diff --git a/web/app/themes/buddyboss-theme/academy/single-course.php b/web/app/themes/buddyboss-theme/academy/single-course.php new file mode 100644 index 00000000..f419f54d --- /dev/null +++ b/web/app/themes/buddyboss-theme/academy/single-course.php @@ -0,0 +1,50 @@ + + +
+
+
+ +
+
+
+
@@ -50,7 +50,7 @@ $base_url = get_post_type_archive_link( 'sfwd-courses' ); foreach ( $navs as $nav => $text ) { $selected_class = $nav == $current_nav ? 'selected' : ''; - $url = $nav != 'all' ? add_query_arg( array( 'type' => $nav ), $base_url ) : $base_url; + $url = 'all' != $nav ? add_query_arg( array( 'type' => $nav ), $base_url ) : $base_url; printf( "
  • %s
  • ", $url, $text ); } } else { @@ -71,7 +71,7 @@
    - learndash_helper()->print_categories_options() ) !== '' ) { ?> + learndash_helper()->print_categories_options() ) ) { ?> diff --git a/web/app/themes/buddyboss-theme/assets/css-rtl/academy.css b/web/app/themes/buddyboss-theme/assets/css-rtl/academy.css new file mode 100644 index 00000000..ba7ca0f9 --- /dev/null +++ b/web/app/themes/buddyboss-theme/assets/css-rtl/academy.css @@ -0,0 +1,129 @@ +/* stylelint-disable scss/no-duplicate-mixins */ +/* stylelint-enable */ +:root { + --academy-primary-font: inherit !important; + --academy-secondary-font: inherit !important; +} + +body[class*="academy"] a:focus { + box-shadow: none; +} +body[class*="academy"].page-template-academy-canvas-php { + height: auto; +} + +.buddyboss-theme .media-frame .media-toolbar input[type="search"], +.buddyboss-theme .media-frame .media-toolbar select.attachment-filters { + height: auto; +} +.buddyboss-theme .media-frame .media-toolbar input[type="search"] { + padding-right: 35px; +} + +.academy-editor__content-texteditor .interface-complementary-area .components-panel__header.edit-post-sidebar__panel-tabs ul, +.academy-editor__content-texteditor .interface-complementary-area .components-panel__header.edit-post-sidebar__panel-tabs ul li { + margin: 0; +} +.academy-editor__content-texteditor .interface-complementary-area .components-button:focus { + color: inherit; + background-color: inherit; +} + +.academy-editor__content-meta .meta-field__body input[type="radio"], +.academy-react-modal input[type="radio"], +.academy-radio-options input[type="radio"] { + min-height: 1rem; +} + +.academy-list-wrap input[type="checkbox"], +.academy-react-modal input[type="checkbox"] { + min-height: 1rem; + position: relative; +} +.academy-list-wrap input[type="checkbox"]:checked::before, +.academy-react-modal input[type="checkbox"]:checked::before { + margin: 0; + position: absolute; + top: 0; + right: 0; + width: 100%; +} + +.academy-list-wrap .academy-bulk-actions .academy-select .academy-react-select__control .academy-react-select__value-container { + padding-bottom: 0; +} + +.academy-react-select__control input { + height: auto; +} +.academy-react-select__control input:focus { + box-shadow: none; +} + +.academy-calendar button { + color: inherit; +} +.academy-calendar button:disabled { + cursor: default; +} + +.academyFrontendDashWrap .academy-topbar { + border-color: var(--bb-content-border-color); +} +.academyFrontendDashWrap .academy-dashboard-entry-content .academy-dashboard-data .academy-analytics-cards--card .academy-analytics-card--data { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.academyFrontendDashWrap .academy-list-wrap .rdt_Pagination select { + padding-left: 30px; +} +.academyFrontendDashWrap .academy-list-wrap .rdt_Pagination select + svg { + display: none; +} +.academyFrontendDashWrap .academy-list-wrap .academy-table-item-control { + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start; +} +.academyFrontendDashWrap .academy-dashboard-sidebar ul.academy-dashboard-menu li ul { + margin-bottom: 0; +} + +.academy-dashboard__content .academy-editor__content > .entry-left { + width: 75%; +} +.academy-dashboard__content .academy-editor__content > .entry-right { + width: 25%; +} +.academy-dashboard__content .academy-editor__title-textfield { + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; +} +.academy-dashboard__content .academy-editor__title-submit { + width: auto; +} + +.academy-block-editor .components-panel__header.edit-post-sidebar__panel-tabs ul { + margin: 0; +} +.academy-block-editor .components-panel__header.edit-post-sidebar__panel-tabs ul li { + margin: 0; +} + +.academy-courses__sidebar .academy-archive-course-search { + width: 100%; +} + +@media only screen and (min-width: 990px) { + .academy-courses__header .academy-courses__header-filter > .academy-courses__header-ordering { + -webkit-box-flex: 0; + -ms-flex: 0 0 25%; + flex: 0 0 25%; + padding-right: 25px; + } + .academy-courses__header .academy-courses__header-filter > .academy-courses__header-ordering .academy-courses__header-orderby { + width: 100%; + } +} diff --git a/web/app/themes/buddyboss-theme/assets/css-rtl/academy.min.css b/web/app/themes/buddyboss-theme/assets/css-rtl/academy.min.css new file mode 100644 index 00000000..d58bd35c --- /dev/null +++ b/web/app/themes/buddyboss-theme/assets/css-rtl/academy.min.css @@ -0,0 +1 @@ +:root{--academy-primary-font:inherit!important;--academy-secondary-font:inherit!important}body[class*=academy] a:focus{box-shadow:none}body[class*=academy].page-template-academy-canvas-php{height:auto}.buddyboss-theme .media-frame .media-toolbar input[type=search],.buddyboss-theme .media-frame .media-toolbar select.attachment-filters{height:auto}.buddyboss-theme .media-frame .media-toolbar input[type=search]{padding-right:35px}.academy-editor__content-texteditor .interface-complementary-area .components-panel__header.edit-post-sidebar__panel-tabs ul,.academy-editor__content-texteditor .interface-complementary-area .components-panel__header.edit-post-sidebar__panel-tabs ul li{margin:0}.academy-editor__content-texteditor .interface-complementary-area .components-button:focus{color:inherit;background-color:inherit}.academy-editor__content-meta .meta-field__body input[type=radio],.academy-radio-options input[type=radio],.academy-react-modal input[type=radio]{min-height:1rem}.academy-list-wrap input[type=checkbox],.academy-react-modal input[type=checkbox]{min-height:1rem;position:relative}.academy-list-wrap input[type=checkbox]:checked::before,.academy-react-modal input[type=checkbox]:checked::before{margin:0;position:absolute;top:0;right:0;width:100%}.academy-list-wrap .academy-bulk-actions .academy-select .academy-react-select__control .academy-react-select__value-container{padding-bottom:0}.academy-react-select__control input{height:auto}.academy-react-select__control input:focus{box-shadow:none}.academy-calendar button{color:inherit}.academy-calendar button:disabled{cursor:default}.academyFrontendDashWrap .academy-topbar{border-color:var(--bb-content-border-color)}.academyFrontendDashWrap .academy-dashboard-entry-content .academy-dashboard-data .academy-analytics-cards--card .academy-analytics-card--data{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.academyFrontendDashWrap .academy-list-wrap .rdt_Pagination select{padding-left:30px}.academyFrontendDashWrap .academy-list-wrap .rdt_Pagination select+svg{display:none}.academyFrontendDashWrap .academy-list-wrap .academy-table-item-control{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.academyFrontendDashWrap .academy-dashboard-sidebar ul.academy-dashboard-menu li ul{margin-bottom:0}.academy-dashboard__content .academy-editor__content>.entry-left{width:75%}.academy-dashboard__content .academy-editor__content>.entry-right{width:25%}.academy-dashboard__content .academy-editor__title-textfield{-webkit-box-flex:1;-ms-flex:1;flex:1}.academy-dashboard__content .academy-editor__title-submit{width:auto}.academy-block-editor .components-panel__header.edit-post-sidebar__panel-tabs ul{margin:0}.academy-block-editor .components-panel__header.edit-post-sidebar__panel-tabs ul li{margin:0}.academy-courses__sidebar .academy-archive-course-search{width:100%}@media only screen and (min-width:990px){.academy-courses__header .academy-courses__header-filter>.academy-courses__header-ordering{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;padding-right:25px}.academy-courses__header .academy-courses__header-filter>.academy-courses__header-ordering .academy-courses__header-orderby{width:100%}} \ No newline at end of file diff --git a/web/app/themes/buddyboss-theme/assets/css-rtl/admin.css b/web/app/themes/buddyboss-theme/assets/css-rtl/admin.css index 2c12b488..48ef220f 100644 --- a/web/app/themes/buddyboss-theme/assets/css-rtl/admin.css +++ b/web/app/themes/buddyboss-theme/assets/css-rtl/admin.css @@ -395,4 +395,33 @@ .bb-media-frame .attachments-browser .uploader-inline, .bb-media-frame .attachments-browser .media-toolbar { left: 363px; +} + +.sfwd_options .ld-select2:not(.ld-select-multiple) .select2-container--learndash { + max-height: 34px; +} + +.sfwd_options .ld-select2.ld-select-multiple .select2-container--learndash { + height: auto; +} + +.sfwd_options .ld-select2.ld-select-multiple .select2-container--learndash ul.select2-selection__rendered { + padding-bottom: 5px; +} + +ul.wp-block-social-links .components-button.wp-block-social-link-anchor .wp-block-social-link-label { + line-height: 21px; +} + +ul.wp-block-social-links:not(.alignright):not(.aligncenter) .wp-block-social-link-label { + text-align: right; +} + +ul.wp-block-social-links.alignright .wp-block-social-link-label { + text-align: left; +} + +/* Customize Menu height issue */ +#customize-theme-controls .accordion-section-title button.accordion-trigger { + height: auto; } \ No newline at end of file diff --git a/web/app/themes/buddyboss-theme/assets/css-rtl/admin.min.css b/web/app/themes/buddyboss-theme/assets/css-rtl/admin.min.css index 0ad0f73d..fd6d3dc0 100644 --- a/web/app/themes/buddyboss-theme/assets/css-rtl/admin.min.css +++ b/web/app/themes/buddyboss-theme/assets/css-rtl/admin.min.css @@ -1 +1 @@ -.unlicensed-theme{position:relative}.unlicensed-theme .block{position:absolute;right:0;left:0;top:0;bottom:0;z-index:9999;vertical-align:middle;background-color:rgba(250,250,250,.8);box-shadow:0 1px 3px rgba(0,0,0,.08);border-radius:3px}.unlicensed-theme .block p{color:#fff;font-size:22px;background-color:rgba(0,0,0,.6);padding:10px 20px;margin:100px 20px 0 20px;border-radius:5px;text-align:center}.unlicensed-theme .block a{color:#fff}.unlicensed-theme .redux-container *{pointer-events:none}[id^=buddyboss_theme_options-] .ui-icon{display:none}.add-buddypanel-sections-nav-menu .accordion-section-content p.warning{background-color:#fff3c8;padding:10px 13px;border-radius:5px;color:#8b6300;margin-bottom:0}.media-frame.bb-media-frame .media-frame-content .media-toolbar-secondary,.media-frame.bb-media-frame .search{margin:22px 0 0}.bb-media-frame .media-frame-tab-panel .media-toolbar-primary.search-form:after{content:'\ef10';display:inline-block;width:16px;height:16px;font-family:bb-icons;font-size:16px;font-weight:400;position:relative;top:-24px;right:6px}.bb-media-frame .media-frame-tab-panel .media-toolbar-primary.search-form .search{padding-right:27px}.bb-media-frame .media-frame-tab-panel .media-toolbar-primary.search-form .search::-webkit-input-placeholder{position:relative;top:1px}.media-frame.bb-media-frame .media-toolbar-secondary select,.media-frame.bb-media-frame .media-toolbar-secondary select.attachment-filters{margin:0 0 0 10px}.bb-media-frame .menu-icon-tabs{padding:0 20px;border-bottom:1px solid #dcdcde}.bb-media-frame .media-frame-router{margin-top:20px;position:relative;z-index:1}.bb-media-frame .attachments-browser ul.attachments{border-top:1px solid #dfdfdf;padding-top:10px;padding:15px}.bb-media-frame .attachments-browser .attachments-wrapper{padding:0}.bb-media-frame .attachments-browser .attachments-wrapper ul.attachments{border-top:0;overflow:hidden;padding:15px}.bb-media-frame .media-frame-content{border-top:0}.bb-media-frame.media-frame:not(.hide-router) .media-frame-content{top:50px}.bb-media-frame:not(.hide-router) .media-toolbar .media-toolbar-secondary{display:none}.bb-media-frame:not(.hide-router) .attachments-browser .media-toolbar{background:100% 0;display:inline-block;width:50%;right:unset;padding:0 25px}.bb-media-frame .media-frame-toolbar .media-toolbar{padding-right:25px;padding-left:25px}.bb-media-frame .attachments-browser .media-toolbar{padding-right:25px;padding-left:25px}.bb-media-frame .media-router{overflow:hidden;border-bottom:1px solid #dfdfdf;padding:0 15px}.bb-media-frame .media-router .media-menu-item{margin-right:10px;margin-left:10px;padding:14px 0 20px;font-size:1.2em}.bb-media-frame .media-router .active,.bb-media-frame .media-router .media-menu-item.active:last-child{border:0;margin-right:10px;margin-left:10px;border-bottom:2px solid #2271b1}.bb-media-frame .media-router .media-menu-item{border:0;border-bottom:2px solid transparent;margin-top:-1px}.bb-media-frame .media-router .active{color:#2271b1;border-bottom:2px solid #2271b1}.bb-media-frame .media-router .media-menu-item:focus{box-shadow:none}.media-modal-content .menu-icon-tabs button{background-color:transparent;line-height:40px;padding:0;margin-right:5px;margin-left:5px;margin-top:10px;padding:0 10px;font-size:13px;color:#222;font-weight:600;width:120px;text-align:center;cursor:pointer;border:1px solid #dfdfdf;-webkit-border-top-right-radius:5px;-webkit-border-top-left-radius:5px;-moz-border-radius-topright:5px;-moz-border-radius-topleft:5px;border-top-right-radius:5px;border-top-left-radius:5px;margin-bottom:-1px}.media-modal-content .menu-icon-tabs button.active{border-bottom:1px solid #fff}.buddyboss-menu-icon-panel{padding:16px 25px}.buddyboss-menu-icon-panel>h3{font-size:1.5em}.sidebar-preview-head-line{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:0;padding:0;margin:0}.media-sidebar .sidebar-preview-head-line .setting{margin:0}.media-sidebar .sidebar-preview-head-line .setting select{max-width:100%}.media-sidebar .sidebar-preview-head-line .setting>span{display:none}.sidebar-preview-head-line .mi-preview-heading{margin:0}.sidebar-preview-head-line .attachment-info{min-height:auto;line-height:1;margin:0 20px 0 0;border:0;padding:0}.mi-preview.attachment-info{background-color:#fff;border:1px solid #dcdcde;text-align:center;padding:10px 10px;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}.mi-preview.menu-item.attachment-info{min-height:55px}.mi-preview.menu-item.attachment-info a i{font-size:20px}._tip>span{font-weight:700}.buddyboss-menu-icon-settings-options>label{margin:0 0 7px;display:inline-block}.buddyboss-menu-icon-settings-options label:first-of-type{pointer-events:none;opacity:.5}.bb-media-frame .media-toolbar p.button-controls{margin:0}.bb-media-frame .media-frame-toolbar .media-toolbar-secondary{margin:15px 0 0}.bb-media-frame .media-frame-content .media-sidebar{padding-top:16px;padding-bottom:16px}.bb-media-frame .media-frame-content .media-sidebar ._info{font-size:13px}.bb-media-frame .media-toolbar-primary.search-form .media-search-input-label{display:none}.bb-media-frame .media-sidebar .mi-preview.menu-item ._icon{max-width:75px;margin:0 .25em}.bb-media-frame .mi-preview [class*=" bb-icon-"],.bb-media-frame .mi-preview [class^=bb-icon-],.bb-media-frame .mi-preview i{font-size:24px}.bb-media-frame .media-sidebar ._tip{border-top:1px solid #dcdcde;padding-top:16px}.bb-media-frame .media-sidebar ._tab_style_info{padding-bottom:16px}.attachment-info.attachment-info--header-menu,.attachment-info.attachment-info--icon-setup{border-bottom:0}.attachment-info.attachment-info--header-menu{margin-bottom:0}.bb-media-frame .attachment-info--header-menu .setting,.bb-media-frame .attachment-info--icon-setup .setting{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bb-media-frame .attachment-info--header-menu .setting span,.bb-media-frame .attachment-info--icon-setup .setting span{float:none;-webkit-box-flex:0;-ms-flex:0 0 35%;flex:0 0 35%;text-align:right}.bb-media-frame .attachment-info--header-menu .setting select,.bb-media-frame .attachment-info--icon-setup .setting select{-webkit-box-flex:1;-ms-flex:1;flex:1}.bb-media-frame .attachment-info--icon-setup .setting input[type=number]{max-width:75px;margin-left:7px;padding-left:0}.bb-media-frame .iconpicker-item ._icon i{font-size:65px}.bb-media-frame .media-frame-content li.attachment{min-width:150px;padding:0;margin:10px}.bb-media-frame .iconpicker-item ._icon{margin-top:33px}.bb-media-frame .media-sidebar{width:330px}.bb-media-frame .attachments-browser .media-toolbar,.bb-media-frame .attachments-browser .uploader-inline,.bb-media-frame .attachments-browser.has-load-more .attachments-wrapper,.bb-media-frame .attachments-browser:not(.has-load-more) .attachments{left:363px} \ No newline at end of file +.unlicensed-theme{position:relative}.unlicensed-theme .block{position:absolute;right:0;left:0;top:0;bottom:0;z-index:9999;vertical-align:middle;background-color:rgba(250,250,250,.8);box-shadow:0 1px 3px rgba(0,0,0,.08);border-radius:3px}.unlicensed-theme .block p{color:#fff;font-size:22px;background-color:rgba(0,0,0,.6);padding:10px 20px;margin:100px 20px 0 20px;border-radius:5px;text-align:center}.unlicensed-theme .block a{color:#fff}.unlicensed-theme .redux-container *{pointer-events:none}[id^=buddyboss_theme_options-] .ui-icon{display:none}.add-buddypanel-sections-nav-menu .accordion-section-content p.warning{background-color:#fff3c8;padding:10px 13px;border-radius:5px;color:#8b6300;margin-bottom:0}.media-frame.bb-media-frame .media-frame-content .media-toolbar-secondary,.media-frame.bb-media-frame .search{margin:22px 0 0}.bb-media-frame .media-frame-tab-panel .media-toolbar-primary.search-form:after{content:'\ef10';display:inline-block;width:16px;height:16px;font-family:bb-icons;font-size:16px;font-weight:400;position:relative;top:-24px;right:6px}.bb-media-frame .media-frame-tab-panel .media-toolbar-primary.search-form .search{padding-right:27px}.bb-media-frame .media-frame-tab-panel .media-toolbar-primary.search-form .search::-webkit-input-placeholder{position:relative;top:1px}.media-frame.bb-media-frame .media-toolbar-secondary select,.media-frame.bb-media-frame .media-toolbar-secondary select.attachment-filters{margin:0 0 0 10px}.bb-media-frame .menu-icon-tabs{padding:0 20px;border-bottom:1px solid #dcdcde}.bb-media-frame .media-frame-router{margin-top:20px;position:relative;z-index:1}.bb-media-frame .attachments-browser ul.attachments{border-top:1px solid #dfdfdf;padding-top:10px;padding:15px}.bb-media-frame .attachments-browser .attachments-wrapper{padding:0}.bb-media-frame .attachments-browser .attachments-wrapper ul.attachments{border-top:0;overflow:hidden;padding:15px}.bb-media-frame .media-frame-content{border-top:0}.bb-media-frame.media-frame:not(.hide-router) .media-frame-content{top:50px}.bb-media-frame:not(.hide-router) .media-toolbar .media-toolbar-secondary{display:none}.bb-media-frame:not(.hide-router) .attachments-browser .media-toolbar{background:100% 0;display:inline-block;width:50%;right:unset;padding:0 25px}.bb-media-frame .media-frame-toolbar .media-toolbar{padding-right:25px;padding-left:25px}.bb-media-frame .attachments-browser .media-toolbar{padding-right:25px;padding-left:25px}.bb-media-frame .media-router{overflow:hidden;border-bottom:1px solid #dfdfdf;padding:0 15px}.bb-media-frame .media-router .media-menu-item{margin-right:10px;margin-left:10px;padding:14px 0 20px;font-size:1.2em}.bb-media-frame .media-router .active,.bb-media-frame .media-router .media-menu-item.active:last-child{border:0;margin-right:10px;margin-left:10px;border-bottom:2px solid #2271b1}.bb-media-frame .media-router .media-menu-item{border:0;border-bottom:2px solid transparent;margin-top:-1px}.bb-media-frame .media-router .active{color:#2271b1;border-bottom:2px solid #2271b1}.bb-media-frame .media-router .media-menu-item:focus{box-shadow:none}.media-modal-content .menu-icon-tabs button{background-color:transparent;line-height:40px;padding:0;margin-right:5px;margin-left:5px;margin-top:10px;padding:0 10px;font-size:13px;color:#222;font-weight:600;width:120px;text-align:center;cursor:pointer;border:1px solid #dfdfdf;-webkit-border-top-right-radius:5px;-webkit-border-top-left-radius:5px;-moz-border-radius-topright:5px;-moz-border-radius-topleft:5px;border-top-right-radius:5px;border-top-left-radius:5px;margin-bottom:-1px}.media-modal-content .menu-icon-tabs button.active{border-bottom:1px solid #fff}.buddyboss-menu-icon-panel{padding:16px 25px}.buddyboss-menu-icon-panel>h3{font-size:1.5em}.sidebar-preview-head-line{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:0;padding:0;margin:0}.media-sidebar .sidebar-preview-head-line .setting{margin:0}.media-sidebar .sidebar-preview-head-line .setting select{max-width:100%}.media-sidebar .sidebar-preview-head-line .setting>span{display:none}.sidebar-preview-head-line .mi-preview-heading{margin:0}.sidebar-preview-head-line .attachment-info{min-height:auto;line-height:1;margin:0 20px 0 0;border:0;padding:0}.mi-preview.attachment-info{background-color:#fff;border:1px solid #dcdcde;text-align:center;padding:10px 10px;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}.mi-preview.menu-item.attachment-info{min-height:55px}.mi-preview.menu-item.attachment-info a i{font-size:20px}._tip>span{font-weight:700}.buddyboss-menu-icon-settings-options>label{margin:0 0 7px;display:inline-block}.buddyboss-menu-icon-settings-options label:first-of-type{pointer-events:none;opacity:.5}.bb-media-frame .media-toolbar p.button-controls{margin:0}.bb-media-frame .media-frame-toolbar .media-toolbar-secondary{margin:15px 0 0}.bb-media-frame .media-frame-content .media-sidebar{padding-top:16px;padding-bottom:16px}.bb-media-frame .media-frame-content .media-sidebar ._info{font-size:13px}.bb-media-frame .media-toolbar-primary.search-form .media-search-input-label{display:none}.bb-media-frame .media-sidebar .mi-preview.menu-item ._icon{max-width:75px;margin:0 .25em}.bb-media-frame .mi-preview [class*=" bb-icon-"],.bb-media-frame .mi-preview [class^=bb-icon-],.bb-media-frame .mi-preview i{font-size:24px}.bb-media-frame .media-sidebar ._tip{border-top:1px solid #dcdcde;padding-top:16px}.bb-media-frame .media-sidebar ._tab_style_info{padding-bottom:16px}.attachment-info.attachment-info--header-menu,.attachment-info.attachment-info--icon-setup{border-bottom:0}.attachment-info.attachment-info--header-menu{margin-bottom:0}.bb-media-frame .attachment-info--header-menu .setting,.bb-media-frame .attachment-info--icon-setup .setting{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bb-media-frame .attachment-info--header-menu .setting span,.bb-media-frame .attachment-info--icon-setup .setting span{float:none;-webkit-box-flex:0;-ms-flex:0 0 35%;flex:0 0 35%;text-align:right}.bb-media-frame .attachment-info--header-menu .setting select,.bb-media-frame .attachment-info--icon-setup .setting select{-webkit-box-flex:1;-ms-flex:1;flex:1}.bb-media-frame .attachment-info--icon-setup .setting input[type=number]{max-width:75px;margin-left:7px;padding-left:0}.bb-media-frame .iconpicker-item ._icon i{font-size:65px}.bb-media-frame .media-frame-content li.attachment{min-width:150px;padding:0;margin:10px}.bb-media-frame .iconpicker-item ._icon{margin-top:33px}.bb-media-frame .media-sidebar{width:330px}.bb-media-frame .attachments-browser .media-toolbar,.bb-media-frame .attachments-browser .uploader-inline,.bb-media-frame .attachments-browser.has-load-more .attachments-wrapper,.bb-media-frame .attachments-browser:not(.has-load-more) .attachments{left:363px}.sfwd_options .ld-select2:not(.ld-select-multiple) .select2-container--learndash{max-height:34px}.sfwd_options .ld-select2.ld-select-multiple .select2-container--learndash{height:auto}.sfwd_options .ld-select2.ld-select-multiple .select2-container--learndash ul.select2-selection__rendered{padding-bottom:5px}ul.wp-block-social-links .components-button.wp-block-social-link-anchor .wp-block-social-link-label{line-height:21px}ul.wp-block-social-links:not(.alignright):not(.aligncenter) .wp-block-social-link-label{text-align:right}ul.wp-block-social-links.alignright .wp-block-social-link-label{text-align:left}#customize-theme-controls .accordion-section-title button.accordion-trigger{height:auto} \ No newline at end of file diff --git a/web/app/themes/buddyboss-theme/assets/css-rtl/bbpress.css b/web/app/themes/buddyboss-theme/assets/css-rtl/bbpress.css index 05c35547..a02d7462 100644 --- a/web/app/themes/buddyboss-theme/assets/css-rtl/bbpress.css +++ b/web/app/themes/buddyboss-theme/assets/css-rtl/bbpress.css @@ -1,4 +1,4 @@ -#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id="subnav"])::after, #bbpress-forums #bbp-user-wrapper div.item-list-tabs ul::after { +#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id="subnav"]):after, #bbpress-forums #bbp-user-wrapper div.item-list-tabs ul:after { content: " "; display: table; clear: both; @@ -9,41 +9,34 @@ #bbpress-forums { font-size: inherit; } - #bbpress-forums .bb-topic-states .bbp-meta { position: absolute; margin-top: 15px; left: 0; } @media screen and (max-width: 800px) { - #bbpress-forums .bb-topic-states .bbp-meta { margin-top: 0; top: 0; } } - #bbpress-forums .bs-header-item.topic-lead .bb-topic-states .bbp-meta { position: relative; left: initial; margin: 0; } @media screen and (max-width: 480px) { - #bbpress-forums .item-title .title-wrap { padding-left: 50px; } } - #bbpress-forums .item-description { font-size: 14px; } - #bbpress-forums .item-description p { margin-bottom: 10px; } @media screen and (min-width: 800px) { - #bbpress-forums .bb-topic-states { position: relative; } @@ -53,12 +46,10 @@ margin-top: -29px; } @media screen and (max-width: 540px) { - .forum-archive .entry-header .bs-dir-search { margin: 20px 0; } } - .forum-archive .bp-search-ac.ui-autocomplete.bp-forum-search-ac-header { min-width: initial; } @@ -74,29 +65,24 @@ .bs-forums-banner { padding: 76px 20px; } - .entry-content .bs-forums-banner { margin-top: -30px; } - .bs-forums-banner.has-banner-img { background-repeat: no-repeat; background-size: cover; background-position: center; color: #fff; } - .bs-forums-banner.has-banner-img .bs-search-form { background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.4); border-radius: var(--bb-input-radius); } - -.bs-forums-banner.has-banner-img .bs-search-form::before { +.bs-forums-banner.has-banner-img .bs-search-form:before { color: #fff; opacity: 0.9; } - .bs-forums-banner.has-banner-img input[type="text"] { color: #fff; /* stylelint-disable selector-pseudo-class-no-unknown */ @@ -104,58 +90,47 @@ /* stylelint-disable selector-pseudo-element-no-unknown */ /* stylelint-enable */ } - .bs-forums-banner.has-banner-img input[type="text"].placeholder { color: #fff; opacity: 0.85; } - .bs-forums-banner.has-banner-img input[type="text"]:placeholder { color: #fff; opacity: 0.85; } - .bs-forums-banner.has-banner-img input[type="text"]::-webkit-input-placeholder { color: #fff; opacity: 0.85; } - .bs-forums-banner.has-banner-img input[type="text"]:-ms-input-placeholder { color: #fff; opacity: 0.85; } - .bs-forums-banner.has-banner-img input[type="text"]::placeholder { color: #fff; opacity: 0.85; } - .bs-forums-banner.has-banner-img input[type="text"]:input-placeholder { color: #fff; opacity: 0.85; } - .bs-forums-banner.has-banner-img input[type="text"]::input-placeholder { color: #fff; opacity: 0.85; } - .bs-forums-banner.has-banner-img .search-form_reset { color: #fff; opacity: 0.85; } - .bs-forums-banner.has-banner-img h1, .bs-forums-banner.has-banner-img p { color: #fff; } - .bs-forums-banner h1 { font-size: 36px; font-weight: 500; letter-spacing: 0; } - .bs-forums-banner p { opacity: 0.9; font-size: 18px; @@ -163,7 +138,6 @@ letter-spacing: -0.24px; line-height: 26px; } - .bs-forums-banner #forums-dir-search.bs-dir-search.bs-forums-search { float: none; margin: 0 auto 15px; @@ -171,14 +145,12 @@ max-width: 575px; width: 98%; } - .bs-forums-banner #forums-dir-search.bs-dir-search.bs-forums-search #bbp_search { height: 50px; padding-right: 52px; width: 100%; } - -.bs-forums-banner .bs-search-form::before { +.bs-forums-banner .bs-search-form:before { top: 15px; font-size: 20px; right: 18px; @@ -195,41 +167,36 @@ #bbpress-forums { overflow: initial; } - #bbpress-forums h1:not(.bb-banner-title) { font-size: 1.75rem; line-height: 1.5rem; margin: 0; padding: 0; } - #bbpress-forums ul.grid { margin-right: -10px; margin-left: -10px; } - #bbpress-forums ul.grid > li { margin-bottom: 20px; padding-bottom: 0; } - #bbpress-forums li.bs-item-wrap { background-color: var(--bb-content-background-color); margin: 0 0 -1px; } - #bbpress-forums li.bs-item-wrap .bp-feedback.info { width: 100%; } - #bbpress-forums .bbp-breadcrumb { display: none; } - #bbpress-forums > .bbp-forum-content-wrap { margin-top: 0; } - +#bbpress-forums > .bbp-forum-content-wrap p { + margin-bottom: 0; +} #bbpress-forums .bbp-forum-child .bbp-breadcrumb { display: block; font-size: 12px; @@ -237,13 +204,11 @@ max-width: 50%; } @media (max-width: 900px) { - #bbpress-forums .bbp-forum-child .bbp-breadcrumb { float: none; max-width: 100%; } } - #bbpress-forums .bbp-forum-child .bbp-breadcrumb p { display: -webkit-box; display: -ms-flexbox; @@ -253,11 +218,9 @@ align-items: center; min-width: 0; } - #bbpress-forums .bbp-forum-child .bbp-breadcrumb .bb-icon-angle-right { margin: 0 3px; } - #bbpress-forums .bbp-forum-child .bbp-breadcrumb .bbp-breadcrumb-forum, #bbpress-forums .bbp-forum-child .bbp-breadcrumb .bbp-breadcrumb-current { overflow: hidden; @@ -265,39 +228,30 @@ text-overflow: ellipsis; max-width: 50%; } - #bbpress-forums .bbp-forum-child .bbp-breadcrumb:first-child + .bbp-forum-buttons-wrap #subscription-toggle { - /* display: none; */ } - #bbpress-forums .bbp-forum-child .bbp-breadcrumb:first-child ~ .bbp-template-notice { display: none; } - #bbpress-forums fieldset.bbp-form { border: 0; padding: 0; margin: 0; } - #bbpress-forums .bs-reply-list li.bs-reply-list-item:not(:last-child) { margin-bottom: 20px; } - #bbpress-forums .bs-dropdown { background: var(--bb-content-background-color); } - #bbpress-forums .bs-reply-list { width: 100%; } - #bbpress-forums fieldset.bbp-form legend { padding: 5px 20px; font-size: 16px; } - #bbpress-forums fieldset.bbp-form legend .js-modal-close { left: 25px; top: 15px; @@ -306,20 +260,16 @@ transform: translateY(0); color: rgba(17, 49, 80, 0.4); } - #bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id="subnav"]) { border-bottom: 1px solid #eef0f3; overflow: visible; } - #bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id="subnav"]) ul li { margin: 0 0 0 30px; } - #bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id="subnav"]) ul li:last-child { margin: 0; } - #bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id="subnav"]) ul li a, #bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id="subnav"]) ul li span { display: block; @@ -327,7 +277,6 @@ text-decoration: none; font-size: 14px; } - #bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id="subnav"]) ul li a span, #bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id="subnav"]) ul li a:hover span { background: #c8cbcf; @@ -342,7 +291,6 @@ display: inline-block; padding: 3px; } - #bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id="subnav"]) ul li.current a, #bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id="subnav"]) ul li.selected a { background-color: transparent; @@ -352,29 +300,24 @@ font-weight: 500; color: var(--bb-headings-color); } - #bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id="subnav"]) ul li.current a span, #bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id="subnav"]) ul li.selected a span { background-color: var(--bb-primary-color); } - #bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav { border-top: 1px solid var(--bb-content-border-color); margin-top: 20px; margin-bottom: 0; overflow: visible; } - #bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav ul { list-style: none; margin: 0; } - #bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav li { float: right; margin: 0 0 0 30px; } - #bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav a { color: #939597; display: block; @@ -383,7 +326,6 @@ font-size: 14px; border: 0; } - #bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav .selected a { background-color: transparent; border-bottom: 1px solid var(--bb-primary-color); @@ -392,11 +334,9 @@ font-weight: 500; color: var(--bb-headings-color); } - #bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav .selected a span { background-color: var(--bb-primary-color); } - #bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav span { background: #c8cbcf; box-shadow: none; @@ -414,20 +354,17 @@ text-align: center; vertical-align: middle; } - #bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav { border-top: 0; margin-top: 0; margin-bottom: 0; overflow: visible; } - #bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav li li { margin: 0; display: block; width: 100%; } - #bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav li li a { display: block; font-size: 13px; @@ -438,41 +375,33 @@ margin-bottom: 1px; padding: 0.75rem 0.9375rem; } - #bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav a.more-button { font-size: 20px; padding: 18px 0; line-height: 1.05; } - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav a.more-button.active::after { +#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav a.more-button.active:after { bottom: -10px; } - #bbpress-forums #bbp-user-wrapper div.item-list-tabs ul.sub-menu { background: #fff; top: 50px; padding: 10px 0; } - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs li.hideshow.menu-item-has-children > a::after { +#bbpress-forums #bbp-user-wrapper div.item-list-tabs li.hideshow.menu-item-has-children > a:after { top: 50px; } - #bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav li.hideshow span { float: left; } - #bbpress-forums #bbp-user-wrapper div.item-list-tabs#subnav { overflow: visible; } - #bbpress-forums #bbp-user-wrapper .widget-area:not(.widget-area-secondary) { padding-top: 0; } @media screen and (max-width: 800px) { - .bbpress .widget-area { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -488,7 +417,6 @@ padding-bottom: 0; } } - .grid.bs-card-list { margin-bottom: 15px; } @@ -503,7 +431,6 @@ } @media screen and (max-width: 1200px) { - .bbpress:not(.bp-user) .container > .grid > .widget-area { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -511,7 +438,6 @@ max-width: 100%; } } - .bs-cover-list > li { margin-bottom: 20px; } @@ -527,7 +453,6 @@ .bs-forum-details-top { padding: 15px 0 0; } - .bs-forum-details-top p { opacity: 0.75; font-size: 14px; @@ -546,18 +471,15 @@ padding: 20px; color: #fff; } - .bs-forum-details h3 { font-size: 20px; font-weight: 500; margin-bottom: 10px; line-height: 21px; } - .bs-forum-details h3 a { color: #fff; } - .bs-forum-details p { opacity: 0.75; font-size: 14px; @@ -592,11 +514,9 @@ white-space: nowrap; max-width: 90%; } - .forums-meta span a { color: inherit; } - .forums-meta span:nth-child(n+3) { display: none; } @@ -605,7 +525,6 @@ border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; padding-top: 48%; } - .bs-card-list .bb-cover-list-item { background: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); @@ -615,29 +534,23 @@ -webkit-transition: 0.2s all; transition: 0.2s all; } - .bs-card-list .bb-cover-list-item:hover { box-shadow: 0 4px 32px 0 rgba(18, 43, 70, 0.1); } - .bs-card-list .bs-timestamp { position: absolute; bottom: 20px; } - .bs-card-list .bs-sec-header { margin-bottom: 12px; } - .bs-card-list .forums-meta span { background: rgba(18, 43, 70, 0.1); color: var(--bb-headings-color); } - -.bs-card-list .bb-cover-wrap::after { +.bs-card-list .bb-cover-wrap:after { display: none; } - .bs-card-list .forums-meta { margin-bottom: 12px; } @@ -652,11 +565,9 @@ letter-spacing: -0.24px; line-height: 1.6; } - .bs-timestamp a { color: var(--bb-alternate-text-color); } - .bs-timestamp a:hover { color: var(--bb-primary-color); } @@ -664,7 +575,6 @@ .bs-cover-list .bs-timestamp a:hover { color: #fff; } - .bs-cover-list .forums-meta.bb-forums-meta { margin-bottom: 0; margin-top: 10px; @@ -681,33 +591,31 @@ .bs-card-forum-details { padding: 22px 25px; } - .bs-card-forum-details h3 { font-size: 20px; line-height: 1.2; } - .bs-card-forum-details h3 a { color: inherit; } - .bs-card-forum-details h3 a:hover { color: var(--bb-primary-color); } - .bs-card-forum-details .bb-forum-content { font-size: 14px; letter-spacing: -0.24px; line-height: 1.35; display: block; display: -webkit-box; - max-height: 2.69em; margin: 0 auto; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; } +.bs-card-forum-details .bb-forum-content p { + margin-bottom: 0; +} #bbpress-forums .bs-item-list:not(.bb-tag-items-list) .bs-item-wrap:not(.bs-header-item) { border-top: 0; @@ -727,76 +635,61 @@ } #bbpress-forums#bbpress-forums .bs-forums-items { - /* smartphones, touchscreens */ } - #bbpress-forums#bbpress-forums .bs-forums-items .bs-section-title { font-size: 1.125rem; letter-spacing: -0.24px; line-height: 1; margin: 0; } - #bbpress-forums#bbpress-forums .bs-forums-items .item-avatar { font-size: 0; -ms-flex-item-align: start; align-self: flex-start; } - #bbpress-forums#bbpress-forums .bs-forums-items .item-avatar img { border-radius: 50%; margin-top: 0; image-rendering: optimize-contrast; } - #bbpress-forums#bbpress-forums .bs-forums-items .item-avatar .bbp-author-name { display: none; } - #bbpress-forums#bbpress-forums .bs-forums-items .bs-sorting-list { list-style: none; margin-bottom: 0; } - #bbpress-forums#bbpress-forums .bs-forums-items .avatar { max-width: 48px; } - #bbpress-forums#bbpress-forums .bs-forums-items .item-avatar > a { min-width: 48px; } - #bbpress-forums#bbpress-forums .bs-forums-items .item-title { margin-bottom: 4px; } - #bbpress-forums#bbpress-forums .bs-forums-items .item-title a { font-size: 16px; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .item-meta { font-size: 14px; margin-bottom: 10px; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view > li > div .item-meta { margin-top: 7px; margin-bottom: 5px; } - #bbpress-forums#bbpress-forums .bs-forums-items .item-meta > span { margin-left: 5px; margin-bottom: 4px; margin-top: 5px; display: inline-block; } - #bbpress-forums#bbpress-forums .bs-forums-items .item-meta .bs-replied { margin-left: 10px; } - -#bbpress-forums#bbpress-forums .bs-forums-items i.bb-icon-reply::before { +#bbpress-forums#bbpress-forums .bs-forums-items i.bb-icon-reply:before { font-size: 21px; line-height: 0; margin: 0; @@ -805,61 +698,49 @@ position: relative; top: 3px; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view li.dropdown-open > .bs-reply-list-item, #bbpress-forums#bbpress-forums .bs-forums-items.list-view li .bs-reply-list-item:hover { background-color: var(--bb-content-alternate-background-color); } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view li.dropdown-open > .bs-reply-list-item .bs-dropdown-wrap .bs-dropdown-wrap-inner, #bbpress-forums#bbpress-forums .bs-forums-items.list-view li .bs-reply-list-item:hover .bs-dropdown-wrap .bs-dropdown-wrap-inner { opacity: 1; visibility: visible; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view li.bs-header-item.topic-lead .bs-dropdown-wrap .bs-dropdown-wrap-inner { opacity: 1; visibility: visible; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view:not(.bb-single) li .bs-reply-list-item.in-focus { background-color: var(--bb-content-alternate-background-color); } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view.bb-single li.dropdown-open > .bs-reply-list-item, #bbpress-forums#bbpress-forums .bs-forums-items.list-view.bb-single li .bs-reply-list-item:hover { background-color: transparent; } - #bbpress-forums#bbpress-forums .bs-forums-items .item-tags ul li a:hover { color: var(--bb-headings-color); } - #bbpress-forums#bbpress-forums .bs-forums-items .bs-dropdown .bbp-admin-links a { font-size: 13px; } @media (hover: none) and (pointer: coarse) { - #bbpress-forums#bbpress-forums .bs-forums-items.list-view li .bs-dropdown-wrap .bs-dropdown-wrap-inner { opacity: 1; visibility: visible; } } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bb-topic-states > span { margin-right: 3px; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bb-topic-states .bb-topic-status { color: var(--bb-alternate-text-color); } - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bb-topic-states .super-sticky:not(.unsticky)::before, -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bb-topic-states .sticky::before { +#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bb-topic-states .super-sticky:not(.unsticky):before, +#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bb-topic-states .sticky:before { font-weight: 300; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bs-dropdown-wrap { margin-right: 3px; + position: static; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bs-dropdown-wrap .bs-dropdown-wrap-inner > a > i { font-size: 22px; color: var(--bb-alternate-text-color); @@ -871,63 +752,51 @@ top: 3px; padding-left: 0; } - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bs-dropdown-wrap .bs-dropdown-wrap-inner > a > i::before { +#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bs-dropdown-wrap .bs-dropdown-wrap-inner > a > i:before { content: "\ee5c"; font-weight: 300; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-meta { margin: 0; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-tags { margin-top: 10px; margin-bottom: -5px; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-description { margin: 15px 0; line-height: 1.5; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-description > p, #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-description > ul, #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-description > ol { margin-bottom: 15px; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-description > p:last-child, #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-description > ul:last-child, #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-description > ol:last-child { margin-bottom: 0; } - #bbpress-forums#bbpress-forums .bs-forums-items .bbp-topic-revision-log { margin: 15px 0 0; list-style: none; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view { position: relative; left: initial; top: initial; - margin-right: 10px; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap-inner { opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap-inner > a { opacity: 1; padding: 0; line-height: 1; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap-inner > a > i { font-size: 19px; color: var(--bb-alternate-text-color); @@ -937,37 +806,43 @@ border-right-width: 0; border-radius: 3px 0 0 3px; } - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap-inner > a > i::before { +#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap-inner > a > i:before { top: 0; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap-inner > a:first-child > i { border-right-width: 1px; border-radius: 0 3px 3px 0; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap-inner > a.bb-reply-actions-button i { margin-right: -5px; padding-right: 5px; padding-left: 5px; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown { padding: 5px 0; z-index: 112; max-width: 180px; border-radius: var(--bb-block-radius); } - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown::after { +@media screen and (max-width: 980px) { + #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown.bb_more_dropdown { + padding: 0; + -webkit-transition: none; + transition: none; + width: 220px; + max-width: inherit; + bottom: inherit !important; + } + #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown.bb_more_dropdown li .bbp-admin-links { + padding: 0; + } +} +#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown:after { left: 29px; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links { padding: 0; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a { padding: 10px 14px; color: var(--bb-body-text-color); @@ -976,8 +851,7 @@ overflow: hidden; text-overflow: ellipsis; } - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a::before { +#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a:before { font-family: bb-icons; font-size: 16px; color: var(--bb-alternate-text-color); @@ -987,62 +861,48 @@ width: 20px; text-align: center; } - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-close-link::before { +#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-close-link:before { content: "\e828"; } - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-merge-link::before { +#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-merge-link:before { content: "\eed5"; } - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-edit-link::before, #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-edit-link::before { +#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-edit-link:before, #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-edit-link:before { content: "\ee5a"; } - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-move-link::before, #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-move-link::before { +#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-move-link:before, #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-move-link:before { content: "\ee34"; } - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-restore-link::before, #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-restore-link::before { +#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-restore-link:before, #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-restore-link:before { content: "\ee3e"; margin-top: -2px; } - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-delete-link::before, #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-delete-link::before { +#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-delete-link:before, #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-delete-link:before { content: "\ef48"; } - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-split-link::before { +#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-split-link:before { content: "\ee67"; } - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-trash-link::before, #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-trash-link::before { +#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-trash-link:before, #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-trash-link:before { content: "\ef48"; } - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-spam-link::before, #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-spam-link::before { +#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-spam-link:before, #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-spam-link:before { content: "\ee08"; } - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.report-content::before, #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.reported-content::before { +#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.report-content:before, #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.reported-content:before { content: "\ee9c"; font-size: 15px; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.reported-content { opacity: 0.8; border-color: transparent; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a:hover { background-color: var(--bb-content-alternate-background-color); } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bb-theme-actions .bb-forum-reply-text { display: none; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bb-theme-no-actions > a { background-color: #fff; padding: 3px 9px 3px 11px; @@ -1051,49 +911,39 @@ border-radius: 5px; font-size: 14px; } - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bb-theme-no-actions > a::before { +#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bb-theme-no-actions > a:before { display: none; } - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bb-theme-no-actions > a::after { +#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bb-theme-no-actions > a:after { display: none; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bb-theme-no-actions > a > i { border: 0; background-color: transparent; padding: 0; vertical-align: middle; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view:not(.bbp-lead-topic) > li:last-child > .bbp-threaded-replies > li:last-child .bs-dropdown-wrap .bs-dropdown, #bbpress-forums#bbpress-forums .bs-forums-items.list-view:not(.bbp-lead-topic) > li:last-child > li:last-child > div .bs-dropdown-wrap .bs-dropdown { bottom: -webkit-calc(100% + 15px); bottom: calc(100% + 15px); top: inherit; } - #bbpress-forums#bbpress-forums .bs-forums-items .closed .item-title a { opacity: 0.6; font-weight: 400; } - #bbpress-forums#bbpress-forums .bs-forums-items .closed .item-meta { - /* opacity: 0.6; */ } - #bbpress-forums#bbpress-forums .bs-forums-items .bb-icon-reply { margin-right: -2px; } - #bbpress-forums#bbpress-forums .bs-forums-items .item-tags { position: relative; margin-top: 5px; padding-right: 25px; } - #bbpress-forums#bbpress-forums .bs-forums-items .item-tags .bb-icon-tag { -webkit-transform: rotate(-85deg); -ms-transform: rotate(-85deg); @@ -1104,23 +954,19 @@ font-size: 17px; color: #aaa; } - #bbpress-forums#bbpress-forums .bs-forums-items .item-tags ul { margin: 0; list-style: none; display: inline-block; } - #bbpress-forums#bbpress-forums .bs-forums-items .item-tags ul li { display: inline-block; margin-left: 8px; font-size: 13px; } - #bbpress-forums#bbpress-forums .bs-forums-items .item-tags ul li a { color: #aaa; } - #bbpress-forums#bbpress-forums .bs-forums-items .item-tags ul li a:hover { color: #393e41; } @@ -1150,7 +996,6 @@ span.color.bs-meta-item a { } @media (min-width: 1241px) { - .bs-forums-meta { -webkit-box-flex: 0; -ms-flex: 0 0 25%; @@ -1161,7 +1006,6 @@ span.color.bs-meta-item a { min-width: 0; } } - .bs-meta-item { background: var(--bb-label-background-color); border-radius: 100px; @@ -1175,7 +1019,6 @@ span.color.bs-meta-item a { max-width: 100%; vertical-align: middle; } - body .bs-meta-item.bs-meta-item a { display: block; padding: 9px 12px; @@ -1186,41 +1029,33 @@ body .bs-meta-item.bs-meta-item a { overflow: hidden; text-overflow: ellipsis; } - .bs-meta-item.red { background: rgba(255, 58, 48, 0.15); color: #ff3a30; } - .bs-meta-item.green { background: rgba(72, 191, 30, 0.15); color: #48bf1e; } - .bs-meta-item.gray { background: rgba(138, 139, 145, 0.15); color: #8a8b91; } - .bs-meta-item.blue { background: rgba(22, 167, 241, 0.15); color: #16a7f1; } - .bs-meta-item.pink { background: rgba(197, 107, 218, 0.15); color: #c56bda; } - .bs-meta-item.color.no-action:hover { opacity: 1; } - .bs-meta-item .no-links { padding: 4px 10px; display: inline-block; } - .bs-meta-item .no-links.forum-label__is-single { display: none; } @@ -1232,7 +1067,6 @@ body .bbp-lead-topic .bs-meta-item.bs-meta-item, line-height: 28px; min-height: 30px; } - body .bbp-lead-topic .bs-meta-item.bs-meta-item > a, .bbp-lead-topic .bs-meta-item > a { background-color: var(--bb-content-background-color); @@ -1240,12 +1074,10 @@ body .bbp-lead-topic .bs-meta-item.bs-meta-item > a, border: 1px solid var(--bb-content-border-color); border-radius: var(--bb-button-radius); } - body .bbp-lead-topic .bs-meta-item.bs-meta-item > a:focus, .bbp-lead-topic .bs-meta-item > a:focus { box-shadow: var(--bb-outline-button-focus-shadow); } - body .bbp-lead-topic .bs-meta-item.bs-meta-item > a:hover, .bbp-lead-topic .bs-meta-item > a:hover { background-color: var(--bb-secondary-button-background-hover); @@ -1256,11 +1088,9 @@ body .bbp-lead-topic .bs-meta-item.bs-meta-item > a:hover, .bs-replied a { color: var(--bb-alternate-text-color); } - .bs-replied a[href=""] { pointer-events: none; } - .bs-replied a:hover { color: var(--bb-primary-color); } @@ -1268,11 +1098,9 @@ body .bbp-lead-topic .bs-meta-item.bs-meta-item > a:hover, #bbpress-forums .bb-forums-list { margin-bottom: 12px; } - #bbpress-forums .bs-forums-items { margin-bottom: 30px; } - #bbpress-forums .bs-forums-items.bbp-lead-topic { margin-bottom: 0; border: 0; @@ -1282,12 +1110,10 @@ body .bbp-lead-topic .bs-meta-item.bs-meta-item > a:hover, -ms-hyphens: auto; hyphens: auto; } - #bbpress-forums .bb-forums-list { margin-right: -10px; margin-left: -10px; } - #bbpress-forums .bb-forums-list > li { margin-bottom: 20px; } @@ -1302,7 +1128,6 @@ body .bbp-lead-topic .bs-meta-item.bs-meta-item > a:hover, margin-bottom: 25px; padding-bottom: 25px; } - .forums-header .flex { -ms-flex-flow: row wrap; flex-flow: row wrap; @@ -1325,7 +1150,6 @@ body .bbp-lead-topic .bs-meta-item.bs-meta-item > a:hover, .bs-model-open .buddypanel { z-index: 0; } - .bs-model-open .bbp-reply-form { position: relative; z-index: 0; @@ -1339,12 +1163,11 @@ span.bs-like-inner { -ms-flex-align: center; align-items: center; } - span.bs-like-inner a { margin-left: 5px; } -.btn-new-topic .bb-icon-edit-square-small::before { +.btn-new-topic .bb-icon-edit-square-small:before { font-size: 20px; line-height: 1px; } @@ -1352,7 +1175,6 @@ span.bs-like-inner a { .bbp_before_forum_new_post { text-align: left; } - .bbp_before_forum_new_post .button.btn-new-topic { max-width: 230px; margin-bottom: 0; @@ -1365,12 +1187,10 @@ span.bs-like-inner a { .widget_display_search form#bbp-search-form { position: relative; } - .widget_display_search form#bbp-search-form input[name="bbp_search"] { background-image: none; } - -.widget_display_search form#bbp-search-form::before { +.widget_display_search form#bbp-search-form:before { content: "\ef10"; color: inherit; font-family: bb-icons; @@ -1380,8 +1200,7 @@ span.bs-like-inner a { top: 8px; opacity: 0.4; } - -.widget_display_search form#bbp-search-form:focus-within::before { +.widget_display_search form#bbp-search-form:focus-within:before { opacity: 1; } @@ -1389,7 +1208,6 @@ span.bs-like-inner a { .widget_display_search #bbp_search_submit { display: none; } - .bbp-search-form input[name="bbp_search"], .widget_display_search input[name="bbp_search"] { background-position: 13px 50%; @@ -1401,17 +1219,14 @@ span.bs-like-inner a { overflow: hidden; margin: 0; } - .widget_display_stats dt { clear: left; } - .widget_display_stats dd { float: left; position: relative; margin-top: -18px; } - .widget_display_stats dd strong { left: 2px; top: 0; @@ -1427,7 +1242,6 @@ span.bs-like-inner a { min-height: 20px; line-height: 20px; } - .widget_display_stats abbr[title] { text-decoration: none; } @@ -1456,17 +1270,15 @@ span.bs-like-inner a { top: 22px; left: -12px; } - .bb-topic-status-wrapper + .bb-topic-status-wrapper + .bb-topic-status-wrapper { top: 45px; left: -12px; } -i.bb-topic-status::before { +i.bb-topic-status:before { border-radius: 100%; } - -i.bb-topic-status.super-sticky::before, i.bb-topic-status.bb-sticky::before { +i.bb-topic-status.super-sticky:before, i.bb-topic-status.bb-sticky:before { font-size: 24px; } @@ -1483,13 +1295,11 @@ i.bb-topic-status.super-sticky::before, i.bb-topic-status.bb-sticky::before { font-style: normal; font-size: 22px; } - .bb-topic-status > a { position: absolute; top: 0; right: 0; } - .bb-topic-status.moderator { background-image: url("../images/svg/admin.svg"); } @@ -1514,14 +1324,12 @@ span.bs-replies { } .bs-header-item .bb-topic-states { - /* position: absolute; display: inline-block; line-height: 1; right: 0; top: -3px; */ } - .bs-header-item .bb-topic-states .bb-topic-status { position: relative; display: inline-block; @@ -1533,7 +1341,6 @@ span.bs-replies { left: 0; top: 0; } - .bs-header-item .bb-topic-states .bb-topic-status a { display: block; text-indent: -9999px; @@ -1548,7 +1355,6 @@ span.bs-replies { .bs-reply-list-item:not(.depth-1) .item-avatar > a { min-width: 24px; } - .bs-reply-list-item:not(.depth-1) .item-avatar .avatar { max-width: 36px; } @@ -1569,7 +1375,6 @@ span.bs-replies { } @media (max-width: 1200px) { - #bbpress-forums#bbpress-forums .bs-forums-items.bs-item-list.list-view div.action { padding-right: 20px; } @@ -1588,9 +1393,7 @@ span.bs-replies { } } @media (max-width: 540px) { - #bbpress-forums#bbpress-forums .bs-forums-items .avatar { - /* max-width: 36px; */ } @@ -1607,7 +1410,6 @@ span.bs-replies { } #bbpress-forums#bbpress-forums .bs-forums-items.bs-item-list.list-view div.action { - /* padding-left: 52px; */ } @@ -1626,7 +1428,6 @@ span.bs-replies { width: 100%; } } - .bbp-pagination-links { border-radius: 3px; display: -webkit-box; @@ -1640,7 +1441,6 @@ span.bs-replies { flex-flow: row wrap; padding: 0; } - .bbp-pagination-links:empty { display: none; } @@ -1667,12 +1467,12 @@ span.bs-replies { color: var(--bb-alternate-text-color); font-size: 13px; } - .bbp-pagination-count:empty { display: none; } .scrubberpost { + -webkit-transition: background 0.5s; transition: background 0.5s; -webkit-transition: background 1s; transition: background 1s; @@ -1693,7 +1493,6 @@ body:not(.bb-page-loaded) .scrubber { body.bb-page-loaded .scrubber { display: block; } - body.bb-page-loaded .scrubber.light { display: none; } @@ -1712,14 +1511,12 @@ body.bb-page-loaded .scrubber.light { display: block; position: relative; } - .scrubber .reply-timeline-container { height: 300px; margin-bottom: 10px; border-right: 1px solid #e1e3e6; margin-right: 5px; } - .scrubber .handle { padding-right: 15px; min-height: 42px; @@ -1728,8 +1525,7 @@ body.bb-page-loaded .scrubber.light { font-weight: 500; color: var(--bb-headings-color); } - -.scrubber .handle::after { +.scrubber .handle:after { background: var(--bb-primary-color); content: ""; position: absolute; @@ -1739,12 +1535,10 @@ body.bb-page-loaded .scrubber.light { right: -3px; top: 0; } - .scrubber .handle.animate { -webkit-transition: top 1s; transition: top 1s; } - .scrubber .desc { display: block; font-size: 11px; @@ -1753,7 +1547,6 @@ body.bb-page-loaded .scrubber.light { margin: 0; line-height: 1; } - .scrubber a.firstpostbtn, .scrubber a.lastpostbtn { font-size: 12px; @@ -1762,12 +1555,10 @@ body.bb-page-loaded .scrubber.light { margin-bottom: 5px; z-index: 100; } - .scrubber a.lastpostbtn { position: absolute; bottom: -40px; } - .scrubber svg { margin-left: 6px; } @@ -1775,7 +1566,6 @@ body.bb-page-loaded .scrubber.light { .widget_display_forums li li .color { visibility: hidden; } - .widget_display_forums li a { color: var(--bb-alternate-text-color); white-space: nowrap; @@ -1786,24 +1576,19 @@ body.bb-page-loaded .scrubber.light { font-size: 14px; letter-spacing: -0.24px; } - .widget_display_forums li a:hover { color: var(--bb-primary-color); } - .widget_display_forums li a.selected { color: var(--bb-headings-color); } - .widget_display_forums span.topics-count { float: left; } - .widget_display_forums li { margin: 0 0 10px; padding: 0; } - .widget_display_forums span.color { width: 13px; display: inline-block; @@ -1814,8 +1599,7 @@ body.bb-page-loaded .scrubber.light { position: relative; top: -1px; } - -.widget_display_forums > ul.bb-sidebar-forums > li a::before { +.widget_display_forums > ul.bb-sidebar-forums > li a:before { content: ""; width: 13px; display: inline-block; @@ -1827,8 +1611,7 @@ body.bb-page-loaded .scrubber.light { top: 1px; background-color: rgba(var(--bb-primary-color-rgb), 0.5); } - -.widget_display_forums > ul.bb-sidebar-forums ul.bb-sidebar-forums li a::before { +.widget_display_forums > ul.bb-sidebar-forums ul.bb-sidebar-forums li a:before { visibility: hidden; } @@ -1838,15 +1621,12 @@ body.bb-page-loaded .scrubber.light { margin: 0 0 20px; font-size: 14px; } - .bbpress-widget-area-sidebar .bb-quick-links.bb-topics-link { margin: -10px 0; } - .bbpress-widget-area-sidebar .bb-quick-links li { margin: 0; } - .bbpress-widget-area-sidebar .bb-quick-links a { display: -webkit-box; display: -ms-flexbox; @@ -1861,16 +1641,13 @@ body.bb-page-loaded .scrubber.light { -webkit-transition: 0.3s all; transition: 0.3s all; } - .bbpress-widget-area-sidebar .bb-quick-links a:hover { opacity: 0.9; color: var(--bb-headings-color); } - .bbpress-widget-area-sidebar .bb-quick-links a.selected { opacity: 1; } - .bbpress-widget-area-sidebar .bb-quick-links .bb-svg-icon { margin-left: 10px; } @@ -1885,7 +1662,6 @@ body.bb-page-loaded .scrubber.light { flex: 1; margin: 0 -20px; } - .bs-topic-form-wrap select, .bs-topic-form-wrap input[type="text"] { width: 100%; @@ -1893,14 +1669,12 @@ body.bb-page-loaded .scrubber.light { border-left: 0; border-right: 0; } - .bs-topic-form-wrap .vue-input-tag-wrapper { border: 1px solid #dedfe2; appearance: initial; border-right: 0; border-left: 0; } - .bs-topic-form-wrap .vue-html5-editor { border-right: 0; border-left: 0; @@ -1914,7 +1688,6 @@ body.bb-page-loaded .scrubber.light { .bs-topic-avatar-wrap { margin-left: 15px; } - .bs-topic-avatar-wrap .avatar { max-width: 48px; } @@ -1961,7 +1734,6 @@ body.bb-page-loaded .scrubber.light { overflow: auto; padding: 0; } - .bb-resize-to-full .bb-bbp-form [name="bbp_topic_content"] { min-height: 50vh; max-height: 54vh; @@ -2009,8 +1781,8 @@ body.bb-page-loaded .scrubber.light { border-color: var(--bb-content-border-color); } -.bb-bbp-form-fields-wrap .medium-editor-placeholder-relative::after, -.bb-bbp-form-fields-wrap .medium-editor-placeholder::after { +.bb-bbp-form-fields-wrap .medium-editor-placeholder-relative:after, +.bb-bbp-form-fields-wrap .medium-editor-placeholder:after { width: 100%; color: #c3c6c9; font-style: normal; @@ -2083,8 +1855,8 @@ div.medium-editor-toolbar li button { width: 100%; } -div.medium-toolbar-arrow-over::before, -div.medium-toolbar-arrow-under::after { +div.medium-toolbar-arrow-over:before, +div.medium-toolbar-arrow-under:after { display: none; } @@ -2097,13 +1869,11 @@ div.medium-toolbar-arrow-under::after { -webkit-transition: 0.4s bottom; transition: 0.4s bottom; } - #bb-form-reply-wrapper:empty, #bb-form-topic-wrapper:empty { visibility: hidden; opacity: 0; } - #bb-form-reply-wrapper .infinite-loading-container .infinite-status-prompt, #bb-form-topic-wrapper .infinite-loading-container .infinite-status-prompt { display: none; @@ -2127,11 +1897,9 @@ div.medium-toolbar-arrow-under::after { -ms-flex-align: center; align-items: center; } - .bb-resize-to-minimize .bb-flyform-actions { top: 25px; } - .bb-flyform-actions a { margin-right: 10px; color: rgba(18, 43, 70, 0.4); @@ -2144,16 +1912,13 @@ body.bb-resize-to-full #bb-form-reply-wrapper { left: 0; top: 0; } - body.bb-resize-to-full #bb-form-reply-wrapper .bbp-form { min-height: 100vh; } - body.bb-resize-to-full .modal-container.bbp-topic-form { min-height: 100vh; border-radius: 0; } - body.bb-resize-to-full .bbp-form { min-height: -webkit-calc(100vh - 15px); min-height: calc(100vh - 15px); @@ -2163,7 +1928,6 @@ body.bb-resize-to-full .bbp-form { -ms-flex-flow: column; flex-flow: column; } - body.bb-resize-to-full .bbp-form-fields-bottom-wrap { margin-top: auto; } @@ -2171,11 +1935,9 @@ body.bb-resize-to-full .bbp-form-fields-bottom-wrap { #replies-content { min-height: 100vh; } - #replies-content .infinite-status-prompt { padding: 0; } - #replies-content span:empty { display: none; } @@ -2201,7 +1963,6 @@ body.bb-resize-to-minimize #bb-form-reply-wrapper.show { color: var(--bb-headings-color); min-width: 0; } - .item-meta.bb-reply-title span { display: inline-block; width: 80%; @@ -2220,18 +1981,15 @@ body.bb-resize-to-minimize #bb-form-reply-wrapper.show { .bb-reply-form-elem .avatar { max-width: 48px; } - .bb-reply-form-elem .bb-tags-wrap { border-bottom: 1px solid var(--bb-content-border-color); padding: 0 15px; } - -.bb-reply-form-elem .bb-bbp-form-fields-wrap .medium-editor-placeholder::after, -.bb-reply-form-elem .bb-bbp-form-fields-wrap .medium-editor-placeholder-relative::after { +.bb-reply-form-elem .bb-bbp-form-fields-wrap .medium-editor-placeholder:after, +.bb-reply-form-elem .bb-bbp-form-fields-wrap .medium-editor-placeholder-relative:after { padding: 0 15px; top: 10px; } - .bb-reply-form-elem .medium-editor-element, .bb-reply-form-elem .medium-editor-placeholder { min-height: 80px; @@ -2261,7 +2019,6 @@ div.vue-input-tag-wrapper .input-tag { align-self: center; line-height: 1.2; } - div.vue-input-tag-wrapper .input-tag span { display: inline-block; line-height: 1; @@ -2269,7 +2026,6 @@ div.vue-input-tag-wrapper .input-tag span { } .bb-bbp-form.bb-reply-form-elem input[type="text"] { - /* width: auto; */ } @@ -2285,7 +2041,6 @@ ul.bb-tags-list { margin: 0; list-style: none; } - ul.bb-tags-list li:not(:last-child) { margin-bottom: 7px; } @@ -2299,24 +2054,20 @@ ul.bb-tags-list li:not(:last-child) { margin-bottom: 10px; background: #f7fafe; } - .bb-forum-search-content > * { background: #f7fafe; border-radius: 4px; margin-bottom: 3px; padding: 15px; } - .bb-forum-search-content > *:last-child { margin-bottom: 0; } - .bb-forum-search-content .highlight { background: #f9bb2d; color: #fff; padding: 0 1px; } - .bb-forum-search-content p:empty { display: none; } @@ -2331,7 +2082,6 @@ ul.bb-tags-list li:not(:last-child) { height: 34px; position: relative; } - .bb-tag-title > a { background: #eef0f3; border-radius: 4px; @@ -2346,7 +2096,6 @@ ul.bb-tags-list li:not(:last-child) { text-overflow: ellipsis; white-space: nowrap; } - .bb-tag-title .bb-tag-bg { background: #eef0f3; border-radius: 4px; @@ -2378,13 +2127,11 @@ span.topics-count { padding: 15px 25px; margin: -20px -30px 30px; } - .bb-reply-edit-form .bb-model-header h4 { font-size: 17px; font-weight: 500; margin: 0; } - .bb-reply-edit-form .medium-editor-element { background-color: #fff; border: 1px solid var(--bb-content-border-color); @@ -2393,7 +2140,6 @@ span.topics-count { margin-bottom: 15px; padding: 5px 12px; } - .bb-reply-edit-form .bb-topic-tags-wrap { border: 1px solid var(--bb-content-border-color); padding: 10px 15px; @@ -2401,11 +2147,9 @@ span.topics-count { margin-top: 15px; margin-bottom: 15px; } - .bb-reply-edit-form .vue-input-tag-wrapper .new-tag { width: auto; } - .bb-reply-edit-form input[name="bbp_reply_edit_reason"] { border: 1px solid var(--bb-content-border-color); padding: 5px 15px; @@ -2413,13 +2157,11 @@ span.topics-count { font-size: 14px; margin-bottom: 15px; } - .bb-reply-edit-form .bbp-form-footer { border-top: 1px solid var(--bb-content-border-color); margin: 10px -30px -15px; padding: 15px 30px 0; } - .bb-reply-edit-form label { font-size: 14px; color: var(--bb-body-text-color); @@ -2465,18 +2207,15 @@ span.topics-count { .bb-bbpress-profile-card div#object-nav { border-bottom: 0 !important; } - .bb-bbpress-profile-card .profile-item-header { margin-bottom: 10px; } - .bb-bbpress-profile-card .bb-role, .bb-bbpress-profile-card .item-meta { font-size: 15px; color: #939597; margin-bottom: 10px; } - .bb-bbpress-profile-card .bb-description { color: var(--bb-body-text-color); margin-bottom: 15px; @@ -2488,7 +2227,6 @@ span.topics-count { border-radius: 4px; margin-bottom: 20px; } - .bb-edit-user-form-wrap #bbp-your-profile { border: 0; background: transparent; @@ -2497,11 +2235,9 @@ span.topics-count { max-width: 640px; width: 100%; } - .bb-edit-user-form-wrap legend { display: none; } - .bb-edit-user-form-wrap label { display: block; font-size: 15px; @@ -2510,7 +2246,6 @@ span.topics-count { line-height: 1.1; margin-bottom: 10px; } - .bb-edit-user-form-wrap input[type="text"], .bb-edit-user-form-wrap input[type="password"], .bb-edit-user-form-wrap select, @@ -2518,11 +2253,9 @@ span.topics-count { line-height: 1.4; width: 100%; } - .bb-edit-user-form-wrap .bbp-form > div { margin-bottom: 25px; } - #bbpress-forums .bb-edit-user-form-wrap fieldset.bbp-form, .bb-edit-user-form-wrap fieldset { border: 0; @@ -2530,14 +2263,12 @@ span.topics-count { margin-bottom: 20px; margin-top: 0; } - .bb-edit-user-form-wrap .entry-title { font-weight: 500; font-size: 20px; line-height: 24px; margin-bottom: 20px; } - .bb-edit-user-form-wrap .bbp-form.password .description { display: block; font-size: 15px; @@ -2546,19 +2277,15 @@ span.topics-count { line-height: 1.3; margin-bottom: 10px; } - .bb-edit-user-form-wrap .bbp-form.password input { margin-bottom: 20px; } - .bb-edit-user-form-wrap .bbp-form.password br { display: none; } - .bb-edit-user-form-wrap #pass-strength-result:empty { display: none; } - .bb-edit-user-form-wrap #bbp_user_edit_submit { min-width: 200px; min-height: 48px; @@ -2598,7 +2325,7 @@ body:not(.logged-in) .bbp-form-fields-bottom-wrap.bb-tags-field-container { resize: none; } -.bbpress.single .hentry blockquote::before { +.bbpress.single .hentry blockquote:before { display: block; } @@ -2607,12 +2334,10 @@ body:not(.logged-in) .bbp-form-fields-bottom-wrap.bb-tags-field-container { } @media (max-width: 680px) { - .bb-search-title-head { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .bb-search-title-head .bb-search-forums-meta { display: none; } @@ -2629,7 +2354,6 @@ body:not(.logged-in) .bbp-form-fields-bottom-wrap.bb-tags-field-container { .bb-resize-to-minimize .bb-bbp-form { padding-top: 0; } - .bb-resize-to-minimize .item-meta.bb-reply-title, .bb-resize-to-minimize .bb-title-wrap { display: none; @@ -2646,7 +2370,6 @@ body:not(.logged-in) .bbp-form-fields-bottom-wrap.bb-tags-field-container { flex: 0 0 100%; margin-bottom: 10px; } - body:not(logged-in) .bb-form-multiple-options > div { max-width: 100%; } @@ -2679,13 +2402,12 @@ body:not(.logged-in) .bbp-form-fields-bottom-wrap.bb-tags-field-container { display: none; } - .bb-bbp-form-fields-wrap .medium-editor-placeholder-relative::after, - .bb-bbp-form-fields-wrap .medium-editor-placeholder::after { + .bb-bbp-form-fields-wrap .medium-editor-placeholder-relative:after, + .bb-bbp-form-fields-wrap .medium-editor-placeholder:after { padding-right: 3px; } } @media (max-width: 340px) { - .bb-bbp-form input[type="text"] { height: 20px; } @@ -2699,17 +2421,14 @@ body:not(.logged-in) .bbp-form-fields-bottom-wrap.bb-tags-field-container { } .bs-dir-search input[type="text"] { - /* max-width: 150px; */ } } @media only screen and (max-device-width: 680px) { - .bbp-topic-content-wrap.bb-bbp-form-fields-wrap { text-indent: -2px; } } - .bs-single-topic-sidebar { -webkit-box-flex: 0; -ms-flex: 0 0 200px; @@ -2722,11 +2441,9 @@ body:not(.logged-in) .bbp-form-fields-bottom-wrap.bb-tags-field-container { padding-top: 0; padding-bottom: 100px; } - .bs-single-topic-sidebar .btn-reply { margin-bottom: 10px; } - .bs-single-topic-sidebar.float aside { position: fixed; top: 5px; @@ -2737,7 +2454,6 @@ body:not(.logged-in) .bbp-form-fields-bottom-wrap.bb-tags-field-container { .bb-topic-reply-link-wrap.mobile-only { text-align: center; } - .bb-topic-favorite-link-wrap.mobile-only .subscription-toggle, .bb-topic-favorite-link-wrap.mobile-only .favorite-toggle, .bb-topic-favorite-link-wrap.mobile-only .bbp-topic-reply-link, @@ -2754,7 +2470,6 @@ body:not(.logged-in) .bbp-form-fields-bottom-wrap.bb-tags-field-container { } @media (min-width: 1031px) { - .bb-topic-favorite-link-wrap.mobile-only, .bb-topic-subscription-link-wrap.mobile-only, .bb-topic-reply-link-wrap.mobile-only { @@ -2762,12 +2477,10 @@ body:not(.logged-in) .bbp-form-fields-bottom-wrap.bb-tags-field-container { } } @media (max-width: 1030px) { - .bs-single-topic-sidebar { display: none; } } - #bbpress-forums h1.bb-reply-topic-title { font-family: inherit; font-size: 22px; @@ -2814,14 +2527,12 @@ body:not(.logged-in) .bbp-form-fields-bottom-wrap.bb-tags-field-container { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .bbp-topic-reply-link:focus, .favorite-toggle:focus, .subscription-toggle:focus, .bbp-topic-login-link:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .bbp-topic-reply-link:hover, .favorite-toggle:hover, .subscription-toggle:hover, @@ -2832,7 +2543,6 @@ body:not(.logged-in) .bbp-form-fields-bottom-wrap.bb-tags-field-container { color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - .bbp-topic-reply-link:active, .favorite-toggle:active, .subscription-toggle:active, @@ -2843,7 +2553,6 @@ body:not(.logged-in) .bbp-form-fields-bottom-wrap.bb-tags-field-container { color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - .bbp-topic-reply-link.disabled, .favorite-toggle.disabled, .subscription-toggle.disabled, @@ -2861,12 +2570,10 @@ body:not(.logged-in) .bbp-form-fields-bottom-wrap.bb-tags-field-container { color: var(--bb-headings-color); border: 1px solid var(--bb-content-border-color); } - .favorite-toggle:focus, .subscription-toggle:focus { box-shadow: var(--bb-outline-button-focus-shadow); } - .favorite-toggle:hover, .subscription-toggle:hover { background-color: var(--bb-secondary-button-background-hover); @@ -2874,7 +2581,6 @@ body:not(.logged-in) .bbp-form-fields-bottom-wrap.bb-tags-field-container { border: 1px solid var(--bb-secondary-button-border-hover); box-shadow: none; } - .favorite-toggle:active, .subscription-toggle:active { background-color: var(--bb-secondary-button-background-hover); @@ -2882,7 +2588,6 @@ body:not(.logged-in) .bbp-form-fields-bottom-wrap.bb-tags-field-container { border: 1px solid var(--bb-secondary-button-border-hover); box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 0 0 2px rgba(0, 0, 0, 0.08); } - .favorite-toggle:disabled, .favorite-toggle.disabled, .subscription-toggle:disabled, .subscription-toggle.disabled { @@ -2916,11 +2621,9 @@ body:not(.logged-in) .bbp-form-fields-bottom-wrap.bb-tags-field-container { margin-bottom: 5px; line-height: 1.187; } - #bbpress-forums fieldset.bbp-form input[type="text"] { width: 100%; } - #bbpress-forums fieldset.bbp-form .bb-checkbox-label, #bbpress-forums fieldset.bbp-form .bb-radio-label { display: inline-block; @@ -2982,11 +2685,9 @@ fieldset.bbp-form { max-width: 600px; width: 100%; } - .bbp-login-form .bbp-form > div { margin: 0 0 1.6875rem; } - .bbp-login-form legend { border-bottom: 1px solid #dedfe2; color: var(--bb-headings-color); @@ -2996,7 +2697,6 @@ fieldset.bbp-form { padding-bottom: 10px; width: 100%; } - .bbp-login-form .bbp-email, .bbp-login-form .bbp-username, .bbp-login-form .bbp-password { @@ -3009,7 +2709,6 @@ fieldset.bbp-form { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .bbp-login-form .bbp-email label, .bbp-login-form .bbp-username label, .bbp-login-form .bbp-password label { @@ -3019,7 +2718,6 @@ fieldset.bbp-form { min-width: 130px; padding-left: 15px; } - .bbp-login-form .bbp-email input, .bbp-login-form .bbp-username input, .bbp-login-form .bbp-password input { @@ -3027,7 +2725,6 @@ fieldset.bbp-form { -ms-flex: 1; flex: 1; } - .bbp-login-form .bbp-username p { margin: 0; display: -webkit-box; @@ -3037,13 +2734,11 @@ fieldset.bbp-form { flex-flow: row wrap; width: 100%; } - .bbp-login-form .bbp-username p .hide { display: block !important; } @media (max-width: 580px) { - .bbp-login-form .bbp-username p .hide, .bbp-login-form .bbp-email label, .bbp-login-form .bbp-username label, @@ -3054,7 +2749,6 @@ fieldset.bbp-form { flex: 0 0 100%; } } - .bb-item-avatar-wrap { position: relative; } @@ -3063,7 +2757,6 @@ div.bbp-submit-wrapper { float: right; margin-top: 0; } - div.bbp-submit-wrapper .button.submit { min-width: 140px; font-weight: 500; @@ -3076,17 +2769,14 @@ div.bbp-submit-wrapper .button.submit { padding: 0; position: relative; } - #bbpress-forums .bs-single-forum-list > li .bs-reply-list-item { padding: 15px 30px; -webkit-transition: none; transition: none; } - .bbp-user-page.single .bb-profile-grid #bbpress-forums .bs-single-forum-list.bs-item-list.list-view li:first-child { border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; } - .bbp-user-page.single .bb-profile-grid #bbpress-forums .bs-single-forum-list.bs-item-list.list-view li:first-child:last-child { border-radius: var(--bb-block-radius); } @@ -3109,22 +2799,18 @@ div.bbp-submit-wrapper .button.submit { #bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .bs-item-wrap { padding: 15px 30px; } - #bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .bs-item-wrap:hover { box-shadow: none; border-right-color: var(--bb-content-border-color); border-left-color: var(--bb-content-border-color); } - #bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .bs-item-wrap.topic-lead > .item { width: 100%; } - #bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .bs-header-item.bs-item-wrap:not(.header-total-reply-count) { padding-top: 25px; padding-bottom: 25px; } - #bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .item-title { display: -webkit-box; display: -ms-flexbox; @@ -3132,7 +2818,6 @@ div.bbp-submit-wrapper .button.submit { margin-bottom: 10px; position: relative; } - #bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .item-title > a { font-size: 22px; line-height: 1.2; @@ -3162,7 +2847,6 @@ div.bbp-submit-wrapper .button.submit { flex: 0 0 100%; margin-bottom: 15px; } - .bs-single-forum-list .item-meta h3 { font-size: 14px; letter-spacing: -0.24px; @@ -3170,35 +2854,28 @@ div.bbp-submit-wrapper .button.submit { margin-bottom: 5px; font-family: inherit; } - .bs-single-forum-list .item-meta a { color: var(--bb-headings-color); } - .bs-single-forum-list .item-meta a[href=""] { pointer-events: none; } - .bs-single-forum-list .item-meta a:hover { color: var(--bb-primary-color); } - .bs-single-forum-list .bb-liked .bb-icon-like { color: var(--bb-primary-color); } - .bs-single-forum-list span.bs-timestamp { font-size: 12px; color: var(--bb-alternate-text-color); letter-spacing: -0.18px; } - .bs-single-forum-list .single-item-meta.secondary-meta { border-top: 1px solid var(--bb-content-border-color); color: var(--bb-body-text-color); padding-top: 15px; } - .bs-single-forum-list .children { border-top: 1px solid var(--bb-content-border-color); margin-right: 0; @@ -3213,11 +2890,9 @@ div.bbp-submit-wrapper .button.submit { .bs-reply-list-item:last-child .single-item-meta { margin-bottom: 0; } - .bs-reply-list-item.trash { background-color: rgba(239, 62, 70, 0.1); } - .bs-reply-list-item.spam { background-color: rgba(77, 92, 109, 0.1); } @@ -3226,17 +2901,14 @@ div.bbp-submit-wrapper .button.submit { list-style: none; margin: 0; } - .bs-reply-list li.bs-reply-list-item:not(:last-child) { border-bottom: 1px solid var(--bb-content-border-color); margin-bottom: 20px; } - .bs-reply-list .bb-icon-like { font-size: 25px; color: #939597; } - .bs-reply-list ul:empty { display: none; } @@ -3247,11 +2919,9 @@ div.bbp-submit-wrapper .button.submit { line-height: 1.5; margin-bottom: 20px; } - .bs-forum-content p { margin-bottom: 20px; } - .bs-forum-content table[style] { width: 100% !important; } @@ -3267,7 +2937,6 @@ div.bbp-submit-wrapper .button.submit { .bs-single-forum-sidebar { padding-top: 0; } - .bs-single-forum-sidebar .btn-reply { margin-bottom: 10px; } @@ -3280,7 +2949,6 @@ div.bbp-submit-wrapper .button.submit { .bs-header-item .action.bs-forums-meta { display: inline-block; - /* margin-top: 15px; */ margin-left: 5px; } @@ -3289,7 +2957,6 @@ div.bbp-submit-wrapper .button.submit { padding: 0; margin: 0 0 18px; } - .single.single-topic #bbpress-forums#bbpress-forums .bs-item-wrap.bs-header-item .bs-meta-item { margin-right: 0; } @@ -3299,7 +2966,6 @@ div.bbp-submit-wrapper .button.submit { -webkit-transition: 0.2s linear all; transition: 0.2s linear all; } - .bbpress .color.bs-meta-item:hover, #bbpress-forums .color.bs-meta-item:hover { opacity: 0.8; @@ -3323,95 +2989,31 @@ div.bbp-submit-wrapper .button.submit { #bbpress-forums #replies-content .bs-reply-list-item.depth-2 { padding-right: 65px; } - #bbpress-forums #replies-content .bs-reply-list-item.depth-3 { padding-right: 105px; } - #bbpress-forums #replies-content .bs-reply-list-item.depth-4 { padding-right: 145px; } - #bbpress-forums #replies-content .bs-reply-list-item.depth-5 { padding-right: 185px; } - #bbpress-forums #replies-content .bs-reply-list-item.depth-6 { padding-right: 225px; } -.medium-editor-element blockquote:not(.wp-embedded-content), -.bs-forum-content blockquote:not(.wp-embedded-content) { - border-radius: 4px; - padding: 12px; - font-size: 22px; - letter-spacing: -0.24px; - line-height: 30px; - position: relative; - margin: 0 0 15px; - background: #fafafa; - border: 1px solid var(--bb-content-border-color); -} - -.medium-editor-element blockquote:not(.wp-embedded-content)::before, -.bs-forum-content blockquote:not(.wp-embedded-content)::before { - content: "\ef02"; - font-family: bb-icons; - font-style: normal; - font-weight: 400; - display: block; - text-align: center; - font-variant: normal; - color: #92949d; - width: 30px; - height: 30px; - font-size: 22px; - line-height: 30px; - background: #e2e1e0; - background-color: rgba(0, 0, 0, 0.1); - border-radius: 100%; - margin-bottom: 10px; -} - -.medium-editor-element blockquote:not(.wp-embedded-content) p, -.bs-forum-content blockquote:not(.wp-embedded-content) p { - font-size: 20px; -} - -.medium-editor-element blockquote:not(.wp-embedded-content) p:last-child, -.bs-forum-content blockquote:not(.wp-embedded-content) p:last-child { - margin-bottom: 0; -} - -.medium-editor-element blockquote:not(.wp-embedded-content) em, -.bs-forum-content blockquote:not(.wp-embedded-content) em { - font-size: 14px; - color: #fff; - line-height: 18px; - display: block; - margin-top: 20px; - font-style: normal; -} - -.medium-editor-element blockquote:not(.wp-embedded-content) a, -.bs-forum-content blockquote:not(.wp-embedded-content) a { - color: var(--bb-alternate-text-color); -} - .bb-loading .bb-cover-wrap, -.bb-loading .bb-cover-wrap::after { +.bb-loading .bb-cover-wrap:after { background: var(--bb-content-border-color); } #bbpress-forums #replies-content .bs-single-forum-list .bs-item-wrap:not(.bs-header-item, .bs-topic-form-wrap) { padding: 0; } - #bbpress-forums #replies-content .bs-reply-list-item { margin-bottom: 0; padding: 15px 30px; } - #bbpress-forums #replies-content .contentinput { max-height: 240px; min-height: 75px; @@ -3421,7 +3023,6 @@ div.bbp-submit-wrapper .button.submit { letter-spacing: -0.24px; line-height: 22px; } - #bbpress-forums #replies-content .contentinput h1, #bbpress-forums #replies-content .contentinput .h1, #bbpress-forums #replies-content .contentinput h2, @@ -3439,11 +3040,9 @@ div.bbp-submit-wrapper .button.submit { #bbpress-forums #replies-content .contentinput hr { margin-bottom: 1rem; } - #bbpress-forums #replies-content .bs-single-forum-list .single-item-meta { margin-bottom: 0; } - #bbpress-forums #replies-content .current-new-reply { opacity: 0.5; } @@ -3452,26 +3051,21 @@ body:not(.logged-in) .bb-floating-form-wrapper .bb-anonymous-field-container { border-top: 1px solid var(--bb-content-border-color); margin: 0 -15px; } - body:not(.logged-in) .bb-floating-form-wrapper .bb-anonymous-field-container .bb-field-wrap { border-bottom: 1px solid var(--bb-content-border-color); margin: 0; } - body:not(.logged-in) .bb-floating-form-wrapper .bb-anonymous-field-container input[type="text"] { padding: 0 15px; } - body:not(.logged-in) .bb-floating-form-wrapper .bbp-form-fields-bottom-wrap { border-top: 0; } - body:not(.logged-in) .bb-floating-form-wrapper .bb-form-multiple-options > div { max-width: 100%; } body:not(.logged-in) .bs-forums-items.bs-single-forum-list .item-title { - /* padding-right: 50px; */ } @@ -3486,7 +3080,6 @@ body:not(.logged-in) .bs-forums-items.bs-single-forum-list .item-title { } @media (max-width: 768px) { - .bbpress-widget-area-sidebar { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; @@ -3501,7 +3094,6 @@ body:not(.logged-in) .bs-forums-items.bs-single-forum-list .item-title { } } @media (max-width: 800px) { - #bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .item-title { -ms-flex-flow: row wrap; flex-flow: row wrap; @@ -3522,7 +3114,6 @@ body:not(.logged-in) .bs-forums-items.bs-single-forum-list .item-title { margin-bottom: 10px; } } - .bb-sticky .bbp-topic-super-sticky-link, .bb-super-sticky.unsticky .bbp-topic-sticky-link { display: none !important; @@ -3540,7 +3131,6 @@ body:not(.logged-in) .bs-forums-items.bs-single-forum-list .item-title { padding: 0; margin: 0; } - #bbpress-forums div.bbp-forum-content .item-action-wrap, #bbpress-forums div.bbp-forum-content .media-action-wrap, #bbpress-forums div.bbp-topic-content .item-action-wrap, @@ -3550,7 +3140,6 @@ body:not(.logged-in) .bs-forums-items.bs-single-forum-list .item-title { top: 13px; left: 11px; } - #bbpress-forums div.bbp-forum-content .item-action-wrap > a, #bbpress-forums div.bbp-forum-content .media-action-wrap > a, #bbpress-forums div.bbp-topic-content .item-action-wrap > a, @@ -3559,7 +3148,6 @@ body:not(.logged-in) .bs-forums-items.bs-single-forum-list .item-title { #bbpress-forums div.bbp-reply-content .media-action-wrap > a { background-color: rgba(0, 0, 0, 0.8); } - #bbpress-forums div.bbp-forum-content .item-action_list, #bbpress-forums div.bbp-forum-content .media-action_list, #bbpress-forums div.bbp-topic-content .item-action_list, @@ -3569,7 +3157,6 @@ body:not(.logged-in) .bs-forums-items.bs-single-forum-list .item-title { background-color: var(--bb-content-background-color); border-radius: var(--bb-block-radius); } - #bbpress-forums div.bbp-forum-content .item-action_list ul, #bbpress-forums div.bbp-forum-content .media-action_list ul, #bbpress-forums div.bbp-topic-content .item-action_list ul, @@ -3580,7 +3167,6 @@ body:not(.logged-in) .bs-forums-items.bs-single-forum-list .item-title { padding: 8px; margin: 0; } - #bbpress-forums div.bbp-forum-content .item-action_list ul li, #bbpress-forums div.bbp-forum-content .media-action_list ul li, #bbpress-forums div.bbp-topic-content .item-action_list ul li, @@ -3589,7 +3175,6 @@ body:not(.logged-in) .bs-forums-items.bs-single-forum-list .item-title { #bbpress-forums div.bbp-reply-content .media-action_list ul li { list-style: none; } - #bbpress-forums div.bbp-forum-content .item-action_list ul li a, #bbpress-forums div.bbp-forum-content .media-action_list ul li a, #bbpress-forums div.bbp-topic-content .item-action_list ul li a, @@ -3601,7 +3186,6 @@ body:not(.logged-in) .bs-forums-items.bs-single-forum-list .item-title { display: block; padding: 10px 14px; } - #bbpress-forums div.bbp-forum-content .item-action_list ul li a:hover, #bbpress-forums div.bbp-forum-content .media-action_list ul li a:hover, #bbpress-forums div.bbp-topic-content .item-action_list ul li a:hover, @@ -3610,16 +3194,14 @@ body:not(.logged-in) .bs-forums-items.bs-single-forum-list .item-title { #bbpress-forums div.bbp-reply-content .media-action_list ul li a:hover { background-color: var(--bb-content-alternate-background-color); } - -#bbpress-forums div.bbp-forum-content .item-action_list ul li a::before, -#bbpress-forums div.bbp-forum-content .media-action_list ul li a::before, -#bbpress-forums div.bbp-topic-content .item-action_list ul li a::before, -#bbpress-forums div.bbp-topic-content .media-action_list ul li a::before, -#bbpress-forums div.bbp-reply-content .item-action_list ul li a::before, -#bbpress-forums div.bbp-reply-content .media-action_list ul li a::before { +#bbpress-forums div.bbp-forum-content .item-action_list ul li a:before, +#bbpress-forums div.bbp-forum-content .media-action_list ul li a:before, +#bbpress-forums div.bbp-topic-content .item-action_list ul li a:before, +#bbpress-forums div.bbp-topic-content .media-action_list ul li a:before, +#bbpress-forums div.bbp-reply-content .item-action_list ul li a:before, +#bbpress-forums div.bbp-reply-content .media-action_list ul li a:before { color: var(--bb-alternate-text-color); } - #bbpress-forums div.bbp-forum-content .bb-link-preview-container, #bbpress-forums div.bbp-topic-content .bb-link-preview-container, #bbpress-forums div.bbp-reply-content .bb-link-preview-container { @@ -3653,152 +3235,117 @@ body:not(.logged-in) .bs-forums-items.bs-single-forum-list .item-title { margin-bottom: 0; } @media (max-width: 1000px) { - #bbpress-forums ul.bbp-threaded-replies { margin-right: 15px; } } @media (max-width: 800px) { - #bbpress-forums ul.bbp-threaded-replies { margin-right: 10px; } } - #bbpress-forums ul.bbp-threaded-replies .item-avatar { margin-left: 12px; } - #bbpress-forums ul.bbp-threaded-replies .bbp-author-avatar, #bbpress-forums ul.bbp-threaded-replies .item-avatar .avatar { max-width: 36px !important; min-width: 36px !important; } - #bbpress-forums ul.bbp-threaded-replies .bs-reply-list-item { padding: 20px 60px 20px 30px; } - #bbpress-forums ul.bbp-threaded-replies .depth-3 > .bs-reply-list-item { padding-right: 90px; } - #bbpress-forums ul.bbp-threaded-replies .depth-4 > .bs-reply-list-item { padding-right: 120px; } - #bbpress-forums ul.bbp-threaded-replies .depth-5 > .bs-reply-list-item { padding-right: 150px; } - #bbpress-forums ul.bbp-threaded-replies .depth-6 > .bs-reply-list-item { padding-right: 180px; } - #bbpress-forums ul.bbp-threaded-replies .depth-7 > .bs-reply-list-item { padding-right: 210px; } - #bbpress-forums ul.bbp-threaded-replies .depth-8 > .bs-reply-list-item { padding-right: 240px; } - #bbpress-forums ul.bbp-threaded-replies .depth-9 > .bs-reply-list-item { padding-right: 270px; } - #bbpress-forums ul.bbp-threaded-replies .depth-10 > .bs-reply-list-item { padding-right: 300px; } @media screen and (max-width: 1000px) { - #bbpress-forums ul.bbp-threaded-replies { margin-right: 0; } - #bbpress-forums ul.bbp-threaded-replies .bs-reply-list-item { padding-right: 30px; } - #bbpress-forums ul.bbp-threaded-replies .depth-3 > .bs-reply-list-item { padding-right: 60px; } - #bbpress-forums ul.bbp-threaded-replies .depth-4 > .bs-reply-list-item { padding-right: 90px; } - #bbpress-forums ul.bbp-threaded-replies .depth-5 > .bs-reply-list-item { padding-right: 120px; } - #bbpress-forums ul.bbp-threaded-replies .depth-6 > .bs-reply-list-item { padding-right: 160px; } - #bbpress-forums ul.bbp-threaded-replies .depth-7 > .bs-reply-list-item { padding-right: 180px; } - #bbpress-forums ul.bbp-threaded-replies .depth-8 > .bs-reply-list-item { padding-right: 210px; } - #bbpress-forums ul.bbp-threaded-replies .depth-9 > .bs-reply-list-item { padding-right: 240px; } - #bbpress-forums ul.bbp-threaded-replies .depth-10 > .bs-reply-list-item { padding-right: 270px; } } @media screen and (max-width: 800px) { - #bbpress-forums ul.bbp-threaded-replies .bs-reply-list-item { padding-right: 25px; } - #bbpress-forums ul.bbp-threaded-replies .depth-3 > .bs-reply-list-item { padding-right: 35px; } - #bbpress-forums ul.bbp-threaded-replies .depth-4 > .bs-reply-list-item { padding-right: 45px; } - #bbpress-forums ul.bbp-threaded-replies .depth-5 > .bs-reply-list-item { padding-right: 55px; } - #bbpress-forums ul.bbp-threaded-replies .depth-6 > .bs-reply-list-item { padding-right: 65px; } - #bbpress-forums ul.bbp-threaded-replies .depth-7 > .bs-reply-list-item { padding-right: 75px; } - #bbpress-forums ul.bbp-threaded-replies .depth-8 > .bs-reply-list-item { padding-right: 85px; } - #bbpress-forums ul.bbp-threaded-replies .depth-9 > .bs-reply-list-item { padding-right: 95px; } - #bbpress-forums ul.bbp-threaded-replies .depth-10 > .bs-reply-list-item { padding-right: 105px; } } - #bbpress-forums ul.bbp-threaded-replies li { margin-bottom: 0; } - #bbpress-forums ul.bbp-threaded-replies .bs-reply-header { margin-bottom: 5px; } - #bbpress-forums ul.bbp-threaded-replies .bbp-reply-content { line-height: 1.4; margin-right: 60px; @@ -3806,12 +3353,10 @@ body:not(.logged-in) .bs-forums-items.bs-single-forum-list .item-title { } @media only screen and (max-width: 544px) { - .has-sidebar.forums-sidebar.sidebar-left #secondary + .content-area { padding-top: 0; } } - #bbpress-forums .bs-dropdown .bbp-admin-links { font-size: 0; display: -webkit-box; @@ -3822,7 +3367,6 @@ body:not(.logged-in) .bs-forums-items.bs-single-forum-list .item-title { padding: 3px 0; width: 100%; } - #bbpress-forums .bs-dropdown .bbp-admin-links a { margin: 0; padding: 9px 15px; @@ -3836,23 +3380,19 @@ body:not(.logged-in) .bs-forums-items.bs-single-forum-list .item-title { width: 100%; text-transform: none; } - #bbpress-forums .bs-dropdown .bbp-admin-links a:hover { color: var(--bb-primary-color); } - #bbpress-forums .bs-dropdown .bbp-admin-links a.bbp-topic-reply-link { background-color: transparent; line-height: inherit; border: 0; border-radius: inherit; } - #bbpress-forums .bs-dropdown .bbp-admin-links a.bbp-topic-reply-link:hover { background-color: #f5f5f5; box-shadow: none; } - #bbpress-forums .bs-dropdown .bbp-admin-links .bbp-topic-sticky-link, #bbpress-forums .bs-dropdown .bbp-admin-links .bbp-topic-super-sticky-link { display: none; @@ -3885,11 +3425,9 @@ body:not(.logged-in) .bs-forums-items.bs-single-forum-list .item-title { margin-bottom: 30px; margin-top: 30px; } - #bbpress-forums fieldset.bbp-form + fieldset.bbp-form { margin-top: 0; } - #bbpress-forums fieldset.bbp-form legend { font-size: 20px; font-weight: 500; @@ -3921,7 +3459,6 @@ body:not(.logged-in) .bs-forums-items.bs-single-forum-list .item-title { margin-bottom: 25px; display: block; } - #bbpress-forums > #subscription-toggle .subscription-toggle { min-width: 160px; width: auto; @@ -3965,16 +3502,14 @@ select#bbp_destination_topic { .bbp-user-page.single .content-area, .bbp-user-edit.single .content-area { - /* padding-top: 10px; issue with BP Pro */ } - .bbp-user-page.single .bbp-profile-avatar-link, .bbp-user-edit.single .bbp-profile-avatar-link { width: 100%; } -div#bbpress-forums::after { +div#bbpress-forums:after { content: ""; display: table; clear: both; @@ -3983,7 +3518,6 @@ div#bbpress-forums::after { #bbp-user-wrapper.bb-bbp-user-wrapper ul#user_switching_switch_to { margin-bottom: 20px; } - #bbpress-forums #bbp-user-wrapper.bb-bbp-user-wrapper .entry-title { margin-bottom: 20px; } @@ -4113,8 +3647,8 @@ div#bbpress-forums::after { border-radius: 0 0 3px 3px; } -.bbp_widget_login .bbp-logged-in h5 .bb-mini-profile-card-area .bb-profile-card::before, -.bbp_widget_login .bbp-logged-in h5 .bb-mini-group-profile-card-area .bb-profile-card::before { +.bbp_widget_login .bbp-logged-in h5 .bb-mini-profile-card-area .bb-profile-card:before, +.bbp_widget_login .bbp-logged-in h5 .bb-mini-group-profile-card-area .bb-profile-card:before { left: -55px; } @@ -4125,7 +3659,6 @@ div#bbpress-forums::after { .bbp_widget_login .bbp-logged-in h5 a { color: var(--bb-headings-color); } - .bbp_widget_login .bbp-logged-in h5 a:hover { color: var(--bb-primary-color); } @@ -4141,14 +3674,12 @@ div#bbpress-forums::after { -webkit-font-smoothing: initial; -moz-osx-font-smoothing: initial; } - .bbp-logged-in h5 a, .bp-login-widget-user-link a { color: inherit; } @media only screen and (max-width: 640px) { - #bbpress-forums #bbp-your-profile fieldset label[for], #bbpress-forums #bbp-your-profile fieldset fieldset.password, #bbpress-forums #bbp-your-profile fieldset input, @@ -4158,7 +3689,6 @@ div#bbpress-forums::after { } } @media only screen and (min-width: 992px) and (max-width: 1300px) { - #bbpress-forums .bb-forums-list .lg-grid-1-3 { -webkit-box-flex: 0; -ms-flex: 0 0 33.33%; @@ -4167,13 +3697,11 @@ div#bbpress-forums::after { } } @media (max-width: 768px) { - .topic-archive .bs-header-item .btn-new-topic { display: block; } } @media only screen and (max-width: 480px) { - #bbpress-forums div.bbp-reply-author img.avatar { position: static; width: auto; @@ -4194,21 +3722,18 @@ div#bbpress-forums::after { font-size: 13px; } } - .bbpress-sidebar .widget_tag_cloud { background-color: transparent; padding-right: 0; padding-left: 0; border: 0; } - .bbpress-sidebar .widget_tag_cloud .tagcloud a { color: var(--bb-headings-color); font-size: 14px !important; line-height: 170%; padding-left: 5px; } - .bbpress-sidebar .widget_tag_cloud .tagcloud a:hover { color: var(--bb-primary-color); } @@ -4244,18 +3769,15 @@ div#bbpress-forums::after { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .bb-sidebar-forums a.bbp-forum-title { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } - .bb-sidebar-forums .topics-count { margin-right: auto; padding-right: 20px; } - .bb-sidebar-forums .bb-sidebar-forums { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -4274,7 +3796,6 @@ div#bbpress-forums::after { #bbp_editor_forum_content { border-color: #dedfe2; } - #bbp_editor_forum_content:focus { color: inherit; border-color: var(--bb-content-border-color); @@ -4285,7 +3806,6 @@ div#bbpress-forums::after { border-top: 1px solid var(--bb-content-border-color); border-radius: 0; } - #bbp_editor_topic_content:focus { color: inherit; border-color: var(--bb-content-border-color); @@ -4304,12 +3824,10 @@ div#bbpress-forums::after { -ms-flex-pack: end; justify-content: flex-end; } - .bbp-forum-buttons-wrap > * { margin-right: 15px; margin-bottom: 20px; } - .bbp-forum-buttons-wrap .reported-content { opacity: 0.9; } @@ -4326,16 +3844,13 @@ span#subscription-toggle { .bbpress-sidebar #subscription-toggle { margin-bottom: 20px; } - .bs-topic-sidebar-inner #subscription-toggle { font-size: 0; width: 100%; } - #subscription-toggle span { display: block; } - .mobile-only #subscription-toggle { float: none; } @@ -4343,12 +3858,10 @@ span#subscription-toggle { .single-topic-sidebar-links .bb-topic-report-link-wrap { margin-top: -15px; } - .single-topic-sidebar-links .bb-topic-report-link-wrap a.reported-content, .single-topic-sidebar-links .bb-topic-report-link-wrap a.report-content { width: 100%; } - .single-topic-sidebar-links .bb-topic-report-link-wrap a.reported-content { pointer-events: none; opacity: 0.8; @@ -4359,11 +3872,9 @@ span#subscription-toggle { border-radius: 3px; padding: 10px 15px; } - .reply-edit .bbp-reply-form #whats-new-toolbar { padding: 5px 0 15px; } - .reply-edit .emojionearea.medium-editor-element { background: transparent; min-height: 1px; @@ -4372,11 +3883,9 @@ span#subscription-toggle { .reply-edit #bbpress-forums fieldset.bbp-form > div { margin-bottom: 15px; } - .reply-edit .bbp-submit-wrapper { margin-top: 20px; } - .reply-edit #bbpress-forums .bp-feedback + fieldset.bbp-form { margin-top: 30px; } @@ -4391,12 +3900,10 @@ span#subscription-toggle { margin-bottom: 2px; padding: 0 10px 0 5px; } - .bbp-form .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove { margin-top: 2px; } - -.bbp-form .select2-container--default .select2-selection--multiple .select2-selection__choice span.select2-selection__choice__remove::before { +.bbp-form .select2-container--default .select2-selection--multiple .select2-selection__choice span.select2-selection__choice__remove:before { background: none; color: #fff; font-weight: 300; @@ -4407,18 +3914,15 @@ span#subscription-toggle { margin-bottom: 30px; margin-top: 30px; } - .single-with-sub-forum .bbp-forum-content-wrap { margin-top: 0; } - .bbp-forum-content-wrap .bb-more-link { background-color: var(--bb-content-background-color); color: var(--bb-headings-color); border: 1px solid var(--bb-content-border-color); margin-top: 20px; } - .bbp-forum-content-wrap .bb-more-link:hover { background-color: var(--bb-secondary-button-background-hover); color: var(--bb-secondary-button-text-hover); @@ -4429,102 +3933,81 @@ span#subscription-toggle { body:not(.forum) .entry-content .bbp-topic-form .bbp-submit-wrapper { margin-top: 15px; } - body:not(.forum) .entry-content .bbp-topic-form .bbp-submit-wrapper .button.submit { margin-right: 0; } - body:not(.forum) .entry-content .bbp-topic-form .bb-form-select-fields { padding: 15px 10px; } - body:not(.forum) .entry-content .bbp-topic-form .new_topic_title_avatar { margin-left: 10px; } - body:not(.forum) .entry-content .bbp-topic-form .bbp_topic_form_type_wrapper { margin-bottom: 20px; } - body:not(.forum) .entry-content .bbp-topic-form .bbp_topic_title_wrapper { -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 30px; } - body:not(.forum) .entry-content .bbp-topic-form #bbp_editor_topic_content { background-color: #fff; border: 1px solid var(--bb-content-border-color); border-radius: 3px; } - body:not(.forum) .entry-content .bbp-topic-form .bbp-topic-form #whats-new-toolbar, body:not(.forum) .entry-content .bbp-topic-form .bbp-reply-form #whats-new-toolbar, body:not(.forum) .entry-content .bbp-topic-form .bbp-reply-form #whats-new-attachments, body:not(.forum) .entry-content .bbp-topic-form .bbp-topic-form #whats-new-attachments { padding: 0; } - body:not(.forum) .entry-content .bbp-topic-form .bbp-form #whats-new-toolbar, body:not(.forum) .entry-content .bbp-topic-form .bbp-form #whats-new-attachments { margin-bottom: 15px; } - body:not(.forum) .entry-content .bbp-topic-form .bbp-topic-form #whats-new-toolbar { margin-bottom: 15px; } - body:not(.forum) .entry-content .bbp-topic-form .bbp-form .emojionearea.medium-editor-element { background: transparent; } - body:not(.forum) .entry-content .bbp-topic-form .bbp_topic_tags_wrapper { background: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); - border-top: 0; border-radius: var(--bb-input-radius); padding: 0 12px; margin-bottom: 10px !important; } - body:not(.forum) .entry-content .bbp-topic-form #bbp_topic_tags { padding: 0 12px; } - body:not(.forum) .entry-content .bbp-topic-form .bbp-form .bb-form-select-fields { display: block; } - body:not(.forum) .entry-content .bbp-topic-form #bbp-close-btn { display: none; } - body:not(.forum) .entry-content .bbp-topic-form #whats-new-toolbar, body:not(.forum) .entry-content .bbp-topic-form #whats-new-toolbar { padding: 0; } - body:not(.forum) .entry-content .bbp-topic-form .bb-form-select-fields > * { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding: 0; } - body:not(.forum) .entry-content .bbp-topic-form .bbp_topic_tags_wrapper input, body:not(.forum) .entry-content .bbp-topic-form .bbp_topic_tags_wrapper select { border: 0; } - body:not(.forum) .entry-content .bbp-topic-form .bbp_topic_title_wrapper input { margin-right: 0; } - body:not(.forum) .entry-content .bbp-topic-form .bbp-the-content-wrapper { margin-bottom: 10px; } - body:not(.forum) .entry-content .bbp-topic-form #whats-new-attachments, body:not(.forum) .entry-content .bbp-topic-form #whats-new-attachments { padding: 0; @@ -4534,26 +4017,22 @@ body:not(.forum) .entry-content .bbp-topic-form #whats-new-attachments { body:not(.forum) .entry-content .widget .bbp-topic-form .bbp_topic_tags_wrapper { border-top: 1px solid var(--bb-content-border-color); } - .widget .bbp-topic-form .bbp-the-content-wrapper, body:not(.forum) .entry-content .widget .bbp-topic-form .bbp-the-content-wrapper { border: 1px solid var(--bb-content-border-color); border-radius: var(--bb-input-radius); background-color: var(--bb-content-background-color); } - .widget .bbp-topic-form .bbp-the-content-wrapper .bbp-the-content, body:not(.forum) .entry-content .widget .bbp-topic-form .bbp-the-content-wrapper .bbp-the-content { border-radius: var(--bb-input-radius); padding-right: 10px; padding-left: 10px; } - .widget .bbp-reply-form, body:not(.forum) .entry-content .widget .bbp-reply-form { margin: 0; } - .widget .bbp-reply-form .bbp-the-content-wrapper, body:not(.forum) .entry-content .widget .bbp-reply-form .bbp-the-content-wrapper { border: 1px solid var(--bb-content-border-color); @@ -4561,7 +4040,6 @@ body:not(.forum) .entry-content .widget .bbp-reply-form .bbp-the-content-wrapper background-color: var(--bb-content-background-color); margin-top: 10px; } - .widget .bbp-reply-form .bbp-the-content-wrapper .bbp-the-content, body:not(.forum) .entry-content .widget .bbp-reply-form .bbp-the-content-wrapper .bbp-the-content { border-radius: var(--bb-input-radius); @@ -4569,12 +4047,10 @@ body:not(.forum) .entry-content .widget .bbp-reply-form .bbp-the-content-wrapper padding-left: 10px; border: 0; } - .widget .bbp-reply-form #bbp-reply-exerpt:empty, body:not(.forum) .entry-content .widget .bbp-reply-form #bbp-reply-exerpt:empty { display: none; } - .widget .bbp-forum-form .bbp-the-content-wrapper, body:not(.forum) .entry-content .widget .bbp-forum-form .bbp-the-content-wrapper { border: 1px solid var(--bb-content-border-color); @@ -4583,7 +4059,6 @@ body:not(.forum) .entry-content .widget .bbp-forum-form .bbp-the-content-wrapper margin-top: 10px; margin-bottom: 10px; } - .widget .bbp-forum-form .bbp-the-content-wrapper .bbp-the-content, body:not(.forum) .entry-content .widget .bbp-forum-form .bbp-the-content-wrapper .bbp-the-content { border-radius: var(--bb-input-radius); @@ -4602,16 +4077,13 @@ body .entry-content > .bbp-topic-form.bb-modal { margin: 0; box-shadow: none; } - body .entry-content > .bbp-topic-form.bb-modal fieldset.bbp-form { margin-right: 0; margin-left: 0; } - body .entry-content > .bbp-topic-form.bb-modal .new_topic_title label { display: none !important; } - body .entry-content > .bbp-topic-form.bb-modal fieldset.bbp-form label { color: inherit; display: inline-block; @@ -4619,7 +4091,6 @@ body .entry-content > .bbp-topic-form.bb-modal fieldset.bbp-form label { letter-spacing: -0.24px; margin-bottom: 5px; } - body .entry-content > .bbp-topic-form.bb-modal .new_topic_title_avatar { margin-left: 20px; } @@ -4629,6 +4100,8 @@ body .entry-content > .bbp-topic-form.bb-modal .new_topic_title_avatar { .elementor-shortcode #bbpress-forums .bbp-topic-form select, .elementor-shortcode #bbpress-forums .bbp-forum-form input, .elementor-shortcode #bbpress-forums .bbp-forum-form select, +.elementor-widget-text-editor #bbpress-forums .bbp-forum-form input, +.elementor-widget-text-editor #bbpress-forums .bbp-forum-form select, article.type-page .entry-content > .bbp-topic-form input, article.type-page .entry-content > .bbp-topic-form select, article.type-page .entry-content > #bbpress-forums .bbp-topic-form input, @@ -4639,18 +4112,18 @@ article.type-page .entry-content > #bbpress-forums .bbp-forum-form select, .entry-content > .bbp-forum-form select { width: 100%; } - .elementor-shortcode #bbpress-forums .bbp-topic-form .bbp-the-content-wrapper, .elementor-shortcode #bbpress-forums .bbp-forum-form .bbp-the-content-wrapper, +.elementor-widget-text-editor #bbpress-forums .bbp-forum-form .bbp-the-content-wrapper, article.type-page .entry-content > .bbp-topic-form .bbp-the-content-wrapper, article.type-page .entry-content > #bbpress-forums .bbp-topic-form .bbp-the-content-wrapper, article.type-page .entry-content > #bbpress-forums .bbp-forum-form .bbp-the-content-wrapper, .entry-content > .bbp-forum-form .bbp-the-content-wrapper { margin-bottom: 0; } - .elementor-shortcode #bbpress-forums .bbp-topic-form .bbp-the-content-wrapper .bbp_editor_forum_content, .elementor-shortcode #bbpress-forums .bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content, +.elementor-widget-text-editor #bbpress-forums .bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content, article.type-page .entry-content > .bbp-topic-form .bbp-the-content-wrapper .bbp_editor_forum_content, article.type-page .entry-content > #bbpress-forums .bbp-topic-form .bbp-the-content-wrapper .bbp_editor_forum_content, article.type-page .entry-content > #bbpress-forums .bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content, @@ -4664,20 +4137,20 @@ article.type-page .entry-content > #bbpress-forums .bbp-forum-form .bbp-the-cont padding: 15px; min-height: 90px; } - -.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp-the-content-wrapper .bbp_editor_forum_content::after, -.elementor-shortcode #bbpress-forums .bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content::after, -article.type-page .entry-content > .bbp-topic-form .bbp-the-content-wrapper .bbp_editor_forum_content::after, -article.type-page .entry-content > #bbpress-forums .bbp-topic-form .bbp-the-content-wrapper .bbp_editor_forum_content::after, -article.type-page .entry-content > #bbpress-forums .bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content::after, -.entry-content > .bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content::after { +.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp-the-content-wrapper .bbp_editor_forum_content:after, +.elementor-shortcode #bbpress-forums .bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content:after, +.elementor-widget-text-editor #bbpress-forums .bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content:after, +article.type-page .entry-content > .bbp-topic-form .bbp-the-content-wrapper .bbp_editor_forum_content:after, +article.type-page .entry-content > #bbpress-forums .bbp-topic-form .bbp-the-content-wrapper .bbp_editor_forum_content:after, +article.type-page .entry-content > #bbpress-forums .bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content:after, +.entry-content > .bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content:after { font-size: 15px; color: rgba(var(--bb-body-text-color-rgb), 0.5); pointer-events: none; } - .elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar, .elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar, +.elementor-widget-text-editor #bbpress-forums .bbp-forum-form #whats-new-toolbar, article.type-page .entry-content > .bbp-topic-form #whats-new-toolbar, article.type-page .entry-content > #bbpress-forums .bbp-topic-form #whats-new-toolbar, article.type-page .entry-content > #bbpress-forums .bbp-forum-form #whats-new-toolbar, @@ -4689,9 +4162,9 @@ article.type-page .entry-content > #bbpress-forums .bbp-forum-form #whats-new-to padding: 15px; margin-bottom: 15px; } - .elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar, .elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar, +.elementor-widget-text-editor #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar, article.type-page .entry-content > .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar, article.type-page .entry-content > #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar, article.type-page .entry-content > #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar, @@ -4701,99 +4174,96 @@ article.type-page .entry-content > #bbpress-forums .bbp-forum-form #whats-new-to top: 5px; right: 45px; } - .elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions, .elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions, +.elementor-widget-text-editor #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions, article.type-page .entry-content > .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions, article.type-page .entry-content > #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions, article.type-page .entry-content > #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions, .entry-content > .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions { background-color: transparent; } - .elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active, .elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar.active, +.elementor-widget-text-editor #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar.active, article.type-page .entry-content > .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active, article.type-page .entry-content > #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active, article.type-page .entry-content > #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar.active, .entry-content > .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar.active { visibility: visible; } - .elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-button-active, .elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-button-active, +.elementor-widget-text-editor #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-button-active, article.type-page .entry-content > .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-button-active, article.type-page .entry-content > #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-button-active, article.type-page .entry-content > #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-button-active, .entry-content > .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-button-active { background-color: transparent; } - .elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li button, .elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li button, +.elementor-widget-text-editor #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li button, article.type-page .entry-content > .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li button, article.type-page .entry-content > #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li button, article.type-page .entry-content > #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li button, .entry-content > .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li button { padding: 10px 0 10px 10px; + text-shadow: none; } - .elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li button:hover, .elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li button:hover, +.elementor-widget-text-editor #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li button:hover, article.type-page .entry-content > .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li button:hover, article.type-page .entry-content > #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li button:hover, article.type-page .entry-content > #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li button:hover, .entry-content > .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li button:hover { background-color: transparent; } - .elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-action-pre, .elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-action-pre, +.elementor-widget-text-editor #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-action-pre, article.type-page .entry-content > .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-action-pre, article.type-page .entry-content > #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-action-pre, article.type-page .entry-content > #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-action-pre, .entry-content > .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-action-pre { padding: 10px; } - .elementor-shortcode #bbpress-forums .bbp-topic-form .bbp-submit-wrapper .button.submit, .elementor-shortcode #bbpress-forums .bbp-forum-form .bbp-submit-wrapper .button.submit, +.elementor-widget-text-editor #bbpress-forums .bbp-forum-form .bbp-submit-wrapper .button.submit, article.type-page .entry-content > .bbp-topic-form .bbp-submit-wrapper .button.submit, article.type-page .entry-content > #bbpress-forums .bbp-topic-form .bbp-submit-wrapper .button.submit, article.type-page .entry-content > #bbpress-forums .bbp-forum-form .bbp-submit-wrapper .button.submit, .entry-content > .bbp-forum-form .bbp-submit-wrapper .button.submit { margin-right: 0; } - .elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal #whats-new-toolbar, -.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_tags_wrapper, .elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp-the-content-wrapper, .elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper, .elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal #whats-new-toolbar, -.elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_tags_wrapper, .elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal .bbp-the-content-wrapper, .elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper, +.elementor-widget-text-editor #bbpress-forums .bbp-forum-form.bb-modal #whats-new-toolbar, +.elementor-widget-text-editor #bbpress-forums .bbp-forum-form.bb-modal .bbp-the-content-wrapper, +.elementor-widget-text-editor #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper, article.type-page .entry-content > .bbp-topic-form.bb-modal #whats-new-toolbar, -article.type-page .entry-content > .bbp-topic-form.bb-modal .bbp_topic_tags_wrapper, article.type-page .entry-content > .bbp-topic-form.bb-modal .bbp-the-content-wrapper, article.type-page .entry-content > .bbp-topic-form.bb-modal .bbp_topic_title_wrapper, article.type-page .entry-content > #bbpress-forums .bbp-topic-form.bb-modal #whats-new-toolbar, -article.type-page .entry-content > #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_tags_wrapper, article.type-page .entry-content > #bbpress-forums .bbp-topic-form.bb-modal .bbp-the-content-wrapper, article.type-page .entry-content > #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper, article.type-page .entry-content > #bbpress-forums .bbp-forum-form.bb-modal #whats-new-toolbar, -article.type-page .entry-content > #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_tags_wrapper, article.type-page .entry-content > #bbpress-forums .bbp-forum-form.bb-modal .bbp-the-content-wrapper, article.type-page .entry-content > #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper, .entry-content > .bbp-forum-form.bb-modal #whats-new-toolbar, -.entry-content > .bbp-forum-form.bb-modal .bbp_topic_tags_wrapper, .entry-content > .bbp-forum-form.bb-modal .bbp-the-content-wrapper, .entry-content > .bbp-forum-form.bb-modal .bbp_topic_title_wrapper { border: 0; } - .elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper #bbp-close-btn, .elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper #bbp-close-btn, +.elementor-widget-text-editor #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper #bbp-close-btn, article.type-page .entry-content > .bbp-topic-form.bb-modal .bbp_topic_title_wrapper #bbp-close-btn, article.type-page .entry-content > #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper #bbp-close-btn, article.type-page .entry-content > #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper #bbp-close-btn, @@ -4801,18 +4271,18 @@ article.type-page .entry-content > #bbpress-forums .bbp-forum-form.bb-modal .bbp display: block; font-weight: 400; } - .elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title #bbp_topic_title, .elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper .new_topic_title #bbp_topic_title, +.elementor-widget-text-editor #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper .new_topic_title #bbp_topic_title, article.type-page .entry-content > .bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title #bbp_topic_title, article.type-page .entry-content > #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title #bbp_topic_title, article.type-page .entry-content > #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper .new_topic_title #bbp_topic_title, .entry-content > .bbp-forum-form.bb-modal .bbp_topic_title_wrapper .new_topic_title #bbp_topic_title { margin: 0; } - .elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar, .elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar, +.elementor-widget-text-editor #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar, article.type-page .entry-content > .bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar, article.type-page .entry-content > #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar, article.type-page .entry-content > #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar, @@ -4820,15 +4290,24 @@ article.type-page .entry-content > #bbpress-forums .bbp-forum-form.bb-modal .bbp width: auto; min-width: auto; } - .elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bb-form-select-fields, .elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal .bb-form-select-fields, +.elementor-widget-text-editor #bbpress-forums .bbp-forum-form.bb-modal .bb-form-select-fields, article.type-page .entry-content > .bbp-topic-form.bb-modal .bb-form-select-fields, article.type-page .entry-content > #bbpress-forums .bbp-topic-form.bb-modal .bb-form-select-fields, article.type-page .entry-content > #bbpress-forums .bbp-forum-form.bb-modal .bb-form-select-fields, .entry-content > .bbp-forum-form.bb-modal .bb-form-select-fields { padding: 15px 25px; } +.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp-submit-wrapper .button.submit, +.elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal .bbp-submit-wrapper .button.submit, +.elementor-widget-text-editor #bbpress-forums .bbp-forum-form.bb-modal .bbp-submit-wrapper .button.submit, +article.type-page .entry-content > .bbp-topic-form.bb-modal .bbp-submit-wrapper .button.submit, +article.type-page .entry-content > #bbpress-forums .bbp-topic-form.bb-modal .bbp-submit-wrapper .button.submit, +article.type-page .entry-content > #bbpress-forums .bbp-forum-form.bb-modal .bbp-submit-wrapper .button.submit, +.entry-content > .bbp-forum-form.bb-modal .bbp-submit-wrapper .button.submit { + margin-right: 15px; +} .elementor-shortcode .bbp-reply-form .bbp-form > legend, .elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper, @@ -4846,7 +4325,6 @@ article.type-page .entry-content > .bbp-topic-form .bbp_topic_title_wrapper, border-radius: var(--bb-input-radius) var(--bb-input-radius) 0 0; margin-bottom: 0; } - .elementor-shortcode .bbp-reply-form .bbp-form > legend #bbp-close-btn, .elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper #bbp-close-btn, article.type-page .entry-content > #bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper #bbp-close-btn, @@ -4858,19 +4336,16 @@ article.type-page .entry-content > .bbp-topic-form .bbp_topic_title_wrapper #bbp .bbp-reply-form .bbp-form > legend #bbp-reply-exerpt:empty { display: none; } - .bbp-reply-form .bbp-form > legend #bbp-reply-exerpt.show-empty { display: block; padding-top: 0; } - .bbp-reply-form .bbp-form > legend #bbp-reply-exerpt.show-empty + .bb-model-close-button { top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } - .bbp-reply-form .bbp-form > legend #bbp-reply-exerpt.show-empty + .bb-model-close-button .bb-icon-close { display: -webkit-box; display: -ms-flexbox; @@ -4904,7 +4379,6 @@ article.type-page .entry-content > #bbpress-forums .bbp-topic-form .bbp-the-cont margin-bottom: 0; border-radius: 0; } - .elementor-shortcode .bbp-reply-form div.dropzone.dz-started, .elementor-shortcode #bbpress-forums .bbp-topic-form div.dropzone.dz-started, article.type-page .entry-content > .bbp-topic-form div.dropzone.dz-started, @@ -4912,27 +4386,6 @@ article.type-page .entry-content > #bbpress-forums .bbp-topic-form div.dropzone. .entry-content > .bbp-reply-form div.dropzone.dz-started { margin-bottom: 0; } - -.elementor-shortcode .bbp-reply-form .bbp_topic_tags_wrapper, -.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_tags_wrapper, -article.type-page .entry-content > .bbp-topic-form .bbp_topic_tags_wrapper, -article.type-page .entry-content > #bbpress-forums .bbp-topic-form .bbp_topic_tags_wrapper, -.entry-content > .bbp-reply-form .bbp_topic_tags_wrapper { - background-color: var(--bb-content-background-color); - border: 1px solid var(--bb-content-border-color); - border-top: 0; - border-radius: 0 0 var(--bb-input-radius) var(--bb-input-radius); -} - -.elementor-shortcode .bbp-reply-form .bb-form-select-fields, -.elementor-shortcode #bbpress-forums .bbp-topic-form .bb-form-select-fields, -article.type-page .entry-content > .bbp-topic-form .bb-form-select-fields, -article.type-page .entry-content > #bbpress-forums .bbp-topic-form .bb-form-select-fields, -.entry-content > .bbp-reply-form .bb-form-select-fields { - margin: 15px 0 0; - padding: 0; -} - .elementor-shortcode .bbp-reply-form .medium-editor-element, .elementor-shortcode #bbpress-forums .bbp-topic-form .medium-editor-element, article.type-page .entry-content > .bbp-topic-form .medium-editor-element, @@ -4941,7 +4394,6 @@ article.type-page .entry-content > #bbpress-forums .bbp-topic-form .medium-edito display: inline-block; width: 100%; } - .elementor-shortcode .bbp-reply-form #whats-new-toolbar, .elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar, article.type-page .entry-content > .bbp-topic-form #whats-new-toolbar, @@ -4949,7 +4401,6 @@ article.type-page .entry-content > #bbpress-forums .bbp-topic-form #whats-new-to .entry-content > .bbp-reply-form #whats-new-toolbar { padding: 15px 25px; } - .elementor-shortcode .bbp-reply-form #whats-new-toolbar .medium-editor-toolbar, .elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar, article.type-page .entry-content > .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar, @@ -4957,7 +4408,6 @@ article.type-page .entry-content > #bbpress-forums .bbp-topic-form #whats-new-to .entry-content > .bbp-reply-form #whats-new-toolbar .medium-editor-toolbar { right: 50px; } - .elementor-shortcode .bbp-reply-form #bbp-template-notices, .elementor-shortcode #bbpress-forums .bbp-topic-form #bbp-template-notices, article.type-page .entry-content > .bbp-topic-form #bbp-template-notices, @@ -4970,7 +4420,6 @@ article.type-page .entry-content > #bbpress-forums .bbp-topic-form #bbp-template border-top: 0; width: 100%; } - .elementor-shortcode .bbp-reply-form #bbp-template-notices .bp-feedback, .elementor-shortcode #bbpress-forums .bbp-topic-form #bbp-template-notices .bp-feedback, article.type-page .entry-content > .bbp-topic-form #bbp-template-notices .bp-feedback, @@ -4979,39 +4428,52 @@ article.type-page .entry-content > #bbpress-forums .bbp-topic-form #bbp-template margin: 10px 15px; } +.elementor-shortcode .bbp-reply-form:not(.bb-modal-box) .bbp_topic_tags_wrapper, +.elementor-shortcode #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bbp_topic_tags_wrapper, +article.type-page .entry-content > .bbp-topic-form:not(.bb-modal-box) .bbp_topic_tags_wrapper, +article.type-page .entry-content > #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bbp_topic_tags_wrapper, +.entry-content > .bbp-reply-form:not(.bb-modal-box) .bbp_topic_tags_wrapper { + background-color: var(--bb-content-background-color); + border: 1px solid var(--bb-content-border-color); + border-radius: 0 0 var(--bb-input-radius) var(--bb-input-radius); +} +.elementor-shortcode .bbp-reply-form:is(.bbp-topic-form) .bbp_topic_tags_wrapper, +.elementor-shortcode #bbpress-forums .bbp-topic-form:is(.bbp-topic-form) .bbp_topic_tags_wrapper, +article.type-page .entry-content > .bbp-topic-form:is(.bbp-topic-form) .bbp_topic_tags_wrapper, +article.type-page .entry-content > #bbpress-forums .bbp-topic-form:is(.bbp-topic-form) .bbp_topic_tags_wrapper, +.entry-content > .bbp-reply-form:is(.bbp-topic-form) .bbp_topic_tags_wrapper { + border-top: 0; +} + .elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar, .elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper .new_topic_title_avatar, article.type-page .entry-content > .bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar, -article.type-page .entry-content > #bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper .new_topic_title_avatar { +article.type-page .entry-content > #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bbp_topic_title_wrapper .new_topic_title_avatar { width: 64px; min-width: 64px; } - .elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar img, .elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper .new_topic_title_avatar img, article.type-page .entry-content > .bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar img, -article.type-page .entry-content > #bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper .new_topic_title_avatar img { +article.type-page .entry-content > #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bbp_topic_title_wrapper .new_topic_title_avatar img { width: 100%; } - .elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper #bbp_topic_title, .elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper #bbp_topic_title, article.type-page .entry-content > .bbp-topic-form.bb-modal .bbp_topic_title_wrapper #bbp_topic_title, -article.type-page .entry-content > #bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper #bbp_topic_title { +article.type-page .entry-content > #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bbp_topic_title_wrapper #bbp_topic_title { margin: 10px 15px 0 0; } - .elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal #bbp_topic_submit, .elementor-shortcode #bbpress-forums .bbp-topic-form #bbp_topic_submit, article.type-page .entry-content > .bbp-topic-form.bb-modal #bbp_topic_submit, -article.type-page .entry-content > #bbpress-forums .bbp-topic-form #bbp_topic_submit { +article.type-page .entry-content > #bbpress-forums .bbp-topic-form:not(.bb-modal-box) #bbp_topic_submit { margin-top: 15px; } - .elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_subscription_wrapper, .elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_subscription_wrapper, article.type-page .entry-content > .bbp-topic-form.bb-modal .bbp_topic_subscription_wrapper, -article.type-page .entry-content > #bbpress-forums .bbp-topic-form .bbp_topic_subscription_wrapper { +article.type-page .entry-content > #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bbp_topic_subscription_wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; @@ -5019,18 +4481,16 @@ article.type-page .entry-content > #bbpress-forums .bbp-topic-form .bbp_topic_su -ms-flex-align: center; align-items: center; } - .elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_subscription_wrapper > label, .elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_subscription_wrapper > label, article.type-page .entry-content > .bbp-topic-form.bb-modal .bbp_topic_subscription_wrapper > label, -article.type-page .entry-content > #bbpress-forums .bbp-topic-form .bbp_topic_subscription_wrapper > label { +article.type-page .entry-content > #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bbp_topic_subscription_wrapper > label { margin-bottom: -15px; } .elementor-shortcode #bbpress-forums .bbp-topic-form .avatar { border-radius: 50%; } - .elementor-shortcode #whats-new-toolbar button { text-shadow: none; } @@ -5047,81 +4507,67 @@ body:not(.logged-in) .entry-content > .bbp-reply-form .bbp-form > legend { border-radius: 0; font-size: 18px; } - body:not(.logged-in) .entry-content > .bbp-reply-form .bbp-form .bbp-the-content-wrapper { border-radius: var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0; } - body:not(.logged-in) .entry-content > .bbp-reply-form .bbp-form .bbp-the-content-wrapper .medium-editor-element:not(.emojionearea) { border-radius: var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0; } - body:not(.logged-in) .entry-content > .bbp-reply-form .bbp-form #whats-new-toolbar { border-bottom: 1px solid var(--bb-content-border-color); border-radius: 0 0 var(--bb-block-radius-inner) var(--bb-block-radius-inner); } - body:not(.logged-in) .entry-content > .bbp-reply-form .bbp-form fieldset.bbp-form-anonymous { margin: 0; } - body:not(.logged-in) .entry-content > .bbp-reply-form .bbp-form fieldset.bbp-form-anonymous > legend { font-size: 16px; margin-bottom: 15px; } - body:not(.logged-in) .entry-content > .bbp-reply-form .bbp-form fieldset.bbp-form-anonymous p > label { display: block; } @media screen and (max-width: 992px) { - - .elementor-shortcode #bbpress-forums .bbp-topic-form .bb-form-select-fields, - article.type-page .entry-content > #bbpress-forums .bbp-topic-form .bb-form-select-fields { + .elementor-shortcode #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bb-form-select-fields, + article.type-page .entry-content > #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bb-form-select-fields { display: block; } - - .elementor-shortcode #bbpress-forums .bbp-topic-form .bb-form-select-fields > div, - article.type-page .entry-content > #bbpress-forums .bbp-topic-form .bb-form-select-fields > div { + .elementor-shortcode #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bb-form-select-fields > div, + article.type-page .entry-content > #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bb-form-select-fields > div { width: 50%; float: right; } - - .elementor-shortcode #bbpress-forums .bbp-topic-form .bb-form-select-fields .bbp-submit-wrapper, - article.type-page .entry-content > #bbpress-forums .bbp-topic-form .bb-form-select-fields .bbp-submit-wrapper { + .elementor-shortcode #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bb-form-select-fields .bbp-submit-wrapper, + article.type-page .entry-content > #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bb-form-select-fields .bbp-submit-wrapper { clear: none; } } @media screen and (max-width: 544px) { - .entry-content > .bbp-reply-form .bb-form-select-fields { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } - .entry-content > .bbp-reply-form .bb-form-select-fields .bbp-submit-wrapper { margin-right: 0; } - .elementor-shortcode #bbpress-forums .bbp-topic-form .bb-form-select-fields > div, - article.type-page .entry-content > #bbpress-forums .bbp-topic-form .bb-form-select-fields > div { + .elementor-shortcode #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bb-form-select-fields > div, + article.type-page .entry-content > #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bb-form-select-fields > div { width: 100%; margin-bottom: 10px; } - - .elementor-shortcode #bbpress-forums .bbp-topic-form .bb-form-select-fields > div #bbp_topic_submit, - article.type-page .entry-content > #bbpress-forums .bbp-topic-form .bb-form-select-fields > div #bbp_topic_submit { + .elementor-shortcode #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bb-form-select-fields > div #bbp_topic_submit, + article.type-page .entry-content > #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bb-form-select-fields > div #bbp_topic_submit { margin-right: 0; } } - /* bbp-forum-form, bbp-reply-form and bbp-topic-form shortcode style ends */ body .select2-container .select2-dropdown.bb-tag-list-dropdown { bottom: 16px; } - body .select2-container .select2-dropdown.bb-tag-list-dropdown.bb-tag-list-dropdown { bottom: 45px; } @@ -5129,7 +4575,6 @@ body .select2-container .select2-dropdown.bb-tag-list-dropdown.bb-tag-list-dropd #bbp-search-form { position: relative; } - #bbp-search-form #bbp_search { font-size: 14px; font-weight: 400; @@ -5142,7 +4587,6 @@ body .select2-container .select2-dropdown.bb-tag-list-dropdown.bb-tag-list-dropd padding-left: 35px; border-radius: var(--bb-button-radius); } - #bbp-search-form #bbp_search_submit { border: 0; display: none !important; @@ -5156,7 +4600,6 @@ body .select2-container .select2-dropdown.bb-tag-list-dropdown.bb-tag-list-dropd left: 5px; opacity: 0.8; } - #bbp-search-form #bbp_search_submit:hover { box-shadow: none; opacity: 1; @@ -5174,7 +4617,6 @@ article:not(.type-forum) .entry-content > #bbpress-forums .bbp-topic-form .bbp-f display: table; width: 100%; } - article:not(.type-forum) .entry-content > .bbp-topic-form .bbp-form .bbp-the-content-wrapper .medium-editor-element:not(.emojionearea), article:not(.type-forum) .entry-content > #bbpress-forums .bbp-topic-form .bbp-form .bbp-the-content-wrapper .medium-editor-element:not(.emojionearea), .reply-edit #bbpress-forums .bbp-reply-form .bbp-form .bbp-the-content-wrapper .medium-editor-element:not(.emojionearea), @@ -5182,7 +4624,6 @@ article:not(.type-forum) .entry-content > #bbpress-forums .bbp-topic-form .bbp-f background-color: transparent; border-top: 0; } - article:not(.type-forum) .entry-content > .bbp-topic-form .bbp-form textarea.bbp-the-content, article:not(.type-forum) .entry-content > #bbpress-forums .bbp-topic-form .bbp-form textarea.bbp-the-content, .reply-edit #bbpress-forums .bbp-reply-form .bbp-form textarea.bbp-the-content, @@ -5190,7 +4631,6 @@ article:not(.type-forum) .entry-content > #bbpress-forums .bbp-topic-form .bbp-f border-top: 0; border-radius: var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0; } - article:not(.type-forum) .entry-content > .bbp-topic-form .bbp-form #whats-new-attachments, article:not(.type-forum) .entry-content > #bbpress-forums .bbp-topic-form .bbp-form #whats-new-attachments, .reply-edit #bbpress-forums .bbp-reply-form .bbp-form #whats-new-attachments, @@ -5201,7 +4641,6 @@ article:not(.type-forum) .entry-content > #bbpress-forums .bbp-topic-form .bbp-f border-width: 0 1px; padding: 15px; } - article:not(.type-forum) .entry-content > .bbp-topic-form .bbp-form #whats-new-toolbar, article:not(.type-forum) .entry-content > #bbpress-forums .bbp-topic-form .bbp-form #whats-new-toolbar, .reply-edit #bbpress-forums .bbp-reply-form .bbp-form #whats-new-toolbar, @@ -5213,26 +4652,9 @@ article:not(.type-forum) .entry-content > #bbpress-forums .bbp-topic-form .bbp-f padding: 15px; } -.single-topic article:not(.type-forum) .entry-content > .bbp-topic-form .bbp-form .bbp_topic_title_wrapper + .bbp-the-content-wrapper, -.single-topic article:not(.type-forum) .entry-content > #bbpress-forums .bbp-topic-form .bbp-form .bbp_topic_title_wrapper + .bbp-the-content-wrapper, -.single-topic .reply-edit #bbpress-forums .bbp-reply-form .bbp-form .bbp_topic_title_wrapper + .bbp-the-content-wrapper, -.single-topic .topic-edit #bbpress-forums .bbp-topic-form .bbp-form .bbp_topic_title_wrapper + .bbp-the-content-wrapper { - border-top-right-radius: 0; - border-top-left-radius: 0; -} - -.single-topic article:not(.type-forum) .entry-content > .bbp-topic-form .bbp-form:has(.bbp_topic_tags_wrapper) #whats-new-toolbar, -.single-topic article:not(.type-forum) .entry-content > #bbpress-forums .bbp-topic-form .bbp-form:has(.bbp_topic_tags_wrapper) #whats-new-toolbar, -.single-topic .reply-edit #bbpress-forums .bbp-reply-form .bbp-form:has(.bbp_topic_tags_wrapper) #whats-new-toolbar, -.single-topic .topic-edit #bbpress-forums .bbp-topic-form .bbp-form:has(.bbp_topic_tags_wrapper) #whats-new-toolbar { - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; -} - .reply-edit #bbpress-forums .bbp-reply-form .bbp-form .bbp-the-content-wrapper { border-radius: var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0; } - .reply-edit #bbpress-forums .bbp-reply-form .bbp-form #whats-new-toolbar { border-radius: 0 0 var(--bb-block-radius-inner) var(--bb-block-radius-inner); } @@ -5240,7 +4662,6 @@ article:not(.type-forum) .entry-content > #bbpress-forums .bbp-topic-form .bbp-f body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new_topic_title_avatar { margin-left: 10px; } - body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new_topic_title input { width: 100%; } @@ -5251,20 +4672,17 @@ body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new margin-right: 5px; position: relative; } - .topic .forum_single_action_wrap .forum_single_action_more-wrap, #buddypress .forum_single_action_wrap .forum_single_action_more-wrap { vertical-align: middle; display: inline-block; line-height: 1; } - .topic .forum_single_action_wrap .forum_single_action_more-wrap i, #buddypress .forum_single_action_wrap .forum_single_action_more-wrap i { font-size: 21px; color: #939597; } - .topic .forum_single_action_wrap .forum_single_action_options, #buddypress .forum_single_action_wrap .forum_single_action_options { position: absolute; @@ -5277,9 +4695,8 @@ body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new padding: 5px 0; display: none; } - -.topic .forum_single_action_wrap .forum_single_action_options::after, -#buddypress .forum_single_action_wrap .forum_single_action_options::after { +.topic .forum_single_action_wrap .forum_single_action_options:after, +#buddypress .forum_single_action_wrap .forum_single_action_options:after { content: " "; position: absolute; width: 0; @@ -5301,12 +4718,10 @@ body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new transition: all linear 0.2s; z-index: 101; } - .topic .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap, #buddypress .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap { margin: 0; } - .topic .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap a, #buddypress .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap a { margin: 0; @@ -5317,7 +4732,7 @@ body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new letter-spacing: -0.24px; width: 100%; text-transform: none; - font-weight: 400; + font-weight: normal; min-height: auto; border-radius: 0; padding: 10px 14px; @@ -5325,15 +4740,13 @@ body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new line-height: 1.1; border: 0; } - .topic .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap a:hover, #buddypress .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap a:hover { background-color: #f5f5f5; color: var(--bb-primary-color) !important; } - -.topic .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap a::before, -#buddypress .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap a::before { +.topic .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap a:before, +#buddypress .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap a:before { font-family: bb-icons; content: "\ee9c"; font-size: 15px; @@ -5343,21 +4756,18 @@ body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new width: 20px; text-align: center; } - .topic .forum_single_action_wrap.is_visible .forum_single_action_options, #buddypress .forum_single_action_wrap.is_visible .forum_single_action_options { display: block; } @media screen and (max-width: 800px) { - .topic .forum_single_action_wrap .forum_single_action_options, #buddypress .forum_single_action_wrap .forum_single_action_options { left: inherit; right: 0; } - - .topic .forum_single_action_wrap .forum_single_action_options::after, - #buddypress .forum_single_action_wrap .forum_single_action_options::after { + .topic .forum_single_action_wrap .forum_single_action_options:after, + #buddypress .forum_single_action_wrap .forum_single_action_options:after { left: inherit; right: 2px; } @@ -5378,23 +4788,19 @@ body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new -ms-flex-align: center; align-items: center; } - #bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 .bs-section-title, #bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 .bbp-forum-buttons-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; } - #bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 .bs-section-title { font-size: 18px; } - #bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 .bbp-forum-buttons-wrap * { margin-bottom: 0; } @media screen and (max-width: 600px) { - #bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -5404,17 +4810,14 @@ body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new -ms-flex-align: start; align-items: flex-start; } - #bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 .bbp_before_forum_new_post { margin-top: 10px; } - #bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 #subscription-toggle { margin-top: 10px; margin-right: 0; } } - .widget #bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 { -ms-flex-flow: column; flex-flow: column; @@ -5426,7 +4829,6 @@ body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new .single.single-forum .type-forum .entry-header.bb-single-forum { margin-bottom: 1.1875rem; } - .single.single-forum .type-forum .bb-topic-banner { width: 100vw; position: relative; @@ -5438,8 +4840,7 @@ body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new z-index: 1; overflow: hidden; } - -.single.single-forum .type-forum .bb-topic-banner::before { +.single.single-forum .type-forum .bb-topic-banner:before { content: ""; opacity: 0.4; background-color: #122b46; @@ -5455,14 +4856,12 @@ body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new z-index: 1; } @media screen and (max-width: 460px) { - .single.single-forum .type-forum .bb-topic-banner { height: auto; padding-top: 30px; padding-bottom: 30px; } } - .single.single-forum .type-forum .bb-topic-banner .banner-img { max-width: 100%; min-width: 100%; @@ -5476,7 +4875,6 @@ body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new -ms-transform: translateY(-50%); transform: translateY(-50%); } - .single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum { display: -webkit-box; display: -ms-flexbox; @@ -5497,7 +4895,6 @@ body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new height: 100%; margin-bottom: 0; } - .single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum .entry-title { color: #fff; margin-bottom: 0; @@ -5506,55 +4903,49 @@ body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new font-weight: 600; padding-bottom: 60px; } - .single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum .bbp-forum-content-wrap { margin-top: -45px; } +.single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum .bbp-forum-content-wrap p { + margin-bottom: 0; +} @media screen and (max-width: 980px) { - .single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum .entry-title { max-width: 80%; line-height: 1.1; } } @media screen and (max-width: 800px) { - .single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } - .single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum .entry-title { padding-right: 20px; padding-left: 20px; max-width: 100%; padding-bottom: 0; } - .single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum .bbp-forum-content-wrap { margin-top: 20px; text-align: center; } } @media screen and (max-width: 460px) { - .single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum .entry-title { font-size: 42px; } } @media screen and (min-width: 800px) and (max-width: 1328px) { - .single.single-forum .type-forum .bb-topic-banner .entry-header { margin-right: 68px; } } @media screen and (min-width: 800px) { - .single.single-forum.single-forum-cover-image .bbpress-sidebar { padding-top: 330px; } - .single.single-forum.has-sidebar .type-forum .bb-topic-banner { right: -webkit-calc(50% + 150px); right: calc(50% + 150px); @@ -5562,7 +4953,6 @@ body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new } @media screen and (min-width: 800px) and (max-width: 1500px) { - .buddypanel-open.single.single-forum .type-forum .bb-topic-banner .entry-header { margin-right: 148px; } @@ -5579,7 +4969,6 @@ body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new } @media screen and (max-width: 1200px) { - #bbpress-forums#bbpress-forums .bs-forums-items.bs-item-list.list-view div.action .bb_more_options_action { -webkit-box-pack: end; -ms-flex-pack: end; @@ -5589,7 +4978,6 @@ body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new } @media screen and (max-width: 600px) { - .bbp-forum-buttons-wrap { width: 100%; } @@ -5603,7 +4991,6 @@ body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new #bbpress-forums .gif-search-query input[type="search"] { margin-bottom: 0; } - #bbpress-forums .gif-search-content .gif-search-results { min-height: 260px; max-height: 260px; @@ -5628,18 +5015,15 @@ fieldset.bbp-form .bbp-submit-wrapper { flex-flow: row wrap; margin: 0 -10px; } - .bb-form-select-fields > * { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding: 0 10px; } - .bb-form-select-fields .bb_subscriptions_active { padding-bottom: 20px; } - .bb-form-select-fields select { color: var(--bb-body-text-color); width: 100%; @@ -5648,16 +5032,13 @@ fieldset.bbp-form .bbp-submit-wrapper { #bbpress-forums fieldset.bbp-form .bbp_topic_title_wrapper label { display: none; } - #bbpress-forums fieldset.bbp-form .bbp_topic_title_wrapper input { margin-bottom: 0; margin-right: 10px; } - #bbpress-forums .bbp_topic_title_wrapper #bbp_topic_title { margin-right: 0; } - #bbpress-forums .bbp_topic_title_wrapper #bbp_topic_title.error { background-color: rgba(var(--bb-danger-color-rgb), 0.1); } @@ -5665,19 +5046,15 @@ fieldset.bbp-form .bbp-submit-wrapper { #bbpress-forums .bbp-topic-form fieldset.bbp-form .bb-form_rev_wrapper { display: block; } - #bbpress-forums .bbp-topic-form fieldset.bbp-form > .flex { display: block; } - #bbpress-forums .bbp-topic-form fieldset.bbp-form fieldset.bbp-form { margin-bottom: 0; } - #bbpress-forums .bbp-topic-form .bbp-tags-icon { display: none; } - #bbpress-forums .bbp-topic-form .bbp-submit-wrapper .button.submit { margin-left: 0; } @@ -5686,17 +5063,14 @@ fieldset.bbp-form .bbp-submit-wrapper { .page .bbp-reply-form:not(.bb-modal) .bbp-tags-icon { display: none; } - #bbpress-forums .bbp-reply-form textarea#bbp_reply_content, .page .bbp-reply-form:not(.bb-modal) textarea#bbp_reply_content { width: 100%; } - #bbpress-forums .bbp-reply-form fieldset.bbp-form input[type="text"], .page .bbp-reply-form:not(.bb-modal) fieldset.bbp-form input[type="text"] { width: 100%; } - #bbpress-forums .bbp-reply-form fieldset.bbp-form label, .page .bbp-reply-form:not(.bb-modal) fieldset.bbp-form label { color: inherit; @@ -5704,17 +5078,14 @@ fieldset.bbp-form .bbp-submit-wrapper { letter-spacing: -0.24px; margin-bottom: 5px; } - #bbpress-forums .bbp-reply-form fieldset.bbp-form-anonymous, .page .bbp-reply-form:not(.bb-modal) fieldset.bbp-form-anonymous { margin: 15px 0; } - #bbpress-forums .bbp-reply-form fieldset.bbp-form-anonymous p, .page .bbp-reply-form:not(.bb-modal) fieldset.bbp-form-anonymous p { margin-bottom: 15px; } - #bbpress-forums .bbp-reply-form .bb-form_rev_wrapper, #bbpress-forums .bbp-reply-form .bb-form_rev_wrapper .flex, .page .bbp-reply-form:not(.bb-modal) .bb-form_rev_wrapper, @@ -5730,41 +5101,33 @@ fieldset.bbp-form .bbp-submit-wrapper { border-radius: 4px 4px 0 0; box-shadow: 0 3px 34px 0 rgba(94, 98, 102, 0.2); } - .bbp-mfp-zoom-in .bb-modal form#new-post { margin-bottom: 0; } - .bbp-mfp-zoom-in .bb-modal form#new-post input.error { border: 0; opacity: 0.5; color: inherit; } - .bbp-mfp-zoom-in .bbp-the-content-wrapper { margin: 0; } - .bbp-mfp-zoom-in .bbp-the-content-wrapper textarea.bbp-the-content { max-height: 250px; margin: 0; font-size: 15px; font-family: inherit; } - .bbp-mfp-zoom-in .bbp-the-content-wrapper textarea#bbp_reply_content, .bbp-mfp-zoom-in .bbp-the-content-wrapper textarea#bbp_topic_content { width: 100%; } - .bbp-mfp-zoom-in .bbp-the-content-wrapper div.mce-panel.error { background-color: rgba(var(--bb-danger-color), 0.1); } - .bbp-mfp-zoom-in .bbp-the-content-wrapper div.mce-panel.error iframe#bbp_topic_content_ifr { opacity: 0.5; } - .bbp-mfp-zoom-in .bb-form-select-fields { -webkit-box-align: center; -ms-flex-align: center; @@ -5772,7 +5135,6 @@ fieldset.bbp-form .bbp-submit-wrapper { padding: 15px; } @media only screen and (max-width: 544px) { - .bbp-mfp-zoom-in .bb-form-select-fields { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -5782,13 +5144,11 @@ fieldset.bbp-form .bbp-submit-wrapper { -ms-flex-align: start; align-items: flex-start; } - .bbp-mfp-zoom-in .bb-form-select-fields .bb_subscriptions_active { margin-bottom: 20px; } } @media only screen and (max-width: 800px) { - .bbp-mfp-zoom-in .bbp-topic-form .bb-form-select-fields { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -5798,53 +5158,43 @@ fieldset.bbp-form .bbp-submit-wrapper { -ms-flex-align: start; align-items: flex-start; } - .bbp-mfp-zoom-in .bbp-topic-form .bb-form-select-fields .bbp_topic_form_type_wrapper { width: 100%; max-width: 100%; margin-bottom: 15px; } - .bbp-mfp-zoom-in .bbp-topic-form .bb-form-select-fields .bbp_topic_subscription_wrapper { margin-bottom: 20px; } } - .bbp-mfp-zoom-in .bb-form_rev_wrapper { -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 10px 15px; } - .bbp-mfp-zoom-in .bb-form_rev_wrapper fieldset.bbp-form > div { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } - .bbp-mfp-zoom-in .bb-form_rev_wrapper fieldset.bbp-form legend { margin-left: 10px; } - .bbp-mfp-zoom-in .bb-form_rev_wrapper fieldset.bbp-form label[for="bbp_topic_edit_reason"], .bbp-mfp-zoom-in .bb-form_rev_wrapper fieldset.bbp-form label[for="bbp_reply_edit_reason"] { display: none; } - .bbp-mfp-zoom-in .bb-form_rev_wrapper fieldset.bbp-form label { font-size: 14px; color: var(--bb-body-text-color); } - .bbp-mfp-zoom-in ::-webkit-input-placeholder { color: #939597; } - .bbp-mfp-zoom-in :-ms-input-placeholder { color: #939597; } - .bbp-mfp-zoom-in ::placeholder { color: #939597; } @@ -5858,18 +5208,15 @@ fieldset.bbp-form .bbp-submit-wrapper { -ms-flex: inherit; flex: inherit; } - fieldset.bbp-form .bbp-submit-wrapper .button.submit { min-width: auto; margin-right: 20px; } - fieldset.bbp-form .bbp-submit-wrapper a#bbp-close-btn, fieldset.bbp-form .bbp-submit-wrapper a#bbp-cancel-reply-to-link { color: var(--bb-alternate-text-color); font-size: 14px; } - fieldset.bbp-form .bbp-submit-wrapper a#bbp-close-btn:hover, fieldset.bbp-form .bbp-submit-wrapper a#bbp-cancel-reply-to-link:hover { color: var(--bb-primary-color); @@ -5880,7 +5227,6 @@ fieldset.bbp-form .bbp-submit-wrapper a#bbp-cancel-reply-to-link:hover { line-height: 1.4; font-size: 14px; } - .bbp-template-notice p { margin: 0; } @@ -5897,18 +5243,15 @@ fieldset.bbp-form .bbp-submit-wrapper a#bbp-cancel-reply-to-link:hover { border-bottom: 1px solid var(--bb-content-border-color); border-top: 1px solid var(--bb-content-border-color); } - .bbp_topic_tags_wrapper label { display: none !important; } - .bbp_topic_tags_wrapper > span > i { color: #939597; font-size: 18px; position: relative; top: 2px; } - .bbp_topic_tags_wrapper #bbp_topic_tags { border: 0; -webkit-box-flex: 1; @@ -5938,9 +5281,8 @@ body .bbp_topic_tags_wrapper .bb-select-container.select2-selection.select2-sele #bbpress-forums .bb-modal.bbp-reply-form .bbp-the-content { position: relative; } - -#bbpress-forums .bb-modal.bbp-topic-form .bbp-the-content[contenteditable="true"]:empty::after, -#bbpress-forums .bb-modal.bbp-reply-form .bbp-the-content[contenteditable="true"]:empty::after { +#bbpress-forums .bb-modal.bbp-topic-form .bbp-the-content[contenteditable="true"]:empty:after, +#bbpress-forums .bb-modal.bbp-reply-form .bbp-the-content[contenteditable="true"]:empty:after { color: #c3c6c9; content: attr(data-placeholder) !important; position: absolute; @@ -5949,9 +5291,8 @@ body .bbp_topic_tags_wrapper .bb-select-container.select2-selection.select2-sele padding: inherit; font-style: normal; } - -#bbpress-forums .bb-modal.bbp-topic-form .bbp-the-content.medium-editor-placeholder:not(:empty)::after, -#bbpress-forums .bb-modal.bbp-reply-form .bbp-the-content.medium-editor-placeholder:not(:empty)::after { +#bbpress-forums .bb-modal.bbp-topic-form .bbp-the-content.medium-editor-placeholder:not(:empty):after, +#bbpress-forums .bb-modal.bbp-reply-form .bbp-the-content.medium-editor-placeholder:not(:empty):after { display: none; } @@ -5963,22 +5304,18 @@ body .bbp_topic_tags_wrapper .bb-select-container.select2-selection.select2-sele #bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form { margin: 0; } - .elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form fieldset.bbp-form-anonymous + .bbp_topic_title_wrapper, #bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form fieldset.bbp-form-anonymous + .bbp_topic_title_wrapper { padding-top: 15px; } - .elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form fieldset.bbp-form-anonymous + .bbp_topic_title_wrapper #bbp_topic_title, #bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form fieldset.bbp-form-anonymous + .bbp_topic_title_wrapper #bbp_topic_title { border: 1px solid var(--bb-content-border-color); } - .elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form fieldset.bbp-form-anonymous + .bbp_topic_title_wrapper #bbp_topic_title.error, #bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form fieldset.bbp-form-anonymous + .bbp_topic_title_wrapper #bbp_topic_title.error { border: 0; } - .elementor-location-popup #bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper, #bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_title_wrapper { margin: 0; @@ -5988,12 +5325,10 @@ body .bbp_topic_tags_wrapper .bb-select-container.select2-selection.select2-sele align-items: center; position: relative; } - .elementor-location-popup #bbpress-forums .bbp-topic-form .new_topic_title_avatar img.avatar, #bbpress-forums .bb-modal.bbp-topic-form .new_topic_title_avatar img.avatar { max-width: 44px; } - .elementor-location-popup #bbpress-forums .bbp-topic-form .new_topic_title, #bbpress-forums .bb-modal.bbp-topic-form .new_topic_title { -webkit-box-flex: 1; @@ -6002,107 +5337,92 @@ body .bbp_topic_tags_wrapper .bb-select-container.select2-selection.select2-sele padding-left: 20px; margin: 0 15px; } - .elementor-location-popup #bbpress-forums .bbp-topic-form label, #bbpress-forums .bb-modal.bbp-topic-form label { display: none; } - .elementor-location-popup #bbpress-forums .bbp-topic-form #bbp_topic_title, #bbpress-forums .bb-modal.bbp-topic-form #bbp_topic_title { border: 0; width: 100%; } - .elementor-location-popup #bbpress-forums .bbp-topic-form .bb-model-close-button, #bbpress-forums .bb-modal.bbp-topic-form .bb-model-close-button { position: absolute; left: 25px; top: 22px; } - .elementor-location-popup #bbpress-forums .bbp-topic-form .bb-model-close-button:hover, #bbpress-forums .bb-modal.bbp-topic-form .bb-model-close-button:hover { color: var(--bb-primary-color); } - .elementor-location-popup #bbpress-forums .bbp-topic-form #wp-bbp_topic_content-wrap .wp-editor-container, #bbpress-forums .bb-modal.bbp-topic-form #wp-bbp_topic_content-wrap .wp-editor-container { border-right: 0; border-left: 0; } - .elementor-location-popup #bbpress-forums .bbp-topic-form #wp-bbp_topic_content-wrap .quicktags-toolbar, #bbpress-forums .bb-modal.bbp-topic-form #wp-bbp_topic_content-wrap .quicktags-toolbar { border-radius: 0; background-color: rgba(146, 164, 183, 0.1); } - .elementor-location-popup #bbpress-forums .bbp-topic-form .bbp_topic_subscription_wrapper, #bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_subscription_wrapper { -webkit-box-flex: 1; -ms-flex: auto; flex: auto; } - +.elementor-location-popup #bbpress-forums .bbp-topic-form .bbp_topic_subscription_wrapper > label, +#bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_subscription_wrapper > label { + display: block; +} .elementor-location-popup #bbpress-forums .bbp-topic-form .bbp_topic_form_forum_wrapper, #bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_form_forum_wrapper { max-width: 200px; } - .elementor-location-popup #bbpress-forums .bbp-topic-form .bbp_topic_form_forum_wrapper label, #bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_form_forum_wrapper label { display: none; } - .elementor-location-popup #bbpress-forums .bbp-topic-form .bbp_topic_form_type_wrapper, #bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_form_type_wrapper { max-width: 220px; min-width: 180px; } - .elementor-location-popup #bbpress-forums .bbp-topic-form .bbp_topic_form_type_wrapper label, #bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_form_type_wrapper label { display: none; } - .elementor-location-popup #bbpress-forums .bbp-topic-form .bp-feedback, #bbpress-forums .bb-modal.bbp-topic-form .bp-feedback { margin: 10px; } - .elementor-location-popup #bbpress-forums .bbp-topic-form .bbp-tags-icon, #bbpress-forums .bb-modal.bbp-topic-form .bbp-tags-icon { display: inline-block; } - .elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form-anonymous, #bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form-anonymous { padding: 0 15px; } - .elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form-anonymous > legend, #bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form-anonymous > legend { padding-top: 10px; padding-bottom: 5px; color: var(--bb-headings-color); } - .elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form-anonymous p, #bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form-anonymous p { margin-bottom: 15px; } - .elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form-anonymous p:last-child, #bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form-anonymous p:last-child { margin-bottom: 0; } - .elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form-anonymous label, #bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form-anonymous label { display: none; } - .elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form-anonymous input[type="text"], #bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form-anonymous input[type="text"] { width: 100%; @@ -6112,7 +5432,6 @@ body .bbp_topic_tags_wrapper .bb-select-container.select2-selection.select2-sele margin: -10px; font-size: 16px; } - .elementor-location-popup .elementor-element-populated #bbpress-forums .bb-form-select-fields { -webkit-box-align: center; -ms-flex-align: center; @@ -6120,12 +5439,10 @@ body .bbp_topic_tags_wrapper .bb-select-container.select2-selection.select2-sele padding: 15px 5px; margin: 0; } - .elementor-location-popup .elementor-element-populated #bbpress-forums .bb-form-select-fields select { margin: 0; min-width: 130px; } - .elementor-location-popup .elementor-element-populated #bbpress-forums .avatar { border-radius: 50%; } @@ -6137,49 +5454,39 @@ body .bbp_topic_tags_wrapper .bb-select-container.select2-selection.select2-sele #bbpress-forums .bb-modal.bbp-reply-form .bp-feedback { margin: 10px; } - #bbpress-forums .bb-modal.bbp-reply-form .wp-editor-container { border-right: 0; border-left: 0; } - #bbpress-forums .bb-modal.bbp-reply-form .wp-editor-container div.mce-panel.error { background-color: rgba(var(--bb-danger-color), 0.1); } - #bbpress-forums .bb-modal.bbp-reply-form .wp-editor-container div.mce-panel.error iframe#bbp_reply_content_ifr { opacity: 0.5; } - #bbpress-forums .bb-modal.bbp-reply-form .quicktags-toolbar { border-radius: 0; background-color: rgba(146, 164, 183, 0.1); } - #bbpress-forums .bb-modal.bbp-reply-form .bb_subscriptions_active { padding: 0 10px; -webkit-box-flex: 1; -ms-flex: auto; flex: auto; } - #bbpress-forums .bb-modal.bbp-reply-form fieldset.bbp-form-anonymous { padding: 0 15px; } - #bbpress-forums .bb-modal.bbp-reply-form fieldset.bbp-form-anonymous > legend { padding-top: 10px; padding-right: 0; } - #bbpress-forums .bb-modal.bbp-reply-form fieldset.bbp-form-anonymous p { margin-bottom: 15px; } - #bbpress-forums .bb-modal.bbp-reply-form fieldset.bbp-form-anonymous label { display: none; } - #bbpress-forums .bb-modal.bbp-reply-form fieldset.bbp-form-anonymous input[type="text"] { width: 100%; } @@ -6189,15 +5496,12 @@ body .bbp_topic_tags_wrapper .bb-select-container.select2-selection.select2-sele padding: 10px 0; border: 0; } - #bbpress-forums .bbp-reply-form.bb-modal form { margin-bottom: 0; } - #bbpress-forums .bbp-reply-form.bb-modal fieldset.bbp-form { margin: 0; } - #bbpress-forums .bbp-reply-form.bb-modal fieldset.bbp-form > legend { font-size: 16px; font-weight: 600; @@ -6206,7 +5510,6 @@ body .bbp_topic_tags_wrapper .bb-select-container.select2-selection.select2-sele width: 100%; padding: 20px 25px 0; } - #bbpress-forums .bbp-reply-form.bb-modal .medium-editor-placeholder, #bbpress-forums .bbp-reply-form.bb-modal #whats-new-toolbar, #bbpress-forums .bbp-reply-form.bb-modal .bbp_topic_tags_wrapper, @@ -6215,25 +5518,20 @@ body .bbp_topic_tags_wrapper .bb-select-container.select2-selection.select2-sele padding-right: 25px; padding-left: 25px; } - #bbpress-forums .bbp-reply-form.bb-modal #whats-new-toolbar .post-elements-buttons-item .bbp-the-content { padding-right: 0; padding-left: 0; } - #bbpress-forums .bbp-reply-form.bb-modal .bbp-submit-wrapper .button.submit { min-width: auto; } - #bbpress-forums .bbp-reply-form.bb-modal .wp-editor-container { border-right: 1px solid var(--bb-content-border-color); border-left: 1px solid var(--bb-content-border-color); } - #bbpress-forums .bbp-reply-form.bb-modal div.bbp-submit-wrapper { margin-top: 0; } - #bbpress-forums .bbp-reply-form.bb-modal a#bbp-close-btn, #bbpress-forums .bbp-reply-form.bb-modal a#bbp-cancel-reply-to-link { font-size: 14px; @@ -6241,27 +5539,24 @@ body .bbp_topic_tags_wrapper .bb-select-container.select2-selection.select2-sele font-weight: 400; color: var(--bb-headings-color); } - #bbpress-forums .bbp-reply-form.bb-modal a#bbp-close-btn:hover, #bbpress-forums .bbp-reply-form.bb-modal a#bbp-cancel-reply-to-link:hover { color: var(--bb-primary-color); } - #bbpress-forums .bbp-reply-form.bb-modal a#bbp-cancel-reply-to-link { color: var(--bb-alternate-text-color); } - #bbpress-forums .bbp-topic-form.bb-modal a#bbp-close-btn:hover { color: var(--bb-primary-color); } #bbpress-forums .bbp-reply-form.bb-modal #whats-new-toolbar .medium-editor-toolbar, #bbpress-forums .bbp-topic-form.bb-modal #whats-new-toolbar .medium-editor-toolbar { - right: 49px; + right: 57px; + z-index: 10; } - -#bbpress-forums .bbp-reply-form.bb-modal .bb-icon-close::before, -#bbpress-forums .bbp-topic-form.bb-modal .bb-icon-close::before { +#bbpress-forums .bbp-reply-form.bb-modal .bb-icon-close:before, +#bbpress-forums .bbp-topic-form.bb-modal .bb-icon-close:before { color: var(--bb-headings-color); font-size: 24px; } @@ -6274,51 +5569,43 @@ body .bbp_topic_tags_wrapper .bb-select-container.select2-selection.select2-sele border-top: 1px solid var(--bb-content-border-color); min-height: 120px; } - -.bbp-reply-form .medium-editor-element:not(.emojionearea)::after, -.bbp-topic-form .medium-editor-element:not(.emojionearea)::after { +.bbp-reply-form .medium-editor-element:not(.emojionearea):after, +.bbp-topic-form .medium-editor-element:not(.emojionearea):after { pointer-events: none; } - .bbp-reply-form .emojionearea.medium-editor-element, .bbp-topic-form .emojionearea.medium-editor-element { min-height: 1px; } - .bbp-reply-form #whats-new-toolbar, .bbp-topic-form #whats-new-toolbar { padding: 15px 25px; } - .bbp-reply-form #whats-new-attachments, .bbp-topic-form #whats-new-attachments { padding: 0 15px; } - .bbp-reply-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom, .bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom { top: -194px; right: 40px; margin-top: 0; } - -.bbp-reply-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after, -.bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { +.bbp-reply-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after, +.bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { right: -14px; top: 200px; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } - .bbp-reply-form .gif-media-search-dropdown.open, .bbp-topic-form .gif-media-search-dropdown.open { right: 50px; top: -190px; } - -.bbp-reply-form .gif-media-search-dropdown::before, -.bbp-topic-form .gif-media-search-dropdown::before { +.bbp-reply-form .gif-media-search-dropdown:before, +.bbp-topic-form .gif-media-search-dropdown:before { right: 0; top: 140px; -webkit-transform: rotate(135deg); @@ -6351,16 +5638,13 @@ body .bbp_topic_tags_wrapper .bb-select-container.select2-selection.select2-sele .bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom { top: -184px; } - -.bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { +.bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { top: 190px; } - .bbp-topic-form .gif-media-search-dropdown.open { top: -180px; } - -.bbp-topic-form .gif-media-search-dropdown::before { +.bbp-topic-form .gif-media-search-dropdown:before { top: 190px; } @@ -6394,14 +5678,12 @@ body .bbp_topic_tags_wrapper .bb-select-container.select2-selection.select2-sele border: 1px solid var(--bb-content-border-color); border-radius: var(--bb-block-radius); } - #bbpress-forums .bb-modal.bb-modal-box .bbp-the-content-wrapper.loading { text-align: center; padding: 0; position: relative; } - -#bbpress-forums .bb-modal.bb-modal-box .bbp-the-content-wrapper.loading::after { +#bbpress-forums .bb-modal.bb-modal-box .bbp-the-content-wrapper.loading:after { content: "\ef30"; font: normal normal 400 22px/1 bb-icons; margin: 0; @@ -6414,12 +5696,10 @@ body .bbp_topic_tags_wrapper .bb-select-container.select2-selection.select2-sele top: 50%; margin-top: -11px; } - #bbpress-forums .bb-modal.bb-modal-box .bbp-the-content-wrapper.loading > div[data-placeholder] { pointer-events: none; } - -#bbpress-forums .bb-modal.bb-modal-box .bbp-the-content-wrapper.loading > div[data-placeholder]::after { +#bbpress-forums .bb-modal.bb-modal-box .bbp-the-content-wrapper.loading > div[data-placeholder]:after { color: #c3c6c9; content: attr(data-placeholder) !important; position: absolute; @@ -6462,14 +5742,12 @@ body .bbp_topic_tags_wrapper .bb-select-container.select2-selection.select2-sele align-items: center; margin-bottom: 30px; } - .topic-edit #bbp_editor_topic_content, .reply-edit #bbp_editor_topic_content { background-color: #fff; border: 1px solid var(--bb-content-border-color); border-radius: 3px; } - .topic-edit .bbp-topic-form #whats-new-toolbar, .topic-edit .bbp-reply-form #whats-new-toolbar, .topic-edit .bbp-reply-form #whats-new-attachments, @@ -6480,24 +5758,20 @@ body .bbp_topic_tags_wrapper .bb-select-container.select2-selection.select2-sele .reply-edit .bbp-topic-form #whats-new-attachments { padding: 0; } - .topic-edit .bbp-form #whats-new-toolbar, .topic-edit .bbp-form #whats-new-attachments, .reply-edit .bbp-form #whats-new-toolbar, .reply-edit .bbp-form #whats-new-attachments { margin-bottom: 15px; } - .topic-edit .bbp-topic-form #whats-new-toolbar, .reply-edit .bbp-topic-form #whats-new-toolbar { margin-bottom: 15px; } - .topic-edit .bbp-form .emojionearea.medium-editor-element, .reply-edit .bbp-form .emojionearea.medium-editor-element { background: transparent; } - .topic-edit .bbp-form .bbp_topic_tags_wrapper, .reply-edit .bbp-form .bbp_topic_tags_wrapper { background: #fff; @@ -6506,17 +5780,14 @@ body .bbp_topic_tags_wrapper .bb-select-container.select2-selection.select2-sele padding: 0 12px; margin-bottom: 10px !important; } - .topic-edit #bbp_topic_tags, .reply-edit #bbp_topic_tags { padding: 0 12px; } - .topic-edit .bbp-form .bb-form-select-fields, .reply-edit .bbp-form .bb-form-select-fields { display: block; } - .topic-edit #bbp-close-btn, .reply-edit #bbp-close-btn { display: none; @@ -6558,7 +5829,7 @@ body .bbp_topic_tags_wrapper .bb-select-container.select2-selection.select2-sele margin: 3px 0 3px 5px; } -.tagify__input:empty::before { +.tagify__input:empty:before { opacity: 0.3; } @@ -6571,7 +5842,7 @@ span.tagify__tag-text { padding: 10px 15px 20px; font-size: 14px; color: #999; - font-weight: 400; + font-weight: normal; } #new-post:not(.submitting) .bb-icon-loader, @@ -6582,7 +5853,6 @@ span.tagify__tag-text { #new-post .bb-url-scrapper-container { max-width: 753px; } - #new-post .bb-url-scrapper-container .bb-icon-spinner { display: inline-block; } @@ -6592,61 +5862,52 @@ body:not(.topic-edit) #new-post input.select2-search__field { } @media screen and (max-width: 544px) { - - .bbp-reply-form .post-emoji:nth-child(5)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]::after, .bbp-reply-form .post-emoji:nth-child(6)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]::after, - .bbp-topic-form .post-emoji:nth-child(5)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]::after, - .bbp-topic-form .post-emoji:nth-child(6)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]::after { + .bbp-reply-form .post-emoji:nth-child(5)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]:after, .bbp-reply-form .post-emoji:nth-child(6)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]:after, + .bbp-topic-form .post-emoji:nth-child(5)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]:after, + .bbp-topic-form .post-emoji:nth-child(6)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]:after { margin-top: 16px; } - - .bbp-reply-form .post-emoji:nth-child(5)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]::before, .bbp-reply-form .post-emoji:nth-child(6)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]::before, - .bbp-topic-form .post-emoji:nth-child(5)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]::before, - .bbp-topic-form .post-emoji:nth-child(6)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]::before { + .bbp-reply-form .post-emoji:nth-child(5)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]:before, .bbp-reply-form .post-emoji:nth-child(6)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]:before, + .bbp-topic-form .post-emoji:nth-child(5)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]:before, + .bbp-topic-form .post-emoji:nth-child(6)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]:before { margin-top: 10px; } - .bbp-reply-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom, .bbp-reply-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom, .bbp-topic-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom, .bbp-topic-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom { height: 230px; margin-bottom: 10px; } - .bbp-reply-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper, .bbp-reply-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper, .bbp-topic-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper, .bbp-topic-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper { height: 230px; } - .bbp-reply-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper .emojionearea-search-panel + .emojionearea-scroll-area, .bbp-reply-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper .emojionearea-search-panel + .emojionearea-scroll-area, .bbp-topic-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper .emojionearea-search-panel + .emojionearea-scroll-area, .bbp-topic-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper .emojionearea-search-panel + .emojionearea-scroll-area { height: 140px; } - .bbp-reply-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom, .bbp-topic-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom { top: 50px; right: -140px; } - - .bbp-reply-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after, - .bbp-topic-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { + .bbp-reply-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after, + .bbp-topic-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { top: -12px; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); right: 142px; } - .bbp-reply-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom, .bbp-topic-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom { top: 50px; right: -179px; } - - .bbp-reply-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after, - .bbp-topic-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { + .bbp-reply-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after, + .bbp-topic-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { top: -12px; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); @@ -6654,39 +5915,34 @@ body:not(.topic-edit) #new-post input.select2-search__field { right: 181px; } - .bbp-reply-form .post-gif:nth-child(4)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]::after, - .bbp-topic-form .post-gif:nth-child(4)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]::after { + .bbp-reply-form .post-gif:nth-child(4)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]:after, + .bbp-topic-form .post-gif:nth-child(4)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]:after { margin-top: 16px; } - - .bbp-reply-form .post-gif:nth-child(4)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]::before, - .bbp-topic-form .post-gif:nth-child(4)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]::before { + .bbp-reply-form .post-gif:nth-child(4)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]:before, + .bbp-topic-form .post-gif:nth-child(4)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]:before { margin-top: 10px; } - .bbp-reply-form .post-gif:nth-child(4) .gif-media-search-dropdown.open, .bbp-topic-form .post-gif:nth-child(4) .gif-media-search-dropdown.open { top: 20px; right: -90px; } - - .bbp-reply-form .post-gif:nth-child(4) .gif-media-search-dropdown.open::before, - .bbp-topic-form .post-gif:nth-child(4) .gif-media-search-dropdown.open::before { + .bbp-reply-form .post-gif:nth-child(4) .gif-media-search-dropdown.open:before, + .bbp-topic-form .post-gif:nth-child(4) .gif-media-search-dropdown.open:before { top: 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); right: 110px; } - .bbp-reply-form .post-gif:nth-child(5) .gif-media-search-dropdown.open, .bbp-topic-form .post-gif:nth-child(5) .gif-media-search-dropdown.open { top: 20px; right: -124px; } - - .bbp-reply-form .post-gif:nth-child(5) .gif-media-search-dropdown.open::before, - .bbp-topic-form .post-gif:nth-child(5) .gif-media-search-dropdown.open::before { + .bbp-reply-form .post-gif:nth-child(5) .gif-media-search-dropdown.open:before, + .bbp-topic-form .post-gif:nth-child(5) .gif-media-search-dropdown.open:before { top: 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); @@ -6694,7 +5950,6 @@ body:not(.topic-edit) #new-post input.select2-search__field { right: 144px; } } - #bbpress-forums.bbpress-forums-activity .bb-modal { top: 50%; -webkit-transform: translateY(-50%); @@ -6706,12 +5961,10 @@ body:not(.topic-edit) #new-post input.select2-search__field { #bbpress-forums .bs-forums-items li .fluid-width-video-wrapper iframe { border-radius: var(--bb-block-radius-inner); } - #bbpress-forums .bs-forums-items li iframe.twitter-timeline { border: 1px solid var(--bb-content-border-color); border-radius: 18px; } - #bbpress-forums .bs-forums-items li iframe[style="border-radius: 12px"] { border-radius: var(--bb-block-radius-inner) !important; } @@ -6727,12 +5980,10 @@ body:not(.topic-edit) #new-post input.select2-search__field { padding: 0; border-color: #e7e9ec; } - .bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .activity-inner p { margin: 0; color: #7f868f; } - .bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title { display: -webkit-box; display: -ms-flexbox; @@ -6746,18 +5997,15 @@ body:not(.topic-edit) #new-post input.select2-search__field { border-bottom: 1px solid #e7e9ec; padding: 20px 15px; } - .bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .activity-discussion-title-wrap { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: 600; } - .bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .activity-discussion-title-wrap a { color: var(--bb-headings-color); } - .bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title { display: -webkit-box; display: -ms-flexbox; @@ -6768,7 +6016,6 @@ body:not(.topic-edit) #new-post input.select2-search__field { width: 95%; } @media only screen and (max-width: 992px) { - .bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -6776,53 +6023,42 @@ body:not(.topic-edit) #new-post input.select2-search__field { flex-direction: column; } } - .bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title .reply-to { width: auto; margin-left: 5px; } @media only screen and (max-width: 992px) { - .bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title .reply-to { width: 100%; } } @media only screen and (max-width: 992px) { - .bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title .discussion-title { width: 100%; } } - .bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title .discussion-title p { margin-bottom: 0; } - .bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title .discussion-title a { text-align: right; } - .bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title .discussion-title .activity-list { padding: 0; } - -.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .close [class*="bb-icon-"]::before { +.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .close [class*="bb-icon-"]:before { font-size: 24px; color: var(--bb-headings-color); } - -.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .close:hover [class*="bb-icon-"]::before { +.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .close:hover [class*="bb-icon-"]:before { color: inherit; } - .bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .close .js-modal-close:hover { color: var(--bb-primary-color); } - .bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .activity-inner { padding: 20px 15px 10px; } - .bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .view-reply-button { padding: 0 15px 25px; } @@ -6830,7 +6066,6 @@ body:not(.topic-edit) #new-post input.select2-search__field { .bbp-reply-form.bb-modal-box .bbp-form legend { position: relative; } - .bbp-reply-form.bb-modal-box .bbp-form legend .js-modal-close { position: absolute; left: 20px; @@ -6839,8 +6074,7 @@ body:not(.topic-edit) #new-post input.select2-search__field { -ms-transform: translateY(-50%); transform: translateY(-50%); } - -.bbp-reply-form.bb-modal-box .bbp-form legend .js-modal-close .bb-icon-close::before { +.bbp-reply-form.bb-modal-box .bbp-form legend .js-modal-close .bb-icon-close:before { color: var(--bb-headings-color); font-size: 24px; } @@ -6849,7 +6083,6 @@ body:not(.topic-edit) #new-post input.select2-search__field { padding: 25px 15px !important; color: var(--bb-alternate-text-color) !important; } - .bb-quick-reply-form-wrap .bbp-reply-form .bbp-form > legend #bbp-reply-exerpt { font-weight: 600; font-size: inherit; @@ -6859,7 +6092,6 @@ body:not(.topic-edit) #new-post input.select2-search__field { margin-right: 0; margin-left: 0; } - .bb-quick-reply-form-wrap .bbp-reply-form .bbp-form > legend .js-modal-close .bb-model-close-button { color: var(--bb-headings-color); font-size: 24px; @@ -6869,118 +6101,94 @@ body.activity .bb-modal-overlay { background: rgba(250, 251, 253, 0.9); opacity: 1; } - body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-media-wrap .entry-img { border-radius: 4px; } - body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-media-wrap .entry-img img { width: 100%; } - body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-media-wrap.bb-media-length-1 .bb-activity-media-elem { width: -webkit-calc(100% - 24px); width: calc(100% - 24px); margin: 12px auto; border: none; } - body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-media-wrap.bb-media-length-1 .bb-activity-media-elem .entry-img img { width: auto; max-height: 640px; margin: 0 auto; } - body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-media-wrap:not(.bb-media-length-1) { border: 9px solid transparent; } - body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-media-wrap:not(.bb-media-length-1) .bb-activity-media-elem { padding: 3px; } - body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-video-wrap.bb-video-length-1 { width: -webkit-calc(100% - 24px); width: calc(100% - 24px); margin: 12px auto; border-radius: 4px; } - body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-video-wrap.bb-video-length-1 .bb-activity-video-elem { padding: 0; } - body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-video-wrap:not(.bb-video-length-1) { padding: 9px; margin: 0; } - body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-video-wrap .bb-activity-video-elem .single-activity-video { border-radius: 4px; } - -body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-video-wrap .bb-activity-video-elem .single-activity-video::after { +body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-video-wrap .bb-activity-video-elem .single-activity-video:after { border: 0; border-radius: 4px; } - body.activity .activity .activity-list .bbp_reply_create .activity-inner { border-radius: 4px; - /* overflow: hidden; */ } - body.activity .activity .activity-list .bbp_reply_create .activity-inner .media-activity .bb-open-media-theatre { width: 100%; border-radius: 4px; background-color: var(--bb-cover-image-background-color); } - body.activity .activity .activity-list .bbp_reply_create .activity-inner .media-activity .bb-open-media-theatre .photo { margin: 0 auto; } - body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-media-wrap.bb-media-length-1 .bb-activity-media-elem { width: -webkit-calc(100% - 24px); width: calc(100% - 24px); margin: 12px auto; border: none; } - body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-media-wrap.bb-media-length-1 .bb-activity-media-elem .entry-img img { max-height: 640px; margin: 0 auto; } - body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-media-wrap:not(.bb-media-length-1) { border: 9px solid transparent; } - body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-media-wrap:not(.bb-media-length-1) .bb-activity-media-elem { padding: 3px; } - body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-video-wrap.bb-video-length-1 { width: -webkit-calc(100% - 24px); width: calc(100% - 24px); margin: 12px auto; border-radius: 4px; } - body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-video-wrap.bb-video-length-1 .bb-activity-video-elem { padding: 0; } - body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-video-wrap:not(.bb-video-length-1) { padding: 9px; margin: 0; } - body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-video-wrap .bb-activity-video-elem .single-activity-video { border-radius: 4px; } - -body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-video-wrap .bb-activity-video-elem .single-activity-video::after { +body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-video-wrap .bb-activity-video-elem .single-activity-video:after { border: 0; border-radius: 4px; } @@ -6988,15 +6196,12 @@ body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-act body.page #bbpress-forums .bb-single-reply-list.list-view .bs-item-wrap { border-radius: var(--bb-block-radius) var(--bb-block-radius); } - body.page #bbpress-forums .bb-single-reply-list .bs-item-wrap .bs-reply-list-item { padding: 0; } - body.page #bbpress-forums .bb-single-reply-list .bs-item-wrap .bs-reply-list-item:hover { background-color: transparent !important; } - body.page #bbpress-forums .bb-single-reply-list .bs-item-wrap .bs-reply-header .item-meta { -ms-flex-wrap: wrap; flex-wrap: wrap; @@ -7004,7 +6209,6 @@ body.page #bbpress-forums .bb-single-reply-list .bs-item-wrap .bs-reply-header . -ms-flex-pack: start; justify-content: flex-start; } - body.page #bbpress-forums .bb-single-reply-list .bs-item-wrap .bs-reply-header .item-meta h3 { width: 100%; } diff --git a/web/app/themes/buddyboss-theme/assets/css-rtl/bbpress.min.css b/web/app/themes/buddyboss-theme/assets/css-rtl/bbpress.min.css index b060521f..81218c4c 100644 --- a/web/app/themes/buddyboss-theme/assets/css-rtl/bbpress.min.css +++ b/web/app/themes/buddyboss-theme/assets/css-rtl/bbpress.min.css @@ -1,2257 +1 @@ -#bbpress-forums #bbp-user-wrapper div.item-list-tabs ul::after,#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav])::after{content:" ";display:table;clear:both} - -#bbpress-forums{font-size:inherit} - -#bbpress-forums .bb-topic-states .bbp-meta{position:absolute;margin-top:15px;left:0}@media screen and (max-width:800px){ - -#bbpress-forums .bb-topic-states .bbp-meta{margin-top:0;top:0}} - -#bbpress-forums .bs-header-item.topic-lead .bb-topic-states .bbp-meta{position:relative;left:initial;margin:0}@media screen and (max-width:480px){ - -#bbpress-forums .item-title .title-wrap{padding-left:50px}} - -#bbpress-forums .item-description{font-size:14px} - -#bbpress-forums .item-description p{margin-bottom:10px}@media screen and (min-width:800px){ - -#bbpress-forums .bb-topic-states{position:relative}} - -.forum-archive .entry-header .bs-dir-search{margin-top:-29px}@media screen and (max-width:540px){ - -.forum-archive .entry-header .bs-dir-search{margin:20px 0}} - -.forum-archive .bp-search-ac.ui-autocomplete.bp-forum-search-ac-header{min-width:initial} - -.topic-edit .bbp_topic_title_wrapper .new_topic_title{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:10px} - -.bs-forums-banner{padding:76px 20px} - -.entry-content .bs-forums-banner{margin-top:-30px} - -.bs-forums-banner.has-banner-img{background-repeat:no-repeat;background-size:cover;background-position:center;color:#fff} - -.bs-forums-banner.has-banner-img .bs-search-form{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.4);border-radius:var(--bb-input-radius)} - -.bs-forums-banner.has-banner-img .bs-search-form::before{color:#fff;opacity:.9} - -.bs-forums-banner.has-banner-img input[type=text]{color:#fff} - -.bs-forums-banner.has-banner-img input[type=text].placeholder{color:#fff;opacity:.85} - -.bs-forums-banner.has-banner-img input[type=text]:placeholder{color:#fff;opacity:.85} - -.bs-forums-banner.has-banner-img input[type=text]::-webkit-input-placeholder{color:#fff;opacity:.85} - -.bs-forums-banner.has-banner-img input[type=text]:-ms-input-placeholder{color:#fff;opacity:.85} - -.bs-forums-banner.has-banner-img input[type=text]::placeholder{color:#fff;opacity:.85} - -.bs-forums-banner.has-banner-img input[type=text]:input-placeholder{color:#fff;opacity:.85} - -.bs-forums-banner.has-banner-img input[type=text]::input-placeholder{color:#fff;opacity:.85} - -.bs-forums-banner.has-banner-img .search-form_reset{color:#fff;opacity:.85} - -.bs-forums-banner.has-banner-img h1,.bs-forums-banner.has-banner-img p{color:#fff} - -.bs-forums-banner h1{font-size:36px;font-weight:500;letter-spacing:0} - -.bs-forums-banner p{opacity:.9;font-size:18px;font-weight:300;letter-spacing:-.24px;line-height:26px} - -.bs-forums-banner #forums-dir-search.bs-dir-search.bs-forums-search{float:none;margin:0 auto 15px;text-align:right;max-width:575px;width:98%} - -.bs-forums-banner #forums-dir-search.bs-dir-search.bs-forums-search #bbp_search{height:50px;padding-right:52px;width:100%} - -.bs-forums-banner .bs-search-form::before{top:15px;font-size:20px;right:18px} - -#bbpress-forums ul{clear:both} - -.bbp-the-content-wrapper .bbp-the-content ul{list-style-type:disc} - -#bbpress-forums{overflow:initial} - -#bbpress-forums h1:not(.bb-banner-title){font-size:1.75rem;line-height:1.5rem;margin:0;padding:0} - -#bbpress-forums ul.grid{margin-right:-10px;margin-left:-10px} - -#bbpress-forums ul.grid>li{margin-bottom:20px;padding-bottom:0} - -#bbpress-forums li.bs-item-wrap{background-color:var(--bb-content-background-color);margin:0 0 -1px} - -#bbpress-forums li.bs-item-wrap .bp-feedback.info{width:100%} - -#bbpress-forums .bbp-breadcrumb{display:none} - -#bbpress-forums>.bbp-forum-content-wrap{margin-top:0} - -#bbpress-forums .bbp-forum-child .bbp-breadcrumb{display:block;font-size:12px;padding:10px 0;max-width:50%}@media (max-width:900px){ - -#bbpress-forums .bbp-forum-child .bbp-breadcrumb{float:none;max-width:100%}} - -#bbpress-forums .bbp-forum-child .bbp-breadcrumb p{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:0} - -#bbpress-forums .bbp-forum-child .bbp-breadcrumb .bb-icon-angle-right{margin:0 3px} - -#bbpress-forums .bbp-forum-child .bbp-breadcrumb .bbp-breadcrumb-current,#bbpress-forums .bbp-forum-child .bbp-breadcrumb .bbp-breadcrumb-forum{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:50%} - -#bbpress-forums .bbp-forum-child .bbp-breadcrumb:first-child~.bbp-template-notice{display:none} - -#bbpress-forums fieldset.bbp-form{border:0;padding:0;margin:0} - -#bbpress-forums .bs-reply-list li.bs-reply-list-item:not(:last-child){margin-bottom:20px} - -#bbpress-forums .bs-dropdown{background:var(--bb-content-background-color)} - -#bbpress-forums .bs-reply-list{width:100%} - -#bbpress-forums fieldset.bbp-form legend{padding:5px 20px;font-size:16px} - -#bbpress-forums fieldset.bbp-form legend .js-modal-close{left:25px;top:15px;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);color:rgba(17,49,80,.4)} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]){border-bottom:1px solid #eef0f3;overflow:visible} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li{margin:0 0 0 30px} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li:last-child{margin:0} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li a,#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li span{display:block;padding:0 0 16px;text-decoration:none;font-size:14px} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li a span,#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li a:hover span{background:#c8cbcf;border-radius:100px;font-size:11px;font-weight:600;color:#fff;letter-spacing:-.26px;line-height:12px;border:0;min-width:25px;display:inline-block;padding:3px} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li.current a,#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li.selected a{background-color:transparent;border-bottom:1px solid var(--bb-primary-color);margin-bottom:-1px;opacity:1;font-weight:500;color:var(--bb-headings-color)} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li.current a span,#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li.selected a span{background-color:var(--bb-primary-color)} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav{border-top:1px solid var(--bb-content-border-color);margin-top:20px;margin-bottom:0;overflow:visible} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav ul{list-style:none;margin:0} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav li{float:right;margin:0 0 0 30px} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav a{color:#939597;display:block;padding:15px 0;text-decoration:none;font-size:14px;border:0} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav .selected a{background-color:transparent;border-bottom:1px solid var(--bb-primary-color);margin-bottom:-1px;opacity:1;font-weight:500;color:var(--bb-headings-color)} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav .selected a span{background-color:var(--bb-primary-color)} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav span{background:#c8cbcf;box-shadow:none;border-radius:100px;font-size:11px;font-weight:600;color:#fff;letter-spacing:-.26px;line-height:15px;border:0;min-width:22px;display:inline-block;margin-right:3px;padding:2px 7px 1px;text-align:center;vertical-align:middle} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav{border-top:0;margin-top:0;margin-bottom:0;overflow:visible} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav li li{margin:0;display:block;width:100%} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav li li a{display:block;font-size:13px;font-weight:inherit;color:var(--bb-body-text-color);letter-spacing:-.24px;line-height:1;margin-bottom:1px;padding:.75rem .9375rem} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav a.more-button{font-size:20px;padding:18px 0;line-height:1.05} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav a.more-button.active::after{bottom:-10px} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs ul.sub-menu{background:#fff;top:50px;padding:10px 0} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs li.hideshow.menu-item-has-children>a::after{top:50px} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav li.hideshow span{float:left} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs#subnav{overflow:visible} - -#bbpress-forums #bbp-user-wrapper .widget-area:not(.widget-area-secondary){padding-top:0}@media screen and (max-width:800px){ - -.bbpress .widget-area{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%} - -.bbpress.has-sidebar.sidebar-left:not(.bp-user) #primary{padding-top:0} - -.bbpress.has-sidebar.sidebar-right #primary{padding-bottom:0}} - -.grid.bs-card-list{margin-bottom:15px} - -.entry-content .bs-forums-banner-wrap{margin-bottom:35px} - -.forum-archive #bbpress-forums .content-area.bs-topics-wrapper{padding-top:0;padding-bottom:0}@media screen and (max-width:1200px){ - -.bbpress:not(.bp-user) .container>.grid>.widget-area{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}} - -.bs-cover-list>li{margin-bottom:20px} - -.bb-cover-list-item{position:relative} - -.entry-content .bs-forum-details h3 a{color:#fff} - -.bs-forum-details-top{padding:15px 0 0} - -.bs-forum-details-top p{opacity:.75;font-size:14px;font-weight:300;letter-spacing:-.24px;margin-bottom:0;line-height:1.35;display:block;-webkit-line-clamp:2;-webkit-box-orient:vertical} - -.bs-forum-details{position:absolute;bottom:0;padding:20px;color:#fff} - -.bs-forum-details h3{font-size:20px;font-weight:500;margin-bottom:10px;line-height:21px} - -.bs-forum-details h3 a{color:#fff} - -.bs-forum-details p{opacity:.75;font-size:14px;font-weight:300;color:#fff;letter-spacing:-.24px;line-height:1.35;display:block;display:-webkit-box;max-height:2.69em;margin:0 auto;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis} - -.forums-meta span{opacity:.7;background:rgba(255,255,255,.15);border-radius:100px;display:inline-block;font-size:11px;font-weight:500;line-height:1;color:#fff;letter-spacing:-.24px;padding:4px 10px;margin-left:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:90%} - -.forums-meta span a{color:inherit} - -.forums-meta span:nth-child(n+3){display:none} - -.bs-card-list .bb-cover-wrap{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0;padding-top:48%} - -.bs-card-list .bb-cover-list-item{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);height:100%;padding-bottom:20px;-webkit-transition:.2s all;transition:.2s all} - -.bs-card-list .bb-cover-list-item:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1)} - -.bs-card-list .bs-timestamp{position:absolute;bottom:20px} - -.bs-card-list .bs-sec-header{margin-bottom:12px} - -.bs-card-list .forums-meta span{background:rgba(18,43,70,.1);color:var(--bb-headings-color)} - -.bs-card-list .bb-cover-wrap::after{display:none} - -.bs-card-list .forums-meta{margin-bottom:12px} - -.site-content .bs-card-list .bs-sec-header h3{margin-bottom:0} - -.bs-timestamp{font-size:14px;color:var(--bb-alternate-text-color);letter-spacing:-.24px;line-height:1.6} - -.bs-timestamp a{color:var(--bb-alternate-text-color)} - -.bs-timestamp a:hover{color:var(--bb-primary-color)} - -.bs-cover-list .bs-timestamp a:hover{color:#fff} - -.bs-cover-list .forums-meta.bb-forums-meta{margin-bottom:0;margin-top:10px} - -.forums-meta.bb-forums-meta:empty{display:none} - -.bb-forum-content-wrap{margin-bottom:15px} - -.bs-card-forum-details{padding:22px 25px} - -.bs-card-forum-details h3{font-size:20px;line-height:1.2} - -.bs-card-forum-details h3 a{color:inherit} - -.bs-card-forum-details h3 a:hover{color:var(--bb-primary-color)} - -.bs-card-forum-details .bb-forum-content{font-size:14px;letter-spacing:-.24px;line-height:1.35;display:block;display:-webkit-box;max-height:2.69em;margin:0 auto;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis} - -#bbpress-forums .bs-item-list:not(.bb-tag-items-list) .bs-item-wrap:not(.bs-header-item){border-top:0;border-radius:0} - -#bbpress-forums .bs-item-list:not(.bb-tag-items-list) .bs-item-wrap.bs-header-item{margin-bottom:0} - -.bs-item-wrap.bs-header-item{min-height:68px} - -.bs-forums-items .item-title a{font-size:16px} - -#bbpress-forums#bbpress-forums .bs-forums-items .bs-section-title{font-size:1.125rem;letter-spacing:-.24px;line-height:1;margin:0} - -#bbpress-forums#bbpress-forums .bs-forums-items .item-avatar{font-size:0;-ms-flex-item-align:start;align-self:flex-start} - -#bbpress-forums#bbpress-forums .bs-forums-items .item-avatar img{border-radius:50%;margin-top:0;image-rendering:optimize-contrast} - -#bbpress-forums#bbpress-forums .bs-forums-items .item-avatar .bbp-author-name{display:none} - -#bbpress-forums#bbpress-forums .bs-forums-items .bs-sorting-list{list-style:none;margin-bottom:0} - -#bbpress-forums#bbpress-forums .bs-forums-items .avatar{max-width:48px} - -#bbpress-forums#bbpress-forums .bs-forums-items .item-avatar>a{min-width:48px} - -#bbpress-forums#bbpress-forums .bs-forums-items .item-title{margin-bottom:4px} - -#bbpress-forums#bbpress-forums .bs-forums-items .item-title a{font-size:16px} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .item-meta{font-size:14px;margin-bottom:10px} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view>li>div .item-meta{margin-top:7px;margin-bottom:5px} - -#bbpress-forums#bbpress-forums .bs-forums-items .item-meta>span{margin-left:5px;margin-bottom:4px;margin-top:5px;display:inline-block} - -#bbpress-forums#bbpress-forums .bs-forums-items .item-meta .bs-replied{margin-left:10px} - -#bbpress-forums#bbpress-forums .bs-forums-items i.bb-icon-reply::before{font-size:21px;line-height:0;margin:0;height:auto;width:auto;position:relative;top:3px} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view li .bs-reply-list-item:hover,#bbpress-forums#bbpress-forums .bs-forums-items.list-view li.dropdown-open>.bs-reply-list-item{background-color:var(--bb-content-alternate-background-color)} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view li .bs-reply-list-item:hover .bs-dropdown-wrap .bs-dropdown-wrap-inner,#bbpress-forums#bbpress-forums .bs-forums-items.list-view li.dropdown-open>.bs-reply-list-item .bs-dropdown-wrap .bs-dropdown-wrap-inner{opacity:1;visibility:visible} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view li.bs-header-item.topic-lead .bs-dropdown-wrap .bs-dropdown-wrap-inner{opacity:1;visibility:visible} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view:not(.bb-single) li .bs-reply-list-item.in-focus{background-color:var(--bb-content-alternate-background-color)} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view.bb-single li .bs-reply-list-item:hover,#bbpress-forums#bbpress-forums .bs-forums-items.list-view.bb-single li.dropdown-open>.bs-reply-list-item{background-color:transparent} - -#bbpress-forums#bbpress-forums .bs-forums-items .item-tags ul li a:hover{color:var(--bb-headings-color)} - -#bbpress-forums#bbpress-forums .bs-forums-items .bs-dropdown .bbp-admin-links a{font-size:13px}@media (hover:none) and (pointer:coarse){ - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view li .bs-dropdown-wrap .bs-dropdown-wrap-inner{opacity:1;visibility:visible}} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bb-topic-states>span{margin-right:3px} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bb-topic-states .bb-topic-status{color:var(--bb-alternate-text-color)} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bb-topic-states .sticky::before,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bb-topic-states .super-sticky:not(.unsticky)::before{font-weight:300} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bs-dropdown-wrap{margin-right:3px} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bs-dropdown-wrap .bs-dropdown-wrap-inner>a>i{font-size:22px;color:var(--bb-alternate-text-color);background-color:transparent;padding:0 7px;border:0;border-radius:0;position:relative;top:3px;padding-left:0} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bs-dropdown-wrap .bs-dropdown-wrap-inner>a>i::before{content:"\ee5c";font-weight:300} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-meta{margin:0} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-tags{margin-top:10px;margin-bottom:-5px} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-description{margin:15px 0;line-height:1.5} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-description>ol,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-description>p,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-description>ul{margin-bottom:15px} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-description>ol:last-child,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-description>p:last-child,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-description>ul:last-child{margin-bottom:0} - -#bbpress-forums#bbpress-forums .bs-forums-items .bbp-topic-revision-log{margin:15px 0 0;list-style:none} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view{position:relative;left:initial;top:initial;margin-right:10px} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap-inner{opacity:0;visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap-inner>a{opacity:1;padding:0;line-height:1} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap-inner>a>i{font-size:19px;color:var(--bb-alternate-text-color);background-color:var(--bb-content-background-color);padding:7px;border:1px solid var(--bb-content-border-color);border-right-width:0;border-radius:3px 0 0 3px} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap-inner>a>i::before{top:0} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap-inner>a:first-child>i{border-right-width:1px;border-radius:0 3px 3px 0} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap-inner>a.bb-reply-actions-button i{margin-right:-5px;padding-right:5px;padding-left:5px} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown{padding:5px 0;z-index:112;max-width:180px;border-radius:var(--bb-block-radius)} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown::after{left:29px} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links{padding:0} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a{padding:10px 14px;color:var(--bb-body-text-color);line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a::before{font-family:bb-icons;font-size:16px;color:var(--bb-alternate-text-color);display:inline-block;margin-left:10px;vertical-align:middle;width:20px;text-align:center} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-close-link::before{content:"\e828"} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-merge-link::before{content:"\eed5"} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-edit-link::before,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-edit-link::before{content:"\ee5a"} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-move-link::before,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-move-link::before{content:"\ee34"} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-restore-link::before,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-restore-link::before{content:"\ee3e";margin-top:-2px} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-delete-link::before,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-delete-link::before{content:"\ef48"} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-split-link::before{content:"\ee67"} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-trash-link::before,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-trash-link::before{content:"\ef48"} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-spam-link::before,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-spam-link::before{content:"\ee08"} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.report-content::before,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.reported-content::before{content:"\ee9c";font-size:15px} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.reported-content{opacity:.8;border-color:transparent} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a:hover{background-color:var(--bb-content-alternate-background-color)} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bb-theme-actions .bb-forum-reply-text{display:none} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bb-theme-no-actions>a{background-color:#fff;padding:3px 9px 3px 11px;color:#9ca8b4;border:1px solid #e7e9ec;border-radius:5px;font-size:14px} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bb-theme-no-actions>a::before{display:none} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bb-theme-no-actions>a::after{display:none} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bb-theme-no-actions>a>i{border:0;background-color:transparent;padding:0;vertical-align:middle} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view:not(.bbp-lead-topic)>li:last-child>.bbp-threaded-replies>li:last-child .bs-dropdown-wrap .bs-dropdown,#bbpress-forums#bbpress-forums .bs-forums-items.list-view:not(.bbp-lead-topic)>li:last-child>li:last-child>div .bs-dropdown-wrap .bs-dropdown{bottom:-webkit-calc(100% + 15px);bottom:calc(100% + 15px);top:inherit} - -#bbpress-forums#bbpress-forums .bs-forums-items .closed .item-title a{opacity:.6;font-weight:400} - -#bbpress-forums#bbpress-forums .bs-forums-items .bb-icon-reply{margin-right:-2px} - -#bbpress-forums#bbpress-forums .bs-forums-items .item-tags{position:relative;margin-top:5px;padding-right:25px} - -#bbpress-forums#bbpress-forums .bs-forums-items .item-tags .bb-icon-tag{-webkit-transform:rotate(-85deg);-ms-transform:rotate(-85deg);transform:rotate(-85deg);position:absolute;right:0;top:2px;font-size:17px;color:#aaa} - -#bbpress-forums#bbpress-forums .bs-forums-items .item-tags ul{margin:0;list-style:none;display:inline-block} - -#bbpress-forums#bbpress-forums .bs-forums-items .item-tags ul li{display:inline-block;margin-left:8px;font-size:13px} - -#bbpress-forums#bbpress-forums .bs-forums-items .item-tags ul li a{color:#aaa} - -#bbpress-forums#bbpress-forums .bs-forums-items .item-tags ul li a:hover{color:#393e41} - -#bb-forums-archive-content .bs-card-list{margin-bottom:0} - -.bs-forums-items .item-meta.bb-reply-meta{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1.3} - -.bs-forums-items .item-meta>span.bs-like{margin-bottom:0} - -.bs-replied .bbp-author-avatar{display:none} - -span.color.bs-meta-item a{font-size:inherit;display:inline-block}@media (min-width:1241px){ - -.bs-forums-meta{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;min-width:0}} - -.bs-meta-item{background:var(--bb-label-background-color);border-radius:100px;font-size:11px;color:#fff;letter-spacing:-.19px;display:inline-block;line-height:1;margin-right:3px;text-align:center;max-width:100%;vertical-align:middle} - -body .bs-meta-item.bs-meta-item a{display:block;padding:9px 12px;font-size:13px;color:#fff;opacity:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis} - -.bs-meta-item.red{background:rgba(255,58,48,.15);color:#ff3a30} - -.bs-meta-item.green{background:rgba(72,191,30,.15);color:#48bf1e} - -.bs-meta-item.gray{background:rgba(138,139,145,.15);color:#8a8b91} - -.bs-meta-item.blue{background:rgba(22,167,241,.15);color:#16a7f1} - -.bs-meta-item.pink{background:rgba(197,107,218,.15);color:#c56bda} - -.bs-meta-item.color.no-action:hover{opacity:1} - -.bs-meta-item .no-links{padding:4px 10px;display:inline-block} - -.bs-meta-item .no-links.forum-label__is-single{display:none} - -.bbp-lead-topic .bs-meta-item,body .bbp-lead-topic .bs-meta-item.bs-meta-item{font-size:13px;letter-spacing:-.24px;line-height:28px;min-height:30px} - -.bbp-lead-topic .bs-meta-item>a,body .bbp-lead-topic .bs-meta-item.bs-meta-item>a{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)} - -.bbp-lead-topic .bs-meta-item>a:focus,body .bbp-lead-topic .bs-meta-item.bs-meta-item>a:focus{box-shadow:var(--bb-outline-button-focus-shadow)} - -.bbp-lead-topic .bs-meta-item>a:hover,body .bbp-lead-topic .bs-meta-item.bs-meta-item>a: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)} - -.bs-replied a{color:var(--bb-alternate-text-color)} - -.bs-replied a[href=""]{pointer-events:none} - -.bs-replied a:hover{color:var(--bb-primary-color)} - -#bbpress-forums .bb-forums-list{margin-bottom:12px} - -#bbpress-forums .bs-forums-items{margin-bottom:30px} - -#bbpress-forums .bs-forums-items.bbp-lead-topic{margin-bottom:0;border:0;overflow:visible;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto} - -#bbpress-forums .bb-forums-list{margin-right:-10px;margin-left:-10px} - -#bbpress-forums .bb-forums-list>li{margin-bottom:20px} - -.bs-forums-items.bbp-lead-topic .bs-dropdown-wrap a.bb-reply-actions-button.bs-dropdown-link i{border-radius:3px;padding:7px 7px 7px 6px} - -.forums-header{border-bottom:1px solid #eef0f3;margin-bottom:25px;padding-bottom:25px} - -.forums-header .flex{-ms-flex-flow:row wrap;flex-flow:row wrap} - -.bb-sidebar-subforums{margin-right:1.25rem;margin-top:.625rem;margin-bottom:.75rem} - -.content-area.bs-topics-wrapper{padding-top:35px} - -.bs-dir-search.bs-forums-search{margin:0 auto 0 0} - -.bs-model-open .buddypanel{z-index:0} - -.bs-model-open .bbp-reply-form{position:relative;z-index:0} - -span.bs-like-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -span.bs-like-inner a{margin-left:5px} - -.btn-new-topic .bb-icon-edit-square-small::before{font-size:20px;line-height:1px} - -.bbp_before_forum_new_post{text-align:left} - -.bbp_before_forum_new_post .button.btn-new-topic{max-width:230px;margin-bottom:0} - -#bbpress-forums .bbp_before_forum_new_post+ul.bs-forums-items{margin-top:20px} - -.widget_display_search form#bbp-search-form{position:relative} - -.widget_display_search form#bbp-search-form input[name=bbp_search]{background-image:none} - -.widget_display_search form#bbp-search-form::before{content:"\ef10";color:inherit;font-family:bb-icons;font-size:17px;position:absolute;right:9px;top:8px;opacity:.4} - -.widget_display_search form#bbp-search-form:focus-within::before{opacity:1} - -.bbp-search-form #bbp_search_submit,.widget_display_search #bbp_search_submit{display:none} - -.bbp-search-form input[name=bbp_search],.widget_display_search input[name=bbp_search]{background-position:13px 50%;padding-right:2.4rem;width:100%} - -.widget_display_stats dl{overflow:hidden;margin:0} - -.widget_display_stats dt{clear:left} - -.widget_display_stats dd{float:left;position:relative;margin-top:-18px} - -.widget_display_stats dd strong{left:2px;top:0;position:absolute;display:block;font-size:10px;background:#999;color:#fff;padding:0 4px;border-radius:50%;min-width:20px;text-align:center;min-height:20px;line-height:20px} - -.widget_display_stats abbr[title]{text-decoration:none} - -.widget-area.bbpress-widget-area-sidebar{padding-bottom:0;padding-top:0} - -.bs-item-wrap .item-avatar{position:relative} - -.bb-topic-status-wrapper{width:22px;height:22px;position:absolute;top:0;left:-12px;border-radius:50%;font-style:normal;font-size:22px} - -.bb-topic-status-wrapper+.bb-topic-status-wrapper{top:22px;left:-12px} - -.bb-topic-status-wrapper+.bb-topic-status-wrapper+.bb-topic-status-wrapper{top:45px;left:-12px} - -i.bb-topic-status::before{border-radius:100%} - -i.bb-topic-status.bb-sticky::before,i.bb-topic-status.super-sticky::before{font-size:24px} - -.bb-topic-status-wrapper .bb-topic-status{background-color:#fff} - -.bb-topic-status{background-size:cover;background-repeat:no-repeat;width:22px;height:22px;border-radius:50%;font-style:normal;font-size:22px} - -.bb-topic-status>a{position:absolute;top:0;right:0} - -.bb-topic-status.moderator{background-image:url(../images/svg/admin.svg)} - -h4.bb-active-order{font-size:16px;font-weight:400;color:var(--bb-alternate-text-color);letter-spacing:-.24px;margin:0 20px 0 0} - -div#bb-forum-single-content{margin-bottom:30px} - -.bs-voices-wrap,span.bs-replied,span.bs-replies,span.bs-voices{display:inline-block} - -.bs-header-item .bb-topic-states .bb-topic-status{position:relative;display:inline-block;vertical-align:middle;line-height:1;height:28px;margin:0 0 -5px;width:28px;left:0;top:0} - -.bs-header-item .bb-topic-states .bb-topic-status a{display:block;text-indent:-9999px;width:28px;height:28px} - -.bs-item-list .bs-reply-list-item .item-avatar{margin-left:15px} - -.bs-reply-list-item:not(.depth-1) .item-avatar>a{min-width:24px} - -.bs-reply-list-item:not(.depth-1) .item-avatar .avatar{max-width:36px} - -.bs-like a{display:inline-block} - -#bbpress-forums #bbp-user-body{margin-right:0} - -#bbpress-forums div.even,#bbpress-forums div.odd,#bbpress-forums ul.even,#bbpress-forums ul.odd{background-color:transparent}@media (max-width:1200px){ - -#bbpress-forums#bbpress-forums .bs-forums-items.bs-item-list.list-view div.action{padding-right:20px} - -#bbpress-forums#bbpress-forums .bs-forums-items.bs-item-list.list-view div.action{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-top:10px;min-width:0;padding-right:65px} - -#bbpress-forums#bbpress-forums .bs-forums-items .item-meta>span{margin-bottom:6px}}@media (max-width:540px){ - -#bbpress-forums#bbpress-forums .bs-forums-items .item-avatar>a{min-width:48px} - -#bbpress-forums#bbpress-forums .bs-forums-items .item-title a{font-size:15px} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .item-meta{font-size:12px} - -#bbpress-forums#bbpress-forums .bs-forums-items.bs-item-list .bs-meta-item{margin-bottom:5px} - -.bb-topic-status{width:20px;height:20px;left:-6px} - -.bs-dir-search.bs-forums-search{margin-top:20px;width:100%}} - -.bbp-pagination-links{border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:0} - -.bbp-pagination-links:empty{display:none} - -.bbp-pagination-links a:hover,.bbp-pagination-links span.current{background:100% 0;opacity:1} - -.bbp-pagination-links a,.bbp-pagination-links span.current{margin-right:0;border:0} - -.bbp-pagination-links span.dots{padding:0 10px;margin-right:0;line-height:1} - -.bbp-pagination-count{color:var(--bb-alternate-text-color);font-size:13px} - -.bbp-pagination-count:empty{display:none} - -.scrubberpost{transition:background .5s;-webkit-transition:background 1s;transition:background 1s} - -#content #buddypress .scrubberpost.highlight{background:#fff5a1} - -.single-topic-sidebar-links{overflow:hidden} - -body:not(.bb-page-loaded) .scrubber{display:none} - -body.bb-page-loaded .scrubber{display:block} - -body.bb-page-loaded .scrubber.light{display:none} - -.bbpress .scrubber .handle::after{background:var(--bb-primary-color)} - -.scrubber{margin-top:25px;margin-right:10px;-webkit-box-flex:0;-ms-flex:none;flex:none;min-width:auto;display:block;position:relative} - -.scrubber .reply-timeline-container{height:300px;margin-bottom:10px;border-right:1px solid #e1e3e6;margin-right:5px} - -.scrubber .handle{padding-right:15px;min-height:42px;cursor:move;font-size:14px;font-weight:500;color:var(--bb-headings-color)} - -.scrubber .handle::after{background:var(--bb-primary-color);content:"";position:absolute;width:5px;border-radius:10px;height:100%;right:-3px;top:0} - -.scrubber .handle.animate{-webkit-transition:top 1s;transition:top 1s} - -.scrubber .desc{display:block;font-size:11px;font-weight:400;color:var(--bb-alternate-text-color);margin:0;line-height:1} - -.scrubber a.firstpostbtn,.scrubber a.lastpostbtn{font-size:12px;color:var(--bb-alternate-text-color);display:block;margin-bottom:5px;z-index:100} - -.scrubber a.lastpostbtn{position:absolute;bottom:-40px} - -.scrubber svg{margin-left:6px} - -.widget_display_forums li li .color{visibility:hidden} - -.widget_display_forums li a{color:var(--bb-alternate-text-color);white-space:nowrap;width:80%;display:inline-block;overflow:hidden;text-overflow:ellipsis;font-size:14px;letter-spacing:-.24px} - -.widget_display_forums li a:hover{color:var(--bb-primary-color)} - -.widget_display_forums li a.selected{color:var(--bb-headings-color)} - -.widget_display_forums span.topics-count{float:left} - -.widget_display_forums li{margin:0 0 10px;padding:0} - -.widget_display_forums span.color{width:13px;display:inline-block;height:13px;margin-left:7px;border-radius:50%;border:1px solid;position:relative;top:-1px} - -.widget_display_forums>ul.bb-sidebar-forums>li a::before{content:"";width:13px;display:inline-block;height:13px;margin-left:7px;border-radius:50%;border:1px solid var(--bb-content-border-color);position:relative;top:1px;background-color:rgba(var(--bb-primary-color-rgb),.5)} - -.widget_display_forums>ul.bb-sidebar-forums ul.bb-sidebar-forums li a::before{visibility:hidden} - -.bbpress-widget-area-sidebar .bb-quick-links{list-style:none;padding:0;margin:0 0 20px;font-size:14px} - -.bbpress-widget-area-sidebar .bb-quick-links.bb-topics-link{margin:-10px 0} - -.bbpress-widget-area-sidebar .bb-quick-links li{margin:0} - -.bbpress-widget-area-sidebar .bb-quick-links a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--bb-headings-color);opacity:.4;line-height:1;padding:10px 20px;-webkit-transition:.3s all;transition:.3s all} - -.bbpress-widget-area-sidebar .bb-quick-links a:hover{opacity:.9;color:var(--bb-headings-color)} - -.bbpress-widget-area-sidebar .bb-quick-links a.selected{opacity:1} - -.bbpress-widget-area-sidebar .bb-quick-links .bb-svg-icon{margin-left:10px} - -.bbpress-widget-topicby .bb-quick-links a{padding:10px 0} - -.bs-topic-form-wrap .bbp-topic-form{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0 -20px} - -.bs-topic-form-wrap input[type=text],.bs-topic-form-wrap select{width:100%;border-radius:0;border-left:0;border-right:0} - -.bs-topic-form-wrap .vue-input-tag-wrapper{border:1px solid #dedfe2;appearance:initial;border-right:0;border-left:0} - -.bs-topic-form-wrap .vue-html5-editor{border-right:0;border-left:0;border-radius:0} - -.bbp-form-head{margin-bottom:15px} - -.bs-topic-avatar-wrap{margin-left:15px} - -.bs-topic-avatar-wrap .avatar{max-width:48px} - -.medium-editor-element,.medium-editor-placeholder{background-color:var(--bb-content-background-color);padding:20px 25px 0;cursor:text;text-align:right;outline:0;min-height:60px} - -.bb-bbp-form{margin:0} - -.bbp-form-fields-bottom-wrap{border-top:1px solid var(--bb-content-border-color)} - -.bb-topic-tags-wrap{border-bottom:1px solid var(--bb-content-border-color);padding:10px 15px} - -.bb-bbp-form .vue-input-tag-wrapper.vue-input-tag-wrapper{border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-right:10px;padding:5px 0;-webkit-box-flex:1;-ms-flex:1;flex:1} - -.bb-bbp-form [name=bbp_topic_content]{border-radius:0;min-height:80px;max-height:30vh;overflow:auto;padding:0} - -.bb-resize-to-full .bb-bbp-form [name=bbp_topic_content]{min-height:50vh;max-height:54vh} - -.bb-bbp-form textarea[name=bbp_reply_content],.bb-bbp-form textarea[name=bbp_topic_content]{width:100%;border:none} - -.modal-container.bbp-topic-form{border-radius:8px 8px 0 0;padding:15px 15px 0} - -.modal-container.bb-reply-form{border-radius:8px 8px 0 0;padding:15px} - -.bb-bbp-form-fields-wrap{margin:0 -15px} - -.bbp-topic-content-wrap{margin:0 0 15px} - -.bb-bbp-form input[type=text]{border-radius:0;border:0;padding:0;margin:0;width:100%} - -.bb-bbp-form input.new-tag{width:auto;height:auto;min-height:24px} - -.bb-bbp-form-fields-wrap input[type=text]:focus{border-color:var(--bb-content-border-color)} - -.bb-bbp-form-fields-wrap .medium-editor-placeholder-relative::after,.bb-bbp-form-fields-wrap .medium-editor-placeholder::after{width:100%;color:#c3c6c9;font-style:normal;padding:0} - -.bbp-form-footer{-ms-flex-flow:row wrap;flex-flow:row wrap;padding:15px} - -label[for=bbp_reply_subscription],label[for=bbp_topic_subscription]{font-size:15px;color:var(--bb-body-text-color);letter-spacing:-.24px} - -.bb-bbp-form a.bb-btn-cancle.bb-btn-cancle{font-size:14px;color:var(--bb-alternate-text-color);letter-spacing:-.24px} - -.bbp-form-footer .button{min-width:110px;margin-right:15px} - -.medium-editor-toolbar .medium-editor-toolbar-actions{background:var(--bb-headings-color);border-radius:4px;height:44px;padding:0} - -div.medium-editor-toolbar li button{background:100% 0;border-radius:0;padding:10px;-webkit-transition:initial;transition:initial;border:0} - -.bb-form-multiple-options{font-size:13px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:6px 15px;-ms-flex-flow:row wrap;flex-flow:row wrap} - -.bb-form-multiple-options>div{max-width:32%} - -.bb-form-multiple-options label{color:#999;font-size:12px} - -.bb-form-multiple-options select{color:inherit;font-size:13px;height:32px;width:100%} - -div.medium-toolbar-arrow-over::before,div.medium-toolbar-arrow-under::after{display:none} - -#bb-form-reply-wrapper,#bb-form-topic-wrapper{position:fixed;bottom:-400px;z-index:1111;width:100%;-webkit-transition:.4s bottom;transition:.4s bottom} - -#bb-form-reply-wrapper:empty,#bb-form-topic-wrapper:empty{visibility:hidden;opacity:0} - -#bb-form-reply-wrapper .infinite-loading-container .infinite-status-prompt,#bb-form-topic-wrapper .infinite-loading-container .infinite-status-prompt{display:none} - -#bb-form-reply-wrapper.show,#bb-form-topic-wrapper.show{bottom:0;-webkit-transition:.4s bottom;transition:.4s bottom} - -.bb-flyform-actions{position:absolute;left:15px;top:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.bb-resize-to-minimize .bb-flyform-actions{top:25px} - -.bb-flyform-actions a{margin-right:10px;color:rgba(18,43,70,.4)} - -body.bb-resize-to-full #bb-form-reply-wrapper,body.bb-resize-to-full #bb-form-topic-wrapper{max-width:100%!important;right:0;left:0;top:0} - -body.bb-resize-to-full #bb-form-reply-wrapper .bbp-form{min-height:100vh} - -body.bb-resize-to-full .modal-container.bbp-topic-form{min-height:100vh;border-radius:0} - -body.bb-resize-to-full .bbp-form{min-height:-webkit-calc(100vh - 15px);min-height:calc(100vh - 15px);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column} - -body.bb-resize-to-full .bbp-form-fields-bottom-wrap{margin-top:auto} - -#replies-content{min-height:100vh} - -#replies-content .infinite-status-prompt{padding:0} - -#replies-content span:empty{display:none} - -body.bb-resize-to-full .bb-resize-large,body.bb-resize-to-minimize .bb-minimize,body:not(.bb-resize-to-full) .bb-resize-small,body:not(.bb-resize-to-minimize) .bb-maximize{display:none} - -body.bb-resize-to-minimize #bb-form-reply-wrapper.show,body.bb-resize-to-minimize #bb-form-topic-wrapper.show{bottom:auto;top:-webkit-calc(100vh - 70px);top:calc(100vh - 70px)} - -.item-meta.bb-reply-title{padding-right:12px;font-weight:500;font-size:16px;color:var(--bb-headings-color);min-width:0} - -.item-meta.bb-reply-title span{display:inline-block;width:80%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;vertical-align:middle;line-height:1;padding-right:5px} - -.bbp-reply-form{width:100%} - -.bb-reply-form-elem .avatar{max-width:48px} - -.bb-reply-form-elem .bb-tags-wrap{border-bottom:1px solid var(--bb-content-border-color);padding:0 15px} - -.bb-reply-form-elem .bb-bbp-form-fields-wrap .medium-editor-placeholder-relative::after,.bb-reply-form-elem .bb-bbp-form-fields-wrap .medium-editor-placeholder::after{padding:0 15px;top:10px} - -.bb-reply-form-elem .medium-editor-element,.bb-reply-form-elem .medium-editor-placeholder{min-height:80px;padding:10px 15px 0} - -div.vue-input-tag-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;outline:0} - -div.vue-input-tag-wrapper .input-tag{margin:2px;padding:3px 8px;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:center;align-self:center;line-height:1.2} - -div.vue-input-tag-wrapper .input-tag span{display:inline-block;line-height:1;margin-left:4px} - -.item-title.bb-tag-letter{font-size:28px;font-weight:700;margin:2px 5px 0 20px;line-height:1;min-width:22px} - -ul.bb-tags-list{margin:0;list-style:none} - -ul.bb-tags-list li:not(:last-child){margin-bottom:7px} - -.bb-forum-search-content{font-size:14px;color:var(--bb-headings-color);letter-spacing:-.24px;line-height:1.58;margin-top:16px;margin-bottom:10px;background:#f7fafe} - -.bb-forum-search-content>*{background:#f7fafe;border-radius:4px;margin-bottom:3px;padding:15px} - -.bb-forum-search-content>:last-child{margin-bottom:0} - -.bb-forum-search-content .highlight{background:#f9bb2d;color:#fff;padding:0 1px} - -.bb-forum-search-content p:empty{display:none} - -.item-title .highlight{background:#f9bb2d;color:#fff;padding:0 1px} - -.bb-tag-title{height:34px;position:relative} - -.bb-tag-title>a{background:#eef0f3;border-radius:4px;display:inline-block;font-size:16px;color:rgba(18,43,70,.6);letter-spacing:-.24px;line-height:1;padding:9px 20px;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap} - -.bb-tag-title .bb-tag-bg{background:#eef0f3;border-radius:4px;right:0;height:34px;position:absolute} - -.bb-tag-count-wrap{font-size:14px;color:var(--bb-alternate-text-color);letter-spacing:-.24px;text-align:left;margin-right:10px;min-width:30px} - -span.topics-count{font-size:12px;color:var(--bb-alternate-text-color);letter-spacing:-.19px;text-align:left} - -.bb-reply-edit-form .bb-model-header{background:var(--bb-content-alternate-background-color);box-shadow:0 1px 0 0 #eef0f3;border-radius:4px 4px 0 0;padding:15px 25px;margin:-20px -30px 30px} - -.bb-reply-edit-form .bb-model-header h4{font-size:17px;font-weight:500;margin:0} - -.bb-reply-edit-form .medium-editor-element{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:3px;box-shadow:none;margin-bottom:15px;padding:5px 12px} - -.bb-reply-edit-form .bb-topic-tags-wrap{border:1px solid var(--bb-content-border-color);padding:10px 15px;border-radius:3px;margin-top:15px;margin-bottom:15px} - -.bb-reply-edit-form .vue-input-tag-wrapper .new-tag{width:auto} - -.bb-reply-edit-form input[name=bbp_reply_edit_reason]{border:1px solid var(--bb-content-border-color);padding:5px 15px;border-radius:3px;font-size:14px;margin-bottom:15px} - -.bb-reply-edit-form .bbp-form-footer{border-top:1px solid var(--bb-content-border-color);margin:10px -30px -15px;padding:15px 30px 0} - -.bb-reply-edit-form label{font-size:14px;color:var(--bb-body-text-color);letter-spacing:-.24px} - -.bb-search-forums-meta.bb-mobile-only{display:none} - -.component-fade-enter-active,.component-fade-leave-active{-webkit-transition:opacity .3s ease;transition:opacity .3s ease} - -.component-fade-enter,.component-fade-leave-to{opacity:0} - -.list-item{display:inline-block;margin-left:10px} - -.list-enter-active,.list-leave-active{-webkit-transition:all .5s;transition:all .5s} - -.list-enter,.list-leave-to{opacity:0;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)} - -.bb-bbpress-profile-card div#object-nav{border-bottom:0!important} - -.bb-bbpress-profile-card .profile-item-header{margin-bottom:10px} - -.bb-bbpress-profile-card .bb-role,.bb-bbpress-profile-card .item-meta{font-size:15px;color:#939597;margin-bottom:10px} - -.bb-bbpress-profile-card .bb-description{color:var(--bb-body-text-color);margin-bottom:15px} - -.bb-edit-user-form-wrap{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;margin-bottom:20px} - -.bb-edit-user-form-wrap #bbp-your-profile{border:0;background:100% 0;padding:25px 40px;margin:0;max-width:640px;width:100%} - -.bb-edit-user-form-wrap legend{display:none} - -.bb-edit-user-form-wrap label{display:block;font-size:15px;color:var(--bb-body-text-color);letter-spacing:-.27px;line-height:1.1;margin-bottom:10px} - -.bb-edit-user-form-wrap input[type=password],.bb-edit-user-form-wrap input[type=text],.bb-edit-user-form-wrap select,.bb-edit-user-form-wrap textarea{line-height:1.4;width:100%} - -.bb-edit-user-form-wrap .bbp-form>div{margin-bottom:25px} - -#bbpress-forums .bb-edit-user-form-wrap fieldset.bbp-form,.bb-edit-user-form-wrap fieldset{border:0;padding:0;margin-bottom:20px;margin-top:0} - -.bb-edit-user-form-wrap .entry-title{font-weight:500;font-size:20px;line-height:24px;margin-bottom:20px} - -.bb-edit-user-form-wrap .bbp-form.password .description{display:block;font-size:15px;color:var(--bb-body-text-color);letter-spacing:-.27px;line-height:1.3;margin-bottom:10px} - -.bb-edit-user-form-wrap .bbp-form.password input{margin-bottom:20px} - -.bb-edit-user-form-wrap .bbp-form.password br{display:none} - -.bb-edit-user-form-wrap #pass-strength-result:empty{display:none} - -.bb-edit-user-form-wrap #bbp_user_edit_submit{min-width:200px;min-height:48px} - -.topic-item-meta h3{font-size:16px;font-weight:500;margin:0 0 20px} - -.bb-topic-content-textarea{resize:none;padding:5px 12px;width:100%} - -.bb-reply-content-text{resize:none;width:100%} - -body:not(.logged-in) .bbp-form-fields-bottom-wrap.bb-tags-field-container{border-top:0} - -.button.btn-new-topic{margin-bottom:20px} - -.bs-topics-wrapper .btn-new-topic{margin:0 20px 0 0} - -.modal-container textarea{width:100%;resize:none} - -.bbpress.single .hentry blockquote::before{display:block} - -#bbp_editor_reply_content>p:last-child{margin-bottom:0!important}@media (max-width:680px){ - -.bb-search-title-head{-ms-flex-flow:row wrap;flex-flow:row wrap} - -.bb-search-title-head .bb-search-forums-meta{display:none} - -.bb-search-forums-meta.bb-mobile-only{margin-top:10px;display:block} - -.bb-bbp-form{padding-top:40px} - -.bb-resize-to-minimize .bb-bbp-form{padding-top:0} - -.bb-resize-to-minimize .bb-title-wrap,.bb-resize-to-minimize .item-meta.bb-reply-title{display:none} - -.bb-bbp-form input[type=text]{padding:0} - -.bb-form-multiple-options>div{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:10px} - -body:not(logged-in) .bb-form-multiple-options>div{max-width:100%} - -.bbp-submit-wrapper.push-right{margin:10px auto 10px 0} - -.bb-resize-to-full .bb-bbp-form [name=bbp_topic_content]{min-height:20vh;max-height:20vh} - -body.bb-resize-to-full .bbp-form-fields-bottom-wrap{margin-top:0} - -.bb-bbp-form [name=bbp_topic_content]{min-height:60px;padding-right:3px} - -.modal-container.bbp-topic-form{overflow-y:auto;max-height:94vh;padding-bottom:50px} - -.bb-flyform-actions a.bb-minimize{display:none} - -.bb-bbp-form-fields-wrap .medium-editor-placeholder-relative::after,.bb-bbp-form-fields-wrap .medium-editor-placeholder::after{padding-right:3px}}@media (max-width:340px){ - -.bb-bbp-form input[type=text]{height:20px} - -label[for=bbp_reply_subscription],label[for=bbp_topic_subscription]{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1.3}}@media only screen and (max-device-width:680px){ - -.bbp-topic-content-wrap.bb-bbp-form-fields-wrap{text-indent:-2px}} - -.bs-single-topic-sidebar{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;max-width:200px;padding-top:.9375rem} - -.bs-single-topic-sidebar{padding-top:0;padding-bottom:100px} - -.bs-single-topic-sidebar .btn-reply{margin-bottom:10px} - -.bs-single-topic-sidebar.float aside{position:fixed;top:5px} - -.bb-topic-favorite-link-wrap.mobile-only,.bb-topic-reply-link-wrap.mobile-only,.bb-topic-subscription-link-wrap.mobile-only{text-align:center} - -.bb-topic-favorite-link-wrap.mobile-only .bbp-topic-login-link,.bb-topic-favorite-link-wrap.mobile-only .bbp-topic-reply-link,.bb-topic-favorite-link-wrap.mobile-only .favorite-toggle,.bb-topic-favorite-link-wrap.mobile-only .subscription-toggle,.bb-topic-reply-link-wrap.mobile-only .bbp-topic-login-link,.bb-topic-reply-link-wrap.mobile-only .bbp-topic-reply-link,.bb-topic-reply-link-wrap.mobile-only .favorite-toggle,.bb-topic-reply-link-wrap.mobile-only .subscription-toggle,.bb-topic-subscription-link-wrap.mobile-only .bbp-topic-login-link,.bb-topic-subscription-link-wrap.mobile-only .bbp-topic-reply-link,.bb-topic-subscription-link-wrap.mobile-only .favorite-toggle,.bb-topic-subscription-link-wrap.mobile-only .subscription-toggle{max-width:300px}@media (min-width:1031px){ - -.bb-topic-favorite-link-wrap.mobile-only,.bb-topic-reply-link-wrap.mobile-only,.bb-topic-subscription-link-wrap.mobile-only{display:none}}@media (max-width:1030px){ - -.bs-single-topic-sidebar{display:none}} - -#bbpress-forums h1.bb-reply-topic-title{font-family:inherit;font-size:22px;line-height:1.2;letter-spacing:-.24px;margin:0;-webkit-box-flex:1;-ms-flex:1;flex:1} - -.bb-topic-reply-link-wrap,.bb-topic-subscription-link-wrap{margin-bottom:10px} - -.bbp-topic-login-link,.bbp-topic-reply-link,.favorite-toggle,.subscription-toggle{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);font-size:15px;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:0;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;-webkit-transition:all linear .2s;transition:all linear .2s} - -.bbp-topic-login-link:focus,.bbp-topic-reply-link:focus,.favorite-toggle:focus,.subscription-toggle:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.bbp-topic-login-link:hover,.bbp-topic-reply-link:hover,.favorite-toggle:hover,.subscription-toggle:hover{outline:0;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)} - -.bbp-topic-login-link:active,.bbp-topic-reply-link:active,.favorite-toggle:active,.subscription-toggle:active{outline:0;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)} - -.bbp-topic-login-link.disabled,.bbp-topic-reply-link.disabled,.favorite-toggle.disabled,.subscription-toggle.disabled{cursor:default;font-style:normal;color:#c8cbcf;background-color:#f5f5f5;opacity:1} - -.favorite-toggle,.subscription-toggle{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color)} - -.favorite-toggle:focus,.subscription-toggle:focus{box-shadow:var(--bb-outline-button-focus-shadow)} - -.favorite-toggle:hover,.subscription-toggle: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);box-shadow:none} - -.favorite-toggle:active,.subscription-toggle: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);box-shadow:0 0 1px 2px rgba(0,0,0,.05),inset 0 0 0 2px rgba(0,0,0,.08)} - -.favorite-toggle.disabled,.favorite-toggle:disabled,.subscription-toggle.disabled,.subscription-toggle:disabled{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color);opacity:.5;pointer-events:none;cursor:default} - -.bbp-admin-links .bbp-topic-close-link,.bbp-admin-links .bbp-topic-reply-link,.bbp-admin-links .bbp-topic-sticky-link,.bbp-admin-links .bbp-topic-super-sticky-link{display:none} - -#bbpress-forums#bbpress-forums .bb-user-subscribed a.subscription-toggle{border:0;width:auto!important;min-width:10px;padding:0;height:auto} - -#bbpress-forums fieldset.bbp-form label{color:inherit;font-size:15px;letter-spacing:-.24px;margin-bottom:5px;line-height:1.187} - -#bbpress-forums fieldset.bbp-form input[type=text]{width:100%} - -#bbpress-forums fieldset.bbp-form .bb-checkbox-label,#bbpress-forums fieldset.bbp-form .bb-radio-label{display:inline-block} - -body.page .bbp-reply-form code,body.page .bbp-topic-form code,body.reply-edit .bbp-reply-form code,body.single-forum .bbp-topic-form code,body.single-topic .bbp-reply-form code,body.topic-edit .bbp-topic-form code{font-size:11px;line-height:1.5;width:auto} - -#bbpress-forums fieldset select#bbp_forum_id{max-width:100%} - -h2.bb-form-title{font-size:20px;margin-bottom:20px} - -.bbp-the-content-wrapper{margin-bottom:1.5rem} - -fieldset.bbp-form{border:0;margin-right:0;margin-left:0;padding:0} - -.bs-header-item>.reply{-webkit-box-flex:1;-ms-flex:1;flex:1} - -.bbp-pagination.bbp-pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-bottom:30px} - -.bbp-login-form{max-width:600px;width:100%} - -.bbp-login-form .bbp-form>div{margin:0 0 1.6875rem} - -.bbp-login-form legend{border-bottom:1px solid #dedfe2;color:var(--bb-headings-color);font-weight:600;display:block;margin-bottom:30px;padding-bottom:10px;width:100%} - -.bbp-login-form .bbp-email,.bbp-login-form .bbp-password,.bbp-login-form .bbp-username{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} - -.bbp-login-form .bbp-email label,.bbp-login-form .bbp-password label,.bbp-login-form .bbp-username label{-webkit-box-flex:0;-ms-flex:0 0 24%;flex:0 0 24%;min-width:130px;padding-left:15px} - -.bbp-login-form .bbp-email input,.bbp-login-form .bbp-password input,.bbp-login-form .bbp-username input{-webkit-box-flex:1;-ms-flex:1;flex:1} - -.bbp-login-form .bbp-username p{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;width:100%} - -.bbp-login-form .bbp-username p .hide{display:block!important}@media (max-width:580px){ - -.bb-form-select-fields>*,.bbp-login-form .bbp-email label,.bbp-login-form .bbp-password label,.bbp-login-form .bbp-username label,.bbp-login-form .bbp-username p .hide{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}} - -.bb-item-avatar-wrap{position:relative} - -div.bbp-submit-wrapper{float:right;margin-top:0} - -div.bbp-submit-wrapper .button.submit{min-width:140px;font-weight:500} - -#bbpress-forums .bs-single-forum-list>li{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);margin:0 0 -1px;padding:0;position:relative} - -#bbpress-forums .bs-single-forum-list>li .bs-reply-list-item{padding:15px 30px;-webkit-transition:none;transition:none} - -.bbp-user-page.single .bb-profile-grid #bbpress-forums .bs-single-forum-list.bs-item-list.list-view li:first-child{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0} - -.bbp-user-page.single .bb-profile-grid #bbpress-forums .bs-single-forum-list.bs-item-list.list-view li:first-child:last-child{border-radius:var(--bb-block-radius)} - -#bbpress-forums .bs-single-forum-list>li.bs-header-item{padding-top:25px;padding-bottom:25px} - -#bbpress-forums .bs-single-forum-list>li.bs-header-item.header-total-reply-count{color:var(--bb-headings-color);border-top:0;border-bottom:0;border-radius:0;font-size:14px;font-weight:600;letter-spacing:-.24px} - -#bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .bs-item-wrap{padding:15px 30px} - -#bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .bs-item-wrap:hover{box-shadow:none;border-right-color:var(--bb-content-border-color);border-left-color:var(--bb-content-border-color)} - -#bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .bs-item-wrap.topic-lead>.item{width:100%} - -#bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .bs-header-item.bs-item-wrap:not(.header-total-reply-count){padding-top:25px;padding-bottom:25px} - -#bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .item-title{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px;position:relative} - -#bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .item-title>a{font-size:22px;line-height:1.2;-webkit-box-flex:1;-ms-flex:1;flex:1;word-break:break-word} - -.bbpress .bbp-user-section .bp-feedback{margin-bottom:1.6875rem} - -.bp-feedback.help .bp-icon,.bp-feedback.info .bp-icon{background-color:var(--bb-default-notice-color)} - -.bs-reply-button{font-size:16px;color:#c3c6c9} - -.bs-single-forum-list .single-item-meta{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:15px} - -.bs-single-forum-list .item-meta h3{font-size:14px;letter-spacing:-.24px;line-height:1.2;margin-bottom:5px;font-family:inherit} - -.bs-single-forum-list .item-meta a{color:var(--bb-headings-color)} - -.bs-single-forum-list .item-meta a[href=""]{pointer-events:none} - -.bs-single-forum-list .item-meta a:hover{color:var(--bb-primary-color)} - -.bs-single-forum-list .bb-liked .bb-icon-like{color:var(--bb-primary-color)} - -.bs-single-forum-list span.bs-timestamp{font-size:12px;color:var(--bb-alternate-text-color);letter-spacing:-.18px} - -.bs-single-forum-list .single-item-meta.secondary-meta{border-top:1px solid var(--bb-content-border-color);color:var(--bb-body-text-color);padding-top:15px} - -.bs-single-forum-list .children{border-top:1px solid var(--bb-content-border-color);margin-right:0;padding-right:50px;padding-top:15px} - -#content .bs-single-forum-list .item-meta h3{margin-bottom:5px} - -.bs-reply-list-item:last-child .single-item-meta{margin-bottom:0} - -.bs-reply-list-item.trash{background-color:rgba(239,62,70,.1)} - -.bs-reply-list-item.spam{background-color:rgba(77,92,109,.1)} - -.bs-reply-list{list-style:none;margin:0} - -.bs-reply-list li.bs-reply-list-item:not(:last-child){border-bottom:1px solid var(--bb-content-border-color);margin-bottom:20px} - -.bs-reply-list .bb-icon-like{font-size:25px;color:#939597} - -.bs-reply-list ul:empty{display:none} - -.bs-forum-content{font-size:14px;letter-spacing:-.24px;line-height:1.5;margin-bottom:20px} - -.bs-forum-content p{margin-bottom:20px} - -.bs-forum-content table[style]{width:100%!important} - -.bs-reply-header{margin-bottom:15px} - -.single-item-meta.secondary-meta span:not(.bs-meta-item){color:var(--bb-body-text-color)} - -.bs-single-forum-sidebar{padding-top:0} - -.bs-single-forum-sidebar .btn-reply{margin-bottom:10px} - -.bs-item-list.list-view li.bs-item-wrap.bs-topic-form-wrap:hover{box-shadow:none;border-right-color:var(--bb-content-border-color);border-left-color:var(--bb-content-border-color)} - -.bs-header-item .action.bs-forums-meta{display:inline-block;margin-left:5px} - -.single.single-topic #bbpress-forums#bbpress-forums .bs-item-wrap.bs-header-item .action.bs-forums-meta{padding:0;margin:0 0 18px} - -.single.single-topic #bbpress-forums#bbpress-forums .bs-item-wrap.bs-header-item .bs-meta-item{margin-right:0} - -#bbpress-forums .color.bs-meta-item,.bbpress .color.bs-meta-item{-webkit-transition:.2s linear all;transition:.2s linear all} - -#bbpress-forums .color.bs-meta-item:hover,.bbpress .color.bs-meta-item:hover{opacity:.8} - -.bs-single-forum-list+.bb-single-reply-list.list-view{margin-top:-1px} - -.bs-item-list.bs-single-forum-list{margin-bottom:40px} - -.bb-threaded-replies{list-style:none;margin-top:20px;border-top:1px solid var(--bb-content-border-color);padding-top:20px} - -#bbpress-forums #replies-content .bs-reply-list-item.depth-2{padding-right:65px} - -#bbpress-forums #replies-content .bs-reply-list-item.depth-3{padding-right:105px} - -#bbpress-forums #replies-content .bs-reply-list-item.depth-4{padding-right:145px} - -#bbpress-forums #replies-content .bs-reply-list-item.depth-5{padding-right:185px} - -#bbpress-forums #replies-content .bs-reply-list-item.depth-6{padding-right:225px} - -.bs-forum-content blockquote:not(.wp-embedded-content),.medium-editor-element blockquote:not(.wp-embedded-content){border-radius:4px;padding:12px;font-size:22px;letter-spacing:-.24px;line-height:30px;position:relative;margin:0 0 15px;background:#fafafa;border:1px solid var(--bb-content-border-color)} - -.bs-forum-content blockquote:not(.wp-embedded-content)::before,.medium-editor-element blockquote:not(.wp-embedded-content)::before{content:"\ef02";font-family:bb-icons;font-style:normal;font-weight:400;display:block;text-align:center;font-variant:normal;color:#92949d;width:30px;height:30px;font-size:22px;line-height:30px;background:#e2e1e0;background-color:rgba(0,0,0,.1);border-radius:100%;margin-bottom:10px} - -.bs-forum-content blockquote:not(.wp-embedded-content) p,.medium-editor-element blockquote:not(.wp-embedded-content) p{font-size:20px} - -.bs-forum-content blockquote:not(.wp-embedded-content) p:last-child,.medium-editor-element blockquote:not(.wp-embedded-content) p:last-child{margin-bottom:0} - -.bs-forum-content blockquote:not(.wp-embedded-content) em,.medium-editor-element blockquote:not(.wp-embedded-content) em{font-size:14px;color:#fff;line-height:18px;display:block;margin-top:20px;font-style:normal} - -.bs-forum-content blockquote:not(.wp-embedded-content) a,.medium-editor-element blockquote:not(.wp-embedded-content) a{color:var(--bb-alternate-text-color)} - -.bb-loading .bb-cover-wrap,.bb-loading .bb-cover-wrap::after{background:var(--bb-content-border-color)} - -#bbpress-forums #replies-content .bs-single-forum-list .bs-item-wrap:not(.bs-header-item,.bs-topic-form-wrap){padding:0} - -#bbpress-forums #replies-content .bs-reply-list-item{margin-bottom:0;padding:15px 30px} - -#bbpress-forums #replies-content .contentinput{max-height:240px;min-height:75px;overflow:auto;font-size:14px;color:var(--bb-headings-color);letter-spacing:-.24px;line-height:22px} - -#bbpress-forums #replies-content .contentinput .h1,#bbpress-forums #replies-content .contentinput .h2,#bbpress-forums #replies-content .contentinput .h3,#bbpress-forums #replies-content .contentinput .h4,#bbpress-forums #replies-content .contentinput .h5,#bbpress-forums #replies-content .contentinput .h6,#bbpress-forums #replies-content .contentinput address,#bbpress-forums #replies-content .contentinput h1,#bbpress-forums #replies-content .contentinput h2,#bbpress-forums #replies-content .contentinput h3,#bbpress-forums #replies-content .contentinput h4,#bbpress-forums #replies-content .contentinput h5,#bbpress-forums #replies-content .contentinput h6,#bbpress-forums #replies-content .contentinput hr,#bbpress-forums #replies-content .contentinput p{margin-bottom:1rem} - -#bbpress-forums #replies-content .bs-single-forum-list .single-item-meta{margin-bottom:0} - -#bbpress-forums #replies-content .current-new-reply{opacity:.5} - -body:not(.logged-in) .bb-floating-form-wrapper .bb-anonymous-field-container{border-top:1px solid var(--bb-content-border-color);margin:0 -15px} - -body:not(.logged-in) .bb-floating-form-wrapper .bb-anonymous-field-container .bb-field-wrap{border-bottom:1px solid var(--bb-content-border-color);margin:0} - -body:not(.logged-in) .bb-floating-form-wrapper .bb-anonymous-field-container input[type=text]{padding:0 15px} - -body:not(.logged-in) .bb-floating-form-wrapper .bbp-form-fields-bottom-wrap{border-top:0} - -body:not(.logged-in) .bb-floating-form-wrapper .bb-form-multiple-options>div{max-width:100%} - -.bb-model-form .dropdown.v-select .selected-tag{min-width:88%;line-height:1.2} - -#bbpress-forums blockquote.wp-embedded-content>a,#bbpress-forums blockquote.wp-embedded-content>p:first-child>a{font-weight:600}@media (max-width:768px){ - -.bbpress-widget-area-sidebar{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -#bb-user-topics-content{margin-bottom:20px}}@media (max-width:800px){ - -#bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .item-title{-ms-flex-flow:row wrap;flex-flow:row wrap} - -#bbpress-forums h1.bb-reply-topic-title{margin-bottom:15px} - -#bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .item-title>a,.bs-header-item .bb-topic-states{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -#bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .item-title>a{margin-bottom:10px}} - -.bb-sticky .bbp-topic-super-sticky-link,.bb-super-sticky.unsticky .bbp-topic-sticky-link{display:none!important} - -#bbpress-forums div.bbp-forum-author,#bbpress-forums div.bbp-reply-author,#bbpress-forums div.bbp-topic-author{width:auto} - -#bbpress-forums div.bbp-forum-content,#bbpress-forums div.bbp-reply-content,#bbpress-forums div.bbp-topic-content{padding:0;margin:0} - -#bbpress-forums div.bbp-forum-content .item-action-wrap,#bbpress-forums div.bbp-forum-content .media-action-wrap,#bbpress-forums div.bbp-reply-content .item-action-wrap,#bbpress-forums div.bbp-reply-content .media-action-wrap,#bbpress-forums div.bbp-topic-content .item-action-wrap,#bbpress-forums div.bbp-topic-content .media-action-wrap{top:13px;left:11px} - -#bbpress-forums div.bbp-forum-content .item-action-wrap>a,#bbpress-forums div.bbp-forum-content .media-action-wrap>a,#bbpress-forums div.bbp-reply-content .item-action-wrap>a,#bbpress-forums div.bbp-reply-content .media-action-wrap>a,#bbpress-forums div.bbp-topic-content .item-action-wrap>a,#bbpress-forums div.bbp-topic-content .media-action-wrap>a{background-color:rgba(0,0,0,.8)} - -#bbpress-forums div.bbp-forum-content .item-action_list,#bbpress-forums div.bbp-forum-content .media-action_list,#bbpress-forums div.bbp-reply-content .item-action_list,#bbpress-forums div.bbp-reply-content .media-action_list,#bbpress-forums div.bbp-topic-content .item-action_list,#bbpress-forums div.bbp-topic-content .media-action_list{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius)} - -#bbpress-forums div.bbp-forum-content .item-action_list ul,#bbpress-forums div.bbp-forum-content .media-action_list ul,#bbpress-forums div.bbp-reply-content .item-action_list ul,#bbpress-forums div.bbp-reply-content .media-action_list ul,#bbpress-forums div.bbp-topic-content .item-action_list ul,#bbpress-forums div.bbp-topic-content .media-action_list ul{border-radius:var(--bb-block-radius);padding:8px;margin:0} - -#bbpress-forums div.bbp-forum-content .item-action_list ul li,#bbpress-forums div.bbp-forum-content .media-action_list ul li,#bbpress-forums div.bbp-reply-content .item-action_list ul li,#bbpress-forums div.bbp-reply-content .media-action_list ul li,#bbpress-forums div.bbp-topic-content .item-action_list ul li,#bbpress-forums div.bbp-topic-content .media-action_list ul li{list-style:none} - -#bbpress-forums div.bbp-forum-content .item-action_list ul li a,#bbpress-forums div.bbp-forum-content .media-action_list ul li a,#bbpress-forums div.bbp-reply-content .item-action_list ul li a,#bbpress-forums div.bbp-reply-content .media-action_list ul li a,#bbpress-forums div.bbp-topic-content .item-action_list ul li a,#bbpress-forums div.bbp-topic-content .media-action_list ul li a{border-radius:var(--bb-block-radius);color:var(--bb-body-text-color);display:block;padding:10px 14px} - -#bbpress-forums div.bbp-forum-content .item-action_list ul li a:hover,#bbpress-forums div.bbp-forum-content .media-action_list ul li a:hover,#bbpress-forums div.bbp-reply-content .item-action_list ul li a:hover,#bbpress-forums div.bbp-reply-content .media-action_list ul li a:hover,#bbpress-forums div.bbp-topic-content .item-action_list ul li a:hover,#bbpress-forums div.bbp-topic-content .media-action_list ul li a:hover{background-color:var(--bb-content-alternate-background-color)} - -#bbpress-forums div.bbp-forum-content .item-action_list ul li a::before,#bbpress-forums div.bbp-forum-content .media-action_list ul li a::before,#bbpress-forums div.bbp-reply-content .item-action_list ul li a::before,#bbpress-forums div.bbp-reply-content .media-action_list ul li a::before,#bbpress-forums div.bbp-topic-content .item-action_list ul li a::before,#bbpress-forums div.bbp-topic-content .media-action_list ul li a::before{color:var(--bb-alternate-text-color)} - -#bbpress-forums div.bbp-forum-content .bb-link-preview-container,#bbpress-forums div.bbp-reply-content .bb-link-preview-container,#bbpress-forums div.bbp-topic-content .bb-link-preview-container{margin:3px 0 3px 3px;width:-webkit-calc(100% - 6px);width:calc(100% - 6px)} - -#bbpress-forums div.bbp-reply-content a.bp-video-thumbnail-submit{background-color:var(--bb-primary-color)} - -.bbp-reply-content.bs-forum-content p:last-child{margin:0} - -.bs-reply-header .bbp-author-role{display:inline-block;margin-left:5px;margin-bottom:4px} - -#bbpress-forums#bbpress-forums .bs-forums-items .item-meta>span.bs-timestamp{line-height:1;margin-top:0} - -#bbpress-forums ul.bbp-threaded-replies{list-style:none;margin-right:0;margin-bottom:0}@media (max-width:1000px){ - -#bbpress-forums ul.bbp-threaded-replies{margin-right:15px}}@media (max-width:800px){ - -#bbpress-forums ul.bbp-threaded-replies{margin-right:10px}} - -#bbpress-forums ul.bbp-threaded-replies .item-avatar{margin-left:12px} - -#bbpress-forums ul.bbp-threaded-replies .bbp-author-avatar,#bbpress-forums ul.bbp-threaded-replies .item-avatar .avatar{max-width:36px!important;min-width:36px!important} - -#bbpress-forums ul.bbp-threaded-replies .bs-reply-list-item{padding:20px 60px 20px 30px} - -#bbpress-forums ul.bbp-threaded-replies .depth-3>.bs-reply-list-item{padding-right:90px} - -#bbpress-forums ul.bbp-threaded-replies .depth-4>.bs-reply-list-item{padding-right:120px} - -#bbpress-forums ul.bbp-threaded-replies .depth-5>.bs-reply-list-item{padding-right:150px} - -#bbpress-forums ul.bbp-threaded-replies .depth-6>.bs-reply-list-item{padding-right:180px} - -#bbpress-forums ul.bbp-threaded-replies .depth-7>.bs-reply-list-item{padding-right:210px} - -#bbpress-forums ul.bbp-threaded-replies .depth-8>.bs-reply-list-item{padding-right:240px} - -#bbpress-forums ul.bbp-threaded-replies .depth-9>.bs-reply-list-item{padding-right:270px} - -#bbpress-forums ul.bbp-threaded-replies .depth-10>.bs-reply-list-item{padding-right:300px}@media screen and (max-width:1000px){ - -#bbpress-forums ul.bbp-threaded-replies{margin-right:0} - -#bbpress-forums ul.bbp-threaded-replies .bs-reply-list-item{padding-right:30px} - -#bbpress-forums ul.bbp-threaded-replies .depth-3>.bs-reply-list-item{padding-right:60px} - -#bbpress-forums ul.bbp-threaded-replies .depth-4>.bs-reply-list-item{padding-right:90px} - -#bbpress-forums ul.bbp-threaded-replies .depth-5>.bs-reply-list-item{padding-right:120px} - -#bbpress-forums ul.bbp-threaded-replies .depth-6>.bs-reply-list-item{padding-right:160px} - -#bbpress-forums ul.bbp-threaded-replies .depth-7>.bs-reply-list-item{padding-right:180px} - -#bbpress-forums ul.bbp-threaded-replies .depth-8>.bs-reply-list-item{padding-right:210px} - -#bbpress-forums ul.bbp-threaded-replies .depth-9>.bs-reply-list-item{padding-right:240px} - -#bbpress-forums ul.bbp-threaded-replies .depth-10>.bs-reply-list-item{padding-right:270px}}@media screen and (max-width:800px){ - -#bbpress-forums ul.bbp-threaded-replies .bs-reply-list-item{padding-right:25px} - -#bbpress-forums ul.bbp-threaded-replies .depth-3>.bs-reply-list-item{padding-right:35px} - -#bbpress-forums ul.bbp-threaded-replies .depth-4>.bs-reply-list-item{padding-right:45px} - -#bbpress-forums ul.bbp-threaded-replies .depth-5>.bs-reply-list-item{padding-right:55px} - -#bbpress-forums ul.bbp-threaded-replies .depth-6>.bs-reply-list-item{padding-right:65px} - -#bbpress-forums ul.bbp-threaded-replies .depth-7>.bs-reply-list-item{padding-right:75px} - -#bbpress-forums ul.bbp-threaded-replies .depth-8>.bs-reply-list-item{padding-right:85px} - -#bbpress-forums ul.bbp-threaded-replies .depth-9>.bs-reply-list-item{padding-right:95px} - -#bbpress-forums ul.bbp-threaded-replies .depth-10>.bs-reply-list-item{padding-right:105px}} - -#bbpress-forums ul.bbp-threaded-replies li{margin-bottom:0} - -#bbpress-forums ul.bbp-threaded-replies .bs-reply-header{margin-bottom:5px} - -#bbpress-forums ul.bbp-threaded-replies .bbp-reply-content{line-height:1.4;margin-right:60px;padding-left:20px}@media only screen and (max-width:544px){ - -.has-sidebar.forums-sidebar.sidebar-left #secondary+.content-area{padding-top:0}} - -#bbpress-forums .bs-dropdown .bbp-admin-links{font-size:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:3px 0;width:100%} - -#bbpress-forums .bs-dropdown .bbp-admin-links a{margin:0;padding:9px 15px;display:block;text-align:right;color:var(--bb-body-text-color);opacity:1;font-size:13px;font-weight:inherit;letter-spacing:-.24px;width:100%;text-transform:none} - -#bbpress-forums .bs-dropdown .bbp-admin-links a:hover{color:var(--bb-primary-color)} - -#bbpress-forums .bs-dropdown .bbp-admin-links a.bbp-topic-reply-link{background-color:transparent;line-height:inherit;border:0;border-radius:inherit} - -#bbpress-forums .bs-dropdown .bbp-admin-links a.bbp-topic-reply-link:hover{background-color:#f5f5f5;box-shadow:none} - -#bbpress-forums .bs-dropdown .bbp-admin-links .bbp-topic-sticky-link,#bbpress-forums .bs-dropdown .bbp-admin-links .bbp-topic-super-sticky-link{display:none} - -#bbpress-forums .status-spam.even,#bbpress-forums .status-spam.odd,#bbpress-forums .status-trash.even,#bbpress-forums .status-trash.odd{width:auto} - -#bbpress-forums .bb-single-reply-list>li>.status-spam.even,#bbpress-forums .bb-single-reply-list>li>.status-spam.odd,#bbpress-forums .bb-single-reply-list>li>.status-trash.even,#bbpress-forums .bb-single-reply-list>li>.status-trash.odd{padding:15px 30px} - -#bbpress-forums .status-closed,#bbpress-forums .status-closed a{color:inherit} - -#bbpress-forums .bbp-reply-form fieldset.bbp-form legend{padding:0} - -#bbpress-forums fieldset.bbp-form{margin-bottom:30px;margin-top:30px} - -#bbpress-forums fieldset.bbp-form+fieldset.bbp-form{margin-top:0} - -#bbpress-forums fieldset.bbp-form legend{font-size:20px;font-weight:500;color:var(--bb-headings-color);display:block;letter-spacing:-.24px;line-height:1.2;margin-bottom:20px;padding:0} - -.bbp-user-section .bbp-pagination:first-child{display:none} - -.bbp-user-page h2.entry-title{font-size:20px;margin:0 0 16px} - -.buddypress-wrap #bbpress-forums>#subscription-toggle{display:inline-block;width:auto;margin-right:10px;margin-bottom:10px} - -#bbpress-forums>#subscription-toggle{margin-bottom:25px;display:block} - -#bbpress-forums>#subscription-toggle .subscription-toggle{min-width:160px;width:auto} - -#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar .button,#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar .button-secondary{color:#555;border-color:#ccc;background:#f7f7f7;box-shadow:0 1px 0 #ccc;vertical-align:top;height:auto;min-height:2px;border-radius:3px} - -.bbp-author-link-sep::before{content:"\00a0"} - -#bbpress-forums fieldset.bbp-form label[for=bbp_destination_topic]{display:block} - -select#bbp_destination_topic{min-width:40%;width:100%} - -#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content{font-size:13px;border:none;border-top:1px solid #e7e9ec;height:140px} - -#bbpress-forums .bbp-user-section{overflow:initial} - -.bbp-user-edit.single .bbp-profile-avatar-link,.bbp-user-page.single .bbp-profile-avatar-link{width:100%} - -div#bbpress-forums::after{content:"";display:table;clear:both} - -#bbp-user-wrapper.bb-bbp-user-wrapper ul#user_switching_switch_to{margin-bottom:20px} - -#bbpress-forums #bbp-user-wrapper.bb-bbp-user-wrapper .entry-title{margin-bottom:20px} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav .current a{color:var(--bb-headings-color)} - -#bbp-your-profile{background-color:#fff;border:1px solid var(--bb-content-border-color);padding:15px 20px;position:relative;border-radius:4px} - -#bbpress-forums #bbp-your-profile fieldset{padding:0} - -#bbpress-forums #bbp-your-profile fieldset label[for]{padding:0;text-align:right} - -#bbpress-forums #bbp-your-profile h2.entry-title{font-size:20px;border-bottom:1px solid rgba(0,0,0,.1);font-weight:500;padding-bottom:10px;padding-top:10px} - -#bbpress-forums #bbp-your-profile fieldset.submit{border:0;padding:0} - -#bbpress-forums #bbp-your-profile fieldset.submit button{float:right;min-width:180px;font-weight:500} - -#bbpress-forums #bbp-your-profile fieldset input,#bbpress-forums #bbp-your-profile fieldset select,#bbpress-forums #bbp-your-profile fieldset textarea{background-color:#fff;border:1px solid #dedfe2;border-radius:3px;box-shadow:none;padding:0 12px;width:60%} - -#bbpress-forums #bbp-your-profile fieldset fieldset.password{width:60%;display:block} - -#bbpress-forums .bb-edit-user-form-wrap #bbp-your-profile fieldset fieldset.password{width:100%} - -#bbpress-forums div.bbp-topic-tags{display:none} - -.single-item.groups.buddypress #bbpress-forums>h3{display:none} - -#bbpress-forums fieldset.bbp-form label[for=bbp_log_reply_edit],#bbpress-forums fieldset.bbp-form label[for=bbp_log_topic_edit]{font-weight:400;color:var(--bb-body-text-color)} - -.topic-archive .bs-header-item .btn-new-topic{display:none} - -.bbp-reply-revision-log .avatar,.bbp-topic-revision-log .avatar{vertical-align:middle} - -#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log,#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log{border-top:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color);margin-bottom:15px;padding:10px 0} - -.bbp-user-edit.single #bbpress-forums>.bbp-template-notice{margin-bottom:50px} - -#bbpress-forums#bbpress-forums .bs-forums-items.bs-item-list.list-view .bs-header-item div.action{padding-right:0;margin-top:5px;margin-bottom:5px} - -#bbpress-forums#bbpress-forums .bs-forums-items .item-title .bs-meta-item a{font-size:13px} - -.bbp-user-profile{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;padding:30px} - -#bbpress-forums .bs-single-forum-list.bb-single>li.bs-header-item{border-bottom:1px solid var(--bb-content-border-color)} - -#bbpress-forums#bbpress-forums .bs-single-forum-list.bb-single .status-spam{width:-webkit-calc(100% + 60px);width:calc(100% + 60px);margin-top:-25px;margin-bottom:-25px;border-radius:0 0 3px 3px} - -.bbp_widget_login .bbp-logged-in h5 .bb-mini-group-profile-card-area .bb-profile-card::before,.bbp_widget_login .bbp-logged-in h5 .bb-mini-profile-card-area .bb-profile-card::before{left:-55px} - -.bbp_widget_login .elementor-widget-container{width:100%} - -.bbp_widget_login .bbp-logged-in h5 a{color:var(--bb-headings-color)} - -.bbp_widget_login .bbp-logged-in h5 a:hover{color:var(--bb-primary-color)} - -.bbp-logged-in h5,.bp-login-widget-user-link{font-weight:500;font-size:16px;line-height:19px;font-family:inherit;margin-top:6px;margin-bottom:0;-webkit-font-smoothing:initial;-moz-osx-font-smoothing:initial} - -.bbp-logged-in h5 a,.bp-login-widget-user-link a{color:inherit}@media only screen and (max-width:640px){ - -#bbpress-forums #bbp-your-profile fieldset fieldset.password,#bbpress-forums #bbp-your-profile fieldset input,#bbpress-forums #bbp-your-profile fieldset label[for],#bbpress-forums #bbp-your-profile fieldset select,#bbpress-forums #bbp-your-profile fieldset textarea{width:100%}}@media only screen and (min-width:992px) and (max-width:1300px){ - -#bbpress-forums .bb-forums-list .lg-grid-1-3{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;max-width:33.33%}}@media (max-width:768px){ - -.topic-archive .bs-header-item .btn-new-topic{display:block}}@media only screen and (max-width:480px){ - -#bbpress-forums div.bbp-reply-author img.avatar{position:static;width:auto;height:auto} - -#buddypress h4.bb-active-order,h4.bb-active-order{-webkit-box-flex:0;-ms-flex:0 0 85%;flex:0 0 85%;margin:0} - -.bs-topics-wrapper .btn-new-topic{margin-right:10px;padding:8px 10px;font-size:13px}} - -.bbpress-sidebar .widget_tag_cloud{background-color:transparent;padding-right:0;padding-left:0;border:0} - -.bbpress-sidebar .widget_tag_cloud .tagcloud a{color:var(--bb-headings-color);font-size:14px!important;line-height:170%;padding-left:5px} - -.bbpress-sidebar .widget_tag_cloud .tagcloud a:hover{color:var(--bb-primary-color)} - -.bbp-topic-revision-log-item img{vertical-align:middle} - -.ggpopover.ggpopover{max-width:540px;width:82%;border-color:#ddd!important;border-radius:4px;box-shadow:0 3px 34px 0 rgba(94,98,102,.2)} - -.ggpopover .popover-title{border-radius:4px 4px 0 0} - -.ggpopover .popover-content{border-radius:4px} - -.ggpopover>.arrow{display:none} - -.bb-sidebar-forums li{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap} - -.bb-sidebar-forums a.bbp-forum-title{-webkit-box-flex:1;-ms-flex:1;flex:1} - -.bb-sidebar-forums .topics-count{margin-right:auto;padding-right:20px} - -.bb-sidebar-forums .bb-sidebar-forums{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:10px 0 -10px} - -.single.full-fi-invert:not(.groups) #bbpress-forums{padding-top:30px} - -.single.single-forum.full-fi-invert .entry-content #bbpress-forums{padding-top:0} - -#bbp_editor_forum_content{border-color:#dedfe2} - -#bbp_editor_forum_content:focus{color:inherit;border-color:var(--bb-content-border-color)} - -#bbp_editor_topic_content{border:0;border-top:1px solid var(--bb-content-border-color);border-radius:0} - -#bbp_editor_topic_content:focus{color:inherit;border-color:var(--bb-content-border-color)} - -.bbp-forum-buttons-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center;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} - -.bbp-forum-buttons-wrap>*{margin-right:15px;margin-bottom:20px} - -.bbp-forum-buttons-wrap .reported-content{opacity:.9} - -#bbpress-forums .bb-main-forum-title{margin:0 0 20px auto} - -span#subscription-toggle{float:none;display:block} - -.bbpress-sidebar #subscription-toggle{margin-bottom:20px} - -.bs-topic-sidebar-inner #subscription-toggle{font-size:0;width:100%} - -#subscription-toggle span{display:block} - -.mobile-only #subscription-toggle{float:none} - -.single-topic-sidebar-links .bb-topic-report-link-wrap{margin-top:-15px} - -.single-topic-sidebar-links .bb-topic-report-link-wrap a.report-content,.single-topic-sidebar-links .bb-topic-report-link-wrap a.reported-content{width:100%} - -.single-topic-sidebar-links .bb-topic-report-link-wrap a.reported-content{pointer-events:none;opacity:.8} - -.reply-edit #bbp_editor_reply_content{border:1px solid #dedfe2;border-radius:3px;padding:10px 15px} - -.reply-edit .bbp-reply-form #whats-new-toolbar{padding:5px 0 15px} - -.reply-edit .emojionearea.medium-editor-element{background:100% 0;min-height:1px} - -.reply-edit #bbpress-forums fieldset.bbp-form>div{margin-bottom:15px} - -.reply-edit .bbp-submit-wrapper{margin-top:20px} - -.reply-edit #bbpress-forums .bp-feedback+fieldset.bbp-form{margin-top:30px} - -#bbpress-forums fieldset.bbp-form .bp-feedback p{line-height:1.3;margin:0} - -.bbp-form .select2-container--default .select2-selection--multiple .select2-selection__choice{margin-top:2px;margin-bottom:2px;padding:0 10px 0 5px} - -.bbp-form .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove{margin-top:2px} - -.bbp-form .select2-container--default .select2-selection--multiple .select2-selection__choice span.select2-selection__choice__remove::before{background:100% 0;color:#fff;font-weight:300;font-size:14px} - -.bbp-forum-content-wrap{margin-bottom:30px;margin-top:30px} - -.single-with-sub-forum .bbp-forum-content-wrap{margin-top:0} - -.bbp-forum-content-wrap .bb-more-link{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color);margin-top:20px} - -.bbp-forum-content-wrap .bb-more-link: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);box-shadow:none} - -body:not(.forum) .entry-content .bbp-topic-form .bbp-submit-wrapper{margin-top:15px} - -body:not(.forum) .entry-content .bbp-topic-form .bbp-submit-wrapper .button.submit{margin-right:0} - -body:not(.forum) .entry-content .bbp-topic-form .bb-form-select-fields{padding:15px 10px} - -body:not(.forum) .entry-content .bbp-topic-form .new_topic_title_avatar{margin-left:10px} - -body:not(.forum) .entry-content .bbp-topic-form .bbp_topic_form_type_wrapper{margin-bottom:20px} - -body:not(.forum) .entry-content .bbp-topic-form .bbp_topic_title_wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px} - -body:not(.forum) .entry-content .bbp-topic-form #bbp_editor_topic_content{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:3px} - -body:not(.forum) .entry-content .bbp-topic-form .bbp-reply-form #whats-new-attachments,body:not(.forum) .entry-content .bbp-topic-form .bbp-reply-form #whats-new-toolbar,body:not(.forum) .entry-content .bbp-topic-form .bbp-topic-form #whats-new-attachments,body:not(.forum) .entry-content .bbp-topic-form .bbp-topic-form #whats-new-toolbar{padding:0} - -body:not(.forum) .entry-content .bbp-topic-form .bbp-form #whats-new-attachments,body:not(.forum) .entry-content .bbp-topic-form .bbp-form #whats-new-toolbar{margin-bottom:15px} - -body:not(.forum) .entry-content .bbp-topic-form .bbp-topic-form #whats-new-toolbar{margin-bottom:15px} - -body:not(.forum) .entry-content .bbp-topic-form .bbp-form .emojionearea.medium-editor-element{background:100% 0} - -body:not(.forum) .entry-content .bbp-topic-form .bbp_topic_tags_wrapper{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-top:0;border-radius:var(--bb-input-radius);padding:0 12px;margin-bottom:10px!important} - -body:not(.forum) .entry-content .bbp-topic-form #bbp_topic_tags{padding:0 12px} - -body:not(.forum) .entry-content .bbp-topic-form .bbp-form .bb-form-select-fields{display:block} - -body:not(.forum) .entry-content .bbp-topic-form #bbp-close-btn{display:none} - -body:not(.forum) .entry-content .bbp-topic-form #whats-new-toolbar{padding:0} - -body:not(.forum) .entry-content .bbp-topic-form .bb-form-select-fields>*{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0} - -body:not(.forum) .entry-content .bbp-topic-form .bbp_topic_tags_wrapper input,body:not(.forum) .entry-content .bbp-topic-form .bbp_topic_tags_wrapper select{border:0} - -body:not(.forum) .entry-content .bbp-topic-form .bbp_topic_title_wrapper input{margin-right:0} - -body:not(.forum) .entry-content .bbp-topic-form .bbp-the-content-wrapper{margin-bottom:10px} - -body:not(.forum) .entry-content .bbp-topic-form #whats-new-attachments{padding:0} - -.widget .bbp-topic-form .bbp_topic_tags_wrapper,body:not(.forum) .entry-content .widget .bbp-topic-form .bbp_topic_tags_wrapper{border-top:1px solid var(--bb-content-border-color)} - -.widget .bbp-topic-form .bbp-the-content-wrapper,body:not(.forum) .entry-content .widget .bbp-topic-form .bbp-the-content-wrapper{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius);background-color:var(--bb-content-background-color)} - -.widget .bbp-topic-form .bbp-the-content-wrapper .bbp-the-content,body:not(.forum) .entry-content .widget .bbp-topic-form .bbp-the-content-wrapper .bbp-the-content{border-radius:var(--bb-input-radius);padding-right:10px;padding-left:10px} - -.widget .bbp-reply-form,body:not(.forum) .entry-content .widget .bbp-reply-form{margin:0} - -.widget .bbp-reply-form .bbp-the-content-wrapper,body:not(.forum) .entry-content .widget .bbp-reply-form .bbp-the-content-wrapper{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius);background-color:var(--bb-content-background-color);margin-top:10px} - -.widget .bbp-reply-form .bbp-the-content-wrapper .bbp-the-content,body:not(.forum) .entry-content .widget .bbp-reply-form .bbp-the-content-wrapper .bbp-the-content{border-radius:var(--bb-input-radius);padding-right:10px;padding-left:10px;border:0} - -.widget .bbp-reply-form #bbp-reply-exerpt:empty,body:not(.forum) .entry-content .widget .bbp-reply-form #bbp-reply-exerpt:empty{display:none} - -.widget .bbp-forum-form .bbp-the-content-wrapper,body:not(.forum) .entry-content .widget .bbp-forum-form .bbp-the-content-wrapper{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius);background-color:var(--bb-content-background-color);margin-top:10px;margin-bottom:10px} - -.widget .bbp-forum-form .bbp-the-content-wrapper .bbp-the-content,body:not(.forum) .entry-content .widget .bbp-forum-form .bbp-the-content-wrapper .bbp-the-content{border-radius:var(--bb-input-radius);padding-right:10px;padding-left:10px;border:0;min-height:120px} - -body .entry-content>.bbp-topic-form.bb-modal{background-color:transparent;border:0;border-radius:0;padding:0;max-width:100%;margin:0;box-shadow:none} - -body .entry-content>.bbp-topic-form.bb-modal fieldset.bbp-form{margin-right:0;margin-left:0} - -body .entry-content>.bbp-topic-form.bb-modal .new_topic_title label{display:none!important} - -body .entry-content>.bbp-topic-form.bb-modal fieldset.bbp-form label{color:inherit;display:inline-block;font-size:15px;letter-spacing:-.24px;margin-bottom:5px} - -body .entry-content>.bbp-topic-form.bb-modal .new_topic_title_avatar{margin-left:20px} - -.elementor-shortcode #bbpress-forums .bbp-forum-form input,.elementor-shortcode #bbpress-forums .bbp-forum-form select,.elementor-shortcode #bbpress-forums .bbp-topic-form input,.elementor-shortcode #bbpress-forums .bbp-topic-form select,.entry-content>.bbp-forum-form input,.entry-content>.bbp-forum-form select,article.type-page .entry-content>#bbpress-forums .bbp-forum-form input,article.type-page .entry-content>#bbpress-forums .bbp-forum-form select,article.type-page .entry-content>#bbpress-forums .bbp-topic-form input,article.type-page .entry-content>#bbpress-forums .bbp-topic-form select,article.type-page .entry-content>.bbp-topic-form input,article.type-page .entry-content>.bbp-topic-form select{width:100%} - -.elementor-shortcode #bbpress-forums .bbp-forum-form .bbp-the-content-wrapper,.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp-the-content-wrapper,.entry-content>.bbp-forum-form .bbp-the-content-wrapper,article.type-page .entry-content>#bbpress-forums .bbp-forum-form .bbp-the-content-wrapper,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bbp-the-content-wrapper,article.type-page .entry-content>.bbp-topic-form .bbp-the-content-wrapper{margin-bottom:0} - -.elementor-shortcode #bbpress-forums .bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content,.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp-the-content-wrapper .bbp_editor_forum_content,.entry-content>.bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content,article.type-page .entry-content>#bbpress-forums .bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bbp-the-content-wrapper .bbp_editor_forum_content,article.type-page .entry-content>.bbp-topic-form .bbp-the-content-wrapper .bbp_editor_forum_content{font-size:15px;color:var(--bb-body-text-color);border:1px solid var(--bb-content-border-color);border-bottom:0;background-color:var(--bb-content-background-color);border-radius:var(--bb-input-radius) var(--bb-input-radius) 0 0;padding:15px;min-height:90px} - -.elementor-shortcode #bbpress-forums .bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content::after,.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp-the-content-wrapper .bbp_editor_forum_content::after,.entry-content>.bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content::after,article.type-page .entry-content>#bbpress-forums .bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content::after,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bbp-the-content-wrapper .bbp_editor_forum_content::after,article.type-page .entry-content>.bbp-topic-form .bbp-the-content-wrapper .bbp_editor_forum_content::after{font-size:15px;color:rgba(var(--bb-body-text-color-rgb),.5);pointer-events:none} - -.elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar,.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar,.entry-content>.bbp-forum-form #whats-new-toolbar,article.type-page .entry-content>#bbpress-forums .bbp-forum-form #whats-new-toolbar,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-toolbar,article.type-page .entry-content>.bbp-topic-form #whats-new-toolbar{border:1px solid var(--bb-content-border-color);border-top:0;background-color:var(--bb-content-background-color);border-radius:0 0 var(--bb-input-radius) var(--bb-input-radius);padding:15px;margin-bottom:15px} - -.elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar,.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar,.entry-content>.bbp-forum-form #whats-new-toolbar .medium-editor-toolbar,article.type-page .entry-content>#bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar,article.type-page .entry-content>.bbp-topic-form #whats-new-toolbar .medium-editor-toolbar{background-color:var(--bb-content-background-color);visibility:hidden;top:5px;right:45px} - -.elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions,.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions,.entry-content>.bbp-forum-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions,article.type-page .entry-content>#bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions,article.type-page .entry-content>.bbp-topic-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions{background-color:transparent} - -.elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar.active,.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active,.entry-content>.bbp-forum-form #whats-new-toolbar .medium-editor-toolbar.active,article.type-page .entry-content>#bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar.active,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active,article.type-page .entry-content>.bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active{visibility:visible} - -.elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-button-active,.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-button-active,.entry-content>.bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-button-active,article.type-page .entry-content>#bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-button-active,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-button-active,article.type-page .entry-content>.bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-button-active{background-color:transparent} - -.elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li button,.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li button,.entry-content>.bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li button,article.type-page .entry-content>#bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li button,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li button,article.type-page .entry-content>.bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li button{padding:10px 0 10px 10px} - -.elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li button:hover,.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li button:hover,.entry-content>.bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li button:hover,article.type-page .entry-content>#bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li button:hover,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li button:hover,article.type-page .entry-content>.bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li button:hover{background-color:transparent} - -.elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-action-pre,.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-action-pre,.entry-content>.bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-action-pre,article.type-page .entry-content>#bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-action-pre,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-action-pre,article.type-page .entry-content>.bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-action-pre{padding:10px} - -.elementor-shortcode #bbpress-forums .bbp-forum-form .bbp-submit-wrapper .button.submit,.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp-submit-wrapper .button.submit,.entry-content>.bbp-forum-form .bbp-submit-wrapper .button.submit,article.type-page .entry-content>#bbpress-forums .bbp-forum-form .bbp-submit-wrapper .button.submit,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bbp-submit-wrapper .button.submit,article.type-page .entry-content>.bbp-topic-form .bbp-submit-wrapper .button.submit{margin-right:0} - -.elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal #whats-new-toolbar,.elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal .bbp-the-content-wrapper,.elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_tags_wrapper,.elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal #whats-new-toolbar,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp-the-content-wrapper,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_tags_wrapper,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper,.entry-content>.bbp-forum-form.bb-modal #whats-new-toolbar,.entry-content>.bbp-forum-form.bb-modal .bbp-the-content-wrapper,.entry-content>.bbp-forum-form.bb-modal .bbp_topic_tags_wrapper,.entry-content>.bbp-forum-form.bb-modal .bbp_topic_title_wrapper,article.type-page .entry-content>#bbpress-forums .bbp-forum-form.bb-modal #whats-new-toolbar,article.type-page .entry-content>#bbpress-forums .bbp-forum-form.bb-modal .bbp-the-content-wrapper,article.type-page .entry-content>#bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_tags_wrapper,article.type-page .entry-content>#bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper,article.type-page .entry-content>#bbpress-forums .bbp-topic-form.bb-modal #whats-new-toolbar,article.type-page .entry-content>#bbpress-forums .bbp-topic-form.bb-modal .bbp-the-content-wrapper,article.type-page .entry-content>#bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_tags_wrapper,article.type-page .entry-content>#bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper,article.type-page .entry-content>.bbp-topic-form.bb-modal #whats-new-toolbar,article.type-page .entry-content>.bbp-topic-form.bb-modal .bbp-the-content-wrapper,article.type-page .entry-content>.bbp-topic-form.bb-modal .bbp_topic_tags_wrapper,article.type-page .entry-content>.bbp-topic-form.bb-modal .bbp_topic_title_wrapper{border:0} - -.elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper #bbp-close-btn,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper #bbp-close-btn,.entry-content>.bbp-forum-form.bb-modal .bbp_topic_title_wrapper #bbp-close-btn,article.type-page .entry-content>#bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper #bbp-close-btn,article.type-page .entry-content>#bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper #bbp-close-btn,article.type-page .entry-content>.bbp-topic-form.bb-modal .bbp_topic_title_wrapper #bbp-close-btn{display:block;font-weight:400} - -.elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper .new_topic_title #bbp_topic_title,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title #bbp_topic_title,.entry-content>.bbp-forum-form.bb-modal .bbp_topic_title_wrapper .new_topic_title #bbp_topic_title,article.type-page .entry-content>#bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper .new_topic_title #bbp_topic_title,article.type-page .entry-content>#bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title #bbp_topic_title,article.type-page .entry-content>.bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title #bbp_topic_title{margin:0} - -.elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar,.entry-content>.bbp-forum-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar,article.type-page .entry-content>#bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar,article.type-page .entry-content>#bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar,article.type-page .entry-content>.bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar{width:auto;min-width:auto} - -.elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal .bb-form-select-fields,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bb-form-select-fields,.entry-content>.bbp-forum-form.bb-modal .bb-form-select-fields,article.type-page .entry-content>#bbpress-forums .bbp-forum-form.bb-modal .bb-form-select-fields,article.type-page .entry-content>#bbpress-forums .bbp-topic-form.bb-modal .bb-form-select-fields,article.type-page .entry-content>.bbp-topic-form.bb-modal .bb-form-select-fields{padding:15px 25px} - -.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper,.elementor-shortcode .bbp-reply-form .bbp-form>legend,.entry-content>.bbp-reply-form .bbp-form>legend,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper,article.type-page .entry-content>.bbp-topic-form .bbp_topic_title_wrapper{font-size:16px;font-weight:600;color:var(--bb-headings-color);width:100%;padding:20px 25px;border:1px solid var(--bb-content-border-color);border-bottom:0;background-color:var(--bb-content-background-color);border-radius:var(--bb-input-radius) var(--bb-input-radius) 0 0;margin-bottom:0} - -.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper #bbp-close-btn,.elementor-shortcode .bbp-reply-form .bbp-form>legend #bbp-close-btn,.entry-content>.bbp-reply-form .bbp-form>legend #bbp-close-btn,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper #bbp-close-btn,article.type-page .entry-content>.bbp-topic-form .bbp_topic_title_wrapper #bbp-close-btn{display:none} - -.bbp-reply-form .bbp-form>legend #bbp-reply-exerpt:empty{display:none} - -.bbp-reply-form .bbp-form>legend #bbp-reply-exerpt.show-empty{display:block;padding-top:0} - -.bbp-reply-form .bbp-form>legend #bbp-reply-exerpt.show-empty+.bb-model-close-button{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)} - -.bbp-reply-form .bbp-form>legend #bbp-reply-exerpt.show-empty+.bb-model-close-button .bb-icon-close{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit;line-height:1} - -.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-attachments,.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar,.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp-the-content-wrapper,.elementor-shortcode .bbp-reply-form #whats-new-attachments,.elementor-shortcode .bbp-reply-form #whats-new-toolbar,.elementor-shortcode .bbp-reply-form .bbp-the-content-wrapper,.entry-content>.bbp-reply-form #whats-new-attachments,.entry-content>.bbp-reply-form #whats-new-toolbar,.entry-content>.bbp-reply-form .bbp-the-content-wrapper,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-attachments,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-toolbar,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bbp-the-content-wrapper,article.type-page .entry-content>.bbp-topic-form #whats-new-attachments,article.type-page .entry-content>.bbp-topic-form #whats-new-toolbar,article.type-page .entry-content>.bbp-topic-form .bbp-the-content-wrapper{border:1px solid var(--bb-content-border-color);border-top:0;border-bottom:0;background-color:var(--bb-content-background-color);margin-bottom:0;border-radius:0} - -.elementor-shortcode #bbpress-forums .bbp-topic-form div.dropzone.dz-started,.elementor-shortcode .bbp-reply-form div.dropzone.dz-started,.entry-content>.bbp-reply-form div.dropzone.dz-started,article.type-page .entry-content>#bbpress-forums .bbp-topic-form div.dropzone.dz-started,article.type-page .entry-content>.bbp-topic-form div.dropzone.dz-started{margin-bottom:0} - -.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_tags_wrapper,.elementor-shortcode .bbp-reply-form .bbp_topic_tags_wrapper,.entry-content>.bbp-reply-form .bbp_topic_tags_wrapper,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bbp_topic_tags_wrapper,article.type-page .entry-content>.bbp-topic-form .bbp_topic_tags_wrapper{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-top:0;border-radius:0 0 var(--bb-input-radius) var(--bb-input-radius)} - -.elementor-shortcode #bbpress-forums .bbp-topic-form .bb-form-select-fields,.elementor-shortcode .bbp-reply-form .bb-form-select-fields,.entry-content>.bbp-reply-form .bb-form-select-fields,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bb-form-select-fields,article.type-page .entry-content>.bbp-topic-form .bb-form-select-fields{margin:15px 0 0;padding:0} - -.elementor-shortcode #bbpress-forums .bbp-topic-form .medium-editor-element,.elementor-shortcode .bbp-reply-form .medium-editor-element,.entry-content>.bbp-reply-form .medium-editor-element,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .medium-editor-element,article.type-page .entry-content>.bbp-topic-form .medium-editor-element{display:inline-block;width:100%} - -.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar,.elementor-shortcode .bbp-reply-form #whats-new-toolbar,.entry-content>.bbp-reply-form #whats-new-toolbar,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-toolbar,article.type-page .entry-content>.bbp-topic-form #whats-new-toolbar{padding:15px 25px} - -.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar,.elementor-shortcode .bbp-reply-form #whats-new-toolbar .medium-editor-toolbar,.entry-content>.bbp-reply-form #whats-new-toolbar .medium-editor-toolbar,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar,article.type-page .entry-content>.bbp-topic-form #whats-new-toolbar .medium-editor-toolbar{right:50px} - -.elementor-shortcode #bbpress-forums .bbp-topic-form #bbp-template-notices,.elementor-shortcode .bbp-reply-form #bbp-template-notices,.entry-content>.bbp-reply-form #bbp-template-notices,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #bbp-template-notices,article.type-page .entry-content>.bbp-topic-form #bbp-template-notices{display:table;background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-bottom:0;border-top:0;width:100%} - -.elementor-shortcode #bbpress-forums .bbp-topic-form #bbp-template-notices .bp-feedback,.elementor-shortcode .bbp-reply-form #bbp-template-notices .bp-feedback,.entry-content>.bbp-reply-form #bbp-template-notices .bp-feedback,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #bbp-template-notices .bp-feedback,article.type-page .entry-content>.bbp-topic-form #bbp-template-notices .bp-feedback{margin:10px 15px} - -.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper .new_topic_title_avatar,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper .new_topic_title_avatar,article.type-page .entry-content>.bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar{width:64px;min-width:64px} - -.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper .new_topic_title_avatar img,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar img,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper .new_topic_title_avatar img,article.type-page .entry-content>.bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar img{width:100%} - -.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper #bbp_topic_title,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper #bbp_topic_title,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper #bbp_topic_title,article.type-page .entry-content>.bbp-topic-form.bb-modal .bbp_topic_title_wrapper #bbp_topic_title{margin:10px 15px 0 0} - -.elementor-shortcode #bbpress-forums .bbp-topic-form #bbp_topic_submit,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal #bbp_topic_submit,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #bbp_topic_submit,article.type-page .entry-content>.bbp-topic-form.bb-modal #bbp_topic_submit{margin-top:15px} - -.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_subscription_wrapper,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_subscription_wrapper,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bbp_topic_subscription_wrapper,article.type-page .entry-content>.bbp-topic-form.bb-modal .bbp_topic_subscription_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_subscription_wrapper>label,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_subscription_wrapper>label,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bbp_topic_subscription_wrapper>label,article.type-page .entry-content>.bbp-topic-form.bb-modal .bbp_topic_subscription_wrapper>label{margin-bottom:-15px} - -.elementor-shortcode #bbpress-forums .bbp-topic-form .avatar{border-radius:50%} - -.elementor-shortcode #whats-new-toolbar button{text-shadow:none} - -.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal #bbp_stick_topic_select,article.type-page .entry-content>.bbp-topic-form.bb-modal #bbp_stick_topic_select{margin-bottom:10px!important} - -body:not(.logged-in) .entry-content>.bbp-reply-form .bbp-form>legend{background-color:transparent;padding:0;border:0;border-radius:0;font-size:18px} - -body:not(.logged-in) .entry-content>.bbp-reply-form .bbp-form .bbp-the-content-wrapper{border-radius:var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0} - -body:not(.logged-in) .entry-content>.bbp-reply-form .bbp-form .bbp-the-content-wrapper .medium-editor-element:not(.emojionearea){border-radius:var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0} - -body:not(.logged-in) .entry-content>.bbp-reply-form .bbp-form #whats-new-toolbar{border-bottom:1px solid var(--bb-content-border-color);border-radius:0 0 var(--bb-block-radius-inner) var(--bb-block-radius-inner)} - -body:not(.logged-in) .entry-content>.bbp-reply-form .bbp-form fieldset.bbp-form-anonymous{margin:0} - -body:not(.logged-in) .entry-content>.bbp-reply-form .bbp-form fieldset.bbp-form-anonymous>legend{font-size:16px;margin-bottom:15px} - -body:not(.logged-in) .entry-content>.bbp-reply-form .bbp-form fieldset.bbp-form-anonymous p>label{display:block}@media screen and (max-width:992px){ - -.elementor-shortcode #bbpress-forums .bbp-topic-form .bb-form-select-fields,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bb-form-select-fields{display:block} - -.elementor-shortcode #bbpress-forums .bbp-topic-form .bb-form-select-fields>div,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bb-form-select-fields>div{width:50%;float:right} - -.elementor-shortcode #bbpress-forums .bbp-topic-form .bb-form-select-fields .bbp-submit-wrapper,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bb-form-select-fields .bbp-submit-wrapper{clear:none}}@media screen and (max-width:544px){ - -.entry-content>.bbp-reply-form .bb-form-select-fields{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.entry-content>.bbp-reply-form .bb-form-select-fields .bbp-submit-wrapper{margin-right:0} - -.elementor-shortcode #bbpress-forums .bbp-topic-form .bb-form-select-fields>div,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bb-form-select-fields>div{width:100%;margin-bottom:10px} - -.elementor-shortcode #bbpress-forums .bbp-topic-form .bb-form-select-fields>div #bbp_topic_submit,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bb-form-select-fields>div #bbp_topic_submit{margin-right:0}} - -body .select2-container .select2-dropdown.bb-tag-list-dropdown{bottom:16px} - -body .select2-container .select2-dropdown.bb-tag-list-dropdown.bb-tag-list-dropdown{bottom:45px} - -#bbp-search-form{position:relative} - -#bbp-search-form #bbp_search{font-size:14px;font-weight:400;white-space:nowrap;height:36px;line-height:36px;overflow:hidden;text-overflow:ellipsis;min-width:100%;padding-left:35px;border-radius:var(--bb-button-radius)} - -#bbp-search-form #bbp_search_submit{border:0;display:none!important;position:absolute;width:40px;font-size:0;top:0;padding:0;background:url(../images/svg/search.svg) no-repeat center transparent;background-size:45%;left:5px;opacity:.8} - -#bbp-search-form #bbp_search_submit:hover{box-shadow:none;opacity:1} - -.reply-edit #bbpress-forums .bbp-reply-form .bbp-form .bbp-the-content-wrapper,.topic-edit #bbpress-forums .bbp-topic-form .bbp-form .bbp-the-content-wrapper,article:not(.type-forum) .entry-content>#bbpress-forums .bbp-topic-form .bbp-form .bbp-the-content-wrapper,article:not(.type-forum) .entry-content>.bbp-topic-form .bbp-form .bbp-the-content-wrapper{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0;border-bottom:0;margin-bottom:0;display:table;width:100%} - -.reply-edit #bbpress-forums .bbp-reply-form .bbp-form .bbp-the-content-wrapper .medium-editor-element:not(.emojionearea),.topic-edit #bbpress-forums .bbp-topic-form .bbp-form .bbp-the-content-wrapper .medium-editor-element:not(.emojionearea),article:not(.type-forum) .entry-content>#bbpress-forums .bbp-topic-form .bbp-form .bbp-the-content-wrapper .medium-editor-element:not(.emojionearea),article:not(.type-forum) .entry-content>.bbp-topic-form .bbp-form .bbp-the-content-wrapper .medium-editor-element:not(.emojionearea){background-color:transparent;border-top:0} - -.reply-edit #bbpress-forums .bbp-reply-form .bbp-form textarea.bbp-the-content,.topic-edit #bbpress-forums .bbp-topic-form .bbp-form textarea.bbp-the-content,article:not(.type-forum) .entry-content>#bbpress-forums .bbp-topic-form .bbp-form textarea.bbp-the-content,article:not(.type-forum) .entry-content>.bbp-topic-form .bbp-form textarea.bbp-the-content{border-top:0;border-radius:var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0} - -.reply-edit #bbpress-forums .bbp-reply-form .bbp-form #whats-new-attachments,.topic-edit #bbpress-forums .bbp-topic-form .bbp-form #whats-new-attachments,article:not(.type-forum) .entry-content>#bbpress-forums .bbp-topic-form .bbp-form #whats-new-attachments,article:not(.type-forum) .entry-content>.bbp-topic-form .bbp-form #whats-new-attachments{margin-bottom:0;background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-width:0 1px;padding:15px} - -.reply-edit #bbpress-forums .bbp-reply-form .bbp-form #whats-new-toolbar,.topic-edit #bbpress-forums .bbp-topic-form .bbp-form #whats-new-toolbar,article:not(.type-forum) .entry-content>#bbpress-forums .bbp-topic-form .bbp-form #whats-new-toolbar,article:not(.type-forum) .entry-content>.bbp-topic-form .bbp-form #whats-new-toolbar{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:0 0 var(--bb-block-radius-inner) var(--bb-block-radius-inner);border-top:0;padding:15px} - -.single-topic .reply-edit #bbpress-forums .bbp-reply-form .bbp-form .bbp_topic_title_wrapper+.bbp-the-content-wrapper,.single-topic .topic-edit #bbpress-forums .bbp-topic-form .bbp-form .bbp_topic_title_wrapper+.bbp-the-content-wrapper,.single-topic article:not(.type-forum) .entry-content>#bbpress-forums .bbp-topic-form .bbp-form .bbp_topic_title_wrapper+.bbp-the-content-wrapper,.single-topic article:not(.type-forum) .entry-content>.bbp-topic-form .bbp-form .bbp_topic_title_wrapper+.bbp-the-content-wrapper{border-top-right-radius:0;border-top-left-radius:0} - -.single-topic .reply-edit #bbpress-forums .bbp-reply-form .bbp-form:has(.bbp_topic_tags_wrapper) #whats-new-toolbar,.single-topic .topic-edit #bbpress-forums .bbp-topic-form .bbp-form:has(.bbp_topic_tags_wrapper) #whats-new-toolbar,.single-topic article:not(.type-forum) .entry-content>#bbpress-forums .bbp-topic-form .bbp-form:has(.bbp_topic_tags_wrapper) #whats-new-toolbar,.single-topic article:not(.type-forum) .entry-content>.bbp-topic-form .bbp-form:has(.bbp_topic_tags_wrapper) #whats-new-toolbar{border-bottom-right-radius:0;border-bottom-left-radius:0} - -.reply-edit #bbpress-forums .bbp-reply-form .bbp-form .bbp-the-content-wrapper{border-radius:var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0} - -.reply-edit #bbpress-forums .bbp-reply-form .bbp-form #whats-new-toolbar{border-radius:0 0 var(--bb-block-radius-inner) var(--bb-block-radius-inner)} - -body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new_topic_title_avatar{margin-left:10px} - -body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new_topic_title input{width:100%} - -#buddypress .forum_single_action_wrap,.topic .forum_single_action_wrap{display:inline-block;margin-right:5px;position:relative} - -#buddypress .forum_single_action_wrap .forum_single_action_more-wrap,.topic .forum_single_action_wrap .forum_single_action_more-wrap{vertical-align:middle;display:inline-block;line-height:1} - -#buddypress .forum_single_action_wrap .forum_single_action_more-wrap i,.topic .forum_single_action_wrap .forum_single_action_more-wrap i{font-size:21px;color:#939597} - -#buddypress .forum_single_action_wrap .forum_single_action_options,.topic .forum_single_action_wrap .forum_single_action_options{position:absolute;top:30px;left:0;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;width:168px;padding:5px 0;display:none} - -#buddypress .forum_single_action_wrap .forum_single_action_options::after,.topic .forum_single_action_wrap .forum_single_action_options::after{content:" ";position:absolute;width:0;height:0;top:1px;margin:0 auto;left:8px;box-sizing:border-box;border:6px solid #000;border-color:#fff transparent transparent #fff;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 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:101} - -#buddypress .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap,.topic .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap{margin:0} - -#buddypress .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap a,.topic .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap a{margin:0;display:block;text-align:right;opacity:1;font-size:13px!important;letter-spacing:-.24px;width:100%;text-transform:none;font-weight:400;min-height:auto;border-radius:0;padding:10px 14px;color:#7f868f;line-height:1.1;border:0} - -#buddypress .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap a:hover,.topic .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap a:hover{background-color:#f5f5f5;color:var(--bb-primary-color)!important} - -#buddypress .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap a::before,.topic .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap a::before{font-family:bb-icons;content:"\ee9c";font-size:15px;display:inline-block;margin-left:10px;vertical-align:middle;width:20px;text-align:center} - -#buddypress .forum_single_action_wrap.is_visible .forum_single_action_options,.topic .forum_single_action_wrap.is_visible .forum_single_action_options{display:block}@media screen and (max-width:800px){ - -#buddypress .forum_single_action_wrap .forum_single_action_options,.topic .forum_single_action_wrap .forum_single_action_options{left:inherit;right:0} - -#buddypress .forum_single_action_wrap .forum_single_action_options::after,.topic .forum_single_action_wrap .forum_single_action_options::after{left:inherit;right:2px}} - -.topic .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap a:hover{color:var(--bb-primary-color)!important} - -#bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items:not(.bb-single) .bs-header-item .flex-1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -#bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 .bbp-forum-buttons-wrap,#bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 .bs-section-title{display:-webkit-box;display:-ms-flexbox;display:flex} - -#bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 .bs-section-title{font-size:18px} - -#bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 .bbp-forum-buttons-wrap *{margin-bottom:0}@media screen and (max-width:600px){ - -#bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -#bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 .bbp_before_forum_new_post{margin-top:10px} - -#bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 #subscription-toggle{margin-top:10px;margin-right:0}} - -.widget #bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1{-ms-flex-flow:column;flex-flow:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.single.single-forum .type-forum .entry-header.bb-single-forum{margin-bottom:1.1875rem} - -.single.single-forum .type-forum .bb-topic-banner{width:100vw;position:relative;right:50%;left:50%;border-bottom:1px solid var(--bb-content-border-color);height:300px;margin:-1.875rem -50vw 1.875rem;z-index:1;overflow:hidden} - -.single.single-forum .type-forum .bb-topic-banner::before{content:"";opacity:.4;background-color:#122b46;background-image:-webkit-linear-gradient(-180deg,rgba(0,0,0,0) 4%,#000 100%);background-image:linear-gradient(-270deg,rgba(0,0,0,0) 4%,#000 100%);background-image:-webkit-linear-gradient(-270deg,rgba(0,0,0,0) 4%,#000 100%);background-image:linear-gradient(180deg,rgba(0,0,0,0) 4%,#000 100%);position:absolute;height:100%;width:100%;top:0;right:0;z-index:1}@media screen and (max-width:460px){ - -.single.single-forum .type-forum .bb-topic-banner{height:auto;padding-top:30px;padding-bottom:30px}} - -.single.single-forum .type-forum .bb-topic-banner .banner-img{max-width:100%;min-width:100%;object-fit:cover;min-height:100%;height:auto;position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)} - -.single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum{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-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;color:#fff;position:relative;z-index:9;height:100%;margin-bottom:0} - -.single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum .entry-title{color:#fff;margin-bottom:0;max-width:60%;font-size:48px;font-weight:600;padding-bottom:60px} - -.single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum .bbp-forum-content-wrap{margin-top:-45px}@media screen and (max-width:980px){ - -.single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum .entry-title{max-width:80%;line-height:1.1}}@media screen and (max-width:800px){ - -.single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum{-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum .entry-title{padding-right:20px;padding-left:20px;max-width:100%;padding-bottom:0} - -.single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum .bbp-forum-content-wrap{margin-top:20px;text-align:center}}@media screen and (max-width:460px){ - -.single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum .entry-title{font-size:42px}}@media screen and (min-width:800px) and (max-width:1328px){ - -.single.single-forum .type-forum .bb-topic-banner .entry-header{margin-right:68px}}@media screen and (min-width:800px){ - -.single.single-forum.single-forum-cover-image .bbpress-sidebar{padding-top:330px} - -.single.single-forum.has-sidebar .type-forum .bb-topic-banner{right:-webkit-calc(50% + 150px);right:calc(50% + 150px)}}@media screen and (min-width:800px) and (max-width:1500px){ - -.buddypanel-open.single.single-forum .type-forum .bb-topic-banner .entry-header{margin-right:148px}} - -.bs-item-list.list-view div.bs-item-wrap:not(.no-hover-effect):hover{border-right-color:var(--bb-content-background-color);border-left-color:var(--bb-content-background-color);border-bottom-color:var(--bb-content-background-color)} - -.bs-item-list.list-view li.bs-item-wrap:not(.no-hover-effect):hover{border-bottom:1px solid var(--bb-content-border-color)}@media screen and (max-width:1200px){ - -#bbpress-forums#bbpress-forums .bs-forums-items.bs-item-list.list-view div.action .bb_more_options_action{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-left:0}}@media screen and (max-width:600px){ - -.bbp-forum-buttons-wrap{width:100%}} - -#bbpress-forums .bbp-reply-form.bb-modal .bb-form-select-fields,#bbpress-forums .bbp-topic-form.bb-modal .bb-form-select-fields{background:var(--bb-content-alternate-background-color)} - -#bbpress-forums .gif-search-query input[type=search]{margin-bottom:0} - -#bbpress-forums .gif-search-content .gif-search-results{min-height:260px;max-height:260px} - -fieldset.bbp-form .bbp-submit-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row-reverse;flex-flow:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.bb-form-select-fields{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -10px} - -.bb-form-select-fields>*{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 10px} - -.bb-form-select-fields .bb_subscriptions_active{padding-bottom:20px} - -.bb-form-select-fields select{color:var(--bb-body-text-color);width:100%} - -#bbpress-forums fieldset.bbp-form .bbp_topic_title_wrapper label{display:none} - -#bbpress-forums fieldset.bbp-form .bbp_topic_title_wrapper input{margin-bottom:0;margin-right:10px} - -#bbpress-forums .bbp_topic_title_wrapper #bbp_topic_title{margin-right:0} - -#bbpress-forums .bbp_topic_title_wrapper #bbp_topic_title.error{background-color:rgba(var(--bb-danger-color-rgb),.1)} - -#bbpress-forums .bbp-topic-form fieldset.bbp-form .bb-form_rev_wrapper{display:block} - -#bbpress-forums .bbp-topic-form fieldset.bbp-form>.flex{display:block} - -#bbpress-forums .bbp-topic-form fieldset.bbp-form fieldset.bbp-form{margin-bottom:0} - -#bbpress-forums .bbp-topic-form .bbp-tags-icon{display:none} - -#bbpress-forums .bbp-topic-form .bbp-submit-wrapper .button.submit{margin-left:0} - -#bbpress-forums .bbp-reply-form .bbp-tags-icon,.page .bbp-reply-form:not(.bb-modal) .bbp-tags-icon{display:none} - -#bbpress-forums .bbp-reply-form textarea#bbp_reply_content,.page .bbp-reply-form:not(.bb-modal) textarea#bbp_reply_content{width:100%} - -#bbpress-forums .bbp-reply-form fieldset.bbp-form input[type=text],.page .bbp-reply-form:not(.bb-modal) fieldset.bbp-form input[type=text]{width:100%} - -#bbpress-forums .bbp-reply-form fieldset.bbp-form label,.page .bbp-reply-form:not(.bb-modal) fieldset.bbp-form label{color:inherit;font-size:15px;letter-spacing:-.24px;margin-bottom:5px} - -#bbpress-forums .bbp-reply-form fieldset.bbp-form-anonymous,.page .bbp-reply-form:not(.bb-modal) fieldset.bbp-form-anonymous{margin:15px 0} - -#bbpress-forums .bbp-reply-form fieldset.bbp-form-anonymous p,.page .bbp-reply-form:not(.bb-modal) fieldset.bbp-form-anonymous p{margin-bottom:15px} - -#bbpress-forums .bbp-reply-form .bb-form_rev_wrapper,#bbpress-forums .bbp-reply-form .bb-form_rev_wrapper .flex,.page .bbp-reply-form:not(.bb-modal) .bb-form_rev_wrapper,.page .bbp-reply-form:not(.bb-modal) .bb-form_rev_wrapper .flex{display:block} - -.bbp-mfp-zoom-in .bb-modal{border-color:#ddd;margin:50px auto 0;max-width:750px;padding:0;border-radius:4px 4px 0 0;box-shadow:0 3px 34px 0 rgba(94,98,102,.2)} - -.bbp-mfp-zoom-in .bb-modal form#new-post{margin-bottom:0} - -.bbp-mfp-zoom-in .bb-modal form#new-post input.error{border:0;opacity:.5;color:inherit} - -.bbp-mfp-zoom-in .bbp-the-content-wrapper{margin:0} - -.bbp-mfp-zoom-in .bbp-the-content-wrapper textarea.bbp-the-content{max-height:250px;margin:0;font-size:15px;font-family:inherit} - -.bbp-mfp-zoom-in .bbp-the-content-wrapper textarea#bbp_reply_content,.bbp-mfp-zoom-in .bbp-the-content-wrapper textarea#bbp_topic_content{width:100%} - -.bbp-mfp-zoom-in .bbp-the-content-wrapper div.mce-panel.error{background-color:rgba(var(--bb-danger-color),.1)} - -.bbp-mfp-zoom-in .bbp-the-content-wrapper div.mce-panel.error iframe#bbp_topic_content_ifr{opacity:.5} - -.bbp-mfp-zoom-in .bb-form-select-fields{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px}@media only screen and (max-width:544px){ - -.bbp-mfp-zoom-in .bb-form-select-fields{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.bbp-mfp-zoom-in .bb-form-select-fields .bb_subscriptions_active{margin-bottom:20px}}@media only screen and (max-width:800px){ - -.bbp-mfp-zoom-in .bbp-topic-form .bb-form-select-fields{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.bbp-mfp-zoom-in .bbp-topic-form .bb-form-select-fields .bbp_topic_form_type_wrapper{width:100%;max-width:100%;margin-bottom:15px} - -.bbp-mfp-zoom-in .bbp-topic-form .bb-form-select-fields .bbp_topic_subscription_wrapper{margin-bottom:20px}} - -.bbp-mfp-zoom-in .bb-form_rev_wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 15px} - -.bbp-mfp-zoom-in .bb-form_rev_wrapper fieldset.bbp-form>div{-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.bbp-mfp-zoom-in .bb-form_rev_wrapper fieldset.bbp-form legend{margin-left:10px} - -.bbp-mfp-zoom-in .bb-form_rev_wrapper fieldset.bbp-form label[for=bbp_reply_edit_reason],.bbp-mfp-zoom-in .bb-form_rev_wrapper fieldset.bbp-form label[for=bbp_topic_edit_reason]{display:none} - -.bbp-mfp-zoom-in .bb-form_rev_wrapper fieldset.bbp-form label{font-size:14px;color:var(--bb-body-text-color)} - -.bbp-mfp-zoom-in ::-webkit-input-placeholder{color:#939597} - -.bbp-mfp-zoom-in :-ms-input-placeholder{color:#939597} - -.bbp-mfp-zoom-in ::placeholder{color:#939597} - -fieldset.bbp-form .bbp-submit-wrapper{margin-right:auto;margin-top:0;-ms-flex-flow:row;flex-flow:row;-webkit-box-flex:inherit;-ms-flex:inherit;flex:inherit} - -fieldset.bbp-form .bbp-submit-wrapper .button.submit{min-width:auto;margin-right:20px} - -fieldset.bbp-form .bbp-submit-wrapper a#bbp-cancel-reply-to-link,fieldset.bbp-form .bbp-submit-wrapper a#bbp-close-btn{color:var(--bb-alternate-text-color);font-size:14px} - -fieldset.bbp-form .bbp-submit-wrapper a#bbp-cancel-reply-to-link:hover,fieldset.bbp-form .bbp-submit-wrapper a#bbp-close-btn:hover{color:var(--bb-primary-color)} - -.bbp-template-notice{padding:10px;line-height:1.4;font-size:14px} - -.bbp-template-notice p{margin:0} - -.bbp_topic_tags_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0!important;padding:5px 25px;border-bottom:1px solid var(--bb-content-border-color);border-top:1px solid var(--bb-content-border-color)} - -.bbp_topic_tags_wrapper label{display:none!important} - -.bbp_topic_tags_wrapper>span>i{color:#939597;font-size:18px;position:relative;top:2px} - -.bbp_topic_tags_wrapper #bbp_topic_tags{border:0;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0;width:100%;margin:0!important} - -body .bbp_topic_tags_wrapper .bb-select-container.select2-selection.select2-selection--multiple{background-color:transparent} - -#bbpress-forums .bb-modal-box div.bbp-the-content-wrapper{margin:0} - -.bb-modal-box .bb-form-select-fields{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px 25px} - -#bbpress-forums .bb-modal.bbp-reply-form .bbp-the-content,#bbpress-forums .bb-modal.bbp-topic-form .bbp-the-content{position:relative} - -#bbpress-forums .bb-modal.bbp-reply-form .bbp-the-content[contenteditable=true]:empty::after,#bbpress-forums .bb-modal.bbp-topic-form .bbp-the-content[contenteditable=true]:empty::after{color:#c3c6c9;content:attr(data-placeholder)!important;position:absolute;right:0;top:0;padding:inherit;font-style:normal} - -#bbpress-forums .bb-modal.bbp-reply-form .bbp-the-content.medium-editor-placeholder:not(:empty)::after,#bbpress-forums .bb-modal.bbp-topic-form .bbp-the-content.medium-editor-placeholder:not(:empty)::after{display:none} - -.emojionearea.bbp-the-content.error{color:inherit} - -#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form,.elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form{margin:0} - -#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form fieldset.bbp-form-anonymous+.bbp_topic_title_wrapper,.elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form fieldset.bbp-form-anonymous+.bbp_topic_title_wrapper{padding-top:15px} - -#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form fieldset.bbp-form-anonymous+.bbp_topic_title_wrapper #bbp_topic_title,.elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form fieldset.bbp-form-anonymous+.bbp_topic_title_wrapper #bbp_topic_title{border:1px solid var(--bb-content-border-color)} - -#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form fieldset.bbp-form-anonymous+.bbp_topic_title_wrapper #bbp_topic_title.error,.elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form fieldset.bbp-form-anonymous+.bbp_topic_title_wrapper #bbp_topic_title.error{border:0} - -#bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_title_wrapper,.elementor-location-popup #bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper{margin:0;padding:18px 25px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative} - -#bbpress-forums .bb-modal.bbp-topic-form .new_topic_title_avatar img.avatar,.elementor-location-popup #bbpress-forums .bbp-topic-form .new_topic_title_avatar img.avatar{max-width:44px} - -#bbpress-forums .bb-modal.bbp-topic-form .new_topic_title,.elementor-location-popup #bbpress-forums .bbp-topic-form .new_topic_title{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-left:20px;margin:0 15px} - -#bbpress-forums .bb-modal.bbp-topic-form label,.elementor-location-popup #bbpress-forums .bbp-topic-form label{display:none} - -#bbpress-forums .bb-modal.bbp-topic-form #bbp_topic_title,.elementor-location-popup #bbpress-forums .bbp-topic-form #bbp_topic_title{border:0;width:100%} - -#bbpress-forums .bb-modal.bbp-topic-form .bb-model-close-button,.elementor-location-popup #bbpress-forums .bbp-topic-form .bb-model-close-button{position:absolute;left:25px;top:22px} - -#bbpress-forums .bb-modal.bbp-topic-form .bb-model-close-button:hover,.elementor-location-popup #bbpress-forums .bbp-topic-form .bb-model-close-button:hover{color:var(--bb-primary-color)} - -#bbpress-forums .bb-modal.bbp-topic-form #wp-bbp_topic_content-wrap .wp-editor-container,.elementor-location-popup #bbpress-forums .bbp-topic-form #wp-bbp_topic_content-wrap .wp-editor-container{border-right:0;border-left:0} - -#bbpress-forums .bb-modal.bbp-topic-form #wp-bbp_topic_content-wrap .quicktags-toolbar,.elementor-location-popup #bbpress-forums .bbp-topic-form #wp-bbp_topic_content-wrap .quicktags-toolbar{border-radius:0;background-color:rgba(146,164,183,.1)} - -#bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_subscription_wrapper,.elementor-location-popup #bbpress-forums .bbp-topic-form .bbp_topic_subscription_wrapper{-webkit-box-flex:1;-ms-flex:auto;flex:auto} - -#bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_form_forum_wrapper,.elementor-location-popup #bbpress-forums .bbp-topic-form .bbp_topic_form_forum_wrapper{max-width:200px} - -#bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_form_forum_wrapper label,.elementor-location-popup #bbpress-forums .bbp-topic-form .bbp_topic_form_forum_wrapper label{display:none} - -#bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_form_type_wrapper,.elementor-location-popup #bbpress-forums .bbp-topic-form .bbp_topic_form_type_wrapper{max-width:220px;min-width:180px} - -#bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_form_type_wrapper label,.elementor-location-popup #bbpress-forums .bbp-topic-form .bbp_topic_form_type_wrapper label{display:none} - -#bbpress-forums .bb-modal.bbp-topic-form .bp-feedback,.elementor-location-popup #bbpress-forums .bbp-topic-form .bp-feedback{margin:10px} - -#bbpress-forums .bb-modal.bbp-topic-form .bbp-tags-icon,.elementor-location-popup #bbpress-forums .bbp-topic-form .bbp-tags-icon{display:inline-block} - -#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form-anonymous,.elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form-anonymous{padding:0 15px} - -#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form-anonymous>legend,.elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form-anonymous>legend{padding-top:10px;padding-bottom:5px;color:var(--bb-headings-color)} - -#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form-anonymous p,.elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form-anonymous p{margin-bottom:15px} - -#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form-anonymous p:last-child,.elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form-anonymous p:last-child{margin-bottom:0} - -#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form-anonymous label,.elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form-anonymous label{display:none} - -#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form-anonymous input[type=text],.elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form-anonymous input[type=text]{width:100%} - -.elementor-location-popup .elementor-element-populated #bbpress-forums{margin:-10px;font-size:16px} - -.elementor-location-popup .elementor-element-populated #bbpress-forums .bb-form-select-fields{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px 5px;margin:0} - -.elementor-location-popup .elementor-element-populated #bbpress-forums .bb-form-select-fields select{margin:0;min-width:130px} - -.elementor-location-popup .elementor-element-populated #bbpress-forums .avatar{border-radius:50%} - -.elementor-popup-modal~.select2-container.select2-container--open{z-index:9999} - -#bbpress-forums .bb-modal.bbp-reply-form .bp-feedback{margin:10px} - -#bbpress-forums .bb-modal.bbp-reply-form .wp-editor-container{border-right:0;border-left:0} - -#bbpress-forums .bb-modal.bbp-reply-form .wp-editor-container div.mce-panel.error{background-color:rgba(var(--bb-danger-color),.1)} - -#bbpress-forums .bb-modal.bbp-reply-form .wp-editor-container div.mce-panel.error iframe#bbp_reply_content_ifr{opacity:.5} - -#bbpress-forums .bb-modal.bbp-reply-form .quicktags-toolbar{border-radius:0;background-color:rgba(146,164,183,.1)} - -#bbpress-forums .bb-modal.bbp-reply-form .bb_subscriptions_active{padding:0 10px;-webkit-box-flex:1;-ms-flex:auto;flex:auto} - -#bbpress-forums .bb-modal.bbp-reply-form fieldset.bbp-form-anonymous{padding:0 15px} - -#bbpress-forums .bb-modal.bbp-reply-form fieldset.bbp-form-anonymous>legend{padding-top:10px;padding-right:0} - -#bbpress-forums .bb-modal.bbp-reply-form fieldset.bbp-form-anonymous p{margin-bottom:15px} - -#bbpress-forums .bb-modal.bbp-reply-form fieldset.bbp-form-anonymous label{display:none} - -#bbpress-forums .bb-modal.bbp-reply-form fieldset.bbp-form-anonymous input[type=text]{width:100%} - -#bbpress-forums .bbp-reply-form.bb-modal{box-shadow:none;padding:10px 0;border:0} - -#bbpress-forums .bbp-reply-form.bb-modal form{margin-bottom:0} - -#bbpress-forums .bbp-reply-form.bb-modal fieldset.bbp-form{margin:0} - -#bbpress-forums .bbp-reply-form.bb-modal fieldset.bbp-form>legend{font-size:16px;font-weight:600;color:var(--bb-headings-color);margin-bottom:0;width:100%;padding:20px 25px 0} - -#bbpress-forums .bbp-reply-form.bb-modal #whats-new-toolbar,#bbpress-forums .bbp-reply-form.bb-modal .bb-form-select-fields,#bbpress-forums .bbp-reply-form.bb-modal .bbp-the-content,#bbpress-forums .bbp-reply-form.bb-modal .bbp_topic_tags_wrapper,#bbpress-forums .bbp-reply-form.bb-modal .medium-editor-placeholder{padding-right:25px;padding-left:25px} - -#bbpress-forums .bbp-reply-form.bb-modal #whats-new-toolbar .post-elements-buttons-item .bbp-the-content{padding-right:0;padding-left:0} - -#bbpress-forums .bbp-reply-form.bb-modal .bbp-submit-wrapper .button.submit{min-width:auto} - -#bbpress-forums .bbp-reply-form.bb-modal .wp-editor-container{border-right:1px solid var(--bb-content-border-color);border-left:1px solid var(--bb-content-border-color)} - -#bbpress-forums .bbp-reply-form.bb-modal div.bbp-submit-wrapper{margin-top:0} - -#bbpress-forums .bbp-reply-form.bb-modal a#bbp-cancel-reply-to-link,#bbpress-forums .bbp-reply-form.bb-modal a#bbp-close-btn{font-size:14px;margin-right:10px;font-weight:400;color:var(--bb-headings-color)} - -#bbpress-forums .bbp-reply-form.bb-modal a#bbp-cancel-reply-to-link:hover,#bbpress-forums .bbp-reply-form.bb-modal a#bbp-close-btn:hover{color:var(--bb-primary-color)} - -#bbpress-forums .bbp-reply-form.bb-modal a#bbp-cancel-reply-to-link{color:var(--bb-alternate-text-color)} - -#bbpress-forums .bbp-topic-form.bb-modal a#bbp-close-btn:hover{color:var(--bb-primary-color)} - -#bbpress-forums .bbp-reply-form.bb-modal #whats-new-toolbar .medium-editor-toolbar,#bbpress-forums .bbp-topic-form.bb-modal #whats-new-toolbar .medium-editor-toolbar{right:49px} - -#bbpress-forums .bbp-reply-form.bb-modal .bb-icon-close::before,#bbpress-forums .bbp-topic-form.bb-modal .bb-icon-close::before{color:var(--bb-headings-color);font-size:24px} - -.bbp-reply-form .medium-editor-element:not(.emojionearea),.bbp-topic-form .medium-editor-element:not(.emojionearea){border-radius:0;border-right:0;border-left:0;border-top:1px solid var(--bb-content-border-color);min-height:120px} - -.bbp-reply-form .medium-editor-element:not(.emojionearea)::after,.bbp-topic-form .medium-editor-element:not(.emojionearea)::after{pointer-events:none} - -.bbp-reply-form .emojionearea.medium-editor-element,.bbp-topic-form .emojionearea.medium-editor-element{min-height:1px} - -.bbp-reply-form #whats-new-toolbar,.bbp-topic-form #whats-new-toolbar{padding:15px 25px} - -.bbp-reply-form #whats-new-attachments,.bbp-topic-form #whats-new-attachments{padding:0 15px} - -.bbp-reply-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom,.bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom{top:-194px;right:40px;margin-top:0} - -.bbp-reply-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after,.bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{right:-14px;top:200px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)} - -.bbp-reply-form .gif-media-search-dropdown.open,.bbp-topic-form .gif-media-search-dropdown.open{right:50px;top:-190px} - -.bbp-reply-form .gif-media-search-dropdown::before,.bbp-topic-form .gif-media-search-dropdown::before{right:0;top:140px;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)} - -.bbp-reply-form #whats-new-toolbar .medium-editor-toolbar,.bbp-topic-form #whats-new-toolbar .medium-editor-toolbar{background-color:var(--bb-content-background-color)} - -#bbpress-forums .bbp-reply-content li>ol,#bbpress-forums .bbp-reply-content li>ul,#bbpress-forums .bbp-reply-form li>ol,#bbpress-forums .bbp-reply-form li>ul,#bbpress-forums .bbp-topic-form li>ol,#bbpress-forums .bbp-topic-form li>ul,.bbp_reply_create li>ol,.bbp_reply_create li>ul,.bbp_topic_create li>ol,.bbp_topic_create li>ul{margin-bottom:0} - -.forums-attached-gif-container.closed{display:none} - -.bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom{top:-184px} - -.bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{top:190px} - -.bbp-topic-form .gif-media-search-dropdown.open{top:-180px} - -.bbp-topic-form .gif-media-search-dropdown::before{top:190px} - -.bb-modal-box form{margin:0} - -.bb-modal-box #bbp_stick_topic_select{margin:0!important} - -#bbpress-forums .bb-modal.bb-modal-box{top:50%;right:5px;left:5px;display:none;position:fixed;z-index:999992;margin:0 auto;width:90%;max-width:800px;padding:0;box-shadow:0 6px 24px 0 rgba(18,43,70,.08);max-height:-webkit-calc(100vh - 50px);max-height:calc(100vh - 50px);overflow-y:auto;overflow-x:hidden;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius)} - -#bbpress-forums .bb-modal.bb-modal-box .bbp-the-content-wrapper.loading{text-align:center;padding:0;position:relative} - -#bbpress-forums .bb-modal.bb-modal-box .bbp-the-content-wrapper.loading::after{content:"\ef30";font:normal normal 400 22px/1 bb-icons;margin:0;display:inline-block;text-align:center;color:#939597;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;position:absolute;top:50%;margin-top:-11px} - -#bbpress-forums .bb-modal.bb-modal-box .bbp-the-content-wrapper.loading>div[data-placeholder]{pointer-events:none} - -#bbpress-forums .bb-modal.bb-modal-box .bbp-the-content-wrapper.loading>div[data-placeholder]::after{color:#c3c6c9;content:attr(data-placeholder)!important;position:absolute;right:0;top:0;padding:inherit;font-style:normal} - -.bb-modal-overlay{opacity:0;position:fixed;top:0;right:0;z-index:999991;width:100%;height:100%;background-color:rgba(250,251,253,.9);box-shadow:0 6px 24px 0 rgba(18,43,70,.1)} - -.bb-modal-overlay-open{overflow:hidden} - -#bbp-cancel-reply-to-link{display:none} - -.reply-edit fieldset.bbp-form .bbp-submit-wrapper .button.submit,.topic-edit fieldset.bbp-form .bbp-submit-wrapper .button.submit{margin-right:0;margin-top:20px} - -.reply-edit .bbp_topic_title_wrapper,.topic-edit .bbp_topic_title_wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px} - -.reply-edit #bbp_editor_topic_content,.topic-edit #bbp_editor_topic_content{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:3px} - -.reply-edit .bbp-reply-form #whats-new-attachments,.reply-edit .bbp-reply-form #whats-new-toolbar,.reply-edit .bbp-topic-form #whats-new-attachments,.reply-edit .bbp-topic-form #whats-new-toolbar,.topic-edit .bbp-reply-form #whats-new-attachments,.topic-edit .bbp-reply-form #whats-new-toolbar,.topic-edit .bbp-topic-form #whats-new-attachments,.topic-edit .bbp-topic-form #whats-new-toolbar{padding:0} - -.reply-edit .bbp-form #whats-new-attachments,.reply-edit .bbp-form #whats-new-toolbar,.topic-edit .bbp-form #whats-new-attachments,.topic-edit .bbp-form #whats-new-toolbar{margin-bottom:15px} - -.reply-edit .bbp-topic-form #whats-new-toolbar,.topic-edit .bbp-topic-form #whats-new-toolbar{margin-bottom:15px} - -.reply-edit .bbp-form .emojionearea.medium-editor-element,.topic-edit .bbp-form .emojionearea.medium-editor-element{background:100% 0} - -.reply-edit .bbp-form .bbp_topic_tags_wrapper,.topic-edit .bbp-form .bbp_topic_tags_wrapper{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner);padding:0 12px;margin-bottom:10px!important} - -.reply-edit #bbp_topic_tags,.topic-edit #bbp_topic_tags{padding:0 12px} - -.reply-edit .bbp-form .bb-form-select-fields,.topic-edit .bbp-form .bb-form-select-fields{display:block} - -.reply-edit #bbp-close-btn,.topic-edit #bbp-close-btn{display:none} - -.reply-edit .bb-form-select-fields .bb_subscriptions_active{padding-bottom:0} - -.reply-edit #bbpress-forums .bb-form_rev_wrapper fieldset.bbp-form{margin:0} - -.groups.reply-edit #item-body>h3,.groups.topic-edit #item-body>h3{display:none} - -.tagify{border:0;width:100%} - -.tagify__input{margin:3px 0;padding:0} - -.tagify__tag>div{padding:0 10px 0 22px} - -.tagify__tag__removeBtn{font-size:16px;line-height:13px} - -.tagify__tag{margin:3px 0 3px 5px} - -.tagify__input:empty::before{opacity:.3} - -span.tagify__tag-text{font-size:15px} - -#bbp-reply-exerpt{margin:0 -15px;padding:10px 15px 20px;font-size:14px;color:#999;font-weight:400} - -#new-post:not(.submitting) .bb-icon-loader,#new-post:not(.submitting) .bb-icon-spinner{display:none} - -#new-post .bb-url-scrapper-container{max-width:753px} - -#new-post .bb-url-scrapper-container .bb-icon-spinner{display:inline-block} - -body:not(.topic-edit) #new-post input.select2-search__field{padding:0}@media screen and (max-width:544px){ - -.bbp-reply-form .post-emoji:nth-child(5)[data-bp-tooltip][data-bp-tooltip-pos=down-left]::after,.bbp-reply-form .post-emoji:nth-child(6)[data-bp-tooltip][data-bp-tooltip-pos=down-left]::after,.bbp-topic-form .post-emoji:nth-child(5)[data-bp-tooltip][data-bp-tooltip-pos=down-left]::after,.bbp-topic-form .post-emoji:nth-child(6)[data-bp-tooltip][data-bp-tooltip-pos=down-left]::after{margin-top:16px} - -.bbp-reply-form .post-emoji:nth-child(5)[data-bp-tooltip][data-bp-tooltip-pos=down-left]::before,.bbp-reply-form .post-emoji:nth-child(6)[data-bp-tooltip][data-bp-tooltip-pos=down-left]::before,.bbp-topic-form .post-emoji:nth-child(5)[data-bp-tooltip][data-bp-tooltip-pos=down-left]::before,.bbp-topic-form .post-emoji:nth-child(6)[data-bp-tooltip][data-bp-tooltip-pos=down-left]::before{margin-top:10px} - -.bbp-reply-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom,.bbp-reply-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom,.bbp-topic-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom,.bbp-topic-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom{height:230px;margin-bottom:10px} - -.bbp-reply-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper,.bbp-reply-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper,.bbp-topic-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper,.bbp-topic-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper{height:230px} - -.bbp-reply-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper .emojionearea-search-panel+.emojionearea-scroll-area,.bbp-reply-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper .emojionearea-search-panel+.emojionearea-scroll-area,.bbp-topic-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper .emojionearea-search-panel+.emojionearea-scroll-area,.bbp-topic-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper .emojionearea-search-panel+.emojionearea-scroll-area{height:140px} - -.bbp-reply-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom,.bbp-topic-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom{top:50px;right:-140px} - -.bbp-reply-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after,.bbp-topic-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{top:-12px;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);right:142px} - -.bbp-reply-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom,.bbp-topic-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom{top:50px;right:-179px} - -.bbp-reply-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after,.bbp-topic-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{top:-12px;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);right:181px} - -.bbp-reply-form .post-gif:nth-child(4)[data-bp-tooltip][data-bp-tooltip-pos=down-left]::after,.bbp-topic-form .post-gif:nth-child(4)[data-bp-tooltip][data-bp-tooltip-pos=down-left]::after{margin-top:16px} - -.bbp-reply-form .post-gif:nth-child(4)[data-bp-tooltip][data-bp-tooltip-pos=down-left]::before,.bbp-topic-form .post-gif:nth-child(4)[data-bp-tooltip][data-bp-tooltip-pos=down-left]::before{margin-top:10px} - -.bbp-reply-form .post-gif:nth-child(4) .gif-media-search-dropdown.open,.bbp-topic-form .post-gif:nth-child(4) .gif-media-search-dropdown.open{top:20px;right:-90px} - -.bbp-reply-form .post-gif:nth-child(4) .gif-media-search-dropdown.open::before,.bbp-topic-form .post-gif:nth-child(4) .gif-media-search-dropdown.open::before{top:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);right:110px} - -.bbp-reply-form .post-gif:nth-child(5) .gif-media-search-dropdown.open,.bbp-topic-form .post-gif:nth-child(5) .gif-media-search-dropdown.open{top:20px;right:-124px} - -.bbp-reply-form .post-gif:nth-child(5) .gif-media-search-dropdown.open::before,.bbp-topic-form .post-gif:nth-child(5) .gif-media-search-dropdown.open::before{top:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);right:144px}} - -#bbpress-forums.bbpress-forums-activity .bb-modal{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);bottom:auto} - -#bbpress-forums .bs-forums-items li .fluid-width-video-wrapper iframe{border-radius:var(--bb-block-radius-inner)} - -#bbpress-forums .bs-forums-items li iframe.twitter-timeline{border:1px solid var(--bb-content-border-color);border-radius:18px} - -#bbpress-forums .bs-forums-items li iframe[style="border-radius: 12px"]{border-radius:var(--bb-block-radius-inner)!important} - -.bbp-reply-form-success-modal .bbp-reply-form-success{position:fixed;right:0;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);padding:0;border-color:#e7e9ec} - -.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .activity-inner p{margin:0;color:#7f868f} - -.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #e7e9ec;padding:20px 15px} - -.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .activity-discussion-title-wrap{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:600} - -.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .activity-discussion-title-wrap a{color:var(--bb-headings-color)} - -.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;width:95%}@media only screen and (max-width:992px){ - -.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}} - -.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title .reply-to{width:auto;margin-left:5px}@media only screen and (max-width:992px){ - -.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title .reply-to{width:100%}}@media only screen and (max-width:992px){ - -.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title .discussion-title{width:100%}} - -.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title .discussion-title p{margin-bottom:0} - -.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title .discussion-title a{text-align:right} - -.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title .discussion-title .activity-list{padding:0} - -.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .close [class*=bb-icon-]::before{font-size:24px;color:var(--bb-headings-color)} - -.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .close:hover [class*=bb-icon-]::before{color:inherit} - -.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .close .js-modal-close:hover{color:var(--bb-primary-color)} - -.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .activity-inner{padding:20px 15px 10px} - -.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .view-reply-button{padding:0 15px 25px} - -.bbp-reply-form.bb-modal-box .bbp-form legend{position:relative} - -.bbp-reply-form.bb-modal-box .bbp-form legend .js-modal-close{position:absolute;left:20px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)} - -.bbp-reply-form.bb-modal-box .bbp-form legend .js-modal-close .bb-icon-close::before{color:var(--bb-headings-color);font-size:24px} - -.bb-quick-reply-form-wrap .bbp-reply-form .bbp-form>legend{padding:25px 15px!important;color:var(--bb-alternate-text-color)!important} - -.bb-quick-reply-form-wrap .bbp-reply-form .bbp-form>legend #bbp-reply-exerpt{font-weight:600;font-size:inherit;color:var(--bb-headings-color);padding-right:0;padding-left:0;margin-right:0;margin-left:0} - -.bb-quick-reply-form-wrap .bbp-reply-form .bbp-form>legend .js-modal-close .bb-model-close-button{color:var(--bb-headings-color);font-size:24px} - -body.activity .bb-modal-overlay{background:rgba(250,251,253,.9);opacity:1} - -body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-media-wrap .entry-img{border-radius:4px} - -body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-media-wrap .entry-img img{width:100%} - -body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-media-wrap.bb-media-length-1 .bb-activity-media-elem{width:-webkit-calc(100% - 24px);width:calc(100% - 24px);margin:12px auto;border:none} - -body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-media-wrap.bb-media-length-1 .bb-activity-media-elem .entry-img img{width:auto;max-height:640px;margin:0 auto} - -body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-media-wrap:not(.bb-media-length-1){border:9px solid transparent} - -body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-media-wrap:not(.bb-media-length-1) .bb-activity-media-elem{padding:3px} - -body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-video-wrap.bb-video-length-1{width:-webkit-calc(100% - 24px);width:calc(100% - 24px);margin:12px auto;border-radius:4px} - -body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-video-wrap.bb-video-length-1 .bb-activity-video-elem{padding:0} - -body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-video-wrap:not(.bb-video-length-1){padding:9px;margin:0} - -body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-video-wrap .bb-activity-video-elem .single-activity-video{border-radius:4px} - -body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-video-wrap .bb-activity-video-elem .single-activity-video::after{border:0;border-radius:4px} - -body.activity .activity .activity-list .bbp_reply_create .activity-inner{border-radius:4px} - -body.activity .activity .activity-list .bbp_reply_create .activity-inner .media-activity .bb-open-media-theatre{width:100%;border-radius:4px;background-color:var(--bb-cover-image-background-color)} - -body.activity .activity .activity-list .bbp_reply_create .activity-inner .media-activity .bb-open-media-theatre .photo{margin:0 auto} - -body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-media-wrap.bb-media-length-1 .bb-activity-media-elem{width:-webkit-calc(100% - 24px);width:calc(100% - 24px);margin:12px auto;border:none} - -body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-media-wrap.bb-media-length-1 .bb-activity-media-elem .entry-img img{max-height:640px;margin:0 auto} - -body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-media-wrap:not(.bb-media-length-1){border:9px solid transparent} - -body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-media-wrap:not(.bb-media-length-1) .bb-activity-media-elem{padding:3px} - -body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-video-wrap.bb-video-length-1{width:-webkit-calc(100% - 24px);width:calc(100% - 24px);margin:12px auto;border-radius:4px} - -body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-video-wrap.bb-video-length-1 .bb-activity-video-elem{padding:0} - -body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-video-wrap:not(.bb-video-length-1){padding:9px;margin:0} - -body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-video-wrap .bb-activity-video-elem .single-activity-video{border-radius:4px} - -body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-video-wrap .bb-activity-video-elem .single-activity-video::after{border:0;border-radius:4px} - -body.page #bbpress-forums .bb-single-reply-list.list-view .bs-item-wrap{border-radius:var(--bb-block-radius) var(--bb-block-radius)} - -body.page #bbpress-forums .bb-single-reply-list .bs-item-wrap .bs-reply-list-item{padding:0} - -body.page #bbpress-forums .bb-single-reply-list .bs-item-wrap .bs-reply-list-item:hover{background-color:transparent!important} - -body.page #bbpress-forums .bb-single-reply-list .bs-item-wrap .bs-reply-header .item-meta{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start} - -body.page #bbpress-forums .bb-single-reply-list .bs-item-wrap .bs-reply-header .item-meta h3{width:100%} \ No newline at end of file +#bbpress-forums #bbp-user-wrapper div.item-list-tabs ul:after,#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]):after{content:" ";display:table;clear:both}#bbpress-forums{font-size:inherit}#bbpress-forums .bb-topic-states .bbp-meta{position:absolute;margin-top:15px;left:0}@media screen and (max-width:800px){#bbpress-forums .bb-topic-states .bbp-meta{margin-top:0;top:0}}#bbpress-forums .bs-header-item.topic-lead .bb-topic-states .bbp-meta{position:relative;left:initial;margin:0}@media screen and (max-width:480px){#bbpress-forums .item-title .title-wrap{padding-left:50px}}#bbpress-forums .item-description{font-size:14px}#bbpress-forums .item-description p{margin-bottom:10px}@media screen and (min-width:800px){#bbpress-forums .bb-topic-states{position:relative}}.forum-archive .entry-header .bs-dir-search{margin-top:-29px}@media screen and (max-width:540px){.forum-archive .entry-header .bs-dir-search{margin:20px 0}}.forum-archive .bp-search-ac.ui-autocomplete.bp-forum-search-ac-header{min-width:initial}.topic-edit .bbp_topic_title_wrapper .new_topic_title{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:10px}.bs-forums-banner{padding:76px 20px}.entry-content .bs-forums-banner{margin-top:-30px}.bs-forums-banner.has-banner-img{background-repeat:no-repeat;background-size:cover;background-position:center;color:#fff}.bs-forums-banner.has-banner-img .bs-search-form{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.4);border-radius:var(--bb-input-radius)}.bs-forums-banner.has-banner-img .bs-search-form:before{color:#fff;opacity:.9}.bs-forums-banner.has-banner-img input[type=text]{color:#fff}.bs-forums-banner.has-banner-img input[type=text].placeholder{color:#fff;opacity:.85}.bs-forums-banner.has-banner-img input[type=text]:placeholder{color:#fff;opacity:.85}.bs-forums-banner.has-banner-img input[type=text]::-webkit-input-placeholder{color:#fff;opacity:.85}.bs-forums-banner.has-banner-img input[type=text]:-ms-input-placeholder{color:#fff;opacity:.85}.bs-forums-banner.has-banner-img input[type=text]::placeholder{color:#fff;opacity:.85}.bs-forums-banner.has-banner-img input[type=text]:input-placeholder{color:#fff;opacity:.85}.bs-forums-banner.has-banner-img input[type=text]::input-placeholder{color:#fff;opacity:.85}.bs-forums-banner.has-banner-img .search-form_reset{color:#fff;opacity:.85}.bs-forums-banner.has-banner-img h1,.bs-forums-banner.has-banner-img p{color:#fff}.bs-forums-banner h1{font-size:36px;font-weight:500;letter-spacing:0}.bs-forums-banner p{opacity:.9;font-size:18px;font-weight:300;letter-spacing:-.24px;line-height:26px}.bs-forums-banner #forums-dir-search.bs-dir-search.bs-forums-search{float:none;margin:0 auto 15px;text-align:right;max-width:575px;width:98%}.bs-forums-banner #forums-dir-search.bs-dir-search.bs-forums-search #bbp_search{height:50px;padding-right:52px;width:100%}.bs-forums-banner .bs-search-form:before{top:15px;font-size:20px;right:18px}#bbpress-forums ul{clear:both}.bbp-the-content-wrapper .bbp-the-content ul{list-style-type:disc}#bbpress-forums{overflow:initial}#bbpress-forums h1:not(.bb-banner-title){font-size:1.75rem;line-height:1.5rem;margin:0;padding:0}#bbpress-forums ul.grid{margin-right:-10px;margin-left:-10px}#bbpress-forums ul.grid>li{margin-bottom:20px;padding-bottom:0}#bbpress-forums li.bs-item-wrap{background-color:var(--bb-content-background-color);margin:0 0 -1px}#bbpress-forums li.bs-item-wrap .bp-feedback.info{width:100%}#bbpress-forums .bbp-breadcrumb{display:none}#bbpress-forums>.bbp-forum-content-wrap{margin-top:0}#bbpress-forums>.bbp-forum-content-wrap p{margin-bottom:0}#bbpress-forums .bbp-forum-child .bbp-breadcrumb{display:block;font-size:12px;padding:10px 0;max-width:50%}@media (max-width:900px){#bbpress-forums .bbp-forum-child .bbp-breadcrumb{float:none;max-width:100%}}#bbpress-forums .bbp-forum-child .bbp-breadcrumb p{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:0}#bbpress-forums .bbp-forum-child .bbp-breadcrumb .bb-icon-angle-right{margin:0 3px}#bbpress-forums .bbp-forum-child .bbp-breadcrumb .bbp-breadcrumb-current,#bbpress-forums .bbp-forum-child .bbp-breadcrumb .bbp-breadcrumb-forum{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:50%}#bbpress-forums .bbp-forum-child .bbp-breadcrumb:first-child~.bbp-template-notice{display:none}#bbpress-forums fieldset.bbp-form{border:0;padding:0;margin:0}#bbpress-forums .bs-reply-list li.bs-reply-list-item:not(:last-child){margin-bottom:20px}#bbpress-forums .bs-dropdown{background:var(--bb-content-background-color)}#bbpress-forums .bs-reply-list{width:100%}#bbpress-forums fieldset.bbp-form legend{padding:5px 20px;font-size:16px}#bbpress-forums fieldset.bbp-form legend .js-modal-close{left:25px;top:15px;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);color:rgba(17,49,80,.4)}#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]){border-bottom:1px solid #eef0f3;overflow:visible}#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li{margin:0 0 0 30px}#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li:last-child{margin:0}#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li a,#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li span{display:block;padding:0 0 16px;text-decoration:none;font-size:14px}#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li a span,#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li a:hover span{background:#c8cbcf;border-radius:100px;font-size:11px;font-weight:600;color:#fff;letter-spacing:-.26px;line-height:12px;border:0;min-width:25px;display:inline-block;padding:3px}#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li.current a,#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li.selected a{background-color:transparent;border-bottom:1px solid var(--bb-primary-color);margin-bottom:-1px;opacity:1;font-weight:500;color:var(--bb-headings-color)}#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li.current a span,#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li.selected a span{background-color:var(--bb-primary-color)}#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav{border-top:1px solid var(--bb-content-border-color);margin-top:20px;margin-bottom:0;overflow:visible}#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav ul{list-style:none;margin:0}#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav li{float:right;margin:0 0 0 30px}#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav a{color:#939597;display:block;padding:15px 0;text-decoration:none;font-size:14px;border:0}#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav .selected a{background-color:transparent;border-bottom:1px solid var(--bb-primary-color);margin-bottom:-1px;opacity:1;font-weight:500;color:var(--bb-headings-color)}#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav .selected a span{background-color:var(--bb-primary-color)}#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav span{background:#c8cbcf;box-shadow:none;border-radius:100px;font-size:11px;font-weight:600;color:#fff;letter-spacing:-.26px;line-height:15px;border:0;min-width:22px;display:inline-block;margin-right:3px;padding:2px 7px 1px;text-align:center;vertical-align:middle}#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav{border-top:0;margin-top:0;margin-bottom:0;overflow:visible}#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav li li{margin:0;display:block;width:100%}#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav li li a{display:block;font-size:13px;font-weight:inherit;color:var(--bb-body-text-color);letter-spacing:-.24px;line-height:1;margin-bottom:1px;padding:.75rem .9375rem}#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav a.more-button{font-size:20px;padding:18px 0;line-height:1.05}#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav a.more-button.active:after{bottom:-10px}#bbpress-forums #bbp-user-wrapper div.item-list-tabs ul.sub-menu{background:#fff;top:50px;padding:10px 0}#bbpress-forums #bbp-user-wrapper div.item-list-tabs li.hideshow.menu-item-has-children>a:after{top:50px}#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav li.hideshow span{float:left}#bbpress-forums #bbp-user-wrapper div.item-list-tabs#subnav{overflow:visible}#bbpress-forums #bbp-user-wrapper .widget-area:not(.widget-area-secondary){padding-top:0}@media screen and (max-width:800px){.bbpress .widget-area{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bbpress.has-sidebar.sidebar-left:not(.bp-user) #primary{padding-top:0}.bbpress.has-sidebar.sidebar-right #primary{padding-bottom:0}}.grid.bs-card-list{margin-bottom:15px}.entry-content .bs-forums-banner-wrap{margin-bottom:35px}.forum-archive #bbpress-forums .content-area.bs-topics-wrapper{padding-top:0;padding-bottom:0}@media screen and (max-width:1200px){.bbpress:not(.bp-user) .container>.grid>.widget-area{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.bs-cover-list>li{margin-bottom:20px}.bb-cover-list-item{position:relative}.entry-content .bs-forum-details h3 a{color:#fff}.bs-forum-details-top{padding:15px 0 0}.bs-forum-details-top p{opacity:.75;font-size:14px;font-weight:300;letter-spacing:-.24px;margin-bottom:0;line-height:1.35;display:block;-webkit-line-clamp:2;-webkit-box-orient:vertical}.bs-forum-details{position:absolute;bottom:0;padding:20px;color:#fff}.bs-forum-details h3{font-size:20px;font-weight:500;margin-bottom:10px;line-height:21px}.bs-forum-details h3 a{color:#fff}.bs-forum-details p{opacity:.75;font-size:14px;font-weight:300;color:#fff;letter-spacing:-.24px;line-height:1.35;display:block;display:-webkit-box;max-height:2.69em;margin:0 auto;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.forums-meta span{opacity:.7;background:rgba(255,255,255,.15);border-radius:100px;display:inline-block;font-size:11px;font-weight:500;line-height:1;color:#fff;letter-spacing:-.24px;padding:4px 10px;margin-left:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:90%}.forums-meta span a{color:inherit}.forums-meta span:nth-child(n+3){display:none}.bs-card-list .bb-cover-wrap{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0;padding-top:48%}.bs-card-list .bb-cover-list-item{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);height:100%;padding-bottom:20px;-webkit-transition:.2s all;transition:.2s all}.bs-card-list .bb-cover-list-item:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1)}.bs-card-list .bs-timestamp{position:absolute;bottom:20px}.bs-card-list .bs-sec-header{margin-bottom:12px}.bs-card-list .forums-meta span{background:rgba(18,43,70,.1);color:var(--bb-headings-color)}.bs-card-list .bb-cover-wrap:after{display:none}.bs-card-list .forums-meta{margin-bottom:12px}.site-content .bs-card-list .bs-sec-header h3{margin-bottom:0}.bs-timestamp{font-size:14px;color:var(--bb-alternate-text-color);letter-spacing:-.24px;line-height:1.6}.bs-timestamp a{color:var(--bb-alternate-text-color)}.bs-timestamp a:hover{color:var(--bb-primary-color)}.bs-cover-list .bs-timestamp a:hover{color:#fff}.bs-cover-list .forums-meta.bb-forums-meta{margin-bottom:0;margin-top:10px}.forums-meta.bb-forums-meta:empty{display:none}.bb-forum-content-wrap{margin-bottom:15px}.bs-card-forum-details{padding:22px 25px}.bs-card-forum-details h3{font-size:20px;line-height:1.2}.bs-card-forum-details h3 a{color:inherit}.bs-card-forum-details h3 a:hover{color:var(--bb-primary-color)}.bs-card-forum-details .bb-forum-content{font-size:14px;letter-spacing:-.24px;line-height:1.35;display:block;display:-webkit-box;margin:0 auto;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.bs-card-forum-details .bb-forum-content p{margin-bottom:0}#bbpress-forums .bs-item-list:not(.bb-tag-items-list) .bs-item-wrap:not(.bs-header-item){border-top:0;border-radius:0}#bbpress-forums .bs-item-list:not(.bb-tag-items-list) .bs-item-wrap.bs-header-item{margin-bottom:0}.bs-item-wrap.bs-header-item{min-height:68px}.bs-forums-items .item-title a{font-size:16px}#bbpress-forums#bbpress-forums .bs-forums-items .bs-section-title{font-size:1.125rem;letter-spacing:-.24px;line-height:1;margin:0}#bbpress-forums#bbpress-forums .bs-forums-items .item-avatar{font-size:0;-ms-flex-item-align:start;align-self:flex-start}#bbpress-forums#bbpress-forums .bs-forums-items .item-avatar img{border-radius:50%;margin-top:0;image-rendering:optimize-contrast}#bbpress-forums#bbpress-forums .bs-forums-items .item-avatar .bbp-author-name{display:none}#bbpress-forums#bbpress-forums .bs-forums-items .bs-sorting-list{list-style:none;margin-bottom:0}#bbpress-forums#bbpress-forums .bs-forums-items .avatar{max-width:48px}#bbpress-forums#bbpress-forums .bs-forums-items .item-avatar>a{min-width:48px}#bbpress-forums#bbpress-forums .bs-forums-items .item-title{margin-bottom:4px}#bbpress-forums#bbpress-forums .bs-forums-items .item-title a{font-size:16px}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .item-meta{font-size:14px;margin-bottom:10px}#bbpress-forums#bbpress-forums .bs-forums-items.list-view>li>div .item-meta{margin-top:7px;margin-bottom:5px}#bbpress-forums#bbpress-forums .bs-forums-items .item-meta>span{margin-left:5px;margin-bottom:4px;margin-top:5px;display:inline-block}#bbpress-forums#bbpress-forums .bs-forums-items .item-meta .bs-replied{margin-left:10px}#bbpress-forums#bbpress-forums .bs-forums-items i.bb-icon-reply:before{font-size:21px;line-height:0;margin:0;height:auto;width:auto;position:relative;top:3px}#bbpress-forums#bbpress-forums .bs-forums-items.list-view li .bs-reply-list-item:hover,#bbpress-forums#bbpress-forums .bs-forums-items.list-view li.dropdown-open>.bs-reply-list-item{background-color:var(--bb-content-alternate-background-color)}#bbpress-forums#bbpress-forums .bs-forums-items.list-view li .bs-reply-list-item:hover .bs-dropdown-wrap .bs-dropdown-wrap-inner,#bbpress-forums#bbpress-forums .bs-forums-items.list-view li.dropdown-open>.bs-reply-list-item .bs-dropdown-wrap .bs-dropdown-wrap-inner{opacity:1;visibility:visible}#bbpress-forums#bbpress-forums .bs-forums-items.list-view li.bs-header-item.topic-lead .bs-dropdown-wrap .bs-dropdown-wrap-inner{opacity:1;visibility:visible}#bbpress-forums#bbpress-forums .bs-forums-items.list-view:not(.bb-single) li .bs-reply-list-item.in-focus{background-color:var(--bb-content-alternate-background-color)}#bbpress-forums#bbpress-forums .bs-forums-items.list-view.bb-single li .bs-reply-list-item:hover,#bbpress-forums#bbpress-forums .bs-forums-items.list-view.bb-single li.dropdown-open>.bs-reply-list-item{background-color:transparent}#bbpress-forums#bbpress-forums .bs-forums-items .item-tags ul li a:hover{color:var(--bb-headings-color)}#bbpress-forums#bbpress-forums .bs-forums-items .bs-dropdown .bbp-admin-links a{font-size:13px}@media (hover:none) and (pointer:coarse){#bbpress-forums#bbpress-forums .bs-forums-items.list-view li .bs-dropdown-wrap .bs-dropdown-wrap-inner{opacity:1;visibility:visible}}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bb-topic-states>span{margin-right:3px}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bb-topic-states .bb-topic-status{color:var(--bb-alternate-text-color)}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bb-topic-states .sticky:before,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bb-topic-states .super-sticky:not(.unsticky):before{font-weight:300}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bs-dropdown-wrap{margin-right:3px;position:static}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bs-dropdown-wrap .bs-dropdown-wrap-inner>a>i{font-size:22px;color:var(--bb-alternate-text-color);background-color:transparent;padding:0 7px;border:0;border-radius:0;position:relative;top:3px;padding-left:0}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bs-dropdown-wrap .bs-dropdown-wrap-inner>a>i:before{content:"\ee5c";font-weight:300}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-meta{margin:0}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-tags{margin-top:10px;margin-bottom:-5px}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-description{margin:15px 0;line-height:1.5}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-description>ol,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-description>p,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-description>ul{margin-bottom:15px}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-description>ol:last-child,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-description>p:last-child,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-description>ul:last-child{margin-bottom:0}#bbpress-forums#bbpress-forums .bs-forums-items .bbp-topic-revision-log{margin:15px 0 0;list-style:none}#bbpress-forums#bbpress-forums .bs-forums-items.list-view{position:relative;left:initial;top:initial}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap-inner{opacity:0;visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap-inner>a{opacity:1;padding:0;line-height:1}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap-inner>a>i{font-size:19px;color:var(--bb-alternate-text-color);background-color:var(--bb-content-background-color);padding:7px;border:1px solid var(--bb-content-border-color);border-right-width:0;border-radius:3px 0 0 3px}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap-inner>a>i:before{top:0}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap-inner>a:first-child>i{border-right-width:1px;border-radius:0 3px 3px 0}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap-inner>a.bb-reply-actions-button i{margin-right:-5px;padding-right:5px;padding-left:5px}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown{padding:5px 0;z-index:112;max-width:180px;border-radius:var(--bb-block-radius)}@media screen and (max-width:980px){#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown.bb_more_dropdown{padding:0;-webkit-transition:none;transition:none;width:220px;max-width:inherit;bottom:inherit!important}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown.bb_more_dropdown li .bbp-admin-links{padding:0}}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown:after{left:29px}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links{padding:0}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a{padding:10px 14px;color:var(--bb-body-text-color);line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a:before{font-family:bb-icons;font-size:16px;color:var(--bb-alternate-text-color);display:inline-block;margin-left:10px;vertical-align:middle;width:20px;text-align:center}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-close-link:before{content:"\e828"}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-merge-link:before{content:"\eed5"}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-edit-link:before,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-edit-link:before{content:"\ee5a"}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-move-link:before,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-move-link:before{content:"\ee34"}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-restore-link:before,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-restore-link:before{content:"\ee3e";margin-top:-2px}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-delete-link:before,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-delete-link:before{content:"\ef48"}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-split-link:before{content:"\ee67"}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-trash-link:before,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-trash-link:before{content:"\ef48"}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-spam-link:before,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-spam-link:before{content:"\ee08"}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.report-content:before,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.reported-content:before{content:"\ee9c";font-size:15px}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.reported-content{opacity:.8;border-color:transparent}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a:hover{background-color:var(--bb-content-alternate-background-color)}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bb-theme-actions .bb-forum-reply-text{display:none}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bb-theme-no-actions>a{background-color:#fff;padding:3px 9px 3px 11px;color:#9ca8b4;border:1px solid #e7e9ec;border-radius:5px;font-size:14px}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bb-theme-no-actions>a:before{display:none}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bb-theme-no-actions>a:after{display:none}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bb-theme-no-actions>a>i{border:0;background-color:transparent;padding:0;vertical-align:middle}#bbpress-forums#bbpress-forums .bs-forums-items.list-view:not(.bbp-lead-topic)>li:last-child>.bbp-threaded-replies>li:last-child .bs-dropdown-wrap .bs-dropdown,#bbpress-forums#bbpress-forums .bs-forums-items.list-view:not(.bbp-lead-topic)>li:last-child>li:last-child>div .bs-dropdown-wrap .bs-dropdown{bottom:-webkit-calc(100% + 15px);bottom:calc(100% + 15px);top:inherit}#bbpress-forums#bbpress-forums .bs-forums-items .closed .item-title a{opacity:.6;font-weight:400}#bbpress-forums#bbpress-forums .bs-forums-items .bb-icon-reply{margin-right:-2px}#bbpress-forums#bbpress-forums .bs-forums-items .item-tags{position:relative;margin-top:5px;padding-right:25px}#bbpress-forums#bbpress-forums .bs-forums-items .item-tags .bb-icon-tag{-webkit-transform:rotate(-85deg);-ms-transform:rotate(-85deg);transform:rotate(-85deg);position:absolute;right:0;top:2px;font-size:17px;color:#aaa}#bbpress-forums#bbpress-forums .bs-forums-items .item-tags ul{margin:0;list-style:none;display:inline-block}#bbpress-forums#bbpress-forums .bs-forums-items .item-tags ul li{display:inline-block;margin-left:8px;font-size:13px}#bbpress-forums#bbpress-forums .bs-forums-items .item-tags ul li a{color:#aaa}#bbpress-forums#bbpress-forums .bs-forums-items .item-tags ul li a:hover{color:#393e41}#bb-forums-archive-content .bs-card-list{margin-bottom:0}.bs-forums-items .item-meta.bb-reply-meta{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1.3}.bs-forums-items .item-meta>span.bs-like{margin-bottom:0}.bs-replied .bbp-author-avatar{display:none}span.color.bs-meta-item a{font-size:inherit;display:inline-block}@media (min-width:1241px){.bs-forums-meta{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;min-width:0}}.bs-meta-item{background:var(--bb-label-background-color);border-radius:100px;font-size:11px;color:#fff;letter-spacing:-.19px;display:inline-block;line-height:1;margin-right:3px;text-align:center;max-width:100%;vertical-align:middle}body .bs-meta-item.bs-meta-item a{display:block;padding:9px 12px;font-size:13px;color:#fff;opacity:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bs-meta-item.red{background:rgba(255,58,48,.15);color:#ff3a30}.bs-meta-item.green{background:rgba(72,191,30,.15);color:#48bf1e}.bs-meta-item.gray{background:rgba(138,139,145,.15);color:#8a8b91}.bs-meta-item.blue{background:rgba(22,167,241,.15);color:#16a7f1}.bs-meta-item.pink{background:rgba(197,107,218,.15);color:#c56bda}.bs-meta-item.color.no-action:hover{opacity:1}.bs-meta-item .no-links{padding:4px 10px;display:inline-block}.bs-meta-item .no-links.forum-label__is-single{display:none}.bbp-lead-topic .bs-meta-item,body .bbp-lead-topic .bs-meta-item.bs-meta-item{font-size:13px;letter-spacing:-.24px;line-height:28px;min-height:30px}.bbp-lead-topic .bs-meta-item>a,body .bbp-lead-topic .bs-meta-item.bs-meta-item>a{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)}.bbp-lead-topic .bs-meta-item>a:focus,body .bbp-lead-topic .bs-meta-item.bs-meta-item>a:focus{box-shadow:var(--bb-outline-button-focus-shadow)}.bbp-lead-topic .bs-meta-item>a:hover,body .bbp-lead-topic .bs-meta-item.bs-meta-item>a: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)}.bs-replied a{color:var(--bb-alternate-text-color)}.bs-replied a[href=""]{pointer-events:none}.bs-replied a:hover{color:var(--bb-primary-color)}#bbpress-forums .bb-forums-list{margin-bottom:12px}#bbpress-forums .bs-forums-items{margin-bottom:30px}#bbpress-forums .bs-forums-items.bbp-lead-topic{margin-bottom:0;border:0;overflow:visible;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}#bbpress-forums .bb-forums-list{margin-right:-10px;margin-left:-10px}#bbpress-forums .bb-forums-list>li{margin-bottom:20px}.bs-forums-items.bbp-lead-topic .bs-dropdown-wrap a.bb-reply-actions-button.bs-dropdown-link i{border-radius:3px;padding:7px 7px 7px 6px}.forums-header{border-bottom:1px solid #eef0f3;margin-bottom:25px;padding-bottom:25px}.forums-header .flex{-ms-flex-flow:row wrap;flex-flow:row wrap}.bb-sidebar-subforums{margin-right:1.25rem;margin-top:.625rem;margin-bottom:.75rem}.content-area.bs-topics-wrapper{padding-top:35px}.bs-dir-search.bs-forums-search{margin:0 auto 0 0}.bs-model-open .buddypanel{z-index:0}.bs-model-open .bbp-reply-form{position:relative;z-index:0}span.bs-like-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}span.bs-like-inner a{margin-left:5px}.btn-new-topic .bb-icon-edit-square-small:before{font-size:20px;line-height:1px}.bbp_before_forum_new_post{text-align:left}.bbp_before_forum_new_post .button.btn-new-topic{max-width:230px;margin-bottom:0}#bbpress-forums .bbp_before_forum_new_post+ul.bs-forums-items{margin-top:20px}.widget_display_search form#bbp-search-form{position:relative}.widget_display_search form#bbp-search-form input[name=bbp_search]{background-image:none}.widget_display_search form#bbp-search-form:before{content:"\ef10";color:inherit;font-family:bb-icons;font-size:17px;position:absolute;right:9px;top:8px;opacity:.4}.widget_display_search form#bbp-search-form:focus-within:before{opacity:1}.bbp-search-form #bbp_search_submit,.widget_display_search #bbp_search_submit{display:none}.bbp-search-form input[name=bbp_search],.widget_display_search input[name=bbp_search]{background-position:13px 50%;padding-right:2.4rem;width:100%}.widget_display_stats dl{overflow:hidden;margin:0}.widget_display_stats dt{clear:left}.widget_display_stats dd{float:left;position:relative;margin-top:-18px}.widget_display_stats dd strong{left:2px;top:0;position:absolute;display:block;font-size:10px;background:#999;color:#fff;padding:0 4px;border-radius:50%;min-width:20px;text-align:center;min-height:20px;line-height:20px}.widget_display_stats abbr[title]{text-decoration:none}.widget-area.bbpress-widget-area-sidebar{padding-bottom:0;padding-top:0}.bs-item-wrap .item-avatar{position:relative}.bb-topic-status-wrapper{width:22px;height:22px;position:absolute;top:0;left:-12px;border-radius:50%;font-style:normal;font-size:22px}.bb-topic-status-wrapper+.bb-topic-status-wrapper{top:22px;left:-12px}.bb-topic-status-wrapper+.bb-topic-status-wrapper+.bb-topic-status-wrapper{top:45px;left:-12px}i.bb-topic-status:before{border-radius:100%}i.bb-topic-status.bb-sticky:before,i.bb-topic-status.super-sticky:before{font-size:24px}.bb-topic-status-wrapper .bb-topic-status{background-color:#fff}.bb-topic-status{background-size:cover;background-repeat:no-repeat;width:22px;height:22px;border-radius:50%;font-style:normal;font-size:22px}.bb-topic-status>a{position:absolute;top:0;right:0}.bb-topic-status.moderator{background-image:url(../images/svg/admin.svg)}h4.bb-active-order{font-size:16px;font-weight:400;color:var(--bb-alternate-text-color);letter-spacing:-.24px;margin:0 20px 0 0}div#bb-forum-single-content{margin-bottom:30px}.bs-voices-wrap,span.bs-replied,span.bs-replies,span.bs-voices{display:inline-block}.bs-header-item .bb-topic-states .bb-topic-status{position:relative;display:inline-block;vertical-align:middle;line-height:1;height:28px;margin:0 0 -5px;width:28px;left:0;top:0}.bs-header-item .bb-topic-states .bb-topic-status a{display:block;text-indent:-9999px;width:28px;height:28px}.bs-item-list .bs-reply-list-item .item-avatar{margin-left:15px}.bs-reply-list-item:not(.depth-1) .item-avatar>a{min-width:24px}.bs-reply-list-item:not(.depth-1) .item-avatar .avatar{max-width:36px}.bs-like a{display:inline-block}#bbpress-forums #bbp-user-body{margin-right:0}#bbpress-forums div.even,#bbpress-forums div.odd,#bbpress-forums ul.even,#bbpress-forums ul.odd{background-color:transparent}@media (max-width:1200px){#bbpress-forums#bbpress-forums .bs-forums-items.bs-item-list.list-view div.action{padding-right:20px}#bbpress-forums#bbpress-forums .bs-forums-items.bs-item-list.list-view div.action{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-top:10px;min-width:0;padding-right:65px}#bbpress-forums#bbpress-forums .bs-forums-items .item-meta>span{margin-bottom:6px}}@media (max-width:540px){#bbpress-forums#bbpress-forums .bs-forums-items .item-avatar>a{min-width:48px}#bbpress-forums#bbpress-forums .bs-forums-items .item-title a{font-size:15px}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .item-meta{font-size:12px}#bbpress-forums#bbpress-forums .bs-forums-items.bs-item-list .bs-meta-item{margin-bottom:5px}.bb-topic-status{width:20px;height:20px;left:-6px}.bs-dir-search.bs-forums-search{margin-top:20px;width:100%}}.bbp-pagination-links{border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:0}.bbp-pagination-links:empty{display:none}.bbp-pagination-links a:hover,.bbp-pagination-links span.current{background:100% 0;opacity:1}.bbp-pagination-links a,.bbp-pagination-links span.current{margin-right:0;border:0}.bbp-pagination-links span.dots{padding:0 10px;margin-right:0;line-height:1}.bbp-pagination-count{color:var(--bb-alternate-text-color);font-size:13px}.bbp-pagination-count:empty{display:none}.scrubberpost{-webkit-transition:background .5s;transition:background .5s;-webkit-transition:background 1s;transition:background 1s}#content #buddypress .scrubberpost.highlight{background:#fff5a1}.single-topic-sidebar-links{overflow:hidden}body:not(.bb-page-loaded) .scrubber{display:none}body.bb-page-loaded .scrubber{display:block}body.bb-page-loaded .scrubber.light{display:none}.bbpress .scrubber .handle::after{background:var(--bb-primary-color)}.scrubber{margin-top:25px;margin-right:10px;-webkit-box-flex:0;-ms-flex:none;flex:none;min-width:auto;display:block;position:relative}.scrubber .reply-timeline-container{height:300px;margin-bottom:10px;border-right:1px solid #e1e3e6;margin-right:5px}.scrubber .handle{padding-right:15px;min-height:42px;cursor:move;font-size:14px;font-weight:500;color:var(--bb-headings-color)}.scrubber .handle:after{background:var(--bb-primary-color);content:"";position:absolute;width:5px;border-radius:10px;height:100%;right:-3px;top:0}.scrubber .handle.animate{-webkit-transition:top 1s;transition:top 1s}.scrubber .desc{display:block;font-size:11px;font-weight:400;color:var(--bb-alternate-text-color);margin:0;line-height:1}.scrubber a.firstpostbtn,.scrubber a.lastpostbtn{font-size:12px;color:var(--bb-alternate-text-color);display:block;margin-bottom:5px;z-index:100}.scrubber a.lastpostbtn{position:absolute;bottom:-40px}.scrubber svg{margin-left:6px}.widget_display_forums li li .color{visibility:hidden}.widget_display_forums li a{color:var(--bb-alternate-text-color);white-space:nowrap;width:80%;display:inline-block;overflow:hidden;text-overflow:ellipsis;font-size:14px;letter-spacing:-.24px}.widget_display_forums li a:hover{color:var(--bb-primary-color)}.widget_display_forums li a.selected{color:var(--bb-headings-color)}.widget_display_forums span.topics-count{float:left}.widget_display_forums li{margin:0 0 10px;padding:0}.widget_display_forums span.color{width:13px;display:inline-block;height:13px;margin-left:7px;border-radius:50%;border:1px solid;position:relative;top:-1px}.widget_display_forums>ul.bb-sidebar-forums>li a:before{content:"";width:13px;display:inline-block;height:13px;margin-left:7px;border-radius:50%;border:1px solid var(--bb-content-border-color);position:relative;top:1px;background-color:rgba(var(--bb-primary-color-rgb),.5)}.widget_display_forums>ul.bb-sidebar-forums ul.bb-sidebar-forums li a:before{visibility:hidden}.bbpress-widget-area-sidebar .bb-quick-links{list-style:none;padding:0;margin:0 0 20px;font-size:14px}.bbpress-widget-area-sidebar .bb-quick-links.bb-topics-link{margin:-10px 0}.bbpress-widget-area-sidebar .bb-quick-links li{margin:0}.bbpress-widget-area-sidebar .bb-quick-links a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--bb-headings-color);opacity:.4;line-height:1;padding:10px 20px;-webkit-transition:.3s all;transition:.3s all}.bbpress-widget-area-sidebar .bb-quick-links a:hover{opacity:.9;color:var(--bb-headings-color)}.bbpress-widget-area-sidebar .bb-quick-links a.selected{opacity:1}.bbpress-widget-area-sidebar .bb-quick-links .bb-svg-icon{margin-left:10px}.bbpress-widget-topicby .bb-quick-links a{padding:10px 0}.bs-topic-form-wrap .bbp-topic-form{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0 -20px}.bs-topic-form-wrap input[type=text],.bs-topic-form-wrap select{width:100%;border-radius:0;border-left:0;border-right:0}.bs-topic-form-wrap .vue-input-tag-wrapper{border:1px solid #dedfe2;appearance:initial;border-right:0;border-left:0}.bs-topic-form-wrap .vue-html5-editor{border-right:0;border-left:0;border-radius:0}.bbp-form-head{margin-bottom:15px}.bs-topic-avatar-wrap{margin-left:15px}.bs-topic-avatar-wrap .avatar{max-width:48px}.medium-editor-element,.medium-editor-placeholder{background-color:var(--bb-content-background-color);padding:20px 25px 0;cursor:text;text-align:right;outline:0;min-height:60px}.bb-bbp-form{margin:0}.bbp-form-fields-bottom-wrap{border-top:1px solid var(--bb-content-border-color)}.bb-topic-tags-wrap{border-bottom:1px solid var(--bb-content-border-color);padding:10px 15px}.bb-bbp-form .vue-input-tag-wrapper.vue-input-tag-wrapper{border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-right:10px;padding:5px 0;-webkit-box-flex:1;-ms-flex:1;flex:1}.bb-bbp-form [name=bbp_topic_content]{border-radius:0;min-height:80px;max-height:30vh;overflow:auto;padding:0}.bb-resize-to-full .bb-bbp-form [name=bbp_topic_content]{min-height:50vh;max-height:54vh}.bb-bbp-form textarea[name=bbp_reply_content],.bb-bbp-form textarea[name=bbp_topic_content]{width:100%;border:none}.modal-container.bbp-topic-form{border-radius:8px 8px 0 0;padding:15px 15px 0}.modal-container.bb-reply-form{border-radius:8px 8px 0 0;padding:15px}.bb-bbp-form-fields-wrap{margin:0 -15px}.bbp-topic-content-wrap{margin:0 0 15px}.bb-bbp-form input[type=text]{border-radius:0;border:0;padding:0;margin:0;width:100%}.bb-bbp-form input.new-tag{width:auto;height:auto;min-height:24px}.bb-bbp-form-fields-wrap input[type=text]:focus{border-color:var(--bb-content-border-color)}.bb-bbp-form-fields-wrap .medium-editor-placeholder-relative:after,.bb-bbp-form-fields-wrap .medium-editor-placeholder:after{width:100%;color:#c3c6c9;font-style:normal;padding:0}.bbp-form-footer{-ms-flex-flow:row wrap;flex-flow:row wrap;padding:15px}label[for=bbp_reply_subscription],label[for=bbp_topic_subscription]{font-size:15px;color:var(--bb-body-text-color);letter-spacing:-.24px}.bb-bbp-form a.bb-btn-cancle.bb-btn-cancle{font-size:14px;color:var(--bb-alternate-text-color);letter-spacing:-.24px}.bbp-form-footer .button{min-width:110px;margin-right:15px}.medium-editor-toolbar .medium-editor-toolbar-actions{background:var(--bb-headings-color);border-radius:4px;height:44px;padding:0}div.medium-editor-toolbar li button{background:100% 0;border-radius:0;padding:10px;-webkit-transition:initial;transition:initial;border:0}.bb-form-multiple-options{font-size:13px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:6px 15px;-ms-flex-flow:row wrap;flex-flow:row wrap}.bb-form-multiple-options>div{max-width:32%}.bb-form-multiple-options label{color:#999;font-size:12px}.bb-form-multiple-options select{color:inherit;font-size:13px;height:32px;width:100%}div.medium-toolbar-arrow-over:before,div.medium-toolbar-arrow-under:after{display:none}#bb-form-reply-wrapper,#bb-form-topic-wrapper{position:fixed;bottom:-400px;z-index:1111;width:100%;-webkit-transition:.4s bottom;transition:.4s bottom}#bb-form-reply-wrapper:empty,#bb-form-topic-wrapper:empty{visibility:hidden;opacity:0}#bb-form-reply-wrapper .infinite-loading-container .infinite-status-prompt,#bb-form-topic-wrapper .infinite-loading-container .infinite-status-prompt{display:none}#bb-form-reply-wrapper.show,#bb-form-topic-wrapper.show{bottom:0;-webkit-transition:.4s bottom;transition:.4s bottom}.bb-flyform-actions{position:absolute;left:15px;top:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bb-resize-to-minimize .bb-flyform-actions{top:25px}.bb-flyform-actions a{margin-right:10px;color:rgba(18,43,70,.4)}body.bb-resize-to-full #bb-form-reply-wrapper,body.bb-resize-to-full #bb-form-topic-wrapper{max-width:100%!important;right:0;left:0;top:0}body.bb-resize-to-full #bb-form-reply-wrapper .bbp-form{min-height:100vh}body.bb-resize-to-full .modal-container.bbp-topic-form{min-height:100vh;border-radius:0}body.bb-resize-to-full .bbp-form{min-height:-webkit-calc(100vh - 15px);min-height:calc(100vh - 15px);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}body.bb-resize-to-full .bbp-form-fields-bottom-wrap{margin-top:auto}#replies-content{min-height:100vh}#replies-content .infinite-status-prompt{padding:0}#replies-content span:empty{display:none}body.bb-resize-to-full .bb-resize-large,body.bb-resize-to-minimize .bb-minimize,body:not(.bb-resize-to-full) .bb-resize-small,body:not(.bb-resize-to-minimize) .bb-maximize{display:none}body.bb-resize-to-minimize #bb-form-reply-wrapper.show,body.bb-resize-to-minimize #bb-form-topic-wrapper.show{bottom:auto;top:-webkit-calc(100vh - 70px);top:calc(100vh - 70px)}.item-meta.bb-reply-title{padding-right:12px;font-weight:500;font-size:16px;color:var(--bb-headings-color);min-width:0}.item-meta.bb-reply-title span{display:inline-block;width:80%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;vertical-align:middle;line-height:1;padding-right:5px}.bbp-reply-form{width:100%}.bb-reply-form-elem .avatar{max-width:48px}.bb-reply-form-elem .bb-tags-wrap{border-bottom:1px solid var(--bb-content-border-color);padding:0 15px}.bb-reply-form-elem .bb-bbp-form-fields-wrap .medium-editor-placeholder-relative:after,.bb-reply-form-elem .bb-bbp-form-fields-wrap .medium-editor-placeholder:after{padding:0 15px;top:10px}.bb-reply-form-elem .medium-editor-element,.bb-reply-form-elem .medium-editor-placeholder{min-height:80px;padding:10px 15px 0}div.vue-input-tag-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;outline:0}div.vue-input-tag-wrapper .input-tag{margin:2px;padding:3px 8px;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:center;align-self:center;line-height:1.2}div.vue-input-tag-wrapper .input-tag span{display:inline-block;line-height:1;margin-left:4px}.item-title.bb-tag-letter{font-size:28px;font-weight:700;margin:2px 5px 0 20px;line-height:1;min-width:22px}ul.bb-tags-list{margin:0;list-style:none}ul.bb-tags-list li:not(:last-child){margin-bottom:7px}.bb-forum-search-content{font-size:14px;color:var(--bb-headings-color);letter-spacing:-.24px;line-height:1.58;margin-top:16px;margin-bottom:10px;background:#f7fafe}.bb-forum-search-content>*{background:#f7fafe;border-radius:4px;margin-bottom:3px;padding:15px}.bb-forum-search-content>:last-child{margin-bottom:0}.bb-forum-search-content .highlight{background:#f9bb2d;color:#fff;padding:0 1px}.bb-forum-search-content p:empty{display:none}.item-title .highlight{background:#f9bb2d;color:#fff;padding:0 1px}.bb-tag-title{height:34px;position:relative}.bb-tag-title>a{background:#eef0f3;border-radius:4px;display:inline-block;font-size:16px;color:rgba(18,43,70,.6);letter-spacing:-.24px;line-height:1;padding:9px 20px;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bb-tag-title .bb-tag-bg{background:#eef0f3;border-radius:4px;right:0;height:34px;position:absolute}.bb-tag-count-wrap{font-size:14px;color:var(--bb-alternate-text-color);letter-spacing:-.24px;text-align:left;margin-right:10px;min-width:30px}span.topics-count{font-size:12px;color:var(--bb-alternate-text-color);letter-spacing:-.19px;text-align:left}.bb-reply-edit-form .bb-model-header{background:var(--bb-content-alternate-background-color);box-shadow:0 1px 0 0 #eef0f3;border-radius:4px 4px 0 0;padding:15px 25px;margin:-20px -30px 30px}.bb-reply-edit-form .bb-model-header h4{font-size:17px;font-weight:500;margin:0}.bb-reply-edit-form .medium-editor-element{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:3px;box-shadow:none;margin-bottom:15px;padding:5px 12px}.bb-reply-edit-form .bb-topic-tags-wrap{border:1px solid var(--bb-content-border-color);padding:10px 15px;border-radius:3px;margin-top:15px;margin-bottom:15px}.bb-reply-edit-form .vue-input-tag-wrapper .new-tag{width:auto}.bb-reply-edit-form input[name=bbp_reply_edit_reason]{border:1px solid var(--bb-content-border-color);padding:5px 15px;border-radius:3px;font-size:14px;margin-bottom:15px}.bb-reply-edit-form .bbp-form-footer{border-top:1px solid var(--bb-content-border-color);margin:10px -30px -15px;padding:15px 30px 0}.bb-reply-edit-form label{font-size:14px;color:var(--bb-body-text-color);letter-spacing:-.24px}.bb-search-forums-meta.bb-mobile-only{display:none}.component-fade-enter-active,.component-fade-leave-active{-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.component-fade-enter,.component-fade-leave-to{opacity:0}.list-item{display:inline-block;margin-left:10px}.list-enter-active,.list-leave-active{-webkit-transition:all .5s;transition:all .5s}.list-enter,.list-leave-to{opacity:0;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}.bb-bbpress-profile-card div#object-nav{border-bottom:0!important}.bb-bbpress-profile-card .profile-item-header{margin-bottom:10px}.bb-bbpress-profile-card .bb-role,.bb-bbpress-profile-card .item-meta{font-size:15px;color:#939597;margin-bottom:10px}.bb-bbpress-profile-card .bb-description{color:var(--bb-body-text-color);margin-bottom:15px}.bb-edit-user-form-wrap{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;margin-bottom:20px}.bb-edit-user-form-wrap #bbp-your-profile{border:0;background:100% 0;padding:25px 40px;margin:0;max-width:640px;width:100%}.bb-edit-user-form-wrap legend{display:none}.bb-edit-user-form-wrap label{display:block;font-size:15px;color:var(--bb-body-text-color);letter-spacing:-.27px;line-height:1.1;margin-bottom:10px}.bb-edit-user-form-wrap input[type=password],.bb-edit-user-form-wrap input[type=text],.bb-edit-user-form-wrap select,.bb-edit-user-form-wrap textarea{line-height:1.4;width:100%}.bb-edit-user-form-wrap .bbp-form>div{margin-bottom:25px}#bbpress-forums .bb-edit-user-form-wrap fieldset.bbp-form,.bb-edit-user-form-wrap fieldset{border:0;padding:0;margin-bottom:20px;margin-top:0}.bb-edit-user-form-wrap .entry-title{font-weight:500;font-size:20px;line-height:24px;margin-bottom:20px}.bb-edit-user-form-wrap .bbp-form.password .description{display:block;font-size:15px;color:var(--bb-body-text-color);letter-spacing:-.27px;line-height:1.3;margin-bottom:10px}.bb-edit-user-form-wrap .bbp-form.password input{margin-bottom:20px}.bb-edit-user-form-wrap .bbp-form.password br{display:none}.bb-edit-user-form-wrap #pass-strength-result:empty{display:none}.bb-edit-user-form-wrap #bbp_user_edit_submit{min-width:200px;min-height:48px}.topic-item-meta h3{font-size:16px;font-weight:500;margin:0 0 20px}.bb-topic-content-textarea{resize:none;padding:5px 12px;width:100%}.bb-reply-content-text{resize:none;width:100%}body:not(.logged-in) .bbp-form-fields-bottom-wrap.bb-tags-field-container{border-top:0}.button.btn-new-topic{margin-bottom:20px}.bs-topics-wrapper .btn-new-topic{margin:0 20px 0 0}.modal-container textarea{width:100%;resize:none}.bbpress.single .hentry blockquote:before{display:block}#bbp_editor_reply_content>p:last-child{margin-bottom:0!important}@media (max-width:680px){.bb-search-title-head{-ms-flex-flow:row wrap;flex-flow:row wrap}.bb-search-title-head .bb-search-forums-meta{display:none}.bb-search-forums-meta.bb-mobile-only{margin-top:10px;display:block}.bb-bbp-form{padding-top:40px}.bb-resize-to-minimize .bb-bbp-form{padding-top:0}.bb-resize-to-minimize .bb-title-wrap,.bb-resize-to-minimize .item-meta.bb-reply-title{display:none}.bb-bbp-form input[type=text]{padding:0}.bb-form-multiple-options>div{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:10px}body:not(logged-in) .bb-form-multiple-options>div{max-width:100%}.bbp-submit-wrapper.push-right{margin:10px auto 10px 0}.bb-resize-to-full .bb-bbp-form [name=bbp_topic_content]{min-height:20vh;max-height:20vh}body.bb-resize-to-full .bbp-form-fields-bottom-wrap{margin-top:0}.bb-bbp-form [name=bbp_topic_content]{min-height:60px;padding-right:3px}.modal-container.bbp-topic-form{overflow-y:auto;max-height:94vh;padding-bottom:50px}.bb-flyform-actions a.bb-minimize{display:none}.bb-bbp-form-fields-wrap .medium-editor-placeholder-relative:after,.bb-bbp-form-fields-wrap .medium-editor-placeholder:after{padding-right:3px}}@media (max-width:340px){.bb-bbp-form input[type=text]{height:20px}label[for=bbp_reply_subscription],label[for=bbp_topic_subscription]{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1.3}}@media only screen and (max-device-width:680px){.bbp-topic-content-wrap.bb-bbp-form-fields-wrap{text-indent:-2px}}.bs-single-topic-sidebar{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;max-width:200px;padding-top:.9375rem}.bs-single-topic-sidebar{padding-top:0;padding-bottom:100px}.bs-single-topic-sidebar .btn-reply{margin-bottom:10px}.bs-single-topic-sidebar.float aside{position:fixed;top:5px}.bb-topic-favorite-link-wrap.mobile-only,.bb-topic-reply-link-wrap.mobile-only,.bb-topic-subscription-link-wrap.mobile-only{text-align:center}.bb-topic-favorite-link-wrap.mobile-only .bbp-topic-login-link,.bb-topic-favorite-link-wrap.mobile-only .bbp-topic-reply-link,.bb-topic-favorite-link-wrap.mobile-only .favorite-toggle,.bb-topic-favorite-link-wrap.mobile-only .subscription-toggle,.bb-topic-reply-link-wrap.mobile-only .bbp-topic-login-link,.bb-topic-reply-link-wrap.mobile-only .bbp-topic-reply-link,.bb-topic-reply-link-wrap.mobile-only .favorite-toggle,.bb-topic-reply-link-wrap.mobile-only .subscription-toggle,.bb-topic-subscription-link-wrap.mobile-only .bbp-topic-login-link,.bb-topic-subscription-link-wrap.mobile-only .bbp-topic-reply-link,.bb-topic-subscription-link-wrap.mobile-only .favorite-toggle,.bb-topic-subscription-link-wrap.mobile-only .subscription-toggle{max-width:300px}@media (min-width:1031px){.bb-topic-favorite-link-wrap.mobile-only,.bb-topic-reply-link-wrap.mobile-only,.bb-topic-subscription-link-wrap.mobile-only{display:none}}@media (max-width:1030px){.bs-single-topic-sidebar{display:none}}#bbpress-forums h1.bb-reply-topic-title{font-family:inherit;font-size:22px;line-height:1.2;letter-spacing:-.24px;margin:0;-webkit-box-flex:1;-ms-flex:1;flex:1}.bb-topic-reply-link-wrap,.bb-topic-subscription-link-wrap{margin-bottom:10px}.bbp-topic-login-link,.bbp-topic-reply-link,.favorite-toggle,.subscription-toggle{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);font-size:15px;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:0;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;-webkit-transition:all linear .2s;transition:all linear .2s}.bbp-topic-login-link:focus,.bbp-topic-reply-link:focus,.favorite-toggle:focus,.subscription-toggle:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.bbp-topic-login-link:hover,.bbp-topic-reply-link:hover,.favorite-toggle:hover,.subscription-toggle:hover{outline:0;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)}.bbp-topic-login-link:active,.bbp-topic-reply-link:active,.favorite-toggle:active,.subscription-toggle:active{outline:0;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)}.bbp-topic-login-link.disabled,.bbp-topic-reply-link.disabled,.favorite-toggle.disabled,.subscription-toggle.disabled{cursor:default;font-style:normal;color:#c8cbcf;background-color:#f5f5f5;opacity:1}.favorite-toggle,.subscription-toggle{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color)}.favorite-toggle:focus,.subscription-toggle:focus{box-shadow:var(--bb-outline-button-focus-shadow)}.favorite-toggle:hover,.subscription-toggle: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);box-shadow:none}.favorite-toggle:active,.subscription-toggle: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);box-shadow:0 0 1px 2px rgba(0,0,0,.05),inset 0 0 0 2px rgba(0,0,0,.08)}.favorite-toggle.disabled,.favorite-toggle:disabled,.subscription-toggle.disabled,.subscription-toggle:disabled{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color);opacity:.5;pointer-events:none;cursor:default}.bbp-admin-links .bbp-topic-close-link,.bbp-admin-links .bbp-topic-reply-link,.bbp-admin-links .bbp-topic-sticky-link,.bbp-admin-links .bbp-topic-super-sticky-link{display:none}#bbpress-forums#bbpress-forums .bb-user-subscribed a.subscription-toggle{border:0;width:auto!important;min-width:10px;padding:0;height:auto}#bbpress-forums fieldset.bbp-form label{color:inherit;font-size:15px;letter-spacing:-.24px;margin-bottom:5px;line-height:1.187}#bbpress-forums fieldset.bbp-form input[type=text]{width:100%}#bbpress-forums fieldset.bbp-form .bb-checkbox-label,#bbpress-forums fieldset.bbp-form .bb-radio-label{display:inline-block}body.page .bbp-reply-form code,body.page .bbp-topic-form code,body.reply-edit .bbp-reply-form code,body.single-forum .bbp-topic-form code,body.single-topic .bbp-reply-form code,body.topic-edit .bbp-topic-form code{font-size:11px;line-height:1.5;width:auto}#bbpress-forums fieldset select#bbp_forum_id{max-width:100%}h2.bb-form-title{font-size:20px;margin-bottom:20px}.bbp-the-content-wrapper{margin-bottom:1.5rem}fieldset.bbp-form{border:0;margin-right:0;margin-left:0;padding:0}.bs-header-item>.reply{-webkit-box-flex:1;-ms-flex:1;flex:1}.bbp-pagination.bbp-pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-bottom:30px}.bbp-login-form{max-width:600px;width:100%}.bbp-login-form .bbp-form>div{margin:0 0 1.6875rem}.bbp-login-form legend{border-bottom:1px solid #dedfe2;color:var(--bb-headings-color);font-weight:600;display:block;margin-bottom:30px;padding-bottom:10px;width:100%}.bbp-login-form .bbp-email,.bbp-login-form .bbp-password,.bbp-login-form .bbp-username{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}.bbp-login-form .bbp-email label,.bbp-login-form .bbp-password label,.bbp-login-form .bbp-username label{-webkit-box-flex:0;-ms-flex:0 0 24%;flex:0 0 24%;min-width:130px;padding-left:15px}.bbp-login-form .bbp-email input,.bbp-login-form .bbp-password input,.bbp-login-form .bbp-username input{-webkit-box-flex:1;-ms-flex:1;flex:1}.bbp-login-form .bbp-username p{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;width:100%}.bbp-login-form .bbp-username p .hide{display:block!important}@media (max-width:580px){.bb-form-select-fields>*,.bbp-login-form .bbp-email label,.bbp-login-form .bbp-password label,.bbp-login-form .bbp-username label,.bbp-login-form .bbp-username p .hide{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.bb-item-avatar-wrap{position:relative}div.bbp-submit-wrapper{float:right;margin-top:0}div.bbp-submit-wrapper .button.submit{min-width:140px;font-weight:500}#bbpress-forums .bs-single-forum-list>li{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);margin:0 0 -1px;padding:0;position:relative}#bbpress-forums .bs-single-forum-list>li .bs-reply-list-item{padding:15px 30px;-webkit-transition:none;transition:none}.bbp-user-page.single .bb-profile-grid #bbpress-forums .bs-single-forum-list.bs-item-list.list-view li:first-child{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}.bbp-user-page.single .bb-profile-grid #bbpress-forums .bs-single-forum-list.bs-item-list.list-view li:first-child:last-child{border-radius:var(--bb-block-radius)}#bbpress-forums .bs-single-forum-list>li.bs-header-item{padding-top:25px;padding-bottom:25px}#bbpress-forums .bs-single-forum-list>li.bs-header-item.header-total-reply-count{color:var(--bb-headings-color);border-top:0;border-bottom:0;border-radius:0;font-size:14px;font-weight:600;letter-spacing:-.24px}#bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .bs-item-wrap{padding:15px 30px}#bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .bs-item-wrap:hover{box-shadow:none;border-right-color:var(--bb-content-border-color);border-left-color:var(--bb-content-border-color)}#bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .bs-item-wrap.topic-lead>.item{width:100%}#bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .bs-header-item.bs-item-wrap:not(.header-total-reply-count){padding-top:25px;padding-bottom:25px}#bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .item-title{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px;position:relative}#bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .item-title>a{font-size:22px;line-height:1.2;-webkit-box-flex:1;-ms-flex:1;flex:1;word-break:break-word}.bbpress .bbp-user-section .bp-feedback{margin-bottom:1.6875rem}.bp-feedback.help .bp-icon,.bp-feedback.info .bp-icon{background-color:var(--bb-default-notice-color)}.bs-reply-button{font-size:16px;color:#c3c6c9}.bs-single-forum-list .single-item-meta{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:15px}.bs-single-forum-list .item-meta h3{font-size:14px;letter-spacing:-.24px;line-height:1.2;margin-bottom:5px;font-family:inherit}.bs-single-forum-list .item-meta a{color:var(--bb-headings-color)}.bs-single-forum-list .item-meta a[href=""]{pointer-events:none}.bs-single-forum-list .item-meta a:hover{color:var(--bb-primary-color)}.bs-single-forum-list .bb-liked .bb-icon-like{color:var(--bb-primary-color)}.bs-single-forum-list span.bs-timestamp{font-size:12px;color:var(--bb-alternate-text-color);letter-spacing:-.18px}.bs-single-forum-list .single-item-meta.secondary-meta{border-top:1px solid var(--bb-content-border-color);color:var(--bb-body-text-color);padding-top:15px}.bs-single-forum-list .children{border-top:1px solid var(--bb-content-border-color);margin-right:0;padding-right:50px;padding-top:15px}#content .bs-single-forum-list .item-meta h3{margin-bottom:5px}.bs-reply-list-item:last-child .single-item-meta{margin-bottom:0}.bs-reply-list-item.trash{background-color:rgba(239,62,70,.1)}.bs-reply-list-item.spam{background-color:rgba(77,92,109,.1)}.bs-reply-list{list-style:none;margin:0}.bs-reply-list li.bs-reply-list-item:not(:last-child){border-bottom:1px solid var(--bb-content-border-color);margin-bottom:20px}.bs-reply-list .bb-icon-like{font-size:25px;color:#939597}.bs-reply-list ul:empty{display:none}.bs-forum-content{font-size:14px;letter-spacing:-.24px;line-height:1.5;margin-bottom:20px}.bs-forum-content p{margin-bottom:20px}.bs-forum-content table[style]{width:100%!important}.bs-reply-header{margin-bottom:15px}.single-item-meta.secondary-meta span:not(.bs-meta-item){color:var(--bb-body-text-color)}.bs-single-forum-sidebar{padding-top:0}.bs-single-forum-sidebar .btn-reply{margin-bottom:10px}.bs-item-list.list-view li.bs-item-wrap.bs-topic-form-wrap:hover{box-shadow:none;border-right-color:var(--bb-content-border-color);border-left-color:var(--bb-content-border-color)}.bs-header-item .action.bs-forums-meta{display:inline-block;margin-left:5px}.single.single-topic #bbpress-forums#bbpress-forums .bs-item-wrap.bs-header-item .action.bs-forums-meta{padding:0;margin:0 0 18px}.single.single-topic #bbpress-forums#bbpress-forums .bs-item-wrap.bs-header-item .bs-meta-item{margin-right:0}#bbpress-forums .color.bs-meta-item,.bbpress .color.bs-meta-item{-webkit-transition:.2s linear all;transition:.2s linear all}#bbpress-forums .color.bs-meta-item:hover,.bbpress .color.bs-meta-item:hover{opacity:.8}.bs-single-forum-list+.bb-single-reply-list.list-view{margin-top:-1px}.bs-item-list.bs-single-forum-list{margin-bottom:40px}.bb-threaded-replies{list-style:none;margin-top:20px;border-top:1px solid var(--bb-content-border-color);padding-top:20px}#bbpress-forums #replies-content .bs-reply-list-item.depth-2{padding-right:65px}#bbpress-forums #replies-content .bs-reply-list-item.depth-3{padding-right:105px}#bbpress-forums #replies-content .bs-reply-list-item.depth-4{padding-right:145px}#bbpress-forums #replies-content .bs-reply-list-item.depth-5{padding-right:185px}#bbpress-forums #replies-content .bs-reply-list-item.depth-6{padding-right:225px}.bb-loading .bb-cover-wrap,.bb-loading .bb-cover-wrap:after{background:var(--bb-content-border-color)}#bbpress-forums #replies-content .bs-single-forum-list .bs-item-wrap:not(.bs-header-item,.bs-topic-form-wrap){padding:0}#bbpress-forums #replies-content .bs-reply-list-item{margin-bottom:0;padding:15px 30px}#bbpress-forums #replies-content .contentinput{max-height:240px;min-height:75px;overflow:auto;font-size:14px;color:var(--bb-headings-color);letter-spacing:-.24px;line-height:22px}#bbpress-forums #replies-content .contentinput .h1,#bbpress-forums #replies-content .contentinput .h2,#bbpress-forums #replies-content .contentinput .h3,#bbpress-forums #replies-content .contentinput .h4,#bbpress-forums #replies-content .contentinput .h5,#bbpress-forums #replies-content .contentinput .h6,#bbpress-forums #replies-content .contentinput address,#bbpress-forums #replies-content .contentinput h1,#bbpress-forums #replies-content .contentinput h2,#bbpress-forums #replies-content .contentinput h3,#bbpress-forums #replies-content .contentinput h4,#bbpress-forums #replies-content .contentinput h5,#bbpress-forums #replies-content .contentinput h6,#bbpress-forums #replies-content .contentinput hr,#bbpress-forums #replies-content .contentinput p{margin-bottom:1rem}#bbpress-forums #replies-content .bs-single-forum-list .single-item-meta{margin-bottom:0}#bbpress-forums #replies-content .current-new-reply{opacity:.5}body:not(.logged-in) .bb-floating-form-wrapper .bb-anonymous-field-container{border-top:1px solid var(--bb-content-border-color);margin:0 -15px}body:not(.logged-in) .bb-floating-form-wrapper .bb-anonymous-field-container .bb-field-wrap{border-bottom:1px solid var(--bb-content-border-color);margin:0}body:not(.logged-in) .bb-floating-form-wrapper .bb-anonymous-field-container input[type=text]{padding:0 15px}body:not(.logged-in) .bb-floating-form-wrapper .bbp-form-fields-bottom-wrap{border-top:0}body:not(.logged-in) .bb-floating-form-wrapper .bb-form-multiple-options>div{max-width:100%}.bb-model-form .dropdown.v-select .selected-tag{min-width:88%;line-height:1.2}#bbpress-forums blockquote.wp-embedded-content>a,#bbpress-forums blockquote.wp-embedded-content>p:first-child>a{font-weight:600}@media (max-width:768px){.bbpress-widget-area-sidebar{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}#bb-user-topics-content{margin-bottom:20px}}@media (max-width:800px){#bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .item-title{-ms-flex-flow:row wrap;flex-flow:row wrap}#bbpress-forums h1.bb-reply-topic-title{margin-bottom:15px}#bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .item-title>a,.bs-header-item .bb-topic-states{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}#bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .item-title>a{margin-bottom:10px}}.bb-sticky .bbp-topic-super-sticky-link,.bb-super-sticky.unsticky .bbp-topic-sticky-link{display:none!important}#bbpress-forums div.bbp-forum-author,#bbpress-forums div.bbp-reply-author,#bbpress-forums div.bbp-topic-author{width:auto}#bbpress-forums div.bbp-forum-content,#bbpress-forums div.bbp-reply-content,#bbpress-forums div.bbp-topic-content{padding:0;margin:0}#bbpress-forums div.bbp-forum-content .item-action-wrap,#bbpress-forums div.bbp-forum-content .media-action-wrap,#bbpress-forums div.bbp-reply-content .item-action-wrap,#bbpress-forums div.bbp-reply-content .media-action-wrap,#bbpress-forums div.bbp-topic-content .item-action-wrap,#bbpress-forums div.bbp-topic-content .media-action-wrap{top:13px;left:11px}#bbpress-forums div.bbp-forum-content .item-action-wrap>a,#bbpress-forums div.bbp-forum-content .media-action-wrap>a,#bbpress-forums div.bbp-reply-content .item-action-wrap>a,#bbpress-forums div.bbp-reply-content .media-action-wrap>a,#bbpress-forums div.bbp-topic-content .item-action-wrap>a,#bbpress-forums div.bbp-topic-content .media-action-wrap>a{background-color:rgba(0,0,0,.8)}#bbpress-forums div.bbp-forum-content .item-action_list,#bbpress-forums div.bbp-forum-content .media-action_list,#bbpress-forums div.bbp-reply-content .item-action_list,#bbpress-forums div.bbp-reply-content .media-action_list,#bbpress-forums div.bbp-topic-content .item-action_list,#bbpress-forums div.bbp-topic-content .media-action_list{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius)}#bbpress-forums div.bbp-forum-content .item-action_list ul,#bbpress-forums div.bbp-forum-content .media-action_list ul,#bbpress-forums div.bbp-reply-content .item-action_list ul,#bbpress-forums div.bbp-reply-content .media-action_list ul,#bbpress-forums div.bbp-topic-content .item-action_list ul,#bbpress-forums div.bbp-topic-content .media-action_list ul{border-radius:var(--bb-block-radius);padding:8px;margin:0}#bbpress-forums div.bbp-forum-content .item-action_list ul li,#bbpress-forums div.bbp-forum-content .media-action_list ul li,#bbpress-forums div.bbp-reply-content .item-action_list ul li,#bbpress-forums div.bbp-reply-content .media-action_list ul li,#bbpress-forums div.bbp-topic-content .item-action_list ul li,#bbpress-forums div.bbp-topic-content .media-action_list ul li{list-style:none}#bbpress-forums div.bbp-forum-content .item-action_list ul li a,#bbpress-forums div.bbp-forum-content .media-action_list ul li a,#bbpress-forums div.bbp-reply-content .item-action_list ul li a,#bbpress-forums div.bbp-reply-content .media-action_list ul li a,#bbpress-forums div.bbp-topic-content .item-action_list ul li a,#bbpress-forums div.bbp-topic-content .media-action_list ul li a{border-radius:var(--bb-block-radius);color:var(--bb-body-text-color);display:block;padding:10px 14px}#bbpress-forums div.bbp-forum-content .item-action_list ul li a:hover,#bbpress-forums div.bbp-forum-content .media-action_list ul li a:hover,#bbpress-forums div.bbp-reply-content .item-action_list ul li a:hover,#bbpress-forums div.bbp-reply-content .media-action_list ul li a:hover,#bbpress-forums div.bbp-topic-content .item-action_list ul li a:hover,#bbpress-forums div.bbp-topic-content .media-action_list ul li a:hover{background-color:var(--bb-content-alternate-background-color)}#bbpress-forums div.bbp-forum-content .item-action_list ul li a:before,#bbpress-forums div.bbp-forum-content .media-action_list ul li a:before,#bbpress-forums div.bbp-reply-content .item-action_list ul li a:before,#bbpress-forums div.bbp-reply-content .media-action_list ul li a:before,#bbpress-forums div.bbp-topic-content .item-action_list ul li a:before,#bbpress-forums div.bbp-topic-content .media-action_list ul li a:before{color:var(--bb-alternate-text-color)}#bbpress-forums div.bbp-forum-content .bb-link-preview-container,#bbpress-forums div.bbp-reply-content .bb-link-preview-container,#bbpress-forums div.bbp-topic-content .bb-link-preview-container{margin:3px 0 3px 3px;width:-webkit-calc(100% - 6px);width:calc(100% - 6px)}#bbpress-forums div.bbp-reply-content a.bp-video-thumbnail-submit{background-color:var(--bb-primary-color)}.bbp-reply-content.bs-forum-content p:last-child{margin:0}.bs-reply-header .bbp-author-role{display:inline-block;margin-left:5px;margin-bottom:4px}#bbpress-forums#bbpress-forums .bs-forums-items .item-meta>span.bs-timestamp{line-height:1;margin-top:0}#bbpress-forums ul.bbp-threaded-replies{list-style:none;margin-right:0;margin-bottom:0}@media (max-width:1000px){#bbpress-forums ul.bbp-threaded-replies{margin-right:15px}}@media (max-width:800px){#bbpress-forums ul.bbp-threaded-replies{margin-right:10px}}#bbpress-forums ul.bbp-threaded-replies .item-avatar{margin-left:12px}#bbpress-forums ul.bbp-threaded-replies .bbp-author-avatar,#bbpress-forums ul.bbp-threaded-replies .item-avatar .avatar{max-width:36px!important;min-width:36px!important}#bbpress-forums ul.bbp-threaded-replies .bs-reply-list-item{padding:20px 60px 20px 30px}#bbpress-forums ul.bbp-threaded-replies .depth-3>.bs-reply-list-item{padding-right:90px}#bbpress-forums ul.bbp-threaded-replies .depth-4>.bs-reply-list-item{padding-right:120px}#bbpress-forums ul.bbp-threaded-replies .depth-5>.bs-reply-list-item{padding-right:150px}#bbpress-forums ul.bbp-threaded-replies .depth-6>.bs-reply-list-item{padding-right:180px}#bbpress-forums ul.bbp-threaded-replies .depth-7>.bs-reply-list-item{padding-right:210px}#bbpress-forums ul.bbp-threaded-replies .depth-8>.bs-reply-list-item{padding-right:240px}#bbpress-forums ul.bbp-threaded-replies .depth-9>.bs-reply-list-item{padding-right:270px}#bbpress-forums ul.bbp-threaded-replies .depth-10>.bs-reply-list-item{padding-right:300px}@media screen and (max-width:1000px){#bbpress-forums ul.bbp-threaded-replies{margin-right:0}#bbpress-forums ul.bbp-threaded-replies .bs-reply-list-item{padding-right:30px}#bbpress-forums ul.bbp-threaded-replies .depth-3>.bs-reply-list-item{padding-right:60px}#bbpress-forums ul.bbp-threaded-replies .depth-4>.bs-reply-list-item{padding-right:90px}#bbpress-forums ul.bbp-threaded-replies .depth-5>.bs-reply-list-item{padding-right:120px}#bbpress-forums ul.bbp-threaded-replies .depth-6>.bs-reply-list-item{padding-right:160px}#bbpress-forums ul.bbp-threaded-replies .depth-7>.bs-reply-list-item{padding-right:180px}#bbpress-forums ul.bbp-threaded-replies .depth-8>.bs-reply-list-item{padding-right:210px}#bbpress-forums ul.bbp-threaded-replies .depth-9>.bs-reply-list-item{padding-right:240px}#bbpress-forums ul.bbp-threaded-replies .depth-10>.bs-reply-list-item{padding-right:270px}}@media screen and (max-width:800px){#bbpress-forums ul.bbp-threaded-replies .bs-reply-list-item{padding-right:25px}#bbpress-forums ul.bbp-threaded-replies .depth-3>.bs-reply-list-item{padding-right:35px}#bbpress-forums ul.bbp-threaded-replies .depth-4>.bs-reply-list-item{padding-right:45px}#bbpress-forums ul.bbp-threaded-replies .depth-5>.bs-reply-list-item{padding-right:55px}#bbpress-forums ul.bbp-threaded-replies .depth-6>.bs-reply-list-item{padding-right:65px}#bbpress-forums ul.bbp-threaded-replies .depth-7>.bs-reply-list-item{padding-right:75px}#bbpress-forums ul.bbp-threaded-replies .depth-8>.bs-reply-list-item{padding-right:85px}#bbpress-forums ul.bbp-threaded-replies .depth-9>.bs-reply-list-item{padding-right:95px}#bbpress-forums ul.bbp-threaded-replies .depth-10>.bs-reply-list-item{padding-right:105px}}#bbpress-forums ul.bbp-threaded-replies li{margin-bottom:0}#bbpress-forums ul.bbp-threaded-replies .bs-reply-header{margin-bottom:5px}#bbpress-forums ul.bbp-threaded-replies .bbp-reply-content{line-height:1.4;margin-right:60px;padding-left:20px}@media only screen and (max-width:544px){.has-sidebar.forums-sidebar.sidebar-left #secondary+.content-area{padding-top:0}}#bbpress-forums .bs-dropdown .bbp-admin-links{font-size:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:3px 0;width:100%}#bbpress-forums .bs-dropdown .bbp-admin-links a{margin:0;padding:9px 15px;display:block;text-align:right;color:var(--bb-body-text-color);opacity:1;font-size:13px;font-weight:inherit;letter-spacing:-.24px;width:100%;text-transform:none}#bbpress-forums .bs-dropdown .bbp-admin-links a:hover{color:var(--bb-primary-color)}#bbpress-forums .bs-dropdown .bbp-admin-links a.bbp-topic-reply-link{background-color:transparent;line-height:inherit;border:0;border-radius:inherit}#bbpress-forums .bs-dropdown .bbp-admin-links a.bbp-topic-reply-link:hover{background-color:#f5f5f5;box-shadow:none}#bbpress-forums .bs-dropdown .bbp-admin-links .bbp-topic-sticky-link,#bbpress-forums .bs-dropdown .bbp-admin-links .bbp-topic-super-sticky-link{display:none}#bbpress-forums .status-spam.even,#bbpress-forums .status-spam.odd,#bbpress-forums .status-trash.even,#bbpress-forums .status-trash.odd{width:auto}#bbpress-forums .bb-single-reply-list>li>.status-spam.even,#bbpress-forums .bb-single-reply-list>li>.status-spam.odd,#bbpress-forums .bb-single-reply-list>li>.status-trash.even,#bbpress-forums .bb-single-reply-list>li>.status-trash.odd{padding:15px 30px}#bbpress-forums .status-closed,#bbpress-forums .status-closed a{color:inherit}#bbpress-forums .bbp-reply-form fieldset.bbp-form legend{padding:0}#bbpress-forums fieldset.bbp-form{margin-bottom:30px;margin-top:30px}#bbpress-forums fieldset.bbp-form+fieldset.bbp-form{margin-top:0}#bbpress-forums fieldset.bbp-form legend{font-size:20px;font-weight:500;color:var(--bb-headings-color);display:block;letter-spacing:-.24px;line-height:1.2;margin-bottom:20px;padding:0}.bbp-user-section .bbp-pagination:first-child{display:none}.bbp-user-page h2.entry-title{font-size:20px;margin:0 0 16px}.buddypress-wrap #bbpress-forums>#subscription-toggle{display:inline-block;width:auto;margin-right:10px;margin-bottom:10px}#bbpress-forums>#subscription-toggle{margin-bottom:25px;display:block}#bbpress-forums>#subscription-toggle .subscription-toggle{min-width:160px;width:auto}#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar .button,#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar .button-secondary{color:#555;border-color:#ccc;background:#f7f7f7;box-shadow:0 1px 0 #ccc;vertical-align:top;height:auto;min-height:2px;border-radius:3px}.bbp-author-link-sep::before{content:"\00a0"}#bbpress-forums fieldset.bbp-form label[for=bbp_destination_topic]{display:block}select#bbp_destination_topic{min-width:40%;width:100%}#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content{font-size:13px;border:none;border-top:1px solid #e7e9ec;height:140px}#bbpress-forums .bbp-user-section{overflow:initial}.bbp-user-edit.single .bbp-profile-avatar-link,.bbp-user-page.single .bbp-profile-avatar-link{width:100%}div#bbpress-forums:after{content:"";display:table;clear:both}#bbp-user-wrapper.bb-bbp-user-wrapper ul#user_switching_switch_to{margin-bottom:20px}#bbpress-forums #bbp-user-wrapper.bb-bbp-user-wrapper .entry-title{margin-bottom:20px}#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav .current a{color:var(--bb-headings-color)}#bbp-your-profile{background-color:#fff;border:1px solid var(--bb-content-border-color);padding:15px 20px;position:relative;border-radius:4px}#bbpress-forums #bbp-your-profile fieldset{padding:0}#bbpress-forums #bbp-your-profile fieldset label[for]{padding:0;text-align:right}#bbpress-forums #bbp-your-profile h2.entry-title{font-size:20px;border-bottom:1px solid rgba(0,0,0,.1);font-weight:500;padding-bottom:10px;padding-top:10px}#bbpress-forums #bbp-your-profile fieldset.submit{border:0;padding:0}#bbpress-forums #bbp-your-profile fieldset.submit button{float:right;min-width:180px;font-weight:500}#bbpress-forums #bbp-your-profile fieldset input,#bbpress-forums #bbp-your-profile fieldset select,#bbpress-forums #bbp-your-profile fieldset textarea{background-color:#fff;border:1px solid #dedfe2;border-radius:3px;box-shadow:none;padding:0 12px;width:60%}#bbpress-forums #bbp-your-profile fieldset fieldset.password{width:60%;display:block}#bbpress-forums .bb-edit-user-form-wrap #bbp-your-profile fieldset fieldset.password{width:100%}#bbpress-forums div.bbp-topic-tags{display:none}.single-item.groups.buddypress #bbpress-forums>h3{display:none}#bbpress-forums fieldset.bbp-form label[for=bbp_log_reply_edit],#bbpress-forums fieldset.bbp-form label[for=bbp_log_topic_edit]{font-weight:400;color:var(--bb-body-text-color)}.topic-archive .bs-header-item .btn-new-topic{display:none}.bbp-reply-revision-log .avatar,.bbp-topic-revision-log .avatar{vertical-align:middle}#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log,#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log{border-top:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color);margin-bottom:15px;padding:10px 0}.bbp-user-edit.single #bbpress-forums>.bbp-template-notice{margin-bottom:50px}#bbpress-forums#bbpress-forums .bs-forums-items.bs-item-list.list-view .bs-header-item div.action{padding-right:0;margin-top:5px;margin-bottom:5px}#bbpress-forums#bbpress-forums .bs-forums-items .item-title .bs-meta-item a{font-size:13px}.bbp-user-profile{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;padding:30px}#bbpress-forums .bs-single-forum-list.bb-single>li.bs-header-item{border-bottom:1px solid var(--bb-content-border-color)}#bbpress-forums#bbpress-forums .bs-single-forum-list.bb-single .status-spam{width:-webkit-calc(100% + 60px);width:calc(100% + 60px);margin-top:-25px;margin-bottom:-25px;border-radius:0 0 3px 3px}.bbp_widget_login .bbp-logged-in h5 .bb-mini-group-profile-card-area .bb-profile-card:before,.bbp_widget_login .bbp-logged-in h5 .bb-mini-profile-card-area .bb-profile-card:before{left:-55px}.bbp_widget_login .elementor-widget-container{width:100%}.bbp_widget_login .bbp-logged-in h5 a{color:var(--bb-headings-color)}.bbp_widget_login .bbp-logged-in h5 a:hover{color:var(--bb-primary-color)}.bbp-logged-in h5,.bp-login-widget-user-link{font-weight:500;font-size:16px;line-height:19px;font-family:inherit;margin-top:6px;margin-bottom:0;-webkit-font-smoothing:initial;-moz-osx-font-smoothing:initial}.bbp-logged-in h5 a,.bp-login-widget-user-link a{color:inherit}@media only screen and (max-width:640px){#bbpress-forums #bbp-your-profile fieldset fieldset.password,#bbpress-forums #bbp-your-profile fieldset input,#bbpress-forums #bbp-your-profile fieldset label[for],#bbpress-forums #bbp-your-profile fieldset select,#bbpress-forums #bbp-your-profile fieldset textarea{width:100%}}@media only screen and (min-width:992px) and (max-width:1300px){#bbpress-forums .bb-forums-list .lg-grid-1-3{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;max-width:33.33%}}@media (max-width:768px){.topic-archive .bs-header-item .btn-new-topic{display:block}}@media only screen and (max-width:480px){#bbpress-forums div.bbp-reply-author img.avatar{position:static;width:auto;height:auto}#buddypress h4.bb-active-order,h4.bb-active-order{-webkit-box-flex:0;-ms-flex:0 0 85%;flex:0 0 85%;margin:0}.bs-topics-wrapper .btn-new-topic{margin-right:10px;padding:8px 10px;font-size:13px}}.bbpress-sidebar .widget_tag_cloud{background-color:transparent;padding-right:0;padding-left:0;border:0}.bbpress-sidebar .widget_tag_cloud .tagcloud a{color:var(--bb-headings-color);font-size:14px!important;line-height:170%;padding-left:5px}.bbpress-sidebar .widget_tag_cloud .tagcloud a:hover{color:var(--bb-primary-color)}.bbp-topic-revision-log-item img{vertical-align:middle}.ggpopover.ggpopover{max-width:540px;width:82%;border-color:#ddd!important;border-radius:4px;box-shadow:0 3px 34px 0 rgba(94,98,102,.2)}.ggpopover .popover-title{border-radius:4px 4px 0 0}.ggpopover .popover-content{border-radius:4px}.ggpopover>.arrow{display:none}.bb-sidebar-forums li{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.bb-sidebar-forums a.bbp-forum-title{-webkit-box-flex:1;-ms-flex:1;flex:1}.bb-sidebar-forums .topics-count{margin-right:auto;padding-right:20px}.bb-sidebar-forums .bb-sidebar-forums{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:10px 0 -10px}.single.full-fi-invert:not(.groups) #bbpress-forums{padding-top:30px}.single.single-forum.full-fi-invert .entry-content #bbpress-forums{padding-top:0}#bbp_editor_forum_content{border-color:#dedfe2}#bbp_editor_forum_content:focus{color:inherit;border-color:var(--bb-content-border-color)}#bbp_editor_topic_content{border:0;border-top:1px solid var(--bb-content-border-color);border-radius:0}#bbp_editor_topic_content:focus{color:inherit;border-color:var(--bb-content-border-color)}.bbp-forum-buttons-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center;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}.bbp-forum-buttons-wrap>*{margin-right:15px;margin-bottom:20px}.bbp-forum-buttons-wrap .reported-content{opacity:.9}#bbpress-forums .bb-main-forum-title{margin:0 0 20px auto}span#subscription-toggle{float:none;display:block}.bbpress-sidebar #subscription-toggle{margin-bottom:20px}.bs-topic-sidebar-inner #subscription-toggle{font-size:0;width:100%}#subscription-toggle span{display:block}.mobile-only #subscription-toggle{float:none}.single-topic-sidebar-links .bb-topic-report-link-wrap{margin-top:-15px}.single-topic-sidebar-links .bb-topic-report-link-wrap a.report-content,.single-topic-sidebar-links .bb-topic-report-link-wrap a.reported-content{width:100%}.single-topic-sidebar-links .bb-topic-report-link-wrap a.reported-content{pointer-events:none;opacity:.8}.reply-edit #bbp_editor_reply_content{border:1px solid #dedfe2;border-radius:3px;padding:10px 15px}.reply-edit .bbp-reply-form #whats-new-toolbar{padding:5px 0 15px}.reply-edit .emojionearea.medium-editor-element{background:100% 0;min-height:1px}.reply-edit #bbpress-forums fieldset.bbp-form>div{margin-bottom:15px}.reply-edit .bbp-submit-wrapper{margin-top:20px}.reply-edit #bbpress-forums .bp-feedback+fieldset.bbp-form{margin-top:30px}#bbpress-forums fieldset.bbp-form .bp-feedback p{line-height:1.3;margin:0}.bbp-form .select2-container--default .select2-selection--multiple .select2-selection__choice{margin-top:2px;margin-bottom:2px;padding:0 10px 0 5px}.bbp-form .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove{margin-top:2px}.bbp-form .select2-container--default .select2-selection--multiple .select2-selection__choice span.select2-selection__choice__remove:before{background:100% 0;color:#fff;font-weight:300;font-size:14px}.bbp-forum-content-wrap{margin-bottom:30px;margin-top:30px}.single-with-sub-forum .bbp-forum-content-wrap{margin-top:0}.bbp-forum-content-wrap .bb-more-link{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color);margin-top:20px}.bbp-forum-content-wrap .bb-more-link: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);box-shadow:none}body:not(.forum) .entry-content .bbp-topic-form .bbp-submit-wrapper{margin-top:15px}body:not(.forum) .entry-content .bbp-topic-form .bbp-submit-wrapper .button.submit{margin-right:0}body:not(.forum) .entry-content .bbp-topic-form .bb-form-select-fields{padding:15px 10px}body:not(.forum) .entry-content .bbp-topic-form .new_topic_title_avatar{margin-left:10px}body:not(.forum) .entry-content .bbp-topic-form .bbp_topic_form_type_wrapper{margin-bottom:20px}body:not(.forum) .entry-content .bbp-topic-form .bbp_topic_title_wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px}body:not(.forum) .entry-content .bbp-topic-form #bbp_editor_topic_content{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:3px}body:not(.forum) .entry-content .bbp-topic-form .bbp-reply-form #whats-new-attachments,body:not(.forum) .entry-content .bbp-topic-form .bbp-reply-form #whats-new-toolbar,body:not(.forum) .entry-content .bbp-topic-form .bbp-topic-form #whats-new-attachments,body:not(.forum) .entry-content .bbp-topic-form .bbp-topic-form #whats-new-toolbar{padding:0}body:not(.forum) .entry-content .bbp-topic-form .bbp-form #whats-new-attachments,body:not(.forum) .entry-content .bbp-topic-form .bbp-form #whats-new-toolbar{margin-bottom:15px}body:not(.forum) .entry-content .bbp-topic-form .bbp-topic-form #whats-new-toolbar{margin-bottom:15px}body:not(.forum) .entry-content .bbp-topic-form .bbp-form .emojionearea.medium-editor-element{background:100% 0}body:not(.forum) .entry-content .bbp-topic-form .bbp_topic_tags_wrapper{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius);padding:0 12px;margin-bottom:10px!important}body:not(.forum) .entry-content .bbp-topic-form #bbp_topic_tags{padding:0 12px}body:not(.forum) .entry-content .bbp-topic-form .bbp-form .bb-form-select-fields{display:block}body:not(.forum) .entry-content .bbp-topic-form #bbp-close-btn{display:none}body:not(.forum) .entry-content .bbp-topic-form #whats-new-toolbar{padding:0}body:not(.forum) .entry-content .bbp-topic-form .bb-form-select-fields>*{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0}body:not(.forum) .entry-content .bbp-topic-form .bbp_topic_tags_wrapper input,body:not(.forum) .entry-content .bbp-topic-form .bbp_topic_tags_wrapper select{border:0}body:not(.forum) .entry-content .bbp-topic-form .bbp_topic_title_wrapper input{margin-right:0}body:not(.forum) .entry-content .bbp-topic-form .bbp-the-content-wrapper{margin-bottom:10px}body:not(.forum) .entry-content .bbp-topic-form #whats-new-attachments{padding:0}.widget .bbp-topic-form .bbp_topic_tags_wrapper,body:not(.forum) .entry-content .widget .bbp-topic-form .bbp_topic_tags_wrapper{border-top:1px solid var(--bb-content-border-color)}.widget .bbp-topic-form .bbp-the-content-wrapper,body:not(.forum) .entry-content .widget .bbp-topic-form .bbp-the-content-wrapper{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius);background-color:var(--bb-content-background-color)}.widget .bbp-topic-form .bbp-the-content-wrapper .bbp-the-content,body:not(.forum) .entry-content .widget .bbp-topic-form .bbp-the-content-wrapper .bbp-the-content{border-radius:var(--bb-input-radius);padding-right:10px;padding-left:10px}.widget .bbp-reply-form,body:not(.forum) .entry-content .widget .bbp-reply-form{margin:0}.widget .bbp-reply-form .bbp-the-content-wrapper,body:not(.forum) .entry-content .widget .bbp-reply-form .bbp-the-content-wrapper{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius);background-color:var(--bb-content-background-color);margin-top:10px}.widget .bbp-reply-form .bbp-the-content-wrapper .bbp-the-content,body:not(.forum) .entry-content .widget .bbp-reply-form .bbp-the-content-wrapper .bbp-the-content{border-radius:var(--bb-input-radius);padding-right:10px;padding-left:10px;border:0}.widget .bbp-reply-form #bbp-reply-exerpt:empty,body:not(.forum) .entry-content .widget .bbp-reply-form #bbp-reply-exerpt:empty{display:none}.widget .bbp-forum-form .bbp-the-content-wrapper,body:not(.forum) .entry-content .widget .bbp-forum-form .bbp-the-content-wrapper{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius);background-color:var(--bb-content-background-color);margin-top:10px;margin-bottom:10px}.widget .bbp-forum-form .bbp-the-content-wrapper .bbp-the-content,body:not(.forum) .entry-content .widget .bbp-forum-form .bbp-the-content-wrapper .bbp-the-content{border-radius:var(--bb-input-radius);padding-right:10px;padding-left:10px;border:0;min-height:120px}body .entry-content>.bbp-topic-form.bb-modal{background-color:transparent;border:0;border-radius:0;padding:0;max-width:100%;margin:0;box-shadow:none}body .entry-content>.bbp-topic-form.bb-modal fieldset.bbp-form{margin-right:0;margin-left:0}body .entry-content>.bbp-topic-form.bb-modal .new_topic_title label{display:none!important}body .entry-content>.bbp-topic-form.bb-modal fieldset.bbp-form label{color:inherit;display:inline-block;font-size:15px;letter-spacing:-.24px;margin-bottom:5px}body .entry-content>.bbp-topic-form.bb-modal .new_topic_title_avatar{margin-left:20px}.elementor-shortcode #bbpress-forums .bbp-forum-form input,.elementor-shortcode #bbpress-forums .bbp-forum-form select,.elementor-shortcode #bbpress-forums .bbp-topic-form input,.elementor-shortcode #bbpress-forums .bbp-topic-form select,.elementor-widget-text-editor #bbpress-forums .bbp-forum-form input,.elementor-widget-text-editor #bbpress-forums .bbp-forum-form select,.entry-content>.bbp-forum-form input,.entry-content>.bbp-forum-form select,article.type-page .entry-content>#bbpress-forums .bbp-forum-form input,article.type-page .entry-content>#bbpress-forums .bbp-forum-form select,article.type-page .entry-content>#bbpress-forums .bbp-topic-form input,article.type-page .entry-content>#bbpress-forums .bbp-topic-form select,article.type-page .entry-content>.bbp-topic-form input,article.type-page .entry-content>.bbp-topic-form select{width:100%}.elementor-shortcode #bbpress-forums .bbp-forum-form .bbp-the-content-wrapper,.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp-the-content-wrapper,.elementor-widget-text-editor #bbpress-forums .bbp-forum-form .bbp-the-content-wrapper,.entry-content>.bbp-forum-form .bbp-the-content-wrapper,article.type-page .entry-content>#bbpress-forums .bbp-forum-form .bbp-the-content-wrapper,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bbp-the-content-wrapper,article.type-page .entry-content>.bbp-topic-form .bbp-the-content-wrapper{margin-bottom:0}.elementor-shortcode #bbpress-forums .bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content,.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp-the-content-wrapper .bbp_editor_forum_content,.elementor-widget-text-editor #bbpress-forums .bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content,.entry-content>.bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content,article.type-page .entry-content>#bbpress-forums .bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bbp-the-content-wrapper .bbp_editor_forum_content,article.type-page .entry-content>.bbp-topic-form .bbp-the-content-wrapper .bbp_editor_forum_content{font-size:15px;color:var(--bb-body-text-color);border:1px solid var(--bb-content-border-color);border-bottom:0;background-color:var(--bb-content-background-color);border-radius:var(--bb-input-radius) var(--bb-input-radius) 0 0;padding:15px;min-height:90px}.elementor-shortcode #bbpress-forums .bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content:after,.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp-the-content-wrapper .bbp_editor_forum_content:after,.elementor-widget-text-editor #bbpress-forums .bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content:after,.entry-content>.bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content:after,article.type-page .entry-content>#bbpress-forums .bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content:after,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bbp-the-content-wrapper .bbp_editor_forum_content:after,article.type-page .entry-content>.bbp-topic-form .bbp-the-content-wrapper .bbp_editor_forum_content:after{font-size:15px;color:rgba(var(--bb-body-text-color-rgb),.5);pointer-events:none}.elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar,.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar,.elementor-widget-text-editor #bbpress-forums .bbp-forum-form #whats-new-toolbar,.entry-content>.bbp-forum-form #whats-new-toolbar,article.type-page .entry-content>#bbpress-forums .bbp-forum-form #whats-new-toolbar,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-toolbar,article.type-page .entry-content>.bbp-topic-form #whats-new-toolbar{border:1px solid var(--bb-content-border-color);border-top:0;background-color:var(--bb-content-background-color);border-radius:0 0 var(--bb-input-radius) var(--bb-input-radius);padding:15px;margin-bottom:15px}.elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar,.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar,.elementor-widget-text-editor #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar,.entry-content>.bbp-forum-form #whats-new-toolbar .medium-editor-toolbar,article.type-page .entry-content>#bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar,article.type-page .entry-content>.bbp-topic-form #whats-new-toolbar .medium-editor-toolbar{background-color:var(--bb-content-background-color);visibility:hidden;top:5px;right:45px}.elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions,.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions,.elementor-widget-text-editor #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions,.entry-content>.bbp-forum-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions,article.type-page .entry-content>#bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions,article.type-page .entry-content>.bbp-topic-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions{background-color:transparent}.elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar.active,.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active,.elementor-widget-text-editor #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar.active,.entry-content>.bbp-forum-form #whats-new-toolbar .medium-editor-toolbar.active,article.type-page .entry-content>#bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar.active,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active,article.type-page .entry-content>.bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active{visibility:visible}.elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-button-active,.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-button-active,.elementor-widget-text-editor #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-button-active,.entry-content>.bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-button-active,article.type-page .entry-content>#bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-button-active,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-button-active,article.type-page .entry-content>.bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-button-active{background-color:transparent}.elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li button,.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li button,.elementor-widget-text-editor #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li button,.entry-content>.bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li button,article.type-page .entry-content>#bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li button,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li button,article.type-page .entry-content>.bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li button{padding:10px 0 10px 10px;text-shadow:none}.elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li button:hover,.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li button:hover,.elementor-widget-text-editor #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li button:hover,.entry-content>.bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li button:hover,article.type-page .entry-content>#bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li button:hover,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li button:hover,article.type-page .entry-content>.bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li button:hover{background-color:transparent}.elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-action-pre,.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-action-pre,.elementor-widget-text-editor #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-action-pre,.entry-content>.bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-action-pre,article.type-page .entry-content>#bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-action-pre,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-action-pre,article.type-page .entry-content>.bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-action-pre{padding:10px}.elementor-shortcode #bbpress-forums .bbp-forum-form .bbp-submit-wrapper .button.submit,.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp-submit-wrapper .button.submit,.elementor-widget-text-editor #bbpress-forums .bbp-forum-form .bbp-submit-wrapper .button.submit,.entry-content>.bbp-forum-form .bbp-submit-wrapper .button.submit,article.type-page .entry-content>#bbpress-forums .bbp-forum-form .bbp-submit-wrapper .button.submit,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bbp-submit-wrapper .button.submit,article.type-page .entry-content>.bbp-topic-form .bbp-submit-wrapper .button.submit{margin-right:0}.elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal #whats-new-toolbar,.elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal .bbp-the-content-wrapper,.elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal #whats-new-toolbar,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp-the-content-wrapper,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper,.elementor-widget-text-editor #bbpress-forums .bbp-forum-form.bb-modal #whats-new-toolbar,.elementor-widget-text-editor #bbpress-forums .bbp-forum-form.bb-modal .bbp-the-content-wrapper,.elementor-widget-text-editor #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper,.entry-content>.bbp-forum-form.bb-modal #whats-new-toolbar,.entry-content>.bbp-forum-form.bb-modal .bbp-the-content-wrapper,.entry-content>.bbp-forum-form.bb-modal .bbp_topic_title_wrapper,article.type-page .entry-content>#bbpress-forums .bbp-forum-form.bb-modal #whats-new-toolbar,article.type-page .entry-content>#bbpress-forums .bbp-forum-form.bb-modal .bbp-the-content-wrapper,article.type-page .entry-content>#bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper,article.type-page .entry-content>#bbpress-forums .bbp-topic-form.bb-modal #whats-new-toolbar,article.type-page .entry-content>#bbpress-forums .bbp-topic-form.bb-modal .bbp-the-content-wrapper,article.type-page .entry-content>#bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper,article.type-page .entry-content>.bbp-topic-form.bb-modal #whats-new-toolbar,article.type-page .entry-content>.bbp-topic-form.bb-modal .bbp-the-content-wrapper,article.type-page .entry-content>.bbp-topic-form.bb-modal .bbp_topic_title_wrapper{border:0}.elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper #bbp-close-btn,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper #bbp-close-btn,.elementor-widget-text-editor #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper #bbp-close-btn,.entry-content>.bbp-forum-form.bb-modal .bbp_topic_title_wrapper #bbp-close-btn,article.type-page .entry-content>#bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper #bbp-close-btn,article.type-page .entry-content>#bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper #bbp-close-btn,article.type-page .entry-content>.bbp-topic-form.bb-modal .bbp_topic_title_wrapper #bbp-close-btn{display:block;font-weight:400}.elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper .new_topic_title #bbp_topic_title,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title #bbp_topic_title,.elementor-widget-text-editor #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper .new_topic_title #bbp_topic_title,.entry-content>.bbp-forum-form.bb-modal .bbp_topic_title_wrapper .new_topic_title #bbp_topic_title,article.type-page .entry-content>#bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper .new_topic_title #bbp_topic_title,article.type-page .entry-content>#bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title #bbp_topic_title,article.type-page .entry-content>.bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title #bbp_topic_title{margin:0}.elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar,.elementor-widget-text-editor #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar,.entry-content>.bbp-forum-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar,article.type-page .entry-content>#bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar,article.type-page .entry-content>#bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar,article.type-page .entry-content>.bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar{width:auto;min-width:auto}.elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal .bb-form-select-fields,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bb-form-select-fields,.elementor-widget-text-editor #bbpress-forums .bbp-forum-form.bb-modal .bb-form-select-fields,.entry-content>.bbp-forum-form.bb-modal .bb-form-select-fields,article.type-page .entry-content>#bbpress-forums .bbp-forum-form.bb-modal .bb-form-select-fields,article.type-page .entry-content>#bbpress-forums .bbp-topic-form.bb-modal .bb-form-select-fields,article.type-page .entry-content>.bbp-topic-form.bb-modal .bb-form-select-fields{padding:15px 25px}.elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal .bbp-submit-wrapper .button.submit,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp-submit-wrapper .button.submit,.elementor-widget-text-editor #bbpress-forums .bbp-forum-form.bb-modal .bbp-submit-wrapper .button.submit,.entry-content>.bbp-forum-form.bb-modal .bbp-submit-wrapper .button.submit,article.type-page .entry-content>#bbpress-forums .bbp-forum-form.bb-modal .bbp-submit-wrapper .button.submit,article.type-page .entry-content>#bbpress-forums .bbp-topic-form.bb-modal .bbp-submit-wrapper .button.submit,article.type-page .entry-content>.bbp-topic-form.bb-modal .bbp-submit-wrapper .button.submit{margin-right:15px}.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper,.elementor-shortcode .bbp-reply-form .bbp-form>legend,.entry-content>.bbp-reply-form .bbp-form>legend,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper,article.type-page .entry-content>.bbp-topic-form .bbp_topic_title_wrapper{font-size:16px;font-weight:600;color:var(--bb-headings-color);width:100%;padding:20px 25px;border:1px solid var(--bb-content-border-color);border-bottom:0;background-color:var(--bb-content-background-color);border-radius:var(--bb-input-radius) var(--bb-input-radius) 0 0;margin-bottom:0}.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper #bbp-close-btn,.elementor-shortcode .bbp-reply-form .bbp-form>legend #bbp-close-btn,.entry-content>.bbp-reply-form .bbp-form>legend #bbp-close-btn,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper #bbp-close-btn,article.type-page .entry-content>.bbp-topic-form .bbp_topic_title_wrapper #bbp-close-btn{display:none}.bbp-reply-form .bbp-form>legend #bbp-reply-exerpt:empty{display:none}.bbp-reply-form .bbp-form>legend #bbp-reply-exerpt.show-empty{display:block;padding-top:0}.bbp-reply-form .bbp-form>legend #bbp-reply-exerpt.show-empty+.bb-model-close-button{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bbp-reply-form .bbp-form>legend #bbp-reply-exerpt.show-empty+.bb-model-close-button .bb-icon-close{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit;line-height:1}.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-attachments,.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar,.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp-the-content-wrapper,.elementor-shortcode .bbp-reply-form #whats-new-attachments,.elementor-shortcode .bbp-reply-form #whats-new-toolbar,.elementor-shortcode .bbp-reply-form .bbp-the-content-wrapper,.entry-content>.bbp-reply-form #whats-new-attachments,.entry-content>.bbp-reply-form #whats-new-toolbar,.entry-content>.bbp-reply-form .bbp-the-content-wrapper,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-attachments,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-toolbar,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bbp-the-content-wrapper,article.type-page .entry-content>.bbp-topic-form #whats-new-attachments,article.type-page .entry-content>.bbp-topic-form #whats-new-toolbar,article.type-page .entry-content>.bbp-topic-form .bbp-the-content-wrapper{border:1px solid var(--bb-content-border-color);border-top:0;border-bottom:0;background-color:var(--bb-content-background-color);margin-bottom:0;border-radius:0}.elementor-shortcode #bbpress-forums .bbp-topic-form div.dropzone.dz-started,.elementor-shortcode .bbp-reply-form div.dropzone.dz-started,.entry-content>.bbp-reply-form div.dropzone.dz-started,article.type-page .entry-content>#bbpress-forums .bbp-topic-form div.dropzone.dz-started,article.type-page .entry-content>.bbp-topic-form div.dropzone.dz-started{margin-bottom:0}.elementor-shortcode #bbpress-forums .bbp-topic-form .medium-editor-element,.elementor-shortcode .bbp-reply-form .medium-editor-element,.entry-content>.bbp-reply-form .medium-editor-element,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .medium-editor-element,article.type-page .entry-content>.bbp-topic-form .medium-editor-element{display:inline-block;width:100%}.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar,.elementor-shortcode .bbp-reply-form #whats-new-toolbar,.entry-content>.bbp-reply-form #whats-new-toolbar,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-toolbar,article.type-page .entry-content>.bbp-topic-form #whats-new-toolbar{padding:15px 25px}.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar,.elementor-shortcode .bbp-reply-form #whats-new-toolbar .medium-editor-toolbar,.entry-content>.bbp-reply-form #whats-new-toolbar .medium-editor-toolbar,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar,article.type-page .entry-content>.bbp-topic-form #whats-new-toolbar .medium-editor-toolbar{right:50px}.elementor-shortcode #bbpress-forums .bbp-topic-form #bbp-template-notices,.elementor-shortcode .bbp-reply-form #bbp-template-notices,.entry-content>.bbp-reply-form #bbp-template-notices,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #bbp-template-notices,article.type-page .entry-content>.bbp-topic-form #bbp-template-notices{display:table;background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-bottom:0;border-top:0;width:100%}.elementor-shortcode #bbpress-forums .bbp-topic-form #bbp-template-notices .bp-feedback,.elementor-shortcode .bbp-reply-form #bbp-template-notices .bp-feedback,.entry-content>.bbp-reply-form #bbp-template-notices .bp-feedback,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #bbp-template-notices .bp-feedback,article.type-page .entry-content>.bbp-topic-form #bbp-template-notices .bp-feedback{margin:10px 15px}.elementor-shortcode #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bbp_topic_tags_wrapper,.elementor-shortcode .bbp-reply-form:not(.bb-modal-box) .bbp_topic_tags_wrapper,.entry-content>.bbp-reply-form:not(.bb-modal-box) .bbp_topic_tags_wrapper,article.type-page .entry-content>#bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bbp_topic_tags_wrapper,article.type-page .entry-content>.bbp-topic-form:not(.bb-modal-box) .bbp_topic_tags_wrapper{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:0 0 var(--bb-input-radius) var(--bb-input-radius)}.elementor-shortcode #bbpress-forums .bbp-topic-form:is(.bbp-topic-form) .bbp_topic_tags_wrapper,.elementor-shortcode .bbp-reply-form:is(.bbp-topic-form) .bbp_topic_tags_wrapper,.entry-content>.bbp-reply-form:is(.bbp-topic-form) .bbp_topic_tags_wrapper,article.type-page .entry-content>#bbpress-forums .bbp-topic-form:is(.bbp-topic-form) .bbp_topic_tags_wrapper,article.type-page .entry-content>.bbp-topic-form:is(.bbp-topic-form) .bbp_topic_tags_wrapper{border-top:0}.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper .new_topic_title_avatar,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar,article.type-page .entry-content>#bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bbp_topic_title_wrapper .new_topic_title_avatar,article.type-page .entry-content>.bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar{width:64px;min-width:64px}.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper .new_topic_title_avatar img,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar img,article.type-page .entry-content>#bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bbp_topic_title_wrapper .new_topic_title_avatar img,article.type-page .entry-content>.bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar img{width:100%}.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper #bbp_topic_title,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper #bbp_topic_title,article.type-page .entry-content>#bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bbp_topic_title_wrapper #bbp_topic_title,article.type-page .entry-content>.bbp-topic-form.bb-modal .bbp_topic_title_wrapper #bbp_topic_title{margin:10px 15px 0 0}.elementor-shortcode #bbpress-forums .bbp-topic-form #bbp_topic_submit,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal #bbp_topic_submit,article.type-page .entry-content>#bbpress-forums .bbp-topic-form:not(.bb-modal-box) #bbp_topic_submit,article.type-page .entry-content>.bbp-topic-form.bb-modal #bbp_topic_submit{margin-top:15px}.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_subscription_wrapper,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_subscription_wrapper,article.type-page .entry-content>#bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bbp_topic_subscription_wrapper,article.type-page .entry-content>.bbp-topic-form.bb-modal .bbp_topic_subscription_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_subscription_wrapper>label,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_subscription_wrapper>label,article.type-page .entry-content>#bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bbp_topic_subscription_wrapper>label,article.type-page .entry-content>.bbp-topic-form.bb-modal .bbp_topic_subscription_wrapper>label{margin-bottom:-15px}.elementor-shortcode #bbpress-forums .bbp-topic-form .avatar{border-radius:50%}.elementor-shortcode #whats-new-toolbar button{text-shadow:none}.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal #bbp_stick_topic_select,article.type-page .entry-content>.bbp-topic-form.bb-modal #bbp_stick_topic_select{margin-bottom:10px!important}body:not(.logged-in) .entry-content>.bbp-reply-form .bbp-form>legend{background-color:transparent;padding:0;border:0;border-radius:0;font-size:18px}body:not(.logged-in) .entry-content>.bbp-reply-form .bbp-form .bbp-the-content-wrapper{border-radius:var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0}body:not(.logged-in) .entry-content>.bbp-reply-form .bbp-form .bbp-the-content-wrapper .medium-editor-element:not(.emojionearea){border-radius:var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0}body:not(.logged-in) .entry-content>.bbp-reply-form .bbp-form #whats-new-toolbar{border-bottom:1px solid var(--bb-content-border-color);border-radius:0 0 var(--bb-block-radius-inner) var(--bb-block-radius-inner)}body:not(.logged-in) .entry-content>.bbp-reply-form .bbp-form fieldset.bbp-form-anonymous{margin:0}body:not(.logged-in) .entry-content>.bbp-reply-form .bbp-form fieldset.bbp-form-anonymous>legend{font-size:16px;margin-bottom:15px}body:not(.logged-in) .entry-content>.bbp-reply-form .bbp-form fieldset.bbp-form-anonymous p>label{display:block}@media screen and (max-width:992px){.elementor-shortcode #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bb-form-select-fields,article.type-page .entry-content>#bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bb-form-select-fields{display:block}.elementor-shortcode #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bb-form-select-fields>div,article.type-page .entry-content>#bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bb-form-select-fields>div{width:50%;float:right}.elementor-shortcode #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bb-form-select-fields .bbp-submit-wrapper,article.type-page .entry-content>#bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bb-form-select-fields .bbp-submit-wrapper{clear:none}}@media screen and (max-width:544px){.entry-content>.bbp-reply-form .bb-form-select-fields{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.entry-content>.bbp-reply-form .bb-form-select-fields .bbp-submit-wrapper{margin-right:0}.elementor-shortcode #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bb-form-select-fields>div,article.type-page .entry-content>#bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bb-form-select-fields>div{width:100%;margin-bottom:10px}.elementor-shortcode #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bb-form-select-fields>div #bbp_topic_submit,article.type-page .entry-content>#bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bb-form-select-fields>div #bbp_topic_submit{margin-right:0}}body .select2-container .select2-dropdown.bb-tag-list-dropdown{bottom:16px}body .select2-container .select2-dropdown.bb-tag-list-dropdown.bb-tag-list-dropdown{bottom:45px}#bbp-search-form{position:relative}#bbp-search-form #bbp_search{font-size:14px;font-weight:400;white-space:nowrap;height:36px;line-height:36px;overflow:hidden;text-overflow:ellipsis;min-width:100%;padding-left:35px;border-radius:var(--bb-button-radius)}#bbp-search-form #bbp_search_submit{border:0;display:none!important;position:absolute;width:40px;font-size:0;top:0;padding:0;background:url(../images/svg/search.svg) no-repeat center transparent;background-size:45%;left:5px;opacity:.8}#bbp-search-form #bbp_search_submit:hover{box-shadow:none;opacity:1}.reply-edit #bbpress-forums .bbp-reply-form .bbp-form .bbp-the-content-wrapper,.topic-edit #bbpress-forums .bbp-topic-form .bbp-form .bbp-the-content-wrapper,article:not(.type-forum) .entry-content>#bbpress-forums .bbp-topic-form .bbp-form .bbp-the-content-wrapper,article:not(.type-forum) .entry-content>.bbp-topic-form .bbp-form .bbp-the-content-wrapper{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0;border-bottom:0;margin-bottom:0;display:table;width:100%}.reply-edit #bbpress-forums .bbp-reply-form .bbp-form .bbp-the-content-wrapper .medium-editor-element:not(.emojionearea),.topic-edit #bbpress-forums .bbp-topic-form .bbp-form .bbp-the-content-wrapper .medium-editor-element:not(.emojionearea),article:not(.type-forum) .entry-content>#bbpress-forums .bbp-topic-form .bbp-form .bbp-the-content-wrapper .medium-editor-element:not(.emojionearea),article:not(.type-forum) .entry-content>.bbp-topic-form .bbp-form .bbp-the-content-wrapper .medium-editor-element:not(.emojionearea){background-color:transparent;border-top:0}.reply-edit #bbpress-forums .bbp-reply-form .bbp-form textarea.bbp-the-content,.topic-edit #bbpress-forums .bbp-topic-form .bbp-form textarea.bbp-the-content,article:not(.type-forum) .entry-content>#bbpress-forums .bbp-topic-form .bbp-form textarea.bbp-the-content,article:not(.type-forum) .entry-content>.bbp-topic-form .bbp-form textarea.bbp-the-content{border-top:0;border-radius:var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0}.reply-edit #bbpress-forums .bbp-reply-form .bbp-form #whats-new-attachments,.topic-edit #bbpress-forums .bbp-topic-form .bbp-form #whats-new-attachments,article:not(.type-forum) .entry-content>#bbpress-forums .bbp-topic-form .bbp-form #whats-new-attachments,article:not(.type-forum) .entry-content>.bbp-topic-form .bbp-form #whats-new-attachments{margin-bottom:0;background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-width:0 1px;padding:15px}.reply-edit #bbpress-forums .bbp-reply-form .bbp-form #whats-new-toolbar,.topic-edit #bbpress-forums .bbp-topic-form .bbp-form #whats-new-toolbar,article:not(.type-forum) .entry-content>#bbpress-forums .bbp-topic-form .bbp-form #whats-new-toolbar,article:not(.type-forum) .entry-content>.bbp-topic-form .bbp-form #whats-new-toolbar{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:0 0 var(--bb-block-radius-inner) var(--bb-block-radius-inner);border-top:0;padding:15px}.reply-edit #bbpress-forums .bbp-reply-form .bbp-form .bbp-the-content-wrapper{border-radius:var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0}.reply-edit #bbpress-forums .bbp-reply-form .bbp-form #whats-new-toolbar{border-radius:0 0 var(--bb-block-radius-inner) var(--bb-block-radius-inner)}body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new_topic_title_avatar{margin-left:10px}body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new_topic_title input{width:100%}#buddypress .forum_single_action_wrap,.topic .forum_single_action_wrap{display:inline-block;margin-right:5px;position:relative}#buddypress .forum_single_action_wrap .forum_single_action_more-wrap,.topic .forum_single_action_wrap .forum_single_action_more-wrap{vertical-align:middle;display:inline-block;line-height:1}#buddypress .forum_single_action_wrap .forum_single_action_more-wrap i,.topic .forum_single_action_wrap .forum_single_action_more-wrap i{font-size:21px;color:#939597}#buddypress .forum_single_action_wrap .forum_single_action_options,.topic .forum_single_action_wrap .forum_single_action_options{position:absolute;top:30px;left:0;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;width:168px;padding:5px 0;display:none}#buddypress .forum_single_action_wrap .forum_single_action_options:after,.topic .forum_single_action_wrap .forum_single_action_options:after{content:" ";position:absolute;width:0;height:0;top:1px;margin:0 auto;left:8px;box-sizing:border-box;border:6px solid #000;border-color:#fff transparent transparent #fff;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 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:101}#buddypress .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap,.topic .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap{margin:0}#buddypress .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap a,.topic .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap a{margin:0;display:block;text-align:right;opacity:1;font-size:13px!important;letter-spacing:-.24px;width:100%;text-transform:none;font-weight:400;min-height:auto;border-radius:0;padding:10px 14px;color:#7f868f;line-height:1.1;border:0}#buddypress .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap a:hover,.topic .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap a:hover{background-color:#f5f5f5;color:var(--bb-primary-color)!important}#buddypress .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap a:before,.topic .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap a:before{font-family:bb-icons;content:"\ee9c";font-size:15px;display:inline-block;margin-left:10px;vertical-align:middle;width:20px;text-align:center}#buddypress .forum_single_action_wrap.is_visible .forum_single_action_options,.topic .forum_single_action_wrap.is_visible .forum_single_action_options{display:block}@media screen and (max-width:800px){#buddypress .forum_single_action_wrap .forum_single_action_options,.topic .forum_single_action_wrap .forum_single_action_options{left:inherit;right:0}#buddypress .forum_single_action_wrap .forum_single_action_options:after,.topic .forum_single_action_wrap .forum_single_action_options:after{left:inherit;right:2px}}.topic .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap a:hover{color:var(--bb-primary-color)!important}#bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items:not(.bb-single) .bs-header-item .flex-1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 .bbp-forum-buttons-wrap,#bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 .bs-section-title{display:-webkit-box;display:-ms-flexbox;display:flex}#bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 .bs-section-title{font-size:18px}#bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 .bbp-forum-buttons-wrap *{margin-bottom:0}@media screen and (max-width:600px){#bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}#bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 .bbp_before_forum_new_post{margin-top:10px}#bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 #subscription-toggle{margin-top:10px;margin-right:0}}.widget #bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1{-ms-flex-flow:column;flex-flow:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.single.single-forum .type-forum .entry-header.bb-single-forum{margin-bottom:1.1875rem}.single.single-forum .type-forum .bb-topic-banner{width:100vw;position:relative;right:50%;left:50%;border-bottom:1px solid var(--bb-content-border-color);height:300px;margin:-1.875rem -50vw 1.875rem;z-index:1;overflow:hidden}.single.single-forum .type-forum .bb-topic-banner:before{content:"";opacity:.4;background-color:#122b46;background-image:-webkit-linear-gradient(-180deg,rgba(0,0,0,0) 4%,#000 100%);background-image:linear-gradient(-270deg,rgba(0,0,0,0) 4%,#000 100%);background-image:-webkit-linear-gradient(-270deg,rgba(0,0,0,0) 4%,#000 100%);background-image:linear-gradient(180deg,rgba(0,0,0,0) 4%,#000 100%);position:absolute;height:100%;width:100%;top:0;right:0;z-index:1}@media screen and (max-width:460px){.single.single-forum .type-forum .bb-topic-banner{height:auto;padding-top:30px;padding-bottom:30px}}.single.single-forum .type-forum .bb-topic-banner .banner-img{max-width:100%;min-width:100%;object-fit:cover;min-height:100%;height:auto;position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum{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-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;color:#fff;position:relative;z-index:9;height:100%;margin-bottom:0}.single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum .entry-title{color:#fff;margin-bottom:0;max-width:60%;font-size:48px;font-weight:600;padding-bottom:60px}.single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum .bbp-forum-content-wrap{margin-top:-45px}.single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum .bbp-forum-content-wrap p{margin-bottom:0}@media screen and (max-width:980px){.single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum .entry-title{max-width:80%;line-height:1.1}}@media screen and (max-width:800px){.single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum .entry-title{padding-right:20px;padding-left:20px;max-width:100%;padding-bottom:0}.single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum .bbp-forum-content-wrap{margin-top:20px;text-align:center}}@media screen and (max-width:460px){.single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum .entry-title{font-size:42px}}@media screen and (min-width:800px) and (max-width:1328px){.single.single-forum .type-forum .bb-topic-banner .entry-header{margin-right:68px}}@media screen and (min-width:800px){.single.single-forum.single-forum-cover-image .bbpress-sidebar{padding-top:330px}.single.single-forum.has-sidebar .type-forum .bb-topic-banner{right:-webkit-calc(50% + 150px);right:calc(50% + 150px)}}@media screen and (min-width:800px) and (max-width:1500px){.buddypanel-open.single.single-forum .type-forum .bb-topic-banner .entry-header{margin-right:148px}}.bs-item-list.list-view div.bs-item-wrap:not(.no-hover-effect):hover{border-right-color:var(--bb-content-background-color);border-left-color:var(--bb-content-background-color);border-bottom-color:var(--bb-content-background-color)}.bs-item-list.list-view li.bs-item-wrap:not(.no-hover-effect):hover{border-bottom:1px solid var(--bb-content-border-color)}@media screen and (max-width:1200px){#bbpress-forums#bbpress-forums .bs-forums-items.bs-item-list.list-view div.action .bb_more_options_action{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-left:0}}@media screen and (max-width:600px){.bbp-forum-buttons-wrap{width:100%}}#bbpress-forums .bbp-reply-form.bb-modal .bb-form-select-fields,#bbpress-forums .bbp-topic-form.bb-modal .bb-form-select-fields{background:var(--bb-content-alternate-background-color)}#bbpress-forums .gif-search-query input[type=search]{margin-bottom:0}#bbpress-forums .gif-search-content .gif-search-results{min-height:260px;max-height:260px}fieldset.bbp-form .bbp-submit-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row-reverse;flex-flow:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bb-form-select-fields{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -10px}.bb-form-select-fields>*{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 10px}.bb-form-select-fields .bb_subscriptions_active{padding-bottom:20px}.bb-form-select-fields select{color:var(--bb-body-text-color);width:100%}#bbpress-forums fieldset.bbp-form .bbp_topic_title_wrapper label{display:none}#bbpress-forums fieldset.bbp-form .bbp_topic_title_wrapper input{margin-bottom:0;margin-right:10px}#bbpress-forums .bbp_topic_title_wrapper #bbp_topic_title{margin-right:0}#bbpress-forums .bbp_topic_title_wrapper #bbp_topic_title.error{background-color:rgba(var(--bb-danger-color-rgb),.1)}#bbpress-forums .bbp-topic-form fieldset.bbp-form .bb-form_rev_wrapper{display:block}#bbpress-forums .bbp-topic-form fieldset.bbp-form>.flex{display:block}#bbpress-forums .bbp-topic-form fieldset.bbp-form fieldset.bbp-form{margin-bottom:0}#bbpress-forums .bbp-topic-form .bbp-tags-icon{display:none}#bbpress-forums .bbp-topic-form .bbp-submit-wrapper .button.submit{margin-left:0}#bbpress-forums .bbp-reply-form .bbp-tags-icon,.page .bbp-reply-form:not(.bb-modal) .bbp-tags-icon{display:none}#bbpress-forums .bbp-reply-form textarea#bbp_reply_content,.page .bbp-reply-form:not(.bb-modal) textarea#bbp_reply_content{width:100%}#bbpress-forums .bbp-reply-form fieldset.bbp-form input[type=text],.page .bbp-reply-form:not(.bb-modal) fieldset.bbp-form input[type=text]{width:100%}#bbpress-forums .bbp-reply-form fieldset.bbp-form label,.page .bbp-reply-form:not(.bb-modal) fieldset.bbp-form label{color:inherit;font-size:15px;letter-spacing:-.24px;margin-bottom:5px}#bbpress-forums .bbp-reply-form fieldset.bbp-form-anonymous,.page .bbp-reply-form:not(.bb-modal) fieldset.bbp-form-anonymous{margin:15px 0}#bbpress-forums .bbp-reply-form fieldset.bbp-form-anonymous p,.page .bbp-reply-form:not(.bb-modal) fieldset.bbp-form-anonymous p{margin-bottom:15px}#bbpress-forums .bbp-reply-form .bb-form_rev_wrapper,#bbpress-forums .bbp-reply-form .bb-form_rev_wrapper .flex,.page .bbp-reply-form:not(.bb-modal) .bb-form_rev_wrapper,.page .bbp-reply-form:not(.bb-modal) .bb-form_rev_wrapper .flex{display:block}.bbp-mfp-zoom-in .bb-modal{border-color:#ddd;margin:50px auto 0;max-width:750px;padding:0;border-radius:4px 4px 0 0;box-shadow:0 3px 34px 0 rgba(94,98,102,.2)}.bbp-mfp-zoom-in .bb-modal form#new-post{margin-bottom:0}.bbp-mfp-zoom-in .bb-modal form#new-post input.error{border:0;opacity:.5;color:inherit}.bbp-mfp-zoom-in .bbp-the-content-wrapper{margin:0}.bbp-mfp-zoom-in .bbp-the-content-wrapper textarea.bbp-the-content{max-height:250px;margin:0;font-size:15px;font-family:inherit}.bbp-mfp-zoom-in .bbp-the-content-wrapper textarea#bbp_reply_content,.bbp-mfp-zoom-in .bbp-the-content-wrapper textarea#bbp_topic_content{width:100%}.bbp-mfp-zoom-in .bbp-the-content-wrapper div.mce-panel.error{background-color:rgba(var(--bb-danger-color),.1)}.bbp-mfp-zoom-in .bbp-the-content-wrapper div.mce-panel.error iframe#bbp_topic_content_ifr{opacity:.5}.bbp-mfp-zoom-in .bb-form-select-fields{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px}@media only screen and (max-width:544px){.bbp-mfp-zoom-in .bb-form-select-fields{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.bbp-mfp-zoom-in .bb-form-select-fields .bb_subscriptions_active{margin-bottom:20px}}@media only screen and (max-width:800px){.bbp-mfp-zoom-in .bbp-topic-form .bb-form-select-fields{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.bbp-mfp-zoom-in .bbp-topic-form .bb-form-select-fields .bbp_topic_form_type_wrapper{width:100%;max-width:100%;margin-bottom:15px}.bbp-mfp-zoom-in .bbp-topic-form .bb-form-select-fields .bbp_topic_subscription_wrapper{margin-bottom:20px}}.bbp-mfp-zoom-in .bb-form_rev_wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 15px}.bbp-mfp-zoom-in .bb-form_rev_wrapper fieldset.bbp-form>div{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bbp-mfp-zoom-in .bb-form_rev_wrapper fieldset.bbp-form legend{margin-left:10px}.bbp-mfp-zoom-in .bb-form_rev_wrapper fieldset.bbp-form label[for=bbp_reply_edit_reason],.bbp-mfp-zoom-in .bb-form_rev_wrapper fieldset.bbp-form label[for=bbp_topic_edit_reason]{display:none}.bbp-mfp-zoom-in .bb-form_rev_wrapper fieldset.bbp-form label{font-size:14px;color:var(--bb-body-text-color)}.bbp-mfp-zoom-in ::-webkit-input-placeholder{color:#939597}.bbp-mfp-zoom-in :-ms-input-placeholder{color:#939597}.bbp-mfp-zoom-in ::placeholder{color:#939597}fieldset.bbp-form .bbp-submit-wrapper{margin-right:auto;margin-top:0;-ms-flex-flow:row;flex-flow:row;-webkit-box-flex:inherit;-ms-flex:inherit;flex:inherit}fieldset.bbp-form .bbp-submit-wrapper .button.submit{min-width:auto;margin-right:20px}fieldset.bbp-form .bbp-submit-wrapper a#bbp-cancel-reply-to-link,fieldset.bbp-form .bbp-submit-wrapper a#bbp-close-btn{color:var(--bb-alternate-text-color);font-size:14px}fieldset.bbp-form .bbp-submit-wrapper a#bbp-cancel-reply-to-link:hover,fieldset.bbp-form .bbp-submit-wrapper a#bbp-close-btn:hover{color:var(--bb-primary-color)}.bbp-template-notice{padding:10px;line-height:1.4;font-size:14px}.bbp-template-notice p{margin:0}.bbp_topic_tags_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0!important;padding:5px 25px;border-bottom:1px solid var(--bb-content-border-color);border-top:1px solid var(--bb-content-border-color)}.bbp_topic_tags_wrapper label{display:none!important}.bbp_topic_tags_wrapper>span>i{color:#939597;font-size:18px;position:relative;top:2px}.bbp_topic_tags_wrapper #bbp_topic_tags{border:0;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0;width:100%;margin:0!important}body .bbp_topic_tags_wrapper .bb-select-container.select2-selection.select2-selection--multiple{background-color:transparent}#bbpress-forums .bb-modal-box div.bbp-the-content-wrapper{margin:0}.bb-modal-box .bb-form-select-fields{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px 25px}#bbpress-forums .bb-modal.bbp-reply-form .bbp-the-content,#bbpress-forums .bb-modal.bbp-topic-form .bbp-the-content{position:relative}#bbpress-forums .bb-modal.bbp-reply-form .bbp-the-content[contenteditable=true]:empty:after,#bbpress-forums .bb-modal.bbp-topic-form .bbp-the-content[contenteditable=true]:empty:after{color:#c3c6c9;content:attr(data-placeholder)!important;position:absolute;right:0;top:0;padding:inherit;font-style:normal}#bbpress-forums .bb-modal.bbp-reply-form .bbp-the-content.medium-editor-placeholder:not(:empty):after,#bbpress-forums .bb-modal.bbp-topic-form .bbp-the-content.medium-editor-placeholder:not(:empty):after{display:none}.emojionearea.bbp-the-content.error{color:inherit}#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form,.elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form{margin:0}#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form fieldset.bbp-form-anonymous+.bbp_topic_title_wrapper,.elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form fieldset.bbp-form-anonymous+.bbp_topic_title_wrapper{padding-top:15px}#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form fieldset.bbp-form-anonymous+.bbp_topic_title_wrapper #bbp_topic_title,.elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form fieldset.bbp-form-anonymous+.bbp_topic_title_wrapper #bbp_topic_title{border:1px solid var(--bb-content-border-color)}#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form fieldset.bbp-form-anonymous+.bbp_topic_title_wrapper #bbp_topic_title.error,.elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form fieldset.bbp-form-anonymous+.bbp_topic_title_wrapper #bbp_topic_title.error{border:0}#bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_title_wrapper,.elementor-location-popup #bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper{margin:0;padding:18px 25px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}#bbpress-forums .bb-modal.bbp-topic-form .new_topic_title_avatar img.avatar,.elementor-location-popup #bbpress-forums .bbp-topic-form .new_topic_title_avatar img.avatar{max-width:44px}#bbpress-forums .bb-modal.bbp-topic-form .new_topic_title,.elementor-location-popup #bbpress-forums .bbp-topic-form .new_topic_title{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-left:20px;margin:0 15px}#bbpress-forums .bb-modal.bbp-topic-form label,.elementor-location-popup #bbpress-forums .bbp-topic-form label{display:none}#bbpress-forums .bb-modal.bbp-topic-form #bbp_topic_title,.elementor-location-popup #bbpress-forums .bbp-topic-form #bbp_topic_title{border:0;width:100%}#bbpress-forums .bb-modal.bbp-topic-form .bb-model-close-button,.elementor-location-popup #bbpress-forums .bbp-topic-form .bb-model-close-button{position:absolute;left:25px;top:22px}#bbpress-forums .bb-modal.bbp-topic-form .bb-model-close-button:hover,.elementor-location-popup #bbpress-forums .bbp-topic-form .bb-model-close-button:hover{color:var(--bb-primary-color)}#bbpress-forums .bb-modal.bbp-topic-form #wp-bbp_topic_content-wrap .wp-editor-container,.elementor-location-popup #bbpress-forums .bbp-topic-form #wp-bbp_topic_content-wrap .wp-editor-container{border-right:0;border-left:0}#bbpress-forums .bb-modal.bbp-topic-form #wp-bbp_topic_content-wrap .quicktags-toolbar,.elementor-location-popup #bbpress-forums .bbp-topic-form #wp-bbp_topic_content-wrap .quicktags-toolbar{border-radius:0;background-color:rgba(146,164,183,.1)}#bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_subscription_wrapper,.elementor-location-popup #bbpress-forums .bbp-topic-form .bbp_topic_subscription_wrapper{-webkit-box-flex:1;-ms-flex:auto;flex:auto}#bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_subscription_wrapper>label,.elementor-location-popup #bbpress-forums .bbp-topic-form .bbp_topic_subscription_wrapper>label{display:block}#bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_form_forum_wrapper,.elementor-location-popup #bbpress-forums .bbp-topic-form .bbp_topic_form_forum_wrapper{max-width:200px}#bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_form_forum_wrapper label,.elementor-location-popup #bbpress-forums .bbp-topic-form .bbp_topic_form_forum_wrapper label{display:none}#bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_form_type_wrapper,.elementor-location-popup #bbpress-forums .bbp-topic-form .bbp_topic_form_type_wrapper{max-width:220px;min-width:180px}#bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_form_type_wrapper label,.elementor-location-popup #bbpress-forums .bbp-topic-form .bbp_topic_form_type_wrapper label{display:none}#bbpress-forums .bb-modal.bbp-topic-form .bp-feedback,.elementor-location-popup #bbpress-forums .bbp-topic-form .bp-feedback{margin:10px}#bbpress-forums .bb-modal.bbp-topic-form .bbp-tags-icon,.elementor-location-popup #bbpress-forums .bbp-topic-form .bbp-tags-icon{display:inline-block}#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form-anonymous,.elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form-anonymous{padding:0 15px}#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form-anonymous>legend,.elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form-anonymous>legend{padding-top:10px;padding-bottom:5px;color:var(--bb-headings-color)}#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form-anonymous p,.elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form-anonymous p{margin-bottom:15px}#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form-anonymous p:last-child,.elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form-anonymous p:last-child{margin-bottom:0}#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form-anonymous label,.elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form-anonymous label{display:none}#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form-anonymous input[type=text],.elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form-anonymous input[type=text]{width:100%}.elementor-location-popup .elementor-element-populated #bbpress-forums{margin:-10px;font-size:16px}.elementor-location-popup .elementor-element-populated #bbpress-forums .bb-form-select-fields{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px 5px;margin:0}.elementor-location-popup .elementor-element-populated #bbpress-forums .bb-form-select-fields select{margin:0;min-width:130px}.elementor-location-popup .elementor-element-populated #bbpress-forums .avatar{border-radius:50%}.elementor-popup-modal~.select2-container.select2-container--open{z-index:9999}#bbpress-forums .bb-modal.bbp-reply-form .bp-feedback{margin:10px}#bbpress-forums .bb-modal.bbp-reply-form .wp-editor-container{border-right:0;border-left:0}#bbpress-forums .bb-modal.bbp-reply-form .wp-editor-container div.mce-panel.error{background-color:rgba(var(--bb-danger-color),.1)}#bbpress-forums .bb-modal.bbp-reply-form .wp-editor-container div.mce-panel.error iframe#bbp_reply_content_ifr{opacity:.5}#bbpress-forums .bb-modal.bbp-reply-form .quicktags-toolbar{border-radius:0;background-color:rgba(146,164,183,.1)}#bbpress-forums .bb-modal.bbp-reply-form .bb_subscriptions_active{padding:0 10px;-webkit-box-flex:1;-ms-flex:auto;flex:auto}#bbpress-forums .bb-modal.bbp-reply-form fieldset.bbp-form-anonymous{padding:0 15px}#bbpress-forums .bb-modal.bbp-reply-form fieldset.bbp-form-anonymous>legend{padding-top:10px;padding-right:0}#bbpress-forums .bb-modal.bbp-reply-form fieldset.bbp-form-anonymous p{margin-bottom:15px}#bbpress-forums .bb-modal.bbp-reply-form fieldset.bbp-form-anonymous label{display:none}#bbpress-forums .bb-modal.bbp-reply-form fieldset.bbp-form-anonymous input[type=text]{width:100%}#bbpress-forums .bbp-reply-form.bb-modal{box-shadow:none;padding:10px 0;border:0}#bbpress-forums .bbp-reply-form.bb-modal form{margin-bottom:0}#bbpress-forums .bbp-reply-form.bb-modal fieldset.bbp-form{margin:0}#bbpress-forums .bbp-reply-form.bb-modal fieldset.bbp-form>legend{font-size:16px;font-weight:600;color:var(--bb-headings-color);margin-bottom:0;width:100%;padding:20px 25px 0}#bbpress-forums .bbp-reply-form.bb-modal #whats-new-toolbar,#bbpress-forums .bbp-reply-form.bb-modal .bb-form-select-fields,#bbpress-forums .bbp-reply-form.bb-modal .bbp-the-content,#bbpress-forums .bbp-reply-form.bb-modal .bbp_topic_tags_wrapper,#bbpress-forums .bbp-reply-form.bb-modal .medium-editor-placeholder{padding-right:25px;padding-left:25px}#bbpress-forums .bbp-reply-form.bb-modal #whats-new-toolbar .post-elements-buttons-item .bbp-the-content{padding-right:0;padding-left:0}#bbpress-forums .bbp-reply-form.bb-modal .bbp-submit-wrapper .button.submit{min-width:auto}#bbpress-forums .bbp-reply-form.bb-modal .wp-editor-container{border-right:1px solid var(--bb-content-border-color);border-left:1px solid var(--bb-content-border-color)}#bbpress-forums .bbp-reply-form.bb-modal div.bbp-submit-wrapper{margin-top:0}#bbpress-forums .bbp-reply-form.bb-modal a#bbp-cancel-reply-to-link,#bbpress-forums .bbp-reply-form.bb-modal a#bbp-close-btn{font-size:14px;margin-right:10px;font-weight:400;color:var(--bb-headings-color)}#bbpress-forums .bbp-reply-form.bb-modal a#bbp-cancel-reply-to-link:hover,#bbpress-forums .bbp-reply-form.bb-modal a#bbp-close-btn:hover{color:var(--bb-primary-color)}#bbpress-forums .bbp-reply-form.bb-modal a#bbp-cancel-reply-to-link{color:var(--bb-alternate-text-color)}#bbpress-forums .bbp-topic-form.bb-modal a#bbp-close-btn:hover{color:var(--bb-primary-color)}#bbpress-forums .bbp-reply-form.bb-modal #whats-new-toolbar .medium-editor-toolbar,#bbpress-forums .bbp-topic-form.bb-modal #whats-new-toolbar .medium-editor-toolbar{right:57px;z-index:10}#bbpress-forums .bbp-reply-form.bb-modal .bb-icon-close:before,#bbpress-forums .bbp-topic-form.bb-modal .bb-icon-close:before{color:var(--bb-headings-color);font-size:24px}.bbp-reply-form .medium-editor-element:not(.emojionearea),.bbp-topic-form .medium-editor-element:not(.emojionearea){border-radius:0;border-right:0;border-left:0;border-top:1px solid var(--bb-content-border-color);min-height:120px}.bbp-reply-form .medium-editor-element:not(.emojionearea):after,.bbp-topic-form .medium-editor-element:not(.emojionearea):after{pointer-events:none}.bbp-reply-form .emojionearea.medium-editor-element,.bbp-topic-form .emojionearea.medium-editor-element{min-height:1px}.bbp-reply-form #whats-new-toolbar,.bbp-topic-form #whats-new-toolbar{padding:15px 25px}.bbp-reply-form #whats-new-attachments,.bbp-topic-form #whats-new-attachments{padding:0 15px}.bbp-reply-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom,.bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom{top:-194px;right:40px;margin-top:0}.bbp-reply-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after,.bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{right:-14px;top:200px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.bbp-reply-form .gif-media-search-dropdown.open,.bbp-topic-form .gif-media-search-dropdown.open{right:50px;top:-190px}.bbp-reply-form .gif-media-search-dropdown:before,.bbp-topic-form .gif-media-search-dropdown:before{right:0;top:140px;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.bbp-reply-form #whats-new-toolbar .medium-editor-toolbar,.bbp-topic-form #whats-new-toolbar .medium-editor-toolbar{background-color:var(--bb-content-background-color)}#bbpress-forums .bbp-reply-content li>ol,#bbpress-forums .bbp-reply-content li>ul,#bbpress-forums .bbp-reply-form li>ol,#bbpress-forums .bbp-reply-form li>ul,#bbpress-forums .bbp-topic-form li>ol,#bbpress-forums .bbp-topic-form li>ul,.bbp_reply_create li>ol,.bbp_reply_create li>ul,.bbp_topic_create li>ol,.bbp_topic_create li>ul{margin-bottom:0}.forums-attached-gif-container.closed{display:none}.bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom{top:-184px}.bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{top:190px}.bbp-topic-form .gif-media-search-dropdown.open{top:-180px}.bbp-topic-form .gif-media-search-dropdown:before{top:190px}.bb-modal-box form{margin:0}.bb-modal-box #bbp_stick_topic_select{margin:0!important}#bbpress-forums .bb-modal.bb-modal-box{top:50%;right:5px;left:5px;display:none;position:fixed;z-index:999992;margin:0 auto;width:90%;max-width:800px;padding:0;box-shadow:0 6px 24px 0 rgba(18,43,70,.08);max-height:-webkit-calc(100vh - 50px);max-height:calc(100vh - 50px);overflow-y:auto;overflow-x:hidden;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius)}#bbpress-forums .bb-modal.bb-modal-box .bbp-the-content-wrapper.loading{text-align:center;padding:0;position:relative}#bbpress-forums .bb-modal.bb-modal-box .bbp-the-content-wrapper.loading:after{content:"\ef30";font:normal normal 400 22px/1 bb-icons;margin:0;display:inline-block;text-align:center;color:#939597;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;position:absolute;top:50%;margin-top:-11px}#bbpress-forums .bb-modal.bb-modal-box .bbp-the-content-wrapper.loading>div[data-placeholder]{pointer-events:none}#bbpress-forums .bb-modal.bb-modal-box .bbp-the-content-wrapper.loading>div[data-placeholder]:after{color:#c3c6c9;content:attr(data-placeholder)!important;position:absolute;right:0;top:0;padding:inherit;font-style:normal}.bb-modal-overlay{opacity:0;position:fixed;top:0;right:0;z-index:999991;width:100%;height:100%;background-color:rgba(250,251,253,.9);box-shadow:0 6px 24px 0 rgba(18,43,70,.1)}.bb-modal-overlay-open{overflow:hidden}#bbp-cancel-reply-to-link{display:none}.reply-edit fieldset.bbp-form .bbp-submit-wrapper .button.submit,.topic-edit fieldset.bbp-form .bbp-submit-wrapper .button.submit{margin-right:0;margin-top:20px}.reply-edit .bbp_topic_title_wrapper,.topic-edit .bbp_topic_title_wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px}.reply-edit #bbp_editor_topic_content,.topic-edit #bbp_editor_topic_content{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:3px}.reply-edit .bbp-reply-form #whats-new-attachments,.reply-edit .bbp-reply-form #whats-new-toolbar,.reply-edit .bbp-topic-form #whats-new-attachments,.reply-edit .bbp-topic-form #whats-new-toolbar,.topic-edit .bbp-reply-form #whats-new-attachments,.topic-edit .bbp-reply-form #whats-new-toolbar,.topic-edit .bbp-topic-form #whats-new-attachments,.topic-edit .bbp-topic-form #whats-new-toolbar{padding:0}.reply-edit .bbp-form #whats-new-attachments,.reply-edit .bbp-form #whats-new-toolbar,.topic-edit .bbp-form #whats-new-attachments,.topic-edit .bbp-form #whats-new-toolbar{margin-bottom:15px}.reply-edit .bbp-topic-form #whats-new-toolbar,.topic-edit .bbp-topic-form #whats-new-toolbar{margin-bottom:15px}.reply-edit .bbp-form .emojionearea.medium-editor-element,.topic-edit .bbp-form .emojionearea.medium-editor-element{background:100% 0}.reply-edit .bbp-form .bbp_topic_tags_wrapper,.topic-edit .bbp-form .bbp_topic_tags_wrapper{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner);padding:0 12px;margin-bottom:10px!important}.reply-edit #bbp_topic_tags,.topic-edit #bbp_topic_tags{padding:0 12px}.reply-edit .bbp-form .bb-form-select-fields,.topic-edit .bbp-form .bb-form-select-fields{display:block}.reply-edit #bbp-close-btn,.topic-edit #bbp-close-btn{display:none}.reply-edit .bb-form-select-fields .bb_subscriptions_active{padding-bottom:0}.reply-edit #bbpress-forums .bb-form_rev_wrapper fieldset.bbp-form{margin:0}.groups.reply-edit #item-body>h3,.groups.topic-edit #item-body>h3{display:none}.tagify{border:0;width:100%}.tagify__input{margin:3px 0;padding:0}.tagify__tag>div{padding:0 10px 0 22px}.tagify__tag__removeBtn{font-size:16px;line-height:13px}.tagify__tag{margin:3px 0 3px 5px}.tagify__input:empty:before{opacity:.3}span.tagify__tag-text{font-size:15px}#bbp-reply-exerpt{margin:0 -15px;padding:10px 15px 20px;font-size:14px;color:#999;font-weight:400}#new-post:not(.submitting) .bb-icon-loader,#new-post:not(.submitting) .bb-icon-spinner{display:none}#new-post .bb-url-scrapper-container{max-width:753px}#new-post .bb-url-scrapper-container .bb-icon-spinner{display:inline-block}body:not(.topic-edit) #new-post input.select2-search__field{padding:0}@media screen and (max-width:544px){.bbp-reply-form .post-emoji:nth-child(5)[data-bp-tooltip][data-bp-tooltip-pos=down-left]:after,.bbp-reply-form .post-emoji:nth-child(6)[data-bp-tooltip][data-bp-tooltip-pos=down-left]:after,.bbp-topic-form .post-emoji:nth-child(5)[data-bp-tooltip][data-bp-tooltip-pos=down-left]:after,.bbp-topic-form .post-emoji:nth-child(6)[data-bp-tooltip][data-bp-tooltip-pos=down-left]:after{margin-top:16px}.bbp-reply-form .post-emoji:nth-child(5)[data-bp-tooltip][data-bp-tooltip-pos=down-left]:before,.bbp-reply-form .post-emoji:nth-child(6)[data-bp-tooltip][data-bp-tooltip-pos=down-left]:before,.bbp-topic-form .post-emoji:nth-child(5)[data-bp-tooltip][data-bp-tooltip-pos=down-left]:before,.bbp-topic-form .post-emoji:nth-child(6)[data-bp-tooltip][data-bp-tooltip-pos=down-left]:before{margin-top:10px}.bbp-reply-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom,.bbp-reply-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom,.bbp-topic-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom,.bbp-topic-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom{height:230px;margin-bottom:10px}.bbp-reply-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper,.bbp-reply-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper,.bbp-topic-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper,.bbp-topic-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper{height:230px}.bbp-reply-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper .emojionearea-search-panel+.emojionearea-scroll-area,.bbp-reply-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper .emojionearea-search-panel+.emojionearea-scroll-area,.bbp-topic-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper .emojionearea-search-panel+.emojionearea-scroll-area,.bbp-topic-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper .emojionearea-search-panel+.emojionearea-scroll-area{height:140px}.bbp-reply-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom,.bbp-topic-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom{top:50px;right:-140px}.bbp-reply-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after,.bbp-topic-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{top:-12px;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);right:142px}.bbp-reply-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom,.bbp-topic-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom{top:50px;right:-179px}.bbp-reply-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after,.bbp-topic-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{top:-12px;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);right:181px}.bbp-reply-form .post-gif:nth-child(4)[data-bp-tooltip][data-bp-tooltip-pos=down-left]:after,.bbp-topic-form .post-gif:nth-child(4)[data-bp-tooltip][data-bp-tooltip-pos=down-left]:after{margin-top:16px}.bbp-reply-form .post-gif:nth-child(4)[data-bp-tooltip][data-bp-tooltip-pos=down-left]:before,.bbp-topic-form .post-gif:nth-child(4)[data-bp-tooltip][data-bp-tooltip-pos=down-left]:before{margin-top:10px}.bbp-reply-form .post-gif:nth-child(4) .gif-media-search-dropdown.open,.bbp-topic-form .post-gif:nth-child(4) .gif-media-search-dropdown.open{top:20px;right:-90px}.bbp-reply-form .post-gif:nth-child(4) .gif-media-search-dropdown.open:before,.bbp-topic-form .post-gif:nth-child(4) .gif-media-search-dropdown.open:before{top:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);right:110px}.bbp-reply-form .post-gif:nth-child(5) .gif-media-search-dropdown.open,.bbp-topic-form .post-gif:nth-child(5) .gif-media-search-dropdown.open{top:20px;right:-124px}.bbp-reply-form .post-gif:nth-child(5) .gif-media-search-dropdown.open:before,.bbp-topic-form .post-gif:nth-child(5) .gif-media-search-dropdown.open:before{top:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);right:144px}}#bbpress-forums.bbpress-forums-activity .bb-modal{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);bottom:auto}#bbpress-forums .bs-forums-items li .fluid-width-video-wrapper iframe{border-radius:var(--bb-block-radius-inner)}#bbpress-forums .bs-forums-items li iframe.twitter-timeline{border:1px solid var(--bb-content-border-color);border-radius:18px}#bbpress-forums .bs-forums-items li iframe[style="border-radius: 12px"]{border-radius:var(--bb-block-radius-inner)!important}.bbp-reply-form-success-modal .bbp-reply-form-success{position:fixed;right:0;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);padding:0;border-color:#e7e9ec}.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .activity-inner p{margin:0;color:#7f868f}.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #e7e9ec;padding:20px 15px}.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .activity-discussion-title-wrap{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:600}.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .activity-discussion-title-wrap a{color:var(--bb-headings-color)}.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;width:95%}@media only screen and (max-width:992px){.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title .reply-to{width:auto;margin-left:5px}@media only screen and (max-width:992px){.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title .reply-to{width:100%}}@media only screen and (max-width:992px){.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title .discussion-title{width:100%}}.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title .discussion-title p{margin-bottom:0}.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title .discussion-title a{text-align:right}.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title .discussion-title .activity-list{padding:0}.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .close [class*=bb-icon-]:before{font-size:24px;color:var(--bb-headings-color)}.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .close:hover [class*=bb-icon-]:before{color:inherit}.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .close .js-modal-close:hover{color:var(--bb-primary-color)}.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .activity-inner{padding:20px 15px 10px}.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .view-reply-button{padding:0 15px 25px}.bbp-reply-form.bb-modal-box .bbp-form legend{position:relative}.bbp-reply-form.bb-modal-box .bbp-form legend .js-modal-close{position:absolute;left:20px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bbp-reply-form.bb-modal-box .bbp-form legend .js-modal-close .bb-icon-close:before{color:var(--bb-headings-color);font-size:24px}.bb-quick-reply-form-wrap .bbp-reply-form .bbp-form>legend{padding:25px 15px!important;color:var(--bb-alternate-text-color)!important}.bb-quick-reply-form-wrap .bbp-reply-form .bbp-form>legend #bbp-reply-exerpt{font-weight:600;font-size:inherit;color:var(--bb-headings-color);padding-right:0;padding-left:0;margin-right:0;margin-left:0}.bb-quick-reply-form-wrap .bbp-reply-form .bbp-form>legend .js-modal-close .bb-model-close-button{color:var(--bb-headings-color);font-size:24px}body.activity .bb-modal-overlay{background:rgba(250,251,253,.9);opacity:1}body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-media-wrap .entry-img{border-radius:4px}body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-media-wrap .entry-img img{width:100%}body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-media-wrap.bb-media-length-1 .bb-activity-media-elem{width:-webkit-calc(100% - 24px);width:calc(100% - 24px);margin:12px auto;border:none}body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-media-wrap.bb-media-length-1 .bb-activity-media-elem .entry-img img{width:auto;max-height:640px;margin:0 auto}body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-media-wrap:not(.bb-media-length-1){border:9px solid transparent}body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-media-wrap:not(.bb-media-length-1) .bb-activity-media-elem{padding:3px}body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-video-wrap.bb-video-length-1{width:-webkit-calc(100% - 24px);width:calc(100% - 24px);margin:12px auto;border-radius:4px}body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-video-wrap.bb-video-length-1 .bb-activity-video-elem{padding:0}body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-video-wrap:not(.bb-video-length-1){padding:9px;margin:0}body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-video-wrap .bb-activity-video-elem .single-activity-video{border-radius:4px}body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-video-wrap .bb-activity-video-elem .single-activity-video:after{border:0;border-radius:4px}body.activity .activity .activity-list .bbp_reply_create .activity-inner{border-radius:4px}body.activity .activity .activity-list .bbp_reply_create .activity-inner .media-activity .bb-open-media-theatre{width:100%;border-radius:4px;background-color:var(--bb-cover-image-background-color)}body.activity .activity .activity-list .bbp_reply_create .activity-inner .media-activity .bb-open-media-theatre .photo{margin:0 auto}body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-media-wrap.bb-media-length-1 .bb-activity-media-elem{width:-webkit-calc(100% - 24px);width:calc(100% - 24px);margin:12px auto;border:none}body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-media-wrap.bb-media-length-1 .bb-activity-media-elem .entry-img img{max-height:640px;margin:0 auto}body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-media-wrap:not(.bb-media-length-1){border:9px solid transparent}body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-media-wrap:not(.bb-media-length-1) .bb-activity-media-elem{padding:3px}body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-video-wrap.bb-video-length-1{width:-webkit-calc(100% - 24px);width:calc(100% - 24px);margin:12px auto;border-radius:4px}body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-video-wrap.bb-video-length-1 .bb-activity-video-elem{padding:0}body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-video-wrap:not(.bb-video-length-1){padding:9px;margin:0}body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-video-wrap .bb-activity-video-elem .single-activity-video{border-radius:4px}body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-video-wrap .bb-activity-video-elem .single-activity-video:after{border:0;border-radius:4px}body.page #bbpress-forums .bb-single-reply-list.list-view .bs-item-wrap{border-radius:var(--bb-block-radius) var(--bb-block-radius)}body.page #bbpress-forums .bb-single-reply-list .bs-item-wrap .bs-reply-list-item{padding:0}body.page #bbpress-forums .bb-single-reply-list .bs-item-wrap .bs-reply-list-item:hover{background-color:transparent!important}body.page #bbpress-forums .bb-single-reply-list .bs-item-wrap .bs-reply-header .item-meta{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}body.page #bbpress-forums .bb-single-reply-list .bs-item-wrap .bs-reply-header .item-meta h3{width:100%} \ No newline at end of file diff --git a/web/app/themes/buddyboss-theme/assets/css-rtl/buddypress.css b/web/app/themes/buddyboss-theme/assets/css-rtl/buddypress.css index e6615374..1ca18155 100644 --- a/web/app/themes/buddyboss-theme/assets/css-rtl/buddypress.css +++ b/web/app/themes/buddyboss-theme/assets/css-rtl/buddypress.css @@ -1,6 +1,5 @@ /* stylelint-disable scss/no-duplicate-mixins */ /* stylelint-enable */ - /* Common Style used for bbPress and BuddyPress */ body #main-wrap, .formatted-content { @@ -16,7 +15,6 @@ body #main-wrap, float: left; margin: 0 0 20px; } - .bs-dir-search input[type="text"] { background: transparent; border: 0; @@ -39,22 +37,19 @@ body #main-wrap, position: relative; /* stylelint-disable selector-pseudo-element-no-unknown */ } - .bs-search-form:focus-within { border-color: var(--bb-input-focus-border-color); border-width: 1px; box-shadow: var(--bb-input-focus-shadow); } - .bs-search-form:focus-within #bbp_search { box-shadow: none; } - -.bs-search-form::before { +.bs-search-form:before { content: "\ef10"; font-family: bb-icons; font-style: normal; - font-weight: 400; + font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; @@ -74,7 +69,6 @@ body #main-wrap, -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - .bs-search-form input[type="text"]::input-placeholder { /* stylelint-enable */ color: inherit; @@ -83,9 +77,8 @@ body #main-wrap, /* Search Module - Ends Here */ .bb-secondary-list-tabs { border-bottom: 0; - margin: 0.9375rem 0; + margin: 0.9375rem 0rem; } - .bb-secondary-list-tabs h4 { font-size: 16px; font-weight: 400; @@ -93,7 +86,6 @@ body #main-wrap, letter-spacing: -0.24px; margin: 0; } - .bb-secondary-list-tabs ul { list-style: none; margin-right: auto; @@ -111,7 +103,6 @@ body #main-wrap, -webkit-transition: 0.3s all; transition: 0.3s all; } - .bs-sort-button:hover, .bs-sort-button.active { color: var(--bb-headings-color); opacity: 1; @@ -123,7 +114,6 @@ body #main-wrap, } /* Members List View - Starts Here */ - /* Prevent Firefox strange animation when switching from grid to list */ .bs-groups-items.bs-item-list.list-view .bs-item-wrap, .bs-members-items.bs-item-list.list-view .bs-item-wrap { @@ -147,7 +137,6 @@ body #main-wrap, -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - .item-title a:hover { color: var(--bb-primary-color); } @@ -156,10 +145,8 @@ body #main-wrap, -webkit-box-flex: 1; -ms-flex: 1; flex: 1; - /* justify-content: flex-end; */ } - .bs-members-items.list-view .bs-generic-button { margin-left: 20px; } @@ -168,11 +155,9 @@ body #main-wrap, margin: 0; max-width: 52px; } - .list-view.bs-groups-items .avatar:not(.profile-avatar) { max-width: 75px; } - .list-view .item-wrap-left { display: -webkit-box; display: -ms-flexbox; @@ -201,7 +186,6 @@ body #main-wrap, -ms-flex-pack: center; justify-content: center; } - .bs-members-items.grid-view .awaiting_response.bs-generic-button a { width: auto !important; } @@ -210,13 +194,11 @@ body #main-wrap, font-size: 18px; line-height: 1; } - .bs-item-list-tabs .sub-menu { -ms-flex-flow: row wrap; flex-flow: row wrap; top: 38px; } - .bs-item-list-tabs .sub-menu li { float: none; margin: 0; @@ -224,7 +206,6 @@ body #main-wrap, } @media (max-width: 800px) { - .list-view .item-wrap-left { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -243,12 +224,6 @@ body #main-wrap, margin: 0 0 0 18px; } - .list-view .bs-dropdown-wrap { - position: absolute; - left: 15px; - top: 5px; - } - .bs-item-list.list-view .bs-button-follow { margin-right: auto; margin-left: 0; @@ -263,11 +238,9 @@ body #main-wrap, } } @media (max-width: 543px) { - .list-view .item-title { margin-bottom: 3px; } - .list-view .item-title a { font-size: 18px; } @@ -310,7 +283,6 @@ body #main-wrap, } } @media (max-width: 380px) { - .bs-item-list.list-view div.action { padding-right: 70px; } @@ -324,7 +296,6 @@ body #main-wrap, margin-left: 0; } } - span.location i { font-size: 19px; margin: 0 -6px; @@ -339,7 +310,6 @@ span.location i { padding-top: 3px; line-height: 1.2; } - .bs-members-items.list-view .location i { position: absolute; right: 0; @@ -351,7 +321,6 @@ span.location i { color: #939597; letter-spacing: -0.24px; } - .bs-followers span { color: var(--bb-body-text-color); } @@ -362,11 +331,9 @@ span.location i { justify-content: center; margin-bottom: 20px; } - .follow-wrap .bs-followers { font-size: 13px; } - .follow-wrap .follow { border: 0; padding: 0; @@ -375,12 +342,10 @@ span.location i { color: var(--bb-primary-color); letter-spacing: -0.24px; } - .follow-wrap .follow:hover { border: 0; background: transparent; } - .follow-wrap .bs-generic-button { line-height: 1; margin-right: auto; @@ -395,12 +360,10 @@ span.location i { left: 5px; top: 0; } - .member-status.offline { opacity: 0; visibility: hidden; } - .notification-list .member-status { left: 0; bottom: 0; @@ -413,7 +376,6 @@ span.location i { } /* Members List View - Ends Here */ - /* * Members Grid Style - Starts Here */ @@ -435,32 +397,27 @@ span.location i { height: 100%; margin: 0 0 -1px; padding: 25px 20px 0; - /* padding: 25px 20px 40px; */ position: relative; text-align: center; -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .bs-item-list-inner:hover { box-shadow: 0 3px 24px 0 rgba(18, 43, 70, 0.08); border-radius: 3px; position: relative; z-index: 1; } - .bs-item-list-inner .bs-item { margin-bottom: 0.625rem; } - .bs-item-list-inner .item-meta { font-size: 0.875rem; color: var(--bb-alternate-text-color); letter-spacing: -0.24px; line-height: 1; } - .bs-item-list-inner .follow-wrap { margin-top: auto; } @@ -469,7 +426,6 @@ span.location i { display: inline-block; position: relative; } - .bs-item-avatar img.avatar { max-width: 125px; width: 100%; @@ -479,7 +435,6 @@ span.location i { left: 25px; top: 5px; } - .grid-view .bs-item-avatar { margin-bottom: 1rem; } @@ -490,25 +445,20 @@ div.action a { border: 0; display: inline-block; line-height: 1; - /* opacity: 0.4; */ padding: 7px 0; -webkit-transition: all linear 0.2s; transition: all linear 0.2s; border-style: solid; } - div.action a.active, div.action a:hover { background: transparent; color: rgba(18, 43, 70, 0.8); - /* opacity: 1; */ } - div.action i { font-size: 20px; } - div.action i:not(.boss-icons) { line-height: 0; } @@ -530,17 +480,17 @@ div.action i:not(.boss-icons) { -webkit-transition: box-shadow linear 0.2s; transition: box-shadow linear 0.2s; } - #buddypress .action .button:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - #buddypress .action .button:focus, #buddypress .action .button:hover, #buddypress .action .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); } - +#buddypress .action .button.fav, #buddypress .action .button.unfav, #buddypress .action .button.fav:focus, #buddypress .action .button.unfav:focus { + box-shadow: none; +} #buddypress .action .button.outline, #buddypress .action .button.join-group { background-color: var(--bb-secondary-button-background-regular); @@ -548,12 +498,10 @@ div.action i:not(.boss-icons) { border: 1px solid var(--bb-secondary-button-border-regular); box-shadow: none; } - #buddypress .action .button.outline:focus, #buddypress .action .button.join-group:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - #buddypress .action .button.outline:focus, #buddypress .action .button.outline:hover, #buddypress .action .button.join-group:focus, #buddypress .action .button.join-group:hover { @@ -561,7 +509,6 @@ div.action i:not(.boss-icons) { color: var(--bb-secondary-button-text-hover); border: 1px solid var(--bb-secondary-button-border-hover); } - #buddypress .action .button.bp-secondary-action { background-color: transparent; border: 0; @@ -574,76 +521,58 @@ div.action i:not(.boss-icons) { ul.grid-view .action { border-top: 1px solid var(--bb-content-border-color); margin: 0 -20px; - /* position: absolute; width: 100%; bottom: 0; */ } - ul.grid-view .action > * { border-left: 1px solid var(--bb-content-border-color); -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } - ul.grid-view .action > *:last-child { border: 0; } - -ul.grid-view .action .bs-dropdown::after { +ul.grid-view .action .bs-dropdown:after { left: 42px; } @media (min-width: 800px) and (max-width: 1150px) { - .has-sidebar .list-view .item-wrap-left { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } - .has-sidebar .bs-item-list.list-view div.action { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; padding-right: 70px; } - - .has-sidebar .list-view .bs-dropdown-wrap { - position: absolute; - left: 15px; - top: 5px; - } - .has-sidebar .bs-list-actions { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } - .has-sidebar .bs-item-list.list-view .bs-button-follow { margin-right: auto; margin-left: 0; } - .has-sidebar .list-view .bs-followers { margin: 0 0 0 18px; } } @media (min-width: 800px) and (max-width: 850px) { - .has-sidebar .bs-list-actions { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } - .has-sidebar .bs-item-list.list-view .bs-generic-button { margin-left: 10px; } - .has-sidebar .bs-item-list.list-view div.action { -ms-flex-flow: row wrap; flex-flow: row wrap; @@ -651,13 +580,11 @@ ul.grid-view .action .bs-dropdown::after { -ms-flex: 0 0 100%; flex: 0 0 100%; } - .has-sidebar .bs-item-list.list-view .bs-button-follow { margin-right: 0; margin-top: 5px; margin-bottom: 5px; } - .has-sidebar #buddypress .list-view .action .button { font-size: 13px; min-width: 110px; @@ -671,7 +598,6 @@ ul.grid-view .action .bs-dropdown::after { justify-content: flex-start; } } - .activity-item-header .item-title span img { border-radius: 3px; } @@ -698,15 +624,12 @@ ul.grid-view .action .bs-dropdown::after { display: -webkit-box; display: -ms-flexbox; display: flex; - /* height: 100%; */ } - .no-cover-img #content .bb-profile-avatar { -ms-flex-item-align: end; align-self: flex-end; } - #content .bb-profile-avatar img.profile-avatar { background: #fff; border: 5px solid #fff; @@ -738,12 +661,10 @@ img.profile-avatar { -ms-flex-align: center; align-items: center; } - .bb-profile-details-inner .button { margin-top: 6px; margin-bottom: 6px; } - .bb-profile-details-inner a.button.small.outline { min-height: 10px; } @@ -758,26 +679,21 @@ img.profile-avatar { margin: 6px 0 6px 15px; position: relative; } - #buddypress .profile-title a { color: var(--bb-headings-color); } - #buddypress .profile-title a:hover { color: var(--bb-primary-color); } - #buddypress .profile-title .bs-dropdown-wrap { font-size: 20px; } @media (max-width: 580px) { - #buddypress .profile-title { font-size: 1.5rem; } } - .bb-field-tag { margin-left: 15px; margin-bottom: 6px; @@ -786,7 +702,6 @@ img.profile-avatar { } .profile-item-header + div { - /* margin-top: -10px; */ } @@ -804,15 +719,12 @@ img.profile-avatar { } @media (max-width: 580px) { - .bb-field-tag > span { padding: 0 15px; } } - .profile-single-meta { font-size: 15px; - /* margin-bottom: 10px; */ } @@ -826,36 +738,28 @@ img.profile-avatar { font-size: 14px; line-height: 1.3575; color: var(--bb-alternate-text-color); - /* margin-bottom: 16px; */ } - .bb-profile-meta > span { margin-left: 22px; - /* margin-bottom: 10px; */ margin-bottom: 6px; margin-top: 6px; } - .bb-profile-meta span span { color: var(--bb-body-text-color); } - .bb-profile-meta a { color: var(--bb-headings-color); display: inline-block; opacity: 0.4; -webkit-transition: 0.3s all; transition: 0.3s all; - /* margin-bottom: 10px; */ } - .bb-profile-meta a:hover { opacity: 0.9; } - .bb-profile-meta i[class*="bb-icon-"] { font-size: 19px; line-height: 1; @@ -873,7 +777,6 @@ img.profile-avatar { margin-bottom: 5px; margin-top: 5px; } - .normal i, .bb-field-counter i { line-height: 1; @@ -883,7 +786,6 @@ img.profile-avatar { top: 2px; color: rgba(18, 43, 70, 0.3); } - .normal span:not(.bs-output), .bb-field-counter span:not(.bs-output) { font-size: 14px; @@ -891,7 +793,6 @@ img.profile-avatar { } .profile-single-meta.profile-second-row { - /* margin-bottom: 8px; */ } @@ -899,7 +800,6 @@ img.profile-avatar { margin-top: 6px; margin-bottom: 6px; margin-right: 0; - /* padding-top: 20px; */ -webkit-box-align: center; -ms-flex-align: center; @@ -914,14 +814,12 @@ img.profile-avatar { } .bs-groups-items.list-view .bs-meta-bp_group_privacy { - /* background-color: transparent !important; */ } #buddypress .list-view div.pending a { color: rgba(18, 43, 70, 0.4); } - #buddypress .list-view div.pending a:hover { color: rgba(18, 43, 70, 0.8); } @@ -933,7 +831,6 @@ img.profile-avatar { margin: 0 0 30px; border-radius: 0 0 4px 4px; } - .no-cover-img + #item-nav { padding-right: 242px; } @@ -958,7 +855,6 @@ img.profile-avatar { } @media (max-width: 800px) { - #content .bb-profile-avatar { -webkit-box-flex: 0; -ms-flex: 0 0 160px; @@ -980,12 +876,10 @@ img.profile-avatar { } .no-cover-img .bb-profile-avatar img.profile-avatar { - /* margin-bottom: 30px; */ } } @media (max-width: 720px) { - .bb-profile-details-inner > div { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -993,7 +887,6 @@ img.profile-avatar { } } @media (max-width: 580px) { - #content .bb-profile-avatar { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -1093,11 +986,9 @@ img.profile-avatar { -ms-flex-pack: center; justify-content: center; } - .bb-profile-meta > div { margin: 0 5px 15px; } - .bb-profile-meta i[class*="bb-icon-"] { margin-right: 5px; } @@ -1128,7 +1019,6 @@ img.profile-avatar { margin: 0; } } - .item-avatar { position: relative; } @@ -1146,6 +1036,14 @@ img.profile-avatar { position: relative; } +.medium-editor-element, +.medium-editor-placeholder { + cursor: text; + text-align: right; + outline: none; + background-color: var(--bb-content-background-color); +} + .medium-editor-toolbar-active.medium-editor-toolbar-active { z-index: 9999; } @@ -1162,7 +1060,6 @@ img.profile-avatar { -ms-flex-align: center; align-items: center; } - .medium-editor-toolbar .medium-editor-toolbar-form-active .medium-editor-toolbar-form a { font-size: 16px; } @@ -1172,7 +1069,6 @@ img.profile-avatar { border-radius: 5px; color: #999; } - .bp-user-blog > .medium-editor-toolbar .medium-editor-toolbar-form-active .medium-editor-toolbar-input, .bp-user-blog > .medium-editor-toolbar .medium-editor-toolbar-form-active .medium-editor-toolbar-input:focus { color: #ccc; @@ -1180,7 +1076,6 @@ img.profile-avatar { height: 50px; vertical-align: middle; } - .bp-user-blog > .medium-editor-toolbar .medium-editor-toolbar-form-active a { vertical-align: middle; } @@ -1196,7 +1091,6 @@ address { font-size: 14px; line-height: 1.2; } - .bb-field-location i { font-size: 17px; line-height: 0; @@ -1211,7 +1105,6 @@ address { margin-bottom: 6px; margin-top: 6px; } - .bb-field-icon a, .bb-field-link a { display: -webkit-box; @@ -1225,18 +1118,15 @@ address { -webkit-transition: 0.3s all; transition: 0.3s all; } - .bb-field-icon a:hover, .bb-field-link a:hover { opacity: 0.9; } - .bb-field-icon i, .bb-field-link i { font-size: 22px; line-height: 1; } - .bb-field-icon .prefix, .bb-field-link .prefix { line-height: 1; @@ -1247,25 +1137,21 @@ address { .bs-meta-xprofile_field[data-balloon=""] { cursor: initial; } - -.bs-meta-xprofile_field:not(.show-balloon)::before, .bs-meta-xprofile_field:not(.show-balloon)::after, -.bs-meta-xprofile_field[data-balloon=""]::before, -.bs-meta-xprofile_field[data-balloon=""]::after { +.bs-meta-xprofile_field:not(.show-balloon):before, .bs-meta-xprofile_field:not(.show-balloon):after, +.bs-meta-xprofile_field[data-balloon=""]:before, +.bs-meta-xprofile_field[data-balloon=""]:after { display: none; } .bb-field-icon { font-size: 0; } - -.bb-field-icon::before, .bb-field-icon::after { +.bb-field-icon:before, .bb-field-icon:after { display: none; } - -.bb-field-icon.show-balloon::before, .bb-field-icon.show-balloon::after { +.bb-field-icon.show-balloon:before, .bb-field-icon.show-balloon:after { display: block; } - .bb-field-icon .prefix { display: none; } @@ -1291,20 +1177,15 @@ address { -ms-flex-align: center; align-items: center; } - .list-view .bb-profile-index-card-area .bb-field-counter { - /* margin-bottom: 0; */ } - .list-view .bb-profile-index-card-area .profile-single-meta { margin-bottom: 0; } - .list-view .bb-profile-index-card-area div.action i:not(.boss-icons) { line-height: 0; } - #buddypress .list-view .bb-profile-index-card-area .bs-generic-button { font-size: 14px; display: -webkit-box; @@ -1316,47 +1197,37 @@ address { -ms-flex-flow: row wrap; flex-flow: row wrap; } - #buddypress .list-view .bb-profile-index-card-area .bs-generic-button a { white-space: nowrap; text-overflow: ellipsis; - /* overflow: hidden; */ cursor: pointer; - /* color: $color-headings; */ } - .list-view .bb-profile-index-card-area .profile-first-row .bb-field-location { margin-bottom: 0; margin-top: 2px; } - .list-view .bb-profile-index-card-area .action.item-wrap-right:not(.profile-second-row) { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } - .list-view .bb-profile-index-card-area .profile-first-row .bb-field-counter { margin-top: 5px; } - .list-view .bb-profile-index-card-area .bs-item-wrap:last-child { border-radius: 0; } - .list-view .bb-profile-index-card-area .bb-field-description { display: none; } - .list-view .bb-profile-index-card-area .awaiting_response.bs-generic-button + .bs-generic-button { - /* margin-top: 10px; */ } -a[data-balloon=""]::before, -a[data-balloon=""]::after { +a[data-balloon=""]:before, +a[data-balloon=""]:after { display: none; } @@ -1367,7 +1238,6 @@ a[data-balloon=""]::after { margin-top: 8px; margin-left: 0; } - .grid-view .bb-profile-index-card-area .profile-second-row { display: -webkit-box; display: -ms-flexbox; @@ -1378,11 +1248,9 @@ a[data-balloon=""]::after { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .grid-view .bb-profile-index-card-area .profile-second-row > div { margin: 0 auto; } - .grid-view .bb-profile-index-card-area .profile-third-row { display: -webkit-box; display: -ms-flexbox; @@ -1393,16 +1261,13 @@ a[data-balloon=""]::after { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .grid-view .bb-profile-index-card-area .profile-third-row > div { margin: 0 auto 10px; } - .grid-view .bb-profile-index-card-area .bb-field-counter span:not(.bs-output) { font-size: 13px; letter-spacing: -0.24px; } - #buddypress .grid-view .bb-profile-index-card-area .bs-generic-button a { min-width: 10px; height: auto; @@ -1413,31 +1278,24 @@ a[data-balloon=""]::after { min-height: 35px; cursor: pointer; padding: 6px; - /* opacity: .5; */ } - #buddypress .grid-view .bb-profile-index-card-area .bs-generic-button a:hover { color: rgba(18, 43, 70, 0.8); } - #buddypress .grid-view .bb-profile-index-card-area .bs-generic-button a i:not(.boss-icons) { line-height: 0; } - .grid-view .bb-profile-index-card-area .bb-field-description p:last-child { margin-bottom: 0; } - .grid-view .bb-profile-index-card-area div.action a { width: 100%; } - .grid-view .bb-profile-index-card-area .profile-single-meta { margin-bottom: 12px; margin-top: auto; } - .grid-view .bb-profile-index-card-area .bs-item { margin-bottom: 12px; } @@ -1455,18 +1313,15 @@ a[data-balloon=""]::after { } @media (max-width: 580px) { - .bb-field-normal { margin: 3px 0 3px 10px; } } - #content .bs-meta-bp_group_members .bs-group-members { display: inline-block; margin-left: 12px; min-width: 24px; } - #content .bs-meta-bp_group_members .bs-group-members img.round { border: 1px solid #fff; max-width: 24px; @@ -1496,7 +1351,6 @@ a[data-balloon=""]::after { .entry-content p { word-wrap: break-word; } - .entry-content p.bps_filters { font-size: 14px; } @@ -1513,43 +1367,34 @@ p.bps_filters ~ .bs-members-directory .bs-dir-search { .widget.widget_bps_widget label { font-size: 13px; } - .widget.widget_bps_widget .label { background: transparent; padding: 0; } - .widget.widget_bps_widget a.clear-value { display: none !important; } - .widget.widget_bps_widget .editfield input { height: 34px !important; } .bb-group-profile-index-card-area .bs-group-toggle { - /* white-space: nowrap; */ display: inline-block; margin-right: 15px; } - .bb-group-profile-index-card-area .bs-groups-items .action { padding-right: 12px; } - .bb-group-profile-index-card-area .bb-field-counter { line-height: 1; } - .bb-group-profile-index-card-area .bs-generic-button + .bs-generic-button { margin-top: 10px; } - .bs-groups-items .bb-group-profile-index-card-area .action { padding-right: 20px; } - .bb-group-profile-index-card-area .bb-field-location { margin-bottom: 5px; } @@ -1575,7 +1420,6 @@ p.bps_filters ~ .bs-members-directory .bs-dir-search { .bs-dropdown-model .bb-icon-loader { margin-right: 10px; font-size: 14px; - /* float: right; */ } @@ -1584,7 +1428,6 @@ ul.bb-profile-fields { list-style: none; margin: 0 0 20px; } - ul.bb-profile-fields li { display: -webkit-box; display: -ms-flexbox; @@ -1593,7 +1436,6 @@ ul.bb-profile-fields li { flex-flow: row wrap; margin-bottom: 1rem; } - ul.bb-profile-fields .bb-label { -webkit-box-flex: 0; -ms-flex: 0 0 140px; @@ -1603,7 +1445,6 @@ ul.bb-profile-fields .bb-label { line-height: 1.3; padding-left: 10px; } - ul.bb-profile-fields .bb-data { -webkit-box-flex: 1; -ms-flex: 1; @@ -1617,7 +1458,6 @@ ul.bb-profile-fields .bb-data { .single-item.groups.forum .forums-header { display: none; } - .single-item.groups.forum .forums-header h1.entry-title { display: none; visibility: hidden; @@ -1644,11 +1484,9 @@ body.bs-model-open { .gif-media-search-dropdown .gif-alert [class*="bb-icon"] { color: var(--bb-headings-color); } - .bb-template-v2 .gif-media-search-dropdown .gif-alert [class*="bb-icon"] { font-weight: 300; } - .gif-media-search-dropdown .gif-alert p { color: var(--bb-headings-color); } @@ -1659,7 +1497,6 @@ body.bs-model-open { font-size: 30px; color: var(--bb-headings-color); } - #whats-new-toolbar .gif-media-search-dropdown .gif-alert p, #whats-new-messages-toolbar .gif-media-search-dropdown .gif-alert p, #whats-new-formatting-toolbar .gif-media-search-dropdown .gif-alert p { @@ -1667,7 +1504,6 @@ body.bs-model-open { } @media (min-width: 992px) and (max-width: 1240px) { - ul.bs-item-list.bs-groups-items.grid-view.grid .md-grid-1-2 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -1676,7 +1512,6 @@ body.bs-model-open { } } @media (min-width: 992px) and (max-width: 1100px) { - ul.bb-profile-fields li { margin-bottom: 1.5rem; } @@ -1696,7 +1531,6 @@ body.bs-model-open { } } @media (max-width: 991px) { - div.bs-profile-details-wrap .lg-grid-1-2:nth-child(2n+1) { border: 0; } @@ -1706,7 +1540,6 @@ body.bs-model-open { } } @media (min-width: 821px) { - #buddypress > .no-cover-img > div > div > .bb-profile-avatar > a { display: block; position: absolute; @@ -1715,7 +1548,6 @@ body.bs-model-open { } } @media (max-width: 832px) { - #content .bb-profile-avatar { -webkit-box-flex: 0; -ms-flex: 0 0 140px; @@ -1723,7 +1555,6 @@ body.bs-model-open { } } @media (max-width: 580px) { - #content .bb-profile-avatar { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -1770,30 +1601,24 @@ body.bs-model-open { } } @media (max-width: 767px) { - ul.bs-item-list.bs-groups-items.list-view .profile-first-row { display: block; } - ul.bs-item-list.bs-groups-items.list-view .bb-field-normal { margin: 0 0 12px; } - ul.bs-item-list.bs-groups-items.list-view .item-wrap-left { margin-bottom: 10px; } - ul.bs-item-list.bs-groups-items.list-view .bs-meta-bp_group_last_active { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; margin-bottom: 20px; } - ul.bs-item-list.bs-groups-items.list-view .bs-meta-bp_group_privacy { display: inline-block; } - ul.bs-item-list.bs-groups-items.list-view .bs-groups-items.list-view .item-title-wrap { -webkit-box-flex: 1; -ms-flex: 1; @@ -1801,7 +1626,6 @@ body.bs-model-open { } } @media (max-width: 560px) { - .bs-members-items.list-view div.action { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -1824,21 +1648,17 @@ body.bs-model-open { .bs-item-list-tabs ul { display: block; } - - .bs-item-list-tabs ul::after { + .bs-item-list-tabs ul:after { content: ""; display: table; clear: both; } - .bs-item-list-tabs ul li { float: right; } } - .activity-inner a:not(.bb-post-title-link) { word-break: break-all; - /* Fixed single activity long link issue */ } @@ -1850,8 +1670,7 @@ li.feed > a { -ms-flex-align: center; align-items: center; } - -li.feed > a::before { +li.feed > a:before { margin-left: 3px; } @@ -1873,11 +1692,9 @@ li.feed > a::before { align-items: center; margin: 0; } - #buddypress ul.group-inviters li { font-size: 13px; } - #buddypress ul.group-inviters li .avatar { max-width: 20px; margin-right: 6px !important; @@ -1914,7 +1731,6 @@ li.feed > a::before { padding: 0; margin: 0 10px 0 0; } - #buddypress button.ac-reply-cancel:hover { color: var(--bb-headings-color); } @@ -1928,34 +1744,27 @@ li.feed > a::before { left: 38px; font-size: 20px; } - .tab-container-inner .v-select .dropdown-toggle .clear:hover { color: var(--bb-danger-color); } - .tab-container-inner .v-select.v-select .open-indicator { bottom: 8px; left: 15px; } - -.tab-container-inner .v-select .open-indicator::before { +.tab-container-inner .v-select .open-indicator:before { border-width: 2px 0 0 2px; width: 8px; height: 8px; } - .tab-container-inner .dropdown-menu li { margin-bottom: 0 !important; } - .tab-container-inner .dropdown-menu li a { font-size: 14px !important; } - .tab-container-inner .v-select.v-select .dropdown-toggle { position: relative; } - .tab-container-inner .v-select .selected-tag { white-space: nowrap; text-overflow: ellipsis; @@ -1967,11 +1776,9 @@ li.feed > a::before { min-width: 0; max-width: 82%; } - -.tab-container-inner .bs-styled-checkbox + label::before { +.tab-container-inner .bs-styled-checkbox + label:before { min-width: 20px; } - .tab-container-inner input.form-control[type="search"] { position: absolute; right: 0; @@ -2051,7 +1858,6 @@ body.activity-permalink .activity-list .activity-content .activity-header { #whats-new-form .medium-editor-toolbar-form-active { padding: 0 10px; } - #whats-new-form .medium-editor-toolbar-form .medium-editor-toolbar-input, #whats-new-form .medium-editor-toolbar-form .medium-editor-toolbar-input:focus { height: 35px; @@ -2105,21 +1911,18 @@ body.activity-permalink .activity-list .activity-content .activity-header { -webkit-transition: 0.3s all; transition: 0.3s all; } - -.bbpress a.medium-editor-toolbar-save::before, -.bbpress a.medium-editor-toolbar-close::before, -.buddypress a.medium-editor-toolbar-save::before, -.buddypress a.medium-editor-toolbar-close::before { +.bbpress a.medium-editor-toolbar-save:before, +.bbpress a.medium-editor-toolbar-close:before, +.buddypress a.medium-editor-toolbar-save:before, +.buddypress a.medium-editor-toolbar-close:before { font-family: bb-icons; line-height: 20px; text-align: center; } - .bbpress a.medium-editor-toolbar-save, .buddypress a.medium-editor-toolbar-save { background-color: rgba(var(--bb-success-color-rgb), 0.1); } - .bbpress a.medium-editor-toolbar-save:hover, .buddypress a.medium-editor-toolbar-save:hover { -webkit-transition: 0.3s all; @@ -2127,12 +1930,10 @@ body.activity-permalink .activity-list .activity-content .activity-header { background-color: var(--bb-success-color); border-color: var(--bb-success-color); } - .bbpress a.medium-editor-toolbar-close, .buddypress a.medium-editor-toolbar-close { background-color: rgba(var(--bb-danger-color-rgb), 0.1); } - .bbpress a.medium-editor-toolbar-close:hover, .buddypress a.medium-editor-toolbar-close:hover { -webkit-transition: 0.3s all; @@ -2140,27 +1941,24 @@ body.activity-permalink .activity-list .activity-content .activity-header { background-color: var(--bb-danger-color); border-color: var(--bb-danger-color); } - -.bbpress a.medium-editor-toolbar-save::before, -.buddypress a.medium-editor-toolbar-save::before { +.bbpress a.medium-editor-toolbar-save:before, +.buddypress a.medium-editor-toolbar-save:before { content: "\e876"; font-size: 22px; font-weight: 400; color: var(--bb-success-color); } - -.bbpress a.medium-editor-toolbar-close::before, -.buddypress a.medium-editor-toolbar-close::before { +.bbpress a.medium-editor-toolbar-close:before, +.buddypress a.medium-editor-toolbar-close:before { content: "\e828"; font-size: 24px; font-weight: 400; color: var(--bb-danger-color); } - -.bbpress a.medium-editor-toolbar-save:hover::before, -.bbpress a.medium-editor-toolbar-close:hover::before, -.buddypress a.medium-editor-toolbar-save:hover::before, -.buddypress a.medium-editor-toolbar-close:hover::before { +.bbpress a.medium-editor-toolbar-save:hover:before, +.bbpress a.medium-editor-toolbar-close:hover:before, +.buddypress a.medium-editor-toolbar-save:hover:before, +.buddypress a.medium-editor-toolbar-close:hover:before { color: var(--bb-content-background-color); -webkit-transition: 0.3s all; transition: 0.3s all; @@ -2199,7 +1997,6 @@ body.activity-permalink .activity-list .activity-content .activity-header { font-size: 14px; max-width: 300px; } - .medium-editor-anchor-preview a { margin: 0; padding: 5px; @@ -2209,17 +2006,14 @@ body.activity-permalink .activity-list .activity-content .activity-header { .bb-media-privacy-wrap .activity-privacy { background-color: var(--bb-content-background-color); } - -.bb-document-privacy-wrap .activity-privacy::before, -.bb-media-privacy-wrap .activity-privacy::before { +.bb-document-privacy-wrap .activity-privacy:before, +.bb-media-privacy-wrap .activity-privacy:before { border-color: var(--bb-content-background-color) transparent transparent var(--bb-content-background-color); } - .bb-document-privacy-wrap .activity-privacy li:hover, .bb-media-privacy-wrap .activity-privacy li:hover { background-color: var(--bb-content-alternate-background-color); } - .bb-document-privacy-wrap .activity-privacy .selected, .bb-media-privacy-wrap .activity-privacy .selected { background-color: var(--bb-content-alternate-background-color); @@ -2228,23 +2022,23 @@ body.activity-permalink .activity-list .activity-content .activity-header { #bb-media-model-container .bb-edit-privacy a { color: var(--bb-body-text-color); } - #bb-media-model-container .bb-edit-privacy a:hover { color: var(--bb-primary-color); } -#media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list, #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list, .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list, .bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list, .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list, .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list, #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list { +#media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list, #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list, .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list, .bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list, .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list, .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list, #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list, #bbpress-forums .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list, #bbpress-forums .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list { background-color: var(--bb-content-background-color); border-radius: var(--bb-block-radius); } - #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a, #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul li a, .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a, .bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a, .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a, .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul li a, -#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a { +#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a, +#bbpress-forums .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a, +#bbpress-forums .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a { color: var(--bb-body-text-color); display: -webkit-box; display: -ms-flexbox; @@ -2254,67 +2048,80 @@ body.activity-permalink .activity-list .activity-content .activity-header { align-items: center; white-space: nowrap; } - #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a:hover, #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul li a:hover, .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:hover, .bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover, .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover, .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover, -#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover { +#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover, +#bbpress-forums .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover, +#bbpress-forums .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:hover { background-color: var(--bb-content-alternate-background-color); color: var(--bb-primary-color); } - -#media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a:hover::before, -#media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul li a:hover::before, -.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:hover::before, -.bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover::before, -.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover::before, -.search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover::before, -#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover::before { +#media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a:hover:before, +#media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul li a:hover:before, +.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:hover:before, +.bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover:before, +.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover:before, +.search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover:before, +#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover:before, +#bbpress-forums .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover:before, +#bbpress-forums .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:hover:before { color: var(--bb-primary-color); } - -#media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a::before, -#media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul li a::before, -.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a::before, -.bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a::before, -.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a::before, -.search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul li a::before, -#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a::before { +#media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a:before, +#media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul li a:before, +.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:before, +.bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:before, +.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:before, +.search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul li a:before, +#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a:before, +#bbpress-forums .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:before, +#bbpress-forums .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:before { color: var(--bb-alternate-text-color); } - .bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list, .bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list, .bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list, .bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list, .bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list, .bb-template-v2 .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list, -.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list { +.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list, +.bb-template-v2 #bbpress-forums .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list, +.bb-template-v2 #bbpress-forums .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list { top: 26px; left: 0; } - .bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul, .bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul, .bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul, .bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul, .bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul, .bb-template-v2 .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul, -.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul { +.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul, +.bb-template-v2 #bbpress-forums .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul, +.bb-template-v2 #bbpress-forums .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul { margin: 0; + padding-right: 8px; + padding-left: 8px; +} +.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a:hover:before, +.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul li a:hover:before, +.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:hover:before, +.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover:before, +.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover:before, +.bb-template-v2 .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover:before, +.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover:before, +.bb-template-v2 #bbpress-forums .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover:before, +.bb-template-v2 #bbpress-forums .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:hover:before { + color: var(--bb-alternate-text-color); } -.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a:hover::before, -.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul li a:hover::before, -.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:hover::before, -.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover::before, -.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover::before, -.bb-template-v2 .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover::before, -.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover::before { - color: var(--bb-alternate-text-color); +body #buddypress .bp-list .bb-activity-more-options-wrap.action .generic-button, +body #bbpress-forums .bp-list .bb-activity-more-options-wrap.action .generic-button { + margin-left: 0; } /* stylelint-disable max-line-length */ @@ -2328,7 +2135,6 @@ body.activity-permalink .activity-list .activity-content .activity-header { #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__anchor { color: var(--bb-headings-color); } - #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__anchor i { color: var(--bb-alternate-text-color); } @@ -2361,7 +2167,6 @@ body.activity-permalink .activity-list .activity-content .activity-header { background-color: rgba(0, 0, 0, 0.8); border-radius: var(--bb-block-radius-inner); } - #media-stream.media .bb-photo-thumb .media-action-wrap > a i, #media-stream.media .bb-photo-thumb .video-action-wrap > a i, .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap > a i, @@ -2377,37 +2182,36 @@ body.activity-permalink .activity-list .activity-content .activity-header { background-color: rgba(0, 0, 0, 0.8); border-radius: var(--bb-block-radius-inner); } - #video-stream.video .bb-item-thumb .item-action-wrap > a i, #media-stream.media .bb-video-thumb .item-action-wrap > a i, .bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap > a i { color: #fff; } -#media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list::after, -#media-stream.media .bb-photo-thumb .media-action-wrap .video-action_list::after, -#media-stream.media .bb-photo-thumb .video-action-wrap .media-action_list::after, -#media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list::after, -#media-stream.media .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list::after, -#media-stream.media .bb-activity-media-elem.media-activity .media-action-wrap .video-action_list::after, -#media-stream.media .bb-activity-media-elem.media-activity .video-action-wrap .media-action_list::after, -#media-stream.media .bb-activity-media-elem.media-activity .video-action-wrap .video-action_list::after, -#media-stream.media .bb-activity-video-elem .media-action-wrap .media-action_list::after, -#media-stream.media .bb-activity-video-elem .media-action-wrap .video-action_list::after, -#media-stream.media .bb-activity-video-elem .video-action-wrap .media-action_list::after, -#media-stream.media .bb-activity-video-elem .video-action-wrap .video-action_list::after, -.bb-activity-media-wrap .bb-photo-thumb .media-action-wrap .media-action_list::after, -.bb-activity-media-wrap .bb-photo-thumb .media-action-wrap .video-action_list::after, -.bb-activity-media-wrap .bb-photo-thumb .video-action-wrap .media-action_list::after, -.bb-activity-media-wrap .bb-photo-thumb .video-action-wrap .video-action_list::after, -.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list::after, -.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .video-action_list::after, -.bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .media-action_list::after, -.bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .video-action_list::after, -.bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .media-action_list::after, -.bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .video-action_list::after, -.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .media-action_list::after, -.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list::after { +#media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list:after, +#media-stream.media .bb-photo-thumb .media-action-wrap .video-action_list:after, +#media-stream.media .bb-photo-thumb .video-action-wrap .media-action_list:after, +#media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list:after, +#media-stream.media .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list:after, +#media-stream.media .bb-activity-media-elem.media-activity .media-action-wrap .video-action_list:after, +#media-stream.media .bb-activity-media-elem.media-activity .video-action-wrap .media-action_list:after, +#media-stream.media .bb-activity-media-elem.media-activity .video-action-wrap .video-action_list:after, +#media-stream.media .bb-activity-video-elem .media-action-wrap .media-action_list:after, +#media-stream.media .bb-activity-video-elem .media-action-wrap .video-action_list:after, +#media-stream.media .bb-activity-video-elem .video-action-wrap .media-action_list:after, +#media-stream.media .bb-activity-video-elem .video-action-wrap .video-action_list:after, +.bb-activity-media-wrap .bb-photo-thumb .media-action-wrap .media-action_list:after, +.bb-activity-media-wrap .bb-photo-thumb .media-action-wrap .video-action_list:after, +.bb-activity-media-wrap .bb-photo-thumb .video-action-wrap .media-action_list:after, +.bb-activity-media-wrap .bb-photo-thumb .video-action-wrap .video-action_list:after, +.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list:after, +.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .video-action_list:after, +.bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .media-action_list:after, +.bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .video-action_list:after, +.bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .media-action_list:after, +.bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .video-action_list:after, +.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .media-action_list:after, +.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list:after { /* stylelint-disable max-line-length */ border-color: var(--bb-content-background-color) transparent transparent var(--bb-content-background-color); /* stylelint-enable */ @@ -2425,28 +2229,25 @@ body.activity-permalink .activity-list .activity-content .activity-header { background-color: var(--bb-content-background-color); border-radius: var(--bb-block-radius); } - -#video-stream.video .bb-item-thumb .item-action-wrap .item-action_list::after, -#video-stream.video .bb-video-thumb .item-action-wrap .item-action_list::after, -#video-stream.video .bb-activity-video-elem .item-action-wrap .item-action_list::after, -#media-stream.media .bb-item-thumb .item-action-wrap .item-action_list::after, -#media-stream.media .bb-video-thumb .item-action-wrap .item-action_list::after, -#media-stream.media .bb-activity-video-elem .item-action-wrap .item-action_list::after, -.bb-activity-video-wrap .bb-item-thumb .item-action-wrap .item-action_list::after, -.bb-activity-video-wrap .bb-video-thumb .item-action-wrap .item-action_list::after, -.bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list::after { +#video-stream.video .bb-item-thumb .item-action-wrap .item-action_list:after, +#video-stream.video .bb-video-thumb .item-action-wrap .item-action_list:after, +#video-stream.video .bb-activity-video-elem .item-action-wrap .item-action_list:after, +#media-stream.media .bb-item-thumb .item-action-wrap .item-action_list:after, +#media-stream.media .bb-video-thumb .item-action-wrap .item-action_list:after, +#media-stream.media .bb-activity-video-elem .item-action-wrap .item-action_list:after, +.bb-activity-video-wrap .bb-item-thumb .item-action-wrap .item-action_list:after, +.bb-activity-video-wrap .bb-video-thumb .item-action-wrap .item-action_list:after, +.bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list:after { border-color: var(--bb-content-background-color) transparent transparent var(--bb-content-background-color); } @media screen and (max-width: 1024px) and (min-width: 768px) { - .side-panel { background-color: var(--bb-body-background-color); } } - -.search-document-list .media-folder_items .media-folder_actions .media-folder_action__list::after, -#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list::after { +.search-document-list .media-folder_items .media-folder_actions .media-folder_action__list:after, +#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list:after { border-color: var(--bb-content-background-color) transparent transparent var(--bb-content-background-color); } @@ -2462,7 +2263,6 @@ body.activity-permalink .activity-list .activity-content .activity-header { align-items: center; white-space: nowrap; } - #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list ul li a:hover, #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list ul li a:hover, .bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list ul li a:hover { @@ -2483,20 +2283,17 @@ body.activity-permalink .activity-list .activity-content .activity-header { -ms-flex-flow: column; flex-flow: column; } - .widget-area .multi-review > div { width: 100%; } - .widget-area .bp-member-add-form p:last-child { margin-top: 20px; } - .widget-area .bp-member-add-form label { font-size: 14px; } -#bp-media-uploader .bb-field-steps .dz-file-preview .bb-icon-file-mp4::before { +#bp-media-uploader .bb-field-steps .dz-file-preview .bb-icon-file-mp4:before { content: "\ee97"; } @@ -2505,21 +2302,21 @@ body.activity-permalink .activity-list .activity-content .activity-header { .sap-publish-popup, .posts-stream, .posts-stream .inner, -.sl-count::after, -.sl-count::before, -.sl-icon::after, -.sl-icon::before, +.sl-count:after, +.sl-count:before, +.sl-icon:after, +.sl-icon:before, .main-navigation li ul ul, .main-navigation li ul, .header-account-login .pop .bp_components .menupop:not(#wp-admin-bar-my-account) > .ab-sub-wrapper, .header-account-login .pop .links li > .sub-menu, -.header-account-login .pop .bp_components .menupop:not(#wp-admin-bar-my-account) > .ab-sub-wrapper::before, -.header-account-login .pop .links li > .sub-menu::before, +.header-account-login .pop .bp_components .menupop:not(#wp-admin-bar-my-account) > .ab-sub-wrapper:before, +.header-account-login .pop .links li > .sub-menu:before, .header-notifications .pop, .header-account-login .pop, -#whats-new-header::after, +#whats-new-header:after, a.to-top, -.bbp-forum-data::before, +.bbp-forum-data:before, .bb-bp-settings-container { background-color: var(--bb-body-background-color); } @@ -2539,7 +2336,6 @@ input:checked + .bb-toggle-slider { .bp-subnavs ul .bp-zoom-switch-type { border-radius: var(--bb-button-radius); } - .bp-subnavs ul .bp-zoom-switch-type > a.zoom_active { color: var(--bb-headings-color); } @@ -2550,7 +2346,6 @@ input:checked + .bb-toggle-slider { #buddypress .bp-navs.bb-bp-tab-nav a { color: var(--bb-headings-color); } - .bbp-mfp-zoom-in fieldset.bbp-form .bbp-submit-wrapper a#bbp-close-btn:hover, .bb-modal.bbp-topic-form .bbp-submit-wrapper a#bbp-close-btn:hover, .bbpress .widget_display_forums li a:hover, @@ -2590,30 +2385,121 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link color: var(--bb-primary-color); } -.attachments--small div.dropzone { - padding: 0; - position: static; - pointer-events: none; +.medium-editor-element blockquote:not(.wp-embedded-content), +.bs-forum-content blockquote:not(.wp-embedded-content) { + border-radius: 4px; + padding: 12px; + font-size: 22px; + letter-spacing: -0.24px; + line-height: 30px; + position: relative; + margin: 0 0 15px; + background: #fafafa; + border: 1px solid var(--bb-content-border-color); +} +.medium-editor-element blockquote:not(.wp-embedded-content):before, +.bs-forum-content blockquote:not(.wp-embedded-content):before { + content: "\ef02"; + font-family: bb-icons; + font-style: normal; + font-weight: normal; + display: block; + text-align: center; + font-variant: normal; + color: #92949d; + width: 30px; + height: 30px; + font-size: 22px; + line-height: 30px; + background: #e2e1e0; + background-color: rgba(0, 0, 0, 0.1); + border-radius: 100%; + margin-bottom: 10px; +} +.medium-editor-element blockquote:not(.wp-embedded-content) p, +.bs-forum-content blockquote:not(.wp-embedded-content) p { + font-size: 20px; +} +.medium-editor-element blockquote:not(.wp-embedded-content) p:last-child, +.bs-forum-content blockquote:not(.wp-embedded-content) p:last-child { + margin-bottom: 0; +} +.medium-editor-element blockquote:not(.wp-embedded-content) em, +.bs-forum-content blockquote:not(.wp-embedded-content) em { + font-size: 14px; + color: #fff; + line-height: 18px; + display: block; + margin-top: 20px; + font-style: normal; +} +.medium-editor-element blockquote:not(.wp-embedded-content) a, +.bs-forum-content blockquote:not(.wp-embedded-content) a { + color: var(--bb-alternate-text-color); +} +.medium-editor-element blockquote.tiktok-embed, +.bs-forum-content blockquote.tiktok-embed { + background-color: transparent; + border: 0; + padding: 0; + margin: 0; +} +.medium-editor-element blockquote.tiktok-embed:before, +.bs-forum-content blockquote.tiktok-embed:before { + display: none; +} + +/* Discard draft button */ +#discard-draft-activity, +#bb_reply_discard_draft, +#bb_topic_discard_draft, +.buddypress .buddypress-wrap button#bb_topic_discard_draft, +.buddypress .buddypress-wrap button#bb_reply_discard_draft, +#buddypress input#discard-draft-activity[type="button"] { + border-color: transparent; + color: inherit; + box-shadow: none; +} +#discard-draft-activity:hover, #discard-draft-activity:active, #discard-draft-activity:focus, +#bb_reply_discard_draft:hover, +#bb_reply_discard_draft:active, +#bb_reply_discard_draft:focus, +#bb_topic_discard_draft:hover, +#bb_topic_discard_draft:active, +#bb_topic_discard_draft:focus, +.buddypress .buddypress-wrap button#bb_topic_discard_draft:hover, +.buddypress .buddypress-wrap button#bb_topic_discard_draft:active, +.buddypress .buddypress-wrap button#bb_topic_discard_draft:focus, +.buddypress .buddypress-wrap button#bb_reply_discard_draft:hover, +.buddypress .buddypress-wrap button#bb_reply_discard_draft:active, +.buddypress .buddypress-wrap button#bb_reply_discard_draft:focus, +#buddypress input#discard-draft-activity[type="button"]:hover, +#buddypress input#discard-draft-activity[type="button"]:active, +#buddypress input#discard-draft-activity[type="button"]:focus { + color: var(--bb-body-text-color); + background-color: transparent; + border-color: transparent; +} + +.attachments--small div.dropzone { + padding: 0; + position: static; + pointer-events: none; } - .attachments--small div.dropzone * { pointer-events: auto; } - .attachments--small div.dropzone.dz-progress-view { padding-bottom: 45px; position: relative; } - .attachments--small div.dropzone.dz-progress-view.files-uploaded { padding-bottom: 0; position: static; } - .attachments--small div.dropzone.dz-progress-view.files-uploaded .dz-global-progress { display: none; } - .attachments--small div.dropzone .dz-default.dz-message { background-color: var(--bb-content-alternate-background-color); display: none; @@ -2627,8 +2513,7 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link -ms-flex-order: 99; order: 99; } - -.attachments--small div.dropzone .dz-default.dz-message button::before, .attachments--small div.dropzone .dz-default.dz-message button:hover::before { +.attachments--small div.dropzone .dz-default.dz-message button:before, .attachments--small div.dropzone .dz-default.dz-message button:hover:before { content: "\e9ed"; background-color: transparent; color: var(--bb-headings-color); @@ -2640,50 +2525,40 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link width: 100%; margin: 0; } - -.bb-template-v2 .attachments--small div.dropzone .dz-default.dz-message button::before, -.bb-template-v2 .attachments--small div.dropzone .dz-default.dz-message button:hover::before { +.bb-template-v2 .attachments--small div.dropzone .dz-default.dz-message button:before, +.bb-template-v2 .attachments--small div.dropzone .dz-default.dz-message button:hover:before { font-weight: 300; } - -.attachments--small div.dropzone .dz-default.dz-message:hover button::before { +.attachments--small div.dropzone .dz-default.dz-message:hover button:before { opacity: 1; } - .bb-template-v2 .attachments--small div.dropzone .dz-default.dz-message { border: 0; } - .attachments--small div.dropzone.files-uploaded:not(.dz-max-files-reached) .dz-default.dz-message { display: -webkit-box; display: -ms-flexbox; display: flex; } - .attachments--small div.dropzone.dz-started { margin: 0 0 10px; height: auto; overflow: initial; } - .attachments--small div.dropzone .dz-preview { min-width: 60px; margin: 6px; } - .attachments--small div.dropzone .dz-preview .dz-image { height: 60px; border-radius: var(--bb-block-radius-inner); } - .attachments--small div.dropzone .dz-preview .dz-image img { max-width: 60px; } - .attachments--small div.dropzone .dz-preview.dz-file-preview .dz-details { border-radius: var(--bb-block-radius-inner); } - .attachments--small div.dropzone .dz-preview .dz-remove { height: 20px; width: 20px; @@ -2700,45 +2575,37 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link justify-content: center; box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.08) !important; } - -.attachments--small div.dropzone .dz-preview .dz-remove::after { +.attachments--small div.dropzone .dz-preview .dz-remove:after { color: var(--bb-headings-color); font-size: 18px; line-height: 20px; opacity: 0.4; position: static; } - -.attachments--small div.dropzone .dz-preview .dz-remove:hover::after { +.attachments--small div.dropzone .dz-preview .dz-remove:hover:after { opacity: 1; } - .bb-template-v2 .attachments--small div.dropzone .dz-preview .dz-image, .bb-template-v2 .attachments--small div.dropzone .dz-preview .dz-details { border-color: transparent; } - .attachments--small div.dropzone.media-dropzone .dz-preview .dz-progress-ring-wrap { display: none; } - .attachments--small div.dropzone.video-dropzone .dz-default.dz-message { width: 80px; max-width: 80px !important; min-height: 60px !important; height: auto; } - -.attachments--small div.dropzone.video-dropzone .dz-default.dz-message button::before, -.attachments--small div.dropzone.video-dropzone .dz-default.dz-message button:hover::before { +.attachments--small div.dropzone.video-dropzone .dz-default.dz-message button:before, +.attachments--small div.dropzone.video-dropzone .dz-default.dz-message button:hover:before { content: "\e9f1"; font-size: 32px; } - .attachments--small div.dropzone.video-dropzone .dz-preview { min-width: 80px; } - .attachments--small div.dropzone.video-dropzone .dz-preview .dz-progress-ring-wrap { background-color: transparent; height: auto; @@ -2749,11 +2616,9 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link -ms-transform: none; transform: none; } - .attachments--small div.dropzone.video-dropzone .dz-preview .dz-progress-ring-wrap .dz-progress-ring { display: none; } - .attachments--small div.dropzone.video-dropzone .dz-preview .dz-progress-ring-wrap [class*=" bb-icon-"] { color: var(--bb-content-alternate-background-color); font-size: 24px; @@ -2763,25 +2628,20 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link -ms-transform: none; transform: none; } - -.bb-template-v2 .attachments--small div.dropzone.video-dropzone .dz-preview .dz-progress-ring-wrap [class*=" bb-icon-"]::before { +.bb-template-v2 .attachments--small div.dropzone.video-dropzone .dz-preview .dz-progress-ring-wrap [class*=" bb-icon-"]:before { font-weight: 300; } - .attachments--small div.dropzone.video-dropzone .dz-preview .dz-progress-count { display: none; } - .attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview { width: 80px; min-height: 60px; } - .attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview .dz-details { min-height: 60px; height: auto; } - .attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview .dz-remove { top: -8px; bottom: inherit; @@ -2794,31 +2654,28 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link transform: none; background-color: var(--bb-content-alternate-background-color); } - -.attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview .dz-remove::after { +.attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview .dz-remove:after { font-size: 18px; position: static; color: var(--bb-headings-color); opacity: 0.4; } - -.attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview.dz-has-thumbnail:not(.dz-complete) .dz-remove::after { +.attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview.dz-has-thumbnail:not(.dz-complete) .dz-remove:after { opacity: 0.4; } - -.attachments--small div.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview .dz-remove::after, .attachments--small div.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail) .dz-remove { +.attachments--small div.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview .dz-remove:after, .attachments--small div.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail) .dz-remove { color: var(--bb-headings-color); background-color: var(--bb-content-alternate-background-color); } - +.attachments--small div.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview.dz-error .dz-remove:after { + color: var(--bb-danger-color); +} .attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview:not(.dz-has-thumbnail), .attachments--small div.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail) { border-radius: var(--bb-block-radius-inner); } - .attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview:not(.dz-has-thumbnail) .dz-progress-ring-wrap [class*=" bb-icon-"], .attachments--small div.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail) .dz-progress-ring-wrap [class*=" bb-icon-"] { color: var(--bb-alternate-text-color); } - .attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview:not(.dz-has-thumbnail) .dz-filename, .attachments--small div.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail) .dz-filename { width: auto; opacity: 1; @@ -2830,30 +2687,25 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link left: 5px; font-size: 12px; } - .attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview:not(.dz-has-thumbnail) .dz-filename > span, .attachments--small div.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail) .dz-filename > span { max-width: initial; } - .attachments--small div.dropzone.document-dropzone .dz-default.dz-message { width: 40px; height: 40px; max-width: 40px !important; margin: 0 5px; } - -.attachments--small div.dropzone.document-dropzone .dz-default.dz-message button::before, -.attachments--small div.dropzone.document-dropzone .dz-default.dz-message button:hover::before { +.attachments--small div.dropzone.document-dropzone .dz-default.dz-message button:before, +.attachments--small div.dropzone.document-dropzone .dz-default.dz-message button:hover:before { content: "\eef9"; font-size: 26px; } - .attachments--small div.dropzone.document-dropzone .dz-preview { min-width: 150px; max-width: 150px; margin: 5px 5px 5px 0; } - .attachments--small div.dropzone.document-dropzone .dz-preview.dz-file-preview .dz-details { display: -webkit-box !important; display: -ms-flexbox !important; @@ -2871,21 +2723,17 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link min-height: initial; text-align: right; } - -.attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon::before { +.attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon:before { content: "\ee6e"; font-family: bb-icons; } - .attachments--small div.dropzone.document-dropzone .dz-preview .dz-size, .attachments--small div.dropzone.document-dropzone .dz-preview .dz-progress-ring-wrap, .attachments--small div.dropzone.document-dropzone .dz-preview.dz-complete .dz-details .dz-size { display: none; } - .attachments--small div.dropzone.document-dropzone .dz-preview .dz-details { text-align: center; } - .attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon { display: inline-block; vertical-align: middle; @@ -2895,15 +2743,13 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link height: 24px; width: 24px; } - -.attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon::before { +.attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon:before { position: static; -webkit-transform: none; -ms-transform: none; transform: none; } - -.attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon::before, +.attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon:before, .attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon [class*=" bb-icon-"] { color: var(--bb-alternate-text-color); background-color: var(--bb-content-alternate-background-color); @@ -2911,19 +2757,16 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link font-weight: 400; position: static; } - -.bb-template-v2 .attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon::before, -.bb-template-v2 .attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon [class*=" bb-icon-"]::before { +.bb-template-v2 .attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon:before, +.bb-template-v2 .attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon [class*=" bb-icon-"]:before { font-weight: 300; } - .attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon > span[class*=" bb-icon-"] { position: absolute; right: 0; top: 0; z-index: 1; } - .attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-filename { font-size: 12px; line-height: 1.1; @@ -2935,7 +2778,6 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link width: -webkit-calc(100% - 45px); width: calc(100% - 45px); } - .attachments--small div.dropzone.document-dropzone .dz-preview .dz-remove { top: 50%; -webkit-transform: translateY(-50%); @@ -2944,7 +2786,6 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link left: 5px; box-shadow: none !important; } - .attachments--small [class*="attached-gif-container"] { margin-bottom: 0; background: none !important; @@ -2952,67 +2793,58 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link width: auto !important; display: table; } - .attachments--small [class*="attached-gif-container"] .gif-image-container img { background-color: var(--bb-content-alternate-background-color); height: 100px; width: 100px; object-fit: cover; border-radius: var(--bb-block-radius-inner); - margin: 0 6px 15px 0; + margin: 0 6px 0 0; } - .attachments--small [class*="attached-gif-container"] .gif-image-remove { box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.08); left: -8px; top: -8px; } - .attachments--small [class*="attached-gif-container"] .gif-image-remove .bb-icon-times { color: var(--bb-headings-color); opacity: 0.4; } - .attachments--small [class*="attached-gif-container"] .gif-image-remove:hover .bb-icon-times { opacity: 1; } @media screen and (max-width: 560px) { - .attachments--small [class*="attached-gif-container"] { max-width: 100%; background-repeat: no-repeat; } } +.attachments--small [class*="messages-attached-gif-container"] .gif-image-container img { + margin-bottom: 15px; +} .dropzone.dz-progress-view .dz-global-progress { bottom: 5px; } - .dropzone.dz-progress-view .dz-global-progress .dz-progress-bar-full { background-color: rgba(0, 0, 0, 0.08); } - .dropzone.dz-progress-view .dz-global-progress .dz-progress { background-color: var(--bb-primary-color); } - .dropzone.dz-progress-view .dz-global-progress .dz-remove-all { background-color: var(--bb-content-alternate-background-color); } - -.dropzone.dz-progress-view .dz-global-progress .dz-remove-all::before { +.dropzone.dz-progress-view .dz-global-progress .dz-remove-all:before { color: var(--bb-headings-color); opacity: 0.4; } - -.dropzone.dz-progress-view .dz-global-progress .dz-remove-all:hover::before { +.dropzone.dz-progress-view .dz-global-progress .dz-remove-all:hover:before { opacity: 1; } - .bp-messages-content-wrapper .dropzone.dz-progress-view .dz-global-progress { right: 6px; } - .dropzone.dz-progress-view.dz-single-view:not(.files-uploaded) .dz-preview { display: none; } @@ -3021,12 +2853,10 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link .mass-user-block-list.moderation-popup .modal-container { padding-bottom: 12px; } - .message-members-list.member-popup .modal-container .bb-model-header, .mass-user-block-list.moderation-popup .modal-container .bb-model-header { margin-bottom: 12px; } - .message-members-list.member-popup .bb-model-header, .mass-user-block-list.moderation-popup .bb-model-header { background-color: var(--bb-content-alternate-background-color); @@ -3034,34 +2864,28 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link padding: 17px 20px 16px; margin: -20px -30px 30px; } - .message-members-list.member-popup .bb-model-header .mfp-close, .mass-user-block-list.moderation-popup .bb-model-header .mfp-close { left: 5px; } - -.message-members-list.member-popup .bb-model-header .mfp-close::before, -.mass-user-block-list.moderation-popup .bb-model-header .mfp-close::before { +.message-members-list.member-popup .bb-model-header .mfp-close:before, +.mass-user-block-list.moderation-popup .bb-model-header .mfp-close:before { color: var(--bb-headings-color); opacity: 0.4; } - -.message-members-list.member-popup .bb-model-header .mfp-close:hover::before, -.mass-user-block-list.moderation-popup .bb-model-header .mfp-close:hover::before { +.message-members-list.member-popup .bb-model-header .mfp-close:hover:before, +.mass-user-block-list.moderation-popup .bb-model-header .mfp-close:hover:before { opacity: 1; } - .message-members-list.member-popup .bb-report-type-wrp, .mass-user-block-list.moderation-popup .bb-report-type-wrp { margin: 0 -20px; } - .message-members-list.member-popup .bb-report-type-wrp .user-item-wrp, .mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp { margin: 0; padding: 12px 10px; position: relative; } - .message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-avatar, .mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-avatar { max-height: 32px; @@ -3069,7 +2893,6 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link overflow: hidden; border-radius: 100%; } - .message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-avatar > span, .message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-avatar > a, .mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-avatar > span, @@ -3080,7 +2903,6 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link left: 0; bottom: 0; } - .message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-avatar > span img, .message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-avatar > a img, .mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-avatar > span img, @@ -3091,12 +2913,10 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link border-radius: 100%; margin: 10px; } - .message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-name, .mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-name { padding-right: 42px; } - .message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-name span, .message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-name a, .mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-name span, @@ -3104,18 +2924,15 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link color: var(--bb-headings-color); font-weight: 500; } - .message-members-list.member-popup .bb-report-type-wrp .user-item-wrp:hover, .mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp:hover { background-color: var(--bb-content-alternate-background-color); } - .message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-actions, .mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-actions { position: relative; z-index: 1; } - .message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-actions .button, .mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-actions .button { color: var(--bb-headings-color); @@ -3124,28 +2941,24 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link min-width: initial; line-height: 30px; } - .message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-actions .button:hover, .mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-actions .button:hover { color: var(--bb-primary-button-text-regular); background-color: var(--bb-primary-color); border-color: transparent; } - .bb-template-v2 .message-members-list.member-popup .bb-report-type-wrp .user-item-wrp, .bb-template-v2 .mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp { border-radius: 6px; } @media screen and (min-width: 46.8em) { - .bp-list li .item { overflow: visible; } } - -.bp-list::before, -.bp-list::after { +.bp-list:before, +.bp-list:after { content: normal; } @@ -3162,7 +2975,6 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link outline: none; vertical-align: middle; } - #buddypress a.button.small { font-size: 14px; font-weight: 500; @@ -3171,14 +2983,12 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link border-radius: var(--bb-button-radius); line-height: 1.4; } - #buddypress a.button:hover, #buddypress a.button:focus { outline: none; text-decoration: none; color: #fff; border-color: transparent; } - #buddypress a.button:active { outline: none; text-decoration: none; @@ -3186,7 +2996,6 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link } form[name="whats-new-form"] img { - /* max-width: 58px; */ } @@ -3221,18 +3030,15 @@ li#members-order-select { letter-spacing: -0.24px; line-height: 1.2; } - .item-title a:hover { color: var(--bb-primary-color); } @media only screen and (max-width: 320px) { - #buddypress li div.item { margin-right: 0; } } - #buddypress div#item-header img.avatar { margin: 0; max-width: 160px; @@ -3265,17 +3071,14 @@ li#members-order-select { margin-bottom: 0; overflow: visible; } - #buddypress div.item-list-tabs#object-nav li { float: right; margin: 0; padding: 0 0 0 30px; } - #buddypress div.item-list-tabs#object-nav li.hideshow { padding: 0; } - #buddypress div.item-list-tabs#object-nav a { color: #939597; display: block; @@ -3284,11 +3087,9 @@ li#members-order-select { font-size: 14px; line-height: 2; } - #buddypress div.item-list-tabs#object-nav a:hover { color: var(--bb-headings-color); } - #buddypress div.item-list-tabs#object-nav .selected a { background-color: transparent; border-bottom: 1px solid var(--bb-primary-color); @@ -3297,11 +3098,9 @@ li#members-order-select { font-weight: 500; color: var(--bb-headings-color); } - #buddypress div.item-list-tabs#object-nav .selected a span { background-color: var(--bb-primary-color); } - #buddypress div.item-list-tabs#object-nav span { background: #c8cbcf; box-shadow: none; @@ -3329,7 +3128,7 @@ p#user_switching_switch_on { #buddypress .comment-reply-link, #buddypress .generic-button a, -#buddypress .standard-form button, +#buddypress .standard-form button:not(.search-form_reset), #buddypress a.button, #buddypress input[type="button"], #buddypress input[type="reset"], @@ -3359,10 +3158,9 @@ a.bp-title-button { -webkit-transition: 0.3s all; transition: 0.3s all; } - #buddypress .comment-reply-link:focus, #buddypress .generic-button a:focus, -#buddypress .standard-form button:focus, +#buddypress .standard-form button:not(.search-form_reset):focus, #buddypress a.button:focus, #buddypress input[type="button"]:focus, #buddypress input[type="reset"]:focus, @@ -3371,10 +3169,9 @@ a.bp-title-button { a.bp-title-button:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - #buddypress .comment-reply-link:hover, #buddypress .generic-button a:hover, -#buddypress .standard-form button:hover, +#buddypress .standard-form button:not(.search-form_reset):hover, #buddypress a.button:hover, #buddypress input[type="button"]:hover, #buddypress input[type="reset"]:hover, @@ -3387,10 +3184,9 @@ a.bp-title-button:hover { color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - #buddypress .comment-reply-link:focus, #buddypress .generic-button a:focus, -#buddypress .standard-form button:focus, +#buddypress .standard-form button:not(.search-form_reset):focus, #buddypress a.button:focus, #buddypress input[type="button"]:focus, #buddypress input[type="reset"]:focus, @@ -3401,10 +3197,9 @@ a.bp-title-button:focus { text-decoration: none; box-shadow: var(--bb-primary-button-focus-shadow); } - #buddypress .comment-reply-link:active, #buddypress .generic-button a:active, -#buddypress .standard-form button:active, +#buddypress .standard-form button:not(.search-form_reset):active, #buddypress a.button:active, #buddypress input[type="button"]:active, #buddypress input[type="reset"]:active, @@ -3417,10 +3212,9 @@ a.bp-title-button:active { color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - #buddypress .comment-reply-link.disabled, #buddypress .generic-button a.disabled, -#buddypress .standard-form button.disabled, +#buddypress .standard-form button:not(.search-form_reset).disabled, #buddypress a.button.disabled, #buddypress input[type="button"].disabled, #buddypress input[type="reset"].disabled, @@ -3433,10 +3227,9 @@ a.bp-title-button.disabled { background-color: #f5f5f5; opacity: 1; } - #buddypress .comment-reply-link.small, #buddypress .generic-button a.small, -#buddypress .standard-form button.small, +#buddypress .standard-form button:not(.search-form_reset).small, #buddypress a.button.small, #buddypress input[type="button"].small, #buddypress input[type="reset"].small, @@ -3450,10 +3243,9 @@ a.bp-title-button.small { padding: 0 20px; border-radius: var(--bb-button-radius); } - #buddypress .comment-reply-link.big, #buddypress .generic-button a.big, -#buddypress .standard-form button.big, +#buddypress .standard-form button:not(.search-form_reset).big, #buddypress a.button.big, #buddypress input[type="button"].big, #buddypress input[type="reset"].big, @@ -3465,10 +3257,9 @@ a.bp-title-button.big { padding: 20px 40px; border-radius: var(--bb-button-radius); } - #buddypress .comment-reply-link.large, #buddypress .generic-button a.large, -#buddypress .standard-form button.large, +#buddypress .standard-form button:not(.search-form_reset).large, #buddypress a.button.large, #buddypress input[type="button"].large, #buddypress input[type="reset"].large, @@ -3480,10 +3271,9 @@ a.bp-title-button.large { padding: 14px 30px; border-radius: var(--bb-button-radius); } - #buddypress .comment-reply-link.outline, #buddypress .generic-button a.outline, -#buddypress .standard-form button.outline, +#buddypress .standard-form button:not(.search-form_reset).outline, #buddypress a.button.outline, #buddypress input[type="button"].outline, #buddypress input[type="reset"].outline, @@ -3495,10 +3285,9 @@ a.bp-title-button.outline { color: var(--bb-secondary-button-text-regular); border: 1px solid var(--bb-secondary-button-border-regular); } - #buddypress .comment-reply-link.outline:focus, #buddypress .generic-button a.outline:focus, -#buddypress .standard-form button.outline:focus, +#buddypress .standard-form button:not(.search-form_reset).outline:focus, #buddypress a.button.outline:focus, #buddypress input[type="button"].outline:focus, #buddypress input[type="reset"].outline:focus, @@ -3507,12 +3296,11 @@ a.bp-title-button.outline { a.bp-title-button.outline:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - #buddypress .comment-reply-link.outline:hover, #buddypress .comment-reply-link.outline:active, #buddypress .generic-button a.outline:hover, #buddypress .generic-button a.outline:active, -#buddypress .standard-form button.outline:hover, -#buddypress .standard-form button.outline:active, +#buddypress .standard-form button:not(.search-form_reset).outline:hover, +#buddypress .standard-form button:not(.search-form_reset).outline:active, #buddypress a.button.outline:hover, #buddypress a.button.outline:active, #buddypress input[type="button"].outline:hover, @@ -3530,12 +3318,11 @@ a.bp-title-button.outline:active { border: 1px solid var(--bb-secondary-button-border-hover); box-shadow: none; } - #buddypress .comment-reply-link.outline:disabled, #buddypress .comment-reply-link.outline.disabled, #buddypress .generic-button a.outline:disabled, #buddypress .generic-button a.outline.disabled, -#buddypress .standard-form button.outline:disabled, -#buddypress .standard-form button.outline.disabled, +#buddypress .standard-form button:not(.search-form_reset).outline:disabled, +#buddypress .standard-form button:not(.search-form_reset).outline.disabled, #buddypress a.button.outline:disabled, #buddypress a.button.outline.disabled, #buddypress input[type="button"].outline:disabled, @@ -3564,15 +3351,12 @@ a.bp-title-button.outline.disabled { background: #dcdcdc; color: inherit; } - #buddypress .standard-form .tmce-active .wp-switch-editor.switch-tmce { background: #f5f5f5; } - #buddypress .standard-form .html-active .wp-switch-editor.switch-html { background: #f5f5f5; } - #buddypress .standard-form .html-active .button { min-height: 20px; color: var(--bb-headings-color); @@ -3595,7 +3379,7 @@ a.bp-title-button.outline.disabled { border: 0; } -#buddypress div.item-list-tabs ul::after { +#buddypress div.item-list-tabs ul:after { content: ""; display: table; clear: both; @@ -3614,11 +3398,9 @@ a.bp-title-button.outline.disabled { width: 100%; padding: 0; } - #buddypress div.item-list-tabs#object-nav li li.selected a { border: 0; } - #buddypress div.item-list-tabs#object-nav li li a { display: block; font-size: 13px; @@ -3640,8 +3422,7 @@ a.bp-title-button.outline.disabled { padding: 14px 0; line-height: 1.1; } - -#buddypress div.item-list-tabs#object-nav a.more-button.active::after { +#buddypress div.item-list-tabs#object-nav a.more-button.active:after { bottom: -17px; } @@ -3650,7 +3431,7 @@ a.bp-title-button.outline.disabled { padding: 10px 0; } -div.item-list-tabs li.hideshow.menu-item-has-children > a::after { +div.item-list-tabs li.hideshow.menu-item-has-children > a:after { top: 50px; } @@ -3672,7 +3453,6 @@ div.item-list-tabs li.hideshow.menu-item-has-children > a::after { font-size: 15px; padding: 10px 20px; } - #sitewide-notice #message h4 { max-width: 90%; font-size: 18px; @@ -3680,29 +3460,24 @@ div.item-list-tabs li.hideshow.menu-item-has-children > a::after { margin-bottom: 10px; font-weight: 500; } - #sitewide-notice #message p { padding: 0; margin: 0 0 1rem; font-size: 1rem; line-height: 1.4; } - #sitewide-notice #message p:empty { display: none !important; } - #sitewide-notice .bb-notice-content > *:last-child { margin-bottom: 0; } - #sitewide-notice ul, #sitewide-notice ol { margin-right: 0; margin-bottom: 1rem; list-style-position: inside; } - #sitewide-notice button { position: absolute; top: 15px; @@ -3719,17 +3494,14 @@ div.item-list-tabs li.hideshow.menu-item-has-children > a::after { } @media (min-width: 768px) { - #sitewide-notice #message { min-width: 500px; } } - #buddypress ul.item-list { border-top: 0; margin-bottom: 20px; } - #buddypress ul.item-list li:not(.load-more) { border-bottom: 0; } @@ -3757,7 +3529,6 @@ input#send_reply_button { .bs-dropdown-model { display: none; } - .bs-dropdown-model.open { display: block; } @@ -3775,7 +3546,6 @@ input#send_reply_button { #buddypress div.item-list-tabs ul.bs-dropdown { padding: 10px 0; } - #buddypress div.item-list-tabs ul.bs-dropdown a { padding: 9px 15px; } @@ -3783,12 +3553,10 @@ input#send_reply_button { #buddypress #member-forums-sub-nav ul { margin-bottom: 25px; } - #buddypress #member-forums-sub-nav li { padding-left: 30px; padding-bottom: 10px; } - #buddypress #member-forums-sub-nav a { display: block; font-size: 14px; @@ -3796,7 +3564,6 @@ input#send_reply_button { opacity: 1; padding: 0 0 10px; } - #buddypress #member-forums-sub-nav .selected a { background: transparent; border-bottom: 1px solid var(--bb-primary-color); @@ -3807,13 +3574,11 @@ input#send_reply_button { } @media (max-width: 540px) { - .bb-photos-wrap .bb-title { margin: 0 0 20px; } .bb-single-bp-header .push-right { - /* margin: 0; */ } @@ -3822,13 +3587,11 @@ input#send_reply_button { -ms-flex: 0 0 100%; flex: 0 0 100%; } - .bb-photos-actions a { margin-bottom: 10px; margin-right: 0 !important; } } - .buddypress-wrap input[type="email"]:focus, .buddypress-wrap input[type="password"]:focus, .buddypress-wrap input[type="tel"]:focus, @@ -3839,7 +3602,6 @@ input#send_reply_button { border-width: 1px; box-shadow: var(--bb-input-focus-shadow); } - .buddypress-wrap input[type="email"].error, .buddypress-wrap input[type="password"].error, .buddypress-wrap input[type="tel"].error, @@ -3848,7 +3610,6 @@ input#send_reply_button { .buddypress-wrap textarea.error { border-color: rgba(var(--bb-danger-color-rgb), 1); } - .buddypress-wrap input[type="email"].error:focus, .buddypress-wrap input[type="password"].error:focus, .buddypress-wrap input[type="tel"].error:focus, @@ -3858,7 +3619,6 @@ input#send_reply_button { border-color: var(--bb-danger-color); box-shadow: none; } - .buddypress-wrap input[type="email"]:disabled, .buddypress-wrap input[type="email"].disabled, .buddypress-wrap input[type="password"]:disabled, .buddypress-wrap input[type="password"].disabled, @@ -3909,7 +3669,6 @@ input#send_reply_button { padding: 0 12px; width: 100%; } - #buddypress .dir-search input[type="search"]:focus, #buddypress .dir-search input[type="text"]:focus, #buddypress .groups-members-search input[type="search"]:focus, @@ -3934,7 +3693,6 @@ input#send_reply_button { box-shadow: var(--bb-input-focus-shadow); border-color: var(--bb-input-focus-border-color); } - #buddypress .dir-search input[type="search"]:disabled, #buddypress .dir-search input[type="search"].disabled, #buddypress .dir-search input[type="text"]:disabled, #buddypress .dir-search input[type="text"].disabled, @@ -3979,7 +3737,6 @@ input#send_reply_button { background-color: var(--bb-content-alternate-background-color); opacity: 0.75; } - #buddypress .dir-search input[type="search"].error, #buddypress .dir-search input[type="text"].error, #buddypress .groups-members-search input[type="search"].error, @@ -4003,7 +3760,6 @@ input#send_reply_button { #buddypress .standard-form textarea.error { border-color: rgba(var(--bb-danger-color-rgb), 1); } - #buddypress .dir-search input[type="search"].error:focus, #buddypress .dir-search input[type="text"].error:focus, #buddypress .groups-members-search input[type="search"].error:focus, @@ -4035,13 +3791,11 @@ input#send_reply_button { background-position: left 1rem center; padding-left: 40px; } - #buddypress .standard-form select:focus { background-image: url("../images/svg/arrow-down.svg"); background-repeat: no-repeat; background-position: left 1rem center; } - #buddypress .standard-form select[multiple] { background-image: none; } @@ -4057,11 +3811,9 @@ input#send_reply_button { .widget.buddypress .bp-login-widget-user-links > div { padding: 0; } - .widget.buddypress .bp-login-widget-user-links > div > .bp-login-widget-user-link a { color: var(--bb-headings-color); } - .widget.buddypress .bp-login-widget-user-links > div > .bp-login-widget-user-link a:hover { color: var(--bb-primary-color); } @@ -4073,21 +3825,17 @@ input#send_reply_button { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .widget_bp_core_login_widget .widget-title { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } - .widget_bp_core_login_widget .widget-title:empty { display: none; } - .widget_bp_core_login_widget .bp-login-widget-user-avatar { margin-left: 15px; } - .widget_bp_core_login_widget .bp-login-widget-user-links { -webkit-box-flex: 1; -ms-flex: 1; @@ -4101,21 +3849,17 @@ input#send_reply_button { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .bbp_widget_login > .inner { width: 100%; } - .bbp_widget_login .widget-title { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } - .bbp_widget_login .widget-title:empty { display: none; } - .bbp_widget_login .bbp-logged-in { -webkit-box-flex: 1; -ms-flex: 1; @@ -4137,9 +3881,7 @@ input#send_reply_button { #buddypress input[type="submit"].disabled, #buddypress input[type="submit"].pending, #buddypress input[type="submit"][disabled="disabled"] { - /* border-color: inherit; */ - /* color: inherit; */ cursor: initial; } @@ -4223,7 +3965,6 @@ body #buddypress .group-item-avatar { margin-bottom: 20px; margin-top: 0; } - #buddypress .custom-homepage-info.info button { position: absolute; left: 10px; @@ -4233,11 +3974,9 @@ body #buddypress .group-item-avatar { color: var(--bb-danger-color); box-shadow: none; } - #buddypress .custom-homepage-info.info p { padding: 0; } - #buddypress .custom-homepage-info.info p:last-child { margin-bottom: 0; } @@ -4250,13 +3989,12 @@ body #buddypress .group-item-avatar { border-radius: 0; } -.buddypress-wrap a[data-bp-close] span::before, -.buddypress-wrap button[data-bp-close] span::before { +.buddypress-wrap a[data-bp-close] span:before, +.buddypress-wrap button[data-bp-close] span:before { font-size: 24px; } @media screen and (min-width: 75em) { - .widget-area .buddypress.widget ul.item-list li .avatar, .member-front-page .buddypress.widget ul.item-list li .avatar { width: 100%; @@ -4268,19 +4006,16 @@ body #buddypress .group-item-avatar { width: 100%; } } - body.buddypress.register .site-content, body.buddypress.activation .site-content { padding-top: 5%; } - body.buddypress.register .site-content .content-area, body.buddypress.activation .site-content .content-area { padding-top: 0; } @media screen and (min-width: 46.8em) { - body.buddypress .site-content { padding-top: 0; } @@ -4293,7 +4028,6 @@ body.buddypress.activation .site-content .content-area { margin-top: 0; } } - /* Cover Image */ #cover-image-container { background: var(--bb-content-background-color); @@ -4305,7 +4039,6 @@ body.buddypress.activation .site-content .content-area { font-size: 14px; line-height: 1.3575; } - .bb-template-v2 #cover-image-container { border-radius: 0 0 var(--bb-block-radius) var(--bb-block-radius); } @@ -4322,12 +4055,10 @@ body #buddypress #header-cover-image { } @media screen and (min-width: 800px) { - body #buddypress .users-header #header-cover-image { margin: -30px -30px 0; } } - body #buddypress #header-cover-image.width-full { width: 100vw; position: relative; @@ -4392,17 +4123,14 @@ nav#object-nav { margin: 0 0 20px; margin-top: -1px; } - nav#object-nav li { float: right; margin: 0; padding: 0 0 0 30px; } - nav#object-nav li.hideshow { padding-left: 5px; } - nav#object-nav a { color: var(--bb-body-text-color); display: block; @@ -4411,7 +4139,6 @@ nav#object-nav a { font-size: 14px; line-height: 2; } - nav#object-nav a:hover { color: var(--bb-primary-color); } @@ -4440,7 +4167,6 @@ nav#object-nav .selected > a { font-weight: 500; color: var(--bb-headings-color); } - nav#object-nav .selected > a:hover { color: var(--bb-primary-color); } @@ -4467,29 +4193,24 @@ body #cover-image-container span.activity { #item-header-cover-image .member-header-actions .generic-button button { font-size: 14px; } - #item-header-cover-image .member-header-actions .generic-button a.blocked-member, #item-header-cover-image .member-header-actions .generic-button button.blocked-member { opacity: 0.9; pointer-events: none; } - #item-header-cover-image .member-header-actions div.generic-button { display: inline-block; float: none; } - #item-header-cover-image .member-header-actions > li { float: none; } - #item-header-cover-image .flex > #send-private-message { margin-top: 35px; text-align: right; min-width: 140px; margin-left: -20px; } - #item-header-cover-image .flex > #send-private-message .thickbox { font-size: 12px; min-height: 30px; @@ -4497,14 +4218,13 @@ body #cover-image-container span.activity { line-height: 28px; } -#send-private-message.generic-button a::before { +#send-private-message.generic-button a:before { color: var(--bb-primary-color); } .toggle-password { color: var(--bb-primary-color); } - .toggle-password:hover { color: var(--bb-primary-color); } @@ -4532,27 +4252,75 @@ span.triangle-play-icon { } @media screen and (max-width: 1400px) { - #buddypress div#item-header #item-header-cover-image #item-header-content > .flex { -ms-flex-flow: row wrap; flex-flow: row wrap; } } +@media screen and (max-width: 1495px) { + .profile-sidebar.buddypanel-open .bp-single-vert-nav .bp-wrap:not(.bp-fullwidth-wrap) { + -ms-flex-flow: column; + flex-flow: column; + } + .profile-sidebar.buddypanel-open .bp-single-vert-nav .bp-wrap:not(.bp-fullwidth-wrap) > nav#object-nav.bb-single-main-nav--vertical { + display: block; + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + min-height: auto; + } +} +@media screen and (max-width: 1335px) { + .profile-sidebar .bp-single-vert-nav .bp-wrap:not(.bp-fullwidth-wrap) { + -ms-flex-flow: column; + flex-flow: column; + } + .profile-sidebar .bp-single-vert-nav .bp-wrap:not(.bp-fullwidth-wrap) > nav#object-nav.bb-single-main-nav--vertical { + display: block; + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + min-height: auto; + } +} @media screen and (max-width: 1200px) { - #buddypress div#item-header #item-header-cover-image #item-header-content > .flex .bb-user-content-wrap { -webkit-box-flex: 100%; -ms-flex: 100%; flex: 100%; } - #buddypress div#item-header #item-header-cover-image #item-header-content > .flex .flex > #send-private-message { margin: 5px 10px 10px 0; } } -@media screen and (max-width: 980px) { - - #item-header-cover-image .flex > #send-private-message { +@media screen and (max-width: 1130px) { + .profile-sidebar.buddypanel-open .widget-area { + -webkit-box-flex: 0; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; + } + + .profile-sidebar.buddypanel-open.sidebar-left:not(.forums-sidebar) .site-content-grid { + -ms-flex-flow: column; + flex-flow: column; + } +} +@media screen and (max-width: 1030px) { + .profile-sidebar .widget-area { + -webkit-box-flex: 0; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; + } + + .profile-sidebar.sidebar-left:not(.forums-sidebar) .site-content-grid { + -ms-flex-flow: column; + flex-flow: column; + } +} +@media screen and (max-width: 980px) { + #item-header-cover-image .flex > #send-private-message { margin: 20px 0 0; -webkit-box-flex: 100%; -ms-flex: 100%; @@ -4560,19 +4328,16 @@ span.triangle-play-icon { } } @media screen and (max-width: 782px) { - .bp_members.type-bp_members #item-header-content .gamipress-buddypress-points { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } - .bp_members.type-bp_members #item-header-content > .flex .bb-user-content-wrap, .bp_members.type-bp_members #item-header-content > .flex .member-header-actions, .bp_members.type-bp_members #item-header-content > .flex #send-private-message { text-align: center; } - .bp_members.type-bp_members #item-header-content > .flex .bb-user-content-wrap .member-title-wrap { margin-bottom: 15px; } @@ -4589,11 +4354,9 @@ span.triangle-play-icon { padding: 30px 20px 0; } } - #TB_window { border-radius: 4px; } - #TB_window #TB_title { display: inline-block; width: 100%; @@ -4601,48 +4364,39 @@ span.triangle-play-icon { padding: 10px 5px; border-radius: 4px 4px 0 0; } - #TB_window #TB_title #TB_closeAjaxWindow #TB_closeWindowButton { left: 10px; } - #TB_window #TB_title #TB_closeAjaxWindow #TB_closeWindowButton:active, #TB_window #TB_title #TB_closeAjaxWindow #TB_closeWindowButton:focus { box-shadow: none; } - #TB_window #TB_title #TB_closeAjaxWindow #TB_closeWindowButton:focus .tb-close-icon { box-shadow: none; } - #TB_window #TB_ajaxContent { padding: 0 20px 20px; width: 100% !important; height: auto !important; } - #TB_window #private-message-form-ux { margin-bottom: 0; margin-top: 12px; width: 100%; } - #TB_window #private-message-form-ux > label { margin-bottom: 10px; display: inline-block; } - #TB_window #private-message-form-ux input, #TB_window #private-message-form-ux textarea { display: block; width: 100%; max-height: 200px; } - #TB_window #private-message-form-ux input + br { display: none; } @media screen and (max-width: 560px) { - #TB_window { width: 80% !important; max-width: 100% !important; @@ -4665,32 +4419,26 @@ nav#object-nav .more-button { padding: 14px 0; line-height: 1.1; } - -nav#object-nav .more-button.active::after { +nav#object-nav .more-button.active:after { bottom: -18px; } - nav#object-nav .sub-menu { top: 50px; padding: 10px 0; } - nav#object-nav .sub-menu span.count { float: left; font-size: 10px; } - nav#object-nav .sub-menu .selected > a { border: 0; } @media screen and (min-width: 46.8em) { - .single-headers #item-header-content { padding-right: 0; } } - /* Subnav */ .subnav li:not(:last-child) { padding-left: 30px; @@ -4715,29 +4463,25 @@ nav#object-nav .sub-menu .selected > a { color: var(--bb-headings-color); font-weight: 500; } - .bp-subnavs li.selected a:hover { color: var(--bb-primary-color); } - .bp-subnavs .sub-menu li.current a, .bp-subnavs .sub-menu li.selected a { border-bottom: 0; } @media screen and (max-width: 782px) { - body #buddypress #item-header-cover-image { -ms-flex-flow: row wrap; flex-flow: row wrap; } - body #buddypress #item-header-cover-image #item-header-avatar { margin-left: auto; margin-right: auto; } - - body #buddypress div#item-header #item-header-cover-image #item-header-content { + body #buddypress div#item-header .left #item-header-cover-image.bb-disable-cover-img #item-header-content, + body #buddypress div#item-header #item-header-cover-image.bb-enable-cover-img #item-header-content { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; @@ -4746,13 +4490,11 @@ nav#object-nav .sub-menu .selected > a { #buddypress .groups-header #cover-image-container.left #item-header-cover-image #item-header-avatar { margin-right: 0; } - #buddypress .groups-header #cover-image-container.left #item-header-cover-image .bp-group-title-wrap { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } - #buddypress .groups-header #cover-image-container.left #item-header-cover-image .bb-bp-group-title { text-align: right; -webkit-box-flex: 0; @@ -4760,7 +4502,6 @@ nav#object-nav .sub-menu .selected > a { flex: none; margin-left: 10px; } - #buddypress .groups-header #cover-image-container.left #item-header-content .bp-group-meta-wrap, #buddypress .groups-header #cover-image-container.left #item-header-content .group-actions-wrap { -webkit-box-align: start; @@ -4770,17 +4511,14 @@ nav#object-nav .sub-menu .selected > a { -ms-flex-pack: start; justify-content: flex-start; } - #buddypress .groups-header #cover-image-container.left #item-header-content .group-description { text-align: right; } - #buddypress .groups-header #cover-image-container.left #item-header-content .group-actions-absolute .groups-meta:first-child { margin-right: 0; } } @media screen and (max-width: 46.8em) { - .buddypress-wrap:not(.bp-single-vert-nav) .bp-navs li { background: transparent; float: right; @@ -4807,7 +4545,6 @@ nav#object-nav .sub-menu .selected > a { color: var(--bb-headings-color); } } - /* Search */ .bp-user [data-bp-search] form input[type="text"], .bp-user [data-bp-search] form input[type="search"], @@ -4817,9 +4554,9 @@ body .buddypress-wrap .bp-invites-search-form input[type="search"] { font-size: 14px; } -body .buddypress-wrap .bp-invites-search-form::before, -body .buddypress-wrap form.bp-dir-search-form::before, -body .buddypress-wrap form.bp-messages-search-form::before { +body .buddypress-wrap .bp-invites-search-form:before, +body .buddypress-wrap form.bp-dir-search-form:before, +body .buddypress-wrap form.bp-messages-search-form:before { content: "\ef10"; color: inherit; font-family: bb-icons; @@ -4829,7 +4566,6 @@ body .buddypress-wrap form.bp-messages-search-form::before { right: 9px; top: 4px; } - body .buddypress-wrap .bp-invites-search-form input[type="search"], body .buddypress-wrap form.bp-dir-search-form input[type="search"], body .buddypress-wrap form.bp-messages-search-form input[type="search"] { @@ -4841,7 +4577,6 @@ body .buddypress-wrap form.bp-messages-search-form input[type="search"] { width: 100%; min-width: 210px; } - body .buddypress-wrap .bp-invites-search-form input[type="search"]::input-placeholder, body .buddypress-wrap form.bp-dir-search-form input[type="search"]::input-placeholder, body .buddypress-wrap form.bp-messages-search-form input[type="search"]::input-placeholder { @@ -4849,7 +4584,6 @@ body .buddypress-wrap form.bp-messages-search-form input[type="search"]::input-p opacity: 0.4; } @media screen and (max-width: 544px) { - body .buddypress-wrap .bp-invites-search-form input[type="search"], body .buddypress-wrap form.bp-dir-search-form input[type="search"], body .buddypress-wrap form.bp-messages-search-form input[type="search"] { @@ -4861,14 +4595,12 @@ body.pending-invites .buddypress-wrap .bp-invites-search-form input[type="search min-width: 360px; } @media screen and (max-width: 544px) { - body.pending-invites .buddypress-wrap .bp-invites-search-form input[type="search"] { min-width: 280px; } } input:-webkit-autofill { - /* -webkit-box-shadow: 0 0 0 30px white inset; */ } @@ -4889,7 +4621,6 @@ body .buddypress-wrap form.bp-messages-search-form input[type="search"]:-webkit- margin: 0; position: relative; } - .buddypress-wrap form.bp-dir-search-form:focus-within:hover, .buddypress-wrap form.bp-dir-search-form:focus-within, .buddypress-wrap form.bp-invites-search-form:focus-within:hover, .buddypress-wrap form.bp-invites-search-form:focus-within, @@ -5074,7 +4805,6 @@ span.notifications-order-actions { padding-top: 1px; position: relative; } - span.notifications-order-actions a { color: var(--bb-alternate-text-color); } @@ -5088,8 +4818,7 @@ body.buddypress .buddypress-wrap .bs-section-title { margin: 0; border-radius: var(--bb-block-radius-inner); } - -.buddypress-wrap .bp-messages::after { +.buddypress-wrap .bp-messages:after { content: ""; clear: both; display: table; @@ -5114,32 +4843,25 @@ span.count:empty { border-radius: var(--bb-block-radius-inner); color: var(--bb-body-text-color); } - -.bp-feedback::after { +.bp-feedback:after { content: ""; display: table; } - .bp-feedback .bp-icon { border-radius: 0 4px 4px 0; } - .bp-feedback.help .bp-icon, .bp-feedback.info .bp-icon { background-color: var(--bb-default-notice-color); } - .bp-feedback.loading .bp-icon, .bp-feedback.warning .bp-icon { background-color: var(--bb-warning-color); } - .bp-feedback.success .bp-icon, .bp-feedback.updated .bp-icon { background-color: var(--bb-success-color); } - .bp-feedback.error .bp-icon { background-color: var(--bb-danger-color); } - .bp-feedback.bp-feedback-v2 { color: var(--bb-default-notice-color); background-color: rgba(var(--bb-default-notice-color-rgb), 0.1); @@ -5147,49 +4869,39 @@ span.count:empty { border-radius: 0; padding-right: 20px; } - .bp-feedback.bp-feedback-v2 .bp-icon { background-color: transparent !important; color: var(--bb-default-notice-color); margin-left: 0; } - .bp-feedback.bp-feedback-v2 p { padding: 14px 5px; } - .bp-feedback.bp-feedback-v2.help, .bp-feedback.bp-feedback-v2.info { color: var(--bb-default-notice-color); background-color: rgba(var(--bb-default-notice-color-rgb), 0.1); } - .bp-feedback.bp-feedback-v2.help .bp-icon, .bp-feedback.bp-feedback-v2.info .bp-icon { color: var(--bb-default-notice-color); } - .bp-feedback.bp-feedback-v2.error { color: var(--bb-danger-color); background-color: rgba(var(--bb-danger-color-rgb), 0.1); } - .bp-feedback.bp-feedback-v2.error .bp-icon { color: var(--bb-danger-color); } - .bp-feedback.bp-feedback-v2.loading, .bp-feedback.bp-feedback-v2.warning { color: var(--bb-warning-color); background-color: rgba(var(--bb-warning-color-rgb), 0.1); } - .bp-feedback.bp-feedback-v2.loading .bp-icon, .bp-feedback.bp-feedback-v2.warning .bp-icon { color: var(--bb-warning-color); } - .bp-feedback.bp-feedback-v2.success, .bp-feedback.bp-feedback-v2.updated { color: var(--bb-success-color); background-color: rgba(var(--bb-success-color-rgb), 0.1); } - .bp-feedback.bp-feedback-v2.success .bp-icon, .bp-feedback.bp-feedback-v2.updated .bp-icon { color: var(--bb-success-color); } @@ -5217,7 +4929,6 @@ span.count:empty { min-width: 26px; border: 0; } - #buddypress .bb-groups-messages-left .action .invite-button .icons, #item-body #group-invites-container .bp-invites-content .action button.invite-button .icons { opacity: 0; @@ -5229,7 +4940,7 @@ span.count:empty { background: url("../images/svg/circle-close.svg") no-repeat; } -.buddypress-wrap ul.item-list li .invite-button:not(.group-remove-invite-button) span.icons::before { +.buddypress-wrap ul.item-list li .invite-button:not(.group-remove-invite-button) span.icons:before { content: "\eef9"; font-family: bb-icons; font-weight: 100; @@ -5245,7 +4956,6 @@ span.count:empty { .bulk-select-all { min-width: 40px; } - .bulk-select-check label, .bulk-select-all label { margin: 0 !important; @@ -5254,12 +4964,10 @@ span.count:empty { .notification-list.bb-nouveau-list { margin-bottom: 20px; } - -.notification-list.bb-nouveau-list .bulk-select-all > label::after, -.notification-list.bb-nouveau-list .bs-item-wrap .bb-input-wrap > label::after { +.notification-list.bb-nouveau-list .bulk-select-all > label:after, +.notification-list.bb-nouveau-list .bs-item-wrap .bb-input-wrap > label:after { font-weight: 400; } - .notification-list.bb-nouveau-list .bs-item-wrap .notification-avatar a > i { -webkit-box-align: center; -ms-flex-align: center; @@ -5281,7 +4989,6 @@ span.count:empty { left: -5px; width: 25px; } - .notification-list.bb-nouveau-list .bs-item-wrap .notification-avatar a > i.bb-icon-calendar { font-size: 17px; } @@ -5291,18 +4998,14 @@ span.count:empty { visibility: hidden; } @media (hover: none) and (pointer: coarse) { - .notification-dropdown .notification-list.bb-nouveau-list { - /* smartphones, touchscreens */ } - .notification-dropdown .notification-list.bb-nouveau-list .actions { opacity: 1; visibility: visible; } - - .notification-dropdown .notification-list.bb-nouveau-list .unread::before { + .notification-dropdown .notification-list.bb-nouveau-list .unread:before { display: none; } } @@ -5318,30 +5021,26 @@ span.count:empty { font-size: 0; min-width: 40px; } - .notification-list.bb-nouveau-list .actions a { color: rgba(18, 43, 70, 0.4); margin-right: 6px; } - .notification-list.bb-nouveau-list .actions .dashicons { font-size: 18px; } - .notification-list.bb-nouveau-list .actions .delete .dashicons { font-size: 16px; position: relative; } - -.notification-list.bb-nouveau-list .actions .dashicons-visibility::before, -.notification-list.bb-nouveau-list .actions .dashicons-dismiss::before, -.notification-list.bb-nouveau-list .actions .dashicons-trash::before, -.notification-list.bb-nouveau-list .actions .dashicons-hidden::before { +.notification-list.bb-nouveau-list .actions .dashicons-visibility:before, +.notification-list.bb-nouveau-list .actions .dashicons-dismiss:before, +.notification-list.bb-nouveau-list .actions .dashicons-trash:before, +.notification-list.bb-nouveau-list .actions .dashicons-hidden:before { content: "\ee6a"; font-family: bb-icons; speak: none; font-style: normal; - font-weight: 400; + font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; @@ -5349,21 +5048,18 @@ span.count:empty { -webkit-font-smoothing: antialiased; font-size: 20px; } - -.notification-list.bb-nouveau-list .actions .dashicons-dismiss::before { +.notification-list.bb-nouveau-list .actions .dashicons-dismiss:before { content: "\e828"; } - -.notification-list.bb-nouveau-list .actions .dashicons-trash::before { +.notification-list.bb-nouveau-list .actions .dashicons-trash:before { content: "\ef48"; } - -.notification-list.bb-nouveau-list .actions .dashicons-hidden::before { +.notification-list.bb-nouveau-list .actions .dashicons-hidden:before { content: "\ee69"; } -.buddypress-wrap .subnav-filters::before, -.buddypress-wrap .subnav-filters::after { +.buddypress-wrap .subnav-filters:before, +.buddypress-wrap .subnav-filters:after { display: none; } @@ -5373,18 +5069,15 @@ span.count:empty { } @media screen and (min-width: 32em) { - #activity-stream { clear: both; padding-top: 0; } } @media (max-width: 543px) { - .notification-list.bb-nouveau-list .avatar:not(.profile-avatar) { max-width: 44px; } - .notification-list.bb-nouveau-list .actions { font-size: 0; -webkit-box-flex: 0; @@ -5392,7 +5085,6 @@ span.count:empty { flex: 0 0 100%; padding: 8px 98px 0 0; } - .notification-list.bb-nouveau-list .notification-content + .actions { -webkit-box-flex: 0; -ms-flex: none; @@ -5415,21 +5107,17 @@ span.count:empty { align-items: flex-start; } } - .atwho-view { border-color: var(--bb-content-border-color); background-color: var(--bb-content-background-color); } - .atwho-view ul li.list-loader, .atwho-view ul li .username { color: var(--bb-alternate-text-color); } - .atwho-view small { color: var(--bb-headings-color); } - .atwho-view .cur { background-color: var(--bb-content-alternate-background-color); } @@ -5439,7 +5127,6 @@ span.count:empty { #whats-new-form { margin: 0; } - #whats-new-form-placeholder .bp-feedback, #whats-new-form .bp-feedback { min-width: 100%; @@ -5454,7 +5141,6 @@ span.count:empty { min-height: 34px; margin: 1px 0; } - #whats-new-form #whats-new-post-in-box .bp-activity-object:hover { background-color: var(--bb-content-alternate-background-color); } @@ -5471,7 +5157,6 @@ span.count:empty { background-color: var(--bb-content-alternate-background-color); border-radius: var(--bb-block-radius-inner); } - .ac-reply-content .dropzone .dz-default, .ac-reply-content .dropzone.media-dropzone .dz-preview:not(.dz-image-preview) .dz-image, .ac-reply-content .dropzone.video-dropzone .dz-preview, @@ -5499,8 +5184,7 @@ span.count:empty { margin-left: 2px; line-height: 1; } - -.buddypress .buddypress-wrap form#whats-new-form button.bp-remove-item::before { +.buddypress .buddypress-wrap form#whats-new-form button.bp-remove-item:before { content: "\e828"; font-family: bb-icons; speak: none; @@ -5534,32 +5218,27 @@ span.count:empty { -ms-flex-pack: justify; justify-content: space-between; } - .emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter.active { border-right: 1px solid var(--bb-content-border-color); border-left: 1px solid var(--bb-content-border-color); background-color: var(--bb-content-background-color); } - .emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter:last-child { border-radius: 4px 0 0 0; } - .emojionearea .emojionearea-picker .emojionearea-filters i.emojionearea-filter:first-child[style*="display: none"] + i.emojionearea-filter:not([style*="display: none"]) { border-right-width: 0; border-radius: 0 4px 0 0; } - .emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter:first-of-type { border-right-width: 0; } - .emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter:last-of-type { border-left-width: 0; } -#whats-new-textarea-placeholder [contenteditable="true"]:empty::before, -#whats-new-textarea [contenteditable="true"]:empty::before { +#whats-new-textarea-placeholder [contenteditable="true"]:empty:before, +#whats-new-textarea [contenteditable="true"]:empty:before { color: rgba(var(--bb-body-text-color-rgb), 0.5); } @@ -5574,49 +5253,46 @@ span.count:empty { #whats-new-formatting-toolbar .emojionearea .emojionearea-button { color: rgba(var(--bb-headings-color-rgb), 0.4); } - .ac-reply-toolbar a:hover [class*=" bb-icon-"], .ac-reply-toolbar a.active [class*=" bb-icon-"], .ac-reply-toolbar .active a [class*=" bb-icon-"], .ac-reply-toolbar a.open [class*=" bb-icon-"], .ac-reply-toolbar .emojionearea .emojionearea-button.active, -.ac-reply-toolbar .emojionearea .emojionearea-button:hover::before, +.ac-reply-toolbar .emojionearea .emojionearea-button:hover:before, #whats-new-toolbar a:hover [class*=" bb-icon-"], #whats-new-toolbar a.active [class*=" bb-icon-"], #whats-new-toolbar .active a [class*=" bb-icon-"], #whats-new-toolbar a.open [class*=" bb-icon-"], #whats-new-toolbar .emojionearea .emojionearea-button.active, -#whats-new-toolbar .emojionearea .emojionearea-button:hover::before, +#whats-new-toolbar .emojionearea .emojionearea-button:hover:before, #whats-new-messages-toolbar a:hover [class*=" bb-icon-"], #whats-new-messages-toolbar a.active [class*=" bb-icon-"], #whats-new-messages-toolbar .active a [class*=" bb-icon-"], #whats-new-messages-toolbar a.open [class*=" bb-icon-"], #whats-new-messages-toolbar .emojionearea .emojionearea-button.active, -#whats-new-messages-toolbar .emojionearea .emojionearea-button:hover::before, +#whats-new-messages-toolbar .emojionearea .emojionearea-button:hover:before, #whats-new-formatting-toolbar a:hover [class*=" bb-icon-"], #whats-new-formatting-toolbar a.active [class*=" bb-icon-"], #whats-new-formatting-toolbar .active a [class*=" bb-icon-"], #whats-new-formatting-toolbar a.open [class*=" bb-icon-"], #whats-new-formatting-toolbar .emojionearea .emojionearea-button.active, -#whats-new-formatting-toolbar .emojionearea .emojionearea-button:hover::before { +#whats-new-formatting-toolbar .emojionearea .emojionearea-button:hover:before { color: var(--bb-headings-color); } - -.ac-reply-toolbar .emojionearea .emojionearea-button.active::before, +.ac-reply-toolbar .emojionearea .emojionearea-button.active:before, .ac-reply-toolbar a.active [class*=" bb-icon-"], .ac-reply-toolbar .active a [class*=" bb-icon-"], -#whats-new-toolbar .emojionearea .emojionearea-button.active::before, +#whats-new-toolbar .emojionearea .emojionearea-button.active:before, #whats-new-toolbar a.active [class*=" bb-icon-"], #whats-new-toolbar .active a [class*=" bb-icon-"], -#whats-new-messages-toolbar .emojionearea .emojionearea-button.active::before, +#whats-new-messages-toolbar .emojionearea .emojionearea-button.active:before, #whats-new-messages-toolbar a.active [class*=" bb-icon-"], #whats-new-messages-toolbar .active a [class*=" bb-icon-"], -#whats-new-formatting-toolbar .emojionearea .emojionearea-button.active::before, +#whats-new-formatting-toolbar .emojionearea .emojionearea-button.active:before, #whats-new-formatting-toolbar a.active [class*=" bb-icon-"], #whats-new-formatting-toolbar .active a [class*=" bb-icon-"] { font-weight: 300; } - .ac-reply-toolbar .post-elements-buttons-item.disable a:hover [class*=" bb-icon-"], #whats-new-toolbar .post-elements-buttons-item.disable a:hover [class*=" bb-icon-"], #whats-new-messages-toolbar .post-elements-buttons-item.disable a:hover [class*=" bb-icon-"], @@ -5627,21 +5303,17 @@ span.count:empty { #editor-toolbar [class*=" bb-icon-"] { color: rgba(var(--bb-headings-color-rgb), 0.4); } - #editor-toolbar [class*=" bb-icon-"]:hover { color: var(--bb-headings-color); } - -#editor-toolbar .emojionearea-button::before { +#editor-toolbar .emojionearea-button:before { color: rgba(var(--bb-headings-color-rgb), 0.4); } - -#editor-toolbar .emojionearea-button:hover::before { +#editor-toolbar .emojionearea-button:hover:before { color: var(--bb-headings-color); } - -#editor-toolbar .emojionearea-button.active::before, -#editor-toolbar .active [class*=" bb-icon-"]::before { +#editor-toolbar .emojionearea-button.active:before, +#editor-toolbar .active [class*=" bb-icon-"]:before { color: var(--bb-headings-color); font-weight: 300 !important; } @@ -5650,7 +5322,6 @@ span.count:empty { .activity-update-form .bb-model-header a .bb-icon-times { color: rgba(var(--bb-headings-color-rgb), 0.4); } - .bp-nouveau-activity-form-placeholder- .bb-model-header a:hover .bb-icon-times, .activity-update-form .bb-model-header a:hover .bb-icon-times { color: var(--bb-headings-color); @@ -5660,7 +5331,6 @@ span.count:empty { .bp-nouveau-activity-form-placeholder- .bb-model-header a .bb-icon-close { color: rgba(var(--bb-headings-color-rgb), 0.4); } - .activity-update-form .bb-model-header a:hover .bb-icon-close, .bp-nouveau-activity-form-placeholder- .bb-model-header a:hover .bb-icon-close { color: var(--bb-headings-color); @@ -5671,7 +5341,6 @@ span.count:empty { #buddypress .medium-editor-toolbar .medium-editor-toolbar-actions button { color: rgba(var(--bb-headings-color-rgb), 0.4); } - .medium-editor-toolbar .medium-editor-toolbar-actions button.medium-editor-button-active, .buddypress .medium-editor-toolbar .medium-editor-toolbar-actions button.medium-editor-button-active, #buddypress .medium-editor-toolbar .medium-editor-toolbar-actions button.medium-editor-button-active { @@ -5681,7 +5350,6 @@ span.count:empty { .medium-editor-toolbar-form a { color: rgba(var(--bb-headings-color-rgb), 0.4); } - .medium-editor-toolbar-form a:hover { color: var(--bb-headings-color); } @@ -5694,7 +5362,6 @@ h4 .bp-reported-type { #buddypress input#privacy-status-group-back { color: rgba(var(--bb-headings-color-rgb), 0.4); } - #buddypress input#privacy-status-back:hover, #buddypress input#privacy-status-group-back:hover { color: var(--bb-headings-color); @@ -5738,11 +5405,9 @@ select#activity-filter-by { -ms-flex-align: center; align-items: center; } - .filters .feed a { color: rgba(18, 43, 70, 0.4); } - .filters .feed a:hover { color: #122b46; } @@ -5759,12 +5424,10 @@ body #bbpress-forums .bp-list .action { flex-flow: row wrap; margin-bottom: 15px; } - body #buddypress .bp-list .action .generic-button, body #bbpress-forums .bp-list .action .generic-button { margin-left: 15px; } - body #buddypress .bp-list .action .generic-button a, body #bbpress-forums .bp-list .action .generic-button a { color: var(--bb-primary-color); @@ -5772,20 +5435,17 @@ body #bbpress-forums .bp-list .action .generic-button a { } @media screen and (max-width: 400px) { - body #buddypress #members-list.bp-list.following-list .following-meta.action { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } - body #buddypress #members-list.bp-list.following-list .following-meta.action .generic-button, body #buddypress #members-list.bp-list.following-list .following-meta.action .generic-button:last-child { margin-right: 5px; margin-left: 5px; } } - .bp-list li .item-avatar { float: right; } @@ -5795,7 +5455,6 @@ div#cover-image-container { } @media screen and (min-width: 46.8em) { - .bp-dir-vert-nav .dir-navs { min-width: 180px; } @@ -5826,7 +5485,6 @@ div#cover-image-container { border-bottom: 0; padding: 4px 0; } - #buddypress.bp-dir-vert-nav .dir-navs li.selected a { border-bottom: 0; } @@ -5840,7 +5498,6 @@ div#cover-image-container { border: 0; } } - /* Groups */ .entry-content #groups-list .item-avatar a { display: inline-block; @@ -5920,7 +5577,6 @@ div#cover-image-container { } @media screen and (min-width: 24em) { - .grid.groups-list .list-wrap { min-height: 40px; } @@ -5930,7 +5586,6 @@ div#cover-image-container { } } @media screen and (min-width: 46.8em) { - .buddypress .bp-vertical-navs .groups-list .item-avatar { margin-left: 20px; width: auto; @@ -5943,14 +5598,12 @@ div#cover-image-container { } } @media screen and (max-width: 980px) { - body #buddypress .group-invites-column .bp-list .action { -webkit-box-flex: inherit; -ms-flex: inherit; flex: inherit; } } - body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content, body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions { margin-top: 0; @@ -5961,16 +5614,13 @@ body.single-item.single-item.groups #buddypress div#item-header #item-header-cov body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image.bb-disable-cover-img #item-header-content { margin-top: -30px; } - body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image.bb-disable-cover-img #item-header-content .group-actions-absolute { top: -10px; } - body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image.bb-disable-cover-img #item-header-avatar + #item-header-content { margin-top: 0; padding-top: 0; } - body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image.bb-disable-cover-img #item-header-avatar + #item-header-content .group-actions-absolute { top: 0; } @@ -5979,6 +5629,15 @@ body.single-item.single-item.groups #buddypress div#item-header .centered #item- margin-top: 20px; } +body.single-item.single-item.groups #buddypress div#item-header .left #item-header-cover-image.bb-disable-cover-img #item-header-content:first-child .group-actions-absolute { + top: 0; +} +@media screen and (min-width: 1400px) { + body.single-item.single-item.groups #buddypress div#item-header .left #item-header-cover-image.bb-disable-cover-img #item-header-content:first-child .group-actions-absolute { + top: 20px; + } +} + .bp-list li .item-meta, .bp-list li .meta { letter-spacing: -0.24px; @@ -6034,7 +5693,6 @@ body.buddypress .buddypress-wrap .bp-screen-title { color: var(--bb-alternate-text-color); font-size: 15px; } - .avatar-crop-management #avatar-crop-actions a.avatar-crop-cancel:hover { color: var(--bb-primary-color); } @@ -6058,7 +5716,6 @@ body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning { .bb-bp-profile-screen { font-size: 16px; } - .bb-bp-profile-screen .bp-cover-image { margin-top: 20px; margin-bottom: 20px; @@ -6073,7 +5730,6 @@ body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning { padding: 12px 25px; font-weight: 500; } - #buddypress #bp-delete-avatar:hover, #buddypress #bp-delete-cover-image:hover { box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1); @@ -6089,35 +5745,28 @@ body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning { margin: 0 0 15px; line-height: 1.2; } - #buddypress .register-section label, #buddypress .register-section legend { - font-weight: 400; + font-weight: normal; font-size: 14px; margin: 0 0 3px; } - #buddypress .register-section input[type="password"] { margin-bottom: 20px; } - #buddypress .register-section a.clear-value { display: none; } - #buddypress .register-section .field-visibility-settings-header { font-size: 12px; margin-bottom: 10px; } - #buddypress .register-section .field-visibility-settings div.radio label { position: relative; } - #buddypress .register-section .field-visibility-settings div.radio .field-visibility-text { margin-right: 35px; } - #buddypress .register-section .field-visibility-settings input[type="radio"] { width: 22px !important; height: 22px; @@ -6129,7 +5778,6 @@ body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning { opacity: 0; margin-left: 10px; } - #buddypress .register-section .field-visibility-settings span.bs-radio { display: inline-block; vertical-align: middle; @@ -6147,8 +5795,7 @@ body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning { margin-left: 10px; z-index: 7; } - -#buddypress .register-section .field-visibility-settings span.bs-radio.on::after { +#buddypress .register-section .field-visibility-settings span.bs-radio.on:after { content: ""; position: absolute; top: 2px; @@ -6160,7 +5807,6 @@ body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning { background-color: var(--bb-primary-color); z-index: 9; } - #buddypress .register-section .visibility-toggle-link { font-size: 13px; background-color: transparent; @@ -6173,17 +5819,14 @@ body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning { border-radius: 0; margin-right: 5px; } - #buddypress .register-section .visibility-toggle-link:hover, #buddypress .register-section .visibility-toggle-link:focus, #buddypress .register-section .visibility-toggle-link:active { background: transparent; color: var(--bb-primary-color); box-shadow: none; } - #buddypress .register-section p.description { font-size: 14px; } - #buddypress .register-section .datebox-selects { display: -webkit-box; display: -ms-flexbox; @@ -6194,13 +5837,11 @@ body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning { -ms-flex-flow: row wrap; flex-flow: row wrap; } - #buddypress .register-section .datebox-selects label, #buddypress .register-section .datebox-selects select { margin-left: 10px; margin-bottom: 10px; } - #buddypress .register-section .wp-editor-tabs button { background: transparent; border: 1px solid #ddd; @@ -6210,24 +5851,21 @@ body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning { min-height: 10px; border-radius: 3px 3px 0 0; } - #buddypress .register-section .wp-editor-tabs button:hover, #buddypress .register-section .wp-editor-tabs button:focus, #buddypress .register-section .wp-editor-tabs button:active { background: transparent; color: inherit; border: 1px solid #ddd; } - #buddypress .register-section .tmce-active .wp-editor-tabs .switch-tmce, #buddypress .register-section .html-active .wp-editor-tabs .switch-html { background-color: #f5f5f5; border-bottom-color: #f5f5f5; } - #buddypress .register-section .quicktags-toolbar .button { color: inherit; background: transparent; border: 0; - font-weight: 700; + font-weight: bold; padding: 0 5px; margin: 0 0 0 6px; border-radius: 0; @@ -6236,13 +5874,11 @@ body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning { height: auto; min-height: 10px; } - #buddypress .register-section .editfield:first-child { margin-top: 0; } @media screen and (min-width: 46.8em) { - .buddypress-wrap .register-page .layout-wrap { display: block; } @@ -6252,7 +5888,6 @@ body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning { padding: 0; } } - /* Group Invites */ .group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body div#group-invites-container, #group-invites-container { @@ -6260,19 +5895,16 @@ body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning { border: 1px solid var(--bb-content-border-color); margin: 0; } - .group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body div#group-invites-container .select2-container--default .select2-selection--multiple, #group-invites-container .select2-container--default .select2-selection--multiple { background-color: var(--bb-content-background-color); } - .group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body div#group-invites-container ul.subnav li, #group-invites-container ul.subnav li { float: none; margin: 0; padding-left: 0; } - .group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body div#group-invites-container ul.subnav a, #group-invites-container ul.subnav a { border-bottom: 0; @@ -6280,13 +5912,11 @@ body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning { } @media screen and (max-width: 680px) { - #group-invites-container ul.subnav li { float: right; } } - -form#group_invites_search_form::after { +form#group_invites_search_form:after { content: ""; display: table; clear: both; @@ -6323,7 +5953,6 @@ body .groups-manage-members-list .section-title { margin-right: 10px; min-width: 120px; } - #buddypress #members-list .members-meta.action > .generic-button:last-child a:hover, #buddypress #members-list .members-meta.action > .generic-button:last-child a:focus, #buddypress #members-list .members-meta.action > .generic-button:last-child button:hover, #buddypress #members-list .members-meta.action > .generic-button:last-child button:focus { @@ -6334,7 +5963,6 @@ body .groups-manage-members-list .section-title { border-top-right-radius: var(--bb-block-radius-inner); border-top-left-radius: var(--bb-block-radius-inner); } - .groups-manage-members-list ul.item-list > li:last-child { border-bottom-right-radius: var(--bb-block-radius-inner); border-bottom-left-radius: var(--bb-block-radius-inner); @@ -6343,11 +5971,9 @@ body .groups-manage-members-list .section-title { #buddypress .groups-manage-members-list { padding: 0; } - #buddypress .groups-manage-members-list ul.item-list { margin: 0 0 30px; } - #buddypress .groups-manage-members-list ul.item-list > li { background-color: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); @@ -6363,13 +5989,11 @@ body .groups-manage-members-list .section-title { -ms-flex-align: center; align-items: center; } - #buddypress .groups-manage-members-list ul.item-list > li .avatar { max-width: 44px; width: 100%; margin-left: 15px; } - #buddypress .groups-manage-members-list .members-manage-buttons { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -6385,7 +6009,6 @@ body .groups-manage-members-list .section-title { padding-right: 57px; margin: 0; } - #buddypress .groups-manage-members-list .members-manage-buttons .button { min-width: 20px; display: inline-block; @@ -6394,7 +6017,6 @@ body .groups-manage-members-list .section-title { padding: 4px 12px; margin: 5px 0 5px 10px; } - #buddypress .groups-manage-members-list .list-title.member-name a { font-size: 20px; font-weight: 400; @@ -6408,7 +6030,6 @@ body .groups-manage-members-list .section-title { font-size: 14px; line-height: 1.5; } - #group-settings-form p.description { padding: 10px 0; font-size: 13px; @@ -6437,7 +6058,6 @@ div#bs-member-profile:empty { .type-bp_members .buddypress-wrap .activity-list .load-newest a { color: var(--bb-primary-color); } - .type-bp_members .buddypress-wrap .activity-list .load-more a:hover, .type-bp_members .buddypress-wrap .activity-list .load-newest a:hover { color: #0f74e0; @@ -6451,7 +6071,6 @@ div#bs-member-profile:empty { flex-flow: row wrap; border-radius: var(--bb-block-radius); } - #item-body #group-invites-container .bp-navs.group-subnav { border-bottom: 0; -webkit-box-flex: 0; @@ -6464,7 +6083,6 @@ div#bs-member-profile:empty { margin: 0; padding: 30px 0; } - #item-body #group-invites-container .bp-navs.group-subnav a { border: 0; font-size: 14px; @@ -6480,25 +6098,21 @@ div#bs-member-profile:empty { line-height: 1; margin-bottom: 1px; } - #item-body #group-invites-container .bp-navs.group-subnav a:hover { background: rgba(77, 92, 109, 0.1); } - #item-body #group-invites-container .bp-navs.group-subnav .current a, #item-body #group-invites-container .bp-navs.group-subnav .selected a { background: rgba(77, 92, 109, 0.1); color: var(--bb-primary-color); font-weight: 400; } - #item-body #group-invites-container .group-invites-column { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding: 30px; } - #item-body #group-invites-container .bp-invites-content .item-list > li { background-color: var(--bb-body-background-color); border: 1px solid var(--bb-content-border-color); @@ -6517,33 +6131,27 @@ div#bs-member-profile:empty { border-radius: 0; width: 100%; } - #item-body #group-invites-container .bp-invites-content .item-list > li:first-child { border-top-right-radius: 3px; border-top-left-radius: 3px; } - #item-body #group-invites-container .bp-invites-content .item-list > li:last-child { border-bottom: 1px solid var(--bb-content-border-color); border-bottom-left-radius: var(--bb-block-radius-inner); border-bottom-right-radius: var(--bb-block-radius-inner); } - #item-body #group-invites-container .bp-invites-content .list-title { color: var(--bb-headings-color); font-size: 20px; margin: 0 auto; width: 100%; } - #item-body #group-invites-container .bp-invites-content .item-meta .group-inviters li { color: var(--bb-alternate-text-color); } - #item-body #group-invites-container .bp-invites-content .action { position: static; } - #item-body #group-invites-container .bp-invites-content .action button { height: auto; min-height: 10px; @@ -6554,28 +6162,22 @@ div#bs-member-profile:empty { background: transparent; box-shadow: none; } - -#item-body #group-invites-container .bp-invites-content .action button .icons::before { +#item-body #group-invites-container .bp-invites-content .action button .icons:before { font-size: 22px; } - #item-body #group-invites-container .bp-invites-content .button.selected { color: #ee343c; } - #item-body #group-invites-container .bp-invites-content #send-invites-editor { margin-top: 30px; } - #item-body #group-invites-container .bp-invites-content #send-invites-editor img.avatar { border-radius: 50%; max-width: 40px; } - #item-body #group-invites-container .bp-invites-content #send-invites-editor #bp-send-invites-form label { font-size: 14px; } - #item-body #group-invites-container .bp-invites-content #send-invites-editor #bp-send-invites-form .action { display: -webkit-box; display: -ms-flexbox; @@ -6583,11 +6185,9 @@ div#bs-member-profile:empty { -ms-flex-flow: row-reverse; flex-flow: row-reverse; } - #item-body #group-invites-container .bp-invites-content #send-invites-editor #bp-send-invites-form .action button { color: #939597; } - #item-body #group-invites-container .bp-invites-content #send-invites-editor #bp-send-invites-form .action button#bp-invites-send { margin-right: 0; background-color: var(--bb-primary-color); @@ -6596,11 +6196,9 @@ div#bs-member-profile:empty { padding: 6px 20px; border-radius: 100px; } - #item-body #group-invites-container .bp-invites-content #send-invites-editor #bp-send-invites-form .action button#bp-invites-send:hover { box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1); } - #item-body #group-invites-container li.selected { background-color: var(--bb-content-alternate-background-color); } @@ -6617,14 +6215,12 @@ div#bs-member-profile:empty { #item-body #group-invites-container .bp-navs.group-subnav a:hover { color: var(--bb-primary-color); } - #item-body #group-invites-container .bp-navs.group-subnav .current a, #item-body #group-invites-container .bp-navs.group-subnav .selected a { color: var(--bb-headings-color); } @media screen and (min-width: 768px) and (max-width: 1040px) { - /* #buddypress .bb-bp-settings-content, */ .groups.group-admin #buddypress #item-body #group-settings-form, #item-body #group-invites-container .group-invites-column, @@ -6663,7 +6259,6 @@ div#bs-member-profile:empty { } } @media screen and (max-width: 767px) { - #item-body #group-invites-container .group-invites-column, #item-body #group-invites-container .bp-navs.group-subnav { -webkit-box-flex: 0; @@ -6696,7 +6291,6 @@ div#bs-member-profile:empty { } } @media screen and (max-width: 680px) { - #buddypress .bb-bp-settings-content, .groups.group-admin #buddypress #item-body #group-settings-form, #item-body #group-invites-container .group-invites-column, @@ -6727,7 +6321,6 @@ div#bs-member-profile:empty { float: right; } } - /* Create Group */ .groups.group-create #buddypress .group-create-buttons { list-style: none; @@ -6751,14 +6344,12 @@ div#bs-member-profile:empty { margin: 50px auto; padding: 50px 100px; } - .groups.group-create .buddypress-wrap h2.bp-subhead { font-size: 28px; line-height: 1; margin-bottom: 30px; text-align: center; } - .groups.group-create .buddypress-wrap #group-create-tabs { background: var(--bb-content-alternate-background-color); border-top: 1px solid var(--bb-content-border-color); @@ -6777,11 +6368,9 @@ div#bs-member-profile:empty { font-size: 14px; letter-spacing: -0.24px; } - .groups.group-create .buddypress-wrap .group-create-buttons li { padding-left: 0; } - .groups.group-create .buddypress-wrap .group-create-buttons li a, .groups.group-create .buddypress-wrap .group-create-buttons li span { display: -webkit-box; @@ -6791,20 +6380,16 @@ div#bs-member-profile:empty { -ms-flex-align: center; align-items: center; } - .groups.group-create .buddypress-wrap .group-create-buttons li a { color: var(--bb-headings-color); } - .groups.group-create .buddypress-wrap .group-create-buttons li a:hover { color: var(--bb-primary-color); } - -.groups.group-create .buddypress-wrap .group-create-buttons li:not(:last-child) a::after { +.groups.group-create .buddypress-wrap .group-create-buttons li:not(:last-child) a:after { background-color: var(--bb-headings-color); } - -.groups.group-create .buddypress-wrap .group-create-buttons li:not(:last-child) a::after, .groups.group-create .buddypress-wrap .group-create-buttons li:not(:last-child) span::after { +.groups.group-create .buddypress-wrap .group-create-buttons li:not(:last-child) a:after, .groups.group-create .buddypress-wrap .group-create-buttons li:not(:last-child) span:after { content: ""; display: inline-block; width: 24px; @@ -6812,20 +6397,16 @@ div#bs-member-profile:empty { background: var(--bb-alternate-text-color); margin: 0 15px; } - .groups.group-create .buddypress-wrap .group-create-buttons li span { color: var(--bb-alternate-text-color); } - -.groups.group-create .buddypress-wrap .group-create-buttons li:not(:last-child) a::after { +.groups.group-create .buddypress-wrap .group-create-buttons li:not(:last-child) a:after { background: var(--bb-primary-color); } - .groups.group-create .buddypress-wrap .group-create-buttons li.current a { background: transparent; color: var(--bb-primary-color); } - .groups.group-create .buddypress-wrap label { font-size: 15px; font-weight: 400; @@ -6835,20 +6416,16 @@ div#bs-member-profile:empty { margin: 0 0 8px; cursor: pointer; } - .groups.group-create .buddypress-wrap input:not([type="checkbox"], [type="radio"], [type="submit"], [type="button"]) { - /* height: 50px !important; */ margin: 0 0 25px; } - .groups.group-create .buddypress-wrap #group-desc { height: 120px !important; padding: 10px !important; margin: 0 0 25px; resize: none; } - .groups.group-create .buddypress-wrap .submit { display: -webkit-box; display: -ms-flexbox; @@ -6862,26 +6439,21 @@ div#bs-member-profile:empty { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .groups.group-create .buddypress-wrap #group-creation-next { margin-left: 0; margin-bottom: 15px; } - .groups.group-create .buddypress-wrap #group-creation-previous { margin-bottom: 15px; } - .groups.group-create .buddypress-wrap #group-creation-finish { margin-bottom: 15px; } - .groups.group-create .buddypress-wrap fieldset { border: 0; padding: 0; margin: 0 0 40px; } - .groups.group-create .buddypress-wrap legend { color: var(--bb-headings-color); letter-spacing: -0.14px; @@ -6894,28 +6466,23 @@ div#bs-member-profile:empty { line-height: 1; margin-bottom: 22px; } - .groups.group-create .buddypress-wrap .group-status-type ul { font-size: 14px; margin: 0 53px 30px 0; line-height: 1.6; letter-spacing: -0.24px; } - .groups.group-create .buddypress-wrap h4 { font-weight: 500; } - .groups.group-create .buddypress-wrap .left-menu { float: none; max-width: 160px; margin: 0 auto 30px; } - .groups.group-create .buddypress-wrap img.avatar { width: 100%; } - .groups.group-create .buddypress-wrap .main-column { margin-right: 0; font-size: 14px; @@ -6923,25 +6490,20 @@ div#bs-member-profile:empty { text-align: center; line-height: 1.5; } - .groups.group-create .buddypress-wrap .main-column p { margin-bottom: 1rem; } - .groups.group-create .buddypress-wrap #drag-drop-area { background: var(--bb-content-alternate-background-color); border: 1px dashed var(--bb-content-border-color); border-radius: var(--bb-block-radius); } - .groups.group-create .buddypress-wrap button#bp-delete-avatar { margin-top: 30px; } - .groups.group-create .buddypress-wrap div#avatar-crop-pane { margin-bottom: 20px; } - .groups.group-create .buddypress-wrap #subnav .subnav { display: -webkit-box; display: -ms-flexbox; @@ -6955,24 +6517,20 @@ div#bs-member-profile:empty { -ms-flex-align: center; align-items: center; } - .groups.group-create .buddypress-wrap #subnav li { margin: 0 12px; } - .groups.group-create .buddypress-wrap #subnav a { font-size: 18px; font-weight: 500; letter-spacing: -0.14px; line-height: 40px; } - .groups.group-create .buddypress-wrap .group-invites-search.subnav-search, .groups.group-create .buddypress-wrap .bp-search, .groups.group-create .buddypress-wrap #group_invites_search_form { width: 100%; } - .groups.group-create .buddypress-wrap input#group_invites_search { background-size: 15px; background-position: right 14px center; @@ -6983,7 +6541,6 @@ div#bs-member-profile:empty { font-size: 14px; background-image: none; } - .groups.group-create .buddypress-wrap .bp-invites-content #members-list li { background-color: var(--bb-body-background-color); border: 1px solid var(--bb-content-border-color); @@ -7001,22 +6558,18 @@ div#bs-member-profile:empty { border-radius: 0; width: 100%; } - .groups.group-create .buddypress-wrap .bp-invites-content #members-list .list-title { color: var(--bb-headings-color); font-size: 20px; margin: 0 auto; width: 100%; } - .groups.group-create .buddypress-wrap .bp-invites-content #members-list li.selected { box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.01); } - .groups.group-create .buddypress-wrap .bp-invites-content #members-list .action { position: static; } - .groups.group-create .buddypress-wrap .bp-invites-content #members-list button { height: auto; min-height: 10px; @@ -7027,12 +6580,10 @@ div#bs-member-profile:empty { background: transparent; box-shadow: none; } - .groups.group-create .buddypress-wrap .bp-invites-content #members-list .button.selected { color: #ee343c; } - -.groups.group-create .buddypress-wrap .bp-invites-content #members-list button .icons::before { +.groups.group-create .buddypress-wrap .bp-invites-content #members-list button .icons:before { font-size: 22px; } @@ -7043,12 +6594,10 @@ div#bs-member-profile:empty { #group-create-body { padding: 0; } - #group-create-body #group-invites-container { margin-bottom: 25px; } - -#group-create-body #group-invites-container ul#members-list::after { +#group-create-body #group-invites-container ul#members-list:after { content: ""; display: table; clear: both; @@ -7081,7 +6630,6 @@ div#bs-member-profile:empty { .widget .standard-form.bps_form .editfield { margin-bottom: 15px; } - .widget .standard-form.bps_form label { display: block; margin-bottom: 5px; @@ -7098,7 +6646,6 @@ div#bs-member-profile:empty { .buddypress-wrap select { height: 40px; } - .buddypress-wrap select.bp-navs__dropdown { height: 44px; } @@ -7134,13 +6681,11 @@ div.bp-cover-image-status p.success { } @media screen and (max-width: 800px) { - .buddypress-wrap div#group-invites-container .group-subnav-filters .last { text-align: left; } } - -.mce-top-part.mce-top-part::before { +.mce-top-part.mce-top-part:before { box-shadow: none; } @@ -7155,7 +6700,6 @@ div.has-text-field #wp-link .query-results { } @media screen and (max-width: 782px) { - body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content, body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions { -webkit-box-flex: 0; @@ -7175,6 +6719,11 @@ div.has-text-field #wp-link .query-results { body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image.bb-disable-cover-img #item-header-avatar + #item-header-content { margin-top: 15px; } + body.single-item.single-item.groups #buddypress div#item-header #cover-image-container.centered #item-header-cover-image.bb-disable-cover-img #item-header-avatar + #item-header-content { + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; + } .groups-header .groups-meta { display: -webkit-box; @@ -7192,7 +6741,6 @@ div.has-text-field #wp-link .query-results { top: 275px; } } - #buddypress a.view.activity-time-since { display: inline-block; } @@ -7205,7 +6753,6 @@ div.has-text-field #wp-link .query-results { body #buddypress div#item-header li { float: none; } - body #buddypress div#item-header .activity-comments-items { margin: 0; list-style: none; @@ -7232,61 +6779,45 @@ div#item-header .bp-feedback.bp-messages { margin-bottom: 15px; } -#item-header.single-headers .bp-feedback.bp-feedback { - margin: 0; -} - .bb-template-v1 #item-header.single-headers .bp-feedback.bp-feedback { border-top: 0; border-radius: 0; } - .bb-template-v1 #item-header.single-headers .bp-feedback.bp-feedback .bp-icon { border-radius: 0; } - .bb-template-v2 #item-header.single-headers .bp-feedback.bp-feedback { border-radius: var(--bb-block-radius-inner); margin-top: 5px; } - .bb-template-v2 #item-header.single-headers .bp-feedback.bp-feedback .bp-icon { border-radius: 0 var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0; } - #item-header.single-headers .bp-feedback.bp-feedback.help .bp-icon, #item-header.single-headers .bp-feedback.bp-feedback.info .bp-icon { background: var(--bb-default-notice-color); } - -#item-header.single-headers .bp-feedback.bp-feedback.help .bp-icon::before, #item-header.single-headers .bp-feedback.bp-feedback.info .bp-icon::before { +#item-header.single-headers .bp-feedback.bp-feedback.help .bp-icon:before, #item-header.single-headers .bp-feedback.bp-feedback.info .bp-icon:before { content: "\eebc"; } - #item-header.single-headers .bp-feedback.bp-feedback.warning .bp-icon { background: var(--bb-warning-color); } - -#item-header.single-headers .bp-feedback.bp-feedback.warning .bp-icon::before { +#item-header.single-headers .bp-feedback.bp-feedback.warning .bp-icon:before { content: "\eebc"; } - #item-header.single-headers .bp-feedback.bp-feedback.success .bp-icon { background: var(--bb-success-color); color: var(--bb-success-color); } - -#item-header.single-headers .bp-feedback.bp-feedback.success .bp-icon::before { +#item-header.single-headers .bp-feedback.bp-feedback.success .bp-icon:before { content: "\e876"; } - #item-header.single-headers .bp-feedback.bp-feedback.error .bp-icon { background: var(--bb-danger-color); } - -#item-header.single-headers .bp-feedback.bp-feedback.error .bp-icon::before { +#item-header.single-headers .bp-feedback.bp-feedback.error .bp-icon:before { content: "\eebc"; } - #item-header.single-headers .bp-feedback.bp-feedback p { padding: 15px; } @@ -7300,6 +6831,10 @@ div#item-header .bp-feedback.bp-messages { border-radius: 0 var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0; } +.bbp-user-page.single #item-header.single-headers #cover-image-container + .bp-feedback { + margin: 0; +} + .buddypress-wrap #group-create-body .bp-cover-image-status p.warning { box-shadow: none; background: var(--bb-success-color); @@ -7311,8 +6846,7 @@ div#item-header .bp-feedback.bp-messages { margin-left: 10px; margin-bottom: 0; } - -.buddypress-wrap .filter label::before { +.buddypress-wrap .filter label:before { display: none; } @@ -7322,26 +6856,21 @@ div#item-header .bp-feedback.bp-messages { font-size: 14px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); } - .buddypress.widget .activity-list blockquote > p { word-wrap: break-word; margin-bottom: 10px; } - .buddypress.widget .activity-list blockquote iframe { max-width: 100%; height: auto; } - .buddypress.widget .activity-list blockquote footer { overflow: hidden; } - .buddypress.widget .activity-list blockquote cite { float: right; margin-left: 15px; } - .buddypress.widget .activity-list blockquote a.view.activity-time-since { line-height: 1; display: block; @@ -7360,7 +6889,6 @@ div#item-header .bp-feedback.bp-messages { padding-right: 10px; padding-left: 10px; } - #buddypress .group-front-page .group-description { padding-right: 10px; padding-left: 10px; @@ -7368,7 +6896,6 @@ div#item-header .bp-feedback.bp-messages { -ms-flex-order: 3; order: 3; } - #buddypress .group-front-page #group-front-widgets { -webkit-box-flex: 0; -ms-flex: 0 0 300px; @@ -7380,23 +6907,19 @@ div#item-header .bp-feedback.bp-messages { -ms-flex-order: 1; order: 1; } - #buddypress .group-front-page #group-front-widgets .item-avatar .avatar { width: 100%; } - #buddypress .group-front-page .widget_bp_core_login_widget { display: -webkit-box; display: -ms-flexbox; display: flex; } - #buddypress .group-front-page .widget_bp_core_login_widget h2.widget-title { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } - #buddypress .group-front-page .widget .widget-title { font-family: inherit; font-size: 0.75rem; @@ -7466,26 +6989,24 @@ div#item-header .bp-feedback.bp-messages { display: none; } } */ -.buddypress-wrap .custom-homepage-info button[data-bp-close] span::before { +.buddypress-wrap .custom-homepage-info button[data-bp-close] span:before { font-size: 20px; } .custom-homepage-info .dashicons-dismiss { color: rgba(18, 43, 70, 0.4); } - .custom-homepage-info .dashicons-dismiss:hover { color: rgba(18, 43, 70, 0.9); } - -.custom-homepage-info .dashicons-dismiss::before { +.custom-homepage-info .dashicons-dismiss:before { display: inline-block; text-rendering: auto; font-size: 20px; font-family: bb-icons; speak: none; font-style: normal; - font-weight: 400; + font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; @@ -7516,7 +7037,6 @@ div#item-header .bp-feedback.bp-messages { padding: 0; width: 20px; } - .buddypress .buddypress-wrap .mejs-button > button:hover { background-color: transparent; } @@ -7575,7 +7095,6 @@ div#item-header .bp-feedback.bp-messages { font-size: 14px; line-height: 1.3575; } - .bb-group-header-wrapper .avatar { box-shadow: 0 2px 5px 0 rgba(18, 43, 70, 0.12), 0 0 0 1px var(--bb-content-border-color); border: 5px solid #fff; @@ -7583,7 +7102,6 @@ div#item-header .bp-feedback.bp-messages { } @media screen and (max-width: 46.8em) { - .buddypress-wrap .bp-subnavs li.current a, .buddypress-wrap .bp-subnavs li.current a:focus, .buddypress-wrap .bp-subnavs li.current a:hover, @@ -7593,7 +7111,6 @@ div#item-header .bp-feedback.bp-messages { background: transparent; } } - .bp-messages .bp-feedback { margin: 12px 8px; } @@ -7612,27 +7129,23 @@ div#item-header .bp-feedback.bp-messages { } .grid-filters .dashicons { - font: 400 normal normal 22px/1 bb-icons; + font: normal normal normal 22px/1 bb-icons; width: auto; height: auto; } - -.grid-filters .layout-grid-view .dashicons::before { +.grid-filters .layout-grid-view .dashicons:before { content: "\eead"; } - -.grid-filters .layout-list-view .dashicons::before { +.grid-filters .layout-list-view .dashicons:before { content: "\edb1"; } .pc_progress_wrap .pc_progress_rate { stroke: var(--bb-success-color); } - .pc_progress_wrap .progress_text_unit { margin-right: 3px; } - .pc_progress_wrap .progress_text_unit, .pc_progress_wrap .progress_text_label { color: var(--bb-alternate-text-color); @@ -7642,7 +7155,6 @@ div#item-header .bp-feedback.bp-messages { .progress_text_wrap h3 { line-height: 1.2; } - .progress_text_wrap .progress_text_value { font-size: 34px; } @@ -7659,7 +7171,6 @@ div#item-header .bp-feedback.bp-messages { -ms-flex-align: center; align-items: center; } - .profile_completion_wrap .pc_progress_wrap { display: -webkit-box; display: -ms-flexbox; @@ -7671,7 +7182,6 @@ div#item-header .bp-feedback.bp-messages { -ms-flex: 1; flex: 1; } - .profile_completion_wrap .pc_detailed_progress_wrap { -webkit-box-flex: 1; -ms-flex: 1; @@ -7679,11 +7189,9 @@ div#item-header .bp-feedback.bp-messages { max-width: 100%; } @media (max-width: 800px) and (min-width: 544px) { - .profile_completion_wrap .pc_detailed_progress_wrap { max-width: 50%; } - .profile_completion_wrap .pc_progress_wrap { margin-bottom: 0; } @@ -7692,14 +7200,12 @@ div#item-header .bp-feedback.bp-messages { .pc_detailed_progress_wrap .pc_detailed_progress { list-style: none; } - .pc_detailed_progress_wrap .single_section_wrap { margin: 0; padding: 10px 0; position: relative; margin-right: 25px; } - .pc_detailed_progress_wrap .single_section_wrap .section_ico { border: 2px solid var(--bb-content-border-color); margin-right: -30px; @@ -7711,12 +7217,10 @@ div#item-header .bp-feedback.bp-messages { position: relative; vertical-align: middle; } - .pc_detailed_progress_wrap .single_section_wrap .section_ico i { display: none; } - -.pc_detailed_progress_wrap .single_section_wrap .section_ico::before { +.pc_detailed_progress_wrap .single_section_wrap .section_ico:before { content: ""; display: inline-block; width: 1px; @@ -7730,22 +7234,18 @@ div#item-header .bp-feedback.bp-messages { transform: translateX(50%); background-color: #d0d3d6; } - .pc_detailed_progress_wrap .single_section_wrap .section_number { display: none; } - .pc_detailed_progress_wrap .single_section_wrap .section_name a { text-decoration: none; font-size: 14px; } - .pc_detailed_progress_wrap .single_section_wrap .progress .completed_staus { width: 33px; font-weight: 500; text-align: left; } - .pc_detailed_progress_wrap .single_section_wrap .section_name { width: -webkit-calc(100% - 45px); width: calc(100% - 45px); @@ -7754,11 +7254,9 @@ div#item-header .bp-feedback.bp-messages { color: var(--bb-alternate-text-color); overflow: hidden; } - .pc_detailed_progress_wrap .single_section_wrap.completed .section_ico { border-color: #05d786; } - .pc_detailed_progress_wrap .single_section_wrap.completed .section_ico i { display: block; position: absolute; @@ -7771,22 +7269,18 @@ div#item-header .bp-feedback.bp-messages { font-size: 12px; color: #05d786; } - .pc_detailed_progress_wrap .single_section_wrap.completed .section_name a { font-size: 14px; color: var(--bb-headings-color); font-weight: 500; } - .pc_detailed_progress_wrap .single_section_wrap.completed .progress .completed_staus { color: #05d786; } - -.pc_detailed_progress_wrap .single_section_wrap:first-of-type .section_ico::before { +.pc_detailed_progress_wrap .single_section_wrap:first-of-type .section_ico:before { display: none; } - -.pc_detailed_progress_wrap .single_section_wrap.completed + .single_section_wrap.completed .section_ico::before { +.pc_detailed_progress_wrap .single_section_wrap.completed + .single_section_wrap.completed .section_ico:before { background-color: #05d786; } @@ -7794,11 +7288,23 @@ div#item-header .bp-feedback.bp-messages { padding: 20px; } @media screen and (max-width: 46.8em) { - .bb-template-v1 .bp-single-vert-nav .item-body { padding: 10px; } } +.bb-template-v1 .bp-subnavs:not(.bb-subnav-vert, .group-subnav) .subnav li a { + padding-right: 0; + padding-left: 0; +} +.bb-template-v1 .bp-subnavs:not(.bb-subnav-vert, .group-subnav) .subnav .sub-menu li a { + padding: 0.9375rem; +} +.bb-template-v1 .bb-profile-grid .item-body-inner > div.bp-settings-container .bp-subnavs { + margin-bottom: 0; +} +.bb-template-v1 .bb-profile-grid .item-body-inner > div.bp-settings-container .bp-subnavs .subnav li a { + padding: 16px 20px; +} .elementor-widget-wp-widget-bp_xprofile_profile_completion_widget, .widget.widget_bp_profile_completion_widget { @@ -7818,7 +7324,138 @@ span.atwho-inserted a { border-radius: var(--bb-button-radius); } +.type-post .buddypress-wrap.bp-shortcode-wrap ul.bp-list.groups-dir-list > li { + min-width: auto; +} + +.type-post #buddypress.bp-shortcode-wrap .members-list > li { + min-width: auto; +} + +.bb-footer .bb_more_dropdown .bb_more_dropdown__title, +nav.bp-navs .bb_more_dropdown .bb_more_dropdown__title { + display: none; + background-color: var(--bb-content-alternate-background-color); + padding: 10px 15px; + position: relative; +} +.bb-footer .bb_more_dropdown .bb_more_dropdown__title__text, +nav.bp-navs .bb_more_dropdown .bb_more_dropdown__title__text { + color: var(--bb-headings-color); + display: inline-block; + font-size: 16px; + font-weight: 600; + line-height: 24px; +} +.bb-footer .bb_more_dropdown .bb_more_dropdown__close_button, +nav.bp-navs .bb_more_dropdown .bb_more_dropdown__close_button { + color: var(--bb-headings-color); + cursor: pointer; + font-size: 24px; + line-height: 1; + opacity: 0.4; + position: absolute; + left: 15px; + top: 11px; +} +.bb-footer .bb_more_dropdown .bb_more_dropdown__close_button > i, +nav.bp-navs .bb_more_dropdown .bb_more_dropdown__close_button > i { + font-size: 24px; + margin: 0; + line-height: 1; +} +.bb-footer .bb_more_dropdown + .bb_more_dropdown_overlay, +nav.bp-navs .bb_more_dropdown + .bb_more_dropdown_overlay { + display: none; +} +@media screen and (max-width: 980px) { + .bb-footer .bb_more_dropdown.open, + nav.bp-navs .bb_more_dropdown.open { + border: 1px solid var(--bb-content-border-color); + bottom: inherit; + position: fixed; + top: 50%; + right: 50%; + max-height: -webkit-calc(100% - 100px); + max-height: calc(100% - 100px); + height: -webkit-fit-content; + height: -moz-fit-content; + height: fit-content; + max-width: 220px; + overflow: auto; + padding: 0; + -webkit-transform: translate(50%, -50%); + -ms-transform: translate(50%, -50%); + transform: translate(50%, -50%); + z-index: 992; + } + .bb-footer .bb_more_dropdown.open:before, .bb-footer .bb_more_dropdown.open:after, + nav.bp-navs .bb_more_dropdown.open:before, + nav.bp-navs .bb_more_dropdown.open:after { + display: none; + } + .bb-footer .bb_more_dropdown.open .bb_more_dropdown__title, + nav.bp-navs .bb_more_dropdown.open .bb_more_dropdown__title { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + border-bottom: 1px solid var(--bb-content-border-color); + border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; + text-align: right; + } + .bb-footer .bb_more_dropdown.open + .bb_more_dropdown_overlay, + nav.bp-navs .bb_more_dropdown.open + .bb_more_dropdown_overlay { + background-color: rgba(0, 0, 0, 0.1); + bottom: 0; + display: block; + position: fixed; + right: 0; + left: 0; + top: 0; + z-index: 991; + } +} + +@media screen and (min-width: 75em) { + body.single-post:not(.has-sidebar) .buddypress-wrap.bp-shortcode-wrap .grid.bp-list > li { + -webkit-box-flex: 0; + -ms-flex: 0 0 33.333%; + flex: 0 0 33.333%; + max-width: 33.333%; + } +} +/* More option popup colors */ +#buddypress .bb_more_dropdown .bb_more_dropdown__title { + background-color: var(--bb-content-alternate-background-color); +} +#buddypress .bb_more_dropdown .bb_more_dropdown__title__text, +#buddypress .bb_more_dropdown .bb_more_dropdown__close_button { + color: var(--bb-headings-color); +} +@media screen and (max-width: 980px) { + #buddypress .bb_more_dropdown.open { + border-color: var(--bb-content-border-color); + } + #buddypress .bb_more_dropdown.open .bb_more_dropdown__title { + border-bottom-color: var(--bb-content-border-color); + border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; + } +} + @media screen and (max-width: 980px) { + /* More option popup z-index and prevent body scroll */ + body[class*="more_option_open"] { + overflow: hidden; + } + body[class*="more_option_open"] .site-header, + body[class*="more_option_open"] .activity-list.bp-list .download-media, + body[class*="more_option_open"] .activity-list.bp-list .download-document, + body[class*="more_option_open"] .activity-list.bp-list .download-video { + z-index: 9 !important; + } .groups.group-create .buddypress-wrap { padding: 50px 30px; @@ -7827,13 +7464,15 @@ span.atwho-inserted a { .groups.group-create .buddypress-wrap #group-create-tabs { margin: 0 -30px 40px; } + + .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul { + margin: 0; + } } @media screen and (max-width: 640px) { - .bp-invites-content .bp-list li .item-avatar { margin-left: 15px; } - .bp-invites-content #members-list.item-list .item-avatar img { max-width: 42px; } @@ -7842,7 +7481,7 @@ span.atwho-inserted a { font-size: 16px; } - #item-body #group-invites-container .bp-invites-content .action button .icons::before { + #item-body #group-invites-container .bp-invites-content .action button .icons:before { font-size: 18px; } @@ -7886,7 +7525,6 @@ span.atwho-inserted a { } } @media screen and (max-width: 511px) { - .buddypress-wrap .subnav-filters div { clear: both; margin-top: 10px; @@ -7897,7 +7535,6 @@ span.atwho-inserted a { margin-top: 10px; margin-bottom: 0; } - .buddypress-wrap .subnav-filters .user-messages-bulk-actions div.bulk-actions-wrap div { margin-top: 0; margin-bottom: 0; @@ -7934,7 +7571,6 @@ span.atwho-inserted a { } } @media screen and (max-width: 370px) { - .avatar-crop-management #avatar-crop-pane { margin-right: -30px; -webkit-transform: scale(0.6); @@ -7948,7 +7584,6 @@ span.atwho-inserted a { #avatar-to-crop { margin: 0 auto; } - #avatar-to-crop > .jcrop-holder { margin: 0 auto; -webkit-transform: scale(0.8) translateX(10px); @@ -7964,11 +7599,9 @@ span.atwho-inserted a { } } @media screen and (min-width: 55em) { - body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.groups-list { grid-template-columns: repeat(auto-fit, minmax(275px, 33.333%)); } - body:not(.has-sidebar) .buddypress-wrap .grid.bp-list > li { -webkit-box-flex: 0; -ms-flex: 0 0 33.333%; @@ -7977,11 +7610,9 @@ span.atwho-inserted a { } } @media screen and (min-width: 75em) { - body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.groups-list { grid-template-columns: repeat(auto-fit, minmax(275px, 25%)); } - body:not(.has-sidebar) .buddypress-wrap .grid.bp-list > li { -webkit-box-flex: 0; -ms-flex: 0 0 25%; @@ -8017,12 +7648,10 @@ span.atwho-inserted a { #whats-new-post-in-box-items { display: inline-block; } - #whats-new-post-in-box-items .activity-autocomplete-clear i { color: var(--bb-body-text-color); opacity: 0.4; } - #whats-new-post-in-box-items .activity-autocomplete-clear i:hover { opacity: 1; } @@ -8033,7 +7662,6 @@ span.atwho-inserted a { font-weight: 500; letter-spacing: -0.24px; } - .activity-post-avatar:hover { color: var(--bb-primary-color); } @@ -8049,86 +7677,266 @@ span.atwho-inserted a { background-color: var(--bb-content-alternate-background-color); } -.privacy-status-form-footer { - background-color: var(--bb-content-alternate-background-color); - border-radius: 0 0 var(--bb-block-radius) var(--bb-block-radius); +.bb-schedule-post_dropdown_section .bb-schedule-post_dropdown_button { + border-color: var(--bb-content-border-color); + border-radius: var(--bb-block-radius-inner); } - -#whats-new-post-in-box-items #activity-autocomplete { - border-radius: var(--bb-input-radius); +.bb-schedule-post_dropdown_section .bb-schedule-post_dropdown_button i { + color: var(--bb-alternate-text-color); } - -#whats-new-form-placeholder, -#whats-new-form { +.bb-schedule-post_dropdown_section .bb-schedule-post_dropdown_button.is_scheduled { + color: var(--bb-headings-color); + background-color: var(--bb-content-border-color); +} +.bb-schedule-post_dropdown_section .bb-schedule-post_dropdown_list { background-color: var(--bb-content-background-color); - border: 1px solid var(--bb-content-border-color); - border-radius: var(--bb-block-radius); - box-shadow: none; - padding: 0; - position: relative; + border-radius: var(--bb-block-radius-inner); } - -#whats-new-form-placeholder.focus-in, -#whats-new-form.focus-in { - box-shadow: 0 6px 24px 0 rgba(18, 43, 70, 0.08); +.bb-schedule-post_dropdown_section .bb-schedule-post_dropdown_list li > a { + color: var(--bb-body-text-color); } - -#whats-new-form-placeholder .avatar, -#whats-new-form .avatar { - margin-left: 10px; - max-width: 45px; +.bb-schedule-post_dropdown_section .bb-schedule-post_dropdown_list li > a:hover { + background-color: var(--bb-content-alternate-background-color); } - -#whats-new-form-placeholder .username, -#whats-new-form .username { +.bb-schedule-post_dropdown_section .bb-schedule-post_dropdown_list li > a > i { + color: var(--bb-alternate-text-color); +} +#buddypress .bb-schedule-post_dropdown_section .bb-model-footer .button.button-outline { + background-color: var(--bb-content-background-color); + border-color: var(--bb-content-border-color); color: var(--bb-headings-color); - font-size: 14px; - font-weight: 500; - text-transform: capitalize; + margin-left: 6px; } - -#whats-new-form-placeholder .username:hover, -#whats-new-form .username:hover { - color: var(--bb-primary-color); +.bb-schedule-post_dropdown_section .schedule-posts-placeholder p, +.bb-schedule-post_dropdown_section .schedule-posts-placeholder > [class*="bb-icon"] { + color: var(--bb-alternate-text-color); } - -#whats-new-form-placeholder .activity-url-scrapper-container, -#whats-new-form .activity-url-scrapper-container { - margin: 0; - width: 100%; +.bb-schedule-post_dropdown_section .bb-schedule-posts_modal .bb-action-popup-content { + background-color: var(--bb-body-background-color); + border-radius: 0 0 var(--bb-block-radius) var(--bb-block-radius); } - -#whats-new-form-placeholder .activity-url-scrapper-container #activity-link-preview-url, -#whats-new-form .activity-url-scrapper-container #activity-link-preview-url { - max-width: 400px; - width: 100%; +.bb-schedule-post_dropdown_section .bb-action-popup-content .input-field-inline .bb-schedule-activity-meridian-wrap label span { + color: var(--bb-alternate-text-color); + background-color: var(--bb-content-background-color); + border-color: var(--bb-content-border-color); } - -#whats-new-form-placeholder .activity-url-scrapper-container.activity-post-form-link-wp-embed .activity-link-preview-container, -#whats-new-form-placeholder .activity-url-scrapper-container.activity-post-form-link-wp-embed .activity-link-preview-info, -#whats-new-form .activity-url-scrapper-container.activity-post-form-link-wp-embed .activity-link-preview-container, -#whats-new-form .activity-url-scrapper-container.activity-post-form-link-wp-embed .activity-link-preview-info { - background-color: transparent; +.bb-schedule-post_dropdown_section .bb-action-popup-content .input-field-inline .bb-schedule-activity-meridian-wrap label input:checked + span { + background-color: var(--bb-primary-color); + border-color: var(--bb-primary-color); } - -#whats-new-form-placeholder #whats-new-toolbar, +.bb-schedule-post_dropdown_section .bb-action-popup .bb-model-header .bb-model-close-button > span[class*="bb-icon"]:hover { + opacity: 1; +} +.bb-schedule-post_dropdown_section .bb-schedule-posts_modal .activity-list .activity-date { + color: var(--bb-alternate-text-color); +} +.bb-schedule-post_dropdown_section .bb-schedule-posts_modal .activity-list .activity-date .schedule-text { + color: var(--bb-body-text-color); +} +.bb-schedule-post_dropdown_section .bb-schedule-posts_modal .activity-list .activity-date .time-since { + color: var(--bb-alternate-text-color); +} +.bb-schedule-post_dropdown_section .bb-schedule-posts_modal .activity-list .bb-media-privacy-wrap { + color: var(--bb-alternate-text-color); +} +.bb-schedule-post_dropdown_section .bb-schedule-posts_modal .activity-list .bb-media-privacy-wrap .privacy:after { + display: none; +} +.bb-schedule-post_dropdown_section .bb-schedule-posts_modal .activity-list .bb-media-privacy-wrap .privacy:before { + font-size: 13px; +} +.bb-schedule-post_dropdown_section .bb-schedule-posts_modal .activity-list .bb-activity-schedule-actions .bb-activity-schedule-action i { + color: var(--bb-headings-color); + opacity: 0.4; +} +.bb-schedule-post_dropdown_section .bb-schedule-posts_modal .activity-list .bb-activity-schedule-actions .bb-activity-schedule-action i:hover { + opacity: 1; +} + +.bb-schedule-activity-date-wrap.xdsoft_datetimepicker { + background-color: var(--bb-content-background-color); + border-color: var(--bb-content-border-color); + border-radius: var(--bb-block-radius); + padding: 25px 20px; + font-family: inherit; + box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.12), 0 3px 8px 0 rgba(0, 0, 0, 0.06); +} +.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_today_button { + display: none; +} +.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current { + background-color: var(--bb-primary-color); + box-shadow: none; +} +.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_datepicker { + width: 255px; +} +.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_year { + width: 58px; +} +.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_month, +.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_year { + margin-top: 6px; +} +.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_scroller_box { + border-color: var(--bb-content-border-color); + border-radius: var(--bb-block-radius-inner); + text-align: center; +} +.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option { + background-color: var(--bb-content-background-color); + border-color: transparent; + border-radius: var(--bb-block-radius-inner); + font-size: 12px; + height: auto; + line-height: 28px; + margin: 0 5px; +} +.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover, .bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current { + background-color: var(--bb-primary-color) !important; +} +.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_next, +.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_prev { + padding: 8px 10px; + background-color: var(--bb-secondary-button-background-regular); + color: var(--bb-secondary-button-text-regular); + background-image: none; + width: auto; + height: auto; + min-width: auto; + text-indent: 0; + border-radius: 50%; +} +.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_next:before, +.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_prev:before { + content: "\ee0a"; + font-family: bb-icons; + font-weight: 300; + font-size: 20px; +} +.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_next:before { + content: "\ee0b"; +} +.bb-schedule-activity-date-wrap.xdsoft_datetimepicker table { + border: 0; +} +.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_calendar th, +.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_calendar td { + background-color: transparent; + border: 0; + text-align: center; + border-radius: 6px; + height: 28px; +} +.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover { + color: #fff !important; +} +.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_calendar td > div { + padding: 0; +} +.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_calendar td:hover { + background-color: var(--bb-primary-color) !important; +} + +.xdsoft_datetimepicker.bb-schedule-activity-time-picker { + padding: 15px 10px; + border: 0; + background-color: var(--bb-content-background-color); + border-radius: var(--bb-block-radius); + font-family: inherit; +} +.xdsoft_datetimepicker.bb-schedule-activity-time-picker .xdsoft_timepicker { + width: 48px; + margin: 0; +} +.xdsoft_datetimepicker.bb-schedule-activity-time-picker .xdsoft_timepicker .xdsoft_prev, +.xdsoft_datetimepicker.bb-schedule-activity-time-picker .xdsoft_timepicker .xdsoft_next { + display: none; +} +.xdsoft_datetimepicker.bb-schedule-activity-time-picker .xdsoft_timepicker .xdsoft_time_box { + border: 0; +} +.xdsoft_datetimepicker.bb-schedule-activity-time-picker .xdsoft_timepicker .xdsoft_time_box > div > div { + background-color: var(--bb-content-background-color); + border-color: transparent; + border-radius: var(--bb-block-radius-inner); + font-size: 12px; + line-height: 28px; + height: auto; +} +.xdsoft_datetimepicker.bb-schedule-activity-time-picker .xdsoft_timepicker .xdsoft_time_box > div > div:hover, .xdsoft_datetimepicker.bb-schedule-activity-time-picker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current { + background-color: var(--bb-primary-color) !important; +} + +.privacy-status-form-footer { + background-color: var(--bb-content-alternate-background-color); + border-radius: 0 0 var(--bb-block-radius) var(--bb-block-radius); +} + +#whats-new-post-in-box-items #activity-autocomplete { + border-radius: var(--bb-input-radius); +} + +#whats-new-form-placeholder, +#whats-new-form { + background-color: var(--bb-content-background-color); + border: 1px solid var(--bb-content-border-color); + border-radius: var(--bb-block-radius); + box-shadow: none; + padding: 0; + position: relative; +} +#whats-new-form-placeholder.focus-in, +#whats-new-form.focus-in { + box-shadow: 0 6px 24px 0 rgba(18, 43, 70, 0.08); +} +#whats-new-form-placeholder .avatar, +#whats-new-form .avatar { + margin-left: 10px; + max-width: 45px; +} +#whats-new-form-placeholder .username, +#whats-new-form .username { + color: var(--bb-headings-color); + font-size: 14px; + font-weight: 500; + text-transform: capitalize; +} +#whats-new-form-placeholder .username:hover, +#whats-new-form .username:hover { + color: var(--bb-primary-color); +} +#whats-new-form-placeholder .activity-url-scrapper-container, +#whats-new-form .activity-url-scrapper-container { + margin: 0; + width: 100%; +} +#whats-new-form-placeholder .activity-url-scrapper-container #activity-link-preview-url, +#whats-new-form .activity-url-scrapper-container #activity-link-preview-url { + max-width: 400px; + width: 100%; +} +#whats-new-form-placeholder .activity-url-scrapper-container.activity-post-form-link-wp-embed .activity-link-preview-container, +#whats-new-form-placeholder .activity-url-scrapper-container.activity-post-form-link-wp-embed .activity-link-preview-info, +#whats-new-form .activity-url-scrapper-container.activity-post-form-link-wp-embed .activity-link-preview-container, +#whats-new-form .activity-url-scrapper-container.activity-post-form-link-wp-embed .activity-link-preview-info { + background-color: transparent; +} +#whats-new-form-placeholder #whats-new-toolbar, #whats-new-form-placeholder #whats-new-attachments, #whats-new-form #whats-new-toolbar, #whats-new-form #whats-new-attachments { margin: 0; padding: 0 15px; } - #whats-new-form-placeholder #whats-new-toolbar a .bb-icon, #whats-new-form #whats-new-toolbar a .bb-icon { color: rgba(var(--bb-headings-color-rgb), 0.4); } - #whats-new-form-placeholder #whats-new-toolbar a:hover .bb-icon, #whats-new-form #whats-new-toolbar a:hover .bb-icon { color: var(--bb-headings-color); } - #whats-new-form-placeholder:not(.focus-in) #whats-new-toolbar, #whats-new-form-placeholder .whats-new-form-footer, #whats-new-form:not(.focus-in) #whats-new-toolbar, @@ -8136,129 +7944,82 @@ span.atwho-inserted a { border-radius: 0 0 var(--bb-block-radius) var(--bb-block-radius); border-color: var(--bb-content-border-color); } - #whats-new-form-placeholder #whats-new-toolbar, #whats-new-form #whats-new-toolbar { border-radius: 0 0 4px 0; } @media screen and (max-width: 520px) { - #whats-new-form-placeholder #whats-new-toolbar .post-emoji:first-child .emojionearea-picker, #whats-new-form #whats-new-toolbar .post-emoji:first-child .emojionearea-picker { margin-right: -5px; } - - #whats-new-form-placeholder #whats-new-toolbar .post-emoji:first-child .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after, - #whats-new-form #whats-new-toolbar .post-emoji:first-child .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { + #whats-new-form-placeholder #whats-new-toolbar .post-emoji:first-child .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after, + #whats-new-form #whats-new-toolbar .post-emoji:first-child .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { right: 27px; } - #whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(2) .emojionearea-picker, #whats-new-form #whats-new-toolbar .post-emoji:nth-child(2) .emojionearea-picker { margin-right: -39px; } - - #whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(2) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after, - #whats-new-form #whats-new-toolbar .post-emoji:nth-child(2) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { + #whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(2) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after, + #whats-new-form #whats-new-toolbar .post-emoji:nth-child(2) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { right: 62px; } - #whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(3) .emojionearea-picker, #whats-new-form #whats-new-toolbar .post-emoji:nth-child(3) .emojionearea-picker { margin-right: -73px; } - - #whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(3) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after, - #whats-new-form #whats-new-toolbar .post-emoji:nth-child(3) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { + #whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(3) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after, + #whats-new-form #whats-new-toolbar .post-emoji:nth-child(3) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { right: 96px; } - #whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(4) .emojionearea-picker, #whats-new-form #whats-new-toolbar .post-emoji:nth-child(4) .emojionearea-picker { margin-right: -107px; } - - #whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(4) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after, - #whats-new-form #whats-new-toolbar .post-emoji:nth-child(4) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { + #whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(4) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after, + #whats-new-form #whats-new-toolbar .post-emoji:nth-child(4) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { right: 130px; } - #whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(5) .emojionearea-picker, #whats-new-form #whats-new-toolbar .post-emoji:nth-child(5) .emojionearea-picker { margin-right: -141px; } - - #whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(5) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after, - #whats-new-form #whats-new-toolbar .post-emoji:nth-child(5) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { + #whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(5) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after, + #whats-new-form #whats-new-toolbar .post-emoji:nth-child(5) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { right: 163px; } - #whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(6) .emojionearea-picker, #whats-new-form #whats-new-toolbar .post-emoji:nth-child(6) .emojionearea-picker { margin-right: -175px; } - - #whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(6) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after, - #whats-new-form #whats-new-toolbar .post-emoji:nth-child(6) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { + #whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(6) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after, + #whats-new-form #whats-new-toolbar .post-emoji:nth-child(6) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { right: 196px; } - - #whats-new-form-placeholder #whats-new-toolbar .post-gif:first-child .gif-media-search-dropdown, - #whats-new-form #whats-new-toolbar .post-gif:first-child .gif-media-search-dropdown { - right: -10px; - } - - #whats-new-form-placeholder #whats-new-toolbar .post-gif:first-child .gif-media-search-dropdown.open::before, - #whats-new-form #whats-new-toolbar .post-gif:first-child .gif-media-search-dropdown.open::before { - right: 30px; - } - - #whats-new-form-placeholder #whats-new-toolbar .post-gif:nth-child(2) .gif-media-search-dropdown, - #whats-new-form #whats-new-toolbar .post-gif:nth-child(2) .gif-media-search-dropdown { - right: -44px; - } - - #whats-new-form-placeholder #whats-new-toolbar .post-gif:nth-child(2) .gif-media-search-dropdown.open::before, - #whats-new-form #whats-new-toolbar .post-gif:nth-child(2) .gif-media-search-dropdown.open::before { - right: 64px; - } - - #whats-new-form-placeholder #whats-new-toolbar .post-gif:nth-child(3) .gif-media-search-dropdown, - #whats-new-form #whats-new-toolbar .post-gif:nth-child(3) .gif-media-search-dropdown { - right: -78px; - } - - #whats-new-form-placeholder #whats-new-toolbar .post-gif:nth-child(3) .gif-media-search-dropdown.open::before, - #whats-new-form #whats-new-toolbar .post-gif:nth-child(3) .gif-media-search-dropdown.open::before { - right: 98px; - } - - #whats-new-form-placeholder #whats-new-toolbar .post-gif:nth-child(4) .gif-media-search-dropdown, - #whats-new-form #whats-new-toolbar .post-gif:nth-child(4) .gif-media-search-dropdown { - right: -112px; - } - - #whats-new-form-placeholder #whats-new-toolbar .post-gif:nth-child(4) .gif-media-search-dropdown.open::before, - #whats-new-form #whats-new-toolbar .post-gif:nth-child(4) .gif-media-search-dropdown.open::before { - right: 130px; - } - - #whats-new-form-placeholder #whats-new-toolbar .post-gif:nth-child(5) .gif-media-search-dropdown, - #whats-new-form #whats-new-toolbar .post-gif:nth-child(5) .gif-media-search-dropdown { - right: -146px; +} +@media screen and (max-width: 580px) { + #whats-new-form-placeholder #whats-new-toolbar .post-gif .gif-media-search-dropdown, + #whats-new-form #whats-new-toolbar .post-gif .gif-media-search-dropdown { + right: unset; + -webkit-transform: translateX(45%); + -ms-transform: translateX(45%); + transform: translateX(45%); } - - #whats-new-form-placeholder #whats-new-toolbar .post-gif:nth-child(5) .gif-media-search-dropdown.open::before, - #whats-new-form #whats-new-toolbar .post-gif:nth-child(5) .gif-media-search-dropdown.open::before { - right: 166px; +} +@media screen and (max-width: 400px) { + #whats-new-form-placeholder #whats-new-toolbar .post-gif .gif-media-search-dropdown, + #whats-new-form #whats-new-toolbar .post-gif .gif-media-search-dropdown { + right: unset; + -webkit-transform: translateX(50%); + -ms-transform: translateX(50%); + transform: translateX(50%); } } - #whats-new-form-placeholder .gif-image-container img, #whats-new-form .gif-image-container img { max-width: 100%; } - #whats-new-form-placeholder .found-media-item img, #whats-new-form .found-media-item img { max-width: 100%; @@ -8276,18 +8037,21 @@ span.atwho-inserted a { background-repeat: no-repeat; max-width: 100%; } - .activity-attached-gif-container .gif-image-container { - margin: 15px 0; + margin: 15px 0 0; +} +.activity-attached-gif-container .gif-image-container > img { + margin-bottom: 0; } - .activity-inner .activity-attached-gif-container { margin-bottom: 0; } - .acomment-content .activity-attached-gif-container { margin-top: 10px; } +.activity-attached-gif-container .gif-search-results-list li:before { + display: none !important; +} .gif-image-container video { display: block; @@ -8306,8 +8070,7 @@ span.atwho-inserted a { background-color: var(--bb-content-alternate-background-color); border-color: var(--bb-content-border-color); } - -.gif-search-content .gif-search-query::before { +.gif-search-content .gif-search-query:before { content: "\ef10"; font-family: bb-icons; font-size: 20px; @@ -8320,7 +8083,6 @@ span.atwho-inserted a { -ms-transform: translateY(-50%); transform: translateY(-50%); } - #buddypress .gif-search-content .gif-search-query input[type="search"], .gif-search-content .gif-search-query input[type="search"] { font-size: 14px; @@ -8331,14 +8093,12 @@ span.atwho-inserted a { box-shadow: none; /* stylelint-disable selector-pseudo-element-no-unknown */ } - #buddypress .gif-search-content .gif-search-query input[type="search"]::input-placeholder, .gif-search-content .gif-search-query input[type="search"]::input-placeholder { /* stylelint-enable */ color: var(--bb-headings-color); opacity: 0.4; } - .gif-search-content .gif-media-search-dropdown { border-color: var(--bb-content-border-color); background-color: var(--bb-content-background-color); @@ -8361,25 +8121,20 @@ span.atwho-inserted a { .activity-update-form #whats-new pre { white-space: pre-wrap; } - .activity-update-form #whats-new pre p { margin-bottom: 0; } - .activity-update-form #whats-new p { margin-bottom: 15px; } - .activity-update-form #whats-new li > ol, .activity-update-form #whats-new li > ul { margin-bottom: 0; } - .activity-update-form #whats-new ul, .activity-update-form #whats-new ol { margin: 0 0 15px; } - .activity-update-form #whats-new ul li, .activity-update-form #whats-new ol li { margin: 0 18px 3px 0; @@ -8404,10 +8159,15 @@ span.atwho-inserted a { color: var(--bb-headings-color); font-weight: 500; } - .bp-activity-huddle a.activity-post-user-name:hover { color: var(--bb-primary-color); } +.bp-activity-huddle .activity-post-schedule-details { + color: var(--bb-body-text-color); +} +.bp-activity-huddle .activity-post-schedule-details [class*="bb-icon"] { + color: var(--bb-alternate-text-color); +} .activity-update-form textarea#whats-new { box-shadow: none; @@ -8419,7 +8179,6 @@ span.atwho-inserted a { min-height: 85px; padding: 15px; } - .activity-update-form textarea#whats-new:focus { box-shadow: none; } @@ -8427,7 +8186,6 @@ span.atwho-inserted a { .activity-update-form #whats-new-post-in-box { margin: 10px 0 0; } - .activity-update-form #whats-new-post-in-box .activity-autocomplete-wrapper { margin: 0 30px; display: -webkit-box; @@ -8438,21 +8196,17 @@ span.atwho-inserted a { .bp-activity-privacy__label:hover { background-color: var(--bb-content-alternate-background-color); } - .bp-activity-privacy__label:hover .privacy-figure { background-color: var(--bb-content-background-color); } - .bp-activity-privacy__label .privacy-figure { color: var(--bb-alternate-text-color); background-color: var(--bb-content-alternate-background-color); } - .bp-activity-privacy__label .privacy-tag { width: -webkit-calc(100% - 50px); width: calc(100% - 50px); } - .bp-activity-privacy__label .privacy-sub-label { color: var(--bb-alternate-text-color); } @@ -8480,7 +8234,6 @@ span.atwho-inserted a { -ms-flex-flow: row-reverse; flex-flow: row-reverse; } - #buddypress input#aw-whats-new-reset { background: transparent; border: 0; @@ -8492,7 +8245,6 @@ span.atwho-inserted a { width: auto; box-shadow: none; } - #buddypress input#aw-whats-new-submit, #buddypress input#privacy-status-submit { font-size: 14px; @@ -8528,15 +8280,12 @@ span.atwho-inserted a { border-radius: 4px; line-height: 1; } - #whats-new-form #bp-activity-privacy-point * { color: var(--bb-secondary-button-text-regular); } - #whats-new-form #bp-activity-privacy-point .privacy-point-icon { font-size: 15px; } - #whats-new-form #bp-activity-privacy-point .bb-icon-caret-down { font-size: 13px; color: var(--bb-secondary-button-text-regular); @@ -8544,11 +8293,9 @@ span.atwho-inserted a { margin-right: 5px; margin-top: 3px; } - #whats-new-form #bp-activity-privacy-point:not(.bp-activity-edit-group) { padding-left: 6px; } - #whats-new-form .activity-post-user-name-container h5 { margin-bottom: 3px; } @@ -8561,7 +8308,6 @@ span.atwho-inserted a { -ms-flex-align: start; align-items: flex-start; } - .atwho-view ul li .username { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; @@ -8569,16 +8315,13 @@ span.atwho-inserted a { } @media screen and (min-width: 46.8em) { - .activity-update-form #whats-new-content, .activity-update-form #whats-new-elements, .activity-update-form #whats-new-submit { margin-right: 0; } } - /* Actiity Update Form ==> Ends Here */ - /* Actiity Stream Form ==> Starts Here */ ul.activity-list.bp-list { background: transparent; @@ -8598,17 +8341,6 @@ ul.activity-list.bp-list { margin-bottom: 20px; padding: 15px 15px 10px; } - -#buddypress .activity-lists.bp-list .activity-item .activity-comments > ul, -#buddypress .activity-lists.bp-list .activity-item .activity-comments > .ac-form, -#buddypress .activity-list.bp-list .activity-item .activity-comments > ul, -#buddypress .activity-list.bp-list .activity-item .activity-comments > .ac-form, -#bbpress-forums .activity-list.bp-list .activity-item .activity-comments > ul, -#bbpress-forums .activity-list.bp-list .activity-item .activity-comments > .ac-form { - border-radius: 0 0 var(--bb-block-radius) var(--bb-block-radius); - margin-bottom: -10px; -} - #buddypress .activity-lists.bp-list .activity-item .activity-link-preview-image img, #buddypress .activity-list.bp-list .activity-item .activity-link-preview-image img, #bbpress-forums .activity-list.bp-list .activity-item .activity-link-preview-image img { @@ -8616,17 +8348,25 @@ ul.activity-list.bp-list { max-width: 100%; } +#buddypress .activity-list.bp-list .activity-item.bb-closed-comments:not(.has-comments) { + padding-bottom: 0; +} +#buddypress .activity-list.bp-list .activity-item.bb-closed-comments:not(.has-comments) .bb-activity-closed-comments-notice { + border-bottom: 0; + border-bottom-right-radius: var(--bb-block-radius); + border-bottom-left-radius: var(--bb-block-radius); +} +#buddypress .bb-media-info-section .activity-list.bp-list .activity-item.bb-closed-comments:not(.has-comments) .bb-activity-closed-comments-notice { + border-bottom: 1px solid var(--bb-content-border-color); + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} + #buddypress .bb-media-model-inner .activity-list.bp-list .activity-item, #bbpress-forums .bb-media-model-inner .activity-list.bp-list .activity-item { margin-bottom: 0; min-height: 90vh; } - -#buddypress .bb-media-model-inner .activity-list.bp-list .activity-item .activity-comments, -#bbpress-forums .bb-media-model-inner .activity-list.bp-list .activity-item .activity-comments { - margin-bottom: 40px; -} - #buddypress .bb-media-model-inner .activity-list.bp-list .activity-item .activity-comments .ac-reply-content .ac-textarea .ac-input[contenteditable="true"], #bbpress-forums .bb-media-model-inner .activity-list.bp-list .activity-item .activity-comments .ac-reply-content .ac-textarea .ac-input[contenteditable="true"] { max-height: 250px; @@ -8638,30 +8378,25 @@ ul.activity-list.bp-list { border-radius: var(--bb-block-radius); background-color: transparent; } - #buddypress .bb-media-model-inner .bb-media-section, #bbpress-forums .bb-media-model-inner .bb-media-section { border-radius: 0 var(--bb-block-radius) var(--bb-block-radius) 0; } - #buddypress .bb-media-model-inner .bb-media-info-section, #bbpress-forums .bb-media-model-inner .bb-media-info-section { background-color: var(--bb-content-background-color); border-radius: var(--bb-block-radius) 0 0 var(--bb-block-radius); } - #buddypress .bb-media-model-inner .activity-list.bp-list .activity-item, #bbpress-forums .bb-media-model-inner .activity-list.bp-list .activity-item { margin-bottom: 0; min-height: 90vh; } @media screen and (max-width: 1024px) { - #buddypress .bb-media-model-inner .bb-media-info-section, #bbpress-forums .bb-media-model-inner .bb-media-info-section { border-radius: 0 0 var(--bb-block-radius) var(--bb-block-radius); } - #buddypress .bb-media-model-inner .bb-media-section, #bbpress-forums .bb-media-model-inner .bb-media-section { border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; @@ -8669,12 +8404,10 @@ ul.activity-list.bp-list { } @media screen and (max-width: 1024px) { - #buddypress .bb-document-theater .bb-media-model-inner .bb-media-info-section.document { border-radius: 0 0 var(--bb-block-radius) var(--bb-block-radius); } } - #buddypress .bb-media-model-container .activity-list.bp-list .activity-item, #bbpress-forums .bb-media-model-container .activity-list.bp-list .activity-item { border-radius: 0; @@ -8689,7 +8422,6 @@ ul.activity-list.bp-list { align-items: center; margin: 20px 0; } - .actvity-head-bar .subnav-filters { margin: 0 auto 0 0; } @@ -8697,7 +8429,6 @@ ul.activity-list.bp-list { .activity-list .activity-item .activity-inner p { margin-bottom: 15px; } - .activity-list .activity-item .activity-inner p:last-child { margin-bottom: 0; } @@ -8705,8 +8436,7 @@ ul.activity-list.bp-list { .activity-list .activity-item .activity-inner { position: relative; } - -.activity-list .activity-item .activity-inner .activity-discussion-title-wrap a::before { +.activity-list .activity-item .activity-inner .activity-discussion-title-wrap a:before { content: ""; position: absolute; right: 0; @@ -8714,16 +8444,13 @@ ul.activity-list.bp-list { top: 0; bottom: 0; } - .activity-list .activity-item .activity-inner .activity-inner-meta { padding: 12px; border-top: 1px solid var(--bb-content-border-color); } - -.activity-list .activity-item .activity-inner .activity-inner-meta .button::before { +.activity-list .activity-item .activity-inner .activity-inner-meta .button:before { display: none; } - .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down .comment-count, .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down .text, .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square .comment-count, .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square .text, .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment .comment-count, @@ -8731,15 +8458,14 @@ ul.activity-list.bp-list { margin-bottom: 0; position: relative; padding-right: 25px; - font-weight: 400; + font-weight: normal; font-size: 13px; color: var(--bb-alternate-text-color); } - -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down .comment-count::before, -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down .text::before, .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square .comment-count::before, -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square .text::before, .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment .comment-count::before, -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment .text::before { +.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down .comment-count:before, +.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down .text:before, .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square .comment-count:before, +.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square .text:before, .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment .comment-count:before, +.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment .text:before { font-size: 18px; font-family: bb-icons; display: inline-block; @@ -8750,15 +8476,13 @@ ul.activity-list.bp-list { line-height: 1.6; color: var(--bb-primary-color); } - .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down:hover .comment-count, .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down:hover .text, .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square:hover .comment-count, .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square:hover .text, .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment:hover .comment-count, .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment:hover .text { color: var(--bb-primary-color); } - -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down .text::before { +.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down .text:before { content: "\e861"; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); @@ -8766,23 +8490,18 @@ ul.activity-list.bp-list { font-family: bb-icons; font-weight: 100; } - .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square .comment-count { display: block; } - -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square .comment-count::before { +.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square .comment-count:before { content: "\ee37"; } - .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment .comment-count { display: block; } - -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment .comment-count::before { +.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment .comment-count:before { content: "\e979"; } - .activity-list .activity-item .activity-inner blockquote:not(.wp-embedded-content) { padding: 12px; font-size: 22px; @@ -8794,12 +8513,11 @@ ul.activity-list.bp-list { border: 1px solid var(--bb-content-border-color); border-radius: 4px; } - -.activity-list .activity-item .activity-inner blockquote:not(.wp-embedded-content)::before { +.activity-list .activity-item .activity-inner blockquote:not(.wp-embedded-content):before { content: "\ef02"; font-family: bb-icons; font-style: normal; - font-weight: 400; + font-weight: normal; display: block; text-align: center; font-variant: normal; @@ -8812,15 +8530,12 @@ ul.activity-list.bp-list { border-radius: 100%; margin-bottom: 10px; } - .activity-list .activity-item .activity-inner blockquote:not(.wp-embedded-content) p { font-size: 20px; } - .activity-list .activity-item .activity-inner blockquote:not(.wp-embedded-content) p:last-child { margin-bottom: 0; } - .activity-list .activity-item .activity-inner blockquote:not(.wp-embedded-content) em { font-size: 14px; color: #fff; @@ -8829,21 +8544,26 @@ ul.activity-list.bp-list { margin-top: 20px; font-style: normal; } - .activity-list .activity-item .activity-inner blockquote:not(.wp-embedded-content) a { color: var(--bb-alternate-text-color); } - +.activity-list .activity-item .activity-inner blockquote.tiktok-embed { + background-color: transparent; + border: 0; + padding: 0; + margin: 0; +} +.activity-list .activity-item .activity-inner blockquote.tiktok-embed:before { + display: none; +} .activity-list .activity-item .activity-inner li > ol, .activity-list .activity-item .activity-inner li > ul { margin-bottom: 0; } - .activity-list .activity-item .activity-inner > ol, .activity-list .activity-item .activity-inner > ul { margin: 0 0 15px; } - .activity-list .activity-item .activity-inner > ol li, .activity-list .activity-item .activity-inner > ul li { list-style: decimal; @@ -8851,24 +8571,83 @@ ul.activity-list.bp-list { list-style-position: inside; padding: 0; } - -.activity-list .activity-item .activity-inner > ol li::before, .activity-list .activity-item .activity-inner > ol li::before, -.activity-list .activity-item .activity-inner > ul li::before, -.activity-list .activity-item .activity-inner > ul li::before { +.activity-list .activity-item .activity-inner > ol li:before, .activity-list .activity-item .activity-inner > ol li:before, +.activity-list .activity-item .activity-inner > ul li:before, +.activity-list .activity-item .activity-inner > ul li:before { display: none; } - .activity-list .activity-item .activity-inner > ul li { list-style: disc; } - .activity-list .activity-item .activity-inner pre { white-space: pre-wrap; } - .activity-list .activity-item .activity-inner pre p { margin-bottom: 0; } +.activity-list .activity-item .activity-inner > .bb-video-wrapper:has(iframe[src*="youtube.com"]) { + margin-bottom: 25px; +} +.activity-list .activity-item .activity-inner > .bb-video-wrapper:has(iframe[src*="vimeo.com"]) { + background-color: var(--bb-content-alternate-background-color); + border-radius: var(--bb-block-radius-inner); + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + margin-bottom: 0; +} + +.activity-list .activity-state-popup .activity-state-popup_inner { + background-color: var(--bb-content-background-color); + border-color: var(--bb-content-border-color); +} +.activity-list .activity-state-popup .activity-state-popup_title h4 { + color: var(--bb-headings-color); +} +.activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_panel ul li > a > span { + color: var(--bb-body-text-color); +} +.activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_panel ul li > a.active { + color: var(--bb-headings-color); +} +.activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_panel ul li > a.active > span { + color: var(--bb-headings-color); +} +.activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_item .activity-state_user .activity-state_user__avatar .activity-state_user__reaction { + background-color: var(--bb-content-background-color); +} +.activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_item .activity-state_user .activity-state_user__name a { + color: var(--bb-headings-color); +} +.activity-list .activity-item .activity-state-reactions .reactions_item { + background-color: var(--bb-content-background-color); + min-width: 22px; +} +.activity-list .activity-item .activity-state-reactions .reactions_item > i { + color: var(--bb-primary-color); +} +.activity-list .activity-item .comment-reactions .activity-state-reactions .reactions_item { + background-color: var(--bb-content-background-color); +} +.activity-list .activity-item .activity-content .activity-state-reactions { + color: var(--bb-body-text-color); + max-width: 67%; +} +.activity-list .activity-item .activity-content .activity-state-reactions .activity-reactions_count { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} +.activity-list .activity-item .activity-content .activity-state:not(.has-comments) .activity-state-reactions { + max-width: 100%; +} +.activity-list .activity-item .activity-content .activity-state-comments { + color: var(--bb-alternate-text-color); +} #buddypress .activity-list .activity-item .activity-inner .activity-inner-meta a.button { border: none; @@ -8883,12 +8662,15 @@ ul.activity-list.bp-list { margin-bottom: 15px; } -.bb-activity-media-wrap, -.bb-activity-video-wrap, -.activity-list .bb-video-wrapper, -.video-activity-wrap { +.bb-activity-media-wrap, .bb-activity-video-wrap, .activity-list .bb-video-wrapper, .video-activity-wrap > .activity-inner { max-width: 640px; } +.activity-modal .bb-activity-media-wrap, +.activity-modal .bb-activity-video-wrap, +.activity-modal .activity-list .bb-video-wrapper, +.activity-modal .video-activity-wrap > .activity-inner { + max-width: 100%; +} .activity-list .activity-item .activity-header { color: var(--bb-body-text-color); @@ -8897,6 +8679,9 @@ ul.activity-list.bp-list { margin: 0; width: auto; } +.activity-list .activity-item .activity-header .activity-group-post-meta { + font-size: 13px; +} .activity-header a { font-size: 14px; @@ -8906,19 +8691,15 @@ ul.activity-list.bp-list { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - .activity-header a[href]:hover { color: var(--bb-primary-color); } - .activity-header a[href=""] { pointer-events: none; } - .activity-header p:not([class]) a:first-child { font-weight: 600; } - .activity-header p { margin: 0; } @@ -8953,10 +8734,29 @@ ul.activity-list.bp-list { font-size: 12px; } -.activity-list .activity-item .bp-generic-meta.action { - border: 0; - background: transparent; - padding: 0; +.activity-list .activity-item .activity-content > .bp-generic-meta.activity-meta, +.activity-list .activity-item > .bp-generic-meta.activity-meta, +.activity-list .activity-item > .bp-generic-meta[class*="-meta"], +.activity-list .activity-item .activity-actions > .bp-generic-meta.action, +.activity-list .activity-item .activity-content > .bp-generic-meta.groups-meta, +.activity-list .activity-item > .bp-generic-meta.groups-meta { + border-color: var(--bb-content-border-color); +} +#buddypress .activity-list .activity-item .activity-content > .bp-generic-meta.activity-meta div.generic-button > a.button, +#buddypress .activity-list .activity-item > .bp-generic-meta.activity-meta div.generic-button > a.button, +#buddypress .activity-list .activity-item > .bp-generic-meta[class*="-meta"] div.generic-button > a.button, +#buddypress .activity-list .activity-item .activity-actions > .bp-generic-meta.action div.generic-button > a.button, +#buddypress .activity-list .activity-item .activity-content > .bp-generic-meta.groups-meta div.generic-button > a.button, +#buddypress .activity-list .activity-item > .bp-generic-meta.groups-meta div.generic-button > a.button { + min-height: 32px; +} +#buddypress .activity-list .activity-item .activity-content > .bp-generic-meta.activity-meta div.generic-button > a.button:hover, +#buddypress .activity-list .activity-item > .bp-generic-meta.activity-meta div.generic-button > a.button:hover, +#buddypress .activity-list .activity-item > .bp-generic-meta[class*="-meta"] div.generic-button > a.button:hover, +#buddypress .activity-list .activity-item .activity-actions > .bp-generic-meta.action div.generic-button > a.button:hover, +#buddypress .activity-list .activity-item .activity-content > .bp-generic-meta.groups-meta div.generic-button > a.button:hover, +#buddypress .activity-list .activity-item > .bp-generic-meta.groups-meta div.generic-button > a.button:hover { + background-color: var(--bb-content-alternate-background-color); } body #buddypress .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel, @@ -8968,12 +8768,23 @@ body #bbpress-forums .bp-list.bp-list .bp-generic-meta .generic-button { margin-left: 15px; } +body #buddypress .bp-list.bp-list .acomment-foot-actions .bp-generic-meta .generic-button { + margin-top: 5px; + margin-left: 10px; + line-height: 10px; +} + +body #buddypress .activity-list .activity-item > .bp-generic-meta .generic-button, +body #buddypress .activity-list .activity-item .activity-actions > .bp-generic-meta .generic-button { + margin-bottom: 0; + margin-left: 0; +} + /* Activity Reaction Button Support */ body .activity-list .bp-generic-meta #ai_ar_main { margin-bottom: 5px; position: static !important; } - body .activity-list .bp-generic-meta #ai_ar_main .main_smiley_div { right: 0; left: inherit; @@ -8999,7 +8810,6 @@ body .activity-list .bp-generic-meta #ai_ar_main .main_smiley_div { -webkit-animation: none !important; animation: none !important; } - #buddypress .activity-lists .action.bp-generic-meta .button:hover, #buddypress .activity-lists .action.bp-generic-meta .button:hover span, #buddypress .activity-list .action.bp-generic-meta .button:hover, #buddypress .activity-list .action.bp-generic-meta .button:hover span, @@ -9015,41 +8825,88 @@ body .activity-list .bp-generic-meta #ai_ar_main .main_smiley_div { color: var(--bb-primary-color); } -#buddypress .activity-lists .action.bp-generic-meta .button, -#bbpress-forums .activity-list .action.bp-generic-meta .button { +/* stylelint-disable max-line-length */ +#buddypress .activity-list .activity-item .activity-content .bp-generic-meta.action .button > .like-count, +#buddypress .activity-list .activity-item > .bp-generic-meta.action .button > .like-count, +#buddypress .activity-list .activity-item .activity-content .bp-generic-meta.action .acomment-reply.button .comment-count, +#buddypress .activity-list .activity-item .bp-generic-meta.action .acomment-reply.button .comment-count { + color: var(--bb-headings-color); +} + +#buddypress .activity-list .activity-item .activity-content .action.bp-generic-meta .button, +#buddypress .activity-list .activity-item .action.bp-generic-meta .button, +#bbpress-forums .activity-list .activity-item .action.bp-generic-meta .button, +#bbpress-forums .activity-list .activity-item .activity-content .action.bp-generic-meta .button { + color: var(--bb-primary-color); +} +#buddypress .activity-list .activity-item .activity-content .action.bp-generic-meta .button:before, +#buddypress .activity-list .activity-item .activity-content .action.bp-generic-meta .button > i, +#buddypress .activity-list .activity-item .action.bp-generic-meta .button:before, +#buddypress .activity-list .activity-item .action.bp-generic-meta .button > i, +#bbpress-forums .activity-list .activity-item .action.bp-generic-meta .button:before, +#bbpress-forums .activity-list .activity-item .action.bp-generic-meta .button > i, +#bbpress-forums .activity-list .activity-item .activity-content .action.bp-generic-meta .button:before, +#bbpress-forums .activity-list .activity-item .activity-content .action.bp-generic-meta .button > i { + color: var(--bb-alternate-text-color); +} +#buddypress .activity-list .activity-item .activity-content .action.bp-generic-meta .button:hover > i, +#buddypress .activity-list .activity-item .activity-content .action.bp-generic-meta .button:hover > .like-count, #buddypress .activity-list .activity-item .activity-content .action.bp-generic-meta .button:hover:before, +#buddypress .activity-list .activity-item .action.bp-generic-meta .button:hover > i, +#buddypress .activity-list .activity-item .action.bp-generic-meta .button:hover > .like-count, +#buddypress .activity-list .activity-item .action.bp-generic-meta .button:hover:before, +#bbpress-forums .activity-list .activity-item .action.bp-generic-meta .button:hover > i, +#bbpress-forums .activity-list .activity-item .action.bp-generic-meta .button:hover > .like-count, +#bbpress-forums .activity-list .activity-item .action.bp-generic-meta .button:hover:before, +#bbpress-forums .activity-list .activity-item .activity-content .action.bp-generic-meta .button:hover > i, +#bbpress-forums .activity-list .activity-item .activity-content .action.bp-generic-meta .button:hover > .like-count, +#bbpress-forums .activity-list .activity-item .activity-content .action.bp-generic-meta .button:hover:before { + color: var(--bb-primary-color); +} +#buddypress .activity-list .activity-item .activity-content .action.bp-generic-meta .button.acomment-reply:hover > .comment-count, +#buddypress .activity-list .activity-item .action.bp-generic-meta .button.acomment-reply:hover > .comment-count, +#bbpress-forums .activity-list .activity-item .action.bp-generic-meta .button.acomment-reply:hover > .comment-count, +#bbpress-forums .activity-list .activity-item .activity-content .action.bp-generic-meta .button.acomment-reply:hover > .comment-count { + color: var(--bb-primary-color); +} +#buddypress .activity-list .activity-item .activity-content .action.bp-generic-meta .button.bp-like-button.has-reaction > i, +#buddypress .activity-list .activity-item .activity-content .action.bp-generic-meta .button.bp-like-button.has-reaction .like-count, +#buddypress .activity-list .activity-item .action.bp-generic-meta .button.bp-like-button.has-reaction > i, +#buddypress .activity-list .activity-item .action.bp-generic-meta .button.bp-like-button.has-reaction .like-count, +#bbpress-forums .activity-list .activity-item .action.bp-generic-meta .button.bp-like-button.has-reaction > i, +#bbpress-forums .activity-list .activity-item .action.bp-generic-meta .button.bp-like-button.has-reaction .like-count, +#bbpress-forums .activity-list .activity-item .activity-content .action.bp-generic-meta .button.bp-like-button.has-reaction > i, +#bbpress-forums .activity-list .activity-item .activity-content .action.bp-generic-meta .button.bp-like-button.has-reaction .like-count { color: var(--bb-primary-color); } -.activity-list .activity-item .bp-generic-meta.action .unfav::before, +/* stylelint-enable */ +.activity-list .activity-item .bp-generic-meta.action .unfav:before, .activity-list .activity-item .bp-generic-meta.action .unfav .like-count { color: var(--bb-primary-color); } -.activity-list .activity-item .bp-generic-meta.action .unfav:hover::before { +.activity-list .activity-item .bp-generic-meta.action .unfav:before, +.activity-list .activity-item .bp-generic-meta.action .unfav .like-count { color: var(--bb-primary-color); } - -.activity-state { - color: var(--bb-alternate-text-color); - font-size: 13px; - margin-bottom: 5px; +.activity-list .activity-item .bp-generic-meta.action .unfav:hover:before { + color: var(--bb-primary-color); } - -.activity-list .activity-item .bp-generic-meta.action .fav::before, -.activity-list .activity-item .bp-generic-meta.action .unfav::before, -.activity-list .activity-item .bp-generic-meta.action .edit-activity::before, -.activity-list .activity-item .bp-generic-meta.action .delete-activity::before, -.activity-list .activity-item .bp-generic-meta.action .spam-activity::before, -.activity-list .activity-item .bp-generic-meta.action .acomment-reply.button::before, -.activity-list .activity-item .bp-generic-meta.action .view.button::before, -.activity-list .activity-item .bp-generic-meta.action .open-close-activity::before { +.activity-list .activity-item .bp-generic-meta.action .fav:before, +.activity-list .activity-item .bp-generic-meta.action .unfav:before, +.activity-list .activity-item .bp-generic-meta.action .edit-activity:before, +.activity-list .activity-item .bp-generic-meta.action .delete-activity:before, +.activity-list .activity-item .bp-generic-meta.action .spam-activity:before, +.activity-list .activity-item .bp-generic-meta.action .acomment-reply.button:before, +.activity-list .activity-item .bp-generic-meta.action .view.button:before, +.activity-list .activity-item .bp-generic-meta.action .open-close-activity:before { display: inline-block; text-rendering: auto; - font-size: 22px; - min-width: 22px; + font-size: 24px; + min-width: 24px; speak: none; font-style: normal; - font-weight: 400; + font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; @@ -9058,44 +8915,43 @@ body .activity-list .bp-generic-meta #ai_ar_main .main_smiley_div { -moz-osx-font-smoothing: grayscale; vertical-align: middle; } +.activity-list .activity-item .activity-content .activity-state { + color: var(--bb-alternate-text-color); +} -.activity-list .activity-item .bp-generic-meta.action .open-close-activity:hover::before, -.activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity:hover::before, -.activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity_cancel:hover::before, -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-circle .comment-count::before, -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-discussion .text::before, -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-chat .comment-count::before, -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-chat .text::before, +.activity-list .activity-item .bp-generic-meta.action .open-close-activity:hover:before, +.activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity:hover:before, +.activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity_cancel:hover:before, +.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-circle .comment-count:before, +.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-discussion .text:before, +.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-chat .comment-count:before, +.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-chat .text:before, .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-circle .comment-count:hover, .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-circle .text:hover, .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-discussion .comment-count:hover, .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-discussion .text:hover, .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-chat .comment-count:hover, .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-chat .text:hover, -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-discussion .text:hover::before, -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-chat .comment-count:hover::before, -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-chat .text:hover::before { +.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-discussion .text:hover:before, +.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-chat .comment-count:hover:before, +.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-chat .text:hover:before { color: var(--bb-primary-color); } - -.activity-list .activity-item .bp-generic-meta.action .unfav::before { +.activity-list .activity-item .bp-generic-meta.action .unfav:before { font-weight: 300; } - -.activity-list .activity-item .bp-generic-meta.action .fav::before, -.activity-list .activity-item .bp-generic-meta.action .view.button::before, -.activity-list .activity-item .bp-generic-meta.action .unfav::before { +.activity-list .activity-item .bp-generic-meta.action .fav:before, +.activity-list .activity-item .bp-generic-meta.action .view.button:before, +.activity-list .activity-item .bp-generic-meta.action .unfav:before { position: relative; top: -1px; } - -.activity-list .activity-item .bp-generic-meta.action .delete-activity::before { +.activity-list .activity-item .bp-generic-meta.action .delete-activity:before { position: relative; top: -1px; font-size: 19px; } - -.activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity_cancel::before { +.activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity_cancel:before { content: "\e828"; position: relative; top: -1px; @@ -9104,8 +8960,7 @@ body .activity-list .bp-generic-meta #ai_ar_main .main_smiley_div { font-family: bb-icons; color: var(--bb-primary-color); } - -.activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity::before { +.activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity:before { content: "\ee5a"; position: relative; top: -1px; @@ -9115,20 +8970,17 @@ body .activity-list .bp-generic-meta #ai_ar_main .main_smiley_div { display: inline-block; color: var(--bb-primary-color); } - -.activity-list .activity-item .bp-generic-meta.action .edit-activity::before { +.activity-list .activity-item .bp-generic-meta.action .edit-activity:before { position: relative; top: -1px; font-size: 17px; } - -.activity-list .activity-item .bp-generic-meta.action .spam-activity::before { +.activity-list .activity-item .bp-generic-meta.action .spam-activity:before { font-size: 16px; position: relative; top: -2px; } - -.activity-list .activity-item .bp-generic-meta.action .open-close-activity::before { +.activity-list .activity-item .bp-generic-meta.action .open-close-activity:before { content: "\eecc"; font-family: bb-icons; font-size: 15px; @@ -9138,8 +8990,7 @@ body .activity-list .bp-generic-meta #ai_ar_main .main_smiley_div { min-width: 20px; margin-left: 3px; } - -.activity-list .activity-item .bp-generic-meta.action .open-close-activity.bplua-open-activity::before { +.activity-list .activity-item .bp-generic-meta.action .open-close-activity.bplua-open-activity:before { font-family: bb-icons; content: "\eecf"; } @@ -9160,9 +9011,10 @@ div#buddypress .activity-read-more a { #buddypress .activity-lists .activity-item .bp-generic-meta.action .open-close-activity, #buddypress .activity-list .activity-item .bp-generic-meta.action .open-close-activity, .activity-list .activity-item .bp-generic-meta.action .button span:not(.bp-screen-reader-text), +.activity-list .activity-item .activity-actions .bp-generic-meta.action .button span:not(.bp-screen-reader-text), #buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity, #buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity_cancel { - font-size: 13px; + font-size: 14px; font-weight: 400; color: var(--bb-alternate-text-color); letter-spacing: -0.24px; @@ -9171,12 +9023,13 @@ div#buddypress .activity-read-more a { -webkit-font-smoothing: auto; -moz-osx-font-smoothing: auto; } - #buddypress .activity-lists .activity-item .bp-generic-meta.action .open-close-activity:focus, #buddypress .activity-lists .activity-item .bp-generic-meta.action .open-close-activity:active, #buddypress .activity-list .activity-item .bp-generic-meta.action .open-close-activity:focus, #buddypress .activity-list .activity-item .bp-generic-meta.action .open-close-activity:active, .activity-list .activity-item .bp-generic-meta.action .button span:not(.bp-screen-reader-text):focus, .activity-list .activity-item .bp-generic-meta.action .button span:not(.bp-screen-reader-text):active, +.activity-list .activity-item .activity-actions .bp-generic-meta.action .button span:not(.bp-screen-reader-text):focus, +.activity-list .activity-item .activity-actions .bp-generic-meta.action .button span:not(.bp-screen-reader-text):active, #buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity:focus, #buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity:active, #buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity_cancel:focus, @@ -9187,11 +9040,9 @@ div#buddypress .activity-read-more a { .bb-document-theater .bb-media-section.bb-media-no-preview .img-section > i { color: var(--bb-alternate-text-color); } - .bb-document-theater .bb-media-section.bb-media-no-preview .img-section a.download-button { color: var(--bb-primary-color); } - .bb-document-theater .bb-media-section.bb-media-no-preview .img-section a.download-button:hover { color: var(--bb-primary-color); } @@ -9199,31 +9050,25 @@ div#buddypress .activity-read-more a { .bb-document-theater .bb-media-section .document-preview h3 { border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; } - .bb-document-theater .bb-media-section .img-section { background-color: var(--bb-content-background-color); border-radius: 0 var(--bb-block-radius) var(--bb-block-radius) 0; } - .bb-document-theater .bb-media-section .img-section img > .download-button, .bb-document-theater .bb-media-section .img-section img > .download-button:hover { color: var(--bb-primary-color); } @media screen and (max-width: 1024px) { - .bb-document-theater .bb-media-section .img-section { border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; } } - .bb-document-theater .bb-media-info-section.document { background-color: var(--bb-content-background-color); border-color: var(--bb-content-border-color); } - .bb-document-theater .bb-media-section.bb-media-no-preview { background-color: var(--bb-content-background-color); } - .bb-document-theater .bb-media-section.bb-media-no-preview .img-section a.download-button { color: var(--bb-primary-color); } @@ -9234,8 +9079,62 @@ div#buddypress .activity-read-more a { background-color: var(--bb-content-background-color); } +.activity-list .bb-pin-action [class*="bb-icon"], .activity-list .bb-activity-more-options-wrap .bb-activity-more-options-action i { color: var(--bb-alternate-text-color); + font-size: 16px; +} +.activity-list .bb-activity-more-options-wrap .bb-activity-more-options-action { + border-radius: 6px; + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + width: 24px; + height: 24px; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + padding: 0; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} +.activity-list .bb-activity-more-options-wrap .bb-activity-more-options-action:hover { + background-color: var(--bb-content-alternate-background-color); +} +.activity-list .activity-comments .bb-activity-more-options-wrap .bb-activity-more-options-action { + visibility: hidden; + pointer-events: none; +} +.activity-list .activity-item.loading-pin .bb-pin-action .bb-mute-action_button [class*="bb-icon"], +.activity-list .activity-item.loading-pin .bb-pin-action .bb-pin-action_button [class*="bb-icon"], +.activity-list .activity-item.loading-mute .bb-pin-action .bb-mute-action_button [class*="bb-icon"], +.activity-list .activity-item.loading-mute .bb-pin-action .bb-pin-action_button [class*="bb-icon"] { + display: block; +} +.activity-list .activity-item.loading-pin .bb-pin-action .bb-mute-action_button [class*="bb-icon"]:before, .activity-list .activity-item.loading-pin .bb-pin-action .bb-pin-action_button [class*="bb-icon"]:before, .activity-list .activity-item.loading-mute .bb-pin-action .bb-mute-action_button [class*="bb-icon"]:before, +.activity-list .activity-item.loading-mute .bb-pin-action .bb-pin-action_button [class*="bb-icon"]:before { + display: block; +} +.bb-template-v2 .activity-list .activity-item.loading-pin .bb-pin-action .bb-mute-action_button [class*="bb-icon"]:before, +.bb-template-v2 .activity-list .activity-item.loading-pin .bb-pin-action .bb-pin-action_button [class*="bb-icon"]:before, +.bb-template-v2 .activity-list .activity-item.loading-mute .bb-pin-action .bb-mute-action_button [class*="bb-icon"]:before, +.bb-template-v2 +.activity-list .activity-item.loading-mute .bb-pin-action .bb-pin-action_button [class*="bb-icon"]:before { + display: block; +} +.activity-list .activity-item.bb-closed-comments .bb-activity-closed-comments-notice { + padding: 8px 0; + background-color: var(--bb-content-alternate-background-color); + border-top: 1px solid var(--bb-content-border-color); + border-bottom: 1px solid var(--bb-content-border-color); + font-size: 13px; +} + +.bb-media-model-wrapper .activity-comments li > .acomment-display:hover .bb-activity-more-options-action, +.buddypress-wrap .activity-comments li > .acomment-display:hover .bb-activity-more-options-action { + visibility: visible; + pointer-events: initial; } .buddypress .buddypress-wrap .activity-state a { @@ -9285,30 +9184,29 @@ div#buddypress .activity-read-more a { } .activity-list.item-list .activity-item .activity-avatar { - margin: 0 0 0 15px; + margin: 0 0 0 10px; width: auto; -webkit-box-flex: 0; -ms-flex: 0 0 36px; flex: 0 0 36px; } +.activity-list .activity-item .bp-activity-head .activity-avatar img.avatar { + max-width: 40px; +} + .activity-list .activity-item div.item-avatar img, .activity-list .activity-item.mini .activity-avatar img.avatar, .activity-list .activity-item.mini .activity-avatar img.FB_profile_pic { - max-width: 36px; + max-width: 32px; } .buddypress-wrap .activity-comments ul { - margin-top: 15px; + margin-top: 12px; margin-bottom: 2px; } -.buddypress-wrap .activity-comments > .ac-form { - padding-top: 15px; -} - @media screen and (min-width: 46.8em) { - .buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) .actvity-head-bar nav { margin-bottom: 0; } @@ -9317,50 +9215,64 @@ div#buddypress .activity-read-more a { font-size: 14px; } } - /* Actiity Stream Form ==> Ends Here */ -.buddypress-wrap .activity-comments { - margin: 0; - overflow: visible; +form.ac-form.not-initialized .ac-reply-content { + border-radius: var(--bb-block-radius-inner); + border: 1.5px solid transparent; } - -.buddypress-wrap .activity-comments form { - background: var(--bb-content-alternate-background-color); - margin: 0 -15px; - padding: 15px; +form.ac-form.not-initialized .ac-reply-content .ac-input:before { + color: var(--bb-alternate-text-color); } -.buddypress-wrap .activity-comments > ul { - background: var(--bb-content-alternate-background-color); - margin: 0 -15px; - padding: 15px 15px 0; - border-top: 1px solid #eef0f3; - border-radius: 0 0 4px 4px; +form.ac-form .ac-reply-content { + background-color: var(--bb-content-alternate-background-color); +} +form.ac-form .ac-reply-content:focus-within { + border-color: var(--bb-primary-color); +} +form.ac-form .ac-reply-content .ac-submit-wrap { + background-color: var(--bb-primary-color); + border-radius: var(--bb-button-radius); +} +form.ac-form .ac-reply-content .ac-submit-wrap.loading:before { + color: var(--bb-secondary-button-text-regular); +} +.bb-template-v2 form.ac-form .ac-reply-content .ac-submit-wrap.loading:before { + 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), 0.2); + border-top-color: var(--bb-alternate-text-color); } -.buddypress-wrap .activity-comments > form:first-child { - border-top: 1px solid #eef0f3; +.buddypress-wrap .activity-comments { + margin: 0; + overflow: visible; } .activity-list .activity-item.has-comments { padding-bottom: 0; } -.buddypress-wrap .activity-comments form { +.buddypress-wrap .activity-comments form, +.bb-media-model-wrapper .activity-comments form { padding-top: 0; } -.buddypress-wrap .activity-comments li form.ac-form { - padding-top: 15px; - padding-bottom: 0; -} - form.ac-form .ac-reply-content { padding-right: 0; } .activity-comments li form.ac-form { margin-left: 0; + margin-top: 5px; +} +.activity-comments .acomment-edit-form form.ac-form { + margin-top: 0; + margin-bottom: 10px; } .activity-list .activity-item, @@ -9381,23 +9293,67 @@ form.ac-form .ac-reply-content { } .buddypress-wrap .activity-comments .acomment-content { - border-right: 0; - margin: 0 51px 0 0; - padding: 0; overflow: hidden; } - .buddypress-wrap .activity-comments .acomment-content .bb-activity-media-elem .entry-img img { width: 100%; } -.buddypress-wrap .activity-comments ul ul .acomment-content, -body #buddypress .bp-list .comment-item .comment-item .action { - margin-right: 43px; +form.ac-form .ac-reply-content { + border-color: var(--bb-content-border-color); + background-color: var(--bb-content-alternate-background-color); + border-radius: var(--bb-block-radius-inner); } - -.buddypress-wrap .activity-comments ul ul .acomment-content { - margin-bottom: 5px; +form.ac-form .ac-reply-content:focus { + border-color: var(--bb-primary-color); +} +#buddypress form.ac-form .ac-reply-content .ac-reply-cancel { + color: var(--bb-headings-color); + border: 1px solid var(--bb-content-border-color); + border-radius: var(--bb-button-radius); + /* padding: 5px 15px; + height: auto; */ + min-height: 10px; + /* Hide cancel button from comment/reply form */ + visibility: hidden; + opacity: 0; + width: 0; + height: 0; + font-size: 0; + padding: 0; +} +form.ac-form div.dropzone .dz-default.dz-message { + background-color: var(--bb-content-alternate-background-color); +} +form.ac-form div.dropzone .dz-default.dz-message:after { + color: var(--bb-headings-color); +} +form.ac-form div.dropzone .dz-preview.dz-file-preview .dz-details, form.ac-form div.dropzone.document-dropzone .dz-preview .dz-remove, form.ac-form div.dropzone.media-dropzone .dz-preview:not(.dz-image-preview) .dz-image { + background-color: var(--bb-content-alternate-background-color); +} +form.ac-form div.dropzone.video-dropzone div.dz-preview.dz-file-preview .dz-remove { + background-color: var(--bb-content-alternate-background-color); +} +form.ac-form div.dropzone.video-dropzone div.dz-preview.dz-file-preview .dz-remove:after { + color: var(--bb-headings-color); +} +form.ac-form div.dropzone.media-dropzone.dz-started, form.ac-form div.dropzone.video-dropzone.dz-started { + margin-top: 10px; +} +form.ac-form div.dropzone.media-dropzone.dz-started.files-uploaded, form.ac-form div.dropzone.video-dropzone.dz-started.files-uploaded { + margin-top: 0; +} +form.ac-form div.dropzone.document-dropzone.dz-started { + margin-top: 10px; +} +form.ac-form div.dropzone.document-dropzone.dz-started.files-uploaded { + margin-top: 14px; +} +form.ac-form .activity-attached-gif-container .gif-image-remove .bb-icon-times { + color: var(--bb-headings-color); +} +form.ac-form .activity-attached-gif-container .gif-image-container img { + border-radius: var(--bb-block-radius-inner); } .buddypress-wrap .activity-comments .acomment-meta { @@ -9408,18 +9364,15 @@ body #buddypress .bp-list .comment-item .comment-item .action { .activity-comments-items li { position: relative; } - .activity-comments-items .item-title p { margin-bottom: 10px; margin-top: 10px; } - .activity-comments-items .bs-item-wrap .item { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } - .activity-comments-items .item-title .video-container { display: block; margin-top: 10px; @@ -9438,12 +9391,10 @@ body #buddypress .bp-list .comment-item .comment-item .action { } @media screen and (max-width: 544px) { - .activity-update-form #activity-post-form-privacy { margin-top: 10px; } } - .activity-type .gif-photo-type { font-size: 13px; position: absolute; @@ -9467,35 +9418,212 @@ body #buddypress .bp-list .comment-item .comment-item .action { color: #767676; } -.buddypress-wrap .activity-comments .bp-feedback { - padding: 5px 10px; +.buddypress-wrap .activity-comments .bp-feedback, +.bb-modal-activity-footer .bp-feedback { + padding: 5px 0 5px 10px; font-size: 13px; + margin-right: 46px; } - -.buddypress-wrap .activity-comments .bp-feedback.error { - background-color: var(--bb-danger-color); - color: #fff; +.buddypress-wrap .activity-comments .bp-feedback.error, +.bb-modal-activity-footer .bp-feedback.error { + background-color: transparent; + color: var(--bb-danger-color); border: 0; - margin-top: 20px; + margin-top: 8px; +} +.buddypress-wrap .activity-comments .bp-feedback.error:before, +.bb-modal-activity-footer .bp-feedback.error:before { + display: inline-block; + width: 14px; + height: 14px; + content: "\ee65"; + font-family: bb-icons; + font-size: 14px; + font-weight: 200; + margin-left: 5px; +} + +.bb-modal-activity-footer { + font-size: 0.875rem; +} +.bb-modal-activity-footer .bp-feedback { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + margin-right: 46px; +} +.bb-modal-activity-footer .bp-feedback.error:before { + line-height: 1; +} + +.buddypress-wrap .activity-comments > .ac-form .bp-feedback, +.bb-media-model-wrapper .activity-comments > .ac-form .bp-feedback { + margin-right: 46px; +} +.buddypress-wrap .activity-comments ul li.comment-item .ac-form .bp-feedback, +.bb-media-model-wrapper .activity-comments ul li.comment-item .ac-form .bp-feedback { + margin-right: 38px; + line-height: 1.5; +} +.buddypress-wrap .activity-comments > ul > li.comment-item > .ac-form .bp-feedback, +.bb-media-model-wrapper .activity-comments > ul > li.comment-item > .ac-form .bp-feedback { + margin-right: 46px; +} +.buddypress-wrap .activity-comments .display-focus .acomment_inner .acomment-content_block, +.bb-media-model-wrapper .activity-comments .display-focus .acomment_inner .acomment-content_block { + background-color: rgba(var(--bb-primary-color-rgb), 0.1); +} +.buddypress-wrap .activity-comments .acomment_inner .acomment-content_block, +.bb-media-model-wrapper .activity-comments .acomment_inner .acomment-content_block { + background-color: var(--bb-content-alternate-background-color); +} +.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.button, .buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.acomment-reply, +.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.button, +.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.acomment-reply, +.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.button, +.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.acomment-reply, +.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.button, +.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.acomment-reply, +.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.button, +.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.acomment-reply, +.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.button, +.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.acomment-reply { + color: var(--bb-body-text-color); + font-size: 13px; + font-weight: 500; +} +.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.button span:not(.bp-screen-reader-text), .buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.acomment-reply span:not(.bp-screen-reader-text), +.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.button span:not(.bp-screen-reader-text), +.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.acomment-reply span:not(.bp-screen-reader-text), +.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.button span:not(.bp-screen-reader-text), +.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.acomment-reply span:not(.bp-screen-reader-text), +.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.button span:not(.bp-screen-reader-text), +.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.acomment-reply span:not(.bp-screen-reader-text), +.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.button span:not(.bp-screen-reader-text), +.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.acomment-reply span:not(.bp-screen-reader-text), +.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.button span:not(.bp-screen-reader-text), +.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.acomment-reply span:not(.bp-screen-reader-text) { + color: var(--bb-body-text-color); + font-size: 13px; + font-weight: 500; +} +@media screen and (max-width: 544px) { + .buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.button span:not(.bp-screen-reader-text), .buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.acomment-reply span:not(.bp-screen-reader-text), + .buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.button span:not(.bp-screen-reader-text), + .buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.acomment-reply span:not(.bp-screen-reader-text), + .buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.button span:not(.bp-screen-reader-text), + .buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.acomment-reply span:not(.bp-screen-reader-text), + .bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.button span:not(.bp-screen-reader-text), + .bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.acomment-reply span:not(.bp-screen-reader-text), + .bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.button span:not(.bp-screen-reader-text), + .bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.acomment-reply span:not(.bp-screen-reader-text), + .bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.button span:not(.bp-screen-reader-text), + .bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.acomment-reply span:not(.bp-screen-reader-text) { + font-size: 12px; + } +} +@media screen and (max-width: 544px) { + .buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.button, .buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.acomment-reply, + .buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.button, + .buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.acomment-reply, + .buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.button, + .buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.acomment-reply, + .bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.button, + .bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.acomment-reply, + .bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.button, + .bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.acomment-reply, + .bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.button, + .bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.acomment-reply { + font-size: 12px; + } +} + +#buddypress .activity-list .activity-item .action.bp-generic-meta .button:hover > .like-count { + color: var(--bb-body-text-color); +} + +.activity-group-avatar img { + border-radius: 8px; +} +.activity-group-avatar .author-avatar img { + border-radius: 50%; + border: 2px solid var(--bb-content-background-color); +} + +.activity-header .activity-group-heading a { + color: var(--bb-headings-color); + font-weight: 600; +} +.activity-header .activity-group-heading a:hover { + color: var(--bb-primary-color); +} +.activity-header .activity-post-author a { + color: var(--bb-body-text-color); + font-weight: 600; + font-size: 13px; +} +.activity-header .activity-group-post-meta .time-since a { + color: var(--bb-alternate-text-color); + font-weight: 400; +} + +.buddypress-wrap .activity_reaction_popup_error .bp-feedback { + padding: 0; +} +.buddypress-wrap .activity_reaction_popup_error .bp-feedback.error { + color: var(--bb-body-text-color); + background-color: transparent; + border: 1px solid var(--bb-content-border-color); } body #buddypress .bp-list .activity-comments .action { line-height: 1; - margin-right: 51px; +} + +@media screen and (max-width: 980px) { + body #buddypress .bp-list .activity-comments .action { + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; + } +} +.acomment-foot-actions .activity-time-since { + color: var(--bb-alternate-text-color); + font-size: 13px; + line-height: 1; +} +@media screen and (max-width: 544px) { + .acomment-foot-actions .activity-time-since { + font-size: 12px; + } } .activity-list.item-list .activity-item .activity-comments img.avatar { - max-width: 36px; + max-width: 32px; width: 100%; height: auto; } -.activity-list.item-list .activity-item .activity-comments > ul ul li img.avatar { - max-width: 28px; -} - .activity-list .activity-item div.item-avatar { - margin: 0 0 0 15px; + margin: 0 0 0 10px; +} +.activity-list .activity-item .comment-item div.item-avatar { + margin: 7px 0 0 10px; +} +.activity-list .activity-item .comment-item .bb-activity-more-options-wrap .bb-activity-more-options-action:hover { + background-color: var(--bb-content-alternate-background-color); +} +.activity-list .activity-item .comment-item .bb-activity-more-options-wrap .bb-activity-more-options-action i { + color: var(--bb-headings-color-rgb); +} +.activity-list .activity-item .comment-item .bb-activity-more-options-wrap:has(.bb-activity-more-options.is_visible) .bb-activity-more-options-action { + background-color: var(--bb-content-alternate-background-color); +} +.activity-list .activity-item .comment-item .comment-reactions .activity-state-reactions { + background-color: var(--bb-content-background-color); } .buddypress-wrap .activity-comments .show-all button:hover { @@ -9516,25 +9644,39 @@ form.ac-form .ac-reply-content .ac-textarea textarea:focus { #buddypress .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel, #buddypress .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment, #buddypress .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save, -#buddypress .bp-list .activity-comments .bp-generic-meta .generic-button a { +#buddypress .bp-list .activity-comments .bp-generic-meta .generic-button a, +#buddypress .activity-list .activity-item .action.bp-generic-meta .button { background: transparent; padding: 0; - color: #939597; + color: var(--bb-body-text-color); + font-weight: 500; border: 0; - font-size: 12px; + font-size: 13px; line-height: 1; margin: 0; min-height: 10px; + box-shadow: none; } +@media screen and (max-width: 544px) { + #buddypress .bp-list .activity-comments .bp-generic-meta .generic-button a { + font-size: 12px; + } +} #buddypress .activity-list .activity-item .comment-item .activity-meta.action .buddyboss_edit_activity_cancel { font-weight: 500; } .buddypress-wrap .activity-comments .acomment-content p { + margin-bottom: 0.5em; +} +.buddypress-wrap .activity-comments .acomment-content p:last-child { margin-bottom: 0; } +.buddypress-wrap .activity-comments .show-all { + padding: 8px 0 0; +} .buddypress-wrap .activity-comments .show-all button { box-shadow: none; display: -webkit-box; @@ -9544,39 +9686,37 @@ form.ac-form .ac-reply-content .ac-textarea textarea:focus { -ms-flex-align: center; align-items: center; font-size: 14px; + font-weight: 600; + color: var(--bb-body-text-color); text-decoration: none; padding: 0; - margin-bottom: 15px; -} - -.buddypress-wrap .activity-comments .show-all button .icon { - margin-left: 6px; -} - -.buddypress-wrap .activity-comments .show-all button .text-button { - color: #939597; -} - -.buddypress-wrap .activity-comments .show-all button .text-button:hover { - color: var(--bb-primary-color); + line-height: 1.5; } .buddypress-wrap .activity-comments ul li { border-top: 0; margin: 0; - padding-bottom: 15px; +} + +.buddypress-wrap .activity-comments ul li > .acomment-display, +.bb-media-model-wrapper .activity-comments ul li > .acomment-display { + padding-bottom: 12px; +} +.buddypress-wrap .activity-comments ul li > .acomment-display.bp-hide + .acomment-edit-form, +.bb-media-model-wrapper .activity-comments ul li > .acomment-display.bp-hide + .acomment-edit-form { + padding-bottom: 10px; } .buddypress-wrap .activity-comments .acomment-content p, .buddypress-wrap .activity-comments .acomment-meta { - font-size: 13px; + font-size: 14px; } .acomment-meta .author-name { color: var(--bb-headings-color); font-weight: 600; } - +.acomment-meta .bb-activity-edited-text, .acomment-meta .activity-time-since { color: var(--bb-alternate-text-color); font-size: 12px; @@ -9586,6 +9726,11 @@ form.ac-form .ac-reply-content .ac-textarea { padding: 0 10px; } +@media only screen and (max-width: 1120px) and (min-width: 1080px) { + .has-sidebar.activity-sidebar-left form.ac-form .ac-reply-content .ac-textarea .ac-reply-toolbar .post-elements-buttons-item { + margin-left: 5px; + } +} #buddypress form.ac-form .ac-reply-content input[type="submit"] { padding: 7px 20px; height: auto; @@ -9593,7 +9738,6 @@ form.ac-form .ac-reply-content .ac-textarea { line-height: 1; font-size: 14px; font-weight: 500; - margin: 0 10px 0 0; } .acomment-content iframe { @@ -9601,18 +9745,27 @@ form.ac-form .ac-reply-content .ac-textarea { margin-bottom: 5px; } -.buddypress-wrap .activity-comments ul li ul { +.buddypress-wrap .activity-comments ul li ul, +.bb-media-model-wrapper .activity-comments ul li ul { margin-bottom: 0; margin-top: 0; } - -.buddypress-wrap .activity-comments ul li ul li { +.buddypress-wrap .activity-comments ul li ul li, +.bb-media-model-wrapper .activity-comments ul li ul li { margin-bottom: 0; padding-bottom: 0; } - -.buddypress-wrap .activity-comments ul li ul li:first-child { - margin-top: 15px; +.buddypress-wrap .activity-comments ul li ul li.acomments-view-more, +.bb-media-model-wrapper .activity-comments ul li ul li.acomments-view-more { + margin-top: -10px; +} +.buddypress-wrap .activity-comments ul li ul li.acomments-view-more:last-of-type, +.bb-media-model-wrapper .activity-comments ul li ul li.acomments-view-more:last-of-type { + margin-bottom: 0; +} +.buddypress-wrap .activity-comments ul li ul li.acomments-view-more:last-of-type:last-of-type, +.bb-media-model-wrapper .activity-comments ul li ul li.acomments-view-more:last-of-type:last-of-type { + margin-bottom: 8px; } ul.activity-list.item-list.bp-list { @@ -9625,16 +9778,17 @@ ul.activity-list.item-list.bp-list { } .activity-list .activity-item .activity-header .time-since { - font-size: 12px; + font-size: 13px; color: var(--bb-alternate-text-color); text-decoration: none; + font-weight: 400; + letter-spacing: -0.24px; } - .activity-list .activity-item .activity-header .time-since:hover { text-decoration: none; } -.activity-list .activity-item .activity-header .activity-time-since::before { +.activity-list .activity-item .activity-header .activity-time-since:before { color: var(--bb-alternate-text-color); } @@ -9644,7 +9798,6 @@ ul.activity-list.item-list.bp-list { overflow: hidden; padding: 0; } - .activity-list .activity-item .activity-content .activity-inner iframe { margin-top: 10px; border-radius: var(--bb-block-radius-inner); @@ -9697,41 +9850,33 @@ ul.activity-list.item-list.bp-list { } @media screen and (max-width: 1100px) { - .acomment-content iframe, .activity-list .activity-item .activity-content .activity-inner iframe { - - /* height: 100%; + /* height: 100%; width: 100%; */ } } - -.activity-header .activity-time-since::before { +.activity-header .activity-time-since:before { display: block; content: ""; } @media screen and (min-width: 46.8em) { - .buddypress-wrap .activity-inner, .buddypress-wrap .activity-header { font-size: 14px; } } - body.activity-permalink #activity-stream { margin-top: 0; padding-top: 0; } - body.activity-permalink ul.activity-list { margin-top: 0; } - body.activity-permalink .bp-messages { margin-bottom: 20px; } - body.activity-permalink .activity-list .activity-comments { margin-bottom: 0; } @@ -9746,13 +9891,11 @@ body.activity-permalink .activity-comments > ul { } @media screen and (min-width: 46.8em) { - body.activity-permalink .activity-list .activity-avatar { right: 0; top: 0; } } - .activity-comments-items .item-title { word-break: break-word; } @@ -9766,19 +9909,16 @@ body.activity-permalink .activity-comments > ul { .activity-form:not(.focus-in) .medium-editor-placeholder { background-color: transparent; } - .activity-form:not(.focus-in) .whats-new-form-header { border-radius: 4px 4px 0 0; -webkit-transition: background-color 0.5s; transition: background-color 0.5s; } - .activity-form:not(.focus-in):hover .whats-new-form-header { background-color: var(--bb-content-alternate-background-color); } @media screen and (min-width: 46.8em) { - .activity.buddypress .bp-single-vert-nav .item-body { overflow: inherit; } @@ -9789,7 +9929,6 @@ body.activity-permalink .activity-comments > ul { margin-right: 0; } } - .activity-inner .fluid-width-video-wrapper, .acomment-content .fluid-width-video-wrapper { margin: 12px 0; @@ -9818,11 +9957,9 @@ body.activity-permalink .activity-comments > ul { width: 100%; border-radius: 4px; } - .bs-activity-wrap .inner-wrap .gif-wrap img { border-radius: 4px; } - .bs-activity-wrap .inner-wrap .video-container { border-radius: 4px; overflow: hidden; @@ -9840,7 +9977,6 @@ body.activity-permalink .activity-comments > ul { padding-top: 100%; display: block; } - .bb-dz-preview-wrap .dz-image img { position: absolute; top: 0; @@ -9873,7 +10009,6 @@ body.activity-permalink .activity-comments > ul { .bb-activity-author { margin-left: 3px; } - .bb-activity-author + p { display: inline; } @@ -9885,12 +10020,10 @@ body.activity-permalink .activity-comments > ul { div#buddypress .activity-read-more { margin-right: 0; } - div#buddypress .activity-read-more a { font-size: inherit; border: 0; } - div#buddypress .activity-read-more a:hover { background: transparent; } @@ -9899,7 +10032,6 @@ div#buddypress .activity-read-more a:hover { height: auto; padding-bottom: 0; } - .wp-embedded-content + .video-container iframe { position: static; } @@ -9918,54 +10050,44 @@ iframe.wp-embedded-content { margin-bottom: 5px; padding: 12px 0; } - .bs-update .activity-item-header { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } - .activity-item-header .item-avatar { margin-left: 12px; padding-top: 3px; position: relative; } - .activity-item-header .item-avatar .avatar:not(.profile-avatar) { border-radius: 50%; max-width: 36px; } - .activity-item-header .item { line-height: 21px; } - .activity-item-header .item p { margin-bottom: 0; color: #7f868f; } - .activity-item-header .item p a { color: var(--bb-headings-color); } - .activity-item-header .item p a:hover { color: var(--bb-primary-color); text-decoration: none; } - .activity-item-header .item p a img.avatar { border-radius: 50%; margin-left: 4px; position: relative; bottom: 1px; } - .activity-item-header .item p a.activity-time-since { display: none; } - -.activity-item-header .bs-dropdown::after { +.activity-item-header .bs-dropdown:after { left: 19px; } @@ -9985,7 +10107,6 @@ iframe.wp-embedded-content { color: #939597; position: relative; } - .activity-item-header .item-title img { position: relative; bottom: 1px; @@ -10001,7 +10122,6 @@ iframe.wp-embedded-content { color: var(--bb-headings-color); display: inline; } - .activity-item-header .item-title a:hover { color: var(--bb-primary-color); } @@ -10044,7 +10164,6 @@ a.activity-date:hover { .activity-item-footer { padding: 15px 0; } - .activity-item-footer input { width: 100%; } @@ -10092,7 +10211,6 @@ span.gif-photo-source { font-size: 20px; opacity: 0.4; } - .bs-activity-wrap .bs-dropdown-link:hover { color: rgba(18, 43, 70, 0.8); } @@ -10104,43 +10222,35 @@ span.gif-photo-type { .bs-activity-wrap .bs-dropdown { left: -12px; } - .bs-activity-wrap .bs-dropdown#activity-actionlist-location { padding: 10px; } - .bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart { border: 0; } - .bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart .emoji-mart-anchors .emoji-mart-anchor { color: rgba(18, 43, 70, 0.3); cursor: pointer; } - .bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart .emoji-mart-anchors .emoji-mart-anchor:hover { color: rgba(18, 43, 70, 0.8); } - .bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart .emoji-mart-anchors .emoji-mart-anchor-selected { color: rgba(18, 43, 70, 0.8) !important; } - .bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart .emoji-mart-anchors .emoji-mart-anchor-selected .emoji-mart-anchor-bar { background-color: rgba(18, 43, 70, 0.8) !important; } - .bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart-search { margin-bottom: 6px; } - .bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart-search input { height: 35px; font-size: 14px; padding: 0.1em 0.9em; } -.bs-activity-wrap .bs-dropdown::after { +.bs-activity-wrap .bs-dropdown:after { left: 22px; } @@ -10151,9 +10261,8 @@ span.gif-photo-type { left: -5px; right: auto; } - -.bb-media-model-container .add-comment-wrap.bb-emoji-up .bs-emoji-dropdown::after, -.bb-media-model-container .activity-comments-items li:nth-child(n+4) .bs-emoji-dropdown::after { +.bb-media-model-container .add-comment-wrap.bb-emoji-up .bs-emoji-dropdown:after, +.bb-media-model-container .activity-comments-items li:nth-child(n+4) .bs-emoji-dropdown:after { left: -2px; bottom: -10px; top: auto; @@ -10166,8 +10275,7 @@ span.gif-photo-type { top: auto; bottom: 25px; } - -.bb-media-model-container .bs-item-wrap:last-child .bs-dropdown::after { +.bb-media-model-container .bs-item-wrap:last-child .bs-dropdown:after { left: -2px; bottom: -10px; top: auto; @@ -10199,7 +10307,6 @@ span.gif-photo-type { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .bs-activity-ctrl > div { margin-top: 10px; margin-bottom: 10px; @@ -10214,11 +10321,9 @@ span.gif-photo-type { letter-spacing: 0; line-height: 1; } - #buddypress h6.list-comments-heading a { color: inherit; } - #buddypress h6.list-comments-heading a:hover { color: var(--bb-primary-color); } @@ -10226,7 +10331,6 @@ span.gif-photo-type { .activity-comments-items .bs-item-wrap .item-avatar { margin-left: 12px; } - .activity-comments-items .bs-item-wrap .item-avatar .avatar:not(.profile-avatar) { border-radius: 50%; max-width: 36px; @@ -10265,21 +10369,17 @@ span.gif-photo-type { padding: 12px 15px; border-radius: 0 0 4px 4px; } - .add-comment-wrap .item-avatar { margin-left: 12px; } - .add-comment-wrap .avatar:not(.profile-avatar) { max-width: 36px; } - .add-comment-wrap .add-comment { width: 100%; background: transparent; border-radius: 4px; } - .add-comment-wrap .add-comment:hover { background: #fff; } @@ -10300,6 +10400,9 @@ span.gif-photo-type { max-height: calc(100% - 61px); overflow: auto; } +.bb-media-model-wrapper.bb-internal-model .activity-list .comment-item .bb-activity-more-options-wrap { + left: -10px; +} .activity-item-footer .like-count { margin-right: 7px; @@ -10338,7 +10441,6 @@ span.gif-photo-type { .bs-activity-comments .add-comment .bs-generic-button { position: relative; } - .bs-activity-comments .add-comment .bs-generic-button a { color: rgba(18, 43, 70, 0.4); -webkit-transition: all linear 0.2s; @@ -10363,45 +10465,36 @@ span.gif-photo-type { border: 0; background-color: transparent; } - .bs-item-list.activity-comments-items.list-view .bs-item-wrap:hover { box-shadow: 0 3px 24px 0 rgba(18, 43, 70, 0.08); border-radius: 3px; position: relative; z-index: 1; } - .bs-item-list.activity-comments-items.list-view .bs-item-wrap .item-expand .bs-dropdown { left: 7px; top: 45px; } - .bs-item-list.activity-comments-items.list-view .bs-item-wrap ul.activity-comments-items { width: 100%; padding-top: 10px; } - .bs-item-list.activity-comments-items.list-view .bs-item-wrap ul.activity-comments-items li { padding-left: 0; } - .bs-item-list.activity-comments-items.list-view .bs-item-wrap ul.activity-comments-items li:hover { box-shadow: none; border-radius: 0; } - .bs-item-list.activity-comments-items.list-view .bs-item-wrap ul.activity-comments-items li:last-of-type { padding-bottom: 0; } - .bs-item-list.activity-comments-items.list-view .bs-item-wrap ul.activity-comments-items li .item-expand .bs-dropdown { left: -15px; } - .bs-item-list.activity-comments-items.list-view .bs-item-wrap .item { line-height: 24px; } - .bs-item-list.activity-comments-items.list-view .bs-item-wrap .add-comment-wrap { padding-left: 0; } @@ -10436,13 +10529,11 @@ span.gif-photo-type { font-size: 14px; opacity: 1; } - .activity-comments-items .bs-item-wrap a.expand-comment .bb-icon-angle-down { font-size: 22px; position: relative; top: -5px; } - .activity-comments-items .bs-item-wrap a.expand-comment:hover { color: rgba(18, 43, 70, 0.8); } @@ -10539,7 +10630,7 @@ span.gif-photo-type { margin: 0 10px 0 0; } -.poll-item i.bb-icon-check-small::before { +.poll-item i.bb-icon-check-small:before { content: "\e876"; width: 22px; height: 22px; @@ -10557,15 +10648,12 @@ span.gif-photo-type { .befriend-info { margin-bottom: 5px; } - .befriend-info p { margin: 0; } - .befriend-info a { color: var(--bb-headings-color); } - .befriend-info img.avatar { max-width: 30px; border-radius: 50%; @@ -10580,7 +10668,6 @@ span.gif-photo-type { #buddypress .befriend-info a.activity-time-since { color: var(--bb-headings-color); } - #buddypress .befriend-info a.activity-time-since:hover { color: var(--bb-primary-color); text-decoration: none; @@ -10601,11 +10688,9 @@ span.gif-photo-type { line-height: 1.357; word-wrap: break-word; } - .bs-activity-wrap .post-info p { margin-bottom: 1rem; } - .bs-activity-wrap .post-info img { margin-top: 1rem; } @@ -10613,7 +10698,6 @@ span.gif-photo-type { .bs-activity-wrap.bb-poll .activity-item-body { padding-right: 48px; } - .bs-activity-wrap.bb-poll .activity-item-body .inner-wrap { font-size: 16px; } @@ -10640,13 +10724,11 @@ span.gif-photo-type { position: relative; min-height: 36px; } - .post-link-container .close-link { position: absolute; left: 5px; top: 5px; } - .post-link-container h4 { font-size: 15px; font-weight: 500; @@ -10654,7 +10736,6 @@ span.gif-photo-type { line-height: 1.21; margin: 0 0 10px; } - .post-link-container .link-wrap { padding: 7px 10px; } @@ -10679,7 +10760,6 @@ span.gif-photo-type { width: 180px; min-height: 208px; } - .link-img-holder a { display: block; width: 100%; @@ -10692,7 +10772,7 @@ span.gif-photo-type { min-height: 140px; } -.post-link-container .bb-icon-close-circle::before { +.post-link-container .bb-icon-close-circle:before { color: var(--bb-alternate-text-color); font-size: 1.5em; margin-top: 5px; @@ -10748,7 +10828,6 @@ label[for="whats-new-post-in"] { .bs-update .activity-item-body { padding: 0 15px; } - .bs-update .activity-item-footer { padding: 0 15px 15px; } @@ -10784,7 +10863,6 @@ label[for="whats-new-post-in"] { } .group-media { - /* position: relative; z-index: 1; */ } @@ -10859,7 +10937,6 @@ label[for="whats-new-post-in"] { font-size: 0; margin: 0 0 1rem; } - .type-case-photo ul li { position: relative; display: inline-block; @@ -10867,7 +10944,6 @@ label[for="whats-new-post-in"] { width: calc(33.333% - 0.5rem); margin-bottom: 0.5rem; } - .type-case-photo ul li a img { position: absolute; top: 0; @@ -10876,8 +10952,7 @@ label[for="whats-new-post-in"] { object-fit: cover; border-radius: 4px; } - -.type-case-photo ul li::before { +.type-case-photo ul li:before { display: block; width: 100%; padding-bottom: 100%; @@ -10889,10 +10964,9 @@ label[for="whats-new-post-in"] { margin-bottom: 1rem; font-size: 16px; } - -.type-tag-wrap a i::before { +.type-tag-wrap a i:before { color: rgba(18, 43, 70, 0.4); - font-weight: 700; + font-weight: bold; } .type-tag-wrap .bs-dropdown { @@ -10904,13 +10978,12 @@ label[for="whats-new-post-in"] { padding: 10px; min-width: 300px; } - .type-tag-wrap .bs-dropdown input[type="search"] { width: 100%; padding-right: 2.5rem; } -.type-tag-wrap .bs-dropdown::after { +.type-tag-wrap .bs-dropdown:after { top: unset; left: unset; right: 50px; @@ -10928,7 +11001,6 @@ label[for="whats-new-post-in"] { z-index: 9; cursor: pointer; } - .close-type-photo i { color: #fd4343; } @@ -10951,8 +11023,7 @@ label[for="whats-new-post-in"] { min-width: 400px; z-index: 100; } - -.act-dropdown::after { +.act-dropdown:after { content: " "; position: absolute; width: 0; @@ -10974,25 +11045,21 @@ label[for="whats-new-post-in"] { transition: all linear 0.2s; z-index: 101; } - .act-dropdown#activity-actionlist-gifsearch .gif-search-result { max-height: 300px; overflow: auto; margin: 10px 0; } - .act-dropdown input[type="search"] { padding-right: 2.5rem; width: 100%; } @media (max-width: 544px) { - .act-dropdown { min-width: 250px; } } - a.activity-type-icon { position: relative; } @@ -11005,7 +11072,7 @@ span.bs-dropdown-wrap.disabled { display: none; } -a.activity-type-icon.open-down::after { +a.activity-type-icon.open-down:after { content: " "; position: absolute; width: 0; @@ -11037,14 +11104,12 @@ a.activity-type-icon.open-down::after { flex-wrap: wrap; margin: 0 0 0 5px; } - .gif-holder ul li { width: -webkit-calc(100% * (1 / 3)); width: calc(100% * (1 / 3)); margin-bottom: 4px; padding: 0 2px; } - .gif-holder ul li img { width: 100%; } @@ -11052,7 +11117,6 @@ a.activity-type-icon.open-down::after { .bs-dropdown-model { display: none; } - .bs-dropdown-model.open { display: block; } @@ -11060,7 +11124,6 @@ a.activity-type-icon.open-down::after { .bb-input-poll { max-width: 400px; } - .bb-input-poll .item { display: -webkit-box; display: -ms-flexbox; @@ -11070,8 +11133,7 @@ a.activity-type-icon.open-down::after { align-items: center; padding: 6px 0; } - -.bb-input-poll .item::before { +.bb-input-poll .item:before { content: ""; background: var(--bb-content-alternate-background-color); border: 1px solid #dedfe2; @@ -11081,7 +11143,6 @@ a.activity-type-icon.open-down::after { margin-left: 10px; cursor: move; } - .bb-input-poll input { -webkit-box-flex: 1; -ms-flex: 1; @@ -11091,7 +11152,6 @@ a.activity-type-icon.open-down::after { height: 34px; max-width: 343px; } - .bb-input-poll .bb-icon-close-circle { font-size: 22px; color: #c4cad1; @@ -11101,12 +11161,10 @@ a.activity-type-icon.open-down::after { -webkit-transition: 0.2s all; transition: 0.2s all; } - .bb-input-poll .item:hover .bb-icon-close-circle { visibility: visible; opacity: 1; } - .bb-input-poll .bb-sign { font-size: 14px; } @@ -11125,7 +11183,6 @@ a.activity-type-icon.open-down::after { font-weight: 500; line-height: 1; } - #adds-poll-choice a { cursor: pointer; } @@ -11134,7 +11191,6 @@ a.activity-type-icon.open-down::after { color: var(--bb-danger-color); margin-right: 20px; } - .bb-input-poll .close-link .bb-sign { font-size: 11px; } @@ -11150,101 +11206,83 @@ a.activity-type-icon.open-down::after { -ms-flex-align: start; align-items: flex-start; position: relative; + width: -webkit-calc(100% + 6px); + width: calc(100% + 6px); } .bb-activity-video-elem .video-js { border-radius: var(--bb-block-radius-inner); } - .bb-activity-video-elem .video-js video, .bb-activity-video-elem .video-js .vjs-poster { border-radius: var(--bb-block-radius-inner); } - .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap { background-color: var(--bb-content-alternate-background-color); } - .acomment-content .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap { -webkit-filter: brightness(0.94); filter: brightness(0.94); } - -.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap::before { +.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap:before { background-color: var(--bb-alternate-text-color) !important; color: var(--bb-content-alternate-background-color); opacity: 0.5; } - -.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap:hover::before, +.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap:hover:before, .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap:hover .item-action-wrap > a i, .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap:hover .bb-videos-length { opacity: 1; } - -.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap::after { +.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap:after { display: none; } - .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap img { opacity: 0; } - .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap .bb-video-duration { background-color: transparent; color: var(--bb-alternate-text-color); opacity: 1; } - .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap .bb-videos-length { background-color: transparent; color: var(--bb-alternate-text-color); opacity: 0.6; } - .bb-activity-video-elem.has-no-thumbnail .video-js:not(.vjs-has-started).vjs-paused { background-color: transparent; } - .bb-activity-video-elem.has-no-thumbnail .video-js:not(.vjs-has-started).vjs-paused video { opacity: 0; } - .bb-activity-video-elem.has-no-thumbnail .video-js:not(.vjs-has-started).vjs-paused .vjs-big-play-button { background-color: var(--bb-alternate-text-color) !important; opacity: 0.5 !important; } - -.bb-activity-video-elem.has-no-thumbnail .video-js:not(.vjs-has-started).vjs-paused .vjs-big-play-button::before { +.bb-activity-video-elem.has-no-thumbnail .video-js:not(.vjs-has-started).vjs-paused .vjs-big-play-button:before { color: var(--bb-content-alternate-background-color); } - .bb-activity-video-elem.has-no-thumbnail .video-js:not(.vjs-has-started).vjs-paused:hover .vjs-big-play-button { opacity: 1 !important; } - -.bb-activity-video-elem.has-no-thumbnail .video-js:not(.vjs-has-started).vjs-paused::after { +.bb-activity-video-elem.has-no-thumbnail .video-js:not(.vjs-has-started).vjs-paused:after { display: none; } - .bb-activity-video-elem.has-no-thumbnail .vjs-poster { background-color: var(--bb-content-alternate-background-color); } - .bb-activity-video-elem.has-no-thumbnail .bb-video-duration { background-color: var(--bb-alternate-text-color); color: #fff; opacity: 0.8; } - .bb-activity-video-elem.has-no-thumbnail:hover .item-action-wrap > a i { opacity: 1; } - .bb-activity-video-elem.has-no-thumbnail .item-action-wrap > a { background-color: transparent !important; } - .bb-activity-video-elem.has-no-thumbnail .item-action-wrap > a i { color: var(--bb-alternate-text-color); font-size: 18px; @@ -11256,54 +11294,45 @@ a.activity-type-icon.open-down::after { -webkit-filter: brightness(0.94); filter: brightness(0.94); } - -#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap::before, -.bb-video-thumb.has-no-thumbnail .bb-video-cover-wrap::before { +#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap:before, +.bb-video-thumb.has-no-thumbnail .bb-video-cover-wrap:before { background-color: var(--bb-alternate-text-color) !important; color: var(--bb-content-alternate-background-color); opacity: 0.5; } - -#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap:hover::before, -.bb-video-thumb.has-no-thumbnail .bb-video-cover-wrap:hover::before { +#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap:hover:before, +.bb-video-thumb.has-no-thumbnail .bb-video-cover-wrap:hover:before { opacity: 1; } - -#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap::after, -.bb-video-thumb.has-no-thumbnail .bb-video-cover-wrap::after { +#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap:after, +.bb-video-thumb.has-no-thumbnail .bb-video-cover-wrap:after { display: none; } - #bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap img, .bb-video-thumb.has-no-thumbnail .bb-video-cover-wrap img { opacity: 0; } - #bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .item-action-wrap > a, .bb-video-thumb.has-no-thumbnail .item-action-wrap > a { background-color: transparent !important; } - #bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .item-action-wrap > a i, .bb-video-thumb.has-no-thumbnail .item-action-wrap > a i { color: var(--bb-alternate-text-color) !important; opacity: 1 !important; } - #bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail:hover .item-action-wrap > a i, #bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail:hover .bb-videos-length, .bb-video-thumb.has-no-thumbnail:hover .item-action-wrap > a i, .bb-video-thumb.has-no-thumbnail:hover .bb-videos-length { opacity: 1; } - #bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-video-duration, .bb-video-thumb.has-no-thumbnail .bb-video-duration { background-color: transparent; color: var(--bb-alternate-text-color); opacity: 1; } - #bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-videos-length, .bb-video-thumb.has-no-thumbnail .bb-videos-length { background-color: transparent; @@ -11324,68 +11353,55 @@ a.activity-type-icon.open-down::after { .video-js { font-family: inherit; } - .video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical { background: var(--bb-tooltip-background); border-radius: 5px; width: 25px; } - -.video-js [data-balloon]::after { +.video-js [data-balloon]:after { background: var(--bb-tooltip-background); } - .video-js .vjs-play-progress { background-color: var(--bb-primary-color); } - -.video-js .vjs-play-progress::before { +.video-js .vjs-play-progress:before { color: var(--bb-primary-color); } - .video-js .vjs-volume-level { background-color: var(--bb-primary-color); border-radius: 4px; } - .video-js .vjs-menu .vjs-menu-content { background: var(--bb-tooltip-background); border-radius: 5px; } - .video-js .vjs-menu li { color: var(--bb-tooltip-color); } - .video-js .vjs-menu li .vjs-menu-item-text { opacity: 0.7; font-size: 11px; font-weight: 500; } - .video-js .vjs-menu li.vjs-selected, .video-js .vjs-menu li:hover { color: var(--bb-tooltip-background); /* stylelint-disable max-line-length */ background-color: var(--bb-tooltip-color) !important; /* stylelint-enable */ } - .video-js .vjs-menu li.vjs-selected .vjs-menu-item-text, .video-js .vjs-menu li:hover .vjs-menu-item-text { opacity: 1; } - .has-no-thumbnail .video-js.vjs-error .vjs-error-display.vjs-modal-dialog { background: var(--bb-content-alternate-background-color); color: var(--bb-alternate-text-color); } - .has-no-thumbnail .video-js.vjs-error .vjs-error-display.vjs-modal-dialog .vjs-modal-dialog-content { font-size: 16px; font-weight: 500; color: var(--bb-alternate-text-color); } - -.has-no-thumbnail .video-js.vjs-error .vjs-error-display.vjs-modal-dialog::before { +.has-no-thumbnail .video-js.vjs-error .vjs-error-display.vjs-modal-dialog:before { color: var(--bb-alternate-text-color); opacity: 0.4; } @@ -11393,7 +11409,6 @@ a.activity-type-icon.open-down::after { .bb-activity-media-elem { padding: 3px; } - .bb-activity-media-elem .entry-img { background: transparent; border-radius: var(--bb-block-radius-inner); @@ -11401,7 +11416,6 @@ a.activity-type-icon.open-down::after { position: relative; padding-top: 38.56%; } - .bb-activity-media-elem .bb-photos-length { position: absolute; width: 100%; @@ -11426,7 +11440,6 @@ a.activity-type-icon.open-down::after { font-weight: 500; line-height: 1.31; } - .bb-activity-media-elem .bb-photos-length strong { color: inherit; display: block; @@ -11434,15 +11447,12 @@ a.activity-type-icon.open-down::after { font-weight: 600; line-height: 1.33; } - .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap > a:hover { color: var(--bb-primary-color); } - .bb-activity-media-elem.document-activity.code-full-view .document-action-wrap .document-action_collapse i { color: var(--bb-primary-color); } - .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-preview-wrap { background-color: rgba(0, 0, 0, 0.05); border-color: var(--bb-content-border-color); @@ -11453,75 +11463,59 @@ a.activity-type-icon.open-down::after { border-color: var(--bb-content-border-color); border-radius: var(--bb-block-radius-inner); } - .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-preview-wrap { border-radius: var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0; } - .bb-activity-media-wrap .bb-activity-media-elem.document-activity .more_text_view { background-color: var(--bb-body-background-color); border-color: var(--bb-content-border-color); color: var(--bb-alternate-text-color); } - .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-text-wrap { border-color: var(--bb-content-border-color); border-radius: var(--bb-option-radius); } - .bb-activity-media-wrap .bb-activity-media-elem.document-activity:hover { background-color: var(--bb-content-alternate-background-color); } - .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap { background-color: var(--bb-content-background-color); } - .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-description, .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-extension-description, .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-helper-text { color: var(--bb-alternate-text-color); } - .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-title { color: var(--bb-headings-color); } - .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap > a i { background-color: var(--bb-content-background-color); border-color: var(--bb-content-border-color); color: var(--bb-headings-color); } - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap > a i::before { +.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap > a i:before { opacity: 0.4; } - .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap > a:hover > i { color: var(--bb-headings-color); } - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap > a:hover > i::before { +.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap > a:hover > i:before { opacity: 1; } - .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul li a { color: var(--bb-body-text-color); } - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul li a::before { +.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul li a:before { color: var(--bb-alternate-text-color); } - .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .entry-img > i { color: var(--bb-alternate-text-color); } - .bb-activity-media-wrap .CodeMirror-gutters { background-color: var(--bb-body-background-color); border-color: var(--bb-content-border-color); } - .bb-activity-media-wrap .CodeMirror-linenumber { color: var(--bb-alternate-text-color); text-align: center; @@ -11530,11 +11524,9 @@ a.activity-type-icon.open-down::after { .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap > a.document-action_download i { border-radius: 0 var(--bb-option-radius) var(--bb-option-radius) 0; } - .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap > a.document-action_more i { border-radius: var(--bb-option-radius) 0 0 var(--bb-option-radius); } - .bb-activity-media-wrap .bb-activity-media-elem.document-activity.is_large .document-action-wrap .document-action_collapse i, .bb-activity-media-wrap .bb-activity-media-elem.document-activity.code-full-view .document-action-wrap .document-action_collapse i { border-radius: 0 var(--bb-option-radius) var(--bb-option-radius) 0; } @@ -11542,15 +11534,12 @@ a.activity-type-icon.open-down::after { .activity-list li.blogs .activity-content .activity-inner .bb-post-title { color: var(--bb-headings-color); } - .activity-list li.blogs .activity-content .activity-inner .activity-discussion-title-wrap { color: var(--bb-headings-color); } - .activity-list li.blogs .activity-content .activity-inner .activity-discussion-title-wrap a:hover { color: var(--bb-primary-color); } - .activity-list li.blogs .activity-content .activity-inner .bb-content-wrp { background-color: var(--bb-content-alternate-background-color); } @@ -11559,17 +11548,14 @@ a.activity-type-icon.open-down::after { .activity-list li.bbp_reply_create .activity-content .activity-inner .activity-discussion-title-wrap a { color: var(--bb-headings-color); } - .activity-list li.bbp_topic_create .activity-content .activity-inner .activity-discussion-title-wrap a:hover, .activity-list li.bbp_reply_create .activity-content .activity-inner .activity-discussion-title-wrap a:hover { color: var(--bb-primary-color); } - .activity-list li.bbp_topic_create .activity-content .activity-inner .activity-discussion-title-wrap ~ .activity-attached-gif-container .gif-player, .activity-list li.bbp_reply_create .activity-content .activity-inner .activity-discussion-title-wrap ~ .activity-attached-gif-container .gif-player { margin: auto; } - .activity-list li.bbp_topic_create .activity-content .activity-inner .activity-discussion-title-wrap ~ .activity-attached-gif-container .gif-player .gif-icon, .activity-list li.bbp_reply_create .activity-content .activity-inner .activity-discussion-title-wrap ~ .activity-attached-gif-container .gif-player .gif-icon { border-radius: var(--bb-block-radius-inner) 0 var(--bb-block-radius-inner) 0; @@ -11601,15 +11587,12 @@ a.activity-type-icon.open-down::after { .bb-media-length-1 .bb-activity-media-elem .entry-img { padding-top: 0 !important; } - .bb-media-length-1 .bb-activity-media-elem .entry-img img { position: static; } - .bb-media-length-2 .bb-activity-media-elem .entry-img { padding-top: 80%; } - .bb-media-length-3 .bb-activity-media-elem .entry-img.act-grid-1-1 { padding-top: 52.56%; } @@ -11620,7 +11603,6 @@ a.activity-type-icon.open-down::after { flex: 0 0 33.33%; max-width: 33.33%; } - .bb-media-length-4 .bb-activity-media-elem.act-grid-1-2 .entry-img { padding-top: 72.56%; } @@ -11628,21 +11610,18 @@ a.activity-type-icon.open-down::after { .bb-media-length-5 .bb-activity-media-elem .entry-img { padding-top: 72.56%; } - .bb-media-length-5 .act-grid-1-1 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } - .bb-media-length-5 .act-grid-1-1 + .act-grid-1-2 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } - .bb-media-length-5 .act-grid-1-2 { -webkit-box-flex: 0; -ms-flex: 0 0 33.33%; @@ -11653,25 +11632,21 @@ a.activity-type-icon.open-down::after { .bb-activity-media-wrap.bb-media-length-3 .act-grid-1-2 .entry-img { padding-top: 55.56%; } - .bb-activity-media-wrap.bb-media-length-3 .act-grid-1-1.bb-vertical-layout { -webkit-box-flex: 0; -ms-flex: 0 0 64%; flex: 0 0 64%; max-width: 64%; } - .bb-activity-media-wrap.bb-media-length-3 .act-grid-1-1.bb-vertical-layout ~ .bb-activity-media-elem { -webkit-box-flex: 0; -ms-flex: 0 0 36%; flex: 0 0 36%; max-width: 36%; } - .bb-activity-media-wrap.bb-media-length-3 .act-grid-1-1.bb-vertical-layout ~ .bb-activity-media-elem .entry-img { padding-top: 105.6%; } - .bb-activity-media-wrap.bb-media-length-3 .act-grid-1-1.bb-vertical-layout + div + div { position: absolute; left: 0; @@ -11679,7 +11654,6 @@ a.activity-type-icon.open-down::after { width: 36%; } @media screen and (max-width: 544px) { - .bb-activity-media-wrap.bb-media-length-3 .act-grid-1-1.bb-vertical-layout + div, .bb-activity-media-wrap.bb-media-length-3 .act-grid-1-1.bb-vertical-layout + div + div { position: static; @@ -11693,22 +11667,18 @@ a.activity-type-icon.open-down::after { flex: 0 0 64%; max-width: 64%; } - .bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout ~ .bb-activity-media-elem { -webkit-box-flex: 0; -ms-flex: 0 0 36%; flex: 0 0 36%; max-width: 36%; } - .bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout ~ .bb-activity-media-elem .entry-img { padding-top: 69.1%; } - .bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout .entry-img { padding-top: 119%; } - .bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout + div, .bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout + div + div, .bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout + div + div + div { @@ -11717,17 +11687,14 @@ a.activity-type-icon.open-down::after { top: 0; width: 36%; } - .bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout + div + div { top: 33.4%; } - .bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout + div + div + div { top: initial; bottom: 0; } @media screen and (max-width: 544px) { - .bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout + div, .bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout + div + div, .bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout + div + div + div { @@ -11739,21 +11706,18 @@ a.activity-type-icon.open-down::after { .bb-activity-media-wrap.bb-media-length-more .bb-activity-media-elem .entry-img { padding-top: 82.56%; } - .bb-activity-media-wrap.bb-media-length-more .act-grid-1-1 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } - .bb-activity-media-wrap.bb-media-length-more .act-grid-1-1 + .act-grid-1-2 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } - .bb-activity-media-wrap.bb-media-length-more .act-grid-1-2 { -webkit-box-flex: 0; -ms-flex: 0 0 33.33%; @@ -11776,25 +11740,21 @@ a.activity-type-icon.open-down::after { -ms-flex-direction: column; flex-direction: column; } - .bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } - .bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-text-wrap { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } - .bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .more_text_view { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; } - .bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap { bottom: 21px; top: inherit; @@ -11807,7 +11767,6 @@ a.activity-type-icon.open-down::after { div[class*="attached-gif-container"] .gif-player video { border-radius: var(--bb-block-radius-inner); } - div[class*="attached-gif-container"] .gif-player .gif-play-button { display: -webkit-box; display: -ms-flexbox; @@ -11819,7 +11778,6 @@ div[class*="attached-gif-container"] .gif-player .gif-play-button { -ms-flex-pack: center; justify-content: center; } - div[class*="attached-gif-container"] .gif-player .gif-play-button .bb-icon-play { content: "\eef7"; font-family: bb-icons; @@ -11853,12 +11811,10 @@ div[class*="attached-gif-container"] .gif-player .gif-play-button .bb-icon-play transition: all ease 0.3s !important; border-radius: 50%; } - -div[class*="attached-gif-container"] .gif-player .gif-play-button .bb-icon-play::before { +div[class*="attached-gif-container"] .gif-player .gif-play-button .bb-icon-play:before { font-size: 46px; opacity: 0.8; } - div[class*="attached-gif-container"] .gif-player .gif-icon { border-radius: var(--bb-block-radius-inner) 0 0 0; } @@ -11878,15 +11834,12 @@ ul.bb-choices { color: var(--bb-headings-color); margin: 0 0 20px; } - ul.bb-choices li { margin-bottom: 12px; } - ul.bb-choices a { color: inherit; } - ul.bb-choices .bb-choice-wrap { position: relative; border-radius: 3px; @@ -11901,20 +11854,16 @@ ul.bb-choices .bb-choice-wrap { -ms-flex-align: center; align-items: center; } - ul.bb-choices label { font-size: 16px; } - ul.bb-choices .bar { margin-left: 20px; position: relative; } - ul.bb-choices svg { position: relative; } - ul.bb-choices .bg-bag { width: 50%; background: var(--bb-content-border-color); @@ -11924,39 +11873,34 @@ ul.bb-choices .bg-bag { height: 100%; top: 0; } - ul.bb-choices strong { font-weight: 500; min-width: 42px; display: inline-block; } - ul.bb-choices .bb-votes { color: var(--bb-alternate-text-color); letter-spacing: -0.24px; } - -ul.bb-choices .bs-styled-radio + label::before, -ul.bb-choices .bs-styled-radio + .bb-radio-label::before { +ul.bb-choices .bs-styled-radio + label:before, +ul.bb-choices .bs-styled-radio + .bb-radio-label:before { border-width: 1px; width: 18px; height: 18px; top: -2px; } - -ul.bb-choices .bs-styled-radio:checked + label::before, -ul.bb-choices .bs-styled-radio:checked + .bb-radio-label::before { +ul.bb-choices .bs-styled-radio:checked + label:before, +ul.bb-choices .bs-styled-radio:checked + .bb-radio-label:before { background: var(--bb-success-color); border-color: var(--bb-success-color); } - -ul.bb-choices .bs-styled-radio:checked + label::after, -ul.bb-choices .bs-styled-radio:checked + .bb-radio-label::after { +ul.bb-choices .bs-styled-radio:checked + label:after, +ul.bb-choices .bs-styled-radio:checked + .bb-radio-label:after { background: transparent; color: #fff; content: "\e876"; display: inline-block; - font: 400 normal normal 14px/1 bb-icons; + font: normal normal normal 14px/1 bb-icons; font-size: 24px; text-rendering: auto; -webkit-font-smoothing: antialiased; @@ -11969,7 +11913,6 @@ ul.bb-choices .bs-styled-radio:checked + .bb-radio-label::after { min-width: 110px; margin-left: 25px; } - .bb-poll-footer .bb-votes { color: var(--bb-alternate-text-color); letter-spacing: -0.24px; @@ -11980,14 +11923,12 @@ ul.bb-choices .bs-styled-radio:checked + .bb-radio-label::after { border: 1px solid var(--bb-content-border-color); border-radius: 4px; } - .map-wrap .bb-map-img-wrap { position: relative; overflow: hidden; padding-top: 42.56%; display: block; } - .map-wrap .bb-map-img-wrap img { position: absolute; top: 0; @@ -12001,27 +11942,23 @@ ul.bb-choices .bs-styled-radio:checked + .bb-radio-label::after { min-width: 100%; object-fit: cover; } - .map-wrap .location-info { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 15px; } - .map-wrap h4 { font-size: 14px; font-weight: 500; letter-spacing: -0.24px; margin: 0 0 3px; } - .map-wrap .location-meta { font-size: 13px; color: var(--bb-alternate-text-color); line-height: 1.4; } - .map-wrap .bb-checkin-img { display: inline-block; margin-left: 15px; @@ -12064,41 +12001,32 @@ ul.bb-choices .bs-styled-radio:checked + .bb-radio-label::after { justify-content: space-between; margin-bottom: 20px; } - #buddypress div#subnav.bb-item-list-tabs ul#activity-sub-nav { margin: 0; } - #buddypress div#subnav.bb-item-list-tabs ul#activity-sub-nav > li { padding-bottom: 0; } - #buddypress div#subnav.bb-item-list-tabs ul#activity-sub-nav .sub-menu { top: 36px; } - #buddypress div#subnav.bb-item-list-tabs ul#activity-sub-nav .sub-menu li { float: none; } - #buddypress div#subnav.bb-item-list-tabs ul#activity-sub-nav .sub-menu li a { padding: 9px 15px; } - #buddypress div#subnav.bb-item-list-tabs ul#activity-sub-nav .sub-menu li.selected a { background: #f5f5f5; color: var(--bb-headings-color); border-bottom: 0; } - #buddypress div#subnav.bb-item-list-tabs a.more-button { font-size: 16px; } - -#buddypress div#subnav.bb-item-list-tabs a.more-button::after { +#buddypress div#subnav.bb-item-list-tabs a.more-button:after { bottom: -25px; } - #buddypress div#subnav.bb-item-list-tabs .bs-dropdown-wrap { display: -webkit-box; display: -ms-flexbox; @@ -12108,7 +12036,6 @@ ul.bb-choices .bs-styled-radio:checked + .bb-radio-label::after { align-items: center; font-size: 13px; } - #buddypress div#subnav.bb-item-list-tabs .bs-sort-button { padding: 5px 10px 5px 0; } @@ -12131,12 +12058,10 @@ ul#activity-sub-nav { font-size: 11px; line-height: 1; } - .activity.bp-user .activity-type .dropzone .dz-preview { min-width: 99px; } - -.activity.bp-user .dropzone .dz-default span::before { +.activity.bp-user .dropzone .dz-default span:before { height: 25px; width: 30px; margin: 0 auto 10px; @@ -12148,69 +12073,56 @@ ul#activity-sub-nav { background: var(--bb-content-alternate-background-color); padding: 15px; } - .activity-comments-items li:not(:last-child) { margin-bottom: 20px; } - .activity-comments-items .item-title { font-size: 13px; letter-spacing: -0.22px; line-height: 1.307; position: relative; } - .activity-comments-items .item-title a { font-weight: 600; } - .activity-comments-items .bs-activity-comments:not(.show) { display: none; } - .activity-comments-items .bs-item-list.list-view .bs-item-wrap { margin-bottom: 15px; padding: 0; } - .activity-comments-items .bs-item-list.list-view .bs-item-wrap:last-child { margin-bottom: 0; } - .activity-comments-items h6.list-comments-heading { padding: 0; margin-bottom: 16px; font-size: 13px; color: #939597; } - .activity-comments-items h6.list-comments-heading a { color: inherit; } - -.activity-comments-items .activity-comments-items .bs-item-wrap a.expand-comment .bb-icon-angle-down::before { +.activity-comments-items .activity-comments-items .bs-item-wrap a.expand-comment .bb-icon-angle-down:before { font-size: 20px; } - .activity-comments-items .bs-item-list.activity-comments-items.list-view .bs-item-wrap .item-expand .bs-dropdown { min-width: 100px; left: 24px; top: -5px; padding: 2px 0; } - -.activity-comments-items .bs-item-list.activity-comments-items.list-view .bs-item-wrap .item-expand .bs-dropdown::after { +.activity-comments-items .bs-item-list.activity-comments-items.list-view .bs-item-wrap .item-expand .bs-dropdown:after { top: 8px; left: -12px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); } - .activity-comments-items .bs-item-list.activity-comments-items.list-view .bs-item-wrap:hover { box-shadow: none; } - .activity-comments-items .activity-comments-items .activity-comment-text { display: inline-block; font-size: 13px; @@ -12218,19 +12130,15 @@ ul#activity-sub-nav { line-height: 17px; color: inherit; } - .activity-comments-items .activity-comment-text p { margin: 0; } - .activity-comments-items .list-comments-wrap > .bs-item-list.activity-comments-items.list-view { border-bottom: 0; } - .activity-comments-items .add-comment-wrap .add-comment { background: #fff; } - .activity-comments-items .item-meta { font-size: 12px; color: var(--bb-alternate-text-color); @@ -12238,20 +12146,13 @@ ul#activity-sub-nav { line-height: 1.666; margin: 5px 0 0; } - .activity-comments-items .item-meta a { color: inherit; } - .activity-comments-items .item-meta a:hover { color: var(--bb-headings-color); } -.bb_discard_topic_reply_draft, -#discard-draft-activity { - color: var(--bb-body-text-color) !important; -} - .bb-media-comment-text { border: 0; height: 36px; @@ -12265,7 +12166,6 @@ ul#activity-sub-nav { .bb-media-comment-wrap { position: relative; } - .bb-media-comment-wrap .item-meta { display: -webkit-box; display: -ms-flexbox; @@ -12278,7 +12178,6 @@ ul#activity-sub-nav { bottom: 2px; font-size: 20px; } - .bb-media-comment-wrap .item-meta a { color: var(--bb-alternate-text-color); } @@ -12287,11 +12186,11 @@ ul#activity-sub-nav { display: block; } -.bs-item-list-tabs .more-button.active::after { +.bs-item-list-tabs .more-button.active:after { bottom: -18px; } -body.activity.bp-user:not(.settings, .edit-details) .dropzone .dz-default span::before { +body.activity.bp-user:not(.settings, .edit-details) .dropzone .dz-default span:before { height: 26px; width: 31px; } @@ -12303,8 +12202,7 @@ body.activity.bp-user .dropzone .dz-preview .dz-error-mark { li.load-more a.button { min-width: 180px; } - -li.load-more a.loading::after { +li.load-more a.loading:after { content: "\ef30"; font-family: bb-icons; font-size: 18px; @@ -12356,12 +12254,10 @@ li.load-more a.loading::after { .activity-privacy > li { font-size: 13px; } - -.media-privacy > li::before, -.activity-privacy > li::before { +.media-privacy > li:before, +.activity-privacy > li:before { color: var(--bb-alternate-text-color); } - .media-privacy .selected, .activity-privacy .selected { color: var(--bb-primary-color); @@ -12372,7 +12268,7 @@ p.activity-date { display: inline-block; } -.bb-media-privacy-wrap::before { +.bb-media-privacy-wrap:before { content: "\00b7"; display: inline-block; margin: 0 4px; @@ -12390,22 +12286,20 @@ p.activity-date { margin-right: auto; } -#bp-activity-group-ac-items .dashicons-update::before { +#bp-activity-group-ac-items .dashicons-update:before { content: "\ef30"; font-family: bb-icons; font-size: 20px; display: block; } -#bb-media-model-container .bb-edit-privacy::before { +#bb-media-model-container .bb-edit-privacy:before { content: "\ee5a"; font-family: bb-icons; } - #bb-media-model-container .bb-edit-privacy a { color: inherit; } - #bb-media-model-container .bb-edit-privacy a:hover { color: inherit; } @@ -12415,14 +12309,17 @@ p.activity-date { color: rgba(255, 255, 255, 0.9); } -.bb-media-model-container .bb-media-privacy-wrap [data-bp-tooltip][data-bp-tooltip-pos="up"]::before { +.bb-media-model-container .bb-media-privacy-wrap [data-bp-tooltip][data-bp-tooltip-pos="up"]:before { margin-bottom: 0; } - -.bb-media-model-container .bb-media-privacy-wrap [data-bp-tooltip][data-bp-tooltip-pos="up"]::after { +.bb-media-model-container .bb-media-privacy-wrap [data-bp-tooltip][data-bp-tooltip-pos="up"]:after { margin-bottom: 4px; } +.bb-media-model-container .activity-list .bb-activity-more-options-wrap + .bb-pin-action { + margin: 0 0 0 5px; +} + .activity-anonymous-options { position: relative; font-size: 14px; @@ -12432,16 +12329,13 @@ p.activity-date { border: 1px solid #ebe9e6; border-radius: 4px; } - .activity-anonymous-options .anonymous-post-as-text { margin-left: 5px; } - .activity-anonymous-options label { margin-left: 5px; font-size: 14px; } - .activity-anonymous-options label input { margin-left: 5px; } @@ -12452,14 +12346,13 @@ p.activity-date { border-color: var(--bb-danger-color); } -.dropzone .dz-preview .dz-error-message::after { +.dropzone .dz-preview .dz-error-message:after { border-bottom-color: var(--bb-danger-color); } .bb-template-v1 .dropzone .dz-preview.dz-error { background-color: var(--bb-content-alternate-background-color); } - .dropzone .dz-preview.dz-error .dz-error-title { color: var(--bb-danger-color); } @@ -12476,11 +12369,9 @@ p.activity-date { color: var(--bb-headings-color); border: 1px solid var(--bb-content-border-color); } - #buddypress .load-more a.button.outline:focus { box-shadow: var(--bb-outline-button-focus-shadow); } - #buddypress .load-more a.button.outline:hover { background-color: var(--bb-secondary-button-background-hover); color: var(--bb-secondary-button-text-hover); @@ -12489,18 +12380,50 @@ p.activity-date { .activity-list .bb-activity-more-options-wrap .bb-activity-more-options, #buddypress .bb_more_options .bb_more_options_list, +body .meeting-actions .meeting-actions-list, +body .webinar-actions .webinar-actions-list, .bb_more_options .bb_more_options_list { background-color: var(--bb-content-background-color); width: 187px; border-radius: var(--bb-block-radius); } - -.activity-list .bb-activity-more-options-wrap .bb-activity-more-options::after, -#buddypress .bb_more_options .bb_more_options_list::after, -.bb_more_options .bb_more_options_list::after { +@media screen and (max-width: 980px) { + .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .bb_more_dropdown__title, + #buddypress .bb_more_options .bb_more_options_list .bb_more_dropdown__title, + body .meeting-actions .meeting-actions-list .bb_more_dropdown__title, + body .webinar-actions .webinar-actions-list .bb_more_dropdown__title, + .bb_more_options .bb_more_options_list .bb_more_dropdown__title { + border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; + } +} +.activity-list .bb-activity-more-options-wrap .bb-activity-more-options:after, +#buddypress .bb_more_options .bb_more_options_list:after, +body .meeting-actions .meeting-actions-list:after, +body .webinar-actions .webinar-actions-list:after, +.bb_more_options .bb_more_options_list:after { border-color: var(--bb-content-background-color) transparent transparent var(--bb-content-background-color); } +.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list { + border-radius: var(--bb-block-radius); +} + +@media screen and (max-width: 980px) { + /* stylelint-disable max-line-length */ + .bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options, + .bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options, + .bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list, + .bb-template-v2 #buddypress .bb_more_options .bb_more_options_list, + .bb-template-v2 .bb_more_options .bb_more_options_list, + .bb-template-v2 #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner .bs-dropdown { + /* stylelint-enable */ + padding: 0 0 8px; + } +} +.activity-list .activity-item > .bb-activity-more-options-wrap .bb-activity-more-options { + min-width: 200px; +} + .bb_more_options .bb_more_options_list a, .bb_more_options .bb_more_options_list button, .bb_more_options .bb_more_options_list .generic-button > button, @@ -12517,16 +12440,14 @@ p.activity-date { align-items: center; border: 0; } - -.bb_more_options .bb_more_options_list a::before, -.bb_more_options .bb_more_options_list button::before, -.bb_more_options .bb_more_options_list .generic-button > button::before, -#buddypress .bb_more_options .bb_more_options_list a::before, -#buddypress .bb_more_options .bb_more_options_list button::before, -#buddypress .bb_more_options .bb_more_options_list .generic-button > button::before { +.bb_more_options .bb_more_options_list a:before, +.bb_more_options .bb_more_options_list button:before, +.bb_more_options .bb_more_options_list .generic-button > button:before, +#buddypress .bb_more_options .bb_more_options_list a:before, +#buddypress .bb_more_options .bb_more_options_list button:before, +#buddypress .bb_more_options .bb_more_options_list .generic-button > button:before { color: var(--bb-alternate-text-color); } - .bb_more_options .bb_more_options_list a:hover, .bb_more_options .bb_more_options_list button:hover, .bb_more_options .bb_more_options_list .generic-button > button:hover, @@ -12539,6 +12460,7 @@ p.activity-date { } .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a, +#buddypress .activity-comments .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a, #buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a { color: var(--bb-body-text-color); display: -webkit-box; @@ -12549,13 +12471,13 @@ p.activity-date { align-items: center; line-height: 1; } - -.activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a::before, -#buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a::before { +.activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a:before, +#buddypress .activity-comments .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a:before, +#buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a:before { color: var(--bb-alternate-text-color); } - .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a:hover, +#buddypress .activity-comments .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a:hover, #buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a:hover { color: var(--bb-primary-color); background-color: var(--bb-content-alternate-background-color); @@ -12566,15 +12488,12 @@ p.activity-date { border-radius: var(--bb-block-radius); width: auto; } - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list::after { +.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list:after { border-color: var(--bb-content-background-color) transparent transparent var(--bb-content-background-color); } - .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul li a { white-space: nowrap; } - .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul li a:hover { color: var(--bb-primary-color); background-color: var(--bb-content-alternate-background-color); @@ -12583,47 +12502,189 @@ p.activity-date { .ac-reply-toolbar a .bb-icon { color: rgba(var(--bb-headings-color-rgb), 0.4); } - .ac-reply-toolbar a:hover .bb-icon { color: var(--bb-headings-color); } -@media only screen and (min-width: 1081px) { - - #secondary.sidebar-left { - -webkit-box-ordinal-group: 0; +.bb-activity-placeholder { + background-color: var(--bb-content-background-color); + border-color: var(--bb-content-border-color); + border-radius: var(--bb-block-radius); +} + +.buddypress #buddypress .bb-poll-form .bb-activity-poll-cancel, .buddypress #buddypress +.bb-poll-form .button.bb-poll-option_add { + color: var(--bb-secondary-button-text-regular); + background-color: var(--bb-content-background-color); + border-color: var(--bb-content-border-color); +} +.buddypress #buddypress .bb-poll-form .bb-activity-poll-cancel:hover, .buddypress #buddypress +.bb-poll-form .button.bb-poll-option_add:hover { + color: var(--bb-primary-button-text-regular); + background-color: var(--bb-primary-button-background-regular); + border-color: transparent; +} +.bb-poll-form .sortable-placeholder, +.bb-poll-form .input-field input[type="text"] { + border-color: var(--bb-content-border-color); +} +.bb-poll-form .sortable-placeholder:focus, +.bb-poll-form .input-field input[type="text"]:focus { + border-color: var(--bb-input-focus-border-color); +} +.bb-poll-form .bb-poll_option_draggable:before, +.bb-poll-form .bb-poll_option_draggable .bb-poll-edit-option_remove { + color: var(--bb-headings-color); +} +.bb-poll-form #bb-activity-poll-form_modal.edit-activity-poll .bb-poll_duration { + background-color: var(--bb-content-alternate-background-color); +} + +.bb-activity-poll_block { + border-color: var(--bb-content-border-color); + border-radius: var(--bb-block-radius-inner); +} +.activity-inner .bb-activity-poll_block .bb-activity-poll-option:hover { + border-color: var(--bb-alternate-text-color); +} +.activity-inner .bb-activity-poll_block .bb-activity-poll-option.bb-activity-poll-new-option:focus-within { + border-color: var(--bb-alternate-text-color); +} +.bb-activity-poll_block .bb-activity-poll-option { + border-color: var(--bb-content-border-color); + border-radius: var(--bb-block-radius-inner); +} +.bb-activity-poll_block .bb-activity-poll-option.is-invalid { + border-color: var(--bb-warning-color); + box-shadow: 0 2px rgba(var(--bb-warning-color-rgb), 0.2), 0 -2px rgba(var(--bb-warning-color-rgb), 0.2); +} +.bb-activity-poll_block .bb-activity-poll-option .bb-poll-option-fill { + background-color: rgba(var(--bb-primary-color-rgb), 0.1); +} +.bb-activity-poll_block .bb-activity-poll-option label { + color: var(--bb-body-text-color); +} +.bb-activity-poll_block .bb-activity-poll-option .bb-poll-option-state, +.bb-activity-poll_block .bb-activity-poll-option .bb-poll-option-view-state { + color: var(--bb-headings-color); +} +.bb-activity-poll_block .bb-activity-poll-option .bb-poll-option-view-state:hover { + background-color: var(--bb-content-alternate-background-color); +} +.bb-activity-poll_block .bb-activity-poll-option .bb-poll-option_remove { + color: var(--bb-headings-color); +} +.bb-activity-poll_block .bb-activity-poll-new-option .bb-activity-poll-new-option-input { + color: var(--bb-body-text-color); +} +.bb-activity-poll_block .bb-activity-poll-new-option > span { + color: var(--bb-headings-color); +} +.bb-activity-poll_block .bb-activity-poll-see-more-link { + color: var(--bb-secondary-button-text-regular); + background-color: var(--bb-secondary-button-background-regular); +} +.bb-activity-poll_block .bb-activity-poll-footer { + color: var(--bb-alternate-text-color); +} +.bb-activity-poll_block .bb-activity-poll-footer .bb-activity-poll_duration:before { + background-color: var(--bb-alternate-text-color); +} +.bb-activity-poll_block .bb-activity-poll-options-wrap .bb-activity-poll-options-action i { + color: var(--bb-headings-color); +} +.bb-activity-poll_block .bb-activity-poll-options-wrap .bb-activity-poll-action-options { + background-color: var(--bb-content-background-color); + border-radius: var(--bb-block-radius-inner); +} +.bb-activity-poll_block .bb-activity-poll-options-wrap .bb-activity-poll-action-options .bb-activity-poll-action-option { + border-radius: var(--bb-block-radius-inner); +} +.bb-activity-poll_block .bb-activity-poll-options-wrap .bb-activity-poll-action-options .bb-activity-poll-action-option:hover { + background-color: var(--bb-content-alternate-background-color); +} +.bb-activity-poll_block .bb-activity-poll-options-wrap .bb-activity-poll-action-options .bb-activity-poll-action-option span { + color: var(--bb-body-text-color); +} +.bb-activity-poll_block .bb-activity-poll-options-wrap .bb-activity-poll-action-options .bb-activity-poll-action-option span i { + color: var(--bb-alternate-text-color); +} +.bb-activity-poll_block .bb-poll-error { + color: var(--bb-body-text-color); +} + +.bb-video-wrapper + .bb-poll-view, +.activity-link-preview-container + .bb-poll-view { + margin-top: 15px; +} + +#bb-activity-poll-state_modal .bb-option-state { + color: var(--bb-body-text-color); +} +#bb-activity-poll-state_modal .bb-model-header { + background-color: var(--bb-content-background-color); +} +#bb-activity-poll-state_modal .bb-model-header .bb-model-close-button > span[class*="bb-icon"] { + opacity: 0.4; +} +#bb-activity-poll-state_modal .bb-model-header .bb-model-close-button:hover > span[class*="bb-icon"] { + opacity: 1; +} +#bb-activity-poll-state_modal .activity-state_user .activity-state_user__name a { + color: var(--bb-headings-color); +} + +@media only screen and (min-width: 1081px) { + #secondary.sidebar-left { + -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; } } +@media only screen and (max-width: 980px) { + /* stylelint-disable max-line-length */ + .buddypanel-open.directory.activity.activity-sidebar-left:not(.profile-sidebar, .group-sidebar, .llms-pointer), + .buddypanel-open.directory.activity.activity-sidebar-left:not(.profile-sidebar, .group-sidebar, .llms-pointer) #page { + /* stylelint-enable */ + } + .buddypanel-open.directory.activity.activity-sidebar-left:not(.profile-sidebar, .group-sidebar, .llms-pointer) .site-content-grid, + .buddypanel-open.directory.activity.activity-sidebar-left:not(.profile-sidebar, .group-sidebar, .llms-pointer) #page .site-content-grid { + display: block; + } + .buddypanel-open.directory.activity.activity-sidebar-left:not(.profile-sidebar, .group-sidebar, .llms-pointer) #primary, + .buddypanel-open.directory.activity.activity-sidebar-left:not(.profile-sidebar, .group-sidebar, .llms-pointer) #page #primary { + width: auto; + } + .buddypanel-open.directory.activity.activity-sidebar-left:not(.profile-sidebar, .group-sidebar, .llms-pointer) .widget-area, + .buddypanel-open.directory.activity.activity-sidebar-left:not(.profile-sidebar, .group-sidebar, .llms-pointer) #page .widget-area { + -webkit-box-flex: 0; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; + } +} @media only screen and (min-width: 768px) and (max-width: 1080px) { - #user-activity { display: none; } .directory.activity.activity-sidebar-left #primary { - /* flex: 0 0 calc(100% - 300px); */ grid-row: 1 / 4; } - .directory.activity.activity-sidebar-left:not(.profile-sidebar, .group-sidebar, .llms-pointer) #primary, .directory.activity.activity-sidebar-left:not(.profile-sidebar, .group-sidebar, .llms-pointer) #page #primary { width: auto; } - .directory.activity.activity-sidebar-left .site-content-grid { display: grid; grid-template-columns: auto 300px; } - .directory.activity.activity-sidebar-left #secondary-right { padding-top: 0; margin-top: -20px; } } @media only screen and (max-width: 640px) { - .bb-input-poll .bb-icon-close-circle { visibility: visible; opacity: 1; @@ -12670,7 +12731,7 @@ p.activity-date { line-height: 1.2; } - body:not(.settings, .edit-details) .dropzone .dz-default span::before { + body:not(.settings, .edit-details) .dropzone .dz-default span:before { height: 31px; width: 36px; } @@ -12690,87 +12751,82 @@ p.activity-date { } } @media screen and (max-width: 720px) { - .blogs.activity-item .activity-inner img:not(.emoji) { max-width: 100%; } } +@media screen and (max-width: 544px) { + .bb-media-model-inner .ac-reply-toolbar .post-gif .gif-media-search-dropdown { + -webkit-transform: translateX(65%); + -ms-transform: translateX(65%); + transform: translateX(65%); + } + .bb-media-model-inner .activity-comments > .ac-form .ac-reply-toolbar .post-gif .gif-media-search-dropdown { + -webkit-transform: translateX(40%); + -ms-transform: translateX(40%); + transform: translateX(40%); + } +} @media screen and (max-width: 520px) { - .ac-reply-toolbar .post-emoji[data-nth-child="1"] .emojionearea-picker { margin-right: -52px; } - - .ac-reply-toolbar .post-emoji[data-nth-child="1"] .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { + .ac-reply-toolbar .post-emoji[data-nth-child="1"] .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { right: 75px; } - .ac-reply-toolbar .post-emoji[data-nth-child="2"] .emojionearea-picker { margin-right: -84px; } - - .ac-reply-toolbar .post-emoji[data-nth-child="2"] .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { + .ac-reply-toolbar .post-emoji[data-nth-child="2"] .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { right: 105px; } - .ac-reply-toolbar .post-emoji[data-nth-child="3"] .emojionearea-picker { margin-right: -120px; } - - .ac-reply-toolbar .post-emoji[data-nth-child="3"] .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { + .ac-reply-toolbar .post-emoji[data-nth-child="3"] .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { right: 143px; } - .ac-reply-toolbar .post-emoji[data-nth-child="4"] .emojionearea-picker { margin-right: -154px; } - - .ac-reply-toolbar .post-emoji[data-nth-child="4"] .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { + .ac-reply-toolbar .post-emoji[data-nth-child="4"] .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { right: 177px; } - .ac-reply-toolbar .post-emoji[data-nth-child="5"] .emojionearea-picker { margin-right: -188px; } - - .ac-reply-toolbar .post-emoji[data-nth-child="5"] .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { + .ac-reply-toolbar .post-emoji[data-nth-child="5"] .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { right: 211px; } - - .ac-reply-toolbar .post-gif[data-nth-child="1"] .gif-media-search-dropdown { - right: -58px; + .ac-reply-toolbar .post-gif .gif-media-search-dropdown { + right: unset; + -webkit-transform: translateX(65%); + -ms-transform: translateX(65%); + transform: translateX(65%); } - - .ac-reply-toolbar .post-gif[data-nth-child="1"] .gif-media-search-dropdown.open::before { - right: 77px; + .ac-reply-toolbar .post-gif[data-nth-child="1"] .gif-media-search-dropdown { + -webkit-transform: translateX(20%); + -ms-transform: translateX(20%); + transform: translateX(20%); } - .ac-reply-toolbar .post-gif[data-nth-child="2"] .gif-media-search-dropdown { - right: -92px; + -webkit-transform: translateX(25%); + -ms-transform: translateX(25%); + transform: translateX(25%); } - - .ac-reply-toolbar .post-gif[data-nth-child="2"] .gif-media-search-dropdown.open::before { - right: 111px; - } - .ac-reply-toolbar .post-gif[data-nth-child="3"] .gif-media-search-dropdown { - right: -125px; - } - - .ac-reply-toolbar .post-gif[data-nth-child="3"] .gif-media-search-dropdown.open::before { - right: 145px; - } - - .ac-reply-toolbar .post-gif[data-nth-child="4"] .gif-media-search-dropdown { - right: -158px; + -webkit-transform: translateX(30%); + -ms-transform: translateX(30%); + transform: translateX(30%); } - .ac-reply-toolbar .post-gif[data-nth-child="4"] .gif-media-search-dropdown.open::before { - right: 178px; + .activity-comments > .ac-form .ac-reply-toolbar .post-gif .gif-media-search-dropdown { + -webkit-transform: translateX(40%); + -ms-transform: translateX(40%); + transform: translateX(40%); } } @media only screen and (max-width: 544px) { - #activity-form-submit-wrapper select { margin-left: 0; } @@ -12778,12 +12834,10 @@ p.activity-date { #activity-post-form-privacy { width: 100%; } - #activity-post-form-privacy:first-child { margin-top: 15px; margin-bottom: 5px; } - #activity-post-form-privacy select { width: 100%; } @@ -12797,42 +12851,37 @@ p.activity-date { left: -30px; } - .bb-media-privacy-wrap .activity-privacy::before { + .bb-media-privacy-wrap .activity-privacy:before { right: auto; left: 32px; } } @media only screen and (max-width: 520px) { - .actvity-head-bar { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .actvity-head-bar .subnav-filters { margin: 10px 0 0; width: 100%; } } - -#activity-stream .bp-generic-meta .generic-button .bb-icon-discussion::before { +#activity-stream .bp-generic-meta .generic-button .bb-icon-discussion:before { font-size: 14px; } body.activity .activity-list .activity-item .activity-content .bb-empty-content { margin-bottom: 0; } - body.activity .activity-list .activity-item .activity-content .bb-empty-content:has(.activity-discussion-title-wrap) { - margin-bottom: 12px; + margin-bottom: 10px; } - body.activity .activity-list .activity-item .activity-content.document-activity .bb-empty-content, body.activity .activity-list .activity-item .activity-content.media-activity-wrap .bb-empty-content, body.activity .activity-list .activity-item .activity-content.video-activity-wrap .bb-empty-content { - margin-bottom: 12px; + margin-bottom: 10px; } -.bb-document-privacy-wrap .privacy::after, -.bb-media-privacy-wrap .privacy::after { +.bb-document-privacy-wrap .privacy:after, +.bb-media-privacy-wrap .privacy:after { content: "\ee09"; font-weight: 300; opacity: 0.3; @@ -12853,7 +12902,6 @@ body.activity .activity-list .activity-item .activity-content.document-activity -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - #activity-close-link-suggestion:hover { color: var(--bb-headings-color); -webkit-transition: all linear 0.2s; @@ -12865,7 +12913,6 @@ body.activity .activity-list .activity-item .activity-content.document-activity border-color: var(--bb-content-border-color); background-color: var(--bb-content-alternate-background-color); } - .activity-link-preview-container .activity-link-preview-info { display: -webkit-box; display: -ms-flexbox; @@ -12878,7 +12925,6 @@ body.activity .activity-list .activity-item .activity-content.document-activity transition: all linear 0.2s; border-radius: 0 0 var(--bb-block-radius) var(--bb-block-radius); } - .activity-link-preview-container .activity-link-preview-info .activity-link-preview-link-name { font-size: 13px; font-weight: 500; @@ -12886,29 +12932,25 @@ body.activity .activity-list .activity-item .activity-content.document-activity text-transform: uppercase; line-height: 20px; } - .activity-link-preview-container .activity-link-preview-info .activity-link-preview-title { color: var(--bb-headings-color); } - .activity-link-preview-container .activity-link-preview-info .activity-link-preview-title a { color: var(--bb-headings-color); + overflow-wrap: break-word; + word-break: break-word; } - .activity-link-preview-container .activity-link-preview-info p { margin-bottom: 2px !important; } - .activity-link-preview-container .activity-url-error { padding: 10px 15px; } - .activity-link-preview-container .activity-link-preview-image { position: relative; -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover { display: -webkit-box; display: -ms-flexbox; @@ -12924,12 +12966,10 @@ body.activity .activity-list .activity-item .activity-content.document-activity min-height: 120px; max-height: 340px; } - .activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover a { width: 100%; } - -.activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover::before { +.activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover:before { content: ""; position: absolute; inset: 0; @@ -12938,7 +12978,6 @@ body.activity .activity-list .activity-item .activity-content.document-activity border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; pointer-events: none; } - .activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover img { object-fit: cover; object-position: center; @@ -12946,26 +12985,22 @@ body.activity .activity-list .activity-item .activity-content.document-activity min-height: 340px; max-width: initial; } - .activity-link-preview-container .activity-link-preview-icons a, .activity-link-preview-container #activity-link-preview-close-image { background-color: var(--bb-content-alternate-background-color); } - -.activity-link-preview-container .activity-link-preview-info::before, -.activity-link-preview-container .activity-link-preview-image::before { +.activity-link-preview-container .activity-link-preview-info:before, +.activity-link-preview-container .activity-link-preview-image:before { content: ""; -webkit-transition: all linear 0.3s; transition: all linear 0.3s; } - .activity-link-preview-container:hover .activity-link-preview-info, .activity-link-preview-container:hover .activity-link-preview-image { position: relative; } - -.activity-link-preview-container:hover .activity-link-preview-info::before, -.activity-link-preview-container:hover .activity-link-preview-image::before { +.activity-link-preview-container:hover .activity-link-preview-info:before, +.activity-link-preview-container:hover .activity-link-preview-image:before { content: ""; background-color: rgba(0, 0, 0, 0.05); position: absolute; @@ -12975,15 +13010,12 @@ body.activity .activity-list .activity-item .activity-content.document-activity transition: all linear 0.2s; pointer-events: none; } - .activity-link-preview-container:hover .activity-link-preview-image + .activity-link-preview-info::before { border-radius: 0 0 var(--bb-block-radius-inner) var(--bb-block-radius-inner); } - .activity-link-preview-container:hover .activity-link-preview-info::before { border-radius: var(--bb-block-radius-inner); } - .activity-link-preview-container:hover .activity-link-preview-image::before { border-radius: var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0; } @@ -12996,12 +13028,10 @@ body.activity .activity-list .activity-item .activity-content.document-activity background-color: var(--bb-content-alternate-background-color); z-index: 2; } - .activity-url-scrapper-container #activity-url-scrapper-img-holder .activity-link-preview-image .activity-link-preview-icons a i { color: var(--bb-headings-color); opacity: 0.4; } - .activity-url-scrapper-container #activity-url-scrapper-img-holder .activity-link-preview-image .activity-link-preview-icons a:hover i { opacity: 1; } @@ -13010,30 +13040,25 @@ body.activity .activity-list .activity-item .activity-content.document-activity .activity-form #whats-new-attachments .activity-link-preview-image-cover { min-height: 340px; } - .activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover img, .activity-form #whats-new-attachments .activity-link-preview-image-cover img { min-height: 340px; } @media screen and (max-width: 900px) { - .activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover, .activity-form #whats-new-attachments .activity-link-preview-image-cover { min-height: 30vh; } - .activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover img, .activity-form #whats-new-attachments .activity-link-preview-image-cover img { min-height: 30vh; } } @media screen and (max-width: 680px) { - .activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover, .activity-form #whats-new-attachments .activity-link-preview-image-cover { min-height: 150px; } - .activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover img, .activity-form #whats-new-attachments .activity-link-preview-image-cover img { min-height: 150px; @@ -13043,7 +13068,6 @@ body.activity .activity-list .activity-item .activity-content.document-activity .activity-video-preview .activity-link-preview-container .activity-link-preview-info { padding: 0; } - .activity-video-preview .activity-link-preview-excerpt p iframe { border-radius: var(--bb-block-radius); } @@ -13053,12 +13077,10 @@ body.activity .activity-list .activity-item .activity-content.document-activity } @media only screen and (max-width: 992px) { - .has-sidebar .actvity-head-bar { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .has-sidebar .actvity-head-bar .subnav-filters { width: 100%; margin-top: 10px; @@ -13066,104 +13088,2138 @@ body.activity .activity-list .activity-item .activity-content.document-activity } @media only screen and (max-width: 1200px) { - .has-sidebar.activity-sidebar-left .actvity-head-bar { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .has-sidebar.activity-sidebar-left .actvity-head-bar .subnav-filters { width: 100%; margin-top: 10px; } } @media only screen and (max-width: 1300px) { - .has-sidebar.activity-sidebar-left.buddypanel-open .actvity-head-bar { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .has-sidebar.activity-sidebar-left.buddypanel-open .actvity-head-bar .subnav-filters { width: 100%; margin-top: 10px; } } -.activity-video-preview .activity-link-preview-container:hover .activity-link-preview-info::before { +.activity-video-preview .activity-link-preview-container:hover .activity-link-preview-info:before { display: none; } -/* Members */ -.avatar { - border-radius: 50%; - image-rendering: optimize-contrast; +/* Activity comment modal ==> Starts Here */ +.bb-activity-model-wrapper .activity-modal { + background: var(--bb-content-background-color); + border: 1px solid var(--bb-content-border-color); + border-radius: var(--bb-block-radius); + box-shadow: 0 6px 24px 0 rgba(18, 43, 70, 0); } - -.subnav-search.members-search { - float: left; - margin-top: -56px; - display: -webkit-box; - display: -ms-flexbox; - display: flex; +#buddypress .bb-activity-model-wrapper .activity-modal .activity-list.bp-list .activity-item { + border: 0; + padding: 0; + margin: 0; + box-shadow: none; + background: transparent; } -@media screen and (max-width: 370px) { - - .subnav-search.members-search { - margin-top: -10px; - margin-bottom: 15px; - } +#buddypress .bb-activity-model-wrapper .activity-list.bp-list { + margin-bottom: 0; } - -.buddypress-wrap .subnav-search.members-search .subnav-filters { - margin-top: 0; - margin-right: 10px; +.bb-activity-model-wrapper .footer-overflow { + border-color: var(--bb-content-border-color); } -#buddypress #dir-members-search { - border: 0; - background-color: transparent; - padding-right: 32px; - font-size: 14px; - height: 34px; +.bb-modal-activity-header { + border-color: var(--bb-content-border-color); } - -.member-status { - background: var(--bb-success-color); - border: 2px solid var(--bb-content-background-color); - border-radius: 100%; - position: absolute; - width: 12px; - height: 12px; - left: 2px; - top: 0; +.bb-modal-activity-header .bb-model-close-button { + color: var(--bb-headings-color); } -.member-status.offline { - opacity: 0; - visibility: hidden; +.view-more-comments { + color: var(--bb-body-text-color); + text-decoration: none; + display: inline-block; + margin-top: 12px; } - -.grid .member-status { - left: 18px; - top: 5px; - width: 14px; - height: 14px; +.view-more-comments:hover { + color: var(--bb-body-text-color); } -.single-headers .member-status { - left: 25px; - top: 14px; - width: 15px; - height: 15px; +.buddypress-wrap .activity-comments .acomments-view-more, +.bb-media-model-wrapper .activity-comments .acomments-view-more { + font-weight: 600; } -#members-list.grid, -#friend-list.grid, -#groups-list.grid { - margin: 0 -10px; +.ac-form-placeholder .ac-submit-wrap { + background-color: var(--bb-primary-color); + border-radius: var(--bb-button-radius); } - +.ac-form-placeholder .ac-reply-content { + background-color: var(--bb-content-alternate-background-color); + border-radius: var(--bb-block-radius-inner); + border-color: var(--bb-content-border-color); +} + +.activity-sync-loader .activity-sync-bar { + background: var(--bb-content-border-color); +} +.activity-sync-loader .activity-sync-progress { + background: var(--bb-primary-color); +} + +#buddypress.bb-activity-model-wrapper .activity-modal { + background: var(--bb-content-background-color); + border: 1px solid var(--bb-content-border-color); + border-radius: var(--bb-block-radius); + box-shadow: 0 6px 24px 0 rgba(18, 43, 70, 0.08); +} +#buddypress.bb-activity-model-wrapper .activity-modal .activity-list.bp-list .activity-item { + border: 0; + padding: 0; + margin: 0; + box-shadow: none; + background: transparent; +} +#buddypress.bb-activity-model-wrapper .activity-list.bp-list { + margin-bottom: 0; +} + +.elementor .activity-modal img.avatar { + border-radius: 50%; +} + +.elementor-activity-item .activity-actions > .bp-generic-meta .button { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-column-gap: 2px; + column-gap: 2px; +} +.elementor-activity-item .activity-actions > .bp-generic-meta .button > i { + font-size: 22px; + font-weight: 400; + display: inline-block; + vertical-align: middle; +} +.elementor-activity-item .activity-actions > .bp-generic-meta .button.has-reaction > i { + font-weight: 200; + font-size: 24px; +} +body:not(.bb-reactions-mode) .elementor-activity-item .activity-actions > .bp-generic-meta .button.has-reaction > i { + font-weight: 300; +} +.elementor-activity-item .activity-actions > .bp-generic-meta .button > img { + height: 24px; + width: 24px; + object-fit: cover; +} +.elementor-activity-item .activity-actions > .bp-generic-meta .button > img.custom { + border-radius: 100%; +} +.elementor-activity-item .activity-actions > .bp-generic-meta .button > .like-count { + color: var(--bb-body-text-color); + line-height: 20px; + display: inline-block; + vertical-align: middle; +} +.elementor-activity-item .activity-actions > .bp-generic-meta .button.bp-like-button:before { + display: none; +} +.elementor-activity-item .activity-actions > .bp-generic-meta .button.bp-like-button.bb-reaction-migration-inprogress:before { + content: ""; + display: block; + position: absolute; + bottom: 100%; + right: 50%; + top: inherit; + min-width: auto; + -webkit-transition: none; + transition: none; +} +.elementor-activity-item .activity-actions > .bp-generic-meta .button.bp-like-button.bb-reaction-migration-inprogress:after { + width: 180px; + white-space: normal; + right: 0; + -webkit-transform: none; + -ms-transform: none; + transform: none; + -webkit-transition: none; + transition: none; +} + +/* Activity comment modal ==> Ends Here */ +/* Comments reply link graph ==> Starts Here */ +#buddypress.buddypress-wrap .activity-comments.threaded-comments ul > .acomments-view-more:not(.acomments-view-more--hide) + li.activity-comment { + margin-top: 15px; +} +#buddypress.buddypress-wrap .activity-comments.threaded-comments ul > .acomments-view-more:not(.acomments-view-more--hide) + li.activity-comment:after { + content: ""; + display: inline-block; + width: 2px; + height: 30px; + background-color: var(--bb-content-border-color); + position: absolute; + right: -26px; + top: -35px; +} +#buddypress.buddypress-wrap .activity-comments.threaded-comments ul > .acomments-view-more:not(.acomments-view-more--hide) + li.activity-comment ~ li.activity-comment:before { + content: ""; + display: inline-block; + width: 2px; + height: 100%; + background-color: var(--bb-content-border-color); + position: absolute; + right: -26px; + top: 0; +} +#buddypress.buddypress-wrap .activity-comments.threaded-comments ul > .acomments-view-more:not(.acomments-view-more--hide) + li.activity-comment ~ li.activity-comment:last-of-type:before { + display: none; +} +#buddypress.buddypress-wrap .activity-comments.threaded-comments ul > .acomments-view-more:not(.acomments-view-more--hide) + li.activity-comment ~ li.activity-comment:after { + display: none; +} + +.buddypress-wrap .activity-comments:not(.threaded-comments) > ul > li > ul { + margin-right: 0; +} +.buddypress-wrap .activity-comments:not(.threaded-comments) > ul > li ul:has(> li.acomments-view-more:first-of-type) { + margin-right: 40px; +} + +.buddypress-wrap .activity-comments.threaded-level-1 > ul ul:has(> li.acomments-view-more:first-of-type), .buddypress-wrap .activity-comments.threaded-level-1 .activity-actions > ul ul:has(> li.acomments-view-more:first-of-type), +.bb-media-model-wrapper .activity-comments.threaded-level-1 > ul ul:has(> li.acomments-view-more:first-of-type), +.bb-media-model-wrapper .activity-comments.threaded-level-1 .activity-actions > ul ul:has(> li.acomments-view-more:first-of-type) { + margin-right: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-1 > ul > .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-1 .activity-actions > ul > .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-1 > ul > .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-1 .activity-actions > ul > .acomments-view-more::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-1 > ul .comment-item-focus .display-focus::before, .buddypress-wrap .activity-comments.threaded-level-1 .activity-actions > ul .comment-item-focus .display-focus::before, +.bb-media-model-wrapper .activity-comments.threaded-level-1 > ul .comment-item-focus .display-focus::before, +.bb-media-model-wrapper .activity-comments.threaded-level-1 .activity-actions > ul .comment-item-focus .display-focus::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 30px); + height: calc(100% - 30px); + background-color: var(--bb-content-border-color); + position: absolute; + right: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-1 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, .buddypress-wrap .activity-comments.threaded-level-1 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, +.bb-media-model-wrapper .activity-comments.threaded-level-1 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, +.bb-media-model-wrapper .activity-comments.threaded-level-1 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-1 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, .buddypress-wrap .activity-comments.threaded-level-1 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, +.bb-media-model-wrapper .activity-comments.threaded-level-1 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, +.bb-media-model-wrapper .activity-comments.threaded-level-1 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before { + content: ""; + width: 2px; + height: 100%; + background-color: var(--bb-content-border-color); + position: absolute; + right: -26px; + top: 3px; +} +.buddypress-wrap .activity-comments.threaded-level-1 > ul .comment-item-focus > .ac-form, .buddypress-wrap .activity-comments.threaded-level-1 .activity-actions > ul .comment-item-focus > .ac-form, +.bb-media-model-wrapper .activity-comments.threaded-level-1 > ul .comment-item-focus > .ac-form, +.bb-media-model-wrapper .activity-comments.threaded-level-1 .activity-actions > ul .comment-item-focus > .ac-form { + margin-right: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-1 > ul .comment-item-focus > .ac-form .ac-reply-avatar, .buddypress-wrap .activity-comments.threaded-level-1 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-1 > ul .comment-item-focus > .ac-form .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-1 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-1 > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-1 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-1 > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-1 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar::before { + content: ""; + width: 16px; + position: absolute; + right: -26px; + top: -14px; + height: 32px; + border-style: solid; + border-width: 0 2px 2px 0; + border-bottom-color: var(--bb-content-border-color); + border-right-color: var(--bb-content-border-color); + border-bottom-right-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-1 > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-1 .activity-actions > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-1 > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-1 .activity-actions > ul > li > ul { + margin-right: 0; +} +.buddypress-wrap .activity-comments.threaded-level-2 > ul ul:has(> li.acomments-view-more:first-of-type), .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul ul:has(> li.acomments-view-more:first-of-type), +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul ul:has(> li.acomments-view-more:first-of-type), +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul ul:has(> li.acomments-view-more:first-of-type) { + margin-right: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-2 > ul > .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul > .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul > .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul > .acomments-view-more::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-2 > ul .comment-item-focus .display-focus::before, .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul .comment-item-focus .display-focus::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul .comment-item-focus .display-focus::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul .comment-item-focus .display-focus::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 30px); + height: calc(100% - 30px); + background-color: var(--bb-content-border-color); + position: absolute; + right: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-2 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-2 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before { + content: ""; + width: 2px; + height: 100%; + background-color: var(--bb-content-border-color); + position: absolute; + right: -26px; + top: 3px; +} +.buddypress-wrap .activity-comments.threaded-level-2 > ul .comment-item-focus > .ac-form, .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul .comment-item-focus > .ac-form, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul .comment-item-focus > .ac-form, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul .comment-item-focus > .ac-form { + margin-right: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-2 > ul .comment-item-focus > .ac-form .ac-reply-avatar, .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul .comment-item-focus > .ac-form .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-2 > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar::before { + content: ""; + width: 16px; + position: absolute; + right: -26px; + top: -14px; + height: 32px; + border-style: solid; + border-width: 0 2px 2px 0; + border-bottom-color: var(--bb-content-border-color); + border-right-color: var(--bb-content-border-color); + border-bottom-right-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-2 > ul > li > ul li::before, .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul > li > ul li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul > li > ul li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul > li > ul li::before { + content: ""; + width: 2px; + height: 100%; + background-color: var(--bb-content-border-color); + position: absolute; + right: -26px; +} +.buddypress-wrap .activity-comments.threaded-level-2 > ul > li > ul li:not(.acomments-view-more):last-of-type::before, .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul > li > ul li:not(.acomments-view-more):last-of-type::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul > li > ul li:not(.acomments-view-more):last-of-type::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul > li > ul li:not(.acomments-view-more):last-of-type::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-2 > ul > li > ul .activity-state-popup li::before, .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul > li > ul .activity-state-popup li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul > li > ul .activity-state-popup li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul > li > ul .activity-state-popup li::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-2 > ul > li ul .item-avatar, +.buddypress-wrap .activity-comments.threaded-level-2 > ul > li ul .acomment-edit .ac-reply-avatar, .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul > li ul .item-avatar, +.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul > li ul .item-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul > li ul .acomment-edit .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul > li ul .item-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-2 > ul > li ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-2 > ul > li ul .acomment-edit .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul > li ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul > li ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul > li ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul > li ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar::before { + content: ""; + width: 16px; + position: absolute; + right: -26px; + top: -14px; + height: 32px; + border-style: solid; + border-width: 0 2px 2px 0; + border-bottom-color: var(--bb-content-border-color); + border-right-color: var(--bb-content-border-color); + border-bottom-right-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-2 > ul .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul .acomments-view-more::before { + content: ""; + background-color: transparent; + width: 16px; + position: absolute; + right: -26px; + top: -15px; + height: 32px; + border-style: solid; + border-width: 0 2px 2px 0; + border-bottom-color: var(--bb-content-border-color); + border-right-color: var(--bb-content-border-color); + border-bottom-right-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-2 > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul .has-child-comments > .acomment-display::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 50px); + height: calc(100% - 50px); + background-color: var(--bb-content-border-color); + position: absolute; + right: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-2 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-2 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 50px); + height: calc(100% - 50px); + background-color: var(--bb-content-border-color); + position: absolute; + right: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-2 > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul > li > ul { + margin-right: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-2 > ul > li > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-2 > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul > li > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul > li > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul > li > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-2 > ul > li > ul > li > ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-2 > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul > li > ul > li > ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul > li > ul > li > ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul > li > ul > li > ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-2 > ul > li > ul > li > ul .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul > li > ul > li > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul > li > ul > li > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul > li > ul > li > ul .acomments-view-more::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-2 > ul > li > ul > li ul li:not(.acomments-view-more)::before, .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul > li > ul > li ul li:not(.acomments-view-more)::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul > li > ul > li ul li:not(.acomments-view-more)::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul > li > ul > li ul li:not(.acomments-view-more)::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-3 > ul ul:has(> li.acomments-view-more:first-of-type), .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul ul:has(> li.acomments-view-more:first-of-type), +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul ul:has(> li.acomments-view-more:first-of-type), +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul ul:has(> li.acomments-view-more:first-of-type) { + margin-right: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-3 > ul > .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul > .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul > .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul > .acomments-view-more::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-3 > ul .comment-item-focus .display-focus::before, .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul .comment-item-focus .display-focus::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul .comment-item-focus .display-focus::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul .comment-item-focus .display-focus::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 30px); + height: calc(100% - 30px); + background-color: var(--bb-content-border-color); + position: absolute; + right: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-3 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-3 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before { + content: ""; + width: 2px; + height: 100%; + background-color: var(--bb-content-border-color); + position: absolute; + right: -26px; + top: 3px; +} +.buddypress-wrap .activity-comments.threaded-level-3 > ul .comment-item-focus > .ac-form, .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul .comment-item-focus > .ac-form, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul .comment-item-focus > .ac-form, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul .comment-item-focus > .ac-form { + margin-right: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-3 > ul .comment-item-focus > .ac-form .ac-reply-avatar, .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul .comment-item-focus > .ac-form .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-3 > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar::before { + content: ""; + width: 16px; + position: absolute; + right: -26px; + top: -14px; + height: 32px; + border-style: solid; + border-width: 0 2px 2px 0; + border-bottom-color: var(--bb-content-border-color); + border-right-color: var(--bb-content-border-color); + border-bottom-right-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-3 > ul > li > ul li::before, .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul > li > ul li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul > li > ul li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul > li > ul li::before { + content: ""; + width: 2px; + height: 100%; + background-color: var(--bb-content-border-color); + position: absolute; + right: -26px; +} +.buddypress-wrap .activity-comments.threaded-level-3 > ul > li > ul li:not(.acomments-view-more):last-of-type::before, .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul > li > ul li:not(.acomments-view-more):last-of-type::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul > li > ul li:not(.acomments-view-more):last-of-type::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul > li > ul li:not(.acomments-view-more):last-of-type::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-3 > ul > li > ul .activity-state-popup li::before, .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul > li > ul .activity-state-popup li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul > li > ul .activity-state-popup li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul > li > ul .activity-state-popup li::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-3 > ul > li ul .item-avatar, +.buddypress-wrap .activity-comments.threaded-level-3 > ul > li ul .acomment-edit .ac-reply-avatar, .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul > li ul .item-avatar, +.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul > li ul .item-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul > li ul .acomment-edit .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul > li ul .item-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-3 > ul > li ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-3 > ul > li ul .acomment-edit .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul > li ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul > li ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul > li ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul > li ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar::before { + content: ""; + width: 16px; + position: absolute; + right: -26px; + top: -14px; + height: 32px; + border-style: solid; + border-width: 0 2px 2px 0; + border-bottom-color: var(--bb-content-border-color); + border-right-color: var(--bb-content-border-color); + border-bottom-right-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-3 > ul .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul .acomments-view-more::before { + content: ""; + background-color: transparent; + width: 16px; + position: absolute; + right: -26px; + top: -15px; + height: 32px; + border-style: solid; + border-width: 0 2px 2px 0; + border-bottom-color: var(--bb-content-border-color); + border-right-color: var(--bb-content-border-color); + border-bottom-right-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-3 > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul .has-child-comments > .acomment-display::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 50px); + height: calc(100% - 50px); + background-color: var(--bb-content-border-color); + position: absolute; + right: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-3 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-3 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 50px); + height: calc(100% - 50px); + background-color: var(--bb-content-border-color); + position: absolute; + right: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-3 > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul > li > ul { + margin-right: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-3 > ul > li > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul > li > ul > li > ul { + margin-right: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-3 > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-3 > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-3 > ul > li > ul > li > ul > li > ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-3 > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul > li > ul > li > ul > li > ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul > li > ul > li > ul > li > ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul > li > ul > li > ul > li > ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-3 > ul > li > ul > li > ul > li > ul .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul > li > ul > li > ul > li > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul > li > ul > li > ul > li > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul > li > ul > li > ul > li > ul .acomments-view-more::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul ul:has(> li.acomments-view-more:first-of-type), .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul ul:has(> li.acomments-view-more:first-of-type), +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul ul:has(> li.acomments-view-more:first-of-type), +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul ul:has(> li.acomments-view-more:first-of-type) { + margin-right: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul > .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul > .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul > .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul > .acomments-view-more::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul .comment-item-focus .display-focus::before, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul .comment-item-focus .display-focus::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul .comment-item-focus .display-focus::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul .comment-item-focus .display-focus::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 30px); + height: calc(100% - 30px); + background-color: var(--bb-content-border-color); + position: absolute; + right: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before { + content: ""; + width: 2px; + height: 100%; + background-color: var(--bb-content-border-color); + position: absolute; + right: -26px; + top: 3px; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul .comment-item-focus > .ac-form, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul .comment-item-focus > .ac-form, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul .comment-item-focus > .ac-form, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul .comment-item-focus > .ac-form { + margin-right: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul .comment-item-focus > .ac-form .ac-reply-avatar, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul .comment-item-focus > .ac-form .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar::before { + content: ""; + width: 16px; + position: absolute; + right: -26px; + top: -14px; + height: 32px; + border-style: solid; + border-width: 0 2px 2px 0; + border-bottom-color: var(--bb-content-border-color); + border-right-color: var(--bb-content-border-color); + border-bottom-right-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul > li > ul li::before, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul > li > ul li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul > li > ul li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul > li > ul li::before { + content: ""; + width: 2px; + height: 100%; + background-color: var(--bb-content-border-color); + position: absolute; + right: -26px; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul > li > ul li:not(.acomments-view-more):last-of-type::before, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul > li > ul li:not(.acomments-view-more):last-of-type::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul > li > ul li:not(.acomments-view-more):last-of-type::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul > li > ul li:not(.acomments-view-more):last-of-type::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul > li > ul .activity-state-popup li::before, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul > li > ul .activity-state-popup li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul > li > ul .activity-state-popup li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul > li > ul .activity-state-popup li::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul > li ul .item-avatar, +.buddypress-wrap .activity-comments.threaded-level-4 > ul > li ul .acomment-edit .ac-reply-avatar, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul > li ul .item-avatar, +.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul > li ul .item-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul > li ul .acomment-edit .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul > li ul .item-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul > li ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-4 > ul > li ul .acomment-edit .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul > li ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul > li ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul > li ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul > li ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar::before { + content: ""; + width: 16px; + position: absolute; + right: -26px; + top: -14px; + height: 32px; + border-style: solid; + border-width: 0 2px 2px 0; + border-bottom-color: var(--bb-content-border-color); + border-right-color: var(--bb-content-border-color); + border-bottom-right-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul .acomments-view-more::before { + content: ""; + background-color: transparent; + width: 16px; + position: absolute; + right: -26px; + top: -15px; + height: 32px; + border-style: solid; + border-width: 0 2px 2px 0; + border-bottom-color: var(--bb-content-border-color); + border-right-color: var(--bb-content-border-color); + border-bottom-right-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul .has-child-comments > .acomment-display::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 50px); + height: calc(100% - 50px); + background-color: var(--bb-content-border-color); + position: absolute; + right: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 50px); + height: calc(100% - 50px); + background-color: var(--bb-content-border-color); + position: absolute; + right: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul > li > ul { + margin-right: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul > li > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul > li > ul > li > ul { + margin-right: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul > li > ul > li > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul > li > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul > li > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul > li > ul > li > ul > li > ul { + margin-right: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-4 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-4 > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul ul:has(> li.acomments-view-more:first-of-type), .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul ul:has(> li.acomments-view-more:first-of-type), +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul ul:has(> li.acomments-view-more:first-of-type), +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul ul:has(> li.acomments-view-more:first-of-type) { + margin-right: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul > .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul > .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul > .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul > .acomments-view-more::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul .comment-item-focus .display-focus::before, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul .comment-item-focus .display-focus::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul .comment-item-focus .display-focus::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul .comment-item-focus .display-focus::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 30px); + height: calc(100% - 30px); + background-color: var(--bb-content-border-color); + position: absolute; + right: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before { + content: ""; + width: 2px; + height: 100%; + background-color: var(--bb-content-border-color); + position: absolute; + right: -26px; + top: 3px; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul .comment-item-focus > .ac-form, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul .comment-item-focus > .ac-form, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul .comment-item-focus > .ac-form, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul .comment-item-focus > .ac-form { + margin-right: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul .comment-item-focus > .ac-form .ac-reply-avatar, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul .comment-item-focus > .ac-form .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar::before { + content: ""; + width: 16px; + position: absolute; + right: -26px; + top: -14px; + height: 32px; + border-style: solid; + border-width: 0 2px 2px 0; + border-bottom-color: var(--bb-content-border-color); + border-right-color: var(--bb-content-border-color); + border-bottom-right-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul > li > ul li::before, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul > li > ul li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul > li > ul li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul > li > ul li::before { + content: ""; + width: 2px; + height: 100%; + background-color: var(--bb-content-border-color); + position: absolute; + right: -26px; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul > li > ul li:not(.acomments-view-more):last-of-type::before, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul > li > ul li:not(.acomments-view-more):last-of-type::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul > li > ul li:not(.acomments-view-more):last-of-type::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul > li > ul li:not(.acomments-view-more):last-of-type::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul > li > ul .activity-state-popup li::before, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul > li > ul .activity-state-popup li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul > li > ul .activity-state-popup li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul > li > ul .activity-state-popup li::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul > li ul .item-avatar, +.buddypress-wrap .activity-comments.threaded-level-5 > ul > li ul .acomment-edit .ac-reply-avatar, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul > li ul .item-avatar, +.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul > li ul .item-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul > li ul .acomment-edit .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul > li ul .item-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul > li ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-5 > ul > li ul .acomment-edit .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul > li ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul > li ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul > li ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul > li ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar::before { + content: ""; + width: 16px; + position: absolute; + right: -26px; + top: -14px; + height: 32px; + border-style: solid; + border-width: 0 2px 2px 0; + border-bottom-color: var(--bb-content-border-color); + border-right-color: var(--bb-content-border-color); + border-bottom-right-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul .acomments-view-more::before { + content: ""; + background-color: transparent; + width: 16px; + position: absolute; + right: -26px; + top: -15px; + height: 32px; + border-style: solid; + border-width: 0 2px 2px 0; + border-bottom-color: var(--bb-content-border-color); + border-right-color: var(--bb-content-border-color); + border-bottom-right-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul .has-child-comments > .acomment-display::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 50px); + height: calc(100% - 50px); + background-color: var(--bb-content-border-color); + position: absolute; + right: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 50px); + height: calc(100% - 50px); + background-color: var(--bb-content-border-color); + position: absolute; + right: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul > li > ul { + margin-right: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul > li > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul > li > ul > li > ul { + margin-right: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul > li > ul > li > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul > li > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul > li > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul > li > ul > li > ul > li > ul { + margin-right: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-5 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before { + display: none; +} +#buddypress .buddypress-wrap .activity-comments.threaded-level-5 > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply, #buddypress .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply, +#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-5 > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply, +#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-5 > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul ul:has(> li.acomments-view-more:first-of-type), .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul ul:has(> li.acomments-view-more:first-of-type), +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul ul:has(> li.acomments-view-more:first-of-type), +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul ul:has(> li.acomments-view-more:first-of-type) { + margin-right: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul > .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul > .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul > .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul > .acomments-view-more::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul .comment-item-focus .display-focus::before, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul .comment-item-focus .display-focus::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul .comment-item-focus .display-focus::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul .comment-item-focus .display-focus::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 30px); + height: calc(100% - 30px); + background-color: var(--bb-content-border-color); + position: absolute; + right: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before { + content: ""; + width: 2px; + height: 100%; + background-color: var(--bb-content-border-color); + position: absolute; + right: -26px; + top: 3px; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul .comment-item-focus > .ac-form, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul .comment-item-focus > .ac-form, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul .comment-item-focus > .ac-form, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul .comment-item-focus > .ac-form { + margin-right: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul .comment-item-focus > .ac-form .ac-reply-avatar, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul .comment-item-focus > .ac-form .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar::before { + content: ""; + width: 16px; + position: absolute; + right: -26px; + top: -14px; + height: 32px; + border-style: solid; + border-width: 0 2px 2px 0; + border-bottom-color: var(--bb-content-border-color); + border-right-color: var(--bb-content-border-color); + border-bottom-right-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul > li > ul li::before, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul > li > ul li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul > li > ul li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul > li > ul li::before { + content: ""; + width: 2px; + height: 100%; + background-color: var(--bb-content-border-color); + position: absolute; + right: -26px; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul > li > ul li:not(.acomments-view-more):last-of-type::before, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul > li > ul li:not(.acomments-view-more):last-of-type::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul > li > ul li:not(.acomments-view-more):last-of-type::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul > li > ul li:not(.acomments-view-more):last-of-type::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul > li > ul .activity-state-popup li::before, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul > li > ul .activity-state-popup li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul > li > ul .activity-state-popup li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul > li > ul .activity-state-popup li::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul > li ul .item-avatar, +.buddypress-wrap .activity-comments.threaded-level-6 > ul > li ul .acomment-edit .ac-reply-avatar, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul > li ul .item-avatar, +.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul > li ul .item-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul > li ul .acomment-edit .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul > li ul .item-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul > li ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-6 > ul > li ul .acomment-edit .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul > li ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul > li ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul > li ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul > li ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar::before { + content: ""; + width: 16px; + position: absolute; + right: -26px; + top: -14px; + height: 32px; + border-style: solid; + border-width: 0 2px 2px 0; + border-bottom-color: var(--bb-content-border-color); + border-right-color: var(--bb-content-border-color); + border-bottom-right-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul .acomments-view-more::before { + content: ""; + background-color: transparent; + width: 16px; + position: absolute; + right: -26px; + top: -15px; + height: 32px; + border-style: solid; + border-width: 0 2px 2px 0; + border-bottom-color: var(--bb-content-border-color); + border-right-color: var(--bb-content-border-color); + border-bottom-right-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul .has-child-comments > .acomment-display::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 50px); + height: calc(100% - 50px); + background-color: var(--bb-content-border-color); + position: absolute; + right: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 50px); + height: calc(100% - 50px); + background-color: var(--bb-content-border-color); + position: absolute; + right: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul > li > ul { + margin-right: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul > li > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul > li > ul > li > ul { + margin-right: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul > li > ul > li > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul > li > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul > li > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul > li > ul > li > ul > li > ul { + margin-right: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-6 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before { + display: none; +} +#buddypress .buddypress-wrap .activity-comments.threaded-level-6 > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply, #buddypress .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply, +#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-6 > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply, +#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-6 > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul ul:has(> li.acomments-view-more:first-of-type), .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul ul:has(> li.acomments-view-more:first-of-type), +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul ul:has(> li.acomments-view-more:first-of-type), +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul ul:has(> li.acomments-view-more:first-of-type) { + margin-right: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul > .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul > .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul > .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul > .acomments-view-more::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul .comment-item-focus .display-focus::before, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul .comment-item-focus .display-focus::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul .comment-item-focus .display-focus::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul .comment-item-focus .display-focus::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 30px); + height: calc(100% - 30px); + background-color: var(--bb-content-border-color); + position: absolute; + right: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before { + content: ""; + width: 2px; + height: 100%; + background-color: var(--bb-content-border-color); + position: absolute; + right: -26px; + top: 3px; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul .comment-item-focus > .ac-form, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul .comment-item-focus > .ac-form, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul .comment-item-focus > .ac-form, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul .comment-item-focus > .ac-form { + margin-right: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul .comment-item-focus > .ac-form .ac-reply-avatar, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul .comment-item-focus > .ac-form .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar::before { + content: ""; + width: 16px; + position: absolute; + right: -26px; + top: -14px; + height: 32px; + border-style: solid; + border-width: 0 2px 2px 0; + border-bottom-color: var(--bb-content-border-color); + border-right-color: var(--bb-content-border-color); + border-bottom-right-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul > li > ul li::before, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul > li > ul li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul > li > ul li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul > li > ul li::before { + content: ""; + width: 2px; + height: 100%; + background-color: var(--bb-content-border-color); + position: absolute; + right: -26px; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul > li > ul li:not(.acomments-view-more):last-of-type::before, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul > li > ul li:not(.acomments-view-more):last-of-type::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul > li > ul li:not(.acomments-view-more):last-of-type::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul > li > ul li:not(.acomments-view-more):last-of-type::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul > li > ul .activity-state-popup li::before, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul > li > ul .activity-state-popup li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul > li > ul .activity-state-popup li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul > li > ul .activity-state-popup li::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul > li ul .item-avatar, +.buddypress-wrap .activity-comments.threaded-level-7 > ul > li ul .acomment-edit .ac-reply-avatar, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul > li ul .item-avatar, +.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul > li ul .item-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul > li ul .acomment-edit .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul > li ul .item-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul > li ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-7 > ul > li ul .acomment-edit .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul > li ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul > li ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul > li ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul > li ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar::before { + content: ""; + width: 16px; + position: absolute; + right: -26px; + top: -14px; + height: 32px; + border-style: solid; + border-width: 0 2px 2px 0; + border-bottom-color: var(--bb-content-border-color); + border-right-color: var(--bb-content-border-color); + border-bottom-right-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul .acomments-view-more::before { + content: ""; + background-color: transparent; + width: 16px; + position: absolute; + right: -26px; + top: -15px; + height: 32px; + border-style: solid; + border-width: 0 2px 2px 0; + border-bottom-color: var(--bb-content-border-color); + border-right-color: var(--bb-content-border-color); + border-bottom-right-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul .has-child-comments > .acomment-display::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 50px); + height: calc(100% - 50px); + background-color: var(--bb-content-border-color); + position: absolute; + right: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 50px); + height: calc(100% - 50px); + background-color: var(--bb-content-border-color); + position: absolute; + right: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul > li > ul { + margin-right: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul > li > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul > li > ul > li > ul { + margin-right: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul > li > ul > li > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul > li > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul > li > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul > li > ul > li > ul > li > ul { + margin-right: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-7 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before { + display: none; +} +#buddypress .buddypress-wrap .activity-comments.threaded-level-7 > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply, #buddypress .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply, +#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-7 > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply, +#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-7 > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul ul:has(> li.acomments-view-more:first-of-type), .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul ul:has(> li.acomments-view-more:first-of-type), +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul ul:has(> li.acomments-view-more:first-of-type), +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul ul:has(> li.acomments-view-more:first-of-type) { + margin-right: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul > .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul > .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul > .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul > .acomments-view-more::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul .comment-item-focus .display-focus::before, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul .comment-item-focus .display-focus::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul .comment-item-focus .display-focus::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul .comment-item-focus .display-focus::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 30px); + height: calc(100% - 30px); + background-color: var(--bb-content-border-color); + position: absolute; + right: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before { + content: ""; + width: 2px; + height: 100%; + background-color: var(--bb-content-border-color); + position: absolute; + right: -26px; + top: 3px; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul .comment-item-focus > .ac-form, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul .comment-item-focus > .ac-form, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul .comment-item-focus > .ac-form, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul .comment-item-focus > .ac-form { + margin-right: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul .comment-item-focus > .ac-form .ac-reply-avatar, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul .comment-item-focus > .ac-form .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar::before { + content: ""; + width: 16px; + position: absolute; + right: -26px; + top: -14px; + height: 32px; + border-style: solid; + border-width: 0 2px 2px 0; + border-bottom-color: var(--bb-content-border-color); + border-right-color: var(--bb-content-border-color); + border-bottom-right-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul > li > ul li::before, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul > li > ul li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul > li > ul li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul > li > ul li::before { + content: ""; + width: 2px; + height: 100%; + background-color: var(--bb-content-border-color); + position: absolute; + right: -26px; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul > li > ul li:not(.acomments-view-more):last-of-type::before, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul > li > ul li:not(.acomments-view-more):last-of-type::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul > li > ul li:not(.acomments-view-more):last-of-type::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul > li > ul li:not(.acomments-view-more):last-of-type::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul > li > ul .activity-state-popup li::before, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul > li > ul .activity-state-popup li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul > li > ul .activity-state-popup li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul > li > ul .activity-state-popup li::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul > li ul .item-avatar, +.buddypress-wrap .activity-comments.threaded-level-8 > ul > li ul .acomment-edit .ac-reply-avatar, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul > li ul .item-avatar, +.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul > li ul .item-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul > li ul .acomment-edit .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul > li ul .item-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul > li ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-8 > ul > li ul .acomment-edit .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul > li ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul > li ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul > li ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul > li ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar::before { + content: ""; + width: 16px; + position: absolute; + right: -26px; + top: -14px; + height: 32px; + border-style: solid; + border-width: 0 2px 2px 0; + border-bottom-color: var(--bb-content-border-color); + border-right-color: var(--bb-content-border-color); + border-bottom-right-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul .acomments-view-more::before { + content: ""; + background-color: transparent; + width: 16px; + position: absolute; + right: -26px; + top: -15px; + height: 32px; + border-style: solid; + border-width: 0 2px 2px 0; + border-bottom-color: var(--bb-content-border-color); + border-right-color: var(--bb-content-border-color); + border-bottom-right-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul .has-child-comments > .acomment-display::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 50px); + height: calc(100% - 50px); + background-color: var(--bb-content-border-color); + position: absolute; + right: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 50px); + height: calc(100% - 50px); + background-color: var(--bb-content-border-color); + position: absolute; + right: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul > li > ul { + margin-right: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul > li > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul > li > ul > li > ul { + margin-right: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul > li > ul > li > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul > li > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul > li > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul > li > ul > li > ul > li > ul { + margin-right: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-8 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before { + display: none; +} +#buddypress .buddypress-wrap .activity-comments.threaded-level-8 > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply, #buddypress .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply, +#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-8 > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply, +#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-8 > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul ul:has(> li.acomments-view-more:first-of-type), .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul ul:has(> li.acomments-view-more:first-of-type), +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul ul:has(> li.acomments-view-more:first-of-type), +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul ul:has(> li.acomments-view-more:first-of-type) { + margin-right: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul > .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul > .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul > .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul > .acomments-view-more::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul .comment-item-focus .display-focus::before, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul .comment-item-focus .display-focus::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul .comment-item-focus .display-focus::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul .comment-item-focus .display-focus::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 30px); + height: calc(100% - 30px); + background-color: var(--bb-content-border-color); + position: absolute; + right: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before { + content: ""; + width: 2px; + height: 100%; + background-color: var(--bb-content-border-color); + position: absolute; + right: -26px; + top: 3px; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul .comment-item-focus > .ac-form, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul .comment-item-focus > .ac-form, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul .comment-item-focus > .ac-form, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul .comment-item-focus > .ac-form { + margin-right: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul .comment-item-focus > .ac-form .ac-reply-avatar, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul .comment-item-focus > .ac-form .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar::before { + content: ""; + width: 16px; + position: absolute; + right: -26px; + top: -14px; + height: 32px; + border-style: solid; + border-width: 0 2px 2px 0; + border-bottom-color: var(--bb-content-border-color); + border-right-color: var(--bb-content-border-color); + border-bottom-right-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul > li > ul li::before, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul > li > ul li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul > li > ul li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul > li > ul li::before { + content: ""; + width: 2px; + height: 100%; + background-color: var(--bb-content-border-color); + position: absolute; + right: -26px; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul > li > ul li:not(.acomments-view-more):last-of-type::before, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul > li > ul li:not(.acomments-view-more):last-of-type::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul > li > ul li:not(.acomments-view-more):last-of-type::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul > li > ul li:not(.acomments-view-more):last-of-type::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul > li > ul .activity-state-popup li::before, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul > li > ul .activity-state-popup li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul > li > ul .activity-state-popup li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul > li > ul .activity-state-popup li::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul > li ul .item-avatar, +.buddypress-wrap .activity-comments.threaded-level-9 > ul > li ul .acomment-edit .ac-reply-avatar, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul > li ul .item-avatar, +.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul > li ul .item-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul > li ul .acomment-edit .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul > li ul .item-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul > li ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-9 > ul > li ul .acomment-edit .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul > li ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul > li ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul > li ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul > li ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar::before { + content: ""; + width: 16px; + position: absolute; + right: -26px; + top: -14px; + height: 32px; + border-style: solid; + border-width: 0 2px 2px 0; + border-bottom-color: var(--bb-content-border-color); + border-right-color: var(--bb-content-border-color); + border-bottom-right-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul .acomments-view-more::before { + content: ""; + background-color: transparent; + width: 16px; + position: absolute; + right: -26px; + top: -15px; + height: 32px; + border-style: solid; + border-width: 0 2px 2px 0; + border-bottom-color: var(--bb-content-border-color); + border-right-color: var(--bb-content-border-color); + border-bottom-right-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul .has-child-comments > .acomment-display::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 50px); + height: calc(100% - 50px); + background-color: var(--bb-content-border-color); + position: absolute; + right: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 50px); + height: calc(100% - 50px); + background-color: var(--bb-content-border-color); + position: absolute; + right: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul > li > ul { + margin-right: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul > li > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul > li > ul > li > ul { + margin-right: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul > li > ul > li > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul > li > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul > li > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul > li > ul > li > ul > li > ul { + margin-right: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-9 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before { + display: none; +} +#buddypress .buddypress-wrap .activity-comments.threaded-level-9 > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply, #buddypress .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply, +#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-9 > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply, +#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-9 > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul ul:has(> li.acomments-view-more:first-of-type), .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul ul:has(> li.acomments-view-more:first-of-type), +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul ul:has(> li.acomments-view-more:first-of-type), +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul ul:has(> li.acomments-view-more:first-of-type) { + margin-right: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul > .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul > .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul > .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul > .acomments-view-more::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul .comment-item-focus .display-focus::before, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul .comment-item-focus .display-focus::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul .comment-item-focus .display-focus::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul .comment-item-focus .display-focus::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 30px); + height: calc(100% - 30px); + background-color: var(--bb-content-border-color); + position: absolute; + right: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before { + content: ""; + width: 2px; + height: 100%; + background-color: var(--bb-content-border-color); + position: absolute; + right: -26px; + top: 3px; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul .comment-item-focus > .ac-form, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul .comment-item-focus > .ac-form, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul .comment-item-focus > .ac-form, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul .comment-item-focus > .ac-form { + margin-right: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul .comment-item-focus > .ac-form .ac-reply-avatar, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul .comment-item-focus > .ac-form .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar::before { + content: ""; + width: 16px; + position: absolute; + right: -26px; + top: -14px; + height: 32px; + border-style: solid; + border-width: 0 2px 2px 0; + border-bottom-color: var(--bb-content-border-color); + border-right-color: var(--bb-content-border-color); + border-bottom-right-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul > li > ul li::before, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul > li > ul li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul > li > ul li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul > li > ul li::before { + content: ""; + width: 2px; + height: 100%; + background-color: var(--bb-content-border-color); + position: absolute; + right: -26px; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul > li > ul li:not(.acomments-view-more):last-of-type::before, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul > li > ul li:not(.acomments-view-more):last-of-type::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul > li > ul li:not(.acomments-view-more):last-of-type::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul > li > ul li:not(.acomments-view-more):last-of-type::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul > li > ul .activity-state-popup li::before, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul > li > ul .activity-state-popup li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul > li > ul .activity-state-popup li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul > li > ul .activity-state-popup li::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul > li ul .item-avatar, +.buddypress-wrap .activity-comments.threaded-level-10 > ul > li ul .acomment-edit .ac-reply-avatar, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul > li ul .item-avatar, +.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul > li ul .item-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul > li ul .acomment-edit .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul > li ul .item-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul > li ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-10 > ul > li ul .acomment-edit .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul > li ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul > li ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul > li ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul > li ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar::before { + content: ""; + width: 16px; + position: absolute; + right: -26px; + top: -14px; + height: 32px; + border-style: solid; + border-width: 0 2px 2px 0; + border-bottom-color: var(--bb-content-border-color); + border-right-color: var(--bb-content-border-color); + border-bottom-right-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul .acomments-view-more::before { + content: ""; + background-color: transparent; + width: 16px; + position: absolute; + right: -26px; + top: -15px; + height: 32px; + border-style: solid; + border-width: 0 2px 2px 0; + border-bottom-color: var(--bb-content-border-color); + border-right-color: var(--bb-content-border-color); + border-bottom-right-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul .has-child-comments > .acomment-display::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 50px); + height: calc(100% - 50px); + background-color: var(--bb-content-border-color); + position: absolute; + right: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 50px); + height: calc(100% - 50px); + background-color: var(--bb-content-border-color); + position: absolute; + right: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul > li > ul { + margin-right: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul > li > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul > li > ul > li > ul { + margin-right: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul > li > ul > li > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul > li > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul > li > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul > li > ul > li > ul > li > ul { + margin-right: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-10 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before { + display: none; +} +#buddypress .buddypress-wrap .activity-comments.threaded-level-10 > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply, #buddypress .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply, +#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-10 > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply, +#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-10 > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before { + display: none; +} + +@media screen and (max-width: 480px) { + .activity-list .activity-item .activity-comments > ul > li > ul > li > ul > li > ul .acomment-display .ac-emotions_list.active, + .activity-list .activity-item.elementor-activity-item .activity-comments > ul > li > ul > li > ul > li > ul .acomment-display .ac-emotions_list.active { + right: -40px; + } + body:not(.bb-is-mobile) .activity-list .activity-item .activity-comments > ul > li > ul > li > ul > li > ul .acomment-display .ac-emotions_list:hover, + body:not(.bb-is-mobile) .activity-list .activity-item.elementor-activity-item .activity-comments > ul > li > ul > li > ul > li > ul .acomment-display .ac-emotions_list:hover { + right: -40px; + } + + .bb-media-model-wrapper .activity-list .activity-item .activity-comments > ul > li > ul > li > ul > li > ul .acomment-display .ac-emotions_list.active { + right: -60px; + } + body:not(.bb-is-mobile) .bb-media-model-wrapper .activity-list .activity-item .activity-comments > ul > li > ul > li > ul > li > ul .acomment-display .ac-emotions_list:hover { + right: -60px; + } +} +@media screen and (max-width: 420px) { + .activity-list .activity-item .activity-comments > ul > li > ul > li > ul > li > ul .acomment-display .ac-emotions_list.active, + .activity-list .activity-item.elementor-activity-item .activity-comments > ul > li > ul > li > ul > li > ul .acomment-display .ac-emotions_list.active { + right: -70px; + } + body:not(.bb-is-mobile) .activity-list .activity-item .activity-comments > ul > li > ul > li > ul > li > ul .acomment-display .ac-emotions_list:hover, + body:not(.bb-is-mobile) .activity-list .activity-item.elementor-activity-item .activity-comments > ul > li > ul > li > ul > li > ul .acomment-display .ac-emotions_list:hover { + right: -70px; + } + + .bb-media-model-wrapper .activity-list .activity-item .activity-comments > ul > li > ul > li > ul .acomment-display .ac-emotions_list.active { + right: -70px; + } + body:not(.bb-is-mobile) .bb-media-model-wrapper .activity-list .activity-item .activity-comments > ul > li > ul > li > ul .acomment-display .ac-emotions_list:hover { + right: -70px; + } + + .bb-media-model-wrapper .activity-list .activity-item .activity-comments > ul > li > ul > li > ul > li > ul .acomment-display .ac-emotions_list.active { + right: -90px; + } + body:not(.bb-is-mobile) .bb-media-model-wrapper .activity-list .activity-item .activity-comments > ul > li > ul > li > ul > li > ul .acomment-display .ac-emotions_list:hover { + right: -90px; + } +} +/* Comments reply link graph ==> Ends Here */ +/* Members */ +.avatar { + border-radius: 50%; + image-rendering: optimize-contrast; +} + +.subnav-search.members-search { + float: left; + margin-top: -56px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} +@media screen and (max-width: 370px) { + .subnav-search.members-search { + margin-top: -10px; + margin-bottom: 15px; + } +} + +.buddypress-wrap .subnav-search.members-search .subnav-filters { + margin-top: 0; + margin-right: 10px; +} + +#buddypress #dir-members-search { + border: 0; + background-color: transparent; + padding-right: 32px; + font-size: 14px; + height: 34px; +} + +.member-status { + background: var(--bb-success-color); + border: 2px solid var(--bb-content-background-color); + border-radius: 100%; + position: absolute; + width: 12px; + height: 12px; + left: 2px; + top: 0; +} +.member-status.offline { + opacity: 0; + visibility: hidden; +} +.grid .member-status { + left: 18px; + top: 5px; + width: 14px; + height: 14px; +} + +.single-headers .member-status { + left: 25px; + top: 14px; + width: 15px; + height: 15px; +} + +#members-list.grid, +#friend-list.grid, +#groups-list.grid { + margin: 0 -10px; +} + #friend-list.item-list .item-avatar img, #members-list.item-list .item-avatar img { border-radius: 50%; @@ -13176,7 +15232,6 @@ body.activity .activity-list .activity-item .activity-content.document-activity margin: 0; padding: 0; } - #friend-list.item-list:not(.grid) .list-wrap, #members-list.item-list:not(.grid) .list-wrap, .item-list.bp-search-results-list:not(.grid) .list-wrap, @@ -13185,7 +15240,6 @@ body.activity .activity-list .activity-item .activity-content.document-activity display: -ms-flexbox; display: flex; } - #friend-list.item-list:not(.grid) li:first-child .list-wrap, #members-list.item-list:not(.grid) li:first-child .list-wrap, .item-list.bp-search-results-list:not(.grid) li:first-child .list-wrap, @@ -13193,7 +15247,6 @@ body.activity .activity-list .activity-item .activity-content.document-activity border-top-right-radius: var(--bb-block-radius); border-top-left-radius: var(--bb-block-radius); } - #friend-list.item-list:not(.grid) li:last-child .list-wrap, #members-list.item-list:not(.grid) li:last-child .list-wrap, .item-list.bp-search-results-list:not(.grid) li:last-child .list-wrap, @@ -13201,14 +15254,12 @@ body.activity .activity-list .activity-item .activity-content.document-activity border-bottom-right-radius: var(--bb-block-radius); border-bottom-left-radius: var(--bb-block-radius); } - #friend-list.item-list:not(.grid) li:last-child:first-child .list-wrap, #members-list.item-list:not(.grid) li:last-child:first-child .list-wrap, .item-list.bp-search-results-list:not(.grid) li:last-child:first-child .list-wrap, .item-list.groups-list:not(.grid) li:last-child:first-child .list-wrap { border-radius: var(--bb-block-radius); } - #friend-list.item-list .list-wrap, #members-list.item-list .list-wrap, .item-list.bp-search-results-list .list-wrap, @@ -13222,37 +15273,35 @@ body.activity .activity-list .activity-item .activity-content.document-activity -webkit-transition: box-shadow linear 0.2s; transition: box-shadow linear 0.2s; } - -#friend-list.item-list .list-wrap:hover, -#members-list.item-list .list-wrap:hover, -.item-list.bp-search-results-list .list-wrap:hover, -.item-list.groups-list .list-wrap:hover { +#friend-list.item-list .list-wrap:hover, #members-list.item-list .list-wrap:hover, .item-list.bp-search-results-list .list-wrap:hover, .item-list.groups-list .list-wrap:hover { box-shadow: 0 3px 24px 0 rgba(18, 43, 70, 0.08); position: relative; z-index: 10; } - +.user_more_option_open #friend-list.item-list .list-wrap:hover, +.user_more_option_open #members-list.item-list .list-wrap:hover, +.user_more_option_open .item-list.bp-search-results-list .list-wrap:hover, +.user_more_option_open .item-list.groups-list .list-wrap:hover { + z-index: 11; +} #friend-list.item-list.grid .list-wrap, #members-list.item-list.grid .list-wrap, .item-list.bp-search-results-list.grid .list-wrap, .item-list.groups-list.grid .list-wrap { border-radius: var(--bb-block-radius); } - #friend-list.item-list.grid .list-wrap.secondary-buttons, #members-list.item-list.grid .list-wrap.secondary-buttons, .item-list.bp-search-results-list.grid .list-wrap.secondary-buttons, .item-list.groups-list.grid .list-wrap.secondary-buttons { padding: 15px 20px 52px; } - #friend-list.item-list.grid .list-wrap.secondary-buttons.no-secondary-buttons.no-primary-button, #members-list.item-list.grid .list-wrap.secondary-buttons.no-secondary-buttons.no-primary-button, .item-list.bp-search-results-list.grid .list-wrap.secondary-buttons.no-secondary-buttons.no-primary-button, .item-list.groups-list.grid .list-wrap.secondary-buttons.no-secondary-buttons.no-primary-button { padding-bottom: 20px; } - #friend-list.item-list .item-avatar img, #members-list.item-list .item-avatar img, .item-list.bp-search-results-list .item-avatar img, @@ -13264,7 +15313,6 @@ body.activity .activity-list .activity-item .activity-content.document-activity border-top-right-radius: var(--bb-block-radius); border-top-left-radius: var(--bb-block-radius); } - .members-group-list li.last-of-type .list-wrap { border-bottom-right-radius: var(--bb-block-radius); border-bottom-left-radius: var(--bb-block-radius); @@ -13273,7 +15321,6 @@ body.activity .activity-list .activity-item .activity-content.document-activity body.search-results .item-list.bp-search-results-list:not(.grid) li:first-child .list-wrap { border-radius: 0; } - body.search-results .item-list.bp-search-results-list:not(.grid) li:last-child .list-wrap { border-radius: 0; } @@ -13281,15 +15328,12 @@ body.search-results .item-list.bp-search-results-list:not(.grid) li:last-child . #members-list.item-list.grid .list-wrap.primary-button.secondary-buttons { padding-bottom: 115px; } - #members-list.item-list.grid .list-wrap.primary-button.no-secondary-buttons { padding-bottom: 75px; } - #members-list.item-list.grid .list-wrap.primary-button.no-secondary-buttons .primary-action { bottom: 10px; } - #members-list.item-list.grid .list-wrap.primary-button .primary-action { position: absolute; right: 20px; @@ -13301,7 +15345,6 @@ body.search-results .item-list.bp-search-results-list:not(.grid) li:last-child . body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.secondary-buttons { padding-bottom: 0; } - body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-secondary-buttons { padding-bottom: 0; } @@ -13314,7 +15357,6 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s #members-list.item-list:not(.grid) .list-wrap { display: block; } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner { -webkit-box-align: center; -ms-flex-align: center; @@ -13324,12 +15366,10 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s display: flex; padding-left: 40px; } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-status.online { left: 2px; top: 2px; } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner > .primary-action { -webkit-box-flex: 1; -ms-flex: 1; @@ -13338,13 +15378,11 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s -ms-flex-pack: end; justify-content: flex-end; } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item .item-block { -webkit-box-flex: unset; -ms-flex: unset; @@ -13352,11 +15390,9 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s width: -webkit-calc(100% - 125px); width: calc(100% - 125px); } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item .last-activity { margin-bottom: 0; } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap { display: -webkit-box; display: -ms-flexbox; @@ -13372,27 +15408,66 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s -ms-flex-pack: end; justify-content: flex-end; } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .primary-action .generic-button { margin: 0; } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .primary-action .generic-button > * { min-width: 200px; margin-bottom: 0; } - #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item { -webkit-box-flex: 0; -ms-flex: 0 0 60%; flex: 0 0 60%; } - #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap { margin: 0 10px 0 0; } +@media screen and (min-width: 1181px) { + body.my-account.my-friends.has-sidebar .bp-vertical-navs #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner { + -ms-flex-wrap: wrap; + flex-wrap: wrap; + } + body.my-account.my-friends.has-sidebar .bp-vertical-navs #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item { + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-flex: 0; + -ms-flex: 0 0 44%; + flex: 0 0 44%; + margin-top: 15px; + margin-bottom: 15px; + } + body.my-account.my-friends.has-sidebar .bp-vertical-navs #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item .item-block { + width: 100%; + margin-bottom: 10px; + } + body.my-account.my-friends.has-sidebar .bp-vertical-navs #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .member-buttons-wrap { + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + margin-right: 60px; + } + body.my-account.my-friends.has-sidebar .bp-vertical-navs #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap { + margin: 0 20px 0 15px; + -webkit-box-flex: unset; + -ms-flex: unset; + flex: unset; + } + body.my-account.my-friends.has-sidebar .bp-vertical-navs #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap > .generic-button { + padding: 6px 0 7px 15px; + } + body.my-account.my-friends.has-sidebar .bp-vertical-navs #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner > .primary-action { + -webkit-box-flex: unset; + -ms-flex: unset; + flex: unset; + } +} @media screen and (min-width: 800px) and (max-width: 1440px) { - body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item { -webkit-box-align: start; -ms-flex-align: start; @@ -13406,28 +15481,23 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s flex: 0 0 44%; margin-top: 15px; } - body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item .item-block { width: 100%; margin-bottom: 10px; } - body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap { -webkit-box-flex: unset; -ms-flex: unset; flex: unset; } - body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap > .generic-button { padding: 6px 0 7px 15px; } - body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner > .primary-action { -webkit-box-flex: unset; -ms-flex: unset; flex: unset; } - body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .item { -webkit-box-align: start; -ms-flex-align: start; @@ -13441,22 +15511,18 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s flex: 0 0 44%; margin-top: 15px; } - body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .item .item-block { width: 100%; margin-bottom: 10px; } - body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap { -webkit-box-flex: unset; -ms-flex: unset; flex: unset; } - body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap > .generic-button { padding: 6px 0 7px 15px; } - body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner > .primary-action { -webkit-box-flex: unset; -ms-flex: unset; @@ -13464,38 +15530,32 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s } } @media screen and (min-width: 800px) and (max-width: 1340px) { - body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner { -ms-flex-wrap: wrap; flex-wrap: wrap; } - body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item { -webkit-box-flex: 0; -ms-flex: 0 0 55%; flex: 0 0 55%; margin-bottom: 15px; } - body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .member-buttons-wrap { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; margin-right: 60px; } - body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap { margin: 0 20px 0 15px; -webkit-box-flex: unset; -ms-flex: unset; flex: unset; } - body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner { -ms-flex-wrap: wrap; flex-wrap: wrap; } - body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -13508,14 +15568,12 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s -ms-flex: 0 0 50%; flex: 0 0 50%; } - body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item .item-block { margin-bottom: 10px; width: 100%; } } @media screen and (min-width: 800px) and (max-width: 1320px) { - body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item { -webkit-box-align: start; -ms-flex-align: start; @@ -13529,28 +15587,23 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s flex: 0 0 44%; margin-top: 15px; } - body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item .item-block { width: 100%; margin-bottom: 10px; } - body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap { -webkit-box-flex: unset; -ms-flex: unset; flex: unset; } - body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap > .generic-button { padding: 6px 0 7px 15px; } - body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner > .primary-action { -webkit-box-flex: unset; -ms-flex: unset; flex: unset; } - body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .item { -webkit-box-align: start; -ms-flex-align: start; @@ -13564,22 +15617,18 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s flex: 0 0 44%; margin-top: 15px; } - body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .item .item-block { width: 100%; margin-bottom: 10px; } - body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap { -webkit-box-flex: unset; -ms-flex: unset; flex: unset; } - body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap > .generic-button { padding: 6px 0 7px 15px; } - body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner > .primary-action { -webkit-box-flex: unset; -ms-flex: unset; @@ -13587,7 +15636,6 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s } } @media screen and (min-width: 800px) and (max-width: 1200px) { - body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 80px); @@ -13595,18 +15643,15 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s flex: 0 0 calc(100% - 80px); margin-bottom: 10px; } - body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item .item-block { margin-bottom: 10px; width: 100%; } - body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .member-buttons-wrap { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } - body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap { -webkit-box-flex: unset; -ms-flex: unset; @@ -13615,7 +15660,6 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s } } @media screen and (min-width: 800px) and (max-width: 1120px) { - body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 80px); @@ -13625,38 +15669,32 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s } } @media screen and (min-width: 800px) and (max-width: 1180px) { - body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner { -ms-flex-wrap: wrap; flex-wrap: wrap; } - body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item { -webkit-box-flex: 0; -ms-flex: 0 0 55%; flex: 0 0 55%; margin-bottom: 15px; } - body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .member-buttons-wrap { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; margin-right: 60px; } - body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap { margin: 0 20px 0 15px; -webkit-box-flex: unset; -ms-flex: unset; flex: unset; } - body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner { -ms-flex-wrap: wrap; flex-wrap: wrap; } - body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -13669,14 +15707,12 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s -ms-flex: 0 0 50%; flex: 0 0 50%; } - body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item .item-block { margin-bottom: 10px; width: 100%; } } @media screen and (min-width: 1120px) and (max-width: 1440px) { - body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item { -webkit-box-align: center; -ms-flex-align: center; @@ -13691,7 +15727,6 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s margin-bottom: 0; margin-top: 0; } - body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item .item-block { -webkit-box-flex: unset; -ms-flex: unset; @@ -13699,20 +15734,17 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s width: -webkit-calc(100% - 125px); width: calc(100% - 125px); } - body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .member-buttons-wrap { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; margin-right: 0; } - body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap { margin-right: 0; } } @media screen and (min-width: 1060px) and (max-width: 1440px) { - body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item { -webkit-box-align: center; -ms-flex-align: center; @@ -13725,7 +15757,6 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s -ms-flex-direction: row; flex-direction: row; } - body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item .item-block { -webkit-box-flex: unset; -ms-flex: unset; @@ -13733,19 +15764,16 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s width: -webkit-calc(100% - 125px); width: calc(100% - 125px); } - body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .member-buttons-wrap { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } - body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap { margin-right: 0; } } @media screen and (min-width: 800px) and (max-width: 1060px) { - #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap { -webkit-box-flex: unset; -ms-flex: unset; @@ -13756,13 +15784,11 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s margin-bottom: 10px; margin-right: 0; } - #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap > .generic-button { -webkit-box-flex: unset; -ms-flex: unset; flex: unset; } - #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .member-buttons-wrap { -webkit-box-flex: unset; -ms-flex: unset; @@ -13773,7 +15799,6 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s flex-direction: column; margin-right: 80px; } - #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .member-buttons-wrap > .primary-action { -webkit-box-pack: start; -ms-flex-pack: start; @@ -13781,7 +15806,6 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s } } @media screen and (max-width: 799px) { - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner { -ms-flex-wrap: wrap; flex-wrap: wrap; @@ -13790,13 +15814,11 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s justify-content: flex-start; padding-left: 20px; } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap { -webkit-box-flex: unset; -ms-flex: unset; flex: unset; } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item { -webkit-box-align: start; -ms-flex-align: start; @@ -13811,7 +15833,6 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s margin-bottom: 15px; margin-top: 15px; } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item .item-block { -webkit-box-flex: unset; -ms-flex: unset; @@ -13819,20 +15840,17 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s width: 100%; margin-bottom: 10px; } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap { margin-right: 70px; -webkit-box-flex: unset; -ms-flex: unset; flex: unset; } - #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; } - #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .member-buttons-wrap { -webkit-box-flex: 1; -ms-flex: 1; @@ -13840,21 +15858,18 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s } } @media screen and (max-width: 600px) { - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 80px); flex: 0 0 -webkit-calc(100% - 80px); flex: 0 0 calc(100% - 80px); } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 80px); flex: 0 0 -webkit-calc(100% - 80px); flex: 0 0 calc(100% - 80px); } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap { -webkit-box-flex: 1; -ms-flex: 1; @@ -13863,14 +15878,12 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s -ms-flex-pack: start; justify-content: flex-start; } - #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 80px); flex: 0 0 -webkit-calc(100% - 80px); flex: 0 0 calc(100% - 80px); } - #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap { -webkit-box-flex: unset; -ms-flex: unset; @@ -13879,30 +15892,24 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s } } @media screen and (max-width: 480px) { - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item { margin-top: 0; } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap { margin-right: 78px; } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap .member-button-wrap > .generic-button { padding-right: 0; } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-type { margin: 5px 0 10px; display: block; } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -13912,20 +15919,17 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s -ms-flex-align: start; align-items: flex-start; } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap .member-button-wrap .generic-button { -webkit-box-flex: unset; -ms-flex: unset; flex: unset; } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap { margin-right: 0; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } - #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item { -webkit-box-flex: 1; -ms-flex: auto; @@ -13933,19 +15937,16 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s } } @media screen and (max-width: 370px) { - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap { margin-right: 0; } } - #members-list.item-list:not(.grid) .list-wrap .button-wrap.member-button-wrap.footer-button-wrap .generic-button { border: 0; } @@ -13953,12 +15954,10 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s #members-list.item-list li .bp-members-list-hook .more-action-button { display: none; } - #members-list.item-list li .bp-members-list-hook .generic-button { margin: 10px 0 0; display: block; } - #members-list.item-list li .bp-members-list-hook .generic-button a { font-size: 13px; display: block; @@ -13971,33 +15970,27 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s text-align: center; line-height: 1; } - #members-list.item-list li .bp-members-list-hook .generic-button a:hover { color: #4c464e; } - #members-list.item-list:not(.grid) .has_hook_content.list-wrap { padding-left: 35px; } @media screen and (max-width: 1240px) { - #members-list.item-list:not(.grid) .has_hook_content.list-wrap { padding-bottom: 25px; } } @media screen and (max-width: 880px) and (min-width: 768px) { - #members-list.item-list:not(.grid) li .has_hook_content .button-wrap.member-button-wrap { padding-left: 6px; } } @media screen and (max-width: 480px) { - #members-list.item-list:not(.grid) li .has_hook_content .button-wrap.member-button-wrap { padding-left: 6px; } } - #members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button { position: absolute; left: 0; @@ -14006,30 +15999,25 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s z-index: 11; display: block; } - #members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button i.bb-icon-menu-dots-h { font-size: 20px; color: #939597; } @media screen and (max-width: 1240px) { - #members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button { left: -4px; } - #members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button i.bb-icon-menu-dots-h { font-size: 24px; } } @media screen and (max-width: 1100px) and (min-width: 768px) { - #members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button { top: inherit; bottom: 26px; } } @media screen and (max-width: 880px) and (min-width: 768px) { - #members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button { top: 50%; bottom: inherit; @@ -14040,14 +16028,12 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s } } @media screen and (max-width: 680px) { - #members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button { top: inherit; bottom: 27px; } } @media screen and (max-width: 480px) { - #members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button { left: -1px; top: 50%; @@ -14058,7 +16044,6 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s margin-top: -4px; } } - #members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner { opacity: 0; visibility: hidden; @@ -14076,35 +16061,30 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s z-index: 111; } @media screen and (max-width: 1100px) and (min-width: 768px) { - #members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner { top: 100%; margin-top: -20px; } } @media screen and (max-width: 880px) and (min-width: 768px) { - #members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner { top: 50%; margin-top: 20px; } } @media screen and (max-width: 680px) { - #members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner { top: 100%; margin-top: -20px; } } @media screen and (max-width: 480px) { - #members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner { top: 50%; margin-top: 20px; } } - -#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner::before { +#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner:before { content: " "; position: absolute; width: 0; @@ -14126,16 +16106,13 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s opacity: 1; visibility: visible; } - #members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner .generic-button { margin: 0 0 15px; display: block; } - #members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner .generic-button:last-child { margin: 0; } - #members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner .generic-button a { font-size: 14px; min-height: 34px; @@ -14147,38 +16124,37 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s min-width: 140px; line-height: 1.5; } - #members-list.item-list:not(.grid) li.active { z-index: 111; } - #members-list.item-list:not(.grid) li.active .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner { opacity: 1; visibility: visible; } - #members-list.item-list.grid.bp-list .item-avatar { margin-top: 30px; } - #members-list.item-list.grid .member-type { margin-bottom: 20px; margin-top: -30px; position: relative; } - +#members-list.item-list.grid .member-type .bp-member-type { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + max-width: 100%; +} #members-list.item-list:not(.grid) .member-name { display: inline-block; vertical-align: middle; margin-bottom: 5px; } - #members-list.item-list:not(.grid) .member-type { display: inline-block; margin: 0 10px 5px 0; vertical-align: middle; } - #members-list.item-list:not(.grid) .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap { display: -webkit-box !important; display: -ms-flexbox !important; @@ -14194,15 +16170,14 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s border: 0; margin: 0 0 0 15px; } - #members-list.item-list:not(.grid) .bb_more_options.member-dropdown { top: 50%; - -webkit-transform: translateY(-54%); - -ms-transform: translateY(-54%); - transform: translateY(-54%); + margin-top: -18px; z-index: 11; } - +#members-list.item-list:not(.grid) .bb_more_options.member-dropdown.more_option_active { + z-index: 12; +} #members-list.item-list .member-name a { font-size: 18px; } @@ -14233,7 +16208,6 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s margin-bottom: 0; width: auto; } - #groups-list.grid > li, #members-list.grid > li, #friend-list.grid > li { @@ -14254,7 +16228,6 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s letter-spacing: -0.24px; line-height: 1.2; } - .list-title a:hover { color: var(--bb-primary-color); } @@ -14269,17 +16242,14 @@ body #buddypress .bp-list .action, body #bbpress-forums .bp-list .action { margin: 0; } - body #buddypress .bp-list .action .generic-button, body #bbpress-forums .bp-list .action .generic-button { margin: 0 0 0 10px; } - body #buddypress .bp-list .action .generic-button:last-child, body #bbpress-forums .bp-list .action .generic-button:last-child { margin-left: 0; } - body #buddypress .bp-list .action .generic-button button, body #bbpress-forums .bp-list .action .generic-button button { font-size: 13px; @@ -14295,12 +16265,10 @@ body #bbpress-forums .bp-list .action .generic-button button { -moz-font-smoothing: initial; box-shadow: none; } - body #buddypress .bp-list .action .generic-button button:focus, body #bbpress-forums .bp-list .action .generic-button button:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - body #buddypress .bp-list .action .generic-button button:hover, body #buddypress .bp-list .action .generic-button button:focus, body #buddypress .bp-list .action .generic-button button:active, body #bbpress-forums .bp-list .action .generic-button button:hover, body #bbpress-forums .bp-list .action .generic-button button:focus, @@ -14309,19 +16277,16 @@ body #bbpress-forums .bp-list .action .generic-button button:active { color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - body #buddypress .bp-list .action .generic-button button.join-group, body #bbpress-forums .bp-list .action .generic-button button.join-group { background-color: var(--bb-secondary-button-background-regular); color: var(--bb-secondary-button-text-regular); border: 1px solid var(--bb-secondary-button-border-regular); } - body #buddypress .bp-list .action .generic-button button.join-group:focus, body #bbpress-forums .bp-list .action .generic-button button.join-group:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - body #buddypress .bp-list .action .generic-button button.join-group:hover, body #buddypress .bp-list .action .generic-button button.join-group:focus, body #buddypress .bp-list .action .generic-button button.join-group:active, body #bbpress-forums .bp-list .action .generic-button button.join-group:hover, body #bbpress-forums .bp-list .action .generic-button button.join-group:focus, @@ -14343,7 +16308,6 @@ body #bbpress-forums .bp-list.members-list .action .generic-button a { margin-bottom: 0; box-shadow: none; } - body #buddypress .bp-list.members-list .action .generic-button button:hover, body #buddypress .bp-list.members-list .action .generic-button a:hover, body #bbpress-forums .bp-list.members-list .action .generic-button button:hover, @@ -14390,7 +16354,6 @@ body #bbpress-forums .bp-list.members-list .action .generic-button a:hover { float: right; margin-left: 20px; } - .bp-list li .item-avatar a { display: inline-block; position: relative; @@ -14430,34 +16393,28 @@ body.logged-in .bp-list li .item .item-block { #friend-list.bp-list.grid li { margin-bottom: 20px; } - #members-list.bp-list.grid .item-avatar, #friend-list.bp-list.grid .item-avatar { margin-bottom: 18px; margin-top: 10px; } - #members-list.bp-list.grid .item-avatar a, #friend-list.bp-list.grid .item-avatar a { display: inline-block; } - #members-list.bp-list.grid .item-avatar img, #friend-list.bp-list.grid .item-avatar img { max-width: 126px; width: 100%; } - #members-list.bp-list.grid .action, #friend-list.bp-list.grid .action { text-align: center; } - #members-list.bp-list.grid .action .generic-button, #friend-list.bp-list.grid .action .generic-button { margin: 0; } - #members-list.bp-list.grid .action .generic-button a, #members-list.bp-list.grid .action .generic-button button, #friend-list.bp-list.grid .action .generic-button a, @@ -14470,7 +16427,6 @@ body.logged-in .bp-list li .item .item-block { .buddypress-wrap .grid.bp-list > li .item .item-block { margin-bottom: 0; } - .buddypress-wrap .grid.bp-list > li .item .item-block .member-name { margin-bottom: 5px; } @@ -14498,7 +16454,6 @@ body.logged-in .bp-list li .item .item-block { #friend-list.grid .list-wrap .item-block { min-height: 10px; } - #members-list.grid .list-wrap .item-block .member-name a, #friend-list.grid .list-wrap .item-block .member-name a { width: 100%; @@ -14534,7 +16489,6 @@ div#buddypress .bs-members-items.list-view .bs-meta-xprofile_field { -ms-hyphens: auto; hyphens: auto; } - div#buddypress .bs-members-items.list-view .bs-meta-bp_member_last_post.normal span:not(.bs-output), div#buddypress .bs-members-items.list-view .bs-meta-xprofile_field.normal span:not(.bs-output) { font-size: 13px; @@ -14556,7 +16510,6 @@ div#buddypress .bs-members-items.list-view .bs-meta-xprofile_field.normal span:n .bp-secondary-header { margin-bottom: 20px; } - .bp-secondary-header .bb-icon-sort-desc, .bp-secondary-header .bb-icon-grid-view-small, .bp-secondary-header .bb-icon-list-view-small { @@ -14579,7 +16532,6 @@ div#buddypress .bs-members-items.list-view .bs-meta-xprofile_field.normal span:n display: flex; font-size: 21px; } - .buddypress-wrap .grid-filters a { color: var(--bb-headings-color); display: -webkit-box; @@ -14594,12 +16546,10 @@ div#buddypress .bs-members-items.list-view .bs-meta-xprofile_field.normal span:n -webkit-transition: 0.3s all; transition: 0.3s all; } - .buddypress-wrap .grid-filters a:hover { color: var(--bb-headings-color); opacity: 1; } - .buddypress-wrap .grid-filters .active { opacity: 1; } @@ -14609,12 +16559,11 @@ a.layout-grid-view { border-left: 1px solid var(--bb-content-border-color); } -.buddypress-wrap .subnav-filters::after { +.buddypress-wrap .subnav-filters:after { content: ""; display: table; clear: both; } - .buddypress-wrap .subnav-filters .bp-search { float: right; } @@ -14624,12 +16573,10 @@ a.layout-grid-view { clear: left; float: left; } - .buddypress-wrap .subnav-filters .grid-filters a { padding-top: 4px; padding-bottom: 4px; } - .buddypress-wrap .subnav-filters .grid-filters a i { font-size: 22px; line-height: 1; @@ -14651,7 +16598,6 @@ a.layout-grid-view { -ms-flex-pack: end; justify-content: flex-end; } - .button-wrap.member-button-wrap i { font-size: 22px; } @@ -14666,7 +16612,6 @@ a.layout-grid-view { min-height: 1px; border: 0; } - #buddypress .button-wrap.member-button-wrap .generic-button:not(.follow-button) a:hover, #buddypress .button-wrap.member-button-wrap .generic-button:not(.follow-button) a:focus, #buddypress .button-wrap.member-button-wrap .generic-button:not(.follow-button) button:hover, #buddypress .button-wrap.member-button-wrap .generic-button:not(.follow-button) button:focus { @@ -14692,7 +16637,6 @@ a.layout-grid-view { margin-bottom: 5px; margin-top: 5px; } - .followers-wrap strong, .following-wrap strong { color: var(--bb-body-text-color); @@ -14724,7 +16668,6 @@ a.layout-grid-view { -ms-flex-flow: column; flex-flow: column; } - .bp-list.grid .only-list-view { display: none !important; } @@ -14738,7 +16681,6 @@ a.layout-grid-view { #buddypress .bp-list li .on-top .generic-button { margin: 0; } - #buddypress .bp-list li .on-top .generic-button i { opacity: 0.7; } @@ -14756,7 +16698,6 @@ a.layout-grid-view { min-height: 1px; padding: 0; } - #buddypress .only-grid-view .follow-button .follow-button:hover { color: var(--bb-primary-color); background-color: transparent; @@ -14765,7 +16706,6 @@ a.layout-grid-view { #buddypress .bp-list li .follow-container { margin-bottom: 15px; } - #buddypress .bp-list li .follow-container > div { -webkit-box-flex: unset; -ms-flex: unset; @@ -14773,7 +16713,6 @@ a.layout-grid-view { margin-bottom: 0; color: var(--bb-alternate-text-color); } - #buddypress .bp-list li .follow-container .generic-button { font-size: 14px; line-height: 1; @@ -14792,13 +16731,11 @@ a.layout-grid-view { .member-header-actions .bb-friend-button-tag { display: inline-block; } - .member-header-actions .friendship-button i { display: none; } - -.member-header-actions .friendship-button[data-balloon]::before, -.member-header-actions .friendship-button[data-balloon]::after { +.member-header-actions .friendship-button[data-balloon]:before, +.member-header-actions .friendship-button[data-balloon]:after { display: none; } @@ -14809,13 +16746,12 @@ a.layout-grid-view { padding: 0; text-align: center; } - -#buddypress .bp-list li .member-button-wrap .friendship-button .bp-feedback.success::before { +#buddypress .bp-list li .member-button-wrap .friendship-button .bp-feedback.success:before { content: "\ef64"; font-family: bb-icons; display: inline-block; line-height: 1; - font-weight: 400; + font-weight: normal; font-style: normal; speak: none; text-decoration: inherit; @@ -14846,7 +16782,6 @@ a.layout-grid-view { -webkit-font-smoothing: initial; border-radius: 100px; } - #buddypress .bp-list li .member-request-list-wrap .generic-button a { font-size: 13px; font-weight: 500; @@ -14854,11 +16789,9 @@ a.layout-grid-view { height: 34px; line-height: 32px; } - #buddypress .bp-list li .member-request-list-wrap .item-avatar .gamipress-buddypress-user-details { display: none; } - #buddypress .bp-list li .member-request-list-wrap .bp-feedback.error { padding: 10px 0 10px 20px; position: absolute; @@ -14866,16 +16799,13 @@ a.layout-grid-view { right: 20px; left: 20px; } - #buddypress .bp-list li .member-request-list-wrap .bp-feedback.error[style*="opacity"] ~ * { margin-top: 55px; } - #buddypress .bp-list li .member-request-list-wrap .bp-feedback.error ~ .bp-feedback.error { display: none !important; } - -#buddypress .bp-list li .member-request-list-wrap .bp-feedback.error::before { +#buddypress .bp-list li .member-request-list-wrap .bp-feedback.error:before { background-color: var(--bb-danger-color); border-radius: 0 4px 4px 0; content: "\f534"; @@ -14892,18 +16822,16 @@ a.layout-grid-view { padding: 0 0.5em; } @media screen and (max-width: 1120px) { - #buddypress .bp-list li .member-request-list-wrap .bp-feedback.error { position: static; margin-bottom: 20px; } - #buddypress .bp-list li .member-request-list-wrap .bp-feedback.error ~ * { margin-top: 0 !important; } } -.bb-template-v2 #buddypress .bp-list li .member-request-list-wrap .bp-feedback.error::before { +.bb-template-v2 #buddypress .bp-list li .member-request-list-wrap .bp-feedback.error:before { border-radius: 0 6px 6px 0; } @@ -14919,7 +16847,6 @@ a.layout-grid-view { width: 100%; bottom: 0; } - #buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap > .generic-button { -webkit-box-flex: 1; -ms-flex: 1; @@ -14937,28 +16864,23 @@ a.layout-grid-view { -ms-flex-pack: center; justify-content: center; } - #buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap > .generic-button > *:hover { background: none; border: 0; } - #buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap > .generic-button > *:hover > i { opacity: 1; } - #buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap a, #buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap button { border: 0; background: none; } - #buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap a:focus, #buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap button:focus { color: var(--bb-primary-color); opacity: 1; } - #buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap i { opacity: 0.7; } @@ -14966,11 +16888,9 @@ a.layout-grid-view { #buddypress .button-wrap.member-button-wrap.footer-button-wrap .generic-button { border-left: 1px solid var(--bb-content-border-color); } - #buddypress .button-wrap.member-button-wrap.footer-button-wrap .generic-button:last-child { border: 0; } - #buddypress .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > * { -webkit-box-align: center; -ms-flex-align: center; @@ -14989,12 +16909,10 @@ a.layout-grid-view { -ms-user-select: none; user-select: none; } - -#buddypress .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > *::after, #buddypress .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > *::before { +#buddypress .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > *:after, #buddypress .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > *:before { -webkit-transition: none; transition: none; } - #buddypress .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > * > i { -webkit-box-align: center; -ms-flex-align: center; @@ -15007,41 +16925,33 @@ a.layout-grid-view { pointer-events: auto; font-weight: 400; } - -#buddypress .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > * > i::before { +#buddypress .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > * > i:before { color: var(--bb-body-text-color); font-family: bb-icons; font-size: 24px; } - -#buddypress .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > *.following > i::before { +#buddypress .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > *.following > i:before { content: "\ee03"; font-weight: 300; } - -#buddypress .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > *.not_following > i::before { +#buddypress .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > *.not_following > i:before { content: "\ee03"; } - -#buddypress .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > *.not_friends > i::before { +#buddypress .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > *.not_friends > i:before { content: "\ef60"; } - -#buddypress .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > *.is_friend > i::before { +#buddypress .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > *.is_friend > i:before { content: "\ef56"; font-weight: 300; } - -#buddypress .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > *.send-message > i::before { +#buddypress .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > *.send-message > i:before { content: "\ee62"; } - -#buddypress .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > *.pending_friend > i::before { +#buddypress .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > *.pending_friend > i:before { content: "\ef57"; font-weight: 300; } - -#buddypress .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > *.awaiting_response_friend > i::before { +#buddypress .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > *.awaiting_response_friend > i:before { content: "\ef57"; font-weight: 300; } @@ -15050,7 +16960,6 @@ a.layout-grid-view { margin: 10px 0 5px; padding: 0; } - #buddypress .members-list > li .primary-action .generic-button > * { background-color: var(--bb-secondary-button-background-regular); color: var(--bb-secondary-button-text-regular); @@ -15064,99 +16973,80 @@ a.layout-grid-view { transition: none; width: 100%; } - #buddypress .members-list > li .primary-action .generic-button > *:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - #buddypress .members-list > li .primary-action .generic-button > *: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); } - #buddypress .members-list > li .primary-action .generic-button > *.not_friends, #buddypress .members-list > li .primary-action .generic-button > *.send-message { background-color: var(--bb-content-background-color); color: var(--bb-headings-color); border: 1px solid var(--bb-content-border-color); } - #buddypress .members-list > li .primary-action .generic-button > *.not_friends:focus, #buddypress .members-list > li .primary-action .generic-button > *.send-message:focus { box-shadow: var(--bb-outline-button-focus-shadow); } - #buddypress .members-list > li .primary-action .generic-button > *.not_friends:hover, #buddypress .members-list > li .primary-action .generic-button > *.send-message: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); } - #buddypress .members-list > li .primary-action .generic-button > * > i { font-style: normal; line-height: 1; pointer-events: none; } - -#buddypress .members-list > li .primary-action .generic-button > * > i::before { +#buddypress .members-list > li .primary-action .generic-button > * > i:before { color: inherit; font-family: bb-icons; font-size: 16px; margin-left: 5px; } - -#buddypress .members-list > li .primary-action .generic-button > *.following > i::before { +#buddypress .members-list > li .primary-action .generic-button > *.following > i:before { content: "\e876"; font-weight: 300; } - -#buddypress .members-list > li .primary-action .generic-button > *.following:hover > i::before { +#buddypress .members-list > li .primary-action .generic-button > *.following:hover > i:before { content: "\ee08"; position: relative; top: 1px; } - -#buddypress .members-list > li .primary-action .generic-button > *.not_following > i::before { +#buddypress .members-list > li .primary-action .generic-button > *.not_following > i:before { content: "\ee03"; font-weight: 400; } - -#buddypress .members-list > li .primary-action .generic-button > *.not_following:hover > i::before { +#buddypress .members-list > li .primary-action .generic-button > *.not_following:hover > i:before { font-weight: 300; } - -#buddypress .members-list > li .primary-action .generic-button > *.awaiting_response_friend > i::before { +#buddypress .members-list > li .primary-action .generic-button > *.awaiting_response_friend > i:before { content: "\e94e"; } - -#buddypress .members-list > li .primary-action .generic-button > *.not_friends > i::before { +#buddypress .members-list > li .primary-action .generic-button > *.not_friends > i:before { content: "\ef60"; font-weight: 400; } - -#buddypress .members-list > li .primary-action .generic-button > *.not_friends:hover > i::before { +#buddypress .members-list > li .primary-action .generic-button > *.not_friends:hover > i:before { font-weight: 300; } - -#buddypress .members-list > li .primary-action .generic-button > *.is_friend > i::before { +#buddypress .members-list > li .primary-action .generic-button > *.is_friend > i:before { content: "\ebbd"; } - -#buddypress .members-list > li .primary-action .generic-button > *.send-message > i::before { +#buddypress .members-list > li .primary-action .generic-button > *.send-message > i:before { content: "\ee62"; font-weight: 400; font-size: 15px; } - -#buddypress .members-list > li .primary-action .generic-button > *.send-message:hover > i::before { +#buddypress .members-list > li .primary-action .generic-button > *.send-message:hover > i:before { font-weight: 300; } - -#buddypress .members-list > li .primary-action .generic-button > *.pending_friend > i::before, #buddypress .members-list > li .primary-action .generic-button > *.is_friend > i::before { +#buddypress .members-list > li .primary-action .generic-button > *.pending_friend > i:before, #buddypress .members-list > li .primary-action .generic-button > *.is_friend > i:before { content: "\e876"; font-weight: 300; } - -#buddypress .members-list > li .primary-action .generic-button > *.pending_friend:hover > i::before, #buddypress .members-list > li .primary-action .generic-button > *.is_friend:hover > i::before { +#buddypress .members-list > li .primary-action .generic-button > *.pending_friend:hover > i:before, #buddypress .members-list > li .primary-action .generic-button > *.is_friend:hover > i:before { content: "\ee08"; position: relative; top: 1px; @@ -15211,38 +17101,31 @@ body.logged-in .bp-list li .list-wrap:not(.follow-active) .item .item-block { color: var(--bb-primary-button-text-regular); border-color: var(--bb-primary-button-border-regular); } - #buddypress .follow-button button:hover { color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - #buddypress .follow-button button.outline { background-color: var(--bb-secondary-button-background-regular); color: var(--bb-secondary-button-text-regular); border: 1px solid var(--bb-secondary-button-border-regular); } - #buddypress .follow-button button.outline:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - #buddypress .follow-button button.outline: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); } - #buddypress .follow-button button.outline.not_following { background-color: var(--bb-content-background-color); color: var(--bb-headings-color); border: 1px solid var(--bb-content-border-color); } - #buddypress .follow-button button.outline.not_following:focus { box-shadow: var(--bb-outline-button-focus-shadow); } - #buddypress .follow-button button.outline.not_following:hover { background-color: var(--bb-secondary-button-background-hover); color: var(--bb-secondary-button-text-hover); @@ -15262,34 +17145,28 @@ body.logged-in .bp-list li .list-wrap:not(.follow-active) .item .item-block { } @media screen and (min-width: 24em) { - .grid.members-list .list-wrap { min-height: 40px; } } @media screen and (max-width: 1120px) { - .has-sidebar #friend-list .list-wrap.member-request-list-wrap { -ms-flex-flow: wrap; flex-flow: wrap; } - .has-sidebar #friend-list .friends-meta.action { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } - .has-sidebar #buddypress .list-wrap.member-request-list-wrap .friends-meta.action { margin-top: 15px; } - .has-sidebar #buddypress #friend-list .action .button { min-width: 100px; } } @media screen and (max-width: 1420px) { - body.has-sidebar .buddypress-wrap .grid.bp-list.members-list > li { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -15298,7 +17175,6 @@ body.logged-in .bp-list li .list-wrap:not(.follow-active) .item .item-block { } } @media screen and (max-width: 1145px) { - body.has-sidebar .buddypress-wrap .grid.bp-list.members-list > li { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -15308,7 +17184,6 @@ body.logged-in .bp-list li .list-wrap:not(.follow-active) .item .item-block { } @media screen and (max-width: 1240px) { - body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.members-list > li { -webkit-box-flex: 0; -ms-flex: 0 0 33%; @@ -15317,7 +17192,6 @@ body.logged-in .bp-list li .list-wrap:not(.follow-active) .item .item-block { } } @media screen and (max-width: 968px) { - body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.members-list > li { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -15327,7 +17201,6 @@ body.logged-in .bp-list li .list-wrap:not(.follow-active) .item .item-block { } @media screen and (max-width: 799px) { - body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.members-list > li, body.has-sidebar .buddypress-wrap .grid.bp-list.members-list > li { -webkit-box-flex: 0; @@ -15337,7 +17210,6 @@ body.logged-in .bp-list li .list-wrap:not(.follow-active) .item .item-block { } } @media screen and (max-width: 590px) { - body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.members-list > li, body.has-sidebar .buddypress-wrap .grid.bp-list.members-list > li { -webkit-box-flex: 0; @@ -15348,12 +17220,10 @@ body.logged-in .bp-list li .list-wrap:not(.follow-active) .item .item-block { } @media screen and (max-width: 992px) { - #friend-list .list-wrap.member-request-list-wrap { -ms-flex-flow: wrap; flex-flow: wrap; } - #friend-list .friends-meta.action { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -15369,7 +17239,6 @@ body.logged-in .bp-list li .list-wrap:not(.follow-active) .item .item-block { } } @media screen and (max-width: 980px) { - body #buddypress .bp-list .action { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -15378,7 +17247,6 @@ body.logged-in .bp-list li .list-wrap:not(.follow-active) .item .item-block { } } @media screen and (min-width: 768px) and (max-width: 1100px) { - body.logged-in .bp-list li .item .item-block { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -15387,7 +17255,6 @@ body.logged-in .bp-list li .list-wrap:not(.follow-active) .item .item-block { } } @media screen and (min-width: 768px) and (max-width: 880px) { - body.logged-in .bp-list li .item .item-block { margin-bottom: 8px; } @@ -15400,7 +17267,6 @@ body.logged-in .bp-list li .list-wrap:not(.follow-active) .item .item-block { } } @media screen and (max-width: 680px) { - body.logged-in .bp-list li .item .item-block { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -15408,7 +17274,6 @@ body.logged-in .bp-list li .list-wrap:not(.follow-active) .item .item-block { } } @media screen and (max-width: 511px) { - .directory.members .buddypress-wrap .subnav-filters .component-filters, .directory.members .buddypress-wrap .subnav-filters div { margin-top: 0; @@ -15416,7 +17281,6 @@ body.logged-in .bp-list li .list-wrap:not(.follow-active) .item .item-block { } } @media screen and (max-width: 480px) { - body.logged-in .bp-list li .item .item-block { margin-bottom: 8px; } @@ -15441,12 +17305,10 @@ body.logged-in .bp-list li .list-wrap:not(.follow-active) .item .item-block { -ms-flex-wrap: wrap; flex-wrap: wrap; } - .buddypress .item-list.groups-list:not(.grid) .list-wrap .item-avatar { margin-bottom: 15px; } } - body.buddypress.bp-user #page #primary .entry-header { display: -webkit-box; display: -ms-flexbox; @@ -15456,11 +17318,9 @@ body.buddypress.bp-user #page #primary .entry-header { .bp-dir-hori-nav nav#object-nav { background: var(--bb-content-background-color); } - .bp-dir-hori-nav nav#object-nav.bb-single-main-nav--vertical { background: var(--bb-body-background-color); } - .bp-dir-hori-nav nav.horizontal { display: block; width: 100%; @@ -15471,7 +17331,6 @@ body.buddypress.bp-user #page #primary .entry-header { .buddypress-wrap nav#object-nav.horizontal .group-nav-tabs ul li.selected { background-color: var(--bb-body-background-color); } - .buddypress-wrap nav#object-nav.horizontal .user-nav-tabs ul li.selected a, .buddypress-wrap nav#object-nav.horizontal .group-nav-tabs ul li.selected a { border-bottom-color: var(--bb-body-background-color); @@ -15487,7 +17346,6 @@ body.buddypress.bp-user #page #primary .entry-header { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .bb-user-content-wrap .member-social > .flex { margin-bottom: 10px; } @@ -15495,15 +17353,12 @@ body.buddypress.bp-user #page #primary .entry-header { .social-networks-wrap { white-space: nowrap; } - .social-networks-wrap svg path { fill: var(--bb-alternate-text-color); } - .social-networks-wrap .social a { color: var(--bb-headings-color); } - .social-networks-wrap .social a:hover { color: var(--bb-primary-color); } @@ -15513,7 +17368,6 @@ body.buddypress.bp-user #page #primary .entry-header { max-width: 280px; z-index: 1; } - .users-header .social-networks-wrap span.social { width: 24px; } @@ -15525,11 +17379,9 @@ body.buddypress.bp-user #page #primary .entry-header { .users-header .centered #item-header-content .item-meta { text-align: center; } - .users-header .centered.my_profile .social-networks-wrap { max-width: 230px; } - .users-header .centered .social-networks-wrap { text-align: center; } @@ -15539,7 +17391,8 @@ body.buddypress.bp-user #page #primary .entry-header { } .members-list .bp-member-type, -.users-header .bp-member-type { +.users-header .bp-member-type, +.friends-mutual-list .bp-member-type { background: var(--bb-label-background-color); border-radius: var(--bb-label-type-radius); font-size: 11px; @@ -15562,7 +17415,6 @@ body.buddypress.bp-user #page #primary .entry-header { -ms-flex-pack: center; justify-content: center; } - .logged-in .single-headers .member-header-actions-wrap .bb_more_options { position: relative; top: 8px; @@ -15570,7 +17422,6 @@ body.buddypress.bp-user #page #primary .entry-header { margin: 36px 5px 0 0; } @media screen and (max-width: 980px) { - .logged-in .single-headers .member-header-actions-wrap .bb_more_options { margin: 10px 0 20px; left: initial; @@ -15582,17 +17433,14 @@ body.buddypress.bp-user #page #primary .entry-header { left: 0; bottom: 4px; } - .users-header #cover-image-container.left .member-social-links { - bottom: 42px; + bottom: 5px; } - .users-header #cover-image-container.left .member-social-links.left-align { position: static; } @media screen and (max-width: 1370px) { - .users-header #item-header-content > .flex { -webkit-box-align: start; -ms-flex-align: start; @@ -15602,25 +17450,35 @@ body.buddypress.bp-user #page #primary .entry-header { -ms-flex-direction: column; flex-direction: column; } - - .users-header #item-header-content > .flex .member-header-actions-wrap { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - } - .users-header #item-header-content > .flex .member-header-actions-wrap .member-header-actions, .users-header #item-header-content > .flex .member-header-actions-wrap .bb_more_options { - margin-top: 0; top: initial; } + .bb-template-v1 .users-header #item-header-content > .flex .member-header-actions-wrap .bb_more_options { + margin-top: 30px; + } .users-header #cover-image-container .member-social-links { position: static; margin-bottom: 15px; } } +@media screen and (max-width: 1300px) { + #buddypress #item-header.users-header #item-header-cover-image #item-header-content > .flex { + -ms-flex-flow: column nowrap; + flex-flow: column nowrap; + } + .users-header #item-header-content > .flex .member-header-actions-wrap .member-header-actions { + margin-top: 0; + } + .bb-template-v1 .users-header #item-header-content > .flex .member-header-actions-wrap .bb_more_options { + margin-top: 0; + } + .bb-template-v2 .users-header #item-header-content > .flex .member-header-actions-wrap .bb_more_options { + margin-top: 5px; + } +} .single-headers .member-header-actions > .generic-button { margin: 5px 2px 10px 0; } @@ -15638,43 +17496,35 @@ body.buddypress.bp-user #page #primary .entry-header { color: var(--bb-secondary-button-text-regular); border: 1px solid var(--bb-secondary-button-border-regular); } - .buddypress .member-header-actions > .generic-button button:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - .buddypress .member-header-actions > .generic-button button: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); } - .buddypress .member-header-actions > .generic-button button.block-member { background-color: var(--bb-primary-button-background-regular); color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); } - .buddypress .member-header-actions > .generic-button button.block-member:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .buddypress .member-header-actions > .generic-button button.block-member:hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - .buddypress .member-header-actions > .generic-button button.not_friends { background-color: var(--bb-primary-button-background-regular); color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); } - .buddypress .member-header-actions > .generic-button button.not_friends:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .buddypress .member-header-actions > .generic-button button.not_friends:hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); @@ -15688,13 +17538,11 @@ body.buddypress.bp-user #page #primary .entry-header { color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); } - #buddypress .member-header-actions > .generic-button a.view-as:focus, #buddypress .member-header-actions > .generic-button a.back-to-admin:focus, #buddypress .member-header-actions > .generic-button a.send-message:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - #buddypress .member-header-actions > .generic-button a.view-as:hover, #buddypress .member-header-actions > .generic-button a.back-to-admin:hover, #buddypress .member-header-actions > .generic-button a.send-message:hover { @@ -15702,17 +17550,14 @@ body.buddypress.bp-user #page #primary .entry-header { color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - #buddypress .member-header-actions > .generic-button button.not_following { background-color: var(--bb-primary-button-background-regular); color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); } - #buddypress .member-header-actions > .generic-button button.not_following:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - #buddypress .member-header-actions > .generic-button button.not_following:hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); @@ -15730,121 +17575,98 @@ body #buddypress .member-header-actions { text-align: left; overflow: visible; } - body #buddypress .member-header-actions a, body #buddypress .member-header-actions button { font-weight: 500; } - body #buddypress .member-header-actions .friendship-button i { font-size: 15px; } - body #buddypress .member-header-actions + .bb_more_options { position: relative !important; top: 10px; left: initial; margin: 20px 5px 0 0; } - body #buddypress .member-header-actions + .bb_more_options i { line-height: 36px; color: var(--bb-body-text-color); } - -body #buddypress .member-header-actions + .bb_more_options .bb_more_options_action > i::before { +body #buddypress .member-header-actions + .bb_more_options .bb_more_options_action > i:before { line-height: 0; } - body #buddypress .member-header-actions > .generic-button > * { -webkit-transition: none; transition: none; } - body #buddypress .member-header-actions > .generic-button > * i { display: inline-block; font-style: normal; } - -body #buddypress .member-header-actions > .generic-button > * i::before { +body #buddypress .member-header-actions > .generic-button > * i:before { display: inline-block; font-family: bb-icons; font-size: 18px; margin-left: 6px; } - body #buddypress .member-header-actions > .generic-button > *.pending_friend, body #buddypress .member-header-actions > .generic-button > *.is_friend, body #buddypress .member-header-actions > .generic-button > *.following, body #buddypress .member-header-actions > .generic-button > *.awaiting_response_friend { background-color: var(--bb-secondary-button-background-regular); color: var(--bb-secondary-button-text-regular); border: 1px solid var(--bb-secondary-button-border-regular); } - body #buddypress .member-header-actions > .generic-button > *.pending_friend:focus, body #buddypress .member-header-actions > .generic-button > *.is_friend:focus, body #buddypress .member-header-actions > .generic-button > *.following:focus, body #buddypress .member-header-actions > .generic-button > *.awaiting_response_friend:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - body #buddypress .member-header-actions > .generic-button > *.pending_friend:hover, body #buddypress .member-header-actions > .generic-button > *.is_friend:hover, body #buddypress .member-header-actions > .generic-button > *.following:hover, body #buddypress .member-header-actions > .generic-button > *.awaiting_response_friend: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); } - body #buddypress .member-header-actions > .generic-button > *.awaiting_response_friend { border: 1px solid var(--bb-primary-color); } - -body #buddypress .member-header-actions > .generic-button > *.awaiting_response_friend i::before { +body #buddypress .member-header-actions > .generic-button > *.awaiting_response_friend i:before { content: "\ef57"; font-weight: 400; } - -body #buddypress .member-header-actions > .generic-button > *.following i::before { +body #buddypress .member-header-actions > .generic-button > *.following i:before { content: "\e876"; font-weight: 400; } - -body #buddypress .member-header-actions > .generic-button > *.following:hover i::before { +body #buddypress .member-header-actions > .generic-button > *.following:hover i:before { content: "\ee08"; font-weight: 400; } - -body #buddypress .member-header-actions > .generic-button > *.not_following i::before { +body #buddypress .member-header-actions > .generic-button > *.not_following i:before { content: "\ee03"; font-size: 14px; font-weight: 300; } - -body #buddypress .member-header-actions > .generic-button > *.not_friends i::before { +body #buddypress .member-header-actions > .generic-button > *.not_friends i:before { content: "\ef60"; font-weight: 300; } - -body #buddypress .member-header-actions > .generic-button > *.pending_friend i::before { +body #buddypress .member-header-actions > .generic-button > *.pending_friend i:before { content: "\e876"; font-weight: 400; } - -body #buddypress .member-header-actions > .generic-button > *.pending_friend:hover i::before { +body #buddypress .member-header-actions > .generic-button > *.pending_friend:hover i:before { content: "\ef64"; font-weight: 400; } - -body #buddypress .member-header-actions > .generic-button > *.is_friend i::before { +body #buddypress .member-header-actions > .generic-button > *.is_friend i:before { content: "\e876"; font-weight: 400; } - -body #buddypress .member-header-actions > .generic-button > *.is_friend:hover i::before { +body #buddypress .member-header-actions > .generic-button > *.is_friend:hover i:before { content: "\ef64"; font-weight: 300; } - -body #buddypress .member-header-actions > .generic-button > *.send-message i::before { +body #buddypress .member-header-actions > .generic-button > *.send-message i:before { content: "\ee62"; font-weight: 300; } - -body #buddypress .member-header-actions > .generic-button > *.block-member::before, body #buddypress .member-header-actions > .generic-button > *.back-to-admin::before, body #buddypress .member-header-actions > .generic-button > *.view-as::before { +body #buddypress .member-header-actions > .generic-button > *.block-member:before, body #buddypress .member-header-actions > .generic-button > *.back-to-admin:before, body #buddypress .member-header-actions > .generic-button > *.view-as:before { content: "\ee69"; display: inline-block; font-family: bb-icons; @@ -15852,7 +17674,6 @@ body #buddypress .member-header-actions > .generic-button > *.block-member::befo margin-left: 6px; font-weight: 400; } - body #buddypress .member-header-actions > .generic-button > *.block-member { display: -webkit-box; display: -ms-flexbox; @@ -15863,15 +17684,13 @@ body #buddypress .member-header-actions > .generic-button > *.block-member { padding-top: 7px; padding-bottom: 7px; } - -body #buddypress .member-header-actions > .generic-button > *.block-member::before { +body #buddypress .member-header-actions > .generic-button > *.block-member:before { content: "\ee08"; font-weight: 400; position: relative; top: 1px; } @media screen and (max-width: 980px) { - body #buddypress .member-header-actions + .bb_more_options { margin: 10px 0 20px; } @@ -15880,6 +17699,7 @@ body #buddypress .member-header-actions > .generic-button > *.block-member::befo #buddypress div#item-header-cover-image .user-nicename a, #buddypress div#item-header-cover-image .user-nicename { margin: 0 0 0 15px; + word-break: break-all; } .single-headers .followers-wrap, @@ -15890,7 +17710,6 @@ body #buddypress .member-header-actions > .generic-button > *.block-member::befo margin-left: 20px; margin-top: 6px; } - .single-headers .followers-wrap strong, .single-headers .following-wrap strong { font-weight: 500; @@ -15904,7 +17723,6 @@ body #buddypress .member-header-actions > .generic-button > *.block-member::befo flex-flow: row wrap; margin: 0 -10px; } - #member-front-widgets .widget { margin: 10px; -webkit-box-flex: 0; @@ -15912,7 +17730,6 @@ body #buddypress .member-header-actions > .generic-button > *.block-member::befo flex: 0 0 -webkit-calc(25% - 20px); flex: 0 0 calc(25% - 20px); } - #member-front-widgets ul.item-list { margin: 0; } @@ -15923,19 +17740,16 @@ body #buddypress .member-header-actions > .generic-button > *.block-member::befo flex: 1; padding: 55px 80px; } - #buddypress .bb-bp-invites-content .screen-heading { font-size: 22px; line-height: 1.1; } - #buddypress .bb-bp-invites-content .invite-info { font-size: 16px; color: var(--bb-alternate-text-color); letter-spacing: -0.27px; line-height: 1.2; } - #buddypress .bb-bp-invites-content label { display: block; font-size: 16px; @@ -15945,13 +17759,11 @@ body #buddypress .member-header-actions > .generic-button > *.block-member::befo line-height: 1.2; margin: 1.6875rem 0; } - #buddypress .bb-bp-invites-content textarea { height: 120px; margin-bottom: 0; padding: 10px 15px; } - #buddypress .bb-bp-invites-content .bp-feedback { margin: 0 0 30px; } @@ -15961,64 +17773,51 @@ body #buddypress .member-header-actions > .generic-button > *.block-member::befo margin-bottom: 0; border: 0; } - #member-invites-table th, #member-invites-table td { padding: 12px 25px 12px 0; } - #member-invites-table th { border-bottom: 1px solid var(--bb-content-border-color); border-top: 1px solid var(--bb-content-border-color); } - #member-invites-table th:first-child { border-right: 1px solid var(--bb-content-border-color); border-top-right-radius: var(--bb-block-radius-inner); } - #member-invites-table th:last-child { border-left: 1px solid var(--bb-content-border-color); border-top-left-radius: var(--bb-block-radius-inner); } - #member-invites-table tr { background-color: transparent !important; border-bottom: 0; } - #member-invites-table tr td { border-bottom: 0; } - #member-invites-table tr td input { background-color: var(--bb-content-alternate-background-color) !important; } - #member-invites-table tr td:first-child { border-right: 1px solid var(--bb-content-border-color); } - #member-invites-table tr td:last-child { border-left: 1px solid var(--bb-content-border-color); } - #member-invites-table tr:first-child td { padding-top: 24px; } - #member-invites-table tr:last-child td { border-bottom: 1px solid var(--bb-content-border-color); padding-top: 10px; padding-bottom: 25px; } - #member-invites-table th.actions, #member-invites-table td.field-actions { padding: 12px 25px 12px 0; text-align: right; } - #member-invites-table th.actions span, #member-invites-table td.field-actions span { background-color: var(--bb-secondary-button-background-regular); @@ -16035,14 +17834,12 @@ body #buddypress .member-header-actions > .generic-button > *.block-member::befo margin-right: -15px; cursor: pointer; } - #member-invites-table th.actions span:focus, #member-invites-table td.field-actions span:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - -#member-invites-table th.actions span i::before, -#member-invites-table td.field-actions span i::before { +#member-invites-table th.actions span i:before, +#member-invites-table td.field-actions span i:before { content: "\e828"; font-family: bb-icons; height: 20px; @@ -16051,20 +17848,16 @@ body #buddypress .member-header-actions > .generic-button > *.block-member::befo font-size: 20px; margin: 0; } - #member-invites-table .field-actions-last { padding: 12px 0; text-align: right; } - -#member-invites-table .field-actions-add i::before { +#member-invites-table .field-actions-add i:before { margin: 0; } - #member-invites-table .field-actions-add { margin-right: 7px; } - #member-invites-table .field-actions-add i { vertical-align: middle; display: inline-block; @@ -16077,13 +17870,11 @@ body #buddypress .member-header-actions > .generic-button > *.block-member::befo line-height: 1; font-size: 20px; } - -#member-invites-table .field-actions-add i ::before { +#member-invites-table .field-actions-add i :before { content: "\eef9"; font-family: bb-icons; margin: 0; } - #member-invites-table .field-actions-add i:hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); @@ -16093,49 +17884,39 @@ body #buddypress .member-header-actions > .generic-button > *.block-member::befo border-radius: 4px; overflow: hidden; } - #buddypress #send-invite-form .submit { padding-top: 30px; } @media screen and (max-width: 420px) { - #send-invite-form #member-invites-table { table-layout: fixed; } - #send-invite-form #member-invites-table th { white-space: normal; line-height: 1.2; } - #send-invite-form #member-invites-table th.title { width: 40%; } - #send-invite-form #member-invites-table th.title.actions { width: 20%; } - #send-invite-form #member-invites-table td { padding: 12px 5px; } - #send-invite-form #member-invites-table td input { max-width: 100%; margin: 0 5px; } - #send-invite-form #member-invites-table td.field-actions span { margin-left: 0; margin-right: 6px; } - #send-invite-form #member-invites-table td .field-actions-add { margin-right: 2px; } } - .bp-invitee-status a { display: -webkit-box; display: -ms-flexbox; @@ -16144,23 +17925,21 @@ body #buddypress .member-header-actions > .generic-button > *.block-member::befo -ms-flex-align: center; align-items: center; } - .bp-invitee-status span { font-size: 20px; width: 22px; margin-left: 5px; } - .bp-invitee-status .registered { color: inherit; } -#buddypress #invites-send-invite-personal-li a::before { +#buddypress #invites-send-invite-personal-li a:before { content: "\ee62"; font-family: bb-icons; } -#buddypress #invites-sent-invites-personal-li a::before { +#buddypress #invites-sent-invites-personal-li a:before { font-family: bb-icons; content: "\eeba"; } @@ -16174,7 +17953,6 @@ td.field-email span { background: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); } - .bb-template-v1 .bp-invites-container .bp-navs { border-bottom: 1px solid var(--bb-content-border-color); } @@ -16192,7 +17970,6 @@ td.field-email span { flex: 1; padding: 30px 50px; } - .invites:not(.settings) #buddypress.bp-single-vert-nav .bb-bp-invites-content { padding: 30px; } @@ -16207,25 +17984,24 @@ td.field-email span { border-radius: 4px 4px 0 0; padding: 0; } - .bp-invites-container .bp-navs a { - margin: 0 20px -1px; - padding: 14px 0; + padding-top: 14px; + margin: 0; } - -.bp-invites-container .bp-navs a::before { +.bp-invites-container .bp-navs a:before { display: none; } - .bp-invites-container .bp-navs a:hover { background: transparent; } - .bp-invites-container .bp-navs .selected a { background: transparent; border-bottom: 1px solid var(--bb-primary-color); font-weight: 500; } +.bp-invites-container .bp-navs li:first-child a { + margin-right: 20px; +} #buddypress .bp-invites-container .bp-navs li { float: right; @@ -16236,7 +18012,6 @@ td.field-email span { } @media only screen and (min-width: 1081px) { - #user-activity, #group-activity { -webkit-box-ordinal-group: 0; @@ -16245,7 +18020,6 @@ td.field-email span { padding-top: 0; } } - #secondary.no-padding-top { padding-top: 0; } @@ -16260,12 +18034,10 @@ td.field-email span { padding: 20px; border-top: 0; } - .recent-visitors h5 { font-weight: 500; margin-bottom: 12px !important; } - .recent-visitors a { display: inline-block; margin-left: 5px; @@ -16275,15 +18047,39 @@ body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs .selected a border-bottom-color: var(--bb-primary-color); } -@media screen and (max-width: 600px) { +div.bb-sso-container .bb-sso-button-default { + background-color: var(--bb-content-background-color); + border-color: var(--bb-content-border-color); + color: var(--bb-secondary-button-text-regular); + border-radius: var(--bb-button-radius); +} +div.bb-sso-container .bb-sso-button.bb-sso-button--client { + border-radius: var(--bb-block-radius-inner); +} + +.bb-sso-option-actions .bb-sso-action-button { + color: #1e2132; + background-color: var(--bb-secondary-button-background-regular); + border-radius: var(--bb-button-radius); +} +.bb-sso-option-actions .bb-sso-action-button.active { + border-color: var(--bb-content-border-color); + background-color: var(--bb-content-background-color); +} +.bb-sso-button-auth .bb-sso-status { + color: var(--bb-headings-color); + background-color: var(--bb-content-alternate-background-color); + border-color: var(--bb-content-border-color); +} + +@media screen and (max-width: 600px) { .invite-settings.bp-tables-user { white-space: nowrap; margin-bottom: 10px; } } @media screen and (max-width: 1200px) { - #member-front-widgets .widget { -webkit-box-flex: 0; -ms-flex: 0 0 calc(33.33% - 20px); @@ -16292,23 +18088,18 @@ body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs .selected a } } @media screen and (min-width: 981px) { - body #buddypress .member-header-actions { - /* display: flex; */ - /* flex-flow: row wrap; */ margin: 30px 0 0; } } @media screen and (max-width: 1080px) { - #buddypress .bb-bp-invites-content { padding: 30px; } } @media screen and (max-width: 900px) { - #buddypress .bb-bp-invites-content { padding: 20px; max-width: 100%; @@ -16319,20 +18110,15 @@ body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs .selected a } } @media screen and (max-width: 980px) { - div#item-header-content .flex { -ms-flex-flow: row wrap; flex-flow: row wrap; } body #buddypress .member-header-actions { - -webkit-box-flex: 0; - -ms-flex: 0 0 100%; - flex: 0 0 100%; padding: 0; text-align: right; } - body #buddypress .member-header-actions > .generic-button { float: right; margin-right: 0; @@ -16347,15 +18133,18 @@ body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs .selected a } } @media screen and (max-width: 782px) { - div#item-header-content .flex { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; - /* margin-top: 10px; */ } + #buddypress #item-header.users-header #item-header-cover-image #item-header-content > .flex { + -ms-flex-flow: row wrap; + flex-flow: row wrap; + } + .social-networks-wrap { width: 100%; } @@ -16371,7 +18160,6 @@ body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs .selected a body #buddypress .member-header-actions { text-align: center; } - body #buddypress .member-header-actions > .generic-button { float: none; margin-right: 5px; @@ -16397,7 +18185,6 @@ body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs .selected a } } @media screen and (max-width: 640px) { - #member-front-widgets .widget { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 20px); @@ -16405,19 +18192,19 @@ body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs .selected a flex: 0 0 calc(100% - 20px); } } - /* Friends / Groups */ .widget.buddypress div.item-options, -.elementor-widget-wrap div.item-options { +.elementor-widget-wrap div.item-options, +.elementor-element div.item-options { border-bottom: 1px solid var(--bb-content-border-color); font-size: 0; line-height: 1; margin: -10px 0 15px; padding: 0; } - .widget.buddypress div.item-options a, -.elementor-widget-wrap div.item-options a { +.elementor-widget-wrap div.item-options a, +.elementor-element div.item-options a { color: var(--bb-body-text-color); font-size: 0.875rem; display: inline-block; @@ -16427,19 +18214,19 @@ body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs .selected a -webkit-animation: unset; animation: unset; } - .widget.buddypress div.item-options a:hover, -.elementor-widget-wrap div.item-options a:hover { +.elementor-widget-wrap div.item-options a:hover, +.elementor-element div.item-options a:hover { color: var(--bb-primary-color); } - .widget.buddypress div.item-options a:last-child, -.elementor-widget-wrap div.item-options a:last-child { +.elementor-widget-wrap div.item-options a:last-child, +.elementor-element div.item-options a:last-child { margin-left: 0; } - .widget.buddypress div.item-options .selected, -.elementor-widget-wrap div.item-options .selected { +.elementor-widget-wrap div.item-options .selected, +.elementor-element div.item-options .selected { border-bottom: 1px solid var(--bb-primary-color); color: var(--bb-primary-color); margin-bottom: -1px; @@ -16456,7 +18243,6 @@ body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs .selected a line-height: 19px; color: var(--bb-headings-color); } - .widget.buddypress .bp-login-widget-user-links > div.bp-login-widget-user-link a:hover { color: var(--bb-primary-color); } @@ -16496,7 +18282,6 @@ body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs .selected a .widget.buddypress:not(.widget_bp_groups_widget) span.activity { display: none; } - .widget.buddypress:not(.widget_bp_groups_widget) .GamiPress-data-popup span.activity { display: inline-block; } @@ -16526,7 +18311,8 @@ body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs .selected a } .widget.buddypress #groups-list li, -.elementor-widget-wrap #groups-list li { +.elementor-widget-wrap .elementor-widget-bb-groups #groups-list li, +.elementor-element .elementor-widget-bb-groups #groups-list li { display: -webkit-box; display: -ms-flexbox; display: flex; @@ -16541,7 +18327,8 @@ body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs .selected a min-width: 100%; } -.elementor-widget-wrap #groups-list li { +.elementor-widget-wrap #groups-list li, +.elementor-element #groups-list li { padding: 10px 0; } @@ -16579,7 +18366,6 @@ body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs .selected a .widget .item-list .item-avatar { margin-left: 12px; - /* min-width: 48px; */ } @@ -16594,7 +18380,6 @@ body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs .selected a letter-spacing: -0.24px; line-height: 16px; } - .widget .item-list .item-title a:hover { color: var(--bb-primary-color); } @@ -16609,7 +18394,6 @@ body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs .selected a color: var(--bb-headings-color); letter-spacing: -0.24px; } - .widget.widget_bp_groups_widget .item-list .item-title a:hover { color: var(--bb-primary-color); } @@ -16635,23 +18419,19 @@ body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs .selected a .widget_display_replies > ul > li { position: relative; } - .widget_display_replies > ul > li.bbp-reply-topic-no-avatar { padding-right: 0; } - .widget_display_replies > ul > li > a { font-weight: 600; line-height: 19px; } - .widget_display_replies > ul > li div.time-since { color: var(--bb-alternate-text-color); font-size: 13px; font-weight: 500; padding-top: 5px; } - .widget_display_replies .bbp-author-avatar img.avatar, .widget_display_replies li > img.avatar { width: 40px; @@ -16661,17 +18441,14 @@ body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs .selected a right: 0; top: -1px; } - .widget_display_replies .bbp-author-avatar { display: inline-block; float: right; margin-left: 10px; } - .widget_display_replies .bbp-author-link-sep { display: none; } - .widget_display_replies .reply-author, .widget_display_replies .bbp-reply-topic-title { font-weight: 600; @@ -16684,47 +18461,38 @@ body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs .selected a position: relative; top: -1px; } - .widget_display_topics .topic-author { font-weight: 600; } - .widget_display_topics .bbp-forum-title { font-weight: 600; } - .widget_display_topics ul li { font-weight: 400; color: var(--bb-headings-color); font-size: 14px; line-height: 19px; } - .widget_display_topics ul li > a { font-weight: 600; } - .widget_display_topics ul li > span { font-weight: 600; } - .widget_display_topics ul li div.time-since { color: var(--bb-alternate-text-color); font-size: 13px; font-weight: 500; padding-top: 5px; } - .widget_display_topics ul li.bbp-topic-no-avatar .bbp-topic-time { margin-right: 0; } - .widget_display_topics .bbp-topic-author-wrapper { display: inline-block; float: right; margin-left: 10px; } - .widget_display_topics .bbp-topic-author-wrapper img { width: 36px; } @@ -16741,13 +18509,11 @@ body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs .selected a -ms-flex-pack: center; justify-content: center; } - .bbp-stats .bbp-count strong { font-size: 36px; font-weight: 600; color: var(--bb-headings-color); } - .bbp-stats .bbp-count i { display: none; } @@ -16755,7 +18521,6 @@ body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs .selected a ul.bbp-stats { margin: 20px 0 0; } - ul.bbp-stats h4 { font-size: 13px; font-weight: 500; @@ -16767,34 +18532,28 @@ ul.bbp-stats h4 { /* widget_bp_core_login_widget */ .widget.widget_bp_core_login_widget { - /* overflow: hidden; */ } - .widget.widget_bp_core_login_widget label { font-size: 16px; line-height: 21px; font-weight: 500; letter-spacing: -0.24px; } - .widget.widget_bp_core_login_widget .bbp-remember-me label { font-size: 14px; line-height: 21px; font-weight: 400; letter-spacing: -0.15px; } - -.widget.widget_bp_core_login_widget::after { +.widget.widget_bp_core_login_widget:after { content: ""; display: table; clear: both; } - .widget.widget_bp_core_login_widget.bs-bp-login .widget-title { margin-bottom: 10px; } - .widget.widget_bp_core_login_widget input[type="text"], .widget.widget_bp_core_login_widget input[type="password"] { width: 100%; @@ -16802,18 +18561,15 @@ ul.bbp-stats h4 { line-height: 41px; padding: 0 12px; } - .widget.widget_bp_core_login_widget .forgetmenot label { font-size: 14px; line-height: 21px; font-weight: 400; letter-spacing: -0.15px; } - -.widget.widget_bp_core_login_widget .forgetmenot .bs-styled-checkbox:checked + label::after { +.widget.widget_bp_core_login_widget .forgetmenot .bs-styled-checkbox:checked + label:after { line-height: 17px; } - .widget.widget_bp_core_login_widget.buddypress #bp-login-widget-form #bp-login-widget-submit { float: left; margin-top: 10px; @@ -16825,16 +18581,13 @@ ul.bbp-stats h4 { cursor: pointer; padding: 5px 20px; } - .widget.widget_bp_core_login_widget.buddypress #bp-login-widget-form #bp-login-widget-submit.bp-login-btn-active { background: var(--bb-primary-color); } - .widget.widget_bp_core_login_widget label[for="bp-login-widget-user-login"], .widget.widget_bp_core_login_widget label[for="bp-login-widget-user-pass"] { position: relative; } - .widget.widget_bp_core_login_widget label[for="bp-login-widget-user-pass"] span.label-switch { position: absolute; top: 46px; @@ -16844,12 +18597,11 @@ ul.bbp-stats h4 { transition: all 0.3s ease; cursor: pointer; } - -.widget.widget_bp_core_login_widget label[for="bp-login-widget-user-pass"] span.label-switch::after { +.widget.widget_bp_core_login_widget label[for="bp-login-widget-user-pass"] span.label-switch:after { content: "\ee69"; font-family: bb-icons; font-style: normal; - font-weight: 400; + font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; @@ -16863,21 +18615,17 @@ ul.bbp-stats h4 { font-size: 20px; color: var(--bb-body-text-color); } - -.widget.widget_bp_core_login_widget label[for="bp-login-widget-user-pass"] span.label-switch.bb-eye::after { +.widget.widget_bp_core_login_widget label[for="bp-login-widget-user-pass"] span.label-switch.bb-eye:after { content: "\ee6a"; } - .widget.widget_bp_core_login_widget .bp-login-widget-register-link { clear: both; display: none; } - .widget.widget_bp_core_login_widget .bs-login-id { margin: 0; text-align: center; } - .widget.widget_bp_core_login_widget .bs-login-id span { width: 33%; border-radius: 100%; @@ -16888,8 +18636,7 @@ ul.bbp-stats h4 { background-repeat: no-repeat; background-position: 50% 50%; } - -.widget.widget_bp_core_login_widget .bs-login-id span::after { +.widget.widget_bp_core_login_widget .bs-login-id span:after { content: ""; display: block; padding-bottom: 100%; @@ -16898,11 +18645,9 @@ ul.bbp-stats h4 { #bp-login-widget-form { width: 100%; } - #bp-login-widget-form label { display: block; } - #bp-login-widget-form label[for="bp-login-widget-rememberme"] { display: -webkit-box; display: -ms-flexbox; @@ -16911,7 +18656,6 @@ ul.bbp-stats h4 { -ms-flex-align: center; align-items: center; } - #bp-login-widget-form input { margin-bottom: 12px; } @@ -16940,37 +18684,31 @@ ul.bbp-stats h4 { font-weight: 500; letter-spacing: -0.24px; } - .widget.bbp_widget_login .bbp-remember-me label { font-size: 14px; line-height: 21px; font-weight: 400; letter-spacing: -0.15px; } - -.widget.bbp_widget_login .bs-styled-checkbox + label::before { +.widget.bbp_widget_login .bs-styled-checkbox + label:before { position: relative; top: -2px; } - .widget.bbp_widget_login div.bbp-submit-wrapper .button.submit { min-width: 100px; } -.bbp_widget_login::after { +.bbp_widget_login:after { content: " "; display: table; clear: both; } - .bbp_widget_login form.bbp-login-form { width: 100%; } - .bbp_widget_login fieldset > legend { display: none; } - .bbp_widget_login input[type="text"], .bbp_widget_login input[type="password"] { width: 100%; @@ -16978,11 +18716,9 @@ ul.bbp-stats h4 { line-height: 41px; padding: 0 12px; } - .bbp_widget_login .bbp-login-form .bbp-username { margin-top: 0; } - .bbp_widget_login .bbp-login-form .bbp-username label, .bbp_widget_login .bbp-login-form .bbp-password label { width: 100%; @@ -16990,14 +18726,12 @@ ul.bbp-stats h4 { -ms-flex: 0 0 100%; flex: 0 0 100%; } - .bbp_widget_login label[for="user_login"], .bbp_widget_login label[for="user_pass"] { display: block; margin: 0 0 10px; position: relative; } - .bbp_widget_login label[for="user_pass"] span.label-switch { position: absolute; top: 46px; @@ -17007,12 +18741,11 @@ ul.bbp-stats h4 { transition: all 0.3s ease; cursor: pointer; } - -.bbp_widget_login label[for="user_pass"] span.label-switch::after { +.bbp_widget_login label[for="user_pass"] span.label-switch:after { content: "\ee69"; font-family: bb-icons; font-style: normal; - font-weight: 400; + font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; @@ -17026,26 +18759,21 @@ ul.bbp-stats h4 { font-size: 20px; color: var(--bb-body-text-color); } - -.bbp_widget_login label[for="user_pass"] span.label-switch.bb-eye::after { +.bbp_widget_login label[for="user_pass"] span.label-switch.bb-eye:after { content: "\ee6a"; } - .bbp_widget_login .bbp-remember-me { float: none; margin-top: 15px; } - .bbp_widget_login .bbp-submit-wrapper { float: none; margin-top: 10px; text-align: right; } - .bbp_widget_login .bbp-submit-wrapper p.lostmenot { display: none; } - .bbp_widget_login .bbp-submit-wrapper button { font-size: 14px; font-weight: 500; @@ -17054,21 +18782,17 @@ ul.bbp-stats h4 { padding: 4px 20px; cursor: pointer; } - .bbp_widget_login .bbp-submit-wrapper button.bp-login-btn-active { background: var(--bb-primary-color); } - .bbp_widget_login .bbp-logged-in > a.user-submit { float: right; margin-left: 15px; } - .bbp_widget_login .bbp-logged-in > a.user-submit > img { margin-left: 0; border-radius: 100px; } - .bbp_widget_login h2.widget-title { display: -webkit-box; display: -ms-flexbox; @@ -17077,7 +18801,6 @@ ul.bbp-stats h4 { -ms-flex: 0 0 100%; flex: 0 0 100%; } - .bbp_widget_login .bbp-login-links { margin-top: 20px; overflow: hidden; @@ -17090,7 +18813,6 @@ ul.bbp-stats h4 { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .bbp_widget_login .bbp-login-links a:first-child { margin-left: 10px; } @@ -17113,7 +18835,6 @@ ul.bbp-stats h4 { border: 0; min-height: auto; } - .bbp_widget_login a.button.logout-link:hover { color: var(--bb-primary-color); box-shadow: none; @@ -17129,14 +18850,12 @@ ul.bbp-stats h4 { top: -48px; left: -7px; } - .widget .bp-site-wide-message #message button span { font-size: 0; line-height: 1; display: block; } - -.widget .bp-site-wide-message #message button span::before { +.widget .bp-site-wide-message #message button span:before { content: "\e828"; color: #fff; font-family: bb-icons; @@ -17151,13 +18870,11 @@ ul.bbp-stats h4 { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - .widget .bp-site-wide-message #message p { margin: 0; padding-left: 0; position: static; } - .widget .bp-site-wide-message #message p strong { font-weight: 600; font-size: 12px; @@ -17188,7 +18905,6 @@ div#groups-list-options { margin-right: auto; position: relative; } - .bb-widget-dropdown i.bb-icon-menu-dots-v { position: relative; top: -2px; @@ -17203,7 +18919,6 @@ div#groups-list-options { display: -ms-flexbox; display: flex; } - .widget_bp_core_recently_active_widget .widget-title a.bs-widget-reload { color: #939597; margin-right: auto; @@ -17219,20 +18934,16 @@ div#groups-list-options { font-size: 14px; line-height: 21px; } - .more-block a.count-more { cursor: pointer; padding-right: 10px; } - .more-block a.count-more .bb-icon-angle-right { - /* vertical-align: middle; */ line-height: 17px; display: inline-block; } - -.more-block .bb-icon-angle-right::before { +.more-block .bb-icon-angle-right:before { font-size: 18px; vertical-align: bottom; margin-right: 0.1em; @@ -17243,7 +18954,6 @@ div#groups-list-options { .elementor-widget-wp-widget-bp_core_whos_online_widget .item-avatar a { display: inline-block; } - .widget_bp_core_whos_online_widget .item-avatar a .member-status, .elementor-widget-wp-widget-bp_core_whos_online_widget .item-avatar a .member-status { width: 13px; @@ -17252,12 +18962,10 @@ div#groups-list-options { top: 3px; border: 2px solid var(--bb-content-background-color); } - .widget_bp_core_whos_online_widget .item-avatar a .member-status.online, .elementor-widget-wp-widget-bp_core_whos_online_widget .item-avatar a .member-status.online { background-color: var(--bb-success-color); } - .widget_bp_core_whos_online_widget .item-avatar a .member-status.offline, .elementor-widget-wp-widget-bp_core_whos_online_widget .item-avatar a .member-status.offline { background-color: #bdbdbd; @@ -17268,12 +18976,10 @@ div#groups-list-options { .widget_bp_core_members_widget #members-list .item-avatar { position: relative; } - .elementor-widget-wp-widget-bp_core_members_widget #members-list .item-avatar a, .widget_bp_core_members_widget #members-list .item-avatar a { display: inline-block; } - .elementor-widget-wp-widget-bp_core_members_widget #members-list .item-avatar a .member-status, .widget_bp_core_members_widget #members-list .item-avatar a .member-status { width: 13px; @@ -17282,12 +18988,10 @@ div#groups-list-options { top: 1px; border: 2px solid var(--bb-content-background-color); } - .elementor-widget-wp-widget-bp_core_members_widget #members-list .item-avatar a .member-status.online, .widget_bp_core_members_widget #members-list .item-avatar a .member-status.online { background-color: var(--bb-success-color); } - .elementor-widget-wp-widget-bp_core_members_widget #members-list .item-avatar a .member-status.offline, .widget_bp_core_members_widget #members-list .item-avatar a .member-status.offline { background-color: #bdbdbd; @@ -17304,30 +19008,24 @@ div#groups-list-options { display: -ms-flexbox; display: flex; } - .widget.buddypress #network-list li .item-title a { letter-spacing: 0; color: var(--bb-headings-color); } - .widget.buddypress #network-list li .item-data { color: var(--bb-headings-color); } - .widget.buddypress #network-list li .item-data .netowrk-post-activity { color: #939597; } - .widget.buddypress #network-list li div.item-avatar img { width: 28px; height: 28px; } - .widget.buddypress #network-list li .data-photo { max-width: 60%; margin: 5px 0; } - .widget.buddypress #network-list li .data-photo a { border-radius: 3px; } @@ -17362,7 +19060,6 @@ body.buddypress .buddypress-wrap .bbp-logged-in h5 { border: 0; min-height: auto; } - .buddypress .buddypress-wrap .bbp_widget_login a.button.logout-link:hover, #buddypress .bbp_widget_login a.button.logout-link:hover { color: #0f74e0; @@ -17379,8 +19076,7 @@ body.buddypress .buddypress-wrap .bbp-logged-in h5 { background: transparent; color: var(--bb-body-text-color); } - -.single .hentry .buddypress.widget .activity-list blockquote::before { +.single .hentry .buddypress.widget .activity-list blockquote:before { display: none; } @@ -17404,7 +19100,6 @@ body.buddypress .buddypress-wrap .bbp-logged-in h5 { display: -ms-flexbox; display: flex; } - .widget .mc4wp-form-fields input[type="submit"], #buddypress .widget .mc4wp-form-fields input[type="submit"], .buddypress .buddypress-wrap .widget .mc4wp-form-fields input[type="submit"] { @@ -17412,13 +19107,11 @@ body.buddypress .buddypress-wrap .bbp-logged-in h5 { padding: 0 10px; border-radius: 3px 0 0 3px; } - .widget .mc4wp-form-fields input[type="submit"]:disabled, #buddypress .widget .mc4wp-form-fields input[type="submit"]:disabled, .buddypress .buddypress-wrap .widget .mc4wp-form-fields input[type="submit"]:disabled { background: #d0d4d8; } - .widget .mc4wp-form-fields input[type="submit"][disabled="disabled"], #buddypress .widget .mc4wp-form-fields input[type="submit"][disabled="disabled"], .buddypress .buddypress-wrap .widget .mc4wp-form-fields input[type="submit"][disabled="disabled"] { @@ -17426,7 +19119,6 @@ body.buddypress .buddypress-wrap .bbp-logged-in h5 { color: #fff; border: 1px solid transparent; } - .widget .mc4wp-form-fields input[type="email"], #buddypress .widget .mc4wp-form-fields input[type="email"], .buddypress .buddypress-wrap .widget .mc4wp-form-fields input[type="email"] { @@ -17440,7 +19132,6 @@ body.buddypress .buddypress-wrap .bbp-logged-in h5 { .widget_display_topics ul li { margin-bottom: 15px; } - .widget_display_topics ul img.avatar { border-radius: 50%; } @@ -17458,10 +19149,9 @@ body.buddypress .buddypress-wrap .bb-recent-posts h4 { } .buddypress-wrap .widget.widget_bps_widget .standard-form label { - font-weight: 400; + font-weight: normal; margin-top: 0; } - .buddypress-wrap .widget.widget_bps_widget .standard-form .submit { padding-top: 0; } @@ -17471,13 +19161,11 @@ div[id*="bps_accordion_form"] .ui-accordion .ui-accordion-header, div[id*="bps_accordion_form"].ui-accordion .ui-accordion-header { padding-right: 30px; } - .widget.widget_bps_widget .ui-accordion .ui-accordion-content, .widget.widget_bps_widget.ui-accordion .ui-accordion-content, div[id*="bps_accordion_form"] .ui-accordion .ui-accordion-content, div[id*="bps_accordion_form"].ui-accordion .ui-accordion-content { padding: 1em; } - .widget.widget_bps_widget .ui-accordion-header .ui-icon-plus, .widget.widget_bps_widget .ui-accordion-header .ui-icon-minus, div[id*="bps_accordion_form"] .ui-accordion-header .ui-icon-plus, @@ -17486,17 +19174,16 @@ div[id*="bps_accordion_form"] .ui-accordion-header .ui-icon-minus { text-indent: initial; margin-top: -7px; } - -.widget.widget_bps_widget .ui-accordion-header .ui-icon-plus::after, -.widget.widget_bps_widget .ui-accordion-header .ui-icon-minus::after, -div[id*="bps_accordion_form"] .ui-accordion-header .ui-icon-plus::after, -div[id*="bps_accordion_form"] .ui-accordion-header .ui-icon-minus::after { +.widget.widget_bps_widget .ui-accordion-header .ui-icon-plus:after, +.widget.widget_bps_widget .ui-accordion-header .ui-icon-minus:after, +div[id*="bps_accordion_form"] .ui-accordion-header .ui-icon-plus:after, +div[id*="bps_accordion_form"] .ui-accordion-header .ui-icon-minus:after { font-family: bb-icons; display: inline-block; width: 16px; height: 16px; font-style: normal; - font-weight: 400; + font-weight: normal; speak: none; text-decoration: inherit; text-align: center; @@ -17508,73 +19195,61 @@ div[id*="bps_accordion_form"] .ui-accordion-header .ui-icon-minus::after { right: 0; top: 0; } - -.widget.widget_bps_widget .ui-accordion-header .ui-icon-plus::after, -div[id*="bps_accordion_form"] .ui-accordion-header .ui-icon-plus::after { +.widget.widget_bps_widget .ui-accordion-header .ui-icon-plus:after, +div[id*="bps_accordion_form"] .ui-accordion-header .ui-icon-plus:after { content: "\eef9"; } - -.widget.widget_bps_widget .ui-accordion-header .ui-icon-minus::after, -div[id*="bps_accordion_form"] .ui-accordion-header .ui-icon-minus::after { +.widget.widget_bps_widget .ui-accordion-header .ui-icon-minus:after, +div[id*="bps_accordion_form"] .ui-accordion-header .ui-icon-minus:after { content: "\eed8"; } - .widget.widget_bps_widget .ui-widget, .widget.widget_bps_widget.ui-widget, div[id*="bps_accordion_form"] .ui-widget, div[id*="bps_accordion_form"].ui-widget { font-family: inherit; } - .widget.widget_bps_widget .ui-accordion-content input[type="search"], .widget.widget_bps_widget .ui-accordion-content .bps-selectbox select, div[id*="bps_accordion_form"] .ui-accordion-content input[type="search"], div[id*="bps_accordion_form"] .ui-accordion-content .bps-selectbox select { width: 100%; } - .widget.widget_bps_widget .ui-accordion-content label, div[id*="bps_accordion_form"] .ui-accordion-content label { display: inline-block; margin-bottom: 5px; - font-weight: 400; + font-weight: normal; } - .widget.widget_bps_widget .ui-state-default, div[id*="bps_accordion_form"] .ui-state-default { background-color: var(--bb-content-background-color); border-color: var(--bb-content-border-color); color: inherit; } - .widget.widget_bps_widget .ui-state-focus, div[id*="bps_accordion_form"] .ui-state-focus { background-color: var(--bb-content-background-color); border-color: var(--bb-content-border-color); } - .widget.widget_bps_widget .ui-state-active, div[id*="bps_accordion_form"] .ui-state-active { background: var(--bb-primary-color); border-color: var(--bb-primary-color); color: #fff; } - .widget.widget_bps_widget .bps-description, div[id*="bps_accordion_form"] .bps-description { color: var(--bb-alternate-text-color); } - .widget.widget_bps_widget .ui-corner-all, div[id*="bps_accordion_form"] .ui-corner-all { border-radius: var(--bb-input-radius); } - .widget.widget_bps_widget .ui-corner-top, div[id*="bps_accordion_form"] .ui-corner-top { border-top-left-radius: var(--bb-input-radius); border-top-right-radius: var(--bb-input-radius); } - .widget.widget_bps_widget .ui-corner-bottom, div[id*="bps_accordion_form"] .ui-corner-bottom { border-bottom-left-radius: var(--bb-block-radius-inner); @@ -17598,11 +19273,9 @@ body.buddypress .buddypress-wrap .widget_sfwd-quiz-widget li h4 { width: 100%; min-height: auto; } - .widget_nav_menu.buddypress_object_nav nav#object-nav.vertical li.selected { background: transparent; } - .widget_nav_menu.buddypress_object_nav nav#object-nav.vertical li a { padding: 2px 0; } @@ -17615,33 +19288,27 @@ body.buddypress .buddypress-wrap .widget_sfwd-quiz-widget li h4 { border: 0; margin-bottom: 0; } - .widget_nav_menu.buddypress_object_nav nav#object-nav .more-button, .widget_nav_menu.buddypress_object_nav nav#object-nav.vertical .more-button { display: none; } - .widget_nav_menu.buddypress_object_nav nav#object-nav > ul > li, .widget_nav_menu.buddypress_object_nav nav#object-nav.vertical > ul > li { padding-left: 0; float: none; } - .widget_nav_menu.buddypress_object_nav nav#object-nav ul.sub-menu, .widget_nav_menu.buddypress_object_nav nav#object-nav.vertical ul.sub-menu { margin-right: 0; } - .widget_nav_menu.buddypress_object_nav nav#object-nav ul.sub-menu a, .widget_nav_menu.buddypress_object_nav nav#object-nav.vertical ul.sub-menu a { padding: 8px 0; } - .widget_nav_menu.buddypress_object_nav nav#object-nav ul.sub-menu a:hover, .widget_nav_menu.buddypress_object_nav nav#object-nav.vertical ul.sub-menu a:hover { background: transparent; } - .widget_nav_menu.buddypress_object_nav nav#object-nav ul.sub-menu .selected > a, .widget_nav_menu.buddypress_object_nav nav#object-nav.vertical ul.sub-menu .selected > a { background: transparent; @@ -17656,35 +19323,29 @@ body.buddypress .buddypress-wrap .widget_sfwd-quiz-widget li h4 { margin-bottom: 0.9375rem; padding: 0; } - .bp-profile-search-widget .bps-form-title { font-weight: 600; border-bottom: 1px solid rgba(0, 0, 0, 0.06); margin: 0; padding: 1.125rem 1.25rem; } - .bp-profile-search-widget .bps-form { margin: 0; padding: 1.125rem 1.25rem 1.375rem; } - .bp-profile-search-widget .bps-label { font-size: 14px; font-weight: 400; margin-bottom: 8px; display: block; } - .bp-profile-search-widget .bps-label strong { font-weight: 400; } - .bp-profile-search-widget label { font-size: 14px; font-weight: 400; } - .bp-profile-search-widget .bp-radio-wrap label, .bp-profile-search-widget .bp-checkbox-wrap label { color: var(--bb-headings-color); @@ -17692,43 +19353,35 @@ body.buddypress .buddypress-wrap .widget_sfwd-quiz-widget li h4 { font-size: 15px; font-weight: 500; } - -.bp-profile-search-widget .bp-checkbox-wrap label::after { +.bp-profile-search-widget .bp-checkbox-wrap label:after { font-weight: 400; top: 1px; } - .bp-profile-search-widget input[type="search"] { background: transparent; padding-right: 12px; width: 100%; } - .bp-profile-search-widget p.bps-description { margin: 5px 0; font-size: 12px; color: var(--bb-headings-color); } - .bp-profile-search-widget .bp-radio-wrap, .bp-profile-search-widget .bp-checkbox-wrap { margin-bottom: 0; } - .bp-profile-search-widget .submit-wrapper input { min-width: 140px; font-size: 14px; font-weight: 500; } - .bp-profile-search-widget .bp-field-wrap input:not([type="checkbox"], [type="radio"]) { width: 100%; } - .bp-profile-search-widget .clear-from-wrap { margin-bottom: 20px; } - .bp-profile-search-widget .bp-heading-field-wrap { background: var(--bb-content-alternate-background-color); border-top: 1px solid var(--bb-content-border-color); @@ -17736,23 +19389,19 @@ body.buddypress .buddypress-wrap .widget_sfwd-quiz-widget li h4 { margin: 0 -20px 20px; padding: 12px 20px; } - .bp-profile-search-widget .bp-heading-field-wrap strong { text-transform: uppercase; font-size: 0.75rem; font-weight: 600; color: var(--bb-headings-color); } - .bp-profile-search-widget .bp-heading-field-wrap p.bps-description { margin: 5px 0 0; } - .bp-profile-search-widget .date-label { display: block; margin-bottom: 5px; } - .bp-profile-search-widget .date-wrapper select { margin-bottom: 10px; } @@ -17769,52 +19418,43 @@ body.buddypress .buddypress-wrap .widget_sfwd-quiz-widget li h4 { .elementor-widget-wp-widget-bp_latest_activities .activity-link-preview-image { max-width: 100%; } - .widget.activity_update .activity-link-preview-content, .elementor-widget-wp-widget-bp_latest_activities .activity-link-preview-content { clear: both; padding: 0; } - .widget.activity_update .activity-link-preview-title, .elementor-widget-wp-widget-bp_latest_activities .activity-link-preview-title { font-style: normal; margin-bottom: 5px; margin-left: 0; } - .widget.activity_update footer cite, .elementor-widget-wp-widget-bp_latest_activities footer cite { margin-left: 12px; } - .widget.activity_update .activity-list > div, .elementor-widget-wp-widget-bp_latest_activities .activity-list > div { margin-bottom: 15px; } - .widget.activity_update .activity-list > div:last-of-type, .elementor-widget-wp-widget-bp_latest_activities .activity-list > div:last-of-type { margin-bottom: 0; } - .widget.activity_update .activity-list > div p, .elementor-widget-wp-widget-bp_latest_activities .activity-list > div p { margin-bottom: 10px; } - .widget.activity_update .activity-list img, .elementor-widget-wp-widget-bp_latest_activities .activity-list img { margin-bottom: 0; } - .widget.activity_update .view.activity-time-since, .elementor-widget-wp-widget-bp_latest_activities .view.activity-time-since { font-style: normal; font-weight: 500; font-size: 13px; } - .widget.activity_update footer, .elementor-widget-wp-widget-bp_latest_activities footer { display: -webkit-box; @@ -17824,35 +19464,29 @@ body.buddypress .buddypress-wrap .widget_sfwd-quiz-widget li h4 { -ms-flex-align: center; align-items: center; } - .widget.activity_update .activity-update .update-item, .elementor-widget-wp-widget-bp_latest_activities .activity-update .update-item { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } - .widget.activity_update .activity-update .update-item a[href=""], .elementor-widget-wp-widget-bp_latest_activities .activity-update .update-item a[href=""] { cursor: default; } - .widget.activity_update .activity-update p, .elementor-widget-wp-widget-bp_latest_activities .activity-update p { color: var(--bb-alternate-text-color); } - .widget.activity_update .activity-update p a[href]:not([href=""]):not(.activity-time-since), .elementor-widget-wp-widget-bp_latest_activities .activity-update p a[href]:not([href=""]):not(.activity-time-since) { color: var(--bb-headings-color); font-weight: 500; } - .widget.activity_update .activity-update p a[href]:not([href=""]):not(.activity-time-since):hover, .elementor-widget-wp-widget-bp_latest_activities .activity-update p a[href]:not([href=""]):not(.activity-time-since):hover { color: var(--bb-primary-color); } - .widget.activity_update .activity-update .activity-time-since, .elementor-widget-wp-widget-bp_latest_activities .activity-update .activity-time-since { display: block; @@ -17860,7 +19494,6 @@ body.buddypress .buddypress-wrap .widget_sfwd-quiz-widget li h4 { color: var(--bb-headings-color); margin-top: 5px; } - .widget.activity_update .activity-update .activity-time-since:hover, .elementor-widget-wp-widget-bp_latest_activities .activity-update .activity-time-since:hover { color: var(--bb-primary-color); @@ -17872,22 +19505,54 @@ body.buddypress .buddypress-wrap .widget_sfwd-quiz-widget li h4 { flex: 0 0 40px; } +.buddypress.widget .activity-update .update-item cite { + -webkit-box-flex: 0; + -ms-flex: 0 0 40px; + flex: 0 0 40px; +} +.buddypress.widget .activity-update .bp-activity-info { + max-width: -webkit-calc(100% - 50px); + max-width: calc(100% - 50px); +} +.buddypress.widget .activity-update .bp-activity-info > p { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.buddypress.widget .activity-update .bp-activity-info > p a.activity-time-since { + display: inline-block; + width: 100%; +} +.buddypress.widget .activity-update .bp-activity-info > p > .activity-to { + margin-left: 3px; +} +.buddypress.widget .activity-update .bp-activity-info p a:not(.activity-time-since) { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + display: inline-block; + max-width: 100%; + margin-left: 3px; +} + .widget.bp-latest-activities .activity-update { color: var(--bb-alternate-text-color); font-size: 14px; letter-spacing: -0.24px; margin-bottom: 20px; } - .widget.bp-latest-activities a { color: var(--bb-headings-color); font-style: normal; } - .widget.bp-latest-activities a:hover { color: var(--bb-primary-color); } - .widget.bp-latest-activities p { margin-bottom: 0; } @@ -17906,36 +19571,30 @@ body.buddypress .buddypress-wrap .widget_sfwd-quiz-widget li h4 { .widget .bs-forums-items > li { margin-bottom: 0; } - .widget .bbp-forum-form .bp-forum-settings { -ms-flex-flow: column; flex-flow: column; } - .widget ul a.subscription-toggle { background-color: var(--bb-content-background-color); color: var(--bb-headings-color); border: 1px solid var(--bb-content-border-color); } - .widget ul a.subscription-toggle:focus { box-shadow: var(--bb-outline-button-focus-shadow); } - .widget ul a.subscription-toggle: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); box-shadow: none; } - .widget ul a.subscription-toggle: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); box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 0 0 2px rgba(0, 0, 0, 0.08); } - .widget ul a.subscription-toggle:disabled, .widget ul a.subscription-toggle.disabled { background-color: var(--bb-content-background-color); color: var(--bb-headings-color); @@ -17944,22 +19603,18 @@ body.buddypress .buddypress-wrap .widget_sfwd-quiz-widget li h4 { pointer-events: none; cursor: default; } - .widget .bbp-forum-buttons-wrap { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } - .widget .bbp-forum-buttons-wrap > * { margin-right: 0; margin-left: 5px; } - .widget #bbpress-forums#bbpress-forums .bs-forums-items .bs-section-title { margin-bottom: 10px; } - .widget .bbp-reply-form fieldset.bbp-form legend { font-size: 20px; font-weight: 500; @@ -17970,15 +19625,12 @@ body.buddypress .buddypress-wrap .widget_sfwd-quiz-widget li h4 { margin-bottom: 0; padding: 0; } - .widget .bbp-reply-form fieldset.bbp-form-anonymous { margin-top: 15px; } - .widget .bbp-reply-form fieldset.bbp-form-anonymous legend { margin-bottom: 20px; } - .widget .bbp-reply-form #whats-new-toolbar, .widget .bbp-reply-form #whats-new-attachments, .widget .bbp-topic-form #whats-new-toolbar, @@ -17988,7 +19640,6 @@ body.buddypress .buddypress-wrap .widget_sfwd-quiz-widget li h4 { padding-right: 0; padding-left: 0; } - .widget .bbp-reply-form .bbp_topic_title_wrapper, .widget .bbp-topic-form .bbp_topic_title_wrapper, .widget .bbp-forum-form .bbp_topic_title_wrapper { @@ -17997,40 +19648,33 @@ body.buddypress .buddypress-wrap .widget_sfwd-quiz-widget li h4 { -ms-flex-align: center; align-items: center; } - .widget .bbp-reply-form .new_topic_title_avatar, .widget .bbp-topic-form .new_topic_title_avatar, .widget .bbp-forum-form .new_topic_title_avatar { margin-left: 10px; } - .widget .bbp-reply-form #bbp-close-btn, .widget .bbp-topic-form #bbp-close-btn, .widget .bbp-forum-form #bbp-close-btn { display: none; } - .widget #bbpress-forums fieldset.bbp-form { margin-top: 0; } - .widget #bbpress-forums fieldset.bbp-form label { color: var(--bb-headings-color); letter-spacing: normal; } - .widget .bbp-reply-form #whats-new-toolbar .medium-editor-toolbar, .widget .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar, .widget .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar { right: 30px; } - .widget .bbp-reply-form #whats-new-toolbar .medium-editor-toolbar.active, .widget .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active, .widget .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar.active { z-index: 10; } - .widget .bbp-reply-form .bbp-form label, .widget .bbp-topic-form .bbp-form label, .widget .bbp-forum-form .bbp-form label { @@ -18040,24 +19684,20 @@ body.buddypress .buddypress-wrap .widget_sfwd-quiz-widget li h4 { margin-bottom: 5px; line-height: 1.187; } - .widget .bbp-reply-form ul.medium-editor-toolbar-actions .medium-editor-action b, .widget .bbp-topic-form ul.medium-editor-toolbar-actions .medium-editor-action b, .widget .bbp-forum-form ul.medium-editor-toolbar-actions .medium-editor-action b { width: 20px; } - .widget .bbp-reply-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions button, .widget .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions button, .widget .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions button { padding: 10px 3px; min-width: 28px; } - .widget .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar { top: unset; } - .widget .bb-content-area.bs-replies-wrapper .bb-grid { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -18067,19 +19707,15 @@ body.buddypress .buddypress-wrap .widget_sfwd-quiz-widget li h4 { -ms-flex-align: center; align-items: center; } - .widget #bbpress-forums .bs-single-forum-list > li { border: 0; } - .widget fieldset.bbp-form .bbp-submit-wrapper .button.submit { margin-right: 0; } - .widget #bbpress-forums { margin-bottom: 0; } - .widget fieldset.bbp-form { margin: 0; } @@ -18096,24 +19732,19 @@ body.buddypress .buddypress-wrap .widget_sfwd-quiz-widget li h4 { .bs-groups-items { margin-bottom: 0; } - .bs-groups-items .item-title a { margin-bottom: 8px; display: inline-block; } - .bs-groups-items .item-meta p { margin-bottom: 7px; } - .bs-groups-items .item-meta p:last-child { margin: 0; } - .bs-groups-items span.status { text-transform: capitalize; } - .bs-groups-items .item-desc { font-size: 14px; color: var(--bb-body-text-color); @@ -18131,21 +19762,17 @@ body.buddypress .buddypress-wrap .widget_sfwd-quiz-widget li h4 { overflow: hidden; text-overflow: ellipsis; } - -.bs-groups-items .item-desc::after { +.bs-groups-items .item-desc:after { content: " "; display: inline-block; vertical-align: middle; } - .bs-groups-items .action { margin-right: auto; } - .bs-groups-items.list-view .item-title-wrap { min-width: 0; } - .bs-groups-items.list-view .item-title a { display: block; white-space: nowrap; @@ -18163,10 +19790,8 @@ body.buddypress .buddypress-wrap .widget_sfwd-quiz-widget li h4 { a.group-item-avatar { border-radius: 3px; - /* width: 81px; */ } - a.group-item-avatar .avatar { max-width: 100%; } @@ -18175,24 +19800,20 @@ a.group-item-avatar .avatar { padding-bottom: 14px; text-align: right; } - .bs-groups-items.grid-view .item-avatar { margin-top: -50px; position: relative; max-width: 75px; width: 100%; } - .bs-groups-items.grid-view span.status { font-size: 13px; color: #939597; letter-spacing: -0.24px; } - .bs-groups-items.grid-view .item-title { margin-bottom: 15px; } - .bs-groups-items.grid-view .item-title a { margin-bottom: 0; } @@ -18210,12 +19831,15 @@ a.group-item-avatar .avatar { cursor: pointer; } +.buddypress-wrap ul.bp-list.groups-dir-list .list-wrap .item-meta-wrap .item-meta.group-details > span { + font-size: 13px; +} + .buddypress-wrap .item-list.groups-list .item-meta { font-size: 13px; font-weight: 400; color: var(--bb-alternate-text-color); } - .buddypress-wrap .item-list.groups-list .invite-message { margin-top: 5px; font-size: 14px; @@ -18228,12 +19852,10 @@ body #buddypress .bp-list .action .generic-button .membership-requested { color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); } - body #buddypress .bp-list .action .generic-button .leave-group:focus, body #buddypress .bp-list .action .generic-button .membership-requested:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - body #buddypress .bp-list .action .generic-button .leave-group:hover, body #buddypress .bp-list .action .generic-button .membership-requested:hover { background-color: var(--bb-primary-button-background-hover); @@ -18267,17 +19889,14 @@ body #buddypress .bp-list .action .generic-button .membership-requested { flex: 0 0 28%; margin-bottom: 20px; } - #buddypress .bp-list.groups-list li .list-wrap .item .item-block .groups-title a { width: 100%; overflow-wrap: break-word; word-wrap: break-word; } - #buddypress .bp-list.groups-list.centered li .list-wrap .item .item-block { padding-left: 0; } - #buddypress .bp-list.groups-list:not(.grid) li .list-wrap .item .item-block { margin-bottom: 0; } @@ -18296,12 +19915,10 @@ div#groups-order-select .select-wrap { } @media (hover: none) { - .entry-content .bs-group-head a.btn-group:not(.button):hover { color: var(--bb-primary-color); } } - #buddypress .group-title { line-height: 1; margin: 6px 0 2px; @@ -18311,7 +19928,6 @@ div#groups-order-select .select-wrap { display: inline-block; margin-left: 12px; } - .bs-group-members img { border: 1px solid #fff; max-width: 24px; @@ -18320,11 +19936,9 @@ div#groups-order-select .select-wrap { position: relative; z-index: 3; } - .bs-group-members img:nth-child(2) { z-index: 2; } - .bs-group-members img:nth-child(3) { z-index: 1; } @@ -18332,8 +19946,7 @@ div#groups-order-select .select-wrap { a.bb-more { display: inline-block; } - -a.bb-more i::before { +a.bb-more i:before { margin: 0; font-size: 19px; line-height: 0.5; @@ -18358,12 +19971,10 @@ a.bb-more i::before { #groups-list.bp-list .avatar { border-radius: 3px; } - #groups-list.bp-list .group-avatar-wrap { min-height: 81px; min-width: 81px; } - #groups-list.bp-list .bs-group-members { margin-bottom: 0; } @@ -18371,31 +19982,25 @@ a.bb-more i::before { .elementor-widget-wrap .buddypress-wrap.bp-shortcode-wrap .subnav-filters { margin: 25px 0; } - .elementor-widget-wrap #groups-list.bp-list li { - min-width: inherit; padding: 0 9px; margin: 0 0 20px; display: list-item; } - .elementor-widget-wrap #groups-list.bp-list li .item { line-height: inherit; } - .elementor-widget-wrap #groups-list.bp-list li .item-avatar { -webkit-box-flex: 0; -ms-flex: none; flex: none; margin-left: 0; } - .elementor-widget-wrap #groups-list.bp-list li .bs-group-members img { max-width: 24px; border-radius: 50%; border: 1px solid #fff; } - .elementor-widget-wrap #groups-list.bp-list:not(.grid) .item-avatar { margin-left: 20px; } @@ -18406,20 +20011,16 @@ a.bb-more i::before { display: -ms-flexbox; display: flex; } - #groups-list.bp-list.grid.bb-cover-enabled .item-avatar .group-avatar-wrap { margin-top: -47px; } - #groups-list.bp-list.grid.bb-cover-enabled .item-avatar img { max-width: 75px; width: 100%; } - #groups-list.bp-list.grid.bb-cover-enabled .item-avatar .generic-button { text-align: left; } - #groups-list.bp-list.grid.bb-cover-enabled .item-avatar .generic-button .group-button { line-height: 1.3; min-height: 1px; @@ -18436,35 +20037,30 @@ a.bb-more i::before { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - #groups-list.bp-list.grid.bb-cover-enabled .item-avatar .generic-button .group-button:hover { color: var(--bb-primary-color); } - #groups-list.bp-list.grid.bb-cover-enabled .item-avatar .generic-button .group-button span { font-size: 0; } - -#groups-list.bp-list.grid.bb-cover-enabled .item-avatar .generic-button .group-button span::before { +#groups-list.bp-list.grid.bb-cover-enabled .item-avatar .generic-button .group-button span:before { content: "\e876"; font-family: bb-icons; speak: none; font-size: 14px; margin-left: 5px; font-style: normal; - font-weight: 400; + font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; list-style: none; -webkit-font-smoothing: antialiased; } - #groups-list.bp-list.grid.bb-cover-enabled .list-title, #groups-list.bp-list.grid.bb-cover-enabled .item-meta { text-align: right; } - #groups-list.bp-list.grid.bb-cover-enabled .groups-loop-buttons { -ms-flex-item-align: end; align-self: flex-end; @@ -18474,7 +20070,6 @@ a.bb-more i::before { flex: 1; margin-right: 5px; } - #groups-list.bp-list.grid.bb-cover-enabled .groups-loop-buttons .group-button { text-align: left; } @@ -18482,7 +20077,6 @@ a.bb-more i::before { .buddypress-wrap ul.bp-list.groups-dir-list.grid .list-wrap { border-radius: var(--bb-block-radius); } - .buddypress-wrap ul.bp-list.groups-dir-list .bs-group-cover a { border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; } @@ -18492,7 +20086,6 @@ a.bb-more i::before { background-color: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); } - #groups-list.bp-list .item-entry .list-wrap .group-footer-wrap { display: -webkit-box; display: -ms-flexbox; @@ -18505,16 +20098,13 @@ a.bb-more i::before { align-items: center; margin-bottom: 27px; } - #groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap { display: block; min-width: auto; } - #groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .generic-button { margin-bottom: 0; } - #groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button) { background-color: var(--bb-secondary-button-background-regular); color: var(--bb-secondary-button-text-regular); @@ -18531,184 +20121,149 @@ a.bb-more i::before { text-align: center; text-transform: capitalize; width: auto; + white-space: nowrap; } - #groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button):focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - -#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button)::before { +#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button):before { display: inline-block; font-family: bb-icons; font-size: 14px; margin-left: 5px; font-weight: 400; } - -#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).join-group::before { +#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).join-group:before { content: "\eef9"; } - -#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).leave-group::before, #groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).membership-requested::before { +#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).leave-group:before, #groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).membership-requested:before { content: "\e876"; } - -#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).request-membership::before { +#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).request-membership:before { content: "\eecc"; } - -#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).leave-group:hover::before { +#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).leave-group:hover:before { content: "\ef23"; } - #groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button):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); } - #groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).join-group, #groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).request-membership { background-color: var(--bb-content-background-color); color: var(--bb-headings-color); border: 1px solid var(--bb-content-border-color); } - #groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).join-group:focus, #groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).request-membership:focus { box-shadow: var(--bb-outline-button-focus-shadow); } - #groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).join-group:hover, #groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).request-membership: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); } - #groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).membership-requested { opacity: 0.5; pointer-events: none; } - #groups-list.bp-list.grid.bb-cover-disabled .item-avatar .groups-loop-buttons { display: none; } - #groups-list.bp-list.grid.bb-cover-disabled img.avatar { max-width: 115px; width: 100%; } - #groups-list.bp-list.grid.bb-cover-disabled .group-avatar-wrap { margin: 15px 15px 0 0; } - #groups-list.bp-list.grid.bb-cover-disabled .item-meta { margin-bottom: 5px; } - #groups-list.bp-list.grid.bb-cover-disabled.centered .group-avatar-wrap { margin-top: 25px; } - #groups-list.bp-list.grid .list-wrap .item { padding-bottom: 55px; } - #groups-list.bp-list.grid .list-wrap .item.group-members-hidden.group-join-button-hidden { padding-bottom: 0; } - #groups-list.bp-list.grid .list-wrap .group-footer-wrap { position: absolute; right: 20px; left: 20px; bottom: -5px; } - #groups-list.bp-list:not(.grid) { display: -webkit-box; display: -ms-flexbox; display: flex; } - #groups-list.bp-list:not(.grid) .item-entry .item { -ms-flex-flow: row; flex-flow: row; } - #groups-list.bp-list:not(.grid) .item-entry .item .group-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 250px); flex: 0 0 -webkit-calc(100% - 250px); flex: 0 0 calc(100% - 250px); } - #groups-list.bp-list:not(.grid) .item-entry .item .group-item-wrap .item-desc p { max-width: 600px; } - #groups-list.bp-list:not(.grid) .item-entry .item-avatar { display: block; } - #groups-list.bp-list:not(.grid) .item-entry .group-avatar-wrap { margin-right: 0; } - #groups-list.bp-list:not(.grid) .item-entry .list-wrap { padding: 15px 20px; } - #groups-list.bp-list:not(.grid) .item-entry .list-wrap .group-footer-wrap { margin-bottom: 0; } - #groups-list.bp-list:not(.grid) .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button) { min-width: 135px; padding: 1px 12px; } @media screen and (max-width: 1000px) { - #groups-list.bp-list:not(.grid) .item-entry .item { -ms-flex-flow: column; flex-flow: column; } - #groups-list.bp-list:not(.grid) .item-entry .item .group-footer-wrap { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } } - #groups-list.bp-list.invites:not(.grid) { width: 100%; display: block; } - #groups-list.bp-list.invites:not(.grid) .item-entry .item { -ms-flex-flow: row wrap; flex-flow: row wrap; } - #groups-list.bp-list.left .group-footer-wrap.group-members-hidden .groups-loop-buttons { -webkit-box-flex: 0; -ms-flex: none; flex: none; margin-right: 0; } - #groups-list.bp-list.centered .group-footer-wrap.group-join-button-hidden { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } - #groups-list.bp-list.centered .group-footer-wrap.group-members-hidden { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } - #groups-list.bp-list.centered .group-footer-wrap.group-members-hidden .groups-loop-buttons { -webkit-box-flex: 0; -ms-flex: none; @@ -18724,13 +20279,11 @@ body:not(.logged-in) #groups-list.bp-list.grid .list-wrap .item.group-members-hi .buddypress-wrap ul.bp-list.groups-dir-list:not(.grid) .item-entry:first-child .list-wrap { border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; } - .buddypress-wrap ul.bp-list.groups-dir-list:not(.grid) .item-entry:last-child .list-wrap { border-radius: 0 0 var(--bb-block-radius) var(--bb-block-radius); } @media screen and (min-width: 1146px) and (max-width: 1500px) { - body.has-sidebar.buddypanel-open .buddypress-wrap .grid.bp-list.groups-list > li { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -18739,7 +20292,6 @@ body:not(.logged-in) #groups-list.bp-list.grid .list-wrap .item.group-members-hi } } @media screen and (min-width: 1146px) and (max-width: 1195px) { - body.has-sidebar.buddypanel-open .buddypress-wrap .grid.bp-list.groups-list > li { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -18749,7 +20301,6 @@ body:not(.logged-in) #groups-list.bp-list.grid .list-wrap .item.group-members-hi } @media screen and (min-width: 1146px) and (max-width: 1500px) { - body:not(.has-sidebar).buddypanel-open .buddypress-wrap .grid.bp-list.groups-list > li { -webkit-box-flex: 0; -ms-flex: 0 0 33.3333%; @@ -18758,7 +20309,6 @@ body:not(.logged-in) #groups-list.bp-list.grid .list-wrap .item.group-members-hi } } @media screen and (min-width: 895px) and (max-width: 1195px) { - body:not(.has-sidebar).buddypanel-open .buddypress-wrap .grid.bp-list.groups-list > li { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -18767,7 +20317,6 @@ body:not(.logged-in) #groups-list.bp-list.grid .list-wrap .item.group-members-hi } } @media screen and (min-width: 800px) and (max-width: 894px) { - body:not(.has-sidebar).buddypanel-open .buddypress-wrap .grid.bp-list.groups-list > li { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -18777,7 +20326,6 @@ body:not(.logged-in) #groups-list.bp-list.grid .list-wrap .item.group-members-hi } @media screen and (min-width: 1046px) and (max-width: 1345px) { - body:not(.has-sidebar, .buddypanel-open) .buddypress-wrap .grid.bp-list.groups-list > li { -webkit-box-flex: 0; -ms-flex: 0 0 33.3333%; @@ -18786,7 +20334,6 @@ body:not(.logged-in) #groups-list.bp-list.grid .list-wrap .item.group-members-hi } } @media screen and (min-width: 800px) and (max-width: 1044px) { - body:not(.has-sidebar, .buddypanel-open) .buddypress-wrap .grid.bp-list.groups-list > li { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -18796,7 +20343,6 @@ body:not(.logged-in) #groups-list.bp-list.grid .list-wrap .item.group-members-hi } @media screen and (max-width: 1420px) { - body.has-sidebar .buddypress-wrap .grid.bp-list.groups-list > li { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -18805,7 +20351,6 @@ body:not(.logged-in) #groups-list.bp-list.grid .list-wrap .item.group-members-hi } } @media screen and (max-width: 1145px) { - body.has-sidebar .buddypress-wrap .grid.bp-list.groups-list > li { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -18815,7 +20360,6 @@ body:not(.logged-in) #groups-list.bp-list.grid .list-wrap .item.group-members-hi } @media screen and (max-width: 1240px) { - body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.groups-list > li { -webkit-box-flex: 0; -ms-flex: 0 0 33%; @@ -18824,7 +20368,6 @@ body:not(.logged-in) #groups-list.bp-list.grid .list-wrap .item.group-members-hi } } @media screen and (max-width: 968px) { - body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.groups-list > li { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -18834,7 +20377,6 @@ body:not(.logged-in) #groups-list.bp-list.grid .list-wrap .item.group-members-hi } @media screen and (max-width: 799px) { - body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.groups-list > li, body.has-sidebar .buddypress-wrap .grid.bp-list.groups-list > li { -webkit-box-flex: 0; @@ -18844,7 +20386,6 @@ body:not(.logged-in) #groups-list.bp-list.grid .list-wrap .item.group-members-hi } } @media screen and (max-width: 640px) { - body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.groups-list > li, body.has-sidebar .buddypress-wrap .grid.bp-list.groups-list > li { -webkit-box-flex: 0; @@ -18866,7 +20407,6 @@ body:not(.logged-in) #groups-list.bp-list.grid .list-wrap .item.group-members-hi height: 34px; font-size: 15px; } - .groups.group-members .buddypress-wrap .subnav-filters { margin-bottom: 20px; } @@ -18879,7 +20419,6 @@ a.bb-more-link { -ms-flex-align: center; align-items: center; } - a.bb-more-link i { font-size: 12px; } @@ -18900,12 +20439,17 @@ a.bb-more-link i { margin-top: -5px; margin-bottom: 20px; } - .bp-shortcode-wrap .dir-list { border-top: 1px solid var(--bb-content-border-color); padding-top: 30px; } - +.type-post .bp-shortcode-wrap .dir-list { + padding-top: 60px; + border-top: 0; +} +.type-post .bp-shortcode-wrap .dir-list .bp-pagination.bottom { + float: none; +} .bp-shortcode-wrap .item-desc.group-item-desc { padding-left: 40px; } @@ -18914,6 +20458,9 @@ a.bb-more-link i { margin-top: -56px; float: left; } +.type-post .buddypress-wrap.bp-shortcode-wrap .subnav-filters { + margin-top: 0; +} body #buddypress .bp-list .action .generic-button .group-button { min-width: 170px; @@ -18925,15 +20472,13 @@ body #buddypress .bp-list .action .generic-button .group-button { } .groups .bp-single-vert-nav.bp-vertical-navs #item-body #subnav .subnav { - display: inline-block; width: 100%; margin: 0; padding: 0; border-bottom: none; } - .groups.bb-template-v1 .bp-single-vert-nav.bp-vertical-navs #item-body #subnav .subnav li a { - padding: 5px 10px; + padding-bottom: 5px; line-height: inherit; } @@ -18946,13 +20491,11 @@ body #buddypress .bp-list .action .generic-button .group-button { border: 1px solid var(--bb-secondary-button-border-regular); font-size: 13px; } - .buddypress .buddypress-wrap .group-subscription-div button.ges-change:focus, .buddypress .buddypress-wrap .bp-list.grid .action .group-subscription-div button.ges-change:focus, .group-subscription-div button.ges-change:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - .buddypress .buddypress-wrap .group-subscription-div button.ges-change:hover, .buddypress .buddypress-wrap .bp-list.grid .action .group-subscription-div button.ges-change:hover, .group-subscription-div button.ges-change:hover { @@ -18971,7 +20514,6 @@ body #buddypress .bp-list .action .generic-button .group-button { -ms-flex-pack: center; justify-content: center; } - .groups-header .group-subscription-div { display: -webkit-box; display: -ms-flexbox; @@ -18983,7 +20525,6 @@ body #buddypress .bp-list .action .generic-button .group-button { flex-wrap: wrap; } @media screen and (max-width: 782px) { - .groups-header .group-subscription-div { text-align: center; -webkit-box-pack: center; @@ -18991,14 +20532,12 @@ body #buddypress .bp-list .action .generic-button .group-button { justify-content: center; } } - .groups-header .group-subscription-div .group-subscription-status-desc { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; margin-bottom: 3px; } - .groups-header .group-subscription-div + [id*="ges-panel"] { display: none; } @@ -19009,7 +20548,6 @@ body.bp-nouveau.groups:not(.single-item) .group-subscription-div #js-dialogtoolt z-index: 11; } @media screen and (min-width: 46.8em) { - body.bp-nouveau.groups:not(.single-item) .group-subscription-div #js-dialogtooltip { right: 0; left: 0; @@ -19019,30 +20557,25 @@ body.bp-nouveau.groups:not(.single-item) .group-subscription-div #js-dialogtoolt .group-subscription-div { font-size: 13px; } - .group-subscription-div #js-dialogtooltip { border: 1px solid var(--bb-content-border-color); background-color: var(--bb-content-background-color); border-radius: var(--bb-block-radius-inner); } @media screen and (max-width: 800px) { - .group-subscription-div #js-dialogtooltip { max-width: 350px; } } @media screen and (max-width: 544px) { - .group-subscription-div #js-dialogtooltip { max-width: 250px; } } - .group-subscription-div #js-dialogtooltip #tooltip-title { font-size: 13px; line-height: 150%; } - .group-subscription-div #js-tooltip-close { border: 0; background-color: transparent; @@ -19052,12 +20585,10 @@ body.bp-nouveau.groups:not(.single-item) .group-subscription-div #js-dialogtoolt margin-left: 6px; color: var(--bb-alternate-text-color); } - .group-subscription-div #js-tooltip-close:hover { color: var(--bb-headings-color); } - -.group-subscription-div #js-tooltip-close::before { +.group-subscription-div #js-tooltip-close:before { content: "\e828"; font-family: bb-icons; speak: none; @@ -19074,11 +20605,9 @@ body.bp-nouveau.groups:not(.single-item) .group-subscription-div #js-dialogtoolt width: 16px; height: 16px; } - .group-subscription-div #js-tooltip-close .modal-close__text { font-size: 0; } - .group-subscription-div .gemail_icon { background-image: none !important; padding-right: 0 !important; @@ -19089,8 +20618,7 @@ body.bp-nouveau.groups:not(.single-item) .group-subscription-div #js-dialogtoolt -ms-flex-align: center; align-items: center; } - -.group-subscription-div .gemail_icon::before { +.group-subscription-div .gemail_icon:before { content: "\ee62"; font-family: bb-icons; speak: none; @@ -19112,16 +20640,14 @@ body.bp-nouveau.groups:not(.single-item) .group-subscription-div #js-dialogtoolt .buddypress .buddypress-wrap .bp-list.list .action .group-subscription-div .js-tooltip-content { color: var(--bb-body-text-color); } - .buddypress .buddypress-wrap .bp-list.grid .action .group-subscription-div a.group-sub, .buddypress .buddypress-wrap .bp-list.list .action .group-subscription-div a.group-sub { display: inline-block; border: 0; padding: 0 0 0 5px; color: var(--bb-headings-color); - font-weight: 700; + font-weight: bold; } - .buddypress .buddypress-wrap .bp-list.grid .action .group-subscription-div a.group-sub:hover, .buddypress .buddypress-wrap .bp-list.list .action .group-subscription-div a.group-sub:hover { background-color: transparent; @@ -19132,7 +20658,6 @@ body.bp-nouveau.groups:not(.single-item) .group-subscription-div #js-dialogtoolt -ms-flex-wrap: wrap; flex-wrap: wrap; } - .bpgesWrapper .group-footer-wrap > .group-subscription-div { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -19150,14 +20675,12 @@ body.bp-nouveau.groups:not(.single-item) .group-subscription-div #js-dialogtoolt } @media screen and (max-width: 1000px) { - .bp-list:not(.grid) .bpgesWrapper .group-footer-wrap > .group-subscription-div { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } } - body.bp-nouveau.groups:not(.single-item) .bpgesWrapper .group-subscription-div { position: relative; top: 10px; @@ -19189,7 +20712,6 @@ body #buddypress .bp-list.bp-list .bpgesWrapper .bp-generic-meta .generic-button border-radius: var(--bb-block-radius); padding: 20px; } - #ass-email-subscriptions-options-page form > b { color: var(--bb-headings-color); } @@ -19203,8 +20725,29 @@ body #buddypress .bp-list.bp-list .bpgesWrapper .bp-generic-meta .generic-button margin-left: 10px; } -@media screen and (min-width: 800px) { +@media screen and (min-width: 544px) { + .groups-manage-members-list .section-title.gen-members-section .search-wrapper { + margin-top: 0; + } + .groups-manage-members-list .section-title.gen-members-section .search-wrapper.loading:after { + right: -30px; + left: unset; + } + .gen-members-section { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + margin-bottom: 1em; + } + .gen-members-section .group-search.search-wrapper { + margin-right: auto; + } +} +@media screen and (min-width: 800px) { .sidebar-left .bb-profile-grid, .sidebar-left .bb-user-nav-display-wrap { -ms-flex-flow: row-reverse; @@ -19212,17 +20755,14 @@ body #buddypress .bp-list.bp-list .bpgesWrapper .bp-generic-meta .generic-button } } @media (min-width: 800px) and (max-width: 1150px) { - .has-sidebar .bs-groups-items.list-view .item-wrap-left { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } - .has-sidebar .bs-groups-items.list-view .item-wrap-left { margin-bottom: 20px; } - .has-sidebar .bs-groups-items.list-view div.action { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -19230,12 +20770,10 @@ body #buddypress .bp-list.bp-list .bpgesWrapper .bp-generic-meta .generic-button padding: 0; margin: 0; } - .has-sidebar .bs-groups-items.list-view .item-wrap-right { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .has-sidebar .bs-groups-items .item-desc { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -19243,7 +20781,6 @@ body #buddypress .bp-list.bp-list .bpgesWrapper .bp-generic-meta .generic-button margin-bottom: 15px; padding-left: 0; } - .has-sidebar #buddypress .bs-groups-items .action .button { display: inline-block; } @@ -19256,7 +20793,6 @@ body #buddypress .bp-list.bp-list .bpgesWrapper .bp-generic-meta .generic-button } } @media (max-width: 1000px) { - .bs-groups-items.list-view .item-wrap-left { -webkit-box-align: start; -ms-flex-align: start; @@ -19266,7 +20802,6 @@ body #buddypress .bp-list.bp-list .bpgesWrapper .bp-generic-meta .generic-button .bs-groups-items.list-view .item-wrap-left { margin-bottom: 20px; } - .bs-groups-items.list-view div.action { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -19274,11 +20809,9 @@ body #buddypress .bp-list.bp-list .bpgesWrapper .bp-generic-meta .generic-button padding: 0; margin: 0; } - .bs-groups-items.list-view .item-wrap-right { -ms-flex-flow: row wrap; flex-flow: row wrap; - /* flex: 0 0 100%; */ } @@ -19316,7 +20849,6 @@ body #buddypress .bp-list.bp-list .bpgesWrapper .bp-generic-meta .generic-button } } @media (max-width: 543px) { - .item-title a { font-size: 18px; line-height: 1.4; @@ -19333,7 +20865,6 @@ body #buddypress .bp-list.bp-list .bpgesWrapper .bp-generic-meta .generic-button } } @media screen and (max-width: 782px) { - #item-actions.group-item-actions dl { display: -webkit-box; display: -ms-flexbox; @@ -19362,21 +20893,17 @@ body #buddypress .bp-list.bp-list .bpgesWrapper .bp-generic-meta .generic-button } } @media (max-width: 380px) { - .list-view .item-wrap-left { -ms-flex-flow: row wrap; flex-flow: row wrap; } .bs-item-list.list-view a.group-item-avatar { - /* width: 65px; */ } .bs-item-list.list-view .item-avatar { - /* flex: 0 0 100%; */ - /* margin-bottom: 15px; */ margin-left: 15px; } @@ -19392,7 +20919,6 @@ body #buddypress .bp-list.bp-list .bpgesWrapper .bp-generic-meta .generic-button } } @media (max-width: 544px) { - .subnav-search.groups-search { float: left; margin-top: -6px; @@ -19400,7 +20926,6 @@ body #buddypress .bp-list.bp-list .bpgesWrapper .bp-generic-meta .generic-button margin-bottom: 20px; } } - .bb-single-bp-content { background: #fff; border: 1px solid var(--bb-content-border-color); @@ -19408,17 +20933,14 @@ body #buddypress .bp-list.bp-list .bpgesWrapper .bp-generic-meta .generic-button padding: 20px; margin-bottom: 20px; } - #buddypress .bb-single-bp-content.bb-friends-wrap .bs-dir-search { margin-top: -10px; } - .bb-single-bp-content .bs-item-list-tabs { margin-top: 20px; margin-bottom: -16px; border: 0; } - .bb-single-bp-content .bs-item-list-tabs .selected a { font-weight: inherit; } @@ -19428,7 +20950,6 @@ body #buddypress .bp-list.bp-list .bpgesWrapper .bp-generic-meta .generic-button margin: 0 -20px 20px; padding: 0 20px 15px; } - #buddypress .bb-single-bp-header .bs-title { font-family: inherit; font-size: 1rem; @@ -19438,11 +20959,9 @@ body #buddypress .bp-list.bp-list .bpgesWrapper .bp-generic-meta .generic-button text-transform: uppercase; line-height: 1; } - #buddypress .bb-single-bp-header .bs-dir-search { margin: 0 auto 0 0; } - #buddypress .bb-single-bp-header .bs-link { font-size: 14px; } @@ -19451,45 +20970,36 @@ body #buddypress .bp-list.bp-list .bpgesWrapper .bp-generic-meta .generic-button .single-item.groups #buddypress #item-header #item-header-cover-image #item-actions { max-width: none; } - .single-item.groups #buddypress div#item-header div.generic-button { margin: 0; } - .single-item.groups #buddypress div#item-header #item-buttons { padding: 0; margin-bottom: 0; } - .single-item.groups #buddypress .group-title-bar { margin-top: 30px; } - .single-item.groups #buddypress div#item-header div#item-meta { margin: 10px 0 5px; padding: 0; } - .single-item.groups #buddypress div#item-header div#item-meta p { margin-bottom: 12px; color: var(--bb-body-text-color); } - .single-item.groups #buddypress .highlight, .single-item.groups #buddypress .highlight strong { display: block; font-size: 15px; background: none; } - .single-item.groups #buddypress ul.bbp-threaded-replies li.highlight { margin-bottom: 0; } - .single-item.groups #buddypress .group-members-preview .gmp-list { margin-left: 10px; } - .single-item.groups #buddypress .group-members-preview img { float: left; width: 32px; @@ -19498,17 +21008,14 @@ body #buddypress .bp-list.bp-list .bpgesWrapper .bp-generic-meta .generic-button border-radius: 50%; border: 1px solid #fff; } - .single-item.groups #buddypress .group-members-preview img:last-child { margin: 0; } - .single-item.groups #buddypress div#item-header div#item-meta .group-members-preview p { margin: 0; font-size: 13px; color: #939597; } - .single-item.groups #buddypress div#item-header div#item-meta .group-members-preview p span { color: #3c4a5a; } @@ -19516,7 +21023,6 @@ body #buddypress .bp-list.bp-list .bpgesWrapper .bp-generic-meta .generic-button .single-item.subgroups #buddypress .item-body .subnav-filters { margin-bottom: 1.5em; } - .single-item.subgroups #buddypress .item-body .groups-type-navs { display: none; } @@ -19543,7 +21049,6 @@ body #buddypress .groups-header #item-header-cover-image { padding: 6px 20px; border-radius: var(--bb-button-radius); } - #buddypress .generic-button a.group-button.join-group:hover, #buddypress .generic-button a.group-button.leave-group:hover, #buddypress .bs-group-invite .button:hover { @@ -19552,7 +21057,6 @@ body #buddypress .groups-header #item-header-cover-image { } .bb-group-members-wrap .grid-view .member-status { - /* right: auto; left: 4px; top: 4px; */ @@ -19569,7 +21073,6 @@ body #buddypress .groups-header #item-header-cover-image { border-radius: 4px; overflow: hidden; } - .bs-suggested-groups .item .bs-suggested-group-cover { height: 66px; display: block; @@ -19577,7 +21080,6 @@ body #buddypress .groups-header #item-header-cover-image { background-repeat: no-repeat; background-size: cover; } - .bs-suggested-groups .item #item-header-avatar { position: relative; width: 52px; @@ -19586,33 +21088,27 @@ body #buddypress .groups-header #item-header-cover-image { border: 2px solid #fff; border-radius: 3px; } - .bs-suggested-groups .item #item-header-avatar a { border-radius: 3px; overflow: hidden; } - .bs-suggested-groups .item .item-meta { position: relative; padding: 10px 15px 15px; } - .bs-suggested-groups .item h5 { margin-bottom: 0; } - .bs-suggested-groups .item .meta-members { font-size: 13px; color: #939597; } - .bs-suggested-groups .item a.meta-join { font-size: 15px; position: absolute; top: 2px; left: 15px; } - .bs-suggested-groups .item a.meta-join:hover { color: #0070e6; } @@ -19636,7 +21132,6 @@ body #buddypress .groups-header #item-header-cover-image { flex-wrap: wrap; margin: 0 -2px -4px; } - .bs-group-admins ul li, .bs-group-members-grid ul li, .bs-group-photos ul li { @@ -19645,7 +21140,6 @@ body #buddypress .groups-header #item-header-cover-image { width: -webkit-calc(100% * (1 / 4)); width: calc(100% * (1 / 4)); } - .bs-group-admins ul a, .bs-group-members-grid ul a, .bs-group-photos ul a { @@ -19667,7 +21161,6 @@ body #buddypress .groups-header #item-header-cover-image { background: rgba(18, 43, 70, 0.05); color: var(--bb-primary-color); } - .bs-group-admins ul img, .bs-group-members-grid ul img, .bs-group-photos ul img { @@ -19682,7 +21175,6 @@ body #buddypress .groups-header #item-header-cover-image { .bs-group-invite .widget-title { margin-bottom: 10px; } - .bs-group-invite p { margin-bottom: 12px; } @@ -19696,12 +21188,10 @@ body #buddypress .groups-header #item-header-cover-image { -ms-flex-align: center; align-items: center; } - .widget .more i { margin-right: -8px; font-size: 24px; } - .widget .more:hover { color: #0070e6; } @@ -19710,7 +21200,6 @@ body #buddypress .groups-header #item-header-cover-image { .bs-group-photos { padding-bottom: 15px; } - .bs-group-members-grid .more, .bs-group-photos .more { margin-top: 15px; @@ -19724,13 +21213,11 @@ body #buddypress .groups-header #item-header-cover-image { #buddypress .bs-group-invite .group-invite-form { margin-bottom: 10px; } - .bs-group-invite input, #buddypress .bs-group-invite input { font-size: 14px; height: 33px; } - .bs-group-invite input[type="email"], #buddypress .bs-group-invite input[type="email"] { width: -webkit-calc(100% - 72px); @@ -19738,7 +21225,6 @@ body #buddypress .groups-header #item-header-cover-image { border: 1px solid #dedfe2; border-radius: 0 3px 3px 0; } - .bs-group-invite input[type="submit"], #buddypress .bs-group-invite input[type="submit"] { min-height: 33px; @@ -19750,7 +21236,6 @@ body #buddypress .groups-header #item-header-cover-image { border-right: 0; color: #fff; } - .bs-group-invite .button:hover, #buddypress .bs-group-invite .button:hover { background: transparent; @@ -19764,7 +21249,6 @@ body #buddypress .groups-header #item-header-cover-image { border-radius: 4px 4px 0 0; background: #fff; } - .group-members-heading h6 { margin: 0; text-transform: uppercase; @@ -19783,31 +21267,25 @@ hr.group-members-border { border-radius: 0 0 4px 4px; background: #fff; } - #buddypress #member-list li { padding: 10px; border: none; } - #buddypress #member-list h5 { margin-bottom: 0; font-weight: 600; } - #buddypress #member-list h5 a { color: var(--bb-headings-color); } - #buddypress #member-list .member-options-wrap { position: relative; cursor: pointer; } - #buddypress #member-list .member-options-wrap > a { color: var(--bb-alternate-text-color); } - -#buddypress #member-list .member-options-wrap > a::after { +#buddypress #member-list .member-options-wrap > a:after { content: " "; position: absolute; width: 0; @@ -19831,7 +21309,6 @@ hr.group-members-border { opacity: 0; visibility: hidden; } - #buddypress #member-list .member-options-wrap .member-options-menu { position: absolute; left: 0; @@ -19847,7 +21324,6 @@ hr.group-members-border { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - #buddypress #member-list .member-options-wrap .member-options-menu a { display: block; padding: 2px 15px; @@ -19862,41 +21338,33 @@ hr.group-members-border { color: var(--bb-body-text-color); text-align: right; } - #buddypress #member-list .member-options-wrap .member-options-menu a:hover { color: var(--bb-primary-color); background: #f5f5f5; } - #buddypress #member-list .member-options-wrap:hover > a { color: var(--bb-headings-color); } - -#buddypress #member-list .member-options-wrap:hover > a::after { +#buddypress #member-list .member-options-wrap:hover > a:after { opacity: 1; visibility: visible; } - #buddypress #member-list .member-options-wrap:hover .member-options-menu { opacity: 1; visibility: visible; } - #buddypress #member-list .inside { border: 1px solid var(--bb-content-border-color); border-radius: 4px; overflow: hidden; } - #buddypress #member-list .inside > a { display: block; overflow: hidden; } - #buddypress #member-list .inside img { margin: 0; } - #buddypress #member-list .member-info { position: relative; -webkit-box-flex: 1; @@ -19904,7 +21372,6 @@ hr.group-members-border { flex: 1; padding: 20px; } - #buddypress #member-list .member-location { display: -webkit-box; display: -ms-flexbox; @@ -19915,12 +21382,10 @@ hr.group-members-border { font-size: 14px; color: #939597; } - #buddypress #member-list .member-location i { margin-right: -8px; font-size: 20px; } - #buddypress #member-list .activity { position: absolute; bottom: 20px; @@ -19930,25 +21395,20 @@ hr.group-members-border { .bs-item-list.square-view .bs-item-list-inner { padding: 0; } - .bs-item-list.square-view .bs-item-avatar { margin-bottom: 0; } - .bs-item-list.square-view .bs-item-avatar img.avatar { border-radius: 0 3px 3px 0; max-width: 150px; } - .bs-item-list.square-view .bb-member-deails-wrap { text-align: right; padding: 20px; } - .bs-item-list.square-view .follow-wrap { margin-bottom: 0; } - .bs-item-list.square-view a.bs-dropdown-link { color: var(--bb-headings-color); border: 0; @@ -19968,17 +21428,14 @@ hr.group-members-border { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .bb-member-deails-wrap > div { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } - .bb-member-deails-wrap > div:last-child { margin-top: auto; } - .bb-member-deails-wrap .item-meta { margin-top: -20px; } @@ -20030,12 +21487,10 @@ p.bp-group-meta.bp-group-type { .group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body { padding-bottom: 0; } - .group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-invites-container { border: 0; margin: 0 -20px; } - .group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-invites-container .bp-navs.group-subnav { background: transparent; min-height: 1px; @@ -20046,11 +21501,9 @@ p.bp-group-meta.bp-group-type { border-radius: 0; border: 0; } - .group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-invites-container .group-invites-column { padding: 0; } - .group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body li.selected { background: transparent; } @@ -20058,7 +21511,6 @@ p.bp-group-meta.bp-group-type { .pending-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-invites-container .group-invites-column { padding: 20px 20px 0; } - .pending-invites #item-body #group-invites-container .bp-invites-content .list-title { margin-bottom: 5px; } @@ -20074,22 +21526,18 @@ p.bp-group-meta.bp-group-type { background: #fff; border-bottom: 1px solid var(--bb-content-border-color); } - .group-invites .bp-dir-hori-nav:not(.bp-vertical-navs) #group-invites-container ul.subnav li { float: right; margin-left: 30px; } - .group-invites .bp-dir-hori-nav:not(.bp-vertical-navs) #item-body #group-invites-container .subnav li.selected { background: transparent; border-bottom: 1px solid var(--bb-primary-color); margin-bottom: -1px; } - .group-invites .bp-dir-hori-nav:not(.bp-vertical-navs) #item-body #group-invites-container .subnav li.selected a { font-weight: 500; } - .group-invites .bp-dir-hori-nav:not(.bp-vertical-navs) #item-body #group-invites-container .bp-navs.group-subnav a { background: transparent; margin-bottom: 0; @@ -20097,7 +21545,6 @@ p.bp-group-meta.bp-group-type { } @media (max-width: 1050px) { - .group-invites .bp-single-vert-nav nav#object-nav.vertical { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -20120,7 +21567,6 @@ p.bp-group-meta.bp-group-type { padding: 5px 15px; } } - .groups-header .parent-list .parent-title { display: none; } @@ -20130,7 +21576,6 @@ p.bp-group-meta.bp-group-type { -ms-flex-flow: column; flex-flow: column; } - .groups.group-admin #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-settings-form { padding: 30px 0 0; } @@ -20143,23 +21588,22 @@ p.bp-group-meta.bp-group-type { min-height: 1px; padding: 0; border: 0; + padding-top: 10px; } - .groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav a { background: transparent; line-height: 1.6875rem; padding: 0 0 10px; margin-bottom: -1px; } - .groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav .selected a { border-bottom: 1px solid var(--bb-primary-color); font-weight: 500; border-top: 0; } - .groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li { float: right; + padding-left: 30px; } .bp-learndash-reports-filters-form { @@ -20172,12 +21616,10 @@ p.bp-group-meta.bp-group-type { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .bp-learndash-reports-filters-form > * { margin-right: 10px; margin-bottom: 10px; } - .bp-learndash-reports-filters-form button.button { font-size: 14px; font-weight: 500; @@ -20185,7 +21627,6 @@ p.bp-group-meta.bp-group-type { min-width: 120px; padding: 6px 20px; } - .bp-learndash-reports-filters-form .bp-learndash-reports-filters select { height: 34px; } @@ -20204,21 +21645,18 @@ p.bp-group-meta.bp-group-type { box-shadow: 0 0 0 1px #e7eaec; width: 100%; } - .bp_ld_report_table_wrapper .bp_ld_report_table thead tr { background: #fff; border-bottom: 1px solid var(--bb-content-border-color); } - .bp_ld_report_table_wrapper .bp_ld_report_table thead th { border-bottom: 0; font-size: 13px; outline: none; - font-weight: 400; + font-weight: normal; text-transform: uppercase; color: var(--bb-alternate-text-color); } - .bp_ld_report_table_wrapper .bp_ld_report_table th, .bp_ld_report_table_wrapper .bp_ld_report_table td { border: 0; @@ -20234,12 +21672,10 @@ table.dataTable thead .sorting { background: url("../images/svg/sort-arrows.svg") no-repeat center right 15px; background-size: 10px; } - table.dataTable thead .sorting_asc { background: url("../images/svg/sort-up.svg") no-repeat center right 15px; background-size: 8px; } - table.dataTable thead .sorting_desc { background: url("../images/svg/sort-down.svg") no-repeat center right 15px; background-size: 8px; @@ -20258,12 +21694,11 @@ table.dataTable thead .sorting_desc { border-radius: 4px; font-size: 0; } - -.dataTables_wrapper .dataTables_processing::after { +.dataTables_wrapper .dataTables_processing:after { content: "\ef30"; -webkit-animation: spin 2s infinite linear; animation: spin 2s infinite linear; - font: 400 normal normal 20px/1 bb-icons; + font: normal normal normal 20px/1 bb-icons; speak: none; display: inline-block; text-decoration: inherit; @@ -20277,7 +21712,6 @@ table.dataTable thead .sorting_desc { font-size: 22px; line-height: 1.1; } - .ld-report-course-name a { color: inherit; } @@ -20292,7 +21726,6 @@ a.button.ld-report-export-csv.has-data { margin-bottom: 35px; border-radius: 5px; } - .ld-report-course-stats b, .ld-report-user-stats b { color: var(--bb-body-text-color); @@ -20301,7 +21734,6 @@ a.button.ld-report-export-csv.has-data { .user-steps { color: #939597; } - .user-steps b { color: var(--bb-body-text-color); } @@ -20309,19 +21741,15 @@ a.button.ld-report-export-csv.has-data { .ld-report-user-stats .user-message { margin-right: auto; } - .ld-report-user-stats a.send-message { min-width: 120px; } - .ld-report-user-stats .item-meta { font-size: 13px; } - .ld-report-user-stats .user-info { min-width: 25%; } - #buddypress .ld-report-user-stats .generic-button .send-message { font-size: 14px; font-weight: 500; @@ -20332,7 +21760,6 @@ a.button.ld-report-export-csv.has-data { .item-header-wrap .bp-group-meta { margin: 0; } - .item-header-wrap .bp-group-meta span { border-radius: 100px; display: inline-block; @@ -20344,36 +21771,30 @@ a.button.ld-report-export-csv.has-data { line-height: 1; white-space: nowrap; } - .item-header-wrap .bp-group-meta .group-type { background: var(--bb-label-background-color); color: var(--bb-label-text-color); font-size: 11px; font-weight: 700; } - .item-header-wrap .bp-group-meta .type-separator { display: none; } - .item-header-wrap .bp-group-meta-wrap .bp-group-status > span { padding: 0; font-size: 14px; } - .buddypress-wrap .item-header-wrap .bp-title { font-size: 14px; font-weight: 400; color: var(--bb-alternate-text-color); margin: 0 0 5px; } - .item-header-wrap #item-actions.group-item-actions { margin-bottom: 0; } - -.item-header-wrap span.group-visibility::before { - font: 400 normal normal 15px/1 bb-icons; +.item-header-wrap span.group-visibility:before { + font: normal normal normal 15px/1 bb-icons; speak: none; display: inline-block; margin-left: 3px; @@ -20382,20 +21803,16 @@ a.button.ld-report-export-csv.has-data { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - -.bb-template-v2 .item-header-wrap span.group-visibility::before { +.bb-template-v2 .item-header-wrap span.group-visibility:before { font-weight: 300; } - -.item-header-wrap span.group-visibility.public::before { +.item-header-wrap span.group-visibility.public:before { content: "\ef5a"; } - -.item-header-wrap span.group-visibility.private::before { +.item-header-wrap span.group-visibility.private:before { content: "\eecd"; } - -.item-header-wrap span.group-visibility.hidden::before { +.item-header-wrap span.group-visibility.hidden:before { content: "\ee6a"; -webkit-transform: scale(1.2); -ms-transform: scale(1.2); @@ -20412,20 +21829,16 @@ a.button.ld-report-export-csv.has-data { margin: 0; padding: 0; } - #buddypress #item-header .bp-group-parent-wrap .parent-list .avatar { max-width: 26px; height: auto; } - #buddypress #item-header .bp-group-parent-wrap .group-list { margin: 0 0 0 10px; } - #buddypress #item-header .bp-group-parent-wrap .group-list li { margin: 0; } - #buddypress #item-header .bp-group-parent-wrap .bp-parent-group-title-wrap { margin: 0; } @@ -20456,7 +21869,6 @@ a.button.ld-report-export-csv.has-data { margin-right: auto; margin-bottom: 0; } - #admins-list .action .button { min-height: 30px; font-size: 12px; @@ -20474,22 +21886,18 @@ a.button.ld-report-export-csv.has-data { ul#group-admins li { margin: 0 0 0 -10px; } - ul#group-admins li a { display: inline-block; } - ul#group-admins li .avatar { border: 2px solid #fff; } @media (max-width: 800px) { - ul#group-admins { margin-right: -10px; } } - .groups-header .moderators-lists { margin: 0; } @@ -20506,122 +21914,98 @@ ul#group-admins li .avatar { box-shadow: none; text-transform: capitalize; } - .groups-header #item-header-content .generic-button .group-button:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - -.groups-header #item-header-content .generic-button .group-button::before { +.groups-header #item-header-content .generic-button .group-button:before { display: inline-block; font-family: bb-icons; font-size: 18px; margin-left: 5px; } - .groups-header #item-header-content .generic-button .group-button.join-group, .groups-header #item-header-content .generic-button .group-button.request-membership { background-color: var(--bb-primary-button-background-regular); color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); } - .groups-header #item-header-content .generic-button .group-button.join-group:focus, .groups-header #item-header-content .generic-button .group-button.request-membership:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - -.groups-header #item-header-content .generic-button .group-button.join-group::before, .groups-header #item-header-content .generic-button .group-button.request-membership::before { +.groups-header #item-header-content .generic-button .group-button.join-group:before, .groups-header #item-header-content .generic-button .group-button.request-membership:before { content: "\eef9"; font-weight: 400; } - .groups-header #item-header-content .generic-button .group-button.join-group:hover, .groups-header #item-header-content .generic-button .group-button.join-group:focus, .groups-header #item-header-content .generic-button .group-button.request-membership:hover, .groups-header #item-header-content .generic-button .group-button.request-membership:focus { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - -.groups-header #item-header-content .generic-button .group-button.request-membership::before { +.groups-header #item-header-content .generic-button .group-button.request-membership:before { content: "\eecd"; } - -.bb-template-v2 .groups-header #item-header-content .generic-button .group-button.request-membership::before { +.bb-template-v2 .groups-header #item-header-content .generic-button .group-button.request-membership:before { font-weight: 300; } - -.groups-header #item-header-content .generic-button .group-button.leave-group::before { +.groups-header #item-header-content .generic-button .group-button.leave-group:before { content: "\e876"; font-weight: 400; } - -.groups-header #item-header-content .generic-button .group-button.leave-group:hover::before { +.groups-header #item-header-content .generic-button .group-button.leave-group:hover:before { content: "\ef23"; } - .groups-header #item-header-content .generic-button .group-button.membership-requested { opacity: 0.5; pointer-events: none; } - -.groups-header #item-header-content .generic-button .group-button.membership-requested::before { +.groups-header #item-header-content .generic-button .group-button.membership-requested:before { content: "\e876"; font-weight: 400; } - .groups-header #item-header-content .generic-button .group-button:hover, .groups-header #item-header-content .generic-button .group-button:focus, .groups-header #item-header-content .generic-button .group-button: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); } - .groups-header #item-header-content .group-actions-absolute .bb_more_options .bb_more_options_action:hover { background-color: var(--bb-content-alternate-background-color); border-color: var(--bb-content-border-color); } - .groups-header #item-header-content .group-actions-absolute .bb_more_options .bb_more_options_action:hover i { color: var(--bb-headings-color); } - .groups-header #item-header-content .group-actions-absolute .groups-meta .group-subscription { background-color: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); } - .groups-header #item-header-content .group-actions-absolute .groups-meta .group-subscription:focus, .groups-header #item-header-content .group-actions-absolute .groups-meta .group-subscription:hover { color: var(--bb-primary-button-text-regular); background-color: var(--bb-primary-button-background-regular); border-color: transparent; } - .groups-header #item-header-content .group-actions-absolute .bb_more_options { position: relative !important; top: 0; left: 0; } - .groups-header #item-header-content .group-actions-absolute .bb_more_options .bb_more_options_action { border-radius: var(--bb-button-radius); border: 1px solid var(--bb-content-border-color); padding: 0 8px; } - .groups-header #item-header-content .group-actions-absolute .bb_more_options .bb_more_options_action i { color: var(--bb-headings-color); line-height: 36px; } - .groups-header #item-header-content .group-actions-absolute .bb_more_options .bb_more_options_list .button { margin-right: 0; } - .groups-header #cover-image-container.centered #item-header-content .group-actions-absolute { position: static; margin-top: 0; } - .groups-header #cover-image-container.centered #item-header-cover-image .bb-bp-group-title { margin-left: 0; } - .groups-header #item-header-cover-image { -webkit-box-align: start; -ms-flex-align: start; @@ -20635,6 +22019,10 @@ ul#group-admins li .avatar { min-width: 145px; } +#buddypress .groups-header.single-headers .bb_more_options.action .bb_more_options_list .button { + margin-right: 0; +} + #buddypress .groups-header.single-headers .action .button.reported-content { opacity: 0.9; } @@ -20656,7 +22044,7 @@ ul#group-admins li .avatar { white-space: nowrap; } -.groups-meta.action::after { +.groups-meta.action:after { content: ""; display: table; clear: both; @@ -20684,7 +22072,6 @@ ul#group-admins li .avatar { background: var(--bb-content-background-color); border-radius: var(--bb-block-radius); } - .groups.group-admin #buddypress #item-body #group-settings-form label { display: block; font-size: 15px; @@ -20695,78 +22082,63 @@ ul#group-admins li .avatar { margin-bottom: 12px; margin-top: 0; } - .groups.group-admin #buddypress #item-body #group-settings-form h4.bb-section-title { font-size: 24px; font-weight: 600; letter-spacing: -0.24px; } - .groups.group-admin #buddypress #item-body #group-settings-form p.bb-section-info { color: var(--bb-body-text-color); margin: 0 0 1rem; } - .groups.group-admin #buddypress #item-body #group-settings-form .bb-sep-line { background: #eef0f3; height: 1px; } - .groups.group-admin #buddypress #item-body #group-settings-form .bp-group-option-enable { background: var(--bb-content-alternate-background-color); border-radius: var(--bb-block-radius-inner); padding: 15px; } - .groups.group-admin #buddypress #item-body #group-settings-form .bp-group-option-enable label { margin: 0; font-size: 14px; } - -.groups.group-admin #buddypress #item-body #group-settings-form #delete-group-understand + label::before { +.groups.group-admin #buddypress #item-body #group-settings-form #delete-group-understand + label:before { margin-left: 12px; } - .groups.group-admin #buddypress #item-body #group-settings-form input[type="text"], .groups.group-admin #buddypress #item-body #group-settings-form textarea { margin-bottom: 30px; } - .groups.group-admin #buddypress #item-body #group-settings-form textarea { height: auto; min-height: 100px; line-height: 1.35; padding: 10px 12px; } - .groups.group-admin #buddypress #item-body #group-settings-form .bp-controls-wrap { margin: 0 0 30px; } - .groups.group-admin #buddypress #item-body #group-settings-form .group-settings-selections fieldset label { font-weight: 600; } - .groups.group-admin #buddypress #item-body #group-settings-form .group-parent #bp-groups-parent { margin-bottom: 1em; } - .groups.group-admin #buddypress #item-body #group-settings-form .bp-template-notice.bp-feedback-v2 { border: 1px solid rgba(0, 0, 0, 0.05); border-radius: 4px; padding-right: 10px; } - .groups.group-admin #buddypress #item-body #group-settings-form .bp-template-notice.bp-feedback-v2 p a { text-decoration: underline; } - .groups.group-admin #buddypress #item-body .group-settings-selections fieldset { border: 0; padding: 0; margin: 0 0 20px; } - .groups.group-admin #buddypress #item-body .group-settings-selections legend { color: var(--bb-headings-color); font-size: 18px; @@ -20776,17 +22148,14 @@ ul#group-admins li .avatar { width: 100%; margin-bottom: 25px; } - .groups.group-admin #buddypress #item-body .group-settings-selections ul { font-size: 13px; margin: 0 53px 30px 0; line-height: 1.6; } - .groups.group-admin #buddypress #item-body label.bp-label-text.warn { margin-top: 40px; } - .groups.group-admin #buddypress #drag-drop-area { background: rgba(240, 243, 247, 0.5); border: 1px dashed #dedfe2; @@ -20804,51 +22173,55 @@ ul#group-admins li .avatar { letter-spacing: -0.24px; line-height: 26px; } - .groups.group-admin #buddypress .password-toggle .bb-hide-pw .bb-icon { color: var(--bb-body-text-color); } - .groups.group-admin #buddypress .bb-group-zoom-settings-container .bb-field-wrap .copy-toggle .bb-copy-button [class*="bb-icon"] { color: var(--bb-body-text-color); } - .groups.group-admin #buddypress .bb-group-zoom-settings-container .bb-field-wrap .bp-input-wrap .bb-guide-icon [class*="bb-icon"] { color: var(--bb-headings-color); } - .groups.group-admin #buddypress .bb-group-zoom-settings-container .bb-section-title-wrap .bb-wizard-button { color: var(--bb-headings-color); background-color: var(--bb-content-background-color); border-color: var(--bb-content-border-color); } - .groups.group-admin #buddypress .bb-zoom-setting-tab .bb-zoom-setting-tabs ul li a { color: var(--bb-body-text-color); } - .groups.group-admin #buddypress .bb-zoom-setting-tab .bb-zoom-setting-tabs ul li a.active-tab { color: var(--bb-headings-color); border-color: var(--bb-primary-color); } - .groups.group-admin #buddypress #item-body #group-settings-form .bb-zoom-setting-content .bb-field-wrap .group-setting-label { font-size: 16px !important; font-weight: 500; color: var(--bb-headings-color); } +#buddypress .bb-group-zoom-settings-container .password-toggle .bb-hide-pw { + border: 0; + box-shadow: none; + padding: 0; + height: auto; + min-height: 30px; + line-height: 30px; + margin-top: 5px; +} +#buddypress .bb-group-zoom-settings-container .password-toggle .bb-hide-pw:focus { + box-shadow: none; +} + .groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2 { border: 1px solid rgba(0, 0, 0, 0.05); border-radius: var(--bb-block-radius-inner); padding-right: 0; margin-bottom: 25px; } - .groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2 p { padding-right: 10px; } - .groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2 .bp-icon { background-color: transparent; color: inherit; @@ -20858,37 +22231,30 @@ ul#group-admins li .avatar { padding: 0 15px 0 0; margin: 0; } - -.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.error .bp-icon::before { +.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.error .bp-icon:before { content: "\ee65"; font-weight: 200; } - -.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.warning .bp-icon::before { +.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.warning .bp-icon:before { content: "\ee66"; font-weight: 300; } - -.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.success .bp-icon::before { +.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.success .bp-icon:before { content: "\e876"; font-weight: 200; } - -.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.info .bp-icon::before { +.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.info .bp-icon:before { content: "\eebc"; font-weight: 200; } - -.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.loading .bp-icon::before { +.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.loading .bp-icon:before { content: "\e884"; } - -.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.help .bp-icon::before { +.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.help .bp-icon:before { content: "\eec6"; font-weight: 200; } - -.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.updated .bp-icon::before { +.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.updated .bp-icon:before { content: "\e876"; font-weight: 200; } @@ -20914,7 +22280,6 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting padding: 30px 0; } @media screen and (max-width: 1041px) { - .groups.group-admin .bp-navs.group-subnav { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -20922,12 +22287,10 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting min-height: auto; padding: 0; } - .groups.group-admin .bp-navs.group-subnav li { float: right; } } - .groups.group-admin .bp-navs.group-subnav a { border: 0; font-size: 14px; @@ -20938,11 +22301,9 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting line-height: 1; margin-bottom: 1px; } - .groups.group-admin .bp-navs.group-subnav a:hover { color: var(--bb-primary-color); } - .groups.group-admin .bp-navs.group-subnav .current a, .groups.group-admin .bp-navs.group-subnav .selected a { background: var(--bb-content-background-color); @@ -20951,14 +22312,12 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting text-decoration: none; } @media screen and (min-width: 1041px) { - .groups.group-admin .bp-navs.group-subnav .current a, .groups.group-admin .bp-navs.group-subnav .selected a { border-top: 1px solid var(--bb-content-border-color); border-bottom: 1px solid var(--bb-content-border-color); } } - .groups.group-admin .bp-navs.group-subnav .selected { position: relative; } @@ -20973,16 +22332,10 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting padding: 0 20px; border-bottom: 1px solid #e7e9ec; } - -.groups .bp-single-vert-nav .subnav li:not(:last-child) { - padding-left: 30px; -} - .groups .bp-single-vert-nav .subnav .current a { border-color: var(--bb-primary-color); font-weight: 500; } - .groups .bp-single-vert-nav .subnav a { background: transparent; border-bottom: 1px solid transparent; @@ -21008,37 +22361,34 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting .bb-template-v2.groups #buddypress .bp-zoom-meeting-container .bp-navs { padding: 0; } - .bb-template-v2.groups #buddypress .bp-zoom-webinar-container .bp-navs a, .bb-template-v2.groups #buddypress .bp-zoom-meeting-container .bp-navs a { padding: 10px; } +.bb-template-v2 .buddypress-wrap.bp-single-vert-nav #item-body { + padding-top: 0; +} + .groups .bb-single-course-sidebar { margin: 0 !important; } - .groups .bb-single-course-sidebar .widget { box-shadow: none; border: 1px solid var(--bb-content-border-color); } - .groups .bb-learndash-content-wrap { padding-top: 0; } - .groups .bb-grid .bb-learndash-content-wrap { padding-left: 10px; } - .groups h3.bbp-topic-title { display: none; } - .groups .bs-single-forum-list .bs-header-item .bs-forums-meta { display: none; } - .groups #bbpress-forums { display: -webkit-box; display: -ms-flexbox; @@ -21046,31 +22396,25 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting -ms-flex-flow: column; flex-flow: column; } - .groups #bbpress-forums .bp-group-single-forums { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; } - .groups .learndash-wrapper .ld-progress .ld-progress-stats, .groups .bb-learndash-content-wrap .ld-progress-stats { color: inherit; } - .groups .bb-learndash-content-wrap .entry-title { font-weight: 500; margin-top: 10px; } - .groups .bb-learndash-content-wrap .bb-course-excerpt { margin-bottom: 30px; } - .groups .bb-learndash-content-wrap .bb-about-instructor h5 { margin: 0 0 5px; } - .groups .learndash-wrapper .ld-course-status .ld-status { font-weight: 500; } @@ -21082,7 +22426,6 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting -ms-flex-flow: column; flex-flow: column; } - #bbpress-forums.single-with-sub-forum .bp-group-single-forums { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; @@ -21099,7 +22442,6 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting border-radius: var(--bb-block-radius); background-color: var(--bb-content-background-color); } - #group-messages-container .select2-container--default .select2-selection--multiple { background-color: var(--bb-content-background-color); } @@ -21108,7 +22450,6 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting margin: 0; padding: 0; } - #group-settings-form #request-list li { -ms-flex-flow: row wrap; flex-flow: row wrap; @@ -21118,59 +22459,48 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting margin: 0 0 -1px; padding: 15px 20px; } - #group-settings-form #request-list li:first-child { border-top-right-radius: var(--bb-block-radius); border-top-left-radius: var(--bb-block-radius); } - #group-settings-form #request-list li:last-child { border-bottom-left-radius: var(--bb-block-radius); border-bottom-right-radius: var(--bb-block-radius); border-bottom: 1px solid var(--bb-content-border-color); } - #group-settings-form #request-list li .item-meta { margin-left: 20px; } - #group-settings-form #request-list li .item-meta span.comments { display: block; font-size: 14px; font-weight: 400; margin-bottom: 6px; } - #group-settings-form #request-list li .item-meta span.activity { display: block; font-size: 13px; font-weight: 400; } - #group-settings-form #request-list .action { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } - #group-settings-form #request-list .item-title { text-align: right; } - #group-settings-form #request-list img.avatar { max-width: 50px; } - #group-settings-form #request-list .item { -ms-flex-flow: column; flex-flow: column; } - #group-settings-form #request-list .item-title h3 { margin: 0 0 5px; } @media screen and (max-width: 980px) { - #group-settings-form #request-list li .action { margin-top: 15px; } @@ -21193,16 +22523,13 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting transform: translateX(50%); max-width: 460px; } - .group-forum-confirmation .ui-dialog-content { font-size: 15px; line-height: 1.5; } - .group-forum-confirmation .ui-dialog-buttonpane { border-color: var(--bb-content-border-color); } - .group-forum-confirmation .ui-button { background-color: var(--bb-primary-button-background-regular); color: var(--bb-primary-button-text-regular); @@ -21234,11 +22561,9 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting } @media (min-width: 1181px) { - .logged-in .item-header-wrap .bp-group-title-wrap { max-width: 50%; } - .logged-in .item-header-wrap .groups-meta.action { position: absolute; top: 20px; @@ -21253,11 +22578,9 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting -ms-flex-pack: end; justify-content: flex-end; } - .logged-in .item-header-wrap .groups-meta.action > .generic-button { margin-bottom: 10px; } - .logged-in .item-header-wrap .bb_more_options { position: absolute; top: 33px; @@ -21270,27 +22593,22 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting top: 20px; width: auto; } - .groups-header .bb-disable-cover-img #item-header-content .group-actions-absolute { top: 20px; } } @media (max-width: 1400px) { - .has-sidebar.buddypanel-open .groups-header #item-header-content .group-actions-absolute { position: relative; top: 0; margin-top: 15px; } - .has-sidebar.buddypanel-open .groups-header #cover-image-container.left #item-header-content .group-actions-absolute { margin: 0 0 15px; } - .has-sidebar.buddypanel-open .groups-header #cover-image-container.left #item-header-content .group-actions-absolute .groups-meta:first-child { margin-right: 0; } - .has-sidebar.buddypanel-open.logged-in .item-header-wrap .bp-group-title-wrap, .has-sidebar.buddypanel-open.logged-in .item-header-wrap .group-description { max-width: 100%; @@ -21299,21 +22617,17 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting .groups-header #cover-image-container.left #item-header-content .group-actions-absolute { margin: 0 0 15px; } - .groups-header #cover-image-container.left #item-header-content .group-actions-absolute .groups-meta:first-child { margin-right: 0; } } @media (max-width: 1180px) { - .groups-header #item-header-content .group-actions-absolute { margin-top: 15px; } - .groups-header #item-header-content .group-actions-absolute .bp-group-meta span { padding-right: 0; } - .groups-header #item-header-content .group-actions-absolute .groups-meta { margin-top: 0; } @@ -21327,7 +22641,6 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting } } @media (max-width: 1080px) { - .groups-header #item-header-content .group-actions-absolute { margin-top: 15px; } @@ -21346,7 +22659,6 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting } .single-item.groups.has-sidebar .content-area { - /* margin-bottom: 30px; */ } @@ -21363,13 +22675,11 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting } } @media (max-width: 960px) { - .dataTables_wrapper { overflow: auto; } } @media (min-width: 992px) and (max-width: 1200px) { - #buddypress #member-list .inside img { width: 90px; } @@ -21379,7 +22689,6 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting } } @media (max-width: 799px) { - .bb-single-bp-content .flex.bs-item-list-tabs { -ms-flex-flow: row wrap; flex-flow: row wrap; @@ -21409,13 +22718,11 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting } } @media (min-width: 749px) { - .groups.messages .bp-single-vert-nav .groups-header.single-headers { margin-bottom: 20px; } } @media (max-width: 748px) { - .group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-invites-container .bp-navs.group-subnav { padding-top: 15px; } @@ -21438,7 +22745,6 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting } } @media (max-width: 520px) { - .bs-item-list.square-view .bs-item-avatar img.avatar { max-width: 100px; } @@ -21463,17 +22769,14 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting .tab-container-inner .list-view .avatar:not(.profile-avatar) { max-width: 36px; } - .tab-container-inner .bb-group-settings .item-title a { font-size: 16px; } - .tab-container-inner .action .button { width: 100%; } } @media (max-width: 380px) { - #buddypress .bb-single-bp-content.bb-friends-wrap .bs-dir-search { margin-top: 0; -webkit-box-flex: 0; @@ -21490,7 +22793,6 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting .single-item.groups #buddypress div#item-header div.generic-button { margin: 0 0 10px; } - .single-item.groups #buddypress div#item-header div.generic-button button { margin: 0; } @@ -21502,12 +22804,10 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting -ms-flex-align: start; align-items: flex-start; } - #buddypress #item-header.groups-header #cover-image-container.left #item-header-cover-image .bp-group-title-wrap .bp-group-type { margin: 0 0 15px; } } - .messages-wrapper { background: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); @@ -21515,39 +22815,32 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting min-height: -webkit-calc(80vh - 110px); min-height: calc(80vh - 110px); } - .messages-wrapper #compose-personal-li a { color: var(--bb-primary-color); } - .messages-wrapper #compose-action-personal-li .bb_more_options_action { position: relative; background-color: transparent; margin-top: -2px; } - .messages-wrapper #compose-action-personal-li .bb_more_options_action > i { color: var(--bb-headings-color); font-size: 20px; position: relative; } - .messages-wrapper #compose-action-personal-li.optionsOpen .bb_more_options_action > i, .messages-wrapper #compose-action-personal-li .bb_more_options_action:hover > i { color: var(--bb-primary-color); } - .bb-template-v2 .messages-wrapper #compose-action-personal-li { margin-bottom: 5px; } - .bb-template-v2 .messages-wrapper #compose-action-personal-li.optionsOpen .bb_more_options_action > i, .bb-template-v2 .messages-wrapper #compose-action-personal-li .bb_more_options_action:hover > i { color: var(--bb-headings-color); } - -.bb-template-v2 .messages-wrapper #compose-action-personal-li.optionsOpen .bb_more_options_action::before, -.bb-template-v2 .messages-wrapper #compose-action-personal-li .bb_more_options_action:hover::before { +.bb-template-v2 .messages-wrapper #compose-action-personal-li.optionsOpen .bb_more_options_action:before, +.bb-template-v2 .messages-wrapper #compose-action-personal-li .bb_more_options_action:hover:before { content: ""; height: 34px; width: 34px; @@ -21557,15 +22850,12 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting border-radius: 6.8px; right: -3px; } - .bb-template-v2 .buddypress-wrap .messages-wrapper #compose-action-personal-li .message-action-options .message_action__list li { margin-bottom: 0; } - .messages-wrapper .message-action-options .bb_more_options_list li { width: 100%; } - .messages-wrapper #subnav .subnav { display: -webkit-box; display: -ms-flexbox; @@ -21576,30 +22866,24 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting width: 100%; min-height: 65px; } - .messages-wrapper #subnav .subnav #back-to-thread-li { color: var(--bb-headings-color); } - .messages-wrapper #subnav .subnav #back-to-thread { color: inherit; } - .messages-wrapper #subnav .subnav #back-to-thread:hover > [class*="bb-icon"] { color: var(--bb-primary-color); } - .bb-template-v2 .messages-wrapper #subnav .subnav #back-to-thread:hover > [class*="bb-icon"] { color: var(--bb-headings-color); position: relative; } - -.bb-template-v2 .messages-wrapper #subnav .subnav #back-to-thread:hover > [class*="bb-icon"]::before { +.bb-template-v2 .messages-wrapper #subnav .subnav #back-to-thread:hover > [class*="bb-icon"]:before { position: relative; z-index: 1; } - -.bb-template-v2 .messages-wrapper #subnav .subnav #back-to-thread:hover > [class*="bb-icon"]::after { +.bb-template-v2 .messages-wrapper #subnav .subnav #back-to-thread:hover > [class*="bb-icon"]:after { content: ""; height: 34px; width: 34px; @@ -21609,17 +22893,14 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting right: -5px; top: -5px; } - .messages-wrapper #subnav li { margin: 0; padding: 0; } - .messages-wrapper #subnav #compose-personal-li { margin-left: 0; padding-left: 0; } - .messages-wrapper #subnav a { border: 0; font-weight: 400; @@ -21633,11 +22914,9 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .messages-wrapper .bp-no-messages #subnav .subnav { min-height: 76px; } - .messages-wrapper #inbox-personal-li a { color: var(--bb-headings-color); font-size: 24px; @@ -21646,11 +22925,9 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting line-height: 1.3; padding: 0; } - .messages-wrapper #inbox-personal-li a:hover { color: var(--bb-primary-color); } - .messages-wrapper #compose-personal-li a { color: var(--bb-headings-color); font-size: 0; @@ -21660,24 +22937,20 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting position: relative; background: none; } - -.messages-wrapper #compose-personal-li a::after { +.messages-wrapper #compose-personal-li a:after { font-size: 22px; font-weight: 300; line-height: 20px; } - .messages-wrapper #compose-personal-li a:hover { color: var(--bb-primary-color); background: none; } - -.bb-template-v2 .messages-wrapper #compose-personal-li a:hover::after { +.bb-template-v2 .messages-wrapper #compose-personal-li a:hover:after { color: var(--bb-headings-color); position: relative; } - -.bb-template-v2 .messages-wrapper #compose-personal-li a:hover::before { +.bb-template-v2 .messages-wrapper #compose-personal-li a:hover:before { content: ""; height: 34px; width: 34px; @@ -21687,7 +22960,6 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting border-radius: 6.8px; right: -6.5px; } - .messages-wrapper #user_messages_search { height: 36px; background-size: 14px; @@ -21695,11 +22967,9 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting padding-left: 35px; border-radius: var(--bb-block-radius-inner); } - .messages-wrapper #user_messages_search_reset { color: var(--bb-body-text-color); } - .messages-wrapper .member-status { left: 1px; top: inherit; @@ -21709,8 +22979,7 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting .bb-group-message-info { color: var(--bb-alternate-text-color); } - -.bb-template-v2 .bb-group-message-info::before { +.bb-template-v2 .bb-group-message-info:before { font-weight: 300; } @@ -21718,17 +22987,14 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting .bp-messages-nav-panel .messages-search { width: 100%; } - .bp-messages-nav-panel #subnav { padding: 0 20px; margin: 0; border: 0; } - .buddypress-wrap .bp-messages-nav-panel .bp-messages-search-form { border-radius: var(--bb-block-radius-inner); } - .bp-messages-nav-panel .messages-search-loader > i { color: var(--bb-alternate-text-color); } @@ -21737,12 +23003,11 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting padding: 0 20px 15px; margin-bottom: 0; border-bottom: 1px solid var(--bb-content-border-color); + float: none; } - .bb-template-v2 .buddypress-wrap .bb-profile-grid .bp-messages-nav-panel .subnav-filters { border-bottom: 0; } - .bb-template-v2 .buddypress-wrap .bb-profile-grid .bp-messages-nav-panel.threads-scrolled .subnav-filters { box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1); position: relative; @@ -21758,7 +23023,6 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting margin-left: 0; margin-right: 10px; } - #buddypress div.message-search input[type="text"] { height: 34px; font-size: 13px; @@ -21779,60 +23043,48 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting -ms-flex-wrap: wrap; flex-wrap: wrap; } - .messages-screen .bp-messages-container .bp-feedback.error { color: var(--bb-danger-color); background-color: rgba(var(--bb-danger-color-rgb), 0.1); } - -.messages-screen .bp-messages-container .bp-feedback.error .bp-icon::before { +.messages-screen .bp-messages-container .bp-feedback.error .bp-icon:before { content: "\ee65"; font-weight: 200; } - .messages-screen .bp-messages-container .bp-feedback.warning { color: var(--bb-warning-color); background-color: rgba(var(--bb-warning-color-rgb), 0.1); } - -.messages-screen .bp-messages-container .bp-feedback.warning .bp-icon::before { +.messages-screen .bp-messages-container .bp-feedback.warning .bp-icon:before { content: "\ee66"; } - .messages-screen .bp-messages-container .bp-feedback.success { color: var(--bb-success-color); background-color: rgba(var(--bb-success-color-rgb), 0.1); } - -.messages-screen .bp-messages-container .bp-feedback.success .bp-icon::before { +.messages-screen .bp-messages-container .bp-feedback.success .bp-icon:before { content: "\e876"; font-weight: 200; } - .messages-screen .bp-messages-container .bp-feedback.info { color: var(--bb-default-notice-color); background-color: rgba(var(--bb-default-notice-color-rgb), 0.1); } - -.messages-screen .bp-messages-container .bp-feedback.info .bp-icon::before { +.messages-screen .bp-messages-container .bp-feedback.info .bp-icon:before { content: "\eebc"; font-weight: 200; } - -.messages-screen .bp-messages-container .bp-feedback.loading .bp-icon::before { +.messages-screen .bp-messages-container .bp-feedback.loading .bp-icon:before { content: "\e884"; } - -.messages-screen .bp-messages-container .bp-feedback.help .bp-icon::before { +.messages-screen .bp-messages-container .bp-feedback.help .bp-icon:before { content: "\eec6"; font-weight: 200; } - -.messages-screen .bp-messages-container .bp-feedback.updated .bp-icon::before { +.messages-screen .bp-messages-container .bp-feedback.updated .bp-icon:before { content: "\e876"; font-weight: 200; } - .messages-screen .bp-messages-container .bp-feedback .bp-icon { background-color: transparent; color: inherit; @@ -21842,20 +23094,16 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting padding: 0 15px 0 0; margin: 0; } - -.messages-screen .bp-messages-container .bp-feedback .bp-icon::before { +.messages-screen .bp-messages-container .bp-feedback .bp-icon:before { font-weight: 300; } - .messages-screen .bp-messages-container .bp-feedback p { font-size: 13px; padding: 10px 10px 10px 15px; } - .messages-screen .bp-messages-container .bp-feedback p + .bb-allowed-file-types { margin-top: -10px; } - .messages-screen .bp-messages-container .bp-feedback .bb-allowed-file-types { font-size: 13px; -webkit-box-flex: 100%; @@ -21863,7 +23111,6 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting flex: 100%; margin: 0 40px 0 10px; } - .bb-template-v2 .messages-screen .bp-messages-container .bp-feedback { border-color: transparent; } @@ -21873,7 +23120,6 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting } @-webkit-keyframes autofill { - to { background-color: transparent; background-image: url("../images/svg/search.svg"); @@ -21881,13 +23127,11 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting } @keyframes autofill { - to { background-color: transparent; background-image: url("../images/svg/search.svg"); } } - #buddypress div.message-search input#messages_search:-webkit-autofill { -webkit-animation-name: autofill; animation-name: autofill; @@ -21914,7 +23158,6 @@ div#buddypress #message-thread .confirm { top: 20px; left: 20px; } - div#buddypress #message-thread div.alt { background: rgba(247, 250, 254, 0.5); } @@ -21923,14 +23166,12 @@ div#buddypress #message-thread div.alt { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .message-metadata img { float: none; max-width: 40px; border-radius: 50%; margin-left: 15px; } - .message-metadata .meta-user-info a { display: block; font-weight: 500; @@ -21939,11 +23180,9 @@ div#buddypress #message-thread div.alt { color: var(--bb-headings-color); margin-bottom: 2px; } - .message-metadata .meta-user-info a:hover { color: var(--bb-primary-color); } - .message-metadata .meta-user-info span { display: block; font-size: 12px; @@ -21969,18 +23208,15 @@ div#buddypress #message-thread div.alt { letter-spacing: -0.24px; margin: 0; } - #buddypress #message-thread #message-recipients .highlight { font-size: 14px; font-weight: 300; color: #939597; background-color: transparent; } - #buddypress #message-thread #message-recipients .highlight a { color: var(--bb-headings-color); } - #buddypress #message-thread #message-recipients .highlight a:hover { color: var(--bb-primary-color); } @@ -21992,7 +23228,6 @@ div#buddypress #message-thread div.alt { line-height: 1.5; letter-spacing: -0.24px; } - #message-thread h1, #message-thread .h1, #message-thread h2, @@ -22040,7 +23275,6 @@ a.bb-cover-link { .thread-to a { color: var(--bb-headings-color); } - .thread-to a:hover { color: var(--bb-primary-color); } @@ -22057,32 +23291,26 @@ a.bb-cover-link { .reply-box { padding: 30px; } - .reply-box .reply-box-header { margin-bottom: 16px; } - .reply-box .avatar { width: 40px; margin-left: 10px; } - .reply-box .reply-user-info p { margin-bottom: 0; line-height: 20px; } - .reply-box .reply-user-info p:first-child { font-size: 14px; font-weight: 500; color: var(--bb-body-text-color); } - .reply-box .reply-user-info p:last-child { font-size: 12px; color: var(--bb-alternate-text-color); } - .reply-box textarea { display: block; width: 100%; @@ -22101,7 +23329,6 @@ a.bb-cover-link { border-radius: var(--bb-button-radius); line-height: 1.4; } - #buddypress .reply-box input[type="submit"].small:hover { outline: none; text-decoration: none; @@ -22124,19 +23351,16 @@ a.bb-cover-link { -ms-flex-flow: column; flex-flow: column; } - #send_message_form .bp-messages-form-header { border-bottom: 1px solid var(--bb-content-border-color); margin: 0 -20px 20px; padding: 0 20px 18px; } - .compose #send_message_form .bp-messages-form-header { border: 0; padding: 0; margin: 0; } - .compose #send_message_form .bp-messages-form-header .bp-close-compose-form { display: -webkit-box; display: -ms-flexbox; @@ -22151,46 +23375,37 @@ a.bb-cover-link { justify-content: center; margin-top: 3px; } - .compose #send_message_form .bp-messages-form-header .bp-close-compose-form [class*="bb-icon"] { color: var(--bb-headings-color); } - .compose #send_message_form .bp-messages-form-header .bp-close-compose-form [class*="bb-icon"]:hover { color: var(--bb-primary-color); } @media screen and (min-width: 1080px) { - .compose .bp-messages-container.bp-no-messages #send_message_form .bp-messages-form-header .bp-close-compose-form { display: none; } } - #send_message_form label[for="send-to-input"] { margin: 0; } - #send_message_form .select2-selection--multiple { border-color: transparent; padding: 0; background-color: transparent; } - #send_message_form .select2-selection__rendered { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } - #send_message_form .select2-selection__rendered li { margin: 0; } - #send_message_form li.select2-selection__choice { margin-left: 10px; margin-bottom: 5px; } - #buddypress #send_message_form .select2-search__field { background: transparent; border-width: 0; @@ -22201,11 +23416,9 @@ a.bb-cover-link { height: auto; box-shadow: none; } - #send_message_form .dropzone .dz-default { margin: 0 5px 0 0; } - #send_message_form .select2-container--default .select2-selection--multiple .select2-selection__choice { background-color: var(--bb-label-background-color) !important; border: 0; @@ -22224,7 +23437,6 @@ a.bb-cover-link { padding: 2px 10px 2px 6px; margin-left: 5px; } - #send_message_form .select2-selection__choice__remove { color: var(--bb-label-text-color); font-size: 0; @@ -22232,30 +23444,25 @@ a.bb-cover-link { margin: 0 2px 0 0; opacity: 0.5; } - -#send_message_form .select2-selection__choice__remove::before { +#send_message_form .select2-selection__choice__remove:before { font-size: 18px; font-weight: 400; line-height: initial; background-color: transparent; color: var(--bb-label-text-color); } - #send_message_form .select2-selection__choice__remove:hover { opacity: 1; } - #send_message_form .bp-messages-feedback { top: 90px; position: absolute; right: 20px; left: 20px; } - #send_message_form .bp-messages-feedback .bp-feedback { margin: 0 0 20px; } - #send_message_form #bp-message-content { margin: auto 0 0; } @@ -22266,7 +23473,6 @@ a.bb-cover-link { right: 20px; left: 20px; } - .messages-screen .bp-messages-container .compose-feedback .bp-feedback { margin: 0 0 20px; } @@ -22283,18 +23489,15 @@ a.bb-cover-link { -webkit-transition: box-shadow ease 0.1s; transition: box-shadow ease 0.1s; } - .bp-messages-content #bp-message-content #whats-new-messages-attachments { margin-top: 0; padding: 0 9px; } - .bb-template-v2 .bp-messages-content #bp-message-content:focus-within { box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.12); -webkit-transition: box-shadow ease 0.1s; transition: box-shadow ease 0.1s; } - .bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-actions button.medium-editor-button-first { padding-right: 2px !important; } @@ -22303,7 +23506,6 @@ a.bb-cover-link { background-color: var(--bb-content-alternate-background-color); border-radius: 6px; } - .bb-template-v2.compose #send_message_form .bp-messages-form-header .bp-close-compose-form:hover [class*="bb-icon"] { color: var(--bb-headings-color); } @@ -22311,7 +23513,6 @@ a.bb-cover-link { .bp-messages-recipient { border-bottom: 1px solid var(--bb-content-border-color); } - .bp-messages-recipient > span:first-child { color: var(--bb-headings-color); } @@ -22323,12 +23524,10 @@ body .select2-container .select2-dropdown.bb-compose-input { margin: 40px -30px 0 0; max-width: 230px; } - body .select2-container .select2-dropdown.bb-compose-input .avatar { max-width: 30px; margin-left: 6px; } - body .select2-container .select2-dropdown.bb-compose-input .select2-results__option { border-radius: var(--bb-block-radius-inner); color: var(--bb-headings-color); @@ -22336,15 +23535,12 @@ body .select2-container .select2-dropdown.bb-compose-input .select2-results__opt font-weight: 500; padding: 6px 8px; } - body .select2-container .select2-dropdown.bb-compose-input .select2-results__option strong { font-weight: 500; } - body .select2-container .select2-dropdown.bb-compose-input .select2-results__option:hover:not(.select2-results__message, .loading-results), body .select2-container .select2-dropdown.bb-compose-input .select2-results__option.select2-results__option--highlighted { background-color: var(--bb-content-alternate-background-color); } - body .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results, body .select2-container .select2-dropdown.bb-compose-input .select2-results__option.select2-results__message { font-size: 13px; @@ -22352,15 +23548,13 @@ body .select2-container .select2-dropdown.bb-compose-input .select2-results__opt color: var(--bb-alternate-text-color); letter-spacing: 0.14px; } - body .select2-container .select2-dropdown.bb-compose-input .select2-results__option--load-more, body .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results { position: relative; overflow: hidden; } - -body .select2-container .select2-dropdown.bb-compose-input .select2-results__option--load-more::before, -body .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results::before { +body .select2-container .select2-dropdown.bb-compose-input .select2-results__option--load-more:before, +body .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results:before { content: "\ef30"; font-family: bb-icons; font-weight: 400; @@ -22376,8 +23570,8 @@ body .select2-container .select2-dropdown.bb-compose-input .select2-results__opt text-align: center; } -body.bb-template-v1 .select2-container .select2-dropdown.bb-compose-input .select2-results__option--load-more::before, -body.bb-template-v1 .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results::before { +body.bb-template-v1 .select2-container .select2-dropdown.bb-compose-input .select2-results__option--load-more:before, +body.bb-template-v1 .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results:before { margin-right: 0; } @@ -22395,7 +23589,6 @@ body .select2-container .select2-dropdown { margin-left: 0; max-width: 300px; } - body .select2-container .select2-dropdown .select2-results__option { border-radius: 3px; margin-bottom: 0; @@ -22420,8 +23613,7 @@ body .select2-container .select2-dropdown .select2-results__option { margin-top: 4px; overflow: visible; } - -.messages .ac_results::after { +.messages .ac_results:after { content: " "; position: absolute; width: 0; @@ -22443,22 +23635,18 @@ body .select2-container .select2-dropdown .select2-results__option { transition: all linear 0.2s; z-index: 101; } - .messages .ac_results li { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } - .messages .ac_results .ac_odd { background: #fff; } - .messages .ac_results .ac_over { color: var(--bb-primary-color); background: #f5f5f5; } - .messages .ac_results img { margin-left: 0; width: auto !important; @@ -22491,13 +23679,11 @@ body .select2-container .select2-dropdown .select2-results__option { .bp-user-messages-loading.loading .message-user-loading { padding: 15px 3px; } - .bb-template-v2 .bp-user-messages-loading.loading .message-user-loading { padding: 15px; } @media (max-width: 600px) { - #send_message_form { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; @@ -22541,7 +23727,6 @@ body .select2-container .select2-dropdown .select2-results__option { } } @media (max-width: 520px) { - #buddypress .bb-message-heading .message-search { margin: 10px auto; width: 100%; @@ -22551,7 +23736,6 @@ body .select2-container .select2-dropdown .select2-results__option { width: 100%; } } - .buddypress-wrap .subnav-filters .user-messages-bulk-actions label { padding: 0; margin: 0; @@ -22595,25 +23779,20 @@ body .select2-container .select2-dropdown .select2-results__option { #bp-message-thread-list { max-height: initial; } - #bp-message-thread-list li { background-color: var(--bb-content-background-color); } - #bp-message-thread-list .bp-message-content-wrap + .bb-activity-media-wrap, #bp-message-thread-list .bp-message-content-wrap + .bb-activity-video-wrap { margin-top: 10px; } - #bp-message-thread-list .bp-message-content-wrap + .bb-activity-video-wrap { margin-right: -3px; } - #bp-message-thread-list .bp-message-content-wrap p.blocked, #bp-message-thread-list .bp-message-content-wrap p.suspended, #bp-message-thread-list .bp-message-content-wrap span.blocked, #bp-message-thread-list .bp-message-content-wrap span.suspended, #bp-message-thread-list .bp-message-content-wrap p.deleted-message { color: var(--bb-alternate-text-color); border-color: var(--bb-content-border-color); } - .bb-template-v2 #bp-message-thread-list .bp-message-content-wrap p.blocked, .bb-template-v2 #bp-message-thread-list .bp-message-content-wrap p.suspended, .bb-template-v2 #bp-message-thread-list .bp-message-content-wrap span.blocked, @@ -22622,7 +23801,6 @@ body .select2-container .select2-dropdown .select2-results__option { background-color: var(--bb-content-alternate-background-color); border-color: transparent; } - #bp-message-thread-list li.divider-date .bp-message-content-wrap { color: var(--bb-alternate-text-color); opacity: 1; @@ -22638,7 +23816,6 @@ body .select2-container .select2-dropdown .select2-results__option { border-width: 0; border-color: var(--bb-content-border-color); } - .bb-template-v2 .bp-messages-content-wrapper .message-thread-header ~ .bp-messages-feedback:not(:empty) ~ #bp-message-thread-list { border-top: 0; } @@ -22652,16 +23829,13 @@ body .select2-container .select2-dropdown .select2-results__option { margin-bottom: 0; margin-top: 0; } - -.buddypress-wrap .subnav-filters.bp-messages-filters .messages-search #user_messages_search_form::before { +.buddypress-wrap .subnav-filters.bp-messages-filters .messages-search #user_messages_search_form:before { top: 5px; } - .bb-template-v2 .buddypress-wrap .subnav-filters.bp-messages-filters .messages-search #user_messages_search_form:focus-within { border-color: var(--bb-primary-color); background-color: var(--bb-content-background-color); } - .buddypress-wrap .subnav-filters.bp-messages-filters .messages-search #user_messages_search_form button[type="submit"] span { font-size: 20px; color: var(--bb-body-text-color); @@ -22692,17 +23866,14 @@ body .select2-container .select2-dropdown .select2-results__option { max-height: 80vh; min-height: 670px; } - .bp-messages-content-wrapper .dropzone.dz-started .dz-default.dz-message { display: none; } - .bp-messages-content-wrapper .dropzone.dz-started.files-uploaded:not(.dz-max-files-reached) .dz-default.dz-message { display: -webkit-box; display: -ms-flexbox; display: flex; } - .bp-messages-content-wrapper .bb-pusher-typing-indicator { margin: 0 -20px -10px; padding: 15px 20px 0 0; @@ -22710,15 +23881,12 @@ body .select2-container .select2-dropdown .select2-results__option { position: relative; background-color: var(--bb-content-background-color); } - .bp-messages-content-wrapper .bb-pusher-typing-indicator .bb-pusher-typing-indicator-text-inner strong { font-weight: 500; } - .bp-messages-content-wrapper.focus-in--scroll .bb-pusher-typing-indicator { border-top: 1px solid var(--bb-content-border-color); } - .bb-template-v2 .bp-messages-content-wrapper.focus-in--scroll .bb-pusher-typing-indicator { box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.1); border-top: 0; @@ -22728,7 +23896,6 @@ body .select2-container .select2-dropdown .select2-results__option { #buddypress #bp-message-content .dropzone .dz-default .dz-button { line-height: 1.5; } - #buddypress #bp-message-content .dropzone .dz-default .dz-button > strong { line-height: 1; } @@ -22744,8 +23911,7 @@ body .bp-messages-user-threads { #message-threads { border: 0; } - -#message-threads li.can-not-send-msg .thread-to::after { +#message-threads li.can-not-send-msg .thread-to:after { bottom: inherit; left: 21px; top: 50%; @@ -22753,15 +23919,12 @@ body .bp-messages-user-threads { -ms-transform: translateY(-50%); transform: translateY(-50%); } - -.bb-template-v2 #message-threads li.can-not-send-msg .thread-to::after { +.bb-template-v2 #message-threads li.can-not-send-msg .thread-to:after { left: 36px; } - #message-threads .bb-user-avatar { margin-left: 15px; } - #message-threads .bb-user-avatar .avatar { max-width: 40px; } @@ -22771,10 +23934,6 @@ body .bp-messages-user-threads { margin-bottom: 10px; } -nav#subnav #subnav { - margin-bottom: 0; -} - .bb-thread-cb { margin-top: 10px; } @@ -22788,20 +23947,16 @@ nav#subnav #subnav { -ms-flex-align: center; align-items: center; } - #message-threads .bp-message-link:last-child { border-bottom: 0; } - #message-threads .bp-message-link.unread { background-color: inherit; } - #message-threads .bp-message-link.unread .thread-to { position: relative; } - -#message-threads .bp-message-link.unread .thread-to::before { +#message-threads .bp-message-link.unread .thread-to:before { content: "\25CF"; font-size: 14px; color: var(--bb-primary-color); @@ -22809,13 +23964,11 @@ nav#subnav #subnav { right: -14px; top: 0; } - .bb-template-v2 #message-threads .bp-message-link { margin: 0 15px 5px; border-radius: var(--bb-block-radius-inner); border: 0; } - #message-threads .thread-item.optionsOpen:not(.current) .bp-message-link, #message-threads .bp-message-link:hover { background: var(--bb-content-alternate-background-color); @@ -22844,7 +23997,6 @@ nav#subnav #subnav { .bb-thread-title { font-size: 15px; } - .bb-thread-title .bb-user-link { font-weight: 500; color: inherit; @@ -22866,8 +24018,7 @@ nav#subnav #subnav { line-height: 17px; min-width: 0; } - -#message-threads .bp-message-link .thread-date::before { +#message-threads .bp-message-link .thread-date:before { background-color: var(--bb-alternate-text-color); } @@ -22879,7 +24030,7 @@ nav#subnav #subnav { color: var(--bb-alternate-text-color); } -.user-messages-bulk-actions .bs-styled-checkbox + label::before { +.user-messages-bulk-actions .bs-styled-checkbox + label:before { margin-left: 15px; } @@ -22951,7 +24102,6 @@ dl.thread-participants { flex-flow: row wrap; padding: 10px 0 10px 20px; } - dl.thread-participants + .actions { position: absolute; left: 20px; @@ -22976,34 +24126,27 @@ dl.thread-participants + .actions { color: var(--bb-headings-color); letter-spacing: -0.27px; } - .bp-messages-content .thread-participants .participants-name { color: var(--bb-header-links); word-break: break-all; } - .bp-messages-content .thread-participants .participants-name a { color: var(--bb-headings-color); } - .bp-messages-content .thread-participants .participants-name a:hover { color: var(--bb-primary-color); } - .bp-messages-content .thread-participants #view_more_members:hover .num-name, .bp-messages-content .thread-participants a:hover .participants-name { color: var(--bb-primary-color); } - .bp-messages-content .thread-participants #view_more_members .num-name { color: var(--bb-header-links); font-size: 16px; } - .bp-messages-content .thread-participants dt { padding-left: 10px; } - .bp-messages-content .thread-participants dt, .bp-messages-content .thread-participants dd { display: block; @@ -23041,7 +24184,6 @@ body.compose .bp-messages-content { border: 0; color: inherit; } - .message-action-delete.bp-tooltip.bp-icons:hover, .message-action-delete.bp-tooltip.bp-icons:focus { background: transparent; box-shadow: none; @@ -23067,36 +24209,41 @@ body.compose .bp-messages-content { align-items: center; min-height: 76px; } - -.bp-messages-content .single-message-thread-header .thread-avatar .thread-multiple-avatar::after { +.bp-messages-content .single-message-thread-header .thread-avatar .thread-multiple-avatar:after { background-color: var(--bb-content-background-color); } - .bp-messages-content .single-message-thread-header .actions .message_actions .message_action__list { min-width: 200px; } - .bp-messages-content .single-message-thread-header .message_action__anchor { position: relative; } - .bp-messages-content .single-message-thread-header .message_action__anchor [class*=" bb-icon-"] { font-size: 20px; color: var(--bb-headings-color); } - .bp-messages-content .single-message-thread-header .message_action__anchor:hover [class*=" bb-icon-"] { color: var(--bb-primary-color); } +@media screen and (max-width: 980px) { + .bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions .message_action__list.open { + border-radius: 10px; + } + .bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions .message_action__list.open .bb_more_dropdown__title { + border-radius: 10px 10px 0 0; + } + .bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions .message_action__list.open ul { + border-radius: 0 0 10px 10px; + } +} .bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions.open .message_action__anchor [class*=" bb-icon-"], .bb-template-v2 .bp-messages-content .single-message-thread-header .message_action__anchor:hover [class*=" bb-icon-"] { color: var(--bb-headings-color); position: relative; } - -.bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions.open .message_action__anchor::before, -.bb-template-v2 .bp-messages-content .single-message-thread-header .message_action__anchor:hover::before { +.bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions.open .message_action__anchor:before, +.bb-template-v2 .bp-messages-content .single-message-thread-header .message_action__anchor:hover:before { content: ""; height: 34px; width: 34px; @@ -23112,7 +24259,6 @@ body.compose .bp-messages-content { line-height: 1.1; padding: 10px 15px; } - #buddypress .bp-messages-container .message_action__list li a.button { background-color: transparent; border: 0; @@ -23124,29 +24270,23 @@ body.compose .bp-messages-content { -webkit-transition: none; transition: none; } - -#buddypress .bp-messages-container .message_action__list li a.button::before { +#buddypress .bp-messages-container .message_action__list li a.button:before { font-weight: 400; } - -#buddypress .bp-messages-container .message_action__list li a::before { +#buddypress .bp-messages-container .message_action__list li a:before { color: var(--bb-alternate-text-color); } - #buddypress .bp-messages-container .message_action__list li a:hover { background-color: var(--bb-content-alternate-background-color); color: var(--bb-primary-color); } - -#buddypress .bp-messages-container .message_action__list li a:hover::before { +#buddypress .bp-messages-container .message_action__list li a:hover:before { color: var(--bb-primary-color); } - .bb-template-v2 #buddypress .bp-messages-container .message_action__list li a:hover { color: var(--bb-body-text-color); } - -.bb-template-v2 #buddypress .bp-messages-container .message_action__list li a:hover::before { +.bb-template-v2 #buddypress .bp-messages-container .message_action__list li a:hover:before { color: var(--bb-alternate-text-color); } @@ -23185,7 +24325,7 @@ body.compose .bp-messages-content { color: var(--bb-content-background-color); } -#message-threads .bp-message-link .thread-avatar .thread-multiple-avatar::before { +#message-threads .bp-message-link .thread-avatar .thread-multiple-avatar:before { content: ""; height: 38px; width: 38px; @@ -23196,21 +24336,17 @@ body.compose .bp-messages-content { top: 15px; z-index: 1; } - #message-threads .bp-message-link .thread-avatar .thread-multiple-avatar img { border: 0; } - #message-threads .bp-message-link .thread-avatar .thread-multiple-avatar img + img { z-index: 2; } - -#message-threads .current .bp-message-link .thread-avatar .thread-multiple-avatar::before, #message-threads .bp-message-link:hover .thread-avatar .thread-multiple-avatar::before { +#message-threads .current .bp-message-link .thread-avatar .thread-multiple-avatar:before, #message-threads .bp-message-link:hover .thread-avatar .thread-multiple-avatar:before { background-color: var(--bb-content-alternate-background-color); } - -.bb-template-v2 #message-threads .current .bp-message-link .thread-avatar .thread-multiple-avatar::before, -.bb-template-v2 #message-threads .bp-message-link:hover .thread-avatar .thread-multiple-avatar::before { +.bb-template-v2 #message-threads .current .bp-message-link .thread-avatar .thread-multiple-avatar:before, +.bb-template-v2 #message-threads .bp-message-link:hover .thread-avatar .thread-multiple-avatar:before { /* stylelint-disable max-line-length */ background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), var(--bb-primary-color); background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), var(--bb-primary-color); @@ -23229,7 +24365,6 @@ body.compose .bp-messages-content { opacity: 0.85; text-transform: capitalize; } - .unread .thread-to { font-weight: 500; opacity: 1; @@ -23238,12 +24373,10 @@ body.compose .bp-messages-content { .unread .thread-subject { font-weight: 500; } - .unread .thread-date time { position: relative; } - -.unread .bp-message-link::after { +.unread .bp-message-link:after { content: ""; height: 10px; width: 10px; @@ -23257,12 +24390,10 @@ body.compose .bp-messages-content { -ms-transform: translateY(-50%); transform: translateY(-50%); } - -.bb-template-v2 .unread .bp-message-link::after { +.bb-template-v2 .unread .bp-message-link:after { left: 37px; } - -.unread.optionsOpen .bp-message-link::after, .unread:hover .bp-message-link::after { +.unread.optionsOpen .bp-message-link:after, .unread:hover .bp-message-link:after { display: none; } @@ -23297,7 +24428,6 @@ body.compose .bp-messages-content { min-height: 21px; text-overflow: initial; } - #message-threads .bp-message-link .thread-content .thread-subject .typing-indicator { display: inline-block; max-width: -webkit-calc(100% - 107px); @@ -23314,16 +24444,15 @@ body.compose .bp-messages-content { #message-threads li .thread-content .thread-subject a { color: var(--bb-headings-color); } - #message-threads li .thread-content .thread-subject a:hover { color: var(--bb-primary-color); } -#message-threads li.unread .thread-date time::after { +#message-threads li.unread .thread-date time:after { background-color: var(--bb-primary-color); } -#message-threads li.unread .thread-to::before { +#message-threads li.unread .thread-to:before { color: var(--bb-primary-color); } @@ -23336,11 +24465,9 @@ body.compose .bp-messages-content { .bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-form { background-color: var(--bb-content-alternate-background-color); } - .bp-messages-content #bp-message-content .medium-editor-toolbar.static-toolbar.active { overflow: visible; } - .bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-form { width: -webkit-calc(100% + 123px); width: calc(100% + 123px); @@ -23348,12 +24475,10 @@ body.compose .bp-messages-content { padding: 5px 0 5px 10px; box-shadow: none; } - .bp-messages-content #bp-message-content #whats-new-messages-toolbar .media-off + .medium-editor-toolbar .medium-editor-toolbar-form { width: auto; } @media screen and (max-width: 430px) { - .bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-form { width: -webkit-calc(100% + 108px); width: calc(100% + 108px); @@ -23361,13 +24486,11 @@ body.compose .bp-messages-content { } } @media screen and (max-width: 374px) { - .bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-form { width: -webkit-calc(100% + 68px); width: calc(100% + 68px); } } - .bp-messages-content #bp-message-thread-list { background: transparent; border: 0; @@ -23387,7 +24510,11 @@ body.compose .bp-messages-content { -ms-flex-direction: column; flex-direction: column; } - +@media screen and (max-width: 800px) { + .bp-messages-content #bp-message-thread-list { + overflow-x: hidden; + } +} .bp-messages-content #bp-message-thread-list li { margin: 0 -20px; border-radius: 0; @@ -23397,17 +24524,14 @@ body.compose .bp-messages-content { width: auto; background-color: transparent; } - .bp-messages-content #bp-message-thread-list li .bp-avatar-wrap { margin-left: 15px; max-width: 40px; } - .bp-messages-content #bp-message-thread-list li.sending, .bp-messages-content #bp-message-thread-list li.error { padding-bottom: 35px; position: relative; } - .bp-messages-content #bp-message-thread-list li.sending .bp-avatar-wrap, .bp-messages-content #bp-message-thread-list li.sending .message-metadata, .bp-messages-content #bp-message-thread-list li.sending .bb-activity-media-wrap, @@ -23417,14 +24541,12 @@ body.compose .bp-messages-content { .bp-messages-content #bp-message-thread-list li.error .bp-message-content-wrap > *:not(.message_send_error, .message_send_sending) { opacity: 0.5; } - .bp-messages-content #bp-message-thread-list li.error .message_send_error { color: var(--bb-content-border-color); font-size: 13px; position: absolute; bottom: 8px; } - .bp-messages-content #bp-message-thread-list li.error .message_send_error a { font-size: 13px; font-weight: 500; @@ -23432,22 +24554,18 @@ body.compose .bp-messages-content { opacity: 0.4; margin-left: 3px; } - .bp-messages-content #bp-message-thread-list li.error .message_send_error a:hover { opacity: 1; } - .bp-messages-content #bp-message-thread-list li.error .message_send_error a ~ a { margin-right: 3px; } - .bp-messages-content #bp-message-thread-list li.error .info-text-error-message { font-size: 13px; color: var(--bb-danger-color); margin-left: 5px; } - -.bp-messages-content #bp-message-thread-list li.error .info-text-error-message::before { +.bp-messages-content #bp-message-thread-list li.error .info-text-error-message:before { content: "\ee65"; font-family: bb-icons; font-weight: 100; @@ -23456,24 +24574,20 @@ body.compose .bp-messages-content { vertical-align: top; margin-left: 5px; } - -.bb-template-v2 .bp-messages-content #bp-message-thread-list li.error .info-text-error-message::before { +.bb-template-v2 .bp-messages-content #bp-message-thread-list li.error .info-text-error-message:before { font-weight: 200; } - .bp-messages-content #bp-message-thread-list li.sending .message_send_sending { position: absolute; bottom: 8px; } - .bp-messages-content #bp-message-thread-list li.sending .message_send_sending .info-text-send-message { color: var(--bb-alternate-text-color); font-size: 13px; line-height: 17px; display: inline-block; } - -.bp-messages-content #bp-message-thread-list li.sending .message_send_sending .info-text-send-message::before { +.bp-messages-content #bp-message-thread-list li.sending .message_send_sending .info-text-send-message:before { content: "\ef30"; font-family: bb-icons; font-weight: 400; @@ -23484,19 +24598,15 @@ body.compose .bp-messages-content { vertical-align: middle; margin-left: 5px; } - .bp-messages-content #bp-message-thread-list li .fluid-width-video-wrapper iframe { border-radius: var(--bb-block-radius-inner); } - .bp-messages-content #bp-message-thread-list li .bp-message-content-wrap iframe[style="border-radius: 12px"] { border-radius: var(--bb-block-radius-inner) !important; } - -.bp-messages-content #bp-message-thread-list .message-metadata .user-link strong::after { +.bp-messages-content #bp-message-thread-list .message-metadata .user-link strong:after { display: none; } - .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback { border: 0; border-radius: 0 0 0 var(--bb-block-radius); @@ -23512,7 +24622,6 @@ body.compose .bp-messages-content { margin: 0 -20px; padding: 20px; } - .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback p { margin: 0; padding: 0; @@ -23520,11 +24629,9 @@ body.compose .bp-messages-content { line-height: 1.5; color: var(--bb-alternate-text-color); } - .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback p + .generic-button { margin: 10px 0 0; } - #buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .button-wrapper .generic-button > button, #buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .generic-button > a { font-size: 14px; font-weight: 600; @@ -23535,14 +24642,12 @@ body.compose .bp-messages-content { border: 0; padding: 0; } - #buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .button-wrapper .generic-button > button.requested, #buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .generic-button > a.requested { color: var(--bb-alternate-text-color); cursor: auto; pointer-events: none; } - -#buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .button-wrapper .generic-button > button.requested::before, #buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .generic-button > a.requested::before { +#buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .button-wrapper .generic-button > button.requested:before, #buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .generic-button > a.requested:before { content: "\e876"; color: var(--bb-alternate-text-color); font-family: bb-icons; @@ -23552,19 +24657,16 @@ body.compose .bp-messages-content { vertical-align: middle; margin-left: 5px; } - .bb-template-v2 .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback { border: 0; border-radius: var(--bb-block-radius-inner); margin: 20px 0; } @media screen and (max-width: 1080px) { - .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback { border-radius: 0 0 var(--bb-block-radius) var(--bb-block-radius); } } - .bp-messages-content.has_info { position: relative; } @@ -23605,19 +24707,16 @@ body.compose .bp-messages-content { height: auto; width: 100%; } - #buddypress .message-action-delete:hover, #buddypress .message-action-delete:focus, #buddypress .message_action__anchor:hover, #buddypress .message_action__anchor:focus { background: transparent; box-shadow: none; } - #buddypress .message-action-delete .bb-icon-trash, #buddypress .message_action__anchor .bb-icon-trash { color: #939597; } - #buddypress .message-action-delete .bb-icon-menu-dots-v, #buddypress .message_action__anchor .bb-icon-menu-dots-v { color: #939597; @@ -23627,16 +24726,13 @@ body.compose .bp-messages-content { .bp-messages-content .actions { line-height: 1.3; } - .bp-messages-content .actions .message_actions .message_action__list li a:hover { color: var(--bb-header-links-hover); } - -.bp-messages-content .actions .message_actions.loading .message_action__anchor:hover::before { +.bp-messages-content .actions .message_actions.loading .message_action__anchor:hover:before { display: none; } - -.bb-template-v2 .bp-messages-content .actions .message_actions.loading .message_action__anchor > i::before { +.bb-template-v2 .bp-messages-content .actions .message_actions.loading .message_action__anchor > i:before { content: ""; display: inline-block; box-sizing: border-box; @@ -23657,15 +24753,12 @@ body.compose .bp-messages-content { padding-right: 3px; line-height: 1.5; } - .bp-messages-content #bp-message-thread-list .message-metadata .avatar { width: auto; } - .bp-messages-content #bp-message-thread-list .message-metadata .user-link { color: var(--bb-headings-color); } - .bp-messages-content #bp-message-thread-list .message-metadata .user-link:hover { color: var(--bb-primary-color); } @@ -23685,21 +24778,17 @@ body.compose .bp-messages-content { height: auto; min-height: 0; } - .bp-messages-content #send-reply .message-box { width: 100%; display: none; } - .bp-messages-content #send-reply .wp-editor-container { border-right: 0; border-left: 0; } - .bp-messages-content #send-reply .message-metadata { display: none; } - .bp-messages-content #send-reply .dropzone .dz-default { padding: 18px 5px; } @@ -23707,7 +24796,6 @@ body.compose .bp-messages-content { .scrolled--up.focus-in--scroll #send-reply { border-top: 1px solid var(--bb-content-border-color); } - .bb-template-v2 .scrolled--up.focus-in--scroll #send-reply { box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.1); border-top: 0; @@ -23730,9 +24818,8 @@ body.compose .bp-messages-content { margin-top: 0; border-top: 1px solid var(--bb-content-border-color); } - -#bp-message-thread-list:empty::before { - font: 400 normal normal 25px/1 bb-icons; +#bp-message-thread-list:empty:before { + font: normal normal normal 25px/1 bb-icons; speak: none; display: inline-block; text-decoration: inherit; @@ -23770,8 +24857,7 @@ body.compose .bp-messages-content { .send-reply.loading { position: relative; } - -.send-reply.loading::before { +.send-reply.loading:before { background: rgba(255, 255, 255, 0.6); content: ""; position: absolute; @@ -23779,8 +24865,7 @@ body.compose .bp-messages-content { width: 100%; z-index: 10; } - -.send-reply.loading::after { +.send-reply.loading:after { position: absolute; top: 42%; right: 0; @@ -23803,7 +24888,6 @@ body.compose .bp-messages-content { #message_content { margin-bottom: 0; } - #message_content > p:last-child { margin-bottom: 0; } @@ -23815,11 +24899,9 @@ body.compose .bp-messages-content { height: 80px; width: 86px; } - -.no-message-wrap .dashicons-email-alt::before { +.no-message-wrap .dashicons-email-alt:before { display: none; } - .no-message-wrap .bb-icon { color: var(--bb-alternate-text-color); } @@ -23832,17 +24914,14 @@ body.compose .bp-messages-content { max-width: 310px; margin: 0 auto; } - #bp-messages-threads-list .no-message-content h3 { font-size: 24px; font-weight: 600; margin-bottom: 5px; } - .no-message-content > p { margin-bottom: 20px; } - .no-message-content .no-messages-links { font-weight: 600; } @@ -23851,16 +24930,14 @@ body.compose .bp-messages-content { border-top: 1px solid var(--bb-content-border-color); padding: 20px; } - #bp-message-content .medium-editor-element, #bp-message-content .medium-editor-placeholder { color: var(--bb-body-text-color); font-size: 14px; line-height: 1.5; } - -#bp-message-content .medium-editor-element[contenteditable="true"]:empty::after, -#bp-message-content .medium-editor-placeholder[contenteditable="true"]:empty::after { +#bp-message-content .medium-editor-element[contenteditable="true"]:empty:after, +#bp-message-content .medium-editor-placeholder[contenteditable="true"]:empty:after { color: var(--bb-body-text-color); content: attr(data-placeholder); position: absolute; @@ -23869,39 +24946,32 @@ body.compose .bp-messages-content { font-style: normal; opacity: 0.5; } - #bp-message-content pre { white-space: pre-wrap; position: relative; z-index: 1; } - #bp-message-content pre p { margin-bottom: 0; } - #bp-message-content p { margin-bottom: 5px; } - #bp-message-content ul:not(.medium-editor-toolbar-actions), #bp-message-content ol:not(.medium-editor-toolbar-actions) { margin-bottom: 15px; margin-right: 16px; } - #bp-message-content ul:not(.medium-editor-toolbar-actions) li, #bp-message-content ol:not(.medium-editor-toolbar-actions) li { margin: 5px 0; } - #bp-message-content ul:not(.medium-editor-toolbar-actions) li > ol, #bp-message-content ul:not(.medium-editor-toolbar-actions) li > ul, #bp-message-content ol:not(.medium-editor-toolbar-actions) li > ol, #bp-message-content ol:not(.medium-editor-toolbar-actions) li > ul { margin-bottom: 0; } - #bp-message-content .medium-editor-element:not(.emojionearea) { border: 0; min-height: auto; @@ -23911,9 +24981,9 @@ body.compose .bp-messages-content { padding: 20px 15px; border-radius: var(--bb-block-radius-inner); position: relative; + outline: none; } - -#bp-message-content .medium-editor-element:not(.emojionearea).medium-editor-placeholder::after { +#bp-message-content .medium-editor-element:not(.emojionearea).medium-editor-placeholder:after { right: 0; font-size: 14px; position: absolute; @@ -23922,12 +24992,10 @@ body.compose .bp-messages-content { padding: 20px 15px; pointer-events: none; } - -#bp-message-content .medium-editor-placeholder::after { +#bp-message-content .medium-editor-placeholder:after { color: var(--bb-body-text-color); opacity: 0.5; } - #bp-message-content .messages-media-container .dz-button > strong { line-height: 1.3; } @@ -23944,7 +25012,6 @@ body.compose .bp-messages-content { #message-reply-new-submit { padding: 0; } - #message-new-submit input, #message-reply-new-submit input { margin-left: 0; @@ -23955,12 +25022,10 @@ body.compose .bp-messages-content { border-radius: 0; padding-top: 0; } - .bp-messages-container .bp-messages.loading .dashicons-update { font-family: bb-icons; } - -.bp-messages-container .bp-messages.loading .dashicons-update::before { +.bp-messages-container .bp-messages.loading .dashicons-update:before { content: "\ef30"; } @@ -23975,23 +25040,19 @@ body.compose .bp-messages-content { #page .ql-bubble .ql-tooltip { padding: 0 10px; } - #page .ql-bubble .ql-tooltip button { background: transparent; margin: 0; padding: 0; } - #page .ql-bubble.ql-toolbar button svg, #page .ql-bubble .ql-toolbar button svg { float: none; max-width: 18px; } - #page .ql-bubble .ql-toolbar .ql-formats { margin: 0; } - #page .ql-bubble .ql-toolbar .ql-formats:first-child { margin-right: 0; } @@ -24005,30 +25066,24 @@ body.compose .bp-messages-content { line-height: 1.5; font-weight: 500; } - .bp-single-message-content .bp-user-link > strong { font-weight: 500; } - .bp-single-message-content .message-metadata { line-height: 1; margin-bottom: 3px; } - .bp-single-message-content .bb-activity-media-wrap .bb-item-cover-wrap { border: 1px solid var(--bb-content-border-color); border-radius: var(--bb-block-radius-inner); background-color: var(--bb-content-alternate-background-color); } - .bb-template-v2 .bp-single-message-content .bb-activity-media-wrap .bb-item-cover-wrap { border: 0; } - .bp-single-message-content .bb-activity-media-wrap.bb-media-length-1 .bb-activity-media-elem { min-width: auto !important; } - .bp-single-message-content .bb-activity-media-wrap.bb-media-length-1 .bb-item-cover-wrap { display: -webkit-box; display: -ms-flexbox; @@ -24043,7 +25098,6 @@ body.compose .bp-messages-content { min-width: 65px; min-height: 65px; } - .bp-single-message-content .bb-activity-media-wrap.bb-media-length-1 .bb-item-cover-wrap img { position: static; height: auto; @@ -24053,71 +25107,57 @@ body.compose .bp-messages-content { min-width: auto; min-height: auto; } - .bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity { max-width: 400px; } - .bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .entry-img > i { margin-top: 5px; line-height: 1.5; } - .bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap { color: var(--bb-headings-color); } - .bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-title, .bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-helper-text, .bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-extension-description, .bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-description { line-height: 1.5; } - .bp-single-message-content .bb-activity-video-wrap.bb-video-length-1 .bb-activity-video-elem { min-width: auto; width: 100%; max-width: 400px; } - .bp-single-message-content .bb-activity-video-wrap.bb-video-length-1 .bb-activity-video-elem .video-js .vjs-control-bar button { width: 3em; } - .bp-single-message-content .bb-activity-video-wrap.bb-video-length-1 .bb-activity-video-elem .video-js .vjs-control-bar .vjs-time-divider { min-width: 1em; } - .bp-single-message-content .bb-activity-video-wrap.bb-video-length-1 .bb-activity-video-elem .video-js .vjs-control-bar .vjs-progress-control .vjs-progress-holder { margin: 3px 10px 0; } - .bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem.video-activity .video-description-wrap .entry-img > i { margin-top: 5px; } - .bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem.video-activity .video-description-wrap .video-detail-wrap .video-title, .bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem.video-activity .video-description-wrap .video-detail-wrap .video-helper-text, .bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem.video-activity .video-description-wrap .video-detail-wrap .video-extension-description, .bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem.video-activity .video-description-wrap .video-detail-wrap .video-description { line-height: 1.5; } - .bp-single-message-content .bb-activity-media-wrap, .bp-single-message-content .bb-activity-video-wrap { max-width: 600px; } - .bp-single-message-content .bb-activity-media-elem { padding: 5px; min-width: 25%; } - .bp-single-message-content .bb-activity-media-elem .bb-item-cover-wrap { padding-top: 75%; } @media screen and (max-width: 590px) { - .bp-single-message-content .bb-activity-media-elem { min-width: 33.3333% !important; -webkit-box-flex: initial !important; @@ -24126,31 +25166,25 @@ body.compose .bp-messages-content { } } @media screen and (max-width: 435px) { - .bp-single-message-content .bb-activity-media-elem { max-width: initial !important; min-width: 50% !important; } - .bp-single-message-content .bb-activity-media-elem .bb-item-cover-wrap { padding-top: 100%; } - .bp-single-message-content .bb-activity-media-wrap.bb-media-length-1 .bb-activity-media-elem { max-width: 100% !important; } } - .bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem { padding: 5px; min-width: 33.3333%; } - .bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem .bb-item-cover-wrap { padding-top: 66.6666%; } @media screen and (max-width: 590px) { - .bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem { min-width: 50%; max-width: 50%; @@ -24160,31 +25194,26 @@ body.compose .bp-messages-content { } } @media screen and (max-width: 435px) { - .bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem { min-width: 100%; max-width: 100%; } } - .bp-single-message-content .bb-video-wrapper { max-width: 400px; } - .bp-single-message-content .fluid-width-video-wrapper { width: 100%; max-width: 400px; height: auto; margin: 10px 0 0; } - .bp-single-message-content p > iframe { max-width: 400px; width: 100%; height: auto; min-height: 200px; } - .bp-single-message-content .activity-attached-gif-container { display: inline-block; height: auto; @@ -24192,11 +25221,9 @@ body.compose .bp-messages-content { max-width: 360px; max-height: 360px; } - .bp-single-message-content .activity-attached-gif-container .gif-image-container { margin: 15px 0 0; } - .bp-single-message-content .activity-attached-gif-container .gif-player { display: -webkit-box; display: -ms-flexbox; @@ -24208,7 +25235,6 @@ body.compose .bp-messages-content { min-width: 65px; min-height: 65px; } - .bp-single-message-content .activity-attached-gif-container .gif-player video { height: auto; max-width: 360px; @@ -24218,18 +25244,15 @@ body.compose .bp-messages-content { border-radius: var(--bb-block-radius-inner); background-color: var(--bb-content-alternate-background-color); } - .bb-template-v2 .bp-single-message-content .activity-attached-gif-container .gif-player video { border: 0; } - .bp-single-message-content img.emoji, .bp-single-message-content img.emojioneemoji { margin: 1px 3px; width: 18px !important; height: 18px !important; } - .bp-single-message-content blockquote { margin-top: 0; } @@ -24241,35 +25264,28 @@ ul#bp-message-thread-list .bp-message-content-wrap { overflow: initial; word-wrap: break-word; } - ul#bp-message-thread-list .bp-message-content-wrap p { margin-bottom: 5px; min-height: 0.1px; } - ul#bp-message-thread-list .bp-message-content-wrap p.joined { position: relative; } - ul#bp-message-thread-list .bp-message-content-wrap p.joined strong { font-weight: 500; color: var(--bb-alternate-text-color); } - ul#bp-message-thread-list .bp-message-content-wrap p.joined strong.bp-tooltip { display: inline-block; } @media screen and (max-width: 768px) { - ul#bp-message-thread-list .bp-message-content-wrap p.joined strong.bp-tooltip { position: static; } - - ul#bp-message-thread-list .bp-message-content-wrap p.joined strong.bp-tooltip::before { + ul#bp-message-thread-list .bp-message-content-wrap p.joined strong.bp-tooltip:before { display: none; } - - ul#bp-message-thread-list .bp-message-content-wrap p.joined strong.bp-tooltip::after { + ul#bp-message-thread-list .bp-message-content-wrap p.joined strong.bp-tooltip:after { width: 180px; width: -webkit-max-content; width: -moz-max-content; @@ -24278,38 +25294,31 @@ ul#bp-message-thread-list .bp-message-content-wrap p.joined strong.bp-tooltip { white-space: break-spaces; } } - ul#bp-message-thread-list .bp-message-content-wrap li > ol, ul#bp-message-thread-list .bp-message-content-wrap li > ul { margin-bottom: 0; } - ul#bp-message-thread-list .bp-message-content-wrap ul, ul#bp-message-thread-list .bp-message-content-wrap ol { margin-bottom: 15px; margin-right: 16px; } - ul#bp-message-thread-list .bp-message-content-wrap li { background: transparent; margin: 5px 0; padding: 0; list-style-type: disc; } - ul#bp-message-thread-list .bp-message-content-wrap li p { margin-bottom: 0; } - ul#bp-message-thread-list .bp-message-content-wrap ol li { list-style-type: decimal; } - ul#bp-message-thread-list .bp-message-content-wrap pre { width: -webkit-calc(100% + 12px); width: calc(100% + 12px); } - ul#bp-message-thread-list .bp-message-content-wrap blockquote { padding: 12px; font-size: 22px; @@ -24323,17 +25332,15 @@ ul#bp-message-thread-list .bp-message-content-wrap blockquote { border: 1px solid var(--bb-content-border-color); border-radius: 4px; } - ul#bp-message-thread-list .bp-message-content-wrap blockquote p { font-size: 20px; margin-bottom: 0; } - -ul#bp-message-thread-list .bp-message-content-wrap blockquote::before { +ul#bp-message-thread-list .bp-message-content-wrap blockquote:before { content: "\ef02"; font-family: bb-icons; font-style: normal; - font-weight: 400; + font-weight: normal; display: inline-block; text-align: center; font-variant: normal; @@ -24352,27 +25359,20 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap pre border: 1px solid #f8e8ac; background: #fff; } - ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blockquote { width: auto; border: 1px solid #f8e8ac; background: #fffef7; } - -ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blockquote::before { +ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blockquote:before { color: #f8e8ac; border: 1px solid #f8e8ac; background: #fff; } -.messages .bp-single-vert-nav .item-body { - padding: 0; -} - .bb-template-v2.messages .bp-single-vert-nav .bb-profile-grid { margin: 0; } - .bb-template-v2.messages .bp-single-vert-nav #item-body { margin-right: 0; } @@ -24381,7 +25381,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo #whats-new-formatting-toolbar a .bb-icon { color: rgba(var(--bb-headings-color-rgb), 0.4); } - #whats-new-messages-toolbar a:hover .bb-icon, #whats-new-formatting-toolbar a:hover .bb-icon { color: var(--bb-headings-color); @@ -24390,14 +25389,12 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo #whats-new-messages-toolbar .medium-editor-placeholder { background-color: transparent; } - #whats-new-messages-toolbar .gif-media-search-dropdown.open { margin: 0 -20px 10px 0; top: auto; bottom: 100%; } - -#whats-new-messages-toolbar .gif-media-search-dropdown::before { +#whats-new-messages-toolbar .gif-media-search-dropdown:before { right: 38px; top: auto; bottom: -11px; @@ -24405,7 +25402,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo -ms-transform: rotate(-135deg); transform: rotate(-135deg); } - #whats-new-messages-toolbar .gif-search-content { display: -webkit-box; display: -ms-flexbox; @@ -24413,66 +25409,51 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo -ms-flex-flow: column; flex-flow: column; } - #whats-new-messages-toolbar .gif-search-content .gif-search-results-list { margin: 0; } - #whats-new-messages-toolbar .messages-attached-gif-container { margin-bottom: 0; } - #whats-new-messages-toolbar .messages-attached-gif-container .gif-search-query .search-query-input { background-color: transparent; border: 0; } @media screen and (max-width: 1080px) { - #whats-new-messages-toolbar .gif-media-search-dropdown.open { z-index: 999; } - #whats-new-messages-toolbar .gif-media-search-dropdown.open .gif-search-results { max-height: 280px; } - #whats-new-messages-toolbar .post-gif:first-child .gif-media-search-dropdown.open { right: -10px; } - - #whats-new-messages-toolbar .post-gif:first-child .gif-media-search-dropdown.open::before { + #whats-new-messages-toolbar .post-gif:first-child .gif-media-search-dropdown.open:before { right: 50px; } - #whats-new-messages-toolbar .post-gif:nth-child(2) .gif-media-search-dropdown.open { right: -44px; } - - #whats-new-messages-toolbar .post-gif:nth-child(2) .gif-media-search-dropdown.open::before { + #whats-new-messages-toolbar .post-gif:nth-child(2) .gif-media-search-dropdown.open:before { right: 84px; } - #whats-new-messages-toolbar .post-gif:nth-child(3) .gif-media-search-dropdown.open { right: -78px; } - - #whats-new-messages-toolbar .post-gif:nth-child(3) .gif-media-search-dropdown.open::before { + #whats-new-messages-toolbar .post-gif:nth-child(3) .gif-media-search-dropdown.open:before { right: 118px; } - #whats-new-messages-toolbar .post-gif:nth-child(4) .gif-media-search-dropdown.open { right: -112px; } - - #whats-new-messages-toolbar .post-gif:nth-child(4) .gif-media-search-dropdown.open::before { + #whats-new-messages-toolbar .post-gif:nth-child(4) .gif-media-search-dropdown.open:before { right: 152px; } - #whats-new-messages-toolbar .post-gif:nth-child(5) .gif-media-search-dropdown.open { right: -146px; } - - #whats-new-messages-toolbar .post-gif:nth-child(5) .gif-media-search-dropdown.open::before { + #whats-new-messages-toolbar .post-gif:nth-child(5) .gif-media-search-dropdown.open:before { right: 186px; } } @@ -24480,14 +25461,12 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo #whats-new-formatting-toolbar .emojionearea { background-color: transparent; } - #whats-new-formatting-toolbar .emojionearea .emojionearea-picker .emojionearea-search > input { outline: none; width: 100%; min-width: 100%; height: 30px; } - #whats-new-formatting-toolbar .emojionearea .emojionearea-picker { top: auto; bottom: 40px; @@ -24495,8 +25474,7 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo right: inherit; margin-left: -25px; } - -#whats-new-formatting-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { +#whats-new-formatting-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { bottom: -10px; top: auto; -webkit-transform: rotate(-180deg); @@ -24505,12 +25483,10 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo right: inherit; left: 5px; } - -.bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { +.bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { display: none; } @media screen and (max-width: 1080px) { - #whats-new-formatting-toolbar .post-emoji .emojionearea .emojionearea-picker { z-index: 999; } @@ -24519,19 +25495,16 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo .bp-back-to-thread-list { margin-right: -5px; } - .bp-back-to-thread-list [class*="bb-icon"] { font-size: 24px; color: var(--bb-headings-color); } @media screen and (min-width: 1081px) { - #message-threads .current > a { background: var(--bb-content-alternate-background-color); border-color: var(--bb-primary-color); } - .bb-template-v2 #message-threads .current > a { /* stylelint-disable max-line-length */ background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), var(--bb-primary-color); @@ -24539,12 +25512,10 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo /* stylelint-enable */ } } - .message-thread-options:hover ~ .bp-message-link { background: var(--bb-content-alternate-background-color); border-color: var(--bb-primary-color); } - .bb-template-v2 .message-thread-options .current:hover + .bp-message-link { /* stylelint-disable max-line-length */ background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), var(--bb-primary-color); @@ -24555,12 +25526,10 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo .bb-template-v2 #message-threads .message-thread-options { left: 30px; } - .bb-template-v2 #message-threads .message-thread-options.loading .bb_more_options_action:hover { background-color: transparent; } - -.bb-template-v2 #message-threads .message-thread-options.loading .bb_more_options_action > i::before { +.bb-template-v2 #message-threads .message-thread-options.loading .bb_more_options_action > i:before { content: ""; display: inline-block; box-sizing: border-box; @@ -24570,7 +25539,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo border: 2px solid rgba(var(--bb-alternate-text-color-rgb), 0.2); border-top-color: var(--bb-alternate-text-color); } - .bb-template-v2 #message-threads .message-thread-options .bb_more_options_action:hover, .bb-template-v2 #message-threads .optionsOpen .message-thread-options .bb_more_options_action { background-color: var(--bb-content-background-color); @@ -24580,7 +25548,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo .bp-single-message-wrap .bb-messages-group-notices { color: var(--bb-alternate-text-color); } - .bp-single-message-wrap .bb-messages-group-notices .bp-tooltip { color: var(--bb-alternate-text-color); } @@ -24591,7 +25558,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo margin: 0 -2px; position: relative; } - .header-aside .thread-multiple-avatar img { border: 2px solid #fff; max-width: 28px; @@ -24599,18 +25565,15 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo right: 0; top: 0; } - .header-aside .thread-multiple-avatar img + img { top: auto; left: 0; bottom: 0; right: auto; } - .header-aside li:hover .thread-multiple-avatar img { border-color: #f5f5f5; } - .header-aside .unread .thread-multiple-avatar img { border-color: #f7fafe; } @@ -24620,23 +25583,19 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo -ms-flex: 0 0 36px; flex: 0 0 36px; } - .messages-wrap .notification-dropdown .notification-list { max-width: 400px; } - .messages-wrap .notification-dropdown .notification-list li .notification-content { width: 100%; overflow: hidden; } - .messages-wrap .notification-dropdown .notification-list li .notification-content .notification-users { width: -webkit-calc(100% - 50px); width: calc(100% - 50px); display: block; white-space: nowrap; } - .messages-wrap .notification-dropdown .notification-list li .notification-content .notification-users > a { display: block; text-overflow: ellipsis; @@ -24655,7 +25614,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo margin: 0; padding: 10px; } - .bb-template-v1 #message-form-submit-wrapper, .bb-template-v1 #message-reply-form-submit-wrapper { border-top: 1px solid var(--bb-content-border-color); @@ -24666,9 +25624,8 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo background-color: var(--bb-primary-color); border-radius: var(--bb-button-radius); } - -#message-new-submit::before, -#message-reply-new-submit::before { +#message-new-submit:before, +#message-reply-new-submit:before { color: var(--bb-primary-button-text-regular); } @@ -24678,7 +25635,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo } @media screen and (min-width: 46.8em) { - .bp-single-vert-nav .subnav { background: transparent; } @@ -24694,7 +25650,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo } } @media screen and (min-width: 55em) { - .buddypress-wrap form.bp-dir-search-form, .buddypress-wrap form.bp-invites-search-form, .buddypress-wrap form.bp-messages-search-form { @@ -24702,13 +25657,11 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo } } @media screen and (min-width: 1081px) { - .bp-messages-nav-panel { border-left: 1px solid var(--bb-content-border-color); } } @media screen and (max-width: 1080px) { - .messages-wrapper { margin-bottom: 20px; } @@ -24723,13 +25676,11 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo -ms-flex-order: 1; order: 1; } - .message-thread-header .thread-avatar { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } - .message-thread-header .thread-participants { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; @@ -24739,12 +25690,10 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo } } @media screen and (max-width: 800px) { - .messages-screen > .flex { -ms-flex-wrap: wrap; flex-wrap: wrap; } - .messages-screen > .flex .bp-messages-content { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -24753,7 +25702,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo } } @media screen and (max-width: 680px) { - .messages-wrapper #subnav { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -24790,18 +25738,15 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo } } @media screen and (min-width: 46.8em) { - .bp-messages-user-threads { max-height: 66vh; } } @media screen and (max-width: 560px) { - .bp-messages-content #bp-message-content #message-reply-form-submit-wrapper #whats-new-messages-toolbar .media-off, .bp-messages-content #bp-message-content #message-form-submit-wrapper #whats-new-messages-toolbar .media-off { height: 27px; } - .bp-messages-content #bp-message-content #message-reply-form-submit-wrapper #message-new-submit, .bp-messages-content #bp-message-content #message-reply-form-submit-wrapper #message-reply-new-submit, .bp-messages-content #bp-message-content #message-form-submit-wrapper #message-new-submit, @@ -24811,57 +25756,44 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo } } @media screen and (max-width: 430px) { - .bp-messages-content #bp-message-content #whats-new-messages-toolbar { padding: 1px 0 0 15px; } - .bp-messages-content #bp-message-content #whats-new-messages-toolbar [class*=" bb-icon-"] { font-size: 20px; } - .bp-messages-content #bp-message-content #whats-new-messages-toolbar .post-elements-buttons-item { margin-left: 8px; } - .bp-messages-content #bp-message-content .medium-editor-toolbar.active { height: 35px; } - .bp-messages-content #bp-message-content .medium-editor-toolbar.active .medium-editor-toolbar-input { height: 35px; } - .bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-actions button { min-width: 20px; } - .bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-actions button.medium-editor-button-first { padding-right: 0 !important; padding-left: 0; } - .bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-actions .medium-editor-button-last { padding-left: 0 !important; } - - .bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-actions b::before { + .bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-actions b:before { font-size: 18px; } - .bp-messages-content #bp-message-content #whats-new-formatting-toolbar { margin: 1px 0 0 5px; } - .bp-messages-content #bp-message-content #whats-new-formatting-toolbar [class*=" bb-icon-"] { font-size: 20px; } - .bp-messages-content #bp-message-content #whats-new-formatting-toolbar .post-elements-buttons-item { margin-left: 8px; } - - .bp-messages-content #bp-message-content #whats-new-formatting-toolbar .emojionearea .emojionearea-button::before { + .bp-messages-content #bp-message-content #whats-new-formatting-toolbar .emojionearea .emojionearea-button:before { font-size: 20px; line-height: 1.4; } @@ -24869,13 +25801,11 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo #whats-new-formatting-toolbar .emojionearea .emojionearea-picker { margin-left: -75px; } - - #whats-new-formatting-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { + #whats-new-formatting-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { left: 55px; } } @media screen and (max-width: 374px) { - #message-form-submit-wrapper, #message-reply-form-submit-wrapper { -ms-flex-wrap: wrap; @@ -24888,34 +25818,27 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo min-width: calc(100% - 50px); min-height: 20px; } - .bp-messages-content #bp-message-content #whats-new-messages-toolbar .post-elements-buttons-item { margin-left: 6px; } - .bp-messages-content #bp-message-content #whats-new-messages-toolbar .medium-editor-toolbar-actions .medium-editor-action b { width: 22px; } - .bp-messages-content #bp-message-content #whats-new-messages-toolbar [class*=" bb-icon-"] { font-size: 20px; } - .bp-messages-content #bp-message-content #whats-new-formatting-toolbar { margin: 0; } - .bp-messages-content #bp-message-content #whats-new-formatting-toolbar .post-elements-buttons-item:last-child { margin-left: 0; } - .bp-messages-content #bp-message-content #message-form-submit-wrapper #message-new-submit, .bp-messages-content #bp-message-content #message-reply-form-submit-wrapper #message-reply-new-submit { margin: 10px auto 5px; width: auto; padding: 0 15px; } - .bp-messages-content #bp-message-content #message-new-submit #bp-messages-send, .bp-messages-content #bp-message-content #message-reply-new-submit #send_reply_button { position: static; @@ -24930,7 +25853,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo font-size: 11px; text-align: center; } - .bp-messages-content .bp-message-content_foot_note .space_note { margin-left: 10px; } @@ -24938,40 +25860,33 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo #whats-new-formatting-toolbar .emojionearea .emojionearea-picker { margin-left: -60px; } - - #whats-new-formatting-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { + #whats-new-formatting-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { left: 40px; } } - #buddypress .notifications-header { -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 14px; } - #buddypress .notifications-header .entry-title { margin: 0; } - #buddypress .notifications-header .subnav-filters { margin: 0; } - #buddypress .notifications-header #subnav { border: 0; } - #buddypress .notifications-header .bp-navs { margin: 0; width: auto; } - #buddypress .notifications-header .bp-navs li { margin-bottom: 0; + float: right; } - #buddypress .notifications-header .bp-navs li:last-child { padding: 0; } @@ -24981,7 +25896,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo } @media screen and (max-width: 544px) { - .notifications-options-nav > .select-wrap { width: 100%; } @@ -24990,7 +25904,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo margin-right: 10px; } } - #notifications-bulk-management #notification-select { background-position: left 0.6rem center; border: 0; @@ -25005,18 +25918,14 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo padding: 0; margin-bottom: 30px; } - .bs-member-notifications .title.title { font-size: 1.75rem; } - .bs-member-notifications .notification-header a { font-size: 0.875rem; } - .bs-member-notifications .notification-header .settings { font-size: 1.375rem; - /* opacity: 0.4; */ color: #9ca8b4; min-width: 22px; @@ -25024,12 +25933,11 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo margin-right: 20px; } -.notification-wrap.menu-item-has-children > a::after { +.notification-wrap.menu-item-has-children > a:after { bottom: -4px; right: 0; } - -.notification-wrap.menu-item-has-children > a::before { +.notification-wrap.menu-item-has-children > a:before { content: ""; display: block; position: absolute; @@ -25046,8 +25954,7 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo opacity: 0; visibility: hidden; } - -.notification-wrap.menu-item-has-children.selected > a::before { +.notification-wrap.menu-item-has-children.selected > a:before { opacity: 1; visibility: visible; z-index: 1002; @@ -25061,7 +25968,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo border-radius: 100%; color: rgba(var(--bb-primary-color), 0.5); } - .circle-mark.read { background: var(--bb-primary-color); } @@ -25069,8 +25975,7 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo .notification-list .unread { position: relative; } - -.notification-list .unread::before { +.notification-list .unread:before { background-color: var(--bb-primary-color); border-radius: 50%; content: ""; @@ -25084,15 +25989,12 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo transform: translateX(50%); width: 10px; } - .notification-list .unread:hover { background: var(--bb-content-alternate-background-color); } - -.notification-list .unread:hover::before { +.notification-list .unread:hover:before { display: none; } - .notification-list .unread:hover .actions:hover .mark-read { color: #122b46; } @@ -25100,7 +26002,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo .bs-item-list.notification-list .bs-item-wrap.read-item { background: var(--bb-content-alternate-background-color); } - .bs-item-list.notification-list .bs-item-wrap:not(.no-hover-effect):hover { border-right-color: transparent; border-left-color: transparent; @@ -25113,7 +26014,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo .notification-list { margin-right: 0; } - .site-header .notification-list { min-width: 400px; max-height: 52vh; @@ -25122,7 +26022,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo margin-bottom: 0; overflow-x: hidden; } - .site-header .notification-list .read-item .notification-avatar a > i { -webkit-box-align: center; -ms-flex-align: center; @@ -25145,23 +26044,19 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo left: -5px; width: 19px; } - .site-header .notification-list .read-item .notification-avatar a > i.bb-icon-calendar { font-size: 17px; } @media (max-width: 543px) { - .site-header .notification-list { min-width: 330px; } } @media (max-width: 380px) { - .site-header .notification-list { min-width: 280px; } } - .notification-list li { display: -webkit-box; display: -ms-flexbox; @@ -25173,16 +26068,13 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo border-bottom: 1px solid var(--bb-content-border-color); position: relative; } - .notification-list li.bs-item-wrap:hover { background-color: transparent; } - .notification-list li:hover { background: var(--bb-content-alternate-background-color); } @media (min-width: 1025px) { - .notification-list li:hover .actions { opacity: 1; visibility: visible; @@ -25190,7 +26082,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo transition: 0.2s all; } } - .notification-list .actions { display: -webkit-box; display: -ms-flexbox; @@ -25204,32 +26095,27 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo position: relative; } @media (min-width: 1025px) { - .notification-list .actions { opacity: 0; visibility: hidden; } } - .notification-list .actions a { display: inline-block; padding: 0; font-size: 24px; margin-right: 4px; } - .notification-list .bs-item-wrap { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } - .notification-list .delete-notification { color: var(--bb-headings-color); opacity: 0.4; margin-right: 10px; } - .notification-list .delete-notification:hover { color: var(--bb-primary-color); opacity: 1; @@ -25238,7 +26124,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo .menu-item-has-children .notification-list li:last-child { margin-bottom: -1px; } - .menu-item-has-children .notification-list .bs-item-wrap:last-child { border-bottom: 0; margin-bottom: 0; @@ -25258,7 +26143,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo padding: 15px; border-bottom: 1px solid var(--bb-content-border-color); } - .notification-header a { display: block; font-size: 13px; @@ -25269,40 +26153,32 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo margin: 0 22px 0 0; padding: 0; } - .notification-header a:hover { background: transparent; } - .notification-header a.mark-all-read { margin-right: auto; } - .notification-header .settings { color: inherit; } - .notification-header .settings i { margin-right: -7px; } - .notification-header .title { font-size: 1.125rem; line-height: 1; margin: 0; } - .notification-header .title + a { margin-right: auto; } - .notification-header .mark-read-all { font-size: 0.875rem; font-weight: 500; color: var(--bb-primary-color); cursor: pointer; } - .notification-header .mark-read-all:hover { color: var(--bb-primary-color); } @@ -25311,7 +26187,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo margin-left: 10px; position: relative; } - .notification-avatar img { display: block; max-width: 36px; @@ -25329,27 +26204,22 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo line-height: 1.3; position: relative; } - .notification-content a { color: var(--bb-headings-color); } - .notification-content a:hover { background: transparent; } - .notification-content a span { color: var(--bb-primary-color); display: inline-block; } - .notification-content .typing-indicator, .notification-content .posted { display: block; font-size: 0.8125rem; margin-top: 3px; line-height: 19px; } - [dir="rtl"] .notification-content .typing-indicator, [dir="rtl"] .notification-content .posted { direction: ltr; @@ -25358,11 +26228,9 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo .bs-item-wrap .notification-content { font-size: 0.875rem; } - .bs-item-wrap span.posted { font-size: 14px; } - .bs-item-wrap .notification-avatar { margin-left: 20px; } @@ -25378,7 +26246,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo width: 100%; border-top: 1px solid var(--bb-content-border-color); } - .notification-footer .delete-all { font-size: 0.875rem; font-weight: 500; @@ -25395,7 +26262,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo -ms-flex-pack: center; justify-content: center; } - .notification-footer .bb-icon-angle-right { color: inherit; margin-right: 0; @@ -25405,7 +26271,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo .bb-full-link { font-size: 0; } - .bb-full-link > a { cursor: pointer; font-size: 0; @@ -25417,41 +26282,35 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo opacity: 0; } -#header-messages-dropdown-elem .notification-link.active i::after { +#header-messages-dropdown-elem .notification-link.active i:after { left: 0; } - #header-messages-dropdown-elem .notification-users a { font-weight: 500; } - #header-messages-dropdown-elem .notification-list li { padding: 15px 15px 15px 40px; } - -#header-messages-dropdown-elem .notification-list li.unread::before { +#header-messages-dropdown-elem .notification-list li.unread:before { display: block; } -body.settings .bp-vertical-navs #item-body, -body.messages .bp-vertical-navs #item-body, -body.notifications .bp-vertical-navs #item-body { +body.settings:not(body.messages) .bp-vertical-navs #item-body, +body.messages:not(body.messages) .bp-vertical-navs #item-body, +body.notifications:not(body.messages) .bp-vertical-navs #item-body { margin: 0; padding: 0; } - -body.settings .bp-vertical-navs #subnav, -body.messages .bp-vertical-navs #subnav, -body.notifications .bp-vertical-navs #subnav { +body.settings:not(body.messages) .bp-vertical-navs #subnav, +body.messages:not(body.messages) .bp-vertical-navs #subnav, +body.notifications:not(body.messages) .bp-vertical-navs #subnav { margin: 0; } - body.settings #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap, body.messages #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap, body.notifications #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap { margin-top: 0; } - body.settings.bb-template-v1 .bp-vertical-navs #item-body, body.messages.bb-template-v1 .bp-vertical-navs #item-body, body.notifications.bb-template-v1 .bp-vertical-navs #item-body { @@ -25459,24 +26318,40 @@ body.notifications.bb-template-v1 .bp-vertical-navs #item-body { } @media screen and (max-width: 1050px) { - body.settings .bp-vertical-navs #subnav.bb-subnav-private { margin-bottom: 15px; } } - body.messages.bb-template-v1 .bp-vertical-navs #item-body { padding: 20px; } +@media (min-width: 800px) and (max-width: 992px) { + .buddypanel-open #buddypress .notifications-header { + -ms-flex-flow: row wrap; + flex-flow: row wrap; + } + .buddypanel-open #buddypress .notifications-header .subnav-filters { + margin-top: 20px; + width: 100%; + } + .buddypanel-open .notifications-header .subnav-search, + .buddypanel-open .notifications-header .notifications-search { + width: 100%; + } + .buddypanel-open #buddypress .notifications-header .bp-navs li:last-child { + padding-left: 0; + } + .buddypanel-open .notifications-header .subnav-filters { + float: left; + } +} @media (min-width: 544px) { - #notifications-filter-select .select-wrap { margin: 0 30px 0 0; } } @media (max-width: 543px) { - .bs-member-notifications .bs-item-list.list-view .bs-item-wrap { -webkit-box-align: start; -ms-flex-align: start; @@ -25514,7 +26389,8 @@ body.messages.bb-template-v1 .bp-vertical-navs #item-body { .bs-member-notifications .notification-header .settings { margin-right: auto; } - +} +@media screen and (max-width: 800px) { #buddypress .notifications-header { -ms-flex-flow: row wrap; flex-flow: row wrap; @@ -25540,22 +26416,18 @@ body.messages.bb-template-v1 .bp-vertical-navs #item-body { } } @media screen and (max-width: 440px) { - .bb-sort-by-date { margin-top: 10px; width: 100%; } } - body.bp-user.profile:not(.public) #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap { margin-top: 0; } - body.bp-user.profile:not(.public) .bp-wrap { background: transparent; border: 0; } - body.bp-user.profile:not(.public) .bp-vertical-navs #item-body { margin: 0; padding: 0; @@ -25569,7 +26441,6 @@ body.bp-user.profile:not(.public) .bp-vertical-navs #item-body { margin: 0; } @media screen and (max-width: 748px) { - .bp-vertical-navs .bb-profile-grid { margin-right: -10px; margin-left: -10px; @@ -25593,7 +26464,6 @@ header.profile-header { margin: 0 0 30px; padding: 20px 0; } - .profile-loop-header .entry-title.bb-profile-title { margin: 0; font-family: inherit; @@ -25601,7 +26471,6 @@ header.profile-header { line-height: 1.8; } @media (max-width: 375px) { - #buddypress .bp-profile-content .profile-loop-header .button { padding: 6px 14px; } @@ -25619,22 +26488,18 @@ header.profile-header { margin-bottom: 30px; } @media screen and (max-width: 1050px) { - .bp-profile-wrapper { border: 0; background-color: transparent; } } - .bp-profile-wrapper.need-separator { background-color: transparent; border-color: transparent; } - .bp-profile-wrapper.need-separator .bp-profile-content { padding: 0; } - .bp-profile-wrapper.need-separator .group-separator-block { background: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); @@ -25642,37 +26507,29 @@ header.profile-header { margin-bottom: 30px; padding: 0 30px; } - .bp-profile-wrapper.need-separator table.profile-fields td.data > p { margin: 0 0 10px; } - .bp-profile-wrapper.need-separator header.profile-header { margin-bottom: 20px; } - .bp-profile-wrapper.need-separator .bp-widget { margin-bottom: 5px; } - .bp-profile-wrapper.need-separator .repeater-separator { display: none; } - .bp-profile-wrapper table.profile-fields { box-shadow: none; border-radius: 0; border: 0; } - .bp-profile-wrapper .bp-tables-user tbody tr:nth-child(odd) { background: transparent; } - .bp-profile-wrapper .bp-widget:not(:last-child) { margin-bottom: 30px; } - .bp-profile-wrapper #public-personal-li { display: none; } @@ -25682,11 +26539,9 @@ header.profile-header { border: 0; border-radius: 0; } - .bb-user-nav-display-wrap .bp-profile-content { padding: 0; } - .bb-user-nav-display-wrap header.profile-header { padding-top: 0; padding-bottom: 20px; @@ -25704,16 +26559,13 @@ header.profile-header { margin: 0; padding: 30px 0; } - #page #buddypress #item-body .bp-profile-wrapper #subnav .subnav { float: none; } - #page #buddypress #item-body .bp-profile-wrapper #subnav li { float: none; padding: 0; } - #page #buddypress #item-body .bp-profile-wrapper #subnav a { border: 0; font-size: 14px; @@ -25729,10 +26581,9 @@ header.profile-header { line-height: 1; margin-bottom: 1px; } - -#page #buddypress #item-body .bp-profile-wrapper #subnav a::before { +#page #buddypress #item-body .bp-profile-wrapper #subnav a:before { content: "\ee6e"; - font: 400 normal normal 14px/1 bb-icons; + font: normal normal normal 14px/1 bb-icons; speak: none; display: inline-block; font-size: 22px; @@ -25742,30 +26593,25 @@ header.profile-header { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - #page #buddypress #item-body .bp-profile-wrapper #subnav a:hover { background: var(--bb-content-alternate-background-color); color: var(--bb-primary-color); } - -#page #buddypress #item-body .bp-profile-wrapper #subnav #edit::before { +#page #buddypress #item-body .bp-profile-wrapper #subnav #edit:before { content: "\ee5a"; font-family: bb-icons; font-size: 18px; min-width: 22px; text-align: center; } - -#page #buddypress #item-body .bp-profile-wrapper #subnav #change-avatar::before { +#page #buddypress #item-body .bp-profile-wrapper #subnav #change-avatar:before { content: "\ed91"; font-family: bb-icons; } - -#page #buddypress #item-body .bp-profile-wrapper #subnav #change-cover-image::before { +#page #buddypress #item-body .bp-profile-wrapper #subnav #change-cover-image:before { content: "\eeb4"; font-family: bb-icons; } - #page #buddypress #item-body .bp-profile-wrapper #subnav .selected a { background: var(--bb-content-background-color); color: var(--bb-headings-color); @@ -25774,18 +26620,15 @@ header.profile-header { border-bottom: 1px solid var(--bb-content-border-color); } @media screen and (max-width: 900px) { - #page #buddypress #item-body .bp-profile-wrapper #subnav .selected a { border-top: none; border-bottom: none; } } - #page #buddypress #item-body .bp-profile-wrapper #subnav .selected { position: relative; } - -#page #buddypress #item-body .bp-profile-wrapper #subnav .selected::after { +#page #buddypress #item-body .bp-profile-wrapper #subnav .selected:after { content: ""; background: var(--bb-content-background-color); width: 4px; @@ -25797,8 +26640,7 @@ header.profile-header { top: 1px; } @media screen and (max-width: 900px) { - - #page #buddypress #item-body .bp-profile-wrapper #subnav .selected::after { + #page #buddypress #item-body .bp-profile-wrapper #subnav .selected:after { display: none; } } @@ -25811,18 +26653,15 @@ header.profile-header { padding: 0 30px; } @media screen and (max-width: 1050px) { - .bp-navs + .bp-profile-content { border: 1px solid var(--bb-content-border-color); border-radius: var(--bb-block-radius); background-color: var(--bb-content-background-color); } } - .bp-profile-content .profile:not(.public) { padding: 50px; } - .bp-profile-content .profile:not(.public) .screen-heading { font-weight: 500; font-size: 22px; @@ -25834,13 +26673,11 @@ header.profile-header { font-size: 14px; line-height: 1.7; } - .profile.change-avatar .bp-help-text, .profile.change-cover-image .bp-help-text { font-style: normal; padding: 10px 0; } - .profile.change-avatar .warning, .profile.change-cover-image .warning { line-height: 1.6; @@ -25871,7 +26708,6 @@ header.profile-header { line-height: 30px; border-bottom: 1px solid var(--bb-content-border-color); } - .bs-profile-details-wrap .bs-profile-widget-heading { display: -webkit-box; display: -ms-flexbox; @@ -25881,7 +26717,6 @@ header.profile-header { align-items: center; margin-bottom: 20px; } - .bs-profile-details-wrap .bs-profile-widget-heading i { display: none; margin-left: 10px; @@ -25891,11 +26726,9 @@ header.profile-header { text-align: center; font-size: 22px; } - .bs-profile-details-wrap .lg-grid-1-2:nth-child(2n + 1) { border-left: 1px solid var(--bb-content-border-color); } - .bs-profile-details-wrap .bp-widget { margin-bottom: 30px; } @@ -25903,7 +26736,6 @@ header.profile-header { .bs-profile-details-grid .bb-field-group:nth-child(odd) .bp-widget { padding-left: 10px; } - .bs-profile-details-grid .bb-field-group:nth-child(even) .bp-widget { padding-right: 10px; } @@ -25912,7 +26744,7 @@ header.profile-header { #buddypress table.profile-fields tr td.data { padding: 5px 0; font-size: 14px; - font-weight: 400; + font-weight: normal; line-height: inherit; background: none; border: 0; @@ -25946,7 +26778,6 @@ header.profile-header { } .profile.public .bp-widget:not(:last-child) { - /* margin-bottom: 20px; border-bottom: 1px solid $color-border; padding-bottom: 20px; */ @@ -25957,7 +26788,6 @@ header.profile-header { font-style: normal; padding: 10px 5px; } - #item-body > div.profile p.bp-feedback { background: var(--bb-content-alternate-background-color); border: 1px solid var(--bb-content-border-color); @@ -26007,61 +26837,49 @@ div#buddypress #profile-edit-form .datebox-selects label { #buddypress .profile.edit .button-nav a { color: var(--bb-headings-color); } - #buddypress .profile.edit .button-nav a:hover { color: var(--bb-primary-color); } - #buddypress .profile.edit .button-nav .current a { color: var(--bb-headings-color); border-bottom-color: var(--bb-primary-color); } - #buddypress .profile.edit > #profile-edit-form { max-width: 100%; } - #buddypress .profile.edit > #profile-edit-form .editfield { background: transparent; border: 0; margin: 0; padding: 0; } - #buddypress .profile.edit > #profile-edit-form fieldset { padding: 0; } - #buddypress .profile.edit > #profile-edit-form fieldset .editfield legend { font-size: 14px; color: var(--bb-headings-color); } - #buddypress .profile.edit > #profile-edit-form select, #buddypress .profile.edit > #profile-edit-form input[type="number"], #buddypress .profile.edit > #profile-edit-form input[type="email"], #buddypress .profile.edit > #profile-edit-form input[type="text"] { height: 50px; } - #buddypress .profile.edit > #profile-edit-form select[multiple] { min-height: 90px; padding: 5px; } - #buddypress .profile.edit > #profile-edit-form select[multiple] option { padding: 7px; } - #buddypress .profile.edit > #profile-edit-form .editfield { margin: 15px 0; } - #buddypress .profile.edit .button-nav { margin: 30px 0; border-bottom: 1px solid var(--bb-content-border-color); } - #buddypress .profile.edit .button-nav a { background: transparent; padding: 0 0 10px; @@ -26072,18 +26890,15 @@ div#buddypress #profile-edit-form .datebox-selects label { border-radius: 0; box-shadow: none; } - #buddypress .profile.edit .button-nav a:hover { color: var(--bb-headings-color); } - #buddypress .profile.edit .button-nav .current a { background: transparent; border-bottom: 1px solid var(--bb-primary-color); color: var(--bb-headings-color); font-weight: 500; } - #buddypress .profile.edit .visibility-toggle-link { font-size: 13px; background-color: transparent; @@ -26093,18 +26908,15 @@ div#buddypress #profile-edit-form .datebox-selects label { min-height: auto; padding: 0; vertical-align: baseline; - /* border-bottom: 1px dotted; */ border-radius: 0; margin-right: 5px; } - #buddypress .profile.edit .visibility-toggle-link:hover, #buddypress .profile.edit .visibility-toggle-link:focus, #buddypress .profile.edit .visibility-toggle-link:active { background: transparent; color: var(--bb-primary-color); box-shadow: none; } - #buddypress .profile.edit .field-visibility-settings-header { font-size: 12px; } @@ -26122,18 +26934,15 @@ div#buddypress #profile-edit-form .datebox-selects label { margin-bottom: 20px; font-size: 16px; } - #item-body > div.profile .bp-tables-user, #item-body > div.profile table.forum, #item-body > div.profile table.wp-profile-fields { border-radius: 0; box-shadow: none; } - #item-body > div.profile tr:nth-child(odd) { background: transparent; } - #item-body > div.profile h2.screen-heading { border-bottom: 1px solid var(--bb-content-border-color); margin: 0 -20px 20px; @@ -26150,19 +26959,17 @@ a.link-change-profile-image, a.position-change-cover-image { color: var(--bb-content-background-color); } - -a.link-change-cover-image i::before, -a.link-change-profile-image i::before, -a.position-change-cover-image i::before { +a.link-change-cover-image i:before, +a.link-change-profile-image i:before, +a.position-change-cover-image i:before { margin: 0; color: var(--bb-content-background-color); position: relative; z-index: 2; } - -a.link-change-cover-image i::after, -a.link-change-profile-image i::after, -a.position-change-cover-image i::after { +a.link-change-cover-image i:after, +a.link-change-profile-image i:after, +a.position-change-cover-image i:after { position: absolute; right: 4px; top: 4px; @@ -26173,16 +26980,14 @@ a.position-change-cover-image i::after { background-color: var(--bb-headings-color); border-radius: 15px; } - a.link-change-cover-image .bb-icon-edit-thin, a.link-change-profile-image .bb-icon-edit-thin, a.position-change-cover-image .bb-icon-edit-thin { font-size: 24px; } - -a.link-change-cover-image:hover i::after, -a.link-change-profile-image:hover i::after, -a.position-change-cover-image:hover i::after { +a.link-change-cover-image:hover i:after, +a.link-change-profile-image:hover i:after, +a.position-change-cover-image:hover i:after { background-color: var(--bb-primary-color); } @@ -26191,11 +26996,9 @@ a.position-change-cover-image:hover i::after { color: var(--bb-secondary-button-text-regular); border: 1px solid var(--bb-secondary-button-border-regular); } - #buddypress #header-cover-image .header-cover-reposition-wrap > .button:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - #buddypress #header-cover-image .header-cover-reposition-wrap > .button:hover { background-color: var(--bb-secondary-button-background-hover); color: var(--bb-secondary-button-text-hover); @@ -26231,12 +27034,10 @@ a.position-change-cover-image:hover i::after { height: 32px; margin-left: 10px; } - #buddypress #btn_add_repeater_set .dashicons { - font: 400 normal normal 18px/1 bb-icons; + font: normal normal normal 18px/1 bb-icons; } - -#buddypress #btn_add_repeater_set .dashicons::before { +#buddypress #btn_add_repeater_set .dashicons:before { content: "\eef9"; } @@ -26244,20 +27045,16 @@ a.position-change-cover-image:hover i::after { color: var(--bb-alternate-text-color); cursor: pointer; } - #buddypress .repeater_tools a:hover { color: var(--bb-primary-color); } - #buddypress .repeater_tools .dashicons { - font: 400 normal normal 18px/1 bb-icons; + font: normal normal normal 18px/1 bb-icons; } - -#buddypress .repeater_tools .dashicons-edit::before { +#buddypress .repeater_tools .dashicons-edit:before { content: "\ee5a"; } - -#buddypress .repeater_tools .dashicons-trash::before { +#buddypress .repeater_tools .dashicons-trash:before { content: "\ef48"; } @@ -26331,11 +27128,9 @@ body #buddypress .bp-list.invites .action { margin: 0; position: relative; } - .site-content .bp-feedback.bp-sitewide-notice { display: none; } - .bp-feedback.bp-sitewide-notice button { height: auto; width: auto; @@ -26346,11 +27141,9 @@ body #buddypress .bp-list.invites .action { color: var(--bb-body-text-color); margin-right: auto; } - .bp-feedback.bp-sitewide-notice .bp-icon { display: none; } - .bp-feedback.bp-sitewide-notice p { -webkit-box-flex: 1; -ms-flex: 1; @@ -26359,7 +27152,6 @@ body #buddypress .bp-list.invites .action { color: var(--bb-body-text-color); font-size: 14px; } - .bp-feedback.bp-sitewide-notice strong { display: block; margin-bottom: -15px; @@ -26370,7 +27162,6 @@ body #buddypress .bp-list.invites .action { } @media (min-width: 800px) { - #buddypress table.profile-fields tr td.label { width: 25%; } @@ -26380,17 +27171,14 @@ body #buddypress .bp-list.invites .action { } } @media (max-width: 991px) { - .bs-profile-details-grid .bb-field-group:nth-child(odd) .bp-widget { padding-left: 0; } - .bs-profile-details-grid .bb-field-group:nth-child(even) .bp-widget { padding-right: 0; } } @media screen and (max-width: 1050px) { - #page #buddypress #item-body .bp-profile-wrapper #subnav { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -26428,7 +27216,6 @@ body #buddypress .bp-list.invites .action { } } @media screen and (max-width: 520px) { - #buddypress #btn_add_repeater_set { margin-bottom: 15px; } @@ -26437,7 +27224,6 @@ body #buddypress .bp-list.invites .action { margin-bottom: 0; } } - /* Settings */ .bp-settings-container, .bp-invites-container { @@ -26453,13 +27239,11 @@ body #buddypress .bp-list.invites .action { } @media screen and (max-width: 1050px) { - .bp-settings-container { border: 0; background-color: transparent; } } - .bp-invites-container { border: 0; border-radius: var(--bb-block-radius); @@ -26479,13 +27263,11 @@ body #buddypress .bp-list.invites .action { margin: 0; padding: 30px 0; } - .buddypress-wrap .bp-settings-container .bp-navs li, .bp-single-vert-nav .bp-settings-container .bp-navs li { float: none; padding: 0; } - .buddypress-wrap .bp-settings-container .bp-navs a, .bp-single-vert-nav .bp-settings-container .bp-navs a { border: 0; @@ -26502,11 +27284,10 @@ body #buddypress .bp-list.invites .action { line-height: 1; margin-bottom: 1px; } - -.buddypress-wrap .bp-settings-container .bp-navs a::before, -.bp-single-vert-nav .bp-settings-container .bp-navs a::before { +.buddypress-wrap .bp-settings-container .bp-navs a:before, +.bp-single-vert-nav .bp-settings-container .bp-navs a:before { content: "\ee6e"; - font: 400 normal normal 14px/1 bb-icons; + font: normal normal normal 14px/1 bb-icons; speak: none; display: inline-block; font-size: 18px; @@ -26517,69 +27298,60 @@ body #buddypress .bp-list.invites .action { -moz-osx-font-smoothing: grayscale; } @media only screen and (max-width: 768px) { - - .buddypress-wrap .bp-settings-container .bp-navs a::before, - .bp-single-vert-nav .bp-settings-container .bp-navs a::before { + .buddypress-wrap .bp-settings-container .bp-navs a:before, + .bp-single-vert-nav .bp-settings-container .bp-navs a:before { display: none; } } - .buddypress-wrap .bp-settings-container .bp-navs a:hover, .bp-single-vert-nav .bp-settings-container .bp-navs a:hover { background: var(--bb-content-alternate-background-color); color: var(--bb-primary-color); } - -.buddypress-wrap .bp-settings-container .bp-navs #general::before, -.bp-single-vert-nav .bp-settings-container .bp-navs #general::before { +.buddypress-wrap .bp-settings-container .bp-navs #general:before, +.bp-single-vert-nav .bp-settings-container .bp-navs #general:before { content: "\ee27"; } - -.buddypress-wrap .bp-settings-container .bp-navs #notifications::before, -.bp-single-vert-nav .bp-settings-container .bp-navs #notifications::before { +.buddypress-wrap .bp-settings-container .bp-navs #notifications:before, +.bp-single-vert-nav .bp-settings-container .bp-navs #notifications:before { content: "\ee62"; } - -.buddypress-wrap .bp-settings-container .bp-navs #notifications.notification-preferences::before, -.bp-single-vert-nav .bp-settings-container .bp-navs #notifications.notification-preferences::before { +.buddypress-wrap .bp-settings-container .bp-navs #notifications.notification-preferences:before, +.bp-single-vert-nav .bp-settings-container .bp-navs #notifications.notification-preferences:before { content: "\e86d"; } - -.buddypress-wrap .bp-settings-container .bp-navs #profile::before, -.bp-single-vert-nav .bp-settings-container .bp-navs #profile::before { +.buddypress-wrap .bp-settings-container .bp-navs #social.bb-sso-accounts:before, +.bp-single-vert-nav .bp-settings-container .bp-navs #social.bb-sso-accounts:before { + content: "\eec8"; +} +.buddypress-wrap .bp-settings-container .bp-navs #profile:before, +.bp-single-vert-nav .bp-settings-container .bp-navs #profile:before { content: "\eecc"; } - -.buddypress-wrap .bp-settings-container .bp-navs #blocked-members::before, -.bp-single-vert-nav .bp-settings-container .bp-navs #blocked-members::before { +.buddypress-wrap .bp-settings-container .bp-navs #blocked-members:before, +.bp-single-vert-nav .bp-settings-container .bp-navs #blocked-members:before { content: "\ef64"; } - -.buddypress-wrap .bp-settings-container .bp-navs #invites::before, -.bp-single-vert-nav .bp-settings-container .bp-navs #invites::before { +.buddypress-wrap .bp-settings-container .bp-navs #invites:before, +.bp-single-vert-nav .bp-settings-container .bp-navs #invites:before { content: "\ef5a"; } - -.buddypress-wrap .bp-settings-container .bp-navs #export::before, -.bp-single-vert-nav .bp-settings-container .bp-navs #export::before { +.buddypress-wrap .bp-settings-container .bp-navs #export:before, +.bp-single-vert-nav .bp-settings-container .bp-navs #export:before { content: "\E889"; } - -.buddypress-wrap .bp-settings-container .bp-navs #delete-account::before, -.bp-single-vert-nav .bp-settings-container .bp-navs #delete-account::before { +.buddypress-wrap .bp-settings-container .bp-navs #delete-account:before, +.bp-single-vert-nav .bp-settings-container .bp-navs #delete-account:before { content: "\ef48"; } - .buddypress-wrap .bp-settings-container .bp-navs ul.subnav, .bp-single-vert-nav .bp-settings-container .bp-navs ul.subnav { width: 100%; } - .buddypress-wrap .bp-settings-container .bp-navs .current a, .buddypress-wrap .bp-settings-container .bp-navs .selected a, .bp-single-vert-nav .bp-settings-container .bp-navs .current a, .bp-single-vert-nav .bp-settings-container .bp-navs .selected a { - /* background: var(--bb-content-background-color); color: $color-link; */ background: var(--bb-content-background-color); @@ -26589,7 +27361,6 @@ body #buddypress .bp-list.invites .action { border-bottom: 1px solid var(--bb-content-border-color); } @media screen and (max-width: 900px) { - .buddypress-wrap .bp-settings-container .bp-navs .current a, .buddypress-wrap .bp-settings-container .bp-navs .selected a, .bp-single-vert-nav .bp-settings-container .bp-navs .current a, @@ -26598,14 +27369,12 @@ body #buddypress .bp-list.invites .action { border-bottom: none; } } - .buddypress-wrap .bp-settings-container .bp-navs .selected, .bp-single-vert-nav .bp-settings-container .bp-navs .selected { position: relative; } - -.buddypress-wrap .bp-settings-container .bp-navs .selected::after, -.bp-single-vert-nav .bp-settings-container .bp-navs .selected::after { +.buddypress-wrap .bp-settings-container .bp-navs .selected:after, +.bp-single-vert-nav .bp-settings-container .bp-navs .selected:after { content: ""; background: var(--bb-content-background-color); width: 4px; @@ -26617,9 +27386,8 @@ body #buddypress .bp-list.invites .action { top: 1px; } @media screen and (max-width: 900px) { - - .buddypress-wrap .bp-settings-container .bp-navs .selected::after, - .bp-single-vert-nav .bp-settings-container .bp-navs .selected::after { + .buddypress-wrap .bp-settings-container .bp-navs .selected:after, + .bp-single-vert-nav .bp-settings-container .bp-navs .selected:after { display: none; } } @@ -26633,13 +27401,11 @@ body #buddypress .bp-list.invites .action { width: -webkit-calc(100% - 245px); width: calc(100% - 245px); } - #buddypress .bb-bp-settings-content h2.screen-heading { font-weight: 500; font-size: 22px; line-height: 1.1; } - #buddypress .bb-bp-settings-content label { display: block; font-size: 16px; @@ -26649,46 +27415,38 @@ body #buddypress .bp-list.invites .action { line-height: 1.187; margin-bottom: 12px; } - #buddypress .bb-bp-settings-content .bp-radio-wrap label { display: inline-block; } - #buddypress .bb-bp-settings-content .settings-input { margin-bottom: 20px; } - #buddypress .bb-bp-settings-content .bp-feedback { margin-bottom: 30px; } - #buddypress .bb-bp-settings-content .info.bp-feedback { background: var(--bb-content-background-color); } - #buddypress .bb-bp-settings-content .info.email-pwd-info { display: none; } - #buddypress .bb-bp-settings-content .bp-help-text { font-size: 16px; color: var(--bb-alternate-text-color); letter-spacing: -0.27px; line-height: 1.2; } - #buddypress .bb-bp-settings-content .notification-settings { border-top: 1px solid rgba(0, 0, 0, 0.05); + border-radius: 0; margin-top: 20px; margin-bottom: 20px; } - #buddypress .bb-bp-settings-content .notification-settings th, #buddypress .bb-bp-settings-content .notification-settings td { border-bottom: 0; padding: 0; } - #buddypress .bb-bp-settings-content .notification-settings th, #buddypress .bb-bp-settings-content .notification-settings td { padding: 6px 0; @@ -26699,7 +27457,6 @@ body #buddypress .bp-list.invites .action { letter-spacing: -0.27px; line-height: 1.38; } - #buddypress .bb-bp-settings-content .notification-settings th { font-size: 14px; color: var(--bb-alternate-text-color); @@ -26707,27 +27464,22 @@ body #buddypress .bp-list.invites .action { text-transform: uppercase; font-weight: 500; } - #buddypress .bb-bp-settings-content .notification-settings th.title { padding-top: 30px; } - #buddypress .bb-bp-settings-content .notification-settings th.yes { min-width: 80px; } - #buddypress .bb-bp-settings-content .bp-tables-user, #buddypress .bb-bp-settings-content table.forum, #buddypress .bb-bp-settings-content table.wp-profile-fields { table-layout: fixed; } - #buddypress .bb-bp-settings-content .bp-tables-user th.title, #buddypress .bb-bp-settings-content table.forum th.title, #buddypress .bb-bp-settings-content table.wp-profile-fields th.title { padding: 12px 20px; } - #buddypress .bb-bp-settings-content .bp-tables-user td, #buddypress .bb-bp-settings-content table.forum td, #buddypress .bb-bp-settings-content table.wp-profile-fields td { @@ -26735,7 +27487,6 @@ body #buddypress .bp-list.invites .action { border: 0; padding: 12px 20px; } - #buddypress .bb-bp-settings-content table#xprofile-settings-base th:first-child, #buddypress .bb-bp-settings-content table#xprofile-settings-important-data th:first-child { width: 40%; @@ -26744,11 +27495,9 @@ body #buddypress .bp-list.invites .action { #buddypress .bp-tables-report { table-layout: fixed; } - #buddypress .bp-tables-report th { padding: 12px 20px; } - #buddypress .bp-tables-report td { background: transparent; border: 0; @@ -26758,50 +27507,41 @@ body #buddypress .bp-list.invites .action { .bb-bp-settings-content #settings-form input.settings-input { height: 50px; } - .bb-bp-settings-content #settings-form .bb-password-wrap .settings-input { padding-left: 50px; } - .bb-bp-settings-content input#submit { min-width: 160px; height: 42px; font-weight: 500; } - .bb-bp-settings-content .bb-password-wrap a.bb-toggle-password { height: 50px; width: 50px; } - .bb-bp-settings-content .bp-help-text.email-notifications-info { margin-bottom: 2.1875rem; } - .bb-bp-settings-content .notification_info { margin-bottom: 35px; } - .bb-bp-settings-content .notification_info .notification_type h3 { font-size: 1rem; line-height: 1.2rem; font-weight: 600; margin-bottom: 5px; } - .bb-bp-settings-content .notification_info .notification_type p { color: var(--bb-alternate-text-color); font-size: 0.9rem; line-height: 1rem; } - .bb-bp-settings-content .notification_info .notification_type .notification_type_info { margin-right: 15px; -ms-flex-preferred-size: calc(100% - 60px); flex-basis: -webkit-calc(100% - 60px); flex-basis: calc(100% - 60px); } - .bb-bp-settings-content .notification_info .notification_type .notification_type_icon { width: 45px; height: 45px; @@ -26812,77 +27552,115 @@ body #buddypress .bp-list.invites .action { justify-content: center; padding: 0; } - .bb-bp-settings-content .notification_info .notification_type .bb-icon { color: var(--bb-alternate-text-color); font-size: 24px; line-height: 42px; } - .bb-template-v2 .bb-bp-settings-content .notification_info .notification_type .bb-icon { font-weight: 300; } - .buddypress-wrap .bb-bp-settings-content .email-settings-screen { margin-bottom: 10px; } - +.bb-bp-settings-content .main-notification-settings + #activity-notification-settings { + border-collapse: separate; + border: 0; + margin-bottom: 20px; +} +.bb-bp-settings-content .main-notification-settings + #activity-notification-settings thead th { + border-top: 1px solid var(--bb-content-border-color); + border-bottom: 0; + padding-top: 15px; + padding-bottom: 0; +} +.bb-bp-settings-content .main-notification-settings + #activity-notification-settings thead th.title { + border-right: 1px solid var(--bb-content-border-color); + border-top-right-radius: var(--bb-block-radius-inner); + padding-right: 25px; + padding-top: 15px; +} +.bb-bp-settings-content .main-notification-settings + #activity-notification-settings thead th.no { + border-left: 1px solid var(--bb-content-border-color); + border-top-left-radius: var(--bb-block-radius-inner); + padding-left: 25px; + min-width: 80px; +} +.bb-bp-settings-content .main-notification-settings + #activity-notification-settings tbody td { + padding: 15px 10px 0 0; + font-size: 14px; +} +.bb-bp-settings-content .main-notification-settings + #activity-notification-settings tbody td:nth-child(2) { + border-right: 1px solid var(--bb-content-border-color); + padding-right: 25px; +} +.bb-bp-settings-content .main-notification-settings + #activity-notification-settings tbody td:last-child { + padding-left: 25px; + border-left: 1px solid var(--bb-content-border-color); +} +.bb-bp-settings-content .main-notification-settings + #activity-notification-settings tbody td .bp-radio-wrap label { + margin: 0; +} +.bb-bp-settings-content .main-notification-settings + #activity-notification-settings tbody tr:last-child td { + border-bottom: 1px solid var(--bb-content-border-color); + padding-bottom: 20px; +} +.bb-bp-settings-content .main-notification-settings + #activity-notification-settings tbody tr:last-child td:nth-child(2) { + border-bottom-right-radius: var(--bb-block-radius-inner); +} +.bb-bp-settings-content .main-notification-settings + #activity-notification-settings tbody tr:last-child td:last-child { + border-bottom-left-radius: var(--bb-block-radius-inner); +} +.bb-bp-settings-content .main-notification-settings + #activity-notification-settings .yes, +.bb-bp-settings-content .main-notification-settings + #activity-notification-settings .no, +.bb-bp-settings-content .main-notification-settings + #activity-notification-settings .title { + font-size: 13px; + font-weight: 600; +} .bb-bp-settings-content .main-notification-settings { border-collapse: separate; border: 0; margin-bottom: 20px; } - .bb-template-v2 .bb-bp-settings-content .main-notification-settings:first-of-type thead th { border: 0; } - .bb-bp-settings-content .main-notification-settings thead { background-color: transparent; } - .bb-bp-settings-content .main-notification-settings thead .title { padding-right: 25px; } - .bb-bp-settings-content .main-notification-settings thead + tbody tr:first-child td { padding-top: 30px; } - .bb-bp-settings-content .main-notification-settings th { border-color: var(--bb-content-border-color); background-color: var(--bb-content-alternate-background-color); font-size: 14px; padding: 14px; } - .bb-bp-settings-content .main-notification-settings th:first-child { border-radius: 0 var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0; } - .bb-bp-settings-content .main-notification-settings th:last-child { border-left: 1px solid var(--bb-content-border-color); border-radius: var(--bb-block-radius-inner) 0 0 var(--bb-block-radius-inner); overflow: hidden; } - .bb-bp-settings-content .main-notification-settings tr:last-child th { border-bottom: 1px solid var(--bb-content-border-color); } - .bb-bp-settings-content .main-notification-settings .title { font-size: 13px; font-weight: 600; } - .bb-bp-settings-content .main-notification-settings tbody tr:first-child td:first-child { border-top-right-radius: var(--bb-block-radius-inner); } - .bb-bp-settings-content .main-notification-settings tbody tr:first-child td:last-child { border-top-left-radius: var(--bb-block-radius-inner); } - .bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child td { padding-right: 25px; padding-left: 25px; @@ -26891,142 +27669,113 @@ body #buddypress .bp-list.invites .action { border-top-left-radius: var(--bb-block-radius-inner); border-bottom: 0; } - .bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child ~ tr td { border-bottom: 0; padding-bottom: 0; } - .bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child ~ tr td:first-child { border-right: 1px solid var(--bb-content-border-color); padding-right: 25px; } - .bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child ~ tr td:last-child { border-left: 1px solid var(--bb-content-border-color); } - .bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child ~ tr:last-child td { border-bottom: 1px solid var(--bb-content-border-color); padding-bottom: 20px; } - .bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child ~ tr:last-child td:first-child { border-bottom-right-radius: var(--bb-block-radius-inner); } - .bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child ~ tr:last-child td:last-child { border-bottom-left-radius: var(--bb-block-radius-inner); } - .bb-bp-settings-content .main-notification-settings tbody tr:not(.notification_heading):first-child td { border-top: 1px solid var(--bb-content-border-color); } - .bb-bp-settings-content .main-notification-settings tbody tr:not(.notification_heading):first-child td:first-child { border-right: 1px solid var(--bb-content-border-color); padding-right: 25px; } - .bb-bp-settings-content .main-notification-settings tbody tr:not(.notification_heading):first-child td:last-child { border-left: 1px solid var(--bb-content-border-color); } - .bb-bp-settings-content .main-notification-settings tbody td { font-size: 14px; padding: 15px 10px 15px 0; } - .bb-bp-settings-content .main-notification-settings tbody td:first-child { padding-right: 0; } - .bb-bp-settings-content .main-notification-settings tbody tr:last-child:not(.notification_heading) td { border-bottom: 1px solid var(--bb-content-border-color); } - .bb-bp-settings-content .main-notification-settings tbody .notification_heading td { padding-top: 15px; padding-bottom: 0; } - .bb-bp-settings-content .main-notification-settings tbody .title { color: var(--bb-alternate-text-color); } - -.bb-bp-settings-content .main-notification-settings .bs-styled-checkbox + label::before { +.bb-bp-settings-content .main-notification-settings .bs-styled-checkbox + label:before { width: 16px; height: 16px; vertical-align: middle; } - -.bb-bp-settings-content .main-notification-settings .bs-styled-checkbox:checked + label::after { +.bb-bp-settings-content .main-notification-settings .bs-styled-checkbox:checked + label:after { font-size: 13px; font-weight: 400; right: 2px; top: 3px; line-height: 1; } - -.bb-bp-settings-content .main-notification-settings li.disabled > .bs-styled-checkbox + label::before, -.bb-bp-settings-content .main-notification-settings .bs-styled-checkbox:disabled + label::before { +.bb-bp-settings-content .main-notification-settings li.disabled > .bs-styled-checkbox + label:before, +.bb-bp-settings-content .main-notification-settings .bs-styled-checkbox:disabled + label:before { border-color: #ddd; background: #ddd; } - -.bb-bp-settings-content .main-notification-settings .bs-styled-checkbox:disabled:not(:checked) + label::before { +.bb-bp-settings-content .main-notification-settings .bs-styled-checkbox:disabled:not(:checked) + label:before { background-color: transparent; } @media screen and (max-width: 900px) { - .bb-bp-settings-content .main-notification-settings { margin-bottom: 0; } - .bb-bp-settings-content .main-notification-settings:first-of-type { margin-bottom: 20px; } - .bb-bp-settings-content .main-notification-settings:last-of-type tbody tr.notification_heading:first-child ~ tr:last-child td { border-bottom: 0; } - .bb-bp-settings-content .main-notification-settings .bb-mobile-setting ul { background-color: var(--bb-content-background-color); border-radius: var(--bb-block-radius-inner); } - .bb-bp-settings-content .main-notification-settings thead th.title { border-radius: var(--bb-block-radius-inner); border-left: 1px solid var(--bb-content-border-color); } - .bb-bp-settings-content .main-notification-settings .disabled input.bs-styled-checkbox { opacity: 0; } - .bb-bp-settings-content .main-notification-settings .bb-mobile-setting .bb-mobile-setting-anchor { font-weight: 400; border-radius: var(--bb-block-radius-inner); } - - .bb-bp-settings-content .main-notification-settings .bb-mobile-setting .bb-mobile-setting-anchor::after { + .bb-bp-settings-content .main-notification-settings .bb-mobile-setting .bb-mobile-setting-anchor:after { font-size: 20px; font-weight: 400; } - .bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child td { border: 0; padding-right: 15px; } - .bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child ~ tr td:first-child { border-right: 0; border-radius: 0 !important; padding-right: 15px; padding-left: 15px; } - .bb-bp-settings-content .main-notification-settings tbody tr:only-child td:first-child, .bb-bp-settings-content .main-notification-settings tbody tr:only-child td:last-child, .bb-bp-settings-content .main-notification-settings tbody tr:not(.notification_heading):only-child td:first-child, @@ -27040,12 +27789,10 @@ body #buddypress .bp-list.invites .action { } @media screen and (max-width: 900px) { - .notification_info .notification_type { border-color: var(--bb-content-border-color); } } - #buddypress .bb-bp-settings-content .main-notification-settings label { margin: 0; font-size: 14px; @@ -27059,13 +27806,11 @@ body #buddypress .bp-list.invites .action { font-weight: 500; float: left; } - #moderation-list .moderation-item-actions .button.disabled { color: #fff; border: 0; box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1); } - #moderation-list td.moderation-block-member .description { margin-right: 10px; font-size: 90%; @@ -27086,8 +27831,7 @@ body #buddypress .bp-list.invites .action { color: #fff; text-align: center; } - -.dz-default::before { +.dz-default:before { content: "\e864"; font-family: bb-icons; font-size: 24px; @@ -27106,7 +27850,6 @@ body #buddypress .bp-list.invites .action { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - .dz-default span { display: block; margin-top: 8px; @@ -27134,8 +27877,7 @@ body #buddypress .bp-list.invites .action { z-index: 5; pointer-events: none; } - -.dz-default.dz-drag::before { +.dz-default.dz-drag:before { content: "\edb1"; } @@ -27149,12 +27891,10 @@ body #buddypress .bp-list.invites .action { border-radius: 0 4px 4px 0; padding: 40px 0; } - .left-vertical-tabs ul { list-style: none; margin: 0; } - .left-vertical-tabs ul a { font-size: 14px; color: #939597; @@ -27163,34 +27903,27 @@ body #buddypress .bp-list.invites .action { padding: 13px 20px; line-height: 1; } - .left-vertical-tabs ul a:hover { color: var(--bb-primary-color); } - .left-vertical-tabs ul i { font-size: 24px; width: 24px; } - .left-vertical-tabs li { -webkit-transition: 0.3s all; transition: 0.3s all; margin-bottom: 1px; } - .left-vertical-tabs li:hover { background: rgba(77, 92, 109, 0.1); } - .left-vertical-tabs .active { background: rgba(77, 92, 109, 0.1); } - .left-vertical-tabs .active a { color: #122b46; } - .left-vertical-tabs span.title { display: -webkit-box; display: -ms-flexbox; @@ -27199,7 +27932,6 @@ body #buddypress .bp-list.invites .action { -ms-flex-align: center; align-items: center; } - .left-vertical-tabs span.title span { margin-right: 10px; } @@ -27208,12 +27940,10 @@ body #buddypress .bp-list.invites .action { display: block; position: relative; } - .bb-input-wrap .bb-input { height: 50px; width: 100%; } - .bb-input-wrap i { right: 0; top: 0; @@ -27227,22 +27957,18 @@ body #buddypress .bp-list.invites .action { font-size: 22px; z-index: 1; } - .bb-input-wrap i + .bb-input { padding-right: 48px; } - .bb-input-wrap .bb-icon-visibility { font-size: 24px; right: auto; left: 0; } - .bb-input-wrap .bb-textarea { height: 120px; width: 100%; } - .bb-input-wrap textarea { resize: vertical; } @@ -27257,12 +27983,12 @@ span.bb-visibility-wrap { z-index: 1; } -.bb-input[type="password"] + .bb-visibility-wrap .bb-icon-visibility::before { +.bb-input[type="password"] + .bb-visibility-wrap .bb-icon-visibility:before { font-family: bb-icons; content: "\ee6a"; } -.bb-input[type="text"] + .bb-visibility-wrap .bb-icon-visibility::before { +.bb-input[type="text"] + .bb-visibility-wrap .bb-icon-visibility:before { content: "\ee69"; font-family: bb-icons; } @@ -27293,7 +28019,6 @@ div.bs-settings-container .bb-profile-avatar-wrap { height: 152px; width: 152px; } - div.bs-settings-container .bb-profile-avatar-wrap .dz-default span { display: block; } @@ -27309,13 +28034,11 @@ div.bs-settings-container .bb-profile-avatar-wrap .dz-default span { border-radius: 4px; position: relative; } - #bb-profile-avatar-wrap-components video { position: absolute; z-index: 3; object-fit: cover; } - #bb-profile-avatar-wrap-components #captureAvatarlink { position: absolute; z-index: 3; @@ -27325,11 +28048,9 @@ div.bs-settings-container .bb-profile-avatar-wrap .dz-default span { font-weight: 500; text-transform: uppercase; } - #bb-profile-avatar-wrap-components #avatar-drag-message { z-index: 1; } - #bb-profile-avatar-wrap-components div#profile_avatar { background-size: cover; background-repeat: no-repeat; @@ -27347,8 +28068,7 @@ div.bs-settings-container .bb-profile-avatar-wrap .dz-default span { justify-content: center; z-index: 5; } - -#bb-profile-avatar-wrap-components div#profile_avatar::before { +#bb-profile-avatar-wrap-components div#profile_avatar:before { background: rgba(18, 43, 70, 0.3); content: ""; position: absolute; @@ -27357,7 +28077,6 @@ div.bs-settings-container .bb-profile-avatar-wrap .dz-default span { height: 100%; width: 100%; } - #bb-profile-avatar-wrap-components .croppie-container { position: absolute; top: 0; @@ -27365,7 +28084,6 @@ div.bs-settings-container .bb-profile-avatar-wrap .dz-default span { transition: all 200ms ease; z-index: 3; } - #bb-profile-avatar-wrap-components .croppie-container .cr-boundary { width: 100% !important; height: 100% !important; @@ -27374,7 +28092,6 @@ div.bs-settings-container .bb-profile-avatar-wrap .dz-default span { z-index: 3; background: #fff; } - #bb-profile-avatar-wrap-components .croppie-container .cr-viewport { border: 0; } @@ -27384,7 +28101,6 @@ div.bs-settings-container .bb-profile-avatar-wrap .dz-default span { height: 90px; margin-top: -60px; } - .has-sidebar .bb-profile-avatar-wrap .dz-default span { display: none; } @@ -27392,14 +28108,12 @@ div.bs-settings-container .bb-profile-avatar-wrap .dz-default span { .bb-profile-cover-wrap #cover-drag-message { z-index: 1; } - .bb-profile-cover-wrap .croppie-container { position: absolute; overflow: hidden; border-radius: 4px; z-index: 3; } - .bb-profile-cover-wrap .croppie-container .cr-boundary { width: 100% !important; height: 100% !important; @@ -27408,17 +28122,14 @@ div.bs-settings-container .bb-profile-avatar-wrap .dz-default span { top: 0; background: #fff; } - .bb-profile-cover-wrap .croppie-container .cr-viewport { border: 0; } - .bb-profile-cover-wrap .dz-default { position: absolute; top: 50%; margin-top: -25px; } - .bb-profile-cover-wrap .dz-default.dz-drag { top: 0; margin: 0; @@ -27433,7 +28144,6 @@ div.bs-settings-container .bb-profile-avatar-wrap .dz-default span { z-index: 2; position: relative; } - .bb-profile-wrap [class*="bb-delete"] { color: #fff; font-size: 22px; @@ -27442,34 +28152,28 @@ div.bs-settings-container .bb-profile-avatar-wrap .dz-default span { left: 0; z-index: 5; } - .bb-profile-wrap .bs-dropdown-wrap { position: absolute; z-index: 7; top: 0; left: 0; } - .bb-profile-wrap .bs-dropdown-wrap .bs-dropdown { top: 46px; } - -.bb-profile-wrap .bs-dropdown-wrap .bs-dropdown::after { +.bb-profile-wrap .bs-dropdown-wrap .bs-dropdown:after { left: 15px; } - .bb-profile-wrap .bs-dropdown-wrap .bb-icon-menu-dots-v { color: #fff; position: relative; left: 10px; top: 10px; } - .bb-profile-wrap.loading .cr-image { opacity: 0.6 !important; } - -.bb-profile-wrap.loading::before { +.bb-profile-wrap.loading:before { position: absolute; top: 38%; right: 0; @@ -27486,16 +28190,13 @@ div.bs-settings-container .bb-profile-avatar-wrap .dz-default span { animation: spin 3s infinite linear; z-index: 12; } - .bb-profile-wrap.loading .dz-default { display: none; } body.notifications.bp-user #item-header, body.settings.bp-user #item-header { - /* display: none; */ - /* This is removed due to issue in 'BuddyPress Nouveau' */ } @@ -27512,19 +28213,16 @@ body.settings.bp-user #item-header { background-repeat: no-repeat; padding-left: 15px; } - .bb-profile-section i { font-size: 14px; color: #939597; margin-left: 5px; } - .bb-profile-section input:not([type="checkbox"], [type="radio"]), .bb-profile-section textarea, .bb-profile-section select { width: 100%; } - .bb-profile-section .bb-icon-user-small-plus { font-size: 17px; } @@ -27534,11 +28232,9 @@ body.settings.bp-user #item-header { padding-top: 25px; padding-bottom: 25px; } - .notification-settings-wrap:last-child { border-bottom: 1px solid rgba(0, 0, 0, 0.05); } - .notification-settings-wrap th, .notification-settings-wrap td { padding: 6px 0; @@ -27549,11 +28245,9 @@ body.settings.bp-user #item-header { letter-spacing: -0.27px; line-height: 1.38; } - .notification-settings-wrap th { padding: 5px 0 15px; } - .notification-settings-wrap .yes { padding-right: 15px; text-align: left; @@ -27580,7 +28274,6 @@ div#message.error { border-radius: 4px; max-width: 100%; } - .vdp-datepicker .vdp-datepicker__calendar header { border-bottom: 1px solid #e8eaed; overflow: hidden; @@ -27597,24 +28290,21 @@ div#message.error { -ms-flex-align: center; align-items: center; } - .vdp-datepicker .vdp-datepicker__calendar > div { padding: 10px 20px 20px; } - .vdp-datepicker .vdp-datepicker__calendar .prev, .vdp-datepicker .vdp-datepicker__calendar .next { line-height: 1; text-indent: 0; font-size: 0; } - -.vdp-datepicker .vdp-datepicker__calendar .prev::before, -.vdp-datepicker .vdp-datepicker__calendar .next::before { +.vdp-datepicker .vdp-datepicker__calendar .prev:before, +.vdp-datepicker .vdp-datepicker__calendar .next:before { content: "\e827"; color: #53597b; display: inline-block; - font: 400 normal normal 14px/1 bb-icons; + font: normal normal normal 14px/1 bb-icons; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; @@ -27625,30 +28315,25 @@ div#message.error { transform: rotate(-180deg); top: -12px; } - -.vdp-datepicker .vdp-datepicker__calendar .prev::after, -.vdp-datepicker .vdp-datepicker__calendar .next::after { +.vdp-datepicker .vdp-datepicker__calendar .prev:after, +.vdp-datepicker .vdp-datepicker__calendar .next:after { display: none; } - -.vdp-datepicker .vdp-datepicker__calendar .next::before { +.vdp-datepicker .vdp-datepicker__calendar .next:before { -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); } - .vdp-datepicker .vdp-datepicker__calendar .cell.day-header { font-size: 10px; color: var(--bb-body-text-color); opacity: 0.5; text-transform: uppercase; } - .vdp-datepicker .vdp-datepicker__calendar .cell { font-size: 14px; color: var(--bb-headings-color); } - .vdp-datepicker .vdp-datepicker__calendar .cell.selected, .vdp-datepicker .vdp-datepicker__calendar .cell.selected.highlighted, .vdp-datepicker .vdp-datepicker__calendar .cell.selected:hover { @@ -27656,16 +28341,14 @@ div#message.error { color: #fff; position: relative; } - .vdp-datepicker .vdp-datepicker__calendar .cell.selected:not(.day), .vdp-datepicker .vdp-datepicker__calendar .cell.selected.highlighted:not(.day), .vdp-datepicker .vdp-datepicker__calendar .cell.selected:hover:not(.day) { background: var(--bb-primary-color); } - -.vdp-datepicker .vdp-datepicker__calendar .cell.selected.day::before, -.vdp-datepicker .vdp-datepicker__calendar .cell.selected.highlighted.day::before, -.vdp-datepicker .vdp-datepicker__calendar .cell.selected:hover.day::before { +.vdp-datepicker .vdp-datepicker__calendar .cell.selected.day:before, +.vdp-datepicker .vdp-datepicker__calendar .cell.selected.highlighted.day:before, +.vdp-datepicker .vdp-datepicker__calendar .cell.selected:hover.day:before { content: ""; position: absolute; right: 0; @@ -27680,15 +28363,12 @@ div#message.error { z-index: -1; top: 3px; } - .vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank, .disabled).day:hover, .vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank, .disabled).month:hover, .vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank, .disabled).year:hover { border: 1px solid transparent; - /* color: $color-link; */ } - .vdp-datepicker .vdp-datepicker__calendar .cell:not(.selected):hover { color: var(--bb-primary-color); } @@ -27697,19 +28377,15 @@ div#message.error { max-width: 520px; width: 100%; } - #buddypress #profile-edit-form .editfield { margin-bottom: 20px; } - #buddypress #profile-edit-form fieldset { margin: 0; } - #buddypress #profile-edit-form .clear-value { display: none; } - #buddypress #profile-edit-form label:not(.bp-screen-reader-text), #buddypress #profile-edit-form legend:not(.bp-screen-reader-text) { display: block; @@ -27721,19 +28397,16 @@ div#message.error { line-height: 1; margin-bottom: 12px; } - #buddypress #profile-edit-form input[type="text"], #buddypress #profile-edit-form select { height: 50px; font-style: normal; width: 100%; } - #buddypress #profile-edit-form .field-visibility-settings-toggle { margin: 0; position: relative; } - #buddypress #profile-edit-form .field-visibility-settings-toggle select { position: absolute; left: 0; @@ -27754,7 +28427,6 @@ div#message.error { -moz-appearance: none; appearance: none; } - #buddypress #profile-edit-form .wp-editor-container button, #buddypress #profile-edit-form .wp-editor-container .button { padding: 4px 2px; @@ -27764,15 +28436,12 @@ div#message.error { margin: 0; min-height: 20px; } - #buddypress #profile-edit-form .wp-editor-container .mce-ico { color: #222; } - #buddypress #profile-edit-form .quicktags-toolbar { background: #ecf0f1; } - #buddypress #profile-edit-form .wp-editor-container textarea { border: 0; font-family: inherit; @@ -27783,29 +28452,24 @@ div#message.error { padding-bottom: 10px; height: auto; } - #buddypress #profile-edit-form .datebox-selects { display: -webkit-box; display: -ms-flexbox; display: flex; } - #buddypress #profile-edit-form .datebox-selects select:not(:last-child) { margin-left: 10px; } - #buddypress #profile-edit-form .datebox-selects label { margin-left: 10px; -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0; } - #buddypress #profile-edit-form div.submit { clear: none; padding: 0; } - #buddypress #profile-edit-form div.submit input { margin-left: 0; height: 38px; @@ -27815,11 +28479,9 @@ div#message.error { #subnav.subnav_tab { border-bottom: 0; } - #subnav.subnav_tab .subnav li { padding: 0; } - #subnav.subnav_tab .subnav li a { color: var(--bb-body-text-color); background-color: transparent; @@ -27828,11 +28490,9 @@ div#message.error { border-radius: 0; padding: 0 0 10px; } - #subnav.subnav_tab .subnav li a:focus, #subnav.subnav_tab .subnav li a:hover { background-color: transparent; } - #subnav.subnav_tab .subnav li.selected a { border-bottom-color: var(--bb-primary-color); color: var(--bb-headings-color); @@ -27843,16 +28503,13 @@ div#message.error { border-color: var(--bb-content-border-color); border-radius: var(--bb-block-radius-inner); } - .bb-accordion .bb-accordion_panel { border-color: var(--bb-content-border-color); } - .buddypress-wrap .bb-accordion .bb-accordion_title { color: var(--bb-headings-color); margin-bottom: 0; } - .buddypress .buddypress-wrap .bb-accordion .bb-accordion_trigger { color: var(--bb-headings-color); opacity: 0.4; @@ -27860,11 +28517,9 @@ div#message.error { box-shadow: none; } @media screen and (max-width: 767px) { - .bb-accordion { border-radius: 0; } - .bb-accordion.is_closed { border-color: var(--bb-content-border-color); } @@ -27873,49 +28528,39 @@ div#message.error { .subscription-items li { border-radius: var(--bb-block-radius-inner); } - .subscription-items li:focus-within, .subscription-items li:hover { background-color: var(--bb-content-alternate-background-color); } - -.subscription-items .subscription-item_image img, .subscription-items .subscription-item_image::before { +.subscription-items .subscription-item_image img, .subscription-items .subscription-item_image:before { border-radius: var(--bb-block-radius-inner); } - .subscription-items .subscription-item_detail .subscription-item_title { color: var(--bb-headings-color); } - .subscription-items .subscription-item_detail .subscription-item_meta { color: var(--bb-alternate-text-color); } - .buddypress .buddypress-wrap .subscription-items .subscription-item_remove { color: var(--bb-headings-color); border-radius: var(--bb-block-radius-inner); opacity: 0.4; } - .buddypress .buddypress-wrap .subscription-items .subscription-item_remove:focus, .buddypress .buddypress-wrap .subscription-items .subscription-item_remove:hover { background-color: var(--bb-content-background-color); opacity: 1; box-shadow: none; } - .buddypress .buddypress-wrap .subscription-items .subscription-item_remove:focus i, .buddypress .buddypress-wrap .subscription-items .subscription-item_remove:hover i { color: var(--bb-headings-color); } - .buddypress .buddypress-wrap .subscription-items .subscription-item_remove.is_loading { opacity: 1; margin-top: 3px; background-color: transparent; } - .subscription-items > p { color: var(--bb-body-text-color); } - .subscription-items.is_loading .subscription-items_loading .subscription-items-image_loading { border-radius: var(--bb-block-radius-inner); } @@ -27925,21 +28570,18 @@ div#message.error { } @media (min-width: 1081px) { - - .left-vertical-tabs [data-balloon]::before, - .left-vertical-tabs [data-balloon]::after { + .left-vertical-tabs [data-balloon]:before, + .left-vertical-tabs [data-balloon]:after { display: none; } } @media (max-width: 1080px) { - .has-sidebar .left-vertical-tabs { -ms-flex-preferred-size: auto; flex-basis: auto; } } @media (max-width: 800px) { - .notification-settings-wrap th, .notification-settings-wrap td { font-size: 14px; @@ -27951,13 +28593,11 @@ div#message.error { margin-top: -70px; margin-right: 30px; } - .bb-profile-avatar-wrap .dz-default span { display: none; } } @media (max-width: 800px) { - div.bs-settings-container .bb-profile-avatar-wrap { margin-right: 30px; margin-top: -122px; @@ -27979,7 +28619,6 @@ div#message.error { } } @media screen and (max-width: 1050px) { - #buddypress .bp-settings-container .bp-navs { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -28008,7 +28647,6 @@ div#message.error { .bb-bp-settings-content .screen-heading.group-invites-screen { display: none; } - .bb-bp-settings-content .subnav_tab .subnav { margin-top: 0; } @@ -28016,6 +28654,7 @@ div#message.error { .bb-subnav-private .bp-navs__dropdown { display: block; width: 100%; + margin-bottom: 15px; } .bp-subnavs.bb-subnav-private .subnav { @@ -28023,7 +28662,6 @@ div#message.error { } } @media (max-width: 640px) { - div.bs-settings-container .bb-profile-avatar-wrap { width: 120px; height: 120px; @@ -28044,7 +28682,6 @@ div#message.error { } } @media (min-width: 541px) { - #buddypress #profile-edit-form .datebox-selects select[name*="day"] { -webkit-box-flex: 0; -ms-flex: 0 0 90px; @@ -28052,13 +28689,12 @@ div#message.error { } } @media (max-width: 540px) { - - .bb-profile-wrap.loading::before { + .bb-profile-wrap.loading:before { font-size: 20px; } - .left-vertical-tabs [data-balloon]::before, - .left-vertical-tabs [data-balloon]::after { + .left-vertical-tabs [data-balloon]:before, + .left-vertical-tabs [data-balloon]:after { display: none; } @@ -28066,9 +28702,9 @@ div#message.error { font-size: 10px; } - .vdp-datepicker .vdp-datepicker__calendar .cell.selected.day::before, - .vdp-datepicker .vdp-datepicker__calendar .cell.selected.highlighted.day::before, - .vdp-datepicker .vdp-datepicker__calendar .cell.selected:hover.day::before { + .vdp-datepicker .vdp-datepicker__calendar .cell.selected.day:before, + .vdp-datepicker .vdp-datepicker__calendar .cell.selected.highlighted.day:before, + .vdp-datepicker .vdp-datepicker__calendar .cell.selected:hover.day:before { height: 24px; width: 24px; top: 8px; @@ -28076,13 +28712,12 @@ div#message.error { .vdp-datepicker .vdp-datepicker__calendar .cell.day-header { font-size: 8px; - font-weight: 700; + font-weight: bold; } .bb-profile-avatar-wrap + .button-wrap { text-align: center; } - .bb-profile-avatar-wrap + .button-wrap .button { margin-bottom: 10px; } @@ -28146,34 +28781,29 @@ div#message.error { #moderation-list thead { display: none; } - #moderation-list tbody, #moderation-list tbody tr, #moderation-list tbody tr td { display: block; width: 100%; } - #moderation-list tbody tr td { padding-top: 30px; border-bottom: 1px solid var(--bb-content-border-color) !important; display: inline-block; width: 100%; } - - #moderation-list tbody tr td::before { + #moderation-list tbody tr td:before { content: attr(data-title); display: block; font-size: 15px; font-weight: 700; } - #moderation-list .bp-unblock-user { width: 100%; } } @media (max-width: 380px) { - .bs-settings-container .button-wrap input[type="button"] { margin-top: 5px; margin-bottom: 5px; @@ -28182,7 +28812,6 @@ div#message.error { .settings-messages .message { font-size: 13px; } - .settings-messages .message code { font-size: 13px; } @@ -28206,36 +28835,30 @@ div#message.error { -ms-flex-direction: column; flex-direction: column; } - .settings #buddypress .settings-header > .button { margin: 10px auto 0; } } @-webkit-keyframes spin { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); } } @keyframes spin { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); } } - .buddypress-wrap .bp-tables-report tr th { font-size: 14px; } @@ -28257,7 +28880,6 @@ body #buddypress a.export-csv { -webkit-transition: 0.3s all; transition: 0.3s all; } - body #buddypress a.export-csv:hover { box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1); } @@ -28268,40 +28890,33 @@ body #buddypress a.export-csv:hover { margin-right: -2px; margin-left: -2px; } - .bs-bp-container-reg #buddypress #signup-form.standard-form > p { font-size: 14px; line-height: 21px; } - .bs-bp-container-reg #buddypress #signup-form.standard-form p.description { margin: 0 0 12px; background: transparent; color: var(--bb-alternate-text-color); line-height: 150%; } - .bs-bp-container-reg #buddypress #signup-form.standard-form #basic-details-section.register-section, .bs-bp-container-reg #buddypress #signup-form.standard-form #profile-details-section.register-section { float: none; margin: 0 auto; width: 100%; } - .bs-bp-container-reg #buddypress #signup-form.standard-form #basic-details-section.register-section > h2, .bs-bp-container-reg #buddypress #signup-form.standard-form #profile-details-section.register-section > h2 { margin-bottom: 0.5rem; } - .bs-bp-container-reg #buddypress #signup-form.standard-form #basic-details-section.register-section { margin-bottom: 0; } - .bs-bp-container-reg #buddypress #signup-form.standard-form #profile-details-section.register-section .editfield { margin-top: 0; margin-bottom: 0; } - .bs-bp-container-reg #buddypress #signup-form.standard-form input[type="color"], .bs-bp-container-reg #buddypress #signup-form.standard-form input[type="date"], .bs-bp-container-reg #buddypress #signup-form.standard-form input[type="datetime-local"], @@ -28333,7 +28948,6 @@ body #buddypress a.export-csv:hover { padding: 0 12px; margin-bottom: 12px; } - .bs-bp-container-reg #buddypress #signup-form.standard-form input[type="color"]:focus, .bs-bp-container-reg #buddypress #signup-form.standard-form input[type="date"]:focus, .bs-bp-container-reg #buddypress #signup-form.standard-form input[type="datetime-local"]:focus, @@ -28354,84 +28968,69 @@ body #buddypress a.export-csv:hover { box-shadow: var(--bb-input-focus-shadow); border-color: var(--bb-input-focus-border-color); } - .bs-bp-container-reg #buddypress #signup-form.standard-form input#signup_blog_url { margin-bottom: 0; } - .bs-bp-container-reg #buddypress #signup-form.standard-form select { padding-left: 30px; } - .bs-bp-container-reg #buddypress #signup-form.standard-form .datebox-selects select { width: auto; } @media (max-width: 544px) { - .bs-bp-container-reg #buddypress #signup-form.standard-form .datebox-selects select { width: 100%; margin-bottom: 10px; } } - .bs-bp-container-reg #buddypress #signup-form.standard-form fieldset { margin-top: 0; } - .bs-bp-container-reg #buddypress #signup-form.standard-form label, .bs-bp-container-reg #buddypress #signup-form.standard-form legend { - font-weight: 400; + font-weight: normal; font-size: 16px; color: var(--bb-headings-color); } - .bs-bp-container-reg #buddypress #signup-form.standard-form .radio-button-options label { line-height: 1; } - .bs-bp-container-reg #buddypress #signup-form.standard-form .checkbox-options label, .bs-bp-container-reg #buddypress #signup-form.standard-form .radio-button-options label { margin-top: 8px; margin-bottom: 8px; font-size: 14px; } - -.bs-bp-container-reg #buddypress #signup-form.standard-form .checkbox-options label::before, -.bs-bp-container-reg #buddypress #signup-form.standard-form .radio-button-options label::before { +.bs-bp-container-reg #buddypress #signup-form.standard-form .checkbox-options label:before, +.bs-bp-container-reg #buddypress #signup-form.standard-form .radio-button-options label:before { position: relative; bottom: 1px; z-index: 1; } - -.bs-bp-container-reg #buddypress #signup-form.standard-form .checkbox-options label::after, -.bs-bp-container-reg #buddypress #signup-form.standard-form .radio-button-options label::after { +.bs-bp-container-reg #buddypress #signup-form.standard-form .checkbox-options label:after, +.bs-bp-container-reg #buddypress #signup-form.standard-form .radio-button-options label:after { top: 2px; z-index: 2; } - .bs-bp-container-reg #buddypress #signup-form.standard-form .popup-modal-register { font-weight: 600; } - .bs-bp-container-reg #buddypress #signup-form.standard-form .submit input[type="submit"], .bs-bp-container-reg #buddypress #signup-form.standard-form button { font-size: 14px; margin-left: 0; } - .bs-bp-container-reg #buddypress #signup-form.standard-form button { padding: 6px 20px; min-height: 34px; } - .bs-bp-container-reg #buddypress #signup-form.standard-form .field-visibility-settings-toggle { font-size: 12px; margin-top: 0.3rem; } - .bs-bp-container-reg #buddypress #signup-form.standard-form .field-visibility-settings-toggle button { font-size: 12px; - font-weight: 400; + font-weight: normal; background: none; background-color: none; color: #fff; @@ -28442,15 +29041,12 @@ body #buddypress a.export-csv:hover { line-height: 1.6875rem; vertical-align: baseline; } - .bs-bp-container-reg #buddypress #signup-form.standard-form a.clear-value { font-size: 12px; } - .bs-bp-container-reg #buddypress #signup-form.standard-form .register-section > h2 { font-size: 18px; } - .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap.html-active .wp-editor-tabs button { border-color: #ddd; border-bottom: 0; @@ -28458,11 +29054,9 @@ body #buddypress a.export-csv:hover { border-radius: 3px 3px 0 0; box-shadow: none; } - .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap.html-active .wp-editor-tabs button.switch-html { background-color: var(--bb-content-alternate-background-color); } - .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap.tmce-active .wp-editor-tabs button { border-color: #ddd; border-bottom: 0; @@ -28470,25 +29064,20 @@ body #buddypress a.export-csv:hover { border-radius: 3px 3px 0 0; box-shadow: none; } - .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap.tmce-active button.switch-tmce { background-color: var(--bb-content-alternate-background-color); } - .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-tabs button { border-radius: 0; padding: 0 15px; } - .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container { border-radius: 3px; } - .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel, .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar { background-color: var(--bb-content-alternate-background-color); } - .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn:focus, .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn:hover, .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .qt-dfw:focus, @@ -28501,7 +29090,6 @@ body #buddypress a.export-csv:hover { border-color: transparent; color: rgba(18, 43, 70, 0.8); } - .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn:focus .mce-ico, .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn:hover .mce-ico, .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .qt-dfw:focus .mce-ico, @@ -28512,33 +29100,28 @@ body #buddypress a.export-csv:hover { .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .qt-dfw:hover .mce-ico { color: rgba(18, 43, 70, 0.8); } - .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus, .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:hover, .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus, .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:hover { color: rgba(18, 43, 70, 0.4); } - .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus .mce-ico, .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:hover .mce-ico, .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus .mce-ico, .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:hover .mce-ico { color: rgba(18, 43, 70, 0.4); } - .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-ico, .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-ico { color: rgba(18, 43, 70, 0.4); -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel button i, .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar button i { font-size: 16px; } - .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container button, .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container input[type="button"] { background-color: transparent; @@ -28551,12 +29134,10 @@ body #buddypress a.export-csv:hover { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container button:hover, .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container input[type="button"]:hover { color: rgba(18, 43, 70, 0.8); } - .bs-bp-container-reg #buddypress #signup-form.standard-form div.error { background-color: var(--bb-danger-color); color: #fff; @@ -28567,7 +29148,6 @@ body #buddypress a.export-csv:hover { margin-bottom: 3px; border: 0; } - .bs-bp-container-reg #buddypress #signup-form.standard-form div.error .error { padding: 0; border: 0; @@ -28577,18 +29157,15 @@ body #buddypress a.export-csv:hover { background: transparent; line-height: 1; } - .bs-bp-container-reg #buddypress #signup-form.standard-form div.error span.bp-icon { margin-left: 0; display: none; } - .bs-bp-container-reg #buddypress #signup-form.standard-form div.error p { padding: 0; margin: 0; line-height: 1.6875rem; } - .bs-bp-container-reg #buddypress #signup-form.standard-form .submit { padding: 25px 0 0; } @@ -28615,7 +29192,7 @@ body.buddypress.activation article.bp_activate label { .bs-bp-container-reg .buddypress-wrap #pass-strength-result.short, .bs-bp-container-reg .buddypress-wrap #pass-strength-result.show { - font-weight: 400; + font-weight: normal; background-color: var(--bb-warning-color); border-color: var(--bb-warning-color); color: #fff; @@ -28638,20 +29215,18 @@ body.buddypress.activation article.bp_activate label { background-color: var(--bb-success-color); border-color: var(--bb-success-color); color: #fff; - font-weight: 400 !important; + font-weight: normal !important; } .bs-bp-container-reg .buddypress-wrap .bp-messages.info { background-color: var(--bb-default-notice-color); border-color: var(--bb-default-notice-color); } - .bs-bp-container-reg .buddypress-wrap .bp-messages.info .bp-icon { background-color: var(--bb-default-notice-color); margin-left: 0; } - -.bs-bp-container-reg .buddypress-wrap .bp-messages.info .bp-icon::before { +.bs-bp-container-reg .buddypress-wrap .bp-messages.info .bp-icon:before { font-family: bb-icons; speak: none; font-style: normal; @@ -28663,7 +29238,6 @@ body.buddypress.activation article.bp_activate label { -webkit-font-smoothing: antialiased; content: "\eebc"; } - .bs-bp-container-reg .buddypress-wrap .bp-messages.info p { color: #fff; } @@ -28685,12 +29259,10 @@ body.buddypress.activation #buddypress input[type="submit"] { color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); } - body.buddypress.register #buddypress input[type="submit"]:focus, body.buddypress.activation #buddypress input[type="submit"]:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - body.buddypress.register #buddypress input[type="submit"]:hover, body.buddypress.activation #buddypress input[type="submit"]:hover { background-color: var(--bb-primary-button-background-hover); @@ -28704,7 +29276,6 @@ body.buddypress.register article.bp_register { margin-right: auto; margin-left: auto; } - body.buddypress.register article.bp_register .entry-header { margin-bottom: 1.2rem; display: -webkit-box; @@ -28713,12 +29284,10 @@ body.buddypress.register article.bp_register .entry-header { -ms-flex-flow: row wrap; flex-flow: row wrap; } - body.buddypress.register article.bp_register .entry-header h1 { font-size: 20px; margin-left: auto; } - body.buddypress.register article.bp_register .entry-header span { font-size: 14px; text-transform: lowercase; @@ -28730,16 +29299,13 @@ body.buddypress.register .register-section-logo { text-align: center; margin: 0 auto 1.7rem; } - body.buddypress.register .register-section-logo img { max-width: 320px; width: 22%; } - body.buddypress.register .register-section-logo span { background-size: contain; width: 84px; - /* height: 84px; */ height: auto; display: block; @@ -28747,12 +29313,10 @@ body.buddypress.register .register-section-logo span { background-repeat: no-repeat; margin: auto; } - body.buddypress.register .register-section-logo .bs-register-section-logo { visibility: hidden; width: 100%; } - body.buddypress.register .register-section-logo a { font-size: 20px; line-height: 1.3em; @@ -28769,7 +29333,6 @@ body.buddypress.register.login-split-page .login-split { } @media (max-width: 991px) { - body.buddypress.register.login-split-page .bb-grid, body.buddypress.activate.login-split-page .bb-grid { -webkit-box-orient: vertical; @@ -28778,32 +29341,27 @@ body.buddypress.register.login-split-page .login-split { flex-direction: column; } } - body.buddypress.register.login-split-page, body.buddypress.activate.login-split-page { min-height: 100%; } - body.buddypress.register.login-split-page .site-content, body.buddypress.activate.login-split-page .site-content { padding: 0; min-height: 100vh; height: 100%; } - body.buddypress.register.login-split-page .container, body.buddypress.activate.login-split-page .container { max-width: none; padding: 0; height: 100%; } - body.buddypress.register.login-split-page .bb-grid, body.buddypress.activate.login-split-page .bb-grid { margin: 0; height: 100%; } - body.buddypress.register.login-split-page .login-split, body.buddypress.activate.login-split-page .login-split { padding: 0; @@ -28818,18 +29376,15 @@ body.buddypress.activate.login-split-page .login-split { -ms-flex-pack: center; justify-content: center; } - body.buddypress.register.login-split-page #primary, body.buddypress.activate.login-split-page #primary { position: static; } - body.buddypress.register.login-split-page .bs-bp-container-reg, body.buddypress.activate.login-split-page .bs-bp-container-reg { padding-right: 0; padding-left: 0; } - body.buddypress.register.login-split-page .register-section-logo, body.buddypress.register.login-split-page .activate-section-logo, body.buddypress.activate.login-split-page .register-section-logo, @@ -28838,7 +29393,6 @@ body.buddypress.activate.login-split-page .activate-section-logo { margin-top: 30px; margin-bottom: 35px; } - body.buddypress.register.login-split-page .submit input[type="submit"], body.buddypress.activate.login-split-page .submit input[type="submit"] { width: 100%; @@ -28853,7 +29407,6 @@ body.buddypress.activate.login-split-page .split-overlay { z-index: 1; opacity: 0; } - body.buddypress.register.login-split-page .login-split__entry, body.buddypress.activate.login-split-page .login-split__entry { display: block; @@ -28864,7 +29417,6 @@ body.buddypress.activate.login-split-page .login-split__entry { position: relative; z-index: 9; } - body.buddypress.register.login-split-page .login-split__entry h1, body.buddypress.activate.login-split-page .login-split__entry h1 { color: var(--bb-login-custom-heading-color); @@ -28872,7 +29424,6 @@ body.buddypress.activate.login-split-page .login-split__entry h1 { line-height: 1.1; margin: 0; } - body.buddypress.register.login-split-page .login-split__entry p, body.buddypress.activate.login-split-page .login-split__entry p { font-size: 16px; @@ -28884,7 +29435,6 @@ body.buddypress.activate.login-split-page .login-split__entry p { } @media (max-width: 991px) { - body.buddypress.register.login-split-page .login-split__entry, body.buddypress.activate.login-split-page .login-split__entry { max-width: 450px; @@ -28893,49 +29443,41 @@ body.buddypress.activate.login-split-page .login-split__entry p { } } @media (max-width: 544px) { - body.buddypress.register.login-split-page .login-split__entry, body.buddypress.activate.login-split-page .login-split__entry { width: 85%; } } @media (min-width: 992px) { - body.buddypress.register.login-split-page, body.buddypress.activate.login-split-page { min-height: 100%; } - body.buddypress.register.login-split-page .site-content, body.buddypress.activate.login-split-page .site-content { padding: 0; min-height: 100vh; height: 100%; } - body.buddypress.register.login-split-page .container, body.buddypress.activate.login-split-page .container { max-width: none; padding: 0; height: 100%; } - body.buddypress.register.login-split-page .site-content .container, body.buddypress.activate.login-split-page .site-content .container { min-height: 100vh; } - body.buddypress.register.login-split-page .site-content .container .bb-grid, body.buddypress.activate.login-split-page .site-content .container .bb-grid { min-height: 100vh; } - body.buddypress.register.login-split-page .bb-grid, body.buddypress.activate.login-split-page .bb-grid { margin: 0; height: 100%; } - body.buddypress.register.login-split-page .login-split, body.buddypress.activate.login-split-page .login-split { padding: 0; @@ -28953,7 +29495,6 @@ body.buddypress.activate.login-split-page .login-split__entry p { -ms-flex-pack: center; justify-content: center; } - body.buddypress.register.login-split-page #primary, body.buddypress.activate.login-split-page #primary { position: static; @@ -28965,19 +29506,15 @@ body.buddypress.activate.login-split-page .login-split__entry p { -ms-flex-align: center; align-items: center; } - body.buddypress.register.login-split-page #primary #main, body.buddypress.activate.login-split-page #primary #main { - /* margin-top: 50px; */ } - body.buddypress.register.login-split-page .bs-bp-container-reg, body.buddypress.activate.login-split-page .bs-bp-container-reg { padding-right: 0; padding-left: 0; } - body.buddypress.register.login-split-page .register-section-logo, body.buddypress.register.login-split-page .activate-section-logo, body.buddypress.activate.login-split-page .register-section-logo, @@ -28987,7 +29524,6 @@ body.buddypress.activate.login-split-page .login-split__entry p { margin-left: -webkit-calc((50vw - 450px) / 2); margin-left: calc((50vw - 450px) / 2); } - body.buddypress.register.login-split-page article.bp_register, body.buddypress.register.login-split-page article.bp_activate, body.buddypress.activate.login-split-page article.bp_register, @@ -29008,7 +29544,6 @@ body.buddypress.activate.login-split-page .login-split__entry p { } } @media (max-width: 800px) { - body.buddypress.register article.bp_register, body.buddypress.activate article.bp_activate { width: 80%; @@ -29020,7 +29555,6 @@ body.buddypress.activate.login-split-page .login-split__entry p { } } @media (max-width: 544px) { - body.buddypress.register article.bp_register, body.buddypress.activate article.bp_activate { width: 85%; @@ -29031,7 +29565,6 @@ body.buddypress.activate.login-split-page .login-split__entry p { width: 85%; } } - body.register .registration-popup, body.registration .mfp-content #terms-modal, body.registration .mfp-content #privacy-modal { @@ -29081,7 +29614,6 @@ body.register .registration-popup .mfp-close { height: 40px; width: 40px; } - .bb-password-wrap a.bb-toggle-password .bb-icon-eye { font-size: 18px; } @@ -29092,7 +29624,6 @@ body.buddypress.activation article.bp_activate { margin-right: auto; margin-left: auto; } - body.buddypress.activation article.bp_activate .entry-header { margin-bottom: 1.2rem; display: -webkit-box; @@ -29101,26 +29632,22 @@ body.buddypress.activation article.bp_activate .entry-header { -ms-flex-flow: row wrap; flex-flow: row wrap; } - body.buddypress.activation article.bp_activate .entry-header h1 { font-size: 20px; margin-left: auto; } - body.buddypress.activation article.bp_activate .entry-header span { font-size: 14px; text-transform: lowercase; } - body.buddypress.activation article.bp_activate label { - font-weight: 400; + font-weight: normal; font-size: 14px; } body.buddypress.activation .site { min-height: initial; } - body.buddypress.activation.sticky-header .site-content { min-height: initial; } @@ -29139,12 +29666,10 @@ body.buddypress.activation .activate-section-logo { max-width: 450px; margin: 0 auto 1.7rem; } - body.buddypress.activation .activate-section-logo img { max-width: 320px; width: 22%; } - body.buddypress.activation .activate-section-logo span { background-size: contain; width: 84px; @@ -29154,7 +29679,6 @@ body.buddypress.activation .activate-section-logo span { background-repeat: no-repeat; margin: auto; } - body.buddypress.activation .activate-section-logo a { font-size: 20px; line-height: 1.3em; @@ -29170,7 +29694,6 @@ body.buddypress.activation .activate-section-logo a { body.buddypress.activation.login-split-page #primary { max-width: none; } - body.buddypress.activation.login-split-page #main { width: 100%; } @@ -29182,7 +29705,6 @@ body.buddypress.activation.login-split-page .login-split__entry h1 { } @media (min-width: 992px) { - body.buddypress.activation.login-split-page .login-split > div > span { font-size: 16px; line-height: 1.4; @@ -29191,7 +29713,6 @@ body.buddypress.activation.login-split-page .login-split__entry h1 { } } @media (max-width: 800px) { - body.buddypress.activation article.bp_activate { width: 80%; } @@ -29201,7 +29722,6 @@ body.buddypress.activation.login-split-page .login-split__entry h1 { } } @media (max-width: 544px) { - body.buddypress.activation article.bp_activate { width: 85%; } @@ -29210,25 +29730,20 @@ body.buddypress.activation.login-split-page .login-split__entry h1 { width: 85%; } } - body.group-create .site-content > .container { max-width: 100%; } - body.group-create .content-area { padding-top: 0; } - body.group-create #buddypress .item-body { margin: 0; } - body.group-create #group-invites-container .total-members-text, body.group-create #group-invites-container input.select2-search__field, body.group-create #group-invites-container label.bp-group-invite-label { margin: 0; } - body.group-create .bb-groups-invites-left .bb-panel-head { min-height: 66px; display: -webkit-box; @@ -29238,15 +29753,12 @@ body.group-create .bb-groups-invites-left .bb-panel-head { -ms-flex-align: center; align-items: center; } - body.group-create .bb-groups-invites-left .bb-panel-subhead { width: 100%; } - body.group-create #group-invites-container .bb-groups-invites-left #members-list { max-height: 67vh; } - body.group-create #send_group_invite_form .select2-selection__rendered { max-height: 200px; } @@ -29254,33 +29766,27 @@ body.group-create #send_group_invite_form .select2-selection__rendered { .bb-create-group-container { margin: 0 -20px; } - .bb-create-group-container div#profile_cover { padding-top: 22%; } - -.bb-create-group-container div#profile_cover::before { +.bb-create-group-container div#profile_cover:before { background: #eef0f3; } - #group-create-body .bb-create-group-container .dz-default { min-height: 1px; background: transparent; border: 0; line-height: 1; } - -#group-create-body .bb-create-group-container .dz-default span::before { +#group-create-body .bb-create-group-container .dz-default span:before { background: url("../images/svg/group-avatar.svg") no-repeat; margin: 0; width: 65px; height: 60px; } - #group-create-body .bb-create-group-container .dz-default.dz-message { font-size: 0; } - .bb-create-group-container .bb-profile-cover-wrap .more-actions, .bb-create-group-container #bb_profile_avatar_wrap .more-actions { top: 50%; @@ -29293,12 +29799,10 @@ body.group-create #send_group_invite_form .select2-selection__rendered { text-align: center; z-index: 22; } - .bb-create-group-container .bb-profile-cover-wrap .croppie-container, .bb-create-group-container #bb_profile_avatar_wrap .croppie-container { border-radius: 0; } - .bb-create-group-container .bb-profile-cover-wrap .bb-icon-menu-dots-v, .bb-create-group-container #bb_profile_avatar_wrap .bb-icon-menu-dots-v { font-family: inherit; @@ -29308,12 +29812,10 @@ body.group-create #send_group_invite_form .select2-selection__rendered { left: 0; top: 0; } - -.bb-create-group-container .bb-profile-cover-wrap .bb-icon-menu-dots-v::before, -.bb-create-group-container #bb_profile_avatar_wrap .bb-icon-menu-dots-v::before { +.bb-create-group-container .bb-profile-cover-wrap .bb-icon-menu-dots-v:before, +.bb-create-group-container #bb_profile_avatar_wrap .bb-icon-menu-dots-v:before { content: ""; } - .bb-create-group-container .bb-profile-cover-wrap .bs-dropdown, .bb-create-group-container #bb_profile_avatar_wrap .bs-dropdown { top: 35px; @@ -29322,45 +29824,37 @@ body.group-create #send_group_invite_form .select2-selection__rendered { margin: auto; max-width: 160px; } - -.bb-create-group-container .bb-profile-cover-wrap .bs-dropdown::after, -.bb-create-group-container #bb_profile_avatar_wrap .bs-dropdown::after { +.bb-create-group-container .bb-profile-cover-wrap .bs-dropdown:after, +.bb-create-group-container #bb_profile_avatar_wrap .bs-dropdown:after { left: 0; right: 0; } - .bb-create-group-container #bb-profile-avatar-wrap-components div#profile_avatar { background: #eef0f3; border: 2px solid rgba(255, 255, 255, 0.37); box-shadow: 0 4px 12px 0 #d0d3d6; border-radius: 5px; } - .bb-create-group-container .bb-profile-avatar-wrap, .bb-create-group-container #bb-profile-avatar-wrap-components { height: 200px; width: 200px; overflow: visible; } - .bb-create-group-container .bb-profile-avatar-wrap { margin-right: 150px; margin-top: -162px; } - -.bb-create-group-container #bb-profile-avatar-wrap-components div#profile_avatar::before { +.bb-create-group-container #bb-profile-avatar-wrap-components div#profile_avatar:before { display: none; } - .bb-create-group-container .bb-profile-avatar-wrap .dz-default span { display: block; } - .bb-create-group-container .bb-profile-wrap .croppie-container .cr-boundary { border: 1px solid #fff; border-radius: 5px; } - .bb-create-group-container .bb-privary-box { background: #fff; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12); @@ -29381,14 +29875,12 @@ body.group-create #send_group_invite_form .select2-selection__rendered { position: relative; cursor: pointer; } - .bb-create-group-container .bb-privary-box .bb-text { opacity: 0.5; color: var(--bb-body-text-color); line-height: 1; margin-top: 15px; } - .bb-create-group-container .bb-privary-box svg { opacity: 0.5; } @@ -29413,8 +29905,7 @@ div#profile_cover { margin-bottom: 2rem; z-index: 5; } - -div#profile_cover::before { +div#profile_cover:before { background: rgba(18, 43, 70, 0.3); content: ""; position: absolute; @@ -29450,7 +29941,7 @@ div#profile_avatar { z-index: 5; } -#group-create-body #bb_profile_avatar_wrap .dz-default span::before { +#group-create-body #bb_profile_avatar_wrap .dz-default span:before { background: url("../images/svg/group-profile.svg") no-repeat; margin-top: -20px; } @@ -29469,7 +29960,6 @@ div#profile_avatar { margin: auto; padding: 80px 15px 0; } - #create-group-form.standard-form .bb-create-group-details-wrap .bb-field-wrap { display: -webkit-box; display: -ms-flexbox; @@ -29486,7 +29976,6 @@ div#profile_avatar { letter-spacing: -0.24px; line-height: 1.57; } - #create-group-form.standard-form .bb-create-group-details-wrap .bb-field-wrap > label { -webkit-box-flex: 0; -ms-flex: 0 0 200px; @@ -29499,24 +29988,20 @@ div#profile_avatar { letter-spacing: -0.24px; cursor: pointer; } - #create-group-form.standard-form .bb-create-group-details-wrap .bb-field-input { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } - #create-group-form.standard-form .bb-create-group-details-wrap .bb-field-input label { font-size: 14px; color: var(--bb-body-text-color); font-weight: 500; letter-spacing: -0.24px; cursor: pointer; - /* -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; */ } - #create-group-form.standard-form .bb-create-group-details-wrap input, #create-group-form.standard-form .bb-create-group-details-wrap select { height: 48px; @@ -29524,7 +30009,6 @@ div#profile_avatar { letter-spacing: -0.24px; padding: 10px 15px; } - #create-group-form.standard-form .bb-create-group-details-wrap textarea { height: 145px; resize: none; @@ -29532,31 +30016,24 @@ div#profile_avatar { letter-spacing: -0.24px; padding: 10px 15px; } - #create-group-form.standard-form .bb-create-group-details-wrap .bb-field-inner-wrap { margin-bottom: 20px; } - #create-group-form.standard-form .bb-create-group-details-wrap .bb-field-inner-wrap:last-child { margin-bottom: 0; } - #create-group-form.standard-form .bb-create-group-details-wrap .bb-field-inner-wrap span { color: #939597; } - #create-group-form.standard-form .bb-create-group-details-wrap .bb-field-inner-wrap .checked + span { color: var(--bb-body-text-color); } - #create-group-form.standard-form .bb-create-group-details-wrap input.button { min-width: 200px; } - #create-group-form.standard-form .bb-create-group-details-wrap a.cancel { margin-left: 25px; } - #create-group-form.standard-form .bb-create-group-details-wrap .group-create-privacy .radio { display: -webkit-box; display: -ms-flexbox; @@ -29564,19 +30041,15 @@ div#profile_avatar { -ms-flex-flow: row wrap; flex-flow: row wrap; } - #create-group-form.standard-form .bb-create-group-details-wrap .group-create-privacy .radio .bb-field-inner-wrap { margin-left: 10px; } - #create-group-form.standard-form .bb-create-group-details-wrap .group-create-privacy .checked + .bb-privary-box { box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.12), inset 0 -2px 0 0 var(--bb-primary-color); } - #create-group-form.standard-form .bb-create-group-details-wrap .group-create-privacy .checked + .bb-privary-box svg { opacity: 1; } - #create-group-form.standard-form .bb-create-group-details-wrap .group-create-privacy .checked + .bb-privary-box .bb-text { opacity: 1; } @@ -29598,18 +30071,15 @@ div#profile_avatar { width: auto; max-height: 500px; } - #content div#invite-list ul { margin: 0; list-style: none; } - #content div#invite-list .avatar { max-width: 40px; border-radius: 50%; margin-left: 10px; } - #content div#invite-list label { cursor: pointer; display: -webkit-box; @@ -29619,18 +30089,15 @@ div#profile_avatar { -ms-flex-align: center; align-items: center; } - #content div#invite-list .bb-name-wrap span { display: block; } - #content div#invite-list .bb-name { font-size: 16px; color: var(--bb-body-text-color); letter-spacing: -0.24px; line-height: 1; } - #content div#invite-list .bb-mention { font-size: 13px; font-weight: 300; @@ -29639,16 +30106,13 @@ div#profile_avatar { line-height: 1; margin-top: 3px; } - #content div#invite-list .bb-input-wrap { margin-right: auto; } - #content div#invite-list .bb-input-wrap input { position: absolute; opacity: 0; } - #content div#invite-list .bb-check-icon { display: inline-block; width: 22px; @@ -29659,7 +30123,6 @@ div#profile_avatar { border-radius: 0; margin-left: 0; } - #content div#invite-list input:checked + .bb-check-icon { background-image: url("../images/svg/circle-select.svg"); opacity: 0.5; @@ -29669,7 +30132,6 @@ ul#friend-list .avatar { border-radius: 50%; max-width: 52px; } - ul#friend-list .bb-user-avatar { margin-left: 15px; } @@ -29684,16 +30146,13 @@ ul#friend-list .bb-user-avatar { font-weight: 500; letter-spacing: -0.24px; line-height: 1.2; - /* -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; */ margin: 0; } - .bb-invite-user-meta h2 a { color: inherit; } - .bb-invite-user-meta .bb-activity { display: block; font-size: 13px; @@ -29725,15 +30184,12 @@ div#group-step-popup { max-width: 600px; padding: 40px; } - div#group-step-popup #content div#invite-list { max-height: 45vh; } - div#group-step-popup .bb-invite-search input { width: 100%; } - div#group-step-popup .bb-input-wrap input { width: 26px; height: 26px; @@ -29747,36 +30203,29 @@ div#group-step-popup .bb-input-wrap input { -moz-appearance: none; appearance: none; } - div#group-step-popup .bb-input-wrap input:checked { background-image: url("../images/svg/circle-select.svg"); opacity: 0.5; } - div#group-step-popup #content div#invite-list .avatar { max-width: 44px; margin-left: 20px; } - div#group-step-popup #content form.standard-form .left-menu #invite-list ul li { margin: 0; border-bottom: 1px solid var(--bb-content-border-color); padding-bottom: 20px; padding-top: 20px; } - div#group-step-popup #content div#invite-list .bb-name { font-size: 18px; } - div#group-step-popup #content div#invite-list .bb-mention { margin-top: 6px; } - div#group-step-popup input#groups_invite_search { height: 50px; } - div#group-step-popup .bb-search-title { font-size: 30px; color: var(--bb-body-text-color); @@ -29785,11 +30234,9 @@ div#group-step-popup .bb-search-title { line-height: 40px; margin-bottom: 5px; } - div#group-step-popup .mfp-close { background: transparent; } - div#group-step-popup .mfp-close:hover { background: transparent; } @@ -29797,7 +30244,6 @@ div#group-step-popup .mfp-close:hover { .group-step-buttons { text-align: center; } - .group-step-buttons input.button { min-width: 180px; min-height: 46px; @@ -29811,31 +30257,26 @@ div#group-step-popup .mfp-close:hover { #buddypress .bb-group-settings { font-size: 16px; } - #buddypress .bb-group-settings .bs-styled-checkbox + label { display: -webkit-box; display: -ms-flexbox; display: flex; } - -#buddypress .bb-group-settings .bs-styled-checkbox:checked + label::before { +#buddypress .bb-group-settings .bs-styled-checkbox:checked + label:before { -webkit-box-flex: 0; -ms-flex: 0 0 20px; flex: 0 0 20px; } - #buddypress .bb-group-settings .bb-field-title { font-size: 18px; font-weight: 500; border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding-bottom: 15px; } - -#buddypress .bb-group-settings .bs-styled-radio:checked + label::after, -#buddypress .bb-group-settings .bs-styled-radio:checked + .bb-radio-label::after { +#buddypress .bb-group-settings .bs-styled-radio:checked + label:after, +#buddypress .bb-group-settings .bs-styled-radio:checked + .bb-radio-label:after { top: 4px; } - #content #buddypress .bb-group-settings .action .button { min-width: 20px; display: inline-block; @@ -29843,47 +30284,37 @@ div#group-step-popup .mfp-close:hover { min-height: 20px; padding: 4px 12px; } - #content #buddypress .bb-group-settings .bs-item-wrap div.action { padding: 0; } - #content #buddypress .bb-group-settings .bs-item-wrap .bs-generic-button { margin: 0 0 0 5px; } - #buddypress .bb-group-settings .bs-item-wrap > .item > .item-title { margin-bottom: 5px; } - #buddypress .bb-group-settings .item-title a { font-size: 18px; } - #buddypress .bb-group-settings .bs-item-list.list-view { margin-bottom: 30px; } - #buddypress .bb-group-settings .bs-members-items .bs-generic-button { margin-left: 5px; } - #buddypress .bb-group-settings .item-title { position: relative; } - #buddypress .bb-group-settings .bs-members-items.list-view .bb-profile-card div.action { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } - #buddypress .bb-group-settings .bs-members-items.list-view .bb-profile-card div.action a { font-size: 13px; } .groups.edit-details div#secondary { - /* display: none; */ } @@ -29938,13 +30369,11 @@ p.group-setting-label { } @media screen and (min-width: 768px) { - .groups.group-create .buddypress-wrap #group-create-tabs.tabbed-links .group-create-buttons li.current { background-color: var(--bb-body-background-color); } } @media (max-width: 1080px) { - .bb-create-group-cover-wrap div#profile_cover { padding-top: 28%; } @@ -29986,13 +30415,11 @@ p.group-setting-label { } } @media (min-width: 800px) and (max-width: 920px) { - .invite-action.invite-action { padding-right: 0; } } @media (max-width: 820px) { - .bb-create-group-container .bb-privary-box { min-width: 130px; min-height: 100px; @@ -30005,7 +30432,6 @@ p.group-setting-label { } } @media (max-width: 760px) { - .bb-create-group-cover-wrap div#profile_cover { padding-top: 32%; } @@ -30021,7 +30447,6 @@ p.group-setting-label { } } @media (max-width: 640px) { - .bb-create-group-container .bb-profile-avatar-wrap { margin: 0 auto; margin-top: -50px; @@ -30039,7 +30464,6 @@ p.group-setting-label { } } @media (max-width: 580px) { - #send-invite-form .left-menu { border-left: 0; border-bottom: 1px solid var(--bb-content-border-color); @@ -30053,20 +30477,16 @@ p.group-setting-label { } } @media (max-width: 440px) { - .bb-create-group-cover-wrap div#profile_cover { padding-top: 60%; } } - body.bp-search .buddypanel { z-index: 611; } - body.bp-search .site-header { z-index: 610; } - body.bp-search .bp-forum-search-ac-header, body.bp-search .bp-search-ac-header, body.bp-search .bp-search-ac { @@ -30086,7 +30506,6 @@ body.bp-search .bp-search-ac { transform: translate(50%, 10px); z-index: 610; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type), body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type), body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type) { @@ -30095,19 +30514,16 @@ body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type) { margin: auto; width: 100%; float: none; - /* Overwrite jQuery-ui CSS for Header Searchbar */ padding: 0 15px; border-bottom: 1px solid var(--bb-content-border-color); color: var(--bb-alternate-text-color); } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type) .item p, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type) .item p, body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type) .item p { margin-bottom: 5px; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type) .item-avatar > i, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type) .item-avatar > i, body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type) .item-avatar > i { @@ -30128,21 +30544,18 @@ body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type) .item-avatar > i height: 48px; width: 48px; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type) .bp-search-ajax-item, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type) .bp-search-ajax-item, body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type) .bp-search-ajax-item { margin: 0; padding: 15px 0; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type) .bp-search-ajax-item .item-avatar, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type) .bp-search-ajax-item .item-avatar, body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type) .bp-search-ajax-item .item-avatar { margin-left: 15px; margin-top: 5px; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type) .bp-search-ajax-item .item-desc, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type) .bp-search-ajax-item .item-desc, body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type) .bp-search-ajax-item .item-desc { @@ -30152,7 +30565,6 @@ body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type) .bp-search-ajax- margin: 0; line-height: 21px; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type) .entry-meta, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type) .entry-meta, body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type) .entry-meta { @@ -30164,25 +30576,21 @@ body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type) .entry-meta { min-height: 26px; margin-bottom: 0; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type) .entry-meta a, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type) .entry-meta a, body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type) .entry-meta a { color: var(--bb-alternate-text-color); } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type):last-child, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type):last-child, body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type):last-child { border-bottom: 0; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type):last-child:not(.bbls-view_all_type-type), body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type):last-child:not(.bbls-view_all_type-type), body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type):last-child:not(.bbls-view_all_type-type) { margin-bottom: 12px; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-reply-type > .bp-search-ajax-item, body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity_comment-type > .bp-search-ajax-item, body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity-type > .bp-search-ajax-item, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-reply-type > .bp-search-ajax-item, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity_comment-type > .bp-search-ajax-item, @@ -30194,7 +30602,6 @@ body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-activity-ty display: -ms-flexbox; display: flex; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-reply-type > .bp-search-ajax-item > .item a, body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity_comment-type > .bp-search-ajax-item > .item a, body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity-type > .bp-search-ajax-item > .item a, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-reply-type > .bp-search-ajax-item > .item a, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity_comment-type > .bp-search-ajax-item > .item a, @@ -30204,7 +30611,6 @@ body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-activity_co body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-activity-type > .bp-search-ajax-item > .item a { display: inline; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-reply-type > .bp-search-ajax-item > .item .item-title a, body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-reply-type > .bp-search-ajax-item > .item .item-title p, body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity_comment-type > .bp-search-ajax-item > .item .item-title a, body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity_comment-type > .bp-search-ajax-item > .item .item-title p, body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity-type > .bp-search-ajax-item > .item .item-title a, @@ -30226,7 +30632,6 @@ body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-activity-ty color: var(--bb-headings-color); letter-spacing: -0.24px; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-reply-type > .bp-search-ajax-item > .item .item-title a, body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity_comment-type > .bp-search-ajax-item > .item .item-title a, body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity-type > .bp-search-ajax-item > .item .item-title a, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-reply-type > .bp-search-ajax-item > .item .item-title a, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity_comment-type > .bp-search-ajax-item > .item .item-title a, @@ -30236,7 +30641,6 @@ body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-activity_co body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-activity-type > .bp-search-ajax-item > .item .item-title a { font-weight: 500; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-reply-type > .bp-search-ajax-item > .item .item-title a > img, body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity_comment-type > .bp-search-ajax-item > .item .item-title a > img, body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity-type > .bp-search-ajax-item > .item .item-title a > img, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-reply-type > .bp-search-ajax-item > .item .item-title a > img, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity_comment-type > .bp-search-ajax-item > .item .item-title a > img, @@ -30246,7 +30650,6 @@ body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-activity_co body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-activity-type > .bp-search-ajax-item > .item .item-title a > img { display: none; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-reply-type > .bp-search-ajax-item .woocommerce-product-details__short-description, body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity_comment-type > .bp-search-ajax-item .woocommerce-product-details__short-description, body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity-type > .bp-search-ajax-item .woocommerce-product-details__short-description, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-reply-type > .bp-search-ajax-item .woocommerce-product-details__short-description, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity_comment-type > .bp-search-ajax-item .woocommerce-product-details__short-description, @@ -30258,25 +30661,21 @@ body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-activity-ty font-size: 14px; font-weight: 400; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-members-type .bp-search-ajax-item .item-avatar, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-members-type .bp-search-ajax-item .item-avatar, body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-members-type .bp-search-ajax-item .item-avatar { margin-top: 0; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-members-type .bp-search-ajax-item .item, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-members-type .bp-search-ajax-item .item, body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-members-type .bp-search-ajax-item .item { margin-top: 4px; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-posts-type .bp-search-ajax-item .item-avatar, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-posts-type .bp-search-ajax-item .item-avatar, body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-posts-type .bp-search-ajax-item .item-avatar { margin-top: 0; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-reply-type > .bp-search-ajax-item .item .entry-title, body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity_comment-type > .bp-search-ajax-item .item .entry-title, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-reply-type > .bp-search-ajax-item .item .entry-title, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity_comment-type > .bp-search-ajax-item .item .entry-title, @@ -30285,7 +30684,6 @@ body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-activity_co font-weight: 400; margin-bottom: 0; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-topic-type > .bp-search-ajax-item, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-topic-type > .bp-search-ajax-item, body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-topic-type > .bp-search-ajax-item { @@ -30293,7 +30691,6 @@ body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-topic-type display: -ms-flexbox; display: flex; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-cpt-product-type > .bp-search-ajax-item, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-cpt-product-type > .bp-search-ajax-item, body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-cpt-product-type > .bp-search-ajax-item { @@ -30301,13 +30698,11 @@ body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-cpt-product display: -ms-flexbox; display: flex; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-cpt-product-type > .bp-search-ajax-item > .item a, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-cpt-product-type > .bp-search-ajax-item > .item a, body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-cpt-product-type > .bp-search-ajax-item > .item a { display: inline; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-cpt-product-type > .bp-search-ajax-item .woocommerce-product-details__short-description, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-cpt-product-type > .bp-search-ajax-item .woocommerce-product-details__short-description, body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-cpt-product-type > .bp-search-ajax-item .woocommerce-product-details__short-description { @@ -30315,7 +30710,6 @@ body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-cpt-product font-size: 14px; font-weight: 400; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-groups-type > .bp-search-ajax-item, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-groups-type > .bp-search-ajax-item, body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-groups-type > .bp-search-ajax-item { @@ -30323,7 +30717,6 @@ body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-groups-type display: -ms-flexbox; display: flex; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-groups-type > .bp-search-ajax-item .group-details, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-groups-type > .bp-search-ajax-item .group-details, body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-groups-type > .bp-search-ajax-item .group-details { @@ -30331,16 +30724,14 @@ body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-groups-type font-size: 14px; font-weight: 400; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-sub-item .item-avatar, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-sub-item .item-avatar, body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-sub-item .item-avatar { position: relative; } - -body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-sub-item .item-avatar::before, -body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-sub-item .item-avatar::before, -body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-sub-item .item-avatar::before { +body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-sub-item .item-avatar:before, +body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-sub-item .item-avatar:before, +body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-sub-item .item-avatar:before { background-color: var(--bb-alternate-text-color); top: 25px; border-radius: 50%; @@ -30356,37 +30747,31 @@ body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-sub-item .i text-align: center; width: 24px; } - -body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity_comment-type .item-avatar::before, -body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity_comment-type .item-avatar::before, -body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-activity_comment-type .item-avatar::before { +body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity_comment-type .item-avatar:before, +body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity_comment-type .item-avatar:before, +body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-activity_comment-type .item-avatar:before { content: "\e967"; } - -body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity-type .item-avatar::before, -body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity-type .item-avatar::before, -body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-activity-type .item-avatar::before { +body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity-type .item-avatar:before, +body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity-type .item-avatar:before, +body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-activity-type .item-avatar:before { content: "\e854"; } - -body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-topic-type .item-avatar::before, -body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-topic-type .item-avatar::before, -body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-topic-type .item-avatar::before { +body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-topic-type .item-avatar:before, +body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-topic-type .item-avatar:before, +body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-topic-type .item-avatar:before { content: "\ee34"; } - -body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-reply-type .item-avatar::before, -body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-reply-type .item-avatar::before, -body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-reply-type .item-avatar::before { +body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-reply-type .item-avatar:before, +body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-reply-type .item-avatar:before, +body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-reply-type .item-avatar:before { content: "\ef0a"; } - body.bp-search .bp-forum-search-ac-header li:hover .item-avatar > i, body.bp-search .bp-search-ac-header li:hover .item-avatar > i, body.bp-search .bp-search-ac li:hover .item-avatar > i { background-color: var(--bb-content-background-color); } - body.bp-search .bp-forum-search-ac-header li .bp-member-type, body.bp-search .bp-forum-search-ac-header li .item-meta, body.bp-search .bp-search-ac-header li .bp-member-type, @@ -30401,7 +30786,6 @@ body.bp-search .bp-search-ac li .item-meta { letter-spacing: -0.15px; line-height: 1.1875rem; } - body.bp-search .bp-forum-search-ac-header li .bp-member-type strong, body.bp-search .bp-forum-search-ac-header li .item-meta strong, body.bp-search .bp-search-ac-header li .bp-member-type strong, @@ -30410,7 +30794,6 @@ body.bp-search .bp-search-ac li .bp-member-type strong, body.bp-search .bp-search-ac li .item-meta strong { font-weight: 400; } - body.bp-search .bp-forum-search-ac-header li .middot, body.bp-search .bp-search-ac-header li .middot, body.bp-search .bp-search-ac li .middot { @@ -30420,40 +30803,32 @@ body.bp-search .bp-search-ac li .middot { margin: 0 6px; line-height: 1; } - body.bp-search .bp-forum-search-ac-header > li.bbls-view_all_type-type, body.bp-search .bp-search-ac-header > li.bbls-view_all_type-type, body.bp-search .bp-search-ac > li.bbls-view_all_type-type { margin-bottom: -10px; text-align: center; } - body.bp-search .bp-forum-search-ac-header > li a:not(.x), body.bp-search .bp-search-ac-header > li a:not(.x), body.bp-search .bp-search-ac > li a:not(.x) { display: -webkit-box; display: -ms-flexbox; display: flex; - /* Overwrite jQuery-ui CSS for Header Searchbar */ } - body.bp-search .bp-forum-search-ac-header > li .ui-state-active, body.bp-search .bp-search-ac-header > li .ui-state-active, body.bp-search .bp-search-ac > li .ui-state-active { - /* Overwrite jQuery-ui CSS for Header Searchbar */ background: transparent; border: none; } - body.bp-search .bp-forum-search-ac-header > li.bbls-view_all_type-type, body.bp-search .bp-search-ac-header > li.bbls-view_all_type-type, body.bp-search .bp-search-ac > li.bbls-view_all_type-type { - /* Overwrite jQuery-ui CSS for Header Searchbar */ } - body.bp-search .bp-forum-search-ac-header > li.bbls-view_all_type-type a, body.bp-search .bp-search-ac-header > li.bbls-view_all_type-type a, body.bp-search .bp-search-ac > li.bbls-view_all_type-type a { @@ -30462,8 +30837,7 @@ body.bp-search .bp-search-ac > li.bbls-view_all_type-type a { font-weight: 500; padding: 11px 10px !important; } - -body.bp-search .bp-forum-search-ac-header > li.bbls-view_all_type-type a::after, body.bp-search .bp-search-ac-header > li.bbls-view_all_type-type a::after, body.bp-search .bp-search-ac > li.bbls-view_all_type-type a::after { +body.bp-search .bp-forum-search-ac-header > li.bbls-view_all_type-type a:after, body.bp-search .bp-search-ac-header > li.bbls-view_all_type-type a:after, body.bp-search .bp-search-ac > li.bbls-view_all_type-type a:after { content: "\e827"; color: var(--bb-alternate-text-color); font-family: bb-icons; @@ -30473,33 +30847,28 @@ body.bp-search .bp-forum-search-ac-header > li.bbls-view_all_type-type a::after, display: inline-block; line-height: 22px; } - -[dir="rtl"] body.bp-search .bp-forum-search-ac-header > li.bbls-view_all_type-type a::after, -[dir="rtl"] body.bp-search .bp-search-ac-header > li.bbls-view_all_type-type a::after, -[dir="rtl"] body.bp-search .bp-search-ac > li.bbls-view_all_type-type a::after { +[dir="rtl"] body.bp-search .bp-forum-search-ac-header > li.bbls-view_all_type-type a:after, +[dir="rtl"] body.bp-search .bp-search-ac-header > li.bbls-view_all_type-type a:after, +[dir="rtl"] body.bp-search .bp-search-ac > li.bbls-view_all_type-type a:after { content: "\e8ab"; } - body.bp-search .bp-forum-search-ac-header > li.bbls-albums-type .media-album_items .item-avatar, body.bp-search .bp-search-ac-header > li.bbls-albums-type .media-album_items .item-avatar, body.bp-search .bp-search-ac > li.bbls-albums-type .media-album_items .item-avatar { float: right; margin-top: 0; } - body.bp-search .bp-forum-search-ac-header > li.bbls-albums-type .media-album_items .item-avatar + .media-album_details, body.bp-search .bp-search-ac-header > li.bbls-albums-type .media-album_items .item-avatar + .media-album_details, body.bp-search .bp-search-ac > li.bbls-albums-type .media-album_items .item-avatar + .media-album_details { width: -webkit-calc(100% - 65px); width: calc(100% - 65px); } - body.bp-search .bp-forum-search-ac-header img, body.bp-search .bp-search-ac-header img, body.bp-search .bp-search-ac img { border-radius: 50%; } - body.bp-search .bp-forum-search-ac-header { max-width: initial !important; left: initial; @@ -30507,48 +30876,38 @@ body.bp-search .bp-forum-search-ac-header { -ms-transform: none; transform: none; } - body.bp-search .bp-forum-search-ac-header > li a:not(.x) { -ms-flex-wrap: wrap; flex-wrap: wrap; } - body.bp-search .bp-forum-search-ac-header > li a:not(.x) .item-avatar { margin-bottom: 15px; } - body.bp-search .bp-forum-search-ac-header > li a:not(.x) .item { min-width: 160px; } - body.bp-search .bp-forum-search-ac-header .bp-search-ajax-item { -ms-flex-wrap: wrap; flex-wrap: wrap; } - body.bp-search .bp-forum-search-ac-header .bp-search-ajax-item > .item-avatar { margin-bottom: 15px; } - body.bp-search .bp-forum-search-ac-header .bp-search-ajax-item > .item { min-width: 160px; } - body.bp-search .bp-forum-search-ac-header > li.bbls-undefined-type, body.bp-search .bp-forum-search-ac-header > li:last-child { margin-bottom: 0; } - body.bp-search .search-media-list .media-album_details .media-album_name, body.bp-search .search-video-list .media-album_details .media-album_name { color: var(--bb-headings-color); } - body.bp-search .search-media-list .media-album_details .media-album_name:hover, body.bp-search .search-video-list .media-album_details .media-album_name:hover { color: var(--bb-primary-color); } - body.bp-search .search-media-list .media-album_group, body.bp-search .search-media-list .media-photo_count, body.bp-search .search-media-list .media-album_modified, @@ -30563,36 +30922,29 @@ body.bp-search .search-video-list .media-album_modified .media-album_details__bo body.bp-search .search-video-list .media-album_modified .media-album_details__bottom { color: var(--bb-alternate-text-color); } - body.bp-search .search-media-list .media-album_author a, body.bp-search .search-video-list .media-album_author a { color: var(--bb-alternate-text-color); } - body.bp-search .search-media-list .middot, body.bp-search .search-video-list .middot { color: var(--bb-alternate-text-color); } - body.bp-search .search-document-list .media-folder_items .media-folder_details .media-folder_name { color: var(--bb-headings-color); } - body.bp-search .search-document-list .media-folder_items .media-folder_details .media-folder_name:hover { color: var(--bb-primary-color); } - body.bp-search .search-document-list .media-folder_items .media-folder_details__bottom { color: var(--bb-alternate-text-color); } - body.bp-search .search-document-list .media-folder_items .media-folder_details__bottom .media-folder_date, body.bp-search .search-document-list .media-folder_items .media-folder_details__bottom .media-folder_author, body.bp-search .search-document-list .media-folder_items .media-folder_details__bottom .media-folder_group, body.bp-search .search-document-list .media-folder_items .media-folder_details__bottom .media-folder_author a { color: var(--bb-alternate-text-color); } - body.bp-search .bbls-category a { font-size: 12px; font-weight: 600; @@ -30600,7 +30952,6 @@ body.bp-search .bbls-category a { letter-spacing: 0.7px; text-transform: uppercase; } - body.bp-search .bp-search-ac .item-avatar img { max-width: 48px; min-height: 48px; @@ -30630,7 +30981,6 @@ body.admin-bar.bp-search .bp-search-ac { } .activity-user { - /* color: $color-headings; */ font-weight: 500; } @@ -30642,7 +30992,6 @@ body.admin-bar.bp-search .bp-search-ac { .bp-search-results-list li:first-child .list-wrap { border-radius: 0 !important; } - #buddypress .bp-search-results-list .list-wrap { border-right: 0; border-left: 0; @@ -30650,12 +30999,10 @@ body.admin-bar.bp-search .bp-search-ac { padding-right: 0; padding-left: 0; } - .bp-search-results-list .bp-search-item .item-avatar { max-width: 90px; width: 100%; } - .bp-search-results-list .bp-search-item .item-avatar a { border-radius: 3px; display: block; @@ -30667,7 +31014,6 @@ body.admin-bar.bp-search .bp-search-ac { width: 100%; height: auto; } - .bp-search-results-list .bp-search-item .item-avatar a > i { min-height: 90px; min-width: 90px; @@ -30685,11 +31031,9 @@ body.admin-bar.bp-search .bp-search-ac { font-size: 28px; color: var(--bb-alternate-text-color); } - .bp-search-results-list .bp-search-item .item-avatar a:empty { display: none; } - .bp-search-results-list .bp-search-item .item-avatar img { position: absolute; top: 0; @@ -30703,17 +31047,14 @@ body.admin-bar.bp-search .bp-search-ac { min-width: 100%; object-fit: cover; } - .bp-search-results-list .bp-search-item_topic .item-avatar > a, .bp-search-results-list .bp-search-item_reply .item-avatar > a { min-height: initial; } - .bp-search-results-list .bp-search-item_topic .item-avatar > a:last-child, .bp-search-results-list .bp-search-item_reply .item-avatar > a:last-child { min-height: 90px; } - .bp-search-results-list .entry-summary { font-size: 14px; color: var(--bb-body-text-color); @@ -30721,30 +31062,24 @@ body.admin-bar.bp-search .bp-search-ac { line-height: 1.3; margin-bottom: 6px; } - .bp-search-results-list .entry-summary > p { margin-bottom: 6px; } - .bp-search-results-list .entry-summary > p:last-child { margin-bottom: 0; } - .bp-search-results-list .entry-content { float: none; width: auto; word-break: break-word; } - .bp-search-results-list .fluid-width-video-wrapper { min-width: 240px; margin: 0 !important; } - .bp-search-results-list .item-meta.activity-header { margin-bottom: 0 !important; } - .bp-search-results-list .bp-search-item .entry-meta, .bp-search-results-list .bp-search-item .entry-meta a, .bp-search-results-list .bp-search-item .entry-meta span, @@ -30759,7 +31094,6 @@ body.admin-bar.bp-search .bp-search-ac { letter-spacing: 0; line-height: 1.3; } - .bp-search-results-list .bp-search-item .entry-meta span.middot, .bp-search-results-list .bp-search-item .item-tags span.middot, .bp-search-results-list .bp-search-item .item-meta span.middot { @@ -30769,7 +31103,6 @@ body.admin-bar.bp-search .bp-search-ac { color: var(--bb-alternate-text-color); line-height: 1; } - .bp-search-results-list .bp-search-item.bp-search-item_product span.middot { display: inline-block; margin: 0 2px; @@ -30777,19 +31110,15 @@ body.admin-bar.bp-search .bp-search-ac { color: var(--bb-alternate-text-color); line-height: 0; } - .bp-search-results-list.members-list .item-meta .middot { vertical-align: initial; } - .bp-search-results-list .bp-search-item .item-tags { margin-top: 5px; } - .bp-search-results-list .entry-content:last-child { margin: 0; } - .buddypress-wrap .bp-search-results-list .item-meta.last-activity, .buddypress-wrap .bp-search-results-list .bp-member-type { color: var(--bb-alternate-text-color); @@ -30802,16 +31131,13 @@ body.admin-bar.bp-search .bp-search-ac { line-height: 1.1875rem; padding: 0; } - .buddypress-wrap .bp-search-results-list.members-list li .list-wrap .last-activity { color: var(--bb-alternate-text-color); margin-bottom: 0; } - .buddypress-wrap .bp-search-results-list.members-list li .list-wrap .last-activity span.middot { vertical-align: middle; } - .bp-search-results-list .item-meta .middot { display: inline-block; margin: 0 6px; @@ -30819,21 +31145,17 @@ body.admin-bar.bp-search .bp-search-ac { color: var(--bb-alternate-text-color); vertical-align: middle; } - .bp-search-results-list.cpt-product-list .item-extra, .bp-search-results-list.cpt-product-list .entry-meta { color: var(--bb-alternate-text-color); display: inline-block; } - .bp-search-results-list.cpt-product-list .woocommerce-product-details__short-description p { margin-bottom: 0; } - .bp-search-results-list.cpt-sfwd-lessons-list .item .item-title { margin-bottom: 0; } - .bp-search-results-list.cpt-sfwd-lessons-list .entry-summary { color: var(--bb-alternate-text-color); margin-top: 5px; @@ -30843,53 +31165,42 @@ body.admin-bar.bp-search .bp-search-ac { font-size: 13px; font-weight: 400; } - .search-results .bp-list li .item-meta a { color: var(--bb-alternate-text-color); } - .search-results .bp-list li .item-meta a:hover { color: var(--bb-primary-color); } - .search-results .bp-list li .item-meta time { font-weight: 400; } - .search-results .pag-count { float: right; margin: 0 0 10px; } - .search-results .pag-data { color: var(--bb-alternate-text-color); font-size: 13px; } - .search-results .pagination { float: left; margin: 0 0 10px; } - .search-results .pagination-links a, .search-results .pagination-links span { border: 0; font-size: 13px; padding: 0 5px; } - .search-results .pagination-links a { color: var(--bb-primary-color); } - .search-results .pagination-links span { color: var(--bb-primary-color); } - .search-results .pagination-links .current { color: var(--bb-alternate-text-color); } - .search-results .item-meta.last-activity { font-size: 13px; } @@ -30919,12 +31230,10 @@ body.admin-bar.bp-search .bp-search-ac { margin: 0; padding: 30px 0; } - .bp-search-results-wrapper .bp-navs li { float: none; padding: 0; } - .bp-search-results-wrapper .bp-navs a { border: 0; font-size: 14px; @@ -30940,10 +31249,9 @@ body.admin-bar.bp-search .bp-search-ac { line-height: 1; margin-bottom: 1px; } - -.bp-search-results-wrapper .bp-navs a::before { +.bp-search-results-wrapper .bp-navs a:before { content: "\ee7a"; - font: 400 normal normal 14px/1 bb-icons; + font: normal normal normal 14px/1 bb-icons; speak: none; display: inline-block; font-size: 20px; @@ -30956,135 +31264,106 @@ body.admin-bar.bp-search .bp-search-ac { text-align: center; } @media only screen and (max-width: 768px) { - - .bp-search-results-wrapper .bp-navs a::before { + .bp-search-results-wrapper .bp-navs a:before { display: none; } } - .bp-search-results-wrapper .bp-navs a:hover { background: var(--bb-content-alternate-background-color); color: var(--bb-primary-color); } - .bp-search-results-wrapper .bp-navs a:hover .count { background-color: var(--bb-primary-color); color: var(--bb-content-background-color); } - -.bp-search-results-wrapper .bp-navs li:first-child a::before { +.bp-search-results-wrapper .bp-navs li:first-child a:before { content: "\e96f"; } - -.bp-search-results-wrapper .bp-navs .activity a::before { +.bp-search-results-wrapper .bp-navs .activity a:before { content: "\e854"; } - -.bp-search-results-wrapper .bp-navs .activity_comment a::before { +.bp-search-results-wrapper .bp-navs .activity_comment a:before { content: "\e967"; } - -.bp-search-results-wrapper .bp-navs .members a::before { +.bp-search-results-wrapper .bp-navs .members a:before { content: "\ef5b"; } - -.bp-search-results-wrapper .bp-navs .documents a::before { +.bp-search-results-wrapper .bp-navs .documents a:before { content: "\ee6e"; } - -.bp-search-results-wrapper .bp-navs .folders a::before { +.bp-search-results-wrapper .bp-navs .folders a:before { content: "\ee9e"; } - -.bp-search-results-wrapper .bp-navs .forum a::before { +.bp-search-results-wrapper .bp-navs .forum a:before { content: "\ee34"; } - -.bp-search-results-wrapper .bp-navs .topic a::before, -.bp-search-results-wrapper .bp-navs .reply a::before { +.bp-search-results-wrapper .bp-navs .topic a:before, +.bp-search-results-wrapper .bp-navs .reply a:before { content: "\ee37"; } - -.bp-search-results-wrapper .bp-navs .photos a::before { +.bp-search-results-wrapper .bp-navs .photos a:before { content: "\eeb4"; } - -.bp-search-results-wrapper .bp-navs .albums a::before, -.bp-search-results-wrapper .bp-navs .cpt-attachment a::before { +.bp-search-results-wrapper .bp-navs .albums a:before, +.bp-search-results-wrapper .bp-navs .cpt-attachment a:before { content: "\eeb5"; } - -.bp-search-results-wrapper .bp-navs .videos a::before { +.bp-search-results-wrapper .bp-navs .videos a:before { content: "\ef65"; } - -.bp-search-results-wrapper .bp-navs .cpt-product a::before { +.bp-search-results-wrapper .bp-navs .cpt-product a:before { content: "\ef19"; } - -.bp-search-results-wrapper .bp-navs .cpt-bp-member-type a::before { +.bp-search-results-wrapper .bp-navs .cpt-bp-member-type a:before { content: "\ef58"; } - -.bp-search-results-wrapper .bp-navs .posts a::before { +.bp-search-results-wrapper .bp-navs .posts a:before { content: "\eda9"; } - -.bp-search-results-wrapper .bp-navs .cpt-page a::before { +.bp-search-results-wrapper .bp-navs .cpt-page a:before { content: "\ee7a"; } - -.bp-search-results-wrapper .bp-navs .groups a::before, -.bp-search-results-wrapper .bp-navs .cpt-memberpressgroup a::before { +.bp-search-results-wrapper .bp-navs .groups a:before, +.bp-search-results-wrapper .bp-navs .cpt-memberpressgroup a:before { content: "\e95d"; } - -.bp-search-results-wrapper .bp-navs .cpt-sfwd-courses a::before, -.bp-search-results-wrapper .bp-navs .cpt-course a::before { +.bp-search-results-wrapper .bp-navs .cpt-sfwd-courses a:before, +.bp-search-results-wrapper .bp-navs .cpt-course a:before { content: "\ee3f"; } - -.bp-search-results-wrapper .bp-navs .cpt-sfwd-lessons a::before { +.bp-search-results-wrapper .bp-navs .cpt-sfwd-lessons a:before { content: "\e86e"; } - -.bp-search-results-wrapper .bp-navs .cpt-sfwd-topic a::before, -.bp-search-results-wrapper .bp-navs .cpt-lesson a::before { +.bp-search-results-wrapper .bp-navs .cpt-sfwd-topic a:before, +.bp-search-results-wrapper .bp-navs .cpt-lesson a:before { content: "\ee73"; } - -.bp-search-results-wrapper .bp-navs .cpt-sfwd-quiz a::before, -.bp-search-results-wrapper .bp-navs .cpt-llms_quiz a::before { +.bp-search-results-wrapper .bp-navs .cpt-sfwd-quiz a:before, +.bp-search-results-wrapper .bp-navs .cpt-llms_quiz a:before { content: "\ef01"; } - -.bp-search-results-wrapper .bp-navs .cpt-wp-parser-function a::before, -.bp-search-results-wrapper .bp-navs .cpt-wp-parser-class a::before, -.bp-search-results-wrapper .bp-navs .cpt-wp-parser-hook a::before, -.bp-search-results-wrapper .bp-navs .cpt-wp-parser-method a::before, -.bp-search-results-wrapper .bp-navs .cpt-command a::before { +.bp-search-results-wrapper .bp-navs .cpt-wp-parser-function a:before, +.bp-search-results-wrapper .bp-navs .cpt-wp-parser-class a:before, +.bp-search-results-wrapper .bp-navs .cpt-wp-parser-hook a:before, +.bp-search-results-wrapper .bp-navs .cpt-wp-parser-method a:before, +.bp-search-results-wrapper .bp-navs .cpt-command a:before { content: "\e977"; } - -.bp-search-results-wrapper .bp-navs .cpt-llms_assignment a::before { +.bp-search-results-wrapper .bp-navs .cpt-llms_assignment a:before { content: "\ee73"; } - -.bp-search-results-wrapper .bp-navs .cpt-llms_membership a::before, -.bp-search-results-wrapper .bp-navs .cpt-memberpressproduct a::before { +.bp-search-results-wrapper .bp-navs .cpt-llms_membership a:before, +.bp-search-results-wrapper .bp-navs .cpt-memberpressproduct a:before { content: "\eed4"; } - -.bp-search-results-wrapper .bp-navs .cpt-llms_certificate a::before, -.bp-search-results-wrapper .bp-navs .cpt-llms_my_certificate a::before { +.bp-search-results-wrapper .bp-navs .cpt-llms_certificate a:before, +.bp-search-results-wrapper .bp-navs .cpt-llms_my_certificate a:before { content: "\e975"; } - .bp-search-results-wrapper .bp-navs ul.subnav { width: 100%; } @media only screen and (max-width: 900px) { - .bp-search-results-wrapper .bp-navs ul.subnav { display: -webkit-box; display: -ms-flexbox; @@ -31096,7 +31375,6 @@ body.admin-bar.bp-search .bp-search-ac { flex-wrap: wrap; } } - .bp-search-results-wrapper .bp-navs .current a:hover, .bp-search-results-wrapper .bp-navs .current a, .bp-search-results-wrapper .bp-navs .selected a:hover, @@ -31108,11 +31386,10 @@ body.admin-bar.bp-search .bp-search-ac { font-weight: 400; position: relative; } - -.bp-search-results-wrapper .bp-navs .current a:hover::after, -.bp-search-results-wrapper .bp-navs .current a::after, -.bp-search-results-wrapper .bp-navs .selected a:hover::after, -.bp-search-results-wrapper .bp-navs .selected a::after { +.bp-search-results-wrapper .bp-navs .current a:hover:after, +.bp-search-results-wrapper .bp-navs .current a:after, +.bp-search-results-wrapper .bp-navs .selected a:hover:after, +.bp-search-results-wrapper .bp-navs .selected a:after { content: ""; background: var(--bb-content-background-color); height: 100%; @@ -31122,7 +31399,6 @@ body.admin-bar.bp-search .bp-search-ac { top: 0; width: 4px; } - .bp-search-results-wrapper .bp-navs .current a:hover .count, .bp-search-results-wrapper .bp-navs .current a .count, .bp-search-results-wrapper .bp-navs .selected a:hover .count, @@ -31131,16 +31407,14 @@ body.admin-bar.bp-search .bp-search-ac { color: var(--bb-content-background-color); } @media screen and (max-width: 900px) { - .bp-search-results-wrapper .bp-navs .current a, .bp-search-results-wrapper .bp-navs .selected a { border-top: 0; border-bottom: 0; background: transparent; } - - .bp-search-results-wrapper .bp-navs .current a::after, - .bp-search-results-wrapper .bp-navs .selected a::after { + .bp-search-results-wrapper .bp-navs .current a:after, + .bp-search-results-wrapper .bp-navs .selected a:after { display: none; } } @@ -31155,7 +31429,6 @@ body.admin-bar.bp-search .bp-search-ac { -ms-flex-align: center; align-items: center; } - .search-results-header .bp-search-form-wrapper { margin-bottom: 1.6875rem; } @@ -31206,7 +31479,6 @@ body.admin-bar.bp-search .bp-search-ac { border-radius: 3px 3px 0 0; padding: 0 0 20px; } - #buddypress header.results-group-header .results-group-title { font-size: 20px; letter-spacing: -0.24px; @@ -31221,15 +31493,12 @@ body.admin-bar.bp-search .bp-search-ac { padding: 35px 40px 10px; min-width: 0; } - .search_results .avatar { border-radius: 0; } - .search_results .item-title a { font-size: inherit; } - .search_results div.item-avatar a { display: block; } @@ -31251,7 +31520,6 @@ body.admin-bar.bp-search .bp-search-ac { border-color: var(--bb-content-border-color); padding: 15px 0; } - #buddypress .members-list.bp-search-results-list .list-wrap .member-name { font-size: 14px; margin: 0; @@ -31263,10 +31531,9 @@ body.admin-bar.bp-search .bp-search-ac { text-transform: uppercase; letter-spacing: -0.24px; } - -.bp-search-results-wrap .view-all-link::after { +.bp-search-results-wrap .view-all-link:after { content: "\e827"; - font: 400 normal normal 18px/1 bb-icons; + font: normal normal normal 18px/1 bb-icons; speak: none; display: inline-block; text-decoration: inherit; @@ -31277,8 +31544,7 @@ body.admin-bar.bp-search .bp-search-ac { position: relative; top: 2px; } - -.bp-search-results-wrap .view-all-link:hover, .bp-search-results-wrap .view-all-link:focus, .bp-search-results-wrap .view-all-link:hover::after { +.bp-search-results-wrap .view-all-link:hover, .bp-search-results-wrap .view-all-link:focus, .bp-search-results-wrap .view-all-link:hover:after { color: var(--bb-primary-color); } @@ -31310,8 +31576,7 @@ body.bp-search .bp-search-ac .bbls-undefined-type { width: 20px; margin: 0 0 0 10px; } - -.bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_global_search_spinner::after { +.bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_global_search_spinner:after { content: "\ef30"; font-family: bb-icons; font-weight: 400; @@ -31323,7 +31588,7 @@ body:not(.bb-template-v2) .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_g width: 25px; } -.bb-template-v2 .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_global_search_spinner::after { +.bb-template-v2 .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_global_search_spinner:after { content: ""; display: inline-block; box-sizing: border-box; @@ -31364,7 +31629,6 @@ body:not(.bb-template-v2) .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_g line-height: 1.3; color: var(--bb-body-text-color); } - .bp-search-results-list .bp-search-item .group-description p { margin: 0 0 6px; } @@ -31399,36 +31663,29 @@ body:not(.bb-template-v2) .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_g .bp-search-results-wrap.results-group-activity .activity-content .activity-header { margin-bottom: 4px; } - .bp-search-results-wrap.results-group-activity .activity-content .activity-header p { color: var(--bb-headings-color); } - .bp-search-results-wrap.results-group-activity .activity-header a { text-transform: capitalize; } - .bp-search-results-wrap.results-group-activity .activity-inner { font-size: 14px; letter-spacing: -0.24px; line-height: 1.3; } - .bp-search-results-wrap.results-group-activity li .item { margin-bottom: 0; } - .bp-search-results-wrap.results-group-activity time { font-size: 13px; font-weight: 400; } - .bp-search-results-wrap.results-group-activity .activity-item .activity-avatar { -webkit-box-flex: 0; -ms-flex: 0 0 90px; flex: 0 0 90px; } - .bp-search-results-wrap.results-group-activity .activity-avatar img { max-width: 100%; } @@ -31437,26 +31694,21 @@ body:not(.bb-template-v2) .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_g .bp-search-results-wrap.results-group-activity_comment .activity-header { color: var(--bb-headings-color); } - -.bp-search-results-wrap.results-group-activity_comment .activity-header a { +.bp-search-results-wrap.results-group-activity_comment .activity-header a:first-child { letter-spacing: 0; text-transform: capitalize; } - .bp-search-results-wrap.results-group-activity_comment .activity-inner { font-size: 14px; letter-spacing: -0.21px; line-height: 1.42; } - .bp-search-results-wrap.results-group-activity_comment .activity-inner a { color: inherit; } - .bp-search-results-wrap.results-group-activity_comment .activity-inner a:hover { color: var(--bb-primary-color); } - .bp-search-results-wrap.results-group-activity_comment .activity-inner p { margin: 0 0 5px; } @@ -31465,24 +31717,19 @@ body:not(.bb-template-v2) .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_g .bp-search-results-wrap.results-group-cpt-product span.entry-meta { margin: 4px 0; } - .bp-search-results-wrap.results-group-cpt-product .rating-custom .woocommerce-product-rating .star-rating { margin: 0 0 5px; } - .bp-search-results-wrap.results-group-cpt-product .rating-custom .star-rating { font-size: 14px; } - .bp-search-results-wrap.results-group-cpt-product .star-rating span { color: #ffd21a; } - .bp-search-results-wrap.results-group-cpt-product .product-sale { line-height: 1; margin-top: 2px; } - .bp-search-results-wrap.results-group-cpt-product .product-sale .onsale { background: #3ebc7d; border-radius: 4px; @@ -31501,11 +31748,9 @@ body:not(.bb-template-v2) .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_g max-width: 220px; width: 100%; } - .bp-search-results-wrap.results-group-cpt-sfwd-courses .course_progress_blue { background: #05d786; } - .bp-search-results-wrap.results-group-cpt-sfwd-courses .entry-meta { margin-bottom: 6px; } @@ -31538,13 +31783,23 @@ body:not(.bb-template-v2) .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_g color: var(--bb-body-text-color); } +#buddypress .standard-form .search-form-has-reset button.search-form_reset { + font-size: 13px; + color: var(--bb-body-text-color); + background-color: transparent; + min-height: auto; + line-height: 1.3; + border: 0; + padding: 0; + display: none; +} + #buddypress .search-form-has-reset input[type="search"], #buddypress .search-form-has-reset #bbp_search { padding-left: 30px; } @media screen and (max-width: 900px) { - #buddypress .bp-search-results-wrapper .bp-navs { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -31572,7 +31827,6 @@ body:not(.bb-template-v2) .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_g } } @media (max-width: 799px) { - body.bp-search .bp-search-ac-header, body.bp-search .bp-search-ac { right: 30px !important; @@ -31587,7 +31841,6 @@ body:not(.bb-template-v2) .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_g } } @media (max-width: 640px) { - #buddypress .bp-search-results-wrapper .search_filters > ul { padding-left: 0; } @@ -31601,18 +31854,15 @@ body:not(.bb-template-v2) .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_g float: none; } } - .directory.media .subnav-filters .subnav-search { position: absolute; left: 0; top: 0; margin: 0; } - .directory.media .dir-search.media-search.bp-search { margin: 0; } - .directory.media #buddypress #dir-media-search { border: 0; background-color: transparent; @@ -31631,11 +31881,9 @@ body:not(.bb-template-v2) .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_g top: 0; margin: 0; } - .directory.video .dir-search.video-search.bp-search { margin: 0; } - .directory.video #buddypress #dir-video-search { border: 0; background-color: transparent; @@ -31664,7 +31912,6 @@ body:not(.bb-template-v2) .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_g -ms-flex-flow: column; flex-flow: column; } - .bb-media-container #subnav { margin: 20px -20px; width: auto; @@ -31683,23 +31930,19 @@ body:not(.bb-template-v2) .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_g -ms-flex-pack: justify; justify-content: space-between; } - #buddypress .bb-media-actions-wrap .bb-title { margin: 0; } - .groups.single-item .bb-media-actions-wrap { margin-bottom: 20px; } @media screen and (max-width: 360px) { - .bb-media-actions-wrap { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } - .bb-media-actions-wrap > .bb-video-actions, .bb-media-actions-wrap > .bb-media-actions { margin-top: 15px; @@ -31712,35 +31955,38 @@ body:not(.bb-template-v2) .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_g margin-right: -10px; margin-left: -10px; } - #buddypress .bb-photo-list li { margin-bottom: 20px; margin-top: 0; padding: 0 10px; } - #buddypress .bb-item-cover-wrap { border-radius: var(--bb-block-radius-inner); } - #buddypress .bb-item-thumb { box-shadow: 0 3px 12px -1px rgba(7, 10, 25, 0.2), 0 22px 27px -20px rgba(7, 10, 25, 0.2); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; border-radius: var(--bb-block-radius-inner); } - #buddypress .bb-item-thumb:hover { box-shadow: 0 15px 45px -5px rgba(7, 10, 25, 0.25); -webkit-transform: translate(0, -2px); -ms-transform: translate(0, -2px); transform: translate(0, -2px); } - +@media screen and (max-width: 980px) { + #buddypress .bb-item-thumb:hover.is-visible { + -webkit-transform: none; + -ms-transform: none; + transform: none; + -webkit-transition: none; + transition: none; + } +} #buddypress .video-list.item-list > li:not(.load-more) { margin-top: 0; } - #buddypress #media-stream.document-parent { margin-top: 35px; } @@ -31754,7 +32000,6 @@ body:not(.bb-template-v2) .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_g border-color: var(--bb-content-border-color); background-color: var(--bb-content-background-color); } - #media-stream.document-parent.group-column #media-folder-document-data-table .media-folder_items .media-folder_group a:hover { color: var(--bb-primary-color); } @@ -31779,41 +32024,33 @@ body:not(.bb-template-v2) .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_g margin-bottom: 30px; } -.dropzone.document-dropzone .dz-preview .dz-remove, .dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview .dz-remove::after { +.dropzone.document-dropzone .dz-preview .dz-remove, .dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview .dz-remove:after { color: rgba(var(--bb-alternate-text-color-rgb), 0.8); } - .dropzone .dz-preview .dz-progress-ring-wrap .dz-progress-ring circle { stroke: var(--bb-primary-color); } - -.bb-template-v1 .dropzone .dz-preview .dz-progress-ring-wrap [class*="bb-icon-"]::before { +.bb-template-v1 .dropzone .dz-preview .dz-progress-ring-wrap [class*="bb-icon-"]:before { font-weight: 400; } - .bb-template-v2 .dropzone .dz-preview .dz-image, .bb-template-v2 .dropzone .dz-preview.dz-file-preview .dz-details { border: 0; } - .dropzone .dz-preview .dz-image { border: 1px solid var(--bb-content-border-color); } - .dropzone .dz-remove { background-color: var(--bb-content-alternate-background-color); } - -.dropzone .dz-remove::after { +.dropzone .dz-remove:after { color: var(--bb-headings-color); opacity: 0.4; font-size: 20px; line-height: 1; } - -.dropzone .dz-remove:hover::after { +.dropzone .dz-remove:hover:after { opacity: 1; } - .dropzone .dz-default { background: var(--bb-content-alternate-background-color); border: 1px solid var(--bb-content-border-color); @@ -31835,15 +32072,12 @@ body:not(.bb-template-v2) .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_g line-height: 26px; padding: 20px 0; } - .bb-template-v2 .dropzone .dz-default { border: 0; } - -.dropzone .dz-default::before { +.dropzone .dz-default:before { display: none; } - .dropzone .dz-default .dz-button, .dropzone .dz-default .dz-button:hover { background-color: transparent !important; @@ -31855,9 +32089,8 @@ body:not(.bb-template-v2) .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_g font-size: 16px !important; border-radius: 0 !important; } - -.dropzone .dz-default .dz-button::before, -.dropzone .dz-default .dz-button:hover::before { +.dropzone .dz-default .dz-button:before, +.dropzone .dz-default .dz-button:hover:before { content: "\ee24"; font-family: bb-icons; font-size: 24px; @@ -31871,7 +32104,6 @@ body:not(.bb-template-v2) .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_g color: var(--bb-alternate-text-color); margin-bottom: 10px; } - .dropzone .dz-default .dz-button > strong, .dropzone .dz-default .dz-button:hover > strong { display: block; @@ -31881,44 +32113,35 @@ body:not(.bb-template-v2) .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_g line-height: 1; margin-bottom: 2px; } - .ac-reply-content .dropzone .dz-default { background-color: var(--bb-content-background-color); } - #buddypress .dropzone .dz-default .dz-button { border: 0; line-height: 1.5; } - #buddypress .dropzone .dz-default .dz-button:hover { border: 0; } - -.bb-template-v2 .dropzone .dz-default .dz-button::before { +.bb-template-v2 .dropzone .dz-default .dz-button:before { font-weight: 300; } - -.dropzone.document-dropzone .dz-default .dz-button::before, -.dropzone.document-dropzone .dz-default .dz-button:hover::before { +.dropzone.document-dropzone .dz-default .dz-button:before, +.dropzone.document-dropzone .dz-default .dz-button:hover:before { content: "\e980"; } - .bb-template-v2 .dropzone.document-dropzone .dz-preview .dz-icon > [class*="bb-icon"] { font-weight: 300; } - -.dropzone.media-dropzone .dz-default .dz-button::before, -.dropzone.media-dropzone .dz-default .dz-button:hover::before { +.dropzone.media-dropzone .dz-default .dz-button:before, +.dropzone.media-dropzone .dz-default .dz-button:hover:before { content: "\ee06"; } - -.dropzone.video-dropzone .dz-default .dz-button::before, -.dropzone.video-dropzone .dz-default .dz-button:hover::before { +.dropzone.video-dropzone .dz-default .dz-button:before, +.dropzone.video-dropzone .dz-default .dz-button:hover:before { content: "\ef65"; } @media screen and (max-width: 768px) { - .dropzone .dz-default .dz-button { font-size: 15px; } @@ -31943,7 +32166,7 @@ div[class*="attached-gif-container"] .gif-image-overlay { .dropzone.document-dropzone .dz-preview .dz-details .dz-filename, .dropzone.document-dropzone .dz-preview .dz-details .dz-size, .dropzone .dz-preview.dz-error .dz-progress-ring-wrap [class*=" bb-icon-"], -.dropzone .dz-preview.dz-error .dz-details::before, +.dropzone .dz-preview.dz-error .dz-details:before, .dropzone.document-dropzone .dz-preview:not(.dz-complete) .dz-progress-ring-wrap [class*=" bb-icon-"] { color: var(--bb-alternate-text-color); } @@ -31953,11 +32176,11 @@ div[class*="attached-gif-container"] .gif-image-overlay { } .dropzone.document-dropzone .dz-preview .dz-remove, -.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview .dz-remove::after { +.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview .dz-remove:after { color: var(--bb-headings-color); } -.dropzone.document-dropzone .dz-preview.dz-complete .dz-details .dz-icon::before, +.dropzone.document-dropzone .dz-preview.dz-complete .dz-details .dz-icon:before, .dropzone.document-dropzone .dz-preview.dz-complete .dz-details .dz-icon > [class*="bb-icon"] { color: var(--bb-alternate-text-color); font-size: 38px; @@ -31971,46 +32194,38 @@ div[class*="attached-gif-container"] .gif-image-overlay { line-height: 19.5px; } -.dropzone.video-dropzone .dz-preview:not(.dz-has-thumbnail, .dz-complete) .dz-remove::after, -.dropzone.video-dropzone div.dz-preview:not(.dz-has-thumbnail) .dz-remove::after, +.dropzone.video-dropzone .dz-preview:not(.dz-has-thumbnail, .dz-complete) .dz-remove:after, +.dropzone.video-dropzone div.dz-preview:not(.dz-has-thumbnail) .dz-remove:after, .dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail) .dz-filename { color: var(--bb-alternate-text-color); } - .dropzone.video-dropzone .dz-preview.dz-file-preview .dz-details .dz-filename > span { font-weight: 400; line-height: 1.5; } - -.dropzone.video-dropzone div.dz-preview:not(.dz-has-thumbnail).dz-complete .dz-remove::after, -.dropzone.video-dropzone div.dz-preview.dz-file-preview .dz-remove::after { +.dropzone.video-dropzone div.dz-preview:not(.dz-has-thumbnail).dz-complete .dz-remove:after, +.dropzone.video-dropzone div.dz-preview.dz-file-preview .dz-remove:after { color: var(--bb-headings-color); } - -.dropzone.video-dropzone div.dz-preview:not(.dz-has-thumbnail).dz-complete .dz-remove::after::after, -.dropzone.video-dropzone div.dz-preview.dz-file-preview .dz-remove::after::after { +.dropzone.video-dropzone div.dz-preview:not(.dz-has-thumbnail).dz-complete .dz-remove:after:after, +.dropzone.video-dropzone div.dz-preview.dz-file-preview .dz-remove:after:after { opacity: 0.4; } - -.dropzone.video-dropzone div.dz-preview:not(.dz-has-thumbnail).dz-complete .dz-remove::after:hover::after, -.dropzone.video-dropzone div.dz-preview.dz-file-preview .dz-remove::after:hover::after { +.dropzone.video-dropzone div.dz-preview:not(.dz-has-thumbnail).dz-complete .dz-remove:after:hover:after, +.dropzone.video-dropzone div.dz-preview.dz-file-preview .dz-remove:after:hover:after { opacity: 1; } - .dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview .dz-remove { background-color: var(--bb-content-alternate-background-color); } - -.dropzone.video-dropzone div.dz-preview.dz-file-preview .dz-remove::after, +.dropzone.video-dropzone div.dz-preview.dz-file-preview .dz-remove:after, .dropzone.video-dropzone .dz-progress-count { color: var(--bb-content-background-color); } - -.dropzone.video-dropzone div.dz-preview.dz-file-preview.dz-has-thumbnail:not(.dz-complete) .dz-remove::after { +.dropzone.video-dropzone div.dz-preview.dz-file-preview.dz-has-thumbnail:not(.dz-complete) .dz-remove:after { opacity: 0.75; } - -.dropzone.video-dropzone div.dz-preview.dz-file-preview.dz-has-thumbnail:not(.dz-complete) .dz-remove:hover::after { +.dropzone.video-dropzone div.dz-preview.dz-file-preview.dz-has-thumbnail:not(.dz-complete) .dz-remove:hover:after { opacity: 1; } @@ -32021,58 +32236,46 @@ div[class*="attached-gif-container"] .gif-image-overlay { .bb-template-v2 .dropzone.document-dropzone .dz-preview.dz-error.dz-preview .dz-details .dz-filename { color: var(--bb-danger-color); } - -.bb-template-v2 .dropzone.document-dropzone .dz-preview.dz-error.dz-complete .dz-remove::after, -.bb-template-v2 .dropzone.document-dropzone .dz-preview.dz-error .dz-remove::after { +.bb-template-v2 .dropzone.document-dropzone .dz-preview.dz-error.dz-complete .dz-remove:after, +.bb-template-v2 .dropzone.document-dropzone .dz-preview.dz-error .dz-remove:after { color: var(--bb-danger-color); } - .bb-template-v2 .dropzone.video-dropzone .dz-preview.dz-error.dz-preview .dz-details { background: rgba(var(--bb-danger-color-rgb), 0.1); } - .bb-template-v2 .dropzone.video-dropzone .dz-preview.dz-error.dz-preview .dz-details .dz-filename { color: var(--bb-danger-color); } - .bb-template-v2 .dropzone.video-dropzone .dz-preview.dz-error .dz-progress-ring-wrap { background: rgba(var(--bb-danger-color-rgb), 0.15); } - .bb-template-v2 .dropzone.video-dropzone .dz-preview.dz-error .dz-progress-ring-wrap > i { color: var(--bb-danger-color); opacity: 0.5; } - -.bb-template-v2 .dropzone.video-dropzone .dz-preview.dz-error.dz-complete .dz-remove::after, -.bb-template-v2 .dropzone.video-dropzone .dz-preview.dz-error .dz-remove::after { +.bb-template-v2 .dropzone.video-dropzone .dz-preview.dz-error.dz-complete .dz-remove:after, +.bb-template-v2 .dropzone.video-dropzone .dz-preview.dz-error .dz-remove:after { color: var(--bb-danger-color); } - .bb-template-v2 .dropzone.media-dropzone .dz-preview.dz-error .dz-details .dz-filename { color: var(--bb-danger-color); } - .bb-template-v2 .dropzone.media-dropzone .dz-preview.dz-error .dz-image { background: rgba(var(--bb-danger-color-rgb), 0.1); } - -.bb-template-v2 .dropzone.media-dropzone .dz-preview.dz-error .dz-remove::after { +.bb-template-v2 .dropzone.media-dropzone .dz-preview.dz-error .dz-remove:after { color: var(--bb-danger-color); } - -.bb-template-v2 .dropzone.media-dropzone .dz-preview.dz-error .dz-details::before { +.bb-template-v2 .dropzone.media-dropzone .dz-preview.dz-error .dz-details:before { background: rgba(var(--bb-danger-color-rgb), 0.15); color: var(--bb-danger-color); opacity: 0.5; font-weight: 300; } - .bb-template-v2 .dropzone.document-dropzone .dz-preview.dz-error.dz-preview .dz-details { background: rgba(var(--bb-danger-color-rgb), 0.1); } - -.bb-template-v2 .dropzone.document-dropzone .dz-preview.dz-error.dz-preview .dz-details::before { +.bb-template-v2 .dropzone.document-dropzone .dz-preview.dz-error.dz-preview .dz-details:before { background: rgba(var(--bb-danger-color-rgb), 0.15); color: var(--bb-danger-color); opacity: 0.5; @@ -32100,21 +32303,17 @@ div[class*="attached-gif-container"] .gif-image-overlay { .bb-media-meta { margin-bottom: 20px; } - .bb-media-meta .bb-delete { line-height: 1; } - .bb-media-meta .bb-delete i { font-size: 24px; } - .bb-media-meta .bb-select i { font-size: 20px; border: 0; font-weight: 100; } - .bb-media-meta .bb-select.selected i { font-weight: 200; background-color: transparent; @@ -32144,11 +32343,9 @@ div[class*="attached-gif-container"] .gif-image-overlay { justify-content: center; font-size: 25px; } - .selected .bb-action-check-wrap [class*=" bb-icon-"] { background-color: var(--bb-primary-color); } - .modal-wrapper .bb-action-check-wrap { top: 5px; right: 5px; @@ -32187,15 +32384,13 @@ div[class*="attached-gif-container"] .gif-image-overlay { border-color: var(--bb-content-border-color); box-shadow: 0 12px 28px 0 rgba(18, 43, 70, 0.15), 0 2px 7px 0 rgba(18, 43, 70, 0.08); } - -.modal-container.has-folderlocationUI .bb-model-footer a.loading::after { +.modal-container.has-folderlocationUI .bb-model-footer a.loading:after { font-weight: 300; } .modal-container .bp-existing-media-wrap { padding: 30px 0; } - .modal-container .bp-existing-media-wrap .media-list .bp-feedback { margin-right: 10px; margin-left: 10px; @@ -32211,12 +32406,10 @@ div[class*="attached-gif-container"] .gif-image-overlay { .bb-action-popup.bb-remove-connection .bb-model-header, .bb-action-popup.bb-leave-group-popup .bb-model-header { background: var(--bb-content-background-color); } - .bb-action-popup .bb-model-header { background-color: var(--bb-content-alternate-background-color); border-color: var(--bb-content-border-color); } - .bb-action-popup .bb-action-popup-content { font-size: 14px; font-weight: 400; @@ -32230,7 +32423,6 @@ div[class*="attached-gif-container"] .gif-image-overlay { .location-folder-list-wrap-main .location-album-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options) { color: var(--bb-headings-color); } - .location-album-list-wrap-main .ac_document_search_folder_list .breadcrumbs-append-ul-li .item span:not(.more_options):hover, .location-album-list-wrap-main .location-folder-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover, .location-album-list-wrap-main .location-album-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover, @@ -32240,16 +32432,14 @@ div[class*="attached-gif-container"] .gif-image-overlay { text-decoration: none; color: var(--bb-primary-color); } - -.location-album-list-wrap-main .ac_document_search_folder_list .breadcrumbs-append-ul-li .item span:not(.more_options):hover::before, -.location-album-list-wrap-main .location-folder-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover::before, -.location-album-list-wrap-main .location-album-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover::before, -.location-folder-list-wrap-main .ac_document_search_folder_list .breadcrumbs-append-ul-li .item span:not(.more_options):hover::before, -.location-folder-list-wrap-main .location-folder-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover::before, -.location-folder-list-wrap-main .location-album-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover::before { +.location-album-list-wrap-main .ac_document_search_folder_list .breadcrumbs-append-ul-li .item span:not(.more_options):hover:before, +.location-album-list-wrap-main .location-folder-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover:before, +.location-album-list-wrap-main .location-album-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover:before, +.location-folder-list-wrap-main .ac_document_search_folder_list .breadcrumbs-append-ul-li .item span:not(.more_options):hover:before, +.location-folder-list-wrap-main .location-folder-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover:before, +.location-folder-list-wrap-main .location-album-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover:before { color: var(--bb-headings-color); } - .location-album-list-wrap-main .ac_document_search_folder_list .location-album-list, .location-album-list-wrap-main .ac_document_search_folder_list .location-folder-list, .location-album-list-wrap-main .location-folder-list-wrap .location-album-list, @@ -32266,7 +32456,6 @@ div[class*="attached-gif-container"] .gif-image-overlay { background-color: var(--bb-content-background-color); border-color: var(--bb-content-border-color); } - .location-album-list-wrap-main .ac_document_search_folder_list .location-album-list li span, .location-album-list-wrap-main .ac_document_search_folder_list .location-folder-list li span, .location-album-list-wrap-main .location-folder-list-wrap .location-album-list li span, @@ -32281,7 +32470,6 @@ div[class*="attached-gif-container"] .gif-image-overlay { .location-folder-list-wrap-main .location-album-list-wrap .location-folder-list li span { border-color: var(--bb-content-border-color); } - .location-album-list-wrap-main .ac_document_search_folder_list .location-album-list li span:hover, .location-album-list-wrap-main .ac_document_search_folder_list .location-folder-list li span:hover, .location-album-list-wrap-main .location-folder-list-wrap .location-album-list li span:hover, @@ -32301,7 +32489,6 @@ div[class*="attached-gif-container"] .gif-image-overlay { margin-bottom: 0; border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; } - .bb-model-header button.mfp-close, .bb-model-header .bb-model-close-button > span[class*="bb-icon"], .bb-model-header .bb-model-close-button > [class*="bb-icon"], @@ -32316,16 +32503,13 @@ div[class*="attached-gif-container"] .gif-image-overlay { border-color: var(--bb-content-border-color); border-radius: 0 0 var(--bb-block-radius) var(--bb-block-radius); } - .bb-model-footer .button { margin-top: 0; } - .bb-model-footer a { color: var(--bb-primary-color); font-size: 14px; } - .bb-model-footer a.close-create-popup-folder, .bb-model-footer a.ac-document-close-button, .bb-model-footer a.ac-video-close-button, .bb-model-footer a.ac-folder-close-button, .bb-model-footer a.ac-media-close-button, .bb-model-footer a.bb-field-uploader-actions, .bb-model-footer a.bp-video-open-create-popup-album, .bb-model-footer a.bp-media-open-create-popup-folder, .bb-model-footer a.bp-document-open-create-popup-folder { color: var(--bb-body-text-color); } @@ -32336,42 +32520,35 @@ div[class*="attached-gif-container"] .gif-image-overlay { #buddypress .bb-model-footer a.button { font-size: 14px; } - -.bb-model-footer .button.loading::after, -.bb-model-footer a.button.loading::after, -#buddypress .bb-model-footer .button.loading::after, -#buddypress .bb-model-footer a.button.loading::after { +.bb-model-footer .button.loading:after, +.bb-model-footer a.button.loading:after, +#buddypress .bb-model-footer .button.loading:after, +#buddypress .bb-model-footer a.button.loading:after { vertical-align: middle; } #bp-media-single-folder .album-single-view .bp-media-header-wrap .bb-media-actions > .button i { font-size: 18px; } - #bp-media-single-folder .album-single-view .bp-media-header-wrap .media-folder_items .media-folder_action__anchor i { color: var(--bb-alternate-text-color); } - #bp-media-single-folder .album-single-view .bp-media-header-wrap .media-folder_items .media-folder_action__list { background-color: var(--bb-content-background-color); border-radius: var(--bb-block-radius); } - -.bb-template-v2 #bp-media-single-folder .album-single-view .bp-media-header-wrap .media-folder_items .media-folder_action__list::after { +.bb-template-v2 #bp-media-single-folder .album-single-view .bp-media-header-wrap .media-folder_items .media-folder_action__list:after { display: none; } - .bb-template-v2 #bp-media-single-folder .album-single-view .bp-media-header-wrap .media-folder_items .media-folder_action__list ul { border-radius: 10px; padding: 8px; margin: 0; } - .bb-template-v2 #bp-media-single-folder .album-single-view .bp-media-header-wrap .media-folder_items .media-folder_action__list ul li a { border-radius: 6px; color: var(--bb-body-text-color); } - .bb-template-v2 #bp-media-single-folder .album-single-view .bp-media-header-wrap .media-folder_items .media-folder_action__list ul li a > i { color: var(--bb-alternate-text-color); } @@ -32444,24 +32621,20 @@ div[class*="attached-gif-container"] .gif-image-overlay { .moderation-popup .mfp-close { background-color: transparent; } - .message-members-list.member-popup .bb-model-footer, .moderation-popup .bb-model-footer { min-width: auto; } - .message-members-list.member-popup .bb-model-footer .bb-cancel-report-content, .moderation-popup .bb-model-footer .bb-cancel-report-content { border: 0; } - .message-members-list.member-popup .modal-container .bb-model-footer .button.bb-cancel-report-content, .moderation-popup .modal-container .bb-model-footer .button.bb-cancel-report-content { color: var(--bb-body-text-color); font-size: 13px; font-weight: 500; } - .message-members-list.member-popup .modal-container .bb-model-header ~ .bp-feedback, .moderation-popup .modal-container .bb-model-header ~ .bp-feedback { margin: -25px -30px 15px; @@ -32472,7 +32645,6 @@ div[class*="attached-gif-container"] .gif-image-overlay { margin: 30px -30px -30px; padding: 11px 30px; } - .bp-video-thumbnail-uploader .bb-model-footer a.button { margin-top: 0; } @@ -32489,7 +32661,6 @@ div[class*="attached-gif-container"] .gif-image-overlay { .modal-container .dropzone { margin-bottom: 0; } - #bbpress-forums div.bbp-reply-content .modal-container .bp-upload-tab, #bbpress-forums div.bbp-reply-content .modal-container .bp-thumbnail-upload-tab, .modal-container .bp-upload-tab, @@ -32498,7 +32669,6 @@ div[class*="attached-gif-container"] .gif-image-overlay { font-size: 20px; color: #939597; } - #bbpress-forums div.bbp-reply-content .modal-container .bp-upload-tab.selected, #bbpress-forums div.bbp-reply-content .modal-container .bp-thumbnail-upload-tab.selected, .modal-container .bp-upload-tab.selected, @@ -32526,17 +32696,15 @@ div.dropzone.dz-started { .bb-member-photos-header { margin-top: 0; } - .groups.single-item .bb-member-photos-header { - /* margin-top: 20px; */ } -.media-folder-document-filters .media-search-form::before { +.media-folder-document-filters .media-search-form:before { content: "\ef10"; font-family: bb-icons; font-style: normal; - font-weight: 400; + font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; @@ -32556,7 +32724,6 @@ div.dropzone.dz-started { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - .media-folder-document-filters .select-wrap select { -webkit-appearance: none; -moz-appearance: none; @@ -32567,9 +32734,9 @@ div.dropzone.dz-started { font-size: 14px; } -#bp-media-create-folder .bb-folder-location-select::after, -#bp-media-edit-child-folder .bb-folder-location-select::after, -#bp-media-create-child-folder .bb-folder-location-select::after { +#bp-media-create-folder .bb-folder-location-select:after, +#bp-media-edit-child-folder .bb-folder-location-select:after, +#bp-media-create-child-folder .bb-folder-location-select:after { content: ""; background-image: url("../images/svg/arrow-down.svg"); background-repeat: no-repeat; @@ -32581,10 +32748,9 @@ div.dropzone.dz-started { -ms-transform: translateY(-50%); transform: translateY(-50%); } - -#bp-media-create-folder .bb-folder-location-select-list li::before, -#bp-media-edit-child-folder .bb-folder-location-select-list li::before, -#bp-media-create-child-folder .bb-folder-location-select-list li::before { +#bp-media-create-folder .bb-folder-location-select-list li:before, +#bp-media-edit-child-folder .bb-folder-location-select-list li:before, +#bp-media-create-child-folder .bb-folder-location-select-list li:before { content: "\ee9e" !important; font-family: bb-icons !important; display: inline-block; @@ -32607,11 +32773,9 @@ div.dropzone.dz-started { .comments-area .comment-content-wrap { position: relative; } - .comments-area .comment-content-wrap .comment-meta { margin-left: 35px; } - .comments-area .comment-content-wrap .bb_more_options { position: absolute; top: 0; @@ -32627,7 +32791,6 @@ div.dropzone.dz-started { color: var(--bb-body-text-color); border-radius: var(--bb-input-radius); } - .directory.document .document-options .subnav-filters .subnav-search .bp-dir-search-form:focus-within, .directory.media .media-options .subnav-filters .subnav-search .bp-dir-search-form:focus-within, .directory.video .video-options .subnav-filters .subnav-search .bp-dir-search-form:focus-within, @@ -32642,21 +32805,17 @@ div.dropzone.dz-started { border-radius: 0; background-color: transparent; } - -.bp-media-header-wrap .media-search-form::after { +.bp-media-header-wrap .media-search-form:after { display: none; } - .bp-media-header-wrap .media-search-form .bp-dir-search-form { border-width: 1px; border-style: solid; height: 34px; } - -.bp-media-header-wrap .media-search-form .bp-dir-search-form::before { +.bp-media-header-wrap .media-search-form .bp-dir-search-form:before { top: 3px; } - .bp-media-header-wrap .media-search-form .bp-dir-search-form #group-document-search { padding: 5px 32px 5px 30px; } @@ -32664,13 +32823,11 @@ div.dropzone.dz-started { .bb-groups-invites-left { border-color: var(--bb-content-border-color); } - .bb-groups-invites-left .bb-panel-head { position: relative; border-bottom: 1px solid var(--bb-content-border-color); padding: 15px 20px; } - .bb-groups-invites-left .bb-panel-subhead { display: -webkit-box; display: -ms-flexbox; @@ -32683,25 +32840,20 @@ div.dropzone.dz-started { justify-content: space-between; padding: 4px 0; } - .bb-groups-invites-left span.select-members-text { font-size: 13px; } - .bb-groups-invites-left .bb-title-wrap { margin: -20px -20px 20px; border-bottom: 1px solid var(--bb-content-border-color); padding: 20px; } - -.bb-groups-invites-left .bs-styled-checkbox + label::before { +.bb-groups-invites-left .bs-styled-checkbox + label:before { vertical-align: middle; } - .bb-groups-invites-left #members-list.item-list .item-avatar img { max-width: 45px; } - .bb-groups-invites-left input#group_invites_search { background-size: 14px; background-position: right 12px center; @@ -32724,7 +32876,6 @@ div.dropzone.dz-started { .bb-groups-invites-right-top { min-height: 222px; } - .bb-groups-invites-right-top div.bp-feedback { background: var(--bb-content-alternate-background-color); } @@ -32749,11 +32900,9 @@ div.dropzone.dz-started { border: 1px solid var(--bb-secondary-button-border-regular); box-shadow: none; } - #buddypress input#bp_invites_reset:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - #buddypress input#bp_invites_reset:hover { background-color: var(--bb-secondary-button-background-hover); color: var(--bb-secondary-button-text-hover); @@ -32781,8 +32930,7 @@ div.dropzone.dz-started { font-size: 0; padding: 1px 0 0; } - -#send_group_invite_form .select2-selection__choice__remove::before { +#send_group_invite_form .select2-selection__choice__remove:before { content: "\e828"; font-family: bb-icons; font-size: 14px; @@ -32811,16 +32959,17 @@ div.dropzone.dz-started { #group-invites-new-submit { padding: 0; } - #group-invites-new-submit #bp_invites_reset { margin: 0; } #bp-invites-dropdown-options-loader { - margin-right: auto; - margin-left: 10px; - position: relative; - top: 3px; + margin-right: 10px; +} +#bp-invites-dropdown-options-loader .bb-icon-spinner { + display: -webkit-box; + display: -ms-flexbox; + display: flex; } .group-invites-members-listing .bp-invites-feedback { @@ -32851,19 +33000,15 @@ body.send-invites .select2-container .select2-dropdown { .bb-groups-messages-left .bp-search { padding: 0 20px; } - .bb-groups-messages-left select { height: 37px; } - .bb-groups-messages-left .bp-list li .item-avatar { margin-left: 15px; } - .bb-groups-messages-left #members-list.item-list .item-avatar img { max-width: 45px; } - .bb-groups-messages-left #members-list.item-list .member-name a { font-size: 15px; } @@ -32889,8 +33034,7 @@ body.send-invites .select2-container .select2-dropdown { .bb-groups-messages-right .group-messages-compose { font-size: 0; } - -.bb-groups-messages-right .group-messages-compose::after { +.bb-groups-messages-right .group-messages-compose:after { content: "\ee5a"; font-family: bb-icons; font-size: 22px; @@ -32926,18 +33070,15 @@ a.bb-close-select-members.button { .add-more-members .bb-add-members { font-size: 14px; } - .add-more-members .bb-add-members .bb-icon-plus-circle { margin-left: 5px; font-size: 18px; vertical-align: middle; } @media screen and (max-width: 560px) { - .add-more-members .bb-add-members { font-size: 12px; } - .add-more-members .bb-add-members .bb-icon-plus-circle { font-size: 16px; } @@ -32953,7 +33094,7 @@ a.bb-close-select-members.button { margin: 0 8px 0 0; } -#send_group_message_form .select2-selection__choice__remove::before { +#send_group_message_form .select2-selection__choice__remove:before { content: "\e828"; font-family: bb-icons; font-size: 13px; @@ -32983,52 +33124,43 @@ a.bb-close-select-members.button { .bb-groups-messages-right .medium-editor-placeholder { padding: 0; } - .bb-groups-messages-right .medium-editor-element li > ol, .bb-groups-messages-right .medium-editor-element li > ul, .bb-groups-messages-right .medium-editor-placeholder li > ol, .bb-groups-messages-right .medium-editor-placeholder li > ul { margin-bottom: 0; } - .bb-groups-messages-right .medium-editor-element pre, .bb-groups-messages-right .medium-editor-placeholder pre { white-space: pre-wrap; position: relative; z-index: 1; } - .bb-groups-messages-right .medium-editor-element pre p, .bb-groups-messages-right .medium-editor-placeholder pre p { margin-bottom: 0; } - -.bb-groups-messages-right .medium-editor-element[contenteditable="true"]:empty::after, -.bb-groups-messages-right .medium-editor-placeholder[contenteditable="true"]:empty::after { +.bb-groups-messages-right .medium-editor-element[contenteditable="true"]:empty:after, +.bb-groups-messages-right .medium-editor-placeholder[contenteditable="true"]:empty:after { color: #c3c6c9; content: attr(data-placeholder); position: absolute; padding: inherit; font-style: normal; } - .bb-groups-messages-right .standard-form .submit { padding: 0; } - .bb-groups-messages-right div.bp-feedback { background: var(--bb-content-alternate-background-color); } - .bb-groups-messages-right .bp-group-messages-attached-gif-container { margin-bottom: 20px; } - .bb-groups-messages-right .bp-group-messages-attached-gif-container.closed { display: none; } - -.bb-groups-messages-right #bp-group-message-content .medium-editor-placeholder::after { +.bb-groups-messages-right #bp-group-message-content .medium-editor-placeholder:after { font-style: normal; pointer-events: none; } @@ -33052,18 +33184,15 @@ a.bb-close-select-members.button { padding: 0; margin-top: auto; } - .bb-groups-messages-right #whats-new-toolbar #send_group_message_button { margin: 0; } - .bb-groups-messages-right #whats-new-toolbar .emojionearea .emojionearea-picker .emojionearea-search > input { outline: none; width: 100%; min-width: 100%; height: 30px; } - .bb-groups-messages-right #whats-new-toolbar .gif-media-search-dropdown.open { margin: 0 -20px 10px 0; top: auto; @@ -33071,8 +33200,7 @@ a.bb-close-select-members.button { padding-bottom: 0; padding-top: 10px; } - -.bb-groups-messages-right #whats-new-toolbar .gif-media-search-dropdown::before { +.bb-groups-messages-right #whats-new-toolbar .gif-media-search-dropdown:before { right: 38px; top: auto; bottom: -11px; @@ -33080,7 +33208,6 @@ a.bb-close-select-members.button { -ms-transform: rotate(-135deg); transform: rotate(-135deg); } - .bb-groups-messages-right #whats-new-toolbar .gif-search-content { display: -webkit-box; display: -ms-flexbox; @@ -33088,28 +33215,23 @@ a.bb-close-select-members.button { -ms-flex-flow: column-reverse; flex-flow: column-reverse; } - .bb-groups-messages-right #whats-new-toolbar .emojionearea .emojionearea-picker { top: auto; bottom: 40px; } - .bb-groups-messages-right #whats-new-toolbar .emojionearea .emojionearea-picker.emojionearea-filters-position-top .emojionearea-filters { top: auto; bottom: 0; } - .bb-groups-messages-right #whats-new-toolbar .emojionearea .emojionearea-picker .emojionearea-search-panel { top: auto; bottom: 40px; } - .bb-groups-messages-right #whats-new-toolbar .emojionearea .emojionearea-picker.emojionearea-filters-position-top.emojionearea-search-position-top .emojionearea-scroll-area { bottom: auto; top: 0; } - -.bb-groups-messages-right #whats-new-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { +.bb-groups-messages-right #whats-new-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { bottom: -10px; top: auto; -webkit-transform: rotate(-180deg); @@ -33121,21 +33243,18 @@ a.bb-close-select-members.button { color: var(--bb-headings-color); } -.group-messages.private-message #group-messages-container .group-messages-members-listing .all-members .group-message-member-li.selected .invite-button .icons::before { +.group-messages.private-message #group-messages-container .group-messages-members-listing .all-members .group-message-member-li.selected .invite-button .icons:before { background-color: var(--bb-primary-color); font-weight: 400; } - .group-messages.private-message #group-messages-container .bb-groups-messages-right .bb-groups-messages-right-top { border-color: var(--bb-content-border-color); padding: 10px 20px; } - .group-messages.private-message #group-messages-container .bb-groups-messages-right .bp-select-members-wrap .group-messages-helper-text { color: var(--bb-alternate-text-color); font-size: 15px; } - .group-messages.private-message #group-messages-container .bb-groups-messages-left .group-messages-members-listing .item-list li.selected { background-color: var(--bb-content-alternate-background-color); } @@ -33143,7 +33262,6 @@ a.bb-close-select-members.button { .group-messages.public-message .bb-groups-messages-right .bb-groups-messages-right-top { border-color: var(--bb-content-border-color); } - .group-messages.public-message .bb-groups-messages-right .bp-select-members-wrap .group-messages-helper-text { color: var(--bb-alternate-text-color); } @@ -33161,18 +33279,15 @@ a.bb-close-select-members.button { } @media screen and (min-width: 1081px) { - .bb-groups-messages-left { border-color: var(--bb-content-border-color); } } - .bb-invite-anyone-wrap { background: #fff; border: 1px solid var(--bb-content-border-color); border-radius: 4px; } - .bb-invite-anyone-wrap #send-invite-form { display: -webkit-box; display: -ms-flexbox; @@ -33181,7 +33296,6 @@ a.bb-close-select-members.button { flex-flow: row wrap; margin: 0; } - .bb-invite-anyone-wrap div.left-menu { border-left: 1px solid #e7e9ec; min-width: 0; @@ -33192,7 +33306,6 @@ a.bb-close-select-members.button { margin: 0; padding-bottom: 20px; } - #main .bb-invite-anyone-wrap .main-column { -webkit-box-flex: 1; -ms-flex: 1; @@ -33201,7 +33314,6 @@ a.bb-close-select-members.button { margin: 0 !important; padding: 20px 30px 30px; } - .bb-invite-anyone-wrap #invite-anyone-member-list { background: transparent; height: auto; @@ -33210,12 +33322,10 @@ a.bb-close-select-members.button { border-radius: 0; padding: 0; } - .bb-invite-anyone-wrap ul.first.acfb-holder { margin: 0 !important; padding: 20px; } - #primary #main .bb-invite-anyone-wrap .send-to-input { background: url("../images/svg/search.svg") no-repeat; background-size: 14px; @@ -33228,12 +33338,10 @@ a.bb-close-select-members.button { margin: 0; padding: 0 35px 0 20px; } - .bb-invite-anyone-wrap .total-members-text { border-bottom: 1px solid #e7e9ec; padding: 23px 20px; } - .bb-invite-anyone-wrap .bb-select-members-text { font-size: 14px; padding: 0 20px 20px; @@ -33255,7 +33363,6 @@ a.bb-close-select-members.button { max-height: 550px; overflow: auto; } - #invite-anyone-invite-list li { display: -webkit-box; display: -ms-flexbox; @@ -33266,35 +33373,28 @@ a.bb-close-select-members.button { align-items: center; padding: 15px 20px; } - #invite-anyone-invite-list li:first-child { border-top: 0; } - #invite-anyone-invite-list h4 { margin: 0; } - #invite-anyone-invite-list .avatar { margin-left: 15px !important; max-width: 52px; } - #invite-anyone-invite-list .activity { display: none; } - #invite-anyone-invite-list .action { margin-right: auto; } - #invite-anyone-invite-list .remove { font-size: 0; display: inline-block; margin: 0; } - -#invite-anyone-invite-list .remove::before { +#invite-anyone-invite-list .remove:before { content: "\e8f7"; font-family: bb-icons; speak: none; @@ -33317,7 +33417,6 @@ a.bb-close-select-members.button { flex-flow: row wrap; margin: 0 0 30px; } - .group-create .buddypress-wrap .bb-invite-anyone-wrap .left-menu { border-left: 1px solid #e7e9ec; min-width: 0; @@ -33329,13 +33428,11 @@ a.bb-close-select-members.button { max-width: 100%; padding-bottom: 30px; } - .group-create .bb-invite-anyone-wrap .total-members-text { margin: 0; } @media (max-width: 767px) { - .group-create .buddypress-wrap .bb-invite-anyone-wrap .left-menu { -webkit-box-flex: 0; -ms-flex: 0 0 240px; @@ -33343,7 +33440,6 @@ a.bb-close-select-members.button { } } @media (max-width: 600px) { - .group-create .buddypress-wrap .bb-invite-anyone-wrap .left-menu { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -33352,7 +33448,6 @@ a.bb-close-select-members.button { border-bottom: 1px solid #e7e9ec; } } - .bp-single-vert-nav .bb-single-main-nav--vertical li { -webkit-transition: 0.3s all; transition: 0.3s all; @@ -33373,7 +33468,6 @@ nav#object-nav.bb-single-main-nav--vertical li.selected > a { } @media screen and (max-width: 46.8em) { - .bb-template-v1 nav#object-nav.bb-single-main-nav--vertical { border-radius: var(--bb-block-radius); } @@ -33381,9 +33475,16 @@ nav#object-nav.bb-single-main-nav--vertical li.selected > a { nav#object-nav.bb-single-main-nav--vertical > ul > li > a:hover { background-color: transparent; } + + .bp-single-vert-nav .main-navs ul li { + width: auto; + } + + .buddypress-wrap .bp-navs.bb-subnav-vert li { + float: right; + } } @media screen and (min-width: 46.8em) { - .bb-single-main-nav--vertical li:focus, .bb-single-main-nav--vertical li:hover { background: transparent; @@ -33401,12 +33502,10 @@ nav#object-nav.bb-single-main-nav--vertical li.selected > a { border-left: 1px solid var(--bb-content-border-color); padding: 20px 0; } - nav#object-nav.bb-single-main-nav--vertical li { width: 100%; padding: 0; } - nav#object-nav.bb-single-main-nav--vertical .selected > a { background: var(--bb-content-background-color); border-bottom: 1px solid var(--bb-content-border-color); @@ -33414,8 +33513,7 @@ nav#object-nav.bb-single-main-nav--vertical li.selected > a { margin: 0; position: relative; } - - nav#object-nav.bb-single-main-nav--vertical .selected > a::after { + nav#object-nav.bb-single-main-nav--vertical .selected > a:after { background-color: var(--bb-content-background-color); bottom: 0; content: ""; @@ -33424,7 +33522,6 @@ nav#object-nav.bb-single-main-nav--vertical li.selected > a { top: 0; width: 1px; } - nav#object-nav.bb-single-main-nav--vertical a { border: 0; display: -webkit-box; @@ -33439,13 +33536,12 @@ nav#object-nav.bb-single-main-nav--vertical li.selected > a { margin-bottom: 1px; padding: 10px 15px; } - nav#object-nav.bb-single-main-nav--vertical a:hover { background: var(--bb-content-alternate-background-color); color: var(--bb-primary-color); } - .group-admin .bb-subnav-plain .selected > a::after { + .group-admin.bb-template-v1 .bb-subnav-plain .selected > a:after { background-color: var(--bb-content-background-color); bottom: 0; content: ""; @@ -33456,7 +33552,6 @@ nav#object-nav.bb-single-main-nav--vertical li.selected > a { } } @media screen and (min-width: 46.8em) { - .bp-single-vert-nav .bp-wrap:not(.bp-fullwidth-wrap) { display: -webkit-box; display: -ms-flexbox; @@ -33492,9 +33587,8 @@ nav#object-nav.bb-single-main-nav--vertical li.selected > a { width: auto; } } - .bookmark-link-container .bookmark-it .bb-helper-icon { - font: 400 normal normal 20px/1 bb-icons; + font: normal normal normal 20px/1 bb-icons; speak: none; display: inline-block; text-decoration: inherit; @@ -33502,37 +33596,31 @@ nav#object-nav.bb-single-main-nav--vertical li.selected > a { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - -.bookmark-link-container .bookmark-it .bb-helper-icon::before { +.bookmark-link-container .bookmark-it .bb-helper-icon:before { content: "\e872"; } - .bookmark-link-container .bookmark-it .bb-helper-icon.fa-spinner { font-family: "Font Awesome\ 5 Free"; font-weight: 900; } - -.bookmark-link-container .bookmark-it .bb-helper-icon.fa-spinner::before { +.bookmark-link-container .bookmark-it .bb-helper-icon.fa-spinner:before { content: "\f110" !important; } - -.bookmark-link-container .bookmark-it.bookmarked .bb-helper-icon::before { +.bookmark-link-container .bookmark-it.bookmarked .bb-helper-icon:before { content: "\e872"; font-family: bb-icons; font-weight: 300; } - .bookmark-link-container .bookmark-it.bookmarked .bb-helper-icon.fa-spinner { font-family: "Font Awesome\ 5 Free"; font-weight: 900; } - -.bookmark-link-container .bookmark-it.bookmarked .bb-helper-icon.fa-spinner::before { +.bookmark-link-container .bookmark-it.bookmarked .bb-helper-icon.fa-spinner:before { content: "\f110" !important; } .sl-wrapper .sl-button .sl-icon .fa { - font: 400 normal normal 18px/1 bb-icons; + font: normal normal normal 18px/1 bb-icons; speak: none; display: inline-block; text-decoration: inherit; @@ -33540,31 +33628,25 @@ nav#object-nav.bb-single-main-nav--vertical li.selected > a { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - -.sl-wrapper .sl-button .sl-icon .fa::before { +.sl-wrapper .sl-button .sl-icon .fa:before { content: "\eeb2"; } - .sl-wrapper .sl-button .sl-icon .fa.fa-spinner { font-family: "Font Awesome\ 5 Free"; font-weight: 900; } - -.sl-wrapper .sl-button .sl-icon .fa.fa-spinner::before { +.sl-wrapper .sl-button .sl-icon .fa.fa-spinner:before { content: "\f110" !important; } - -.sl-wrapper .sl-button.liked .sl-icon .fa::before { +.sl-wrapper .sl-button.liked .sl-icon .fa:before { font-family: bb-icons; content: "\eeb2"; } - .sl-wrapper .sl-button.liked .sl-icon .fa.fa-spinner { font-family: "Font Awesome\ 5 Free"; font-weight: 900; } - -.sl-wrapper .sl-button.liked .sl-icon .fa.fa-spinner::before { +.sl-wrapper .sl-button.liked .sl-icon .fa.fa-spinner:before { content: "\f110" !important; } @@ -33574,17 +33656,14 @@ div.bp-zoom-webinar-container { background-color: var(--bb-content-background-color); border-color: var(--bb-content-border-color); } - div.bp-zoom-meeting-container .bp-zoom-meeting-left, div.bp-zoom-webinar-container .bp-zoom-meeting-left { border-color: var(--bb-content-border-color); } - div.bp-zoom-meeting-container .bp-meeting-fields-wrap hr, div.bp-zoom-webinar-container .bp-meeting-fields-wrap hr { background-color: var(--bb-content-border-color); } - div.bp-zoom-meeting-container #subnav, div.bp-zoom-webinar-container #subnav { border-radius: var(--bb-block-radius); @@ -33596,17 +33675,14 @@ div.bp-zoom-webinar-container #subnav { .bp-zoom-webinar-container #meetings-list li.current { background-color: var(--bb-content-alternate-background-color); } - .bp-zoom-meeting-container .meeting-topic .meeting-title, .bp-zoom-webinar-container .meeting-topic .meeting-title { color: var(--bb-headings-color); } - .bp-zoom-meeting-container .meeting-item-col.meeting-meta-wrap, .bp-zoom-webinar-container .meeting-item-col.meeting-meta-wrap { color: var(--bb-alternate-text-color); } - .bp-zoom-meeting-container .bp-zoom-meeting-members-listing .meeting-timezone, .bp-zoom-webinar-container .bp-zoom-meeting-members-listing .meeting-timezone { background-color: var(--bb-content-alternate-background-color); @@ -33626,7 +33702,6 @@ body.rtl .bp_zoom_countdown { -ms-flex-pack: end; justify-content: flex-end; } - body.rtl .single-meeting-item.bb-countdown-wrap .bp_zoom_countdown { -webkit-box-pack: end; -ms-flex-pack: end; diff --git a/web/app/themes/buddyboss-theme/assets/css-rtl/buddypress.min.css b/web/app/themes/buddyboss-theme/assets/css-rtl/buddypress.min.css index ad746ca8..ba2e98ae 100644 --- a/web/app/themes/buddyboss-theme/assets/css-rtl/buddypress.min.css +++ b/web/app/themes/buddyboss-theme/assets/css-rtl/buddypress.min.css @@ -1,10647 +1 @@ -.formatted-content,body #main-wrap{background-color:var(--bb-body-background-color)} - -.bb_processing_overlay{background-color:rgba(var(--bb-body-background-color-rgb),.8)} - -.bs-dir-search{float:left;margin:0 0 20px} - -.bs-dir-search input[type=text]{background:100% 0;border:0;height:34px;font-size:14px;letter-spacing:-.24px;padding:0 35px 0 30px} - -.modal-mask{z-index:999999} - -.bs-search-form{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);color:var(--bb-body-text-color);border-radius:var(--bb-button-radius);margin-bottom:0;position:relative} - -.bs-search-form:focus-within{border-color:var(--bb-input-focus-border-color);border-width:1px;box-shadow:var(--bb-input-focus-shadow)} - -.bs-search-form:focus-within #bbp_search{box-shadow:none} - -.bs-search-form::before{content:"\ef10";font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-left:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-right:.2em;position:absolute;top:10px;font-size:17px;color:inherit;opacity:.4;right:9px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} - -.bs-search-form input[type=text]::input-placeholder{color:inherit} - -.bb-secondary-list-tabs{border-bottom:0;margin:.9375rem 0} - -.bb-secondary-list-tabs h4{font-size:16px;font-weight:400;color:var(--bb-alternate-text-color);letter-spacing:-.24px;margin:0} - -.bb-secondary-list-tabs ul{list-style:none;margin-right:auto;margin-bottom:0} - -.bs-sort-button{color:var(--bb-headings-color);opacity:.4;font-size:22px;line-height:1;display:block;padding:5px 10px;text-decoration:none;-webkit-transition:.3s all;transition:.3s all} - -.bs-sort-button.active,.bs-sort-button:hover{color:var(--bb-headings-color);opacity:1} - -.bs-dir-form{margin:0} - -.bs-groups-items.bs-item-list.list-view .bs-item-wrap,.bs-members-items.bs-item-list.list-view .bs-item-wrap{-webkit-transition:border-color .2s linear,box-shadow .2s linear;transition:border-color .2s linear,box-shadow .2s linear} - -.bs-groups-items.bs-item-list .sm-grid-1-2,.bs-members-items.bs-item-list .sm-grid-1-2{border-color:#e7eaec} - -.item-title a{color:var(--bb-headings-color);display:inline-block;font-size:20px;font-weight:500;letter-spacing:-.24px;line-height:1.2;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} - -.item-title a:hover{color:var(--bb-primary-color)} - -.bs-members-items.list-view div.action{-webkit-box-flex:1;-ms-flex:1;flex:1} - -.bs-members-items.list-view .bs-generic-button{margin-left:20px} - -.list-view .avatar:not(.profile-avatar){margin:0;max-width:52px} - -.list-view.bs-groups-items .avatar:not(.profile-avatar){max-width:75px} - -.list-view .item-wrap-left{display:-webkit-box;display:-ms-flexbox;display:flex;min-width:38%;-webkit-box-flex:0;-ms-flex:0 0 38%;flex:0 0 38%;padding-left:20px} - -.bs-list-actions{-webkit-box-flex:1;-ms-flex:1;flex:1} - -.bs-members-items.grid-view .awaiting_response.bs-generic-button{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} - -.bs-members-items.grid-view .awaiting_response.bs-generic-button a{width:auto!important} - -.bs-item-list-tabs .more-button i{font-size:18px;line-height:1} - -.bs-item-list-tabs .sub-menu{-ms-flex-flow:row wrap;flex-flow:row wrap;top:38px} - -.bs-item-list-tabs .sub-menu li{float:none;margin:0;width:100%}@media (max-width:800px){ - -.list-view .item-wrap-left{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%} - -.bs-item-list.list-view div.action{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-right:75px} - -.list-view .bs-followers{margin:0 0 0 18px} - -.list-view .bs-dropdown-wrap{position:absolute;left:15px;top:5px} - -.bs-item-list.list-view .bs-button-follow{margin-right:auto;margin-left:0} - -#buddypress .list-view .action .button{font-size:13px;min-width:110px;min-height:30px;padding:6px 20px;margin-bottom:5px}}@media (max-width:543px){ - -.list-view .item-title{margin-bottom:3px} - -.list-view .item-title a{font-size:18px} - -.bs-item-list.list-view div.action{-ms-flex-flow:row wrap;flex-flow:row wrap} - -.bs-list-actions{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bs-item-list.list-view .bs-button-follow{margin-right:0;margin-top:8px;margin-bottom:4px} - -#buddypress .list-view .action .button{font-size:13px;min-width:110px;min-height:24px;padding:6px 20px} - -.bs-item-list.list-view .bs-generic-button{margin-left:10px} - -.list-view .bs-followers{margin:0 0 0 15px} - -.bs-dir-search{margin:0 0 40px;float:right}}@media (max-width:380px){ - -.bs-item-list.list-view div.action{padding-right:70px} - -.bs-item-list.list-view .item-wrap-left{-ms-flex-flow:nowrap;flex-flow:nowrap} - -.bs-item-list.list-view .bs-list-actions .send-private-message{margin-left:0}} - -span.location i{font-size:19px;margin:0 -6px;position:relative;top:2px} - -.bs-members-items.list-view .location{display:block;position:relative;padding-right:15px;padding-top:3px;line-height:1.2} - -.bs-members-items.list-view .location i{position:absolute;right:0;top:0} - -.bs-followers{font-size:14px;color:#939597;letter-spacing:-.24px} - -.bs-followers span{color:var(--bb-body-text-color)} - -.follow-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:20px} - -.follow-wrap .bs-followers{font-size:13px} - -.follow-wrap .follow{border:0;padding:0;font-size:13px;font-weight:500;color:var(--bb-primary-color);letter-spacing:-.24px} - -.follow-wrap .follow:hover{border:0;background:100% 0} - -.follow-wrap .bs-generic-button{line-height:1;margin-right:auto} - -.member-status{background:var(--bb-success-color);border-radius:100%;position:absolute;width:9px;height:9px;left:5px;top:0} - -.member-status.offline{opacity:0;visibility:hidden} - -.notification-list .member-status{left:0;bottom:0;top:inherit} - -.notification-list [class*=bb-icon]+.member-status{bottom:initial;top:0} - -.bs-item-list.grid-view>li{margin-bottom:1.25rem} - -.bs-item-list-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-color:#fff;border:1px solid #e7eaec;border-radius:4px;height:100%;margin:0 0 -1px;padding:25px 20px 0;position:relative;text-align:center;-webkit-transition:all linear .2s;transition:all linear .2s} - -.bs-item-list-inner:hover{box-shadow:0 3px 24px 0 rgba(18,43,70,.08);border-radius:3px;position:relative;z-index:1} - -.bs-item-list-inner .bs-item{margin-bottom:.625rem} - -.bs-item-list-inner .item-meta{font-size:.875rem;color:var(--bb-alternate-text-color);letter-spacing:-.24px;line-height:1} - -.bs-item-list-inner .follow-wrap{margin-top:auto} - -.bs-item-avatar a{display:inline-block;position:relative} - -.bs-item-avatar img.avatar{max-width:125px;width:100%} - -.grid-view .member-status{left:25px;top:5px} - -.grid-view .bs-item-avatar{margin-bottom:1rem} - -div.action a{color:rgba(18,43,70,.4);border:0;display:inline-block;line-height:1;padding:7px 0;-webkit-transition:all linear .2s;transition:all linear .2s;border-style:solid} - -div.action a.active,div.action a:hover{background:100% 0;color:rgba(18,43,70,.8)} - -div.action i{font-size:20px} - -div.action i:not(.boss-icons){line-height:0} - -#buddypress .action .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:var(--bb-button-radius);font-weight:500;font-size:14px;font-style:normal;letter-spacing:-.24px;padding:8px 20px;display:block;line-height:1.2;min-width:140px;opacity:1;-webkit-transition:box-shadow linear .2s;transition:box-shadow linear .2s} - -#buddypress .action .button:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -#buddypress .action .button:active,#buddypress .action .button:focus,#buddypress .action .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)} - -#buddypress .action .button.join-group,#buddypress .action .button.outline{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} - -#buddypress .action .button.join-group:focus,#buddypress .action .button.outline:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -#buddypress .action .button.join-group:focus,#buddypress .action .button.join-group:hover,#buddypress .action .button.outline:focus,#buddypress .action .button.outline: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)} - -#buddypress .action .button.bp-secondary-action{background-color:transparent;border:0} - -#buddypress #item-body .button.accept,#buddypress #item-body .button.reject{color:var(--bb-primary-button-text-regular)} - -ul.grid-view .action{border-top:1px solid var(--bb-content-border-color);margin:0 -20px} - -ul.grid-view .action>*{border-left:1px solid var(--bb-content-border-color);-webkit-box-flex:1;-ms-flex:1;flex:1} - -ul.grid-view .action>:last-child{border:0} - -ul.grid-view .action .bs-dropdown::after{left:42px}@media (min-width:800px) and (max-width:1150px){ - -.has-sidebar .list-view .item-wrap-left{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%} - -.has-sidebar .bs-item-list.list-view div.action{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-right:70px} - -.has-sidebar .list-view .bs-dropdown-wrap{position:absolute;left:15px;top:5px} - -.has-sidebar .bs-list-actions{-webkit-box-flex:1;-ms-flex:1;flex:1} - -.has-sidebar .bs-item-list.list-view .bs-button-follow{margin-right:auto;margin-left:0} - -.has-sidebar .list-view .bs-followers{margin:0 0 0 18px}}@media (min-width:800px) and (max-width:850px){ - -.has-sidebar .bs-list-actions{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.has-sidebar .bs-item-list.list-view .bs-generic-button{margin-left:10px} - -.has-sidebar .bs-item-list.list-view div.action{-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.has-sidebar .bs-item-list.list-view .bs-button-follow{margin-right:0;margin-top:5px;margin-bottom:5px} - -.has-sidebar #buddypress .list-view .action .button{font-size:13px;min-width:110px;min-height:24px;padding:6px 20px} - -ul.list-view .bb-profile-index-card-area .action.item-wrap-right:not(.profile-second-row){-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}} - -.activity-item-header .item-title span img{border-radius:3px} - -.bp-login-widget-user-avatar{position:relative} - -.bp-login-widget-user-avatar img.avatar{height:auto;max-width:52px;width:100%;border-radius:100%} - -.bp-login-widget-user-avatar img.avatar.profile-avatar{max-width:110px} - -#content .bb-profile-avatar{-webkit-box-flex:0;-ms-flex:0 0 160px;flex:0 0 160px;display:-webkit-box;display:-ms-flexbox;display:flex} - -.no-cover-img #content .bb-profile-avatar{-ms-flex-item-align:end;align-self:flex-end} - -#content .bb-profile-avatar img.profile-avatar{background:#fff;border:5px solid #fff;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px var(--bb-content-border-color);border-radius:5px;max-width:180px;width:100%} - -img.profile-avatar{background:#fff;border:5px solid #fff;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px var(--bb-content-border-color);border-radius:5px;max-width:100px;width:100%} - -.bb-profile-details{padding:0 30px 15px 0;-ms-flex-flow:row wrap;flex-flow:row wrap} - -.bb-profile-details-inner{-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.bb-profile-details-inner .button{margin-top:6px;margin-bottom:6px} - -.bb-profile-details-inner a.button.small.outline{min-height:10px} - -.cover-img .profile-item-header{margin:15px 0 3px} - -#buddypress .profile-title{font-size:2rem;line-height:1.1;margin:6px 0 6px 15px;position:relative} - -#buddypress .profile-title a{color:var(--bb-headings-color)} - -#buddypress .profile-title a:hover{color:var(--bb-primary-color)} - -#buddypress .profile-title .bs-dropdown-wrap{font-size:20px}@media (max-width:580px){ - -#buddypress .profile-title{font-size:1.5rem}} - -.bb-field-tag{margin-left:15px;margin-bottom:6px;margin-top:6px;border-radius:100px} - -.bb-field-tag>span{border-radius:100px;display:inline-block;font-weight:500;font-size:10px;color:#fff;line-height:18px;padding:0 6px;letter-spacing:.25px;text-transform:uppercase;margin:0 3px}@media (max-width:580px){ - -.bb-field-tag>span{padding:0 15px}} - -.profile-single-meta{font-size:15px} - -.bs-meta-bp_group_description{color:var(--bb-body-text-color)} - -.bb-profile-meta{-ms-flex-flow:row wrap;flex-flow:row wrap;font-size:14px;line-height:1.3575;color:var(--bb-alternate-text-color)} - -.bb-profile-meta>span{margin-left:22px;margin-bottom:6px;margin-top:6px} - -.bb-profile-meta span span{color:var(--bb-body-text-color)} - -.bb-profile-meta a{color:var(--bb-headings-color);display:inline-block;opacity:.4;-webkit-transition:.3s all;transition:.3s all} - -.bb-profile-meta a:hover{opacity:.9} - -.bb-profile-meta i[class*=bb-icon-]{font-size:19px;line-height:1} - -.bb-separator-dot{color:var(--bb-headings-color);opacity:.15;margin-right:2px} - -.bb-field-counter,.normal{margin-left:18px;margin-bottom:5px;margin-top:5px} - -.bb-field-counter i,.normal i{line-height:1;margin-left:5px;font-size:18px;position:relative;top:2px;color:rgba(18,43,70,.3)} - -.bb-field-counter span:not(.bs-output),.normal span:not(.bs-output){font-size:14px;color:var(--bb-alternate-text-color)} - -.bb-profile-details-inner>.action{margin-top:6px;margin-bottom:6px;margin-right:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:row wrap;flex-flow:row wrap} - -.bs-meta-bp_group_privacy{line-height:1;text-transform:capitalize} - -#buddypress .list-view div.pending a{color:rgba(18,43,70,.4)} - -#buddypress .list-view div.pending a:hover{color:rgba(18,43,70,.8)} - -#item-nav{background:#fff;border:1px solid var(--bb-content-border-color);padding:0 20px;margin:0 0 30px;border-radius:0 0 4px 4px} - -.no-cover-img+#item-nav{padding-right:242px} - -.main-navs #messages-personal-li,.main-navs #notifications-personal-li,.main-navs #settings-personal-li{display:none!important;width:0!important} - -.single-item #content .bs-meta-bp_group_members .bs-group-members img.round{max-width:32px} - -.single-item .bs-meta-bp_group_members.bb-field-normal{margin:12px 0} - -.bs-meta-bp_group_privacy.bb-field-tag i{font-size:10px}@media (max-width:800px){ - -#content .bb-profile-avatar{-webkit-box-flex:0;-ms-flex:0 0 160px;flex:0 0 160px} - -.profile-title{font-size:28px;margin-top:0} - -.no-cover-img .bb-profile-avatar{-ms-flex-item-align:start;align-self:flex-start} - -.no-cover-img+#item-nav{padding-right:30px}}@media (max-width:720px){ - -.bb-profile-details-inner>div{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media (max-width:580px){ - -#content .bb-profile-avatar{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -div#bb-media-model-container{text-align:right} - -.bb-profile-details{margin-bottom:12px} - -.profile-title{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:5px 0} - -.profile-first-row{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:5px} - -.bs-groups-items.grid-view .profile-first-row{-webkit-box-flex:1;-ms-flex:1;flex:1} - -.profile-item .profile-first-row{margin-top:5px} - -.profile-item-header+div{margin-top:0} - -.bb-profile-details .bb-field-tag{margin:0 5px} - -.bb-profile-details{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:0;text-align:center} - -#content .no-cover-img .bb-profile-avatar img.profile-avatar{display:block;margin:0 auto 20px;max-width:160px;float:none} - -div#buddypress div#item-header img.avatar{margin:0 auto;float:none} - -div.no-cover-img .bb-profile-details-inner{margin-top:0} - -#buddypress .bb-profile-details .profile-title{margin-left:0;margin-bottom:5px} - -.bb-profile-details-inner .action{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -.profile-item-header{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -.bb-profile-meta{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -.bb-profile-meta>div{margin:0 5px 15px} - -.bb-profile-meta i[class*=bb-icon-]{margin-right:5px} - -.bs-groups-items.grid-view .bb-profile-meta{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left} - -span.bb-separator-dot{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-profile-meta>span{margin:0 auto 10px;padding:0 8px} - -.no-cover-img+#item-nav{padding-right:20px} - -#buddypress div.item-list-tabs#object-nav li.hideshow{float:left;margin:0}} - -.item-avatar{position:relative} - -.bbp-logged-in h5,.bp-login-widget-user-link{position:relative} - -.profile-single-meta:empty{display:none} - -.widget .item-avatar{position:relative} - -.medium-editor-toolbar-active.medium-editor-toolbar-active{z-index:9999} - -.medium-editor-toolbar .medium-editor-toolbar-form-active{background:var(--bb-content-background-color);padding:10px;box-shadow:0 6px 24px 0 rgba(18,43,70,.08);border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.medium-editor-toolbar .medium-editor-toolbar-form-active .medium-editor-toolbar-form a{font-size:16px} - -.bp-user-blog>.medium-editor-toolbar .medium-editor-toolbar-form-active{background:#242424;border-radius:5px;color:#999} - -.bp-user-blog>.medium-editor-toolbar .medium-editor-toolbar-form-active .medium-editor-toolbar-input,.bp-user-blog>.medium-editor-toolbar .medium-editor-toolbar-form-active .medium-editor-toolbar-input:focus{color:#ccc;border:0;height:50px;vertical-align:middle} - -.bp-user-blog>.medium-editor-toolbar .medium-editor-toolbar-form-active a{vertical-align:middle} - -address{font-style:inherit} - -.bb-field-location{margin-bottom:6px;margin-top:6px;margin-left:20px;font-size:14px;line-height:1.2} - -.bb-field-location i{font-size:17px;line-height:0;position:relative;top:2px;margin-right:-3px} - -.bb-field-icon,.bb-field-link{margin-left:20px;margin-bottom:6px;margin-top:6px} - -.bb-field-icon a,.bb-field-link a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--bb-headings-color);opacity:.4;-webkit-transition:.3s all;transition:.3s all} - -.bb-field-icon a:hover,.bb-field-link a:hover{opacity:.9} - -.bb-field-icon i,.bb-field-link i{font-size:22px;line-height:1} - -.bb-field-icon .prefix,.bb-field-link .prefix{line-height:1;margin-right:8px} - -.bs-meta-xprofile_field:not(.show-balloon),.bs-meta-xprofile_field[data-balloon=""]{cursor:initial} - -.bs-meta-xprofile_field:not(.show-balloon)::after,.bs-meta-xprofile_field:not(.show-balloon)::before,.bs-meta-xprofile_field[data-balloon=""]::after,.bs-meta-xprofile_field[data-balloon=""]::before{display:none} - -.bb-field-icon{font-size:0} - -.bb-field-icon::after,.bb-field-icon::before{display:none} - -.bb-field-icon.show-balloon::after,.bb-field-icon.show-balloon::before{display:block} - -.bb-field-icon .prefix{display:none} - -.bb-profile-index-card-area{height:100%} - -.profile-second-row{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} - -.list-view .bb-profile-index-card-area .bs-item-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.list-view .bb-profile-index-card-area .profile-single-meta{margin-bottom:0} - -.list-view .bb-profile-index-card-area div.action i:not(.boss-icons){line-height:0} - -#buddypress .list-view .bb-profile-index-card-area .bs-generic-button{font-size:14px;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} - -#buddypress .list-view .bb-profile-index-card-area .bs-generic-button a{white-space:nowrap;text-overflow:ellipsis;cursor:pointer} - -.list-view .bb-profile-index-card-area .profile-first-row .bb-field-location{margin-bottom:0;margin-top:2px} - -.list-view .bb-profile-index-card-area .action.item-wrap-right:not(.profile-second-row){-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end} - -.list-view .bb-profile-index-card-area .profile-first-row .bb-field-counter{margin-top:5px} - -.list-view .bb-profile-index-card-area .bs-item-wrap:last-child{border-radius:0} - -.list-view .bb-profile-index-card-area .bb-field-description{display:none} - -a[data-balloon=""]::after,a[data-balloon=""]::before{display:none} - -.grid-view .bb-profile-index-card-area .bb-field-location,.grid-view .bb-profile-index-card-area .profile-first-row .bb-field-location{margin-bottom:0;margin-top:8px;margin-left:0} - -.grid-view .bb-profile-index-card-area .profile-second-row{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} - -.grid-view .bb-profile-index-card-area .profile-second-row>div{margin:0 auto} - -.grid-view .bb-profile-index-card-area .profile-third-row{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} - -.grid-view .bb-profile-index-card-area .profile-third-row>div{margin:0 auto 10px} - -.grid-view .bb-profile-index-card-area .bb-field-counter span:not(.bs-output){font-size:13px;letter-spacing:-.24px} - -#buddypress .grid-view .bb-profile-index-card-area .bs-generic-button a{min-width:10px;height:auto;border:0;font-size:13px;line-height:1.5;color:rgba(18,43,70,.4);min-height:35px;cursor:pointer;padding:6px} - -#buddypress .grid-view .bb-profile-index-card-area .bs-generic-button a:hover{color:rgba(18,43,70,.8)} - -#buddypress .grid-view .bb-profile-index-card-area .bs-generic-button a i:not(.boss-icons){line-height:0} - -.grid-view .bb-profile-index-card-area .bb-field-description p:last-child{margin-bottom:0} - -.grid-view .bb-profile-index-card-area div.action a{width:100%} - -.grid-view .bb-profile-index-card-area .profile-single-meta{margin-bottom:12px;margin-top:auto} - -.grid-view .bb-profile-index-card-area .bs-item{margin-bottom:12px} - -#buddypress .list-view .action .button{min-width:130px} - -.bb-field-normal{margin:6px 0 6px 18px} - -.bs-meta-xprofile_field:not(.bb-field-tag){background-color:transparent!important}@media (max-width:580px){ - -.bb-field-normal{margin:3px 0 3px 10px}} - -#content .bs-meta-bp_group_members .bs-group-members{display:inline-block;margin-left:12px;min-width:24px} - -#content .bs-meta-bp_group_members .bs-group-members img.round{border:1px solid #fff;max-width:24px;display:inline-block;margin-left:-8px;position:relative;z-index:3;border-radius:50%;float:right} - -.bs-meta-bp_group_members.bb-field-normal>span,.bs-meta-bp_group_members.normal>span{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -#groups-list .item-avatar a{display:inline-block} - -.entry-content p{word-wrap:break-word} - -.entry-content p.bps_filters{font-size:14px} - -#primary.content-area iframe,.bb-modal iframe{margin-bottom:1.6875rem} - -p.bps_filters~.bs-members-directory .bs-dir-search{margin-top:0} - -.widget.widget_bps_widget label{font-size:13px} - -.widget.widget_bps_widget .label{background:100% 0;padding:0} - -.widget.widget_bps_widget a.clear-value{display:none!important} - -.widget.widget_bps_widget .editfield input{height:34px!important} - -.bb-group-profile-index-card-area .bs-group-toggle{display:inline-block;margin-right:15px} - -.bb-group-profile-index-card-area .bs-groups-items .action{padding-right:12px} - -.bb-group-profile-index-card-area .bb-field-counter{line-height:1} - -.bb-group-profile-index-card-area .bs-generic-button+.bs-generic-button{margin-top:10px} - -.bs-groups-items .bb-group-profile-index-card-area .action{padding-right:20px} - -.bb-group-profile-index-card-area .bb-field-location{margin-bottom:5px} - -.bs-meta-bp_group_description{line-height:1.357} - -.profile-single-meta .normal{margin:6px 0} - -.bs-meta-bp_group_description.bb-field-description{font-size:14px;line-height:1.357;margin-top:6px;margin-bottom:6px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bs-dropdown-model .bb-icon-loader{margin-right:10px;font-size:14px} - -ul.bb-profile-fields{padding:0;list-style:none;margin:0 0 20px} - -ul.bb-profile-fields li{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-bottom:1rem} - -ul.bb-profile-fields .bb-label{-webkit-box-flex:0;-ms-flex:0 0 140px;flex:0 0 140px;font-size:14px;color:var(--bb-alternate-text-color);line-height:1.3;padding-left:10px} - -ul.bb-profile-fields .bb-data{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:14px;line-height:1.3;word-wrap:break-word;min-width:0} - -.single-item.groups.forum .forums-header{display:none} - -.single-item.groups.forum .forums-header h1.entry-title{display:none;visibility:hidden} - -#activity-actionlist-media a.close-link{display:block;cursor:pointer;margin:0 auto;max-width:100px;text-align:center} - -.bs-meta-bp_followers_count span.bs-output,.bs-meta-bp_following_count span.bs-output,.bs-meta-bp_friends_count span.bs-output{font-weight:500} - -body.bs-model-open{overflow:hidden} - -.gif-media-search-dropdown .gif-alert [class*=bb-icon]{color:var(--bb-headings-color)} - -.bb-template-v2 .gif-media-search-dropdown .gif-alert [class*=bb-icon]{font-weight:300} - -.gif-media-search-dropdown .gif-alert p{color:var(--bb-headings-color)} - -#whats-new-formatting-toolbar .gif-media-search-dropdown .gif-alert [class*=bb-icon],#whats-new-messages-toolbar .gif-media-search-dropdown .gif-alert [class*=bb-icon],#whats-new-toolbar .gif-media-search-dropdown .gif-alert [class*=bb-icon]{font-size:30px;color:var(--bb-headings-color)} - -#whats-new-formatting-toolbar .gif-media-search-dropdown .gif-alert p,#whats-new-messages-toolbar .gif-media-search-dropdown .gif-alert p,#whats-new-toolbar .gif-media-search-dropdown .gif-alert p{color:var(--bb-headings-color)}@media (min-width:992px) and (max-width:1240px){ - -ul.bs-item-list.bs-groups-items.grid-view.grid .md-grid-1-2{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media (min-width:992px) and (max-width:1100px){ - -ul.bb-profile-fields li{margin-bottom:1.5rem} - -ul.bb-profile-fields .bb-label{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:0;margin-bottom:6px} - -ul.bb-profile-fields .bb-data{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media (max-width:991px){ - -div.bs-profile-details-wrap .lg-grid-1-2:nth-child(2n+1){border:0} - -.bs-profile-details-grid>div{margin-bottom:20px}}@media (min-width:821px){ - -#buddypress>.no-cover-img>div>div>.bb-profile-avatar>a{display:block;position:absolute;bottom:0;width:100%}}@media (max-width:832px){ - -#content .bb-profile-avatar{-webkit-box-flex:0;-ms-flex:0 0 140px;flex:0 0 140px}}@media (max-width:580px){ - -#content .bb-profile-avatar{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.entry-header+.entry-content .bs-dir-search{margin-top:0;width:100%} - -.bs-dir-search input[type=text]{width:100%} - -ul.bb-profile-fields li{margin-bottom:1.5rem} - -ul.bb-profile-fields .bb-label{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:0;margin-bottom:6px} - -ul.bb-profile-fields .bb-data{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.profile-second-row{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -.bs-groups-items.grid-view .profile-second-row{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}}@media (max-width:767px){ - -ul.bs-item-list.bs-groups-items.list-view .profile-first-row{display:block} - -ul.bs-item-list.bs-groups-items.list-view .bb-field-normal{margin:0 0 12px} - -ul.bs-item-list.bs-groups-items.list-view .item-wrap-left{margin-bottom:10px} - -ul.bs-item-list.bs-groups-items.list-view .bs-meta-bp_group_last_active{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:20px} - -ul.bs-item-list.bs-groups-items.list-view .bs-meta-bp_group_privacy{display:inline-block} - -ul.bs-item-list.bs-groups-items.list-view .bs-groups-items.list-view .item-title-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1}}@media (max-width:560px){ - -.bs-members-items.list-view div.action{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.list-view .bb-profile-index-card-area .action.item-wrap-right:not(.profile-second-row){-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.list-view.bs-groups-items .avatar:not(.profile-avatar){max-width:70px} - -.bs-item-list-tabs ul{display:block} - -.bs-item-list-tabs ul::after{content:"";display:table;clear:both} - -.bs-item-list-tabs ul li{float:right}} - -.activity-inner a:not(.bb-post-title-link){word-break:break-all} - -li.feed>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -li.feed>a::before{margin-left:3px} - -.buddypress .bp-invites-content li .status{font-size:13px;font-style:normal;clear:both;color:inherit;margin:0;display:none} - -#buddypress ul.group-inviters{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0} - -#buddypress ul.group-inviters li{font-size:13px} - -#buddypress ul.group-inviters li .avatar{max-width:20px;margin-right:6px!important} - -#buddypress div#item-header .bb-media-model-container .item-avatar .avatar{max-width:36px} - -#buddypress div#item-header .activity-item-header .item-title .avatar{margin-left:2px;margin-top:2px;float:none} - -.bs-meta-bp_group_members>span{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} - -#buddypress button.ac-reply-cancel{font-size:14px;font-weight:500;color:var(--bb-alternate-text-color);letter-spacing:-.24px;background:100% 0;border:0;padding:0;margin:0 10px 0 0} - -#buddypress button.ac-reply-cancel:hover{color:var(--bb-headings-color)} - -.vue-tabs .tab-content{min-width:0} - -.tab-container-inner .v-select .dropdown-toggle .clear{background:100% 0;left:38px;font-size:20px} - -.tab-container-inner .v-select .dropdown-toggle .clear:hover{color:var(--bb-danger-color)} - -.tab-container-inner .v-select.v-select .open-indicator{bottom:8px;left:15px} - -.tab-container-inner .v-select .open-indicator::before{border-width:2px 0 0 2px;width:8px;height:8px} - -.tab-container-inner .dropdown-menu li{margin-bottom:0!important} - -.tab-container-inner .dropdown-menu li a{font-size:14px!important} - -.tab-container-inner .v-select.v-select .dropdown-toggle{position:relative} - -.tab-container-inner .v-select .selected-tag{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;-webkit-box-flex:0;-ms-flex:0 0 82%;flex:0 0 82%;margin-top:0;min-width:0;max-width:82%} - -.tab-container-inner .bs-styled-checkbox+label::before{min-width:20px} - -.tab-container-inner input.form-control[type=search]{position:absolute;right:0} - -div,dl,li{border-radius:0} - -.acomment-content,.bs-forum-content{word-wrap:break-word} - -body.activity-permalink .activity-list .activity-content .activity-header{text-align:right} - -.bb-model-form-content .vue-input-tag-wrapper .new-tag{width:auto} - -#content #buddypress #bb-media-model-container .activity-comments-items ul:not(.bs-dropdown){padding-bottom:0} - -#content #buddypress #bb-media-model-container .activity-comments-items ul .avatar{max-width:28px} - -.bb-profile-details-inner .bs-generic-button.bs-button-follow>a:first-child{margin-left:12px} - -.webui-popover-title{font-weight:500;padding:12px 14px} - -.webui-popover-inner .close{font-size:24px;margin:10px 0 0 10px} - -#bbpress-forums .bs-dropdown .bbp-admin-links a.bbp-topic-reply-link{-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;border:0} - -.medium-editor-toolbar-form-active{box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);border-radius:4px} - -.medium-editor-toolbar-form .medium-editor-toolbar-input,.medium-editor-toolbar-form .medium-editor-toolbar-input:focus{background:100% 0;border:1px solid var(--bb-content-border-color);color:var(--bb-body-text-color);height:34px!important;border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex} - -.activity-update-form .medium-editor-toolbar .medium-editor-toolbar-form .medium-editor-toolbar-input,.medium-editor-toolbar-form .medium-editor-toolbar-input{width:-webkit-calc(100% - 96px);width:calc(100% - 96px)} - -#whats-new-form .medium-editor-toolbar-form-active{padding:0 10px} - -#whats-new-form .medium-editor-toolbar-form .medium-editor-toolbar-input,#whats-new-form .medium-editor-toolbar-form .medium-editor-toolbar-input:focus{height:35px} - -.medium-editor-toolbar .medium-editor-toolbar-actions{height:auto;overflow:hidden;padding:0 15px 10px} - -.medium-editor-toolbar li .medium-editor-button-first{border-bottom-right-radius:0!important;border-top-right-radius:0!important;padding-right:10px} - -.activity-update-form .medium-editor-toolbar .medium-editor-toolbar-actions li .medium-editor-button-first{padding-right:10px} - -.medium-editor-toolbar li .medium-editor-button-last{border-bottom-left-radius:0!important;border-left:none!important;border-top-left-radius:0!important;padding-left:10px!important} - -.bbpress a.medium-editor-toolbar-close,.bbpress a.medium-editor-toolbar-save,.buddypress a.medium-editor-toolbar-close,.buddypress a.medium-editor-toolbar-save{font-size:0;height:34px;width:34px;border-radius:4px;border:1px solid var(--bb-content-border-color);margin:0 8px 0 0;-webkit-transform:inherit;-ms-transform:inherit;transform:inherit;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:.3s all;transition:.3s all} - -.bbpress a.medium-editor-toolbar-close::before,.bbpress a.medium-editor-toolbar-save::before,.buddypress a.medium-editor-toolbar-close::before,.buddypress a.medium-editor-toolbar-save::before{font-family:bb-icons;line-height:20px;text-align:center} - -.bbpress a.medium-editor-toolbar-save,.buddypress a.medium-editor-toolbar-save{background-color:rgba(var(--bb-success-color-rgb),.1)} - -.bbpress a.medium-editor-toolbar-save:hover,.buddypress a.medium-editor-toolbar-save:hover{-webkit-transition:.3s all;transition:.3s all;background-color:var(--bb-success-color);border-color:var(--bb-success-color)} - -.bbpress a.medium-editor-toolbar-close,.buddypress a.medium-editor-toolbar-close{background-color:rgba(var(--bb-danger-color-rgb),.1)} - -.bbpress a.medium-editor-toolbar-close:hover,.buddypress a.medium-editor-toolbar-close:hover{-webkit-transition:.3s all;transition:.3s all;background-color:var(--bb-danger-color);border-color:var(--bb-danger-color)} - -.bbpress a.medium-editor-toolbar-save::before,.buddypress a.medium-editor-toolbar-save::before{content:"\e876";font-size:22px;font-weight:400;color:var(--bb-success-color)} - -.bbpress a.medium-editor-toolbar-close::before,.buddypress a.medium-editor-toolbar-close::before{content:"\e828";font-size:24px;font-weight:400;color:var(--bb-danger-color)} - -.bbpress a.medium-editor-toolbar-close:hover::before,.bbpress a.medium-editor-toolbar-save:hover::before,.buddypress a.medium-editor-toolbar-close:hover::before,.buddypress a.medium-editor-toolbar-save:hover::before{color:var(--bb-content-background-color);-webkit-transition:.3s all;transition:.3s all} - -.medium-editor-toolbar-form .medium-editor-toolbar-close{margin-right:0;margin-left:10px} - -.mediumtoolbar-form .medium-editor-toolbar-input::-webkit-input-placeholder{color:rgba(0,0,0,.3)} - -.mediumtoolbar-form .medium-editor-toolbar-input:-moz-placeholder{color:rgba(0,0,0,.3)} - -.mediumtoolbar-form .medium-editor-toolbar-input::-moz-placeholder{color:rgba(0,0,0,.3)} - -.mediumtoolbar-form .medium-editor-toolbar-input:-ms-input-placeholder{color:rgba(0,0,0,.3)} - -.medium-editor-anchor-preview{font-size:14px;max-width:300px} - -.medium-editor-anchor-preview a{margin:0;padding:5px} - -.bb-document-privacy-wrap .activity-privacy,.bb-media-privacy-wrap .activity-privacy{background-color:var(--bb-content-background-color)} - -.bb-document-privacy-wrap .activity-privacy::before,.bb-media-privacy-wrap .activity-privacy::before{border-color:var(--bb-content-background-color) transparent transparent var(--bb-content-background-color)} - -.bb-document-privacy-wrap .activity-privacy li:hover,.bb-media-privacy-wrap .activity-privacy li:hover{background-color:var(--bb-content-alternate-background-color)} - -.bb-document-privacy-wrap .activity-privacy .selected,.bb-media-privacy-wrap .activity-privacy .selected{background-color:var(--bb-content-alternate-background-color)} - -#bb-media-model-container .bb-edit-privacy a{color:var(--bb-body-text-color)} - -#bb-media-model-container .bb-edit-privacy a:hover{color:var(--bb-primary-color)} - -#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list,#media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list,#media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list,.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list,.bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list,.search-document-list .media-folder_items .media-folder_actions .media-folder_action__list{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius)} - -#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a,#media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a,#media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul li a,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a,.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a,.bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a,.search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul li a{color:var(--bb-body-text-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap} - -#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover,#media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a:hover,#media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul li a:hover,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:hover,.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover,.bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover,.search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover{background-color:var(--bb-content-alternate-background-color);color:var(--bb-primary-color)} - -#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover::before,#media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a:hover::before,#media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul li a:hover::before,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:hover::before,.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover::before,.bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover::before,.search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover::before{color:var(--bb-primary-color)} - -#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a::before,#media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a::before,#media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul li a::before,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a::before,.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a::before,.bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a::before,.search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul li a::before{color:var(--bb-alternate-text-color)} - -.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list,.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list,.bb-template-v2 .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list{top:26px;left:0} - -.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul,.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul,.bb-template-v2 .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul{margin:0} - -.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover::before,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a:hover::before,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul li a:hover::before,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:hover::before,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover::before,.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover::before,.bb-template-v2 .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover::before{color:var(--bb-alternate-text-color)} - -.bb-template-v2 #media-folder-document-data-table .media-folder_items:last-child .media-folder_actions .media-folder_action__list,.bb-template-v2 .search-document-list .media-folder_items:last-child .media-folder_action__list{top:initial;bottom:33px} - -#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__anchor{color:var(--bb-headings-color)} - -#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__anchor i{color:var(--bb-alternate-text-color)} - -#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover,#media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a:hover,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:hover,.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover,.bb-media-model-container .activity-list .video-action-wrap.item-action-wrap .video-action_list ul li a:hover{color:var(--bb-primary-color)} - -.search-document-list .media-folder_items .media-folder_details .media-folder_name:hover,.search-document-list .media-folder_items .media-folder_details__bottom .media-folder_author a:hover,.search-document-list .media-folder_items .media-folder_group a:hover{color:var(--bb-primary-color)} - -#media-folder-document-data-table .media-folder_items .media-folder_details .media-folder_name:hover,#media-folder-document-data-table .media-folder_items .media-folder_details__bottom .media-folder_author a:hover{color:var(--bb-primary-color)} - -#media-stream.media .bb-photo-thumb .media-action-wrap>a,#media-stream.media .bb-photo-thumb .video-action-wrap>a,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap>a,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap>a,.bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap>a,.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap>a{background-color:rgba(0,0,0,.8);border-radius:var(--bb-block-radius-inner)} - -#media-stream.media .bb-photo-thumb .media-action-wrap>a i,#media-stream.media .bb-photo-thumb .video-action-wrap>a i,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap>a i,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap>a i,.bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap>a i,.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap>a i{color:#fff} - -#media-stream.media .bb-video-thumb .item-action-wrap>a,#video-stream.video .bb-item-thumb .item-action-wrap>a,.bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap>a{background-color:rgba(0,0,0,.8);border-radius:var(--bb-block-radius-inner)} - -#media-stream.media .bb-video-thumb .item-action-wrap>a i,#video-stream.video .bb-item-thumb .item-action-wrap>a i,.bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap>a i{color:#fff} - -#media-stream.media .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list::after,#media-stream.media .bb-activity-media-elem.media-activity .media-action-wrap .video-action_list::after,#media-stream.media .bb-activity-media-elem.media-activity .video-action-wrap .media-action_list::after,#media-stream.media .bb-activity-media-elem.media-activity .video-action-wrap .video-action_list::after,#media-stream.media .bb-activity-video-elem .media-action-wrap .media-action_list::after,#media-stream.media .bb-activity-video-elem .media-action-wrap .video-action_list::after,#media-stream.media .bb-activity-video-elem .video-action-wrap .media-action_list::after,#media-stream.media .bb-activity-video-elem .video-action-wrap .video-action_list::after,#media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list::after,#media-stream.media .bb-photo-thumb .media-action-wrap .video-action_list::after,#media-stream.media .bb-photo-thumb .video-action-wrap .media-action_list::after,#media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list::after,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list::after,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .video-action_list::after,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .media-action_list::after,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .video-action_list::after,.bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .media-action_list::after,.bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .video-action_list::after,.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .media-action_list::after,.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list::after,.bb-activity-media-wrap .bb-photo-thumb .media-action-wrap .media-action_list::after,.bb-activity-media-wrap .bb-photo-thumb .media-action-wrap .video-action_list::after,.bb-activity-media-wrap .bb-photo-thumb .video-action-wrap .media-action_list::after,.bb-activity-media-wrap .bb-photo-thumb .video-action-wrap .video-action_list::after{border-color:var(--bb-content-background-color) transparent transparent var(--bb-content-background-color)} - -#media-stream.media .bb-activity-video-elem .item-action-wrap .item-action_list,#media-stream.media .bb-item-thumb .item-action-wrap .item-action_list,#media-stream.media .bb-video-thumb .item-action-wrap .item-action_list,#video-stream.video .bb-activity-video-elem .item-action-wrap .item-action_list,#video-stream.video .bb-item-thumb .item-action-wrap .item-action_list,#video-stream.video .bb-video-thumb .item-action-wrap .item-action_list,.bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list,.bb-activity-video-wrap .bb-item-thumb .item-action-wrap .item-action_list,.bb-activity-video-wrap .bb-video-thumb .item-action-wrap .item-action_list{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius)} - -#media-stream.media .bb-activity-video-elem .item-action-wrap .item-action_list::after,#media-stream.media .bb-item-thumb .item-action-wrap .item-action_list::after,#media-stream.media .bb-video-thumb .item-action-wrap .item-action_list::after,#video-stream.video .bb-activity-video-elem .item-action-wrap .item-action_list::after,#video-stream.video .bb-item-thumb .item-action-wrap .item-action_list::after,#video-stream.video .bb-video-thumb .item-action-wrap .item-action_list::after,.bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list::after,.bb-activity-video-wrap .bb-item-thumb .item-action-wrap .item-action_list::after,.bb-activity-video-wrap .bb-video-thumb .item-action-wrap .item-action_list::after{border-color:var(--bb-content-background-color) transparent transparent var(--bb-content-background-color)}@media screen and (max-width:1024px) and (min-width:768px){ - -.side-panel{background-color:var(--bb-body-background-color)}} - -#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list::after,.search-document-list .media-folder_items .media-folder_actions .media-folder_action__list::after{border-color:var(--bb-content-background-color) transparent transparent var(--bb-content-background-color)} - -#media-stream.media .bb-video-thumb .item-action-wrap .item-action_list ul li a,#video-stream.video .bb-item-thumb .item-action-wrap .item-action_list ul li a,.bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list ul li a{color:var(--bb-body-text-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap} - -#media-stream.media .bb-video-thumb .item-action-wrap .item-action_list ul li a:hover,#video-stream.video .bb-item-thumb .item-action-wrap .item-action_list ul li a:hover,.bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list ul li a:hover{background-color:var(--bb-content-alternate-background-color);color:var(--bb-primary-color)} - -#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list,.search-document-list .media-folder_items .media-folder_actions .media-folder_action__list{width:205px} - -.widget-area .multi-review{background:100% 0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column} - -.widget-area .multi-review>div{width:100%} - -.widget-area .bp-member-add-form p:last-child{margin-top:20px} - -.widget-area .bp-member-add-form label{font-size:14px} - -#bp-media-uploader .bb-field-steps .dz-file-preview .bb-icon-file-mp4::before{content:"\ee97"} - -#whats-new-header::after,.bb-bp-settings-container,.bbp-forum-data::before,.header-account-login .pop,.header-account-login .pop .bp_components .menupop:not(#wp-admin-bar-my-account)>.ab-sub-wrapper,.header-account-login .pop .bp_components .menupop:not(#wp-admin-bar-my-account)>.ab-sub-wrapper::before,.header-account-login .pop .links li>.sub-menu,.header-account-login .pop .links li>.sub-menu::before,.header-notifications .pop,.main-navigation li ul,.main-navigation li ul ul,.medium-editor-insert-plugin .medium-insert-buttons .medium-insert-buttons-addons li,.os-loader,.posts-stream,.posts-stream .inner,.sap-publish-popup,.sl-count::after,.sl-count::before,.sl-icon::after,.sl-icon::before,a.to-top{background-color:var(--bb-body-background-color)} - -input:checked+.bb-time-meridian{border-color:var(--bb-primary-color);background-color:var(--bb-primary-color)} - -.bb-groups-messages-left-inner input:checked+.bp-group-message-slider,.buddypress-wrap .bp-subnavs ul #bp-zoom-switch-type .bb-toggle-switch .bb-toggle-slider,.widget_bp_core_login_widget.buddypress #bp-login-widget-form #bp-login-widget-submit.bp-login-btn-active,input:checked+.bb-toggle-slider{background-color:var(--bb-primary-color)} - -.bp-subnavs ul .bp-zoom-switch-type{border-radius:var(--bb-button-radius)} - -.bp-subnavs ul .bp-zoom-switch-type>a.zoom_active{color:var(--bb-headings-color)} - -#buddypress .bp-navs.bb-bp-tab-nav a,.bb-modal.bbp-topic-form .bbp-submit-wrapper a#bbp-close-btn,.bbp-mfp-zoom-in fieldset.bbp-form .bbp-submit-wrapper a#bbp-close-btn,.bbpress .widget_display_forums li a{color:var(--bb-headings-color)} - -#buddypress .bp-navs.bb-bp-tab-nav a:hover,.bb-modal.bbp-topic-form .bbp-submit-wrapper a#bbp-close-btn:hover,.bbp-mfp-zoom-in fieldset.bbp-form .bbp-submit-wrapper a#bbp-close-btn:hover,.bbpress .widget_display_forums li a:hover{color:var(--bb-primary-color)} - -.bb-single-album-header .document-breadcrumb li a:hover{color:var(--bb-primary-color)} - -.bb-groups-messages-left-inner .input:focus+.bp-group-message-slider{box-shadow:0 0 1px var(--bb-primary-color)} - -#buddypress .bp-navs.bb-bp-tab-nav .current a,#buddypress .bp-navs.bb-bp-tab-nav .current a:focus,#buddypress .bp-navs.bb-bp-tab-nav .current a:hover,#buddypress .bp-navs.bb-bp-tab-nav .selected a,#buddypress .bp-navs.bb-bp-tab-nav .selected a:focus,#buddypress .bp-navs.bb-bp-tab-nav .selected a:hover{color:var(--bb-headings-color)} - -.buddypress-wrap .user-subnav.tabbed-links ul.subnav li.selected,body:not(.group-admin,.group-invites) .buddypress-wrap .group-subnav.tabbed-links ul.subnav li.selected,body:not(.group-admin,.group-invites) .buddypress-wrap .user-subnav.tabbed-links ul.subnav li.selected{border-bottom-color:var(--bb-body-background-color)} - -.activity-update-form .medium-editor-toolbar .medium-editor-action-more>ul{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color)} - -.medium-editor-create-link{color:var(--bb-primary-color)} - -.attachments--small div.dropzone{padding:0;position:static;pointer-events:none} - -.attachments--small div.dropzone *{pointer-events:auto} - -.attachments--small div.dropzone.dz-progress-view{padding-bottom:45px;position:relative} - -.attachments--small div.dropzone.dz-progress-view.files-uploaded{padding-bottom:0;position:static} - -.attachments--small div.dropzone.dz-progress-view.files-uploaded .dz-global-progress{display:none} - -.attachments--small div.dropzone .dz-default.dz-message{background-color:var(--bb-content-alternate-background-color);display:none;min-height:initial!important;width:60px;height:60px;max-width:60px!important;margin:0 6px;padding:0!important;-webkit-box-ordinal-group:100;-ms-flex-order:99;order:99} - -.attachments--small div.dropzone .dz-default.dz-message button::before,.attachments--small div.dropzone .dz-default.dz-message button:hover::before{content:"\e9ed";background-color:transparent;color:var(--bb-headings-color);font-size:30px;font-weight:400;line-height:1;opacity:.4;height:100%;width:100%;margin:0} - -.bb-template-v2 .attachments--small div.dropzone .dz-default.dz-message button::before,.bb-template-v2 .attachments--small div.dropzone .dz-default.dz-message button:hover::before{font-weight:300} - -.attachments--small div.dropzone .dz-default.dz-message:hover button::before{opacity:1} - -.bb-template-v2 .attachments--small div.dropzone .dz-default.dz-message{border:0} - -.attachments--small div.dropzone.files-uploaded:not(.dz-max-files-reached) .dz-default.dz-message{display:-webkit-box;display:-ms-flexbox;display:flex} - -.attachments--small div.dropzone.dz-started{margin:0 0 10px;height:auto;overflow:initial} - -.attachments--small div.dropzone .dz-preview{min-width:60px;margin:6px} - -.attachments--small div.dropzone .dz-preview .dz-image{height:60px;border-radius:var(--bb-block-radius-inner)} - -.attachments--small div.dropzone .dz-preview .dz-image img{max-width:60px} - -.attachments--small div.dropzone .dz-preview.dz-file-preview .dz-details{border-radius:var(--bb-block-radius-inner)} - -.attachments--small div.dropzone .dz-preview .dz-remove{height:20px;width:20px;top:-8px;left:-8px;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;box-shadow:0 1px 1.5px rgba(0,0,0,.08)!important} - -.attachments--small div.dropzone .dz-preview .dz-remove::after{color:var(--bb-headings-color);font-size:18px;line-height:20px;opacity:.4;position:static} - -.attachments--small div.dropzone .dz-preview .dz-remove:hover::after{opacity:1} - -.bb-template-v2 .attachments--small div.dropzone .dz-preview .dz-details,.bb-template-v2 .attachments--small div.dropzone .dz-preview .dz-image{border-color:transparent} - -.attachments--small div.dropzone.media-dropzone .dz-preview .dz-progress-ring-wrap{display:none} - -.attachments--small div.dropzone.video-dropzone .dz-default.dz-message{width:80px;max-width:80px!important;min-height:60px!important;height:auto} - -.attachments--small div.dropzone.video-dropzone .dz-default.dz-message button::before,.attachments--small div.dropzone.video-dropzone .dz-default.dz-message button:hover::before{content:"\e9f1";font-size:32px} - -.attachments--small div.dropzone.video-dropzone .dz-preview{min-width:80px} - -.attachments--small div.dropzone.video-dropzone .dz-preview .dz-progress-ring-wrap{background-color:transparent;height:auto;width:auto;right:5px;top:5px;-webkit-transform:none;-ms-transform:none;transform:none} - -.attachments--small div.dropzone.video-dropzone .dz-preview .dz-progress-ring-wrap .dz-progress-ring{display:none} - -.attachments--small div.dropzone.video-dropzone .dz-preview .dz-progress-ring-wrap [class*=" bb-icon-"]{color:var(--bb-content-alternate-background-color);font-size:24px;font-weight:400;position:static;-webkit-transform:none;-ms-transform:none;transform:none} - -.bb-template-v2 .attachments--small div.dropzone.video-dropzone .dz-preview .dz-progress-ring-wrap [class*=" bb-icon-"]::before{font-weight:300} - -.attachments--small div.dropzone.video-dropzone .dz-preview .dz-progress-count{display:none} - -.attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview{width:80px;min-height:60px} - -.attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview .dz-details{min-height:60px;height:auto} - -.attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview .dz-remove{top:-8px;bottom:inherit;left:-8px;right:inherit;height:20px;width:20px;-webkit-transform:none;-ms-transform:none;transform:none;background-color:var(--bb-content-alternate-background-color)} - -.attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview .dz-remove::after{font-size:18px;position:static;color:var(--bb-headings-color);opacity:.4} - -.attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview.dz-has-thumbnail:not(.dz-complete) .dz-remove::after{opacity:.4} - -.attachments--small div.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview .dz-remove::after,.attachments--small div.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail) .dz-remove{color:var(--bb-headings-color);background-color:var(--bb-content-alternate-background-color)} - -.attachments--small div.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail),.attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview:not(.dz-has-thumbnail){border-radius:var(--bb-block-radius-inner)} - -.attachments--small div.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail) .dz-progress-ring-wrap [class*=" bb-icon-"],.attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview:not(.dz-has-thumbnail) .dz-progress-ring-wrap [class*=" bb-icon-"]{color:var(--bb-alternate-text-color)} - -.attachments--small div.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail) .dz-filename,.attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview:not(.dz-has-thumbnail) .dz-filename{width:auto;opacity:1;visibility:visible;color:var(--bb-alternate-text-color);position:absolute;bottom:5px;right:5px;left:5px;font-size:12px} - -.attachments--small div.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail) .dz-filename>span,.attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview:not(.dz-has-thumbnail) .dz-filename>span{max-width:initial} - -.attachments--small div.dropzone.document-dropzone .dz-default.dz-message{width:40px;height:40px;max-width:40px!important;margin:0 5px} - -.attachments--small div.dropzone.document-dropzone .dz-default.dz-message button::before,.attachments--small div.dropzone.document-dropzone .dz-default.dz-message button:hover::before{content:"\eef9";font-size:26px} - -.attachments--small div.dropzone.document-dropzone .dz-preview{min-width:150px;max-width:150px;margin:5px 5px 5px 0} - -.attachments--small div.dropzone.document-dropzone .dz-preview.dz-file-preview .dz-details{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;background-color:var(--bb-content-alternate-background-color);height:40px;width:100%;min-height:initial;text-align:right} - -.attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon::before{content:"\ee6e";font-family:bb-icons} - -.attachments--small div.dropzone.document-dropzone .dz-preview .dz-progress-ring-wrap,.attachments--small div.dropzone.document-dropzone .dz-preview .dz-size,.attachments--small div.dropzone.document-dropzone .dz-preview.dz-complete .dz-details .dz-size{display:none} - -.attachments--small div.dropzone.document-dropzone .dz-preview .dz-details{text-align:center} - -.attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon{display:inline-block;vertical-align:middle;line-height:1;position:relative;margin:0 0 0 6px;height:24px;width:24px} - -.attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon::before{position:static;-webkit-transform:none;-ms-transform:none;transform:none} - -.attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon [class*=" bb-icon-"],.attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon::before{color:var(--bb-alternate-text-color);background-color:var(--bb-content-alternate-background-color);font-size:24px;font-weight:400;position:static} - -.bb-template-v2 .attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon [class*=" bb-icon-"]::before,.bb-template-v2 .attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon::before{font-weight:300} - -.attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon>span[class*=" bb-icon-"]{position:absolute;right:0;top:0;z-index:1} - -.attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-filename{font-size:12px;line-height:1.1;display:inline-block;vertical-align:middle;position:static;padding:0;margin:0;width:-webkit-calc(100% - 45px);width:calc(100% - 45px)} - -.attachments--small div.dropzone.document-dropzone .dz-preview .dz-remove{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:5px;box-shadow:none!important} - -.attachments--small [class*=attached-gif-container]{margin-bottom:0;background:100% 0!important;height:auto!important;width:auto!important;display:table} - -.attachments--small [class*=attached-gif-container] .gif-image-container img{background-color:var(--bb-content-alternate-background-color);height:100px;width:100px;object-fit:cover;border-radius:var(--bb-block-radius-inner);margin:0 6px 15px 0} - -.attachments--small [class*=attached-gif-container] .gif-image-remove{box-shadow:0 1px 1.5px rgba(0,0,0,.08);left:-8px;top:-8px} - -.attachments--small [class*=attached-gif-container] .gif-image-remove .bb-icon-times{color:var(--bb-headings-color);opacity:.4} - -.attachments--small [class*=attached-gif-container] .gif-image-remove:hover .bb-icon-times{opacity:1}@media screen and (max-width:560px){ - -.attachments--small [class*=attached-gif-container]{max-width:100%;background-repeat:no-repeat}} - -.dropzone.dz-progress-view .dz-global-progress{bottom:5px} - -.dropzone.dz-progress-view .dz-global-progress .dz-progress-bar-full{background-color:rgba(0,0,0,.08)} - -.dropzone.dz-progress-view .dz-global-progress .dz-progress{background-color:var(--bb-primary-color)} - -.dropzone.dz-progress-view .dz-global-progress .dz-remove-all{background-color:var(--bb-content-alternate-background-color)} - -.dropzone.dz-progress-view .dz-global-progress .dz-remove-all::before{color:var(--bb-headings-color);opacity:.4} - -.dropzone.dz-progress-view .dz-global-progress .dz-remove-all:hover::before{opacity:1} - -.bp-messages-content-wrapper .dropzone.dz-progress-view .dz-global-progress{right:6px} - -.dropzone.dz-progress-view.dz-single-view:not(.files-uploaded) .dz-preview{display:none} - -.mass-user-block-list.moderation-popup .modal-container,.message-members-list.member-popup .modal-container{padding-bottom:12px} - -.mass-user-block-list.moderation-popup .modal-container .bb-model-header,.message-members-list.member-popup .modal-container .bb-model-header{margin-bottom:12px} - -.mass-user-block-list.moderation-popup .bb-model-header,.message-members-list.member-popup .bb-model-header{background-color:var(--bb-content-alternate-background-color);border-radius:0;padding:17px 20px 16px;margin:-20px -30px 30px} - -.mass-user-block-list.moderation-popup .bb-model-header .mfp-close,.message-members-list.member-popup .bb-model-header .mfp-close{left:5px} - -.mass-user-block-list.moderation-popup .bb-model-header .mfp-close::before,.message-members-list.member-popup .bb-model-header .mfp-close::before{color:var(--bb-headings-color);opacity:.4} - -.mass-user-block-list.moderation-popup .bb-model-header .mfp-close:hover::before,.message-members-list.member-popup .bb-model-header .mfp-close:hover::before{opacity:1} - -.mass-user-block-list.moderation-popup .bb-report-type-wrp,.message-members-list.member-popup .bb-report-type-wrp{margin:0 -20px} - -.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp{margin:0;padding:12px 10px;position:relative} - -.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-avatar,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-avatar{max-height:32px;max-width:32px;overflow:hidden;border-radius:100%} - -.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-avatar>a,.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-avatar>span,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-avatar>a,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-avatar>span{position:absolute;right:0;top:0;left:0;bottom:0} - -.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-avatar>a img,.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-avatar>span img,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-avatar>a img,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-avatar>span img{max-height:32px;max-width:32px;overflow:hidden;border-radius:100%;margin:10px} - -.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-name,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-name{padding-right:42px} - -.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-name a,.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-name span,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-name a,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-name span{color:var(--bb-headings-color);font-weight:500} - -.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp:hover,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp:hover{background-color:var(--bb-content-alternate-background-color)} - -.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-actions,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-actions{position:relative;z-index:1} - -.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-actions .button,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-actions .button{color:var(--bb-headings-color);background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color);min-width:initial;line-height:30px} - -.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-actions .button:hover,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-actions .button:hover{color:var(--bb-primary-button-text-regular);background-color:var(--bb-primary-color);border-color:transparent} - -.bb-template-v2 .mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp,.bb-template-v2 .message-members-list.member-popup .bb-report-type-wrp .user-item-wrp{border-radius:6px}@media screen and (min-width:46.8em){ - -.bp-list li .item{overflow:visible}} - -.bp-list::after,.bp-list::before{content:normal} - -.bp-pagination.top{display:none} - -#buddypress a.button{color:#fff;background-color:#385dff;font-weight:500;text-decoration:none;border:1px solid transparent;outline:0;vertical-align:middle} - -#buddypress a.button.small{font-size:14px;font-weight:500;min-height:34px;padding:6px 20px;border-radius:var(--bb-button-radius);line-height:1.4} - -#buddypress a.button:focus,#buddypress a.button:hover{outline:0;text-decoration:none;color:#fff;border-color:transparent} - -#buddypress a.button:active{outline:0;text-decoration:none;color:#fff} - -#buddypress #admins-list li,#buddypress #members-list li,#buddypress #mods-list li{overflow:initial} - -#buddypress #pag-top{display:none} - -#buddypress .dir-form{margin-top:40px} - -li#members-order-select{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.item-title a{color:var(--bb-headings-color);display:inline-block;font-size:20px;font-weight:500;letter-spacing:-.24px;line-height:1.2} - -.item-title a:hover{color:var(--bb-primary-color)}@media only screen and (max-width:320px){ - -#buddypress li div.item{margin-right:0}} - -#buddypress div#item-header img.avatar{margin:0;max-width:160px;image-rendering:optimize-contrast} - -#buddypress div#item-header #item-header-cover-image #item-header-content{margin-right:0;margin-top:0;-webkit-box-flex:1;-ms-flex:1;flex:1} - -#buddypress #item-header-cover-image{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap} - -#item-header-cover-image{min-height:225px} - -#buddypress div.item-list-tabs#object-nav{border-top:1px solid var(--bb-content-border-color);margin-top:20px;margin-bottom:0;overflow:visible} - -#buddypress div.item-list-tabs#object-nav li{float:right;margin:0;padding:0 0 0 30px} - -#buddypress div.item-list-tabs#object-nav li.hideshow{padding:0} - -#buddypress div.item-list-tabs#object-nav a{color:#939597;display:block;padding:11px 0;text-decoration:none;font-size:14px;line-height:2} - -#buddypress div.item-list-tabs#object-nav a:hover{color:var(--bb-headings-color)} - -#buddypress div.item-list-tabs#object-nav .selected a{background-color:transparent;border-bottom:1px solid var(--bb-primary-color);margin-bottom:-1px;opacity:1;font-weight:500;color:var(--bb-headings-color)} - -#buddypress div.item-list-tabs#object-nav .selected a span{background-color:var(--bb-primary-color)} - -#buddypress div.item-list-tabs#object-nav span{background:#c8cbcf;box-shadow:none;border-radius:100px;font-size:11px;font-weight:600;color:#fff;letter-spacing:-.26px;line-height:15px;border:0;min-width:22px;display:inline-block;margin-right:3px;padding:2px 7px 1px;text-align:center;vertical-align:middle} - -p#user_switching_switch_on{max-width:1200px;padding-right:10px;padding-left:10px;margin:20px auto 50px} - -#buddypress .comment-reply-link,#buddypress .generic-button a,#buddypress .standard-form button,#buddypress a.button,#buddypress input[type=button],#buddypress input[type=reset],#buddypress input[type=submit],#buddypress ul.button-nav li a,a.bp-title-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);font-family:inherit;font-size:15px;border-radius:var(--bb-button-radius);min-height:38px;line-height:38px;padding:0 20px;font-weight:500;text-decoration:none;cursor:pointer;display:inline-block;border-width:1px;border-style:solid;outline:0;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-transition:.3s all;transition:.3s all} - -#buddypress .comment-reply-link:focus,#buddypress .generic-button a:focus,#buddypress .standard-form button:focus,#buddypress a.button:focus,#buddypress input[type=button]:focus,#buddypress input[type=reset]:focus,#buddypress input[type=submit]:focus,#buddypress ul.button-nav li a:focus,a.bp-title-button:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -#buddypress .comment-reply-link:hover,#buddypress .generic-button a:hover,#buddypress .standard-form button:hover,#buddypress a.button:hover,#buddypress input[type=button]:hover,#buddypress input[type=reset]:hover,#buddypress input[type=submit]:hover,#buddypress ul.button-nav li a:hover,a.bp-title-button:hover{outline:0;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)} - -#buddypress .comment-reply-link:focus,#buddypress .generic-button a:focus,#buddypress .standard-form button:focus,#buddypress a.button:focus,#buddypress input[type=button]:focus,#buddypress input[type=reset]:focus,#buddypress input[type=submit]:focus,#buddypress ul.button-nav li a:focus,a.bp-title-button:focus{outline:0;text-decoration:none;box-shadow:var(--bb-primary-button-focus-shadow)} - -#buddypress .comment-reply-link:active,#buddypress .generic-button a:active,#buddypress .standard-form button:active,#buddypress a.button:active,#buddypress input[type=button]:active,#buddypress input[type=reset]:active,#buddypress input[type=submit]:active,#buddypress ul.button-nav li a:active,a.bp-title-button:active{outline:0;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)} - -#buddypress .comment-reply-link.disabled,#buddypress .generic-button a.disabled,#buddypress .standard-form button.disabled,#buddypress a.button.disabled,#buddypress input[type=button].disabled,#buddypress input[type=reset].disabled,#buddypress input[type=submit].disabled,#buddypress ul.button-nav li a.disabled,a.bp-title-button.disabled{cursor:default;font-style:normal;color:#c8cbcf;background-color:#f5f5f5;opacity:1} - -#buddypress .comment-reply-link.small,#buddypress .generic-button a.small,#buddypress .standard-form button.small,#buddypress a.button.small,#buddypress input[type=button].small,#buddypress input[type=reset].small,#buddypress input[type=submit].small,#buddypress ul.button-nav li a.small,a.bp-title-button.small{font-size:14px;font-weight:500;min-height:34px;line-height:34px;padding:0 20px;border-radius:var(--bb-button-radius)} - -#buddypress .comment-reply-link.big,#buddypress .generic-button a.big,#buddypress .standard-form button.big,#buddypress a.button.big,#buddypress input[type=button].big,#buddypress input[type=reset].big,#buddypress input[type=submit].big,#buddypress ul.button-nav li a.big,a.bp-title-button.big{font-size:16px;min-height:62px;padding:20px 40px;border-radius:var(--bb-button-radius)} - -#buddypress .comment-reply-link.large,#buddypress .generic-button a.large,#buddypress .standard-form button.large,#buddypress a.button.large,#buddypress input[type=button].large,#buddypress input[type=reset].large,#buddypress input[type=submit].large,#buddypress ul.button-nav li a.large,a.bp-title-button.large{font-size:16px;min-height:50px;padding:14px 30px;border-radius:var(--bb-button-radius)} - -#buddypress .comment-reply-link.outline,#buddypress .generic-button a.outline,#buddypress .standard-form button.outline,#buddypress a.button.outline,#buddypress input[type=button].outline,#buddypress input[type=reset].outline,#buddypress input[type=submit].outline,#buddypress ul.button-nav li a.outline,a.bp-title-button.outline{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)} - -#buddypress .comment-reply-link.outline:focus,#buddypress .generic-button a.outline:focus,#buddypress .standard-form button.outline:focus,#buddypress a.button.outline:focus,#buddypress input[type=button].outline:focus,#buddypress input[type=reset].outline:focus,#buddypress input[type=submit].outline:focus,#buddypress ul.button-nav li a.outline:focus,a.bp-title-button.outline:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -#buddypress .comment-reply-link.outline:active,#buddypress .comment-reply-link.outline:hover,#buddypress .generic-button a.outline:active,#buddypress .generic-button a.outline:hover,#buddypress .standard-form button.outline:active,#buddypress .standard-form button.outline:hover,#buddypress a.button.outline:active,#buddypress a.button.outline:hover,#buddypress input[type=button].outline:active,#buddypress input[type=button].outline:hover,#buddypress input[type=reset].outline:active,#buddypress input[type=reset].outline:hover,#buddypress input[type=submit].outline:active,#buddypress input[type=submit].outline:hover,#buddypress ul.button-nav li a.outline:active,#buddypress ul.button-nav li a.outline:hover,a.bp-title-button.outline:active,a.bp-title-button.outline: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);box-shadow:none} - -#buddypress .comment-reply-link.outline.disabled,#buddypress .comment-reply-link.outline:disabled,#buddypress .generic-button a.outline.disabled,#buddypress .generic-button a.outline:disabled,#buddypress .standard-form button.outline.disabled,#buddypress .standard-form button.outline:disabled,#buddypress a.button.outline.disabled,#buddypress a.button.outline:disabled,#buddypress input[type=button].outline.disabled,#buddypress input[type=button].outline:disabled,#buddypress input[type=reset].outline.disabled,#buddypress input[type=reset].outline:disabled,#buddypress input[type=submit].outline.disabled,#buddypress input[type=submit].outline:disabled,#buddypress ul.button-nav li a.outline.disabled,#buddypress ul.button-nav li a.outline:disabled,a.bp-title-button.outline.disabled,a.bp-title-button.outline:disabled{background:100% 0;color:#c8cbcf;border-color:#f5f5f5;opacity:1} - -#buddypress .standard-form button.wp-switch-editor{padding:6px 12px;height:auto;min-height:10px;border-radius:0;border:1px solid #d7e0e2;border-bottom:0;background:#dcdcdc;color:inherit} - -#buddypress .standard-form .tmce-active .wp-switch-editor.switch-tmce{background:#f5f5f5} - -#buddypress .standard-form .html-active .wp-switch-editor.switch-html{background:#f5f5f5} - -#buddypress .standard-form .html-active .button{min-height:20px;color:var(--bb-headings-color);border:1px solid #d7e0e2;padding:6px;margin:4px 1px;font-size:13px;line-height:1;border-radius:3px} - -#buddypress a.button.outline{box-shadow:none} - -#buddypress table.notification-settings th.title,#buddypress table.profile-settings th.title{width:100%;padding:0 0 20px;border:0} - -#buddypress div.item-list-tabs ul::after{content:"";display:table;clear:both} - -#buddypress div.item-list-tabs#object-nav{border-top:0;margin-top:0;margin-bottom:0;overflow:visible} - -#buddypress div.item-list-tabs#object-nav li li{margin:0;display:block;width:100%;padding:0} - -#buddypress div.item-list-tabs#object-nav li li.selected a{border:0} - -#buddypress div.item-list-tabs#object-nav li li a{display:block;font-size:13px;font-weight:inherit;color:var(--bb-body-text-color);letter-spacing:-.24px;line-height:1;margin-bottom:1px;padding:.75rem .9375rem} - -.bb-single-bp-header .flex{-ms-flex-flow:row wrap;flex-flow:row wrap} - -#buddypress div.item-list-tabs#object-nav a.more-button{font-size:20px;padding:14px 0;line-height:1.1} - -#buddypress div.item-list-tabs#object-nav a.more-button.active::after{bottom:-17px} - -#buddypress div.item-list-tabs ul.sub-menu{top:50px;padding:10px 0} - -div.item-list-tabs li.hideshow.menu-item-has-children>a::after{top:50px} - -#buddypress div.item-list-tabs#object-nav li.hideshow span{float:left} - -#sitewide-notice #message{background:var(--bb-default-notice-color);color:#fff;border:0;border-radius:10px;width:auto;right:auto;left:1%;margin-right:1%;opacity:.9;font-size:15px;padding:10px 20px} - -#sitewide-notice #message h4{max-width:90%;font-size:18px;color:#fff;margin-bottom:10px;font-weight:500} - -#sitewide-notice #message p{padding:0;margin:0 0 1rem;font-size:1rem;line-height:1.4} - -#sitewide-notice #message p:empty{display:none!important} - -#sitewide-notice .bb-notice-content>:last-child{margin-bottom:0} - -#sitewide-notice ol,#sitewide-notice ul{margin-right:0;margin-bottom:1rem;list-style-position:inside} - -#sitewide-notice button{position:absolute;top:15px;left:15px;min-height:0;height:18px;width:18px;padding:0;line-height:16px;font-size:10px;font-weight:800;background:#fff;color:var(--bb-default-notice-color)}@media (min-width:768px){ - -#sitewide-notice #message{min-width:500px}} - -#buddypress ul.item-list{border-top:0;margin-bottom:20px} - -#buddypress ul.item-list li:not(.load-more){border-bottom:0} - -#buddypress ul.item-list li img.avatar{margin:0} - -.widget_bp_core_friends_widget .item-meta{display:none} - -.dir-list{margin-bottom:30px} - -input#send_reply_button{min-width:87px} - -#buddypress div.item-list-tabs#subnav{overflow:visible} - -.bs-dropdown-model{display:none} - -.bs-dropdown-model.open{display:block} - -.gif-search-result .loading-icon{display:block;margin:0 auto;max-height:300px} - -#buddypress div#message-thread div.message-content{margin-right:0} - -#buddypress div.item-list-tabs ul.bs-dropdown{padding:10px 0} - -#buddypress div.item-list-tabs ul.bs-dropdown a{padding:9px 15px} - -#buddypress #member-forums-sub-nav ul{margin-bottom:25px} - -#buddypress #member-forums-sub-nav li{padding-left:30px;padding-bottom:10px} - -#buddypress #member-forums-sub-nav a{display:block;font-size:14px;color:#939597;opacity:1;padding:0 0 10px} - -#buddypress #member-forums-sub-nav .selected a{background:100% 0;border-bottom:1px solid var(--bb-primary-color);font-weight:500;font-size:14px;color:var(--bb-headings-color);opacity:1}@media (max-width:540px){ - -.bb-photos-wrap .bb-title{margin:0 0 20px} - -.bb-photos-actions{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-photos-actions a{margin-bottom:10px;margin-right:0!important}} - -.buddypress-wrap input[type=email]:focus,.buddypress-wrap input[type=password]:focus,.buddypress-wrap input[type=tel]:focus,.buddypress-wrap input[type=text]:focus,.buddypress-wrap input[type=url]:focus,.buddypress-wrap textarea:focus{border-color:var(--bb-input-focus-border-color);border-width:1px;box-shadow:var(--bb-input-focus-shadow)} - -.buddypress-wrap input[type=email].error,.buddypress-wrap input[type=password].error,.buddypress-wrap input[type=tel].error,.buddypress-wrap input[type=text].error,.buddypress-wrap input[type=url].error,.buddypress-wrap textarea.error{border-color:rgba(var(--bb-danger-color-rgb),1)} - -.buddypress-wrap input[type=email].error:focus,.buddypress-wrap input[type=password].error:focus,.buddypress-wrap input[type=tel].error:focus,.buddypress-wrap input[type=text].error:focus,.buddypress-wrap input[type=url].error:focus,.buddypress-wrap textarea.error:focus{border-color:var(--bb-danger-color);box-shadow:none} - -.buddypress-wrap input[type=email].disabled,.buddypress-wrap input[type=email]:disabled,.buddypress-wrap input[type=password].disabled,.buddypress-wrap input[type=password]:disabled,.buddypress-wrap input[type=tel].disabled,.buddypress-wrap input[type=tel]:disabled,.buddypress-wrap input[type=text].disabled,.buddypress-wrap input[type=text]:disabled,.buddypress-wrap input[type=url].disabled,.buddypress-wrap input[type=url]:disabled,.buddypress-wrap textarea.disabled,.buddypress-wrap textarea:disabled{background-color:var(--bb-content-alternate-background-color);opacity:.75} - -#buddypress .dir-search input[type=search],#buddypress .dir-search input[type=text],#buddypress .groups-members-search input[type=search],#buddypress .groups-members-search input[type=text],#buddypress .standard-form input[type=color],#buddypress .standard-form input[type=date],#buddypress .standard-form input[type=datetime-local],#buddypress .standard-form input[type=datetime],#buddypress .standard-form input[type=email],#buddypress .standard-form input[type=month],#buddypress .standard-form input[type=number],#buddypress .standard-form input[type=password],#buddypress .standard-form input[type=range],#buddypress .standard-form input[type=search],#buddypress .standard-form input[type=tel],#buddypress .standard-form input[type=text],#buddypress .standard-form input[type=time],#buddypress .standard-form input[type=url],#buddypress .standard-form input[type=week],#buddypress .standard-form select,#buddypress .standard-form textarea{display:inline-block;font-family:inherit;font-style:inherit;font-size:15px;height:40px;outline:0;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;width:100%} - -#buddypress .dir-search input[type=search]:focus,#buddypress .dir-search input[type=text]:focus,#buddypress .groups-members-search input[type=search]:focus,#buddypress .groups-members-search input[type=text]:focus,#buddypress .standard-form input[type=color]:focus,#buddypress .standard-form input[type=date]:focus,#buddypress .standard-form input[type=datetime-local]:focus,#buddypress .standard-form input[type=datetime]:focus,#buddypress .standard-form input[type=email]:focus,#buddypress .standard-form input[type=month]:focus,#buddypress .standard-form input[type=number]:focus,#buddypress .standard-form input[type=password]:focus,#buddypress .standard-form input[type=range]:focus,#buddypress .standard-form input[type=search]:focus,#buddypress .standard-form input[type=tel]:focus,#buddypress .standard-form input[type=text]:focus,#buddypress .standard-form input[type=time]:focus,#buddypress .standard-form input[type=url]:focus,#buddypress .standard-form input[type=week]:focus,#buddypress .standard-form select:focus,#buddypress .standard-form textarea:focus{box-shadow:var(--bb-input-focus-shadow);border-color:var(--bb-input-focus-border-color)} - -#buddypress .dir-search input[type=search].disabled,#buddypress .dir-search input[type=search]:disabled,#buddypress .dir-search input[type=text].disabled,#buddypress .dir-search input[type=text]:disabled,#buddypress .groups-members-search input[type=search].disabled,#buddypress .groups-members-search input[type=search]:disabled,#buddypress .groups-members-search input[type=text].disabled,#buddypress .groups-members-search input[type=text]:disabled,#buddypress .standard-form input[type=color].disabled,#buddypress .standard-form input[type=color]:disabled,#buddypress .standard-form input[type=date].disabled,#buddypress .standard-form input[type=date]:disabled,#buddypress .standard-form input[type=datetime-local].disabled,#buddypress .standard-form input[type=datetime-local]:disabled,#buddypress .standard-form input[type=datetime].disabled,#buddypress .standard-form input[type=datetime]:disabled,#buddypress .standard-form input[type=email].disabled,#buddypress .standard-form input[type=email]:disabled,#buddypress .standard-form input[type=month].disabled,#buddypress .standard-form input[type=month]:disabled,#buddypress .standard-form input[type=number].disabled,#buddypress .standard-form input[type=number]:disabled,#buddypress .standard-form input[type=password].disabled,#buddypress .standard-form input[type=password]:disabled,#buddypress .standard-form input[type=range].disabled,#buddypress .standard-form input[type=range]:disabled,#buddypress .standard-form input[type=search].disabled,#buddypress .standard-form input[type=search]:disabled,#buddypress .standard-form input[type=tel].disabled,#buddypress .standard-form input[type=tel]:disabled,#buddypress .standard-form input[type=text].disabled,#buddypress .standard-form input[type=text]:disabled,#buddypress .standard-form input[type=time].disabled,#buddypress .standard-form input[type=time]:disabled,#buddypress .standard-form input[type=url].disabled,#buddypress .standard-form input[type=url]:disabled,#buddypress .standard-form input[type=week].disabled,#buddypress .standard-form input[type=week]:disabled,#buddypress .standard-form select.disabled,#buddypress .standard-form select:disabled,#buddypress .standard-form textarea.disabled,#buddypress .standard-form textarea:disabled{background-color:var(--bb-content-alternate-background-color);opacity:.75} - -#buddypress .dir-search input[type=search].error,#buddypress .dir-search input[type=text].error,#buddypress .groups-members-search input[type=search].error,#buddypress .groups-members-search input[type=text].error,#buddypress .standard-form input[type=color].error,#buddypress .standard-form input[type=date].error,#buddypress .standard-form input[type=datetime-local].error,#buddypress .standard-form input[type=datetime].error,#buddypress .standard-form input[type=email].error,#buddypress .standard-form input[type=month].error,#buddypress .standard-form input[type=number].error,#buddypress .standard-form input[type=password].error,#buddypress .standard-form input[type=range].error,#buddypress .standard-form input[type=search].error,#buddypress .standard-form input[type=tel].error,#buddypress .standard-form input[type=text].error,#buddypress .standard-form input[type=time].error,#buddypress .standard-form input[type=url].error,#buddypress .standard-form input[type=week].error,#buddypress .standard-form select.error,#buddypress .standard-form textarea.error{border-color:rgba(var(--bb-danger-color-rgb),1)} - -#buddypress .dir-search input[type=search].error:focus,#buddypress .dir-search input[type=text].error:focus,#buddypress .groups-members-search input[type=search].error:focus,#buddypress .groups-members-search input[type=text].error:focus,#buddypress .standard-form input[type=color].error:focus,#buddypress .standard-form input[type=date].error:focus,#buddypress .standard-form input[type=datetime-local].error:focus,#buddypress .standard-form input[type=datetime].error:focus,#buddypress .standard-form input[type=email].error:focus,#buddypress .standard-form input[type=month].error:focus,#buddypress .standard-form input[type=number].error:focus,#buddypress .standard-form input[type=password].error:focus,#buddypress .standard-form input[type=range].error:focus,#buddypress .standard-form input[type=search].error:focus,#buddypress .standard-form input[type=tel].error:focus,#buddypress .standard-form input[type=text].error:focus,#buddypress .standard-form input[type=time].error:focus,#buddypress .standard-form input[type=url].error:focus,#buddypress .standard-form input[type=week].error:focus,#buddypress .standard-form select.error:focus,#buddypress .standard-form textarea.error:focus{border-color:var(--bb-danger-color);box-shadow:none} - -#buddypress .standard-form select{background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:left 1rem center;padding-left:40px} - -#buddypress .standard-form select:focus{background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:left 1rem center} - -#buddypress .standard-form select[multiple]{background-image:none} - -#buddypress .standard-form input[type=search]{background-repeat:no-repeat;background-size:16px;background-image:url(../images/svg/search.svg);background-position:right 10px center;padding-right:2rem} - -.widget.buddypress .bp-login-widget-user-links>div{padding:0} - -.widget.buddypress .bp-login-widget-user-links>div>.bp-login-widget-user-link a{color:var(--bb-headings-color)} - -.widget.buddypress .bp-login-widget-user-links>div>.bp-login-widget-user-link a:hover{color:var(--bb-primary-color)} - -.widget_bp_core_login_widget{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap} - -.widget_bp_core_login_widget .widget-title{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.widget_bp_core_login_widget .widget-title:empty{display:none} - -.widget_bp_core_login_widget .bp-login-widget-user-avatar{margin-left:15px} - -.widget_bp_core_login_widget .bp-login-widget-user-links{-webkit-box-flex:1;-ms-flex:1;flex:1} - -.bbp_widget_login{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap} - -.bbp_widget_login>.inner{width:100%} - -.bbp_widget_login .widget-title{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bbp_widget_login .widget-title:empty{display:none} - -.bbp_widget_login .bbp-logged-in{-webkit-box-flex:1;-ms-flex:1;flex:1} - -.bbp-logged-in{position:relative} - -#buddypress a.disabled,#buddypress button.disabled,#buddypress button.pending,#buddypress div.pending a,#buddypress input[type=button].disabled,#buddypress input[type=button].pending,#buddypress input[type=reset].disabled,#buddypress input[type=reset].pending,#buddypress input[type=submit].disabled,#buddypress input[type=submit].pending,#buddypress input[type=submit][disabled=disabled]{cursor:initial} - -body #buddypress * a{box-shadow:initial} - -body.buddypress .buddypress-wrap h1,body.buddypress .buddypress-wrap h2,body.buddypress .buddypress-wrap h3,body.buddypress .buddypress-wrap h4,body.buddypress .buddypress-wrap h5,body.buddypress .buddypress-wrap h6{margin:0 0 1.6875rem} - -.bp-navs.bp-navs{overflow:initial} - -.document-type-navs.main-navs,.video-type-navs.main-navs{border-bottom:0} - -body #buddypress .group-item-avatar{box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px var(--bb-content-border-color)} - -#buddypress div.item-list-tabs ul li{float:right;margin:0;list-style:none} - -#buddypress div.item-list-tabs ul li a,#buddypress div.item-list-tabs ul li span{display:block} - -.widget.buddypress #friends-list li,.widget.buddypress #groups-list li,.widget.buddypress #members-list li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:0 0 15px;border:0;padding:0} - -.buddypress.widget ul.item-list li .item-avatar{padding:0;-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px} - -.buddypress.widget ul.item-list li .item{padding:0} - -#buddypress div.item-list-tabs ul{margin:0;padding:0} - -#buddypress .bp-feedback.custom-homepage-info button.bp-tooltip{padding:0} - -#buddypress .custom-homepage-info.info{border:1px solid var(--bb-content-border-color);background:var(--bb-content-background-color);box-shadow:none;border-radius:3px;padding:20px;position:relative;font-size:16px;margin-bottom:20px;margin-top:0} - -#buddypress .custom-homepage-info.info button{position:absolute;left:10px;top:10px;background:100% 0;border:0;color:var(--bb-danger-color);box-shadow:none} - -#buddypress .custom-homepage-info.info p{padding:0} - -#buddypress .custom-homepage-info.info p:last-child{margin-bottom:0} - -.bs-groups-items.grid-view .item-avatar .avatar{width:100%} - -.buddypress-wrap:not(.round-avatars) .bs-groups-items.grid-view .item-avatar .avatar{border-radius:0} - -.buddypress-wrap a[data-bp-close] span::before,.buddypress-wrap button[data-bp-close] span::before{font-size:24px}@media screen and (min-width:75em){ - -.member-front-page .buddypress.widget ul.item-list li .avatar,.widget-area .buddypress.widget ul.item-list li .avatar{width:100%} - -.member-front-page .buddypress.widget ul.item-list,.widget-area .buddypress.widget ul.item-list{margin:0;width:100%}} - -body.buddypress.activation .site-content,body.buddypress.register .site-content{padding-top:5%} - -body.buddypress.activation .site-content .content-area,body.buddypress.register .site-content .content-area{padding-top:0}@media screen and (min-width:46.8em){ - -body.buddypress .site-content{padding-top:0} - -.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav{border-bottom:0;border-top:0;box-shadow:none;margin-bottom:20px;margin-top:0}} - -#cover-image-container{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0;padding:30px 30px 0;font-size:14px;line-height:1.3575} - -.bb-template-v2 #cover-image-container{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)} - -#header-cover-image{background-color:#607387} - -body #buddypress #header-cover-image{background-position:center center;margin:-30px -30px 0;position:relative;width:auto}@media screen and (min-width:800px){ - -body #buddypress .users-header #header-cover-image{margin:-30px -30px 0}} - -body #buddypress #header-cover-image.width-full{width:100vw;position:relative;right:50%;left:50%;margin-right:-50vw;margin-left:-50vw;border-bottom:1px solid var(--bb-content-border-color)} - -body #buddypress #header-cover-image.cover-large{height:300px} - -body #buddypress #item-header-cover-image{min-height:auto;margin-bottom:0;padding-bottom:30px;width:100%} - -body #buddypress .groups-header #item-header-cover-image{display:-webkit-box;display:-ms-flexbox;display:flex} - -.bp-user #buddypress #item-header{margin:0} - -#buddypress #item-header-cover-image #item-header-avatar{margin-top:-40px;margin-left:30px;margin-bottom:5px;padding:0} - -#buddypress #item-header-cover-image.bb-disable-cover-img #item-header-avatar{margin-top:0;margin-bottom:0} - -body #buddypress #item-header-cover-image #item-header-avatar img.avatar{box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px var(--bb-content-border-color);border:3px solid #fff;max-width:170px} - -body #buddypress:not(.round-avatars) .groups-header #item-header-cover-image #item-header-avatar img.avatar{border-radius:4px} - -.bb-template-v1 nav#object-nav{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)} - -nav#object-nav{background:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);padding:0 30px;margin:0 0 20px;margin-top:-1px} - -nav#object-nav li{float:right;margin:0;padding:0 0 0 30px} - -nav#object-nav li.hideshow{padding-left:5px} - -nav#object-nav a{color:var(--bb-body-text-color);display:block;padding:11px 0;text-decoration:none;font-size:14px;line-height:2} - -nav#object-nav a:hover{color:var(--bb-primary-color)} - -.buddypress-wrap .bp-navs li:not(.current) a:focus,.buddypress-wrap .bp-navs li:not(.current) a:hover,.buddypress-wrap .bp-navs li:not(.selected) a:focus,.buddypress-wrap .bp-navs li:not(.selected) a:hover{background:100% 0;color:var(--bb-primary-color)} - -.buddypress-wrap .bp-navs li.current a .count,.buddypress-wrap .bp-navs li.dynamic.current a .count,.buddypress-wrap .bp-navs li.selected a .count,.buddypress_object_nav .bp-navs li.current a .count,.buddypress_object_nav .bp-navs li.selected a .count{background-color:var(--bb-primary-color)} - -nav#object-nav .selected>a{background-color:transparent;border-bottom:1px solid var(--bb-primary-color);margin-bottom:-1px;opacity:1;font-weight:500;color:var(--bb-headings-color)} - -nav#object-nav .selected>a:hover{color:var(--bb-primary-color)} - -body #buddypress div#item-header-cover-image h2,body #buddypress div#item-header-cover-image h2 a{font-size:1.8rem;position:relative;color:var(--bb-headings-color);text-shadow:none} - -body #cover-image-container span.activity{font-size:14px} - -.single-headers .item-meta{margin:0 0 10px;padding:0;color:var(--bb-alternate-text-color)} - -#item-header-cover-image .member-header-actions .generic-button a,#item-header-cover-image .member-header-actions .generic-button button{font-size:14px} - -#item-header-cover-image .member-header-actions .generic-button a.blocked-member,#item-header-cover-image .member-header-actions .generic-button button.blocked-member{opacity:.9;pointer-events:none} - -#item-header-cover-image .member-header-actions div.generic-button{display:inline-block;float:none} - -#item-header-cover-image .member-header-actions>li{float:none} - -#item-header-cover-image .flex>#send-private-message{margin-top:35px;text-align:right;min-width:140px;margin-left:-20px} - -#item-header-cover-image .flex>#send-private-message .thickbox{font-size:12px;min-height:30px;padding:0 20px;line-height:28px} - -#send-private-message.generic-button a::before{color:var(--bb-primary-color)} - -.toggle-password{color:var(--bb-primary-color)} - -.toggle-password:hover{color:var(--bb-primary-color)} - -span.triangle-play-icon{color:var(--bb-primary-color);border-color:var(--bb-primary-color)} - -.recording-preview-img:hover span.triangle-play-icon{color:var(--bb-primary-color)} - -.bb-shared-screen svg g{stroke:var(--bb-primary-color)} - -.bb-cover-photo,.bb-cover-photo .progress{background:var(--bb-cover-image-background-color)} - -.header-button.underlined{box-shadow:0 -1px 0 var(--bb-primary-color) inset}@media screen and (max-width:1400px){ - -#buddypress div#item-header #item-header-cover-image #item-header-content>.flex{-ms-flex-flow:row wrap;flex-flow:row wrap}}@media screen and (max-width:1200px){ - -#buddypress div#item-header #item-header-cover-image #item-header-content>.flex .bb-user-content-wrap{-webkit-box-flex:100%;-ms-flex:100%;flex:100%} - -#buddypress div#item-header #item-header-cover-image #item-header-content>.flex .flex>#send-private-message{margin:5px 10px 10px 0}}@media screen and (max-width:980px){ - -#item-header-cover-image .flex>#send-private-message{margin:20px 0 0;-webkit-box-flex:100%;-ms-flex:100%;flex:100%}}@media screen and (max-width:782px){ - -.bp_members.type-bp_members #item-header-content .gamipress-buddypress-points{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -.bp_members.type-bp_members #item-header-content>.flex #send-private-message,.bp_members.type-bp_members #item-header-content>.flex .bb-user-content-wrap,.bp_members.type-bp_members #item-header-content>.flex .member-header-actions{text-align:center} - -.bp_members.type-bp_members #item-header-content>.flex .bb-user-content-wrap .member-title-wrap{margin-bottom:15px} - -body #buddypress .users-header #header-cover-image.width-default{margin:-30px -20px 0} - -body #buddypress #header-cover-image{margin:-30px -20px 0} - -#cover-image-container{padding:30px 20px 0}} - -#TB_window{border-radius:4px} - -#TB_window #TB_title{display:inline-block;width:100%;height:auto;padding:10px 5px;border-radius:4px 4px 0 0} - -#TB_window #TB_title #TB_closeAjaxWindow #TB_closeWindowButton{left:10px} - -#TB_window #TB_title #TB_closeAjaxWindow #TB_closeWindowButton:active,#TB_window #TB_title #TB_closeAjaxWindow #TB_closeWindowButton:focus{box-shadow:none} - -#TB_window #TB_title #TB_closeAjaxWindow #TB_closeWindowButton:focus .tb-close-icon{box-shadow:none} - -#TB_window #TB_ajaxContent{padding:0 20px 20px;width:100%!important;height:auto!important} - -#TB_window #private-message-form-ux{margin-bottom:0;margin-top:12px;width:100%} - -#TB_window #private-message-form-ux>label{margin-bottom:10px;display:inline-block} - -#TB_window #private-message-form-ux input,#TB_window #private-message-form-ux textarea{display:block;width:100%;max-height:200px} - -#TB_window #private-message-form-ux input+br{display:none}@media screen and (max-width:560px){ - -#TB_window{width:80%!important;max-width:100%!important;margin-right:0!important;margin-top:0!important;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}} - -body .single-headers a.button,body .single-headers div.generic-button,body .single-headers li.generic-button{margin:5px 0 5px 8px} - -nav#object-nav .more-button{font-size:20px;padding:14px 0;line-height:1.1} - -nav#object-nav .more-button.active::after{bottom:-18px} - -nav#object-nav .sub-menu{top:50px;padding:10px 0} - -nav#object-nav .sub-menu span.count{float:left;font-size:10px} - -nav#object-nav .sub-menu .selected>a{border:0}@media screen and (min-width:46.8em){ - -.single-headers #item-header-content{padding-right:0}} - -.subnav li:not(:last-child){padding-left:30px} - -.activity-type-navs ul li:not(:last-child),.document-type-navs ul li:not(:last-child),.groups-type-navs ul li:not(:last-child),.media-type-navs ul li:not(:last-child),.members-type-navs ul li:not(:last-child),.video-type-navs ul li:not(:last-child){padding-left:30px} - -.bp-single-vert-nav .bp-wrap .bp-navs.bp-subnavs{margin-bottom:20px} - -.bp-subnavs li.selected a{background:100% 0;border-bottom:1px solid var(--bb-primary-color);color:var(--bb-headings-color);font-weight:500} - -.bp-subnavs li.selected a:hover{color:var(--bb-primary-color)} - -.bp-subnavs .sub-menu li.current a,.bp-subnavs .sub-menu li.selected a{border-bottom:0}@media screen and (max-width:782px){ - -body #buddypress #item-header-cover-image{-ms-flex-flow:row wrap;flex-flow:row wrap} - -body #buddypress #item-header-cover-image #item-header-avatar{margin-left:auto;margin-right:auto} - -body #buddypress div#item-header #item-header-cover-image #item-header-content{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -#buddypress .groups-header #cover-image-container.left #item-header-cover-image #item-header-avatar{margin-right:0} - -#buddypress .groups-header #cover-image-container.left #item-header-cover-image .bp-group-title-wrap{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start} - -#buddypress .groups-header #cover-image-container.left #item-header-cover-image .bb-bp-group-title{text-align:right;-webkit-box-flex:0;-ms-flex:none;flex:none;margin-left:10px} - -#buddypress .groups-header #cover-image-container.left #item-header-content .bp-group-meta-wrap,#buddypress .groups-header #cover-image-container.left #item-header-content .group-actions-wrap{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start} - -#buddypress .groups-header #cover-image-container.left #item-header-content .group-description{text-align:right} - -#buddypress .groups-header #cover-image-container.left #item-header-content .group-actions-absolute .groups-meta:first-child{margin-right:0}}@media screen and (max-width:46.8em){ - -.buddypress-wrap:not(.bp-single-vert-nav) .bp-navs li{background:100% 0;float:right} - -.buddypress-wrap .bb-subnav-plain li{margin-bottom:5px} - -.buddypress-wrap .bb-subnav-vert li{margin-bottom:5px} - -.buddypress-wrap .single-screen-navs li{border-bottom:0} - -.buddypress-wrap .bp-subnavs li.current a,.buddypress-wrap .bp-subnavs li.current a:focus,.buddypress-wrap .bp-subnavs li.current a:hover,.buddypress-wrap .bp-subnavs li.selected a,.buddypress-wrap .bp-subnavs li.selected a:focus,.buddypress-wrap .bp-subnavs li.selected a:hover{color:var(--bb-headings-color)}} - -.bp-user [data-bp-search] form input[type=search],.bp-user [data-bp-search] form input[type=text],body .buddypress-wrap .bp-invites-search-form input[type=search]{padding:6px 10px;height:auto;font-size:14px} - -body .buddypress-wrap .bp-invites-search-form::before,body .buddypress-wrap form.bp-dir-search-form::before,body .buddypress-wrap form.bp-messages-search-form::before{content:"\ef10";color:inherit;font-family:bb-icons;font-size:17px;opacity:.4;position:absolute;right:9px;top:4px} - -body .buddypress-wrap .bp-invites-search-form input[type=search],body .buddypress-wrap form.bp-dir-search-form input[type=search],body .buddypress-wrap form.bp-messages-search-form input[type=search]{background-repeat:no-repeat;background-position:10px 50%;background-size:16px;background-image:none;padding-right:2rem;width:100%;min-width:210px} - -body .buddypress-wrap .bp-invites-search-form input[type=search]::input-placeholder,body .buddypress-wrap form.bp-dir-search-form input[type=search]::input-placeholder,body .buddypress-wrap form.bp-messages-search-form input[type=search]::input-placeholder{color:inherit;opacity:.4}@media screen and (max-width:544px){ - -body .buddypress-wrap .bp-invites-search-form input[type=search],body .buddypress-wrap form.bp-dir-search-form input[type=search],body .buddypress-wrap form.bp-messages-search-form input[type=search]{min-width:150px}} - -body.pending-invites .buddypress-wrap .bp-invites-search-form input[type=search]{min-width:360px}@media screen and (max-width:544px){ - -body.pending-invites .buddypress-wrap .bp-invites-search-form input[type=search]{min-width:280px}} - -body .buddypress-wrap form.bp-messages-search-form input[type=search]:-webkit-autofill{background-repeat:no-repeat;background-size:16px;background-image:url(../images/svg/search.svg);background-position:right 10px center} - -.buddypress-wrap form.bp-dir-search-form,.buddypress-wrap form.bp-invites-search-form,.buddypress-wrap form.bp-messages-search-form{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);box-shadow:none;border-radius:var(--bb-input-radius);margin:0;position:relative} - -.buddypress-wrap form.bp-dir-search-form:focus-within,.buddypress-wrap form.bp-dir-search-form:focus-within:hover,.buddypress-wrap form.bp-invites-search-form:focus-within,.buddypress-wrap form.bp-invites-search-form:focus-within:hover,.buddypress-wrap form.bp-messages-search-form:focus-within,.buddypress-wrap form.bp-messages-search-form:focus-within:hover{border-color:var(--bb-input-focus-border-color);border-width:1px;box-shadow:var(--bb-input-focus-shadow)} - -.buddypress-wrap .bp-search form:hover,.buddypress-wrap .select-wrap:hover{border-color:var(--bb-content-border-color);box-shadow:none} - -.buddypress-wrap .select-wrap select,.buddypress-wrap .select-wrap select:active,.buddypress-wrap .select-wrap select:focus{background-color:var(--bb-content-background-color)} - -#content .buddypress-wrap .subnav-filters div button#user_messages_search_submit,body #content .buddypress-wrap .bp-invites-search-form .nouveau-search-submit{padding:0;position:absolute!important;width:30px;height:33px;opacity:0;right:0;z-index:10;overflow:hidden} - -.buddypress-wrap form.bp-dir-search-form button[type=submit],.buddypress-wrap form.bp-messages-search-form button[type=submit]{position:absolute;opacity:0;visibility:hidden;right:7px;top:7px;height:20px;width:20px} - -.buddypress-wrap .bp-tables-report,.buddypress-wrap .bp-tables-user,.buddypress-wrap table.forum,.buddypress-wrap table.wp-profile-fields{background-color:#fff;border-radius:4px;overflow:hidden} - -.buddypress-wrap .bp-tables-report{box-shadow:0 0 0 1px var(--bb-content-border-color)} - -.buddypress-wrap .bp-tables-user{background-color:var(--bb-content-background-color)} - -.buddypress-wrap .bp-tables-report tr td,.buddypress-wrap .bp-tables-report tr th,.buddypress-wrap .bp-tables-user tr td,.buddypress-wrap .bp-tables-user tr th,.buddypress-wrap table.forum tr td,.buddypress-wrap table.forum tr th,.buddypress-wrap table.wp-profile-fields tr td,.buddypress-wrap table.wp-profile-fields tr th{padding:25px 20px} - -.buddypress-wrap .bp-tables-report thead tr,.buddypress-wrap .bp-tables-user thead tr,.buddypress-wrap table.forum thead tr,.buddypress-wrap table.wp-profile-fields thead tr{background:100% 0;border-bottom:1px solid var(--bb-content-border-color)} - -.buddypress-wrap .bp-tables-report tbody tr,.buddypress-wrap .bp-tables-user tbody tr,.buddypress-wrap table.forum tbody tr,.buddypress-wrap table.wp-profile-fields tbody tr{background:100% 0} - -.buddypress-wrap .bp-tables-report tbody tr:nth-child(odd),.buddypress-wrap .bp-tables-user tbody tr:nth-child(odd){background:var(--bb-content-alternate-background-color)} - -.buddypress-wrap .bp-tables-report tbody tr:hover,.buddypress-wrap .bp-tables-user tbody tr:hover{background:var(--bb-content-alternate-background-color)} - -td.notification-description a{font-size:16px;color:var(--bb-headings-color);letter-spacing:-.24px;line-height:1.3;position:relative} - -.buddypress-wrap .subnav-filters .select-wrap{margin-left:12px} - -.buddypress-wrap .select-wrap{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius)} - -.buddypress-wrap .select-wrap select{margin-left:0;padding:6px 10px 6px 25px;position:relative;text-indent:0;background-color:var(--bb-content-background-color)} - -.buddypress-wrap .select-wrap span.select-arrow{display:none} - -.buddypress-wrap .current-visibility-level{color:var(--bb-alternate-text-color)} - -.buddypress-wrap .field-visibility-settings{color:inherit} - -body .buddypress-wrap .subnav-filters .component-filters select,body .buddypress-wrap .subnav-filters .last select{font-size:14px;max-width:100%;min-height:34px;background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:left 10px center;border:0} - -.buddypress-wrap .bp-pagination{color:var(--bb-alternate-text-color);padding:10px 0} - -.buddypress-wrap .notifications-options-nav input#notification-bulk-manage{border:0;border-radius:3px;line-height:1;margin:1px 10px 0 0;padding:0 20px;min-height:34px;height:34px;font-size:14px;font-weight:500} - -.bb-sort-by-date{font-size:15px;color:var(--bb-alternate-text-color);letter-spacing:-.24px;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -span.notifications-order-actions{margin-right:5px;padding-top:1px;position:relative} - -span.notifications-order-actions a{color:var(--bb-alternate-text-color)} - -body.buddypress .buddypress-wrap .bs-section-title{margin-bottom:0} - -.buddypress-wrap .bp-messages{border:1px solid var(--bb-content-border-color);margin:0;border-radius:var(--bb-block-radius-inner)} - -.buddypress-wrap .bp-messages::after{content:"";clear:both;display:table} - -span.count:empty{display:none!important} - -#whats-new-content+#message{margin-top:20px} - -.buddypress-wrap #group-settings-form .bp-messages{margin-bottom:20px} - -.bp-feedback{box-shadow:none;border:1px solid var(--bb-content-border-color);background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius-inner);color:var(--bb-body-text-color)} - -.bp-feedback::after{content:"";display:table} - -.bp-feedback .bp-icon{border-radius:0 4px 4px 0} - -.bp-feedback.help .bp-icon,.bp-feedback.info .bp-icon{background-color:var(--bb-default-notice-color)} - -.bp-feedback.loading .bp-icon,.bp-feedback.warning .bp-icon{background-color:var(--bb-warning-color)} - -.bp-feedback.success .bp-icon,.bp-feedback.updated .bp-icon{background-color:var(--bb-success-color)} - -.bp-feedback.error .bp-icon{background-color:var(--bb-danger-color)} - -.bp-feedback.bp-feedback-v2{color:var(--bb-default-notice-color);background-color:rgba(var(--bb-default-notice-color-rgb),.1);border:0;border-radius:0;padding-right:20px} - -.bp-feedback.bp-feedback-v2 .bp-icon{background-color:transparent!important;color:var(--bb-default-notice-color);margin-left:0} - -.bp-feedback.bp-feedback-v2 p{padding:14px 5px} - -.bp-feedback.bp-feedback-v2.help,.bp-feedback.bp-feedback-v2.info{color:var(--bb-default-notice-color);background-color:rgba(var(--bb-default-notice-color-rgb),.1)} - -.bp-feedback.bp-feedback-v2.help .bp-icon,.bp-feedback.bp-feedback-v2.info .bp-icon{color:var(--bb-default-notice-color)} - -.bp-feedback.bp-feedback-v2.error{color:var(--bb-danger-color);background-color:rgba(var(--bb-danger-color-rgb),.1)} - -.bp-feedback.bp-feedback-v2.error .bp-icon{color:var(--bb-danger-color)} - -.bp-feedback.bp-feedback-v2.loading,.bp-feedback.bp-feedback-v2.warning{color:var(--bb-warning-color);background-color:rgba(var(--bb-warning-color-rgb),.1)} - -.bp-feedback.bp-feedback-v2.loading .bp-icon,.bp-feedback.bp-feedback-v2.warning .bp-icon{color:var(--bb-warning-color)} - -.bp-feedback.bp-feedback-v2.success,.bp-feedback.bp-feedback-v2.updated{color:var(--bb-success-color);background-color:rgba(var(--bb-success-color-rgb),.1)} - -.bp-feedback.bp-feedback-v2.success .bp-icon,.bp-feedback.bp-feedback-v2.updated .bp-icon{color:var(--bb-success-color)} - -.buddypress-wrap .bp-feedback:not(.custom-homepage-info) p,.widget-error .bp-feedback p{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0;padding-left:20px} - -#buddypress .bp-invites-content ul.item-list li img.avatar{border-radius:50%} - -#buddypress .bb-groups-messages-left .action .invite-button,#item-body #group-invites-container .bp-invites-content .action button.invite-button{background:url(../images/svg/circle-add.svg) no-repeat;height:26px;width:26px;background-size:contain;padding:0;min-width:26px;border:0} - -#buddypress .bb-groups-messages-left .action .invite-button .icons,#item-body #group-invites-container .bp-invites-content .action button.invite-button .icons{opacity:0;visibility:hidden} - -#buddypress .bb-groups-messages-left .selected .invite-button,#item-body #group-invites-container .bp-invites-content .selected .action button.invite-button{background:url(../images/svg/circle-close.svg) no-repeat} - -.buddypress-wrap ul.item-list li .invite-button:not(.group-remove-invite-button) span.icons::before{content:"\eef9";font-family:bb-icons;font-weight:100} - -.bp-feedback p{font-size:14px;line-height:1.5;padding:10px 5px} - -.bulk-select-all,.bulk-select-check{min-width:40px} - -.bulk-select-all label,.bulk-select-check label{margin:0!important} - -.notification-list.bb-nouveau-list{margin-bottom:20px} - -.notification-list.bb-nouveau-list .bs-item-wrap .bb-input-wrap>label::after,.notification-list.bb-nouveau-list .bulk-select-all>label::after{font-weight:400} - -.notification-list.bb-nouveau-list .bs-item-wrap .notification-avatar a>i{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--bb-alternate-text-color);bottom:-5px;border-radius:50%;color:var(--bb-content-background-color);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:18px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:25px;line-height:25px;position:absolute;left:-5px;width:25px} - -.notification-list.bb-nouveau-list .bs-item-wrap .notification-avatar a>i.bb-icon-calendar{font-size:17px} - -.notification-dropdown .notification-list.bb-nouveau-list .actions{opacity:0;visibility:hidden}@media (hover:none) and (pointer:coarse){ - -.notification-dropdown .notification-list.bb-nouveau-list .actions{opacity:1;visibility:visible} - -.notification-dropdown .notification-list.bb-nouveau-list .unread::before{display:none}} - -.notification-dropdown .notification-list.bb-nouveau-list li:hover .actions{opacity:1;visibility:visible} - -.notification-list.bb-nouveau-list .actions{opacity:1;visibility:visible;font-size:0;min-width:40px} - -.notification-list.bb-nouveau-list .actions a{color:rgba(18,43,70,.4);margin-right:6px} - -.notification-list.bb-nouveau-list .actions .dashicons{font-size:18px} - -.notification-list.bb-nouveau-list .actions .delete .dashicons{font-size:16px;position:relative} - -.notification-list.bb-nouveau-list .actions .dashicons-dismiss::before,.notification-list.bb-nouveau-list .actions .dashicons-hidden::before,.notification-list.bb-nouveau-list .actions .dashicons-trash::before,.notification-list.bb-nouveau-list .actions .dashicons-visibility::before{content:"\ee6a";font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;font-size:20px} - -.notification-list.bb-nouveau-list .actions .dashicons-dismiss::before{content:"\e828"} - -.notification-list.bb-nouveau-list .actions .dashicons-trash::before{content:"\ef48"} - -.notification-list.bb-nouveau-list .actions .dashicons-hidden::before{content:"\ee69"} - -.buddypress-wrap .subnav-filters::after,.buddypress-wrap .subnav-filters::before{display:none} - -.buddypress-wrap .subnav-filters>ul{margin-right:0;margin-bottom:0}@media screen and (min-width:32em){ - -#activity-stream{clear:both;padding-top:0}}@media (max-width:543px){ - -.notification-list.bb-nouveau-list .avatar:not(.profile-avatar){max-width:44px} - -.notification-list.bb-nouveau-list .actions{font-size:0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:8px 98px 0 0} - -.notification-list.bb-nouveau-list .notification-content+.actions{-webkit-box-flex:0;-ms-flex:none;flex:none;padding:0} - -body.buddypress .buddypress-wrap .bs-section-title{font-size:20px} - -.bb-sort-by-date{font-size:13px;text-align:left} - -.notification-list .bs-item-wrap:not(.bs-header-item){-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}} - -.atwho-view{border-color:var(--bb-content-border-color);background-color:var(--bb-content-background-color)} - -.atwho-view ul li .username,.atwho-view ul li.list-loader{color:var(--bb-alternate-text-color)} - -.atwho-view small{color:var(--bb-headings-color)} - -.atwho-view .cur{background-color:var(--bb-content-alternate-background-color)} - -#whats-new-form,#whats-new-form-placeholder{margin:0} - -#whats-new-form .bp-feedback,#whats-new-form-placeholder .bp-feedback{min-width:100%} - -#whats-new-form.focus-in #bp-activity-privacy-point{color:var(--bb-alternate-text-color)} - -#whats-new-form #whats-new-post-in-box .bp-activity-object{padding:7px 30px 7px 26px;min-height:34px;margin:1px 0} - -#whats-new-form #whats-new-post-in-box .bp-activity-object:hover{background-color:var(--bb-content-alternate-background-color)} - -#whats-new-post-in-box-items .bp-activity-object label{margin:0} - -.activity-link-preview-title{color:var(--bb-headings-color)} - -.dropzone .dz-default,.dropzone .dz-preview .dz-image,.dropzone .dz-preview.dz-file-preview .dz-details,.dropzone.media-dropzone .dz-preview:not(.dz-image-preview) .dz-image,.dropzone.video-dropzone .dz-preview,.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail){background-color:var(--bb-content-alternate-background-color);border-radius:var(--bb-block-radius-inner)} - -.ac-reply-content .dropzone .dz-default,.ac-reply-content .dropzone .dz-preview .dz-image,.ac-reply-content .dropzone .dz-preview.dz-file-preview .dz-details,.ac-reply-content .dropzone.media-dropzone .dz-preview:not(.dz-image-preview) .dz-image,.ac-reply-content .dropzone.video-dropzone .dz-preview,.ac-reply-content .dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail){background-color:var(--bb-content-background-color)} - -.dropzone .dz-default .dz-button:hover>strong,.dropzone .dz-default .dz-button>strong{color:var(--bb-headings-color)} - -.dropzone .dz-preview.dz-file-preview .dz-details{border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner)} - -.buddypress .buddypress-wrap form#whats-new-form button.bp-remove-item{background-color:transparent;border:0;padding:0;margin-top:0;margin-right:30px;margin-left:2px;line-height:1} - -.buddypress .buddypress-wrap form#whats-new-form button.bp-remove-item::before{content:"\e828";font-family:bb-icons;speak:none;font-style:normal;font-weight:100;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;color:#939597} - -.emojionearea .emojionearea-picker{background-color:var(--bb-content-background-color);border-radius:4px} - -.emojionearea .emojionearea-picker.emojionearea-filters-position-top .emojionearea-filters{border-top-left-radius:4px;border-top-right-radius:4px} - -.emojionearea .emojionearea-picker .emojionearea-filters{background-color:var(--bb-content-alternate-background-color);border-bottom:1px solid var(--bb-content-border-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between} - -.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter.active{border-right:1px solid var(--bb-content-border-color);border-left:1px solid var(--bb-content-border-color);background-color:var(--bb-content-background-color)} - -.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter:last-child{border-radius:4px 0 0 0} - -.emojionearea .emojionearea-picker .emojionearea-filters i.emojionearea-filter:first-child[style*="display: none"]+i.emojionearea-filter:not([style*="display: none"]){border-right-width:0;border-radius:0 4px 0 0} - -.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter:first-of-type{border-right-width:0} - -.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter:last-of-type{border-left-width:0} - -#whats-new-textarea [contenteditable=true]:empty::before,#whats-new-textarea-placeholder [contenteditable=true]:empty::before{color:rgba(var(--bb-body-text-color-rgb),.5)} - -#whats-new-formatting-toolbar .emojionearea .emojionearea-button,#whats-new-formatting-toolbar a [class*=" bb-icon-"],#whats-new-messages-toolbar .emojionearea .emojionearea-button,#whats-new-messages-toolbar a [class*=" bb-icon-"],#whats-new-toolbar .emojionearea .emojionearea-button,#whats-new-toolbar a [class*=" bb-icon-"],.ac-reply-toolbar .emojionearea .emojionearea-button,.ac-reply-toolbar a [class*=" bb-icon-"]{color:rgba(var(--bb-headings-color-rgb),.4)} - -#whats-new-formatting-toolbar .active a [class*=" bb-icon-"],#whats-new-formatting-toolbar .emojionearea .emojionearea-button.active,#whats-new-formatting-toolbar .emojionearea .emojionearea-button:hover::before,#whats-new-formatting-toolbar a.active [class*=" bb-icon-"],#whats-new-formatting-toolbar a.open [class*=" bb-icon-"],#whats-new-formatting-toolbar a:hover [class*=" bb-icon-"],#whats-new-messages-toolbar .active a [class*=" bb-icon-"],#whats-new-messages-toolbar .emojionearea .emojionearea-button.active,#whats-new-messages-toolbar .emojionearea .emojionearea-button:hover::before,#whats-new-messages-toolbar a.active [class*=" bb-icon-"],#whats-new-messages-toolbar a.open [class*=" bb-icon-"],#whats-new-messages-toolbar a:hover [class*=" bb-icon-"],#whats-new-toolbar .active a [class*=" bb-icon-"],#whats-new-toolbar .emojionearea .emojionearea-button.active,#whats-new-toolbar .emojionearea .emojionearea-button:hover::before,#whats-new-toolbar a.active [class*=" bb-icon-"],#whats-new-toolbar a.open [class*=" bb-icon-"],#whats-new-toolbar a:hover [class*=" bb-icon-"],.ac-reply-toolbar .active a [class*=" bb-icon-"],.ac-reply-toolbar .emojionearea .emojionearea-button.active,.ac-reply-toolbar .emojionearea .emojionearea-button:hover::before,.ac-reply-toolbar a.active [class*=" bb-icon-"],.ac-reply-toolbar a.open [class*=" bb-icon-"],.ac-reply-toolbar a:hover [class*=" bb-icon-"]{color:var(--bb-headings-color)} - -#whats-new-formatting-toolbar .active a [class*=" bb-icon-"],#whats-new-formatting-toolbar .emojionearea .emojionearea-button.active::before,#whats-new-formatting-toolbar a.active [class*=" bb-icon-"],#whats-new-messages-toolbar .active a [class*=" bb-icon-"],#whats-new-messages-toolbar .emojionearea .emojionearea-button.active::before,#whats-new-messages-toolbar a.active [class*=" bb-icon-"],#whats-new-toolbar .active a [class*=" bb-icon-"],#whats-new-toolbar .emojionearea .emojionearea-button.active::before,#whats-new-toolbar a.active [class*=" bb-icon-"],.ac-reply-toolbar .active a [class*=" bb-icon-"],.ac-reply-toolbar .emojionearea .emojionearea-button.active::before,.ac-reply-toolbar a.active [class*=" bb-icon-"]{font-weight:300} - -#whats-new-formatting-toolbar .post-elements-buttons-item.disable a:hover [class*=" bb-icon-"],#whats-new-messages-toolbar .post-elements-buttons-item.disable a:hover [class*=" bb-icon-"],#whats-new-toolbar .post-elements-buttons-item.disable a:hover [class*=" bb-icon-"],.ac-reply-toolbar .post-elements-buttons-item.disable a:hover [class*=" bb-icon-"]{color:rgba(var(--bb-headings-color-rgb),.3)} - -#editor-toolbar [class*=" bb-icon-"]{color:rgba(var(--bb-headings-color-rgb),.4)} - -#editor-toolbar [class*=" bb-icon-"]:hover{color:var(--bb-headings-color)} - -#editor-toolbar .emojionearea-button::before{color:rgba(var(--bb-headings-color-rgb),.4)} - -#editor-toolbar .emojionearea-button:hover::before{color:var(--bb-headings-color)} - -#editor-toolbar .active [class*=" bb-icon-"]::before,#editor-toolbar .emojionearea-button.active::before{color:var(--bb-headings-color);font-weight:300!important} - -.activity-update-form .bb-model-header a .bb-icon-times,.bp-nouveau-activity-form-placeholder- .bb-model-header a .bb-icon-times{color:rgba(var(--bb-headings-color-rgb),.4)} - -.activity-update-form .bb-model-header a:hover .bb-icon-times,.bp-nouveau-activity-form-placeholder- .bb-model-header a:hover .bb-icon-times{color:var(--bb-headings-color)} - -.activity-update-form .bb-model-header a .bb-icon-close,.bp-nouveau-activity-form-placeholder- .bb-model-header a .bb-icon-close{color:rgba(var(--bb-headings-color-rgb),.4)} - -.activity-update-form .bb-model-header a:hover .bb-icon-close,.bp-nouveau-activity-form-placeholder- .bb-model-header a:hover .bb-icon-close{color:var(--bb-headings-color)} - -#buddypress .medium-editor-toolbar .medium-editor-toolbar-actions button,.buddypress .medium-editor-toolbar .medium-editor-toolbar-actions button,.medium-editor-toolbar .medium-editor-toolbar-actions button{color:rgba(var(--bb-headings-color-rgb),.4)} - -#buddypress .medium-editor-toolbar .medium-editor-toolbar-actions button.medium-editor-button-active,.buddypress .medium-editor-toolbar .medium-editor-toolbar-actions button.medium-editor-button-active,.medium-editor-toolbar .medium-editor-toolbar-actions button.medium-editor-button-active{color:var(--bb-headings-color)} - -.medium-editor-toolbar-form a{color:rgba(var(--bb-headings-color-rgb),.4)} - -.medium-editor-toolbar-form a:hover{color:var(--bb-headings-color)} - -h4 .bp-reported-type{color:var(--bb-headings-color)} - -#buddypress input#privacy-status-back,#buddypress input#privacy-status-group-back{color:rgba(var(--bb-headings-color-rgb),.4)} - -#buddypress input#privacy-status-back:hover,#buddypress input#privacy-status-group-back:hover{color:var(--bb-headings-color)} - -#whats-new-toolbar .active a .bb-icon,#whats-new-toolbar a.active .bb-icon,#whats-new-toolbar a.open .bb-icon{color:var(--bb-headings-color)} - -.buddypress-wrap:not(.bp-single-vert-nav) .main-navs>ul>li>a{padding:10px 0} - -body.buddypress article.page>.entry-header .entry-title{font-size:28px;color:var(--bb-headings-color)} - -#buddypress #dir-activity-search,#buddypress #dir-groups-search,#buddypress #group-activity-search{border:0;background-color:transparent;padding-right:35px;font-size:14px;height:34px} - -select#activity-filter-by{border:0} - -.filters .feed{height:34px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.filters .feed a{color:rgba(18,43,70,.4)} - -.filters .feed a:hover{color:#122b46} - -body #bbpress-forums .bp-list .action,body #buddypress .bp-list .action{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} - -body #bbpress-forums .bp-list .action .generic-button,body #buddypress .bp-list .action .generic-button{margin-left:15px} - -body #bbpress-forums .bp-list .action .generic-button a,body #buddypress .bp-list .action .generic-button a{color:var(--bb-primary-color);border-color:var(--bb-primary-color)}@media screen and (max-width:400px){ - -body #buddypress #members-list.bp-list.following-list .following-meta.action{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -body #buddypress #members-list.bp-list.following-list .following-meta.action .generic-button,body #buddypress #members-list.bp-list.following-list .following-meta.action .generic-button:last-child{margin-right:5px;margin-left:5px}} - -.bp-list li .item-avatar{float:right} - -div#cover-image-container{margin-top:-31px}@media screen and (min-width:46.8em){ - -.bp-dir-vert-nav .dir-navs{min-width:180px} - -.bp-dir-vert-nav .screen-content{border-color:var(--bb-content-border-color)} - -.bp-dir-vert-nav .dir-navs ul li.selected a{background:100% 0;color:inherit} - -.bp-dir-vert-nav .dir-navs ul li.selected{border:0} - -#buddypress.bp-dir-vert-nav .dir-navs 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;border-bottom:0;padding:4px 0} - -#buddypress.bp-dir-vert-nav .dir-navs li.selected a{border-bottom:0} - -.bp-dir-vert-nav .dir-navs ul li.selected a span{color:#fff} - -.bp-dir-vert-nav .dir-navs ul li a:focus span,.bp-dir-vert-nav .dir-navs ul li a:hover span{border:0}} - -.entry-content #groups-list .item-avatar a{display:inline-block;background:#fff;border:3px solid #fff;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px var(--bb-content-border-color);border-radius:4px} - -.entry-content .widget #groups-list .item-avatar a{box-shadow:none;border:0} - -.buddypress-wrap.round-avatars .item-avatar a{border-radius:50%} - -.buddypress-wrap .groups-list li .item-meta{margin-bottom:0;line-height:1.6} - -.buddypress #buddypress.bp-dir-vert-nav .create-button a{font-size:14px;font-weight:400;min-height:34px;padding:4px 20px;border:1px solid var(--bb-primary-color);background:100% 0;color:var(--bb-primary-color);box-shadow:none;border-radius:50px;text-decoration:none} - -#buddypress h4.bb-active-order{margin:0 20px 0 0} - -.buddypress-wrap .groups-list li .group-desc{border:0;border-radius:0;color:#737373;font-style:italic;margin:0;padding:0} - -.buddypress-wrap .grid.bp-list>li .item .group-desc,.buddypress-wrap .grid.bp-list>li .item .item-block{width:100%;margin-top:0;min-height:10px;font-size:13px} - -.buddypress-wrap .grid.bp-list>li .item .item-block{min-height:auto} - -.buddypress-wrap .grid.groups-list>li .item .last-activity{margin-top:0} - -.buddypress-wrap .grid.groups-list li .list-title{margin-bottom:10px} - -.buddypress-wrap .groups-list li p{margin:0 0 15px} - -.buddypress #buddypress.bp-dir-hori-nav .create-button a,.buddypress #buddypress.bp-dir-hori-nav .create-button a:hover{text-decoration:none}@media screen and (min-width:24em){ - -.grid.groups-list .list-wrap{min-height:40px} - -.grid.groups-list .list-wrap .item-block{min-height:10px}}@media screen and (min-width:46.8em){ - -.buddypress .bp-vertical-navs .groups-list .item-avatar{margin-left:20px;width:auto} - -.buddypress-wrap .groups-list li .group-desc{font-size:13px;line-height:1.5;font-style:normal}}@media screen and (max-width:980px){ - -body #buddypress .group-invites-column .bp-list .action{-webkit-box-flex:inherit;-ms-flex:inherit;flex:inherit}} - -body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions,body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content{margin-top:0;margin-right:0;max-width:100%} - -body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image.bb-disable-cover-img #item-header-content{margin-top:-30px} - -body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image.bb-disable-cover-img #item-header-content .group-actions-absolute{top:-10px} - -body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image.bb-disable-cover-img #item-header-avatar+#item-header-content{margin-top:0;padding-top:0} - -body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image.bb-disable-cover-img #item-header-avatar+#item-header-content .group-actions-absolute{top:0} - -body.single-item.single-item.groups #buddypress div#item-header .centered #item-header-cover-image.bb-disable-cover-img #item-header-avatar+#item-header-content{margin-top:20px} - -.bp-list li .item-meta,.bp-list li .meta{letter-spacing:-.24px;line-height:1.3;font-size:12px;font-weight:300;color:var(--bb-alternate-text-color);margin:0} - -.single-headers{margin-bottom:0} - -body.buddypress .buddypress-wrap .bp-screen-title{margin:15px 0 0;display:none} - -.single-headers .activity{font-size:13px;margin-bottom:0} - -#buddypress #item-header-cover-image .highlight{margin-bottom:6px;padding:0} - -.group-description p{margin-bottom:1rem} - -.bp-avatar-nav ul,.bp-avatar-nav ul.avatar-nav-items li.current{border-color:var(--bb-content-border-color);font-size:14px} - -.bp-avatar-nav ul.avatar-nav-items li.current{border-bottom-color:var(--bb-content-background-color)} - -#buddypress input#bp-browse-button{margin-top:10px} - -.avatar-crop-management #avatar-crop-pane{margin-bottom:10px} - -.avatar-crop-management #avatar-crop-actions a.avatar-crop-cancel{color:var(--bb-alternate-text-color);font-size:15px} - -.avatar-crop-management #avatar-crop-actions a.avatar-crop-cancel:hover{color:var(--bb-primary-color)} - -body #buddypress p.warning,body.profile_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning,body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning{display:block;font-size:85%;margin:1em 0;color:var(--bb-warning-color);background-color:rgba(var(--bb-warning-color-rgb),.1);border-color:rgba(var(--bb-warning-color-rgb),.1);position:relative;padding:10px 15px;margin-bottom:1rem;border:1px solid transparent;border-radius:var(--bb-block-radius-inner)} - -.bb-bp-profile-screen{font-size:16px} - -.bb-bp-profile-screen .bp-cover-image{margin-top:20px;margin-bottom:20px} - -#buddypress #bp-delete-avatar,#buddypress #bp-delete-cover-image{color:#fff;background-color:var(--bb-danger-color);border:0;font-size:14px;padding:12px 25px;font-weight:500} - -#buddypress #bp-delete-avatar:hover,#buddypress #bp-delete-cover-image:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)} - -#pass-strength-result{margin-bottom:30px} - -#buddypress .register-section .bp-heading{font-size:18px;margin:0 0 15px;line-height:1.2} - -#buddypress .register-section label,#buddypress .register-section legend{font-weight:400;font-size:14px;margin:0 0 3px} - -#buddypress .register-section input[type=password]{margin-bottom:20px} - -#buddypress .register-section a.clear-value{display:none} - -#buddypress .register-section .field-visibility-settings-header{font-size:12px;margin-bottom:10px} - -#buddypress .register-section .field-visibility-settings div.radio label{position:relative} - -#buddypress .register-section .field-visibility-settings div.radio .field-visibility-text{margin-right:35px} - -#buddypress .register-section .field-visibility-settings input[type=radio]{width:22px!important;height:22px;position:absolute;top:0;right:0;z-index:10;margin-top:0;opacity:0;margin-left:10px} - -#buddypress .register-section .field-visibility-settings span.bs-radio{display:inline-block;vertical-align:middle;cursor:pointer;position:absolute;top:0;right:0;overflow:hidden;width:22px;height:22px;line-height:1;background-color:#fff;border:2px solid #d6dce6;border-radius:100%;margin-left:10px;z-index:7} - -#buddypress .register-section .field-visibility-settings span.bs-radio.on::after{content:"";position:absolute;top:2px;right:2px;border-radius:100%;width:14px;height:14px;display:inline-block;background-color:var(--bb-primary-color);z-index:9} - -#buddypress .register-section .visibility-toggle-link{font-size:13px;background-color:transparent;color:var(--bb-headings-color);border:0;font-weight:600;min-height:auto;padding:0;vertical-align:baseline;border-radius:0;margin-right:5px} - -#buddypress .register-section .visibility-toggle-link:active,#buddypress .register-section .visibility-toggle-link:focus,#buddypress .register-section .visibility-toggle-link:hover{background:100% 0;color:var(--bb-primary-color);box-shadow:none} - -#buddypress .register-section p.description{font-size:14px} - -#buddypress .register-section .datebox-selects{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} - -#buddypress .register-section .datebox-selects label,#buddypress .register-section .datebox-selects select{margin-left:10px;margin-bottom:10px} - -#buddypress .register-section .wp-editor-tabs button{background:100% 0;border:1px solid #ddd;color:inherit;padding:6px 12px;height:auto;min-height:10px;border-radius:3px 3px 0 0} - -#buddypress .register-section .wp-editor-tabs button:active,#buddypress .register-section .wp-editor-tabs button:focus,#buddypress .register-section .wp-editor-tabs button:hover{background:100% 0;color:inherit;border:1px solid #ddd} - -#buddypress .register-section .html-active .wp-editor-tabs .switch-html,#buddypress .register-section .tmce-active .wp-editor-tabs .switch-tmce{background-color:#f5f5f5;border-bottom-color:#f5f5f5} - -#buddypress .register-section .quicktags-toolbar .button{color:inherit;background:100% 0;border:0;font-weight:700;padding:0 5px;margin:0 0 0 6px;border-radius:0;box-shadow:none;font-size:14px;height:auto;min-height:10px} - -#buddypress .register-section .editfield:first-child{margin-top:0}@media screen and (min-width:46.8em){ - -.buddypress-wrap .register-page .layout-wrap{display:block} - -.buddypress-wrap.extended-default-reg .register-page .default-profile,.buddypress-wrap.extended-default-reg .register-page .extended-profile{padding:0}} - -#group-invites-container,.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body div#group-invites-container{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);margin:0} - -#group-invites-container .select2-container--default .select2-selection--multiple,.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body div#group-invites-container .select2-container--default .select2-selection--multiple{background-color:var(--bb-content-background-color)} - -#group-invites-container ul.subnav li,.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body div#group-invites-container ul.subnav li{float:none;margin:0;padding-left:0} - -#group-invites-container ul.subnav a,.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body div#group-invites-container ul.subnav a{border-bottom:0;padding:6px 0}@media screen and (max-width:680px){ - -#group-invites-container ul.subnav li{float:right}} - -form#group_invites_search_form::after{content:"";display:table;clear:both} - -.drag-drop .drag-drop-inside p{color:inherit} - -.groups.group-admin .bp-navs.group-subnav li{float:none;padding:0} - -body .groups-manage-members-list .section-title{background:100% 0;color:var(--bb-headings-color);font-weight:500;font-size:20px;line-height:1.1;padding-right:0;letter-spacing:0} - -#buddypress #members-list .members-meta.action>.generic-button:last-child a,#buddypress #members-list .members-meta.action>.generic-button:last-child button{font-size:.875rem;min-height:32px;padding:5px 20px;border-radius:100px;border:1px solid var(--bb-primary-color);background:100% 0;color:var(--bb-primary-color);margin-right:10px;min-width:120px} - -#buddypress #members-list .members-meta.action>.generic-button:last-child a:focus,#buddypress #members-list .members-meta.action>.generic-button:last-child a:hover,#buddypress #members-list .members-meta.action>.generic-button:last-child button:focus,#buddypress #members-list .members-meta.action>.generic-button:last-child button:hover{box-shadow:none} - -.groups-manage-members-list ul.item-list>li:first-child{border-top-right-radius:var(--bb-block-radius-inner);border-top-left-radius:var(--bb-block-radius-inner)} - -.groups-manage-members-list ul.item-list>li:last-child{border-bottom-right-radius:var(--bb-block-radius-inner);border-bottom-left-radius:var(--bb-block-radius-inner)} - -#buddypress .groups-manage-members-list{padding:0} - -#buddypress .groups-manage-members-list ul.item-list{margin:0 0 30px} - -#buddypress .groups-manage-members-list ul.item-list>li{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);margin-bottom:-1px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:15px 20px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -#buddypress .groups-manage-members-list ul.item-list>li .avatar{max-width:44px;width:100%;margin-left:15px} - -#buddypress .groups-manage-members-list .members-manage-buttons{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;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;padding-right:57px;margin:0} - -#buddypress .groups-manage-members-list .members-manage-buttons .button{min-width:20px;display:inline-block;font-size:12px;min-height:20px;padding:4px 12px;margin:5px 0 5px 10px} - -#buddypress .groups-manage-members-list .list-title.member-name a{font-size:20px;font-weight:400} - -#group-settings-form fieldset{border:0;padding:0;margin-bottom:0;margin-top:0;font-size:14px;line-height:1.5} - -#group-settings-form p.description{padding:10px 0;font-size:13px;margin-bottom:20px} - -.groups.group-admin #item-body #group-settings-form label[for=delete-group-understand]{margin:30px 0 15px} - -div#bs-member-profile:empty{display:none} - -#item-body .bb-message-heading h2,#item-body .bs-member-notifications .title.title{margin:0} - -.group-create #buddypress.bp-single-vert-nav #group-invites-container .group-invites-column,.group-create .type-bp_members #buddypress.bp-single-vert-nav #group-invites-container .group-invites-column{padding:0} - -.type-bp_members .buddypress-wrap .activity-list .load-more a,.type-bp_members .buddypress-wrap .activity-list .load-newest a{color:var(--bb-primary-color)} - -.type-bp_members .buddypress-wrap .activity-list .load-more a:hover,.type-bp_members .buddypress-wrap .activity-list .load-newest a:hover{color:#0f74e0} - -#item-body #group-invites-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;border-radius:var(--bb-block-radius)} - -#item-body #group-invites-container .bp-navs.group-subnav{border-bottom:0;-webkit-box-flex:0;-ms-flex:0 0 220px;flex:0 0 220px;background:var(--bb-content-alternate-background-color);border-left:1px solid var(--bb-content-border-color);min-height:60vh;border-radius:0 var(--bb-block-radius) var(--bb-block-radius) 0;margin:0;padding:30px 0} - -#item-body #group-invites-container .bp-navs.group-subnav a{border:0;font-size:14px;color:var(--bb-headings-color);letter-spacing:-.24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:13px 20px;line-height:1;margin-bottom:1px} - -#item-body #group-invites-container .bp-navs.group-subnav a:hover{background:rgba(77,92,109,.1)} - -#item-body #group-invites-container .bp-navs.group-subnav .current a,#item-body #group-invites-container .bp-navs.group-subnav .selected a{background:rgba(77,92,109,.1);color:var(--bb-primary-color);font-weight:400} - -#item-body #group-invites-container .group-invites-column{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:30px} - -#item-body #group-invites-container .bp-invites-content .item-list>li{background-color:var(--bb-body-background-color);border:1px solid var(--bb-content-border-color);border-bottom:0;margin-bottom:-1px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:15px 20px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:0;width:100%} - -#item-body #group-invites-container .bp-invites-content .item-list>li:first-child{border-top-right-radius:3px;border-top-left-radius:3px} - -#item-body #group-invites-container .bp-invites-content .item-list>li:last-child{border-bottom:1px solid var(--bb-content-border-color);border-bottom-left-radius:var(--bb-block-radius-inner);border-bottom-right-radius:var(--bb-block-radius-inner)} - -#item-body #group-invites-container .bp-invites-content .list-title{color:var(--bb-headings-color);font-size:20px;margin:0 auto;width:100%} - -#item-body #group-invites-container .bp-invites-content .item-meta .group-inviters li{color:var(--bb-alternate-text-color)} - -#item-body #group-invites-container .bp-invites-content .action{position:static} - -#item-body #group-invites-container .bp-invites-content .action button{height:auto;min-height:10px;padding:0;min-width:40px;border:0;color:inherit;background:100% 0;box-shadow:none} - -#item-body #group-invites-container .bp-invites-content .action button .icons::before{font-size:22px} - -#item-body #group-invites-container .bp-invites-content .button.selected{color:#ee343c} - -#item-body #group-invites-container .bp-invites-content #send-invites-editor{margin-top:30px} - -#item-body #group-invites-container .bp-invites-content #send-invites-editor img.avatar{border-radius:50%;max-width:40px} - -#item-body #group-invites-container .bp-invites-content #send-invites-editor #bp-send-invites-form label{font-size:14px} - -#item-body #group-invites-container .bp-invites-content #send-invites-editor #bp-send-invites-form .action{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row-reverse;flex-flow:row-reverse} - -#item-body #group-invites-container .bp-invites-content #send-invites-editor #bp-send-invites-form .action button{color:#939597} - -#item-body #group-invites-container .bp-invites-content #send-invites-editor #bp-send-invites-form .action button#bp-invites-send{margin-right:0;background-color:var(--bb-primary-color);color:#fff;min-height:34px;padding:6px 20px;border-radius:100px} - -#item-body #group-invites-container .bp-invites-content #send-invites-editor #bp-send-invites-form .action button#bp-invites-send:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)} - -#item-body #group-invites-container li.selected{background-color:var(--bb-content-alternate-background-color)} - -#item-body #group-invites-container .bp-invites-content .action{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end} - -#item-body #group-invites-container .bp-navs.group-subnav a:hover{color:var(--bb-primary-color)} - -#item-body #group-invites-container .bp-navs.group-subnav .current a,#item-body #group-invites-container .bp-navs.group-subnav .selected a{color:var(--bb-headings-color)}@media screen and (min-width:768px) and (max-width:1040px){ - -#item-body #group-invites-container .bp-navs.group-subnav,#item-body #group-invites-container .group-invites-column,.groups.group-admin #buddypress #item-body #group-settings-form,.groups.group-admin #buddypress #item-body nav.bp-navs.group-subnav{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:10px;border-left:0;border-radius:4px 4px 0 0} - -#item-body #group-invites-container .bp-navs.group-subnav,.groups.group-admin #buddypress #item-body nav.bp-navs.group-subnav{padding:0;margin-bottom:10px} - -.groups.group-admin #buddypress #item-body .bp-navs.group-subnav a{padding:10px 15px} - -#item-body #group-invites-container .group-invites-column,.groups.group-admin #buddypress #item-body #group-settings-form{padding:20px} - -#group-invites-container ul.subnav li,.groups.group-admin #buddypress #item-body nav.bp-navs.group-subnav li{float:right!important} - -#item-body #group-invites-container .bp-navs.group-subnav{border-bottom:1px solid var(--bb-content-border-color)}}@media screen and (max-width:767px){ - -#item-body #group-invites-container .bp-navs.group-subnav,#item-body #group-invites-container .group-invites-column{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:10px;border-left:0;border-radius:4px 4px 0 0} - -#item-body #group-invites-container .bp-navs.group-subnav{padding:0} - -#item-body #group-invites-container .group-invites-column{padding:20px} - -#group-invites-container ul.subnav li{float:right!important} - -#item-body #group-invites-container .bp-navs.group-subnav{border-bottom:1px solid var(--bb-content-border-color)} - -.bb-groups-invites-left.bb-select-member-view .bb-groups-invites-left-inner{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color)}}@media screen and (max-width:680px){ - -#buddypress .bb-bp-settings-content,#item-body #group-invites-container .bp-navs.group-subnav,#item-body #group-invites-container .group-invites-column,.groups.group-admin #buddypress #item-body #group-settings-form,.groups.group-admin #buddypress #item-body nav.bp-navs.group-subnav{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:10px;border-left:0;border-bottom:1px solid var(--bb-content-border-color);border-radius:4px 4px 0 0} - -#item-body #group-invites-container .bp-navs.group-subnav,.groups.group-admin #buddypress #item-body nav.bp-navs.group-subnav{padding:0} - -#item-body #group-invites-container .group-invites-column,.groups.group-admin #buddypress #item-body form#group-settings-form{border-bottom:0;margin-bottom:0;padding:20px} - -.groups.group-admin #buddypress #item-body .bp-navs.group-subnav li{float:right}} - -.groups.group-create #buddypress .group-create-buttons{list-style:none;margin:0;overflow:hidden;display:inline-block} - -#create-group-form div#header-cover-image{background-color:var(--bb-content-alternate-background-color);border-radius:4px;max-width:100%;margin:0 auto 15px} - -.groups.group-create .buddypress-wrap{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);max-width:960px;margin:50px auto;padding:50px 100px} - -.groups.group-create .buddypress-wrap h2.bp-subhead{font-size:28px;line-height:1;margin-bottom:30px;text-align:center} - -.groups.group-create .buddypress-wrap #group-create-tabs{background:var(--bb-content-alternate-background-color);border-top:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color);margin:0 -100px 40px;padding:10px 30px;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:14px;letter-spacing:-.24px} - -.groups.group-create .buddypress-wrap .group-create-buttons li{padding-left:0} - -.groups.group-create .buddypress-wrap .group-create-buttons li a,.groups.group-create .buddypress-wrap .group-create-buttons li span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.groups.group-create .buddypress-wrap .group-create-buttons li a{color:var(--bb-headings-color)} - -.groups.group-create .buddypress-wrap .group-create-buttons li a:hover{color:var(--bb-primary-color)} - -.groups.group-create .buddypress-wrap .group-create-buttons li:not(:last-child) a::after{background-color:var(--bb-headings-color)} - -.groups.group-create .buddypress-wrap .group-create-buttons li:not(:last-child) a::after,.groups.group-create .buddypress-wrap .group-create-buttons li:not(:last-child) span::after{content:"";display:inline-block;width:24px;height:1px;background:var(--bb-alternate-text-color);margin:0 15px} - -.groups.group-create .buddypress-wrap .group-create-buttons li span{color:var(--bb-alternate-text-color)} - -.groups.group-create .buddypress-wrap .group-create-buttons li:not(:last-child) a::after{background:var(--bb-primary-color)} - -.groups.group-create .buddypress-wrap .group-create-buttons li.current a{background:100% 0;color:var(--bb-primary-color)} - -.groups.group-create .buddypress-wrap label{font-size:15px;font-weight:400;color:var(--bb-headings-color);letter-spacing:-.24px;line-height:1;margin:0 0 8px;cursor:pointer} - -.groups.group-create .buddypress-wrap input:not([type=checkbox],[type=radio],[type=submit],[type=button]){margin:0 0 25px} - -.groups.group-create .buddypress-wrap #group-desc{height:120px!important;padding:10px!important;margin:0 0 25px;resize:none} - -.groups.group-create .buddypress-wrap .submit{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;-ms-flex-flow:row wrap;flex-flow:row wrap} - -.groups.group-create .buddypress-wrap #group-creation-next{margin-left:0;margin-bottom:15px} - -.groups.group-create .buddypress-wrap #group-creation-previous{margin-bottom:15px} - -.groups.group-create .buddypress-wrap #group-creation-finish{margin-bottom:15px} - -.groups.group-create .buddypress-wrap fieldset{border:0;padding:0;margin:0 0 40px} - -.groups.group-create .buddypress-wrap legend{color:var(--bb-headings-color);letter-spacing:-.14px;font-size:18px;font-weight:500;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:20px;display:block;width:100%;line-height:1;margin-bottom:22px} - -.groups.group-create .buddypress-wrap .group-status-type ul{font-size:14px;margin:0 53px 30px 0;line-height:1.6;letter-spacing:-.24px} - -.groups.group-create .buddypress-wrap h4{font-weight:500} - -.groups.group-create .buddypress-wrap .left-menu{float:none;max-width:160px;margin:0 auto 30px} - -.groups.group-create .buddypress-wrap img.avatar{width:100%} - -.groups.group-create .buddypress-wrap .main-column{margin-right:0;font-size:14px;letter-spacing:-.24px;text-align:center;line-height:1.5} - -.groups.group-create .buddypress-wrap .main-column p{margin-bottom:1rem} - -.groups.group-create .buddypress-wrap #drag-drop-area{background:var(--bb-content-alternate-background-color);border:1px dashed var(--bb-content-border-color);border-radius:var(--bb-block-radius)} - -.groups.group-create .buddypress-wrap button#bp-delete-avatar{margin-top:30px} - -.groups.group-create .buddypress-wrap div#avatar-crop-pane{margin-bottom:20px} - -.groups.group-create .buddypress-wrap #subnav .subnav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.groups.group-create .buddypress-wrap #subnav li{margin:0 12px} - -.groups.group-create .buddypress-wrap #subnav a{font-size:18px;font-weight:500;letter-spacing:-.14px;line-height:40px} - -.groups.group-create .buddypress-wrap #group_invites_search_form,.groups.group-create .buddypress-wrap .bp-search,.groups.group-create .buddypress-wrap .group-invites-search.subnav-search{width:100%} - -.groups.group-create .buddypress-wrap input#group_invites_search{background-size:15px;background-position:right 14px center;height:34px;margin:0;border:0;padding-right:38px;font-size:14px;background-image:none} - -.groups.group-create .buddypress-wrap .bp-invites-content #members-list li{background-color:var(--bb-body-background-color);border:1px solid var(--bb-content-border-color);margin-bottom:-1px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:15px 20px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:0;width:100%} - -.groups.group-create .buddypress-wrap .bp-invites-content #members-list .list-title{color:var(--bb-headings-color);font-size:20px;margin:0 auto;width:100%} - -.groups.group-create .buddypress-wrap .bp-invites-content #members-list li.selected{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.01)} - -.groups.group-create .buddypress-wrap .bp-invites-content #members-list .action{position:static} - -.groups.group-create .buddypress-wrap .bp-invites-content #members-list button{height:auto;min-height:10px;padding:0;min-width:60px;border:0;color:inherit;background:100% 0;box-shadow:none} - -.groups.group-create .buddypress-wrap .bp-invites-content #members-list .button.selected{color:#ee343c} - -.groups.group-create .buddypress-wrap .bp-invites-content #members-list button .icons::before{font-size:22px} - -#item-body #group-invites-container .bp-invites-content ul.item-list li.selected{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.01)} - -#group-create-body{padding:0} - -#group-create-body #group-invites-container{margin-bottom:25px} - -#group-create-body #group-invites-container ul#members-list::after{content:"";display:table;clear:both} - -#buddypress textarea.activity-update{box-shadow:none} - -.groups.group-admin .settings-header{display:none} - -.bp-feedback{clear:both} - -.bb-group-settings .bs-item-list.list-view .bs-item-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.bs-member-notifications .title{-webkit-box-flex:1;-ms-flex:1;flex:1} - -.widget .standard-form.bps_form .editfield{margin-bottom:15px} - -.widget .standard-form.bps_form label{display:block;margin-bottom:5px} - -#buddypress h1.entry-title.settings-title{margin:0} - -.bp-navs__dropdown{display:none} - -.buddypress-wrap select{height:40px} - -.buddypress-wrap select.bp-navs__dropdown{height:44px} - -body #buddypress #item-body blockquote,body #buddypress .bp-lists blockquote{margin-right:0} - -div.bp-avatar-status p.updated,div.bp-cover-image-status p.updated{border-radius:3px;font-size:14px;line-height:1.5} - -div.bp-avatar-status p.success,div.bp-cover-image-status p.success{background-color:var(--bb-success-color);border-color:var(--bb-success-color);color:#fff} - -.buddypress-wrap a.loading,.buddypress-wrap input.loading{-webkit-transition-property:none!important;transition-property:none!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;-webkit-animation:none!important;animation:none!important}@media screen and (max-width:800px){ - -.buddypress-wrap div#group-invites-container .group-subnav-filters .last{text-align:left}} - -.mce-top-part.mce-top-part::before{box-shadow:none} - -.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-apply span{font-size:18px;padding-left:2px;padding-top:1px} - -div.has-text-field #wp-link .query-results{top:260px}@media screen and (max-width:782px){ - -body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions,body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;text-align:center} - -body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content{margin-top:15px} - -body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image.bb-disable-cover-img #item-header-content{margin-top:-15px} - -body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image.bb-disable-cover-img #item-header-avatar+#item-header-content{margin-top:15px} - -.groups-header .groups-meta{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} - -#wp-link-wrap.has-text-field .query-results{top:275px}} - -#buddypress a.view.activity-time-since{display:inline-block} - -.bp-user.notifications #buddypress #item-header{margin-bottom:20px;display:none} - -body #buddypress div#item-header li{float:none} - -body #buddypress div#item-header .activity-comments-items{margin:0;list-style:none;background:var(--bb-content-alternate-background-color);padding:15px} - -div#item-header .bp-feedback.bp-messages{margin-bottom:20px} - -.type-bp_members div#item-header #cover-image-container+.bp-feedback.bp-messages{margin-top:20px} - -.bp-user.notifications #buddypress div#item-header .bp-feedback.bp-messages{margin-bottom:0} - -#bp-send-invites-form #bp-invites-reset,#bp-send-invites-form #bp-invites-send{display:inline-block;margin-left:15px;margin-bottom:15px} - -#item-header.single-headers .bp-feedback.bp-feedback{margin:0} - -.bb-template-v1 #item-header.single-headers .bp-feedback.bp-feedback{border-top:0;border-radius:0} - -.bb-template-v1 #item-header.single-headers .bp-feedback.bp-feedback .bp-icon{border-radius:0} - -.bb-template-v2 #item-header.single-headers .bp-feedback.bp-feedback{border-radius:var(--bb-block-radius-inner);margin-top:5px} - -.bb-template-v2 #item-header.single-headers .bp-feedback.bp-feedback .bp-icon{border-radius:0 var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0} - -#item-header.single-headers .bp-feedback.bp-feedback.help .bp-icon,#item-header.single-headers .bp-feedback.bp-feedback.info .bp-icon{background:var(--bb-default-notice-color)} - -#item-header.single-headers .bp-feedback.bp-feedback.help .bp-icon::before,#item-header.single-headers .bp-feedback.bp-feedback.info .bp-icon::before{content:"\eebc"} - -#item-header.single-headers .bp-feedback.bp-feedback.warning .bp-icon{background:var(--bb-warning-color)} - -#item-header.single-headers .bp-feedback.bp-feedback.warning .bp-icon::before{content:"\eebc"} - -#item-header.single-headers .bp-feedback.bp-feedback.success .bp-icon{background:var(--bb-success-color);color:var(--bb-success-color)} - -#item-header.single-headers .bp-feedback.bp-feedback.success .bp-icon::before{content:"\e876"} - -#item-header.single-headers .bp-feedback.bp-feedback.error .bp-icon{background:var(--bb-danger-color)} - -#item-header.single-headers .bp-feedback.bp-feedback.error .bp-icon::before{content:"\eebc"} - -#item-header.single-headers .bp-feedback.bp-feedback p{padding:15px} - -#item-header.single-headers .bp-feedback.bp-feedback .bp-icon{font-family:bb-icons;color:var(--bb-content-background-color)!important;padding:11px 16px;font-weight:200;margin:0;border-radius:0 var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0} - -.buddypress-wrap #group-create-body .bp-cover-image-status p.warning{box-shadow:none;background:var(--bb-success-color);border-radius:4px} - -.buddypress-wrap .filter label{font-size:14px;margin-left:10px;margin-bottom:0} - -.buddypress-wrap .filter label::before{display:none} - -.buddypress.widget .activity-list blockquote{margin:0 0 10px;padding:0 0 10px;font-size:14px;border-bottom:1px solid rgba(0,0,0,.1)} - -.buddypress.widget .activity-list blockquote>p{word-wrap:break-word;margin-bottom:10px} - -.buddypress.widget .activity-list blockquote iframe{max-width:100%;height:auto} - -.buddypress.widget .activity-list blockquote footer{overflow:hidden} - -.buddypress.widget .activity-list blockquote cite{float:right;margin-left:15px} - -.buddypress.widget .activity-list blockquote a.view.activity-time-since{line-height:1;display:block} - -.friends-request-list .list-wrap{width:100%} - -#buddypress .group-front-page{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px;margin-left:-10px;padding-right:10px;padding-left:10px} - -#buddypress .group-front-page .group-description{padding-right:10px;padding-left:10px;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3} - -#buddypress .group-front-page #group-front-widgets{-webkit-box-flex:0;-ms-flex:0 0 300px;flex:0 0 300px;max-width:300px;padding-right:10px;padding-left:10px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1} - -#buddypress .group-front-page #group-front-widgets .item-avatar .avatar{width:100%} - -#buddypress .group-front-page .widget_bp_core_login_widget{display:-webkit-box;display:-ms-flexbox;display:flex} - -#buddypress .group-front-page .widget_bp_core_login_widget h2.widget-title{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -#buddypress .group-front-page .widget .widget-title{font-family:inherit;font-size:.75rem;font-weight:600;letter-spacing:.25px;line-height:1rem;margin:0 0 20px;text-transform:uppercase} - -.buddypress-wrap .custom-homepage-info button[data-bp-close] span::before{font-size:20px} - -.custom-homepage-info .dashicons-dismiss{color:rgba(18,43,70,.4)} - -.custom-homepage-info .dashicons-dismiss:hover{color:rgba(18,43,70,.9)} - -.custom-homepage-info .dashicons-dismiss::before{display:inline-block;text-rendering:auto;font-size:20px;font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e828"} - -.bp-single-vert-nav .bp-wrap{border-radius:4px;margin-top:20px} - -.bb-single-main-nav--vertical li .count{border-radius:10px} - -.buddypress-wrap.round-avatars .widget_bp_core_login_widget .avatar{border-radius:3px} - -.buddypress .buddypress-wrap .mejs-button>button{background-color:transparent;background-image:url(../../../../../wp-includes/js/mediaelement/mejs-controls.svg);color:inherit;border:0;padding:0;width:20px} - -.buddypress .buddypress-wrap .mejs-button>button:hover{background-color:transparent} - -.buddypress .buddypress-wrap .mejs-play>button{background-position:100% 0} - -.buddypress .buddypress-wrap .mejs-pause>button{background-position:-20px 0} - -.buddypress .buddypress-wrap .mejs-unmute>button{background-position:-40px 0} - -.buddypress .buddypress-wrap .mejs-mute>button{background-position:-60px 0} - -.buddypress .buddypress-wrap .mejs-fullscreen-button>button{background-position:-80px 0} - -.buddypress .buddypress-wrap .mejs-unfullscreen>button{background-position:-100px 0} - -.buddypress .buddypress-wrap .mejs-captions-button>button{background-position:-140px 0} - -.buddypress .buddypress-wrap .mejs-replay>button{background-position:-160px 0} - -.buddypress .buddypress-wrap .mejs-chapters-button>button{background-position:-180px 0} - -.bp-user .messages nav#object-nav,.bp-user .notifications nav#object-nav,.bp-user .settings nav#object-nav{display:none} - -.bb-group-header-wrapper{overflow:hidden;background:#fff;border:1px solid var(--bb-content-border-color);border-bottom:0;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0;padding:30px;font-size:14px;line-height:1.3575} - -.bb-group-header-wrapper .avatar{box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px var(--bb-content-border-color);border:5px solid #fff;border-radius:5px}@media screen and (max-width:46.8em){ - -.buddypress-wrap .bp-subnavs li.current a,.buddypress-wrap .bp-subnavs li.current a:focus,.buddypress-wrap .bp-subnavs li.current a:hover,.buddypress-wrap .bp-subnavs li.selected a,.buddypress-wrap .bp-subnavs li.selected a:focus,.buddypress-wrap .bp-subnavs li.selected a:hover{background:100% 0}} - -.bp-messages .bp-feedback{margin:12px 8px} - -.widget.bp-latest-activities .fluid-width-video-wrapper{margin-bottom:25px} - -.bb-group-settings h4+#bb_profile_avatar_wrap,.settings-messages+#bb_profile_avatar_wrap{margin:0 auto 30px} - -.bb-author.bb-message-title{min-height:67px} - -.grid-filters .dashicons{font:400 normal normal 22px/1 bb-icons;width:auto;height:auto} - -.grid-filters .layout-grid-view .dashicons::before{content:"\eead"} - -.grid-filters .layout-list-view .dashicons::before{content:"\edb1"} - -.pc_progress_wrap .pc_progress_rate{stroke:var(--bb-success-color)} - -.pc_progress_wrap .progress_text_unit{margin-right:3px} - -.pc_progress_wrap .progress_text_label,.pc_progress_wrap .progress_text_unit{color:var(--bb-alternate-text-color);font-size:14px} - -.progress_text_wrap h3{line-height:1.2} - -.progress_text_wrap .progress_text_value{font-size:34px} - -.profile_completion_wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row;flex-flow:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.profile_completion_wrap .pc_progress_wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;min-width:240px;-webkit-box-flex:1;-ms-flex:1;flex:1} - -.profile_completion_wrap .pc_detailed_progress_wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:100%}@media (max-width:800px) and (min-width:544px){ - -.profile_completion_wrap .pc_detailed_progress_wrap{max-width:50%} - -.profile_completion_wrap .pc_progress_wrap{margin-bottom:0}} - -.pc_detailed_progress_wrap .pc_detailed_progress{list-style:none} - -.pc_detailed_progress_wrap .single_section_wrap{margin:0;padding:10px 0;position:relative;margin-right:25px} - -.pc_detailed_progress_wrap .single_section_wrap .section_ico{border:2px solid var(--bb-content-border-color);margin-right:-30px;margin-left:10px;display:inline-block;height:18px;width:18px;border-radius:50%;position:relative;vertical-align:middle} - -.pc_detailed_progress_wrap .single_section_wrap .section_ico i{display:none} - -.pc_detailed_progress_wrap .single_section_wrap .section_ico::before{content:"";display:inline-block;width:1px;height:10px;position:absolute;right:50%;margin-top:0;top:-17px;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);background-color:#d0d3d6} - -.pc_detailed_progress_wrap .single_section_wrap .section_number{display:none} - -.pc_detailed_progress_wrap .single_section_wrap .section_name a{text-decoration:none;font-size:14px} - -.pc_detailed_progress_wrap .single_section_wrap .progress .completed_staus{width:33px;font-weight:500;text-align:left} - -.pc_detailed_progress_wrap .single_section_wrap .section_name{width:-webkit-calc(100% - 45px);width:calc(100% - 45px);display:inline-block;vertical-align:middle;color:var(--bb-alternate-text-color);overflow:hidden} - -.pc_detailed_progress_wrap .single_section_wrap.completed .section_ico{border-color:#05d786} - -.pc_detailed_progress_wrap .single_section_wrap.completed .section_ico i{display:block;position:absolute;right:1px;margin-top:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:12px;color:#05d786} - -.pc_detailed_progress_wrap .single_section_wrap.completed .section_name a{font-size:14px;color:var(--bb-headings-color);font-weight:500} - -.pc_detailed_progress_wrap .single_section_wrap.completed .progress .completed_staus{color:#05d786} - -.pc_detailed_progress_wrap .single_section_wrap:first-of-type .section_ico::before{display:none} - -.pc_detailed_progress_wrap .single_section_wrap.completed+.single_section_wrap.completed .section_ico::before{background-color:#05d786} - -.bb-template-v1 .bp-single-vert-nav .item-body{padding:20px}@media screen and (max-width:46.8em){ - -.bb-template-v1 .bp-single-vert-nav .item-body{padding:10px}} - -.elementor-widget-wp-widget-bp_xprofile_profile_completion_widget,.widget.widget_bp_profile_completion_widget{padding-bottom:10px} - -#new-post span.atwho-inserted,#whats-new-form span.atwho-inserted,.ac-form span.atwho-inserted,span.atwho-inserted a{color:var(--bb-primary-color)} - -.bb-loading-bg{background-color:var(--bb-content-alternate-background-color)} - -.bb-loading-bg.bb-loading-input{border-radius:var(--bb-button-radius)}@media screen and (max-width:980px){ - -.groups.group-create .buddypress-wrap{padding:50px 30px} - -.groups.group-create .buddypress-wrap #group-create-tabs{margin:0 -30px 40px}}@media screen and (max-width:640px){ - -.bp-invites-content .bp-list li .item-avatar{margin-left:15px} - -.bp-invites-content #members-list.item-list .item-avatar img{max-width:42px} - -#item-body #group-invites-container .bp-invites-content .list-title{font-size:16px} - -#item-body #group-invites-container .bp-invites-content .action button .icons::before{font-size:18px} - -#item-body #group-invites-container .bp-invites-content .action button{min-width:20px} - -.buddypress-wrap .bp-invites-filters ul li #bp-invites-next-page,.buddypress-wrap .bp-invites-filters ul li #bp-invites-prev-page,.buddypress-wrap .bp-messages-filters ul li #bp-messages-next-page,.buddypress-wrap .bp-messages-filters ul li #bp-messages-prev-page{margin-bottom:10px} - -.buddypress-wrap .subnav-filters .bulk-actions-wrap.bp-show{margin-top:20px;margin-bottom:10px} - -.user-messages-bulk-actions .bulk-actions.select-wrap{margin-right:0} - -.groups.group-create .buddypress-wrap #group-creation-next,.groups.group-create .buddypress-wrap #group-creation-previous,.submit input#group-creation-create{font-size:13px;font-weight:500} - -.groups.group-create .buddypress-wrap label{font-size:14px} - -.groups.group-create .buddypress-wrap .bp-invites-content #members-list .list-title{font-size:16px} - -.groups.group-create .buddypress-wrap .bp-invites-content #members-list .action{margin-right:auto}}@media screen and (max-width:511px){ - -.buddypress-wrap .subnav-filters div{clear:both;margin-top:10px;margin-bottom:10px} - -.buddypress-wrap .subnav-filters .user-messages-bulk-actions div.bulk-actions-wrap{margin-top:10px;margin-bottom:0} - -.buddypress-wrap .subnav-filters .user-messages-bulk-actions div.bulk-actions-wrap div{margin-top:0;margin-bottom:0} - -.buddypress-wrap .subnav-filters>ul{margin-right:0;margin-bottom:0;width:100%;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} - -li.group-act-search{-webkit-box-flex:1;-ms-flex:1;flex:1} - -.avatar-crop-management #avatar-crop-pane{-webkit-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75)} - -.drag-drop-inside p.drag-drop-buttons{margin-top:10px}}@media screen and (max-width:370px){ - -.avatar-crop-management #avatar-crop-pane{margin-right:-30px;-webkit-transform:scale(.6);-ms-transform:scale(.6);transform:scale(.6);-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center} - -#avatar-to-crop{margin:0 auto} - -#avatar-to-crop>.jcrop-holder{margin:0 auto;-webkit-transform:scale(.8) translateX(10px);-ms-transform:scale(.8) translateX(10px);transform:scale(.8) translateX(10px);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center} - -#avatar-crop-actions{margin-top:-60px}}@media screen and (min-width:55em){ - -body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.groups-list{grid-template-columns:repeat(auto-fit,minmax(275px,33.333%))} - -body:not(.has-sidebar) .buddypress-wrap .grid.bp-list>li{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%;max-width:33.333%}}@media screen and (min-width:75em){ - -body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.groups-list{grid-template-columns:repeat(auto-fit,minmax(275px,25%))} - -body:not(.has-sidebar) .buddypress-wrap .grid.bp-list>li{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}} - -.activity-update-form,.bp-nouveau-activity-form-placeholder-{border:0;margin:0;padding:0} - -.activity-update-form #activity-form-submit-wrapper{margin:0;padding:0 15px} - -.activity-update-form #activity-header h3{font-size:20px} - -#activity-form-submit-wrapper select{height:34px;margin-left:12px;border:1px solid #dedfe2;font-size:13px} - -#whats-new-post-in-box-items{display:inline-block} - -#whats-new-post-in-box-items .activity-autocomplete-clear i{color:var(--bb-body-text-color);opacity:.4} - -#whats-new-post-in-box-items .activity-autocomplete-clear i:hover{opacity:1} - -.activity-post-avatar{color:var(--bb-headings-color);font-size:14px;font-weight:500;letter-spacing:-.24px} - -.activity-post-avatar:hover{color:var(--bb-primary-color)} - -.activity-update-form #whats-new-form #whats-new-toolbar,.activity-update-form #whats-new-form-placeholder #whats-new-toolbar,.bp-nouveau-activity-form-placeholder- #whats-new-form #whats-new-toolbar,.bp-nouveau-activity-form-placeholder- #whats-new-form-placeholder #whats-new-toolbar{background-color:var(--bb-content-alternate-background-color)} - -.activity-update-form .whats-new-form-footer{background-color:var(--bb-content-alternate-background-color)} - -.privacy-status-form-footer{background-color:var(--bb-content-alternate-background-color);border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)} - -#whats-new-post-in-box-items #activity-autocomplete{border-radius:var(--bb-input-radius)} - -#whats-new-form,#whats-new-form-placeholder{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);box-shadow:none;padding:0;position:relative} - -#whats-new-form-placeholder.focus-in,#whats-new-form.focus-in{box-shadow:0 6px 24px 0 rgba(18,43,70,.08)} - -#whats-new-form .avatar,#whats-new-form-placeholder .avatar{margin-left:10px;max-width:45px} - -#whats-new-form .username,#whats-new-form-placeholder .username{color:var(--bb-headings-color);font-size:14px;font-weight:500;text-transform:capitalize} - -#whats-new-form .username:hover,#whats-new-form-placeholder .username:hover{color:var(--bb-primary-color)} - -#whats-new-form .activity-url-scrapper-container,#whats-new-form-placeholder .activity-url-scrapper-container{margin:0;width:100%} - -#whats-new-form .activity-url-scrapper-container #activity-link-preview-url,#whats-new-form-placeholder .activity-url-scrapper-container #activity-link-preview-url{max-width:400px;width:100%} - -#whats-new-form .activity-url-scrapper-container.activity-post-form-link-wp-embed .activity-link-preview-container,#whats-new-form .activity-url-scrapper-container.activity-post-form-link-wp-embed .activity-link-preview-info,#whats-new-form-placeholder .activity-url-scrapper-container.activity-post-form-link-wp-embed .activity-link-preview-container,#whats-new-form-placeholder .activity-url-scrapper-container.activity-post-form-link-wp-embed .activity-link-preview-info{background-color:transparent} - -#whats-new-form #whats-new-attachments,#whats-new-form #whats-new-toolbar,#whats-new-form-placeholder #whats-new-attachments,#whats-new-form-placeholder #whats-new-toolbar{margin:0;padding:0 15px} - -#whats-new-form #whats-new-toolbar a .bb-icon,#whats-new-form-placeholder #whats-new-toolbar a .bb-icon{color:rgba(var(--bb-headings-color-rgb),.4)} - -#whats-new-form #whats-new-toolbar a:hover .bb-icon,#whats-new-form-placeholder #whats-new-toolbar a:hover .bb-icon{color:var(--bb-headings-color)} - -#whats-new-form .whats-new-form-footer,#whats-new-form-placeholder .whats-new-form-footer,#whats-new-form-placeholder:not(.focus-in) #whats-new-toolbar,#whats-new-form:not(.focus-in) #whats-new-toolbar{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius);border-color:var(--bb-content-border-color)} - -#whats-new-form #whats-new-toolbar,#whats-new-form-placeholder #whats-new-toolbar{border-radius:0 0 4px 0}@media screen and (max-width:520px){ - -#whats-new-form #whats-new-toolbar .post-emoji:first-child .emojionearea-picker,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:first-child .emojionearea-picker{margin-right:-5px} - -#whats-new-form #whats-new-toolbar .post-emoji:first-child .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:first-child .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{right:27px} - -#whats-new-form #whats-new-toolbar .post-emoji:nth-child(2) .emojionearea-picker,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(2) .emojionearea-picker{margin-right:-39px} - -#whats-new-form #whats-new-toolbar .post-emoji:nth-child(2) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(2) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{right:62px} - -#whats-new-form #whats-new-toolbar .post-emoji:nth-child(3) .emojionearea-picker,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(3) .emojionearea-picker{margin-right:-73px} - -#whats-new-form #whats-new-toolbar .post-emoji:nth-child(3) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(3) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{right:96px} - -#whats-new-form #whats-new-toolbar .post-emoji:nth-child(4) .emojionearea-picker,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(4) .emojionearea-picker{margin-right:-107px} - -#whats-new-form #whats-new-toolbar .post-emoji:nth-child(4) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(4) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{right:130px} - -#whats-new-form #whats-new-toolbar .post-emoji:nth-child(5) .emojionearea-picker,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(5) .emojionearea-picker{margin-right:-141px} - -#whats-new-form #whats-new-toolbar .post-emoji:nth-child(5) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(5) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{right:163px} - -#whats-new-form #whats-new-toolbar .post-emoji:nth-child(6) .emojionearea-picker,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(6) .emojionearea-picker{margin-right:-175px} - -#whats-new-form #whats-new-toolbar .post-emoji:nth-child(6) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(6) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{right:196px} - -#whats-new-form #whats-new-toolbar .post-gif:first-child .gif-media-search-dropdown,#whats-new-form-placeholder #whats-new-toolbar .post-gif:first-child .gif-media-search-dropdown{right:-10px} - -#whats-new-form #whats-new-toolbar .post-gif:first-child .gif-media-search-dropdown.open::before,#whats-new-form-placeholder #whats-new-toolbar .post-gif:first-child .gif-media-search-dropdown.open::before{right:30px} - -#whats-new-form #whats-new-toolbar .post-gif:nth-child(2) .gif-media-search-dropdown,#whats-new-form-placeholder #whats-new-toolbar .post-gif:nth-child(2) .gif-media-search-dropdown{right:-44px} - -#whats-new-form #whats-new-toolbar .post-gif:nth-child(2) .gif-media-search-dropdown.open::before,#whats-new-form-placeholder #whats-new-toolbar .post-gif:nth-child(2) .gif-media-search-dropdown.open::before{right:64px} - -#whats-new-form #whats-new-toolbar .post-gif:nth-child(3) .gif-media-search-dropdown,#whats-new-form-placeholder #whats-new-toolbar .post-gif:nth-child(3) .gif-media-search-dropdown{right:-78px} - -#whats-new-form #whats-new-toolbar .post-gif:nth-child(3) .gif-media-search-dropdown.open::before,#whats-new-form-placeholder #whats-new-toolbar .post-gif:nth-child(3) .gif-media-search-dropdown.open::before{right:98px} - -#whats-new-form #whats-new-toolbar .post-gif:nth-child(4) .gif-media-search-dropdown,#whats-new-form-placeholder #whats-new-toolbar .post-gif:nth-child(4) .gif-media-search-dropdown{right:-112px} - -#whats-new-form #whats-new-toolbar .post-gif:nth-child(4) .gif-media-search-dropdown.open::before,#whats-new-form-placeholder #whats-new-toolbar .post-gif:nth-child(4) .gif-media-search-dropdown.open::before{right:130px} - -#whats-new-form #whats-new-toolbar .post-gif:nth-child(5) .gif-media-search-dropdown,#whats-new-form-placeholder #whats-new-toolbar .post-gif:nth-child(5) .gif-media-search-dropdown{right:-146px} - -#whats-new-form #whats-new-toolbar .post-gif:nth-child(5) .gif-media-search-dropdown.open::before,#whats-new-form-placeholder #whats-new-toolbar .post-gif:nth-child(5) .gif-media-search-dropdown.open::before{right:166px}} - -#whats-new-form .gif-image-container img,#whats-new-form-placeholder .gif-image-container img{max-width:100%} - -#whats-new-form .found-media-item img,#whats-new-form-placeholder .found-media-item img{max-width:100%} - -.activity-update-form .activity-form.focus-in #editor-toolbar,.bp-nouveau-activity-form-placeholder- .activity-form.focus-in #editor-toolbar{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-color:var(--bb-content-border-color)} - -.activity-attached-gif-container{background-repeat:no-repeat;max-width:100%} - -.activity-attached-gif-container .gif-image-container{margin:15px 0} - -.activity-inner .activity-attached-gif-container{margin-bottom:0} - -.acomment-content .activity-attached-gif-container{margin-top:10px} - -.gif-image-container video{display:block} - -.gif-media-search-dropdown{background-color:var(--bb-content-background-color)} - -.gif-media-search-dropdown{border-color:var(--bb-content-border-color);box-shadow:0 2px 4px -2px rgba(0,0,0,.13)} - -.gif-search-content .gif-search-query{background-color:var(--bb-content-alternate-background-color);border-color:var(--bb-content-border-color)} - -.gif-search-content .gif-search-query::before{content:"\ef10";font-family:bb-icons;font-size:20px;color:var(--bb-headings-color);opacity:.4;position:absolute;right:15px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)} - -#buddypress .gif-search-content .gif-search-query input[type=search],.gif-search-content .gif-search-query input[type=search]{font-size:14px;color:var(--bb-headings-color);line-height:1.5;background-image:none;background-color:transparent;box-shadow:none} - -#buddypress .gif-search-content .gif-search-query input[type=search]::input-placeholder,.gif-search-content .gif-search-query input[type=search]::input-placeholder{color:var(--bb-headings-color);opacity:.4} - -.gif-search-content .gif-media-search-dropdown{border-color:var(--bb-content-border-color);background-color:var(--bb-content-background-color)} - -.activity-attached-gif-container .gif-image-overlay,.messages-attached-gif-container .gif-image-overlay{background:#f8f8f8;width:14px;height:14px;border-radius:50%} - -.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-title{color:var(--bb-headings-color);font-weight:500;background-color:var(--bb-content-background-color)} - -.activity-update-form #whats-new pre{white-space:pre-wrap} - -.activity-update-form #whats-new pre p{margin-bottom:0} - -.activity-update-form #whats-new p{margin-bottom:15px} - -.activity-update-form #whats-new li>ol,.activity-update-form #whats-new li>ul{margin-bottom:0} - -.activity-update-form #whats-new ol,.activity-update-form #whats-new ul{margin:0 0 15px} - -.activity-update-form #whats-new ol li,.activity-update-form #whats-new ul li{margin:0 18px 3px 0} - -.activity-update-form #whats-new-content{padding:0} - -.activity-update-form #whats-new-avatar,.bp-nouveau-activity-form-placeholder- #whats-new-avatar{line-height:36px;text-align:right;float:right} - -.activity-update-form #whats-new-textarea textarea{background:var(--bb-content-background-color)} - -.bp-activity-huddle a.activity-post-user-name{color:var(--bb-headings-color);font-weight:500} - -.bp-activity-huddle a.activity-post-user-name:hover{color:var(--bb-primary-color)} - -.activity-update-form textarea#whats-new{box-shadow:none;border:0;border-radius:0;font-size:1rem;font-weight:300;resize:none;min-height:85px;padding:15px} - -.activity-update-form textarea#whats-new:focus{box-shadow:none} - -.activity-update-form #whats-new-post-in-box{margin:10px 0 0} - -.activity-update-form #whats-new-post-in-box .activity-autocomplete-wrapper{margin:0 30px;display:-webkit-box;display:-ms-flexbox;display:flex} - -.bp-activity-privacy__label:hover{background-color:var(--bb-content-alternate-background-color)} - -.bp-activity-privacy__label:hover .privacy-figure{background-color:var(--bb-content-background-color)} - -.bp-activity-privacy__label .privacy-figure{color:var(--bb-alternate-text-color);background-color:var(--bb-content-alternate-background-color)} - -.bp-activity-privacy__label .privacy-tag{width:-webkit-calc(100% - 50px);width:calc(100% - 50px)} - -.bp-activity-privacy__label .privacy-sub-label{color:var(--bb-alternate-text-color)} - -.focus-in #whats-new-elements{border-bottom:1px solid var(--bb-content-border-color)} - -.buddypress-wrap #whats-new-post-in-box select,.buddypress-wrap .filter select{border:1px solid #dedfe2;font-size:13px;height:34px} - -.dropzone .dz-preview .dz-progress .dz-upload{background:var(--bb-primary-color)} - -#buddypress #whats-new-submit{margin:15px auto 15px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row-reverse;flex-flow:row-reverse} - -#buddypress input#aw-whats-new-reset{background:100% 0;border:0;font-size:14px;color:var(--bb-alternate-text-color);font-weight:400;margin:0 10px;padding:0 10px;width:auto;box-shadow:none} - -#buddypress input#aw-whats-new-submit,#buddypress input#privacy-status-submit{font-size:14px;width:auto;font-weight:500;letter-spacing:0;height:34px;padding:0 20px;margin:0;border-radius:var(--bb-button-radius)} - -.bp-activity-object .bp-activity-object__radio{opacity:0;position:absolute;right:0;top:40%} - -.activity-form .bb-model-header{background-color:var(--bb-content-background-color)} - -#whats-new-form .bb-model-header{border-color:var(--bb-content-border-color)} - -#whats-new-form #bp-activity-privacy-point{background-color:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);font-size:12px;padding:6px 8px;border-radius:4px;line-height:1} - -#whats-new-form #bp-activity-privacy-point *{color:var(--bb-secondary-button-text-regular)} - -#whats-new-form #bp-activity-privacy-point .privacy-point-icon{font-size:15px} - -#whats-new-form #bp-activity-privacy-point .bb-icon-caret-down{font-size:13px;color:var(--bb-secondary-button-text-regular);opacity:.3;margin-right:5px;margin-top:3px} - -#whats-new-form #bp-activity-privacy-point:not(.bp-activity-edit-group){padding-left:6px} - -#whats-new-form .activity-post-user-name-container h5{margin-bottom:3px} - -.atwho-view ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.atwho-view ul li .username{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}@media screen and (min-width:46.8em){ - -.activity-update-form #whats-new-content,.activity-update-form #whats-new-elements,.activity-update-form #whats-new-submit{margin-right:0}} - -ul.activity-list.bp-list{background:100% 0;border:0;padding:0} - -#bbpress-forums .activity-list.bp-list .activity-item,#buddypress .activity-list.bp-list .activity-item,#buddypress .activity-lists.bp-list .activity-item{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);box-shadow:0 6px 24px 0 rgba(18,43,70,0);font-size:.875rem;line-height:1.5;margin-bottom:20px;padding:15px 15px 10px} - -#bbpress-forums .activity-list.bp-list .activity-item .activity-comments>.ac-form,#bbpress-forums .activity-list.bp-list .activity-item .activity-comments>ul,#buddypress .activity-list.bp-list .activity-item .activity-comments>.ac-form,#buddypress .activity-list.bp-list .activity-item .activity-comments>ul,#buddypress .activity-lists.bp-list .activity-item .activity-comments>.ac-form,#buddypress .activity-lists.bp-list .activity-item .activity-comments>ul{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius);margin-bottom:-10px} - -#bbpress-forums .activity-list.bp-list .activity-item .activity-link-preview-image img,#buddypress .activity-list.bp-list .activity-item .activity-link-preview-image img,#buddypress .activity-lists.bp-list .activity-item .activity-link-preview-image img{margin-top:0;max-width:100%} - -#bbpress-forums .bb-media-model-inner .activity-list.bp-list .activity-item,#buddypress .bb-media-model-inner .activity-list.bp-list .activity-item{margin-bottom:0;min-height:90vh} - -#bbpress-forums .bb-media-model-inner .activity-list.bp-list .activity-item .activity-comments,#buddypress .bb-media-model-inner .activity-list.bp-list .activity-item .activity-comments{margin-bottom:40px} - -#bbpress-forums .bb-media-model-inner .activity-list.bp-list .activity-item .activity-comments .ac-reply-content .ac-textarea .ac-input[contenteditable=true],#buddypress .bb-media-model-inner .activity-list.bp-list .activity-item .activity-comments .ac-reply-content .ac-textarea .ac-input[contenteditable=true]{max-height:250px;overflow:auto} - -#bbpress-forums .bb-media-model-inner,#buddypress .bb-media-model-inner{border-radius:var(--bb-block-radius);background-color:transparent} - -#bbpress-forums .bb-media-model-inner .bb-media-section,#buddypress .bb-media-model-inner .bb-media-section{border-radius:0 var(--bb-block-radius) var(--bb-block-radius) 0} - -#bbpress-forums .bb-media-model-inner .bb-media-info-section,#buddypress .bb-media-model-inner .bb-media-info-section{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius) 0 0 var(--bb-block-radius)} - -#bbpress-forums .bb-media-model-inner .activity-list.bp-list .activity-item,#buddypress .bb-media-model-inner .activity-list.bp-list .activity-item{margin-bottom:0;min-height:90vh}@media screen and (max-width:1024px){ - -#bbpress-forums .bb-media-model-inner .bb-media-info-section,#buddypress .bb-media-model-inner .bb-media-info-section{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)} - -#bbpress-forums .bb-media-model-inner .bb-media-section,#buddypress .bb-media-model-inner .bb-media-section{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}}@media screen and (max-width:1024px){ - -#buddypress .bb-document-theater .bb-media-model-inner .bb-media-info-section.document{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)}} - -#bbpress-forums .bb-media-model-container .activity-list.bp-list .activity-item,#buddypress .bb-media-model-container .activity-list.bp-list .activity-item{border-radius:0;border-right:0;border-top:0;border-left:0} - -.actvity-head-bar{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:20px 0} - -.actvity-head-bar .subnav-filters{margin:0 auto 0 0} - -.activity-list .activity-item .activity-inner p{margin-bottom:15px} - -.activity-list .activity-item .activity-inner p:last-child{margin-bottom:0} - -.activity-list .activity-item .activity-inner{position:relative} - -.activity-list .activity-item .activity-inner .activity-discussion-title-wrap a::before{content:"";position:absolute;right:0;left:0;top:0;bottom:0} - -.activity-list .activity-item .activity-inner .activity-inner-meta{padding:12px;border-top:1px solid var(--bb-content-border-color)} - -.activity-list .activity-item .activity-inner .activity-inner-meta .button::before{display:none} - -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down .comment-count,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down .text,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment .comment-count,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment .text,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square .comment-count,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square .text{margin-bottom:0;position:relative;padding-right:25px;font-weight:400;font-size:13px;color:var(--bb-alternate-text-color)} - -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down .comment-count::before,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down .text::before,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment .comment-count::before,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment .text::before,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square .comment-count::before,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square .text::before{font-size:18px;font-family:bb-icons;display:inline-block;position:absolute;right:0;top:50%;margin-top:-14px;line-height:1.6;color:var(--bb-primary-color)} - -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down:hover .comment-count,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down:hover .text,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment:hover .comment-count,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment:hover .text,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square:hover .comment-count,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square:hover .text{color:var(--bb-primary-color)} - -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down .text::before{content:"\e861";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);font-family:bb-icons;font-weight:100} - -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square .comment-count{display:block} - -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square .comment-count::before{content:"\ee37"} - -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment .comment-count{display:block} - -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment .comment-count::before{content:"\e979"} - -.activity-list .activity-item .activity-inner blockquote:not(.wp-embedded-content){padding:12px;font-size:22px;letter-spacing:-.24px;line-height:30px;position:relative;margin:0 0 15px;background:#fafafa;border:1px solid var(--bb-content-border-color);border-radius:4px} - -.activity-list .activity-item .activity-inner blockquote:not(.wp-embedded-content)::before{content:"\ef02";font-family:bb-icons;font-style:normal;font-weight:400;display:block;text-align:center;font-variant:normal;color:#92949d;width:30px;height:30px;font-size:22px;line-height:30px;background:#e2e1e0;border-radius:100%;margin-bottom:10px} - -.activity-list .activity-item .activity-inner blockquote:not(.wp-embedded-content) p{font-size:20px} - -.activity-list .activity-item .activity-inner blockquote:not(.wp-embedded-content) p:last-child{margin-bottom:0} - -.activity-list .activity-item .activity-inner blockquote:not(.wp-embedded-content) em{font-size:14px;color:#fff;line-height:18px;display:block;margin-top:20px;font-style:normal} - -.activity-list .activity-item .activity-inner blockquote:not(.wp-embedded-content) a{color:var(--bb-alternate-text-color)} - -.activity-list .activity-item .activity-inner li>ol,.activity-list .activity-item .activity-inner li>ul{margin-bottom:0} - -.activity-list .activity-item .activity-inner>ol,.activity-list .activity-item .activity-inner>ul{margin:0 0 15px} - -.activity-list .activity-item .activity-inner>ol li,.activity-list .activity-item .activity-inner>ul li{list-style:decimal;margin:0 16px 3px 0;list-style-position:inside;padding:0} - -.activity-list .activity-item .activity-inner>ol li::before,.activity-list .activity-item .activity-inner>ul li::before{display:none} - -.activity-list .activity-item .activity-inner>ul li{list-style:disc} - -.activity-list .activity-item .activity-inner pre{white-space:pre-wrap} - -.activity-list .activity-item .activity-inner pre p{margin-bottom:0} - -#buddypress .activity-list .activity-item .activity-inner .activity-inner-meta a.button{border:none;padding:0;margin:0;min-height:auto;min-width:inherit} - -.activity-list .activity-content .fluid-width-video-wrapper{margin-top:5px;margin-bottom:15px} - -.activity-list .bb-video-wrapper,.bb-activity-media-wrap,.bb-activity-video-wrap,.video-activity-wrap{max-width:640px} - -.activity-list .activity-item .activity-header{color:var(--bb-body-text-color);font-size:14px;letter-spacing:-.24px;margin:0;width:auto} - -.activity-header a{font-size:14px;font-weight:500;letter-spacing:-.24px;color:var(--bb-headings-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} - -.activity-header a[href]:hover{color:var(--bb-primary-color)} - -.activity-header a[href=""]{pointer-events:none} - -.activity-header p:not([class]) a:first-child{font-weight:600} - -.activity-header p{margin:0} - -.activity-list .activity-item .activity-content .activity-header,.activity-list .activity-item .activity-content .comment-header{margin-bottom:15px} - -#buddypress .activity-list .activity-item .activity-header img.avatar,#buddypress .activity-lists .activity-item .activity-header img.avatar{margin-left:5px;margin-right:3px;position:relative;bottom:1px} - -#bbpress-forums a.view.activity-time-since,#buddypress a.view.activity-time-since{display:none} - -.activity-item-header .item p a img.avatar{border-radius:50%;margin-left:4px;position:relative;bottom:1px} - -.activity-date{color:var(--bb-alternate-text-color);font-size:12px} - -.activity-list .activity-item .bp-generic-meta.action{border:0;background:100% 0;padding:0} - -body #bbpress-forums .bp-list.bp-list .bp-generic-meta .generic-button,body #buddypress .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel,body #buddypress .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment,body #buddypress .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save,body #buddypress .bp-list.bp-list .bp-generic-meta .generic-button{margin-bottom:5px;margin-left:15px} - -body .activity-list .bp-generic-meta #ai_ar_main{margin-bottom:5px;position:static!important} - -body .activity-list .bp-generic-meta #ai_ar_main .main_smiley_div{right:0;left:inherit} - -#bbpress-forums .activity-list .action.bp-generic-meta .button,#buddypress .activity-list .action.bp-generic-meta .button,#buddypress .activity-list .action.bp-generic-meta .open-close-activity,#buddypress .activity-lists .action.bp-generic-meta .button,#buddypress .activity-lists .action.bp-generic-meta .open-close-activity{background:100% 0;border:0;color:var(--bb-primary-color);margin:0;min-width:10px;min-height:1px;padding:0;-webkit-transition-property:none!important;transition-property:none!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;-webkit-animation:none!important;animation:none!important} - -#bbpress-forums .activity-list .action.bp-generic-meta .button:hover,#bbpress-forums .activity-list .action.bp-generic-meta .button:hover span,#buddypress .activity-list .action.bp-generic-meta .button:hover,#buddypress .activity-list .action.bp-generic-meta .button:hover span,#buddypress .activity-list .action.bp-generic-meta .open-close-activity:hover,#buddypress .activity-list .action.bp-generic-meta .open-close-activity:hover span,#buddypress .activity-lists .action.bp-generic-meta .button:hover,#buddypress .activity-lists .action.bp-generic-meta .button:hover span,#buddypress .activity-lists .action.bp-generic-meta .open-close-activity:hover,#buddypress .activity-lists .action.bp-generic-meta .open-close-activity:hover span{background:100% 0;border:0;box-shadow:none;color:var(--bb-primary-color)} - -#bbpress-forums .activity-list .action.bp-generic-meta .button,#buddypress .activity-lists .action.bp-generic-meta .button{color:var(--bb-primary-color)} - -.activity-list .activity-item .bp-generic-meta.action .unfav .like-count,.activity-list .activity-item .bp-generic-meta.action .unfav::before{color:var(--bb-primary-color)} - -.activity-list .activity-item .bp-generic-meta.action .unfav:hover::before{color:var(--bb-primary-color)} - -.activity-state{color:var(--bb-alternate-text-color);font-size:13px;margin-bottom:5px} - -.activity-list .activity-item .bp-generic-meta.action .acomment-reply.button::before,.activity-list .activity-item .bp-generic-meta.action .delete-activity::before,.activity-list .activity-item .bp-generic-meta.action .edit-activity::before,.activity-list .activity-item .bp-generic-meta.action .fav::before,.activity-list .activity-item .bp-generic-meta.action .open-close-activity::before,.activity-list .activity-item .bp-generic-meta.action .spam-activity::before,.activity-list .activity-item .bp-generic-meta.action .unfav::before,.activity-list .activity-item .bp-generic-meta.action .view.button::before{display:inline-block;text-rendering:auto;font-size:22px;min-width:22px;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align:middle} - -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-circle .comment-count::before,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-circle .comment-count:hover,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-circle .text:hover,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-chat .comment-count::before,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-chat .comment-count:hover,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-chat .comment-count:hover::before,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-chat .text::before,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-chat .text:hover,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-chat .text:hover::before,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-discussion .comment-count:hover,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-discussion .text::before,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-discussion .text:hover,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-discussion .text:hover::before,.activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity:hover::before,.activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity_cancel:hover::before,.activity-list .activity-item .bp-generic-meta.action .open-close-activity:hover::before{color:var(--bb-primary-color)} - -.activity-list .activity-item .bp-generic-meta.action .unfav::before{font-weight:300} - -.activity-list .activity-item .bp-generic-meta.action .fav::before,.activity-list .activity-item .bp-generic-meta.action .unfav::before,.activity-list .activity-item .bp-generic-meta.action .view.button::before{position:relative;top:-1px} - -.activity-list .activity-item .bp-generic-meta.action .delete-activity::before{position:relative;top:-1px;font-size:19px} - -.activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity_cancel::before{content:"\e828";position:relative;top:-1px;font-size:21px;min-width:22px;font-family:bb-icons;color:var(--bb-primary-color)} - -.activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity::before{content:"\ee5a";position:relative;top:-1px;font-size:15px;min-width:22px;font-family:bb-icons;display:inline-block;color:var(--bb-primary-color)} - -.activity-list .activity-item .bp-generic-meta.action .edit-activity::before{position:relative;top:-1px;font-size:17px} - -.activity-list .activity-item .bp-generic-meta.action .spam-activity::before{font-size:16px;position:relative;top:-2px} - -.activity-list .activity-item .bp-generic-meta.action .open-close-activity::before{content:"\eecc";font-family:bb-icons;font-size:15px;position:relative;top:-2px;color:var(--bb-primary-color);min-width:20px;margin-left:3px} - -.activity-list .activity-item .bp-generic-meta.action .open-close-activity.bplua-open-activity::before{font-family:bb-icons;content:"\eecf"} - -div#buddypress .activity-read-more a{font-size:inherit;border:0;padding:0} - -#buddypress .activity-list .activity-item .bp-generic-meta.action .open-close-activity,#buddypress .activity-lists .activity-item .bp-generic-meta.action .open-close-activity{margin:0 0 5px 15px!important;box-shadow:none;line-height:32px!important} - -#buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity,#buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity_cancel,#buddypress .activity-list .activity-item .bp-generic-meta.action .open-close-activity,#buddypress .activity-lists .activity-item .bp-generic-meta.action .open-close-activity,.activity-list .activity-item .bp-generic-meta.action .button span:not(.bp-screen-reader-text){font-size:13px;font-weight:400;color:var(--bb-alternate-text-color);letter-spacing:-.24px;line-height:1;margin-right:2px;-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto} - -#buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity:active,#buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity:focus,#buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity_cancel:active,#buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity_cancel:focus,#buddypress .activity-list .activity-item .bp-generic-meta.action .open-close-activity:active,#buddypress .activity-list .activity-item .bp-generic-meta.action .open-close-activity:focus,#buddypress .activity-lists .activity-item .bp-generic-meta.action .open-close-activity:active,#buddypress .activity-lists .activity-item .bp-generic-meta.action .open-close-activity:focus,.activity-list .activity-item .bp-generic-meta.action .button span:not(.bp-screen-reader-text):active,.activity-list .activity-item .bp-generic-meta.action .button span:not(.bp-screen-reader-text):focus{box-shadow:none} - -.bb-document-theater .bb-media-section.bb-media-no-preview .img-section>i{color:var(--bb-alternate-text-color)} - -.bb-document-theater .bb-media-section.bb-media-no-preview .img-section a.download-button{color:var(--bb-primary-color)} - -.bb-document-theater .bb-media-section.bb-media-no-preview .img-section a.download-button:hover{color:var(--bb-primary-color)} - -.bb-document-theater .bb-media-section .document-preview h3{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0} - -.bb-document-theater .bb-media-section .img-section{background-color:var(--bb-content-background-color);border-radius:0 var(--bb-block-radius) var(--bb-block-radius) 0} - -.bb-document-theater .bb-media-section .img-section img>.download-button,.bb-document-theater .bb-media-section .img-section img>.download-button:hover{color:var(--bb-primary-color)}@media screen and (max-width:1024px){ - -.bb-document-theater .bb-media-section .img-section{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}} - -.bb-document-theater .bb-media-info-section.document{background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color)} - -.bb-document-theater .bb-media-section.bb-media-no-preview{background-color:var(--bb-content-background-color)} - -.bb-document-theater .bb-media-section.bb-media-no-preview .img-section a.download-button{color:var(--bb-primary-color)} - -#buddypress .bb-document-theater ul.bp-list.loading,#buddypress .media-theatre ul.bp-list.loading,#buddypress .video-theatre ul.bp-list.loading{background-color:var(--bb-content-background-color)} - -.activity-list .bb-activity-more-options-wrap .bb-activity-more-options-action i{color:var(--bb-alternate-text-color)} - -.buddypress .buddypress-wrap .activity-state a{color:var(--bb-alternate-text-color);background-color:transparent} - -#bbpress-forums .bb-media-model-container .activity-list.bp-list .download-document,#buddypress .bb-media-model-wrapper.document-theatre .activity-list.bp-list .download-document,#buddypress .bb-media-model-wrapper.media-theatre .activity-list.bp-list .download-media,#buddypress.bb-media-model-wrapper.document-theatre .activity-list.bp-list .download-document,#buddypress.bb-media-model-wrapper.media-theatre .activity-list.bp-list .download-media{border-color:var(--bb-content-border-color)} - -.bb-media-model-inner{background-color:var(--bb-content-background-color)} - -#buddypress .bb-media-model-wrapper.document-theatre .activity-list.bp-list .download-document,#buddypress .bb-media-model-wrapper.media-theatre .activity-list.bp-list .download-media,#buddypress.bb-media-model-wrapper.document-theatre .activity-list.bp-list .download-document,#buddypress.bb-media-model-wrapper.media-theatre .activity-list.bp-list .download-media{background-color:var(--bb-content-background-color)} - -#buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity,#buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity_cancel{margin-bottom:2px} - -#buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity_cancel{margin-left:15px} - -.bp-activity-head{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:15px} - -.activity-header{-webkit-box-flex:1;-ms-flex:1;flex:1} - -.activity-list.item-list .activity-item .activity-avatar{margin:0 0 0 15px;width:auto;-webkit-box-flex:0;-ms-flex:0 0 36px;flex:0 0 36px} - -.activity-list .activity-item div.item-avatar img,.activity-list .activity-item.mini .activity-avatar img.FB_profile_pic,.activity-list .activity-item.mini .activity-avatar img.avatar{max-width:36px} - -.buddypress-wrap .activity-comments ul{margin-top:15px;margin-bottom:2px} - -.buddypress-wrap .activity-comments>.ac-form{padding-top:15px}@media screen and (min-width:46.8em){ - -.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) .actvity-head-bar nav{margin-bottom:0} - -.buddypress-wrap .activity-inner{font-size:14px}} - -.buddypress-wrap .activity-comments{margin:0;overflow:visible} - -.buddypress-wrap .activity-comments form{background:var(--bb-content-alternate-background-color);margin:0 -15px;padding:15px} - -.buddypress-wrap .activity-comments>ul{background:var(--bb-content-alternate-background-color);margin:0 -15px;padding:15px 15px 0;border-top:1px solid #eef0f3;border-radius:0 0 4px 4px} - -.buddypress-wrap .activity-comments>form:first-child{border-top:1px solid #eef0f3} - -.activity-list .activity-item.has-comments{padding-bottom:0} - -.buddypress-wrap .activity-comments form{padding-top:0} - -.buddypress-wrap .activity-comments li form.ac-form{padding-top:15px;padding-bottom:0} - -form.ac-form .ac-reply-content{padding-right:0} - -.activity-comments li form.ac-form{margin-left:0} - -.activity-list .activity-item,.buddypress-wrap .activity-comments ul li{padding:0} - -#buddypress button.ac-reply-cancel{background:100% 0;box-shadow:none;border:0;font-size:14px;color:var(--bb-alternate-text-color);font-weight:500;margin:0;padding:0 10px;width:auto} - -.buddypress-wrap .activity-comments .acomment-content{border-right:0;margin:0 51px 0 0;padding:0;overflow:hidden} - -.buddypress-wrap .activity-comments .acomment-content .bb-activity-media-elem .entry-img img{width:100%} - -.buddypress-wrap .activity-comments ul ul .acomment-content,body #buddypress .bp-list .comment-item .comment-item .action{margin-right:43px} - -.buddypress-wrap .activity-comments ul ul .acomment-content{margin-bottom:5px} - -.buddypress-wrap .activity-comments .acomment-meta{padding-right:0;color:inherit} - -.activity-comments-items li{position:relative} - -.activity-comments-items .item-title p{margin-bottom:10px;margin-top:10px} - -.activity-comments-items .bs-item-wrap .item{-webkit-box-flex:1;-ms-flex:1;flex:1} - -.activity-comments-items .item-title .video-container{display:block;margin-top:10px;margin-bottom:10px;border-radius:0} - -.activity-comments-items:not(.depth1){padding-bottom:0} - -.bs-activity-wrap.bb-media-info-section .activity-comments-items{max-height:100%;overflow-x:initial;overflow-y:initial}@media screen and (max-width:544px){ - -.activity-update-form #activity-post-form-privacy{margin-top:10px}} - -.activity-type .gif-photo-type{font-size:13px;position:absolute;z-index:9;cursor:pointer;right:10px;bottom:10px;background-color:#000;padding:2px 10px;color:#fff;border-radius:5px;font-weight:lighter} - -.activity-type .gif-photo-source{position:absolute;z-index:9;cursor:pointer;bottom:-30px;font-size:14px;color:#767676} - -.buddypress-wrap .activity-comments .bp-feedback{padding:5px 10px;font-size:13px} - -.buddypress-wrap .activity-comments .bp-feedback.error{background-color:var(--bb-danger-color);color:#fff;border:0;margin-top:20px} - -body #buddypress .bp-list .activity-comments .action{line-height:1;margin-right:51px} - -.activity-list.item-list .activity-item .activity-comments img.avatar{max-width:36px;width:100%;height:auto} - -.activity-list.item-list .activity-item .activity-comments>ul ul li img.avatar{max-width:28px} - -.activity-list .activity-item div.item-avatar{margin:0 0 0 15px} - -.buddypress-wrap .activity-comments .show-all button:hover{color:inherit;text-decoration:none} - -form.ac-form .ac-reply-content .ac-textarea textarea,form.ac-form .ac-reply-content .ac-textarea textarea:focus{box-shadow:none;border-color:#eef0f3;resize:none;background:#fff;height:36px;padding:5px 10px} - -#buddypress .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel,#buddypress .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment,#buddypress .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save,#buddypress .bp-list .activity-comments .bp-generic-meta .generic-button a{background:100% 0;padding:0;color:#939597;border:0;font-size:12px;line-height:1;margin:0;min-height:10px} - -#buddypress .activity-list .activity-item .comment-item .activity-meta.action .buddyboss_edit_activity_cancel{font-weight:500} - -.buddypress-wrap .activity-comments .acomment-content p{margin-bottom:0} - -.buddypress-wrap .activity-comments .show-all button{box-shadow:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;text-decoration:none;padding:0;margin-bottom:15px} - -.buddypress-wrap .activity-comments .show-all button .icon{margin-left:6px} - -.buddypress-wrap .activity-comments .show-all button .text-button{color:#939597} - -.buddypress-wrap .activity-comments .show-all button .text-button:hover{color:var(--bb-primary-color)} - -.buddypress-wrap .activity-comments ul li{border-top:0;margin:0;padding-bottom:15px} - -.buddypress-wrap .activity-comments .acomment-content p,.buddypress-wrap .activity-comments .acomment-meta{font-size:13px} - -.acomment-meta .author-name{color:var(--bb-headings-color);font-weight:600} - -.acomment-meta .activity-time-since{color:var(--bb-alternate-text-color);font-size:12px} - -form.ac-form .ac-reply-content .ac-textarea{padding:0 10px} - -#buddypress form.ac-form .ac-reply-content input[type=submit]{padding:7px 20px;height:auto;min-height:10px;line-height:1;font-size:14px;font-weight:500;margin:0 10px 0 0} - -.acomment-content iframe{margin-top:15px;margin-bottom:5px} - -.buddypress-wrap .activity-comments ul li ul{margin-bottom:0;margin-top:0} - -.buddypress-wrap .activity-comments ul li ul li{margin-bottom:0;padding-bottom:0} - -.buddypress-wrap .activity-comments ul li ul li:first-child{margin-top:15px} - -ul.activity-list.item-list.bp-list{margin-bottom:0} - -#buddypress ul.item-list .activity-header img.avatar{margin-left:6px;margin-right:4px} - -.activity-list .activity-item .activity-header .time-since{font-size:12px;color:var(--bb-alternate-text-color);text-decoration:none} - -.activity-list .activity-item .activity-header .time-since:hover{text-decoration:none} - -.activity-list .activity-item .activity-header .activity-time-since::before{color:var(--bb-alternate-text-color)} - -.activity-list .activity-item .activity-content .activity-inner{background:100% 0;margin:0 0 12px;overflow:hidden;padding:0} - -.activity-list .activity-item .activity-content .activity-inner iframe{margin-top:10px;border-radius:var(--bb-block-radius-inner)} - -.activity-list .activity-item .activity-content .activity-inner,.activity-list li.bbp_reply_create .activity-content .activity-inner,.activity-list li.bbp_topic_create .activity-content .activity-inner,.activity-list li.blogs .activity-content .activity-inner{border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner)} - -.activity-list .activity-item .activity-content .activity-inner iframe[style="border-radius: 12px"]{border-radius:var(--bb-block-radius-inner)!important} - -.activity-list li.bbp_reply_create .activity-content .activity-inner .activity-discussion-title-wrap,.activity-list li.bbp_reply_create .bb-content-inr-wrap,.activity-list li.bbp_topic_create .activity-content .activity-inner .activity-discussion-title-wrap,.activity-list li.bbp_topic_create .bb-content-inr-wrap{background-color:var(--bb-content-background-color)} - -.activity-list li.bbp_reply_create .activity-content .activity-inner .activity-discussion-title-wrap,.activity-list li.bbp_topic_create .activity-content .activity-inner .activity-discussion-title-wrap{border-radius:var(--bb-block-radius-inner)} - -.activity-list li .bb-content-inr-wrap iframe{z-index:2} - -.activity-list li.bbp_reply_create .activity-content .activity-inner .activity-discussion-title-wrap,.activity-list li.bbp_reply_create .activity-content .activity-inner .bb-post-title,.activity-list li.bbp_reply_create .bp-activity-head .bb-post-singular,.activity-list li.bbp_topic_create .activity-content .activity-inner .bb-post-title,.activity-list li.bbp_topic_create .bp-activity-head .bb-post-singular,.activity-list li.blogs .bp-activity-head .bb-post-singular{color:var(--bb-headings-color)} - -.activity-list li.bbp_topic_create .activity-content .activity-inner .activity-discussion-title-wrap{color:var(--bb-headings-color)} - -.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-media-wrap .bb-open-media-theatre,.activity-list li.blogs .activity-content .activity-inner .bb-post-img-link{background-color:var(--bb-cover-image-background-color)} - -.activity-header .activity-time-since::before{display:block;content:""}@media screen and (min-width:46.8em){ - -.buddypress-wrap .activity-header,.buddypress-wrap .activity-inner{font-size:14px}} - -body.activity-permalink #activity-stream{margin-top:0;padding-top:0} - -body.activity-permalink ul.activity-list{margin-top:0} - -body.activity-permalink .bp-messages{margin-bottom:20px} - -body.activity-permalink .activity-list .activity-comments{margin-bottom:0} - -#buddypress .activity-list.item-list.bp-list>li.load-newest,#buddypress .activity-lists.item-list.bp-list>li.load-newest{padding-bottom:15px} - -body.activity-permalink .activity-comments>ul{padding:15px}@media screen and (min-width:46.8em){ - -body.activity-permalink .activity-list .activity-avatar{right:0;top:0}} - -.activity-comments-items .item-title{word-break:break-word} - -.buddypress-wrap .activity-comments .show-all button:focus,.buddypress-wrap .activity-comments .show-all button:hover{color:inherit} - -.activity-form:not(.focus-in) .medium-editor-element,.activity-form:not(.focus-in) .medium-editor-placeholder{background-color:transparent} - -.activity-form:not(.focus-in) .whats-new-form-header{border-radius:4px 4px 0 0;-webkit-transition:background-color .5s;transition:background-color .5s} - -.activity-form:not(.focus-in):hover .whats-new-form-header{background-color:var(--bb-content-alternate-background-color)}@media screen and (min-width:46.8em){ - -.activity.buddypress .bp-single-vert-nav .item-body{overflow:inherit} - -.activity-update-form #whats-new-content,.activity-update-form #whats-new-elements,.activity-update-form #whats-new-submit{margin-right:0}} - -.acomment-content .fluid-width-video-wrapper,.activity-inner .fluid-width-video-wrapper{margin:12px 0} - -.fluid-width-video-wrapper iframe{margin:0} - -.bs-activity-wrap{background:#fff;border:1px solid #eef0f3;border-radius:4px;margin-bottom:20px;font-size:14px;line-height:1.5;box-shadow:0 6px 24px 0 rgba(18,43,70,0)} - -#bs-activity-form-wrap.highlight .bs-activity-wrap{border:1px solid #d2d4d6;box-shadow:0 6px 24px 0 rgba(18,43,70,.08)} - -.bs-activity-wrap .inner-wrap .map-wrap img{width:100%;border-radius:4px} - -.bs-activity-wrap .inner-wrap .gif-wrap img{border-radius:4px} - -.bs-activity-wrap .inner-wrap .video-container{border-radius:4px;overflow:hidden;margin:0} - -.activity-type .dropzone .dz-preview{min-width:200px} - -.bb-dz-preview-wrap .dz-image{border-radius:4px;position:relative;overflow:hidden;padding-top:100%;display:block} - -.bb-dz-preview-wrap .dz-image img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;height:auto!important;width:auto!important;min-width:100%;object-fit:cover!important;cursor:move} - -.bs-update.bs-activity-wrap .inner-wrap{margin-top:15px;margin-bottom:15px} - -.bs-activity-wrap.bb-media-info-section{margin:0} - -.loading.bs-activity-wrap:not(.bs-update){padding:0 15px} - -.bb-activity-author{margin-left:3px} - -.bb-activity-author+p{display:inline} - -.bb-mini-profile-card-area+p{display:inline} - -div#buddypress .activity-read-more{margin-right:0} - -div#buddypress .activity-read-more a{font-size:inherit;border:0} - -div#buddypress .activity-read-more a:hover{background:100% 0} - -.wp-embedded-content+.video-container{height:auto;padding-bottom:0} - -.wp-embedded-content+.video-container iframe{position:static} - -iframe.wp-embedded-content{max-width:100%;width:100%} - -.activity-item-header{border-radius:4px 4px 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:61px;margin-bottom:5px;padding:12px 0} - -.bs-update .activity-item-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.activity-item-header .item-avatar{margin-left:12px;padding-top:3px;position:relative} - -.activity-item-header .item-avatar .avatar:not(.profile-avatar){border-radius:50%;max-width:36px} - -.activity-item-header .item{line-height:21px} - -.activity-item-header .item p{margin-bottom:0;color:#7f868f} - -.activity-item-header .item p a{color:var(--bb-headings-color)} - -.activity-item-header .item p a:hover{color:var(--bb-primary-color);text-decoration:none} - -.activity-item-header .item p a img.avatar{border-radius:50%;margin-left:4px;position:relative;bottom:1px} - -.activity-item-header .item p a.activity-time-since{display:none} - -.activity-item-header .bs-dropdown::after{left:19px} - -#buddypress .activity-item-header .item p a.activity-time-since:hover{text-decoration:none} - -.bs-update .activity-item-header{background-color:var(--bb-content-alternate-background-color);border-bottom:1px solid #eef0f3;padding:12px 15px} - -.activity-item-header .item-title{font-size:14px;letter-spacing:-.24px;color:#939597;position:relative} - -.activity-item-header .item-title img{position:relative;bottom:1px} - -.gif-holder .loading-icon{max-width:80px} - -.activity-item-header .item-title a{font-size:14px;letter-spacing:-.24px;color:var(--bb-headings-color);display:inline} - -.activity-item-header .item-title a:hover{color:var(--bb-primary-color)} - -.activity-item-header .item-meta{font-size:12px} - -.activity-date{color:var(--bb-alternate-text-color)} - -a.activity-date:hover{color:var(--bb-headings-color)} - -.activity-item-body .inner-wrap.act-photo{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 -6px;-ms-flex-wrap:wrap;flex-wrap:wrap} - -.activity-body-photo a img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover} - -.activity-item-footer{padding:15px 0} - -.activity-item-footer input{width:100%} - -span.gif-photo-source{display:none} - -.activity-item-footer a.bb-comment-ico .bb-icon-comment,.activity-item-footer a.bb-like-wrap .bb-icon-like{color:rgba(18,43,70,.4);font-size:24px;-webkit-transition:all linear .2s;transition:all linear .2s} - -.activity-item-footer a.bb-like-wrap.bb-favorite .bb-icon-like{color:#122b46} - -.activity-item-footer a.bb-comment-ico{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 25px 0 auto} - -.activity-item-footer a.bb-comment-ico i.bb-icon-comment:hover,.activity-item-footer a.bb-like-wrap i.bb-icon-like:hover{color:rgba(18,43,70,.8)} - -.activity-item-footer .comment-count,.activity-item-footer .like-count{color:#7f868f} - -.bs-activity-wrap .bs-dropdown-link{color:rgba(18,43,70,.4);-webkit-transition:all linear .2s;transition:all linear .2s;font-size:20px;opacity:.4} - -.bs-activity-wrap .bs-dropdown-link:hover{color:rgba(18,43,70,.8)} - -span.gif-photo-type{display:none} - -.bs-activity-wrap .bs-dropdown{left:-12px} - -.bs-activity-wrap .bs-dropdown#activity-actionlist-location{padding:10px} - -.bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart{border:0} - -.bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart .emoji-mart-anchors .emoji-mart-anchor{color:rgba(18,43,70,.3);cursor:pointer} - -.bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart .emoji-mart-anchors .emoji-mart-anchor:hover{color:rgba(18,43,70,.8)} - -.bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart .emoji-mart-anchors .emoji-mart-anchor-selected{color:rgba(18,43,70,.8)!important} - -.bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart .emoji-mart-anchors .emoji-mart-anchor-selected .emoji-mart-anchor-bar{background-color:rgba(18,43,70,.8)!important} - -.bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart-search{margin-bottom:6px} - -.bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart-search input{height:35px;font-size:14px;padding:.1em .9em} - -.bs-activity-wrap .bs-dropdown::after{left:22px} - -.bb-media-model-container .activity-comments-items li:nth-child(n+4) .bs-emoji-dropdown,.bb-media-model-container .add-comment-wrap.bb-emoji-up .bs-emoji-dropdown{bottom:40px;top:auto;left:-5px;right:auto} - -.bb-media-model-container .activity-comments-items li:nth-child(n+4) .bs-emoji-dropdown::after,.bb-media-model-container .add-comment-wrap.bb-emoji-up .bs-emoji-dropdown::after{left:-2px;bottom:-10px;top:auto;-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)} - -.bb-media-model-container .bs-item-wrap:last-child .bs-dropdown{top:auto;bottom:25px} - -.bb-media-model-container .bs-item-wrap:last-child .bs-dropdown::after{left:-2px;bottom:-10px;top:auto;-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)} - -.bs-activity-comments{background-color:var(--bb-content-alternate-background-color);border-top:1px solid #eef0f3;margin:0 -15px} - -.activity-comments-items .bs-activity-comments{border-top:0;margin-top:10px} - -.bs-activity-ctrl{border-top:1px solid #eef0f3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 15px;-ms-flex-flow:row wrap;flex-flow:row wrap} - -.bs-activity-ctrl>div{margin-top:10px;margin-bottom:10px} - -#buddypress h6.list-comments-heading{padding:15px 20px 5px;margin-bottom:0;font-size:13px;color:#939597;font-weight:400;letter-spacing:0;line-height:1} - -#buddypress h6.list-comments-heading a{color:inherit} - -#buddypress h6.list-comments-heading a:hover{color:var(--bb-primary-color)} - -.activity-comments-items .bs-item-wrap .item-avatar{margin-left:12px} - -.activity-comments-items .bs-item-wrap .item-avatar .avatar:not(.profile-avatar){border-radius:50%;max-width:36px} - -.activity-comments-items:not(.depth1) .bs-item-wrap .item-avatar .avatar:not(.profile-avatar){max-width:28px} - -.bb-media-comments-wrapper:not(.depth1){padding-right:48px} - -.bb-media-comments-wrapper.depth3{padding-right:42px} - -.bb-media-comments-wrapper.depth4{padding-right:40px} - -.activity-comments-items>li>.bb-media-comments-wrapper.depth1{padding-right:50px} - -.bb-mini-profile-card-area:empty{display:none} - -.add-comment-wrap{background-color:var(--bb-content-alternate-background-color);border-top:1px solid #eef0f3;display:-webkit-box;display:-ms-flexbox;display:flex;padding:12px 15px;border-radius:0 0 4px 4px} - -.add-comment-wrap .item-avatar{margin-left:12px} - -.add-comment-wrap .avatar:not(.profile-avatar){max-width:36px} - -.add-comment-wrap .add-comment{width:100%;background:100% 0;border-radius:4px} - -.add-comment-wrap .add-comment:hover{background:#fff} - -.bb-activity-info-inner-wrap{font-size:14px;letter-spacing:-.24px;line-height:22px;padding:0 15px} - -.bs-activity-comments:empty{display:none} - -.bb-media-model-wrapper.bb-internal-model .bb-activity-info-inner-wrap{max-height:-webkit-calc(100% - 61px);max-height:calc(100% - 61px);overflow:auto} - -.activity-item-footer .like-count{margin-right:7px} - -.activity-item-footer .comment-count{margin-right:10px} - -.activity-comment-field{margin-left:auto} - -.activity-comment-field{width:100%} - -.activity-comment-field textarea.bs-comment-textarea{width:100%;padding:5px 12px;height:2.417em;border-color:transparent;background-color:transparent;resize:none;font-size:13px;color:var(--bb-body-text-color);letter-spacing:-.22px;line-height:1.307} - -.activity-comment-field textarea.bs-comment-textarea:focus{border-color:transparent;background-color:transparent} - -.bs-activity-comments .add-comment .bs-generic-button{position:relative} - -.bs-activity-comments .add-comment .bs-generic-button a{color:rgba(18,43,70,.4);-webkit-transition:all linear .2s;transition:all linear .2s;font-size:20px} - -.bs-activity-comments .add-comment .bs-generic-button a:hover{color:rgba(18,43,70,.8)} - -.bs-activity-comments .add-comment .bs-generic-button i{font-size:20px} - -.bs-item-list.activity-comments-items.list-view .bs-item-wrap:first-child,.bs-item-list.activity-comments-items.list-view .bs-item-wrap:last-child{border-radius:0} - -.bs-item-list.activity-comments-items.list-view .bs-item-wrap{border:0;background-color:transparent} - -.bs-item-list.activity-comments-items.list-view .bs-item-wrap:hover{box-shadow:0 3px 24px 0 rgba(18,43,70,.08);border-radius:3px;position:relative;z-index:1} - -.bs-item-list.activity-comments-items.list-view .bs-item-wrap .item-expand .bs-dropdown{left:7px;top:45px} - -.bs-item-list.activity-comments-items.list-view .bs-item-wrap ul.activity-comments-items{width:100%;padding-top:10px} - -.bs-item-list.activity-comments-items.list-view .bs-item-wrap ul.activity-comments-items li{padding-left:0} - -.bs-item-list.activity-comments-items.list-view .bs-item-wrap ul.activity-comments-items li:hover{box-shadow:none;border-radius:0} - -.bs-item-list.activity-comments-items.list-view .bs-item-wrap ul.activity-comments-items li:last-of-type{padding-bottom:0} - -.bs-item-list.activity-comments-items.list-view .bs-item-wrap ul.activity-comments-items li .item-expand .bs-dropdown{left:-15px} - -.bs-item-list.activity-comments-items.list-view .bs-item-wrap .item{line-height:24px} - -.bs-item-list.activity-comments-items.list-view .bs-item-wrap .add-comment-wrap{padding-left:0} - -.list-comments-wrap>.bs-item-list.activity-comments-items.list-view{border-bottom:1px solid #eef0f3} - -.bs-item-list.activity-comments-items.list-view.depth1 li.bs-item-wrap.hide_comment{display:none} - -.item-wrap-stretch{display:-webkit-box;display:-ms-flexbox;display:flex;min-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.activity-comments-items .bs-item-wrap .item-expand{margin-right:20px;position:relative} - -.activity-comments-items .bs-item-wrap a.expand-comment{color:rgba(18,43,70,.4);-webkit-transition:all linear .2s;transition:all linear .2s;font-size:14px;opacity:1} - -.activity-comments-items .bs-item-wrap a.expand-comment .bb-icon-angle-down{font-size:22px;position:relative;top:-5px} - -.activity-comments-items .bs-item-wrap a.expand-comment:hover{color:rgba(18,43,70,.8)} - -.activity-comments-items .item,.activity-comments-items .item-title a,.bs-item-list.activity-comments-items.list-view .item-meta{font-size:14px} - -.activity-comments-items .activity-comment-text{color:#7f868f} - -.bs-item-list.activity-comments-items.list-view .item-meta{margin:5px 0 0;font-size:12px} - -.bs-item-list.activity-comments-items.list-view .item-meta a{color:#7f868f} - -.bs-item-list.activity-comments-items.list-view .item-meta a:hover{color:var(--bb-primary-color)} - -.activity-comments-items .item-expand .bs-dropdown{top:28px} - -.inner-wrap.act-poll{margin-right:70px} - -.inner-wrap.act-poll label{font-size:1rem;margin-bottom:20px;display:block} - -.poll-button{margin-left:20px} - -#buddypress .poll-button input[type=button],.poll-button input[type=button]{padding-left:40px;padding-right:40px} - -.bb-input-vote .count{color:#7f868f} - -.bb-input-vote{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:20px 0 0} - -.bb-shared-poll .poll-item{background:#fff;border-radius:4px;height:35px;line-height:35px;margin:10px 0;padding:0 15px;position:relative;z-index:1;overflow:hidden} - -.bb-shared-poll .poll-progress{display:inline-block;height:35px;background-color:var(--bb-content-border-color);position:absolute;top:0;right:0;z-index:2} - -.poll-data{position:relative;z-index:9} - -.poll-item i.bb-icon-check-small{margin:0 10px 0 0} - -.poll-item i.bb-icon-check-small::before{content:"\e876";width:22px;height:22px;line-height:22px;border:1px solid var(--bb-body-text-color);border-radius:50%;font-family:bb-icons} - -.bs-befriend .inner-wrap{text-align:center;color:#7f868f} - -.befriend-info{margin-bottom:5px} - -.befriend-info p{margin:0} - -.befriend-info a{color:var(--bb-headings-color)} - -.befriend-info img.avatar{max-width:30px;border-radius:50%;margin-left:6px} - -.befriend-date{font-size:12px;display:none} - -#buddypress .befriend-info a.activity-time-since{color:var(--bb-headings-color)} - -#buddypress .befriend-info a.activity-time-since:hover{color:var(--bb-primary-color);text-decoration:none} - -.befriend-info a:hover{color:var(--bb-primary-color)} - -.befriend-icon img{max-width:70px;display:block;margin:0 auto 15px} - -.bs-activity-wrap .post-info{letter-spacing:-.24px;line-height:1.357;word-wrap:break-word} - -.bs-activity-wrap .post-info p{margin-bottom:1rem} - -.bs-activity-wrap .post-info img{margin-top:1rem} - -.bs-activity-wrap.bb-poll .activity-item-body{padding-right:48px} - -.bs-activity-wrap.bb-poll .activity-item-body .inner-wrap{font-size:16px} - -.bb-poll-footer{margin-bottom:10px} - -.entry-content .bs-video-post .fluid-width-video-wrapper{margin-bottom:0;margin-top:0} - -.bs-activity-map .map-wrap img{width:100%} - -.post-link-container{border-radius:4px;border:1px solid #eef0f3;overflow:hidden;margin-bottom:20px;max-width:420px;position:relative;min-height:36px} - -.post-link-container .close-link{position:absolute;left:5px;top:5px} - -.post-link-container h4{font-size:15px;font-weight:500;letter-spacing:-.24px;line-height:1.21;margin:0 0 10px} - -.post-link-container .link-wrap{padding:7px 10px} - -.link-info{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:40px 20px;font-size:13px;color:#939597;letter-spacing:-.24px;line-height:1.38;-ms-flex-item-align:center;align-self:center} - -.link-img-holder{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:180px;min-height:208px} - -.link-img-holder a{display:block;width:100%;height:100%;background-size:cover;background-position:50% 50%;background-color:transparent;border-top-right-radius:4px;border-bottom-right-radius:4px;min-height:140px} - -.post-link-container .bb-icon-close-circle::before{color:var(--bb-alternate-text-color);font-size:1.5em;margin-top:5px} - -.activity-update-buttons{padding:0;margin-right:auto} - -a.cancel{font-size:14px;color:var(--bb-alternate-text-color);letter-spacing:-.24px;margin-left:15px} - -#buddypress .activity-post input[type=button]{padding-right:40px;padding-left:40px;font-size:14px} - -#buddypress .activity-post input.cancel[type=button]{background-color:#fff;border-color:#fff;color:#7f868f} - -textarea.activity-update{width:100%;min-height:85px;padding:0;border-color:#fff;font-size:1rem;font-weight:300;resize:none;border:0} - -label[for=whats-new-post-in]{font-size:14px;color:inherit;letter-spacing:-.24px;margin-left:5px} - -#whats-new-post-in{width:auto;font-size:13px} - -.bs-update .activity-item-body{padding:0 15px} - -.bs-update .activity-item-footer{padding:0 15px 15px} - -.bs-update .activity-item-footer a.activity-emoji-icon i,.bs-update .activity-item-footer a.activity-type-icon i{color:rgba(18,43,70,.4);font-size:24px;-webkit-transition:all linear .2s;transition:all linear .2s;padding:0 3px} - -.bs-update .activity-item-footer a.activity-emoji-icon i:hover,.bs-update .activity-item-footer a.activity-type-icon i:hover,.bs-update .activity-item-footer a.activity-type-icon.active i{color:rgba(18,43,70,.8)} - -.group-wrap{overflow:hidden} - -.activity-types>*{text-align:center;display:inline-block;margin-left:8px} - -.bs-activity-wrap.bs-activity-group .inner-wrap{margin-top:0;margin-bottom:0} - -.group-hero-image{padding-top:40.476%;border-top-right-radius:4px;border-top-left-radius:4px;position:relative;overflow:hidden} - -.group-hero-image img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover} - -.group-icon{position:absolute;bottom:-60px;right:50px;z-index:5} - -.group-icon div#item-header-avatar{display:inline-block} - -.group-icon div#item-header-avatar img{max-width:160px} - -.group-meta{padding:25px 270px 25px 20px;border:1px solid #eef0f3;border-top:0;border-bottom-left-radius:4px;border-bottom-right-radius:4px} - -.group-activity-members a{margin-right:-20px} - -.group-activity-members img.avatar{max-width:40px;border:2px solid #fff} - -.count-members{color:#7f868f;padding-right:10px} - -.type-case-photo ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;width:100%;font-size:0;margin:0 0 1rem} - -.type-case-photo ul li{position:relative;display:inline-block;width:-webkit-calc(33.333% - .5rem);width:calc(33.333% - .5rem);margin-bottom:.5rem} - -.type-case-photo ul li a img{position:absolute;top:0;height:100%;width:100%;object-fit:cover;border-radius:4px} - -.type-case-photo ul li::before{display:block;width:100%;padding-bottom:100%;content:" "} - -.type-tag-wrap{display:inline-block;margin-bottom:1rem;font-size:16px} - -.type-tag-wrap a i::before{color:rgba(18,43,70,.4);font-weight:700} - -.type-tag-wrap .bs-dropdown{top:-75px;left:inherit;right:0;opacity:1;visibility:visible;padding:10px;min-width:300px} - -.type-tag-wrap .bs-dropdown input[type=search]{width:100%;padding-right:2.5rem} - -.type-tag-wrap .bs-dropdown::after{top:unset;left:unset;right:50px;bottom:-12px;-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)} - -.close-type-photo{font-size:24px;position:absolute;top:5px;left:5px;z-index:9;cursor:pointer} - -.close-type-photo i{color:#fd4343} - -.act-dropdown-wrap{position:relative} - -.act-dropdown{position:absolute;right:-15px;top:38px;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;padding:10px;-webkit-transition:all linear .2s;transition:all linear .2s;margin:0;min-width:400px;z-index:100} - -.act-dropdown::after{content:" ";position:absolute;width:0;height:0;top:1px;margin:0 auto;right:20px;box-sizing:border-box;border:6px solid #000;border-color:#fff transparent transparent #fff;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 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:101} - -.act-dropdown#activity-actionlist-gifsearch .gif-search-result{max-height:300px;overflow:auto;margin:10px 0} - -.act-dropdown input[type=search]{padding-right:2.5rem;width:100%}@media (max-width:544px){ - -.act-dropdown{min-width:250px}} - -a.activity-type-icon{position:relative} - -a.activity-type-icon.disabled{display:none} - -span.bs-dropdown-wrap.disabled{display:none} - -a.activity-type-icon.open-down::after{content:" ";position:absolute;width:0;height:0;top:37px;margin:0 auto;right:10px;box-sizing:border-box;border:6px solid #000;border-color:#fff transparent transparent #fff;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 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:101} - -.gif-holder ul{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 0 0 5px} - -.gif-holder ul li{width:-webkit-calc(100% * (1 / 3));width:calc(100% * (1 / 3));margin-bottom:4px;padding:0 2px} - -.gif-holder ul li img{width:100%} - -.bs-dropdown-model{display:none} - -.bs-dropdown-model.open{display:block} - -.bb-input-poll{max-width:400px} - -.bb-input-poll .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:6px 0} - -.bb-input-poll .item::before{content:"";background:var(--bb-content-alternate-background-color);border:1px solid #dedfe2;width:18px;height:18px;border-radius:50%;margin-left:10px;cursor:move} - -.bb-input-poll input{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:7px;font-size:14px;height:34px;max-width:343px} - -.bb-input-poll .bb-icon-close-circle{font-size:22px;color:#c4cad1;cursor:pointer;visibility:hidden;opacity:0;-webkit-transition:.2s all;transition:.2s all} - -.bb-input-poll .item:hover .bb-icon-close-circle{visibility:visible;opacity:1} - -.bb-input-poll .bb-sign{font-size:14px} - -#adds-poll-choice{padding:10px 26px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:12px;color:var(--bb-primary-color);letter-spacing:-.24px;font-weight:500;line-height:1} - -#adds-poll-choice a{cursor:pointer} - -.bb-input-poll .close-link{color:var(--bb-danger-color);margin-right:20px} - -.bb-input-poll .close-link .bb-sign{font-size:11px} - -.bb-activity-media-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -3px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative} - -.bb-activity-video-elem .video-js{border-radius:var(--bb-block-radius-inner)} - -.bb-activity-video-elem .video-js .vjs-poster,.bb-activity-video-elem .video-js video{border-radius:var(--bb-block-radius-inner)} - -.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap{background-color:var(--bb-content-alternate-background-color)} - -.acomment-content .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap{-webkit-filter:brightness(.94);filter:brightness(.94)} - -.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap::before{background-color:var(--bb-alternate-text-color)!important;color:var(--bb-content-alternate-background-color);opacity:.5} - -.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap:hover .bb-videos-length,.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap:hover .item-action-wrap>a i,.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap:hover::before{opacity:1} - -.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap::after{display:none} - -.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap img{opacity:0} - -.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap .bb-video-duration{background-color:transparent;color:var(--bb-alternate-text-color);opacity:1} - -.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap .bb-videos-length{background-color:transparent;color:var(--bb-alternate-text-color);opacity:.6} - -.bb-activity-video-elem.has-no-thumbnail .video-js:not(.vjs-has-started).vjs-paused{background-color:transparent} - -.bb-activity-video-elem.has-no-thumbnail .video-js:not(.vjs-has-started).vjs-paused video{opacity:0} - -.bb-activity-video-elem.has-no-thumbnail .video-js:not(.vjs-has-started).vjs-paused .vjs-big-play-button{background-color:var(--bb-alternate-text-color)!important;opacity:.5!important} - -.bb-activity-video-elem.has-no-thumbnail .video-js:not(.vjs-has-started).vjs-paused .vjs-big-play-button::before{color:var(--bb-content-alternate-background-color)} - -.bb-activity-video-elem.has-no-thumbnail .video-js:not(.vjs-has-started).vjs-paused:hover .vjs-big-play-button{opacity:1!important} - -.bb-activity-video-elem.has-no-thumbnail .video-js:not(.vjs-has-started).vjs-paused::after{display:none} - -.bb-activity-video-elem.has-no-thumbnail .vjs-poster{background-color:var(--bb-content-alternate-background-color)} - -.bb-activity-video-elem.has-no-thumbnail .bb-video-duration{background-color:var(--bb-alternate-text-color);color:#fff;opacity:.8} - -.bb-activity-video-elem.has-no-thumbnail:hover .item-action-wrap>a i{opacity:1} - -.bb-activity-video-elem.has-no-thumbnail .item-action-wrap>a{background-color:transparent!important} - -.bb-activity-video-elem.has-no-thumbnail .item-action-wrap>a i{color:var(--bb-alternate-text-color);font-size:18px} - -#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap,.bb-video-thumb.has-no-thumbnail .bb-video-cover-wrap{background-color:var(--bb-content-alternate-background-color);-webkit-filter:brightness(.94);filter:brightness(.94)} - -#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap::before,.bb-video-thumb.has-no-thumbnail .bb-video-cover-wrap::before{background-color:var(--bb-alternate-text-color)!important;color:var(--bb-content-alternate-background-color);opacity:.5} - -#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap:hover::before,.bb-video-thumb.has-no-thumbnail .bb-video-cover-wrap:hover::before{opacity:1} - -#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap::after,.bb-video-thumb.has-no-thumbnail .bb-video-cover-wrap::after{display:none} - -#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap img,.bb-video-thumb.has-no-thumbnail .bb-video-cover-wrap img{opacity:0} - -#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .item-action-wrap>a,.bb-video-thumb.has-no-thumbnail .item-action-wrap>a{background-color:transparent!important} - -#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .item-action-wrap>a i,.bb-video-thumb.has-no-thumbnail .item-action-wrap>a i{color:var(--bb-alternate-text-color)!important;opacity:1!important} - -#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail:hover .bb-videos-length,#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail:hover .item-action-wrap>a i,.bb-video-thumb.has-no-thumbnail:hover .bb-videos-length,.bb-video-thumb.has-no-thumbnail:hover .item-action-wrap>a i{opacity:1} - -#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-video-duration,.bb-video-thumb.has-no-thumbnail .bb-video-duration{background-color:transparent;color:var(--bb-alternate-text-color);opacity:1} - -#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-videos-length,.bb-video-thumb.has-no-thumbnail .bb-videos-length{background-color:transparent;color:var(--bb-alternate-text-color);opacity:.6} - -.bb-video-thumb.has-no-thumbnail .bb-custom-check:not(:checked)+label{color:var(--bb-alternate-text-color)} - -#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap,.bbp-reply-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity{-webkit-filter:brightness(.96);filter:brightness(.96)} - -.video-js{font-family:inherit} - -.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{background:var(--bb-tooltip-background);border-radius:5px;width:25px} - -.video-js [data-balloon]::after{background:var(--bb-tooltip-background)} - -.video-js .vjs-play-progress{background-color:var(--bb-primary-color)} - -.video-js .vjs-play-progress::before{color:var(--bb-primary-color)} - -.video-js .vjs-volume-level{background-color:var(--bb-primary-color);border-radius:4px} - -.video-js .vjs-menu .vjs-menu-content{background:var(--bb-tooltip-background);border-radius:5px} - -.video-js .vjs-menu li{color:var(--bb-tooltip-color)} - -.video-js .vjs-menu li .vjs-menu-item-text{opacity:.7;font-size:11px;font-weight:500} - -.video-js .vjs-menu li.vjs-selected,.video-js .vjs-menu li:hover{color:var(--bb-tooltip-background);background-color:var(--bb-tooltip-color)!important} - -.video-js .vjs-menu li.vjs-selected .vjs-menu-item-text,.video-js .vjs-menu li:hover .vjs-menu-item-text{opacity:1} - -.has-no-thumbnail .video-js.vjs-error .vjs-error-display.vjs-modal-dialog{background:var(--bb-content-alternate-background-color);color:var(--bb-alternate-text-color)} - -.has-no-thumbnail .video-js.vjs-error .vjs-error-display.vjs-modal-dialog .vjs-modal-dialog-content{font-size:16px;font-weight:500;color:var(--bb-alternate-text-color)} - -.has-no-thumbnail .video-js.vjs-error .vjs-error-display.vjs-modal-dialog::before{color:var(--bb-alternate-text-color);opacity:.4} - -.bb-activity-media-elem{padding:3px} - -.bb-activity-media-elem .entry-img{background:100% 0;border-radius:var(--bb-block-radius-inner);margin:0;position:relative;padding-top:38.56%} - -.bb-activity-media-elem .bb-photos-length{position:absolute;width:100%;top:0;right:0;height:100%;text-align:center;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;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:rgba(0,0,0,.5);color:#fff;font-size:16px;font-weight:500;line-height:1.31} - -.bb-activity-media-elem .bb-photos-length strong{color:inherit;display:block;font-size:24px;font-weight:600;line-height:1.33} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap>a:hover{color:var(--bb-primary-color)} - -.bb-activity-media-elem.document-activity.code-full-view .document-action-wrap .document-action_collapse i{color:var(--bb-primary-color)} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-preview-wrap{background-color:rgba(0,0,0,.05);border-color:var(--bb-content-border-color)} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity{background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner)} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-preview-wrap{border-radius:var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .more_text_view{background-color:var(--bb-body-background-color);border-color:var(--bb-content-border-color);color:var(--bb-alternate-text-color)} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-text-wrap{border-color:var(--bb-content-border-color);border-radius:var(--bb-option-radius)} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity:hover{background-color:var(--bb-content-alternate-background-color)} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap{background-color:var(--bb-content-background-color)} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-description,.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-extension-description,.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-helper-text{color:var(--bb-alternate-text-color)} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-title{color:var(--bb-headings-color)} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap>a i{background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color);color:var(--bb-headings-color)} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap>a i::before{opacity:.4} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap>a:hover>i{color:var(--bb-headings-color)} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap>a:hover>i::before{opacity:1} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul li a{color:var(--bb-body-text-color)} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul li a::before{color:var(--bb-alternate-text-color)} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .entry-img>i{color:var(--bb-alternate-text-color)} - -.bb-activity-media-wrap .CodeMirror-gutters{background-color:var(--bb-body-background-color);border-color:var(--bb-content-border-color)} - -.bb-activity-media-wrap .CodeMirror-linenumber{color:var(--bb-alternate-text-color);text-align:center} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap>a.document-action_download i{border-radius:0 var(--bb-option-radius) var(--bb-option-radius) 0} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap>a.document-action_more i{border-radius:var(--bb-option-radius) 0 0 var(--bb-option-radius)} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity.code-full-view .document-action-wrap .document-action_collapse i,.bb-activity-media-wrap .bb-activity-media-elem.document-activity.is_large .document-action-wrap .document-action_collapse i{border-radius:0 var(--bb-option-radius) var(--bb-option-radius) 0} - -.activity-list li.blogs .activity-content .activity-inner .bb-post-title{color:var(--bb-headings-color)} - -.activity-list li.blogs .activity-content .activity-inner .activity-discussion-title-wrap{color:var(--bb-headings-color)} - -.activity-list li.blogs .activity-content .activity-inner .activity-discussion-title-wrap a:hover{color:var(--bb-primary-color)} - -.activity-list li.blogs .activity-content .activity-inner .bb-content-wrp{background-color:var(--bb-content-alternate-background-color)} - -.activity-list li.bbp_reply_create .activity-content .activity-inner .activity-discussion-title-wrap a,.activity-list li.bbp_topic_create .activity-content .activity-inner .activity-discussion-title-wrap a{color:var(--bb-headings-color)} - -.activity-list li.bbp_reply_create .activity-content .activity-inner .activity-discussion-title-wrap a:hover,.activity-list li.bbp_topic_create .activity-content .activity-inner .activity-discussion-title-wrap a:hover{color:var(--bb-primary-color)} - -.activity-list li.bbp_reply_create .activity-content .activity-inner .activity-discussion-title-wrap~.activity-attached-gif-container .gif-player,.activity-list li.bbp_topic_create .activity-content .activity-inner .activity-discussion-title-wrap~.activity-attached-gif-container .gif-player{margin:auto} - -.activity-list li.bbp_reply_create .activity-content .activity-inner .activity-discussion-title-wrap~.activity-attached-gif-container .gif-player .gif-icon,.activity-list li.bbp_topic_create .activity-content .activity-inner .activity-discussion-title-wrap~.activity-attached-gif-container .gif-player .gif-icon{border-radius:var(--bb-block-radius-inner) 0 var(--bb-block-radius-inner) 0} - -.bb-media-length-2 .act-grid-1-1{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%} - -.act-grid-1-2{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%} - -.activity-body-photo a.entry-img{padding-top:40.476%;border-radius:4px} - -.activity-body-photo .act-grid-1-2 a.entry-img{padding-top:52.56%} - -.bb-media-length-1 .bb-activity-media-elem .entry-img{padding-top:0!important} - -.bb-media-length-1 .bb-activity-media-elem .entry-img img{position:static} - -.bb-media-length-2 .bb-activity-media-elem .entry-img{padding-top:80%} - -.bb-media-length-3 .bb-activity-media-elem .entry-img.act-grid-1-1{padding-top:52.56%} - -.bb-media-length-4 .act-grid-1-2{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;max-width:33.33%} - -.bb-media-length-4 .bb-activity-media-elem.act-grid-1-2 .entry-img{padding-top:72.56%} - -.bb-media-length-5 .bb-activity-media-elem .entry-img{padding-top:72.56%} - -.bb-media-length-5 .act-grid-1-1{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%} - -.bb-media-length-5 .act-grid-1-1+.act-grid-1-2{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%} - -.bb-media-length-5 .act-grid-1-2{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;max-width:33.33%} - -.bb-activity-media-wrap.bb-media-length-3 .act-grid-1-2 .entry-img{padding-top:55.56%} - -.bb-activity-media-wrap.bb-media-length-3 .act-grid-1-1.bb-vertical-layout{-webkit-box-flex:0;-ms-flex:0 0 64%;flex:0 0 64%;max-width:64%} - -.bb-activity-media-wrap.bb-media-length-3 .act-grid-1-1.bb-vertical-layout~.bb-activity-media-elem{-webkit-box-flex:0;-ms-flex:0 0 36%;flex:0 0 36%;max-width:36%} - -.bb-activity-media-wrap.bb-media-length-3 .act-grid-1-1.bb-vertical-layout~.bb-activity-media-elem .entry-img{padding-top:105.6%} - -.bb-activity-media-wrap.bb-media-length-3 .act-grid-1-1.bb-vertical-layout+div+div{position:absolute;left:0;bottom:0;width:36%}@media screen and (max-width:544px){ - -.bb-activity-media-wrap.bb-media-length-3 .act-grid-1-1.bb-vertical-layout+div,.bb-activity-media-wrap.bb-media-length-3 .act-grid-1-1.bb-vertical-layout+div+div{position:static;width:100%}} - -.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout{-webkit-box-flex:0;-ms-flex:0 0 64%;flex:0 0 64%;max-width:64%} - -.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout~.bb-activity-media-elem{-webkit-box-flex:0;-ms-flex:0 0 36%;flex:0 0 36%;max-width:36%} - -.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout~.bb-activity-media-elem .entry-img{padding-top:69.1%} - -.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout .entry-img{padding-top:119%} - -.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout+div,.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout+div+div,.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout+div+div+div{position:absolute;left:0;top:0;width:36%} - -.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout+div+div{top:33.4%} - -.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout+div+div+div{top:initial;bottom:0}@media screen and (max-width:544px){ - -.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout+div,.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout+div+div,.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout+div+div+div{position:static;width:100%}} - -.bb-activity-media-wrap.bb-media-length-more .bb-activity-media-elem .entry-img{padding-top:82.56%} - -.bb-activity-media-wrap.bb-media-length-more .act-grid-1-1{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%} - -.bb-activity-media-wrap.bb-media-length-more .act-grid-1-1+.act-grid-1-2{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%} - -.bb-activity-media-wrap.bb-media-length-more .act-grid-1-2{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;max-width:33.33%} - -#bbpress-forums .bbp-reply-content .bb-activity-media-wrap.bb-media-length-1 .bb-activity-video-elem.has-no-thumbnail,.acomment-content .bb-activity-video-wrap.bb-video-length-1 .bb-activity-video-elem.has-no-thumbnail{-webkit-filter:brightness(.94);filter:brightness(.94)} - -.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1} - -.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-text-wrap{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2} - -.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .more_text_view{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3} - -.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap{bottom:21px;top:inherit} - -.acomment-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity{background-color:var(--bb-content-background-color)} - -div[class*=attached-gif-container] .gif-player video{border-radius:var(--bb-block-radius-inner)} - -div[class*=attached-gif-container] .gif-player .gif-play-button{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} - -div[class*=attached-gif-container] .gif-player .gif-play-button .bb-icon-play{content:"\eef7";font-family:bb-icons;font-size:28px;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;text-indent:3px;font-weight:300;font-style:normal;color:#fff;background-color:rgba(0,0,0,.7)!important;box-shadow:0 0 20px rgba(0,0,0,.1);height:60px;width:60px;position:absolute;right:50%;top:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);z-index:11;border:0;-webkit-transition:all ease .3s!important;transition:all ease .3s!important;border-radius:50%} - -div[class*=attached-gif-container] .gif-player .gif-play-button .bb-icon-play::before{font-size:46px;opacity:.8} - -div[class*=attached-gif-container] .gif-player .gif-icon{border-radius:var(--bb-block-radius-inner) 0 0 0} - -.activity-attached-gif-container .gif-icon{border-radius:var(--bb-block-radius-inner) 0 0 0} - -.activity-item-header .item-title img{margin-left:5px;margin-right:5px} - -ul.bb-choices{list-style:none;font-size:16px;color:var(--bb-headings-color);margin:0 0 20px} - -ul.bb-choices li{margin-bottom:12px} - -ul.bb-choices a{color:inherit} - -ul.bb-choices .bb-choice-wrap{position:relative;border-radius:3px;overflow:hidden;font-size:16px;color:var(--bb-headings-color);padding:6px 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -ul.bb-choices label{font-size:16px} - -ul.bb-choices .bar{margin-left:20px;position:relative} - -ul.bb-choices svg{position:relative} - -ul.bb-choices .bg-bag{width:50%;background:var(--bb-content-border-color);display:block;position:absolute;right:0;height:100%;top:0} - -ul.bb-choices strong{font-weight:500;min-width:42px;display:inline-block} - -ul.bb-choices .bb-votes{color:var(--bb-alternate-text-color);letter-spacing:-.24px} - -ul.bb-choices .bs-styled-radio+.bb-radio-label::before,ul.bb-choices .bs-styled-radio+label::before{border-width:1px;width:18px;height:18px;top:-2px} - -ul.bb-choices .bs-styled-radio:checked+.bb-radio-label::before,ul.bb-choices .bs-styled-radio:checked+label::before{background:var(--bb-success-color);border-color:var(--bb-success-color)} - -ul.bb-choices .bs-styled-radio:checked+.bb-radio-label::after,ul.bb-choices .bs-styled-radio:checked+label::after{background:100% 0;color:#fff;content:"\e876";display:inline-block;font:400 normal normal 14px/1 bb-icons;font-size:24px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;right:-3px;top:-2px} - -.bb-poll-footer .button{min-width:110px;margin-left:25px} - -.bb-poll-footer .bb-votes{color:var(--bb-alternate-text-color);letter-spacing:-.24px} - -.map-wrap{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px} - -.map-wrap .bb-map-img-wrap{position:relative;overflow:hidden;padding-top:42.56%;display:block} - -.map-wrap .bb-map-img-wrap img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover} - -.map-wrap .location-info{display:-webkit-box;display:-ms-flexbox;display:flex;padding:15px} - -.map-wrap h4{font-size:14px;font-weight:500;letter-spacing:-.24px;margin:0 0 3px} - -.map-wrap .location-meta{font-size:13px;color:var(--bb-alternate-text-color);line-height:1.4} - -.map-wrap .bb-checkin-img{display:inline-block;margin-left:15px} - -.activity-add-smile{position:relative} - -.bb-load-new-activities{margin-bottom:20px} - -#bs-activity-form-wrap .bs-activity-wrap.bs-activity-wrap .dropzone .dz-default{min-height:200px;max-height:200px} - -#bs-activity-update-wrap .dropzone.dz-started .dz-message{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;min-height:1px;max-width:200px;height:200px;font-size:14px;line-height:1;margin:0 5px 10px} - -#buddypress div#subnav.bb-item-list-tabs{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;margin-bottom:20px} - -#buddypress div#subnav.bb-item-list-tabs ul#activity-sub-nav{margin:0} - -#buddypress div#subnav.bb-item-list-tabs ul#activity-sub-nav>li{padding-bottom:0} - -#buddypress div#subnav.bb-item-list-tabs ul#activity-sub-nav .sub-menu{top:36px} - -#buddypress div#subnav.bb-item-list-tabs ul#activity-sub-nav .sub-menu li{float:none} - -#buddypress div#subnav.bb-item-list-tabs ul#activity-sub-nav .sub-menu li a{padding:9px 15px} - -#buddypress div#subnav.bb-item-list-tabs ul#activity-sub-nav .sub-menu li.selected a{background:#f5f5f5;color:var(--bb-headings-color);border-bottom:0} - -#buddypress div#subnav.bb-item-list-tabs a.more-button{font-size:16px} - -#buddypress div#subnav.bb-item-list-tabs a.more-button::after{bottom:-25px} - -#buddypress div#subnav.bb-item-list-tabs .bs-dropdown-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:13px} - -#buddypress div#subnav.bb-item-list-tabs .bs-sort-button{padding:5px 10px 5px 0} - -ul#activity-sub-nav{-webkit-box-flex:1;-ms-flex:1;flex:1} - -.bb-mini-group-profile-card-area:empty,.dz-details{display:none} - -.activity.bp-user #bs-activity-update-wrap .dropzone.dz-started .dz-message{max-width:99px;height:100px;min-height:100px;font-size:11px;line-height:1} - -.activity.bp-user .activity-type .dropzone .dz-preview{min-width:99px} - -.activity.bp-user .dropzone .dz-default span::before{height:25px;width:30px;margin:0 auto 10px} - -.activity-comments-items{margin:0;list-style:none;background:var(--bb-content-alternate-background-color);padding:15px} - -.activity-comments-items li:not(:last-child){margin-bottom:20px} - -.activity-comments-items .item-title{font-size:13px;letter-spacing:-.22px;line-height:1.307;position:relative} - -.activity-comments-items .item-title a{font-weight:600} - -.activity-comments-items .bs-activity-comments:not(.show){display:none} - -.activity-comments-items .bs-item-list.list-view .bs-item-wrap{margin-bottom:15px;padding:0} - -.activity-comments-items .bs-item-list.list-view .bs-item-wrap:last-child{margin-bottom:0} - -.activity-comments-items h6.list-comments-heading{padding:0;margin-bottom:16px;font-size:13px;color:#939597} - -.activity-comments-items h6.list-comments-heading a{color:inherit} - -.activity-comments-items .activity-comments-items .bs-item-wrap a.expand-comment .bb-icon-angle-down::before{font-size:20px} - -.activity-comments-items .bs-item-list.activity-comments-items.list-view .bs-item-wrap .item-expand .bs-dropdown{min-width:100px;left:24px;top:-5px;padding:2px 0} - -.activity-comments-items .bs-item-list.activity-comments-items.list-view .bs-item-wrap .item-expand .bs-dropdown::after{top:8px;left:-12px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)} - -.activity-comments-items .bs-item-list.activity-comments-items.list-view .bs-item-wrap:hover{box-shadow:none} - -.activity-comments-items .activity-comments-items .activity-comment-text{display:inline-block;font-size:13px;letter-spacing:-.22px;line-height:17px;color:inherit} - -.activity-comments-items .activity-comment-text p{margin:0} - -.activity-comments-items .list-comments-wrap>.bs-item-list.activity-comments-items.list-view{border-bottom:0} - -.activity-comments-items .add-comment-wrap .add-comment{background:#fff} - -.activity-comments-items .item-meta{font-size:12px;color:var(--bb-alternate-text-color);letter-spacing:-.18px;line-height:1.666;margin:5px 0 0} - -.activity-comments-items .item-meta a{color:inherit} - -.activity-comments-items .item-meta a:hover{color:var(--bb-headings-color)} - -#discard-draft-activity,.bb_discard_topic_reply_draft{color:var(--bb-body-text-color)!important} - -.bb-media-comment-text{border:0;height:36px;resize:none;width:100%;font-size:14px;padding:5px 12px;overflow:hidden} - -.bb-media-comment-wrap{position:relative} - -.bb-media-comment-wrap .item-meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;position:absolute;left:6px;bottom:2px;font-size:20px} - -.bb-media-comment-wrap .item-meta a{color:var(--bb-alternate-text-color)} - -.activity-item-header .item-title .bs-dropdown a{display:block} - -.bs-item-list-tabs .more-button.active::after{bottom:-18px} - -body.activity.bp-user:not(.settings,.edit-details) .dropzone .dz-default span::before{height:26px;width:31px} - -body.activity.bp-user .dropzone .dz-preview .dz-error-mark{top:28%} - -li.load-more a.button{min-width:180px} - -li.load-more a.loading::after{content:"\ef30";font-family:bb-icons;font-size:18px;line-height:1;margin-right:10px;text-align:center;display:inline-block;-webkit-animation:spin 3s infinite linear;animation:spin 3s infinite linear;font-weight:400} - -.buddypress-wrap .activity-list .load-more,.buddypress-wrap .activity-list .load-newest{background:100% 0;border:0;border-radius:0;box-shadow:none;overflow:hidden} - -.webui-popover.webui-popover{z-index:999912} - -#buddypress .activity-list.item-list.bp-list>li.load-newest,#buddypress .activity-lists.item-list.bp-list>li.load-newest{padding-bottom:0;border-bottom:1px solid var(--bb-content-border-color)} - -.emojionearea-search>input,.search-query-input{border-radius:4px} - -.blogs.activity-item .activity-inner img:not(.emoji){border-radius:3px;margin-top:10px;max-width:640px;display:block} - -#whats-new-post-in-box-items .bp-activity-object .bp-item-name{margin-left:20px} - -.activity-privacy>li,.media-privacy>li{font-size:13px} - -.activity-privacy>li::before,.media-privacy>li::before{color:var(--bb-alternate-text-color)} - -.activity-privacy .selected,.media-privacy .selected{color:var(--bb-primary-color);font-weight:500} - -p.activity-date{display:inline-block} - -.bb-media-privacy-wrap::before{content:"\00b7";display:inline-block;margin:0 4px} - -.bb-media-privacy-wrap .activity-privacy{right:-5px} - -.privacy{vertical-align:bottom} - -.buddypress .buddypress-wrap form#whats-new-form button.bp-remove-item{margin-right:auto} - -#bp-activity-group-ac-items .dashicons-update::before{content:"\ef30";font-family:bb-icons;font-size:20px;display:block} - -#bb-media-model-container .bb-edit-privacy::before{content:"\ee5a";font-family:bb-icons} - -#bb-media-model-container .bb-edit-privacy a{color:inherit} - -#bb-media-model-container .bb-edit-privacy a:hover{color:inherit} - -.bb-media-only-privacy .privacy{background:rgba(0,0,0,.6);color:rgba(255,255,255,.9)} - -.bb-media-model-container .bb-media-privacy-wrap [data-bp-tooltip][data-bp-tooltip-pos=up]::before{margin-bottom:0} - -.bb-media-model-container .bb-media-privacy-wrap [data-bp-tooltip][data-bp-tooltip-pos=up]::after{margin-bottom:4px} - -.activity-anonymous-options{position:relative;font-size:14px;margin:-15px 0 15px;padding:8px 14px;background-color:var(--bb-content-background-color);border:1px solid #ebe9e6;border-radius:4px} - -.activity-anonymous-options .anonymous-post-as-text{margin-left:5px} - -.activity-anonymous-options label{margin-left:5px;font-size:14px} - -.activity-anonymous-options label input{margin-left:5px} - -.dropzone.document-dropzone .dz-preview.dz-error.dz-preview .dz-details,.dropzone.media-dropzone .dz-preview.dz-error .dz-image,.dropzone.video-dropzone .dz-preview.dz-error.dz-preview .dz-details{border-color:var(--bb-danger-color)} - -.dropzone .dz-preview .dz-error-message::after{border-bottom-color:var(--bb-danger-color)} - -.bb-template-v1 .dropzone .dz-preview.dz-error{background-color:var(--bb-content-alternate-background-color)} - -.dropzone .dz-preview.dz-error .dz-error-title{color:var(--bb-danger-color)} - -.dropzone .dz-preview .dz-error-message{background:var(--bb-danger-color);background:-webkit-gradient(linear,right top,right bottom,from(var(--bb-danger-color)),to(var(--bb-danger-color)));background:-webkit-linear-gradient(top,var(--bb-danger-color),var(--bb-danger-color));background:linear-gradient(to bottom,var(--bb-danger-color),var(--bb-danger-color))} - -#buddypress .load-more a.button.outline{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color)} - -#buddypress .load-more a.button.outline:focus{box-shadow:var(--bb-outline-button-focus-shadow)} - -#buddypress .load-more a.button.outline: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)} - -#buddypress .bb_more_options .bb_more_options_list,.activity-list .bb-activity-more-options-wrap .bb-activity-more-options,.bb_more_options .bb_more_options_list{background-color:var(--bb-content-background-color);width:187px;border-radius:var(--bb-block-radius)} - -#buddypress .bb_more_options .bb_more_options_list::after,.activity-list .bb-activity-more-options-wrap .bb-activity-more-options::after,.bb_more_options .bb_more_options_list::after{border-color:var(--bb-content-background-color) transparent transparent var(--bb-content-background-color)} - -#buddypress .bb_more_options .bb_more_options_list .generic-button>button,#buddypress .bb_more_options .bb_more_options_list a,#buddypress .bb_more_options .bb_more_options_list button,.bb_more_options .bb_more_options_list .generic-button>button,.bb_more_options .bb_more_options_list a,.bb_more_options .bb_more_options_list button{color:var(--bb-body-text-color)!important;background-color:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:0} - -#buddypress .bb_more_options .bb_more_options_list .generic-button>button::before,#buddypress .bb_more_options .bb_more_options_list a::before,#buddypress .bb_more_options .bb_more_options_list button::before,.bb_more_options .bb_more_options_list .generic-button>button::before,.bb_more_options .bb_more_options_list a::before,.bb_more_options .bb_more_options_list button::before{color:var(--bb-alternate-text-color)} - -#buddypress .bb_more_options .bb_more_options_list .generic-button>button:hover,#buddypress .bb_more_options .bb_more_options_list a:hover,#buddypress .bb_more_options .bb_more_options_list button:hover,.bb_more_options .bb_more_options_list .generic-button>button:hover,.bb_more_options .bb_more_options_list a:hover,.bb_more_options .bb_more_options_list button:hover{color:var(--bb-primary-color)!important;background-color:var(--bb-content-alternate-background-color)!important;border:0} - -#buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a,.activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a{color:var(--bb-body-text-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1} - -#buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a::before,.activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a::before{color:var(--bb-alternate-text-color)} - -#buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a:hover,.activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a:hover{color:var(--bb-primary-color);background-color:var(--bb-content-alternate-background-color)} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius);width:auto} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list::after{border-color:var(--bb-content-background-color) transparent transparent var(--bb-content-background-color)} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul li a{white-space:nowrap} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul li a:hover{color:var(--bb-primary-color);background-color:var(--bb-content-alternate-background-color)} - -.ac-reply-toolbar a .bb-icon{color:rgba(var(--bb-headings-color-rgb),.4)} - -.ac-reply-toolbar a:hover .bb-icon{color:var(--bb-headings-color)}@media only screen and (min-width:1081px){ - -#secondary.sidebar-left{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}}@media only screen and (min-width:768px) and (max-width:1080px){ - -#user-activity{display:none} - -.directory.activity.activity-sidebar-left #primary{grid-row:1/4} - -.directory.activity.activity-sidebar-left:not(.profile-sidebar,.group-sidebar,.llms-pointer) #page #primary,.directory.activity.activity-sidebar-left:not(.profile-sidebar,.group-sidebar,.llms-pointer) #primary{width:auto} - -.directory.activity.activity-sidebar-left .site-content-grid{display:grid;grid-template-columns:auto 300px} - -.directory.activity.activity-sidebar-left #secondary-right{padding-top:0;margin-top:-20px}}@media only screen and (max-width:640px){ - -.bb-input-poll .bb-icon-close-circle{visibility:visible;opacity:1} - -.activity-comments-items:not(.depth1){padding-right:8px;padding-left:8px} - -.activity-comments-items.depth3{padding-right:8px} - -.activity-comments-items.depth4{padding-right:8px} - -.post-link-container{-ms-flex-flow:row wrap;flex-flow:row wrap} - -.link-img-holder{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%;min-height:180px} - -.link-info{padding:20px} - -.activity-type .dropzone .dz-preview{min-width:104px} - -#bs-activity-update-wrap .dropzone.dz-started .dz-message{max-width:106px;height:106px;font-size:11px;line-height:1.2} - -body:not(.settings,.edit-details) .dropzone .dz-default span::before{height:31px;width:36px} - -body:not(.settings,.edit-details) .dropzone .dz-default{min-height:18vh;font-size:14px} - -.dropzone .dz-preview .dz-error-mark{top:28%} - -#bs-activity-form-wrap .bs-activity-wrap.bs-activity-wrap .dropzone .dz-default{min-height:80px;max-height:104px}}@media screen and (max-width:720px){ - -.blogs.activity-item .activity-inner img:not(.emoji){max-width:100%}}@media screen and (max-width:520px){ - -.ac-reply-toolbar .post-emoji[data-nth-child="1"] .emojionearea-picker{margin-right:-52px} - -.ac-reply-toolbar .post-emoji[data-nth-child="1"] .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{right:75px} - -.ac-reply-toolbar .post-emoji[data-nth-child="2"] .emojionearea-picker{margin-right:-84px} - -.ac-reply-toolbar .post-emoji[data-nth-child="2"] .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{right:105px} - -.ac-reply-toolbar .post-emoji[data-nth-child="3"] .emojionearea-picker{margin-right:-120px} - -.ac-reply-toolbar .post-emoji[data-nth-child="3"] .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{right:143px} - -.ac-reply-toolbar .post-emoji[data-nth-child="4"] .emojionearea-picker{margin-right:-154px} - -.ac-reply-toolbar .post-emoji[data-nth-child="4"] .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{right:177px} - -.ac-reply-toolbar .post-emoji[data-nth-child="5"] .emojionearea-picker{margin-right:-188px} - -.ac-reply-toolbar .post-emoji[data-nth-child="5"] .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{right:211px} - -.ac-reply-toolbar .post-gif[data-nth-child="1"] .gif-media-search-dropdown{right:-58px} - -.ac-reply-toolbar .post-gif[data-nth-child="1"] .gif-media-search-dropdown.open::before{right:77px} - -.ac-reply-toolbar .post-gif[data-nth-child="2"] .gif-media-search-dropdown{right:-92px} - -.ac-reply-toolbar .post-gif[data-nth-child="2"] .gif-media-search-dropdown.open::before{right:111px} - -.ac-reply-toolbar .post-gif[data-nth-child="3"] .gif-media-search-dropdown{right:-125px} - -.ac-reply-toolbar .post-gif[data-nth-child="3"] .gif-media-search-dropdown.open::before{right:145px} - -.ac-reply-toolbar .post-gif[data-nth-child="4"] .gif-media-search-dropdown{right:-158px} - -.ac-reply-toolbar .post-gif[data-nth-child="4"] .gif-media-search-dropdown.open::before{right:178px}}@media only screen and (max-width:544px){ - -#activity-form-submit-wrapper select{margin-left:0} - -#activity-post-form-privacy{width:100%} - -#activity-post-form-privacy:first-child{margin-top:15px;margin-bottom:5px} - -#activity-post-form-privacy select{width:100%} - -#whats-new-form #whats-new-post-in-box input[type=text]{width:100%} - -.bb-media-privacy-wrap .activity-privacy{right:auto;left:-30px} - -.bb-media-privacy-wrap .activity-privacy::before{right:auto;left:32px}}@media only screen and (max-width:520px){ - -.actvity-head-bar{-ms-flex-flow:row wrap;flex-flow:row wrap} - -.actvity-head-bar .subnav-filters{margin:10px 0 0;width:100%}} - -#activity-stream .bp-generic-meta .generic-button .bb-icon-discussion::before{font-size:14px} - -body.activity .activity-list .activity-item .activity-content .bb-empty-content{margin-bottom:0} - -body.activity .activity-list .activity-item .activity-content .bb-empty-content:has(.activity-discussion-title-wrap){margin-bottom:12px} - -body.activity .activity-list .activity-item .activity-content.document-activity .bb-empty-content,body.activity .activity-list .activity-item .activity-content.media-activity-wrap .bb-empty-content,body.activity .activity-list .activity-item .activity-content.video-activity-wrap .bb-empty-content{margin-bottom:12px} - -.bb-document-privacy-wrap .privacy::after,.bb-media-privacy-wrap .privacy::after{content:"\ee09";font-weight:300;opacity:.3;font-size:18px} - -.activity #buddypress .groups .bp-generic-meta .generic-button .button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -#activity-close-link-suggestion{color:rgba(var(--bb-headings-color-rgb),.4);-webkit-transition:all linear .2s;transition:all linear .2s} - -#activity-close-link-suggestion:hover{color:var(--bb-headings-color);-webkit-transition:all linear .2s;transition:all linear .2s} - -.activity-link-preview-container{border-radius:var(--bb-block-radius);border-color:var(--bb-content-border-color);background-color:var(--bb-content-alternate-background-color)} - -.activity-link-preview-container .activity-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:0 0 var(--bb-block-radius) var(--bb-block-radius)} - -.activity-link-preview-container .activity-link-preview-info .activity-link-preview-link-name{font-size:13px;font-weight:500;color:var(--bb-alternate-text-color);text-transform:uppercase;line-height:20px} - -.activity-link-preview-container .activity-link-preview-info .activity-link-preview-title{color:var(--bb-headings-color)} - -.activity-link-preview-container .activity-link-preview-info .activity-link-preview-title a{color:var(--bb-headings-color)} - -.activity-link-preview-container .activity-link-preview-info p{margin-bottom:2px!important} - -.activity-link-preview-container .activity-url-error{padding:10px 15px} - -.activity-link-preview-container .activity-link-preview-image{position:relative;-webkit-transition:all linear .2s;transition:all linear .2s} - -.activity-link-preview-container .activity-link-preview-image .activity-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) var(--bb-block-radius) 0 0;min-height:120px;max-height:340px} - -.activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover a{width:100%} - -.activity-link-preview-container .activity-link-preview-image .activity-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} - -.activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover img{object-fit:cover;object-position:center;min-width:100%;min-height:340px;max-width:initial} - -.activity-link-preview-container #activity-link-preview-close-image,.activity-link-preview-container .activity-link-preview-icons a{background-color:var(--bb-content-alternate-background-color)} - -.activity-link-preview-container .activity-link-preview-image::before,.activity-link-preview-container .activity-link-preview-info::before{content:"";-webkit-transition:all linear .3s;transition:all linear .3s} - -.activity-link-preview-container:hover .activity-link-preview-image,.activity-link-preview-container:hover .activity-link-preview-info{position:relative} - -.activity-link-preview-container:hover .activity-link-preview-image::before,.activity-link-preview-container:hover .activity-link-preview-info::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} - -.activity-link-preview-container:hover .activity-link-preview-image+.activity-link-preview-info::before{border-radius:0 0 var(--bb-block-radius-inner) var(--bb-block-radius-inner)} - -.activity-link-preview-container:hover .activity-link-preview-info::before{border-radius:var(--bb-block-radius-inner)} - -.activity-link-preview-container:hover .activity-link-preview-image::before{border-radius:var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0} - -.activity-link-preview-excerpt p{color:var(--bb-body-text-color)} - -.activity-url-scrapper-container #activity-url-scrapper-img-holder .activity-link-preview-image .activity-link-preview-icons a{background-color:var(--bb-content-alternate-background-color);z-index:2} - -.activity-url-scrapper-container #activity-url-scrapper-img-holder .activity-link-preview-image .activity-link-preview-icons a i{color:var(--bb-headings-color);opacity:.4} - -.activity-url-scrapper-container #activity-url-scrapper-img-holder .activity-link-preview-image .activity-link-preview-icons a:hover i{opacity:1} - -.activity-form #whats-new-attachments .activity-link-preview-image-cover,.activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover{min-height:340px} - -.activity-form #whats-new-attachments .activity-link-preview-image-cover img,.activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover img{min-height:340px}@media screen and (max-width:900px){ - -.activity-form #whats-new-attachments .activity-link-preview-image-cover,.activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover{min-height:30vh} - -.activity-form #whats-new-attachments .activity-link-preview-image-cover img,.activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover img{min-height:30vh}}@media screen and (max-width:680px){ - -.activity-form #whats-new-attachments .activity-link-preview-image-cover,.activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover{min-height:150px} - -.activity-form #whats-new-attachments .activity-link-preview-image-cover img,.activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover img{min-height:150px}} - -.activity-video-preview .activity-link-preview-container .activity-link-preview-info{padding:0} - -.activity-video-preview .activity-link-preview-excerpt p iframe{border-radius:var(--bb-block-radius)} - -.bb-template-v2 .activity-type-navs .activity-nav a{border-bottom:0}@media only screen and (max-width:992px){ - -.has-sidebar .actvity-head-bar{-ms-flex-flow:row wrap;flex-flow:row wrap} - -.has-sidebar .actvity-head-bar .subnav-filters{width:100%;margin-top:10px}}@media only screen and (max-width:1200px){ - -.has-sidebar.activity-sidebar-left .actvity-head-bar{-ms-flex-flow:row wrap;flex-flow:row wrap} - -.has-sidebar.activity-sidebar-left .actvity-head-bar .subnav-filters{width:100%;margin-top:10px}}@media only screen and (max-width:1300px){ - -.has-sidebar.activity-sidebar-left.buddypanel-open .actvity-head-bar{-ms-flex-flow:row wrap;flex-flow:row wrap} - -.has-sidebar.activity-sidebar-left.buddypanel-open .actvity-head-bar .subnav-filters{width:100%;margin-top:10px}} - -.activity-video-preview .activity-link-preview-container:hover .activity-link-preview-info::before{display:none} - -.avatar{border-radius:50%;image-rendering:optimize-contrast} - -.subnav-search.members-search{float:left;margin-top:-56px;display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:370px){ - -.subnav-search.members-search{margin-top:-10px;margin-bottom:15px}} - -.buddypress-wrap .subnav-search.members-search .subnav-filters{margin-top:0;margin-right:10px} - -#buddypress #dir-members-search{border:0;background-color:transparent;padding-right:32px;font-size:14px;height:34px} - -.member-status{background:var(--bb-success-color);border:2px solid var(--bb-content-background-color);border-radius:100%;position:absolute;width:12px;height:12px;left:2px;top:0} - -.member-status.offline{opacity:0;visibility:hidden} - -.grid .member-status{left:18px;top:5px;width:14px;height:14px} - -.single-headers .member-status{left:25px;top:14px;width:15px;height:15px} - -#friend-list.grid,#groups-list.grid,#members-list.grid{margin:0 -10px} - -#friend-list.item-list .item-avatar img,#members-list.item-list .item-avatar img{border-radius:50%} - -#friend-list.item-list li,#members-list.item-list li,.item-list.bp-search-results-list li,.item-list.groups-list li{margin:0;padding:0} - -#friend-list.item-list:not(.grid) .list-wrap,#members-list.item-list:not(.grid) .list-wrap,.item-list.bp-search-results-list:not(.grid) .list-wrap,.item-list.groups-list:not(.grid) .list-wrap{display:-webkit-box;display:-ms-flexbox;display:flex} - -#friend-list.item-list:not(.grid) li:first-child .list-wrap,#members-list.item-list:not(.grid) li:first-child .list-wrap,.item-list.bp-search-results-list:not(.grid) li:first-child .list-wrap,.item-list.groups-list:not(.grid) li:first-child .list-wrap{border-top-right-radius:var(--bb-block-radius);border-top-left-radius:var(--bb-block-radius)} - -#friend-list.item-list:not(.grid) li:last-child .list-wrap,#members-list.item-list:not(.grid) li:last-child .list-wrap,.item-list.bp-search-results-list:not(.grid) li:last-child .list-wrap,.item-list.groups-list:not(.grid) li:last-child .list-wrap{border-bottom-right-radius:var(--bb-block-radius);border-bottom-left-radius:var(--bb-block-radius)} - -#friend-list.item-list:not(.grid) li:last-child:first-child .list-wrap,#members-list.item-list:not(.grid) li:last-child:first-child .list-wrap,.item-list.bp-search-results-list:not(.grid) li:last-child:first-child .list-wrap,.item-list.groups-list:not(.grid) li:last-child:first-child .list-wrap{border-radius:var(--bb-block-radius)} - -#friend-list.item-list .list-wrap,#members-list.item-list .list-wrap,.item-list.bp-search-results-list .list-wrap,.item-list.groups-list .list-wrap{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);margin:0 0 -1px;overflow:visible;padding:15px 20px;position:relative;-webkit-transition:box-shadow linear .2s;transition:box-shadow linear .2s} - -#friend-list.item-list .list-wrap:hover,#members-list.item-list .list-wrap:hover,.item-list.bp-search-results-list .list-wrap:hover,.item-list.groups-list .list-wrap:hover{box-shadow:0 3px 24px 0 rgba(18,43,70,.08);position:relative;z-index:10} - -#friend-list.item-list.grid .list-wrap,#members-list.item-list.grid .list-wrap,.item-list.bp-search-results-list.grid .list-wrap,.item-list.groups-list.grid .list-wrap{border-radius:var(--bb-block-radius)} - -#friend-list.item-list.grid .list-wrap.secondary-buttons,#members-list.item-list.grid .list-wrap.secondary-buttons,.item-list.bp-search-results-list.grid .list-wrap.secondary-buttons,.item-list.groups-list.grid .list-wrap.secondary-buttons{padding:15px 20px 52px} - -#friend-list.item-list.grid .list-wrap.secondary-buttons.no-secondary-buttons.no-primary-button,#members-list.item-list.grid .list-wrap.secondary-buttons.no-secondary-buttons.no-primary-button,.item-list.bp-search-results-list.grid .list-wrap.secondary-buttons.no-secondary-buttons.no-primary-button,.item-list.groups-list.grid .list-wrap.secondary-buttons.no-secondary-buttons.no-primary-button{padding-bottom:20px} - -#friend-list.item-list .item-avatar img,#members-list.item-list .item-avatar img,.item-list.bp-search-results-list .item-avatar img,.item-list.groups-list .item-avatar img{max-width:60px} - -.members-group-list li.item-entry-header+li.item-entry .list-wrap{border-top-right-radius:var(--bb-block-radius);border-top-left-radius:var(--bb-block-radius)} - -.members-group-list li.last-of-type .list-wrap{border-bottom-right-radius:var(--bb-block-radius);border-bottom-left-radius:var(--bb-block-radius)} - -body.search-results .item-list.bp-search-results-list:not(.grid) li:first-child .list-wrap{border-radius:0} - -body.search-results .item-list.bp-search-results-list:not(.grid) li:last-child .list-wrap{border-radius:0} - -#members-list.item-list.grid .list-wrap.primary-button.secondary-buttons{padding-bottom:115px} - -#members-list.item-list.grid .list-wrap.primary-button.no-secondary-buttons{padding-bottom:75px} - -#members-list.item-list.grid .list-wrap.primary-button.no-secondary-buttons .primary-action{bottom:10px} - -#members-list.item-list.grid .list-wrap.primary-button .primary-action{position:absolute;right:20px;left:20px;bottom:50px} - -body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.secondary-buttons{padding-bottom:0} - -body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-secondary-buttons{padding-bottom:0} - -#members-list.item-list.grid .list-wrap.no-primary-buttons.no-secondary-buttons{padding-bottom:22px} - -#members-list.item-list:not(.grid) .list-wrap{display:block} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:40px} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-status.online{left:2px;top:2px} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner>.primary-action{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item .item-block{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;width:-webkit-calc(100% - 125px);width:calc(100% - 125px)} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item .last-activity{margin-bottom:0} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .primary-action .generic-button{margin:0} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .primary-action .generic-button>*{min-width:200px;margin-bottom:0} - -#members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item{-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%} - -#members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{margin:0 10px 0 0}@media screen and (min-width:800px) and (max-width:1440px){ - -body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:0;-ms-flex:0 0 44%;flex:0 0 44%;margin-top:15px} - -body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item .item-block{width:100%;margin-bottom:10px} - -body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{-webkit-box-flex:unset;-ms-flex:unset;flex:unset} - -body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap>.generic-button{padding:6px 0 7px 15px} - -body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner>.primary-action{-webkit-box-flex:unset;-ms-flex:unset;flex:unset} - -body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:0;-ms-flex:0 0 44%;flex:0 0 44%;margin-top:15px} - -body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .item .item-block{width:100%;margin-bottom:10px} - -body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{-webkit-box-flex:unset;-ms-flex:unset;flex:unset} - -body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap>.generic-button{padding:6px 0 7px 15px} - -body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner>.primary-action{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}}@media screen and (min-width:800px) and (max-width:1340px){ - -body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner{-ms-flex-wrap:wrap;flex-wrap:wrap} - -body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item{-webkit-box-flex:0;-ms-flex:0 0 55%;flex:0 0 55%;margin-bottom:15px} - -body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .member-buttons-wrap{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-right:60px} - -body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{margin:0 20px 0 15px;-webkit-box-flex:unset;-ms-flex:unset;flex:unset} - -body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner{-ms-flex-wrap:wrap;flex-wrap:wrap} - -body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item .item-block{margin-bottom:10px;width:100%}}@media screen and (min-width:800px) and (max-width:1320px){ - -body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:0;-ms-flex:0 0 44%;flex:0 0 44%;margin-top:15px} - -body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item .item-block{width:100%;margin-bottom:10px} - -body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{-webkit-box-flex:unset;-ms-flex:unset;flex:unset} - -body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap>.generic-button{padding:6px 0 7px 15px} - -body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner>.primary-action{-webkit-box-flex:unset;-ms-flex:unset;flex:unset} - -body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:0;-ms-flex:0 0 44%;flex:0 0 44%;margin-top:15px} - -body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .item .item-block{width:100%;margin-bottom:10px} - -body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{-webkit-box-flex:unset;-ms-flex:unset;flex:unset} - -body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap>.generic-button{padding:6px 0 7px 15px} - -body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner>.primary-action{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}}@media screen and (min-width:800px) and (max-width:1200px){ - -body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 80px);flex:0 0 -webkit-calc(100% - 80px);flex:0 0 calc(100% - 80px);margin-bottom:10px} - -body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item .item-block{margin-bottom:10px;width:100%} - -body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .member-buttons-wrap{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start} - -body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;margin-right:70px}}@media screen and (min-width:800px) and (max-width:1120px){ - -body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 80px);flex:0 0 -webkit-calc(100% - 80px);flex:0 0 calc(100% - 80px);margin-bottom:10px}}@media screen and (min-width:800px) and (max-width:1180px){ - -body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner{-ms-flex-wrap:wrap;flex-wrap:wrap} - -body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item{-webkit-box-flex:0;-ms-flex:0 0 55%;flex:0 0 55%;margin-bottom:15px} - -body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .member-buttons-wrap{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-right:60px} - -body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{margin:0 20px 0 15px;-webkit-box-flex:unset;-ms-flex:unset;flex:unset} - -body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner{-ms-flex-wrap:wrap;flex-wrap:wrap} - -body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item .item-block{margin-bottom:10px;width:100%}}@media screen and (min-width:1120px) and (max-width:1440px){ - -body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-bottom:0;margin-top:0} - -body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item .item-block{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;width:-webkit-calc(100% - 125px);width:calc(100% - 125px)} - -body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .member-buttons-wrap{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-right:0} - -body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{margin-right:0}}@media screen and (min-width:1060px) and (max-width:1440px){ - -body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row} - -body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item .item-block{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;width:-webkit-calc(100% - 125px);width:calc(100% - 125px)} - -body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .member-buttons-wrap{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end} - -body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{margin-right:0}}@media screen and (min-width:800px) and (max-width:1060px){ - -#members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:10px;margin-right:0} - -#members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap>.generic-button{-webkit-box-flex:unset;-ms-flex:unset;flex:unset} - -#members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .member-buttons-wrap{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:80px} - -#members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .member-buttons-wrap>.primary-action{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media screen and (max-width:799px){ - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:20px} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap{-webkit-box-flex:unset;-ms-flex:unset;flex:unset} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:0;-ms-flex:0 0 48%;flex:0 0 48%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:15px;margin-top:15px} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item .item-block{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;width:100%;margin-bottom:10px} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{margin-right:70px;-webkit-box-flex:unset;-ms-flex:unset;flex:unset} - -#members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -#members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .member-buttons-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1}}@media screen and (max-width:600px){ - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 80px);flex:0 0 -webkit-calc(100% - 80px);flex:0 0 calc(100% - 80px)} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 80px);flex:0 0 -webkit-calc(100% - 80px);flex:0 0 calc(100% - 80px)} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start} - -#members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 80px);flex:0 0 -webkit-calc(100% - 80px);flex:0 0 calc(100% - 80px)} - -#members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;margin-right:0}}@media screen and (max-width:480px){ - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item{margin-top:0} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap{margin-right:78px} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap .member-button-wrap>.generic-button{padding-right:0} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-type{margin:5px 0 10px;display:block} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap .member-button-wrap .generic-button{-webkit-box-flex:unset;-ms-flex:unset;flex:unset} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{margin-right:0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start} - -#members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item{-webkit-box-flex:1;-ms-flex:auto;flex:auto}}@media screen and (max-width:370px){ - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap{margin-right:0}} - -#members-list.item-list:not(.grid) .list-wrap .button-wrap.member-button-wrap.footer-button-wrap .generic-button{border:0} - -#members-list.item-list li .bp-members-list-hook .more-action-button{display:none} - -#members-list.item-list li .bp-members-list-hook .generic-button{margin:10px 0 0;display:block} - -#members-list.item-list li .bp-members-list-hook .generic-button a{font-size:13px;display:block;padding:10px 20px;border:1px solid #e7e9ec;border-radius:5px;background-color:transparent;color:#939597;min-height:0;text-align:center;line-height:1} - -#members-list.item-list li .bp-members-list-hook .generic-button a:hover{color:#4c464e} - -#members-list.item-list:not(.grid) .has_hook_content.list-wrap{padding-left:35px}@media screen and (max-width:1240px){ - -#members-list.item-list:not(.grid) .has_hook_content.list-wrap{padding-bottom:25px}}@media screen and (max-width:880px) and (min-width:768px){ - -#members-list.item-list:not(.grid) li .has_hook_content .button-wrap.member-button-wrap{padding-left:6px}}@media screen and (max-width:480px){ - -#members-list.item-list:not(.grid) li .has_hook_content .button-wrap.member-button-wrap{padding-left:6px}} - -#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button{position:absolute;left:0;top:27px;padding-left:10px;z-index:11;display:block} - -#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button i.bb-icon-menu-dots-h{font-size:20px;color:#939597}@media screen and (max-width:1240px){ - -#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button{left:-4px} - -#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button i.bb-icon-menu-dots-h{font-size:24px}}@media screen and (max-width:1100px) and (min-width:768px){ - -#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button{top:inherit;bottom:26px}}@media screen and (max-width:880px) and (min-width:768px){ - -#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button{top:50%;bottom:inherit;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-top:-2px}}@media screen and (max-width:680px){ - -#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button{top:inherit;bottom:27px}}@media screen and (max-width:480px){ - -#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button{left:-1px;top:50%;bottom:inherit;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-top:-4px}} - -#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner{opacity:0;visibility:hidden;-webkit-transition:ease .3s;transition:ease .3s;background-color:#fff;margin-top:0;text-align:center;padding:15px;border-radius:4px;position:absolute;left:0;box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);top:70px;z-index:111}@media screen and (max-width:1100px) and (min-width:768px){ - -#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner{top:100%;margin-top:-20px}}@media screen and (max-width:880px) and (min-width:768px){ - -#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner{top:50%;margin-top:20px}}@media screen and (max-width:680px){ - -#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner{top:100%;margin-top:-20px}}@media screen and (max-width:480px){ - -#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner{top:50%;margin-top:20px}} - -#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner::before{content:" ";position:absolute;width:0;height:0;margin:0 auto;top:0;left:16px;box-sizing:border-box;border:8px solid #000;border-color:#fff transparent transparent #fff;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 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} - -#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner .generic-button{margin:0 0 15px;display:block} - -#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner .generic-button:last-child{margin:0} - -#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner .generic-button a{font-size:14px;min-height:34px;padding:6px 20px;border:1px solid #e7e9ec;color:#939597;border-radius:100px;text-align:center;min-width:140px;line-height:1.5} - -#members-list.item-list:not(.grid) li.active{z-index:111} - -#members-list.item-list:not(.grid) li.active .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner{opacity:1;visibility:visible} - -#members-list.item-list.grid.bp-list .item-avatar{margin-top:30px} - -#members-list.item-list.grid .member-type{margin-bottom:20px;margin-top:-30px;position:relative} - -#members-list.item-list:not(.grid) .member-name{display:inline-block;vertical-align:middle;margin-bottom:5px} - -#members-list.item-list:not(.grid) .member-type{display:inline-block;margin:0 10px 5px 0;vertical-align:middle} - -#members-list.item-list:not(.grid) .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;position:static;background-color:transparent;-webkit-box-flex:unset;-ms-flex:unset;flex:unset;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:auto;border:0;margin:0 0 0 15px} - -#members-list.item-list:not(.grid) .bb_more_options.member-dropdown{top:50%;-webkit-transform:translateY(-54%);-ms-transform:translateY(-54%);transform:translateY(-54%);z-index:11} - -#members-list.item-list .member-name a{font-size:18px} - -.item-list.groups-list .item-avatar img{max-width:75px} - -.buddypress-wrap #members-list li .user-update{border:0;border-radius:0;font-style:normal;font-size:13px;margin:0;padding:0;clear:both} - -#friend-list.grid,#groups-list.grid,#members-list.grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-bottom:0;width:auto} - -#friend-list.grid>li,#groups-list.grid>li,#members-list.grid>li{margin:0 0 20px;padding:0 10px} - -#groups-list.groups-list{padding:0;margin-top:0;margin-bottom:0} - -.list-title a{color:var(--bb-headings-color);display:inline-block;font-size:20px;letter-spacing:-.24px;line-height:1.2} - -.list-title a:hover{color:var(--bb-primary-color)} - -.buddypress-wrap #friend-list:not(.grid) li .user-update,.buddypress-wrap #members-list:not(.grid) li .user-update,.buddypress-wrap .groups-list:not(.grid) li .group-desc{display:none} - -body #bbpress-forums .bp-list .action,body #buddypress .bp-list .action{margin:0} - -body #bbpress-forums .bp-list .action .generic-button,body #buddypress .bp-list .action .generic-button{margin:0 0 0 10px} - -body #bbpress-forums .bp-list .action .generic-button:last-child,body #buddypress .bp-list .action .generic-button:last-child{margin-left:0} - -body #bbpress-forums .bp-list .action .generic-button button,body #buddypress .bp-list .action .generic-button button{font-size:13px;font-weight:500;min-height:32px;line-height:32px;padding:0 20px;background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);margin:5px 0;-webkit-font-smoothing:initial;-moz-font-smoothing:initial;box-shadow:none} - -body #bbpress-forums .bp-list .action .generic-button button:focus,body #buddypress .bp-list .action .generic-button button:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -body #bbpress-forums .bp-list .action .generic-button button:active,body #bbpress-forums .bp-list .action .generic-button button:focus,body #bbpress-forums .bp-list .action .generic-button button:hover,body #buddypress .bp-list .action .generic-button button:active,body #buddypress .bp-list .action .generic-button button:focus,body #buddypress .bp-list .action .generic-button 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)} - -body #bbpress-forums .bp-list .action .generic-button button.join-group,body #buddypress .bp-list .action .generic-button button.join-group{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular)} - -body #bbpress-forums .bp-list .action .generic-button button.join-group:focus,body #buddypress .bp-list .action .generic-button button.join-group:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -body #bbpress-forums .bp-list .action .generic-button button.join-group:active,body #bbpress-forums .bp-list .action .generic-button button.join-group:focus,body #bbpress-forums .bp-list .action .generic-button button.join-group:hover,body #buddypress .bp-list .action .generic-button button.join-group:active,body #buddypress .bp-list .action .generic-button button.join-group:focus,body #buddypress .bp-list .action .generic-button button.join-group: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)} - -body #bbpress-forums .bp-list.members-list .action .generic-button a,body #bbpress-forums .bp-list.members-list .action .generic-button button,body #buddypress .bp-list.members-list .action .generic-button a,body #buddypress .bp-list.members-list .action .generic-button button{padding:0;line-height:1.54;min-height:auto;border:0;color:var(--bb-headings-color);margin-bottom:0;box-shadow:none} - -body #bbpress-forums .bp-list.members-list .action .generic-button a:hover,body #bbpress-forums .bp-list.members-list .action .generic-button button:hover,body #buddypress .bp-list.members-list .action .generic-button a:hover,body #buddypress .bp-list.members-list .action .generic-button button:hover{color:var(--bb-primary-color)} - -.buddypress-wrap .bp-list li .list-title{margin-bottom:5px} - -.buddypress-wrap .bp-list li .last-activity,.buddypress-wrap .bp-list li .member-type{clear:right;line-height:1.3;letter-spacing:0;font-size:12px;font-weight:300;color:var(--bb-alternate-text-color);margin:0} - -.buddypress-wrap .grid>li .last-activity{font-weight:500} - -.buddypress-wrap .grid>li .member-type{font-weight:500;font-size:13px} - -.bp-list li .item .group-details,.bp-list li .item .item-avatar,.bp-list li .item .item-meta,.bp-list li .item .list-title{text-align:right} - -.buddypress-wrap .members-list li .list-wrap .last-activity{color:var(--bb-alternate-text-color)} - -.bp-list li .item-avatar{float:right;margin-left:20px} - -.bp-list li .item-avatar a{display:inline-block;position:relative} - -.bp-list li .item .item-block{margin-left:0;width:auto;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -body.logged-in .bp-list li .item .item-block{-webkit-box-flex:0;-ms-flex:0 0 55%;flex:0 0 55%} - -.bp-list li .item{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap} - -.buddypress-wrap #friend-list li .user-update,.buddypress-wrap #members-list li .user-update{font-size:14px} - -#friend-list.bp-list.grid li,#members-list.bp-list.grid li{margin-bottom:20px} - -#friend-list.bp-list.grid .item-avatar,#members-list.bp-list.grid .item-avatar{margin-bottom:18px;margin-top:10px} - -#friend-list.bp-list.grid .item-avatar a,#members-list.bp-list.grid .item-avatar a{display:inline-block} - -#friend-list.bp-list.grid .item-avatar img,#members-list.bp-list.grid .item-avatar img{max-width:126px;width:100%} - -#friend-list.bp-list.grid .action,#members-list.bp-list.grid .action{text-align:center} - -#friend-list.bp-list.grid .action .generic-button,#members-list.bp-list.grid .action .generic-button{margin:0} - -#friend-list.bp-list.grid .action .generic-button a,#friend-list.bp-list.grid .action .generic-button button,#members-list.bp-list.grid .action .generic-button a,#members-list.bp-list.grid .action .generic-button button{width:auto;float:none;margin:0 auto 12px} - -.buddypress-wrap .grid.bp-list>li .item .item-block{margin-bottom:0} - -.buddypress-wrap .grid.bp-list>li .item .item-block .member-name{margin-bottom:5px} - -.buddypress:not(.logged-in) .grid.groups-list .list-wrap{min-height:30px} - -.grid>li .list-wrap .list-title{padding:0} - -.buddypress-wrap .grid.bp-list>li .list-wrap{padding-bottom:15px;height:100%} - -.buddypress-wrap .grid.bp-list>li .action{padding:0;position:static;width:100%} - -#friend-list.grid .list-wrap .item-block,#members-list.grid .list-wrap .item-block{min-height:10px} - -#friend-list.grid .list-wrap .item-block .member-name a,#members-list.grid .list-wrap .item-block .member-name a{width:100%;overflow-wrap:break-word;word-wrap:break-word} - -.buddypress-wrap .grid.bp-list>li .item .user-update{text-align:center;width:100%} - -.grid>li .list-wrap .update{color:#737373;padding:0;font-size:13px;line-height:1.6} - -div#buddypress .bs-members-items.list-view .activity-read-more a{padding-right:0} - -div#buddypress .bs-members-items.list-view .bs-meta-bp_member_last_post,div#buddypress .bs-members-items.list-view .bs-meta-xprofile_field{line-height:1.3;overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-all;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto} - -div#buddypress .bs-members-items.list-view .bs-meta-bp_member_last_post.normal span:not(.bs-output),div#buddypress .bs-members-items.list-view .bs-meta-xprofile_field.normal span:not(.bs-output){font-size:13px} - -#buddypress .bb-member-profile-card span.activity{font-size:13px} - -#buddypress .single-headers .item-meta span{color:var(--bb-alternate-text-color)} - -.buddypress-wrap .subnav-filters{margin-bottom:0;margin-top:0} - -.bp-secondary-header{margin-bottom:20px} - -.bp-secondary-header .bb-icon-grid-view-small,.bp-secondary-header .bb-icon-list-view-small,.bp-secondary-header .bb-icon-sort-desc{font-size:22px} - -#friend-list,#members-list{padding:0;margin:0} - -.buddypress-wrap .grid-filters{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:21px} - -.buddypress-wrap .grid-filters a{color:var(--bb-headings-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:5px;padding-left:5px;opacity:.4;-webkit-transition:.3s all;transition:.3s all} - -.buddypress-wrap .grid-filters a:hover{color:var(--bb-headings-color);opacity:1} - -.buddypress-wrap .grid-filters .active{opacity:1} - -a.layout-grid-view{padding-right:5px;border-left:1px solid var(--bb-content-border-color)} - -.buddypress-wrap .subnav-filters::after{content:"";display:table;clear:both} - -.buddypress-wrap .subnav-filters .bp-search{float:right} - -.buddypress-wrap .subnav-filters .grid-filters{padding:0;clear:left;float:left} - -.buddypress-wrap .subnav-filters .grid-filters a{padding-top:4px;padding-bottom:4px} - -.buddypress-wrap .subnav-filters .grid-filters a i{font-size:22px;line-height:1} - -.button-wrap.member-button-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;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end} - -.button-wrap.member-button-wrap i{font-size:22px} - -#buddypress .button-wrap.member-button-wrap .generic-button:not(.follow-button) a,#buddypress .button-wrap.member-button-wrap .generic-button:not(.follow-button) button{background:100% 0;color:#939597;padding:0;margin:0;line-height:1;min-height:1px;border:0} - -#buddypress .button-wrap.member-button-wrap .generic-button:not(.follow-button) a:focus,#buddypress .button-wrap.member-button-wrap .generic-button:not(.follow-button) a:hover,#buddypress .button-wrap.member-button-wrap .generic-button:not(.follow-button) button:focus,#buddypress .button-wrap.member-button-wrap .generic-button:not(.follow-button) button:hover{color:var(--bb-primary-color);background:100% 0;box-shadow:none} - -.followers-wrap,.following-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:14px;color:#939597;line-height:1;margin-bottom:5px;margin-top:5px} - -.followers-wrap strong,.following-wrap strong{color:var(--bb-body-text-color);font-weight:400;margin-left:3px} - -#buddypress .member-button-wrap .follow-button .follow-button{min-width:140px} - -#buddypress .bp-list li .generic-button{margin:0 20px 0 0} - -.directory.members .buddypress-wrap .subnav-filters{margin-bottom:0} - -.buddypress-wrap .grid.bp-list>li .item{width:100%} - -.bp-list:not(.grid) .only-grid-view{display:none!important} - -.bp-list.grid li .item{-ms-flex-flow:column;flex-flow:column} - -.bp-list.grid .only-list-view{display:none!important} - -.button-wrap.member-button-wrap.on-top{position:absolute;top:2px;left:5px} - -#buddypress .bp-list li .on-top .generic-button{margin:0} - -#buddypress .bp-list li .on-top .generic-button i{opacity:.7} - -#buddypress .bp-list li .on-top #send-private-message{margin:0 0 0 2px} - -#buddypress .only-grid-view .follow-button .follow-button{background:100% 0;border:0;box-shadow:none;color:var(--bb-primary-color);line-height:1.3;min-height:1px;padding:0} - -#buddypress .only-grid-view .follow-button .follow-button:hover{color:var(--bb-primary-color);background-color:transparent} - -#buddypress .bp-list li .follow-container{margin-bottom:15px} - -#buddypress .bp-list li .follow-container>div{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;margin-bottom:0;color:var(--bb-alternate-text-color)} - -#buddypress .bp-list li .follow-container .generic-button{font-size:14px;line-height:1;margin:5px 0} - -#buddypress .bp-list:not(.grid) li .follow-container,#buddypress .bp-list:not(.grid) li .followers-wrap{margin:0} - -.bb-friend-button-tag{display:none} - -.member-header-actions .bb-friend-button-tag{display:inline-block} - -.member-header-actions .friendship-button i{display:none} - -.member-header-actions .friendship-button[data-balloon]::after,.member-header-actions .friendship-button[data-balloon]::before{display:none} - -#buddypress .bp-list li .member-button-wrap .friendship-button .bp-feedback.success{font-size:0;border:0;margin:0;padding:0;text-align:center} - -#buddypress .bp-list li .member-button-wrap .friendship-button .bp-feedback.success::before{content:"\ef64";font-family:bb-icons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:none;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;padding-top:3px;vertical-align:top;text-align:center;color:var(--bb-alternate-text-color);opacity:.7} - -#buddypress .bp-list li .member-request-list-wrap .friends-meta .bp-feedback.success{font-size:13px;font-weight:500;min-height:32px;line-height:32px;padding:0 20px;border:1px solid var(--bb-content-border-color);background:100% 0;color:var(--bb-alternate-text-color);margin:5px 0;-webkit-font-smoothing:initial;border-radius:100px} - -#buddypress .bp-list li .member-request-list-wrap .generic-button a{font-size:13px;font-weight:500;min-height:34px;height:34px;line-height:32px} - -#buddypress .bp-list li .member-request-list-wrap .item-avatar .gamipress-buddypress-user-details{display:none} - -#buddypress .bp-list li .member-request-list-wrap .bp-feedback.error{padding:10px 0 10px 20px;position:absolute;top:0;right:20px;left:20px} - -#buddypress .bp-list li .member-request-list-wrap .bp-feedback.error[style*=opacity]~*{margin-top:55px} - -#buddypress .bp-list li .member-request-list-wrap .bp-feedback.error~.bp-feedback.error{display:none!important} - -#buddypress .bp-list li .member-request-list-wrap .bp-feedback.error::before{background-color:var(--bb-danger-color);border-radius:0 4px 4px 0;content:"\f534";color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:-10px 0 -10px 10px;font-size:20px;font-family:dashicons;padding:0 .5em}@media screen and (max-width:1120px){ - -#buddypress .bp-list li .member-request-list-wrap .bp-feedback.error{position:static;margin-bottom:20px} - -#buddypress .bp-list li .member-request-list-wrap .bp-feedback.error~*{margin-top:0!important}} - -.bb-template-v2 #buddypress .bp-list li .member-request-list-wrap .bp-feedback.error::before{border-radius:0 6px 6px 0} - -#buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{background-color:var(--bb-body-background-color);border-top:1px solid var(--bb-content-border-color);border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius);margin:0 -20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;width:100%;bottom:0} - -#buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap>.generic-button{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:35px;padding:10px 15px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -#buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap>.generic-button>:hover{background:100% 0;border:0} - -#buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap>.generic-button>:hover>i{opacity:1} - -#buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap a,#buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap button{border:0;background:100% 0} - -#buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap a:focus,#buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap button:focus{color:var(--bb-primary-color);opacity:1} - -#buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap i{opacity:.7} - -#buddypress .button-wrap.member-button-wrap.footer-button-wrap .generic-button{border-left:1px solid var(--bb-content-border-color)} - -#buddypress .button-wrap.member-button-wrap.footer-button-wrap .generic-button:last-child{border:0} - -#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>*{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:transparent!important;display:-webkit-box;display:-ms-flexbox;display:flex;height:24px;margin:0;min-width:auto;pointer-events:none;width:22px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none} - -#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>::after,#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>::before{-webkit-transition:none;transition:none} - -#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>*>i{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-style:normal;line-height:1;pointer-events:auto;font-weight:400} - -#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>*>i::before{color:var(--bb-body-text-color);font-family:bb-icons;font-size:24px} - -#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>.following>i::before{content:"\ee03";font-weight:300} - -#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>.not_following>i::before{content:"\ee03"} - -#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>.not_friends>i::before{content:"\ef60"} - -#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>.is_friend>i::before{content:"\ef56";font-weight:300} - -#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>.send-message>i::before{content:"\ee62"} - -#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>.pending_friend>i::before{content:"\ef57";font-weight:300} - -#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>.awaiting_response_friend>i::before{content:"\ef57";font-weight:300} - -#buddypress .members-list>li .primary-action .generic-button{margin:10px 0 5px;padding:0} - -#buddypress .members-list>li .primary-action .generic-button>*{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);font-size:14px;font-weight:500;line-height:1.8;min-height:34px;padding:6px 20px;-webkit-transition:none;transition:none;width:100%} - -#buddypress .members-list>li .primary-action .generic-button>:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -#buddypress .members-list>li .primary-action .generic-button>: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)} - -#buddypress .members-list>li .primary-action .generic-button>.not_friends,#buddypress .members-list>li .primary-action .generic-button>.send-message{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color)} - -#buddypress .members-list>li .primary-action .generic-button>.not_friends:focus,#buddypress .members-list>li .primary-action .generic-button>.send-message:focus{box-shadow:var(--bb-outline-button-focus-shadow)} - -#buddypress .members-list>li .primary-action .generic-button>.not_friends:hover,#buddypress .members-list>li .primary-action .generic-button>.send-message: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)} - -#buddypress .members-list>li .primary-action .generic-button>*>i{font-style:normal;line-height:1;pointer-events:none} - -#buddypress .members-list>li .primary-action .generic-button>*>i::before{color:inherit;font-family:bb-icons;font-size:16px;margin-left:5px} - -#buddypress .members-list>li .primary-action .generic-button>.following>i::before{content:"\e876";font-weight:300} - -#buddypress .members-list>li .primary-action .generic-button>.following:hover>i::before{content:"\ee08";position:relative;top:1px} - -#buddypress .members-list>li .primary-action .generic-button>.not_following>i::before{content:"\ee03";font-weight:400} - -#buddypress .members-list>li .primary-action .generic-button>.not_following:hover>i::before{font-weight:300} - -#buddypress .members-list>li .primary-action .generic-button>.awaiting_response_friend>i::before{content:"\e94e"} - -#buddypress .members-list>li .primary-action .generic-button>.not_friends>i::before{content:"\ef60";font-weight:400} - -#buddypress .members-list>li .primary-action .generic-button>.not_friends:hover>i::before{font-weight:300} - -#buddypress .members-list>li .primary-action .generic-button>.is_friend>i::before{content:"\ebbd"} - -#buddypress .members-list>li .primary-action .generic-button>.send-message>i::before{content:"\ee62";font-weight:400;font-size:15px} - -#buddypress .members-list>li .primary-action .generic-button>.send-message:hover>i::before{font-weight:300} - -#buddypress .members-list>li .primary-action .generic-button>.is_friend>i::before,#buddypress .members-list>li .primary-action .generic-button>.pending_friend>i::before{content:"\e876";font-weight:300} - -#buddypress .members-list>li .primary-action .generic-button>.is_friend:hover>i::before,#buddypress .members-list>li .primary-action .generic-button>.pending_friend:hover>i::before{content:"\ee08";position:relative;top:1px} - -.follow-container{-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between} - -.list-wrap:not(.footer-buttons-on) .follow-container{margin-top:20px} - -body.logged-in .bp-list li .list-wrap:not(.follow-active) .item .item-block{-webkit-box-flex:1;-ms-flex:1;flex:1} - -.buddypress-wrap .bb-profile-grid .subnav-filters{margin-bottom:20px} - -#buddypress .member-request-list-wrap #send-private-message,#buddypress .member-request-list-wrap .follow-button{display:none} - -.follow-container.justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -.buddypress:not(.logged-in) .grid.bp-list .list-wrap{padding-bottom:15px} - -.button-wrap.member-button-wrap .friendship-button i{font-size:17px} - -.button-wrap.member-button-wrap .friendship-button .bb-icon-connection-waiting{font-size:18px} - -#buddypress .follow-button button{color:var(--bb-primary-button-text-regular);border-color:var(--bb-primary-button-border-regular)} - -#buddypress .follow-button button:hover{color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -#buddypress .follow-button button.outline{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular)} - -#buddypress .follow-button button.outline:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -#buddypress .follow-button button.outline: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)} - -#buddypress .follow-button button.outline.not_following{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color)} - -#buddypress .follow-button button.outline.not_following:focus{box-shadow:var(--bb-outline-button-focus-shadow)} - -#buddypress .follow-button button.outline.not_following: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)} - -#buddypress .bb_more_options_list .follow-button button,#buddypress .bb_more_options_list .follow-button button:hover,#buddypress .member-header-actions-wrap .bb_more_options_list .follow-button button,#buddypress .member-header-actions-wrap .bb_more_options_list .follow-button button:hover{border:0} - -.bp-members-list-hook:empty,.member-button-wrap.footer-button-wrap:empty{display:none!important}@media screen and (min-width:24em){ - -.grid.members-list .list-wrap{min-height:40px}}@media screen and (max-width:1120px){ - -.has-sidebar #friend-list .list-wrap.member-request-list-wrap{-ms-flex-flow:wrap;flex-flow:wrap} - -.has-sidebar #friend-list .friends-meta.action{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.has-sidebar #buddypress .list-wrap.member-request-list-wrap .friends-meta.action{margin-top:15px} - -.has-sidebar #buddypress #friend-list .action .button{min-width:100px}}@media screen and (max-width:1420px){ - -body.has-sidebar .buddypress-wrap .grid.bp-list.members-list>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (max-width:1145px){ - -body.has-sidebar .buddypress-wrap .grid.bp-list.members-list>li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (max-width:1240px){ - -body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.members-list>li{-webkit-box-flex:0;-ms-flex:0 0 33%;flex:0 0 33%;max-width:33%}}@media screen and (max-width:968px){ - -body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.members-list>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (max-width:799px){ - -body.has-sidebar .buddypress-wrap .grid.bp-list.members-list>li,body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.members-list>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (max-width:590px){ - -body.has-sidebar .buddypress-wrap .grid.bp-list.members-list>li,body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.members-list>li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (max-width:992px){ - -#friend-list .list-wrap.member-request-list-wrap{-ms-flex-flow:wrap;flex-flow:wrap} - -#friend-list .friends-meta.action{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -body #buddypress .list-wrap.member-request-list-wrap .friends-meta.action{margin-top:15px} - -#buddypress #friend-list .action .button{min-width:100px}}@media screen and (max-width:980px){ - -body #buddypress .bp-list .action{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (min-width:768px) and (max-width:1100px){ - -body.logged-in .bp-list li .item .item-block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (min-width:768px) and (max-width:880px){ - -body.logged-in .bp-list li .item .item-block{margin-bottom:8px} - -#buddypress .bp-list:not(.grid) li .follow-button{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:5px 0}}@media screen and (max-width:680px){ - -body.logged-in .bp-list li .item .item-block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media screen and (max-width:511px){ - -.directory.members .buddypress-wrap .subnav-filters .component-filters,.directory.members .buddypress-wrap .subnav-filters div{margin-top:0;margin-bottom:0}}@media screen and (max-width:480px){ - -body.logged-in .bp-list li .item .item-block{margin-bottom:8px} - -#buddypress .bp-list:not(.grid) li .follow-button{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:5px 0} - -#buddypress #friend-list .action .button,.has-sidebar #buddypress #friend-list .action .button{min-width:80px} - -body #buddypress #friend-list .action .generic-button{margin-left:5px} - -.buddypress .item-list.groups-list:not(.grid) .list-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap} - -.buddypress .item-list.groups-list:not(.grid) .list-wrap .item-avatar{margin-bottom:15px}} - -body.buddypress.bp-user #page #primary .entry-header{display:-webkit-box;display:-ms-flexbox;display:flex} - -.bp-dir-hori-nav nav#object-nav{background:var(--bb-content-background-color)} - -.bp-dir-hori-nav nav#object-nav.bb-single-main-nav--vertical{background:var(--bb-body-background-color)} - -.bp-dir-hori-nav nav.horizontal{display:block;width:100%;height:auto} - -.buddypress-wrap nav#object-nav.horizontal .group-nav-tabs ul li.selected,.buddypress-wrap nav#object-nav.horizontal .user-nav-tabs ul li.selected{background-color:var(--bb-body-background-color)} - -.buddypress-wrap nav#object-nav.horizontal .group-nav-tabs ul li.selected a,.buddypress-wrap nav#object-nav.horizontal .user-nav-tabs ul li.selected a{border-bottom-color:var(--bb-body-background-color)} - -.bb-user-content-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1} - -.bb-user-content-wrap .member-social{-ms-flex-flow:row wrap;flex-flow:row wrap} - -.bb-user-content-wrap .member-social>.flex{margin-bottom:10px} - -.social-networks-wrap{white-space:nowrap} - -.social-networks-wrap svg path{fill:var(--bb-alternate-text-color)} - -.social-networks-wrap .social a{color:var(--bb-headings-color)} - -.social-networks-wrap .social a:hover{color:var(--bb-primary-color)} - -.users-header .social-networks-wrap{white-space:normal;max-width:280px;z-index:1} - -.users-header .social-networks-wrap span.social{width:24px} - -.users-header .member-social-links.left-align .social-networks-wrap span.social:nth-child(6)~span.social{margin-top:5px} - -.users-header .centered #item-header-content .item-meta{text-align:center} - -.users-header .centered.my_profile .social-networks-wrap{max-width:230px} - -.users-header .centered .social-networks-wrap{text-align:center} - -.member-title-wrap{margin:30px 0 6px} - -.members-list .bp-member-type,.users-header .bp-member-type{background:var(--bb-label-background-color);border-radius:var(--bb-label-type-radius);font-size:11px;font-weight:700;color:var(--bb-label-text-color);letter-spacing:.25px;text-align:center;display:inline-block;padding:5px 15px;line-height:13.13px} - -.single-headers .member-header-actions-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -.logged-in .single-headers .member-header-actions-wrap .bb_more_options{position:relative;top:8px;left:0;margin:36px 5px 0 0}@media screen and (max-width:980px){ - -.logged-in .single-headers .member-header-actions-wrap .bb_more_options{margin:10px 0 20px;left:initial}} - -.users-header #cover-image-container .member-social-links{position:absolute;left:0;bottom:4px} - -.users-header #cover-image-container.left .member-social-links{bottom:42px} - -.users-header #cover-image-container.left .member-social-links.left-align{position:static}@media screen and (max-width:1370px){ - -.users-header #item-header-content>.flex{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.users-header #item-header-content>.flex .member-header-actions-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.users-header #item-header-content>.flex .member-header-actions-wrap .bb_more_options,.users-header #item-header-content>.flex .member-header-actions-wrap .member-header-actions{margin-top:0;top:initial} - -.users-header #cover-image-container .member-social-links{position:static;margin-bottom:15px}} - -.single-headers .member-header-actions>.generic-button{margin:5px 2px 10px 0} - -.buddypress .member-header-actions>.generic-button a,.buddypress .member-header-actions>.generic-button button{padding-top:0;padding-bottom:0;height:38px;line-height:38px} - -.buddypress .member-header-actions>.generic-button button{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular)} - -.buddypress .member-header-actions>.generic-button button:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -.buddypress .member-header-actions>.generic-button button: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)} - -.buddypress .member-header-actions>.generic-button button.block-member{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)} - -.buddypress .member-header-actions>.generic-button button.block-member:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.buddypress .member-header-actions>.generic-button button.block-member:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -.buddypress .member-header-actions>.generic-button button.not_friends{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)} - -.buddypress .member-header-actions>.generic-button button.not_friends:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.buddypress .member-header-actions>.generic-button button.not_friends:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -#buddypress .member-header-actions>.generic-button a.back-to-admin,#buddypress .member-header-actions>.generic-button a.send-message,#buddypress .member-header-actions>.generic-button a.view-as{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)} - -#buddypress .member-header-actions>.generic-button a.back-to-admin:focus,#buddypress .member-header-actions>.generic-button a.send-message:focus,#buddypress .member-header-actions>.generic-button a.view-as:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -#buddypress .member-header-actions>.generic-button a.back-to-admin:hover,#buddypress .member-header-actions>.generic-button a.send-message:hover,#buddypress .member-header-actions>.generic-button a.view-as:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -#buddypress .member-header-actions>.generic-button button.not_following{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)} - -#buddypress .member-header-actions>.generic-button button.not_following:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -#buddypress .member-header-actions>.generic-button button.not_following:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -.member-header-actions-wrap .bb_more_options_list>.generic-button a,.member-header-actions-wrap .bb_more_options_list>.generic-button button{white-space:nowrap} - -body #buddypress .member-header-actions{padding-right:5px;margin:15px 0 0;text-align:left;overflow:visible} - -body #buddypress .member-header-actions a,body #buddypress .member-header-actions button{font-weight:500} - -body #buddypress .member-header-actions .friendship-button i{font-size:15px} - -body #buddypress .member-header-actions+.bb_more_options{position:relative!important;top:10px;left:initial;margin:20px 5px 0 0} - -body #buddypress .member-header-actions+.bb_more_options i{line-height:36px;color:var(--bb-body-text-color)} - -body #buddypress .member-header-actions+.bb_more_options .bb_more_options_action>i::before{line-height:0} - -body #buddypress .member-header-actions>.generic-button>*{-webkit-transition:none;transition:none} - -body #buddypress .member-header-actions>.generic-button>* i{display:inline-block;font-style:normal} - -body #buddypress .member-header-actions>.generic-button>* i::before{display:inline-block;font-family:bb-icons;font-size:18px;margin-left:6px} - -body #buddypress .member-header-actions>.generic-button>.awaiting_response_friend,body #buddypress .member-header-actions>.generic-button>.following,body #buddypress .member-header-actions>.generic-button>.is_friend,body #buddypress .member-header-actions>.generic-button>.pending_friend{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular)} - -body #buddypress .member-header-actions>.generic-button>.awaiting_response_friend:focus,body #buddypress .member-header-actions>.generic-button>.following:focus,body #buddypress .member-header-actions>.generic-button>.is_friend:focus,body #buddypress .member-header-actions>.generic-button>.pending_friend:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -body #buddypress .member-header-actions>.generic-button>.awaiting_response_friend:hover,body #buddypress .member-header-actions>.generic-button>.following:hover,body #buddypress .member-header-actions>.generic-button>.is_friend:hover,body #buddypress .member-header-actions>.generic-button>.pending_friend: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)} - -body #buddypress .member-header-actions>.generic-button>.awaiting_response_friend{border:1px solid var(--bb-primary-color)} - -body #buddypress .member-header-actions>.generic-button>.awaiting_response_friend i::before{content:"\ef57";font-weight:400} - -body #buddypress .member-header-actions>.generic-button>.following i::before{content:"\e876";font-weight:400} - -body #buddypress .member-header-actions>.generic-button>.following:hover i::before{content:"\ee08";font-weight:400} - -body #buddypress .member-header-actions>.generic-button>.not_following i::before{content:"\ee03";font-size:14px;font-weight:300} - -body #buddypress .member-header-actions>.generic-button>.not_friends i::before{content:"\ef60";font-weight:300} - -body #buddypress .member-header-actions>.generic-button>.pending_friend i::before{content:"\e876";font-weight:400} - -body #buddypress .member-header-actions>.generic-button>.pending_friend:hover i::before{content:"\ef64";font-weight:400} - -body #buddypress .member-header-actions>.generic-button>.is_friend i::before{content:"\e876";font-weight:400} - -body #buddypress .member-header-actions>.generic-button>.is_friend:hover i::before{content:"\ef64";font-weight:300} - -body #buddypress .member-header-actions>.generic-button>.send-message i::before{content:"\ee62";font-weight:300} - -body #buddypress .member-header-actions>.generic-button>.back-to-admin::before,body #buddypress .member-header-actions>.generic-button>.block-member::before,body #buddypress .member-header-actions>.generic-button>.view-as::before{content:"\ee69";display:inline-block;font-family:bb-icons;font-size:18px;margin-left:6px;font-weight:400} - -body #buddypress .member-header-actions>.generic-button>.block-member{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:7px;padding-bottom:7px} - -body #buddypress .member-header-actions>.generic-button>.block-member::before{content:"\ee08";font-weight:400;position:relative;top:1px}@media screen and (max-width:980px){ - -body #buddypress .member-header-actions+.bb_more_options{margin:10px 0 20px}} - -#buddypress div#item-header-cover-image .user-nicename,#buddypress div#item-header-cover-image .user-nicename a{margin:0 0 0 15px} - -.single-headers .followers-wrap,.single-headers .following-wrap{-webkit-box-flex:initial;-ms-flex:initial;flex:initial;margin-left:20px;margin-top:6px} - -.single-headers .followers-wrap strong,.single-headers .following-wrap strong{font-weight:500} - -#member-front-widgets{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -10px} - -#member-front-widgets .widget{margin:10px;-webkit-box-flex:0;-ms-flex:0 0 calc(25% - 20px);flex:0 0 -webkit-calc(25% - 20px);flex:0 0 calc(25% - 20px)} - -#member-front-widgets ul.item-list{margin:0} - -#buddypress .bb-bp-invites-content{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:55px 80px} - -#buddypress .bb-bp-invites-content .screen-heading{font-size:22px;line-height:1.1} - -#buddypress .bb-bp-invites-content .invite-info{font-size:16px;color:var(--bb-alternate-text-color);letter-spacing:-.27px;line-height:1.2} - -#buddypress .bb-bp-invites-content label{display:block;font-size:16px;font-weight:400;color:var(--bb-alternate-text-color);letter-spacing:-.27px;line-height:1.2;margin:1.6875rem 0} - -#buddypress .bb-bp-invites-content textarea{height:120px;margin-bottom:0;padding:10px 15px} - -#buddypress .bb-bp-invites-content .bp-feedback{margin:0 0 30px} - -#member-invites-table{box-shadow:none;margin-bottom:0;border:0} - -#member-invites-table td,#member-invites-table th{padding:12px 25px 12px 0} - -#member-invites-table th{border-bottom:1px solid var(--bb-content-border-color);border-top:1px solid var(--bb-content-border-color)} - -#member-invites-table th:first-child{border-right:1px solid var(--bb-content-border-color);border-top-right-radius:var(--bb-block-radius-inner)} - -#member-invites-table th:last-child{border-left:1px solid var(--bb-content-border-color);border-top-left-radius:var(--bb-block-radius-inner)} - -#member-invites-table tr{background-color:transparent!important;border-bottom:0} - -#member-invites-table tr td{border-bottom:0} - -#member-invites-table tr td input{background-color:var(--bb-content-alternate-background-color)!important} - -#member-invites-table tr td:first-child{border-right:1px solid var(--bb-content-border-color)} - -#member-invites-table tr td:last-child{border-left:1px solid var(--bb-content-border-color)} - -#member-invites-table tr:first-child td{padding-top:24px} - -#member-invites-table tr:last-child td{border-bottom:1px solid var(--bb-content-border-color);padding-top:10px;padding-bottom:25px} - -#member-invites-table td.field-actions,#member-invites-table th.actions{padding:12px 25px 12px 0;text-align:right} - -#member-invites-table td.field-actions span,#member-invites-table th.actions span{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);border-radius:100%;padding:1px;line-height:16px;font-size:16px;text-align:center;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:-15px;cursor:pointer} - -#member-invites-table td.field-actions span:focus,#member-invites-table th.actions span:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -#member-invites-table td.field-actions span i::before,#member-invites-table th.actions span i::before{content:"\e828";font-family:bb-icons;height:20px;width:20px;display:inline-block;font-size:20px;margin:0} - -#member-invites-table .field-actions-last{padding:12px 0;text-align:right} - -#member-invites-table .field-actions-add i::before{margin:0} - -#member-invites-table .field-actions-add{margin-right:7px} - -#member-invites-table .field-actions-add i{vertical-align:middle;display:inline-block;background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border-radius:100%;padding:5px;height:auto;width:auto;line-height:1;font-size:20px} - -#member-invites-table .field-actions-add i ::before{content:"\eef9";font-family:bb-icons;margin:0} - -#member-invites-table .field-actions-add i:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover)} - -#buddypress #send-invite-form #wp-bp-member-invites-custom-content-editor-container{border-radius:4px;overflow:hidden} - -#buddypress #send-invite-form .submit{padding-top:30px}@media screen and (max-width:420px){ - -#send-invite-form #member-invites-table{table-layout:fixed} - -#send-invite-form #member-invites-table th{white-space:normal;line-height:1.2} - -#send-invite-form #member-invites-table th.title{width:40%} - -#send-invite-form #member-invites-table th.title.actions{width:20%} - -#send-invite-form #member-invites-table td{padding:12px 5px} - -#send-invite-form #member-invites-table td input{max-width:100%;margin:0 5px} - -#send-invite-form #member-invites-table td.field-actions span{margin-left:0;margin-right:6px} - -#send-invite-form #member-invites-table td .field-actions-add{margin-right:2px}} - -.bp-invitee-status a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.bp-invitee-status span{font-size:20px;width:22px;margin-left:5px} - -.bp-invitee-status .registered{color:inherit} - -#buddypress #invites-send-invite-personal-li a::before{content:"\ee62";font-family:bb-icons} - -#buddypress #invites-sent-invites-personal-li a::before{font-family:bb-icons;content:"\eeba"} - -td.field-email span,td.field-name span{word-break:break-word} - -.bb-template-v1 .bp-invites-container{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color)} - -.bb-template-v1 .bp-invites-container .bp-navs{border-bottom:1px solid var(--bb-content-border-color)} - -.bp-invites-container .bb-bp-invites-content .table-responsive .page-numbers{display:inline-block;vertical-align:middle;border-radius:var(--bb-block-radius-inner);margin-bottom:20px!important} - -.invites:not(.settings) #buddypress .bb-bp-invites-content{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:30px 50px} - -.invites:not(.settings) #buddypress.bp-single-vert-nav .bb-bp-invites-content{padding:30px} - -.bp-invites-container .bp-navs{background:100% 0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:10px;border-left:0;border-radius:4px 4px 0 0;padding:0} - -.bp-invites-container .bp-navs a{margin:0 20px -1px;padding:14px 0} - -.bp-invites-container .bp-navs a::before{display:none} - -.bp-invites-container .bp-navs a:hover{background:100% 0} - -.bp-invites-container .bp-navs .selected a{background:100% 0;border-bottom:1px solid var(--bb-primary-color);font-weight:500} - -#buddypress .bp-invites-container .bp-navs li{float:right} - -.member-header-actions.action:empty{display:none}@media only screen and (min-width:1081px){ - -#group-activity,#user-activity{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;padding-top:0}} - -#secondary.no-padding-top{padding-top:0} - -.bp-single-vert-nav .bb-profile-grid #subnav{margin-bottom:20px} - -.recent-visitors{background:#fff;border:1px solid var(--bb-content-border-color);padding:20px;border-top:0} - -.recent-visitors h5{font-weight:500;margin-bottom:12px!important} - -.recent-visitors a{display:inline-block;margin-left:5px} - -body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs .selected a{border-bottom-color:var(--bb-primary-color)}@media screen and (max-width:600px){ - -.invite-settings.bp-tables-user{white-space:nowrap;margin-bottom:10px}}@media screen and (max-width:1200px){ - -#member-front-widgets .widget{-webkit-box-flex:0;-ms-flex:0 0 calc(33.33% - 20px);flex:0 0 -webkit-calc(33.33% - 20px);flex:0 0 calc(33.33% - 20px)}}@media screen and (min-width:981px){ - -body #buddypress .member-header-actions{margin:30px 0 0}}@media screen and (max-width:1080px){ - -#buddypress .bb-bp-invites-content{padding:30px}}@media screen and (max-width:900px){ - -#buddypress .bb-bp-invites-content{padding:20px;max-width:100%} - -body.invites.has-sidebar #buddypress .bb-bp-invites-content{padding:20px}}@media screen and (max-width:980px){ - -div#item-header-content .flex{-ms-flex-flow:row wrap;flex-flow:row wrap} - -body #buddypress .member-header-actions{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:0;text-align:right} - -body #buddypress .member-header-actions>.generic-button{float:right;margin-right:0;margin-left:10px} - -#member-front-widgets .widget{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 20px);flex:0 0 -webkit-calc(50% - 20px);flex:0 0 calc(50% - 20px)}}@media screen and (max-width:782px){ - -div#item-header-content .flex{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -.social-networks-wrap{width:100%} - -.member-title-wrap{margin-top:5px} - -.single-headers .following-wrap{margin-left:0} - -body #buddypress .member-header-actions{text-align:center} - -body #buddypress .member-header-actions>.generic-button{float:none;margin-right:5px;margin-left:5px} - -.single-headers .followers-wrap,.single-headers .following-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -#buddypress div#item-header-cover-image .user-nicename{margin:0 0 5px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.single-headers .activity{margin-bottom:0}}@media screen and (max-width:640px){ - -#member-front-widgets .widget{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 20px);flex:0 0 -webkit-calc(100% - 20px);flex:0 0 calc(100% - 20px)}} - -.elementor-widget-wrap div.item-options,.widget.buddypress div.item-options{border-bottom:1px solid var(--bb-content-border-color);font-size:0;line-height:1;margin:-10px 0 15px;padding:0} - -.elementor-widget-wrap div.item-options a,.widget.buddypress div.item-options a{color:var(--bb-body-text-color);font-size:.875rem;display:inline-block;padding-bottom:10px;margin-left:1.25rem;margin-top:10px;-webkit-animation:unset;animation:unset} - -.elementor-widget-wrap div.item-options a:hover,.widget.buddypress div.item-options a:hover{color:var(--bb-primary-color)} - -.elementor-widget-wrap div.item-options a:last-child,.widget.buddypress div.item-options a:last-child{margin-left:0} - -.elementor-widget-wrap div.item-options .selected,.widget.buddypress div.item-options .selected{border-bottom:1px solid var(--bb-primary-color);color:var(--bb-primary-color);margin-bottom:-1px} - -.widget.buddypress .bp-login-widget-user-links>div,.widget.buddypress div.item{margin:0} - -.widget.buddypress .bp-login-widget-user-links>div.bp-login-widget-user-link a{font-weight:500;font-size:14px;line-height:19px;color:var(--bb-headings-color)} - -.widget.buddypress .bp-login-widget-user-links>div.bp-login-widget-user-link a:hover{color:var(--bb-primary-color)} - -.elementor-widget-wp-widget-bp_core_friends_widget div.item-avatar img,.widget.buddypress div.item-avatar img{height:auto;margin:0;max-width:38px;width:100%;border-radius:100%} - -.widget.widget_bp_groups_widget div.item-avatar img{border-radius:4px} - -.widget_bp_groups_widget.buddypress div.item-avatar img{height:auto;max-width:48px;width:100%} - -.elementor-widget-wp-widget-bp_core_follow_follower_widget .item-avatar img,.elementor-widget-wp-widget-bp_core_follow_following_widget .item-avatar img,.elementor-widget-wp-widget-bp_core_recently_active_widget .item-avatar img,.elementor-widget-wp-widget-bp_core_whos_online_widget div.item-avatar img,.widget_bp_core_recently_active_widget.buddypress div.item-avatar img,.widget_bp_core_whos_online_widget.buddypress div.item-avatar img,.widget_bp_follow_follower_widget.buddypress div.item-avatar img,.widget_bp_follow_following_widget.buddypress div.item-avatar img{height:auto;max-width:42px;width:100%} - -.widget.buddypress:not(.widget_bp_groups_widget) span.activity{display:none} - -.widget.buddypress:not(.widget_bp_groups_widget) .GamiPress-data-popup span.activity{display:inline-block} - -.widget.buddypress .item-avatar a{float:none;margin-bottom:0;margin-left:0} - -.elementor-widget-wp-widget-bp_core_friends_widget #friends-list li,.elementor-widget-wp-widget-bp_core_members_widget #friends-list li,.elementor-widget-wp-widget-bp_core_members_widget #members-list li,.widget.buddypress #friends-list li,.widget.buddypress #members-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:100%} - -.elementor-widget-wrap #groups-list li,.widget.buddypress #groups-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:7.5px 0;margin-bottom:0;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:100%} - -.elementor-widget-wrap #groups-list li{padding:10px 0} - -.widget.buddypress div.item-content,.widget.buddypress div.item-meta{margin-right:0} - -.elementor-widget-wp-widget-bp_core_whos_online_widget .avatar-block,.widget_bp_core_recently_active_widget .avatar-block,.widget_bp_core_whos_online_widget .avatar-block{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -2px} - -.widget_bp_core_recently_active_widget .avatar-block{margin-bottom:20px} - -.elementor-widget-wp-widget-bp_core_follow_follower_widget .item-avatar,.elementor-widget-wp-widget-bp_core_follow_following_widget .item-avatar,.elementor-widget-wp-widget-bp_core_recently_active_widget .item-avatar,.elementor-widget-wp-widget-bp_core_whos_online_widget .item-avatar,.widget_bp_core_recently_active_widget .item-avatar,.widget_bp_core_whos_online_widget .item-avatar,.widget_bp_follow_follower_widget .item-avatar,.widget_bp_follow_following_widget .item-avatar{padding:4px;max-width:20%} - -.widget .item-list .item-avatar{margin-left:12px} - -.widget .item-list .item{-webkit-box-flex:1;-ms-flex:1;flex:1} - -.widget .item-list .item-title a{color:var(--bb-headings-color);letter-spacing:-.24px;line-height:16px} - -.widget .item-list .item-title a:hover{color:var(--bb-primary-color)} - -.widget.widget_bp_groups_widget .item-list .item-title{margin-bottom:3px} - -.widget.widget_bp_groups_widget .item-list .item-title a{font-size:.9375rem;font-weight:500;color:var(--bb-headings-color);letter-spacing:-.24px} - -.widget.widget_bp_groups_widget .item-list .item-title a:hover{color:var(--bb-primary-color)} - -.widget.buddypress span.activity{color:var(--bb-alternate-text-color);font-size:12px;letter-spacing:-.26px;line-height:1.2} - -#bbpress-forums .widget_display_replies img.avatar,#bbpress-forums .widget_display_topics img.avatar,#bbpress-forums div.bbp-template-notice img.avatar,#bbpress-forums p.bbp-topic-meta img.avatar,#bbpress-forums ul.bbp-reply-revision-log img.avatar,#bbpress-forums ul.bbp-topic-revision-log img.avatar{margin-bottom:0;border:0} - -.widget_display_replies>ul>li{position:relative} - -.widget_display_replies>ul>li.bbp-reply-topic-no-avatar{padding-right:0} - -.widget_display_replies>ul>li>a{font-weight:600;line-height:19px} - -.widget_display_replies>ul>li div.time-since{color:var(--bb-alternate-text-color);font-size:13px;font-weight:500;padding-top:5px} - -.widget_display_replies .bbp-author-avatar img.avatar,.widget_display_replies li>img.avatar{width:40px;height:40px;border-radius:100%;position:absolute;right:0;top:-1px} - -.widget_display_replies .bbp-author-avatar{display:inline-block;float:right;margin-left:10px} - -.widget_display_replies .bbp-author-link-sep{display:none} - -.widget_display_replies .bbp-reply-topic-title,.widget_display_replies .reply-author{font-weight:600} - -.widget_display_topics li>img.avatar{width:40px;height:40px;border-radius:100%;position:relative;top:-1px} - -.widget_display_topics .topic-author{font-weight:600} - -.widget_display_topics .bbp-forum-title{font-weight:600} - -.widget_display_topics ul li{font-weight:400;color:var(--bb-headings-color);font-size:14px;line-height:19px} - -.widget_display_topics ul li>a{font-weight:600} - -.widget_display_topics ul li>span{font-weight:600} - -.widget_display_topics ul li div.time-since{color:var(--bb-alternate-text-color);font-size:13px;font-weight:500;padding-top:5px} - -.widget_display_topics ul li.bbp-topic-no-avatar .bbp-topic-time{margin-right:0} - -.widget_display_topics .bbp-topic-author-wrapper{display:inline-block;float:right;margin-left:10px} - -.widget_display_topics .bbp-topic-author-wrapper img{width:36px} - -.bbp-stats .bbp-count{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} - -.bbp-stats .bbp-count strong{font-size:36px;font-weight:600;color:var(--bb-headings-color)} - -.bbp-stats .bbp-count i{display:none} - -ul.bbp-stats{margin:20px 0 0} - -ul.bbp-stats h4{font-size:13px;font-weight:500;line-height:16px;color:var(--bb-alternate-text-color);padding:0 10px;min-height:33px} - -.widget.widget_bp_core_login_widget label{font-size:16px;line-height:21px;font-weight:500;letter-spacing:-.24px} - -.widget.widget_bp_core_login_widget .bbp-remember-me label{font-size:14px;line-height:21px;font-weight:400;letter-spacing:-.15px} - -.widget.widget_bp_core_login_widget::after{content:"";display:table;clear:both} - -.widget.widget_bp_core_login_widget.bs-bp-login .widget-title{margin-bottom:10px} - -.widget.widget_bp_core_login_widget input[type=password],.widget.widget_bp_core_login_widget input[type=text]{width:100%;height:41px;line-height:41px;padding:0 12px} - -.widget.widget_bp_core_login_widget .forgetmenot label{font-size:14px;line-height:21px;font-weight:400;letter-spacing:-.15px} - -.widget.widget_bp_core_login_widget .forgetmenot .bs-styled-checkbox:checked+label::after{line-height:17px} - -.widget.widget_bp_core_login_widget.buddypress #bp-login-widget-form #bp-login-widget-submit{float:left;margin-top:10px;margin-left:0;font-size:14px;font-weight:500;min-width:100px;height:34px;cursor:pointer;padding:5px 20px} - -.widget.widget_bp_core_login_widget.buddypress #bp-login-widget-form #bp-login-widget-submit.bp-login-btn-active{background:var(--bb-primary-color)} - -.widget.widget_bp_core_login_widget label[for=bp-login-widget-user-login],.widget.widget_bp_core_login_widget label[for=bp-login-widget-user-pass]{position:relative} - -.widget.widget_bp_core_login_widget label[for=bp-login-widget-user-pass] span.label-switch{position:absolute;top:46px;left:10px;font-size:0;-webkit-transition:all .3s ease;transition:all .3s ease;cursor:pointer} - -.widget.widget_bp_core_login_widget label[for=bp-login-widget-user-pass] span.label-switch::after{content:"\ee69";font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-left:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-right:.2em;font-size:20px;color:var(--bb-body-text-color)} - -.widget.widget_bp_core_login_widget label[for=bp-login-widget-user-pass] span.label-switch.bb-eye::after{content:"\ee6a"} - -.widget.widget_bp_core_login_widget .bp-login-widget-register-link{clear:both;display:none} - -.widget.widget_bp_core_login_widget .bs-login-id{margin:0;text-align:center} - -.widget.widget_bp_core_login_widget .bs-login-id span{width:33%;border-radius:100%;position:relative;display:inline-block;background-size:cover;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%} - -.widget.widget_bp_core_login_widget .bs-login-id span::after{content:"";display:block;padding-bottom:100%} - -#bp-login-widget-form{width:100%} - -#bp-login-widget-form label{display:block} - -#bp-login-widget-form label[for=bp-login-widget-rememberme]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -#bp-login-widget-form input{margin-bottom:12px} - -.widget_bp_core_login_widget label[for=bp-login-widget-user-login]::before{top:36px} - -.widget_bp_core_login_widget label[for=bp-login-widget-user-pass]::before{top:32px} - -.widget_bp_core_login_widget label[for=bp-login-widget-user-pass] span.label-switch{top:35px} - -.widget_bp_core_login_widget .forgetmenot{width:100%;margin-top:5px} - -.widget.bbp_widget_login label{font-size:16px;line-height:21px;font-weight:500;letter-spacing:-.24px} - -.widget.bbp_widget_login .bbp-remember-me label{font-size:14px;line-height:21px;font-weight:400;letter-spacing:-.15px} - -.widget.bbp_widget_login .bs-styled-checkbox+label::before{position:relative;top:-2px} - -.widget.bbp_widget_login div.bbp-submit-wrapper .button.submit{min-width:100px} - -.bbp_widget_login::after{content:" ";display:table;clear:both} - -.bbp_widget_login form.bbp-login-form{width:100%} - -.bbp_widget_login fieldset>legend{display:none} - -.bbp_widget_login input[type=password],.bbp_widget_login input[type=text]{width:100%;height:41px;line-height:41px;padding:0 12px} - -.bbp_widget_login .bbp-login-form .bbp-username{margin-top:0} - -.bbp_widget_login .bbp-login-form .bbp-password label,.bbp_widget_login .bbp-login-form .bbp-username label{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bbp_widget_login label[for=user_login],.bbp_widget_login label[for=user_pass]{display:block;margin:0 0 10px;position:relative} - -.bbp_widget_login label[for=user_pass] span.label-switch{position:absolute;top:46px;left:10px;font-size:0;-webkit-transition:all .3s ease;transition:all .3s ease;cursor:pointer} - -.bbp_widget_login label[for=user_pass] span.label-switch::after{content:"\ee69";font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-left:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-right:.2em;font-size:20px;color:var(--bb-body-text-color)} - -.bbp_widget_login label[for=user_pass] span.label-switch.bb-eye::after{content:"\ee6a"} - -.bbp_widget_login .bbp-remember-me{float:none;margin-top:15px} - -.bbp_widget_login .bbp-submit-wrapper{float:none;margin-top:10px;text-align:right} - -.bbp_widget_login .bbp-submit-wrapper p.lostmenot{display:none} - -.bbp_widget_login .bbp-submit-wrapper button{font-size:14px;font-weight:500;min-width:100px;height:34px;padding:4px 20px;cursor:pointer} - -.bbp_widget_login .bbp-submit-wrapper button.bp-login-btn-active{background:var(--bb-primary-color)} - -.bbp_widget_login .bbp-logged-in>a.user-submit{float:right;margin-left:15px} - -.bbp_widget_login .bbp-logged-in>a.user-submit>img{margin-left:0;border-radius:100px} - -.bbp_widget_login h2.widget-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bbp_widget_login .bbp-login-links{margin-top:20px;overflow:hidden;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} - -.bbp_widget_login .bbp-login-links a:first-child{margin-left:10px} - -.bbp-logged-in>a>.avatar,.buddypress-wrap.round-avatars .bbp-logged-in>a>.avatar{width:52px;height:auto;border-radius:3px} - -.bbp_widget_login a.button.logout-link{padding:3px 0;font-size:14px;font-weight:500;font-style:normal;line-height:1;color:var(--bb-primary-color);background:100% 0;border:0;min-height:auto} - -.bbp_widget_login a.button.logout-link:hover{color:var(--bb-primary-color);box-shadow:none} - -.widget .bp-site-wide-message #message button{background:100% 0;border:0;padding:0;position:absolute;min-height:1px;top:-48px;left:-7px} - -.widget .bp-site-wide-message #message button span{font-size:0;line-height:1;display:block} - -.widget .bp-site-wide-message #message button span::before{content:"\e828";color:#fff;font-family:bb-icons;font-size:26px;font-style:normal;font-weight:100;display:inline-block;text-decoration:inherit;text-align:center;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} - -.widget .bp-site-wide-message #message p{margin:0;padding-left:0;position:static} - -.widget .bp-site-wide-message #message p strong{font-weight:600;font-size:12px;color:var(--bb-headings-color);letter-spacing:.25px;line-height:16px;text-transform:uppercase;margin-bottom:-8px;display:block} - -.bp-site-wide-message{position:relative} - -div#groups-list-options{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} - -.bb-widget-dropdown{margin-right:auto;position:relative} - -.bb-widget-dropdown i.bb-icon-menu-dots-v{position:relative;top:-2px;font-size:20px;margin-bottom:-5px;display:block} - -.widget_bp_core_recently_active_widget .widget-title{display:-webkit-box;display:-ms-flexbox;display:flex} - -.widget_bp_core_recently_active_widget .widget-title a.bs-widget-reload{color:#939597;margin-right:auto} - -.more-block{text-align:center;text-transform:capitalize;margin:10px 0 0;display:block;height:18px;font-size:14px;line-height:21px} - -.more-block a.count-more{cursor:pointer;padding-right:10px} - -.more-block a.count-more .bb-icon-angle-right{line-height:17px;display:inline-block} - -.more-block .bb-icon-angle-right::before{font-size:18px;vertical-align:bottom;margin-right:.1em;margin-left:0} - -.elementor-widget-wp-widget-bp_core_whos_online_widget .item-avatar a,.widget_bp_core_whos_online_widget .item-avatar a{display:inline-block} - -.elementor-widget-wp-widget-bp_core_whos_online_widget .item-avatar a .member-status,.widget_bp_core_whos_online_widget .item-avatar a .member-status{width:13px;height:13px;left:1px;top:3px;border:2px solid var(--bb-content-background-color)} - -.elementor-widget-wp-widget-bp_core_whos_online_widget .item-avatar a .member-status.online,.widget_bp_core_whos_online_widget .item-avatar a .member-status.online{background-color:var(--bb-success-color)} - -.elementor-widget-wp-widget-bp_core_whos_online_widget .item-avatar a .member-status.offline,.widget_bp_core_whos_online_widget .item-avatar a .member-status.offline{background-color:#bdbdbd} - -.elementor-widget-wp-widget-bp_core_members_widget #members-list .item-avatar,.widget_bp_core_members_widget #members-list .item-avatar{position:relative} - -.elementor-widget-wp-widget-bp_core_members_widget #members-list .item-avatar a,.widget_bp_core_members_widget #members-list .item-avatar a{display:inline-block} - -.elementor-widget-wp-widget-bp_core_members_widget #members-list .item-avatar a .member-status,.widget_bp_core_members_widget #members-list .item-avatar a .member-status{width:13px;height:13px;left:-3px;top:1px;border:2px solid var(--bb-content-background-color)} - -.elementor-widget-wp-widget-bp_core_members_widget #members-list .item-avatar a .member-status.online,.widget_bp_core_members_widget #members-list .item-avatar a .member-status.online{background-color:var(--bb-success-color)} - -.elementor-widget-wp-widget-bp_core_members_widget #members-list .item-avatar a .member-status.offline,.widget_bp_core_members_widget #members-list .item-avatar a .member-status.offline{background-color:#bdbdbd} - -.widget_bp_core_members_widget #members-list .member_last_visit{font-size:12px;color:var(--bb-alternate-text-color)} - -.widget.buddypress #network-list li{display:-webkit-box;display:-ms-flexbox;display:flex} - -.widget.buddypress #network-list li .item-title a{letter-spacing:0;color:var(--bb-headings-color)} - -.widget.buddypress #network-list li .item-data{color:var(--bb-headings-color)} - -.widget.buddypress #network-list li .item-data .netowrk-post-activity{color:#939597} - -.widget.buddypress #network-list li div.item-avatar img{width:28px;height:28px} - -.widget.buddypress #network-list li .data-photo{max-width:60%;margin:5px 0} - -.widget.buddypress #network-list li .data-photo a{border-radius:3px} - -.netowrk-post-type{color:#939597} - -a.button.logout-link{padding:6px 15px;min-height:20px;font-size:12px;font-weight:600;font-style:normal;line-height:1} - -body.buddypress .buddypress-wrap .bbp-logged-in h5{margin-top:4px;margin-bottom:0} - -#buddypress .bbp_widget_login a.button.logout-link,.buddypress .buddypress-wrap .bbp_widget_login a.button.logout-link{padding:3px 0;font-size:13px;font-weight:500;font-style:normal;line-height:1;color:var(--bb-primary-color);background:100% 0;border:0;min-height:auto} - -#buddypress .bbp_widget_login a.button.logout-link:hover,.buddypress .buddypress-wrap .bbp_widget_login a.button.logout-link:hover{color:#0f74e0} - -.bp-login-widget-user-logout a.logout{padding:3px 0;font-weight:500;font-style:normal;line-height:1} - -.single .hentry .buddypress.widget .activity-list blockquote{background:100% 0;color:var(--bb-body-text-color)} - -.single .hentry .buddypress.widget .activity-list blockquote::before{display:none} - -.elementor-widget-wp-widget-bp_core_follow_follower_widget .avatar-block,.elementor-widget-wp-widget-bp_core_follow_following_widget .avatar-block,.elementor-widget-wp-widget-bp_core_recently_active_widget .avatar-block,.widget_bp_follow_follower_widget .avatar-block,.widget_bp_follow_following_widget .avatar-block{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -2px} - -#buddypress .widget .mc4wp-form-fields p,.buddypress .buddypress-wrap .widget .mc4wp-form-fields p,.widget .mc4wp-form-fields p{display:-webkit-box;display:-ms-flexbox;display:flex} - -#buddypress .widget .mc4wp-form-fields input[type=submit],.buddypress .buddypress-wrap .widget .mc4wp-form-fields input[type=submit],.widget .mc4wp-form-fields input[type=submit]{font-size:14px;padding:0 10px;border-radius:3px 0 0 3px} - -#buddypress .widget .mc4wp-form-fields input[type=submit]:disabled,.buddypress .buddypress-wrap .widget .mc4wp-form-fields input[type=submit]:disabled,.widget .mc4wp-form-fields input[type=submit]:disabled{background:#d0d4d8} - -#buddypress .widget .mc4wp-form-fields input[type=submit][disabled=disabled],.buddypress .buddypress-wrap .widget .mc4wp-form-fields input[type=submit][disabled=disabled],.widget .mc4wp-form-fields input[type=submit][disabled=disabled]{background:#d0d4d8;color:#fff;border:1px solid transparent} - -#buddypress .widget .mc4wp-form-fields input[type=email],.buddypress .buddypress-wrap .widget .mc4wp-form-fields input[type=email],.widget .mc4wp-form-fields input[type=email]{border-radius:0 3px 3px 0;border-left:0;font-size:14px;letter-spacing:-.24px;min-width:160px} - -.widget_display_topics ul li{margin-bottom:15px} - -.widget_display_topics ul img.avatar{border-radius:50%} - -body.buddypress .buddypress-wrap .bb-recent-posts h4{margin:0} - -#buddypress .widget_display_search input#bbp_search_submit{display:none} - -.buddypress-wrap.round-avatars .widget:not(.widget_bp_core_members_widget) .avatar{border-radius:3px} - -.buddypress-wrap .widget.widget_bps_widget .standard-form label{font-weight:400;margin-top:0} - -.buddypress-wrap .widget.widget_bps_widget .standard-form .submit{padding-top:0} - -.widget.widget_bps_widget .ui-accordion .ui-accordion-header,.widget.widget_bps_widget.ui-accordion .ui-accordion-header,div[id*=bps_accordion_form] .ui-accordion .ui-accordion-header,div[id*=bps_accordion_form].ui-accordion .ui-accordion-header{padding-right:30px} - -.widget.widget_bps_widget .ui-accordion .ui-accordion-content,.widget.widget_bps_widget.ui-accordion .ui-accordion-content,div[id*=bps_accordion_form] .ui-accordion .ui-accordion-content,div[id*=bps_accordion_form].ui-accordion .ui-accordion-content{padding:1em} - -.widget.widget_bps_widget .ui-accordion-header .ui-icon-minus,.widget.widget_bps_widget .ui-accordion-header .ui-icon-plus,div[id*=bps_accordion_form] .ui-accordion-header .ui-icon-minus,div[id*=bps_accordion_form] .ui-accordion-header .ui-icon-plus{background-image:none;text-indent:initial;margin-top:-7px} - -.widget.widget_bps_widget .ui-accordion-header .ui-icon-minus::after,.widget.widget_bps_widget .ui-accordion-header .ui-icon-plus::after,div[id*=bps_accordion_form] .ui-accordion-header .ui-icon-minus::after,div[id*=bps_accordion_form] .ui-accordion-header .ui-icon-plus::after{font-family:bb-icons;display:inline-block;width:16px;height:16px;font-style:normal;font-weight:400;speak:none;text-decoration:inherit;text-align:center;font-variant:normal;text-transform:none;line-height:1em;font-size:16px;position:absolute;right:0;top:0} - -.widget.widget_bps_widget .ui-accordion-header .ui-icon-plus::after,div[id*=bps_accordion_form] .ui-accordion-header .ui-icon-plus::after{content:"\eef9"} - -.widget.widget_bps_widget .ui-accordion-header .ui-icon-minus::after,div[id*=bps_accordion_form] .ui-accordion-header .ui-icon-minus::after{content:"\eed8"} - -.widget.widget_bps_widget .ui-widget,.widget.widget_bps_widget.ui-widget,div[id*=bps_accordion_form] .ui-widget,div[id*=bps_accordion_form].ui-widget{font-family:inherit} - -.widget.widget_bps_widget .ui-accordion-content .bps-selectbox select,.widget.widget_bps_widget .ui-accordion-content input[type=search],div[id*=bps_accordion_form] .ui-accordion-content .bps-selectbox select,div[id*=bps_accordion_form] .ui-accordion-content input[type=search]{width:100%} - -.widget.widget_bps_widget .ui-accordion-content label,div[id*=bps_accordion_form] .ui-accordion-content label{display:inline-block;margin-bottom:5px;font-weight:400} - -.widget.widget_bps_widget .ui-state-default,div[id*=bps_accordion_form] .ui-state-default{background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color);color:inherit} - -.widget.widget_bps_widget .ui-state-focus,div[id*=bps_accordion_form] .ui-state-focus{background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color)} - -.widget.widget_bps_widget .ui-state-active,div[id*=bps_accordion_form] .ui-state-active{background:var(--bb-primary-color);border-color:var(--bb-primary-color);color:#fff} - -.widget.widget_bps_widget .bps-description,div[id*=bps_accordion_form] .bps-description{color:var(--bb-alternate-text-color)} - -.widget.widget_bps_widget .ui-corner-all,div[id*=bps_accordion_form] .ui-corner-all{border-radius:var(--bb-input-radius)} - -.widget.widget_bps_widget .ui-corner-top,div[id*=bps_accordion_form] .ui-corner-top{border-top-left-radius:var(--bb-input-radius);border-top-right-radius:var(--bb-input-radius)} - -.widget.widget_bps_widget .ui-corner-bottom,div[id*=bps_accordion_form] .ui-corner-bottom{border-bottom-left-radius:var(--bb-block-radius-inner);border-bottom-right-radius:var(--bb-block-radius-inner)} - -.widget_sfwd-quiz-widget li h4,body.buddypress .buddypress-wrap .widget_sfwd-quiz-widget li h4{margin-bottom:10px} - -#buddypress .widget_search .search-submit{display:none} - -.widget_nav_menu.buddypress_object_nav{overflow:hidden} - -.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical{width:100%;min-height:auto} - -.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical li.selected{background:100% 0} - -.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical li a{padding:2px 0} - -.widget_nav_menu.buddypress_object_nav nav#object-nav,.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical{padding-right:0;padding-left:0;background-color:transparent;border:0;margin-bottom:0} - -.widget_nav_menu.buddypress_object_nav nav#object-nav .more-button,.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical .more-button{display:none} - -.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical>ul>li,.widget_nav_menu.buddypress_object_nav nav#object-nav>ul>li{padding-left:0;float:none} - -.widget_nav_menu.buddypress_object_nav nav#object-nav ul.sub-menu,.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical ul.sub-menu{margin-right:0} - -.widget_nav_menu.buddypress_object_nav nav#object-nav ul.sub-menu a,.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical ul.sub-menu a{padding:8px 0} - -.widget_nav_menu.buddypress_object_nav nav#object-nav ul.sub-menu a:hover,.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical ul.sub-menu a:hover{background:100% 0} - -.widget_nav_menu.buddypress_object_nav nav#object-nav ul.sub-menu .selected>a,.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical ul.sub-menu .selected>a{background:100% 0} - -.widget .bp-navs ul li{margin-bottom:10px} - -.bp-profile-search-widget{margin-bottom:.9375rem;padding:0} - -.bp-profile-search-widget .bps-form-title{font-weight:600;border-bottom:1px solid rgba(0,0,0,.06);margin:0;padding:1.125rem 1.25rem} - -.bp-profile-search-widget .bps-form{margin:0;padding:1.125rem 1.25rem 1.375rem} - -.bp-profile-search-widget .bps-label{font-size:14px;font-weight:400;margin-bottom:8px;display:block} - -.bp-profile-search-widget .bps-label strong{font-weight:400} - -.bp-profile-search-widget label{font-size:14px;font-weight:400} - -.bp-profile-search-widget .bp-checkbox-wrap label,.bp-profile-search-widget .bp-radio-wrap label{color:var(--bb-headings-color);text-transform:none;font-size:15px;font-weight:500} - -.bp-profile-search-widget .bp-checkbox-wrap label::after{font-weight:400;top:1px} - -.bp-profile-search-widget input[type=search]{background:100% 0;padding-right:12px;width:100%} - -.bp-profile-search-widget p.bps-description{margin:5px 0;font-size:12px;color:var(--bb-headings-color)} - -.bp-profile-search-widget .bp-checkbox-wrap,.bp-profile-search-widget .bp-radio-wrap{margin-bottom:0} - -.bp-profile-search-widget .submit-wrapper input{min-width:140px;font-size:14px;font-weight:500} - -.bp-profile-search-widget .bp-field-wrap input:not([type=checkbox],[type=radio]){width:100%} - -.bp-profile-search-widget .clear-from-wrap{margin-bottom:20px} - -.bp-profile-search-widget .bp-heading-field-wrap{background:var(--bb-content-alternate-background-color);border-top:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color);margin:0 -20px 20px;padding:12px 20px} - -.bp-profile-search-widget .bp-heading-field-wrap strong{text-transform:uppercase;font-size:.75rem;font-weight:600;color:var(--bb-headings-color)} - -.bp-profile-search-widget .bp-heading-field-wrap p.bps-description{margin:5px 0 0} - -.bp-profile-search-widget .date-label{display:block;margin-bottom:5px} - -.bp-profile-search-widget .date-wrapper select{margin-bottom:10px} - -.buddypress.widget ul.item-list{margin:0} - -.buddypress.widget ul.item-list li .item-avatar .avatar{width:100%} - -.elementor-widget-wp-widget-bp_latest_activities .activity-link-preview-image,.widget.activity_update .activity-link-preview-image{max-width:100%} - -.elementor-widget-wp-widget-bp_latest_activities .activity-link-preview-content,.widget.activity_update .activity-link-preview-content{clear:both;padding:0} - -.elementor-widget-wp-widget-bp_latest_activities .activity-link-preview-title,.widget.activity_update .activity-link-preview-title{font-style:normal;margin-bottom:5px;margin-left:0} - -.elementor-widget-wp-widget-bp_latest_activities footer cite,.widget.activity_update footer cite{margin-left:12px} - -.elementor-widget-wp-widget-bp_latest_activities .activity-list>div,.widget.activity_update .activity-list>div{margin-bottom:15px} - -.elementor-widget-wp-widget-bp_latest_activities .activity-list>div:last-of-type,.widget.activity_update .activity-list>div:last-of-type{margin-bottom:0} - -.elementor-widget-wp-widget-bp_latest_activities .activity-list>div p,.widget.activity_update .activity-list>div p{margin-bottom:10px} - -.elementor-widget-wp-widget-bp_latest_activities .activity-list img,.widget.activity_update .activity-list img{margin-bottom:0} - -.elementor-widget-wp-widget-bp_latest_activities .view.activity-time-since,.widget.activity_update .view.activity-time-since{font-style:normal;font-weight:500;font-size:13px} - -.elementor-widget-wp-widget-bp_latest_activities footer,.widget.activity_update footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.elementor-widget-wp-widget-bp_latest_activities .activity-update .update-item,.widget.activity_update .activity-update .update-item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.elementor-widget-wp-widget-bp_latest_activities .activity-update .update-item a[href=""],.widget.activity_update .activity-update .update-item a[href=""]{cursor:default} - -.elementor-widget-wp-widget-bp_latest_activities .activity-update p,.widget.activity_update .activity-update p{color:var(--bb-alternate-text-color)} - -.elementor-widget-wp-widget-bp_latest_activities .activity-update p a[href]:not([href=""]):not(.activity-time-since),.widget.activity_update .activity-update p a[href]:not([href=""]):not(.activity-time-since){color:var(--bb-headings-color);font-weight:500} - -.elementor-widget-wp-widget-bp_latest_activities .activity-update p a[href]:not([href=""]):not(.activity-time-since):hover,.widget.activity_update .activity-update p a[href]:not([href=""]):not(.activity-time-since):hover{color:var(--bb-primary-color)} - -.elementor-widget-wp-widget-bp_latest_activities .activity-update .activity-time-since,.widget.activity_update .activity-update .activity-time-since{display:block;font-size:12px;color:var(--bb-headings-color);margin-top:5px} - -.elementor-widget-wp-widget-bp_latest_activities .activity-update .activity-time-since:hover,.widget.activity_update .activity-update .activity-time-since:hover{color:var(--bb-primary-color)} - -.buddypress.widget .activity-update .update-item cite{-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px} - -.widget.bp-latest-activities .activity-update{color:var(--bb-alternate-text-color);font-size:14px;letter-spacing:-.24px;margin-bottom:20px} - -.widget.bp-latest-activities a{color:var(--bb-headings-color);font-style:normal} - -.widget.bp-latest-activities a:hover{color:var(--bb-primary-color)} - -.widget.bp-latest-activities p{margin-bottom:0} - -.widget-area .widget.bp-latest-activities .activity-update p img{max-width:15px;vertical-align:text-bottom;margin-left:5px;margin-right:2px} - -.widget.widget_block .twitter-tweet{word-break:break-word} - -.widget .bs-forums-items>li{margin-bottom:0} - -.widget .bbp-forum-form .bp-forum-settings{-ms-flex-flow:column;flex-flow:column} - -.widget ul a.subscription-toggle{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color)} - -.widget ul a.subscription-toggle:focus{box-shadow:var(--bb-outline-button-focus-shadow)} - -.widget ul a.subscription-toggle: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);box-shadow:none} - -.widget ul a.subscription-toggle: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);box-shadow:0 0 1px 2px rgba(0,0,0,.05),inset 0 0 0 2px rgba(0,0,0,.08)} - -.widget ul a.subscription-toggle.disabled,.widget ul a.subscription-toggle:disabled{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color);opacity:.5;pointer-events:none;cursor:default} - -.widget .bbp-forum-buttons-wrap{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start} - -.widget .bbp-forum-buttons-wrap>*{margin-right:0;margin-left:5px} - -.widget #bbpress-forums#bbpress-forums .bs-forums-items .bs-section-title{margin-bottom:10px} - -.widget .bbp-reply-form fieldset.bbp-form legend{font-size:20px;font-weight:500;color:var(--bb-headings-color);display:block;letter-spacing:-.24px;line-height:1.2;margin-bottom:0;padding:0} - -.widget .bbp-reply-form fieldset.bbp-form-anonymous{margin-top:15px} - -.widget .bbp-reply-form fieldset.bbp-form-anonymous legend{margin-bottom:20px} - -.widget .bbp-forum-form #whats-new-attachments,.widget .bbp-forum-form #whats-new-toolbar,.widget .bbp-reply-form #whats-new-attachments,.widget .bbp-reply-form #whats-new-toolbar,.widget .bbp-topic-form #whats-new-attachments,.widget .bbp-topic-form #whats-new-toolbar{padding-right:0;padding-left:0} - -.widget .bbp-forum-form .bbp_topic_title_wrapper,.widget .bbp-reply-form .bbp_topic_title_wrapper,.widget .bbp-topic-form .bbp_topic_title_wrapper{margin-bottom:15px;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.widget .bbp-forum-form .new_topic_title_avatar,.widget .bbp-reply-form .new_topic_title_avatar,.widget .bbp-topic-form .new_topic_title_avatar{margin-left:10px} - -.widget .bbp-forum-form #bbp-close-btn,.widget .bbp-reply-form #bbp-close-btn,.widget .bbp-topic-form #bbp-close-btn{display:none} - -.widget #bbpress-forums fieldset.bbp-form{margin-top:0} - -.widget #bbpress-forums fieldset.bbp-form label{color:var(--bb-headings-color);letter-spacing:normal} - -.widget .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar,.widget .bbp-reply-form #whats-new-toolbar .medium-editor-toolbar,.widget .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar{right:30px} - -.widget .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar.active,.widget .bbp-reply-form #whats-new-toolbar .medium-editor-toolbar.active,.widget .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active{z-index:10} - -.widget .bbp-forum-form .bbp-form label,.widget .bbp-reply-form .bbp-form label,.widget .bbp-topic-form .bbp-form label{color:var(--bb-headings-color);font-size:15px;letter-spacing:-.24px;margin-bottom:5px;line-height:1.187} - -.widget .bbp-forum-form ul.medium-editor-toolbar-actions .medium-editor-action b,.widget .bbp-reply-form ul.medium-editor-toolbar-actions .medium-editor-action b,.widget .bbp-topic-form ul.medium-editor-toolbar-actions .medium-editor-action b{width:20px} - -.widget .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions button,.widget .bbp-reply-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions button,.widget .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions button{padding:10px 3px;min-width:28px} - -.widget .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar{top:unset} - -.widget .bb-content-area.bs-replies-wrapper .bb-grid{-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} - -.widget #bbpress-forums .bs-single-forum-list>li{border:0} - -.widget fieldset.bbp-form .bbp-submit-wrapper .button.submit{margin-right:0} - -.widget #bbpress-forums{margin-bottom:0} - -.widget fieldset.bbp-form{margin:0} - -.widget.widget_block:empty{display:none} - -.subnav-search.groups-search{float:left;margin-top:-56px} - -.bs-groups-items{margin-bottom:0} - -.bs-groups-items .item-title a{margin-bottom:8px;display:inline-block} - -.bs-groups-items .item-meta p{margin-bottom:7px} - -.bs-groups-items .item-meta p:last-child{margin:0} - -.bs-groups-items span.status{text-transform:capitalize} - -.bs-groups-items .item-desc{font-size:14px;color:var(--bb-body-text-color);line-height:1.35;-webkit-box-flex:1;-ms-flex:1;flex:1;padding-left:30px;display:block;display:-webkit-box;height:2.69em;margin:0 auto;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis} - -.bs-groups-items .item-desc::after{content:" ";display:inline-block;vertical-align:middle} - -.bs-groups-items .action{margin-right:auto} - -.bs-groups-items.list-view .item-title-wrap{min-width:0} - -.bs-groups-items.list-view .item-title a{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis} - -.group-item-avatar{background:#fff;border:3px solid #fff;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px var(--bb-content-border-color);border-radius:1px;display:inline-block} - -a.group-item-avatar{border-radius:3px} - -a.group-item-avatar .avatar{max-width:100%} - -.bs-groups-items.grid-view .bs-item-list-inner{padding-bottom:14px;text-align:right} - -.bs-groups-items.grid-view .item-avatar{margin-top:-50px;position:relative;max-width:75px;width:100%} - -.bs-groups-items.grid-view span.status{font-size:13px;color:#939597;letter-spacing:-.24px} - -.bs-groups-items.grid-view .item-title{margin-bottom:15px} - -.bs-groups-items.grid-view .item-title a{margin-bottom:0} - -.bs-group-head{margin-bottom:6px} - -.btn-group{color:var(--bb-primary-color);font-size:13px;line-height:1.1875;letter-spacing:-.24px;font-weight:500;cursor:pointer} - -.buddypress-wrap .item-list.groups-list .item-meta{font-size:13px;font-weight:400;color:var(--bb-alternate-text-color)} - -.buddypress-wrap .item-list.groups-list .invite-message{margin-top:5px;font-size:14px;font-style:italic} - -body #buddypress .bp-list .action .generic-button .leave-group,body #buddypress .bp-list .action .generic-button .membership-requested{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)} - -body #buddypress .bp-list .action .generic-button .leave-group:focus,body #buddypress .bp-list .action .generic-button .membership-requested:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -body #buddypress .bp-list .action .generic-button .leave-group:hover,body #buddypress .bp-list .action .generic-button .membership-requested:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -body #buddypress .bp-list .action .generic-button .membership-requested{min-width:140px} - -.item-desc.group-item-desc{-ms-flex-item-align:center;align-self:center;-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:14px;line-height:1.4;padding-left:20px} - -.buddypress-wrap .groups-list .item-desc.group-item-desc p{margin:0;max-width:85%} - -#buddypress .bp-list.groups-list li .list-wrap .item .item-block{-webkit-box-flex:0;-ms-flex:0 0 28%;flex:0 0 28%;margin-bottom:20px} - -#buddypress .bp-list.groups-list li .list-wrap .item .item-block .groups-title a{width:100%;overflow-wrap:break-word;word-wrap:break-word} - -#buddypress .bp-list.groups-list.centered li .list-wrap .item .item-block{padding-left:0} - -#buddypress .bp-list.groups-list:not(.grid) li .list-wrap .item .item-block{margin-bottom:0} - -.groups-loop-buttons{-ms-flex-item-align:center;align-self:center;min-width:140px} - -#groups-order-select,.bp-groups-filter-wrap #dir-filters,div#groups-order-select .select-wrap{margin-top:0;margin-bottom:0}@media (hover:none){ - -.entry-content .bs-group-head a.btn-group:not(.button):hover{color:var(--bb-primary-color)}} - -#buddypress .group-title{line-height:1;margin:6px 0 2px} - -.bs-group-members{display:inline-block;margin-left:12px} - -.bs-group-members img{border:1px solid #fff;max-width:24px;display:inline-block;margin-left:-8px;position:relative;z-index:3} - -.bs-group-members img:nth-child(2){z-index:2} - -.bs-group-members img:nth-child(3){z-index:1} - -a.bb-more{display:inline-block} - -a.bb-more i::before{margin:0;font-size:19px;line-height:.5;position:relative;top:3px;right:-7px;opacity:.7} - -.members-count{color:var(--bb-body-text-color)} - -.bs-groups-items .bs-item-list-inner .item-meta{font-size:12px} - -.bs-groups-directory .bs-item-list-tabs{clear:both} - -#groups-list.bp-list .avatar{border-radius:3px} - -#groups-list.bp-list .group-avatar-wrap{min-height:81px;min-width:81px} - -#groups-list.bp-list .bs-group-members{margin-bottom:0} - -.elementor-widget-wrap .buddypress-wrap.bp-shortcode-wrap .subnav-filters{margin:25px 0} - -.elementor-widget-wrap #groups-list.bp-list li{min-width:inherit;padding:0 9px;margin:0 0 20px;display:list-item} - -.elementor-widget-wrap #groups-list.bp-list li .item{line-height:inherit} - -.elementor-widget-wrap #groups-list.bp-list li .item-avatar{-webkit-box-flex:0;-ms-flex:none;flex:none;margin-left:0} - -.elementor-widget-wrap #groups-list.bp-list li .bs-group-members img{max-width:24px;border-radius:50%;border:1px solid #fff} - -.elementor-widget-wrap #groups-list.bp-list:not(.grid) .item-avatar{margin-left:20px} - -#groups-list.bp-list.grid.bb-cover-enabled .item-avatar{text-align:right;display:-webkit-box;display:-ms-flexbox;display:flex} - -#groups-list.bp-list.grid.bb-cover-enabled .item-avatar .group-avatar-wrap{margin-top:-47px} - -#groups-list.bp-list.grid.bb-cover-enabled .item-avatar img{max-width:75px;width:100%} - -#groups-list.bp-list.grid.bb-cover-enabled .item-avatar .generic-button{text-align:left} - -#groups-list.bp-list.grid.bb-cover-enabled .item-avatar .generic-button .group-button{line-height:1.3;min-height:1px;padding:0;border:0;border-radius:0;min-width:1px;width:auto;background:100% 0;box-shadow:none;margin:5px auto 5px 0;font-size:14px;color:var(--bb-primary-color);-webkit-transition:all linear .2s;transition:all linear .2s} - -#groups-list.bp-list.grid.bb-cover-enabled .item-avatar .generic-button .group-button:hover{color:var(--bb-primary-color)} - -#groups-list.bp-list.grid.bb-cover-enabled .item-avatar .generic-button .group-button span{font-size:0} - -#groups-list.bp-list.grid.bb-cover-enabled .item-avatar .generic-button .group-button span::before{content:"\e876";font-family:bb-icons;speak:none;font-size:14px;margin-left:5px;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased} - -#groups-list.bp-list.grid.bb-cover-enabled .item-meta,#groups-list.bp-list.grid.bb-cover-enabled .list-title{text-align:right} - -#groups-list.bp-list.grid.bb-cover-enabled .groups-loop-buttons{-ms-flex-item-align:end;align-self:flex-end;min-width:1px;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:5px} - -#groups-list.bp-list.grid.bb-cover-enabled .groups-loop-buttons .group-button{text-align:left} - -.buddypress-wrap ul.bp-list.groups-dir-list.grid .list-wrap{border-radius:var(--bb-block-radius)} - -.buddypress-wrap ul.bp-list.groups-dir-list .bs-group-cover a{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0} - -#groups-list.bp-list .item-entry .list-wrap{padding:0;background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color)} - -#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:27px} - -#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap{display:block;min-width:auto} - -#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .generic-button{margin-bottom:0} - -#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button){background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);cursor:pointer;font-size:13px;float:left;letter-spacing:-.24px;line-height:28px;margin:0;min-height:30px;min-width:initial;padding:0 12px;text-align:center;text-transform:capitalize;width:auto} - -#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button):focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button)::before{display:inline-block;font-family:bb-icons;font-size:14px;margin-left:5px;font-weight:400} - -#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).join-group::before{content:"\eef9"} - -#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).leave-group::before,#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).membership-requested::before{content:"\e876"} - -#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).request-membership::before{content:"\eecc"} - -#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).leave-group:hover::before{content:"\ef23"} - -#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button):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)} - -#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).join-group,#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).request-membership{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color)} - -#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).join-group:focus,#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).request-membership:focus{box-shadow:var(--bb-outline-button-focus-shadow)} - -#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).join-group:hover,#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).request-membership: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)} - -#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).membership-requested{opacity:.5;pointer-events:none} - -#groups-list.bp-list.grid.bb-cover-disabled .item-avatar .groups-loop-buttons{display:none} - -#groups-list.bp-list.grid.bb-cover-disabled img.avatar{max-width:115px;width:100%} - -#groups-list.bp-list.grid.bb-cover-disabled .group-avatar-wrap{margin:15px 15px 0 0} - -#groups-list.bp-list.grid.bb-cover-disabled .item-meta{margin-bottom:5px} - -#groups-list.bp-list.grid.bb-cover-disabled.centered .group-avatar-wrap{margin-top:25px} - -#groups-list.bp-list.grid .list-wrap .item{padding-bottom:55px} - -#groups-list.bp-list.grid .list-wrap .item.group-members-hidden.group-join-button-hidden{padding-bottom:0} - -#groups-list.bp-list.grid .list-wrap .group-footer-wrap{position:absolute;right:20px;left:20px;bottom:-5px} - -#groups-list.bp-list:not(.grid){display:-webkit-box;display:-ms-flexbox;display:flex} - -#groups-list.bp-list:not(.grid) .item-entry .item{-ms-flex-flow:row;flex-flow:row} - -#groups-list.bp-list:not(.grid) .item-entry .item .group-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 250px);flex:0 0 -webkit-calc(100% - 250px);flex:0 0 calc(100% - 250px)} - -#groups-list.bp-list:not(.grid) .item-entry .item .group-item-wrap .item-desc p{max-width:600px} - -#groups-list.bp-list:not(.grid) .item-entry .item-avatar{display:block} - -#groups-list.bp-list:not(.grid) .item-entry .group-avatar-wrap{margin-right:0} - -#groups-list.bp-list:not(.grid) .item-entry .list-wrap{padding:15px 20px} - -#groups-list.bp-list:not(.grid) .item-entry .list-wrap .group-footer-wrap{margin-bottom:0} - -#groups-list.bp-list:not(.grid) .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button){min-width:135px;padding:1px 12px}@media screen and (max-width:1000px){ - -#groups-list.bp-list:not(.grid) .item-entry .item{-ms-flex-flow:column;flex-flow:column} - -#groups-list.bp-list:not(.grid) .item-entry .item .group-footer-wrap{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}} - -#groups-list.bp-list.invites:not(.grid){width:100%;display:block} - -#groups-list.bp-list.invites:not(.grid) .item-entry .item{-ms-flex-flow:row wrap;flex-flow:row wrap} - -#groups-list.bp-list.left .group-footer-wrap.group-members-hidden .groups-loop-buttons{-webkit-box-flex:0;-ms-flex:none;flex:none;margin-right:0} - -#groups-list.bp-list.centered .group-footer-wrap.group-join-button-hidden{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -#groups-list.bp-list.centered .group-footer-wrap.group-members-hidden{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -#groups-list.bp-list.centered .group-footer-wrap.group-members-hidden .groups-loop-buttons{-webkit-box-flex:0;-ms-flex:none;flex:none} - -body:not(.logged-in) #groups-list.bp-list.grid .list-wrap .item.group-members-hidden{padding-bottom:0} - -.buddypress-wrap ul.bp-list.groups-dir-list:not(.grid) .item-entry:first-child .list-wrap{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0} - -.buddypress-wrap ul.bp-list.groups-dir-list:not(.grid) .item-entry:last-child .list-wrap{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)}@media screen and (min-width:1146px) and (max-width:1500px){ - -body.has-sidebar.buddypanel-open .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (min-width:1146px) and (max-width:1195px){ - -body.has-sidebar.buddypanel-open .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (min-width:1146px) and (max-width:1500px){ - -body:not(.has-sidebar).buddypanel-open .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%;max-width:33.3333%}}@media screen and (min-width:895px) and (max-width:1195px){ - -body:not(.has-sidebar).buddypanel-open .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (min-width:800px) and (max-width:894px){ - -body:not(.has-sidebar).buddypanel-open .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (min-width:1046px) and (max-width:1345px){ - -body:not(.has-sidebar,.buddypanel-open) .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%;max-width:33.3333%}}@media screen and (min-width:800px) and (max-width:1044px){ - -body:not(.has-sidebar,.buddypanel-open) .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (max-width:1420px){ - -body.has-sidebar .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (max-width:1145px){ - -body.has-sidebar .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (max-width:1240px){ - -body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 33%;flex:0 0 33%;max-width:33%}}@media screen and (max-width:968px){ - -body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (max-width:799px){ - -body.has-sidebar .buddypress-wrap .grid.bp-list.groups-list>li,body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (max-width:640px){ - -body.has-sidebar .buddypress-wrap .grid.bp-list.groups-list>li,body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}} - -.group-members-wrap.only-grid-view{font-size:12px;color:var(--bb-alternate-text-color);letter-spacing:-.24px;margin-bottom:2px;text-align:right} - -.groups.group-members #group-members-search{height:34px;font-size:15px} - -.groups.group-members .buddypress-wrap .subnav-filters{margin-bottom:20px} - -a.bb-more-link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -a.bb-more-link i{font-size:12px} - -.groups.single-item .activity-update-form{margin-bottom:20px} - -#item-body.group-single-wrapper{margin:0 -10px} - -.bb-cover-disabled.grid .group-members-wrap.only-grid-view{display:none} - -.bp-shortcode-wrap .bp-feedback.info{margin-top:-5px;margin-bottom:20px} - -.bp-shortcode-wrap .dir-list{border-top:1px solid var(--bb-content-border-color);padding-top:30px} - -.bp-shortcode-wrap .item-desc.group-item-desc{padding-left:40px} - -.buddypress-wrap.bp-shortcode-wrap .subnav-filters{margin-top:-56px;float:left} - -body #buddypress .bp-list .action .generic-button .group-button{min-width:170px} - -#request-membership-form #group-request-membership-comments{min-height:80px;margin-bottom:20px} - -.groups .bp-single-vert-nav.bp-vertical-navs #item-body #subnav .subnav{display:inline-block;width:100%;margin:0;padding:0;border-bottom:none} - -.groups.bb-template-v1 .bp-single-vert-nav.bp-vertical-navs #item-body #subnav .subnav li a{padding:5px 10px;line-height:inherit} - -.buddypress .buddypress-wrap .bp-list.grid .action .group-subscription-div button.ges-change,.buddypress .buddypress-wrap .group-subscription-div button.ges-change,.group-subscription-div button.ges-change{padding:2px 5px;background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);font-size:13px} - -.buddypress .buddypress-wrap .bp-list.grid .action .group-subscription-div button.ges-change:focus,.buddypress .buddypress-wrap .group-subscription-div button.ges-change:focus,.group-subscription-div button.ges-change:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -.buddypress .buddypress-wrap .bp-list.grid .action .group-subscription-div button.ges-change:hover,.buddypress .buddypress-wrap .group-subscription-div button.ges-change:hover,.group-subscription-div button.ges-change: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)} - -#buddypress .groups-header .group-subscription-div .group-subscription-status{color:var(--bb-body-text-color)} - -.groups-header .centered .group-subscription-div{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -.groups-header .group-subscription-div{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}@media screen and (max-width:782px){ - -.groups-header .group-subscription-div{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}} - -.groups-header .group-subscription-div .group-subscription-status-desc{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:3px} - -.groups-header .group-subscription-div+[id*=ges-panel]{display:none} - -body.bp-nouveau.groups:not(.single-item) .group-subscription-div #js-dialogtooltip{right:0;left:0;z-index:11}@media screen and (min-width:46.8em){ - -body.bp-nouveau.groups:not(.single-item) .group-subscription-div #js-dialogtooltip{right:0;left:0}} - -.group-subscription-div{font-size:13px} - -.group-subscription-div #js-dialogtooltip{border:1px solid var(--bb-content-border-color);background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius-inner)}@media screen and (max-width:800px){ - -.group-subscription-div #js-dialogtooltip{max-width:350px}}@media screen and (max-width:544px){ - -.group-subscription-div #js-dialogtooltip{max-width:250px}} - -.group-subscription-div #js-dialogtooltip #tooltip-title{font-size:13px;line-height:150%} - -.group-subscription-div #js-tooltip-close{border:0;background-color:transparent;display:inline-block;width:16px;height:16px;margin-left:6px;color:var(--bb-alternate-text-color)} - -.group-subscription-div #js-tooltip-close:hover{color:var(--bb-headings-color)} - -.group-subscription-div #js-tooltip-close::before{content:"\e828";font-family:bb-icons;speak:none;font-size:16px;margin-left:5px;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;display:inline-block;width:16px;height:16px} - -.group-subscription-div #js-tooltip-close .modal-close__text{font-size:0} - -.group-subscription-div .gemail_icon{background-image:none!important;padding-right:0!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.group-subscription-div .gemail_icon::before{content:"\ee62";font-family:bb-icons;speak:none;font-size:16px;margin-left:5px;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;display:inline-block;width:16px;height:16px} - -.buddypress .buddypress-wrap .bp-list.grid .action .group-subscription-div .js-tooltip-content,.buddypress .buddypress-wrap .bp-list.list .action .group-subscription-div .js-tooltip-content{color:var(--bb-body-text-color)} - -.buddypress .buddypress-wrap .bp-list.grid .action .group-subscription-div a.group-sub,.buddypress .buddypress-wrap .bp-list.list .action .group-subscription-div a.group-sub{display:inline-block;border:0;padding:0 0 0 5px;color:var(--bb-headings-color);font-weight:700} - -.buddypress .buddypress-wrap .bp-list.grid .action .group-subscription-div a.group-sub:hover,.buddypress .buddypress-wrap .bp-list.list .action .group-subscription-div a.group-sub:hover{background-color:transparent;color:var(--bb-primary-color)} - -.bpgesWrapper .group-footer-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap} - -.bpgesWrapper .group-footer-wrap>.group-subscription-div{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding-top:10px;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}@media screen and (max-width:1000px){ - -.bp-list:not(.grid) .bpgesWrapper .group-footer-wrap>.group-subscription-div{-webkit-box-flex:1;-ms-flex:1;flex:1}} - -body.bp-nouveau.groups:not(.single-item) .bpgesWrapper .group-subscription-div{position:relative;top:10px} - -body #buddypress .bp-list.bp-list .bpgesWrapper .bp-generic-meta .generic-button{margin-left:0} - -.bp-list.bp-list .bpgesWrapper .group-footer-wrap>.group-subscription-div{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end} - -.bp-list.grid .bpgesWrapper .group-footer-wrap>.group-subscription-div{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -#groups-list.bp-list.grid .list-wrap .item.bpgesWrapper{padding-bottom:105px} - -#ass-email-subscriptions-options-page{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);padding:20px} - -#ass-email-subscriptions-options-page form>b{color:var(--bb-headings-color)} - -.ass-email-type .ass-email-explain{color:var(--bb-alternate-text-color);margin-right:24px} - -.ass-email-type label input[type=radio]{margin-left:10px}@media screen and (min-width:800px){ - -.sidebar-left .bb-profile-grid,.sidebar-left .bb-user-nav-display-wrap{-ms-flex-flow:row-reverse;flex-flow:row-reverse}}@media (min-width:800px) and (max-width:1150px){ - -.has-sidebar .bs-groups-items.list-view .item-wrap-left{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.has-sidebar .bs-groups-items.list-view .item-wrap-left{margin-bottom:20px} - -.has-sidebar .bs-groups-items.list-view div.action{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:0;margin:0} - -.has-sidebar .bs-groups-items.list-view .item-wrap-right{-ms-flex-flow:row wrap;flex-flow:row wrap} - -.has-sidebar .bs-groups-items .item-desc{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:15px;padding-left:0} - -.has-sidebar #buddypress .bs-groups-items .action .button{display:inline-block} - -.bs-item-list.list-view .bb-group-profile-card .bs-meta-bp_group_last_active{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:15px}}@media (max-width:1000px){ - -.bs-groups-items.list-view .item-wrap-left{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.bs-groups-items.list-view .item-wrap-left{margin-bottom:20px} - -.bs-groups-items.list-view div.action{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:0;margin:0} - -.bs-groups-items.list-view .item-wrap-right{-ms-flex-flow:row wrap;flex-flow:row wrap} - -.bs-groups-items .item-desc{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:15px;padding-left:0} - -#buddypress .bs-groups-items .action .button{display:inline-block} - -.item-desc.group-item-desc{margin:10px 0;padding-left:0} - -#buddypress .bp-list.groups-list li .list-wrap .item .item-block,.item-desc.group-item-desc{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding-left:0} - -.buddypress-wrap .groups-list .item-desc.group-item-desc p{max-width:100%} - -body.logged-in .bp-list.groups-list li .item .item-block{margin-bottom:0}}@media (max-width:543px){ - -.item-title a{font-size:18px;line-height:1.4} - -.bs-groups-items.list-view .item-wrap-left{padding-left:0} - -.bs-groups-items.list-view .item-wrap-right{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media screen and (max-width:782px){ - -#item-actions.group-item-actions dl{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 0 10px;padding:0} - -.directory.groups .bp-secondary-header{margin-top:20px} - -.bp-group-filter-wrap #group-type-filters,.bp-group-filter-wrap #group-type-select,.bp-group-filter-wrap #group-type-select .select-wrap{margin-top:0;margin-bottom:0}}@media (max-width:380px){ - -.list-view .item-wrap-left{-ms-flex-flow:row wrap;flex-flow:row wrap} - -.bs-item-list.list-view .item-avatar{margin-left:15px} - -.bs-groups-items .item-title a{margin-bottom:3px} - -.bs-groups-items.list-view .item-title-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1}}@media (max-width:544px){ - -.subnav-search.groups-search{float:left;margin-top:-6px;width:100%;margin-bottom:20px}} - -.bb-single-bp-content{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;padding:20px;margin-bottom:20px} - -#buddypress .bb-single-bp-content.bb-friends-wrap .bs-dir-search{margin-top:-10px} - -.bb-single-bp-content .bs-item-list-tabs{margin-top:20px;margin-bottom:-16px;border:0} - -.bb-single-bp-content .bs-item-list-tabs .selected a{font-weight:inherit} - -#buddypress .bb-single-bp-header{border-bottom:1px solid var(--bb-content-border-color);margin:0 -20px 20px;padding:0 20px 15px} - -#buddypress .bb-single-bp-header .bs-title{font-family:inherit;font-size:1rem;letter-spacing:.33px;margin-bottom:0;font-weight:600;text-transform:uppercase;line-height:1} - -#buddypress .bb-single-bp-header .bs-dir-search{margin:0 auto 0 0} - -#buddypress .bb-single-bp-header .bs-link{font-size:14px} - -.single-item.groups #buddypress #item-header #item-header-cover-image #item-actions,.single-item.groups #buddypress #item-header #item-header-cover-image #item-header-content{max-width:none} - -.single-item.groups #buddypress div#item-header div.generic-button{margin:0} - -.single-item.groups #buddypress div#item-header #item-buttons{padding:0;margin-bottom:0} - -.single-item.groups #buddypress .group-title-bar{margin-top:30px} - -.single-item.groups #buddypress div#item-header div#item-meta{margin:10px 0 5px;padding:0} - -.single-item.groups #buddypress div#item-header div#item-meta p{margin-bottom:12px;color:var(--bb-body-text-color)} - -.single-item.groups #buddypress .highlight,.single-item.groups #buddypress .highlight strong{display:block;font-size:15px;background:100% 0} - -.single-item.groups #buddypress ul.bbp-threaded-replies li.highlight{margin-bottom:0} - -.single-item.groups #buddypress .group-members-preview .gmp-list{margin-left:10px} - -.single-item.groups #buddypress .group-members-preview img{float:left;width:32px;height:32px;margin-right:-10px;border-radius:50%;border:1px solid #fff} - -.single-item.groups #buddypress .group-members-preview img:last-child{margin:0} - -.single-item.groups #buddypress div#item-header div#item-meta .group-members-preview p{margin:0;font-size:13px;color:#939597} - -.single-item.groups #buddypress div#item-header div#item-meta .group-members-preview p span{color:#3c4a5a} - -.single-item.subgroups #buddypress .item-body .subnav-filters{margin-bottom:1.5em} - -.single-item.subgroups #buddypress .item-body .groups-type-navs{display:none} - -#buddypress #item-header-cover-image #item-buttons{margin-right:auto} - -body #buddypress .groups-header #item-header-cover-image{margin-right:auto;padding-bottom:30px} - -#buddypress .bs-group-invite .button,#buddypress .generic-button a.group-button.join-group,#buddypress .generic-button a.group-button.leave-group{background:100% 0;border-width:1px;border-color:#385dff;box-shadow:none;color:#385dff;font-size:14px;min-height:34px;padding:6px 20px;border-radius:var(--bb-button-radius)} - -#buddypress .bs-group-invite .button:hover,#buddypress .generic-button a.group-button.join-group:hover,#buddypress .generic-button a.group-button.leave-group:hover{color:#0070e6;border-color:#0070e6} - -.bb-group-members-wrap.bb-single-bp-content .item-meta{margin:10px 0 15px} - -.bs-suggested-groups .item{margin-bottom:10px;border:1px solid var(--bb-content-border-color);border-radius:4px;overflow:hidden} - -.bs-suggested-groups .item .bs-suggested-group-cover{height:66px;display:block;background-position:center top;background-repeat:no-repeat;background-size:cover} - -.bs-suggested-groups .item #item-header-avatar{position:relative;width:52px;margin-right:15px;margin-top:-40px;border:2px solid #fff;border-radius:3px} - -.bs-suggested-groups .item #item-header-avatar a{border-radius:3px;overflow:hidden} - -.bs-suggested-groups .item .item-meta{position:relative;padding:10px 15px 15px} - -.bs-suggested-groups .item h5{margin-bottom:0} - -.bs-suggested-groups .item .meta-members{font-size:13px;color:#939597} - -.bs-suggested-groups .item a.meta-join{font-size:15px;position:absolute;top:2px;left:15px} - -.bs-suggested-groups .item a.meta-join:hover{color:#0070e6} - -.widget-title .stats{color:#818385} - -.bs-group-invite .more,.bs-suggested-groups .more{font-weight:600} - -.bs-group-admins ul,.bs-group-members-grid ul,.bs-group-photos ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -2px -4px} - -.bs-group-admins ul li,.bs-group-members-grid ul li,.bs-group-photos ul li{margin-bottom:4px;padding:0 2px;width:-webkit-calc(100% * (1 / 4));width:calc(100% * (1 / 4))} - -.bs-group-admins ul a,.bs-group-members-grid ul a,.bs-group-photos ul a{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;font-size:13px;border-radius:3px;overflow:hidden;background:rgba(18,43,70,.05);color:var(--bb-primary-color)} - -.bs-group-admins ul img,.bs-group-members-grid ul img,.bs-group-photos ul img{width:100%} - -.bs-group-photos ul li{width:-webkit-calc(100% * (1 / 3));width:calc(100% * (1 / 3))} - -.bs-group-invite .widget-title{margin-bottom:10px} - -.bs-group-invite p{margin-bottom:12px} - -.widget .more{font-size:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.widget .more i{margin-right:-8px;font-size:24px} - -.widget .more:hover{color:#0070e6} - -.bs-group-members-grid,.bs-group-photos{padding-bottom:15px} - -.bs-group-members-grid .more,.bs-group-photos .more{margin-top:15px;text-transform:uppercase;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -#buddypress .bs-group-invite .group-invite-form,.bs-group-invite .group-invite-form{margin-bottom:10px} - -#buddypress .bs-group-invite input,.bs-group-invite input{font-size:14px;height:33px} - -#buddypress .bs-group-invite input[type=email],.bs-group-invite input[type=email]{width:-webkit-calc(100% - 72px);width:calc(100% - 72px);border:1px solid #dedfe2;border-radius:0 3px 3px 0} - -#buddypress .bs-group-invite input[type=submit],.bs-group-invite input[type=submit]{min-height:33px;line-height:33px;padding-top:0;padding-bottom:0;background:#d0d4d8;border-radius:3px 0 0 3px;border-right:0;color:#fff} - -#buddypress .bs-group-invite .button:hover,.bs-group-invite .button:hover{background:100% 0} - -.group-members-heading{padding:20px;border:1px solid var(--bb-content-border-color);border-bottom:none;border-radius:4px 4px 0 0;background:#fff} - -.group-members-heading h6{margin:0;text-transform:uppercase} - -hr.group-members-border{height:1px;margin:0 20px;background:var(--bb-content-border-color)} - -#buddypress #member-list{padding:10px;border:1px solid var(--bb-content-border-color);border-top:none;border-radius:0 0 4px 4px;background:#fff} - -#buddypress #member-list li{padding:10px;border:none} - -#buddypress #member-list h5{margin-bottom:0;font-weight:600} - -#buddypress #member-list h5 a{color:var(--bb-headings-color)} - -#buddypress #member-list .member-options-wrap{position:relative;cursor:pointer} - -#buddypress #member-list .member-options-wrap>a{color:var(--bb-alternate-text-color)} - -#buddypress #member-list .member-options-wrap>a::after{content:" ";position:absolute;width:0;height:0;top:26px;margin:0 0 0 8px;left:0;box-sizing:border-box;border:8px solid #000;border-color:#fff transparent transparent #fff;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 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:101;opacity:0;visibility:hidden} - -#buddypress #member-list .member-options-wrap .member-options-menu{position:absolute;left:0;top:26px;margin-left:-10px;padding:10px 0;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;z-index:100;opacity:0;visibility:hidden;-webkit-transition:all linear .2s;transition:all linear .2s} - -#buddypress #member-list .member-options-wrap .member-options-menu a{display:block;padding:2px 15px;margin:0;min-height:0;font-size:13px;line-height:24px;white-space:nowrap;border:0;border-radius:0;background:100% 0;color:var(--bb-body-text-color);text-align:right} - -#buddypress #member-list .member-options-wrap .member-options-menu a:hover{color:var(--bb-primary-color);background:#f5f5f5} - -#buddypress #member-list .member-options-wrap:hover>a{color:var(--bb-headings-color)} - -#buddypress #member-list .member-options-wrap:hover>a::after{opacity:1;visibility:visible} - -#buddypress #member-list .member-options-wrap:hover .member-options-menu{opacity:1;visibility:visible} - -#buddypress #member-list .inside{border:1px solid var(--bb-content-border-color);border-radius:4px;overflow:hidden} - -#buddypress #member-list .inside>a{display:block;overflow:hidden} - -#buddypress #member-list .inside img{margin:0} - -#buddypress #member-list .member-info{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:20px} - -#buddypress #member-list .member-location{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;color:#939597} - -#buddypress #member-list .member-location i{margin-right:-8px;font-size:20px} - -#buddypress #member-list .activity{position:absolute;bottom:20px;right:20px} - -.bs-item-list.square-view .bs-item-list-inner{padding:0} - -.bs-item-list.square-view .bs-item-avatar{margin-bottom:0} - -.bs-item-list.square-view .bs-item-avatar img.avatar{border-radius:0 3px 3px 0;max-width:150px} - -.bs-item-list.square-view .bb-member-deails-wrap{text-align:right;padding:20px} - -.bs-item-list.square-view .follow-wrap{margin-bottom:0} - -.bs-item-list.square-view a.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;font-size:20px} - -.bb-member-deails-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap} - -.bb-member-deails-wrap>div{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-member-deails-wrap>div:last-child{margin-top:auto} - -.bb-member-deails-wrap .item-meta{margin-top:-20px} - -.bp-group-status{margin-bottom:1rem} - -p.bp-group-meta.bp-group-status,p.bp-group-meta.bp-group-type{-ms-flex-item-align:start;align-self:flex-start;margin-top:8px;margin-bottom:10px} - -.groups-header #item-header-cover-image #item-actions{padding:0;text-align:right} - -.group-description{font-size:14px;color:inherit;margin:10px 0} - -.groups-header div#item-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column} - -.group-members #buddypress #item-body .bp-navs.group-subnav,.groups-header .moderators-lists .moderators-title{display:none} - -.buddypress-wrap.bp-single-vert-nav .group-invites-members-listing{padding-bottom:20px} - -#group-invites-container .bb-groups-invites-left #members-list{max-height:60vh} - -.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body{padding-bottom:0} - -.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-invites-container{border:0;margin:0 -20px} - -.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-invites-container .bp-navs.group-subnav{background:100% 0;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:0 20px;border-radius:0;border:0} - -.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-invites-container .group-invites-column{padding:0} - -.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body li.selected{background:100% 0} - -.pending-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-invites-container .group-invites-column{padding:20px 20px 0} - -.pending-invites #item-body #group-invites-container .bp-invites-content .list-title{margin-bottom:5px} - -.group-invites .bp-dir-hori-nav:not(.bp-vertical-navs) #item-body #group-invites-container .bp-navs.group-subnav{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:1px;border:0;padding:0 20px;border-radius:4px 4px 0 0;background:#fff;border-bottom:1px solid var(--bb-content-border-color)} - -.group-invites .bp-dir-hori-nav:not(.bp-vertical-navs) #group-invites-container ul.subnav li{float:right;margin-left:30px} - -.group-invites .bp-dir-hori-nav:not(.bp-vertical-navs) #item-body #group-invites-container .subnav li.selected{background:100% 0;border-bottom:1px solid var(--bb-primary-color);margin-bottom:-1px} - -.group-invites .bp-dir-hori-nav:not(.bp-vertical-navs) #item-body #group-invites-container .subnav li.selected a{font-weight:500} - -.group-invites .bp-dir-hori-nav:not(.bp-vertical-navs) #item-body #group-invites-container .bp-navs.group-subnav a{background:100% 0;margin-bottom:0;padding:16px 0}@media (max-width:1050px){ - -.group-invites .bp-single-vert-nav nav#object-nav.vertical{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;border:0;border-bottom:1px solid var(--bb-content-border-color);min-height:1px;padding:10px 0} - -.group-invites .bp-single-vert-nav nav#object-nav.vertical li{width:auto} - -.group-invites #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap nav#object-nav.vertical{border-radius:4px 4px 0 0} - -.group-invites nav#object-nav.vertical a{padding:5px 15px}} - -.groups-header .parent-list .parent-title{display:none} - -.groups.group-admin #buddypress.buddypress-wrap.bp-single-vert-nav #item-body{border:0;-ms-flex-flow:column;flex-flow:column} - -.groups.group-admin #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-settings-form{padding:30px 0 0} - -.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav{background:100% 0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:1px;padding:0;border:0} - -.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav a{background:100% 0;line-height:1.6875rem;padding:0 0 10px;margin-bottom:-1px} - -.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav .selected a{border-bottom:1px solid var(--bb-primary-color);font-weight:500;border-top:0} - -.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li{float:right} - -.bp-learndash-reports-filters-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-flow:row wrap;flex-flow:row wrap} - -.bp-learndash-reports-filters-form>*{margin-right:10px;margin-bottom:10px} - -.bp-learndash-reports-filters-form button.button{font-size:14px;font-weight:500;min-height:34px;min-width:120px;padding:6px 20px} - -.bp-learndash-reports-filters-form .bp-learndash-reports-filters select{height:34px} - -.bp_ld_report_table_wrapper h2{font-weight:500;font-size:22px;line-height:1.1} - -.bp_ld_report_table_wrapper .bp_ld_report_table{border:0;border-collapse:collapse;border-radius:4px;overflow:hidden;box-shadow:0 0 0 1px #e7eaec;width:100%} - -.bp_ld_report_table_wrapper .bp_ld_report_table thead tr{background:#fff;border-bottom:1px solid var(--bb-content-border-color)} - -.bp_ld_report_table_wrapper .bp_ld_report_table thead th{border-bottom:0;font-size:13px;outline:0;font-weight:400;text-transform:uppercase;color:var(--bb-alternate-text-color)} - -.bp_ld_report_table_wrapper .bp_ld_report_table td,.bp_ld_report_table_wrapper .bp_ld_report_table th{border:0;font-size:14px;padding:12px 20px} - -table.dataTable.no-footer.bp_ld_report_table{border-bottom:0} - -table.dataTable thead .sorting{background:url(../images/svg/sort-arrows.svg) no-repeat center right 15px;background-size:10px} - -table.dataTable thead .sorting_asc{background:url(../images/svg/sort-up.svg) no-repeat center right 15px;background-size:8px} - -table.dataTable thead .sorting_desc{background:url(../images/svg/sort-down.svg) no-repeat center right 15px;background-size:8px} - -.dataTables_wrapper .dataTables_processing{background:rgba(255,255,255,.78);box-shadow:0 0 0 1px #e7eaec;top:0;height:-webkit-calc(97% - 29px);height:calc(97% - 29px);min-height:48px;margin:0 auto;right:0;padding:15px 0 0;border-radius:4px;font-size:0} - -.dataTables_wrapper .dataTables_processing::after{content:"\ef30";-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;font:400 normal normal 20px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} - -.ld-report-course-name{font-weight:500;font-size:22px;line-height:1.1} - -.ld-report-course-name a{color:inherit} - -a.button.ld-report-export-csv.has-data{min-width:140px} - -.ld-report-course-stats,.ld-report-user-stats{color:#939597;margin-bottom:35px;border-radius:5px} - -.ld-report-course-stats b,.ld-report-user-stats b{color:var(--bb-body-text-color)} - -.user-steps{color:#939597} - -.user-steps b{color:var(--bb-body-text-color)} - -.ld-report-user-stats .user-message{margin-right:auto} - -.ld-report-user-stats a.send-message{min-width:120px} - -.ld-report-user-stats .item-meta{font-size:13px} - -.ld-report-user-stats .user-info{min-width:25%} - -#buddypress .ld-report-user-stats .generic-button .send-message{font-size:14px;font-weight:500;min-height:34px;padding:6px 20px} - -.item-header-wrap .bp-group-meta{margin:0} - -.item-header-wrap .bp-group-meta span{border-radius:100px;display:inline-block;font-size:13px;font-weight:500;letter-spacing:.25px;color:inherit;padding:6px 10px;line-height:1;white-space:nowrap} - -.item-header-wrap .bp-group-meta .group-type{background:var(--bb-label-background-color);color:var(--bb-label-text-color);font-size:11px;font-weight:700} - -.item-header-wrap .bp-group-meta .type-separator{display:none} - -.item-header-wrap .bp-group-meta-wrap .bp-group-status>span{padding:0;font-size:14px} - -.buddypress-wrap .item-header-wrap .bp-title{font-size:14px;font-weight:400;color:var(--bb-alternate-text-color);margin:0 0 5px} - -.item-header-wrap #item-actions.group-item-actions{margin-bottom:0} - -.item-header-wrap span.group-visibility::before{font:400 normal normal 15px/1 bb-icons;speak:none;display:inline-block;margin-left:3px;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} - -.bb-template-v2 .item-header-wrap span.group-visibility::before{font-weight:300} - -.item-header-wrap span.group-visibility.public::before{content:"\ef5a"} - -.item-header-wrap span.group-visibility.private::before{content:"\eecd"} - -.item-header-wrap span.group-visibility.hidden::before{content:"\ee6a";-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)} - -#buddypress div#item-header-cover-image .bb-bp-group-title{margin:0 0 10px 10px;max-width:100%;word-break:break-word} - -#buddypress #item-header .bp-group-parent-wrap .parent-list{margin:0;padding:0} - -#buddypress #item-header .bp-group-parent-wrap .parent-list .avatar{max-width:26px;height:auto} - -#buddypress #item-header .bp-group-parent-wrap .group-list{margin:0 0 0 10px} - -#buddypress #item-header .bp-group-parent-wrap .group-list li{margin:0} - -#buddypress #item-header .bp-group-parent-wrap .bp-parent-group-title-wrap{margin:0} - -.bp-group-parent-wrap{margin-bottom:10px} - -#buddypress .bp-group-status .group-type,#buddypress .bp-group-type .group-visibility{display:none} - -.bp-parent-group-title{color:var(--bb-body-text-color);font-size:14px;font-weight:500;letter-spacing:-.2px} - -.bp-current-group-title{font-size:14px;letter-spacing:-.2px;color:#939597} - -#admins-list .action{margin-right:auto;margin-bottom:0} - -#admins-list .action .button{min-height:30px;font-size:12px;font-weight:600;letter-spacing:0;padding:0 20px;line-height:30px} - -#group-settings-form #admins-list li:last-child,#group-settings-form #members-list li:last-child{border-bottom:1px solid var(--bb-content-border-color)} - -ul#group-admins li{margin:0 0 0 -10px} - -ul#group-admins li a{display:inline-block} - -ul#group-admins li .avatar{border:2px solid #fff}@media (max-width:800px){ - -ul#group-admins{margin-right:-10px}} - -.groups-header .moderators-lists{margin:0} - -.groups-header #item-header-cover-image #item-actions,.groups-header #item-header-cover-image #item-header-content{padding-bottom:0} - -.groups-header #item-header-content .generic-button .group-button{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;text-transform:capitalize} - -.groups-header #item-header-content .generic-button .group-button:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -.groups-header #item-header-content .generic-button .group-button::before{display:inline-block;font-family:bb-icons;font-size:18px;margin-left:5px} - -.groups-header #item-header-content .generic-button .group-button.join-group,.groups-header #item-header-content .generic-button .group-button.request-membership{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)} - -.groups-header #item-header-content .generic-button .group-button.join-group:focus,.groups-header #item-header-content .generic-button .group-button.request-membership:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.groups-header #item-header-content .generic-button .group-button.join-group::before,.groups-header #item-header-content .generic-button .group-button.request-membership::before{content:"\eef9";font-weight:400} - -.groups-header #item-header-content .generic-button .group-button.join-group:focus,.groups-header #item-header-content .generic-button .group-button.join-group:hover,.groups-header #item-header-content .generic-button .group-button.request-membership:focus,.groups-header #item-header-content .generic-button .group-button.request-membership:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -.groups-header #item-header-content .generic-button .group-button.request-membership::before{content:"\eecd"} - -.bb-template-v2 .groups-header #item-header-content .generic-button .group-button.request-membership::before{font-weight:300} - -.groups-header #item-header-content .generic-button .group-button.leave-group::before{content:"\e876";font-weight:400} - -.groups-header #item-header-content .generic-button .group-button.leave-group:hover::before{content:"\ef23"} - -.groups-header #item-header-content .generic-button .group-button.membership-requested{opacity:.5;pointer-events:none} - -.groups-header #item-header-content .generic-button .group-button.membership-requested::before{content:"\e876";font-weight:400} - -.groups-header #item-header-content .generic-button .group-button:active,.groups-header #item-header-content .generic-button .group-button:focus,.groups-header #item-header-content .generic-button .group-button: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)} - -.groups-header #item-header-content .group-actions-absolute .bb_more_options .bb_more_options_action:hover{background-color:var(--bb-content-alternate-background-color);border-color:var(--bb-content-border-color)} - -.groups-header #item-header-content .group-actions-absolute .bb_more_options .bb_more_options_action:hover i{color:var(--bb-headings-color)} - -.groups-header #item-header-content .group-actions-absolute .groups-meta .group-subscription{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color)} - -.groups-header #item-header-content .group-actions-absolute .groups-meta .group-subscription:focus,.groups-header #item-header-content .group-actions-absolute .groups-meta .group-subscription:hover{color:var(--bb-primary-button-text-regular);background-color:var(--bb-primary-button-background-regular);border-color:transparent} - -.groups-header #item-header-content .group-actions-absolute .bb_more_options{position:relative!important;top:0;left:0} - -.groups-header #item-header-content .group-actions-absolute .bb_more_options .bb_more_options_action{border-radius:var(--bb-button-radius);border:1px solid var(--bb-content-border-color);padding:0 8px} - -.groups-header #item-header-content .group-actions-absolute .bb_more_options .bb_more_options_action i{color:var(--bb-headings-color);line-height:36px} - -.groups-header #item-header-content .group-actions-absolute .bb_more_options .bb_more_options_list .button{margin-right:0} - -.groups-header #cover-image-container.centered #item-header-content .group-actions-absolute{position:static;margin-top:0} - -.groups-header #cover-image-container.centered #item-header-cover-image .bb-bp-group-title{margin-left:0} - -.groups-header #item-header-cover-image{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -#buddypress .groups-header.single-headers .action .button{margin-right:12px;margin-left:0;min-height:auto;min-width:145px} - -#buddypress .groups-header.single-headers .action .button.reported-content{opacity:.9} - -.groups-header .moderators-lists .user-list{-webkit-box-flex:1;-ms-flex:1;flex:1} - -#buddypress .groups-header.single-headers .action .generic-button:first-child .button{margin-right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap} - -.groups-meta.action::after{content:"";display:table;clear:both} - -.buddypress-wrap:not(.bp-single-vert-nav) .bp-manage-group-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:4px;margin-bottom:30px} - -.groups.group-admin #buddypress #item-body #group-settings-form{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1px;padding:40px 50px;background:var(--bb-content-background-color);border-radius:var(--bb-block-radius)} - -.groups.group-admin #buddypress #item-body #group-settings-form label{display:block;font-size:15px;font-weight:400;color:var(--bb-body-text-color);letter-spacing:-.27px;line-height:1.187;margin-bottom:12px;margin-top:0} - -.groups.group-admin #buddypress #item-body #group-settings-form h4.bb-section-title{font-size:24px;font-weight:600;letter-spacing:-.24px} - -.groups.group-admin #buddypress #item-body #group-settings-form p.bb-section-info{color:var(--bb-body-text-color);margin:0 0 1rem} - -.groups.group-admin #buddypress #item-body #group-settings-form .bb-sep-line{background:#eef0f3;height:1px} - -.groups.group-admin #buddypress #item-body #group-settings-form .bp-group-option-enable{background:var(--bb-content-alternate-background-color);border-radius:var(--bb-block-radius-inner);padding:15px} - -.groups.group-admin #buddypress #item-body #group-settings-form .bp-group-option-enable label{margin:0;font-size:14px} - -.groups.group-admin #buddypress #item-body #group-settings-form #delete-group-understand+label::before{margin-left:12px} - -.groups.group-admin #buddypress #item-body #group-settings-form input[type=text],.groups.group-admin #buddypress #item-body #group-settings-form textarea{margin-bottom:30px} - -.groups.group-admin #buddypress #item-body #group-settings-form textarea{height:auto;min-height:100px;line-height:1.35;padding:10px 12px} - -.groups.group-admin #buddypress #item-body #group-settings-form .bp-controls-wrap{margin:0 0 30px} - -.groups.group-admin #buddypress #item-body #group-settings-form .group-settings-selections fieldset label{font-weight:600} - -.groups.group-admin #buddypress #item-body #group-settings-form .group-parent #bp-groups-parent{margin-bottom:1em} - -.groups.group-admin #buddypress #item-body #group-settings-form .bp-template-notice.bp-feedback-v2{border:1px solid rgba(0,0,0,.05);border-radius:4px;padding-right:10px} - -.groups.group-admin #buddypress #item-body #group-settings-form .bp-template-notice.bp-feedback-v2 p a{text-decoration:underline} - -.groups.group-admin #buddypress #item-body .group-settings-selections fieldset{border:0;padding:0;margin:0 0 20px} - -.groups.group-admin #buddypress #item-body .group-settings-selections legend{color:var(--bb-headings-color);font-size:18px;font-weight:500;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:15px;width:100%;margin-bottom:25px} - -.groups.group-admin #buddypress #item-body .group-settings-selections ul{font-size:13px;margin:0 53px 30px 0;line-height:1.6} - -.groups.group-admin #buddypress #item-body label.bp-label-text.warn{margin-top:40px} - -.groups.group-admin #buddypress #drag-drop-area{background:rgba(240,243,247,.5);border:1px dashed #dedfe2;border-radius:6px;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:16px;letter-spacing:-.24px;line-height:26px} - -.groups.group-admin #buddypress .password-toggle .bb-hide-pw .bb-icon{color:var(--bb-body-text-color)} - -.groups.group-admin #buddypress .bb-group-zoom-settings-container .bb-field-wrap .copy-toggle .bb-copy-button [class*=bb-icon]{color:var(--bb-body-text-color)} - -.groups.group-admin #buddypress .bb-group-zoom-settings-container .bb-field-wrap .bp-input-wrap .bb-guide-icon [class*=bb-icon]{color:var(--bb-headings-color)} - -.groups.group-admin #buddypress .bb-group-zoom-settings-container .bb-section-title-wrap .bb-wizard-button{color:var(--bb-headings-color);background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color)} - -.groups.group-admin #buddypress .bb-zoom-setting-tab .bb-zoom-setting-tabs ul li a{color:var(--bb-body-text-color)} - -.groups.group-admin #buddypress .bb-zoom-setting-tab .bb-zoom-setting-tabs ul li a.active-tab{color:var(--bb-headings-color);border-color:var(--bb-primary-color)} - -.groups.group-admin #buddypress #item-body #group-settings-form .bb-zoom-setting-content .bb-field-wrap .group-setting-label{font-size:16px!important;font-weight:500;color:var(--bb-headings-color)} - -.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2{border:1px solid rgba(0,0,0,.05);border-radius:var(--bb-block-radius-inner);padding-right:0;margin-bottom:25px} - -.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2 p{padding-right:10px} - -.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2 .bp-icon{background-color:transparent;color:inherit;font-family:bb-icons;font-size:18px;font-weight:200;padding:0 15px 0 0;margin:0} - -.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.error .bp-icon::before{content:"\ee65";font-weight:200} - -.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.warning .bp-icon::before{content:"\ee66";font-weight:300} - -.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.success .bp-icon::before{content:"\e876";font-weight:200} - -.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.info .bp-icon::before{content:"\eebc";font-weight:200} - -.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.loading .bp-icon::before{content:"\e884"} - -.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.help .bp-icon::before{content:"\eec6";font-weight:200} - -.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.updated .bp-icon::before{content:"\e876";font-weight:200} - -body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting-container #subnav.bp-navs .subnav,body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-webinar-container #subnav.bp-navs .subnav{display:block;padding:0 0 16px;line-height:1;margin-bottom:-1px} - -.groups.group-admin .bp-navs.group-subnav{-webkit-box-flex:0;-ms-flex:0 0 220px;flex:0 0 220px;background-color:var(--bb-body-background-color);border-left:1px solid var(--bb-content-border-color);border-bottom:0;min-height:60vh;border-radius:0 4px 4px 0;margin:0;padding:30px 0}@media screen and (max-width:1041px){ - -.groups.group-admin .bp-navs.group-subnav{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:auto;padding:0} - -.groups.group-admin .bp-navs.group-subnav li{float:right}} - -.groups.group-admin .bp-navs.group-subnav a{border:0;font-size:14px;color:var(--bb-headings-color);letter-spacing:-.24px;display:block;padding:13px 20px;line-height:1;margin-bottom:1px} - -.groups.group-admin .bp-navs.group-subnav a:hover{color:var(--bb-primary-color)} - -.groups.group-admin .bp-navs.group-subnav .current a,.groups.group-admin .bp-navs.group-subnav .selected a{background:var(--bb-content-background-color);color:var(--bb-headings-color);font-weight:400;text-decoration:none}@media screen and (min-width:1041px){ - -.groups.group-admin .bp-navs.group-subnav .current a,.groups.group-admin .bp-navs.group-subnav .selected a{border-top:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color)}} - -.groups.group-admin .bp-navs.group-subnav .selected{position:relative} - -.groups .bp-single-vert-nav .subnav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -20px;padding:0 20px;border-bottom:1px solid #e7e9ec} - -.groups .bp-single-vert-nav .subnav li:not(:last-child){padding-left:30px} - -.groups .bp-single-vert-nav .subnav .current a{border-color:var(--bb-primary-color);font-weight:500} - -.groups .bp-single-vert-nav .subnav a{background:100% 0;border-bottom:1px solid transparent;display:block;padding:0 0 16px;line-height:1;margin-bottom:-1px} - -.groups .bp-zoom-meeting-container .bb-model-footer,.groups .bp-zoom-webinar-container .bb-model-footer{background-color:transparent} - -.groups #buddypress .bp-zoom-meeting-container .bp-wrap-duration input,.groups #buddypress .bp-zoom-meeting-container .bp-wrap-duration select,.groups #buddypress .bp-zoom-webinar-container .bp-wrap-duration input,.groups #buddypress .bp-zoom-webinar-container .bp-wrap-duration select{padding-left:30px} - -.bb-template-v2.groups #buddypress .bp-zoom-meeting-container .bp-navs,.bb-template-v2.groups #buddypress .bp-zoom-webinar-container .bp-navs{padding:0} - -.bb-template-v2.groups #buddypress .bp-zoom-meeting-container .bp-navs a,.bb-template-v2.groups #buddypress .bp-zoom-webinar-container .bp-navs a{padding:10px} - -.groups .bb-single-course-sidebar{margin:0!important} - -.groups .bb-single-course-sidebar .widget{box-shadow:none;border:1px solid var(--bb-content-border-color)} - -.groups .bb-learndash-content-wrap{padding-top:0} - -.groups .bb-grid .bb-learndash-content-wrap{padding-left:10px} - -.groups h3.bbp-topic-title{display:none} - -.groups .bs-single-forum-list .bs-header-item .bs-forums-meta{display:none} - -.groups #bbpress-forums{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column} - -.groups #bbpress-forums .bp-group-single-forums{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5} - -.groups .bb-learndash-content-wrap .ld-progress-stats,.groups .learndash-wrapper .ld-progress .ld-progress-stats{color:inherit} - -.groups .bb-learndash-content-wrap .entry-title{font-weight:500;margin-top:10px} - -.groups .bb-learndash-content-wrap .bb-course-excerpt{margin-bottom:30px} - -.groups .bb-learndash-content-wrap .bb-about-instructor h5{margin:0 0 5px} - -.groups .learndash-wrapper .ld-course-status .ld-status{font-weight:500} - -#bbpress-forums.single-with-sub-forum{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column} - -#bbpress-forums.single-with-sub-forum .bp-group-single-forums{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5} - -#bbpress-forums .bp-group-single-forums hr{height:1px;margin:0 0 35px} - -#group-messages-container{border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color)} - -#group-messages-container .select2-container--default .select2-selection--multiple{background-color:var(--bb-content-background-color)} - -#group-settings-form #request-list{margin:0;padding:0} - -#group-settings-form #request-list li{-ms-flex-flow:row wrap;flex-flow:row wrap;background-color:var(--bb-body-background-color);border:1px solid var(--bb-content-border-color);border-bottom:0;margin:0 0 -1px;padding:15px 20px} - -#group-settings-form #request-list li:first-child{border-top-right-radius:var(--bb-block-radius);border-top-left-radius:var(--bb-block-radius)} - -#group-settings-form #request-list li:last-child{border-bottom-left-radius:var(--bb-block-radius);border-bottom-right-radius:var(--bb-block-radius);border-bottom:1px solid var(--bb-content-border-color)} - -#group-settings-form #request-list li .item-meta{margin-left:20px} - -#group-settings-form #request-list li .item-meta span.comments{display:block;font-size:14px;font-weight:400;margin-bottom:6px} - -#group-settings-form #request-list li .item-meta span.activity{display:block;font-size:13px;font-weight:400} - -#group-settings-form #request-list .action{-webkit-box-flex:1;-ms-flex:1;flex:1} - -#group-settings-form #request-list .item-title{text-align:right} - -#group-settings-form #request-list img.avatar{max-width:50px} - -#group-settings-form #request-list .item{-ms-flex-flow:column;flex-flow:column} - -#group-settings-form #request-list .item-title h3{margin:0 0 5px}@media screen and (max-width:980px){ - -#group-settings-form #request-list li .action{margin-top:15px}} - -.group-avatar #avatar-crop-pane,.group-avatar #group-create-body .avatar{border-radius:4px} - -.group-forum-confirmation{border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);box-shadow:0 12px 28px 0 rgba(18,43,70,.15),0 2px 7px 0 rgba(18,43,70,.08);width:95%!important;right:50%!important;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);max-width:460px} - -.group-forum-confirmation .ui-dialog-content{font-size:15px;line-height:1.5} - -.group-forum-confirmation .ui-dialog-buttonpane{border-color:var(--bb-content-border-color)} - -.group-forum-confirmation .ui-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);font-family:inherit;font-size:15px;border-radius:var(--bb-button-radius);min-height:38px;padding:0 20px;font-weight:500;text-decoration:none;cursor:pointer;display:inline-block;border-width:1px;border-style:solid;outline:0;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:none;-webkit-transition:.3s all;transition:.3s all} - -.ui-widget-overlay{background:rgba(250,251,253,.5);opacity:1}@media (min-width:1181px){ - -.logged-in .item-header-wrap .bp-group-title-wrap{max-width:50%} - -.logged-in .item-header-wrap .groups-meta.action{position:absolute;top:20px;left:20px;max-width:35%;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} - -.logged-in .item-header-wrap .groups-meta.action>.generic-button{margin-bottom:10px} - -.logged-in .item-header-wrap .bb_more_options{position:absolute;top:33px;left:-20px} - -.groups-header #item-header-content .group-actions-absolute{position:absolute;left:0;top:20px;width:auto} - -.groups-header .bb-disable-cover-img #item-header-content .group-actions-absolute{top:20px}}@media (max-width:1400px){ - -.has-sidebar.buddypanel-open .groups-header #item-header-content .group-actions-absolute{position:relative;top:0;margin-top:15px} - -.has-sidebar.buddypanel-open .groups-header #cover-image-container.left #item-header-content .group-actions-absolute{margin:0 0 15px} - -.has-sidebar.buddypanel-open .groups-header #cover-image-container.left #item-header-content .group-actions-absolute .groups-meta:first-child{margin-right:0} - -.has-sidebar.buddypanel-open.logged-in .item-header-wrap .bp-group-title-wrap,.has-sidebar.buddypanel-open.logged-in .item-header-wrap .group-description{max-width:100%} - -.groups-header #cover-image-container.left #item-header-content .group-actions-absolute{margin:0 0 15px} - -.groups-header #cover-image-container.left #item-header-content .group-actions-absolute .groups-meta:first-child{margin-right:0}}@media (max-width:1180px){ - -.groups-header #item-header-content .group-actions-absolute{margin-top:15px} - -.groups-header #item-header-content .group-actions-absolute .bp-group-meta span{padding-right:0} - -.groups-header #item-header-content .group-actions-absolute .groups-meta{margin-top:0} - -.buddypanel-open.single-item.groups.has-sidebar .widget-area:not(.widget-area-secondary){-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding-top:0}}@media (max-width:1080px){ - -.groups-header #item-header-content .group-actions-absolute{margin-top:15px} - -.groups-header .groups-meta{margin:12px 0 4px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle} - -.bb_more_options{display:inline-block;vertical-align:middle} - -.single-item.groups.has-sidebar .bp-zoom-meeting-container{padding-bottom:0} - -.single-item.groups.has-sidebar .widget-area:not(.widget-area-secondary){-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding-top:0}}@media (max-width:960px){ - -.dataTables_wrapper{overflow:auto}}@media (min-width:992px) and (max-width:1200px){ - -#buddypress #member-list .inside img{width:90px} - -#buddypress #member-list .activity{position:static}}@media (max-width:799px){ - -.bb-single-bp-content .flex.bs-item-list-tabs{-ms-flex-flow:row wrap;flex-flow:row wrap} - -#buddypress .bb-single-bp-content.bb-friends-wrap .bs-dir-search{margin-top:-45px;float:left} - -.bb-single-bp-content .bs-item-list-tabs ul{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;clear:both} - -#buddypress div#item-header-cover-image .bb-bp-group-title{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:0 0 12px} - -.groups-header .groups-meta{margin:4px 0}}@media (min-width:749px){ - -.groups.messages .bp-single-vert-nav .groups-header.single-headers{margin-bottom:20px}}@media (max-width:748px){ - -.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-invites-container .bp-navs.group-subnav{padding-top:15px} - -.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-invites-container{margin:0 -10px} - -.group-invites nav#object-nav.vertical a{padding:5px 0} - -.group-invites .bp-single-vert-nav nav#object-nav.vertical{border-bottom:0} - -.group-invites .buddypress-wrap.bp-vertical-navs .bb-profile-grid{border:1px solid var(--bb-content-border-color);border-radius:4px}}@media (max-width:520px){ - -.bs-item-list.square-view .bs-item-avatar img.avatar{max-width:100px} - -.bb-member-deails-wrap .item-meta{margin-top:-8px} - -.bb-single-bp-header .bs-dir-search{width:100%} - -#buddypress .bb-single-bp-content.bb-friends-wrap .bs-dir-search{margin-top:0;margin-bottom:20px} - -.bs-item-list.square-view .bb-member-deails-wrap{padding:8px 15px} - -.tab-container-inner .list-view .avatar:not(.profile-avatar){max-width:36px} - -.tab-container-inner .bb-group-settings .item-title a{font-size:16px} - -.tab-container-inner .action .button{width:100%}}@media (max-width:380px){ - -#buddypress .bb-single-bp-content.bb-friends-wrap .bs-dir-search{margin-top:0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:20px} - -.groups-header .item-header-wrap .groups-meta{-ms-flex-flow:column;flex-flow:column} - -.single-item.groups #buddypress div#item-header div.generic-button{margin:0 0 10px} - -.single-item.groups #buddypress div#item-header div.generic-button button{margin:0} - -#buddypress #item-header.groups-header #cover-image-container.left #item-header-cover-image .bp-group-title-wrap{-ms-flex-flow:column;flex-flow:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -#buddypress #item-header.groups-header #cover-image-container.left #item-header-cover-image .bp-group-title-wrap .bp-group-type{margin:0 0 15px}} - -.messages-wrapper{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);min-height:-webkit-calc(80vh - 110px);min-height:calc(80vh - 110px)} - -.messages-wrapper #compose-personal-li a{color:var(--bb-primary-color)} - -.messages-wrapper #compose-action-personal-li .bb_more_options_action{position:relative;background-color:transparent;margin-top:-2px} - -.messages-wrapper #compose-action-personal-li .bb_more_options_action>i{color:var(--bb-headings-color);font-size:20px;position:relative} - -.messages-wrapper #compose-action-personal-li .bb_more_options_action:hover>i,.messages-wrapper #compose-action-personal-li.optionsOpen .bb_more_options_action>i{color:var(--bb-primary-color)} - -.bb-template-v2 .messages-wrapper #compose-action-personal-li{margin-bottom:5px} - -.bb-template-v2 .messages-wrapper #compose-action-personal-li .bb_more_options_action:hover>i,.bb-template-v2 .messages-wrapper #compose-action-personal-li.optionsOpen .bb_more_options_action>i{color:var(--bb-headings-color)} - -.bb-template-v2 .messages-wrapper #compose-action-personal-li .bb_more_options_action:hover::before,.bb-template-v2 .messages-wrapper #compose-action-personal-li.optionsOpen .bb_more_options_action::before{content:"";height:34px;width:34px;background-color:var(--bb-content-alternate-background-color);position:absolute;top:2px;border-radius:6.8px;right:-3px} - -.bb-template-v2 .buddypress-wrap .messages-wrapper #compose-action-personal-li .message-action-options .message_action__list li{margin-bottom:0} - -.messages-wrapper .message-action-options .bb_more_options_list li{width:100%} - -.messages-wrapper #subnav .subnav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:65px} - -.messages-wrapper #subnav .subnav #back-to-thread-li{color:var(--bb-headings-color)} - -.messages-wrapper #subnav .subnav #back-to-thread{color:inherit} - -.messages-wrapper #subnav .subnav #back-to-thread:hover>[class*=bb-icon]{color:var(--bb-primary-color)} - -.bb-template-v2 .messages-wrapper #subnav .subnav #back-to-thread:hover>[class*=bb-icon]{color:var(--bb-headings-color);position:relative} - -.bb-template-v2 .messages-wrapper #subnav .subnav #back-to-thread:hover>[class*=bb-icon]::before{position:relative;z-index:1} - -.bb-template-v2 .messages-wrapper #subnav .subnav #back-to-thread:hover>[class*=bb-icon]::after{content:"";height:34px;width:34px;background-color:var(--bb-content-alternate-background-color);border-radius:6.8px;position:absolute;right:-5px;top:-5px} - -.messages-wrapper #subnav li{margin:0;padding:0} - -.messages-wrapper #subnav #compose-personal-li{margin-left:0;padding-left:0} - -.messages-wrapper #subnav a{border:0;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.875rem;-webkit-transition:all linear .2s;transition:all linear .2s} - -.messages-wrapper .bp-no-messages #subnav .subnav{min-height:76px} - -.messages-wrapper #inbox-personal-li a{color:var(--bb-headings-color);font-size:24px;font-weight:600;letter-spacing:-.24px;line-height:1.3;padding:0} - -.messages-wrapper #inbox-personal-li a:hover{color:var(--bb-primary-color)} - -.messages-wrapper #compose-personal-li a{color:var(--bb-headings-color);font-size:0;padding:0;-webkit-transition:none;transition:none;position:relative;background:100% 0} - -.messages-wrapper #compose-personal-li a::after{font-size:22px;font-weight:300;line-height:20px} - -.messages-wrapper #compose-personal-li a:hover{color:var(--bb-primary-color);background:100% 0} - -.bb-template-v2 .messages-wrapper #compose-personal-li a:hover::after{color:var(--bb-headings-color);position:relative} - -.bb-template-v2 .messages-wrapper #compose-personal-li a:hover::before{content:"";height:34px;width:34px;background-color:var(--bb-content-alternate-background-color);position:absolute;top:-3px;border-radius:6.8px;right:-6.5px} - -.messages-wrapper #user_messages_search{height:36px;background-size:14px;background-position:right 12px center;padding-left:35px;border-radius:var(--bb-block-radius-inner)} - -.messages-wrapper #user_messages_search_reset{color:var(--bb-body-text-color)} - -.messages-wrapper .member-status{left:1px;top:inherit;bottom:1px} - -.bb-group-message-info{color:var(--bb-alternate-text-color)} - -.bb-template-v2 .bb-group-message-info::before{font-weight:300} - -.bp-messages-nav-panel .messages-search,.bp-messages-nav-panel .user-messages-search{width:100%} - -.bp-messages-nav-panel #subnav{padding:0 20px;margin:0;border:0} - -.buddypress-wrap .bp-messages-nav-panel .bp-messages-search-form{border-radius:var(--bb-block-radius-inner)} - -.bp-messages-nav-panel .messages-search-loader>i{color:var(--bb-alternate-text-color)} - -.buddypress-wrap .bb-profile-grid .bp-messages-nav-panel .subnav-filters{padding:0 20px 15px;margin-bottom:0;border-bottom:1px solid var(--bb-content-border-color)} - -.bb-template-v2 .buddypress-wrap .bb-profile-grid .bp-messages-nav-panel .subnav-filters{border-bottom:0} - -.bb-template-v2 .buddypress-wrap .bb-profile-grid .bp-messages-nav-panel.threads-scrolled .subnav-filters{box-shadow:0 4px 4px rgba(0,0,0,.1);position:relative;z-index:1} - -.bp-messages-feedback:empty{display:none} - -#buddypress div.message-search{margin-left:0;margin-right:10px} - -#buddypress div.message-search input[type=text]{height:34px;font-size:13px;padding:0 12px;border-radius:17px;background-size:16px;background-repeat:no-repeat;background-position:14px 53%;background-image:url(../images/svg/search.svg);padding-right:2.375rem} - -.messages-screen .bp-messages-container .bp-feedback{margin:30px;border-color:rgba(0,0,0,.05);color:var(--bb-default-notice-color);background-color:rgba(var(--bb-default-notice-color-rgb),.1);-ms-flex-wrap:wrap;flex-wrap:wrap} - -.messages-screen .bp-messages-container .bp-feedback.error{color:var(--bb-danger-color);background-color:rgba(var(--bb-danger-color-rgb),.1)} - -.messages-screen .bp-messages-container .bp-feedback.error .bp-icon::before{content:"\ee65";font-weight:200} - -.messages-screen .bp-messages-container .bp-feedback.warning{color:var(--bb-warning-color);background-color:rgba(var(--bb-warning-color-rgb),.1)} - -.messages-screen .bp-messages-container .bp-feedback.warning .bp-icon::before{content:"\ee66"} - -.messages-screen .bp-messages-container .bp-feedback.success{color:var(--bb-success-color);background-color:rgba(var(--bb-success-color-rgb),.1)} - -.messages-screen .bp-messages-container .bp-feedback.success .bp-icon::before{content:"\e876";font-weight:200} - -.messages-screen .bp-messages-container .bp-feedback.info{color:var(--bb-default-notice-color);background-color:rgba(var(--bb-default-notice-color-rgb),.1)} - -.messages-screen .bp-messages-container .bp-feedback.info .bp-icon::before{content:"\eebc";font-weight:200} - -.messages-screen .bp-messages-container .bp-feedback.loading .bp-icon::before{content:"\e884"} - -.messages-screen .bp-messages-container .bp-feedback.help .bp-icon::before{content:"\eec6";font-weight:200} - -.messages-screen .bp-messages-container .bp-feedback.updated .bp-icon::before{content:"\e876";font-weight:200} - -.messages-screen .bp-messages-container .bp-feedback .bp-icon{background-color:transparent;color:inherit;font-family:bb-icons;font-size:18px;font-weight:200;padding:0 15px 0 0;margin:0} - -.messages-screen .bp-messages-container .bp-feedback .bp-icon::before{font-weight:300} - -.messages-screen .bp-messages-container .bp-feedback p{font-size:13px;padding:10px 10px 10px 15px} - -.messages-screen .bp-messages-container .bp-feedback p+.bb-allowed-file-types{margin-top:-10px} - -.messages-screen .bp-messages-container .bp-feedback .bb-allowed-file-types{font-size:13px;-webkit-box-flex:100%;-ms-flex:100%;flex:100%;margin:0 40px 0 10px} - -.bb-template-v2 .messages-screen .bp-messages-container .bp-feedback{border-color:transparent} - -.messages-screen .bp-messages-container .bp-send-message-notices .bp-feedback{margin:20px 20px 0}@-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)}} - -#buddypress div.message-search input#messages_search:-webkit-autofill{-webkit-animation-name:autofill;animation-name:autofill;-webkit-animation-fill-mode:both;animation-fill-mode:both} - -#message-thread{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;position:relative;padding:30px 30px 0;border-right:1px solid var(--bb-content-border-color);max-height:78vh;min-height:78vh;overflow-x:hidden;overflow-y:auto} - -div#buddypress #message-thread .confirm{position:absolute;top:20px;left:20px} - -div#buddypress #message-thread div.alt{background:rgba(247,250,254,.5)} - -.message-metadata{-ms-flex-flow:row wrap;flex-flow:row wrap} - -.message-metadata img{float:none;max-width:40px;border-radius:50%;margin-left:15px} - -.message-metadata .meta-user-info a{display:block;font-weight:500;font-size:14px;line-height:19px;color:var(--bb-headings-color);margin-bottom:2px} - -.message-metadata .meta-user-info a:hover{color:var(--bb-primary-color)} - -.message-metadata .meta-user-info span{display:block;font-size:12px;line-height:14px;color:var(--bb-alternate-text-color)} - -.thread-load{display:block;text-align:center} - -#bb-message-subject{margin-bottom:5px;font-family:inherit;font-size:16px;font-weight:500;letter-spacing:-.27px;line-height:1.1875} - -#buddypress #message-thread #message-recipients{letter-spacing:-.24px;margin:0} - -#buddypress #message-thread #message-recipients .highlight{font-size:14px;font-weight:300;color:#939597;background-color:transparent} - -#buddypress #message-thread #message-recipients .highlight a{color:var(--bb-headings-color)} - -#buddypress #message-thread #message-recipients .highlight a:hover{color:var(--bb-primary-color)} - -#message-thread{margin:0;font-size:14px;color:var(--bb-body-text-color);line-height:1.5;letter-spacing:-.24px} - -#message-thread .h1,#message-thread .h2,#message-thread .h3,#message-thread .h4,#message-thread .h5,#message-thread .h6,#message-thread address,#message-thread h1,#message-thread h2,#message-thread h3,#message-thread h4,#message-thread h5,#message-thread h6,#message-thread hr,#message-thread p{margin-bottom:1rem} - -a.bb-cover-link{display:block;position:absolute;width:100%;right:0;top:0;font-size:0;height:100%} - -.thread-excerpt,.thread-subject,.thread-to a{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis} - -.thread-excerpt{max-width:-webkit-calc(100% - 107px);max-width:calc(100% - 107px);display:inline-block;vertical-align:middle} - -.thread-to a{color:var(--bb-headings-color)} - -.thread-to a:hover{color:var(--bb-primary-color)} - -.thread-subject .emoji{max-width:14px;vertical-align:middle;line-height:1;margin-top:0;margin-bottom:0;height:auto!important} - -.reply-box{padding:30px} - -.reply-box .reply-box-header{margin-bottom:16px} - -.reply-box .avatar{width:40px;margin-left:10px} - -.reply-box .reply-user-info p{margin-bottom:0;line-height:20px} - -.reply-box .reply-user-info p:first-child{font-size:14px;font-weight:500;color:var(--bb-body-text-color)} - -.reply-box .reply-user-info p:last-child{font-size:12px;color:var(--bb-alternate-text-color)} - -.reply-box textarea{display:block;width:100%;height:100px;margin-bottom:16px;padding:0 50px 0 0;border:none;font-size:16px;resize:vertical} - -#buddypress .reply-box input[type=submit].small{font-size:14px;min-height:34px;padding:6px 20px;border-radius:var(--bb-button-radius);line-height:1.4} - -#buddypress .reply-box input[type=submit].small:hover{outline:0;text-decoration:none;color:#fff;background-color:#1f48ff;border-color:transparent} - -#send_message_form{padding:20px;margin:0;position:relative;color:var(--bb-body-text-color);height:80vh;max-height:80vh;min-height:670px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column} - -#send_message_form .bp-messages-form-header{border-bottom:1px solid var(--bb-content-border-color);margin:0 -20px 20px;padding:0 20px 18px} - -.compose #send_message_form .bp-messages-form-header{border:0;padding:0;margin:0} - -.compose #send_message_form .bp-messages-form-header .bp-close-compose-form{display:-webkit-box;display:-ms-flexbox;display:flex;height:34px;width:34px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:3px} - -.compose #send_message_form .bp-messages-form-header .bp-close-compose-form [class*=bb-icon]{color:var(--bb-headings-color)} - -.compose #send_message_form .bp-messages-form-header .bp-close-compose-form [class*=bb-icon]:hover{color:var(--bb-primary-color)}@media screen and (min-width:1080px){ - -.compose .bp-messages-container.bp-no-messages #send_message_form .bp-messages-form-header .bp-close-compose-form{display:none}} - -#send_message_form label[for=send-to-input]{margin:0} - -#send_message_form .select2-selection--multiple{border-color:transparent;padding:0;background-color:transparent} - -#send_message_form .select2-selection__rendered{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -#send_message_form .select2-selection__rendered li{margin:0} - -#send_message_form li.select2-selection__choice{margin-left:10px;margin-bottom:5px} - -#buddypress #send_message_form .select2-search__field{background:100% 0;border-width:0;min-width:100%;width:100%;padding-right:0;padding-bottom:35px;height:auto;box-shadow:none} - -#send_message_form .dropzone .dz-default{margin:0 5px 0 0} - -#send_message_form .select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:var(--bb-label-background-color)!important;border:0;border-radius:var(--bb-block-radius-inner);font-size:14px;color:var(--bb-label-text-color);letter-spacing:-.24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:row-reverse;flex-flow:row-reverse;padding:2px 10px 2px 6px;margin-left:5px} - -#send_message_form .select2-selection__choice__remove{color:var(--bb-label-text-color);font-size:0;line-height:1;margin:0 2px 0 0;opacity:.5} - -#send_message_form .select2-selection__choice__remove::before{font-size:18px;font-weight:400;line-height:initial;background-color:transparent;color:var(--bb-label-text-color)} - -#send_message_form .select2-selection__choice__remove:hover{opacity:1} - -#send_message_form .bp-messages-feedback{top:90px;position:absolute;right:20px;left:20px} - -#send_message_form .bp-messages-feedback .bp-feedback{margin:0 0 20px} - -#send_message_form #bp-message-content{margin:auto 0 0} - -.messages-screen .bp-messages-container .compose-feedback{top:90px;position:absolute;right:20px;left:20px} - -.messages-screen .bp-messages-container .compose-feedback .bp-feedback{margin:0 0 20px} - -.bp-compose-message #send_message_form #bp-message-content{margin:auto 0 0} - -.bp-messages-content #bp-message-content{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner);margin:20px;padding:0;-webkit-transition:box-shadow ease .1s;transition:box-shadow ease .1s} - -.bp-messages-content #bp-message-content #whats-new-messages-attachments{margin-top:0;padding:0 9px} - -.bb-template-v2 .bp-messages-content #bp-message-content:focus-within{box-shadow:0 3px 5px -2px rgba(0,0,0,.12);-webkit-transition:box-shadow ease .1s;transition:box-shadow ease .1s} - -.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-actions button.medium-editor-button-first{padding-right:2px!important} - -.bb-template-v2.compose #send_message_form .bp-messages-form-header .bp-close-compose-form:hover{background-color:var(--bb-content-alternate-background-color);border-radius:6px} - -.bb-template-v2.compose #send_message_form .bp-messages-form-header .bp-close-compose-form:hover [class*=bb-icon]{color:var(--bb-headings-color)} - -.bp-messages-recipient{border-bottom:1px solid var(--bb-content-border-color)} - -.bp-messages-recipient>span:first-child{color:var(--bb-headings-color)} - -body .select2-container .select2-dropdown.bb-compose-input{padding:8px;box-shadow:0 3px 8px rgba(0,0,0,.06),0 6px 24px rgba(0,0,0,.12);border:1px solid var(--bb-content-border-color);margin:40px -30px 0 0;max-width:230px} - -body .select2-container .select2-dropdown.bb-compose-input .avatar{max-width:30px;margin-left:6px} - -body .select2-container .select2-dropdown.bb-compose-input .select2-results__option{border-radius:var(--bb-block-radius-inner);color:var(--bb-headings-color);font-size:13px;font-weight:500;padding:6px 8px} - -body .select2-container .select2-dropdown.bb-compose-input .select2-results__option strong{font-weight:500} - -body .select2-container .select2-dropdown.bb-compose-input .select2-results__option.select2-results__option--highlighted,body .select2-container .select2-dropdown.bb-compose-input .select2-results__option:hover:not(.select2-results__message,.loading-results){background-color:var(--bb-content-alternate-background-color)} - -body .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results,body .select2-container .select2-dropdown.bb-compose-input .select2-results__option.select2-results__message{font-size:13px;font-weight:500;color:var(--bb-alternate-text-color);letter-spacing:.14px} - -body .select2-container .select2-dropdown.bb-compose-input .select2-results__option--load-more,body .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results{position:relative;overflow:hidden} - -body .select2-container .select2-dropdown.bb-compose-input .select2-results__option--load-more::before,body .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results::before{content:"\ef30";font-family:bb-icons;font-weight:400;font-size:20px;vertical-align:middle;margin-left:5px;margin-right:3px;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;display:inline-block;height:25px;width:25px;text-align:center} - -body.bb-template-v1 .select2-container .select2-dropdown.bb-compose-input .select2-results__option--load-more::before,body.bb-template-v1 .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results::before{margin-right:0} - -body.bb-template-v2 .select2-container .select2-dropdown.bb-compose-input{border-radius:8px;border:0} - -body .select2-container .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-left:0;max-width:300px} - -body .select2-container .select2-dropdown .select2-results__option{border-radius:3px;margin-bottom:0;font-size:14px;padding:2px 5px} - -.thread.bb-new-message{background:rgba(0,124,255,.1)} - -.messages .ac_results{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:none;min-width:200px;font-size:13px;max-width:200px;padding:5px 0;margin-right:-12px;margin-top:4px;overflow:visible} - -.messages .ac_results::after{content:" ";position:absolute;width:0;height:0;top:1px;margin:0 auto;right:15px;box-sizing:border-box;border:6px solid #000;border-color:#fff transparent transparent #fff;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 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:101} - -.messages .ac_results li{white-space:nowrap;text-overflow:ellipsis;overflow:hidden} - -.messages .ac_results .ac_odd{background:#fff} - -.messages .ac_results .ac_over{color:var(--bb-primary-color);background:#f5f5f5} - -.messages .ac_results img{margin-left:0;width:auto!important;max-width:25px;border-radius:50%} - -#buddypress div#message-thread .bb-send-reply-title{font-size:13px;font-weight:500;color:var(--bb-body-text-color)} - -#sitewide-notice{position:fixed;z-index:9999;top:2%;left:1%} - -.bp-single-message-wrap .bp-avatar-wrap.bp-suspended-avatar{position:relative} - -#message-threads .message-thread-options .bb_more_options_action i{color:var(--bb-headings-color)} - -.bp-user-messages-loading.loading .message-user-loading{padding:15px 3px} - -.bb-template-v2 .bp-user-messages-loading.loading .message-user-loading{padding:15px}@media (max-width:600px){ - -#send_message_form{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1} - -.bb-messages-wrap{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2} - -.thread.bb-new-message{display:none} - -#message-thread,.bb-messages-wrap{overflow:initial;min-height:100%;max-height:100%} - -.bb-mobile-view .bb-messages-wrap{display:none} - -#message-thread{padding:30px 20px} - -.metadata-right{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding-right:50px} - -.message-metadata .message-star-actions{margin-right:auto}}@media (max-width:520px){ - -#buddypress .bb-message-heading .message-search{margin:10px auto;width:100%} - -.bb-message-heading .message-search #messages_search{width:100%}} - -.buddypress-wrap .subnav-filters .user-messages-bulk-actions label{padding:0;margin:0;font-family:inherit;font-size:1rem;font-weight:500;text-transform:uppercase} - -.buddypress-wrap .subnav-filters .user-messages-bulk-actions .select-wrap:focus,.buddypress-wrap .subnav-filters .user-messages-bulk-actions .select-wrap:hover{box-shadow:none;outline:0} - -.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-apply{padding:0;margin:0;min-height:10px;line-height:1} - -.user-messages-bulk-actions .bulk-actions.select-wrap{margin-right:10px;margin-left:10px} - -.buddypress-wrap .subnav-filters .user-messages-bulk-actions div select{border:1px solid #eee;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:left 10px center;font-size:14px;height:26px;padding:0 8px 0 25px} - -#bp-message-thread-list{max-height:initial} - -#bp-message-thread-list li{background-color:var(--bb-content-background-color)} - -#bp-message-thread-list .bp-message-content-wrap+.bb-activity-media-wrap,#bp-message-thread-list .bp-message-content-wrap+.bb-activity-video-wrap{margin-top:10px} - -#bp-message-thread-list .bp-message-content-wrap+.bb-activity-video-wrap{margin-right:-3px} - -#bp-message-thread-list .bp-message-content-wrap p.blocked,#bp-message-thread-list .bp-message-content-wrap p.deleted-message,#bp-message-thread-list .bp-message-content-wrap p.suspended,#bp-message-thread-list .bp-message-content-wrap span.blocked,#bp-message-thread-list .bp-message-content-wrap span.suspended{color:var(--bb-alternate-text-color);border-color:var(--bb-content-border-color)} - -.bb-template-v2 #bp-message-thread-list .bp-message-content-wrap p.blocked,.bb-template-v2 #bp-message-thread-list .bp-message-content-wrap p.deleted-message,.bb-template-v2 #bp-message-thread-list .bp-message-content-wrap p.suspended,.bb-template-v2 #bp-message-thread-list .bp-message-content-wrap span.blocked,.bb-template-v2 #bp-message-thread-list .bp-message-content-wrap span.suspended{background-color:var(--bb-content-alternate-background-color);border-color:transparent} - -#bp-message-thread-list li.divider-date .bp-message-content-wrap{color:var(--bb-alternate-text-color);opacity:1} - -.bp-messages-content-wrapper.has_info .bp-messages-feedback .bp-feedback{margin:10px 30px} - -.bp-messages-content-wrapper .message-thread-header~.bp-messages-feedback:not(:empty) .bp-feedback{border-radius:0;margin:0;border-width:0;border-color:var(--bb-content-border-color)} - -.bb-template-v2 .bp-messages-content-wrapper .message-thread-header~.bp-messages-feedback:not(:empty)~#bp-message-thread-list{border-top:0} - -.bp-messages-content-wrapper.has_info .bp-messages-feedback{border-top:1px solid var(--bb-content-border-color);margin:0 -20px} - -.buddypress-wrap .subnav-filters.bp-messages-filters .messages-search{margin-bottom:0;margin-top:0} - -.buddypress-wrap .subnav-filters.bp-messages-filters .messages-search #user_messages_search_form::before{top:5px} - -.bb-template-v2 .buddypress-wrap .subnav-filters.bp-messages-filters .messages-search #user_messages_search_form:focus-within{border-color:var(--bb-primary-color);background-color:var(--bb-content-background-color)} - -.buddypress-wrap .subnav-filters.bp-messages-filters .messages-search #user_messages_search_form button[type=submit] span{font-size:20px;color:var(--bb-body-text-color);opacity:.4} - -.buddypress-wrap .subnav-filters.bp-messages-filters ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.bp-messages-content{margin:0} - -.bp-messages-content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;padding:0 20px;height:80vh;max-height:80vh;min-height:670px} - -.bp-messages-content-wrapper .dropzone.dz-started .dz-default.dz-message{display:none} - -.bp-messages-content-wrapper .dropzone.dz-started.files-uploaded:not(.dz-max-files-reached) .dz-default.dz-message{display:-webkit-box;display:-ms-flexbox;display:flex} - -.bp-messages-content-wrapper .bb-pusher-typing-indicator{margin:0 -20px -10px;padding:15px 20px 0 0;z-index:1;position:relative;background-color:var(--bb-content-background-color)} - -.bp-messages-content-wrapper .bb-pusher-typing-indicator .bb-pusher-typing-indicator-text-inner strong{font-weight:500} - -.bp-messages-content-wrapper.focus-in--scroll .bb-pusher-typing-indicator{border-top:1px solid var(--bb-content-border-color)} - -.bb-template-v2 .bp-messages-content-wrapper.focus-in--scroll .bb-pusher-typing-indicator{box-shadow:0 -4px 4px rgba(0,0,0,.1);border-top:0;z-index:111} - -#buddypress #bp-message-content .dropzone .dz-default .dz-button{line-height:1.5} - -#buddypress #bp-message-content .dropzone .dz-default .dz-button>strong{line-height:1} - -body .bp-messages-user-threads{min-height:550px;max-height:-webkit-calc(80vh - 118px);max-height:calc(80vh - 118px);height:-webkit-calc(80vh - 118px);height:calc(80vh - 118px)} - -#message-threads{border:0} - -#message-threads li.can-not-send-msg .thread-to::after{bottom:inherit;left:21px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)} - -.bb-template-v2 #message-threads li.can-not-send-msg .thread-to::after{left:36px} - -#message-threads .bb-user-avatar{margin-left:15px} - -#message-threads .bb-user-avatar .avatar{max-width:40px} - -.bb-thread-subject{line-height:1.3;margin-bottom:10px} - -nav#subnav #subnav{margin-bottom:0} - -.bb-thread-cb{margin-top:10px} - -#message-threads .bp-message-link{border-bottom:0;padding:15px 15px 15px 45px;border-right:3px solid transparent;min-width:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -#message-threads .bp-message-link:last-child{border-bottom:0} - -#message-threads .bp-message-link.unread{background-color:inherit} - -#message-threads .bp-message-link.unread .thread-to{position:relative} - -#message-threads .bp-message-link.unread .thread-to::before{content:"\25CF";font-size:14px;color:var(--bb-primary-color);position:absolute;right:-14px;top:0} - -.bb-template-v2 #message-threads .bp-message-link{margin:0 15px 5px;border-radius:var(--bb-block-radius-inner);border:0} - -#message-threads .bp-message-link:hover,#message-threads .thread-item.optionsOpen:not(.current) .bp-message-link{background:var(--bb-content-alternate-background-color)} - -#message-threads li.selected{background-color:#f7fafe} - -#message-threads .bp-message-link .thread-cb{-webkit-box-flex:0;-ms-flex:0 0 35px;flex:0 0 35px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -#message-threads .bb-thread-info{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0} - -.bb-thread-title{font-size:15px} - -.bb-thread-title .bb-user-link{font-weight:500;color:inherit} - -.bb-thread-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1;margin-bottom:3px} - -#message-threads .bp-message-link .thread-date{font-size:13px;font-weight:400;color:var(--bb-alternate-text-color);letter-spacing:-.19px;line-height:17px;min-width:0} - -#message-threads .bp-message-link .thread-date::before{background-color:var(--bb-alternate-text-color)} - -.bp-messages-content time{letter-spacing:-.24px;line-height:1.3;font-size:12px;font-weight:300;color:var(--bb-alternate-text-color)} - -.user-messages-bulk-actions .bs-styled-checkbox+label::before{margin-left:15px} - -#buddypress .mce-toolbar .mce-btn button,#buddypress .mce-toolbar .mce-btn button:focus,#buddypress .mce-toolbar .mce-btn button:hover{background:100% 0;border:0;box-shadow:none;padding:0;margin:0;color:inherit;min-height:16px;padding-bottom:2px} - -#message-threads li .thread-content .excerpt{margin:0 0 3px;font-size:14px;color:#7f868f;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis} - -.bp-messages-content #bp-message-thread-header h2:first-child{background-color:transparent;color:var(--bb-headings-color);padding:0;margin-bottom:12px;font-family:inherit;font-size:16px;font-weight:500;letter-spacing:-.27px;line-height:1.25} - -.bp-messages-content .preview-thread-title .messages-title,.bp-messages-content .single-thread-title .messages-title{padding-right:0} - -ul.participants-list{list-style:none;margin:0} - -.preview-content .actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.bp-messages-content .thread-participants dd,.bp-messages-content .thread-participants ul{margin-bottom:0} - -dl.thread-participants{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;padding:10px 0 10px 20px} - -dl.thread-participants+.actions{position:absolute;left:20px} - -.bp-messages-content .thread-participants img{width:100%;max-width:30px;border-radius:50%} - -.bp-messages-content .preview-pane-header,.bp-messages-content .single-message-thread-header{margin-bottom:0} - -.bp-messages-content .thread-participants{margin:0;width:auto;font-size:16px;font-weight:500;color:var(--bb-headings-color);letter-spacing:-.27px} - -.bp-messages-content .thread-participants .participants-name{color:var(--bb-header-links);word-break:break-all} - -.bp-messages-content .thread-participants .participants-name a{color:var(--bb-headings-color)} - -.bp-messages-content .thread-participants .participants-name a:hover{color:var(--bb-primary-color)} - -.bp-messages-content .thread-participants #view_more_members:hover .num-name,.bp-messages-content .thread-participants a:hover .participants-name{color:var(--bb-primary-color)} - -.bp-messages-content .thread-participants #view_more_members .num-name{color:var(--bb-header-links);font-size:16px} - -.bp-messages-content .thread-participants dt{padding-left:10px} - -.bp-messages-content .thread-participants dd,.bp-messages-content .thread-participants dt{display:block;width:100%;line-height:1.3} - -.bp-messages-content .participants-list a{display:inline-block;margin-left:3px} - -div#subsubnav:empty{display:none} - -dl.thread-participants{font-size:14px;line-height:1.5;letter-spacing:-.24px} - -body.compose .bp-messages-content{border:0} - -.mce-btn button:hover,.mce-window-head .mce-close:hover{background:100% 0;box-shadow:none} - -.message-action-delete.bp-tooltip.bp-icons{background:100% 0;border:0;color:inherit} - -.message-action-delete.bp-tooltip.bp-icons:focus,.message-action-delete.bp-tooltip.bp-icons:hover{background:100% 0;box-shadow:none;border:0} - -.bp-hide{display:none!important} - -.bp-messages-content .thread-participants li{float:right;margin:5px 2px} - -.bp-messages-content .single-message-thread-header{border-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:76px} - -.bp-messages-content .single-message-thread-header .thread-avatar .thread-multiple-avatar::after{background-color:var(--bb-content-background-color)} - -.bp-messages-content .single-message-thread-header .actions .message_actions .message_action__list{min-width:200px} - -.bp-messages-content .single-message-thread-header .message_action__anchor{position:relative} - -.bp-messages-content .single-message-thread-header .message_action__anchor [class*=" bb-icon-"]{font-size:20px;color:var(--bb-headings-color)} - -.bp-messages-content .single-message-thread-header .message_action__anchor:hover [class*=" bb-icon-"]{color:var(--bb-primary-color)} - -.bb-template-v2 .bp-messages-content .single-message-thread-header .message_action__anchor:hover [class*=" bb-icon-"],.bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions.open .message_action__anchor [class*=" bb-icon-"]{color:var(--bb-headings-color);position:relative} - -.bb-template-v2 .bp-messages-content .single-message-thread-header .message_action__anchor:hover::before,.bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions.open .message_action__anchor::before{content:"";height:34px;width:34px;background-color:var(--bb-content-alternate-background-color);position:absolute;top:-14px;border-radius:6.8px;right:-7.5px} - -#buddypress .bp-messages-container .message_action__list li a{color:var(--bb-body-text-color);line-height:1.1;padding:10px 15px} - -#buddypress .bp-messages-container .message_action__list li a.button{background-color:transparent;border:0;font-size:13px;font-weight:500;display:block;text-align:right;border-radius:var(--bb-block-radius-inner);-webkit-transition:none;transition:none} - -#buddypress .bp-messages-container .message_action__list li a.button::before{font-weight:400} - -#buddypress .bp-messages-container .message_action__list li a::before{color:var(--bb-alternate-text-color)} - -#buddypress .bp-messages-container .message_action__list li a:hover{background-color:var(--bb-content-alternate-background-color);color:var(--bb-primary-color)} - -#buddypress .bp-messages-container .message_action__list li a:hover::before{color:var(--bb-primary-color)} - -.bb-template-v2 #buddypress .bp-messages-container .message_action__list li a:hover{color:var(--bb-body-text-color)} - -.bb-template-v2 #buddypress .bp-messages-container .message_action__list li a:hover::before{color:var(--bb-alternate-text-color)} - -.single.messages.view .bp-messages-filters,.single.messages.view .bp-messages-threads-list{display:block} - -.bp-messages-content:empty{display:none} - -.bp-messages-content,.bp-messages-threads-list{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;padding:0} - -.bb-template-v1 .bp-messages-threads-list.bp-no-messages{border-top:1px solid var(--bb-content-border-color)} - -#message-threads .bp-message-link .thread-avatar{-webkit-box-flex:0;-ms-flex:0 0 52px;flex:0 0 52px;margin-left:15px} - -#message-threads .thread-avatar .user-status-icon,.messages-screen .user-status-icon{background-color:var(--bb-alternate-text-color);color:var(--bb-content-background-color)} - -#message-threads .bp-message-link .thread-avatar .thread-multiple-avatar::before{content:"";height:38px;width:38px;background-color:var(--bb-content-background-color);border-radius:50%;position:absolute;right:15px;top:15px;z-index:1} - -#message-threads .bp-message-link .thread-avatar .thread-multiple-avatar img{border:0} - -#message-threads .bp-message-link .thread-avatar .thread-multiple-avatar img+img{z-index:2} - -#message-threads .bp-message-link:hover .thread-avatar .thread-multiple-avatar::before,#message-threads .current .bp-message-link .thread-avatar .thread-multiple-avatar::before{background-color:var(--bb-content-alternate-background-color)} - -.bb-template-v2 #message-threads .bp-message-link:hover .thread-avatar .thread-multiple-avatar::before,.bb-template-v2 #message-threads .current .bp-message-link .thread-avatar .thread-multiple-avatar::before{background:-webkit-linear-gradient(-90deg,rgba(255,255,255,.9),rgba(255,255,255,.9)),var(--bb-primary-color);background:linear-gradient(0deg,rgba(255,255,255,.9),rgba(255,255,255,.9)),var(--bb-primary-color)} - -#message-threads .bp-message-link .thread-avatar img.avatar{margin:0} - -.thread-to{font-size:14px;color:var(--bb-headings-color);line-height:1.5;font-weight:500;opacity:.85;text-transform:capitalize} - -.unread .thread-to{font-weight:500;opacity:1} - -.unread .thread-subject{font-weight:500} - -.unread .thread-date time{position:relative} - -.unread .bp-message-link::after{content:"";height:10px;width:10px;border-radius:100%;background-color:var(--bb-primary-color);display:inline-block;position:absolute;left:22px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)} - -.bb-template-v2 .unread .bp-message-link::after{left:37px} - -.unread.optionsOpen .bp-message-link::after,.unread:hover .bp-message-link::after{display:none} - -.buddypress-wrap .bp-messages.bp-user-messages-feedback{border:0;border-radius:0} - -#bp-messages-next-page,#bp-messages-prev-page{padding:0 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:34px;height:34px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:15px} - -#message-threads .bp-message-link .thread-content .thread-subject{color:var(--bb-body-text-color);font-size:13px;font-weight:500;letter-spacing:-.21px;line-height:1.5;min-height:21px;text-overflow:initial} - -#message-threads .bp-message-link .thread-content .thread-subject .typing-indicator{display:inline-block;max-width:-webkit-calc(100% - 107px);max-width:calc(100% - 107px);overflow:hidden;text-overflow:ellipsis;vertical-align:middle} - -#message-threads li.unread .thread-subject .subject{color:var(--bb-headings-color)} - -#message-threads li .thread-content .thread-subject a{color:var(--bb-headings-color)} - -#message-threads li .thread-content .thread-subject a:hover{color:var(--bb-primary-color)} - -#message-threads li.unread .thread-date time::after{background-color:var(--bb-primary-color)} - -#message-threads li.unread .thread-to::before{color:var(--bb-primary-color)} - -.bp-avatar-wrap{margin-left:18px;max-width:38px} - -.bp-messages-content #bp-message-content .medium-editor-toolbar,.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-form{background-color:var(--bb-content-alternate-background-color)} - -.bp-messages-content #bp-message-content .medium-editor-toolbar.static-toolbar.active{overflow:visible} - -.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-form{width:-webkit-calc(100% + 123px);width:calc(100% + 123px);overflow:visible;padding:5px 0 5px 10px;box-shadow:none} - -.bp-messages-content #bp-message-content #whats-new-messages-toolbar .media-off+.medium-editor-toolbar .medium-editor-toolbar-form{width:auto}@media screen and (max-width:430px){ - -.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-form{width:-webkit-calc(100% + 108px);width:calc(100% + 108px);padding:2px 0 2px 10px}}@media screen and (max-width:374px){ - -.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-form{width:-webkit-calc(100% + 68px);width:calc(100% + 68px)}} - -.bp-messages-content #bp-message-thread-list{background:100% 0;border:0;border-top:1px solid var(--bb-content-border-color);margin:0 -20px;padding:10px 20px;height:auto;min-height:0;-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} - -.bp-messages-content #bp-message-thread-list li{margin:0 -20px;border-radius:0;padding:10px 20px;border:0;box-shadow:none;width:auto;background-color:transparent} - -.bp-messages-content #bp-message-thread-list li .bp-avatar-wrap{margin-left:15px;max-width:40px} - -.bp-messages-content #bp-message-thread-list li.error,.bp-messages-content #bp-message-thread-list li.sending{padding-bottom:35px;position:relative} - -.bp-messages-content #bp-message-thread-list li.error .bb-activity-media-wrap,.bp-messages-content #bp-message-thread-list li.error .bp-avatar-wrap,.bp-messages-content #bp-message-thread-list li.error .bp-message-content-wrap>:not(.message_send_error,.message_send_sending),.bp-messages-content #bp-message-thread-list li.error .message-metadata,.bp-messages-content #bp-message-thread-list li.sending .bb-activity-media-wrap,.bp-messages-content #bp-message-thread-list li.sending .bp-avatar-wrap,.bp-messages-content #bp-message-thread-list li.sending .bp-message-content-wrap>:not(.message_send_error,.message_send_sending),.bp-messages-content #bp-message-thread-list li.sending .message-metadata{opacity:.5} - -.bp-messages-content #bp-message-thread-list li.error .message_send_error{color:var(--bb-content-border-color);font-size:13px;position:absolute;bottom:8px} - -.bp-messages-content #bp-message-thread-list li.error .message_send_error a{font-size:13px;font-weight:500;color:var(--bb-headings-color);opacity:.4;margin-left:3px} - -.bp-messages-content #bp-message-thread-list li.error .message_send_error a:hover{opacity:1} - -.bp-messages-content #bp-message-thread-list li.error .message_send_error a~a{margin-right:3px} - -.bp-messages-content #bp-message-thread-list li.error .info-text-error-message{font-size:13px;color:var(--bb-danger-color);margin-left:5px} - -.bp-messages-content #bp-message-thread-list li.error .info-text-error-message::before{content:"\ee65";font-family:bb-icons;font-weight:100;font-size:14px;display:inline-block;vertical-align:top;margin-left:5px} - -.bb-template-v2 .bp-messages-content #bp-message-thread-list li.error .info-text-error-message::before{font-weight:200} - -.bp-messages-content #bp-message-thread-list li.sending .message_send_sending{position:absolute;bottom:8px} - -.bp-messages-content #bp-message-thread-list li.sending .message_send_sending .info-text-send-message{color:var(--bb-alternate-text-color);font-size:13px;line-height:17px;display:inline-block} - -.bp-messages-content #bp-message-thread-list li.sending .message_send_sending .info-text-send-message::before{content:"\ef30";font-family:bb-icons;font-weight:400;font-size:16px;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;display:inline-block;vertical-align:middle;margin-left:5px} - -.bp-messages-content #bp-message-thread-list li .fluid-width-video-wrapper iframe{border-radius:var(--bb-block-radius-inner)} - -.bp-messages-content #bp-message-thread-list li .bp-message-content-wrap iframe[style="border-radius: 12px"]{border-radius:var(--bb-block-radius-inner)!important} - -.bp-messages-content #bp-message-thread-list .message-metadata .user-link strong::after{display:none} - -.bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback{border:0;border-radius:0 0 0 var(--bb-block-radius);border-top:1px solid var(--bb-content-border-color);background-color:var(--bb-content-alternate-background-color);-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;margin:0 -20px;padding:20px} - -.bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback p{margin:0;padding:0;text-align:center;line-height:1.5;color:var(--bb-alternate-text-color)} - -.bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback p+.generic-button{margin:10px 0 0} - -#buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .button-wrapper .generic-button>button,#buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .generic-button>a{font-size:14px;font-weight:600;color:var(--bb-primary-color);line-height:1.5;min-height:auto;background:100% 0;border:0;padding:0} - -#buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .button-wrapper .generic-button>button.requested,#buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .generic-button>a.requested{color:var(--bb-alternate-text-color);cursor:auto;pointer-events:none} - -#buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .button-wrapper .generic-button>button.requested::before,#buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .generic-button>a.requested::before{content:"\e876";color:var(--bb-alternate-text-color);font-family:bb-icons;font-size:20px;font-weight:300;line-height:1;vertical-align:middle;margin-left:5px} - -.bb-template-v2 .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback{border:0;border-radius:var(--bb-block-radius-inner);margin:20px 0}@media screen and (max-width:1080px){ - -.bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)}} - -.bp-messages-content.has_info{position:relative} - -.bp-messages-content form.send-reply .avatar-box{padding:0} - -#message-threads .bp-message-link .thread-content{-webkit-box-flex:1;-ms-flex:1;flex:1;line-height:1;min-width:0} - -.bp-messages-content .thread-participants .thread-date{color:var(--bb-alternate-text-color);font-size:13px;font-weight:400;line-height:1.4;display:inline-block} - -#bp-message-load-more:empty{display:none} - -#buddypress .message-action-delete,#buddypress .message_action__anchor{background:100% 0;border:0;color:inherit;font-size:10px;padding:0;line-height:1;min-height:1px;height:auto;width:100%} - -#buddypress .message-action-delete:focus,#buddypress .message-action-delete:hover,#buddypress .message_action__anchor:focus,#buddypress .message_action__anchor:hover{background:100% 0;box-shadow:none} - -#buddypress .message-action-delete .bb-icon-trash,#buddypress .message_action__anchor .bb-icon-trash{color:#939597} - -#buddypress .message-action-delete .bb-icon-menu-dots-v,#buddypress .message_action__anchor .bb-icon-menu-dots-v{color:#939597;font-size:21px} - -.bp-messages-content .actions{line-height:1.3} - -.bp-messages-content .actions .message_actions .message_action__list li a:hover{color:var(--bb-header-links-hover)} - -.bp-messages-content .actions .message_actions.loading .message_action__anchor:hover::before{display:none} - -.bb-template-v2 .bp-messages-content .actions .message_actions.loading .message_action__anchor>i::before{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)} - -.message-metadata .user-link{height:auto} - -.bp-messages-content #bp-message-thread-list .message-metadata time{color:var(--bb-alternate-text-color);font-size:13px;padding-right:3px;line-height:1.5} - -.bp-messages-content #bp-message-thread-list .message-metadata .avatar{width:auto} - -.bp-messages-content #bp-message-thread-list .message-metadata .user-link{color:var(--bb-headings-color)} - -.bp-messages-content #bp-message-thread-list .message-metadata .user-link:hover{color:var(--bb-primary-color)} - -.bp-messages-content #send-reply{margin:0 -20px;width:auto;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;height:auto;min-height:0} - -.bp-messages-content #send-reply .message-box{width:100%;display:none} - -.bp-messages-content #send-reply .wp-editor-container{border-right:0;border-left:0} - -.bp-messages-content #send-reply .message-metadata{display:none} - -.bp-messages-content #send-reply .dropzone .dz-default{padding:18px 5px} - -.scrolled--up.focus-in--scroll #send-reply{border-top:1px solid var(--bb-content-border-color)} - -.bb-template-v2 .scrolled--up.focus-in--scroll #send-reply{box-shadow:0 -4px 4px rgba(0,0,0,.1);border-top:0;z-index:11} - -.buddypress-wrap .standard-form#send-reply textarea{width:100%;border:0} - -#bp-message-thread-list:empty{border:0;max-height:initial;min-height:auto;padding:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:0;border-top:1px solid var(--bb-content-border-color)} - -#bp-message-thread-list:empty::before{font:400 normal normal 25px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\ef30";-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear} - -#bp-message-thread-header:empty~#bp-message-thread-list:empty{margin-top:76px} - -.archived-empty #bp-message-thread-list{margin-top:76px} - -.messages.compose .bp-messages-filters{display:block} - -#buddypress #bp-messages-reset,#buddypress #bp-messages-send{min-width:140px;font-weight:500;height:40px} - -.buddypress-wrap .standard-form .wp-editor-container{border:1px solid #dedfe2} - -.send-reply.loading{position:relative} - -.send-reply.loading::before{background:rgba(255,255,255,.6);content:"";position:absolute;height:100%;width:100%;z-index:10} - -.send-reply.loading::after{position:absolute;top:42%;right:0;left:0;margin:auto;content:"\ef30";font-family:bb-icons;font-size:24px;line-height:36px;text-align:center;-webkit-animation:spin 3s infinite linear;animation:spin 3s infinite linear;z-index:12} - -#message_content_ifr{max-height:80px} - -#message_content{margin-bottom:0} - -#message_content>p:last-child{margin-bottom:0} - -.no-message-wrap .dashicons-email-alt{background:url(../images/svg/new-message.svg) no-repeat center center;display:block;margin:20px auto 0;height:80px;width:86px} - -.no-message-wrap .dashicons-email-alt::before{display:none} - -.no-message-wrap .bb-icon{color:var(--bb-alternate-text-color)} - -.no-message-content{font-size:14px;color:var(--bb-alternate-text-color);letter-spacing:-.24px;line-height:1.5;max-width:310px;margin:0 auto} - -#bp-messages-threads-list .no-message-content h3{font-size:24px;font-weight:600;margin-bottom:5px} - -.no-message-content>p{margin-bottom:20px} - -.no-message-content .no-messages-links{font-weight:600} - -#bp-message-content{border-top:1px solid var(--bb-content-border-color);padding:20px} - -#bp-message-content .medium-editor-element,#bp-message-content .medium-editor-placeholder{color:var(--bb-body-text-color);font-size:14px;line-height:1.5} - -#bp-message-content .medium-editor-element[contenteditable=true]:empty::after,#bp-message-content .medium-editor-placeholder[contenteditable=true]:empty::after{color:var(--bb-body-text-color);content:attr(data-placeholder);position:absolute;right:0;padding:0 15px;font-style:normal;opacity:.5} - -#bp-message-content pre{white-space:pre-wrap;position:relative;z-index:1} - -#bp-message-content pre p{margin-bottom:0} - -#bp-message-content p{margin-bottom:5px} - -#bp-message-content ol:not(.medium-editor-toolbar-actions),#bp-message-content ul:not(.medium-editor-toolbar-actions){margin-bottom:15px;margin-right:16px} - -#bp-message-content ol:not(.medium-editor-toolbar-actions) li,#bp-message-content ul:not(.medium-editor-toolbar-actions) li{margin:5px 0} - -#bp-message-content ol:not(.medium-editor-toolbar-actions) li>ol,#bp-message-content ol:not(.medium-editor-toolbar-actions) li>ul,#bp-message-content ul:not(.medium-editor-toolbar-actions) li>ol,#bp-message-content ul:not(.medium-editor-toolbar-actions) li>ul{margin-bottom:0} - -#bp-message-content .medium-editor-element:not(.emojionearea){border:0;min-height:auto;max-height:120px;margin:0;overflow:auto;padding:20px 15px;border-radius:var(--bb-block-radius-inner);position:relative} - -#bp-message-content .medium-editor-element:not(.emojionearea).medium-editor-placeholder::after{right:0;font-size:14px;position:absolute;font-style:normal;margin:0;padding:20px 15px;pointer-events:none} - -#bp-message-content .medium-editor-placeholder::after{color:var(--bb-body-text-color);opacity:.5} - -#bp-message-content .messages-media-container .dz-button>strong{line-height:1.3} - -.bp-messages-content .bp-message-content_foot_note{color:var(--bb-alternate-text-color)} - -.bp-messages-content #send_reply_button{margin:0} - -#message-new-submit,#message-reply-new-submit{padding:0} - -#message-new-submit input,#message-reply-new-submit input{margin-left:0} - -.bp-messages-container .bp-messages.loading{border:0;border-radius:0;padding-top:0} - -.bp-messages-container .bp-messages.loading .dashicons-update{font-family:bb-icons} - -.bp-messages-container .bp-messages.loading .dashicons-update::before{content:"\ef30"} - -.bb-template-v1 .bp-messages-container #message-threads:empty+.bp-messages.loading{border-top:1px solid var(--bb-content-border-color)} - -.bp-message-content-wrap .bp-messages.loading{display:none} - -#page .ql-bubble .ql-tooltip{padding:0 10px} - -#page .ql-bubble .ql-tooltip button{background:100% 0;margin:0;padding:0} - -#page .ql-bubble .ql-toolbar button svg,#page .ql-bubble.ql-toolbar button svg{float:none;max-width:18px} - -#page .ql-bubble .ql-toolbar .ql-formats{margin:0} - -#page .ql-bubble .ql-toolbar .ql-formats:first-child{margin-right:0} - -.bp-single-message-content .bp-user-link,.bp-single-message-content .message-metadata>strong,.bp-single-message-content strong.bp-user-deleted{font-size:14px;color:var(--bb-headings-color);letter-spacing:-.2px;line-height:1.5;font-weight:500} - -.bp-single-message-content .bp-user-link>strong{font-weight:500} - -.bp-single-message-content .message-metadata{line-height:1;margin-bottom:3px} - -.bp-single-message-content .bb-activity-media-wrap .bb-item-cover-wrap{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner);background-color:var(--bb-content-alternate-background-color)} - -.bb-template-v2 .bp-single-message-content .bb-activity-media-wrap .bb-item-cover-wrap{border:0} - -.bp-single-message-content .bb-activity-media-wrap.bb-media-length-1 .bb-activity-media-elem{min-width:auto!important} - -.bp-single-message-content .bb-activity-media-wrap.bb-media-length-1 .bb-item-cover-wrap{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;padding:0;min-width:65px;min-height:65px} - -.bp-single-message-content .bb-activity-media-wrap.bb-media-length-1 .bb-item-cover-wrap img{position:static;height:auto;width:auto;max-width:360px;max-height:360px;min-width:auto;min-height:auto} - -.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity{max-width:400px} - -.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .entry-img>i{margin-top:5px;line-height:1.5} - -.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap{color:var(--bb-headings-color)} - -.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-description,.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-extension-description,.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-helper-text,.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-title{line-height:1.5} - -.bp-single-message-content .bb-activity-video-wrap.bb-video-length-1 .bb-activity-video-elem{min-width:auto;width:100%;max-width:400px} - -.bp-single-message-content .bb-activity-video-wrap.bb-video-length-1 .bb-activity-video-elem .video-js .vjs-control-bar button{width:3em} - -.bp-single-message-content .bb-activity-video-wrap.bb-video-length-1 .bb-activity-video-elem .video-js .vjs-control-bar .vjs-time-divider{min-width:1em} - -.bp-single-message-content .bb-activity-video-wrap.bb-video-length-1 .bb-activity-video-elem .video-js .vjs-control-bar .vjs-progress-control .vjs-progress-holder{margin:3px 10px 0} - -.bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem.video-activity .video-description-wrap .entry-img>i{margin-top:5px} - -.bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem.video-activity .video-description-wrap .video-detail-wrap .video-description,.bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem.video-activity .video-description-wrap .video-detail-wrap .video-extension-description,.bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem.video-activity .video-description-wrap .video-detail-wrap .video-helper-text,.bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem.video-activity .video-description-wrap .video-detail-wrap .video-title{line-height:1.5} - -.bp-single-message-content .bb-activity-media-wrap,.bp-single-message-content .bb-activity-video-wrap{max-width:600px} - -.bp-single-message-content .bb-activity-media-elem{padding:5px;min-width:25%} - -.bp-single-message-content .bb-activity-media-elem .bb-item-cover-wrap{padding-top:75%}@media screen and (max-width:590px){ - -.bp-single-message-content .bb-activity-media-elem{min-width:33.3333%!important;-webkit-box-flex:initial!important;-ms-flex:initial!important;flex:initial!important}}@media screen and (max-width:435px){ - -.bp-single-message-content .bb-activity-media-elem{max-width:initial!important;min-width:50%!important} - -.bp-single-message-content .bb-activity-media-elem .bb-item-cover-wrap{padding-top:100%} - -.bp-single-message-content .bb-activity-media-wrap.bb-media-length-1 .bb-activity-media-elem{max-width:100%!important}} - -.bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem{padding:5px;min-width:33.3333%} - -.bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem .bb-item-cover-wrap{padding-top:66.6666%}@media screen and (max-width:590px){ - -.bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem{min-width:50%;max-width:50%;-webkit-box-flex:1;-ms-flex:auto;flex:auto}}@media screen and (max-width:435px){ - -.bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem{min-width:100%;max-width:100%}} - -.bp-single-message-content .bb-video-wrapper{max-width:400px} - -.bp-single-message-content .fluid-width-video-wrapper{width:100%;max-width:400px;height:auto;margin:10px 0 0} - -.bp-single-message-content p>iframe{max-width:400px;width:100%;height:auto;min-height:200px} - -.bp-single-message-content .activity-attached-gif-container{display:inline-block;height:auto;width:auto;max-width:360px;max-height:360px} - -.bp-single-message-content .activity-attached-gif-container .gif-image-container{margin:15px 0 0} - -.bp-single-message-content .activity-attached-gif-container .gif-player{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-self:center;min-width:65px;min-height:65px} - -.bp-single-message-content .activity-attached-gif-container .gif-player video{height:auto;max-width:360px;max-height:360px;width:100%;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner);background-color:var(--bb-content-alternate-background-color)} - -.bb-template-v2 .bp-single-message-content .activity-attached-gif-container .gif-player video{border:0} - -.bp-single-message-content img.emoji,.bp-single-message-content img.emojioneemoji{margin:1px 3px;width:18px!important;height:18px!important} - -.bp-single-message-content blockquote{margin-top:0} - -ul#bp-message-thread-list .bp-message-content-wrap{color:var(--bb-body-text-color);letter-spacing:-.2px;line-height:1.5;overflow:initial;word-wrap:break-word} - -ul#bp-message-thread-list .bp-message-content-wrap p{margin-bottom:5px;min-height:.1px} - -ul#bp-message-thread-list .bp-message-content-wrap p.joined{position:relative} - -ul#bp-message-thread-list .bp-message-content-wrap p.joined strong{font-weight:500;color:var(--bb-alternate-text-color)} - -ul#bp-message-thread-list .bp-message-content-wrap p.joined strong.bp-tooltip{display:inline-block}@media screen and (max-width:768px){ - -ul#bp-message-thread-list .bp-message-content-wrap p.joined strong.bp-tooltip{position:static} - -ul#bp-message-thread-list .bp-message-content-wrap p.joined strong.bp-tooltip::before{display:none} - -ul#bp-message-thread-list .bp-message-content-wrap p.joined strong.bp-tooltip::after{width:180px;width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:180px;white-space:break-spaces}} - -ul#bp-message-thread-list .bp-message-content-wrap li>ol,ul#bp-message-thread-list .bp-message-content-wrap li>ul{margin-bottom:0} - -ul#bp-message-thread-list .bp-message-content-wrap ol,ul#bp-message-thread-list .bp-message-content-wrap ul{margin-bottom:15px;margin-right:16px} - -ul#bp-message-thread-list .bp-message-content-wrap li{background:100% 0;margin:5px 0;padding:0;list-style-type:disc} - -ul#bp-message-thread-list .bp-message-content-wrap li p{margin-bottom:0} - -ul#bp-message-thread-list .bp-message-content-wrap ol li{list-style-type:decimal} - -ul#bp-message-thread-list .bp-message-content-wrap pre{width:-webkit-calc(100% + 12px);width:calc(100% + 12px)} - -ul#bp-message-thread-list .bp-message-content-wrap blockquote{padding:12px;font-size:22px;letter-spacing:-.24px;line-height:30px;position:relative;margin:0 0 15px;width:-webkit-calc(100% + 12px);width:calc(100% + 12px);background:#fafafa;border:1px solid var(--bb-content-border-color);border-radius:4px} - -ul#bp-message-thread-list .bp-message-content-wrap blockquote p{font-size:20px;margin-bottom:0} - -ul#bp-message-thread-list .bp-message-content-wrap blockquote::before{content:"\ef02";font-family:bb-icons;font-style:normal;font-weight:400;display:inline-block;text-align:center;font-variant:normal;color:#92949d;width:30px;height:30px;font-size:22px;line-height:30px;background:#e2e1e0;border-radius:100%;margin-bottom:10px} - -ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap pre{width:auto;border:1px solid #f8e8ac;background:#fff} - -ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blockquote{width:auto;border:1px solid #f8e8ac;background:#fffef7} - -ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blockquote::before{color:#f8e8ac;border:1px solid #f8e8ac;background:#fff} - -.messages .bp-single-vert-nav .item-body{padding:0} - -.bb-template-v2.messages .bp-single-vert-nav .bb-profile-grid{margin:0} - -.bb-template-v2.messages .bp-single-vert-nav #item-body{margin-right:0} - -#whats-new-formatting-toolbar a .bb-icon,#whats-new-messages-toolbar a .bb-icon{color:rgba(var(--bb-headings-color-rgb),.4)} - -#whats-new-formatting-toolbar a:hover .bb-icon,#whats-new-messages-toolbar a:hover .bb-icon{color:var(--bb-headings-color)} - -#whats-new-messages-toolbar .medium-editor-placeholder{background-color:transparent} - -#whats-new-messages-toolbar .gif-media-search-dropdown.open{margin:0 -20px 10px 0;top:auto;bottom:100%} - -#whats-new-messages-toolbar .gif-media-search-dropdown::before{right:38px;top:auto;bottom:-11px;-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)} - -#whats-new-messages-toolbar .gif-search-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column} - -#whats-new-messages-toolbar .gif-search-content .gif-search-results-list{margin:0} - -#whats-new-messages-toolbar .messages-attached-gif-container{margin-bottom:0} - -#whats-new-messages-toolbar .messages-attached-gif-container .gif-search-query .search-query-input{background-color:transparent;border:0}@media screen and (max-width:1080px){ - -#whats-new-messages-toolbar .gif-media-search-dropdown.open{z-index:999} - -#whats-new-messages-toolbar .gif-media-search-dropdown.open .gif-search-results{max-height:280px} - -#whats-new-messages-toolbar .post-gif:first-child .gif-media-search-dropdown.open{right:-10px} - -#whats-new-messages-toolbar .post-gif:first-child .gif-media-search-dropdown.open::before{right:50px} - -#whats-new-messages-toolbar .post-gif:nth-child(2) .gif-media-search-dropdown.open{right:-44px} - -#whats-new-messages-toolbar .post-gif:nth-child(2) .gif-media-search-dropdown.open::before{right:84px} - -#whats-new-messages-toolbar .post-gif:nth-child(3) .gif-media-search-dropdown.open{right:-78px} - -#whats-new-messages-toolbar .post-gif:nth-child(3) .gif-media-search-dropdown.open::before{right:118px} - -#whats-new-messages-toolbar .post-gif:nth-child(4) .gif-media-search-dropdown.open{right:-112px} - -#whats-new-messages-toolbar .post-gif:nth-child(4) .gif-media-search-dropdown.open::before{right:152px} - -#whats-new-messages-toolbar .post-gif:nth-child(5) .gif-media-search-dropdown.open{right:-146px} - -#whats-new-messages-toolbar .post-gif:nth-child(5) .gif-media-search-dropdown.open::before{right:186px}} - -#whats-new-formatting-toolbar .emojionearea{background-color:transparent} - -#whats-new-formatting-toolbar .emojionearea .emojionearea-picker .emojionearea-search>input{outline:0;width:100%;min-width:100%;height:30px} - -#whats-new-formatting-toolbar .emojionearea .emojionearea-picker{top:auto;bottom:40px;left:100%;right:inherit;margin-left:-25px} - -#whats-new-formatting-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{bottom:-10px;top:auto;-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg);right:inherit;left:5px} - -.bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{display:none}@media screen and (max-width:1080px){ - -#whats-new-formatting-toolbar .post-emoji .emojionearea .emojionearea-picker{z-index:999}} - -.bp-back-to-thread-list{margin-right:-5px} - -.bp-back-to-thread-list [class*=bb-icon]{font-size:24px;color:var(--bb-headings-color)}@media screen and (min-width:1081px){ - -#message-threads .current>a{background:var(--bb-content-alternate-background-color);border-color:var(--bb-primary-color)} - -.bb-template-v2 #message-threads .current>a{background:-webkit-linear-gradient(-90deg,rgba(255,255,255,.9),rgba(255,255,255,.9)),var(--bb-primary-color);background:linear-gradient(0deg,rgba(255,255,255,.9),rgba(255,255,255,.9)),var(--bb-primary-color)}} - -.message-thread-options:hover~.bp-message-link{background:var(--bb-content-alternate-background-color);border-color:var(--bb-primary-color)} - -.bb-template-v2 .message-thread-options .current:hover+.bp-message-link{background:-webkit-linear-gradient(-90deg,rgba(255,255,255,.9),rgba(255,255,255,.9)),var(--bb-primary-color);background:linear-gradient(0deg,rgba(255,255,255,.9),rgba(255,255,255,.9)),var(--bb-primary-color)} - -.bb-template-v2 #message-threads .message-thread-options{left:30px} - -.bb-template-v2 #message-threads .message-thread-options.loading .bb_more_options_action:hover{background-color:transparent} - -.bb-template-v2 #message-threads .message-thread-options.loading .bb_more_options_action>i::before{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)} - -.bb-template-v2 #message-threads .message-thread-options .bb_more_options_action:hover,.bb-template-v2 #message-threads .optionsOpen .message-thread-options .bb_more_options_action{background-color:var(--bb-content-background-color);border-radius:6px} - -.bp-single-message-wrap .bb-messages-group-notices{color:var(--bb-alternate-text-color)} - -.bp-single-message-wrap .bb-messages-group-notices .bp-tooltip{color:var(--bb-alternate-text-color)} - -.header-aside .thread-multiple-avatar{min-height:36px;min-width:36px;margin:0 -2px;position:relative} - -.header-aside .thread-multiple-avatar img{border:2px solid #fff;max-width:28px;position:absolute;right:0;top:0} - -.header-aside .thread-multiple-avatar img+img{top:auto;left:0;bottom:0;right:auto} - -.header-aside li:hover .thread-multiple-avatar img{border-color:#f5f5f5} - -.header-aside .unread .thread-multiple-avatar img{border-color:#f7fafe} - -.messages-wrap .notification-dropdown .notification-avatar{-webkit-box-flex:0;-ms-flex:0 0 36px;flex:0 0 36px} - -.messages-wrap .notification-dropdown .notification-list{max-width:400px} - -.messages-wrap .notification-dropdown .notification-list li .notification-content{width:100%;overflow:hidden} - -.messages-wrap .notification-dropdown .notification-list li .notification-content .notification-users{width:-webkit-calc(100% - 50px);width:calc(100% - 50px);display:block;white-space:nowrap} - -.messages-wrap .notification-dropdown .notification-list li .notification-content .notification-users>a{display:block;text-overflow:ellipsis;overflow:hidden;width:100%} - -.bb-pusher-typing-indicator-text,.thread-item .typing-indicator{color:var(--bb-alternate-text-color)} - -#message-form-submit-wrapper,#message-reply-form-submit-wrapper{background-color:var(--bb-content-alternate-background-color);border-radius:0 0 var(--bb-block-radius-inner) var(--bb-block-radius-inner);margin:0;padding:10px} - -.bb-template-v1 #message-form-submit-wrapper,.bb-template-v1 #message-reply-form-submit-wrapper{border-top:1px solid var(--bb-content-border-color)} - -#message-new-submit,#message-reply-new-submit{background-color:var(--bb-primary-color);border-radius:var(--bb-button-radius)} - -#message-new-submit::before,#message-reply-new-submit::before{color:var(--bb-primary-button-text-regular)} - -.mass-user-block-list .bb-report-type-pagination .page-data #load_more_rl.loading,.message-members-list .bb-report-type-pagination .page-data #load_more_rl.loading{color:var(--bb-alternate-text-color)}@media screen and (min-width:46.8em){ - -.bp-single-vert-nav .subnav{background:100% 0} - -.bp-single-vert-nav .subnav li{font-size:inherit;margin:0} - -.bp-single-vert-nav .subnav li a{border-left:0;padding:0 0 5px}}@media screen and (min-width:55em){ - -.buddypress-wrap form.bp-dir-search-form,.buddypress-wrap form.bp-invites-search-form,.buddypress-wrap form.bp-messages-search-form{width:auto}}@media screen and (min-width:1081px){ - -.bp-messages-nav-panel{border-left:1px solid var(--bb-content-border-color)}}@media screen and (max-width:1080px){ - -.messages-wrapper{margin-bottom:20px} - -#send_message_form,.bp-messages-content-wrapper{min-height:670px} - -.message-thread-header .bp-back-to-thread-list{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1} - -.message-thread-header .thread-avatar{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2} - -.message-thread-header .thread-participants{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;width:-webkit-calc(100% - 100px);width:calc(100% - 100px)}}@media screen and (max-width:800px){ - -.messages-screen>.flex{-ms-flex-wrap:wrap;flex-wrap:wrap} - -.messages-screen>.flex .bp-messages-content{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;border-top:1px solid var(--bb-content-border-color)}}@media screen and (max-width:680px){ - -.messages-wrapper #subnav{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.buddypress-wrap .messages-wrapper .bp-subnavs{margin:0} - -.messages-wrapper #subnav .subnav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap} - -.messages-screen{border-right:0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bp-messages-content #message-threads{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:10px;max-height:100%;overflow:initial}}@media screen and (min-width:46.8em){ - -.bp-messages-user-threads{max-height:66vh}}@media screen and (max-width:560px){ - -.bp-messages-content #bp-message-content #message-form-submit-wrapper #whats-new-messages-toolbar .media-off,.bp-messages-content #bp-message-content #message-reply-form-submit-wrapper #whats-new-messages-toolbar .media-off{height:27px} - -.bp-messages-content #bp-message-content #message-form-submit-wrapper #message-new-submit,.bp-messages-content #bp-message-content #message-form-submit-wrapper #message-reply-new-submit,.bp-messages-content #bp-message-content #message-reply-form-submit-wrapper #message-new-submit,.bp-messages-content #bp-message-content #message-reply-form-submit-wrapper #message-reply-new-submit{padding:0;width:30px}}@media screen and (max-width:430px){ - -.bp-messages-content #bp-message-content #whats-new-messages-toolbar{padding:1px 0 0 15px} - -.bp-messages-content #bp-message-content #whats-new-messages-toolbar [class*=" bb-icon-"]{font-size:20px} - -.bp-messages-content #bp-message-content #whats-new-messages-toolbar .post-elements-buttons-item{margin-left:8px} - -.bp-messages-content #bp-message-content .medium-editor-toolbar.active{height:35px} - -.bp-messages-content #bp-message-content .medium-editor-toolbar.active .medium-editor-toolbar-input{height:35px} - -.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-actions button{min-width:20px} - -.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-actions button.medium-editor-button-first{padding-right:0!important;padding-left:0} - -.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-actions .medium-editor-button-last{padding-left:0!important} - -.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-actions b::before{font-size:18px} - -.bp-messages-content #bp-message-content #whats-new-formatting-toolbar{margin:1px 0 0 5px} - -.bp-messages-content #bp-message-content #whats-new-formatting-toolbar [class*=" bb-icon-"]{font-size:20px} - -.bp-messages-content #bp-message-content #whats-new-formatting-toolbar .post-elements-buttons-item{margin-left:8px} - -.bp-messages-content #bp-message-content #whats-new-formatting-toolbar .emojionearea .emojionearea-button::before{font-size:20px;line-height:1.4} - -#whats-new-formatting-toolbar .emojionearea .emojionearea-picker{margin-left:-75px} - -#whats-new-formatting-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{left:55px}}@media screen and (max-width:374px){ - -#message-form-submit-wrapper,#message-reply-form-submit-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap} - -.bp-messages-content #bp-message-content #whats-new-messages-toolbar{padding:0;min-width:-webkit-calc(100% - 50px);min-width:calc(100% - 50px);min-height:20px} - -.bp-messages-content #bp-message-content #whats-new-messages-toolbar .post-elements-buttons-item{margin-left:6px} - -.bp-messages-content #bp-message-content #whats-new-messages-toolbar .medium-editor-toolbar-actions .medium-editor-action b{width:22px} - -.bp-messages-content #bp-message-content #whats-new-messages-toolbar [class*=" bb-icon-"]{font-size:20px} - -.bp-messages-content #bp-message-content #whats-new-formatting-toolbar{margin:0} - -.bp-messages-content #bp-message-content #whats-new-formatting-toolbar .post-elements-buttons-item:last-child{margin-left:0} - -.bp-messages-content #bp-message-content #message-form-submit-wrapper #message-new-submit,.bp-messages-content #bp-message-content #message-reply-form-submit-wrapper #message-reply-new-submit{margin:10px auto 5px;width:auto;padding:0 15px} - -.bp-messages-content #bp-message-content #message-new-submit #bp-messages-send,.bp-messages-content #bp-message-content #message-reply-new-submit #send_reply_button{position:static;opacity:1;background-color:transparent;border:0;padding:0 10px;min-width:auto} - -.bp-messages-content .bp-message-content_foot_note{font-size:11px;text-align:center} - -.bp-messages-content .bp-message-content_foot_note .space_note{margin-left:10px} - -#whats-new-formatting-toolbar .emojionearea .emojionearea-picker{margin-left:-60px} - -#whats-new-formatting-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{left:40px}} - -#buddypress .notifications-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:14px} - -#buddypress .notifications-header .entry-title{margin:0} - -#buddypress .notifications-header .subnav-filters{margin:0} - -#buddypress .notifications-header #subnav{border:0} - -#buddypress .notifications-header .bp-navs{margin:0;width:auto} - -#buddypress .notifications-header .bp-navs li{margin-bottom:0} - -#buddypress .notifications-header .bp-navs li:last-child{padding:0} - -.notifications-options-nav .select-wrap{float:right}@media screen and (max-width:544px){ - -.notifications-options-nav>.select-wrap{width:100%} - -.notification-list .bs-header-item .bb-sort-by-date{margin-right:10px}} - -#notifications-bulk-management #notification-select{background-position:left .6rem center;border:0;font-size:14px;height:34px;padding-left:30px;min-width:125px} - -.bs-member-notifications .notification-header{border:0;padding:0;margin-bottom:30px} - -.bs-member-notifications .title.title{font-size:1.75rem} - -.bs-member-notifications .notification-header a{font-size:.875rem} - -.bs-member-notifications .notification-header .settings{font-size:1.375rem;color:#9ca8b4;min-width:22px;text-align:left;margin-right:20px} - -.notification-wrap.menu-item-has-children>a::after{bottom:-4px;right:0} - -.notification-wrap.menu-item-has-children>a::before{content:"";display:block;position:absolute;bottom:7px;right:4px;width:15px;height:15px;background:var(--bb-content-background-color);border-left:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color);-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);opacity:0;visibility:hidden} - -.notification-wrap.menu-item-has-children.selected>a::before{opacity:1;visibility:visible;z-index:1002} - -.circle-mark{display:block;width:10px;height:10px;border:2px solid;border-radius:100%;color:rgba(var(--bb-primary-color),.5)} - -.circle-mark.read{background:var(--bb-primary-color)} - -.notification-list .unread{position:relative} - -.notification-list .unread::before{background-color:var(--bb-primary-color);border-radius:50%;content:"";height:10px;margin-top:-5px;position:absolute;left:22px;top:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);width:10px} - -.notification-list .unread:hover{background:var(--bb-content-alternate-background-color)} - -.notification-list .unread:hover::before{display:none} - -.notification-list .unread:hover .actions:hover .mark-read{color:#122b46} - -.bs-item-list.notification-list .bs-item-wrap.read-item{background:var(--bb-content-alternate-background-color)} - -.bs-item-list.notification-list .bs-item-wrap:not(.no-hover-effect):hover{border-right-color:transparent;border-left-color:transparent} - -.unread-item{background:#f0f3f7} - -.notification-list{margin-right:0} - -.site-header .notification-list{min-width:400px;max-height:52vh;overflow:auto;padding-bottom:0;margin-bottom:0;overflow-x:hidden} - -.site-header .notification-list .read-item .notification-avatar a>i{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--bb-alternate-text-color);bottom:-5px;border-radius:50%;color:var(--bb-content-background-color);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:19px;line-height:19px;position:absolute;z-index:1;left:-5px;width:19px} - -.site-header .notification-list .read-item .notification-avatar a>i.bb-icon-calendar{font-size:17px}@media (max-width:543px){ - -.site-header .notification-list{min-width:330px}}@media (max-width:380px){ - -.site-header .notification-list{min-width:280px}} - -.notification-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:15px;border-bottom:1px solid var(--bb-content-border-color);position:relative} - -.notification-list li.bs-item-wrap:hover{background-color:transparent} - -.notification-list li:hover{background:var(--bb-content-alternate-background-color)}@media (min-width:1025px){ - -.notification-list li:hover .actions{opacity:1;visibility:visible;-webkit-transition:.2s all;transition:.2s all}} - -.notification-list .actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:center;align-self:center;padding-right:5px;position:relative}@media (min-width:1025px){ - -.notification-list .actions{opacity:0;visibility:hidden}} - -.notification-list .actions a{display:inline-block;padding:0;font-size:24px;margin-right:4px} - -.notification-list .bs-item-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.notification-list .delete-notification{color:var(--bb-headings-color);opacity:.4;margin-right:10px} - -.notification-list .delete-notification:hover{color:var(--bb-primary-color);opacity:1} - -.menu-item-has-children .notification-list li:last-child{margin-bottom:-1px} - -.menu-item-has-children .notification-list .bs-item-wrap:last-child{border-bottom:0;margin-bottom:0} - -#header-notification-dropdown .notification-list li{padding-left:12px} - -.notification-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px;border-bottom:1px solid var(--bb-content-border-color)} - -.notification-header a{display:block;font-size:13px;font-weight:inherit;color:var(--bb-primary-color);letter-spacing:-.24px;line-height:1;margin:0 22px 0 0;padding:0} - -.notification-header a:hover{background:100% 0} - -.notification-header a.mark-all-read{margin-right:auto} - -.notification-header .settings{color:inherit} - -.notification-header .settings i{margin-right:-7px} - -.notification-header .title{font-size:1.125rem;line-height:1;margin:0} - -.notification-header .title+a{margin-right:auto} - -.notification-header .mark-read-all{font-size:.875rem;font-weight:500;color:var(--bb-primary-color);cursor:pointer} - -.notification-header .mark-read-all:hover{color:var(--bb-primary-color)} - -.notification-avatar{margin-left:10px;position:relative} - -.notification-avatar img{display:block;max-width:36px;border-radius:50%;image-rendering:optimize-contrast} - -.notification-content{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:14px;color:var(--bb-alternate-text-color);letter-spacing:-.24px;line-height:1.3;position:relative} - -.notification-content a{color:var(--bb-headings-color)} - -.notification-content a:hover{background:100% 0} - -.notification-content a span{color:var(--bb-primary-color);display:inline-block} - -.notification-content .posted,.notification-content .typing-indicator{display:block;font-size:.8125rem;margin-top:3px;line-height:19px} - -[dir=rtl] .notification-content .posted,[dir=rtl] .notification-content .typing-indicator{direction:ltr} - -.bs-item-wrap .notification-content{font-size:.875rem} - -.bs-item-wrap span.posted{font-size:14px} - -.bs-item-wrap .notification-avatar{margin-left:20px} - -.notification-wrap .bs-item-wrap .notification-content{text-align:center} - -.notification-footer{position:relative;bottom:0;background:var(--bb-content-background-color);width:100%;border-top:1px solid var(--bb-content-border-color)} - -.notification-footer .delete-all{font-size:.875rem;font-weight:500;color:var(--bb-primary-color);padding:15px 0;line-height:21px;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} - -.notification-footer .bb-icon-angle-right{color:inherit;margin-right:0;opacity:.6} - -.bb-full-link{font-size:0} - -.bb-full-link>a{cursor:pointer;font-size:0;position:absolute;width:100%;height:100%;right:0;top:0;opacity:0} - -#header-messages-dropdown-elem .notification-link.active i::after{left:0} - -#header-messages-dropdown-elem .notification-users a{font-weight:500} - -#header-messages-dropdown-elem .notification-list li{padding:15px 15px 15px 40px} - -#header-messages-dropdown-elem .notification-list li.unread::before{display:block} - -body.messages .bp-vertical-navs #item-body,body.notifications .bp-vertical-navs #item-body,body.settings .bp-vertical-navs #item-body{margin:0;padding:0} - -body.messages .bp-vertical-navs #subnav,body.notifications .bp-vertical-navs #subnav,body.settings .bp-vertical-navs #subnav{margin:0} - -body.messages #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap,body.notifications #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap,body.settings #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap{margin-top:0} - -body.messages.bb-template-v1 .bp-vertical-navs #item-body,body.notifications.bb-template-v1 .bp-vertical-navs #item-body,body.settings.bb-template-v1 .bp-vertical-navs #item-body{padding:20px}@media screen and (max-width:1050px){ - -body.settings .bp-vertical-navs #subnav.bb-subnav-private{margin-bottom:15px}} - -body.messages.bb-template-v1 .bp-vertical-navs #item-body{padding:20px}@media (min-width:544px){ - -#notifications-filter-select .select-wrap{margin:0 30px 0 0}}@media (max-width:543px){ - -.bs-member-notifications .bs-item-list.list-view .bs-item-wrap{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -section.notifications .notification-list .actions{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-top:10px;padding-right:75px} - -.bs-item-wrap span.posted{margin-top:5px} - -.bs-member-notifications .notification-header{-ms-flex-flow:row wrap;flex-flow:row wrap} - -#buddypress #item-body .bs-member-notifications .title{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:20px} - -.bs-member-notifications .notification-header a.mark-all-read{margin-right:0} - -.bs-member-notifications .notification-header .settings{margin-right:auto} - -#buddypress .notifications-header{-ms-flex-flow:row wrap;flex-flow:row wrap} - -#buddypress .notifications-header .subnav-filters{margin-top:20px;width:100%} - -.notifications-header .notifications-search,.notifications-header .subnav-search{width:100%} - -#buddypress .notifications-header .bp-navs li:last-child{padding-left:0} - -.notifications-header .subnav-filters div{margin-top:0;margin-bottom:0}}@media screen and (max-width:440px){ - -.bb-sort-by-date{margin-top:10px;width:100%}} - -body.bp-user.profile:not(.public) #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap{margin-top:0} - -body.bp-user.profile:not(.public) .bp-wrap{background:100% 0;border:0} - -body.bp-user.profile:not(.public) .bp-vertical-navs #item-body{margin:0;padding:0} - -.bp-vertical-navs .bb-profile-grid{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1px;margin:0}@media screen and (max-width:748px){ - -.bp-vertical-navs .bb-profile-grid{margin-right:-10px;margin-left:-10px}} - -.buddypress-wrap .profile{margin:0} - -header.profile-header{margin-bottom:30px} - -#item-body .bb-profile-title{margin:0} - -.profile-loop-header{border-bottom:1px solid var(--bb-content-border-color);margin:0 0 30px;padding:20px 0} - -.profile-loop-header .entry-title.bb-profile-title{margin:0;font-family:inherit;font-size:18px;line-height:1.8}@media (max-width:375px){ - -#buddypress .bp-profile-content .profile-loop-header .button{padding:6px 14px}} - -.bp-profile-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);margin-bottom:30px}@media screen and (max-width:1050px){ - -.bp-profile-wrapper{border:0;background-color:transparent}} - -.bp-profile-wrapper.need-separator{background-color:transparent;border-color:transparent} - -.bp-profile-wrapper.need-separator .bp-profile-content{padding:0} - -.bp-profile-wrapper.need-separator .group-separator-block{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);margin-bottom:30px;padding:0 30px} - -.bp-profile-wrapper.need-separator table.profile-fields td.data>p{margin:0 0 10px} - -.bp-profile-wrapper.need-separator header.profile-header{margin-bottom:20px} - -.bp-profile-wrapper.need-separator .bp-widget{margin-bottom:5px} - -.bp-profile-wrapper.need-separator .repeater-separator{display:none} - -.bp-profile-wrapper table.profile-fields{box-shadow:none;border-radius:0;border:0} - -.bp-profile-wrapper .bp-tables-user tbody tr:nth-child(odd){background:100% 0} - -.bp-profile-wrapper .bp-widget:not(:last-child){margin-bottom:30px} - -.bp-profile-wrapper #public-personal-li{display:none} - -.bb-user-nav-display-wrap .bp-profile-wrapper{background:100% 0;border:0;border-radius:0} - -.bb-user-nav-display-wrap .bp-profile-content{padding:0} - -.bb-user-nav-display-wrap header.profile-header{padding-top:0;padding-bottom:20px} - -#page #buddypress #item-body .bp-profile-wrapper #subnav{-webkit-box-flex:0;-ms-flex:0 0 230px;flex:0 0 230px;background-color:var(--bb-body-background-color);border-left:1px solid var(--bb-content-border-color);border-bottom:0;min-height:60vh;border-radius:0 4px 4px 0;margin:0;padding:30px 0} - -#page #buddypress #item-body .bp-profile-wrapper #subnav .subnav{float:none} - -#page #buddypress #item-body .bp-profile-wrapper #subnav li{float:none;padding:0} - -#page #buddypress #item-body .bp-profile-wrapper #subnav a{border:0;font-size:14px;color:var(--bb-headings-color);letter-spacing:-.24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:13px 20px;line-height:1;margin-bottom:1px} - -#page #buddypress #item-body .bp-profile-wrapper #subnav a::before{content:"\ee6e";font:400 normal normal 14px/1 bb-icons;speak:none;display:inline-block;font-size:22px;margin-left:10px;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} - -#page #buddypress #item-body .bp-profile-wrapper #subnav a:hover{background:var(--bb-content-alternate-background-color);color:var(--bb-primary-color)} - -#page #buddypress #item-body .bp-profile-wrapper #subnav #edit::before{content:"\ee5a";font-family:bb-icons;font-size:18px;min-width:22px;text-align:center} - -#page #buddypress #item-body .bp-profile-wrapper #subnav #change-avatar::before{content:"\ed91";font-family:bb-icons} - -#page #buddypress #item-body .bp-profile-wrapper #subnav #change-cover-image::before{content:"\eeb4";font-family:bb-icons} - -#page #buddypress #item-body .bp-profile-wrapper #subnav .selected a{background:var(--bb-content-background-color);color:var(--bb-headings-color);font-weight:400;border-top:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color)}@media screen and (max-width:900px){ - -#page #buddypress #item-body .bp-profile-wrapper #subnav .selected a{border-top:none;border-bottom:none}} - -#page #buddypress #item-body .bp-profile-wrapper #subnav .selected{position:relative} - -#page #buddypress #item-body .bp-profile-wrapper #subnav .selected::after{content:"";background:var(--bb-content-background-color);width:4px;height:-webkit-calc(100% - 2px);height:calc(100% - 2px);position:absolute;right:-webkit-calc(100% - 2px);right:calc(100% - 2px);top:1px}@media screen and (max-width:900px){ - -#page #buddypress #item-body .bp-profile-wrapper #subnav .selected::after{display:none}} - -.bp-profile-content{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1px;padding:0 30px}@media screen and (max-width:1050px){ - -.bp-navs+.bp-profile-content{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color)}} - -.bp-profile-content .profile:not(.public){padding:50px} - -.bp-profile-content .profile:not(.public) .screen-heading{font-weight:500;font-size:22px;line-height:1.1} - -.profile.change-avatar .bp-feedback,.profile.change-cover-image .bp-feedback{font-size:14px;line-height:1.7} - -.profile.change-avatar .bp-help-text,.profile.change-cover-image .bp-help-text{font-style:normal;padding:10px 0} - -.profile.change-avatar .warning,.profile.change-cover-image .warning{line-height:1.6} - -.profile.change-cover-image .bp-cover-image{margin:20px 0} - -#buddypress div.bp-profile-content table.profile-fields tr td{padding:0 0 12px;word-break:break-word} - -#buddypress div.bp-profile-content table.profile-fields tr td.label{padding-left:12px} - -.buddypress-wrap .profile.edit .editfield .description{outline:0;color:var(--bb-alternate-text-color);font-size:14px} - -.bs-profile-details-wrap .profile-details-heading{margin-bottom:20px;padding:10px 0;line-height:30px;border-bottom:1px solid var(--bb-content-border-color)} - -.bs-profile-details-wrap .bs-profile-widget-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px} - -.bs-profile-details-wrap .bs-profile-widget-heading i{display:none;margin-left:10px;width:30px;height:30px;line-height:30px;text-align:center;font-size:22px} - -.bs-profile-details-wrap .lg-grid-1-2:nth-child(2n+1){border-left:1px solid var(--bb-content-border-color)} - -.bs-profile-details-wrap .bp-widget{margin-bottom:30px} - -.bs-profile-details-grid .bb-field-group:nth-child(odd) .bp-widget{padding-left:10px} - -.bs-profile-details-grid .bb-field-group:nth-child(even) .bp-widget{padding-right:10px} - -#buddypress table.profile-fields tr td.data,#buddypress table.profile-fields tr td.label{padding:5px 0;font-size:14px;font-weight:400;line-height:inherit;background:100% 0;border:0} - -#buddypress table.profile-fields tr td.label{color:var(--bb-alternate-text-color);width:35%} - -#buddypress table.profile-fields tr td.data{color:var(--bb-body-text-color);width:65%} - -#buddypress table.profile-fields tr:hover{background:100% 0} - -#buddypress table.profile-fields tr td.label{display:table-cell;padding-left:20px;width:35%;vertical-align:top} - -#buddypress table.profile-fields tr td.data{display:table-cell;width:65%;vertical-align:top} - -#item-body>div.profile .bp-feedback .bp-help-text{display:block;font-style:normal;padding:10px 5px} - -#item-body>div.profile p.bp-feedback{background:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);border-radius:3px;font-size:14px;line-height:1.5;overflow:hidden} - -#item-body .profile #drag-drop-area{background:rgba(240,243,247,.5);border:1px dashed #dedfe2;border-radius:6px;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:16px;color:var(--bb-headings-color);letter-spacing:-.24px;line-height:26px} - -#profile-edit-form fieldset{border:0;padding:0;margin-bottom:0;margin-top:0} - -#buddypress #profile-edit-form .datebox-selects{-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -div#buddypress #profile-edit-form .datebox-selects label{margin-top:0;margin-bottom:0} - -#buddypress .profile.edit .button-nav a{color:var(--bb-headings-color)} - -#buddypress .profile.edit .button-nav a:hover{color:var(--bb-primary-color)} - -#buddypress .profile.edit .button-nav .current a{color:var(--bb-headings-color);border-bottom-color:var(--bb-primary-color)} - -#buddypress .profile.edit>#profile-edit-form{max-width:100%} - -#buddypress .profile.edit>#profile-edit-form .editfield{background:100% 0;border:0;margin:0;padding:0} - -#buddypress .profile.edit>#profile-edit-form fieldset{padding:0} - -#buddypress .profile.edit>#profile-edit-form fieldset .editfield legend{font-size:14px;color:var(--bb-headings-color)} - -#buddypress .profile.edit>#profile-edit-form input[type=email],#buddypress .profile.edit>#profile-edit-form input[type=number],#buddypress .profile.edit>#profile-edit-form input[type=text],#buddypress .profile.edit>#profile-edit-form select{height:50px} - -#buddypress .profile.edit>#profile-edit-form select[multiple]{min-height:90px;padding:5px} - -#buddypress .profile.edit>#profile-edit-form select[multiple] option{padding:7px} - -#buddypress .profile.edit>#profile-edit-form .editfield{margin:15px 0} - -#buddypress .profile.edit .button-nav{margin:30px 0;border-bottom:1px solid var(--bb-content-border-color)} - -#buddypress .profile.edit .button-nav a{background:100% 0;padding:0 0 10px;border:0;margin:0 0 -1px 20px;color:inherit;min-height:1px;border-radius:0;box-shadow:none} - -#buddypress .profile.edit .button-nav a:hover{color:var(--bb-headings-color)} - -#buddypress .profile.edit .button-nav .current a{background:100% 0;border-bottom:1px solid var(--bb-primary-color);color:var(--bb-headings-color);font-weight:500} - -#buddypress .profile.edit .visibility-toggle-link{font-size:13px;background-color:transparent;color:var(--bb-headings-color);border:0;font-weight:600;min-height:auto;padding:0;vertical-align:baseline;border-radius:0;margin-right:5px} - -#buddypress .profile.edit .visibility-toggle-link:active,#buddypress .profile.edit .visibility-toggle-link:focus,#buddypress .profile.edit .visibility-toggle-link:hover{background:100% 0;color:var(--bb-primary-color);box-shadow:none} - -#buddypress .profile.edit .field-visibility-settings-header{font-size:12px} - -.buddypress-wrap .profile.edit .button-nav li{margin-top:10px} - -#item-body>div.profile{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:4px;padding:20px;margin-bottom:20px;font-size:16px} - -#item-body>div.profile .bp-tables-user,#item-body>div.profile table.forum,#item-body>div.profile table.wp-profile-fields{border-radius:0;box-shadow:none} - -#item-body>div.profile tr:nth-child(odd){background:100% 0} - -#item-body>div.profile h2.screen-heading{border-bottom:1px solid var(--bb-content-border-color);margin:0 -20px 20px;padding:0 20px 15px;letter-spacing:.33px;font-size:1rem;font-weight:600;text-transform:uppercase;line-height:1} - -a.link-change-cover-image,a.link-change-profile-image,a.position-change-cover-image{color:var(--bb-content-background-color)} - -a.link-change-cover-image i::before,a.link-change-profile-image i::before,a.position-change-cover-image i::before{margin:0;color:var(--bb-content-background-color);position:relative;z-index:2} - -a.link-change-cover-image i::after,a.link-change-profile-image i::after,a.position-change-cover-image i::after{position:absolute;right:4px;top:4px;z-index:1;content:" ";width:28px;height:28px;background-color:var(--bb-headings-color);border-radius:15px} - -a.link-change-cover-image .bb-icon-edit-thin,a.link-change-profile-image .bb-icon-edit-thin,a.position-change-cover-image .bb-icon-edit-thin{font-size:24px} - -a.link-change-cover-image:hover i::after,a.link-change-profile-image:hover i::after,a.position-change-cover-image:hover i::after{background-color:var(--bb-primary-color)} - -#buddypress #header-cover-image .header-cover-reposition-wrap>.button{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular)} - -#buddypress #header-cover-image .header-cover-reposition-wrap>.button:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -#buddypress #header-cover-image .header-cover-reposition-wrap>.button: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)} - -.bb-buddypanel #item-header .width-full .position-change-cover-image,.bb-buddypanel #item-header .width-full a.link-change-cover-image{right:45px} - -.bb-buddypanel #item-header #header-cover-image.width-full .header-cover-reposition-wrap .cover-image-save{margin-left:55px} - -.bb-buddypanel.buddypanel-open #item-header #header-cover-image.width-full .header-cover-reposition-wrap .cover-image-save{margin-left:135px} - -.bb-buddypanel.buddypanel-open #item-header .width-full .position-change-cover-image,.bb-buddypanel.buddypanel-open #item-header .width-full a.link-change-cover-image{right:120px} - -.buddypress-wrap .profile.edit .repeater_group_outer{background:var(--bb-content-alternate-background-color);border-radius:4px;padding:15px 15px 0} - -#buddypress #btn_add_repeater_set{float:right;height:32px;margin-left:10px} - -#buddypress #btn_add_repeater_set .dashicons{font:400 normal normal 18px/1 bb-icons} - -#buddypress #btn_add_repeater_set .dashicons::before{content:"\eef9"} - -#buddypress .repeater_tools a{color:var(--bb-alternate-text-color);cursor:pointer} - -#buddypress .repeater_tools a:hover{color:var(--bb-primary-color)} - -#buddypress .repeater_tools .dashicons{font:400 normal normal 18px/1 bb-icons} - -#buddypress .repeater_tools .dashicons-edit::before{content:"\ee5a"} - -#buddypress .repeater_tools .dashicons-trash::before{content:"\ef48"} - -tr.repeater-separator td{border-top:1px solid rgba(0,0,0,.025);border-bottom:0} - -.repeater_group_inner{border-top:1px solid #eee;display:none;margin:10px -15px;padding:10px 15px} - -.buddypress-wrap .profile.edit .repeater_group_outer .repeater_tools{margin-bottom:15px} - -.buddypress-wrap .profile.edit .repeater_group_outer .repeater_set_title{font-size:17px} - -.active .repeater_set_title{font-weight:600} - -.bb-user-nav-display-wrap .widget-area{margin-top:20px} - -body #buddypress .bp-list.invites .action{margin:0 auto 0 0} - -.bp-sitewide-notice-wrap{background:100% 0;border:0;display:-webkit-box;display:-ms-flexbox;display:flex} - -.bp-sitewide-notice .bp-sitewide-notice-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto;max-width:1200px;padding-right:10px;padding-left:10px;width:100%} - -.bp-feedback.bp-sitewide-notice+.users-header div#cover-image-container{margin-top:-26px} - -#cover-image-container #item-header-avatar img{background-color:var(--bb-content-background-color)} - -.site .bp-feedback.bp-sitewide-notice{background:#fff;box-shadow:0 10px 25px -5px rgba(18,43,70,.05);padding:20px 30px;border:0;border-bottom:1px solid var(--bb-content-border-color);border-radius:0;line-height:1.5;margin:0;position:relative} - -.site-content .bp-feedback.bp-sitewide-notice{display:none} - -.bp-feedback.bp-sitewide-notice button{height:auto;width:auto;padding:0;background:100% 0;box-shadow:none;border:0;color:var(--bb-body-text-color);margin-right:auto} - -.bp-feedback.bp-sitewide-notice .bp-icon{display:none} - -.bp-feedback.bp-sitewide-notice p{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 0 0 10px;color:var(--bb-body-text-color);font-size:14px} - -.bp-feedback.bp-sitewide-notice strong{display:block;margin-bottom:-15px} - -.messages #buddypress .bp-feedback.bp-sitewide-notice{margin-top:-25px}@media (min-width:800px){ - -#buddypress table.profile-fields tr td.label{width:25%} - -#buddypress table.profile-fields tr td.data{width:75%}}@media (max-width:991px){ - -.bs-profile-details-grid .bb-field-group:nth-child(odd) .bp-widget{padding-left:0} - -.bs-profile-details-grid .bb-field-group:nth-child(even) .bp-widget{padding-right:0}}@media screen and (max-width:1050px){ - -#page #buddypress #item-body .bp-profile-wrapper #subnav{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:10px;border-left:0;border-radius:4px 4px 0 0;padding:0;margin-bottom:15px} - -.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav{padding:0} - -#page #buddypress #item-body .bp-profile-wrapper #subnav li{float:right;margin-left:1px} - -#buddypress .profile.edit .button-nav a{margin-top:20px} - -#buddypress .profile.edit .button-nav{margin-top:0} - -.buddypress-wrap .item-body .profile.edit .screen-heading{margin:0} - -.bp-profile-content .profile:not(.public){padding:30px 0}}@media screen and (max-width:520px){ - -#buddypress #btn_add_repeater_set{margin-bottom:15px} - -#buddypress #profile-edit-form{margin-bottom:0}} - -.bp-invites-container,.bp-settings-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:4px;margin-bottom:30px}@media screen and (max-width:1050px){ - -.bp-settings-container{border:0;background-color:transparent}} - -.bp-invites-container{border:0;border-radius:var(--bb-block-radius);background:100% 0} - -.bp-single-vert-nav .bp-settings-container .bp-navs,.buddypress-wrap .bp-settings-container .bp-navs{-webkit-box-flex:0;-ms-flex:0 0 245px;flex:0 0 245px;background-color:var(--bb-body-background-color);border-left:1px solid var(--bb-content-border-color);border-bottom:0;min-height:60vh;border-radius:0 4px 4px 0;margin:0;padding:30px 0} - -.bp-single-vert-nav .bp-settings-container .bp-navs li,.buddypress-wrap .bp-settings-container .bp-navs li{float:none;padding:0} - -.bp-single-vert-nav .bp-settings-container .bp-navs a,.buddypress-wrap .bp-settings-container .bp-navs a{border:0;font-size:14px;color:var(--bb-headings-color);letter-spacing:-.24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px 20px;line-height:1;margin-bottom:1px} - -.bp-single-vert-nav .bp-settings-container .bp-navs a::before,.buddypress-wrap .bp-settings-container .bp-navs a::before{content:"\ee6e";font:400 normal normal 14px/1 bb-icons;speak:none;display:inline-block;font-size:18px;margin-left:10px;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media only screen and (max-width:768px){ - -.bp-single-vert-nav .bp-settings-container .bp-navs a::before,.buddypress-wrap .bp-settings-container .bp-navs a::before{display:none}} - -.bp-single-vert-nav .bp-settings-container .bp-navs a:hover,.buddypress-wrap .bp-settings-container .bp-navs a:hover{background:var(--bb-content-alternate-background-color);color:var(--bb-primary-color)} - -.bp-single-vert-nav .bp-settings-container .bp-navs #general::before,.buddypress-wrap .bp-settings-container .bp-navs #general::before{content:"\ee27"} - -.bp-single-vert-nav .bp-settings-container .bp-navs #notifications::before,.buddypress-wrap .bp-settings-container .bp-navs #notifications::before{content:"\ee62"} - -.bp-single-vert-nav .bp-settings-container .bp-navs #notifications.notification-preferences::before,.buddypress-wrap .bp-settings-container .bp-navs #notifications.notification-preferences::before{content:"\e86d"} - -.bp-single-vert-nav .bp-settings-container .bp-navs #profile::before,.buddypress-wrap .bp-settings-container .bp-navs #profile::before{content:"\eecc"} - -.bp-single-vert-nav .bp-settings-container .bp-navs #blocked-members::before,.buddypress-wrap .bp-settings-container .bp-navs #blocked-members::before{content:"\ef64"} - -.bp-single-vert-nav .bp-settings-container .bp-navs #invites::before,.buddypress-wrap .bp-settings-container .bp-navs #invites::before{content:"\ef5a"} - -.bp-single-vert-nav .bp-settings-container .bp-navs #export::before,.buddypress-wrap .bp-settings-container .bp-navs #export::before{content:"\E889"} - -.bp-single-vert-nav .bp-settings-container .bp-navs #delete-account::before,.buddypress-wrap .bp-settings-container .bp-navs #delete-account::before{content:"\ef48"} - -.bp-single-vert-nav .bp-settings-container .bp-navs ul.subnav,.buddypress-wrap .bp-settings-container .bp-navs ul.subnav{width:100%} - -.bp-single-vert-nav .bp-settings-container .bp-navs .current a,.bp-single-vert-nav .bp-settings-container .bp-navs .selected a,.buddypress-wrap .bp-settings-container .bp-navs .current a,.buddypress-wrap .bp-settings-container .bp-navs .selected a{background:var(--bb-content-background-color);color:var(--bb-headings-color);font-weight:400;border-top:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color)}@media screen and (max-width:900px){ - -.bp-single-vert-nav .bp-settings-container .bp-navs .current a,.bp-single-vert-nav .bp-settings-container .bp-navs .selected a,.buddypress-wrap .bp-settings-container .bp-navs .current a,.buddypress-wrap .bp-settings-container .bp-navs .selected a{border-top:none;border-bottom:none}} - -.bp-single-vert-nav .bp-settings-container .bp-navs .selected,.buddypress-wrap .bp-settings-container .bp-navs .selected{position:relative} - -.bp-single-vert-nav .bp-settings-container .bp-navs .selected::after,.buddypress-wrap .bp-settings-container .bp-navs .selected::after{content:"";background:var(--bb-content-background-color);width:4px;height:-webkit-calc(100% - 2px);height:calc(100% - 2px);position:absolute;right:-webkit-calc(100% - 2px);right:calc(100% - 2px);top:1px}@media screen and (max-width:900px){ - -.bp-single-vert-nav .bp-settings-container .bp-navs .selected::after,.buddypress-wrap .bp-settings-container .bp-navs .selected::after{display:none}} - -#buddypress .bb-bp-settings-content{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:55px 50px;border-radius:var(--bb-block-radius);width:-webkit-calc(100% - 245px);width:calc(100% - 245px)} - -#buddypress .bb-bp-settings-content h2.screen-heading{font-weight:500;font-size:22px;line-height:1.1} - -#buddypress .bb-bp-settings-content label{display:block;font-size:16px;font-weight:400;color:var(--bb-body-text-color);letter-spacing:-.27px;line-height:1.187;margin-bottom:12px} - -#buddypress .bb-bp-settings-content .bp-radio-wrap label{display:inline-block} - -#buddypress .bb-bp-settings-content .settings-input{margin-bottom:20px} - -#buddypress .bb-bp-settings-content .bp-feedback{margin-bottom:30px} - -#buddypress .bb-bp-settings-content .info.bp-feedback{background:var(--bb-content-background-color)} - -#buddypress .bb-bp-settings-content .info.email-pwd-info{display:none} - -#buddypress .bb-bp-settings-content .bp-help-text{font-size:16px;color:var(--bb-alternate-text-color);letter-spacing:-.27px;line-height:1.2} - -#buddypress .bb-bp-settings-content .notification-settings{border-top:1px solid rgba(0,0,0,.05);margin-top:20px;margin-bottom:20px} - -#buddypress .bb-bp-settings-content .notification-settings td,#buddypress .bb-bp-settings-content .notification-settings th{border-bottom:0;padding:0} - -#buddypress .bb-bp-settings-content .notification-settings td,#buddypress .bb-bp-settings-content .notification-settings th{padding:6px 0;border:0;vertical-align:middle;font-size:16px;color:inherit;letter-spacing:-.27px;line-height:1.38} - -#buddypress .bb-bp-settings-content .notification-settings th{font-size:14px;color:var(--bb-alternate-text-color);letter-spacing:.5px;text-transform:uppercase;font-weight:500} - -#buddypress .bb-bp-settings-content .notification-settings th.title{padding-top:30px} - -#buddypress .bb-bp-settings-content .notification-settings th.yes{min-width:80px} - -#buddypress .bb-bp-settings-content .bp-tables-user,#buddypress .bb-bp-settings-content table.forum,#buddypress .bb-bp-settings-content table.wp-profile-fields{table-layout:fixed} - -#buddypress .bb-bp-settings-content .bp-tables-user th.title,#buddypress .bb-bp-settings-content table.forum th.title,#buddypress .bb-bp-settings-content table.wp-profile-fields th.title{padding:12px 20px} - -#buddypress .bb-bp-settings-content .bp-tables-user td,#buddypress .bb-bp-settings-content table.forum td,#buddypress .bb-bp-settings-content table.wp-profile-fields td{background:100% 0;border:0;padding:12px 20px} - -#buddypress .bb-bp-settings-content table#xprofile-settings-base th:first-child,#buddypress .bb-bp-settings-content table#xprofile-settings-important-data th:first-child{width:40%} - -#buddypress .bp-tables-report{table-layout:fixed} - -#buddypress .bp-tables-report th{padding:12px 20px} - -#buddypress .bp-tables-report td{background:100% 0;border:0;padding:12px 20px} - -.bb-bp-settings-content #settings-form input.settings-input{height:50px} - -.bb-bp-settings-content #settings-form .bb-password-wrap .settings-input{padding-left:50px} - -.bb-bp-settings-content input#submit{min-width:160px;height:42px;font-weight:500} - -.bb-bp-settings-content .bb-password-wrap a.bb-toggle-password{height:50px;width:50px} - -.bb-bp-settings-content .bp-help-text.email-notifications-info{margin-bottom:2.1875rem} - -.bb-bp-settings-content .notification_info{margin-bottom:35px} - -.bb-bp-settings-content .notification_info .notification_type h3{font-size:1rem;line-height:1.2rem;font-weight:600;margin-bottom:5px} - -.bb-bp-settings-content .notification_info .notification_type p{color:var(--bb-alternate-text-color);font-size:.9rem;line-height:1rem} - -.bb-bp-settings-content .notification_info .notification_type .notification_type_info{margin-right:15px;-ms-flex-preferred-size:calc(100% - 60px);flex-basis:-webkit-calc(100% - 60px);flex-basis:calc(100% - 60px)} - -.bb-bp-settings-content .notification_info .notification_type .notification_type_icon{width:45px;height:45px;background-color:var(--bb-content-alternate-background-color);border-radius:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0} - -.bb-bp-settings-content .notification_info .notification_type .bb-icon{color:var(--bb-alternate-text-color);font-size:24px;line-height:42px} - -.bb-template-v2 .bb-bp-settings-content .notification_info .notification_type .bb-icon{font-weight:300} - -.buddypress-wrap .bb-bp-settings-content .email-settings-screen{margin-bottom:10px} - -.bb-bp-settings-content .main-notification-settings{border-collapse:separate;border:0;margin-bottom:20px} - -.bb-template-v2 .bb-bp-settings-content .main-notification-settings:first-of-type thead th{border:0} - -.bb-bp-settings-content .main-notification-settings thead{background-color:transparent} - -.bb-bp-settings-content .main-notification-settings thead .title{padding-right:25px} - -.bb-bp-settings-content .main-notification-settings thead+tbody tr:first-child td{padding-top:30px} - -.bb-bp-settings-content .main-notification-settings th{border-color:var(--bb-content-border-color);background-color:var(--bb-content-alternate-background-color);font-size:14px;padding:14px} - -.bb-bp-settings-content .main-notification-settings th:first-child{border-radius:0 var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0} - -.bb-bp-settings-content .main-notification-settings th:last-child{border-left:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner) 0 0 var(--bb-block-radius-inner);overflow:hidden} - -.bb-bp-settings-content .main-notification-settings tr:last-child th{border-bottom:1px solid var(--bb-content-border-color)} - -.bb-bp-settings-content .main-notification-settings .title{font-size:13px;font-weight:600} - -.bb-bp-settings-content .main-notification-settings tbody tr:first-child td:first-child{border-top-right-radius:var(--bb-block-radius-inner)} - -.bb-bp-settings-content .main-notification-settings tbody tr:first-child td:last-child{border-top-left-radius:var(--bb-block-radius-inner)} - -.bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child td{padding-right:25px;padding-left:25px;border:1px solid var(--bb-content-border-color);border-top-right-radius:var(--bb-block-radius-inner);border-top-left-radius:var(--bb-block-radius-inner);border-bottom:0} - -.bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child~tr td{border-bottom:0;padding-bottom:0} - -.bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child~tr td:first-child{border-right:1px solid var(--bb-content-border-color);padding-right:25px} - -.bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child~tr td:last-child{border-left:1px solid var(--bb-content-border-color)} - -.bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child~tr:last-child td{border-bottom:1px solid var(--bb-content-border-color);padding-bottom:20px} - -.bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child~tr:last-child td:first-child{border-bottom-right-radius:var(--bb-block-radius-inner)} - -.bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child~tr:last-child td:last-child{border-bottom-left-radius:var(--bb-block-radius-inner)} - -.bb-bp-settings-content .main-notification-settings tbody tr:not(.notification_heading):first-child td{border-top:1px solid var(--bb-content-border-color)} - -.bb-bp-settings-content .main-notification-settings tbody tr:not(.notification_heading):first-child td:first-child{border-right:1px solid var(--bb-content-border-color);padding-right:25px} - -.bb-bp-settings-content .main-notification-settings tbody tr:not(.notification_heading):first-child td:last-child{border-left:1px solid var(--bb-content-border-color)} - -.bb-bp-settings-content .main-notification-settings tbody td{font-size:14px;padding:15px 10px 15px 0} - -.bb-bp-settings-content .main-notification-settings tbody td:first-child{padding-right:0} - -.bb-bp-settings-content .main-notification-settings tbody tr:last-child:not(.notification_heading) td{border-bottom:1px solid var(--bb-content-border-color)} - -.bb-bp-settings-content .main-notification-settings tbody .notification_heading td{padding-top:15px;padding-bottom:0} - -.bb-bp-settings-content .main-notification-settings tbody .title{color:var(--bb-alternate-text-color)} - -.bb-bp-settings-content .main-notification-settings .bs-styled-checkbox+label::before{width:16px;height:16px;vertical-align:middle} - -.bb-bp-settings-content .main-notification-settings .bs-styled-checkbox:checked+label::after{font-size:13px;font-weight:400;right:2px;top:3px;line-height:1} - -.bb-bp-settings-content .main-notification-settings .bs-styled-checkbox:disabled+label::before,.bb-bp-settings-content .main-notification-settings li.disabled>.bs-styled-checkbox+label::before{border-color:#ddd;background:#ddd} - -.bb-bp-settings-content .main-notification-settings .bs-styled-checkbox:disabled:not(:checked)+label::before{background-color:transparent}@media screen and (max-width:900px){ - -.bb-bp-settings-content .main-notification-settings{margin-bottom:0} - -.bb-bp-settings-content .main-notification-settings:first-of-type{margin-bottom:20px} - -.bb-bp-settings-content .main-notification-settings:last-of-type tbody tr.notification_heading:first-child~tr:last-child td{border-bottom:0} - -.bb-bp-settings-content .main-notification-settings .bb-mobile-setting ul{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius-inner)} - -.bb-bp-settings-content .main-notification-settings thead th.title{border-radius:var(--bb-block-radius-inner);border-left:1px solid var(--bb-content-border-color)} - -.bb-bp-settings-content .main-notification-settings .disabled input.bs-styled-checkbox{opacity:0} - -.bb-bp-settings-content .main-notification-settings .bb-mobile-setting .bb-mobile-setting-anchor{font-weight:400;border-radius:var(--bb-block-radius-inner)} - -.bb-bp-settings-content .main-notification-settings .bb-mobile-setting .bb-mobile-setting-anchor::after{font-size:20px;font-weight:400} - -.bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child td{border:0;padding-right:15px} - -.bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child~tr td:first-child{border-right:0;border-radius:0!important;padding-right:15px;padding-left:15px} - -.bb-bp-settings-content .main-notification-settings tbody tr:not(.notification_heading):only-child td:first-child,.bb-bp-settings-content .main-notification-settings tbody tr:not(.notification_heading):only-child td:last-child,.bb-bp-settings-content .main-notification-settings tbody tr:only-child td:first-child,.bb-bp-settings-content .main-notification-settings tbody tr:only-child td:last-child{border-width:0;border-bottom-width:1px;border-radius:0;padding-right:15px;padding-left:15px}}@media screen and (max-width:900px){ - -.notification_info .notification_type{border-color:var(--bb-content-border-color)}} - -#buddypress .bb-bp-settings-content .main-notification-settings label{margin:0;font-size:14px;font-weight:500} - -#moderation-list .bp-unblock-user,#moderation-list .moderation-item-actions .button.disabled{min-width:120px;height:42px;font-weight:500;float:left} - -#moderation-list .moderation-item-actions .button.disabled{color:#fff;border:0;box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)} - -#moderation-list td.moderation-block-member .description{margin-right:10px;font-size:90%;border:1px solid var(--bb-danger-color);color:var(--bb-danger-color);padding:4px 8px;border-radius:20px} - -.dz-default{font-size:14px;font-weight:300;cursor:pointer;letter-spacing:-.24px;line-height:1.3;position:relative;z-index:1;color:#fff;text-align:center} - -.dz-default::before{content:"\e864";font-family:bb-icons;font-size:24px;font-style:normal;font-weight:500;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-left:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-right:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} - -.dz-default span{display:block;margin-top:8px} - -.dz-default.dz-drag{position:absolute;width:100%;height:100%;top:0;margin: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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:5;pointer-events:none} - -.dz-default.dz-drag::before{content:"\edb1"} - -.left-vertical-tabs{-webkit-box-flex:0;-ms-flex:0 0 250px;flex:0 0 250px;background:var(--bb-content-alternate-background-color);border-left:1px solid var(--bb-content-border-color);min-height:60vh;border-radius:0 4px 4px 0;padding:40px 0} - -.left-vertical-tabs ul{list-style:none;margin:0} - -.left-vertical-tabs ul a{font-size:14px;color:#939597;letter-spacing:-.24px;display:block;padding:13px 20px;line-height:1} - -.left-vertical-tabs ul a:hover{color:var(--bb-primary-color)} - -.left-vertical-tabs ul i{font-size:24px;width:24px} - -.left-vertical-tabs li{-webkit-transition:.3s all;transition:.3s all;margin-bottom:1px} - -.left-vertical-tabs li:hover{background:rgba(77,92,109,.1)} - -.left-vertical-tabs .active{background:rgba(77,92,109,.1)} - -.left-vertical-tabs .active a{color:#122b46} - -.left-vertical-tabs span.title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.left-vertical-tabs span.title span{margin-right:10px} - -.bb-input-wrap{display:block;position:relative} - -.bb-input-wrap .bb-input{height:50px;width:100%} - -.bb-input-wrap i{right:0;top:0;position:absolute;width:50px;height:50px;line-height:50px;text-align:center;color:var(--bb-headings-color);opacity:.4;font-size:22px;z-index:1} - -.bb-input-wrap i+.bb-input{padding-right:48px} - -.bb-input-wrap .bb-icon-visibility{font-size:24px;right:auto;left:0} - -.bb-input-wrap .bb-textarea{height:120px;width:100%} - -.bb-input-wrap textarea{resize:vertical} - -span.bb-visibility-wrap{left:0;top:0;position:absolute;width:50px;height:50px;line-height:50px;z-index:1} - -.bb-input[type=password]+.bb-visibility-wrap .bb-icon-visibility::before{font-family:bb-icons;content:"\ee6a"} - -.bb-input[type=text]+.bb-visibility-wrap .bb-icon-visibility::before{content:"\ee69";font-family:bb-icons} - -.bs-settings-container .bb-input[type=password]{padding-left:40px} - -.settings-header.entry-header{margin-bottom:30px} - -.profile-header i.bb-icon-user-small,.settings-header i.bb-icon-user-small{margin:0;width:auto;height:auto;font-size:18px;position:relative;line-height:1;top:1px} - -div.bs-settings-container .bb-profile-avatar-wrap{position:relative;margin-right:45px;margin-top:-155px;height:152px;width:152px} - -div.bs-settings-container .bb-profile-avatar-wrap .dz-default span{display:block} - -.bb-profile-avatar-wrap+.button-wrap{margin-top:0} - -#bb-profile-avatar-wrap-components{overflow:hidden;height:152px;width:152px;border-radius:4px;position:relative} - -#bb-profile-avatar-wrap-components video{position:absolute;z-index:3;object-fit:cover} - -#bb-profile-avatar-wrap-components #captureAvatarlink{position:absolute;z-index:3;top:0;right:10px;font-size:12px;font-weight:500;text-transform:uppercase} - -#bb-profile-avatar-wrap-components #avatar-drag-message{z-index:1} - -#bb-profile-avatar-wrap-components div#profile_avatar{background-size:cover;background-repeat:no-repeat;border:2px solid #fff;position:relative;height:100%;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;z-index:5} - -#bb-profile-avatar-wrap-components div#profile_avatar::before{background:rgba(18,43,70,.3);content:"";position:absolute;right:0;top:0;height:100%;width:100%} - -#bb-profile-avatar-wrap-components .croppie-container{position:absolute;top:0;-webkit-transition:all .2s ease;transition:all .2s ease;z-index:3} - -#bb-profile-avatar-wrap-components .croppie-container .cr-boundary{width:100%!important;height:100%!important;position:absolute;top:0;z-index:3;background:#fff} - -#bb-profile-avatar-wrap-components .croppie-container .cr-viewport{border:0} - -.has-sidebar .bb-profile-avatar-wrap{width:90px;height:90px;margin-top:-60px} - -.has-sidebar .bb-profile-avatar-wrap .dz-default span{display:none} - -.bb-profile-cover-wrap #cover-drag-message{z-index:1} - -.bb-profile-cover-wrap .croppie-container{position:absolute;overflow:hidden;border-radius:4px;z-index:3} - -.bb-profile-cover-wrap .croppie-container .cr-boundary{width:100%!important;height:100%!important;padding-top:26.895%;position:absolute;top:0;background:#fff} - -.bb-profile-cover-wrap .croppie-container .cr-viewport{border:0} - -.bb-profile-cover-wrap .dz-default{position:absolute;top:50%;margin-top:-25px} - -.bb-profile-cover-wrap .dz-default.dz-drag{top:0;margin:0} - -.cr-viewport{width:100%!important;height:100%!important} - -.bb-profile-wrap{z-index:2;position:relative} - -.bb-profile-wrap [class*=bb-delete]{color:#fff;font-size:22px;position:absolute;top:0;left:0;z-index:5} - -.bb-profile-wrap .bs-dropdown-wrap{position:absolute;z-index:7;top:0;left:0} - -.bb-profile-wrap .bs-dropdown-wrap .bs-dropdown{top:46px} - -.bb-profile-wrap .bs-dropdown-wrap .bs-dropdown::after{left:15px} - -.bb-profile-wrap .bs-dropdown-wrap .bb-icon-menu-dots-v{color:#fff;position:relative;left:10px;top:10px} - -.bb-profile-wrap.loading .cr-image{opacity:.6!important} - -.bb-profile-wrap.loading::before{position:absolute;top:38%;right:0;left:0;margin:auto;content:"\ef30";font-family:bb-icons;font-size:24px;font-weight:400;line-height:36px;color:#fff;text-align:center;-webkit-animation:spin 3s infinite linear;animation:spin 3s infinite linear;z-index:12} - -.bb-profile-wrap.loading .dz-default{display:none} - -.bb-field-wrap{margin-bottom:20px} - -.bb-profile-section .bs-dropdown-link .bs-dropdown-link{font-size:14px;cursor:pointer;color:#939597;background-image:url(../images/svg/arrow-down.svg);background-position:left 7px;background-repeat:no-repeat;padding-left:15px} - -.bb-profile-section i{font-size:14px;color:#939597;margin-left:5px} - -.bb-profile-section input:not([type=checkbox],[type=radio]),.bb-profile-section select,.bb-profile-section textarea{width:100%} - -.bb-profile-section .bb-icon-user-small-plus{font-size:17px} - -.notification-settings-wrap{border-top:1px solid rgba(0,0,0,.05);padding-top:25px;padding-bottom:25px} - -.notification-settings-wrap:last-child{border-bottom:1px solid rgba(0,0,0,.05)} - -.notification-settings-wrap td,.notification-settings-wrap th{padding:6px 0;border:0;vertical-align:middle;font-size:16px;color:var(--bb-body-text-color);letter-spacing:-.27px;line-height:1.38} - -.notification-settings-wrap th{padding:5px 0 15px} - -.notification-settings-wrap .yes{padding-right:15px;text-align:left} - -div#message.error{background-color:var(--bb-danger-color);color:#fff;border:1px solid var(--bb-danger-color);padding:.615em 1.15em .615em 2.25em;font-size:14px;line-height:1.5;border-radius:3px} - -.bb-delete-account-wrap{margin:30px 0} - -.vdp-datepicker .vdp-datepicker__calendar{background:#fff;box-shadow:0 8px 14px 0 rgba(0,0,0,.08);border:0;border-radius:4px;max-width:100%} - -.vdp-datepicker .vdp-datepicker__calendar header{border-bottom:1px solid #e8eaed;overflow:hidden;height:48px;line-height:48px;font-size:14px;color:var(--bb-primary-color);letter-spacing:-.24px;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.vdp-datepicker .vdp-datepicker__calendar>div{padding:10px 20px 20px} - -.vdp-datepicker .vdp-datepicker__calendar .next,.vdp-datepicker .vdp-datepicker__calendar .prev{line-height:1;text-indent:0;font-size:0} - -.vdp-datepicker .vdp-datepicker__calendar .next::before,.vdp-datepicker .vdp-datepicker__calendar .prev::before{content:"\e827";color:#53597b;display:inline-block;font:400 normal normal 14px/1 bb-icons;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;right:10px;font-size:24px;-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg);top:-12px} - -.vdp-datepicker .vdp-datepicker__calendar .next::after,.vdp-datepicker .vdp-datepicker__calendar .prev::after{display:none} - -.vdp-datepicker .vdp-datepicker__calendar .next::before{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)} - -.vdp-datepicker .vdp-datepicker__calendar .cell.day-header{font-size:10px;color:var(--bb-body-text-color);opacity:.5;text-transform:uppercase} - -.vdp-datepicker .vdp-datepicker__calendar .cell{font-size:14px;color:var(--bb-headings-color)} - -.vdp-datepicker .vdp-datepicker__calendar .cell.selected,.vdp-datepicker .vdp-datepicker__calendar .cell.selected.highlighted,.vdp-datepicker .vdp-datepicker__calendar .cell.selected:hover{background:100% 0;color:#fff;position:relative} - -.vdp-datepicker .vdp-datepicker__calendar .cell.selected.highlighted:not(.day),.vdp-datepicker .vdp-datepicker__calendar .cell.selected:hover:not(.day),.vdp-datepicker .vdp-datepicker__calendar .cell.selected:not(.day){background:var(--bb-primary-color)} - -.vdp-datepicker .vdp-datepicker__calendar .cell.selected.day::before,.vdp-datepicker .vdp-datepicker__calendar .cell.selected.highlighted.day::before,.vdp-datepicker .vdp-datepicker__calendar .cell.selected:hover.day::before{content:"";position:absolute;right:0;left:0;margin:0 auto;display:block;height:32px;width:32px;background:var(--bb-primary-color);color:#fff;border-radius:50%;z-index:-1;top:3px} - -.vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank,.disabled).day:hover,.vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank,.disabled).month:hover,.vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank,.disabled).year:hover{border:1px solid transparent} - -.vdp-datepicker .vdp-datepicker__calendar .cell:not(.selected):hover{color:var(--bb-primary-color)} - -#buddypress #profile-edit-form{max-width:520px;width:100%} - -#buddypress #profile-edit-form .editfield{margin-bottom:20px} - -#buddypress #profile-edit-form fieldset{margin:0} - -#buddypress #profile-edit-form .clear-value{display:none} - -#buddypress #profile-edit-form label:not(.bp-screen-reader-text),#buddypress #profile-edit-form legend:not(.bp-screen-reader-text){display:block;font-size:16px;font-weight:400;font-style:normal;color:var(--bb-headings-color);letter-spacing:-.27px;line-height:1;margin-bottom:12px} - -#buddypress #profile-edit-form input[type=text],#buddypress #profile-edit-form select{height:50px;font-style:normal;width:100%} - -#buddypress #profile-edit-form .field-visibility-settings-toggle{margin:0;position:relative} - -#buddypress #profile-edit-form .field-visibility-settings-toggle select{position:absolute;left:0;top:-6px;width:140px;height:30px;font-size:14px;color:#939597;background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:left 10px center;padding-left:26px;border:0;text-align:left;direction:ltr;font-style:normal;-webkit-appearance:none;-moz-appearance:none;appearance:none} - -#buddypress #profile-edit-form .wp-editor-container .button,#buddypress #profile-edit-form .wp-editor-container button{padding:4px 2px;background:100% 0;border:0;height:auto;margin:0;min-height:20px} - -#buddypress #profile-edit-form .wp-editor-container .mce-ico{color:#222} - -#buddypress #profile-edit-form .quicktags-toolbar{background:#ecf0f1} - -#buddypress #profile-edit-form .wp-editor-container textarea{border:0;font-family:inherit;letter-spacing:-.24px;line-height:1.5;font-size:1rem;padding-top:10px;padding-bottom:10px;height:auto} - -#buddypress #profile-edit-form .datebox-selects{display:-webkit-box;display:-ms-flexbox;display:flex} - -#buddypress #profile-edit-form .datebox-selects select:not(:last-child){margin-left:10px} - -#buddypress #profile-edit-form .datebox-selects label{margin-left:10px;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0} - -#buddypress #profile-edit-form div.submit{clear:none;padding:0} - -#buddypress #profile-edit-form div.submit input{margin-left:0;height:38px} - -#subnav.subnav_tab{border-bottom:0} - -#subnav.subnav_tab .subnav li{padding:0} - -#subnav.subnav_tab .subnav li a{color:var(--bb-body-text-color);background-color:transparent;border:0;border-bottom:1px solid transparent;border-radius:0;padding:0 0 10px} - -#subnav.subnav_tab .subnav li a:focus,#subnav.subnav_tab .subnav li a:hover{background-color:transparent} - -#subnav.subnav_tab .subnav li.selected a{border-bottom-color:var(--bb-primary-color);color:var(--bb-headings-color);font-weight:600} - -.bb-accordion{border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner)} - -.bb-accordion .bb-accordion_panel{border-color:var(--bb-content-border-color)} - -.buddypress-wrap .bb-accordion .bb-accordion_title{color:var(--bb-headings-color);margin-bottom:0} - -.buddypress .buddypress-wrap .bb-accordion .bb-accordion_trigger{color:var(--bb-headings-color);opacity:.4;top:15px;box-shadow:none}@media screen and (max-width:767px){ - -.bb-accordion{border-radius:0} - -.bb-accordion.is_closed{border-color:var(--bb-content-border-color)}} - -.subscription-items li{border-radius:var(--bb-block-radius-inner)} - -.subscription-items li:focus-within,.subscription-items li:hover{background-color:var(--bb-content-alternate-background-color)} - -.subscription-items .subscription-item_image img,.subscription-items .subscription-item_image::before{border-radius:var(--bb-block-radius-inner)} - -.subscription-items .subscription-item_detail .subscription-item_title{color:var(--bb-headings-color)} - -.subscription-items .subscription-item_detail .subscription-item_meta{color:var(--bb-alternate-text-color)} - -.buddypress .buddypress-wrap .subscription-items .subscription-item_remove{color:var(--bb-headings-color);border-radius:var(--bb-block-radius-inner);opacity:.4} - -.buddypress .buddypress-wrap .subscription-items .subscription-item_remove:focus,.buddypress .buddypress-wrap .subscription-items .subscription-item_remove:hover{background-color:var(--bb-content-background-color);opacity:1;box-shadow:none} - -.buddypress .buddypress-wrap .subscription-items .subscription-item_remove:focus i,.buddypress .buddypress-wrap .subscription-items .subscription-item_remove:hover i{color:var(--bb-headings-color)} - -.buddypress .buddypress-wrap .subscription-items .subscription-item_remove.is_loading{opacity:1;margin-top:3px;background-color:transparent} - -.subscription-items>p{color:var(--bb-body-text-color)} - -.subscription-items.is_loading .subscription-items_loading .subscription-items-image_loading{border-radius:var(--bb-block-radius-inner)} - -.subscription-items-loader.is_loading .subscription-items_loading .subscription-items-image_loading{border-radius:var(--bb-block-radius-inner)}@media (min-width:1081px){ - -.left-vertical-tabs [data-balloon]::after,.left-vertical-tabs [data-balloon]::before{display:none}}@media (max-width:1080px){ - -.has-sidebar .left-vertical-tabs{-ms-flex-preferred-size:auto;flex-basis:auto}}@media (max-width:800px){ - -.notification-settings-wrap td,.notification-settings-wrap th{font-size:14px} - -.bb-profile-avatar-wrap{width:80px;height:80px;margin-top:-70px;margin-right:30px} - -.bb-profile-avatar-wrap .dz-default span{display:none}}@media (max-width:800px){ - -div.bs-settings-container .bb-profile-avatar-wrap{margin-right:30px;margin-top:-122px;height:120px;width:120px} - -.bb-profile-avatar-wrap #bb-profile-avatar-wrap-components{height:120px;width:120px} - -.bs-dropdown-wrap .bs-dropdown a.bb-webcam{display:none} - -.tab-container .bb-profile-wrap{z-index:initial}}@media screen and (max-width:1050px){ - -#buddypress .bp-settings-container .bp-navs{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:10px;border-left:0;border-radius:4px 4px 0 0;padding:0;margin-bottom:15px} - -.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) .bp-settings-container nav{border-bottom:0} - -#buddypress .bb-bp-settings-content{padding:20px;width:100%;background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius)} - -.bb-bp-settings-content .screen-heading.email-settings-screen,.bb-bp-settings-content .screen-heading.general-settings-screen,.bb-bp-settings-content .screen-heading.group-invites-screen{display:none} - -.bb-bp-settings-content .subnav_tab .subnav{margin-top:0} - -.bb-subnav-private .bp-navs__dropdown{display:block;width:100%} - -.bp-subnavs.bb-subnav-private .subnav{display:none}}@media (max-width:640px){ - -div.bs-settings-container .bb-profile-avatar-wrap{width:120px;height:120px;margin:-20px auto 40px} - -.bb-profile-avatar-wrap #bb-profile-avatar-wrap-components{height:120px;width:120px} - -.bb-profile-avatar-wrap .button-wrap{margin-top:-15px} - -div.bs-settings-container .bb-profile-avatar-wrap .dz-default span{font-size:11px}}@media (min-width:541px){ - -#buddypress #profile-edit-form .datebox-selects select[name*=day]{-webkit-box-flex:0;-ms-flex:0 0 90px;flex:0 0 90px}}@media (max-width:540px){ - -.bb-profile-wrap.loading::before{font-size:20px} - -.left-vertical-tabs [data-balloon]::after,.left-vertical-tabs [data-balloon]::before{display:none} - -.vdp-datepicker .vdp-datepicker__calendar .cell{font-size:10px} - -.vdp-datepicker .vdp-datepicker__calendar .cell.selected.day::before,.vdp-datepicker .vdp-datepicker__calendar .cell.selected.highlighted.day::before,.vdp-datepicker .vdp-datepicker__calendar .cell.selected:hover.day::before{height:24px;width:24px;top:8px} - -.vdp-datepicker .vdp-datepicker__calendar .cell.day-header{font-size:8px;font-weight:700} - -.bb-profile-avatar-wrap+.button-wrap{text-align:center} - -.bb-profile-avatar-wrap+.button-wrap .button{margin-bottom:10px} - -#buddypress #profile-edit-form .field-visibility-settings-toggle>span{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap} - -#buddypress #profile-edit-form label,#buddypress #profile-edit-form legend{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:0} - -#buddypress #profile-edit-form .field-visibility-settings-toggle select{text-align:right;direction:inherit;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;position:static;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:10px;padding-right:0} - -#buddypress #profile-edit-form input[type=text],#buddypress #profile-edit-form select{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -#buddypress #profile-edit-form .datebox-selects{-ms-flex-flow:row wrap;flex-flow:row wrap} - -#buddypress #profile-edit-form .datebox-selects select:not(:last-child){margin-left:0;margin-bottom:12px;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0} - -#moderation-list thead{display:none} - -#moderation-list tbody,#moderation-list tbody tr,#moderation-list tbody tr td{display:block;width:100%} - -#moderation-list tbody tr td{padding-top:30px;border-bottom:1px solid var(--bb-content-border-color)!important;display:inline-block;width:100%} - -#moderation-list tbody tr td::before{content:attr(data-title);display:block;font-size:15px;font-weight:700} - -#moderation-list .bp-unblock-user{width:100%}}@media (max-width:380px){ - -.bs-settings-container .button-wrap input[type=button]{margin-top:5px;margin-bottom:5px} - -.settings-messages .message{font-size:13px} - -.settings-messages .message code{font-size:13px} - -.bb-profile-section .bs-dropdown-link .bs-dropdown-link{font-size:11px} - -.bb-profile-section i{font-size:12px;margin-left:3px} - -span.push-right.field-visibility{margin:0} - -.settings #buddypress .settings-header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.settings #buddypress .settings-header>.button{margin:10px auto 0}}@-webkit-keyframes spin{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes spin{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}} - -.buddypress-wrap .bp-tables-report tr th{font-size:14px} - -body #buddypress a.export-csv{background-color:var(--bb-primary-color);color:#fff;font-size:14px;border-radius:100px;padding:10px 30px;text-decoration:none;display:inline-block;line-height:1.3;outline:0;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-transition:.3s all;transition:.3s all} - -body #buddypress a.export-csv:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)} - -.bs-bp-container-reg #buddypress #signup-form.standard-form{overflow:hidden;padding:2px;margin-right:-2px;margin-left:-2px} - -.bs-bp-container-reg #buddypress #signup-form.standard-form>p{font-size:14px;line-height:21px} - -.bs-bp-container-reg #buddypress #signup-form.standard-form p.description{margin:0 0 12px;background:100% 0;color:var(--bb-alternate-text-color);line-height:150%} - -.bs-bp-container-reg #buddypress #signup-form.standard-form #basic-details-section.register-section,.bs-bp-container-reg #buddypress #signup-form.standard-form #profile-details-section.register-section{float:none;margin:0 auto;width:100%} - -.bs-bp-container-reg #buddypress #signup-form.standard-form #basic-details-section.register-section>h2,.bs-bp-container-reg #buddypress #signup-form.standard-form #profile-details-section.register-section>h2{margin-bottom:.5rem} - -.bs-bp-container-reg #buddypress #signup-form.standard-form #basic-details-section.register-section{margin-bottom:0} - -.bs-bp-container-reg #buddypress #signup-form.standard-form #profile-details-section.register-section .editfield{margin-top:0;margin-bottom:0} - -.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=color],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=date],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=datetime-local],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=datetime],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=email],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=month],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=number],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=password],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=range],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=search],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=tel],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=text],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=time],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=url],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=week],.bs-bp-container-reg #buddypress #signup-form.standard-form select,.bs-bp-container-reg #buddypress #signup-form.standard-form textarea{display:inline-block;width:100%;font-family:inherit;font-size:15px;height:41px;outline:0;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;margin-bottom:12px} - -.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=color]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=date]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=datetime-local]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=datetime]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=email]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=month]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=number]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=password]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=range]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=search]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=tel]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=text]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=time]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=url]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=week]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form select:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form textarea:focus{box-shadow:var(--bb-input-focus-shadow);border-color:var(--bb-input-focus-border-color)} - -.bs-bp-container-reg #buddypress #signup-form.standard-form input#signup_blog_url{margin-bottom:0} - -.bs-bp-container-reg #buddypress #signup-form.standard-form select{padding-left:30px} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .datebox-selects select{width:auto}@media (max-width:544px){ - -.bs-bp-container-reg #buddypress #signup-form.standard-form .datebox-selects select{width:100%;margin-bottom:10px}} - -.bs-bp-container-reg #buddypress #signup-form.standard-form fieldset{margin-top:0} - -.bs-bp-container-reg #buddypress #signup-form.standard-form label,.bs-bp-container-reg #buddypress #signup-form.standard-form legend{font-weight:400;font-size:16px;color:var(--bb-headings-color)} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .radio-button-options label{line-height:1} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .checkbox-options label,.bs-bp-container-reg #buddypress #signup-form.standard-form .radio-button-options label{margin-top:8px;margin-bottom:8px;font-size:14px} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .checkbox-options label::before,.bs-bp-container-reg #buddypress #signup-form.standard-form .radio-button-options label::before{position:relative;bottom:1px;z-index:1} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .checkbox-options label::after,.bs-bp-container-reg #buddypress #signup-form.standard-form .radio-button-options label::after{top:2px;z-index:2} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .popup-modal-register{font-weight:600} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .submit input[type=submit],.bs-bp-container-reg #buddypress #signup-form.standard-form button{font-size:14px;margin-left:0} - -.bs-bp-container-reg #buddypress #signup-form.standard-form button{padding:6px 20px;min-height:34px} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .field-visibility-settings-toggle{font-size:12px;margin-top:.3rem} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .field-visibility-settings-toggle button{font-size:12px;font-weight:400;background:100% 0;background-color:none;color:#fff;border:0;min-height:auto;padding:0;border-radius:0;line-height:1.6875rem;vertical-align:baseline} - -.bs-bp-container-reg #buddypress #signup-form.standard-form a.clear-value{font-size:12px} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .register-section>h2{font-size:18px} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap.html-active .wp-editor-tabs button{border-color:#ddd;border-bottom:0;background-color:transparent;border-radius:3px 3px 0 0;box-shadow:none} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap.html-active .wp-editor-tabs button.switch-html{background-color:var(--bb-content-alternate-background-color)} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap.tmce-active .wp-editor-tabs button{border-color:#ddd;border-bottom:0;background-color:transparent;border-radius:3px 3px 0 0;box-shadow:none} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap.tmce-active button.switch-tmce{background-color:var(--bb-content-alternate-background-color)} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-tabs button{border-radius:0;padding:0 15px} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container{border-radius:3px} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar{background-color:var(--bb-content-alternate-background-color)} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn:hover,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .qt-dfw:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .qt-dfw:hover,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn:hover,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .qt-dfw:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .qt-dfw:hover{box-shadow:none;border-color:transparent;color:rgba(18,43,70,.8)} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn:focus .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn:hover .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .qt-dfw:focus .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .qt-dfw:hover .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn:focus .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn:hover .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .qt-dfw:focus .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .qt-dfw:hover .mce-ico{color:rgba(18,43,70,.8)} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:hover,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:hover{color:rgba(18,43,70,.4)} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:hover .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:hover .mce-ico{color:rgba(18,43,70,.4)} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-ico{color:rgba(18,43,70,.4);-webkit-transition:all linear .2s;transition:all linear .2s} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel button i,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar button i{font-size:16px} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container button,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container input[type=button]{background-color:transparent;border-color:transparent;border-radius:0;padding:0 8px;color:rgba(18,43,70,.4);box-shadow:none;min-height:30px;-webkit-transition:all linear .2s;transition:all linear .2s} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container button:hover,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container input[type=button]:hover{color:rgba(18,43,70,.8)} - -.bs-bp-container-reg #buddypress #signup-form.standard-form div.error{background-color:var(--bb-danger-color);color:#fff;width:100%;border-radius:3px;font-size:14px;padding:6px 12px;margin-bottom:3px;border:0} - -.bs-bp-container-reg #buddypress #signup-form.standard-form div.error .error{padding:0;border:0;border-radius:0;width:auto;margin:0;background:100% 0;line-height:1} - -.bs-bp-container-reg #buddypress #signup-form.standard-form div.error span.bp-icon{margin-left:0;display:none} - -.bs-bp-container-reg #buddypress #signup-form.standard-form div.error p{padding:0;margin:0;line-height:1.6875rem} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .submit{padding:25px 0 0} - -.register-page .register-privacy-info a{font-weight:600} - -body.activate.buddypress,body.register.buddypress,body.register.buddypress .site{background-color:var(--bb-admin-screen-bgr-color)} - -.bs-bp-container-reg #buddypress #signup-form.standard-form label,.bs-bp-container-reg #buddypress #signup-form.standard-form legend,body.buddypress.activation article.bp_activate .entry-header h1,body.buddypress.activation article.bp_activate label,body.buddypress.register article.page>.entry-header .entry-title,body.register.buddypress #primary,body.register.buddypress #primary label{color:var(--bb-admin-screen-txt-color)} - -.bs-bp-container-reg .buddypress-wrap #pass-strength-result.short,.bs-bp-container-reg .buddypress-wrap #pass-strength-result.show{font-weight:400;background-color:var(--bb-warning-color);border-color:var(--bb-warning-color);color:#fff;border-radius:var(--bb-input-radius);font-size:14px} - -.bs-bp-container-reg .buddypress-wrap #pass-strength-result.show.good{background-color:var(--bb-default-notice-color);border-color:var(--bb-default-notice-color)} - -.bs-bp-container-reg .buddypress-wrap #pass-strength-result.short{background-color:var(--bb-danger-color);border-color:var(--bb-danger-color);color:#fff} - -.bs-bp-container-reg .buddypress-wrap #pass-strength-result.strong{background-color:var(--bb-success-color);border-color:var(--bb-success-color);color:#fff;font-weight:400!important} - -.bs-bp-container-reg .buddypress-wrap .bp-messages.info{background-color:var(--bb-default-notice-color);border-color:var(--bb-default-notice-color)} - -.bs-bp-container-reg .buddypress-wrap .bp-messages.info .bp-icon{background-color:var(--bb-default-notice-color);margin-left:0} - -.bs-bp-container-reg .buddypress-wrap .bp-messages.info .bp-icon::before{font-family:bb-icons;speak:none;font-style:normal;font-weight:100;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;content:"\eebc"} - -.bs-bp-container-reg .buddypress-wrap .bp-messages.info p{color:#fff} - -.bs-bp-container-reg a,body.buddypress.register .register-section-logo a{color:var(--bb-login-register-link-color-regular)} - -.bb-password-wrap a.bb-toggle-password:hover,.bs-bp-container-reg a:hover,body.buddypress.register .register-section-logo a:hover{color:var(--bb-login-register-link-color-hover)} - -body.buddypress.activation #buddypress input[type=submit],body.buddypress.register #buddypress input[type=submit]{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)} - -body.buddypress.activation #buddypress input[type=submit]:focus,body.buddypress.register #buddypress input[type=submit]:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -body.buddypress.activation #buddypress input[type=submit]:hover,body.buddypress.register #buddypress input[type=submit]:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -body.buddypress.register article.bp_register{max-width:450px;width:100%;margin-right:auto;margin-left:auto} - -body.buddypress.register article.bp_register .entry-header{margin-bottom:1.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap} - -body.buddypress.register article.bp_register .entry-header h1{font-size:20px;margin-left:auto} - -body.buddypress.register article.bp_register .entry-header span{font-size:14px;text-transform:lowercase} - -body.buddypress.register .register-section-logo{width:85%;max-width:450px;text-align:center;margin:0 auto 1.7rem} - -body.buddypress.register .register-section-logo img{max-width:320px;width:22%} - -body.buddypress.register .register-section-logo span{background-size:contain;width:84px;height:auto;display:block;background-position:center top;background-repeat:no-repeat;margin:auto} - -body.buddypress.register .register-section-logo .bs-register-section-logo{visibility:hidden;width:100%} - -body.buddypress.register .register-section-logo a{font-size:20px;line-height:1.3em} - -body.buddypress.register.login-split-page .login-split{display:none} - -.register-section.extended-profile .checkbox-options,.register-section.extended-profile .radio-button-options,.register-section.extended-profile .wp-editor-wrap{margin-bottom:12px}@media (max-width:991px){ - -body.buddypress.activate.login-split-page .bb-grid,body.buddypress.register.login-split-page .bb-grid{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}} - -body.buddypress.activate.login-split-page,body.buddypress.register.login-split-page{min-height:100%} - -body.buddypress.activate.login-split-page .site-content,body.buddypress.register.login-split-page .site-content{padding:0;min-height:100vh;height:100%} - -body.buddypress.activate.login-split-page .container,body.buddypress.register.login-split-page .container{max-width:none;padding:0;height:100%} - -body.buddypress.activate.login-split-page .bb-grid,body.buddypress.register.login-split-page .bb-grid{margin:0;height:100%} - -body.buddypress.activate.login-split-page .login-split,body.buddypress.register.login-split-page .login-split{padding:0;position:relative;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} - -body.buddypress.activate.login-split-page #primary,body.buddypress.register.login-split-page #primary{position:static} - -body.buddypress.activate.login-split-page .bs-bp-container-reg,body.buddypress.register.login-split-page .bs-bp-container-reg{padding-right:0;padding-left:0} - -body.buddypress.activate.login-split-page .activate-section-logo,body.buddypress.activate.login-split-page .register-section-logo,body.buddypress.register.login-split-page .activate-section-logo,body.buddypress.register.login-split-page .register-section-logo{text-align:right;margin-top:30px;margin-bottom:35px} - -body.buddypress.activate.login-split-page .submit input[type=submit],body.buddypress.register.login-split-page .submit input[type=submit]{width:100%} - -body.buddypress.activate.login-split-page .split-overlay,body.buddypress.register.login-split-page .split-overlay{width:100%;height:100%;background-color:#000;position:absolute;z-index:1;opacity:0} - -body.buddypress.activate.login-split-page .login-split__entry,body.buddypress.register.login-split-page .login-split__entry{display:block;width:80%;max-width:450px;font-size:32px;line-height:1.15;position:relative;z-index:9} - -body.buddypress.activate.login-split-page .login-split__entry h1,body.buddypress.register.login-split-page .login-split__entry h1{color:var(--bb-login-custom-heading-color);text-align:right;line-height:1.1;margin:0} - -body.buddypress.activate.login-split-page .login-split__entry p,body.buddypress.register.login-split-page .login-split__entry p{font-size:16px;line-height:1.4;display:block;margin-top:20px;margin-bottom:0;color:var(--bb-login-custom-heading-color)}@media (max-width:991px){ - -body.buddypress.activate.login-split-page .login-split__entry,body.buddypress.register.login-split-page .login-split__entry{max-width:450px;width:90%;padding:80px 0}}@media (max-width:544px){ - -body.buddypress.activate.login-split-page .login-split__entry,body.buddypress.register.login-split-page .login-split__entry{width:85%}}@media (min-width:992px){ - -body.buddypress.activate.login-split-page,body.buddypress.register.login-split-page{min-height:100%} - -body.buddypress.activate.login-split-page .site-content,body.buddypress.register.login-split-page .site-content{padding:0;min-height:100vh;height:100%} - -body.buddypress.activate.login-split-page .container,body.buddypress.register.login-split-page .container{max-width:none;padding:0;height:100%} - -body.buddypress.activate.login-split-page .site-content .container,body.buddypress.register.login-split-page .site-content .container{min-height:100vh} - -body.buddypress.activate.login-split-page .site-content .container .bb-grid,body.buddypress.register.login-split-page .site-content .container .bb-grid{min-height:100vh} - -body.buddypress.activate.login-split-page .bb-grid,body.buddypress.register.login-split-page .bb-grid{margin:0;height:100%} - -body.buddypress.activate.login-split-page .login-split,body.buddypress.register.login-split-page .login-split{padding:0;width:50%;position:fixed;right:0;height:100%;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} - -body.buddypress.activate.login-split-page #primary,body.buddypress.register.login-split-page #primary{position:static;margin-right:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -body.buddypress.activate.login-split-page .bs-bp-container-reg,body.buddypress.register.login-split-page .bs-bp-container-reg{padding-right:0;padding-left:0} - -body.buddypress.activate.login-split-page .activate-section-logo,body.buddypress.activate.login-split-page .register-section-logo,body.buddypress.register.login-split-page .activate-section-logo,body.buddypress.register.login-split-page .register-section-logo{margin-right:-webkit-calc((50vw - 450px)/ 2);margin-right:calc((50vw - 450px)/ 2);margin-left:-webkit-calc((50vw - 450px)/ 2);margin-left:calc((50vw - 450px)/ 2)} - -body.buddypress.activate.login-split-page article.bp_activate,body.buddypress.activate.login-split-page article.bp_register,body.buddypress.register.login-split-page article.bp_activate,body.buddypress.register.login-split-page article.bp_register{margin-right:-webkit-calc((50vw - 450px)/ 2);margin-right:calc((50vw - 450px)/ 2);margin-left:-webkit-calc((50vw - 450px)/ 2);margin-left:calc((50vw - 450px)/ 2)} - -body.buddypress.activate.login-split-page .login-split__entry,body.buddypress.register.login-split-page .login-split__entry{margin-right:-webkit-calc((50vw - 450px)/ 2);margin-right:calc((50vw - 450px)/ 2);margin-left:-webkit-calc((50vw - 450px)/ 2);margin-left:calc((50vw - 450px)/ 2);max-width:450px}}@media (max-width:800px){ - -body.buddypress.activate article.bp_activate,body.buddypress.register article.bp_register{width:80%} - -body.buddypress.activate .activate-section-logo,body.buddypress.register .register-section-logo{width:80%}}@media (max-width:544px){ - -body.buddypress.activate article.bp_activate,body.buddypress.register article.bp_register{width:85%} - -body.buddypress.activate .activate-section-logo,body.buddypress.register .register-section-logo{width:85%}} - -body.register .registration-popup,body.registration .mfp-content #privacy-modal,body.registration .mfp-content #terms-modal{border-radius:var(--bb-block-radius);border-color:var(--bb-content-border-color)} - -body.register .registration-popup.bb-modal{max-width:800px} - -.registration .registration-popup.bb-modal>h1:first-of-type{color:var(--bb-headings-color);text-align:right;line-height:24px;margin:-30px -30px 30px;background-color:var(--bb-content-alternate-background-color);padding:17px 30px;border-top-right-radius:var(--bb-block-radius);border-top-left-radius:var(--bb-block-radius);border-bottom:1px solid var(--bb-content-border-color);font-size:20px} - -.bb-template-v2.registration .registration-popup.bb-modal>h1:first-of-type{border-bottom:0} - -body.register .registration-popup .mfp-close{top:6px;left:15px;font-size:24px} - -.registration .mfp-content #privacy-modal.bb-modal>h1:first-of-type,.registration .mfp-content #terms-modal.bb-modal>h1:first-of-type,.registration .mfp-content #terms-modal.registration-popup.bb-modal>h1:first-of-type,.registration .mfp-content .registration-popup.bb-modal>h1:first-of-type{font-size:20px} - -.registration .mfp-content #terms-modal.registration-popup.bb-modal{border-color:var(--bb-content-border-color)} - -.bb-password-wrap a.bb-toggle-password{height:40px;width:40px} - -.bb-password-wrap a.bb-toggle-password .bb-icon-eye{font-size:18px} - -body.buddypress.activation article.bp_activate{max-width:450px;width:100%;margin-right:auto;margin-left:auto} - -body.buddypress.activation article.bp_activate .entry-header{margin-bottom:1.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap} - -body.buddypress.activation article.bp_activate .entry-header h1{font-size:20px;margin-left:auto} - -body.buddypress.activation article.bp_activate .entry-header span{font-size:14px;text-transform:lowercase} - -body.buddypress.activation article.bp_activate label{font-weight:400;font-size:14px} - -body.buddypress.activation .site{min-height:initial} - -body.buddypress.activation.sticky-header .site-content{min-height:initial} - -.bb-buddypanel.activate .site{margin-right:0} - -body.buddypress.activation:not(.login-split-page) .site{padding-top:8%;padding-bottom:8%} - -body.buddypress.activation .activate-section-logo{width:100%;max-width:450px;margin:0 auto 1.7rem} - -body.buddypress.activation .activate-section-logo img{max-width:320px;width:22%} - -body.buddypress.activation .activate-section-logo span{background-size:contain;width:84px;height:auto;display:block;background-position:center top;background-repeat:no-repeat;margin:auto} - -body.buddypress.activation .activate-section-logo a{font-size:20px;line-height:1.3em} - -.buddypress.activate .elementor-location-footer,.buddypress.activate .elementor-location-header,.buddypress.register .elementor-location-footer,.buddypress.register .elementor-location-header{display:none} - -body.buddypress.activation.login-split-page #primary{max-width:none} - -body.buddypress.activation.login-split-page #main{width:100%} - -body.buddypress.activation.login-split-page .login-split__entry h1{color:var(--bb-login-custom-heading-color);text-align:right;line-height:1.1}@media (min-width:992px){ - -body.buddypress.activation.login-split-page .login-split>div>span{font-size:16px;line-height:1.4;display:block;margin-top:20px}}@media (max-width:800px){ - -body.buddypress.activation article.bp_activate{width:80%} - -body.buddypress.activation .activate-section-logo{width:80%}}@media (max-width:544px){ - -body.buddypress.activation article.bp_activate{width:85%} - -body.buddypress.activation .activate-section-logo{width:85%}} - -body.group-create .site-content>.container{max-width:100%} - -body.group-create .content-area{padding-top:0} - -body.group-create #buddypress .item-body{margin:0} - -body.group-create #group-invites-container .total-members-text,body.group-create #group-invites-container input.select2-search__field,body.group-create #group-invites-container label.bp-group-invite-label{margin:0} - -body.group-create .bb-groups-invites-left .bb-panel-head{min-height:66px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -body.group-create .bb-groups-invites-left .bb-panel-subhead{width:100%} - -body.group-create #group-invites-container .bb-groups-invites-left #members-list{max-height:67vh} - -body.group-create #send_group_invite_form .select2-selection__rendered{max-height:200px} - -.bb-create-group-container{margin:0 -20px} - -.bb-create-group-container div#profile_cover{padding-top:22%} - -.bb-create-group-container div#profile_cover::before{background:#eef0f3} - -#group-create-body .bb-create-group-container .dz-default{min-height:1px;background:100% 0;border:0;line-height:1} - -#group-create-body .bb-create-group-container .dz-default span::before{background:url(../images/svg/group-avatar.svg) no-repeat;margin:0;width:65px;height:60px} - -#group-create-body .bb-create-group-container .dz-default.dz-message{font-size:0} - -.bb-create-group-container #bb_profile_avatar_wrap .more-actions,.bb-create-group-container .bb-profile-cover-wrap .more-actions{top:50%;right:0;left:0;margin:auto;margin-top:40px;max-width:240px;font-size:16px;text-align:center;z-index:22} - -.bb-create-group-container #bb_profile_avatar_wrap .croppie-container,.bb-create-group-container .bb-profile-cover-wrap .croppie-container{border-radius:0} - -.bb-create-group-container #bb_profile_avatar_wrap .bb-icon-menu-dots-v,.bb-create-group-container .bb-profile-cover-wrap .bb-icon-menu-dots-v{font-family:inherit;font-size:16px;color:rgba(77,92,109,.63);letter-spacing:-.24px;left:0;top:0} - -.bb-create-group-container #bb_profile_avatar_wrap .bb-icon-menu-dots-v::before,.bb-create-group-container .bb-profile-cover-wrap .bb-icon-menu-dots-v::before{content:""} - -.bb-create-group-container #bb_profile_avatar_wrap .bs-dropdown,.bb-create-group-container .bb-profile-cover-wrap .bs-dropdown{top:35px;right:0;left:0;margin:auto;max-width:160px} - -.bb-create-group-container #bb_profile_avatar_wrap .bs-dropdown::after,.bb-create-group-container .bb-profile-cover-wrap .bs-dropdown::after{left:0;right:0} - -.bb-create-group-container #bb-profile-avatar-wrap-components div#profile_avatar{background:#eef0f3;border:2px solid rgba(255,255,255,.37);box-shadow:0 4px 12px 0 #d0d3d6;border-radius:5px} - -.bb-create-group-container #bb-profile-avatar-wrap-components,.bb-create-group-container .bb-profile-avatar-wrap{height:200px;width:200px;overflow:visible} - -.bb-create-group-container .bb-profile-avatar-wrap{margin-right:150px;margin-top:-162px} - -.bb-create-group-container #bb-profile-avatar-wrap-components div#profile_avatar::before{display:none} - -.bb-create-group-container .bb-profile-avatar-wrap .dz-default span{display:block} - -.bb-create-group-container .bb-profile-wrap .croppie-container .cr-boundary{border:1px solid #fff;border-radius:5px} - -.bb-create-group-container .bb-privary-box{background:#fff;box-shadow:0 2px 4px 0 rgba(0,0,0,.12);border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;min-width:160px;min-height:130px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;cursor:pointer} - -.bb-create-group-container .bb-privary-box .bb-text{opacity:.5;color:var(--bb-body-text-color);line-height:1;margin-top:15px} - -.bb-create-group-container .bb-privary-box svg{opacity:.5} - -div#profile_cover{border-radius:4px;padding-top:36.47%;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;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;overflow:hidden;margin-bottom:2rem;z-index:5} - -div#profile_cover::before{background:rgba(18,43,70,.3);content:"";position:absolute;right:0;top:0;height:100%;width:100%} - -.bb-profile-avatar-wrap{position:relative;margin-right:45px;margin-top:-155px;height:152px;width:152px} - -div#profile_avatar{background-size:cover;background-repeat:no-repeat;border:2px solid #fff;position:relative;height:100%;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;z-index:5} - -#group-create-body #bb_profile_avatar_wrap .dz-default span::before{background:url(../images/svg/group-profile.svg) no-repeat;margin-top:-20px} - -.bb-profile-wrap .croppie-container .cr-overlay{background:rgba(0,0,0,.3)} - -.bb-create-group-container #bb_profile_avatar_wrap .dz-started~div .bb-icon-menu-dots-v,.bb-profile-cover-wrap .dz-started~div .bb-icon-menu-dots-v{color:#fff} - -#create-group-form.standard-form .bb-create-group-details-wrap{max-width:750px;margin:auto;padding:80px 15px 0} - -#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:0 0 30px;padding:0;font-size:14px;color:var(--bb-body-text-color);letter-spacing:-.24px;line-height:1.57} - -#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-wrap>label{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;margin:0;padding:0;font-size:14px;font-weight:500;color:var(--bb-body-text-color);letter-spacing:-.24px;cursor:pointer} - -#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-input{-webkit-box-flex:1;-ms-flex:1;flex:1} - -#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-input label{font-size:14px;color:var(--bb-body-text-color);font-weight:500;letter-spacing:-.24px;cursor:pointer} - -#create-group-form.standard-form .bb-create-group-details-wrap input,#create-group-form.standard-form .bb-create-group-details-wrap select{height:48px;font-size:14px;letter-spacing:-.24px;padding:10px 15px} - -#create-group-form.standard-form .bb-create-group-details-wrap textarea{height:145px;resize:none;font-size:14px;letter-spacing:-.24px;padding:10px 15px} - -#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-inner-wrap{margin-bottom:20px} - -#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-inner-wrap:last-child{margin-bottom:0} - -#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-inner-wrap span{color:#939597} - -#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-inner-wrap .checked+span{color:var(--bb-body-text-color)} - -#create-group-form.standard-form .bb-create-group-details-wrap input.button{min-width:200px} - -#create-group-form.standard-form .bb-create-group-details-wrap a.cancel{margin-left:25px} - -#create-group-form.standard-form .bb-create-group-details-wrap .group-create-privacy .radio{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap} - -#create-group-form.standard-form .bb-create-group-details-wrap .group-create-privacy .radio .bb-field-inner-wrap{margin-left:10px} - -#create-group-form.standard-form .bb-create-group-details-wrap .group-create-privacy .checked+.bb-privary-box{box-shadow:0 7px 16px 0 rgba(0,0,0,.12),inset 0 -2px 0 0 var(--bb-primary-color)} - -#create-group-form.standard-form .bb-create-group-details-wrap .group-create-privacy .checked+.bb-privary-box svg{opacity:1} - -#create-group-form.standard-form .bb-create-group-details-wrap .group-create-privacy .checked+.bb-privary-box .bb-text{opacity:1} - -#content form.standard-form .left-menu #invite-list ul{margin:0} - -#content form.standard-form .left-menu #invite-list ul li{margin:0 0 15px} - -#content div#invite-list{background:100% 0;height:auto;margin:0;overflow:auto;padding:0 20px 20px;width:auto;max-height:500px} - -#content div#invite-list ul{margin:0;list-style:none} - -#content div#invite-list .avatar{max-width:40px;border-radius:50%;margin-left:10px} - -#content div#invite-list label{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -#content div#invite-list .bb-name-wrap span{display:block} - -#content div#invite-list .bb-name{font-size:16px;color:var(--bb-body-text-color);letter-spacing:-.24px;line-height:1} - -#content div#invite-list .bb-mention{font-size:13px;font-weight:300;color:rgba(0,0,0,.3);letter-spacing:-.24px;line-height:1;margin-top:3px} - -#content div#invite-list .bb-input-wrap{margin-right:auto} - -#content div#invite-list .bb-input-wrap input{position:absolute;opacity:0} - -#content div#invite-list .bb-check-icon{display:inline-block;width:22px;height:22px;background:url(../images/svg/circle-add.svg) no-repeat;background-size:cover;border:0;border-radius:0;margin-left:0} - -#content div#invite-list input:checked+.bb-check-icon{background-image:url(../images/svg/circle-select.svg);opacity:.5} - -ul#friend-list .avatar{border-radius:50%;max-width:52px} - -ul#friend-list .bb-user-avatar{margin-left:15px} - -.bb-invite-search{padding:20px} - -.bb-invite-user-meta h2{color:var(--bb-headings-color);font-size:18px;font-weight:500;letter-spacing:-.24px;line-height:1.2;margin:0} - -.bb-invite-user-meta h2 a{color:inherit} - -.bb-invite-user-meta .bb-activity{display:block;font-size:13px;font-weight:300;color:rgba(0,0,0,.3);letter-spacing:-.24px;line-height:1;margin-top:3px} - -#send-invite-form ul#friend-list li{border-bottom:1px solid #eaeaea;padding:20px 0} - -#buddypress div.pagination .pag-count{margin-right:0} - -.invite-action{margin-right:auto} - -.main-column.hide{display:none} - -div#group-step-popup{max-width:600px;padding:40px} - -div#group-step-popup #content div#invite-list{max-height:45vh} - -div#group-step-popup .bb-invite-search input{width:100%} - -div#group-step-popup .bb-input-wrap input{width:26px;height:26px;background:url(../images/svg/circle-add.svg) no-repeat;background-size:cover;border:0;border-radius:0;margin-left:0;display:block;-webkit-appearance:none;-moz-appearance:none;appearance:none} - -div#group-step-popup .bb-input-wrap input:checked{background-image:url(../images/svg/circle-select.svg);opacity:.5} - -div#group-step-popup #content div#invite-list .avatar{max-width:44px;margin-left:20px} - -div#group-step-popup #content form.standard-form .left-menu #invite-list ul li{margin:0;border-bottom:1px solid var(--bb-content-border-color);padding-bottom:20px;padding-top:20px} - -div#group-step-popup #content div#invite-list .bb-name{font-size:18px} - -div#group-step-popup #content div#invite-list .bb-mention{margin-top:6px} - -div#group-step-popup input#groups_invite_search{height:50px} - -div#group-step-popup .bb-search-title{font-size:30px;color:var(--bb-body-text-color);letter-spacing:-.23px;text-align:center;line-height:40px;margin-bottom:5px} - -div#group-step-popup .mfp-close{background:100% 0} - -div#group-step-popup .mfp-close:hover{background:100% 0} - -.group-step-buttons{text-align:center} - -.group-step-buttons input.button{min-width:180px;min-height:46px} - -.bb-no-fiends{font-size:14px} - -#buddypress .bb-group-settings{font-size:16px} - -#buddypress .bb-group-settings .bs-styled-checkbox+label{display:-webkit-box;display:-ms-flexbox;display:flex} - -#buddypress .bb-group-settings .bs-styled-checkbox:checked+label::before{-webkit-box-flex:0;-ms-flex:0 0 20px;flex:0 0 20px} - -#buddypress .bb-group-settings .bb-field-title{font-size:18px;font-weight:500;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:15px} - -#buddypress .bb-group-settings .bs-styled-radio:checked+.bb-radio-label::after,#buddypress .bb-group-settings .bs-styled-radio:checked+label::after{top:4px} - -#content #buddypress .bb-group-settings .action .button{min-width:20px;display:inline-block;font-size:12px;min-height:20px;padding:4px 12px} - -#content #buddypress .bb-group-settings .bs-item-wrap div.action{padding:0} - -#content #buddypress .bb-group-settings .bs-item-wrap .bs-generic-button{margin:0 0 0 5px} - -#buddypress .bb-group-settings .bs-item-wrap>.item>.item-title{margin-bottom:5px} - -#buddypress .bb-group-settings .item-title a{font-size:18px} - -#buddypress .bb-group-settings .bs-item-list.list-view{margin-bottom:30px} - -#buddypress .bb-group-settings .bs-members-items .bs-generic-button{margin-left:5px} - -#buddypress .bb-group-settings .item-title{position:relative} - -#buddypress .bb-group-settings .bs-members-items.list-view .bb-profile-card div.action{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -#buddypress .bb-group-settings .bs-members-items.list-view .bb-profile-card div.action a{font-size:13px} - -.group-create-privacy label{font-weight:500} - -.bb-group-desc{font-size:13px;margin:0 53px 30px 0;line-height:1.6} - -.bb-delete-group-wrap{margin:30px 0} - -.bb-create-group-container div.bb-profile-avatar-wrap:first-child{margin:50px auto 0} - -p.group-setting-label{outline:0;margin:0 0 12px} - -#create-group-form #group-create-body select{width:auto;min-width:50%;margin:0 0 8px} - -.groups.group-create .buddypress-wrap .group-status-type ul:last-child{margin-bottom:0} - -.groups.group-create .buddypress-wrap .group-status-type label{font-size:16px;line-height:1} - -.groups.group-create .buddypress-wrap .submit{padding:0} - -#bp-delete-cover-image-container{margin-bottom:30px} - -#create-group-form>.bp-messages{margin-bottom:30px}@media screen and (min-width:768px){ - -.groups.group-create .buddypress-wrap #group-create-tabs.tabbed-links .group-create-buttons li.current{background-color:var(--bb-body-background-color)}}@media (max-width:1080px){ - -.bb-create-group-cover-wrap div#profile_cover{padding-top:28%} - -.bb-create-group-container .bb-profile-avatar-wrap{margin-right:60px} - -#send-invite-form .left-menu{-webkit-box-flex:0;-ms-flex:0 0 240px;flex:0 0 240px} - -#content div#invite-list .avatar{max-width:36px} - -#content div#invite-list .bb-name{font-size:14px} - -.invite-action{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding-right:67px;padding-top:6px} - -#buddypress a.button.small.remove{font-size:13px;min-height:30px;padding:5px 20px} - -.bb-invite-user-meta .bb-activity{font-size:11px}}@media (min-width:800px) and (max-width:920px){ - -.invite-action.invite-action{padding-right:0}}@media (max-width:820px){ - -.bb-create-group-container .bb-privary-box{min-width:130px;min-height:100px} - -#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-wrap>label{-webkit-box-flex:0;-ms-flex:0 0 150px;flex:0 0 150px}}@media (max-width:760px){ - -.bb-create-group-cover-wrap div#profile_cover{padding-top:32%} - -.bb-create-group-container #bb-profile-avatar-wrap-components,.bb-create-group-container .bb-profile-avatar-wrap{height:160px;width:160px} - -.bb-create-group-container #bb_profile_avatar_wrap .bb-icon-menu-dots-v{font-size:12px}}@media (max-width:640px){ - -.bb-create-group-container .bb-profile-avatar-wrap{margin:0 auto;margin-top:-50px} - -.bb-create-group-cover-wrap div#profile_cover{padding-top:45%} - -#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-wrap>label{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:10px}}@media (max-width:580px){ - -#send-invite-form .left-menu{border-left:0;border-bottom:1px solid var(--bb-content-border-color);-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -div#group-step-popup{padding:30px}}@media (max-width:440px){ - -.bb-create-group-cover-wrap div#profile_cover{padding-top:60%}} - -body.bp-search .buddypanel{z-index:611} - -body.bp-search .site-header{z-index:610} - -body.bp-search .bp-forum-search-ac-header,body.bp-search .bp-search-ac,body.bp-search .bp-search-ac-header{background-color:var(--bb-content-background-color);box-shadow:0 3px 8px rgba(0,0,0,.06),0 6px 24px rgba(0,0,0,.12);border-radius:var(--bb-block-radius);display:block;padding:0;left:0;overflow:auto;max-height:-webkit-calc(100vh - 76px);max-height:calc(100vh - 76px);max-width:500px!important;width:100%;-webkit-transform:translate(50%,10px);-ms-transform:translate(50%,10px);transform:translate(50%,10px);z-index:610} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type),body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type),body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type){background-color:var(--bb-content-background-color);max-width:1190px;margin:auto;width:100%;float:none;padding:0 15px;border-bottom:1px solid var(--bb-content-border-color);color:var(--bb-alternate-text-color)} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type) .item p,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type) .item p,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) .item p{margin-bottom:5px} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type) .item-avatar>i,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type) .item-avatar>i,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) .item-avatar>i{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--bb-content-alternate-background-color);border-radius:50%;color:var(--bb-alternate-text-color);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:24px;font-weight:300;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:48px;width:48px} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type) .bp-search-ajax-item,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type) .bp-search-ajax-item,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) .bp-search-ajax-item{margin:0;padding:15px 0} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type) .bp-search-ajax-item .item-avatar,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type) .bp-search-ajax-item .item-avatar,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) .bp-search-ajax-item .item-avatar{margin-left:15px;margin-top:5px} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type) .bp-search-ajax-item .item-desc,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type) .bp-search-ajax-item .item-desc,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) .bp-search-ajax-item .item-desc{color:var(--bb-body-text-color);font-size:14px;font-weight:400;margin:0;line-height:21px} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type) .entry-meta,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type) .entry-meta,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) .entry-meta{font-size:13px;font-weight:400;-ms-flex-wrap:wrap;flex-wrap:wrap;color:var(--bb-alternate-text-color);min-height:26px;margin-bottom:0} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type) .entry-meta a,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type) .entry-meta a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) .entry-meta a{color:var(--bb-alternate-text-color)} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type):last-child,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type):last-child,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type):last-child{border-bottom:0} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type):last-child:not(.bbls-view_all_type-type),body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type):last-child:not(.bbls-view_all_type-type),body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type):last-child:not(.bbls-view_all_type-type){margin-bottom:12px} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item{display:-webkit-box;display:-ms-flexbox;display:flex} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item a,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item a,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item a,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item a,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item a,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item a{display:inline} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title p,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title p,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title p,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title p,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title p,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title p,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title p,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title p,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title p{font-size:14px;font-weight:400;color:var(--bb-headings-color);letter-spacing:-.24px} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title a{font-weight:500} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title a>img,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title a>img,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title a>img,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title a>img,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title a>img,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title a>img,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title a>img,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title a>img,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title a>img{display:none} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item .woocommerce-product-details__short-description,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item .woocommerce-product-details__short-description,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item .woocommerce-product-details__short-description,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item .woocommerce-product-details__short-description,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item .woocommerce-product-details__short-description,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item .woocommerce-product-details__short-description,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item .woocommerce-product-details__short-description,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item .woocommerce-product-details__short-description,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item .woocommerce-product-details__short-description{color:var(--bb-body-text-color);font-size:14px;font-weight:400} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-members-type .bp-search-ajax-item .item-avatar,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-members-type .bp-search-ajax-item .item-avatar,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-members-type .bp-search-ajax-item .item-avatar{margin-top:0} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-members-type .bp-search-ajax-item .item,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-members-type .bp-search-ajax-item .item,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-members-type .bp-search-ajax-item .item{margin-top:4px} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-posts-type .bp-search-ajax-item .item-avatar,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-posts-type .bp-search-ajax-item .item-avatar,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-posts-type .bp-search-ajax-item .item-avatar{margin-top:0} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item .item .entry-title,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item .item .entry-title,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item .item .entry-title,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item .item .entry-title,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item .item .entry-title,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item .item .entry-title{font-weight:400;margin-bottom:0} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-topic-type>.bp-search-ajax-item,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-topic-type>.bp-search-ajax-item,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-topic-type>.bp-search-ajax-item{display:-webkit-box;display:-ms-flexbox;display:flex} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-cpt-product-type>.bp-search-ajax-item,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-cpt-product-type>.bp-search-ajax-item,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-cpt-product-type>.bp-search-ajax-item{display:-webkit-box;display:-ms-flexbox;display:flex} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-cpt-product-type>.bp-search-ajax-item>.item a,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-cpt-product-type>.bp-search-ajax-item>.item a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-cpt-product-type>.bp-search-ajax-item>.item a{display:inline} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-cpt-product-type>.bp-search-ajax-item .woocommerce-product-details__short-description,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-cpt-product-type>.bp-search-ajax-item .woocommerce-product-details__short-description,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-cpt-product-type>.bp-search-ajax-item .woocommerce-product-details__short-description{color:var(--bb-body-text-color);font-size:14px;font-weight:400} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-groups-type>.bp-search-ajax-item,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-groups-type>.bp-search-ajax-item,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-groups-type>.bp-search-ajax-item{display:-webkit-box;display:-ms-flexbox;display:flex} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-groups-type>.bp-search-ajax-item .group-details,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-groups-type>.bp-search-ajax-item .group-details,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-groups-type>.bp-search-ajax-item .group-details{color:var(--bb-body-text-color);font-size:14px;font-weight:400} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-sub-item .item-avatar,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-sub-item .item-avatar,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-sub-item .item-avatar{position:relative} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-sub-item .item-avatar::before,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-sub-item .item-avatar::before,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-sub-item .item-avatar::before{background-color:var(--bb-alternate-text-color);top:25px;border-radius:50%;color:var(--bb-content-background-color);display:block;font-family:bb-icons;font-size:17px;font-weight:300;height:24px;line-height:25px;position:absolute;left:-5px;text-align:center;width:24px} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type .item-avatar::before,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type .item-avatar::before,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type .item-avatar::before{content:"\e967"} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type .item-avatar::before,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type .item-avatar::before,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type .item-avatar::before{content:"\e854"} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-topic-type .item-avatar::before,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-topic-type .item-avatar::before,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-topic-type .item-avatar::before{content:"\ee34"} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type .item-avatar::before,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type .item-avatar::before,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type .item-avatar::before{content:"\ef0a"} - -body.bp-search .bp-forum-search-ac-header li:hover .item-avatar>i,body.bp-search .bp-search-ac li:hover .item-avatar>i,body.bp-search .bp-search-ac-header li:hover .item-avatar>i{background-color:var(--bb-content-background-color)} - -body.bp-search .bp-forum-search-ac-header li .bp-member-type,body.bp-search .bp-forum-search-ac-header li .item-meta,body.bp-search .bp-search-ac li .bp-member-type,body.bp-search .bp-search-ac li .item-meta,body.bp-search .bp-search-ac-header li .bp-member-type,body.bp-search .bp-search-ac-header li .item-meta{background-color:transparent;color:var(--bb-alternate-text-color);display:inline-block;font-size:.8125rem;font-weight:400;letter-spacing:-.15px;line-height:1.1875rem} - -body.bp-search .bp-forum-search-ac-header li .bp-member-type strong,body.bp-search .bp-forum-search-ac-header li .item-meta strong,body.bp-search .bp-search-ac li .bp-member-type strong,body.bp-search .bp-search-ac li .item-meta strong,body.bp-search .bp-search-ac-header li .bp-member-type strong,body.bp-search .bp-search-ac-header li .item-meta strong{font-weight:400} - -body.bp-search .bp-forum-search-ac-header li .middot,body.bp-search .bp-search-ac li .middot,body.bp-search .bp-search-ac-header li .middot{color:var(--bb-alternate-text-color);display:inline-block;font-size:17px;margin:0 6px;line-height:1} - -body.bp-search .bp-forum-search-ac-header>li.bbls-view_all_type-type,body.bp-search .bp-search-ac-header>li.bbls-view_all_type-type,body.bp-search .bp-search-ac>li.bbls-view_all_type-type{margin-bottom:-10px;text-align:center} - -body.bp-search .bp-forum-search-ac-header>li a:not(.x),body.bp-search .bp-search-ac-header>li a:not(.x),body.bp-search .bp-search-ac>li a:not(.x){display:-webkit-box;display:-ms-flexbox;display:flex} - -body.bp-search .bp-forum-search-ac-header>li .ui-state-active,body.bp-search .bp-search-ac-header>li .ui-state-active,body.bp-search .bp-search-ac>li .ui-state-active{background:100% 0;border:none} - -body.bp-search .bp-forum-search-ac-header>li.bbls-view_all_type-type a,body.bp-search .bp-search-ac-header>li.bbls-view_all_type-type a,body.bp-search .bp-search-ac>li.bbls-view_all_type-type a{color:var(--bb-primary-color);font-size:14px;font-weight:500;padding:11px 10px!important} - -body.bp-search .bp-forum-search-ac-header>li.bbls-view_all_type-type a::after,body.bp-search .bp-search-ac-header>li.bbls-view_all_type-type a::after,body.bp-search .bp-search-ac>li.bbls-view_all_type-type a::after{content:"\e827";color:var(--bb-alternate-text-color);font-family:bb-icons;font-size:21px;font-weight:400;vertical-align:middle;display:inline-block;line-height:22px} - -[dir=rtl] body.bp-search .bp-forum-search-ac-header>li.bbls-view_all_type-type a::after,[dir=rtl] body.bp-search .bp-search-ac-header>li.bbls-view_all_type-type a::after,[dir=rtl] body.bp-search .bp-search-ac>li.bbls-view_all_type-type a::after{content:"\e8ab"} - -body.bp-search .bp-forum-search-ac-header>li.bbls-albums-type .media-album_items .item-avatar,body.bp-search .bp-search-ac-header>li.bbls-albums-type .media-album_items .item-avatar,body.bp-search .bp-search-ac>li.bbls-albums-type .media-album_items .item-avatar{float:right;margin-top:0} - -body.bp-search .bp-forum-search-ac-header>li.bbls-albums-type .media-album_items .item-avatar+.media-album_details,body.bp-search .bp-search-ac-header>li.bbls-albums-type .media-album_items .item-avatar+.media-album_details,body.bp-search .bp-search-ac>li.bbls-albums-type .media-album_items .item-avatar+.media-album_details{width:-webkit-calc(100% - 65px);width:calc(100% - 65px)} - -body.bp-search .bp-forum-search-ac-header img,body.bp-search .bp-search-ac img,body.bp-search .bp-search-ac-header img{border-radius:50%} - -body.bp-search .bp-forum-search-ac-header{max-width:initial!important;left:initial;-webkit-transform:none;-ms-transform:none;transform:none} - -body.bp-search .bp-forum-search-ac-header>li a:not(.x){-ms-flex-wrap:wrap;flex-wrap:wrap} - -body.bp-search .bp-forum-search-ac-header>li a:not(.x) .item-avatar{margin-bottom:15px} - -body.bp-search .bp-forum-search-ac-header>li a:not(.x) .item{min-width:160px} - -body.bp-search .bp-forum-search-ac-header .bp-search-ajax-item{-ms-flex-wrap:wrap;flex-wrap:wrap} - -body.bp-search .bp-forum-search-ac-header .bp-search-ajax-item>.item-avatar{margin-bottom:15px} - -body.bp-search .bp-forum-search-ac-header .bp-search-ajax-item>.item{min-width:160px} - -body.bp-search .bp-forum-search-ac-header>li.bbls-undefined-type,body.bp-search .bp-forum-search-ac-header>li:last-child{margin-bottom:0} - -body.bp-search .search-media-list .media-album_details .media-album_name,body.bp-search .search-video-list .media-album_details .media-album_name{color:var(--bb-headings-color)} - -body.bp-search .search-media-list .media-album_details .media-album_name:hover,body.bp-search .search-video-list .media-album_details .media-album_name:hover{color:var(--bb-primary-color)} - -body.bp-search .search-media-list .media-album_group,body.bp-search .search-media-list .media-album_modified,body.bp-search .search-media-list .media-album_modified .media-album_details__bottom,body.bp-search .search-media-list .media-album_modified .media-album_details__bottom .media-album_date,body.bp-search .search-media-list .media-album_visibility,body.bp-search .search-media-list .media-photo_count,body.bp-search .search-video-list .media-album_group,body.bp-search .search-video-list .media-album_modified,body.bp-search .search-video-list .media-album_modified .media-album_details__bottom,body.bp-search .search-video-list .media-album_modified .media-album_details__bottom .media-album_date,body.bp-search .search-video-list .media-album_visibility,body.bp-search .search-video-list .media-photo_count{color:var(--bb-alternate-text-color)} - -body.bp-search .search-media-list .media-album_author a,body.bp-search .search-video-list .media-album_author a{color:var(--bb-alternate-text-color)} - -body.bp-search .search-media-list .middot,body.bp-search .search-video-list .middot{color:var(--bb-alternate-text-color)} - -body.bp-search .search-document-list .media-folder_items .media-folder_details .media-folder_name{color:var(--bb-headings-color)} - -body.bp-search .search-document-list .media-folder_items .media-folder_details .media-folder_name:hover{color:var(--bb-primary-color)} - -body.bp-search .search-document-list .media-folder_items .media-folder_details__bottom{color:var(--bb-alternate-text-color)} - -body.bp-search .search-document-list .media-folder_items .media-folder_details__bottom .media-folder_author,body.bp-search .search-document-list .media-folder_items .media-folder_details__bottom .media-folder_author a,body.bp-search .search-document-list .media-folder_items .media-folder_details__bottom .media-folder_date,body.bp-search .search-document-list .media-folder_items .media-folder_details__bottom .media-folder_group{color:var(--bb-alternate-text-color)} - -body.bp-search .bbls-category a{font-size:12px;font-weight:600;color:#939597;letter-spacing:.7px;text-transform:uppercase} - -body.bp-search .bp-search-ac .item-avatar img{max-width:48px;min-height:48px;max-height:48px;object-fit:cover;width:100%;height:auto} - -.bp-dir-search-form #bp-dir-search-form_reset{color:var(--bb-body-text-color)} - -.sticky-header .bp-search-ac-header{position:fixed} - -body.admin-bar.bp-search .bp-search-ac,body.admin-bar.bp-search .bp-search-ac-header{max-height:-webkit-calc(100vh - 108px);max-height:calc(100vh - 108px)} - -.members-group-list .item-entry-header{font-size:18px;color:var(--bb-headings-color)} - -.activity-user{font-weight:500} - -.item-title.activity-content p:last-child{margin:0} - -.bp-search-results-list li:first-child .list-wrap{border-radius:0!important} - -#buddypress .bp-search-results-list .list-wrap{border-right:0;border-left:0;box-shadow:none;padding-right:0;padding-left:0} - -.bp-search-results-list .bp-search-item .item-avatar{max-width:90px;width:100%} - -.bp-search-results-list .bp-search-item .item-avatar a{border-radius:3px;display:block;margin-left:15px;max-width:100%;min-height:90px;overflow:hidden;position:relative;width:100%;height:auto} - -.bp-search-results-list .bp-search-item .item-avatar a>i{min-height:90px;min-width:90px;-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;width:100%;background-color:var(--bb-content-alternate-background-color);font-size:28px;color:var(--bb-alternate-text-color)} - -.bp-search-results-list .bp-search-item .item-avatar a:empty{display:none} - -.bp-search-results-list .bp-search-item .item-avatar img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover} - -.bp-search-results-list .bp-search-item_reply .item-avatar>a,.bp-search-results-list .bp-search-item_topic .item-avatar>a{min-height:initial} - -.bp-search-results-list .bp-search-item_reply .item-avatar>a:last-child,.bp-search-results-list .bp-search-item_topic .item-avatar>a:last-child{min-height:90px} - -.bp-search-results-list .entry-summary{font-size:14px;color:var(--bb-body-text-color);letter-spacing:-.24px;line-height:1.3;margin-bottom:6px} - -.bp-search-results-list .entry-summary>p{margin-bottom:6px} - -.bp-search-results-list .entry-summary>p:last-child{margin-bottom:0} - -.bp-search-results-list .entry-content{float:none;width:auto;word-break:break-word} - -.bp-search-results-list .fluid-width-video-wrapper{min-width:240px;margin:0!important} - -.bp-search-results-list .item-meta.activity-header{margin-bottom:0!important} - -.bp-search-results-list .bp-search-item .entry-meta,.bp-search-results-list .bp-search-item .entry-meta a,.bp-search-results-list .bp-search-item .entry-meta span,.bp-search-results-list .bp-search-item .item-meta,.bp-search-results-list .bp-search-item .item-meta a,.bp-search-results-list .bp-search-item .item-meta span,.bp-search-results-list .bp-search-item .item-tags,.bp-search-results-list .bp-search-item .item-tags a,.bp-search-results-list .bp-search-item .item-tags span{font-size:13px;color:var(--bb-alternate-text-color);letter-spacing:0;line-height:1.3} - -.bp-search-results-list .bp-search-item .entry-meta span.middot,.bp-search-results-list .bp-search-item .item-meta span.middot,.bp-search-results-list .bp-search-item .item-tags span.middot{display:inline-block;margin:0 6px;font-size:17px;color:var(--bb-alternate-text-color);line-height:1} - -.bp-search-results-list .bp-search-item.bp-search-item_product span.middot{display:inline-block;margin:0 2px;font-size:17px;color:var(--bb-alternate-text-color);line-height:0} - -.bp-search-results-list.members-list .item-meta .middot{vertical-align:initial} - -.bp-search-results-list .bp-search-item .item-tags{margin-top:5px} - -.bp-search-results-list .entry-content:last-child{margin:0} - -.buddypress-wrap .bp-search-results-list .bp-member-type,.buddypress-wrap .bp-search-results-list .item-meta.last-activity{color:var(--bb-alternate-text-color);background-color:transparent;display:inline-block;vertical-align:middle;font-size:.8125rem;font-weight:400;letter-spacing:-.15px;line-height:1.1875rem;padding:0} - -.buddypress-wrap .bp-search-results-list.members-list li .list-wrap .last-activity{color:var(--bb-alternate-text-color);margin-bottom:0} - -.buddypress-wrap .bp-search-results-list.members-list li .list-wrap .last-activity span.middot{vertical-align:middle} - -.bp-search-results-list .item-meta .middot{display:inline-block;margin:0 6px;font-size:22px;color:var(--bb-alternate-text-color);vertical-align:middle} - -.bp-search-results-list.cpt-product-list .entry-meta,.bp-search-results-list.cpt-product-list .item-extra{color:var(--bb-alternate-text-color);display:inline-block} - -.bp-search-results-list.cpt-product-list .woocommerce-product-details__short-description p{margin-bottom:0} - -.bp-search-results-list.cpt-sfwd-lessons-list .item .item-title{margin-bottom:0} - -.bp-search-results-list.cpt-sfwd-lessons-list .entry-summary{color:var(--bb-alternate-text-color);margin-top:5px} - -.search-results .bp-list li .item-meta{font-size:13px;font-weight:400} - -.search-results .bp-list li .item-meta a{color:var(--bb-alternate-text-color)} - -.search-results .bp-list li .item-meta a:hover{color:var(--bb-primary-color)} - -.search-results .bp-list li .item-meta time{font-weight:400} - -.search-results .pag-count{float:right;margin:0 0 10px} - -.search-results .pag-data{color:var(--bb-alternate-text-color);font-size:13px} - -.search-results .pagination{float:left;margin:0 0 10px} - -.search-results .pagination-links a,.search-results .pagination-links span{border:0;font-size:13px;padding:0 5px} - -.search-results .pagination-links a{color:var(--bb-primary-color)} - -.search-results .pagination-links span{color:var(--bb-primary-color)} - -.search-results .pagination-links .current{color:var(--bb-alternate-text-color)} - -.search-results .item-meta.last-activity{font-size:13px} - -#buddypress .dir-form.bp-search-results-wrapper{margin-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:4px;margin-bottom:30px} - -.bp-search-results-wrapper .bp-navs{-webkit-box-flex:0;-ms-flex:0 0 260px;flex:0 0 260px;background-color:var(--bb-body-background-color);border-left:1px solid var(--bb-content-border-color);border-bottom:0;min-height:60vh;border-radius:0 4px 4px 0;margin:0;padding:30px 0} - -.bp-search-results-wrapper .bp-navs li{float:none;padding:0} - -.bp-search-results-wrapper .bp-navs a{border:0;font-size:14px;color:#939597;letter-spacing:-.24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px 20px;line-height:1;margin-bottom:1px} - -.bp-search-results-wrapper .bp-navs a::before{content:"\ee7a";font:400 normal normal 14px/1 bb-icons;speak:none;display:inline-block;font-size:20px;margin-left:10px;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:22px;text-align:center}@media only screen and (max-width:768px){ - -.bp-search-results-wrapper .bp-navs a::before{display:none}} - -.bp-search-results-wrapper .bp-navs a:hover{background:var(--bb-content-alternate-background-color);color:var(--bb-primary-color)} - -.bp-search-results-wrapper .bp-navs a:hover .count{background-color:var(--bb-primary-color);color:var(--bb-content-background-color)} - -.bp-search-results-wrapper .bp-navs li:first-child a::before{content:"\e96f"} - -.bp-search-results-wrapper .bp-navs .activity a::before{content:"\e854"} - -.bp-search-results-wrapper .bp-navs .activity_comment a::before{content:"\e967"} - -.bp-search-results-wrapper .bp-navs .members a::before{content:"\ef5b"} - -.bp-search-results-wrapper .bp-navs .documents a::before{content:"\ee6e"} - -.bp-search-results-wrapper .bp-navs .folders a::before{content:"\ee9e"} - -.bp-search-results-wrapper .bp-navs .forum a::before{content:"\ee34"} - -.bp-search-results-wrapper .bp-navs .reply a::before,.bp-search-results-wrapper .bp-navs .topic a::before{content:"\ee37"} - -.bp-search-results-wrapper .bp-navs .photos a::before{content:"\eeb4"} - -.bp-search-results-wrapper .bp-navs .albums a::before,.bp-search-results-wrapper .bp-navs .cpt-attachment a::before{content:"\eeb5"} - -.bp-search-results-wrapper .bp-navs .videos a::before{content:"\ef65"} - -.bp-search-results-wrapper .bp-navs .cpt-product a::before{content:"\ef19"} - -.bp-search-results-wrapper .bp-navs .cpt-bp-member-type a::before{content:"\ef58"} - -.bp-search-results-wrapper .bp-navs .posts a::before{content:"\eda9"} - -.bp-search-results-wrapper .bp-navs .cpt-page a::before{content:"\ee7a"} - -.bp-search-results-wrapper .bp-navs .cpt-memberpressgroup a::before,.bp-search-results-wrapper .bp-navs .groups a::before{content:"\e95d"} - -.bp-search-results-wrapper .bp-navs .cpt-course a::before,.bp-search-results-wrapper .bp-navs .cpt-sfwd-courses a::before{content:"\ee3f"} - -.bp-search-results-wrapper .bp-navs .cpt-sfwd-lessons a::before{content:"\e86e"} - -.bp-search-results-wrapper .bp-navs .cpt-lesson a::before,.bp-search-results-wrapper .bp-navs .cpt-sfwd-topic a::before{content:"\ee73"} - -.bp-search-results-wrapper .bp-navs .cpt-llms_quiz a::before,.bp-search-results-wrapper .bp-navs .cpt-sfwd-quiz a::before{content:"\ef01"} - -.bp-search-results-wrapper .bp-navs .cpt-command a::before,.bp-search-results-wrapper .bp-navs .cpt-wp-parser-class a::before,.bp-search-results-wrapper .bp-navs .cpt-wp-parser-function a::before,.bp-search-results-wrapper .bp-navs .cpt-wp-parser-hook a::before,.bp-search-results-wrapper .bp-navs .cpt-wp-parser-method a::before{content:"\e977"} - -.bp-search-results-wrapper .bp-navs .cpt-llms_assignment a::before{content:"\ee73"} - -.bp-search-results-wrapper .bp-navs .cpt-llms_membership a::before,.bp-search-results-wrapper .bp-navs .cpt-memberpressproduct a::before{content:"\eed4"} - -.bp-search-results-wrapper .bp-navs .cpt-llms_certificate a::before,.bp-search-results-wrapper .bp-navs .cpt-llms_my_certificate a::before{content:"\e975"} - -.bp-search-results-wrapper .bp-navs ul.subnav{width:100%}@media only screen and (max-width:900px){ - -.bp-search-results-wrapper .bp-navs ul.subnav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}} - -.bp-search-results-wrapper .bp-navs .current a,.bp-search-results-wrapper .bp-navs .current a:hover,.bp-search-results-wrapper .bp-navs .selected a,.bp-search-results-wrapper .bp-navs .selected a:hover{background:var(--bb-content-background-color);border-top:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color);color:var(--bb-headings-color);font-weight:400;position:relative} - -.bp-search-results-wrapper .bp-navs .current a::after,.bp-search-results-wrapper .bp-navs .current a:hover::after,.bp-search-results-wrapper .bp-navs .selected a::after,.bp-search-results-wrapper .bp-navs .selected a:hover::after{content:"";background:var(--bb-content-background-color);height:100%;right:-webkit-calc(100% - 2px);right:calc(100% - 2px);position:absolute;top:0;width:4px} - -.bp-search-results-wrapper .bp-navs .current a .count,.bp-search-results-wrapper .bp-navs .current a:hover .count,.bp-search-results-wrapper .bp-navs .selected a .count,.bp-search-results-wrapper .bp-navs .selected a:hover .count{background-color:var(--bb-primary-color);color:var(--bb-content-background-color)}@media screen and (max-width:900px){ - -.bp-search-results-wrapper .bp-navs .current a,.bp-search-results-wrapper .bp-navs .selected a{border-top:0;border-bottom:0;background:100% 0} - -.bp-search-results-wrapper .bp-navs .current a::after,.bp-search-results-wrapper .bp-navs .selected a::after{display:none}} - -.search-results-header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.search-results-header .bp-search-form-wrapper{margin-bottom:1.6875rem} - -.bp-search-page .bp-navs ul li .count{margin-right:auto} - -.bp-search-results-list .bp-search-item .item-title,.buddypress-wrap .members-list li .member-name{margin-bottom:6px;margin-top:0;word-break:break-word;font-size:14px;font-weight:500;color:var(--bb-headings-color);letter-spacing:-.21px;line-height:1.35} - -.bp-search-results-list .bp-search-item .item{font-size:14px} - -.entry-title.item-title a:empty{display:none} - -.results-group{margin-bottom:40px} - -.bp-search-page .results-group ul#activity-stream li.activity-item{padding:0} - -#buddypress .bp-search-form-wrapper .bp-dir-search-form input[type=search]{border:0;background-color:transparent;padding-right:32px;font-size:14px;height:34px} - -#buddypress header.results-group-header{background:var(--bb-content-background-color);border-bottom:0;border-radius:3px 3px 0 0;padding:0 0 20px} - -#buddypress header.results-group-header .results-group-title{font-size:20px;letter-spacing:-.24px;line-height:1;margin:0} - -.search_results{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:35px 40px 10px;min-width:0} - -.search_results .avatar{border-radius:0} - -.search_results .item-title a{font-size:inherit} - -.search_results div.item-avatar a{display:block} - -.total-results{font-size:14px;color:var(--bb-headings-color);font-weight:500;line-height:1} - -#buddypress ul.bp-search-results-list{margin-bottom:0;padding-bottom:0} - -#buddypress .members-list.bp-search-results-list .list-wrap{background-color:transparent;border-color:var(--bb-content-border-color);padding:15px 0} - -#buddypress .members-list.bp-search-results-list .list-wrap .member-name{font-size:14px;margin:0} - -.bp-search-results-wrap .view-all-link{color:var(--bb-primary-color);font-size:14px;text-transform:uppercase;letter-spacing:-.24px} - -.bp-search-results-wrap .view-all-link::after{content:"\e827";font:400 normal normal 18px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:2px;position:relative;top:2px} - -.bp-search-results-wrap .view-all-link:focus,.bp-search-results-wrap .view-all-link:hover,.bp-search-results-wrap .view-all-link:hover::after{color:var(--bb-primary-color)} - -.bb-template-v2.bp-search .bp-forum-search-ac-header>li.bbls-undefined-type,body.bp-search .bp-forum-search-ac-header .bbls-undefined-type{margin:0 auto!important} - -body.bp-search .bp-search-ac .bbls-undefined-type,body.bp-search .bp-search-ac-header .bbls-undefined-type{padding:5px 10px;margin:0 auto!important} - -.bp-search-ac.ui-menu .ui-menu-item .bp-search-ajax-item.noresult,.bp-search-ac.ui-menu .ui-menu-item .loading-msg{padding:23px 0;box-shadow:0 1px var(--bb-body-background-color);margin:0 -15px;font-size:14px;font-weight:500} - -.bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_global_search_spinner{-webkit-animation-duration:2s;animation-duration:2s;background:100% 0;height:20px;width:20px;margin:0 0 0 10px} - -.bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_global_search_spinner::after{content:"\ef30";font-family:bb-icons;font-weight:400;font-size:19px} - -body:not(.bb-template-v2) .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_global_search_spinner{height:25px;width:25px} - -.bb-template-v2 .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_global_search_spinner::after{content:"";display:inline-block;box-sizing:border-box;width:20px;height:20px;border-radius:50%;border:2px solid #ebebec;border-top-color:var(--bb-alternate-text-color)} - -.bp-search-ac.ui-menu .ui-menu-item .bp-search-ajax-item.noresult{font-weight:500;font-size:14px;color:var(--bb-alternate-text-color);padding:23px 10px;text-align:center} - -.bp-search-results-wrapper .bp-navs.bp-subnavs{float:right;margin:0 0 30px;width:auto} - -.bp-search-results-wrapper .bp-search-form-wrapper{float:left;margin:0 0 30px} - -.bp-search-results-list .bp-search-item .item-desc{font-size:13px;font-weight:300;color:var(--bb-alternate-text-color)} - -.bp-search-results-list .bp-search-item .group-description{margin:0;line-height:1.3;color:var(--bb-body-text-color)} - -.bp-search-results-list .bp-search-item .group-description p{margin:0 0 6px} - -.bp-search-ac.ui-menu .ui-menu-item.ui-state-focus,.bp-search-ac.ui-menu .ui-menu-item.ui-state-hover,.bp-search-ac.ui-menu .ui-menu-item:hover{background:var(--bb-content-alternate-background-color)} - -.bp-search-ajax-item .item-title,.bp-search-ajax-item .item-title>a{font-size:14px;font-weight:500;color:var(--bb-headings-color);letter-spacing:-.24px} - -.bp-search-ajax-item .item .item-desc,.bp-search-ajax-item .item .item-tags{font-size:13px;font-weight:400;color:var(--bb-alternate-text-color);letter-spacing:-.18px} - -.bp-search-results-wrap .results-group-footer{margin-top:15px} - -.bp-search-results-wrap.results-group-activity .activity-content .activity-header{margin-bottom:4px} - -.bp-search-results-wrap.results-group-activity .activity-content .activity-header p{color:var(--bb-headings-color)} - -.bp-search-results-wrap.results-group-activity .activity-header a{text-transform:capitalize} - -.bp-search-results-wrap.results-group-activity .activity-inner{font-size:14px;letter-spacing:-.24px;line-height:1.3} - -.bp-search-results-wrap.results-group-activity li .item{margin-bottom:0} - -.bp-search-results-wrap.results-group-activity time{font-size:13px;font-weight:400} - -.bp-search-results-wrap.results-group-activity .activity-item .activity-avatar{-webkit-box-flex:0;-ms-flex:0 0 90px;flex:0 0 90px} - -.bp-search-results-wrap.results-group-activity .activity-avatar img{max-width:100%} - -.bp-search-results-wrap.results-group-activity_comment .activity-header{color:var(--bb-headings-color)} - -.bp-search-results-wrap.results-group-activity_comment .activity-header a{letter-spacing:0;text-transform:capitalize} - -.bp-search-results-wrap.results-group-activity_comment .activity-inner{font-size:14px;letter-spacing:-.21px;line-height:1.42} - -.bp-search-results-wrap.results-group-activity_comment .activity-inner a{color:inherit} - -.bp-search-results-wrap.results-group-activity_comment .activity-inner a:hover{color:var(--bb-primary-color)} - -.bp-search-results-wrap.results-group-activity_comment .activity-inner p{margin:0 0 5px} - -.bp-search-results-wrap.results-group-cpt-product span.entry-meta{margin:4px 0} - -.bp-search-results-wrap.results-group-cpt-product .rating-custom .woocommerce-product-rating .star-rating{margin:0 0 5px} - -.bp-search-results-wrap.results-group-cpt-product .rating-custom .star-rating{font-size:14px} - -.bp-search-results-wrap.results-group-cpt-product .star-rating span{color:#ffd21a} - -.bp-search-results-wrap.results-group-cpt-product .product-sale{line-height:1;margin-top:2px} - -.bp-search-results-wrap.results-group-cpt-product .product-sale .onsale{background:#3ebc7d;border-radius:4px;font-size:11px;color:#fff;letter-spacing:-.24px;display:inline-block;line-height:1;padding:3px 6px} - -.bp-search-results-wrap.results-group-cpt-sfwd-courses dd.course_progress{height:4px;margin:0 0 8px;max-width:220px;width:100%} - -.bp-search-results-wrap.results-group-cpt-sfwd-courses .course_progress_blue{background:#05d786} - -.bp-search-results-wrap.results-group-cpt-sfwd-courses .entry-meta{margin-bottom:6px} - -.bp-search-page .results-group ul#activity-stream li.activity-item .activity-inner{margin-bottom:6px} - -#buddypress .bp-search-results-list.groups-list .avatar{border-radius:3px} - -.bp-search-ac.ui-autocomplete.bp-forum-search-ac-header{border-radius:var(--bb-block-radius);border:0} - -.bp-search-results-list .learndash-wrapper.learndash-widget{display:none} - -.search-media-list .media-album_details .media-album_name:hover,.search-media-list .media-album_group_name a:hover,.search-media-list .media-album_modified .media-album_details__bottom .media-album_author a:hover{color:var(--bb-primary-color)} - -.buddypress .buddypress-wrap .search-form-has-reset .search-form_reset,.search-form-has-reset .search-form_reset{color:var(--bb-body-text-color)} - -#buddypress .search-form-has-reset #bbp_search,#buddypress .search-form-has-reset input[type=search]{padding-left:30px}@media screen and (max-width:900px){ - -#buddypress .bp-search-results-wrapper .bp-navs{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:10px;border-left:0;border-radius:4px 4px 0 0;padding:0} - -#buddypress .bp-search-results-wrapper .search-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap} - -.bp-search-page .bp-navs ul li .count{margin-right:10px} - -.search_results{padding:30px}}@media (max-width:799px){ - -body.bp-search .bp-search-ac,body.bp-search .bp-search-ac-header{right:30px!important;left:30px!important;width:-webkit-calc(100vw - 90px)!important;width:calc(100vw - 90px)!important;max-width:initial!important;min-width:initial;-webkit-transform:translate(0,20px)!important;-ms-transform:translate(0,20px)!important;transform:translate(0,20px)!important}}@media (max-width:640px){ - -#buddypress .bp-search-results-wrapper .search_filters>ul{padding-left:0} - -.bp-search-results-wrapper .bp-navs.bp-subnavs{margin-bottom:20px} - -.bp-search-results-wrapper .bp-navs.bp-subnavs,.bp-search-results-wrapper .bp-search-form-wrapper{float:none}} - -.directory.media .subnav-filters .subnav-search{position:absolute;left:0;top:0;margin:0} - -.directory.media .dir-search.media-search.bp-search{margin:0} - -.directory.media #buddypress #dir-media-search{border:0;background-color:transparent;padding-right:32px;font-size:14px;height:40px} - -.media.document-parent{background-color:var(--bb-body-background-color)} - -.directory.video .subnav-filters .subnav-search{position:absolute;left:0;top:0;margin:0} - -.directory.video .dir-search.video-search.bp-search{margin:0} - -.directory.video #buddypress #dir-video-search{border:0;background-color:transparent;padding-right:32px;font-size:14px;height:40px} - -.directory.document #buddypress .document-options .button.small,.directory.media #buddypress .media-options .button.small,.directory.video #buddypress .video-options .button.small{min-height:40px;line-height:36px;padding-right:16px} - -.bb-media-container{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);padding:20px;margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column} - -.bb-media-container #subnav{margin:20px -20px;width:auto;padding:0 20px} - -.bb-media-actions-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between} - -#buddypress .bb-media-actions-wrap .bb-title{margin:0} - -.groups.single-item .bb-media-actions-wrap{margin-bottom:20px}@media screen and (max-width:360px){ - -.bb-media-actions-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.bb-media-actions-wrap>.bb-media-actions,.bb-media-actions-wrap>.bb-video-actions{margin-top:15px}} - -#buddypress .media-list.item-list{margin-bottom:0;padding-top:1em;margin-right:-10px;margin-left:-10px} - -#buddypress .bb-photo-list li{margin-bottom:20px;margin-top:0;padding:0 10px} - -#buddypress .bb-item-cover-wrap{border-radius:var(--bb-block-radius-inner)} - -#buddypress .bb-item-thumb{box-shadow:0 3px 12px -1px rgba(7,10,25,.2),0 22px 27px -20px rgba(7,10,25,.2);-webkit-transition:all .3s ease;transition:all .3s ease;border-radius:var(--bb-block-radius-inner)} - -#buddypress .bb-item-thumb:hover{box-shadow:0 15px 45px -5px rgba(7,10,25,.25);-webkit-transform:translate(0,-2px);-ms-transform:translate(0,-2px);transform:translate(0,-2px)} - -#buddypress .video-list.item-list>li:not(.load-more){margin-top:0} - -#buddypress #media-stream.document-parent{margin-top:35px} - -#media-stream .document-data-table-head{border-color:var(--bb-content-border-color)} - -#media-stream.document-parent{border-radius:var(--bb-block-radius);border-color:var(--bb-content-border-color);background-color:var(--bb-content-background-color)} - -#media-stream.document-parent.group-column #media-folder-document-data-table .media-folder_items .media-folder_group a:hover{color:var(--bb-primary-color)} - -#media-folder-document-data-table .media-folder_items{border-color:var(--bb-content-border-color)} - -.bb-album-list-item .bs-cover-wrap{border-radius:var(--bb-block-radius-inner)} - -.video #buddypress .video-list.item-list>li.load-more{margin:40px 0 0} - -.single.media.albums .bb-media-container #subnav{margin-top:-10px} - -.bb-media-actions-wrap.album-actions-wrap{margin-bottom:30px} - -.dropzone.document-dropzone .dz-preview .dz-remove,.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview .dz-remove::after{color:rgba(var(--bb-alternate-text-color-rgb),.8)} - -.dropzone .dz-preview .dz-progress-ring-wrap .dz-progress-ring circle{stroke:var(--bb-primary-color)} - -.bb-template-v1 .dropzone .dz-preview .dz-progress-ring-wrap [class*=bb-icon-]::before{font-weight:400} - -.bb-template-v2 .dropzone .dz-preview .dz-image,.bb-template-v2 .dropzone .dz-preview.dz-file-preview .dz-details{border:0} - -.dropzone .dz-preview .dz-image{border:1px solid var(--bb-content-border-color)} - -.dropzone .dz-remove{background-color:var(--bb-content-alternate-background-color)} - -.dropzone .dz-remove::after{color:var(--bb-headings-color);opacity:.4;font-size:20px;line-height:1} - -.dropzone .dz-remove:hover::after{opacity:1} - -.dropzone .dz-default{background:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner);min-height:153px;max-height:153px;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:16px;color:var(--bb-headings-color);letter-spacing:-.24px;line-height:26px;padding:20px 0} - -.bb-template-v2 .dropzone .dz-default{border:0} - -.dropzone .dz-default::before{display:none} - -.dropzone .dz-default .dz-button,.dropzone .dz-default .dz-button:hover{background-color:transparent!important;border:0;color:rgba(18,43,70,.5)!important;box-shadow:none!important;padding:0!important;font-weight:300!important;font-size:16px!important;border-radius:0!important} - -.dropzone .dz-default .dz-button::before,.dropzone .dz-default .dz-button:hover::before{content:"\ee24";font-family:bb-icons;font-size:24px;font-weight:400;height:52px;width:52px;display:inline-block;background-color:rgba(0,0,0,.05);border-radius:50%;line-height:54px;color:var(--bb-alternate-text-color);margin-bottom:10px} - -.dropzone .dz-default .dz-button:hover>strong,.dropzone .dz-default .dz-button>strong{display:block;color:var(--bb-headings-color);font-weight:500;font-size:16px;line-height:1;margin-bottom:2px} - -.ac-reply-content .dropzone .dz-default{background-color:var(--bb-content-background-color)} - -#buddypress .dropzone .dz-default .dz-button{border:0;line-height:1.5} - -#buddypress .dropzone .dz-default .dz-button:hover{border:0} - -.bb-template-v2 .dropzone .dz-default .dz-button::before{font-weight:300} - -.dropzone.document-dropzone .dz-default .dz-button::before,.dropzone.document-dropzone .dz-default .dz-button:hover::before{content:"\e980"} - -.bb-template-v2 .dropzone.document-dropzone .dz-preview .dz-icon>[class*=bb-icon]{font-weight:300} - -.dropzone.media-dropzone .dz-default .dz-button::before,.dropzone.media-dropzone .dz-default .dz-button:hover::before{content:"\ee06"} - -.dropzone.video-dropzone .dz-default .dz-button::before,.dropzone.video-dropzone .dz-default .dz-button:hover::before{content:"\ef65"}@media screen and (max-width:768px){ - -.dropzone .dz-default .dz-button{font-size:15px}} - -.dropzone .dz-preview .dz-progress-ring-wrap .dz-progress-ring circle{stroke:var(--bb-primary-color)} - -div[class*=attached-gif-container] .gif-image-remove{background-color:var(--bb-content-alternate-background-color)} - -div[class*=attached-gif-container] .gif-image-overlay{color:var(--bb-alternate-text-color)} - -.dropzone .dz-preview.dz-error .dz-details::before,.dropzone .dz-preview.dz-error .dz-progress-ring-wrap [class*=" bb-icon-"],.dropzone.document-dropzone .dz-preview .dz-details .dz-filename,.dropzone.document-dropzone .dz-preview .dz-details .dz-size,.dropzone.document-dropzone .dz-preview.dz-complete .dz-details .dz-icon [class*=bb-icons],.dropzone.document-dropzone .dz-preview:not(.dz-complete) .dz-progress-ring-wrap [class*=" bb-icon-"],.dropzone.media-dropzone .dz-preview:not(.dz-image-preview) .dz-progress-ring-wrap [class*=" bb-icon-"],.dropzone.video-dropzone .dz-preview:not(.dz-has-thumbnail) .dz-progress-count,.dropzone.video-dropzone .dz-preview:not(.dz-has-thumbnail) .dz-progress-ring-wrap [class*=" bb-icon-"]{color:var(--bb-alternate-text-color)} - -.video-thumbnail-uploader-wrapper .dropzone.video-dropzone .dz-preview:not(.dz-has-thumbnail) .dz-progress-ring-wrap [class*=" bb-icon-"]{color:var(--bb-content-alternate-background-color)} - -.dropzone.document-dropzone .dz-preview .dz-remove,.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview .dz-remove::after{color:var(--bb-headings-color)} - -.dropzone.document-dropzone .dz-preview.dz-complete .dz-details .dz-icon::before,.dropzone.document-dropzone .dz-preview.dz-complete .dz-details .dz-icon>[class*=bb-icon]{color:var(--bb-alternate-text-color);font-size:38px} - -.dropzone .dz-default .dz-button,.dropzone .dz-default .dz-button:hover{color:var(--bb-alternate-text-color)!important;font-size:13px!important;font-weight:400!important;line-height:19.5px} - -.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail) .dz-filename,.dropzone.video-dropzone .dz-preview:not(.dz-has-thumbnail,.dz-complete) .dz-remove::after,.dropzone.video-dropzone div.dz-preview:not(.dz-has-thumbnail) .dz-remove::after{color:var(--bb-alternate-text-color)} - -.dropzone.video-dropzone .dz-preview.dz-file-preview .dz-details .dz-filename>span{font-weight:400;line-height:1.5} - -.dropzone.video-dropzone div.dz-preview.dz-file-preview .dz-remove::after,.dropzone.video-dropzone div.dz-preview:not(.dz-has-thumbnail).dz-complete .dz-remove::after{color:var(--bb-headings-color)} - -.dropzone.video-dropzone div.dz-preview.dz-file-preview .dz-remove::after::after,.dropzone.video-dropzone div.dz-preview:not(.dz-has-thumbnail).dz-complete .dz-remove::after::after{opacity:.4} - -.dropzone.video-dropzone div.dz-preview.dz-file-preview .dz-remove::after:hover::after,.dropzone.video-dropzone div.dz-preview:not(.dz-has-thumbnail).dz-complete .dz-remove::after:hover::after{opacity:1} - -.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview .dz-remove{background-color:var(--bb-content-alternate-background-color)} - -.dropzone.video-dropzone .dz-progress-count,.dropzone.video-dropzone div.dz-preview.dz-file-preview .dz-remove::after{color:var(--bb-content-background-color)} - -.dropzone.video-dropzone div.dz-preview.dz-file-preview.dz-has-thumbnail:not(.dz-complete) .dz-remove::after{opacity:.75} - -.dropzone.video-dropzone div.dz-preview.dz-file-preview.dz-has-thumbnail:not(.dz-complete) .dz-remove:hover::after{opacity:1} - -.dropzone .dz-preview .dz-progress-ring-wrap [class*=" bb-icon-"]{color:var(--bb-content-alternate-background-color)} - -.bb-template-v2 .dropzone.document-dropzone .dz-preview.dz-error.dz-preview .dz-details .dz-filename{color:var(--bb-danger-color)} - -.bb-template-v2 .dropzone.document-dropzone .dz-preview.dz-error .dz-remove::after,.bb-template-v2 .dropzone.document-dropzone .dz-preview.dz-error.dz-complete .dz-remove::after{color:var(--bb-danger-color)} - -.bb-template-v2 .dropzone.video-dropzone .dz-preview.dz-error.dz-preview .dz-details{background:rgba(var(--bb-danger-color-rgb),.1)} - -.bb-template-v2 .dropzone.video-dropzone .dz-preview.dz-error.dz-preview .dz-details .dz-filename{color:var(--bb-danger-color)} - -.bb-template-v2 .dropzone.video-dropzone .dz-preview.dz-error .dz-progress-ring-wrap{background:rgba(var(--bb-danger-color-rgb),.15)} - -.bb-template-v2 .dropzone.video-dropzone .dz-preview.dz-error .dz-progress-ring-wrap>i{color:var(--bb-danger-color);opacity:.5} - -.bb-template-v2 .dropzone.video-dropzone .dz-preview.dz-error .dz-remove::after,.bb-template-v2 .dropzone.video-dropzone .dz-preview.dz-error.dz-complete .dz-remove::after{color:var(--bb-danger-color)} - -.bb-template-v2 .dropzone.media-dropzone .dz-preview.dz-error .dz-details .dz-filename{color:var(--bb-danger-color)} - -.bb-template-v2 .dropzone.media-dropzone .dz-preview.dz-error .dz-image{background:rgba(var(--bb-danger-color-rgb),.1)} - -.bb-template-v2 .dropzone.media-dropzone .dz-preview.dz-error .dz-remove::after{color:var(--bb-danger-color)} - -.bb-template-v2 .dropzone.media-dropzone .dz-preview.dz-error .dz-details::before{background:rgba(var(--bb-danger-color-rgb),.15);color:var(--bb-danger-color);opacity:.5;font-weight:300} - -.bb-template-v2 .dropzone.document-dropzone .dz-preview.dz-error.dz-preview .dz-details{background:rgba(var(--bb-danger-color-rgb),.1)} - -.bb-template-v2 .dropzone.document-dropzone .dz-preview.dz-error.dz-preview .dz-details::before{background:rgba(var(--bb-danger-color-rgb),.15);color:var(--bb-danger-color);opacity:.5;font-weight:300} - -#buddypress .bb-model-header h4{font-size:20px;font-weight:600;margin:0} - -#boss-media-create-album-popup .media-uploader-wrapper{max-height:50vh;overflow-x:hidden;overflow-y:auto} - -.bbm-uploader-model-wrap .media-uploader-wrapper{max-height:50vh;overflow-x:hidden;overflow-y:auto} - -.bb-media-meta{margin-bottom:20px} - -.bb-media-meta .bb-delete{line-height:1} - -.bb-media-meta .bb-delete i{font-size:24px} - -.bb-media-meta .bb-select i{font-size:20px;border:0;font-weight:100} - -.bb-media-meta .bb-select.selected i{font-weight:200;background-color:transparent;color:var(--bb-primary-color)} - -.bb-media-meta i{font-size:22px} - -.bb-media-meta .bb-icon-select{font-size:18px} - -.bb-action-check-wrap [class*=" bb-icon-"]{width:25px;height:25px;border-radius:50%;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:25px} - -.selected .bb-action-check-wrap [class*=" bb-icon-"]{background-color:var(--bb-primary-color)} - -.modal-wrapper .bb-action-check-wrap{top:5px;right:5px} - -.modal-wrapper .bb-video-thumb .bb-video-duration{font-size:11px;line-height:1.8;right:3px;bottom:3px} - -.bp-video-thumbnail-auto-generated .bb-action-check-wrap .bb-custom-check:checked+label [class*=" bb-icon-"],.bp-video-thumbnail-uploader .video-thumbnail-content .bb-action-check-wrap .bb-custom-check:checked+label [class*=" bb-icon-"]{background:var(--bb-primary-color)} - -.modal-wrapper .modal-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.video-thumbnail-content .bb-dropzone-wrap .bb-custom-check:checked~.bb-field-wrap .dropzone .dz-preview .dz-image,.video-thumbnail-content .bb-dropzone-wrap .bb-custom-check[name=bb-video-thumbnail-select]:checked~.video-thumbnail-custom,.video-thumbnail-content .bp-video-thumbnail-auto-generated .video-thumb-list li .bb-custom-check:checked~a{border-color:var(--bb-primary-color)} - -.modal-container{background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color);box-shadow:0 12px 28px 0 rgba(18,43,70,.15),0 2px 7px 0 rgba(18,43,70,.08)} - -.modal-container.has-folderlocationUI .bb-model-footer a.loading::after{font-weight:300} - -.modal-container .bp-existing-media-wrap{padding:30px 0} - -.modal-container .bp-existing-media-wrap .media-list .bp-feedback{margin-right:10px;margin-left:10px;width:100%} - -#bbpress-forums div.bbp-reply-content .bb-model-header,.bb-model-header{background:var(--bb-content-background-color);box-shadow:0 1px 0 0 var(--bb-content-border-color)} - -.bb-action-popup.bb-leave-group-popup .bb-model-header,.bb-action-popup.bb-remove-connection .bb-model-header{background:var(--bb-content-background-color)} - -.bb-action-popup .bb-model-header{background-color:var(--bb-content-alternate-background-color);border-color:var(--bb-content-border-color)} - -.bb-action-popup .bb-action-popup-content{font-size:14px;font-weight:400} - -.location-album-list-wrap-main .ac_document_search_folder_list .breadcrumbs-append-ul-li .item span:not(.more_options),.location-album-list-wrap-main .location-album-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options),.location-album-list-wrap-main .location-folder-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options),.location-folder-list-wrap-main .ac_document_search_folder_list .breadcrumbs-append-ul-li .item span:not(.more_options),.location-folder-list-wrap-main .location-album-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options),.location-folder-list-wrap-main .location-folder-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options){color:var(--bb-headings-color)} - -.location-album-list-wrap-main .ac_document_search_folder_list .breadcrumbs-append-ul-li .item span:not(.more_options):hover,.location-album-list-wrap-main .location-album-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover,.location-album-list-wrap-main .location-folder-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover,.location-folder-list-wrap-main .ac_document_search_folder_list .breadcrumbs-append-ul-li .item span:not(.more_options):hover,.location-folder-list-wrap-main .location-album-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover,.location-folder-list-wrap-main .location-folder-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover{text-decoration:none;color:var(--bb-primary-color)} - -.location-album-list-wrap-main .ac_document_search_folder_list .breadcrumbs-append-ul-li .item span:not(.more_options):hover::before,.location-album-list-wrap-main .location-album-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover::before,.location-album-list-wrap-main .location-folder-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover::before,.location-folder-list-wrap-main .ac_document_search_folder_list .breadcrumbs-append-ul-li .item span:not(.more_options):hover::before,.location-folder-list-wrap-main .location-album-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover::before,.location-folder-list-wrap-main .location-folder-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover::before{color:var(--bb-headings-color)} - -.location-album-list-wrap-main .ac_document_search_folder_list .location-album-list,.location-album-list-wrap-main .ac_document_search_folder_list .location-folder-list,.location-album-list-wrap-main .location-album-list-wrap .location-album-list,.location-album-list-wrap-main .location-album-list-wrap .location-folder-list,.location-album-list-wrap-main .location-folder-list-wrap .location-album-list,.location-album-list-wrap-main .location-folder-list-wrap .location-folder-list,.location-folder-list-wrap-main .ac_document_search_folder_list .location-album-list,.location-folder-list-wrap-main .ac_document_search_folder_list .location-folder-list,.location-folder-list-wrap-main .location-album-list-wrap .location-album-list,.location-folder-list-wrap-main .location-album-list-wrap .location-folder-list,.location-folder-list-wrap-main .location-folder-list-wrap .location-album-list,.location-folder-list-wrap-main .location-folder-list-wrap .location-folder-list{border-radius:var(--bb-block-radius-inner);background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color)} - -.location-album-list-wrap-main .ac_document_search_folder_list .location-album-list li span,.location-album-list-wrap-main .ac_document_search_folder_list .location-folder-list li span,.location-album-list-wrap-main .location-album-list-wrap .location-album-list li span,.location-album-list-wrap-main .location-album-list-wrap .location-folder-list li span,.location-album-list-wrap-main .location-folder-list-wrap .location-album-list li span,.location-album-list-wrap-main .location-folder-list-wrap .location-folder-list li span,.location-folder-list-wrap-main .ac_document_search_folder_list .location-album-list li span,.location-folder-list-wrap-main .ac_document_search_folder_list .location-folder-list li span,.location-folder-list-wrap-main .location-album-list-wrap .location-album-list li span,.location-folder-list-wrap-main .location-album-list-wrap .location-folder-list li span,.location-folder-list-wrap-main .location-folder-list-wrap .location-album-list li span,.location-folder-list-wrap-main .location-folder-list-wrap .location-folder-list li span{border-color:var(--bb-content-border-color)} - -.location-album-list-wrap-main .ac_document_search_folder_list .location-album-list li span:hover,.location-album-list-wrap-main .ac_document_search_folder_list .location-folder-list li span:hover,.location-album-list-wrap-main .location-album-list-wrap .location-album-list li span:hover,.location-album-list-wrap-main .location-album-list-wrap .location-folder-list li span:hover,.location-album-list-wrap-main .location-folder-list-wrap .location-album-list li span:hover,.location-album-list-wrap-main .location-folder-list-wrap .location-folder-list li span:hover,.location-folder-list-wrap-main .ac_document_search_folder_list .location-album-list li span:hover,.location-folder-list-wrap-main .ac_document_search_folder_list .location-folder-list li span:hover,.location-folder-list-wrap-main .location-album-list-wrap .location-album-list li span:hover,.location-folder-list-wrap-main .location-album-list-wrap .location-folder-list li span:hover,.location-folder-list-wrap-main .location-folder-list-wrap .location-album-list li span:hover,.location-folder-list-wrap-main .location-folder-list-wrap .location-folder-list li span:hover{background-color:var(--bb-content-alternate-background-color)} - -.bb-model-header{margin-bottom:0;border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0} - -.bb-model-header .bb-model-close-button>.dashicons,.bb-model-header .bb-model-close-button>[class*=bb-icon],.bb-model-header .bb-model-close-button>span[class*=bb-icon],.bb-model-header button.mfp-close{color:var(--bb-headings-color);font-size:24px;opacity:1} - -.bb-model-footer{background-color:var(--bb-content-alternate-background-color);border-color:var(--bb-content-border-color);border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)} - -.bb-model-footer .button{margin-top:0} - -.bb-model-footer a{color:var(--bb-primary-color);font-size:14px} - -.bb-model-footer a.ac-document-close-button,.bb-model-footer a.ac-folder-close-button,.bb-model-footer a.ac-media-close-button,.bb-model-footer a.ac-video-close-button,.bb-model-footer a.bb-field-uploader-actions,.bb-model-footer a.bp-document-open-create-popup-folder,.bb-model-footer a.bp-media-open-create-popup-folder,.bb-model-footer a.bp-video-open-create-popup-album,.bb-model-footer a.close-create-popup-folder{color:var(--bb-body-text-color)} - -#buddypress .bb-model-footer .button,#buddypress .bb-model-footer a.button,.bb-model-footer .button,.bb-model-footer a.button{font-size:14px} - -#buddypress .bb-model-footer .button.loading::after,#buddypress .bb-model-footer a.button.loading::after,.bb-model-footer .button.loading::after,.bb-model-footer a.button.loading::after{vertical-align:middle} - -#bp-media-single-folder .album-single-view .bp-media-header-wrap .bb-media-actions>.button i{font-size:18px} - -#bp-media-single-folder .album-single-view .bp-media-header-wrap .media-folder_items .media-folder_action__anchor i{color:var(--bb-alternate-text-color)} - -#bp-media-single-folder .album-single-view .bp-media-header-wrap .media-folder_items .media-folder_action__list{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius)} - -.bb-template-v2 #bp-media-single-folder .album-single-view .bp-media-header-wrap .media-folder_items .media-folder_action__list::after{display:none} - -.bb-template-v2 #bp-media-single-folder .album-single-view .bp-media-header-wrap .media-folder_items .media-folder_action__list ul{border-radius:10px;padding:8px;margin:0} - -.bb-template-v2 #bp-media-single-folder .album-single-view .bp-media-header-wrap .media-folder_items .media-folder_action__list ul li a{border-radius:6px;color:var(--bb-body-text-color)} - -.bb-template-v2 #bp-media-single-folder .album-single-view .bp-media-header-wrap .media-folder_items .media-folder_action__list ul li a>i{color:var(--bb-alternate-text-color)} - -#bp-media-uploader .bb-model-footer,#buddypress .bp-media-document-uploader .document-uploader-footer,#buddypress .bp-media-photo-uploader .media-uploader-footer,#buddypress .bp-video-uploader .video-uploader-footer{background-color:transparent} - -#boss-media-create-album-popup .bb-model-footer,#boss-video-create-album-popup .bb-model-footer,.bp-media-move-file .bb-model-footer,.bp-media-move-folder .bb-model-footer,.bp-video-move-file .bb-model-footer,.moderation-popup .bb-model-footer{border-top:1px solid var(--bb-content-border-color);display:block;margin:35px -30px -30px;min-width:100%;padding:11px 30px;width:auto} - -#boss-media-create-album-popup .bb-model-footer .bb-dropdown-wrap,#boss-video-create-album-popup .bb-model-footer .bb-dropdown-wrap{float:right;margin-bottom:0} - -#boss-media-create-album-popup .bb-model-footer #bp-media-create-album-submit,#boss-video-create-album-popup .bb-model-footer #bp-video-create-album-submit{float:left} - -#buddypress .bp-media-photo-uploader #bp-media-photo-next{position:relative;z-index:1;margin:0 0 20px} - -#buddypress .bp-media-document-uploader #bp-media-document-next>i,#buddypress .bp-media-photo-uploader #bp-media-photo-next>i,#buddypress .bp-video-uploader #bp-video-next>i{font-size:20px;margin-left:3px;position:relative;top:1px} - -.message-members-list.member-popup .mfp-close,.moderation-popup .mfp-close{background-color:transparent} - -.message-members-list.member-popup .bb-model-footer,.moderation-popup .bb-model-footer{min-width:auto} - -.message-members-list.member-popup .bb-model-footer .bb-cancel-report-content,.moderation-popup .bb-model-footer .bb-cancel-report-content{border:0} - -.message-members-list.member-popup .modal-container .bb-model-footer .button.bb-cancel-report-content,.moderation-popup .modal-container .bb-model-footer .button.bb-cancel-report-content{color:var(--bb-body-text-color);font-size:13px;font-weight:500} - -.message-members-list.member-popup .modal-container .bb-model-header~.bp-feedback,.moderation-popup .modal-container .bb-model-header~.bp-feedback{margin:-25px -30px 15px} - -.bp-video-thumbnail-uploader .bb-model-footer{border-color:var(--bb-content-border-color);margin:30px -30px -30px;padding:11px 30px} - -.bp-video-thumbnail-uploader .bb-model-footer a.button{margin-top:0} - -.bb-item-thumb label{display:block} - -.bp-upload-tab-content{padding-top:30px} - -#bbpress-forums div.bbp-reply-content .modal-container .dropzone,.modal-container .dropzone{margin-bottom:0} - -#bbpress-forums div.bbp-reply-content .modal-container .bp-thumbnail-upload-tab,#bbpress-forums div.bbp-reply-content .modal-container .bp-upload-tab,.modal-container .bp-thumbnail-upload-tab,.modal-container .bp-upload-tab{font-weight:600;font-size:20px;color:#939597} - -#bbpress-forums div.bbp-reply-content .modal-container .bp-thumbnail-upload-tab.selected,#bbpress-forums div.bbp-reply-content .modal-container .bp-upload-tab.selected,.modal-container .bp-thumbnail-upload-tab.selected,.modal-container .bp-upload-tab.selected{color:var(--bb-headings-color)} - -div.dropzone.dz-started{margin:0 -4px 10px} - -.activity-list.loading [class*=bb-icon]{font-size:20px} - -#buddypress .bb-photo-list li.load-more{margin:20px auto 10px;text-align:center;width:100%;-webkit-box-flex:100%;-ms-flex:100%;flex:100%} - -.bb-member-photos-header{margin-top:0} - -.media-folder-document-filters .media-search-form::before{content:"\ef10";font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-left:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-right:.2em;position:absolute;top:10px;font-size:14px;color:var(--bb-body-text-color);right:9px;opacity:.4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} - -.media-folder-document-filters .select-wrap select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url(../images/svg/arrow-down.svg) no-repeat left 1em center!important;padding-left:40px;height:34px;font-size:14px} - -#bp-media-create-child-folder .bb-folder-location-select::after,#bp-media-create-folder .bb-folder-location-select::after,#bp-media-edit-child-folder .bb-folder-location-select::after{content:"";background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:center;height:10px;width:10px;display:inline-block;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)} - -#bp-media-create-child-folder .bb-folder-location-select-list li::before,#bp-media-create-folder .bb-folder-location-select-list li::before,#bp-media-edit-child-folder .bb-folder-location-select-list li::before{content:"\ee9e"!important;font-family:bb-icons!important;display:inline-block;font-size:14px;margin-left:8px} - -.album-single-view #bp-media-uploader .bp-existing-media-wrap .load-more{max-width:220px;-webkit-box-flex:1;-ms-flex:auto;flex:auto} - -#bp-media-single-folder .bp-media-header-wrap .media-folder_items .media-folder_action__list ul li a:hover{color:var(--bb-primary-color)} - -.comments-area .comment-content-wrap{position:relative} - -.comments-area .comment-content-wrap .comment-meta{margin-left:35px} - -.comments-area .comment-content-wrap .bb_more_options{position:absolute;top:0;left:0} - -.bp-media-header-wrap .media-search-form .bp-dir-search-form,.directory.document .document-options .subnav-filters .subnav-search .bp-dir-search-form,.directory.media .media-options .subnav-filters .subnav-search .bp-dir-search-form,.directory.video .video-options .subnav-filters .subnav-search .bp-dir-search-form{background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color);color:var(--bb-body-text-color);border-radius:var(--bb-input-radius)} - -.bp-media-header-wrap .media-search-form .bp-dir-search-form:focus-within,.directory.document .document-options .subnav-filters .subnav-search .bp-dir-search-form:focus-within,.directory.media .media-options .subnav-filters .subnav-search .bp-dir-search-form:focus-within,.directory.video .video-options .subnav-filters .subnav-search .bp-dir-search-form:focus-within{border-color:var(--bb-input-focus-border-color);border-width:1px;box-shadow:var(--bb-input-focus-shadow)} - -.bp-media-header-wrap .media-search-form{border:0;border-radius:0;background-color:transparent} - -.bp-media-header-wrap .media-search-form::after{display:none} - -.bp-media-header-wrap .media-search-form .bp-dir-search-form{border-width:1px;border-style:solid;height:34px} - -.bp-media-header-wrap .media-search-form .bp-dir-search-form::before{top:3px} - -.bp-media-header-wrap .media-search-form .bp-dir-search-form #group-document-search{padding:5px 32px 5px 30px} - -.bb-groups-invites-left{border-color:var(--bb-content-border-color)} - -.bb-groups-invites-left .bb-panel-head{position:relative;border-bottom:1px solid var(--bb-content-border-color);padding:15px 20px} - -.bb-groups-invites-left .bb-panel-subhead{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;padding:4px 0} - -.bb-groups-invites-left span.select-members-text{font-size:13px} - -.bb-groups-invites-left .bb-title-wrap{margin:-20px -20px 20px;border-bottom:1px solid var(--bb-content-border-color);padding:20px} - -.bb-groups-invites-left .bs-styled-checkbox+label::before{vertical-align:middle} - -.bb-groups-invites-left #members-list.item-list .item-avatar img{max-width:45px} - -.bb-groups-invites-left input#group_invites_search{background-size:14px;background-position:right 12px center;background-color:var(--bb-content-background-color);height:34px;border-radius:var(--bb-input-radius)} - -.bb-groups-invites-right-bottom{border-color:var(--bb-content-border-color)} - -#item-body .total-members-text{font-size:18px;font-weight:500;letter-spacing:-.24px;margin:0} - -.bb-groups-invites-right-top{min-height:222px} - -.bb-groups-invites-right-top div.bp-feedback{background:var(--bb-content-alternate-background-color)} - -#send_group_invite_form .bb-groups-invites-right-top .bb-title{margin:0;line-height:1.4;font-size:18px;font-weight:500;letter-spacing:-.24px} - -.bb-groups-invites-right .bb-title-wrap{margin:-20px -20px 20px;border-bottom:1px solid var(--bb-content-border-color);padding:20px} - -#buddypress input#bp_invites_reset{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} - -#buddypress input#bp_invites_reset:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -#buddypress input#bp_invites_reset: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)} - -#group-invites-container .bb-groups-invites-left .group-invites-members-listing .action button{background:url(../images/svg/circle-add.svg) no-repeat;height:26px;width:26px;background-size:contain;padding:0;min-width:26px} - -#group-invites-container .bb-groups-invites-left .group-invites-members-listing li.selected .action button{background:url(../images/svg/circle-close.svg) no-repeat} - -#group-invites-container .bb-groups-invites-left .group-invites-members-listing .action button .icons{opacity:0} - -#send_group_invite_form .select2-selection__choice__remove{font-size:0;padding:1px 0 0} - -#send_group_invite_form .select2-selection__choice__remove::before{content:"\e828";font-family:bb-icons;font-size:14px;font-weight:400;line-height:1;color:#4d5c6d;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;-webkit-font-smoothing:antialiased} - -#bp-group-invite-content #whats-new-toolbar{padding:20px;position:absolute;bottom:0;left:0} - -#group-invites-new-submit{padding:0} - -#group-invites-new-submit #bp_invites_reset{margin:0} - -#bp-invites-dropdown-options-loader{margin-right:auto;margin-left:10px;position:relative;top:3px} - -.group-invites-members-listing .bp-invites-feedback{padding:0 20px} - -#buddypress #send_group_invite_form .select2-search__field{height:30px} - -body #buddypress .group-invites-members-listing .bp-list .action{max-width:26px} - -body.send-invites .select2-container .select2-dropdown{display:none} - -.bb-more-invites-wrap .bb-icons{margin-left:5px;font-size:20px} - -.bb-panel-head{min-height:66px} - -.bb-groups-messages-left .bp-search{padding:0 20px} - -.bb-groups-messages-left select{height:37px} - -.bb-groups-messages-left .bp-list li .item-avatar{margin-left:15px} - -.bb-groups-messages-left #members-list.item-list .item-avatar img{max-width:45px} - -.bb-groups-messages-left #members-list.item-list .member-name a{font-size:15px} - -#item-body .total-members-text{font-size:16px;font-weight:500;letter-spacing:-.24px} - -#group_messages_search{background-size:14px;background-position:right 12px center;height:32px} - -.bb-groups-messages-right .bb-title-wrap{margin:-20px -20px 20px;border-bottom:1px solid var(--bb-content-border-color);padding:20px} - -.bb-groups-messages-right .group-messages-compose{font-size:0} - -.bb-groups-messages-right .group-messages-compose::after{content:"\ee5a";font-family:bb-icons;font-size:22px;line-height:20px;text-align:center} - -#group-messages-container .bb-groups-messages-right-top .bb-title{margin:0;line-height:1.4;font-size:18px;font-weight:500;letter-spacing:-.24px} - -label.bp-group-message-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.group-messages-members-listing .button{box-shadow:none} - -a.bb-close-select-members.button{min-width:110px} - -.add-more-members .bb-add-members{font-size:14px} - -.add-more-members .bb-add-members .bb-icon-plus-circle{margin-left:5px;font-size:18px;vertical-align:middle}@media screen and (max-width:560px){ - -.add-more-members .bb-add-members{font-size:12px} - -.add-more-members .bb-add-members .bb-icon-plus-circle{font-size:16px}} - -#group-messages-container .load-more .bb-icon-loader{font-size:20px} - -#send_group_message_form .select2-selection__choice__remove{font-size:0;line-height:1;margin:0 8px 0 0} - -#send_group_message_form .select2-selection__choice__remove::before{content:"\e828";font-family:bb-icons;font-size:13px;font-weight:400;line-height:1;background:#fff;border-radius:50%;color:var(--bb-body-text-color);display:-webkit-box;display:flexbox;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;min-width:13px;min-height:13px;text-indent:-1px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} - -.bb-groups-messages-right .medium-editor-element,.bb-groups-messages-right .medium-editor-placeholder{padding:0} - -.bb-groups-messages-right .medium-editor-element li>ol,.bb-groups-messages-right .medium-editor-element li>ul,.bb-groups-messages-right .medium-editor-placeholder li>ol,.bb-groups-messages-right .medium-editor-placeholder li>ul{margin-bottom:0} - -.bb-groups-messages-right .medium-editor-element pre,.bb-groups-messages-right .medium-editor-placeholder pre{white-space:pre-wrap;position:relative;z-index:1} - -.bb-groups-messages-right .medium-editor-element pre p,.bb-groups-messages-right .medium-editor-placeholder pre p{margin-bottom:0} - -.bb-groups-messages-right .medium-editor-element[contenteditable=true]:empty::after,.bb-groups-messages-right .medium-editor-placeholder[contenteditable=true]:empty::after{color:#c3c6c9;content:attr(data-placeholder);position:absolute;padding:inherit;font-style:normal} - -.bb-groups-messages-right .standard-form .submit{padding:0} - -.bb-groups-messages-right div.bp-feedback{background:var(--bb-content-alternate-background-color)} - -.bb-groups-messages-right .bp-group-messages-attached-gif-container{margin-bottom:20px} - -.bb-groups-messages-right .bp-group-messages-attached-gif-container.closed{display:none} - -.bb-groups-messages-right #bp-group-message-content .medium-editor-placeholder::after{font-style:normal;pointer-events:none} - -#group-messages-container .bb-groups-messages-right .group-messages-type{height:34px} - -#group-messages-container .group-messages-members-listing .item-list li{border-bottom:0;margin:0 -20px 1px;width:auto;padding:8px 20px} - -.groups.group-messages .item-body{margin-bottom:55px} - -.bb-groups-messages-right #whats-new-toolbar{padding:0;margin-top:auto} - -.bb-groups-messages-right #whats-new-toolbar #send_group_message_button{margin:0} - -.bb-groups-messages-right #whats-new-toolbar .emojionearea .emojionearea-picker .emojionearea-search>input{outline:0;width:100%;min-width:100%;height:30px} - -.bb-groups-messages-right #whats-new-toolbar .gif-media-search-dropdown.open{margin:0 -20px 10px 0;top:auto;bottom:100%;padding-bottom:0;padding-top:10px} - -.bb-groups-messages-right #whats-new-toolbar .gif-media-search-dropdown::before{right:38px;top:auto;bottom:-11px;-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)} - -.bb-groups-messages-right #whats-new-toolbar .gif-search-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column-reverse;flex-flow:column-reverse} - -.bb-groups-messages-right #whats-new-toolbar .emojionearea .emojionearea-picker{top:auto;bottom:40px} - -.bb-groups-messages-right #whats-new-toolbar .emojionearea .emojionearea-picker.emojionearea-filters-position-top .emojionearea-filters{top:auto;bottom:0} - -.bb-groups-messages-right #whats-new-toolbar .emojionearea .emojionearea-picker .emojionearea-search-panel{top:auto;bottom:40px} - -.bb-groups-messages-right #whats-new-toolbar .emojionearea .emojionearea-picker.emojionearea-filters-position-top.emojionearea-search-position-top .emojionearea-scroll-area{bottom:auto;top:0} - -.bb-groups-messages-right #whats-new-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{bottom:-10px;top:auto;-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)} - -#group-messages-container .bp-navs.group-subnav li.selected a{color:var(--bb-headings-color)} - -.group-messages.private-message #group-messages-container .group-messages-members-listing .all-members .group-message-member-li.selected .invite-button .icons::before{background-color:var(--bb-primary-color);font-weight:400} - -.group-messages.private-message #group-messages-container .bb-groups-messages-right .bb-groups-messages-right-top{border-color:var(--bb-content-border-color);padding:10px 20px} - -.group-messages.private-message #group-messages-container .bb-groups-messages-right .bp-select-members-wrap .group-messages-helper-text{color:var(--bb-alternate-text-color);font-size:15px} - -.group-messages.private-message #group-messages-container .bb-groups-messages-left .group-messages-members-listing .item-list li.selected{background-color:var(--bb-content-alternate-background-color)} - -.group-messages.public-message .bb-groups-messages-right .bb-groups-messages-right-top{border-color:var(--bb-content-border-color)} - -.group-messages.public-message .bb-groups-messages-right .bp-select-members-wrap .group-messages-helper-text{color:var(--bb-alternate-text-color)} - -#group-messages-container #whats-new-toolbar #group-messages-new-submit{border-color:var(--bb-content-border-color)} - -.bp-vertical-navs .group-messages-members-listing #members-list .member-name a{font-size:16px} - -.bb-panel-head{border-color:var(--bb-content-border-color)}@media screen and (min-width:1081px){ - -.bb-groups-messages-left{border-color:var(--bb-content-border-color)}} - -.bb-invite-anyone-wrap{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px} - -.bb-invite-anyone-wrap #send-invite-form{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0} - -.bb-invite-anyone-wrap div.left-menu{border-left:1px solid #e7e9ec;min-width:0;-webkit-box-flex:0;-ms-flex:0 0 360px;flex:0 0 360px;width:auto;margin:0;padding-bottom:20px} - -#main .bb-invite-anyone-wrap .main-column{-webkit-box-flex:1;-ms-flex:1;flex:1;width:auto!important;margin:0!important;padding:20px 30px 30px} - -.bb-invite-anyone-wrap #invite-anyone-member-list{background:100% 0;height:auto;max-height:500px;border:0;border-radius:0;padding:0} - -.bb-invite-anyone-wrap ul.first.acfb-holder{margin:0!important;padding:20px} - -#primary #main .bb-invite-anyone-wrap .send-to-input{background:url(../images/svg/search.svg) no-repeat;background-size:14px;background-position:right 12px center;background-color:#fbfbfc;border-radius:20px;font-size:14px;height:32px;width:100%;margin:0;padding:0 35px 0 20px} - -.bb-invite-anyone-wrap .total-members-text{border-bottom:1px solid #e7e9ec;padding:23px 20px} - -.bb-invite-anyone-wrap .bb-select-members-text{font-size:14px;padding:0 20px 20px} - -.left-menu #invite-anyone-member-list ul li{font-size:15px;padding:10px 20px} - -#main #buddypress .bb-ia-feedback{margin:0 0 20px} - -#buddypress #invite-anyone-invite-list{margin:0;border:1px solid #e7e9ec;border-radius:3px;max-height:550px;overflow:auto} - -#invite-anyone-invite-list li{display:-webkit-box;display:-ms-flexbox;display:flex;border-top:1px solid #e7e9ec;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px 20px} - -#invite-anyone-invite-list li:first-child{border-top:0} - -#invite-anyone-invite-list h4{margin:0} - -#invite-anyone-invite-list .avatar{margin-left:15px!important;max-width:52px} - -#invite-anyone-invite-list .activity{display:none} - -#invite-anyone-invite-list .action{margin-right:auto} - -#invite-anyone-invite-list .remove{font-size:0;display:inline-block;margin:0} - -#invite-anyone-invite-list .remove::before{content:"\e8f7";font-family:bb-icons;speak:none;font-size:20px;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;color:#939597} - -.group-create .bb-invite-anyone-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 0 30px} - -.group-create .buddypress-wrap .bb-invite-anyone-wrap .left-menu{border-left:1px solid #e7e9ec;min-width:0;-webkit-box-flex:0;-ms-flex:0 0 300px;flex:0 0 300px;width:auto;margin:0;max-width:100%;padding-bottom:30px} - -.group-create .bb-invite-anyone-wrap .total-members-text{margin:0}@media (max-width:767px){ - -.group-create .buddypress-wrap .bb-invite-anyone-wrap .left-menu{-webkit-box-flex:0;-ms-flex:0 0 240px;flex:0 0 240px}}@media (max-width:600px){ - -.group-create .buddypress-wrap .bb-invite-anyone-wrap .left-menu{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;border-left:0;border-bottom:1px solid #e7e9ec}} - -.bp-single-vert-nav .bb-single-main-nav--vertical li{-webkit-transition:.3s all;transition:.3s all} - -.bb-template-v1 nav#object-nav.bb-single-main-nav--vertical{border-radius:0 var(--bb-block-radius) var(--bb-block-radius) 0} - -nav#object-nav.bb-single-main-nav--vertical a:hover{color:var(--bb-primary-color);background-color:var(--bb-content-alternate-background-color)} - -nav#object-nav.bb-single-main-nav--vertical li.selected>a{color:var(--bb-headings-color);font-weight:inherit}@media screen and (max-width:46.8em){ - -.bb-template-v1 nav#object-nav.bb-single-main-nav--vertical{border-radius:var(--bb-block-radius)} - -nav#object-nav.bb-single-main-nav--vertical>ul>li>a:hover{background-color:transparent}}@media screen and (min-width:46.8em){ - -.bb-single-main-nav--vertical li:focus,.bb-single-main-nav--vertical li:hover{background:100% 0} - -nav#object-nav.bb-single-main-nav--vertical{width:100%;-webkit-box-flex:0;-ms-flex:0 0 230px;flex:0 0 230px;float:right;margin:0;min-height:50vh;border:0;border-left:1px solid var(--bb-content-border-color);padding:20px 0} - -nav#object-nav.bb-single-main-nav--vertical li{width:100%;padding:0} - -nav#object-nav.bb-single-main-nav--vertical .selected>a{background:var(--bb-content-background-color);border-bottom:1px solid var(--bb-content-border-color);border-top:1px solid var(--bb-content-border-color);margin:0;position:relative} - -nav#object-nav.bb-single-main-nav--vertical .selected>a::after{background-color:var(--bb-content-background-color);bottom:0;content:"";position:absolute;left:-1px;top:0;width:1px} - -nav#object-nav.bb-single-main-nav--vertical a{border:0;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;margin-bottom:1px;padding:10px 15px} - -nav#object-nav.bb-single-main-nav--vertical a:hover{background:var(--bb-content-alternate-background-color);color:var(--bb-primary-color)} - -.group-admin .bb-subnav-plain .selected>a::after{background-color:var(--bb-content-background-color);bottom:0;content:"";position:absolute;left:-1px;top:0;width:1px}}@media screen and (min-width:46.8em){ - -.bp-single-vert-nav .bp-wrap:not(.bp-fullwidth-wrap){display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color)} - -.bb-user-nav-display-wrap nav#object-nav.vertical{width:100%;-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px} - -.bp-single-vert-nav .item-body{min-height:50vh;padding:20px 20px 20px 0} - -.group-invites.buddypress .bp-single-vert-nav .item-body,.type-bp_members .bp-single-vert-nav .item-body{overflow:inherit} - -.bb-single-main-nav--vertical ul{border-left:0;border-bottom:0;float:none;margin-left:0;width:auto}} - -.bookmark-link-container .bookmark-it .bb-helper-icon{font:400 normal normal 20px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} - -.bookmark-link-container .bookmark-it .bb-helper-icon::before{content:"\e872"} - -.bookmark-link-container .bookmark-it .bb-helper-icon.fa-spinner{font-family:"Font Awesome\ 5 Free";font-weight:900} - -.bookmark-link-container .bookmark-it .bb-helper-icon.fa-spinner::before{content:"\f110"!important} - -.bookmark-link-container .bookmark-it.bookmarked .bb-helper-icon::before{content:"\e872";font-family:bb-icons;font-weight:300} - -.bookmark-link-container .bookmark-it.bookmarked .bb-helper-icon.fa-spinner{font-family:"Font Awesome\ 5 Free";font-weight:900} - -.bookmark-link-container .bookmark-it.bookmarked .bb-helper-icon.fa-spinner::before{content:"\f110"!important} - -.sl-wrapper .sl-button .sl-icon .fa{font:400 normal normal 18px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} - -.sl-wrapper .sl-button .sl-icon .fa::before{content:"\eeb2"} - -.sl-wrapper .sl-button .sl-icon .fa.fa-spinner{font-family:"Font Awesome\ 5 Free";font-weight:900} - -.sl-wrapper .sl-button .sl-icon .fa.fa-spinner::before{content:"\f110"!important} - -.sl-wrapper .sl-button.liked .sl-icon .fa::before{font-family:bb-icons;content:"\eeb2"} - -.sl-wrapper .sl-button.liked .sl-icon .fa.fa-spinner{font-family:"Font Awesome\ 5 Free";font-weight:900} - -.sl-wrapper .sl-button.liked .sl-icon .fa.fa-spinner::before{content:"\f110"!important} - -div.bp-zoom-meeting-container,div.bp-zoom-webinar-container{border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color)} - -div.bp-zoom-meeting-container .bp-zoom-meeting-left,div.bp-zoom-webinar-container .bp-zoom-meeting-left{border-color:var(--bb-content-border-color)} - -div.bp-zoom-meeting-container .bp-meeting-fields-wrap hr,div.bp-zoom-webinar-container .bp-meeting-fields-wrap hr{background-color:var(--bb-content-border-color)} - -div.bp-zoom-meeting-container #subnav,div.bp-zoom-webinar-container #subnav{border-radius:var(--bb-block-radius)} - -.bp-zoom-meeting-container #meetings-list li.current,.bp-zoom-meeting-container #meetings-list li:hover,.bp-zoom-webinar-container #meetings-list li.current,.bp-zoom-webinar-container #meetings-list li:hover{background-color:var(--bb-content-alternate-background-color)} - -.bp-zoom-meeting-container .meeting-topic .meeting-title,.bp-zoom-webinar-container .meeting-topic .meeting-title{color:var(--bb-headings-color)} - -.bp-zoom-meeting-container .meeting-item-col.meeting-meta-wrap,.bp-zoom-webinar-container .meeting-item-col.meeting-meta-wrap{color:var(--bb-alternate-text-color)} - -.bp-zoom-meeting-container .bp-zoom-meeting-members-listing .meeting-timezone,.bp-zoom-webinar-container .bp-zoom-meeting-members-listing .meeting-timezone{background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color)} - -#page div.bp-zoom-meeting-container .bp-navs,#page div.bp-zoom-webinar-container .bp-navs{background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0} - -body.rtl .bp_zoom_countdown{direction:ltr;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end} - -body.rtl .single-meeting-item.bb-countdown-wrap .bp_zoom_countdown{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end} \ No newline at end of file +.formatted-content,body #main-wrap{background-color:var(--bb-body-background-color)}.bb_processing_overlay{background-color:rgba(var(--bb-body-background-color-rgb),.8)}.bs-dir-search{float:left;margin:0 0 20px}.bs-dir-search input[type=text]{background:100% 0;border:0;height:34px;font-size:14px;letter-spacing:-.24px;padding:0 35px 0 30px}.modal-mask{z-index:999999}.bs-search-form{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);color:var(--bb-body-text-color);border-radius:var(--bb-button-radius);margin-bottom:0;position:relative}.bs-search-form:focus-within{border-color:var(--bb-input-focus-border-color);border-width:1px;box-shadow:var(--bb-input-focus-shadow)}.bs-search-form:focus-within #bbp_search{box-shadow:none}.bs-search-form:before{content:"\ef10";font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-left:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-right:.2em;position:absolute;top:10px;font-size:17px;color:inherit;opacity:.4;right:9px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bs-search-form input[type=text]::input-placeholder{color:inherit}.bb-secondary-list-tabs{border-bottom:0;margin:.9375rem 0}.bb-secondary-list-tabs h4{font-size:16px;font-weight:400;color:var(--bb-alternate-text-color);letter-spacing:-.24px;margin:0}.bb-secondary-list-tabs ul{list-style:none;margin-right:auto;margin-bottom:0}.bs-sort-button{color:var(--bb-headings-color);opacity:.4;font-size:22px;line-height:1;display:block;padding:5px 10px;text-decoration:none;-webkit-transition:.3s all;transition:.3s all}.bs-sort-button.active,.bs-sort-button:hover{color:var(--bb-headings-color);opacity:1}.bs-dir-form{margin:0}.bs-groups-items.bs-item-list.list-view .bs-item-wrap,.bs-members-items.bs-item-list.list-view .bs-item-wrap{-webkit-transition:border-color .2s linear,box-shadow .2s linear;transition:border-color .2s linear,box-shadow .2s linear}.bs-groups-items.bs-item-list .sm-grid-1-2,.bs-members-items.bs-item-list .sm-grid-1-2{border-color:#e7eaec}.item-title a{color:var(--bb-headings-color);display:inline-block;font-size:20px;font-weight:500;letter-spacing:-.24px;line-height:1.2;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.item-title a:hover{color:var(--bb-primary-color)}.bs-members-items.list-view div.action{-webkit-box-flex:1;-ms-flex:1;flex:1}.bs-members-items.list-view .bs-generic-button{margin-left:20px}.list-view .avatar:not(.profile-avatar){margin:0;max-width:52px}.list-view.bs-groups-items .avatar:not(.profile-avatar){max-width:75px}.list-view .item-wrap-left{display:-webkit-box;display:-ms-flexbox;display:flex;min-width:38%;-webkit-box-flex:0;-ms-flex:0 0 38%;flex:0 0 38%;padding-left:20px}.bs-list-actions{-webkit-box-flex:1;-ms-flex:1;flex:1}.bs-members-items.grid-view .awaiting_response.bs-generic-button{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}.bs-members-items.grid-view .awaiting_response.bs-generic-button a{width:auto!important}.bs-item-list-tabs .more-button i{font-size:18px;line-height:1}.bs-item-list-tabs .sub-menu{-ms-flex-flow:row wrap;flex-flow:row wrap;top:38px}.bs-item-list-tabs .sub-menu li{float:none;margin:0;width:100%}@media (max-width:800px){.list-view .item-wrap-left{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bs-item-list.list-view div.action{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-right:75px}.list-view .bs-followers{margin:0 0 0 18px}.bs-item-list.list-view .bs-button-follow{margin-right:auto;margin-left:0}#buddypress .list-view .action .button{font-size:13px;min-width:110px;min-height:30px;padding:6px 20px;margin-bottom:5px}}@media (max-width:543px){.list-view .item-title{margin-bottom:3px}.list-view .item-title a{font-size:18px}.bs-item-list.list-view div.action{-ms-flex-flow:row wrap;flex-flow:row wrap}.bs-list-actions{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bs-item-list.list-view .bs-button-follow{margin-right:0;margin-top:8px;margin-bottom:4px}#buddypress .list-view .action .button{font-size:13px;min-width:110px;min-height:24px;padding:6px 20px}.bs-item-list.list-view .bs-generic-button{margin-left:10px}.list-view .bs-followers{margin:0 0 0 15px}.bs-dir-search{margin:0 0 40px;float:right}}@media (max-width:380px){.bs-item-list.list-view div.action{padding-right:70px}.bs-item-list.list-view .item-wrap-left{-ms-flex-flow:nowrap;flex-flow:nowrap}.bs-item-list.list-view .bs-list-actions .send-private-message{margin-left:0}}span.location i{font-size:19px;margin:0 -6px;position:relative;top:2px}.bs-members-items.list-view .location{display:block;position:relative;padding-right:15px;padding-top:3px;line-height:1.2}.bs-members-items.list-view .location i{position:absolute;right:0;top:0}.bs-followers{font-size:14px;color:#939597;letter-spacing:-.24px}.bs-followers span{color:var(--bb-body-text-color)}.follow-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:20px}.follow-wrap .bs-followers{font-size:13px}.follow-wrap .follow{border:0;padding:0;font-size:13px;font-weight:500;color:var(--bb-primary-color);letter-spacing:-.24px}.follow-wrap .follow:hover{border:0;background:100% 0}.follow-wrap .bs-generic-button{line-height:1;margin-right:auto}.member-status{background:var(--bb-success-color);border-radius:100%;position:absolute;width:9px;height:9px;left:5px;top:0}.member-status.offline{opacity:0;visibility:hidden}.notification-list .member-status{left:0;bottom:0;top:inherit}.notification-list [class*=bb-icon]+.member-status{bottom:initial;top:0}.bs-item-list.grid-view>li{margin-bottom:1.25rem}.bs-item-list-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-color:#fff;border:1px solid #e7eaec;border-radius:4px;height:100%;margin:0 0 -1px;padding:25px 20px 0;position:relative;text-align:center;-webkit-transition:all linear .2s;transition:all linear .2s}.bs-item-list-inner:hover{box-shadow:0 3px 24px 0 rgba(18,43,70,.08);border-radius:3px;position:relative;z-index:1}.bs-item-list-inner .bs-item{margin-bottom:.625rem}.bs-item-list-inner .item-meta{font-size:.875rem;color:var(--bb-alternate-text-color);letter-spacing:-.24px;line-height:1}.bs-item-list-inner .follow-wrap{margin-top:auto}.bs-item-avatar a{display:inline-block;position:relative}.bs-item-avatar img.avatar{max-width:125px;width:100%}.grid-view .member-status{left:25px;top:5px}.grid-view .bs-item-avatar{margin-bottom:1rem}div.action a{color:rgba(18,43,70,.4);border:0;display:inline-block;line-height:1;padding:7px 0;-webkit-transition:all linear .2s;transition:all linear .2s;border-style:solid}div.action a.active,div.action a:hover{background:100% 0;color:rgba(18,43,70,.8)}div.action i{font-size:20px}div.action i:not(.boss-icons){line-height:0}#buddypress .action .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:var(--bb-button-radius);font-weight:500;font-size:14px;font-style:normal;letter-spacing:-.24px;padding:8px 20px;display:block;line-height:1.2;min-width:140px;opacity:1;-webkit-transition:box-shadow linear .2s;transition:box-shadow linear .2s}#buddypress .action .button:focus{box-shadow:var(--bb-primary-button-focus-shadow)}#buddypress .action .button:active,#buddypress .action .button:focus,#buddypress .action .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)}#buddypress .action .button.fav,#buddypress .action .button.fav:focus,#buddypress .action .button.unfav,#buddypress .action .button.unfav:focus{box-shadow:none}#buddypress .action .button.join-group,#buddypress .action .button.outline{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}#buddypress .action .button.join-group:focus,#buddypress .action .button.outline:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}#buddypress .action .button.join-group:focus,#buddypress .action .button.join-group:hover,#buddypress .action .button.outline:focus,#buddypress .action .button.outline: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)}#buddypress .action .button.bp-secondary-action{background-color:transparent;border:0}#buddypress #item-body .button.accept,#buddypress #item-body .button.reject{color:var(--bb-primary-button-text-regular)}ul.grid-view .action{border-top:1px solid var(--bb-content-border-color);margin:0 -20px}ul.grid-view .action>*{border-left:1px solid var(--bb-content-border-color);-webkit-box-flex:1;-ms-flex:1;flex:1}ul.grid-view .action>:last-child{border:0}ul.grid-view .action .bs-dropdown:after{left:42px}@media (min-width:800px) and (max-width:1150px){.has-sidebar .list-view .item-wrap-left{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.has-sidebar .bs-item-list.list-view div.action{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-right:70px}.has-sidebar .bs-list-actions{-webkit-box-flex:1;-ms-flex:1;flex:1}.has-sidebar .bs-item-list.list-view .bs-button-follow{margin-right:auto;margin-left:0}.has-sidebar .list-view .bs-followers{margin:0 0 0 18px}}@media (min-width:800px) and (max-width:850px){.has-sidebar .bs-list-actions{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.has-sidebar .bs-item-list.list-view .bs-generic-button{margin-left:10px}.has-sidebar .bs-item-list.list-view div.action{-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.has-sidebar .bs-item-list.list-view .bs-button-follow{margin-right:0;margin-top:5px;margin-bottom:5px}.has-sidebar #buddypress .list-view .action .button{font-size:13px;min-width:110px;min-height:24px;padding:6px 20px}ul.list-view .bb-profile-index-card-area .action.item-wrap-right:not(.profile-second-row){-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.activity-item-header .item-title span img{border-radius:3px}.bp-login-widget-user-avatar{position:relative}.bp-login-widget-user-avatar img.avatar{height:auto;max-width:52px;width:100%;border-radius:100%}.bp-login-widget-user-avatar img.avatar.profile-avatar{max-width:110px}#content .bb-profile-avatar{-webkit-box-flex:0;-ms-flex:0 0 160px;flex:0 0 160px;display:-webkit-box;display:-ms-flexbox;display:flex}.no-cover-img #content .bb-profile-avatar{-ms-flex-item-align:end;align-self:flex-end}#content .bb-profile-avatar img.profile-avatar{background:#fff;border:5px solid #fff;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px var(--bb-content-border-color);border-radius:5px;max-width:180px;width:100%}img.profile-avatar{background:#fff;border:5px solid #fff;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px var(--bb-content-border-color);border-radius:5px;max-width:100px;width:100%}.bb-profile-details{padding:0 30px 15px 0;-ms-flex-flow:row wrap;flex-flow:row wrap}.bb-profile-details-inner{-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bb-profile-details-inner .button{margin-top:6px;margin-bottom:6px}.bb-profile-details-inner a.button.small.outline{min-height:10px}.cover-img .profile-item-header{margin:15px 0 3px}#buddypress .profile-title{font-size:2rem;line-height:1.1;margin:6px 0 6px 15px;position:relative}#buddypress .profile-title a{color:var(--bb-headings-color)}#buddypress .profile-title a:hover{color:var(--bb-primary-color)}#buddypress .profile-title .bs-dropdown-wrap{font-size:20px}@media (max-width:580px){#buddypress .profile-title{font-size:1.5rem}}.bb-field-tag{margin-left:15px;margin-bottom:6px;margin-top:6px;border-radius:100px}.bb-field-tag>span{border-radius:100px;display:inline-block;font-weight:500;font-size:10px;color:#fff;line-height:18px;padding:0 6px;letter-spacing:.25px;text-transform:uppercase;margin:0 3px}@media (max-width:580px){.bb-field-tag>span{padding:0 15px}}.profile-single-meta{font-size:15px}.bs-meta-bp_group_description{color:var(--bb-body-text-color)}.bb-profile-meta{-ms-flex-flow:row wrap;flex-flow:row wrap;font-size:14px;line-height:1.3575;color:var(--bb-alternate-text-color)}.bb-profile-meta>span{margin-left:22px;margin-bottom:6px;margin-top:6px}.bb-profile-meta span span{color:var(--bb-body-text-color)}.bb-profile-meta a{color:var(--bb-headings-color);display:inline-block;opacity:.4;-webkit-transition:.3s all;transition:.3s all}.bb-profile-meta a:hover{opacity:.9}.bb-profile-meta i[class*=bb-icon-]{font-size:19px;line-height:1}.bb-separator-dot{color:var(--bb-headings-color);opacity:.15;margin-right:2px}.bb-field-counter,.normal{margin-left:18px;margin-bottom:5px;margin-top:5px}.bb-field-counter i,.normal i{line-height:1;margin-left:5px;font-size:18px;position:relative;top:2px;color:rgba(18,43,70,.3)}.bb-field-counter span:not(.bs-output),.normal span:not(.bs-output){font-size:14px;color:var(--bb-alternate-text-color)}.bb-profile-details-inner>.action{margin-top:6px;margin-bottom:6px;margin-right:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:row wrap;flex-flow:row wrap}.bs-meta-bp_group_privacy{line-height:1;text-transform:capitalize}#buddypress .list-view div.pending a{color:rgba(18,43,70,.4)}#buddypress .list-view div.pending a:hover{color:rgba(18,43,70,.8)}#item-nav{background:#fff;border:1px solid var(--bb-content-border-color);padding:0 20px;margin:0 0 30px;border-radius:0 0 4px 4px}.no-cover-img+#item-nav{padding-right:242px}.main-navs #messages-personal-li,.main-navs #notifications-personal-li,.main-navs #settings-personal-li{display:none!important;width:0!important}.single-item #content .bs-meta-bp_group_members .bs-group-members img.round{max-width:32px}.single-item .bs-meta-bp_group_members.bb-field-normal{margin:12px 0}.bs-meta-bp_group_privacy.bb-field-tag i{font-size:10px}@media (max-width:800px){#content .bb-profile-avatar{-webkit-box-flex:0;-ms-flex:0 0 160px;flex:0 0 160px}.profile-title{font-size:28px;margin-top:0}.no-cover-img .bb-profile-avatar{-ms-flex-item-align:start;align-self:flex-start}.no-cover-img+#item-nav{padding-right:30px}}@media (max-width:720px){.bb-profile-details-inner>div{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media (max-width:580px){#content .bb-profile-avatar{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}div#bb-media-model-container{text-align:right}.bb-profile-details{margin-bottom:12px}.profile-title{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:5px 0}.profile-first-row{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:5px}.bs-groups-items.grid-view .profile-first-row{-webkit-box-flex:1;-ms-flex:1;flex:1}.profile-item .profile-first-row{margin-top:5px}.profile-item-header+div{margin-top:0}.bb-profile-details .bb-field-tag{margin:0 5px}.bb-profile-details{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:0;text-align:center}#content .no-cover-img .bb-profile-avatar img.profile-avatar{display:block;margin:0 auto 20px;max-width:160px;float:none}div#buddypress div#item-header img.avatar{margin:0 auto;float:none}div.no-cover-img .bb-profile-details-inner{margin-top:0}#buddypress .bb-profile-details .profile-title{margin-left:0;margin-bottom:5px}.bb-profile-details-inner .action{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.profile-item-header{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bb-profile-meta{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bb-profile-meta>div{margin:0 5px 15px}.bb-profile-meta i[class*=bb-icon-]{margin-right:5px}.bs-groups-items.grid-view .bb-profile-meta{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}span.bb-separator-dot{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-profile-meta>span{margin:0 auto 10px;padding:0 8px}.no-cover-img+#item-nav{padding-right:20px}#buddypress div.item-list-tabs#object-nav li.hideshow{float:left;margin:0}}.item-avatar{position:relative}.bbp-logged-in h5,.bp-login-widget-user-link{position:relative}.profile-single-meta:empty{display:none}.widget .item-avatar{position:relative}.medium-editor-element,.medium-editor-placeholder{cursor:text;text-align:right;outline:0;background-color:var(--bb-content-background-color)}.medium-editor-toolbar-active.medium-editor-toolbar-active{z-index:9999}.medium-editor-toolbar .medium-editor-toolbar-form-active{background:var(--bb-content-background-color);padding:10px;box-shadow:0 6px 24px 0 rgba(18,43,70,.08);border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.medium-editor-toolbar .medium-editor-toolbar-form-active .medium-editor-toolbar-form a{font-size:16px}.bp-user-blog>.medium-editor-toolbar .medium-editor-toolbar-form-active{background:#242424;border-radius:5px;color:#999}.bp-user-blog>.medium-editor-toolbar .medium-editor-toolbar-form-active .medium-editor-toolbar-input,.bp-user-blog>.medium-editor-toolbar .medium-editor-toolbar-form-active .medium-editor-toolbar-input:focus{color:#ccc;border:0;height:50px;vertical-align:middle}.bp-user-blog>.medium-editor-toolbar .medium-editor-toolbar-form-active a{vertical-align:middle}address{font-style:inherit}.bb-field-location{margin-bottom:6px;margin-top:6px;margin-left:20px;font-size:14px;line-height:1.2}.bb-field-location i{font-size:17px;line-height:0;position:relative;top:2px;margin-right:-3px}.bb-field-icon,.bb-field-link{margin-left:20px;margin-bottom:6px;margin-top:6px}.bb-field-icon a,.bb-field-link a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--bb-headings-color);opacity:.4;-webkit-transition:.3s all;transition:.3s all}.bb-field-icon a:hover,.bb-field-link a:hover{opacity:.9}.bb-field-icon i,.bb-field-link i{font-size:22px;line-height:1}.bb-field-icon .prefix,.bb-field-link .prefix{line-height:1;margin-right:8px}.bs-meta-xprofile_field:not(.show-balloon),.bs-meta-xprofile_field[data-balloon=""]{cursor:initial}.bs-meta-xprofile_field:not(.show-balloon):after,.bs-meta-xprofile_field:not(.show-balloon):before,.bs-meta-xprofile_field[data-balloon=""]:after,.bs-meta-xprofile_field[data-balloon=""]:before{display:none}.bb-field-icon{font-size:0}.bb-field-icon:after,.bb-field-icon:before{display:none}.bb-field-icon.show-balloon:after,.bb-field-icon.show-balloon:before{display:block}.bb-field-icon .prefix{display:none}.bb-profile-index-card-area{height:100%}.profile-second-row{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}.list-view .bb-profile-index-card-area .bs-item-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.list-view .bb-profile-index-card-area .profile-single-meta{margin-bottom:0}.list-view .bb-profile-index-card-area div.action i:not(.boss-icons){line-height:0}#buddypress .list-view .bb-profile-index-card-area .bs-generic-button{font-size:14px;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}#buddypress .list-view .bb-profile-index-card-area .bs-generic-button a{white-space:nowrap;text-overflow:ellipsis;cursor:pointer}.list-view .bb-profile-index-card-area .profile-first-row .bb-field-location{margin-bottom:0;margin-top:2px}.list-view .bb-profile-index-card-area .action.item-wrap-right:not(.profile-second-row){-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.list-view .bb-profile-index-card-area .profile-first-row .bb-field-counter{margin-top:5px}.list-view .bb-profile-index-card-area .bs-item-wrap:last-child{border-radius:0}.list-view .bb-profile-index-card-area .bb-field-description{display:none}a[data-balloon=""]:after,a[data-balloon=""]:before{display:none}.grid-view .bb-profile-index-card-area .bb-field-location,.grid-view .bb-profile-index-card-area .profile-first-row .bb-field-location{margin-bottom:0;margin-top:8px;margin-left:0}.grid-view .bb-profile-index-card-area .profile-second-row{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}.grid-view .bb-profile-index-card-area .profile-second-row>div{margin:0 auto}.grid-view .bb-profile-index-card-area .profile-third-row{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}.grid-view .bb-profile-index-card-area .profile-third-row>div{margin:0 auto 10px}.grid-view .bb-profile-index-card-area .bb-field-counter span:not(.bs-output){font-size:13px;letter-spacing:-.24px}#buddypress .grid-view .bb-profile-index-card-area .bs-generic-button a{min-width:10px;height:auto;border:0;font-size:13px;line-height:1.5;color:rgba(18,43,70,.4);min-height:35px;cursor:pointer;padding:6px}#buddypress .grid-view .bb-profile-index-card-area .bs-generic-button a:hover{color:rgba(18,43,70,.8)}#buddypress .grid-view .bb-profile-index-card-area .bs-generic-button a i:not(.boss-icons){line-height:0}.grid-view .bb-profile-index-card-area .bb-field-description p:last-child{margin-bottom:0}.grid-view .bb-profile-index-card-area div.action a{width:100%}.grid-view .bb-profile-index-card-area .profile-single-meta{margin-bottom:12px;margin-top:auto}.grid-view .bb-profile-index-card-area .bs-item{margin-bottom:12px}#buddypress .list-view .action .button{min-width:130px}.bb-field-normal{margin:6px 0 6px 18px}.bs-meta-xprofile_field:not(.bb-field-tag){background-color:transparent!important}@media (max-width:580px){.bb-field-normal{margin:3px 0 3px 10px}}#content .bs-meta-bp_group_members .bs-group-members{display:inline-block;margin-left:12px;min-width:24px}#content .bs-meta-bp_group_members .bs-group-members img.round{border:1px solid #fff;max-width:24px;display:inline-block;margin-left:-8px;position:relative;z-index:3;border-radius:50%;float:right}.bs-meta-bp_group_members.bb-field-normal>span,.bs-meta-bp_group_members.normal>span{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#groups-list .item-avatar a{display:inline-block}.entry-content p{word-wrap:break-word}.entry-content p.bps_filters{font-size:14px}#primary.content-area iframe,.bb-modal iframe{margin-bottom:1.6875rem}p.bps_filters~.bs-members-directory .bs-dir-search{margin-top:0}.widget.widget_bps_widget label{font-size:13px}.widget.widget_bps_widget .label{background:100% 0;padding:0}.widget.widget_bps_widget a.clear-value{display:none!important}.widget.widget_bps_widget .editfield input{height:34px!important}.bb-group-profile-index-card-area .bs-group-toggle{display:inline-block;margin-right:15px}.bb-group-profile-index-card-area .bs-groups-items .action{padding-right:12px}.bb-group-profile-index-card-area .bb-field-counter{line-height:1}.bb-group-profile-index-card-area .bs-generic-button+.bs-generic-button{margin-top:10px}.bs-groups-items .bb-group-profile-index-card-area .action{padding-right:20px}.bb-group-profile-index-card-area .bb-field-location{margin-bottom:5px}.bs-meta-bp_group_description{line-height:1.357}.profile-single-meta .normal{margin:6px 0}.bs-meta-bp_group_description.bb-field-description{font-size:14px;line-height:1.357;margin-top:6px;margin-bottom:6px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bs-dropdown-model .bb-icon-loader{margin-right:10px;font-size:14px}ul.bb-profile-fields{padding:0;list-style:none;margin:0 0 20px}ul.bb-profile-fields li{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-bottom:1rem}ul.bb-profile-fields .bb-label{-webkit-box-flex:0;-ms-flex:0 0 140px;flex:0 0 140px;font-size:14px;color:var(--bb-alternate-text-color);line-height:1.3;padding-left:10px}ul.bb-profile-fields .bb-data{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:14px;line-height:1.3;word-wrap:break-word;min-width:0}.single-item.groups.forum .forums-header{display:none}.single-item.groups.forum .forums-header h1.entry-title{display:none;visibility:hidden}#activity-actionlist-media a.close-link{display:block;cursor:pointer;margin:0 auto;max-width:100px;text-align:center}.bs-meta-bp_followers_count span.bs-output,.bs-meta-bp_following_count span.bs-output,.bs-meta-bp_friends_count span.bs-output{font-weight:500}body.bs-model-open{overflow:hidden}.gif-media-search-dropdown .gif-alert [class*=bb-icon]{color:var(--bb-headings-color)}.bb-template-v2 .gif-media-search-dropdown .gif-alert [class*=bb-icon]{font-weight:300}.gif-media-search-dropdown .gif-alert p{color:var(--bb-headings-color)}#whats-new-formatting-toolbar .gif-media-search-dropdown .gif-alert [class*=bb-icon],#whats-new-messages-toolbar .gif-media-search-dropdown .gif-alert [class*=bb-icon],#whats-new-toolbar .gif-media-search-dropdown .gif-alert [class*=bb-icon]{font-size:30px;color:var(--bb-headings-color)}#whats-new-formatting-toolbar .gif-media-search-dropdown .gif-alert p,#whats-new-messages-toolbar .gif-media-search-dropdown .gif-alert p,#whats-new-toolbar .gif-media-search-dropdown .gif-alert p{color:var(--bb-headings-color)}@media (min-width:992px) and (max-width:1240px){ul.bs-item-list.bs-groups-items.grid-view.grid .md-grid-1-2{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media (min-width:992px) and (max-width:1100px){ul.bb-profile-fields li{margin-bottom:1.5rem}ul.bb-profile-fields .bb-label{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:0;margin-bottom:6px}ul.bb-profile-fields .bb-data{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media (max-width:991px){div.bs-profile-details-wrap .lg-grid-1-2:nth-child(2n+1){border:0}.bs-profile-details-grid>div{margin-bottom:20px}}@media (min-width:821px){#buddypress>.no-cover-img>div>div>.bb-profile-avatar>a{display:block;position:absolute;bottom:0;width:100%}}@media (max-width:832px){#content .bb-profile-avatar{-webkit-box-flex:0;-ms-flex:0 0 140px;flex:0 0 140px}}@media (max-width:580px){#content .bb-profile-avatar{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.entry-header+.entry-content .bs-dir-search{margin-top:0;width:100%}.bs-dir-search input[type=text]{width:100%}ul.bb-profile-fields li{margin-bottom:1.5rem}ul.bb-profile-fields .bb-label{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:0;margin-bottom:6px}ul.bb-profile-fields .bb-data{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.profile-second-row{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bs-groups-items.grid-view .profile-second-row{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}}@media (max-width:767px){ul.bs-item-list.bs-groups-items.list-view .profile-first-row{display:block}ul.bs-item-list.bs-groups-items.list-view .bb-field-normal{margin:0 0 12px}ul.bs-item-list.bs-groups-items.list-view .item-wrap-left{margin-bottom:10px}ul.bs-item-list.bs-groups-items.list-view .bs-meta-bp_group_last_active{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:20px}ul.bs-item-list.bs-groups-items.list-view .bs-meta-bp_group_privacy{display:inline-block}ul.bs-item-list.bs-groups-items.list-view .bs-groups-items.list-view .item-title-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1}}@media (max-width:560px){.bs-members-items.list-view div.action{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.list-view .bb-profile-index-card-area .action.item-wrap-right:not(.profile-second-row){-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.list-view.bs-groups-items .avatar:not(.profile-avatar){max-width:70px}.bs-item-list-tabs ul{display:block}.bs-item-list-tabs ul:after{content:"";display:table;clear:both}.bs-item-list-tabs ul li{float:right}}.activity-inner a:not(.bb-post-title-link){word-break:break-all}li.feed>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}li.feed>a:before{margin-left:3px}.buddypress .bp-invites-content li .status{font-size:13px;font-style:normal;clear:both;color:inherit;margin:0;display:none}#buddypress ul.group-inviters{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0}#buddypress ul.group-inviters li{font-size:13px}#buddypress ul.group-inviters li .avatar{max-width:20px;margin-right:6px!important}#buddypress div#item-header .bb-media-model-container .item-avatar .avatar{max-width:36px}#buddypress div#item-header .activity-item-header .item-title .avatar{margin-left:2px;margin-top:2px;float:none}.bs-meta-bp_group_members>span{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}#buddypress button.ac-reply-cancel{font-size:14px;font-weight:500;color:var(--bb-alternate-text-color);letter-spacing:-.24px;background:100% 0;border:0;padding:0;margin:0 10px 0 0}#buddypress button.ac-reply-cancel:hover{color:var(--bb-headings-color)}.vue-tabs .tab-content{min-width:0}.tab-container-inner .v-select .dropdown-toggle .clear{background:100% 0;left:38px;font-size:20px}.tab-container-inner .v-select .dropdown-toggle .clear:hover{color:var(--bb-danger-color)}.tab-container-inner .v-select.v-select .open-indicator{bottom:8px;left:15px}.tab-container-inner .v-select .open-indicator:before{border-width:2px 0 0 2px;width:8px;height:8px}.tab-container-inner .dropdown-menu li{margin-bottom:0!important}.tab-container-inner .dropdown-menu li a{font-size:14px!important}.tab-container-inner .v-select.v-select .dropdown-toggle{position:relative}.tab-container-inner .v-select .selected-tag{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;-webkit-box-flex:0;-ms-flex:0 0 82%;flex:0 0 82%;margin-top:0;min-width:0;max-width:82%}.tab-container-inner .bs-styled-checkbox+label:before{min-width:20px}.tab-container-inner input.form-control[type=search]{position:absolute;right:0}div,dl,li{border-radius:0}.acomment-content,.bs-forum-content{word-wrap:break-word}body.activity-permalink .activity-list .activity-content .activity-header{text-align:right}.bb-model-form-content .vue-input-tag-wrapper .new-tag{width:auto}#content #buddypress #bb-media-model-container .activity-comments-items ul:not(.bs-dropdown){padding-bottom:0}#content #buddypress #bb-media-model-container .activity-comments-items ul .avatar{max-width:28px}.bb-profile-details-inner .bs-generic-button.bs-button-follow>a:first-child{margin-left:12px}.webui-popover-title{font-weight:500;padding:12px 14px}.webui-popover-inner .close{font-size:24px;margin:10px 0 0 10px}#bbpress-forums .bs-dropdown .bbp-admin-links a.bbp-topic-reply-link{-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;border:0}.medium-editor-toolbar-form-active{box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);border-radius:4px}.medium-editor-toolbar-form .medium-editor-toolbar-input,.medium-editor-toolbar-form .medium-editor-toolbar-input:focus{background:100% 0;border:1px solid var(--bb-content-border-color);color:var(--bb-body-text-color);height:34px!important;border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex}.activity-update-form .medium-editor-toolbar .medium-editor-toolbar-form .medium-editor-toolbar-input,.medium-editor-toolbar-form .medium-editor-toolbar-input{width:-webkit-calc(100% - 96px);width:calc(100% - 96px)}#whats-new-form .medium-editor-toolbar-form-active{padding:0 10px}#whats-new-form .medium-editor-toolbar-form .medium-editor-toolbar-input,#whats-new-form .medium-editor-toolbar-form .medium-editor-toolbar-input:focus{height:35px}.medium-editor-toolbar .medium-editor-toolbar-actions{height:auto;overflow:hidden;padding:0 15px 10px}.medium-editor-toolbar li .medium-editor-button-first{border-bottom-right-radius:0!important;border-top-right-radius:0!important;padding-right:10px}.activity-update-form .medium-editor-toolbar .medium-editor-toolbar-actions li .medium-editor-button-first{padding-right:10px}.medium-editor-toolbar li .medium-editor-button-last{border-bottom-left-radius:0!important;border-left:none!important;border-top-left-radius:0!important;padding-left:10px!important}.bbpress a.medium-editor-toolbar-close,.bbpress a.medium-editor-toolbar-save,.buddypress a.medium-editor-toolbar-close,.buddypress a.medium-editor-toolbar-save{font-size:0;height:34px;width:34px;border-radius:4px;border:1px solid var(--bb-content-border-color);margin:0 8px 0 0;-webkit-transform:inherit;-ms-transform:inherit;transform:inherit;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:.3s all;transition:.3s all}.bbpress a.medium-editor-toolbar-close:before,.bbpress a.medium-editor-toolbar-save:before,.buddypress a.medium-editor-toolbar-close:before,.buddypress a.medium-editor-toolbar-save:before{font-family:bb-icons;line-height:20px;text-align:center}.bbpress a.medium-editor-toolbar-save,.buddypress a.medium-editor-toolbar-save{background-color:rgba(var(--bb-success-color-rgb),.1)}.bbpress a.medium-editor-toolbar-save:hover,.buddypress a.medium-editor-toolbar-save:hover{-webkit-transition:.3s all;transition:.3s all;background-color:var(--bb-success-color);border-color:var(--bb-success-color)}.bbpress a.medium-editor-toolbar-close,.buddypress a.medium-editor-toolbar-close{background-color:rgba(var(--bb-danger-color-rgb),.1)}.bbpress a.medium-editor-toolbar-close:hover,.buddypress a.medium-editor-toolbar-close:hover{-webkit-transition:.3s all;transition:.3s all;background-color:var(--bb-danger-color);border-color:var(--bb-danger-color)}.bbpress a.medium-editor-toolbar-save:before,.buddypress a.medium-editor-toolbar-save:before{content:"\e876";font-size:22px;font-weight:400;color:var(--bb-success-color)}.bbpress a.medium-editor-toolbar-close:before,.buddypress a.medium-editor-toolbar-close:before{content:"\e828";font-size:24px;font-weight:400;color:var(--bb-danger-color)}.bbpress a.medium-editor-toolbar-close:hover:before,.bbpress a.medium-editor-toolbar-save:hover:before,.buddypress a.medium-editor-toolbar-close:hover:before,.buddypress a.medium-editor-toolbar-save:hover:before{color:var(--bb-content-background-color);-webkit-transition:.3s all;transition:.3s all}.medium-editor-toolbar-form .medium-editor-toolbar-close{margin-right:0;margin-left:10px}.mediumtoolbar-form .medium-editor-toolbar-input::-webkit-input-placeholder{color:rgba(0,0,0,.3)}.mediumtoolbar-form .medium-editor-toolbar-input:-moz-placeholder{color:rgba(0,0,0,.3)}.mediumtoolbar-form .medium-editor-toolbar-input::-moz-placeholder{color:rgba(0,0,0,.3)}.mediumtoolbar-form .medium-editor-toolbar-input:-ms-input-placeholder{color:rgba(0,0,0,.3)}.medium-editor-anchor-preview{font-size:14px;max-width:300px}.medium-editor-anchor-preview a{margin:0;padding:5px}.bb-document-privacy-wrap .activity-privacy,.bb-media-privacy-wrap .activity-privacy{background-color:var(--bb-content-background-color)}.bb-document-privacy-wrap .activity-privacy:before,.bb-media-privacy-wrap .activity-privacy:before{border-color:var(--bb-content-background-color) transparent transparent var(--bb-content-background-color)}.bb-document-privacy-wrap .activity-privacy li:hover,.bb-media-privacy-wrap .activity-privacy li:hover{background-color:var(--bb-content-alternate-background-color)}.bb-document-privacy-wrap .activity-privacy .selected,.bb-media-privacy-wrap .activity-privacy .selected{background-color:var(--bb-content-alternate-background-color)}#bb-media-model-container .bb-edit-privacy a{color:var(--bb-body-text-color)}#bb-media-model-container .bb-edit-privacy a:hover{color:var(--bb-primary-color)}#bbpress-forums .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list,#bbpress-forums .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list,#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list,#media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list,#media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list,.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list,.bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list,.search-document-list .media-folder_items .media-folder_actions .media-folder_action__list{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius)}#bbpress-forums .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a,#bbpress-forums .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a,#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a,#media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a,#media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul li a,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a,.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a,.bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a,.search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul li a{color:var(--bb-body-text-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap}#bbpress-forums .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:hover,#bbpress-forums .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover,#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover,#media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a:hover,#media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul li a:hover,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:hover,.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover,.bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover,.search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover{background-color:var(--bb-content-alternate-background-color);color:var(--bb-primary-color)}#bbpress-forums .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:hover:before,#bbpress-forums .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover:before,#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover:before,#media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a:hover:before,#media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul li a:hover:before,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:hover:before,.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover:before,.bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover:before,.search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover:before{color:var(--bb-primary-color)}#bbpress-forums .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:before,#bbpress-forums .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:before,#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a:before,#media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a:before,#media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul li a:before,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:before,.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:before,.bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:before,.search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul li a:before{color:var(--bb-alternate-text-color)}.bb-template-v2 #bbpress-forums .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list,.bb-template-v2 #bbpress-forums .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list,.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list,.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list,.bb-template-v2 .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list{top:26px;left:0}.bb-template-v2 #bbpress-forums .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul,.bb-template-v2 #bbpress-forums .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul,.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul,.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul,.bb-template-v2 .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul{margin:0;padding-right:8px;padding-left:8px}.bb-template-v2 #bbpress-forums .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:hover:before,.bb-template-v2 #bbpress-forums .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover:before,.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover:before,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a:hover:before,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul li a:hover:before,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:hover:before,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover:before,.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover:before,.bb-template-v2 .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover:before{color:var(--bb-alternate-text-color)}body #bbpress-forums .bp-list .bb-activity-more-options-wrap.action .generic-button,body #buddypress .bp-list .bb-activity-more-options-wrap.action .generic-button{margin-left:0}.bb-template-v2 #media-folder-document-data-table .media-folder_items:last-child .media-folder_actions .media-folder_action__list,.bb-template-v2 .search-document-list .media-folder_items:last-child .media-folder_action__list{top:initial;bottom:33px}#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__anchor{color:var(--bb-headings-color)}#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__anchor i{color:var(--bb-alternate-text-color)}#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover,#media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a:hover,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:hover,.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover,.bb-media-model-container .activity-list .video-action-wrap.item-action-wrap .video-action_list ul li a:hover{color:var(--bb-primary-color)}.search-document-list .media-folder_items .media-folder_details .media-folder_name:hover,.search-document-list .media-folder_items .media-folder_details__bottom .media-folder_author a:hover,.search-document-list .media-folder_items .media-folder_group a:hover{color:var(--bb-primary-color)}#media-folder-document-data-table .media-folder_items .media-folder_details .media-folder_name:hover,#media-folder-document-data-table .media-folder_items .media-folder_details__bottom .media-folder_author a:hover{color:var(--bb-primary-color)}#media-stream.media .bb-photo-thumb .media-action-wrap>a,#media-stream.media .bb-photo-thumb .video-action-wrap>a,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap>a,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap>a,.bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap>a,.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap>a{background-color:rgba(0,0,0,.8);border-radius:var(--bb-block-radius-inner)}#media-stream.media .bb-photo-thumb .media-action-wrap>a i,#media-stream.media .bb-photo-thumb .video-action-wrap>a i,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap>a i,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap>a i,.bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap>a i,.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap>a i{color:#fff}#media-stream.media .bb-video-thumb .item-action-wrap>a,#video-stream.video .bb-item-thumb .item-action-wrap>a,.bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap>a{background-color:rgba(0,0,0,.8);border-radius:var(--bb-block-radius-inner)}#media-stream.media .bb-video-thumb .item-action-wrap>a i,#video-stream.video .bb-item-thumb .item-action-wrap>a i,.bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap>a i{color:#fff}#media-stream.media .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list:after,#media-stream.media .bb-activity-media-elem.media-activity .media-action-wrap .video-action_list:after,#media-stream.media .bb-activity-media-elem.media-activity .video-action-wrap .media-action_list:after,#media-stream.media .bb-activity-media-elem.media-activity .video-action-wrap .video-action_list:after,#media-stream.media .bb-activity-video-elem .media-action-wrap .media-action_list:after,#media-stream.media .bb-activity-video-elem .media-action-wrap .video-action_list:after,#media-stream.media .bb-activity-video-elem .video-action-wrap .media-action_list:after,#media-stream.media .bb-activity-video-elem .video-action-wrap .video-action_list:after,#media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list:after,#media-stream.media .bb-photo-thumb .media-action-wrap .video-action_list:after,#media-stream.media .bb-photo-thumb .video-action-wrap .media-action_list:after,#media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list:after,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list:after,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .video-action_list:after,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .media-action_list:after,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .video-action_list:after,.bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .media-action_list:after,.bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .video-action_list:after,.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .media-action_list:after,.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list:after,.bb-activity-media-wrap .bb-photo-thumb .media-action-wrap .media-action_list:after,.bb-activity-media-wrap .bb-photo-thumb .media-action-wrap .video-action_list:after,.bb-activity-media-wrap .bb-photo-thumb .video-action-wrap .media-action_list:after,.bb-activity-media-wrap .bb-photo-thumb .video-action-wrap .video-action_list:after{border-color:var(--bb-content-background-color) transparent transparent var(--bb-content-background-color)}#media-stream.media .bb-activity-video-elem .item-action-wrap .item-action_list,#media-stream.media .bb-item-thumb .item-action-wrap .item-action_list,#media-stream.media .bb-video-thumb .item-action-wrap .item-action_list,#video-stream.video .bb-activity-video-elem .item-action-wrap .item-action_list,#video-stream.video .bb-item-thumb .item-action-wrap .item-action_list,#video-stream.video .bb-video-thumb .item-action-wrap .item-action_list,.bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list,.bb-activity-video-wrap .bb-item-thumb .item-action-wrap .item-action_list,.bb-activity-video-wrap .bb-video-thumb .item-action-wrap .item-action_list{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius)}#media-stream.media .bb-activity-video-elem .item-action-wrap .item-action_list:after,#media-stream.media .bb-item-thumb .item-action-wrap .item-action_list:after,#media-stream.media .bb-video-thumb .item-action-wrap .item-action_list:after,#video-stream.video .bb-activity-video-elem .item-action-wrap .item-action_list:after,#video-stream.video .bb-item-thumb .item-action-wrap .item-action_list:after,#video-stream.video .bb-video-thumb .item-action-wrap .item-action_list:after,.bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list:after,.bb-activity-video-wrap .bb-item-thumb .item-action-wrap .item-action_list:after,.bb-activity-video-wrap .bb-video-thumb .item-action-wrap .item-action_list:after{border-color:var(--bb-content-background-color) transparent transparent var(--bb-content-background-color)}@media screen and (max-width:1024px) and (min-width:768px){.side-panel{background-color:var(--bb-body-background-color)}}#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list:after,.search-document-list .media-folder_items .media-folder_actions .media-folder_action__list:after{border-color:var(--bb-content-background-color) transparent transparent var(--bb-content-background-color)}#media-stream.media .bb-video-thumb .item-action-wrap .item-action_list ul li a,#video-stream.video .bb-item-thumb .item-action-wrap .item-action_list ul li a,.bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list ul li a{color:var(--bb-body-text-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap}#media-stream.media .bb-video-thumb .item-action-wrap .item-action_list ul li a:hover,#video-stream.video .bb-item-thumb .item-action-wrap .item-action_list ul li a:hover,.bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list ul li a:hover{background-color:var(--bb-content-alternate-background-color);color:var(--bb-primary-color)}#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list,.search-document-list .media-folder_items .media-folder_actions .media-folder_action__list{width:205px}.widget-area .multi-review{background:100% 0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}.widget-area .multi-review>div{width:100%}.widget-area .bp-member-add-form p:last-child{margin-top:20px}.widget-area .bp-member-add-form label{font-size:14px}#bp-media-uploader .bb-field-steps .dz-file-preview .bb-icon-file-mp4:before{content:"\ee97"}#whats-new-header:after,.bb-bp-settings-container,.bbp-forum-data:before,.header-account-login .pop,.header-account-login .pop .bp_components .menupop:not(#wp-admin-bar-my-account)>.ab-sub-wrapper,.header-account-login .pop .bp_components .menupop:not(#wp-admin-bar-my-account)>.ab-sub-wrapper:before,.header-account-login .pop .links li>.sub-menu,.header-account-login .pop .links li>.sub-menu:before,.header-notifications .pop,.main-navigation li ul,.main-navigation li ul ul,.medium-editor-insert-plugin .medium-insert-buttons .medium-insert-buttons-addons li,.os-loader,.posts-stream,.posts-stream .inner,.sap-publish-popup,.sl-count:after,.sl-count:before,.sl-icon:after,.sl-icon:before,a.to-top{background-color:var(--bb-body-background-color)}input:checked+.bb-time-meridian{border-color:var(--bb-primary-color);background-color:var(--bb-primary-color)}.bb-groups-messages-left-inner input:checked+.bp-group-message-slider,.buddypress-wrap .bp-subnavs ul #bp-zoom-switch-type .bb-toggle-switch .bb-toggle-slider,.widget_bp_core_login_widget.buddypress #bp-login-widget-form #bp-login-widget-submit.bp-login-btn-active,input:checked+.bb-toggle-slider{background-color:var(--bb-primary-color)}.bp-subnavs ul .bp-zoom-switch-type{border-radius:var(--bb-button-radius)}.bp-subnavs ul .bp-zoom-switch-type>a.zoom_active{color:var(--bb-headings-color)}#buddypress .bp-navs.bb-bp-tab-nav a,.bb-modal.bbp-topic-form .bbp-submit-wrapper a#bbp-close-btn,.bbp-mfp-zoom-in fieldset.bbp-form .bbp-submit-wrapper a#bbp-close-btn,.bbpress .widget_display_forums li a{color:var(--bb-headings-color)}#buddypress .bp-navs.bb-bp-tab-nav a:hover,.bb-modal.bbp-topic-form .bbp-submit-wrapper a#bbp-close-btn:hover,.bbp-mfp-zoom-in fieldset.bbp-form .bbp-submit-wrapper a#bbp-close-btn:hover,.bbpress .widget_display_forums li a:hover{color:var(--bb-primary-color)}.bb-single-album-header .document-breadcrumb li a:hover{color:var(--bb-primary-color)}.bb-groups-messages-left-inner .input:focus+.bp-group-message-slider{box-shadow:0 0 1px var(--bb-primary-color)}#buddypress .bp-navs.bb-bp-tab-nav .current a,#buddypress .bp-navs.bb-bp-tab-nav .current a:focus,#buddypress .bp-navs.bb-bp-tab-nav .current a:hover,#buddypress .bp-navs.bb-bp-tab-nav .selected a,#buddypress .bp-navs.bb-bp-tab-nav .selected a:focus,#buddypress .bp-navs.bb-bp-tab-nav .selected a:hover{color:var(--bb-headings-color)}.buddypress-wrap .user-subnav.tabbed-links ul.subnav li.selected,body:not(.group-admin,.group-invites) .buddypress-wrap .group-subnav.tabbed-links ul.subnav li.selected,body:not(.group-admin,.group-invites) .buddypress-wrap .user-subnav.tabbed-links ul.subnav li.selected{border-bottom-color:var(--bb-body-background-color)}.activity-update-form .medium-editor-toolbar .medium-editor-action-more>ul{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color)}.medium-editor-create-link{color:var(--bb-primary-color)}.bs-forum-content blockquote:not(.wp-embedded-content),.medium-editor-element blockquote:not(.wp-embedded-content){border-radius:4px;padding:12px;font-size:22px;letter-spacing:-.24px;line-height:30px;position:relative;margin:0 0 15px;background:#fafafa;border:1px solid var(--bb-content-border-color)}.bs-forum-content blockquote:not(.wp-embedded-content):before,.medium-editor-element blockquote:not(.wp-embedded-content):before{content:"\ef02";font-family:bb-icons;font-style:normal;font-weight:400;display:block;text-align:center;font-variant:normal;color:#92949d;width:30px;height:30px;font-size:22px;line-height:30px;background:#e2e1e0;background-color:rgba(0,0,0,.1);border-radius:100%;margin-bottom:10px}.bs-forum-content blockquote:not(.wp-embedded-content) p,.medium-editor-element blockquote:not(.wp-embedded-content) p{font-size:20px}.bs-forum-content blockquote:not(.wp-embedded-content) p:last-child,.medium-editor-element blockquote:not(.wp-embedded-content) p:last-child{margin-bottom:0}.bs-forum-content blockquote:not(.wp-embedded-content) em,.medium-editor-element blockquote:not(.wp-embedded-content) em{font-size:14px;color:#fff;line-height:18px;display:block;margin-top:20px;font-style:normal}.bs-forum-content blockquote:not(.wp-embedded-content) a,.medium-editor-element blockquote:not(.wp-embedded-content) a{color:var(--bb-alternate-text-color)}.bs-forum-content blockquote.tiktok-embed,.medium-editor-element blockquote.tiktok-embed{background-color:transparent;border:0;padding:0;margin:0}.bs-forum-content blockquote.tiktok-embed:before,.medium-editor-element blockquote.tiktok-embed:before{display:none}#bb_reply_discard_draft,#bb_topic_discard_draft,#buddypress input#discard-draft-activity[type=button],#discard-draft-activity,.buddypress .buddypress-wrap button#bb_reply_discard_draft,.buddypress .buddypress-wrap button#bb_topic_discard_draft{border-color:transparent;color:inherit;box-shadow:none}#bb_reply_discard_draft:active,#bb_reply_discard_draft:focus,#bb_reply_discard_draft:hover,#bb_topic_discard_draft:active,#bb_topic_discard_draft:focus,#bb_topic_discard_draft:hover,#buddypress input#discard-draft-activity[type=button]:active,#buddypress input#discard-draft-activity[type=button]:focus,#buddypress input#discard-draft-activity[type=button]:hover,#discard-draft-activity:active,#discard-draft-activity:focus,#discard-draft-activity:hover,.buddypress .buddypress-wrap button#bb_reply_discard_draft:active,.buddypress .buddypress-wrap button#bb_reply_discard_draft:focus,.buddypress .buddypress-wrap button#bb_reply_discard_draft:hover,.buddypress .buddypress-wrap button#bb_topic_discard_draft:active,.buddypress .buddypress-wrap button#bb_topic_discard_draft:focus,.buddypress .buddypress-wrap button#bb_topic_discard_draft:hover{color:var(--bb-body-text-color);background-color:transparent;border-color:transparent}.attachments--small div.dropzone{padding:0;position:static;pointer-events:none}.attachments--small div.dropzone *{pointer-events:auto}.attachments--small div.dropzone.dz-progress-view{padding-bottom:45px;position:relative}.attachments--small div.dropzone.dz-progress-view.files-uploaded{padding-bottom:0;position:static}.attachments--small div.dropzone.dz-progress-view.files-uploaded .dz-global-progress{display:none}.attachments--small div.dropzone .dz-default.dz-message{background-color:var(--bb-content-alternate-background-color);display:none;min-height:initial!important;width:60px;height:60px;max-width:60px!important;margin:0 6px;padding:0!important;-webkit-box-ordinal-group:100;-ms-flex-order:99;order:99}.attachments--small div.dropzone .dz-default.dz-message button:before,.attachments--small div.dropzone .dz-default.dz-message button:hover:before{content:"\e9ed";background-color:transparent;color:var(--bb-headings-color);font-size:30px;font-weight:400;line-height:1;opacity:.4;height:100%;width:100%;margin:0}.bb-template-v2 .attachments--small div.dropzone .dz-default.dz-message button:before,.bb-template-v2 .attachments--small div.dropzone .dz-default.dz-message button:hover:before{font-weight:300}.attachments--small div.dropzone .dz-default.dz-message:hover button:before{opacity:1}.bb-template-v2 .attachments--small div.dropzone .dz-default.dz-message{border:0}.attachments--small div.dropzone.files-uploaded:not(.dz-max-files-reached) .dz-default.dz-message{display:-webkit-box;display:-ms-flexbox;display:flex}.attachments--small div.dropzone.dz-started{margin:0 0 10px;height:auto;overflow:initial}.attachments--small div.dropzone .dz-preview{min-width:60px;margin:6px}.attachments--small div.dropzone .dz-preview .dz-image{height:60px;border-radius:var(--bb-block-radius-inner)}.attachments--small div.dropzone .dz-preview .dz-image img{max-width:60px}.attachments--small div.dropzone .dz-preview.dz-file-preview .dz-details{border-radius:var(--bb-block-radius-inner)}.attachments--small div.dropzone .dz-preview .dz-remove{height:20px;width:20px;top:-8px;left:-8px;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;box-shadow:0 1px 1.5px rgba(0,0,0,.08)!important}.attachments--small div.dropzone .dz-preview .dz-remove:after{color:var(--bb-headings-color);font-size:18px;line-height:20px;opacity:.4;position:static}.attachments--small div.dropzone .dz-preview .dz-remove:hover:after{opacity:1}.bb-template-v2 .attachments--small div.dropzone .dz-preview .dz-details,.bb-template-v2 .attachments--small div.dropzone .dz-preview .dz-image{border-color:transparent}.attachments--small div.dropzone.media-dropzone .dz-preview .dz-progress-ring-wrap{display:none}.attachments--small div.dropzone.video-dropzone .dz-default.dz-message{width:80px;max-width:80px!important;min-height:60px!important;height:auto}.attachments--small div.dropzone.video-dropzone .dz-default.dz-message button:before,.attachments--small div.dropzone.video-dropzone .dz-default.dz-message button:hover:before{content:"\e9f1";font-size:32px}.attachments--small div.dropzone.video-dropzone .dz-preview{min-width:80px}.attachments--small div.dropzone.video-dropzone .dz-preview .dz-progress-ring-wrap{background-color:transparent;height:auto;width:auto;right:5px;top:5px;-webkit-transform:none;-ms-transform:none;transform:none}.attachments--small div.dropzone.video-dropzone .dz-preview .dz-progress-ring-wrap .dz-progress-ring{display:none}.attachments--small div.dropzone.video-dropzone .dz-preview .dz-progress-ring-wrap [class*=" bb-icon-"]{color:var(--bb-content-alternate-background-color);font-size:24px;font-weight:400;position:static;-webkit-transform:none;-ms-transform:none;transform:none}.bb-template-v2 .attachments--small div.dropzone.video-dropzone .dz-preview .dz-progress-ring-wrap [class*=" bb-icon-"]:before{font-weight:300}.attachments--small div.dropzone.video-dropzone .dz-preview .dz-progress-count{display:none}.attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview{width:80px;min-height:60px}.attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview .dz-details{min-height:60px;height:auto}.attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview .dz-remove{top:-8px;bottom:inherit;left:-8px;right:inherit;height:20px;width:20px;-webkit-transform:none;-ms-transform:none;transform:none;background-color:var(--bb-content-alternate-background-color)}.attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview .dz-remove:after{font-size:18px;position:static;color:var(--bb-headings-color);opacity:.4}.attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview.dz-has-thumbnail:not(.dz-complete) .dz-remove:after{opacity:.4}.attachments--small div.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview .dz-remove:after,.attachments--small div.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail) .dz-remove{color:var(--bb-headings-color);background-color:var(--bb-content-alternate-background-color)}.attachments--small div.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview.dz-error .dz-remove:after{color:var(--bb-danger-color)}.attachments--small div.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail),.attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview:not(.dz-has-thumbnail){border-radius:var(--bb-block-radius-inner)}.attachments--small div.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail) .dz-progress-ring-wrap [class*=" bb-icon-"],.attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview:not(.dz-has-thumbnail) .dz-progress-ring-wrap [class*=" bb-icon-"]{color:var(--bb-alternate-text-color)}.attachments--small div.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail) .dz-filename,.attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview:not(.dz-has-thumbnail) .dz-filename{width:auto;opacity:1;visibility:visible;color:var(--bb-alternate-text-color);position:absolute;bottom:5px;right:5px;left:5px;font-size:12px}.attachments--small div.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail) .dz-filename>span,.attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview:not(.dz-has-thumbnail) .dz-filename>span{max-width:initial}.attachments--small div.dropzone.document-dropzone .dz-default.dz-message{width:40px;height:40px;max-width:40px!important;margin:0 5px}.attachments--small div.dropzone.document-dropzone .dz-default.dz-message button:before,.attachments--small div.dropzone.document-dropzone .dz-default.dz-message button:hover:before{content:"\eef9";font-size:26px}.attachments--small div.dropzone.document-dropzone .dz-preview{min-width:150px;max-width:150px;margin:5px 5px 5px 0}.attachments--small div.dropzone.document-dropzone .dz-preview.dz-file-preview .dz-details{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;background-color:var(--bb-content-alternate-background-color);height:40px;width:100%;min-height:initial;text-align:right}.attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon:before{content:"\ee6e";font-family:bb-icons}.attachments--small div.dropzone.document-dropzone .dz-preview .dz-progress-ring-wrap,.attachments--small div.dropzone.document-dropzone .dz-preview .dz-size,.attachments--small div.dropzone.document-dropzone .dz-preview.dz-complete .dz-details .dz-size{display:none}.attachments--small div.dropzone.document-dropzone .dz-preview .dz-details{text-align:center}.attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon{display:inline-block;vertical-align:middle;line-height:1;position:relative;margin:0 0 0 6px;height:24px;width:24px}.attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon:before{position:static;-webkit-transform:none;-ms-transform:none;transform:none}.attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon [class*=" bb-icon-"],.attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon:before{color:var(--bb-alternate-text-color);background-color:var(--bb-content-alternate-background-color);font-size:24px;font-weight:400;position:static}.bb-template-v2 .attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon [class*=" bb-icon-"]:before,.bb-template-v2 .attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon:before{font-weight:300}.attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon>span[class*=" bb-icon-"]{position:absolute;right:0;top:0;z-index:1}.attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-filename{font-size:12px;line-height:1.1;display:inline-block;vertical-align:middle;position:static;padding:0;margin:0;width:-webkit-calc(100% - 45px);width:calc(100% - 45px)}.attachments--small div.dropzone.document-dropzone .dz-preview .dz-remove{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:5px;box-shadow:none!important}.attachments--small [class*=attached-gif-container]{margin-bottom:0;background:100% 0!important;height:auto!important;width:auto!important;display:table}.attachments--small [class*=attached-gif-container] .gif-image-container img{background-color:var(--bb-content-alternate-background-color);height:100px;width:100px;object-fit:cover;border-radius:var(--bb-block-radius-inner);margin:0 6px 0 0}.attachments--small [class*=attached-gif-container] .gif-image-remove{box-shadow:0 1px 1.5px rgba(0,0,0,.08);left:-8px;top:-8px}.attachments--small [class*=attached-gif-container] .gif-image-remove .bb-icon-times{color:var(--bb-headings-color);opacity:.4}.attachments--small [class*=attached-gif-container] .gif-image-remove:hover .bb-icon-times{opacity:1}@media screen and (max-width:560px){.attachments--small [class*=attached-gif-container]{max-width:100%;background-repeat:no-repeat}}.attachments--small [class*=messages-attached-gif-container] .gif-image-container img{margin-bottom:15px}.dropzone.dz-progress-view .dz-global-progress{bottom:5px}.dropzone.dz-progress-view .dz-global-progress .dz-progress-bar-full{background-color:rgba(0,0,0,.08)}.dropzone.dz-progress-view .dz-global-progress .dz-progress{background-color:var(--bb-primary-color)}.dropzone.dz-progress-view .dz-global-progress .dz-remove-all{background-color:var(--bb-content-alternate-background-color)}.dropzone.dz-progress-view .dz-global-progress .dz-remove-all:before{color:var(--bb-headings-color);opacity:.4}.dropzone.dz-progress-view .dz-global-progress .dz-remove-all:hover:before{opacity:1}.bp-messages-content-wrapper .dropzone.dz-progress-view .dz-global-progress{right:6px}.dropzone.dz-progress-view.dz-single-view:not(.files-uploaded) .dz-preview{display:none}.mass-user-block-list.moderation-popup .modal-container,.message-members-list.member-popup .modal-container{padding-bottom:12px}.mass-user-block-list.moderation-popup .modal-container .bb-model-header,.message-members-list.member-popup .modal-container .bb-model-header{margin-bottom:12px}.mass-user-block-list.moderation-popup .bb-model-header,.message-members-list.member-popup .bb-model-header{background-color:var(--bb-content-alternate-background-color);border-radius:0;padding:17px 20px 16px;margin:-20px -30px 30px}.mass-user-block-list.moderation-popup .bb-model-header .mfp-close,.message-members-list.member-popup .bb-model-header .mfp-close{left:5px}.mass-user-block-list.moderation-popup .bb-model-header .mfp-close:before,.message-members-list.member-popup .bb-model-header .mfp-close:before{color:var(--bb-headings-color);opacity:.4}.mass-user-block-list.moderation-popup .bb-model-header .mfp-close:hover:before,.message-members-list.member-popup .bb-model-header .mfp-close:hover:before{opacity:1}.mass-user-block-list.moderation-popup .bb-report-type-wrp,.message-members-list.member-popup .bb-report-type-wrp{margin:0 -20px}.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp{margin:0;padding:12px 10px;position:relative}.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-avatar,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-avatar{max-height:32px;max-width:32px;overflow:hidden;border-radius:100%}.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-avatar>a,.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-avatar>span,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-avatar>a,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-avatar>span{position:absolute;right:0;top:0;left:0;bottom:0}.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-avatar>a img,.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-avatar>span img,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-avatar>a img,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-avatar>span img{max-height:32px;max-width:32px;overflow:hidden;border-radius:100%;margin:10px}.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-name,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-name{padding-right:42px}.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-name a,.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-name span,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-name a,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-name span{color:var(--bb-headings-color);font-weight:500}.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp:hover,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp:hover{background-color:var(--bb-content-alternate-background-color)}.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-actions,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-actions{position:relative;z-index:1}.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-actions .button,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-actions .button{color:var(--bb-headings-color);background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color);min-width:initial;line-height:30px}.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-actions .button:hover,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-actions .button:hover{color:var(--bb-primary-button-text-regular);background-color:var(--bb-primary-color);border-color:transparent}.bb-template-v2 .mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp,.bb-template-v2 .message-members-list.member-popup .bb-report-type-wrp .user-item-wrp{border-radius:6px}@media screen and (min-width:46.8em){.bp-list li .item{overflow:visible}}.bp-list:after,.bp-list:before{content:normal}.bp-pagination.top{display:none}#buddypress a.button{color:#fff;background-color:#385dff;font-weight:500;text-decoration:none;border:1px solid transparent;outline:0;vertical-align:middle}#buddypress a.button.small{font-size:14px;font-weight:500;min-height:34px;padding:6px 20px;border-radius:var(--bb-button-radius);line-height:1.4}#buddypress a.button:focus,#buddypress a.button:hover{outline:0;text-decoration:none;color:#fff;border-color:transparent}#buddypress a.button:active{outline:0;text-decoration:none;color:#fff}#buddypress #admins-list li,#buddypress #members-list li,#buddypress #mods-list li{overflow:initial}#buddypress #pag-top{display:none}#buddypress .dir-form{margin-top:40px}li#members-order-select{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.item-title a{color:var(--bb-headings-color);display:inline-block;font-size:20px;font-weight:500;letter-spacing:-.24px;line-height:1.2}.item-title a:hover{color:var(--bb-primary-color)}@media only screen and (max-width:320px){#buddypress li div.item{margin-right:0}}#buddypress div#item-header img.avatar{margin:0;max-width:160px;image-rendering:optimize-contrast}#buddypress div#item-header #item-header-cover-image #item-header-content{margin-right:0;margin-top:0;-webkit-box-flex:1;-ms-flex:1;flex:1}#buddypress #item-header-cover-image{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}#item-header-cover-image{min-height:225px}#buddypress div.item-list-tabs#object-nav{border-top:1px solid var(--bb-content-border-color);margin-top:20px;margin-bottom:0;overflow:visible}#buddypress div.item-list-tabs#object-nav li{float:right;margin:0;padding:0 0 0 30px}#buddypress div.item-list-tabs#object-nav li.hideshow{padding:0}#buddypress div.item-list-tabs#object-nav a{color:#939597;display:block;padding:11px 0;text-decoration:none;font-size:14px;line-height:2}#buddypress div.item-list-tabs#object-nav a:hover{color:var(--bb-headings-color)}#buddypress div.item-list-tabs#object-nav .selected a{background-color:transparent;border-bottom:1px solid var(--bb-primary-color);margin-bottom:-1px;opacity:1;font-weight:500;color:var(--bb-headings-color)}#buddypress div.item-list-tabs#object-nav .selected a span{background-color:var(--bb-primary-color)}#buddypress div.item-list-tabs#object-nav span{background:#c8cbcf;box-shadow:none;border-radius:100px;font-size:11px;font-weight:600;color:#fff;letter-spacing:-.26px;line-height:15px;border:0;min-width:22px;display:inline-block;margin-right:3px;padding:2px 7px 1px;text-align:center;vertical-align:middle}p#user_switching_switch_on{max-width:1200px;padding-right:10px;padding-left:10px;margin:20px auto 50px}#buddypress .comment-reply-link,#buddypress .generic-button a,#buddypress .standard-form button:not(.search-form_reset),#buddypress a.button,#buddypress input[type=button],#buddypress input[type=reset],#buddypress input[type=submit],#buddypress ul.button-nav li a,a.bp-title-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);font-family:inherit;font-size:15px;border-radius:var(--bb-button-radius);min-height:38px;line-height:38px;padding:0 20px;font-weight:500;text-decoration:none;cursor:pointer;display:inline-block;border-width:1px;border-style:solid;outline:0;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-transition:.3s all;transition:.3s all}#buddypress .comment-reply-link:focus,#buddypress .generic-button a:focus,#buddypress .standard-form button:not(.search-form_reset):focus,#buddypress a.button:focus,#buddypress input[type=button]:focus,#buddypress input[type=reset]:focus,#buddypress input[type=submit]:focus,#buddypress ul.button-nav li a:focus,a.bp-title-button:focus{box-shadow:var(--bb-primary-button-focus-shadow)}#buddypress .comment-reply-link:hover,#buddypress .generic-button a:hover,#buddypress .standard-form button:not(.search-form_reset):hover,#buddypress a.button:hover,#buddypress input[type=button]:hover,#buddypress input[type=reset]:hover,#buddypress input[type=submit]:hover,#buddypress ul.button-nav li a:hover,a.bp-title-button:hover{outline:0;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)}#buddypress .comment-reply-link:focus,#buddypress .generic-button a:focus,#buddypress .standard-form button:not(.search-form_reset):focus,#buddypress a.button:focus,#buddypress input[type=button]:focus,#buddypress input[type=reset]:focus,#buddypress input[type=submit]:focus,#buddypress ul.button-nav li a:focus,a.bp-title-button:focus{outline:0;text-decoration:none;box-shadow:var(--bb-primary-button-focus-shadow)}#buddypress .comment-reply-link:active,#buddypress .generic-button a:active,#buddypress .standard-form button:not(.search-form_reset):active,#buddypress a.button:active,#buddypress input[type=button]:active,#buddypress input[type=reset]:active,#buddypress input[type=submit]:active,#buddypress ul.button-nav li a:active,a.bp-title-button:active{outline:0;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)}#buddypress .comment-reply-link.disabled,#buddypress .generic-button a.disabled,#buddypress .standard-form button:not(.search-form_reset).disabled,#buddypress a.button.disabled,#buddypress input[type=button].disabled,#buddypress input[type=reset].disabled,#buddypress input[type=submit].disabled,#buddypress ul.button-nav li a.disabled,a.bp-title-button.disabled{cursor:default;font-style:normal;color:#c8cbcf;background-color:#f5f5f5;opacity:1}#buddypress .comment-reply-link.small,#buddypress .generic-button a.small,#buddypress .standard-form button:not(.search-form_reset).small,#buddypress a.button.small,#buddypress input[type=button].small,#buddypress input[type=reset].small,#buddypress input[type=submit].small,#buddypress ul.button-nav li a.small,a.bp-title-button.small{font-size:14px;font-weight:500;min-height:34px;line-height:34px;padding:0 20px;border-radius:var(--bb-button-radius)}#buddypress .comment-reply-link.big,#buddypress .generic-button a.big,#buddypress .standard-form button:not(.search-form_reset).big,#buddypress a.button.big,#buddypress input[type=button].big,#buddypress input[type=reset].big,#buddypress input[type=submit].big,#buddypress ul.button-nav li a.big,a.bp-title-button.big{font-size:16px;min-height:62px;padding:20px 40px;border-radius:var(--bb-button-radius)}#buddypress .comment-reply-link.large,#buddypress .generic-button a.large,#buddypress .standard-form button:not(.search-form_reset).large,#buddypress a.button.large,#buddypress input[type=button].large,#buddypress input[type=reset].large,#buddypress input[type=submit].large,#buddypress ul.button-nav li a.large,a.bp-title-button.large{font-size:16px;min-height:50px;padding:14px 30px;border-radius:var(--bb-button-radius)}#buddypress .comment-reply-link.outline,#buddypress .generic-button a.outline,#buddypress .standard-form button:not(.search-form_reset).outline,#buddypress a.button.outline,#buddypress input[type=button].outline,#buddypress input[type=reset].outline,#buddypress input[type=submit].outline,#buddypress ul.button-nav li a.outline,a.bp-title-button.outline{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)}#buddypress .comment-reply-link.outline:focus,#buddypress .generic-button a.outline:focus,#buddypress .standard-form button:not(.search-form_reset).outline:focus,#buddypress a.button.outline:focus,#buddypress input[type=button].outline:focus,#buddypress input[type=reset].outline:focus,#buddypress input[type=submit].outline:focus,#buddypress ul.button-nav li a.outline:focus,a.bp-title-button.outline:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}#buddypress .comment-reply-link.outline:active,#buddypress .comment-reply-link.outline:hover,#buddypress .generic-button a.outline:active,#buddypress .generic-button a.outline:hover,#buddypress .standard-form button:not(.search-form_reset).outline:active,#buddypress .standard-form button:not(.search-form_reset).outline:hover,#buddypress a.button.outline:active,#buddypress a.button.outline:hover,#buddypress input[type=button].outline:active,#buddypress input[type=button].outline:hover,#buddypress input[type=reset].outline:active,#buddypress input[type=reset].outline:hover,#buddypress input[type=submit].outline:active,#buddypress input[type=submit].outline:hover,#buddypress ul.button-nav li a.outline:active,#buddypress ul.button-nav li a.outline:hover,a.bp-title-button.outline:active,a.bp-title-button.outline: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);box-shadow:none}#buddypress .comment-reply-link.outline.disabled,#buddypress .comment-reply-link.outline:disabled,#buddypress .generic-button a.outline.disabled,#buddypress .generic-button a.outline:disabled,#buddypress .standard-form button:not(.search-form_reset).outline.disabled,#buddypress .standard-form button:not(.search-form_reset).outline:disabled,#buddypress a.button.outline.disabled,#buddypress a.button.outline:disabled,#buddypress input[type=button].outline.disabled,#buddypress input[type=button].outline:disabled,#buddypress input[type=reset].outline.disabled,#buddypress input[type=reset].outline:disabled,#buddypress input[type=submit].outline.disabled,#buddypress input[type=submit].outline:disabled,#buddypress ul.button-nav li a.outline.disabled,#buddypress ul.button-nav li a.outline:disabled,a.bp-title-button.outline.disabled,a.bp-title-button.outline:disabled{background:100% 0;color:#c8cbcf;border-color:#f5f5f5;opacity:1}#buddypress .standard-form button.wp-switch-editor{padding:6px 12px;height:auto;min-height:10px;border-radius:0;border:1px solid #d7e0e2;border-bottom:0;background:#dcdcdc;color:inherit}#buddypress .standard-form .tmce-active .wp-switch-editor.switch-tmce{background:#f5f5f5}#buddypress .standard-form .html-active .wp-switch-editor.switch-html{background:#f5f5f5}#buddypress .standard-form .html-active .button{min-height:20px;color:var(--bb-headings-color);border:1px solid #d7e0e2;padding:6px;margin:4px 1px;font-size:13px;line-height:1;border-radius:3px}#buddypress a.button.outline{box-shadow:none}#buddypress table.notification-settings th.title,#buddypress table.profile-settings th.title{width:100%;padding:0 0 20px;border:0}#buddypress div.item-list-tabs ul:after{content:"";display:table;clear:both}#buddypress div.item-list-tabs#object-nav{border-top:0;margin-top:0;margin-bottom:0;overflow:visible}#buddypress div.item-list-tabs#object-nav li li{margin:0;display:block;width:100%;padding:0}#buddypress div.item-list-tabs#object-nav li li.selected a{border:0}#buddypress div.item-list-tabs#object-nav li li a{display:block;font-size:13px;font-weight:inherit;color:var(--bb-body-text-color);letter-spacing:-.24px;line-height:1;margin-bottom:1px;padding:.75rem .9375rem}.bb-single-bp-header .flex{-ms-flex-flow:row wrap;flex-flow:row wrap}#buddypress div.item-list-tabs#object-nav a.more-button{font-size:20px;padding:14px 0;line-height:1.1}#buddypress div.item-list-tabs#object-nav a.more-button.active:after{bottom:-17px}#buddypress div.item-list-tabs ul.sub-menu{top:50px;padding:10px 0}div.item-list-tabs li.hideshow.menu-item-has-children>a:after{top:50px}#buddypress div.item-list-tabs#object-nav li.hideshow span{float:left}#sitewide-notice #message{background:var(--bb-default-notice-color);color:#fff;border:0;border-radius:10px;width:auto;right:auto;left:1%;margin-right:1%;opacity:.9;font-size:15px;padding:10px 20px}#sitewide-notice #message h4{max-width:90%;font-size:18px;color:#fff;margin-bottom:10px;font-weight:500}#sitewide-notice #message p{padding:0;margin:0 0 1rem;font-size:1rem;line-height:1.4}#sitewide-notice #message p:empty{display:none!important}#sitewide-notice .bb-notice-content>:last-child{margin-bottom:0}#sitewide-notice ol,#sitewide-notice ul{margin-right:0;margin-bottom:1rem;list-style-position:inside}#sitewide-notice button{position:absolute;top:15px;left:15px;min-height:0;height:18px;width:18px;padding:0;line-height:16px;font-size:10px;font-weight:800;background:#fff;color:var(--bb-default-notice-color)}@media (min-width:768px){#sitewide-notice #message{min-width:500px}}#buddypress ul.item-list{border-top:0;margin-bottom:20px}#buddypress ul.item-list li:not(.load-more){border-bottom:0}#buddypress ul.item-list li img.avatar{margin:0}.widget_bp_core_friends_widget .item-meta{display:none}.dir-list{margin-bottom:30px}input#send_reply_button{min-width:87px}#buddypress div.item-list-tabs#subnav{overflow:visible}.bs-dropdown-model{display:none}.bs-dropdown-model.open{display:block}.gif-search-result .loading-icon{display:block;margin:0 auto;max-height:300px}#buddypress div#message-thread div.message-content{margin-right:0}#buddypress div.item-list-tabs ul.bs-dropdown{padding:10px 0}#buddypress div.item-list-tabs ul.bs-dropdown a{padding:9px 15px}#buddypress #member-forums-sub-nav ul{margin-bottom:25px}#buddypress #member-forums-sub-nav li{padding-left:30px;padding-bottom:10px}#buddypress #member-forums-sub-nav a{display:block;font-size:14px;color:#939597;opacity:1;padding:0 0 10px}#buddypress #member-forums-sub-nav .selected a{background:100% 0;border-bottom:1px solid var(--bb-primary-color);font-weight:500;font-size:14px;color:var(--bb-headings-color);opacity:1}@media (max-width:540px){.bb-photos-wrap .bb-title{margin:0 0 20px}.bb-photos-actions{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-photos-actions a{margin-bottom:10px;margin-right:0!important}}.buddypress-wrap input[type=email]:focus,.buddypress-wrap input[type=password]:focus,.buddypress-wrap input[type=tel]:focus,.buddypress-wrap input[type=text]:focus,.buddypress-wrap input[type=url]:focus,.buddypress-wrap textarea:focus{border-color:var(--bb-input-focus-border-color);border-width:1px;box-shadow:var(--bb-input-focus-shadow)}.buddypress-wrap input[type=email].error,.buddypress-wrap input[type=password].error,.buddypress-wrap input[type=tel].error,.buddypress-wrap input[type=text].error,.buddypress-wrap input[type=url].error,.buddypress-wrap textarea.error{border-color:rgba(var(--bb-danger-color-rgb),1)}.buddypress-wrap input[type=email].error:focus,.buddypress-wrap input[type=password].error:focus,.buddypress-wrap input[type=tel].error:focus,.buddypress-wrap input[type=text].error:focus,.buddypress-wrap input[type=url].error:focus,.buddypress-wrap textarea.error:focus{border-color:var(--bb-danger-color);box-shadow:none}.buddypress-wrap input[type=email].disabled,.buddypress-wrap input[type=email]:disabled,.buddypress-wrap input[type=password].disabled,.buddypress-wrap input[type=password]:disabled,.buddypress-wrap input[type=tel].disabled,.buddypress-wrap input[type=tel]:disabled,.buddypress-wrap input[type=text].disabled,.buddypress-wrap input[type=text]:disabled,.buddypress-wrap input[type=url].disabled,.buddypress-wrap input[type=url]:disabled,.buddypress-wrap textarea.disabled,.buddypress-wrap textarea:disabled{background-color:var(--bb-content-alternate-background-color);opacity:.75}#buddypress .dir-search input[type=search],#buddypress .dir-search input[type=text],#buddypress .groups-members-search input[type=search],#buddypress .groups-members-search input[type=text],#buddypress .standard-form input[type=color],#buddypress .standard-form input[type=date],#buddypress .standard-form input[type=datetime-local],#buddypress .standard-form input[type=datetime],#buddypress .standard-form input[type=email],#buddypress .standard-form input[type=month],#buddypress .standard-form input[type=number],#buddypress .standard-form input[type=password],#buddypress .standard-form input[type=range],#buddypress .standard-form input[type=search],#buddypress .standard-form input[type=tel],#buddypress .standard-form input[type=text],#buddypress .standard-form input[type=time],#buddypress .standard-form input[type=url],#buddypress .standard-form input[type=week],#buddypress .standard-form select,#buddypress .standard-form textarea{display:inline-block;font-family:inherit;font-style:inherit;font-size:15px;height:40px;outline:0;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;width:100%}#buddypress .dir-search input[type=search]:focus,#buddypress .dir-search input[type=text]:focus,#buddypress .groups-members-search input[type=search]:focus,#buddypress .groups-members-search input[type=text]:focus,#buddypress .standard-form input[type=color]:focus,#buddypress .standard-form input[type=date]:focus,#buddypress .standard-form input[type=datetime-local]:focus,#buddypress .standard-form input[type=datetime]:focus,#buddypress .standard-form input[type=email]:focus,#buddypress .standard-form input[type=month]:focus,#buddypress .standard-form input[type=number]:focus,#buddypress .standard-form input[type=password]:focus,#buddypress .standard-form input[type=range]:focus,#buddypress .standard-form input[type=search]:focus,#buddypress .standard-form input[type=tel]:focus,#buddypress .standard-form input[type=text]:focus,#buddypress .standard-form input[type=time]:focus,#buddypress .standard-form input[type=url]:focus,#buddypress .standard-form input[type=week]:focus,#buddypress .standard-form select:focus,#buddypress .standard-form textarea:focus{box-shadow:var(--bb-input-focus-shadow);border-color:var(--bb-input-focus-border-color)}#buddypress .dir-search input[type=search].disabled,#buddypress .dir-search input[type=search]:disabled,#buddypress .dir-search input[type=text].disabled,#buddypress .dir-search input[type=text]:disabled,#buddypress .groups-members-search input[type=search].disabled,#buddypress .groups-members-search input[type=search]:disabled,#buddypress .groups-members-search input[type=text].disabled,#buddypress .groups-members-search input[type=text]:disabled,#buddypress .standard-form input[type=color].disabled,#buddypress .standard-form input[type=color]:disabled,#buddypress .standard-form input[type=date].disabled,#buddypress .standard-form input[type=date]:disabled,#buddypress .standard-form input[type=datetime-local].disabled,#buddypress .standard-form input[type=datetime-local]:disabled,#buddypress .standard-form input[type=datetime].disabled,#buddypress .standard-form input[type=datetime]:disabled,#buddypress .standard-form input[type=email].disabled,#buddypress .standard-form input[type=email]:disabled,#buddypress .standard-form input[type=month].disabled,#buddypress .standard-form input[type=month]:disabled,#buddypress .standard-form input[type=number].disabled,#buddypress .standard-form input[type=number]:disabled,#buddypress .standard-form input[type=password].disabled,#buddypress .standard-form input[type=password]:disabled,#buddypress .standard-form input[type=range].disabled,#buddypress .standard-form input[type=range]:disabled,#buddypress .standard-form input[type=search].disabled,#buddypress .standard-form input[type=search]:disabled,#buddypress .standard-form input[type=tel].disabled,#buddypress .standard-form input[type=tel]:disabled,#buddypress .standard-form input[type=text].disabled,#buddypress .standard-form input[type=text]:disabled,#buddypress .standard-form input[type=time].disabled,#buddypress .standard-form input[type=time]:disabled,#buddypress .standard-form input[type=url].disabled,#buddypress .standard-form input[type=url]:disabled,#buddypress .standard-form input[type=week].disabled,#buddypress .standard-form input[type=week]:disabled,#buddypress .standard-form select.disabled,#buddypress .standard-form select:disabled,#buddypress .standard-form textarea.disabled,#buddypress .standard-form textarea:disabled{background-color:var(--bb-content-alternate-background-color);opacity:.75}#buddypress .dir-search input[type=search].error,#buddypress .dir-search input[type=text].error,#buddypress .groups-members-search input[type=search].error,#buddypress .groups-members-search input[type=text].error,#buddypress .standard-form input[type=color].error,#buddypress .standard-form input[type=date].error,#buddypress .standard-form input[type=datetime-local].error,#buddypress .standard-form input[type=datetime].error,#buddypress .standard-form input[type=email].error,#buddypress .standard-form input[type=month].error,#buddypress .standard-form input[type=number].error,#buddypress .standard-form input[type=password].error,#buddypress .standard-form input[type=range].error,#buddypress .standard-form input[type=search].error,#buddypress .standard-form input[type=tel].error,#buddypress .standard-form input[type=text].error,#buddypress .standard-form input[type=time].error,#buddypress .standard-form input[type=url].error,#buddypress .standard-form input[type=week].error,#buddypress .standard-form select.error,#buddypress .standard-form textarea.error{border-color:rgba(var(--bb-danger-color-rgb),1)}#buddypress .dir-search input[type=search].error:focus,#buddypress .dir-search input[type=text].error:focus,#buddypress .groups-members-search input[type=search].error:focus,#buddypress .groups-members-search input[type=text].error:focus,#buddypress .standard-form input[type=color].error:focus,#buddypress .standard-form input[type=date].error:focus,#buddypress .standard-form input[type=datetime-local].error:focus,#buddypress .standard-form input[type=datetime].error:focus,#buddypress .standard-form input[type=email].error:focus,#buddypress .standard-form input[type=month].error:focus,#buddypress .standard-form input[type=number].error:focus,#buddypress .standard-form input[type=password].error:focus,#buddypress .standard-form input[type=range].error:focus,#buddypress .standard-form input[type=search].error:focus,#buddypress .standard-form input[type=tel].error:focus,#buddypress .standard-form input[type=text].error:focus,#buddypress .standard-form input[type=time].error:focus,#buddypress .standard-form input[type=url].error:focus,#buddypress .standard-form input[type=week].error:focus,#buddypress .standard-form select.error:focus,#buddypress .standard-form textarea.error:focus{border-color:var(--bb-danger-color);box-shadow:none}#buddypress .standard-form select{background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:left 1rem center;padding-left:40px}#buddypress .standard-form select:focus{background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:left 1rem center}#buddypress .standard-form select[multiple]{background-image:none}#buddypress .standard-form input[type=search]{background-repeat:no-repeat;background-size:16px;background-image:url(../images/svg/search.svg);background-position:right 10px center;padding-right:2rem}.widget.buddypress .bp-login-widget-user-links>div{padding:0}.widget.buddypress .bp-login-widget-user-links>div>.bp-login-widget-user-link a{color:var(--bb-headings-color)}.widget.buddypress .bp-login-widget-user-links>div>.bp-login-widget-user-link a:hover{color:var(--bb-primary-color)}.widget_bp_core_login_widget{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.widget_bp_core_login_widget .widget-title{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.widget_bp_core_login_widget .widget-title:empty{display:none}.widget_bp_core_login_widget .bp-login-widget-user-avatar{margin-left:15px}.widget_bp_core_login_widget .bp-login-widget-user-links{-webkit-box-flex:1;-ms-flex:1;flex:1}.bbp_widget_login{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.bbp_widget_login>.inner{width:100%}.bbp_widget_login .widget-title{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bbp_widget_login .widget-title:empty{display:none}.bbp_widget_login .bbp-logged-in{-webkit-box-flex:1;-ms-flex:1;flex:1}.bbp-logged-in{position:relative}#buddypress a.disabled,#buddypress button.disabled,#buddypress button.pending,#buddypress div.pending a,#buddypress input[type=button].disabled,#buddypress input[type=button].pending,#buddypress input[type=reset].disabled,#buddypress input[type=reset].pending,#buddypress input[type=submit].disabled,#buddypress input[type=submit].pending,#buddypress input[type=submit][disabled=disabled]{cursor:initial}body #buddypress * a{box-shadow:initial}body.buddypress .buddypress-wrap h1,body.buddypress .buddypress-wrap h2,body.buddypress .buddypress-wrap h3,body.buddypress .buddypress-wrap h4,body.buddypress .buddypress-wrap h5,body.buddypress .buddypress-wrap h6{margin:0 0 1.6875rem}.bp-navs.bp-navs{overflow:initial}.document-type-navs.main-navs,.video-type-navs.main-navs{border-bottom:0}body #buddypress .group-item-avatar{box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px var(--bb-content-border-color)}#buddypress div.item-list-tabs ul li{float:right;margin:0;list-style:none}#buddypress div.item-list-tabs ul li a,#buddypress div.item-list-tabs ul li span{display:block}.widget.buddypress #friends-list li,.widget.buddypress #groups-list li,.widget.buddypress #members-list li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:0 0 15px;border:0;padding:0}.buddypress.widget ul.item-list li .item-avatar{padding:0;-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px}.buddypress.widget ul.item-list li .item{padding:0}#buddypress div.item-list-tabs ul{margin:0;padding:0}#buddypress .bp-feedback.custom-homepage-info button.bp-tooltip{padding:0}#buddypress .custom-homepage-info.info{border:1px solid var(--bb-content-border-color);background:var(--bb-content-background-color);box-shadow:none;border-radius:3px;padding:20px;position:relative;font-size:16px;margin-bottom:20px;margin-top:0}#buddypress .custom-homepage-info.info button{position:absolute;left:10px;top:10px;background:100% 0;border:0;color:var(--bb-danger-color);box-shadow:none}#buddypress .custom-homepage-info.info p{padding:0}#buddypress .custom-homepage-info.info p:last-child{margin-bottom:0}.bs-groups-items.grid-view .item-avatar .avatar{width:100%}.buddypress-wrap:not(.round-avatars) .bs-groups-items.grid-view .item-avatar .avatar{border-radius:0}.buddypress-wrap a[data-bp-close] span:before,.buddypress-wrap button[data-bp-close] span:before{font-size:24px}@media screen and (min-width:75em){.member-front-page .buddypress.widget ul.item-list li .avatar,.widget-area .buddypress.widget ul.item-list li .avatar{width:100%}.member-front-page .buddypress.widget ul.item-list,.widget-area .buddypress.widget ul.item-list{margin:0;width:100%}}body.buddypress.activation .site-content,body.buddypress.register .site-content{padding-top:5%}body.buddypress.activation .site-content .content-area,body.buddypress.register .site-content .content-area{padding-top:0}@media screen and (min-width:46.8em){body.buddypress .site-content{padding-top:0}.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav{border-bottom:0;border-top:0;box-shadow:none;margin-bottom:20px;margin-top:0}}#cover-image-container{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0;padding:30px 30px 0;font-size:14px;line-height:1.3575}.bb-template-v2 #cover-image-container{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)}#header-cover-image{background-color:#607387}body #buddypress #header-cover-image{background-position:center center;margin:-30px -30px 0;position:relative;width:auto}@media screen and (min-width:800px){body #buddypress .users-header #header-cover-image{margin:-30px -30px 0}}body #buddypress #header-cover-image.width-full{width:100vw;position:relative;right:50%;left:50%;margin-right:-50vw;margin-left:-50vw;border-bottom:1px solid var(--bb-content-border-color)}body #buddypress #header-cover-image.cover-large{height:300px}body #buddypress #item-header-cover-image{min-height:auto;margin-bottom:0;padding-bottom:30px;width:100%}body #buddypress .groups-header #item-header-cover-image{display:-webkit-box;display:-ms-flexbox;display:flex}.bp-user #buddypress #item-header{margin:0}#buddypress #item-header-cover-image #item-header-avatar{margin-top:-40px;margin-left:30px;margin-bottom:5px;padding:0}#buddypress #item-header-cover-image.bb-disable-cover-img #item-header-avatar{margin-top:0;margin-bottom:0}body #buddypress #item-header-cover-image #item-header-avatar img.avatar{box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px var(--bb-content-border-color);border:3px solid #fff;max-width:170px}body #buddypress:not(.round-avatars) .groups-header #item-header-cover-image #item-header-avatar img.avatar{border-radius:4px}.bb-template-v1 nav#object-nav{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)}nav#object-nav{background:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);padding:0 30px;margin:0 0 20px;margin-top:-1px}nav#object-nav li{float:right;margin:0;padding:0 0 0 30px}nav#object-nav li.hideshow{padding-left:5px}nav#object-nav a{color:var(--bb-body-text-color);display:block;padding:11px 0;text-decoration:none;font-size:14px;line-height:2}nav#object-nav a:hover{color:var(--bb-primary-color)}.buddypress-wrap .bp-navs li:not(.current) a:focus,.buddypress-wrap .bp-navs li:not(.current) a:hover,.buddypress-wrap .bp-navs li:not(.selected) a:focus,.buddypress-wrap .bp-navs li:not(.selected) a:hover{background:100% 0;color:var(--bb-primary-color)}.buddypress-wrap .bp-navs li.current a .count,.buddypress-wrap .bp-navs li.dynamic.current a .count,.buddypress-wrap .bp-navs li.selected a .count,.buddypress_object_nav .bp-navs li.current a .count,.buddypress_object_nav .bp-navs li.selected a .count{background-color:var(--bb-primary-color)}nav#object-nav .selected>a{background-color:transparent;border-bottom:1px solid var(--bb-primary-color);margin-bottom:-1px;opacity:1;font-weight:500;color:var(--bb-headings-color)}nav#object-nav .selected>a:hover{color:var(--bb-primary-color)}body #buddypress div#item-header-cover-image h2,body #buddypress div#item-header-cover-image h2 a{font-size:1.8rem;position:relative;color:var(--bb-headings-color);text-shadow:none}body #cover-image-container span.activity{font-size:14px}.single-headers .item-meta{margin:0 0 10px;padding:0;color:var(--bb-alternate-text-color)}#item-header-cover-image .member-header-actions .generic-button a,#item-header-cover-image .member-header-actions .generic-button button{font-size:14px}#item-header-cover-image .member-header-actions .generic-button a.blocked-member,#item-header-cover-image .member-header-actions .generic-button button.blocked-member{opacity:.9;pointer-events:none}#item-header-cover-image .member-header-actions div.generic-button{display:inline-block;float:none}#item-header-cover-image .member-header-actions>li{float:none}#item-header-cover-image .flex>#send-private-message{margin-top:35px;text-align:right;min-width:140px;margin-left:-20px}#item-header-cover-image .flex>#send-private-message .thickbox{font-size:12px;min-height:30px;padding:0 20px;line-height:28px}#send-private-message.generic-button a:before{color:var(--bb-primary-color)}.toggle-password{color:var(--bb-primary-color)}.toggle-password:hover{color:var(--bb-primary-color)}span.triangle-play-icon{color:var(--bb-primary-color);border-color:var(--bb-primary-color)}.recording-preview-img:hover span.triangle-play-icon{color:var(--bb-primary-color)}.bb-shared-screen svg g{stroke:var(--bb-primary-color)}.bb-cover-photo,.bb-cover-photo .progress{background:var(--bb-cover-image-background-color)}.header-button.underlined{box-shadow:0 -1px 0 var(--bb-primary-color) inset}@media screen and (max-width:1400px){#buddypress div#item-header #item-header-cover-image #item-header-content>.flex{-ms-flex-flow:row wrap;flex-flow:row wrap}}@media screen and (max-width:1495px){.profile-sidebar.buddypanel-open .bp-single-vert-nav .bp-wrap:not(.bp-fullwidth-wrap){-ms-flex-flow:column;flex-flow:column}.profile-sidebar.buddypanel-open .bp-single-vert-nav .bp-wrap:not(.bp-fullwidth-wrap)>nav#object-nav.bb-single-main-nav--vertical{display:block;-webkit-box-flex:0;-ms-flex:none;flex:none;min-height:auto}}@media screen and (max-width:1335px){.profile-sidebar .bp-single-vert-nav .bp-wrap:not(.bp-fullwidth-wrap){-ms-flex-flow:column;flex-flow:column}.profile-sidebar .bp-single-vert-nav .bp-wrap:not(.bp-fullwidth-wrap)>nav#object-nav.bb-single-main-nav--vertical{display:block;-webkit-box-flex:0;-ms-flex:none;flex:none;min-height:auto}}@media screen and (max-width:1200px){#buddypress div#item-header #item-header-cover-image #item-header-content>.flex .bb-user-content-wrap{-webkit-box-flex:100%;-ms-flex:100%;flex:100%}#buddypress div#item-header #item-header-cover-image #item-header-content>.flex .flex>#send-private-message{margin:5px 10px 10px 0}}@media screen and (max-width:1130px){.profile-sidebar.buddypanel-open .widget-area{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.profile-sidebar.buddypanel-open.sidebar-left:not(.forums-sidebar) .site-content-grid{-ms-flex-flow:column;flex-flow:column}}@media screen and (max-width:1030px){.profile-sidebar .widget-area{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.profile-sidebar.sidebar-left:not(.forums-sidebar) .site-content-grid{-ms-flex-flow:column;flex-flow:column}}@media screen and (max-width:980px){#item-header-cover-image .flex>#send-private-message{margin:20px 0 0;-webkit-box-flex:100%;-ms-flex:100%;flex:100%}}@media screen and (max-width:782px){.bp_members.type-bp_members #item-header-content .gamipress-buddypress-points{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bp_members.type-bp_members #item-header-content>.flex #send-private-message,.bp_members.type-bp_members #item-header-content>.flex .bb-user-content-wrap,.bp_members.type-bp_members #item-header-content>.flex .member-header-actions{text-align:center}.bp_members.type-bp_members #item-header-content>.flex .bb-user-content-wrap .member-title-wrap{margin-bottom:15px}body #buddypress .users-header #header-cover-image.width-default{margin:-30px -20px 0}body #buddypress #header-cover-image{margin:-30px -20px 0}#cover-image-container{padding:30px 20px 0}}#TB_window{border-radius:4px}#TB_window #TB_title{display:inline-block;width:100%;height:auto;padding:10px 5px;border-radius:4px 4px 0 0}#TB_window #TB_title #TB_closeAjaxWindow #TB_closeWindowButton{left:10px}#TB_window #TB_title #TB_closeAjaxWindow #TB_closeWindowButton:active,#TB_window #TB_title #TB_closeAjaxWindow #TB_closeWindowButton:focus{box-shadow:none}#TB_window #TB_title #TB_closeAjaxWindow #TB_closeWindowButton:focus .tb-close-icon{box-shadow:none}#TB_window #TB_ajaxContent{padding:0 20px 20px;width:100%!important;height:auto!important}#TB_window #private-message-form-ux{margin-bottom:0;margin-top:12px;width:100%}#TB_window #private-message-form-ux>label{margin-bottom:10px;display:inline-block}#TB_window #private-message-form-ux input,#TB_window #private-message-form-ux textarea{display:block;width:100%;max-height:200px}#TB_window #private-message-form-ux input+br{display:none}@media screen and (max-width:560px){#TB_window{width:80%!important;max-width:100%!important;margin-right:0!important;margin-top:0!important;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}}body .single-headers a.button,body .single-headers div.generic-button,body .single-headers li.generic-button{margin:5px 0 5px 8px}nav#object-nav .more-button{font-size:20px;padding:14px 0;line-height:1.1}nav#object-nav .more-button.active:after{bottom:-18px}nav#object-nav .sub-menu{top:50px;padding:10px 0}nav#object-nav .sub-menu span.count{float:left;font-size:10px}nav#object-nav .sub-menu .selected>a{border:0}@media screen and (min-width:46.8em){.single-headers #item-header-content{padding-right:0}}.subnav li:not(:last-child){padding-left:30px}.activity-type-navs ul li:not(:last-child),.document-type-navs ul li:not(:last-child),.groups-type-navs ul li:not(:last-child),.media-type-navs ul li:not(:last-child),.members-type-navs ul li:not(:last-child),.video-type-navs ul li:not(:last-child){padding-left:30px}.bp-single-vert-nav .bp-wrap .bp-navs.bp-subnavs{margin-bottom:20px}.bp-subnavs li.selected a{background:100% 0;border-bottom:1px solid var(--bb-primary-color);color:var(--bb-headings-color);font-weight:500}.bp-subnavs li.selected a:hover{color:var(--bb-primary-color)}.bp-subnavs .sub-menu li.current a,.bp-subnavs .sub-menu li.selected a{border-bottom:0}@media screen and (max-width:782px){body #buddypress #item-header-cover-image{-ms-flex-flow:row wrap;flex-flow:row wrap}body #buddypress #item-header-cover-image #item-header-avatar{margin-left:auto;margin-right:auto}body #buddypress div#item-header #item-header-cover-image.bb-enable-cover-img #item-header-content,body #buddypress div#item-header .left #item-header-cover-image.bb-disable-cover-img #item-header-content{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}#buddypress .groups-header #cover-image-container.left #item-header-cover-image #item-header-avatar{margin-right:0}#buddypress .groups-header #cover-image-container.left #item-header-cover-image .bp-group-title-wrap{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}#buddypress .groups-header #cover-image-container.left #item-header-cover-image .bb-bp-group-title{text-align:right;-webkit-box-flex:0;-ms-flex:none;flex:none;margin-left:10px}#buddypress .groups-header #cover-image-container.left #item-header-content .bp-group-meta-wrap,#buddypress .groups-header #cover-image-container.left #item-header-content .group-actions-wrap{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}#buddypress .groups-header #cover-image-container.left #item-header-content .group-description{text-align:right}#buddypress .groups-header #cover-image-container.left #item-header-content .group-actions-absolute .groups-meta:first-child{margin-right:0}}@media screen and (max-width:46.8em){.buddypress-wrap:not(.bp-single-vert-nav) .bp-navs li{background:100% 0;float:right}.buddypress-wrap .bb-subnav-plain li{margin-bottom:5px}.buddypress-wrap .bb-subnav-vert li{margin-bottom:5px}.buddypress-wrap .single-screen-navs li{border-bottom:0}.buddypress-wrap .bp-subnavs li.current a,.buddypress-wrap .bp-subnavs li.current a:focus,.buddypress-wrap .bp-subnavs li.current a:hover,.buddypress-wrap .bp-subnavs li.selected a,.buddypress-wrap .bp-subnavs li.selected a:focus,.buddypress-wrap .bp-subnavs li.selected a:hover{color:var(--bb-headings-color)}}.bp-user [data-bp-search] form input[type=search],.bp-user [data-bp-search] form input[type=text],body .buddypress-wrap .bp-invites-search-form input[type=search]{padding:6px 10px;height:auto;font-size:14px}body .buddypress-wrap .bp-invites-search-form:before,body .buddypress-wrap form.bp-dir-search-form:before,body .buddypress-wrap form.bp-messages-search-form:before{content:"\ef10";color:inherit;font-family:bb-icons;font-size:17px;opacity:.4;position:absolute;right:9px;top:4px}body .buddypress-wrap .bp-invites-search-form input[type=search],body .buddypress-wrap form.bp-dir-search-form input[type=search],body .buddypress-wrap form.bp-messages-search-form input[type=search]{background-repeat:no-repeat;background-position:10px 50%;background-size:16px;background-image:none;padding-right:2rem;width:100%;min-width:210px}body .buddypress-wrap .bp-invites-search-form input[type=search]::input-placeholder,body .buddypress-wrap form.bp-dir-search-form input[type=search]::input-placeholder,body .buddypress-wrap form.bp-messages-search-form input[type=search]::input-placeholder{color:inherit;opacity:.4}@media screen and (max-width:544px){body .buddypress-wrap .bp-invites-search-form input[type=search],body .buddypress-wrap form.bp-dir-search-form input[type=search],body .buddypress-wrap form.bp-messages-search-form input[type=search]{min-width:150px}}body.pending-invites .buddypress-wrap .bp-invites-search-form input[type=search]{min-width:360px}@media screen and (max-width:544px){body.pending-invites .buddypress-wrap .bp-invites-search-form input[type=search]{min-width:280px}}body .buddypress-wrap form.bp-messages-search-form input[type=search]:-webkit-autofill{background-repeat:no-repeat;background-size:16px;background-image:url(../images/svg/search.svg);background-position:right 10px center}.buddypress-wrap form.bp-dir-search-form,.buddypress-wrap form.bp-invites-search-form,.buddypress-wrap form.bp-messages-search-form{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);box-shadow:none;border-radius:var(--bb-input-radius);margin:0;position:relative}.buddypress-wrap form.bp-dir-search-form:focus-within,.buddypress-wrap form.bp-dir-search-form:focus-within:hover,.buddypress-wrap form.bp-invites-search-form:focus-within,.buddypress-wrap form.bp-invites-search-form:focus-within:hover,.buddypress-wrap form.bp-messages-search-form:focus-within,.buddypress-wrap form.bp-messages-search-form:focus-within:hover{border-color:var(--bb-input-focus-border-color);border-width:1px;box-shadow:var(--bb-input-focus-shadow)}.buddypress-wrap .bp-search form:hover,.buddypress-wrap .select-wrap:hover{border-color:var(--bb-content-border-color);box-shadow:none}.buddypress-wrap .select-wrap select,.buddypress-wrap .select-wrap select:active,.buddypress-wrap .select-wrap select:focus{background-color:var(--bb-content-background-color)}#content .buddypress-wrap .subnav-filters div button#user_messages_search_submit,body #content .buddypress-wrap .bp-invites-search-form .nouveau-search-submit{padding:0;position:absolute!important;width:30px;height:33px;opacity:0;right:0;z-index:10;overflow:hidden}.buddypress-wrap form.bp-dir-search-form button[type=submit],.buddypress-wrap form.bp-messages-search-form button[type=submit]{position:absolute;opacity:0;visibility:hidden;right:7px;top:7px;height:20px;width:20px}.buddypress-wrap .bp-tables-report,.buddypress-wrap .bp-tables-user,.buddypress-wrap table.forum,.buddypress-wrap table.wp-profile-fields{background-color:#fff;border-radius:4px;overflow:hidden}.buddypress-wrap .bp-tables-report{box-shadow:0 0 0 1px var(--bb-content-border-color)}.buddypress-wrap .bp-tables-user{background-color:var(--bb-content-background-color)}.buddypress-wrap .bp-tables-report tr td,.buddypress-wrap .bp-tables-report tr th,.buddypress-wrap .bp-tables-user tr td,.buddypress-wrap .bp-tables-user tr th,.buddypress-wrap table.forum tr td,.buddypress-wrap table.forum tr th,.buddypress-wrap table.wp-profile-fields tr td,.buddypress-wrap table.wp-profile-fields tr th{padding:25px 20px}.buddypress-wrap .bp-tables-report thead tr,.buddypress-wrap .bp-tables-user thead tr,.buddypress-wrap table.forum thead tr,.buddypress-wrap table.wp-profile-fields thead tr{background:100% 0;border-bottom:1px solid var(--bb-content-border-color)}.buddypress-wrap .bp-tables-report tbody tr,.buddypress-wrap .bp-tables-user tbody tr,.buddypress-wrap table.forum tbody tr,.buddypress-wrap table.wp-profile-fields tbody tr{background:100% 0}.buddypress-wrap .bp-tables-report tbody tr:nth-child(odd),.buddypress-wrap .bp-tables-user tbody tr:nth-child(odd){background:var(--bb-content-alternate-background-color)}.buddypress-wrap .bp-tables-report tbody tr:hover,.buddypress-wrap .bp-tables-user tbody tr:hover{background:var(--bb-content-alternate-background-color)}td.notification-description a{font-size:16px;color:var(--bb-headings-color);letter-spacing:-.24px;line-height:1.3;position:relative}.buddypress-wrap .subnav-filters .select-wrap{margin-left:12px}.buddypress-wrap .select-wrap{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius)}.buddypress-wrap .select-wrap select{margin-left:0;padding:6px 10px 6px 25px;position:relative;text-indent:0;background-color:var(--bb-content-background-color)}.buddypress-wrap .select-wrap span.select-arrow{display:none}.buddypress-wrap .current-visibility-level{color:var(--bb-alternate-text-color)}.buddypress-wrap .field-visibility-settings{color:inherit}body .buddypress-wrap .subnav-filters .component-filters select,body .buddypress-wrap .subnav-filters .last select{font-size:14px;max-width:100%;min-height:34px;background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:left 10px center;border:0}.buddypress-wrap .bp-pagination{color:var(--bb-alternate-text-color);padding:10px 0}.buddypress-wrap .notifications-options-nav input#notification-bulk-manage{border:0;border-radius:3px;line-height:1;margin:1px 10px 0 0;padding:0 20px;min-height:34px;height:34px;font-size:14px;font-weight:500}.bb-sort-by-date{font-size:15px;color:var(--bb-alternate-text-color);letter-spacing:-.24px;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}span.notifications-order-actions{margin-right:5px;padding-top:1px;position:relative}span.notifications-order-actions a{color:var(--bb-alternate-text-color)}body.buddypress .buddypress-wrap .bs-section-title{margin-bottom:0}.buddypress-wrap .bp-messages{border:1px solid var(--bb-content-border-color);margin:0;border-radius:var(--bb-block-radius-inner)}.buddypress-wrap .bp-messages:after{content:"";clear:both;display:table}span.count:empty{display:none!important}#whats-new-content+#message{margin-top:20px}.buddypress-wrap #group-settings-form .bp-messages{margin-bottom:20px}.bp-feedback{box-shadow:none;border:1px solid var(--bb-content-border-color);background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius-inner);color:var(--bb-body-text-color)}.bp-feedback:after{content:"";display:table}.bp-feedback .bp-icon{border-radius:0 4px 4px 0}.bp-feedback.help .bp-icon,.bp-feedback.info .bp-icon{background-color:var(--bb-default-notice-color)}.bp-feedback.loading .bp-icon,.bp-feedback.warning .bp-icon{background-color:var(--bb-warning-color)}.bp-feedback.success .bp-icon,.bp-feedback.updated .bp-icon{background-color:var(--bb-success-color)}.bp-feedback.error .bp-icon{background-color:var(--bb-danger-color)}.bp-feedback.bp-feedback-v2{color:var(--bb-default-notice-color);background-color:rgba(var(--bb-default-notice-color-rgb),.1);border:0;border-radius:0;padding-right:20px}.bp-feedback.bp-feedback-v2 .bp-icon{background-color:transparent!important;color:var(--bb-default-notice-color);margin-left:0}.bp-feedback.bp-feedback-v2 p{padding:14px 5px}.bp-feedback.bp-feedback-v2.help,.bp-feedback.bp-feedback-v2.info{color:var(--bb-default-notice-color);background-color:rgba(var(--bb-default-notice-color-rgb),.1)}.bp-feedback.bp-feedback-v2.help .bp-icon,.bp-feedback.bp-feedback-v2.info .bp-icon{color:var(--bb-default-notice-color)}.bp-feedback.bp-feedback-v2.error{color:var(--bb-danger-color);background-color:rgba(var(--bb-danger-color-rgb),.1)}.bp-feedback.bp-feedback-v2.error .bp-icon{color:var(--bb-danger-color)}.bp-feedback.bp-feedback-v2.loading,.bp-feedback.bp-feedback-v2.warning{color:var(--bb-warning-color);background-color:rgba(var(--bb-warning-color-rgb),.1)}.bp-feedback.bp-feedback-v2.loading .bp-icon,.bp-feedback.bp-feedback-v2.warning .bp-icon{color:var(--bb-warning-color)}.bp-feedback.bp-feedback-v2.success,.bp-feedback.bp-feedback-v2.updated{color:var(--bb-success-color);background-color:rgba(var(--bb-success-color-rgb),.1)}.bp-feedback.bp-feedback-v2.success .bp-icon,.bp-feedback.bp-feedback-v2.updated .bp-icon{color:var(--bb-success-color)}.buddypress-wrap .bp-feedback:not(.custom-homepage-info) p,.widget-error .bp-feedback p{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0;padding-left:20px}#buddypress .bp-invites-content ul.item-list li img.avatar{border-radius:50%}#buddypress .bb-groups-messages-left .action .invite-button,#item-body #group-invites-container .bp-invites-content .action button.invite-button{background:url(../images/svg/circle-add.svg) no-repeat;height:26px;width:26px;background-size:contain;padding:0;min-width:26px;border:0}#buddypress .bb-groups-messages-left .action .invite-button .icons,#item-body #group-invites-container .bp-invites-content .action button.invite-button .icons{opacity:0;visibility:hidden}#buddypress .bb-groups-messages-left .selected .invite-button,#item-body #group-invites-container .bp-invites-content .selected .action button.invite-button{background:url(../images/svg/circle-close.svg) no-repeat}.buddypress-wrap ul.item-list li .invite-button:not(.group-remove-invite-button) span.icons:before{content:"\eef9";font-family:bb-icons;font-weight:100}.bp-feedback p{font-size:14px;line-height:1.5;padding:10px 5px}.bulk-select-all,.bulk-select-check{min-width:40px}.bulk-select-all label,.bulk-select-check label{margin:0!important}.notification-list.bb-nouveau-list{margin-bottom:20px}.notification-list.bb-nouveau-list .bs-item-wrap .bb-input-wrap>label:after,.notification-list.bb-nouveau-list .bulk-select-all>label:after{font-weight:400}.notification-list.bb-nouveau-list .bs-item-wrap .notification-avatar a>i{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--bb-alternate-text-color);bottom:-5px;border-radius:50%;color:var(--bb-content-background-color);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:18px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:25px;line-height:25px;position:absolute;left:-5px;width:25px}.notification-list.bb-nouveau-list .bs-item-wrap .notification-avatar a>i.bb-icon-calendar{font-size:17px}.notification-dropdown .notification-list.bb-nouveau-list .actions{opacity:0;visibility:hidden}@media (hover:none) and (pointer:coarse){.notification-dropdown .notification-list.bb-nouveau-list .actions{opacity:1;visibility:visible}.notification-dropdown .notification-list.bb-nouveau-list .unread:before{display:none}}.notification-dropdown .notification-list.bb-nouveau-list li:hover .actions{opacity:1;visibility:visible}.notification-list.bb-nouveau-list .actions{opacity:1;visibility:visible;font-size:0;min-width:40px}.notification-list.bb-nouveau-list .actions a{color:rgba(18,43,70,.4);margin-right:6px}.notification-list.bb-nouveau-list .actions .dashicons{font-size:18px}.notification-list.bb-nouveau-list .actions .delete .dashicons{font-size:16px;position:relative}.notification-list.bb-nouveau-list .actions .dashicons-dismiss:before,.notification-list.bb-nouveau-list .actions .dashicons-hidden:before,.notification-list.bb-nouveau-list .actions .dashicons-trash:before,.notification-list.bb-nouveau-list .actions .dashicons-visibility:before{content:"\ee6a";font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;font-size:20px}.notification-list.bb-nouveau-list .actions .dashicons-dismiss:before{content:"\e828"}.notification-list.bb-nouveau-list .actions .dashicons-trash:before{content:"\ef48"}.notification-list.bb-nouveau-list .actions .dashicons-hidden:before{content:"\ee69"}.buddypress-wrap .subnav-filters:after,.buddypress-wrap .subnav-filters:before{display:none}.buddypress-wrap .subnav-filters>ul{margin-right:0;margin-bottom:0}@media screen and (min-width:32em){#activity-stream{clear:both;padding-top:0}}@media (max-width:543px){.notification-list.bb-nouveau-list .avatar:not(.profile-avatar){max-width:44px}.notification-list.bb-nouveau-list .actions{font-size:0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:8px 98px 0 0}.notification-list.bb-nouveau-list .notification-content+.actions{-webkit-box-flex:0;-ms-flex:none;flex:none;padding:0}body.buddypress .buddypress-wrap .bs-section-title{font-size:20px}.bb-sort-by-date{font-size:13px;text-align:left}.notification-list .bs-item-wrap:not(.bs-header-item){-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.atwho-view{border-color:var(--bb-content-border-color);background-color:var(--bb-content-background-color)}.atwho-view ul li .username,.atwho-view ul li.list-loader{color:var(--bb-alternate-text-color)}.atwho-view small{color:var(--bb-headings-color)}.atwho-view .cur{background-color:var(--bb-content-alternate-background-color)}#whats-new-form,#whats-new-form-placeholder{margin:0}#whats-new-form .bp-feedback,#whats-new-form-placeholder .bp-feedback{min-width:100%}#whats-new-form.focus-in #bp-activity-privacy-point{color:var(--bb-alternate-text-color)}#whats-new-form #whats-new-post-in-box .bp-activity-object{padding:7px 30px 7px 26px;min-height:34px;margin:1px 0}#whats-new-form #whats-new-post-in-box .bp-activity-object:hover{background-color:var(--bb-content-alternate-background-color)}#whats-new-post-in-box-items .bp-activity-object label{margin:0}.activity-link-preview-title{color:var(--bb-headings-color)}.dropzone .dz-default,.dropzone .dz-preview .dz-image,.dropzone .dz-preview.dz-file-preview .dz-details,.dropzone.media-dropzone .dz-preview:not(.dz-image-preview) .dz-image,.dropzone.video-dropzone .dz-preview,.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail){background-color:var(--bb-content-alternate-background-color);border-radius:var(--bb-block-radius-inner)}.ac-reply-content .dropzone .dz-default,.ac-reply-content .dropzone .dz-preview .dz-image,.ac-reply-content .dropzone .dz-preview.dz-file-preview .dz-details,.ac-reply-content .dropzone.media-dropzone .dz-preview:not(.dz-image-preview) .dz-image,.ac-reply-content .dropzone.video-dropzone .dz-preview,.ac-reply-content .dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail){background-color:var(--bb-content-background-color)}.dropzone .dz-default .dz-button:hover>strong,.dropzone .dz-default .dz-button>strong{color:var(--bb-headings-color)}.dropzone .dz-preview.dz-file-preview .dz-details{border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner)}.buddypress .buddypress-wrap form#whats-new-form button.bp-remove-item{background-color:transparent;border:0;padding:0;margin-top:0;margin-right:30px;margin-left:2px;line-height:1}.buddypress .buddypress-wrap form#whats-new-form button.bp-remove-item:before{content:"\e828";font-family:bb-icons;speak:none;font-style:normal;font-weight:100;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;color:#939597}.emojionearea .emojionearea-picker{background-color:var(--bb-content-background-color);border-radius:4px}.emojionearea .emojionearea-picker.emojionearea-filters-position-top .emojionearea-filters{border-top-left-radius:4px;border-top-right-radius:4px}.emojionearea .emojionearea-picker .emojionearea-filters{background-color:var(--bb-content-alternate-background-color);border-bottom:1px solid var(--bb-content-border-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter.active{border-right:1px solid var(--bb-content-border-color);border-left:1px solid var(--bb-content-border-color);background-color:var(--bb-content-background-color)}.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter:last-child{border-radius:4px 0 0 0}.emojionearea .emojionearea-picker .emojionearea-filters i.emojionearea-filter:first-child[style*="display: none"]+i.emojionearea-filter:not([style*="display: none"]){border-right-width:0;border-radius:0 4px 0 0}.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter:first-of-type{border-right-width:0}.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter:last-of-type{border-left-width:0}#whats-new-textarea [contenteditable=true]:empty:before,#whats-new-textarea-placeholder [contenteditable=true]:empty:before{color:rgba(var(--bb-body-text-color-rgb),.5)}#whats-new-formatting-toolbar .emojionearea .emojionearea-button,#whats-new-formatting-toolbar a [class*=" bb-icon-"],#whats-new-messages-toolbar .emojionearea .emojionearea-button,#whats-new-messages-toolbar a [class*=" bb-icon-"],#whats-new-toolbar .emojionearea .emojionearea-button,#whats-new-toolbar a [class*=" bb-icon-"],.ac-reply-toolbar .emojionearea .emojionearea-button,.ac-reply-toolbar a [class*=" bb-icon-"]{color:rgba(var(--bb-headings-color-rgb),.4)}#whats-new-formatting-toolbar .active a [class*=" bb-icon-"],#whats-new-formatting-toolbar .emojionearea .emojionearea-button.active,#whats-new-formatting-toolbar .emojionearea .emojionearea-button:hover:before,#whats-new-formatting-toolbar a.active [class*=" bb-icon-"],#whats-new-formatting-toolbar a.open [class*=" bb-icon-"],#whats-new-formatting-toolbar a:hover [class*=" bb-icon-"],#whats-new-messages-toolbar .active a [class*=" bb-icon-"],#whats-new-messages-toolbar .emojionearea .emojionearea-button.active,#whats-new-messages-toolbar .emojionearea .emojionearea-button:hover:before,#whats-new-messages-toolbar a.active [class*=" bb-icon-"],#whats-new-messages-toolbar a.open [class*=" bb-icon-"],#whats-new-messages-toolbar a:hover [class*=" bb-icon-"],#whats-new-toolbar .active a [class*=" bb-icon-"],#whats-new-toolbar .emojionearea .emojionearea-button.active,#whats-new-toolbar .emojionearea .emojionearea-button:hover:before,#whats-new-toolbar a.active [class*=" bb-icon-"],#whats-new-toolbar a.open [class*=" bb-icon-"],#whats-new-toolbar a:hover [class*=" bb-icon-"],.ac-reply-toolbar .active a [class*=" bb-icon-"],.ac-reply-toolbar .emojionearea .emojionearea-button.active,.ac-reply-toolbar .emojionearea .emojionearea-button:hover:before,.ac-reply-toolbar a.active [class*=" bb-icon-"],.ac-reply-toolbar a.open [class*=" bb-icon-"],.ac-reply-toolbar a:hover [class*=" bb-icon-"]{color:var(--bb-headings-color)}#whats-new-formatting-toolbar .active a [class*=" bb-icon-"],#whats-new-formatting-toolbar .emojionearea .emojionearea-button.active:before,#whats-new-formatting-toolbar a.active [class*=" bb-icon-"],#whats-new-messages-toolbar .active a [class*=" bb-icon-"],#whats-new-messages-toolbar .emojionearea .emojionearea-button.active:before,#whats-new-messages-toolbar a.active [class*=" bb-icon-"],#whats-new-toolbar .active a [class*=" bb-icon-"],#whats-new-toolbar .emojionearea .emojionearea-button.active:before,#whats-new-toolbar a.active [class*=" bb-icon-"],.ac-reply-toolbar .active a [class*=" bb-icon-"],.ac-reply-toolbar .emojionearea .emojionearea-button.active:before,.ac-reply-toolbar a.active [class*=" bb-icon-"]{font-weight:300}#whats-new-formatting-toolbar .post-elements-buttons-item.disable a:hover [class*=" bb-icon-"],#whats-new-messages-toolbar .post-elements-buttons-item.disable a:hover [class*=" bb-icon-"],#whats-new-toolbar .post-elements-buttons-item.disable a:hover [class*=" bb-icon-"],.ac-reply-toolbar .post-elements-buttons-item.disable a:hover [class*=" bb-icon-"]{color:rgba(var(--bb-headings-color-rgb),.3)}#editor-toolbar [class*=" bb-icon-"]{color:rgba(var(--bb-headings-color-rgb),.4)}#editor-toolbar [class*=" bb-icon-"]:hover{color:var(--bb-headings-color)}#editor-toolbar .emojionearea-button:before{color:rgba(var(--bb-headings-color-rgb),.4)}#editor-toolbar .emojionearea-button:hover:before{color:var(--bb-headings-color)}#editor-toolbar .active [class*=" bb-icon-"]:before,#editor-toolbar .emojionearea-button.active:before{color:var(--bb-headings-color);font-weight:300!important}.activity-update-form .bb-model-header a .bb-icon-times,.bp-nouveau-activity-form-placeholder- .bb-model-header a .bb-icon-times{color:rgba(var(--bb-headings-color-rgb),.4)}.activity-update-form .bb-model-header a:hover .bb-icon-times,.bp-nouveau-activity-form-placeholder- .bb-model-header a:hover .bb-icon-times{color:var(--bb-headings-color)}.activity-update-form .bb-model-header a .bb-icon-close,.bp-nouveau-activity-form-placeholder- .bb-model-header a .bb-icon-close{color:rgba(var(--bb-headings-color-rgb),.4)}.activity-update-form .bb-model-header a:hover .bb-icon-close,.bp-nouveau-activity-form-placeholder- .bb-model-header a:hover .bb-icon-close{color:var(--bb-headings-color)}#buddypress .medium-editor-toolbar .medium-editor-toolbar-actions button,.buddypress .medium-editor-toolbar .medium-editor-toolbar-actions button,.medium-editor-toolbar .medium-editor-toolbar-actions button{color:rgba(var(--bb-headings-color-rgb),.4)}#buddypress .medium-editor-toolbar .medium-editor-toolbar-actions button.medium-editor-button-active,.buddypress .medium-editor-toolbar .medium-editor-toolbar-actions button.medium-editor-button-active,.medium-editor-toolbar .medium-editor-toolbar-actions button.medium-editor-button-active{color:var(--bb-headings-color)}.medium-editor-toolbar-form a{color:rgba(var(--bb-headings-color-rgb),.4)}.medium-editor-toolbar-form a:hover{color:var(--bb-headings-color)}h4 .bp-reported-type{color:var(--bb-headings-color)}#buddypress input#privacy-status-back,#buddypress input#privacy-status-group-back{color:rgba(var(--bb-headings-color-rgb),.4)}#buddypress input#privacy-status-back:hover,#buddypress input#privacy-status-group-back:hover{color:var(--bb-headings-color)}#whats-new-toolbar .active a .bb-icon,#whats-new-toolbar a.active .bb-icon,#whats-new-toolbar a.open .bb-icon{color:var(--bb-headings-color)}.buddypress-wrap:not(.bp-single-vert-nav) .main-navs>ul>li>a{padding:10px 0}body.buddypress article.page>.entry-header .entry-title{font-size:28px;color:var(--bb-headings-color)}#buddypress #dir-activity-search,#buddypress #dir-groups-search,#buddypress #group-activity-search{border:0;background-color:transparent;padding-right:35px;font-size:14px;height:34px}select#activity-filter-by{border:0}.filters .feed{height:34px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.filters .feed a{color:rgba(18,43,70,.4)}.filters .feed a:hover{color:#122b46}body #bbpress-forums .bp-list .action,body #buddypress .bp-list .action{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}body #bbpress-forums .bp-list .action .generic-button,body #buddypress .bp-list .action .generic-button{margin-left:15px}body #bbpress-forums .bp-list .action .generic-button a,body #buddypress .bp-list .action .generic-button a{color:var(--bb-primary-color);border-color:var(--bb-primary-color)}@media screen and (max-width:400px){body #buddypress #members-list.bp-list.following-list .following-meta.action{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}body #buddypress #members-list.bp-list.following-list .following-meta.action .generic-button,body #buddypress #members-list.bp-list.following-list .following-meta.action .generic-button:last-child{margin-right:5px;margin-left:5px}}.bp-list li .item-avatar{float:right}div#cover-image-container{margin-top:-31px}@media screen and (min-width:46.8em){.bp-dir-vert-nav .dir-navs{min-width:180px}.bp-dir-vert-nav .screen-content{border-color:var(--bb-content-border-color)}.bp-dir-vert-nav .dir-navs ul li.selected a{background:100% 0;color:inherit}.bp-dir-vert-nav .dir-navs ul li.selected{border:0}#buddypress.bp-dir-vert-nav .dir-navs 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;border-bottom:0;padding:4px 0}#buddypress.bp-dir-vert-nav .dir-navs li.selected a{border-bottom:0}.bp-dir-vert-nav .dir-navs ul li.selected a span{color:#fff}.bp-dir-vert-nav .dir-navs ul li a:focus span,.bp-dir-vert-nav .dir-navs ul li a:hover span{border:0}}.entry-content #groups-list .item-avatar a{display:inline-block;background:#fff;border:3px solid #fff;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px var(--bb-content-border-color);border-radius:4px}.entry-content .widget #groups-list .item-avatar a{box-shadow:none;border:0}.buddypress-wrap.round-avatars .item-avatar a{border-radius:50%}.buddypress-wrap .groups-list li .item-meta{margin-bottom:0;line-height:1.6}.buddypress #buddypress.bp-dir-vert-nav .create-button a{font-size:14px;font-weight:400;min-height:34px;padding:4px 20px;border:1px solid var(--bb-primary-color);background:100% 0;color:var(--bb-primary-color);box-shadow:none;border-radius:50px;text-decoration:none}#buddypress h4.bb-active-order{margin:0 20px 0 0}.buddypress-wrap .groups-list li .group-desc{border:0;border-radius:0;color:#737373;font-style:italic;margin:0;padding:0}.buddypress-wrap .grid.bp-list>li .item .group-desc,.buddypress-wrap .grid.bp-list>li .item .item-block{width:100%;margin-top:0;min-height:10px;font-size:13px}.buddypress-wrap .grid.bp-list>li .item .item-block{min-height:auto}.buddypress-wrap .grid.groups-list>li .item .last-activity{margin-top:0}.buddypress-wrap .grid.groups-list li .list-title{margin-bottom:10px}.buddypress-wrap .groups-list li p{margin:0 0 15px}.buddypress #buddypress.bp-dir-hori-nav .create-button a,.buddypress #buddypress.bp-dir-hori-nav .create-button a:hover{text-decoration:none}@media screen and (min-width:24em){.grid.groups-list .list-wrap{min-height:40px}.grid.groups-list .list-wrap .item-block{min-height:10px}}@media screen and (min-width:46.8em){.buddypress .bp-vertical-navs .groups-list .item-avatar{margin-left:20px;width:auto}.buddypress-wrap .groups-list li .group-desc{font-size:13px;line-height:1.5;font-style:normal}}@media screen and (max-width:980px){body #buddypress .group-invites-column .bp-list .action{-webkit-box-flex:inherit;-ms-flex:inherit;flex:inherit}}body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions,body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content{margin-top:0;margin-right:0;max-width:100%}body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image.bb-disable-cover-img #item-header-content{margin-top:-30px}body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image.bb-disable-cover-img #item-header-content .group-actions-absolute{top:-10px}body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image.bb-disable-cover-img #item-header-avatar+#item-header-content{margin-top:0;padding-top:0}body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image.bb-disable-cover-img #item-header-avatar+#item-header-content .group-actions-absolute{top:0}body.single-item.single-item.groups #buddypress div#item-header .centered #item-header-cover-image.bb-disable-cover-img #item-header-avatar+#item-header-content{margin-top:20px}body.single-item.single-item.groups #buddypress div#item-header .left #item-header-cover-image.bb-disable-cover-img #item-header-content:first-child .group-actions-absolute{top:0}@media screen and (min-width:1400px){body.single-item.single-item.groups #buddypress div#item-header .left #item-header-cover-image.bb-disable-cover-img #item-header-content:first-child .group-actions-absolute{top:20px}}.bp-list li .item-meta,.bp-list li .meta{letter-spacing:-.24px;line-height:1.3;font-size:12px;font-weight:300;color:var(--bb-alternate-text-color);margin:0}.single-headers{margin-bottom:0}body.buddypress .buddypress-wrap .bp-screen-title{margin:15px 0 0;display:none}.single-headers .activity{font-size:13px;margin-bottom:0}#buddypress #item-header-cover-image .highlight{margin-bottom:6px;padding:0}.group-description p{margin-bottom:1rem}.bp-avatar-nav ul,.bp-avatar-nav ul.avatar-nav-items li.current{border-color:var(--bb-content-border-color);font-size:14px}.bp-avatar-nav ul.avatar-nav-items li.current{border-bottom-color:var(--bb-content-background-color)}#buddypress input#bp-browse-button{margin-top:10px}.avatar-crop-management #avatar-crop-pane{margin-bottom:10px}.avatar-crop-management #avatar-crop-actions a.avatar-crop-cancel{color:var(--bb-alternate-text-color);font-size:15px}.avatar-crop-management #avatar-crop-actions a.avatar-crop-cancel:hover{color:var(--bb-primary-color)}body #buddypress p.warning,body.profile_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning,body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning{display:block;font-size:85%;margin:1em 0;color:var(--bb-warning-color);background-color:rgba(var(--bb-warning-color-rgb),.1);border-color:rgba(var(--bb-warning-color-rgb),.1);position:relative;padding:10px 15px;margin-bottom:1rem;border:1px solid transparent;border-radius:var(--bb-block-radius-inner)}.bb-bp-profile-screen{font-size:16px}.bb-bp-profile-screen .bp-cover-image{margin-top:20px;margin-bottom:20px}#buddypress #bp-delete-avatar,#buddypress #bp-delete-cover-image{color:#fff;background-color:var(--bb-danger-color);border:0;font-size:14px;padding:12px 25px;font-weight:500}#buddypress #bp-delete-avatar:hover,#buddypress #bp-delete-cover-image:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}#pass-strength-result{margin-bottom:30px}#buddypress .register-section .bp-heading{font-size:18px;margin:0 0 15px;line-height:1.2}#buddypress .register-section label,#buddypress .register-section legend{font-weight:400;font-size:14px;margin:0 0 3px}#buddypress .register-section input[type=password]{margin-bottom:20px}#buddypress .register-section a.clear-value{display:none}#buddypress .register-section .field-visibility-settings-header{font-size:12px;margin-bottom:10px}#buddypress .register-section .field-visibility-settings div.radio label{position:relative}#buddypress .register-section .field-visibility-settings div.radio .field-visibility-text{margin-right:35px}#buddypress .register-section .field-visibility-settings input[type=radio]{width:22px!important;height:22px;position:absolute;top:0;right:0;z-index:10;margin-top:0;opacity:0;margin-left:10px}#buddypress .register-section .field-visibility-settings span.bs-radio{display:inline-block;vertical-align:middle;cursor:pointer;position:absolute;top:0;right:0;overflow:hidden;width:22px;height:22px;line-height:1;background-color:#fff;border:2px solid #d6dce6;border-radius:100%;margin-left:10px;z-index:7}#buddypress .register-section .field-visibility-settings span.bs-radio.on:after{content:"";position:absolute;top:2px;right:2px;border-radius:100%;width:14px;height:14px;display:inline-block;background-color:var(--bb-primary-color);z-index:9}#buddypress .register-section .visibility-toggle-link{font-size:13px;background-color:transparent;color:var(--bb-headings-color);border:0;font-weight:600;min-height:auto;padding:0;vertical-align:baseline;border-radius:0;margin-right:5px}#buddypress .register-section .visibility-toggle-link:active,#buddypress .register-section .visibility-toggle-link:focus,#buddypress .register-section .visibility-toggle-link:hover{background:100% 0;color:var(--bb-primary-color);box-shadow:none}#buddypress .register-section p.description{font-size:14px}#buddypress .register-section .datebox-selects{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}#buddypress .register-section .datebox-selects label,#buddypress .register-section .datebox-selects select{margin-left:10px;margin-bottom:10px}#buddypress .register-section .wp-editor-tabs button{background:100% 0;border:1px solid #ddd;color:inherit;padding:6px 12px;height:auto;min-height:10px;border-radius:3px 3px 0 0}#buddypress .register-section .wp-editor-tabs button:active,#buddypress .register-section .wp-editor-tabs button:focus,#buddypress .register-section .wp-editor-tabs button:hover{background:100% 0;color:inherit;border:1px solid #ddd}#buddypress .register-section .html-active .wp-editor-tabs .switch-html,#buddypress .register-section .tmce-active .wp-editor-tabs .switch-tmce{background-color:#f5f5f5;border-bottom-color:#f5f5f5}#buddypress .register-section .quicktags-toolbar .button{color:inherit;background:100% 0;border:0;font-weight:700;padding:0 5px;margin:0 0 0 6px;border-radius:0;box-shadow:none;font-size:14px;height:auto;min-height:10px}#buddypress .register-section .editfield:first-child{margin-top:0}@media screen and (min-width:46.8em){.buddypress-wrap .register-page .layout-wrap{display:block}.buddypress-wrap.extended-default-reg .register-page .default-profile,.buddypress-wrap.extended-default-reg .register-page .extended-profile{padding:0}}#group-invites-container,.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body div#group-invites-container{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);margin:0}#group-invites-container .select2-container--default .select2-selection--multiple,.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body div#group-invites-container .select2-container--default .select2-selection--multiple{background-color:var(--bb-content-background-color)}#group-invites-container ul.subnav li,.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body div#group-invites-container ul.subnav li{float:none;margin:0;padding-left:0}#group-invites-container ul.subnav a,.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body div#group-invites-container ul.subnav a{border-bottom:0;padding:6px 0}@media screen and (max-width:680px){#group-invites-container ul.subnav li{float:right}}form#group_invites_search_form:after{content:"";display:table;clear:both}.drag-drop .drag-drop-inside p{color:inherit}.groups.group-admin .bp-navs.group-subnav li{float:none;padding:0}body .groups-manage-members-list .section-title{background:100% 0;color:var(--bb-headings-color);font-weight:500;font-size:20px;line-height:1.1;padding-right:0;letter-spacing:0}#buddypress #members-list .members-meta.action>.generic-button:last-child a,#buddypress #members-list .members-meta.action>.generic-button:last-child button{font-size:.875rem;min-height:32px;padding:5px 20px;border-radius:100px;border:1px solid var(--bb-primary-color);background:100% 0;color:var(--bb-primary-color);margin-right:10px;min-width:120px}#buddypress #members-list .members-meta.action>.generic-button:last-child a:focus,#buddypress #members-list .members-meta.action>.generic-button:last-child a:hover,#buddypress #members-list .members-meta.action>.generic-button:last-child button:focus,#buddypress #members-list .members-meta.action>.generic-button:last-child button:hover{box-shadow:none}.groups-manage-members-list ul.item-list>li:first-child{border-top-right-radius:var(--bb-block-radius-inner);border-top-left-radius:var(--bb-block-radius-inner)}.groups-manage-members-list ul.item-list>li:last-child{border-bottom-right-radius:var(--bb-block-radius-inner);border-bottom-left-radius:var(--bb-block-radius-inner)}#buddypress .groups-manage-members-list{padding:0}#buddypress .groups-manage-members-list ul.item-list{margin:0 0 30px}#buddypress .groups-manage-members-list ul.item-list>li{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);margin-bottom:-1px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:15px 20px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#buddypress .groups-manage-members-list ul.item-list>li .avatar{max-width:44px;width:100%;margin-left:15px}#buddypress .groups-manage-members-list .members-manage-buttons{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;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;padding-right:57px;margin:0}#buddypress .groups-manage-members-list .members-manage-buttons .button{min-width:20px;display:inline-block;font-size:12px;min-height:20px;padding:4px 12px;margin:5px 0 5px 10px}#buddypress .groups-manage-members-list .list-title.member-name a{font-size:20px;font-weight:400}#group-settings-form fieldset{border:0;padding:0;margin-bottom:0;margin-top:0;font-size:14px;line-height:1.5}#group-settings-form p.description{padding:10px 0;font-size:13px;margin-bottom:20px}.groups.group-admin #item-body #group-settings-form label[for=delete-group-understand]{margin:30px 0 15px}div#bs-member-profile:empty{display:none}#item-body .bb-message-heading h2,#item-body .bs-member-notifications .title.title{margin:0}.group-create #buddypress.bp-single-vert-nav #group-invites-container .group-invites-column,.group-create .type-bp_members #buddypress.bp-single-vert-nav #group-invites-container .group-invites-column{padding:0}.type-bp_members .buddypress-wrap .activity-list .load-more a,.type-bp_members .buddypress-wrap .activity-list .load-newest a{color:var(--bb-primary-color)}.type-bp_members .buddypress-wrap .activity-list .load-more a:hover,.type-bp_members .buddypress-wrap .activity-list .load-newest a:hover{color:#0f74e0}#item-body #group-invites-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;border-radius:var(--bb-block-radius)}#item-body #group-invites-container .bp-navs.group-subnav{border-bottom:0;-webkit-box-flex:0;-ms-flex:0 0 220px;flex:0 0 220px;background:var(--bb-content-alternate-background-color);border-left:1px solid var(--bb-content-border-color);min-height:60vh;border-radius:0 var(--bb-block-radius) var(--bb-block-radius) 0;margin:0;padding:30px 0}#item-body #group-invites-container .bp-navs.group-subnav a{border:0;font-size:14px;color:var(--bb-headings-color);letter-spacing:-.24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:13px 20px;line-height:1;margin-bottom:1px}#item-body #group-invites-container .bp-navs.group-subnav a:hover{background:rgba(77,92,109,.1)}#item-body #group-invites-container .bp-navs.group-subnav .current a,#item-body #group-invites-container .bp-navs.group-subnav .selected a{background:rgba(77,92,109,.1);color:var(--bb-primary-color);font-weight:400}#item-body #group-invites-container .group-invites-column{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:30px}#item-body #group-invites-container .bp-invites-content .item-list>li{background-color:var(--bb-body-background-color);border:1px solid var(--bb-content-border-color);border-bottom:0;margin-bottom:-1px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:15px 20px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:0;width:100%}#item-body #group-invites-container .bp-invites-content .item-list>li:first-child{border-top-right-radius:3px;border-top-left-radius:3px}#item-body #group-invites-container .bp-invites-content .item-list>li:last-child{border-bottom:1px solid var(--bb-content-border-color);border-bottom-left-radius:var(--bb-block-radius-inner);border-bottom-right-radius:var(--bb-block-radius-inner)}#item-body #group-invites-container .bp-invites-content .list-title{color:var(--bb-headings-color);font-size:20px;margin:0 auto;width:100%}#item-body #group-invites-container .bp-invites-content .item-meta .group-inviters li{color:var(--bb-alternate-text-color)}#item-body #group-invites-container .bp-invites-content .action{position:static}#item-body #group-invites-container .bp-invites-content .action button{height:auto;min-height:10px;padding:0;min-width:40px;border:0;color:inherit;background:100% 0;box-shadow:none}#item-body #group-invites-container .bp-invites-content .action button .icons:before{font-size:22px}#item-body #group-invites-container .bp-invites-content .button.selected{color:#ee343c}#item-body #group-invites-container .bp-invites-content #send-invites-editor{margin-top:30px}#item-body #group-invites-container .bp-invites-content #send-invites-editor img.avatar{border-radius:50%;max-width:40px}#item-body #group-invites-container .bp-invites-content #send-invites-editor #bp-send-invites-form label{font-size:14px}#item-body #group-invites-container .bp-invites-content #send-invites-editor #bp-send-invites-form .action{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row-reverse;flex-flow:row-reverse}#item-body #group-invites-container .bp-invites-content #send-invites-editor #bp-send-invites-form .action button{color:#939597}#item-body #group-invites-container .bp-invites-content #send-invites-editor #bp-send-invites-form .action button#bp-invites-send{margin-right:0;background-color:var(--bb-primary-color);color:#fff;min-height:34px;padding:6px 20px;border-radius:100px}#item-body #group-invites-container .bp-invites-content #send-invites-editor #bp-send-invites-form .action button#bp-invites-send:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}#item-body #group-invites-container li.selected{background-color:var(--bb-content-alternate-background-color)}#item-body #group-invites-container .bp-invites-content .action{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}#item-body #group-invites-container .bp-navs.group-subnav a:hover{color:var(--bb-primary-color)}#item-body #group-invites-container .bp-navs.group-subnav .current a,#item-body #group-invites-container .bp-navs.group-subnav .selected a{color:var(--bb-headings-color)}@media screen and (min-width:768px) and (max-width:1040px){#item-body #group-invites-container .bp-navs.group-subnav,#item-body #group-invites-container .group-invites-column,.groups.group-admin #buddypress #item-body #group-settings-form,.groups.group-admin #buddypress #item-body nav.bp-navs.group-subnav{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:10px;border-left:0;border-radius:4px 4px 0 0}#item-body #group-invites-container .bp-navs.group-subnav,.groups.group-admin #buddypress #item-body nav.bp-navs.group-subnav{padding:0;margin-bottom:10px}.groups.group-admin #buddypress #item-body .bp-navs.group-subnav a{padding:10px 15px}#item-body #group-invites-container .group-invites-column,.groups.group-admin #buddypress #item-body #group-settings-form{padding:20px}#group-invites-container ul.subnav li,.groups.group-admin #buddypress #item-body nav.bp-navs.group-subnav li{float:right!important}#item-body #group-invites-container .bp-navs.group-subnav{border-bottom:1px solid var(--bb-content-border-color)}}@media screen and (max-width:767px){#item-body #group-invites-container .bp-navs.group-subnav,#item-body #group-invites-container .group-invites-column{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:10px;border-left:0;border-radius:4px 4px 0 0}#item-body #group-invites-container .bp-navs.group-subnav{padding:0}#item-body #group-invites-container .group-invites-column{padding:20px}#group-invites-container ul.subnav li{float:right!important}#item-body #group-invites-container .bp-navs.group-subnav{border-bottom:1px solid var(--bb-content-border-color)}.bb-groups-invites-left.bb-select-member-view .bb-groups-invites-left-inner{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color)}}@media screen and (max-width:680px){#buddypress .bb-bp-settings-content,#item-body #group-invites-container .bp-navs.group-subnav,#item-body #group-invites-container .group-invites-column,.groups.group-admin #buddypress #item-body #group-settings-form,.groups.group-admin #buddypress #item-body nav.bp-navs.group-subnav{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:10px;border-left:0;border-bottom:1px solid var(--bb-content-border-color);border-radius:4px 4px 0 0}#item-body #group-invites-container .bp-navs.group-subnav,.groups.group-admin #buddypress #item-body nav.bp-navs.group-subnav{padding:0}#item-body #group-invites-container .group-invites-column,.groups.group-admin #buddypress #item-body form#group-settings-form{border-bottom:0;margin-bottom:0;padding:20px}.groups.group-admin #buddypress #item-body .bp-navs.group-subnav li{float:right}}.groups.group-create #buddypress .group-create-buttons{list-style:none;margin:0;overflow:hidden;display:inline-block}#create-group-form div#header-cover-image{background-color:var(--bb-content-alternate-background-color);border-radius:4px;max-width:100%;margin:0 auto 15px}.groups.group-create .buddypress-wrap{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);max-width:960px;margin:50px auto;padding:50px 100px}.groups.group-create .buddypress-wrap h2.bp-subhead{font-size:28px;line-height:1;margin-bottom:30px;text-align:center}.groups.group-create .buddypress-wrap #group-create-tabs{background:var(--bb-content-alternate-background-color);border-top:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color);margin:0 -100px 40px;padding:10px 30px;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:14px;letter-spacing:-.24px}.groups.group-create .buddypress-wrap .group-create-buttons li{padding-left:0}.groups.group-create .buddypress-wrap .group-create-buttons li a,.groups.group-create .buddypress-wrap .group-create-buttons li span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.groups.group-create .buddypress-wrap .group-create-buttons li a{color:var(--bb-headings-color)}.groups.group-create .buddypress-wrap .group-create-buttons li a:hover{color:var(--bb-primary-color)}.groups.group-create .buddypress-wrap .group-create-buttons li:not(:last-child) a:after{background-color:var(--bb-headings-color)}.groups.group-create .buddypress-wrap .group-create-buttons li:not(:last-child) a:after,.groups.group-create .buddypress-wrap .group-create-buttons li:not(:last-child) span:after{content:"";display:inline-block;width:24px;height:1px;background:var(--bb-alternate-text-color);margin:0 15px}.groups.group-create .buddypress-wrap .group-create-buttons li span{color:var(--bb-alternate-text-color)}.groups.group-create .buddypress-wrap .group-create-buttons li:not(:last-child) a:after{background:var(--bb-primary-color)}.groups.group-create .buddypress-wrap .group-create-buttons li.current a{background:100% 0;color:var(--bb-primary-color)}.groups.group-create .buddypress-wrap label{font-size:15px;font-weight:400;color:var(--bb-headings-color);letter-spacing:-.24px;line-height:1;margin:0 0 8px;cursor:pointer}.groups.group-create .buddypress-wrap input:not([type=checkbox],[type=radio],[type=submit],[type=button]){margin:0 0 25px}.groups.group-create .buddypress-wrap #group-desc{height:120px!important;padding:10px!important;margin:0 0 25px;resize:none}.groups.group-create .buddypress-wrap .submit{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;-ms-flex-flow:row wrap;flex-flow:row wrap}.groups.group-create .buddypress-wrap #group-creation-next{margin-left:0;margin-bottom:15px}.groups.group-create .buddypress-wrap #group-creation-previous{margin-bottom:15px}.groups.group-create .buddypress-wrap #group-creation-finish{margin-bottom:15px}.groups.group-create .buddypress-wrap fieldset{border:0;padding:0;margin:0 0 40px}.groups.group-create .buddypress-wrap legend{color:var(--bb-headings-color);letter-spacing:-.14px;font-size:18px;font-weight:500;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:20px;display:block;width:100%;line-height:1;margin-bottom:22px}.groups.group-create .buddypress-wrap .group-status-type ul{font-size:14px;margin:0 53px 30px 0;line-height:1.6;letter-spacing:-.24px}.groups.group-create .buddypress-wrap h4{font-weight:500}.groups.group-create .buddypress-wrap .left-menu{float:none;max-width:160px;margin:0 auto 30px}.groups.group-create .buddypress-wrap img.avatar{width:100%}.groups.group-create .buddypress-wrap .main-column{margin-right:0;font-size:14px;letter-spacing:-.24px;text-align:center;line-height:1.5}.groups.group-create .buddypress-wrap .main-column p{margin-bottom:1rem}.groups.group-create .buddypress-wrap #drag-drop-area{background:var(--bb-content-alternate-background-color);border:1px dashed var(--bb-content-border-color);border-radius:var(--bb-block-radius)}.groups.group-create .buddypress-wrap button#bp-delete-avatar{margin-top:30px}.groups.group-create .buddypress-wrap div#avatar-crop-pane{margin-bottom:20px}.groups.group-create .buddypress-wrap #subnav .subnav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.groups.group-create .buddypress-wrap #subnav li{margin:0 12px}.groups.group-create .buddypress-wrap #subnav a{font-size:18px;font-weight:500;letter-spacing:-.14px;line-height:40px}.groups.group-create .buddypress-wrap #group_invites_search_form,.groups.group-create .buddypress-wrap .bp-search,.groups.group-create .buddypress-wrap .group-invites-search.subnav-search{width:100%}.groups.group-create .buddypress-wrap input#group_invites_search{background-size:15px;background-position:right 14px center;height:34px;margin:0;border:0;padding-right:38px;font-size:14px;background-image:none}.groups.group-create .buddypress-wrap .bp-invites-content #members-list li{background-color:var(--bb-body-background-color);border:1px solid var(--bb-content-border-color);margin-bottom:-1px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:15px 20px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:0;width:100%}.groups.group-create .buddypress-wrap .bp-invites-content #members-list .list-title{color:var(--bb-headings-color);font-size:20px;margin:0 auto;width:100%}.groups.group-create .buddypress-wrap .bp-invites-content #members-list li.selected{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.01)}.groups.group-create .buddypress-wrap .bp-invites-content #members-list .action{position:static}.groups.group-create .buddypress-wrap .bp-invites-content #members-list button{height:auto;min-height:10px;padding:0;min-width:60px;border:0;color:inherit;background:100% 0;box-shadow:none}.groups.group-create .buddypress-wrap .bp-invites-content #members-list .button.selected{color:#ee343c}.groups.group-create .buddypress-wrap .bp-invites-content #members-list button .icons:before{font-size:22px}#item-body #group-invites-container .bp-invites-content ul.item-list li.selected{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.01)}#group-create-body{padding:0}#group-create-body #group-invites-container{margin-bottom:25px}#group-create-body #group-invites-container ul#members-list:after{content:"";display:table;clear:both}#buddypress textarea.activity-update{box-shadow:none}.groups.group-admin .settings-header{display:none}.bp-feedback{clear:both}.bb-group-settings .bs-item-list.list-view .bs-item-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bs-member-notifications .title{-webkit-box-flex:1;-ms-flex:1;flex:1}.widget .standard-form.bps_form .editfield{margin-bottom:15px}.widget .standard-form.bps_form label{display:block;margin-bottom:5px}#buddypress h1.entry-title.settings-title{margin:0}.bp-navs__dropdown{display:none}.buddypress-wrap select{height:40px}.buddypress-wrap select.bp-navs__dropdown{height:44px}body #buddypress #item-body blockquote,body #buddypress .bp-lists blockquote{margin-right:0}div.bp-avatar-status p.updated,div.bp-cover-image-status p.updated{border-radius:3px;font-size:14px;line-height:1.5}div.bp-avatar-status p.success,div.bp-cover-image-status p.success{background-color:var(--bb-success-color);border-color:var(--bb-success-color);color:#fff}.buddypress-wrap a.loading,.buddypress-wrap input.loading{-webkit-transition-property:none!important;transition-property:none!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;-webkit-animation:none!important;animation:none!important}@media screen and (max-width:800px){.buddypress-wrap div#group-invites-container .group-subnav-filters .last{text-align:left}}.mce-top-part.mce-top-part:before{box-shadow:none}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-apply span{font-size:18px;padding-left:2px;padding-top:1px}div.has-text-field #wp-link .query-results{top:260px}@media screen and (max-width:782px){body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions,body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;text-align:center}body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content{margin-top:15px}body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image.bb-disable-cover-img #item-header-content{margin-top:-15px}body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image.bb-disable-cover-img #item-header-avatar+#item-header-content{margin-top:15px}body.single-item.single-item.groups #buddypress div#item-header #cover-image-container.centered #item-header-cover-image.bb-disable-cover-img #item-header-avatar+#item-header-content{-webkit-box-flex:1;-ms-flex:1;flex:1}.groups-header .groups-meta{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}#wp-link-wrap.has-text-field .query-results{top:275px}}#buddypress a.view.activity-time-since{display:inline-block}.bp-user.notifications #buddypress #item-header{margin-bottom:20px;display:none}body #buddypress div#item-header li{float:none}body #buddypress div#item-header .activity-comments-items{margin:0;list-style:none;background:var(--bb-content-alternate-background-color);padding:15px}div#item-header .bp-feedback.bp-messages{margin-bottom:20px}.type-bp_members div#item-header #cover-image-container+.bp-feedback.bp-messages{margin-top:20px}.bp-user.notifications #buddypress div#item-header .bp-feedback.bp-messages{margin-bottom:0}#bp-send-invites-form #bp-invites-reset,#bp-send-invites-form #bp-invites-send{display:inline-block;margin-left:15px;margin-bottom:15px}.bb-template-v1 #item-header.single-headers .bp-feedback.bp-feedback{border-top:0;border-radius:0}.bb-template-v1 #item-header.single-headers .bp-feedback.bp-feedback .bp-icon{border-radius:0}.bb-template-v2 #item-header.single-headers .bp-feedback.bp-feedback{border-radius:var(--bb-block-radius-inner);margin-top:5px}.bb-template-v2 #item-header.single-headers .bp-feedback.bp-feedback .bp-icon{border-radius:0 var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0}#item-header.single-headers .bp-feedback.bp-feedback.help .bp-icon,#item-header.single-headers .bp-feedback.bp-feedback.info .bp-icon{background:var(--bb-default-notice-color)}#item-header.single-headers .bp-feedback.bp-feedback.help .bp-icon:before,#item-header.single-headers .bp-feedback.bp-feedback.info .bp-icon:before{content:"\eebc"}#item-header.single-headers .bp-feedback.bp-feedback.warning .bp-icon{background:var(--bb-warning-color)}#item-header.single-headers .bp-feedback.bp-feedback.warning .bp-icon:before{content:"\eebc"}#item-header.single-headers .bp-feedback.bp-feedback.success .bp-icon{background:var(--bb-success-color);color:var(--bb-success-color)}#item-header.single-headers .bp-feedback.bp-feedback.success .bp-icon:before{content:"\e876"}#item-header.single-headers .bp-feedback.bp-feedback.error .bp-icon{background:var(--bb-danger-color)}#item-header.single-headers .bp-feedback.bp-feedback.error .bp-icon:before{content:"\eebc"}#item-header.single-headers .bp-feedback.bp-feedback p{padding:15px}#item-header.single-headers .bp-feedback.bp-feedback .bp-icon{font-family:bb-icons;color:var(--bb-content-background-color)!important;padding:11px 16px;font-weight:200;margin:0;border-radius:0 var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0}.bbp-user-page.single #item-header.single-headers #cover-image-container+.bp-feedback{margin:0}.buddypress-wrap #group-create-body .bp-cover-image-status p.warning{box-shadow:none;background:var(--bb-success-color);border-radius:4px}.buddypress-wrap .filter label{font-size:14px;margin-left:10px;margin-bottom:0}.buddypress-wrap .filter label:before{display:none}.buddypress.widget .activity-list blockquote{margin:0 0 10px;padding:0 0 10px;font-size:14px;border-bottom:1px solid rgba(0,0,0,.1)}.buddypress.widget .activity-list blockquote>p{word-wrap:break-word;margin-bottom:10px}.buddypress.widget .activity-list blockquote iframe{max-width:100%;height:auto}.buddypress.widget .activity-list blockquote footer{overflow:hidden}.buddypress.widget .activity-list blockquote cite{float:right;margin-left:15px}.buddypress.widget .activity-list blockquote a.view.activity-time-since{line-height:1;display:block}.friends-request-list .list-wrap{width:100%}#buddypress .group-front-page{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px;margin-left:-10px;padding-right:10px;padding-left:10px}#buddypress .group-front-page .group-description{padding-right:10px;padding-left:10px;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}#buddypress .group-front-page #group-front-widgets{-webkit-box-flex:0;-ms-flex:0 0 300px;flex:0 0 300px;max-width:300px;padding-right:10px;padding-left:10px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}#buddypress .group-front-page #group-front-widgets .item-avatar .avatar{width:100%}#buddypress .group-front-page .widget_bp_core_login_widget{display:-webkit-box;display:-ms-flexbox;display:flex}#buddypress .group-front-page .widget_bp_core_login_widget h2.widget-title{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}#buddypress .group-front-page .widget .widget-title{font-family:inherit;font-size:.75rem;font-weight:600;letter-spacing:.25px;line-height:1rem;margin:0 0 20px;text-transform:uppercase}.buddypress-wrap .custom-homepage-info button[data-bp-close] span:before{font-size:20px}.custom-homepage-info .dashicons-dismiss{color:rgba(18,43,70,.4)}.custom-homepage-info .dashicons-dismiss:hover{color:rgba(18,43,70,.9)}.custom-homepage-info .dashicons-dismiss:before{display:inline-block;text-rendering:auto;font-size:20px;font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e828"}.bp-single-vert-nav .bp-wrap{border-radius:4px;margin-top:20px}.bb-single-main-nav--vertical li .count{border-radius:10px}.buddypress-wrap.round-avatars .widget_bp_core_login_widget .avatar{border-radius:3px}.buddypress .buddypress-wrap .mejs-button>button{background-color:transparent;background-image:url(../../../../../wp-includes/js/mediaelement/mejs-controls.svg);color:inherit;border:0;padding:0;width:20px}.buddypress .buddypress-wrap .mejs-button>button:hover{background-color:transparent}.buddypress .buddypress-wrap .mejs-play>button{background-position:100% 0}.buddypress .buddypress-wrap .mejs-pause>button{background-position:-20px 0}.buddypress .buddypress-wrap .mejs-unmute>button{background-position:-40px 0}.buddypress .buddypress-wrap .mejs-mute>button{background-position:-60px 0}.buddypress .buddypress-wrap .mejs-fullscreen-button>button{background-position:-80px 0}.buddypress .buddypress-wrap .mejs-unfullscreen>button{background-position:-100px 0}.buddypress .buddypress-wrap .mejs-captions-button>button{background-position:-140px 0}.buddypress .buddypress-wrap .mejs-replay>button{background-position:-160px 0}.buddypress .buddypress-wrap .mejs-chapters-button>button{background-position:-180px 0}.bp-user .messages nav#object-nav,.bp-user .notifications nav#object-nav,.bp-user .settings nav#object-nav{display:none}.bb-group-header-wrapper{overflow:hidden;background:#fff;border:1px solid var(--bb-content-border-color);border-bottom:0;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0;padding:30px;font-size:14px;line-height:1.3575}.bb-group-header-wrapper .avatar{box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px var(--bb-content-border-color);border:5px solid #fff;border-radius:5px}@media screen and (max-width:46.8em){.buddypress-wrap .bp-subnavs li.current a,.buddypress-wrap .bp-subnavs li.current a:focus,.buddypress-wrap .bp-subnavs li.current a:hover,.buddypress-wrap .bp-subnavs li.selected a,.buddypress-wrap .bp-subnavs li.selected a:focus,.buddypress-wrap .bp-subnavs li.selected a:hover{background:100% 0}}.bp-messages .bp-feedback{margin:12px 8px}.widget.bp-latest-activities .fluid-width-video-wrapper{margin-bottom:25px}.bb-group-settings h4+#bb_profile_avatar_wrap,.settings-messages+#bb_profile_avatar_wrap{margin:0 auto 30px}.bb-author.bb-message-title{min-height:67px}.grid-filters .dashicons{font:normal normal normal 22px/1 bb-icons;width:auto;height:auto}.grid-filters .layout-grid-view .dashicons:before{content:"\eead"}.grid-filters .layout-list-view .dashicons:before{content:"\edb1"}.pc_progress_wrap .pc_progress_rate{stroke:var(--bb-success-color)}.pc_progress_wrap .progress_text_unit{margin-right:3px}.pc_progress_wrap .progress_text_label,.pc_progress_wrap .progress_text_unit{color:var(--bb-alternate-text-color);font-size:14px}.progress_text_wrap h3{line-height:1.2}.progress_text_wrap .progress_text_value{font-size:34px}.profile_completion_wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row;flex-flow:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.profile_completion_wrap .pc_progress_wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;min-width:240px;-webkit-box-flex:1;-ms-flex:1;flex:1}.profile_completion_wrap .pc_detailed_progress_wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:100%}@media (max-width:800px) and (min-width:544px){.profile_completion_wrap .pc_detailed_progress_wrap{max-width:50%}.profile_completion_wrap .pc_progress_wrap{margin-bottom:0}}.pc_detailed_progress_wrap .pc_detailed_progress{list-style:none}.pc_detailed_progress_wrap .single_section_wrap{margin:0;padding:10px 0;position:relative;margin-right:25px}.pc_detailed_progress_wrap .single_section_wrap .section_ico{border:2px solid var(--bb-content-border-color);margin-right:-30px;margin-left:10px;display:inline-block;height:18px;width:18px;border-radius:50%;position:relative;vertical-align:middle}.pc_detailed_progress_wrap .single_section_wrap .section_ico i{display:none}.pc_detailed_progress_wrap .single_section_wrap .section_ico:before{content:"";display:inline-block;width:1px;height:10px;position:absolute;right:50%;margin-top:0;top:-17px;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);background-color:#d0d3d6}.pc_detailed_progress_wrap .single_section_wrap .section_number{display:none}.pc_detailed_progress_wrap .single_section_wrap .section_name a{text-decoration:none;font-size:14px}.pc_detailed_progress_wrap .single_section_wrap .progress .completed_staus{width:33px;font-weight:500;text-align:left}.pc_detailed_progress_wrap .single_section_wrap .section_name{width:-webkit-calc(100% - 45px);width:calc(100% - 45px);display:inline-block;vertical-align:middle;color:var(--bb-alternate-text-color);overflow:hidden}.pc_detailed_progress_wrap .single_section_wrap.completed .section_ico{border-color:#05d786}.pc_detailed_progress_wrap .single_section_wrap.completed .section_ico i{display:block;position:absolute;right:1px;margin-top:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:12px;color:#05d786}.pc_detailed_progress_wrap .single_section_wrap.completed .section_name a{font-size:14px;color:var(--bb-headings-color);font-weight:500}.pc_detailed_progress_wrap .single_section_wrap.completed .progress .completed_staus{color:#05d786}.pc_detailed_progress_wrap .single_section_wrap:first-of-type .section_ico:before{display:none}.pc_detailed_progress_wrap .single_section_wrap.completed+.single_section_wrap.completed .section_ico:before{background-color:#05d786}.bb-template-v1 .bp-single-vert-nav .item-body{padding:20px}@media screen and (max-width:46.8em){.bb-template-v1 .bp-single-vert-nav .item-body{padding:10px}}.bb-template-v1 .bp-subnavs:not(.bb-subnav-vert,.group-subnav) .subnav li a{padding-right:0;padding-left:0}.bb-template-v1 .bp-subnavs:not(.bb-subnav-vert,.group-subnav) .subnav .sub-menu li a{padding:.9375rem}.bb-template-v1 .bb-profile-grid .item-body-inner>div.bp-settings-container .bp-subnavs{margin-bottom:0}.bb-template-v1 .bb-profile-grid .item-body-inner>div.bp-settings-container .bp-subnavs .subnav li a{padding:16px 20px}.elementor-widget-wp-widget-bp_xprofile_profile_completion_widget,.widget.widget_bp_profile_completion_widget{padding-bottom:10px}#new-post span.atwho-inserted,#whats-new-form span.atwho-inserted,.ac-form span.atwho-inserted,span.atwho-inserted a{color:var(--bb-primary-color)}.bb-loading-bg{background-color:var(--bb-content-alternate-background-color)}.bb-loading-bg.bb-loading-input{border-radius:var(--bb-button-radius)}.type-post .buddypress-wrap.bp-shortcode-wrap ul.bp-list.groups-dir-list>li{min-width:auto}.type-post #buddypress.bp-shortcode-wrap .members-list>li{min-width:auto}.bb-footer .bb_more_dropdown .bb_more_dropdown__title,nav.bp-navs .bb_more_dropdown .bb_more_dropdown__title{display:none;background-color:var(--bb-content-alternate-background-color);padding:10px 15px;position:relative}.bb-footer .bb_more_dropdown .bb_more_dropdown__title__text,nav.bp-navs .bb_more_dropdown .bb_more_dropdown__title__text{color:var(--bb-headings-color);display:inline-block;font-size:16px;font-weight:600;line-height:24px}.bb-footer .bb_more_dropdown .bb_more_dropdown__close_button,nav.bp-navs .bb_more_dropdown .bb_more_dropdown__close_button{color:var(--bb-headings-color);cursor:pointer;font-size:24px;line-height:1;opacity:.4;position:absolute;left:15px;top:11px}.bb-footer .bb_more_dropdown .bb_more_dropdown__close_button>i,nav.bp-navs .bb_more_dropdown .bb_more_dropdown__close_button>i{font-size:24px;margin:0;line-height:1}.bb-footer .bb_more_dropdown+.bb_more_dropdown_overlay,nav.bp-navs .bb_more_dropdown+.bb_more_dropdown_overlay{display:none}@media screen and (max-width:980px){.bb-footer .bb_more_dropdown.open,nav.bp-navs .bb_more_dropdown.open{border:1px solid var(--bb-content-border-color);bottom:inherit;position:fixed;top:50%;right:50%;max-height:-webkit-calc(100% - 100px);max-height:calc(100% - 100px);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-width:220px;overflow:auto;padding:0;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);z-index:992}.bb-footer .bb_more_dropdown.open:after,.bb-footer .bb_more_dropdown.open:before,nav.bp-navs .bb_more_dropdown.open:after,nav.bp-navs .bb_more_dropdown.open:before{display:none}.bb-footer .bb_more_dropdown.open .bb_more_dropdown__title,nav.bp-navs .bb_more_dropdown.open .bb_more_dropdown__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0;text-align:right}.bb-footer .bb_more_dropdown.open+.bb_more_dropdown_overlay,nav.bp-navs .bb_more_dropdown.open+.bb_more_dropdown_overlay{background-color:rgba(0,0,0,.1);bottom:0;display:block;position:fixed;right:0;left:0;top:0;z-index:991}}@media screen and (min-width:75em){body.single-post:not(.has-sidebar) .buddypress-wrap.bp-shortcode-wrap .grid.bp-list>li{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%;max-width:33.333%}}#buddypress .bb_more_dropdown .bb_more_dropdown__title{background-color:var(--bb-content-alternate-background-color)}#buddypress .bb_more_dropdown .bb_more_dropdown__close_button,#buddypress .bb_more_dropdown .bb_more_dropdown__title__text{color:var(--bb-headings-color)}@media screen and (max-width:980px){#buddypress .bb_more_dropdown.open{border-color:var(--bb-content-border-color)}#buddypress .bb_more_dropdown.open .bb_more_dropdown__title{border-bottom-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}}@media screen and (max-width:980px){body[class*=more_option_open]{overflow:hidden}body[class*=more_option_open] .activity-list.bp-list .download-document,body[class*=more_option_open] .activity-list.bp-list .download-media,body[class*=more_option_open] .activity-list.bp-list .download-video,body[class*=more_option_open] .site-header{z-index:9!important}.groups.group-create .buddypress-wrap{padding:50px 30px}.groups.group-create .buddypress-wrap #group-create-tabs{margin:0 -30px 40px}.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul{margin:0}}@media screen and (max-width:640px){.bp-invites-content .bp-list li .item-avatar{margin-left:15px}.bp-invites-content #members-list.item-list .item-avatar img{max-width:42px}#item-body #group-invites-container .bp-invites-content .list-title{font-size:16px}#item-body #group-invites-container .bp-invites-content .action button .icons:before{font-size:18px}#item-body #group-invites-container .bp-invites-content .action button{min-width:20px}.buddypress-wrap .bp-invites-filters ul li #bp-invites-next-page,.buddypress-wrap .bp-invites-filters ul li #bp-invites-prev-page,.buddypress-wrap .bp-messages-filters ul li #bp-messages-next-page,.buddypress-wrap .bp-messages-filters ul li #bp-messages-prev-page{margin-bottom:10px}.buddypress-wrap .subnav-filters .bulk-actions-wrap.bp-show{margin-top:20px;margin-bottom:10px}.user-messages-bulk-actions .bulk-actions.select-wrap{margin-right:0}.groups.group-create .buddypress-wrap #group-creation-next,.groups.group-create .buddypress-wrap #group-creation-previous,.submit input#group-creation-create{font-size:13px;font-weight:500}.groups.group-create .buddypress-wrap label{font-size:14px}.groups.group-create .buddypress-wrap .bp-invites-content #members-list .list-title{font-size:16px}.groups.group-create .buddypress-wrap .bp-invites-content #members-list .action{margin-right:auto}}@media screen and (max-width:511px){.buddypress-wrap .subnav-filters div{clear:both;margin-top:10px;margin-bottom:10px}.buddypress-wrap .subnav-filters .user-messages-bulk-actions div.bulk-actions-wrap{margin-top:10px;margin-bottom:0}.buddypress-wrap .subnav-filters .user-messages-bulk-actions div.bulk-actions-wrap div{margin-top:0;margin-bottom:0}.buddypress-wrap .subnav-filters>ul{margin-right:0;margin-bottom:0;width:100%;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}li.group-act-search{-webkit-box-flex:1;-ms-flex:1;flex:1}.avatar-crop-management #avatar-crop-pane{-webkit-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75)}.drag-drop-inside p.drag-drop-buttons{margin-top:10px}}@media screen and (max-width:370px){.avatar-crop-management #avatar-crop-pane{margin-right:-30px;-webkit-transform:scale(.6);-ms-transform:scale(.6);transform:scale(.6);-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center}#avatar-to-crop{margin:0 auto}#avatar-to-crop>.jcrop-holder{margin:0 auto;-webkit-transform:scale(.8) translateX(10px);-ms-transform:scale(.8) translateX(10px);transform:scale(.8) translateX(10px);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}#avatar-crop-actions{margin-top:-60px}}@media screen and (min-width:55em){body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.groups-list{grid-template-columns:repeat(auto-fit,minmax(275px,33.333%))}body:not(.has-sidebar) .buddypress-wrap .grid.bp-list>li{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%;max-width:33.333%}}@media screen and (min-width:75em){body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.groups-list{grid-template-columns:repeat(auto-fit,minmax(275px,25%))}body:not(.has-sidebar) .buddypress-wrap .grid.bp-list>li{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}}.activity-update-form,.bp-nouveau-activity-form-placeholder-{border:0;margin:0;padding:0}.activity-update-form #activity-form-submit-wrapper{margin:0;padding:0 15px}.activity-update-form #activity-header h3{font-size:20px}#activity-form-submit-wrapper select{height:34px;margin-left:12px;border:1px solid #dedfe2;font-size:13px}#whats-new-post-in-box-items{display:inline-block}#whats-new-post-in-box-items .activity-autocomplete-clear i{color:var(--bb-body-text-color);opacity:.4}#whats-new-post-in-box-items .activity-autocomplete-clear i:hover{opacity:1}.activity-post-avatar{color:var(--bb-headings-color);font-size:14px;font-weight:500;letter-spacing:-.24px}.activity-post-avatar:hover{color:var(--bb-primary-color)}.activity-update-form #whats-new-form #whats-new-toolbar,.activity-update-form #whats-new-form-placeholder #whats-new-toolbar,.bp-nouveau-activity-form-placeholder- #whats-new-form #whats-new-toolbar,.bp-nouveau-activity-form-placeholder- #whats-new-form-placeholder #whats-new-toolbar{background-color:var(--bb-content-alternate-background-color)}.activity-update-form .whats-new-form-footer{background-color:var(--bb-content-alternate-background-color)}.bb-schedule-post_dropdown_section .bb-schedule-post_dropdown_button{border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner)}.bb-schedule-post_dropdown_section .bb-schedule-post_dropdown_button i{color:var(--bb-alternate-text-color)}.bb-schedule-post_dropdown_section .bb-schedule-post_dropdown_button.is_scheduled{color:var(--bb-headings-color);background-color:var(--bb-content-border-color)}.bb-schedule-post_dropdown_section .bb-schedule-post_dropdown_list{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius-inner)}.bb-schedule-post_dropdown_section .bb-schedule-post_dropdown_list li>a{color:var(--bb-body-text-color)}.bb-schedule-post_dropdown_section .bb-schedule-post_dropdown_list li>a:hover{background-color:var(--bb-content-alternate-background-color)}.bb-schedule-post_dropdown_section .bb-schedule-post_dropdown_list li>a>i{color:var(--bb-alternate-text-color)}#buddypress .bb-schedule-post_dropdown_section .bb-model-footer .button.button-outline{background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color);color:var(--bb-headings-color);margin-left:6px}.bb-schedule-post_dropdown_section .schedule-posts-placeholder p,.bb-schedule-post_dropdown_section .schedule-posts-placeholder>[class*=bb-icon]{color:var(--bb-alternate-text-color)}.bb-schedule-post_dropdown_section .bb-schedule-posts_modal .bb-action-popup-content{background-color:var(--bb-body-background-color);border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)}.bb-schedule-post_dropdown_section .bb-action-popup-content .input-field-inline .bb-schedule-activity-meridian-wrap label span{color:var(--bb-alternate-text-color);background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color)}.bb-schedule-post_dropdown_section .bb-action-popup-content .input-field-inline .bb-schedule-activity-meridian-wrap label input:checked+span{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color)}.bb-schedule-post_dropdown_section .bb-action-popup .bb-model-header .bb-model-close-button>span[class*=bb-icon]:hover{opacity:1}.bb-schedule-post_dropdown_section .bb-schedule-posts_modal .activity-list .activity-date{color:var(--bb-alternate-text-color)}.bb-schedule-post_dropdown_section .bb-schedule-posts_modal .activity-list .activity-date .schedule-text{color:var(--bb-body-text-color)}.bb-schedule-post_dropdown_section .bb-schedule-posts_modal .activity-list .activity-date .time-since{color:var(--bb-alternate-text-color)}.bb-schedule-post_dropdown_section .bb-schedule-posts_modal .activity-list .bb-media-privacy-wrap{color:var(--bb-alternate-text-color)}.bb-schedule-post_dropdown_section .bb-schedule-posts_modal .activity-list .bb-media-privacy-wrap .privacy:after{display:none}.bb-schedule-post_dropdown_section .bb-schedule-posts_modal .activity-list .bb-media-privacy-wrap .privacy:before{font-size:13px}.bb-schedule-post_dropdown_section .bb-schedule-posts_modal .activity-list .bb-activity-schedule-actions .bb-activity-schedule-action i{color:var(--bb-headings-color);opacity:.4}.bb-schedule-post_dropdown_section .bb-schedule-posts_modal .activity-list .bb-activity-schedule-actions .bb-activity-schedule-action i:hover{opacity:1}.bb-schedule-activity-date-wrap.xdsoft_datetimepicker{background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius);padding:25px 20px;font-family:inherit;box-shadow:0 6px 24px 0 rgba(0,0,0,.12),0 3px 8px 0 rgba(0,0,0,.06)}.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_today_button{display:none}.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current{background-color:var(--bb-primary-color);box-shadow:none}.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_datepicker{width:255px}.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_year{width:58px}.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_month,.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_year{margin-top:6px}.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_scroller_box{border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner);text-align:center}.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option{background-color:var(--bb-content-background-color);border-color:transparent;border-radius:var(--bb-block-radius-inner);font-size:12px;height:auto;line-height:28px;margin:0 5px}.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current,.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover{background-color:var(--bb-primary-color)!important}.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_next,.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_prev{padding:8px 10px;background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);background-image:none;width:auto;height:auto;min-width:auto;text-indent:0;border-radius:50%}.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_next:before,.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_prev:before{content:"\ee0a";font-family:bb-icons;font-weight:300;font-size:20px}.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_next:before{content:"\ee0b"}.bb-schedule-activity-date-wrap.xdsoft_datetimepicker table{border:0}.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_calendar td,.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_calendar th{background-color:transparent;border:0;text-align:center;border-radius:6px;height:28px}.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover{color:#fff!important}.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_calendar td>div{padding:0}.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_calendar td:hover{background-color:var(--bb-primary-color)!important}.xdsoft_datetimepicker.bb-schedule-activity-time-picker{padding:15px 10px;border:0;background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius);font-family:inherit}.xdsoft_datetimepicker.bb-schedule-activity-time-picker .xdsoft_timepicker{width:48px;margin:0}.xdsoft_datetimepicker.bb-schedule-activity-time-picker .xdsoft_timepicker .xdsoft_next,.xdsoft_datetimepicker.bb-schedule-activity-time-picker .xdsoft_timepicker .xdsoft_prev{display:none}.xdsoft_datetimepicker.bb-schedule-activity-time-picker .xdsoft_timepicker .xdsoft_time_box{border:0}.xdsoft_datetimepicker.bb-schedule-activity-time-picker .xdsoft_timepicker .xdsoft_time_box>div>div{background-color:var(--bb-content-background-color);border-color:transparent;border-radius:var(--bb-block-radius-inner);font-size:12px;line-height:28px;height:auto}.xdsoft_datetimepicker.bb-schedule-activity-time-picker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current,.xdsoft_datetimepicker.bb-schedule-activity-time-picker .xdsoft_timepicker .xdsoft_time_box>div>div:hover{background-color:var(--bb-primary-color)!important}.privacy-status-form-footer{background-color:var(--bb-content-alternate-background-color);border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)}#whats-new-post-in-box-items #activity-autocomplete{border-radius:var(--bb-input-radius)}#whats-new-form,#whats-new-form-placeholder{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);box-shadow:none;padding:0;position:relative}#whats-new-form-placeholder.focus-in,#whats-new-form.focus-in{box-shadow:0 6px 24px 0 rgba(18,43,70,.08)}#whats-new-form .avatar,#whats-new-form-placeholder .avatar{margin-left:10px;max-width:45px}#whats-new-form .username,#whats-new-form-placeholder .username{color:var(--bb-headings-color);font-size:14px;font-weight:500;text-transform:capitalize}#whats-new-form .username:hover,#whats-new-form-placeholder .username:hover{color:var(--bb-primary-color)}#whats-new-form .activity-url-scrapper-container,#whats-new-form-placeholder .activity-url-scrapper-container{margin:0;width:100%}#whats-new-form .activity-url-scrapper-container #activity-link-preview-url,#whats-new-form-placeholder .activity-url-scrapper-container #activity-link-preview-url{max-width:400px;width:100%}#whats-new-form .activity-url-scrapper-container.activity-post-form-link-wp-embed .activity-link-preview-container,#whats-new-form .activity-url-scrapper-container.activity-post-form-link-wp-embed .activity-link-preview-info,#whats-new-form-placeholder .activity-url-scrapper-container.activity-post-form-link-wp-embed .activity-link-preview-container,#whats-new-form-placeholder .activity-url-scrapper-container.activity-post-form-link-wp-embed .activity-link-preview-info{background-color:transparent}#whats-new-form #whats-new-attachments,#whats-new-form #whats-new-toolbar,#whats-new-form-placeholder #whats-new-attachments,#whats-new-form-placeholder #whats-new-toolbar{margin:0;padding:0 15px}#whats-new-form #whats-new-toolbar a .bb-icon,#whats-new-form-placeholder #whats-new-toolbar a .bb-icon{color:rgba(var(--bb-headings-color-rgb),.4)}#whats-new-form #whats-new-toolbar a:hover .bb-icon,#whats-new-form-placeholder #whats-new-toolbar a:hover .bb-icon{color:var(--bb-headings-color)}#whats-new-form .whats-new-form-footer,#whats-new-form-placeholder .whats-new-form-footer,#whats-new-form-placeholder:not(.focus-in) #whats-new-toolbar,#whats-new-form:not(.focus-in) #whats-new-toolbar{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius);border-color:var(--bb-content-border-color)}#whats-new-form #whats-new-toolbar,#whats-new-form-placeholder #whats-new-toolbar{border-radius:0 0 4px 0}@media screen and (max-width:520px){#whats-new-form #whats-new-toolbar .post-emoji:first-child .emojionearea-picker,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:first-child .emojionearea-picker{margin-right:-5px}#whats-new-form #whats-new-toolbar .post-emoji:first-child .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:first-child .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{right:27px}#whats-new-form #whats-new-toolbar .post-emoji:nth-child(2) .emojionearea-picker,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(2) .emojionearea-picker{margin-right:-39px}#whats-new-form #whats-new-toolbar .post-emoji:nth-child(2) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(2) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{right:62px}#whats-new-form #whats-new-toolbar .post-emoji:nth-child(3) .emojionearea-picker,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(3) .emojionearea-picker{margin-right:-73px}#whats-new-form #whats-new-toolbar .post-emoji:nth-child(3) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(3) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{right:96px}#whats-new-form #whats-new-toolbar .post-emoji:nth-child(4) .emojionearea-picker,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(4) .emojionearea-picker{margin-right:-107px}#whats-new-form #whats-new-toolbar .post-emoji:nth-child(4) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(4) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{right:130px}#whats-new-form #whats-new-toolbar .post-emoji:nth-child(5) .emojionearea-picker,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(5) .emojionearea-picker{margin-right:-141px}#whats-new-form #whats-new-toolbar .post-emoji:nth-child(5) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(5) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{right:163px}#whats-new-form #whats-new-toolbar .post-emoji:nth-child(6) .emojionearea-picker,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(6) .emojionearea-picker{margin-right:-175px}#whats-new-form #whats-new-toolbar .post-emoji:nth-child(6) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(6) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{right:196px}}@media screen and (max-width:580px){#whats-new-form #whats-new-toolbar .post-gif .gif-media-search-dropdown,#whats-new-form-placeholder #whats-new-toolbar .post-gif .gif-media-search-dropdown{right:unset;-webkit-transform:translateX(45%);-ms-transform:translateX(45%);transform:translateX(45%)}}@media screen and (max-width:400px){#whats-new-form #whats-new-toolbar .post-gif .gif-media-search-dropdown,#whats-new-form-placeholder #whats-new-toolbar .post-gif .gif-media-search-dropdown{right:unset;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}}#whats-new-form .gif-image-container img,#whats-new-form-placeholder .gif-image-container img{max-width:100%}#whats-new-form .found-media-item img,#whats-new-form-placeholder .found-media-item img{max-width:100%}.activity-update-form .activity-form.focus-in #editor-toolbar,.bp-nouveau-activity-form-placeholder- .activity-form.focus-in #editor-toolbar{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-color:var(--bb-content-border-color)}.activity-attached-gif-container{background-repeat:no-repeat;max-width:100%}.activity-attached-gif-container .gif-image-container{margin:15px 0 0}.activity-attached-gif-container .gif-image-container>img{margin-bottom:0}.activity-inner .activity-attached-gif-container{margin-bottom:0}.acomment-content .activity-attached-gif-container{margin-top:10px}.activity-attached-gif-container .gif-search-results-list li:before{display:none!important}.gif-image-container video{display:block}.gif-media-search-dropdown{background-color:var(--bb-content-background-color)}.gif-media-search-dropdown{border-color:var(--bb-content-border-color);box-shadow:0 2px 4px -2px rgba(0,0,0,.13)}.gif-search-content .gif-search-query{background-color:var(--bb-content-alternate-background-color);border-color:var(--bb-content-border-color)}.gif-search-content .gif-search-query:before{content:"\ef10";font-family:bb-icons;font-size:20px;color:var(--bb-headings-color);opacity:.4;position:absolute;right:15px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}#buddypress .gif-search-content .gif-search-query input[type=search],.gif-search-content .gif-search-query input[type=search]{font-size:14px;color:var(--bb-headings-color);line-height:1.5;background-image:none;background-color:transparent;box-shadow:none}#buddypress .gif-search-content .gif-search-query input[type=search]::input-placeholder,.gif-search-content .gif-search-query input[type=search]::input-placeholder{color:var(--bb-headings-color);opacity:.4}.gif-search-content .gif-media-search-dropdown{border-color:var(--bb-content-border-color);background-color:var(--bb-content-background-color)}.activity-attached-gif-container .gif-image-overlay,.messages-attached-gif-container .gif-image-overlay{background:#f8f8f8;width:14px;height:14px;border-radius:50%}.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-title{color:var(--bb-headings-color);font-weight:500;background-color:var(--bb-content-background-color)}.activity-update-form #whats-new pre{white-space:pre-wrap}.activity-update-form #whats-new pre p{margin-bottom:0}.activity-update-form #whats-new p{margin-bottom:15px}.activity-update-form #whats-new li>ol,.activity-update-form #whats-new li>ul{margin-bottom:0}.activity-update-form #whats-new ol,.activity-update-form #whats-new ul{margin:0 0 15px}.activity-update-form #whats-new ol li,.activity-update-form #whats-new ul li{margin:0 18px 3px 0}.activity-update-form #whats-new-content{padding:0}.activity-update-form #whats-new-avatar,.bp-nouveau-activity-form-placeholder- #whats-new-avatar{line-height:36px;text-align:right;float:right}.activity-update-form #whats-new-textarea textarea{background:var(--bb-content-background-color)}.bp-activity-huddle a.activity-post-user-name{color:var(--bb-headings-color);font-weight:500}.bp-activity-huddle a.activity-post-user-name:hover{color:var(--bb-primary-color)}.bp-activity-huddle .activity-post-schedule-details{color:var(--bb-body-text-color)}.bp-activity-huddle .activity-post-schedule-details [class*=bb-icon]{color:var(--bb-alternate-text-color)}.activity-update-form textarea#whats-new{box-shadow:none;border:0;border-radius:0;font-size:1rem;font-weight:300;resize:none;min-height:85px;padding:15px}.activity-update-form textarea#whats-new:focus{box-shadow:none}.activity-update-form #whats-new-post-in-box{margin:10px 0 0}.activity-update-form #whats-new-post-in-box .activity-autocomplete-wrapper{margin:0 30px;display:-webkit-box;display:-ms-flexbox;display:flex}.bp-activity-privacy__label:hover{background-color:var(--bb-content-alternate-background-color)}.bp-activity-privacy__label:hover .privacy-figure{background-color:var(--bb-content-background-color)}.bp-activity-privacy__label .privacy-figure{color:var(--bb-alternate-text-color);background-color:var(--bb-content-alternate-background-color)}.bp-activity-privacy__label .privacy-tag{width:-webkit-calc(100% - 50px);width:calc(100% - 50px)}.bp-activity-privacy__label .privacy-sub-label{color:var(--bb-alternate-text-color)}.focus-in #whats-new-elements{border-bottom:1px solid var(--bb-content-border-color)}.buddypress-wrap #whats-new-post-in-box select,.buddypress-wrap .filter select{border:1px solid #dedfe2;font-size:13px;height:34px}.dropzone .dz-preview .dz-progress .dz-upload{background:var(--bb-primary-color)}#buddypress #whats-new-submit{margin:15px auto 15px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row-reverse;flex-flow:row-reverse}#buddypress input#aw-whats-new-reset{background:100% 0;border:0;font-size:14px;color:var(--bb-alternate-text-color);font-weight:400;margin:0 10px;padding:0 10px;width:auto;box-shadow:none}#buddypress input#aw-whats-new-submit,#buddypress input#privacy-status-submit{font-size:14px;width:auto;font-weight:500;letter-spacing:0;height:34px;padding:0 20px;margin:0;border-radius:var(--bb-button-radius)}.bp-activity-object .bp-activity-object__radio{opacity:0;position:absolute;right:0;top:40%}.activity-form .bb-model-header{background-color:var(--bb-content-background-color)}#whats-new-form .bb-model-header{border-color:var(--bb-content-border-color)}#whats-new-form #bp-activity-privacy-point{background-color:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);font-size:12px;padding:6px 8px;border-radius:4px;line-height:1}#whats-new-form #bp-activity-privacy-point *{color:var(--bb-secondary-button-text-regular)}#whats-new-form #bp-activity-privacy-point .privacy-point-icon{font-size:15px}#whats-new-form #bp-activity-privacy-point .bb-icon-caret-down{font-size:13px;color:var(--bb-secondary-button-text-regular);opacity:.3;margin-right:5px;margin-top:3px}#whats-new-form #bp-activity-privacy-point:not(.bp-activity-edit-group){padding-left:6px}#whats-new-form .activity-post-user-name-container h5{margin-bottom:3px}.atwho-view ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.atwho-view ul li .username{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}@media screen and (min-width:46.8em){.activity-update-form #whats-new-content,.activity-update-form #whats-new-elements,.activity-update-form #whats-new-submit{margin-right:0}}ul.activity-list.bp-list{background:100% 0;border:0;padding:0}#bbpress-forums .activity-list.bp-list .activity-item,#buddypress .activity-list.bp-list .activity-item,#buddypress .activity-lists.bp-list .activity-item{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);box-shadow:0 6px 24px 0 rgba(18,43,70,0);font-size:.875rem;line-height:1.5;margin-bottom:20px;padding:15px 15px 10px}#bbpress-forums .activity-list.bp-list .activity-item .activity-link-preview-image img,#buddypress .activity-list.bp-list .activity-item .activity-link-preview-image img,#buddypress .activity-lists.bp-list .activity-item .activity-link-preview-image img{margin-top:0;max-width:100%}#buddypress .activity-list.bp-list .activity-item.bb-closed-comments:not(.has-comments){padding-bottom:0}#buddypress .activity-list.bp-list .activity-item.bb-closed-comments:not(.has-comments) .bb-activity-closed-comments-notice{border-bottom:0;border-bottom-right-radius:var(--bb-block-radius);border-bottom-left-radius:var(--bb-block-radius)}#buddypress .bb-media-info-section .activity-list.bp-list .activity-item.bb-closed-comments:not(.has-comments) .bb-activity-closed-comments-notice{border-bottom:1px solid var(--bb-content-border-color);border-bottom-right-radius:0;border-bottom-left-radius:0}#bbpress-forums .bb-media-model-inner .activity-list.bp-list .activity-item,#buddypress .bb-media-model-inner .activity-list.bp-list .activity-item{margin-bottom:0;min-height:90vh}#bbpress-forums .bb-media-model-inner .activity-list.bp-list .activity-item .activity-comments .ac-reply-content .ac-textarea .ac-input[contenteditable=true],#buddypress .bb-media-model-inner .activity-list.bp-list .activity-item .activity-comments .ac-reply-content .ac-textarea .ac-input[contenteditable=true]{max-height:250px;overflow:auto}#bbpress-forums .bb-media-model-inner,#buddypress .bb-media-model-inner{border-radius:var(--bb-block-radius);background-color:transparent}#bbpress-forums .bb-media-model-inner .bb-media-section,#buddypress .bb-media-model-inner .bb-media-section{border-radius:0 var(--bb-block-radius) var(--bb-block-radius) 0}#bbpress-forums .bb-media-model-inner .bb-media-info-section,#buddypress .bb-media-model-inner .bb-media-info-section{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius) 0 0 var(--bb-block-radius)}#bbpress-forums .bb-media-model-inner .activity-list.bp-list .activity-item,#buddypress .bb-media-model-inner .activity-list.bp-list .activity-item{margin-bottom:0;min-height:90vh}@media screen and (max-width:1024px){#bbpress-forums .bb-media-model-inner .bb-media-info-section,#buddypress .bb-media-model-inner .bb-media-info-section{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)}#bbpress-forums .bb-media-model-inner .bb-media-section,#buddypress .bb-media-model-inner .bb-media-section{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}}@media screen and (max-width:1024px){#buddypress .bb-document-theater .bb-media-model-inner .bb-media-info-section.document{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)}}#bbpress-forums .bb-media-model-container .activity-list.bp-list .activity-item,#buddypress .bb-media-model-container .activity-list.bp-list .activity-item{border-radius:0;border-right:0;border-top:0;border-left:0}.actvity-head-bar{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:20px 0}.actvity-head-bar .subnav-filters{margin:0 auto 0 0}.activity-list .activity-item .activity-inner p{margin-bottom:15px}.activity-list .activity-item .activity-inner p:last-child{margin-bottom:0}.activity-list .activity-item .activity-inner{position:relative}.activity-list .activity-item .activity-inner .activity-discussion-title-wrap a:before{content:"";position:absolute;right:0;left:0;top:0;bottom:0}.activity-list .activity-item .activity-inner .activity-inner-meta{padding:12px;border-top:1px solid var(--bb-content-border-color)}.activity-list .activity-item .activity-inner .activity-inner-meta .button:before{display:none}.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down .comment-count,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down .text,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment .comment-count,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment .text,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square .comment-count,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square .text{margin-bottom:0;position:relative;padding-right:25px;font-weight:400;font-size:13px;color:var(--bb-alternate-text-color)}.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down .comment-count:before,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down .text:before,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment .comment-count:before,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment .text:before,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square .comment-count:before,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square .text:before{font-size:18px;font-family:bb-icons;display:inline-block;position:absolute;right:0;top:50%;margin-top:-14px;line-height:1.6;color:var(--bb-primary-color)}.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down:hover .comment-count,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down:hover .text,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment:hover .comment-count,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment:hover .text,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square:hover .comment-count,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square:hover .text{color:var(--bb-primary-color)}.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down .text:before{content:"\e861";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);font-family:bb-icons;font-weight:100}.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square .comment-count{display:block}.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square .comment-count:before{content:"\ee37"}.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment .comment-count{display:block}.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment .comment-count:before{content:"\e979"}.activity-list .activity-item .activity-inner blockquote:not(.wp-embedded-content){padding:12px;font-size:22px;letter-spacing:-.24px;line-height:30px;position:relative;margin:0 0 15px;background:#fafafa;border:1px solid var(--bb-content-border-color);border-radius:4px}.activity-list .activity-item .activity-inner blockquote:not(.wp-embedded-content):before{content:"\ef02";font-family:bb-icons;font-style:normal;font-weight:400;display:block;text-align:center;font-variant:normal;color:#92949d;width:30px;height:30px;font-size:22px;line-height:30px;background:#e2e1e0;border-radius:100%;margin-bottom:10px}.activity-list .activity-item .activity-inner blockquote:not(.wp-embedded-content) p{font-size:20px}.activity-list .activity-item .activity-inner blockquote:not(.wp-embedded-content) p:last-child{margin-bottom:0}.activity-list .activity-item .activity-inner blockquote:not(.wp-embedded-content) em{font-size:14px;color:#fff;line-height:18px;display:block;margin-top:20px;font-style:normal}.activity-list .activity-item .activity-inner blockquote:not(.wp-embedded-content) a{color:var(--bb-alternate-text-color)}.activity-list .activity-item .activity-inner blockquote.tiktok-embed{background-color:transparent;border:0;padding:0;margin:0}.activity-list .activity-item .activity-inner blockquote.tiktok-embed:before{display:none}.activity-list .activity-item .activity-inner li>ol,.activity-list .activity-item .activity-inner li>ul{margin-bottom:0}.activity-list .activity-item .activity-inner>ol,.activity-list .activity-item .activity-inner>ul{margin:0 0 15px}.activity-list .activity-item .activity-inner>ol li,.activity-list .activity-item .activity-inner>ul li{list-style:decimal;margin:0 16px 3px 0;list-style-position:inside;padding:0}.activity-list .activity-item .activity-inner>ol li:before,.activity-list .activity-item .activity-inner>ul li:before{display:none}.activity-list .activity-item .activity-inner>ul li{list-style:disc}.activity-list .activity-item .activity-inner pre{white-space:pre-wrap}.activity-list .activity-item .activity-inner pre p{margin-bottom:0}.activity-list .activity-item .activity-inner>.bb-video-wrapper:has(iframe[src*="youtube.com"]){margin-bottom:25px}.activity-list .activity-item .activity-inner>.bb-video-wrapper:has(iframe[src*="vimeo.com"]){background-color:var(--bb-content-alternate-background-color);border-radius:var(--bb-block-radius-inner);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:0}.activity-list .activity-state-popup .activity-state-popup_inner{background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color)}.activity-list .activity-state-popup .activity-state-popup_title h4{color:var(--bb-headings-color)}.activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_panel ul li>a>span{color:var(--bb-body-text-color)}.activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_panel ul li>a.active{color:var(--bb-headings-color)}.activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_panel ul li>a.active>span{color:var(--bb-headings-color)}.activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_item .activity-state_user .activity-state_user__avatar .activity-state_user__reaction{background-color:var(--bb-content-background-color)}.activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_item .activity-state_user .activity-state_user__name a{color:var(--bb-headings-color)}.activity-list .activity-item .activity-state-reactions .reactions_item{background-color:var(--bb-content-background-color);min-width:22px}.activity-list .activity-item .activity-state-reactions .reactions_item>i{color:var(--bb-primary-color)}.activity-list .activity-item .comment-reactions .activity-state-reactions .reactions_item{background-color:var(--bb-content-background-color)}.activity-list .activity-item .activity-content .activity-state-reactions{color:var(--bb-body-text-color);max-width:67%}.activity-list .activity-item .activity-content .activity-state-reactions .activity-reactions_count{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.activity-list .activity-item .activity-content .activity-state:not(.has-comments) .activity-state-reactions{max-width:100%}.activity-list .activity-item .activity-content .activity-state-comments{color:var(--bb-alternate-text-color)}#buddypress .activity-list .activity-item .activity-inner .activity-inner-meta a.button{border:none;padding:0;margin:0;min-height:auto;min-width:inherit}.activity-list .activity-content .fluid-width-video-wrapper{margin-top:5px;margin-bottom:15px}.activity-list .bb-video-wrapper,.bb-activity-media-wrap,.bb-activity-video-wrap,.video-activity-wrap>.activity-inner{max-width:640px}.activity-modal .activity-list .bb-video-wrapper,.activity-modal .bb-activity-media-wrap,.activity-modal .bb-activity-video-wrap,.activity-modal .video-activity-wrap>.activity-inner{max-width:100%}.activity-list .activity-item .activity-header{color:var(--bb-body-text-color);font-size:14px;letter-spacing:-.24px;margin:0;width:auto}.activity-list .activity-item .activity-header .activity-group-post-meta{font-size:13px}.activity-header a{font-size:14px;font-weight:500;letter-spacing:-.24px;color:var(--bb-headings-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.activity-header a[href]:hover{color:var(--bb-primary-color)}.activity-header a[href=""]{pointer-events:none}.activity-header p:not([class]) a:first-child{font-weight:600}.activity-header p{margin:0}.activity-list .activity-item .activity-content .activity-header,.activity-list .activity-item .activity-content .comment-header{margin-bottom:15px}#buddypress .activity-list .activity-item .activity-header img.avatar,#buddypress .activity-lists .activity-item .activity-header img.avatar{margin-left:5px;margin-right:3px;position:relative;bottom:1px}#bbpress-forums a.view.activity-time-since,#buddypress a.view.activity-time-since{display:none}.activity-item-header .item p a img.avatar{border-radius:50%;margin-left:4px;position:relative;bottom:1px}.activity-date{color:var(--bb-alternate-text-color);font-size:12px}.activity-list .activity-item .activity-actions>.bp-generic-meta.action,.activity-list .activity-item .activity-content>.bp-generic-meta.activity-meta,.activity-list .activity-item .activity-content>.bp-generic-meta.groups-meta,.activity-list .activity-item>.bp-generic-meta.activity-meta,.activity-list .activity-item>.bp-generic-meta.groups-meta,.activity-list .activity-item>.bp-generic-meta[class*="-meta"]{border-color:var(--bb-content-border-color)}#buddypress .activity-list .activity-item .activity-actions>.bp-generic-meta.action div.generic-button>a.button,#buddypress .activity-list .activity-item .activity-content>.bp-generic-meta.activity-meta div.generic-button>a.button,#buddypress .activity-list .activity-item .activity-content>.bp-generic-meta.groups-meta div.generic-button>a.button,#buddypress .activity-list .activity-item>.bp-generic-meta.activity-meta div.generic-button>a.button,#buddypress .activity-list .activity-item>.bp-generic-meta.groups-meta div.generic-button>a.button,#buddypress .activity-list .activity-item>.bp-generic-meta[class*="-meta"] div.generic-button>a.button{min-height:32px}#buddypress .activity-list .activity-item .activity-actions>.bp-generic-meta.action div.generic-button>a.button:hover,#buddypress .activity-list .activity-item .activity-content>.bp-generic-meta.activity-meta div.generic-button>a.button:hover,#buddypress .activity-list .activity-item .activity-content>.bp-generic-meta.groups-meta div.generic-button>a.button:hover,#buddypress .activity-list .activity-item>.bp-generic-meta.activity-meta div.generic-button>a.button:hover,#buddypress .activity-list .activity-item>.bp-generic-meta.groups-meta div.generic-button>a.button:hover,#buddypress .activity-list .activity-item>.bp-generic-meta[class*="-meta"] div.generic-button>a.button:hover{background-color:var(--bb-content-alternate-background-color)}body #bbpress-forums .bp-list.bp-list .bp-generic-meta .generic-button,body #buddypress .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel,body #buddypress .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment,body #buddypress .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save,body #buddypress .bp-list.bp-list .bp-generic-meta .generic-button{margin-bottom:5px;margin-left:15px}body #buddypress .bp-list.bp-list .acomment-foot-actions .bp-generic-meta .generic-button{margin-top:5px;margin-left:10px;line-height:10px}body #buddypress .activity-list .activity-item .activity-actions>.bp-generic-meta .generic-button,body #buddypress .activity-list .activity-item>.bp-generic-meta .generic-button{margin-bottom:0;margin-left:0}body .activity-list .bp-generic-meta #ai_ar_main{margin-bottom:5px;position:static!important}body .activity-list .bp-generic-meta #ai_ar_main .main_smiley_div{right:0;left:inherit}#bbpress-forums .activity-list .action.bp-generic-meta .button,#buddypress .activity-list .action.bp-generic-meta .button,#buddypress .activity-list .action.bp-generic-meta .open-close-activity,#buddypress .activity-lists .action.bp-generic-meta .button,#buddypress .activity-lists .action.bp-generic-meta .open-close-activity{background:100% 0;border:0;color:var(--bb-primary-color);margin:0;min-width:10px;min-height:1px;padding:0;-webkit-transition-property:none!important;transition-property:none!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;-webkit-animation:none!important;animation:none!important}#bbpress-forums .activity-list .action.bp-generic-meta .button:hover,#bbpress-forums .activity-list .action.bp-generic-meta .button:hover span,#buddypress .activity-list .action.bp-generic-meta .button:hover,#buddypress .activity-list .action.bp-generic-meta .button:hover span,#buddypress .activity-list .action.bp-generic-meta .open-close-activity:hover,#buddypress .activity-list .action.bp-generic-meta .open-close-activity:hover span,#buddypress .activity-lists .action.bp-generic-meta .button:hover,#buddypress .activity-lists .action.bp-generic-meta .button:hover span,#buddypress .activity-lists .action.bp-generic-meta .open-close-activity:hover,#buddypress .activity-lists .action.bp-generic-meta .open-close-activity:hover span{background:100% 0;border:0;box-shadow:none;color:var(--bb-primary-color)}#buddypress .activity-list .activity-item .activity-content .bp-generic-meta.action .acomment-reply.button .comment-count,#buddypress .activity-list .activity-item .activity-content .bp-generic-meta.action .button>.like-count,#buddypress .activity-list .activity-item .bp-generic-meta.action .acomment-reply.button .comment-count,#buddypress .activity-list .activity-item>.bp-generic-meta.action .button>.like-count{color:var(--bb-headings-color)}#bbpress-forums .activity-list .activity-item .action.bp-generic-meta .button,#bbpress-forums .activity-list .activity-item .activity-content .action.bp-generic-meta .button,#buddypress .activity-list .activity-item .action.bp-generic-meta .button,#buddypress .activity-list .activity-item .activity-content .action.bp-generic-meta .button{color:var(--bb-primary-color)}#bbpress-forums .activity-list .activity-item .action.bp-generic-meta .button:before,#bbpress-forums .activity-list .activity-item .action.bp-generic-meta .button>i,#bbpress-forums .activity-list .activity-item .activity-content .action.bp-generic-meta .button:before,#bbpress-forums .activity-list .activity-item .activity-content .action.bp-generic-meta .button>i,#buddypress .activity-list .activity-item .action.bp-generic-meta .button:before,#buddypress .activity-list .activity-item .action.bp-generic-meta .button>i,#buddypress .activity-list .activity-item .activity-content .action.bp-generic-meta .button:before,#buddypress .activity-list .activity-item .activity-content .action.bp-generic-meta .button>i{color:var(--bb-alternate-text-color)}#bbpress-forums .activity-list .activity-item .action.bp-generic-meta .button:hover:before,#bbpress-forums .activity-list .activity-item .action.bp-generic-meta .button:hover>.like-count,#bbpress-forums .activity-list .activity-item .action.bp-generic-meta .button:hover>i,#bbpress-forums .activity-list .activity-item .activity-content .action.bp-generic-meta .button:hover:before,#bbpress-forums .activity-list .activity-item .activity-content .action.bp-generic-meta .button:hover>.like-count,#bbpress-forums .activity-list .activity-item .activity-content .action.bp-generic-meta .button:hover>i,#buddypress .activity-list .activity-item .action.bp-generic-meta .button:hover:before,#buddypress .activity-list .activity-item .action.bp-generic-meta .button:hover>.like-count,#buddypress .activity-list .activity-item .action.bp-generic-meta .button:hover>i,#buddypress .activity-list .activity-item .activity-content .action.bp-generic-meta .button:hover:before,#buddypress .activity-list .activity-item .activity-content .action.bp-generic-meta .button:hover>.like-count,#buddypress .activity-list .activity-item .activity-content .action.bp-generic-meta .button:hover>i{color:var(--bb-primary-color)}#bbpress-forums .activity-list .activity-item .action.bp-generic-meta .button.acomment-reply:hover>.comment-count,#bbpress-forums .activity-list .activity-item .activity-content .action.bp-generic-meta .button.acomment-reply:hover>.comment-count,#buddypress .activity-list .activity-item .action.bp-generic-meta .button.acomment-reply:hover>.comment-count,#buddypress .activity-list .activity-item .activity-content .action.bp-generic-meta .button.acomment-reply:hover>.comment-count{color:var(--bb-primary-color)}#bbpress-forums .activity-list .activity-item .action.bp-generic-meta .button.bp-like-button.has-reaction .like-count,#bbpress-forums .activity-list .activity-item .action.bp-generic-meta .button.bp-like-button.has-reaction>i,#bbpress-forums .activity-list .activity-item .activity-content .action.bp-generic-meta .button.bp-like-button.has-reaction .like-count,#bbpress-forums .activity-list .activity-item .activity-content .action.bp-generic-meta .button.bp-like-button.has-reaction>i,#buddypress .activity-list .activity-item .action.bp-generic-meta .button.bp-like-button.has-reaction .like-count,#buddypress .activity-list .activity-item .action.bp-generic-meta .button.bp-like-button.has-reaction>i,#buddypress .activity-list .activity-item .activity-content .action.bp-generic-meta .button.bp-like-button.has-reaction .like-count,#buddypress .activity-list .activity-item .activity-content .action.bp-generic-meta .button.bp-like-button.has-reaction>i{color:var(--bb-primary-color)}.activity-list .activity-item .bp-generic-meta.action .unfav .like-count,.activity-list .activity-item .bp-generic-meta.action .unfav:before{color:var(--bb-primary-color)}.activity-list .activity-item .bp-generic-meta.action .unfav .like-count,.activity-list .activity-item .bp-generic-meta.action .unfav:before{color:var(--bb-primary-color)}.activity-list .activity-item .bp-generic-meta.action .unfav:hover:before{color:var(--bb-primary-color)}.activity-list .activity-item .bp-generic-meta.action .acomment-reply.button:before,.activity-list .activity-item .bp-generic-meta.action .delete-activity:before,.activity-list .activity-item .bp-generic-meta.action .edit-activity:before,.activity-list .activity-item .bp-generic-meta.action .fav:before,.activity-list .activity-item .bp-generic-meta.action .open-close-activity:before,.activity-list .activity-item .bp-generic-meta.action .spam-activity:before,.activity-list .activity-item .bp-generic-meta.action .unfav:before,.activity-list .activity-item .bp-generic-meta.action .view.button:before{display:inline-block;text-rendering:auto;font-size:24px;min-width:24px;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align:middle}.activity-list .activity-item .activity-content .activity-state{color:var(--bb-alternate-text-color)}.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-circle .comment-count:before,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-circle .comment-count:hover,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-circle .text:hover,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-chat .comment-count:before,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-chat .comment-count:hover,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-chat .comment-count:hover:before,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-chat .text:before,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-chat .text:hover,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-chat .text:hover:before,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-discussion .comment-count:hover,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-discussion .text:before,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-discussion .text:hover,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-discussion .text:hover:before,.activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity:hover:before,.activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity_cancel:hover:before,.activity-list .activity-item .bp-generic-meta.action .open-close-activity:hover:before{color:var(--bb-primary-color)}.activity-list .activity-item .bp-generic-meta.action .unfav:before{font-weight:300}.activity-list .activity-item .bp-generic-meta.action .fav:before,.activity-list .activity-item .bp-generic-meta.action .unfav:before,.activity-list .activity-item .bp-generic-meta.action .view.button:before{position:relative;top:-1px}.activity-list .activity-item .bp-generic-meta.action .delete-activity:before{position:relative;top:-1px;font-size:19px}.activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity_cancel:before{content:"\e828";position:relative;top:-1px;font-size:21px;min-width:22px;font-family:bb-icons;color:var(--bb-primary-color)}.activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity:before{content:"\ee5a";position:relative;top:-1px;font-size:15px;min-width:22px;font-family:bb-icons;display:inline-block;color:var(--bb-primary-color)}.activity-list .activity-item .bp-generic-meta.action .edit-activity:before{position:relative;top:-1px;font-size:17px}.activity-list .activity-item .bp-generic-meta.action .spam-activity:before{font-size:16px;position:relative;top:-2px}.activity-list .activity-item .bp-generic-meta.action .open-close-activity:before{content:"\eecc";font-family:bb-icons;font-size:15px;position:relative;top:-2px;color:var(--bb-primary-color);min-width:20px;margin-left:3px}.activity-list .activity-item .bp-generic-meta.action .open-close-activity.bplua-open-activity:before{font-family:bb-icons;content:"\eecf"}div#buddypress .activity-read-more a{font-size:inherit;border:0;padding:0}#buddypress .activity-list .activity-item .bp-generic-meta.action .open-close-activity,#buddypress .activity-lists .activity-item .bp-generic-meta.action .open-close-activity{margin:0 0 5px 15px!important;box-shadow:none;line-height:32px!important}#buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity,#buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity_cancel,#buddypress .activity-list .activity-item .bp-generic-meta.action .open-close-activity,#buddypress .activity-lists .activity-item .bp-generic-meta.action .open-close-activity,.activity-list .activity-item .activity-actions .bp-generic-meta.action .button span:not(.bp-screen-reader-text),.activity-list .activity-item .bp-generic-meta.action .button span:not(.bp-screen-reader-text){font-size:14px;font-weight:400;color:var(--bb-alternate-text-color);letter-spacing:-.24px;line-height:1;margin-right:2px;-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}#buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity:active,#buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity:focus,#buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity_cancel:active,#buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity_cancel:focus,#buddypress .activity-list .activity-item .bp-generic-meta.action .open-close-activity:active,#buddypress .activity-list .activity-item .bp-generic-meta.action .open-close-activity:focus,#buddypress .activity-lists .activity-item .bp-generic-meta.action .open-close-activity:active,#buddypress .activity-lists .activity-item .bp-generic-meta.action .open-close-activity:focus,.activity-list .activity-item .activity-actions .bp-generic-meta.action .button span:not(.bp-screen-reader-text):active,.activity-list .activity-item .activity-actions .bp-generic-meta.action .button span:not(.bp-screen-reader-text):focus,.activity-list .activity-item .bp-generic-meta.action .button span:not(.bp-screen-reader-text):active,.activity-list .activity-item .bp-generic-meta.action .button span:not(.bp-screen-reader-text):focus{box-shadow:none}.bb-document-theater .bb-media-section.bb-media-no-preview .img-section>i{color:var(--bb-alternate-text-color)}.bb-document-theater .bb-media-section.bb-media-no-preview .img-section a.download-button{color:var(--bb-primary-color)}.bb-document-theater .bb-media-section.bb-media-no-preview .img-section a.download-button:hover{color:var(--bb-primary-color)}.bb-document-theater .bb-media-section .document-preview h3{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}.bb-document-theater .bb-media-section .img-section{background-color:var(--bb-content-background-color);border-radius:0 var(--bb-block-radius) var(--bb-block-radius) 0}.bb-document-theater .bb-media-section .img-section img>.download-button,.bb-document-theater .bb-media-section .img-section img>.download-button:hover{color:var(--bb-primary-color)}@media screen and (max-width:1024px){.bb-document-theater .bb-media-section .img-section{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}}.bb-document-theater .bb-media-info-section.document{background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color)}.bb-document-theater .bb-media-section.bb-media-no-preview{background-color:var(--bb-content-background-color)}.bb-document-theater .bb-media-section.bb-media-no-preview .img-section a.download-button{color:var(--bb-primary-color)}#buddypress .bb-document-theater ul.bp-list.loading,#buddypress .media-theatre ul.bp-list.loading,#buddypress .video-theatre ul.bp-list.loading{background-color:var(--bb-content-background-color)}.activity-list .bb-activity-more-options-wrap .bb-activity-more-options-action i,.activity-list .bb-pin-action [class*=bb-icon]{color:var(--bb-alternate-text-color);font-size:16px}.activity-list .bb-activity-more-options-wrap .bb-activity-more-options-action{border-radius:6px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:24px;height:24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.activity-list .bb-activity-more-options-wrap .bb-activity-more-options-action:hover{background-color:var(--bb-content-alternate-background-color)}.activity-list .activity-comments .bb-activity-more-options-wrap .bb-activity-more-options-action{visibility:hidden;pointer-events:none}.activity-list .activity-item.loading-mute .bb-pin-action .bb-mute-action_button [class*=bb-icon],.activity-list .activity-item.loading-mute .bb-pin-action .bb-pin-action_button [class*=bb-icon],.activity-list .activity-item.loading-pin .bb-pin-action .bb-mute-action_button [class*=bb-icon],.activity-list .activity-item.loading-pin .bb-pin-action .bb-pin-action_button [class*=bb-icon]{display:block}.activity-list .activity-item.loading-mute .bb-pin-action .bb-mute-action_button [class*=bb-icon]:before,.activity-list .activity-item.loading-mute .bb-pin-action .bb-pin-action_button [class*=bb-icon]:before,.activity-list .activity-item.loading-pin .bb-pin-action .bb-mute-action_button [class*=bb-icon]:before,.activity-list .activity-item.loading-pin .bb-pin-action .bb-pin-action_button [class*=bb-icon]:before{display:block}.bb-template-v2 .activity-list .activity-item.loading-mute .bb-pin-action .bb-mute-action_button [class*=bb-icon]:before,.bb-template-v2 .activity-list .activity-item.loading-mute .bb-pin-action .bb-pin-action_button [class*=bb-icon]:before,.bb-template-v2 .activity-list .activity-item.loading-pin .bb-pin-action .bb-mute-action_button [class*=bb-icon]:before,.bb-template-v2 .activity-list .activity-item.loading-pin .bb-pin-action .bb-pin-action_button [class*=bb-icon]:before{display:block}.activity-list .activity-item.bb-closed-comments .bb-activity-closed-comments-notice{padding:8px 0;background-color:var(--bb-content-alternate-background-color);border-top:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color);font-size:13px}.bb-media-model-wrapper .activity-comments li>.acomment-display:hover .bb-activity-more-options-action,.buddypress-wrap .activity-comments li>.acomment-display:hover .bb-activity-more-options-action{visibility:visible;pointer-events:initial}.buddypress .buddypress-wrap .activity-state a{color:var(--bb-alternate-text-color);background-color:transparent}#bbpress-forums .bb-media-model-container .activity-list.bp-list .download-document,#buddypress .bb-media-model-wrapper.document-theatre .activity-list.bp-list .download-document,#buddypress .bb-media-model-wrapper.media-theatre .activity-list.bp-list .download-media,#buddypress.bb-media-model-wrapper.document-theatre .activity-list.bp-list .download-document,#buddypress.bb-media-model-wrapper.media-theatre .activity-list.bp-list .download-media{border-color:var(--bb-content-border-color)}.bb-media-model-inner{background-color:var(--bb-content-background-color)}#buddypress .bb-media-model-wrapper.document-theatre .activity-list.bp-list .download-document,#buddypress .bb-media-model-wrapper.media-theatre .activity-list.bp-list .download-media,#buddypress.bb-media-model-wrapper.document-theatre .activity-list.bp-list .download-document,#buddypress.bb-media-model-wrapper.media-theatre .activity-list.bp-list .download-media{background-color:var(--bb-content-background-color)}#buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity,#buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity_cancel{margin-bottom:2px}#buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity_cancel{margin-left:15px}.bp-activity-head{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:15px}.activity-header{-webkit-box-flex:1;-ms-flex:1;flex:1}.activity-list.item-list .activity-item .activity-avatar{margin:0 0 0 10px;width:auto;-webkit-box-flex:0;-ms-flex:0 0 36px;flex:0 0 36px}.activity-list .activity-item .bp-activity-head .activity-avatar img.avatar{max-width:40px}.activity-list .activity-item div.item-avatar img,.activity-list .activity-item.mini .activity-avatar img.FB_profile_pic,.activity-list .activity-item.mini .activity-avatar img.avatar{max-width:32px}.buddypress-wrap .activity-comments ul{margin-top:12px;margin-bottom:2px}@media screen and (min-width:46.8em){.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) .actvity-head-bar nav{margin-bottom:0}.buddypress-wrap .activity-inner{font-size:14px}}form.ac-form.not-initialized .ac-reply-content{border-radius:var(--bb-block-radius-inner);border:1.5px solid transparent}form.ac-form.not-initialized .ac-reply-content .ac-input:before{color:var(--bb-alternate-text-color)}form.ac-form .ac-reply-content{background-color:var(--bb-content-alternate-background-color)}form.ac-form .ac-reply-content:focus-within{border-color:var(--bb-primary-color)}form.ac-form .ac-reply-content .ac-submit-wrap{background-color:var(--bb-primary-color);border-radius:var(--bb-button-radius)}form.ac-form .ac-reply-content .ac-submit-wrap.loading:before{color:var(--bb-secondary-button-text-regular)}.bb-template-v2 form.ac-form .ac-reply-content .ac-submit-wrap.loading:before{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)}.buddypress-wrap .activity-comments{margin:0;overflow:visible}.activity-list .activity-item.has-comments{padding-bottom:0}.bb-media-model-wrapper .activity-comments form,.buddypress-wrap .activity-comments form{padding-top:0}form.ac-form .ac-reply-content{padding-right:0}.activity-comments li form.ac-form{margin-left:0;margin-top:5px}.activity-comments .acomment-edit-form form.ac-form{margin-top:0;margin-bottom:10px}.activity-list .activity-item,.buddypress-wrap .activity-comments ul li{padding:0}#buddypress button.ac-reply-cancel{background:100% 0;box-shadow:none;border:0;font-size:14px;color:var(--bb-alternate-text-color);font-weight:500;margin:0;padding:0 10px;width:auto}.buddypress-wrap .activity-comments .acomment-content{overflow:hidden}.buddypress-wrap .activity-comments .acomment-content .bb-activity-media-elem .entry-img img{width:100%}form.ac-form .ac-reply-content{border-color:var(--bb-content-border-color);background-color:var(--bb-content-alternate-background-color);border-radius:var(--bb-block-radius-inner)}form.ac-form .ac-reply-content:focus{border-color:var(--bb-primary-color)}#buddypress form.ac-form .ac-reply-content .ac-reply-cancel{color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-button-radius);min-height:10px;visibility:hidden;opacity:0;width:0;height:0;font-size:0;padding:0}form.ac-form div.dropzone .dz-default.dz-message{background-color:var(--bb-content-alternate-background-color)}form.ac-form div.dropzone .dz-default.dz-message:after{color:var(--bb-headings-color)}form.ac-form div.dropzone .dz-preview.dz-file-preview .dz-details,form.ac-form div.dropzone.document-dropzone .dz-preview .dz-remove,form.ac-form div.dropzone.media-dropzone .dz-preview:not(.dz-image-preview) .dz-image{background-color:var(--bb-content-alternate-background-color)}form.ac-form div.dropzone.video-dropzone div.dz-preview.dz-file-preview .dz-remove{background-color:var(--bb-content-alternate-background-color)}form.ac-form div.dropzone.video-dropzone div.dz-preview.dz-file-preview .dz-remove:after{color:var(--bb-headings-color)}form.ac-form div.dropzone.media-dropzone.dz-started,form.ac-form div.dropzone.video-dropzone.dz-started{margin-top:10px}form.ac-form div.dropzone.media-dropzone.dz-started.files-uploaded,form.ac-form div.dropzone.video-dropzone.dz-started.files-uploaded{margin-top:0}form.ac-form div.dropzone.document-dropzone.dz-started{margin-top:10px}form.ac-form div.dropzone.document-dropzone.dz-started.files-uploaded{margin-top:14px}form.ac-form .activity-attached-gif-container .gif-image-remove .bb-icon-times{color:var(--bb-headings-color)}form.ac-form .activity-attached-gif-container .gif-image-container img{border-radius:var(--bb-block-radius-inner)}.buddypress-wrap .activity-comments .acomment-meta{padding-right:0;color:inherit}.activity-comments-items li{position:relative}.activity-comments-items .item-title p{margin-bottom:10px;margin-top:10px}.activity-comments-items .bs-item-wrap .item{-webkit-box-flex:1;-ms-flex:1;flex:1}.activity-comments-items .item-title .video-container{display:block;margin-top:10px;margin-bottom:10px;border-radius:0}.activity-comments-items:not(.depth1){padding-bottom:0}.bs-activity-wrap.bb-media-info-section .activity-comments-items{max-height:100%;overflow-x:initial;overflow-y:initial}@media screen and (max-width:544px){.activity-update-form #activity-post-form-privacy{margin-top:10px}}.activity-type .gif-photo-type{font-size:13px;position:absolute;z-index:9;cursor:pointer;right:10px;bottom:10px;background-color:#000;padding:2px 10px;color:#fff;border-radius:5px;font-weight:lighter}.activity-type .gif-photo-source{position:absolute;z-index:9;cursor:pointer;bottom:-30px;font-size:14px;color:#767676}.bb-modal-activity-footer .bp-feedback,.buddypress-wrap .activity-comments .bp-feedback{padding:5px 0 5px 10px;font-size:13px;margin-right:46px}.bb-modal-activity-footer .bp-feedback.error,.buddypress-wrap .activity-comments .bp-feedback.error{background-color:transparent;color:var(--bb-danger-color);border:0;margin-top:8px}.bb-modal-activity-footer .bp-feedback.error:before,.buddypress-wrap .activity-comments .bp-feedback.error:before{display:inline-block;width:14px;height:14px;content:"\ee65";font-family:bb-icons;font-size:14px;font-weight:200;margin-left:5px}.bb-modal-activity-footer{font-size:.875rem}.bb-modal-activity-footer .bp-feedback{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:46px}.bb-modal-activity-footer .bp-feedback.error:before{line-height:1}.bb-media-model-wrapper .activity-comments>.ac-form .bp-feedback,.buddypress-wrap .activity-comments>.ac-form .bp-feedback{margin-right:46px}.bb-media-model-wrapper .activity-comments ul li.comment-item .ac-form .bp-feedback,.buddypress-wrap .activity-comments ul li.comment-item .ac-form .bp-feedback{margin-right:38px;line-height:1.5}.bb-media-model-wrapper .activity-comments>ul>li.comment-item>.ac-form .bp-feedback,.buddypress-wrap .activity-comments>ul>li.comment-item>.ac-form .bp-feedback{margin-right:46px}.bb-media-model-wrapper .activity-comments .display-focus .acomment_inner .acomment-content_block,.buddypress-wrap .activity-comments .display-focus .acomment_inner .acomment-content_block{background-color:rgba(var(--bb-primary-color-rgb),.1)}.bb-media-model-wrapper .activity-comments .acomment_inner .acomment-content_block,.buddypress-wrap .activity-comments .acomment_inner .acomment-content_block{background-color:var(--bb-content-alternate-background-color)}.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.acomment-reply,.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.button,.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.acomment-reply,.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.button,.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.acomment-reply,.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.button,.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.acomment-reply,.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.button,.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.acomment-reply,.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.button,.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.acomment-reply,.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.button{color:var(--bb-body-text-color);font-size:13px;font-weight:500}.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.acomment-reply span:not(.bp-screen-reader-text),.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.button span:not(.bp-screen-reader-text),.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.acomment-reply span:not(.bp-screen-reader-text),.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.button span:not(.bp-screen-reader-text),.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.acomment-reply span:not(.bp-screen-reader-text),.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.button span:not(.bp-screen-reader-text),.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.acomment-reply span:not(.bp-screen-reader-text),.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.button span:not(.bp-screen-reader-text),.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.acomment-reply span:not(.bp-screen-reader-text),.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.button span:not(.bp-screen-reader-text),.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.acomment-reply span:not(.bp-screen-reader-text),.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.button span:not(.bp-screen-reader-text){color:var(--bb-body-text-color);font-size:13px;font-weight:500}@media screen and (max-width:544px){.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.acomment-reply span:not(.bp-screen-reader-text),.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.button span:not(.bp-screen-reader-text),.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.acomment-reply span:not(.bp-screen-reader-text),.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.button span:not(.bp-screen-reader-text),.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.acomment-reply span:not(.bp-screen-reader-text),.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.button span:not(.bp-screen-reader-text),.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.acomment-reply span:not(.bp-screen-reader-text),.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.button span:not(.bp-screen-reader-text),.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.acomment-reply span:not(.bp-screen-reader-text),.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.button span:not(.bp-screen-reader-text),.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.acomment-reply span:not(.bp-screen-reader-text),.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.button span:not(.bp-screen-reader-text){font-size:12px}}@media screen and (max-width:544px){.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.acomment-reply,.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.button,.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.acomment-reply,.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.button,.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.acomment-reply,.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.button,.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.acomment-reply,.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.button,.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.acomment-reply,.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.button,.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.acomment-reply,.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.button{font-size:12px}}#buddypress .activity-list .activity-item .action.bp-generic-meta .button:hover>.like-count{color:var(--bb-body-text-color)}.activity-group-avatar img{border-radius:8px}.activity-group-avatar .author-avatar img{border-radius:50%;border:2px solid var(--bb-content-background-color)}.activity-header .activity-group-heading a{color:var(--bb-headings-color);font-weight:600}.activity-header .activity-group-heading a:hover{color:var(--bb-primary-color)}.activity-header .activity-post-author a{color:var(--bb-body-text-color);font-weight:600;font-size:13px}.activity-header .activity-group-post-meta .time-since a{color:var(--bb-alternate-text-color);font-weight:400}.buddypress-wrap .activity_reaction_popup_error .bp-feedback{padding:0}.buddypress-wrap .activity_reaction_popup_error .bp-feedback.error{color:var(--bb-body-text-color);background-color:transparent;border:1px solid var(--bb-content-border-color)}body #buddypress .bp-list .activity-comments .action{line-height:1}@media screen and (max-width:980px){body #buddypress .bp-list .activity-comments .action{-webkit-box-flex:1;-ms-flex:1;flex:1}}.acomment-foot-actions .activity-time-since{color:var(--bb-alternate-text-color);font-size:13px;line-height:1}@media screen and (max-width:544px){.acomment-foot-actions .activity-time-since{font-size:12px}}.activity-list.item-list .activity-item .activity-comments img.avatar{max-width:32px;width:100%;height:auto}.activity-list .activity-item div.item-avatar{margin:0 0 0 10px}.activity-list .activity-item .comment-item div.item-avatar{margin:7px 0 0 10px}.activity-list .activity-item .comment-item .bb-activity-more-options-wrap .bb-activity-more-options-action:hover{background-color:var(--bb-content-alternate-background-color)}.activity-list .activity-item .comment-item .bb-activity-more-options-wrap .bb-activity-more-options-action i{color:var(--bb-headings-color-rgb)}.activity-list .activity-item .comment-item .bb-activity-more-options-wrap:has(.bb-activity-more-options.is_visible) .bb-activity-more-options-action{background-color:var(--bb-content-alternate-background-color)}.activity-list .activity-item .comment-item .comment-reactions .activity-state-reactions{background-color:var(--bb-content-background-color)}.buddypress-wrap .activity-comments .show-all button:hover{color:inherit;text-decoration:none}form.ac-form .ac-reply-content .ac-textarea textarea,form.ac-form .ac-reply-content .ac-textarea textarea:focus{box-shadow:none;border-color:#eef0f3;resize:none;background:#fff;height:36px;padding:5px 10px}#buddypress .activity-list .activity-item .action.bp-generic-meta .button,#buddypress .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel,#buddypress .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment,#buddypress .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save,#buddypress .bp-list .activity-comments .bp-generic-meta .generic-button a{background:100% 0;padding:0;color:var(--bb-body-text-color);font-weight:500;border:0;font-size:13px;line-height:1;margin:0;min-height:10px;box-shadow:none}@media screen and (max-width:544px){#buddypress .bp-list .activity-comments .bp-generic-meta .generic-button a{font-size:12px}}#buddypress .activity-list .activity-item .comment-item .activity-meta.action .buddyboss_edit_activity_cancel{font-weight:500}.buddypress-wrap .activity-comments .acomment-content p{margin-bottom:.5em}.buddypress-wrap .activity-comments .acomment-content p:last-child{margin-bottom:0}.buddypress-wrap .activity-comments .show-all{padding:8px 0 0}.buddypress-wrap .activity-comments .show-all button{box-shadow:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;font-weight:600;color:var(--bb-body-text-color);text-decoration:none;padding:0;line-height:1.5}.buddypress-wrap .activity-comments ul li{border-top:0;margin:0}.bb-media-model-wrapper .activity-comments ul li>.acomment-display,.buddypress-wrap .activity-comments ul li>.acomment-display{padding-bottom:12px}.bb-media-model-wrapper .activity-comments ul li>.acomment-display.bp-hide+.acomment-edit-form,.buddypress-wrap .activity-comments ul li>.acomment-display.bp-hide+.acomment-edit-form{padding-bottom:10px}.buddypress-wrap .activity-comments .acomment-content p,.buddypress-wrap .activity-comments .acomment-meta{font-size:14px}.acomment-meta .author-name{color:var(--bb-headings-color);font-weight:600}.acomment-meta .activity-time-since,.acomment-meta .bb-activity-edited-text{color:var(--bb-alternate-text-color);font-size:12px}form.ac-form .ac-reply-content .ac-textarea{padding:0 10px}@media only screen and (max-width:1120px) and (min-width:1080px){.has-sidebar.activity-sidebar-left form.ac-form .ac-reply-content .ac-textarea .ac-reply-toolbar .post-elements-buttons-item{margin-left:5px}}#buddypress form.ac-form .ac-reply-content input[type=submit]{padding:7px 20px;height:auto;min-height:10px;line-height:1;font-size:14px;font-weight:500}.acomment-content iframe{margin-top:15px;margin-bottom:5px}.bb-media-model-wrapper .activity-comments ul li ul,.buddypress-wrap .activity-comments ul li ul{margin-bottom:0;margin-top:0}.bb-media-model-wrapper .activity-comments ul li ul li,.buddypress-wrap .activity-comments ul li ul li{margin-bottom:0;padding-bottom:0}.bb-media-model-wrapper .activity-comments ul li ul li.acomments-view-more,.buddypress-wrap .activity-comments ul li ul li.acomments-view-more{margin-top:-10px}.bb-media-model-wrapper .activity-comments ul li ul li.acomments-view-more:last-of-type,.buddypress-wrap .activity-comments ul li ul li.acomments-view-more:last-of-type{margin-bottom:0}.bb-media-model-wrapper .activity-comments ul li ul li.acomments-view-more:last-of-type:last-of-type,.buddypress-wrap .activity-comments ul li ul li.acomments-view-more:last-of-type:last-of-type{margin-bottom:8px}ul.activity-list.item-list.bp-list{margin-bottom:0}#buddypress ul.item-list .activity-header img.avatar{margin-left:6px;margin-right:4px}.activity-list .activity-item .activity-header .time-since{font-size:13px;color:var(--bb-alternate-text-color);text-decoration:none;font-weight:400;letter-spacing:-.24px}.activity-list .activity-item .activity-header .time-since:hover{text-decoration:none}.activity-list .activity-item .activity-header .activity-time-since:before{color:var(--bb-alternate-text-color)}.activity-list .activity-item .activity-content .activity-inner{background:100% 0;margin:0 0 12px;overflow:hidden;padding:0}.activity-list .activity-item .activity-content .activity-inner iframe{margin-top:10px;border-radius:var(--bb-block-radius-inner)}.activity-list .activity-item .activity-content .activity-inner,.activity-list li.bbp_reply_create .activity-content .activity-inner,.activity-list li.bbp_topic_create .activity-content .activity-inner,.activity-list li.blogs .activity-content .activity-inner{border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner)}.activity-list .activity-item .activity-content .activity-inner iframe[style="border-radius: 12px"]{border-radius:var(--bb-block-radius-inner)!important}.activity-list li.bbp_reply_create .activity-content .activity-inner .activity-discussion-title-wrap,.activity-list li.bbp_reply_create .bb-content-inr-wrap,.activity-list li.bbp_topic_create .activity-content .activity-inner .activity-discussion-title-wrap,.activity-list li.bbp_topic_create .bb-content-inr-wrap{background-color:var(--bb-content-background-color)}.activity-list li.bbp_reply_create .activity-content .activity-inner .activity-discussion-title-wrap,.activity-list li.bbp_topic_create .activity-content .activity-inner .activity-discussion-title-wrap{border-radius:var(--bb-block-radius-inner)}.activity-list li .bb-content-inr-wrap iframe{z-index:2}.activity-list li.bbp_reply_create .activity-content .activity-inner .activity-discussion-title-wrap,.activity-list li.bbp_reply_create .activity-content .activity-inner .bb-post-title,.activity-list li.bbp_reply_create .bp-activity-head .bb-post-singular,.activity-list li.bbp_topic_create .activity-content .activity-inner .bb-post-title,.activity-list li.bbp_topic_create .bp-activity-head .bb-post-singular,.activity-list li.blogs .bp-activity-head .bb-post-singular{color:var(--bb-headings-color)}.activity-list li.bbp_topic_create .activity-content .activity-inner .activity-discussion-title-wrap{color:var(--bb-headings-color)}.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-media-wrap .bb-open-media-theatre,.activity-list li.blogs .activity-content .activity-inner .bb-post-img-link{background-color:var(--bb-cover-image-background-color)}.activity-header .activity-time-since:before{display:block;content:""}@media screen and (min-width:46.8em){.buddypress-wrap .activity-header,.buddypress-wrap .activity-inner{font-size:14px}}body.activity-permalink #activity-stream{margin-top:0;padding-top:0}body.activity-permalink ul.activity-list{margin-top:0}body.activity-permalink .bp-messages{margin-bottom:20px}body.activity-permalink .activity-list .activity-comments{margin-bottom:0}#buddypress .activity-list.item-list.bp-list>li.load-newest,#buddypress .activity-lists.item-list.bp-list>li.load-newest{padding-bottom:15px}body.activity-permalink .activity-comments>ul{padding:15px}@media screen and (min-width:46.8em){body.activity-permalink .activity-list .activity-avatar{right:0;top:0}}.activity-comments-items .item-title{word-break:break-word}.buddypress-wrap .activity-comments .show-all button:focus,.buddypress-wrap .activity-comments .show-all button:hover{color:inherit}.activity-form:not(.focus-in) .medium-editor-element,.activity-form:not(.focus-in) .medium-editor-placeholder{background-color:transparent}.activity-form:not(.focus-in) .whats-new-form-header{border-radius:4px 4px 0 0;-webkit-transition:background-color .5s;transition:background-color .5s}.activity-form:not(.focus-in):hover .whats-new-form-header{background-color:var(--bb-content-alternate-background-color)}@media screen and (min-width:46.8em){.activity.buddypress .bp-single-vert-nav .item-body{overflow:inherit}.activity-update-form #whats-new-content,.activity-update-form #whats-new-elements,.activity-update-form #whats-new-submit{margin-right:0}}.acomment-content .fluid-width-video-wrapper,.activity-inner .fluid-width-video-wrapper{margin:12px 0}.fluid-width-video-wrapper iframe{margin:0}.bs-activity-wrap{background:#fff;border:1px solid #eef0f3;border-radius:4px;margin-bottom:20px;font-size:14px;line-height:1.5;box-shadow:0 6px 24px 0 rgba(18,43,70,0)}#bs-activity-form-wrap.highlight .bs-activity-wrap{border:1px solid #d2d4d6;box-shadow:0 6px 24px 0 rgba(18,43,70,.08)}.bs-activity-wrap .inner-wrap .map-wrap img{width:100%;border-radius:4px}.bs-activity-wrap .inner-wrap .gif-wrap img{border-radius:4px}.bs-activity-wrap .inner-wrap .video-container{border-radius:4px;overflow:hidden;margin:0}.activity-type .dropzone .dz-preview{min-width:200px}.bb-dz-preview-wrap .dz-image{border-radius:4px;position:relative;overflow:hidden;padding-top:100%;display:block}.bb-dz-preview-wrap .dz-image img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;height:auto!important;width:auto!important;min-width:100%;object-fit:cover!important;cursor:move}.bs-update.bs-activity-wrap .inner-wrap{margin-top:15px;margin-bottom:15px}.bs-activity-wrap.bb-media-info-section{margin:0}.loading.bs-activity-wrap:not(.bs-update){padding:0 15px}.bb-activity-author{margin-left:3px}.bb-activity-author+p{display:inline}.bb-mini-profile-card-area+p{display:inline}div#buddypress .activity-read-more{margin-right:0}div#buddypress .activity-read-more a{font-size:inherit;border:0}div#buddypress .activity-read-more a:hover{background:100% 0}.wp-embedded-content+.video-container{height:auto;padding-bottom:0}.wp-embedded-content+.video-container iframe{position:static}iframe.wp-embedded-content{max-width:100%;width:100%}.activity-item-header{border-radius:4px 4px 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:61px;margin-bottom:5px;padding:12px 0}.bs-update .activity-item-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.activity-item-header .item-avatar{margin-left:12px;padding-top:3px;position:relative}.activity-item-header .item-avatar .avatar:not(.profile-avatar){border-radius:50%;max-width:36px}.activity-item-header .item{line-height:21px}.activity-item-header .item p{margin-bottom:0;color:#7f868f}.activity-item-header .item p a{color:var(--bb-headings-color)}.activity-item-header .item p a:hover{color:var(--bb-primary-color);text-decoration:none}.activity-item-header .item p a img.avatar{border-radius:50%;margin-left:4px;position:relative;bottom:1px}.activity-item-header .item p a.activity-time-since{display:none}.activity-item-header .bs-dropdown:after{left:19px}#buddypress .activity-item-header .item p a.activity-time-since:hover{text-decoration:none}.bs-update .activity-item-header{background-color:var(--bb-content-alternate-background-color);border-bottom:1px solid #eef0f3;padding:12px 15px}.activity-item-header .item-title{font-size:14px;letter-spacing:-.24px;color:#939597;position:relative}.activity-item-header .item-title img{position:relative;bottom:1px}.gif-holder .loading-icon{max-width:80px}.activity-item-header .item-title a{font-size:14px;letter-spacing:-.24px;color:var(--bb-headings-color);display:inline}.activity-item-header .item-title a:hover{color:var(--bb-primary-color)}.activity-item-header .item-meta{font-size:12px}.activity-date{color:var(--bb-alternate-text-color)}a.activity-date:hover{color:var(--bb-headings-color)}.activity-item-body .inner-wrap.act-photo{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 -6px;-ms-flex-wrap:wrap;flex-wrap:wrap}.activity-body-photo a img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover}.activity-item-footer{padding:15px 0}.activity-item-footer input{width:100%}span.gif-photo-source{display:none}.activity-item-footer a.bb-comment-ico .bb-icon-comment,.activity-item-footer a.bb-like-wrap .bb-icon-like{color:rgba(18,43,70,.4);font-size:24px;-webkit-transition:all linear .2s;transition:all linear .2s}.activity-item-footer a.bb-like-wrap.bb-favorite .bb-icon-like{color:#122b46}.activity-item-footer a.bb-comment-ico{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 25px 0 auto}.activity-item-footer a.bb-comment-ico i.bb-icon-comment:hover,.activity-item-footer a.bb-like-wrap i.bb-icon-like:hover{color:rgba(18,43,70,.8)}.activity-item-footer .comment-count,.activity-item-footer .like-count{color:#7f868f}.bs-activity-wrap .bs-dropdown-link{color:rgba(18,43,70,.4);-webkit-transition:all linear .2s;transition:all linear .2s;font-size:20px;opacity:.4}.bs-activity-wrap .bs-dropdown-link:hover{color:rgba(18,43,70,.8)}span.gif-photo-type{display:none}.bs-activity-wrap .bs-dropdown{left:-12px}.bs-activity-wrap .bs-dropdown#activity-actionlist-location{padding:10px}.bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart{border:0}.bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart .emoji-mart-anchors .emoji-mart-anchor{color:rgba(18,43,70,.3);cursor:pointer}.bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart .emoji-mart-anchors .emoji-mart-anchor:hover{color:rgba(18,43,70,.8)}.bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart .emoji-mart-anchors .emoji-mart-anchor-selected{color:rgba(18,43,70,.8)!important}.bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart .emoji-mart-anchors .emoji-mart-anchor-selected .emoji-mart-anchor-bar{background-color:rgba(18,43,70,.8)!important}.bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart-search{margin-bottom:6px}.bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart-search input{height:35px;font-size:14px;padding:.1em .9em}.bs-activity-wrap .bs-dropdown:after{left:22px}.bb-media-model-container .activity-comments-items li:nth-child(n+4) .bs-emoji-dropdown,.bb-media-model-container .add-comment-wrap.bb-emoji-up .bs-emoji-dropdown{bottom:40px;top:auto;left:-5px;right:auto}.bb-media-model-container .activity-comments-items li:nth-child(n+4) .bs-emoji-dropdown:after,.bb-media-model-container .add-comment-wrap.bb-emoji-up .bs-emoji-dropdown:after{left:-2px;bottom:-10px;top:auto;-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.bb-media-model-container .bs-item-wrap:last-child .bs-dropdown{top:auto;bottom:25px}.bb-media-model-container .bs-item-wrap:last-child .bs-dropdown:after{left:-2px;bottom:-10px;top:auto;-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.bs-activity-comments{background-color:var(--bb-content-alternate-background-color);border-top:1px solid #eef0f3;margin:0 -15px}.activity-comments-items .bs-activity-comments{border-top:0;margin-top:10px}.bs-activity-ctrl{border-top:1px solid #eef0f3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 15px;-ms-flex-flow:row wrap;flex-flow:row wrap}.bs-activity-ctrl>div{margin-top:10px;margin-bottom:10px}#buddypress h6.list-comments-heading{padding:15px 20px 5px;margin-bottom:0;font-size:13px;color:#939597;font-weight:400;letter-spacing:0;line-height:1}#buddypress h6.list-comments-heading a{color:inherit}#buddypress h6.list-comments-heading a:hover{color:var(--bb-primary-color)}.activity-comments-items .bs-item-wrap .item-avatar{margin-left:12px}.activity-comments-items .bs-item-wrap .item-avatar .avatar:not(.profile-avatar){border-radius:50%;max-width:36px}.activity-comments-items:not(.depth1) .bs-item-wrap .item-avatar .avatar:not(.profile-avatar){max-width:28px}.bb-media-comments-wrapper:not(.depth1){padding-right:48px}.bb-media-comments-wrapper.depth3{padding-right:42px}.bb-media-comments-wrapper.depth4{padding-right:40px}.activity-comments-items>li>.bb-media-comments-wrapper.depth1{padding-right:50px}.bb-mini-profile-card-area:empty{display:none}.add-comment-wrap{background-color:var(--bb-content-alternate-background-color);border-top:1px solid #eef0f3;display:-webkit-box;display:-ms-flexbox;display:flex;padding:12px 15px;border-radius:0 0 4px 4px}.add-comment-wrap .item-avatar{margin-left:12px}.add-comment-wrap .avatar:not(.profile-avatar){max-width:36px}.add-comment-wrap .add-comment{width:100%;background:100% 0;border-radius:4px}.add-comment-wrap .add-comment:hover{background:#fff}.bb-activity-info-inner-wrap{font-size:14px;letter-spacing:-.24px;line-height:22px;padding:0 15px}.bs-activity-comments:empty{display:none}.bb-media-model-wrapper.bb-internal-model .bb-activity-info-inner-wrap{max-height:-webkit-calc(100% - 61px);max-height:calc(100% - 61px);overflow:auto}.bb-media-model-wrapper.bb-internal-model .activity-list .comment-item .bb-activity-more-options-wrap{left:-10px}.activity-item-footer .like-count{margin-right:7px}.activity-item-footer .comment-count{margin-right:10px}.activity-comment-field{margin-left:auto}.activity-comment-field{width:100%}.activity-comment-field textarea.bs-comment-textarea{width:100%;padding:5px 12px;height:2.417em;border-color:transparent;background-color:transparent;resize:none;font-size:13px;color:var(--bb-body-text-color);letter-spacing:-.22px;line-height:1.307}.activity-comment-field textarea.bs-comment-textarea:focus{border-color:transparent;background-color:transparent}.bs-activity-comments .add-comment .bs-generic-button{position:relative}.bs-activity-comments .add-comment .bs-generic-button a{color:rgba(18,43,70,.4);-webkit-transition:all linear .2s;transition:all linear .2s;font-size:20px}.bs-activity-comments .add-comment .bs-generic-button a:hover{color:rgba(18,43,70,.8)}.bs-activity-comments .add-comment .bs-generic-button i{font-size:20px}.bs-item-list.activity-comments-items.list-view .bs-item-wrap:first-child,.bs-item-list.activity-comments-items.list-view .bs-item-wrap:last-child{border-radius:0}.bs-item-list.activity-comments-items.list-view .bs-item-wrap{border:0;background-color:transparent}.bs-item-list.activity-comments-items.list-view .bs-item-wrap:hover{box-shadow:0 3px 24px 0 rgba(18,43,70,.08);border-radius:3px;position:relative;z-index:1}.bs-item-list.activity-comments-items.list-view .bs-item-wrap .item-expand .bs-dropdown{left:7px;top:45px}.bs-item-list.activity-comments-items.list-view .bs-item-wrap ul.activity-comments-items{width:100%;padding-top:10px}.bs-item-list.activity-comments-items.list-view .bs-item-wrap ul.activity-comments-items li{padding-left:0}.bs-item-list.activity-comments-items.list-view .bs-item-wrap ul.activity-comments-items li:hover{box-shadow:none;border-radius:0}.bs-item-list.activity-comments-items.list-view .bs-item-wrap ul.activity-comments-items li:last-of-type{padding-bottom:0}.bs-item-list.activity-comments-items.list-view .bs-item-wrap ul.activity-comments-items li .item-expand .bs-dropdown{left:-15px}.bs-item-list.activity-comments-items.list-view .bs-item-wrap .item{line-height:24px}.bs-item-list.activity-comments-items.list-view .bs-item-wrap .add-comment-wrap{padding-left:0}.list-comments-wrap>.bs-item-list.activity-comments-items.list-view{border-bottom:1px solid #eef0f3}.bs-item-list.activity-comments-items.list-view.depth1 li.bs-item-wrap.hide_comment{display:none}.item-wrap-stretch{display:-webkit-box;display:-ms-flexbox;display:flex;min-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.activity-comments-items .bs-item-wrap .item-expand{margin-right:20px;position:relative}.activity-comments-items .bs-item-wrap a.expand-comment{color:rgba(18,43,70,.4);-webkit-transition:all linear .2s;transition:all linear .2s;font-size:14px;opacity:1}.activity-comments-items .bs-item-wrap a.expand-comment .bb-icon-angle-down{font-size:22px;position:relative;top:-5px}.activity-comments-items .bs-item-wrap a.expand-comment:hover{color:rgba(18,43,70,.8)}.activity-comments-items .item,.activity-comments-items .item-title a,.bs-item-list.activity-comments-items.list-view .item-meta{font-size:14px}.activity-comments-items .activity-comment-text{color:#7f868f}.bs-item-list.activity-comments-items.list-view .item-meta{margin:5px 0 0;font-size:12px}.bs-item-list.activity-comments-items.list-view .item-meta a{color:#7f868f}.bs-item-list.activity-comments-items.list-view .item-meta a:hover{color:var(--bb-primary-color)}.activity-comments-items .item-expand .bs-dropdown{top:28px}.inner-wrap.act-poll{margin-right:70px}.inner-wrap.act-poll label{font-size:1rem;margin-bottom:20px;display:block}.poll-button{margin-left:20px}#buddypress .poll-button input[type=button],.poll-button input[type=button]{padding-left:40px;padding-right:40px}.bb-input-vote .count{color:#7f868f}.bb-input-vote{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:20px 0 0}.bb-shared-poll .poll-item{background:#fff;border-radius:4px;height:35px;line-height:35px;margin:10px 0;padding:0 15px;position:relative;z-index:1;overflow:hidden}.bb-shared-poll .poll-progress{display:inline-block;height:35px;background-color:var(--bb-content-border-color);position:absolute;top:0;right:0;z-index:2}.poll-data{position:relative;z-index:9}.poll-item i.bb-icon-check-small{margin:0 10px 0 0}.poll-item i.bb-icon-check-small:before{content:"\e876";width:22px;height:22px;line-height:22px;border:1px solid var(--bb-body-text-color);border-radius:50%;font-family:bb-icons}.bs-befriend .inner-wrap{text-align:center;color:#7f868f}.befriend-info{margin-bottom:5px}.befriend-info p{margin:0}.befriend-info a{color:var(--bb-headings-color)}.befriend-info img.avatar{max-width:30px;border-radius:50%;margin-left:6px}.befriend-date{font-size:12px;display:none}#buddypress .befriend-info a.activity-time-since{color:var(--bb-headings-color)}#buddypress .befriend-info a.activity-time-since:hover{color:var(--bb-primary-color);text-decoration:none}.befriend-info a:hover{color:var(--bb-primary-color)}.befriend-icon img{max-width:70px;display:block;margin:0 auto 15px}.bs-activity-wrap .post-info{letter-spacing:-.24px;line-height:1.357;word-wrap:break-word}.bs-activity-wrap .post-info p{margin-bottom:1rem}.bs-activity-wrap .post-info img{margin-top:1rem}.bs-activity-wrap.bb-poll .activity-item-body{padding-right:48px}.bs-activity-wrap.bb-poll .activity-item-body .inner-wrap{font-size:16px}.bb-poll-footer{margin-bottom:10px}.entry-content .bs-video-post .fluid-width-video-wrapper{margin-bottom:0;margin-top:0}.bs-activity-map .map-wrap img{width:100%}.post-link-container{border-radius:4px;border:1px solid #eef0f3;overflow:hidden;margin-bottom:20px;max-width:420px;position:relative;min-height:36px}.post-link-container .close-link{position:absolute;left:5px;top:5px}.post-link-container h4{font-size:15px;font-weight:500;letter-spacing:-.24px;line-height:1.21;margin:0 0 10px}.post-link-container .link-wrap{padding:7px 10px}.link-info{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:40px 20px;font-size:13px;color:#939597;letter-spacing:-.24px;line-height:1.38;-ms-flex-item-align:center;align-self:center}.link-img-holder{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:180px;min-height:208px}.link-img-holder a{display:block;width:100%;height:100%;background-size:cover;background-position:50% 50%;background-color:transparent;border-top-right-radius:4px;border-bottom-right-radius:4px;min-height:140px}.post-link-container .bb-icon-close-circle:before{color:var(--bb-alternate-text-color);font-size:1.5em;margin-top:5px}.activity-update-buttons{padding:0;margin-right:auto}a.cancel{font-size:14px;color:var(--bb-alternate-text-color);letter-spacing:-.24px;margin-left:15px}#buddypress .activity-post input[type=button]{padding-right:40px;padding-left:40px;font-size:14px}#buddypress .activity-post input.cancel[type=button]{background-color:#fff;border-color:#fff;color:#7f868f}textarea.activity-update{width:100%;min-height:85px;padding:0;border-color:#fff;font-size:1rem;font-weight:300;resize:none;border:0}label[for=whats-new-post-in]{font-size:14px;color:inherit;letter-spacing:-.24px;margin-left:5px}#whats-new-post-in{width:auto;font-size:13px}.bs-update .activity-item-body{padding:0 15px}.bs-update .activity-item-footer{padding:0 15px 15px}.bs-update .activity-item-footer a.activity-emoji-icon i,.bs-update .activity-item-footer a.activity-type-icon i{color:rgba(18,43,70,.4);font-size:24px;-webkit-transition:all linear .2s;transition:all linear .2s;padding:0 3px}.bs-update .activity-item-footer a.activity-emoji-icon i:hover,.bs-update .activity-item-footer a.activity-type-icon i:hover,.bs-update .activity-item-footer a.activity-type-icon.active i{color:rgba(18,43,70,.8)}.group-wrap{overflow:hidden}.activity-types>*{text-align:center;display:inline-block;margin-left:8px}.bs-activity-wrap.bs-activity-group .inner-wrap{margin-top:0;margin-bottom:0}.group-hero-image{padding-top:40.476%;border-top-right-radius:4px;border-top-left-radius:4px;position:relative;overflow:hidden}.group-hero-image img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover}.group-icon{position:absolute;bottom:-60px;right:50px;z-index:5}.group-icon div#item-header-avatar{display:inline-block}.group-icon div#item-header-avatar img{max-width:160px}.group-meta{padding:25px 270px 25px 20px;border:1px solid #eef0f3;border-top:0;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.group-activity-members a{margin-right:-20px}.group-activity-members img.avatar{max-width:40px;border:2px solid #fff}.count-members{color:#7f868f;padding-right:10px}.type-case-photo ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;width:100%;font-size:0;margin:0 0 1rem}.type-case-photo ul li{position:relative;display:inline-block;width:-webkit-calc(33.333% - .5rem);width:calc(33.333% - .5rem);margin-bottom:.5rem}.type-case-photo ul li a img{position:absolute;top:0;height:100%;width:100%;object-fit:cover;border-radius:4px}.type-case-photo ul li:before{display:block;width:100%;padding-bottom:100%;content:" "}.type-tag-wrap{display:inline-block;margin-bottom:1rem;font-size:16px}.type-tag-wrap a i:before{color:rgba(18,43,70,.4);font-weight:700}.type-tag-wrap .bs-dropdown{top:-75px;left:inherit;right:0;opacity:1;visibility:visible;padding:10px;min-width:300px}.type-tag-wrap .bs-dropdown input[type=search]{width:100%;padding-right:2.5rem}.type-tag-wrap .bs-dropdown:after{top:unset;left:unset;right:50px;bottom:-12px;-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.close-type-photo{font-size:24px;position:absolute;top:5px;left:5px;z-index:9;cursor:pointer}.close-type-photo i{color:#fd4343}.act-dropdown-wrap{position:relative}.act-dropdown{position:absolute;right:-15px;top:38px;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;padding:10px;-webkit-transition:all linear .2s;transition:all linear .2s;margin:0;min-width:400px;z-index:100}.act-dropdown:after{content:" ";position:absolute;width:0;height:0;top:1px;margin:0 auto;right:20px;box-sizing:border-box;border:6px solid #000;border-color:#fff transparent transparent #fff;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 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:101}.act-dropdown#activity-actionlist-gifsearch .gif-search-result{max-height:300px;overflow:auto;margin:10px 0}.act-dropdown input[type=search]{padding-right:2.5rem;width:100%}@media (max-width:544px){.act-dropdown{min-width:250px}}a.activity-type-icon{position:relative}a.activity-type-icon.disabled{display:none}span.bs-dropdown-wrap.disabled{display:none}a.activity-type-icon.open-down:after{content:" ";position:absolute;width:0;height:0;top:37px;margin:0 auto;right:10px;box-sizing:border-box;border:6px solid #000;border-color:#fff transparent transparent #fff;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 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:101}.gif-holder ul{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 0 0 5px}.gif-holder ul li{width:-webkit-calc(100% * (1 / 3));width:calc(100% * (1 / 3));margin-bottom:4px;padding:0 2px}.gif-holder ul li img{width:100%}.bs-dropdown-model{display:none}.bs-dropdown-model.open{display:block}.bb-input-poll{max-width:400px}.bb-input-poll .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:6px 0}.bb-input-poll .item:before{content:"";background:var(--bb-content-alternate-background-color);border:1px solid #dedfe2;width:18px;height:18px;border-radius:50%;margin-left:10px;cursor:move}.bb-input-poll input{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:7px;font-size:14px;height:34px;max-width:343px}.bb-input-poll .bb-icon-close-circle{font-size:22px;color:#c4cad1;cursor:pointer;visibility:hidden;opacity:0;-webkit-transition:.2s all;transition:.2s all}.bb-input-poll .item:hover .bb-icon-close-circle{visibility:visible;opacity:1}.bb-input-poll .bb-sign{font-size:14px}#adds-poll-choice{padding:10px 26px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:12px;color:var(--bb-primary-color);letter-spacing:-.24px;font-weight:500;line-height:1}#adds-poll-choice a{cursor:pointer}.bb-input-poll .close-link{color:var(--bb-danger-color);margin-right:20px}.bb-input-poll .close-link .bb-sign{font-size:11px}.bb-activity-media-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -3px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative;width:-webkit-calc(100% + 6px);width:calc(100% + 6px)}.bb-activity-video-elem .video-js{border-radius:var(--bb-block-radius-inner)}.bb-activity-video-elem .video-js .vjs-poster,.bb-activity-video-elem .video-js video{border-radius:var(--bb-block-radius-inner)}.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap{background-color:var(--bb-content-alternate-background-color)}.acomment-content .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap{-webkit-filter:brightness(.94);filter:brightness(.94)}.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap:before{background-color:var(--bb-alternate-text-color)!important;color:var(--bb-content-alternate-background-color);opacity:.5}.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap:hover .bb-videos-length,.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap:hover .item-action-wrap>a i,.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap:hover:before{opacity:1}.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap:after{display:none}.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap img{opacity:0}.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap .bb-video-duration{background-color:transparent;color:var(--bb-alternate-text-color);opacity:1}.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap .bb-videos-length{background-color:transparent;color:var(--bb-alternate-text-color);opacity:.6}.bb-activity-video-elem.has-no-thumbnail .video-js:not(.vjs-has-started).vjs-paused{background-color:transparent}.bb-activity-video-elem.has-no-thumbnail .video-js:not(.vjs-has-started).vjs-paused video{opacity:0}.bb-activity-video-elem.has-no-thumbnail .video-js:not(.vjs-has-started).vjs-paused .vjs-big-play-button{background-color:var(--bb-alternate-text-color)!important;opacity:.5!important}.bb-activity-video-elem.has-no-thumbnail .video-js:not(.vjs-has-started).vjs-paused .vjs-big-play-button:before{color:var(--bb-content-alternate-background-color)}.bb-activity-video-elem.has-no-thumbnail .video-js:not(.vjs-has-started).vjs-paused:hover .vjs-big-play-button{opacity:1!important}.bb-activity-video-elem.has-no-thumbnail .video-js:not(.vjs-has-started).vjs-paused:after{display:none}.bb-activity-video-elem.has-no-thumbnail .vjs-poster{background-color:var(--bb-content-alternate-background-color)}.bb-activity-video-elem.has-no-thumbnail .bb-video-duration{background-color:var(--bb-alternate-text-color);color:#fff;opacity:.8}.bb-activity-video-elem.has-no-thumbnail:hover .item-action-wrap>a i{opacity:1}.bb-activity-video-elem.has-no-thumbnail .item-action-wrap>a{background-color:transparent!important}.bb-activity-video-elem.has-no-thumbnail .item-action-wrap>a i{color:var(--bb-alternate-text-color);font-size:18px}#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap,.bb-video-thumb.has-no-thumbnail .bb-video-cover-wrap{background-color:var(--bb-content-alternate-background-color);-webkit-filter:brightness(.94);filter:brightness(.94)}#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap:before,.bb-video-thumb.has-no-thumbnail .bb-video-cover-wrap:before{background-color:var(--bb-alternate-text-color)!important;color:var(--bb-content-alternate-background-color);opacity:.5}#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap:hover:before,.bb-video-thumb.has-no-thumbnail .bb-video-cover-wrap:hover:before{opacity:1}#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap:after,.bb-video-thumb.has-no-thumbnail .bb-video-cover-wrap:after{display:none}#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap img,.bb-video-thumb.has-no-thumbnail .bb-video-cover-wrap img{opacity:0}#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .item-action-wrap>a,.bb-video-thumb.has-no-thumbnail .item-action-wrap>a{background-color:transparent!important}#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .item-action-wrap>a i,.bb-video-thumb.has-no-thumbnail .item-action-wrap>a i{color:var(--bb-alternate-text-color)!important;opacity:1!important}#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail:hover .bb-videos-length,#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail:hover .item-action-wrap>a i,.bb-video-thumb.has-no-thumbnail:hover .bb-videos-length,.bb-video-thumb.has-no-thumbnail:hover .item-action-wrap>a i{opacity:1}#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-video-duration,.bb-video-thumb.has-no-thumbnail .bb-video-duration{background-color:transparent;color:var(--bb-alternate-text-color);opacity:1}#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-videos-length,.bb-video-thumb.has-no-thumbnail .bb-videos-length{background-color:transparent;color:var(--bb-alternate-text-color);opacity:.6}.bb-video-thumb.has-no-thumbnail .bb-custom-check:not(:checked)+label{color:var(--bb-alternate-text-color)}#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap,.bbp-reply-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity{-webkit-filter:brightness(.96);filter:brightness(.96)}.video-js{font-family:inherit}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{background:var(--bb-tooltip-background);border-radius:5px;width:25px}.video-js [data-balloon]:after{background:var(--bb-tooltip-background)}.video-js .vjs-play-progress{background-color:var(--bb-primary-color)}.video-js .vjs-play-progress:before{color:var(--bb-primary-color)}.video-js .vjs-volume-level{background-color:var(--bb-primary-color);border-radius:4px}.video-js .vjs-menu .vjs-menu-content{background:var(--bb-tooltip-background);border-radius:5px}.video-js .vjs-menu li{color:var(--bb-tooltip-color)}.video-js .vjs-menu li .vjs-menu-item-text{opacity:.7;font-size:11px;font-weight:500}.video-js .vjs-menu li.vjs-selected,.video-js .vjs-menu li:hover{color:var(--bb-tooltip-background);background-color:var(--bb-tooltip-color)!important}.video-js .vjs-menu li.vjs-selected .vjs-menu-item-text,.video-js .vjs-menu li:hover .vjs-menu-item-text{opacity:1}.has-no-thumbnail .video-js.vjs-error .vjs-error-display.vjs-modal-dialog{background:var(--bb-content-alternate-background-color);color:var(--bb-alternate-text-color)}.has-no-thumbnail .video-js.vjs-error .vjs-error-display.vjs-modal-dialog .vjs-modal-dialog-content{font-size:16px;font-weight:500;color:var(--bb-alternate-text-color)}.has-no-thumbnail .video-js.vjs-error .vjs-error-display.vjs-modal-dialog:before{color:var(--bb-alternate-text-color);opacity:.4}.bb-activity-media-elem{padding:3px}.bb-activity-media-elem .entry-img{background:100% 0;border-radius:var(--bb-block-radius-inner);margin:0;position:relative;padding-top:38.56%}.bb-activity-media-elem .bb-photos-length{position:absolute;width:100%;top:0;right:0;height:100%;text-align:center;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;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:rgba(0,0,0,.5);color:#fff;font-size:16px;font-weight:500;line-height:1.31}.bb-activity-media-elem .bb-photos-length strong{color:inherit;display:block;font-size:24px;font-weight:600;line-height:1.33}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap>a:hover{color:var(--bb-primary-color)}.bb-activity-media-elem.document-activity.code-full-view .document-action-wrap .document-action_collapse i{color:var(--bb-primary-color)}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-preview-wrap{background-color:rgba(0,0,0,.05);border-color:var(--bb-content-border-color)}.bb-activity-media-wrap .bb-activity-media-elem.document-activity{background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner)}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-preview-wrap{border-radius:var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .more_text_view{background-color:var(--bb-body-background-color);border-color:var(--bb-content-border-color);color:var(--bb-alternate-text-color)}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-text-wrap{border-color:var(--bb-content-border-color);border-radius:var(--bb-option-radius)}.bb-activity-media-wrap .bb-activity-media-elem.document-activity:hover{background-color:var(--bb-content-alternate-background-color)}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap{background-color:var(--bb-content-background-color)}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-description,.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-extension-description,.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-helper-text{color:var(--bb-alternate-text-color)}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-title{color:var(--bb-headings-color)}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap>a i{background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color);color:var(--bb-headings-color)}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap>a i:before{opacity:.4}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap>a:hover>i{color:var(--bb-headings-color)}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap>a:hover>i:before{opacity:1}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul li a{color:var(--bb-body-text-color)}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul li a:before{color:var(--bb-alternate-text-color)}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .entry-img>i{color:var(--bb-alternate-text-color)}.bb-activity-media-wrap .CodeMirror-gutters{background-color:var(--bb-body-background-color);border-color:var(--bb-content-border-color)}.bb-activity-media-wrap .CodeMirror-linenumber{color:var(--bb-alternate-text-color);text-align:center}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap>a.document-action_download i{border-radius:0 var(--bb-option-radius) var(--bb-option-radius) 0}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap>a.document-action_more i{border-radius:var(--bb-option-radius) 0 0 var(--bb-option-radius)}.bb-activity-media-wrap .bb-activity-media-elem.document-activity.code-full-view .document-action-wrap .document-action_collapse i,.bb-activity-media-wrap .bb-activity-media-elem.document-activity.is_large .document-action-wrap .document-action_collapse i{border-radius:0 var(--bb-option-radius) var(--bb-option-radius) 0}.activity-list li.blogs .activity-content .activity-inner .bb-post-title{color:var(--bb-headings-color)}.activity-list li.blogs .activity-content .activity-inner .activity-discussion-title-wrap{color:var(--bb-headings-color)}.activity-list li.blogs .activity-content .activity-inner .activity-discussion-title-wrap a:hover{color:var(--bb-primary-color)}.activity-list li.blogs .activity-content .activity-inner .bb-content-wrp{background-color:var(--bb-content-alternate-background-color)}.activity-list li.bbp_reply_create .activity-content .activity-inner .activity-discussion-title-wrap a,.activity-list li.bbp_topic_create .activity-content .activity-inner .activity-discussion-title-wrap a{color:var(--bb-headings-color)}.activity-list li.bbp_reply_create .activity-content .activity-inner .activity-discussion-title-wrap a:hover,.activity-list li.bbp_topic_create .activity-content .activity-inner .activity-discussion-title-wrap a:hover{color:var(--bb-primary-color)}.activity-list li.bbp_reply_create .activity-content .activity-inner .activity-discussion-title-wrap~.activity-attached-gif-container .gif-player,.activity-list li.bbp_topic_create .activity-content .activity-inner .activity-discussion-title-wrap~.activity-attached-gif-container .gif-player{margin:auto}.activity-list li.bbp_reply_create .activity-content .activity-inner .activity-discussion-title-wrap~.activity-attached-gif-container .gif-player .gif-icon,.activity-list li.bbp_topic_create .activity-content .activity-inner .activity-discussion-title-wrap~.activity-attached-gif-container .gif-player .gif-icon{border-radius:var(--bb-block-radius-inner) 0 var(--bb-block-radius-inner) 0}.bb-media-length-2 .act-grid-1-1{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.act-grid-1-2{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.activity-body-photo a.entry-img{padding-top:40.476%;border-radius:4px}.activity-body-photo .act-grid-1-2 a.entry-img{padding-top:52.56%}.bb-media-length-1 .bb-activity-media-elem .entry-img{padding-top:0!important}.bb-media-length-1 .bb-activity-media-elem .entry-img img{position:static}.bb-media-length-2 .bb-activity-media-elem .entry-img{padding-top:80%}.bb-media-length-3 .bb-activity-media-elem .entry-img.act-grid-1-1{padding-top:52.56%}.bb-media-length-4 .act-grid-1-2{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;max-width:33.33%}.bb-media-length-4 .bb-activity-media-elem.act-grid-1-2 .entry-img{padding-top:72.56%}.bb-media-length-5 .bb-activity-media-elem .entry-img{padding-top:72.56%}.bb-media-length-5 .act-grid-1-1{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bb-media-length-5 .act-grid-1-1+.act-grid-1-2{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bb-media-length-5 .act-grid-1-2{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;max-width:33.33%}.bb-activity-media-wrap.bb-media-length-3 .act-grid-1-2 .entry-img{padding-top:55.56%}.bb-activity-media-wrap.bb-media-length-3 .act-grid-1-1.bb-vertical-layout{-webkit-box-flex:0;-ms-flex:0 0 64%;flex:0 0 64%;max-width:64%}.bb-activity-media-wrap.bb-media-length-3 .act-grid-1-1.bb-vertical-layout~.bb-activity-media-elem{-webkit-box-flex:0;-ms-flex:0 0 36%;flex:0 0 36%;max-width:36%}.bb-activity-media-wrap.bb-media-length-3 .act-grid-1-1.bb-vertical-layout~.bb-activity-media-elem .entry-img{padding-top:105.6%}.bb-activity-media-wrap.bb-media-length-3 .act-grid-1-1.bb-vertical-layout+div+div{position:absolute;left:0;bottom:0;width:36%}@media screen and (max-width:544px){.bb-activity-media-wrap.bb-media-length-3 .act-grid-1-1.bb-vertical-layout+div,.bb-activity-media-wrap.bb-media-length-3 .act-grid-1-1.bb-vertical-layout+div+div{position:static;width:100%}}.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout{-webkit-box-flex:0;-ms-flex:0 0 64%;flex:0 0 64%;max-width:64%}.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout~.bb-activity-media-elem{-webkit-box-flex:0;-ms-flex:0 0 36%;flex:0 0 36%;max-width:36%}.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout~.bb-activity-media-elem .entry-img{padding-top:69.1%}.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout .entry-img{padding-top:119%}.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout+div,.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout+div+div,.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout+div+div+div{position:absolute;left:0;top:0;width:36%}.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout+div+div{top:33.4%}.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout+div+div+div{top:initial;bottom:0}@media screen and (max-width:544px){.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout+div,.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout+div+div,.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout+div+div+div{position:static;width:100%}}.bb-activity-media-wrap.bb-media-length-more .bb-activity-media-elem .entry-img{padding-top:82.56%}.bb-activity-media-wrap.bb-media-length-more .act-grid-1-1{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bb-activity-media-wrap.bb-media-length-more .act-grid-1-1+.act-grid-1-2{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bb-activity-media-wrap.bb-media-length-more .act-grid-1-2{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;max-width:33.33%}#bbpress-forums .bbp-reply-content .bb-activity-media-wrap.bb-media-length-1 .bb-activity-video-elem.has-no-thumbnail,.acomment-content .bb-activity-video-wrap.bb-video-length-1 .bb-activity-video-elem.has-no-thumbnail{-webkit-filter:brightness(.94);filter:brightness(.94)}.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-text-wrap{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .more_text_view{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap{bottom:21px;top:inherit}.acomment-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity{background-color:var(--bb-content-background-color)}div[class*=attached-gif-container] .gif-player video{border-radius:var(--bb-block-radius-inner)}div[class*=attached-gif-container] .gif-player .gif-play-button{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}div[class*=attached-gif-container] .gif-player .gif-play-button .bb-icon-play{content:"\eef7";font-family:bb-icons;font-size:28px;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;text-indent:3px;font-weight:300;font-style:normal;color:#fff;background-color:rgba(0,0,0,.7)!important;box-shadow:0 0 20px rgba(0,0,0,.1);height:60px;width:60px;position:absolute;right:50%;top:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);z-index:11;border:0;-webkit-transition:all ease .3s!important;transition:all ease .3s!important;border-radius:50%}div[class*=attached-gif-container] .gif-player .gif-play-button .bb-icon-play:before{font-size:46px;opacity:.8}div[class*=attached-gif-container] .gif-player .gif-icon{border-radius:var(--bb-block-radius-inner) 0 0 0}.activity-attached-gif-container .gif-icon{border-radius:var(--bb-block-radius-inner) 0 0 0}.activity-item-header .item-title img{margin-left:5px;margin-right:5px}ul.bb-choices{list-style:none;font-size:16px;color:var(--bb-headings-color);margin:0 0 20px}ul.bb-choices li{margin-bottom:12px}ul.bb-choices a{color:inherit}ul.bb-choices .bb-choice-wrap{position:relative;border-radius:3px;overflow:hidden;font-size:16px;color:var(--bb-headings-color);padding:6px 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}ul.bb-choices label{font-size:16px}ul.bb-choices .bar{margin-left:20px;position:relative}ul.bb-choices svg{position:relative}ul.bb-choices .bg-bag{width:50%;background:var(--bb-content-border-color);display:block;position:absolute;right:0;height:100%;top:0}ul.bb-choices strong{font-weight:500;min-width:42px;display:inline-block}ul.bb-choices .bb-votes{color:var(--bb-alternate-text-color);letter-spacing:-.24px}ul.bb-choices .bs-styled-radio+.bb-radio-label:before,ul.bb-choices .bs-styled-radio+label:before{border-width:1px;width:18px;height:18px;top:-2px}ul.bb-choices .bs-styled-radio:checked+.bb-radio-label:before,ul.bb-choices .bs-styled-radio:checked+label:before{background:var(--bb-success-color);border-color:var(--bb-success-color)}ul.bb-choices .bs-styled-radio:checked+.bb-radio-label:after,ul.bb-choices .bs-styled-radio:checked+label:after{background:100% 0;color:#fff;content:"\e876";display:inline-block;font:normal normal normal 14px/1 bb-icons;font-size:24px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;right:-3px;top:-2px}.bb-poll-footer .button{min-width:110px;margin-left:25px}.bb-poll-footer .bb-votes{color:var(--bb-alternate-text-color);letter-spacing:-.24px}.map-wrap{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px}.map-wrap .bb-map-img-wrap{position:relative;overflow:hidden;padding-top:42.56%;display:block}.map-wrap .bb-map-img-wrap img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover}.map-wrap .location-info{display:-webkit-box;display:-ms-flexbox;display:flex;padding:15px}.map-wrap h4{font-size:14px;font-weight:500;letter-spacing:-.24px;margin:0 0 3px}.map-wrap .location-meta{font-size:13px;color:var(--bb-alternate-text-color);line-height:1.4}.map-wrap .bb-checkin-img{display:inline-block;margin-left:15px}.activity-add-smile{position:relative}.bb-load-new-activities{margin-bottom:20px}#bs-activity-form-wrap .bs-activity-wrap.bs-activity-wrap .dropzone .dz-default{min-height:200px;max-height:200px}#bs-activity-update-wrap .dropzone.dz-started .dz-message{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;min-height:1px;max-width:200px;height:200px;font-size:14px;line-height:1;margin:0 5px 10px}#buddypress div#subnav.bb-item-list-tabs{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;margin-bottom:20px}#buddypress div#subnav.bb-item-list-tabs ul#activity-sub-nav{margin:0}#buddypress div#subnav.bb-item-list-tabs ul#activity-sub-nav>li{padding-bottom:0}#buddypress div#subnav.bb-item-list-tabs ul#activity-sub-nav .sub-menu{top:36px}#buddypress div#subnav.bb-item-list-tabs ul#activity-sub-nav .sub-menu li{float:none}#buddypress div#subnav.bb-item-list-tabs ul#activity-sub-nav .sub-menu li a{padding:9px 15px}#buddypress div#subnav.bb-item-list-tabs ul#activity-sub-nav .sub-menu li.selected a{background:#f5f5f5;color:var(--bb-headings-color);border-bottom:0}#buddypress div#subnav.bb-item-list-tabs a.more-button{font-size:16px}#buddypress div#subnav.bb-item-list-tabs a.more-button:after{bottom:-25px}#buddypress div#subnav.bb-item-list-tabs .bs-dropdown-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:13px}#buddypress div#subnav.bb-item-list-tabs .bs-sort-button{padding:5px 10px 5px 0}ul#activity-sub-nav{-webkit-box-flex:1;-ms-flex:1;flex:1}.bb-mini-group-profile-card-area:empty,.dz-details{display:none}.activity.bp-user #bs-activity-update-wrap .dropzone.dz-started .dz-message{max-width:99px;height:100px;min-height:100px;font-size:11px;line-height:1}.activity.bp-user .activity-type .dropzone .dz-preview{min-width:99px}.activity.bp-user .dropzone .dz-default span:before{height:25px;width:30px;margin:0 auto 10px}.activity-comments-items{margin:0;list-style:none;background:var(--bb-content-alternate-background-color);padding:15px}.activity-comments-items li:not(:last-child){margin-bottom:20px}.activity-comments-items .item-title{font-size:13px;letter-spacing:-.22px;line-height:1.307;position:relative}.activity-comments-items .item-title a{font-weight:600}.activity-comments-items .bs-activity-comments:not(.show){display:none}.activity-comments-items .bs-item-list.list-view .bs-item-wrap{margin-bottom:15px;padding:0}.activity-comments-items .bs-item-list.list-view .bs-item-wrap:last-child{margin-bottom:0}.activity-comments-items h6.list-comments-heading{padding:0;margin-bottom:16px;font-size:13px;color:#939597}.activity-comments-items h6.list-comments-heading a{color:inherit}.activity-comments-items .activity-comments-items .bs-item-wrap a.expand-comment .bb-icon-angle-down:before{font-size:20px}.activity-comments-items .bs-item-list.activity-comments-items.list-view .bs-item-wrap .item-expand .bs-dropdown{min-width:100px;left:24px;top:-5px;padding:2px 0}.activity-comments-items .bs-item-list.activity-comments-items.list-view .bs-item-wrap .item-expand .bs-dropdown:after{top:8px;left:-12px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.activity-comments-items .bs-item-list.activity-comments-items.list-view .bs-item-wrap:hover{box-shadow:none}.activity-comments-items .activity-comments-items .activity-comment-text{display:inline-block;font-size:13px;letter-spacing:-.22px;line-height:17px;color:inherit}.activity-comments-items .activity-comment-text p{margin:0}.activity-comments-items .list-comments-wrap>.bs-item-list.activity-comments-items.list-view{border-bottom:0}.activity-comments-items .add-comment-wrap .add-comment{background:#fff}.activity-comments-items .item-meta{font-size:12px;color:var(--bb-alternate-text-color);letter-spacing:-.18px;line-height:1.666;margin:5px 0 0}.activity-comments-items .item-meta a{color:inherit}.activity-comments-items .item-meta a:hover{color:var(--bb-headings-color)}.bb-media-comment-text{border:0;height:36px;resize:none;width:100%;font-size:14px;padding:5px 12px;overflow:hidden}.bb-media-comment-wrap{position:relative}.bb-media-comment-wrap .item-meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;position:absolute;left:6px;bottom:2px;font-size:20px}.bb-media-comment-wrap .item-meta a{color:var(--bb-alternate-text-color)}.activity-item-header .item-title .bs-dropdown a{display:block}.bs-item-list-tabs .more-button.active:after{bottom:-18px}body.activity.bp-user:not(.settings,.edit-details) .dropzone .dz-default span:before{height:26px;width:31px}body.activity.bp-user .dropzone .dz-preview .dz-error-mark{top:28%}li.load-more a.button{min-width:180px}li.load-more a.loading:after{content:"\ef30";font-family:bb-icons;font-size:18px;line-height:1;margin-right:10px;text-align:center;display:inline-block;-webkit-animation:spin 3s infinite linear;animation:spin 3s infinite linear;font-weight:400}.buddypress-wrap .activity-list .load-more,.buddypress-wrap .activity-list .load-newest{background:100% 0;border:0;border-radius:0;box-shadow:none;overflow:hidden}.webui-popover.webui-popover{z-index:999912}#buddypress .activity-list.item-list.bp-list>li.load-newest,#buddypress .activity-lists.item-list.bp-list>li.load-newest{padding-bottom:0;border-bottom:1px solid var(--bb-content-border-color)}.emojionearea-search>input,.search-query-input{border-radius:4px}.blogs.activity-item .activity-inner img:not(.emoji){border-radius:3px;margin-top:10px;max-width:640px;display:block}#whats-new-post-in-box-items .bp-activity-object .bp-item-name{margin-left:20px}.activity-privacy>li,.media-privacy>li{font-size:13px}.activity-privacy>li:before,.media-privacy>li:before{color:var(--bb-alternate-text-color)}.activity-privacy .selected,.media-privacy .selected{color:var(--bb-primary-color);font-weight:500}p.activity-date{display:inline-block}.bb-media-privacy-wrap:before{content:"\00b7";display:inline-block;margin:0 4px}.bb-media-privacy-wrap .activity-privacy{right:-5px}.privacy{vertical-align:bottom}.buddypress .buddypress-wrap form#whats-new-form button.bp-remove-item{margin-right:auto}#bp-activity-group-ac-items .dashicons-update:before{content:"\ef30";font-family:bb-icons;font-size:20px;display:block}#bb-media-model-container .bb-edit-privacy:before{content:"\ee5a";font-family:bb-icons}#bb-media-model-container .bb-edit-privacy a{color:inherit}#bb-media-model-container .bb-edit-privacy a:hover{color:inherit}.bb-media-only-privacy .privacy{background:rgba(0,0,0,.6);color:rgba(255,255,255,.9)}.bb-media-model-container .bb-media-privacy-wrap [data-bp-tooltip][data-bp-tooltip-pos=up]:before{margin-bottom:0}.bb-media-model-container .bb-media-privacy-wrap [data-bp-tooltip][data-bp-tooltip-pos=up]:after{margin-bottom:4px}.bb-media-model-container .activity-list .bb-activity-more-options-wrap+.bb-pin-action{margin:0 0 0 5px}.activity-anonymous-options{position:relative;font-size:14px;margin:-15px 0 15px;padding:8px 14px;background-color:var(--bb-content-background-color);border:1px solid #ebe9e6;border-radius:4px}.activity-anonymous-options .anonymous-post-as-text{margin-left:5px}.activity-anonymous-options label{margin-left:5px;font-size:14px}.activity-anonymous-options label input{margin-left:5px}.dropzone.document-dropzone .dz-preview.dz-error.dz-preview .dz-details,.dropzone.media-dropzone .dz-preview.dz-error .dz-image,.dropzone.video-dropzone .dz-preview.dz-error.dz-preview .dz-details{border-color:var(--bb-danger-color)}.dropzone .dz-preview .dz-error-message:after{border-bottom-color:var(--bb-danger-color)}.bb-template-v1 .dropzone .dz-preview.dz-error{background-color:var(--bb-content-alternate-background-color)}.dropzone .dz-preview.dz-error .dz-error-title{color:var(--bb-danger-color)}.dropzone .dz-preview .dz-error-message{background:var(--bb-danger-color);background:-webkit-gradient(linear,right top,right bottom,from(var(--bb-danger-color)),to(var(--bb-danger-color)));background:-webkit-linear-gradient(top,var(--bb-danger-color),var(--bb-danger-color));background:linear-gradient(to bottom,var(--bb-danger-color),var(--bb-danger-color))}#buddypress .load-more a.button.outline{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color)}#buddypress .load-more a.button.outline:focus{box-shadow:var(--bb-outline-button-focus-shadow)}#buddypress .load-more a.button.outline: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)}#buddypress .bb_more_options .bb_more_options_list,.activity-list .bb-activity-more-options-wrap .bb-activity-more-options,.bb_more_options .bb_more_options_list,body .meeting-actions .meeting-actions-list,body .webinar-actions .webinar-actions-list{background-color:var(--bb-content-background-color);width:187px;border-radius:var(--bb-block-radius)}@media screen and (max-width:980px){#buddypress .bb_more_options .bb_more_options_list .bb_more_dropdown__title,.activity-list .bb-activity-more-options-wrap .bb-activity-more-options .bb_more_dropdown__title,.bb_more_options .bb_more_options_list .bb_more_dropdown__title,body .meeting-actions .meeting-actions-list .bb_more_dropdown__title,body .webinar-actions .webinar-actions-list .bb_more_dropdown__title{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}}#buddypress .bb_more_options .bb_more_options_list:after,.activity-list .bb-activity-more-options-wrap .bb-activity-more-options:after,.bb_more_options .bb_more_options_list:after,body .meeting-actions .meeting-actions-list:after,body .webinar-actions .webinar-actions-list:after{border-color:var(--bb-content-background-color) transparent transparent var(--bb-content-background-color)}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list{border-radius:var(--bb-block-radius)}@media screen and (max-width:980px){.bb-template-v2 #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner .bs-dropdown,.bb-template-v2 #buddypress .bb_more_options .bb_more_options_list,.bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list,.bb-template-v2 .bb_more_options .bb_more_options_list{padding:0 0 8px}}.activity-list .activity-item>.bb-activity-more-options-wrap .bb-activity-more-options{min-width:200px}#buddypress .bb_more_options .bb_more_options_list .generic-button>button,#buddypress .bb_more_options .bb_more_options_list a,#buddypress .bb_more_options .bb_more_options_list button,.bb_more_options .bb_more_options_list .generic-button>button,.bb_more_options .bb_more_options_list a,.bb_more_options .bb_more_options_list button{color:var(--bb-body-text-color)!important;background-color:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:0}#buddypress .bb_more_options .bb_more_options_list .generic-button>button:before,#buddypress .bb_more_options .bb_more_options_list a:before,#buddypress .bb_more_options .bb_more_options_list button:before,.bb_more_options .bb_more_options_list .generic-button>button:before,.bb_more_options .bb_more_options_list a:before,.bb_more_options .bb_more_options_list button:before{color:var(--bb-alternate-text-color)}#buddypress .bb_more_options .bb_more_options_list .generic-button>button:hover,#buddypress .bb_more_options .bb_more_options_list a:hover,#buddypress .bb_more_options .bb_more_options_list button:hover,.bb_more_options .bb_more_options_list .generic-button>button:hover,.bb_more_options .bb_more_options_list a:hover,.bb_more_options .bb_more_options_list button:hover{color:var(--bb-primary-color)!important;background-color:var(--bb-content-alternate-background-color)!important;border:0}#buddypress .activity-comments .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a,#buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a,.activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a{color:var(--bb-body-text-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1}#buddypress .activity-comments .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a:before,#buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a:before,.activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a:before{color:var(--bb-alternate-text-color)}#buddypress .activity-comments .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a:hover,#buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a:hover,.activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a:hover{color:var(--bb-primary-color);background-color:var(--bb-content-alternate-background-color)}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius);width:auto}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list:after{border-color:var(--bb-content-background-color) transparent transparent var(--bb-content-background-color)}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul li a{white-space:nowrap}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul li a:hover{color:var(--bb-primary-color);background-color:var(--bb-content-alternate-background-color)}.ac-reply-toolbar a .bb-icon{color:rgba(var(--bb-headings-color-rgb),.4)}.ac-reply-toolbar a:hover .bb-icon{color:var(--bb-headings-color)}.bb-activity-placeholder{background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius)}.buddypress #buddypress .bb-poll-form .bb-activity-poll-cancel,.buddypress #buddypress .bb-poll-form .button.bb-poll-option_add{color:var(--bb-secondary-button-text-regular);background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color)}.buddypress #buddypress .bb-poll-form .bb-activity-poll-cancel:hover,.buddypress #buddypress .bb-poll-form .button.bb-poll-option_add:hover{color:var(--bb-primary-button-text-regular);background-color:var(--bb-primary-button-background-regular);border-color:transparent}.bb-poll-form .input-field input[type=text],.bb-poll-form .sortable-placeholder{border-color:var(--bb-content-border-color)}.bb-poll-form .input-field input[type=text]:focus,.bb-poll-form .sortable-placeholder:focus{border-color:var(--bb-input-focus-border-color)}.bb-poll-form .bb-poll_option_draggable .bb-poll-edit-option_remove,.bb-poll-form .bb-poll_option_draggable:before{color:var(--bb-headings-color)}.bb-poll-form #bb-activity-poll-form_modal.edit-activity-poll .bb-poll_duration{background-color:var(--bb-content-alternate-background-color)}.bb-activity-poll_block{border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner)}.activity-inner .bb-activity-poll_block .bb-activity-poll-option:hover{border-color:var(--bb-alternate-text-color)}.activity-inner .bb-activity-poll_block .bb-activity-poll-option.bb-activity-poll-new-option:focus-within{border-color:var(--bb-alternate-text-color)}.bb-activity-poll_block .bb-activity-poll-option{border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner)}.bb-activity-poll_block .bb-activity-poll-option.is-invalid{border-color:var(--bb-warning-color);box-shadow:0 2px rgba(var(--bb-warning-color-rgb),.2),0 -2px rgba(var(--bb-warning-color-rgb),.2)}.bb-activity-poll_block .bb-activity-poll-option .bb-poll-option-fill{background-color:rgba(var(--bb-primary-color-rgb),.1)}.bb-activity-poll_block .bb-activity-poll-option label{color:var(--bb-body-text-color)}.bb-activity-poll_block .bb-activity-poll-option .bb-poll-option-state,.bb-activity-poll_block .bb-activity-poll-option .bb-poll-option-view-state{color:var(--bb-headings-color)}.bb-activity-poll_block .bb-activity-poll-option .bb-poll-option-view-state:hover{background-color:var(--bb-content-alternate-background-color)}.bb-activity-poll_block .bb-activity-poll-option .bb-poll-option_remove{color:var(--bb-headings-color)}.bb-activity-poll_block .bb-activity-poll-new-option .bb-activity-poll-new-option-input{color:var(--bb-body-text-color)}.bb-activity-poll_block .bb-activity-poll-new-option>span{color:var(--bb-headings-color)}.bb-activity-poll_block .bb-activity-poll-see-more-link{color:var(--bb-secondary-button-text-regular);background-color:var(--bb-secondary-button-background-regular)}.bb-activity-poll_block .bb-activity-poll-footer{color:var(--bb-alternate-text-color)}.bb-activity-poll_block .bb-activity-poll-footer .bb-activity-poll_duration:before{background-color:var(--bb-alternate-text-color)}.bb-activity-poll_block .bb-activity-poll-options-wrap .bb-activity-poll-options-action i{color:var(--bb-headings-color)}.bb-activity-poll_block .bb-activity-poll-options-wrap .bb-activity-poll-action-options{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius-inner)}.bb-activity-poll_block .bb-activity-poll-options-wrap .bb-activity-poll-action-options .bb-activity-poll-action-option{border-radius:var(--bb-block-radius-inner)}.bb-activity-poll_block .bb-activity-poll-options-wrap .bb-activity-poll-action-options .bb-activity-poll-action-option:hover{background-color:var(--bb-content-alternate-background-color)}.bb-activity-poll_block .bb-activity-poll-options-wrap .bb-activity-poll-action-options .bb-activity-poll-action-option span{color:var(--bb-body-text-color)}.bb-activity-poll_block .bb-activity-poll-options-wrap .bb-activity-poll-action-options .bb-activity-poll-action-option span i{color:var(--bb-alternate-text-color)}.bb-activity-poll_block .bb-poll-error{color:var(--bb-body-text-color)}.activity-link-preview-container+.bb-poll-view,.bb-video-wrapper+.bb-poll-view{margin-top:15px}#bb-activity-poll-state_modal .bb-option-state{color:var(--bb-body-text-color)}#bb-activity-poll-state_modal .bb-model-header{background-color:var(--bb-content-background-color)}#bb-activity-poll-state_modal .bb-model-header .bb-model-close-button>span[class*=bb-icon]{opacity:.4}#bb-activity-poll-state_modal .bb-model-header .bb-model-close-button:hover>span[class*=bb-icon]{opacity:1}#bb-activity-poll-state_modal .activity-state_user .activity-state_user__name a{color:var(--bb-headings-color)}@media only screen and (min-width:1081px){#secondary.sidebar-left{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}}@media only screen and (max-width:980px){.buddypanel-open.directory.activity.activity-sidebar-left:not(.profile-sidebar,.group-sidebar,.llms-pointer) #page .site-content-grid,.buddypanel-open.directory.activity.activity-sidebar-left:not(.profile-sidebar,.group-sidebar,.llms-pointer) .site-content-grid{display:block}.buddypanel-open.directory.activity.activity-sidebar-left:not(.profile-sidebar,.group-sidebar,.llms-pointer) #page #primary,.buddypanel-open.directory.activity.activity-sidebar-left:not(.profile-sidebar,.group-sidebar,.llms-pointer) #primary{width:auto}.buddypanel-open.directory.activity.activity-sidebar-left:not(.profile-sidebar,.group-sidebar,.llms-pointer) #page .widget-area,.buddypanel-open.directory.activity.activity-sidebar-left:not(.profile-sidebar,.group-sidebar,.llms-pointer) .widget-area{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media only screen and (min-width:768px) and (max-width:1080px){#user-activity{display:none}.directory.activity.activity-sidebar-left #primary{grid-row:1/4}.directory.activity.activity-sidebar-left:not(.profile-sidebar,.group-sidebar,.llms-pointer) #page #primary,.directory.activity.activity-sidebar-left:not(.profile-sidebar,.group-sidebar,.llms-pointer) #primary{width:auto}.directory.activity.activity-sidebar-left .site-content-grid{display:grid;grid-template-columns:auto 300px}.directory.activity.activity-sidebar-left #secondary-right{padding-top:0;margin-top:-20px}}@media only screen and (max-width:640px){.bb-input-poll .bb-icon-close-circle{visibility:visible;opacity:1}.activity-comments-items:not(.depth1){padding-right:8px;padding-left:8px}.activity-comments-items.depth3{padding-right:8px}.activity-comments-items.depth4{padding-right:8px}.post-link-container{-ms-flex-flow:row wrap;flex-flow:row wrap}.link-img-holder{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%;min-height:180px}.link-info{padding:20px}.activity-type .dropzone .dz-preview{min-width:104px}#bs-activity-update-wrap .dropzone.dz-started .dz-message{max-width:106px;height:106px;font-size:11px;line-height:1.2}body:not(.settings,.edit-details) .dropzone .dz-default span:before{height:31px;width:36px}body:not(.settings,.edit-details) .dropzone .dz-default{min-height:18vh;font-size:14px}.dropzone .dz-preview .dz-error-mark{top:28%}#bs-activity-form-wrap .bs-activity-wrap.bs-activity-wrap .dropzone .dz-default{min-height:80px;max-height:104px}}@media screen and (max-width:720px){.blogs.activity-item .activity-inner img:not(.emoji){max-width:100%}}@media screen and (max-width:544px){.bb-media-model-inner .ac-reply-toolbar .post-gif .gif-media-search-dropdown{-webkit-transform:translateX(65%);-ms-transform:translateX(65%);transform:translateX(65%)}.bb-media-model-inner .activity-comments>.ac-form .ac-reply-toolbar .post-gif .gif-media-search-dropdown{-webkit-transform:translateX(40%);-ms-transform:translateX(40%);transform:translateX(40%)}}@media screen and (max-width:520px){.ac-reply-toolbar .post-emoji[data-nth-child="1"] .emojionearea-picker{margin-right:-52px}.ac-reply-toolbar .post-emoji[data-nth-child="1"] .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{right:75px}.ac-reply-toolbar .post-emoji[data-nth-child="2"] .emojionearea-picker{margin-right:-84px}.ac-reply-toolbar .post-emoji[data-nth-child="2"] .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{right:105px}.ac-reply-toolbar .post-emoji[data-nth-child="3"] .emojionearea-picker{margin-right:-120px}.ac-reply-toolbar .post-emoji[data-nth-child="3"] .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{right:143px}.ac-reply-toolbar .post-emoji[data-nth-child="4"] .emojionearea-picker{margin-right:-154px}.ac-reply-toolbar .post-emoji[data-nth-child="4"] .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{right:177px}.ac-reply-toolbar .post-emoji[data-nth-child="5"] .emojionearea-picker{margin-right:-188px}.ac-reply-toolbar .post-emoji[data-nth-child="5"] .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{right:211px}.ac-reply-toolbar .post-gif .gif-media-search-dropdown{right:unset;-webkit-transform:translateX(65%);-ms-transform:translateX(65%);transform:translateX(65%)}.ac-reply-toolbar .post-gif[data-nth-child="1"] .gif-media-search-dropdown{-webkit-transform:translateX(20%);-ms-transform:translateX(20%);transform:translateX(20%)}.ac-reply-toolbar .post-gif[data-nth-child="2"] .gif-media-search-dropdown{-webkit-transform:translateX(25%);-ms-transform:translateX(25%);transform:translateX(25%)}.ac-reply-toolbar .post-gif[data-nth-child="3"] .gif-media-search-dropdown{-webkit-transform:translateX(30%);-ms-transform:translateX(30%);transform:translateX(30%)}.activity-comments>.ac-form .ac-reply-toolbar .post-gif .gif-media-search-dropdown{-webkit-transform:translateX(40%);-ms-transform:translateX(40%);transform:translateX(40%)}}@media only screen and (max-width:544px){#activity-form-submit-wrapper select{margin-left:0}#activity-post-form-privacy{width:100%}#activity-post-form-privacy:first-child{margin-top:15px;margin-bottom:5px}#activity-post-form-privacy select{width:100%}#whats-new-form #whats-new-post-in-box input[type=text]{width:100%}.bb-media-privacy-wrap .activity-privacy{right:auto;left:-30px}.bb-media-privacy-wrap .activity-privacy:before{right:auto;left:32px}}@media only screen and (max-width:520px){.actvity-head-bar{-ms-flex-flow:row wrap;flex-flow:row wrap}.actvity-head-bar .subnav-filters{margin:10px 0 0;width:100%}}#activity-stream .bp-generic-meta .generic-button .bb-icon-discussion:before{font-size:14px}body.activity .activity-list .activity-item .activity-content .bb-empty-content{margin-bottom:0}body.activity .activity-list .activity-item .activity-content .bb-empty-content:has(.activity-discussion-title-wrap){margin-bottom:10px}body.activity .activity-list .activity-item .activity-content.document-activity .bb-empty-content,body.activity .activity-list .activity-item .activity-content.media-activity-wrap .bb-empty-content,body.activity .activity-list .activity-item .activity-content.video-activity-wrap .bb-empty-content{margin-bottom:10px}.bb-document-privacy-wrap .privacy:after,.bb-media-privacy-wrap .privacy:after{content:"\ee09";font-weight:300;opacity:.3;font-size:18px}.activity #buddypress .groups .bp-generic-meta .generic-button .button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#activity-close-link-suggestion{color:rgba(var(--bb-headings-color-rgb),.4);-webkit-transition:all linear .2s;transition:all linear .2s}#activity-close-link-suggestion:hover{color:var(--bb-headings-color);-webkit-transition:all linear .2s;transition:all linear .2s}.activity-link-preview-container{border-radius:var(--bb-block-radius);border-color:var(--bb-content-border-color);background-color:var(--bb-content-alternate-background-color)}.activity-link-preview-container .activity-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:0 0 var(--bb-block-radius) var(--bb-block-radius)}.activity-link-preview-container .activity-link-preview-info .activity-link-preview-link-name{font-size:13px;font-weight:500;color:var(--bb-alternate-text-color);text-transform:uppercase;line-height:20px}.activity-link-preview-container .activity-link-preview-info .activity-link-preview-title{color:var(--bb-headings-color)}.activity-link-preview-container .activity-link-preview-info .activity-link-preview-title a{color:var(--bb-headings-color);overflow-wrap:break-word;word-break:break-word}.activity-link-preview-container .activity-link-preview-info p{margin-bottom:2px!important}.activity-link-preview-container .activity-url-error{padding:10px 15px}.activity-link-preview-container .activity-link-preview-image{position:relative;-webkit-transition:all linear .2s;transition:all linear .2s}.activity-link-preview-container .activity-link-preview-image .activity-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) var(--bb-block-radius) 0 0;min-height:120px;max-height:340px}.activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover a{width:100%}.activity-link-preview-container .activity-link-preview-image .activity-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}.activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover img{object-fit:cover;object-position:center;min-width:100%;min-height:340px;max-width:initial}.activity-link-preview-container #activity-link-preview-close-image,.activity-link-preview-container .activity-link-preview-icons a{background-color:var(--bb-content-alternate-background-color)}.activity-link-preview-container .activity-link-preview-image:before,.activity-link-preview-container .activity-link-preview-info:before{content:"";-webkit-transition:all linear .3s;transition:all linear .3s}.activity-link-preview-container:hover .activity-link-preview-image,.activity-link-preview-container:hover .activity-link-preview-info{position:relative}.activity-link-preview-container:hover .activity-link-preview-image:before,.activity-link-preview-container:hover .activity-link-preview-info: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}.activity-link-preview-container:hover .activity-link-preview-image+.activity-link-preview-info::before{border-radius:0 0 var(--bb-block-radius-inner) var(--bb-block-radius-inner)}.activity-link-preview-container:hover .activity-link-preview-info::before{border-radius:var(--bb-block-radius-inner)}.activity-link-preview-container:hover .activity-link-preview-image::before{border-radius:var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0}.activity-link-preview-excerpt p{color:var(--bb-body-text-color)}.activity-url-scrapper-container #activity-url-scrapper-img-holder .activity-link-preview-image .activity-link-preview-icons a{background-color:var(--bb-content-alternate-background-color);z-index:2}.activity-url-scrapper-container #activity-url-scrapper-img-holder .activity-link-preview-image .activity-link-preview-icons a i{color:var(--bb-headings-color);opacity:.4}.activity-url-scrapper-container #activity-url-scrapper-img-holder .activity-link-preview-image .activity-link-preview-icons a:hover i{opacity:1}.activity-form #whats-new-attachments .activity-link-preview-image-cover,.activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover{min-height:340px}.activity-form #whats-new-attachments .activity-link-preview-image-cover img,.activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover img{min-height:340px}@media screen and (max-width:900px){.activity-form #whats-new-attachments .activity-link-preview-image-cover,.activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover{min-height:30vh}.activity-form #whats-new-attachments .activity-link-preview-image-cover img,.activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover img{min-height:30vh}}@media screen and (max-width:680px){.activity-form #whats-new-attachments .activity-link-preview-image-cover,.activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover{min-height:150px}.activity-form #whats-new-attachments .activity-link-preview-image-cover img,.activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover img{min-height:150px}}.activity-video-preview .activity-link-preview-container .activity-link-preview-info{padding:0}.activity-video-preview .activity-link-preview-excerpt p iframe{border-radius:var(--bb-block-radius)}.bb-template-v2 .activity-type-navs .activity-nav a{border-bottom:0}@media only screen and (max-width:992px){.has-sidebar .actvity-head-bar{-ms-flex-flow:row wrap;flex-flow:row wrap}.has-sidebar .actvity-head-bar .subnav-filters{width:100%;margin-top:10px}}@media only screen and (max-width:1200px){.has-sidebar.activity-sidebar-left .actvity-head-bar{-ms-flex-flow:row wrap;flex-flow:row wrap}.has-sidebar.activity-sidebar-left .actvity-head-bar .subnav-filters{width:100%;margin-top:10px}}@media only screen and (max-width:1300px){.has-sidebar.activity-sidebar-left.buddypanel-open .actvity-head-bar{-ms-flex-flow:row wrap;flex-flow:row wrap}.has-sidebar.activity-sidebar-left.buddypanel-open .actvity-head-bar .subnav-filters{width:100%;margin-top:10px}}.activity-video-preview .activity-link-preview-container:hover .activity-link-preview-info:before{display:none}.bb-activity-model-wrapper .activity-modal{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);box-shadow:0 6px 24px 0 rgba(18,43,70,0)}#buddypress .bb-activity-model-wrapper .activity-modal .activity-list.bp-list .activity-item{border:0;padding:0;margin:0;box-shadow:none;background:100% 0}#buddypress .bb-activity-model-wrapper .activity-list.bp-list{margin-bottom:0}.bb-activity-model-wrapper .footer-overflow{border-color:var(--bb-content-border-color)}.bb-modal-activity-header{border-color:var(--bb-content-border-color)}.bb-modal-activity-header .bb-model-close-button{color:var(--bb-headings-color)}.view-more-comments{color:var(--bb-body-text-color);text-decoration:none;display:inline-block;margin-top:12px}.view-more-comments:hover{color:var(--bb-body-text-color)}.bb-media-model-wrapper .activity-comments .acomments-view-more,.buddypress-wrap .activity-comments .acomments-view-more{font-weight:600}.ac-form-placeholder .ac-submit-wrap{background-color:var(--bb-primary-color);border-radius:var(--bb-button-radius)}.ac-form-placeholder .ac-reply-content{background-color:var(--bb-content-alternate-background-color);border-radius:var(--bb-block-radius-inner);border-color:var(--bb-content-border-color)}.activity-sync-loader .activity-sync-bar{background:var(--bb-content-border-color)}.activity-sync-loader .activity-sync-progress{background:var(--bb-primary-color)}#buddypress.bb-activity-model-wrapper .activity-modal{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);box-shadow:0 6px 24px 0 rgba(18,43,70,.08)}#buddypress.bb-activity-model-wrapper .activity-modal .activity-list.bp-list .activity-item{border:0;padding:0;margin:0;box-shadow:none;background:100% 0}#buddypress.bb-activity-model-wrapper .activity-list.bp-list{margin-bottom:0}.elementor .activity-modal img.avatar{border-radius:50%}.elementor-activity-item .activity-actions>.bp-generic-meta .button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:2px;column-gap:2px}.elementor-activity-item .activity-actions>.bp-generic-meta .button>i{font-size:22px;font-weight:400;display:inline-block;vertical-align:middle}.elementor-activity-item .activity-actions>.bp-generic-meta .button.has-reaction>i{font-weight:200;font-size:24px}body:not(.bb-reactions-mode) .elementor-activity-item .activity-actions>.bp-generic-meta .button.has-reaction>i{font-weight:300}.elementor-activity-item .activity-actions>.bp-generic-meta .button>img{height:24px;width:24px;object-fit:cover}.elementor-activity-item .activity-actions>.bp-generic-meta .button>img.custom{border-radius:100%}.elementor-activity-item .activity-actions>.bp-generic-meta .button>.like-count{color:var(--bb-body-text-color);line-height:20px;display:inline-block;vertical-align:middle}.elementor-activity-item .activity-actions>.bp-generic-meta .button.bp-like-button:before{display:none}.elementor-activity-item .activity-actions>.bp-generic-meta .button.bp-like-button.bb-reaction-migration-inprogress:before{content:"";display:block;position:absolute;bottom:100%;right:50%;top:inherit;min-width:auto;-webkit-transition:none;transition:none}.elementor-activity-item .activity-actions>.bp-generic-meta .button.bp-like-button.bb-reaction-migration-inprogress:after{width:180px;white-space:normal;right:0;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:none;transition:none}#buddypress.buddypress-wrap .activity-comments.threaded-comments ul>.acomments-view-more:not(.acomments-view-more--hide)+li.activity-comment{margin-top:15px}#buddypress.buddypress-wrap .activity-comments.threaded-comments ul>.acomments-view-more:not(.acomments-view-more--hide)+li.activity-comment:after{content:"";display:inline-block;width:2px;height:30px;background-color:var(--bb-content-border-color);position:absolute;right:-26px;top:-35px}#buddypress.buddypress-wrap .activity-comments.threaded-comments ul>.acomments-view-more:not(.acomments-view-more--hide)+li.activity-comment~li.activity-comment:before{content:"";display:inline-block;width:2px;height:100%;background-color:var(--bb-content-border-color);position:absolute;right:-26px;top:0}#buddypress.buddypress-wrap .activity-comments.threaded-comments ul>.acomments-view-more:not(.acomments-view-more--hide)+li.activity-comment~li.activity-comment:last-of-type:before{display:none}#buddypress.buddypress-wrap .activity-comments.threaded-comments ul>.acomments-view-more:not(.acomments-view-more--hide)+li.activity-comment~li.activity-comment:after{display:none}.buddypress-wrap .activity-comments:not(.threaded-comments)>ul>li>ul{margin-right:0}.buddypress-wrap .activity-comments:not(.threaded-comments)>ul>li ul:has(>li.acomments-view-more:first-of-type){margin-right:40px}.bb-media-model-wrapper .activity-comments.threaded-level-1 .activity-actions>ul ul:has(>li.acomments-view-more:first-of-type),.bb-media-model-wrapper .activity-comments.threaded-level-1>ul ul:has(>li.acomments-view-more:first-of-type),.buddypress-wrap .activity-comments.threaded-level-1 .activity-actions>ul ul:has(>li.acomments-view-more:first-of-type),.buddypress-wrap .activity-comments.threaded-level-1>ul ul:has(>li.acomments-view-more:first-of-type){margin-right:40px}.bb-media-model-wrapper .activity-comments.threaded-level-1 .activity-actions>ul>.acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-1>ul>.acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-1 .activity-actions>ul>.acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-1>ul>.acomments-view-more::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-1 .activity-actions>ul .comment-item-focus .display-focus::before,.bb-media-model-wrapper .activity-comments.threaded-level-1>ul .comment-item-focus .display-focus::before,.buddypress-wrap .activity-comments.threaded-level-1 .activity-actions>ul .comment-item-focus .display-focus::before,.buddypress-wrap .activity-comments.threaded-level-1>ul .comment-item-focus .display-focus::before{content:"";width:2px;height:-webkit-calc(100% - 30px);height:calc(100% - 30px);background-color:var(--bb-content-border-color);position:absolute;right:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-1 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.bb-media-model-wrapper .activity-comments.threaded-level-1>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.buddypress-wrap .activity-comments.threaded-level-1 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.buddypress-wrap .activity-comments.threaded-level-1>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-1 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.bb-media-model-wrapper .activity-comments.threaded-level-1>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.buddypress-wrap .activity-comments.threaded-level-1 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.buddypress-wrap .activity-comments.threaded-level-1>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before{content:"";width:2px;height:100%;background-color:var(--bb-content-border-color);position:absolute;right:-26px;top:3px}.bb-media-model-wrapper .activity-comments.threaded-level-1 .activity-actions>ul .comment-item-focus>.ac-form,.bb-media-model-wrapper .activity-comments.threaded-level-1>ul .comment-item-focus>.ac-form,.buddypress-wrap .activity-comments.threaded-level-1 .activity-actions>ul .comment-item-focus>.ac-form,.buddypress-wrap .activity-comments.threaded-level-1>ul .comment-item-focus>.ac-form{margin-right:40px}.bb-media-model-wrapper .activity-comments.threaded-level-1 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-1>ul .comment-item-focus>.ac-form .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-1 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-1>ul .comment-item-focus>.ac-form .ac-reply-avatar{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-1 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-1>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-1 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-1>ul .comment-item-focus>.ac-form .ac-reply-avatar::before{content:"";width:16px;position:absolute;right:-26px;top:-14px;height:32px;border-style:solid;border-width:0 2px 2px 0;border-bottom-color:var(--bb-content-border-color);border-right-color:var(--bb-content-border-color);border-bottom-right-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-1 .activity-actions>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-1>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-1 .activity-actions>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-1>ul>li>ul{margin-right:0}.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul ul:has(>li.acomments-view-more:first-of-type),.bb-media-model-wrapper .activity-comments.threaded-level-2>ul ul:has(>li.acomments-view-more:first-of-type),.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul ul:has(>li.acomments-view-more:first-of-type),.buddypress-wrap .activity-comments.threaded-level-2>ul ul:has(>li.acomments-view-more:first-of-type){margin-right:40px}.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul>.acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul>.acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul>.acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-2>ul>.acomments-view-more::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul .comment-item-focus .display-focus::before,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul .comment-item-focus .display-focus::before,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul .comment-item-focus .display-focus::before,.buddypress-wrap .activity-comments.threaded-level-2>ul .comment-item-focus .display-focus::before{content:"";width:2px;height:-webkit-calc(100% - 30px);height:calc(100% - 30px);background-color:var(--bb-content-border-color);position:absolute;right:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.buddypress-wrap .activity-comments.threaded-level-2>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.buddypress-wrap .activity-comments.threaded-level-2>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before{content:"";width:2px;height:100%;background-color:var(--bb-content-border-color);position:absolute;right:-26px;top:3px}.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul .comment-item-focus>.ac-form,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul .comment-item-focus>.ac-form,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul .comment-item-focus>.ac-form,.buddypress-wrap .activity-comments.threaded-level-2>ul .comment-item-focus>.ac-form{margin-right:40px}.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul .comment-item-focus>.ac-form .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-2>ul .comment-item-focus>.ac-form .ac-reply-avatar{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-2>ul .comment-item-focus>.ac-form .ac-reply-avatar::before{content:"";width:16px;position:absolute;right:-26px;top:-14px;height:32px;border-style:solid;border-width:0 2px 2px 0;border-bottom-color:var(--bb-content-border-color);border-right-color:var(--bb-content-border-color);border-bottom-right-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul>li>ul li::before,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul>li>ul li::before,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul>li>ul li::before,.buddypress-wrap .activity-comments.threaded-level-2>ul>li>ul li::before{content:"";width:2px;height:100%;background-color:var(--bb-content-border-color);position:absolute;right:-26px}.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.buddypress-wrap .activity-comments.threaded-level-2>ul>li>ul li:not(.acomments-view-more):last-of-type::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul>li>ul .activity-state-popup li::before,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul>li>ul .activity-state-popup li::before,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul>li>ul .activity-state-popup li::before,.buddypress-wrap .activity-comments.threaded-level-2>ul>li>ul .activity-state-popup li::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul>li ul .item-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul>li ul .acomment-edit .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul>li ul .item-avatar,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul>li ul .item-avatar,.buddypress-wrap .activity-comments.threaded-level-2>ul>li ul .acomment-edit .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-2>ul>li ul .item-avatar{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul>li ul .item-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul>li ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul>li ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul>li ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-2>ul>li ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-2>ul>li ul .item-avatar::before{content:"";width:16px;position:absolute;right:-26px;top:-14px;height:32px;border-style:solid;border-width:0 2px 2px 0;border-bottom-color:var(--bb-content-border-color);border-right-color:var(--bb-content-border-color);border-bottom-right-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul .acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-2>ul .acomments-view-more::before{content:"";background-color:transparent;width:16px;position:absolute;right:-26px;top:-15px;height:32px;border-style:solid;border-width:0 2px 2px 0;border-bottom-color:var(--bb-content-border-color);border-right-color:var(--bb-content-border-color);border-bottom-right-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul .has-child-comments>.acomment-display::before,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-2>ul .has-child-comments>.acomment-display::before{content:"";width:2px;height:-webkit-calc(100% - 50px);height:calc(100% - 50px);background-color:var(--bb-content-border-color);position:absolute;right:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.buddypress-wrap .activity-comments.threaded-level-2>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-2>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before{content:"";width:2px;height:-webkit-calc(100% - 50px);height:calc(100% - 50px);background-color:var(--bb-content-border-color);position:absolute;right:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-2>ul>li>ul{margin-right:40px}.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul>li>ul .has-child-comments>.acomment-display::before,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul>li>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul>li>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-2>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-2>ul>li>ul .has-child-comments>.acomment-display::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul>li>ul>li>ul .item-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul>li>ul>li>ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul>li>ul>li>ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-2>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-2>ul>li>ul>li>ul .item-avatar::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul>li>ul>li>ul .acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul>li>ul>li>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul>li>ul>li>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-2>ul>li>ul>li>ul .acomments-view-more::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul>li>ul>li ul li:not(.acomments-view-more)::before,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul>li>ul>li ul li:not(.acomments-view-more)::before,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul>li>ul>li ul li:not(.acomments-view-more)::before,.buddypress-wrap .activity-comments.threaded-level-2>ul>li>ul>li ul li:not(.acomments-view-more)::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul ul:has(>li.acomments-view-more:first-of-type),.bb-media-model-wrapper .activity-comments.threaded-level-3>ul ul:has(>li.acomments-view-more:first-of-type),.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul ul:has(>li.acomments-view-more:first-of-type),.buddypress-wrap .activity-comments.threaded-level-3>ul ul:has(>li.acomments-view-more:first-of-type){margin-right:40px}.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul>.acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul>.acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul>.acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-3>ul>.acomments-view-more::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul .comment-item-focus .display-focus::before,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul .comment-item-focus .display-focus::before,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul .comment-item-focus .display-focus::before,.buddypress-wrap .activity-comments.threaded-level-3>ul .comment-item-focus .display-focus::before{content:"";width:2px;height:-webkit-calc(100% - 30px);height:calc(100% - 30px);background-color:var(--bb-content-border-color);position:absolute;right:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.buddypress-wrap .activity-comments.threaded-level-3>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.buddypress-wrap .activity-comments.threaded-level-3>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before{content:"";width:2px;height:100%;background-color:var(--bb-content-border-color);position:absolute;right:-26px;top:3px}.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul .comment-item-focus>.ac-form,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul .comment-item-focus>.ac-form,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul .comment-item-focus>.ac-form,.buddypress-wrap .activity-comments.threaded-level-3>ul .comment-item-focus>.ac-form{margin-right:40px}.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul .comment-item-focus>.ac-form .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-3>ul .comment-item-focus>.ac-form .ac-reply-avatar{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-3>ul .comment-item-focus>.ac-form .ac-reply-avatar::before{content:"";width:16px;position:absolute;right:-26px;top:-14px;height:32px;border-style:solid;border-width:0 2px 2px 0;border-bottom-color:var(--bb-content-border-color);border-right-color:var(--bb-content-border-color);border-bottom-right-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul>li>ul li::before,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul>li>ul li::before,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul>li>ul li::before,.buddypress-wrap .activity-comments.threaded-level-3>ul>li>ul li::before{content:"";width:2px;height:100%;background-color:var(--bb-content-border-color);position:absolute;right:-26px}.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.buddypress-wrap .activity-comments.threaded-level-3>ul>li>ul li:not(.acomments-view-more):last-of-type::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul>li>ul .activity-state-popup li::before,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul>li>ul .activity-state-popup li::before,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul>li>ul .activity-state-popup li::before,.buddypress-wrap .activity-comments.threaded-level-3>ul>li>ul .activity-state-popup li::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul>li ul .item-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul>li ul .acomment-edit .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul>li ul .item-avatar,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul>li ul .item-avatar,.buddypress-wrap .activity-comments.threaded-level-3>ul>li ul .acomment-edit .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-3>ul>li ul .item-avatar{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul>li ul .item-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul>li ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul>li ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul>li ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-3>ul>li ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-3>ul>li ul .item-avatar::before{content:"";width:16px;position:absolute;right:-26px;top:-14px;height:32px;border-style:solid;border-width:0 2px 2px 0;border-bottom-color:var(--bb-content-border-color);border-right-color:var(--bb-content-border-color);border-bottom-right-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul .acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-3>ul .acomments-view-more::before{content:"";background-color:transparent;width:16px;position:absolute;right:-26px;top:-15px;height:32px;border-style:solid;border-width:0 2px 2px 0;border-bottom-color:var(--bb-content-border-color);border-right-color:var(--bb-content-border-color);border-bottom-right-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul .has-child-comments>.acomment-display::before,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-3>ul .has-child-comments>.acomment-display::before{content:"";width:2px;height:-webkit-calc(100% - 50px);height:calc(100% - 50px);background-color:var(--bb-content-border-color);position:absolute;right:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.buddypress-wrap .activity-comments.threaded-level-3>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-3>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before{content:"";width:2px;height:-webkit-calc(100% - 50px);height:calc(100% - 50px);background-color:var(--bb-content-border-color);position:absolute;right:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-3>ul>li>ul{margin-right:40px}.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul>li>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-3>ul>li>ul>li>ul{margin-right:40px}.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-3>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-3>ul>li>ul>li>ul .has-child-comments>.acomment-display::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul>li>ul>li>ul>li>ul .item-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul>li>ul>li>ul>li>ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul>li>ul>li>ul>li>ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-3>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-3>ul>li>ul>li>ul>li>ul .item-avatar::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-3>ul>li>ul>li>ul>li>ul .acomments-view-more::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul ul:has(>li.acomments-view-more:first-of-type),.bb-media-model-wrapper .activity-comments.threaded-level-4>ul ul:has(>li.acomments-view-more:first-of-type),.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul ul:has(>li.acomments-view-more:first-of-type),.buddypress-wrap .activity-comments.threaded-level-4>ul ul:has(>li.acomments-view-more:first-of-type){margin-right:40px}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul>.acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul>.acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul>.acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-4>ul>.acomments-view-more::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul .comment-item-focus .display-focus::before,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul .comment-item-focus .display-focus::before,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul .comment-item-focus .display-focus::before,.buddypress-wrap .activity-comments.threaded-level-4>ul .comment-item-focus .display-focus::before{content:"";width:2px;height:-webkit-calc(100% - 30px);height:calc(100% - 30px);background-color:var(--bb-content-border-color);position:absolute;right:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.buddypress-wrap .activity-comments.threaded-level-4>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.buddypress-wrap .activity-comments.threaded-level-4>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before{content:"";width:2px;height:100%;background-color:var(--bb-content-border-color);position:absolute;right:-26px;top:3px}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul .comment-item-focus>.ac-form,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul .comment-item-focus>.ac-form,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul .comment-item-focus>.ac-form,.buddypress-wrap .activity-comments.threaded-level-4>ul .comment-item-focus>.ac-form{margin-right:40px}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul .comment-item-focus>.ac-form .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-4>ul .comment-item-focus>.ac-form .ac-reply-avatar{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-4>ul .comment-item-focus>.ac-form .ac-reply-avatar::before{content:"";width:16px;position:absolute;right:-26px;top:-14px;height:32px;border-style:solid;border-width:0 2px 2px 0;border-bottom-color:var(--bb-content-border-color);border-right-color:var(--bb-content-border-color);border-bottom-right-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul>li>ul li::before,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul>li>ul li::before,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul>li>ul li::before,.buddypress-wrap .activity-comments.threaded-level-4>ul>li>ul li::before{content:"";width:2px;height:100%;background-color:var(--bb-content-border-color);position:absolute;right:-26px}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.buddypress-wrap .activity-comments.threaded-level-4>ul>li>ul li:not(.acomments-view-more):last-of-type::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul>li>ul .activity-state-popup li::before,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul>li>ul .activity-state-popup li::before,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul>li>ul .activity-state-popup li::before,.buddypress-wrap .activity-comments.threaded-level-4>ul>li>ul .activity-state-popup li::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul>li ul .item-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul>li ul .acomment-edit .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul>li ul .item-avatar,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul>li ul .item-avatar,.buddypress-wrap .activity-comments.threaded-level-4>ul>li ul .acomment-edit .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-4>ul>li ul .item-avatar{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul>li ul .item-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul>li ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul>li ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul>li ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-4>ul>li ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-4>ul>li ul .item-avatar::before{content:"";width:16px;position:absolute;right:-26px;top:-14px;height:32px;border-style:solid;border-width:0 2px 2px 0;border-bottom-color:var(--bb-content-border-color);border-right-color:var(--bb-content-border-color);border-bottom-right-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul .acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-4>ul .acomments-view-more::before{content:"";background-color:transparent;width:16px;position:absolute;right:-26px;top:-15px;height:32px;border-style:solid;border-width:0 2px 2px 0;border-bottom-color:var(--bb-content-border-color);border-right-color:var(--bb-content-border-color);border-bottom-right-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul .has-child-comments>.acomment-display::before,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-4>ul .has-child-comments>.acomment-display::before{content:"";width:2px;height:-webkit-calc(100% - 50px);height:calc(100% - 50px);background-color:var(--bb-content-border-color);position:absolute;right:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.buddypress-wrap .activity-comments.threaded-level-4>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-4>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before{content:"";width:2px;height:-webkit-calc(100% - 50px);height:calc(100% - 50px);background-color:var(--bb-content-border-color);position:absolute;right:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-4>ul>li>ul{margin-right:40px}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul>li>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-4>ul>li>ul>li>ul{margin-right:40px}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul>li>ul>li>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul>li>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul>li>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-4>ul>li>ul>li>ul>li>ul{margin-right:40px}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-4>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-4>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-4>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-4>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-4>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul ul:has(>li.acomments-view-more:first-of-type),.bb-media-model-wrapper .activity-comments.threaded-level-5>ul ul:has(>li.acomments-view-more:first-of-type),.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul ul:has(>li.acomments-view-more:first-of-type),.buddypress-wrap .activity-comments.threaded-level-5>ul ul:has(>li.acomments-view-more:first-of-type){margin-right:40px}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul>.acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul>.acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul>.acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-5>ul>.acomments-view-more::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul .comment-item-focus .display-focus::before,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul .comment-item-focus .display-focus::before,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul .comment-item-focus .display-focus::before,.buddypress-wrap .activity-comments.threaded-level-5>ul .comment-item-focus .display-focus::before{content:"";width:2px;height:-webkit-calc(100% - 30px);height:calc(100% - 30px);background-color:var(--bb-content-border-color);position:absolute;right:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.buddypress-wrap .activity-comments.threaded-level-5>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.buddypress-wrap .activity-comments.threaded-level-5>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before{content:"";width:2px;height:100%;background-color:var(--bb-content-border-color);position:absolute;right:-26px;top:3px}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul .comment-item-focus>.ac-form,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul .comment-item-focus>.ac-form,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul .comment-item-focus>.ac-form,.buddypress-wrap .activity-comments.threaded-level-5>ul .comment-item-focus>.ac-form{margin-right:40px}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul .comment-item-focus>.ac-form .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-5>ul .comment-item-focus>.ac-form .ac-reply-avatar{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-5>ul .comment-item-focus>.ac-form .ac-reply-avatar::before{content:"";width:16px;position:absolute;right:-26px;top:-14px;height:32px;border-style:solid;border-width:0 2px 2px 0;border-bottom-color:var(--bb-content-border-color);border-right-color:var(--bb-content-border-color);border-bottom-right-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul>li>ul li::before,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul>li>ul li::before,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul>li>ul li::before,.buddypress-wrap .activity-comments.threaded-level-5>ul>li>ul li::before{content:"";width:2px;height:100%;background-color:var(--bb-content-border-color);position:absolute;right:-26px}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.buddypress-wrap .activity-comments.threaded-level-5>ul>li>ul li:not(.acomments-view-more):last-of-type::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul>li>ul .activity-state-popup li::before,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul>li>ul .activity-state-popup li::before,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul>li>ul .activity-state-popup li::before,.buddypress-wrap .activity-comments.threaded-level-5>ul>li>ul .activity-state-popup li::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul>li ul .item-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul>li ul .acomment-edit .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul>li ul .item-avatar,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul>li ul .item-avatar,.buddypress-wrap .activity-comments.threaded-level-5>ul>li ul .acomment-edit .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-5>ul>li ul .item-avatar{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul>li ul .item-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul>li ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul>li ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul>li ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-5>ul>li ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-5>ul>li ul .item-avatar::before{content:"";width:16px;position:absolute;right:-26px;top:-14px;height:32px;border-style:solid;border-width:0 2px 2px 0;border-bottom-color:var(--bb-content-border-color);border-right-color:var(--bb-content-border-color);border-bottom-right-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul .acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-5>ul .acomments-view-more::before{content:"";background-color:transparent;width:16px;position:absolute;right:-26px;top:-15px;height:32px;border-style:solid;border-width:0 2px 2px 0;border-bottom-color:var(--bb-content-border-color);border-right-color:var(--bb-content-border-color);border-bottom-right-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul .has-child-comments>.acomment-display::before,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-5>ul .has-child-comments>.acomment-display::before{content:"";width:2px;height:-webkit-calc(100% - 50px);height:calc(100% - 50px);background-color:var(--bb-content-border-color);position:absolute;right:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.buddypress-wrap .activity-comments.threaded-level-5>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-5>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before{content:"";width:2px;height:-webkit-calc(100% - 50px);height:calc(100% - 50px);background-color:var(--bb-content-border-color);position:absolute;right:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-5>ul>li>ul{margin-right:40px}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul>li>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-5>ul>li>ul>li>ul{margin-right:40px}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul>li>ul>li>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul>li>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul>li>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-5>ul>li>ul>li>ul>li>ul{margin-right:40px}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-5>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-5>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before{display:none}#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply,#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-5>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply,#buddypress .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply,#buddypress .buddypress-wrap .activity-comments.threaded-level-5>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-5>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-5>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-5>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul ul:has(>li.acomments-view-more:first-of-type),.bb-media-model-wrapper .activity-comments.threaded-level-6>ul ul:has(>li.acomments-view-more:first-of-type),.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul ul:has(>li.acomments-view-more:first-of-type),.buddypress-wrap .activity-comments.threaded-level-6>ul ul:has(>li.acomments-view-more:first-of-type){margin-right:40px}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul>.acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul>.acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul>.acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-6>ul>.acomments-view-more::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul .comment-item-focus .display-focus::before,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul .comment-item-focus .display-focus::before,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul .comment-item-focus .display-focus::before,.buddypress-wrap .activity-comments.threaded-level-6>ul .comment-item-focus .display-focus::before{content:"";width:2px;height:-webkit-calc(100% - 30px);height:calc(100% - 30px);background-color:var(--bb-content-border-color);position:absolute;right:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.buddypress-wrap .activity-comments.threaded-level-6>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.buddypress-wrap .activity-comments.threaded-level-6>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before{content:"";width:2px;height:100%;background-color:var(--bb-content-border-color);position:absolute;right:-26px;top:3px}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul .comment-item-focus>.ac-form,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul .comment-item-focus>.ac-form,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul .comment-item-focus>.ac-form,.buddypress-wrap .activity-comments.threaded-level-6>ul .comment-item-focus>.ac-form{margin-right:40px}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul .comment-item-focus>.ac-form .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-6>ul .comment-item-focus>.ac-form .ac-reply-avatar{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-6>ul .comment-item-focus>.ac-form .ac-reply-avatar::before{content:"";width:16px;position:absolute;right:-26px;top:-14px;height:32px;border-style:solid;border-width:0 2px 2px 0;border-bottom-color:var(--bb-content-border-color);border-right-color:var(--bb-content-border-color);border-bottom-right-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul>li>ul li::before,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul>li>ul li::before,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul>li>ul li::before,.buddypress-wrap .activity-comments.threaded-level-6>ul>li>ul li::before{content:"";width:2px;height:100%;background-color:var(--bb-content-border-color);position:absolute;right:-26px}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.buddypress-wrap .activity-comments.threaded-level-6>ul>li>ul li:not(.acomments-view-more):last-of-type::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul>li>ul .activity-state-popup li::before,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul>li>ul .activity-state-popup li::before,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul>li>ul .activity-state-popup li::before,.buddypress-wrap .activity-comments.threaded-level-6>ul>li>ul .activity-state-popup li::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul>li ul .item-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul>li ul .acomment-edit .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul>li ul .item-avatar,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul>li ul .item-avatar,.buddypress-wrap .activity-comments.threaded-level-6>ul>li ul .acomment-edit .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-6>ul>li ul .item-avatar{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul>li ul .item-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul>li ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul>li ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul>li ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-6>ul>li ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-6>ul>li ul .item-avatar::before{content:"";width:16px;position:absolute;right:-26px;top:-14px;height:32px;border-style:solid;border-width:0 2px 2px 0;border-bottom-color:var(--bb-content-border-color);border-right-color:var(--bb-content-border-color);border-bottom-right-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul .acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-6>ul .acomments-view-more::before{content:"";background-color:transparent;width:16px;position:absolute;right:-26px;top:-15px;height:32px;border-style:solid;border-width:0 2px 2px 0;border-bottom-color:var(--bb-content-border-color);border-right-color:var(--bb-content-border-color);border-bottom-right-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul .has-child-comments>.acomment-display::before,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-6>ul .has-child-comments>.acomment-display::before{content:"";width:2px;height:-webkit-calc(100% - 50px);height:calc(100% - 50px);background-color:var(--bb-content-border-color);position:absolute;right:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.buddypress-wrap .activity-comments.threaded-level-6>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-6>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before{content:"";width:2px;height:-webkit-calc(100% - 50px);height:calc(100% - 50px);background-color:var(--bb-content-border-color);position:absolute;right:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-6>ul>li>ul{margin-right:40px}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul>li>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-6>ul>li>ul>li>ul{margin-right:40px}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul>li>ul>li>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul>li>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul>li>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-6>ul>li>ul>li>ul>li>ul{margin-right:40px}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-6>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-6>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before{display:none}#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply,#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-6>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply,#buddypress .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply,#buddypress .buddypress-wrap .activity-comments.threaded-level-6>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-6>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-6>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-6>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul ul:has(>li.acomments-view-more:first-of-type),.bb-media-model-wrapper .activity-comments.threaded-level-7>ul ul:has(>li.acomments-view-more:first-of-type),.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul ul:has(>li.acomments-view-more:first-of-type),.buddypress-wrap .activity-comments.threaded-level-7>ul ul:has(>li.acomments-view-more:first-of-type){margin-right:40px}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul>.acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul>.acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul>.acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-7>ul>.acomments-view-more::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul .comment-item-focus .display-focus::before,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul .comment-item-focus .display-focus::before,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul .comment-item-focus .display-focus::before,.buddypress-wrap .activity-comments.threaded-level-7>ul .comment-item-focus .display-focus::before{content:"";width:2px;height:-webkit-calc(100% - 30px);height:calc(100% - 30px);background-color:var(--bb-content-border-color);position:absolute;right:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.buddypress-wrap .activity-comments.threaded-level-7>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.buddypress-wrap .activity-comments.threaded-level-7>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before{content:"";width:2px;height:100%;background-color:var(--bb-content-border-color);position:absolute;right:-26px;top:3px}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul .comment-item-focus>.ac-form,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul .comment-item-focus>.ac-form,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul .comment-item-focus>.ac-form,.buddypress-wrap .activity-comments.threaded-level-7>ul .comment-item-focus>.ac-form{margin-right:40px}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul .comment-item-focus>.ac-form .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-7>ul .comment-item-focus>.ac-form .ac-reply-avatar{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-7>ul .comment-item-focus>.ac-form .ac-reply-avatar::before{content:"";width:16px;position:absolute;right:-26px;top:-14px;height:32px;border-style:solid;border-width:0 2px 2px 0;border-bottom-color:var(--bb-content-border-color);border-right-color:var(--bb-content-border-color);border-bottom-right-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul>li>ul li::before,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul>li>ul li::before,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul>li>ul li::before,.buddypress-wrap .activity-comments.threaded-level-7>ul>li>ul li::before{content:"";width:2px;height:100%;background-color:var(--bb-content-border-color);position:absolute;right:-26px}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.buddypress-wrap .activity-comments.threaded-level-7>ul>li>ul li:not(.acomments-view-more):last-of-type::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul>li>ul .activity-state-popup li::before,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul>li>ul .activity-state-popup li::before,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul>li>ul .activity-state-popup li::before,.buddypress-wrap .activity-comments.threaded-level-7>ul>li>ul .activity-state-popup li::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul>li ul .item-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul>li ul .acomment-edit .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul>li ul .item-avatar,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul>li ul .item-avatar,.buddypress-wrap .activity-comments.threaded-level-7>ul>li ul .acomment-edit .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-7>ul>li ul .item-avatar{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul>li ul .item-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul>li ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul>li ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul>li ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-7>ul>li ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-7>ul>li ul .item-avatar::before{content:"";width:16px;position:absolute;right:-26px;top:-14px;height:32px;border-style:solid;border-width:0 2px 2px 0;border-bottom-color:var(--bb-content-border-color);border-right-color:var(--bb-content-border-color);border-bottom-right-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul .acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-7>ul .acomments-view-more::before{content:"";background-color:transparent;width:16px;position:absolute;right:-26px;top:-15px;height:32px;border-style:solid;border-width:0 2px 2px 0;border-bottom-color:var(--bb-content-border-color);border-right-color:var(--bb-content-border-color);border-bottom-right-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul .has-child-comments>.acomment-display::before,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-7>ul .has-child-comments>.acomment-display::before{content:"";width:2px;height:-webkit-calc(100% - 50px);height:calc(100% - 50px);background-color:var(--bb-content-border-color);position:absolute;right:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.buddypress-wrap .activity-comments.threaded-level-7>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-7>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before{content:"";width:2px;height:-webkit-calc(100% - 50px);height:calc(100% - 50px);background-color:var(--bb-content-border-color);position:absolute;right:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-7>ul>li>ul{margin-right:40px}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul>li>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-7>ul>li>ul>li>ul{margin-right:40px}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul>li>ul>li>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul>li>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul>li>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-7>ul>li>ul>li>ul>li>ul{margin-right:40px}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-7>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-7>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before{display:none}#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply,#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-7>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply,#buddypress .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply,#buddypress .buddypress-wrap .activity-comments.threaded-level-7>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-7>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-7>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-7>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul ul:has(>li.acomments-view-more:first-of-type),.bb-media-model-wrapper .activity-comments.threaded-level-8>ul ul:has(>li.acomments-view-more:first-of-type),.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul ul:has(>li.acomments-view-more:first-of-type),.buddypress-wrap .activity-comments.threaded-level-8>ul ul:has(>li.acomments-view-more:first-of-type){margin-right:40px}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul>.acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul>.acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul>.acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-8>ul>.acomments-view-more::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul .comment-item-focus .display-focus::before,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul .comment-item-focus .display-focus::before,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul .comment-item-focus .display-focus::before,.buddypress-wrap .activity-comments.threaded-level-8>ul .comment-item-focus .display-focus::before{content:"";width:2px;height:-webkit-calc(100% - 30px);height:calc(100% - 30px);background-color:var(--bb-content-border-color);position:absolute;right:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.buddypress-wrap .activity-comments.threaded-level-8>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.buddypress-wrap .activity-comments.threaded-level-8>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before{content:"";width:2px;height:100%;background-color:var(--bb-content-border-color);position:absolute;right:-26px;top:3px}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul .comment-item-focus>.ac-form,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul .comment-item-focus>.ac-form,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul .comment-item-focus>.ac-form,.buddypress-wrap .activity-comments.threaded-level-8>ul .comment-item-focus>.ac-form{margin-right:40px}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul .comment-item-focus>.ac-form .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-8>ul .comment-item-focus>.ac-form .ac-reply-avatar{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-8>ul .comment-item-focus>.ac-form .ac-reply-avatar::before{content:"";width:16px;position:absolute;right:-26px;top:-14px;height:32px;border-style:solid;border-width:0 2px 2px 0;border-bottom-color:var(--bb-content-border-color);border-right-color:var(--bb-content-border-color);border-bottom-right-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul>li>ul li::before,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul>li>ul li::before,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul>li>ul li::before,.buddypress-wrap .activity-comments.threaded-level-8>ul>li>ul li::before{content:"";width:2px;height:100%;background-color:var(--bb-content-border-color);position:absolute;right:-26px}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.buddypress-wrap .activity-comments.threaded-level-8>ul>li>ul li:not(.acomments-view-more):last-of-type::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul>li>ul .activity-state-popup li::before,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul>li>ul .activity-state-popup li::before,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul>li>ul .activity-state-popup li::before,.buddypress-wrap .activity-comments.threaded-level-8>ul>li>ul .activity-state-popup li::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul>li ul .item-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul>li ul .acomment-edit .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul>li ul .item-avatar,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul>li ul .item-avatar,.buddypress-wrap .activity-comments.threaded-level-8>ul>li ul .acomment-edit .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-8>ul>li ul .item-avatar{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul>li ul .item-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul>li ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul>li ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul>li ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-8>ul>li ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-8>ul>li ul .item-avatar::before{content:"";width:16px;position:absolute;right:-26px;top:-14px;height:32px;border-style:solid;border-width:0 2px 2px 0;border-bottom-color:var(--bb-content-border-color);border-right-color:var(--bb-content-border-color);border-bottom-right-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul .acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-8>ul .acomments-view-more::before{content:"";background-color:transparent;width:16px;position:absolute;right:-26px;top:-15px;height:32px;border-style:solid;border-width:0 2px 2px 0;border-bottom-color:var(--bb-content-border-color);border-right-color:var(--bb-content-border-color);border-bottom-right-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul .has-child-comments>.acomment-display::before,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-8>ul .has-child-comments>.acomment-display::before{content:"";width:2px;height:-webkit-calc(100% - 50px);height:calc(100% - 50px);background-color:var(--bb-content-border-color);position:absolute;right:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.buddypress-wrap .activity-comments.threaded-level-8>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-8>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before{content:"";width:2px;height:-webkit-calc(100% - 50px);height:calc(100% - 50px);background-color:var(--bb-content-border-color);position:absolute;right:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-8>ul>li>ul{margin-right:40px}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul>li>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-8>ul>li>ul>li>ul{margin-right:40px}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul>li>ul>li>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul>li>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul>li>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-8>ul>li>ul>li>ul>li>ul{margin-right:40px}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-8>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-8>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before{display:none}#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply,#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-8>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply,#buddypress .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply,#buddypress .buddypress-wrap .activity-comments.threaded-level-8>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-8>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-8>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-8>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul ul:has(>li.acomments-view-more:first-of-type),.bb-media-model-wrapper .activity-comments.threaded-level-9>ul ul:has(>li.acomments-view-more:first-of-type),.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul ul:has(>li.acomments-view-more:first-of-type),.buddypress-wrap .activity-comments.threaded-level-9>ul ul:has(>li.acomments-view-more:first-of-type){margin-right:40px}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul>.acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul>.acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul>.acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-9>ul>.acomments-view-more::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul .comment-item-focus .display-focus::before,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul .comment-item-focus .display-focus::before,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul .comment-item-focus .display-focus::before,.buddypress-wrap .activity-comments.threaded-level-9>ul .comment-item-focus .display-focus::before{content:"";width:2px;height:-webkit-calc(100% - 30px);height:calc(100% - 30px);background-color:var(--bb-content-border-color);position:absolute;right:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.buddypress-wrap .activity-comments.threaded-level-9>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.buddypress-wrap .activity-comments.threaded-level-9>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before{content:"";width:2px;height:100%;background-color:var(--bb-content-border-color);position:absolute;right:-26px;top:3px}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul .comment-item-focus>.ac-form,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul .comment-item-focus>.ac-form,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul .comment-item-focus>.ac-form,.buddypress-wrap .activity-comments.threaded-level-9>ul .comment-item-focus>.ac-form{margin-right:40px}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul .comment-item-focus>.ac-form .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-9>ul .comment-item-focus>.ac-form .ac-reply-avatar{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-9>ul .comment-item-focus>.ac-form .ac-reply-avatar::before{content:"";width:16px;position:absolute;right:-26px;top:-14px;height:32px;border-style:solid;border-width:0 2px 2px 0;border-bottom-color:var(--bb-content-border-color);border-right-color:var(--bb-content-border-color);border-bottom-right-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul>li>ul li::before,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul>li>ul li::before,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul>li>ul li::before,.buddypress-wrap .activity-comments.threaded-level-9>ul>li>ul li::before{content:"";width:2px;height:100%;background-color:var(--bb-content-border-color);position:absolute;right:-26px}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.buddypress-wrap .activity-comments.threaded-level-9>ul>li>ul li:not(.acomments-view-more):last-of-type::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul>li>ul .activity-state-popup li::before,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul>li>ul .activity-state-popup li::before,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul>li>ul .activity-state-popup li::before,.buddypress-wrap .activity-comments.threaded-level-9>ul>li>ul .activity-state-popup li::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul>li ul .item-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul>li ul .acomment-edit .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul>li ul .item-avatar,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul>li ul .item-avatar,.buddypress-wrap .activity-comments.threaded-level-9>ul>li ul .acomment-edit .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-9>ul>li ul .item-avatar{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul>li ul .item-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul>li ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul>li ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul>li ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-9>ul>li ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-9>ul>li ul .item-avatar::before{content:"";width:16px;position:absolute;right:-26px;top:-14px;height:32px;border-style:solid;border-width:0 2px 2px 0;border-bottom-color:var(--bb-content-border-color);border-right-color:var(--bb-content-border-color);border-bottom-right-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul .acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-9>ul .acomments-view-more::before{content:"";background-color:transparent;width:16px;position:absolute;right:-26px;top:-15px;height:32px;border-style:solid;border-width:0 2px 2px 0;border-bottom-color:var(--bb-content-border-color);border-right-color:var(--bb-content-border-color);border-bottom-right-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul .has-child-comments>.acomment-display::before,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-9>ul .has-child-comments>.acomment-display::before{content:"";width:2px;height:-webkit-calc(100% - 50px);height:calc(100% - 50px);background-color:var(--bb-content-border-color);position:absolute;right:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.buddypress-wrap .activity-comments.threaded-level-9>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-9>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before{content:"";width:2px;height:-webkit-calc(100% - 50px);height:calc(100% - 50px);background-color:var(--bb-content-border-color);position:absolute;right:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-9>ul>li>ul{margin-right:40px}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul>li>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-9>ul>li>ul>li>ul{margin-right:40px}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul>li>ul>li>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul>li>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul>li>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-9>ul>li>ul>li>ul>li>ul{margin-right:40px}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-9>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-9>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before{display:none}#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply,#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-9>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply,#buddypress .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply,#buddypress .buddypress-wrap .activity-comments.threaded-level-9>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-9>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-9>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-9>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul ul:has(>li.acomments-view-more:first-of-type),.bb-media-model-wrapper .activity-comments.threaded-level-10>ul ul:has(>li.acomments-view-more:first-of-type),.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul ul:has(>li.acomments-view-more:first-of-type),.buddypress-wrap .activity-comments.threaded-level-10>ul ul:has(>li.acomments-view-more:first-of-type){margin-right:40px}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul>.acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul>.acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul>.acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-10>ul>.acomments-view-more::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul .comment-item-focus .display-focus::before,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul .comment-item-focus .display-focus::before,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul .comment-item-focus .display-focus::before,.buddypress-wrap .activity-comments.threaded-level-10>ul .comment-item-focus .display-focus::before{content:"";width:2px;height:-webkit-calc(100% - 30px);height:calc(100% - 30px);background-color:var(--bb-content-border-color);position:absolute;right:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.buddypress-wrap .activity-comments.threaded-level-10>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.buddypress-wrap .activity-comments.threaded-level-10>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before{content:"";width:2px;height:100%;background-color:var(--bb-content-border-color);position:absolute;right:-26px;top:3px}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul .comment-item-focus>.ac-form,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul .comment-item-focus>.ac-form,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul .comment-item-focus>.ac-form,.buddypress-wrap .activity-comments.threaded-level-10>ul .comment-item-focus>.ac-form{margin-right:40px}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul .comment-item-focus>.ac-form .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-10>ul .comment-item-focus>.ac-form .ac-reply-avatar{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-10>ul .comment-item-focus>.ac-form .ac-reply-avatar::before{content:"";width:16px;position:absolute;right:-26px;top:-14px;height:32px;border-style:solid;border-width:0 2px 2px 0;border-bottom-color:var(--bb-content-border-color);border-right-color:var(--bb-content-border-color);border-bottom-right-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul>li>ul li::before,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul>li>ul li::before,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul>li>ul li::before,.buddypress-wrap .activity-comments.threaded-level-10>ul>li>ul li::before{content:"";width:2px;height:100%;background-color:var(--bb-content-border-color);position:absolute;right:-26px}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.buddypress-wrap .activity-comments.threaded-level-10>ul>li>ul li:not(.acomments-view-more):last-of-type::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul>li>ul .activity-state-popup li::before,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul>li>ul .activity-state-popup li::before,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul>li>ul .activity-state-popup li::before,.buddypress-wrap .activity-comments.threaded-level-10>ul>li>ul .activity-state-popup li::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul>li ul .item-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul>li ul .acomment-edit .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul>li ul .item-avatar,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul>li ul .item-avatar,.buddypress-wrap .activity-comments.threaded-level-10>ul>li ul .acomment-edit .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-10>ul>li ul .item-avatar{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul>li ul .item-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul>li ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul>li ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul>li ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-10>ul>li ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-10>ul>li ul .item-avatar::before{content:"";width:16px;position:absolute;right:-26px;top:-14px;height:32px;border-style:solid;border-width:0 2px 2px 0;border-bottom-color:var(--bb-content-border-color);border-right-color:var(--bb-content-border-color);border-bottom-right-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul .acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-10>ul .acomments-view-more::before{content:"";background-color:transparent;width:16px;position:absolute;right:-26px;top:-15px;height:32px;border-style:solid;border-width:0 2px 2px 0;border-bottom-color:var(--bb-content-border-color);border-right-color:var(--bb-content-border-color);border-bottom-right-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul .has-child-comments>.acomment-display::before,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-10>ul .has-child-comments>.acomment-display::before{content:"";width:2px;height:-webkit-calc(100% - 50px);height:calc(100% - 50px);background-color:var(--bb-content-border-color);position:absolute;right:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.buddypress-wrap .activity-comments.threaded-level-10>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-10>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before{content:"";width:2px;height:-webkit-calc(100% - 50px);height:calc(100% - 50px);background-color:var(--bb-content-border-color);position:absolute;right:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-10>ul>li>ul{margin-right:40px}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul>li>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-10>ul>li>ul>li>ul{margin-right:40px}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul>li>ul>li>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul>li>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul>li>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-10>ul>li>ul>li>ul>li>ul{margin-right:40px}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-10>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-10>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before{display:none}#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply,#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-10>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply,#buddypress .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply,#buddypress .buddypress-wrap .activity-comments.threaded-level-10>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-10>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-10>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-10>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before{display:none}@media screen and (max-width:480px){.activity-list .activity-item .activity-comments>ul>li>ul>li>ul>li>ul .acomment-display .ac-emotions_list.active,.activity-list .activity-item.elementor-activity-item .activity-comments>ul>li>ul>li>ul>li>ul .acomment-display .ac-emotions_list.active{right:-40px}body:not(.bb-is-mobile) .activity-list .activity-item .activity-comments>ul>li>ul>li>ul>li>ul .acomment-display .ac-emotions_list:hover,body:not(.bb-is-mobile) .activity-list .activity-item.elementor-activity-item .activity-comments>ul>li>ul>li>ul>li>ul .acomment-display .ac-emotions_list:hover{right:-40px}.bb-media-model-wrapper .activity-list .activity-item .activity-comments>ul>li>ul>li>ul>li>ul .acomment-display .ac-emotions_list.active{right:-60px}body:not(.bb-is-mobile) .bb-media-model-wrapper .activity-list .activity-item .activity-comments>ul>li>ul>li>ul>li>ul .acomment-display .ac-emotions_list:hover{right:-60px}}@media screen and (max-width:420px){.activity-list .activity-item .activity-comments>ul>li>ul>li>ul>li>ul .acomment-display .ac-emotions_list.active,.activity-list .activity-item.elementor-activity-item .activity-comments>ul>li>ul>li>ul>li>ul .acomment-display .ac-emotions_list.active{right:-70px}body:not(.bb-is-mobile) .activity-list .activity-item .activity-comments>ul>li>ul>li>ul>li>ul .acomment-display .ac-emotions_list:hover,body:not(.bb-is-mobile) .activity-list .activity-item.elementor-activity-item .activity-comments>ul>li>ul>li>ul>li>ul .acomment-display .ac-emotions_list:hover{right:-70px}.bb-media-model-wrapper .activity-list .activity-item .activity-comments>ul>li>ul>li>ul .acomment-display .ac-emotions_list.active{right:-70px}body:not(.bb-is-mobile) .bb-media-model-wrapper .activity-list .activity-item .activity-comments>ul>li>ul>li>ul .acomment-display .ac-emotions_list:hover{right:-70px}.bb-media-model-wrapper .activity-list .activity-item .activity-comments>ul>li>ul>li>ul>li>ul .acomment-display .ac-emotions_list.active{right:-90px}body:not(.bb-is-mobile) .bb-media-model-wrapper .activity-list .activity-item .activity-comments>ul>li>ul>li>ul>li>ul .acomment-display .ac-emotions_list:hover{right:-90px}}.avatar{border-radius:50%;image-rendering:optimize-contrast}.subnav-search.members-search{float:left;margin-top:-56px;display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:370px){.subnav-search.members-search{margin-top:-10px;margin-bottom:15px}}.buddypress-wrap .subnav-search.members-search .subnav-filters{margin-top:0;margin-right:10px}#buddypress #dir-members-search{border:0;background-color:transparent;padding-right:32px;font-size:14px;height:34px}.member-status{background:var(--bb-success-color);border:2px solid var(--bb-content-background-color);border-radius:100%;position:absolute;width:12px;height:12px;left:2px;top:0}.member-status.offline{opacity:0;visibility:hidden}.grid .member-status{left:18px;top:5px;width:14px;height:14px}.single-headers .member-status{left:25px;top:14px;width:15px;height:15px}#friend-list.grid,#groups-list.grid,#members-list.grid{margin:0 -10px}#friend-list.item-list .item-avatar img,#members-list.item-list .item-avatar img{border-radius:50%}#friend-list.item-list li,#members-list.item-list li,.item-list.bp-search-results-list li,.item-list.groups-list li{margin:0;padding:0}#friend-list.item-list:not(.grid) .list-wrap,#members-list.item-list:not(.grid) .list-wrap,.item-list.bp-search-results-list:not(.grid) .list-wrap,.item-list.groups-list:not(.grid) .list-wrap{display:-webkit-box;display:-ms-flexbox;display:flex}#friend-list.item-list:not(.grid) li:first-child .list-wrap,#members-list.item-list:not(.grid) li:first-child .list-wrap,.item-list.bp-search-results-list:not(.grid) li:first-child .list-wrap,.item-list.groups-list:not(.grid) li:first-child .list-wrap{border-top-right-radius:var(--bb-block-radius);border-top-left-radius:var(--bb-block-radius)}#friend-list.item-list:not(.grid) li:last-child .list-wrap,#members-list.item-list:not(.grid) li:last-child .list-wrap,.item-list.bp-search-results-list:not(.grid) li:last-child .list-wrap,.item-list.groups-list:not(.grid) li:last-child .list-wrap{border-bottom-right-radius:var(--bb-block-radius);border-bottom-left-radius:var(--bb-block-radius)}#friend-list.item-list:not(.grid) li:last-child:first-child .list-wrap,#members-list.item-list:not(.grid) li:last-child:first-child .list-wrap,.item-list.bp-search-results-list:not(.grid) li:last-child:first-child .list-wrap,.item-list.groups-list:not(.grid) li:last-child:first-child .list-wrap{border-radius:var(--bb-block-radius)}#friend-list.item-list .list-wrap,#members-list.item-list .list-wrap,.item-list.bp-search-results-list .list-wrap,.item-list.groups-list .list-wrap{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);margin:0 0 -1px;overflow:visible;padding:15px 20px;position:relative;-webkit-transition:box-shadow linear .2s;transition:box-shadow linear .2s}#friend-list.item-list .list-wrap:hover,#members-list.item-list .list-wrap:hover,.item-list.bp-search-results-list .list-wrap:hover,.item-list.groups-list .list-wrap:hover{box-shadow:0 3px 24px 0 rgba(18,43,70,.08);position:relative;z-index:10}.user_more_option_open #friend-list.item-list .list-wrap:hover,.user_more_option_open #members-list.item-list .list-wrap:hover,.user_more_option_open .item-list.bp-search-results-list .list-wrap:hover,.user_more_option_open .item-list.groups-list .list-wrap:hover{z-index:11}#friend-list.item-list.grid .list-wrap,#members-list.item-list.grid .list-wrap,.item-list.bp-search-results-list.grid .list-wrap,.item-list.groups-list.grid .list-wrap{border-radius:var(--bb-block-radius)}#friend-list.item-list.grid .list-wrap.secondary-buttons,#members-list.item-list.grid .list-wrap.secondary-buttons,.item-list.bp-search-results-list.grid .list-wrap.secondary-buttons,.item-list.groups-list.grid .list-wrap.secondary-buttons{padding:15px 20px 52px}#friend-list.item-list.grid .list-wrap.secondary-buttons.no-secondary-buttons.no-primary-button,#members-list.item-list.grid .list-wrap.secondary-buttons.no-secondary-buttons.no-primary-button,.item-list.bp-search-results-list.grid .list-wrap.secondary-buttons.no-secondary-buttons.no-primary-button,.item-list.groups-list.grid .list-wrap.secondary-buttons.no-secondary-buttons.no-primary-button{padding-bottom:20px}#friend-list.item-list .item-avatar img,#members-list.item-list .item-avatar img,.item-list.bp-search-results-list .item-avatar img,.item-list.groups-list .item-avatar img{max-width:60px}.members-group-list li.item-entry-header+li.item-entry .list-wrap{border-top-right-radius:var(--bb-block-radius);border-top-left-radius:var(--bb-block-radius)}.members-group-list li.last-of-type .list-wrap{border-bottom-right-radius:var(--bb-block-radius);border-bottom-left-radius:var(--bb-block-radius)}body.search-results .item-list.bp-search-results-list:not(.grid) li:first-child .list-wrap{border-radius:0}body.search-results .item-list.bp-search-results-list:not(.grid) li:last-child .list-wrap{border-radius:0}#members-list.item-list.grid .list-wrap.primary-button.secondary-buttons{padding-bottom:115px}#members-list.item-list.grid .list-wrap.primary-button.no-secondary-buttons{padding-bottom:75px}#members-list.item-list.grid .list-wrap.primary-button.no-secondary-buttons .primary-action{bottom:10px}#members-list.item-list.grid .list-wrap.primary-button .primary-action{position:absolute;right:20px;left:20px;bottom:50px}body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.secondary-buttons{padding-bottom:0}body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-secondary-buttons{padding-bottom:0}#members-list.item-list.grid .list-wrap.no-primary-buttons.no-secondary-buttons{padding-bottom:22px}#members-list.item-list:not(.grid) .list-wrap{display:block}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:40px}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-status.online{left:2px;top:2px}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner>.primary-action{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item .item-block{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;width:-webkit-calc(100% - 125px);width:calc(100% - 125px)}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item .last-activity{margin-bottom:0}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .primary-action .generic-button{margin:0}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .primary-action .generic-button>*{min-width:200px;margin-bottom:0}#members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item{-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%}#members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{margin:0 10px 0 0}@media screen and (min-width:1181px){body.my-account.my-friends.has-sidebar .bp-vertical-navs #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner{-ms-flex-wrap:wrap;flex-wrap:wrap}body.my-account.my-friends.has-sidebar .bp-vertical-navs #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:0;-ms-flex:0 0 44%;flex:0 0 44%;margin-top:15px;margin-bottom:15px}body.my-account.my-friends.has-sidebar .bp-vertical-navs #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item .item-block{width:100%;margin-bottom:10px}body.my-account.my-friends.has-sidebar .bp-vertical-navs #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .member-buttons-wrap{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-right:60px}body.my-account.my-friends.has-sidebar .bp-vertical-navs #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{margin:0 20px 0 15px;-webkit-box-flex:unset;-ms-flex:unset;flex:unset}body.my-account.my-friends.has-sidebar .bp-vertical-navs #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap>.generic-button{padding:6px 0 7px 15px}body.my-account.my-friends.has-sidebar .bp-vertical-navs #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner>.primary-action{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}}@media screen and (min-width:800px) and (max-width:1440px){body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:0;-ms-flex:0 0 44%;flex:0 0 44%;margin-top:15px}body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item .item-block{width:100%;margin-bottom:10px}body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap>.generic-button{padding:6px 0 7px 15px}body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner>.primary-action{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:0;-ms-flex:0 0 44%;flex:0 0 44%;margin-top:15px}body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .item .item-block{width:100%;margin-bottom:10px}body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap>.generic-button{padding:6px 0 7px 15px}body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner>.primary-action{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}}@media screen and (min-width:800px) and (max-width:1340px){body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner{-ms-flex-wrap:wrap;flex-wrap:wrap}body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item{-webkit-box-flex:0;-ms-flex:0 0 55%;flex:0 0 55%;margin-bottom:15px}body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .member-buttons-wrap{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-right:60px}body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{margin:0 20px 0 15px;-webkit-box-flex:unset;-ms-flex:unset;flex:unset}body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner{-ms-flex-wrap:wrap;flex-wrap:wrap}body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item .item-block{margin-bottom:10px;width:100%}}@media screen and (min-width:800px) and (max-width:1320px){body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:0;-ms-flex:0 0 44%;flex:0 0 44%;margin-top:15px}body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item .item-block{width:100%;margin-bottom:10px}body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap>.generic-button{padding:6px 0 7px 15px}body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner>.primary-action{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:0;-ms-flex:0 0 44%;flex:0 0 44%;margin-top:15px}body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .item .item-block{width:100%;margin-bottom:10px}body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap>.generic-button{padding:6px 0 7px 15px}body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner>.primary-action{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}}@media screen and (min-width:800px) and (max-width:1200px){body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 80px);flex:0 0 -webkit-calc(100% - 80px);flex:0 0 calc(100% - 80px);margin-bottom:10px}body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item .item-block{margin-bottom:10px;width:100%}body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .member-buttons-wrap{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;margin-right:70px}}@media screen and (min-width:800px) and (max-width:1120px){body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 80px);flex:0 0 -webkit-calc(100% - 80px);flex:0 0 calc(100% - 80px);margin-bottom:10px}}@media screen and (min-width:800px) and (max-width:1180px){body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner{-ms-flex-wrap:wrap;flex-wrap:wrap}body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item{-webkit-box-flex:0;-ms-flex:0 0 55%;flex:0 0 55%;margin-bottom:15px}body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .member-buttons-wrap{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-right:60px}body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{margin:0 20px 0 15px;-webkit-box-flex:unset;-ms-flex:unset;flex:unset}body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner{-ms-flex-wrap:wrap;flex-wrap:wrap}body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item .item-block{margin-bottom:10px;width:100%}}@media screen and (min-width:1120px) and (max-width:1440px){body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-bottom:0;margin-top:0}body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item .item-block{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;width:-webkit-calc(100% - 125px);width:calc(100% - 125px)}body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .member-buttons-wrap{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-right:0}body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{margin-right:0}}@media screen and (min-width:1060px) and (max-width:1440px){body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item .item-block{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;width:-webkit-calc(100% - 125px);width:calc(100% - 125px)}body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .member-buttons-wrap{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{margin-right:0}}@media screen and (min-width:800px) and (max-width:1060px){#members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:10px;margin-right:0}#members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap>.generic-button{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}#members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .member-buttons-wrap{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:80px}#members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .member-buttons-wrap>.primary-action{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media screen and (max-width:799px){#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:20px}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:0;-ms-flex:0 0 48%;flex:0 0 48%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:15px;margin-top:15px}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item .item-block{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;width:100%;margin-bottom:10px}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{margin-right:70px;-webkit-box-flex:unset;-ms-flex:unset;flex:unset}#members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}#members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .member-buttons-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1}}@media screen and (max-width:600px){#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 80px);flex:0 0 -webkit-calc(100% - 80px);flex:0 0 calc(100% - 80px)}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 80px);flex:0 0 -webkit-calc(100% - 80px);flex:0 0 calc(100% - 80px)}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}#members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 80px);flex:0 0 -webkit-calc(100% - 80px);flex:0 0 calc(100% - 80px)}#members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;margin-right:0}}@media screen and (max-width:480px){#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item{margin-top:0}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap{margin-right:78px}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap .member-button-wrap>.generic-button{padding-right:0}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-type{margin:5px 0 10px;display:block}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap .member-button-wrap .generic-button{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{margin-right:0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}#members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item{-webkit-box-flex:1;-ms-flex:auto;flex:auto}}@media screen and (max-width:370px){#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap{margin-right:0}}#members-list.item-list:not(.grid) .list-wrap .button-wrap.member-button-wrap.footer-button-wrap .generic-button{border:0}#members-list.item-list li .bp-members-list-hook .more-action-button{display:none}#members-list.item-list li .bp-members-list-hook .generic-button{margin:10px 0 0;display:block}#members-list.item-list li .bp-members-list-hook .generic-button a{font-size:13px;display:block;padding:10px 20px;border:1px solid #e7e9ec;border-radius:5px;background-color:transparent;color:#939597;min-height:0;text-align:center;line-height:1}#members-list.item-list li .bp-members-list-hook .generic-button a:hover{color:#4c464e}#members-list.item-list:not(.grid) .has_hook_content.list-wrap{padding-left:35px}@media screen and (max-width:1240px){#members-list.item-list:not(.grid) .has_hook_content.list-wrap{padding-bottom:25px}}@media screen and (max-width:880px) and (min-width:768px){#members-list.item-list:not(.grid) li .has_hook_content .button-wrap.member-button-wrap{padding-left:6px}}@media screen and (max-width:480px){#members-list.item-list:not(.grid) li .has_hook_content .button-wrap.member-button-wrap{padding-left:6px}}#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button{position:absolute;left:0;top:27px;padding-left:10px;z-index:11;display:block}#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button i.bb-icon-menu-dots-h{font-size:20px;color:#939597}@media screen and (max-width:1240px){#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button{left:-4px}#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button i.bb-icon-menu-dots-h{font-size:24px}}@media screen and (max-width:1100px) and (min-width:768px){#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button{top:inherit;bottom:26px}}@media screen and (max-width:880px) and (min-width:768px){#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button{top:50%;bottom:inherit;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-top:-2px}}@media screen and (max-width:680px){#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button{top:inherit;bottom:27px}}@media screen and (max-width:480px){#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button{left:-1px;top:50%;bottom:inherit;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-top:-4px}}#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner{opacity:0;visibility:hidden;-webkit-transition:ease .3s;transition:ease .3s;background-color:#fff;margin-top:0;text-align:center;padding:15px;border-radius:4px;position:absolute;left:0;box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);top:70px;z-index:111}@media screen and (max-width:1100px) and (min-width:768px){#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner{top:100%;margin-top:-20px}}@media screen and (max-width:880px) and (min-width:768px){#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner{top:50%;margin-top:20px}}@media screen and (max-width:680px){#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner{top:100%;margin-top:-20px}}@media screen and (max-width:480px){#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner{top:50%;margin-top:20px}}#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner:before{content:" ";position:absolute;width:0;height:0;margin:0 auto;top:0;left:16px;box-sizing:border-box;border:8px solid #000;border-color:#fff transparent transparent #fff;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 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}#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner .generic-button{margin:0 0 15px;display:block}#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner .generic-button:last-child{margin:0}#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner .generic-button a{font-size:14px;min-height:34px;padding:6px 20px;border:1px solid #e7e9ec;color:#939597;border-radius:100px;text-align:center;min-width:140px;line-height:1.5}#members-list.item-list:not(.grid) li.active{z-index:111}#members-list.item-list:not(.grid) li.active .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner{opacity:1;visibility:visible}#members-list.item-list.grid.bp-list .item-avatar{margin-top:30px}#members-list.item-list.grid .member-type{margin-bottom:20px;margin-top:-30px;position:relative}#members-list.item-list.grid .member-type .bp-member-type{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}#members-list.item-list:not(.grid) .member-name{display:inline-block;vertical-align:middle;margin-bottom:5px}#members-list.item-list:not(.grid) .member-type{display:inline-block;margin:0 10px 5px 0;vertical-align:middle}#members-list.item-list:not(.grid) .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;position:static;background-color:transparent;-webkit-box-flex:unset;-ms-flex:unset;flex:unset;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:auto;border:0;margin:0 0 0 15px}#members-list.item-list:not(.grid) .bb_more_options.member-dropdown{top:50%;margin-top:-18px;z-index:11}#members-list.item-list:not(.grid) .bb_more_options.member-dropdown.more_option_active{z-index:12}#members-list.item-list .member-name a{font-size:18px}.item-list.groups-list .item-avatar img{max-width:75px}.buddypress-wrap #members-list li .user-update{border:0;border-radius:0;font-style:normal;font-size:13px;margin:0;padding:0;clear:both}#friend-list.grid,#groups-list.grid,#members-list.grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-bottom:0;width:auto}#friend-list.grid>li,#groups-list.grid>li,#members-list.grid>li{margin:0 0 20px;padding:0 10px}#groups-list.groups-list{padding:0;margin-top:0;margin-bottom:0}.list-title a{color:var(--bb-headings-color);display:inline-block;font-size:20px;letter-spacing:-.24px;line-height:1.2}.list-title a:hover{color:var(--bb-primary-color)}.buddypress-wrap #friend-list:not(.grid) li .user-update,.buddypress-wrap #members-list:not(.grid) li .user-update,.buddypress-wrap .groups-list:not(.grid) li .group-desc{display:none}body #bbpress-forums .bp-list .action,body #buddypress .bp-list .action{margin:0}body #bbpress-forums .bp-list .action .generic-button,body #buddypress .bp-list .action .generic-button{margin:0 0 0 10px}body #bbpress-forums .bp-list .action .generic-button:last-child,body #buddypress .bp-list .action .generic-button:last-child{margin-left:0}body #bbpress-forums .bp-list .action .generic-button button,body #buddypress .bp-list .action .generic-button button{font-size:13px;font-weight:500;min-height:32px;line-height:32px;padding:0 20px;background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);margin:5px 0;-webkit-font-smoothing:initial;-moz-font-smoothing:initial;box-shadow:none}body #bbpress-forums .bp-list .action .generic-button button:focus,body #buddypress .bp-list .action .generic-button button:focus{box-shadow:var(--bb-primary-button-focus-shadow)}body #bbpress-forums .bp-list .action .generic-button button:active,body #bbpress-forums .bp-list .action .generic-button button:focus,body #bbpress-forums .bp-list .action .generic-button button:hover,body #buddypress .bp-list .action .generic-button button:active,body #buddypress .bp-list .action .generic-button button:focus,body #buddypress .bp-list .action .generic-button 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)}body #bbpress-forums .bp-list .action .generic-button button.join-group,body #buddypress .bp-list .action .generic-button button.join-group{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular)}body #bbpress-forums .bp-list .action .generic-button button.join-group:focus,body #buddypress .bp-list .action .generic-button button.join-group:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}body #bbpress-forums .bp-list .action .generic-button button.join-group:active,body #bbpress-forums .bp-list .action .generic-button button.join-group:focus,body #bbpress-forums .bp-list .action .generic-button button.join-group:hover,body #buddypress .bp-list .action .generic-button button.join-group:active,body #buddypress .bp-list .action .generic-button button.join-group:focus,body #buddypress .bp-list .action .generic-button button.join-group: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)}body #bbpress-forums .bp-list.members-list .action .generic-button a,body #bbpress-forums .bp-list.members-list .action .generic-button button,body #buddypress .bp-list.members-list .action .generic-button a,body #buddypress .bp-list.members-list .action .generic-button button{padding:0;line-height:1.54;min-height:auto;border:0;color:var(--bb-headings-color);margin-bottom:0;box-shadow:none}body #bbpress-forums .bp-list.members-list .action .generic-button a:hover,body #bbpress-forums .bp-list.members-list .action .generic-button button:hover,body #buddypress .bp-list.members-list .action .generic-button a:hover,body #buddypress .bp-list.members-list .action .generic-button button:hover{color:var(--bb-primary-color)}.buddypress-wrap .bp-list li .list-title{margin-bottom:5px}.buddypress-wrap .bp-list li .last-activity,.buddypress-wrap .bp-list li .member-type{clear:right;line-height:1.3;letter-spacing:0;font-size:12px;font-weight:300;color:var(--bb-alternate-text-color);margin:0}.buddypress-wrap .grid>li .last-activity{font-weight:500}.buddypress-wrap .grid>li .member-type{font-weight:500;font-size:13px}.bp-list li .item .group-details,.bp-list li .item .item-avatar,.bp-list li .item .item-meta,.bp-list li .item .list-title{text-align:right}.buddypress-wrap .members-list li .list-wrap .last-activity{color:var(--bb-alternate-text-color)}.bp-list li .item-avatar{float:right;margin-left:20px}.bp-list li .item-avatar a{display:inline-block;position:relative}.bp-list li .item .item-block{margin-left:0;width:auto;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}body.logged-in .bp-list li .item .item-block{-webkit-box-flex:0;-ms-flex:0 0 55%;flex:0 0 55%}.bp-list li .item{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.buddypress-wrap #friend-list li .user-update,.buddypress-wrap #members-list li .user-update{font-size:14px}#friend-list.bp-list.grid li,#members-list.bp-list.grid li{margin-bottom:20px}#friend-list.bp-list.grid .item-avatar,#members-list.bp-list.grid .item-avatar{margin-bottom:18px;margin-top:10px}#friend-list.bp-list.grid .item-avatar a,#members-list.bp-list.grid .item-avatar a{display:inline-block}#friend-list.bp-list.grid .item-avatar img,#members-list.bp-list.grid .item-avatar img{max-width:126px;width:100%}#friend-list.bp-list.grid .action,#members-list.bp-list.grid .action{text-align:center}#friend-list.bp-list.grid .action .generic-button,#members-list.bp-list.grid .action .generic-button{margin:0}#friend-list.bp-list.grid .action .generic-button a,#friend-list.bp-list.grid .action .generic-button button,#members-list.bp-list.grid .action .generic-button a,#members-list.bp-list.grid .action .generic-button button{width:auto;float:none;margin:0 auto 12px}.buddypress-wrap .grid.bp-list>li .item .item-block{margin-bottom:0}.buddypress-wrap .grid.bp-list>li .item .item-block .member-name{margin-bottom:5px}.buddypress:not(.logged-in) .grid.groups-list .list-wrap{min-height:30px}.grid>li .list-wrap .list-title{padding:0}.buddypress-wrap .grid.bp-list>li .list-wrap{padding-bottom:15px;height:100%}.buddypress-wrap .grid.bp-list>li .action{padding:0;position:static;width:100%}#friend-list.grid .list-wrap .item-block,#members-list.grid .list-wrap .item-block{min-height:10px}#friend-list.grid .list-wrap .item-block .member-name a,#members-list.grid .list-wrap .item-block .member-name a{width:100%;overflow-wrap:break-word;word-wrap:break-word}.buddypress-wrap .grid.bp-list>li .item .user-update{text-align:center;width:100%}.grid>li .list-wrap .update{color:#737373;padding:0;font-size:13px;line-height:1.6}div#buddypress .bs-members-items.list-view .activity-read-more a{padding-right:0}div#buddypress .bs-members-items.list-view .bs-meta-bp_member_last_post,div#buddypress .bs-members-items.list-view .bs-meta-xprofile_field{line-height:1.3;overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-all;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}div#buddypress .bs-members-items.list-view .bs-meta-bp_member_last_post.normal span:not(.bs-output),div#buddypress .bs-members-items.list-view .bs-meta-xprofile_field.normal span:not(.bs-output){font-size:13px}#buddypress .bb-member-profile-card span.activity{font-size:13px}#buddypress .single-headers .item-meta span{color:var(--bb-alternate-text-color)}.buddypress-wrap .subnav-filters{margin-bottom:0;margin-top:0}.bp-secondary-header{margin-bottom:20px}.bp-secondary-header .bb-icon-grid-view-small,.bp-secondary-header .bb-icon-list-view-small,.bp-secondary-header .bb-icon-sort-desc{font-size:22px}#friend-list,#members-list{padding:0;margin:0}.buddypress-wrap .grid-filters{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:21px}.buddypress-wrap .grid-filters a{color:var(--bb-headings-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:5px;padding-left:5px;opacity:.4;-webkit-transition:.3s all;transition:.3s all}.buddypress-wrap .grid-filters a:hover{color:var(--bb-headings-color);opacity:1}.buddypress-wrap .grid-filters .active{opacity:1}a.layout-grid-view{padding-right:5px;border-left:1px solid var(--bb-content-border-color)}.buddypress-wrap .subnav-filters:after{content:"";display:table;clear:both}.buddypress-wrap .subnav-filters .bp-search{float:right}.buddypress-wrap .subnav-filters .grid-filters{padding:0;clear:left;float:left}.buddypress-wrap .subnav-filters .grid-filters a{padding-top:4px;padding-bottom:4px}.buddypress-wrap .subnav-filters .grid-filters a i{font-size:22px;line-height:1}.button-wrap.member-button-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;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.button-wrap.member-button-wrap i{font-size:22px}#buddypress .button-wrap.member-button-wrap .generic-button:not(.follow-button) a,#buddypress .button-wrap.member-button-wrap .generic-button:not(.follow-button) button{background:100% 0;color:#939597;padding:0;margin:0;line-height:1;min-height:1px;border:0}#buddypress .button-wrap.member-button-wrap .generic-button:not(.follow-button) a:focus,#buddypress .button-wrap.member-button-wrap .generic-button:not(.follow-button) a:hover,#buddypress .button-wrap.member-button-wrap .generic-button:not(.follow-button) button:focus,#buddypress .button-wrap.member-button-wrap .generic-button:not(.follow-button) button:hover{color:var(--bb-primary-color);background:100% 0;box-shadow:none}.followers-wrap,.following-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:14px;color:#939597;line-height:1;margin-bottom:5px;margin-top:5px}.followers-wrap strong,.following-wrap strong{color:var(--bb-body-text-color);font-weight:400;margin-left:3px}#buddypress .member-button-wrap .follow-button .follow-button{min-width:140px}#buddypress .bp-list li .generic-button{margin:0 20px 0 0}.directory.members .buddypress-wrap .subnav-filters{margin-bottom:0}.buddypress-wrap .grid.bp-list>li .item{width:100%}.bp-list:not(.grid) .only-grid-view{display:none!important}.bp-list.grid li .item{-ms-flex-flow:column;flex-flow:column}.bp-list.grid .only-list-view{display:none!important}.button-wrap.member-button-wrap.on-top{position:absolute;top:2px;left:5px}#buddypress .bp-list li .on-top .generic-button{margin:0}#buddypress .bp-list li .on-top .generic-button i{opacity:.7}#buddypress .bp-list li .on-top #send-private-message{margin:0 0 0 2px}#buddypress .only-grid-view .follow-button .follow-button{background:100% 0;border:0;box-shadow:none;color:var(--bb-primary-color);line-height:1.3;min-height:1px;padding:0}#buddypress .only-grid-view .follow-button .follow-button:hover{color:var(--bb-primary-color);background-color:transparent}#buddypress .bp-list li .follow-container{margin-bottom:15px}#buddypress .bp-list li .follow-container>div{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;margin-bottom:0;color:var(--bb-alternate-text-color)}#buddypress .bp-list li .follow-container .generic-button{font-size:14px;line-height:1;margin:5px 0}#buddypress .bp-list:not(.grid) li .follow-container,#buddypress .bp-list:not(.grid) li .followers-wrap{margin:0}.bb-friend-button-tag{display:none}.member-header-actions .bb-friend-button-tag{display:inline-block}.member-header-actions .friendship-button i{display:none}.member-header-actions .friendship-button[data-balloon]:after,.member-header-actions .friendship-button[data-balloon]:before{display:none}#buddypress .bp-list li .member-button-wrap .friendship-button .bp-feedback.success{font-size:0;border:0;margin:0;padding:0;text-align:center}#buddypress .bp-list li .member-button-wrap .friendship-button .bp-feedback.success:before{content:"\ef64";font-family:bb-icons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:none;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;padding-top:3px;vertical-align:top;text-align:center;color:var(--bb-alternate-text-color);opacity:.7}#buddypress .bp-list li .member-request-list-wrap .friends-meta .bp-feedback.success{font-size:13px;font-weight:500;min-height:32px;line-height:32px;padding:0 20px;border:1px solid var(--bb-content-border-color);background:100% 0;color:var(--bb-alternate-text-color);margin:5px 0;-webkit-font-smoothing:initial;border-radius:100px}#buddypress .bp-list li .member-request-list-wrap .generic-button a{font-size:13px;font-weight:500;min-height:34px;height:34px;line-height:32px}#buddypress .bp-list li .member-request-list-wrap .item-avatar .gamipress-buddypress-user-details{display:none}#buddypress .bp-list li .member-request-list-wrap .bp-feedback.error{padding:10px 0 10px 20px;position:absolute;top:0;right:20px;left:20px}#buddypress .bp-list li .member-request-list-wrap .bp-feedback.error[style*=opacity]~*{margin-top:55px}#buddypress .bp-list li .member-request-list-wrap .bp-feedback.error~.bp-feedback.error{display:none!important}#buddypress .bp-list li .member-request-list-wrap .bp-feedback.error:before{background-color:var(--bb-danger-color);border-radius:0 4px 4px 0;content:"\f534";color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:-10px 0 -10px 10px;font-size:20px;font-family:dashicons;padding:0 .5em}@media screen and (max-width:1120px){#buddypress .bp-list li .member-request-list-wrap .bp-feedback.error{position:static;margin-bottom:20px}#buddypress .bp-list li .member-request-list-wrap .bp-feedback.error~*{margin-top:0!important}}.bb-template-v2 #buddypress .bp-list li .member-request-list-wrap .bp-feedback.error:before{border-radius:0 6px 6px 0}#buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{background-color:var(--bb-body-background-color);border-top:1px solid var(--bb-content-border-color);border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius);margin:0 -20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;width:100%;bottom:0}#buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap>.generic-button{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:35px;padding:10px 15px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap>.generic-button>:hover{background:100% 0;border:0}#buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap>.generic-button>:hover>i{opacity:1}#buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap a,#buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap button{border:0;background:100% 0}#buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap a:focus,#buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap button:focus{color:var(--bb-primary-color);opacity:1}#buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap i{opacity:.7}#buddypress .button-wrap.member-button-wrap.footer-button-wrap .generic-button{border-left:1px solid var(--bb-content-border-color)}#buddypress .button-wrap.member-button-wrap.footer-button-wrap .generic-button:last-child{border:0}#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>*{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:transparent!important;display:-webkit-box;display:-ms-flexbox;display:flex;height:24px;margin:0;min-width:auto;pointer-events:none;width:22px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>:after,#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>:before{-webkit-transition:none;transition:none}#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>*>i{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-style:normal;line-height:1;pointer-events:auto;font-weight:400}#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>*>i:before{color:var(--bb-body-text-color);font-family:bb-icons;font-size:24px}#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>.following>i:before{content:"\ee03";font-weight:300}#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>.not_following>i:before{content:"\ee03"}#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>.not_friends>i:before{content:"\ef60"}#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>.is_friend>i:before{content:"\ef56";font-weight:300}#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>.send-message>i:before{content:"\ee62"}#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>.pending_friend>i:before{content:"\ef57";font-weight:300}#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>.awaiting_response_friend>i:before{content:"\ef57";font-weight:300}#buddypress .members-list>li .primary-action .generic-button{margin:10px 0 5px;padding:0}#buddypress .members-list>li .primary-action .generic-button>*{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);font-size:14px;font-weight:500;line-height:1.8;min-height:34px;padding:6px 20px;-webkit-transition:none;transition:none;width:100%}#buddypress .members-list>li .primary-action .generic-button>:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}#buddypress .members-list>li .primary-action .generic-button>: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)}#buddypress .members-list>li .primary-action .generic-button>.not_friends,#buddypress .members-list>li .primary-action .generic-button>.send-message{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color)}#buddypress .members-list>li .primary-action .generic-button>.not_friends:focus,#buddypress .members-list>li .primary-action .generic-button>.send-message:focus{box-shadow:var(--bb-outline-button-focus-shadow)}#buddypress .members-list>li .primary-action .generic-button>.not_friends:hover,#buddypress .members-list>li .primary-action .generic-button>.send-message: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)}#buddypress .members-list>li .primary-action .generic-button>*>i{font-style:normal;line-height:1;pointer-events:none}#buddypress .members-list>li .primary-action .generic-button>*>i:before{color:inherit;font-family:bb-icons;font-size:16px;margin-left:5px}#buddypress .members-list>li .primary-action .generic-button>.following>i:before{content:"\e876";font-weight:300}#buddypress .members-list>li .primary-action .generic-button>.following:hover>i:before{content:"\ee08";position:relative;top:1px}#buddypress .members-list>li .primary-action .generic-button>.not_following>i:before{content:"\ee03";font-weight:400}#buddypress .members-list>li .primary-action .generic-button>.not_following:hover>i:before{font-weight:300}#buddypress .members-list>li .primary-action .generic-button>.awaiting_response_friend>i:before{content:"\e94e"}#buddypress .members-list>li .primary-action .generic-button>.not_friends>i:before{content:"\ef60";font-weight:400}#buddypress .members-list>li .primary-action .generic-button>.not_friends:hover>i:before{font-weight:300}#buddypress .members-list>li .primary-action .generic-button>.is_friend>i:before{content:"\ebbd"}#buddypress .members-list>li .primary-action .generic-button>.send-message>i:before{content:"\ee62";font-weight:400;font-size:15px}#buddypress .members-list>li .primary-action .generic-button>.send-message:hover>i:before{font-weight:300}#buddypress .members-list>li .primary-action .generic-button>.is_friend>i:before,#buddypress .members-list>li .primary-action .generic-button>.pending_friend>i:before{content:"\e876";font-weight:300}#buddypress .members-list>li .primary-action .generic-button>.is_friend:hover>i:before,#buddypress .members-list>li .primary-action .generic-button>.pending_friend:hover>i:before{content:"\ee08";position:relative;top:1px}.follow-container{-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.list-wrap:not(.footer-buttons-on) .follow-container{margin-top:20px}body.logged-in .bp-list li .list-wrap:not(.follow-active) .item .item-block{-webkit-box-flex:1;-ms-flex:1;flex:1}.buddypress-wrap .bb-profile-grid .subnav-filters{margin-bottom:20px}#buddypress .member-request-list-wrap #send-private-message,#buddypress .member-request-list-wrap .follow-button{display:none}.follow-container.justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.buddypress:not(.logged-in) .grid.bp-list .list-wrap{padding-bottom:15px}.button-wrap.member-button-wrap .friendship-button i{font-size:17px}.button-wrap.member-button-wrap .friendship-button .bb-icon-connection-waiting{font-size:18px}#buddypress .follow-button button{color:var(--bb-primary-button-text-regular);border-color:var(--bb-primary-button-border-regular)}#buddypress .follow-button button:hover{color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}#buddypress .follow-button button.outline{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular)}#buddypress .follow-button button.outline:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}#buddypress .follow-button button.outline: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)}#buddypress .follow-button button.outline.not_following{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color)}#buddypress .follow-button button.outline.not_following:focus{box-shadow:var(--bb-outline-button-focus-shadow)}#buddypress .follow-button button.outline.not_following: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)}#buddypress .bb_more_options_list .follow-button button,#buddypress .bb_more_options_list .follow-button button:hover,#buddypress .member-header-actions-wrap .bb_more_options_list .follow-button button,#buddypress .member-header-actions-wrap .bb_more_options_list .follow-button button:hover{border:0}.bp-members-list-hook:empty,.member-button-wrap.footer-button-wrap:empty{display:none!important}@media screen and (min-width:24em){.grid.members-list .list-wrap{min-height:40px}}@media screen and (max-width:1120px){.has-sidebar #friend-list .list-wrap.member-request-list-wrap{-ms-flex-flow:wrap;flex-flow:wrap}.has-sidebar #friend-list .friends-meta.action{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.has-sidebar #buddypress .list-wrap.member-request-list-wrap .friends-meta.action{margin-top:15px}.has-sidebar #buddypress #friend-list .action .button{min-width:100px}}@media screen and (max-width:1420px){body.has-sidebar .buddypress-wrap .grid.bp-list.members-list>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (max-width:1145px){body.has-sidebar .buddypress-wrap .grid.bp-list.members-list>li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (max-width:1240px){body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.members-list>li{-webkit-box-flex:0;-ms-flex:0 0 33%;flex:0 0 33%;max-width:33%}}@media screen and (max-width:968px){body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.members-list>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (max-width:799px){body.has-sidebar .buddypress-wrap .grid.bp-list.members-list>li,body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.members-list>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (max-width:590px){body.has-sidebar .buddypress-wrap .grid.bp-list.members-list>li,body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.members-list>li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (max-width:992px){#friend-list .list-wrap.member-request-list-wrap{-ms-flex-flow:wrap;flex-flow:wrap}#friend-list .friends-meta.action{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}body #buddypress .list-wrap.member-request-list-wrap .friends-meta.action{margin-top:15px}#buddypress #friend-list .action .button{min-width:100px}}@media screen and (max-width:980px){body #buddypress .bp-list .action{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (min-width:768px) and (max-width:1100px){body.logged-in .bp-list li .item .item-block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (min-width:768px) and (max-width:880px){body.logged-in .bp-list li .item .item-block{margin-bottom:8px}#buddypress .bp-list:not(.grid) li .follow-button{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:5px 0}}@media screen and (max-width:680px){body.logged-in .bp-list li .item .item-block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media screen and (max-width:511px){.directory.members .buddypress-wrap .subnav-filters .component-filters,.directory.members .buddypress-wrap .subnav-filters div{margin-top:0;margin-bottom:0}}@media screen and (max-width:480px){body.logged-in .bp-list li .item .item-block{margin-bottom:8px}#buddypress .bp-list:not(.grid) li .follow-button{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:5px 0}#buddypress #friend-list .action .button,.has-sidebar #buddypress #friend-list .action .button{min-width:80px}body #buddypress #friend-list .action .generic-button{margin-left:5px}.buddypress .item-list.groups-list:not(.grid) .list-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.buddypress .item-list.groups-list:not(.grid) .list-wrap .item-avatar{margin-bottom:15px}}body.buddypress.bp-user #page #primary .entry-header{display:-webkit-box;display:-ms-flexbox;display:flex}.bp-dir-hori-nav nav#object-nav{background:var(--bb-content-background-color)}.bp-dir-hori-nav nav#object-nav.bb-single-main-nav--vertical{background:var(--bb-body-background-color)}.bp-dir-hori-nav nav.horizontal{display:block;width:100%;height:auto}.buddypress-wrap nav#object-nav.horizontal .group-nav-tabs ul li.selected,.buddypress-wrap nav#object-nav.horizontal .user-nav-tabs ul li.selected{background-color:var(--bb-body-background-color)}.buddypress-wrap nav#object-nav.horizontal .group-nav-tabs ul li.selected a,.buddypress-wrap nav#object-nav.horizontal .user-nav-tabs ul li.selected a{border-bottom-color:var(--bb-body-background-color)}.bb-user-content-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1}.bb-user-content-wrap .member-social{-ms-flex-flow:row wrap;flex-flow:row wrap}.bb-user-content-wrap .member-social>.flex{margin-bottom:10px}.social-networks-wrap{white-space:nowrap}.social-networks-wrap svg path{fill:var(--bb-alternate-text-color)}.social-networks-wrap .social a{color:var(--bb-headings-color)}.social-networks-wrap .social a:hover{color:var(--bb-primary-color)}.users-header .social-networks-wrap{white-space:normal;max-width:280px;z-index:1}.users-header .social-networks-wrap span.social{width:24px}.users-header .member-social-links.left-align .social-networks-wrap span.social:nth-child(6)~span.social{margin-top:5px}.users-header .centered #item-header-content .item-meta{text-align:center}.users-header .centered.my_profile .social-networks-wrap{max-width:230px}.users-header .centered .social-networks-wrap{text-align:center}.member-title-wrap{margin:30px 0 6px}.friends-mutual-list .bp-member-type,.members-list .bp-member-type,.users-header .bp-member-type{background:var(--bb-label-background-color);border-radius:var(--bb-label-type-radius);font-size:11px;font-weight:700;color:var(--bb-label-text-color);letter-spacing:.25px;text-align:center;display:inline-block;padding:5px 15px;line-height:13.13px}.single-headers .member-header-actions-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.logged-in .single-headers .member-header-actions-wrap .bb_more_options{position:relative;top:8px;left:0;margin:36px 5px 0 0}@media screen and (max-width:980px){.logged-in .single-headers .member-header-actions-wrap .bb_more_options{margin:10px 0 20px;left:initial}}.users-header #cover-image-container .member-social-links{position:absolute;left:0;bottom:4px}.users-header #cover-image-container.left .member-social-links{bottom:5px}.users-header #cover-image-container.left .member-social-links.left-align{position:static}@media screen and (max-width:1370px){.users-header #item-header-content>.flex{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.users-header #item-header-content>.flex .member-header-actions-wrap .bb_more_options,.users-header #item-header-content>.flex .member-header-actions-wrap .member-header-actions{top:initial}.bb-template-v1 .users-header #item-header-content>.flex .member-header-actions-wrap .bb_more_options{margin-top:30px}.users-header #cover-image-container .member-social-links{position:static;margin-bottom:15px}}@media screen and (max-width:1300px){#buddypress #item-header.users-header #item-header-cover-image #item-header-content>.flex{-ms-flex-flow:column nowrap;flex-flow:column nowrap}.users-header #item-header-content>.flex .member-header-actions-wrap .member-header-actions{margin-top:0}.bb-template-v1 .users-header #item-header-content>.flex .member-header-actions-wrap .bb_more_options{margin-top:0}.bb-template-v2 .users-header #item-header-content>.flex .member-header-actions-wrap .bb_more_options{margin-top:5px}}.single-headers .member-header-actions>.generic-button{margin:5px 2px 10px 0}.buddypress .member-header-actions>.generic-button a,.buddypress .member-header-actions>.generic-button button{padding-top:0;padding-bottom:0;height:38px;line-height:38px}.buddypress .member-header-actions>.generic-button button{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular)}.buddypress .member-header-actions>.generic-button button:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.buddypress .member-header-actions>.generic-button button: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)}.buddypress .member-header-actions>.generic-button button.block-member{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)}.buddypress .member-header-actions>.generic-button button.block-member:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.buddypress .member-header-actions>.generic-button button.block-member:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}.buddypress .member-header-actions>.generic-button button.not_friends{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)}.buddypress .member-header-actions>.generic-button button.not_friends:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.buddypress .member-header-actions>.generic-button button.not_friends:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}#buddypress .member-header-actions>.generic-button a.back-to-admin,#buddypress .member-header-actions>.generic-button a.send-message,#buddypress .member-header-actions>.generic-button a.view-as{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)}#buddypress .member-header-actions>.generic-button a.back-to-admin:focus,#buddypress .member-header-actions>.generic-button a.send-message:focus,#buddypress .member-header-actions>.generic-button a.view-as:focus{box-shadow:var(--bb-primary-button-focus-shadow)}#buddypress .member-header-actions>.generic-button a.back-to-admin:hover,#buddypress .member-header-actions>.generic-button a.send-message:hover,#buddypress .member-header-actions>.generic-button a.view-as:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}#buddypress .member-header-actions>.generic-button button.not_following{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)}#buddypress .member-header-actions>.generic-button button.not_following:focus{box-shadow:var(--bb-primary-button-focus-shadow)}#buddypress .member-header-actions>.generic-button button.not_following:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}.member-header-actions-wrap .bb_more_options_list>.generic-button a,.member-header-actions-wrap .bb_more_options_list>.generic-button button{white-space:nowrap}body #buddypress .member-header-actions{padding-right:5px;margin:15px 0 0;text-align:left;overflow:visible}body #buddypress .member-header-actions a,body #buddypress .member-header-actions button{font-weight:500}body #buddypress .member-header-actions .friendship-button i{font-size:15px}body #buddypress .member-header-actions+.bb_more_options{position:relative!important;top:10px;left:initial;margin:20px 5px 0 0}body #buddypress .member-header-actions+.bb_more_options i{line-height:36px;color:var(--bb-body-text-color)}body #buddypress .member-header-actions+.bb_more_options .bb_more_options_action>i:before{line-height:0}body #buddypress .member-header-actions>.generic-button>*{-webkit-transition:none;transition:none}body #buddypress .member-header-actions>.generic-button>* i{display:inline-block;font-style:normal}body #buddypress .member-header-actions>.generic-button>* i:before{display:inline-block;font-family:bb-icons;font-size:18px;margin-left:6px}body #buddypress .member-header-actions>.generic-button>.awaiting_response_friend,body #buddypress .member-header-actions>.generic-button>.following,body #buddypress .member-header-actions>.generic-button>.is_friend,body #buddypress .member-header-actions>.generic-button>.pending_friend{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular)}body #buddypress .member-header-actions>.generic-button>.awaiting_response_friend:focus,body #buddypress .member-header-actions>.generic-button>.following:focus,body #buddypress .member-header-actions>.generic-button>.is_friend:focus,body #buddypress .member-header-actions>.generic-button>.pending_friend:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}body #buddypress .member-header-actions>.generic-button>.awaiting_response_friend:hover,body #buddypress .member-header-actions>.generic-button>.following:hover,body #buddypress .member-header-actions>.generic-button>.is_friend:hover,body #buddypress .member-header-actions>.generic-button>.pending_friend: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)}body #buddypress .member-header-actions>.generic-button>.awaiting_response_friend{border:1px solid var(--bb-primary-color)}body #buddypress .member-header-actions>.generic-button>.awaiting_response_friend i:before{content:"\ef57";font-weight:400}body #buddypress .member-header-actions>.generic-button>.following i:before{content:"\e876";font-weight:400}body #buddypress .member-header-actions>.generic-button>.following:hover i:before{content:"\ee08";font-weight:400}body #buddypress .member-header-actions>.generic-button>.not_following i:before{content:"\ee03";font-size:14px;font-weight:300}body #buddypress .member-header-actions>.generic-button>.not_friends i:before{content:"\ef60";font-weight:300}body #buddypress .member-header-actions>.generic-button>.pending_friend i:before{content:"\e876";font-weight:400}body #buddypress .member-header-actions>.generic-button>.pending_friend:hover i:before{content:"\ef64";font-weight:400}body #buddypress .member-header-actions>.generic-button>.is_friend i:before{content:"\e876";font-weight:400}body #buddypress .member-header-actions>.generic-button>.is_friend:hover i:before{content:"\ef64";font-weight:300}body #buddypress .member-header-actions>.generic-button>.send-message i:before{content:"\ee62";font-weight:300}body #buddypress .member-header-actions>.generic-button>.back-to-admin:before,body #buddypress .member-header-actions>.generic-button>.block-member:before,body #buddypress .member-header-actions>.generic-button>.view-as:before{content:"\ee69";display:inline-block;font-family:bb-icons;font-size:18px;margin-left:6px;font-weight:400}body #buddypress .member-header-actions>.generic-button>.block-member{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:7px;padding-bottom:7px}body #buddypress .member-header-actions>.generic-button>.block-member:before{content:"\ee08";font-weight:400;position:relative;top:1px}@media screen and (max-width:980px){body #buddypress .member-header-actions+.bb_more_options{margin:10px 0 20px}}#buddypress div#item-header-cover-image .user-nicename,#buddypress div#item-header-cover-image .user-nicename a{margin:0 0 0 15px;word-break:break-all}.single-headers .followers-wrap,.single-headers .following-wrap{-webkit-box-flex:initial;-ms-flex:initial;flex:initial;margin-left:20px;margin-top:6px}.single-headers .followers-wrap strong,.single-headers .following-wrap strong{font-weight:500}#member-front-widgets{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -10px}#member-front-widgets .widget{margin:10px;-webkit-box-flex:0;-ms-flex:0 0 calc(25% - 20px);flex:0 0 -webkit-calc(25% - 20px);flex:0 0 calc(25% - 20px)}#member-front-widgets ul.item-list{margin:0}#buddypress .bb-bp-invites-content{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:55px 80px}#buddypress .bb-bp-invites-content .screen-heading{font-size:22px;line-height:1.1}#buddypress .bb-bp-invites-content .invite-info{font-size:16px;color:var(--bb-alternate-text-color);letter-spacing:-.27px;line-height:1.2}#buddypress .bb-bp-invites-content label{display:block;font-size:16px;font-weight:400;color:var(--bb-alternate-text-color);letter-spacing:-.27px;line-height:1.2;margin:1.6875rem 0}#buddypress .bb-bp-invites-content textarea{height:120px;margin-bottom:0;padding:10px 15px}#buddypress .bb-bp-invites-content .bp-feedback{margin:0 0 30px}#member-invites-table{box-shadow:none;margin-bottom:0;border:0}#member-invites-table td,#member-invites-table th{padding:12px 25px 12px 0}#member-invites-table th{border-bottom:1px solid var(--bb-content-border-color);border-top:1px solid var(--bb-content-border-color)}#member-invites-table th:first-child{border-right:1px solid var(--bb-content-border-color);border-top-right-radius:var(--bb-block-radius-inner)}#member-invites-table th:last-child{border-left:1px solid var(--bb-content-border-color);border-top-left-radius:var(--bb-block-radius-inner)}#member-invites-table tr{background-color:transparent!important;border-bottom:0}#member-invites-table tr td{border-bottom:0}#member-invites-table tr td input{background-color:var(--bb-content-alternate-background-color)!important}#member-invites-table tr td:first-child{border-right:1px solid var(--bb-content-border-color)}#member-invites-table tr td:last-child{border-left:1px solid var(--bb-content-border-color)}#member-invites-table tr:first-child td{padding-top:24px}#member-invites-table tr:last-child td{border-bottom:1px solid var(--bb-content-border-color);padding-top:10px;padding-bottom:25px}#member-invites-table td.field-actions,#member-invites-table th.actions{padding:12px 25px 12px 0;text-align:right}#member-invites-table td.field-actions span,#member-invites-table th.actions span{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);border-radius:100%;padding:1px;line-height:16px;font-size:16px;text-align:center;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:-15px;cursor:pointer}#member-invites-table td.field-actions span:focus,#member-invites-table th.actions span:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}#member-invites-table td.field-actions span i:before,#member-invites-table th.actions span i:before{content:"\e828";font-family:bb-icons;height:20px;width:20px;display:inline-block;font-size:20px;margin:0}#member-invites-table .field-actions-last{padding:12px 0;text-align:right}#member-invites-table .field-actions-add i:before{margin:0}#member-invites-table .field-actions-add{margin-right:7px}#member-invites-table .field-actions-add i{vertical-align:middle;display:inline-block;background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border-radius:100%;padding:5px;height:auto;width:auto;line-height:1;font-size:20px}#member-invites-table .field-actions-add i :before{content:"\eef9";font-family:bb-icons;margin:0}#member-invites-table .field-actions-add i:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover)}#buddypress #send-invite-form #wp-bp-member-invites-custom-content-editor-container{border-radius:4px;overflow:hidden}#buddypress #send-invite-form .submit{padding-top:30px}@media screen and (max-width:420px){#send-invite-form #member-invites-table{table-layout:fixed}#send-invite-form #member-invites-table th{white-space:normal;line-height:1.2}#send-invite-form #member-invites-table th.title{width:40%}#send-invite-form #member-invites-table th.title.actions{width:20%}#send-invite-form #member-invites-table td{padding:12px 5px}#send-invite-form #member-invites-table td input{max-width:100%;margin:0 5px}#send-invite-form #member-invites-table td.field-actions span{margin-left:0;margin-right:6px}#send-invite-form #member-invites-table td .field-actions-add{margin-right:2px}}.bp-invitee-status a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bp-invitee-status span{font-size:20px;width:22px;margin-left:5px}.bp-invitee-status .registered{color:inherit}#buddypress #invites-send-invite-personal-li a:before{content:"\ee62";font-family:bb-icons}#buddypress #invites-sent-invites-personal-li a:before{font-family:bb-icons;content:"\eeba"}td.field-email span,td.field-name span{word-break:break-word}.bb-template-v1 .bp-invites-container{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color)}.bb-template-v1 .bp-invites-container .bp-navs{border-bottom:1px solid var(--bb-content-border-color)}.bp-invites-container .bb-bp-invites-content .table-responsive .page-numbers{display:inline-block;vertical-align:middle;border-radius:var(--bb-block-radius-inner);margin-bottom:20px!important}.invites:not(.settings) #buddypress .bb-bp-invites-content{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:30px 50px}.invites:not(.settings) #buddypress.bp-single-vert-nav .bb-bp-invites-content{padding:30px}.bp-invites-container .bp-navs{background:100% 0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:10px;border-left:0;border-radius:4px 4px 0 0;padding:0}.bp-invites-container .bp-navs a{padding-top:14px;margin:0}.bp-invites-container .bp-navs a:before{display:none}.bp-invites-container .bp-navs a:hover{background:100% 0}.bp-invites-container .bp-navs .selected a{background:100% 0;border-bottom:1px solid var(--bb-primary-color);font-weight:500}.bp-invites-container .bp-navs li:first-child a{margin-right:20px}#buddypress .bp-invites-container .bp-navs li{float:right}.member-header-actions.action:empty{display:none}@media only screen and (min-width:1081px){#group-activity,#user-activity{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;padding-top:0}}#secondary.no-padding-top{padding-top:0}.bp-single-vert-nav .bb-profile-grid #subnav{margin-bottom:20px}.recent-visitors{background:#fff;border:1px solid var(--bb-content-border-color);padding:20px;border-top:0}.recent-visitors h5{font-weight:500;margin-bottom:12px!important}.recent-visitors a{display:inline-block;margin-left:5px}body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs .selected a{border-bottom-color:var(--bb-primary-color)}div.bb-sso-container .bb-sso-button-default{background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color);color:var(--bb-secondary-button-text-regular);border-radius:var(--bb-button-radius)}div.bb-sso-container .bb-sso-button.bb-sso-button--client{border-radius:var(--bb-block-radius-inner)}.bb-sso-option-actions .bb-sso-action-button{color:#1e2132;background-color:var(--bb-secondary-button-background-regular);border-radius:var(--bb-button-radius)}.bb-sso-option-actions .bb-sso-action-button.active{border-color:var(--bb-content-border-color);background-color:var(--bb-content-background-color)}.bb-sso-button-auth .bb-sso-status{color:var(--bb-headings-color);background-color:var(--bb-content-alternate-background-color);border-color:var(--bb-content-border-color)}@media screen and (max-width:600px){.invite-settings.bp-tables-user{white-space:nowrap;margin-bottom:10px}}@media screen and (max-width:1200px){#member-front-widgets .widget{-webkit-box-flex:0;-ms-flex:0 0 calc(33.33% - 20px);flex:0 0 -webkit-calc(33.33% - 20px);flex:0 0 calc(33.33% - 20px)}}@media screen and (min-width:981px){body #buddypress .member-header-actions{margin:30px 0 0}}@media screen and (max-width:1080px){#buddypress .bb-bp-invites-content{padding:30px}}@media screen and (max-width:900px){#buddypress .bb-bp-invites-content{padding:20px;max-width:100%}body.invites.has-sidebar #buddypress .bb-bp-invites-content{padding:20px}}@media screen and (max-width:980px){div#item-header-content .flex{-ms-flex-flow:row wrap;flex-flow:row wrap}body #buddypress .member-header-actions{padding:0;text-align:right}body #buddypress .member-header-actions>.generic-button{float:right;margin-right:0;margin-left:10px}#member-front-widgets .widget{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 20px);flex:0 0 -webkit-calc(50% - 20px);flex:0 0 calc(50% - 20px)}}@media screen and (max-width:782px){div#item-header-content .flex{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#buddypress #item-header.users-header #item-header-cover-image #item-header-content>.flex{-ms-flex-flow:row wrap;flex-flow:row wrap}.social-networks-wrap{width:100%}.member-title-wrap{margin-top:5px}.single-headers .following-wrap{margin-left:0}body #buddypress .member-header-actions{text-align:center}body #buddypress .member-header-actions>.generic-button{float:none;margin-right:5px;margin-left:5px}.single-headers .followers-wrap,.single-headers .following-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#buddypress div#item-header-cover-image .user-nicename{margin:0 0 5px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.single-headers .activity{margin-bottom:0}}@media screen and (max-width:640px){#member-front-widgets .widget{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 20px);flex:0 0 -webkit-calc(100% - 20px);flex:0 0 calc(100% - 20px)}}.elementor-element div.item-options,.elementor-widget-wrap div.item-options,.widget.buddypress div.item-options{border-bottom:1px solid var(--bb-content-border-color);font-size:0;line-height:1;margin:-10px 0 15px;padding:0}.elementor-element div.item-options a,.elementor-widget-wrap div.item-options a,.widget.buddypress div.item-options a{color:var(--bb-body-text-color);font-size:.875rem;display:inline-block;padding-bottom:10px;margin-left:1.25rem;margin-top:10px;-webkit-animation:unset;animation:unset}.elementor-element div.item-options a:hover,.elementor-widget-wrap div.item-options a:hover,.widget.buddypress div.item-options a:hover{color:var(--bb-primary-color)}.elementor-element div.item-options a:last-child,.elementor-widget-wrap div.item-options a:last-child,.widget.buddypress div.item-options a:last-child{margin-left:0}.elementor-element div.item-options .selected,.elementor-widget-wrap div.item-options .selected,.widget.buddypress div.item-options .selected{border-bottom:1px solid var(--bb-primary-color);color:var(--bb-primary-color);margin-bottom:-1px}.widget.buddypress .bp-login-widget-user-links>div,.widget.buddypress div.item{margin:0}.widget.buddypress .bp-login-widget-user-links>div.bp-login-widget-user-link a{font-weight:500;font-size:14px;line-height:19px;color:var(--bb-headings-color)}.widget.buddypress .bp-login-widget-user-links>div.bp-login-widget-user-link a:hover{color:var(--bb-primary-color)}.elementor-widget-wp-widget-bp_core_friends_widget div.item-avatar img,.widget.buddypress div.item-avatar img{height:auto;margin:0;max-width:38px;width:100%;border-radius:100%}.widget.widget_bp_groups_widget div.item-avatar img{border-radius:4px}.widget_bp_groups_widget.buddypress div.item-avatar img{height:auto;max-width:48px;width:100%}.elementor-widget-wp-widget-bp_core_follow_follower_widget .item-avatar img,.elementor-widget-wp-widget-bp_core_follow_following_widget .item-avatar img,.elementor-widget-wp-widget-bp_core_recently_active_widget .item-avatar img,.elementor-widget-wp-widget-bp_core_whos_online_widget div.item-avatar img,.widget_bp_core_recently_active_widget.buddypress div.item-avatar img,.widget_bp_core_whos_online_widget.buddypress div.item-avatar img,.widget_bp_follow_follower_widget.buddypress div.item-avatar img,.widget_bp_follow_following_widget.buddypress div.item-avatar img{height:auto;max-width:42px;width:100%}.widget.buddypress:not(.widget_bp_groups_widget) span.activity{display:none}.widget.buddypress:not(.widget_bp_groups_widget) .GamiPress-data-popup span.activity{display:inline-block}.widget.buddypress .item-avatar a{float:none;margin-bottom:0;margin-left:0}.elementor-widget-wp-widget-bp_core_friends_widget #friends-list li,.elementor-widget-wp-widget-bp_core_members_widget #friends-list li,.elementor-widget-wp-widget-bp_core_members_widget #members-list li,.widget.buddypress #friends-list li,.widget.buddypress #members-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:100%}.elementor-element .elementor-widget-bb-groups #groups-list li,.elementor-widget-wrap .elementor-widget-bb-groups #groups-list li,.widget.buddypress #groups-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:7.5px 0;margin-bottom:0;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:100%}.elementor-element #groups-list li,.elementor-widget-wrap #groups-list li{padding:10px 0}.widget.buddypress div.item-content,.widget.buddypress div.item-meta{margin-right:0}.elementor-widget-wp-widget-bp_core_whos_online_widget .avatar-block,.widget_bp_core_recently_active_widget .avatar-block,.widget_bp_core_whos_online_widget .avatar-block{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -2px}.widget_bp_core_recently_active_widget .avatar-block{margin-bottom:20px}.elementor-widget-wp-widget-bp_core_follow_follower_widget .item-avatar,.elementor-widget-wp-widget-bp_core_follow_following_widget .item-avatar,.elementor-widget-wp-widget-bp_core_recently_active_widget .item-avatar,.elementor-widget-wp-widget-bp_core_whos_online_widget .item-avatar,.widget_bp_core_recently_active_widget .item-avatar,.widget_bp_core_whos_online_widget .item-avatar,.widget_bp_follow_follower_widget .item-avatar,.widget_bp_follow_following_widget .item-avatar{padding:4px;max-width:20%}.widget .item-list .item-avatar{margin-left:12px}.widget .item-list .item{-webkit-box-flex:1;-ms-flex:1;flex:1}.widget .item-list .item-title a{color:var(--bb-headings-color);letter-spacing:-.24px;line-height:16px}.widget .item-list .item-title a:hover{color:var(--bb-primary-color)}.widget.widget_bp_groups_widget .item-list .item-title{margin-bottom:3px}.widget.widget_bp_groups_widget .item-list .item-title a{font-size:.9375rem;font-weight:500;color:var(--bb-headings-color);letter-spacing:-.24px}.widget.widget_bp_groups_widget .item-list .item-title a:hover{color:var(--bb-primary-color)}.widget.buddypress span.activity{color:var(--bb-alternate-text-color);font-size:12px;letter-spacing:-.26px;line-height:1.2}#bbpress-forums .widget_display_replies img.avatar,#bbpress-forums .widget_display_topics img.avatar,#bbpress-forums div.bbp-template-notice img.avatar,#bbpress-forums p.bbp-topic-meta img.avatar,#bbpress-forums ul.bbp-reply-revision-log img.avatar,#bbpress-forums ul.bbp-topic-revision-log img.avatar{margin-bottom:0;border:0}.widget_display_replies>ul>li{position:relative}.widget_display_replies>ul>li.bbp-reply-topic-no-avatar{padding-right:0}.widget_display_replies>ul>li>a{font-weight:600;line-height:19px}.widget_display_replies>ul>li div.time-since{color:var(--bb-alternate-text-color);font-size:13px;font-weight:500;padding-top:5px}.widget_display_replies .bbp-author-avatar img.avatar,.widget_display_replies li>img.avatar{width:40px;height:40px;border-radius:100%;position:absolute;right:0;top:-1px}.widget_display_replies .bbp-author-avatar{display:inline-block;float:right;margin-left:10px}.widget_display_replies .bbp-author-link-sep{display:none}.widget_display_replies .bbp-reply-topic-title,.widget_display_replies .reply-author{font-weight:600}.widget_display_topics li>img.avatar{width:40px;height:40px;border-radius:100%;position:relative;top:-1px}.widget_display_topics .topic-author{font-weight:600}.widget_display_topics .bbp-forum-title{font-weight:600}.widget_display_topics ul li{font-weight:400;color:var(--bb-headings-color);font-size:14px;line-height:19px}.widget_display_topics ul li>a{font-weight:600}.widget_display_topics ul li>span{font-weight:600}.widget_display_topics ul li div.time-since{color:var(--bb-alternate-text-color);font-size:13px;font-weight:500;padding-top:5px}.widget_display_topics ul li.bbp-topic-no-avatar .bbp-topic-time{margin-right:0}.widget_display_topics .bbp-topic-author-wrapper{display:inline-block;float:right;margin-left:10px}.widget_display_topics .bbp-topic-author-wrapper img{width:36px}.bbp-stats .bbp-count{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}.bbp-stats .bbp-count strong{font-size:36px;font-weight:600;color:var(--bb-headings-color)}.bbp-stats .bbp-count i{display:none}ul.bbp-stats{margin:20px 0 0}ul.bbp-stats h4{font-size:13px;font-weight:500;line-height:16px;color:var(--bb-alternate-text-color);padding:0 10px;min-height:33px}.widget.widget_bp_core_login_widget label{font-size:16px;line-height:21px;font-weight:500;letter-spacing:-.24px}.widget.widget_bp_core_login_widget .bbp-remember-me label{font-size:14px;line-height:21px;font-weight:400;letter-spacing:-.15px}.widget.widget_bp_core_login_widget:after{content:"";display:table;clear:both}.widget.widget_bp_core_login_widget.bs-bp-login .widget-title{margin-bottom:10px}.widget.widget_bp_core_login_widget input[type=password],.widget.widget_bp_core_login_widget input[type=text]{width:100%;height:41px;line-height:41px;padding:0 12px}.widget.widget_bp_core_login_widget .forgetmenot label{font-size:14px;line-height:21px;font-weight:400;letter-spacing:-.15px}.widget.widget_bp_core_login_widget .forgetmenot .bs-styled-checkbox:checked+label:after{line-height:17px}.widget.widget_bp_core_login_widget.buddypress #bp-login-widget-form #bp-login-widget-submit{float:left;margin-top:10px;margin-left:0;font-size:14px;font-weight:500;min-width:100px;height:34px;cursor:pointer;padding:5px 20px}.widget.widget_bp_core_login_widget.buddypress #bp-login-widget-form #bp-login-widget-submit.bp-login-btn-active{background:var(--bb-primary-color)}.widget.widget_bp_core_login_widget label[for=bp-login-widget-user-login],.widget.widget_bp_core_login_widget label[for=bp-login-widget-user-pass]{position:relative}.widget.widget_bp_core_login_widget label[for=bp-login-widget-user-pass] span.label-switch{position:absolute;top:46px;left:10px;font-size:0;-webkit-transition:all .3s ease;transition:all .3s ease;cursor:pointer}.widget.widget_bp_core_login_widget label[for=bp-login-widget-user-pass] span.label-switch:after{content:"\ee69";font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-left:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-right:.2em;font-size:20px;color:var(--bb-body-text-color)}.widget.widget_bp_core_login_widget label[for=bp-login-widget-user-pass] span.label-switch.bb-eye:after{content:"\ee6a"}.widget.widget_bp_core_login_widget .bp-login-widget-register-link{clear:both;display:none}.widget.widget_bp_core_login_widget .bs-login-id{margin:0;text-align:center}.widget.widget_bp_core_login_widget .bs-login-id span{width:33%;border-radius:100%;position:relative;display:inline-block;background-size:cover;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%}.widget.widget_bp_core_login_widget .bs-login-id span:after{content:"";display:block;padding-bottom:100%}#bp-login-widget-form{width:100%}#bp-login-widget-form label{display:block}#bp-login-widget-form label[for=bp-login-widget-rememberme]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#bp-login-widget-form input{margin-bottom:12px}.widget_bp_core_login_widget label[for=bp-login-widget-user-login]::before{top:36px}.widget_bp_core_login_widget label[for=bp-login-widget-user-pass]::before{top:32px}.widget_bp_core_login_widget label[for=bp-login-widget-user-pass] span.label-switch{top:35px}.widget_bp_core_login_widget .forgetmenot{width:100%;margin-top:5px}.widget.bbp_widget_login label{font-size:16px;line-height:21px;font-weight:500;letter-spacing:-.24px}.widget.bbp_widget_login .bbp-remember-me label{font-size:14px;line-height:21px;font-weight:400;letter-spacing:-.15px}.widget.bbp_widget_login .bs-styled-checkbox+label:before{position:relative;top:-2px}.widget.bbp_widget_login div.bbp-submit-wrapper .button.submit{min-width:100px}.bbp_widget_login:after{content:" ";display:table;clear:both}.bbp_widget_login form.bbp-login-form{width:100%}.bbp_widget_login fieldset>legend{display:none}.bbp_widget_login input[type=password],.bbp_widget_login input[type=text]{width:100%;height:41px;line-height:41px;padding:0 12px}.bbp_widget_login .bbp-login-form .bbp-username{margin-top:0}.bbp_widget_login .bbp-login-form .bbp-password label,.bbp_widget_login .bbp-login-form .bbp-username label{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bbp_widget_login label[for=user_login],.bbp_widget_login label[for=user_pass]{display:block;margin:0 0 10px;position:relative}.bbp_widget_login label[for=user_pass] span.label-switch{position:absolute;top:46px;left:10px;font-size:0;-webkit-transition:all .3s ease;transition:all .3s ease;cursor:pointer}.bbp_widget_login label[for=user_pass] span.label-switch:after{content:"\ee69";font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-left:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-right:.2em;font-size:20px;color:var(--bb-body-text-color)}.bbp_widget_login label[for=user_pass] span.label-switch.bb-eye:after{content:"\ee6a"}.bbp_widget_login .bbp-remember-me{float:none;margin-top:15px}.bbp_widget_login .bbp-submit-wrapper{float:none;margin-top:10px;text-align:right}.bbp_widget_login .bbp-submit-wrapper p.lostmenot{display:none}.bbp_widget_login .bbp-submit-wrapper button{font-size:14px;font-weight:500;min-width:100px;height:34px;padding:4px 20px;cursor:pointer}.bbp_widget_login .bbp-submit-wrapper button.bp-login-btn-active{background:var(--bb-primary-color)}.bbp_widget_login .bbp-logged-in>a.user-submit{float:right;margin-left:15px}.bbp_widget_login .bbp-logged-in>a.user-submit>img{margin-left:0;border-radius:100px}.bbp_widget_login h2.widget-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bbp_widget_login .bbp-login-links{margin-top:20px;overflow:hidden;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}.bbp_widget_login .bbp-login-links a:first-child{margin-left:10px}.bbp-logged-in>a>.avatar,.buddypress-wrap.round-avatars .bbp-logged-in>a>.avatar{width:52px;height:auto;border-radius:3px}.bbp_widget_login a.button.logout-link{padding:3px 0;font-size:14px;font-weight:500;font-style:normal;line-height:1;color:var(--bb-primary-color);background:100% 0;border:0;min-height:auto}.bbp_widget_login a.button.logout-link:hover{color:var(--bb-primary-color);box-shadow:none}.widget .bp-site-wide-message #message button{background:100% 0;border:0;padding:0;position:absolute;min-height:1px;top:-48px;left:-7px}.widget .bp-site-wide-message #message button span{font-size:0;line-height:1;display:block}.widget .bp-site-wide-message #message button span:before{content:"\e828";color:#fff;font-family:bb-icons;font-size:26px;font-style:normal;font-weight:100;display:inline-block;text-decoration:inherit;text-align:center;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.widget .bp-site-wide-message #message p{margin:0;padding-left:0;position:static}.widget .bp-site-wide-message #message p strong{font-weight:600;font-size:12px;color:var(--bb-headings-color);letter-spacing:.25px;line-height:16px;text-transform:uppercase;margin-bottom:-8px;display:block}.bp-site-wide-message{position:relative}div#groups-list-options{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}.bb-widget-dropdown{margin-right:auto;position:relative}.bb-widget-dropdown i.bb-icon-menu-dots-v{position:relative;top:-2px;font-size:20px;margin-bottom:-5px;display:block}.widget_bp_core_recently_active_widget .widget-title{display:-webkit-box;display:-ms-flexbox;display:flex}.widget_bp_core_recently_active_widget .widget-title a.bs-widget-reload{color:#939597;margin-right:auto}.more-block{text-align:center;text-transform:capitalize;margin:10px 0 0;display:block;height:18px;font-size:14px;line-height:21px}.more-block a.count-more{cursor:pointer;padding-right:10px}.more-block a.count-more .bb-icon-angle-right{line-height:17px;display:inline-block}.more-block .bb-icon-angle-right:before{font-size:18px;vertical-align:bottom;margin-right:.1em;margin-left:0}.elementor-widget-wp-widget-bp_core_whos_online_widget .item-avatar a,.widget_bp_core_whos_online_widget .item-avatar a{display:inline-block}.elementor-widget-wp-widget-bp_core_whos_online_widget .item-avatar a .member-status,.widget_bp_core_whos_online_widget .item-avatar a .member-status{width:13px;height:13px;left:1px;top:3px;border:2px solid var(--bb-content-background-color)}.elementor-widget-wp-widget-bp_core_whos_online_widget .item-avatar a .member-status.online,.widget_bp_core_whos_online_widget .item-avatar a .member-status.online{background-color:var(--bb-success-color)}.elementor-widget-wp-widget-bp_core_whos_online_widget .item-avatar a .member-status.offline,.widget_bp_core_whos_online_widget .item-avatar a .member-status.offline{background-color:#bdbdbd}.elementor-widget-wp-widget-bp_core_members_widget #members-list .item-avatar,.widget_bp_core_members_widget #members-list .item-avatar{position:relative}.elementor-widget-wp-widget-bp_core_members_widget #members-list .item-avatar a,.widget_bp_core_members_widget #members-list .item-avatar a{display:inline-block}.elementor-widget-wp-widget-bp_core_members_widget #members-list .item-avatar a .member-status,.widget_bp_core_members_widget #members-list .item-avatar a .member-status{width:13px;height:13px;left:-3px;top:1px;border:2px solid var(--bb-content-background-color)}.elementor-widget-wp-widget-bp_core_members_widget #members-list .item-avatar a .member-status.online,.widget_bp_core_members_widget #members-list .item-avatar a .member-status.online{background-color:var(--bb-success-color)}.elementor-widget-wp-widget-bp_core_members_widget #members-list .item-avatar a .member-status.offline,.widget_bp_core_members_widget #members-list .item-avatar a .member-status.offline{background-color:#bdbdbd}.widget_bp_core_members_widget #members-list .member_last_visit{font-size:12px;color:var(--bb-alternate-text-color)}.widget.buddypress #network-list li{display:-webkit-box;display:-ms-flexbox;display:flex}.widget.buddypress #network-list li .item-title a{letter-spacing:0;color:var(--bb-headings-color)}.widget.buddypress #network-list li .item-data{color:var(--bb-headings-color)}.widget.buddypress #network-list li .item-data .netowrk-post-activity{color:#939597}.widget.buddypress #network-list li div.item-avatar img{width:28px;height:28px}.widget.buddypress #network-list li .data-photo{max-width:60%;margin:5px 0}.widget.buddypress #network-list li .data-photo a{border-radius:3px}.netowrk-post-type{color:#939597}a.button.logout-link{padding:6px 15px;min-height:20px;font-size:12px;font-weight:600;font-style:normal;line-height:1}body.buddypress .buddypress-wrap .bbp-logged-in h5{margin-top:4px;margin-bottom:0}#buddypress .bbp_widget_login a.button.logout-link,.buddypress .buddypress-wrap .bbp_widget_login a.button.logout-link{padding:3px 0;font-size:13px;font-weight:500;font-style:normal;line-height:1;color:var(--bb-primary-color);background:100% 0;border:0;min-height:auto}#buddypress .bbp_widget_login a.button.logout-link:hover,.buddypress .buddypress-wrap .bbp_widget_login a.button.logout-link:hover{color:#0f74e0}.bp-login-widget-user-logout a.logout{padding:3px 0;font-weight:500;font-style:normal;line-height:1}.single .hentry .buddypress.widget .activity-list blockquote{background:100% 0;color:var(--bb-body-text-color)}.single .hentry .buddypress.widget .activity-list blockquote:before{display:none}.elementor-widget-wp-widget-bp_core_follow_follower_widget .avatar-block,.elementor-widget-wp-widget-bp_core_follow_following_widget .avatar-block,.elementor-widget-wp-widget-bp_core_recently_active_widget .avatar-block,.widget_bp_follow_follower_widget .avatar-block,.widget_bp_follow_following_widget .avatar-block{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -2px}#buddypress .widget .mc4wp-form-fields p,.buddypress .buddypress-wrap .widget .mc4wp-form-fields p,.widget .mc4wp-form-fields p{display:-webkit-box;display:-ms-flexbox;display:flex}#buddypress .widget .mc4wp-form-fields input[type=submit],.buddypress .buddypress-wrap .widget .mc4wp-form-fields input[type=submit],.widget .mc4wp-form-fields input[type=submit]{font-size:14px;padding:0 10px;border-radius:3px 0 0 3px}#buddypress .widget .mc4wp-form-fields input[type=submit]:disabled,.buddypress .buddypress-wrap .widget .mc4wp-form-fields input[type=submit]:disabled,.widget .mc4wp-form-fields input[type=submit]:disabled{background:#d0d4d8}#buddypress .widget .mc4wp-form-fields input[type=submit][disabled=disabled],.buddypress .buddypress-wrap .widget .mc4wp-form-fields input[type=submit][disabled=disabled],.widget .mc4wp-form-fields input[type=submit][disabled=disabled]{background:#d0d4d8;color:#fff;border:1px solid transparent}#buddypress .widget .mc4wp-form-fields input[type=email],.buddypress .buddypress-wrap .widget .mc4wp-form-fields input[type=email],.widget .mc4wp-form-fields input[type=email]{border-radius:0 3px 3px 0;border-left:0;font-size:14px;letter-spacing:-.24px;min-width:160px}.widget_display_topics ul li{margin-bottom:15px}.widget_display_topics ul img.avatar{border-radius:50%}body.buddypress .buddypress-wrap .bb-recent-posts h4{margin:0}#buddypress .widget_display_search input#bbp_search_submit{display:none}.buddypress-wrap.round-avatars .widget:not(.widget_bp_core_members_widget) .avatar{border-radius:3px}.buddypress-wrap .widget.widget_bps_widget .standard-form label{font-weight:400;margin-top:0}.buddypress-wrap .widget.widget_bps_widget .standard-form .submit{padding-top:0}.widget.widget_bps_widget .ui-accordion .ui-accordion-header,.widget.widget_bps_widget.ui-accordion .ui-accordion-header,div[id*=bps_accordion_form] .ui-accordion .ui-accordion-header,div[id*=bps_accordion_form].ui-accordion .ui-accordion-header{padding-right:30px}.widget.widget_bps_widget .ui-accordion .ui-accordion-content,.widget.widget_bps_widget.ui-accordion .ui-accordion-content,div[id*=bps_accordion_form] .ui-accordion .ui-accordion-content,div[id*=bps_accordion_form].ui-accordion .ui-accordion-content{padding:1em}.widget.widget_bps_widget .ui-accordion-header .ui-icon-minus,.widget.widget_bps_widget .ui-accordion-header .ui-icon-plus,div[id*=bps_accordion_form] .ui-accordion-header .ui-icon-minus,div[id*=bps_accordion_form] .ui-accordion-header .ui-icon-plus{background-image:none;text-indent:initial;margin-top:-7px}.widget.widget_bps_widget .ui-accordion-header .ui-icon-minus:after,.widget.widget_bps_widget .ui-accordion-header .ui-icon-plus:after,div[id*=bps_accordion_form] .ui-accordion-header .ui-icon-minus:after,div[id*=bps_accordion_form] .ui-accordion-header .ui-icon-plus:after{font-family:bb-icons;display:inline-block;width:16px;height:16px;font-style:normal;font-weight:400;speak:none;text-decoration:inherit;text-align:center;font-variant:normal;text-transform:none;line-height:1em;font-size:16px;position:absolute;right:0;top:0}.widget.widget_bps_widget .ui-accordion-header .ui-icon-plus:after,div[id*=bps_accordion_form] .ui-accordion-header .ui-icon-plus:after{content:"\eef9"}.widget.widget_bps_widget .ui-accordion-header .ui-icon-minus:after,div[id*=bps_accordion_form] .ui-accordion-header .ui-icon-minus:after{content:"\eed8"}.widget.widget_bps_widget .ui-widget,.widget.widget_bps_widget.ui-widget,div[id*=bps_accordion_form] .ui-widget,div[id*=bps_accordion_form].ui-widget{font-family:inherit}.widget.widget_bps_widget .ui-accordion-content .bps-selectbox select,.widget.widget_bps_widget .ui-accordion-content input[type=search],div[id*=bps_accordion_form] .ui-accordion-content .bps-selectbox select,div[id*=bps_accordion_form] .ui-accordion-content input[type=search]{width:100%}.widget.widget_bps_widget .ui-accordion-content label,div[id*=bps_accordion_form] .ui-accordion-content label{display:inline-block;margin-bottom:5px;font-weight:400}.widget.widget_bps_widget .ui-state-default,div[id*=bps_accordion_form] .ui-state-default{background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color);color:inherit}.widget.widget_bps_widget .ui-state-focus,div[id*=bps_accordion_form] .ui-state-focus{background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color)}.widget.widget_bps_widget .ui-state-active,div[id*=bps_accordion_form] .ui-state-active{background:var(--bb-primary-color);border-color:var(--bb-primary-color);color:#fff}.widget.widget_bps_widget .bps-description,div[id*=bps_accordion_form] .bps-description{color:var(--bb-alternate-text-color)}.widget.widget_bps_widget .ui-corner-all,div[id*=bps_accordion_form] .ui-corner-all{border-radius:var(--bb-input-radius)}.widget.widget_bps_widget .ui-corner-top,div[id*=bps_accordion_form] .ui-corner-top{border-top-left-radius:var(--bb-input-radius);border-top-right-radius:var(--bb-input-radius)}.widget.widget_bps_widget .ui-corner-bottom,div[id*=bps_accordion_form] .ui-corner-bottom{border-bottom-left-radius:var(--bb-block-radius-inner);border-bottom-right-radius:var(--bb-block-radius-inner)}.widget_sfwd-quiz-widget li h4,body.buddypress .buddypress-wrap .widget_sfwd-quiz-widget li h4{margin-bottom:10px}#buddypress .widget_search .search-submit{display:none}.widget_nav_menu.buddypress_object_nav{overflow:hidden}.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical{width:100%;min-height:auto}.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical li.selected{background:100% 0}.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical li a{padding:2px 0}.widget_nav_menu.buddypress_object_nav nav#object-nav,.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical{padding-right:0;padding-left:0;background-color:transparent;border:0;margin-bottom:0}.widget_nav_menu.buddypress_object_nav nav#object-nav .more-button,.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical .more-button{display:none}.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical>ul>li,.widget_nav_menu.buddypress_object_nav nav#object-nav>ul>li{padding-left:0;float:none}.widget_nav_menu.buddypress_object_nav nav#object-nav ul.sub-menu,.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical ul.sub-menu{margin-right:0}.widget_nav_menu.buddypress_object_nav nav#object-nav ul.sub-menu a,.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical ul.sub-menu a{padding:8px 0}.widget_nav_menu.buddypress_object_nav nav#object-nav ul.sub-menu a:hover,.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical ul.sub-menu a:hover{background:100% 0}.widget_nav_menu.buddypress_object_nav nav#object-nav ul.sub-menu .selected>a,.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical ul.sub-menu .selected>a{background:100% 0}.widget .bp-navs ul li{margin-bottom:10px}.bp-profile-search-widget{margin-bottom:.9375rem;padding:0}.bp-profile-search-widget .bps-form-title{font-weight:600;border-bottom:1px solid rgba(0,0,0,.06);margin:0;padding:1.125rem 1.25rem}.bp-profile-search-widget .bps-form{margin:0;padding:1.125rem 1.25rem 1.375rem}.bp-profile-search-widget .bps-label{font-size:14px;font-weight:400;margin-bottom:8px;display:block}.bp-profile-search-widget .bps-label strong{font-weight:400}.bp-profile-search-widget label{font-size:14px;font-weight:400}.bp-profile-search-widget .bp-checkbox-wrap label,.bp-profile-search-widget .bp-radio-wrap label{color:var(--bb-headings-color);text-transform:none;font-size:15px;font-weight:500}.bp-profile-search-widget .bp-checkbox-wrap label:after{font-weight:400;top:1px}.bp-profile-search-widget input[type=search]{background:100% 0;padding-right:12px;width:100%}.bp-profile-search-widget p.bps-description{margin:5px 0;font-size:12px;color:var(--bb-headings-color)}.bp-profile-search-widget .bp-checkbox-wrap,.bp-profile-search-widget .bp-radio-wrap{margin-bottom:0}.bp-profile-search-widget .submit-wrapper input{min-width:140px;font-size:14px;font-weight:500}.bp-profile-search-widget .bp-field-wrap input:not([type=checkbox],[type=radio]){width:100%}.bp-profile-search-widget .clear-from-wrap{margin-bottom:20px}.bp-profile-search-widget .bp-heading-field-wrap{background:var(--bb-content-alternate-background-color);border-top:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color);margin:0 -20px 20px;padding:12px 20px}.bp-profile-search-widget .bp-heading-field-wrap strong{text-transform:uppercase;font-size:.75rem;font-weight:600;color:var(--bb-headings-color)}.bp-profile-search-widget .bp-heading-field-wrap p.bps-description{margin:5px 0 0}.bp-profile-search-widget .date-label{display:block;margin-bottom:5px}.bp-profile-search-widget .date-wrapper select{margin-bottom:10px}.buddypress.widget ul.item-list{margin:0}.buddypress.widget ul.item-list li .item-avatar .avatar{width:100%}.elementor-widget-wp-widget-bp_latest_activities .activity-link-preview-image,.widget.activity_update .activity-link-preview-image{max-width:100%}.elementor-widget-wp-widget-bp_latest_activities .activity-link-preview-content,.widget.activity_update .activity-link-preview-content{clear:both;padding:0}.elementor-widget-wp-widget-bp_latest_activities .activity-link-preview-title,.widget.activity_update .activity-link-preview-title{font-style:normal;margin-bottom:5px;margin-left:0}.elementor-widget-wp-widget-bp_latest_activities footer cite,.widget.activity_update footer cite{margin-left:12px}.elementor-widget-wp-widget-bp_latest_activities .activity-list>div,.widget.activity_update .activity-list>div{margin-bottom:15px}.elementor-widget-wp-widget-bp_latest_activities .activity-list>div:last-of-type,.widget.activity_update .activity-list>div:last-of-type{margin-bottom:0}.elementor-widget-wp-widget-bp_latest_activities .activity-list>div p,.widget.activity_update .activity-list>div p{margin-bottom:10px}.elementor-widget-wp-widget-bp_latest_activities .activity-list img,.widget.activity_update .activity-list img{margin-bottom:0}.elementor-widget-wp-widget-bp_latest_activities .view.activity-time-since,.widget.activity_update .view.activity-time-since{font-style:normal;font-weight:500;font-size:13px}.elementor-widget-wp-widget-bp_latest_activities footer,.widget.activity_update footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-wp-widget-bp_latest_activities .activity-update .update-item,.widget.activity_update .activity-update .update-item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-wp-widget-bp_latest_activities .activity-update .update-item a[href=""],.widget.activity_update .activity-update .update-item a[href=""]{cursor:default}.elementor-widget-wp-widget-bp_latest_activities .activity-update p,.widget.activity_update .activity-update p{color:var(--bb-alternate-text-color)}.elementor-widget-wp-widget-bp_latest_activities .activity-update p a[href]:not([href=""]):not(.activity-time-since),.widget.activity_update .activity-update p a[href]:not([href=""]):not(.activity-time-since){color:var(--bb-headings-color);font-weight:500}.elementor-widget-wp-widget-bp_latest_activities .activity-update p a[href]:not([href=""]):not(.activity-time-since):hover,.widget.activity_update .activity-update p a[href]:not([href=""]):not(.activity-time-since):hover{color:var(--bb-primary-color)}.elementor-widget-wp-widget-bp_latest_activities .activity-update .activity-time-since,.widget.activity_update .activity-update .activity-time-since{display:block;font-size:12px;color:var(--bb-headings-color);margin-top:5px}.elementor-widget-wp-widget-bp_latest_activities .activity-update .activity-time-since:hover,.widget.activity_update .activity-update .activity-time-since:hover{color:var(--bb-primary-color)}.buddypress.widget .activity-update .update-item cite{-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px}.buddypress.widget .activity-update .update-item cite{-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px}.buddypress.widget .activity-update .bp-activity-info{max-width:-webkit-calc(100% - 50px);max-width:calc(100% - 50px)}.buddypress.widget .activity-update .bp-activity-info>p{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.buddypress.widget .activity-update .bp-activity-info>p a.activity-time-since{display:inline-block;width:100%}.buddypress.widget .activity-update .bp-activity-info>p>.activity-to{margin-left:3px}.buddypress.widget .activity-update .bp-activity-info p a:not(.activity-time-since){white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;max-width:100%;margin-left:3px}.widget.bp-latest-activities .activity-update{color:var(--bb-alternate-text-color);font-size:14px;letter-spacing:-.24px;margin-bottom:20px}.widget.bp-latest-activities a{color:var(--bb-headings-color);font-style:normal}.widget.bp-latest-activities a:hover{color:var(--bb-primary-color)}.widget.bp-latest-activities p{margin-bottom:0}.widget-area .widget.bp-latest-activities .activity-update p img{max-width:15px;vertical-align:text-bottom;margin-left:5px;margin-right:2px}.widget.widget_block .twitter-tweet{word-break:break-word}.widget .bs-forums-items>li{margin-bottom:0}.widget .bbp-forum-form .bp-forum-settings{-ms-flex-flow:column;flex-flow:column}.widget ul a.subscription-toggle{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color)}.widget ul a.subscription-toggle:focus{box-shadow:var(--bb-outline-button-focus-shadow)}.widget ul a.subscription-toggle: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);box-shadow:none}.widget ul a.subscription-toggle: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);box-shadow:0 0 1px 2px rgba(0,0,0,.05),inset 0 0 0 2px rgba(0,0,0,.08)}.widget ul a.subscription-toggle.disabled,.widget ul a.subscription-toggle:disabled{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color);opacity:.5;pointer-events:none;cursor:default}.widget .bbp-forum-buttons-wrap{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.widget .bbp-forum-buttons-wrap>*{margin-right:0;margin-left:5px}.widget #bbpress-forums#bbpress-forums .bs-forums-items .bs-section-title{margin-bottom:10px}.widget .bbp-reply-form fieldset.bbp-form legend{font-size:20px;font-weight:500;color:var(--bb-headings-color);display:block;letter-spacing:-.24px;line-height:1.2;margin-bottom:0;padding:0}.widget .bbp-reply-form fieldset.bbp-form-anonymous{margin-top:15px}.widget .bbp-reply-form fieldset.bbp-form-anonymous legend{margin-bottom:20px}.widget .bbp-forum-form #whats-new-attachments,.widget .bbp-forum-form #whats-new-toolbar,.widget .bbp-reply-form #whats-new-attachments,.widget .bbp-reply-form #whats-new-toolbar,.widget .bbp-topic-form #whats-new-attachments,.widget .bbp-topic-form #whats-new-toolbar{padding-right:0;padding-left:0}.widget .bbp-forum-form .bbp_topic_title_wrapper,.widget .bbp-reply-form .bbp_topic_title_wrapper,.widget .bbp-topic-form .bbp_topic_title_wrapper{margin-bottom:15px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.widget .bbp-forum-form .new_topic_title_avatar,.widget .bbp-reply-form .new_topic_title_avatar,.widget .bbp-topic-form .new_topic_title_avatar{margin-left:10px}.widget .bbp-forum-form #bbp-close-btn,.widget .bbp-reply-form #bbp-close-btn,.widget .bbp-topic-form #bbp-close-btn{display:none}.widget #bbpress-forums fieldset.bbp-form{margin-top:0}.widget #bbpress-forums fieldset.bbp-form label{color:var(--bb-headings-color);letter-spacing:normal}.widget .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar,.widget .bbp-reply-form #whats-new-toolbar .medium-editor-toolbar,.widget .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar{right:30px}.widget .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar.active,.widget .bbp-reply-form #whats-new-toolbar .medium-editor-toolbar.active,.widget .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active{z-index:10}.widget .bbp-forum-form .bbp-form label,.widget .bbp-reply-form .bbp-form label,.widget .bbp-topic-form .bbp-form label{color:var(--bb-headings-color);font-size:15px;letter-spacing:-.24px;margin-bottom:5px;line-height:1.187}.widget .bbp-forum-form ul.medium-editor-toolbar-actions .medium-editor-action b,.widget .bbp-reply-form ul.medium-editor-toolbar-actions .medium-editor-action b,.widget .bbp-topic-form ul.medium-editor-toolbar-actions .medium-editor-action b{width:20px}.widget .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions button,.widget .bbp-reply-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions button,.widget .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions button{padding:10px 3px;min-width:28px}.widget .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar{top:unset}.widget .bb-content-area.bs-replies-wrapper .bb-grid{-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}.widget #bbpress-forums .bs-single-forum-list>li{border:0}.widget fieldset.bbp-form .bbp-submit-wrapper .button.submit{margin-right:0}.widget #bbpress-forums{margin-bottom:0}.widget fieldset.bbp-form{margin:0}.widget.widget_block:empty{display:none}.subnav-search.groups-search{float:left;margin-top:-56px}.bs-groups-items{margin-bottom:0}.bs-groups-items .item-title a{margin-bottom:8px;display:inline-block}.bs-groups-items .item-meta p{margin-bottom:7px}.bs-groups-items .item-meta p:last-child{margin:0}.bs-groups-items span.status{text-transform:capitalize}.bs-groups-items .item-desc{font-size:14px;color:var(--bb-body-text-color);line-height:1.35;-webkit-box-flex:1;-ms-flex:1;flex:1;padding-left:30px;display:block;display:-webkit-box;height:2.69em;margin:0 auto;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.bs-groups-items .item-desc:after{content:" ";display:inline-block;vertical-align:middle}.bs-groups-items .action{margin-right:auto}.bs-groups-items.list-view .item-title-wrap{min-width:0}.bs-groups-items.list-view .item-title a{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.group-item-avatar{background:#fff;border:3px solid #fff;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px var(--bb-content-border-color);border-radius:1px;display:inline-block}a.group-item-avatar{border-radius:3px}a.group-item-avatar .avatar{max-width:100%}.bs-groups-items.grid-view .bs-item-list-inner{padding-bottom:14px;text-align:right}.bs-groups-items.grid-view .item-avatar{margin-top:-50px;position:relative;max-width:75px;width:100%}.bs-groups-items.grid-view span.status{font-size:13px;color:#939597;letter-spacing:-.24px}.bs-groups-items.grid-view .item-title{margin-bottom:15px}.bs-groups-items.grid-view .item-title a{margin-bottom:0}.bs-group-head{margin-bottom:6px}.btn-group{color:var(--bb-primary-color);font-size:13px;line-height:1.1875;letter-spacing:-.24px;font-weight:500;cursor:pointer}.buddypress-wrap ul.bp-list.groups-dir-list .list-wrap .item-meta-wrap .item-meta.group-details>span{font-size:13px}.buddypress-wrap .item-list.groups-list .item-meta{font-size:13px;font-weight:400;color:var(--bb-alternate-text-color)}.buddypress-wrap .item-list.groups-list .invite-message{margin-top:5px;font-size:14px;font-style:italic}body #buddypress .bp-list .action .generic-button .leave-group,body #buddypress .bp-list .action .generic-button .membership-requested{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)}body #buddypress .bp-list .action .generic-button .leave-group:focus,body #buddypress .bp-list .action .generic-button .membership-requested:focus{box-shadow:var(--bb-primary-button-focus-shadow)}body #buddypress .bp-list .action .generic-button .leave-group:hover,body #buddypress .bp-list .action .generic-button .membership-requested:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}body #buddypress .bp-list .action .generic-button .membership-requested{min-width:140px}.item-desc.group-item-desc{-ms-flex-item-align:center;align-self:center;-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:14px;line-height:1.4;padding-left:20px}.buddypress-wrap .groups-list .item-desc.group-item-desc p{margin:0;max-width:85%}#buddypress .bp-list.groups-list li .list-wrap .item .item-block{-webkit-box-flex:0;-ms-flex:0 0 28%;flex:0 0 28%;margin-bottom:20px}#buddypress .bp-list.groups-list li .list-wrap .item .item-block .groups-title a{width:100%;overflow-wrap:break-word;word-wrap:break-word}#buddypress .bp-list.groups-list.centered li .list-wrap .item .item-block{padding-left:0}#buddypress .bp-list.groups-list:not(.grid) li .list-wrap .item .item-block{margin-bottom:0}.groups-loop-buttons{-ms-flex-item-align:center;align-self:center;min-width:140px}#groups-order-select,.bp-groups-filter-wrap #dir-filters,div#groups-order-select .select-wrap{margin-top:0;margin-bottom:0}@media (hover:none){.entry-content .bs-group-head a.btn-group:not(.button):hover{color:var(--bb-primary-color)}}#buddypress .group-title{line-height:1;margin:6px 0 2px}.bs-group-members{display:inline-block;margin-left:12px}.bs-group-members img{border:1px solid #fff;max-width:24px;display:inline-block;margin-left:-8px;position:relative;z-index:3}.bs-group-members img:nth-child(2){z-index:2}.bs-group-members img:nth-child(3){z-index:1}a.bb-more{display:inline-block}a.bb-more i:before{margin:0;font-size:19px;line-height:.5;position:relative;top:3px;right:-7px;opacity:.7}.members-count{color:var(--bb-body-text-color)}.bs-groups-items .bs-item-list-inner .item-meta{font-size:12px}.bs-groups-directory .bs-item-list-tabs{clear:both}#groups-list.bp-list .avatar{border-radius:3px}#groups-list.bp-list .group-avatar-wrap{min-height:81px;min-width:81px}#groups-list.bp-list .bs-group-members{margin-bottom:0}.elementor-widget-wrap .buddypress-wrap.bp-shortcode-wrap .subnav-filters{margin:25px 0}.elementor-widget-wrap #groups-list.bp-list li{padding:0 9px;margin:0 0 20px;display:list-item}.elementor-widget-wrap #groups-list.bp-list li .item{line-height:inherit}.elementor-widget-wrap #groups-list.bp-list li .item-avatar{-webkit-box-flex:0;-ms-flex:none;flex:none;margin-left:0}.elementor-widget-wrap #groups-list.bp-list li .bs-group-members img{max-width:24px;border-radius:50%;border:1px solid #fff}.elementor-widget-wrap #groups-list.bp-list:not(.grid) .item-avatar{margin-left:20px}#groups-list.bp-list.grid.bb-cover-enabled .item-avatar{text-align:right;display:-webkit-box;display:-ms-flexbox;display:flex}#groups-list.bp-list.grid.bb-cover-enabled .item-avatar .group-avatar-wrap{margin-top:-47px}#groups-list.bp-list.grid.bb-cover-enabled .item-avatar img{max-width:75px;width:100%}#groups-list.bp-list.grid.bb-cover-enabled .item-avatar .generic-button{text-align:left}#groups-list.bp-list.grid.bb-cover-enabled .item-avatar .generic-button .group-button{line-height:1.3;min-height:1px;padding:0;border:0;border-radius:0;min-width:1px;width:auto;background:100% 0;box-shadow:none;margin:5px auto 5px 0;font-size:14px;color:var(--bb-primary-color);-webkit-transition:all linear .2s;transition:all linear .2s}#groups-list.bp-list.grid.bb-cover-enabled .item-avatar .generic-button .group-button:hover{color:var(--bb-primary-color)}#groups-list.bp-list.grid.bb-cover-enabled .item-avatar .generic-button .group-button span{font-size:0}#groups-list.bp-list.grid.bb-cover-enabled .item-avatar .generic-button .group-button span:before{content:"\e876";font-family:bb-icons;speak:none;font-size:14px;margin-left:5px;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased}#groups-list.bp-list.grid.bb-cover-enabled .item-meta,#groups-list.bp-list.grid.bb-cover-enabled .list-title{text-align:right}#groups-list.bp-list.grid.bb-cover-enabled .groups-loop-buttons{-ms-flex-item-align:end;align-self:flex-end;min-width:1px;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:5px}#groups-list.bp-list.grid.bb-cover-enabled .groups-loop-buttons .group-button{text-align:left}.buddypress-wrap ul.bp-list.groups-dir-list.grid .list-wrap{border-radius:var(--bb-block-radius)}.buddypress-wrap ul.bp-list.groups-dir-list .bs-group-cover a{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}#groups-list.bp-list .item-entry .list-wrap{padding:0;background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color)}#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:27px}#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap{display:block;min-width:auto}#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .generic-button{margin-bottom:0}#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button){background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);cursor:pointer;font-size:13px;float:left;letter-spacing:-.24px;line-height:28px;margin:0;min-height:30px;min-width:initial;padding:0 12px;text-align:center;text-transform:capitalize;width:auto;white-space:nowrap}#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button):focus{box-shadow:var(--bb-secondary-button-focus-shadow)}#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button):before{display:inline-block;font-family:bb-icons;font-size:14px;margin-left:5px;font-weight:400}#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).join-group:before{content:"\eef9"}#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).leave-group:before,#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).membership-requested:before{content:"\e876"}#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).request-membership:before{content:"\eecc"}#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).leave-group:hover:before{content:"\ef23"}#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button):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)}#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).join-group,#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).request-membership{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color)}#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).join-group:focus,#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).request-membership:focus{box-shadow:var(--bb-outline-button-focus-shadow)}#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).join-group:hover,#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).request-membership: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)}#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).membership-requested{opacity:.5;pointer-events:none}#groups-list.bp-list.grid.bb-cover-disabled .item-avatar .groups-loop-buttons{display:none}#groups-list.bp-list.grid.bb-cover-disabled img.avatar{max-width:115px;width:100%}#groups-list.bp-list.grid.bb-cover-disabled .group-avatar-wrap{margin:15px 15px 0 0}#groups-list.bp-list.grid.bb-cover-disabled .item-meta{margin-bottom:5px}#groups-list.bp-list.grid.bb-cover-disabled.centered .group-avatar-wrap{margin-top:25px}#groups-list.bp-list.grid .list-wrap .item{padding-bottom:55px}#groups-list.bp-list.grid .list-wrap .item.group-members-hidden.group-join-button-hidden{padding-bottom:0}#groups-list.bp-list.grid .list-wrap .group-footer-wrap{position:absolute;right:20px;left:20px;bottom:-5px}#groups-list.bp-list:not(.grid){display:-webkit-box;display:-ms-flexbox;display:flex}#groups-list.bp-list:not(.grid) .item-entry .item{-ms-flex-flow:row;flex-flow:row}#groups-list.bp-list:not(.grid) .item-entry .item .group-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 250px);flex:0 0 -webkit-calc(100% - 250px);flex:0 0 calc(100% - 250px)}#groups-list.bp-list:not(.grid) .item-entry .item .group-item-wrap .item-desc p{max-width:600px}#groups-list.bp-list:not(.grid) .item-entry .item-avatar{display:block}#groups-list.bp-list:not(.grid) .item-entry .group-avatar-wrap{margin-right:0}#groups-list.bp-list:not(.grid) .item-entry .list-wrap{padding:15px 20px}#groups-list.bp-list:not(.grid) .item-entry .list-wrap .group-footer-wrap{margin-bottom:0}#groups-list.bp-list:not(.grid) .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button){min-width:135px;padding:1px 12px}@media screen and (max-width:1000px){#groups-list.bp-list:not(.grid) .item-entry .item{-ms-flex-flow:column;flex-flow:column}#groups-list.bp-list:not(.grid) .item-entry .item .group-footer-wrap{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}#groups-list.bp-list.invites:not(.grid){width:100%;display:block}#groups-list.bp-list.invites:not(.grid) .item-entry .item{-ms-flex-flow:row wrap;flex-flow:row wrap}#groups-list.bp-list.left .group-footer-wrap.group-members-hidden .groups-loop-buttons{-webkit-box-flex:0;-ms-flex:none;flex:none;margin-right:0}#groups-list.bp-list.centered .group-footer-wrap.group-join-button-hidden{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#groups-list.bp-list.centered .group-footer-wrap.group-members-hidden{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#groups-list.bp-list.centered .group-footer-wrap.group-members-hidden .groups-loop-buttons{-webkit-box-flex:0;-ms-flex:none;flex:none}body:not(.logged-in) #groups-list.bp-list.grid .list-wrap .item.group-members-hidden{padding-bottom:0}.buddypress-wrap ul.bp-list.groups-dir-list:not(.grid) .item-entry:first-child .list-wrap{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}.buddypress-wrap ul.bp-list.groups-dir-list:not(.grid) .item-entry:last-child .list-wrap{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)}@media screen and (min-width:1146px) and (max-width:1500px){body.has-sidebar.buddypanel-open .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (min-width:1146px) and (max-width:1195px){body.has-sidebar.buddypanel-open .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (min-width:1146px) and (max-width:1500px){body:not(.has-sidebar).buddypanel-open .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%;max-width:33.3333%}}@media screen and (min-width:895px) and (max-width:1195px){body:not(.has-sidebar).buddypanel-open .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (min-width:800px) and (max-width:894px){body:not(.has-sidebar).buddypanel-open .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (min-width:1046px) and (max-width:1345px){body:not(.has-sidebar,.buddypanel-open) .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%;max-width:33.3333%}}@media screen and (min-width:800px) and (max-width:1044px){body:not(.has-sidebar,.buddypanel-open) .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (max-width:1420px){body.has-sidebar .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (max-width:1145px){body.has-sidebar .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (max-width:1240px){body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 33%;flex:0 0 33%;max-width:33%}}@media screen and (max-width:968px){body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (max-width:799px){body.has-sidebar .buddypress-wrap .grid.bp-list.groups-list>li,body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (max-width:640px){body.has-sidebar .buddypress-wrap .grid.bp-list.groups-list>li,body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.group-members-wrap.only-grid-view{font-size:12px;color:var(--bb-alternate-text-color);letter-spacing:-.24px;margin-bottom:2px;text-align:right}.groups.group-members #group-members-search{height:34px;font-size:15px}.groups.group-members .buddypress-wrap .subnav-filters{margin-bottom:20px}a.bb-more-link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}a.bb-more-link i{font-size:12px}.groups.single-item .activity-update-form{margin-bottom:20px}#item-body.group-single-wrapper{margin:0 -10px}.bb-cover-disabled.grid .group-members-wrap.only-grid-view{display:none}.bp-shortcode-wrap .bp-feedback.info{margin-top:-5px;margin-bottom:20px}.bp-shortcode-wrap .dir-list{border-top:1px solid var(--bb-content-border-color);padding-top:30px}.type-post .bp-shortcode-wrap .dir-list{padding-top:60px;border-top:0}.type-post .bp-shortcode-wrap .dir-list .bp-pagination.bottom{float:none}.bp-shortcode-wrap .item-desc.group-item-desc{padding-left:40px}.buddypress-wrap.bp-shortcode-wrap .subnav-filters{margin-top:-56px;float:left}.type-post .buddypress-wrap.bp-shortcode-wrap .subnav-filters{margin-top:0}body #buddypress .bp-list .action .generic-button .group-button{min-width:170px}#request-membership-form #group-request-membership-comments{min-height:80px;margin-bottom:20px}.groups .bp-single-vert-nav.bp-vertical-navs #item-body #subnav .subnav{width:100%;margin:0;padding:0;border-bottom:none}.groups.bb-template-v1 .bp-single-vert-nav.bp-vertical-navs #item-body #subnav .subnav li a{padding-bottom:5px;line-height:inherit}.buddypress .buddypress-wrap .bp-list.grid .action .group-subscription-div button.ges-change,.buddypress .buddypress-wrap .group-subscription-div button.ges-change,.group-subscription-div button.ges-change{padding:2px 5px;background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);font-size:13px}.buddypress .buddypress-wrap .bp-list.grid .action .group-subscription-div button.ges-change:focus,.buddypress .buddypress-wrap .group-subscription-div button.ges-change:focus,.group-subscription-div button.ges-change:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.buddypress .buddypress-wrap .bp-list.grid .action .group-subscription-div button.ges-change:hover,.buddypress .buddypress-wrap .group-subscription-div button.ges-change:hover,.group-subscription-div button.ges-change: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)}#buddypress .groups-header .group-subscription-div .group-subscription-status{color:var(--bb-body-text-color)}.groups-header .centered .group-subscription-div{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.groups-header .group-subscription-div{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}@media screen and (max-width:782px){.groups-header .group-subscription-div{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.groups-header .group-subscription-div .group-subscription-status-desc{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:3px}.groups-header .group-subscription-div+[id*=ges-panel]{display:none}body.bp-nouveau.groups:not(.single-item) .group-subscription-div #js-dialogtooltip{right:0;left:0;z-index:11}@media screen and (min-width:46.8em){body.bp-nouveau.groups:not(.single-item) .group-subscription-div #js-dialogtooltip{right:0;left:0}}.group-subscription-div{font-size:13px}.group-subscription-div #js-dialogtooltip{border:1px solid var(--bb-content-border-color);background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius-inner)}@media screen and (max-width:800px){.group-subscription-div #js-dialogtooltip{max-width:350px}}@media screen and (max-width:544px){.group-subscription-div #js-dialogtooltip{max-width:250px}}.group-subscription-div #js-dialogtooltip #tooltip-title{font-size:13px;line-height:150%}.group-subscription-div #js-tooltip-close{border:0;background-color:transparent;display:inline-block;width:16px;height:16px;margin-left:6px;color:var(--bb-alternate-text-color)}.group-subscription-div #js-tooltip-close:hover{color:var(--bb-headings-color)}.group-subscription-div #js-tooltip-close:before{content:"\e828";font-family:bb-icons;speak:none;font-size:16px;margin-left:5px;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;display:inline-block;width:16px;height:16px}.group-subscription-div #js-tooltip-close .modal-close__text{font-size:0}.group-subscription-div .gemail_icon{background-image:none!important;padding-right:0!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.group-subscription-div .gemail_icon:before{content:"\ee62";font-family:bb-icons;speak:none;font-size:16px;margin-left:5px;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;display:inline-block;width:16px;height:16px}.buddypress .buddypress-wrap .bp-list.grid .action .group-subscription-div .js-tooltip-content,.buddypress .buddypress-wrap .bp-list.list .action .group-subscription-div .js-tooltip-content{color:var(--bb-body-text-color)}.buddypress .buddypress-wrap .bp-list.grid .action .group-subscription-div a.group-sub,.buddypress .buddypress-wrap .bp-list.list .action .group-subscription-div a.group-sub{display:inline-block;border:0;padding:0 0 0 5px;color:var(--bb-headings-color);font-weight:700}.buddypress .buddypress-wrap .bp-list.grid .action .group-subscription-div a.group-sub:hover,.buddypress .buddypress-wrap .bp-list.list .action .group-subscription-div a.group-sub:hover{background-color:transparent;color:var(--bb-primary-color)}.bpgesWrapper .group-footer-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.bpgesWrapper .group-footer-wrap>.group-subscription-div{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding-top:10px;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}@media screen and (max-width:1000px){.bp-list:not(.grid) .bpgesWrapper .group-footer-wrap>.group-subscription-div{-webkit-box-flex:1;-ms-flex:1;flex:1}}body.bp-nouveau.groups:not(.single-item) .bpgesWrapper .group-subscription-div{position:relative;top:10px}body #buddypress .bp-list.bp-list .bpgesWrapper .bp-generic-meta .generic-button{margin-left:0}.bp-list.bp-list .bpgesWrapper .group-footer-wrap>.group-subscription-div{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.bp-list.grid .bpgesWrapper .group-footer-wrap>.group-subscription-div{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#groups-list.bp-list.grid .list-wrap .item.bpgesWrapper{padding-bottom:105px}#ass-email-subscriptions-options-page{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);padding:20px}#ass-email-subscriptions-options-page form>b{color:var(--bb-headings-color)}.ass-email-type .ass-email-explain{color:var(--bb-alternate-text-color);margin-right:24px}.ass-email-type label input[type=radio]{margin-left:10px}@media screen and (min-width:544px){.groups-manage-members-list .section-title.gen-members-section .search-wrapper{margin-top:0}.groups-manage-members-list .section-title.gen-members-section .search-wrapper.loading:after{right:-30px;left:unset}.gen-members-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1em}.gen-members-section .group-search.search-wrapper{margin-right:auto}}@media screen and (min-width:800px){.sidebar-left .bb-profile-grid,.sidebar-left .bb-user-nav-display-wrap{-ms-flex-flow:row-reverse;flex-flow:row-reverse}}@media (min-width:800px) and (max-width:1150px){.has-sidebar .bs-groups-items.list-view .item-wrap-left{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.has-sidebar .bs-groups-items.list-view .item-wrap-left{margin-bottom:20px}.has-sidebar .bs-groups-items.list-view div.action{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:0;margin:0}.has-sidebar .bs-groups-items.list-view .item-wrap-right{-ms-flex-flow:row wrap;flex-flow:row wrap}.has-sidebar .bs-groups-items .item-desc{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:15px;padding-left:0}.has-sidebar #buddypress .bs-groups-items .action .button{display:inline-block}.bs-item-list.list-view .bb-group-profile-card .bs-meta-bp_group_last_active{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:15px}}@media (max-width:1000px){.bs-groups-items.list-view .item-wrap-left{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.bs-groups-items.list-view .item-wrap-left{margin-bottom:20px}.bs-groups-items.list-view div.action{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:0;margin:0}.bs-groups-items.list-view .item-wrap-right{-ms-flex-flow:row wrap;flex-flow:row wrap}.bs-groups-items .item-desc{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:15px;padding-left:0}#buddypress .bs-groups-items .action .button{display:inline-block}.item-desc.group-item-desc{margin:10px 0;padding-left:0}#buddypress .bp-list.groups-list li .list-wrap .item .item-block,.item-desc.group-item-desc{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding-left:0}.buddypress-wrap .groups-list .item-desc.group-item-desc p{max-width:100%}body.logged-in .bp-list.groups-list li .item .item-block{margin-bottom:0}}@media (max-width:543px){.item-title a{font-size:18px;line-height:1.4}.bs-groups-items.list-view .item-wrap-left{padding-left:0}.bs-groups-items.list-view .item-wrap-right{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media screen and (max-width:782px){#item-actions.group-item-actions dl{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 0 10px;padding:0}.directory.groups .bp-secondary-header{margin-top:20px}.bp-group-filter-wrap #group-type-filters,.bp-group-filter-wrap #group-type-select,.bp-group-filter-wrap #group-type-select .select-wrap{margin-top:0;margin-bottom:0}}@media (max-width:380px){.list-view .item-wrap-left{-ms-flex-flow:row wrap;flex-flow:row wrap}.bs-item-list.list-view .item-avatar{margin-left:15px}.bs-groups-items .item-title a{margin-bottom:3px}.bs-groups-items.list-view .item-title-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1}}@media (max-width:544px){.subnav-search.groups-search{float:left;margin-top:-6px;width:100%;margin-bottom:20px}}.bb-single-bp-content{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;padding:20px;margin-bottom:20px}#buddypress .bb-single-bp-content.bb-friends-wrap .bs-dir-search{margin-top:-10px}.bb-single-bp-content .bs-item-list-tabs{margin-top:20px;margin-bottom:-16px;border:0}.bb-single-bp-content .bs-item-list-tabs .selected a{font-weight:inherit}#buddypress .bb-single-bp-header{border-bottom:1px solid var(--bb-content-border-color);margin:0 -20px 20px;padding:0 20px 15px}#buddypress .bb-single-bp-header .bs-title{font-family:inherit;font-size:1rem;letter-spacing:.33px;margin-bottom:0;font-weight:600;text-transform:uppercase;line-height:1}#buddypress .bb-single-bp-header .bs-dir-search{margin:0 auto 0 0}#buddypress .bb-single-bp-header .bs-link{font-size:14px}.single-item.groups #buddypress #item-header #item-header-cover-image #item-actions,.single-item.groups #buddypress #item-header #item-header-cover-image #item-header-content{max-width:none}.single-item.groups #buddypress div#item-header div.generic-button{margin:0}.single-item.groups #buddypress div#item-header #item-buttons{padding:0;margin-bottom:0}.single-item.groups #buddypress .group-title-bar{margin-top:30px}.single-item.groups #buddypress div#item-header div#item-meta{margin:10px 0 5px;padding:0}.single-item.groups #buddypress div#item-header div#item-meta p{margin-bottom:12px;color:var(--bb-body-text-color)}.single-item.groups #buddypress .highlight,.single-item.groups #buddypress .highlight strong{display:block;font-size:15px;background:100% 0}.single-item.groups #buddypress ul.bbp-threaded-replies li.highlight{margin-bottom:0}.single-item.groups #buddypress .group-members-preview .gmp-list{margin-left:10px}.single-item.groups #buddypress .group-members-preview img{float:left;width:32px;height:32px;margin-right:-10px;border-radius:50%;border:1px solid #fff}.single-item.groups #buddypress .group-members-preview img:last-child{margin:0}.single-item.groups #buddypress div#item-header div#item-meta .group-members-preview p{margin:0;font-size:13px;color:#939597}.single-item.groups #buddypress div#item-header div#item-meta .group-members-preview p span{color:#3c4a5a}.single-item.subgroups #buddypress .item-body .subnav-filters{margin-bottom:1.5em}.single-item.subgroups #buddypress .item-body .groups-type-navs{display:none}#buddypress #item-header-cover-image #item-buttons{margin-right:auto}body #buddypress .groups-header #item-header-cover-image{margin-right:auto;padding-bottom:30px}#buddypress .bs-group-invite .button,#buddypress .generic-button a.group-button.join-group,#buddypress .generic-button a.group-button.leave-group{background:100% 0;border-width:1px;border-color:#385dff;box-shadow:none;color:#385dff;font-size:14px;min-height:34px;padding:6px 20px;border-radius:var(--bb-button-radius)}#buddypress .bs-group-invite .button:hover,#buddypress .generic-button a.group-button.join-group:hover,#buddypress .generic-button a.group-button.leave-group:hover{color:#0070e6;border-color:#0070e6}.bb-group-members-wrap.bb-single-bp-content .item-meta{margin:10px 0 15px}.bs-suggested-groups .item{margin-bottom:10px;border:1px solid var(--bb-content-border-color);border-radius:4px;overflow:hidden}.bs-suggested-groups .item .bs-suggested-group-cover{height:66px;display:block;background-position:center top;background-repeat:no-repeat;background-size:cover}.bs-suggested-groups .item #item-header-avatar{position:relative;width:52px;margin-right:15px;margin-top:-40px;border:2px solid #fff;border-radius:3px}.bs-suggested-groups .item #item-header-avatar a{border-radius:3px;overflow:hidden}.bs-suggested-groups .item .item-meta{position:relative;padding:10px 15px 15px}.bs-suggested-groups .item h5{margin-bottom:0}.bs-suggested-groups .item .meta-members{font-size:13px;color:#939597}.bs-suggested-groups .item a.meta-join{font-size:15px;position:absolute;top:2px;left:15px}.bs-suggested-groups .item a.meta-join:hover{color:#0070e6}.widget-title .stats{color:#818385}.bs-group-invite .more,.bs-suggested-groups .more{font-weight:600}.bs-group-admins ul,.bs-group-members-grid ul,.bs-group-photos ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -2px -4px}.bs-group-admins ul li,.bs-group-members-grid ul li,.bs-group-photos ul li{margin-bottom:4px;padding:0 2px;width:-webkit-calc(100% * (1 / 4));width:calc(100% * (1 / 4))}.bs-group-admins ul a,.bs-group-members-grid ul a,.bs-group-photos ul a{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;font-size:13px;border-radius:3px;overflow:hidden;background:rgba(18,43,70,.05);color:var(--bb-primary-color)}.bs-group-admins ul img,.bs-group-members-grid ul img,.bs-group-photos ul img{width:100%}.bs-group-photos ul li{width:-webkit-calc(100% * (1 / 3));width:calc(100% * (1 / 3))}.bs-group-invite .widget-title{margin-bottom:10px}.bs-group-invite p{margin-bottom:12px}.widget .more{font-size:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.widget .more i{margin-right:-8px;font-size:24px}.widget .more:hover{color:#0070e6}.bs-group-members-grid,.bs-group-photos{padding-bottom:15px}.bs-group-members-grid .more,.bs-group-photos .more{margin-top:15px;text-transform:uppercase;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#buddypress .bs-group-invite .group-invite-form,.bs-group-invite .group-invite-form{margin-bottom:10px}#buddypress .bs-group-invite input,.bs-group-invite input{font-size:14px;height:33px}#buddypress .bs-group-invite input[type=email],.bs-group-invite input[type=email]{width:-webkit-calc(100% - 72px);width:calc(100% - 72px);border:1px solid #dedfe2;border-radius:0 3px 3px 0}#buddypress .bs-group-invite input[type=submit],.bs-group-invite input[type=submit]{min-height:33px;line-height:33px;padding-top:0;padding-bottom:0;background:#d0d4d8;border-radius:3px 0 0 3px;border-right:0;color:#fff}#buddypress .bs-group-invite .button:hover,.bs-group-invite .button:hover{background:100% 0}.group-members-heading{padding:20px;border:1px solid var(--bb-content-border-color);border-bottom:none;border-radius:4px 4px 0 0;background:#fff}.group-members-heading h6{margin:0;text-transform:uppercase}hr.group-members-border{height:1px;margin:0 20px;background:var(--bb-content-border-color)}#buddypress #member-list{padding:10px;border:1px solid var(--bb-content-border-color);border-top:none;border-radius:0 0 4px 4px;background:#fff}#buddypress #member-list li{padding:10px;border:none}#buddypress #member-list h5{margin-bottom:0;font-weight:600}#buddypress #member-list h5 a{color:var(--bb-headings-color)}#buddypress #member-list .member-options-wrap{position:relative;cursor:pointer}#buddypress #member-list .member-options-wrap>a{color:var(--bb-alternate-text-color)}#buddypress #member-list .member-options-wrap>a:after{content:" ";position:absolute;width:0;height:0;top:26px;margin:0 0 0 8px;left:0;box-sizing:border-box;border:8px solid #000;border-color:#fff transparent transparent #fff;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 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:101;opacity:0;visibility:hidden}#buddypress #member-list .member-options-wrap .member-options-menu{position:absolute;left:0;top:26px;margin-left:-10px;padding:10px 0;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;z-index:100;opacity:0;visibility:hidden;-webkit-transition:all linear .2s;transition:all linear .2s}#buddypress #member-list .member-options-wrap .member-options-menu a{display:block;padding:2px 15px;margin:0;min-height:0;font-size:13px;line-height:24px;white-space:nowrap;border:0;border-radius:0;background:100% 0;color:var(--bb-body-text-color);text-align:right}#buddypress #member-list .member-options-wrap .member-options-menu a:hover{color:var(--bb-primary-color);background:#f5f5f5}#buddypress #member-list .member-options-wrap:hover>a{color:var(--bb-headings-color)}#buddypress #member-list .member-options-wrap:hover>a:after{opacity:1;visibility:visible}#buddypress #member-list .member-options-wrap:hover .member-options-menu{opacity:1;visibility:visible}#buddypress #member-list .inside{border:1px solid var(--bb-content-border-color);border-radius:4px;overflow:hidden}#buddypress #member-list .inside>a{display:block;overflow:hidden}#buddypress #member-list .inside img{margin:0}#buddypress #member-list .member-info{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:20px}#buddypress #member-list .member-location{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;color:#939597}#buddypress #member-list .member-location i{margin-right:-8px;font-size:20px}#buddypress #member-list .activity{position:absolute;bottom:20px;right:20px}.bs-item-list.square-view .bs-item-list-inner{padding:0}.bs-item-list.square-view .bs-item-avatar{margin-bottom:0}.bs-item-list.square-view .bs-item-avatar img.avatar{border-radius:0 3px 3px 0;max-width:150px}.bs-item-list.square-view .bb-member-deails-wrap{text-align:right;padding:20px}.bs-item-list.square-view .follow-wrap{margin-bottom:0}.bs-item-list.square-view a.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;font-size:20px}.bb-member-deails-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.bb-member-deails-wrap>div{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-member-deails-wrap>div:last-child{margin-top:auto}.bb-member-deails-wrap .item-meta{margin-top:-20px}.bp-group-status{margin-bottom:1rem}p.bp-group-meta.bp-group-status,p.bp-group-meta.bp-group-type{-ms-flex-item-align:start;align-self:flex-start;margin-top:8px;margin-bottom:10px}.groups-header #item-header-cover-image #item-actions{padding:0;text-align:right}.group-description{font-size:14px;color:inherit;margin:10px 0}.groups-header div#item-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}.group-members #buddypress #item-body .bp-navs.group-subnav,.groups-header .moderators-lists .moderators-title{display:none}.buddypress-wrap.bp-single-vert-nav .group-invites-members-listing{padding-bottom:20px}#group-invites-container .bb-groups-invites-left #members-list{max-height:60vh}.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body{padding-bottom:0}.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-invites-container{border:0;margin:0 -20px}.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-invites-container .bp-navs.group-subnav{background:100% 0;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:0 20px;border-radius:0;border:0}.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-invites-container .group-invites-column{padding:0}.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body li.selected{background:100% 0}.pending-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-invites-container .group-invites-column{padding:20px 20px 0}.pending-invites #item-body #group-invites-container .bp-invites-content .list-title{margin-bottom:5px}.group-invites .bp-dir-hori-nav:not(.bp-vertical-navs) #item-body #group-invites-container .bp-navs.group-subnav{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:1px;border:0;padding:0 20px;border-radius:4px 4px 0 0;background:#fff;border-bottom:1px solid var(--bb-content-border-color)}.group-invites .bp-dir-hori-nav:not(.bp-vertical-navs) #group-invites-container ul.subnav li{float:right;margin-left:30px}.group-invites .bp-dir-hori-nav:not(.bp-vertical-navs) #item-body #group-invites-container .subnav li.selected{background:100% 0;border-bottom:1px solid var(--bb-primary-color);margin-bottom:-1px}.group-invites .bp-dir-hori-nav:not(.bp-vertical-navs) #item-body #group-invites-container .subnav li.selected a{font-weight:500}.group-invites .bp-dir-hori-nav:not(.bp-vertical-navs) #item-body #group-invites-container .bp-navs.group-subnav a{background:100% 0;margin-bottom:0;padding:16px 0}@media (max-width:1050px){.group-invites .bp-single-vert-nav nav#object-nav.vertical{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;border:0;border-bottom:1px solid var(--bb-content-border-color);min-height:1px;padding:10px 0}.group-invites .bp-single-vert-nav nav#object-nav.vertical li{width:auto}.group-invites #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap nav#object-nav.vertical{border-radius:4px 4px 0 0}.group-invites nav#object-nav.vertical a{padding:5px 15px}}.groups-header .parent-list .parent-title{display:none}.groups.group-admin #buddypress.buddypress-wrap.bp-single-vert-nav #item-body{border:0;-ms-flex-flow:column;flex-flow:column}.groups.group-admin #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-settings-form{padding:30px 0 0}.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav{background:100% 0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:1px;padding:0;border:0;padding-top:10px}.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav a{background:100% 0;line-height:1.6875rem;padding:0 0 10px;margin-bottom:-1px}.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav .selected a{border-bottom:1px solid var(--bb-primary-color);font-weight:500;border-top:0}.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li{float:right;padding-left:30px}.bp-learndash-reports-filters-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-flow:row wrap;flex-flow:row wrap}.bp-learndash-reports-filters-form>*{margin-right:10px;margin-bottom:10px}.bp-learndash-reports-filters-form button.button{font-size:14px;font-weight:500;min-height:34px;min-width:120px;padding:6px 20px}.bp-learndash-reports-filters-form .bp-learndash-reports-filters select{height:34px}.bp_ld_report_table_wrapper h2{font-weight:500;font-size:22px;line-height:1.1}.bp_ld_report_table_wrapper .bp_ld_report_table{border:0;border-collapse:collapse;border-radius:4px;overflow:hidden;box-shadow:0 0 0 1px #e7eaec;width:100%}.bp_ld_report_table_wrapper .bp_ld_report_table thead tr{background:#fff;border-bottom:1px solid var(--bb-content-border-color)}.bp_ld_report_table_wrapper .bp_ld_report_table thead th{border-bottom:0;font-size:13px;outline:0;font-weight:400;text-transform:uppercase;color:var(--bb-alternate-text-color)}.bp_ld_report_table_wrapper .bp_ld_report_table td,.bp_ld_report_table_wrapper .bp_ld_report_table th{border:0;font-size:14px;padding:12px 20px}table.dataTable.no-footer.bp_ld_report_table{border-bottom:0}table.dataTable thead .sorting{background:url(../images/svg/sort-arrows.svg) no-repeat center right 15px;background-size:10px}table.dataTable thead .sorting_asc{background:url(../images/svg/sort-up.svg) no-repeat center right 15px;background-size:8px}table.dataTable thead .sorting_desc{background:url(../images/svg/sort-down.svg) no-repeat center right 15px;background-size:8px}.dataTables_wrapper .dataTables_processing{background:rgba(255,255,255,.78);box-shadow:0 0 0 1px #e7eaec;top:0;height:-webkit-calc(97% - 29px);height:calc(97% - 29px);min-height:48px;margin:0 auto;right:0;padding:15px 0 0;border-radius:4px;font-size:0}.dataTables_wrapper .dataTables_processing:after{content:"\ef30";-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;font:normal normal normal 20px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ld-report-course-name{font-weight:500;font-size:22px;line-height:1.1}.ld-report-course-name a{color:inherit}a.button.ld-report-export-csv.has-data{min-width:140px}.ld-report-course-stats,.ld-report-user-stats{color:#939597;margin-bottom:35px;border-radius:5px}.ld-report-course-stats b,.ld-report-user-stats b{color:var(--bb-body-text-color)}.user-steps{color:#939597}.user-steps b{color:var(--bb-body-text-color)}.ld-report-user-stats .user-message{margin-right:auto}.ld-report-user-stats a.send-message{min-width:120px}.ld-report-user-stats .item-meta{font-size:13px}.ld-report-user-stats .user-info{min-width:25%}#buddypress .ld-report-user-stats .generic-button .send-message{font-size:14px;font-weight:500;min-height:34px;padding:6px 20px}.item-header-wrap .bp-group-meta{margin:0}.item-header-wrap .bp-group-meta span{border-radius:100px;display:inline-block;font-size:13px;font-weight:500;letter-spacing:.25px;color:inherit;padding:6px 10px;line-height:1;white-space:nowrap}.item-header-wrap .bp-group-meta .group-type{background:var(--bb-label-background-color);color:var(--bb-label-text-color);font-size:11px;font-weight:700}.item-header-wrap .bp-group-meta .type-separator{display:none}.item-header-wrap .bp-group-meta-wrap .bp-group-status>span{padding:0;font-size:14px}.buddypress-wrap .item-header-wrap .bp-title{font-size:14px;font-weight:400;color:var(--bb-alternate-text-color);margin:0 0 5px}.item-header-wrap #item-actions.group-item-actions{margin-bottom:0}.item-header-wrap span.group-visibility:before{font:normal normal normal 15px/1 bb-icons;speak:none;display:inline-block;margin-left:3px;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bb-template-v2 .item-header-wrap span.group-visibility:before{font-weight:300}.item-header-wrap span.group-visibility.public:before{content:"\ef5a"}.item-header-wrap span.group-visibility.private:before{content:"\eecd"}.item-header-wrap span.group-visibility.hidden:before{content:"\ee6a";-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}#buddypress div#item-header-cover-image .bb-bp-group-title{margin:0 0 10px 10px;max-width:100%;word-break:break-word}#buddypress #item-header .bp-group-parent-wrap .parent-list{margin:0;padding:0}#buddypress #item-header .bp-group-parent-wrap .parent-list .avatar{max-width:26px;height:auto}#buddypress #item-header .bp-group-parent-wrap .group-list{margin:0 0 0 10px}#buddypress #item-header .bp-group-parent-wrap .group-list li{margin:0}#buddypress #item-header .bp-group-parent-wrap .bp-parent-group-title-wrap{margin:0}.bp-group-parent-wrap{margin-bottom:10px}#buddypress .bp-group-status .group-type,#buddypress .bp-group-type .group-visibility{display:none}.bp-parent-group-title{color:var(--bb-body-text-color);font-size:14px;font-weight:500;letter-spacing:-.2px}.bp-current-group-title{font-size:14px;letter-spacing:-.2px;color:#939597}#admins-list .action{margin-right:auto;margin-bottom:0}#admins-list .action .button{min-height:30px;font-size:12px;font-weight:600;letter-spacing:0;padding:0 20px;line-height:30px}#group-settings-form #admins-list li:last-child,#group-settings-form #members-list li:last-child{border-bottom:1px solid var(--bb-content-border-color)}ul#group-admins li{margin:0 0 0 -10px}ul#group-admins li a{display:inline-block}ul#group-admins li .avatar{border:2px solid #fff}@media (max-width:800px){ul#group-admins{margin-right:-10px}}.groups-header .moderators-lists{margin:0}.groups-header #item-header-cover-image #item-actions,.groups-header #item-header-cover-image #item-header-content{padding-bottom:0}.groups-header #item-header-content .generic-button .group-button{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;text-transform:capitalize}.groups-header #item-header-content .generic-button .group-button:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.groups-header #item-header-content .generic-button .group-button:before{display:inline-block;font-family:bb-icons;font-size:18px;margin-left:5px}.groups-header #item-header-content .generic-button .group-button.join-group,.groups-header #item-header-content .generic-button .group-button.request-membership{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)}.groups-header #item-header-content .generic-button .group-button.join-group:focus,.groups-header #item-header-content .generic-button .group-button.request-membership:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.groups-header #item-header-content .generic-button .group-button.join-group:before,.groups-header #item-header-content .generic-button .group-button.request-membership:before{content:"\eef9";font-weight:400}.groups-header #item-header-content .generic-button .group-button.join-group:focus,.groups-header #item-header-content .generic-button .group-button.join-group:hover,.groups-header #item-header-content .generic-button .group-button.request-membership:focus,.groups-header #item-header-content .generic-button .group-button.request-membership:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}.groups-header #item-header-content .generic-button .group-button.request-membership:before{content:"\eecd"}.bb-template-v2 .groups-header #item-header-content .generic-button .group-button.request-membership:before{font-weight:300}.groups-header #item-header-content .generic-button .group-button.leave-group:before{content:"\e876";font-weight:400}.groups-header #item-header-content .generic-button .group-button.leave-group:hover:before{content:"\ef23"}.groups-header #item-header-content .generic-button .group-button.membership-requested{opacity:.5;pointer-events:none}.groups-header #item-header-content .generic-button .group-button.membership-requested:before{content:"\e876";font-weight:400}.groups-header #item-header-content .generic-button .group-button:active,.groups-header #item-header-content .generic-button .group-button:focus,.groups-header #item-header-content .generic-button .group-button: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)}.groups-header #item-header-content .group-actions-absolute .bb_more_options .bb_more_options_action:hover{background-color:var(--bb-content-alternate-background-color);border-color:var(--bb-content-border-color)}.groups-header #item-header-content .group-actions-absolute .bb_more_options .bb_more_options_action:hover i{color:var(--bb-headings-color)}.groups-header #item-header-content .group-actions-absolute .groups-meta .group-subscription{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color)}.groups-header #item-header-content .group-actions-absolute .groups-meta .group-subscription:focus,.groups-header #item-header-content .group-actions-absolute .groups-meta .group-subscription:hover{color:var(--bb-primary-button-text-regular);background-color:var(--bb-primary-button-background-regular);border-color:transparent}.groups-header #item-header-content .group-actions-absolute .bb_more_options{position:relative!important;top:0;left:0}.groups-header #item-header-content .group-actions-absolute .bb_more_options .bb_more_options_action{border-radius:var(--bb-button-radius);border:1px solid var(--bb-content-border-color);padding:0 8px}.groups-header #item-header-content .group-actions-absolute .bb_more_options .bb_more_options_action i{color:var(--bb-headings-color);line-height:36px}.groups-header #item-header-content .group-actions-absolute .bb_more_options .bb_more_options_list .button{margin-right:0}.groups-header #cover-image-container.centered #item-header-content .group-actions-absolute{position:static;margin-top:0}.groups-header #cover-image-container.centered #item-header-cover-image .bb-bp-group-title{margin-left:0}.groups-header #item-header-cover-image{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}#buddypress .groups-header.single-headers .action .button{margin-right:12px;margin-left:0;min-height:auto;min-width:145px}#buddypress .groups-header.single-headers .bb_more_options.action .bb_more_options_list .button{margin-right:0}#buddypress .groups-header.single-headers .action .button.reported-content{opacity:.9}.groups-header .moderators-lists .user-list{-webkit-box-flex:1;-ms-flex:1;flex:1}#buddypress .groups-header.single-headers .action .generic-button:first-child .button{margin-right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap}.groups-meta.action:after{content:"";display:table;clear:both}.buddypress-wrap:not(.bp-single-vert-nav) .bp-manage-group-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:4px;margin-bottom:30px}.groups.group-admin #buddypress #item-body #group-settings-form{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1px;padding:40px 50px;background:var(--bb-content-background-color);border-radius:var(--bb-block-radius)}.groups.group-admin #buddypress #item-body #group-settings-form label{display:block;font-size:15px;font-weight:400;color:var(--bb-body-text-color);letter-spacing:-.27px;line-height:1.187;margin-bottom:12px;margin-top:0}.groups.group-admin #buddypress #item-body #group-settings-form h4.bb-section-title{font-size:24px;font-weight:600;letter-spacing:-.24px}.groups.group-admin #buddypress #item-body #group-settings-form p.bb-section-info{color:var(--bb-body-text-color);margin:0 0 1rem}.groups.group-admin #buddypress #item-body #group-settings-form .bb-sep-line{background:#eef0f3;height:1px}.groups.group-admin #buddypress #item-body #group-settings-form .bp-group-option-enable{background:var(--bb-content-alternate-background-color);border-radius:var(--bb-block-radius-inner);padding:15px}.groups.group-admin #buddypress #item-body #group-settings-form .bp-group-option-enable label{margin:0;font-size:14px}.groups.group-admin #buddypress #item-body #group-settings-form #delete-group-understand+label:before{margin-left:12px}.groups.group-admin #buddypress #item-body #group-settings-form input[type=text],.groups.group-admin #buddypress #item-body #group-settings-form textarea{margin-bottom:30px}.groups.group-admin #buddypress #item-body #group-settings-form textarea{height:auto;min-height:100px;line-height:1.35;padding:10px 12px}.groups.group-admin #buddypress #item-body #group-settings-form .bp-controls-wrap{margin:0 0 30px}.groups.group-admin #buddypress #item-body #group-settings-form .group-settings-selections fieldset label{font-weight:600}.groups.group-admin #buddypress #item-body #group-settings-form .group-parent #bp-groups-parent{margin-bottom:1em}.groups.group-admin #buddypress #item-body #group-settings-form .bp-template-notice.bp-feedback-v2{border:1px solid rgba(0,0,0,.05);border-radius:4px;padding-right:10px}.groups.group-admin #buddypress #item-body #group-settings-form .bp-template-notice.bp-feedback-v2 p a{text-decoration:underline}.groups.group-admin #buddypress #item-body .group-settings-selections fieldset{border:0;padding:0;margin:0 0 20px}.groups.group-admin #buddypress #item-body .group-settings-selections legend{color:var(--bb-headings-color);font-size:18px;font-weight:500;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:15px;width:100%;margin-bottom:25px}.groups.group-admin #buddypress #item-body .group-settings-selections ul{font-size:13px;margin:0 53px 30px 0;line-height:1.6}.groups.group-admin #buddypress #item-body label.bp-label-text.warn{margin-top:40px}.groups.group-admin #buddypress #drag-drop-area{background:rgba(240,243,247,.5);border:1px dashed #dedfe2;border-radius:6px;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:16px;letter-spacing:-.24px;line-height:26px}.groups.group-admin #buddypress .password-toggle .bb-hide-pw .bb-icon{color:var(--bb-body-text-color)}.groups.group-admin #buddypress .bb-group-zoom-settings-container .bb-field-wrap .copy-toggle .bb-copy-button [class*=bb-icon]{color:var(--bb-body-text-color)}.groups.group-admin #buddypress .bb-group-zoom-settings-container .bb-field-wrap .bp-input-wrap .bb-guide-icon [class*=bb-icon]{color:var(--bb-headings-color)}.groups.group-admin #buddypress .bb-group-zoom-settings-container .bb-section-title-wrap .bb-wizard-button{color:var(--bb-headings-color);background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color)}.groups.group-admin #buddypress .bb-zoom-setting-tab .bb-zoom-setting-tabs ul li a{color:var(--bb-body-text-color)}.groups.group-admin #buddypress .bb-zoom-setting-tab .bb-zoom-setting-tabs ul li a.active-tab{color:var(--bb-headings-color);border-color:var(--bb-primary-color)}.groups.group-admin #buddypress #item-body #group-settings-form .bb-zoom-setting-content .bb-field-wrap .group-setting-label{font-size:16px!important;font-weight:500;color:var(--bb-headings-color)}#buddypress .bb-group-zoom-settings-container .password-toggle .bb-hide-pw{border:0;box-shadow:none;padding:0;height:auto;min-height:30px;line-height:30px;margin-top:5px}#buddypress .bb-group-zoom-settings-container .password-toggle .bb-hide-pw:focus{box-shadow:none}.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2{border:1px solid rgba(0,0,0,.05);border-radius:var(--bb-block-radius-inner);padding-right:0;margin-bottom:25px}.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2 p{padding-right:10px}.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2 .bp-icon{background-color:transparent;color:inherit;font-family:bb-icons;font-size:18px;font-weight:200;padding:0 15px 0 0;margin:0}.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.error .bp-icon:before{content:"\ee65";font-weight:200}.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.warning .bp-icon:before{content:"\ee66";font-weight:300}.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.success .bp-icon:before{content:"\e876";font-weight:200}.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.info .bp-icon:before{content:"\eebc";font-weight:200}.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.loading .bp-icon:before{content:"\e884"}.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.help .bp-icon:before{content:"\eec6";font-weight:200}.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.updated .bp-icon:before{content:"\e876";font-weight:200}body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting-container #subnav.bp-navs .subnav,body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-webinar-container #subnav.bp-navs .subnav{display:block;padding:0 0 16px;line-height:1;margin-bottom:-1px}.groups.group-admin .bp-navs.group-subnav{-webkit-box-flex:0;-ms-flex:0 0 220px;flex:0 0 220px;background-color:var(--bb-body-background-color);border-left:1px solid var(--bb-content-border-color);border-bottom:0;min-height:60vh;border-radius:0 4px 4px 0;margin:0;padding:30px 0}@media screen and (max-width:1041px){.groups.group-admin .bp-navs.group-subnav{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:auto;padding:0}.groups.group-admin .bp-navs.group-subnav li{float:right}}.groups.group-admin .bp-navs.group-subnav a{border:0;font-size:14px;color:var(--bb-headings-color);letter-spacing:-.24px;display:block;padding:13px 20px;line-height:1;margin-bottom:1px}.groups.group-admin .bp-navs.group-subnav a:hover{color:var(--bb-primary-color)}.groups.group-admin .bp-navs.group-subnav .current a,.groups.group-admin .bp-navs.group-subnav .selected a{background:var(--bb-content-background-color);color:var(--bb-headings-color);font-weight:400;text-decoration:none}@media screen and (min-width:1041px){.groups.group-admin .bp-navs.group-subnav .current a,.groups.group-admin .bp-navs.group-subnav .selected a{border-top:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color)}}.groups.group-admin .bp-navs.group-subnav .selected{position:relative}.groups .bp-single-vert-nav .subnav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -20px;padding:0 20px;border-bottom:1px solid #e7e9ec}.groups .bp-single-vert-nav .subnav .current a{border-color:var(--bb-primary-color);font-weight:500}.groups .bp-single-vert-nav .subnav a{background:100% 0;border-bottom:1px solid transparent;display:block;padding:0 0 16px;line-height:1;margin-bottom:-1px}.groups .bp-zoom-meeting-container .bb-model-footer,.groups .bp-zoom-webinar-container .bb-model-footer{background-color:transparent}.groups #buddypress .bp-zoom-meeting-container .bp-wrap-duration input,.groups #buddypress .bp-zoom-meeting-container .bp-wrap-duration select,.groups #buddypress .bp-zoom-webinar-container .bp-wrap-duration input,.groups #buddypress .bp-zoom-webinar-container .bp-wrap-duration select{padding-left:30px}.bb-template-v2.groups #buddypress .bp-zoom-meeting-container .bp-navs,.bb-template-v2.groups #buddypress .bp-zoom-webinar-container .bp-navs{padding:0}.bb-template-v2.groups #buddypress .bp-zoom-meeting-container .bp-navs a,.bb-template-v2.groups #buddypress .bp-zoom-webinar-container .bp-navs a{padding:10px}.bb-template-v2 .buddypress-wrap.bp-single-vert-nav #item-body{padding-top:0}.groups .bb-single-course-sidebar{margin:0!important}.groups .bb-single-course-sidebar .widget{box-shadow:none;border:1px solid var(--bb-content-border-color)}.groups .bb-learndash-content-wrap{padding-top:0}.groups .bb-grid .bb-learndash-content-wrap{padding-left:10px}.groups h3.bbp-topic-title{display:none}.groups .bs-single-forum-list .bs-header-item .bs-forums-meta{display:none}.groups #bbpress-forums{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}.groups #bbpress-forums .bp-group-single-forums{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.groups .bb-learndash-content-wrap .ld-progress-stats,.groups .learndash-wrapper .ld-progress .ld-progress-stats{color:inherit}.groups .bb-learndash-content-wrap .entry-title{font-weight:500;margin-top:10px}.groups .bb-learndash-content-wrap .bb-course-excerpt{margin-bottom:30px}.groups .bb-learndash-content-wrap .bb-about-instructor h5{margin:0 0 5px}.groups .learndash-wrapper .ld-course-status .ld-status{font-weight:500}#bbpress-forums.single-with-sub-forum{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}#bbpress-forums.single-with-sub-forum .bp-group-single-forums{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#bbpress-forums .bp-group-single-forums hr{height:1px;margin:0 0 35px}#group-messages-container{border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color)}#group-messages-container .select2-container--default .select2-selection--multiple{background-color:var(--bb-content-background-color)}#group-settings-form #request-list{margin:0;padding:0}#group-settings-form #request-list li{-ms-flex-flow:row wrap;flex-flow:row wrap;background-color:var(--bb-body-background-color);border:1px solid var(--bb-content-border-color);border-bottom:0;margin:0 0 -1px;padding:15px 20px}#group-settings-form #request-list li:first-child{border-top-right-radius:var(--bb-block-radius);border-top-left-radius:var(--bb-block-radius)}#group-settings-form #request-list li:last-child{border-bottom-left-radius:var(--bb-block-radius);border-bottom-right-radius:var(--bb-block-radius);border-bottom:1px solid var(--bb-content-border-color)}#group-settings-form #request-list li .item-meta{margin-left:20px}#group-settings-form #request-list li .item-meta span.comments{display:block;font-size:14px;font-weight:400;margin-bottom:6px}#group-settings-form #request-list li .item-meta span.activity{display:block;font-size:13px;font-weight:400}#group-settings-form #request-list .action{-webkit-box-flex:1;-ms-flex:1;flex:1}#group-settings-form #request-list .item-title{text-align:right}#group-settings-form #request-list img.avatar{max-width:50px}#group-settings-form #request-list .item{-ms-flex-flow:column;flex-flow:column}#group-settings-form #request-list .item-title h3{margin:0 0 5px}@media screen and (max-width:980px){#group-settings-form #request-list li .action{margin-top:15px}}.group-avatar #avatar-crop-pane,.group-avatar #group-create-body .avatar{border-radius:4px}.group-forum-confirmation{border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);box-shadow:0 12px 28px 0 rgba(18,43,70,.15),0 2px 7px 0 rgba(18,43,70,.08);width:95%!important;right:50%!important;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);max-width:460px}.group-forum-confirmation .ui-dialog-content{font-size:15px;line-height:1.5}.group-forum-confirmation .ui-dialog-buttonpane{border-color:var(--bb-content-border-color)}.group-forum-confirmation .ui-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);font-family:inherit;font-size:15px;border-radius:var(--bb-button-radius);min-height:38px;padding:0 20px;font-weight:500;text-decoration:none;cursor:pointer;display:inline-block;border-width:1px;border-style:solid;outline:0;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:none;-webkit-transition:.3s all;transition:.3s all}.ui-widget-overlay{background:rgba(250,251,253,.5);opacity:1}@media (min-width:1181px){.logged-in .item-header-wrap .bp-group-title-wrap{max-width:50%}.logged-in .item-header-wrap .groups-meta.action{position:absolute;top:20px;left:20px;max-width:35%;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}.logged-in .item-header-wrap .groups-meta.action>.generic-button{margin-bottom:10px}.logged-in .item-header-wrap .bb_more_options{position:absolute;top:33px;left:-20px}.groups-header #item-header-content .group-actions-absolute{position:absolute;left:0;top:20px;width:auto}.groups-header .bb-disable-cover-img #item-header-content .group-actions-absolute{top:20px}}@media (max-width:1400px){.has-sidebar.buddypanel-open .groups-header #item-header-content .group-actions-absolute{position:relative;top:0;margin-top:15px}.has-sidebar.buddypanel-open .groups-header #cover-image-container.left #item-header-content .group-actions-absolute{margin:0 0 15px}.has-sidebar.buddypanel-open .groups-header #cover-image-container.left #item-header-content .group-actions-absolute .groups-meta:first-child{margin-right:0}.has-sidebar.buddypanel-open.logged-in .item-header-wrap .bp-group-title-wrap,.has-sidebar.buddypanel-open.logged-in .item-header-wrap .group-description{max-width:100%}.groups-header #cover-image-container.left #item-header-content .group-actions-absolute{margin:0 0 15px}.groups-header #cover-image-container.left #item-header-content .group-actions-absolute .groups-meta:first-child{margin-right:0}}@media (max-width:1180px){.groups-header #item-header-content .group-actions-absolute{margin-top:15px}.groups-header #item-header-content .group-actions-absolute .bp-group-meta span{padding-right:0}.groups-header #item-header-content .group-actions-absolute .groups-meta{margin-top:0}.buddypanel-open.single-item.groups.has-sidebar .widget-area:not(.widget-area-secondary){-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding-top:0}}@media (max-width:1080px){.groups-header #item-header-content .group-actions-absolute{margin-top:15px}.groups-header .groups-meta{margin:12px 0 4px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.bb_more_options{display:inline-block;vertical-align:middle}.single-item.groups.has-sidebar .bp-zoom-meeting-container{padding-bottom:0}.single-item.groups.has-sidebar .widget-area:not(.widget-area-secondary){-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding-top:0}}@media (max-width:960px){.dataTables_wrapper{overflow:auto}}@media (min-width:992px) and (max-width:1200px){#buddypress #member-list .inside img{width:90px}#buddypress #member-list .activity{position:static}}@media (max-width:799px){.bb-single-bp-content .flex.bs-item-list-tabs{-ms-flex-flow:row wrap;flex-flow:row wrap}#buddypress .bb-single-bp-content.bb-friends-wrap .bs-dir-search{margin-top:-45px;float:left}.bb-single-bp-content .bs-item-list-tabs ul{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;clear:both}#buddypress div#item-header-cover-image .bb-bp-group-title{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:0 0 12px}.groups-header .groups-meta{margin:4px 0}}@media (min-width:749px){.groups.messages .bp-single-vert-nav .groups-header.single-headers{margin-bottom:20px}}@media (max-width:748px){.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-invites-container .bp-navs.group-subnav{padding-top:15px}.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-invites-container{margin:0 -10px}.group-invites nav#object-nav.vertical a{padding:5px 0}.group-invites .bp-single-vert-nav nav#object-nav.vertical{border-bottom:0}.group-invites .buddypress-wrap.bp-vertical-navs .bb-profile-grid{border:1px solid var(--bb-content-border-color);border-radius:4px}}@media (max-width:520px){.bs-item-list.square-view .bs-item-avatar img.avatar{max-width:100px}.bb-member-deails-wrap .item-meta{margin-top:-8px}.bb-single-bp-header .bs-dir-search{width:100%}#buddypress .bb-single-bp-content.bb-friends-wrap .bs-dir-search{margin-top:0;margin-bottom:20px}.bs-item-list.square-view .bb-member-deails-wrap{padding:8px 15px}.tab-container-inner .list-view .avatar:not(.profile-avatar){max-width:36px}.tab-container-inner .bb-group-settings .item-title a{font-size:16px}.tab-container-inner .action .button{width:100%}}@media (max-width:380px){#buddypress .bb-single-bp-content.bb-friends-wrap .bs-dir-search{margin-top:0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:20px}.groups-header .item-header-wrap .groups-meta{-ms-flex-flow:column;flex-flow:column}.single-item.groups #buddypress div#item-header div.generic-button{margin:0 0 10px}.single-item.groups #buddypress div#item-header div.generic-button button{margin:0}#buddypress #item-header.groups-header #cover-image-container.left #item-header-cover-image .bp-group-title-wrap{-ms-flex-flow:column;flex-flow:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}#buddypress #item-header.groups-header #cover-image-container.left #item-header-cover-image .bp-group-title-wrap .bp-group-type{margin:0 0 15px}}.messages-wrapper{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);min-height:-webkit-calc(80vh - 110px);min-height:calc(80vh - 110px)}.messages-wrapper #compose-personal-li a{color:var(--bb-primary-color)}.messages-wrapper #compose-action-personal-li .bb_more_options_action{position:relative;background-color:transparent;margin-top:-2px}.messages-wrapper #compose-action-personal-li .bb_more_options_action>i{color:var(--bb-headings-color);font-size:20px;position:relative}.messages-wrapper #compose-action-personal-li .bb_more_options_action:hover>i,.messages-wrapper #compose-action-personal-li.optionsOpen .bb_more_options_action>i{color:var(--bb-primary-color)}.bb-template-v2 .messages-wrapper #compose-action-personal-li{margin-bottom:5px}.bb-template-v2 .messages-wrapper #compose-action-personal-li .bb_more_options_action:hover>i,.bb-template-v2 .messages-wrapper #compose-action-personal-li.optionsOpen .bb_more_options_action>i{color:var(--bb-headings-color)}.bb-template-v2 .messages-wrapper #compose-action-personal-li .bb_more_options_action:hover:before,.bb-template-v2 .messages-wrapper #compose-action-personal-li.optionsOpen .bb_more_options_action:before{content:"";height:34px;width:34px;background-color:var(--bb-content-alternate-background-color);position:absolute;top:2px;border-radius:6.8px;right:-3px}.bb-template-v2 .buddypress-wrap .messages-wrapper #compose-action-personal-li .message-action-options .message_action__list li{margin-bottom:0}.messages-wrapper .message-action-options .bb_more_options_list li{width:100%}.messages-wrapper #subnav .subnav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:65px}.messages-wrapper #subnav .subnav #back-to-thread-li{color:var(--bb-headings-color)}.messages-wrapper #subnav .subnav #back-to-thread{color:inherit}.messages-wrapper #subnav .subnav #back-to-thread:hover>[class*=bb-icon]{color:var(--bb-primary-color)}.bb-template-v2 .messages-wrapper #subnav .subnav #back-to-thread:hover>[class*=bb-icon]{color:var(--bb-headings-color);position:relative}.bb-template-v2 .messages-wrapper #subnav .subnav #back-to-thread:hover>[class*=bb-icon]:before{position:relative;z-index:1}.bb-template-v2 .messages-wrapper #subnav .subnav #back-to-thread:hover>[class*=bb-icon]:after{content:"";height:34px;width:34px;background-color:var(--bb-content-alternate-background-color);border-radius:6.8px;position:absolute;right:-5px;top:-5px}.messages-wrapper #subnav li{margin:0;padding:0}.messages-wrapper #subnav #compose-personal-li{margin-left:0;padding-left:0}.messages-wrapper #subnav a{border:0;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.875rem;-webkit-transition:all linear .2s;transition:all linear .2s}.messages-wrapper .bp-no-messages #subnav .subnav{min-height:76px}.messages-wrapper #inbox-personal-li a{color:var(--bb-headings-color);font-size:24px;font-weight:600;letter-spacing:-.24px;line-height:1.3;padding:0}.messages-wrapper #inbox-personal-li a:hover{color:var(--bb-primary-color)}.messages-wrapper #compose-personal-li a{color:var(--bb-headings-color);font-size:0;padding:0;-webkit-transition:none;transition:none;position:relative;background:100% 0}.messages-wrapper #compose-personal-li a:after{font-size:22px;font-weight:300;line-height:20px}.messages-wrapper #compose-personal-li a:hover{color:var(--bb-primary-color);background:100% 0}.bb-template-v2 .messages-wrapper #compose-personal-li a:hover:after{color:var(--bb-headings-color);position:relative}.bb-template-v2 .messages-wrapper #compose-personal-li a:hover:before{content:"";height:34px;width:34px;background-color:var(--bb-content-alternate-background-color);position:absolute;top:-3px;border-radius:6.8px;right:-6.5px}.messages-wrapper #user_messages_search{height:36px;background-size:14px;background-position:right 12px center;padding-left:35px;border-radius:var(--bb-block-radius-inner)}.messages-wrapper #user_messages_search_reset{color:var(--bb-body-text-color)}.messages-wrapper .member-status{left:1px;top:inherit;bottom:1px}.bb-group-message-info{color:var(--bb-alternate-text-color)}.bb-template-v2 .bb-group-message-info:before{font-weight:300}.bp-messages-nav-panel .messages-search,.bp-messages-nav-panel .user-messages-search{width:100%}.bp-messages-nav-panel #subnav{padding:0 20px;margin:0;border:0}.buddypress-wrap .bp-messages-nav-panel .bp-messages-search-form{border-radius:var(--bb-block-radius-inner)}.bp-messages-nav-panel .messages-search-loader>i{color:var(--bb-alternate-text-color)}.buddypress-wrap .bb-profile-grid .bp-messages-nav-panel .subnav-filters{padding:0 20px 15px;margin-bottom:0;border-bottom:1px solid var(--bb-content-border-color);float:none}.bb-template-v2 .buddypress-wrap .bb-profile-grid .bp-messages-nav-panel .subnav-filters{border-bottom:0}.bb-template-v2 .buddypress-wrap .bb-profile-grid .bp-messages-nav-panel.threads-scrolled .subnav-filters{box-shadow:0 4px 4px rgba(0,0,0,.1);position:relative;z-index:1}.bp-messages-feedback:empty{display:none}#buddypress div.message-search{margin-left:0;margin-right:10px}#buddypress div.message-search input[type=text]{height:34px;font-size:13px;padding:0 12px;border-radius:17px;background-size:16px;background-repeat:no-repeat;background-position:14px 53%;background-image:url(../images/svg/search.svg);padding-right:2.375rem}.messages-screen .bp-messages-container .bp-feedback{margin:30px;border-color:rgba(0,0,0,.05);color:var(--bb-default-notice-color);background-color:rgba(var(--bb-default-notice-color-rgb),.1);-ms-flex-wrap:wrap;flex-wrap:wrap}.messages-screen .bp-messages-container .bp-feedback.error{color:var(--bb-danger-color);background-color:rgba(var(--bb-danger-color-rgb),.1)}.messages-screen .bp-messages-container .bp-feedback.error .bp-icon:before{content:"\ee65";font-weight:200}.messages-screen .bp-messages-container .bp-feedback.warning{color:var(--bb-warning-color);background-color:rgba(var(--bb-warning-color-rgb),.1)}.messages-screen .bp-messages-container .bp-feedback.warning .bp-icon:before{content:"\ee66"}.messages-screen .bp-messages-container .bp-feedback.success{color:var(--bb-success-color);background-color:rgba(var(--bb-success-color-rgb),.1)}.messages-screen .bp-messages-container .bp-feedback.success .bp-icon:before{content:"\e876";font-weight:200}.messages-screen .bp-messages-container .bp-feedback.info{color:var(--bb-default-notice-color);background-color:rgba(var(--bb-default-notice-color-rgb),.1)}.messages-screen .bp-messages-container .bp-feedback.info .bp-icon:before{content:"\eebc";font-weight:200}.messages-screen .bp-messages-container .bp-feedback.loading .bp-icon:before{content:"\e884"}.messages-screen .bp-messages-container .bp-feedback.help .bp-icon:before{content:"\eec6";font-weight:200}.messages-screen .bp-messages-container .bp-feedback.updated .bp-icon:before{content:"\e876";font-weight:200}.messages-screen .bp-messages-container .bp-feedback .bp-icon{background-color:transparent;color:inherit;font-family:bb-icons;font-size:18px;font-weight:200;padding:0 15px 0 0;margin:0}.messages-screen .bp-messages-container .bp-feedback .bp-icon:before{font-weight:300}.messages-screen .bp-messages-container .bp-feedback p{font-size:13px;padding:10px 10px 10px 15px}.messages-screen .bp-messages-container .bp-feedback p+.bb-allowed-file-types{margin-top:-10px}.messages-screen .bp-messages-container .bp-feedback .bb-allowed-file-types{font-size:13px;-webkit-box-flex:100%;-ms-flex:100%;flex:100%;margin:0 40px 0 10px}.bb-template-v2 .messages-screen .bp-messages-container .bp-feedback{border-color:transparent}.messages-screen .bp-messages-container .bp-send-message-notices .bp-feedback{margin:20px 20px 0}@-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)}}#buddypress div.message-search input#messages_search:-webkit-autofill{-webkit-animation-name:autofill;animation-name:autofill;-webkit-animation-fill-mode:both;animation-fill-mode:both}#message-thread{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;position:relative;padding:30px 30px 0;border-right:1px solid var(--bb-content-border-color);max-height:78vh;min-height:78vh;overflow-x:hidden;overflow-y:auto}div#buddypress #message-thread .confirm{position:absolute;top:20px;left:20px}div#buddypress #message-thread div.alt{background:rgba(247,250,254,.5)}.message-metadata{-ms-flex-flow:row wrap;flex-flow:row wrap}.message-metadata img{float:none;max-width:40px;border-radius:50%;margin-left:15px}.message-metadata .meta-user-info a{display:block;font-weight:500;font-size:14px;line-height:19px;color:var(--bb-headings-color);margin-bottom:2px}.message-metadata .meta-user-info a:hover{color:var(--bb-primary-color)}.message-metadata .meta-user-info span{display:block;font-size:12px;line-height:14px;color:var(--bb-alternate-text-color)}.thread-load{display:block;text-align:center}#bb-message-subject{margin-bottom:5px;font-family:inherit;font-size:16px;font-weight:500;letter-spacing:-.27px;line-height:1.1875}#buddypress #message-thread #message-recipients{letter-spacing:-.24px;margin:0}#buddypress #message-thread #message-recipients .highlight{font-size:14px;font-weight:300;color:#939597;background-color:transparent}#buddypress #message-thread #message-recipients .highlight a{color:var(--bb-headings-color)}#buddypress #message-thread #message-recipients .highlight a:hover{color:var(--bb-primary-color)}#message-thread{margin:0;font-size:14px;color:var(--bb-body-text-color);line-height:1.5;letter-spacing:-.24px}#message-thread .h1,#message-thread .h2,#message-thread .h3,#message-thread .h4,#message-thread .h5,#message-thread .h6,#message-thread address,#message-thread h1,#message-thread h2,#message-thread h3,#message-thread h4,#message-thread h5,#message-thread h6,#message-thread hr,#message-thread p{margin-bottom:1rem}a.bb-cover-link{display:block;position:absolute;width:100%;right:0;top:0;font-size:0;height:100%}.thread-excerpt,.thread-subject,.thread-to a{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.thread-excerpt{max-width:-webkit-calc(100% - 107px);max-width:calc(100% - 107px);display:inline-block;vertical-align:middle}.thread-to a{color:var(--bb-headings-color)}.thread-to a:hover{color:var(--bb-primary-color)}.thread-subject .emoji{max-width:14px;vertical-align:middle;line-height:1;margin-top:0;margin-bottom:0;height:auto!important}.reply-box{padding:30px}.reply-box .reply-box-header{margin-bottom:16px}.reply-box .avatar{width:40px;margin-left:10px}.reply-box .reply-user-info p{margin-bottom:0;line-height:20px}.reply-box .reply-user-info p:first-child{font-size:14px;font-weight:500;color:var(--bb-body-text-color)}.reply-box .reply-user-info p:last-child{font-size:12px;color:var(--bb-alternate-text-color)}.reply-box textarea{display:block;width:100%;height:100px;margin-bottom:16px;padding:0 50px 0 0;border:none;font-size:16px;resize:vertical}#buddypress .reply-box input[type=submit].small{font-size:14px;min-height:34px;padding:6px 20px;border-radius:var(--bb-button-radius);line-height:1.4}#buddypress .reply-box input[type=submit].small:hover{outline:0;text-decoration:none;color:#fff;background-color:#1f48ff;border-color:transparent}#send_message_form{padding:20px;margin:0;position:relative;color:var(--bb-body-text-color);height:80vh;max-height:80vh;min-height:670px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}#send_message_form .bp-messages-form-header{border-bottom:1px solid var(--bb-content-border-color);margin:0 -20px 20px;padding:0 20px 18px}.compose #send_message_form .bp-messages-form-header{border:0;padding:0;margin:0}.compose #send_message_form .bp-messages-form-header .bp-close-compose-form{display:-webkit-box;display:-ms-flexbox;display:flex;height:34px;width:34px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:3px}.compose #send_message_form .bp-messages-form-header .bp-close-compose-form [class*=bb-icon]{color:var(--bb-headings-color)}.compose #send_message_form .bp-messages-form-header .bp-close-compose-form [class*=bb-icon]:hover{color:var(--bb-primary-color)}@media screen and (min-width:1080px){.compose .bp-messages-container.bp-no-messages #send_message_form .bp-messages-form-header .bp-close-compose-form{display:none}}#send_message_form label[for=send-to-input]{margin:0}#send_message_form .select2-selection--multiple{border-color:transparent;padding:0;background-color:transparent}#send_message_form .select2-selection__rendered{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}#send_message_form .select2-selection__rendered li{margin:0}#send_message_form li.select2-selection__choice{margin-left:10px;margin-bottom:5px}#buddypress #send_message_form .select2-search__field{background:100% 0;border-width:0;min-width:100%;width:100%;padding-right:0;padding-bottom:35px;height:auto;box-shadow:none}#send_message_form .dropzone .dz-default{margin:0 5px 0 0}#send_message_form .select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:var(--bb-label-background-color)!important;border:0;border-radius:var(--bb-block-radius-inner);font-size:14px;color:var(--bb-label-text-color);letter-spacing:-.24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:row-reverse;flex-flow:row-reverse;padding:2px 10px 2px 6px;margin-left:5px}#send_message_form .select2-selection__choice__remove{color:var(--bb-label-text-color);font-size:0;line-height:1;margin:0 2px 0 0;opacity:.5}#send_message_form .select2-selection__choice__remove:before{font-size:18px;font-weight:400;line-height:initial;background-color:transparent;color:var(--bb-label-text-color)}#send_message_form .select2-selection__choice__remove:hover{opacity:1}#send_message_form .bp-messages-feedback{top:90px;position:absolute;right:20px;left:20px}#send_message_form .bp-messages-feedback .bp-feedback{margin:0 0 20px}#send_message_form #bp-message-content{margin:auto 0 0}.messages-screen .bp-messages-container .compose-feedback{top:90px;position:absolute;right:20px;left:20px}.messages-screen .bp-messages-container .compose-feedback .bp-feedback{margin:0 0 20px}.bp-compose-message #send_message_form #bp-message-content{margin:auto 0 0}.bp-messages-content #bp-message-content{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner);margin:20px;padding:0;-webkit-transition:box-shadow ease .1s;transition:box-shadow ease .1s}.bp-messages-content #bp-message-content #whats-new-messages-attachments{margin-top:0;padding:0 9px}.bb-template-v2 .bp-messages-content #bp-message-content:focus-within{box-shadow:0 3px 5px -2px rgba(0,0,0,.12);-webkit-transition:box-shadow ease .1s;transition:box-shadow ease .1s}.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-actions button.medium-editor-button-first{padding-right:2px!important}.bb-template-v2.compose #send_message_form .bp-messages-form-header .bp-close-compose-form:hover{background-color:var(--bb-content-alternate-background-color);border-radius:6px}.bb-template-v2.compose #send_message_form .bp-messages-form-header .bp-close-compose-form:hover [class*=bb-icon]{color:var(--bb-headings-color)}.bp-messages-recipient{border-bottom:1px solid var(--bb-content-border-color)}.bp-messages-recipient>span:first-child{color:var(--bb-headings-color)}body .select2-container .select2-dropdown.bb-compose-input{padding:8px;box-shadow:0 3px 8px rgba(0,0,0,.06),0 6px 24px rgba(0,0,0,.12);border:1px solid var(--bb-content-border-color);margin:40px -30px 0 0;max-width:230px}body .select2-container .select2-dropdown.bb-compose-input .avatar{max-width:30px;margin-left:6px}body .select2-container .select2-dropdown.bb-compose-input .select2-results__option{border-radius:var(--bb-block-radius-inner);color:var(--bb-headings-color);font-size:13px;font-weight:500;padding:6px 8px}body .select2-container .select2-dropdown.bb-compose-input .select2-results__option strong{font-weight:500}body .select2-container .select2-dropdown.bb-compose-input .select2-results__option.select2-results__option--highlighted,body .select2-container .select2-dropdown.bb-compose-input .select2-results__option:hover:not(.select2-results__message,.loading-results){background-color:var(--bb-content-alternate-background-color)}body .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results,body .select2-container .select2-dropdown.bb-compose-input .select2-results__option.select2-results__message{font-size:13px;font-weight:500;color:var(--bb-alternate-text-color);letter-spacing:.14px}body .select2-container .select2-dropdown.bb-compose-input .select2-results__option--load-more,body .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results{position:relative;overflow:hidden}body .select2-container .select2-dropdown.bb-compose-input .select2-results__option--load-more:before,body .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results:before{content:"\ef30";font-family:bb-icons;font-weight:400;font-size:20px;vertical-align:middle;margin-left:5px;margin-right:3px;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;display:inline-block;height:25px;width:25px;text-align:center}body.bb-template-v1 .select2-container .select2-dropdown.bb-compose-input .select2-results__option--load-more:before,body.bb-template-v1 .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results:before{margin-right:0}body.bb-template-v2 .select2-container .select2-dropdown.bb-compose-input{border-radius:8px;border:0}body .select2-container .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-left:0;max-width:300px}body .select2-container .select2-dropdown .select2-results__option{border-radius:3px;margin-bottom:0;font-size:14px;padding:2px 5px}.thread.bb-new-message{background:rgba(0,124,255,.1)}.messages .ac_results{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:none;min-width:200px;font-size:13px;max-width:200px;padding:5px 0;margin-right:-12px;margin-top:4px;overflow:visible}.messages .ac_results:after{content:" ";position:absolute;width:0;height:0;top:1px;margin:0 auto;right:15px;box-sizing:border-box;border:6px solid #000;border-color:#fff transparent transparent #fff;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 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:101}.messages .ac_results li{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.messages .ac_results .ac_odd{background:#fff}.messages .ac_results .ac_over{color:var(--bb-primary-color);background:#f5f5f5}.messages .ac_results img{margin-left:0;width:auto!important;max-width:25px;border-radius:50%}#buddypress div#message-thread .bb-send-reply-title{font-size:13px;font-weight:500;color:var(--bb-body-text-color)}#sitewide-notice{position:fixed;z-index:9999;top:2%;left:1%}.bp-single-message-wrap .bp-avatar-wrap.bp-suspended-avatar{position:relative}#message-threads .message-thread-options .bb_more_options_action i{color:var(--bb-headings-color)}.bp-user-messages-loading.loading .message-user-loading{padding:15px 3px}.bb-template-v2 .bp-user-messages-loading.loading .message-user-loading{padding:15px}@media (max-width:600px){#send_message_form{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.bb-messages-wrap{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.thread.bb-new-message{display:none}#message-thread,.bb-messages-wrap{overflow:initial;min-height:100%;max-height:100%}.bb-mobile-view .bb-messages-wrap{display:none}#message-thread{padding:30px 20px}.metadata-right{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding-right:50px}.message-metadata .message-star-actions{margin-right:auto}}@media (max-width:520px){#buddypress .bb-message-heading .message-search{margin:10px auto;width:100%}.bb-message-heading .message-search #messages_search{width:100%}}.buddypress-wrap .subnav-filters .user-messages-bulk-actions label{padding:0;margin:0;font-family:inherit;font-size:1rem;font-weight:500;text-transform:uppercase}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .select-wrap:focus,.buddypress-wrap .subnav-filters .user-messages-bulk-actions .select-wrap:hover{box-shadow:none;outline:0}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-apply{padding:0;margin:0;min-height:10px;line-height:1}.user-messages-bulk-actions .bulk-actions.select-wrap{margin-right:10px;margin-left:10px}.buddypress-wrap .subnav-filters .user-messages-bulk-actions div select{border:1px solid #eee;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:left 10px center;font-size:14px;height:26px;padding:0 8px 0 25px}#bp-message-thread-list{max-height:initial}#bp-message-thread-list li{background-color:var(--bb-content-background-color)}#bp-message-thread-list .bp-message-content-wrap+.bb-activity-media-wrap,#bp-message-thread-list .bp-message-content-wrap+.bb-activity-video-wrap{margin-top:10px}#bp-message-thread-list .bp-message-content-wrap+.bb-activity-video-wrap{margin-right:-3px}#bp-message-thread-list .bp-message-content-wrap p.blocked,#bp-message-thread-list .bp-message-content-wrap p.deleted-message,#bp-message-thread-list .bp-message-content-wrap p.suspended,#bp-message-thread-list .bp-message-content-wrap span.blocked,#bp-message-thread-list .bp-message-content-wrap span.suspended{color:var(--bb-alternate-text-color);border-color:var(--bb-content-border-color)}.bb-template-v2 #bp-message-thread-list .bp-message-content-wrap p.blocked,.bb-template-v2 #bp-message-thread-list .bp-message-content-wrap p.deleted-message,.bb-template-v2 #bp-message-thread-list .bp-message-content-wrap p.suspended,.bb-template-v2 #bp-message-thread-list .bp-message-content-wrap span.blocked,.bb-template-v2 #bp-message-thread-list .bp-message-content-wrap span.suspended{background-color:var(--bb-content-alternate-background-color);border-color:transparent}#bp-message-thread-list li.divider-date .bp-message-content-wrap{color:var(--bb-alternate-text-color);opacity:1}.bp-messages-content-wrapper.has_info .bp-messages-feedback .bp-feedback{margin:10px 30px}.bp-messages-content-wrapper .message-thread-header~.bp-messages-feedback:not(:empty) .bp-feedback{border-radius:0;margin:0;border-width:0;border-color:var(--bb-content-border-color)}.bb-template-v2 .bp-messages-content-wrapper .message-thread-header~.bp-messages-feedback:not(:empty)~#bp-message-thread-list{border-top:0}.bp-messages-content-wrapper.has_info .bp-messages-feedback{border-top:1px solid var(--bb-content-border-color);margin:0 -20px}.buddypress-wrap .subnav-filters.bp-messages-filters .messages-search{margin-bottom:0;margin-top:0}.buddypress-wrap .subnav-filters.bp-messages-filters .messages-search #user_messages_search_form:before{top:5px}.bb-template-v2 .buddypress-wrap .subnav-filters.bp-messages-filters .messages-search #user_messages_search_form:focus-within{border-color:var(--bb-primary-color);background-color:var(--bb-content-background-color)}.buddypress-wrap .subnav-filters.bp-messages-filters .messages-search #user_messages_search_form button[type=submit] span{font-size:20px;color:var(--bb-body-text-color);opacity:.4}.buddypress-wrap .subnav-filters.bp-messages-filters ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bp-messages-content{margin:0}.bp-messages-content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;padding:0 20px;height:80vh;max-height:80vh;min-height:670px}.bp-messages-content-wrapper .dropzone.dz-started .dz-default.dz-message{display:none}.bp-messages-content-wrapper .dropzone.dz-started.files-uploaded:not(.dz-max-files-reached) .dz-default.dz-message{display:-webkit-box;display:-ms-flexbox;display:flex}.bp-messages-content-wrapper .bb-pusher-typing-indicator{margin:0 -20px -10px;padding:15px 20px 0 0;z-index:1;position:relative;background-color:var(--bb-content-background-color)}.bp-messages-content-wrapper .bb-pusher-typing-indicator .bb-pusher-typing-indicator-text-inner strong{font-weight:500}.bp-messages-content-wrapper.focus-in--scroll .bb-pusher-typing-indicator{border-top:1px solid var(--bb-content-border-color)}.bb-template-v2 .bp-messages-content-wrapper.focus-in--scroll .bb-pusher-typing-indicator{box-shadow:0 -4px 4px rgba(0,0,0,.1);border-top:0;z-index:111}#buddypress #bp-message-content .dropzone .dz-default .dz-button{line-height:1.5}#buddypress #bp-message-content .dropzone .dz-default .dz-button>strong{line-height:1}body .bp-messages-user-threads{min-height:550px;max-height:-webkit-calc(80vh - 118px);max-height:calc(80vh - 118px);height:-webkit-calc(80vh - 118px);height:calc(80vh - 118px)}#message-threads{border:0}#message-threads li.can-not-send-msg .thread-to:after{bottom:inherit;left:21px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bb-template-v2 #message-threads li.can-not-send-msg .thread-to:after{left:36px}#message-threads .bb-user-avatar{margin-left:15px}#message-threads .bb-user-avatar .avatar{max-width:40px}.bb-thread-subject{line-height:1.3;margin-bottom:10px}.bb-thread-cb{margin-top:10px}#message-threads .bp-message-link{border-bottom:0;padding:15px 15px 15px 45px;border-right:3px solid transparent;min-width:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#message-threads .bp-message-link:last-child{border-bottom:0}#message-threads .bp-message-link.unread{background-color:inherit}#message-threads .bp-message-link.unread .thread-to{position:relative}#message-threads .bp-message-link.unread .thread-to:before{content:"\25CF";font-size:14px;color:var(--bb-primary-color);position:absolute;right:-14px;top:0}.bb-template-v2 #message-threads .bp-message-link{margin:0 15px 5px;border-radius:var(--bb-block-radius-inner);border:0}#message-threads .bp-message-link:hover,#message-threads .thread-item.optionsOpen:not(.current) .bp-message-link{background:var(--bb-content-alternate-background-color)}#message-threads li.selected{background-color:#f7fafe}#message-threads .bp-message-link .thread-cb{-webkit-box-flex:0;-ms-flex:0 0 35px;flex:0 0 35px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}#message-threads .bb-thread-info{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.bb-thread-title{font-size:15px}.bb-thread-title .bb-user-link{font-weight:500;color:inherit}.bb-thread-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1;margin-bottom:3px}#message-threads .bp-message-link .thread-date{font-size:13px;font-weight:400;color:var(--bb-alternate-text-color);letter-spacing:-.19px;line-height:17px;min-width:0}#message-threads .bp-message-link .thread-date:before{background-color:var(--bb-alternate-text-color)}.bp-messages-content time{letter-spacing:-.24px;line-height:1.3;font-size:12px;font-weight:300;color:var(--bb-alternate-text-color)}.user-messages-bulk-actions .bs-styled-checkbox+label:before{margin-left:15px}#buddypress .mce-toolbar .mce-btn button,#buddypress .mce-toolbar .mce-btn button:focus,#buddypress .mce-toolbar .mce-btn button:hover{background:100% 0;border:0;box-shadow:none;padding:0;margin:0;color:inherit;min-height:16px;padding-bottom:2px}#message-threads li .thread-content .excerpt{margin:0 0 3px;font-size:14px;color:#7f868f;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bp-messages-content #bp-message-thread-header h2:first-child{background-color:transparent;color:var(--bb-headings-color);padding:0;margin-bottom:12px;font-family:inherit;font-size:16px;font-weight:500;letter-spacing:-.27px;line-height:1.25}.bp-messages-content .preview-thread-title .messages-title,.bp-messages-content .single-thread-title .messages-title{padding-right:0}ul.participants-list{list-style:none;margin:0}.preview-content .actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bp-messages-content .thread-participants dd,.bp-messages-content .thread-participants ul{margin-bottom:0}dl.thread-participants{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;padding:10px 0 10px 20px}dl.thread-participants+.actions{position:absolute;left:20px}.bp-messages-content .thread-participants img{width:100%;max-width:30px;border-radius:50%}.bp-messages-content .preview-pane-header,.bp-messages-content .single-message-thread-header{margin-bottom:0}.bp-messages-content .thread-participants{margin:0;width:auto;font-size:16px;font-weight:500;color:var(--bb-headings-color);letter-spacing:-.27px}.bp-messages-content .thread-participants .participants-name{color:var(--bb-header-links);word-break:break-all}.bp-messages-content .thread-participants .participants-name a{color:var(--bb-headings-color)}.bp-messages-content .thread-participants .participants-name a:hover{color:var(--bb-primary-color)}.bp-messages-content .thread-participants #view_more_members:hover .num-name,.bp-messages-content .thread-participants a:hover .participants-name{color:var(--bb-primary-color)}.bp-messages-content .thread-participants #view_more_members .num-name{color:var(--bb-header-links);font-size:16px}.bp-messages-content .thread-participants dt{padding-left:10px}.bp-messages-content .thread-participants dd,.bp-messages-content .thread-participants dt{display:block;width:100%;line-height:1.3}.bp-messages-content .participants-list a{display:inline-block;margin-left:3px}div#subsubnav:empty{display:none}dl.thread-participants{font-size:14px;line-height:1.5;letter-spacing:-.24px}body.compose .bp-messages-content{border:0}.mce-btn button:hover,.mce-window-head .mce-close:hover{background:100% 0;box-shadow:none}.message-action-delete.bp-tooltip.bp-icons{background:100% 0;border:0;color:inherit}.message-action-delete.bp-tooltip.bp-icons:focus,.message-action-delete.bp-tooltip.bp-icons:hover{background:100% 0;box-shadow:none;border:0}.bp-hide{display:none!important}.bp-messages-content .thread-participants li{float:right;margin:5px 2px}.bp-messages-content .single-message-thread-header{border-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:76px}.bp-messages-content .single-message-thread-header .thread-avatar .thread-multiple-avatar:after{background-color:var(--bb-content-background-color)}.bp-messages-content .single-message-thread-header .actions .message_actions .message_action__list{min-width:200px}.bp-messages-content .single-message-thread-header .message_action__anchor{position:relative}.bp-messages-content .single-message-thread-header .message_action__anchor [class*=" bb-icon-"]{font-size:20px;color:var(--bb-headings-color)}.bp-messages-content .single-message-thread-header .message_action__anchor:hover [class*=" bb-icon-"]{color:var(--bb-primary-color)}@media screen and (max-width:980px){.bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions .message_action__list.open{border-radius:10px}.bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions .message_action__list.open .bb_more_dropdown__title{border-radius:10px 10px 0 0}.bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions .message_action__list.open ul{border-radius:0 0 10px 10px}}.bb-template-v2 .bp-messages-content .single-message-thread-header .message_action__anchor:hover [class*=" bb-icon-"],.bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions.open .message_action__anchor [class*=" bb-icon-"]{color:var(--bb-headings-color);position:relative}.bb-template-v2 .bp-messages-content .single-message-thread-header .message_action__anchor:hover:before,.bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions.open .message_action__anchor:before{content:"";height:34px;width:34px;background-color:var(--bb-content-alternate-background-color);position:absolute;top:-14px;border-radius:6.8px;right:-7.5px}#buddypress .bp-messages-container .message_action__list li a{color:var(--bb-body-text-color);line-height:1.1;padding:10px 15px}#buddypress .bp-messages-container .message_action__list li a.button{background-color:transparent;border:0;font-size:13px;font-weight:500;display:block;text-align:right;border-radius:var(--bb-block-radius-inner);-webkit-transition:none;transition:none}#buddypress .bp-messages-container .message_action__list li a.button:before{font-weight:400}#buddypress .bp-messages-container .message_action__list li a:before{color:var(--bb-alternate-text-color)}#buddypress .bp-messages-container .message_action__list li a:hover{background-color:var(--bb-content-alternate-background-color);color:var(--bb-primary-color)}#buddypress .bp-messages-container .message_action__list li a:hover:before{color:var(--bb-primary-color)}.bb-template-v2 #buddypress .bp-messages-container .message_action__list li a:hover{color:var(--bb-body-text-color)}.bb-template-v2 #buddypress .bp-messages-container .message_action__list li a:hover:before{color:var(--bb-alternate-text-color)}.single.messages.view .bp-messages-filters,.single.messages.view .bp-messages-threads-list{display:block}.bp-messages-content:empty{display:none}.bp-messages-content,.bp-messages-threads-list{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;padding:0}.bb-template-v1 .bp-messages-threads-list.bp-no-messages{border-top:1px solid var(--bb-content-border-color)}#message-threads .bp-message-link .thread-avatar{-webkit-box-flex:0;-ms-flex:0 0 52px;flex:0 0 52px;margin-left:15px}#message-threads .thread-avatar .user-status-icon,.messages-screen .user-status-icon{background-color:var(--bb-alternate-text-color);color:var(--bb-content-background-color)}#message-threads .bp-message-link .thread-avatar .thread-multiple-avatar:before{content:"";height:38px;width:38px;background-color:var(--bb-content-background-color);border-radius:50%;position:absolute;right:15px;top:15px;z-index:1}#message-threads .bp-message-link .thread-avatar .thread-multiple-avatar img{border:0}#message-threads .bp-message-link .thread-avatar .thread-multiple-avatar img+img{z-index:2}#message-threads .bp-message-link:hover .thread-avatar .thread-multiple-avatar:before,#message-threads .current .bp-message-link .thread-avatar .thread-multiple-avatar:before{background-color:var(--bb-content-alternate-background-color)}.bb-template-v2 #message-threads .bp-message-link:hover .thread-avatar .thread-multiple-avatar:before,.bb-template-v2 #message-threads .current .bp-message-link .thread-avatar .thread-multiple-avatar:before{background:-webkit-linear-gradient(-90deg,rgba(255,255,255,.9),rgba(255,255,255,.9)),var(--bb-primary-color);background:linear-gradient(0deg,rgba(255,255,255,.9),rgba(255,255,255,.9)),var(--bb-primary-color)}#message-threads .bp-message-link .thread-avatar img.avatar{margin:0}.thread-to{font-size:14px;color:var(--bb-headings-color);line-height:1.5;font-weight:500;opacity:.85;text-transform:capitalize}.unread .thread-to{font-weight:500;opacity:1}.unread .thread-subject{font-weight:500}.unread .thread-date time{position:relative}.unread .bp-message-link:after{content:"";height:10px;width:10px;border-radius:100%;background-color:var(--bb-primary-color);display:inline-block;position:absolute;left:22px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bb-template-v2 .unread .bp-message-link:after{left:37px}.unread.optionsOpen .bp-message-link:after,.unread:hover .bp-message-link:after{display:none}.buddypress-wrap .bp-messages.bp-user-messages-feedback{border:0;border-radius:0}#bp-messages-next-page,#bp-messages-prev-page{padding:0 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:34px;height:34px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:15px}#message-threads .bp-message-link .thread-content .thread-subject{color:var(--bb-body-text-color);font-size:13px;font-weight:500;letter-spacing:-.21px;line-height:1.5;min-height:21px;text-overflow:initial}#message-threads .bp-message-link .thread-content .thread-subject .typing-indicator{display:inline-block;max-width:-webkit-calc(100% - 107px);max-width:calc(100% - 107px);overflow:hidden;text-overflow:ellipsis;vertical-align:middle}#message-threads li.unread .thread-subject .subject{color:var(--bb-headings-color)}#message-threads li .thread-content .thread-subject a{color:var(--bb-headings-color)}#message-threads li .thread-content .thread-subject a:hover{color:var(--bb-primary-color)}#message-threads li.unread .thread-date time:after{background-color:var(--bb-primary-color)}#message-threads li.unread .thread-to:before{color:var(--bb-primary-color)}.bp-avatar-wrap{margin-left:18px;max-width:38px}.bp-messages-content #bp-message-content .medium-editor-toolbar,.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-form{background-color:var(--bb-content-alternate-background-color)}.bp-messages-content #bp-message-content .medium-editor-toolbar.static-toolbar.active{overflow:visible}.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-form{width:-webkit-calc(100% + 123px);width:calc(100% + 123px);overflow:visible;padding:5px 0 5px 10px;box-shadow:none}.bp-messages-content #bp-message-content #whats-new-messages-toolbar .media-off+.medium-editor-toolbar .medium-editor-toolbar-form{width:auto}@media screen and (max-width:430px){.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-form{width:-webkit-calc(100% + 108px);width:calc(100% + 108px);padding:2px 0 2px 10px}}@media screen and (max-width:374px){.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-form{width:-webkit-calc(100% + 68px);width:calc(100% + 68px)}}.bp-messages-content #bp-message-thread-list{background:100% 0;border:0;border-top:1px solid var(--bb-content-border-color);margin:0 -20px;padding:10px 20px;height:auto;min-height:0;-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}@media screen and (max-width:800px){.bp-messages-content #bp-message-thread-list{overflow-x:hidden}}.bp-messages-content #bp-message-thread-list li{margin:0 -20px;border-radius:0;padding:10px 20px;border:0;box-shadow:none;width:auto;background-color:transparent}.bp-messages-content #bp-message-thread-list li .bp-avatar-wrap{margin-left:15px;max-width:40px}.bp-messages-content #bp-message-thread-list li.error,.bp-messages-content #bp-message-thread-list li.sending{padding-bottom:35px;position:relative}.bp-messages-content #bp-message-thread-list li.error .bb-activity-media-wrap,.bp-messages-content #bp-message-thread-list li.error .bp-avatar-wrap,.bp-messages-content #bp-message-thread-list li.error .bp-message-content-wrap>:not(.message_send_error,.message_send_sending),.bp-messages-content #bp-message-thread-list li.error .message-metadata,.bp-messages-content #bp-message-thread-list li.sending .bb-activity-media-wrap,.bp-messages-content #bp-message-thread-list li.sending .bp-avatar-wrap,.bp-messages-content #bp-message-thread-list li.sending .bp-message-content-wrap>:not(.message_send_error,.message_send_sending),.bp-messages-content #bp-message-thread-list li.sending .message-metadata{opacity:.5}.bp-messages-content #bp-message-thread-list li.error .message_send_error{color:var(--bb-content-border-color);font-size:13px;position:absolute;bottom:8px}.bp-messages-content #bp-message-thread-list li.error .message_send_error a{font-size:13px;font-weight:500;color:var(--bb-headings-color);opacity:.4;margin-left:3px}.bp-messages-content #bp-message-thread-list li.error .message_send_error a:hover{opacity:1}.bp-messages-content #bp-message-thread-list li.error .message_send_error a~a{margin-right:3px}.bp-messages-content #bp-message-thread-list li.error .info-text-error-message{font-size:13px;color:var(--bb-danger-color);margin-left:5px}.bp-messages-content #bp-message-thread-list li.error .info-text-error-message:before{content:"\ee65";font-family:bb-icons;font-weight:100;font-size:14px;display:inline-block;vertical-align:top;margin-left:5px}.bb-template-v2 .bp-messages-content #bp-message-thread-list li.error .info-text-error-message:before{font-weight:200}.bp-messages-content #bp-message-thread-list li.sending .message_send_sending{position:absolute;bottom:8px}.bp-messages-content #bp-message-thread-list li.sending .message_send_sending .info-text-send-message{color:var(--bb-alternate-text-color);font-size:13px;line-height:17px;display:inline-block}.bp-messages-content #bp-message-thread-list li.sending .message_send_sending .info-text-send-message:before{content:"\ef30";font-family:bb-icons;font-weight:400;font-size:16px;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;display:inline-block;vertical-align:middle;margin-left:5px}.bp-messages-content #bp-message-thread-list li .fluid-width-video-wrapper iframe{border-radius:var(--bb-block-radius-inner)}.bp-messages-content #bp-message-thread-list li .bp-message-content-wrap iframe[style="border-radius: 12px"]{border-radius:var(--bb-block-radius-inner)!important}.bp-messages-content #bp-message-thread-list .message-metadata .user-link strong:after{display:none}.bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback{border:0;border-radius:0 0 0 var(--bb-block-radius);border-top:1px solid var(--bb-content-border-color);background-color:var(--bb-content-alternate-background-color);-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;margin:0 -20px;padding:20px}.bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback p{margin:0;padding:0;text-align:center;line-height:1.5;color:var(--bb-alternate-text-color)}.bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback p+.generic-button{margin:10px 0 0}#buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .button-wrapper .generic-button>button,#buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .generic-button>a{font-size:14px;font-weight:600;color:var(--bb-primary-color);line-height:1.5;min-height:auto;background:100% 0;border:0;padding:0}#buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .button-wrapper .generic-button>button.requested,#buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .generic-button>a.requested{color:var(--bb-alternate-text-color);cursor:auto;pointer-events:none}#buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .button-wrapper .generic-button>button.requested:before,#buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .generic-button>a.requested:before{content:"\e876";color:var(--bb-alternate-text-color);font-family:bb-icons;font-size:20px;font-weight:300;line-height:1;vertical-align:middle;margin-left:5px}.bb-template-v2 .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback{border:0;border-radius:var(--bb-block-radius-inner);margin:20px 0}@media screen and (max-width:1080px){.bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)}}.bp-messages-content.has_info{position:relative}.bp-messages-content form.send-reply .avatar-box{padding:0}#message-threads .bp-message-link .thread-content{-webkit-box-flex:1;-ms-flex:1;flex:1;line-height:1;min-width:0}.bp-messages-content .thread-participants .thread-date{color:var(--bb-alternate-text-color);font-size:13px;font-weight:400;line-height:1.4;display:inline-block}#bp-message-load-more:empty{display:none}#buddypress .message-action-delete,#buddypress .message_action__anchor{background:100% 0;border:0;color:inherit;font-size:10px;padding:0;line-height:1;min-height:1px;height:auto;width:100%}#buddypress .message-action-delete:focus,#buddypress .message-action-delete:hover,#buddypress .message_action__anchor:focus,#buddypress .message_action__anchor:hover{background:100% 0;box-shadow:none}#buddypress .message-action-delete .bb-icon-trash,#buddypress .message_action__anchor .bb-icon-trash{color:#939597}#buddypress .message-action-delete .bb-icon-menu-dots-v,#buddypress .message_action__anchor .bb-icon-menu-dots-v{color:#939597;font-size:21px}.bp-messages-content .actions{line-height:1.3}.bp-messages-content .actions .message_actions .message_action__list li a:hover{color:var(--bb-header-links-hover)}.bp-messages-content .actions .message_actions.loading .message_action__anchor:hover:before{display:none}.bb-template-v2 .bp-messages-content .actions .message_actions.loading .message_action__anchor>i:before{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)}.message-metadata .user-link{height:auto}.bp-messages-content #bp-message-thread-list .message-metadata time{color:var(--bb-alternate-text-color);font-size:13px;padding-right:3px;line-height:1.5}.bp-messages-content #bp-message-thread-list .message-metadata .avatar{width:auto}.bp-messages-content #bp-message-thread-list .message-metadata .user-link{color:var(--bb-headings-color)}.bp-messages-content #bp-message-thread-list .message-metadata .user-link:hover{color:var(--bb-primary-color)}.bp-messages-content #send-reply{margin:0 -20px;width:auto;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;height:auto;min-height:0}.bp-messages-content #send-reply .message-box{width:100%;display:none}.bp-messages-content #send-reply .wp-editor-container{border-right:0;border-left:0}.bp-messages-content #send-reply .message-metadata{display:none}.bp-messages-content #send-reply .dropzone .dz-default{padding:18px 5px}.scrolled--up.focus-in--scroll #send-reply{border-top:1px solid var(--bb-content-border-color)}.bb-template-v2 .scrolled--up.focus-in--scroll #send-reply{box-shadow:0 -4px 4px rgba(0,0,0,.1);border-top:0;z-index:11}.buddypress-wrap .standard-form#send-reply textarea{width:100%;border:0}#bp-message-thread-list:empty{border:0;max-height:initial;min-height:auto;padding:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:0;border-top:1px solid var(--bb-content-border-color)}#bp-message-thread-list:empty:before{font:normal normal normal 25px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\ef30";-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear}#bp-message-thread-header:empty~#bp-message-thread-list:empty{margin-top:76px}.archived-empty #bp-message-thread-list{margin-top:76px}.messages.compose .bp-messages-filters{display:block}#buddypress #bp-messages-reset,#buddypress #bp-messages-send{min-width:140px;font-weight:500;height:40px}.buddypress-wrap .standard-form .wp-editor-container{border:1px solid #dedfe2}.send-reply.loading{position:relative}.send-reply.loading:before{background:rgba(255,255,255,.6);content:"";position:absolute;height:100%;width:100%;z-index:10}.send-reply.loading:after{position:absolute;top:42%;right:0;left:0;margin:auto;content:"\ef30";font-family:bb-icons;font-size:24px;line-height:36px;text-align:center;-webkit-animation:spin 3s infinite linear;animation:spin 3s infinite linear;z-index:12}#message_content_ifr{max-height:80px}#message_content{margin-bottom:0}#message_content>p:last-child{margin-bottom:0}.no-message-wrap .dashicons-email-alt{background:url(../images/svg/new-message.svg) no-repeat center center;display:block;margin:20px auto 0;height:80px;width:86px}.no-message-wrap .dashicons-email-alt:before{display:none}.no-message-wrap .bb-icon{color:var(--bb-alternate-text-color)}.no-message-content{font-size:14px;color:var(--bb-alternate-text-color);letter-spacing:-.24px;line-height:1.5;max-width:310px;margin:0 auto}#bp-messages-threads-list .no-message-content h3{font-size:24px;font-weight:600;margin-bottom:5px}.no-message-content>p{margin-bottom:20px}.no-message-content .no-messages-links{font-weight:600}#bp-message-content{border-top:1px solid var(--bb-content-border-color);padding:20px}#bp-message-content .medium-editor-element,#bp-message-content .medium-editor-placeholder{color:var(--bb-body-text-color);font-size:14px;line-height:1.5}#bp-message-content .medium-editor-element[contenteditable=true]:empty:after,#bp-message-content .medium-editor-placeholder[contenteditable=true]:empty:after{color:var(--bb-body-text-color);content:attr(data-placeholder);position:absolute;right:0;padding:0 15px;font-style:normal;opacity:.5}#bp-message-content pre{white-space:pre-wrap;position:relative;z-index:1}#bp-message-content pre p{margin-bottom:0}#bp-message-content p{margin-bottom:5px}#bp-message-content ol:not(.medium-editor-toolbar-actions),#bp-message-content ul:not(.medium-editor-toolbar-actions){margin-bottom:15px;margin-right:16px}#bp-message-content ol:not(.medium-editor-toolbar-actions) li,#bp-message-content ul:not(.medium-editor-toolbar-actions) li{margin:5px 0}#bp-message-content ol:not(.medium-editor-toolbar-actions) li>ol,#bp-message-content ol:not(.medium-editor-toolbar-actions) li>ul,#bp-message-content ul:not(.medium-editor-toolbar-actions) li>ol,#bp-message-content ul:not(.medium-editor-toolbar-actions) li>ul{margin-bottom:0}#bp-message-content .medium-editor-element:not(.emojionearea){border:0;min-height:auto;max-height:120px;margin:0;overflow:auto;padding:20px 15px;border-radius:var(--bb-block-radius-inner);position:relative;outline:0}#bp-message-content .medium-editor-element:not(.emojionearea).medium-editor-placeholder:after{right:0;font-size:14px;position:absolute;font-style:normal;margin:0;padding:20px 15px;pointer-events:none}#bp-message-content .medium-editor-placeholder:after{color:var(--bb-body-text-color);opacity:.5}#bp-message-content .messages-media-container .dz-button>strong{line-height:1.3}.bp-messages-content .bp-message-content_foot_note{color:var(--bb-alternate-text-color)}.bp-messages-content #send_reply_button{margin:0}#message-new-submit,#message-reply-new-submit{padding:0}#message-new-submit input,#message-reply-new-submit input{margin-left:0}.bp-messages-container .bp-messages.loading{border:0;border-radius:0;padding-top:0}.bp-messages-container .bp-messages.loading .dashicons-update{font-family:bb-icons}.bp-messages-container .bp-messages.loading .dashicons-update:before{content:"\ef30"}.bb-template-v1 .bp-messages-container #message-threads:empty+.bp-messages.loading{border-top:1px solid var(--bb-content-border-color)}.bp-message-content-wrap .bp-messages.loading{display:none}#page .ql-bubble .ql-tooltip{padding:0 10px}#page .ql-bubble .ql-tooltip button{background:100% 0;margin:0;padding:0}#page .ql-bubble .ql-toolbar button svg,#page .ql-bubble.ql-toolbar button svg{float:none;max-width:18px}#page .ql-bubble .ql-toolbar .ql-formats{margin:0}#page .ql-bubble .ql-toolbar .ql-formats:first-child{margin-right:0}.bp-single-message-content .bp-user-link,.bp-single-message-content .message-metadata>strong,.bp-single-message-content strong.bp-user-deleted{font-size:14px;color:var(--bb-headings-color);letter-spacing:-.2px;line-height:1.5;font-weight:500}.bp-single-message-content .bp-user-link>strong{font-weight:500}.bp-single-message-content .message-metadata{line-height:1;margin-bottom:3px}.bp-single-message-content .bb-activity-media-wrap .bb-item-cover-wrap{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner);background-color:var(--bb-content-alternate-background-color)}.bb-template-v2 .bp-single-message-content .bb-activity-media-wrap .bb-item-cover-wrap{border:0}.bp-single-message-content .bb-activity-media-wrap.bb-media-length-1 .bb-activity-media-elem{min-width:auto!important}.bp-single-message-content .bb-activity-media-wrap.bb-media-length-1 .bb-item-cover-wrap{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;padding:0;min-width:65px;min-height:65px}.bp-single-message-content .bb-activity-media-wrap.bb-media-length-1 .bb-item-cover-wrap img{position:static;height:auto;width:auto;max-width:360px;max-height:360px;min-width:auto;min-height:auto}.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity{max-width:400px}.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .entry-img>i{margin-top:5px;line-height:1.5}.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap{color:var(--bb-headings-color)}.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-description,.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-extension-description,.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-helper-text,.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-title{line-height:1.5}.bp-single-message-content .bb-activity-video-wrap.bb-video-length-1 .bb-activity-video-elem{min-width:auto;width:100%;max-width:400px}.bp-single-message-content .bb-activity-video-wrap.bb-video-length-1 .bb-activity-video-elem .video-js .vjs-control-bar button{width:3em}.bp-single-message-content .bb-activity-video-wrap.bb-video-length-1 .bb-activity-video-elem .video-js .vjs-control-bar .vjs-time-divider{min-width:1em}.bp-single-message-content .bb-activity-video-wrap.bb-video-length-1 .bb-activity-video-elem .video-js .vjs-control-bar .vjs-progress-control .vjs-progress-holder{margin:3px 10px 0}.bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem.video-activity .video-description-wrap .entry-img>i{margin-top:5px}.bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem.video-activity .video-description-wrap .video-detail-wrap .video-description,.bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem.video-activity .video-description-wrap .video-detail-wrap .video-extension-description,.bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem.video-activity .video-description-wrap .video-detail-wrap .video-helper-text,.bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem.video-activity .video-description-wrap .video-detail-wrap .video-title{line-height:1.5}.bp-single-message-content .bb-activity-media-wrap,.bp-single-message-content .bb-activity-video-wrap{max-width:600px}.bp-single-message-content .bb-activity-media-elem{padding:5px;min-width:25%}.bp-single-message-content .bb-activity-media-elem .bb-item-cover-wrap{padding-top:75%}@media screen and (max-width:590px){.bp-single-message-content .bb-activity-media-elem{min-width:33.3333%!important;-webkit-box-flex:initial!important;-ms-flex:initial!important;flex:initial!important}}@media screen and (max-width:435px){.bp-single-message-content .bb-activity-media-elem{max-width:initial!important;min-width:50%!important}.bp-single-message-content .bb-activity-media-elem .bb-item-cover-wrap{padding-top:100%}.bp-single-message-content .bb-activity-media-wrap.bb-media-length-1 .bb-activity-media-elem{max-width:100%!important}}.bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem{padding:5px;min-width:33.3333%}.bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem .bb-item-cover-wrap{padding-top:66.6666%}@media screen and (max-width:590px){.bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem{min-width:50%;max-width:50%;-webkit-box-flex:1;-ms-flex:auto;flex:auto}}@media screen and (max-width:435px){.bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem{min-width:100%;max-width:100%}}.bp-single-message-content .bb-video-wrapper{max-width:400px}.bp-single-message-content .fluid-width-video-wrapper{width:100%;max-width:400px;height:auto;margin:10px 0 0}.bp-single-message-content p>iframe{max-width:400px;width:100%;height:auto;min-height:200px}.bp-single-message-content .activity-attached-gif-container{display:inline-block;height:auto;width:auto;max-width:360px;max-height:360px}.bp-single-message-content .activity-attached-gif-container .gif-image-container{margin:15px 0 0}.bp-single-message-content .activity-attached-gif-container .gif-player{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-self:center;min-width:65px;min-height:65px}.bp-single-message-content .activity-attached-gif-container .gif-player video{height:auto;max-width:360px;max-height:360px;width:100%;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner);background-color:var(--bb-content-alternate-background-color)}.bb-template-v2 .bp-single-message-content .activity-attached-gif-container .gif-player video{border:0}.bp-single-message-content img.emoji,.bp-single-message-content img.emojioneemoji{margin:1px 3px;width:18px!important;height:18px!important}.bp-single-message-content blockquote{margin-top:0}ul#bp-message-thread-list .bp-message-content-wrap{color:var(--bb-body-text-color);letter-spacing:-.2px;line-height:1.5;overflow:initial;word-wrap:break-word}ul#bp-message-thread-list .bp-message-content-wrap p{margin-bottom:5px;min-height:.1px}ul#bp-message-thread-list .bp-message-content-wrap p.joined{position:relative}ul#bp-message-thread-list .bp-message-content-wrap p.joined strong{font-weight:500;color:var(--bb-alternate-text-color)}ul#bp-message-thread-list .bp-message-content-wrap p.joined strong.bp-tooltip{display:inline-block}@media screen and (max-width:768px){ul#bp-message-thread-list .bp-message-content-wrap p.joined strong.bp-tooltip{position:static}ul#bp-message-thread-list .bp-message-content-wrap p.joined strong.bp-tooltip:before{display:none}ul#bp-message-thread-list .bp-message-content-wrap p.joined strong.bp-tooltip:after{width:180px;width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:180px;white-space:break-spaces}}ul#bp-message-thread-list .bp-message-content-wrap li>ol,ul#bp-message-thread-list .bp-message-content-wrap li>ul{margin-bottom:0}ul#bp-message-thread-list .bp-message-content-wrap ol,ul#bp-message-thread-list .bp-message-content-wrap ul{margin-bottom:15px;margin-right:16px}ul#bp-message-thread-list .bp-message-content-wrap li{background:100% 0;margin:5px 0;padding:0;list-style-type:disc}ul#bp-message-thread-list .bp-message-content-wrap li p{margin-bottom:0}ul#bp-message-thread-list .bp-message-content-wrap ol li{list-style-type:decimal}ul#bp-message-thread-list .bp-message-content-wrap pre{width:-webkit-calc(100% + 12px);width:calc(100% + 12px)}ul#bp-message-thread-list .bp-message-content-wrap blockquote{padding:12px;font-size:22px;letter-spacing:-.24px;line-height:30px;position:relative;margin:0 0 15px;width:-webkit-calc(100% + 12px);width:calc(100% + 12px);background:#fafafa;border:1px solid var(--bb-content-border-color);border-radius:4px}ul#bp-message-thread-list .bp-message-content-wrap blockquote p{font-size:20px;margin-bottom:0}ul#bp-message-thread-list .bp-message-content-wrap blockquote:before{content:"\ef02";font-family:bb-icons;font-style:normal;font-weight:400;display:inline-block;text-align:center;font-variant:normal;color:#92949d;width:30px;height:30px;font-size:22px;line-height:30px;background:#e2e1e0;border-radius:100%;margin-bottom:10px}ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap pre{width:auto;border:1px solid #f8e8ac;background:#fff}ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blockquote{width:auto;border:1px solid #f8e8ac;background:#fffef7}ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blockquote:before{color:#f8e8ac;border:1px solid #f8e8ac;background:#fff}.bb-template-v2.messages .bp-single-vert-nav .bb-profile-grid{margin:0}.bb-template-v2.messages .bp-single-vert-nav #item-body{margin-right:0}#whats-new-formatting-toolbar a .bb-icon,#whats-new-messages-toolbar a .bb-icon{color:rgba(var(--bb-headings-color-rgb),.4)}#whats-new-formatting-toolbar a:hover .bb-icon,#whats-new-messages-toolbar a:hover .bb-icon{color:var(--bb-headings-color)}#whats-new-messages-toolbar .medium-editor-placeholder{background-color:transparent}#whats-new-messages-toolbar .gif-media-search-dropdown.open{margin:0 -20px 10px 0;top:auto;bottom:100%}#whats-new-messages-toolbar .gif-media-search-dropdown:before{right:38px;top:auto;bottom:-11px;-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}#whats-new-messages-toolbar .gif-search-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}#whats-new-messages-toolbar .gif-search-content .gif-search-results-list{margin:0}#whats-new-messages-toolbar .messages-attached-gif-container{margin-bottom:0}#whats-new-messages-toolbar .messages-attached-gif-container .gif-search-query .search-query-input{background-color:transparent;border:0}@media screen and (max-width:1080px){#whats-new-messages-toolbar .gif-media-search-dropdown.open{z-index:999}#whats-new-messages-toolbar .gif-media-search-dropdown.open .gif-search-results{max-height:280px}#whats-new-messages-toolbar .post-gif:first-child .gif-media-search-dropdown.open{right:-10px}#whats-new-messages-toolbar .post-gif:first-child .gif-media-search-dropdown.open:before{right:50px}#whats-new-messages-toolbar .post-gif:nth-child(2) .gif-media-search-dropdown.open{right:-44px}#whats-new-messages-toolbar .post-gif:nth-child(2) .gif-media-search-dropdown.open:before{right:84px}#whats-new-messages-toolbar .post-gif:nth-child(3) .gif-media-search-dropdown.open{right:-78px}#whats-new-messages-toolbar .post-gif:nth-child(3) .gif-media-search-dropdown.open:before{right:118px}#whats-new-messages-toolbar .post-gif:nth-child(4) .gif-media-search-dropdown.open{right:-112px}#whats-new-messages-toolbar .post-gif:nth-child(4) .gif-media-search-dropdown.open:before{right:152px}#whats-new-messages-toolbar .post-gif:nth-child(5) .gif-media-search-dropdown.open{right:-146px}#whats-new-messages-toolbar .post-gif:nth-child(5) .gif-media-search-dropdown.open:before{right:186px}}#whats-new-formatting-toolbar .emojionearea{background-color:transparent}#whats-new-formatting-toolbar .emojionearea .emojionearea-picker .emojionearea-search>input{outline:0;width:100%;min-width:100%;height:30px}#whats-new-formatting-toolbar .emojionearea .emojionearea-picker{top:auto;bottom:40px;left:100%;right:inherit;margin-left:-25px}#whats-new-formatting-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{bottom:-10px;top:auto;-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg);right:inherit;left:5px}.bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{display:none}@media screen and (max-width:1080px){#whats-new-formatting-toolbar .post-emoji .emojionearea .emojionearea-picker{z-index:999}}.bp-back-to-thread-list{margin-right:-5px}.bp-back-to-thread-list [class*=bb-icon]{font-size:24px;color:var(--bb-headings-color)}@media screen and (min-width:1081px){#message-threads .current>a{background:var(--bb-content-alternate-background-color);border-color:var(--bb-primary-color)}.bb-template-v2 #message-threads .current>a{background:-webkit-linear-gradient(-90deg,rgba(255,255,255,.9),rgba(255,255,255,.9)),var(--bb-primary-color);background:linear-gradient(0deg,rgba(255,255,255,.9),rgba(255,255,255,.9)),var(--bb-primary-color)}}.message-thread-options:hover~.bp-message-link{background:var(--bb-content-alternate-background-color);border-color:var(--bb-primary-color)}.bb-template-v2 .message-thread-options .current:hover+.bp-message-link{background:-webkit-linear-gradient(-90deg,rgba(255,255,255,.9),rgba(255,255,255,.9)),var(--bb-primary-color);background:linear-gradient(0deg,rgba(255,255,255,.9),rgba(255,255,255,.9)),var(--bb-primary-color)}.bb-template-v2 #message-threads .message-thread-options{left:30px}.bb-template-v2 #message-threads .message-thread-options.loading .bb_more_options_action:hover{background-color:transparent}.bb-template-v2 #message-threads .message-thread-options.loading .bb_more_options_action>i:before{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)}.bb-template-v2 #message-threads .message-thread-options .bb_more_options_action:hover,.bb-template-v2 #message-threads .optionsOpen .message-thread-options .bb_more_options_action{background-color:var(--bb-content-background-color);border-radius:6px}.bp-single-message-wrap .bb-messages-group-notices{color:var(--bb-alternate-text-color)}.bp-single-message-wrap .bb-messages-group-notices .bp-tooltip{color:var(--bb-alternate-text-color)}.header-aside .thread-multiple-avatar{min-height:36px;min-width:36px;margin:0 -2px;position:relative}.header-aside .thread-multiple-avatar img{border:2px solid #fff;max-width:28px;position:absolute;right:0;top:0}.header-aside .thread-multiple-avatar img+img{top:auto;left:0;bottom:0;right:auto}.header-aside li:hover .thread-multiple-avatar img{border-color:#f5f5f5}.header-aside .unread .thread-multiple-avatar img{border-color:#f7fafe}.messages-wrap .notification-dropdown .notification-avatar{-webkit-box-flex:0;-ms-flex:0 0 36px;flex:0 0 36px}.messages-wrap .notification-dropdown .notification-list{max-width:400px}.messages-wrap .notification-dropdown .notification-list li .notification-content{width:100%;overflow:hidden}.messages-wrap .notification-dropdown .notification-list li .notification-content .notification-users{width:-webkit-calc(100% - 50px);width:calc(100% - 50px);display:block;white-space:nowrap}.messages-wrap .notification-dropdown .notification-list li .notification-content .notification-users>a{display:block;text-overflow:ellipsis;overflow:hidden;width:100%}.bb-pusher-typing-indicator-text,.thread-item .typing-indicator{color:var(--bb-alternate-text-color)}#message-form-submit-wrapper,#message-reply-form-submit-wrapper{background-color:var(--bb-content-alternate-background-color);border-radius:0 0 var(--bb-block-radius-inner) var(--bb-block-radius-inner);margin:0;padding:10px}.bb-template-v1 #message-form-submit-wrapper,.bb-template-v1 #message-reply-form-submit-wrapper{border-top:1px solid var(--bb-content-border-color)}#message-new-submit,#message-reply-new-submit{background-color:var(--bb-primary-color);border-radius:var(--bb-button-radius)}#message-new-submit:before,#message-reply-new-submit:before{color:var(--bb-primary-button-text-regular)}.mass-user-block-list .bb-report-type-pagination .page-data #load_more_rl.loading,.message-members-list .bb-report-type-pagination .page-data #load_more_rl.loading{color:var(--bb-alternate-text-color)}@media screen and (min-width:46.8em){.bp-single-vert-nav .subnav{background:100% 0}.bp-single-vert-nav .subnav li{font-size:inherit;margin:0}.bp-single-vert-nav .subnav li a{border-left:0;padding:0 0 5px}}@media screen and (min-width:55em){.buddypress-wrap form.bp-dir-search-form,.buddypress-wrap form.bp-invites-search-form,.buddypress-wrap form.bp-messages-search-form{width:auto}}@media screen and (min-width:1081px){.bp-messages-nav-panel{border-left:1px solid var(--bb-content-border-color)}}@media screen and (max-width:1080px){.messages-wrapper{margin-bottom:20px}#send_message_form,.bp-messages-content-wrapper{min-height:670px}.message-thread-header .bp-back-to-thread-list{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.message-thread-header .thread-avatar{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.message-thread-header .thread-participants{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;width:-webkit-calc(100% - 100px);width:calc(100% - 100px)}}@media screen and (max-width:800px){.messages-screen>.flex{-ms-flex-wrap:wrap;flex-wrap:wrap}.messages-screen>.flex .bp-messages-content{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;border-top:1px solid var(--bb-content-border-color)}}@media screen and (max-width:680px){.messages-wrapper #subnav{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.buddypress-wrap .messages-wrapper .bp-subnavs{margin:0}.messages-wrapper #subnav .subnav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.messages-screen{border-right:0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bp-messages-content #message-threads{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:10px;max-height:100%;overflow:initial}}@media screen and (min-width:46.8em){.bp-messages-user-threads{max-height:66vh}}@media screen and (max-width:560px){.bp-messages-content #bp-message-content #message-form-submit-wrapper #whats-new-messages-toolbar .media-off,.bp-messages-content #bp-message-content #message-reply-form-submit-wrapper #whats-new-messages-toolbar .media-off{height:27px}.bp-messages-content #bp-message-content #message-form-submit-wrapper #message-new-submit,.bp-messages-content #bp-message-content #message-form-submit-wrapper #message-reply-new-submit,.bp-messages-content #bp-message-content #message-reply-form-submit-wrapper #message-new-submit,.bp-messages-content #bp-message-content #message-reply-form-submit-wrapper #message-reply-new-submit{padding:0;width:30px}}@media screen and (max-width:430px){.bp-messages-content #bp-message-content #whats-new-messages-toolbar{padding:1px 0 0 15px}.bp-messages-content #bp-message-content #whats-new-messages-toolbar [class*=" bb-icon-"]{font-size:20px}.bp-messages-content #bp-message-content #whats-new-messages-toolbar .post-elements-buttons-item{margin-left:8px}.bp-messages-content #bp-message-content .medium-editor-toolbar.active{height:35px}.bp-messages-content #bp-message-content .medium-editor-toolbar.active .medium-editor-toolbar-input{height:35px}.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-actions button{min-width:20px}.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-actions button.medium-editor-button-first{padding-right:0!important;padding-left:0}.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-actions .medium-editor-button-last{padding-left:0!important}.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-actions b:before{font-size:18px}.bp-messages-content #bp-message-content #whats-new-formatting-toolbar{margin:1px 0 0 5px}.bp-messages-content #bp-message-content #whats-new-formatting-toolbar [class*=" bb-icon-"]{font-size:20px}.bp-messages-content #bp-message-content #whats-new-formatting-toolbar .post-elements-buttons-item{margin-left:8px}.bp-messages-content #bp-message-content #whats-new-formatting-toolbar .emojionearea .emojionearea-button:before{font-size:20px;line-height:1.4}#whats-new-formatting-toolbar .emojionearea .emojionearea-picker{margin-left:-75px}#whats-new-formatting-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{left:55px}}@media screen and (max-width:374px){#message-form-submit-wrapper,#message-reply-form-submit-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.bp-messages-content #bp-message-content #whats-new-messages-toolbar{padding:0;min-width:-webkit-calc(100% - 50px);min-width:calc(100% - 50px);min-height:20px}.bp-messages-content #bp-message-content #whats-new-messages-toolbar .post-elements-buttons-item{margin-left:6px}.bp-messages-content #bp-message-content #whats-new-messages-toolbar .medium-editor-toolbar-actions .medium-editor-action b{width:22px}.bp-messages-content #bp-message-content #whats-new-messages-toolbar [class*=" bb-icon-"]{font-size:20px}.bp-messages-content #bp-message-content #whats-new-formatting-toolbar{margin:0}.bp-messages-content #bp-message-content #whats-new-formatting-toolbar .post-elements-buttons-item:last-child{margin-left:0}.bp-messages-content #bp-message-content #message-form-submit-wrapper #message-new-submit,.bp-messages-content #bp-message-content #message-reply-form-submit-wrapper #message-reply-new-submit{margin:10px auto 5px;width:auto;padding:0 15px}.bp-messages-content #bp-message-content #message-new-submit #bp-messages-send,.bp-messages-content #bp-message-content #message-reply-new-submit #send_reply_button{position:static;opacity:1;background-color:transparent;border:0;padding:0 10px;min-width:auto}.bp-messages-content .bp-message-content_foot_note{font-size:11px;text-align:center}.bp-messages-content .bp-message-content_foot_note .space_note{margin-left:10px}#whats-new-formatting-toolbar .emojionearea .emojionearea-picker{margin-left:-60px}#whats-new-formatting-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{left:40px}}#buddypress .notifications-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:14px}#buddypress .notifications-header .entry-title{margin:0}#buddypress .notifications-header .subnav-filters{margin:0}#buddypress .notifications-header #subnav{border:0}#buddypress .notifications-header .bp-navs{margin:0;width:auto}#buddypress .notifications-header .bp-navs li{margin-bottom:0;float:right}#buddypress .notifications-header .bp-navs li:last-child{padding:0}.notifications-options-nav .select-wrap{float:right}@media screen and (max-width:544px){.notifications-options-nav>.select-wrap{width:100%}.notification-list .bs-header-item .bb-sort-by-date{margin-right:10px}}#notifications-bulk-management #notification-select{background-position:left .6rem center;border:0;font-size:14px;height:34px;padding-left:30px;min-width:125px}.bs-member-notifications .notification-header{border:0;padding:0;margin-bottom:30px}.bs-member-notifications .title.title{font-size:1.75rem}.bs-member-notifications .notification-header a{font-size:.875rem}.bs-member-notifications .notification-header .settings{font-size:1.375rem;color:#9ca8b4;min-width:22px;text-align:left;margin-right:20px}.notification-wrap.menu-item-has-children>a:after{bottom:-4px;right:0}.notification-wrap.menu-item-has-children>a:before{content:"";display:block;position:absolute;bottom:7px;right:4px;width:15px;height:15px;background:var(--bb-content-background-color);border-left:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color);-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);opacity:0;visibility:hidden}.notification-wrap.menu-item-has-children.selected>a:before{opacity:1;visibility:visible;z-index:1002}.circle-mark{display:block;width:10px;height:10px;border:2px solid;border-radius:100%;color:rgba(var(--bb-primary-color),.5)}.circle-mark.read{background:var(--bb-primary-color)}.notification-list .unread{position:relative}.notification-list .unread:before{background-color:var(--bb-primary-color);border-radius:50%;content:"";height:10px;margin-top:-5px;position:absolute;left:22px;top:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);width:10px}.notification-list .unread:hover{background:var(--bb-content-alternate-background-color)}.notification-list .unread:hover:before{display:none}.notification-list .unread:hover .actions:hover .mark-read{color:#122b46}.bs-item-list.notification-list .bs-item-wrap.read-item{background:var(--bb-content-alternate-background-color)}.bs-item-list.notification-list .bs-item-wrap:not(.no-hover-effect):hover{border-right-color:transparent;border-left-color:transparent}.unread-item{background:#f0f3f7}.notification-list{margin-right:0}.site-header .notification-list{min-width:400px;max-height:52vh;overflow:auto;padding-bottom:0;margin-bottom:0;overflow-x:hidden}.site-header .notification-list .read-item .notification-avatar a>i{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--bb-alternate-text-color);bottom:-5px;border-radius:50%;color:var(--bb-content-background-color);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:19px;line-height:19px;position:absolute;z-index:1;left:-5px;width:19px}.site-header .notification-list .read-item .notification-avatar a>i.bb-icon-calendar{font-size:17px}@media (max-width:543px){.site-header .notification-list{min-width:330px}}@media (max-width:380px){.site-header .notification-list{min-width:280px}}.notification-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:15px;border-bottom:1px solid var(--bb-content-border-color);position:relative}.notification-list li.bs-item-wrap:hover{background-color:transparent}.notification-list li:hover{background:var(--bb-content-alternate-background-color)}@media (min-width:1025px){.notification-list li:hover .actions{opacity:1;visibility:visible;-webkit-transition:.2s all;transition:.2s all}}.notification-list .actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:center;align-self:center;padding-right:5px;position:relative}@media (min-width:1025px){.notification-list .actions{opacity:0;visibility:hidden}}.notification-list .actions a{display:inline-block;padding:0;font-size:24px;margin-right:4px}.notification-list .bs-item-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.notification-list .delete-notification{color:var(--bb-headings-color);opacity:.4;margin-right:10px}.notification-list .delete-notification:hover{color:var(--bb-primary-color);opacity:1}.menu-item-has-children .notification-list li:last-child{margin-bottom:-1px}.menu-item-has-children .notification-list .bs-item-wrap:last-child{border-bottom:0;margin-bottom:0}#header-notification-dropdown .notification-list li{padding-left:12px}.notification-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px;border-bottom:1px solid var(--bb-content-border-color)}.notification-header a{display:block;font-size:13px;font-weight:inherit;color:var(--bb-primary-color);letter-spacing:-.24px;line-height:1;margin:0 22px 0 0;padding:0}.notification-header a:hover{background:100% 0}.notification-header a.mark-all-read{margin-right:auto}.notification-header .settings{color:inherit}.notification-header .settings i{margin-right:-7px}.notification-header .title{font-size:1.125rem;line-height:1;margin:0}.notification-header .title+a{margin-right:auto}.notification-header .mark-read-all{font-size:.875rem;font-weight:500;color:var(--bb-primary-color);cursor:pointer}.notification-header .mark-read-all:hover{color:var(--bb-primary-color)}.notification-avatar{margin-left:10px;position:relative}.notification-avatar img{display:block;max-width:36px;border-radius:50%;image-rendering:optimize-contrast}.notification-content{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:14px;color:var(--bb-alternate-text-color);letter-spacing:-.24px;line-height:1.3;position:relative}.notification-content a{color:var(--bb-headings-color)}.notification-content a:hover{background:100% 0}.notification-content a span{color:var(--bb-primary-color);display:inline-block}.notification-content .posted,.notification-content .typing-indicator{display:block;font-size:.8125rem;margin-top:3px;line-height:19px}[dir=rtl] .notification-content .posted,[dir=rtl] .notification-content .typing-indicator{direction:ltr}.bs-item-wrap .notification-content{font-size:.875rem}.bs-item-wrap span.posted{font-size:14px}.bs-item-wrap .notification-avatar{margin-left:20px}.notification-wrap .bs-item-wrap .notification-content{text-align:center}.notification-footer{position:relative;bottom:0;background:var(--bb-content-background-color);width:100%;border-top:1px solid var(--bb-content-border-color)}.notification-footer .delete-all{font-size:.875rem;font-weight:500;color:var(--bb-primary-color);padding:15px 0;line-height:21px;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}.notification-footer .bb-icon-angle-right{color:inherit;margin-right:0;opacity:.6}.bb-full-link{font-size:0}.bb-full-link>a{cursor:pointer;font-size:0;position:absolute;width:100%;height:100%;right:0;top:0;opacity:0}#header-messages-dropdown-elem .notification-link.active i:after{left:0}#header-messages-dropdown-elem .notification-users a{font-weight:500}#header-messages-dropdown-elem .notification-list li{padding:15px 15px 15px 40px}#header-messages-dropdown-elem .notification-list li.unread:before{display:block}body.messages:not(body.messages) .bp-vertical-navs #item-body,body.notifications:not(body.messages) .bp-vertical-navs #item-body,body.settings:not(body.messages) .bp-vertical-navs #item-body{margin:0;padding:0}body.messages:not(body.messages) .bp-vertical-navs #subnav,body.notifications:not(body.messages) .bp-vertical-navs #subnav,body.settings:not(body.messages) .bp-vertical-navs #subnav{margin:0}body.messages #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap,body.notifications #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap,body.settings #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap{margin-top:0}body.messages.bb-template-v1 .bp-vertical-navs #item-body,body.notifications.bb-template-v1 .bp-vertical-navs #item-body,body.settings.bb-template-v1 .bp-vertical-navs #item-body{padding:20px}@media screen and (max-width:1050px){body.settings .bp-vertical-navs #subnav.bb-subnav-private{margin-bottom:15px}}body.messages.bb-template-v1 .bp-vertical-navs #item-body{padding:20px}@media (min-width:800px) and (max-width:992px){.buddypanel-open #buddypress .notifications-header{-ms-flex-flow:row wrap;flex-flow:row wrap}.buddypanel-open #buddypress .notifications-header .subnav-filters{margin-top:20px;width:100%}.buddypanel-open .notifications-header .notifications-search,.buddypanel-open .notifications-header .subnav-search{width:100%}.buddypanel-open #buddypress .notifications-header .bp-navs li:last-child{padding-left:0}.buddypanel-open .notifications-header .subnav-filters{float:left}}@media (min-width:544px){#notifications-filter-select .select-wrap{margin:0 30px 0 0}}@media (max-width:543px){.bs-member-notifications .bs-item-list.list-view .bs-item-wrap{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}section.notifications .notification-list .actions{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-top:10px;padding-right:75px}.bs-item-wrap span.posted{margin-top:5px}.bs-member-notifications .notification-header{-ms-flex-flow:row wrap;flex-flow:row wrap}#buddypress #item-body .bs-member-notifications .title{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:20px}.bs-member-notifications .notification-header a.mark-all-read{margin-right:0}.bs-member-notifications .notification-header .settings{margin-right:auto}}@media screen and (max-width:800px){#buddypress .notifications-header{-ms-flex-flow:row wrap;flex-flow:row wrap}#buddypress .notifications-header .subnav-filters{margin-top:20px;width:100%}.notifications-header .notifications-search,.notifications-header .subnav-search{width:100%}#buddypress .notifications-header .bp-navs li:last-child{padding-left:0}.notifications-header .subnav-filters div{margin-top:0;margin-bottom:0}}@media screen and (max-width:440px){.bb-sort-by-date{margin-top:10px;width:100%}}body.bp-user.profile:not(.public) #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap{margin-top:0}body.bp-user.profile:not(.public) .bp-wrap{background:100% 0;border:0}body.bp-user.profile:not(.public) .bp-vertical-navs #item-body{margin:0;padding:0}.bp-vertical-navs .bb-profile-grid{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1px;margin:0}@media screen and (max-width:748px){.bp-vertical-navs .bb-profile-grid{margin-right:-10px;margin-left:-10px}}.buddypress-wrap .profile{margin:0}header.profile-header{margin-bottom:30px}#item-body .bb-profile-title{margin:0}.profile-loop-header{border-bottom:1px solid var(--bb-content-border-color);margin:0 0 30px;padding:20px 0}.profile-loop-header .entry-title.bb-profile-title{margin:0;font-family:inherit;font-size:18px;line-height:1.8}@media (max-width:375px){#buddypress .bp-profile-content .profile-loop-header .button{padding:6px 14px}}.bp-profile-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);margin-bottom:30px}@media screen and (max-width:1050px){.bp-profile-wrapper{border:0;background-color:transparent}}.bp-profile-wrapper.need-separator{background-color:transparent;border-color:transparent}.bp-profile-wrapper.need-separator .bp-profile-content{padding:0}.bp-profile-wrapper.need-separator .group-separator-block{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);margin-bottom:30px;padding:0 30px}.bp-profile-wrapper.need-separator table.profile-fields td.data>p{margin:0 0 10px}.bp-profile-wrapper.need-separator header.profile-header{margin-bottom:20px}.bp-profile-wrapper.need-separator .bp-widget{margin-bottom:5px}.bp-profile-wrapper.need-separator .repeater-separator{display:none}.bp-profile-wrapper table.profile-fields{box-shadow:none;border-radius:0;border:0}.bp-profile-wrapper .bp-tables-user tbody tr:nth-child(odd){background:100% 0}.bp-profile-wrapper .bp-widget:not(:last-child){margin-bottom:30px}.bp-profile-wrapper #public-personal-li{display:none}.bb-user-nav-display-wrap .bp-profile-wrapper{background:100% 0;border:0;border-radius:0}.bb-user-nav-display-wrap .bp-profile-content{padding:0}.bb-user-nav-display-wrap header.profile-header{padding-top:0;padding-bottom:20px}#page #buddypress #item-body .bp-profile-wrapper #subnav{-webkit-box-flex:0;-ms-flex:0 0 230px;flex:0 0 230px;background-color:var(--bb-body-background-color);border-left:1px solid var(--bb-content-border-color);border-bottom:0;min-height:60vh;border-radius:0 4px 4px 0;margin:0;padding:30px 0}#page #buddypress #item-body .bp-profile-wrapper #subnav .subnav{float:none}#page #buddypress #item-body .bp-profile-wrapper #subnav li{float:none;padding:0}#page #buddypress #item-body .bp-profile-wrapper #subnav a{border:0;font-size:14px;color:var(--bb-headings-color);letter-spacing:-.24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:13px 20px;line-height:1;margin-bottom:1px}#page #buddypress #item-body .bp-profile-wrapper #subnav a:before{content:"\ee6e";font:normal normal normal 14px/1 bb-icons;speak:none;display:inline-block;font-size:22px;margin-left:10px;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#page #buddypress #item-body .bp-profile-wrapper #subnav a:hover{background:var(--bb-content-alternate-background-color);color:var(--bb-primary-color)}#page #buddypress #item-body .bp-profile-wrapper #subnav #edit:before{content:"\ee5a";font-family:bb-icons;font-size:18px;min-width:22px;text-align:center}#page #buddypress #item-body .bp-profile-wrapper #subnav #change-avatar:before{content:"\ed91";font-family:bb-icons}#page #buddypress #item-body .bp-profile-wrapper #subnav #change-cover-image:before{content:"\eeb4";font-family:bb-icons}#page #buddypress #item-body .bp-profile-wrapper #subnav .selected a{background:var(--bb-content-background-color);color:var(--bb-headings-color);font-weight:400;border-top:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color)}@media screen and (max-width:900px){#page #buddypress #item-body .bp-profile-wrapper #subnav .selected a{border-top:none;border-bottom:none}}#page #buddypress #item-body .bp-profile-wrapper #subnav .selected{position:relative}#page #buddypress #item-body .bp-profile-wrapper #subnav .selected:after{content:"";background:var(--bb-content-background-color);width:4px;height:-webkit-calc(100% - 2px);height:calc(100% - 2px);position:absolute;right:-webkit-calc(100% - 2px);right:calc(100% - 2px);top:1px}@media screen and (max-width:900px){#page #buddypress #item-body .bp-profile-wrapper #subnav .selected:after{display:none}}.bp-profile-content{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1px;padding:0 30px}@media screen and (max-width:1050px){.bp-navs+.bp-profile-content{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color)}}.bp-profile-content .profile:not(.public){padding:50px}.bp-profile-content .profile:not(.public) .screen-heading{font-weight:500;font-size:22px;line-height:1.1}.profile.change-avatar .bp-feedback,.profile.change-cover-image .bp-feedback{font-size:14px;line-height:1.7}.profile.change-avatar .bp-help-text,.profile.change-cover-image .bp-help-text{font-style:normal;padding:10px 0}.profile.change-avatar .warning,.profile.change-cover-image .warning{line-height:1.6}.profile.change-cover-image .bp-cover-image{margin:20px 0}#buddypress div.bp-profile-content table.profile-fields tr td{padding:0 0 12px;word-break:break-word}#buddypress div.bp-profile-content table.profile-fields tr td.label{padding-left:12px}.buddypress-wrap .profile.edit .editfield .description{outline:0;color:var(--bb-alternate-text-color);font-size:14px}.bs-profile-details-wrap .profile-details-heading{margin-bottom:20px;padding:10px 0;line-height:30px;border-bottom:1px solid var(--bb-content-border-color)}.bs-profile-details-wrap .bs-profile-widget-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px}.bs-profile-details-wrap .bs-profile-widget-heading i{display:none;margin-left:10px;width:30px;height:30px;line-height:30px;text-align:center;font-size:22px}.bs-profile-details-wrap .lg-grid-1-2:nth-child(2n+1){border-left:1px solid var(--bb-content-border-color)}.bs-profile-details-wrap .bp-widget{margin-bottom:30px}.bs-profile-details-grid .bb-field-group:nth-child(odd) .bp-widget{padding-left:10px}.bs-profile-details-grid .bb-field-group:nth-child(even) .bp-widget{padding-right:10px}#buddypress table.profile-fields tr td.data,#buddypress table.profile-fields tr td.label{padding:5px 0;font-size:14px;font-weight:400;line-height:inherit;background:100% 0;border:0}#buddypress table.profile-fields tr td.label{color:var(--bb-alternate-text-color);width:35%}#buddypress table.profile-fields tr td.data{color:var(--bb-body-text-color);width:65%}#buddypress table.profile-fields tr:hover{background:100% 0}#buddypress table.profile-fields tr td.label{display:table-cell;padding-left:20px;width:35%;vertical-align:top}#buddypress table.profile-fields tr td.data{display:table-cell;width:65%;vertical-align:top}#item-body>div.profile .bp-feedback .bp-help-text{display:block;font-style:normal;padding:10px 5px}#item-body>div.profile p.bp-feedback{background:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);border-radius:3px;font-size:14px;line-height:1.5;overflow:hidden}#item-body .profile #drag-drop-area{background:rgba(240,243,247,.5);border:1px dashed #dedfe2;border-radius:6px;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:16px;color:var(--bb-headings-color);letter-spacing:-.24px;line-height:26px}#profile-edit-form fieldset{border:0;padding:0;margin-bottom:0;margin-top:0}#buddypress #profile-edit-form .datebox-selects{-webkit-box-align:center;-ms-flex-align:center;align-items:center}div#buddypress #profile-edit-form .datebox-selects label{margin-top:0;margin-bottom:0}#buddypress .profile.edit .button-nav a{color:var(--bb-headings-color)}#buddypress .profile.edit .button-nav a:hover{color:var(--bb-primary-color)}#buddypress .profile.edit .button-nav .current a{color:var(--bb-headings-color);border-bottom-color:var(--bb-primary-color)}#buddypress .profile.edit>#profile-edit-form{max-width:100%}#buddypress .profile.edit>#profile-edit-form .editfield{background:100% 0;border:0;margin:0;padding:0}#buddypress .profile.edit>#profile-edit-form fieldset{padding:0}#buddypress .profile.edit>#profile-edit-form fieldset .editfield legend{font-size:14px;color:var(--bb-headings-color)}#buddypress .profile.edit>#profile-edit-form input[type=email],#buddypress .profile.edit>#profile-edit-form input[type=number],#buddypress .profile.edit>#profile-edit-form input[type=text],#buddypress .profile.edit>#profile-edit-form select{height:50px}#buddypress .profile.edit>#profile-edit-form select[multiple]{min-height:90px;padding:5px}#buddypress .profile.edit>#profile-edit-form select[multiple] option{padding:7px}#buddypress .profile.edit>#profile-edit-form .editfield{margin:15px 0}#buddypress .profile.edit .button-nav{margin:30px 0;border-bottom:1px solid var(--bb-content-border-color)}#buddypress .profile.edit .button-nav a{background:100% 0;padding:0 0 10px;border:0;margin:0 0 -1px 20px;color:inherit;min-height:1px;border-radius:0;box-shadow:none}#buddypress .profile.edit .button-nav a:hover{color:var(--bb-headings-color)}#buddypress .profile.edit .button-nav .current a{background:100% 0;border-bottom:1px solid var(--bb-primary-color);color:var(--bb-headings-color);font-weight:500}#buddypress .profile.edit .visibility-toggle-link{font-size:13px;background-color:transparent;color:var(--bb-headings-color);border:0;font-weight:600;min-height:auto;padding:0;vertical-align:baseline;border-radius:0;margin-right:5px}#buddypress .profile.edit .visibility-toggle-link:active,#buddypress .profile.edit .visibility-toggle-link:focus,#buddypress .profile.edit .visibility-toggle-link:hover{background:100% 0;color:var(--bb-primary-color);box-shadow:none}#buddypress .profile.edit .field-visibility-settings-header{font-size:12px}.buddypress-wrap .profile.edit .button-nav li{margin-top:10px}#item-body>div.profile{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:4px;padding:20px;margin-bottom:20px;font-size:16px}#item-body>div.profile .bp-tables-user,#item-body>div.profile table.forum,#item-body>div.profile table.wp-profile-fields{border-radius:0;box-shadow:none}#item-body>div.profile tr:nth-child(odd){background:100% 0}#item-body>div.profile h2.screen-heading{border-bottom:1px solid var(--bb-content-border-color);margin:0 -20px 20px;padding:0 20px 15px;letter-spacing:.33px;font-size:1rem;font-weight:600;text-transform:uppercase;line-height:1}a.link-change-cover-image,a.link-change-profile-image,a.position-change-cover-image{color:var(--bb-content-background-color)}a.link-change-cover-image i:before,a.link-change-profile-image i:before,a.position-change-cover-image i:before{margin:0;color:var(--bb-content-background-color);position:relative;z-index:2}a.link-change-cover-image i:after,a.link-change-profile-image i:after,a.position-change-cover-image i:after{position:absolute;right:4px;top:4px;z-index:1;content:" ";width:28px;height:28px;background-color:var(--bb-headings-color);border-radius:15px}a.link-change-cover-image .bb-icon-edit-thin,a.link-change-profile-image .bb-icon-edit-thin,a.position-change-cover-image .bb-icon-edit-thin{font-size:24px}a.link-change-cover-image:hover i:after,a.link-change-profile-image:hover i:after,a.position-change-cover-image:hover i:after{background-color:var(--bb-primary-color)}#buddypress #header-cover-image .header-cover-reposition-wrap>.button{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular)}#buddypress #header-cover-image .header-cover-reposition-wrap>.button:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}#buddypress #header-cover-image .header-cover-reposition-wrap>.button: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)}.bb-buddypanel #item-header .width-full .position-change-cover-image,.bb-buddypanel #item-header .width-full a.link-change-cover-image{right:45px}.bb-buddypanel #item-header #header-cover-image.width-full .header-cover-reposition-wrap .cover-image-save{margin-left:55px}.bb-buddypanel.buddypanel-open #item-header #header-cover-image.width-full .header-cover-reposition-wrap .cover-image-save{margin-left:135px}.bb-buddypanel.buddypanel-open #item-header .width-full .position-change-cover-image,.bb-buddypanel.buddypanel-open #item-header .width-full a.link-change-cover-image{right:120px}.buddypress-wrap .profile.edit .repeater_group_outer{background:var(--bb-content-alternate-background-color);border-radius:4px;padding:15px 15px 0}#buddypress #btn_add_repeater_set{float:right;height:32px;margin-left:10px}#buddypress #btn_add_repeater_set .dashicons{font:normal normal normal 18px/1 bb-icons}#buddypress #btn_add_repeater_set .dashicons:before{content:"\eef9"}#buddypress .repeater_tools a{color:var(--bb-alternate-text-color);cursor:pointer}#buddypress .repeater_tools a:hover{color:var(--bb-primary-color)}#buddypress .repeater_tools .dashicons{font:normal normal normal 18px/1 bb-icons}#buddypress .repeater_tools .dashicons-edit:before{content:"\ee5a"}#buddypress .repeater_tools .dashicons-trash:before{content:"\ef48"}tr.repeater-separator td{border-top:1px solid rgba(0,0,0,.025);border-bottom:0}.repeater_group_inner{border-top:1px solid #eee;display:none;margin:10px -15px;padding:10px 15px}.buddypress-wrap .profile.edit .repeater_group_outer .repeater_tools{margin-bottom:15px}.buddypress-wrap .profile.edit .repeater_group_outer .repeater_set_title{font-size:17px}.active .repeater_set_title{font-weight:600}.bb-user-nav-display-wrap .widget-area{margin-top:20px}body #buddypress .bp-list.invites .action{margin:0 auto 0 0}.bp-sitewide-notice-wrap{background:100% 0;border:0;display:-webkit-box;display:-ms-flexbox;display:flex}.bp-sitewide-notice .bp-sitewide-notice-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto;max-width:1200px;padding-right:10px;padding-left:10px;width:100%}.bp-feedback.bp-sitewide-notice+.users-header div#cover-image-container{margin-top:-26px}#cover-image-container #item-header-avatar img{background-color:var(--bb-content-background-color)}.site .bp-feedback.bp-sitewide-notice{background:#fff;box-shadow:0 10px 25px -5px rgba(18,43,70,.05);padding:20px 30px;border:0;border-bottom:1px solid var(--bb-content-border-color);border-radius:0;line-height:1.5;margin:0;position:relative}.site-content .bp-feedback.bp-sitewide-notice{display:none}.bp-feedback.bp-sitewide-notice button{height:auto;width:auto;padding:0;background:100% 0;box-shadow:none;border:0;color:var(--bb-body-text-color);margin-right:auto}.bp-feedback.bp-sitewide-notice .bp-icon{display:none}.bp-feedback.bp-sitewide-notice p{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 0 0 10px;color:var(--bb-body-text-color);font-size:14px}.bp-feedback.bp-sitewide-notice strong{display:block;margin-bottom:-15px}.messages #buddypress .bp-feedback.bp-sitewide-notice{margin-top:-25px}@media (min-width:800px){#buddypress table.profile-fields tr td.label{width:25%}#buddypress table.profile-fields tr td.data{width:75%}}@media (max-width:991px){.bs-profile-details-grid .bb-field-group:nth-child(odd) .bp-widget{padding-left:0}.bs-profile-details-grid .bb-field-group:nth-child(even) .bp-widget{padding-right:0}}@media screen and (max-width:1050px){#page #buddypress #item-body .bp-profile-wrapper #subnav{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:10px;border-left:0;border-radius:4px 4px 0 0;padding:0;margin-bottom:15px}.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav{padding:0}#page #buddypress #item-body .bp-profile-wrapper #subnav li{float:right;margin-left:1px}#buddypress .profile.edit .button-nav a{margin-top:20px}#buddypress .profile.edit .button-nav{margin-top:0}.buddypress-wrap .item-body .profile.edit .screen-heading{margin:0}.bp-profile-content .profile:not(.public){padding:30px 0}}@media screen and (max-width:520px){#buddypress #btn_add_repeater_set{margin-bottom:15px}#buddypress #profile-edit-form{margin-bottom:0}}.bp-invites-container,.bp-settings-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:4px;margin-bottom:30px}@media screen and (max-width:1050px){.bp-settings-container{border:0;background-color:transparent}}.bp-invites-container{border:0;border-radius:var(--bb-block-radius);background:100% 0}.bp-single-vert-nav .bp-settings-container .bp-navs,.buddypress-wrap .bp-settings-container .bp-navs{-webkit-box-flex:0;-ms-flex:0 0 245px;flex:0 0 245px;background-color:var(--bb-body-background-color);border-left:1px solid var(--bb-content-border-color);border-bottom:0;min-height:60vh;border-radius:0 4px 4px 0;margin:0;padding:30px 0}.bp-single-vert-nav .bp-settings-container .bp-navs li,.buddypress-wrap .bp-settings-container .bp-navs li{float:none;padding:0}.bp-single-vert-nav .bp-settings-container .bp-navs a,.buddypress-wrap .bp-settings-container .bp-navs a{border:0;font-size:14px;color:var(--bb-headings-color);letter-spacing:-.24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px 20px;line-height:1;margin-bottom:1px}.bp-single-vert-nav .bp-settings-container .bp-navs a:before,.buddypress-wrap .bp-settings-container .bp-navs a:before{content:"\ee6e";font:normal normal normal 14px/1 bb-icons;speak:none;display:inline-block;font-size:18px;margin-left:10px;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media only screen and (max-width:768px){.bp-single-vert-nav .bp-settings-container .bp-navs a:before,.buddypress-wrap .bp-settings-container .bp-navs a:before{display:none}}.bp-single-vert-nav .bp-settings-container .bp-navs a:hover,.buddypress-wrap .bp-settings-container .bp-navs a:hover{background:var(--bb-content-alternate-background-color);color:var(--bb-primary-color)}.bp-single-vert-nav .bp-settings-container .bp-navs #general:before,.buddypress-wrap .bp-settings-container .bp-navs #general:before{content:"\ee27"}.bp-single-vert-nav .bp-settings-container .bp-navs #notifications:before,.buddypress-wrap .bp-settings-container .bp-navs #notifications:before{content:"\ee62"}.bp-single-vert-nav .bp-settings-container .bp-navs #notifications.notification-preferences:before,.buddypress-wrap .bp-settings-container .bp-navs #notifications.notification-preferences:before{content:"\e86d"}.bp-single-vert-nav .bp-settings-container .bp-navs #social.bb-sso-accounts:before,.buddypress-wrap .bp-settings-container .bp-navs #social.bb-sso-accounts:before{content:"\eec8"}.bp-single-vert-nav .bp-settings-container .bp-navs #profile:before,.buddypress-wrap .bp-settings-container .bp-navs #profile:before{content:"\eecc"}.bp-single-vert-nav .bp-settings-container .bp-navs #blocked-members:before,.buddypress-wrap .bp-settings-container .bp-navs #blocked-members:before{content:"\ef64"}.bp-single-vert-nav .bp-settings-container .bp-navs #invites:before,.buddypress-wrap .bp-settings-container .bp-navs #invites:before{content:"\ef5a"}.bp-single-vert-nav .bp-settings-container .bp-navs #export:before,.buddypress-wrap .bp-settings-container .bp-navs #export:before{content:"\E889"}.bp-single-vert-nav .bp-settings-container .bp-navs #delete-account:before,.buddypress-wrap .bp-settings-container .bp-navs #delete-account:before{content:"\ef48"}.bp-single-vert-nav .bp-settings-container .bp-navs ul.subnav,.buddypress-wrap .bp-settings-container .bp-navs ul.subnav{width:100%}.bp-single-vert-nav .bp-settings-container .bp-navs .current a,.bp-single-vert-nav .bp-settings-container .bp-navs .selected a,.buddypress-wrap .bp-settings-container .bp-navs .current a,.buddypress-wrap .bp-settings-container .bp-navs .selected a{background:var(--bb-content-background-color);color:var(--bb-headings-color);font-weight:400;border-top:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color)}@media screen and (max-width:900px){.bp-single-vert-nav .bp-settings-container .bp-navs .current a,.bp-single-vert-nav .bp-settings-container .bp-navs .selected a,.buddypress-wrap .bp-settings-container .bp-navs .current a,.buddypress-wrap .bp-settings-container .bp-navs .selected a{border-top:none;border-bottom:none}}.bp-single-vert-nav .bp-settings-container .bp-navs .selected,.buddypress-wrap .bp-settings-container .bp-navs .selected{position:relative}.bp-single-vert-nav .bp-settings-container .bp-navs .selected:after,.buddypress-wrap .bp-settings-container .bp-navs .selected:after{content:"";background:var(--bb-content-background-color);width:4px;height:-webkit-calc(100% - 2px);height:calc(100% - 2px);position:absolute;right:-webkit-calc(100% - 2px);right:calc(100% - 2px);top:1px}@media screen and (max-width:900px){.bp-single-vert-nav .bp-settings-container .bp-navs .selected:after,.buddypress-wrap .bp-settings-container .bp-navs .selected:after{display:none}}#buddypress .bb-bp-settings-content{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:55px 50px;border-radius:var(--bb-block-radius);width:-webkit-calc(100% - 245px);width:calc(100% - 245px)}#buddypress .bb-bp-settings-content h2.screen-heading{font-weight:500;font-size:22px;line-height:1.1}#buddypress .bb-bp-settings-content label{display:block;font-size:16px;font-weight:400;color:var(--bb-body-text-color);letter-spacing:-.27px;line-height:1.187;margin-bottom:12px}#buddypress .bb-bp-settings-content .bp-radio-wrap label{display:inline-block}#buddypress .bb-bp-settings-content .settings-input{margin-bottom:20px}#buddypress .bb-bp-settings-content .bp-feedback{margin-bottom:30px}#buddypress .bb-bp-settings-content .info.bp-feedback{background:var(--bb-content-background-color)}#buddypress .bb-bp-settings-content .info.email-pwd-info{display:none}#buddypress .bb-bp-settings-content .bp-help-text{font-size:16px;color:var(--bb-alternate-text-color);letter-spacing:-.27px;line-height:1.2}#buddypress .bb-bp-settings-content .notification-settings{border-top:1px solid rgba(0,0,0,.05);border-radius:0;margin-top:20px;margin-bottom:20px}#buddypress .bb-bp-settings-content .notification-settings td,#buddypress .bb-bp-settings-content .notification-settings th{border-bottom:0;padding:0}#buddypress .bb-bp-settings-content .notification-settings td,#buddypress .bb-bp-settings-content .notification-settings th{padding:6px 0;border:0;vertical-align:middle;font-size:16px;color:inherit;letter-spacing:-.27px;line-height:1.38}#buddypress .bb-bp-settings-content .notification-settings th{font-size:14px;color:var(--bb-alternate-text-color);letter-spacing:.5px;text-transform:uppercase;font-weight:500}#buddypress .bb-bp-settings-content .notification-settings th.title{padding-top:30px}#buddypress .bb-bp-settings-content .notification-settings th.yes{min-width:80px}#buddypress .bb-bp-settings-content .bp-tables-user,#buddypress .bb-bp-settings-content table.forum,#buddypress .bb-bp-settings-content table.wp-profile-fields{table-layout:fixed}#buddypress .bb-bp-settings-content .bp-tables-user th.title,#buddypress .bb-bp-settings-content table.forum th.title,#buddypress .bb-bp-settings-content table.wp-profile-fields th.title{padding:12px 20px}#buddypress .bb-bp-settings-content .bp-tables-user td,#buddypress .bb-bp-settings-content table.forum td,#buddypress .bb-bp-settings-content table.wp-profile-fields td{background:100% 0;border:0;padding:12px 20px}#buddypress .bb-bp-settings-content table#xprofile-settings-base th:first-child,#buddypress .bb-bp-settings-content table#xprofile-settings-important-data th:first-child{width:40%}#buddypress .bp-tables-report{table-layout:fixed}#buddypress .bp-tables-report th{padding:12px 20px}#buddypress .bp-tables-report td{background:100% 0;border:0;padding:12px 20px}.bb-bp-settings-content #settings-form input.settings-input{height:50px}.bb-bp-settings-content #settings-form .bb-password-wrap .settings-input{padding-left:50px}.bb-bp-settings-content input#submit{min-width:160px;height:42px;font-weight:500}.bb-bp-settings-content .bb-password-wrap a.bb-toggle-password{height:50px;width:50px}.bb-bp-settings-content .bp-help-text.email-notifications-info{margin-bottom:2.1875rem}.bb-bp-settings-content .notification_info{margin-bottom:35px}.bb-bp-settings-content .notification_info .notification_type h3{font-size:1rem;line-height:1.2rem;font-weight:600;margin-bottom:5px}.bb-bp-settings-content .notification_info .notification_type p{color:var(--bb-alternate-text-color);font-size:.9rem;line-height:1rem}.bb-bp-settings-content .notification_info .notification_type .notification_type_info{margin-right:15px;-ms-flex-preferred-size:calc(100% - 60px);flex-basis:-webkit-calc(100% - 60px);flex-basis:calc(100% - 60px)}.bb-bp-settings-content .notification_info .notification_type .notification_type_icon{width:45px;height:45px;background-color:var(--bb-content-alternate-background-color);border-radius:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0}.bb-bp-settings-content .notification_info .notification_type .bb-icon{color:var(--bb-alternate-text-color);font-size:24px;line-height:42px}.bb-template-v2 .bb-bp-settings-content .notification_info .notification_type .bb-icon{font-weight:300}.buddypress-wrap .bb-bp-settings-content .email-settings-screen{margin-bottom:10px}.bb-bp-settings-content .main-notification-settings+#activity-notification-settings{border-collapse:separate;border:0;margin-bottom:20px}.bb-bp-settings-content .main-notification-settings+#activity-notification-settings thead th{border-top:1px solid var(--bb-content-border-color);border-bottom:0;padding-top:15px;padding-bottom:0}.bb-bp-settings-content .main-notification-settings+#activity-notification-settings thead th.title{border-right:1px solid var(--bb-content-border-color);border-top-right-radius:var(--bb-block-radius-inner);padding-right:25px;padding-top:15px}.bb-bp-settings-content .main-notification-settings+#activity-notification-settings thead th.no{border-left:1px solid var(--bb-content-border-color);border-top-left-radius:var(--bb-block-radius-inner);padding-left:25px;min-width:80px}.bb-bp-settings-content .main-notification-settings+#activity-notification-settings tbody td{padding:15px 10px 0 0;font-size:14px}.bb-bp-settings-content .main-notification-settings+#activity-notification-settings tbody td:nth-child(2){border-right:1px solid var(--bb-content-border-color);padding-right:25px}.bb-bp-settings-content .main-notification-settings+#activity-notification-settings tbody td:last-child{padding-left:25px;border-left:1px solid var(--bb-content-border-color)}.bb-bp-settings-content .main-notification-settings+#activity-notification-settings tbody td .bp-radio-wrap label{margin:0}.bb-bp-settings-content .main-notification-settings+#activity-notification-settings tbody tr:last-child td{border-bottom:1px solid var(--bb-content-border-color);padding-bottom:20px}.bb-bp-settings-content .main-notification-settings+#activity-notification-settings tbody tr:last-child td:nth-child(2){border-bottom-right-radius:var(--bb-block-radius-inner)}.bb-bp-settings-content .main-notification-settings+#activity-notification-settings tbody tr:last-child td:last-child{border-bottom-left-radius:var(--bb-block-radius-inner)}.bb-bp-settings-content .main-notification-settings+#activity-notification-settings .no,.bb-bp-settings-content .main-notification-settings+#activity-notification-settings .title,.bb-bp-settings-content .main-notification-settings+#activity-notification-settings .yes{font-size:13px;font-weight:600}.bb-bp-settings-content .main-notification-settings{border-collapse:separate;border:0;margin-bottom:20px}.bb-template-v2 .bb-bp-settings-content .main-notification-settings:first-of-type thead th{border:0}.bb-bp-settings-content .main-notification-settings thead{background-color:transparent}.bb-bp-settings-content .main-notification-settings thead .title{padding-right:25px}.bb-bp-settings-content .main-notification-settings thead+tbody tr:first-child td{padding-top:30px}.bb-bp-settings-content .main-notification-settings th{border-color:var(--bb-content-border-color);background-color:var(--bb-content-alternate-background-color);font-size:14px;padding:14px}.bb-bp-settings-content .main-notification-settings th:first-child{border-radius:0 var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0}.bb-bp-settings-content .main-notification-settings th:last-child{border-left:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner) 0 0 var(--bb-block-radius-inner);overflow:hidden}.bb-bp-settings-content .main-notification-settings tr:last-child th{border-bottom:1px solid var(--bb-content-border-color)}.bb-bp-settings-content .main-notification-settings .title{font-size:13px;font-weight:600}.bb-bp-settings-content .main-notification-settings tbody tr:first-child td:first-child{border-top-right-radius:var(--bb-block-radius-inner)}.bb-bp-settings-content .main-notification-settings tbody tr:first-child td:last-child{border-top-left-radius:var(--bb-block-radius-inner)}.bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child td{padding-right:25px;padding-left:25px;border:1px solid var(--bb-content-border-color);border-top-right-radius:var(--bb-block-radius-inner);border-top-left-radius:var(--bb-block-radius-inner);border-bottom:0}.bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child~tr td{border-bottom:0;padding-bottom:0}.bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child~tr td:first-child{border-right:1px solid var(--bb-content-border-color);padding-right:25px}.bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child~tr td:last-child{border-left:1px solid var(--bb-content-border-color)}.bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child~tr:last-child td{border-bottom:1px solid var(--bb-content-border-color);padding-bottom:20px}.bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child~tr:last-child td:first-child{border-bottom-right-radius:var(--bb-block-radius-inner)}.bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child~tr:last-child td:last-child{border-bottom-left-radius:var(--bb-block-radius-inner)}.bb-bp-settings-content .main-notification-settings tbody tr:not(.notification_heading):first-child td{border-top:1px solid var(--bb-content-border-color)}.bb-bp-settings-content .main-notification-settings tbody tr:not(.notification_heading):first-child td:first-child{border-right:1px solid var(--bb-content-border-color);padding-right:25px}.bb-bp-settings-content .main-notification-settings tbody tr:not(.notification_heading):first-child td:last-child{border-left:1px solid var(--bb-content-border-color)}.bb-bp-settings-content .main-notification-settings tbody td{font-size:14px;padding:15px 10px 15px 0}.bb-bp-settings-content .main-notification-settings tbody td:first-child{padding-right:0}.bb-bp-settings-content .main-notification-settings tbody tr:last-child:not(.notification_heading) td{border-bottom:1px solid var(--bb-content-border-color)}.bb-bp-settings-content .main-notification-settings tbody .notification_heading td{padding-top:15px;padding-bottom:0}.bb-bp-settings-content .main-notification-settings tbody .title{color:var(--bb-alternate-text-color)}.bb-bp-settings-content .main-notification-settings .bs-styled-checkbox+label:before{width:16px;height:16px;vertical-align:middle}.bb-bp-settings-content .main-notification-settings .bs-styled-checkbox:checked+label:after{font-size:13px;font-weight:400;right:2px;top:3px;line-height:1}.bb-bp-settings-content .main-notification-settings .bs-styled-checkbox:disabled+label:before,.bb-bp-settings-content .main-notification-settings li.disabled>.bs-styled-checkbox+label:before{border-color:#ddd;background:#ddd}.bb-bp-settings-content .main-notification-settings .bs-styled-checkbox:disabled:not(:checked)+label:before{background-color:transparent}@media screen and (max-width:900px){.bb-bp-settings-content .main-notification-settings{margin-bottom:0}.bb-bp-settings-content .main-notification-settings:first-of-type{margin-bottom:20px}.bb-bp-settings-content .main-notification-settings:last-of-type tbody tr.notification_heading:first-child~tr:last-child td{border-bottom:0}.bb-bp-settings-content .main-notification-settings .bb-mobile-setting ul{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius-inner)}.bb-bp-settings-content .main-notification-settings thead th.title{border-radius:var(--bb-block-radius-inner);border-left:1px solid var(--bb-content-border-color)}.bb-bp-settings-content .main-notification-settings .disabled input.bs-styled-checkbox{opacity:0}.bb-bp-settings-content .main-notification-settings .bb-mobile-setting .bb-mobile-setting-anchor{font-weight:400;border-radius:var(--bb-block-radius-inner)}.bb-bp-settings-content .main-notification-settings .bb-mobile-setting .bb-mobile-setting-anchor:after{font-size:20px;font-weight:400}.bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child td{border:0;padding-right:15px}.bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child~tr td:first-child{border-right:0;border-radius:0!important;padding-right:15px;padding-left:15px}.bb-bp-settings-content .main-notification-settings tbody tr:not(.notification_heading):only-child td:first-child,.bb-bp-settings-content .main-notification-settings tbody tr:not(.notification_heading):only-child td:last-child,.bb-bp-settings-content .main-notification-settings tbody tr:only-child td:first-child,.bb-bp-settings-content .main-notification-settings tbody tr:only-child td:last-child{border-width:0;border-bottom-width:1px;border-radius:0;padding-right:15px;padding-left:15px}}@media screen and (max-width:900px){.notification_info .notification_type{border-color:var(--bb-content-border-color)}}#buddypress .bb-bp-settings-content .main-notification-settings label{margin:0;font-size:14px;font-weight:500}#moderation-list .bp-unblock-user,#moderation-list .moderation-item-actions .button.disabled{min-width:120px;height:42px;font-weight:500;float:left}#moderation-list .moderation-item-actions .button.disabled{color:#fff;border:0;box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}#moderation-list td.moderation-block-member .description{margin-right:10px;font-size:90%;border:1px solid var(--bb-danger-color);color:var(--bb-danger-color);padding:4px 8px;border-radius:20px}.dz-default{font-size:14px;font-weight:300;cursor:pointer;letter-spacing:-.24px;line-height:1.3;position:relative;z-index:1;color:#fff;text-align:center}.dz-default:before{content:"\e864";font-family:bb-icons;font-size:24px;font-style:normal;font-weight:500;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-left:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-right:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dz-default span{display:block;margin-top:8px}.dz-default.dz-drag{position:absolute;width:100%;height:100%;top:0;margin: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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:5;pointer-events:none}.dz-default.dz-drag:before{content:"\edb1"}.left-vertical-tabs{-webkit-box-flex:0;-ms-flex:0 0 250px;flex:0 0 250px;background:var(--bb-content-alternate-background-color);border-left:1px solid var(--bb-content-border-color);min-height:60vh;border-radius:0 4px 4px 0;padding:40px 0}.left-vertical-tabs ul{list-style:none;margin:0}.left-vertical-tabs ul a{font-size:14px;color:#939597;letter-spacing:-.24px;display:block;padding:13px 20px;line-height:1}.left-vertical-tabs ul a:hover{color:var(--bb-primary-color)}.left-vertical-tabs ul i{font-size:24px;width:24px}.left-vertical-tabs li{-webkit-transition:.3s all;transition:.3s all;margin-bottom:1px}.left-vertical-tabs li:hover{background:rgba(77,92,109,.1)}.left-vertical-tabs .active{background:rgba(77,92,109,.1)}.left-vertical-tabs .active a{color:#122b46}.left-vertical-tabs span.title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.left-vertical-tabs span.title span{margin-right:10px}.bb-input-wrap{display:block;position:relative}.bb-input-wrap .bb-input{height:50px;width:100%}.bb-input-wrap i{right:0;top:0;position:absolute;width:50px;height:50px;line-height:50px;text-align:center;color:var(--bb-headings-color);opacity:.4;font-size:22px;z-index:1}.bb-input-wrap i+.bb-input{padding-right:48px}.bb-input-wrap .bb-icon-visibility{font-size:24px;right:auto;left:0}.bb-input-wrap .bb-textarea{height:120px;width:100%}.bb-input-wrap textarea{resize:vertical}span.bb-visibility-wrap{left:0;top:0;position:absolute;width:50px;height:50px;line-height:50px;z-index:1}.bb-input[type=password]+.bb-visibility-wrap .bb-icon-visibility:before{font-family:bb-icons;content:"\ee6a"}.bb-input[type=text]+.bb-visibility-wrap .bb-icon-visibility:before{content:"\ee69";font-family:bb-icons}.bs-settings-container .bb-input[type=password]{padding-left:40px}.settings-header.entry-header{margin-bottom:30px}.profile-header i.bb-icon-user-small,.settings-header i.bb-icon-user-small{margin:0;width:auto;height:auto;font-size:18px;position:relative;line-height:1;top:1px}div.bs-settings-container .bb-profile-avatar-wrap{position:relative;margin-right:45px;margin-top:-155px;height:152px;width:152px}div.bs-settings-container .bb-profile-avatar-wrap .dz-default span{display:block}.bb-profile-avatar-wrap+.button-wrap{margin-top:0}#bb-profile-avatar-wrap-components{overflow:hidden;height:152px;width:152px;border-radius:4px;position:relative}#bb-profile-avatar-wrap-components video{position:absolute;z-index:3;object-fit:cover}#bb-profile-avatar-wrap-components #captureAvatarlink{position:absolute;z-index:3;top:0;right:10px;font-size:12px;font-weight:500;text-transform:uppercase}#bb-profile-avatar-wrap-components #avatar-drag-message{z-index:1}#bb-profile-avatar-wrap-components div#profile_avatar{background-size:cover;background-repeat:no-repeat;border:2px solid #fff;position:relative;height:100%;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;z-index:5}#bb-profile-avatar-wrap-components div#profile_avatar:before{background:rgba(18,43,70,.3);content:"";position:absolute;right:0;top:0;height:100%;width:100%}#bb-profile-avatar-wrap-components .croppie-container{position:absolute;top:0;-webkit-transition:all .2s ease;transition:all .2s ease;z-index:3}#bb-profile-avatar-wrap-components .croppie-container .cr-boundary{width:100%!important;height:100%!important;position:absolute;top:0;z-index:3;background:#fff}#bb-profile-avatar-wrap-components .croppie-container .cr-viewport{border:0}.has-sidebar .bb-profile-avatar-wrap{width:90px;height:90px;margin-top:-60px}.has-sidebar .bb-profile-avatar-wrap .dz-default span{display:none}.bb-profile-cover-wrap #cover-drag-message{z-index:1}.bb-profile-cover-wrap .croppie-container{position:absolute;overflow:hidden;border-radius:4px;z-index:3}.bb-profile-cover-wrap .croppie-container .cr-boundary{width:100%!important;height:100%!important;padding-top:26.895%;position:absolute;top:0;background:#fff}.bb-profile-cover-wrap .croppie-container .cr-viewport{border:0}.bb-profile-cover-wrap .dz-default{position:absolute;top:50%;margin-top:-25px}.bb-profile-cover-wrap .dz-default.dz-drag{top:0;margin:0}.cr-viewport{width:100%!important;height:100%!important}.bb-profile-wrap{z-index:2;position:relative}.bb-profile-wrap [class*=bb-delete]{color:#fff;font-size:22px;position:absolute;top:0;left:0;z-index:5}.bb-profile-wrap .bs-dropdown-wrap{position:absolute;z-index:7;top:0;left:0}.bb-profile-wrap .bs-dropdown-wrap .bs-dropdown{top:46px}.bb-profile-wrap .bs-dropdown-wrap .bs-dropdown:after{left:15px}.bb-profile-wrap .bs-dropdown-wrap .bb-icon-menu-dots-v{color:#fff;position:relative;left:10px;top:10px}.bb-profile-wrap.loading .cr-image{opacity:.6!important}.bb-profile-wrap.loading:before{position:absolute;top:38%;right:0;left:0;margin:auto;content:"\ef30";font-family:bb-icons;font-size:24px;font-weight:400;line-height:36px;color:#fff;text-align:center;-webkit-animation:spin 3s infinite linear;animation:spin 3s infinite linear;z-index:12}.bb-profile-wrap.loading .dz-default{display:none}.bb-field-wrap{margin-bottom:20px}.bb-profile-section .bs-dropdown-link .bs-dropdown-link{font-size:14px;cursor:pointer;color:#939597;background-image:url(../images/svg/arrow-down.svg);background-position:left 7px;background-repeat:no-repeat;padding-left:15px}.bb-profile-section i{font-size:14px;color:#939597;margin-left:5px}.bb-profile-section input:not([type=checkbox],[type=radio]),.bb-profile-section select,.bb-profile-section textarea{width:100%}.bb-profile-section .bb-icon-user-small-plus{font-size:17px}.notification-settings-wrap{border-top:1px solid rgba(0,0,0,.05);padding-top:25px;padding-bottom:25px}.notification-settings-wrap:last-child{border-bottom:1px solid rgba(0,0,0,.05)}.notification-settings-wrap td,.notification-settings-wrap th{padding:6px 0;border:0;vertical-align:middle;font-size:16px;color:var(--bb-body-text-color);letter-spacing:-.27px;line-height:1.38}.notification-settings-wrap th{padding:5px 0 15px}.notification-settings-wrap .yes{padding-right:15px;text-align:left}div#message.error{background-color:var(--bb-danger-color);color:#fff;border:1px solid var(--bb-danger-color);padding:.615em 1.15em .615em 2.25em;font-size:14px;line-height:1.5;border-radius:3px}.bb-delete-account-wrap{margin:30px 0}.vdp-datepicker .vdp-datepicker__calendar{background:#fff;box-shadow:0 8px 14px 0 rgba(0,0,0,.08);border:0;border-radius:4px;max-width:100%}.vdp-datepicker .vdp-datepicker__calendar header{border-bottom:1px solid #e8eaed;overflow:hidden;height:48px;line-height:48px;font-size:14px;color:var(--bb-primary-color);letter-spacing:-.24px;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.vdp-datepicker .vdp-datepicker__calendar>div{padding:10px 20px 20px}.vdp-datepicker .vdp-datepicker__calendar .next,.vdp-datepicker .vdp-datepicker__calendar .prev{line-height:1;text-indent:0;font-size:0}.vdp-datepicker .vdp-datepicker__calendar .next:before,.vdp-datepicker .vdp-datepicker__calendar .prev:before{content:"\e827";color:#53597b;display:inline-block;font:normal normal normal 14px/1 bb-icons;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;right:10px;font-size:24px;-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg);top:-12px}.vdp-datepicker .vdp-datepicker__calendar .next:after,.vdp-datepicker .vdp-datepicker__calendar .prev:after{display:none}.vdp-datepicker .vdp-datepicker__calendar .next:before{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.vdp-datepicker .vdp-datepicker__calendar .cell.day-header{font-size:10px;color:var(--bb-body-text-color);opacity:.5;text-transform:uppercase}.vdp-datepicker .vdp-datepicker__calendar .cell{font-size:14px;color:var(--bb-headings-color)}.vdp-datepicker .vdp-datepicker__calendar .cell.selected,.vdp-datepicker .vdp-datepicker__calendar .cell.selected.highlighted,.vdp-datepicker .vdp-datepicker__calendar .cell.selected:hover{background:100% 0;color:#fff;position:relative}.vdp-datepicker .vdp-datepicker__calendar .cell.selected.highlighted:not(.day),.vdp-datepicker .vdp-datepicker__calendar .cell.selected:hover:not(.day),.vdp-datepicker .vdp-datepicker__calendar .cell.selected:not(.day){background:var(--bb-primary-color)}.vdp-datepicker .vdp-datepicker__calendar .cell.selected.day:before,.vdp-datepicker .vdp-datepicker__calendar .cell.selected.highlighted.day:before,.vdp-datepicker .vdp-datepicker__calendar .cell.selected:hover.day:before{content:"";position:absolute;right:0;left:0;margin:0 auto;display:block;height:32px;width:32px;background:var(--bb-primary-color);color:#fff;border-radius:50%;z-index:-1;top:3px}.vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank,.disabled).day:hover,.vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank,.disabled).month:hover,.vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank,.disabled).year:hover{border:1px solid transparent}.vdp-datepicker .vdp-datepicker__calendar .cell:not(.selected):hover{color:var(--bb-primary-color)}#buddypress #profile-edit-form{max-width:520px;width:100%}#buddypress #profile-edit-form .editfield{margin-bottom:20px}#buddypress #profile-edit-form fieldset{margin:0}#buddypress #profile-edit-form .clear-value{display:none}#buddypress #profile-edit-form label:not(.bp-screen-reader-text),#buddypress #profile-edit-form legend:not(.bp-screen-reader-text){display:block;font-size:16px;font-weight:400;font-style:normal;color:var(--bb-headings-color);letter-spacing:-.27px;line-height:1;margin-bottom:12px}#buddypress #profile-edit-form input[type=text],#buddypress #profile-edit-form select{height:50px;font-style:normal;width:100%}#buddypress #profile-edit-form .field-visibility-settings-toggle{margin:0;position:relative}#buddypress #profile-edit-form .field-visibility-settings-toggle select{position:absolute;left:0;top:-6px;width:140px;height:30px;font-size:14px;color:#939597;background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:left 10px center;padding-left:26px;border:0;text-align:left;direction:ltr;font-style:normal;-webkit-appearance:none;-moz-appearance:none;appearance:none}#buddypress #profile-edit-form .wp-editor-container .button,#buddypress #profile-edit-form .wp-editor-container button{padding:4px 2px;background:100% 0;border:0;height:auto;margin:0;min-height:20px}#buddypress #profile-edit-form .wp-editor-container .mce-ico{color:#222}#buddypress #profile-edit-form .quicktags-toolbar{background:#ecf0f1}#buddypress #profile-edit-form .wp-editor-container textarea{border:0;font-family:inherit;letter-spacing:-.24px;line-height:1.5;font-size:1rem;padding-top:10px;padding-bottom:10px;height:auto}#buddypress #profile-edit-form .datebox-selects{display:-webkit-box;display:-ms-flexbox;display:flex}#buddypress #profile-edit-form .datebox-selects select:not(:last-child){margin-left:10px}#buddypress #profile-edit-form .datebox-selects label{margin-left:10px;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#buddypress #profile-edit-form div.submit{clear:none;padding:0}#buddypress #profile-edit-form div.submit input{margin-left:0;height:38px}#subnav.subnav_tab{border-bottom:0}#subnav.subnav_tab .subnav li{padding:0}#subnav.subnav_tab .subnav li a{color:var(--bb-body-text-color);background-color:transparent;border:0;border-bottom:1px solid transparent;border-radius:0;padding:0 0 10px}#subnav.subnav_tab .subnav li a:focus,#subnav.subnav_tab .subnav li a:hover{background-color:transparent}#subnav.subnav_tab .subnav li.selected a{border-bottom-color:var(--bb-primary-color);color:var(--bb-headings-color);font-weight:600}.bb-accordion{border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner)}.bb-accordion .bb-accordion_panel{border-color:var(--bb-content-border-color)}.buddypress-wrap .bb-accordion .bb-accordion_title{color:var(--bb-headings-color);margin-bottom:0}.buddypress .buddypress-wrap .bb-accordion .bb-accordion_trigger{color:var(--bb-headings-color);opacity:.4;top:15px;box-shadow:none}@media screen and (max-width:767px){.bb-accordion{border-radius:0}.bb-accordion.is_closed{border-color:var(--bb-content-border-color)}}.subscription-items li{border-radius:var(--bb-block-radius-inner)}.subscription-items li:focus-within,.subscription-items li:hover{background-color:var(--bb-content-alternate-background-color)}.subscription-items .subscription-item_image img,.subscription-items .subscription-item_image:before{border-radius:var(--bb-block-radius-inner)}.subscription-items .subscription-item_detail .subscription-item_title{color:var(--bb-headings-color)}.subscription-items .subscription-item_detail .subscription-item_meta{color:var(--bb-alternate-text-color)}.buddypress .buddypress-wrap .subscription-items .subscription-item_remove{color:var(--bb-headings-color);border-radius:var(--bb-block-radius-inner);opacity:.4}.buddypress .buddypress-wrap .subscription-items .subscription-item_remove:focus,.buddypress .buddypress-wrap .subscription-items .subscription-item_remove:hover{background-color:var(--bb-content-background-color);opacity:1;box-shadow:none}.buddypress .buddypress-wrap .subscription-items .subscription-item_remove:focus i,.buddypress .buddypress-wrap .subscription-items .subscription-item_remove:hover i{color:var(--bb-headings-color)}.buddypress .buddypress-wrap .subscription-items .subscription-item_remove.is_loading{opacity:1;margin-top:3px;background-color:transparent}.subscription-items>p{color:var(--bb-body-text-color)}.subscription-items.is_loading .subscription-items_loading .subscription-items-image_loading{border-radius:var(--bb-block-radius-inner)}.subscription-items-loader.is_loading .subscription-items_loading .subscription-items-image_loading{border-radius:var(--bb-block-radius-inner)}@media (min-width:1081px){.left-vertical-tabs [data-balloon]:after,.left-vertical-tabs [data-balloon]:before{display:none}}@media (max-width:1080px){.has-sidebar .left-vertical-tabs{-ms-flex-preferred-size:auto;flex-basis:auto}}@media (max-width:800px){.notification-settings-wrap td,.notification-settings-wrap th{font-size:14px}.bb-profile-avatar-wrap{width:80px;height:80px;margin-top:-70px;margin-right:30px}.bb-profile-avatar-wrap .dz-default span{display:none}}@media (max-width:800px){div.bs-settings-container .bb-profile-avatar-wrap{margin-right:30px;margin-top:-122px;height:120px;width:120px}.bb-profile-avatar-wrap #bb-profile-avatar-wrap-components{height:120px;width:120px}.bs-dropdown-wrap .bs-dropdown a.bb-webcam{display:none}.tab-container .bb-profile-wrap{z-index:initial}}@media screen and (max-width:1050px){#buddypress .bp-settings-container .bp-navs{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:10px;border-left:0;border-radius:4px 4px 0 0;padding:0;margin-bottom:15px}.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) .bp-settings-container nav{border-bottom:0}#buddypress .bb-bp-settings-content{padding:20px;width:100%;background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius)}.bb-bp-settings-content .screen-heading.email-settings-screen,.bb-bp-settings-content .screen-heading.general-settings-screen,.bb-bp-settings-content .screen-heading.group-invites-screen{display:none}.bb-bp-settings-content .subnav_tab .subnav{margin-top:0}.bb-subnav-private .bp-navs__dropdown{display:block;width:100%;margin-bottom:15px}.bp-subnavs.bb-subnav-private .subnav{display:none}}@media (max-width:640px){div.bs-settings-container .bb-profile-avatar-wrap{width:120px;height:120px;margin:-20px auto 40px}.bb-profile-avatar-wrap #bb-profile-avatar-wrap-components{height:120px;width:120px}.bb-profile-avatar-wrap .button-wrap{margin-top:-15px}div.bs-settings-container .bb-profile-avatar-wrap .dz-default span{font-size:11px}}@media (min-width:541px){#buddypress #profile-edit-form .datebox-selects select[name*=day]{-webkit-box-flex:0;-ms-flex:0 0 90px;flex:0 0 90px}}@media (max-width:540px){.bb-profile-wrap.loading:before{font-size:20px}.left-vertical-tabs [data-balloon]:after,.left-vertical-tabs [data-balloon]:before{display:none}.vdp-datepicker .vdp-datepicker__calendar .cell{font-size:10px}.vdp-datepicker .vdp-datepicker__calendar .cell.selected.day:before,.vdp-datepicker .vdp-datepicker__calendar .cell.selected.highlighted.day:before,.vdp-datepicker .vdp-datepicker__calendar .cell.selected:hover.day:before{height:24px;width:24px;top:8px}.vdp-datepicker .vdp-datepicker__calendar .cell.day-header{font-size:8px;font-weight:700}.bb-profile-avatar-wrap+.button-wrap{text-align:center}.bb-profile-avatar-wrap+.button-wrap .button{margin-bottom:10px}#buddypress #profile-edit-form .field-visibility-settings-toggle>span{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}#buddypress #profile-edit-form label,#buddypress #profile-edit-form legend{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:0}#buddypress #profile-edit-form .field-visibility-settings-toggle select{text-align:right;direction:inherit;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;position:static;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:10px;padding-right:0}#buddypress #profile-edit-form input[type=text],#buddypress #profile-edit-form select{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}#buddypress #profile-edit-form .datebox-selects{-ms-flex-flow:row wrap;flex-flow:row wrap}#buddypress #profile-edit-form .datebox-selects select:not(:last-child){margin-left:0;margin-bottom:12px;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#moderation-list thead{display:none}#moderation-list tbody,#moderation-list tbody tr,#moderation-list tbody tr td{display:block;width:100%}#moderation-list tbody tr td{padding-top:30px;border-bottom:1px solid var(--bb-content-border-color)!important;display:inline-block;width:100%}#moderation-list tbody tr td:before{content:attr(data-title);display:block;font-size:15px;font-weight:700}#moderation-list .bp-unblock-user{width:100%}}@media (max-width:380px){.bs-settings-container .button-wrap input[type=button]{margin-top:5px;margin-bottom:5px}.settings-messages .message{font-size:13px}.settings-messages .message code{font-size:13px}.bb-profile-section .bs-dropdown-link .bs-dropdown-link{font-size:11px}.bb-profile-section i{font-size:12px;margin-left:3px}span.push-right.field-visibility{margin:0}.settings #buddypress .settings-header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.settings #buddypress .settings-header>.button{margin:10px auto 0}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}.buddypress-wrap .bp-tables-report tr th{font-size:14px}body #buddypress a.export-csv{background-color:var(--bb-primary-color);color:#fff;font-size:14px;border-radius:100px;padding:10px 30px;text-decoration:none;display:inline-block;line-height:1.3;outline:0;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-transition:.3s all;transition:.3s all}body #buddypress a.export-csv:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}.bs-bp-container-reg #buddypress #signup-form.standard-form{overflow:hidden;padding:2px;margin-right:-2px;margin-left:-2px}.bs-bp-container-reg #buddypress #signup-form.standard-form>p{font-size:14px;line-height:21px}.bs-bp-container-reg #buddypress #signup-form.standard-form p.description{margin:0 0 12px;background:100% 0;color:var(--bb-alternate-text-color);line-height:150%}.bs-bp-container-reg #buddypress #signup-form.standard-form #basic-details-section.register-section,.bs-bp-container-reg #buddypress #signup-form.standard-form #profile-details-section.register-section{float:none;margin:0 auto;width:100%}.bs-bp-container-reg #buddypress #signup-form.standard-form #basic-details-section.register-section>h2,.bs-bp-container-reg #buddypress #signup-form.standard-form #profile-details-section.register-section>h2{margin-bottom:.5rem}.bs-bp-container-reg #buddypress #signup-form.standard-form #basic-details-section.register-section{margin-bottom:0}.bs-bp-container-reg #buddypress #signup-form.standard-form #profile-details-section.register-section .editfield{margin-top:0;margin-bottom:0}.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=color],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=date],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=datetime-local],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=datetime],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=email],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=month],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=number],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=password],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=range],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=search],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=tel],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=text],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=time],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=url],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=week],.bs-bp-container-reg #buddypress #signup-form.standard-form select,.bs-bp-container-reg #buddypress #signup-form.standard-form textarea{display:inline-block;width:100%;font-family:inherit;font-size:15px;height:41px;outline:0;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;margin-bottom:12px}.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=color]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=date]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=datetime-local]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=datetime]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=email]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=month]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=number]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=password]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=range]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=search]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=tel]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=text]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=time]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=url]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=week]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form select:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form textarea:focus{box-shadow:var(--bb-input-focus-shadow);border-color:var(--bb-input-focus-border-color)}.bs-bp-container-reg #buddypress #signup-form.standard-form input#signup_blog_url{margin-bottom:0}.bs-bp-container-reg #buddypress #signup-form.standard-form select{padding-left:30px}.bs-bp-container-reg #buddypress #signup-form.standard-form .datebox-selects select{width:auto}@media (max-width:544px){.bs-bp-container-reg #buddypress #signup-form.standard-form .datebox-selects select{width:100%;margin-bottom:10px}}.bs-bp-container-reg #buddypress #signup-form.standard-form fieldset{margin-top:0}.bs-bp-container-reg #buddypress #signup-form.standard-form label,.bs-bp-container-reg #buddypress #signup-form.standard-form legend{font-weight:400;font-size:16px;color:var(--bb-headings-color)}.bs-bp-container-reg #buddypress #signup-form.standard-form .radio-button-options label{line-height:1}.bs-bp-container-reg #buddypress #signup-form.standard-form .checkbox-options label,.bs-bp-container-reg #buddypress #signup-form.standard-form .radio-button-options label{margin-top:8px;margin-bottom:8px;font-size:14px}.bs-bp-container-reg #buddypress #signup-form.standard-form .checkbox-options label:before,.bs-bp-container-reg #buddypress #signup-form.standard-form .radio-button-options label:before{position:relative;bottom:1px;z-index:1}.bs-bp-container-reg #buddypress #signup-form.standard-form .checkbox-options label:after,.bs-bp-container-reg #buddypress #signup-form.standard-form .radio-button-options label:after{top:2px;z-index:2}.bs-bp-container-reg #buddypress #signup-form.standard-form .popup-modal-register{font-weight:600}.bs-bp-container-reg #buddypress #signup-form.standard-form .submit input[type=submit],.bs-bp-container-reg #buddypress #signup-form.standard-form button{font-size:14px;margin-left:0}.bs-bp-container-reg #buddypress #signup-form.standard-form button{padding:6px 20px;min-height:34px}.bs-bp-container-reg #buddypress #signup-form.standard-form .field-visibility-settings-toggle{font-size:12px;margin-top:.3rem}.bs-bp-container-reg #buddypress #signup-form.standard-form .field-visibility-settings-toggle button{font-size:12px;font-weight:400;background:100% 0;background-color:none;color:#fff;border:0;min-height:auto;padding:0;border-radius:0;line-height:1.6875rem;vertical-align:baseline}.bs-bp-container-reg #buddypress #signup-form.standard-form a.clear-value{font-size:12px}.bs-bp-container-reg #buddypress #signup-form.standard-form .register-section>h2{font-size:18px}.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap.html-active .wp-editor-tabs button{border-color:#ddd;border-bottom:0;background-color:transparent;border-radius:3px 3px 0 0;box-shadow:none}.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap.html-active .wp-editor-tabs button.switch-html{background-color:var(--bb-content-alternate-background-color)}.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap.tmce-active .wp-editor-tabs button{border-color:#ddd;border-bottom:0;background-color:transparent;border-radius:3px 3px 0 0;box-shadow:none}.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap.tmce-active button.switch-tmce{background-color:var(--bb-content-alternate-background-color)}.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-tabs button{border-radius:0;padding:0 15px}.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container{border-radius:3px}.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar{background-color:var(--bb-content-alternate-background-color)}.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn:hover,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .qt-dfw:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .qt-dfw:hover,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn:hover,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .qt-dfw:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .qt-dfw:hover{box-shadow:none;border-color:transparent;color:rgba(18,43,70,.8)}.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn:focus .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn:hover .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .qt-dfw:focus .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .qt-dfw:hover .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn:focus .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn:hover .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .qt-dfw:focus .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .qt-dfw:hover .mce-ico{color:rgba(18,43,70,.8)}.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:hover,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:hover{color:rgba(18,43,70,.4)}.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:hover .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:hover .mce-ico{color:rgba(18,43,70,.4)}.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-ico{color:rgba(18,43,70,.4);-webkit-transition:all linear .2s;transition:all linear .2s}.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel button i,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar button i{font-size:16px}.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container button,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container input[type=button]{background-color:transparent;border-color:transparent;border-radius:0;padding:0 8px;color:rgba(18,43,70,.4);box-shadow:none;min-height:30px;-webkit-transition:all linear .2s;transition:all linear .2s}.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container button:hover,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container input[type=button]:hover{color:rgba(18,43,70,.8)}.bs-bp-container-reg #buddypress #signup-form.standard-form div.error{background-color:var(--bb-danger-color);color:#fff;width:100%;border-radius:3px;font-size:14px;padding:6px 12px;margin-bottom:3px;border:0}.bs-bp-container-reg #buddypress #signup-form.standard-form div.error .error{padding:0;border:0;border-radius:0;width:auto;margin:0;background:100% 0;line-height:1}.bs-bp-container-reg #buddypress #signup-form.standard-form div.error span.bp-icon{margin-left:0;display:none}.bs-bp-container-reg #buddypress #signup-form.standard-form div.error p{padding:0;margin:0;line-height:1.6875rem}.bs-bp-container-reg #buddypress #signup-form.standard-form .submit{padding:25px 0 0}.register-page .register-privacy-info a{font-weight:600}body.activate.buddypress,body.register.buddypress,body.register.buddypress .site{background-color:var(--bb-admin-screen-bgr-color)}.bs-bp-container-reg #buddypress #signup-form.standard-form label,.bs-bp-container-reg #buddypress #signup-form.standard-form legend,body.buddypress.activation article.bp_activate .entry-header h1,body.buddypress.activation article.bp_activate label,body.buddypress.register article.page>.entry-header .entry-title,body.register.buddypress #primary,body.register.buddypress #primary label{color:var(--bb-admin-screen-txt-color)}.bs-bp-container-reg .buddypress-wrap #pass-strength-result.short,.bs-bp-container-reg .buddypress-wrap #pass-strength-result.show{font-weight:400;background-color:var(--bb-warning-color);border-color:var(--bb-warning-color);color:#fff;border-radius:var(--bb-input-radius);font-size:14px}.bs-bp-container-reg .buddypress-wrap #pass-strength-result.show.good{background-color:var(--bb-default-notice-color);border-color:var(--bb-default-notice-color)}.bs-bp-container-reg .buddypress-wrap #pass-strength-result.short{background-color:var(--bb-danger-color);border-color:var(--bb-danger-color);color:#fff}.bs-bp-container-reg .buddypress-wrap #pass-strength-result.strong{background-color:var(--bb-success-color);border-color:var(--bb-success-color);color:#fff;font-weight:400!important}.bs-bp-container-reg .buddypress-wrap .bp-messages.info{background-color:var(--bb-default-notice-color);border-color:var(--bb-default-notice-color)}.bs-bp-container-reg .buddypress-wrap .bp-messages.info .bp-icon{background-color:var(--bb-default-notice-color);margin-left:0}.bs-bp-container-reg .buddypress-wrap .bp-messages.info .bp-icon:before{font-family:bb-icons;speak:none;font-style:normal;font-weight:100;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;content:"\eebc"}.bs-bp-container-reg .buddypress-wrap .bp-messages.info p{color:#fff}.bs-bp-container-reg a,body.buddypress.register .register-section-logo a{color:var(--bb-login-register-link-color-regular)}.bb-password-wrap a.bb-toggle-password:hover,.bs-bp-container-reg a:hover,body.buddypress.register .register-section-logo a:hover{color:var(--bb-login-register-link-color-hover)}body.buddypress.activation #buddypress input[type=submit],body.buddypress.register #buddypress input[type=submit]{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)}body.buddypress.activation #buddypress input[type=submit]:focus,body.buddypress.register #buddypress input[type=submit]:focus{box-shadow:var(--bb-primary-button-focus-shadow)}body.buddypress.activation #buddypress input[type=submit]:hover,body.buddypress.register #buddypress input[type=submit]:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}body.buddypress.register article.bp_register{max-width:450px;width:100%;margin-right:auto;margin-left:auto}body.buddypress.register article.bp_register .entry-header{margin-bottom:1.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}body.buddypress.register article.bp_register .entry-header h1{font-size:20px;margin-left:auto}body.buddypress.register article.bp_register .entry-header span{font-size:14px;text-transform:lowercase}body.buddypress.register .register-section-logo{width:85%;max-width:450px;text-align:center;margin:0 auto 1.7rem}body.buddypress.register .register-section-logo img{max-width:320px;width:22%}body.buddypress.register .register-section-logo span{background-size:contain;width:84px;height:auto;display:block;background-position:center top;background-repeat:no-repeat;margin:auto}body.buddypress.register .register-section-logo .bs-register-section-logo{visibility:hidden;width:100%}body.buddypress.register .register-section-logo a{font-size:20px;line-height:1.3em}body.buddypress.register.login-split-page .login-split{display:none}.register-section.extended-profile .checkbox-options,.register-section.extended-profile .radio-button-options,.register-section.extended-profile .wp-editor-wrap{margin-bottom:12px}@media (max-width:991px){body.buddypress.activate.login-split-page .bb-grid,body.buddypress.register.login-split-page .bb-grid{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}body.buddypress.activate.login-split-page,body.buddypress.register.login-split-page{min-height:100%}body.buddypress.activate.login-split-page .site-content,body.buddypress.register.login-split-page .site-content{padding:0;min-height:100vh;height:100%}body.buddypress.activate.login-split-page .container,body.buddypress.register.login-split-page .container{max-width:none;padding:0;height:100%}body.buddypress.activate.login-split-page .bb-grid,body.buddypress.register.login-split-page .bb-grid{margin:0;height:100%}body.buddypress.activate.login-split-page .login-split,body.buddypress.register.login-split-page .login-split{padding:0;position:relative;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}body.buddypress.activate.login-split-page #primary,body.buddypress.register.login-split-page #primary{position:static}body.buddypress.activate.login-split-page .bs-bp-container-reg,body.buddypress.register.login-split-page .bs-bp-container-reg{padding-right:0;padding-left:0}body.buddypress.activate.login-split-page .activate-section-logo,body.buddypress.activate.login-split-page .register-section-logo,body.buddypress.register.login-split-page .activate-section-logo,body.buddypress.register.login-split-page .register-section-logo{text-align:right;margin-top:30px;margin-bottom:35px}body.buddypress.activate.login-split-page .submit input[type=submit],body.buddypress.register.login-split-page .submit input[type=submit]{width:100%}body.buddypress.activate.login-split-page .split-overlay,body.buddypress.register.login-split-page .split-overlay{width:100%;height:100%;background-color:#000;position:absolute;z-index:1;opacity:0}body.buddypress.activate.login-split-page .login-split__entry,body.buddypress.register.login-split-page .login-split__entry{display:block;width:80%;max-width:450px;font-size:32px;line-height:1.15;position:relative;z-index:9}body.buddypress.activate.login-split-page .login-split__entry h1,body.buddypress.register.login-split-page .login-split__entry h1{color:var(--bb-login-custom-heading-color);text-align:right;line-height:1.1;margin:0}body.buddypress.activate.login-split-page .login-split__entry p,body.buddypress.register.login-split-page .login-split__entry p{font-size:16px;line-height:1.4;display:block;margin-top:20px;margin-bottom:0;color:var(--bb-login-custom-heading-color)}@media (max-width:991px){body.buddypress.activate.login-split-page .login-split__entry,body.buddypress.register.login-split-page .login-split__entry{max-width:450px;width:90%;padding:80px 0}}@media (max-width:544px){body.buddypress.activate.login-split-page .login-split__entry,body.buddypress.register.login-split-page .login-split__entry{width:85%}}@media (min-width:992px){body.buddypress.activate.login-split-page,body.buddypress.register.login-split-page{min-height:100%}body.buddypress.activate.login-split-page .site-content,body.buddypress.register.login-split-page .site-content{padding:0;min-height:100vh;height:100%}body.buddypress.activate.login-split-page .container,body.buddypress.register.login-split-page .container{max-width:none;padding:0;height:100%}body.buddypress.activate.login-split-page .site-content .container,body.buddypress.register.login-split-page .site-content .container{min-height:100vh}body.buddypress.activate.login-split-page .site-content .container .bb-grid,body.buddypress.register.login-split-page .site-content .container .bb-grid{min-height:100vh}body.buddypress.activate.login-split-page .bb-grid,body.buddypress.register.login-split-page .bb-grid{margin:0;height:100%}body.buddypress.activate.login-split-page .login-split,body.buddypress.register.login-split-page .login-split{padding:0;width:50%;position:fixed;right:0;height:100%;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}body.buddypress.activate.login-split-page #primary,body.buddypress.register.login-split-page #primary{position:static;margin-right:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}body.buddypress.activate.login-split-page .bs-bp-container-reg,body.buddypress.register.login-split-page .bs-bp-container-reg{padding-right:0;padding-left:0}body.buddypress.activate.login-split-page .activate-section-logo,body.buddypress.activate.login-split-page .register-section-logo,body.buddypress.register.login-split-page .activate-section-logo,body.buddypress.register.login-split-page .register-section-logo{margin-right:-webkit-calc((50vw - 450px)/ 2);margin-right:calc((50vw - 450px)/ 2);margin-left:-webkit-calc((50vw - 450px)/ 2);margin-left:calc((50vw - 450px)/ 2)}body.buddypress.activate.login-split-page article.bp_activate,body.buddypress.activate.login-split-page article.bp_register,body.buddypress.register.login-split-page article.bp_activate,body.buddypress.register.login-split-page article.bp_register{margin-right:-webkit-calc((50vw - 450px)/ 2);margin-right:calc((50vw - 450px)/ 2);margin-left:-webkit-calc((50vw - 450px)/ 2);margin-left:calc((50vw - 450px)/ 2)}body.buddypress.activate.login-split-page .login-split__entry,body.buddypress.register.login-split-page .login-split__entry{margin-right:-webkit-calc((50vw - 450px)/ 2);margin-right:calc((50vw - 450px)/ 2);margin-left:-webkit-calc((50vw - 450px)/ 2);margin-left:calc((50vw - 450px)/ 2);max-width:450px}}@media (max-width:800px){body.buddypress.activate article.bp_activate,body.buddypress.register article.bp_register{width:80%}body.buddypress.activate .activate-section-logo,body.buddypress.register .register-section-logo{width:80%}}@media (max-width:544px){body.buddypress.activate article.bp_activate,body.buddypress.register article.bp_register{width:85%}body.buddypress.activate .activate-section-logo,body.buddypress.register .register-section-logo{width:85%}}body.register .registration-popup,body.registration .mfp-content #privacy-modal,body.registration .mfp-content #terms-modal{border-radius:var(--bb-block-radius);border-color:var(--bb-content-border-color)}body.register .registration-popup.bb-modal{max-width:800px}.registration .registration-popup.bb-modal>h1:first-of-type{color:var(--bb-headings-color);text-align:right;line-height:24px;margin:-30px -30px 30px;background-color:var(--bb-content-alternate-background-color);padding:17px 30px;border-top-right-radius:var(--bb-block-radius);border-top-left-radius:var(--bb-block-radius);border-bottom:1px solid var(--bb-content-border-color);font-size:20px}.bb-template-v2.registration .registration-popup.bb-modal>h1:first-of-type{border-bottom:0}body.register .registration-popup .mfp-close{top:6px;left:15px;font-size:24px}.registration .mfp-content #privacy-modal.bb-modal>h1:first-of-type,.registration .mfp-content #terms-modal.bb-modal>h1:first-of-type,.registration .mfp-content #terms-modal.registration-popup.bb-modal>h1:first-of-type,.registration .mfp-content .registration-popup.bb-modal>h1:first-of-type{font-size:20px}.registration .mfp-content #terms-modal.registration-popup.bb-modal{border-color:var(--bb-content-border-color)}.bb-password-wrap a.bb-toggle-password{height:40px;width:40px}.bb-password-wrap a.bb-toggle-password .bb-icon-eye{font-size:18px}body.buddypress.activation article.bp_activate{max-width:450px;width:100%;margin-right:auto;margin-left:auto}body.buddypress.activation article.bp_activate .entry-header{margin-bottom:1.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}body.buddypress.activation article.bp_activate .entry-header h1{font-size:20px;margin-left:auto}body.buddypress.activation article.bp_activate .entry-header span{font-size:14px;text-transform:lowercase}body.buddypress.activation article.bp_activate label{font-weight:400;font-size:14px}body.buddypress.activation .site{min-height:initial}body.buddypress.activation.sticky-header .site-content{min-height:initial}.bb-buddypanel.activate .site{margin-right:0}body.buddypress.activation:not(.login-split-page) .site{padding-top:8%;padding-bottom:8%}body.buddypress.activation .activate-section-logo{width:100%;max-width:450px;margin:0 auto 1.7rem}body.buddypress.activation .activate-section-logo img{max-width:320px;width:22%}body.buddypress.activation .activate-section-logo span{background-size:contain;width:84px;height:auto;display:block;background-position:center top;background-repeat:no-repeat;margin:auto}body.buddypress.activation .activate-section-logo a{font-size:20px;line-height:1.3em}.buddypress.activate .elementor-location-footer,.buddypress.activate .elementor-location-header,.buddypress.register .elementor-location-footer,.buddypress.register .elementor-location-header{display:none}body.buddypress.activation.login-split-page #primary{max-width:none}body.buddypress.activation.login-split-page #main{width:100%}body.buddypress.activation.login-split-page .login-split__entry h1{color:var(--bb-login-custom-heading-color);text-align:right;line-height:1.1}@media (min-width:992px){body.buddypress.activation.login-split-page .login-split>div>span{font-size:16px;line-height:1.4;display:block;margin-top:20px}}@media (max-width:800px){body.buddypress.activation article.bp_activate{width:80%}body.buddypress.activation .activate-section-logo{width:80%}}@media (max-width:544px){body.buddypress.activation article.bp_activate{width:85%}body.buddypress.activation .activate-section-logo{width:85%}}body.group-create .site-content>.container{max-width:100%}body.group-create .content-area{padding-top:0}body.group-create #buddypress .item-body{margin:0}body.group-create #group-invites-container .total-members-text,body.group-create #group-invites-container input.select2-search__field,body.group-create #group-invites-container label.bp-group-invite-label{margin:0}body.group-create .bb-groups-invites-left .bb-panel-head{min-height:66px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}body.group-create .bb-groups-invites-left .bb-panel-subhead{width:100%}body.group-create #group-invites-container .bb-groups-invites-left #members-list{max-height:67vh}body.group-create #send_group_invite_form .select2-selection__rendered{max-height:200px}.bb-create-group-container{margin:0 -20px}.bb-create-group-container div#profile_cover{padding-top:22%}.bb-create-group-container div#profile_cover:before{background:#eef0f3}#group-create-body .bb-create-group-container .dz-default{min-height:1px;background:100% 0;border:0;line-height:1}#group-create-body .bb-create-group-container .dz-default span:before{background:url(../images/svg/group-avatar.svg) no-repeat;margin:0;width:65px;height:60px}#group-create-body .bb-create-group-container .dz-default.dz-message{font-size:0}.bb-create-group-container #bb_profile_avatar_wrap .more-actions,.bb-create-group-container .bb-profile-cover-wrap .more-actions{top:50%;right:0;left:0;margin:auto;margin-top:40px;max-width:240px;font-size:16px;text-align:center;z-index:22}.bb-create-group-container #bb_profile_avatar_wrap .croppie-container,.bb-create-group-container .bb-profile-cover-wrap .croppie-container{border-radius:0}.bb-create-group-container #bb_profile_avatar_wrap .bb-icon-menu-dots-v,.bb-create-group-container .bb-profile-cover-wrap .bb-icon-menu-dots-v{font-family:inherit;font-size:16px;color:rgba(77,92,109,.63);letter-spacing:-.24px;left:0;top:0}.bb-create-group-container #bb_profile_avatar_wrap .bb-icon-menu-dots-v:before,.bb-create-group-container .bb-profile-cover-wrap .bb-icon-menu-dots-v:before{content:""}.bb-create-group-container #bb_profile_avatar_wrap .bs-dropdown,.bb-create-group-container .bb-profile-cover-wrap .bs-dropdown{top:35px;right:0;left:0;margin:auto;max-width:160px}.bb-create-group-container #bb_profile_avatar_wrap .bs-dropdown:after,.bb-create-group-container .bb-profile-cover-wrap .bs-dropdown:after{left:0;right:0}.bb-create-group-container #bb-profile-avatar-wrap-components div#profile_avatar{background:#eef0f3;border:2px solid rgba(255,255,255,.37);box-shadow:0 4px 12px 0 #d0d3d6;border-radius:5px}.bb-create-group-container #bb-profile-avatar-wrap-components,.bb-create-group-container .bb-profile-avatar-wrap{height:200px;width:200px;overflow:visible}.bb-create-group-container .bb-profile-avatar-wrap{margin-right:150px;margin-top:-162px}.bb-create-group-container #bb-profile-avatar-wrap-components div#profile_avatar:before{display:none}.bb-create-group-container .bb-profile-avatar-wrap .dz-default span{display:block}.bb-create-group-container .bb-profile-wrap .croppie-container .cr-boundary{border:1px solid #fff;border-radius:5px}.bb-create-group-container .bb-privary-box{background:#fff;box-shadow:0 2px 4px 0 rgba(0,0,0,.12);border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;min-width:160px;min-height:130px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;cursor:pointer}.bb-create-group-container .bb-privary-box .bb-text{opacity:.5;color:var(--bb-body-text-color);line-height:1;margin-top:15px}.bb-create-group-container .bb-privary-box svg{opacity:.5}div#profile_cover{border-radius:4px;padding-top:36.47%;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;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;overflow:hidden;margin-bottom:2rem;z-index:5}div#profile_cover:before{background:rgba(18,43,70,.3);content:"";position:absolute;right:0;top:0;height:100%;width:100%}.bb-profile-avatar-wrap{position:relative;margin-right:45px;margin-top:-155px;height:152px;width:152px}div#profile_avatar{background-size:cover;background-repeat:no-repeat;border:2px solid #fff;position:relative;height:100%;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;z-index:5}#group-create-body #bb_profile_avatar_wrap .dz-default span:before{background:url(../images/svg/group-profile.svg) no-repeat;margin-top:-20px}.bb-profile-wrap .croppie-container .cr-overlay{background:rgba(0,0,0,.3)}.bb-create-group-container #bb_profile_avatar_wrap .dz-started~div .bb-icon-menu-dots-v,.bb-profile-cover-wrap .dz-started~div .bb-icon-menu-dots-v{color:#fff}#create-group-form.standard-form .bb-create-group-details-wrap{max-width:750px;margin:auto;padding:80px 15px 0}#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:0 0 30px;padding:0;font-size:14px;color:var(--bb-body-text-color);letter-spacing:-.24px;line-height:1.57}#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-wrap>label{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;margin:0;padding:0;font-size:14px;font-weight:500;color:var(--bb-body-text-color);letter-spacing:-.24px;cursor:pointer}#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-input{-webkit-box-flex:1;-ms-flex:1;flex:1}#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-input label{font-size:14px;color:var(--bb-body-text-color);font-weight:500;letter-spacing:-.24px;cursor:pointer}#create-group-form.standard-form .bb-create-group-details-wrap input,#create-group-form.standard-form .bb-create-group-details-wrap select{height:48px;font-size:14px;letter-spacing:-.24px;padding:10px 15px}#create-group-form.standard-form .bb-create-group-details-wrap textarea{height:145px;resize:none;font-size:14px;letter-spacing:-.24px;padding:10px 15px}#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-inner-wrap{margin-bottom:20px}#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-inner-wrap:last-child{margin-bottom:0}#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-inner-wrap span{color:#939597}#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-inner-wrap .checked+span{color:var(--bb-body-text-color)}#create-group-form.standard-form .bb-create-group-details-wrap input.button{min-width:200px}#create-group-form.standard-form .bb-create-group-details-wrap a.cancel{margin-left:25px}#create-group-form.standard-form .bb-create-group-details-wrap .group-create-privacy .radio{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}#create-group-form.standard-form .bb-create-group-details-wrap .group-create-privacy .radio .bb-field-inner-wrap{margin-left:10px}#create-group-form.standard-form .bb-create-group-details-wrap .group-create-privacy .checked+.bb-privary-box{box-shadow:0 7px 16px 0 rgba(0,0,0,.12),inset 0 -2px 0 0 var(--bb-primary-color)}#create-group-form.standard-form .bb-create-group-details-wrap .group-create-privacy .checked+.bb-privary-box svg{opacity:1}#create-group-form.standard-form .bb-create-group-details-wrap .group-create-privacy .checked+.bb-privary-box .bb-text{opacity:1}#content form.standard-form .left-menu #invite-list ul{margin:0}#content form.standard-form .left-menu #invite-list ul li{margin:0 0 15px}#content div#invite-list{background:100% 0;height:auto;margin:0;overflow:auto;padding:0 20px 20px;width:auto;max-height:500px}#content div#invite-list ul{margin:0;list-style:none}#content div#invite-list .avatar{max-width:40px;border-radius:50%;margin-left:10px}#content div#invite-list label{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#content div#invite-list .bb-name-wrap span{display:block}#content div#invite-list .bb-name{font-size:16px;color:var(--bb-body-text-color);letter-spacing:-.24px;line-height:1}#content div#invite-list .bb-mention{font-size:13px;font-weight:300;color:rgba(0,0,0,.3);letter-spacing:-.24px;line-height:1;margin-top:3px}#content div#invite-list .bb-input-wrap{margin-right:auto}#content div#invite-list .bb-input-wrap input{position:absolute;opacity:0}#content div#invite-list .bb-check-icon{display:inline-block;width:22px;height:22px;background:url(../images/svg/circle-add.svg) no-repeat;background-size:cover;border:0;border-radius:0;margin-left:0}#content div#invite-list input:checked+.bb-check-icon{background-image:url(../images/svg/circle-select.svg);opacity:.5}ul#friend-list .avatar{border-radius:50%;max-width:52px}ul#friend-list .bb-user-avatar{margin-left:15px}.bb-invite-search{padding:20px}.bb-invite-user-meta h2{color:var(--bb-headings-color);font-size:18px;font-weight:500;letter-spacing:-.24px;line-height:1.2;margin:0}.bb-invite-user-meta h2 a{color:inherit}.bb-invite-user-meta .bb-activity{display:block;font-size:13px;font-weight:300;color:rgba(0,0,0,.3);letter-spacing:-.24px;line-height:1;margin-top:3px}#send-invite-form ul#friend-list li{border-bottom:1px solid #eaeaea;padding:20px 0}#buddypress div.pagination .pag-count{margin-right:0}.invite-action{margin-right:auto}.main-column.hide{display:none}div#group-step-popup{max-width:600px;padding:40px}div#group-step-popup #content div#invite-list{max-height:45vh}div#group-step-popup .bb-invite-search input{width:100%}div#group-step-popup .bb-input-wrap input{width:26px;height:26px;background:url(../images/svg/circle-add.svg) no-repeat;background-size:cover;border:0;border-radius:0;margin-left:0;display:block;-webkit-appearance:none;-moz-appearance:none;appearance:none}div#group-step-popup .bb-input-wrap input:checked{background-image:url(../images/svg/circle-select.svg);opacity:.5}div#group-step-popup #content div#invite-list .avatar{max-width:44px;margin-left:20px}div#group-step-popup #content form.standard-form .left-menu #invite-list ul li{margin:0;border-bottom:1px solid var(--bb-content-border-color);padding-bottom:20px;padding-top:20px}div#group-step-popup #content div#invite-list .bb-name{font-size:18px}div#group-step-popup #content div#invite-list .bb-mention{margin-top:6px}div#group-step-popup input#groups_invite_search{height:50px}div#group-step-popup .bb-search-title{font-size:30px;color:var(--bb-body-text-color);letter-spacing:-.23px;text-align:center;line-height:40px;margin-bottom:5px}div#group-step-popup .mfp-close{background:100% 0}div#group-step-popup .mfp-close:hover{background:100% 0}.group-step-buttons{text-align:center}.group-step-buttons input.button{min-width:180px;min-height:46px}.bb-no-fiends{font-size:14px}#buddypress .bb-group-settings{font-size:16px}#buddypress .bb-group-settings .bs-styled-checkbox+label{display:-webkit-box;display:-ms-flexbox;display:flex}#buddypress .bb-group-settings .bs-styled-checkbox:checked+label:before{-webkit-box-flex:0;-ms-flex:0 0 20px;flex:0 0 20px}#buddypress .bb-group-settings .bb-field-title{font-size:18px;font-weight:500;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:15px}#buddypress .bb-group-settings .bs-styled-radio:checked+.bb-radio-label:after,#buddypress .bb-group-settings .bs-styled-radio:checked+label:after{top:4px}#content #buddypress .bb-group-settings .action .button{min-width:20px;display:inline-block;font-size:12px;min-height:20px;padding:4px 12px}#content #buddypress .bb-group-settings .bs-item-wrap div.action{padding:0}#content #buddypress .bb-group-settings .bs-item-wrap .bs-generic-button{margin:0 0 0 5px}#buddypress .bb-group-settings .bs-item-wrap>.item>.item-title{margin-bottom:5px}#buddypress .bb-group-settings .item-title a{font-size:18px}#buddypress .bb-group-settings .bs-item-list.list-view{margin-bottom:30px}#buddypress .bb-group-settings .bs-members-items .bs-generic-button{margin-left:5px}#buddypress .bb-group-settings .item-title{position:relative}#buddypress .bb-group-settings .bs-members-items.list-view .bb-profile-card div.action{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}#buddypress .bb-group-settings .bs-members-items.list-view .bb-profile-card div.action a{font-size:13px}.group-create-privacy label{font-weight:500}.bb-group-desc{font-size:13px;margin:0 53px 30px 0;line-height:1.6}.bb-delete-group-wrap{margin:30px 0}.bb-create-group-container div.bb-profile-avatar-wrap:first-child{margin:50px auto 0}p.group-setting-label{outline:0;margin:0 0 12px}#create-group-form #group-create-body select{width:auto;min-width:50%;margin:0 0 8px}.groups.group-create .buddypress-wrap .group-status-type ul:last-child{margin-bottom:0}.groups.group-create .buddypress-wrap .group-status-type label{font-size:16px;line-height:1}.groups.group-create .buddypress-wrap .submit{padding:0}#bp-delete-cover-image-container{margin-bottom:30px}#create-group-form>.bp-messages{margin-bottom:30px}@media screen and (min-width:768px){.groups.group-create .buddypress-wrap #group-create-tabs.tabbed-links .group-create-buttons li.current{background-color:var(--bb-body-background-color)}}@media (max-width:1080px){.bb-create-group-cover-wrap div#profile_cover{padding-top:28%}.bb-create-group-container .bb-profile-avatar-wrap{margin-right:60px}#send-invite-form .left-menu{-webkit-box-flex:0;-ms-flex:0 0 240px;flex:0 0 240px}#content div#invite-list .avatar{max-width:36px}#content div#invite-list .bb-name{font-size:14px}.invite-action{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding-right:67px;padding-top:6px}#buddypress a.button.small.remove{font-size:13px;min-height:30px;padding:5px 20px}.bb-invite-user-meta .bb-activity{font-size:11px}}@media (min-width:800px) and (max-width:920px){.invite-action.invite-action{padding-right:0}}@media (max-width:820px){.bb-create-group-container .bb-privary-box{min-width:130px;min-height:100px}#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-wrap>label{-webkit-box-flex:0;-ms-flex:0 0 150px;flex:0 0 150px}}@media (max-width:760px){.bb-create-group-cover-wrap div#profile_cover{padding-top:32%}.bb-create-group-container #bb-profile-avatar-wrap-components,.bb-create-group-container .bb-profile-avatar-wrap{height:160px;width:160px}.bb-create-group-container #bb_profile_avatar_wrap .bb-icon-menu-dots-v{font-size:12px}}@media (max-width:640px){.bb-create-group-container .bb-profile-avatar-wrap{margin:0 auto;margin-top:-50px}.bb-create-group-cover-wrap div#profile_cover{padding-top:45%}#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-wrap>label{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:10px}}@media (max-width:580px){#send-invite-form .left-menu{border-left:0;border-bottom:1px solid var(--bb-content-border-color);-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}div#group-step-popup{padding:30px}}@media (max-width:440px){.bb-create-group-cover-wrap div#profile_cover{padding-top:60%}}body.bp-search .buddypanel{z-index:611}body.bp-search .site-header{z-index:610}body.bp-search .bp-forum-search-ac-header,body.bp-search .bp-search-ac,body.bp-search .bp-search-ac-header{background-color:var(--bb-content-background-color);box-shadow:0 3px 8px rgba(0,0,0,.06),0 6px 24px rgba(0,0,0,.12);border-radius:var(--bb-block-radius);display:block;padding:0;left:0;overflow:auto;max-height:-webkit-calc(100vh - 76px);max-height:calc(100vh - 76px);max-width:500px!important;width:100%;-webkit-transform:translate(50%,10px);-ms-transform:translate(50%,10px);transform:translate(50%,10px);z-index:610}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type),body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type),body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type){background-color:var(--bb-content-background-color);max-width:1190px;margin:auto;width:100%;float:none;padding:0 15px;border-bottom:1px solid var(--bb-content-border-color);color:var(--bb-alternate-text-color)}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type) .item p,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type) .item p,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) .item p{margin-bottom:5px}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type) .item-avatar>i,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type) .item-avatar>i,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) .item-avatar>i{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--bb-content-alternate-background-color);border-radius:50%;color:var(--bb-alternate-text-color);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:24px;font-weight:300;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:48px;width:48px}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type) .bp-search-ajax-item,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type) .bp-search-ajax-item,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) .bp-search-ajax-item{margin:0;padding:15px 0}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type) .bp-search-ajax-item .item-avatar,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type) .bp-search-ajax-item .item-avatar,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) .bp-search-ajax-item .item-avatar{margin-left:15px;margin-top:5px}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type) .bp-search-ajax-item .item-desc,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type) .bp-search-ajax-item .item-desc,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) .bp-search-ajax-item .item-desc{color:var(--bb-body-text-color);font-size:14px;font-weight:400;margin:0;line-height:21px}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type) .entry-meta,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type) .entry-meta,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) .entry-meta{font-size:13px;font-weight:400;-ms-flex-wrap:wrap;flex-wrap:wrap;color:var(--bb-alternate-text-color);min-height:26px;margin-bottom:0}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type) .entry-meta a,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type) .entry-meta a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) .entry-meta a{color:var(--bb-alternate-text-color)}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type):last-child,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type):last-child,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type):last-child{border-bottom:0}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type):last-child:not(.bbls-view_all_type-type),body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type):last-child:not(.bbls-view_all_type-type),body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type):last-child:not(.bbls-view_all_type-type){margin-bottom:12px}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item{display:-webkit-box;display:-ms-flexbox;display:flex}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item a,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item a,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item a,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item a,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item a,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item a{display:inline}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title p,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title p,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title p,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title p,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title p,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title p,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title p,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title p,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title p{font-size:14px;font-weight:400;color:var(--bb-headings-color);letter-spacing:-.24px}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title a{font-weight:500}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title a>img,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title a>img,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title a>img,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title a>img,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title a>img,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title a>img,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title a>img,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title a>img,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title a>img{display:none}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item .woocommerce-product-details__short-description,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item .woocommerce-product-details__short-description,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item .woocommerce-product-details__short-description,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item .woocommerce-product-details__short-description,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item .woocommerce-product-details__short-description,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item .woocommerce-product-details__short-description,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item .woocommerce-product-details__short-description,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item .woocommerce-product-details__short-description,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item .woocommerce-product-details__short-description{color:var(--bb-body-text-color);font-size:14px;font-weight:400}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-members-type .bp-search-ajax-item .item-avatar,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-members-type .bp-search-ajax-item .item-avatar,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-members-type .bp-search-ajax-item .item-avatar{margin-top:0}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-members-type .bp-search-ajax-item .item,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-members-type .bp-search-ajax-item .item,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-members-type .bp-search-ajax-item .item{margin-top:4px}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-posts-type .bp-search-ajax-item .item-avatar,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-posts-type .bp-search-ajax-item .item-avatar,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-posts-type .bp-search-ajax-item .item-avatar{margin-top:0}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item .item .entry-title,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item .item .entry-title,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item .item .entry-title,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item .item .entry-title,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item .item .entry-title,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item .item .entry-title{font-weight:400;margin-bottom:0}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-topic-type>.bp-search-ajax-item,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-topic-type>.bp-search-ajax-item,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-topic-type>.bp-search-ajax-item{display:-webkit-box;display:-ms-flexbox;display:flex}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-cpt-product-type>.bp-search-ajax-item,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-cpt-product-type>.bp-search-ajax-item,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-cpt-product-type>.bp-search-ajax-item{display:-webkit-box;display:-ms-flexbox;display:flex}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-cpt-product-type>.bp-search-ajax-item>.item a,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-cpt-product-type>.bp-search-ajax-item>.item a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-cpt-product-type>.bp-search-ajax-item>.item a{display:inline}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-cpt-product-type>.bp-search-ajax-item .woocommerce-product-details__short-description,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-cpt-product-type>.bp-search-ajax-item .woocommerce-product-details__short-description,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-cpt-product-type>.bp-search-ajax-item .woocommerce-product-details__short-description{color:var(--bb-body-text-color);font-size:14px;font-weight:400}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-groups-type>.bp-search-ajax-item,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-groups-type>.bp-search-ajax-item,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-groups-type>.bp-search-ajax-item{display:-webkit-box;display:-ms-flexbox;display:flex}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-groups-type>.bp-search-ajax-item .group-details,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-groups-type>.bp-search-ajax-item .group-details,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-groups-type>.bp-search-ajax-item .group-details{color:var(--bb-body-text-color);font-size:14px;font-weight:400}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-sub-item .item-avatar,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-sub-item .item-avatar,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-sub-item .item-avatar{position:relative}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-sub-item .item-avatar:before,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-sub-item .item-avatar:before,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-sub-item .item-avatar:before{background-color:var(--bb-alternate-text-color);top:25px;border-radius:50%;color:var(--bb-content-background-color);display:block;font-family:bb-icons;font-size:17px;font-weight:300;height:24px;line-height:25px;position:absolute;left:-5px;text-align:center;width:24px}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type .item-avatar:before,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type .item-avatar:before,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type .item-avatar:before{content:"\e967"}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type .item-avatar:before,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type .item-avatar:before,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type .item-avatar:before{content:"\e854"}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-topic-type .item-avatar:before,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-topic-type .item-avatar:before,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-topic-type .item-avatar:before{content:"\ee34"}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type .item-avatar:before,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type .item-avatar:before,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type .item-avatar:before{content:"\ef0a"}body.bp-search .bp-forum-search-ac-header li:hover .item-avatar>i,body.bp-search .bp-search-ac li:hover .item-avatar>i,body.bp-search .bp-search-ac-header li:hover .item-avatar>i{background-color:var(--bb-content-background-color)}body.bp-search .bp-forum-search-ac-header li .bp-member-type,body.bp-search .bp-forum-search-ac-header li .item-meta,body.bp-search .bp-search-ac li .bp-member-type,body.bp-search .bp-search-ac li .item-meta,body.bp-search .bp-search-ac-header li .bp-member-type,body.bp-search .bp-search-ac-header li .item-meta{background-color:transparent;color:var(--bb-alternate-text-color);display:inline-block;font-size:.8125rem;font-weight:400;letter-spacing:-.15px;line-height:1.1875rem}body.bp-search .bp-forum-search-ac-header li .bp-member-type strong,body.bp-search .bp-forum-search-ac-header li .item-meta strong,body.bp-search .bp-search-ac li .bp-member-type strong,body.bp-search .bp-search-ac li .item-meta strong,body.bp-search .bp-search-ac-header li .bp-member-type strong,body.bp-search .bp-search-ac-header li .item-meta strong{font-weight:400}body.bp-search .bp-forum-search-ac-header li .middot,body.bp-search .bp-search-ac li .middot,body.bp-search .bp-search-ac-header li .middot{color:var(--bb-alternate-text-color);display:inline-block;font-size:17px;margin:0 6px;line-height:1}body.bp-search .bp-forum-search-ac-header>li.bbls-view_all_type-type,body.bp-search .bp-search-ac-header>li.bbls-view_all_type-type,body.bp-search .bp-search-ac>li.bbls-view_all_type-type{margin-bottom:-10px;text-align:center}body.bp-search .bp-forum-search-ac-header>li a:not(.x),body.bp-search .bp-search-ac-header>li a:not(.x),body.bp-search .bp-search-ac>li a:not(.x){display:-webkit-box;display:-ms-flexbox;display:flex}body.bp-search .bp-forum-search-ac-header>li .ui-state-active,body.bp-search .bp-search-ac-header>li .ui-state-active,body.bp-search .bp-search-ac>li .ui-state-active{background:100% 0;border:none}body.bp-search .bp-forum-search-ac-header>li.bbls-view_all_type-type a,body.bp-search .bp-search-ac-header>li.bbls-view_all_type-type a,body.bp-search .bp-search-ac>li.bbls-view_all_type-type a{color:var(--bb-primary-color);font-size:14px;font-weight:500;padding:11px 10px!important}body.bp-search .bp-forum-search-ac-header>li.bbls-view_all_type-type a:after,body.bp-search .bp-search-ac-header>li.bbls-view_all_type-type a:after,body.bp-search .bp-search-ac>li.bbls-view_all_type-type a:after{content:"\e827";color:var(--bb-alternate-text-color);font-family:bb-icons;font-size:21px;font-weight:400;vertical-align:middle;display:inline-block;line-height:22px}[dir=rtl] body.bp-search .bp-forum-search-ac-header>li.bbls-view_all_type-type a:after,[dir=rtl] body.bp-search .bp-search-ac-header>li.bbls-view_all_type-type a:after,[dir=rtl] body.bp-search .bp-search-ac>li.bbls-view_all_type-type a:after{content:"\e8ab"}body.bp-search .bp-forum-search-ac-header>li.bbls-albums-type .media-album_items .item-avatar,body.bp-search .bp-search-ac-header>li.bbls-albums-type .media-album_items .item-avatar,body.bp-search .bp-search-ac>li.bbls-albums-type .media-album_items .item-avatar{float:right;margin-top:0}body.bp-search .bp-forum-search-ac-header>li.bbls-albums-type .media-album_items .item-avatar+.media-album_details,body.bp-search .bp-search-ac-header>li.bbls-albums-type .media-album_items .item-avatar+.media-album_details,body.bp-search .bp-search-ac>li.bbls-albums-type .media-album_items .item-avatar+.media-album_details{width:-webkit-calc(100% - 65px);width:calc(100% - 65px)}body.bp-search .bp-forum-search-ac-header img,body.bp-search .bp-search-ac img,body.bp-search .bp-search-ac-header img{border-radius:50%}body.bp-search .bp-forum-search-ac-header{max-width:initial!important;left:initial;-webkit-transform:none;-ms-transform:none;transform:none}body.bp-search .bp-forum-search-ac-header>li a:not(.x){-ms-flex-wrap:wrap;flex-wrap:wrap}body.bp-search .bp-forum-search-ac-header>li a:not(.x) .item-avatar{margin-bottom:15px}body.bp-search .bp-forum-search-ac-header>li a:not(.x) .item{min-width:160px}body.bp-search .bp-forum-search-ac-header .bp-search-ajax-item{-ms-flex-wrap:wrap;flex-wrap:wrap}body.bp-search .bp-forum-search-ac-header .bp-search-ajax-item>.item-avatar{margin-bottom:15px}body.bp-search .bp-forum-search-ac-header .bp-search-ajax-item>.item{min-width:160px}body.bp-search .bp-forum-search-ac-header>li.bbls-undefined-type,body.bp-search .bp-forum-search-ac-header>li:last-child{margin-bottom:0}body.bp-search .search-media-list .media-album_details .media-album_name,body.bp-search .search-video-list .media-album_details .media-album_name{color:var(--bb-headings-color)}body.bp-search .search-media-list .media-album_details .media-album_name:hover,body.bp-search .search-video-list .media-album_details .media-album_name:hover{color:var(--bb-primary-color)}body.bp-search .search-media-list .media-album_group,body.bp-search .search-media-list .media-album_modified,body.bp-search .search-media-list .media-album_modified .media-album_details__bottom,body.bp-search .search-media-list .media-album_modified .media-album_details__bottom .media-album_date,body.bp-search .search-media-list .media-album_visibility,body.bp-search .search-media-list .media-photo_count,body.bp-search .search-video-list .media-album_group,body.bp-search .search-video-list .media-album_modified,body.bp-search .search-video-list .media-album_modified .media-album_details__bottom,body.bp-search .search-video-list .media-album_modified .media-album_details__bottom .media-album_date,body.bp-search .search-video-list .media-album_visibility,body.bp-search .search-video-list .media-photo_count{color:var(--bb-alternate-text-color)}body.bp-search .search-media-list .media-album_author a,body.bp-search .search-video-list .media-album_author a{color:var(--bb-alternate-text-color)}body.bp-search .search-media-list .middot,body.bp-search .search-video-list .middot{color:var(--bb-alternate-text-color)}body.bp-search .search-document-list .media-folder_items .media-folder_details .media-folder_name{color:var(--bb-headings-color)}body.bp-search .search-document-list .media-folder_items .media-folder_details .media-folder_name:hover{color:var(--bb-primary-color)}body.bp-search .search-document-list .media-folder_items .media-folder_details__bottom{color:var(--bb-alternate-text-color)}body.bp-search .search-document-list .media-folder_items .media-folder_details__bottom .media-folder_author,body.bp-search .search-document-list .media-folder_items .media-folder_details__bottom .media-folder_author a,body.bp-search .search-document-list .media-folder_items .media-folder_details__bottom .media-folder_date,body.bp-search .search-document-list .media-folder_items .media-folder_details__bottom .media-folder_group{color:var(--bb-alternate-text-color)}body.bp-search .bbls-category a{font-size:12px;font-weight:600;color:#939597;letter-spacing:.7px;text-transform:uppercase}body.bp-search .bp-search-ac .item-avatar img{max-width:48px;min-height:48px;max-height:48px;object-fit:cover;width:100%;height:auto}.bp-dir-search-form #bp-dir-search-form_reset{color:var(--bb-body-text-color)}.sticky-header .bp-search-ac-header{position:fixed}body.admin-bar.bp-search .bp-search-ac,body.admin-bar.bp-search .bp-search-ac-header{max-height:-webkit-calc(100vh - 108px);max-height:calc(100vh - 108px)}.members-group-list .item-entry-header{font-size:18px;color:var(--bb-headings-color)}.activity-user{font-weight:500}.item-title.activity-content p:last-child{margin:0}.bp-search-results-list li:first-child .list-wrap{border-radius:0!important}#buddypress .bp-search-results-list .list-wrap{border-right:0;border-left:0;box-shadow:none;padding-right:0;padding-left:0}.bp-search-results-list .bp-search-item .item-avatar{max-width:90px;width:100%}.bp-search-results-list .bp-search-item .item-avatar a{border-radius:3px;display:block;margin-left:15px;max-width:100%;min-height:90px;overflow:hidden;position:relative;width:100%;height:auto}.bp-search-results-list .bp-search-item .item-avatar a>i{min-height:90px;min-width:90px;-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;width:100%;background-color:var(--bb-content-alternate-background-color);font-size:28px;color:var(--bb-alternate-text-color)}.bp-search-results-list .bp-search-item .item-avatar a:empty{display:none}.bp-search-results-list .bp-search-item .item-avatar img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover}.bp-search-results-list .bp-search-item_reply .item-avatar>a,.bp-search-results-list .bp-search-item_topic .item-avatar>a{min-height:initial}.bp-search-results-list .bp-search-item_reply .item-avatar>a:last-child,.bp-search-results-list .bp-search-item_topic .item-avatar>a:last-child{min-height:90px}.bp-search-results-list .entry-summary{font-size:14px;color:var(--bb-body-text-color);letter-spacing:-.24px;line-height:1.3;margin-bottom:6px}.bp-search-results-list .entry-summary>p{margin-bottom:6px}.bp-search-results-list .entry-summary>p:last-child{margin-bottom:0}.bp-search-results-list .entry-content{float:none;width:auto;word-break:break-word}.bp-search-results-list .fluid-width-video-wrapper{min-width:240px;margin:0!important}.bp-search-results-list .item-meta.activity-header{margin-bottom:0!important}.bp-search-results-list .bp-search-item .entry-meta,.bp-search-results-list .bp-search-item .entry-meta a,.bp-search-results-list .bp-search-item .entry-meta span,.bp-search-results-list .bp-search-item .item-meta,.bp-search-results-list .bp-search-item .item-meta a,.bp-search-results-list .bp-search-item .item-meta span,.bp-search-results-list .bp-search-item .item-tags,.bp-search-results-list .bp-search-item .item-tags a,.bp-search-results-list .bp-search-item .item-tags span{font-size:13px;color:var(--bb-alternate-text-color);letter-spacing:0;line-height:1.3}.bp-search-results-list .bp-search-item .entry-meta span.middot,.bp-search-results-list .bp-search-item .item-meta span.middot,.bp-search-results-list .bp-search-item .item-tags span.middot{display:inline-block;margin:0 6px;font-size:17px;color:var(--bb-alternate-text-color);line-height:1}.bp-search-results-list .bp-search-item.bp-search-item_product span.middot{display:inline-block;margin:0 2px;font-size:17px;color:var(--bb-alternate-text-color);line-height:0}.bp-search-results-list.members-list .item-meta .middot{vertical-align:initial}.bp-search-results-list .bp-search-item .item-tags{margin-top:5px}.bp-search-results-list .entry-content:last-child{margin:0}.buddypress-wrap .bp-search-results-list .bp-member-type,.buddypress-wrap .bp-search-results-list .item-meta.last-activity{color:var(--bb-alternate-text-color);background-color:transparent;display:inline-block;vertical-align:middle;font-size:.8125rem;font-weight:400;letter-spacing:-.15px;line-height:1.1875rem;padding:0}.buddypress-wrap .bp-search-results-list.members-list li .list-wrap .last-activity{color:var(--bb-alternate-text-color);margin-bottom:0}.buddypress-wrap .bp-search-results-list.members-list li .list-wrap .last-activity span.middot{vertical-align:middle}.bp-search-results-list .item-meta .middot{display:inline-block;margin:0 6px;font-size:22px;color:var(--bb-alternate-text-color);vertical-align:middle}.bp-search-results-list.cpt-product-list .entry-meta,.bp-search-results-list.cpt-product-list .item-extra{color:var(--bb-alternate-text-color);display:inline-block}.bp-search-results-list.cpt-product-list .woocommerce-product-details__short-description p{margin-bottom:0}.bp-search-results-list.cpt-sfwd-lessons-list .item .item-title{margin-bottom:0}.bp-search-results-list.cpt-sfwd-lessons-list .entry-summary{color:var(--bb-alternate-text-color);margin-top:5px}.search-results .bp-list li .item-meta{font-size:13px;font-weight:400}.search-results .bp-list li .item-meta a{color:var(--bb-alternate-text-color)}.search-results .bp-list li .item-meta a:hover{color:var(--bb-primary-color)}.search-results .bp-list li .item-meta time{font-weight:400}.search-results .pag-count{float:right;margin:0 0 10px}.search-results .pag-data{color:var(--bb-alternate-text-color);font-size:13px}.search-results .pagination{float:left;margin:0 0 10px}.search-results .pagination-links a,.search-results .pagination-links span{border:0;font-size:13px;padding:0 5px}.search-results .pagination-links a{color:var(--bb-primary-color)}.search-results .pagination-links span{color:var(--bb-primary-color)}.search-results .pagination-links .current{color:var(--bb-alternate-text-color)}.search-results .item-meta.last-activity{font-size:13px}#buddypress .dir-form.bp-search-results-wrapper{margin-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:4px;margin-bottom:30px}.bp-search-results-wrapper .bp-navs{-webkit-box-flex:0;-ms-flex:0 0 260px;flex:0 0 260px;background-color:var(--bb-body-background-color);border-left:1px solid var(--bb-content-border-color);border-bottom:0;min-height:60vh;border-radius:0 4px 4px 0;margin:0;padding:30px 0}.bp-search-results-wrapper .bp-navs li{float:none;padding:0}.bp-search-results-wrapper .bp-navs a{border:0;font-size:14px;color:#939597;letter-spacing:-.24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px 20px;line-height:1;margin-bottom:1px}.bp-search-results-wrapper .bp-navs a:before{content:"\ee7a";font:normal normal normal 14px/1 bb-icons;speak:none;display:inline-block;font-size:20px;margin-left:10px;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:22px;text-align:center}@media only screen and (max-width:768px){.bp-search-results-wrapper .bp-navs a:before{display:none}}.bp-search-results-wrapper .bp-navs a:hover{background:var(--bb-content-alternate-background-color);color:var(--bb-primary-color)}.bp-search-results-wrapper .bp-navs a:hover .count{background-color:var(--bb-primary-color);color:var(--bb-content-background-color)}.bp-search-results-wrapper .bp-navs li:first-child a:before{content:"\e96f"}.bp-search-results-wrapper .bp-navs .activity a:before{content:"\e854"}.bp-search-results-wrapper .bp-navs .activity_comment a:before{content:"\e967"}.bp-search-results-wrapper .bp-navs .members a:before{content:"\ef5b"}.bp-search-results-wrapper .bp-navs .documents a:before{content:"\ee6e"}.bp-search-results-wrapper .bp-navs .folders a:before{content:"\ee9e"}.bp-search-results-wrapper .bp-navs .forum a:before{content:"\ee34"}.bp-search-results-wrapper .bp-navs .reply a:before,.bp-search-results-wrapper .bp-navs .topic a:before{content:"\ee37"}.bp-search-results-wrapper .bp-navs .photos a:before{content:"\eeb4"}.bp-search-results-wrapper .bp-navs .albums a:before,.bp-search-results-wrapper .bp-navs .cpt-attachment a:before{content:"\eeb5"}.bp-search-results-wrapper .bp-navs .videos a:before{content:"\ef65"}.bp-search-results-wrapper .bp-navs .cpt-product a:before{content:"\ef19"}.bp-search-results-wrapper .bp-navs .cpt-bp-member-type a:before{content:"\ef58"}.bp-search-results-wrapper .bp-navs .posts a:before{content:"\eda9"}.bp-search-results-wrapper .bp-navs .cpt-page a:before{content:"\ee7a"}.bp-search-results-wrapper .bp-navs .cpt-memberpressgroup a:before,.bp-search-results-wrapper .bp-navs .groups a:before{content:"\e95d"}.bp-search-results-wrapper .bp-navs .cpt-course a:before,.bp-search-results-wrapper .bp-navs .cpt-sfwd-courses a:before{content:"\ee3f"}.bp-search-results-wrapper .bp-navs .cpt-sfwd-lessons a:before{content:"\e86e"}.bp-search-results-wrapper .bp-navs .cpt-lesson a:before,.bp-search-results-wrapper .bp-navs .cpt-sfwd-topic a:before{content:"\ee73"}.bp-search-results-wrapper .bp-navs .cpt-llms_quiz a:before,.bp-search-results-wrapper .bp-navs .cpt-sfwd-quiz a:before{content:"\ef01"}.bp-search-results-wrapper .bp-navs .cpt-command a:before,.bp-search-results-wrapper .bp-navs .cpt-wp-parser-class a:before,.bp-search-results-wrapper .bp-navs .cpt-wp-parser-function a:before,.bp-search-results-wrapper .bp-navs .cpt-wp-parser-hook a:before,.bp-search-results-wrapper .bp-navs .cpt-wp-parser-method a:before{content:"\e977"}.bp-search-results-wrapper .bp-navs .cpt-llms_assignment a:before{content:"\ee73"}.bp-search-results-wrapper .bp-navs .cpt-llms_membership a:before,.bp-search-results-wrapper .bp-navs .cpt-memberpressproduct a:before{content:"\eed4"}.bp-search-results-wrapper .bp-navs .cpt-llms_certificate a:before,.bp-search-results-wrapper .bp-navs .cpt-llms_my_certificate a:before{content:"\e975"}.bp-search-results-wrapper .bp-navs ul.subnav{width:100%}@media only screen and (max-width:900px){.bp-search-results-wrapper .bp-navs ul.subnav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}}.bp-search-results-wrapper .bp-navs .current a,.bp-search-results-wrapper .bp-navs .current a:hover,.bp-search-results-wrapper .bp-navs .selected a,.bp-search-results-wrapper .bp-navs .selected a:hover{background:var(--bb-content-background-color);border-top:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color);color:var(--bb-headings-color);font-weight:400;position:relative}.bp-search-results-wrapper .bp-navs .current a:after,.bp-search-results-wrapper .bp-navs .current a:hover:after,.bp-search-results-wrapper .bp-navs .selected a:after,.bp-search-results-wrapper .bp-navs .selected a:hover:after{content:"";background:var(--bb-content-background-color);height:100%;right:-webkit-calc(100% - 2px);right:calc(100% - 2px);position:absolute;top:0;width:4px}.bp-search-results-wrapper .bp-navs .current a .count,.bp-search-results-wrapper .bp-navs .current a:hover .count,.bp-search-results-wrapper .bp-navs .selected a .count,.bp-search-results-wrapper .bp-navs .selected a:hover .count{background-color:var(--bb-primary-color);color:var(--bb-content-background-color)}@media screen and (max-width:900px){.bp-search-results-wrapper .bp-navs .current a,.bp-search-results-wrapper .bp-navs .selected a{border-top:0;border-bottom:0;background:100% 0}.bp-search-results-wrapper .bp-navs .current a:after,.bp-search-results-wrapper .bp-navs .selected a:after{display:none}}.search-results-header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.search-results-header .bp-search-form-wrapper{margin-bottom:1.6875rem}.bp-search-page .bp-navs ul li .count{margin-right:auto}.bp-search-results-list .bp-search-item .item-title,.buddypress-wrap .members-list li .member-name{margin-bottom:6px;margin-top:0;word-break:break-word;font-size:14px;font-weight:500;color:var(--bb-headings-color);letter-spacing:-.21px;line-height:1.35}.bp-search-results-list .bp-search-item .item{font-size:14px}.entry-title.item-title a:empty{display:none}.results-group{margin-bottom:40px}.bp-search-page .results-group ul#activity-stream li.activity-item{padding:0}#buddypress .bp-search-form-wrapper .bp-dir-search-form input[type=search]{border:0;background-color:transparent;padding-right:32px;font-size:14px;height:34px}#buddypress header.results-group-header{background:var(--bb-content-background-color);border-bottom:0;border-radius:3px 3px 0 0;padding:0 0 20px}#buddypress header.results-group-header .results-group-title{font-size:20px;letter-spacing:-.24px;line-height:1;margin:0}.search_results{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:35px 40px 10px;min-width:0}.search_results .avatar{border-radius:0}.search_results .item-title a{font-size:inherit}.search_results div.item-avatar a{display:block}.total-results{font-size:14px;color:var(--bb-headings-color);font-weight:500;line-height:1}#buddypress ul.bp-search-results-list{margin-bottom:0;padding-bottom:0}#buddypress .members-list.bp-search-results-list .list-wrap{background-color:transparent;border-color:var(--bb-content-border-color);padding:15px 0}#buddypress .members-list.bp-search-results-list .list-wrap .member-name{font-size:14px;margin:0}.bp-search-results-wrap .view-all-link{color:var(--bb-primary-color);font-size:14px;text-transform:uppercase;letter-spacing:-.24px}.bp-search-results-wrap .view-all-link:after{content:"\e827";font:normal normal normal 18px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:2px;position:relative;top:2px}.bp-search-results-wrap .view-all-link:focus,.bp-search-results-wrap .view-all-link:hover,.bp-search-results-wrap .view-all-link:hover:after{color:var(--bb-primary-color)}.bb-template-v2.bp-search .bp-forum-search-ac-header>li.bbls-undefined-type,body.bp-search .bp-forum-search-ac-header .bbls-undefined-type{margin:0 auto!important}body.bp-search .bp-search-ac .bbls-undefined-type,body.bp-search .bp-search-ac-header .bbls-undefined-type{padding:5px 10px;margin:0 auto!important}.bp-search-ac.ui-menu .ui-menu-item .bp-search-ajax-item.noresult,.bp-search-ac.ui-menu .ui-menu-item .loading-msg{padding:23px 0;box-shadow:0 1px var(--bb-body-background-color);margin:0 -15px;font-size:14px;font-weight:500}.bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_global_search_spinner{-webkit-animation-duration:2s;animation-duration:2s;background:100% 0;height:20px;width:20px;margin:0 0 0 10px}.bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_global_search_spinner:after{content:"\ef30";font-family:bb-icons;font-weight:400;font-size:19px}body:not(.bb-template-v2) .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_global_search_spinner{height:25px;width:25px}.bb-template-v2 .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_global_search_spinner:after{content:"";display:inline-block;box-sizing:border-box;width:20px;height:20px;border-radius:50%;border:2px solid #ebebec;border-top-color:var(--bb-alternate-text-color)}.bp-search-ac.ui-menu .ui-menu-item .bp-search-ajax-item.noresult{font-weight:500;font-size:14px;color:var(--bb-alternate-text-color);padding:23px 10px;text-align:center}.bp-search-results-wrapper .bp-navs.bp-subnavs{float:right;margin:0 0 30px;width:auto}.bp-search-results-wrapper .bp-search-form-wrapper{float:left;margin:0 0 30px}.bp-search-results-list .bp-search-item .item-desc{font-size:13px;font-weight:300;color:var(--bb-alternate-text-color)}.bp-search-results-list .bp-search-item .group-description{margin:0;line-height:1.3;color:var(--bb-body-text-color)}.bp-search-results-list .bp-search-item .group-description p{margin:0 0 6px}.bp-search-ac.ui-menu .ui-menu-item.ui-state-focus,.bp-search-ac.ui-menu .ui-menu-item.ui-state-hover,.bp-search-ac.ui-menu .ui-menu-item:hover{background:var(--bb-content-alternate-background-color)}.bp-search-ajax-item .item-title,.bp-search-ajax-item .item-title>a{font-size:14px;font-weight:500;color:var(--bb-headings-color);letter-spacing:-.24px}.bp-search-ajax-item .item .item-desc,.bp-search-ajax-item .item .item-tags{font-size:13px;font-weight:400;color:var(--bb-alternate-text-color);letter-spacing:-.18px}.bp-search-results-wrap .results-group-footer{margin-top:15px}.bp-search-results-wrap.results-group-activity .activity-content .activity-header{margin-bottom:4px}.bp-search-results-wrap.results-group-activity .activity-content .activity-header p{color:var(--bb-headings-color)}.bp-search-results-wrap.results-group-activity .activity-header a{text-transform:capitalize}.bp-search-results-wrap.results-group-activity .activity-inner{font-size:14px;letter-spacing:-.24px;line-height:1.3}.bp-search-results-wrap.results-group-activity li .item{margin-bottom:0}.bp-search-results-wrap.results-group-activity time{font-size:13px;font-weight:400}.bp-search-results-wrap.results-group-activity .activity-item .activity-avatar{-webkit-box-flex:0;-ms-flex:0 0 90px;flex:0 0 90px}.bp-search-results-wrap.results-group-activity .activity-avatar img{max-width:100%}.bp-search-results-wrap.results-group-activity_comment .activity-header{color:var(--bb-headings-color)}.bp-search-results-wrap.results-group-activity_comment .activity-header a:first-child{letter-spacing:0;text-transform:capitalize}.bp-search-results-wrap.results-group-activity_comment .activity-inner{font-size:14px;letter-spacing:-.21px;line-height:1.42}.bp-search-results-wrap.results-group-activity_comment .activity-inner a{color:inherit}.bp-search-results-wrap.results-group-activity_comment .activity-inner a:hover{color:var(--bb-primary-color)}.bp-search-results-wrap.results-group-activity_comment .activity-inner p{margin:0 0 5px}.bp-search-results-wrap.results-group-cpt-product span.entry-meta{margin:4px 0}.bp-search-results-wrap.results-group-cpt-product .rating-custom .woocommerce-product-rating .star-rating{margin:0 0 5px}.bp-search-results-wrap.results-group-cpt-product .rating-custom .star-rating{font-size:14px}.bp-search-results-wrap.results-group-cpt-product .star-rating span{color:#ffd21a}.bp-search-results-wrap.results-group-cpt-product .product-sale{line-height:1;margin-top:2px}.bp-search-results-wrap.results-group-cpt-product .product-sale .onsale{background:#3ebc7d;border-radius:4px;font-size:11px;color:#fff;letter-spacing:-.24px;display:inline-block;line-height:1;padding:3px 6px}.bp-search-results-wrap.results-group-cpt-sfwd-courses dd.course_progress{height:4px;margin:0 0 8px;max-width:220px;width:100%}.bp-search-results-wrap.results-group-cpt-sfwd-courses .course_progress_blue{background:#05d786}.bp-search-results-wrap.results-group-cpt-sfwd-courses .entry-meta{margin-bottom:6px}.bp-search-page .results-group ul#activity-stream li.activity-item .activity-inner{margin-bottom:6px}#buddypress .bp-search-results-list.groups-list .avatar{border-radius:3px}.bp-search-ac.ui-autocomplete.bp-forum-search-ac-header{border-radius:var(--bb-block-radius);border:0}.bp-search-results-list .learndash-wrapper.learndash-widget{display:none}.search-media-list .media-album_details .media-album_name:hover,.search-media-list .media-album_group_name a:hover,.search-media-list .media-album_modified .media-album_details__bottom .media-album_author a:hover{color:var(--bb-primary-color)}.buddypress .buddypress-wrap .search-form-has-reset .search-form_reset,.search-form-has-reset .search-form_reset{color:var(--bb-body-text-color)}#buddypress .standard-form .search-form-has-reset button.search-form_reset{font-size:13px;color:var(--bb-body-text-color);background-color:transparent;min-height:auto;line-height:1.3;border:0;padding:0;display:none}#buddypress .search-form-has-reset #bbp_search,#buddypress .search-form-has-reset input[type=search]{padding-left:30px}@media screen and (max-width:900px){#buddypress .bp-search-results-wrapper .bp-navs{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:10px;border-left:0;border-radius:4px 4px 0 0;padding:0}#buddypress .bp-search-results-wrapper .search-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap}.bp-search-page .bp-navs ul li .count{margin-right:10px}.search_results{padding:30px}}@media (max-width:799px){body.bp-search .bp-search-ac,body.bp-search .bp-search-ac-header{right:30px!important;left:30px!important;width:-webkit-calc(100vw - 90px)!important;width:calc(100vw - 90px)!important;max-width:initial!important;min-width:initial;-webkit-transform:translate(0,20px)!important;-ms-transform:translate(0,20px)!important;transform:translate(0,20px)!important}}@media (max-width:640px){#buddypress .bp-search-results-wrapper .search_filters>ul{padding-left:0}.bp-search-results-wrapper .bp-navs.bp-subnavs{margin-bottom:20px}.bp-search-results-wrapper .bp-navs.bp-subnavs,.bp-search-results-wrapper .bp-search-form-wrapper{float:none}}.directory.media .subnav-filters .subnav-search{position:absolute;left:0;top:0;margin:0}.directory.media .dir-search.media-search.bp-search{margin:0}.directory.media #buddypress #dir-media-search{border:0;background-color:transparent;padding-right:32px;font-size:14px;height:40px}.media.document-parent{background-color:var(--bb-body-background-color)}.directory.video .subnav-filters .subnav-search{position:absolute;left:0;top:0;margin:0}.directory.video .dir-search.video-search.bp-search{margin:0}.directory.video #buddypress #dir-video-search{border:0;background-color:transparent;padding-right:32px;font-size:14px;height:40px}.directory.document #buddypress .document-options .button.small,.directory.media #buddypress .media-options .button.small,.directory.video #buddypress .video-options .button.small{min-height:40px;line-height:36px;padding-right:16px}.bb-media-container{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);padding:20px;margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}.bb-media-container #subnav{margin:20px -20px;width:auto;padding:0 20px}.bb-media-actions-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#buddypress .bb-media-actions-wrap .bb-title{margin:0}.groups.single-item .bb-media-actions-wrap{margin-bottom:20px}@media screen and (max-width:360px){.bb-media-actions-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bb-media-actions-wrap>.bb-media-actions,.bb-media-actions-wrap>.bb-video-actions{margin-top:15px}}#buddypress .media-list.item-list{margin-bottom:0;padding-top:1em;margin-right:-10px;margin-left:-10px}#buddypress .bb-photo-list li{margin-bottom:20px;margin-top:0;padding:0 10px}#buddypress .bb-item-cover-wrap{border-radius:var(--bb-block-radius-inner)}#buddypress .bb-item-thumb{box-shadow:0 3px 12px -1px rgba(7,10,25,.2),0 22px 27px -20px rgba(7,10,25,.2);-webkit-transition:all .3s ease;transition:all .3s ease;border-radius:var(--bb-block-radius-inner)}#buddypress .bb-item-thumb:hover{box-shadow:0 15px 45px -5px rgba(7,10,25,.25);-webkit-transform:translate(0,-2px);-ms-transform:translate(0,-2px);transform:translate(0,-2px)}@media screen and (max-width:980px){#buddypress .bb-item-thumb:hover.is-visible{-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:none;transition:none}}#buddypress .video-list.item-list>li:not(.load-more){margin-top:0}#buddypress #media-stream.document-parent{margin-top:35px}#media-stream .document-data-table-head{border-color:var(--bb-content-border-color)}#media-stream.document-parent{border-radius:var(--bb-block-radius);border-color:var(--bb-content-border-color);background-color:var(--bb-content-background-color)}#media-stream.document-parent.group-column #media-folder-document-data-table .media-folder_items .media-folder_group a:hover{color:var(--bb-primary-color)}#media-folder-document-data-table .media-folder_items{border-color:var(--bb-content-border-color)}.bb-album-list-item .bs-cover-wrap{border-radius:var(--bb-block-radius-inner)}.video #buddypress .video-list.item-list>li.load-more{margin:40px 0 0}.single.media.albums .bb-media-container #subnav{margin-top:-10px}.bb-media-actions-wrap.album-actions-wrap{margin-bottom:30px}.dropzone.document-dropzone .dz-preview .dz-remove,.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview .dz-remove:after{color:rgba(var(--bb-alternate-text-color-rgb),.8)}.dropzone .dz-preview .dz-progress-ring-wrap .dz-progress-ring circle{stroke:var(--bb-primary-color)}.bb-template-v1 .dropzone .dz-preview .dz-progress-ring-wrap [class*=bb-icon-]:before{font-weight:400}.bb-template-v2 .dropzone .dz-preview .dz-image,.bb-template-v2 .dropzone .dz-preview.dz-file-preview .dz-details{border:0}.dropzone .dz-preview .dz-image{border:1px solid var(--bb-content-border-color)}.dropzone .dz-remove{background-color:var(--bb-content-alternate-background-color)}.dropzone .dz-remove:after{color:var(--bb-headings-color);opacity:.4;font-size:20px;line-height:1}.dropzone .dz-remove:hover:after{opacity:1}.dropzone .dz-default{background:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner);min-height:153px;max-height:153px;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:16px;color:var(--bb-headings-color);letter-spacing:-.24px;line-height:26px;padding:20px 0}.bb-template-v2 .dropzone .dz-default{border:0}.dropzone .dz-default:before{display:none}.dropzone .dz-default .dz-button,.dropzone .dz-default .dz-button:hover{background-color:transparent!important;border:0;color:rgba(18,43,70,.5)!important;box-shadow:none!important;padding:0!important;font-weight:300!important;font-size:16px!important;border-radius:0!important}.dropzone .dz-default .dz-button:before,.dropzone .dz-default .dz-button:hover:before{content:"\ee24";font-family:bb-icons;font-size:24px;font-weight:400;height:52px;width:52px;display:inline-block;background-color:rgba(0,0,0,.05);border-radius:50%;line-height:54px;color:var(--bb-alternate-text-color);margin-bottom:10px}.dropzone .dz-default .dz-button:hover>strong,.dropzone .dz-default .dz-button>strong{display:block;color:var(--bb-headings-color);font-weight:500;font-size:16px;line-height:1;margin-bottom:2px}.ac-reply-content .dropzone .dz-default{background-color:var(--bb-content-background-color)}#buddypress .dropzone .dz-default .dz-button{border:0;line-height:1.5}#buddypress .dropzone .dz-default .dz-button:hover{border:0}.bb-template-v2 .dropzone .dz-default .dz-button:before{font-weight:300}.dropzone.document-dropzone .dz-default .dz-button:before,.dropzone.document-dropzone .dz-default .dz-button:hover:before{content:"\e980"}.bb-template-v2 .dropzone.document-dropzone .dz-preview .dz-icon>[class*=bb-icon]{font-weight:300}.dropzone.media-dropzone .dz-default .dz-button:before,.dropzone.media-dropzone .dz-default .dz-button:hover:before{content:"\ee06"}.dropzone.video-dropzone .dz-default .dz-button:before,.dropzone.video-dropzone .dz-default .dz-button:hover:before{content:"\ef65"}@media screen and (max-width:768px){.dropzone .dz-default .dz-button{font-size:15px}}.dropzone .dz-preview .dz-progress-ring-wrap .dz-progress-ring circle{stroke:var(--bb-primary-color)}div[class*=attached-gif-container] .gif-image-remove{background-color:var(--bb-content-alternate-background-color)}div[class*=attached-gif-container] .gif-image-overlay{color:var(--bb-alternate-text-color)}.dropzone .dz-preview.dz-error .dz-details:before,.dropzone .dz-preview.dz-error .dz-progress-ring-wrap [class*=" bb-icon-"],.dropzone.document-dropzone .dz-preview .dz-details .dz-filename,.dropzone.document-dropzone .dz-preview .dz-details .dz-size,.dropzone.document-dropzone .dz-preview.dz-complete .dz-details .dz-icon [class*=bb-icons],.dropzone.document-dropzone .dz-preview:not(.dz-complete) .dz-progress-ring-wrap [class*=" bb-icon-"],.dropzone.media-dropzone .dz-preview:not(.dz-image-preview) .dz-progress-ring-wrap [class*=" bb-icon-"],.dropzone.video-dropzone .dz-preview:not(.dz-has-thumbnail) .dz-progress-count,.dropzone.video-dropzone .dz-preview:not(.dz-has-thumbnail) .dz-progress-ring-wrap [class*=" bb-icon-"]{color:var(--bb-alternate-text-color)}.video-thumbnail-uploader-wrapper .dropzone.video-dropzone .dz-preview:not(.dz-has-thumbnail) .dz-progress-ring-wrap [class*=" bb-icon-"]{color:var(--bb-content-alternate-background-color)}.dropzone.document-dropzone .dz-preview .dz-remove,.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview .dz-remove:after{color:var(--bb-headings-color)}.dropzone.document-dropzone .dz-preview.dz-complete .dz-details .dz-icon:before,.dropzone.document-dropzone .dz-preview.dz-complete .dz-details .dz-icon>[class*=bb-icon]{color:var(--bb-alternate-text-color);font-size:38px}.dropzone .dz-default .dz-button,.dropzone .dz-default .dz-button:hover{color:var(--bb-alternate-text-color)!important;font-size:13px!important;font-weight:400!important;line-height:19.5px}.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail) .dz-filename,.dropzone.video-dropzone .dz-preview:not(.dz-has-thumbnail,.dz-complete) .dz-remove:after,.dropzone.video-dropzone div.dz-preview:not(.dz-has-thumbnail) .dz-remove:after{color:var(--bb-alternate-text-color)}.dropzone.video-dropzone .dz-preview.dz-file-preview .dz-details .dz-filename>span{font-weight:400;line-height:1.5}.dropzone.video-dropzone div.dz-preview.dz-file-preview .dz-remove:after,.dropzone.video-dropzone div.dz-preview:not(.dz-has-thumbnail).dz-complete .dz-remove:after{color:var(--bb-headings-color)}.dropzone.video-dropzone div.dz-preview.dz-file-preview .dz-remove:after:after,.dropzone.video-dropzone div.dz-preview:not(.dz-has-thumbnail).dz-complete .dz-remove:after:after{opacity:.4}.dropzone.video-dropzone div.dz-preview.dz-file-preview .dz-remove:after:hover:after,.dropzone.video-dropzone div.dz-preview:not(.dz-has-thumbnail).dz-complete .dz-remove:after:hover:after{opacity:1}.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview .dz-remove{background-color:var(--bb-content-alternate-background-color)}.dropzone.video-dropzone .dz-progress-count,.dropzone.video-dropzone div.dz-preview.dz-file-preview .dz-remove:after{color:var(--bb-content-background-color)}.dropzone.video-dropzone div.dz-preview.dz-file-preview.dz-has-thumbnail:not(.dz-complete) .dz-remove:after{opacity:.75}.dropzone.video-dropzone div.dz-preview.dz-file-preview.dz-has-thumbnail:not(.dz-complete) .dz-remove:hover:after{opacity:1}.dropzone .dz-preview .dz-progress-ring-wrap [class*=" bb-icon-"]{color:var(--bb-content-alternate-background-color)}.bb-template-v2 .dropzone.document-dropzone .dz-preview.dz-error.dz-preview .dz-details .dz-filename{color:var(--bb-danger-color)}.bb-template-v2 .dropzone.document-dropzone .dz-preview.dz-error .dz-remove:after,.bb-template-v2 .dropzone.document-dropzone .dz-preview.dz-error.dz-complete .dz-remove:after{color:var(--bb-danger-color)}.bb-template-v2 .dropzone.video-dropzone .dz-preview.dz-error.dz-preview .dz-details{background:rgba(var(--bb-danger-color-rgb),.1)}.bb-template-v2 .dropzone.video-dropzone .dz-preview.dz-error.dz-preview .dz-details .dz-filename{color:var(--bb-danger-color)}.bb-template-v2 .dropzone.video-dropzone .dz-preview.dz-error .dz-progress-ring-wrap{background:rgba(var(--bb-danger-color-rgb),.15)}.bb-template-v2 .dropzone.video-dropzone .dz-preview.dz-error .dz-progress-ring-wrap>i{color:var(--bb-danger-color);opacity:.5}.bb-template-v2 .dropzone.video-dropzone .dz-preview.dz-error .dz-remove:after,.bb-template-v2 .dropzone.video-dropzone .dz-preview.dz-error.dz-complete .dz-remove:after{color:var(--bb-danger-color)}.bb-template-v2 .dropzone.media-dropzone .dz-preview.dz-error .dz-details .dz-filename{color:var(--bb-danger-color)}.bb-template-v2 .dropzone.media-dropzone .dz-preview.dz-error .dz-image{background:rgba(var(--bb-danger-color-rgb),.1)}.bb-template-v2 .dropzone.media-dropzone .dz-preview.dz-error .dz-remove:after{color:var(--bb-danger-color)}.bb-template-v2 .dropzone.media-dropzone .dz-preview.dz-error .dz-details:before{background:rgba(var(--bb-danger-color-rgb),.15);color:var(--bb-danger-color);opacity:.5;font-weight:300}.bb-template-v2 .dropzone.document-dropzone .dz-preview.dz-error.dz-preview .dz-details{background:rgba(var(--bb-danger-color-rgb),.1)}.bb-template-v2 .dropzone.document-dropzone .dz-preview.dz-error.dz-preview .dz-details:before{background:rgba(var(--bb-danger-color-rgb),.15);color:var(--bb-danger-color);opacity:.5;font-weight:300}#buddypress .bb-model-header h4{font-size:20px;font-weight:600;margin:0}#boss-media-create-album-popup .media-uploader-wrapper{max-height:50vh;overflow-x:hidden;overflow-y:auto}.bbm-uploader-model-wrap .media-uploader-wrapper{max-height:50vh;overflow-x:hidden;overflow-y:auto}.bb-media-meta{margin-bottom:20px}.bb-media-meta .bb-delete{line-height:1}.bb-media-meta .bb-delete i{font-size:24px}.bb-media-meta .bb-select i{font-size:20px;border:0;font-weight:100}.bb-media-meta .bb-select.selected i{font-weight:200;background-color:transparent;color:var(--bb-primary-color)}.bb-media-meta i{font-size:22px}.bb-media-meta .bb-icon-select{font-size:18px}.bb-action-check-wrap [class*=" bb-icon-"]{width:25px;height:25px;border-radius:50%;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:25px}.selected .bb-action-check-wrap [class*=" bb-icon-"]{background-color:var(--bb-primary-color)}.modal-wrapper .bb-action-check-wrap{top:5px;right:5px}.modal-wrapper .bb-video-thumb .bb-video-duration{font-size:11px;line-height:1.8;right:3px;bottom:3px}.bp-video-thumbnail-auto-generated .bb-action-check-wrap .bb-custom-check:checked+label [class*=" bb-icon-"],.bp-video-thumbnail-uploader .video-thumbnail-content .bb-action-check-wrap .bb-custom-check:checked+label [class*=" bb-icon-"]{background:var(--bb-primary-color)}.modal-wrapper .modal-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.video-thumbnail-content .bb-dropzone-wrap .bb-custom-check:checked~.bb-field-wrap .dropzone .dz-preview .dz-image,.video-thumbnail-content .bb-dropzone-wrap .bb-custom-check[name=bb-video-thumbnail-select]:checked~.video-thumbnail-custom,.video-thumbnail-content .bp-video-thumbnail-auto-generated .video-thumb-list li .bb-custom-check:checked~a{border-color:var(--bb-primary-color)}.modal-container{background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color);box-shadow:0 12px 28px 0 rgba(18,43,70,.15),0 2px 7px 0 rgba(18,43,70,.08)}.modal-container.has-folderlocationUI .bb-model-footer a.loading:after{font-weight:300}.modal-container .bp-existing-media-wrap{padding:30px 0}.modal-container .bp-existing-media-wrap .media-list .bp-feedback{margin-right:10px;margin-left:10px;width:100%}#bbpress-forums div.bbp-reply-content .bb-model-header,.bb-model-header{background:var(--bb-content-background-color);box-shadow:0 1px 0 0 var(--bb-content-border-color)}.bb-action-popup.bb-leave-group-popup .bb-model-header,.bb-action-popup.bb-remove-connection .bb-model-header{background:var(--bb-content-background-color)}.bb-action-popup .bb-model-header{background-color:var(--bb-content-alternate-background-color);border-color:var(--bb-content-border-color)}.bb-action-popup .bb-action-popup-content{font-size:14px;font-weight:400}.location-album-list-wrap-main .ac_document_search_folder_list .breadcrumbs-append-ul-li .item span:not(.more_options),.location-album-list-wrap-main .location-album-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options),.location-album-list-wrap-main .location-folder-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options),.location-folder-list-wrap-main .ac_document_search_folder_list .breadcrumbs-append-ul-li .item span:not(.more_options),.location-folder-list-wrap-main .location-album-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options),.location-folder-list-wrap-main .location-folder-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options){color:var(--bb-headings-color)}.location-album-list-wrap-main .ac_document_search_folder_list .breadcrumbs-append-ul-li .item span:not(.more_options):hover,.location-album-list-wrap-main .location-album-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover,.location-album-list-wrap-main .location-folder-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover,.location-folder-list-wrap-main .ac_document_search_folder_list .breadcrumbs-append-ul-li .item span:not(.more_options):hover,.location-folder-list-wrap-main .location-album-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover,.location-folder-list-wrap-main .location-folder-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover{text-decoration:none;color:var(--bb-primary-color)}.location-album-list-wrap-main .ac_document_search_folder_list .breadcrumbs-append-ul-li .item span:not(.more_options):hover:before,.location-album-list-wrap-main .location-album-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover:before,.location-album-list-wrap-main .location-folder-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover:before,.location-folder-list-wrap-main .ac_document_search_folder_list .breadcrumbs-append-ul-li .item span:not(.more_options):hover:before,.location-folder-list-wrap-main .location-album-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover:before,.location-folder-list-wrap-main .location-folder-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover:before{color:var(--bb-headings-color)}.location-album-list-wrap-main .ac_document_search_folder_list .location-album-list,.location-album-list-wrap-main .ac_document_search_folder_list .location-folder-list,.location-album-list-wrap-main .location-album-list-wrap .location-album-list,.location-album-list-wrap-main .location-album-list-wrap .location-folder-list,.location-album-list-wrap-main .location-folder-list-wrap .location-album-list,.location-album-list-wrap-main .location-folder-list-wrap .location-folder-list,.location-folder-list-wrap-main .ac_document_search_folder_list .location-album-list,.location-folder-list-wrap-main .ac_document_search_folder_list .location-folder-list,.location-folder-list-wrap-main .location-album-list-wrap .location-album-list,.location-folder-list-wrap-main .location-album-list-wrap .location-folder-list,.location-folder-list-wrap-main .location-folder-list-wrap .location-album-list,.location-folder-list-wrap-main .location-folder-list-wrap .location-folder-list{border-radius:var(--bb-block-radius-inner);background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color)}.location-album-list-wrap-main .ac_document_search_folder_list .location-album-list li span,.location-album-list-wrap-main .ac_document_search_folder_list .location-folder-list li span,.location-album-list-wrap-main .location-album-list-wrap .location-album-list li span,.location-album-list-wrap-main .location-album-list-wrap .location-folder-list li span,.location-album-list-wrap-main .location-folder-list-wrap .location-album-list li span,.location-album-list-wrap-main .location-folder-list-wrap .location-folder-list li span,.location-folder-list-wrap-main .ac_document_search_folder_list .location-album-list li span,.location-folder-list-wrap-main .ac_document_search_folder_list .location-folder-list li span,.location-folder-list-wrap-main .location-album-list-wrap .location-album-list li span,.location-folder-list-wrap-main .location-album-list-wrap .location-folder-list li span,.location-folder-list-wrap-main .location-folder-list-wrap .location-album-list li span,.location-folder-list-wrap-main .location-folder-list-wrap .location-folder-list li span{border-color:var(--bb-content-border-color)}.location-album-list-wrap-main .ac_document_search_folder_list .location-album-list li span:hover,.location-album-list-wrap-main .ac_document_search_folder_list .location-folder-list li span:hover,.location-album-list-wrap-main .location-album-list-wrap .location-album-list li span:hover,.location-album-list-wrap-main .location-album-list-wrap .location-folder-list li span:hover,.location-album-list-wrap-main .location-folder-list-wrap .location-album-list li span:hover,.location-album-list-wrap-main .location-folder-list-wrap .location-folder-list li span:hover,.location-folder-list-wrap-main .ac_document_search_folder_list .location-album-list li span:hover,.location-folder-list-wrap-main .ac_document_search_folder_list .location-folder-list li span:hover,.location-folder-list-wrap-main .location-album-list-wrap .location-album-list li span:hover,.location-folder-list-wrap-main .location-album-list-wrap .location-folder-list li span:hover,.location-folder-list-wrap-main .location-folder-list-wrap .location-album-list li span:hover,.location-folder-list-wrap-main .location-folder-list-wrap .location-folder-list li span:hover{background-color:var(--bb-content-alternate-background-color)}.bb-model-header{margin-bottom:0;border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}.bb-model-header .bb-model-close-button>.dashicons,.bb-model-header .bb-model-close-button>[class*=bb-icon],.bb-model-header .bb-model-close-button>span[class*=bb-icon],.bb-model-header button.mfp-close{color:var(--bb-headings-color);font-size:24px;opacity:1}.bb-model-footer{background-color:var(--bb-content-alternate-background-color);border-color:var(--bb-content-border-color);border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)}.bb-model-footer .button{margin-top:0}.bb-model-footer a{color:var(--bb-primary-color);font-size:14px}.bb-model-footer a.ac-document-close-button,.bb-model-footer a.ac-folder-close-button,.bb-model-footer a.ac-media-close-button,.bb-model-footer a.ac-video-close-button,.bb-model-footer a.bb-field-uploader-actions,.bb-model-footer a.bp-document-open-create-popup-folder,.bb-model-footer a.bp-media-open-create-popup-folder,.bb-model-footer a.bp-video-open-create-popup-album,.bb-model-footer a.close-create-popup-folder{color:var(--bb-body-text-color)}#buddypress .bb-model-footer .button,#buddypress .bb-model-footer a.button,.bb-model-footer .button,.bb-model-footer a.button{font-size:14px}#buddypress .bb-model-footer .button.loading:after,#buddypress .bb-model-footer a.button.loading:after,.bb-model-footer .button.loading:after,.bb-model-footer a.button.loading:after{vertical-align:middle}#bp-media-single-folder .album-single-view .bp-media-header-wrap .bb-media-actions>.button i{font-size:18px}#bp-media-single-folder .album-single-view .bp-media-header-wrap .media-folder_items .media-folder_action__anchor i{color:var(--bb-alternate-text-color)}#bp-media-single-folder .album-single-view .bp-media-header-wrap .media-folder_items .media-folder_action__list{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius)}.bb-template-v2 #bp-media-single-folder .album-single-view .bp-media-header-wrap .media-folder_items .media-folder_action__list:after{display:none}.bb-template-v2 #bp-media-single-folder .album-single-view .bp-media-header-wrap .media-folder_items .media-folder_action__list ul{border-radius:10px;padding:8px;margin:0}.bb-template-v2 #bp-media-single-folder .album-single-view .bp-media-header-wrap .media-folder_items .media-folder_action__list ul li a{border-radius:6px;color:var(--bb-body-text-color)}.bb-template-v2 #bp-media-single-folder .album-single-view .bp-media-header-wrap .media-folder_items .media-folder_action__list ul li a>i{color:var(--bb-alternate-text-color)}#bp-media-uploader .bb-model-footer,#buddypress .bp-media-document-uploader .document-uploader-footer,#buddypress .bp-media-photo-uploader .media-uploader-footer,#buddypress .bp-video-uploader .video-uploader-footer{background-color:transparent}#boss-media-create-album-popup .bb-model-footer,#boss-video-create-album-popup .bb-model-footer,.bp-media-move-file .bb-model-footer,.bp-media-move-folder .bb-model-footer,.bp-video-move-file .bb-model-footer,.moderation-popup .bb-model-footer{border-top:1px solid var(--bb-content-border-color);display:block;margin:35px -30px -30px;min-width:100%;padding:11px 30px;width:auto}#boss-media-create-album-popup .bb-model-footer .bb-dropdown-wrap,#boss-video-create-album-popup .bb-model-footer .bb-dropdown-wrap{float:right;margin-bottom:0}#boss-media-create-album-popup .bb-model-footer #bp-media-create-album-submit,#boss-video-create-album-popup .bb-model-footer #bp-video-create-album-submit{float:left}#buddypress .bp-media-photo-uploader #bp-media-photo-next{position:relative;z-index:1;margin:0 0 20px}#buddypress .bp-media-document-uploader #bp-media-document-next>i,#buddypress .bp-media-photo-uploader #bp-media-photo-next>i,#buddypress .bp-video-uploader #bp-video-next>i{font-size:20px;margin-left:3px;position:relative;top:1px}.message-members-list.member-popup .mfp-close,.moderation-popup .mfp-close{background-color:transparent}.message-members-list.member-popup .bb-model-footer,.moderation-popup .bb-model-footer{min-width:auto}.message-members-list.member-popup .bb-model-footer .bb-cancel-report-content,.moderation-popup .bb-model-footer .bb-cancel-report-content{border:0}.message-members-list.member-popup .modal-container .bb-model-footer .button.bb-cancel-report-content,.moderation-popup .modal-container .bb-model-footer .button.bb-cancel-report-content{color:var(--bb-body-text-color);font-size:13px;font-weight:500}.message-members-list.member-popup .modal-container .bb-model-header~.bp-feedback,.moderation-popup .modal-container .bb-model-header~.bp-feedback{margin:-25px -30px 15px}.bp-video-thumbnail-uploader .bb-model-footer{border-color:var(--bb-content-border-color);margin:30px -30px -30px;padding:11px 30px}.bp-video-thumbnail-uploader .bb-model-footer a.button{margin-top:0}.bb-item-thumb label{display:block}.bp-upload-tab-content{padding-top:30px}#bbpress-forums div.bbp-reply-content .modal-container .dropzone,.modal-container .dropzone{margin-bottom:0}#bbpress-forums div.bbp-reply-content .modal-container .bp-thumbnail-upload-tab,#bbpress-forums div.bbp-reply-content .modal-container .bp-upload-tab,.modal-container .bp-thumbnail-upload-tab,.modal-container .bp-upload-tab{font-weight:600;font-size:20px;color:#939597}#bbpress-forums div.bbp-reply-content .modal-container .bp-thumbnail-upload-tab.selected,#bbpress-forums div.bbp-reply-content .modal-container .bp-upload-tab.selected,.modal-container .bp-thumbnail-upload-tab.selected,.modal-container .bp-upload-tab.selected{color:var(--bb-headings-color)}div.dropzone.dz-started{margin:0 -4px 10px}.activity-list.loading [class*=bb-icon]{font-size:20px}#buddypress .bb-photo-list li.load-more{margin:20px auto 10px;text-align:center;width:100%;-webkit-box-flex:100%;-ms-flex:100%;flex:100%}.bb-member-photos-header{margin-top:0}.media-folder-document-filters .media-search-form:before{content:"\ef10";font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-left:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-right:.2em;position:absolute;top:10px;font-size:14px;color:var(--bb-body-text-color);right:9px;opacity:.4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.media-folder-document-filters .select-wrap select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url(../images/svg/arrow-down.svg) no-repeat left 1em center!important;padding-left:40px;height:34px;font-size:14px}#bp-media-create-child-folder .bb-folder-location-select:after,#bp-media-create-folder .bb-folder-location-select:after,#bp-media-edit-child-folder .bb-folder-location-select:after{content:"";background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:center;height:10px;width:10px;display:inline-block;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}#bp-media-create-child-folder .bb-folder-location-select-list li:before,#bp-media-create-folder .bb-folder-location-select-list li:before,#bp-media-edit-child-folder .bb-folder-location-select-list li:before{content:"\ee9e"!important;font-family:bb-icons!important;display:inline-block;font-size:14px;margin-left:8px}.album-single-view #bp-media-uploader .bp-existing-media-wrap .load-more{max-width:220px;-webkit-box-flex:1;-ms-flex:auto;flex:auto}#bp-media-single-folder .bp-media-header-wrap .media-folder_items .media-folder_action__list ul li a:hover{color:var(--bb-primary-color)}.comments-area .comment-content-wrap{position:relative}.comments-area .comment-content-wrap .comment-meta{margin-left:35px}.comments-area .comment-content-wrap .bb_more_options{position:absolute;top:0;left:0}.bp-media-header-wrap .media-search-form .bp-dir-search-form,.directory.document .document-options .subnav-filters .subnav-search .bp-dir-search-form,.directory.media .media-options .subnav-filters .subnav-search .bp-dir-search-form,.directory.video .video-options .subnav-filters .subnav-search .bp-dir-search-form{background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color);color:var(--bb-body-text-color);border-radius:var(--bb-input-radius)}.bp-media-header-wrap .media-search-form .bp-dir-search-form:focus-within,.directory.document .document-options .subnav-filters .subnav-search .bp-dir-search-form:focus-within,.directory.media .media-options .subnav-filters .subnav-search .bp-dir-search-form:focus-within,.directory.video .video-options .subnav-filters .subnav-search .bp-dir-search-form:focus-within{border-color:var(--bb-input-focus-border-color);border-width:1px;box-shadow:var(--bb-input-focus-shadow)}.bp-media-header-wrap .media-search-form{border:0;border-radius:0;background-color:transparent}.bp-media-header-wrap .media-search-form:after{display:none}.bp-media-header-wrap .media-search-form .bp-dir-search-form{border-width:1px;border-style:solid;height:34px}.bp-media-header-wrap .media-search-form .bp-dir-search-form:before{top:3px}.bp-media-header-wrap .media-search-form .bp-dir-search-form #group-document-search{padding:5px 32px 5px 30px}.bb-groups-invites-left{border-color:var(--bb-content-border-color)}.bb-groups-invites-left .bb-panel-head{position:relative;border-bottom:1px solid var(--bb-content-border-color);padding:15px 20px}.bb-groups-invites-left .bb-panel-subhead{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;padding:4px 0}.bb-groups-invites-left span.select-members-text{font-size:13px}.bb-groups-invites-left .bb-title-wrap{margin:-20px -20px 20px;border-bottom:1px solid var(--bb-content-border-color);padding:20px}.bb-groups-invites-left .bs-styled-checkbox+label:before{vertical-align:middle}.bb-groups-invites-left #members-list.item-list .item-avatar img{max-width:45px}.bb-groups-invites-left input#group_invites_search{background-size:14px;background-position:right 12px center;background-color:var(--bb-content-background-color);height:34px;border-radius:var(--bb-input-radius)}.bb-groups-invites-right-bottom{border-color:var(--bb-content-border-color)}#item-body .total-members-text{font-size:18px;font-weight:500;letter-spacing:-.24px;margin:0}.bb-groups-invites-right-top{min-height:222px}.bb-groups-invites-right-top div.bp-feedback{background:var(--bb-content-alternate-background-color)}#send_group_invite_form .bb-groups-invites-right-top .bb-title{margin:0;line-height:1.4;font-size:18px;font-weight:500;letter-spacing:-.24px}.bb-groups-invites-right .bb-title-wrap{margin:-20px -20px 20px;border-bottom:1px solid var(--bb-content-border-color);padding:20px}#buddypress input#bp_invites_reset{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}#buddypress input#bp_invites_reset:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}#buddypress input#bp_invites_reset: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)}#group-invites-container .bb-groups-invites-left .group-invites-members-listing .action button{background:url(../images/svg/circle-add.svg) no-repeat;height:26px;width:26px;background-size:contain;padding:0;min-width:26px}#group-invites-container .bb-groups-invites-left .group-invites-members-listing li.selected .action button{background:url(../images/svg/circle-close.svg) no-repeat}#group-invites-container .bb-groups-invites-left .group-invites-members-listing .action button .icons{opacity:0}#send_group_invite_form .select2-selection__choice__remove{font-size:0;padding:1px 0 0}#send_group_invite_form .select2-selection__choice__remove:before{content:"\e828";font-family:bb-icons;font-size:14px;font-weight:400;line-height:1;color:#4d5c6d;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;-webkit-font-smoothing:antialiased}#bp-group-invite-content #whats-new-toolbar{padding:20px;position:absolute;bottom:0;left:0}#group-invites-new-submit{padding:0}#group-invites-new-submit #bp_invites_reset{margin:0}#bp-invites-dropdown-options-loader{margin-right:10px}#bp-invites-dropdown-options-loader .bb-icon-spinner{display:-webkit-box;display:-ms-flexbox;display:flex}.group-invites-members-listing .bp-invites-feedback{padding:0 20px}#buddypress #send_group_invite_form .select2-search__field{height:30px}body #buddypress .group-invites-members-listing .bp-list .action{max-width:26px}body.send-invites .select2-container .select2-dropdown{display:none}.bb-more-invites-wrap .bb-icons{margin-left:5px;font-size:20px}.bb-panel-head{min-height:66px}.bb-groups-messages-left .bp-search{padding:0 20px}.bb-groups-messages-left select{height:37px}.bb-groups-messages-left .bp-list li .item-avatar{margin-left:15px}.bb-groups-messages-left #members-list.item-list .item-avatar img{max-width:45px}.bb-groups-messages-left #members-list.item-list .member-name a{font-size:15px}#item-body .total-members-text{font-size:16px;font-weight:500;letter-spacing:-.24px}#group_messages_search{background-size:14px;background-position:right 12px center;height:32px}.bb-groups-messages-right .bb-title-wrap{margin:-20px -20px 20px;border-bottom:1px solid var(--bb-content-border-color);padding:20px}.bb-groups-messages-right .group-messages-compose{font-size:0}.bb-groups-messages-right .group-messages-compose:after{content:"\ee5a";font-family:bb-icons;font-size:22px;line-height:20px;text-align:center}#group-messages-container .bb-groups-messages-right-top .bb-title{margin:0;line-height:1.4;font-size:18px;font-weight:500;letter-spacing:-.24px}label.bp-group-message-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.group-messages-members-listing .button{box-shadow:none}a.bb-close-select-members.button{min-width:110px}.add-more-members .bb-add-members{font-size:14px}.add-more-members .bb-add-members .bb-icon-plus-circle{margin-left:5px;font-size:18px;vertical-align:middle}@media screen and (max-width:560px){.add-more-members .bb-add-members{font-size:12px}.add-more-members .bb-add-members .bb-icon-plus-circle{font-size:16px}}#group-messages-container .load-more .bb-icon-loader{font-size:20px}#send_group_message_form .select2-selection__choice__remove{font-size:0;line-height:1;margin:0 8px 0 0}#send_group_message_form .select2-selection__choice__remove:before{content:"\e828";font-family:bb-icons;font-size:13px;font-weight:400;line-height:1;background:#fff;border-radius:50%;color:var(--bb-body-text-color);display:-webkit-box;display:flexbox;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;min-width:13px;min-height:13px;text-indent:-1px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bb-groups-messages-right .medium-editor-element,.bb-groups-messages-right .medium-editor-placeholder{padding:0}.bb-groups-messages-right .medium-editor-element li>ol,.bb-groups-messages-right .medium-editor-element li>ul,.bb-groups-messages-right .medium-editor-placeholder li>ol,.bb-groups-messages-right .medium-editor-placeholder li>ul{margin-bottom:0}.bb-groups-messages-right .medium-editor-element pre,.bb-groups-messages-right .medium-editor-placeholder pre{white-space:pre-wrap;position:relative;z-index:1}.bb-groups-messages-right .medium-editor-element pre p,.bb-groups-messages-right .medium-editor-placeholder pre p{margin-bottom:0}.bb-groups-messages-right .medium-editor-element[contenteditable=true]:empty:after,.bb-groups-messages-right .medium-editor-placeholder[contenteditable=true]:empty:after{color:#c3c6c9;content:attr(data-placeholder);position:absolute;padding:inherit;font-style:normal}.bb-groups-messages-right .standard-form .submit{padding:0}.bb-groups-messages-right div.bp-feedback{background:var(--bb-content-alternate-background-color)}.bb-groups-messages-right .bp-group-messages-attached-gif-container{margin-bottom:20px}.bb-groups-messages-right .bp-group-messages-attached-gif-container.closed{display:none}.bb-groups-messages-right #bp-group-message-content .medium-editor-placeholder:after{font-style:normal;pointer-events:none}#group-messages-container .bb-groups-messages-right .group-messages-type{height:34px}#group-messages-container .group-messages-members-listing .item-list li{border-bottom:0;margin:0 -20px 1px;width:auto;padding:8px 20px}.groups.group-messages .item-body{margin-bottom:55px}.bb-groups-messages-right #whats-new-toolbar{padding:0;margin-top:auto}.bb-groups-messages-right #whats-new-toolbar #send_group_message_button{margin:0}.bb-groups-messages-right #whats-new-toolbar .emojionearea .emojionearea-picker .emojionearea-search>input{outline:0;width:100%;min-width:100%;height:30px}.bb-groups-messages-right #whats-new-toolbar .gif-media-search-dropdown.open{margin:0 -20px 10px 0;top:auto;bottom:100%;padding-bottom:0;padding-top:10px}.bb-groups-messages-right #whats-new-toolbar .gif-media-search-dropdown:before{right:38px;top:auto;bottom:-11px;-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.bb-groups-messages-right #whats-new-toolbar .gif-search-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column-reverse;flex-flow:column-reverse}.bb-groups-messages-right #whats-new-toolbar .emojionearea .emojionearea-picker{top:auto;bottom:40px}.bb-groups-messages-right #whats-new-toolbar .emojionearea .emojionearea-picker.emojionearea-filters-position-top .emojionearea-filters{top:auto;bottom:0}.bb-groups-messages-right #whats-new-toolbar .emojionearea .emojionearea-picker .emojionearea-search-panel{top:auto;bottom:40px}.bb-groups-messages-right #whats-new-toolbar .emojionearea .emojionearea-picker.emojionearea-filters-position-top.emojionearea-search-position-top .emojionearea-scroll-area{bottom:auto;top:0}.bb-groups-messages-right #whats-new-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{bottom:-10px;top:auto;-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}#group-messages-container .bp-navs.group-subnav li.selected a{color:var(--bb-headings-color)}.group-messages.private-message #group-messages-container .group-messages-members-listing .all-members .group-message-member-li.selected .invite-button .icons:before{background-color:var(--bb-primary-color);font-weight:400}.group-messages.private-message #group-messages-container .bb-groups-messages-right .bb-groups-messages-right-top{border-color:var(--bb-content-border-color);padding:10px 20px}.group-messages.private-message #group-messages-container .bb-groups-messages-right .bp-select-members-wrap .group-messages-helper-text{color:var(--bb-alternate-text-color);font-size:15px}.group-messages.private-message #group-messages-container .bb-groups-messages-left .group-messages-members-listing .item-list li.selected{background-color:var(--bb-content-alternate-background-color)}.group-messages.public-message .bb-groups-messages-right .bb-groups-messages-right-top{border-color:var(--bb-content-border-color)}.group-messages.public-message .bb-groups-messages-right .bp-select-members-wrap .group-messages-helper-text{color:var(--bb-alternate-text-color)}#group-messages-container #whats-new-toolbar #group-messages-new-submit{border-color:var(--bb-content-border-color)}.bp-vertical-navs .group-messages-members-listing #members-list .member-name a{font-size:16px}.bb-panel-head{border-color:var(--bb-content-border-color)}@media screen and (min-width:1081px){.bb-groups-messages-left{border-color:var(--bb-content-border-color)}}.bb-invite-anyone-wrap{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px}.bb-invite-anyone-wrap #send-invite-form{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0}.bb-invite-anyone-wrap div.left-menu{border-left:1px solid #e7e9ec;min-width:0;-webkit-box-flex:0;-ms-flex:0 0 360px;flex:0 0 360px;width:auto;margin:0;padding-bottom:20px}#main .bb-invite-anyone-wrap .main-column{-webkit-box-flex:1;-ms-flex:1;flex:1;width:auto!important;margin:0!important;padding:20px 30px 30px}.bb-invite-anyone-wrap #invite-anyone-member-list{background:100% 0;height:auto;max-height:500px;border:0;border-radius:0;padding:0}.bb-invite-anyone-wrap ul.first.acfb-holder{margin:0!important;padding:20px}#primary #main .bb-invite-anyone-wrap .send-to-input{background:url(../images/svg/search.svg) no-repeat;background-size:14px;background-position:right 12px center;background-color:#fbfbfc;border-radius:20px;font-size:14px;height:32px;width:100%;margin:0;padding:0 35px 0 20px}.bb-invite-anyone-wrap .total-members-text{border-bottom:1px solid #e7e9ec;padding:23px 20px}.bb-invite-anyone-wrap .bb-select-members-text{font-size:14px;padding:0 20px 20px}.left-menu #invite-anyone-member-list ul li{font-size:15px;padding:10px 20px}#main #buddypress .bb-ia-feedback{margin:0 0 20px}#buddypress #invite-anyone-invite-list{margin:0;border:1px solid #e7e9ec;border-radius:3px;max-height:550px;overflow:auto}#invite-anyone-invite-list li{display:-webkit-box;display:-ms-flexbox;display:flex;border-top:1px solid #e7e9ec;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px 20px}#invite-anyone-invite-list li:first-child{border-top:0}#invite-anyone-invite-list h4{margin:0}#invite-anyone-invite-list .avatar{margin-left:15px!important;max-width:52px}#invite-anyone-invite-list .activity{display:none}#invite-anyone-invite-list .action{margin-right:auto}#invite-anyone-invite-list .remove{font-size:0;display:inline-block;margin:0}#invite-anyone-invite-list .remove:before{content:"\e8f7";font-family:bb-icons;speak:none;font-size:20px;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;color:#939597}.group-create .bb-invite-anyone-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 0 30px}.group-create .buddypress-wrap .bb-invite-anyone-wrap .left-menu{border-left:1px solid #e7e9ec;min-width:0;-webkit-box-flex:0;-ms-flex:0 0 300px;flex:0 0 300px;width:auto;margin:0;max-width:100%;padding-bottom:30px}.group-create .bb-invite-anyone-wrap .total-members-text{margin:0}@media (max-width:767px){.group-create .buddypress-wrap .bb-invite-anyone-wrap .left-menu{-webkit-box-flex:0;-ms-flex:0 0 240px;flex:0 0 240px}}@media (max-width:600px){.group-create .buddypress-wrap .bb-invite-anyone-wrap .left-menu{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;border-left:0;border-bottom:1px solid #e7e9ec}}.bp-single-vert-nav .bb-single-main-nav--vertical li{-webkit-transition:.3s all;transition:.3s all}.bb-template-v1 nav#object-nav.bb-single-main-nav--vertical{border-radius:0 var(--bb-block-radius) var(--bb-block-radius) 0}nav#object-nav.bb-single-main-nav--vertical a:hover{color:var(--bb-primary-color);background-color:var(--bb-content-alternate-background-color)}nav#object-nav.bb-single-main-nav--vertical li.selected>a{color:var(--bb-headings-color);font-weight:inherit}@media screen and (max-width:46.8em){.bb-template-v1 nav#object-nav.bb-single-main-nav--vertical{border-radius:var(--bb-block-radius)}nav#object-nav.bb-single-main-nav--vertical>ul>li>a:hover{background-color:transparent}.bp-single-vert-nav .main-navs ul li{width:auto}.buddypress-wrap .bp-navs.bb-subnav-vert li{float:right}}@media screen and (min-width:46.8em){.bb-single-main-nav--vertical li:focus,.bb-single-main-nav--vertical li:hover{background:100% 0}nav#object-nav.bb-single-main-nav--vertical{width:100%;-webkit-box-flex:0;-ms-flex:0 0 230px;flex:0 0 230px;float:right;margin:0;min-height:50vh;border:0;border-left:1px solid var(--bb-content-border-color);padding:20px 0}nav#object-nav.bb-single-main-nav--vertical li{width:100%;padding:0}nav#object-nav.bb-single-main-nav--vertical .selected>a{background:var(--bb-content-background-color);border-bottom:1px solid var(--bb-content-border-color);border-top:1px solid var(--bb-content-border-color);margin:0;position:relative}nav#object-nav.bb-single-main-nav--vertical .selected>a:after{background-color:var(--bb-content-background-color);bottom:0;content:"";position:absolute;left:-1px;top:0;width:1px}nav#object-nav.bb-single-main-nav--vertical a{border:0;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;margin-bottom:1px;padding:10px 15px}nav#object-nav.bb-single-main-nav--vertical a:hover{background:var(--bb-content-alternate-background-color);color:var(--bb-primary-color)}.group-admin.bb-template-v1 .bb-subnav-plain .selected>a:after{background-color:var(--bb-content-background-color);bottom:0;content:"";position:absolute;left:-1px;top:0;width:1px}}@media screen and (min-width:46.8em){.bp-single-vert-nav .bp-wrap:not(.bp-fullwidth-wrap){display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color)}.bb-user-nav-display-wrap nav#object-nav.vertical{width:100%;-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px}.bp-single-vert-nav .item-body{min-height:50vh;padding:20px 20px 20px 0}.group-invites.buddypress .bp-single-vert-nav .item-body,.type-bp_members .bp-single-vert-nav .item-body{overflow:inherit}.bb-single-main-nav--vertical ul{border-left:0;border-bottom:0;float:none;margin-left:0;width:auto}}.bookmark-link-container .bookmark-it .bb-helper-icon{font:normal normal normal 20px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bookmark-link-container .bookmark-it .bb-helper-icon:before{content:"\e872"}.bookmark-link-container .bookmark-it .bb-helper-icon.fa-spinner{font-family:"Font Awesome\ 5 Free";font-weight:900}.bookmark-link-container .bookmark-it .bb-helper-icon.fa-spinner:before{content:"\f110"!important}.bookmark-link-container .bookmark-it.bookmarked .bb-helper-icon:before{content:"\e872";font-family:bb-icons;font-weight:300}.bookmark-link-container .bookmark-it.bookmarked .bb-helper-icon.fa-spinner{font-family:"Font Awesome\ 5 Free";font-weight:900}.bookmark-link-container .bookmark-it.bookmarked .bb-helper-icon.fa-spinner:before{content:"\f110"!important}.sl-wrapper .sl-button .sl-icon .fa{font:normal normal normal 18px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sl-wrapper .sl-button .sl-icon .fa:before{content:"\eeb2"}.sl-wrapper .sl-button .sl-icon .fa.fa-spinner{font-family:"Font Awesome\ 5 Free";font-weight:900}.sl-wrapper .sl-button .sl-icon .fa.fa-spinner:before{content:"\f110"!important}.sl-wrapper .sl-button.liked .sl-icon .fa:before{font-family:bb-icons;content:"\eeb2"}.sl-wrapper .sl-button.liked .sl-icon .fa.fa-spinner{font-family:"Font Awesome\ 5 Free";font-weight:900}.sl-wrapper .sl-button.liked .sl-icon .fa.fa-spinner:before{content:"\f110"!important}div.bp-zoom-meeting-container,div.bp-zoom-webinar-container{border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color)}div.bp-zoom-meeting-container .bp-zoom-meeting-left,div.bp-zoom-webinar-container .bp-zoom-meeting-left{border-color:var(--bb-content-border-color)}div.bp-zoom-meeting-container .bp-meeting-fields-wrap hr,div.bp-zoom-webinar-container .bp-meeting-fields-wrap hr{background-color:var(--bb-content-border-color)}div.bp-zoom-meeting-container #subnav,div.bp-zoom-webinar-container #subnav{border-radius:var(--bb-block-radius)}.bp-zoom-meeting-container #meetings-list li.current,.bp-zoom-meeting-container #meetings-list li:hover,.bp-zoom-webinar-container #meetings-list li.current,.bp-zoom-webinar-container #meetings-list li:hover{background-color:var(--bb-content-alternate-background-color)}.bp-zoom-meeting-container .meeting-topic .meeting-title,.bp-zoom-webinar-container .meeting-topic .meeting-title{color:var(--bb-headings-color)}.bp-zoom-meeting-container .meeting-item-col.meeting-meta-wrap,.bp-zoom-webinar-container .meeting-item-col.meeting-meta-wrap{color:var(--bb-alternate-text-color)}.bp-zoom-meeting-container .bp-zoom-meeting-members-listing .meeting-timezone,.bp-zoom-webinar-container .bp-zoom-meeting-members-listing .meeting-timezone{background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color)}#page div.bp-zoom-meeting-container .bp-navs,#page div.bp-zoom-webinar-container .bp-navs{background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}body.rtl .bp_zoom_countdown{direction:ltr;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}body.rtl .single-meeting-item.bb-countdown-wrap .bp_zoom_countdown{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end} \ No newline at end of file diff --git a/web/app/themes/buddyboss-theme/assets/css-rtl/elementor.css b/web/app/themes/buddyboss-theme/assets/css-rtl/elementor.css index 37acc62a..7a57142b 100644 --- a/web/app/themes/buddyboss-theme/assets/css-rtl/elementor.css +++ b/web/app/themes/buddyboss-theme/assets/css-rtl/elementor.css @@ -16,7 +16,6 @@ padding-right: 0; padding-left: 0; } - .elementor-template-full-width #content > .container, [class*="template-elementor_header_footer"] #content > .container { max-width: 100%; @@ -34,7 +33,6 @@ body:not(.register) .elementor-header + #content { /* Elementor Fixes */ @media (min-width: 800px) { - body.bb-buddypanel:not(.elementor-template-canvas) .elementor-section-stretched[style*="width"], body.bb-buddypanel:not(.elementor-template-canvas) .elementor-section-boxed[style*="width"], body.bb-buddypanel:not(.elementor-template-canvas) .elementor-section-full_width[style*="width"] { @@ -43,7 +41,6 @@ body:not(.register) .elementor-header + #content { } @media (min-width: 800px) { - body.bb-buddypanel.buddypanel-open:not(.elementor-template-canvas) .elementor-section-stretched[style*="width"], body.bb-buddypanel.buddypanel-open:not(.elementor-template-canvas) .elementor-section-boxed[style*="width"], body.bb-buddypanel.buddypanel-open:not(.elementor-template-canvas) .elementor-section-full_width[style*="width"] { @@ -65,7 +62,6 @@ body:not(.register) .elementor-header + #content { .elementor-widget-container ul.elementor-nav-menu { z-index: initial; } - .elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown { z-index: 5; } @@ -96,7 +92,6 @@ body:not(.register) .elementor-header + #content { display: -ms-flexbox; display: flex; } - #content .elementor-widget-container li.product:hover, #content .wp-block-woocommerce-handpicked-products li.product:hover, #content .wp-block-woocommerce-product-category li.product:hover, @@ -107,7 +102,6 @@ body:not(.register) .elementor-header + #content { #content .wp-block-woocommerce-product-best-sellers li.product:hover { box-shadow: 0 6px 24px 0 rgba(18, 43, 70, 0.12); } - #content .elementor-widget-container .woocommerce-loop-product__title, #content .elementor-widget-container .woocommerce-loop-category__title, #content .wp-block-woocommerce-handpicked-products .woocommerce-loop-product__title, @@ -128,7 +122,6 @@ body:not(.register) .elementor-header + #content { font-size: 16px; line-height: 24px; } - #content .elementor-widget-container li.product .price, #content .wp-block-woocommerce-handpicked-products li.product .price, #content .wp-block-woocommerce-product-category li.product .price, @@ -141,7 +134,6 @@ body:not(.register) .elementor-header + #content { font-weight: 500; text-align: center; } - #content .elementor-widget-container li.product .price del, #content .wp-block-woocommerce-handpicked-products li.product .price del, #content .wp-block-woocommerce-product-category li.product .price del, @@ -154,7 +146,6 @@ body:not(.register) .elementor-header + #content { font-weight: 400; opacity: 1; } - #content .elementor-widget-container ul.products li.product .onsale, #content .wp-block-woocommerce-handpicked-products ul.products li.product .onsale, #content .wp-block-woocommerce-product-category ul.products li.product .onsale, @@ -178,7 +169,6 @@ body:not(.register) .elementor-header + #content { text-transform: uppercase; font-size: 12px; } - #content .elementor-widget-container li.product .button, #content .wp-block-woocommerce-handpicked-products li.product .button, #content .wp-block-woocommerce-product-category li.product .button, @@ -192,7 +182,6 @@ body:not(.register) .elementor-header + #content { padding: 0.618em 1em; margin-top: auto; } - #content .elementor-widget-container li.product .button .add_to_cart_button.added, #content .wp-block-woocommerce-handpicked-products li.product .button .add_to_cart_button.added, #content .wp-block-woocommerce-product-category li.product .button .add_to_cart_button.added, @@ -204,7 +193,6 @@ body:not(.register) .elementor-header + #content { width: 50%; border-left: 1px solid var(--bb-content-border-color); } - #content .elementor-widget-container li.product .button .added_to_cart.wc-forward, #content .wp-block-woocommerce-handpicked-products li.product .button .added_to_cart.wc-forward, #content .wp-block-woocommerce-product-category li.product .button .added_to_cart.wc-forward, @@ -215,7 +203,6 @@ body:not(.register) .elementor-header + #content { #content .wp-block-woocommerce-product-best-sellers li.product .button .added_to_cart.wc-forward { border-left: 0; } - #content .elementor-widget-container li.product .button:hover, #content .wp-block-woocommerce-handpicked-products li.product .button:hover, #content .wp-block-woocommerce-product-category li.product .button:hover, @@ -226,7 +213,6 @@ body:not(.register) .elementor-header + #content { #content .wp-block-woocommerce-product-best-sellers li.product .button:hover { color: #fff; } - #content .elementor-widget-container .star-rating, #content .wp-block-woocommerce-handpicked-products .star-rating, #content .wp-block-woocommerce-product-category .star-rating, @@ -237,7 +223,6 @@ body:not(.register) .elementor-header + #content { #content .wp-block-woocommerce-product-best-sellers .star-rating { margin: 0 auto 10px; } - #content .elementor-widget-container .woocommerce-placeholder, #content .wp-block-woocommerce-handpicked-products .woocommerce-placeholder, #content .wp-block-woocommerce-product-category .woocommerce-placeholder, @@ -254,7 +239,6 @@ body:not(.register) .elementor-header + #content { list-style: none; margin: 0; } - .elementor-widget-container .product_list_widget li { background-color: var(--bb-content-background-color); border-radius: var(--bb-block-radius); @@ -266,11 +250,9 @@ body:not(.register) .elementor-header + #content { flex-flow: column; margin-bottom: 20px; } - .elementor-widget-container .product_list_widget li:hover { box-shadow: 0 6px 24px 0 rgba(18, 43, 70, 0.12); } - .elementor-widget-container .product_list_widget img { width: 100%; height: auto; @@ -278,7 +260,6 @@ body:not(.register) .elementor-header + #content { margin: 0 0 1em; box-shadow: none; } - .elementor-widget-container .product_list_widget .product-title { color: var(--bb-headings-color); display: block; @@ -287,7 +268,6 @@ body:not(.register) .elementor-header + #content { margin-bottom: 15px; text-align: center; } - .elementor-widget-container .product_list_widget .amount { color: var(--bb-primary-color); display: block; @@ -296,48 +276,47 @@ body:not(.register) .elementor-header + #content { margin-bottom: 15px; text-align: center; } - .elementor-widget-container .product_list_widget del .amount { color: var(--bb-alternate-text-color); margin-bottom: 10px; } - .elementor-widget-container .product_list_widget .star-rating { font-size: 12px; } -.elementor-widget-wrap #groups-list { +.elementor-widget-wrap #groups-list, +.elementor-element #groups-list { list-style: none; margin: 0; } - -.elementor-widget-wrap #groups-list .item-avatar { +.elementor-widget-wrap #groups-list .item-avatar, +.elementor-element #groups-list .item-avatar { -webkit-box-flex: 0; -ms-flex: 0 0 40px; flex: 0 0 40px; margin-left: 12px; } - -.elementor-widget-wrap #groups-list .item-avatar img { +.elementor-widget-wrap #groups-list .item-avatar img, +.elementor-element #groups-list .item-avatar img { border-radius: 3px; } - -.elementor-widget-wrap #groups-list .item { +.elementor-widget-wrap #groups-list .item, +.elementor-element #groups-list .item { line-height: 1; } - -.elementor-widget-wrap #groups-list .item-title { +.elementor-widget-wrap #groups-list .item-title, +.elementor-element #groups-list .item-title { margin-bottom: 3px; } - -.elementor-widget-wrap #groups-list .item-title a { +.elementor-widget-wrap #groups-list .item-title a, +.elementor-element #groups-list .item-title a { font-size: 0.9375rem; font-weight: 500; color: var(--bb-headings-color); letter-spacing: -0.24px; } - -.elementor-widget-wrap #groups-list span.activity { +.elementor-widget-wrap #groups-list span.activity, +.elementor-element #groups-list span.activity { color: var(--bb-alternate-text-color); font-size: 12px; letter-spacing: -0.26px; @@ -347,13 +326,11 @@ body:not(.register) .elementor-header + #content { .elementor-widget-wp-widget-bp_latest_activities .activity-list { padding: 0; } - .elementor-widget-wp-widget-bp_latest_activities .update-item { display: -webkit-box; display: -ms-flexbox; display: flex; } - .elementor-widget-wp-widget-bp_latest_activities .update-item cite { -webkit-box-flex: 0; -ms-flex: 0 0 40px; @@ -361,15 +338,12 @@ body:not(.register) .elementor-header + #content { min-width: 0; margin-left: 10px; } - .elementor-widget-wp-widget-bp_latest_activities .update-item { font-size: 14px; } - .elementor-widget-wp-widget-bp_latest_activities .avatar { border-radius: 50%; } - .elementor-widget-wp-widget-bp_latest_activities .view.activity-time-since { line-height: 1; margin: 0; @@ -380,11 +354,9 @@ body:not(.register) .elementor-header + #content { font-size: 0.875rem; line-height: 1.35; } - .elementor-widget-wp-widget-bp_core_members_widget #members-list li { margin-bottom: 10px; } - .elementor-widget-wp-widget-bp_core_members_widget ul.item-list li .item-avatar { margin-left: 12px; -webkit-box-flex: 0; @@ -392,15 +364,12 @@ body:not(.register) .elementor-header + #content { flex: 0 0 40px; padding: 0; } - .elementor-widget-wp-widget-bp_core_members_widget .item-title a { font-size: 14px; } - .elementor-widget-wp-widget-bp_core_members_widget .item-meta { display: none; } - .elementor-widget-wp-widget-bp_core_members_widget #members-list.item-list .item-avatar img { max-width: 100%; } @@ -424,7 +393,6 @@ body:not(.register) .elementor-header + #content { margin: 0 !important; width: auto; } - .uael-subscribe-bar .fluid-width-video-wrapper iframe { height: auto; position: static; @@ -436,28 +404,23 @@ body:not(.register) .elementor-header + #content { max-width: inherit; width: inherit; } - .elementor-element.elementor-products-grid .woocommerce ul.products li.product .onsale.onsale { padding: 10px; } - .elementor-element.elementor-products-grid .woocommerce ul.products li.product h2.woocommerce-loop-category__title { text-align: center; } - .elementor-element.elementor-products-grid .woocommerce .woocommerce-pagination a:hover { color: var(--bb-body-background-color); } - .elementor-element.elementor-products-grid .woocommerce .woocommerce-pagination a.next, .elementor-element.elementor-products-grid .woocommerce .woocommerce-pagination a.prev { font-size: 0; color: var(--bb-body-text-color); padding: 0; } - -.elementor-element.elementor-products-grid .woocommerce .woocommerce-pagination a.next::before, -.elementor-element.elementor-products-grid .woocommerce .woocommerce-pagination a.prev::before { +.elementor-element.elementor-products-grid .woocommerce .woocommerce-pagination a.next:before, +.elementor-element.elementor-products-grid .woocommerce .woocommerce-pagination a.prev:before { line-height: 28px; display: inline-block; width: 28px; @@ -468,7 +431,6 @@ body:not(.register) .elementor-header + #content { -ms-flex: 0 0 100%; flex: 0 0 100%; } - .site-content-grid > .woocommerce-notices-wrapper:empty { display: none; } @@ -514,19 +476,16 @@ nav.elementor-pagination { } @media (max-width: 1024px) { - #content .elementor-element.elementor-products-grid ul.products.products { grid-template-columns: repeat(3, 1fr); } } @media screen and (min-width: 800px) { - .bb-buddypanel.bb-sfwd-aside .site-header.site-header--elementor { width: auto; } } @media (max-width: 768px) { - #content .elementor-element.elementor-products-grid ul.products.products { grid-template-columns: repeat(2, 1fr); } @@ -541,17 +500,14 @@ nav.elementor-pagination { } } @media (max-width: 480px) { - #content .elementor-element.elementor-products-grid ul.products.products { grid-template-columns: repeat(1, 1fr); } } - /** common */ .bb-block-header { margin: 0 0 22px; } - .bb-block-header h3 { margin: 0; font-weight: 500; @@ -577,7 +533,6 @@ body.rtl .bb-block-header__extra a.count-more i { overflow-y: auto; padding: 0 20px; } - .bb-members .bbel-list-flow { max-height: 850px; } @@ -594,31 +549,28 @@ body.rtl .bb-block-header__extra a.count-more i { transform: translate(50%, -50%); width: 100%; } - .bb-no-data img.bb-no-data__image { max-width: 50%; margin: 0 0 25px; } - +.bb-no-data .bp-feedback.info { + border: 0; +} .bb-no-data .bp-feedback.info .bp-icon { display: none; } - .bb-no-data .bp-feedback { box-shadow: none; margin: 0; padding: 0 10%; } - .bb-no-data .bp-feedback p { width: 100%; padding: 0; } - .bb-no-data .bp-messages { border: 0; } - .bb-no-data .bb-no-data__link { display: inline-block; font-size: 14px; @@ -637,32 +589,27 @@ body.rtl .bb-block-header__extra a.count-more i { } @media screen and (max-width: 1200px) { - .elementor-section.elementor-section-boxed > .elementor-container { padding-right: 30px; padding-left: 30px; } } @media screen and (max-width: 800px) { - .elementor-section.elementor-section-boxed > .elementor-container { padding-right: 10px; padding-left: 10px; } } @media screen and (max-width: 544px) { - .elementor-section.elementor-section-boxed > .elementor-container { padding-right: 0; padding-left: 0; } } - .elementor-button { background-color: var(--bb-primary-color); border-radius: var(--bb-button-radius); } - .elementor-button.elementor-size-xs, .elementor-button.elementor-size-md, .elementor-button.elementor-size-lg, .elementor-button.elementor-size-xl { border-radius: var(--bb-button-radius); } @@ -691,7 +638,6 @@ body.rtl .bb-block-header__extra a.count-more i { .elementor-post__title a { color: var(--bb-headings-color); } - .elementor-post__title a:hover { color: var(--bb-primary-color); } @@ -816,7 +762,6 @@ div.elementor-price-table__ribbon-inner { .header-mini-cart { overflow: hidden; } - .header-mini-cart .elementor-menu-cart__product { display: -webkit-box; display: -ms-flexbox; @@ -827,7 +772,6 @@ div.elementor-price-table__ribbon-inner { padding: 15px 20px; border-bottom: 1px solid var(--bb-content-border-color); } - .header-mini-cart .elementor-menu-cart__product .elementor-menu-cart__product-image img { max-width: 36px; width: 36px; @@ -836,58 +780,47 @@ div.elementor-price-table__ribbon-inner { margin-right: 0; float: none; } - .header-mini-cart .elementor-menu-cart__product .elementor-menu-cart__product-name { max-width: 240px; } - .header-mini-cart .elementor-menu-cart__product .elementor-menu-cart__product-name a { color: var(--bb-headings-color); font-size: 14px; } - .header-mini-cart .elementor-menu-cart__product .elementor-menu-cart__product-name a:hover { color: var(--bb-primary-color); } - .header-mini-cart .elementor-menu-cart__product .elementor-menu-cart__product-price { margin-right: auto; font-size: 13px; color: var(--bb-alternate-text-color); } - .header-mini-cart .elementor-menu-cart__product .elementor-menu-cart__product-price .quantity { display: -webkit-box; display: -ms-flexbox; display: flex; } - .header-mini-cart .elementor-menu-cart__subtotal { margin: 15px 20px 15px 0; font-size: 14px; color: var(--bb-alternate-text-color); float: right; } - .header-mini-cart .elementor-menu-cart__subtotal strong { - font-weight: 400; + font-weight: normal; } - .header-mini-cart .elementor-menu-cart__footer-buttons { margin: 15px 0 15px 20px; float: left; } - .header-mini-cart .elementor-menu-cart__footer-buttons .elementor-button { background-color: transparent; font-size: 14px; margin-right: 5px; } - .bb-template-v2 .header-mini-cart .elementor-menu-cart__product { border-bottom: 0; } - .bb-template-v2 .header-mini-cart .elementor-menu-cart__products { border-bottom: 1px solid var(--bb-content-border-color); } @@ -896,7 +829,6 @@ div.elementor-price-table__ribbon-inner { -webkit-transition: padding-right 0.3s ease-in-out; transition: padding-right 0.3s ease-in-out; } - .bb-sfwd-aside .site > .elementor-location-header .elementor-section.elementor-section-stretched { right: inherit !important; } @@ -904,14 +836,12 @@ div.elementor-price-table__ribbon-inner { .bb-sfwd-aside:not(.lms-side-panel-close) .site > .elementor-location-header { padding: 0 370px 0 0; } - .bb-sfwd-aside:not(.lms-side-panel-close) .site > .elementor-location-header .elementor-section.elementor-section-stretched { width: 100% !important; right: inherit !important; padding: 0 !important; } @media screen and (max-width: 767px) { - .bb-sfwd-aside:not(.lms-side-panel-close) .site > .elementor-location-header { padding: 0; } @@ -927,7 +857,6 @@ div.elementor-price-table__ribbon-inner { margin-bottom: -1px; color: var(--bb-headings-color); } - .elementor-element-edit-mode .elementor-widget-wp-widget-bp_core_whos_online_widget #boss_whos_online_widget_connections { display: none; } @@ -935,11 +864,9 @@ div.elementor-price-table__ribbon-inner { .elementor-widget.elementor-widget-wp-widget-bp_core_friends_widget ul a { font-size: 14px; } - .elementor-widget.elementor-widget-wp-widget-bp_core_friends_widget .item-meta { display: none; } - .elementor-widget.elementor-widget-wp-widget-bp_core_friends_widget .item-list .item-avatar { margin-left: 12px; } @@ -959,6 +886,10 @@ div.elementor-price-table__ribbon-inner { outline: none; } +.elementor-nav-menu--main li.menu-item { + z-index: 0; +} + /** header bar widget */ .site-header.site-header--elementor, .sticky-header .site-header.site-header--elementor, @@ -994,29 +925,24 @@ body.bp-search .site-header.site-header--elementor { .site-header--elementor .course-toggle-view { display: none; } - .site-header--elementor.site-header--align-right .header-aside { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } - .site-header--elementor.site-header--align-left .header-aside { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } - .site-header--elementor.site-header--align-center .header-aside { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } - .site-header--elementor .bb-header-buttons { white-space: nowrap; } - .site-header--elementor .user-mention .bp-suggestions-mention { padding: 0; margin: 0; @@ -1030,24 +956,19 @@ body.bp-search .site-header.site-header--elementor { .site-header--elementor .user-link img, .site-header--elementor.avatar-none .user-link img { border-style: none; } - .site-header--elementor.avatar-solid .user-link img { border-style: solid; } - .site-header--elementor.avatar-dotted .user-link img { border-style: dotted; } - .site-header--elementor.avatar-dashed .user-link img { border-style: dashed; } - .site-header--elementor.avatar-double .user-link img { border-style: double; } - -.site-header--elementor .primary-menu.bb-primary-overflow .menu-item-has-children::after { +.site-header--elementor .primary-menu.bb-primary-overflow .menu-item-has-children:after { opacity: 1; } @@ -1060,20 +981,16 @@ body.bp-search .site-header.site-header--elementor { flex-flow: row; margin-bottom: 0; } - .elementor-widget-container .site-header--elementor .product_list_widget li:hover { box-shadow: none; } - .elementor-widget-container .site-header--elementor .product_list_widget img { margin: 0 0 0 10px; } - .elementor-widget-container .site-header--elementor .product_list_widget .amount { margin-bottom: 0; color: inherit; } - .elementor-widget-container .site-header--elementor .header-mini-cart ul.cart_list li.mini_cart_item > a:not(.remove) { display: -webkit-box; display: -ms-flexbox; @@ -1101,18 +1018,15 @@ body.bp-search .site-header.site-header--elementor { transition: all linear 0.2s; z-index: 2; } - .search-visible-el .header-search-wrap--elementor { opacity: 1; visibility: visible; } - .header-search-wrap--elementor .container { padding: 0; position: relative; width: 100%; } - .header-search-wrap--elementor .search-form { display: -webkit-box; display: -ms-flexbox; @@ -1124,14 +1038,12 @@ body.bp-search .site-header.site-header--elementor { align-items: center; max-width: 100%; } - .header-search-wrap--elementor .search-form label { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin: 0; } - .header-search-wrap--elementor input.search-field, .header-search-wrap--elementor .search-field-top { border: 0; @@ -1147,7 +1059,6 @@ body.bp-search .site-header.site-header--elementor { text-overflow: ellipsis; background-color: var(--bb-header-background); } - .header-search-wrap--elementor input.search-submit { position: absolute; width: 30px; @@ -1156,7 +1067,6 @@ body.bp-search .site-header.site-header--elementor { padding: 0; opacity: 0; } - .header-search-wrap--elementor a.close-search { display: inline-block; line-height: 1; @@ -1165,11 +1075,9 @@ body.bp-search .site-header.site-header--elementor { top: calc(50% - 11px); left: 15px; } - .header-search-wrap--elementor a.close-search i { font-size: 22px; } - .header-search-wrap--elementor input[type="search"] { background-position: right 15px center; } @@ -1192,18 +1100,15 @@ body.bp-search .site-header.site-header--elementor { } @media (max-width: 799px) { - .site-header--elementor .site-header-container { display: -webkit-box; display: -ms-flexbox; display: flex; } - .site-header--elementor.site-header--is-logo.site-header--is-nav .site-header-container { display: none; } } - .elementor-widget-header-bar.is-active { z-index: 12; } @@ -1214,7 +1119,6 @@ body.bp-search .site-header.site-header--elementor { order: 1; width: 40%; } - .elementor-element--logo-position-right .site-header-container #site-logo { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; @@ -1229,7 +1133,6 @@ body.bp-search .site-header.site-header--elementor { order: 1; width: 40%; } - .elementor-element--logo-position-full-center .site-header-container #site-logo { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; @@ -1237,7 +1140,6 @@ body.bp-search .site-header.site-header--elementor { margin: auto; padding: 0 20px; } - .elementor-element--logo-position-full-center .site-header-container #header-aside { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; @@ -1251,7 +1153,6 @@ body.bp-search .site-header.site-header--elementor { order: 1; width: 40%; } - .elementor-element--logo-position-full-right .site-header-container #site-logo { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; @@ -1259,7 +1160,6 @@ body.bp-search .site-header.site-header--elementor { margin: auto; padding: 0 20px; } - .elementor-element--logo-position-full-right .site-header-container #header-aside { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; @@ -1268,71 +1168,58 @@ body.bp-search .site-header.site-header--elementor { } /* Support Font Awesome icons */ -.elementor-widget-container .fab::before { +.elementor-widget-container .fab:before { font-family: "Font Awesome 5 Brands"; } - -.elementor-widget-container .far::before { +.elementor-widget-container .far:before { font-family: "Font Awesome 5 Free"; } - -.elementor-widget-container .fa::before, -.elementor-widget-container .fas::before { +.elementor-widget-container .fa:before, +.elementor-widget-container .fas:before { font-family: "Font Awesome 5 Free"; } @media (max-width: 768px) { - .site-header--elementor .user-wrap > a.user-link .user-name, .site-header--elementor .user-wrap > a.user-link i.bb-icon-angle-down { display: none; } - .site-header--elementor .user-wrap > .sub-menu { left: -54px; } - .site-header--elementor .header-aside-inner > .bb-separator { margin: 0; opacity: 0; } } @media (max-width: 500px) { - .site-header--elementor .user-wrap > .sub-menu { left: -94px; } - - .site-header--elementor .user-wrap-container > .sub-menu::before { + .site-header--elementor .user-wrap-container > .sub-menu:before { left: 118px; } - .site-header--elementor .user-wrap > .sub-menu { min-width: 150px; } - .site-header--elementor .user-wrap > .sub-menu .wrapper .sub-menu-inner { width: 150px; } - .site-header--elementor .user-wrap > .sub-menu .ab-sub-wrapper { width: 140px; right: -140px; } } @media (max-width: 420px) { - .site-header--elementor .user-wrap > .sub-menu .ab-sub-wrapper { width: 130px; right: -130px; } } @media (max-width: 380px) { - .site-header--elementor .user-wrap > .sub-menu .menupop.parent { position: relative !important; } - .site-header--elementor .user-wrap > .sub-menu .ab-sub-wrapper { position: relative; width: 100%; @@ -1341,19 +1228,16 @@ body.bp-search .site-header.site-header--elementor { right: 0; top: 0 !important; } - .site-header--elementor .user-wrap > .sub-menu .ab-sub-wrapper .ab-submenu { box-shadow: none; background-color: var(--bb-body-background-color); display: none; } - .site-header--elementor .user-wrap > .sub-menu .ab-sub-wrapper .ab-submenu a { font-size: 12px; padding: 0.3125rem 1.25rem 0.3125rem 0.9375rem; } - - .site-header--elementor .user-wrap > .sub-menu .menupop.parent .ab-sub-wrapper::before { + .site-header--elementor .user-wrap > .sub-menu .menupop.parent .ab-sub-wrapper:before { content: "\e826"; font-family: bb-icons; width: 20px; @@ -1374,19 +1258,16 @@ body.bp-search .site-header.site-header--elementor { box-shadow: none; background-color: transparent !important; } - - .site-header--elementor .user-wrap > .sub-menu .ab-sub-wrapper::before { + .site-header--elementor .user-wrap > .sub-menu .ab-sub-wrapper:before { display: none; } } - /** bb profile completion widget */ .profile_bit { position: relative; display: inline-block; text-align: right; } - .profile_bit .progress_container { text-align: center; } @@ -1396,11 +1277,9 @@ body.bp-search .site-header.site-header--elementor { min-height: 110px; width: 100%; } - .profile_bit_wrapper.profile_bit_wrapper--blank { min-height: auto; } - .profile_bit_wrapper.has-profile-button { min-height: 180px; } @@ -1422,7 +1301,6 @@ body.bp-search .site-header.site-header--elementor { left: 0; } @media (max-width: 768px) { - .elementor-cta--completion-right .profile_bit.skin-linear { left: 0; right: 0; @@ -1466,14 +1344,12 @@ body.bp-search .site-header.site-header--elementor { } @media (max-width: 768px) { - .elementor-cta--completion-right, .elementor-cta--completion-left, .elementor-cta--completion-center { text-align: center; } } - .progress_bit { position: relative; display: inline-block; @@ -1496,7 +1372,6 @@ body.bp-search .site-header.site-header--elementor { .profile_bit.skin-linear .progress_bit_graph { display: none; } - .profile_bit.skin-linear .progress_bit__data { position: relative; display: block; @@ -1508,14 +1383,12 @@ body.bp-search .site-header.site-header--elementor { .profile_bit.skin-semicircle { width: 100%; } - .profile_bit.skin-linear .progress_bit, .profile_bit.skin-semicircle .progress_bit { width: 100%; padding: 20px 20px 0; cursor: pointer; } - .profile_bit.skin-linear .progress_container, .profile_bit.skin-semicircle .progress_container { background-color: #fff; @@ -1524,18 +1397,15 @@ body.bp-search .site-header.site-header--elementor { border-width: 1px; padding-bottom: 20px; } - .profile_bit.skin-linear .profile_bit_action, .profile_bit.skin-semicircle .profile_bit_action { text-align: right; padding: 0 15px; } - .profile_bit.skin-linear.active .progress_container, .profile_bit.skin-semicircle.active .progress_container { border-radius: 10px 10px 0 0; } - .profile_bit.skin-linear .profile_bit__details, .profile_bit.skin-semicircle .profile_bit__details { top: 0; @@ -1550,7 +1420,6 @@ body.bp-search .site-header.site-header--elementor { padding-top: 0; border-width: 1px; } - .profile_bit.skin-linear .profile_bit__details .profile_bit__heading, .profile_bit.skin-semicircle .profile_bit__details .profile_bit__heading { display: none; @@ -1560,7 +1429,6 @@ body.bp-search .site-header.site-header--elementor { position: absolute; top: 100%; } - .profile_bit.skin-semicircle .profile_bit_action__link { text-align: center; } @@ -1570,31 +1438,26 @@ body.bp-search .site-header.site-header--elementor { .profile_bit.skin-semicircle.border-solid .profile_bit__details { border-style: solid; } - .profile_bit.skin-linear.border-dashed .progress_container, .profile_bit.skin-linear.border-dashed .profile_bit__details, .profile_bit.skin-semicircle.border-dashed .progress_container, .profile_bit.skin-semicircle.border-dashed .profile_bit__details { border-style: dashed; } - .profile_bit.skin-linear.border-dotted .progress_container, .profile_bit.skin-linear.border-dotted .profile_bit__details, .profile_bit.skin-semicircle.border-dotted .progress_container, .profile_bit.skin-semicircle.border-dotted .profile_bit__details { border-style: dotted; } - .profile_bit.skin-linear.border-none .progress_container, .profile_bit.skin-linear.border-none .profile_bit__details, .profile_bit.skin-semicircle.border-none .progress_container, .profile_bit.skin-semicircle.border-none .profile_bit__details { border-style: none; } - .profile_bit.skin-linear.border-double .progress_container, .profile_bit.skin-linear.border-double .profile_bit__details, .profile_bit.skin-semicircle.border-double .progress_container, .profile_bit.skin-semicircle.border-double .profile_bit__details { border-style: double; } - .profile_bit.skin-linear .profile_bit__details, .profile_bit.skin-semicircle .profile_bit__details { border-top-width: 0; @@ -1609,17 +1472,15 @@ body.bp-search .site-header.site-header--elementor { align-items: center; margin: 0 0 15px; } - .skin-semicircle .progress_bit__heading i { margin-right: auto; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; color: var(--bb-headings-color); } - .skin-semicircle .progress_bit__heading h3 { text-transform: uppercase; - font-weight: 700; + font-weight: bold; font-size: 13px; margin: 0; } @@ -1629,7 +1490,6 @@ body.bp-search .site-header.site-header--elementor { width: 100%; text-align: right; } - .skin-linear .progress_bit_linear .progress_bit__heading { display: -webkit-box; display: -ms-flexbox; @@ -1639,17 +1499,15 @@ body.bp-search .site-header.site-header--elementor { align-items: center; margin: 0 0 15px; } - .skin-linear .progress_bit_linear .progress_bit__heading i { margin-right: auto; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; color: var(--bb-headings-color); } - .skin-linear .progress_bit_linear .progress_bit__heading h3 { text-transform: uppercase; - font-weight: 700; + font-weight: bold; font-size: 13px; margin: 0; } @@ -1697,23 +1555,19 @@ body.bp-search .site-header.site-header--elementor { box-shadow: none; position: relative; } - -.progress-bit__ring::after { +.progress-bit__ring:after { content: ""; - /* width: 100%; height: 100%; */ width: 98px; height: 98px; border-radius: 50%; - /* border: $border-width solid $color-lightgray; */ border: 4px solid #dedfe2; position: absolute; top: 1px; right: 1px; } - .progress-bit__ring > span { width: 50%; height: 100%; @@ -1722,11 +1576,9 @@ body.bp-search .site-header.site-header--elementor { top: 0; z-index: 1; } - .progress-bit__ring .progress-bit__left { right: 0; } - .progress-bit__ring .progress-bit__disc { width: 100%; height: 100%; @@ -1737,7 +1589,6 @@ body.bp-search .site-header.site-header--elementor { top: 0; border-color: #dedfe2; } - .progress-bit__ring .progress-bit__left .progress-bit__disc { right: 100%; border-top-left-radius: 50px; @@ -1749,11 +1600,9 @@ body.bp-search .site-header.site-header--elementor { -webkit-animation: loading-2 1.5s linear forwards 1.8s; animation: loading-2 1.5s linear forwards 1.8s; } - .progress-bit__ring .progress-bit__right { left: 0; } - .progress-bit__ring .progress-bit__right .progress-bit__disc { right: -100%; border-top-right-radius: 50px; @@ -1765,7 +1614,6 @@ body.bp-search .site-header.site-header--elementor { -webkit-animation: loading-1 1.8s linear forwards; animation: loading-1 1.8s linear forwards; } - .progress-bit__ring .bb-progress-value { display: -webkit-box; display: -ms-flexbox; @@ -1783,11 +1631,9 @@ body.bp-search .site-header.site-header--elementor { height: 100%; font-weight: 300; } - .progress-bit__ring .bb-progress-value div { margin-top: 10px; } - .progress-bit__ring .bb-progress-value span { font-size: 12px; text-transform: uppercase; @@ -1799,28 +1645,23 @@ body.bp-search .site-header.site-header--elementor { height: 46px; line-height: 46px; } - -.progress_bit_graph--sm .progress-bit__ring::after { +.progress_bit_graph--sm .progress-bit__ring:after { border-width: 4px; width: 100%; height: 100%; top: 0; right: 0; } - .progress_bit_graph--sm .progress-bit__disc { border-width: 4px; } - .progress_bit_graph--sm .progress-bit__left .progress-bit__disc { border-top-left-radius: 23px; border-bottom-left-radius: 23px; } - .progress_bit_graph--sm .progress-bit__right { left: 0; } - .progress_bit_graph--sm .progress-bit__right .progress-bit__disc { border-top-right-radius: 23px; border-bottom-right-radius: 23px; @@ -1861,7 +1702,6 @@ body.bp-search .site-header.site-header--elementor { font-weight: 500; color: var(--bb-headings-color); } - .progress_bit__data-num > span { font-size: 12px; color: var(--bb-alternate-text-color); @@ -1872,21 +1712,17 @@ body.bp-search .site-header.site-header--elementor { font-size: 36px; font-weight: 600; } - .skin-semicircle .progress_bit__data-num > span { font-size: 14px; } - .skin-semicircle .progress_bit__data-remark { font-size: 14px; line-height: 1.3; } - .skin-semicircle .progress_bit__data { top: unset; bottom: 20px; } - .skin-semicircle .pc_progress_wrap { margin: 0 0 10px; } @@ -1903,7 +1739,6 @@ body.bp-search .site-header.site-header--elementor { font-size: 13px; color: var(--bb-alternate-text-color); } - .profile_bit.skin-linear .progress_bit__data-num > span { vertical-align: initial; } @@ -1922,7 +1757,6 @@ body.bp-search .site-header.site-header--elementor { } @media (max-width: 768px) { - .profile_bit.skin-circle .profile_bit__details { top: 100px; right: 50%; @@ -1943,8 +1777,7 @@ ul.profile_bit__list li .section_number { line-height: 1; position: relative; } - -ul.profile_bit__list li .section_number::before { +ul.profile_bit__list li .section_number:before { content: ""; border: 2px solid #dedfe2; margin-left: 10px; @@ -1954,8 +1787,7 @@ ul.profile_bit__list li .section_number::before { width: 22px; border-radius: 50%; } - -ul.profile_bit__list li.completed .section_number::before { +ul.profile_bit__list li.completed .section_number:before { content: ""; content: "\e876"; font-family: bb-icons; @@ -1983,24 +1815,19 @@ ul.profile_bit__list li { align-items: center; position: relative; } - ul.profile_bit__list li .progress { margin-right: auto; } - ul.profile_bit__list li .section_name { margin-left: 15px; } - ul.profile_bit__list li .section_name a { color: #939597; font-size: 15px; } - ul.profile_bit__list li:last-of-type { margin-bottom: 0; } - ul.profile_bit__list li .completed_staus { display: inline-block; padding: 3px 0; @@ -2010,15 +1837,12 @@ ul.profile_bit__list li .completed_staus { font-weight: 600; text-align: center; } - ul.profile_bit__list li.completed .completed_staus { color: var(--bb-success-color); } - ul.profile_bit__list li.incomplete .completed_staus { color: var(--bb-danger-color); } - ul.profile_bit__list li.incomplete .section_name a { color: var(--bb-danger-color); } @@ -2036,26 +1860,21 @@ ul.profile_bit__list li.incomplete .section_name a { margin: 0 0 15px; font-size: 14px; } - .profile_bit__heading .progress-num { color: var(--bb-headings-color); } - .profile_bit__heading .progress-label { text-align: left; color: var(--bb-headings-color); } - .profile_bit__heading > span { -webkit-box-flex: 0; -ms-flex: 0 0 33.333%; flex: 0 0 33.333%; } - .profile_bit__heading .progress-figure { position: relative; } - .profile_bit__heading .progress_bit_graph--sm { position: absolute; top: -23px; @@ -2063,7 +1882,6 @@ ul.profile_bit__list li.incomplete .section_name a { right: 0; left: 0; } - .profile_bit__heading .progress_bit_graph--sm .progress-bit__ring { border: 3px solid #fff; background-color: #fff; @@ -2078,7 +1896,6 @@ ul.profile_bit__list li.incomplete .section_name a { .profile_bit_action { margin: 10px 0 0; } - .profile_bit_action a.profile_bit_action__link { font-size: 13px; display: inline-block; @@ -2088,11 +1905,9 @@ ul.profile_bit__list li.incomplete .section_name a { border: 1px solid #9ea8b2; cursor: pointer; } - .profile_bit_action a.profile_bit_action__link:hover { color: var(--bb-primary-color); } - .profile_bit_action a.profile_bit_action__link i { font-size: 20px; position: relative; @@ -2113,7 +1928,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-1 1.5s linear forwards; animation: loading-1 1.5s linear forwards; } - .progress-bit__ring[data-percentage="1"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2123,7 +1937,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-2 1.5s linear forwards; animation: loading-2 1.5s linear forwards; } - .progress-bit__ring[data-percentage="2"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2133,7 +1946,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-3 1.5s linear forwards; animation: loading-3 1.5s linear forwards; } - .progress-bit__ring[data-percentage="3"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2143,7 +1955,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-4 1.5s linear forwards; animation: loading-4 1.5s linear forwards; } - .progress-bit__ring[data-percentage="4"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2153,7 +1964,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-5 1.5s linear forwards; animation: loading-5 1.5s linear forwards; } - .progress-bit__ring[data-percentage="5"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2163,7 +1973,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-6 1.5s linear forwards; animation: loading-6 1.5s linear forwards; } - .progress-bit__ring[data-percentage="6"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2173,7 +1982,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-7 1.5s linear forwards; animation: loading-7 1.5s linear forwards; } - .progress-bit__ring[data-percentage="7"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2183,7 +1991,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-8 1.5s linear forwards; animation: loading-8 1.5s linear forwards; } - .progress-bit__ring[data-percentage="8"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2193,7 +2000,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-9 1.5s linear forwards; animation: loading-9 1.5s linear forwards; } - .progress-bit__ring[data-percentage="9"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2203,7 +2009,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-10 1.5s linear forwards; animation: loading-10 1.5s linear forwards; } - .progress-bit__ring[data-percentage="10"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2213,7 +2018,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-11 1.5s linear forwards; animation: loading-11 1.5s linear forwards; } - .progress-bit__ring[data-percentage="11"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2223,7 +2027,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-12 1.5s linear forwards; animation: loading-12 1.5s linear forwards; } - .progress-bit__ring[data-percentage="12"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2233,7 +2036,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-13 1.5s linear forwards; animation: loading-13 1.5s linear forwards; } - .progress-bit__ring[data-percentage="13"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2243,7 +2045,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-14 1.5s linear forwards; animation: loading-14 1.5s linear forwards; } - .progress-bit__ring[data-percentage="14"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2253,7 +2054,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-15 1.5s linear forwards; animation: loading-15 1.5s linear forwards; } - .progress-bit__ring[data-percentage="15"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2263,7 +2063,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-16 1.5s linear forwards; animation: loading-16 1.5s linear forwards; } - .progress-bit__ring[data-percentage="16"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2273,7 +2072,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-17 1.5s linear forwards; animation: loading-17 1.5s linear forwards; } - .progress-bit__ring[data-percentage="17"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2283,7 +2081,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-18 1.5s linear forwards; animation: loading-18 1.5s linear forwards; } - .progress-bit__ring[data-percentage="18"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2293,7 +2090,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-19 1.5s linear forwards; animation: loading-19 1.5s linear forwards; } - .progress-bit__ring[data-percentage="19"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2303,7 +2099,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-20 1.5s linear forwards; animation: loading-20 1.5s linear forwards; } - .progress-bit__ring[data-percentage="20"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2313,7 +2108,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-21 1.5s linear forwards; animation: loading-21 1.5s linear forwards; } - .progress-bit__ring[data-percentage="21"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2323,7 +2117,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-22 1.5s linear forwards; animation: loading-22 1.5s linear forwards; } - .progress-bit__ring[data-percentage="22"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2333,7 +2126,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-23 1.5s linear forwards; animation: loading-23 1.5s linear forwards; } - .progress-bit__ring[data-percentage="23"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2343,7 +2135,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-24 1.5s linear forwards; animation: loading-24 1.5s linear forwards; } - .progress-bit__ring[data-percentage="24"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2353,7 +2144,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-25 1.5s linear forwards; animation: loading-25 1.5s linear forwards; } - .progress-bit__ring[data-percentage="25"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2363,7 +2153,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-26 1.5s linear forwards; animation: loading-26 1.5s linear forwards; } - .progress-bit__ring[data-percentage="26"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2373,7 +2162,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-27 1.5s linear forwards; animation: loading-27 1.5s linear forwards; } - .progress-bit__ring[data-percentage="27"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2383,7 +2171,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-28 1.5s linear forwards; animation: loading-28 1.5s linear forwards; } - .progress-bit__ring[data-percentage="28"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2393,7 +2180,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-29 1.5s linear forwards; animation: loading-29 1.5s linear forwards; } - .progress-bit__ring[data-percentage="29"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2403,7 +2189,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-30 1.5s linear forwards; animation: loading-30 1.5s linear forwards; } - .progress-bit__ring[data-percentage="30"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2413,7 +2198,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-31 1.5s linear forwards; animation: loading-31 1.5s linear forwards; } - .progress-bit__ring[data-percentage="31"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2423,7 +2207,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-32 1.5s linear forwards; animation: loading-32 1.5s linear forwards; } - .progress-bit__ring[data-percentage="32"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2433,7 +2216,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-33 1.5s linear forwards; animation: loading-33 1.5s linear forwards; } - .progress-bit__ring[data-percentage="33"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2443,7 +2225,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-34 1.5s linear forwards; animation: loading-34 1.5s linear forwards; } - .progress-bit__ring[data-percentage="34"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2453,7 +2234,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-35 1.5s linear forwards; animation: loading-35 1.5s linear forwards; } - .progress-bit__ring[data-percentage="35"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2463,7 +2243,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-36 1.5s linear forwards; animation: loading-36 1.5s linear forwards; } - .progress-bit__ring[data-percentage="36"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2473,7 +2252,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-37 1.5s linear forwards; animation: loading-37 1.5s linear forwards; } - .progress-bit__ring[data-percentage="37"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2483,7 +2261,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-38 1.5s linear forwards; animation: loading-38 1.5s linear forwards; } - .progress-bit__ring[data-percentage="38"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2493,7 +2270,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-39 1.5s linear forwards; animation: loading-39 1.5s linear forwards; } - .progress-bit__ring[data-percentage="39"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2503,7 +2279,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-40 1.5s linear forwards; animation: loading-40 1.5s linear forwards; } - .progress-bit__ring[data-percentage="40"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2513,7 +2288,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-41 1.5s linear forwards; animation: loading-41 1.5s linear forwards; } - .progress-bit__ring[data-percentage="41"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2523,7 +2297,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-42 1.5s linear forwards; animation: loading-42 1.5s linear forwards; } - .progress-bit__ring[data-percentage="42"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2533,7 +2306,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-43 1.5s linear forwards; animation: loading-43 1.5s linear forwards; } - .progress-bit__ring[data-percentage="43"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2543,7 +2315,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-44 1.5s linear forwards; animation: loading-44 1.5s linear forwards; } - .progress-bit__ring[data-percentage="44"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2553,7 +2324,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-45 1.5s linear forwards; animation: loading-45 1.5s linear forwards; } - .progress-bit__ring[data-percentage="45"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2563,7 +2333,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-46 1.5s linear forwards; animation: loading-46 1.5s linear forwards; } - .progress-bit__ring[data-percentage="46"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2573,7 +2342,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-47 1.5s linear forwards; animation: loading-47 1.5s linear forwards; } - .progress-bit__ring[data-percentage="47"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2583,7 +2351,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-48 1.5s linear forwards; animation: loading-48 1.5s linear forwards; } - .progress-bit__ring[data-percentage="48"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2593,7 +2360,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-49 1.5s linear forwards; animation: loading-49 1.5s linear forwards; } - .progress-bit__ring[data-percentage="49"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2603,7 +2369,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="50"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2613,7 +2378,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="51"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-1 1.5s linear forwards 1.5s; animation: loading-1 1.5s linear forwards 1.5s; @@ -2623,7 +2387,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="52"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-2 1.5s linear forwards 1.5s; animation: loading-2 1.5s linear forwards 1.5s; @@ -2633,7 +2396,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="53"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-3 1.5s linear forwards 1.5s; animation: loading-3 1.5s linear forwards 1.5s; @@ -2643,7 +2405,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="54"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-4 1.5s linear forwards 1.5s; animation: loading-4 1.5s linear forwards 1.5s; @@ -2653,7 +2414,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="55"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-5 1.5s linear forwards 1.5s; animation: loading-5 1.5s linear forwards 1.5s; @@ -2663,7 +2423,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="56"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-6 1.5s linear forwards 1.5s; animation: loading-6 1.5s linear forwards 1.5s; @@ -2673,7 +2432,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="57"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-7 1.5s linear forwards 1.5s; animation: loading-7 1.5s linear forwards 1.5s; @@ -2683,7 +2441,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="58"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-8 1.5s linear forwards 1.5s; animation: loading-8 1.5s linear forwards 1.5s; @@ -2693,7 +2450,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="59"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-9 1.5s linear forwards 1.5s; animation: loading-9 1.5s linear forwards 1.5s; @@ -2703,7 +2459,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="60"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-10 1.5s linear forwards 1.5s; animation: loading-10 1.5s linear forwards 1.5s; @@ -2713,7 +2468,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="61"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-11 1.5s linear forwards 1.5s; animation: loading-11 1.5s linear forwards 1.5s; @@ -2723,7 +2477,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="62"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-12 1.5s linear forwards 1.5s; animation: loading-12 1.5s linear forwards 1.5s; @@ -2733,7 +2486,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="63"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-13 1.5s linear forwards 1.5s; animation: loading-13 1.5s linear forwards 1.5s; @@ -2743,7 +2495,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="64"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-14 1.5s linear forwards 1.5s; animation: loading-14 1.5s linear forwards 1.5s; @@ -2753,7 +2504,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="65"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-15 1.5s linear forwards 1.5s; animation: loading-15 1.5s linear forwards 1.5s; @@ -2763,7 +2513,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="66"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-16 1.5s linear forwards 1.5s; animation: loading-16 1.5s linear forwards 1.5s; @@ -2773,7 +2522,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="67"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-17 1.5s linear forwards 1.5s; animation: loading-17 1.5s linear forwards 1.5s; @@ -2783,7 +2531,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="68"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-18 1.5s linear forwards 1.5s; animation: loading-18 1.5s linear forwards 1.5s; @@ -2793,7 +2540,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="69"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-19 1.5s linear forwards 1.5s; animation: loading-19 1.5s linear forwards 1.5s; @@ -2803,7 +2549,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="70"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-20 1.5s linear forwards 1.5s; animation: loading-20 1.5s linear forwards 1.5s; @@ -2813,7 +2558,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="71"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-21 1.5s linear forwards 1.5s; animation: loading-21 1.5s linear forwards 1.5s; @@ -2823,7 +2567,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="72"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-22 1.5s linear forwards 1.5s; animation: loading-22 1.5s linear forwards 1.5s; @@ -2833,7 +2576,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="73"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-23 1.5s linear forwards 1.5s; animation: loading-23 1.5s linear forwards 1.5s; @@ -2843,7 +2585,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="74"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-24 1.5s linear forwards 1.5s; animation: loading-24 1.5s linear forwards 1.5s; @@ -2853,7 +2594,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="75"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-25 1.5s linear forwards 1.5s; animation: loading-25 1.5s linear forwards 1.5s; @@ -2863,7 +2603,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="76"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-26 1.5s linear forwards 1.5s; animation: loading-26 1.5s linear forwards 1.5s; @@ -2873,7 +2612,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="77"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-27 1.5s linear forwards 1.5s; animation: loading-27 1.5s linear forwards 1.5s; @@ -2883,7 +2621,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="78"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-28 1.5s linear forwards 1.5s; animation: loading-28 1.5s linear forwards 1.5s; @@ -2893,7 +2630,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="79"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-29 1.5s linear forwards 1.5s; animation: loading-29 1.5s linear forwards 1.5s; @@ -2903,7 +2639,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="80"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-30 1.5s linear forwards 1.5s; animation: loading-30 1.5s linear forwards 1.5s; @@ -2913,7 +2648,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="81"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-31 1.5s linear forwards 1.5s; animation: loading-31 1.5s linear forwards 1.5s; @@ -2923,7 +2657,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="82"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-32 1.5s linear forwards 1.5s; animation: loading-32 1.5s linear forwards 1.5s; @@ -2933,7 +2666,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="83"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-33 1.5s linear forwards 1.5s; animation: loading-33 1.5s linear forwards 1.5s; @@ -2943,7 +2675,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="84"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-34 1.5s linear forwards 1.5s; animation: loading-34 1.5s linear forwards 1.5s; @@ -2953,7 +2684,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="85"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-35 1.5s linear forwards 1.5s; animation: loading-35 1.5s linear forwards 1.5s; @@ -2963,7 +2693,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="86"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-36 1.5s linear forwards 1.5s; animation: loading-36 1.5s linear forwards 1.5s; @@ -2973,7 +2702,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="87"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-37 1.5s linear forwards 1.5s; animation: loading-37 1.5s linear forwards 1.5s; @@ -2983,7 +2711,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="88"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-38 1.5s linear forwards 1.5s; animation: loading-38 1.5s linear forwards 1.5s; @@ -2993,7 +2720,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="89"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-39 1.5s linear forwards 1.5s; animation: loading-39 1.5s linear forwards 1.5s; @@ -3003,7 +2729,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="90"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-40 1.5s linear forwards 1.5s; animation: loading-40 1.5s linear forwards 1.5s; @@ -3013,7 +2738,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="91"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-41 1.5s linear forwards 1.5s; animation: loading-41 1.5s linear forwards 1.5s; @@ -3023,7 +2747,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="92"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-42 1.5s linear forwards 1.5s; animation: loading-42 1.5s linear forwards 1.5s; @@ -3033,7 +2756,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="93"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-43 1.5s linear forwards 1.5s; animation: loading-43 1.5s linear forwards 1.5s; @@ -3043,7 +2765,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="94"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-44 1.5s linear forwards 1.5s; animation: loading-44 1.5s linear forwards 1.5s; @@ -3053,7 +2774,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="95"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-45 1.5s linear forwards 1.5s; animation: loading-45 1.5s linear forwards 1.5s; @@ -3063,7 +2783,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="96"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-46 1.5s linear forwards 1.5s; animation: loading-46 1.5s linear forwards 1.5s; @@ -3073,7 +2792,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="97"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-47 1.5s linear forwards 1.5s; animation: loading-47 1.5s linear forwards 1.5s; @@ -3083,7 +2801,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="98"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-48 1.5s linear forwards 1.5s; animation: loading-48 1.5s linear forwards 1.5s; @@ -3093,7 +2810,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="99"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-49 1.5s linear forwards 1.5s; animation: loading-49 1.5s linear forwards 1.5s; @@ -3103,19 +2819,16 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="100"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-50 1.5s linear forwards 1.5s; animation: loading-50 1.5s linear forwards 1.5s; } @-webkit-keyframes loading-1 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-3.6deg); transform: rotate(-3.6deg); @@ -3123,1203 +2836,1002 @@ Due to the split circle of progress-left and progress right, we must use the ani } @keyframes loading-1 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-3.6deg); transform: rotate(-3.6deg); } } @-webkit-keyframes loading-2 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-7.2deg); transform: rotate(-7.2deg); } } @keyframes loading-2 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-7.2deg); transform: rotate(-7.2deg); } } @-webkit-keyframes loading-3 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-10.8deg); transform: rotate(-10.8deg); } } @keyframes loading-3 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-10.8deg); transform: rotate(-10.8deg); } } @-webkit-keyframes loading-4 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-14.4deg); transform: rotate(-14.4deg); } } @keyframes loading-4 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-14.4deg); transform: rotate(-14.4deg); } } @-webkit-keyframes loading-5 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-18deg); transform: rotate(-18deg); } } @keyframes loading-5 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-18deg); transform: rotate(-18deg); } } @-webkit-keyframes loading-6 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-21.6deg); transform: rotate(-21.6deg); } } @keyframes loading-6 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-21.6deg); transform: rotate(-21.6deg); } } @-webkit-keyframes loading-7 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-25.2deg); transform: rotate(-25.2deg); } } @keyframes loading-7 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-25.2deg); transform: rotate(-25.2deg); } } @-webkit-keyframes loading-8 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-28.8deg); transform: rotate(-28.8deg); } } @keyframes loading-8 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-28.8deg); transform: rotate(-28.8deg); } } @-webkit-keyframes loading-9 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-32.4deg); transform: rotate(-32.4deg); } } @keyframes loading-9 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-32.4deg); transform: rotate(-32.4deg); } } @-webkit-keyframes loading-10 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-36deg); transform: rotate(-36deg); } } @keyframes loading-10 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-36deg); transform: rotate(-36deg); } } @-webkit-keyframes loading-11 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-39.6deg); transform: rotate(-39.6deg); } } @keyframes loading-11 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-39.6deg); transform: rotate(-39.6deg); } } @-webkit-keyframes loading-12 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-43.2deg); transform: rotate(-43.2deg); } } @keyframes loading-12 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-43.2deg); transform: rotate(-43.2deg); } } @-webkit-keyframes loading-13 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-46.8deg); transform: rotate(-46.8deg); } } @keyframes loading-13 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-46.8deg); transform: rotate(-46.8deg); } } @-webkit-keyframes loading-14 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-50.4deg); transform: rotate(-50.4deg); } } @keyframes loading-14 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-50.4deg); transform: rotate(-50.4deg); } } @-webkit-keyframes loading-15 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-54deg); transform: rotate(-54deg); } } @keyframes loading-15 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-54deg); transform: rotate(-54deg); } } @-webkit-keyframes loading-16 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-57.6deg); transform: rotate(-57.6deg); } } @keyframes loading-16 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-57.6deg); transform: rotate(-57.6deg); } } @-webkit-keyframes loading-17 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-61.2deg); transform: rotate(-61.2deg); } } @keyframes loading-17 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-61.2deg); transform: rotate(-61.2deg); } } @-webkit-keyframes loading-18 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-64.8deg); transform: rotate(-64.8deg); } } @keyframes loading-18 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-64.8deg); transform: rotate(-64.8deg); } } @-webkit-keyframes loading-19 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-68.4deg); transform: rotate(-68.4deg); } } @keyframes loading-19 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-68.4deg); transform: rotate(-68.4deg); } } @-webkit-keyframes loading-20 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-72deg); transform: rotate(-72deg); } } @keyframes loading-20 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-72deg); transform: rotate(-72deg); } } @-webkit-keyframes loading-21 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-75.6deg); transform: rotate(-75.6deg); } } @keyframes loading-21 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-75.6deg); transform: rotate(-75.6deg); } } @-webkit-keyframes loading-22 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-79.2deg); transform: rotate(-79.2deg); } } @keyframes loading-22 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-79.2deg); transform: rotate(-79.2deg); } } @-webkit-keyframes loading-23 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-82.8deg); transform: rotate(-82.8deg); } } @keyframes loading-23 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-82.8deg); transform: rotate(-82.8deg); } } @-webkit-keyframes loading-24 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-86.4deg); transform: rotate(-86.4deg); } } @keyframes loading-24 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-86.4deg); transform: rotate(-86.4deg); } } @-webkit-keyframes loading-25 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-90deg); transform: rotate(-90deg); } } @keyframes loading-25 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-90deg); transform: rotate(-90deg); } } @-webkit-keyframes loading-26 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-93.6deg); transform: rotate(-93.6deg); } } @keyframes loading-26 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-93.6deg); transform: rotate(-93.6deg); } } @-webkit-keyframes loading-27 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-97.2deg); transform: rotate(-97.2deg); } } @keyframes loading-27 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-97.2deg); transform: rotate(-97.2deg); } } @-webkit-keyframes loading-28 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-100.8deg); transform: rotate(-100.8deg); } } @keyframes loading-28 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-100.8deg); transform: rotate(-100.8deg); } } @-webkit-keyframes loading-29 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-104.4deg); transform: rotate(-104.4deg); } } @keyframes loading-29 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-104.4deg); transform: rotate(-104.4deg); } } @-webkit-keyframes loading-30 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-108deg); transform: rotate(-108deg); } } @keyframes loading-30 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-108deg); transform: rotate(-108deg); } } @-webkit-keyframes loading-31 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-111.6deg); transform: rotate(-111.6deg); } } @keyframes loading-31 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-111.6deg); transform: rotate(-111.6deg); } } @-webkit-keyframes loading-32 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-115.2deg); transform: rotate(-115.2deg); } } @keyframes loading-32 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-115.2deg); transform: rotate(-115.2deg); } } @-webkit-keyframes loading-33 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-118.8deg); transform: rotate(-118.8deg); } } @keyframes loading-33 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-118.8deg); transform: rotate(-118.8deg); } } @-webkit-keyframes loading-34 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-122.4deg); transform: rotate(-122.4deg); } } @keyframes loading-34 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-122.4deg); transform: rotate(-122.4deg); } } @-webkit-keyframes loading-35 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-126deg); transform: rotate(-126deg); } } @keyframes loading-35 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-126deg); transform: rotate(-126deg); } } @-webkit-keyframes loading-36 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-129.6deg); transform: rotate(-129.6deg); } } @keyframes loading-36 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-129.6deg); transform: rotate(-129.6deg); } } @-webkit-keyframes loading-37 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-133.2deg); transform: rotate(-133.2deg); } } @keyframes loading-37 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-133.2deg); transform: rotate(-133.2deg); } } @-webkit-keyframes loading-38 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-136.8deg); transform: rotate(-136.8deg); } } @keyframes loading-38 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-136.8deg); transform: rotate(-136.8deg); } } @-webkit-keyframes loading-39 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-140.4deg); transform: rotate(-140.4deg); } } @keyframes loading-39 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-140.4deg); transform: rotate(-140.4deg); } } @-webkit-keyframes loading-40 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-144deg); transform: rotate(-144deg); } } @keyframes loading-40 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-144deg); transform: rotate(-144deg); } } @-webkit-keyframes loading-41 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-147.6deg); transform: rotate(-147.6deg); } } @keyframes loading-41 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-147.6deg); transform: rotate(-147.6deg); } } @-webkit-keyframes loading-42 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-151.2deg); transform: rotate(-151.2deg); } } @keyframes loading-42 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-151.2deg); transform: rotate(-151.2deg); } } @-webkit-keyframes loading-43 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-154.8deg); transform: rotate(-154.8deg); } } @keyframes loading-43 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-154.8deg); transform: rotate(-154.8deg); } } @-webkit-keyframes loading-44 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-158.4deg); transform: rotate(-158.4deg); } } @keyframes loading-44 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-158.4deg); transform: rotate(-158.4deg); } } @-webkit-keyframes loading-45 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-162deg); transform: rotate(-162deg); } } @keyframes loading-45 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-162deg); transform: rotate(-162deg); } } @-webkit-keyframes loading-46 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-165.6deg); transform: rotate(-165.6deg); } } @keyframes loading-46 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-165.6deg); transform: rotate(-165.6deg); } } @-webkit-keyframes loading-47 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-169.2deg); transform: rotate(-169.2deg); } } @keyframes loading-47 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-169.2deg); transform: rotate(-169.2deg); } } @-webkit-keyframes loading-48 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-172.8deg); transform: rotate(-172.8deg); } } @keyframes loading-48 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-172.8deg); transform: rotate(-172.8deg); } } @-webkit-keyframes loading-49 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-176.4deg); transform: rotate(-176.4deg); } } @keyframes loading-49 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-176.4deg); transform: rotate(-176.4deg); } } @-webkit-keyframes loading-50 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); } } @keyframes loading-50 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); } } - /** bb learndash activity widget */ .bb-lms-progress-wrap--ld-activity { position: relative; } - .bb-lms-progress-wrap--ld-activity .bb-progress .bb-progress-circle { border-width: 3px; } - .bb-lms-progress-wrap--ld-activity .bb-progress__value { position: absolute; top: 50%; @@ -4330,22 +3842,18 @@ Due to the split circle of progress-left and progress right, we must use the ani font-size: 11px; color: #fff; } - .bb-lms-progress-wrap--ld-activity .bb-progress { width: 36px; height: 36px; line-height: 36px; } - -.bb-lms-progress-wrap--ld-activity .bb-progress::after { +.bb-lms-progress-wrap--ld-activity .bb-progress:after { border: 3px solid #dedfe2; } - .bb-lms-progress-wrap--ld-activity .bb-progress .bb-progress-left .bb-progress-circle { border-top-left-radius: 18px; border-bottom-left-radius: 18px; } - .bb-lms-progress-wrap--ld-activity .bb-progress .bb-progress-right .bb-progress-circle { right: -100%; border-top-right-radius: 18px; @@ -4359,8 +3867,7 @@ Due to the split circle of progress-left and progress right, we must use the ani .bb-la-composer.bb-la--isslick.bb-la__overlap { margin-left: 10px; } - -.bb-la-composer.bb-la--isslick.bb-la__overlap::after { +.bb-la-composer.bb-la--isslick.bb-la__overlap:after { content: ""; position: absolute; top: 4%; @@ -4374,12 +3881,10 @@ Due to the split circle of progress-left and progress right, we must use the ani opacity: 0.6; } @media (max-width: 544px) { - .bb-la-composer.bb-la--isslick.bb-la__overlap { margin-left: 0; } - - .bb-la-composer.bb-la--isslick.bb-la__overlap::after { + .bb-la-composer.bb-la--isslick.bb-la__overlap:after { display: none; } } @@ -4389,18 +3894,15 @@ Due to the split circle of progress-left and progress right, we must use the ani } @media (min-width: 768px) { - .elementor-widget-ld-activity, .elementor-widget-ld-activity .elementor-widget-container, .bb-ldactivity { height: 100%; } - .elementor-column[data-col="100"] .elementor-widget-ld-activity, .elementor-col-100 .elementor-widget-ld-activity, .elementor-column[data-col="100"] .elementor-widget-ld-activity .elementor-widget-container, .elementor-col-100 .elementor-widget-ld-activity .elementor-widget-container, .elementor-column[data-col="100"] .bb-ldactivity, .elementor-col-100 .bb-ldactivity { height: auto; } } - .bb-la.bb-la-composer, .bb-la-slide, .bb-la-block { @@ -4425,7 +3927,6 @@ Due to the split circle of progress-left and progress right, we must use the ani text-align: right; } @media screen and (max-width: 540px) { - .dots--align-left .bb-ldactivity ul.slick-dots { text-align: center; } @@ -4435,7 +3936,6 @@ Due to the split circle of progress-left and progress right, we must use the ani text-align: left; } @media screen and (max-width: 540px) { - .dots--align-right .bb-ldactivity ul.slick-dots { text-align: center; } @@ -4444,14 +3944,12 @@ Due to the split circle of progress-left and progress right, we must use the ani .bb-ldactivity .slick-dotted .bb-la__body { padding: 20px 15px 35px; } - .bb-ldactivity .bb-la__body { padding: 20px 15px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } - .bb-ldactivity ul.slick-dots { right: -webkit-calc(50% + 30px); right: calc(50% + 30px); @@ -4459,23 +3957,18 @@ Due to the split circle of progress-left and progress right, we must use the ani text-align: right; margin-left: 40px; } - .bb-ldactivity ul.slick-dots li:first-child button { border-radius: 0 10px 10px 0; } - .bb-ldactivity ul.slick-dots li:last-child button { border-radius: 10px 0 0 10px; } - .bb-ldactivity ul.slick-dots li.slick-active button { background-color: var(--bb-primary-color); } - .bb-ldactivity ul.slick-dots li:not(.slick-active) button { background-color: #eef0f3; } - .bb-ldactivity ul.slick-dots button { font-size: 0; padding: 1px 0; @@ -4483,7 +3976,6 @@ Due to the split circle of progress-left and progress right, we must use the ani width: 30px; } @media screen and (max-width: 540px) { - .bb-ldactivity ul.slick-dots { margin: 0 auto; right: 0; @@ -4491,12 +3983,10 @@ Due to the split circle of progress-left and progress right, we must use the ani text-align: center; } } - .bb-ldactivity .bb-la__thumb { height: 100%; } - -.bb-ldactivity .bb-la__media::after { +.bb-ldactivity .bb-la__media:after { content: ""; display: inline-block; width: 100%; @@ -4508,12 +3998,10 @@ Due to the split circle of progress-left and progress right, we must use the ani border-radius: 0 8px 8px 0; } @media (max-width: 544px) { - - .bb-ldactivity .bb-la__media::after { + .bb-ldactivity .bb-la__media:after { border-radius: 8px 8px 0 0; } } - .bb-ldactivity .thumbnail-container { position: relative; overflow: hidden; @@ -4523,7 +4011,6 @@ Due to the split circle of progress-left and progress right, we must use the ani z-index: 3; padding-bottom: 56.25%; } - .bb-ldactivity .thumbnail-container img { position: absolute; top: 0; @@ -4570,7 +4057,6 @@ Due to the split circle of progress-left and progress right, we must use the ani position: relative; } @media (max-width: 544px) { - .bb-la__media { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -4582,14 +4068,12 @@ Due to the split circle of progress-left and progress right, we must use the ani .bb-la-block { position: relative; } - .bb-la-block .bb-la__progress { position: absolute; top: 20px; z-index: 10; } @media (max-width: 544px) { - .bb-la-block { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -4637,7 +4121,6 @@ Due to the split circle of progress-left and progress right, we must use the ani display: flex; margin-bottom: 10px; } - .bb-la__link a { display: inline-block; font-size: 14px; @@ -4662,21 +4145,18 @@ Due to the split circle of progress-left and progress right, we must use the ani .bb-la .slick-arrow { background-color: #fff; } - .bb-la .slick-arrow i { color: var(--bb-primary-color); } - .bb-la .slick-arrow.bb-slide-next { left: -21px; } - .bb-la .slick-arrow.bb-slide-prev { right: -21px; } -.bb-la__notooltip [data-balloon]::after, -.bb-la__notooltip [data-balloon]::before { +.bb-la__notooltip [data-balloon]:after, +.bb-la__notooltip [data-balloon]:before { display: none; } @@ -4684,7 +4164,6 @@ Due to the split circle of progress-left and progress right, we must use the ani text-align: left; left: 0; } - .elementor-cta--la-my-align-right .bb-la-activity-btn.bb-la-activity-btn--isslick { left: 8px; } @@ -4706,18 +4185,15 @@ Due to the split circle of progress-left and progress right, we must use the ani } @media (max-width: 768px) { - .bb-ldactivity--ismy { margin-top: 50px; } } - .bb-la-activity-btn { text-align: left; position: absolute; top: -50px; } - .bb-la-activity-btn a.bb-la-activity-btn__link { font-size: 13px; display: inline-block; @@ -4727,11 +4203,9 @@ Due to the split circle of progress-left and progress right, we must use the ani border: 1px solid #9ea8b2; cursor: pointer; } - .bb-la-activity-btn a.bb-la-activity-btn__link:hover { color: var(--bb-primary-color); } - .bb-la-activity-btn a.bb-la-activity-btn__link i { font-size: 20px; position: relative; @@ -4743,7 +4217,6 @@ body.rtl .bb-ldactivity .slick-arrow.bb-slide-next { right: -21px !important; left: unset !important; } - body.rtl .bb-la-activity-btn__link { display: -webkit-box; display: -ms-flexbox; @@ -4751,7 +4224,6 @@ body.rtl .bb-la-activity-btn__link { -ms-flex-flow: row-reverse; flex-flow: row-reverse; } - body.rtl .bb-la-activity-btn__link i { -webkit-transform: scaleX(-1); -ms-transform: scaleX(-1); @@ -4760,13 +4232,11 @@ body.rtl .bb-la-activity-btn__link i { /** Content Animation **/ @-webkit-keyframes fade-in-ld-slide { - 0% { opacity: 0; -webkit-transform: translateY(100px); transform: translateY(100px); } - 100% { opacity: 1; -webkit-transform: none; @@ -4774,13 +4244,11 @@ body.rtl .bb-la-activity-btn__link i { } } @keyframes fade-in-ld-slide { - 0% { opacity: 0; -webkit-transform: translateY(100px); transform: translateY(100px); } - 100% { opacity: 1; -webkit-transform: none; @@ -4788,20 +4256,17 @@ body.rtl .bb-la-activity-btn__link i { } } @keyframes fade-in-ld-slide { - 0% { opacity: 0; -webkit-transform: translateY(100px); transform: translateY(100px); } - 100% { opacity: 1; -webkit-transform: none; transform: none; } } - .fade-in-ld-slide { -webkit-animation-name: fade-in-ld-slide; animation-name: fade-in-ld-slide; @@ -4817,10 +4282,8 @@ body.rtl .bb-la-activity-btn__link i { } /* Animation End **/ - /* Fix for floating buttons in "Learndash Activity" */ @media (min-width: 768px) { - .elementor-max-50 .elementor-heading-title { max-width: 50%; } @@ -4833,55 +4296,45 @@ body.rtl .bb-la-activity-btn__link i { padding-top: 0; } } - /** ld courses widget */ .learndash-course-list--elementor .grid-box-solid .bb-course-items .bb-cover-list-item { border-style: solid; } - .learndash-course-list--elementor .grid-box-dotted .bb-course-items .bb-cover-list-item { border-style: dotted; } - .learndash-course-list--elementor .grid-box-dashed .bb-course-items .bb-cover-list-item { border-style: dashed; } - .learndash-course-list--elementor .grid-box-double .bb-course-items .bb-cover-list-item { border-style: double; } - .learndash-course-list--elementor .grid-box-none .bb-course-items .bb-cover-list-item { border-style: none; } - .learndash-course-list--elementor .columns-1 .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } - .learndash-course-list--elementor .columns-2 .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; } @media screen and (max-width: 480px) { - .learndash-course-list--elementor .columns-2 .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } } - .learndash-course-list--elementor .columns-3 .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 33.333%; flex: 0 0 33.333%; } @media screen and (max-width: 820px) { - .learndash-course-list--elementor .columns-3 .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -4889,14 +4342,12 @@ body.rtl .bb-la-activity-btn__link i { } } @media screen and (max-width: 480px) { - .learndash-course-list--elementor .columns-3 .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } } - .learndash-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap, .learndash-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; @@ -4904,7 +4355,6 @@ body.rtl .bb-la-activity-btn__link i { flex: 0 0 25%; } @media screen and (max-width: 1200px) { - .learndash-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap, .learndash-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; @@ -4913,7 +4363,6 @@ body.rtl .bb-la-activity-btn__link i { } } @media screen and (max-width: 820px) { - .learndash-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap, .learndash-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; @@ -4922,7 +4371,6 @@ body.rtl .bb-la-activity-btn__link i { } } @media screen and (max-width: 480px) { - .learndash-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap, .learndash-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; @@ -4930,43 +4378,33 @@ body.rtl .bb-la-activity-btn__link i { flex: 0 0 100%; } } - .learndash-course-list--elementor .course-dir-list--hidestatus .bb-cover-list-item .ld-status { display: none; } - .learndash-course-list--elementor .course-dir-list--hidemedia .bb-course-items .bb-course-cover .bb-cover-wrap img { display: none; } - .learndash-course-list--elementor.noMeta .bb-course-meta { display: none; } - .learndash-course-list--elementor.noExcerpt .bb-course-excerpt { display: none; } - .learndash-course-list--elementor.noPrice .bb-course-footer.bb-course-pay { display: none; } - .learndash-course-list--elementor.noProgress .course-progress-wrap { display: none; } - .learndash-course-list--elementor.noTitle .bb-courses-header > .bb-title { display: none; } - .learndash-course-list--elementor.noSearch .bb-courses-header > #courses-dir-search { display: none; } - .learndash-course-list--elementor.noCourseNavigation.learndash-course-list .courses-type-navs { display: none; } - .learndash-course-list--elementor.noPagination .course-dir-list .bb-lms-pagination { display: none; } @@ -4978,34 +4416,28 @@ body.rtl .bb-la-activity-btn__link i { .learndash-course-list--cover .bb-courses-directory .grid-filters { display: none; } - .learndash-course-list--cover .bb-courses-directory .sfwd-courses-filters .select-wrap:last-of-type select { margin-left: 0; } - .learndash-course-list--cover.learndash-course-list--featured .bb-course-items.grid-view .bb-course-item-wrap:nth-child(1), .learndash-course-list--cover.learndash-course-list--featured .bb-course-items.grid-view .bb-course-item-wrap:nth-child(2) { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; } - .learndash-course-list--cover .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; } - .learndash-course-list--cover .bb-course-items.list-view, .learndash-course-list--cover .bb-course-items.list-view.hide { display: none !important; } - .learndash-course-list--cover .bb-course-items .bb-cover-wrap { position: relative; } - -.learndash-course-list--cover .bb-course-items .bb-cover-wrap::after { +.learndash-course-list--cover .bb-course-items .bb-cover-wrap:after { content: ""; display: inline-block; position: absolute; @@ -5014,26 +4446,21 @@ body.rtl .bb-la-activity-btn__link i { background-color: rgba(0, 0, 0, 0.3); background-image: none; } - .learndash-course-list--cover .bb-cover-list-item { position: relative; } - .learndash-course-list--cover .bb-course-items .bb-cover-list-item.bb-course-paid { padding-bottom: 0; } - .learndash-course-list--cover .bb-course-items .bb-cover-wrap { border-radius: 4px; } - .learndash-course-list--cover .bb-course-cover { position: absolute; z-index: 9; height: 100%; width: 100%; } - .learndash-course-list--cover .bb-card-course-details { position: relative; z-index: 15; @@ -5046,62 +4473,51 @@ body.rtl .bb-la-activity-btn__link i { flex-direction: column; height: 100%; } - .learndash-course-list--cover .bb-card-course-details .course-lesson-count { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } - .learndash-course-list--cover .bb-card-course-details .bb-course-title { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } - .learndash-course-list--cover .bb-card-course-details .bb-course-excerpt { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; } - .learndash-course-list--cover .bb-card-course-details .course-progress-wrap { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; } - .learndash-course-list--cover .bb-card-course-details .bb-course-meta { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; } - .learndash-course-list--cover .bb-card-course-details .bb-course-footer { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; display: none; } - .learndash-course-list--cover .bb-course-items .bb-cover-wrap { height: 100%; padding-top: 0; } - .learndash-course-list--cover .bb-cover-list-item .ld-status, .learndash-course-list--cover .course-lesson-count { display: none; } - .learndash-course-list--cover .bb-course-title a { color: #fff; } - .learndash-course-list--cover .bb-course-items .bb-course-excerpt { color: #fff; } - .learndash-course-list--cover .bb-course-meta strong a { color: #fff; } @@ -5166,7 +4582,6 @@ body.rtl .bb-la-activity-btn__link i { display: inline-block; text-align: center; } - .learndash-course-list--elementor .bb-lms-pagination.noPrevNext a.next, .learndash-course-list--elementor .bb-lms-pagination.noPrevNext a.prev { display: none; @@ -5178,22 +4593,18 @@ body.rtl .bb-la-activity-btn__link i { } @media screen and (max-width: 767px) { - .elementor div.elementor-element .elementor-widget-ld-activity .bb-la .slick-arrow.bb-slide-next { left: 2px; margin-top: 20px; } - .elementor div.elementor-element .elementor-widget-ld-activity .bb-la .slick-arrow.bb-slide-prev { right: 2px; margin-top: 20px; } - .elementor div.elementor-element .elementor-widget-ld-activity .bb-la-slide .bb-la__body { padding: 40px 50px; } } - /** bb tabs widget */ .tabs-wrapper { -webkit-box-orient: vertical; @@ -5201,7 +4612,6 @@ body.rtl .bb-la-activity-btn__link i { -ms-flex-direction: column; flex-direction: column; } - .tabs-wrapper.tabs-wrapper--style1.bb-is-dotted { padding-bottom: 30px; } @@ -5218,7 +4628,6 @@ body.rtl .bb-la-activity-btn__link i { .bb-tabs__run ul.slick-dots { bottom: -30px; } - .bb-tabs__run ul.slick-dots button { font-size: 0; background-color: var(--bb-alternate-text-color); @@ -5226,40 +4635,32 @@ body.rtl .bb-la-activity-btn__link i { padding: 1px 30px; border: 0; } - .bb-tabs__run ul.slick-dots .slick-active button { background-color: var(--bb-primary-color); border-radius: 3px; } - .bb-tabs__run ul.slick-dots li:first-child button { border-radius: 0 3px 3px 0; } - .bb-tabs__run ul.slick-dots li:last-child button { border-radius: 3px 0 0 3px; } - .bb-tabs__run .slick-arrow.bb-slide-prev { right: -15px; -webkit-transform: none; -ms-transform: none; transform: none; } - .bb-tabs__run .slick-arrow.bb-slide-next { left: -15px; } - .bb-tabs__run .slick-arrow:hover { background-color: var(--bb-primary-color); } - .bb-tabs__run .slick-arrow i { font-size: 14px; } - -.bb-tabs__run .slick-arrow i::before { +.bb-tabs__run .slick-arrow i:before { position: relative; top: 1px; } @@ -5268,7 +4669,6 @@ body.rtl .bb-tabs__run .slick-arrow.bb-slide-prev { left: 10px !important; right: unset !important; } - body.rtl .bb-tabs__run .slick-arrow.bb-slide-next { right: -15px !important; left: unset !important; @@ -5292,7 +4692,6 @@ body.rtl .bb-tabs__run .slick-arrow.bb-slide-next { height: 100%; z-index: 3; } - .bb-tabs__image .media-container img { position: absolute; top: 0; @@ -5332,7 +4731,6 @@ body.rtl .bb-tabs__run .slick-arrow.bb-slide-next { flex-direction: row-reverse; } @media (max-width: 800px) { - .elementor-cta--meadia-align-left .tabs-wrapper--style1 .bb-tabs__block { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -5348,7 +4746,6 @@ body.rtl .bb-tabs__run .slick-arrow.bb-slide-next { flex-direction: row; } @media (max-width: 800px) { - .elementor-cta--meadia-align-right .tabs-wrapper--style1 .bb-tabs__block { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -5360,12 +4757,10 @@ body.rtl .bb-tabs__run .slick-arrow.bb-slide-next { .tabs-wrapper--style1 .bb-tabs__nav-item { margin: 0 10px; } - .tabs-wrapper--style1 .bb-tabs__nav-index, .tabs-wrapper--style1 .bb-tabs__subtitle { display: none; } - .tabs-wrapper--style1 .bb-tabs__nav .slick-track { width: 100% !important; display: -webkit-box !important; @@ -5380,27 +4775,22 @@ body.rtl .bb-tabs__run .slick-arrow.bb-slide-next { -ms-transform: none !important; transform: none !important; } - .tabs-wrapper--style1 .bb-tabs__nav { margin: 0 0 40px; } - .tabs-wrapper--style1 .bb-tabs__nav .slick-slide { float: none; margin-bottom: 10px; } - .tabs-wrapper--style1 .bb-tabs__nav .bb-tabs__nav-title { display: inline-block; padding: 5px 20px; cursor: pointer; } - .tabs-wrapper--style1 .bb-tabs__nav.bb-tabs__active-outline .slick-current .bb-tabs__nav-title { border: 1px solid var(--bb-primary-color); border-radius: 30px; } - .tabs-wrapper--style1 .bb-tabs__nav.bb-tabs__active-underline .slick-current .bb-tabs__nav-title { border-right-width: 0 !important; border-top-width: 0 !important; @@ -5408,30 +4798,25 @@ body.rtl .bb-tabs__run .slick-arrow.bb-slide-next { border-bottom: 1px solid var(--bb-primary-color); border-radius: 0; } - .tabs-wrapper--style1 .bb-tabs__block { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } - .tabs-wrapper--style1 .bb-tabs__body { background-color: #f6f8fa; padding: 50px 40px; width: 100%; } - .tabs-wrapper--style1 .bb-tabs__ismedia .bb-tabs__body { margin-left: 2%; } - .tabs-wrapper--style1 .bb-tabs__ismedia .bb-tabs__image { -webkit-box-flex: 0; -ms-flex: 0 0 49%; flex: 0 0 49%; } @media (max-width: 800px) { - .tabs-wrapper--style1 .bb-tabs__ismedia .bb-tabs__image { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -5439,7 +4824,6 @@ body.rtl .bb-tabs__run .slick-arrow.bb-slide-next { max-width: 100%; } } - .tabs-wrapper--style1 a.bb-tabs__link { background-color: var(--bb-primary-color); color: #fff; @@ -5488,7 +4872,6 @@ body.rtl .bb-tabs__run .slick-arrow.bb-slide-next { flex-direction: row-reverse; } @media (max-width: 800px) { - .elementor-cta--meadia-align-left .tabs-wrapper--style2 .bb-tabs__block { /* stylelint-disable declaration-block-no-shorthand-property-overrides */ -webkit-box-orient: vertical; @@ -5508,7 +4891,6 @@ body.rtl .bb-tabs__run .slick-arrow.bb-slide-next { flex-direction: row; } @media (max-width: 800px) { - .elementor-cta--meadia-align-right .tabs-wrapper--style2 .bb-tabs__block { /* stylelint-disable declaration-block-no-shorthand-property-overrides */ -webkit-box-orient: vertical; @@ -5548,26 +4930,21 @@ body.rtl .bb-tabs__run .slick-arrow.bb-slide-next { -ms-flex-align: center; align-items: center; } - .tabs-wrapper--style2 .bb-tabs__nav { -webkit-box-flex: 0; -ms-flex: 0 0 50px; flex: 0 0 50px; max-width: 50px; } - .tabs-wrapper--style2 .bb-tabs__nav .slick-track { width: 100% !important; } - .tabs-wrapper--style2 .bb-tabs__nav .slick-slide { float: none; } - .tabs-wrapper--style2 .bb-tabs__nav-item { text-align: center; } - .tabs-wrapper--style2 .bb-tabs__run { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 50px); @@ -5576,11 +4953,9 @@ body.rtl .bb-tabs__run .slick-arrow.bb-slide-next { max-width: -webkit-calc(100% - 50px); max-width: calc(100% - 50px); } - .tabs-wrapper--style2 .bb-tabs__nav-item { margin: 10px 0; } - .tabs-wrapper--style2 .bb-tabs__nav-index { display: inline-block; width: 28px; @@ -5591,15 +4966,12 @@ body.rtl .bb-tabs__run .slick-arrow.bb-slide-next { text-align: center; cursor: pointer; } - .tabs-wrapper--style2 .slick-current .bb-tabs__nav-index { border: 1px solid var(--bb-primary-color); } - .tabs-wrapper--style2 .bb-tabs__nav-title { display: none; } - .tabs-wrapper--style2 .bb-tabs__block { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; @@ -5609,19 +4981,16 @@ body.rtl .bb-tabs__run .slick-arrow.bb-slide-next { -ms-flex-align: center; align-items: center; } - .tabs-wrapper--style2 .bb-tabs__body { padding: 40px; width: 100%; } - .tabs-wrapper--style2 .bb-tabs__ismedia .bb-tabs__image { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; } @media (max-width: 800px) { - .tabs-wrapper--style2 .bb-tabs__ismedia .bb-tabs__image { -webkit-box-flex: 0 !important; -ms-flex: 0 0 100% !important; @@ -5629,12 +4998,10 @@ body.rtl .bb-tabs__run .slick-arrow.bb-slide-next { max-width: 100%; } } - .tabs-wrapper--style2 .bb-tabs__subtitle h6 { font-weight: 600; margin-bottom: 5px; } - .tabs-wrapper--style2 a.bb-tabs__link { background-color: transparent; padding: 2px 0; @@ -5648,38 +5015,31 @@ body.rtl .bb-tabs__run .slick-arrow.bb-slide-next { } @media screen and (max-width: 767px) { - .elementor div.elementor-element .elementor-widget-bb-tabs .slick-arrow.bb-slide-next { left: 5px; margin-top: 20px; } - .elementor div.elementor-element .elementor-widget-bb-tabs .slick-arrow.bb-slide-prev { right: 5px; margin-top: 20px; } } - /** bb review widget */ .bb-review__media { margin: 0 0 15px; } - .bb-review__media .bb-review__image { margin-right: auto; margin-left: auto; } - .bb-review__media .media-container { text-align: center; } - .bb-review__media.media-square .media-container { position: relative; overflow: hidden; padding-bottom: 100%; } - .bb-review__media.media-square .media-container img { position: absolute; width: 100%; @@ -5697,7 +5057,6 @@ body.rtl .bb-tabs__run .slick-arrow.bb-slide-next { height: 100%; z-index: 3; } - .bb-review__media:not(.media-video, .media-square) .media-container img { position: absolute; top: 0; @@ -5736,7 +5095,6 @@ body.rtl .bb-tabs__run .slick-arrow.bb-slide-next { max-width: 50px; margin: 0 0 0 10px; } - .bb-review__avatar img { border-radius: 100%; width: 50px; @@ -5769,7 +5127,7 @@ body.rtl .bb-tabs__run .slick-arrow.bb-slide-next { font-family: bb-icons; } -.bb-review .elementor-star-rating i::before { +.bb-review .elementor-star-rating i:before { content: "\ef32"; font-weight: 300; } @@ -5779,14 +5137,12 @@ body.rtl .bb-tabs__run .slick-arrow.bb-slide-next { font-family: bb-icons; display: inline-block; } - .bb-star-rating > span { padding: 4px; border-radius: 4px; margin: 0 0 0 3px; background-color: var(--bb-success-color); } - .bb-star-rating i { display: inline-block; position: relative; @@ -5795,8 +5151,7 @@ body.rtl .bb-tabs__run .slick-arrow.bb-slide-next { font-size: 15px; line-height: 1; } - -.bb-star-rating i::before { +.bb-star-rating i:before { content: "\ef32"; display: block; font-size: inherit; @@ -5809,43 +5164,35 @@ body.rtl .bb-tabs__run .slick-arrow.bb-slide-next { right: 0; } -i.bb-star-blank::before { +i.bb-star-blank:before { display: none; } -.bb-star-rating .bb-star-1::before { +.bb-star-rating .bb-star-1:before { width: 10%; } - -.bb-star-rating .bb-star-2::before { +.bb-star-rating .bb-star-2:before { width: 20%; } - -.bb-star-rating .bb-star-3::before { +.bb-star-rating .bb-star-3:before { width: 30%; } - -.bb-star-rating .bb-star-4::before { +.bb-star-rating .bb-star-4:before { width: 40%; } - -.bb-star-rating .bb-star-5::before { +.bb-star-rating .bb-star-5:before { width: 50%; } - -.bb-star-rating .bb-star-6::before { +.bb-star-rating .bb-star-6:before { width: 60%; } - -.bb-star-rating .bb-star-7::before { +.bb-star-rating .bb-star-7:before { width: 70%; } - -.bb-star-rating .bb-star-8::before { +.bb-star-rating .bb-star-8:before { width: 80%; } - -.bb-star-rating .bb-star-9::before { +.bb-star-rating .bb-star-9:before { width: 90%; } @@ -5856,7 +5203,6 @@ i.bb-star-blank::before { flex-direction: row-reverse; text-align: left; } - .elementor-cta--footer-align-right .bb-review__avatar { margin-left: 0; margin-right: 10px; @@ -5885,7 +5231,6 @@ i.bb-star-blank::before { z-index: 9; cursor: pointer; } - .bb-review__image-overlay .media-ctrl { position: absolute; z-index: 15; @@ -5904,7 +5249,6 @@ i.bb-star-blank::before { align-items: center; font-weight: 600; } - .bb-review__image-overlay .media-ctrl i { font-size: 20px; line-height: 1; @@ -5934,7 +5278,6 @@ i.bb-star-blank::before { .bb-gallery__image.is-video { z-index: 9; } - .bb-gallery__image.is-video .media-container { position: relative; z-index: 9; @@ -5960,8 +5303,7 @@ i.bb-star-blank::before { display: -ms-flexbox; display: flex; } - -.bb-gallery__image.is-video:not(.is-active) .bb-gallery__play::after { +.bb-gallery__image.is-video:not(.is-active) .bb-gallery__play:after { content: ""; display: inline-block; position: relative; @@ -6028,13 +5370,10 @@ i.bb-star-blank::before { } @-webkit-keyframes fade-in-dfy { - 0% { opacity: 0; - /* transform: translateY(100px); */ } - 100% { opacity: 1; -webkit-transform: none; @@ -6043,13 +5382,10 @@ i.bb-star-blank::before { } @keyframes fade-in-dfy { - 0% { opacity: 0; - /* transform: translateY(100px); */ } - 100% { opacity: 1; -webkit-transform: none; @@ -6057,59 +5393,48 @@ i.bb-star-blank::before { } } @-webkit-keyframes slide-up-dfy { - 0% { -webkit-transform: translateY(100px); transform: translateY(100px); } - 100% { -webkit-transform: none; transform: none; } } @keyframes slide-up-dfy { - 0% { -webkit-transform: translateY(100px); transform: translateY(100px); } - 100% { -webkit-transform: none; transform: none; } } - .bb-gallery .slick-track { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; } - .bb-gallery .slick-slide { height: 500px !important; margin: 0 10px; } - .bb-gallery .bb-gallery__body { opacity: 0; width: 100%; text-align: center; } - .bb-gallery .bb-gallery__body.gallery-center { text-align: center; } - .bb-gallery .bb-gallery__body.gallery-left { text-align: right; } - .bb-gallery .bb-gallery__body.gallery-right { text-align: left; } - .bb-gallery .slick-slide.slick-current .bb-gallery__body { -webkit-animation-name: fade-in-dfy; animation-name: fade-in-dfy; @@ -6117,7 +5442,6 @@ i.bb-star-blank::before { animation-duration: 1s; opacity: 1; } - .bb-gallery .slick-slide.slick-current .bb-gallery__excerpt { -webkit-animation-name: fade-in-dfy; animation-name: fade-in-dfy; @@ -6125,25 +5449,20 @@ i.bb-star-blank::before { animation-duration: 1.5s; opacity: 1; } - .bb-gallery .media-container { background-size: cover; background-repeat: no-repeat; background-position: center center; } - .bb-gallery .slick-current .media-container--cover { background-size: cover; } - .bb-gallery .slick-current .media-container--contain { background-size: contain; } - .bb-gallery .slick-current .media-container--auto { background-size: auto; } - .bb-gallery .slick-slide > div, .bb-gallery .bb-gallery__slide, .bb-gallery .bb-gallery__block, @@ -6151,23 +5470,18 @@ i.bb-star-blank::before { .bb-gallery .media-container { height: 100%; } - .bb-gallery ul.slick-dots li { margin: 0; } - .bb-gallery ul.slick-dots li:first-child button { border-radius: 0 4px 4px 0; } - .bb-gallery ul.slick-dots li:last-child button { border-radius: 4px 0 0 4px; } - .bb-gallery ul.slick-dots li.slick-active button { background-color: var(--bb-primary-color); } - .bb-gallery ul.slick-dots li button { font-size: 0; border-radius: 0; @@ -6176,7 +5490,6 @@ i.bb-star-blank::before { } @media (max-width: 768px) { - .bb-gallery .slick-arrow.bb-slide-prev { right: 0 !important; } @@ -6185,16 +5498,13 @@ i.bb-star-blank::before { left: 0 !important; } } - body.rtl .bb-gallery .slick-arrow.bb-slide-next { left: unset !important; } @media (max-width: 768px) { - body.rtl .bb-gallery .slick-arrow.bb-slide-prev { left: 0 !important; } - body.rtl .bb-gallery .slick-arrow.bb-slide-next { right: 0 !important; } @@ -6225,19 +5535,16 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { position: relative; padding: 20px 0; } - .bb-dash-grid__block .bb-dash-grid__link { display: inline-block; height: 100%; } - .bb-dash-grid__block:hover { box-shadow: 0 3px 34px 0 rgba(18, 43, 70, 0.12); background-color: #fff; } @media (min-width: 544px) { - - .bb-dash-grid__block:hover::after { + .bb-dash-grid__block:hover:after { content: ""; display: inline-block; width: 1px; @@ -6247,8 +5554,7 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { left: 0; top: 0; } - - .bb-dash-grid__block:hover::before { + .bb-dash-grid__block:hover:before { content: ""; display: inline-block; width: 1px; @@ -6260,16 +5566,14 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { } } -.bb-dash-grid__frame .bb-dash-grid__block:first-of-type:hover::before { +.bb-dash-grid__frame .bb-dash-grid__block:first-of-type:hover:before { display: none; } - -.bb-dash-grid__frame .bb-dash-grid__block:last-of-type:hover::after { +.bb-dash-grid__frame .bb-dash-grid__block:last-of-type:hover:after { display: none; } @media (max-width: 992px) { - .bb-dash-grid__cols-5 .bb-dash-grid__block { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -6487,7 +5791,6 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { } } @media (max-width: 800px) { - .bb-dash-grid__frame { -ms-flex-flow: wrap; flex-flow: wrap; @@ -6498,24 +5801,19 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { -ms-flex: 0 0 100%; flex: 0 0 100%; } - .bb-dash-grid__cols-3 .bb-dash-grid__block.bb-dash-grid__sep { border-bottom: 1px solid var(--bb-content-border-color); } - .bb-dash-grid__cols-3 .bb-dash-grid__block.bb-dash-grid__sep:last-of-type { border-bottom: 0; } - .bb-dash-grid__cols-3 .bb-dash-grid__block .bb-dash-grid__inner.is-sep { border-left: 0; } - - .bb-dash-grid__cols-3 .bb-dash-grid__block .bb-dash-grid__block:hover::before { + .bb-dash-grid__cols-3 .bb-dash-grid__block .bb-dash-grid__block:hover:before { display: none; } - - .bb-dash-grid__cols-3 .bb-dash-grid__block .bb-dash-grid__block:hover::after { + .bb-dash-grid__cols-3 .bb-dash-grid__block .bb-dash-grid__block:hover:after { display: none; } @@ -6744,7 +6042,6 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { .bb-dash-grid__cols-4 .bb-dash-grid__block:nth-child(2) .bb-dash-grid__inner.is-sep { border-left: 0; } - .bb-dash-grid__cols-4 .bb-dash-grid__block.bb-dash-grid__sep:nth-child(1), .bb-dash-grid__cols-4 .bb-dash-grid__block.bb-dash-grid__sep:nth-child(2) { border-bottom: 1px solid var(--bb-content-border-color); } @@ -6752,29 +6049,24 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { .bb-dash-grid__cols-5 .bb-dash-grid__block.bb-dash-grid__sep { border-bottom: 1px solid var(--bb-content-border-color); } - .bb-dash-grid__cols-5 .bb-dash-grid__block.bb-dash-grid__sep:last-of-type { border-bottom: 0; } - - .bb-dash-grid__cols-5 .bb-dash-grid__block .bb-dash-grid__block:hover::before { + .bb-dash-grid__cols-5 .bb-dash-grid__block .bb-dash-grid__block:hover:before { display: none; } - - .bb-dash-grid__cols-5 .bb-dash-grid__block .bb-dash-grid__block:hover::after { + .bb-dash-grid__cols-5 .bb-dash-grid__block .bb-dash-grid__block:hover:after { display: none; } .bb-dash-grid__cols-6 .bb-dash-grid__block:nth-child(2) .bb-dash-grid__inner.is-sep, .bb-dash-grid__cols-6 .bb-dash-grid__block:nth-child(4) .bb-dash-grid__inner.is-sep, .bb-dash-grid__cols-6 .bb-dash-grid__block:nth-child(6) .bb-dash-grid__inner.is-sep { border-left: 0; } - .bb-dash-grid__cols-6 .bb-dash-grid__block.bb-dash-grid__sep:nth-child(1), .bb-dash-grid__cols-6 .bb-dash-grid__block.bb-dash-grid__sep:nth-child(2), .bb-dash-grid__cols-6 .bb-dash-grid__block.bb-dash-grid__sep:nth-child(3), .bb-dash-grid__cols-6 .bb-dash-grid__block.bb-dash-grid__sep:nth-child(4) { border-bottom: 1px solid var(--bb-content-border-color); } } @media (max-width: 544px) { - .bb-dash-grid__cols-4 .bb-dash-grid__block { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -7000,7 +6292,6 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { .bb-dash-grid__block.bb-dash-grid__sep { border-bottom: 1px solid var(--bb-content-border-color); } - .bb-dash-grid__block.bb-dash-grid__sep:last-of-type { border-bottom: 0; } @@ -7013,12 +6304,11 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { border-left: 0; } - .bb-dash-grid__block:hover::before { + .bb-dash-grid__block:hover:before { display: none; } } @media (min-width: 800px) { - .bb-dash-grid__cols-1 .bb-dash-grid__block { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -7044,7 +6334,6 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { } } @media (min-width: 992px) { - .bb-dash-grid__cols-5 .bb-dash-grid__block { -webkit-box-flex: 0; -ms-flex: 0 0 20%; @@ -7057,13 +6346,11 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { flex: 0 0 16.666%; } } - .bb-dash-grid__info { font-size: 14px; line-height: 1.4; color: var(--bb-body-text-color); } - .bb-dash-grid__info p { margin: 0; } @@ -7088,17 +6375,17 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { height: 100%; } -.bb-dash-grid__inner[data-balloon][data-balloon-pos="up"][data-balloon-visible]::after, -.bb-dash-grid__inner[data-balloon][data-balloon-pos="up"]::after { +.bb-dash-grid__inner[data-balloon][data-balloon-pos="up"][data-balloon-visible]:after, +.bb-dash-grid__inner[data-balloon][data-balloon-pos="up"]:after { width: 96%; padding: 15px; border-radius: 6px; } -.bb-dash-grid__inner[data-balloon][data-balloon-pos="up"][data-balloon-visible]::after, -.bb-dash-grid__inner[data-balloon][data-balloon-pos="up"]::after, -.bb-dash-grid__inner[data-balloon][data-balloon-pos="up"][data-balloon-visible]::before, -.bb-dash-grid__inner[data-balloon][data-balloon-pos="up"]::before { +.bb-dash-grid__inner[data-balloon][data-balloon-pos="up"][data-balloon-visible]:after, +.bb-dash-grid__inner[data-balloon][data-balloon-pos="up"]:after, +.bb-dash-grid__inner[data-balloon][data-balloon-pos="up"][data-balloon-visible]:before, +.bb-dash-grid__inner[data-balloon][data-balloon-pos="up"]:before { bottom: 100%; } @@ -7131,8 +6418,7 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { color: var(--bb-primary-color); text-align: center; } - -.bb-dash-grid__body .bb-dash-grid__ico i::before { +.bb-dash-grid__body .bb-dash-grid__ico i:before { position: relative; top: -4px; } @@ -7141,14 +6427,12 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { border-radius: 50%; margin-top: 15px; } - .bb-dash-grid__block .bb-dash-grid__image.square img { max-width: 100px; width: 100px; height: 100px; object-fit: cover; } - .bb-dash-grid__block .bb-dash-grid__image.rectangular { position: relative; overflow: hidden; @@ -7156,7 +6440,6 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { display: block; background: transparent; } - .bb-dash-grid__block .bb-dash-grid__image.rectangular img { position: absolute; top: 0; @@ -7171,7 +6454,7 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { object-fit: cover; } -.bb-dash-grid [data-balloon]::after { +.bb-dash-grid [data-balloon]:after { white-space: normal; text-align: right; width: 100%; @@ -7189,11 +6472,9 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { -ms-flex-direction: column; flex-direction: column; } - .elementor-cta--dash-grid-above .bb-dash-grid__body .bb-dash-grid__info { margin-bottom: auto; } - .elementor-cta--dash-grid-above .bb-dash-grid__body .bb-dash-grid__ico { margin-top: auto; } @@ -7207,11 +6488,9 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { -ms-flex-pack: center; justify-content: center; } - .elementor-cta--dash-grid-left .bb-dash-grid__body { text-align: right; } - .elementor-cta--dash-grid-left .bb-dash-grid__block .bb-dash-grid__image img { margin-top: 0; } @@ -7225,11 +6504,9 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { -ms-flex-pack: center; justify-content: center; } - .elementor-cta--dash-grid-right .bb-dash-grid__body { text-align: left; } - .elementor-cta--dash-grid-right .bb-dash-grid__block .bb-dash-grid__image img { margin-top: 0; } @@ -7262,11 +6539,9 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { -ms-flex-pack: center; justify-content: center; } - .elementor-cta--dash-intro-above .bb-dash__avatar { margin-bottom: 15px; } - .elementor-cta--dash-intro-above .bb-dash__intro { text-align: center; } @@ -7274,20 +6549,17 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { .elementor-cta--dash-intro-right .bb-dash__avatar { margin-right: 15px; } - .elementor-cta--dash-intro-right .bb-dash > .flex { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } - .elementor-cta--dash-intro-right .bb-dash__intro { text-align: left; } @media (max-width: 768px) { - .elementor-cta--dash-intro-left .bb-dash > .flex, .elementor-cta--dash-intro-right .bb-dash > .flex { -webkit-box-orient: vertical; @@ -7298,24 +6570,20 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { -ms-flex-pack: center; justify-content: center; } - .elementor-cta--dash-intro-left .bb-dash__avatar, .elementor-cta--dash-intro-right .bb-dash__avatar { margin-bottom: 15px; margin-left: 0 !important; } - .elementor-cta--dash-intro-left .bb-dash__intro, .elementor-cta--dash-intro-right .bb-dash__intro { text-align: center; } } - /** bb activity widget */ .elementor-widget-bbp-activity, .elementor-widget-bbp-activity .elementor-widget-container, .bb-activity { height: 100%; } - .elementor-column[data-col="100"] .elementor-widget-bbp-activity, .elementor-col-100 .elementor-widget-bbp-activity, .elementor-column[data-col="100"] .elementor-widget-bbp-activity .elementor-widget-container, .elementor-col-100 .elementor-widget-bbp-activity .elementor-widget-container, .elementor-column[data-col="100"] .bb-activity, .elementor-col-100 .bb-activity { @@ -7328,72 +6596,69 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { background-color: #fff; position: relative; } - .bb-activity .activity-list.item-list { padding: 0; } - -.bb-activity .activity-list.item-list .activity-item .document-action-wrap .document-action_more[data-balloon][data-balloon-pos="up"]::before { +.bb-activity .activity-list.item-list .activity-item .document-action-wrap .document-action_more[data-balloon][data-balloon-pos="up"]:before { left: 0; } - -.bb-activity .activity-list.item-list .activity-item .document-action-wrap .document-action_more[data-balloon][data-balloon-pos="up"]::after { +.bb-activity .activity-list.item-list .activity-item .document-action-wrap .document-action_more[data-balloon][data-balloon-pos="up"]:after { right: -15px; } - .bb-activity .activity-update p { margin-bottom: 0; } - .bb-activity .update-item { color: var(--bb-alternate-text-color); font-size: 14px; } - .bb-activity .update-item a { color: var(--bb-headings-color); font-weight: 500; } - .bb-activity .update-item .activity-time-since { display: block; } - .bb-activity .update-item p img { max-width: 15px; vertical-align: text-bottom; margin-left: 5px; margin-right: 2px; } - .bb-activity .update-item > p { line-height: 1.5; } - .bb-activity img.avatar { border-radius: 100%; } - .bb-activity .bp-activity-head .activity-header a { - font-weight: 400; + font-weight: normal; } - .bb-activity .bp-activity-head .activity-header > p:first-of-type > a:first-of-type { font-weight: 500; } - .bb-activity .bb-activity-media-wrap { margin: 0; } - .bb-activity .activity-list .activity-item .activity-content .activity-inner { overflow: initial; } +.bb-activity .activity-list .activity-item .ac-emotions_list.active { + bottom: 20px; +} +.bb-activity .activity-list .activity-item .activity-comments .ac-emotions_list.active { + bottom: 15px; +} +body:not(.bb-is-mobile) .bb-activity .activity-list .activity-item .ac-emotions_list:hover { + bottom: 20px; +} +body:not(.bb-is-mobile) .bb-activity .activity-list .activity-item .activity-comments .ac-emotions_list:hover { + bottom: 15px; +} html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid { display: block; } - html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid > li { width: 100%; max-width: initial; @@ -7401,7 +6666,6 @@ html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid > li -ms-flex: initial; flex: initial; } - html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid > li .item-avatar img.avatar { width: auto; } @@ -7410,20 +6674,21 @@ html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid > li min-height: 300px; } -.bb-activity [data-bp-tooltip]::after { +.bb-activity [data-bp-tooltip]:after { font-style: normal; } -.bb-activity .activity-content { +.bb-activity .activity-content, +.activity-modal .activity-content { padding: 0; font-size: 14px; } - -.bb-activity .activity-content.no-media .bb-activity-media-wrap { +.bb-activity .activity-content.no-media .bb-activity-media-wrap, +.activity-modal .activity-content.no-media .bb-activity-media-wrap { display: none; } - -.bb-activity .activity-content .activity-read-more { +.bb-activity .activity-content .activity-read-more, +.activity-modal .activity-content .activity-read-more { display: block; margin: 3px 0 7px; } @@ -7446,37 +6711,30 @@ html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid > li margin: 0 0 15px; border-bottom: 1px solid var(--bb-content-border-color); } - .bb-activity-extra.border-dotted { border-bottom-style: dotted; } - .bb-activity-extra.border-dashed { border-bottom-style: dashed; } - .bb-activity-extra.border-solid { border-bottom-style: solid; } - .bb-activity-extra.border-double { border-bottom-style: double; } - .bb-activity-extra.border-none { border-bottom-style: none; } -.bb-activity .activity-content > p:first-of-type { - - /* line-height: 1.6; */ +.elementor .found-media-item img { + height: 100%; } .bb-activity ul.activity-lists.bp-list { margin: 0; padding: 0; } - .bb-activity #buddypress .activity-lists.bp-list .activity-item { padding: 0 0 15px; border: 0; @@ -7485,138 +6743,173 @@ html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid > li border-radius: 0; margin: 0 0 15px; } - .bb-activity #buddypress .activity-lists.bp-list .activity-item:last-of-type { border-bottom: 0; margin-bottom: 0; } - .bb-activity .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-detail-wrap .document-helper-text { height: 0; } - .bb-activity .bb-activity-media-wrap .bb-activity-media-elem.document-activity:hover .document-detail-wrap .document-helper-text { height: auto; } - .bb-activity .activity-content .activity-state a.activity-state-likes .like-text { color: var(--bb-alternate-text-color); } - .bb-activity #buddypress .bp-list.bp-list .bp-generic-meta .generic-button { margin-bottom: 0; } - .bb-activity #buddypress .activity-lists.bp-list .activity-item, .bb-activity .bb-activity-media-wrap .bb-activity-media-elem.document-activity, .bb-activity .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap { background-color: transparent; } -.bb-activity #buddypress .activity-actions { +.bb-activity #buddypress .activity-actions, +#buddypress .activity-modal .activity-actions { display: none; } - -.bb-activity #buddypress .activity-actions.activity-actions--show { +.bb-activity #buddypress .activity-actions.activity-actions--show, +#buddypress .activity-modal .activity-actions.activity-actions--show { display: block; } - -.bb-activity #buddypress .activity-actions.activity-actions--show .generic-button { +.bb-activity #buddypress .activity-actions.activity-actions--show .generic-button, +#buddypress .activity-modal .activity-actions.activity-actions--show .generic-button { margin: 0 !important; } - -.bb-activity #buddypress .activity-actions.activity-actions--show .generic-button a { +.bb-activity #buddypress .activity-actions.activity-actions--show .generic-button a, +#buddypress .activity-modal .activity-actions.activity-actions--show .generic-button a { margin-left: 15px !important; } - -.bb-activity #buddypress .activity-actions.activity-actions--show .generic-button a { +.bb-activity #buddypress .activity-actions.activity-actions--show .bb-activity-more-options-wrap, +#buddypress .activity-modal .activity-actions.activity-actions--show .bb-activity-more-options-wrap { + -webkit-transform: translateY(-webkit-calc(-50% - 15px)); + -ms-transform: translateY(calc(-50% - 15px)); + transform: translateY(calc(-50% - 15px)); +} +.bb-activity #buddypress .activity-actions.activity-actions--show .bp-generic-meta.action .generic-button a, +.bb-activity #buddypress .activity-actions.activity-actions--show .bb-activity-more-options-wrap.action .generic-button a, +#buddypress .activity-modal .activity-actions.activity-actions--show .bp-generic-meta.action .generic-button a, +#buddypress .activity-modal .activity-actions.activity-actions--show .bb-activity-more-options-wrap.action .generic-button a { display: none; } - -.bb-activity #buddypress .activity-actions.activity-actions--show.activity-actions--fav .generic-button a.fav { - display: inline-block; +.bb-activity #buddypress .activity-actions.activity-actions--show.activity-actions--fav .bp-generic-meta.action .generic-button a.has-emotion, .bb-activity #buddypress .activity-actions.activity-actions--show.activity-actions--fav .bp-generic-meta.action .generic-button a.has-like, .bb-activity #buddypress .activity-actions.activity-actions--show.activity-actions--fav .bp-generic-meta.action .generic-button a.fav, .bb-activity #buddypress .activity-actions.activity-actions--show.activity-actions--fav .bp-generic-meta.action .generic-button a.unfav, +#buddypress .activity-modal .activity-actions.activity-actions--show.activity-actions--fav .bp-generic-meta.action .generic-button a.has-emotion, +#buddypress .activity-modal .activity-actions.activity-actions--show.activity-actions--fav .bp-generic-meta.action .generic-button a.has-like, +#buddypress .activity-modal .activity-actions.activity-actions--show.activity-actions--fav .bp-generic-meta.action .generic-button a.fav, +#buddypress .activity-modal .activity-actions.activity-actions--show.activity-actions--fav .bp-generic-meta.action .generic-button a.unfav { + display: -webkit-box; + display: -ms-flexbox; + display: flex; } - -.bb-activity #buddypress .activity-actions.activity-actions--show.activity-actions--comment .generic-button a.acomment-reply { - display: inline-block; +.bb-activity #buddypress .activity-actions.activity-actions--show .bb-activity-more-options.open, +#buddypress .activity-modal .activity-actions.activity-actions--show .bb-activity-more-options.open { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; +} +@media screen and (max-width: 980px) { + .bb-activity #buddypress .activity-actions.activity-actions--show .bb-activity-more-options-wrap, + #buddypress .activity-modal .activity-actions.activity-actions--show .bb-activity-more-options-wrap { + -webkit-transform: none; + -ms-transform: none; + transform: none; + } +} +.bb-activity #buddypress .activity-actions.activity-actions--show.activity-actions--comment .bp-generic-meta.action .generic-button a.acomment-reply, +#buddypress .activity-modal .activity-actions.activity-actions--show.activity-actions--comment .bp-generic-meta.action .generic-button a.acomment-reply { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; +} +.bb-activity #buddypress .activity-actions.activity-actions--show.activity-actions--edit .bb-activity-more-options-wrap.action .generic-button a.acomment-edit, +#buddypress .activity-modal .activity-actions.activity-actions--show.activity-actions--edit .bb-activity-more-options-wrap.action .generic-button a.acomment-edit { + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} +.bb-activity #buddypress .activity-actions.activity-actions--show.activity-actions--delete .bb-activity-more-options-wrap.action .generic-button a.acomment-delete, +#buddypress .activity-modal .activity-actions.activity-actions--show.activity-actions--delete .bb-activity-more-options-wrap.action .generic-button a.acomment-delete { + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} +.bb-activity #buddypress .activity-actions.activity-actions--show:not(.activity-actions--edit, .activity-actions--delete) .bb-activity-more-options-wrap.action, +#buddypress .activity-modal .activity-actions.activity-actions--show:not(.activity-actions--edit, .activity-actions--delete) .bb-activity-more-options-wrap.action { + display: none; } -.bb-activity #buddypress .activity-actions.activity-actions--show.activity-actions--edit .generic-button a.edit-activity { +.bb-activity #buddypress .activity-content .comment-reactions, +.bb-activity #buddypress .activity-content .ac-state-separator, +.bb-activity #buddypress .activity-content .activity-state-reactions { + display: none; +} +.bb-activity #buddypress .activity-content .do-state--show .comment-reactions, +.bb-activity #buddypress .activity-content .do-state--show .activity-state-reactions { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; +} +.bb-activity #buddypress .activity-content .do-state--show .ac-state-separator { display: inline-block; } -.bb-activity #buddypress .activity-actions.activity-actions--show.activity-actions--delete .generic-button a.delete-activity { - display: inline-block; +.bb-activity #buddypress .activity-comments .comment-reactions { + display: none; +} +.bb-activity #buddypress .activity-comments .activity-actions--fav .comment-reactions { + display: -webkit-box; + display: -ms-flexbox; + display: flex; } +.bb-activity { + /* stylelint-disable max-line-length */ + /* stylelint-enable */ +} .bb-activity .activity-list .activity-item .activity-content .do-state:not(.is-activity-comments) .activity-state.has-comments a.activity-state-comments { display: none; } - +.bb-activity #buddypress .activity-content .do-state--show:not(.is-activity-comments) .activity-state.has-comments .ac-state-separator { + display: none; +} .bb-activity .activity-list .activity-item .activity-content .do-state.is-activity-comments .activity-state.has-comments a.activity-state-comments { display: inline-block; } -.bb-activity .buddypress-wrap .activity-comments ul ul .acomment-content { - margin-right: 51px; -} - -.bb-activity #buddypress .bp-list .comment-item .comment-item .action { - margin-right: 51px; -} - .elementor-widget-bbp-activity .bb-media-info-section .activity-comments .acomment-content p, .elementor-widget-bbp-activity .bb-media-info-section .activity-comments .acomment-meta { font-size: 13px; } - .elementor-widget-bbp-activity .bb-media-info-section .activity-state a { color: #555; } - -.elementor-widget-bbp-activity .bb-media-info-section .activity-comments > ul > li > ul { - margin-right: 51px; -} - .elementor-widget-bbp-activity .bb-media-info-section .activity-comments ul li ul { margin-top: 0; margin-bottom: 0; } - .elementor-widget-bbp-activity .bb-media-info-section .activity-comments ul { margin: 15px 0 0; } - .elementor-widget-bbp-activity .bb-media-info-section .activity-comments > ul { margin: 0 -15px; } - .elementor-widget-bbp-activity .bb-media-info-section .activity-comments ul li ul li { padding-bottom: 0; } - -.elementor-widget-bbp-activity .bb-media-info-section .activity-comments .acomment-content { - margin-right: 51px; -} - -.elementor-widget-bbp-activity .bb-media-info-section .activity-comments ul ul .acomment-content { - margin-right: 43px; -} - .elementor-widget-bbp-activity .bb-media-info-section .activity-comments .acomment-content p { margin-bottom: 0; } -.elementor-widget-bbp-activity .bb-media-info-section .activity-comments ul li ul li:first-child { - margin-top: 15px; -} - .bb-media-privacy-wrap.bb-media-privacy-wrap--el-activity .activity-privacy { right: -70px; min-width: 185px; } - -.bb-media-privacy-wrap.bb-media-privacy-wrap--el-activity .activity-privacy::before { +.bb-media-privacy-wrap.bb-media-privacy-wrap--el-activity .activity-privacy:before { right: 85px; } @@ -7627,29 +6920,23 @@ html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid > li -ms-flex-align: start; align-items: flex-start; } - .elementor-column[class*="elementor-col-"]:not(.elementor-col-100) .bb-activity .zoom-meeting-block-right { margin: 10px 0 0; } - .elementor-column[class*="elementor-col-"]:not(.elementor-col-100) .bb-activity .bp_zoom_countdown .position { height: 50px; width: 18px; } - .elementor-column[class*="elementor-col-"]:not(.elementor-col-100) .bb-activity .bp_zoom_countdown span.digit { font-size: 18px; } - .elementor-column[class*="elementor-col-"]:not(.elementor-col-100) .bb-activity .bp_zoom_countdown .countdown_label { font-size: 11px; } - .elementor-column[class*="elementor-col-"]:not(.elementor-col-100) .bb-activity .bp_zoom_countdown > span { max-width: 58px; margin: 0; } - .elementor-column[class*="elementor-col-"]:not(.elementor-col-100) .bb-activity .bp_zoom_countdown > span.countDays { max-width: 66px; } @@ -7658,7 +6945,6 @@ html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid > li .elementor-widget-bbp-members, .elementor-widget-bbp-members .elementor-widget-container, .bb-members { height: 100%; } - .elementor-column[data-col="100"] .elementor-widget-bbp-members, .elementor-col-100 .elementor-widget-bbp-members, .elementor-column[data-col="100"] .elementor-widget-bbp-members .elementor-widget-container, .elementor-col-100 .elementor-widget-bbp-members .elementor-widget-container, .elementor-column[data-col="100"] .bb-members, .elementor-col-100 .bb-members { @@ -7668,18 +6954,15 @@ html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid > li .elementor-widget-bbp-members .bb-members-list .bb-members-list__item { position: relative; } - .elementor-widget-bbp-members .bb-members-list .bb-members-list__avatar { position: relative; } - .elementor-widget-bbp-members .bb-members-list .member-status.online { position: absolute; right: 30px; top: 3px; left: inherit; } - .elementor-widget-bbp-members .item-options a { color: var(--bb-body-text-color); font-size: 0.875rem; @@ -7690,17 +6973,14 @@ html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid > li -webkit-animation: unset !important; animation: unset !important; } - .elementor-widget-bbp-members .item-options a:hover { color: var(--bb-primary-color); } - .elementor-widget-bbp-members .item-options a.selected { border-bottom: 1px solid var(--bb-primary-color); color: var(--bb-primary-color); margin-bottom: -1px; } - .bb-template-v2 .elementor-widget-bbp-members .item-options a { text-transform: uppercase; font-size: 0.6875rem; @@ -7709,12 +6989,10 @@ html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid > li padding-bottom: 5px; color: var(--bb-alternate-text-color); } - .bb-template-v2 .elementor-widget-bbp-members .item-options a.selected { color: var(--bb-headings-color); font-weight: 700; } - .bb-template-v2 .elementor-widget-bbp-members .item-options { border-bottom: 0; margin-bottom: 18px; @@ -7725,11 +7003,9 @@ html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid > li padding: 20px; background-color: #fff; } - .bb-members .bb-members-list:not(.active) { display: none; } - .bb-members .bb-members__tab { text-transform: capitalize; } @@ -7751,23 +7027,18 @@ html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid > li .bb-members div.item-options.border-solid { border-bottom-style: solid; } - .bb-members div.item-options.border-dashed { border-bottom-style: dashed; } - .bb-members div.item-options.border-dotted { border-bottom-style: dotted; } - .bb-members div.item-options.border-double { border-bottom-style: double; } - .bb-members div.item-options.border-none { border-bottom-style: none; } - .bb-members div.item-options.border-none .selected { border-bottom-style: none; } @@ -7788,7 +7059,6 @@ html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid > li -ms-flex-pack: start; justify-content: flex-start; } - .bb-members-list--align-left .bb-members-list__item .bb-members-list__avatar { margin-left: 15px; } @@ -7806,12 +7076,10 @@ html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid > li -ms-flex-flow: row-reverse; flex-flow: row-reverse; } - .bb-members-list--align-right .bb-members-list__item .bb-members-list__avatar { margin-right: 15px; margin-left: 0; } - .bb-members-list--align-right .bb-members-list__item .member-status.online { margin-left: auto; margin-right: 0; @@ -7820,7 +7088,6 @@ html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid > li .bb-members-list__avatar a { display: inline-block; } - .bb-members-list__avatar .avatar { border-radius: 100%; } @@ -7855,7 +7122,6 @@ div.item-options .bb-members__tab.selected { .elementor-widget-bbp-forums, .elementor-widget-bbp-forums .elementor-widget-container, .bb-forums { height: 100%; } - .elementor-column[data-col="100"] .elementor-widget-bbp-forums, .elementor-col-100 .elementor-widget-bbp-forums, .elementor-column[data-col="100"] .elementor-widget-bbp-forums .elementor-widget-container, .elementor-col-100 .elementor-widget-bbp-forums .elementor-widget-container, .elementor-column[data-col="100"] .bb-forums, .elementor-col-100 .bb-forums { @@ -7868,58 +7134,45 @@ div.item-options .bb-members__tab.selected { background-color: #fff; position: relative; } - .bb-forums .bbel-list-flow .bb-forums__item .item { width: 100%; } - .bb-forums .item-title a { font-size: 14px; } - .bb-forums .bb-forums__list .bb-forums__item .item-meta .bs-replied > a:hover { color: var(--bb-primary-color); } - .bb-forums .bb-forums__list .bb-forums__item .item-title > a:hover { color: var(--bb-primary-color); } - .bb-forums .bb-forums__avatar + .item .bs-last-reply { padding-right: 0; } - .bb-forums .bb-forums__avatar + .item .bs-last-reply a.bbp-reply-to-link { right: -32px; } - .bb-forums .bb-forums__avatar + .item .bb-forums__last-reply { margin-top: 0; } - .bb-forums .bb-forums__avatar + .item .bb-forums__last-reply .bs-last-reply { padding-right: 25px; margin-top: 0; } - .bb-forums .bb-forums__avatar + .item .bb-forums__last-reply .bs-last-reply a.bbp-reply-to-link { right: 0; top: -3px; } - .bb-forums .bb-forums__avatar + .item .bb-forums__ww + .bb-forums__last-reply { margin-top: 10px; } - .bb-forums .bb-forums__avatar + .item .bb-forums__ww + .bb-forums__last-reply .bs-last-reply { padding-right: 0; } - .bb-forums .bb-forums__avatar + .item .bb-forums__ww + .bb-forums__last-reply .bs-last-reply a.bbp-reply-to-link { right: -32px; top: -4px; } - .bb-forums .bs-last-reply { display: block; color: var(--bb-body-text-color); @@ -7928,20 +7181,16 @@ div.item-options .bb-members__tab.selected { line-height: 1.4; padding-right: 35px; } - .bb-forums .bs-last-reply.is-empty { margin: 0; } - .bb-forums .bs-last-reply.is-empty i { display: none; } - .bb-forums .bs-last-reply i { font-size: 24px; opacity: 0.5; } - .bb-forums .bs-last-reply a.bbp-reply-to-link { color: #939597; display: inline-block; @@ -7949,7 +7198,6 @@ div.item-options .bb-members__tab.selected { right: 0; top: -4px; } - .bb-forums .bs-forums-items .item-meta.bb-reply-meta { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -7961,7 +7209,6 @@ div.item-options .bb-members__tab.selected { border-bottom: 1px solid var(--bb-content-border-color); padding-bottom: 20px; } - .bb-forums__list > li:last-of-type { border-bottom: 0; padding-bottom: 0; @@ -7970,6 +7217,13 @@ div.item-options .bb-members__tab.selected { .bb-forums--blank { min-height: 300px; } +.bb-forums--blank .bb-no-data .bs-item-list.list-view .bs-item-wrap { + margin: 0 1px; + border: 0; +} +.bb-forums--blank .bb-no-data .bs-item-list.list-view .bs-item-wrap.bs-header-item { + display: none; +} .list-view .bb-forums__avatar .avatar { border-radius: 100%; @@ -7991,24 +7245,19 @@ div.item-options .bb-members__tab.selected { .bb-forums__item .bb-forums__ww .bs-replied > a.bbp-author-link { font-size: 0; } - .bb-forums__item .bb-forums__ww .bs-replied > a.bbp-author-link span { font-size: 13px; } - .bb-forums__item .bb-forums__last-reply { margin-top: 10px; } - .bb-forums__item .bb-forums__ww + .bb-forums__last-reply { margin-top: 0; } - .bb-forums__item .item-title { line-height: 1.2; margin-bottom: 3px; } - .bb-forums__item .item-title > a { line-height: 1.5; } @@ -8017,11 +7266,9 @@ div.item-options .bb-members__tab.selected { padding: 10px 0 3px; display: block; } - .bb-forums__ww .bs-replied a { color: var(--bb-headings-color); } - .bb-forums__ww .bs-replied a:hover { color: var(--bb-primary-color); } @@ -8034,23 +7281,18 @@ div.item-options .bb-members__tab.selected { margin: 0 0 15px; border-bottom: 1px solid var(--bb-content-border-color); } - .bb-forums-extra.border-dotted { border-bottom-style: dotted; } - .bb-forums-extra.border-dashed { border-bottom-style: dashed; } - .bb-forums-extra.border-solid { border-bottom-style: solid; } - .bb-forums-extra.border-double { border-bottom-style: double; } - .bb-forums-extra.border-none { border-bottom-style: none; } @@ -8062,11 +7304,9 @@ body.rtl .bb-forums__avatar { /** bb forums activity widget */ @media (min-width: 768px) { - .elementor-widget-bbp-forums-activity, .elementor-widget-bbp-forums-activity .elementor-widget-container, .bb-forums-activity, .bb-forums-activity-wrapper { height: 100%; } - .elementor-column[data-col="100"] .elementor-widget-bbp-forums-activity, .elementor-col-100 .elementor-widget-bbp-forums-activity, .elementor-column[data-col="100"] .elementor-widget-bbp-forums-activity .elementor-widget-container, .elementor-col-100 .elementor-widget-bbp-forums-activity .elementor-widget-container, .elementor-column[data-col="100"] .bb-forums-activity, .elementor-col-100 .bb-forums-activity, @@ -8074,7 +7314,6 @@ body.rtl .bb-forums__avatar { height: auto; } } - .bb-forums-activity { border: 1px solid var(--bb-content-border-color); padding: 20px; @@ -8100,7 +7339,6 @@ body.rtl .bb-forums__avatar { line-height: 1; margin: 0 0 20px; } - .bb-fa__meta span { color: var(--bb-alternate-text-color); font-size: 13px; @@ -8118,16 +7356,13 @@ body.rtl .bb-forums__avatar { align-items: flex-start; position: relative; } - .bb-fa__excerpt.no-link { margin-right: 0; } - .bb-fa__excerpt a.bbp-reply-to-link i { font-size: 24px; opacity: 0.5; } - .bb-fa__excerpt a.bbp-reply-to-link { color: #939597; display: inline-block; @@ -8135,11 +7370,9 @@ body.rtl .bb-forums__avatar { right: -32px; top: -3px; } - .bb-fa__excerpt.is-empty { margin: 0; } - .bb-fa__excerpt.is-empty a.bbp-reply-to-link { display: none; } @@ -8149,7 +7382,6 @@ body.rtl .bb-forums__avatar { display: -ms-flexbox; display: flex; } - .bb-fa__link a { display: inline-block; font-size: 14px; @@ -8190,7 +7422,6 @@ body.rtl .bb-forums__avatar { /* Fix for floating buttons in "Forum Activity" */ @media (min-width: 768px) { - .elementor-max-50 .elementor-heading-title { max-width: 50%; } @@ -8203,25 +7434,21 @@ body.rtl .bb-forums__avatar { padding-top: 0; } } - .bb-forums-activity-wrapper { position: relative; min-height: 250px; } @media (max-width: 768px) { - .bb-forums-activity-wrapper--ismy { margin-top: 50px; } } - .bb-forums-activity-btn { text-align: left; position: absolute; top: -50px; } - .bb-forums-activity-btn a.bb-forums-activity-btn__link { font-size: 13px; display: inline-block; @@ -8231,11 +7458,9 @@ body.rtl .bb-forums__avatar { border: 1px solid #9ea8b2; cursor: pointer; } - .bb-forums-activity-btn a.bb-forums-activity-btn__link:hover { color: var(--bb-primary-color); } - .bb-forums-activity-btn a.bb-forums-activity-btn__link i { font-size: 20px; position: relative; @@ -8255,28 +7480,24 @@ body.rtl .bb-forums-activity-btn__link i { -ms-flex: 0 0 100%; flex: 0 0 100%; } - .lifterlms-course-list--elementor .columns-2 .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; } @media screen and (max-width: 480px) { - .lifterlms-course-list--elementor .columns-2 .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } } - .lifterlms-course-list--elementor .columns-3 .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 33.333%; flex: 0 0 33.333%; } @media screen and (max-width: 820px) { - .lifterlms-course-list--elementor .columns-3 .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -8284,14 +7505,12 @@ body.rtl .bb-forums-activity-btn__link i { } } @media screen and (max-width: 480px) { - .lifterlms-course-list--elementor .columns-3 .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } } - .lifterlms-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap, .lifterlms-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; @@ -8299,7 +7518,6 @@ body.rtl .bb-forums-activity-btn__link i { flex: 0 0 25%; } @media screen and (max-width: 1200px) { - .lifterlms-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap, .lifterlms-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; @@ -8308,7 +7526,6 @@ body.rtl .bb-forums-activity-btn__link i { } } @media screen and (max-width: 820px) { - .lifterlms-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap, .lifterlms-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; @@ -8317,7 +7534,6 @@ body.rtl .bb-forums-activity-btn__link i { } } @media screen and (max-width: 480px) { - .lifterlms-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap, .lifterlms-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; @@ -8325,43 +7541,33 @@ body.rtl .bb-forums-activity-btn__link i { flex: 0 0 100%; } } - .lifterlms-course-list--elementor .course-dir-list--hidestatus .bb-cover-list-item .ld-status { display: none; } - .lifterlms-course-list--elementor .course-dir-list--hidemedia .bb-course-items .bb-course-cover .bb-cover-wrap img { display: none; } - .lifterlms-course-list--elementor.noProgress .llms-progress { display: none; } - .lifterlms-course-list--elementor.noPrice .llms-meta-aplans .llms-meta-aplans__price { display: none; } - .lifterlms-course-list--elementor.noEnroll .llms-meta-aplans .llms-meta-aplans__btn { display: none; } - .lifterlms-course-list--elementor.noTimestamp .llms-meta-aplans.llms-meta-aplans--enrolled { display: none; } - .lifterlms-course-list--elementor.noTitle .bb-courses-header > .bb-title { display: none; } - .lifterlms-course-list--elementor.noSearch .bb-courses-header > #courses-dir-search { display: none; } - .lifterlms-course-list--elementor.noCourseNavigation.lifterlms-course-list .courses-type-navs { display: none; } - .lifterlms-course-list--elementor.noPagination .course-dir-list .bb-lms-pagination { display: none; } @@ -8370,7 +7576,6 @@ body.rtl .bb-forums-activity-btn__link i { display: inline-block; text-align: center; } - .lifterlms-course-list--elementor .bb-lms-pagination.noPrevNext a.next, .lifterlms-course-list--elementor .bb-lms-pagination.noPrevNext a.prev { display: none; @@ -8384,34 +7589,28 @@ body.rtl .bb-forums-activity-btn__link i { .lifterlms-course-list--cover .bb-courses-directory .grid-filters { display: none; } - .lifterlms-course-list--cover .bb-courses-directory .sfwd-courses-filters .select-wrap:last-of-type select { margin-left: 0; } - .lifterlms-course-list--cover.lifterlms-course-list--featured .bb-course-items.grid-view .bb-course-item-wrap:nth-child(1), .lifterlms-course-list--cover.lifterlms-course-list--featured .bb-course-items.grid-view .bb-course-item-wrap:nth-child(2) { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; } - .lifterlms-course-list--cover .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; } - .lifterlms-course-list--cover .bb-course-items.list-view, .lifterlms-course-list--cover .bb-course-items.list-view.hide { display: none !important; } - .lifterlms-course-list--cover .bb-course-items .bb-cover-wrap { position: relative; } - -.lifterlms-course-list--cover .bb-course-items .bb-cover-wrap::after { +.lifterlms-course-list--cover .bb-course-items .bb-cover-wrap:after { content: ""; display: inline-block; position: absolute; @@ -8420,26 +7619,21 @@ body.rtl .bb-forums-activity-btn__link i { background-color: rgba(0, 0, 0, 0.3); background-image: none; } - .lifterlms-course-list--cover .bb-cover-list-item { position: relative; } - .lifterlms-course-list--cover .bb-course-items .bb-cover-list-item.bb-course-paid { padding-bottom: 0; } - .lifterlms-course-list--cover .bb-course-items .bb-cover-wrap { border-radius: 4px; } - .lifterlms-course-list--cover .bb-course-cover { position: absolute; z-index: 9; height: 100%; width: 100%; } - .lifterlms-course-list--cover .bb-card-course-details { position: relative; z-index: 15; @@ -8452,62 +7646,51 @@ body.rtl .bb-forums-activity-btn__link i { flex-direction: column; height: 100%; } - .lifterlms-course-list--cover .bb-card-course-details .course-lesson-count { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } - .lifterlms-course-list--cover .bb-card-course-details .bb-course-title { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } - .lifterlms-course-list--cover .bb-card-course-details .bb-course-excerpt { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; } - .lifterlms-course-list--cover .bb-card-course-details .course-progress-wrap { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; } - .lifterlms-course-list--cover .bb-card-course-details .bb-course-meta { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; } - .lifterlms-course-list--cover .bb-card-course-details .bb-course-footer { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; display: none; } - .lifterlms-course-list--cover .bb-course-items .bb-cover-wrap { height: 100%; padding-top: 0; } - .lifterlms-course-list--cover .bb-cover-list-item .ld-status, .lifterlms-course-list--cover .course-lesson-count { display: none; } - .lifterlms-course-list--cover .bb-course-title a { color: #fff; } - .lifterlms-course-list--cover .bb-course-items .bb-course-excerpt { color: #fff; } - .lifterlms-course-list--cover .bb-course-meta strong a { color: #fff; } @@ -8515,13 +7698,11 @@ body.rtl .bb-forums-activity-btn__link i { .lifterlms-course-list--cover .course-details-verbose { padding-bottom: 10px; } - .lifterlms-course-list--cover .lifterlms-price, .lifterlms-course-list--cover .llms-meta-aplans__inDate, .lifterlms-course-list--cover .llms-meta-aplans__btn a { color: #fff; } - .lifterlms-course-list--cover.lifterlms-course-list .bb-cover-list-item .llms-meta-aplans { position: static; min-height: auto; @@ -8563,20 +7744,16 @@ body.rtl .bb-forums-activity-btn__link i { padding: 20px; background-color: #fff; } - .bb-groups .bb-groups-list:not(.active) { display: none; } - .bb-groups .bb-groups__tab { text-transform: capitalize; } - .bb-groups #groups-list .item-avatar img { border-color: var(--bb-content-border-color); border-width: 1px; } - .bb-groups #groups-list .item-avatar a { border: 0; box-shadow: none; diff --git a/web/app/themes/buddyboss-theme/assets/css-rtl/elementor.min.css b/web/app/themes/buddyboss-theme/assets/css-rtl/elementor.min.css index 7b566c78..02fcfdd5 100644 --- a/web/app/themes/buddyboss-theme/assets/css-rtl/elementor.min.css +++ b/web/app/themes/buddyboss-theme/assets/css-rtl/elementor.min.css @@ -1,2927 +1 @@ -.elementor-add-section .elementor-add-new-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-flow:wrap;flex-flow:wrap} - -.elementor-template-full-width #content,[class*=template-elementor_header_footer] #content{padding-right:0;padding-left:0} - -.elementor-template-full-width #content>.container,[class*=template-elementor_header_footer] #content>.container{max-width:100%;padding:0} - -body:not(.register) .elementor-header+#content{padding-top:0} - -.elementor-page.page-template-page-fullwidth-content #primary{padding-right:0;padding-left:0}@media (min-width:800px){ - -body.bb-buddypanel:not(.elementor-template-canvas) .elementor-section-boxed[style*=width],body.bb-buddypanel:not(.elementor-template-canvas) .elementor-section-full_width[style*=width],body.bb-buddypanel:not(.elementor-template-canvas) .elementor-section-stretched[style*=width]{padding-right:68px}}@media (min-width:800px){ - -body.bb-buddypanel.buddypanel-open:not(.elementor-template-canvas) .elementor-section-boxed[style*=width],body.bb-buddypanel.buddypanel-open:not(.elementor-template-canvas) .elementor-section-full_width[style*=width],body.bb-buddypanel.buddypanel-open:not(.elementor-template-canvas) .elementor-section-stretched[style*=width]{padding-right:230px}} - -.elementor-add-section-drag-title{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.entry-content .elementor-wrapper .fluid-width-video-wrapper{margin-top:0;margin-bottom:0} - -.elementor-widget-container ul.elementor-nav-menu{z-index:initial} - -.elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown{z-index:5} - -.elementor-slick-slider .slick-next,.elementor-slick-slider .slick-prev{box-shadow:none} - -.elementor-slick-slider .slick-arrows-inside .slick-next{right:auto} - -#content .elementor-widget-container li.product,#content .wp-block-woocommerce-handpicked-products li.product,#content .wp-block-woocommerce-product-best-sellers li.product,#content .wp-block-woocommerce-product-category li.product,#content .wp-block-woocommerce-product-new li.product,#content .wp-block-woocommerce-product-on-sale li.product,#content .wp-block-woocommerce-product-top-rated li.product,#content .wp-block-woocommerce-products-by-attribute li.product{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius);overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex} - -#content .elementor-widget-container li.product:hover,#content .wp-block-woocommerce-handpicked-products li.product:hover,#content .wp-block-woocommerce-product-best-sellers li.product:hover,#content .wp-block-woocommerce-product-category li.product:hover,#content .wp-block-woocommerce-product-new li.product:hover,#content .wp-block-woocommerce-product-on-sale li.product:hover,#content .wp-block-woocommerce-product-top-rated li.product:hover,#content .wp-block-woocommerce-products-by-attribute li.product:hover{box-shadow:0 6px 24px 0 rgba(18,43,70,.12)} - -#content .elementor-widget-container .woocommerce-loop-category__title,#content .elementor-widget-container .woocommerce-loop-product__title,#content .wp-block-woocommerce-handpicked-products .woocommerce-loop-category__title,#content .wp-block-woocommerce-handpicked-products .woocommerce-loop-product__title,#content .wp-block-woocommerce-product-best-sellers .woocommerce-loop-category__title,#content .wp-block-woocommerce-product-best-sellers .woocommerce-loop-product__title,#content .wp-block-woocommerce-product-category .woocommerce-loop-category__title,#content .wp-block-woocommerce-product-category .woocommerce-loop-product__title,#content .wp-block-woocommerce-product-new .woocommerce-loop-category__title,#content .wp-block-woocommerce-product-new .woocommerce-loop-product__title,#content .wp-block-woocommerce-product-on-sale .woocommerce-loop-category__title,#content .wp-block-woocommerce-product-on-sale .woocommerce-loop-product__title,#content .wp-block-woocommerce-product-top-rated .woocommerce-loop-category__title,#content .wp-block-woocommerce-product-top-rated .woocommerce-loop-product__title,#content .wp-block-woocommerce-products-by-attribute .woocommerce-loop-category__title,#content .wp-block-woocommerce-products-by-attribute .woocommerce-loop-product__title{text-align:center;font-size:16px;line-height:24px} - -#content .elementor-widget-container li.product .price,#content .wp-block-woocommerce-handpicked-products li.product .price,#content .wp-block-woocommerce-product-best-sellers li.product .price,#content .wp-block-woocommerce-product-category li.product .price,#content .wp-block-woocommerce-product-new li.product .price,#content .wp-block-woocommerce-product-on-sale li.product .price,#content .wp-block-woocommerce-product-top-rated li.product .price,#content .wp-block-woocommerce-products-by-attribute li.product .price{color:var(--bb-primary-color);font-weight:500;text-align:center} - -#content .elementor-widget-container li.product .price del,#content .wp-block-woocommerce-handpicked-products li.product .price del,#content .wp-block-woocommerce-product-best-sellers li.product .price del,#content .wp-block-woocommerce-product-category li.product .price del,#content .wp-block-woocommerce-product-new li.product .price del,#content .wp-block-woocommerce-product-on-sale li.product .price del,#content .wp-block-woocommerce-product-top-rated li.product .price del,#content .wp-block-woocommerce-products-by-attribute li.product .price del{color:var(--bb-alternate-text-color);font-weight:400;opacity:1} - -#content .elementor-widget-container ul.products li.product .onsale,#content .wp-block-woocommerce-handpicked-products ul.products li.product .onsale,#content .wp-block-woocommerce-product-best-sellers ul.products li.product .onsale,#content .wp-block-woocommerce-product-category ul.products li.product .onsale,#content .wp-block-woocommerce-product-new ul.products li.product .onsale,#content .wp-block-woocommerce-product-on-sale ul.products li.product .onsale,#content .wp-block-woocommerce-product-top-rated ul.products li.product .onsale,#content .wp-block-woocommerce-products-by-attribute ul.products li.product .onsale{margin:0;top:0;right:0;border-top:1px solid var(--bb-content-border-color);border-right:1px solid var(--bb-content-border-color);left:auto;border-radius:0 4px;padding:10px;background-color:var(--bb-primary-color);min-height:auto;min-width:auto;line-height:1em;text-transform:uppercase;font-size:12px} - -#content .elementor-widget-container li.product .button,#content .wp-block-woocommerce-handpicked-products li.product .button,#content .wp-block-woocommerce-product-best-sellers li.product .button,#content .wp-block-woocommerce-product-category li.product .button,#content .wp-block-woocommerce-product-new li.product .button,#content .wp-block-woocommerce-product-on-sale li.product .button,#content .wp-block-woocommerce-product-top-rated li.product .button,#content .wp-block-woocommerce-products-by-attribute li.product .button{width:100%;border-radius:0;padding:.618em 1em;margin-top:auto} - -#content .elementor-widget-container li.product .button .add_to_cart_button.added,#content .wp-block-woocommerce-handpicked-products li.product .button .add_to_cart_button.added,#content .wp-block-woocommerce-product-best-sellers li.product .button .add_to_cart_button.added,#content .wp-block-woocommerce-product-category li.product .button .add_to_cart_button.added,#content .wp-block-woocommerce-product-new li.product .button .add_to_cart_button.added,#content .wp-block-woocommerce-product-on-sale li.product .button .add_to_cart_button.added,#content .wp-block-woocommerce-product-top-rated li.product .button .add_to_cart_button.added,#content .wp-block-woocommerce-products-by-attribute li.product .button .add_to_cart_button.added{width:50%;border-left:1px solid var(--bb-content-border-color)} - -#content .elementor-widget-container li.product .button .added_to_cart.wc-forward,#content .wp-block-woocommerce-handpicked-products li.product .button .added_to_cart.wc-forward,#content .wp-block-woocommerce-product-best-sellers li.product .button .added_to_cart.wc-forward,#content .wp-block-woocommerce-product-category li.product .button .added_to_cart.wc-forward,#content .wp-block-woocommerce-product-new li.product .button .added_to_cart.wc-forward,#content .wp-block-woocommerce-product-on-sale li.product .button .added_to_cart.wc-forward,#content .wp-block-woocommerce-product-top-rated li.product .button .added_to_cart.wc-forward,#content .wp-block-woocommerce-products-by-attribute li.product .button .added_to_cart.wc-forward{border-left:0} - -#content .elementor-widget-container li.product .button:hover,#content .wp-block-woocommerce-handpicked-products li.product .button:hover,#content .wp-block-woocommerce-product-best-sellers li.product .button:hover,#content .wp-block-woocommerce-product-category li.product .button:hover,#content .wp-block-woocommerce-product-new li.product .button:hover,#content .wp-block-woocommerce-product-on-sale li.product .button:hover,#content .wp-block-woocommerce-product-top-rated li.product .button:hover,#content .wp-block-woocommerce-products-by-attribute li.product .button:hover{color:#fff} - -#content .elementor-widget-container .star-rating,#content .wp-block-woocommerce-handpicked-products .star-rating,#content .wp-block-woocommerce-product-best-sellers .star-rating,#content .wp-block-woocommerce-product-category .star-rating,#content .wp-block-woocommerce-product-new .star-rating,#content .wp-block-woocommerce-product-on-sale .star-rating,#content .wp-block-woocommerce-product-top-rated .star-rating,#content .wp-block-woocommerce-products-by-attribute .star-rating{margin:0 auto 10px} - -#content .elementor-widget-container .woocommerce-placeholder,#content .wp-block-woocommerce-handpicked-products .woocommerce-placeholder,#content .wp-block-woocommerce-product-best-sellers .woocommerce-placeholder,#content .wp-block-woocommerce-product-category .woocommerce-placeholder,#content .wp-block-woocommerce-product-new .woocommerce-placeholder,#content .wp-block-woocommerce-product-on-sale .woocommerce-placeholder,#content .wp-block-woocommerce-product-top-rated .woocommerce-placeholder,#content .wp-block-woocommerce-products-by-attribute .woocommerce-placeholder{border:0;border-bottom:1px solid var(--bb-content-border-color)} - -.elementor-widget-container .product_list_widget{list-style:none;margin:0} - -.elementor-widget-container .product_list_widget li{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius);overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;margin-bottom:20px} - -.elementor-widget-container .product_list_widget li:hover{box-shadow:0 6px 24px 0 rgba(18,43,70,.12)} - -.elementor-widget-container .product_list_widget img{width:100%;height:auto;display:block;margin:0 0 1em;box-shadow:none} - -.elementor-widget-container .product_list_widget .product-title{color:var(--bb-headings-color);display:block;font-size:16px;line-height:24px;margin-bottom:15px;text-align:center} - -.elementor-widget-container .product_list_widget .amount{color:var(--bb-primary-color);display:block;font-weight:500;margin-top:-10px;margin-bottom:15px;text-align:center} - -.elementor-widget-container .product_list_widget del .amount{color:var(--bb-alternate-text-color);margin-bottom:10px} - -.elementor-widget-container .product_list_widget .star-rating{font-size:12px} - -.elementor-widget-wrap #groups-list{list-style:none;margin:0} - -.elementor-widget-wrap #groups-list .item-avatar{-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px;margin-left:12px} - -.elementor-widget-wrap #groups-list .item-avatar img{border-radius:3px} - -.elementor-widget-wrap #groups-list .item{line-height:1} - -.elementor-widget-wrap #groups-list .item-title{margin-bottom:3px} - -.elementor-widget-wrap #groups-list .item-title a{font-size:.9375rem;font-weight:500;color:var(--bb-headings-color);letter-spacing:-.24px} - -.elementor-widget-wrap #groups-list span.activity{color:var(--bb-alternate-text-color);font-size:12px;letter-spacing:-.26px;line-height:1.2} - -.elementor-widget-wp-widget-bp_latest_activities .activity-list{padding:0} - -.elementor-widget-wp-widget-bp_latest_activities .update-item{display:-webkit-box;display:-ms-flexbox;display:flex} - -.elementor-widget-wp-widget-bp_latest_activities .update-item cite{-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px;min-width:0;margin-left:10px} - -.elementor-widget-wp-widget-bp_latest_activities .update-item{font-size:14px} - -.elementor-widget-wp-widget-bp_latest_activities .avatar{border-radius:50%} - -.elementor-widget-wp-widget-bp_latest_activities .view.activity-time-since{line-height:1;margin:0} - -.elementor-widget-wp-widget-bp_core_members_widget #members-list{list-style:none;font-size:.875rem;line-height:1.35} - -.elementor-widget-wp-widget-bp_core_members_widget #members-list li{margin-bottom:10px} - -.elementor-widget-wp-widget-bp_core_members_widget ul.item-list li .item-avatar{margin-left:12px;-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px;padding:0} - -.elementor-widget-wp-widget-bp_core_members_widget .item-title a{font-size:14px} - -.elementor-widget-wp-widget-bp_core_members_widget .item-meta{display:none} - -.elementor-widget-wp-widget-bp_core_members_widget #members-list.item-list .item-avatar img{max-width:100%} - -.elementor-widget .widget-num-count{padding:0 6px 0 0;color:var(--bb-alternate-text-color);margin-left:auto;font-size:14px} - -.elementor-widget-wp-widget-bp_core_follow_follower_widget .item-avatar img,.elementor-widget-wp-widget-bp_core_follow_following_widget .item-avatar img,.elementor-widget-wp-widget-bp_core_recently_active_widget .item-avatar img,.elementor-widget-wp-widget-bp_core_whos_online_widget .item-avatar img{border-radius:50%} - -.uael-subscribe-bar .fluid-width-video-wrapper{padding:0!important;margin:0!important;width:auto} - -.uael-subscribe-bar .fluid-width-video-wrapper iframe{height:auto;position:static;width:auto} - -.elementor-element.elementor-products-grid .woocommerce ul.products li.product{max-width:inherit;width:inherit} - -.elementor-element.elementor-products-grid .woocommerce ul.products li.product .onsale.onsale{padding:10px} - -.elementor-element.elementor-products-grid .woocommerce ul.products li.product h2.woocommerce-loop-category__title{text-align:center} - -.elementor-element.elementor-products-grid .woocommerce .woocommerce-pagination a:hover{color:var(--bb-body-background-color)} - -.elementor-element.elementor-products-grid .woocommerce .woocommerce-pagination a.next,.elementor-element.elementor-products-grid .woocommerce .woocommerce-pagination a.prev{font-size:0;color:var(--bb-body-text-color);padding:0} - -.elementor-element.elementor-products-grid .woocommerce .woocommerce-pagination a.next::before,.elementor-element.elementor-products-grid .woocommerce .woocommerce-pagination a.prev::before{line-height:28px;display:inline-block;width:28px} - -.site-content-grid>.woocommerce-notices-wrapper{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.site-content-grid>.woocommerce-notices-wrapper:empty{display:none} - -.woocommerce #content .site-content-grid>.product.elementor{display:block} - -nav.elementor-pagination{margin-top:30px;margin-bottom:30px} - -.elementor-image>.wp-caption{background:100% 0} - -.elementor-nav-menu .menu-item i._mi{margin-top:0} - -.elementor-nav-menu ul.elementor-nav-menu--dropdown a,.elementor-nav-menu ul.elementor-nav-menu--dropdown a:focus,.elementor-nav-menu ul.elementor-nav-menu--dropdown a:hover{border-right:0} - -.elementor-element.elementor-products-grid ul.products li.product a.woocommerce-loop-product__link{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.elementor-element.elementor-products-grid ul.products li.product a.button:last-child{-webkit-box-flex:0;-ms-flex:none;flex:none} - -.elementor-element.elementor-products-grid ul.products li.product .woocommerce-loop-product__title{padding-right:5px;padding-left:5px}@media (max-width:1024px){ - -#content .elementor-element.elementor-products-grid ul.products.products{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:800px){ - -.bb-buddypanel.bb-sfwd-aside .site-header.site-header--elementor{width:auto}}@media (max-width:768px){ - -#content .elementor-element.elementor-products-grid ul.products.products{grid-template-columns:repeat(2,1fr)} - -.bb-footer-logo-max-width .elementor-image>img{max-width:50%} - -.bb-logo-align-center.bb-footer-logo-max-width .elementor-image>img{margin:0 auto;display:block}}@media (max-width:480px){ - -#content .elementor-element.elementor-products-grid ul.products.products{grid-template-columns:repeat(1,1fr)}} - -.bb-block-header{margin:0 0 22px} - -.bb-block-header h3{margin:0;font-weight:500} - -.bb-block-header__extra{font-size:12px;font-weight:500;text-align:left;text-transform:uppercase;letter-spacing:.3px} - -body.rtl .bb-block-header__extra a.count-more i{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)} - -.bbel-list-flow{margin:0 -20px;max-height:900px;overflow-y:auto;padding:0 20px} - -.bb-members .bbel-list-flow{max-height:850px} - -.bb-no-data{text-align:center;font-size:14px;position:absolute;top:50%;right:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);width:100%} - -.bb-no-data img.bb-no-data__image{max-width:50%;margin:0 0 25px} - -.bb-no-data .bp-feedback.info .bp-icon{display:none} - -.bb-no-data .bp-feedback{box-shadow:none;margin:0;padding:0 10%} - -.bb-no-data .bp-feedback p{width:100%;padding:0} - -.bb-no-data .bp-messages{border:0} - -.bb-no-data .bb-no-data__link{display:inline-block;font-size:14px;padding:4px 20px;border:1px solid var(--bb-content-border-color);border-radius:30px;margin:10px 0 0} - -.elementor-field-group .elementor-field-textual:focus,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper select:focus,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input:focus,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea:focus{outline:0;box-shadow:none}@media screen and (max-width:1200px){ - -.elementor-section.elementor-section-boxed>.elementor-container{padding-right:30px;padding-left:30px}}@media screen and (max-width:800px){ - -.elementor-section.elementor-section-boxed>.elementor-container{padding-right:10px;padding-left:10px}}@media screen and (max-width:544px){ - -.elementor-section.elementor-section-boxed>.elementor-container{padding-right:0;padding-left:0}} - -.elementor-button{background-color:var(--bb-primary-color);border-radius:var(--bb-button-radius)} - -.elementor-button.elementor-size-lg,.elementor-button.elementor-size-md,.elementor-button.elementor-size-xl,.elementor-button.elementor-size-xs{border-radius:var(--bb-button-radius)} - -.elementor-icon,.elementor-view-framed .elementor-icon{color:var(--bb-alternate-text-color)} - -.elementor-view-stacked .elementor-icon{background-color:var(--bb-alternate-text-color)} - -.elementor-view-framed .elementor-icon{border-color:var(--bb-alternate-text-color)} - -.elementor-headline--style-highlight svg path{stroke:var(--bb-primary-color)} - -.elementor-price-list-description{color:var(--bb-alternate-text-color)} - -.elementor-post__title a{color:var(--bb-headings-color)} - -.elementor-post__title a:hover{color:var(--bb-primary-color)} - -.elementor-posts div.elementor-post__meta-data{color:var(--bb-alternate-text-color)} - -.elementor-posts div.elementor-post__excerpt p{color:var(--bb-body-text-color)} - -div.elementor-field-group .elementor-field-textual{border-color:var(--bb-content-border-color)} - -.elementor-price-table .elementor-price-table__currency,.elementor-price-table .elementor-price-table__fractional-part,.elementor-price-table .elementor-price-table__integer-part{color:var(--bb-headings-color)} - -.elementor-price-table .elementor-price-table__period{color:var(--bb-body-text-color)} - -.elementor-cta--skin-classic .elementor-cta__content-item.elementor-cta__title{color:var(--bb-headings-color)} - -.elementor-counter div.elementor-counter-title,.elementor-cta--skin-classic .elementor-cta__content-item.elementor-cta__description{color:var(--bb-body-text-color)} - -.elementor-blockquote__author,.elementor-counter div.elementor-counter-number-wrapper,.elementor-testimonial-wrapper div.elementor-testimonial-name,.elementor-testimonial__name,.elementor-widget-reviews .elementor-testimonial__name{color:var(--bb-headings-color)} - -.elementor-testimonial-wrapper div.elementor-testimonial-job,.elementor-testimonial__title,.elementor-widget-reviews .elementor-testimonial__title{color:var(--bb-alternate-text-color)} - -div.elementor-widget-blockquote blockquote{color:var(--bb-body-text-color)} - -.elementor-element.elementor-button-info a.elementor-button,.elementor-widget-progress .elementor-progress-wrapper.progress-info div.elementor-progress-bar{background-color:var(--bb-default-notice-color)} - -.elementor-element.elementor-button-success a.elementor-button,.elementor-widget-progress .elementor-progress-wrapper.progress-success div.elementor-progress-bar{background-color:var(--bb-success-color)} - -.elementor-element.elementor-button-warning a.elementor-button,.elementor-widget-progress .elementor-progress-wrapper.progress-warning div.elementor-progress-bar{background-color:var(--bb-warning-color)} - -.elementor-element.elementor-button-danger a.elementor-button,.elementor-widget-progress .elementor-progress-wrapper.progress-danger div.elementor-progress-bar{background-color:var(--bb-danger-color)} - -.elementor-accordion .elementor-tab-title{color:var(--bb-headings-color)} - -.elementor-toggle .elementor-tab-title{color:var(--bb-headings-color)} - -.elementor-icon-box-title{color:var(--bb-headings-color)} - -div.elementor-alert.elementor-alert-info{color:var(--bb-default-notice-color);border-color:rgba(var(--bb-default-notice-color-rgb),.7);background-color:rgba(var(--bb-default-notice-color-rgb),.1)} - -div.elementor-alert.elementor-alert-success{color:var(--bb-success-color);border-color:rgba(var(--bb-success-color-rgb),.7);background-color:rgba(var(--bb-success-color-rgb),.1)} - -div.elementor-alert.elementor-alert-warning{color:var(--bb-warning-color);border-color:rgba(var(--bb-warning-color-rgb),.7);background-color:rgba(var(--bb-warning-color-rgb),.1)} - -div.elementor-alert.elementor-alert-danger{color:var(--bb-danger-color);border-color:rgba(var(--bb-danger-color-rgb),.7);background-color:rgba(var(--bb-danger-color-rgb),.1)} - -.elementor-menu-cart__toggle a.elementor-button{color:var(--bb-alternate-text-color)} - -.elementor-widget-post-comments .commentlist{list-style:none} - -div.elementor-price-table__ribbon-inner{background-color:var(--bb-primary-color)} - -.header-mini-cart{overflow:hidden} - -.header-mini-cart .elementor-menu-cart__product{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px 20px;border-bottom:1px solid var(--bb-content-border-color)} - -.header-mini-cart .elementor-menu-cart__product .elementor-menu-cart__product-image img{max-width:36px;width:36px;border-radius:50%;margin-left:10px;margin-right:0;float:none} - -.header-mini-cart .elementor-menu-cart__product .elementor-menu-cart__product-name{max-width:240px} - -.header-mini-cart .elementor-menu-cart__product .elementor-menu-cart__product-name a{color:var(--bb-headings-color);font-size:14px} - -.header-mini-cart .elementor-menu-cart__product .elementor-menu-cart__product-name a:hover{color:var(--bb-primary-color)} - -.header-mini-cart .elementor-menu-cart__product .elementor-menu-cart__product-price{margin-right:auto;font-size:13px;color:var(--bb-alternate-text-color)} - -.header-mini-cart .elementor-menu-cart__product .elementor-menu-cart__product-price .quantity{display:-webkit-box;display:-ms-flexbox;display:flex} - -.header-mini-cart .elementor-menu-cart__subtotal{margin:15px 20px 15px 0;font-size:14px;color:var(--bb-alternate-text-color);float:right} - -.header-mini-cart .elementor-menu-cart__subtotal strong{font-weight:400} - -.header-mini-cart .elementor-menu-cart__footer-buttons{margin:15px 0 15px 20px;float:left} - -.header-mini-cart .elementor-menu-cart__footer-buttons .elementor-button{background-color:transparent;font-size:14px;margin-right:5px} - -.bb-template-v2 .header-mini-cart .elementor-menu-cart__product{border-bottom:0} - -.bb-template-v2 .header-mini-cart .elementor-menu-cart__products{border-bottom:1px solid var(--bb-content-border-color)} - -.bb-sfwd-aside .site>.elementor-location-header{-webkit-transition:padding-right .3s ease-in-out;transition:padding-right .3s ease-in-out} - -.bb-sfwd-aside .site>.elementor-location-header .elementor-section.elementor-section-stretched{right:inherit!important} - -.bb-sfwd-aside:not(.lms-side-panel-close) .site>.elementor-location-header{padding:0 370px 0 0} - -.bb-sfwd-aside:not(.lms-side-panel-close) .site>.elementor-location-header .elementor-section.elementor-section-stretched{width:100%!important;right:inherit!important;padding:0!important}@media screen and (max-width:767px){ - -.bb-sfwd-aside:not(.lms-side-panel-close) .site>.elementor-location-header{padding:0}} - -.bb-sfwd-aside .site>.elementor-location-header{z-index:initial!important} - -.elementor-element-edit-mode .elementor-widget-wp-widget-bp_core_whos_online_widget a#online-members{border-bottom:1px solid #ed7e00;font-weight:600;margin-bottom:-1px;color:var(--bb-headings-color)} - -.elementor-element-edit-mode .elementor-widget-wp-widget-bp_core_whos_online_widget #boss_whos_online_widget_connections{display:none} - -.elementor-widget.elementor-widget-wp-widget-bp_core_friends_widget ul a{font-size:14px} - -.elementor-widget.elementor-widget-wp-widget-bp_core_friends_widget .item-meta{display:none} - -.elementor-widget.elementor-widget-wp-widget-bp_core_friends_widget .item-list .item-avatar{margin-left:12px} - -.elementor-element-edit-mode.elementor-widget[class*=wp-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 .9375rem} - -.elementor-widget-search-form .elementor-search-form__input{height:auto;outline:0} - -.bb-buddypanel.sticky-header:not(.bb-sfwd-aside) .site-header.site-header--elementor,.site-header.site-header--elementor,.sticky-header .site-header.site-header--elementor{width:auto;background-color:transparent;box-shadow:none;position:relative} - -.lms-side-panel-close .site-header--elementor .header-maximize-link{display:none!important} - -body:not(.lms-side-panel-close) .site-header--elementor .header-minimize-link{display:none!important} - -.site-header.site-header--elementor,body.bp-search .site-header.site-header--elementor{z-index:9;padding-left:0;padding-right:0} - -.site-header--elementor #bb-toggle-theme,.site-header--elementor #header-messages-dropdown-elem,.site-header--elementor #header-notifications-dropdown-elem,.site-header--elementor .bb-separator,.site-header--elementor .course-toggle-view,.site-header--elementor .header-cart-link-wrap,.site-header--elementor .header-search-link,.site-header--elementor .user-wrap{display:none} - -.site-header--elementor.site-header--align-right .header-aside{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end} - -.site-header--elementor.site-header--align-left .header-aside{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start} - -.site-header--elementor.site-header--align-center .header-aside{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -.site-header--elementor .bb-header-buttons{white-space:nowrap} - -.site-header--elementor .user-mention .bp-suggestions-mention{padding:0;margin:0;color:inherit} - -.site-header--elementor .sub-menu .ab-submenu a:hover{background-color:transparent} - -.site-header--elementor .user-link img,.site-header--elementor.avatar-none .user-link img{border-style:none} - -.site-header--elementor.avatar-solid .user-link img{border-style:solid} - -.site-header--elementor.avatar-dotted .user-link img{border-style:dotted} - -.site-header--elementor.avatar-dashed .user-link img{border-style:dashed} - -.site-header--elementor.avatar-double .user-link img{border-style:double} - -.site-header--elementor .primary-menu.bb-primary-overflow .menu-item-has-children::after{opacity:1} - -.elementor .user-link img{max-width:36px} - -.elementor-widget-container .site-header--elementor .product_list_widget li{-ms-flex-flow:row;flex-flow:row;margin-bottom:0} - -.elementor-widget-container .site-header--elementor .product_list_widget li:hover{box-shadow:none} - -.elementor-widget-container .site-header--elementor .product_list_widget img{margin:0 0 0 10px} - -.elementor-widget-container .site-header--elementor .product_list_widget .amount{margin-bottom:0;color:inherit} - -.elementor-widget-container .site-header--elementor .header-mini-cart ul.cart_list li.mini_cart_item>a:not(.remove){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.elementor .notification-avatar img{max-width:36px} - -.header-search-wrap--elementor{position:absolute;width:100%;right:0;top:0;height:var(--bb-header-height);background-color:var(--bb-header-background);box-shadow:0 1px 0 0 rgba(139,141,157,.05),0 5px 18px 0 rgba(65,71,108,.22);opacity:0;visibility:hidden;-webkit-transition:all linear .2s;transition:all linear .2s;z-index:2} - -.search-visible-el .header-search-wrap--elementor{opacity:1;visibility:visible} - -.header-search-wrap--elementor .container{padding:0;position:relative;width:100%} - -.header-search-wrap--elementor .search-form{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;height:var(--bb-header-height);-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:100%} - -.header-search-wrap--elementor .search-form label{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0} - -.header-search-wrap--elementor .search-field-top,.header-search-wrap--elementor input.search-field{border:0;background-size:20px;outline:0;box-shadow:none;padding:0 50px;font-size:16px;width:100%;height:var(--bb-header-height);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background-color:var(--bb-header-background)} - -.header-search-wrap--elementor input.search-submit{position:absolute;width:30px;font-size:0;top:18px;padding:0;opacity:0} - -.header-search-wrap--elementor a.close-search{display:inline-block;line-height:1;position:absolute;top:-webkit-calc(50% - 11px);top:calc(50% - 11px);left:15px} - -.header-search-wrap--elementor a.close-search i{font-size:22px} - -.header-search-wrap--elementor input[type=search]{background-position:right 15px center} - -.site-header--elementor.icon-fill-in #bb-toggle-theme i,.site-header--elementor.icon-fill-in #header-messages-dropdown-elem i,.site-header--elementor.icon-fill-in #header-notifications-dropdown-elem i,.site-header--elementor.icon-fill-in .course-toggle-view i,.site-header--elementor.icon-fill-in .header-cart-link-wrap i,.site-header--elementor.icon-fill-in .header-search-link i{opacity:0} - -.site-header--elementor.site-header--is-logo:not(.site-header--is-nav) #site-logo{margin-left:auto} - -.site-header--elementor:not(.site-header--is-logo) .bb-mobile-header-wrapper,.site-header--elementor:not(.site-header--is-nav) .bb-mobile-header-wrapper{display:none}@media (max-width:799px){ - -.site-header--elementor .site-header-container{display:-webkit-box;display:-ms-flexbox;display:flex} - -.site-header--elementor.site-header--is-logo.site-header--is-nav .site-header-container{display:none}} - -.elementor-widget-header-bar.is-active{z-index:12} - -.elementor-element--logo-position-right .site-header-container #site-navigation{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:40%} - -.elementor-element--logo-position-right .site-header-container #site-logo{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin:auto;padding:0 20px} - -.elementor-element--logo-position-full-center .site-header-container #site-navigation{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:40%} - -.elementor-element--logo-position-full-center .site-header-container #site-logo{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin:auto;padding:0 20px} - -.elementor-element--logo-position-full-center .site-header-container #header-aside{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;width:40%} - -.elementor-element--logo-position-full-right .site-header-container #site-navigation{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:40%} - -.elementor-element--logo-position-full-right .site-header-container #site-logo{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin:auto;padding:0 20px} - -.elementor-element--logo-position-full-right .site-header-container #header-aside{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:40%} - -.elementor-widget-container .fab::before{font-family:"Font Awesome 5 Brands"} - -.elementor-widget-container .far::before{font-family:"Font Awesome 5 Free"} - -.elementor-widget-container .fa::before,.elementor-widget-container .fas::before{font-family:"Font Awesome 5 Free"}@media (max-width:768px){ - -.site-header--elementor .user-wrap>a.user-link .user-name,.site-header--elementor .user-wrap>a.user-link i.bb-icon-angle-down{display:none} - -.site-header--elementor .user-wrap>.sub-menu{left:-54px} - -.site-header--elementor .header-aside-inner>.bb-separator{margin:0;opacity:0}}@media (max-width:500px){ - -.site-header--elementor .user-wrap>.sub-menu{left:-94px} - -.site-header--elementor .user-wrap-container>.sub-menu::before{left:118px} - -.site-header--elementor .user-wrap>.sub-menu{min-width:150px} - -.site-header--elementor .user-wrap>.sub-menu .wrapper .sub-menu-inner{width:150px} - -.site-header--elementor .user-wrap>.sub-menu .ab-sub-wrapper{width:140px;right:-140px}}@media (max-width:420px){ - -.site-header--elementor .user-wrap>.sub-menu .ab-sub-wrapper{width:130px;right:-130px}}@media (max-width:380px){ - -.site-header--elementor .user-wrap>.sub-menu .menupop.parent{position:relative!important} - -.site-header--elementor .user-wrap>.sub-menu .ab-sub-wrapper{position:relative;width:100%;box-shadow:none;display:block!important;right:0;top:0!important} - -.site-header--elementor .user-wrap>.sub-menu .ab-sub-wrapper .ab-submenu{box-shadow:none;background-color:var(--bb-body-background-color);display:none} - -.site-header--elementor .user-wrap>.sub-menu .ab-sub-wrapper .ab-submenu a{font-size:12px;padding:.3125rem 1.25rem .3125rem .9375rem} - -.site-header--elementor .user-wrap>.sub-menu .menupop.parent .ab-sub-wrapper::before{content:"\e826";font-family:bb-icons;width:20px;height:20px;font-size:12px;line-height:20px;vertical-align:top;text-align:center;color:var(--bb-alternate-text-color);top:-27px;left:5px;display:inline-block;-webkit-transform:none;-ms-transform:none;transform:none;z-index:110;cursor:pointer;box-shadow:none;background-color:transparent!important} - -.site-header--elementor .user-wrap>.sub-menu .ab-sub-wrapper::before{display:none}} - -.profile_bit{position:relative;display:inline-block;text-align:right} - -.profile_bit .progress_container{text-align:center} - -.profile_bit_wrapper{display:block;min-height:110px;width:100%} - -.profile_bit_wrapper.profile_bit_wrapper--blank{min-height:auto} - -.profile_bit_wrapper.has-profile-button{min-height:180px} - -.profile_bit.skin-linear{position:absolute;left:0} - -.profile_bit.skin-semicircle{position:static} - -.profile_bit_wrapper--semicircle .profile_bit_figure{width:100%} - -.elementor-cta--completion-right .profile_bit.skin-linear{left:0}@media (max-width:768px){ - -.elementor-cta--completion-right .profile_bit.skin-linear{left:0;right:0;margin:0 auto}} - -.elementor-cta--completion-left .profile_bit.skin-linear{right:0;left:unset} - -.elementor-cta--completion-center .profile_bit.skin-linear{right:0;left:0;margin:0 auto} - -.elementor-cta--completion-right{text-align:left} - -.elementor-cta--completion-left{text-align:right} - -.elementor-cta--completion-center{text-align:center} - -.elementor-cta--btn-alignment-left .profile_bit.skin-semicircle .profile_bit_action{text-align:right} - -.elementor-cta--btn-alignment-center .profile_bit.skin-semicircle .profile_bit_action{text-align:center} - -.elementor-cta--btn-alignment-right .profile_bit.skin-semicircle .profile_bit_action{text-align:left}@media (max-width:768px){ - -.elementor-cta--completion-center,.elementor-cta--completion-left,.elementor-cta--completion-right{text-align:center}} - -.progress_bit{position:relative;display:inline-block;cursor:pointer} - -.progress_bit_arc,.progress_bit_linear{display:none} - -.skin-semicircle .progress_bit_graph{display:none} - -.profile_bit.skin-semicircle{width:100%} - -.profile_bit.skin-linear .progress_bit_graph{display:none} - -.profile_bit.skin-linear .progress_bit__data{position:relative;display:block;text-align:right;margin:0} - -.profile_bit.skin-linear,.profile_bit.skin-semicircle{width:100%} - -.profile_bit.skin-linear .progress_bit,.profile_bit.skin-semicircle .progress_bit{width:100%;padding:20px 20px 0;cursor:pointer} - -.profile_bit.skin-linear .progress_container,.profile_bit.skin-semicircle .progress_container{background-color:#fff;border-radius:10px;border-color:var(--bb-content-border-color);border-width:1px;padding-bottom:20px} - -.profile_bit.skin-linear .profile_bit_action,.profile_bit.skin-semicircle .profile_bit_action{text-align:right;padding:0 15px} - -.profile_bit.skin-linear.active .progress_container,.profile_bit.skin-semicircle.active .progress_container{border-radius:10px 10px 0 0} - -.profile_bit.skin-linear .profile_bit__details,.profile_bit.skin-semicircle .profile_bit__details{top:0;position:relative;right:0;left:unset;width:100%;box-shadow:none;border-radius:0 0 10px 10px;border-color:var(--bb-content-border-color);margin-top:-5px;padding-top:0;border-width:1px} - -.profile_bit.skin-linear .profile_bit__details .profile_bit__heading,.profile_bit.skin-semicircle .profile_bit__details .profile_bit__heading{display:none} - -.profile_bit.skin-semicircle .profile_bit__details{position:absolute;top:100%} - -.profile_bit.skin-semicircle .profile_bit_action__link{text-align:center} - -.profile_bit.skin-linear.border-solid .profile_bit__details,.profile_bit.skin-linear.border-solid .progress_container,.profile_bit.skin-semicircle.border-solid .profile_bit__details,.profile_bit.skin-semicircle.border-solid .progress_container{border-style:solid} - -.profile_bit.skin-linear.border-dashed .profile_bit__details,.profile_bit.skin-linear.border-dashed .progress_container,.profile_bit.skin-semicircle.border-dashed .profile_bit__details,.profile_bit.skin-semicircle.border-dashed .progress_container{border-style:dashed} - -.profile_bit.skin-linear.border-dotted .profile_bit__details,.profile_bit.skin-linear.border-dotted .progress_container,.profile_bit.skin-semicircle.border-dotted .profile_bit__details,.profile_bit.skin-semicircle.border-dotted .progress_container{border-style:dotted} - -.profile_bit.skin-linear.border-none .profile_bit__details,.profile_bit.skin-linear.border-none .progress_container,.profile_bit.skin-semicircle.border-none .profile_bit__details,.profile_bit.skin-semicircle.border-none .progress_container{border-style:none} - -.profile_bit.skin-linear.border-double .profile_bit__details,.profile_bit.skin-linear.border-double .progress_container,.profile_bit.skin-semicircle.border-double .profile_bit__details,.profile_bit.skin-semicircle.border-double .progress_container{border-style:double} - -.profile_bit.skin-linear .profile_bit__details,.profile_bit.skin-semicircle .profile_bit__details{border-top-width:0} - -.skin-semicircle .progress_bit__heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 15px} - -.skin-semicircle .progress_bit__heading i{margin-right:auto;-webkit-transition:all .5s ease;transition:all .5s ease;color:var(--bb-headings-color)} - -.skin-semicircle .progress_bit__heading h3{text-transform:uppercase;font-weight:700;font-size:13px;margin:0} - -.skin-linear .progress_bit_linear{display:block;width:100%;text-align:right} - -.skin-linear .progress_bit_linear .progress_bit__heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 15px} - -.skin-linear .progress_bit_linear .progress_bit__heading i{margin-right:auto;-webkit-transition:all .5s ease;transition:all .5s ease;color:var(--bb-headings-color)} - -.skin-linear .progress_bit_linear .progress_bit__heading h3{text-transform:uppercase;font-weight:700;font-size:13px;margin:0} - -.skin-semicircle .progress_bit_arc{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;min-width:240px;-webkit-box-flex:1;-ms-flex:1;flex:1} - -.profile_bit.skin-linear.active .progress_bit__heading i,.profile_bit.skin-semicircle.active .progress_bit__heading i{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)} - -.progress_bit__line{position:relative;border-radius:20px} - -.progress_bit__scale{position:absolute;top:0;right:0;display:inline-block;border-radius:0 20px 20px 0} - -.progress-bit__ring{overflow:hidden;border-radius:4px;width:100px;height:100px;line-height:100px;background:100% 0;margin:0 auto;box-shadow:none;position:relative} - -.progress-bit__ring::after{content:"";width:98px;height:98px;border-radius:50%;border:4px solid #dedfe2;position:absolute;top:1px;right:1px} - -.progress-bit__ring>span{width:50%;height:100%;overflow:hidden;position:absolute;top:0;z-index:1} - -.progress-bit__ring .progress-bit__left{right:0} - -.progress-bit__ring .progress-bit__disc{width:100%;height:100%;background:100% 0;border-width:6px;border-style:solid;position:absolute;top:0;border-color:#dedfe2} - -.progress-bit__ring .progress-bit__left .progress-bit__disc{right:100%;border-top-left-radius:50px;border-bottom-left-radius:50px;border-right:0;-webkit-transform-origin:center right;-ms-transform-origin:center right;transform-origin:center right;-webkit-animation:loading-2 1.5s linear forwards 1.8s;animation:loading-2 1.5s linear forwards 1.8s} - -.progress-bit__ring .progress-bit__right{left:0} - -.progress-bit__ring .progress-bit__right .progress-bit__disc{right:-100%;border-top-right-radius:50px;border-bottom-right-radius:50px;border-left:0;-webkit-transform-origin:center left;-ms-transform-origin:center left;transform-origin:center left;-webkit-animation:loading-1 1.8s linear forwards;animation:loading-1 1.8s linear forwards} - -.progress-bit__ring .bb-progress-value{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:50%;font-size:36px;text-align:center;line-height:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;font-weight:300} - -.progress-bit__ring .bb-progress-value div{margin-top:10px} - -.progress-bit__ring .bb-progress-value span{font-size:12px;text-transform:uppercase} - -.progress_bit_graph--sm .progress-bit__ring{border-radius:2px;width:46px;height:46px;line-height:46px} - -.progress_bit_graph--sm .progress-bit__ring::after{border-width:4px;width:100%;height:100%;top:0;right:0} - -.progress_bit_graph--sm .progress-bit__disc{border-width:4px} - -.progress_bit_graph--sm .progress-bit__left .progress-bit__disc{border-top-left-radius:23px;border-bottom-left-radius:23px} - -.progress_bit_graph--sm .progress-bit__right{left:0} - -.progress_bit_graph--sm .progress-bit__right .progress-bit__disc{border-top-right-radius:23px;border-bottom-right-radius:23px} - -.progress-bit__ring .progress-bit__disc{border-color:#1cd991} - -.progress-bit__ring[data-percentage="0"] .progress-bit__disc{opacity:0} - -.progress_bit__data{position:absolute;right:0;left:0;top:0;bottom:0;margin:auto;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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.progress_bit__data-num{font-size:22px;font-weight:500;color:var(--bb-headings-color)} - -.progress_bit__data-num>span{font-size:12px;color:var(--bb-alternate-text-color);vertical-align:super} - -.skin-semicircle .progress_bit__data-num{font-size:36px;font-weight:600} - -.skin-semicircle .progress_bit__data-num>span{font-size:14px} - -.skin-semicircle .progress_bit__data-remark{font-size:14px;line-height:1.3} - -.skin-semicircle .progress_bit__data{top:unset;bottom:20px} - -.skin-semicircle .pc_progress_wrap{margin:0 0 10px} - -.progress_bit__data-remark{font-size:12px;color:var(--bb-alternate-text-color);line-height:1.3} - -.profile_bit.skin-linear .progress_bit__data-num,.profile_bit.skin-linear .progress_bit__data-num>span,.profile_bit.skin-linear .progress_bit__data-remark{font-size:13px;color:var(--bb-alternate-text-color)} - -.profile_bit.skin-linear .progress_bit__data-num>span{vertical-align:initial} - -.profile_bit__details{min-width:280px;display:none;background-color:#fff;border-radius:10px;box-shadow:0 3px 24px 0 rgba(18,43,70,.08);padding:20px;position:absolute;top:0;left:100px;z-index:999}@media (max-width:768px){ - -.profile_bit.skin-circle .profile_bit__details{top:100px;right:50%;left:unset;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}} - -ul.profile_bit__list{margin:0;padding:0;list-style:none} - -ul.profile_bit__list li .section_number{line-height:1;position:relative} - -ul.profile_bit__list li .section_number::before{content:"";border:2px solid #dedfe2;margin-left:10px;display:inline-block;vertical-align:middle;height:22px;width:22px;border-radius:50%} - -ul.profile_bit__list li.completed .section_number::before{content:"";content:"\e876";font-family:bb-icons;border:0;background-color:var(--bb-success-color);margin-left:10px;display:inline-block;vertical-align:middle;height:22px;width:22px;border-radius:50%;color:#fff;text-align:center;line-height:22px;font-size:14px} - -ul.profile_bit__list li{margin:0 0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative} - -ul.profile_bit__list li .progress{margin-right:auto} - -ul.profile_bit__list li .section_name{margin-left:15px} - -ul.profile_bit__list li .section_name a{color:#939597;font-size:15px} - -ul.profile_bit__list li:last-of-type{margin-bottom:0} - -ul.profile_bit__list li .completed_staus{display:inline-block;padding:3px 0;width:40px;font-size:12px;line-height:1;font-weight:600;text-align:center} - -ul.profile_bit__list li.completed .completed_staus{color:var(--bb-success-color)} - -ul.profile_bit__list li.incomplete .completed_staus{color:var(--bb-danger-color)} - -ul.profile_bit__list li.incomplete .section_name a{color:var(--bb-danger-color)} - -.profile_bit__heading{background-color:#f5f5f5;border-radius:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px 10px;margin:0 0 15px;font-size:14px} - -.profile_bit__heading .progress-num{color:var(--bb-headings-color)} - -.profile_bit__heading .progress-label{text-align:left;color:var(--bb-headings-color)} - -.profile_bit__heading>span{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%} - -.profile_bit__heading .progress-figure{position:relative} - -.profile_bit__heading .progress_bit_graph--sm{position:absolute;top:-23px;margin:auto;right:0;left:0} - -.profile_bit__heading .progress_bit_graph--sm .progress-bit__ring{border:3px solid #fff;background-color:#fff;border-radius:50%} - -.profile_bit_figure{text-align:center;display:inline-block} - -.profile_bit_action{margin:10px 0 0} - -.profile_bit_action a.profile_bit_action__link{font-size:13px;display:inline-block;border-radius:var(--bb-button-radius);padding:2px 15px;color:#939597;border:1px solid #9ea8b2;cursor:pointer} - -.profile_bit_action a.profile_bit_action__link:hover{color:var(--bb-primary-color)} - -.profile_bit_action a.profile_bit_action__link i{font-size:20px;position:relative;top:3px;right:3px} - -body.rtl .profile_bit_action__link i{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)} - -.progress-bit__ring[data-percentage="1"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-1 1.5s linear forwards;animation:loading-1 1.5s linear forwards} - -.progress-bit__ring[data-percentage="1"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="2"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-2 1.5s linear forwards;animation:loading-2 1.5s linear forwards} - -.progress-bit__ring[data-percentage="2"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="3"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-3 1.5s linear forwards;animation:loading-3 1.5s linear forwards} - -.progress-bit__ring[data-percentage="3"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="4"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-4 1.5s linear forwards;animation:loading-4 1.5s linear forwards} - -.progress-bit__ring[data-percentage="4"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="5"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-5 1.5s linear forwards;animation:loading-5 1.5s linear forwards} - -.progress-bit__ring[data-percentage="5"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="6"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-6 1.5s linear forwards;animation:loading-6 1.5s linear forwards} - -.progress-bit__ring[data-percentage="6"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="7"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-7 1.5s linear forwards;animation:loading-7 1.5s linear forwards} - -.progress-bit__ring[data-percentage="7"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="8"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-8 1.5s linear forwards;animation:loading-8 1.5s linear forwards} - -.progress-bit__ring[data-percentage="8"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="9"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-9 1.5s linear forwards;animation:loading-9 1.5s linear forwards} - -.progress-bit__ring[data-percentage="9"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="10"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-10 1.5s linear forwards;animation:loading-10 1.5s linear forwards} - -.progress-bit__ring[data-percentage="10"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="11"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-11 1.5s linear forwards;animation:loading-11 1.5s linear forwards} - -.progress-bit__ring[data-percentage="11"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="12"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-12 1.5s linear forwards;animation:loading-12 1.5s linear forwards} - -.progress-bit__ring[data-percentage="12"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="13"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-13 1.5s linear forwards;animation:loading-13 1.5s linear forwards} - -.progress-bit__ring[data-percentage="13"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="14"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-14 1.5s linear forwards;animation:loading-14 1.5s linear forwards} - -.progress-bit__ring[data-percentage="14"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="15"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-15 1.5s linear forwards;animation:loading-15 1.5s linear forwards} - -.progress-bit__ring[data-percentage="15"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="16"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-16 1.5s linear forwards;animation:loading-16 1.5s linear forwards} - -.progress-bit__ring[data-percentage="16"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="17"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-17 1.5s linear forwards;animation:loading-17 1.5s linear forwards} - -.progress-bit__ring[data-percentage="17"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="18"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-18 1.5s linear forwards;animation:loading-18 1.5s linear forwards} - -.progress-bit__ring[data-percentage="18"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="19"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-19 1.5s linear forwards;animation:loading-19 1.5s linear forwards} - -.progress-bit__ring[data-percentage="19"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="20"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-20 1.5s linear forwards;animation:loading-20 1.5s linear forwards} - -.progress-bit__ring[data-percentage="20"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="21"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-21 1.5s linear forwards;animation:loading-21 1.5s linear forwards} - -.progress-bit__ring[data-percentage="21"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="22"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-22 1.5s linear forwards;animation:loading-22 1.5s linear forwards} - -.progress-bit__ring[data-percentage="22"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="23"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-23 1.5s linear forwards;animation:loading-23 1.5s linear forwards} - -.progress-bit__ring[data-percentage="23"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="24"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-24 1.5s linear forwards;animation:loading-24 1.5s linear forwards} - -.progress-bit__ring[data-percentage="24"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="25"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-25 1.5s linear forwards;animation:loading-25 1.5s linear forwards} - -.progress-bit__ring[data-percentage="25"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="26"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-26 1.5s linear forwards;animation:loading-26 1.5s linear forwards} - -.progress-bit__ring[data-percentage="26"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="27"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-27 1.5s linear forwards;animation:loading-27 1.5s linear forwards} - -.progress-bit__ring[data-percentage="27"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="28"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-28 1.5s linear forwards;animation:loading-28 1.5s linear forwards} - -.progress-bit__ring[data-percentage="28"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="29"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-29 1.5s linear forwards;animation:loading-29 1.5s linear forwards} - -.progress-bit__ring[data-percentage="29"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="30"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-30 1.5s linear forwards;animation:loading-30 1.5s linear forwards} - -.progress-bit__ring[data-percentage="30"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="31"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-31 1.5s linear forwards;animation:loading-31 1.5s linear forwards} - -.progress-bit__ring[data-percentage="31"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="32"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-32 1.5s linear forwards;animation:loading-32 1.5s linear forwards} - -.progress-bit__ring[data-percentage="32"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="33"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-33 1.5s linear forwards;animation:loading-33 1.5s linear forwards} - -.progress-bit__ring[data-percentage="33"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="34"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-34 1.5s linear forwards;animation:loading-34 1.5s linear forwards} - -.progress-bit__ring[data-percentage="34"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="35"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-35 1.5s linear forwards;animation:loading-35 1.5s linear forwards} - -.progress-bit__ring[data-percentage="35"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="36"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-36 1.5s linear forwards;animation:loading-36 1.5s linear forwards} - -.progress-bit__ring[data-percentage="36"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="37"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-37 1.5s linear forwards;animation:loading-37 1.5s linear forwards} - -.progress-bit__ring[data-percentage="37"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="38"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-38 1.5s linear forwards;animation:loading-38 1.5s linear forwards} - -.progress-bit__ring[data-percentage="38"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="39"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-39 1.5s linear forwards;animation:loading-39 1.5s linear forwards} - -.progress-bit__ring[data-percentage="39"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="40"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-40 1.5s linear forwards;animation:loading-40 1.5s linear forwards} - -.progress-bit__ring[data-percentage="40"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="41"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-41 1.5s linear forwards;animation:loading-41 1.5s linear forwards} - -.progress-bit__ring[data-percentage="41"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="42"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-42 1.5s linear forwards;animation:loading-42 1.5s linear forwards} - -.progress-bit__ring[data-percentage="42"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="43"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-43 1.5s linear forwards;animation:loading-43 1.5s linear forwards} - -.progress-bit__ring[data-percentage="43"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="44"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-44 1.5s linear forwards;animation:loading-44 1.5s linear forwards} - -.progress-bit__ring[data-percentage="44"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="45"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-45 1.5s linear forwards;animation:loading-45 1.5s linear forwards} - -.progress-bit__ring[data-percentage="45"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="46"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-46 1.5s linear forwards;animation:loading-46 1.5s linear forwards} - -.progress-bit__ring[data-percentage="46"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="47"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-47 1.5s linear forwards;animation:loading-47 1.5s linear forwards} - -.progress-bit__ring[data-percentage="47"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="48"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-48 1.5s linear forwards;animation:loading-48 1.5s linear forwards} - -.progress-bit__ring[data-percentage="48"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="49"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-49 1.5s linear forwards;animation:loading-49 1.5s linear forwards} - -.progress-bit__ring[data-percentage="49"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="50"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="50"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="51"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="51"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-1 1.5s linear forwards 1.5s;animation:loading-1 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="52"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="52"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-2 1.5s linear forwards 1.5s;animation:loading-2 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="53"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="53"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-3 1.5s linear forwards 1.5s;animation:loading-3 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="54"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="54"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-4 1.5s linear forwards 1.5s;animation:loading-4 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="55"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="55"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-5 1.5s linear forwards 1.5s;animation:loading-5 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="56"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="56"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-6 1.5s linear forwards 1.5s;animation:loading-6 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="57"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="57"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-7 1.5s linear forwards 1.5s;animation:loading-7 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="58"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="58"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-8 1.5s linear forwards 1.5s;animation:loading-8 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="59"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="59"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-9 1.5s linear forwards 1.5s;animation:loading-9 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="60"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="60"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-10 1.5s linear forwards 1.5s;animation:loading-10 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="61"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="61"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-11 1.5s linear forwards 1.5s;animation:loading-11 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="62"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="62"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-12 1.5s linear forwards 1.5s;animation:loading-12 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="63"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="63"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-13 1.5s linear forwards 1.5s;animation:loading-13 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="64"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="64"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-14 1.5s linear forwards 1.5s;animation:loading-14 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="65"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="65"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-15 1.5s linear forwards 1.5s;animation:loading-15 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="66"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="66"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-16 1.5s linear forwards 1.5s;animation:loading-16 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="67"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="67"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-17 1.5s linear forwards 1.5s;animation:loading-17 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="68"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="68"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-18 1.5s linear forwards 1.5s;animation:loading-18 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="69"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="69"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-19 1.5s linear forwards 1.5s;animation:loading-19 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="70"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="70"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-20 1.5s linear forwards 1.5s;animation:loading-20 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="71"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="71"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-21 1.5s linear forwards 1.5s;animation:loading-21 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="72"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="72"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-22 1.5s linear forwards 1.5s;animation:loading-22 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="73"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="73"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-23 1.5s linear forwards 1.5s;animation:loading-23 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="74"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="74"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-24 1.5s linear forwards 1.5s;animation:loading-24 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="75"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="75"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-25 1.5s linear forwards 1.5s;animation:loading-25 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="76"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="76"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-26 1.5s linear forwards 1.5s;animation:loading-26 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="77"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="77"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-27 1.5s linear forwards 1.5s;animation:loading-27 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="78"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="78"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-28 1.5s linear forwards 1.5s;animation:loading-28 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="79"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="79"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-29 1.5s linear forwards 1.5s;animation:loading-29 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="80"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="80"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-30 1.5s linear forwards 1.5s;animation:loading-30 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="81"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="81"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-31 1.5s linear forwards 1.5s;animation:loading-31 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="82"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="82"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-32 1.5s linear forwards 1.5s;animation:loading-32 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="83"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="83"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-33 1.5s linear forwards 1.5s;animation:loading-33 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="84"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="84"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-34 1.5s linear forwards 1.5s;animation:loading-34 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="85"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="85"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-35 1.5s linear forwards 1.5s;animation:loading-35 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="86"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="86"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-36 1.5s linear forwards 1.5s;animation:loading-36 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="87"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="87"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-37 1.5s linear forwards 1.5s;animation:loading-37 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="88"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="88"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-38 1.5s linear forwards 1.5s;animation:loading-38 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="89"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="89"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-39 1.5s linear forwards 1.5s;animation:loading-39 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="90"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="90"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-40 1.5s linear forwards 1.5s;animation:loading-40 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="91"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="91"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-41 1.5s linear forwards 1.5s;animation:loading-41 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="92"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="92"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-42 1.5s linear forwards 1.5s;animation:loading-42 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="93"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="93"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-43 1.5s linear forwards 1.5s;animation:loading-43 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="94"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="94"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-44 1.5s linear forwards 1.5s;animation:loading-44 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="95"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="95"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-45 1.5s linear forwards 1.5s;animation:loading-45 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="96"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="96"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-46 1.5s linear forwards 1.5s;animation:loading-46 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="97"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="97"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-47 1.5s linear forwards 1.5s;animation:loading-47 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="98"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="98"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-48 1.5s linear forwards 1.5s;animation:loading-48 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="99"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="99"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-49 1.5s linear forwards 1.5s;animation:loading-49 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="100"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="100"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards 1.5s;animation:loading-50 1.5s linear forwards 1.5s}@-webkit-keyframes loading-1{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-3.6deg);transform:rotate(-3.6deg)}}@keyframes loading-1{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-3.6deg);transform:rotate(-3.6deg)}}@-webkit-keyframes loading-2{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-7.2deg);transform:rotate(-7.2deg)}}@keyframes loading-2{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-7.2deg);transform:rotate(-7.2deg)}}@-webkit-keyframes loading-3{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-10.8deg);transform:rotate(-10.8deg)}}@keyframes loading-3{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-10.8deg);transform:rotate(-10.8deg)}}@-webkit-keyframes loading-4{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-14.4deg);transform:rotate(-14.4deg)}}@keyframes loading-4{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-14.4deg);transform:rotate(-14.4deg)}}@-webkit-keyframes loading-5{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}}@keyframes loading-5{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}}@-webkit-keyframes loading-6{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-21.6deg);transform:rotate(-21.6deg)}}@keyframes loading-6{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-21.6deg);transform:rotate(-21.6deg)}}@-webkit-keyframes loading-7{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-25.2deg);transform:rotate(-25.2deg)}}@keyframes loading-7{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-25.2deg);transform:rotate(-25.2deg)}}@-webkit-keyframes loading-8{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-28.8deg);transform:rotate(-28.8deg)}}@keyframes loading-8{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-28.8deg);transform:rotate(-28.8deg)}}@-webkit-keyframes loading-9{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-32.4deg);transform:rotate(-32.4deg)}}@keyframes loading-9{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-32.4deg);transform:rotate(-32.4deg)}}@-webkit-keyframes loading-10{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-36deg);transform:rotate(-36deg)}}@keyframes loading-10{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-36deg);transform:rotate(-36deg)}}@-webkit-keyframes loading-11{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-39.6deg);transform:rotate(-39.6deg)}}@keyframes loading-11{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-39.6deg);transform:rotate(-39.6deg)}}@-webkit-keyframes loading-12{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-43.2deg);transform:rotate(-43.2deg)}}@keyframes loading-12{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-43.2deg);transform:rotate(-43.2deg)}}@-webkit-keyframes loading-13{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-46.8deg);transform:rotate(-46.8deg)}}@keyframes loading-13{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-46.8deg);transform:rotate(-46.8deg)}}@-webkit-keyframes loading-14{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-50.4deg);transform:rotate(-50.4deg)}}@keyframes loading-14{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-50.4deg);transform:rotate(-50.4deg)}}@-webkit-keyframes loading-15{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-54deg);transform:rotate(-54deg)}}@keyframes loading-15{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-54deg);transform:rotate(-54deg)}}@-webkit-keyframes loading-16{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-57.6deg);transform:rotate(-57.6deg)}}@keyframes loading-16{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-57.6deg);transform:rotate(-57.6deg)}}@-webkit-keyframes loading-17{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-61.2deg);transform:rotate(-61.2deg)}}@keyframes loading-17{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-61.2deg);transform:rotate(-61.2deg)}}@-webkit-keyframes loading-18{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-64.8deg);transform:rotate(-64.8deg)}}@keyframes loading-18{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-64.8deg);transform:rotate(-64.8deg)}}@-webkit-keyframes loading-19{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-68.4deg);transform:rotate(-68.4deg)}}@keyframes loading-19{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-68.4deg);transform:rotate(-68.4deg)}}@-webkit-keyframes loading-20{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-72deg);transform:rotate(-72deg)}}@keyframes loading-20{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-72deg);transform:rotate(-72deg)}}@-webkit-keyframes loading-21{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-75.6deg);transform:rotate(-75.6deg)}}@keyframes loading-21{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-75.6deg);transform:rotate(-75.6deg)}}@-webkit-keyframes loading-22{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-79.2deg);transform:rotate(-79.2deg)}}@keyframes loading-22{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-79.2deg);transform:rotate(-79.2deg)}}@-webkit-keyframes loading-23{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-82.8deg);transform:rotate(-82.8deg)}}@keyframes loading-23{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-82.8deg);transform:rotate(-82.8deg)}}@-webkit-keyframes loading-24{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-86.4deg);transform:rotate(-86.4deg)}}@keyframes loading-24{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-86.4deg);transform:rotate(-86.4deg)}}@-webkit-keyframes loading-25{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}}@keyframes loading-25{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}}@-webkit-keyframes loading-26{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-93.6deg);transform:rotate(-93.6deg)}}@keyframes loading-26{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-93.6deg);transform:rotate(-93.6deg)}}@-webkit-keyframes loading-27{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-97.2deg);transform:rotate(-97.2deg)}}@keyframes loading-27{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-97.2deg);transform:rotate(-97.2deg)}}@-webkit-keyframes loading-28{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-100.8deg);transform:rotate(-100.8deg)}}@keyframes loading-28{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-100.8deg);transform:rotate(-100.8deg)}}@-webkit-keyframes loading-29{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-104.4deg);transform:rotate(-104.4deg)}}@keyframes loading-29{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-104.4deg);transform:rotate(-104.4deg)}}@-webkit-keyframes loading-30{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-108deg);transform:rotate(-108deg)}}@keyframes loading-30{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-108deg);transform:rotate(-108deg)}}@-webkit-keyframes loading-31{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-111.6deg);transform:rotate(-111.6deg)}}@keyframes loading-31{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-111.6deg);transform:rotate(-111.6deg)}}@-webkit-keyframes loading-32{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-115.2deg);transform:rotate(-115.2deg)}}@keyframes loading-32{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-115.2deg);transform:rotate(-115.2deg)}}@-webkit-keyframes loading-33{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-118.8deg);transform:rotate(-118.8deg)}}@keyframes loading-33{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-118.8deg);transform:rotate(-118.8deg)}}@-webkit-keyframes loading-34{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-122.4deg);transform:rotate(-122.4deg)}}@keyframes loading-34{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-122.4deg);transform:rotate(-122.4deg)}}@-webkit-keyframes loading-35{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-126deg);transform:rotate(-126deg)}}@keyframes loading-35{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-126deg);transform:rotate(-126deg)}}@-webkit-keyframes loading-36{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-129.6deg);transform:rotate(-129.6deg)}}@keyframes loading-36{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-129.6deg);transform:rotate(-129.6deg)}}@-webkit-keyframes loading-37{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-133.2deg);transform:rotate(-133.2deg)}}@keyframes loading-37{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-133.2deg);transform:rotate(-133.2deg)}}@-webkit-keyframes loading-38{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-136.8deg);transform:rotate(-136.8deg)}}@keyframes loading-38{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-136.8deg);transform:rotate(-136.8deg)}}@-webkit-keyframes loading-39{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-140.4deg);transform:rotate(-140.4deg)}}@keyframes loading-39{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-140.4deg);transform:rotate(-140.4deg)}}@-webkit-keyframes loading-40{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-144deg);transform:rotate(-144deg)}}@keyframes loading-40{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-144deg);transform:rotate(-144deg)}}@-webkit-keyframes loading-41{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-147.6deg);transform:rotate(-147.6deg)}}@keyframes loading-41{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-147.6deg);transform:rotate(-147.6deg)}}@-webkit-keyframes loading-42{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-151.2deg);transform:rotate(-151.2deg)}}@keyframes loading-42{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-151.2deg);transform:rotate(-151.2deg)}}@-webkit-keyframes loading-43{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-154.8deg);transform:rotate(-154.8deg)}}@keyframes loading-43{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-154.8deg);transform:rotate(-154.8deg)}}@-webkit-keyframes loading-44{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-158.4deg);transform:rotate(-158.4deg)}}@keyframes loading-44{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-158.4deg);transform:rotate(-158.4deg)}}@-webkit-keyframes loading-45{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-162deg);transform:rotate(-162deg)}}@keyframes loading-45{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-162deg);transform:rotate(-162deg)}}@-webkit-keyframes loading-46{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-165.6deg);transform:rotate(-165.6deg)}}@keyframes loading-46{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-165.6deg);transform:rotate(-165.6deg)}}@-webkit-keyframes loading-47{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-169.2deg);transform:rotate(-169.2deg)}}@keyframes loading-47{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-169.2deg);transform:rotate(-169.2deg)}}@-webkit-keyframes loading-48{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-172.8deg);transform:rotate(-172.8deg)}}@keyframes loading-48{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-172.8deg);transform:rotate(-172.8deg)}}@-webkit-keyframes loading-49{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-176.4deg);transform:rotate(-176.4deg)}}@keyframes loading-49{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-176.4deg);transform:rotate(-176.4deg)}}@-webkit-keyframes loading-50{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}}@keyframes loading-50{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}} - -.bb-lms-progress-wrap--ld-activity{position:relative} - -.bb-lms-progress-wrap--ld-activity .bb-progress .bb-progress-circle{border-width:3px} - -.bb-lms-progress-wrap--ld-activity .bb-progress__value{position:absolute;top:50%;right:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);font-size:11px;color:#fff} - -.bb-lms-progress-wrap--ld-activity .bb-progress{width:36px;height:36px;line-height:36px} - -.bb-lms-progress-wrap--ld-activity .bb-progress::after{border:3px solid #dedfe2} - -.bb-lms-progress-wrap--ld-activity .bb-progress .bb-progress-left .bb-progress-circle{border-top-left-radius:18px;border-bottom-left-radius:18px} - -.bb-lms-progress-wrap--ld-activity .bb-progress .bb-progress-right .bb-progress-circle{right:-100%;border-top-right-radius:18px;border-bottom-right-radius:18px} - -.bb-la-composer.bb-la--isslick:not(.slick-initialized){display:none} - -.bb-la-composer.bb-la--isslick.bb-la__overlap{margin-left:10px} - -.bb-la-composer.bb-la--isslick.bb-la__overlap::after{content:"";position:absolute;top:4%;left:-10px;width:10px;height:92%;background-color:#fff;border:1px solid var(--bb-content-border-color);border-right:0;border-radius:4px 0 0 4px;opacity:.6}@media (max-width:544px){ - -.bb-la-composer.bb-la--isslick.bb-la__overlap{margin-left:0} - -.bb-la-composer.bb-la--isslick.bb-la__overlap::after{display:none}} - -.bb-la-composer.bb-la--isslick{position:relative}@media (min-width:768px){ - -.bb-ldactivity,.elementor-widget-ld-activity,.elementor-widget-ld-activity .elementor-widget-container{height:100%} - -.elementor-col-100 .bb-ldactivity,.elementor-col-100 .elementor-widget-ld-activity,.elementor-col-100 .elementor-widget-ld-activity .elementor-widget-container,.elementor-column[data-col="100"] .bb-ldactivity,.elementor-column[data-col="100"] .elementor-widget-ld-activity,.elementor-column[data-col="100"] .elementor-widget-ld-activity .elementor-widget-container{height:auto}} - -.bb-la-block,.bb-la-slide,.bb-la.bb-la-composer{height:100%} - -.bb-la--isslick .bb-la-slide{padding-left:1px} - -.bb-ldactivity .slick-list,.bb-ldactivity .slick-slide>div,.bb-ldactivity .slick-track{height:100%} - -.dots--align-center .bb-ldactivity ul.slick-dots{text-align:center} - -.dots--align-left .bb-ldactivity ul.slick-dots{text-align:right}@media screen and (max-width:540px){ - -.dots--align-left .bb-ldactivity ul.slick-dots{text-align:center}} - -.dots--align-right .bb-ldactivity ul.slick-dots{text-align:left}@media screen and (max-width:540px){ - -.dots--align-right .bb-ldactivity ul.slick-dots{text-align:center}} - -.bb-ldactivity .slick-dotted .bb-la__body{padding:20px 15px 35px} - -.bb-ldactivity .bb-la__body{padding:20px 15px;-webkit-box-flex:1;-ms-flex:1;flex:1} - -.bb-ldactivity ul.slick-dots{right:-webkit-calc(50% + 30px);right:calc(50% + 30px);bottom:15px;text-align:right;margin-left:40px} - -.bb-ldactivity ul.slick-dots li:first-child button{border-radius:0 10px 10px 0} - -.bb-ldactivity ul.slick-dots li:last-child button{border-radius:10px 0 0 10px} - -.bb-ldactivity ul.slick-dots li.slick-active button{background-color:var(--bb-primary-color)} - -.bb-ldactivity ul.slick-dots li:not(.slick-active) button{background-color:#eef0f3} - -.bb-ldactivity ul.slick-dots button{font-size:0;padding:1px 0;border-radius:0;width:30px}@media screen and (max-width:540px){ - -.bb-ldactivity ul.slick-dots{margin:0 auto;right:0;left:0;text-align:center}} - -.bb-ldactivity .bb-la__thumb{height:100%} - -.bb-ldactivity .bb-la__media::after{content:"";display:inline-block;width:100%;height:100%;position:absolute;top:0;right:0;z-index:9;border-radius:0 8px 8px 0}@media (max-width:544px){ - -.bb-ldactivity .bb-la__media::after{border-radius:8px 8px 0 0}} - -.bb-ldactivity .thumbnail-container{position:relative;overflow:hidden;display:block;background:#809ab4;height:100%;z-index:3;padding-bottom:56.25%} - -.bb-ldactivity .thumbnail-container img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;min-height:100%;width:auto;min-width:100%;object-fit:cover;z-index:5} - -.bb-ldactivity__blank{border:1px solid var(--bb-content-border-color);background-color:#fff;border-radius:4px;padding:1.25rem .9375rem;position:relative;min-height:250px;height:100%} - -.bb-la-block{border:1px solid var(--bb-content-border-color);background-color:#fff;border-radius:4px} - -.bb-ldactivity .slick-arrow{margin-top:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)} - -.bb-la__media{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;margin:0;position:relative}@media (max-width:544px){ - -.bb-la__media{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}} - -.bb-la-block{position:relative} - -.bb-la-block .bb-la__progress{position:absolute;top:20px;z-index:10}@media (max-width:544px){ - -.bb-la-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}} - -.elementor-cta--ldprogress-left .bb-la-block .bb-la__progress{right:20px} - -.elementor-cta--ldprogress-right .bb-la-block .bb-la__progress{left:20px} - -.bb-la__parent{text-transform:uppercase;font-size:13px;color:var(--bb-alternate-text-color);font-weight:500} - -.bb-la__title h2{font-weight:500;margin-bottom:10px;line-height:1.2} - -.bb-la__excerpt{font-size:14px;margin:0 0 20px;line-height:1.4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.bb-la__link{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px} - -.bb-la__link a{display:inline-block;font-size:14px;padding:4px 20px;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-button-radius)} - -.elementor-cta--falign-right .bb-la__link a{margin-right:auto} - -.elementor-cta--falign-left .bb-la__link a{margin-left:auto} - -.elementor-cta--falign-center .bb-la__link a{margin-left:auto;margin-right:auto} - -.bb-la .slick-arrow{background-color:#fff} - -.bb-la .slick-arrow i{color:var(--bb-primary-color)} - -.bb-la .slick-arrow.bb-slide-next{left:-21px} - -.bb-la .slick-arrow.bb-slide-prev{right:-21px} - -.bb-la__notooltip [data-balloon]::after,.bb-la__notooltip [data-balloon]::before{display:none} - -.elementor-cta--la-my-align-right .bb-la-activity-btn{text-align:left;left:0} - -.elementor-cta--la-my-align-right .bb-la-activity-btn.bb-la-activity-btn--isslick{left:8px} - -.elementor-cta--la-my-align-left .bb-la-activity-btn{text-align:right;right:0} - -.elementor-cta--la-my-align-center .bb-la-activity-btn{text-align:center;right:0;left:0;margin:0 auto} - -.bb-ldactivity{position:relative}@media (max-width:768px){ - -.bb-ldactivity--ismy{margin-top:50px}} - -.bb-la-activity-btn{text-align:left;position:absolute;top:-50px} - -.bb-la-activity-btn a.bb-la-activity-btn__link{font-size:13px;display:inline-block;border-radius:var(--bb-button-radius);padding:2px 15px;color:#939597;border:1px solid #9ea8b2;cursor:pointer} - -.bb-la-activity-btn a.bb-la-activity-btn__link:hover{color:var(--bb-primary-color)} - -.bb-la-activity-btn a.bb-la-activity-btn__link i{font-size:20px;position:relative;top:3px;right:3px} - -body.rtl .bb-ldactivity .slick-arrow.bb-slide-next{right:-21px!important;left:unset!important} - -body.rtl .bb-la-activity-btn__link{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row-reverse;flex-flow:row-reverse} - -body.rtl .bb-la-activity-btn__link i{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}@-webkit-keyframes fade-in-ld-slide{ - -0%{opacity:0;-webkit-transform:translateY(100px);transform:translateY(100px)} - -100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fade-in-ld-slide{ - -0%{opacity:0;-webkit-transform:translateY(100px);transform:translateY(100px)} - -100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fade-in-ld-slide{ - -0%{opacity:0;-webkit-transform:translateY(100px);transform:translateY(100px)} - -100%{opacity:1;-webkit-transform:none;transform:none}} - -.fade-in-ld-slide{-webkit-animation-name:fade-in-ld-slide;animation-name:fade-in-ld-slide} - -.slick-active .bb-la__body{-webkit-animation-name:fade-in-ld-slide;animation-name:fade-in-ld-slide;-webkit-animation-duration:.5s;animation-duration:.5s;opacity:1;width:100%}@media (min-width:768px){ - -.elementor-max-50 .elementor-heading-title{max-width:50%} - -.bb-ldactivity-main-section{padding-top:60px} - -.elementor-max-50+section .bb-ldactivity-main-section{padding-top:0}} - -.learndash-course-list--elementor .grid-box-solid .bb-course-items .bb-cover-list-item{border-style:solid} - -.learndash-course-list--elementor .grid-box-dotted .bb-course-items .bb-cover-list-item{border-style:dotted} - -.learndash-course-list--elementor .grid-box-dashed .bb-course-items .bb-cover-list-item{border-style:dashed} - -.learndash-course-list--elementor .grid-box-double .bb-course-items .bb-cover-list-item{border-style:double} - -.learndash-course-list--elementor .grid-box-none .bb-course-items .bb-cover-list-item{border-style:none} - -.learndash-course-list--elementor .columns-1 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.learndash-course-list--elementor .columns-2 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}@media screen and (max-width:480px){ - -.learndash-course-list--elementor .columns-2 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}} - -.learndash-course-list--elementor .columns-3 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}@media screen and (max-width:820px){ - -.learndash-course-list--elementor .columns-3 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:480px){ - -.learndash-course-list--elementor .columns-3 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}} - -.learndash-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap,.learndash-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}@media screen and (max-width:1200px){ - -.learndash-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap,.learndash-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}}@media screen and (max-width:820px){ - -.learndash-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap,.learndash-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:480px){ - -.learndash-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap,.learndash-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}} - -.learndash-course-list--elementor .course-dir-list--hidestatus .bb-cover-list-item .ld-status{display:none} - -.learndash-course-list--elementor .course-dir-list--hidemedia .bb-course-items .bb-course-cover .bb-cover-wrap img{display:none} - -.learndash-course-list--elementor.noMeta .bb-course-meta{display:none} - -.learndash-course-list--elementor.noExcerpt .bb-course-excerpt{display:none} - -.learndash-course-list--elementor.noPrice .bb-course-footer.bb-course-pay{display:none} - -.learndash-course-list--elementor.noProgress .course-progress-wrap{display:none} - -.learndash-course-list--elementor.noTitle .bb-courses-header>.bb-title{display:none} - -.learndash-course-list--elementor.noSearch .bb-courses-header>#courses-dir-search{display:none} - -.learndash-course-list--elementor.noCourseNavigation.learndash-course-list .courses-type-navs{display:none} - -.learndash-course-list--elementor.noPagination .course-dir-list .bb-lms-pagination{display:none} - -.learndash-course-list--elementor.noProgress:not(.noExcerpt) .bb-course-items .bb-card-course-details--hasAccess .bb-course-excerpt{display:block} - -.learndash-course-list--cover .bb-courses-directory .grid-filters{display:none} - -.learndash-course-list--cover .bb-courses-directory .sfwd-courses-filters .select-wrap:last-of-type select{margin-left:0} - -.learndash-course-list--cover.learndash-course-list--featured .bb-course-items.grid-view .bb-course-item-wrap:nth-child(1),.learndash-course-list--cover.learndash-course-list--featured .bb-course-items.grid-view .bb-course-item-wrap:nth-child(2){-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.learndash-course-list--cover .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%} - -.learndash-course-list--cover .bb-course-items.list-view,.learndash-course-list--cover .bb-course-items.list-view.hide{display:none!important} - -.learndash-course-list--cover .bb-course-items .bb-cover-wrap{position:relative} - -.learndash-course-list--cover .bb-course-items .bb-cover-wrap::after{content:"";display:inline-block;position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,.3);background-image:none} - -.learndash-course-list--cover .bb-cover-list-item{position:relative} - -.learndash-course-list--cover .bb-course-items .bb-cover-list-item.bb-course-paid{padding-bottom:0} - -.learndash-course-list--cover .bb-course-items .bb-cover-wrap{border-radius:4px} - -.learndash-course-list--cover .bb-course-cover{position:absolute;z-index:9;height:100%;width:100%} - -.learndash-course-list--cover .bb-card-course-details{position:relative;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%} - -.learndash-course-list--cover .bb-card-course-details .course-lesson-count{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1} - -.learndash-course-list--cover .bb-card-course-details .bb-course-title{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2} - -.learndash-course-list--cover .bb-card-course-details .bb-course-excerpt{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3} - -.learndash-course-list--cover .bb-card-course-details .course-progress-wrap{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3} - -.learndash-course-list--cover .bb-card-course-details .bb-course-meta{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4} - -.learndash-course-list--cover .bb-card-course-details .bb-course-footer{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;display:none} - -.learndash-course-list--cover .bb-course-items .bb-cover-wrap{height:100%;padding-top:0} - -.learndash-course-list--cover .bb-cover-list-item .ld-status,.learndash-course-list--cover .course-lesson-count{display:none} - -.learndash-course-list--cover .bb-course-title a{color:#fff} - -.learndash-course-list--cover .bb-course-items .bb-course-excerpt{color:#fff} - -.learndash-course-list--cover .bb-course-meta strong a{color:#fff} - -.elementor-widget-ld-course-infobar .learndash-wrapper .ld-course-status-content .ld-status{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-wrap:wrap;flex-wrap:wrap} - -#page .elementor-cta--content-v-align-bottom .learndash-course-list--cover .bb-card-course-details .bb-course-title,.elementor-cta--content-v-align-bottom .learndash-course-list--cover .bb-card-course-details .bb-course-title{margin-top:auto} - -.elementor-cta--avatar-v-align-bottom .bb-card-course-details .bb-course-meta{margin-top:auto} - -.learndash-course-list--cover .bb-course-meta{margin-bottom:0} - -.pagination-cta--align-right .bb-lms-pagination{text-align:left} - -.pagination-cta--align-left .bb-lms-pagination{text-align:right} - -.pagination-cta--align-center .bb-lms-pagination{text-align:center} - -.bb-template-v2 .pagination-cta--align-right .bb-lms-pagination{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end} - -.bb-template-v2 .pagination-cta--align-left .bb-lms-pagination{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start} - -.bb-template-v2 .pagination-cta--align-center .bb-lms-pagination{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -.learndash-course-list--elementor .bb-lms-pagination .page-numbers:not(.prev,.next){display:inline-block;text-align:center} - -.learndash-course-list--elementor .bb-lms-pagination.noPrevNext a.next,.learndash-course-list--elementor .bb-lms-pagination.noPrevNext a.prev{display:none} - -.learndash-course-list--elementor .bb-lms-pagination a.next.page-numbers,.learndash-course-list--elementor .bb-lms-pagination a.prev.page-numbers{font-size:0!important}@media screen and (max-width:767px){ - -.elementor div.elementor-element .elementor-widget-ld-activity .bb-la .slick-arrow.bb-slide-next{left:2px;margin-top:20px} - -.elementor div.elementor-element .elementor-widget-ld-activity .bb-la .slick-arrow.bb-slide-prev{right:2px;margin-top:20px} - -.elementor div.elementor-element .elementor-widget-ld-activity .bb-la-slide .bb-la__body{padding:40px 50px}} - -.tabs-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.tabs-wrapper.tabs-wrapper--style1.bb-is-dotted{padding-bottom:30px} - -.bb-tabs__nav:not(.slick-initialized),.bb-tabs__run:not(.slick-initialized){display:none} - -.bb-tabs__nav span{color:var(--bb-headings-color)} - -.bb-tabs__run ul.slick-dots{bottom:-30px} - -.bb-tabs__run ul.slick-dots button{font-size:0;background-color:var(--bb-alternate-text-color);border-radius:0;padding:1px 30px;border:0} - -.bb-tabs__run ul.slick-dots .slick-active button{background-color:var(--bb-primary-color);border-radius:3px} - -.bb-tabs__run ul.slick-dots li:first-child button{border-radius:0 3px 3px 0} - -.bb-tabs__run ul.slick-dots li:last-child button{border-radius:3px 0 0 3px} - -.bb-tabs__run .slick-arrow.bb-slide-prev{right:-15px;-webkit-transform:none;-ms-transform:none;transform:none} - -.bb-tabs__run .slick-arrow.bb-slide-next{left:-15px} - -.bb-tabs__run .slick-arrow:hover{background-color:var(--bb-primary-color)} - -.bb-tabs__run .slick-arrow i{font-size:14px} - -.bb-tabs__run .slick-arrow i::before{position:relative;top:1px} - -body.rtl .bb-tabs__run .slick-arrow.bb-slide-prev{left:10px!important;right:unset!important} - -body.rtl .bb-tabs__run .slick-arrow.bb-slide-next{right:-15px!important;left:unset!important} - -.bb-tabs__title h3{font-weight:600;margin:0 0 10px} - -.bb-tabs__excerpt{margin:0} - -.bb-tabs__image .media-container{position:relative;overflow:hidden;padding-top:75%;display:block;background:#809ab4;height:100%;z-index:3} - -.bb-tabs__image .media-container img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;min-height:100%;width:auto;min-width:100%;object-fit:cover;z-index:5} - -.elementor-cta--talign-center .tabs-wrapper--style1 .bb-tabs__nav .slick-track{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -.elementor-cta--talign-left .tabs-wrapper--style1 .bb-tabs__nav .slick-track{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start} - -.elementor-cta--talign-right .tabs-wrapper--style1 .bb-tabs__nav .slick-track{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end} - -.elementor-cta--meadia-align-left .tabs-wrapper--style1 .bb-tabs__block{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media (max-width:800px){ - -.elementor-cta--meadia-align-left .tabs-wrapper--style1 .bb-tabs__block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}} - -.elementor-cta--meadia-align-right .tabs-wrapper--style1 .bb-tabs__block{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media (max-width:800px){ - -.elementor-cta--meadia-align-right .tabs-wrapper--style1 .bb-tabs__block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}} - -.tabs-wrapper--style1 .bb-tabs__nav-item{margin:0 10px} - -.tabs-wrapper--style1 .bb-tabs__nav-index,.tabs-wrapper--style1 .bb-tabs__subtitle{display:none} - -.tabs-wrapper--style1 .bb-tabs__nav .slick-track{width:100%!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important} - -.tabs-wrapper--style1 .bb-tabs__nav{margin:0 0 40px} - -.tabs-wrapper--style1 .bb-tabs__nav .slick-slide{float:none;margin-bottom:10px} - -.tabs-wrapper--style1 .bb-tabs__nav .bb-tabs__nav-title{display:inline-block;padding:5px 20px;cursor:pointer} - -.tabs-wrapper--style1 .bb-tabs__nav.bb-tabs__active-outline .slick-current .bb-tabs__nav-title{border:1px solid var(--bb-primary-color);border-radius:30px} - -.tabs-wrapper--style1 .bb-tabs__nav.bb-tabs__active-underline .slick-current .bb-tabs__nav-title{border-right-width:0!important;border-top-width:0!important;border-left-width:0!important;border-bottom:1px solid var(--bb-primary-color);border-radius:0} - -.tabs-wrapper--style1 .bb-tabs__block{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between} - -.tabs-wrapper--style1 .bb-tabs__body{background-color:#f6f8fa;padding:50px 40px;width:100%} - -.tabs-wrapper--style1 .bb-tabs__ismedia .bb-tabs__body{margin-left:2%} - -.tabs-wrapper--style1 .bb-tabs__ismedia .bb-tabs__image{-webkit-box-flex:0;-ms-flex:0 0 49%;flex:0 0 49%}@media (max-width:800px){ - -.tabs-wrapper--style1 .bb-tabs__ismedia .bb-tabs__image{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}} - -.tabs-wrapper--style1 a.bb-tabs__link{background-color:var(--bb-primary-color);color:#fff;display:inline-block;padding:8px 15px;font-size:14px;margin-top:20px} - -.elementor-cta--talign-top .tabs-wrapper--style2.tabs-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.elementor-cta--talign-center .tabs-wrapper--style2.tabs-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.elementor-cta--talign-bottom .tabs-wrapper--style2.tabs-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end} - -.elementor-cta--row-align-left .tabs-wrapper--style2.tabs-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row} - -.elementor-cta--row-align-right .tabs-wrapper--style2.tabs-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse} - -.elementor-cta--meadia-align-left .tabs-wrapper--style2 .bb-tabs__block{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media (max-width:800px){ - -.elementor-cta--meadia-align-left .tabs-wrapper--style2 .bb-tabs__block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-flow:wrap;flex-flow:wrap}} - -.elementor-cta--meadia-align-right .tabs-wrapper--style2 .bb-tabs__block{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media (max-width:800px){ - -.elementor-cta--meadia-align-right .tabs-wrapper--style2 .bb-tabs__block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-flow:wrap;flex-flow:wrap}} - -.elementor-cta--content-v-align-top .tabs-wrapper--style2 .bb-tabs__block{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.elementor-cta--content-v-align-center .tabs-wrapper--style2 .bb-tabs__block{-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.elementor-cta--content-v-align-bottom .tabs-wrapper--style2 .bb-tabs__block{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end} - -.tabs-wrapper--style2.tabs-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.tabs-wrapper--style2 .bb-tabs__nav{-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px;max-width:50px} - -.tabs-wrapper--style2 .bb-tabs__nav .slick-track{width:100%!important} - -.tabs-wrapper--style2 .bb-tabs__nav .slick-slide{float:none} - -.tabs-wrapper--style2 .bb-tabs__nav-item{text-align:center} - -.tabs-wrapper--style2 .bb-tabs__run{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 50px);flex:0 0 -webkit-calc(100% - 50px);flex:0 0 calc(100% - 50px);max-width:-webkit-calc(100% - 50px);max-width:calc(100% - 50px)} - -.tabs-wrapper--style2 .bb-tabs__nav-item{margin:10px 0} - -.tabs-wrapper--style2 .bb-tabs__nav-index{display:inline-block;width:28px;height:28px;line-height:28px;font-size:13px;border-radius:30px;text-align:center;cursor:pointer} - -.tabs-wrapper--style2 .slick-current .bb-tabs__nav-index{border:1px solid var(--bb-primary-color)} - -.tabs-wrapper--style2 .bb-tabs__nav-title{display:none} - -.tabs-wrapper--style2 .bb-tabs__block{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.tabs-wrapper--style2 .bb-tabs__body{padding:40px;width:100%} - -.tabs-wrapper--style2 .bb-tabs__ismedia .bb-tabs__image{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}@media (max-width:800px){ - -.tabs-wrapper--style2 .bb-tabs__ismedia .bb-tabs__image{-webkit-box-flex:0!important;-ms-flex:0 0 100%!important;flex:0 0 100%!important;max-width:100%}} - -.tabs-wrapper--style2 .bb-tabs__subtitle h6{font-weight:600;margin-bottom:5px} - -.tabs-wrapper--style2 a.bb-tabs__link{background-color:transparent;padding:2px 0;border-bottom:2px solid var(--bb-primary-color);color:var(--bb-headings-color);font-weight:600;line-height:1.3;font-size:13px;display:inline-block;margin-top:20px}@media screen and (max-width:767px){ - -.elementor div.elementor-element .elementor-widget-bb-tabs .slick-arrow.bb-slide-next{left:5px;margin-top:20px} - -.elementor div.elementor-element .elementor-widget-bb-tabs .slick-arrow.bb-slide-prev{right:5px;margin-top:20px}} - -.bb-review__media{margin:0 0 15px} - -.bb-review__media .bb-review__image{margin-right:auto;margin-left:auto} - -.bb-review__media .media-container{text-align:center} - -.bb-review__media.media-square .media-container{position:relative;overflow:hidden;padding-bottom:100%} - -.bb-review__media.media-square .media-container img{position:absolute;width:100%;height:100%;object-fit:cover;right:0;top:0} - -.bb-review__media:not(.media-video,.media-square) .media-container{position:relative;overflow:hidden;padding-top:56.1497%;display:block;height:100%;z-index:3} - -.bb-review__media:not(.media-video,.media-square) .media-container img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;min-height:100%;width:auto;min-width:100%;object-fit:cover;z-index:5} - -.bb-review__rate{margin:0 0 15px} - -.bb-review__title h3{margin:0 0 10px} - -.bb-review__excerpt{font-size:14px;line-height:1.7} - -.bb-review__footer{margin:15px 0 0} - -.bb-review__avatar{-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px;max-width:50px;margin:0 0 0 10px} - -.bb-review__avatar img{border-radius:100%;width:50px;height:50px;object-fit:cover} - -.elementor .bb-review__avatar img{height:50px} - -.bb-review__who{color:var(--bb-headings-color);line-height:1.3} - -.bb-review__who-title{font-size:13px;line-height:1.3;color:var(--bb-alternate-text-color)} - -.bb-review__when{font-size:13px;line-height:1.3;color:var(--bb-alternate-text-color)} - -.bb-review .elementor-star-rating{font-family:bb-icons} - -.bb-review .elementor-star-rating i::before{content:"\ef32";font-weight:300} - -.bb-star-rating{color:#e0e0e0;font-family:bb-icons;display:inline-block} - -.bb-star-rating>span{padding:4px;border-radius:4px;margin:0 0 0 3px;background-color:var(--bb-success-color)} - -.bb-star-rating i{display:inline-block;position:relative;font-style:normal;cursor:default;font-size:15px;line-height:1} - -.bb-star-rating i::before{content:"\ef32";display:block;font-size:inherit;font-family:inherit;font-weight:300;position:absolute;overflow:hidden;color:#fff;top:0;right:0} - -i.bb-star-blank::before{display:none} - -.bb-star-rating .bb-star-1::before{width:10%} - -.bb-star-rating .bb-star-2::before{width:20%} - -.bb-star-rating .bb-star-3::before{width:30%} - -.bb-star-rating .bb-star-4::before{width:40%} - -.bb-star-rating .bb-star-5::before{width:50%} - -.bb-star-rating .bb-star-6::before{width:60%} - -.bb-star-rating .bb-star-7::before{width:70%} - -.bb-star-rating .bb-star-8::before{width:80%} - -.bb-star-rating .bb-star-9::before{width:90%} - -.elementor-cta--footer-align-right .bb-review__footer{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;text-align:left} - -.elementor-cta--footer-align-right .bb-review__avatar{margin-left:0;margin-right:10px} - -.bb-review__video.fluid-width-video-wrapper{padding-top:56.1497%;margin:0;position:relative;z-index:5;overflow:hidden} - -.bb-review__media.media-video{position:relative} - -.bb-review__image-overlay{position:absolute;top:0;right:0;width:100%;height:100%;background-size:cover;background-position:50%;z-index:9;cursor:pointer} - -.bb-review__image-overlay .media-ctrl{position:absolute;z-index:15;background-color:var(--bb-danger-color);padding:7px 15px;bottom:10px;right:10px;color:#fff;line-height:1;font-size:13px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:600} - -.bb-review__image-overlay .media-ctrl i{font-size:20px;line-height:1;margin-left:5px} - -.bb-gallery .slick-arrow.bb-slide-prev{-webkit-transform:none;-ms-transform:none;transform:none} - -.bb-gallery ul.slick-dots{bottom:-50px} - -.bb-gallery__block{position:relative} - -.bb-gallery__image{position:relative;z-index:5} - -.bb-gallery__image.is-video{z-index:9} - -.bb-gallery__image.is-video .media-container{position:relative;z-index:9;cursor:pointer} - -.bb-gallery__image.is-video:not(.is-active) .bb-gallery__play{position:absolute;top:50%;right:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);z-index:11;width:60px;height:60px;background:#fff;border:none;border-radius:100%;margin:auto;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex} - -.bb-gallery__image.is-video:not(.is-active) .bb-gallery__play::after{content:"";display:inline-block;position:relative;margin:auto;top:1px;right:1px;border-style:solid;border-width:5px 10px 5px 0;border-color:transparent var(--bb-primary-color) transparent transparent} - -.bb-gallery__run:not(.slick-initialized) .bb-gallery__image.is-video .bb-gallery__play{display:none} - -.bb-gallery__video.fluid-width-video-wrapper{position:absolute;top:0;right:0;z-index:5;padding-top:52%;height:100%;margin-top:0!important;margin-bottom:0!important} - -.elementor-cta--content-v-align-bottom .bb-gallery__body{bottom:0} - -.elementor-cta--content-v-align-top .bb-gallery__body{bottom:unset;top:0} - -.elementor-cta--content-v-align-center .bb-gallery__body{bottom:0;top:0;height:100%;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} - -.bb-gallery__body{position:absolute;bottom:0;z-index:15;padding:20px;color:#fff;background-color:rgba(0,62,133,.4)} - -.bb-gallery__title h3{margin:0 0 10px;color:#fff}@-webkit-keyframes fade-in-dfy{ - -0%{opacity:0} - -100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fade-in-dfy{ - -0%{opacity:0} - -100%{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes slide-up-dfy{ - -0%{-webkit-transform:translateY(100px);transform:translateY(100px)} - -100%{-webkit-transform:none;transform:none}}@keyframes slide-up-dfy{ - -0%{-webkit-transform:translateY(100px);transform:translateY(100px)} - -100%{-webkit-transform:none;transform:none}} - -.bb-gallery .slick-track{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important} - -.bb-gallery .slick-slide{height:500px!important;margin:0 10px} - -.bb-gallery .bb-gallery__body{opacity:0;width:100%;text-align:center} - -.bb-gallery .bb-gallery__body.gallery-center{text-align:center} - -.bb-gallery .bb-gallery__body.gallery-left{text-align:right} - -.bb-gallery .bb-gallery__body.gallery-right{text-align:left} - -.bb-gallery .slick-slide.slick-current .bb-gallery__body{-webkit-animation-name:fade-in-dfy;animation-name:fade-in-dfy;-webkit-animation-duration:1s;animation-duration:1s;opacity:1} - -.bb-gallery .slick-slide.slick-current .bb-gallery__excerpt{-webkit-animation-name:fade-in-dfy;animation-name:fade-in-dfy;-webkit-animation-duration:1.5s;animation-duration:1.5s;opacity:1} - -.bb-gallery .media-container{background-size:cover;background-repeat:no-repeat;background-position:center center} - -.bb-gallery .slick-current .media-container--cover{background-size:cover} - -.bb-gallery .slick-current .media-container--contain{background-size:contain} - -.bb-gallery .slick-current .media-container--auto{background-size:auto} - -.bb-gallery .bb-gallery__block,.bb-gallery .bb-gallery__image,.bb-gallery .bb-gallery__slide,.bb-gallery .media-container,.bb-gallery .slick-slide>div{height:100%} - -.bb-gallery ul.slick-dots li{margin:0} - -.bb-gallery ul.slick-dots li:first-child button{border-radius:0 4px 4px 0} - -.bb-gallery ul.slick-dots li:last-child button{border-radius:4px 0 0 4px} - -.bb-gallery ul.slick-dots li.slick-active button{background-color:var(--bb-primary-color)} - -.bb-gallery ul.slick-dots li button{font-size:0;border-radius:0;padding:1px 25px;background-color:#e1e7eb}@media (max-width:768px){ - -.bb-gallery .slick-arrow.bb-slide-prev{right:0!important} - -.bb-gallery .slick-arrow.bb-slide-next{left:0!important}} - -body.rtl .bb-gallery .slick-arrow.bb-slide-next{left:unset!important}@media (max-width:768px){ - -body.rtl .bb-gallery .slick-arrow.bb-slide-prev{left:0!important} - -body.rtl .bb-gallery .slick-arrow.bb-slide-next{right:0!important}} - -.bb-dash-grid{border:1px solid var(--bb-content-border-color);background-color:#fff} - -.bb-dash-grid__block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;-webkit-transition:box-shadow linear .2s;transition:box-shadow linear .2s;position:relative;padding:20px 0} - -.bb-dash-grid__block .bb-dash-grid__link{display:inline-block;height:100%} - -.bb-dash-grid__block:hover{box-shadow:0 3px 34px 0 rgba(18,43,70,.12);background-color:#fff}@media (min-width:544px){ - -.bb-dash-grid__block:hover::after{content:"";display:inline-block;width:1px;height:100%;background-color:#fff;position:absolute;left:0;top:0} - -.bb-dash-grid__block:hover::before{content:"";display:inline-block;width:1px;height:100%;background-color:#fff;position:absolute;right:-1px;top:0}} - -.bb-dash-grid__frame .bb-dash-grid__block:first-of-type:hover::before{display:none} - -.bb-dash-grid__frame .bb-dash-grid__block:last-of-type:hover::after{display:none}@media (max-width:992px){ - -.bb-dash-grid__cols-5 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-6 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-7 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-8 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-9 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-10 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-11 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-12 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-13 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-14 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-15 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-16 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-17 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-18 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-19 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-20 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-21 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-22 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-23 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-24 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-25 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-26 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-27 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-28 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-29 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-30 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-31 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-32 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-33 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-34 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-35 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-36 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-37 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-38 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-39 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-40 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media (max-width:800px){ - -.bb-dash-grid__frame{-ms-flex-flow:wrap;flex-flow:wrap} - -.bb-dash-grid__cols-3 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-3 .bb-dash-grid__block.bb-dash-grid__sep{border-bottom:1px solid var(--bb-content-border-color)} - -.bb-dash-grid__cols-3 .bb-dash-grid__block.bb-dash-grid__sep:last-of-type{border-bottom:0} - -.bb-dash-grid__cols-3 .bb-dash-grid__block .bb-dash-grid__inner.is-sep{border-left:0} - -.bb-dash-grid__cols-3 .bb-dash-grid__block .bb-dash-grid__block:hover::before{display:none} - -.bb-dash-grid__cols-3 .bb-dash-grid__block .bb-dash-grid__block:hover::after{display:none} - -.bb-dash-grid__cols-4 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-5 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-6 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-7 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-8 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-9 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-10 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-11 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-12 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-13 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-14 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-15 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-16 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-17 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-18 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-19 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-20 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-21 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-22 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-23 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-24 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-25 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-26 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-27 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-28 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-29 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-30 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-31 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-32 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-33 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-34 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-35 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-36 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-37 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-38 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-39 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-40 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-4 .bb-dash-grid__block:nth-child(2) .bb-dash-grid__inner.is-sep{border-left:0} - -.bb-dash-grid__cols-4 .bb-dash-grid__block.bb-dash-grid__sep:nth-child(1),.bb-dash-grid__cols-4 .bb-dash-grid__block.bb-dash-grid__sep:nth-child(2){border-bottom:1px solid var(--bb-content-border-color)} - -.bb-dash-grid__cols-5 .bb-dash-grid__block.bb-dash-grid__sep{border-bottom:1px solid var(--bb-content-border-color)} - -.bb-dash-grid__cols-5 .bb-dash-grid__block.bb-dash-grid__sep:last-of-type{border-bottom:0} - -.bb-dash-grid__cols-5 .bb-dash-grid__block .bb-dash-grid__block:hover::before{display:none} - -.bb-dash-grid__cols-5 .bb-dash-grid__block .bb-dash-grid__block:hover::after{display:none} - -.bb-dash-grid__cols-6 .bb-dash-grid__block:nth-child(2) .bb-dash-grid__inner.is-sep,.bb-dash-grid__cols-6 .bb-dash-grid__block:nth-child(4) .bb-dash-grid__inner.is-sep,.bb-dash-grid__cols-6 .bb-dash-grid__block:nth-child(6) .bb-dash-grid__inner.is-sep{border-left:0} - -.bb-dash-grid__cols-6 .bb-dash-grid__block.bb-dash-grid__sep:nth-child(1),.bb-dash-grid__cols-6 .bb-dash-grid__block.bb-dash-grid__sep:nth-child(2),.bb-dash-grid__cols-6 .bb-dash-grid__block.bb-dash-grid__sep:nth-child(3),.bb-dash-grid__cols-6 .bb-dash-grid__block.bb-dash-grid__sep:nth-child(4){border-bottom:1px solid var(--bb-content-border-color)}}@media (max-width:544px){ - -.bb-dash-grid__cols-4 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-5 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-6 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-7 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-8 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-9 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-10 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-11 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-12 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-13 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-14 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-15 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-16 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-17 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-18 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-19 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-20 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-21 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-22 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-23 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-24 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-25 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-26 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-27 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-28 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-29 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-30 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-31 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-32 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-33 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-34 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-35 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-36 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-37 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-38 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-39 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-40 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__block.bb-dash-grid__sep{border-bottom:1px solid var(--bb-content-border-color)} - -.bb-dash-grid__block.bb-dash-grid__sep:last-of-type{border-bottom:0} - -.bb-dash-grid__cols-5 .bb-dash-grid__block .bb-dash-grid__inner.is-sep{border-left:0} - -.bb-dash-grid__frame .bb-dash-grid__inner.is-sep{border-left:0} - -.bb-dash-grid__block:hover::before{display:none}}@media (min-width:800px){ - -.bb-dash-grid__cols-1 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-2 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-3 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%} - -.bb-dash-grid__cols-4 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}}@media (min-width:992px){ - -.bb-dash-grid__cols-5 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%} - -.bb-dash-grid__cols-6 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 16.666%;flex:0 0 16.666%}} - -.bb-dash-grid__info{font-size:14px;line-height:1.4;color:var(--bb-body-text-color)} - -.bb-dash-grid__info p{margin:0} - -.bb-dash-grid__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.bb-dash-grid__block>[data-balloon]{cursor:default} - -.bb-dash-grid__inner{margin:0;padding:0 20px;height:100%} - -.bb-dash-grid__inner[data-balloon][data-balloon-pos=up]::after,.bb-dash-grid__inner[data-balloon][data-balloon-pos=up][data-balloon-visible]::after{width:96%;padding:15px;border-radius:6px} - -.bb-dash-grid__inner[data-balloon][data-balloon-pos=up]::after,.bb-dash-grid__inner[data-balloon][data-balloon-pos=up]::before,.bb-dash-grid__inner[data-balloon][data-balloon-pos=up][data-balloon-visible]::after,.bb-dash-grid__inner[data-balloon][data-balloon-pos=up][data-balloon-visible]::before{bottom:100%} - -.bb-dash-grid__inner.is-sep{border-left:1px solid var(--bb-content-border-color);margin:0 0 0 -1px} - -.bb-dash-grid .bb-dash-grid__block:last-of-type .bb-dash-grid__inner{border-left:0} - -.bb-dash-grid__title h2{font-weight:600;margin-bottom:15px} - -.bb-dash-grid__title a{color:#122b46} - -.bb-dash-grid__body .bb-dash-grid__ico i{border-radius:50%;border:1px solid var(--bb-content-border-color);font-size:20px;padding:3px;display:inline-block;width:26px;height:26px;color:var(--bb-primary-color);text-align:center} - -.bb-dash-grid__body .bb-dash-grid__ico i::before{position:relative;top:-4px} - -.bb-dash-grid__block .bb-dash-grid__image img{border-radius:50%;margin-top:15px} - -.bb-dash-grid__block .bb-dash-grid__image.square img{max-width:100px;width:100px;height:100px;object-fit:cover} - -.bb-dash-grid__block .bb-dash-grid__image.rectangular{position:relative;overflow:hidden;padding-top:52.56%;display:block;background:100% 0} - -.bb-dash-grid__block .bb-dash-grid__image.rectangular img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover} - -.bb-dash-grid [data-balloon]::after{white-space:normal;text-align:right;width:100%} - -.elementor-cta--dash-grid-above .bb-dash-grid__body{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.elementor-cta--dash-grid-above .bb-dash-grid__body .bb-dash-grid__info{margin-bottom:auto} - -.elementor-cta--dash-grid-above .bb-dash-grid__body .bb-dash-grid__ico{margin-top:auto} - -.elementor-cta--dash-grid-left .bb-dash-grid__inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -.elementor-cta--dash-grid-left .bb-dash-grid__body{text-align:right} - -.elementor-cta--dash-grid-left .bb-dash-grid__block .bb-dash-grid__image img{margin-top:0} - -.elementor-cta--dash-grid-right .bb-dash-grid__inner{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -.elementor-cta--dash-grid-right .bb-dash-grid__body{text-align:left} - -.elementor-cta--dash-grid-right .bb-dash-grid__block .bb-dash-grid__image img{margin-top:0} - -.bb-dash__prior{margin-bottom:0} - -.bb-dash__name{font-weight:600} - -.bb-dash__avatar img{height:auto;padding:3px;border:1px solid var(--bb-content-border-color)} - -.elementor-cta--dash-intro-left .bb-dash__avatar{margin-left:15px} - -.elementor-cta--dash-intro-above .bb-dash>.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} - -.elementor-cta--dash-intro-above .bb-dash__avatar{margin-bottom:15px} - -.elementor-cta--dash-intro-above .bb-dash__intro{text-align:center} - -.elementor-cta--dash-intro-right .bb-dash__avatar{margin-right:15px} - -.elementor-cta--dash-intro-right .bb-dash>.flex{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse} - -.elementor-cta--dash-intro-right .bb-dash__intro{text-align:left}@media (max-width:768px){ - -.elementor-cta--dash-intro-left .bb-dash>.flex,.elementor-cta--dash-intro-right .bb-dash>.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} - -.elementor-cta--dash-intro-left .bb-dash__avatar,.elementor-cta--dash-intro-right .bb-dash__avatar{margin-bottom:15px;margin-left:0!important} - -.elementor-cta--dash-intro-left .bb-dash__intro,.elementor-cta--dash-intro-right .bb-dash__intro{text-align:center}} - -.bb-activity,.elementor-widget-bbp-activity,.elementor-widget-bbp-activity .elementor-widget-container{height:100%} - -.elementor-col-100 .bb-activity,.elementor-col-100 .elementor-widget-bbp-activity,.elementor-col-100 .elementor-widget-bbp-activity .elementor-widget-container,.elementor-column[data-col="100"] .bb-activity,.elementor-column[data-col="100"] .elementor-widget-bbp-activity,.elementor-column[data-col="100"] .elementor-widget-bbp-activity .elementor-widget-container{height:auto} - -.bb-activity{border:1px solid var(--bb-content-border-color);padding:20px;background-color:#fff;position:relative} - -.bb-activity .activity-list.item-list{padding:0} - -.bb-activity .activity-list.item-list .activity-item .document-action-wrap .document-action_more[data-balloon][data-balloon-pos=up]::before{left:0} - -.bb-activity .activity-list.item-list .activity-item .document-action-wrap .document-action_more[data-balloon][data-balloon-pos=up]::after{right:-15px} - -.bb-activity .activity-update p{margin-bottom:0} - -.bb-activity .update-item{color:var(--bb-alternate-text-color);font-size:14px} - -.bb-activity .update-item a{color:var(--bb-headings-color);font-weight:500} - -.bb-activity .update-item .activity-time-since{display:block} - -.bb-activity .update-item p img{max-width:15px;vertical-align:text-bottom;margin-left:5px;margin-right:2px} - -.bb-activity .update-item>p{line-height:1.5} - -.bb-activity img.avatar{border-radius:100%} - -.bb-activity .bp-activity-head .activity-header a{font-weight:400} - -.bb-activity .bp-activity-head .activity-header>p:first-of-type>a:first-of-type{font-weight:500} - -.bb-activity .bb-activity-media-wrap{margin:0} - -.bb-activity .activity-list .activity-item .activity-content .activity-inner{overflow:initial} - -html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid{display:block} - -html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid>li{width:100%;max-width:initial;-webkit-box-flex:initial;-ms-flex:initial;flex:initial} - -html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid>li .item-avatar img.avatar{width:auto} - -.bb-activity--blank{min-height:300px} - -.bb-activity [data-bp-tooltip]::after{font-style:normal} - -.bb-activity .activity-content{padding:0;font-size:14px} - -.bb-activity .activity-content.no-media .bb-activity-media-wrap{display:none} - -.bb-activity .activity-content .activity-read-more{display:block;margin:3px 0 7px} - -.bb-activity .activity-list .activity-update:last-of-type .activity-content{border-bottom:0} - -.bb-activity .activity-list .activity-update .activity-content a{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word} - -.bb-activity-extra{font-size:14px;font-weight:500;text-align:left;padding:0 0 15px;margin:0 0 15px;border-bottom:1px solid var(--bb-content-border-color)} - -.bb-activity-extra.border-dotted{border-bottom-style:dotted} - -.bb-activity-extra.border-dashed{border-bottom-style:dashed} - -.bb-activity-extra.border-solid{border-bottom-style:solid} - -.bb-activity-extra.border-double{border-bottom-style:double} - -.bb-activity-extra.border-none{border-bottom-style:none} - -.bb-activity ul.activity-lists.bp-list{margin:0;padding:0} - -.bb-activity #buddypress .activity-lists.bp-list .activity-item{padding:0 0 15px;border:0;border-bottom:1px solid var(--bb-content-border-color);box-shadow:none;border-radius:0;margin:0 0 15px} - -.bb-activity #buddypress .activity-lists.bp-list .activity-item:last-of-type{border-bottom:0;margin-bottom:0} - -.bb-activity .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-detail-wrap .document-helper-text{height:0} - -.bb-activity .bb-activity-media-wrap .bb-activity-media-elem.document-activity:hover .document-detail-wrap .document-helper-text{height:auto} - -.bb-activity .activity-content .activity-state a.activity-state-likes .like-text{color:var(--bb-alternate-text-color)} - -.bb-activity #buddypress .bp-list.bp-list .bp-generic-meta .generic-button{margin-bottom:0} - -.bb-activity #buddypress .activity-lists.bp-list .activity-item,.bb-activity .bb-activity-media-wrap .bb-activity-media-elem.document-activity,.bb-activity .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap{background-color:transparent} - -.bb-activity #buddypress .activity-actions{display:none} - -.bb-activity #buddypress .activity-actions.activity-actions--show{display:block} - -.bb-activity #buddypress .activity-actions.activity-actions--show .generic-button{margin:0!important} - -.bb-activity #buddypress .activity-actions.activity-actions--show .generic-button a{margin-left:15px!important} - -.bb-activity #buddypress .activity-actions.activity-actions--show .generic-button a{display:none} - -.bb-activity #buddypress .activity-actions.activity-actions--show.activity-actions--fav .generic-button a.fav{display:inline-block} - -.bb-activity #buddypress .activity-actions.activity-actions--show.activity-actions--comment .generic-button a.acomment-reply{display:inline-block} - -.bb-activity #buddypress .activity-actions.activity-actions--show.activity-actions--edit .generic-button a.edit-activity{display:inline-block} - -.bb-activity #buddypress .activity-actions.activity-actions--show.activity-actions--delete .generic-button a.delete-activity{display:inline-block} - -.bb-activity .activity-list .activity-item .activity-content .do-state:not(.is-activity-comments) .activity-state.has-comments a.activity-state-comments{display:none} - -.bb-activity .activity-list .activity-item .activity-content .do-state.is-activity-comments .activity-state.has-comments a.activity-state-comments{display:inline-block} - -.bb-activity .buddypress-wrap .activity-comments ul ul .acomment-content{margin-right:51px} - -.bb-activity #buddypress .bp-list .comment-item .comment-item .action{margin-right:51px} - -.elementor-widget-bbp-activity .bb-media-info-section .activity-comments .acomment-content p,.elementor-widget-bbp-activity .bb-media-info-section .activity-comments .acomment-meta{font-size:13px} - -.elementor-widget-bbp-activity .bb-media-info-section .activity-state a{color:#555} - -.elementor-widget-bbp-activity .bb-media-info-section .activity-comments>ul>li>ul{margin-right:51px} - -.elementor-widget-bbp-activity .bb-media-info-section .activity-comments ul li ul{margin-top:0;margin-bottom:0} - -.elementor-widget-bbp-activity .bb-media-info-section .activity-comments ul{margin:15px 0 0} - -.elementor-widget-bbp-activity .bb-media-info-section .activity-comments>ul{margin:0 -15px} - -.elementor-widget-bbp-activity .bb-media-info-section .activity-comments ul li ul li{padding-bottom:0} - -.elementor-widget-bbp-activity .bb-media-info-section .activity-comments .acomment-content{margin-right:51px} - -.elementor-widget-bbp-activity .bb-media-info-section .activity-comments ul ul .acomment-content{margin-right:43px} - -.elementor-widget-bbp-activity .bb-media-info-section .activity-comments .acomment-content p{margin-bottom:0} - -.elementor-widget-bbp-activity .bb-media-info-section .activity-comments ul li ul li:first-child{margin-top:15px} - -.bb-media-privacy-wrap.bb-media-privacy-wrap--el-activity .activity-privacy{right:-70px;min-width:185px} - -.bb-media-privacy-wrap.bb-media-privacy-wrap--el-activity .activity-privacy::before{right:85px} - -.elementor-column[class*=elementor-col-]:not(.elementor-col-100) .bb-activity .zoom-meeting-block{-ms-flex-flow:column;flex-flow:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.elementor-column[class*=elementor-col-]:not(.elementor-col-100) .bb-activity .zoom-meeting-block-right{margin:10px 0 0} - -.elementor-column[class*=elementor-col-]:not(.elementor-col-100) .bb-activity .bp_zoom_countdown .position{height:50px;width:18px} - -.elementor-column[class*=elementor-col-]:not(.elementor-col-100) .bb-activity .bp_zoom_countdown span.digit{font-size:18px} - -.elementor-column[class*=elementor-col-]:not(.elementor-col-100) .bb-activity .bp_zoom_countdown .countdown_label{font-size:11px} - -.elementor-column[class*=elementor-col-]:not(.elementor-col-100) .bb-activity .bp_zoom_countdown>span{max-width:58px;margin:0} - -.elementor-column[class*=elementor-col-]:not(.elementor-col-100) .bb-activity .bp_zoom_countdown>span.countDays{max-width:66px} - -.bb-members,.elementor-widget-bbp-members,.elementor-widget-bbp-members .elementor-widget-container{height:100%} - -.elementor-col-100 .bb-members,.elementor-col-100 .elementor-widget-bbp-members,.elementor-col-100 .elementor-widget-bbp-members .elementor-widget-container,.elementor-column[data-col="100"] .bb-members,.elementor-column[data-col="100"] .elementor-widget-bbp-members,.elementor-column[data-col="100"] .elementor-widget-bbp-members .elementor-widget-container{height:auto} - -.elementor-widget-bbp-members .bb-members-list .bb-members-list__item{position:relative} - -.elementor-widget-bbp-members .bb-members-list .bb-members-list__avatar{position:relative} - -.elementor-widget-bbp-members .bb-members-list .member-status.online{position:absolute;right:30px;top:3px;left:inherit} - -.elementor-widget-bbp-members .item-options a{color:var(--bb-body-text-color);font-size:.875rem;display:inline-block;padding-bottom:10px;margin-left:1.25rem;margin-top:10px;-webkit-animation:unset!important;animation:unset!important} - -.elementor-widget-bbp-members .item-options a:hover{color:var(--bb-primary-color)} - -.elementor-widget-bbp-members .item-options a.selected{border-bottom:1px solid var(--bb-primary-color);color:var(--bb-primary-color);margin-bottom:-1px} - -.bb-template-v2 .elementor-widget-bbp-members .item-options a{text-transform:uppercase;font-size:.6875rem;line-height:1;font-weight:700;padding-bottom:5px;color:var(--bb-alternate-text-color)} - -.bb-template-v2 .elementor-widget-bbp-members .item-options a.selected{color:var(--bb-headings-color);font-weight:700} - -.bb-template-v2 .elementor-widget-bbp-members .item-options{border-bottom:0;margin-bottom:18px} - -.bb-members{border:1px solid var(--bb-content-border-color);padding:20px;background-color:#fff} - -.bb-members .bb-members-list:not(.active){display:none} - -.bb-members .bb-members__tab{text-transform:capitalize} - -.bb-no-data.bb-no-data--members{position:static;-webkit-transform:none;-ms-transform:none;transform:none;right:unset;top:unset;margin:30px 0} - -.bb-no-data--members:not(.active){display:none} - -.bb-members div.item-options.border-solid{border-bottom-style:solid} - -.bb-members div.item-options.border-dashed{border-bottom-style:dashed} - -.bb-members div.item-options.border-dotted{border-bottom-style:dotted} - -.bb-members div.item-options.border-double{border-bottom-style:double} - -.bb-members div.item-options.border-none{border-bottom-style:none} - -.bb-members div.item-options.border-none .selected{border-bottom-style:none} - -.bb-members-list__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px 0;margin-bottom:10px} - -.bb-members-list--align-left .bb-members-list__item{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start} - -.bb-members-list--align-left .bb-members-list__item .bb-members-list__avatar{margin-left:15px} - -.bb-members-list--align-center .bb-members-list__item{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -.bb-members-list--align-right .bb-members-list__item{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-flow:row-reverse;flex-flow:row-reverse} - -.bb-members-list--align-right .bb-members-list__item .bb-members-list__avatar{margin-right:15px;margin-left:0} - -.bb-members-list--align-right .bb-members-list__item .member-status.online{margin-left:auto;margin-right:0} - -.bb-members-list__avatar a{display:inline-block} - -.bb-members-list__avatar .avatar{border-radius:100%} - -.bb-members-list__item .member-status.online{background:var(--bb-success-color);border:2px solid #fff;border-radius:100%;width:13px;height:13px;margin-right:auto;display:inline-block;position:relative} - -.bb-members-list--align-center .bb-members-list__item .member-status.online,.bb-members-list--align-right .bb-members-list__item .member-status.online{margin-right:10px} - -.bb-members-list__name a{font-size:14px;font-weight:500;color:var(--bb-headings-color)} - -div.item-options .bb-members__tab.selected{font-weight:500} - -.bb-forums,.elementor-widget-bbp-forums,.elementor-widget-bbp-forums .elementor-widget-container{height:100%} - -.elementor-col-100 .bb-forums,.elementor-col-100 .elementor-widget-bbp-forums,.elementor-col-100 .elementor-widget-bbp-forums .elementor-widget-container,.elementor-column[data-col="100"] .bb-forums,.elementor-column[data-col="100"] .elementor-widget-bbp-forums,.elementor-column[data-col="100"] .elementor-widget-bbp-forums .elementor-widget-container{height:auto} - -.bb-forums{border:1px solid var(--bb-content-border-color);padding:20px;background-color:#fff;position:relative} - -.bb-forums .bbel-list-flow .bb-forums__item .item{width:100%} - -.bb-forums .item-title a{font-size:14px} - -.bb-forums .bb-forums__list .bb-forums__item .item-meta .bs-replied>a:hover{color:var(--bb-primary-color)} - -.bb-forums .bb-forums__list .bb-forums__item .item-title>a:hover{color:var(--bb-primary-color)} - -.bb-forums .bb-forums__avatar+.item .bs-last-reply{padding-right:0} - -.bb-forums .bb-forums__avatar+.item .bs-last-reply a.bbp-reply-to-link{right:-32px} - -.bb-forums .bb-forums__avatar+.item .bb-forums__last-reply{margin-top:0} - -.bb-forums .bb-forums__avatar+.item .bb-forums__last-reply .bs-last-reply{padding-right:25px;margin-top:0} - -.bb-forums .bb-forums__avatar+.item .bb-forums__last-reply .bs-last-reply a.bbp-reply-to-link{right:0;top:-3px} - -.bb-forums .bb-forums__avatar+.item .bb-forums__ww+.bb-forums__last-reply{margin-top:10px} - -.bb-forums .bb-forums__avatar+.item .bb-forums__ww+.bb-forums__last-reply .bs-last-reply{padding-right:0} - -.bb-forums .bb-forums__avatar+.item .bb-forums__ww+.bb-forums__last-reply .bs-last-reply a.bbp-reply-to-link{right:-32px;top:-4px} - -.bb-forums .bs-last-reply{display:block;color:var(--bb-body-text-color);margin:10px 0 0;position:relative;line-height:1.4;padding-right:35px} - -.bb-forums .bs-last-reply.is-empty{margin:0} - -.bb-forums .bs-last-reply.is-empty i{display:none} - -.bb-forums .bs-last-reply i{font-size:24px;opacity:.5} - -.bb-forums .bs-last-reply a.bbp-reply-to-link{color:#939597;display:inline-block;position:absolute;right:0;top:-4px} - -.bb-forums .bs-forums-items .item-meta.bb-reply-meta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.bb-forums__list>li{border-bottom:1px solid var(--bb-content-border-color);padding-bottom:20px} - -.bb-forums__list>li:last-of-type{border-bottom:0;padding-bottom:0} - -.bb-forums--blank{min-height:300px} - -.list-view .bb-forums__avatar .avatar{border-radius:100%;max-width:36px} - -.bb-forums__avatar .bbp-author-name{display:none} - -.bb-forums__avatar a{font-size:0} - -.bb-forums__avatar a>span{font-size:14px} - -.bb-forums__item .bb-forums__ww .bs-replied>a.bbp-author-link{font-size:0} - -.bb-forums__item .bb-forums__ww .bs-replied>a.bbp-author-link span{font-size:13px} - -.bb-forums__item .bb-forums__last-reply{margin-top:10px} - -.bb-forums__item .bb-forums__ww+.bb-forums__last-reply{margin-top:0} - -.bb-forums__item .item-title{line-height:1.2;margin-bottom:3px} - -.bb-forums__item .item-title>a{line-height:1.5} - -.bb-forums__ww .bs-voices-wrap{padding:10px 0 3px;display:block} - -.bb-forums__ww .bs-replied a{color:var(--bb-headings-color)} - -.bb-forums__ww .bs-replied a:hover{color:var(--bb-primary-color)} - -.bb-forums-extra{font-size:14px;font-weight:500;text-align:left;padding:0 0 15px;margin:0 0 15px;border-bottom:1px solid var(--bb-content-border-color)} - -.bb-forums-extra.border-dotted{border-bottom-style:dotted} - -.bb-forums-extra.border-dashed{border-bottom-style:dashed} - -.bb-forums-extra.border-solid{border-bottom-style:solid} - -.bb-forums-extra.border-double{border-bottom-style:double} - -.bb-forums-extra.border-none{border-bottom-style:none} - -body.rtl .bb-forums__avatar{margin-left:13px;margin-right:0!important}@media (min-width:768px){ - -.bb-forums-activity,.bb-forums-activity-wrapper,.elementor-widget-bbp-forums-activity,.elementor-widget-bbp-forums-activity .elementor-widget-container{height:100%} - -.elementor-col-100 .bb-forums-activity,.elementor-col-100 .bb-forums-activity-wrapper,.elementor-col-100 .elementor-widget-bbp-forums-activity,.elementor-col-100 .elementor-widget-bbp-forums-activity .elementor-widget-container,.elementor-column[data-col="100"] .bb-forums-activity,.elementor-column[data-col="100"] .bb-forums-activity-wrapper,.elementor-column[data-col="100"] .elementor-widget-bbp-forums-activity,.elementor-column[data-col="100"] .elementor-widget-bbp-forums-activity .elementor-widget-container{height:auto}} - -.bb-forums-activity{border:1px solid var(--bb-content-border-color);padding:20px;background-color:#fff;position:relative;min-height:250px} - -.bb-fa__forum-title{text-transform:uppercase;font-size:13px;color:var(--bb-alternate-text-color);font-weight:500} - -.bb-fa__topic-title h2{font-weight:500;margin-bottom:10px;line-height:1.2} - -.bb-fa__meta{line-height:1;margin:0 0 20px} - -.bb-fa__meta span{color:var(--bb-alternate-text-color);font-size:13px} - -.bb-fa__excerpt{font-size:14px;margin:0 26px 20px 0;line-height:1.4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative} - -.bb-fa__excerpt.no-link{margin-right:0} - -.bb-fa__excerpt a.bbp-reply-to-link i{font-size:24px;opacity:.5} - -.bb-fa__excerpt a.bbp-reply-to-link{color:#939597;display:inline-block;position:absolute;right:-32px;top:-3px} - -.bb-fa__excerpt.is-empty{margin:0} - -.bb-fa__excerpt.is-empty a.bbp-reply-to-link{display:none} - -.bb-fa__link{display:-webkit-box;display:-ms-flexbox;display:flex} - -.bb-fa__link a{display:inline-block;font-size:14px;padding:4px 20px;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-button-radius)} - -.elementor-cta--falign-right .bb-fa__link a{margin-right:auto} - -.elementor-cta--falign-left .bb-fa__link a{margin-left:auto} - -.elementor-cta--falign-center .bb-fa__link a{margin-left:auto;margin-right:auto} - -.elementor-cta--fa-my-align-right .bb-forums-activity-btn{text-align:left;left:0} - -.elementor-cta--fa-my-align-left .bb-forums-activity-btn{text-align:right;right:0} - -.elementor-cta--fa-my-align-center .bb-forums-activity-btn{text-align:center;right:0;left:0;margin:0 auto}@media (min-width:768px){ - -.elementor-max-50 .elementor-heading-title{max-width:50%} - -.elementor-widget-bbp-forums-activity{padding-top:60px} - -.elementor-max-50+section .elementor-widget-bbp-forums-activity{padding-top:0}} - -.bb-forums-activity-wrapper{position:relative;min-height:250px}@media (max-width:768px){ - -.bb-forums-activity-wrapper--ismy{margin-top:50px}} - -.bb-forums-activity-btn{text-align:left;position:absolute;top:-50px} - -.bb-forums-activity-btn a.bb-forums-activity-btn__link{font-size:13px;display:inline-block;border-radius:var(--bb-button-radius);padding:2px 15px;color:#939597;border:1px solid #9ea8b2;cursor:pointer} - -.bb-forums-activity-btn a.bb-forums-activity-btn__link:hover{color:var(--bb-primary-color)} - -.bb-forums-activity-btn a.bb-forums-activity-btn__link i{font-size:20px;position:relative;top:3px;right:3px} - -body.rtl .bb-forums-activity-btn__link i{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)} - -.lifterlms-course-list--elementor .columns-1 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.lifterlms-course-list--elementor .columns-2 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}@media screen and (max-width:480px){ - -.lifterlms-course-list--elementor .columns-2 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}} - -.lifterlms-course-list--elementor .columns-3 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}@media screen and (max-width:820px){ - -.lifterlms-course-list--elementor .columns-3 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:480px){ - -.lifterlms-course-list--elementor .columns-3 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}} - -.lifterlms-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap,.lifterlms-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}@media screen and (max-width:1200px){ - -.lifterlms-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap,.lifterlms-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}}@media screen and (max-width:820px){ - -.lifterlms-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap,.lifterlms-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:480px){ - -.lifterlms-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap,.lifterlms-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}} - -.lifterlms-course-list--elementor .course-dir-list--hidestatus .bb-cover-list-item .ld-status{display:none} - -.lifterlms-course-list--elementor .course-dir-list--hidemedia .bb-course-items .bb-course-cover .bb-cover-wrap img{display:none} - -.lifterlms-course-list--elementor.noProgress .llms-progress{display:none} - -.lifterlms-course-list--elementor.noPrice .llms-meta-aplans .llms-meta-aplans__price{display:none} - -.lifterlms-course-list--elementor.noEnroll .llms-meta-aplans .llms-meta-aplans__btn{display:none} - -.lifterlms-course-list--elementor.noTimestamp .llms-meta-aplans.llms-meta-aplans--enrolled{display:none} - -.lifterlms-course-list--elementor.noTitle .bb-courses-header>.bb-title{display:none} - -.lifterlms-course-list--elementor.noSearch .bb-courses-header>#courses-dir-search{display:none} - -.lifterlms-course-list--elementor.noCourseNavigation.lifterlms-course-list .courses-type-navs{display:none} - -.lifterlms-course-list--elementor.noPagination .course-dir-list .bb-lms-pagination{display:none} - -.lifterlms-course-list--elementor .bb-lms-pagination .page-numbers:not(.prev,.next){display:inline-block;text-align:center} - -.lifterlms-course-list--elementor .bb-lms-pagination.noPrevNext a.next,.lifterlms-course-list--elementor .bb-lms-pagination.noPrevNext a.prev{display:none} - -.lifterlms-course-list--elementor .bb-lms-pagination a.next.page-numbers,.lifterlms-course-list--elementor .bb-lms-pagination a.prev.page-numbers{font-size:0!important} - -.lifterlms-course-list--cover .bb-courses-directory .grid-filters{display:none} - -.lifterlms-course-list--cover .bb-courses-directory .sfwd-courses-filters .select-wrap:last-of-type select{margin-left:0} - -.lifterlms-course-list--cover.lifterlms-course-list--featured .bb-course-items.grid-view .bb-course-item-wrap:nth-child(1),.lifterlms-course-list--cover.lifterlms-course-list--featured .bb-course-items.grid-view .bb-course-item-wrap:nth-child(2){-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.lifterlms-course-list--cover .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%} - -.lifterlms-course-list--cover .bb-course-items.list-view,.lifterlms-course-list--cover .bb-course-items.list-view.hide{display:none!important} - -.lifterlms-course-list--cover .bb-course-items .bb-cover-wrap{position:relative} - -.lifterlms-course-list--cover .bb-course-items .bb-cover-wrap::after{content:"";display:inline-block;position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,.3);background-image:none} - -.lifterlms-course-list--cover .bb-cover-list-item{position:relative} - -.lifterlms-course-list--cover .bb-course-items .bb-cover-list-item.bb-course-paid{padding-bottom:0} - -.lifterlms-course-list--cover .bb-course-items .bb-cover-wrap{border-radius:4px} - -.lifterlms-course-list--cover .bb-course-cover{position:absolute;z-index:9;height:100%;width:100%} - -.lifterlms-course-list--cover .bb-card-course-details{position:relative;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%} - -.lifterlms-course-list--cover .bb-card-course-details .course-lesson-count{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1} - -.lifterlms-course-list--cover .bb-card-course-details .bb-course-title{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2} - -.lifterlms-course-list--cover .bb-card-course-details .bb-course-excerpt{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3} - -.lifterlms-course-list--cover .bb-card-course-details .course-progress-wrap{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3} - -.lifterlms-course-list--cover .bb-card-course-details .bb-course-meta{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4} - -.lifterlms-course-list--cover .bb-card-course-details .bb-course-footer{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;display:none} - -.lifterlms-course-list--cover .bb-course-items .bb-cover-wrap{height:100%;padding-top:0} - -.lifterlms-course-list--cover .bb-cover-list-item .ld-status,.lifterlms-course-list--cover .course-lesson-count{display:none} - -.lifterlms-course-list--cover .bb-course-title a{color:#fff} - -.lifterlms-course-list--cover .bb-course-items .bb-course-excerpt{color:#fff} - -.lifterlms-course-list--cover .bb-course-meta strong a{color:#fff} - -.lifterlms-course-list--cover .course-details-verbose{padding-bottom:10px} - -.lifterlms-course-list--cover .lifterlms-price,.lifterlms-course-list--cover .llms-meta-aplans__btn a,.lifterlms-course-list--cover .llms-meta-aplans__inDate{color:#fff} - -.lifterlms-course-list--cover.lifterlms-course-list .bb-cover-list-item .llms-meta-aplans{position:static;min-height:auto;width:100%;margin-bottom:0} - -#page .elementor-cta--content-v-align-bottom .lifterlms-course-list--cover .bb-card-course-details .course-details-verbose,.elementor-cta--content-v-align-bottom .lifterlms-course-list--cover .bb-card-course-details .course-details-verbose{margin-top:auto} - -.elementor-cta--content-v-align-top.elementor-cta--footer-v-align-bottom .llms-meta-aplans{margin-top:auto} - -.lms-nav--align-right .courses-type-navs .courses-nav{float:left} - -.lms-nav--align-center .courses-type-navs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -#page .learndash-course-list--cover .bb-course-title a,#page .lifterlms-course-list--cover .bb-course-title a{color:#fff} - -.bb-groups{border:1px solid var(--bb-content-border-color);padding:20px;background-color:#fff} - -.bb-groups .bb-groups-list:not(.active){display:none} - -.bb-groups .bb-groups__tab{text-transform:capitalize} - -.bb-groups #groups-list .item-avatar img{border-color:var(--bb-content-border-color);border-width:1px} - -.bb-groups #groups-list .item-avatar a{border:0;box-shadow:none} - -.bb-no-data.bb-no-data--groups{position:static;-webkit-transform:none;-ms-transform:none;transform:none;right:unset;top:unset;margin:30px 0} \ No newline at end of file +.elementor-add-section .elementor-add-new-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-flow:wrap;flex-flow:wrap}.elementor-template-full-width #content,[class*=template-elementor_header_footer] #content{padding-right:0;padding-left:0}.elementor-template-full-width #content>.container,[class*=template-elementor_header_footer] #content>.container{max-width:100%;padding:0}body:not(.register) .elementor-header+#content{padding-top:0}.elementor-page.page-template-page-fullwidth-content #primary{padding-right:0;padding-left:0}@media (min-width:800px){body.bb-buddypanel:not(.elementor-template-canvas) .elementor-section-boxed[style*=width],body.bb-buddypanel:not(.elementor-template-canvas) .elementor-section-full_width[style*=width],body.bb-buddypanel:not(.elementor-template-canvas) .elementor-section-stretched[style*=width]{padding-right:68px}}@media (min-width:800px){body.bb-buddypanel.buddypanel-open:not(.elementor-template-canvas) .elementor-section-boxed[style*=width],body.bb-buddypanel.buddypanel-open:not(.elementor-template-canvas) .elementor-section-full_width[style*=width],body.bb-buddypanel.buddypanel-open:not(.elementor-template-canvas) .elementor-section-stretched[style*=width]{padding-right:230px}}.elementor-add-section-drag-title{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.entry-content .elementor-wrapper .fluid-width-video-wrapper{margin-top:0;margin-bottom:0}.elementor-widget-container ul.elementor-nav-menu{z-index:initial}.elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown{z-index:5}.elementor-slick-slider .slick-next,.elementor-slick-slider .slick-prev{box-shadow:none}.elementor-slick-slider .slick-arrows-inside .slick-next{right:auto}#content .elementor-widget-container li.product,#content .wp-block-woocommerce-handpicked-products li.product,#content .wp-block-woocommerce-product-best-sellers li.product,#content .wp-block-woocommerce-product-category li.product,#content .wp-block-woocommerce-product-new li.product,#content .wp-block-woocommerce-product-on-sale li.product,#content .wp-block-woocommerce-product-top-rated li.product,#content .wp-block-woocommerce-products-by-attribute li.product{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius);overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex}#content .elementor-widget-container li.product:hover,#content .wp-block-woocommerce-handpicked-products li.product:hover,#content .wp-block-woocommerce-product-best-sellers li.product:hover,#content .wp-block-woocommerce-product-category li.product:hover,#content .wp-block-woocommerce-product-new li.product:hover,#content .wp-block-woocommerce-product-on-sale li.product:hover,#content .wp-block-woocommerce-product-top-rated li.product:hover,#content .wp-block-woocommerce-products-by-attribute li.product:hover{box-shadow:0 6px 24px 0 rgba(18,43,70,.12)}#content .elementor-widget-container .woocommerce-loop-category__title,#content .elementor-widget-container .woocommerce-loop-product__title,#content .wp-block-woocommerce-handpicked-products .woocommerce-loop-category__title,#content .wp-block-woocommerce-handpicked-products .woocommerce-loop-product__title,#content .wp-block-woocommerce-product-best-sellers .woocommerce-loop-category__title,#content .wp-block-woocommerce-product-best-sellers .woocommerce-loop-product__title,#content .wp-block-woocommerce-product-category .woocommerce-loop-category__title,#content .wp-block-woocommerce-product-category .woocommerce-loop-product__title,#content .wp-block-woocommerce-product-new .woocommerce-loop-category__title,#content .wp-block-woocommerce-product-new .woocommerce-loop-product__title,#content .wp-block-woocommerce-product-on-sale .woocommerce-loop-category__title,#content .wp-block-woocommerce-product-on-sale .woocommerce-loop-product__title,#content .wp-block-woocommerce-product-top-rated .woocommerce-loop-category__title,#content .wp-block-woocommerce-product-top-rated .woocommerce-loop-product__title,#content .wp-block-woocommerce-products-by-attribute .woocommerce-loop-category__title,#content .wp-block-woocommerce-products-by-attribute .woocommerce-loop-product__title{text-align:center;font-size:16px;line-height:24px}#content .elementor-widget-container li.product .price,#content .wp-block-woocommerce-handpicked-products li.product .price,#content .wp-block-woocommerce-product-best-sellers li.product .price,#content .wp-block-woocommerce-product-category li.product .price,#content .wp-block-woocommerce-product-new li.product .price,#content .wp-block-woocommerce-product-on-sale li.product .price,#content .wp-block-woocommerce-product-top-rated li.product .price,#content .wp-block-woocommerce-products-by-attribute li.product .price{color:var(--bb-primary-color);font-weight:500;text-align:center}#content .elementor-widget-container li.product .price del,#content .wp-block-woocommerce-handpicked-products li.product .price del,#content .wp-block-woocommerce-product-best-sellers li.product .price del,#content .wp-block-woocommerce-product-category li.product .price del,#content .wp-block-woocommerce-product-new li.product .price del,#content .wp-block-woocommerce-product-on-sale li.product .price del,#content .wp-block-woocommerce-product-top-rated li.product .price del,#content .wp-block-woocommerce-products-by-attribute li.product .price del{color:var(--bb-alternate-text-color);font-weight:400;opacity:1}#content .elementor-widget-container ul.products li.product .onsale,#content .wp-block-woocommerce-handpicked-products ul.products li.product .onsale,#content .wp-block-woocommerce-product-best-sellers ul.products li.product .onsale,#content .wp-block-woocommerce-product-category ul.products li.product .onsale,#content .wp-block-woocommerce-product-new ul.products li.product .onsale,#content .wp-block-woocommerce-product-on-sale ul.products li.product .onsale,#content .wp-block-woocommerce-product-top-rated ul.products li.product .onsale,#content .wp-block-woocommerce-products-by-attribute ul.products li.product .onsale{margin:0;top:0;right:0;border-top:1px solid var(--bb-content-border-color);border-right:1px solid var(--bb-content-border-color);left:auto;border-radius:0 4px;padding:10px;background-color:var(--bb-primary-color);min-height:auto;min-width:auto;line-height:1em;text-transform:uppercase;font-size:12px}#content .elementor-widget-container li.product .button,#content .wp-block-woocommerce-handpicked-products li.product .button,#content .wp-block-woocommerce-product-best-sellers li.product .button,#content .wp-block-woocommerce-product-category li.product .button,#content .wp-block-woocommerce-product-new li.product .button,#content .wp-block-woocommerce-product-on-sale li.product .button,#content .wp-block-woocommerce-product-top-rated li.product .button,#content .wp-block-woocommerce-products-by-attribute li.product .button{width:100%;border-radius:0;padding:.618em 1em;margin-top:auto}#content .elementor-widget-container li.product .button .add_to_cart_button.added,#content .wp-block-woocommerce-handpicked-products li.product .button .add_to_cart_button.added,#content .wp-block-woocommerce-product-best-sellers li.product .button .add_to_cart_button.added,#content .wp-block-woocommerce-product-category li.product .button .add_to_cart_button.added,#content .wp-block-woocommerce-product-new li.product .button .add_to_cart_button.added,#content .wp-block-woocommerce-product-on-sale li.product .button .add_to_cart_button.added,#content .wp-block-woocommerce-product-top-rated li.product .button .add_to_cart_button.added,#content .wp-block-woocommerce-products-by-attribute li.product .button .add_to_cart_button.added{width:50%;border-left:1px solid var(--bb-content-border-color)}#content .elementor-widget-container li.product .button .added_to_cart.wc-forward,#content .wp-block-woocommerce-handpicked-products li.product .button .added_to_cart.wc-forward,#content .wp-block-woocommerce-product-best-sellers li.product .button .added_to_cart.wc-forward,#content .wp-block-woocommerce-product-category li.product .button .added_to_cart.wc-forward,#content .wp-block-woocommerce-product-new li.product .button .added_to_cart.wc-forward,#content .wp-block-woocommerce-product-on-sale li.product .button .added_to_cart.wc-forward,#content .wp-block-woocommerce-product-top-rated li.product .button .added_to_cart.wc-forward,#content .wp-block-woocommerce-products-by-attribute li.product .button .added_to_cart.wc-forward{border-left:0}#content .elementor-widget-container li.product .button:hover,#content .wp-block-woocommerce-handpicked-products li.product .button:hover,#content .wp-block-woocommerce-product-best-sellers li.product .button:hover,#content .wp-block-woocommerce-product-category li.product .button:hover,#content .wp-block-woocommerce-product-new li.product .button:hover,#content .wp-block-woocommerce-product-on-sale li.product .button:hover,#content .wp-block-woocommerce-product-top-rated li.product .button:hover,#content .wp-block-woocommerce-products-by-attribute li.product .button:hover{color:#fff}#content .elementor-widget-container .star-rating,#content .wp-block-woocommerce-handpicked-products .star-rating,#content .wp-block-woocommerce-product-best-sellers .star-rating,#content .wp-block-woocommerce-product-category .star-rating,#content .wp-block-woocommerce-product-new .star-rating,#content .wp-block-woocommerce-product-on-sale .star-rating,#content .wp-block-woocommerce-product-top-rated .star-rating,#content .wp-block-woocommerce-products-by-attribute .star-rating{margin:0 auto 10px}#content .elementor-widget-container .woocommerce-placeholder,#content .wp-block-woocommerce-handpicked-products .woocommerce-placeholder,#content .wp-block-woocommerce-product-best-sellers .woocommerce-placeholder,#content .wp-block-woocommerce-product-category .woocommerce-placeholder,#content .wp-block-woocommerce-product-new .woocommerce-placeholder,#content .wp-block-woocommerce-product-on-sale .woocommerce-placeholder,#content .wp-block-woocommerce-product-top-rated .woocommerce-placeholder,#content .wp-block-woocommerce-products-by-attribute .woocommerce-placeholder{border:0;border-bottom:1px solid var(--bb-content-border-color)}.elementor-widget-container .product_list_widget{list-style:none;margin:0}.elementor-widget-container .product_list_widget li{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius);overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;margin-bottom:20px}.elementor-widget-container .product_list_widget li:hover{box-shadow:0 6px 24px 0 rgba(18,43,70,.12)}.elementor-widget-container .product_list_widget img{width:100%;height:auto;display:block;margin:0 0 1em;box-shadow:none}.elementor-widget-container .product_list_widget .product-title{color:var(--bb-headings-color);display:block;font-size:16px;line-height:24px;margin-bottom:15px;text-align:center}.elementor-widget-container .product_list_widget .amount{color:var(--bb-primary-color);display:block;font-weight:500;margin-top:-10px;margin-bottom:15px;text-align:center}.elementor-widget-container .product_list_widget del .amount{color:var(--bb-alternate-text-color);margin-bottom:10px}.elementor-widget-container .product_list_widget .star-rating{font-size:12px}.elementor-element #groups-list,.elementor-widget-wrap #groups-list{list-style:none;margin:0}.elementor-element #groups-list .item-avatar,.elementor-widget-wrap #groups-list .item-avatar{-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px;margin-left:12px}.elementor-element #groups-list .item-avatar img,.elementor-widget-wrap #groups-list .item-avatar img{border-radius:3px}.elementor-element #groups-list .item,.elementor-widget-wrap #groups-list .item{line-height:1}.elementor-element #groups-list .item-title,.elementor-widget-wrap #groups-list .item-title{margin-bottom:3px}.elementor-element #groups-list .item-title a,.elementor-widget-wrap #groups-list .item-title a{font-size:.9375rem;font-weight:500;color:var(--bb-headings-color);letter-spacing:-.24px}.elementor-element #groups-list span.activity,.elementor-widget-wrap #groups-list span.activity{color:var(--bb-alternate-text-color);font-size:12px;letter-spacing:-.26px;line-height:1.2}.elementor-widget-wp-widget-bp_latest_activities .activity-list{padding:0}.elementor-widget-wp-widget-bp_latest_activities .update-item{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-wp-widget-bp_latest_activities .update-item cite{-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px;min-width:0;margin-left:10px}.elementor-widget-wp-widget-bp_latest_activities .update-item{font-size:14px}.elementor-widget-wp-widget-bp_latest_activities .avatar{border-radius:50%}.elementor-widget-wp-widget-bp_latest_activities .view.activity-time-since{line-height:1;margin:0}.elementor-widget-wp-widget-bp_core_members_widget #members-list{list-style:none;font-size:.875rem;line-height:1.35}.elementor-widget-wp-widget-bp_core_members_widget #members-list li{margin-bottom:10px}.elementor-widget-wp-widget-bp_core_members_widget ul.item-list li .item-avatar{margin-left:12px;-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px;padding:0}.elementor-widget-wp-widget-bp_core_members_widget .item-title a{font-size:14px}.elementor-widget-wp-widget-bp_core_members_widget .item-meta{display:none}.elementor-widget-wp-widget-bp_core_members_widget #members-list.item-list .item-avatar img{max-width:100%}.elementor-widget .widget-num-count{padding:0 6px 0 0;color:var(--bb-alternate-text-color);margin-left:auto;font-size:14px}.elementor-widget-wp-widget-bp_core_follow_follower_widget .item-avatar img,.elementor-widget-wp-widget-bp_core_follow_following_widget .item-avatar img,.elementor-widget-wp-widget-bp_core_recently_active_widget .item-avatar img,.elementor-widget-wp-widget-bp_core_whos_online_widget .item-avatar img{border-radius:50%}.uael-subscribe-bar .fluid-width-video-wrapper{padding:0!important;margin:0!important;width:auto}.uael-subscribe-bar .fluid-width-video-wrapper iframe{height:auto;position:static;width:auto}.elementor-element.elementor-products-grid .woocommerce ul.products li.product{max-width:inherit;width:inherit}.elementor-element.elementor-products-grid .woocommerce ul.products li.product .onsale.onsale{padding:10px}.elementor-element.elementor-products-grid .woocommerce ul.products li.product h2.woocommerce-loop-category__title{text-align:center}.elementor-element.elementor-products-grid .woocommerce .woocommerce-pagination a:hover{color:var(--bb-body-background-color)}.elementor-element.elementor-products-grid .woocommerce .woocommerce-pagination a.next,.elementor-element.elementor-products-grid .woocommerce .woocommerce-pagination a.prev{font-size:0;color:var(--bb-body-text-color);padding:0}.elementor-element.elementor-products-grid .woocommerce .woocommerce-pagination a.next:before,.elementor-element.elementor-products-grid .woocommerce .woocommerce-pagination a.prev:before{line-height:28px;display:inline-block;width:28px}.site-content-grid>.woocommerce-notices-wrapper{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.site-content-grid>.woocommerce-notices-wrapper:empty{display:none}.woocommerce #content .site-content-grid>.product.elementor{display:block}nav.elementor-pagination{margin-top:30px;margin-bottom:30px}.elementor-image>.wp-caption{background:100% 0}.elementor-nav-menu .menu-item i._mi{margin-top:0}.elementor-nav-menu ul.elementor-nav-menu--dropdown a,.elementor-nav-menu ul.elementor-nav-menu--dropdown a:focus,.elementor-nav-menu ul.elementor-nav-menu--dropdown a:hover{border-right:0}.elementor-element.elementor-products-grid ul.products li.product a.woocommerce-loop-product__link{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.elementor-element.elementor-products-grid ul.products li.product a.button:last-child{-webkit-box-flex:0;-ms-flex:none;flex:none}.elementor-element.elementor-products-grid ul.products li.product .woocommerce-loop-product__title{padding-right:5px;padding-left:5px}@media (max-width:1024px){#content .elementor-element.elementor-products-grid ul.products.products{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:800px){.bb-buddypanel.bb-sfwd-aside .site-header.site-header--elementor{width:auto}}@media (max-width:768px){#content .elementor-element.elementor-products-grid ul.products.products{grid-template-columns:repeat(2,1fr)}.bb-footer-logo-max-width .elementor-image>img{max-width:50%}.bb-logo-align-center.bb-footer-logo-max-width .elementor-image>img{margin:0 auto;display:block}}@media (max-width:480px){#content .elementor-element.elementor-products-grid ul.products.products{grid-template-columns:repeat(1,1fr)}}.bb-block-header{margin:0 0 22px}.bb-block-header h3{margin:0;font-weight:500}.bb-block-header__extra{font-size:12px;font-weight:500;text-align:left;text-transform:uppercase;letter-spacing:.3px}body.rtl .bb-block-header__extra a.count-more i{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.bbel-list-flow{margin:0 -20px;max-height:900px;overflow-y:auto;padding:0 20px}.bb-members .bbel-list-flow{max-height:850px}.bb-no-data{text-align:center;font-size:14px;position:absolute;top:50%;right:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);width:100%}.bb-no-data img.bb-no-data__image{max-width:50%;margin:0 0 25px}.bb-no-data .bp-feedback.info{border:0}.bb-no-data .bp-feedback.info .bp-icon{display:none}.bb-no-data .bp-feedback{box-shadow:none;margin:0;padding:0 10%}.bb-no-data .bp-feedback p{width:100%;padding:0}.bb-no-data .bp-messages{border:0}.bb-no-data .bb-no-data__link{display:inline-block;font-size:14px;padding:4px 20px;border:1px solid var(--bb-content-border-color);border-radius:30px;margin:10px 0 0}.elementor-field-group .elementor-field-textual:focus,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper select:focus,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input:focus,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea:focus{outline:0;box-shadow:none}@media screen and (max-width:1200px){.elementor-section.elementor-section-boxed>.elementor-container{padding-right:30px;padding-left:30px}}@media screen and (max-width:800px){.elementor-section.elementor-section-boxed>.elementor-container{padding-right:10px;padding-left:10px}}@media screen and (max-width:544px){.elementor-section.elementor-section-boxed>.elementor-container{padding-right:0;padding-left:0}}.elementor-button{background-color:var(--bb-primary-color);border-radius:var(--bb-button-radius)}.elementor-button.elementor-size-lg,.elementor-button.elementor-size-md,.elementor-button.elementor-size-xl,.elementor-button.elementor-size-xs{border-radius:var(--bb-button-radius)}.elementor-icon,.elementor-view-framed .elementor-icon{color:var(--bb-alternate-text-color)}.elementor-view-stacked .elementor-icon{background-color:var(--bb-alternate-text-color)}.elementor-view-framed .elementor-icon{border-color:var(--bb-alternate-text-color)}.elementor-headline--style-highlight svg path{stroke:var(--bb-primary-color)}.elementor-price-list-description{color:var(--bb-alternate-text-color)}.elementor-post__title a{color:var(--bb-headings-color)}.elementor-post__title a:hover{color:var(--bb-primary-color)}.elementor-posts div.elementor-post__meta-data{color:var(--bb-alternate-text-color)}.elementor-posts div.elementor-post__excerpt p{color:var(--bb-body-text-color)}div.elementor-field-group .elementor-field-textual{border-color:var(--bb-content-border-color)}.elementor-price-table .elementor-price-table__currency,.elementor-price-table .elementor-price-table__fractional-part,.elementor-price-table .elementor-price-table__integer-part{color:var(--bb-headings-color)}.elementor-price-table .elementor-price-table__period{color:var(--bb-body-text-color)}.elementor-cta--skin-classic .elementor-cta__content-item.elementor-cta__title{color:var(--bb-headings-color)}.elementor-counter div.elementor-counter-title,.elementor-cta--skin-classic .elementor-cta__content-item.elementor-cta__description{color:var(--bb-body-text-color)}.elementor-blockquote__author,.elementor-counter div.elementor-counter-number-wrapper,.elementor-testimonial-wrapper div.elementor-testimonial-name,.elementor-testimonial__name,.elementor-widget-reviews .elementor-testimonial__name{color:var(--bb-headings-color)}.elementor-testimonial-wrapper div.elementor-testimonial-job,.elementor-testimonial__title,.elementor-widget-reviews .elementor-testimonial__title{color:var(--bb-alternate-text-color)}div.elementor-widget-blockquote blockquote{color:var(--bb-body-text-color)}.elementor-element.elementor-button-info a.elementor-button,.elementor-widget-progress .elementor-progress-wrapper.progress-info div.elementor-progress-bar{background-color:var(--bb-default-notice-color)}.elementor-element.elementor-button-success a.elementor-button,.elementor-widget-progress .elementor-progress-wrapper.progress-success div.elementor-progress-bar{background-color:var(--bb-success-color)}.elementor-element.elementor-button-warning a.elementor-button,.elementor-widget-progress .elementor-progress-wrapper.progress-warning div.elementor-progress-bar{background-color:var(--bb-warning-color)}.elementor-element.elementor-button-danger a.elementor-button,.elementor-widget-progress .elementor-progress-wrapper.progress-danger div.elementor-progress-bar{background-color:var(--bb-danger-color)}.elementor-accordion .elementor-tab-title{color:var(--bb-headings-color)}.elementor-toggle .elementor-tab-title{color:var(--bb-headings-color)}.elementor-icon-box-title{color:var(--bb-headings-color)}div.elementor-alert.elementor-alert-info{color:var(--bb-default-notice-color);border-color:rgba(var(--bb-default-notice-color-rgb),.7);background-color:rgba(var(--bb-default-notice-color-rgb),.1)}div.elementor-alert.elementor-alert-success{color:var(--bb-success-color);border-color:rgba(var(--bb-success-color-rgb),.7);background-color:rgba(var(--bb-success-color-rgb),.1)}div.elementor-alert.elementor-alert-warning{color:var(--bb-warning-color);border-color:rgba(var(--bb-warning-color-rgb),.7);background-color:rgba(var(--bb-warning-color-rgb),.1)}div.elementor-alert.elementor-alert-danger{color:var(--bb-danger-color);border-color:rgba(var(--bb-danger-color-rgb),.7);background-color:rgba(var(--bb-danger-color-rgb),.1)}.elementor-menu-cart__toggle a.elementor-button{color:var(--bb-alternate-text-color)}.elementor-widget-post-comments .commentlist{list-style:none}div.elementor-price-table__ribbon-inner{background-color:var(--bb-primary-color)}.header-mini-cart{overflow:hidden}.header-mini-cart .elementor-menu-cart__product{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px 20px;border-bottom:1px solid var(--bb-content-border-color)}.header-mini-cart .elementor-menu-cart__product .elementor-menu-cart__product-image img{max-width:36px;width:36px;border-radius:50%;margin-left:10px;margin-right:0;float:none}.header-mini-cart .elementor-menu-cart__product .elementor-menu-cart__product-name{max-width:240px}.header-mini-cart .elementor-menu-cart__product .elementor-menu-cart__product-name a{color:var(--bb-headings-color);font-size:14px}.header-mini-cart .elementor-menu-cart__product .elementor-menu-cart__product-name a:hover{color:var(--bb-primary-color)}.header-mini-cart .elementor-menu-cart__product .elementor-menu-cart__product-price{margin-right:auto;font-size:13px;color:var(--bb-alternate-text-color)}.header-mini-cart .elementor-menu-cart__product .elementor-menu-cart__product-price .quantity{display:-webkit-box;display:-ms-flexbox;display:flex}.header-mini-cart .elementor-menu-cart__subtotal{margin:15px 20px 15px 0;font-size:14px;color:var(--bb-alternate-text-color);float:right}.header-mini-cart .elementor-menu-cart__subtotal strong{font-weight:400}.header-mini-cart .elementor-menu-cart__footer-buttons{margin:15px 0 15px 20px;float:left}.header-mini-cart .elementor-menu-cart__footer-buttons .elementor-button{background-color:transparent;font-size:14px;margin-right:5px}.bb-template-v2 .header-mini-cart .elementor-menu-cart__product{border-bottom:0}.bb-template-v2 .header-mini-cart .elementor-menu-cart__products{border-bottom:1px solid var(--bb-content-border-color)}.bb-sfwd-aside .site>.elementor-location-header{-webkit-transition:padding-right .3s ease-in-out;transition:padding-right .3s ease-in-out}.bb-sfwd-aside .site>.elementor-location-header .elementor-section.elementor-section-stretched{right:inherit!important}.bb-sfwd-aside:not(.lms-side-panel-close) .site>.elementor-location-header{padding:0 370px 0 0}.bb-sfwd-aside:not(.lms-side-panel-close) .site>.elementor-location-header .elementor-section.elementor-section-stretched{width:100%!important;right:inherit!important;padding:0!important}@media screen and (max-width:767px){.bb-sfwd-aside:not(.lms-side-panel-close) .site>.elementor-location-header{padding:0}}.bb-sfwd-aside .site>.elementor-location-header{z-index:initial!important}.elementor-element-edit-mode .elementor-widget-wp-widget-bp_core_whos_online_widget a#online-members{border-bottom:1px solid #ed7e00;font-weight:600;margin-bottom:-1px;color:var(--bb-headings-color)}.elementor-element-edit-mode .elementor-widget-wp-widget-bp_core_whos_online_widget #boss_whos_online_widget_connections{display:none}.elementor-widget.elementor-widget-wp-widget-bp_core_friends_widget ul a{font-size:14px}.elementor-widget.elementor-widget-wp-widget-bp_core_friends_widget .item-meta{display:none}.elementor-widget.elementor-widget-wp-widget-bp_core_friends_widget .item-list .item-avatar{margin-left:12px}.elementor-element-edit-mode.elementor-widget[class*=wp-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 .9375rem}.elementor-widget-search-form .elementor-search-form__input{height:auto;outline:0}.elementor-nav-menu--main li.menu-item{z-index:0}.bb-buddypanel.sticky-header:not(.bb-sfwd-aside) .site-header.site-header--elementor,.site-header.site-header--elementor,.sticky-header .site-header.site-header--elementor{width:auto;background-color:transparent;box-shadow:none;position:relative}.lms-side-panel-close .site-header--elementor .header-maximize-link{display:none!important}body:not(.lms-side-panel-close) .site-header--elementor .header-minimize-link{display:none!important}.site-header.site-header--elementor,body.bp-search .site-header.site-header--elementor{z-index:9;padding-left:0;padding-right:0}.site-header--elementor #bb-toggle-theme,.site-header--elementor #header-messages-dropdown-elem,.site-header--elementor #header-notifications-dropdown-elem,.site-header--elementor .bb-separator,.site-header--elementor .course-toggle-view,.site-header--elementor .header-cart-link-wrap,.site-header--elementor .header-search-link,.site-header--elementor .user-wrap{display:none}.site-header--elementor.site-header--align-right .header-aside{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.site-header--elementor.site-header--align-left .header-aside{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.site-header--elementor.site-header--align-center .header-aside{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.site-header--elementor .bb-header-buttons{white-space:nowrap}.site-header--elementor .user-mention .bp-suggestions-mention{padding:0;margin:0;color:inherit}.site-header--elementor .sub-menu .ab-submenu a:hover{background-color:transparent}.site-header--elementor .user-link img,.site-header--elementor.avatar-none .user-link img{border-style:none}.site-header--elementor.avatar-solid .user-link img{border-style:solid}.site-header--elementor.avatar-dotted .user-link img{border-style:dotted}.site-header--elementor.avatar-dashed .user-link img{border-style:dashed}.site-header--elementor.avatar-double .user-link img{border-style:double}.site-header--elementor .primary-menu.bb-primary-overflow .menu-item-has-children:after{opacity:1}.elementor .user-link img{max-width:36px}.elementor-widget-container .site-header--elementor .product_list_widget li{-ms-flex-flow:row;flex-flow:row;margin-bottom:0}.elementor-widget-container .site-header--elementor .product_list_widget li:hover{box-shadow:none}.elementor-widget-container .site-header--elementor .product_list_widget img{margin:0 0 0 10px}.elementor-widget-container .site-header--elementor .product_list_widget .amount{margin-bottom:0;color:inherit}.elementor-widget-container .site-header--elementor .header-mini-cart ul.cart_list li.mini_cart_item>a:not(.remove){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor .notification-avatar img{max-width:36px}.header-search-wrap--elementor{position:absolute;width:100%;right:0;top:0;height:var(--bb-header-height);background-color:var(--bb-header-background);box-shadow:0 1px 0 0 rgba(139,141,157,.05),0 5px 18px 0 rgba(65,71,108,.22);opacity:0;visibility:hidden;-webkit-transition:all linear .2s;transition:all linear .2s;z-index:2}.search-visible-el .header-search-wrap--elementor{opacity:1;visibility:visible}.header-search-wrap--elementor .container{padding:0;position:relative;width:100%}.header-search-wrap--elementor .search-form{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;height:var(--bb-header-height);-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:100%}.header-search-wrap--elementor .search-form label{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0}.header-search-wrap--elementor .search-field-top,.header-search-wrap--elementor input.search-field{border:0;background-size:20px;outline:0;box-shadow:none;padding:0 50px;font-size:16px;width:100%;height:var(--bb-header-height);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background-color:var(--bb-header-background)}.header-search-wrap--elementor input.search-submit{position:absolute;width:30px;font-size:0;top:18px;padding:0;opacity:0}.header-search-wrap--elementor a.close-search{display:inline-block;line-height:1;position:absolute;top:-webkit-calc(50% - 11px);top:calc(50% - 11px);left:15px}.header-search-wrap--elementor a.close-search i{font-size:22px}.header-search-wrap--elementor input[type=search]{background-position:right 15px center}.site-header--elementor.icon-fill-in #bb-toggle-theme i,.site-header--elementor.icon-fill-in #header-messages-dropdown-elem i,.site-header--elementor.icon-fill-in #header-notifications-dropdown-elem i,.site-header--elementor.icon-fill-in .course-toggle-view i,.site-header--elementor.icon-fill-in .header-cart-link-wrap i,.site-header--elementor.icon-fill-in .header-search-link i{opacity:0}.site-header--elementor.site-header--is-logo:not(.site-header--is-nav) #site-logo{margin-left:auto}.site-header--elementor:not(.site-header--is-logo) .bb-mobile-header-wrapper,.site-header--elementor:not(.site-header--is-nav) .bb-mobile-header-wrapper{display:none}@media (max-width:799px){.site-header--elementor .site-header-container{display:-webkit-box;display:-ms-flexbox;display:flex}.site-header--elementor.site-header--is-logo.site-header--is-nav .site-header-container{display:none}}.elementor-widget-header-bar.is-active{z-index:12}.elementor-element--logo-position-right .site-header-container #site-navigation{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:40%}.elementor-element--logo-position-right .site-header-container #site-logo{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin:auto;padding:0 20px}.elementor-element--logo-position-full-center .site-header-container #site-navigation{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:40%}.elementor-element--logo-position-full-center .site-header-container #site-logo{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin:auto;padding:0 20px}.elementor-element--logo-position-full-center .site-header-container #header-aside{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;width:40%}.elementor-element--logo-position-full-right .site-header-container #site-navigation{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:40%}.elementor-element--logo-position-full-right .site-header-container #site-logo{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin:auto;padding:0 20px}.elementor-element--logo-position-full-right .site-header-container #header-aside{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:40%}.elementor-widget-container .fab:before{font-family:"Font Awesome 5 Brands"}.elementor-widget-container .far:before{font-family:"Font Awesome 5 Free"}.elementor-widget-container .fa:before,.elementor-widget-container .fas:before{font-family:"Font Awesome 5 Free"}@media (max-width:768px){.site-header--elementor .user-wrap>a.user-link .user-name,.site-header--elementor .user-wrap>a.user-link i.bb-icon-angle-down{display:none}.site-header--elementor .user-wrap>.sub-menu{left:-54px}.site-header--elementor .header-aside-inner>.bb-separator{margin:0;opacity:0}}@media (max-width:500px){.site-header--elementor .user-wrap>.sub-menu{left:-94px}.site-header--elementor .user-wrap-container>.sub-menu:before{left:118px}.site-header--elementor .user-wrap>.sub-menu{min-width:150px}.site-header--elementor .user-wrap>.sub-menu .wrapper .sub-menu-inner{width:150px}.site-header--elementor .user-wrap>.sub-menu .ab-sub-wrapper{width:140px;right:-140px}}@media (max-width:420px){.site-header--elementor .user-wrap>.sub-menu .ab-sub-wrapper{width:130px;right:-130px}}@media (max-width:380px){.site-header--elementor .user-wrap>.sub-menu .menupop.parent{position:relative!important}.site-header--elementor .user-wrap>.sub-menu .ab-sub-wrapper{position:relative;width:100%;box-shadow:none;display:block!important;right:0;top:0!important}.site-header--elementor .user-wrap>.sub-menu .ab-sub-wrapper .ab-submenu{box-shadow:none;background-color:var(--bb-body-background-color);display:none}.site-header--elementor .user-wrap>.sub-menu .ab-sub-wrapper .ab-submenu a{font-size:12px;padding:.3125rem 1.25rem .3125rem .9375rem}.site-header--elementor .user-wrap>.sub-menu .menupop.parent .ab-sub-wrapper:before{content:"\e826";font-family:bb-icons;width:20px;height:20px;font-size:12px;line-height:20px;vertical-align:top;text-align:center;color:var(--bb-alternate-text-color);top:-27px;left:5px;display:inline-block;-webkit-transform:none;-ms-transform:none;transform:none;z-index:110;cursor:pointer;box-shadow:none;background-color:transparent!important}.site-header--elementor .user-wrap>.sub-menu .ab-sub-wrapper:before{display:none}}.profile_bit{position:relative;display:inline-block;text-align:right}.profile_bit .progress_container{text-align:center}.profile_bit_wrapper{display:block;min-height:110px;width:100%}.profile_bit_wrapper.profile_bit_wrapper--blank{min-height:auto}.profile_bit_wrapper.has-profile-button{min-height:180px}.profile_bit.skin-linear{position:absolute;left:0}.profile_bit.skin-semicircle{position:static}.profile_bit_wrapper--semicircle .profile_bit_figure{width:100%}.elementor-cta--completion-right .profile_bit.skin-linear{left:0}@media (max-width:768px){.elementor-cta--completion-right .profile_bit.skin-linear{left:0;right:0;margin:0 auto}}.elementor-cta--completion-left .profile_bit.skin-linear{right:0;left:unset}.elementor-cta--completion-center .profile_bit.skin-linear{right:0;left:0;margin:0 auto}.elementor-cta--completion-right{text-align:left}.elementor-cta--completion-left{text-align:right}.elementor-cta--completion-center{text-align:center}.elementor-cta--btn-alignment-left .profile_bit.skin-semicircle .profile_bit_action{text-align:right}.elementor-cta--btn-alignment-center .profile_bit.skin-semicircle .profile_bit_action{text-align:center}.elementor-cta--btn-alignment-right .profile_bit.skin-semicircle .profile_bit_action{text-align:left}@media (max-width:768px){.elementor-cta--completion-center,.elementor-cta--completion-left,.elementor-cta--completion-right{text-align:center}}.progress_bit{position:relative;display:inline-block;cursor:pointer}.progress_bit_arc,.progress_bit_linear{display:none}.skin-semicircle .progress_bit_graph{display:none}.profile_bit.skin-semicircle{width:100%}.profile_bit.skin-linear .progress_bit_graph{display:none}.profile_bit.skin-linear .progress_bit__data{position:relative;display:block;text-align:right;margin:0}.profile_bit.skin-linear,.profile_bit.skin-semicircle{width:100%}.profile_bit.skin-linear .progress_bit,.profile_bit.skin-semicircle .progress_bit{width:100%;padding:20px 20px 0;cursor:pointer}.profile_bit.skin-linear .progress_container,.profile_bit.skin-semicircle .progress_container{background-color:#fff;border-radius:10px;border-color:var(--bb-content-border-color);border-width:1px;padding-bottom:20px}.profile_bit.skin-linear .profile_bit_action,.profile_bit.skin-semicircle .profile_bit_action{text-align:right;padding:0 15px}.profile_bit.skin-linear.active .progress_container,.profile_bit.skin-semicircle.active .progress_container{border-radius:10px 10px 0 0}.profile_bit.skin-linear .profile_bit__details,.profile_bit.skin-semicircle .profile_bit__details{top:0;position:relative;right:0;left:unset;width:100%;box-shadow:none;border-radius:0 0 10px 10px;border-color:var(--bb-content-border-color);margin-top:-5px;padding-top:0;border-width:1px}.profile_bit.skin-linear .profile_bit__details .profile_bit__heading,.profile_bit.skin-semicircle .profile_bit__details .profile_bit__heading{display:none}.profile_bit.skin-semicircle .profile_bit__details{position:absolute;top:100%}.profile_bit.skin-semicircle .profile_bit_action__link{text-align:center}.profile_bit.skin-linear.border-solid .profile_bit__details,.profile_bit.skin-linear.border-solid .progress_container,.profile_bit.skin-semicircle.border-solid .profile_bit__details,.profile_bit.skin-semicircle.border-solid .progress_container{border-style:solid}.profile_bit.skin-linear.border-dashed .profile_bit__details,.profile_bit.skin-linear.border-dashed .progress_container,.profile_bit.skin-semicircle.border-dashed .profile_bit__details,.profile_bit.skin-semicircle.border-dashed .progress_container{border-style:dashed}.profile_bit.skin-linear.border-dotted .profile_bit__details,.profile_bit.skin-linear.border-dotted .progress_container,.profile_bit.skin-semicircle.border-dotted .profile_bit__details,.profile_bit.skin-semicircle.border-dotted .progress_container{border-style:dotted}.profile_bit.skin-linear.border-none .profile_bit__details,.profile_bit.skin-linear.border-none .progress_container,.profile_bit.skin-semicircle.border-none .profile_bit__details,.profile_bit.skin-semicircle.border-none .progress_container{border-style:none}.profile_bit.skin-linear.border-double .profile_bit__details,.profile_bit.skin-linear.border-double .progress_container,.profile_bit.skin-semicircle.border-double .profile_bit__details,.profile_bit.skin-semicircle.border-double .progress_container{border-style:double}.profile_bit.skin-linear .profile_bit__details,.profile_bit.skin-semicircle .profile_bit__details{border-top-width:0}.skin-semicircle .progress_bit__heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 15px}.skin-semicircle .progress_bit__heading i{margin-right:auto;-webkit-transition:all .5s ease;transition:all .5s ease;color:var(--bb-headings-color)}.skin-semicircle .progress_bit__heading h3{text-transform:uppercase;font-weight:700;font-size:13px;margin:0}.skin-linear .progress_bit_linear{display:block;width:100%;text-align:right}.skin-linear .progress_bit_linear .progress_bit__heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 15px}.skin-linear .progress_bit_linear .progress_bit__heading i{margin-right:auto;-webkit-transition:all .5s ease;transition:all .5s ease;color:var(--bb-headings-color)}.skin-linear .progress_bit_linear .progress_bit__heading h3{text-transform:uppercase;font-weight:700;font-size:13px;margin:0}.skin-semicircle .progress_bit_arc{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;min-width:240px;-webkit-box-flex:1;-ms-flex:1;flex:1}.profile_bit.skin-linear.active .progress_bit__heading i,.profile_bit.skin-semicircle.active .progress_bit__heading i{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.progress_bit__line{position:relative;border-radius:20px}.progress_bit__scale{position:absolute;top:0;right:0;display:inline-block;border-radius:0 20px 20px 0}.progress-bit__ring{overflow:hidden;border-radius:4px;width:100px;height:100px;line-height:100px;background:100% 0;margin:0 auto;box-shadow:none;position:relative}.progress-bit__ring:after{content:"";width:98px;height:98px;border-radius:50%;border:4px solid #dedfe2;position:absolute;top:1px;right:1px}.progress-bit__ring>span{width:50%;height:100%;overflow:hidden;position:absolute;top:0;z-index:1}.progress-bit__ring .progress-bit__left{right:0}.progress-bit__ring .progress-bit__disc{width:100%;height:100%;background:100% 0;border-width:6px;border-style:solid;position:absolute;top:0;border-color:#dedfe2}.progress-bit__ring .progress-bit__left .progress-bit__disc{right:100%;border-top-left-radius:50px;border-bottom-left-radius:50px;border-right:0;-webkit-transform-origin:center right;-ms-transform-origin:center right;transform-origin:center right;-webkit-animation:loading-2 1.5s linear forwards 1.8s;animation:loading-2 1.5s linear forwards 1.8s}.progress-bit__ring .progress-bit__right{left:0}.progress-bit__ring .progress-bit__right .progress-bit__disc{right:-100%;border-top-right-radius:50px;border-bottom-right-radius:50px;border-left:0;-webkit-transform-origin:center left;-ms-transform-origin:center left;transform-origin:center left;-webkit-animation:loading-1 1.8s linear forwards;animation:loading-1 1.8s linear forwards}.progress-bit__ring .bb-progress-value{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:50%;font-size:36px;text-align:center;line-height:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;font-weight:300}.progress-bit__ring .bb-progress-value div{margin-top:10px}.progress-bit__ring .bb-progress-value span{font-size:12px;text-transform:uppercase}.progress_bit_graph--sm .progress-bit__ring{border-radius:2px;width:46px;height:46px;line-height:46px}.progress_bit_graph--sm .progress-bit__ring:after{border-width:4px;width:100%;height:100%;top:0;right:0}.progress_bit_graph--sm .progress-bit__disc{border-width:4px}.progress_bit_graph--sm .progress-bit__left .progress-bit__disc{border-top-left-radius:23px;border-bottom-left-radius:23px}.progress_bit_graph--sm .progress-bit__right{left:0}.progress_bit_graph--sm .progress-bit__right .progress-bit__disc{border-top-right-radius:23px;border-bottom-right-radius:23px}.progress-bit__ring .progress-bit__disc{border-color:#1cd991}.progress-bit__ring[data-percentage="0"] .progress-bit__disc{opacity:0}.progress_bit__data{position:absolute;right:0;left:0;top:0;bottom:0;margin:auto;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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.progress_bit__data-num{font-size:22px;font-weight:500;color:var(--bb-headings-color)}.progress_bit__data-num>span{font-size:12px;color:var(--bb-alternate-text-color);vertical-align:super}.skin-semicircle .progress_bit__data-num{font-size:36px;font-weight:600}.skin-semicircle .progress_bit__data-num>span{font-size:14px}.skin-semicircle .progress_bit__data-remark{font-size:14px;line-height:1.3}.skin-semicircle .progress_bit__data{top:unset;bottom:20px}.skin-semicircle .pc_progress_wrap{margin:0 0 10px}.progress_bit__data-remark{font-size:12px;color:var(--bb-alternate-text-color);line-height:1.3}.profile_bit.skin-linear .progress_bit__data-num,.profile_bit.skin-linear .progress_bit__data-num>span,.profile_bit.skin-linear .progress_bit__data-remark{font-size:13px;color:var(--bb-alternate-text-color)}.profile_bit.skin-linear .progress_bit__data-num>span{vertical-align:initial}.profile_bit__details{min-width:280px;display:none;background-color:#fff;border-radius:10px;box-shadow:0 3px 24px 0 rgba(18,43,70,.08);padding:20px;position:absolute;top:0;left:100px;z-index:999}@media (max-width:768px){.profile_bit.skin-circle .profile_bit__details{top:100px;right:50%;left:unset;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}}ul.profile_bit__list{margin:0;padding:0;list-style:none}ul.profile_bit__list li .section_number{line-height:1;position:relative}ul.profile_bit__list li .section_number:before{content:"";border:2px solid #dedfe2;margin-left:10px;display:inline-block;vertical-align:middle;height:22px;width:22px;border-radius:50%}ul.profile_bit__list li.completed .section_number:before{content:"";content:"\e876";font-family:bb-icons;border:0;background-color:var(--bb-success-color);margin-left:10px;display:inline-block;vertical-align:middle;height:22px;width:22px;border-radius:50%;color:#fff;text-align:center;line-height:22px;font-size:14px}ul.profile_bit__list li{margin:0 0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}ul.profile_bit__list li .progress{margin-right:auto}ul.profile_bit__list li .section_name{margin-left:15px}ul.profile_bit__list li .section_name a{color:#939597;font-size:15px}ul.profile_bit__list li:last-of-type{margin-bottom:0}ul.profile_bit__list li .completed_staus{display:inline-block;padding:3px 0;width:40px;font-size:12px;line-height:1;font-weight:600;text-align:center}ul.profile_bit__list li.completed .completed_staus{color:var(--bb-success-color)}ul.profile_bit__list li.incomplete .completed_staus{color:var(--bb-danger-color)}ul.profile_bit__list li.incomplete .section_name a{color:var(--bb-danger-color)}.profile_bit__heading{background-color:#f5f5f5;border-radius:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px 10px;margin:0 0 15px;font-size:14px}.profile_bit__heading .progress-num{color:var(--bb-headings-color)}.profile_bit__heading .progress-label{text-align:left;color:var(--bb-headings-color)}.profile_bit__heading>span{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}.profile_bit__heading .progress-figure{position:relative}.profile_bit__heading .progress_bit_graph--sm{position:absolute;top:-23px;margin:auto;right:0;left:0}.profile_bit__heading .progress_bit_graph--sm .progress-bit__ring{border:3px solid #fff;background-color:#fff;border-radius:50%}.profile_bit_figure{text-align:center;display:inline-block}.profile_bit_action{margin:10px 0 0}.profile_bit_action a.profile_bit_action__link{font-size:13px;display:inline-block;border-radius:var(--bb-button-radius);padding:2px 15px;color:#939597;border:1px solid #9ea8b2;cursor:pointer}.profile_bit_action a.profile_bit_action__link:hover{color:var(--bb-primary-color)}.profile_bit_action a.profile_bit_action__link i{font-size:20px;position:relative;top:3px;right:3px}body.rtl .profile_bit_action__link i{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.progress-bit__ring[data-percentage="1"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-1 1.5s linear forwards;animation:loading-1 1.5s linear forwards}.progress-bit__ring[data-percentage="1"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="2"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-2 1.5s linear forwards;animation:loading-2 1.5s linear forwards}.progress-bit__ring[data-percentage="2"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="3"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-3 1.5s linear forwards;animation:loading-3 1.5s linear forwards}.progress-bit__ring[data-percentage="3"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="4"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-4 1.5s linear forwards;animation:loading-4 1.5s linear forwards}.progress-bit__ring[data-percentage="4"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="5"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-5 1.5s linear forwards;animation:loading-5 1.5s linear forwards}.progress-bit__ring[data-percentage="5"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="6"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-6 1.5s linear forwards;animation:loading-6 1.5s linear forwards}.progress-bit__ring[data-percentage="6"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="7"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-7 1.5s linear forwards;animation:loading-7 1.5s linear forwards}.progress-bit__ring[data-percentage="7"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="8"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-8 1.5s linear forwards;animation:loading-8 1.5s linear forwards}.progress-bit__ring[data-percentage="8"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="9"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-9 1.5s linear forwards;animation:loading-9 1.5s linear forwards}.progress-bit__ring[data-percentage="9"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="10"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-10 1.5s linear forwards;animation:loading-10 1.5s linear forwards}.progress-bit__ring[data-percentage="10"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="11"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-11 1.5s linear forwards;animation:loading-11 1.5s linear forwards}.progress-bit__ring[data-percentage="11"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="12"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-12 1.5s linear forwards;animation:loading-12 1.5s linear forwards}.progress-bit__ring[data-percentage="12"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="13"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-13 1.5s linear forwards;animation:loading-13 1.5s linear forwards}.progress-bit__ring[data-percentage="13"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="14"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-14 1.5s linear forwards;animation:loading-14 1.5s linear forwards}.progress-bit__ring[data-percentage="14"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="15"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-15 1.5s linear forwards;animation:loading-15 1.5s linear forwards}.progress-bit__ring[data-percentage="15"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="16"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-16 1.5s linear forwards;animation:loading-16 1.5s linear forwards}.progress-bit__ring[data-percentage="16"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="17"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-17 1.5s linear forwards;animation:loading-17 1.5s linear forwards}.progress-bit__ring[data-percentage="17"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="18"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-18 1.5s linear forwards;animation:loading-18 1.5s linear forwards}.progress-bit__ring[data-percentage="18"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="19"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-19 1.5s linear forwards;animation:loading-19 1.5s linear forwards}.progress-bit__ring[data-percentage="19"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="20"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-20 1.5s linear forwards;animation:loading-20 1.5s linear forwards}.progress-bit__ring[data-percentage="20"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="21"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-21 1.5s linear forwards;animation:loading-21 1.5s linear forwards}.progress-bit__ring[data-percentage="21"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="22"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-22 1.5s linear forwards;animation:loading-22 1.5s linear forwards}.progress-bit__ring[data-percentage="22"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="23"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-23 1.5s linear forwards;animation:loading-23 1.5s linear forwards}.progress-bit__ring[data-percentage="23"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="24"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-24 1.5s linear forwards;animation:loading-24 1.5s linear forwards}.progress-bit__ring[data-percentage="24"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="25"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-25 1.5s linear forwards;animation:loading-25 1.5s linear forwards}.progress-bit__ring[data-percentage="25"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="26"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-26 1.5s linear forwards;animation:loading-26 1.5s linear forwards}.progress-bit__ring[data-percentage="26"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="27"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-27 1.5s linear forwards;animation:loading-27 1.5s linear forwards}.progress-bit__ring[data-percentage="27"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="28"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-28 1.5s linear forwards;animation:loading-28 1.5s linear forwards}.progress-bit__ring[data-percentage="28"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="29"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-29 1.5s linear forwards;animation:loading-29 1.5s linear forwards}.progress-bit__ring[data-percentage="29"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="30"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-30 1.5s linear forwards;animation:loading-30 1.5s linear forwards}.progress-bit__ring[data-percentage="30"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="31"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-31 1.5s linear forwards;animation:loading-31 1.5s linear forwards}.progress-bit__ring[data-percentage="31"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="32"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-32 1.5s linear forwards;animation:loading-32 1.5s linear forwards}.progress-bit__ring[data-percentage="32"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="33"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-33 1.5s linear forwards;animation:loading-33 1.5s linear forwards}.progress-bit__ring[data-percentage="33"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="34"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-34 1.5s linear forwards;animation:loading-34 1.5s linear forwards}.progress-bit__ring[data-percentage="34"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="35"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-35 1.5s linear forwards;animation:loading-35 1.5s linear forwards}.progress-bit__ring[data-percentage="35"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="36"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-36 1.5s linear forwards;animation:loading-36 1.5s linear forwards}.progress-bit__ring[data-percentage="36"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="37"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-37 1.5s linear forwards;animation:loading-37 1.5s linear forwards}.progress-bit__ring[data-percentage="37"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="38"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-38 1.5s linear forwards;animation:loading-38 1.5s linear forwards}.progress-bit__ring[data-percentage="38"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="39"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-39 1.5s linear forwards;animation:loading-39 1.5s linear forwards}.progress-bit__ring[data-percentage="39"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="40"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-40 1.5s linear forwards;animation:loading-40 1.5s linear forwards}.progress-bit__ring[data-percentage="40"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="41"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-41 1.5s linear forwards;animation:loading-41 1.5s linear forwards}.progress-bit__ring[data-percentage="41"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="42"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-42 1.5s linear forwards;animation:loading-42 1.5s linear forwards}.progress-bit__ring[data-percentage="42"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="43"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-43 1.5s linear forwards;animation:loading-43 1.5s linear forwards}.progress-bit__ring[data-percentage="43"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="44"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-44 1.5s linear forwards;animation:loading-44 1.5s linear forwards}.progress-bit__ring[data-percentage="44"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="45"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-45 1.5s linear forwards;animation:loading-45 1.5s linear forwards}.progress-bit__ring[data-percentage="45"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="46"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-46 1.5s linear forwards;animation:loading-46 1.5s linear forwards}.progress-bit__ring[data-percentage="46"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="47"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-47 1.5s linear forwards;animation:loading-47 1.5s linear forwards}.progress-bit__ring[data-percentage="47"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="48"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-48 1.5s linear forwards;animation:loading-48 1.5s linear forwards}.progress-bit__ring[data-percentage="48"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="49"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-49 1.5s linear forwards;animation:loading-49 1.5s linear forwards}.progress-bit__ring[data-percentage="49"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="50"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="50"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="51"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="51"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-1 1.5s linear forwards 1.5s;animation:loading-1 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="52"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="52"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-2 1.5s linear forwards 1.5s;animation:loading-2 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="53"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="53"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-3 1.5s linear forwards 1.5s;animation:loading-3 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="54"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="54"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-4 1.5s linear forwards 1.5s;animation:loading-4 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="55"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="55"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-5 1.5s linear forwards 1.5s;animation:loading-5 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="56"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="56"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-6 1.5s linear forwards 1.5s;animation:loading-6 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="57"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="57"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-7 1.5s linear forwards 1.5s;animation:loading-7 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="58"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="58"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-8 1.5s linear forwards 1.5s;animation:loading-8 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="59"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="59"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-9 1.5s linear forwards 1.5s;animation:loading-9 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="60"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="60"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-10 1.5s linear forwards 1.5s;animation:loading-10 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="61"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="61"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-11 1.5s linear forwards 1.5s;animation:loading-11 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="62"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="62"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-12 1.5s linear forwards 1.5s;animation:loading-12 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="63"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="63"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-13 1.5s linear forwards 1.5s;animation:loading-13 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="64"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="64"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-14 1.5s linear forwards 1.5s;animation:loading-14 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="65"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="65"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-15 1.5s linear forwards 1.5s;animation:loading-15 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="66"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="66"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-16 1.5s linear forwards 1.5s;animation:loading-16 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="67"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="67"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-17 1.5s linear forwards 1.5s;animation:loading-17 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="68"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="68"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-18 1.5s linear forwards 1.5s;animation:loading-18 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="69"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="69"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-19 1.5s linear forwards 1.5s;animation:loading-19 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="70"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="70"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-20 1.5s linear forwards 1.5s;animation:loading-20 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="71"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="71"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-21 1.5s linear forwards 1.5s;animation:loading-21 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="72"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="72"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-22 1.5s linear forwards 1.5s;animation:loading-22 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="73"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="73"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-23 1.5s linear forwards 1.5s;animation:loading-23 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="74"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="74"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-24 1.5s linear forwards 1.5s;animation:loading-24 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="75"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="75"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-25 1.5s linear forwards 1.5s;animation:loading-25 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="76"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="76"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-26 1.5s linear forwards 1.5s;animation:loading-26 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="77"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="77"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-27 1.5s linear forwards 1.5s;animation:loading-27 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="78"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="78"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-28 1.5s linear forwards 1.5s;animation:loading-28 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="79"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="79"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-29 1.5s linear forwards 1.5s;animation:loading-29 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="80"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="80"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-30 1.5s linear forwards 1.5s;animation:loading-30 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="81"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="81"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-31 1.5s linear forwards 1.5s;animation:loading-31 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="82"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="82"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-32 1.5s linear forwards 1.5s;animation:loading-32 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="83"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="83"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-33 1.5s linear forwards 1.5s;animation:loading-33 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="84"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="84"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-34 1.5s linear forwards 1.5s;animation:loading-34 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="85"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="85"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-35 1.5s linear forwards 1.5s;animation:loading-35 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="86"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="86"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-36 1.5s linear forwards 1.5s;animation:loading-36 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="87"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="87"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-37 1.5s linear forwards 1.5s;animation:loading-37 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="88"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="88"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-38 1.5s linear forwards 1.5s;animation:loading-38 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="89"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="89"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-39 1.5s linear forwards 1.5s;animation:loading-39 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="90"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="90"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-40 1.5s linear forwards 1.5s;animation:loading-40 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="91"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="91"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-41 1.5s linear forwards 1.5s;animation:loading-41 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="92"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="92"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-42 1.5s linear forwards 1.5s;animation:loading-42 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="93"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="93"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-43 1.5s linear forwards 1.5s;animation:loading-43 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="94"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="94"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-44 1.5s linear forwards 1.5s;animation:loading-44 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="95"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="95"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-45 1.5s linear forwards 1.5s;animation:loading-45 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="96"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="96"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-46 1.5s linear forwards 1.5s;animation:loading-46 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="97"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="97"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-47 1.5s linear forwards 1.5s;animation:loading-47 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="98"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="98"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-48 1.5s linear forwards 1.5s;animation:loading-48 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="99"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="99"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-49 1.5s linear forwards 1.5s;animation:loading-49 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="100"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="100"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards 1.5s;animation:loading-50 1.5s linear forwards 1.5s}@-webkit-keyframes loading-1{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-3.6deg);transform:rotate(-3.6deg)}}@keyframes loading-1{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-3.6deg);transform:rotate(-3.6deg)}}@-webkit-keyframes loading-2{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-7.2deg);transform:rotate(-7.2deg)}}@keyframes loading-2{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-7.2deg);transform:rotate(-7.2deg)}}@-webkit-keyframes loading-3{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-10.8deg);transform:rotate(-10.8deg)}}@keyframes loading-3{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-10.8deg);transform:rotate(-10.8deg)}}@-webkit-keyframes loading-4{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-14.4deg);transform:rotate(-14.4deg)}}@keyframes loading-4{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-14.4deg);transform:rotate(-14.4deg)}}@-webkit-keyframes loading-5{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}}@keyframes loading-5{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}}@-webkit-keyframes loading-6{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-21.6deg);transform:rotate(-21.6deg)}}@keyframes loading-6{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-21.6deg);transform:rotate(-21.6deg)}}@-webkit-keyframes loading-7{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-25.2deg);transform:rotate(-25.2deg)}}@keyframes loading-7{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-25.2deg);transform:rotate(-25.2deg)}}@-webkit-keyframes loading-8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-28.8deg);transform:rotate(-28.8deg)}}@keyframes loading-8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-28.8deg);transform:rotate(-28.8deg)}}@-webkit-keyframes loading-9{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-32.4deg);transform:rotate(-32.4deg)}}@keyframes loading-9{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-32.4deg);transform:rotate(-32.4deg)}}@-webkit-keyframes loading-10{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-36deg);transform:rotate(-36deg)}}@keyframes loading-10{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-36deg);transform:rotate(-36deg)}}@-webkit-keyframes loading-11{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-39.6deg);transform:rotate(-39.6deg)}}@keyframes loading-11{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-39.6deg);transform:rotate(-39.6deg)}}@-webkit-keyframes loading-12{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-43.2deg);transform:rotate(-43.2deg)}}@keyframes loading-12{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-43.2deg);transform:rotate(-43.2deg)}}@-webkit-keyframes loading-13{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-46.8deg);transform:rotate(-46.8deg)}}@keyframes loading-13{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-46.8deg);transform:rotate(-46.8deg)}}@-webkit-keyframes loading-14{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-50.4deg);transform:rotate(-50.4deg)}}@keyframes loading-14{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-50.4deg);transform:rotate(-50.4deg)}}@-webkit-keyframes loading-15{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-54deg);transform:rotate(-54deg)}}@keyframes loading-15{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-54deg);transform:rotate(-54deg)}}@-webkit-keyframes loading-16{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-57.6deg);transform:rotate(-57.6deg)}}@keyframes loading-16{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-57.6deg);transform:rotate(-57.6deg)}}@-webkit-keyframes loading-17{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-61.2deg);transform:rotate(-61.2deg)}}@keyframes loading-17{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-61.2deg);transform:rotate(-61.2deg)}}@-webkit-keyframes loading-18{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-64.8deg);transform:rotate(-64.8deg)}}@keyframes loading-18{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-64.8deg);transform:rotate(-64.8deg)}}@-webkit-keyframes loading-19{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-68.4deg);transform:rotate(-68.4deg)}}@keyframes loading-19{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-68.4deg);transform:rotate(-68.4deg)}}@-webkit-keyframes loading-20{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-72deg);transform:rotate(-72deg)}}@keyframes loading-20{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-72deg);transform:rotate(-72deg)}}@-webkit-keyframes loading-21{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-75.6deg);transform:rotate(-75.6deg)}}@keyframes loading-21{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-75.6deg);transform:rotate(-75.6deg)}}@-webkit-keyframes loading-22{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-79.2deg);transform:rotate(-79.2deg)}}@keyframes loading-22{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-79.2deg);transform:rotate(-79.2deg)}}@-webkit-keyframes loading-23{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-82.8deg);transform:rotate(-82.8deg)}}@keyframes loading-23{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-82.8deg);transform:rotate(-82.8deg)}}@-webkit-keyframes loading-24{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-86.4deg);transform:rotate(-86.4deg)}}@keyframes loading-24{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-86.4deg);transform:rotate(-86.4deg)}}@-webkit-keyframes loading-25{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}}@keyframes loading-25{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}}@-webkit-keyframes loading-26{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-93.6deg);transform:rotate(-93.6deg)}}@keyframes loading-26{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-93.6deg);transform:rotate(-93.6deg)}}@-webkit-keyframes loading-27{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-97.2deg);transform:rotate(-97.2deg)}}@keyframes loading-27{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-97.2deg);transform:rotate(-97.2deg)}}@-webkit-keyframes loading-28{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-100.8deg);transform:rotate(-100.8deg)}}@keyframes loading-28{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-100.8deg);transform:rotate(-100.8deg)}}@-webkit-keyframes loading-29{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-104.4deg);transform:rotate(-104.4deg)}}@keyframes loading-29{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-104.4deg);transform:rotate(-104.4deg)}}@-webkit-keyframes loading-30{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-108deg);transform:rotate(-108deg)}}@keyframes loading-30{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-108deg);transform:rotate(-108deg)}}@-webkit-keyframes loading-31{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-111.6deg);transform:rotate(-111.6deg)}}@keyframes loading-31{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-111.6deg);transform:rotate(-111.6deg)}}@-webkit-keyframes loading-32{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-115.2deg);transform:rotate(-115.2deg)}}@keyframes loading-32{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-115.2deg);transform:rotate(-115.2deg)}}@-webkit-keyframes loading-33{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-118.8deg);transform:rotate(-118.8deg)}}@keyframes loading-33{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-118.8deg);transform:rotate(-118.8deg)}}@-webkit-keyframes loading-34{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-122.4deg);transform:rotate(-122.4deg)}}@keyframes loading-34{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-122.4deg);transform:rotate(-122.4deg)}}@-webkit-keyframes loading-35{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-126deg);transform:rotate(-126deg)}}@keyframes loading-35{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-126deg);transform:rotate(-126deg)}}@-webkit-keyframes loading-36{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-129.6deg);transform:rotate(-129.6deg)}}@keyframes loading-36{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-129.6deg);transform:rotate(-129.6deg)}}@-webkit-keyframes loading-37{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-133.2deg);transform:rotate(-133.2deg)}}@keyframes loading-37{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-133.2deg);transform:rotate(-133.2deg)}}@-webkit-keyframes loading-38{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-136.8deg);transform:rotate(-136.8deg)}}@keyframes loading-38{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-136.8deg);transform:rotate(-136.8deg)}}@-webkit-keyframes loading-39{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-140.4deg);transform:rotate(-140.4deg)}}@keyframes loading-39{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-140.4deg);transform:rotate(-140.4deg)}}@-webkit-keyframes loading-40{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-144deg);transform:rotate(-144deg)}}@keyframes loading-40{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-144deg);transform:rotate(-144deg)}}@-webkit-keyframes loading-41{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-147.6deg);transform:rotate(-147.6deg)}}@keyframes loading-41{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-147.6deg);transform:rotate(-147.6deg)}}@-webkit-keyframes loading-42{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-151.2deg);transform:rotate(-151.2deg)}}@keyframes loading-42{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-151.2deg);transform:rotate(-151.2deg)}}@-webkit-keyframes loading-43{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-154.8deg);transform:rotate(-154.8deg)}}@keyframes loading-43{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-154.8deg);transform:rotate(-154.8deg)}}@-webkit-keyframes loading-44{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-158.4deg);transform:rotate(-158.4deg)}}@keyframes loading-44{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-158.4deg);transform:rotate(-158.4deg)}}@-webkit-keyframes loading-45{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-162deg);transform:rotate(-162deg)}}@keyframes loading-45{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-162deg);transform:rotate(-162deg)}}@-webkit-keyframes loading-46{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-165.6deg);transform:rotate(-165.6deg)}}@keyframes loading-46{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-165.6deg);transform:rotate(-165.6deg)}}@-webkit-keyframes loading-47{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-169.2deg);transform:rotate(-169.2deg)}}@keyframes loading-47{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-169.2deg);transform:rotate(-169.2deg)}}@-webkit-keyframes loading-48{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-172.8deg);transform:rotate(-172.8deg)}}@keyframes loading-48{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-172.8deg);transform:rotate(-172.8deg)}}@-webkit-keyframes loading-49{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-176.4deg);transform:rotate(-176.4deg)}}@keyframes loading-49{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-176.4deg);transform:rotate(-176.4deg)}}@-webkit-keyframes loading-50{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}}@keyframes loading-50{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}}.bb-lms-progress-wrap--ld-activity{position:relative}.bb-lms-progress-wrap--ld-activity .bb-progress .bb-progress-circle{border-width:3px}.bb-lms-progress-wrap--ld-activity .bb-progress__value{position:absolute;top:50%;right:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);font-size:11px;color:#fff}.bb-lms-progress-wrap--ld-activity .bb-progress{width:36px;height:36px;line-height:36px}.bb-lms-progress-wrap--ld-activity .bb-progress:after{border:3px solid #dedfe2}.bb-lms-progress-wrap--ld-activity .bb-progress .bb-progress-left .bb-progress-circle{border-top-left-radius:18px;border-bottom-left-radius:18px}.bb-lms-progress-wrap--ld-activity .bb-progress .bb-progress-right .bb-progress-circle{right:-100%;border-top-right-radius:18px;border-bottom-right-radius:18px}.bb-la-composer.bb-la--isslick:not(.slick-initialized){display:none}.bb-la-composer.bb-la--isslick.bb-la__overlap{margin-left:10px}.bb-la-composer.bb-la--isslick.bb-la__overlap:after{content:"";position:absolute;top:4%;left:-10px;width:10px;height:92%;background-color:#fff;border:1px solid var(--bb-content-border-color);border-right:0;border-radius:4px 0 0 4px;opacity:.6}@media (max-width:544px){.bb-la-composer.bb-la--isslick.bb-la__overlap{margin-left:0}.bb-la-composer.bb-la--isslick.bb-la__overlap:after{display:none}}.bb-la-composer.bb-la--isslick{position:relative}@media (min-width:768px){.bb-ldactivity,.elementor-widget-ld-activity,.elementor-widget-ld-activity .elementor-widget-container{height:100%}.elementor-col-100 .bb-ldactivity,.elementor-col-100 .elementor-widget-ld-activity,.elementor-col-100 .elementor-widget-ld-activity .elementor-widget-container,.elementor-column[data-col="100"] .bb-ldactivity,.elementor-column[data-col="100"] .elementor-widget-ld-activity,.elementor-column[data-col="100"] .elementor-widget-ld-activity .elementor-widget-container{height:auto}}.bb-la-block,.bb-la-slide,.bb-la.bb-la-composer{height:100%}.bb-la--isslick .bb-la-slide{padding-left:1px}.bb-ldactivity .slick-list,.bb-ldactivity .slick-slide>div,.bb-ldactivity .slick-track{height:100%}.dots--align-center .bb-ldactivity ul.slick-dots{text-align:center}.dots--align-left .bb-ldactivity ul.slick-dots{text-align:right}@media screen and (max-width:540px){.dots--align-left .bb-ldactivity ul.slick-dots{text-align:center}}.dots--align-right .bb-ldactivity ul.slick-dots{text-align:left}@media screen and (max-width:540px){.dots--align-right .bb-ldactivity ul.slick-dots{text-align:center}}.bb-ldactivity .slick-dotted .bb-la__body{padding:20px 15px 35px}.bb-ldactivity .bb-la__body{padding:20px 15px;-webkit-box-flex:1;-ms-flex:1;flex:1}.bb-ldactivity ul.slick-dots{right:-webkit-calc(50% + 30px);right:calc(50% + 30px);bottom:15px;text-align:right;margin-left:40px}.bb-ldactivity ul.slick-dots li:first-child button{border-radius:0 10px 10px 0}.bb-ldactivity ul.slick-dots li:last-child button{border-radius:10px 0 0 10px}.bb-ldactivity ul.slick-dots li.slick-active button{background-color:var(--bb-primary-color)}.bb-ldactivity ul.slick-dots li:not(.slick-active) button{background-color:#eef0f3}.bb-ldactivity ul.slick-dots button{font-size:0;padding:1px 0;border-radius:0;width:30px}@media screen and (max-width:540px){.bb-ldactivity ul.slick-dots{margin:0 auto;right:0;left:0;text-align:center}}.bb-ldactivity .bb-la__thumb{height:100%}.bb-ldactivity .bb-la__media:after{content:"";display:inline-block;width:100%;height:100%;position:absolute;top:0;right:0;z-index:9;border-radius:0 8px 8px 0}@media (max-width:544px){.bb-ldactivity .bb-la__media:after{border-radius:8px 8px 0 0}}.bb-ldactivity .thumbnail-container{position:relative;overflow:hidden;display:block;background:#809ab4;height:100%;z-index:3;padding-bottom:56.25%}.bb-ldactivity .thumbnail-container img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;min-height:100%;width:auto;min-width:100%;object-fit:cover;z-index:5}.bb-ldactivity__blank{border:1px solid var(--bb-content-border-color);background-color:#fff;border-radius:4px;padding:1.25rem .9375rem;position:relative;min-height:250px;height:100%}.bb-la-block{border:1px solid var(--bb-content-border-color);background-color:#fff;border-radius:4px}.bb-ldactivity .slick-arrow{margin-top:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bb-la__media{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;margin:0;position:relative}@media (max-width:544px){.bb-la__media{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.bb-la-block{position:relative}.bb-la-block .bb-la__progress{position:absolute;top:20px;z-index:10}@media (max-width:544px){.bb-la-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.elementor-cta--ldprogress-left .bb-la-block .bb-la__progress{right:20px}.elementor-cta--ldprogress-right .bb-la-block .bb-la__progress{left:20px}.bb-la__parent{text-transform:uppercase;font-size:13px;color:var(--bb-alternate-text-color);font-weight:500}.bb-la__title h2{font-weight:500;margin-bottom:10px;line-height:1.2}.bb-la__excerpt{font-size:14px;margin:0 0 20px;line-height:1.4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.bb-la__link{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px}.bb-la__link a{display:inline-block;font-size:14px;padding:4px 20px;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-button-radius)}.elementor-cta--falign-right .bb-la__link a{margin-right:auto}.elementor-cta--falign-left .bb-la__link a{margin-left:auto}.elementor-cta--falign-center .bb-la__link a{margin-left:auto;margin-right:auto}.bb-la .slick-arrow{background-color:#fff}.bb-la .slick-arrow i{color:var(--bb-primary-color)}.bb-la .slick-arrow.bb-slide-next{left:-21px}.bb-la .slick-arrow.bb-slide-prev{right:-21px}.bb-la__notooltip [data-balloon]:after,.bb-la__notooltip [data-balloon]:before{display:none}.elementor-cta--la-my-align-right .bb-la-activity-btn{text-align:left;left:0}.elementor-cta--la-my-align-right .bb-la-activity-btn.bb-la-activity-btn--isslick{left:8px}.elementor-cta--la-my-align-left .bb-la-activity-btn{text-align:right;right:0}.elementor-cta--la-my-align-center .bb-la-activity-btn{text-align:center;right:0;left:0;margin:0 auto}.bb-ldactivity{position:relative}@media (max-width:768px){.bb-ldactivity--ismy{margin-top:50px}}.bb-la-activity-btn{text-align:left;position:absolute;top:-50px}.bb-la-activity-btn a.bb-la-activity-btn__link{font-size:13px;display:inline-block;border-radius:var(--bb-button-radius);padding:2px 15px;color:#939597;border:1px solid #9ea8b2;cursor:pointer}.bb-la-activity-btn a.bb-la-activity-btn__link:hover{color:var(--bb-primary-color)}.bb-la-activity-btn a.bb-la-activity-btn__link i{font-size:20px;position:relative;top:3px;right:3px}body.rtl .bb-ldactivity .slick-arrow.bb-slide-next{right:-21px!important;left:unset!important}body.rtl .bb-la-activity-btn__link{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row-reverse;flex-flow:row-reverse}body.rtl .bb-la-activity-btn__link i{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}@-webkit-keyframes fade-in-ld-slide{0%{opacity:0;-webkit-transform:translateY(100px);transform:translateY(100px)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fade-in-ld-slide{0%{opacity:0;-webkit-transform:translateY(100px);transform:translateY(100px)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fade-in-ld-slide{0%{opacity:0;-webkit-transform:translateY(100px);transform:translateY(100px)}100%{opacity:1;-webkit-transform:none;transform:none}}.fade-in-ld-slide{-webkit-animation-name:fade-in-ld-slide;animation-name:fade-in-ld-slide}.slick-active .bb-la__body{-webkit-animation-name:fade-in-ld-slide;animation-name:fade-in-ld-slide;-webkit-animation-duration:.5s;animation-duration:.5s;opacity:1;width:100%}@media (min-width:768px){.elementor-max-50 .elementor-heading-title{max-width:50%}.bb-ldactivity-main-section{padding-top:60px}.elementor-max-50+section .bb-ldactivity-main-section{padding-top:0}}.learndash-course-list--elementor .grid-box-solid .bb-course-items .bb-cover-list-item{border-style:solid}.learndash-course-list--elementor .grid-box-dotted .bb-course-items .bb-cover-list-item{border-style:dotted}.learndash-course-list--elementor .grid-box-dashed .bb-course-items .bb-cover-list-item{border-style:dashed}.learndash-course-list--elementor .grid-box-double .bb-course-items .bb-cover-list-item{border-style:double}.learndash-course-list--elementor .grid-box-none .bb-course-items .bb-cover-list-item{border-style:none}.learndash-course-list--elementor .columns-1 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.learndash-course-list--elementor .columns-2 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}@media screen and (max-width:480px){.learndash-course-list--elementor .columns-2 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.learndash-course-list--elementor .columns-3 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}@media screen and (max-width:820px){.learndash-course-list--elementor .columns-3 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:480px){.learndash-course-list--elementor .columns-3 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.learndash-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap,.learndash-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}@media screen and (max-width:1200px){.learndash-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap,.learndash-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}}@media screen and (max-width:820px){.learndash-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap,.learndash-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:480px){.learndash-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap,.learndash-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.learndash-course-list--elementor .course-dir-list--hidestatus .bb-cover-list-item .ld-status{display:none}.learndash-course-list--elementor .course-dir-list--hidemedia .bb-course-items .bb-course-cover .bb-cover-wrap img{display:none}.learndash-course-list--elementor.noMeta .bb-course-meta{display:none}.learndash-course-list--elementor.noExcerpt .bb-course-excerpt{display:none}.learndash-course-list--elementor.noPrice .bb-course-footer.bb-course-pay{display:none}.learndash-course-list--elementor.noProgress .course-progress-wrap{display:none}.learndash-course-list--elementor.noTitle .bb-courses-header>.bb-title{display:none}.learndash-course-list--elementor.noSearch .bb-courses-header>#courses-dir-search{display:none}.learndash-course-list--elementor.noCourseNavigation.learndash-course-list .courses-type-navs{display:none}.learndash-course-list--elementor.noPagination .course-dir-list .bb-lms-pagination{display:none}.learndash-course-list--elementor.noProgress:not(.noExcerpt) .bb-course-items .bb-card-course-details--hasAccess .bb-course-excerpt{display:block}.learndash-course-list--cover .bb-courses-directory .grid-filters{display:none}.learndash-course-list--cover .bb-courses-directory .sfwd-courses-filters .select-wrap:last-of-type select{margin-left:0}.learndash-course-list--cover.learndash-course-list--featured .bb-course-items.grid-view .bb-course-item-wrap:nth-child(1),.learndash-course-list--cover.learndash-course-list--featured .bb-course-items.grid-view .bb-course-item-wrap:nth-child(2){-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.learndash-course-list--cover .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%}.learndash-course-list--cover .bb-course-items.list-view,.learndash-course-list--cover .bb-course-items.list-view.hide{display:none!important}.learndash-course-list--cover .bb-course-items .bb-cover-wrap{position:relative}.learndash-course-list--cover .bb-course-items .bb-cover-wrap:after{content:"";display:inline-block;position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,.3);background-image:none}.learndash-course-list--cover .bb-cover-list-item{position:relative}.learndash-course-list--cover .bb-course-items .bb-cover-list-item.bb-course-paid{padding-bottom:0}.learndash-course-list--cover .bb-course-items .bb-cover-wrap{border-radius:4px}.learndash-course-list--cover .bb-course-cover{position:absolute;z-index:9;height:100%;width:100%}.learndash-course-list--cover .bb-card-course-details{position:relative;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.learndash-course-list--cover .bb-card-course-details .course-lesson-count{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.learndash-course-list--cover .bb-card-course-details .bb-course-title{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.learndash-course-list--cover .bb-card-course-details .bb-course-excerpt{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.learndash-course-list--cover .bb-card-course-details .course-progress-wrap{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.learndash-course-list--cover .bb-card-course-details .bb-course-meta{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.learndash-course-list--cover .bb-card-course-details .bb-course-footer{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;display:none}.learndash-course-list--cover .bb-course-items .bb-cover-wrap{height:100%;padding-top:0}.learndash-course-list--cover .bb-cover-list-item .ld-status,.learndash-course-list--cover .course-lesson-count{display:none}.learndash-course-list--cover .bb-course-title a{color:#fff}.learndash-course-list--cover .bb-course-items .bb-course-excerpt{color:#fff}.learndash-course-list--cover .bb-course-meta strong a{color:#fff}.elementor-widget-ld-course-infobar .learndash-wrapper .ld-course-status-content .ld-status{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-wrap:wrap;flex-wrap:wrap}#page .elementor-cta--content-v-align-bottom .learndash-course-list--cover .bb-card-course-details .bb-course-title,.elementor-cta--content-v-align-bottom .learndash-course-list--cover .bb-card-course-details .bb-course-title{margin-top:auto}.elementor-cta--avatar-v-align-bottom .bb-card-course-details .bb-course-meta{margin-top:auto}.learndash-course-list--cover .bb-course-meta{margin-bottom:0}.pagination-cta--align-right .bb-lms-pagination{text-align:left}.pagination-cta--align-left .bb-lms-pagination{text-align:right}.pagination-cta--align-center .bb-lms-pagination{text-align:center}.bb-template-v2 .pagination-cta--align-right .bb-lms-pagination{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}.bb-template-v2 .pagination-cta--align-left .bb-lms-pagination{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.bb-template-v2 .pagination-cta--align-center .bb-lms-pagination{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.learndash-course-list--elementor .bb-lms-pagination .page-numbers:not(.prev,.next){display:inline-block;text-align:center}.learndash-course-list--elementor .bb-lms-pagination.noPrevNext a.next,.learndash-course-list--elementor .bb-lms-pagination.noPrevNext a.prev{display:none}.learndash-course-list--elementor .bb-lms-pagination a.next.page-numbers,.learndash-course-list--elementor .bb-lms-pagination a.prev.page-numbers{font-size:0!important}@media screen and (max-width:767px){.elementor div.elementor-element .elementor-widget-ld-activity .bb-la .slick-arrow.bb-slide-next{left:2px;margin-top:20px}.elementor div.elementor-element .elementor-widget-ld-activity .bb-la .slick-arrow.bb-slide-prev{right:2px;margin-top:20px}.elementor div.elementor-element .elementor-widget-ld-activity .bb-la-slide .bb-la__body{padding:40px 50px}}.tabs-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tabs-wrapper.tabs-wrapper--style1.bb-is-dotted{padding-bottom:30px}.bb-tabs__nav:not(.slick-initialized),.bb-tabs__run:not(.slick-initialized){display:none}.bb-tabs__nav span{color:var(--bb-headings-color)}.bb-tabs__run ul.slick-dots{bottom:-30px}.bb-tabs__run ul.slick-dots button{font-size:0;background-color:var(--bb-alternate-text-color);border-radius:0;padding:1px 30px;border:0}.bb-tabs__run ul.slick-dots .slick-active button{background-color:var(--bb-primary-color);border-radius:3px}.bb-tabs__run ul.slick-dots li:first-child button{border-radius:0 3px 3px 0}.bb-tabs__run ul.slick-dots li:last-child button{border-radius:3px 0 0 3px}.bb-tabs__run .slick-arrow.bb-slide-prev{right:-15px;-webkit-transform:none;-ms-transform:none;transform:none}.bb-tabs__run .slick-arrow.bb-slide-next{left:-15px}.bb-tabs__run .slick-arrow:hover{background-color:var(--bb-primary-color)}.bb-tabs__run .slick-arrow i{font-size:14px}.bb-tabs__run .slick-arrow i:before{position:relative;top:1px}body.rtl .bb-tabs__run .slick-arrow.bb-slide-prev{left:10px!important;right:unset!important}body.rtl .bb-tabs__run .slick-arrow.bb-slide-next{right:-15px!important;left:unset!important}.bb-tabs__title h3{font-weight:600;margin:0 0 10px}.bb-tabs__excerpt{margin:0}.bb-tabs__image .media-container{position:relative;overflow:hidden;padding-top:75%;display:block;background:#809ab4;height:100%;z-index:3}.bb-tabs__image .media-container img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;min-height:100%;width:auto;min-width:100%;object-fit:cover;z-index:5}.elementor-cta--talign-center .tabs-wrapper--style1 .bb-tabs__nav .slick-track{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-cta--talign-left .tabs-wrapper--style1 .bb-tabs__nav .slick-track{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-cta--talign-right .tabs-wrapper--style1 .bb-tabs__nav .slick-track{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-cta--meadia-align-left .tabs-wrapper--style1 .bb-tabs__block{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media (max-width:800px){.elementor-cta--meadia-align-left .tabs-wrapper--style1 .bb-tabs__block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.elementor-cta--meadia-align-right .tabs-wrapper--style1 .bb-tabs__block{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media (max-width:800px){.elementor-cta--meadia-align-right .tabs-wrapper--style1 .bb-tabs__block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.tabs-wrapper--style1 .bb-tabs__nav-item{margin:0 10px}.tabs-wrapper--style1 .bb-tabs__nav-index,.tabs-wrapper--style1 .bb-tabs__subtitle{display:none}.tabs-wrapper--style1 .bb-tabs__nav .slick-track{width:100%!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.tabs-wrapper--style1 .bb-tabs__nav{margin:0 0 40px}.tabs-wrapper--style1 .bb-tabs__nav .slick-slide{float:none;margin-bottom:10px}.tabs-wrapper--style1 .bb-tabs__nav .bb-tabs__nav-title{display:inline-block;padding:5px 20px;cursor:pointer}.tabs-wrapper--style1 .bb-tabs__nav.bb-tabs__active-outline .slick-current .bb-tabs__nav-title{border:1px solid var(--bb-primary-color);border-radius:30px}.tabs-wrapper--style1 .bb-tabs__nav.bb-tabs__active-underline .slick-current .bb-tabs__nav-title{border-right-width:0!important;border-top-width:0!important;border-left-width:0!important;border-bottom:1px solid var(--bb-primary-color);border-radius:0}.tabs-wrapper--style1 .bb-tabs__block{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.tabs-wrapper--style1 .bb-tabs__body{background-color:#f6f8fa;padding:50px 40px;width:100%}.tabs-wrapper--style1 .bb-tabs__ismedia .bb-tabs__body{margin-left:2%}.tabs-wrapper--style1 .bb-tabs__ismedia .bb-tabs__image{-webkit-box-flex:0;-ms-flex:0 0 49%;flex:0 0 49%}@media (max-width:800px){.tabs-wrapper--style1 .bb-tabs__ismedia .bb-tabs__image{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.tabs-wrapper--style1 a.bb-tabs__link{background-color:var(--bb-primary-color);color:#fff;display:inline-block;padding:8px 15px;font-size:14px;margin-top:20px}.elementor-cta--talign-top .tabs-wrapper--style2.tabs-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-cta--talign-center .tabs-wrapper--style2.tabs-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-cta--talign-bottom .tabs-wrapper--style2.tabs-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.elementor-cta--row-align-left .tabs-wrapper--style2.tabs-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-cta--row-align-right .tabs-wrapper--style2.tabs-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-cta--meadia-align-left .tabs-wrapper--style2 .bb-tabs__block{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media (max-width:800px){.elementor-cta--meadia-align-left .tabs-wrapper--style2 .bb-tabs__block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-flow:wrap;flex-flow:wrap}}.elementor-cta--meadia-align-right .tabs-wrapper--style2 .bb-tabs__block{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media (max-width:800px){.elementor-cta--meadia-align-right .tabs-wrapper--style2 .bb-tabs__block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-flow:wrap;flex-flow:wrap}}.elementor-cta--content-v-align-top .tabs-wrapper--style2 .bb-tabs__block{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-cta--content-v-align-center .tabs-wrapper--style2 .bb-tabs__block{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-cta--content-v-align-bottom .tabs-wrapper--style2 .bb-tabs__block{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.tabs-wrapper--style2.tabs-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tabs-wrapper--style2 .bb-tabs__nav{-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px;max-width:50px}.tabs-wrapper--style2 .bb-tabs__nav .slick-track{width:100%!important}.tabs-wrapper--style2 .bb-tabs__nav .slick-slide{float:none}.tabs-wrapper--style2 .bb-tabs__nav-item{text-align:center}.tabs-wrapper--style2 .bb-tabs__run{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 50px);flex:0 0 -webkit-calc(100% - 50px);flex:0 0 calc(100% - 50px);max-width:-webkit-calc(100% - 50px);max-width:calc(100% - 50px)}.tabs-wrapper--style2 .bb-tabs__nav-item{margin:10px 0}.tabs-wrapper--style2 .bb-tabs__nav-index{display:inline-block;width:28px;height:28px;line-height:28px;font-size:13px;border-radius:30px;text-align:center;cursor:pointer}.tabs-wrapper--style2 .slick-current .bb-tabs__nav-index{border:1px solid var(--bb-primary-color)}.tabs-wrapper--style2 .bb-tabs__nav-title{display:none}.tabs-wrapper--style2 .bb-tabs__block{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tabs-wrapper--style2 .bb-tabs__body{padding:40px;width:100%}.tabs-wrapper--style2 .bb-tabs__ismedia .bb-tabs__image{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}@media (max-width:800px){.tabs-wrapper--style2 .bb-tabs__ismedia .bb-tabs__image{-webkit-box-flex:0!important;-ms-flex:0 0 100%!important;flex:0 0 100%!important;max-width:100%}}.tabs-wrapper--style2 .bb-tabs__subtitle h6{font-weight:600;margin-bottom:5px}.tabs-wrapper--style2 a.bb-tabs__link{background-color:transparent;padding:2px 0;border-bottom:2px solid var(--bb-primary-color);color:var(--bb-headings-color);font-weight:600;line-height:1.3;font-size:13px;display:inline-block;margin-top:20px}@media screen and (max-width:767px){.elementor div.elementor-element .elementor-widget-bb-tabs .slick-arrow.bb-slide-next{left:5px;margin-top:20px}.elementor div.elementor-element .elementor-widget-bb-tabs .slick-arrow.bb-slide-prev{right:5px;margin-top:20px}}.bb-review__media{margin:0 0 15px}.bb-review__media .bb-review__image{margin-right:auto;margin-left:auto}.bb-review__media .media-container{text-align:center}.bb-review__media.media-square .media-container{position:relative;overflow:hidden;padding-bottom:100%}.bb-review__media.media-square .media-container img{position:absolute;width:100%;height:100%;object-fit:cover;right:0;top:0}.bb-review__media:not(.media-video,.media-square) .media-container{position:relative;overflow:hidden;padding-top:56.1497%;display:block;height:100%;z-index:3}.bb-review__media:not(.media-video,.media-square) .media-container img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;min-height:100%;width:auto;min-width:100%;object-fit:cover;z-index:5}.bb-review__rate{margin:0 0 15px}.bb-review__title h3{margin:0 0 10px}.bb-review__excerpt{font-size:14px;line-height:1.7}.bb-review__footer{margin:15px 0 0}.bb-review__avatar{-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px;max-width:50px;margin:0 0 0 10px}.bb-review__avatar img{border-radius:100%;width:50px;height:50px;object-fit:cover}.elementor .bb-review__avatar img{height:50px}.bb-review__who{color:var(--bb-headings-color);line-height:1.3}.bb-review__who-title{font-size:13px;line-height:1.3;color:var(--bb-alternate-text-color)}.bb-review__when{font-size:13px;line-height:1.3;color:var(--bb-alternate-text-color)}.bb-review .elementor-star-rating{font-family:bb-icons}.bb-review .elementor-star-rating i:before{content:"\ef32";font-weight:300}.bb-star-rating{color:#e0e0e0;font-family:bb-icons;display:inline-block}.bb-star-rating>span{padding:4px;border-radius:4px;margin:0 0 0 3px;background-color:var(--bb-success-color)}.bb-star-rating i{display:inline-block;position:relative;font-style:normal;cursor:default;font-size:15px;line-height:1}.bb-star-rating i:before{content:"\ef32";display:block;font-size:inherit;font-family:inherit;font-weight:300;position:absolute;overflow:hidden;color:#fff;top:0;right:0}i.bb-star-blank:before{display:none}.bb-star-rating .bb-star-1:before{width:10%}.bb-star-rating .bb-star-2:before{width:20%}.bb-star-rating .bb-star-3:before{width:30%}.bb-star-rating .bb-star-4:before{width:40%}.bb-star-rating .bb-star-5:before{width:50%}.bb-star-rating .bb-star-6:before{width:60%}.bb-star-rating .bb-star-7:before{width:70%}.bb-star-rating .bb-star-8:before{width:80%}.bb-star-rating .bb-star-9:before{width:90%}.elementor-cta--footer-align-right .bb-review__footer{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;text-align:left}.elementor-cta--footer-align-right .bb-review__avatar{margin-left:0;margin-right:10px}.bb-review__video.fluid-width-video-wrapper{padding-top:56.1497%;margin:0;position:relative;z-index:5;overflow:hidden}.bb-review__media.media-video{position:relative}.bb-review__image-overlay{position:absolute;top:0;right:0;width:100%;height:100%;background-size:cover;background-position:50%;z-index:9;cursor:pointer}.bb-review__image-overlay .media-ctrl{position:absolute;z-index:15;background-color:var(--bb-danger-color);padding:7px 15px;bottom:10px;right:10px;color:#fff;line-height:1;font-size:13px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:600}.bb-review__image-overlay .media-ctrl i{font-size:20px;line-height:1;margin-left:5px}.bb-gallery .slick-arrow.bb-slide-prev{-webkit-transform:none;-ms-transform:none;transform:none}.bb-gallery ul.slick-dots{bottom:-50px}.bb-gallery__block{position:relative}.bb-gallery__image{position:relative;z-index:5}.bb-gallery__image.is-video{z-index:9}.bb-gallery__image.is-video .media-container{position:relative;z-index:9;cursor:pointer}.bb-gallery__image.is-video:not(.is-active) .bb-gallery__play{position:absolute;top:50%;right:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);z-index:11;width:60px;height:60px;background:#fff;border:none;border-radius:100%;margin:auto;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex}.bb-gallery__image.is-video:not(.is-active) .bb-gallery__play:after{content:"";display:inline-block;position:relative;margin:auto;top:1px;right:1px;border-style:solid;border-width:5px 10px 5px 0;border-color:transparent var(--bb-primary-color) transparent transparent}.bb-gallery__run:not(.slick-initialized) .bb-gallery__image.is-video .bb-gallery__play{display:none}.bb-gallery__video.fluid-width-video-wrapper{position:absolute;top:0;right:0;z-index:5;padding-top:52%;height:100%;margin-top:0!important;margin-bottom:0!important}.elementor-cta--content-v-align-bottom .bb-gallery__body{bottom:0}.elementor-cta--content-v-align-top .bb-gallery__body{bottom:unset;top:0}.elementor-cta--content-v-align-center .bb-gallery__body{bottom:0;top:0;height:100%;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}.bb-gallery__body{position:absolute;bottom:0;z-index:15;padding:20px;color:#fff;background-color:rgba(0,62,133,.4)}.bb-gallery__title h3{margin:0 0 10px;color:#fff}@-webkit-keyframes fade-in-dfy{0%{opacity:0}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fade-in-dfy{0%{opacity:0}100%{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes slide-up-dfy{0%{-webkit-transform:translateY(100px);transform:translateY(100px)}100%{-webkit-transform:none;transform:none}}@keyframes slide-up-dfy{0%{-webkit-transform:translateY(100px);transform:translateY(100px)}100%{-webkit-transform:none;transform:none}}.bb-gallery .slick-track{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.bb-gallery .slick-slide{height:500px!important;margin:0 10px}.bb-gallery .bb-gallery__body{opacity:0;width:100%;text-align:center}.bb-gallery .bb-gallery__body.gallery-center{text-align:center}.bb-gallery .bb-gallery__body.gallery-left{text-align:right}.bb-gallery .bb-gallery__body.gallery-right{text-align:left}.bb-gallery .slick-slide.slick-current .bb-gallery__body{-webkit-animation-name:fade-in-dfy;animation-name:fade-in-dfy;-webkit-animation-duration:1s;animation-duration:1s;opacity:1}.bb-gallery .slick-slide.slick-current .bb-gallery__excerpt{-webkit-animation-name:fade-in-dfy;animation-name:fade-in-dfy;-webkit-animation-duration:1.5s;animation-duration:1.5s;opacity:1}.bb-gallery .media-container{background-size:cover;background-repeat:no-repeat;background-position:center center}.bb-gallery .slick-current .media-container--cover{background-size:cover}.bb-gallery .slick-current .media-container--contain{background-size:contain}.bb-gallery .slick-current .media-container--auto{background-size:auto}.bb-gallery .bb-gallery__block,.bb-gallery .bb-gallery__image,.bb-gallery .bb-gallery__slide,.bb-gallery .media-container,.bb-gallery .slick-slide>div{height:100%}.bb-gallery ul.slick-dots li{margin:0}.bb-gallery ul.slick-dots li:first-child button{border-radius:0 4px 4px 0}.bb-gallery ul.slick-dots li:last-child button{border-radius:4px 0 0 4px}.bb-gallery ul.slick-dots li.slick-active button{background-color:var(--bb-primary-color)}.bb-gallery ul.slick-dots li button{font-size:0;border-radius:0;padding:1px 25px;background-color:#e1e7eb}@media (max-width:768px){.bb-gallery .slick-arrow.bb-slide-prev{right:0!important}.bb-gallery .slick-arrow.bb-slide-next{left:0!important}}body.rtl .bb-gallery .slick-arrow.bb-slide-next{left:unset!important}@media (max-width:768px){body.rtl .bb-gallery .slick-arrow.bb-slide-prev{left:0!important}body.rtl .bb-gallery .slick-arrow.bb-slide-next{right:0!important}}.bb-dash-grid{border:1px solid var(--bb-content-border-color);background-color:#fff}.bb-dash-grid__block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;-webkit-transition:box-shadow linear .2s;transition:box-shadow linear .2s;position:relative;padding:20px 0}.bb-dash-grid__block .bb-dash-grid__link{display:inline-block;height:100%}.bb-dash-grid__block:hover{box-shadow:0 3px 34px 0 rgba(18,43,70,.12);background-color:#fff}@media (min-width:544px){.bb-dash-grid__block:hover:after{content:"";display:inline-block;width:1px;height:100%;background-color:#fff;position:absolute;left:0;top:0}.bb-dash-grid__block:hover:before{content:"";display:inline-block;width:1px;height:100%;background-color:#fff;position:absolute;right:-1px;top:0}}.bb-dash-grid__frame .bb-dash-grid__block:first-of-type:hover:before{display:none}.bb-dash-grid__frame .bb-dash-grid__block:last-of-type:hover:after{display:none}@media (max-width:992px){.bb-dash-grid__cols-5 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-6 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-7 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-8 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-9 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-10 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-11 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-12 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-13 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-14 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-15 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-16 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-17 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-18 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-19 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-20 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-21 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-22 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-23 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-24 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-25 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-26 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-27 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-28 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-29 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-30 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-31 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-32 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-33 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-34 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-35 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-36 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-37 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-38 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-39 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-40 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media (max-width:800px){.bb-dash-grid__frame{-ms-flex-flow:wrap;flex-flow:wrap}.bb-dash-grid__cols-3 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-3 .bb-dash-grid__block.bb-dash-grid__sep{border-bottom:1px solid var(--bb-content-border-color)}.bb-dash-grid__cols-3 .bb-dash-grid__block.bb-dash-grid__sep:last-of-type{border-bottom:0}.bb-dash-grid__cols-3 .bb-dash-grid__block .bb-dash-grid__inner.is-sep{border-left:0}.bb-dash-grid__cols-3 .bb-dash-grid__block .bb-dash-grid__block:hover:before{display:none}.bb-dash-grid__cols-3 .bb-dash-grid__block .bb-dash-grid__block:hover:after{display:none}.bb-dash-grid__cols-4 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-5 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-6 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-7 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-8 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-9 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-10 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-11 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-12 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-13 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-14 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-15 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-16 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-17 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-18 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-19 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-20 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-21 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-22 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-23 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-24 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-25 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-26 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-27 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-28 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-29 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-30 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-31 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-32 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-33 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-34 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-35 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-36 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-37 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-38 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-39 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-40 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-4 .bb-dash-grid__block:nth-child(2) .bb-dash-grid__inner.is-sep{border-left:0}.bb-dash-grid__cols-4 .bb-dash-grid__block.bb-dash-grid__sep:nth-child(1),.bb-dash-grid__cols-4 .bb-dash-grid__block.bb-dash-grid__sep:nth-child(2){border-bottom:1px solid var(--bb-content-border-color)}.bb-dash-grid__cols-5 .bb-dash-grid__block.bb-dash-grid__sep{border-bottom:1px solid var(--bb-content-border-color)}.bb-dash-grid__cols-5 .bb-dash-grid__block.bb-dash-grid__sep:last-of-type{border-bottom:0}.bb-dash-grid__cols-5 .bb-dash-grid__block .bb-dash-grid__block:hover:before{display:none}.bb-dash-grid__cols-5 .bb-dash-grid__block .bb-dash-grid__block:hover:after{display:none}.bb-dash-grid__cols-6 .bb-dash-grid__block:nth-child(2) .bb-dash-grid__inner.is-sep,.bb-dash-grid__cols-6 .bb-dash-grid__block:nth-child(4) .bb-dash-grid__inner.is-sep,.bb-dash-grid__cols-6 .bb-dash-grid__block:nth-child(6) .bb-dash-grid__inner.is-sep{border-left:0}.bb-dash-grid__cols-6 .bb-dash-grid__block.bb-dash-grid__sep:nth-child(1),.bb-dash-grid__cols-6 .bb-dash-grid__block.bb-dash-grid__sep:nth-child(2),.bb-dash-grid__cols-6 .bb-dash-grid__block.bb-dash-grid__sep:nth-child(3),.bb-dash-grid__cols-6 .bb-dash-grid__block.bb-dash-grid__sep:nth-child(4){border-bottom:1px solid var(--bb-content-border-color)}}@media (max-width:544px){.bb-dash-grid__cols-4 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-5 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-6 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-7 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-8 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-9 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-10 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-11 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-12 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-13 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-14 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-15 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-16 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-17 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-18 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-19 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-20 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-21 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-22 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-23 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-24 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-25 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-26 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-27 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-28 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-29 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-30 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-31 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-32 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-33 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-34 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-35 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-36 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-37 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-38 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-39 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-40 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__block.bb-dash-grid__sep{border-bottom:1px solid var(--bb-content-border-color)}.bb-dash-grid__block.bb-dash-grid__sep:last-of-type{border-bottom:0}.bb-dash-grid__cols-5 .bb-dash-grid__block .bb-dash-grid__inner.is-sep{border-left:0}.bb-dash-grid__frame .bb-dash-grid__inner.is-sep{border-left:0}.bb-dash-grid__block:hover:before{display:none}}@media (min-width:800px){.bb-dash-grid__cols-1 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-2 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-3 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}.bb-dash-grid__cols-4 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}}@media (min-width:992px){.bb-dash-grid__cols-5 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%}.bb-dash-grid__cols-6 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 16.666%;flex:0 0 16.666%}}.bb-dash-grid__info{font-size:14px;line-height:1.4;color:var(--bb-body-text-color)}.bb-dash-grid__info p{margin:0}.bb-dash-grid__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bb-dash-grid__block>[data-balloon]{cursor:default}.bb-dash-grid__inner{margin:0;padding:0 20px;height:100%}.bb-dash-grid__inner[data-balloon][data-balloon-pos=up]:after,.bb-dash-grid__inner[data-balloon][data-balloon-pos=up][data-balloon-visible]:after{width:96%;padding:15px;border-radius:6px}.bb-dash-grid__inner[data-balloon][data-balloon-pos=up]:after,.bb-dash-grid__inner[data-balloon][data-balloon-pos=up]:before,.bb-dash-grid__inner[data-balloon][data-balloon-pos=up][data-balloon-visible]:after,.bb-dash-grid__inner[data-balloon][data-balloon-pos=up][data-balloon-visible]:before{bottom:100%}.bb-dash-grid__inner.is-sep{border-left:1px solid var(--bb-content-border-color);margin:0 0 0 -1px}.bb-dash-grid .bb-dash-grid__block:last-of-type .bb-dash-grid__inner{border-left:0}.bb-dash-grid__title h2{font-weight:600;margin-bottom:15px}.bb-dash-grid__title a{color:#122b46}.bb-dash-grid__body .bb-dash-grid__ico i{border-radius:50%;border:1px solid var(--bb-content-border-color);font-size:20px;padding:3px;display:inline-block;width:26px;height:26px;color:var(--bb-primary-color);text-align:center}.bb-dash-grid__body .bb-dash-grid__ico i:before{position:relative;top:-4px}.bb-dash-grid__block .bb-dash-grid__image img{border-radius:50%;margin-top:15px}.bb-dash-grid__block .bb-dash-grid__image.square img{max-width:100px;width:100px;height:100px;object-fit:cover}.bb-dash-grid__block .bb-dash-grid__image.rectangular{position:relative;overflow:hidden;padding-top:52.56%;display:block;background:100% 0}.bb-dash-grid__block .bb-dash-grid__image.rectangular img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover}.bb-dash-grid [data-balloon]:after{white-space:normal;text-align:right;width:100%}.elementor-cta--dash-grid-above .bb-dash-grid__body{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elementor-cta--dash-grid-above .bb-dash-grid__body .bb-dash-grid__info{margin-bottom:auto}.elementor-cta--dash-grid-above .bb-dash-grid__body .bb-dash-grid__ico{margin-top:auto}.elementor-cta--dash-grid-left .bb-dash-grid__inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-cta--dash-grid-left .bb-dash-grid__body{text-align:right}.elementor-cta--dash-grid-left .bb-dash-grid__block .bb-dash-grid__image img{margin-top:0}.elementor-cta--dash-grid-right .bb-dash-grid__inner{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-cta--dash-grid-right .bb-dash-grid__body{text-align:left}.elementor-cta--dash-grid-right .bb-dash-grid__block .bb-dash-grid__image img{margin-top:0}.bb-dash__prior{margin-bottom:0}.bb-dash__name{font-weight:600}.bb-dash__avatar img{height:auto;padding:3px;border:1px solid var(--bb-content-border-color)}.elementor-cta--dash-intro-left .bb-dash__avatar{margin-left:15px}.elementor-cta--dash-intro-above .bb-dash>.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}.elementor-cta--dash-intro-above .bb-dash__avatar{margin-bottom:15px}.elementor-cta--dash-intro-above .bb-dash__intro{text-align:center}.elementor-cta--dash-intro-right .bb-dash__avatar{margin-right:15px}.elementor-cta--dash-intro-right .bb-dash>.flex{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-cta--dash-intro-right .bb-dash__intro{text-align:left}@media (max-width:768px){.elementor-cta--dash-intro-left .bb-dash>.flex,.elementor-cta--dash-intro-right .bb-dash>.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}.elementor-cta--dash-intro-left .bb-dash__avatar,.elementor-cta--dash-intro-right .bb-dash__avatar{margin-bottom:15px;margin-left:0!important}.elementor-cta--dash-intro-left .bb-dash__intro,.elementor-cta--dash-intro-right .bb-dash__intro{text-align:center}}.bb-activity,.elementor-widget-bbp-activity,.elementor-widget-bbp-activity .elementor-widget-container{height:100%}.elementor-col-100 .bb-activity,.elementor-col-100 .elementor-widget-bbp-activity,.elementor-col-100 .elementor-widget-bbp-activity .elementor-widget-container,.elementor-column[data-col="100"] .bb-activity,.elementor-column[data-col="100"] .elementor-widget-bbp-activity,.elementor-column[data-col="100"] .elementor-widget-bbp-activity .elementor-widget-container{height:auto}.bb-activity{border:1px solid var(--bb-content-border-color);padding:20px;background-color:#fff;position:relative}.bb-activity .activity-list.item-list{padding:0}.bb-activity .activity-list.item-list .activity-item .document-action-wrap .document-action_more[data-balloon][data-balloon-pos=up]:before{left:0}.bb-activity .activity-list.item-list .activity-item .document-action-wrap .document-action_more[data-balloon][data-balloon-pos=up]:after{right:-15px}.bb-activity .activity-update p{margin-bottom:0}.bb-activity .update-item{color:var(--bb-alternate-text-color);font-size:14px}.bb-activity .update-item a{color:var(--bb-headings-color);font-weight:500}.bb-activity .update-item .activity-time-since{display:block}.bb-activity .update-item p img{max-width:15px;vertical-align:text-bottom;margin-left:5px;margin-right:2px}.bb-activity .update-item>p{line-height:1.5}.bb-activity img.avatar{border-radius:100%}.bb-activity .bp-activity-head .activity-header a{font-weight:400}.bb-activity .bp-activity-head .activity-header>p:first-of-type>a:first-of-type{font-weight:500}.bb-activity .bb-activity-media-wrap{margin:0}.bb-activity .activity-list .activity-item .activity-content .activity-inner{overflow:initial}.bb-activity .activity-list .activity-item .ac-emotions_list.active{bottom:20px}.bb-activity .activity-list .activity-item .activity-comments .ac-emotions_list.active{bottom:15px}body:not(.bb-is-mobile) .bb-activity .activity-list .activity-item .ac-emotions_list:hover{bottom:20px}body:not(.bb-is-mobile) .bb-activity .activity-list .activity-item .activity-comments .ac-emotions_list:hover{bottom:15px}html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid{display:block}html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid>li{width:100%;max-width:initial;-webkit-box-flex:initial;-ms-flex:initial;flex:initial}html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid>li .item-avatar img.avatar{width:auto}.bb-activity--blank{min-height:300px}.bb-activity [data-bp-tooltip]:after{font-style:normal}.activity-modal .activity-content,.bb-activity .activity-content{padding:0;font-size:14px}.activity-modal .activity-content.no-media .bb-activity-media-wrap,.bb-activity .activity-content.no-media .bb-activity-media-wrap{display:none}.activity-modal .activity-content .activity-read-more,.bb-activity .activity-content .activity-read-more{display:block;margin:3px 0 7px}.bb-activity .activity-list .activity-update:last-of-type .activity-content{border-bottom:0}.bb-activity .activity-list .activity-update .activity-content a{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word}.bb-activity-extra{font-size:14px;font-weight:500;text-align:left;padding:0 0 15px;margin:0 0 15px;border-bottom:1px solid var(--bb-content-border-color)}.bb-activity-extra.border-dotted{border-bottom-style:dotted}.bb-activity-extra.border-dashed{border-bottom-style:dashed}.bb-activity-extra.border-solid{border-bottom-style:solid}.bb-activity-extra.border-double{border-bottom-style:double}.bb-activity-extra.border-none{border-bottom-style:none}.elementor .found-media-item img{height:100%}.bb-activity ul.activity-lists.bp-list{margin:0;padding:0}.bb-activity #buddypress .activity-lists.bp-list .activity-item{padding:0 0 15px;border:0;border-bottom:1px solid var(--bb-content-border-color);box-shadow:none;border-radius:0;margin:0 0 15px}.bb-activity #buddypress .activity-lists.bp-list .activity-item:last-of-type{border-bottom:0;margin-bottom:0}.bb-activity .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-detail-wrap .document-helper-text{height:0}.bb-activity .bb-activity-media-wrap .bb-activity-media-elem.document-activity:hover .document-detail-wrap .document-helper-text{height:auto}.bb-activity .activity-content .activity-state a.activity-state-likes .like-text{color:var(--bb-alternate-text-color)}.bb-activity #buddypress .bp-list.bp-list .bp-generic-meta .generic-button{margin-bottom:0}.bb-activity #buddypress .activity-lists.bp-list .activity-item,.bb-activity .bb-activity-media-wrap .bb-activity-media-elem.document-activity,.bb-activity .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap{background-color:transparent}#buddypress .activity-modal .activity-actions,.bb-activity #buddypress .activity-actions{display:none}#buddypress .activity-modal .activity-actions.activity-actions--show,.bb-activity #buddypress .activity-actions.activity-actions--show{display:block}#buddypress .activity-modal .activity-actions.activity-actions--show .generic-button,.bb-activity #buddypress .activity-actions.activity-actions--show .generic-button{margin:0!important}#buddypress .activity-modal .activity-actions.activity-actions--show .generic-button a,.bb-activity #buddypress .activity-actions.activity-actions--show .generic-button a{margin-left:15px!important}#buddypress .activity-modal .activity-actions.activity-actions--show .bb-activity-more-options-wrap,.bb-activity #buddypress .activity-actions.activity-actions--show .bb-activity-more-options-wrap{-webkit-transform:translateY(-webkit-calc(-50% - 15px));-ms-transform:translateY(calc(-50% - 15px));transform:translateY(calc(-50% - 15px))}#buddypress .activity-modal .activity-actions.activity-actions--show .bb-activity-more-options-wrap.action .generic-button a,#buddypress .activity-modal .activity-actions.activity-actions--show .bp-generic-meta.action .generic-button a,.bb-activity #buddypress .activity-actions.activity-actions--show .bb-activity-more-options-wrap.action .generic-button a,.bb-activity #buddypress .activity-actions.activity-actions--show .bp-generic-meta.action .generic-button a{display:none}#buddypress .activity-modal .activity-actions.activity-actions--show.activity-actions--fav .bp-generic-meta.action .generic-button a.fav,#buddypress .activity-modal .activity-actions.activity-actions--show.activity-actions--fav .bp-generic-meta.action .generic-button a.has-emotion,#buddypress .activity-modal .activity-actions.activity-actions--show.activity-actions--fav .bp-generic-meta.action .generic-button a.has-like,#buddypress .activity-modal .activity-actions.activity-actions--show.activity-actions--fav .bp-generic-meta.action .generic-button a.unfav,.bb-activity #buddypress .activity-actions.activity-actions--show.activity-actions--fav .bp-generic-meta.action .generic-button a.fav,.bb-activity #buddypress .activity-actions.activity-actions--show.activity-actions--fav .bp-generic-meta.action .generic-button a.has-emotion,.bb-activity #buddypress .activity-actions.activity-actions--show.activity-actions--fav .bp-generic-meta.action .generic-button a.has-like,.bb-activity #buddypress .activity-actions.activity-actions--show.activity-actions--fav .bp-generic-meta.action .generic-button a.unfav{display:-webkit-box;display:-ms-flexbox;display:flex}#buddypress .activity-modal .activity-actions.activity-actions--show .bb-activity-more-options.open,.bb-activity #buddypress .activity-actions.activity-actions--show .bb-activity-more-options.open{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width:980px){#buddypress .activity-modal .activity-actions.activity-actions--show .bb-activity-more-options-wrap,.bb-activity #buddypress .activity-actions.activity-actions--show .bb-activity-more-options-wrap{-webkit-transform:none;-ms-transform:none;transform:none}}#buddypress .activity-modal .activity-actions.activity-actions--show.activity-actions--comment .bp-generic-meta.action .generic-button a.acomment-reply,.bb-activity #buddypress .activity-actions.activity-actions--show.activity-actions--comment .bp-generic-meta.action .generic-button a.acomment-reply{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}#buddypress .activity-modal .activity-actions.activity-actions--show.activity-actions--edit .bb-activity-more-options-wrap.action .generic-button a.acomment-edit,.bb-activity #buddypress .activity-actions.activity-actions--show.activity-actions--edit .bb-activity-more-options-wrap.action .generic-button a.acomment-edit{display:-webkit-box;display:-ms-flexbox;display:flex}#buddypress .activity-modal .activity-actions.activity-actions--show.activity-actions--delete .bb-activity-more-options-wrap.action .generic-button a.acomment-delete,.bb-activity #buddypress .activity-actions.activity-actions--show.activity-actions--delete .bb-activity-more-options-wrap.action .generic-button a.acomment-delete{display:-webkit-box;display:-ms-flexbox;display:flex}#buddypress .activity-modal .activity-actions.activity-actions--show:not(.activity-actions--edit,.activity-actions--delete) .bb-activity-more-options-wrap.action,.bb-activity #buddypress .activity-actions.activity-actions--show:not(.activity-actions--edit,.activity-actions--delete) .bb-activity-more-options-wrap.action{display:none}.bb-activity #buddypress .activity-content .ac-state-separator,.bb-activity #buddypress .activity-content .activity-state-reactions,.bb-activity #buddypress .activity-content .comment-reactions{display:none}.bb-activity #buddypress .activity-content .do-state--show .activity-state-reactions,.bb-activity #buddypress .activity-content .do-state--show .comment-reactions{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.bb-activity #buddypress .activity-content .do-state--show .ac-state-separator{display:inline-block}.bb-activity #buddypress .activity-comments .comment-reactions{display:none}.bb-activity #buddypress .activity-comments .activity-actions--fav .comment-reactions{display:-webkit-box;display:-ms-flexbox;display:flex}.bb-activity .activity-list .activity-item .activity-content .do-state:not(.is-activity-comments) .activity-state.has-comments a.activity-state-comments{display:none}.bb-activity #buddypress .activity-content .do-state--show:not(.is-activity-comments) .activity-state.has-comments .ac-state-separator{display:none}.bb-activity .activity-list .activity-item .activity-content .do-state.is-activity-comments .activity-state.has-comments a.activity-state-comments{display:inline-block}.elementor-widget-bbp-activity .bb-media-info-section .activity-comments .acomment-content p,.elementor-widget-bbp-activity .bb-media-info-section .activity-comments .acomment-meta{font-size:13px}.elementor-widget-bbp-activity .bb-media-info-section .activity-state a{color:#555}.elementor-widget-bbp-activity .bb-media-info-section .activity-comments ul li ul{margin-top:0;margin-bottom:0}.elementor-widget-bbp-activity .bb-media-info-section .activity-comments ul{margin:15px 0 0}.elementor-widget-bbp-activity .bb-media-info-section .activity-comments>ul{margin:0 -15px}.elementor-widget-bbp-activity .bb-media-info-section .activity-comments ul li ul li{padding-bottom:0}.elementor-widget-bbp-activity .bb-media-info-section .activity-comments .acomment-content p{margin-bottom:0}.bb-media-privacy-wrap.bb-media-privacy-wrap--el-activity .activity-privacy{right:-70px;min-width:185px}.bb-media-privacy-wrap.bb-media-privacy-wrap--el-activity .activity-privacy:before{right:85px}.elementor-column[class*=elementor-col-]:not(.elementor-col-100) .bb-activity .zoom-meeting-block{-ms-flex-flow:column;flex-flow:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-column[class*=elementor-col-]:not(.elementor-col-100) .bb-activity .zoom-meeting-block-right{margin:10px 0 0}.elementor-column[class*=elementor-col-]:not(.elementor-col-100) .bb-activity .bp_zoom_countdown .position{height:50px;width:18px}.elementor-column[class*=elementor-col-]:not(.elementor-col-100) .bb-activity .bp_zoom_countdown span.digit{font-size:18px}.elementor-column[class*=elementor-col-]:not(.elementor-col-100) .bb-activity .bp_zoom_countdown .countdown_label{font-size:11px}.elementor-column[class*=elementor-col-]:not(.elementor-col-100) .bb-activity .bp_zoom_countdown>span{max-width:58px;margin:0}.elementor-column[class*=elementor-col-]:not(.elementor-col-100) .bb-activity .bp_zoom_countdown>span.countDays{max-width:66px}.bb-members,.elementor-widget-bbp-members,.elementor-widget-bbp-members .elementor-widget-container{height:100%}.elementor-col-100 .bb-members,.elementor-col-100 .elementor-widget-bbp-members,.elementor-col-100 .elementor-widget-bbp-members .elementor-widget-container,.elementor-column[data-col="100"] .bb-members,.elementor-column[data-col="100"] .elementor-widget-bbp-members,.elementor-column[data-col="100"] .elementor-widget-bbp-members .elementor-widget-container{height:auto}.elementor-widget-bbp-members .bb-members-list .bb-members-list__item{position:relative}.elementor-widget-bbp-members .bb-members-list .bb-members-list__avatar{position:relative}.elementor-widget-bbp-members .bb-members-list .member-status.online{position:absolute;right:30px;top:3px;left:inherit}.elementor-widget-bbp-members .item-options a{color:var(--bb-body-text-color);font-size:.875rem;display:inline-block;padding-bottom:10px;margin-left:1.25rem;margin-top:10px;-webkit-animation:unset!important;animation:unset!important}.elementor-widget-bbp-members .item-options a:hover{color:var(--bb-primary-color)}.elementor-widget-bbp-members .item-options a.selected{border-bottom:1px solid var(--bb-primary-color);color:var(--bb-primary-color);margin-bottom:-1px}.bb-template-v2 .elementor-widget-bbp-members .item-options a{text-transform:uppercase;font-size:.6875rem;line-height:1;font-weight:700;padding-bottom:5px;color:var(--bb-alternate-text-color)}.bb-template-v2 .elementor-widget-bbp-members .item-options a.selected{color:var(--bb-headings-color);font-weight:700}.bb-template-v2 .elementor-widget-bbp-members .item-options{border-bottom:0;margin-bottom:18px}.bb-members{border:1px solid var(--bb-content-border-color);padding:20px;background-color:#fff}.bb-members .bb-members-list:not(.active){display:none}.bb-members .bb-members__tab{text-transform:capitalize}.bb-no-data.bb-no-data--members{position:static;-webkit-transform:none;-ms-transform:none;transform:none;right:unset;top:unset;margin:30px 0}.bb-no-data--members:not(.active){display:none}.bb-members div.item-options.border-solid{border-bottom-style:solid}.bb-members div.item-options.border-dashed{border-bottom-style:dashed}.bb-members div.item-options.border-dotted{border-bottom-style:dotted}.bb-members div.item-options.border-double{border-bottom-style:double}.bb-members div.item-options.border-none{border-bottom-style:none}.bb-members div.item-options.border-none .selected{border-bottom-style:none}.bb-members-list__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px 0;margin-bottom:10px}.bb-members-list--align-left .bb-members-list__item{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.bb-members-list--align-left .bb-members-list__item .bb-members-list__avatar{margin-left:15px}.bb-members-list--align-center .bb-members-list__item{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bb-members-list--align-right .bb-members-list__item{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-flow:row-reverse;flex-flow:row-reverse}.bb-members-list--align-right .bb-members-list__item .bb-members-list__avatar{margin-right:15px;margin-left:0}.bb-members-list--align-right .bb-members-list__item .member-status.online{margin-left:auto;margin-right:0}.bb-members-list__avatar a{display:inline-block}.bb-members-list__avatar .avatar{border-radius:100%}.bb-members-list__item .member-status.online{background:var(--bb-success-color);border:2px solid #fff;border-radius:100%;width:13px;height:13px;margin-right:auto;display:inline-block;position:relative}.bb-members-list--align-center .bb-members-list__item .member-status.online,.bb-members-list--align-right .bb-members-list__item .member-status.online{margin-right:10px}.bb-members-list__name a{font-size:14px;font-weight:500;color:var(--bb-headings-color)}div.item-options .bb-members__tab.selected{font-weight:500}.bb-forums,.elementor-widget-bbp-forums,.elementor-widget-bbp-forums .elementor-widget-container{height:100%}.elementor-col-100 .bb-forums,.elementor-col-100 .elementor-widget-bbp-forums,.elementor-col-100 .elementor-widget-bbp-forums .elementor-widget-container,.elementor-column[data-col="100"] .bb-forums,.elementor-column[data-col="100"] .elementor-widget-bbp-forums,.elementor-column[data-col="100"] .elementor-widget-bbp-forums .elementor-widget-container{height:auto}.bb-forums{border:1px solid var(--bb-content-border-color);padding:20px;background-color:#fff;position:relative}.bb-forums .bbel-list-flow .bb-forums__item .item{width:100%}.bb-forums .item-title a{font-size:14px}.bb-forums .bb-forums__list .bb-forums__item .item-meta .bs-replied>a:hover{color:var(--bb-primary-color)}.bb-forums .bb-forums__list .bb-forums__item .item-title>a:hover{color:var(--bb-primary-color)}.bb-forums .bb-forums__avatar+.item .bs-last-reply{padding-right:0}.bb-forums .bb-forums__avatar+.item .bs-last-reply a.bbp-reply-to-link{right:-32px}.bb-forums .bb-forums__avatar+.item .bb-forums__last-reply{margin-top:0}.bb-forums .bb-forums__avatar+.item .bb-forums__last-reply .bs-last-reply{padding-right:25px;margin-top:0}.bb-forums .bb-forums__avatar+.item .bb-forums__last-reply .bs-last-reply a.bbp-reply-to-link{right:0;top:-3px}.bb-forums .bb-forums__avatar+.item .bb-forums__ww+.bb-forums__last-reply{margin-top:10px}.bb-forums .bb-forums__avatar+.item .bb-forums__ww+.bb-forums__last-reply .bs-last-reply{padding-right:0}.bb-forums .bb-forums__avatar+.item .bb-forums__ww+.bb-forums__last-reply .bs-last-reply a.bbp-reply-to-link{right:-32px;top:-4px}.bb-forums .bs-last-reply{display:block;color:var(--bb-body-text-color);margin:10px 0 0;position:relative;line-height:1.4;padding-right:35px}.bb-forums .bs-last-reply.is-empty{margin:0}.bb-forums .bs-last-reply.is-empty i{display:none}.bb-forums .bs-last-reply i{font-size:24px;opacity:.5}.bb-forums .bs-last-reply a.bbp-reply-to-link{color:#939597;display:inline-block;position:absolute;right:0;top:-4px}.bb-forums .bs-forums-items .item-meta.bb-reply-meta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bb-forums__list>li{border-bottom:1px solid var(--bb-content-border-color);padding-bottom:20px}.bb-forums__list>li:last-of-type{border-bottom:0;padding-bottom:0}.bb-forums--blank{min-height:300px}.bb-forums--blank .bb-no-data .bs-item-list.list-view .bs-item-wrap{margin:0 1px;border:0}.bb-forums--blank .bb-no-data .bs-item-list.list-view .bs-item-wrap.bs-header-item{display:none}.list-view .bb-forums__avatar .avatar{border-radius:100%;max-width:36px}.bb-forums__avatar .bbp-author-name{display:none}.bb-forums__avatar a{font-size:0}.bb-forums__avatar a>span{font-size:14px}.bb-forums__item .bb-forums__ww .bs-replied>a.bbp-author-link{font-size:0}.bb-forums__item .bb-forums__ww .bs-replied>a.bbp-author-link span{font-size:13px}.bb-forums__item .bb-forums__last-reply{margin-top:10px}.bb-forums__item .bb-forums__ww+.bb-forums__last-reply{margin-top:0}.bb-forums__item .item-title{line-height:1.2;margin-bottom:3px}.bb-forums__item .item-title>a{line-height:1.5}.bb-forums__ww .bs-voices-wrap{padding:10px 0 3px;display:block}.bb-forums__ww .bs-replied a{color:var(--bb-headings-color)}.bb-forums__ww .bs-replied a:hover{color:var(--bb-primary-color)}.bb-forums-extra{font-size:14px;font-weight:500;text-align:left;padding:0 0 15px;margin:0 0 15px;border-bottom:1px solid var(--bb-content-border-color)}.bb-forums-extra.border-dotted{border-bottom-style:dotted}.bb-forums-extra.border-dashed{border-bottom-style:dashed}.bb-forums-extra.border-solid{border-bottom-style:solid}.bb-forums-extra.border-double{border-bottom-style:double}.bb-forums-extra.border-none{border-bottom-style:none}body.rtl .bb-forums__avatar{margin-left:13px;margin-right:0!important}@media (min-width:768px){.bb-forums-activity,.bb-forums-activity-wrapper,.elementor-widget-bbp-forums-activity,.elementor-widget-bbp-forums-activity .elementor-widget-container{height:100%}.elementor-col-100 .bb-forums-activity,.elementor-col-100 .bb-forums-activity-wrapper,.elementor-col-100 .elementor-widget-bbp-forums-activity,.elementor-col-100 .elementor-widget-bbp-forums-activity .elementor-widget-container,.elementor-column[data-col="100"] .bb-forums-activity,.elementor-column[data-col="100"] .bb-forums-activity-wrapper,.elementor-column[data-col="100"] .elementor-widget-bbp-forums-activity,.elementor-column[data-col="100"] .elementor-widget-bbp-forums-activity .elementor-widget-container{height:auto}}.bb-forums-activity{border:1px solid var(--bb-content-border-color);padding:20px;background-color:#fff;position:relative;min-height:250px}.bb-fa__forum-title{text-transform:uppercase;font-size:13px;color:var(--bb-alternate-text-color);font-weight:500}.bb-fa__topic-title h2{font-weight:500;margin-bottom:10px;line-height:1.2}.bb-fa__meta{line-height:1;margin:0 0 20px}.bb-fa__meta span{color:var(--bb-alternate-text-color);font-size:13px}.bb-fa__excerpt{font-size:14px;margin:0 26px 20px 0;line-height:1.4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative}.bb-fa__excerpt.no-link{margin-right:0}.bb-fa__excerpt a.bbp-reply-to-link i{font-size:24px;opacity:.5}.bb-fa__excerpt a.bbp-reply-to-link{color:#939597;display:inline-block;position:absolute;right:-32px;top:-3px}.bb-fa__excerpt.is-empty{margin:0}.bb-fa__excerpt.is-empty a.bbp-reply-to-link{display:none}.bb-fa__link{display:-webkit-box;display:-ms-flexbox;display:flex}.bb-fa__link a{display:inline-block;font-size:14px;padding:4px 20px;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-button-radius)}.elementor-cta--falign-right .bb-fa__link a{margin-right:auto}.elementor-cta--falign-left .bb-fa__link a{margin-left:auto}.elementor-cta--falign-center .bb-fa__link a{margin-left:auto;margin-right:auto}.elementor-cta--fa-my-align-right .bb-forums-activity-btn{text-align:left;left:0}.elementor-cta--fa-my-align-left .bb-forums-activity-btn{text-align:right;right:0}.elementor-cta--fa-my-align-center .bb-forums-activity-btn{text-align:center;right:0;left:0;margin:0 auto}@media (min-width:768px){.elementor-max-50 .elementor-heading-title{max-width:50%}.elementor-widget-bbp-forums-activity{padding-top:60px}.elementor-max-50+section .elementor-widget-bbp-forums-activity{padding-top:0}}.bb-forums-activity-wrapper{position:relative;min-height:250px}@media (max-width:768px){.bb-forums-activity-wrapper--ismy{margin-top:50px}}.bb-forums-activity-btn{text-align:left;position:absolute;top:-50px}.bb-forums-activity-btn a.bb-forums-activity-btn__link{font-size:13px;display:inline-block;border-radius:var(--bb-button-radius);padding:2px 15px;color:#939597;border:1px solid #9ea8b2;cursor:pointer}.bb-forums-activity-btn a.bb-forums-activity-btn__link:hover{color:var(--bb-primary-color)}.bb-forums-activity-btn a.bb-forums-activity-btn__link i{font-size:20px;position:relative;top:3px;right:3px}body.rtl .bb-forums-activity-btn__link i{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.lifterlms-course-list--elementor .columns-1 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.lifterlms-course-list--elementor .columns-2 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}@media screen and (max-width:480px){.lifterlms-course-list--elementor .columns-2 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.lifterlms-course-list--elementor .columns-3 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}@media screen and (max-width:820px){.lifterlms-course-list--elementor .columns-3 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:480px){.lifterlms-course-list--elementor .columns-3 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.lifterlms-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap,.lifterlms-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}@media screen and (max-width:1200px){.lifterlms-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap,.lifterlms-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}}@media screen and (max-width:820px){.lifterlms-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap,.lifterlms-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:480px){.lifterlms-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap,.lifterlms-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.lifterlms-course-list--elementor .course-dir-list--hidestatus .bb-cover-list-item .ld-status{display:none}.lifterlms-course-list--elementor .course-dir-list--hidemedia .bb-course-items .bb-course-cover .bb-cover-wrap img{display:none}.lifterlms-course-list--elementor.noProgress .llms-progress{display:none}.lifterlms-course-list--elementor.noPrice .llms-meta-aplans .llms-meta-aplans__price{display:none}.lifterlms-course-list--elementor.noEnroll .llms-meta-aplans .llms-meta-aplans__btn{display:none}.lifterlms-course-list--elementor.noTimestamp .llms-meta-aplans.llms-meta-aplans--enrolled{display:none}.lifterlms-course-list--elementor.noTitle .bb-courses-header>.bb-title{display:none}.lifterlms-course-list--elementor.noSearch .bb-courses-header>#courses-dir-search{display:none}.lifterlms-course-list--elementor.noCourseNavigation.lifterlms-course-list .courses-type-navs{display:none}.lifterlms-course-list--elementor.noPagination .course-dir-list .bb-lms-pagination{display:none}.lifterlms-course-list--elementor .bb-lms-pagination .page-numbers:not(.prev,.next){display:inline-block;text-align:center}.lifterlms-course-list--elementor .bb-lms-pagination.noPrevNext a.next,.lifterlms-course-list--elementor .bb-lms-pagination.noPrevNext a.prev{display:none}.lifterlms-course-list--elementor .bb-lms-pagination a.next.page-numbers,.lifterlms-course-list--elementor .bb-lms-pagination a.prev.page-numbers{font-size:0!important}.lifterlms-course-list--cover .bb-courses-directory .grid-filters{display:none}.lifterlms-course-list--cover .bb-courses-directory .sfwd-courses-filters .select-wrap:last-of-type select{margin-left:0}.lifterlms-course-list--cover.lifterlms-course-list--featured .bb-course-items.grid-view .bb-course-item-wrap:nth-child(1),.lifterlms-course-list--cover.lifterlms-course-list--featured .bb-course-items.grid-view .bb-course-item-wrap:nth-child(2){-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.lifterlms-course-list--cover .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%}.lifterlms-course-list--cover .bb-course-items.list-view,.lifterlms-course-list--cover .bb-course-items.list-view.hide{display:none!important}.lifterlms-course-list--cover .bb-course-items .bb-cover-wrap{position:relative}.lifterlms-course-list--cover .bb-course-items .bb-cover-wrap:after{content:"";display:inline-block;position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,.3);background-image:none}.lifterlms-course-list--cover .bb-cover-list-item{position:relative}.lifterlms-course-list--cover .bb-course-items .bb-cover-list-item.bb-course-paid{padding-bottom:0}.lifterlms-course-list--cover .bb-course-items .bb-cover-wrap{border-radius:4px}.lifterlms-course-list--cover .bb-course-cover{position:absolute;z-index:9;height:100%;width:100%}.lifterlms-course-list--cover .bb-card-course-details{position:relative;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.lifterlms-course-list--cover .bb-card-course-details .course-lesson-count{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.lifterlms-course-list--cover .bb-card-course-details .bb-course-title{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.lifterlms-course-list--cover .bb-card-course-details .bb-course-excerpt{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.lifterlms-course-list--cover .bb-card-course-details .course-progress-wrap{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.lifterlms-course-list--cover .bb-card-course-details .bb-course-meta{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.lifterlms-course-list--cover .bb-card-course-details .bb-course-footer{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;display:none}.lifterlms-course-list--cover .bb-course-items .bb-cover-wrap{height:100%;padding-top:0}.lifterlms-course-list--cover .bb-cover-list-item .ld-status,.lifterlms-course-list--cover .course-lesson-count{display:none}.lifterlms-course-list--cover .bb-course-title a{color:#fff}.lifterlms-course-list--cover .bb-course-items .bb-course-excerpt{color:#fff}.lifterlms-course-list--cover .bb-course-meta strong a{color:#fff}.lifterlms-course-list--cover .course-details-verbose{padding-bottom:10px}.lifterlms-course-list--cover .lifterlms-price,.lifterlms-course-list--cover .llms-meta-aplans__btn a,.lifterlms-course-list--cover .llms-meta-aplans__inDate{color:#fff}.lifterlms-course-list--cover.lifterlms-course-list .bb-cover-list-item .llms-meta-aplans{position:static;min-height:auto;width:100%;margin-bottom:0}#page .elementor-cta--content-v-align-bottom .lifterlms-course-list--cover .bb-card-course-details .course-details-verbose,.elementor-cta--content-v-align-bottom .lifterlms-course-list--cover .bb-card-course-details .course-details-verbose{margin-top:auto}.elementor-cta--content-v-align-top.elementor-cta--footer-v-align-bottom .llms-meta-aplans{margin-top:auto}.lms-nav--align-right .courses-type-navs .courses-nav{float:left}.lms-nav--align-center .courses-type-navs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#page .learndash-course-list--cover .bb-course-title a,#page .lifterlms-course-list--cover .bb-course-title a{color:#fff}.bb-groups{border:1px solid var(--bb-content-border-color);padding:20px;background-color:#fff}.bb-groups .bb-groups-list:not(.active){display:none}.bb-groups .bb-groups__tab{text-transform:capitalize}.bb-groups #groups-list .item-avatar img{border-color:var(--bb-content-border-color);border-width:1px}.bb-groups #groups-list .item-avatar a{border:0;box-shadow:none}.bb-no-data.bb-no-data--groups{position:static;-webkit-transform:none;-ms-transform:none;transform:none;right:unset;top:unset;margin:30px 0} \ No newline at end of file diff --git a/web/app/themes/buddyboss-theme/assets/css-rtl/eventscalendar.css b/web/app/themes/buddyboss-theme/assets/css-rtl/eventscalendar.css index 2b6dd2d3..ca55bb40 100644 --- a/web/app/themes/buddyboss-theme/assets/css-rtl/eventscalendar.css +++ b/web/app/themes/buddyboss-theme/assets/css-rtl/eventscalendar.css @@ -14,7 +14,6 @@ border-top: 1px solid var(--bb-content-border-color); margin-top: 0; } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar thead th { background-color: #fff; color: #939597; @@ -22,65 +21,52 @@ border-right-color: var(--bb-content-border-color); border-left-color: #fff; } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar thead th:last-child { border-left-color: var(--bb-content-border-color); } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td { background-color: #fff; border-color: var(--bb-content-border-color); } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-othermonth { background-color: #fafbfb; } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td div[id*="tribe-events-daynum-"] { background-color: transparent; color: var(--bb-headings-color); text-align: left; font-weight: inherit; } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td div[id*="tribe-events-daynum-"] a { background-color: transparent; color: var(--bb-headings-color); font-weight: inherit; } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td div[id*="tribe-events-daynum-"] a:hover { color: var(--bb-primary-color); } @media (max-width: 800px) { - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td div[id*="tribe-events-daynum-"] { text-align: center; } } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td:hover { box-shadow: inset 0 0 1000px rgba(0, 0, 0, 0.01); } @media (max-width: 800px) { - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-present.mobile-active { background-color: var(--bb-primary-color); } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-present.mobile-active div[id*="tribe-events-daynum-"] { color: #fff; } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-present.mobile-active div[id*="tribe-events-daynum-"] a { color: #fff; } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-present.mobile-active div[id*="tribe-events-daynum-"] a:hover { color: #fff; } } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.tribe_events, .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.type-tribe_events { color: #fff; @@ -88,59 +74,48 @@ margin-right: 2%; margin-left: 2%; } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.tribe_events.tribe-event-featured, .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.type-tribe_events.tribe-event-featured { margin: 0 2% 1px; padding: 6px 8px; background-color: var(--bb-danger-color); } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.tribe_events:nth-child(2), .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.type-tribe_events:nth-child(2) { border-radius: 3px 3px 0 0; } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.tribe_events:nth-child(2).tribe-events-last, .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.type-tribe_events:nth-child(2).tribe-events-last { border-radius: 3px; } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.tribe_events a, .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.type-tribe_events a { color: #fff; } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td.tribe-events-othermonth div.tribe_events, .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td.tribe-events-othermonth div.type-tribe_events { background-color: rgba(0, 124, 255, 0.4); } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td.tribe-events-othermonth.tribe-events-past div.tribe_events, .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td.tribe-events-othermonth.tribe-events-past div.type-tribe_events { background-color: rgba(127, 134, 143, 0.45); } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td.tribe-events-past div.tribe_events, .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td.tribe-events-past div.type-tribe_events { background-color: rgba(127, 134, 143, 0.75); } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td.tribe-events-past .tribe-events-month-event-title a { opacity: 1; } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar .type-tribe_events { border-bottom: 0; margin-bottom: 1px; } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar .tribe-events-last { border-radius: 0 0 3px 3px; } @media (max-width: 800px) { - #tribe-events-content .tribe-events-calendar td { height: 55px; } @@ -150,14 +125,14 @@ margin-top: 10px; } - .tribe-events-calendar .tribe-events-has-events::after, - .tribe-events-calendar .tribe-events-present.tribe-events-has-events::after { + .tribe-events-calendar .tribe-events-has-events:after, + .tribe-events-calendar .tribe-events-present.tribe-events-has-events:after { width: 5px; height: 5px; background-color: #e0e1e1; } - .tribe-events-calendar .tribe-events-past.tribe-events-has-events::after { + .tribe-events-calendar .tribe-events-past.tribe-events-has-events:after { background-color: #e0e1e1; } @@ -166,25 +141,21 @@ background-color: var(--bb-primary-color); } } - #tribe-events-content .tribe-events-tooltip, .tribe-events-week #tribe-events-content .tribe-events-right .tribe-events-tooltip { box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.05), 0 6px 32px 0 rgba(18, 43, 70, 0.1); border-radius: 4px; } - #tribe-events-content .tribe-events-tooltip h4, .tribe-events-week #tribe-events-content .tribe-events-right .tribe-events-tooltip h4 { color: var(--bb-headings-color); - font-weight: 400; + font-weight: normal; } - #tribe-events-content .tribe-events-tooltip .entry-title, .tribe-events-week #tribe-events-content .tribe-events-right .tribe-events-tooltip .entry-title { font-size: 1.3rem; margin-bottom: 5px; } - #tribe-events-content .tribe-events-tooltip .tribe-events-event-thumb, .tribe-events-week #tribe-events-content .tribe-events-right .tribe-events-tooltip .tribe-events-event-thumb { padding-bottom: 10px; @@ -205,26 +176,21 @@ h1.tribe-events-page-title { .tribe-events-grid { border-bottom-color: var(--bb-content-border-color); } - .tribe-events-grid .tribe-grid-content-wrap .column { border-right-color: var(--bb-content-border-color); } - .tribe-events-grid .tribe-grid-header .tribe-grid-content-wrap .column, .tribe-events-grid .tribe-grid-content-wrap .column { border-right-color: var(--bb-content-border-color); } - .tribe-events-grid .tribe-scroller { border-right-color: var(--bb-content-border-color); border-left-color: var(--bb-content-border-color); z-index: 5; } - .tribe-events-grid .tribe-grid-header .tribe-week-today { background-color: var(--bb-primary-color); } - .tribe-events-grid .tribe-grid-header .tribe-week-today.column a span, .tribe-events-grid .tribe-grid-header .tribe-week-today.column a span span.br-week-title { color: #fff; } @@ -240,19 +206,16 @@ h1.tribe-events-page-title { border-left-color: var(--bb-content-border-color); border-top: 1px solid var(--bb-content-border-color); } - .tribe-grid-header .column { height: 62px !important; } - .tribe-grid-header .column span { color: var(--bb-alternate-text-color); - font-weight: 400; + font-weight: normal; text-align: center; display: block; width: 100%; } - .tribe-grid-header .column span span.br-week-title { display: block; text-align: center; @@ -261,17 +224,14 @@ h1.tribe-events-page-title { font-size: 18px; text-transform: none; } - .tribe-grid-header .column span span.br-week-title:first-of-type { color: #939597; font-size: 11px; text-transform: uppercase; } - .tribe-grid-header .column.tribe-week-today span { color: #fff; } - .tribe-grid-header .column.tribe-week-today span span.br-week-title, .tribe-grid-header .column.tribe-week-today span span.br-week-title:first-of-type { color: #fff; @@ -284,16 +244,13 @@ h1.tribe-events-page-title { border-right-color: var(--bb-content-border-color); border-left-color: var(--bb-content-border-color); } - .tribe-grid-allday .column.first { text-align: center; } - .tribe-grid-allday .column.first span { display: inline-block; width: 70px; } - .tribe-grid-allday .tribe-week-today { background-color: rgba(var(--bb-primary-color-rgb), 0.05); } @@ -301,7 +258,6 @@ h1.tribe-events-page-title { .tribe-week-grid-wrapper .tribe-grid-content-wrap .tribe-events-mobile-day { background-color: #fff; } - .tribe-week-grid-wrapper .tribe-grid-content-wrap .tribe-events-mobile-day.tribe-week-today { background-color: rgba(var(--bb-primary-color-rgb), 0.05); } @@ -320,13 +276,11 @@ h1.tribe-events-page-title { background-color: transparent; border-color: transparent; } - .tribe-grid-allday .tribe-events-week-allday-single:hover, .tribe-grid-body .tribe-events-week-hourly-single:hover { background-color: transparent; border-color: transparent; } - .tribe-grid-allday .tribe-events-week-allday-single h3.entry-title, .tribe-grid-body .tribe-events-week-hourly-single h3.entry-title { background-color: rgba(var(--bb-primary-color-rgb), 0.75); @@ -337,7 +291,6 @@ h1.tribe-events-page-title { height: -webkit-calc(100% - 4px) !important; height: calc(100% - 4px) !important; } - .tribe-grid-allday .tribe-events-week-allday-single h3.entry-title:hover, .tribe-grid-body .tribe-events-week-hourly-single h3.entry-title:hover { background-color: rgba(var(--bb-primary-color-rgb), 0.95); @@ -349,13 +302,11 @@ h1.tribe-events-page-title { background-color: transparent; border-color: transparent; } - .tribe-grid-body .tribe-events-past .tribe-events-week-hourly-single:hover, .tribe-grid-allday .tribe-events-past .tribe-events-week-allday-single:hover { background-color: transparent; border-color: transparent; } - .tribe-grid-body .tribe-events-past .tribe-events-week-hourly-single h3.entry-title, .tribe-grid-allday .tribe-events-past .tribe-events-week-allday-single h3.entry-title { background-color: rgba(127, 134, 143, 0.75); @@ -366,13 +317,11 @@ h1.tribe-events-page-title { height: -webkit-calc(100% - 4px) !important; height: calc(100% - 4px) !important; } - .tribe-grid-body .tribe-events-past .tribe-events-week-hourly-single h3.entry-title:hover, .tribe-grid-allday .tribe-events-past .tribe-events-week-allday-single h3.entry-title:hover { background-color: rgba(127, 134, 143, 0.95); border-color: rgba(127, 134, 143, 0.95); } - .tribe-grid-body .tribe-events-past .tribe-events-week-hourly-single h3.entry-title a, .tribe-grid-body .tribe-events-past .tribe-events-week-hourly-single h3.entry-title a:hover, .tribe-grid-allday .tribe-events-past .tribe-events-week-allday-single h3.entry-title a, @@ -387,7 +336,6 @@ ul.tribe-events-sub-nav li a { .datepicker.dropdown-menu { border: 1px solid var(--bb-content-border-color); } - .datepicker.dropdown-menu th, .datepicker.dropdown-menu td { padding: 0; @@ -407,35 +355,28 @@ ul.tribe-events-sub-nav li a { .datepicker table { font-size: 15px; } - .datepicker table th { font-weight: inherit; } - .datepicker table th.dow { color: #e0e1e1; } - .datepicker table tr td.old, .datepicker table tr td.new { color: #e0e1e1; } - .datepicker table tr td.day { padding: 0; } - .datepicker table tr td.day.active, .datepicker table tr td.day.active.disabled { background: var(--bb-primary-color); color: #fff; border-radius: 100%; } - .datepicker table tr td.day.active:hover, .datepicker table tr td.day.active.disabled:hover { background: var(--bb-primary-color); color: #fff; } - .datepicker table tr td.day:not(.disabled):hover { background: var(--bb-primary-color); color: #fff; @@ -445,7 +386,6 @@ ul.tribe-events-sub-nav li a { .datepicker .datepicker-switch { color: var(--bb-primary-color); } - .datepicker .datepicker-switch:hover { color: #0f74e0; background: #fff; @@ -455,7 +395,6 @@ ul.tribe-events-sub-nav li a { .datepicker .prev { color: var(--bb-headings-color); } - .datepicker .next:hover, .datepicker .prev:hover { color: var(--bb-primary-color); @@ -480,7 +419,6 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- .tribe_mini_calendar_widget .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar { font-size: 14px; } - .tribe_mini_calendar_widget .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar thead { background: #fff; } @@ -490,7 +428,6 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- border-color: #fff; padding: 7px 0 13px; } - .tribe_mini_calendar_widget .tribe-mini-calendar-nav td div { display: -webkit-box; display: -ms-flexbox; @@ -499,13 +436,11 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- -ms-flex-align: center; align-items: center; } - .tribe_mini_calendar_widget .tribe-mini-calendar-nav span { color: var(--bb-headings-color); font-weight: inherit; text-transform: none; } - .tribe_mini_calendar_widget .tribe-mini-calendar th { background: #fff; color: #e0e1e1; @@ -513,102 +448,82 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- border-color: #fff; padding: 7px 0 13px; } - .tribe_mini_calendar_widget .tribe-mini-calendar td { background: #fff; font-weight: inherit; } - .tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-past { opacity: 0.55; } - .tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-othermonth { background: #fff; } - .tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events { background: #fff; } - .tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-has-events div[id*="daynum-"] { font-weight: inherit; } - .tribe_mini_calendar_widget .tribe-mini-calendar div[id*="daynum-"] a { padding: 7px 0 13px; width: 34px; height: 34px; margin: 0 auto; } - .tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present { background-color: #fff; border-radius: 100%; } - .tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present a { color: var(--bb-primary-color); background-color: #fff; font-weight: 500; } - .tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present a:hover { background-color: var(--bb-body-background-color); border-radius: 100%; color: var(--bb-primary-color); } - -.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present div[id*="daynum-"] a::before { +.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present div[id*="daynum-"] a:before { background-color: var(--bb-primary-color); } - .tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present.tribe-mini-calendar-today a { - font-weight: 400; + font-weight: normal; } - -.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present.tribe-mini-calendar-today div[id*="daynum-"] a::before { +.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present.tribe-mini-calendar-today div[id*="daynum-"] a:before { background-color: #fff; } - .tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today { background-color: #fff; border-radius: 100%; } - .tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today div[id*="daynum-"] a { color: #fff; background-color: var(--bb-primary-color); border-radius: 100%; } - .tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today div[id*="daynum-"] a:hover { background-color: var(--bb-primary-color); color: #fff; } - .tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-has-events:hover { background-color: #fff; border-radius: 100%; } - .tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-has-events:hover a:hover { background-color: var(--bb-body-background-color); border-radius: 100%; color: var(--bb-primary-color); } - .tribe_mini_calendar_widget .tribe-mini-calendar-no-event { color: var(--bb-headings-color); font-weight: inherit; padding: 7px 0 13px; } - .tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-has-events div[id*="daynum-"] a { color: var(--bb-primary-color); } - -.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-has-events div[id*="daynum-"] a::before { +.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-has-events div[id*="daynum-"] a:before { background: #e0e1e1; width: 5px; height: 5px; @@ -621,7 +536,6 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- } @media (max-width: 992px) { - .has-sidebar.events-gridview .sm-grid-1-1 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -645,20 +559,16 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- border: 1px solid var(--bb-content-border-color); margin-top: 0; } - .tribe-events-week #tribe-mobile-container .type-tribe_events ~ .type-tribe_events { border-color: var(--bb-content-border-color); } - .tribe-events-week #tribe-mobile-container .tribe-mobile-day { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .tribe-events-week #tribe-mobile-container .tribe-mobile-day:hover { box-shadow: 0 3px 24px 0 rgba(18, 43, 70, 0.08); } - .tribe-events-week #tribe-mobile-container .tribe-mobile-day h5.tribe-mobile-day-date { border-bottom: 0; margin-top: 0; @@ -666,13 +576,11 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- padding-right: 20px; padding-left: 20px; } - .tribe-events-week #tribe-mobile-container .type-tribe_events ~ .type-tribe_events, .tribe-events-week #tribe-mobile-container .type-tribe_events { padding-right: 20px; padding-left: 20px; } - .tribe-events-week #tribe-mobile-container .type-tribe_events:last-of-type { border-bottom: 1px solid var(--bb-content-border-color); } @@ -683,14 +591,12 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- border-top: 0; margin-top: 0; } - .tribe-events-month #tribe-mobile-container .type-tribe_events ~ .type-tribe_events { border-color: var(--bb-content-border-color); border-top-style: solid; } @media (max-width: 800px) { - #tribe-events-content.tribe-events-month table.tribe-events-calendar { margin-bottom: 0; border-bottom: 0; @@ -700,11 +606,9 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- padding-right: 20px; padding-left: 20px; } - .tribe-events-month #tribe-mobile-container .type-tribe_events .tribe-event-description p { margin-bottom: 5px; } - .tribe-events-month #tribe-mobile-container .type-tribe_events .tribe-events-event-body a.tribe-events-read-more { display: none; } @@ -717,7 +621,6 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- padding-right: 20px; padding-left: 20px; } - .tribe-mobile-day h3.tribe-mobile-day-heading { margin-bottom: 0; padding-top: 30px; @@ -734,7 +637,6 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-has-events.mobile-active { background-color: var(--bb-primary-color); } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-has-events.mobile-active div[id*="tribe-events-daynum-"] a { color: #fff; } @@ -746,42 +648,30 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- padding: 10px 20px; } } - /* Apply CSS when "Use updated calendar designs" option is active */ .tribe-events { - /* LIST VIEW */ - /* CALENDAR VIEW */ - /* DAY VIEW */ - /* Photo VIEW */ - /* WEEKLY VIEW */ - /* END - Apply CSS when "Use updated calendar designs" option is active */ } - .tribe-events *:hover { box-shadow: none; } - .tribe-events .tribe-filter-bar--vertical { border: 1px solid var(--bb-content-border-color); border-radius: 4px; padding: 15px !important; } - .tribe-events .tribe-events-header__events-bar.tribe-events-c-events-bar--border { border-radius: var(--bb-block-radius); } - .tribe-events .tribe-events-header__events-bar.tribe-events-c-events-bar--border .tribe-events-c-events-bar__search-container, .tribe-events .tribe-events-header__events-bar.tribe-events-c-events-bar--border .tribe-common-form-control-text__input { border-radius: var(--bb-block-radius); } - .tribe-events .tribe-events-header__events-bar.tribe-events-c-events-bar--border .tribe-events-c-events-bar__search-container .tribe-events-c-search__button { background-color: var(--bb-primary-button-background-regular); color: var(--bb-primary-button-text-regular); @@ -791,39 +681,31 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- font-style: inherit; padding: 6px 20px; } - .tribe-events .tribe-events-header__events-bar.tribe-events-c-events-bar--border .tribe-events-c-events-bar__search-container .tribe-events-c-search__button:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .tribe-events .tribe-events-header__events-bar.tribe-events-c-events-bar--border .tribe-events-c-events-bar__search-container .tribe-events-c-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); } - .tribe-events .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker-button:hover, .tribe-events .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker-button:focus, .tribe-events .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker-button:active { box-shadow: none; } - .tribe-events .tribe-events-c-ical .tribe-events-c-ical__link { border-color: var(--bb-primary-color); color: var(--bb-primary-color); } - .tribe-events .tribe-events-c-ical .tribe-events-c-ical__link:hover, .tribe-events .tribe-events-c-ical .tribe-events-c-ical__link:active, .tribe-events .tribe-events-c-ical .tribe-events-c-ical__link:focus { background-color: var(--bb-primary-color); color: #fff; } - .tribe-events .tribe-events-c-ical .tribe-common-c-svgicon { color: var(--bb-primary-color); } - .tribe-events .tribe-events-c-top-bar__datepicker-container .table-condensed tbody td.current, .tribe-events .tribe-events-c-top-bar__datepicker-container .table-condensed tbody td.active, .tribe-events .tribe-events-c-top-bar__datepicker-container .table-condensed tbody td.active:hover, .tribe-events .tribe-events-c-top-bar__datepicker-container .table-condensed tbody td.active:focus { background-color: var(--bb-primary-color); } - .tribe-events .tribe-events-calendar-list > .tribe-common-g-row { border: 1px solid var(--bb-content-border-color); margin-right: 0; @@ -833,12 +715,10 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- background-color: var(--bb-content-background-color); } @media (max-width: 992px) { - .tribe-events .tribe-events-calendar-list > .tribe-common-g-row { padding: 24px 0 24px 24px; } } - .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag { -ms-flex-item-align: center; align-self: center; @@ -847,35 +727,28 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- justify-content: center; } @media (max-width: 992px) { - .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag { width: 100px; } } @media (max-width: 544px) { - .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag { width: 80px; } } - .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-weekday { color: #f1451f; } - .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-datetime { color: var(--bb-alternate-text-color); } - .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title { font-size: 18px; } - .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a:hover, .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a:focus, .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a:active { color: var(--bb-primary-color); border-bottom: none; } - .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-featured-image-wrapper { -webkit-box-pack: center; -ms-flex-pack: center; @@ -883,7 +756,6 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- -ms-flex-item-align: center; align-self: center; } - .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-featured-image-wrapper .tribe-events-calendar-list__event-featured-image-link { position: relative; overflow: hidden; @@ -893,12 +765,10 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- border-radius: 4px; } @media (max-width: 992px) { - .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-featured-image-wrapper .tribe-events-calendar-list__event-featured-image-link { padding-top: 46%; } } - .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-featured-image-wrapper .tribe-events-calendar-list__event-featured-image { border-radius: var(--bb-block-radius-inner); position: absolute; @@ -913,7 +783,6 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- min-width: 100%; object-fit: cover; } - .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-details { -ms-flex-item-align: center; align-self: center; @@ -921,13 +790,11 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- -ms-flex-pack: center; justify-content: center; } - .tribe-events .tribe-events-c-top-bar__datepicker-container .datepicker .table-condensed tbody tr td .active, .tribe-events .tribe-events-c-top-bar__datepicker-container .datepicker .table-condensed tbody tr td .current, .tribe-events .tribe-events-c-top-bar__datepicker-container .datepicker .table-condensed tbody tr td .focused { background-color: var(--bb-primary-color); } - .tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__header-row .tribe-events-calendar-month__header-column { border: 1px solid var(--bb-content-border-color); border-bottom: none; @@ -935,54 +802,43 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- padding-right: 16px; background-color: #fff; } - .tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__header-row .tribe-events-calendar-month__header-column:not(:last-child) { border-left: none; } - -.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day:hover::after { +.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day:hover:after { background-color: var(--bb-primary-color); } - .tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day.tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link { color: var(--bb-primary-color); } @media (max-width: 992px) { - .tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__type-separator { margin-bottom: 30px; } } - .tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event { margin-right: 0; margin-left: 0; background-color: #fff; } @media (max-width: 992px) { - .tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event { padding: 0; } } - -.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event::before { +.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event:before { display: none; } - -.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event::after { +.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event:after { right: 0; } - .tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-header .tribe-events-calendar-day__event-datetime { color: var(--bb-alternate-text-color); } - .tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-header .tribe-events-calendar-day__event-title a:hover, .tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-header .tribe-events-calendar-day__event-title a:focus, .tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-header .tribe-events-calendar-day__event-title a:active { color: var(--bb-primary-color); border-bottom: none; } - .tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-content { border: 1px solid var(--bb-content-border-color); margin: 0; @@ -993,12 +849,10 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- align-items: center; } @media (max-width: 992px) { - .tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-content { padding: 24px; } } - .tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-content .tribe-events-calendar-day__event-featured-image-wrapper .tribe-events-calendar-day__event-featured-image-link { position: relative; overflow: hidden; @@ -1008,12 +862,10 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- border-radius: 4px; } @media (max-width: 992px) { - .tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-content .tribe-events-calendar-day__event-featured-image-wrapper .tribe-events-calendar-day__event-featured-image-link { padding-top: 46%; } } - .tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-content .tribe-events-calendar-day__event-featured-image-wrapper .tribe-events-calendar-day__event-featured-image-link .tribe-events-calendar-day__event-featured-image { border-radius: 4px; position: absolute; @@ -1028,7 +880,6 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- min-width: 100%; object-fit: cover; } - .tribe-events .tribe-events-pro-photo { background-color: #fff; border: 1px solid var(--bb-content-border-color); @@ -1036,11 +887,9 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- padding: 24px; margin: 0; } - .tribe-events .tribe-events-pro-photo .tribe-common-g-row--gutters { margin: 0 -1%; } - .tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event { border: 1px solid var(--bb-content-border-color); border-radius: 4px; @@ -1049,21 +898,18 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- margin: 0 1% 2%; } @media (max-width: 992px) { - .tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event { width: 100%; max-width: 48%; } } @media (max-width: 800px) { - .tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event { max-width: 100%; width: 100%; margin: 0 0 24px; } } - .tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-featured-image-wrapper .tribe-events-pro-photo__event-featured-image-link { position: relative; overflow: hidden; @@ -1073,12 +919,10 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- border-radius: 4px; } @media (max-width: 992px) { - .tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-featured-image-wrapper .tribe-events-pro-photo__event-featured-image-link { padding-top: 46%; } } - .tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-featured-image-wrapper .tribe-events-pro-photo__event-featured-image { border-radius: 4px; position: absolute; @@ -1093,86 +937,68 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- min-width: 100%; object-fit: cover; } - .tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details-wrapper { padding: 12px 12px 24px; } - .tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-date-tag-datetime .tribe-events-pro-photo__event-date-tag-month { color: #f1451f; } - .tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-title .tribe-events-pro-photo__event-title-link:hover, .tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-title .tribe-events-pro-photo__event-title-link:focus, .tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-title .tribe-events-pro-photo__event-title-link:active { color: var(--bb-primary-color); border-bottom: none; } - .tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-datetime time { color: var(--bb-alternate-text-color); } - .tribe-events .tribe-events-pro-week-grid { background-color: #fff; border: 1px solid var(--bb-content-border-color); border-radius: 4px; padding-right: 2rem; } - .tribe-events .tribe-events-pro-week-grid .tribe-events-pro-week-grid__header .tribe-events-pro-week-grid__header-column .tribe-events-pro-week-grid__header-column-title { padding-top: 2rem; } - .tribe-events .tribe-events-pro-week-grid .tribe-events-pro-week-grid__header .tribe-events-pro-week-grid__header-column--current .tribe-events-pro-week-grid__header-column-title .tribe-events-pro-week-grid__header-column-daynum-link { color: var(--bb-primary-color); } - .tribe-events .tribe-events-pro-week-grid .tribe-events-pro-week-grid__multiday-event-bar-inner { background-color: var(--bb-primary-color); } - .tribe-events .tribe-events-pro-week-grid .tribe-events-pro-week-grid__multiday-event-bar-inner .tribe-events-pro-week-grid__multiday-event-bar-title { color: #fff; } - .tribe-events .tribe-events-pro-week-grid .tribe-events-pro-week-grid__events-row .tribe-events-pro-week-grid__events-day .tribe-events-pro-week-grid__event-link-inner { background-color: rgba(var(--bb-primary-color), 0.05); } - .tribe-events .tribe-events-header .datepicker-days .table-condensed tbody tr.active td, .tribe-events .tribe-events-header .datepicker-days .table-condensed tbody tr.current td { background-color: rgba(var(--bb-primary-color), 0.05); } - -.tribe-events .tribe-events-header .datepicker-days .table-condensed tbody tr td.active::before { +.tribe-events .tribe-events-header .datepicker-days .table-condensed tbody tr td.active:before { background-color: var(--bb-primary-color); } - .tribe-events .tribe-events .tribe-events-calendar-month__header-column-title { padding: 12px 0; border-color: var(--bb-content-border-color); border-style: solid; border-width: 0 0 1px; } - .tribe-events .tribe-events .tribe-events-calendar-month__day { border-color: var(--bb-content-border-color); border-style: solid; border-width: 0 0 1px 1px; border-radius: 0; } - .tribe-events .tribe-events .tribe-events-calendar-month__day:first-child { border-right: 1px var(--bb-content-border-color) solid; } - .tribe-events .tribe-events-c-nav { margin-top: 40px; } - .tribe-events .tooltipster-base .tooltipster-box .tribe-events-pro-week-grid__event-tooltip-title a:hover, .tribe-events .tooltipster-base .tooltipster-box .tribe-events-pro-week-grid__event-tooltip-title a:focus, .tribe-events .tooltipster-base .tooltipster-box .tribe-events-pro-week-grid__event-tooltip-title a:active { color: var(--bb-primary-color); border-bottom: none; } - .tribe-events .tooltipster-base .tooltipster-content .tribe-events-calendar-month__calendar-event-tooltip-title a:hover, .tribe-events .tooltipster-base .tooltipster-content .tribe-events-calendar-month__calendar-event-tooltip-title a:focus, .tribe-events .tooltipster-base .tooltipster-content .tribe-events-calendar-month__calendar-event-tooltip-title a:active { color: var(--bb-primary-color); border-bottom: none; @@ -1181,7 +1007,6 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-breadcrumbs__list { font-size: 14px; } - .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-breadcrumbs__list-item-icon-svg { height: 8px; width: 5px; @@ -1196,7 +1021,6 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- .tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper { width: 100%; } - .tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper img { border-radius: var(--bb-block-radius-inner); } @@ -1220,11 +1044,9 @@ article.tribe-events-calendar-month__multiday-event.tribe_events_cat-my-cat-even margin-bottom: 1.25rem; padding: 1.25rem 1.25rem 1.5625rem; } - .tribe-events-widget header.tribe-events-widget-events-list__header { margin-bottom: 0; } - .tribe-events-widget h2.tribe-events-widget-events-list__header-title { margin-bottom: 15px; line-height: 30px; @@ -1234,7 +1056,6 @@ article.tribe-events-calendar-month__multiday-event.tribe_events_cat-my-cat-even color: var(--bb-headings-color); font-weight: 600; } - .bb-template-v2 .tribe-events-widget .tribe-events-widget-events-list__view-more a.tribe-events-widget-events-list__view-more-link { font-weight: 700; font-size: 12px; @@ -1248,28 +1069,23 @@ article.tribe-events-calendar-month__multiday-event.tribe_events_cat-my-cat-even -webkit-transition: none; transition: none; } - .bb-template-v2 .tribe-events-widget .tribe-events-widget-events-list__view-more a.tribe-events-widget-events-list__view-more-link: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); } - .tribe-events-widget a.tribe-common-anchor-thin { -webkit-transition: none; transition: none; } - .tribe-events-widget a.tribe-common-anchor-thin:hover { border: 0; color: var(--bb-primary-color); } - .bb-template-v2 .tribe-events-widget { border-radius: var(--bb-block-radius); padding: 1.25rem 1.25rem 1.5625rem; } - .bb-template-v2 .tribe-events-widget h2.tribe-events-widget-events-list__header-title { font-size: 1.25rem; letter-spacing: -0.24px; @@ -1286,27 +1102,22 @@ article.tribe-events-calendar-month__multiday-event.tribe_events_cat-my-cat-even max-width: 100%; margin-bottom: 10px; } - .events-list .tribe-events-back.tribe-events-loop a { font-weight: inherit; font-size: 14px; color: red; } - .events-list .tribe-events-list > p.tribe-events-back.tribe-events-loop { display: none; } - .events-list div.tribe-events-loop { max-width: 100%; background-color: #fff; border: 1px solid var(--bb-content-border-color); } - .events-list .tribe-events-map div.tribe-events-loop { border: 0; } - .events-list #tribe-events-footer { border-top: 0; padding-top: 0; @@ -1315,7 +1126,6 @@ article.tribe-events-calendar-month__multiday-event.tribe_events_cat-my-cat-even #tribe-events-content { padding-top: 0 !important; } - #tribe-events-content h2.tribe-events-page-title { font-size: 14px; background-color: #fff; @@ -1326,11 +1136,9 @@ article.tribe-events-calendar-month__multiday-event.tribe_events_cat-my-cat-even padding: 10px 25px; font-weight: 500; } - #tribe-events-content h2.tribe-events-page-title.has-notice { border-bottom: 1px solid var(--bb-content-border-color); } - #tribe-events-content.tribe-events-map h2.tribe-events-page-title { border-bottom: 1px solid var(--bb-content-border-color); } @@ -1346,14 +1154,12 @@ article.tribe-events-calendar-month__multiday-event.tribe_events_cat-my-cat-even #tribe-events-footer { margin-top: 1.25em; } - #tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-previous a { position: relative; left: 5px; -webkit-tap-highlight-color: transparent; } - -#tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-previous a::before { +#tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-previous a:before { content: "\E8AB"; font-family: bb-icons; font-size: 22px; @@ -1363,22 +1169,18 @@ article.tribe-events-calendar-month__multiday-event.tribe_events_cat-my-cat-even top: 3px; right: 3px; } - #tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-previous a span { display: none; } - #tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-next { margin-left: 0; } - #tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-next a { position: relative; right: 5px; -webkit-tap-highlight-color: transparent; } - -#tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-next a::after { +#tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-next a:after { content: "\e827"; font-family: bb-icons; font-size: 22px; @@ -1388,7 +1190,6 @@ article.tribe-events-calendar-month__multiday-event.tribe_events_cat-my-cat-even top: 3px; left: 3px; } - #tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-next a span { display: none; } @@ -1396,12 +1197,10 @@ article.tribe-events-calendar-month__multiday-event.tribe_events_cat-my-cat-even .tribe-events-single #tribe-events-footer { margin-top: 0; } - -.tribe-events-single #tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-next a::after { +.tribe-events-single #tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-next a:after { left: 0; } - -.tribe-events-single #tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-previous a::before { +.tribe-events-single #tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-previous a:before { right: 0; } @@ -1426,11 +1225,9 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve background-color: #fff; border: 1px solid var(--bb-content-border-color); } - .tribe-events-day .tribe-mini-calendar-list-wrapper .tribe-events-loop { border: 0; } - .tribe-events-day #tribe-events-footer { border-top: 0; padding-top: 0; @@ -1444,29 +1241,24 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve flex-wrap: wrap; } @media (max-width: 800px) { - .tribe-events-list .type-tribe_events { margin-bottom: 3rem; } } - .tribe-events-list .tribe-events-loop .tribe-events-event-image, .tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-image { width: 100%; } - .tribe-events-list .tribe-events-loop .tribe-events-event-image a, .tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-image a { position: relative; overflow: hidden; padding-top: 60%; - /* Calculated = height / width * 100 */ display: block; background: #809ab4; border-radius: 4px; } - .tribe-events-list .tribe-events-loop .tribe-events-event-image a img, .tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-image a img { position: absolute; @@ -1481,20 +1273,17 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve min-width: 100%; object-fit: cover; } - .tribe-events-list .bs-tribe-events-col-first .bs-events-post-placeholder { position: relative; overflow: hidden; padding-top: 60%; - /* Calculated = height / width * 100 */ display: block; background: #809ab4; border-radius: 4px; text-align: center; } - -.tribe-events-list .bs-tribe-events-col-first .bs-events-post-placeholder::after { +.tribe-events-list .bs-tribe-events-col-first .bs-events-post-placeholder:after { font-family: bb-icons !important; text-rendering: auto; -webkit-font-smoothing: antialiased; @@ -1511,111 +1300,88 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve opacity: 0.5; } @media (max-width: 544px) { - - .tribe-events-list .bs-tribe-events-col-first .bs-events-post-placeholder::after { + .tribe-events-list .bs-tribe-events-col-first .bs-events-post-placeholder:after { font-size: 40px; } } - .tribe-events-list .tribe-events-event-image img { border-radius: 4px; } - .tribe-events-list #tribe-geo-results.tribe-events-loop .tribe-event-featured { margin-right: -25px; margin-left: -25px; } - .tribe-events-list #tribe-geo-results.tribe-events-loop .tribe-event-featured .bs-tribe-events-col-first { margin-right: 25px; } - .tribe-events-list #tribe-geo-results.tribe-events-loop .tribe-event-featured .bs-tribe-events-col-last { margin-left: 25px; } - .tribe-events-list .tribe-events-loop .tribe-event-featured { background-color: var(--bb-body-background-color); padding-top: 1rem; padding-bottom: 1rem; padding-left: 0; } - .tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost { margin: 0; } - .tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost span { color: var(--bb-body-text-color); } - .tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .ticket-cost { background: transparent; } - .tribe-events-list .tribe-events-loop .tribe-event-featured.tribe-events-first { padding-top: 1rem; } - .tribe-events-list .tribe-events-loop .tribe-event-featured h2.tribe-events-list-event-title { margin-top: 0; } - .tribe-events-list .tribe-events-loop .tribe-event-featured h2.tribe-events-list-event-title a { color: var(--bb-headings-color); } - .tribe-events-list .tribe-events-loop .tribe-event-featured h2.tribe-events-list-event-title a:hover { color: var(--bb-primary-color); } - .tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-content { color: inherit; } - .tribe-events-list .tribe-events-loop .tribe-event-featured a { color: var(--bb-primary-color); } - .tribe-events-list .tribe-events-loop .tribe-event-featured a:hover { color: #0f74e0; } @media screen and (min-width: 801px) { - .tribe-events-list .tribe-events-loop .tribe-event-featured .bs-tribe-events-col-first .bs-events-post-placeholder { margin-right: -25px; width: 100%; } } - .tribe-events-list #tribe-geo-results .tribe-event-featured .tribe-events-content { color: var(--bb-body-text-color); } @media (max-width: 1200px) { - .page-sidebar .tribe-events-list .type-tribe_events { display: block; } - .page-sidebar .tribe-events-list .type-tribe_events .bs-tribe-events-col-first { max-width: 100%; padding: 0 25px; overflow: hidden; } - .page-sidebar .tribe-events-list .type-tribe_events .bs-tribe-events-col-first .tribe-events-event-image a { padding-top: 36%; position: relative; overflow: hidden; - /* padding-top: 52.56%; */ display: block; background: #809ab4; border-radius: 4px; margin-bottom: 20px; } - .page-sidebar .tribe-events-list .type-tribe_events .bs-tribe-events-col-first .tribe-events-event-image a img { position: absolute; top: 0; @@ -1629,72 +1395,59 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve min-width: 100%; object-fit: cover; } - .page-sidebar .tribe-events-list .type-tribe_events .bs-tribe-events-col-last { overflow: hidden; padding: 5px 25px 0; } - .page-sidebar .tribe-events-list .type-tribe_events .bs-tribe-events-col-last .tribe-event-schedule-details { padding: 0; } - .page-sidebar .tribe-events-list .type-tribe_events .bs-tribe-events-col-last .tribe-events-event-meta { padding: 0; border: 0; background: transparent; } - .page-sidebar .tribe-events-list .type-tribe_events .bs-tribe-events-col-last .tribe-events-event-meta .tribe-events-venue-details { padding: 0; border-top: 0; } } @media (max-width: 1200px) { - .page-sidebar .tribe-events-list .tribe-events-loop .tribe-event-featured { padding-right: 25px; padding-left: 25px; } - .page-sidebar .tribe-events-list .tribe-events-loop .tribe-event-featured .bs-tribe-events-col-first { padding: 0; } - .page-sidebar .tribe-events-list .tribe-events-loop .tribe-event-featured .bs-tribe-events-col-first .tribe-events-event-image { margin: 0; } } @media (max-width: 800px) { - .tribe-events-list .type-tribe_events { display: block; } - .tribe-events-list .type-tribe_events .bs-tribe-events-col-first { max-width: 100%; padding: 0 25px; overflow: hidden; } - .tribe-events-list .type-tribe_events .bs-tribe-events-col-first .tribe-events-event-image a { padding-top: 46%; position: relative; overflow: hidden; - /* padding-top: 52.56%; */ display: block; background: #809ab4; border-radius: 4px; margin-bottom: 10px; } - .tribe-events-list .type-tribe_events .bs-tribe-events-col-first .bs-events-post-placeholder { padding-top: 46%; margin-bottom: 10px; } - .tribe-events-list .type-tribe_events .bs-tribe-events-col-first .tribe-events-event-image a img { position: absolute; top: 0; @@ -1708,77 +1461,63 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve min-width: 100%; object-fit: cover; } - .tribe-events-list .type-tribe_events .bs-tribe-events-col-last { overflow: hidden; padding: 5px 25px 0; } - .tribe-events-list .type-tribe_events .bs-tribe-events-col-last .tribe-event-schedule-details { padding: 0; } - .tribe-events-list .type-tribe_events .bs-tribe-events-col-last .tribe-events-event-meta { padding: 0; border: 0; background: transparent; } - .tribe-events-list .type-tribe_events .bs-tribe-events-col-last .tribe-events-event-meta .tribe-events-venue-details { padding: 0; border-top: 0; } } @media (max-width: 544px) { - .tribe-events-list .type-tribe_events .bs-tribe-events-col-first { padding: 0 15px; } - .tribe-events-list .type-tribe_events .bs-tribe-events-col-last { padding-right: 15px; padding-left: 15px; } } @media (max-width: 800px) { - .tribe-events-list .tribe-events-loop .tribe-event-featured { padding-right: 25px; padding-left: 25px; margin-bottom: 3rem; } - .tribe-events-list .tribe-events-loop .tribe-event-featured .bs-tribe-events-col-first { padding: 0; } - .tribe-events-list .tribe-events-loop .tribe-event-featured .bs-tribe-events-col-first .tribe-events-event-image { margin: 0; } } @media (max-width: 544px) { - .tribe-events-list .tribe-events-loop .tribe-event-featured { padding-right: 15px; padding-left: 15px; } } - .tribe-events-map .type-tribe_events .bs-tribe-events-col-first { padding-right: 0; } - .tribe-events-map .type-tribe_events .bs-tribe-events-col-last { padding-left: 0; } @media (max-width: 800px) { - .tribe-events-map .type-tribe_events .bs-tribe-events-col-first { padding-right: 0; padding-left: 0; } - .tribe-events-map .type-tribe_events .bs-tribe-events-col-last { padding-right: 0; padding-left: 0; @@ -1788,7 +1527,6 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve margin-right: 0; } } - .type-tribe_events .bs-tribe-events-col-first { -webkit-box-flex: 0; -ms-flex: 0 0 300px; @@ -1796,7 +1534,6 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve max-width: 100%; padding-right: 25px; } - .type-tribe_events .bs-tribe-events-col-last { -webkit-box-flex: 1; -ms-flex: 1; @@ -1805,31 +1542,25 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve padding-right: 20px; padding-top: 5px; } - .type-tribe_events.tribe-event-featured .bs-tribe-events-col-last { padding-right: 0; } @media (max-width: 800px) { - .type-tribe_events.tribe-event-featured .bs-tribe-events-col-last { padding-left: 0; } - .type-tribe_events.tribe-event-featured .bs-tribe-events-col-last .tribe-events-event-cost { font-size: 13px; } } - .type-tribe_events .tribe-events-list-event-description, .type-tribe_events .tribe-events-map-event-description { font-size: 14px; } - .type-tribe_events .tribe-events-list-event-description a.tribe-events-read-more, .type-tribe_events .tribe-events-map-event-description a.tribe-events-read-more { display: none; } - .type-tribe_events .bs-event-heading { display: -webkit-box; display: -ms-flexbox; @@ -1837,7 +1568,6 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve -ms-flex-wrap: wrap; flex-wrap: wrap; } - .type-tribe_events .bs-event-heading .tribe-event-schedule-short { -webkit-box-flex: 0; -ms-flex: 0 0 45px; @@ -1847,34 +1577,29 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve line-height: 1; padding: 0; } - .type-tribe_events .bs-event-heading .tribe-event-schedule-short .bs-schedule-short-date { padding: 3px 0 3px 8px; border-left: 1px solid var(--bb-content-border-color); } - .type-tribe_events .bs-event-heading .tribe-event-schedule-short .bs-schedule-short-m { color: #f1451f; font-size: 12px; margin-bottom: 5px; - font-weight: 700; + font-weight: bold; display: block; text-transform: uppercase; } - .type-tribe_events .bs-event-heading .tribe-event-schedule-short .bs-schedule-short-d { color: var(--bb-headings-color); font-size: 24px; - font-weight: 400; + font-weight: normal; display: block; } @media (max-width: 544px) { - .type-tribe_events .bs-event-heading .tribe-event-schedule-short { display: none; } } - .type-tribe_events .bs-event-heading .tribe-event-schedule-long { -webkit-box-flex: 1; -ms-flex: 1; @@ -1888,11 +1613,9 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve -ms-flex-align: start; align-items: flex-start; } - .type-tribe_events .bs-event-heading .tribe-event-schedule-long .bs-tribe-events-single-heading { margin-left: auto; } - .type-tribe_events .bs-event-heading .tribe-event-schedule-long .bs-tribe-events-single-heading .tribe-events-distance { padding: 2px 15px; font-size: 11px; @@ -1903,19 +1626,16 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve background-color: #eceef1; color: var(--bb-body-text-color); } - .type-tribe_events .bs-event-heading .tribe-event-schedule-long .tribe-events-event-cost span { border: 0; padding-left: 0; padding-top: 0; } @media (max-width: 544px) { - .type-tribe_events .bs-event-heading .tribe-event-schedule-long { padding-right: 0; } } - .type-tribe_events .bs-event-heading h2.tribe-events-list-event-title, .type-tribe_events .bs-event-heading h2.tribe-events-map-event-title { font-size: 18px; @@ -1931,41 +1651,33 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve text-overflow: ellipsis; width: 100%; } - .type-tribe_events .bs-event-heading h2.tribe-events-list-event-title a, .type-tribe_events .bs-event-heading h2.tribe-events-map-event-title a { color: var(--bb-headings-color); } - .type-tribe_events .bs-event-heading h2.tribe-events-list-event-title a:hover, .type-tribe_events .bs-event-heading h2.tribe-events-map-event-title a:hover { color: var(--bb-primary-color); } - .type-tribe_events .bs-event-heading .tribe-event-schedule-details { font-size: 13px; color: var(--bb-alternate-text-color); line-height: 1.3; margin-bottom: 3px; } - .type-tribe_events .bs-event-heading .tribe-event-schedule-details .tribe-event-time { padding-left: 5px; } - .type-tribe_events .bs-event-heading .recurringinfo { vertical-align: baseline; } - .type-tribe_events .bs-event-heading .event-is-recurring { color: var(--bb-headings-color); - font-weight: 400; + font-weight: normal; } - .type-tribe_events .bs-event-heading .recurringinfo .tribe-events-divider { padding: 0 0 0 5px; } - .type-tribe_events .bs-event-heading .time-details { font-size: 13px; color: var(--bb-alternate-text-color); @@ -1973,42 +1685,34 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve margin-bottom: 3px; padding: 0 0 0 5px; } - .type-tribe_events .bs-event-heading .time-details .tribe-event-date-start { padding-left: 5px; } - .type-tribe_events .bs-event-heading .time-details .tribe-event-time { padding-left: 5px; } @media (max-width: 544px) { - .type-tribe_events .bs-event-heading .time-details { margin-bottom: 6px; line-height: 1.3; } } - .type-tribe_events .bs-event-heading .tribe-events-event-meta { margin-top: 3px; - font-weight: 400; + font-weight: normal; } - .type-tribe_events .bs-event-heading .tribe-events-venue-details { color: var(--bb-alternate-text-color); font-style: inherit; margin-top: 0; } - .type-tribe_events .bs-event-heading .tribe-events-venue-details span.tribe-street-address + br { display: none; } - .type-tribe_events .bs-event-heading .tribe-events-venue-details abbr[title] { text-decoration: none; } - -.type-tribe_events .bs-event-heading .bs-related-location .tribe-events-venue-details span.tribe-address::before { +.type-tribe_events .bs-event-heading .bs-related-location .tribe-events-venue-details span.tribe-address:before { background-color: #fff; } @@ -2026,7 +1730,6 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve } @media (max-width: 800px) { - .tribe-events-photo .type-tribe_events .bs-event-heading .tribe-event-schedule-details { padding-right: 0; padding-left: 0; @@ -2037,7 +1740,6 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve padding: 0; } } - #tribe-geo-results h2.tribe-events-map-event-title { font-weight: 500; font-size: 18px; @@ -2048,11 +1750,9 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve #tribe-geo-results .tribe-event-featured h2.tribe-events-map-event-title { margin: 0 0 6px; } - #tribe-geo-results .tribe-event-featured h2.tribe-events-map-event-title a { color: var(--bb-headings-color); } - #tribe-geo-results .tribe-event-featured h2.tribe-events-map-event-title a:hover { color: var(--bb-primary-color); } @@ -2060,13 +1760,11 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve #tribe-geo-results .tribe-event-featured a { color: var(--bb-primary-color); } - #tribe-geo-results .tribe-event-featured a:hover { color: var(--bb-primary-color); } @media screen and (min-width: 1200px) { - .has-sidebar .tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap, .bb-buddypanel .tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap { max-height: 670px; @@ -2076,7 +1774,6 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve } @media screen and (min-width: 800px) { - body:not(.bb-buddypanel) .tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap { max-height: 670px; overflow-y: auto; @@ -2089,7 +1786,6 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve display: -ms-flexbox; display: flex; } - .tribe-events-day .tribe-events-day-time-slot h5, #tribe-events-content .tribe-events-day-time-slot h5 { margin: 0; @@ -2107,7 +1803,6 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve text-align: center; } @media screen and (max-width: 544px) { - .tribe-events-day .tribe-events-day-time-slot h5, #tribe-events-content .tribe-events-day-time-slot h5 { -webkit-box-flex: 0; @@ -2117,79 +1812,66 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve font-size: 11px; } } - .tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap, #tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap { border-bottom: 1px solid var(--bb-content-border-color); padding: 20px 0; width: 100%; } - .tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap .type-tribe_events, #tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap .type-tribe_events { margin-bottom: 20px; } - .tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap .type-tribe_events:last-of-type, #tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap .type-tribe_events:last-of-type { margin-bottom: 0; } - .tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap h2.tribe-events-page-title, #tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap h2.tribe-events-page-title { border: 0; padding: 0; line-height: 24px; } - .tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap, #tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap { padding: 0 25px; } @media screen and (max-width: 544px) { - .tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap.bs-events-day-tag-wrap, #tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap.bs-events-day-tag-wrap { padding: 0 15px; } } - .tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap > div, #tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap > div { display: inline-block; text-align: center; padding: 10px 0 6px; } - .tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap > div span, #tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap > div span { display: block; line-height: 1.2; } - .tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap .bs-day-w, #tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap .bs-day-w { text-transform: uppercase; font-size: 12px; color: #939597; } - .tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap .bs-day-d, #tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap .bs-day-d { color: var(--bb-headings-color); font-size: 22px; } - .tribe-events-day .tribe-events-day-time-slot .type-tribe_events, #tribe-events-content .tribe-events-day-time-slot .type-tribe_events { margin: 0; } - .tribe-events-day .tribe-events-day-time-slot:last-of-type h5, #tribe-events-content .tribe-events-day-time-slot:last-of-type h5 { border-bottom: 0; } - .tribe-events-day .tribe-events-day-time-slot:last-of-type .bs-events-day-wrap, #tribe-events-content .tribe-events-day-time-slot:last-of-type .bs-events-day-wrap { border-bottom: 0; @@ -2207,7 +1889,6 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve top: 25px; width: 160px; } - .bs-events-day-wrap .type-tribe_events:first-of-type .recurring-info-tooltip.tribe-events-tooltip .tribe-events-arrow { content: " "; position: absolute; @@ -2236,7 +1917,6 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve #tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner { padding-top: 0; } - #tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner label { display: none; } @@ -2246,7 +1926,6 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve -webkit-tap-highlight-color: transparent; color: var(--bb-body-text-color); } - .tribe-bar-collapse #tribe-bar-collapse-toggle:hover, .tribe-bar-collapse #tribe-bar-collapse-toggle:focus, .tribe-bar-collapse #tribe-bar-collapse-toggle:active { background-color: transparent; color: var(--bb-body-text-color); @@ -2261,12 +1940,10 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve } @media (max-width: 800px) { - #tribe-bar-form .tribe-bar-filters { padding-left: 0; } } - #tribe-bar-form.tribe-bar-full.tribe-events-bar--has-filters #tribe-bar-views, #tribe-bar-form.tribe-bar-mini.tribe-events-bar--has-filters #tribe-bar-views { float: left; @@ -2277,21 +1954,17 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve #tribe-bar-views { -webkit-tap-highlight-color: transparent; } - #tribe-bar-views .tribe-bar-views-inner { background: transparent; padding: 0; position: relative; } - #tribe-bar-views .tribe-bar-views-inner label { display: none; } - #tribe-bar-views ul.tribe-bar-views-list { z-index: 6; } - #tribe-bar-views #tribe-bar-views-toggle { -webkit-appearance: none; -moz-appearance: none; @@ -2312,17 +1985,14 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve box-shadow: none; color: #939597; } - -#tribe-bar-views #tribe-bar-views-toggle::after { +#tribe-bar-views #tribe-bar-views-toggle:after { border: 0; } - #tribe-bar-views #tribe-bar-views-toggle > span { background-image: none; position: relative; } - -#tribe-bar-views #tribe-bar-views-toggle > span::before { +#tribe-bar-views #tribe-bar-views-toggle > span:before { font-family: bb-icons !important; font-size: 17px; text-rendering: auto; @@ -2334,32 +2004,25 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve right: 0; z-index: 9; } - -#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-list::before { +#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-list:before { content: "\edb1"; } - -#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-month::before { +#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-month:before { content: "\e803"; } - -#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-week::before { +#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-week:before { content: "\e803"; } - -#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-day::before { +#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-day:before { content: "\e803"; } - -#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-map::before { +#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-map:before { content: "\E817"; font-size: 20px; } - -#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-photo::before { +#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-photo:before { content: "\eeb4"; } - #tribe-bar-views ul.tribe-bar-views-list { background-color: #fff; border: 1px solid var(--bb-content-border-color); @@ -2368,8 +2031,7 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve padding: 5px 0; margin-top: 1px; } - -#tribe-bar-views ul.tribe-bar-views-list::before { +#tribe-bar-views ul.tribe-bar-views-list:before { content: " "; position: absolute; width: 0; @@ -2391,30 +2053,25 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve transition: all linear 0.2s; z-index: 101; } - #tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option { font-size: 14px; color: #939597; padding: 3px 15px 9px; } - #tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span { padding: 0 15px 0 6px; line-height: 23px; color: #939597; } - #tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option:hover { background: var(--bb-body-background-color); } - #tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span { background-image: none; padding-right: 24px; position: relative; } - -#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span::before { +#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span:before { font-family: bb-icons !important; font-size: 17px; text-rendering: auto; @@ -2426,29 +2083,23 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve right: 0; z-index: 9; } - -#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-list::before { +#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-list:before { content: "\edb1"; } - -#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-month::before, #tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-week::before, #tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-day::before { +#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-month:before, #tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-week:before, #tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-day:before { content: "\e803"; } - -#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-map::before { +#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-map:before { content: "\eed1"; font-size: 22px; right: -3px; } - -#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-photo::before { +#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-photo:before { content: "\eeb4"; } - #tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active { display: none; } - #tribe-bar-views.tribe-bar-views-open ul.tribe-bar-views-list li.tribe-bar-views-option.tribe-bar-active + li.tribe-bar-views-option { border-top: 1px solid var(--bb-content-border-color); padding-top: 6px; @@ -2456,8 +2107,7 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve position: relative; margin-top: 1px; } - -#tribe-bar-views.tribe-bar-views-open ul.tribe-bar-views-list li.tribe-bar-views-option.tribe-bar-active + li.tribe-bar-views-option::before { +#tribe-bar-views.tribe-bar-views-open ul.tribe-bar-views-list li.tribe-bar-views-option.tribe-bar-active + li.tribe-bar-views-option:before { content: " "; position: absolute; width: 0; @@ -2479,18 +2129,15 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve transition: all linear 0.2s; z-index: 101; } - #tribe-bar-views.tribe-bar-views-open ul.tribe-bar-views-list li.tribe-bar-views-option:not(.tribe-bar-active) { background-color: var(--bb-content-background-color); border-right: 1px solid var(--bb-content-border-color); border-left: 1px solid var(--bb-content-border-color); } - #tribe-bar-views.tribe-bar-views-open ul.tribe-bar-views-list li.tribe-bar-views-option:not(.tribe-bar-active) a:hover { background-color: var(--bb-body-background-color); color: var(--bb-primary-color); } - #tribe-bar-views.tribe-bar-views-open ul.tribe-bar-views-list li.tribe-bar-views-option:last-child { border-bottom: 1px solid var(--bb-content-border-color); border-radius: 0 0 3px 3px; @@ -2513,12 +2160,10 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve background-position: left 1rem center; padding-left: 40px; } - #tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow { display: none; } - -#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow::after { +#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow:after { display: none; } @@ -2540,23 +2185,19 @@ body.no-js #tribe-bar-form { width: 16.6667%; right: 83.3333%; } - #tribe-bar-form.tribe-bar-mini #tribe-bar-views + .tribe-bar-filters { max-width: 83.333%; left: 16.6667%; } - #tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type="submit"] { font-size: 13px; padding-top: 3px; padding-bottom: 3px; } - #tribe-bar-form.tribe-bar-mini #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a { padding-top: 0; padding-bottom: 0; } - #tribe-bar-form.tribe-bar-mini .tribe-bar-views-option a span { font-size: 13px; } @@ -2564,7 +2205,6 @@ body.no-js #tribe-bar-form { #tribe-bar-form { background: transparent; } - #tribe-bar-form input[type="text"] { -webkit-appearance: none; -moz-appearance: none; @@ -2587,47 +2227,38 @@ body.no-js #tribe-bar-form { /* stylelint-disable selector-pseudo-element-no-unknown */ /* stylelint-enable */ } - #tribe-bar-form input[type="text"].placeholder { color: #c3c6c9; font-style: inherit; } - #tribe-bar-form input[type="text"]:placeholder { color: #c3c6c9; font-style: inherit; } - #tribe-bar-form input[type="text"]::-webkit-input-placeholder { color: #c3c6c9; font-style: inherit; } - #tribe-bar-form input[type="text"]:-ms-input-placeholder { color: #c3c6c9; font-style: inherit; } - #tribe-bar-form input[type="text"]::placeholder { color: #c3c6c9; font-style: inherit; } - #tribe-bar-form input[type="text"]:input-placeholder { color: #c3c6c9; font-style: inherit; } - #tribe-bar-form input[type="text"]::input-placeholder { color: #c3c6c9; font-style: inherit; } - #tribe-bar-form input[type="text"]:focus { outline: none; border-bottom: 1px solid var(--bb-content-border-color); } - #tribe-bar-form .tribe-bar-submit input[type="submit"] { background-color: var(--bb-primary-color); border-radius: var(--bb-button-radius); @@ -2639,37 +2270,30 @@ body.no-js #tribe-bar-form { padding-bottom: 3px; height: 35px; } - #tribe-bar-form .tribe-bar-submit input[type="submit"]:hover { background-color: var(--bb-primary-color); box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1); } - #tribe-bar-form .tribe-bar-filters { padding-left: 0; } - #tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner > div { padding-right: 5px; padding-left: 5px; } - #tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner > div label { display: none; } - #tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner { margin-right: -5px; } - #tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-date-filter { position: relative; z-index: 2; padding-top: 0; padding-bottom: 0; } - -#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-date-filter::before { +#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-date-filter:before { font-family: bb-icons !important; font-size: 17px; text-rendering: auto; @@ -2682,15 +2306,13 @@ body.no-js #tribe-bar-form { right: 18px; z-index: 9; } - #tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-search-filter { position: relative; z-index: 2; padding-top: 0; padding-bottom: 0; } - -#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-search-filter::before { +#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-search-filter:before { font-family: bb-icons !important; font-size: 17px; text-rendering: auto; @@ -2703,15 +2325,13 @@ body.no-js #tribe-bar-form { right: 18px; z-index: 9; } - #tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-geoloc-filter { position: relative; z-index: 2; padding-top: 0; padding-bottom: 0; } - -#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-geoloc-filter::before { +#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-geoloc-filter:before { font-family: bb-icons !important; font-size: 22px; text-rendering: auto; @@ -2724,26 +2344,21 @@ body.no-js #tribe-bar-form { right: 18px; z-index: 9; } - #tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-submit { padding-top: 0; padding-bottom: 0; } - #tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-geoloc-filter + .tribe-bar-submit { width: 18%; } - #tribe-bar-form.tribe-bar-collapse .tribe-bar-filters { background-color: #fff; border-radius: 4px; padding: 10px; } - #tribe-bar-form.tribe-bar-collapse .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-submit { width: 100%; } - #tribe-bar-form.tribe-bar-collapse .tribe-bar-filters-inner > div { padding-top: 8px; padding-bottom: 8px; @@ -2757,7 +2372,6 @@ body.no-js #tribe-bar-form { } @media (max-width: 800px) { - #tribe-events-footer ~ a.tribe-events-ical.tribe-events-button { border-radius: 100px; font-size: 13px; @@ -2771,7 +2385,6 @@ body.no-js #tribe-bar-form { padding: 0; font-size: 13px; } - .tribe-events-sub-nav li a:hover, .tribe-events-sub-nav li a:visited:hover { color: var(--bb-primary-color); @@ -2780,15 +2393,12 @@ body.no-js #tribe-bar-form { #tribe-mobile-container .type-tribe_events { font-size: 16px; } - #tribe-mobile-container .type-tribe_events .tribe-events-event-image img { border-radius: 4px; } - #tribe-mobile-container .type-tribe_events .tribe-events-event-schedule-details { font-size: 13px; } - #tribe-mobile-container .type-tribe_events .tribe-event-description { font-size: 14px; } @@ -2796,7 +2406,7 @@ body.no-js #tribe-bar-form { .tribe-mobile-day-date { background: transparent; border-bottom: 1px solid var(--bb-content-border-color); - font-weight: 400; + font-weight: normal; color: var(--bb-headings-color); } @@ -2804,7 +2414,6 @@ body.no-js #tribe-bar-form { .tribe-events-month #tribe-mobile-container .type-tribe_events h4.summary { font-size: 16px; } - .tribe-events-week #tribe-mobile-container .type-tribe_events .tribe-events-event-body, .tribe-events-month #tribe-mobile-container .type-tribe_events .tribe-events-event-body { font-size: 14px; @@ -2814,12 +2423,11 @@ body.no-js #tribe-bar-form { padding-top: 1em; } - #tribe-events-footer::after, - #tribe-events-footer::before { + #tribe-events-footer:after, + #tribe-events-footer:before { background-color: transparent; } } - #tribe-events .tribe-events-button { font-size: 14px; padding: 9px 2em; @@ -2833,12 +2441,10 @@ body.no-js #tribe-bar-form { border: 0; letter-spacing: normal; } - #tribe-events .tribe-events-button:hover { background: var(--bb-primary-color); box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1); } - #tribe-events .tribe-events-content.entry-summary p { line-height: 1.5; display: block; @@ -2876,7 +2482,6 @@ body.no-js #tribe-bar-form { text-align: right; font-style: inherit; } - .tribe-events-user-recurrence-toggle label { font-size: 15px; } @@ -2886,19 +2491,17 @@ body.no-js #tribe-bar-form { margin: 0 0 20px; padding: 5px 25px; font-size: 15px; - font-weight: 700; + font-weight: bold; text-transform: uppercase; background: #fff; border: 0; border-bottom: 1px solid var(--bb-content-border-color); } - .tribe-events-list-separator-month span { padding: 10px 0; display: inline-block; } - -.tribe-events-list-separator-month::after { +.tribe-events-list-separator-month:after { display: none; } @@ -2913,12 +2516,10 @@ body.no-js #tribe-bar-form { padding-left: 2%; margin: 0; } - .tribe-events-photo #tribe-events-footer { border-top: 0; padding-top: 0; } - .tribe-events-photo .tribe-events-user-recurrence-toggle { background-color: #fff; border-right: 1px solid var(--bb-content-border-color); @@ -2931,11 +2532,9 @@ body.no-js #tribe-bar-form { margin: 15px 1%; width: 30%; } - #tribe-events-photo-events .type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap { color: inherit; } - #tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap { background: transparent; width: 100%; @@ -2945,7 +2544,6 @@ body.no-js #tribe-bar-form { -ms-flex-flow: column; flex-flow: column; } - #tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-event-details { background: #fff; border: 1px solid var(--bb-content-border-color); @@ -2955,24 +2553,20 @@ body.no-js #tribe-bar-form { transition: all linear 0.2s; overflow: hidden; } - #tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-event-details:hover { box-shadow: 0 6px 24px 0 rgba(18, 43, 70, 0.12); } - #tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .bs-events-post-placeholder { position: relative; overflow: hidden; padding-top: 52.56%; - /* Calculated = height / width * 100 */ display: block; background: #809ab4; border-radius: 4px 4px 0 0; text-align: center; } - -#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .bs-events-post-placeholder::after { +#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .bs-events-post-placeholder:after { font-family: bb-icons !important; text-rendering: auto; -webkit-font-smoothing: antialiased; @@ -2988,22 +2582,18 @@ body.no-js #tribe-bar-form { transform: translate(50%, -50%); opacity: 0.5; } - #tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-event-image { margin: 0; } - #tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-event-image a { position: relative; overflow: hidden; padding-top: 52.56%; - /* Calculated = height / width * 100 */ display: block; background: #809ab4; border-radius: 4px 4px 0 0; } - #tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-event-image a img { position: absolute; top: 0; @@ -3017,7 +2607,6 @@ body.no-js #tribe-bar-form { min-width: 100%; object-fit: cover; } - #tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-list-photo-description { font-size: 14px; padding-left: 0; @@ -3033,7 +2622,6 @@ body.no-js #tribe-bar-form { text-overflow: ellipsis; width: 100%; } - #tribe-events-photo-events .type-tribe_events.tribe-events-photo-event h2.tribe-events-list-event-title { font-size: 16px; font-weight: 500; @@ -3049,15 +2637,12 @@ body.no-js #tribe-bar-form { text-overflow: ellipsis; width: 100%; } - #tribe-events-photo-events .type-tribe_events.tribe-events-photo-event h2.tribe-events-list-event-title a { color: var(--bb-headings-color); } - #tribe-events-photo-events .type-tribe_events.tribe-events-photo-event h2.tribe-events-list-event-title a:hover { color: var(--bb-primary-color); } - #tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .bs-photo-location { font-size: 13px; line-height: 1; @@ -3074,16 +2659,13 @@ body.no-js #tribe-bar-form { bottom: 2px; left: 3px; } - #tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .bs-photo-location .tribe-events-venue-details { line-height: 1.3; } - #tribe-events-photo-events .type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap .tribe-events-event-image { margin: 0; } @media (max-width: 600px) { - #tribe-events-photo-events .type-tribe_events.tribe-events-photo-event { width: 100%; max-width: 100%; @@ -3097,7 +2679,6 @@ body.no-js #tribe-bar-form { } @media (max-width: 600px) { - #tribe-events-photo-events.photo-two-col .type-tribe_events.tribe-events-photo-event { width: 96%; max-width: none; @@ -3107,7 +2688,6 @@ body.no-js #tribe-bar-form { margin-bottom: 0; } } - .tribe-events-event-meta address.tribe-events-address, .tribe-events-list .tribe-events-venue-details { font-style: inherit; @@ -3168,11 +2748,9 @@ body.no-js #tribe-bar-form { .tribe-events-day .tribe_mini_calendar_widget .tribe-event-featured { background: transparent; } - .tribe-events-day .tribe_mini_calendar_widget .tribe-event-featured .list-date { background-color: var(--bb-body-background-color); } - .tribe-events-day .tribe_mini_calendar_widget .tribe-event-featured .list-date .list-dayname { background-color: var(--bb-body-background-color); } @@ -3183,7 +2761,6 @@ body.no-js #tribe-bar-form { margin-bottom: 0; padding-bottom: 0; } - .tribe_mini_calendar_widget .tribe-mini-calendar-event .list-date, .tribe-mini-calendar-event .list-date { background: transparent; @@ -3191,12 +2768,10 @@ body.no-js #tribe-bar-form { padding: 0 0 0 3px; font-weight: inherit; } - .tribe_mini_calendar_widget .tribe-mini-calendar-event .list-date .list-dayname, .tribe-mini-calendar-event .list-date .list-dayname { padding-top: 0; } - .tribe_mini_calendar_widget .tribe-mini-calendar-event .list-date .list-daynumber, .tribe-mini-calendar-event .list-date .list-daynumber { color: var(--bb-headings-color); @@ -3204,18 +2779,15 @@ body.no-js #tribe-bar-form { font-size: 22px; line-height: 1.3; } - .tribe_mini_calendar_widget .tribe-mini-calendar-event .list-info h2.tribe-events-title, .tribe-mini-calendar-event .list-info h2.tribe-events-title { font-weight: 500; margin-bottom: 5px; } - .tribe_mini_calendar_widget .tribe-mini-calendar-event .list-info h2.tribe-events-title a, .tribe-mini-calendar-event .list-info h2.tribe-events-title a { color: var(--bb-headings-color); } - .tribe_mini_calendar_widget .tribe-mini-calendar-event .list-info h2.tribe-events-title a:hover, .tribe-mini-calendar-event .list-info h2.tribe-events-title a:hover { color: var(--bb-primary-color); @@ -3226,7 +2798,6 @@ body.no-js #tribe-bar-form { margin-top: 10px; text-align: center; } - .tribe-events-adv-list-widget p.tribe-events-widget-link a { font-weight: inherit; text-transform: uppercase; @@ -3237,23 +2808,18 @@ body.no-js #tribe-bar-form { margin-bottom: 3px; font-weight: 500; } - .tribe-venue-widget-list li h4.tribe-event-title a { color: var(--bb-headings-color); } - .tribe-venue-widget-list li h4.tribe-event-title a:hover { color: var(--bb-primary-color); } - .tribe-venue-widget-list li span { font-size: 13px; } - .tribe-venue-widget-list .type-tribe_events { margin-bottom: 15px; } - .tribe-venue-widget-list li .tribe-events-event-cost { display: none; } @@ -3261,7 +2827,6 @@ body.no-js #tribe-bar-form { .tribe-venue-widget-thumbnail { margin-bottom: 10px; } - .tribe-venue-widget-thumbnail img { border-radius: 4px; } @@ -3281,12 +2846,10 @@ body.no-js #tribe-bar-form { padding-bottom: 15px; border-bottom: 1px solid var(--bb-content-border-color); } - .tribe-venue-widget-venue .tribe-venue-widget-venue-name a { font-weight: 500; color: var(--bb-headings-color); } - .tribe-venue-widget-venue .tribe-venue-widget-venue-name a:hover { color: var(--bb-primary-color); } @@ -3294,7 +2857,6 @@ body.no-js #tribe-bar-form { .tribe-venue-widget-address { font-size: 13px; } - .tribe-venue-widget-address abbr[title] { text-decoration: none; } @@ -3311,7 +2873,7 @@ body.no-js #tribe-bar-form { display: block; } -#tribe_events_filter_control a[data-balloon]::after { +#tribe_events_filter_control a[data-balloon]:after { z-index: 999; } @@ -3338,7 +2900,6 @@ body.no-js #tribe-bar-form { h2.tribe-events-page-title a { color: var(--bb-headings-color); } - h2.tribe-events-page-title a:hover { color: var(--bb-primary-color); } @@ -3354,14 +2915,12 @@ h2.tribe-events-page-title a:hover { border: 1px solid var(--bb-content-border-color); border-radius: 4px; } - .type-tribe_events .tribe-mini-calendar-event .tribe-event-image { float: right; width: -webkit-calc(30% - 20px); width: calc(30% - 20px); margin-left: 20px; } - .type-tribe_events .tribe-mini-calendar-event .tribe-event-image a { position: relative; overflow: hidden; @@ -3370,7 +2929,6 @@ h2.tribe-events-page-title a:hover { background: #809ab4; border-radius: 4px; } - .type-tribe_events .tribe-mini-calendar-event .tribe-event-image a img { position: absolute; top: 0; @@ -3386,19 +2944,16 @@ h2.tribe-events-page-title a:hover { border-radius: 4px; height: auto; } - .type-tribe_events .tribe-mini-calendar-event .tribe-event-image ~ .list-info { width: -webkit-calc(70% - 60px); width: calc(70% - 60px); } - .type-tribe_events .tribe-mini-calendar-event .list-date { width: 45px; background-color: transparent; padding: 0 0 0 10px; margin: 0 0 0 15px; } - .type-tribe_events .tribe-mini-calendar-event .list-date .list-dayname { background-color: transparent; padding: 0; @@ -3406,7 +2961,6 @@ h2.tribe-events-page-title a:hover { font-size: 12px; line-height: 1.6; } - .type-tribe_events .tribe-mini-calendar-event .list-date .list-daynumber { color: var(--bb-headings-color); font-size: 24px; @@ -3414,12 +2968,10 @@ h2.tribe-events-page-title a:hover { line-height: 1; } @media (max-width: 544px) { - .type-tribe_events .tribe-mini-calendar-event .list-date { display: none; } } - .type-tribe_events .tribe-mini-calendar-event .list-info { width: -webkit-calc(100% - 60px); width: calc(100% - 60px); @@ -3427,31 +2979,24 @@ h2.tribe-events-page-title a:hover { position: relative; padding-left: 0; } - .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-title { font-size: 18px; } - .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-title a { color: var(--bb-headings-color); } - .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-title a:hover { color: var(--bb-primary-color); } - .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-section-s { padding: 0; } - .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-duration { color: var(--bb-alternate-text-color); } - .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-divider { display: none; } - .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-event-cost { position: absolute; font-style: normal; @@ -3462,53 +3007,42 @@ h2.tribe-events-page-title a:hover { top: 0; left: 10px; } - .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-location { color: var(--bb-alternate-text-color); } - .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-location > * { display: inline-block; } - .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-organizer { color: var(--bb-alternate-text-color); } - .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-organizer > span > * { display: inline-block; } - .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-organizer > span .tribe-events-tel { margin-right: 8px; } @media (max-width: 544px) { - .type-tribe_events .tribe-mini-calendar-event .list-info { width: 100%; } } @media (max-width: 544px) { - .type-tribe_events .tribe-mini-calendar-event .tribe-event-image { width: 100%; margin-bottom: 15px; } - .type-tribe_events .tribe-mini-calendar-event .tribe-event-image ~ .list-info { width: 100%; } - .type-tribe_events .tribe-mini-calendar-event .list-info { padding-left: 0; } - .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-title { width: -webkit-calc(100% - 65px); width: calc(100% - 65px); } } - .type-tribe_events.tribe-event-featured .tribe-mini-calendar-event .list-info .tribe-events-duration { color: rgba(255, 255, 255, 0.7); } @@ -3516,7 +3050,6 @@ h2.tribe-events-page-title a:hover { .tribe-common .tribe-common-anchor-thin { border-bottom: 0; } - .tribe-common .tribe-common-anchor-thin:active, .tribe-common .tribe-common-anchor-thin:focus, .tribe-common .tribe-common-anchor-thin:hover { border-bottom: 0; } @@ -3524,37 +3057,30 @@ h2.tribe-events-page-title a:hover { .widget .type-tribe_events.tribe-event-featured .tribe-mini-calendar-event { padding: 0; } - .widget .type-tribe_events.tribe-event-featured.tribe-events-list-widget-events .tribe-event-image { width: auto; margin-right: -1.5rem; margin-left: -1.5rem; } - .widget .type-tribe_events.tribe-event-featured.tribe-events-list-widget-events .tribe-event-duration { font-size: 13px; color: rgba(255, 255, 255, 0.7); } - .widget .type-tribe_events.tribe-event-featured .tribe-event-image { width: 100%; margin-left: 0; } - .widget .type-tribe_events.tribe-event-featured .tribe-event-image a, .widget .type-tribe_events.tribe-event-featured .tribe-event-image img { border-radius: 0; } - .widget .type-tribe_events.tribe-event-featured .tribe-event-image ~ .list-info { width: 100%; margin: 15px 0; } - .widget .type-tribe_events.tribe-event-featured .tribe-event-image ~ .list-info .tribe-events-title a { color: #fff; } - .widget .type-tribe_events.tribe-event-featured .tribe-event-image ~ .list-info .tribe-events-duration { color: rgba(255, 255, 255, 0.7); } @@ -3563,26 +3089,21 @@ h2.tribe-events-page-title a:hover { font-size: 14px; margin: 0; } - .widget .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-week, .widget .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-shortcode-events-week { padding-right: 0; padding-left: 0; padding-bottom: 0; } - .widget .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-week .tribe-events-c-top-bar__nav-list-date, .widget .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-shortcode-events-week .tribe-events-c-top-bar__nav-list-date { margin: 0; } - .widget .tribe-events-pro .tribe-events-pro-week-day-selector__day-weekday { margin-bottom: 5px; } - .widget .tribe-common .tribe-common-l-container { padding-right: 0; padding-left: 0; } - .widget .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-month, .widget .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-shortcode-month { padding: 0; } @@ -3596,11 +3117,9 @@ h2.tribe-events-page-title a:hover { margin-bottom: 1.25rem; padding: 1.25rem 1.25rem 1.5625rem 1.25rem; } - .widget-area > .tribe-compatibility-container > .tribe-events-widget .tribe-events-widget-events-list__header { margin-bottom: 0; } - .widget-area > .tribe-compatibility-container > .tribe-events-widget header > h2 { margin-bottom: 15px; line-height: 30px; @@ -3631,7 +3150,6 @@ h2.tribe-events-page-title a:hover { -ms-flex-flow: column; flex-flow: column; } - .tribe_ext_sch_day_view .tribe-events-day .tribe-events-day-time-slot h5, .tribe_ext_sch_day_view #tribe-events-content .tribe-events-day-time-slot h5 { border-left: 0; @@ -3642,32 +3160,26 @@ h2.tribe-events-page-title a:hover { padding: 0; color: var(--bb-headings-color); } - .tribe_ext_sch_day_view .tribe-events-day-time-slot .type-tribe_events { display: none; } - .tribe_ext_sch_day_view #main .tribe-events-day-time-slot .type-tribe_events { border-right: 0; border-bottom: 1px solid var(--bb-content-border-color); } - .tribe_ext_sch_day_view .tribe-events-list-event-title a { color: var(--bb-headings-color); font-size: 18px; font-weight: 500; } - .tribe_ext_sch_day_view .tribe-events-list-event-title a:hover { color: var(--bb-primary-color); } - .tribe_ext_sch_day_view .time-details { color: var(--bb-alternate-text-color); font-size: 13px; font-weight: 400; } - .tribe_ext_sch_day_view .tribe-events-day-group-trigger { background: transparent; box-shadow: none; @@ -3675,11 +3187,9 @@ h2.tribe-events-page-title a:hover { padding-top: 20px; padding-bottom: 20px; } - .tribe_ext_sch_day_view .tribe-events-day-group-trigger:hover { box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.05); } - .tribe_ext_sch_day_view .tribe-events-day-time-slot.tribe-events-day-grouping-is-active .tribe-events-day-group-trigger { box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.05); } @@ -3700,51 +3210,41 @@ h2.tribe-events-page-title a:hover { width: 45%; } @media (max-width: 800px) { - .tribe-events-venue .tribe-events-map-wrap { width: 100%; } - .tribe-events-venue .tribe-events-venue-meta { padding: 10px 20px 12px; } } - .tribe-events-venue .tribe-venue-description { font-size: 14px; } - .tribe-events-venue .venue-address { font-size: 13px; color: var(--bb-alternate-text-color); line-height: 1.4; margin-top: 25px; } - .tribe-events-venue .venue-address abbr[title] { text-decoration: none; } - .tribe-events-venue .venue-address .tribe-address { font-style: inherit; } - .tribe-events-venue .tribe-events-venue-meta .tribe-events-event-image { margin-top: 1.25em; } - .tribe-events-venue .tribe-events-venue-meta .tribe-events-event-image a { padding-top: 36%; position: relative; overflow: hidden; - /* padding-top: 52.56%; */ display: block; background: #809ab4; border-radius: 4px; margin-bottom: 0; } - .tribe-events-venue .tribe-events-venue-meta .tribe-events-event-image a img { position: absolute; top: 0; @@ -3758,7 +3258,6 @@ h2.tribe-events-page-title a:hover { min-width: 100%; object-fit: cover; } - .tribe-events-venue .tribe-events-venue-meta a.tribe-events-gmap { font-size: 13px; height: 30px; @@ -3776,8 +3275,7 @@ h2.tribe-events-page-title a:hover { transition: all linear 0.2s; position: relative; } - -.tribe-events-venue .tribe-events-venue-meta a.tribe-events-gmap::before { +.tribe-events-venue .tribe-events-venue-meta a.tribe-events-gmap:before { content: ""; display: inline-block; width: 12px; @@ -3789,13 +3287,11 @@ h2.tribe-events-page-title a:hover { -ms-transform: translateY(-50%); transform: translateY(-50%); } - .tribe-events-venue .tribe-events-venue-meta a.tribe-events-gmap:hover { color: #fff; border-color: var(--bb-primary-color); background: var(--bb-primary-color); } - .tribe-events-venue .tribe-events-list-separator-month { font-weight: inherit; position: relative; @@ -3811,8 +3307,7 @@ h2.tribe-events-page-title a:hover { border: 0; background: transparent; } - -.tribe-events-venue .tribe-events-list-separator-month::before { +.tribe-events-venue .tribe-events-list-separator-month:before { content: ""; position: absolute; bottom: 50%; @@ -3821,7 +3316,6 @@ h2.tribe-events-page-title a:hover { width: 100%; z-index: 0; } - .tribe-events-venue .tribe-events-list-separator-month span { background: var(--bb-body-background-color); padding: 3px 0 3px 10px; @@ -3835,7 +3329,6 @@ h2.tribe-events-page-title a:hover { padding-right: 10px; margin-bottom: 0; } - .tribe-events-venue .tribe-events-back a { -webkit-tap-highlight-color: transparent; } @@ -3843,7 +3336,6 @@ h2.tribe-events-page-title a:hover { .tribe-events-back { margin-bottom: 10px; } - .tribe-events-back a { font-weight: inherit; display: -webkit-box; @@ -3855,7 +3347,6 @@ h2.tribe-events-page-title a:hover { position: relative; left: 3px; } - .tribe-events-back a i { font-size: 25px; position: relative; @@ -3866,7 +3357,6 @@ h2.tribe-events-page-title a:hover { .single-tribe_venue .tribe-events-loop { max-width: 100%; } - .single-tribe_venue .tribe-events-loop .type-tribe_events.tribe-events-first { padding-top: 0; margin-top: 1rem; @@ -3876,7 +3366,6 @@ h2.tribe-events-page-title a:hover { margin: 0 25px; font-size: 16px; } - .tribe-events-venue #tribe-events-content h2.tribe-events-page-title { background-color: transparent; border: 0; @@ -3899,20 +3388,17 @@ h2.tribe-events-page-title a:hover { background-color: var(--bb-content-background-color); border-color: var(--bb-content-border-color); } - .tribe-events-pro .tribe-events-pro-venue__meta-data-google-maps-default { border-radius: var(--bb-block-radius) 0 0 var(--bb-block-radius); } @media (max-width: 800px) { - .tribe-events-venue .tribe-events-venue-meta .tribe-events-event-meta { background-color: transparent; border: 0; padding: 0; } } - .tribe-events-organizer .tribe-events-list-separator-month { font-weight: inherit; position: relative; @@ -3921,8 +3407,7 @@ h2.tribe-events-page-title a:hover { padding-top: 0; background: transparent; } - -.tribe-events-organizer .tribe-events-list-separator-month::before { +.tribe-events-organizer .tribe-events-list-separator-month:before { content: ""; position: absolute; bottom: 50%; @@ -3932,19 +3417,16 @@ h2.tribe-events-page-title a:hover { z-index: 0; margin-right: 130px; } - .tribe-events-organizer .tribe-events-list-separator-month span { background: transparent; padding: 3px 0; font-weight: inherit; font-size: 13px; } - .tribe-events-organizer .tribe-events-organizer-meta.bs-organizer-meta { max-width: 100%; padding: 25px 25px 0; } - .tribe-events-organizer .tribe-organizer-description { font-size: 14px; margin-bottom: 20px; @@ -3953,17 +3435,14 @@ h2.tribe-events-page-title a:hover { .single-tribe_organizer .tribe-events-loop { max-width: 100%; } - .single-tribe_organizer .tribe-events-organizer-meta .bs-organize-col.bs-organize-col1 { width: 100%; } - .single-tribe_organizer .bs-organizer-meta { background-color: #fff; border: 1px solid var(--bb-content-border-color); border-bottom: 0; } - .single-tribe_organizer .bs-organizer-cols { display: -webkit-box; display: -ms-flexbox; @@ -3973,32 +3452,26 @@ h2.tribe-events-page-title a:hover { border-radius: 4px; margin-bottom: 25px; } - .single-tribe_organizer .bs-organize-col1 { padding: 0; } - .single-tribe_organizer .bs-organize-col1 .bs-organize-sq-wr { padding-left: 25px; } - .single-tribe_organizer .bs-organize-col1 .bs-organize-sq-fi { width: 40%; float: left; margin-right: 35px; } - .single-tribe_organizer .bs-organize-col1 .bs-organize-sq-fi .tribe-events-event-image { margin-bottom: 0; } - .single-tribe_organizer .bs-organize-col1 .bs-organize-sq-fi .tribe-events-event-image a { position: relative; overflow: hidden; padding-bottom: 100%; display: block; } - .single-tribe_organizer .bs-organize-col1 .bs-organize-sq-fi .tribe-events-event-image a img { position: absolute; max-width: 100%; @@ -4012,7 +3485,6 @@ h2.tribe-events-page-title a:hover { transform: translateX(50%) translateY(-50%); } @media (max-width: 992px) { - .single-tribe_organizer .bs-organize-col1 .bs-organize-sq-fi { margin-left: 0; margin-bottom: 20px; @@ -4020,48 +3492,40 @@ h2.tribe-events-page-title a:hover { padding-left: 25px; padding-top: 20px; } - .single-tribe_organizer .bs-organize-col1 .bs-organize-sq-fi .tribe-events-event-image a { padding-bottom: 45%; } - .single-tribe_organizer .bs-organize-col1 .bs-organize-sq-fi .tribe-events-event-image a img { border-radius: 4px; } } - .single-tribe_organizer .bs-organize-col2 { -webkit-box-flex: 0; -ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40%; } - .single-tribe_organizer .bs-organize-col2 .tribe-events-event-image { margin-bottom: 0; height: 100%; } - .single-tribe_organizer .bs-organize-col2 .tribe-events-event-image img { object-fit: cover; min-height: 100%; border-radius: 4px 0 0 4px; } @media (max-width: 800px) { - .single-tribe_organizer .bs-organizer-cols { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } - .single-tribe_organizer .bs-organize-col1 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } - .single-tribe_organizer .bs-organize-col2 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; @@ -4072,19 +3536,16 @@ h2.tribe-events-page-title a:hover { max-width: 100%; padding-left: 25px; } - .single-tribe_organizer .bs-organize-col2 .tribe-events-event-image { margin-top: 20px; height: 100%; } - .single-tribe_organizer .bs-organize-col2 .tribe-events-event-image img { object-fit: cover; min-height: 100%; border-radius: 4px; } } - .single-tribe_organizer h2.tribe-organizer-name { font-size: 20px; font-weight: 500; @@ -4092,52 +3553,43 @@ h2.tribe-events-page-title a:hover { margin-top: 20px; line-height: 28px; } - .single-tribe_organizer h4.tribe-organizer-label { font-size: 13px; color: var(--bb-alternate-text-color); margin-bottom: 15px; } - .single-tribe_organizer address.organizer-address { font-weight: inherit; font-size: 13px; } - .single-tribe_organizer address.organizer-address span { white-space: normal; } - .single-tribe_organizer address.organizer-address span.tel { display: block; margin: 0 0 10px; color: var(--bb-alternate-text-color); } - .single-tribe_organizer address.organizer-address span.tel + span.tribe-events-divider { display: none; } - .single-tribe_organizer address.organizer-address span.tribe-events-divider { color: var(--bb-content-border-color); margin: 0 7px 0 10px; } @media (max-width: 1200px) { - .has-sidebar .bs-organizer-meta .bs-organizer-cols { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } - .has-sidebar .bs-organizer-meta .bs-organize-col1 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } - .has-sidebar .bs-organizer-meta .bs-organize-col2 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; @@ -4148,12 +3600,10 @@ h2.tribe-events-page-title a:hover { max-width: 100%; padding-left: 25px; } - .has-sidebar .bs-organizer-meta .bs-organize-col2 .tribe-events-event-image { margin-top: 20px; height: 100%; } - .has-sidebar .bs-organizer-meta .bs-organize-col2 .tribe-events-event-image img { object-fit: cover; min-height: 100%; @@ -4164,24 +3614,20 @@ h2.tribe-events-page-title a:hover { .bs-organizer-wrap .bs-organizer-up-events #tribe-events-content.tribe-events-list { padding: 0 !important; } - .bs-organizer-wrap .bs-organizer-up-events .tribe-events-list { overflow: hidden; } - .bs-organizer-wrap .bs-organizer-up-events .tribe-events-list #tribe-events-header { background-color: #fff; border-right: 1px solid var(--bb-content-border-color); border-left: 1px solid var(--bb-content-border-color); margin-bottom: 0; } - .bs-organizer-wrap .bs-organizer-up-events .tribe-events-list .bs-tribe-events-loop-headers { background-color: #fff; border-right: 1px solid var(--bb-content-border-color); border-left: 1px solid var(--bb-content-border-color); } - .bs-organizer-wrap .bs-organizer-up-events .tribe-events-list .tribe-events-loop { background-color: #fff; border-right: 1px solid var(--bb-content-border-color); @@ -4190,11 +3636,9 @@ h2.tribe-events-page-title a:hover { padding-top: 1rem; padding-bottom: 1rem; } - .bs-organizer-wrap .bs-organizer-up-events .tribe-events-list .tribe-events-loop .type-tribe_events:first-of-type { margin-top: 0; } - .bs-organizer-wrap .bs-organizer-up-events h4.bs-organizer-up-label { background-color: #fff; border-right: 1px solid var(--bb-content-border-color); @@ -4203,7 +3647,6 @@ h2.tribe-events-page-title a:hover { margin-bottom: 0; font-size: 16px; } - .bs-organizer-wrap .bs-organizer-up-events .tribe-events-notices { padding-right: 25px; padding-left: 25px; @@ -4218,33 +3661,28 @@ h2.tribe-events-page-title a:hover { } @media (max-width: 800px) { - .tribe-events-organizer address.organizer-address { background-color: transparent; border: 0; padding: 0; } } - .bs-single-body { background-color: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); border-bottom: 0; border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; } - .bs-single-body .tribe-events-event-image { padding-top: 36%; position: relative; overflow: hidden; - /* padding-top: 52.56%; */ display: block; background: #809ab4; border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; margin-bottom: 0; } - .bs-single-body .tribe-events-event-image img { position: absolute; top: 0; @@ -4258,7 +3696,6 @@ h2.tribe-events-page-title a:hover { min-width: 100%; object-fit: cover; } - .bs-single-body .bs-single-content { padding: 30px 30px 35px; } @@ -4266,7 +3703,6 @@ h2.tribe-events-page-title a:hover { .tribe-events-single p.tribe-events-back { display: none; } - .tribe-events-single p.tribe-events-back + div.tribe-events-notices { margin-top: 0; } @@ -4274,7 +3710,6 @@ h2.tribe-events-page-title a:hover { .single-tribe_events .tribe-events-single-event-description { font-size: 15px; } - .single-tribe_events .bs-event-heading { display: -webkit-box; display: -ms-flexbox; @@ -4284,7 +3719,6 @@ h2.tribe-events-page-title a:hover { margin-bottom: 1.2em; margin-top: 30px; } - .single-tribe_events .bs-event-heading .tribe-event-schedule-short { -webkit-box-flex: 0; -ms-flex: 0 0 50px; @@ -4294,12 +3728,10 @@ h2.tribe-events-page-title a:hover { line-height: 1; padding: 0; } - .single-tribe_events .bs-event-heading .tribe-event-schedule-short .bs-schedule-short-date { padding: 3px 0 3px 8px; border-left: 0; } - .single-tribe_events .bs-event-heading .tribe-event-schedule-short .bs-schedule-short-m { color: var(--bb-danger-color); font-size: 18px; @@ -4308,14 +3740,12 @@ h2.tribe-events-page-title a:hover { display: block; text-transform: uppercase; } - .single-tribe_events .bs-event-heading .tribe-event-schedule-short .bs-schedule-short-d { color: var(--bb-headings-color); font-size: 36px; - font-weight: 400; + font-weight: normal; display: block; } - .single-tribe_events .bs-event-heading .tribe-event-schedule-long { -webkit-box-flex: 1; -ms-flex: 1; @@ -4326,28 +3756,23 @@ h2.tribe-events-page-title a:hover { display: -ms-flexbox; display: flex; } - .single-tribe_events .bs-event-heading .tribe-event-schedule-long .bs-tribe-events-single-heading { margin-left: auto; } - .single-tribe_events .bs-event-heading .tribe-event-schedule-long h2 { font-size: 14px; color: var(--bb-alternate-text-color); line-height: 1; margin-bottom: 3px; } - .single-tribe_events .bs-event-heading .tribe-event-schedule-long .tribe-events-schedule { margin: 0; } - .single-tribe_events .tribe-events-event-meta { margin: 0; background: var(--bb-content-alternate-background-color); border: 0; } - .single-tribe_events .bs-single-pri-meta { background: var(--bb-content-alternate-background-color); border: 1px solid var(--bb-content-border-color); @@ -4356,27 +3781,22 @@ h2.tribe-events-page-title a:hover { margin-bottom: 30px; overflow: hidden; } - .single-tribe_events .bs-single-pri-meta .tribe-events-event-meta.primary { padding-right: 8%; padding-left: 8%; } - .single-tribe_events .bs-single-pri-meta .tribe-events-event-meta.secondary .tribe-events-venue-map { width: 92%; margin-right: 4%; } - .single-tribe_events .bs-single-pri-meta abbr[title] { text-decoration: none; } - .single-tribe_events .bs-single-pri-meta .tribe-events-meta-group .tribe-events-single-section-title { font-weight: 500; margin-bottom: 20px; } - -.single-tribe_events .bs-single-pri-meta .tribe-events-meta-group .tribe-events-single-section-title::before { +.single-tribe_events .bs-single-pri-meta .tribe-events-meta-group .tribe-events-single-section-title:before { font-family: bb-icons !important; font-size: 18px; font-weight: 400; @@ -4384,30 +3804,25 @@ h2.tribe-events-page-title a:hover { -webkit-font-smoothing: antialiased; margin-left: 5px; } - -.single-tribe_events .bs-single-pri-meta .tribe-events-meta-group.tribe-events-meta-group-details .tribe-events-single-section-title::before { +.single-tribe_events .bs-single-pri-meta .tribe-events-meta-group.tribe-events-meta-group-details .tribe-events-single-section-title:before { content: "\ee74"; } - -.single-tribe_events .bs-single-pri-meta .tribe-events-meta-group.tribe-events-meta-group-venue .tribe-events-single-section-title::before { +.single-tribe_events .bs-single-pri-meta .tribe-events-meta-group.tribe-events-meta-group-venue .tribe-events-single-section-title:before { content: "\eed1"; font-size: 22px; margin-left: 0; position: relative; top: 1px; } - -.single-tribe_events .bs-single-pri-meta .tribe-events-meta-group.tribe-events-meta-group-organizer .tribe-events-single-section-title::before { +.single-tribe_events .bs-single-pri-meta .tribe-events-meta-group.tribe-events-meta-group-organizer .tribe-events-single-section-title:before { content: "\ef52"; } - .single-tribe_events .tribe-events-venue-map { background: #fff; border-radius: 4px; border-color: #fff; box-shadow: 0 0 5px 2px rgba(18, 43, 70, 0.05); } - .single-tribe_events #tribe-events-footer { border-top: 0; padding-top: 0; @@ -4418,15 +3833,12 @@ h2.tribe-events-page-title a:hover { font-weight: inherit; line-height: 1.5; } - .single-tribe_events #tribe-events-content .tribe-events-event-meta dl dd.tribe-venue a, .single-tribe_events #tribe-events-content .tribe-events-event-meta dl dd.tribe-organizer a { font-weight: 500; } - .single-tribe_events #tribe-events-content .tribe-events-event-meta dl a { color: var(--bb-headings-color); } - .single-tribe_events #tribe-events-content .tribe-events-event-meta dl a:hover { color: var(--bb-primary-color); } @@ -4437,7 +3849,6 @@ h2.tribe-events-page-title a:hover { color: var(--bb-primary-color); border-radius: var(--bb-button-radius); } - #tribe-events .bs-single-content .tribe-events-cal-links a.tribe-events-button:hover { color: var(--bb-primary-color); border-color: var(--bb-primary-color); @@ -4450,7 +3861,6 @@ h2.tribe-events-page-title a:hover { margin-left: -5px; margin-bottom: 20px; } - .tribe-events-single ul.tribe-related-events li { margin-right: 5px; margin-left: 5px; @@ -4460,32 +3870,26 @@ h2.tribe-events-page-title a:hover { background-color: var(--bb-content-background-color); border-radius: var(--bb-block-radius); } - .tribe-events-single ul.tribe-related-events li:last-child { margin-left: 5px; } - .tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail { margin-bottom: 0; } @media (max-width: 800px) { - .tribe-events-single ul.tribe-related-events li { width: 48%; } } - .tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail a { position: relative; overflow: hidden; padding-top: 52.56%; - /* Calculated = height / width * 100 */ display: block; background: var(--bb-cover-image-background-color); border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; } - .tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail a img { position: absolute; top: 0; @@ -4499,7 +3903,6 @@ h2.tribe-events-page-title a:hover { min-width: 100%; object-fit: cover; } - .tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail a .bs-events-related-placeholder { position: absolute; top: 0; @@ -4507,13 +3910,11 @@ h2.tribe-events-page-title a:hover { width: 100%; overflow: hidden; padding-top: 52.56%; - /* Calculated = height / width * 100 */ display: block; border-radius: 4px 4px 0 0; } - -.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail a .bs-events-related-placeholder::after { +.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail a .bs-events-related-placeholder:after { font-family: bb-icons !important; text-rendering: auto; -webkit-font-smoothing: antialiased; @@ -4529,61 +3930,49 @@ h2.tribe-events-page-title a:hover { transform: translate(50%, -50%); opacity: 0.5; } - .tribe-events-single ul.tribe-related-events li .tribe-related-event-info { background-color: var(--bb-content-background-color); border-top: 0; border-radius: 0 0 var(--bb-block-radius) var(--bb-block-radius); padding: 15px; } - .tribe-events-single ul.tribe-related-events li .tribe-related-event-info .tribe-related-events-title { font-weight: 500; font-size: 16px; } - .tribe-events-single ul.tribe-related-events li .tribe-related-event-info span { font-size: 13px; } - .tribe-events-single ul.tribe-related-events h3.tribe-related-events-title a { color: var(--bb-headings-color); } - .tribe-events-single ul.tribe-related-events h3.tribe-related-events-title a:hover { color: var(--bb-primary-color); } - .tribe-events-single ul.tribe-related-events .tribe-event-schedule-short { -webkit-box-flex: 0; -ms-flex: 0 0 40px; flex: 0 0 40px; max-width: 40px; } - .tribe-events-single ul.tribe-related-events .tribe-event-schedule-short .bs-schedule-short-date { border-left: 1px solid var(--bb-content-border-color); padding-left: 5px; } - .tribe-events-single ul.tribe-related-events .tribe-event-schedule-short .bs-schedule-short-m { font-size: 12px; } - .tribe-events-single ul.tribe-related-events .tribe-event-schedule-short .bs-schedule-short-d { font-size: 24px; } @media (max-width: 800px) { - .tribe-events-single ul.tribe-related-events .tribe-event-schedule-short { display: none; } } - .tribe-events-single ul.tribe-related-events .tribe-event-schedule-long { padding-right: 12px; } - .tribe-events-single ul.tribe-related-events .tribe-event-schedule-long h3.tribe-related-events-title { line-height: 1.55; display: block; @@ -4596,7 +3985,6 @@ h2.tribe-events-page-title a:hover { text-overflow: ellipsis; width: 100%; } - .tribe-events-single ul.tribe-related-events .tribe-event-schedule-long .bs-tribe-related-events-schedule-details { line-height: 1.55; display: block; @@ -4610,7 +3998,6 @@ h2.tribe-events-page-title a:hover { width: 100%; color: var(--bb-alternate-text-color); } - .tribe-events-single ul.tribe-related-events .tribe-event-schedule-long .bs-related-location .tribe-events-venue-details { line-height: 1.55; display: block; @@ -4625,7 +4012,6 @@ h2.tribe-events-page-title a:hover { left: 6px; } @media (max-width: 800px) { - .tribe-events-single ul.tribe-related-events .tribe-event-schedule-long { padding-right: 0; } @@ -4636,7 +4022,6 @@ h3.tribe-events-related-events-title { } @media (max-width: 800px) { - .single-tribe_events .tribe-events-schedule { background: transparent; border: 0; @@ -4654,38 +4039,32 @@ h3.tribe-events-related-events-title { padding-right: 30px; padding-bottom: 20px; } - .tribe-events-event-meta .tribe-events-meta-group h3.tribe-events-single-section-title { position: relative; left: 25px; } } @media (max-width: 544px) { - .tribe-events-event-meta .tribe-events-meta-group { padding-right: 5px; } } @media (max-width: 1200px) { - .has-sidebar .tribe-events-event-meta .tribe-events-meta-group { float: none; width: 100%; padding-right: 25px; padding-bottom: 20px; } - .has-sidebar .tribe-events-event-meta .tribe-events-meta-group h3.tribe-events-single-section-title { position: relative; left: 25px; } - .has-sidebar .tribe-events-single ul.tribe-related-events li { width: 48%; } } @media (max-width: 800px) { - .has-sidebar .tribe-events-single ul.tribe-related-events li { width: 98%; } @@ -4698,8 +4077,7 @@ h3.tribe-events-related-events-title { .bb-tribe-events-views-v2 .tribe-events-single .tribe-events-notices { padding: 8px 25px; } - -.bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li > a::after, .bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li > a::before, .bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li > a:hover::after, .bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li > a:hover::before, .bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li > a:focus::after, .bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li > a:focus::before { +.bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li > a:after, .bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li > a:before, .bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li > a:hover:after, .bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li > a:hover:before, .bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li > a:focus:after, .bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li > a:focus:before { background: none; display: inherit; height: auto; @@ -4725,19 +4103,16 @@ h3.tribe-events-related-events-title { #tribe_events_filters_wrapper a { color: #939597; } - #tribe_events_filters_wrapper a:hover { color: var(--bb-primary-color); } - #tribe_events_filters_wrapper a#tribe_events_filters_toggle, #tribe_events_filters_wrapper a#tribe_events_filters_reset { - font-weight: 400; + font-weight: normal; text-transform: uppercase; } - -#tribe_events_filters_wrapper a#tribe_events_filters_toggle::before, -#tribe_events_filters_wrapper a#tribe_events_filters_reset::before { +#tribe_events_filters_wrapper a#tribe_events_filters_toggle:before, +#tribe_events_filters_wrapper a#tribe_events_filters_reset:before { content: "\ee9a"; font-family: bb-icons; font-size: 13px; @@ -4749,11 +4124,9 @@ h3.tribe-events-related-events-title { -moz-osx-font-smoothing: grayscale; margin-left: 5px; } - -#tribe_events_filters_wrapper a#tribe_events_filters_reset::before { +#tribe_events_filters_wrapper a#tribe_events_filters_reset:before { content: "\ef50"; } - #tribe_events_filters_wrapper a#tribe_events_filters_reset span.tribe-reset-icon { display: none; } @@ -4764,15 +4137,13 @@ h3.tribe-events-related-events-title { padding-left: 22px; color: #939597; } - #tribe_events_filters_wrapper .tribe-events-filters-content .tribe-events-filters-group-heading span { display: none; } - -#tribe_events_filters_wrapper .tribe-events-filters-content .tribe-events-filters-group-heading::after { +#tribe_events_filters_wrapper .tribe-events-filters-content .tribe-events-filters-group-heading:after { content: "\e826"; font-family: bb-icons; - font-weight: 400; + font-weight: normal; speak: none; display: inline-block; color: #939597; @@ -4783,30 +4154,24 @@ h3.tribe-events-related-events-title { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - #tribe_events_filters_wrapper .tribe-events-filters-content #tribe_events_filter_control a { color: #939597; } - #tribe_events_filters_wrapper .tribe-events-filters-content #tribe_events_filter_control a:hover { color: var(--bb-primary-color); } - #tribe_events_filters_wrapper .tribe-events-filters-content .tribe-events-filter-group li { background: #fff; } - #tribe_events_filters_wrapper .tribe-events-filters-content label { position: relative; border-bottom: 0; padding: 8px; } - #tribe_events_filters_wrapper .tribe-events-filters-content label input[type="checkbox"] { width: 1px; margin: 0; } - #tribe_events_filters_wrapper .tribe-events-filters-content label span.checkbox { z-index: 5; display: inline-block; @@ -4822,13 +4187,11 @@ h3.tribe-events-related-events-title { margin-left: 2px; line-height: 1.35; } - #tribe_events_filters_wrapper .tribe-events-filters-content label span.checkbox.on { background-color: var(--bb-primary-color); border-color: var(--bb-primary-color); } - -#tribe_events_filters_wrapper .tribe-events-filters-content label span.checkbox.on::before { +#tribe_events_filters_wrapper .tribe-events-filters-content label span.checkbox.on:before { font-family: bb-icons !important; font-size: 18px; text-rendering: auto; @@ -4841,17 +4204,14 @@ h3.tribe-events-related-events-title { z-index: 9; color: #fff; } - #tribe_events_filters_wrapper .tribe-events-filters-content .ui-widget-content { background-color: #ebebeb; background-image: none; } - #tribe_events_filters_wrapper .tribe-events-filters-content .ui-slider .ui-slider-range { background-color: var(--bb-primary-color); background-image: none; } - #tribe_events_filters_wrapper .tribe-events-filters-content .ui-slider .ui-slider-handle { background-color: var(--bb-primary-color); background-image: none; @@ -4861,23 +4221,18 @@ h3.tribe-events-related-events-title { top: -0.3em; cursor: pointer; } - #tribe_events_filters_wrapper .tribe-events-filters-content .ui-slider .ui-slider-handle:focus { outline: none; } - #tribe_events_filters_wrapper .tribe-events-filters-content .ui-slider-horizontal { height: 0.2em; width: 94%; } - #tribe_events_filters_wrapper .tribe-events-filters-content .ui-slider-horizontal .ui-slider-handle:last-of-type { margin-right: 0; } - #tribe_events_filters_wrapper .tribe-events-filters-content select { display: inline-block; - /* width: 100%; */ font-family: inherit; font-style: inherit; @@ -4904,31 +4259,24 @@ h3.tribe-events-related-events-title { /* stylelint-disable selector-pseudo-element-no-unknown */ /* stylelint-enable */ } - #tribe_events_filters_wrapper .tribe-events-filters-content select.placeholder { color: #c3c6c9; } - #tribe_events_filters_wrapper .tribe-events-filters-content select:placeholder { color: #c3c6c9; } - #tribe_events_filters_wrapper .tribe-events-filters-content select::-webkit-input-placeholder { color: #c3c6c9; } - #tribe_events_filters_wrapper .tribe-events-filters-content select:-ms-input-placeholder { color: #c3c6c9; } - #tribe_events_filters_wrapper .tribe-events-filters-content select::placeholder { color: #c3c6c9; } - #tribe_events_filters_wrapper .tribe-events-filters-content select:input-placeholder { color: #c3c6c9; } - #tribe_events_filters_wrapper .tribe-events-filters-content select::input-placeholder { color: #c3c6c9; } @@ -4948,22 +4296,18 @@ h3.tribe-events-related-events-title { font-size: 14px; font-weight: 500; } - #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading #tribe_events_filter_control { margin-left: 25px; font-size: 14px; } - #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading #tribe_events_filter_control a { font-weight: inherit; } - #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading #tribe_events_filter_control a i { margin-left: 5px; } @media (max-width: 800px) { - .tribe-filters-open #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading { padding: 0; border-bottom: 0; @@ -4972,13 +4316,11 @@ h3.tribe-events-related-events-title { #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading .tribe-events-filters-label { display: none; } - #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading #tribe_events_filter_control { margin: 13px 25px 5px; text-align: center; width: 100%; } - #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading #tribe_events_filter_control a { background: #fff; color: var(--bb-primary-color); @@ -4988,7 +4330,6 @@ h3.tribe-events-related-events-title { line-height: 1; } } - .tribe-events-filters-heading { display: -webkit-box; display: -ms-flexbox; @@ -5005,7 +4346,6 @@ h3.tribe-events-related-events-title { } @media (min-width: 800px) { - #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe_events_filter_item { margin-left: 10px; } @@ -5015,20 +4355,17 @@ h3.tribe-events-related-events-title { } } @media (min-width: 1200px) { - #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe_events_filter_item { margin-left: 20px; } } @media (min-width: 768px) { - .tribe_events_filter_control:not(.tribe-events-filters-mobile-controls) { display: -webkit-box; display: -ms-flexbox; display: flex; } } - #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content { background: #fff; border: 0; @@ -5046,7 +4383,6 @@ h3.tribe-events-related-events-title { align-items: center; width: 100%; } - #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe-events-filters-label { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; @@ -5055,20 +4391,16 @@ h3.tribe-events-related-events-title { margin-right: 25px; margin-bottom: 10px; } - #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe_events_filters_show_filters { margin-right: 25px; text-transform: uppercase; } - #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe_events_filter_control:not(.tribe-events-filters-mobile-controls) .tribe_events_filters_reset { white-space: nowrap; } - #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe_events_filter_control:not(.tribe-events-filters-mobile-controls) .tribe_events_filters_reset:hover { color: var(--bb-primary-color); } - #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe_events_filter_control { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; @@ -5077,19 +4409,16 @@ h3.tribe-events-related-events-title { margin-left: 25px; margin-bottom: 10px; } - #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe_events_filter_control a { font-weight: inherit; font-size: 12px; } - #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe_events_filter_control a.tribe_events_filters_show_filters { text-align: left; display: inline-block; width: auto; float: left; } - #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content #tribe_events_filters_form { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; @@ -5103,37 +4432,31 @@ h3.tribe-events-related-events-title { flex: 0 0 100%; border-top: 1px solid var(--bb-content-border-color); } - #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content #tribe_events_filters_form .tribe-events-filters-group-heading { padding-left: 22px; padding-right: 0; } - #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content #tribe_events_filters_form .tribe-events-filters-group-heading:hover, #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content #tribe_events_filters_form .tribe-events-filters-group-heading:focus { box-shadow: none; } - #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe-events-filter-group { min-width: 210px; border-radius: 3px; z-index: 10; background: #fff; } - #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe-events-filter-group ul { border-radius: 3px; } @media (max-width: 800px) { - #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe-events-filters-label { margin-right: 0; margin-left: 0; width: 100%; } } - body.no-js #tribe_events_filters_form > input[type="submit"] { display: none; } @@ -5143,24 +4466,19 @@ body.no-js #tribe_events_filters_form > input[type="submit"] { border: 1px solid var(--bb-content-border-color); border-radius: 4px; padding-bottom: 0; - /* padding: rem-calc(20px 15px); */ } - #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content { background: #fff; border-right: 0; border-left: 0; } - #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content #tribe_events_filters_form { margin-bottom: 0; } - #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content #tribe_events_filters_form .bs-last-filter .tribe-events-filter-group { border-bottom: 0; } - #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filter-group.tribe-events-filter-autocomplete, #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filter-group.tribe-events-filter-multiselect, #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filter-group.tribe-events-filter-range, @@ -5169,23 +4487,19 @@ body.no-js #tribe_events_filters_form > input[type="submit"] { padding-right: 0; padding-left: 0; } - #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filters-group-heading { background: transparent; border-color: var(--bb-content-border-color); padding-right: 0; padding-left: 0; } - #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filters-group-heading:hover, #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filters-group-heading:focus { background: transparent; box-shadow: none; } - #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filter-group { border: 0; } - #tribe_events_filters_wrapper.tribe-events-filters-vertical label.tribe-events-filters-label { font-family: inherit; font-size: 0.6875rem; @@ -5197,8 +4511,7 @@ body.no-js #tribe_events_filters_form > input[type="submit"] { text-transform: uppercase; border-bottom: 1px solid var(--bb-content-border-color); } - -#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-group-heading::after { +#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-group-heading:after { content: "\E827"; left: 0; -webkit-transform: rotate(-90deg); @@ -5207,24 +4520,19 @@ body.no-js #tribe_events_filters_form > input[type="submit"] { top: 30%; border: 0; } - -#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe_events_filter_item.closed .tribe-events-filters-group-heading::after { +#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe_events_filter_item.closed .tribe-events-filters-group-heading:after { border: 0; } - #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control { padding: 0 15px; margin: 10px 0 0; } - #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control a { color: #939597; } - #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control a:hover { color: var(--bb-primary-color); } - #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control a#tribe_events_filters_reset { margin: 0; } @@ -5232,7 +4540,6 @@ body.no-js #tribe_events_filters_form > input[type="submit"] { .tribe-filters-closed #tribe_events_filters_wrapper #tribe_events_filter_control { border: 0; } - .tribe-filters-closed #tribe_events_filters_wrapper .tribe-events-filters-content { border: 0; } @@ -5255,7 +4562,6 @@ body.no-js #tribe_events_filters_form > input[type="submit"] { background: transparent; border: 0; } - .tribe-js-filters-toggle.tribe-js-filters-toggle:hover, .tribe-js-filters-toggle.tribe-js-filters-toggle:focus, .tribe_events_filters_toggle.tribe_events_filters_toggle:hover, .tribe_events_filters_toggle.tribe_events_filters_toggle:focus { @@ -5278,7 +4584,6 @@ body.no-js #tribe_events_filters_form > input[type="submit"] { padding: 10px; box-shadow: none; } - .tribe-events-filter-view.tribe-filters-closed #tribe_events_filters_wrapper .tribe_events_filters_toggle:hover, .tribe-events-filter-view.tribe-filters-closed #tribe_events_filters_wrapper .tribe_events_filters_toggle:focus { box-shadow: none; color: var(--bb-primary-color); @@ -5294,7 +4599,7 @@ body.no-js #tribe_events_filters_form > input[type="submit"] { padding: 10px 15px; } -#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-group-heading::after { +#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-group-heading:after { top: 20%; } @@ -5333,12 +4638,10 @@ body.no-js #tribe_events_filters_form > input[type="submit"] { } @media screen and (max-width: 768px) { - #tribe_events_filters_form .tribe_events_filters_reset--desktop { display: none; } } - .tribe_events_filters_reset.tribe_events_filters_reset .tribe-reset-icon { font-family: bb-icons; font-size: 14px; @@ -5350,8 +4653,7 @@ body.no-js #tribe_events_filters_form > input[type="submit"] { -moz-osx-font-smoothing: grayscale; margin-left: 0; } - -.tribe_events_filters_reset.tribe_events_filters_reset .tribe-reset-icon::before { +.tribe_events_filters_reset.tribe_events_filters_reset .tribe-reset-icon:before { content: "\ef39"; } @@ -5364,7 +4666,6 @@ body.no-js #tribe_events_filters_form > input[type="submit"] { } @media screen and (max-width: 800px) { - .tribe-filters-open .tribe-events-filters-vertical + #tribe-events-content, .tribe-filters-open .tribe-events-filters-vertical + .tribe-bar-disabled + #tribe-events-content { width: 100%; @@ -5372,7 +4673,6 @@ body.no-js #tribe_events_filters_form > input[type="submit"] { float: none; } } - body.no-js #tribe-events-content-wrapper { display: none; } @@ -5386,7 +4686,6 @@ body.no-js #tribe-events-content-wrapper { height: auto; margin-bottom: 0; } - .tribe-filters-closed #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical a#tribe_events_filters_toggle { text-align: left; display: inline-block; @@ -5404,7 +4703,6 @@ body.no-js #tribe-events-content-wrapper { } @media (max-width: 800px) { - .tribe-filters-closed #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical { margin-top: 0; } @@ -5417,7 +4715,6 @@ body.no-js #tribe-events-content-wrapper { -ms-flex-direction: column; flex-direction: column; } - #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-content #tribe_events_filter_control, #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content #tribe_events_filter_control, #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content #tribe_events_filter_control { @@ -5429,11 +4726,9 @@ body.no-js #tribe-events-content-wrapper { .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical { position: relative; - /* display: flex; flex-direction: column; */ } - .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-content, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content { @@ -5441,7 +4736,6 @@ body.no-js #tribe-events-content-wrapper { -ms-flex-order: 2; order: 2; } - .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-mobile-controls, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-mobile-controls, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-mobile-controls { @@ -5449,7 +4743,6 @@ body.no-js #tribe-events-content-wrapper { -ms-flex-order: 1; order: 1; } - .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-mobile-controls .tribe_events_filters_close_filters, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-mobile-controls .tribe_events_filters_close_filters, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-mobile-controls .tribe_events_filters_close_filters { @@ -5458,7 +4751,6 @@ body.no-js #tribe-events-content-wrapper { } } @media screen and (max-width: 800px) and (max-width: 768px) { - .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-mobile-controls .tribe_events_filters_close_filters, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-mobile-controls .tribe_events_filters_close_filters, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-mobile-controls .tribe_events_filters_close_filters { @@ -5466,7 +4758,6 @@ body.no-js #tribe-events-content-wrapper { } } @media (max-width: 800px) { - .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filters_form, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filters_form, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filters_form { @@ -5474,27 +4765,23 @@ body.no-js #tribe-events-content-wrapper { width: calc(100% - 40px); margin: 0 20px 20px; } - .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-content .tribe-events-filters-group-heading, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe-events-filters-group-heading, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filters-group-heading { background: #fff; padding-right: 8px; } - - .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-content .tribe-events-filters-group-heading::after, - .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe-events-filters-group-heading::after, - .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filters-group-heading::after { + .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-content .tribe-events-filters-group-heading:after, + .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe-events-filters-group-heading:after, + .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filters-group-heading:after { left: 0; top: 50%; } - .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control { margin: 10px 0; } - .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control a, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control a, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control a { @@ -5502,7 +4789,6 @@ body.no-js #tribe-events-content-wrapper { width: 100%; text-align: center; } - .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control #tribe_events_filters_toggle, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control #tribe_events_filters_reset, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control #tribe_events_filters_toggle, @@ -5517,7 +4803,6 @@ body.no-js #tribe-events-content-wrapper { transition: all linear 0.2s; font-weight: inherit; } - .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control #tribe_events_filters_toggle i, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control #tribe_events_filters_reset i, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control #tribe_events_filters_toggle i, @@ -5526,7 +4811,6 @@ body.no-js #tribe-events-content-wrapper { .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control #tribe_events_filters_reset i { margin-left: 5px; } - .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control #tribe_events_filters_toggle:hover, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control #tribe_events_filters_reset:hover, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control #tribe_events_filters_toggle:hover, @@ -5550,7 +4834,6 @@ body.no-js #tribe-events-content-wrapper { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content #tribe_events_filter_control a.tribe_events_filters_show_filters:hover { color: var(--bb-primary-color); } diff --git a/web/app/themes/buddyboss-theme/assets/css-rtl/eventscalendar.min.css b/web/app/themes/buddyboss-theme/assets/css-rtl/eventscalendar.min.css index 1a991d83..6f196c07 100644 --- a/web/app/themes/buddyboss-theme/assets/css-rtl/eventscalendar.min.css +++ b/web/app/themes/buddyboss-theme/assets/css-rtl/eventscalendar.min.css @@ -1,1763 +1 @@ -.tribe-events .tribe-events-c-ical__link{border-color:var(--bb-primary-color);color:var(--bb-primary-color)} - -.tribe-events .tribe-events-c-ical__link:hover{background-color:var(--bb-primary-color)} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar{border-bottom-color:var(--bb-content-border-color);border-top:1px solid var(--bb-content-border-color);margin-top:0} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar thead th{background-color:#fff;color:#939597;font-weight:inherit;border-right-color:var(--bb-content-border-color);border-left-color:#fff} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar thead th:last-child{border-left-color:var(--bb-content-border-color)} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td{background-color:#fff;border-color:var(--bb-content-border-color)} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-othermonth{background-color:#fafbfb} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td div[id*=tribe-events-daynum-]{background-color:transparent;color:var(--bb-headings-color);text-align:left;font-weight:inherit} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td div[id*=tribe-events-daynum-] a{background-color:transparent;color:var(--bb-headings-color);font-weight:inherit} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td div[id*=tribe-events-daynum-] a:hover{color:var(--bb-primary-color)}@media (max-width:800px){ - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td div[id*=tribe-events-daynum-]{text-align:center}} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td:hover{box-shadow:inset 0 0 1000px rgba(0,0,0,.01)}@media (max-width:800px){ - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-present.mobile-active{background-color:var(--bb-primary-color)} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-]{color:#fff} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-] a{color:#fff} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-] a:hover{color:#fff}} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.tribe_events,.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.type-tribe_events{color:#fff;background-color:var(--bb-primary-color);margin-right:2%;margin-left:2%} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.tribe_events.tribe-event-featured,.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.type-tribe_events.tribe-event-featured{margin:0 2% 1px;padding:6px 8px;background-color:var(--bb-danger-color)} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.tribe_events:nth-child(2),.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.type-tribe_events:nth-child(2){border-radius:3px 3px 0 0} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.tribe_events:nth-child(2).tribe-events-last,.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.type-tribe_events:nth-child(2).tribe-events-last{border-radius:3px} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.tribe_events a,.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.type-tribe_events a{color:#fff} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td.tribe-events-othermonth div.tribe_events,.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td.tribe-events-othermonth div.type-tribe_events{background-color:rgba(0,124,255,.4)} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td.tribe-events-othermonth.tribe-events-past div.tribe_events,.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td.tribe-events-othermonth.tribe-events-past div.type-tribe_events{background-color:rgba(127,134,143,.45)} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td.tribe-events-past div.tribe_events,.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td.tribe-events-past div.type-tribe_events{background-color:rgba(127,134,143,.75)} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td.tribe-events-past .tribe-events-month-event-title a{opacity:1} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar .type-tribe_events{border-bottom:0;margin-bottom:1px} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar .tribe-events-last{border-radius:0 0 3px 3px}@media (max-width:800px){ - -#tribe-events-content .tribe-events-calendar td{height:55px} - -.tribe-events-calendar td div[id*=tribe-events-daynum-],.tribe-events-calendar td div[id*=tribe-events-daynum-] a{margin-top:10px} - -.tribe-events-calendar .tribe-events-has-events::after,.tribe-events-calendar .tribe-events-present.tribe-events-has-events::after{width:5px;height:5px;background-color:#e0e1e1} - -.tribe-events-calendar .tribe-events-past.tribe-events-has-events::after{background-color:#e0e1e1} - -#tribe-events-content .tribe-events-calendar td.tribe-events-present.mobile-active:hover,.tribe-events-calendar td.tribe-events-present.mobile-active{background-color:var(--bb-primary-color)}} - -#tribe-events-content .tribe-events-tooltip,.tribe-events-week #tribe-events-content .tribe-events-right .tribe-events-tooltip{box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);border-radius:4px} - -#tribe-events-content .tribe-events-tooltip h4,.tribe-events-week #tribe-events-content .tribe-events-right .tribe-events-tooltip h4{color:var(--bb-headings-color);font-weight:400} - -#tribe-events-content .tribe-events-tooltip .entry-title,.tribe-events-week #tribe-events-content .tribe-events-right .tribe-events-tooltip .entry-title{font-size:1.3rem;margin-bottom:5px} - -#tribe-events-content .tribe-events-tooltip .tribe-events-event-thumb,.tribe-events-week #tribe-events-content .tribe-events-right .tribe-events-tooltip .tribe-events-event-thumb{padding-bottom:10px} - -.tribe-events-calendar .tribe-events-tooltip,.tribe-grid-body .tribe-events-tooltip{color:var(--bb-body-text-color)} - -h1.tribe-events-page-title,h2.tribe-events-page-title{font-size:34px;font-weight:inherit;text-align:right} - -.tribe-events-grid{border-bottom-color:var(--bb-content-border-color)} - -.tribe-events-grid .tribe-grid-content-wrap .column{border-right-color:var(--bb-content-border-color)} - -.tribe-events-grid .tribe-grid-content-wrap .column,.tribe-events-grid .tribe-grid-header .tribe-grid-content-wrap .column{border-right-color:var(--bb-content-border-color)} - -.tribe-events-grid .tribe-scroller{border-right-color:var(--bb-content-border-color);border-left-color:var(--bb-content-border-color);z-index:5} - -.tribe-events-grid .tribe-grid-header .tribe-week-today{background-color:var(--bb-primary-color)} - -.tribe-events-grid .tribe-grid-header .tribe-week-today.column a span,.tribe-events-grid .tribe-grid-header .tribe-week-today.column a span span.br-week-title{color:#fff} - -.tribe-week-grid-block div{border-top-color:var(--bb-content-border-color);border-bottom-color:var(--bb-content-border-color)} - -.tribe-grid-header{background-color:#fff;border-right-color:var(--bb-content-border-color);border-left-color:var(--bb-content-border-color);border-top:1px solid var(--bb-content-border-color)} - -.tribe-grid-header .column{height:62px!important} - -.tribe-grid-header .column span{color:var(--bb-alternate-text-color);font-weight:400;text-align:center;display:block;width:100%} - -.tribe-grid-header .column span span.br-week-title{display:block;text-align:center;line-height:1.4;color:var(--bb-headings-color);font-size:18px;text-transform:none} - -.tribe-grid-header .column span span.br-week-title:first-of-type{color:#939597;font-size:11px;text-transform:uppercase} - -.tribe-grid-header .column.tribe-week-today span{color:#fff} - -.tribe-grid-header .column.tribe-week-today span span.br-week-title,.tribe-grid-header .column.tribe-week-today span span.br-week-title:first-of-type{color:#fff} - -.tribe-grid-allday{background-color:#fcfcfc;border-top:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color);border-right-color:var(--bb-content-border-color);border-left-color:var(--bb-content-border-color)} - -.tribe-grid-allday .column.first{text-align:center} - -.tribe-grid-allday .column.first span{display:inline-block;width:70px} - -.tribe-grid-allday .tribe-week-today{background-color:rgba(var(--bb-primary-color-rgb),.05)} - -.tribe-week-grid-wrapper .tribe-grid-content-wrap .tribe-events-mobile-day{background-color:#fff} - -.tribe-week-grid-wrapper .tribe-grid-content-wrap .tribe-events-mobile-day.tribe-week-today{background-color:rgba(var(--bb-primary-color-rgb),.05)} - -.tribe-grid-content-wrap{padding-right:70px} - -.tribe-week-grid-hours{width:70px;margin-left:-70px} - -.tribe-grid-allday .tribe-events-week-allday-single,.tribe-grid-body .tribe-events-week-hourly-single{background-color:transparent;border-color:transparent} - -.tribe-grid-allday .tribe-events-week-allday-single:hover,.tribe-grid-body .tribe-events-week-hourly-single:hover{background-color:transparent;border-color:transparent} - -.tribe-grid-allday .tribe-events-week-allday-single h3.entry-title,.tribe-grid-body .tribe-events-week-hourly-single h3.entry-title{background-color:rgba(var(--bb-primary-color-rgb),.75);border-color:rgba(var(--bb-primary-color-rgb),.75);border-radius:3px;position:relative;top:2px;height:-webkit-calc(100% - 4px)!important;height:calc(100% - 4px)!important} - -.tribe-grid-allday .tribe-events-week-allday-single h3.entry-title:hover,.tribe-grid-body .tribe-events-week-hourly-single h3.entry-title:hover{background-color:rgba(var(--bb-primary-color-rgb),.95);border-color:rgba(var(--bb-primary-color-rgb),.95)} - -.tribe-grid-allday .tribe-events-past .tribe-events-week-allday-single,.tribe-grid-body .tribe-events-past .tribe-events-week-hourly-single{background-color:transparent;border-color:transparent} - -.tribe-grid-allday .tribe-events-past .tribe-events-week-allday-single:hover,.tribe-grid-body .tribe-events-past .tribe-events-week-hourly-single:hover{background-color:transparent;border-color:transparent} - -.tribe-grid-allday .tribe-events-past .tribe-events-week-allday-single h3.entry-title,.tribe-grid-body .tribe-events-past .tribe-events-week-hourly-single h3.entry-title{background-color:rgba(127,134,143,.75);border-color:rgba(127,134,143,.75);border-radius:3px;position:relative;top:2px;height:-webkit-calc(100% - 4px)!important;height:calc(100% - 4px)!important} - -.tribe-grid-allday .tribe-events-past .tribe-events-week-allday-single h3.entry-title:hover,.tribe-grid-body .tribe-events-past .tribe-events-week-hourly-single h3.entry-title:hover{background-color:rgba(127,134,143,.95);border-color:rgba(127,134,143,.95)} - -.tribe-grid-allday .tribe-events-past .tribe-events-week-allday-single h3.entry-title a,.tribe-grid-allday .tribe-events-past .tribe-events-week-allday-single h3.entry-title a:hover,.tribe-grid-body .tribe-events-past .tribe-events-week-hourly-single h3.entry-title a,.tribe-grid-body .tribe-events-past .tribe-events-week-hourly-single h3.entry-title a:hover{color:#fff} - -ul.tribe-events-sub-nav li a{font-weight:inherit} - -.datepicker.dropdown-menu{border:1px solid var(--bb-content-border-color)} - -.datepicker.dropdown-menu td,.datepicker.dropdown-menu th{padding:0} - -.datepicker td,.datepicker th{width:40px;height:40px;line-height:40px} - -.datepicker td{border-top:0} - -.datepicker table{font-size:15px} - -.datepicker table th{font-weight:inherit} - -.datepicker table th.dow{color:#e0e1e1} - -.datepicker table tr td.new,.datepicker table tr td.old{color:#e0e1e1} - -.datepicker table tr td.day{padding:0} - -.datepicker table tr td.day.active,.datepicker table tr td.day.active.disabled{background:var(--bb-primary-color);color:#fff;border-radius:100%} - -.datepicker table tr td.day.active.disabled:hover,.datepicker table tr td.day.active:hover{background:var(--bb-primary-color);color:#fff} - -.datepicker table tr td.day:not(.disabled):hover{background:var(--bb-primary-color);color:#fff;border-radius:100%} - -.datepicker .datepicker-switch{color:var(--bb-primary-color)} - -.datepicker .datepicker-switch:hover{color:#0f74e0;background:#fff} - -.datepicker .next,.datepicker .prev{color:var(--bb-headings-color)} - -.datepicker .next:hover,.datepicker .prev:hover{color:var(--bb-primary-color);background:#fff} - -.datepicker table tr td span.active,.datepicker table tr td span.active.active,.datepicker table tr td span.active.active:hover,.datepicker table tr td span.active:hover,.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#fff;color:var(--bb-primary-color)} - -body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-grid-wrapper,body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list-wrapper{display:none} - -.tribe_mini_calendar_widget .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar{font-size:14px} - -.tribe_mini_calendar_widget .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar thead{background:#fff} - -.tribe_mini_calendar_widget .tribe-mini-calendar-nav td{background:#fff;border-color:#fff;padding:7px 0 13px} - -.tribe_mini_calendar_widget .tribe-mini-calendar-nav td div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.tribe_mini_calendar_widget .tribe-mini-calendar-nav span{color:var(--bb-headings-color);font-weight:inherit;text-transform:none} - -.tribe_mini_calendar_widget .tribe-mini-calendar th{background:#fff;color:#e0e1e1;font-weight:inherit;border-color:#fff;padding:7px 0 13px} - -.tribe_mini_calendar_widget .tribe-mini-calendar td{background:#fff;font-weight:inherit} - -.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-past{opacity:.55} - -.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-othermonth{background:#fff} - -.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events{background:#fff} - -.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-has-events div[id*=daynum-]{font-weight:inherit} - -.tribe_mini_calendar_widget .tribe-mini-calendar div[id*=daynum-] a{padding:7px 0 13px;width:34px;height:34px;margin:0 auto} - -.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present{background-color:#fff;border-radius:100%} - -.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present a{color:var(--bb-primary-color);background-color:#fff;font-weight:500} - -.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present a:hover{background-color:var(--bb-body-background-color);border-radius:100%;color:var(--bb-primary-color)} - -.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present div[id*=daynum-] a::before{background-color:var(--bb-primary-color)} - -.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present.tribe-mini-calendar-today a{font-weight:400} - -.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present.tribe-mini-calendar-today div[id*=daynum-] a::before{background-color:#fff} - -.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today{background-color:#fff;border-radius:100%} - -.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today div[id*=daynum-] a{color:#fff;background-color:var(--bb-primary-color);border-radius:100%} - -.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today div[id*=daynum-] a:hover{background-color:var(--bb-primary-color);color:#fff} - -.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-has-events:hover{background-color:#fff;border-radius:100%} - -.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-has-events:hover a:hover{background-color:var(--bb-body-background-color);border-radius:100%;color:var(--bb-primary-color)} - -.tribe_mini_calendar_widget .tribe-mini-calendar-no-event{color:var(--bb-headings-color);font-weight:inherit;padding:7px 0 13px} - -.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-has-events div[id*=daynum-] a{color:var(--bb-primary-color)} - -.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-has-events div[id*=daynum-] a::before{background:#e0e1e1;width:5px;height:5px;margin:5px -2px 0 auto;bottom:5px} - -.tribe-events .tribe-events-c-view-selector__content{border-radius:var(--bb-block-radius)}@media (max-width:992px){ - -.has-sidebar.events-gridview .sm-grid-1-1{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}} - -.tribe-grid-body .tribe-events-week-hourly-single{margin:0 2px 0 0;padding:0} - -.tribe-grid-body div.tribe-events-week-hourly-single[id*=tribe-events-event-]{width:-webkit-calc(100% - 4px);width:calc(100% - 4px)} - -.tribe-events-week #tribe-mobile-container{background:#fff;border:1px solid var(--bb-content-border-color);margin-top:0} - -.tribe-events-week #tribe-mobile-container .type-tribe_events~.type-tribe_events{border-color:var(--bb-content-border-color)} - -.tribe-events-week #tribe-mobile-container .tribe-mobile-day{-webkit-transition:all linear .2s;transition:all linear .2s} - -.tribe-events-week #tribe-mobile-container .tribe-mobile-day:hover{box-shadow:0 3px 24px 0 rgba(18,43,70,.08)} - -.tribe-events-week #tribe-mobile-container .tribe-mobile-day h5.tribe-mobile-day-date{border-bottom:0;margin-top:0;padding-top:20px;padding-right:20px;padding-left:20px} - -.tribe-events-week #tribe-mobile-container .type-tribe_events,.tribe-events-week #tribe-mobile-container .type-tribe_events~.type-tribe_events{padding-right:20px;padding-left:20px} - -.tribe-events-week #tribe-mobile-container .type-tribe_events:last-of-type{border-bottom:1px solid var(--bb-content-border-color)} - -.tribe-events-month #tribe-mobile-container{background:#fff;border:1px solid var(--bb-content-border-color);border-top:0;margin-top:0} - -.tribe-events-month #tribe-mobile-container .type-tribe_events~.type-tribe_events{border-color:var(--bb-content-border-color);border-top-style:solid}@media (max-width:800px){ - -#tribe-events-content.tribe-events-month table.tribe-events-calendar{margin-bottom:0;border-bottom:0} - -.tribe-events-month #tribe-mobile-container .type-tribe_events{padding-right:20px;padding-left:20px} - -.tribe-events-month #tribe-mobile-container .type-tribe_events .tribe-event-description p{margin-bottom:5px} - -.tribe-events-month #tribe-mobile-container .type-tribe_events .tribe-events-event-body a.tribe-events-read-more{display:none} - -.tribe-events-month #tribe-mobile-container .type-tribe_events:hover{box-shadow:0 3px 24px 0 rgba(18,43,70,.08)} - -.tribe-mobile-day .tribe-mobile-day-heading{padding-right:20px;padding-left:20px} - -.tribe-mobile-day h3.tribe-mobile-day-heading{margin-bottom:0;padding-top:30px} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.mobile-active{background-color:var(--bb-body-background-color)} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-has-events div[id*=tribe-events-daynum-] a{color:var(--bb-primary-color)} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-has-events.mobile-active{background-color:var(--bb-primary-color)} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-has-events.mobile-active div[id*=tribe-events-daynum-] a{color:#fff} - -#tribe-events-content #tribe-mobile-container .tribe-events-viewmore{border-color:var(--bb-content-border-color);font-size:13px;font-weight:inherit;padding:10px 20px}} - -.tribe-events :hover{box-shadow:none} - -.tribe-events .tribe-filter-bar--vertical{border:1px solid var(--bb-content-border-color);border-radius:4px;padding:15px!important} - -.tribe-events .tribe-events-header__events-bar.tribe-events-c-events-bar--border{border-radius:var(--bb-block-radius)} - -.tribe-events .tribe-events-header__events-bar.tribe-events-c-events-bar--border .tribe-common-form-control-text__input,.tribe-events .tribe-events-header__events-bar.tribe-events-c-events-bar--border .tribe-events-c-events-bar__search-container{border-radius:var(--bb-block-radius)} - -.tribe-events .tribe-events-header__events-bar.tribe-events-c-events-bar--border .tribe-events-c-events-bar__search-container .tribe-events-c-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:var(--bb-button-radius);font-weight:inherit;font-style:inherit;padding:6px 20px} - -.tribe-events .tribe-events-header__events-bar.tribe-events-c-events-bar--border .tribe-events-c-events-bar__search-container .tribe-events-c-search__button:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.tribe-events .tribe-events-header__events-bar.tribe-events-c-events-bar--border .tribe-events-c-events-bar__search-container .tribe-events-c-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)} - -.tribe-events .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker-button:active,.tribe-events .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker-button:focus,.tribe-events .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker-button:hover{box-shadow:none} - -.tribe-events .tribe-events-c-ical .tribe-events-c-ical__link{border-color:var(--bb-primary-color);color:var(--bb-primary-color)} - -.tribe-events .tribe-events-c-ical .tribe-events-c-ical__link:active,.tribe-events .tribe-events-c-ical .tribe-events-c-ical__link:focus,.tribe-events .tribe-events-c-ical .tribe-events-c-ical__link:hover{background-color:var(--bb-primary-color);color:#fff} - -.tribe-events .tribe-events-c-ical .tribe-common-c-svgicon{color:var(--bb-primary-color)} - -.tribe-events .tribe-events-c-top-bar__datepicker-container .table-condensed tbody td.active,.tribe-events .tribe-events-c-top-bar__datepicker-container .table-condensed tbody td.active:focus,.tribe-events .tribe-events-c-top-bar__datepicker-container .table-condensed tbody td.active:hover,.tribe-events .tribe-events-c-top-bar__datepicker-container .table-condensed tbody td.current{background-color:var(--bb-primary-color)} - -.tribe-events .tribe-events-calendar-list>.tribe-common-g-row{border:1px solid var(--bb-content-border-color);margin-right:0;margin-left:0;border-radius:var(--bb-block-radius);padding:24px 0;background-color:var(--bb-content-background-color)}@media (max-width:992px){ - -.tribe-events .tribe-events-calendar-list>.tribe-common-g-row{padding:24px 0 24px 24px}} - -.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag{-ms-flex-item-align:center;align-self:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:992px){ - -.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag{width:100px}}@media (max-width:544px){ - -.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag{width:80px}} - -.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-weekday{color:#f1451f} - -.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-datetime{color:var(--bb-alternate-text-color)} - -.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title{font-size:18px} - -.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a:active,.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a:focus,.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a:hover{color:var(--bb-primary-color);border-bottom:none} - -.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-featured-image-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-item-align:center;align-self:center} - -.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-featured-image-wrapper .tribe-events-calendar-list__event-featured-image-link{position:relative;overflow:hidden;padding-top:60%;display:block;background:#809ab4;border-radius:4px}@media (max-width:992px){ - -.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-featured-image-wrapper .tribe-events-calendar-list__event-featured-image-link{padding-top:46%}} - -.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-featured-image-wrapper .tribe-events-calendar-list__event-featured-image{border-radius:var(--bb-block-radius-inner);position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover} - -.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-details{-ms-flex-item-align:center;align-self:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -.tribe-events .tribe-events-c-top-bar__datepicker-container .datepicker .table-condensed tbody tr td .active,.tribe-events .tribe-events-c-top-bar__datepicker-container .datepicker .table-condensed tbody tr td .current,.tribe-events .tribe-events-c-top-bar__datepicker-container .datepicker .table-condensed tbody tr td .focused{background-color:var(--bb-primary-color)} - -.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__header-row .tribe-events-calendar-month__header-column{border:1px solid var(--bb-content-border-color);border-bottom:none;padding-top:16px;padding-right:16px;background-color:#fff} - -.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__header-row .tribe-events-calendar-month__header-column:not(:last-child){border-left:none} - -.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day:hover::after{background-color:var(--bb-primary-color)} - -.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day.tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link{color:var(--bb-primary-color)}@media (max-width:992px){ - -.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__type-separator{margin-bottom:30px}} - -.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event{margin-right:0;margin-left:0;background-color:#fff}@media (max-width:992px){ - -.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event{padding:0}} - -.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event::before{display:none} - -.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event::after{right:0} - -.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-header .tribe-events-calendar-day__event-datetime{color:var(--bb-alternate-text-color)} - -.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-header .tribe-events-calendar-day__event-title a:active,.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-header .tribe-events-calendar-day__event-title a:focus,.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-header .tribe-events-calendar-day__event-title a:hover{color:var(--bb-primary-color);border-bottom:none} - -.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-content{border:1px solid var(--bb-content-border-color);margin:0;border-radius:4px;padding:24px 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:992px){ - -.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-content{padding:24px}} - -.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-content .tribe-events-calendar-day__event-featured-image-wrapper .tribe-events-calendar-day__event-featured-image-link{position:relative;overflow:hidden;padding-top:60%;display:block;background:#809ab4;border-radius:4px}@media (max-width:992px){ - -.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-content .tribe-events-calendar-day__event-featured-image-wrapper .tribe-events-calendar-day__event-featured-image-link{padding-top:46%}} - -.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-content .tribe-events-calendar-day__event-featured-image-wrapper .tribe-events-calendar-day__event-featured-image-link .tribe-events-calendar-day__event-featured-image{border-radius:4px;position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover} - -.tribe-events .tribe-events-pro-photo{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;padding:24px;margin:0} - -.tribe-events .tribe-events-pro-photo .tribe-common-g-row--gutters{margin:0 -1%} - -.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event{border:1px solid var(--bb-content-border-color);border-radius:4px;padding:0!important;max-width:31.33%;margin:0 1% 2%}@media (max-width:992px){ - -.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event{width:100%;max-width:48%}}@media (max-width:800px){ - -.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event{max-width:100%;width:100%;margin:0 0 24px}} - -.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-featured-image-wrapper .tribe-events-pro-photo__event-featured-image-link{position:relative;overflow:hidden;padding-top:60%;display:block;background:#809ab4;border-radius:4px}@media (max-width:992px){ - -.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-featured-image-wrapper .tribe-events-pro-photo__event-featured-image-link{padding-top:46%}} - -.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-featured-image-wrapper .tribe-events-pro-photo__event-featured-image{border-radius:4px;position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover} - -.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details-wrapper{padding:12px 12px 24px} - -.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-date-tag-datetime .tribe-events-pro-photo__event-date-tag-month{color:#f1451f} - -.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-title .tribe-events-pro-photo__event-title-link:active,.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-title .tribe-events-pro-photo__event-title-link:focus,.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-title .tribe-events-pro-photo__event-title-link:hover{color:var(--bb-primary-color);border-bottom:none} - -.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-datetime time{color:var(--bb-alternate-text-color)} - -.tribe-events .tribe-events-pro-week-grid{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;padding-right:2rem} - -.tribe-events .tribe-events-pro-week-grid .tribe-events-pro-week-grid__header .tribe-events-pro-week-grid__header-column .tribe-events-pro-week-grid__header-column-title{padding-top:2rem} - -.tribe-events .tribe-events-pro-week-grid .tribe-events-pro-week-grid__header .tribe-events-pro-week-grid__header-column--current .tribe-events-pro-week-grid__header-column-title .tribe-events-pro-week-grid__header-column-daynum-link{color:var(--bb-primary-color)} - -.tribe-events .tribe-events-pro-week-grid .tribe-events-pro-week-grid__multiday-event-bar-inner{background-color:var(--bb-primary-color)} - -.tribe-events .tribe-events-pro-week-grid .tribe-events-pro-week-grid__multiday-event-bar-inner .tribe-events-pro-week-grid__multiday-event-bar-title{color:#fff} - -.tribe-events .tribe-events-pro-week-grid .tribe-events-pro-week-grid__events-row .tribe-events-pro-week-grid__events-day .tribe-events-pro-week-grid__event-link-inner{background-color:rgba(var(--bb-primary-color),.05)} - -.tribe-events .tribe-events-header .datepicker-days .table-condensed tbody tr.active td,.tribe-events .tribe-events-header .datepicker-days .table-condensed tbody tr.current td{background-color:rgba(var(--bb-primary-color),.05)} - -.tribe-events .tribe-events-header .datepicker-days .table-condensed tbody tr td.active::before{background-color:var(--bb-primary-color)} - -.tribe-events .tribe-events .tribe-events-calendar-month__header-column-title{padding:12px 0;border-color:var(--bb-content-border-color);border-style:solid;border-width:0 0 1px} - -.tribe-events .tribe-events .tribe-events-calendar-month__day{border-color:var(--bb-content-border-color);border-style:solid;border-width:0 0 1px 1px;border-radius:0} - -.tribe-events .tribe-events .tribe-events-calendar-month__day:first-child{border-right:1px var(--bb-content-border-color) solid} - -.tribe-events .tribe-events-c-nav{margin-top:40px} - -.tribe-events .tooltipster-base .tooltipster-box .tribe-events-pro-week-grid__event-tooltip-title a:active,.tribe-events .tooltipster-base .tooltipster-box .tribe-events-pro-week-grid__event-tooltip-title a:focus,.tribe-events .tooltipster-base .tooltipster-box .tribe-events-pro-week-grid__event-tooltip-title a:hover{color:var(--bb-primary-color);border-bottom:none} - -.tribe-events .tooltipster-base .tooltipster-content .tribe-events-calendar-month__calendar-event-tooltip-title a:active,.tribe-events .tooltipster-base .tooltipster-content .tribe-events-calendar-month__calendar-event-tooltip-title a:focus,.tribe-events .tooltipster-base .tooltipster-content .tribe-events-calendar-month__calendar-event-tooltip-title a:hover{color:var(--bb-primary-color);border-bottom:none} - -.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-breadcrumbs__list{font-size:14px} - -.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-breadcrumbs__list-item-icon-svg{height:8px;width:5px} - -.tooltipster-base.tribe-events-tooltip-theme{padding:10px;border-radius:var(--bb-block-radius);border:0} - -.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper{width:100%} - -.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper img{border-radius:var(--bb-block-radius-inner)} - -article.tribe-events-calendar-month__multiday-event.tribe_events_cat-my-cat-event .tribe-events-calendar-month__multiday-event-bar-inner{background-color:var(--bb-primary-color)} - -.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date,.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link{color:var(--bb-primary-color)} - -.tribe-events-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} - -.tribe-events-widget header.tribe-events-widget-events-list__header{margin-bottom:0} - -.tribe-events-widget h2.tribe-events-widget-events-list__header-title{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} - -.bb-template-v2 .tribe-events-widget .tribe-events-widget-events-list__view-more a.tribe-events-widget-events-list__view-more-link{font-weight:700;font-size:12px;text-transform:uppercase;padding:8px 16px;border-radius:var(--bb-button-radius);display:inline-block;background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);-webkit-transition:none;transition:none} - -.bb-template-v2 .tribe-events-widget .tribe-events-widget-events-list__view-more a.tribe-events-widget-events-list__view-more-link: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)} - -.tribe-events-widget a.tribe-common-anchor-thin{-webkit-transition:none;transition:none} - -.tribe-events-widget a.tribe-common-anchor-thin:hover{border:0;color:var(--bb-primary-color)} - -.bb-template-v2 .tribe-events-widget{border-radius:var(--bb-block-radius);padding:1.25rem 1.25rem 1.5625rem} - -.bb-template-v2 .tribe-events-widget h2.tribe-events-widget-events-list__header-title{font-size:1.25rem;letter-spacing:-.24px;margin-bottom:23px} - -#tribe-events-pg-template,.tribe-events-pg-template{padding-top:1.875rem;padding-bottom:2.1875rem} - -.events-list .tribe-events-back.tribe-events-loop{max-width:100%;margin-bottom:10px} - -.events-list .tribe-events-back.tribe-events-loop a{font-weight:inherit;font-size:14px;color:red} - -.events-list .tribe-events-list>p.tribe-events-back.tribe-events-loop{display:none} - -.events-list div.tribe-events-loop{max-width:100%;background-color:#fff;border:1px solid var(--bb-content-border-color)} - -.events-list .tribe-events-map div.tribe-events-loop{border:0} - -.events-list #tribe-events-footer{border-top:0;padding-top:0} - -#tribe-events-content{padding-top:0!important} - -#tribe-events-content h2.tribe-events-page-title{font-size:14px;background-color:#fff;border-right:1px solid var(--bb-content-border-color);border-left:1px solid var(--bb-content-border-color);border-top:1px solid var(--bb-content-border-color);margin:0;padding:10px 25px;font-weight:500} - -#tribe-events-content h2.tribe-events-page-title.has-notice{border-bottom:1px solid var(--bb-content-border-color)} - -#tribe-events-content.tribe-events-map h2.tribe-events-page-title{border-bottom:1px solid var(--bb-content-border-color)} - -#tribe-events-content.tribe-events-list{padding-top:0!important} - -#tribe-events-header{margin:0} - -#tribe-events-footer{margin-top:1.25em} - -#tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-previous a{position:relative;left:5px;-webkit-tap-highlight-color:transparent} - -#tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-previous a::before{content:"\E8AB";font-family:bb-icons;font-size:22px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:relative;top:3px;right:3px} - -#tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-previous a span{display:none} - -#tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-next{margin-left:0} - -#tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-next a{position:relative;right:5px;-webkit-tap-highlight-color:transparent} - -#tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-next a::after{content:"\e827";font-family:bb-icons;font-size:22px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:relative;top:3px;left:3px} - -#tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-next a span{display:none} - -.tribe-events-single #tribe-events-footer{margin-top:0} - -.tribe-events-single #tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-next a::after{left:0} - -.tribe-events-single #tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-previous a::before{right:0} - -body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-events-sub-nav li{display:none} - -.events-list.tribe-bar-is-disabled #tribe-events-content-wrapper{max-width:100%} - -.tribe-bar-submit{margin-right:0} - -.tribe-bar-search-filter{width:50%} - -.tribe-events-day .tribe-events-loop{max-width:100%;background-color:#fff;border:1px solid var(--bb-content-border-color)} - -.tribe-events-day .tribe-mini-calendar-list-wrapper .tribe-events-loop{border:0} - -.tribe-events-day #tribe-events-footer{border-top:0;padding-top:0} - -.tribe-events-list .type-tribe_events{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:800px){ - -.tribe-events-list .type-tribe_events{margin-bottom:3rem}} - -.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-image,.tribe-events-list .tribe-events-loop .tribe-events-event-image{width:100%} - -.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-image a,.tribe-events-list .tribe-events-loop .tribe-events-event-image a{position:relative;overflow:hidden;padding-top:60%;display:block;background:#809ab4;border-radius:4px} - -.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-image a img,.tribe-events-list .tribe-events-loop .tribe-events-event-image a img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover} - -.tribe-events-list .bs-tribe-events-col-first .bs-events-post-placeholder{position:relative;overflow:hidden;padding-top:60%;display:block;background:#809ab4;border-radius:4px;text-align:center} - -.tribe-events-list .bs-tribe-events-col-first .bs-events-post-placeholder::after{font-family:bb-icons!important;text-rendering:auto;-webkit-font-smoothing:antialiased;color:#fff;content:"\e803";font-size:70px;margin-left:0;position:absolute;top:50%;right:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);opacity:.5}@media (max-width:544px){ - -.tribe-events-list .bs-tribe-events-col-first .bs-events-post-placeholder::after{font-size:40px}} - -.tribe-events-list .tribe-events-event-image img{border-radius:4px} - -.tribe-events-list #tribe-geo-results.tribe-events-loop .tribe-event-featured{margin-right:-25px;margin-left:-25px} - -.tribe-events-list #tribe-geo-results.tribe-events-loop .tribe-event-featured .bs-tribe-events-col-first{margin-right:25px} - -.tribe-events-list #tribe-geo-results.tribe-events-loop .tribe-event-featured .bs-tribe-events-col-last{margin-left:25px} - -.tribe-events-list .tribe-events-loop .tribe-event-featured{background-color:var(--bb-body-background-color);padding-top:1rem;padding-bottom:1rem;padding-left:0} - -.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost{margin:0} - -.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost span{color:var(--bb-body-text-color)} - -.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .ticket-cost{background:100% 0} - -.tribe-events-list .tribe-events-loop .tribe-event-featured.tribe-events-first{padding-top:1rem} - -.tribe-events-list .tribe-events-loop .tribe-event-featured h2.tribe-events-list-event-title{margin-top:0} - -.tribe-events-list .tribe-events-loop .tribe-event-featured h2.tribe-events-list-event-title a{color:var(--bb-headings-color)} - -.tribe-events-list .tribe-events-loop .tribe-event-featured h2.tribe-events-list-event-title a:hover{color:var(--bb-primary-color)} - -.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-content{color:inherit} - -.tribe-events-list .tribe-events-loop .tribe-event-featured a{color:var(--bb-primary-color)} - -.tribe-events-list .tribe-events-loop .tribe-event-featured a:hover{color:#0f74e0}@media screen and (min-width:801px){ - -.tribe-events-list .tribe-events-loop .tribe-event-featured .bs-tribe-events-col-first .bs-events-post-placeholder{margin-right:-25px;width:100%}} - -.tribe-events-list #tribe-geo-results .tribe-event-featured .tribe-events-content{color:var(--bb-body-text-color)}@media (max-width:1200px){ - -.page-sidebar .tribe-events-list .type-tribe_events{display:block} - -.page-sidebar .tribe-events-list .type-tribe_events .bs-tribe-events-col-first{max-width:100%;padding:0 25px;overflow:hidden} - -.page-sidebar .tribe-events-list .type-tribe_events .bs-tribe-events-col-first .tribe-events-event-image a{padding-top:36%;position:relative;overflow:hidden;display:block;background:#809ab4;border-radius:4px;margin-bottom:20px} - -.page-sidebar .tribe-events-list .type-tribe_events .bs-tribe-events-col-first .tribe-events-event-image a img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover} - -.page-sidebar .tribe-events-list .type-tribe_events .bs-tribe-events-col-last{overflow:hidden;padding:5px 25px 0} - -.page-sidebar .tribe-events-list .type-tribe_events .bs-tribe-events-col-last .tribe-event-schedule-details{padding:0} - -.page-sidebar .tribe-events-list .type-tribe_events .bs-tribe-events-col-last .tribe-events-event-meta{padding:0;border:0;background:100% 0} - -.page-sidebar .tribe-events-list .type-tribe_events .bs-tribe-events-col-last .tribe-events-event-meta .tribe-events-venue-details{padding:0;border-top:0}}@media (max-width:1200px){ - -.page-sidebar .tribe-events-list .tribe-events-loop .tribe-event-featured{padding-right:25px;padding-left:25px} - -.page-sidebar .tribe-events-list .tribe-events-loop .tribe-event-featured .bs-tribe-events-col-first{padding:0} - -.page-sidebar .tribe-events-list .tribe-events-loop .tribe-event-featured .bs-tribe-events-col-first .tribe-events-event-image{margin:0}}@media (max-width:800px){ - -.tribe-events-list .type-tribe_events{display:block} - -.tribe-events-list .type-tribe_events .bs-tribe-events-col-first{max-width:100%;padding:0 25px;overflow:hidden} - -.tribe-events-list .type-tribe_events .bs-tribe-events-col-first .tribe-events-event-image a{padding-top:46%;position:relative;overflow:hidden;display:block;background:#809ab4;border-radius:4px;margin-bottom:10px} - -.tribe-events-list .type-tribe_events .bs-tribe-events-col-first .bs-events-post-placeholder{padding-top:46%;margin-bottom:10px} - -.tribe-events-list .type-tribe_events .bs-tribe-events-col-first .tribe-events-event-image a img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover} - -.tribe-events-list .type-tribe_events .bs-tribe-events-col-last{overflow:hidden;padding:5px 25px 0} - -.tribe-events-list .type-tribe_events .bs-tribe-events-col-last .tribe-event-schedule-details{padding:0} - -.tribe-events-list .type-tribe_events .bs-tribe-events-col-last .tribe-events-event-meta{padding:0;border:0;background:100% 0} - -.tribe-events-list .type-tribe_events .bs-tribe-events-col-last .tribe-events-event-meta .tribe-events-venue-details{padding:0;border-top:0}}@media (max-width:544px){ - -.tribe-events-list .type-tribe_events .bs-tribe-events-col-first{padding:0 15px} - -.tribe-events-list .type-tribe_events .bs-tribe-events-col-last{padding-right:15px;padding-left:15px}}@media (max-width:800px){ - -.tribe-events-list .tribe-events-loop .tribe-event-featured{padding-right:25px;padding-left:25px;margin-bottom:3rem} - -.tribe-events-list .tribe-events-loop .tribe-event-featured .bs-tribe-events-col-first{padding:0} - -.tribe-events-list .tribe-events-loop .tribe-event-featured .bs-tribe-events-col-first .tribe-events-event-image{margin:0}}@media (max-width:544px){ - -.tribe-events-list .tribe-events-loop .tribe-event-featured{padding-right:15px;padding-left:15px}} - -.tribe-events-map .type-tribe_events .bs-tribe-events-col-first{padding-right:0} - -.tribe-events-map .type-tribe_events .bs-tribe-events-col-last{padding-left:0}@media (max-width:800px){ - -.tribe-events-map .type-tribe_events .bs-tribe-events-col-first{padding-right:0;padding-left:0} - -.tribe-events-map .type-tribe_events .bs-tribe-events-col-last{padding-right:0;padding-left:0} - -.tribe-events-list #tribe-geo-results.tribe-events-loop .tribe-event-featured .bs-tribe-events-col-first{margin-right:0}} - -.type-tribe_events .bs-tribe-events-col-first{-webkit-box-flex:0;-ms-flex:0 0 300px;flex:0 0 300px;max-width:100%;padding-right:25px} - -.type-tribe_events .bs-tribe-events-col-last{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-left:25px;padding-right:20px;padding-top:5px} - -.type-tribe_events.tribe-event-featured .bs-tribe-events-col-last{padding-right:0}@media (max-width:800px){ - -.type-tribe_events.tribe-event-featured .bs-tribe-events-col-last{padding-left:0} - -.type-tribe_events.tribe-event-featured .bs-tribe-events-col-last .tribe-events-event-cost{font-size:13px}} - -.type-tribe_events .tribe-events-list-event-description,.type-tribe_events .tribe-events-map-event-description{font-size:14px} - -.type-tribe_events .tribe-events-list-event-description a.tribe-events-read-more,.type-tribe_events .tribe-events-map-event-description a.tribe-events-read-more{display:none} - -.type-tribe_events .bs-event-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap} - -.type-tribe_events .bs-event-heading .tribe-event-schedule-short{-webkit-box-flex:0;-ms-flex:0 0 45px;flex:0 0 45px;max-width:45px;text-align:center;line-height:1;padding:0} - -.type-tribe_events .bs-event-heading .tribe-event-schedule-short .bs-schedule-short-date{padding:3px 0 3px 8px;border-left:1px solid var(--bb-content-border-color)} - -.type-tribe_events .bs-event-heading .tribe-event-schedule-short .bs-schedule-short-m{color:#f1451f;font-size:12px;margin-bottom:5px;font-weight:700;display:block;text-transform:uppercase} - -.type-tribe_events .bs-event-heading .tribe-event-schedule-short .bs-schedule-short-d{color:var(--bb-headings-color);font-size:24px;font-weight:400;display:block}@media (max-width:544px){ - -.type-tribe_events .bs-event-heading .tribe-event-schedule-short{display:none}} - -.type-tribe_events .bs-event-heading .tribe-event-schedule-long{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-right:14px;padding-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.type-tribe_events .bs-event-heading .tribe-event-schedule-long .bs-tribe-events-single-heading{margin-left:auto} - -.type-tribe_events .bs-event-heading .tribe-event-schedule-long .bs-tribe-events-single-heading .tribe-events-distance{padding:2px 15px;font-size:11px;font-weight:inherit;margin:0;line-height:1.3;border-radius:100px;background-color:#eceef1;color:var(--bb-body-text-color)} - -.type-tribe_events .bs-event-heading .tribe-event-schedule-long .tribe-events-event-cost span{border:0;padding-left:0;padding-top:0}@media (max-width:544px){ - -.type-tribe_events .bs-event-heading .tribe-event-schedule-long{padding-right:0}} - -.type-tribe_events .bs-event-heading h2.tribe-events-list-event-title,.type-tribe_events .bs-event-heading h2.tribe-events-map-event-title{font-size:18px;font-weight:500;line-height:1.4em;display:block;display:-webkit-box;max-height:2.8em;margin:0;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%} - -.type-tribe_events .bs-event-heading h2.tribe-events-list-event-title a,.type-tribe_events .bs-event-heading h2.tribe-events-map-event-title a{color:var(--bb-headings-color)} - -.type-tribe_events .bs-event-heading h2.tribe-events-list-event-title a:hover,.type-tribe_events .bs-event-heading h2.tribe-events-map-event-title a:hover{color:var(--bb-primary-color)} - -.type-tribe_events .bs-event-heading .tribe-event-schedule-details{font-size:13px;color:var(--bb-alternate-text-color);line-height:1.3;margin-bottom:3px} - -.type-tribe_events .bs-event-heading .tribe-event-schedule-details .tribe-event-time{padding-left:5px} - -.type-tribe_events .bs-event-heading .recurringinfo{vertical-align:baseline} - -.type-tribe_events .bs-event-heading .event-is-recurring{color:var(--bb-headings-color);font-weight:400} - -.type-tribe_events .bs-event-heading .recurringinfo .tribe-events-divider{padding:0 0 0 5px} - -.type-tribe_events .bs-event-heading .time-details{font-size:13px;color:var(--bb-alternate-text-color);line-height:1.4;margin-bottom:3px;padding:0 0 0 5px} - -.type-tribe_events .bs-event-heading .time-details .tribe-event-date-start{padding-left:5px} - -.type-tribe_events .bs-event-heading .time-details .tribe-event-time{padding-left:5px}@media (max-width:544px){ - -.type-tribe_events .bs-event-heading .time-details{margin-bottom:6px;line-height:1.3}} - -.type-tribe_events .bs-event-heading .tribe-events-event-meta{margin-top:3px;font-weight:400} - -.type-tribe_events .bs-event-heading .tribe-events-venue-details{color:var(--bb-alternate-text-color);font-style:inherit;margin-top:0} - -.type-tribe_events .bs-event-heading .tribe-events-venue-details span.tribe-street-address+br{display:none} - -.type-tribe_events .bs-event-heading .tribe-events-venue-details abbr[title]{text-decoration:none} - -.type-tribe_events .bs-event-heading .bs-related-location .tribe-events-venue-details span.tribe-address::before{background-color:#fff} - -.tribe-events-photo .tribe-events-loop .type-tribe_events .tribe-events-event-meta{line-height:1;display:block;display:-webkit-box;max-height:1em;margin:0;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%}@media (max-width:800px){ - -.tribe-events-photo .type-tribe_events .bs-event-heading .tribe-event-schedule-details{padding-right:0;padding-left:0} - -.tribe-events-photo .tribe-events-list .tribe-events-venue-details{border-top:0;padding:0}} - -#tribe-geo-results h2.tribe-events-map-event-title{font-weight:500;font-size:18px;line-height:1.4em;margin-bottom:0} - -#tribe-geo-results .tribe-event-featured h2.tribe-events-map-event-title{margin:0 0 6px} - -#tribe-geo-results .tribe-event-featured h2.tribe-events-map-event-title a{color:var(--bb-headings-color)} - -#tribe-geo-results .tribe-event-featured h2.tribe-events-map-event-title a:hover{color:var(--bb-primary-color)} - -#tribe-geo-results .tribe-event-featured a{color:var(--bb-primary-color)} - -#tribe-geo-results .tribe-event-featured a:hover{color:var(--bb-primary-color)}@media screen and (min-width:1200px){ - -.bb-buddypanel .tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap,.has-sidebar .tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap{max-height:670px;overflow-x:visible;overflow-y:auto}}@media screen and (min-width:800px){ - -body:not(.bb-buddypanel) .tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap{max-height:670px;overflow-y:auto}} - -#tribe-events-content .tribe-events-day-time-slot,.tribe-events-day .tribe-events-day-time-slot{display:-webkit-box;display:-ms-flexbox;display:flex} - -#tribe-events-content .tribe-events-day-time-slot h5,.tribe-events-day .tribe-events-day-time-slot h5{margin:0;-webkit-box-flex:0;-ms-flex:0 0 75px;flex:0 0 75px;max-width:75px;background:100% 0;border-left:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color);color:var(--bb-headings-color);font-weight:500;padding:20px 0;font-size:14px;text-align:center}@media screen and (max-width:544px){ - -#tribe-events-content .tribe-events-day-time-slot h5,.tribe-events-day .tribe-events-day-time-slot h5{-webkit-box-flex:0;-ms-flex:0 0 55px;flex:0 0 55px;max-width:55px;font-size:11px}} - -#tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap,.tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap{border-bottom:1px solid var(--bb-content-border-color);padding:20px 0;width:100%} - -#tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap .type-tribe_events,.tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap .type-tribe_events{margin-bottom:20px} - -#tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap .type-tribe_events:last-of-type,.tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap .type-tribe_events:last-of-type{margin-bottom:0} - -#tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap h2.tribe-events-page-title,.tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap h2.tribe-events-page-title{border:0;padding:0;line-height:24px} - -#tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap,.tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap{padding:0 25px}@media screen and (max-width:544px){ - -#tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap.bs-events-day-tag-wrap,.tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap.bs-events-day-tag-wrap{padding:0 15px}} - -#tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap>div,.tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap>div{display:inline-block;text-align:center;padding:10px 0 6px} - -#tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap>div span,.tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap>div span{display:block;line-height:1.2} - -#tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap .bs-day-w,.tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap .bs-day-w{text-transform:uppercase;font-size:12px;color:#939597} - -#tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap .bs-day-d,.tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap .bs-day-d{color:var(--bb-headings-color);font-size:22px} - -#tribe-events-content .tribe-events-day-time-slot .type-tribe_events,.tribe-events-day .tribe-events-day-time-slot .type-tribe_events{margin:0} - -#tribe-events-content .tribe-events-day-time-slot:last-of-type h5,.tribe-events-day .tribe-events-day-time-slot:last-of-type h5{border-bottom:0} - -#tribe-events-content .tribe-events-day-time-slot:last-of-type .bs-events-day-wrap,.tribe-events-day .tribe-events-day-time-slot:last-of-type .bs-events-day-wrap{border-bottom:0} - -.recurring-info-tooltip.tribe-events-tooltip{box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);border-radius:4px;padding-right:.5em;padding-left:.5em} - -.bs-events-day-wrap .type-tribe_events:first-of-type .recurring-info-tooltip.tribe-events-tooltip{bottom:initial!important;top:25px;width:160px} - -.bs-events-day-wrap .type-tribe_events:first-of-type .recurring-info-tooltip.tribe-events-tooltip .tribe-events-arrow{content:" ";position:absolute;width:0;height:0;top:0;left:initial;right:20px;margin:0 auto;box-sizing:border-box;border:5px solid #000;border-color:#fff transparent transparent #fff;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 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:101;background-image:none} - -#tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner{padding-top:0} - -#tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner label{display:none} - -.tribe-bar-collapse #tribe-bar-collapse-toggle{width:100%;-webkit-tap-highlight-color:transparent;color:var(--bb-body-text-color)} - -.tribe-bar-collapse #tribe-bar-collapse-toggle:active,.tribe-bar-collapse #tribe-bar-collapse-toggle:focus,.tribe-bar-collapse #tribe-bar-collapse-toggle:hover{background-color:transparent;color:var(--bb-body-text-color);box-shadow:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:left 1rem center} - -#tribe-bar-form.tribe-bar-collapse #tribe-bar-views{width:100%}@media (max-width:800px){ - -#tribe-bar-form .tribe-bar-filters{padding-left:0}} - -#tribe-bar-form.tribe-bar-full.tribe-events-bar--has-filters #tribe-bar-views,#tribe-bar-form.tribe-bar-mini.tribe-events-bar--has-filters #tribe-bar-views{float:left;width:16.1%;position:static} - -#tribe-bar-views{-webkit-tap-highlight-color:transparent} - -#tribe-bar-views .tribe-bar-views-inner{background:100% 0;padding:0;position:relative} - -#tribe-bar-views .tribe-bar-views-inner label{display:none} - -#tribe-bar-views ul.tribe-bar-views-list{z-index:6} - -#tribe-bar-views #tribe-bar-views-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:left 1rem center;font-family:inherit;font-size:14px;height:35px;line-height:30px;padding:2px 15px;outline:0;vertical-align:middle;background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:20px;box-shadow:none;color:#939597} - -#tribe-bar-views #tribe-bar-views-toggle::after{border:0} - -#tribe-bar-views #tribe-bar-views-toggle>span{background-image:none;position:relative} - -#tribe-bar-views #tribe-bar-views-toggle>span::before{font-family:bb-icons!important;font-size:17px;text-rendering:auto;-webkit-font-smoothing:antialiased;color:#c3c8d2;margin-left:0;position:absolute;top:-3px;right:0;z-index:9} - -#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-list::before{content:"\edb1"} - -#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-month::before{content:"\e803"} - -#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-week::before{content:"\e803"} - -#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-day::before{content:"\e803"} - -#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-map::before{content:"\E817";font-size:20px} - -#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-photo::before{content:"\eeb4"} - -#tribe-bar-views ul.tribe-bar-views-list{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;outline:0;padding:5px 0;margin-top:1px} - -#tribe-bar-views ul.tribe-bar-views-list::before{content:" ";position:absolute;width:0;height:0;top:0;left:16px;margin:0 auto;box-sizing:border-box;border:8px solid #000;border-color:#fff transparent transparent #fff;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 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:101} - -#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option{font-size:14px;color:#939597;padding:3px 15px 9px} - -#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span{padding:0 15px 0 6px;line-height:23px;color:#939597} - -#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option:hover{background:var(--bb-body-background-color)} - -#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span{background-image:none;padding-right:24px;position:relative} - -#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span::before{font-family:bb-icons!important;font-size:17px;text-rendering:auto;-webkit-font-smoothing:antialiased;color:#c3c8d2;margin-left:0;position:absolute;top:0;right:0;z-index:9} - -#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-list::before{content:"\edb1"} - -#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-day::before,#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-month::before,#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-week::before{content:"\e803"} - -#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-map::before{content:"\eed1";font-size:22px;right:-3px} - -#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-photo::before{content:"\eeb4"} - -#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active{display:none} - -#tribe-bar-views.tribe-bar-views-open ul.tribe-bar-views-list li.tribe-bar-views-option.tribe-bar-active+li.tribe-bar-views-option{border-top:1px solid var(--bb-content-border-color);padding-top:6px;border-radius:3px 3px 0 0;position:relative;margin-top:1px} - -#tribe-bar-views.tribe-bar-views-open ul.tribe-bar-views-list li.tribe-bar-views-option.tribe-bar-active+li.tribe-bar-views-option::before{content:" ";position:absolute;width:0;height:0;top:0;left:16px;margin:0 auto;box-sizing:border-box;border:8px solid #000;border-color:#fff transparent transparent #fff;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 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:101} - -#tribe-bar-views.tribe-bar-views-open ul.tribe-bar-views-list li.tribe-bar-views-option:not(.tribe-bar-active){background-color:var(--bb-content-background-color);border-right:1px solid var(--bb-content-border-color);border-left:1px solid var(--bb-content-border-color)} - -#tribe-bar-views.tribe-bar-views-open ul.tribe-bar-views-list li.tribe-bar-views-option:not(.tribe-bar-active) a:hover{background-color:var(--bb-body-background-color);color:var(--bb-primary-color)} - -#tribe-bar-views.tribe-bar-views-open ul.tribe-bar-views-list li.tribe-bar-views-option:last-child{border-bottom:1px solid var(--bb-content-border-color);border-radius:0 0 3px 3px;padding-bottom:6px} - -#tribe-bar-collapse-toggle{background:100% 0;height:40px;line-height:40px;padding:0 0 0 15px;text-transform:none;font-size:15px;font-weight:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:left 1rem center;padding-left:40px} - -#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow{display:none} - -#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow::after{display:none} - -#tribe-events-bar{margin-bottom:20px} - -#tribe-bar-form #tribe-bar-views+.tribe-bar-filters{left:14.6667%;width:85.3333%} - -body.no-js #tribe-bar-form{visibility:hidden;opacity:0} - -#tribe-bar-form.tribe-bar-mini #tribe-bar-views{width:16.6667%;right:83.3333%} - -#tribe-bar-form.tribe-bar-mini #tribe-bar-views+.tribe-bar-filters{max-width:83.333%;left:16.6667%} - -#tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type=submit]{font-size:13px;padding-top:3px;padding-bottom:3px} - -#tribe-bar-form.tribe-bar-mini #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a{padding-top:0;padding-bottom:0} - -#tribe-bar-form.tribe-bar-mini .tribe-bar-views-option a span{font-size:13px} - -#tribe-bar-form{background:100% 0} - -#tribe-bar-form input[type=text]{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;font-family:inherit;font-size:14px;height:35px;vertical-align:middle;background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:20px;box-shadow:none;padding:0 37px 0 15px;font-style:inherit;font-weight:inherit;outline:0} - -#tribe-bar-form input[type=text].placeholder{color:#c3c6c9;font-style:inherit} - -#tribe-bar-form input[type=text]:placeholder{color:#c3c6c9;font-style:inherit} - -#tribe-bar-form input[type=text]::-webkit-input-placeholder{color:#c3c6c9;font-style:inherit} - -#tribe-bar-form input[type=text]:-ms-input-placeholder{color:#c3c6c9;font-style:inherit} - -#tribe-bar-form input[type=text]::placeholder{color:#c3c6c9;font-style:inherit} - -#tribe-bar-form input[type=text]:input-placeholder{color:#c3c6c9;font-style:inherit} - -#tribe-bar-form input[type=text]::input-placeholder{color:#c3c6c9;font-style:inherit} - -#tribe-bar-form input[type=text]:focus{outline:0;border-bottom:1px solid var(--bb-content-border-color)} - -#tribe-bar-form .tribe-bar-submit input[type=submit]{background-color:var(--bb-primary-color);border-radius:var(--bb-button-radius);font-weight:inherit;font-style:inherit;text-transform:none;font-size:14px;padding-top:3px;padding-bottom:3px;height:35px} - -#tribe-bar-form .tribe-bar-submit input[type=submit]:hover{background-color:var(--bb-primary-color);box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)} - -#tribe-bar-form .tribe-bar-filters{padding-left:0} - -#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner>div{padding-right:5px;padding-left:5px} - -#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner>div label{display:none} - -#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner{margin-right:-5px} - -#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-date-filter{position:relative;z-index:2;padding-top:0;padding-bottom:0} - -#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-date-filter::before{font-family:bb-icons!important;font-size:17px;text-rendering:auto;-webkit-font-smoothing:antialiased;color:#c3c8d2;content:"\e803";margin-left:0;position:absolute;bottom:4px;right:18px;z-index:9} - -#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-search-filter{position:relative;z-index:2;padding-top:0;padding-bottom:0} - -#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-search-filter::before{font-family:bb-icons!important;font-size:17px;text-rendering:auto;-webkit-font-smoothing:antialiased;color:#c3c8d2;content:"\ef10";margin-left:0;position:absolute;bottom:4px;right:18px;z-index:9} - -#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-geoloc-filter{position:relative;z-index:2;padding-top:0;padding-bottom:0} - -#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-geoloc-filter::before{font-family:bb-icons!important;font-size:22px;text-rendering:auto;-webkit-font-smoothing:antialiased;color:#c3c8d2;content:"\eed1";margin-left:0;position:absolute;bottom:4px;right:18px;z-index:9} - -#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-submit{padding-top:0;padding-bottom:0} - -#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-geoloc-filter+.tribe-bar-submit{width:18%} - -#tribe-bar-form.tribe-bar-collapse .tribe-bar-filters{background-color:#fff;border-radius:4px;padding:10px} - -#tribe-bar-form.tribe-bar-collapse .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-submit{width:100%} - -#tribe-bar-form.tribe-bar-collapse .tribe-bar-filters-inner>div{padding-top:8px;padding-bottom:8px} - -.tribe-bar-geoloc-filter,.tribe-events-uses-geolocation .tribe-bar-date-filter,.tribe-events-uses-geolocation .tribe-bar-search-filter,.tribe-events-uses-geolocation .tribe-bar-submit{width:27.333%}@media (max-width:800px){ - -#tribe-events-footer~a.tribe-events-ical.tribe-events-button{border-radius:100px;font-size:13px;padding:0 20px} - -.tribe-events-sub-nav li a,.tribe-events-sub-nav li a:visited{background:100% 0;color:var(--bb-primary-color);padding:0;font-size:13px} - -.tribe-events-sub-nav li a:hover,.tribe-events-sub-nav li a:visited:hover{color:var(--bb-primary-color)} - -#tribe-mobile-container .type-tribe_events{font-size:16px} - -#tribe-mobile-container .type-tribe_events .tribe-events-event-image img{border-radius:4px} - -#tribe-mobile-container .type-tribe_events .tribe-events-event-schedule-details{font-size:13px} - -#tribe-mobile-container .type-tribe_events .tribe-event-description{font-size:14px} - -.tribe-mobile-day-date{background:100% 0;border-bottom:1px solid var(--bb-content-border-color);font-weight:400;color:var(--bb-headings-color)} - -.tribe-events-month #tribe-mobile-container .type-tribe_events h4.summary,.tribe-events-week #tribe-mobile-container .type-tribe_events h4.summary{font-size:16px} - -.tribe-events-month #tribe-mobile-container .type-tribe_events .tribe-events-event-body,.tribe-events-week #tribe-mobile-container .type-tribe_events .tribe-events-event-body{font-size:14px} - -.tribe-events-photo #tribe-events #tribe-events-footer{padding-top:1em} - -#tribe-events-footer::after,#tribe-events-footer::before{background-color:transparent}} - -#tribe-events .tribe-events-button{font-size:14px;padding:9px 2em;vertical-align:middle;display:inline-block;line-height:1.4;background:var(--bb-primary-color);font-weight:500;text-transform:none;border-radius:100px;border:0;letter-spacing:normal} - -#tribe-events .tribe-events-button:hover{background:var(--bb-primary-color);box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)} - -#tribe-events .tribe-events-content.entry-summary p{line-height:1.5;display:block;display:-webkit-box;max-height:6em;margin:0;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%} - -#tribe-events a.tribe-events-gcal,#tribe-events-content a.tribe-events-ical{display:none} - -.bb-page-loaded #tribe-events a.tribe-events-gcal,.bb-page-loaded #tribe-events-content a.tribe-events-ical{display:inline-block} - -#tribe-events #tribe-events-content-wrapper>a.tribe-events-ical,#tribe-events-content.tribe-events-list a.tribe-events-ical{margin-top:0;float:left} - -#tribe-events-content.tribe-events-list a.tribe-events-ical{border-radius:var(--bb-button-radius)} - -.tribe-events-user-recurrence-toggle{text-align:right;font-style:inherit} - -.tribe-events-user-recurrence-toggle label{font-size:15px} - -.tribe-events-list-separator-month{text-align:right;margin:0 0 20px;padding:5px 25px;font-size:15px;font-weight:700;text-transform:uppercase;background:#fff;border:0;border-bottom:1px solid var(--bb-content-border-color)} - -.tribe-events-list-separator-month span{padding:10px 0;display:inline-block} - -.tribe-events-list-separator-month::after{display:none} - -.tribe-events-list-separator-month+.type-tribe_events.tribe-events-first{padding-top:0} - -.tribe-events-photo #tribe-events-photo-events{background-color:#fff;border:1px solid var(--bb-content-border-color);padding-right:2%;padding-left:2%;margin:0} - -.tribe-events-photo #tribe-events-footer{border-top:0;padding-top:0} - -.tribe-events-photo .tribe-events-user-recurrence-toggle{background-color:#fff;border-right:1px solid var(--bb-content-border-color);border-left:1px solid var(--bb-content-border-color);padding:5px 2% 15px;margin-bottom:0} - -#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event{margin:15px 1%;width:30%} - -#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap{color:inherit} - -#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap{background:100% 0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column} - -#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-event-details{background:#fff;border:1px solid var(--bb-content-border-color);border-top:0;border-radius:0 0 4px 4px;-webkit-transition:all linear .2s;transition:all linear .2s;overflow:hidden} - -#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-event-details:hover{box-shadow:0 6px 24px 0 rgba(18,43,70,.12)} - -#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .bs-events-post-placeholder{position:relative;overflow:hidden;padding-top:52.56%;display:block;background:#809ab4;border-radius:4px 4px 0 0;text-align:center} - -#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .bs-events-post-placeholder::after{font-family:bb-icons!important;text-rendering:auto;-webkit-font-smoothing:antialiased;color:#fff;content:"\e803";font-size:70px;margin-left:0;position:absolute;top:50%;right:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);opacity:.5} - -#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-event-image{margin:0} - -#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-event-image a{position:relative;overflow:hidden;padding-top:52.56%;display:block;background:#809ab4;border-radius:4px 4px 0 0} - -#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-event-image a img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover} - -#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-list-photo-description{font-size:14px;padding-left:0;line-height:21px;display:block;display:-webkit-box;max-height:120px;min-height:120px;margin:15px 0 0;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%} - -#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event h2.tribe-events-list-event-title{font-size:16px;font-weight:500;line-height:21px;display:block;display:-webkit-box;max-height:24px;min-height:24px;margin:6px 0 0;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%} - -#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event h2.tribe-events-list-event-title a{color:var(--bb-headings-color)} - -#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event h2.tribe-events-list-event-title a:hover{color:var(--bb-primary-color)} - -#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .bs-photo-location{font-size:13px;line-height:1;display:block;display:-webkit-box;max-height:19px;margin:0;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:97%;position:relative;bottom:2px;left:3px} - -#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .bs-photo-location .tribe-events-venue-details{line-height:1.3} - -#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap .tribe-events-event-image{margin:0}@media (max-width:600px){ - -#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event{width:100%;max-width:100%;margin-right:0;margin-left:0}} - -#tribe-events-photo-events.photo-two-col .type-tribe_events.tribe-events-photo-event{width:46%}@media (max-width:600px){ - -#tribe-events-photo-events.photo-two-col .type-tribe_events.tribe-events-photo-event{width:96%;max-width:none} - -#tribe-events-photo-events{margin-bottom:0}} - -.tribe-events-event-meta address.tribe-events-address,.tribe-events-list .tribe-events-venue-details{font-style:inherit} - -#tribe-events-header ul.tribe-events-sub-nav{display:none} - -.bs-map-wrap #tribe-events-content.tribe-events-list{margin-bottom:0;padding:0!important} - -#tribe-geo-map-wrapper{background:#fff;border:0;padding:0;margin-bottom:0} - -.tribe-events-map #tribe-geo-results{background-color:#fff;border:1px solid var(--bb-content-border-color);border-top:0;padding:10px 25px 0;margin-top:0} - -.tribe-events-map .bs-map-wrap #tribe-events-header{margin:0} - -.tribe-events-notices{background-color:#fff;border-radius:4px;border:1px solid var(--bb-content-border-color);font-size:16px;color:var(--bb-alternate-text-color);margin-top:0;padding-right:25px;padding-left:25px} - -#tribe_events_filters_wrapper+#tribe-events-content>.tribe-events-notices{margin-top:0} - -.events-list .tribe-mini-calendar-list-wrapper div.tribe-events-loop{border:0} - -.tribe-mini-calendar-event.first,.tribe_mini_calendar_widget .tribe-mini-calendar-event.first{margin-top:0} - -.tribe-events-day .tribe_mini_calendar_widget .tribe-event-featured{background:100% 0} - -.tribe-events-day .tribe_mini_calendar_widget .tribe-event-featured .list-date{background-color:var(--bb-body-background-color)} - -.tribe-events-day .tribe_mini_calendar_widget .tribe-event-featured .list-date .list-dayname{background-color:var(--bb-body-background-color)} - -.tribe-mini-calendar-event,.tribe_mini_calendar_widget .tribe-mini-calendar-event{border-bottom:0;margin-bottom:0;padding-bottom:0} - -.tribe-mini-calendar-event .list-date,.tribe_mini_calendar_widget .tribe-mini-calendar-event .list-date{background:100% 0;border-left:1px solid var(--bb-content-border-color);padding:0 0 0 3px;font-weight:inherit} - -.tribe-mini-calendar-event .list-date .list-dayname,.tribe_mini_calendar_widget .tribe-mini-calendar-event .list-date .list-dayname{padding-top:0} - -.tribe-mini-calendar-event .list-date .list-daynumber,.tribe_mini_calendar_widget .tribe-mini-calendar-event .list-date .list-daynumber{color:var(--bb-headings-color);padding-bottom:0;font-size:22px;line-height:1.3} - -.tribe-mini-calendar-event .list-info h2.tribe-events-title,.tribe_mini_calendar_widget .tribe-mini-calendar-event .list-info h2.tribe-events-title{font-weight:500;margin-bottom:5px} - -.tribe-mini-calendar-event .list-info h2.tribe-events-title a,.tribe_mini_calendar_widget .tribe-mini-calendar-event .list-info h2.tribe-events-title a{color:var(--bb-headings-color)} - -.tribe-mini-calendar-event .list-info h2.tribe-events-title a:hover,.tribe_mini_calendar_widget .tribe-mini-calendar-event .list-info h2.tribe-events-title a:hover{color:var(--bb-primary-color)} - -.tribe-events-adv-list-widget p.tribe-events-widget-link{margin-bottom:0;margin-top:10px;text-align:center} - -.tribe-events-adv-list-widget p.tribe-events-widget-link a{font-weight:inherit;text-transform:uppercase;font-size:12px} - -.tribe-venue-widget-list li h4.tribe-event-title{margin-bottom:3px;font-weight:500} - -.tribe-venue-widget-list li h4.tribe-event-title a{color:var(--bb-headings-color)} - -.tribe-venue-widget-list li h4.tribe-event-title a:hover{color:var(--bb-primary-color)} - -.tribe-venue-widget-list li span{font-size:13px} - -.tribe-venue-widget-list .type-tribe_events{margin-bottom:15px} - -.tribe-venue-widget-list li .tribe-events-event-cost{display:none} - -.tribe-venue-widget-thumbnail{margin-bottom:10px} - -.tribe-venue-widget-thumbnail img{border-radius:4px} - -.tribe-venue-widget-wrapper ul.tribe-venue-widget-list+a{margin-bottom:0;margin-top:10px;text-align:center;font-weight:inherit;text-transform:uppercase;font-size:12px;display:block} - -.tribe-venue-widget-venue{margin-bottom:12px;padding-bottom:15px;border-bottom:1px solid var(--bb-content-border-color)} - -.tribe-venue-widget-venue .tribe-venue-widget-venue-name a{font-weight:500;color:var(--bb-headings-color)} - -.tribe-venue-widget-venue .tribe-venue-widget-venue-name a:hover{color:var(--bb-primary-color)} - -.tribe-venue-widget-address{font-size:13px} - -.tribe-venue-widget-address abbr[title]{text-decoration:none} - -.tribe-events-countdown-widget .tribe-countdown-complete{margin-bottom:10px} - -.tribe-events-filter-view .tribe-events-page-title{margin-bottom:1.6875rem} - -.tribe-events-tooltip.showme{display:block} - -#tribe_events_filter_control a[data-balloon]::after{z-index:999} - -.tribe-events-calendar .tribe-events-viewmore{padding:9px 0 9px 8px;font-weight:inherit;border-top:0} - -.tribe-events-day .tribe-events-ajax-loading,.tribe-events-map .tribe-events-ajax-loading{top:70px} - -.tribe-geo-option-link{font-size:14px;line-height:1.6} - -#tribe-events a{-webkit-tap-highlight-color:transparent} - -h2.tribe-events-page-title a{color:var(--bb-headings-color)} - -h2.tribe-events-page-title a:hover{color:var(--bb-primary-color)} - -.tribe-events-loop .tribe-events-list-separator-month{margin-bottom:20px} - -.type-tribe_events .tribe-mini-calendar-event{margin-bottom:2em;padding:25px;background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:4px} - -.type-tribe_events .tribe-mini-calendar-event .tribe-event-image{float:right;width:-webkit-calc(30% - 20px);width:calc(30% - 20px);margin-left:20px} - -.type-tribe_events .tribe-mini-calendar-event .tribe-event-image a{position:relative;overflow:hidden;padding-top:50%;display:block;background:#809ab4;border-radius:4px} - -.type-tribe_events .tribe-mini-calendar-event .tribe-event-image a img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover;border-radius:4px;height:auto} - -.type-tribe_events .tribe-mini-calendar-event .tribe-event-image~.list-info{width:-webkit-calc(70% - 60px);width:calc(70% - 60px)} - -.type-tribe_events .tribe-mini-calendar-event .list-date{width:45px;background-color:transparent;padding:0 0 0 10px;margin:0 0 0 15px} - -.type-tribe_events .tribe-mini-calendar-event .list-date .list-dayname{background-color:transparent;padding:0;color:#f1451f;font-size:12px;line-height:1.6} - -.type-tribe_events .tribe-mini-calendar-event .list-date .list-daynumber{color:var(--bb-headings-color);font-size:24px;font-weight:400;line-height:1}@media (max-width:544px){ - -.type-tribe_events .tribe-mini-calendar-event .list-date{display:none}} - -.type-tribe_events .tribe-mini-calendar-event .list-info{width:-webkit-calc(100% - 60px);width:calc(100% - 60px);margin-top:0;position:relative;padding-left:0} - -.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-title{font-size:18px} - -.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-title a{color:var(--bb-headings-color)} - -.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-title a:hover{color:var(--bb-primary-color)} - -.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-section-s{padding:0} - -.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-duration{color:var(--bb-alternate-text-color)} - -.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-divider{display:none} - -.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-event-cost{position:absolute;font-style:normal;font-weight:700;line-height:1;text-align:center;font-size:16px;top:0;left:10px} - -.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-location{color:var(--bb-alternate-text-color)} - -.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-location>*{display:inline-block} - -.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-organizer{color:var(--bb-alternate-text-color)} - -.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-organizer>span>*{display:inline-block} - -.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-organizer>span .tribe-events-tel{margin-right:8px}@media (max-width:544px){ - -.type-tribe_events .tribe-mini-calendar-event .list-info{width:100%}}@media (max-width:544px){ - -.type-tribe_events .tribe-mini-calendar-event .tribe-event-image{width:100%;margin-bottom:15px} - -.type-tribe_events .tribe-mini-calendar-event .tribe-event-image~.list-info{width:100%} - -.type-tribe_events .tribe-mini-calendar-event .list-info{padding-left:0} - -.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-title{width:-webkit-calc(100% - 65px);width:calc(100% - 65px)}} - -.type-tribe_events.tribe-event-featured .tribe-mini-calendar-event .list-info .tribe-events-duration{color:rgba(255,255,255,.7)} - -.tribe-common .tribe-common-anchor-thin{border-bottom:0} - -.tribe-common .tribe-common-anchor-thin:active,.tribe-common .tribe-common-anchor-thin:focus,.tribe-common .tribe-common-anchor-thin:hover{border-bottom:0} - -.widget .type-tribe_events.tribe-event-featured .tribe-mini-calendar-event{padding:0} - -.widget .type-tribe_events.tribe-event-featured.tribe-events-list-widget-events .tribe-event-image{width:auto;margin-right:-1.5rem;margin-left:-1.5rem} - -.widget .type-tribe_events.tribe-event-featured.tribe-events-list-widget-events .tribe-event-duration{font-size:13px;color:rgba(255,255,255,.7)} - -.widget .type-tribe_events.tribe-event-featured .tribe-event-image{width:100%;margin-left:0} - -.widget .type-tribe_events.tribe-event-featured .tribe-event-image a,.widget .type-tribe_events.tribe-event-featured .tribe-event-image img{border-radius:0} - -.widget .type-tribe_events.tribe-event-featured .tribe-event-image~.list-info{width:100%;margin:15px 0} - -.widget .type-tribe_events.tribe-event-featured .tribe-event-image~.list-info .tribe-events-title a{color:#fff} - -.widget .type-tribe_events.tribe-event-featured .tribe-event-image~.list-info .tribe-events-duration{color:rgba(255,255,255,.7)} - -.widget .tribe-common.tribe-events.tribe-events-widget-shortcode.tribe-events-widget-shortcode-events-week .tribe-events-header{font-size:14px;margin:0} - -.widget .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-week,.widget .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-shortcode-events-week{padding-right:0;padding-left:0;padding-bottom:0} - -.widget .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-week .tribe-events-c-top-bar__nav-list-date,.widget .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-shortcode-events-week .tribe-events-c-top-bar__nav-list-date{margin:0} - -.widget .tribe-events-pro .tribe-events-pro-week-day-selector__day-weekday{margin-bottom:5px} - -.widget .tribe-common .tribe-common-l-container{padding-right:0;padding-left:0} - -.widget .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-month,.widget .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-shortcode-month{padding:0} - -.widget-area>.tribe-compatibility-container>.tribe-events-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-area>.tribe-compatibility-container>.tribe-events-widget .tribe-events-widget-events-list__header{margin-bottom:0} - -.widget-area>.tribe-compatibility-container>.tribe-events-widget header>h2{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} - -.tribe-events-pro .tribe-events-pro-week-mobile-events__event-featured-image,.tribe-events-pro .tribe-events-pro-week-mobile-events__event-featured-image-link{border-radius:var(--bb-block-radius-inner)} - -.tribe-common .tribe-common-c-btn-border,.tribe-common a.tribe-common-c-btn-border{border-radius:var(--bb-button-radius)} - -.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list,.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list{border-radius:var(--bb-block-radius)} - -.tribe_ext_sch_day_view #tribe-events-content .tribe-events-day-time-slot,.tribe_ext_sch_day_view .tribe-events-day .tribe-events-day-time-slot{-ms-flex-flow:column;flex-flow:column} - -.tribe_ext_sch_day_view #tribe-events-content .tribe-events-day-time-slot h5,.tribe_ext_sch_day_view .tribe-events-day .tribe-events-day-time-slot h5{border-left:0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding:0;color:var(--bb-headings-color)} - -.tribe_ext_sch_day_view .tribe-events-day-time-slot .type-tribe_events{display:none} - -.tribe_ext_sch_day_view #main .tribe-events-day-time-slot .type-tribe_events{border-right:0;border-bottom:1px solid var(--bb-content-border-color)} - -.tribe_ext_sch_day_view .tribe-events-list-event-title a{color:var(--bb-headings-color);font-size:18px;font-weight:500} - -.tribe_ext_sch_day_view .tribe-events-list-event-title a:hover{color:var(--bb-primary-color)} - -.tribe_ext_sch_day_view .time-details{color:var(--bb-alternate-text-color);font-size:13px;font-weight:400} - -.tribe_ext_sch_day_view .tribe-events-day-group-trigger{background:100% 0;box-shadow:none;color:inherit;padding-top:20px;padding-bottom:20px} - -.tribe_ext_sch_day_view .tribe-events-day-group-trigger:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.05)} - -.tribe_ext_sch_day_view .tribe-events-day-time-slot.tribe-events-day-grouping-is-active .tribe-events-day-group-trigger{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.05)} - -.tribe-common .tribe-common-c-btn,.tribe-common .tribe-common-c-btn:hover,.tribe-common a.tribe-common-c-btn,.tribe-common a.tribe-common-c-btn:hover{background:var(--bb-primary-color)} - -.tribe-events-venue .tribe-events-map-wrap{background:#fff;border-radius:4px;border-color:#fff;box-shadow:0 0 5px 2px rgba(18,43,70,.05);padding:3px;width:45%}@media (max-width:800px){ - -.tribe-events-venue .tribe-events-map-wrap{width:100%} - -.tribe-events-venue .tribe-events-venue-meta{padding:10px 20px 12px}} - -.tribe-events-venue .tribe-venue-description{font-size:14px} - -.tribe-events-venue .venue-address{font-size:13px;color:var(--bb-alternate-text-color);line-height:1.4;margin-top:25px} - -.tribe-events-venue .venue-address abbr[title]{text-decoration:none} - -.tribe-events-venue .venue-address .tribe-address{font-style:inherit} - -.tribe-events-venue .tribe-events-venue-meta .tribe-events-event-image{margin-top:1.25em} - -.tribe-events-venue .tribe-events-venue-meta .tribe-events-event-image a{padding-top:36%;position:relative;overflow:hidden;display:block;background:#809ab4;border-radius:4px;margin-bottom:0} - -.tribe-events-venue .tribe-events-venue-meta .tribe-events-event-image a img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover} - -.tribe-events-venue .tribe-events-venue-meta a.tribe-events-gmap{font-size:13px;height:30px;padding:5px 0 5px 12px;vertical-align:middle;display:inline-block;line-height:1.4;background:var(--bb-primary-color);border:1px solid var(--bb-primary-color);color:#fff;font-weight:500;text-transform:none;border-radius:var(--bb-button-radius);-webkit-transition:all linear .2s;transition:all linear .2s;position:relative} - -.tribe-events-venue .tribe-events-venue-meta a.tribe-events-gmap::before{content:"";display:inline-block;width:12px;height:12px;background-color:var(--bb-primary-color);position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)} - -.tribe-events-venue .tribe-events-venue-meta a.tribe-events-gmap:hover{color:#fff;border-color:var(--bb-primary-color);background:var(--bb-primary-color)} - -.tribe-events-venue .tribe-events-list-separator-month{font-weight:inherit;position:relative;z-index:9;display:inline-block;width:-webkit-calc(100% - 50px);width:calc(100% - 50px);padding-right:0;padding-left:0;padding-top:0;margin:0 25px;overflow:hidden;border:0;background:100% 0} - -.tribe-events-venue .tribe-events-list-separator-month::before{content:"";position:absolute;bottom:50%;right:0;border-bottom:1px solid var(--bb-content-border-color);width:100%;z-index:0} - -.tribe-events-venue .tribe-events-list-separator-month span{background:var(--bb-body-background-color);padding:3px 0 3px 10px;font-weight:inherit;font-size:13px;position:relative;z-index:1} - -.tribe-events-venue .tribe-events-back{padding-right:10px;margin-bottom:0} - -.tribe-events-venue .tribe-events-back a{-webkit-tap-highlight-color:transparent} - -.tribe-events-back{margin-bottom:10px} - -.tribe-events-back a{font-weight:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;left:3px} - -.tribe-events-back a i{font-size:25px;position:relative;top:1px;right:3px} - -.single-tribe_venue .tribe-events-loop{max-width:100%} - -.single-tribe_venue .tribe-events-loop .type-tribe_events.tribe-events-first{padding-top:0;margin-top:1rem} - -.tribe-events-venue h4.bs-venue-up-label{margin:0 25px;font-size:16px} - -.tribe-events-venue #tribe-events-content h2.tribe-events-page-title{background-color:transparent;border:0;font-size:16px;margin:0;padding-top:0;padding-bottom:0;font-weight:inherit;line-height:24px} - -.tribe-events-venue h4.bs-venue-up-label+#tribe-events-content>.tribe-events-notices{margin-top:20px;margin-right:1em;margin-left:1em} - -.tribe-events-pro .tribe-events-pro-venue__meta{border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color)} - -.tribe-events-pro .tribe-events-pro-venue__meta-data-google-maps-default{border-radius:var(--bb-block-radius) 0 0 var(--bb-block-radius)}@media (max-width:800px){ - -.tribe-events-venue .tribe-events-venue-meta .tribe-events-event-meta{background-color:transparent;border:0;padding:0}} - -.tribe-events-organizer .tribe-events-list-separator-month{font-weight:inherit;position:relative;overflow:hidden;border:0;padding-top:0;background:100% 0} - -.tribe-events-organizer .tribe-events-list-separator-month::before{content:"";position:absolute;bottom:50%;right:0;border-bottom:1px solid var(--bb-content-border-color);width:100%;z-index:0;margin-right:130px} - -.tribe-events-organizer .tribe-events-list-separator-month span{background:100% 0;padding:3px 0;font-weight:inherit;font-size:13px} - -.tribe-events-organizer .tribe-events-organizer-meta.bs-organizer-meta{max-width:100%;padding:25px 25px 0} - -.tribe-events-organizer .tribe-organizer-description{font-size:14px;margin-bottom:20px} - -.single-tribe_organizer .tribe-events-loop{max-width:100%} - -.single-tribe_organizer .tribe-events-organizer-meta .bs-organize-col.bs-organize-col1{width:100%} - -.single-tribe_organizer .bs-organizer-meta{background-color:#fff;border:1px solid var(--bb-content-border-color);border-bottom:0} - -.single-tribe_organizer .bs-organizer-cols{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 25px 0 0;background-color:var(--bb-content-alternate-background-color);border-radius:4px;margin-bottom:25px} - -.single-tribe_organizer .bs-organize-col1{padding:0} - -.single-tribe_organizer .bs-organize-col1 .bs-organize-sq-wr{padding-left:25px} - -.single-tribe_organizer .bs-organize-col1 .bs-organize-sq-fi{width:40%;float:left;margin-right:35px} - -.single-tribe_organizer .bs-organize-col1 .bs-organize-sq-fi .tribe-events-event-image{margin-bottom:0} - -.single-tribe_organizer .bs-organize-col1 .bs-organize-sq-fi .tribe-events-event-image a{position:relative;overflow:hidden;padding-bottom:100%;display:block} - -.single-tribe_organizer .bs-organize-col1 .bs-organize-sq-fi .tribe-events-event-image a img{position:absolute;max-width:100%;object-fit:cover;min-height:100%;max-height:100%;top:50%;right:50%;-webkit-transform:translateX(50%) translateY(-50%);-ms-transform:translateX(50%) translateY(-50%);transform:translateX(50%) translateY(-50%)}@media (max-width:992px){ - -.single-tribe_organizer .bs-organize-col1 .bs-organize-sq-fi{margin-left:0;margin-bottom:20px;width:100%;padding-left:25px;padding-top:20px} - -.single-tribe_organizer .bs-organize-col1 .bs-organize-sq-fi .tribe-events-event-image a{padding-bottom:45%} - -.single-tribe_organizer .bs-organize-col1 .bs-organize-sq-fi .tribe-events-event-image a img{border-radius:4px}} - -.single-tribe_organizer .bs-organize-col2{-webkit-box-flex:0;-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%} - -.single-tribe_organizer .bs-organize-col2 .tribe-events-event-image{margin-bottom:0;height:100%} - -.single-tribe_organizer .bs-organize-col2 .tribe-events-event-image img{object-fit:cover;min-height:100%;border-radius:4px 0 0 4px}@media (max-width:800px){ - -.single-tribe_organizer .bs-organizer-cols{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.single-tribe_organizer .bs-organize-col1{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2} - -.single-tribe_organizer .bs-organize-col2{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:100%;padding-left:25px} - -.single-tribe_organizer .bs-organize-col2 .tribe-events-event-image{margin-top:20px;height:100%} - -.single-tribe_organizer .bs-organize-col2 .tribe-events-event-image img{object-fit:cover;min-height:100%;border-radius:4px}} - -.single-tribe_organizer h2.tribe-organizer-name{font-size:20px;font-weight:500;margin-bottom:0;margin-top:20px;line-height:28px} - -.single-tribe_organizer h4.tribe-organizer-label{font-size:13px;color:var(--bb-alternate-text-color);margin-bottom:15px} - -.single-tribe_organizer address.organizer-address{font-weight:inherit;font-size:13px} - -.single-tribe_organizer address.organizer-address span{white-space:normal} - -.single-tribe_organizer address.organizer-address span.tel{display:block;margin:0 0 10px;color:var(--bb-alternate-text-color)} - -.single-tribe_organizer address.organizer-address span.tel+span.tribe-events-divider{display:none} - -.single-tribe_organizer address.organizer-address span.tribe-events-divider{color:var(--bb-content-border-color);margin:0 7px 0 10px}@media (max-width:1200px){ - -.has-sidebar .bs-organizer-meta .bs-organizer-cols{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.has-sidebar .bs-organizer-meta .bs-organize-col1{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2} - -.has-sidebar .bs-organizer-meta .bs-organize-col2{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:100%;padding-left:25px} - -.has-sidebar .bs-organizer-meta .bs-organize-col2 .tribe-events-event-image{margin-top:20px;height:100%} - -.has-sidebar .bs-organizer-meta .bs-organize-col2 .tribe-events-event-image img{object-fit:cover;min-height:100%;border-radius:4px}} - -.bs-organizer-wrap .bs-organizer-up-events #tribe-events-content.tribe-events-list{padding:0!important} - -.bs-organizer-wrap .bs-organizer-up-events .tribe-events-list{overflow:hidden} - -.bs-organizer-wrap .bs-organizer-up-events .tribe-events-list #tribe-events-header{background-color:#fff;border-right:1px solid var(--bb-content-border-color);border-left:1px solid var(--bb-content-border-color);margin-bottom:0} - -.bs-organizer-wrap .bs-organizer-up-events .tribe-events-list .bs-tribe-events-loop-headers{background-color:#fff;border-right:1px solid var(--bb-content-border-color);border-left:1px solid var(--bb-content-border-color)} - -.bs-organizer-wrap .bs-organizer-up-events .tribe-events-list .tribe-events-loop{background-color:#fff;border-right:1px solid var(--bb-content-border-color);border-left:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color);padding-top:1rem;padding-bottom:1rem} - -.bs-organizer-wrap .bs-organizer-up-events .tribe-events-list .tribe-events-loop .type-tribe_events:first-of-type{margin-top:0} - -.bs-organizer-wrap .bs-organizer-up-events h4.bs-organizer-up-label{background-color:#fff;border-right:1px solid var(--bb-content-border-color);border-left:1px solid var(--bb-content-border-color);padding:20px 25px 0;margin-bottom:0;font-size:16px} - -.bs-organizer-wrap .bs-organizer-up-events .tribe-events-notices{padding-right:25px;padding-left:25px;border-top:0;border-radius:0} - -.tribe-events-pro .tribe-events-pro-organizer__meta{border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color)}@media (max-width:800px){ - -.tribe-events-organizer address.organizer-address{background-color:transparent;border:0;padding:0}} - -.bs-single-body{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-bottom:0;border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0} - -.bs-single-body .tribe-events-event-image{padding-top:36%;position:relative;overflow:hidden;display:block;background:#809ab4;border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0;margin-bottom:0} - -.bs-single-body .tribe-events-event-image img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover} - -.bs-single-body .bs-single-content{padding:30px 30px 35px} - -.tribe-events-single p.tribe-events-back{display:none} - -.tribe-events-single p.tribe-events-back+div.tribe-events-notices{margin-top:0} - -.single-tribe_events .tribe-events-single-event-description{font-size:15px} - -.single-tribe_events .bs-event-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:1.2em;margin-top:30px} - -.single-tribe_events .bs-event-heading .tribe-event-schedule-short{-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px;max-width:50px;text-align:center;line-height:1;padding:0} - -.single-tribe_events .bs-event-heading .tribe-event-schedule-short .bs-schedule-short-date{padding:3px 0 3px 8px;border-left:0} - -.single-tribe_events .bs-event-heading .tribe-event-schedule-short .bs-schedule-short-m{color:var(--bb-danger-color);font-size:18px;margin-bottom:5px;font-weight:inherit;display:block;text-transform:uppercase} - -.single-tribe_events .bs-event-heading .tribe-event-schedule-short .bs-schedule-short-d{color:var(--bb-headings-color);font-size:36px;font-weight:400;display:block} - -.single-tribe_events .bs-event-heading .tribe-event-schedule-long{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-right:20px;padding-top:2px;display:-webkit-box;display:-ms-flexbox;display:flex} - -.single-tribe_events .bs-event-heading .tribe-event-schedule-long .bs-tribe-events-single-heading{margin-left:auto} - -.single-tribe_events .bs-event-heading .tribe-event-schedule-long h2{font-size:14px;color:var(--bb-alternate-text-color);line-height:1;margin-bottom:3px} - -.single-tribe_events .bs-event-heading .tribe-event-schedule-long .tribe-events-schedule{margin:0} - -.single-tribe_events .tribe-events-event-meta{margin:0;background:var(--bb-content-alternate-background-color);border:0} - -.single-tribe_events .bs-single-pri-meta{background:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);border-top:0;border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius);margin-bottom:30px;overflow:hidden} - -.single-tribe_events .bs-single-pri-meta .tribe-events-event-meta.primary{padding-right:8%;padding-left:8%} - -.single-tribe_events .bs-single-pri-meta .tribe-events-event-meta.secondary .tribe-events-venue-map{width:92%;margin-right:4%} - -.single-tribe_events .bs-single-pri-meta abbr[title]{text-decoration:none} - -.single-tribe_events .bs-single-pri-meta .tribe-events-meta-group .tribe-events-single-section-title{font-weight:500;margin-bottom:20px} - -.single-tribe_events .bs-single-pri-meta .tribe-events-meta-group .tribe-events-single-section-title::before{font-family:bb-icons!important;font-size:18px;font-weight:400;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:5px} - -.single-tribe_events .bs-single-pri-meta .tribe-events-meta-group.tribe-events-meta-group-details .tribe-events-single-section-title::before{content:"\ee74"} - -.single-tribe_events .bs-single-pri-meta .tribe-events-meta-group.tribe-events-meta-group-venue .tribe-events-single-section-title::before{content:"\eed1";font-size:22px;margin-left:0;position:relative;top:1px} - -.single-tribe_events .bs-single-pri-meta .tribe-events-meta-group.tribe-events-meta-group-organizer .tribe-events-single-section-title::before{content:"\ef52"} - -.single-tribe_events .tribe-events-venue-map{background:#fff;border-radius:4px;border-color:#fff;box-shadow:0 0 5px 2px rgba(18,43,70,.05)} - -.single-tribe_events #tribe-events-footer{border-top:0;padding-top:0} - -.single-tribe_events #tribe-events-content .tribe-events-event-meta dl dt{color:var(--bb-alternate-text-color);font-weight:inherit;line-height:1.5} - -.single-tribe_events #tribe-events-content .tribe-events-event-meta dl dd.tribe-organizer a,.single-tribe_events #tribe-events-content .tribe-events-event-meta dl dd.tribe-venue a{font-weight:500} - -.single-tribe_events #tribe-events-content .tribe-events-event-meta dl a{color:var(--bb-headings-color)} - -.single-tribe_events #tribe-events-content .tribe-events-event-meta dl a:hover{color:var(--bb-primary-color)} - -#tribe-events .bs-single-content .tribe-events-cal-links a.tribe-events-button{background:100% 0;border:1px solid var(--bb-primary-color);color:var(--bb-primary-color);border-radius:var(--bb-button-radius)} - -#tribe-events .bs-single-content .tribe-events-cal-links a.tribe-events-button:hover{color:var(--bb-primary-color);border-color:var(--bb-primary-color);background:100% 0;box-shadow:none} - -.tribe-events-single ul.tribe-related-events{margin-right:-5px;margin-left:-5px;margin-bottom:20px} - -.tribe-events-single ul.tribe-related-events li{margin-right:5px;margin-left:5px;margin-bottom:2%;width:31.333%;border:1px solid var(--bb-content-border-color);background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius)} - -.tribe-events-single ul.tribe-related-events li:last-child{margin-left:5px} - -.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail{margin-bottom:0}@media (max-width:800px){ - -.tribe-events-single ul.tribe-related-events li{width:48%}} - -.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail a{position:relative;overflow:hidden;padding-top:52.56%;display:block;background:var(--bb-cover-image-background-color);border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0} - -.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail a img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover} - -.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail a .bs-events-related-placeholder{position:absolute;top:0;right:0;width:100%;overflow:hidden;padding-top:52.56%;display:block;border-radius:4px 4px 0 0} - -.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail a .bs-events-related-placeholder::after{font-family:bb-icons!important;text-rendering:auto;-webkit-font-smoothing:antialiased;color:#fff;content:"\e803";font-size:70px;margin-left:0;position:absolute;top:50%;right:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);opacity:.5} - -.tribe-events-single ul.tribe-related-events li .tribe-related-event-info{background-color:var(--bb-content-background-color);border-top:0;border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius);padding:15px} - -.tribe-events-single ul.tribe-related-events li .tribe-related-event-info .tribe-related-events-title{font-weight:500;font-size:16px} - -.tribe-events-single ul.tribe-related-events li .tribe-related-event-info span{font-size:13px} - -.tribe-events-single ul.tribe-related-events h3.tribe-related-events-title a{color:var(--bb-headings-color)} - -.tribe-events-single ul.tribe-related-events h3.tribe-related-events-title a:hover{color:var(--bb-primary-color)} - -.tribe-events-single ul.tribe-related-events .tribe-event-schedule-short{-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px;max-width:40px} - -.tribe-events-single ul.tribe-related-events .tribe-event-schedule-short .bs-schedule-short-date{border-left:1px solid var(--bb-content-border-color);padding-left:5px} - -.tribe-events-single ul.tribe-related-events .tribe-event-schedule-short .bs-schedule-short-m{font-size:12px} - -.tribe-events-single ul.tribe-related-events .tribe-event-schedule-short .bs-schedule-short-d{font-size:24px}@media (max-width:800px){ - -.tribe-events-single ul.tribe-related-events .tribe-event-schedule-short{display:none}} - -.tribe-events-single ul.tribe-related-events .tribe-event-schedule-long{padding-right:12px} - -.tribe-events-single ul.tribe-related-events .tribe-event-schedule-long h3.tribe-related-events-title{line-height:1.55;display:block;display:-webkit-box;max-height:1.55em;margin:0;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%} - -.tribe-events-single ul.tribe-related-events .tribe-event-schedule-long .bs-tribe-related-events-schedule-details{line-height:1.55;display:block;display:-webkit-box;max-height:1.55em;margin:0;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%;color:var(--bb-alternate-text-color)} - -.tribe-events-single ul.tribe-related-events .tribe-event-schedule-long .bs-related-location .tribe-events-venue-details{line-height:1.55;display:block;display:-webkit-box;max-height:1.95em;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%;position:relative;left:6px}@media (max-width:800px){ - -.tribe-events-single ul.tribe-related-events .tribe-event-schedule-long{padding-right:0}} - -h3.tribe-events-related-events-title{font-size:18px}@media (max-width:800px){ - -.single-tribe_events .tribe-events-schedule{background:100% 0;border:0;padding-top:0;padding-left:0} - -.tribe-events-single ul.tribe-related-events .tribe-related-events-thumbnail,.tribe-events-single ul.tribe-related-events li .tribe-related-event-info{float:none;width:100%} - -.tribe-events-event-meta .tribe-events-meta-group{padding-right:30px;padding-bottom:20px} - -.tribe-events-event-meta .tribe-events-meta-group h3.tribe-events-single-section-title{position:relative;left:25px}}@media (max-width:544px){ - -.tribe-events-event-meta .tribe-events-meta-group{padding-right:5px}}@media (max-width:1200px){ - -.has-sidebar .tribe-events-event-meta .tribe-events-meta-group{float:none;width:100%;padding-right:25px;padding-bottom:20px} - -.has-sidebar .tribe-events-event-meta .tribe-events-meta-group h3.tribe-events-single-section-title{position:relative;left:25px} - -.has-sidebar .tribe-events-single ul.tribe-related-events li{width:48%}}@media (max-width:800px){ - -.has-sidebar .tribe-events-single ul.tribe-related-events li{width:98%}} - -.single-tribe_events .tribe-events-cal-links{margin:1.5em 0 1em} - -.bb-tribe-events-views-v2 .tribe-events-single .tribe-events-notices{padding:8px 25px} - -.bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li>a::after,.bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li>a::before,.bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li>a:focus::after,.bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li>a:focus::before,.bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li>a:hover::after,.bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li>a:hover::before{background:100% 0;display:inherit;height:auto;vertical-align:unset;width:auto;margin:0} - -#tribe-events #tribe_events_filters_wrapper.tribe-events-filters-horizontal,#tribe-events .tribe-filters-closed #tribe_events_filters_wrapper.tribe-events-filters-horizontal{margin:0;padding-bottom:0;padding-right:0;padding-left:0;background:#fff;border:1px solid var(--bb-content-border-color);position:relative;z-index:5;top:1px;font-size:12px} - -#tribe_events_filters_wrapper a{color:#939597} - -#tribe_events_filters_wrapper a:hover{color:var(--bb-primary-color)} - -#tribe_events_filters_wrapper a#tribe_events_filters_reset,#tribe_events_filters_wrapper a#tribe_events_filters_toggle{font-weight:400;text-transform:uppercase} - -#tribe_events_filters_wrapper a#tribe_events_filters_reset::before,#tribe_events_filters_wrapper a#tribe_events_filters_toggle::before{content:"\ee9a";font-family:bb-icons;font-size:13px;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:5px} - -#tribe_events_filters_wrapper a#tribe_events_filters_reset::before{content:"\ef50"} - -#tribe_events_filters_wrapper a#tribe_events_filters_reset span.tribe-reset-icon{display:none} - -#tribe_events_filters_wrapper .tribe-events-filters-content .tribe-events-filters-group-heading{font-weight:inherit;font-size:14px;padding-left:22px;color:#939597} - -#tribe_events_filters_wrapper .tribe-events-filters-content .tribe-events-filters-group-heading span{display:none} - -#tribe_events_filters_wrapper .tribe-events-filters-content .tribe-events-filters-group-heading::after{content:"\e826";font-family:bb-icons;font-weight:400;speak:none;display:inline-block;color:#939597;position:absolute;left:0;top:1px;font-size:22px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} - -#tribe_events_filters_wrapper .tribe-events-filters-content #tribe_events_filter_control a{color:#939597} - -#tribe_events_filters_wrapper .tribe-events-filters-content #tribe_events_filter_control a:hover{color:var(--bb-primary-color)} - -#tribe_events_filters_wrapper .tribe-events-filters-content .tribe-events-filter-group li{background:#fff} - -#tribe_events_filters_wrapper .tribe-events-filters-content label{position:relative;border-bottom:0;padding:8px} - -#tribe_events_filters_wrapper .tribe-events-filters-content label input[type=checkbox]{width:1px;margin:0} - -#tribe_events_filters_wrapper .tribe-events-filters-content label span.checkbox{z-index:5;display:inline-block;width:17px;height:17px;background:#fff;border:1px solid var(--bb-content-border-color);margin:0;position:relative;top:0;float:right;border-radius:2px;margin-left:2px;line-height:1.35} - -#tribe_events_filters_wrapper .tribe-events-filters-content label span.checkbox.on{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color)} - -#tribe_events_filters_wrapper .tribe-events-filters-content label span.checkbox.on::before{font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;content:"\e876";margin-left:0;position:absolute;bottom:-5px;right:-2px;z-index:9;color:#fff} - -#tribe_events_filters_wrapper .tribe-events-filters-content .ui-widget-content{background-color:#ebebeb;background-image:none} - -#tribe_events_filters_wrapper .tribe-events-filters-content .ui-slider .ui-slider-range{background-color:var(--bb-primary-color);background-image:none} - -#tribe_events_filters_wrapper .tribe-events-filters-content .ui-slider .ui-slider-handle{background-color:var(--bb-primary-color);background-image:none;border:0;width:.8em;height:.8em;top:-.3em;cursor:pointer} - -#tribe_events_filters_wrapper .tribe-events-filters-content .ui-slider .ui-slider-handle:focus{outline:0} - -#tribe_events_filters_wrapper .tribe-events-filters-content .ui-slider-horizontal{height:.2em;width:94%} - -#tribe_events_filters_wrapper .tribe-events-filters-content .ui-slider-horizontal .ui-slider-handle:last-of-type{margin-right:0} - -#tribe_events_filters_wrapper .tribe-events-filters-content select{display:inline-block;font-family:inherit;font-style:inherit;font-size:13px;height:41px!important;outline:0;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;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:left 1rem center;padding-left:40px;box-sizing:border-box;width:99%} - -#tribe_events_filters_wrapper .tribe-events-filters-content select.placeholder{color:#c3c6c9} - -#tribe_events_filters_wrapper .tribe-events-filters-content select:placeholder{color:#c3c6c9} - -#tribe_events_filters_wrapper .tribe-events-filters-content select::-webkit-input-placeholder{color:#c3c6c9} - -#tribe_events_filters_wrapper .tribe-events-filters-content select:-ms-input-placeholder{color:#c3c6c9} - -#tribe_events_filters_wrapper .tribe-events-filters-content select::placeholder{color:#c3c6c9} - -#tribe_events_filters_wrapper .tribe-events-filters-content select:input-placeholder{color:#c3c6c9} - -#tribe_events_filters_wrapper .tribe-events-filters-content select::input-placeholder{color:#c3c6c9} - -#tribe_events_filters_wrapper input[type=checkbox],#tribe_events_filters_wrapper input[type=radio]{margin-top:10px} - -#tribe_events_filters_wrapper input[type=submit]{margin:auto} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading .tribe-events-filters-label{margin-left:auto;margin-right:25px;font-size:14px;font-weight:500} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading #tribe_events_filter_control{margin-left:25px;font-size:14px} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading #tribe_events_filter_control a{font-weight:inherit} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading #tribe_events_filter_control a i{margin-left:5px}@media (max-width:800px){ - -.tribe-filters-open #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading{padding:0;border-bottom:0} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading .tribe-events-filters-label{display:none} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading #tribe_events_filter_control{margin:13px 25px 5px;text-align:center;width:100%} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading #tribe_events_filter_control a{background:#fff;color:var(--bb-primary-color);margin:0;border:0;height:auto;line-height:1}} - -.tribe-events-filters-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid var(--bb-content-border-color);padding:5px 0 13px} - -.tribe-filters-closed .tribe-events-filters-heading{border-bottom:0}@media (min-width:800px){ - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe_events_filter_item{margin-left:10px} - -.tribe-events-filters-horizontal .tribe_events_filter_item.active{margin-bottom:0}}@media (min-width:1200px){ - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe_events_filter_item{margin-left:20px}}@media (min-width:768px){ - -.tribe_events_filter_control:not(.tribe-events-filters-mobile-controls){display:-webkit-box;display:-ms-flexbox;display:flex}} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content{background:#fff;border:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe-events-filters-label{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-left:auto;margin-right:25px;margin-bottom:10px} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe_events_filters_show_filters{margin-right:25px;text-transform:uppercase} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe_events_filter_control:not(.tribe-events-filters-mobile-controls) .tribe_events_filters_reset{white-space:nowrap} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe_events_filter_control:not(.tribe-events-filters-mobile-controls) .tribe_events_filters_reset:hover{color:var(--bb-primary-color)} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe_events_filter_control{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;min-width:45px;margin-left:25px;margin-bottom:10px} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe_events_filter_control a{font-weight:inherit;font-size:12px} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe_events_filter_control a.tribe_events_filters_show_filters{text-align:left;display:inline-block;width:auto;float:left} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content #tribe_events_filters_form{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-left:-25px;margin-bottom:0;margin-right:-25px;padding:10px 25px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;border-top:1px solid var(--bb-content-border-color)} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content #tribe_events_filters_form .tribe-events-filters-group-heading{padding-left:22px;padding-right:0} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content #tribe_events_filters_form .tribe-events-filters-group-heading:focus,#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content #tribe_events_filters_form .tribe-events-filters-group-heading:hover{box-shadow:none} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe-events-filter-group{min-width:210px;border-radius:3px;z-index:10;background:#fff} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe-events-filter-group ul{border-radius:3px}@media (max-width:800px){ - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe-events-filters-label{margin-right:0;margin-left:0;width:100%}} - -body.no-js #tribe_events_filters_form>input[type=submit]{display:none} - -#tribe_events_filters_wrapper.tribe-events-filters-vertical{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;padding-bottom:0} - -#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content{background:#fff;border-right:0;border-left:0} - -#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content #tribe_events_filters_form{margin-bottom:0} - -#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content #tribe_events_filters_form .bs-last-filter .tribe-events-filter-group{border-bottom:0} - -#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filter-group.tribe-events-filter-autocomplete,#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filter-group.tribe-events-filter-multiselect,#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filter-group.tribe-events-filter-range,#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filter-group.tribe-events-filter-select{background:#fff;padding-right:0;padding-left:0} - -#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filters-group-heading{background:100% 0;border-color:var(--bb-content-border-color);padding-right:0;padding-left:0} - -#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filters-group-heading:focus,#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filters-group-heading:hover{background:100% 0;box-shadow:none} - -#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filter-group{border:0} - -#tribe_events_filters_wrapper.tribe-events-filters-vertical label.tribe-events-filters-label{font-family:inherit;font-size:.6875rem;font-weight:600;color:var(--bb-headings-color);letter-spacing:.25px;line-height:1rem;margin:0;text-transform:uppercase;border-bottom:1px solid var(--bb-content-border-color)} - -#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-group-heading::after{content:"\E827";left:0;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);top:30%;border:0} - -#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe_events_filter_item.closed .tribe-events-filters-group-heading::after{border:0} - -#tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control{padding:0 15px;margin:10px 0 0} - -#tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control a{color:#939597} - -#tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control a:hover{color:var(--bb-primary-color)} - -#tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control a#tribe_events_filters_reset{margin:0} - -.tribe-filters-closed #tribe_events_filters_wrapper #tribe_events_filter_control{border:0} - -.tribe-filters-closed #tribe_events_filters_wrapper .tribe-events-filters-content{border:0} - -#tribe_events_filters_form{padding:15px} - -.tribe_events_filter_control{margin:0} - -.tribe-js-filters-toggle.tribe-js-filters-toggle,.tribe_events_filters_toggle.tribe_events_filters_toggle{display:block;width:100%;text-align:right;padding:12px 15px;box-shadow:none;background:100% 0;border:0} - -.tribe-js-filters-toggle.tribe-js-filters-toggle:focus,.tribe-js-filters-toggle.tribe-js-filters-toggle:hover,.tribe_events_filters_toggle.tribe_events_filters_toggle:focus,.tribe_events_filters_toggle.tribe_events_filters_toggle:hover{box-shadow:none;color:var(--bb-primary-color)} - -#tribe_events_filters_wrapper button:focus,#tribe_events_filters_wrapper label input[type=checkbox]:focus,#tribe_events_filters_wrapper label input[type=radio]{outline:0} - -.tribe-events-filter-view.tribe-filters-closed #tribe_events_filters_wrapper .tribe_events_filters_toggle{color:inherit;margin:auto;max-width:30%;text-align:center;border:0;padding:10px;box-shadow:none} - -.tribe-events-filter-view.tribe-filters-closed #tribe_events_filters_wrapper .tribe_events_filters_toggle:focus,.tribe-events-filter-view.tribe-filters-closed #tribe_events_filters_wrapper .tribe_events_filters_toggle:hover{box-shadow:none;color:var(--bb-primary-color)} - -#tribe_events_filters_wrapper .tribe-events-filters-group-heading:focus,#tribe_events_filters_wrapper .tribe-events-filters-group-heading:hover{border:0;outline:0} - -#tribe_events_filters_wrapper .tribe-events-filters-group-heading{padding:10px 15px} - -#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-group-heading::after{top:20%} - -.tribe_events_filter_item{margin-bottom:15px} - -#tribe_events_filters_wrapper .tribe-events-filter-group ul li{display:-webkit-box;display:-ms-flexbox;display:flex;padding:3px 0} - -#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe_events_filter_item.closed .tribe-filter-status{display:none} - -.tribe_events_filters_reset.tribe_events_filters_reset,.tribe_events_filters_reset.tribe_events_filters_reset:focus,.tribe_events_filters_reset.tribe_events_filters_reset:hover{background:100% 0;box-shadow:none;color:inherit;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;width:100%;border:0}@media screen and (max-width:768px){ - -#tribe_events_filters_form .tribe_events_filters_reset--desktop{display:none}} - -.tribe_events_filters_reset.tribe_events_filters_reset .tribe-reset-icon{font-family:bb-icons;font-size:14px;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:0} - -.tribe_events_filters_reset.tribe_events_filters_reset .tribe-reset-icon::before{content:"\ef39"} - -#tribe_events_filters_wrapper .tribe-events-filters-group-heading{border:0} - -#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content{border-bottom:0}@media screen and (max-width:800px){ - -.tribe-filters-open .tribe-events-filters-vertical+#tribe-events-content,.tribe-filters-open .tribe-events-filters-vertical+.tribe-bar-disabled+#tribe-events-content{width:100%;padding-right:0!important;float:none}} - -body.no-js #tribe-events-content-wrapper{display:none} - -.tribe-filters-closed #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical{border:1px solid var(--bb-content-border-color);border-bottom:0;border-radius:0;padding-bottom:5px;padding-top:5px;height:auto;margin-bottom:0} - -.tribe-filters-closed #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical a#tribe_events_filters_toggle{text-align:left;display:inline-block;width:auto;float:right;background:100% 0;border:0} - -.tribe-filters-open .tribe-events-filters-vertical+.bs-map-wrap{width:75%;padding-right:30px!important;float:left;box-sizing:border-box}@media (max-width:800px){ - -.tribe-filters-closed #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical{margin-top:0} - -#tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-content,#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content,#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -#tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-content #tribe_events_filter_control,#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content #tribe_events_filter_control,#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content #tribe_events_filter_control{width:100%;margin:0 20px} - -.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical{position:relative} - -.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-content,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2} - -.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-mobile-controls,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-mobile-controls,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-mobile-controls{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1} - -.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-mobile-controls .tribe_events_filters_close_filters,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-mobile-controls .tribe_events_filters_close_filters,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-mobile-controls .tribe_events_filters_close_filters{line-height:inherit;color:inherit}}@media screen and (max-width:800px) and (max-width:768px){ - -.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-mobile-controls .tribe_events_filters_close_filters,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-mobile-controls .tribe_events_filters_close_filters,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-mobile-controls .tribe_events_filters_close_filters{text-align:center}}@media (max-width:800px){ - -.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filters_form,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filters_form,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filters_form{width:-webkit-calc(100% - 40px);width:calc(100% - 40px);margin:0 20px 20px} - -.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-content .tribe-events-filters-group-heading,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe-events-filters-group-heading,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filters-group-heading{background:#fff;padding-right:8px} - -.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-content .tribe-events-filters-group-heading::after,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe-events-filters-group-heading::after,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filters-group-heading::after{left:0;top:50%} - -.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control{margin:10px 0} - -.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control a,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control a,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control a{display:block;width:100%;text-align:center} - -.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control #tribe_events_filters_reset,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control #tribe_events_filters_toggle,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control #tribe_events_filters_reset,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control #tribe_events_filters_toggle,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control #tribe_events_filters_reset,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control #tribe_events_filters_toggle{background:#fff;color:#939597;border:0 solid var(--bb-content-border-color);border-radius:3px;-webkit-transition:all linear .2s;transition:all linear .2s;font-weight:inherit} - -.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control #tribe_events_filters_reset i,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control #tribe_events_filters_toggle i,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control #tribe_events_filters_reset i,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control #tribe_events_filters_toggle i,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control #tribe_events_filters_reset i,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control #tribe_events_filters_toggle i{margin-left:5px} - -.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control #tribe_events_filters_reset:hover,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control #tribe_events_filters_toggle:hover,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control #tribe_events_filters_reset:hover,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control #tribe_events_filters_toggle:hover,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control #tribe_events_filters_reset:hover,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control #tribe_events_filters_toggle:hover{color:var(--bb-primary-color)} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content #tribe_events_filter_control a.tribe_events_filters_show_filters{width:-webkit-calc(100% - 40px);width:calc(100% - 40px);text-align:center;margin-right:20px;margin-left:20px;margin-top:20px;background:#fff;color:#939597;border:0;border-radius:3px;-webkit-transition:all linear .2s;transition:all linear .2s} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content #tribe_events_filter_control a.tribe_events_filters_show_filters:hover{color:var(--bb-primary-color)} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filter-group .tribe_events_slider_val{position:relative;top:0} - -.tribe-events-filter-view.tribe-filters-closed #tribe_events_filters_wrapper .tribe_events_filters_toggle{max-width:230px;line-height:1}} \ No newline at end of file +.tribe-events .tribe-events-c-ical__link{border-color:var(--bb-primary-color);color:var(--bb-primary-color)}.tribe-events .tribe-events-c-ical__link:hover{background-color:var(--bb-primary-color)}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar{border-bottom-color:var(--bb-content-border-color);border-top:1px solid var(--bb-content-border-color);margin-top:0}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar thead th{background-color:#fff;color:#939597;font-weight:inherit;border-right-color:var(--bb-content-border-color);border-left-color:#fff}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar thead th:last-child{border-left-color:var(--bb-content-border-color)}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td{background-color:#fff;border-color:var(--bb-content-border-color)}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-othermonth{background-color:#fafbfb}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td div[id*=tribe-events-daynum-]{background-color:transparent;color:var(--bb-headings-color);text-align:left;font-weight:inherit}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td div[id*=tribe-events-daynum-] a{background-color:transparent;color:var(--bb-headings-color);font-weight:inherit}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td div[id*=tribe-events-daynum-] a:hover{color:var(--bb-primary-color)}@media (max-width:800px){.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td div[id*=tribe-events-daynum-]{text-align:center}}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td:hover{box-shadow:inset 0 0 1000px rgba(0,0,0,.01)}@media (max-width:800px){.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-present.mobile-active{background-color:var(--bb-primary-color)}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-]{color:#fff}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-] a{color:#fff}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-] a:hover{color:#fff}}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.tribe_events,.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.type-tribe_events{color:#fff;background-color:var(--bb-primary-color);margin-right:2%;margin-left:2%}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.tribe_events.tribe-event-featured,.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.type-tribe_events.tribe-event-featured{margin:0 2% 1px;padding:6px 8px;background-color:var(--bb-danger-color)}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.tribe_events:nth-child(2),.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.type-tribe_events:nth-child(2){border-radius:3px 3px 0 0}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.tribe_events:nth-child(2).tribe-events-last,.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.type-tribe_events:nth-child(2).tribe-events-last{border-radius:3px}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.tribe_events a,.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.type-tribe_events a{color:#fff}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td.tribe-events-othermonth div.tribe_events,.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td.tribe-events-othermonth div.type-tribe_events{background-color:rgba(0,124,255,.4)}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td.tribe-events-othermonth.tribe-events-past div.tribe_events,.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td.tribe-events-othermonth.tribe-events-past div.type-tribe_events{background-color:rgba(127,134,143,.45)}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td.tribe-events-past div.tribe_events,.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td.tribe-events-past div.type-tribe_events{background-color:rgba(127,134,143,.75)}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td.tribe-events-past .tribe-events-month-event-title a{opacity:1}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar .type-tribe_events{border-bottom:0;margin-bottom:1px}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar .tribe-events-last{border-radius:0 0 3px 3px}@media (max-width:800px){#tribe-events-content .tribe-events-calendar td{height:55px}.tribe-events-calendar td div[id*=tribe-events-daynum-],.tribe-events-calendar td div[id*=tribe-events-daynum-] a{margin-top:10px}.tribe-events-calendar .tribe-events-has-events:after,.tribe-events-calendar .tribe-events-present.tribe-events-has-events:after{width:5px;height:5px;background-color:#e0e1e1}.tribe-events-calendar .tribe-events-past.tribe-events-has-events:after{background-color:#e0e1e1}#tribe-events-content .tribe-events-calendar td.tribe-events-present.mobile-active:hover,.tribe-events-calendar td.tribe-events-present.mobile-active{background-color:var(--bb-primary-color)}}#tribe-events-content .tribe-events-tooltip,.tribe-events-week #tribe-events-content .tribe-events-right .tribe-events-tooltip{box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);border-radius:4px}#tribe-events-content .tribe-events-tooltip h4,.tribe-events-week #tribe-events-content .tribe-events-right .tribe-events-tooltip h4{color:var(--bb-headings-color);font-weight:400}#tribe-events-content .tribe-events-tooltip .entry-title,.tribe-events-week #tribe-events-content .tribe-events-right .tribe-events-tooltip .entry-title{font-size:1.3rem;margin-bottom:5px}#tribe-events-content .tribe-events-tooltip .tribe-events-event-thumb,.tribe-events-week #tribe-events-content .tribe-events-right .tribe-events-tooltip .tribe-events-event-thumb{padding-bottom:10px}.tribe-events-calendar .tribe-events-tooltip,.tribe-grid-body .tribe-events-tooltip{color:var(--bb-body-text-color)}h1.tribe-events-page-title,h2.tribe-events-page-title{font-size:34px;font-weight:inherit;text-align:right}.tribe-events-grid{border-bottom-color:var(--bb-content-border-color)}.tribe-events-grid .tribe-grid-content-wrap .column{border-right-color:var(--bb-content-border-color)}.tribe-events-grid .tribe-grid-content-wrap .column,.tribe-events-grid .tribe-grid-header .tribe-grid-content-wrap .column{border-right-color:var(--bb-content-border-color)}.tribe-events-grid .tribe-scroller{border-right-color:var(--bb-content-border-color);border-left-color:var(--bb-content-border-color);z-index:5}.tribe-events-grid .tribe-grid-header .tribe-week-today{background-color:var(--bb-primary-color)}.tribe-events-grid .tribe-grid-header .tribe-week-today.column a span,.tribe-events-grid .tribe-grid-header .tribe-week-today.column a span span.br-week-title{color:#fff}.tribe-week-grid-block div{border-top-color:var(--bb-content-border-color);border-bottom-color:var(--bb-content-border-color)}.tribe-grid-header{background-color:#fff;border-right-color:var(--bb-content-border-color);border-left-color:var(--bb-content-border-color);border-top:1px solid var(--bb-content-border-color)}.tribe-grid-header .column{height:62px!important}.tribe-grid-header .column span{color:var(--bb-alternate-text-color);font-weight:400;text-align:center;display:block;width:100%}.tribe-grid-header .column span span.br-week-title{display:block;text-align:center;line-height:1.4;color:var(--bb-headings-color);font-size:18px;text-transform:none}.tribe-grid-header .column span span.br-week-title:first-of-type{color:#939597;font-size:11px;text-transform:uppercase}.tribe-grid-header .column.tribe-week-today span{color:#fff}.tribe-grid-header .column.tribe-week-today span span.br-week-title,.tribe-grid-header .column.tribe-week-today span span.br-week-title:first-of-type{color:#fff}.tribe-grid-allday{background-color:#fcfcfc;border-top:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color);border-right-color:var(--bb-content-border-color);border-left-color:var(--bb-content-border-color)}.tribe-grid-allday .column.first{text-align:center}.tribe-grid-allday .column.first span{display:inline-block;width:70px}.tribe-grid-allday .tribe-week-today{background-color:rgba(var(--bb-primary-color-rgb),.05)}.tribe-week-grid-wrapper .tribe-grid-content-wrap .tribe-events-mobile-day{background-color:#fff}.tribe-week-grid-wrapper .tribe-grid-content-wrap .tribe-events-mobile-day.tribe-week-today{background-color:rgba(var(--bb-primary-color-rgb),.05)}.tribe-grid-content-wrap{padding-right:70px}.tribe-week-grid-hours{width:70px;margin-left:-70px}.tribe-grid-allday .tribe-events-week-allday-single,.tribe-grid-body .tribe-events-week-hourly-single{background-color:transparent;border-color:transparent}.tribe-grid-allday .tribe-events-week-allday-single:hover,.tribe-grid-body .tribe-events-week-hourly-single:hover{background-color:transparent;border-color:transparent}.tribe-grid-allday .tribe-events-week-allday-single h3.entry-title,.tribe-grid-body .tribe-events-week-hourly-single h3.entry-title{background-color:rgba(var(--bb-primary-color-rgb),.75);border-color:rgba(var(--bb-primary-color-rgb),.75);border-radius:3px;position:relative;top:2px;height:-webkit-calc(100% - 4px)!important;height:calc(100% - 4px)!important}.tribe-grid-allday .tribe-events-week-allday-single h3.entry-title:hover,.tribe-grid-body .tribe-events-week-hourly-single h3.entry-title:hover{background-color:rgba(var(--bb-primary-color-rgb),.95);border-color:rgba(var(--bb-primary-color-rgb),.95)}.tribe-grid-allday .tribe-events-past .tribe-events-week-allday-single,.tribe-grid-body .tribe-events-past .tribe-events-week-hourly-single{background-color:transparent;border-color:transparent}.tribe-grid-allday .tribe-events-past .tribe-events-week-allday-single:hover,.tribe-grid-body .tribe-events-past .tribe-events-week-hourly-single:hover{background-color:transparent;border-color:transparent}.tribe-grid-allday .tribe-events-past .tribe-events-week-allday-single h3.entry-title,.tribe-grid-body .tribe-events-past .tribe-events-week-hourly-single h3.entry-title{background-color:rgba(127,134,143,.75);border-color:rgba(127,134,143,.75);border-radius:3px;position:relative;top:2px;height:-webkit-calc(100% - 4px)!important;height:calc(100% - 4px)!important}.tribe-grid-allday .tribe-events-past .tribe-events-week-allday-single h3.entry-title:hover,.tribe-grid-body .tribe-events-past .tribe-events-week-hourly-single h3.entry-title:hover{background-color:rgba(127,134,143,.95);border-color:rgba(127,134,143,.95)}.tribe-grid-allday .tribe-events-past .tribe-events-week-allday-single h3.entry-title a,.tribe-grid-allday .tribe-events-past .tribe-events-week-allday-single h3.entry-title a:hover,.tribe-grid-body .tribe-events-past .tribe-events-week-hourly-single h3.entry-title a,.tribe-grid-body .tribe-events-past .tribe-events-week-hourly-single h3.entry-title a:hover{color:#fff}ul.tribe-events-sub-nav li a{font-weight:inherit}.datepicker.dropdown-menu{border:1px solid var(--bb-content-border-color)}.datepicker.dropdown-menu td,.datepicker.dropdown-menu th{padding:0}.datepicker td,.datepicker th{width:40px;height:40px;line-height:40px}.datepicker td{border-top:0}.datepicker table{font-size:15px}.datepicker table th{font-weight:inherit}.datepicker table th.dow{color:#e0e1e1}.datepicker table tr td.new,.datepicker table tr td.old{color:#e0e1e1}.datepicker table tr td.day{padding:0}.datepicker table tr td.day.active,.datepicker table tr td.day.active.disabled{background:var(--bb-primary-color);color:#fff;border-radius:100%}.datepicker table tr td.day.active.disabled:hover,.datepicker table tr td.day.active:hover{background:var(--bb-primary-color);color:#fff}.datepicker table tr td.day:not(.disabled):hover{background:var(--bb-primary-color);color:#fff;border-radius:100%}.datepicker .datepicker-switch{color:var(--bb-primary-color)}.datepicker .datepicker-switch:hover{color:#0f74e0;background:#fff}.datepicker .next,.datepicker .prev{color:var(--bb-headings-color)}.datepicker .next:hover,.datepicker .prev:hover{color:var(--bb-primary-color);background:#fff}.datepicker table tr td span.active,.datepicker table tr td span.active.active,.datepicker table tr td span.active.active:hover,.datepicker table tr td span.active:hover,.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#fff;color:var(--bb-primary-color)}body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-grid-wrapper,body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list-wrapper{display:none}.tribe_mini_calendar_widget .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar{font-size:14px}.tribe_mini_calendar_widget .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar thead{background:#fff}.tribe_mini_calendar_widget .tribe-mini-calendar-nav td{background:#fff;border-color:#fff;padding:7px 0 13px}.tribe_mini_calendar_widget .tribe-mini-calendar-nav td div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tribe_mini_calendar_widget .tribe-mini-calendar-nav span{color:var(--bb-headings-color);font-weight:inherit;text-transform:none}.tribe_mini_calendar_widget .tribe-mini-calendar th{background:#fff;color:#e0e1e1;font-weight:inherit;border-color:#fff;padding:7px 0 13px}.tribe_mini_calendar_widget .tribe-mini-calendar td{background:#fff;font-weight:inherit}.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-past{opacity:.55}.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-othermonth{background:#fff}.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events{background:#fff}.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-has-events div[id*=daynum-]{font-weight:inherit}.tribe_mini_calendar_widget .tribe-mini-calendar div[id*=daynum-] a{padding:7px 0 13px;width:34px;height:34px;margin:0 auto}.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present{background-color:#fff;border-radius:100%}.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present a{color:var(--bb-primary-color);background-color:#fff;font-weight:500}.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present a:hover{background-color:var(--bb-body-background-color);border-radius:100%;color:var(--bb-primary-color)}.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present div[id*=daynum-] a:before{background-color:var(--bb-primary-color)}.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present.tribe-mini-calendar-today a{font-weight:400}.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present.tribe-mini-calendar-today div[id*=daynum-] a:before{background-color:#fff}.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today{background-color:#fff;border-radius:100%}.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today div[id*=daynum-] a{color:#fff;background-color:var(--bb-primary-color);border-radius:100%}.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today div[id*=daynum-] a:hover{background-color:var(--bb-primary-color);color:#fff}.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-has-events:hover{background-color:#fff;border-radius:100%}.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-has-events:hover a:hover{background-color:var(--bb-body-background-color);border-radius:100%;color:var(--bb-primary-color)}.tribe_mini_calendar_widget .tribe-mini-calendar-no-event{color:var(--bb-headings-color);font-weight:inherit;padding:7px 0 13px}.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-has-events div[id*=daynum-] a{color:var(--bb-primary-color)}.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-has-events div[id*=daynum-] a:before{background:#e0e1e1;width:5px;height:5px;margin:5px -2px 0 auto;bottom:5px}.tribe-events .tribe-events-c-view-selector__content{border-radius:var(--bb-block-radius)}@media (max-width:992px){.has-sidebar.events-gridview .sm-grid-1-1{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.tribe-grid-body .tribe-events-week-hourly-single{margin:0 2px 0 0;padding:0}.tribe-grid-body div.tribe-events-week-hourly-single[id*=tribe-events-event-]{width:-webkit-calc(100% - 4px);width:calc(100% - 4px)}.tribe-events-week #tribe-mobile-container{background:#fff;border:1px solid var(--bb-content-border-color);margin-top:0}.tribe-events-week #tribe-mobile-container .type-tribe_events~.type-tribe_events{border-color:var(--bb-content-border-color)}.tribe-events-week #tribe-mobile-container .tribe-mobile-day{-webkit-transition:all linear .2s;transition:all linear .2s}.tribe-events-week #tribe-mobile-container .tribe-mobile-day:hover{box-shadow:0 3px 24px 0 rgba(18,43,70,.08)}.tribe-events-week #tribe-mobile-container .tribe-mobile-day h5.tribe-mobile-day-date{border-bottom:0;margin-top:0;padding-top:20px;padding-right:20px;padding-left:20px}.tribe-events-week #tribe-mobile-container .type-tribe_events,.tribe-events-week #tribe-mobile-container .type-tribe_events~.type-tribe_events{padding-right:20px;padding-left:20px}.tribe-events-week #tribe-mobile-container .type-tribe_events:last-of-type{border-bottom:1px solid var(--bb-content-border-color)}.tribe-events-month #tribe-mobile-container{background:#fff;border:1px solid var(--bb-content-border-color);border-top:0;margin-top:0}.tribe-events-month #tribe-mobile-container .type-tribe_events~.type-tribe_events{border-color:var(--bb-content-border-color);border-top-style:solid}@media (max-width:800px){#tribe-events-content.tribe-events-month table.tribe-events-calendar{margin-bottom:0;border-bottom:0}.tribe-events-month #tribe-mobile-container .type-tribe_events{padding-right:20px;padding-left:20px}.tribe-events-month #tribe-mobile-container .type-tribe_events .tribe-event-description p{margin-bottom:5px}.tribe-events-month #tribe-mobile-container .type-tribe_events .tribe-events-event-body a.tribe-events-read-more{display:none}.tribe-events-month #tribe-mobile-container .type-tribe_events:hover{box-shadow:0 3px 24px 0 rgba(18,43,70,.08)}.tribe-mobile-day .tribe-mobile-day-heading{padding-right:20px;padding-left:20px}.tribe-mobile-day h3.tribe-mobile-day-heading{margin-bottom:0;padding-top:30px}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.mobile-active{background-color:var(--bb-body-background-color)}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-has-events div[id*=tribe-events-daynum-] a{color:var(--bb-primary-color)}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-has-events.mobile-active{background-color:var(--bb-primary-color)}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-has-events.mobile-active div[id*=tribe-events-daynum-] a{color:#fff}#tribe-events-content #tribe-mobile-container .tribe-events-viewmore{border-color:var(--bb-content-border-color);font-size:13px;font-weight:inherit;padding:10px 20px}}.tribe-events :hover{box-shadow:none}.tribe-events .tribe-filter-bar--vertical{border:1px solid var(--bb-content-border-color);border-radius:4px;padding:15px!important}.tribe-events .tribe-events-header__events-bar.tribe-events-c-events-bar--border{border-radius:var(--bb-block-radius)}.tribe-events .tribe-events-header__events-bar.tribe-events-c-events-bar--border .tribe-common-form-control-text__input,.tribe-events .tribe-events-header__events-bar.tribe-events-c-events-bar--border .tribe-events-c-events-bar__search-container{border-radius:var(--bb-block-radius)}.tribe-events .tribe-events-header__events-bar.tribe-events-c-events-bar--border .tribe-events-c-events-bar__search-container .tribe-events-c-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:var(--bb-button-radius);font-weight:inherit;font-style:inherit;padding:6px 20px}.tribe-events .tribe-events-header__events-bar.tribe-events-c-events-bar--border .tribe-events-c-events-bar__search-container .tribe-events-c-search__button:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.tribe-events .tribe-events-header__events-bar.tribe-events-c-events-bar--border .tribe-events-c-events-bar__search-container .tribe-events-c-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)}.tribe-events .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker-button:active,.tribe-events .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker-button:focus,.tribe-events .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker-button:hover{box-shadow:none}.tribe-events .tribe-events-c-ical .tribe-events-c-ical__link{border-color:var(--bb-primary-color);color:var(--bb-primary-color)}.tribe-events .tribe-events-c-ical .tribe-events-c-ical__link:active,.tribe-events .tribe-events-c-ical .tribe-events-c-ical__link:focus,.tribe-events .tribe-events-c-ical .tribe-events-c-ical__link:hover{background-color:var(--bb-primary-color);color:#fff}.tribe-events .tribe-events-c-ical .tribe-common-c-svgicon{color:var(--bb-primary-color)}.tribe-events .tribe-events-c-top-bar__datepicker-container .table-condensed tbody td.active,.tribe-events .tribe-events-c-top-bar__datepicker-container .table-condensed tbody td.active:focus,.tribe-events .tribe-events-c-top-bar__datepicker-container .table-condensed tbody td.active:hover,.tribe-events .tribe-events-c-top-bar__datepicker-container .table-condensed tbody td.current{background-color:var(--bb-primary-color)}.tribe-events .tribe-events-calendar-list>.tribe-common-g-row{border:1px solid var(--bb-content-border-color);margin-right:0;margin-left:0;border-radius:var(--bb-block-radius);padding:24px 0;background-color:var(--bb-content-background-color)}@media (max-width:992px){.tribe-events .tribe-events-calendar-list>.tribe-common-g-row{padding:24px 0 24px 24px}}.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag{-ms-flex-item-align:center;align-self:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:992px){.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag{width:100px}}@media (max-width:544px){.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag{width:80px}}.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-weekday{color:#f1451f}.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-datetime{color:var(--bb-alternate-text-color)}.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title{font-size:18px}.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a:active,.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a:focus,.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a:hover{color:var(--bb-primary-color);border-bottom:none}.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-featured-image-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-item-align:center;align-self:center}.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-featured-image-wrapper .tribe-events-calendar-list__event-featured-image-link{position:relative;overflow:hidden;padding-top:60%;display:block;background:#809ab4;border-radius:4px}@media (max-width:992px){.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-featured-image-wrapper .tribe-events-calendar-list__event-featured-image-link{padding-top:46%}}.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-featured-image-wrapper .tribe-events-calendar-list__event-featured-image{border-radius:var(--bb-block-radius-inner);position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover}.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-details{-ms-flex-item-align:center;align-self:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tribe-events .tribe-events-c-top-bar__datepicker-container .datepicker .table-condensed tbody tr td .active,.tribe-events .tribe-events-c-top-bar__datepicker-container .datepicker .table-condensed tbody tr td .current,.tribe-events .tribe-events-c-top-bar__datepicker-container .datepicker .table-condensed tbody tr td .focused{background-color:var(--bb-primary-color)}.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__header-row .tribe-events-calendar-month__header-column{border:1px solid var(--bb-content-border-color);border-bottom:none;padding-top:16px;padding-right:16px;background-color:#fff}.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__header-row .tribe-events-calendar-month__header-column:not(:last-child){border-left:none}.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day:hover:after{background-color:var(--bb-primary-color)}.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day.tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link{color:var(--bb-primary-color)}@media (max-width:992px){.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__type-separator{margin-bottom:30px}}.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event{margin-right:0;margin-left:0;background-color:#fff}@media (max-width:992px){.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event{padding:0}}.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event:before{display:none}.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event:after{right:0}.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-header .tribe-events-calendar-day__event-datetime{color:var(--bb-alternate-text-color)}.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-header .tribe-events-calendar-day__event-title a:active,.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-header .tribe-events-calendar-day__event-title a:focus,.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-header .tribe-events-calendar-day__event-title a:hover{color:var(--bb-primary-color);border-bottom:none}.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-content{border:1px solid var(--bb-content-border-color);margin:0;border-radius:4px;padding:24px 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:992px){.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-content{padding:24px}}.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-content .tribe-events-calendar-day__event-featured-image-wrapper .tribe-events-calendar-day__event-featured-image-link{position:relative;overflow:hidden;padding-top:60%;display:block;background:#809ab4;border-radius:4px}@media (max-width:992px){.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-content .tribe-events-calendar-day__event-featured-image-wrapper .tribe-events-calendar-day__event-featured-image-link{padding-top:46%}}.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-content .tribe-events-calendar-day__event-featured-image-wrapper .tribe-events-calendar-day__event-featured-image-link .tribe-events-calendar-day__event-featured-image{border-radius:4px;position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover}.tribe-events .tribe-events-pro-photo{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;padding:24px;margin:0}.tribe-events .tribe-events-pro-photo .tribe-common-g-row--gutters{margin:0 -1%}.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event{border:1px solid var(--bb-content-border-color);border-radius:4px;padding:0!important;max-width:31.33%;margin:0 1% 2%}@media (max-width:992px){.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event{width:100%;max-width:48%}}@media (max-width:800px){.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event{max-width:100%;width:100%;margin:0 0 24px}}.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-featured-image-wrapper .tribe-events-pro-photo__event-featured-image-link{position:relative;overflow:hidden;padding-top:60%;display:block;background:#809ab4;border-radius:4px}@media (max-width:992px){.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-featured-image-wrapper .tribe-events-pro-photo__event-featured-image-link{padding-top:46%}}.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-featured-image-wrapper .tribe-events-pro-photo__event-featured-image{border-radius:4px;position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover}.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details-wrapper{padding:12px 12px 24px}.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-date-tag-datetime .tribe-events-pro-photo__event-date-tag-month{color:#f1451f}.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-title .tribe-events-pro-photo__event-title-link:active,.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-title .tribe-events-pro-photo__event-title-link:focus,.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-title .tribe-events-pro-photo__event-title-link:hover{color:var(--bb-primary-color);border-bottom:none}.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-datetime time{color:var(--bb-alternate-text-color)}.tribe-events .tribe-events-pro-week-grid{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;padding-right:2rem}.tribe-events .tribe-events-pro-week-grid .tribe-events-pro-week-grid__header .tribe-events-pro-week-grid__header-column .tribe-events-pro-week-grid__header-column-title{padding-top:2rem}.tribe-events .tribe-events-pro-week-grid .tribe-events-pro-week-grid__header .tribe-events-pro-week-grid__header-column--current .tribe-events-pro-week-grid__header-column-title .tribe-events-pro-week-grid__header-column-daynum-link{color:var(--bb-primary-color)}.tribe-events .tribe-events-pro-week-grid .tribe-events-pro-week-grid__multiday-event-bar-inner{background-color:var(--bb-primary-color)}.tribe-events .tribe-events-pro-week-grid .tribe-events-pro-week-grid__multiday-event-bar-inner .tribe-events-pro-week-grid__multiday-event-bar-title{color:#fff}.tribe-events .tribe-events-pro-week-grid .tribe-events-pro-week-grid__events-row .tribe-events-pro-week-grid__events-day .tribe-events-pro-week-grid__event-link-inner{background-color:rgba(var(--bb-primary-color),.05)}.tribe-events .tribe-events-header .datepicker-days .table-condensed tbody tr.active td,.tribe-events .tribe-events-header .datepicker-days .table-condensed tbody tr.current td{background-color:rgba(var(--bb-primary-color),.05)}.tribe-events .tribe-events-header .datepicker-days .table-condensed tbody tr td.active:before{background-color:var(--bb-primary-color)}.tribe-events .tribe-events .tribe-events-calendar-month__header-column-title{padding:12px 0;border-color:var(--bb-content-border-color);border-style:solid;border-width:0 0 1px}.tribe-events .tribe-events .tribe-events-calendar-month__day{border-color:var(--bb-content-border-color);border-style:solid;border-width:0 0 1px 1px;border-radius:0}.tribe-events .tribe-events .tribe-events-calendar-month__day:first-child{border-right:1px var(--bb-content-border-color) solid}.tribe-events .tribe-events-c-nav{margin-top:40px}.tribe-events .tooltipster-base .tooltipster-box .tribe-events-pro-week-grid__event-tooltip-title a:active,.tribe-events .tooltipster-base .tooltipster-box .tribe-events-pro-week-grid__event-tooltip-title a:focus,.tribe-events .tooltipster-base .tooltipster-box .tribe-events-pro-week-grid__event-tooltip-title a:hover{color:var(--bb-primary-color);border-bottom:none}.tribe-events .tooltipster-base .tooltipster-content .tribe-events-calendar-month__calendar-event-tooltip-title a:active,.tribe-events .tooltipster-base .tooltipster-content .tribe-events-calendar-month__calendar-event-tooltip-title a:focus,.tribe-events .tooltipster-base .tooltipster-content .tribe-events-calendar-month__calendar-event-tooltip-title a:hover{color:var(--bb-primary-color);border-bottom:none}.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-breadcrumbs__list{font-size:14px}.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-breadcrumbs__list-item-icon-svg{height:8px;width:5px}.tooltipster-base.tribe-events-tooltip-theme{padding:10px;border-radius:var(--bb-block-radius);border:0}.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper{width:100%}.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper img{border-radius:var(--bb-block-radius-inner)}article.tribe-events-calendar-month__multiday-event.tribe_events_cat-my-cat-event .tribe-events-calendar-month__multiday-event-bar-inner{background-color:var(--bb-primary-color)}.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date,.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link{color:var(--bb-primary-color)}.tribe-events-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}.tribe-events-widget header.tribe-events-widget-events-list__header{margin-bottom:0}.tribe-events-widget h2.tribe-events-widget-events-list__header-title{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}.bb-template-v2 .tribe-events-widget .tribe-events-widget-events-list__view-more a.tribe-events-widget-events-list__view-more-link{font-weight:700;font-size:12px;text-transform:uppercase;padding:8px 16px;border-radius:var(--bb-button-radius);display:inline-block;background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);-webkit-transition:none;transition:none}.bb-template-v2 .tribe-events-widget .tribe-events-widget-events-list__view-more a.tribe-events-widget-events-list__view-more-link: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)}.tribe-events-widget a.tribe-common-anchor-thin{-webkit-transition:none;transition:none}.tribe-events-widget a.tribe-common-anchor-thin:hover{border:0;color:var(--bb-primary-color)}.bb-template-v2 .tribe-events-widget{border-radius:var(--bb-block-radius);padding:1.25rem 1.25rem 1.5625rem}.bb-template-v2 .tribe-events-widget h2.tribe-events-widget-events-list__header-title{font-size:1.25rem;letter-spacing:-.24px;margin-bottom:23px}#tribe-events-pg-template,.tribe-events-pg-template{padding-top:1.875rem;padding-bottom:2.1875rem}.events-list .tribe-events-back.tribe-events-loop{max-width:100%;margin-bottom:10px}.events-list .tribe-events-back.tribe-events-loop a{font-weight:inherit;font-size:14px;color:red}.events-list .tribe-events-list>p.tribe-events-back.tribe-events-loop{display:none}.events-list div.tribe-events-loop{max-width:100%;background-color:#fff;border:1px solid var(--bb-content-border-color)}.events-list .tribe-events-map div.tribe-events-loop{border:0}.events-list #tribe-events-footer{border-top:0;padding-top:0}#tribe-events-content{padding-top:0!important}#tribe-events-content h2.tribe-events-page-title{font-size:14px;background-color:#fff;border-right:1px solid var(--bb-content-border-color);border-left:1px solid var(--bb-content-border-color);border-top:1px solid var(--bb-content-border-color);margin:0;padding:10px 25px;font-weight:500}#tribe-events-content h2.tribe-events-page-title.has-notice{border-bottom:1px solid var(--bb-content-border-color)}#tribe-events-content.tribe-events-map h2.tribe-events-page-title{border-bottom:1px solid var(--bb-content-border-color)}#tribe-events-content.tribe-events-list{padding-top:0!important}#tribe-events-header{margin:0}#tribe-events-footer{margin-top:1.25em}#tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-previous a{position:relative;left:5px;-webkit-tap-highlight-color:transparent}#tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-previous a:before{content:"\E8AB";font-family:bb-icons;font-size:22px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:relative;top:3px;right:3px}#tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-previous a span{display:none}#tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-next{margin-left:0}#tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-next a{position:relative;right:5px;-webkit-tap-highlight-color:transparent}#tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-next a:after{content:"\e827";font-family:bb-icons;font-size:22px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:relative;top:3px;left:3px}#tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-next a span{display:none}.tribe-events-single #tribe-events-footer{margin-top:0}.tribe-events-single #tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-next a:after{left:0}.tribe-events-single #tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-previous a:before{right:0}body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-events-sub-nav li{display:none}.events-list.tribe-bar-is-disabled #tribe-events-content-wrapper{max-width:100%}.tribe-bar-submit{margin-right:0}.tribe-bar-search-filter{width:50%}.tribe-events-day .tribe-events-loop{max-width:100%;background-color:#fff;border:1px solid var(--bb-content-border-color)}.tribe-events-day .tribe-mini-calendar-list-wrapper .tribe-events-loop{border:0}.tribe-events-day #tribe-events-footer{border-top:0;padding-top:0}.tribe-events-list .type-tribe_events{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:800px){.tribe-events-list .type-tribe_events{margin-bottom:3rem}}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-image,.tribe-events-list .tribe-events-loop .tribe-events-event-image{width:100%}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-image a,.tribe-events-list .tribe-events-loop .tribe-events-event-image a{position:relative;overflow:hidden;padding-top:60%;display:block;background:#809ab4;border-radius:4px}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-image a img,.tribe-events-list .tribe-events-loop .tribe-events-event-image a img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover}.tribe-events-list .bs-tribe-events-col-first .bs-events-post-placeholder{position:relative;overflow:hidden;padding-top:60%;display:block;background:#809ab4;border-radius:4px;text-align:center}.tribe-events-list .bs-tribe-events-col-first .bs-events-post-placeholder:after{font-family:bb-icons!important;text-rendering:auto;-webkit-font-smoothing:antialiased;color:#fff;content:"\e803";font-size:70px;margin-left:0;position:absolute;top:50%;right:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);opacity:.5}@media (max-width:544px){.tribe-events-list .bs-tribe-events-col-first .bs-events-post-placeholder:after{font-size:40px}}.tribe-events-list .tribe-events-event-image img{border-radius:4px}.tribe-events-list #tribe-geo-results.tribe-events-loop .tribe-event-featured{margin-right:-25px;margin-left:-25px}.tribe-events-list #tribe-geo-results.tribe-events-loop .tribe-event-featured .bs-tribe-events-col-first{margin-right:25px}.tribe-events-list #tribe-geo-results.tribe-events-loop .tribe-event-featured .bs-tribe-events-col-last{margin-left:25px}.tribe-events-list .tribe-events-loop .tribe-event-featured{background-color:var(--bb-body-background-color);padding-top:1rem;padding-bottom:1rem;padding-left:0}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost{margin:0}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost span{color:var(--bb-body-text-color)}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .ticket-cost{background:100% 0}.tribe-events-list .tribe-events-loop .tribe-event-featured.tribe-events-first{padding-top:1rem}.tribe-events-list .tribe-events-loop .tribe-event-featured h2.tribe-events-list-event-title{margin-top:0}.tribe-events-list .tribe-events-loop .tribe-event-featured h2.tribe-events-list-event-title a{color:var(--bb-headings-color)}.tribe-events-list .tribe-events-loop .tribe-event-featured h2.tribe-events-list-event-title a:hover{color:var(--bb-primary-color)}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-content{color:inherit}.tribe-events-list .tribe-events-loop .tribe-event-featured a{color:var(--bb-primary-color)}.tribe-events-list .tribe-events-loop .tribe-event-featured a:hover{color:#0f74e0}@media screen and (min-width:801px){.tribe-events-list .tribe-events-loop .tribe-event-featured .bs-tribe-events-col-first .bs-events-post-placeholder{margin-right:-25px;width:100%}}.tribe-events-list #tribe-geo-results .tribe-event-featured .tribe-events-content{color:var(--bb-body-text-color)}@media (max-width:1200px){.page-sidebar .tribe-events-list .type-tribe_events{display:block}.page-sidebar .tribe-events-list .type-tribe_events .bs-tribe-events-col-first{max-width:100%;padding:0 25px;overflow:hidden}.page-sidebar .tribe-events-list .type-tribe_events .bs-tribe-events-col-first .tribe-events-event-image a{padding-top:36%;position:relative;overflow:hidden;display:block;background:#809ab4;border-radius:4px;margin-bottom:20px}.page-sidebar .tribe-events-list .type-tribe_events .bs-tribe-events-col-first .tribe-events-event-image a img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover}.page-sidebar .tribe-events-list .type-tribe_events .bs-tribe-events-col-last{overflow:hidden;padding:5px 25px 0}.page-sidebar .tribe-events-list .type-tribe_events .bs-tribe-events-col-last .tribe-event-schedule-details{padding:0}.page-sidebar .tribe-events-list .type-tribe_events .bs-tribe-events-col-last .tribe-events-event-meta{padding:0;border:0;background:100% 0}.page-sidebar .tribe-events-list .type-tribe_events .bs-tribe-events-col-last .tribe-events-event-meta .tribe-events-venue-details{padding:0;border-top:0}}@media (max-width:1200px){.page-sidebar .tribe-events-list .tribe-events-loop .tribe-event-featured{padding-right:25px;padding-left:25px}.page-sidebar .tribe-events-list .tribe-events-loop .tribe-event-featured .bs-tribe-events-col-first{padding:0}.page-sidebar .tribe-events-list .tribe-events-loop .tribe-event-featured .bs-tribe-events-col-first .tribe-events-event-image{margin:0}}@media (max-width:800px){.tribe-events-list .type-tribe_events{display:block}.tribe-events-list .type-tribe_events .bs-tribe-events-col-first{max-width:100%;padding:0 25px;overflow:hidden}.tribe-events-list .type-tribe_events .bs-tribe-events-col-first .tribe-events-event-image a{padding-top:46%;position:relative;overflow:hidden;display:block;background:#809ab4;border-radius:4px;margin-bottom:10px}.tribe-events-list .type-tribe_events .bs-tribe-events-col-first .bs-events-post-placeholder{padding-top:46%;margin-bottom:10px}.tribe-events-list .type-tribe_events .bs-tribe-events-col-first .tribe-events-event-image a img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover}.tribe-events-list .type-tribe_events .bs-tribe-events-col-last{overflow:hidden;padding:5px 25px 0}.tribe-events-list .type-tribe_events .bs-tribe-events-col-last .tribe-event-schedule-details{padding:0}.tribe-events-list .type-tribe_events .bs-tribe-events-col-last .tribe-events-event-meta{padding:0;border:0;background:100% 0}.tribe-events-list .type-tribe_events .bs-tribe-events-col-last .tribe-events-event-meta .tribe-events-venue-details{padding:0;border-top:0}}@media (max-width:544px){.tribe-events-list .type-tribe_events .bs-tribe-events-col-first{padding:0 15px}.tribe-events-list .type-tribe_events .bs-tribe-events-col-last{padding-right:15px;padding-left:15px}}@media (max-width:800px){.tribe-events-list .tribe-events-loop .tribe-event-featured{padding-right:25px;padding-left:25px;margin-bottom:3rem}.tribe-events-list .tribe-events-loop .tribe-event-featured .bs-tribe-events-col-first{padding:0}.tribe-events-list .tribe-events-loop .tribe-event-featured .bs-tribe-events-col-first .tribe-events-event-image{margin:0}}@media (max-width:544px){.tribe-events-list .tribe-events-loop .tribe-event-featured{padding-right:15px;padding-left:15px}}.tribe-events-map .type-tribe_events .bs-tribe-events-col-first{padding-right:0}.tribe-events-map .type-tribe_events .bs-tribe-events-col-last{padding-left:0}@media (max-width:800px){.tribe-events-map .type-tribe_events .bs-tribe-events-col-first{padding-right:0;padding-left:0}.tribe-events-map .type-tribe_events .bs-tribe-events-col-last{padding-right:0;padding-left:0}.tribe-events-list #tribe-geo-results.tribe-events-loop .tribe-event-featured .bs-tribe-events-col-first{margin-right:0}}.type-tribe_events .bs-tribe-events-col-first{-webkit-box-flex:0;-ms-flex:0 0 300px;flex:0 0 300px;max-width:100%;padding-right:25px}.type-tribe_events .bs-tribe-events-col-last{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-left:25px;padding-right:20px;padding-top:5px}.type-tribe_events.tribe-event-featured .bs-tribe-events-col-last{padding-right:0}@media (max-width:800px){.type-tribe_events.tribe-event-featured .bs-tribe-events-col-last{padding-left:0}.type-tribe_events.tribe-event-featured .bs-tribe-events-col-last .tribe-events-event-cost{font-size:13px}}.type-tribe_events .tribe-events-list-event-description,.type-tribe_events .tribe-events-map-event-description{font-size:14px}.type-tribe_events .tribe-events-list-event-description a.tribe-events-read-more,.type-tribe_events .tribe-events-map-event-description a.tribe-events-read-more{display:none}.type-tribe_events .bs-event-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.type-tribe_events .bs-event-heading .tribe-event-schedule-short{-webkit-box-flex:0;-ms-flex:0 0 45px;flex:0 0 45px;max-width:45px;text-align:center;line-height:1;padding:0}.type-tribe_events .bs-event-heading .tribe-event-schedule-short .bs-schedule-short-date{padding:3px 0 3px 8px;border-left:1px solid var(--bb-content-border-color)}.type-tribe_events .bs-event-heading .tribe-event-schedule-short .bs-schedule-short-m{color:#f1451f;font-size:12px;margin-bottom:5px;font-weight:700;display:block;text-transform:uppercase}.type-tribe_events .bs-event-heading .tribe-event-schedule-short .bs-schedule-short-d{color:var(--bb-headings-color);font-size:24px;font-weight:400;display:block}@media (max-width:544px){.type-tribe_events .bs-event-heading .tribe-event-schedule-short{display:none}}.type-tribe_events .bs-event-heading .tribe-event-schedule-long{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-right:14px;padding-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.type-tribe_events .bs-event-heading .tribe-event-schedule-long .bs-tribe-events-single-heading{margin-left:auto}.type-tribe_events .bs-event-heading .tribe-event-schedule-long .bs-tribe-events-single-heading .tribe-events-distance{padding:2px 15px;font-size:11px;font-weight:inherit;margin:0;line-height:1.3;border-radius:100px;background-color:#eceef1;color:var(--bb-body-text-color)}.type-tribe_events .bs-event-heading .tribe-event-schedule-long .tribe-events-event-cost span{border:0;padding-left:0;padding-top:0}@media (max-width:544px){.type-tribe_events .bs-event-heading .tribe-event-schedule-long{padding-right:0}}.type-tribe_events .bs-event-heading h2.tribe-events-list-event-title,.type-tribe_events .bs-event-heading h2.tribe-events-map-event-title{font-size:18px;font-weight:500;line-height:1.4em;display:block;display:-webkit-box;max-height:2.8em;margin:0;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%}.type-tribe_events .bs-event-heading h2.tribe-events-list-event-title a,.type-tribe_events .bs-event-heading h2.tribe-events-map-event-title a{color:var(--bb-headings-color)}.type-tribe_events .bs-event-heading h2.tribe-events-list-event-title a:hover,.type-tribe_events .bs-event-heading h2.tribe-events-map-event-title a:hover{color:var(--bb-primary-color)}.type-tribe_events .bs-event-heading .tribe-event-schedule-details{font-size:13px;color:var(--bb-alternate-text-color);line-height:1.3;margin-bottom:3px}.type-tribe_events .bs-event-heading .tribe-event-schedule-details .tribe-event-time{padding-left:5px}.type-tribe_events .bs-event-heading .recurringinfo{vertical-align:baseline}.type-tribe_events .bs-event-heading .event-is-recurring{color:var(--bb-headings-color);font-weight:400}.type-tribe_events .bs-event-heading .recurringinfo .tribe-events-divider{padding:0 0 0 5px}.type-tribe_events .bs-event-heading .time-details{font-size:13px;color:var(--bb-alternate-text-color);line-height:1.4;margin-bottom:3px;padding:0 0 0 5px}.type-tribe_events .bs-event-heading .time-details .tribe-event-date-start{padding-left:5px}.type-tribe_events .bs-event-heading .time-details .tribe-event-time{padding-left:5px}@media (max-width:544px){.type-tribe_events .bs-event-heading .time-details{margin-bottom:6px;line-height:1.3}}.type-tribe_events .bs-event-heading .tribe-events-event-meta{margin-top:3px;font-weight:400}.type-tribe_events .bs-event-heading .tribe-events-venue-details{color:var(--bb-alternate-text-color);font-style:inherit;margin-top:0}.type-tribe_events .bs-event-heading .tribe-events-venue-details span.tribe-street-address+br{display:none}.type-tribe_events .bs-event-heading .tribe-events-venue-details abbr[title]{text-decoration:none}.type-tribe_events .bs-event-heading .bs-related-location .tribe-events-venue-details span.tribe-address:before{background-color:#fff}.tribe-events-photo .tribe-events-loop .type-tribe_events .tribe-events-event-meta{line-height:1;display:block;display:-webkit-box;max-height:1em;margin:0;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%}@media (max-width:800px){.tribe-events-photo .type-tribe_events .bs-event-heading .tribe-event-schedule-details{padding-right:0;padding-left:0}.tribe-events-photo .tribe-events-list .tribe-events-venue-details{border-top:0;padding:0}}#tribe-geo-results h2.tribe-events-map-event-title{font-weight:500;font-size:18px;line-height:1.4em;margin-bottom:0}#tribe-geo-results .tribe-event-featured h2.tribe-events-map-event-title{margin:0 0 6px}#tribe-geo-results .tribe-event-featured h2.tribe-events-map-event-title a{color:var(--bb-headings-color)}#tribe-geo-results .tribe-event-featured h2.tribe-events-map-event-title a:hover{color:var(--bb-primary-color)}#tribe-geo-results .tribe-event-featured a{color:var(--bb-primary-color)}#tribe-geo-results .tribe-event-featured a:hover{color:var(--bb-primary-color)}@media screen and (min-width:1200px){.bb-buddypanel .tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap,.has-sidebar .tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap{max-height:670px;overflow-x:visible;overflow-y:auto}}@media screen and (min-width:800px){body:not(.bb-buddypanel) .tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap{max-height:670px;overflow-y:auto}}#tribe-events-content .tribe-events-day-time-slot,.tribe-events-day .tribe-events-day-time-slot{display:-webkit-box;display:-ms-flexbox;display:flex}#tribe-events-content .tribe-events-day-time-slot h5,.tribe-events-day .tribe-events-day-time-slot h5{margin:0;-webkit-box-flex:0;-ms-flex:0 0 75px;flex:0 0 75px;max-width:75px;background:100% 0;border-left:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color);color:var(--bb-headings-color);font-weight:500;padding:20px 0;font-size:14px;text-align:center}@media screen and (max-width:544px){#tribe-events-content .tribe-events-day-time-slot h5,.tribe-events-day .tribe-events-day-time-slot h5{-webkit-box-flex:0;-ms-flex:0 0 55px;flex:0 0 55px;max-width:55px;font-size:11px}}#tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap,.tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap{border-bottom:1px solid var(--bb-content-border-color);padding:20px 0;width:100%}#tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap .type-tribe_events,.tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap .type-tribe_events{margin-bottom:20px}#tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap .type-tribe_events:last-of-type,.tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap .type-tribe_events:last-of-type{margin-bottom:0}#tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap h2.tribe-events-page-title,.tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap h2.tribe-events-page-title{border:0;padding:0;line-height:24px}#tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap,.tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap{padding:0 25px}@media screen and (max-width:544px){#tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap.bs-events-day-tag-wrap,.tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap.bs-events-day-tag-wrap{padding:0 15px}}#tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap>div,.tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap>div{display:inline-block;text-align:center;padding:10px 0 6px}#tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap>div span,.tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap>div span{display:block;line-height:1.2}#tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap .bs-day-w,.tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap .bs-day-w{text-transform:uppercase;font-size:12px;color:#939597}#tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap .bs-day-d,.tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap .bs-day-d{color:var(--bb-headings-color);font-size:22px}#tribe-events-content .tribe-events-day-time-slot .type-tribe_events,.tribe-events-day .tribe-events-day-time-slot .type-tribe_events{margin:0}#tribe-events-content .tribe-events-day-time-slot:last-of-type h5,.tribe-events-day .tribe-events-day-time-slot:last-of-type h5{border-bottom:0}#tribe-events-content .tribe-events-day-time-slot:last-of-type .bs-events-day-wrap,.tribe-events-day .tribe-events-day-time-slot:last-of-type .bs-events-day-wrap{border-bottom:0}.recurring-info-tooltip.tribe-events-tooltip{box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);border-radius:4px;padding-right:.5em;padding-left:.5em}.bs-events-day-wrap .type-tribe_events:first-of-type .recurring-info-tooltip.tribe-events-tooltip{bottom:initial!important;top:25px;width:160px}.bs-events-day-wrap .type-tribe_events:first-of-type .recurring-info-tooltip.tribe-events-tooltip .tribe-events-arrow{content:" ";position:absolute;width:0;height:0;top:0;left:initial;right:20px;margin:0 auto;box-sizing:border-box;border:5px solid #000;border-color:#fff transparent transparent #fff;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 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:101;background-image:none}#tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner{padding-top:0}#tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner label{display:none}.tribe-bar-collapse #tribe-bar-collapse-toggle{width:100%;-webkit-tap-highlight-color:transparent;color:var(--bb-body-text-color)}.tribe-bar-collapse #tribe-bar-collapse-toggle:active,.tribe-bar-collapse #tribe-bar-collapse-toggle:focus,.tribe-bar-collapse #tribe-bar-collapse-toggle:hover{background-color:transparent;color:var(--bb-body-text-color);box-shadow:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:left 1rem center}#tribe-bar-form.tribe-bar-collapse #tribe-bar-views{width:100%}@media (max-width:800px){#tribe-bar-form .tribe-bar-filters{padding-left:0}}#tribe-bar-form.tribe-bar-full.tribe-events-bar--has-filters #tribe-bar-views,#tribe-bar-form.tribe-bar-mini.tribe-events-bar--has-filters #tribe-bar-views{float:left;width:16.1%;position:static}#tribe-bar-views{-webkit-tap-highlight-color:transparent}#tribe-bar-views .tribe-bar-views-inner{background:100% 0;padding:0;position:relative}#tribe-bar-views .tribe-bar-views-inner label{display:none}#tribe-bar-views ul.tribe-bar-views-list{z-index:6}#tribe-bar-views #tribe-bar-views-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:left 1rem center;font-family:inherit;font-size:14px;height:35px;line-height:30px;padding:2px 15px;outline:0;vertical-align:middle;background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:20px;box-shadow:none;color:#939597}#tribe-bar-views #tribe-bar-views-toggle:after{border:0}#tribe-bar-views #tribe-bar-views-toggle>span{background-image:none;position:relative}#tribe-bar-views #tribe-bar-views-toggle>span:before{font-family:bb-icons!important;font-size:17px;text-rendering:auto;-webkit-font-smoothing:antialiased;color:#c3c8d2;margin-left:0;position:absolute;top:-3px;right:0;z-index:9}#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-list:before{content:"\edb1"}#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-month:before{content:"\e803"}#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-week:before{content:"\e803"}#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-day:before{content:"\e803"}#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-map:before{content:"\E817";font-size:20px}#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-photo:before{content:"\eeb4"}#tribe-bar-views ul.tribe-bar-views-list{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;outline:0;padding:5px 0;margin-top:1px}#tribe-bar-views ul.tribe-bar-views-list:before{content:" ";position:absolute;width:0;height:0;top:0;left:16px;margin:0 auto;box-sizing:border-box;border:8px solid #000;border-color:#fff transparent transparent #fff;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 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:101}#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option{font-size:14px;color:#939597;padding:3px 15px 9px}#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span{padding:0 15px 0 6px;line-height:23px;color:#939597}#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option:hover{background:var(--bb-body-background-color)}#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span{background-image:none;padding-right:24px;position:relative}#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span:before{font-family:bb-icons!important;font-size:17px;text-rendering:auto;-webkit-font-smoothing:antialiased;color:#c3c8d2;margin-left:0;position:absolute;top:0;right:0;z-index:9}#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-list:before{content:"\edb1"}#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-day:before,#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-month:before,#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-week:before{content:"\e803"}#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-map:before{content:"\eed1";font-size:22px;right:-3px}#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-photo:before{content:"\eeb4"}#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active{display:none}#tribe-bar-views.tribe-bar-views-open ul.tribe-bar-views-list li.tribe-bar-views-option.tribe-bar-active+li.tribe-bar-views-option{border-top:1px solid var(--bb-content-border-color);padding-top:6px;border-radius:3px 3px 0 0;position:relative;margin-top:1px}#tribe-bar-views.tribe-bar-views-open ul.tribe-bar-views-list li.tribe-bar-views-option.tribe-bar-active+li.tribe-bar-views-option:before{content:" ";position:absolute;width:0;height:0;top:0;left:16px;margin:0 auto;box-sizing:border-box;border:8px solid #000;border-color:#fff transparent transparent #fff;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 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:101}#tribe-bar-views.tribe-bar-views-open ul.tribe-bar-views-list li.tribe-bar-views-option:not(.tribe-bar-active){background-color:var(--bb-content-background-color);border-right:1px solid var(--bb-content-border-color);border-left:1px solid var(--bb-content-border-color)}#tribe-bar-views.tribe-bar-views-open ul.tribe-bar-views-list li.tribe-bar-views-option:not(.tribe-bar-active) a:hover{background-color:var(--bb-body-background-color);color:var(--bb-primary-color)}#tribe-bar-views.tribe-bar-views-open ul.tribe-bar-views-list li.tribe-bar-views-option:last-child{border-bottom:1px solid var(--bb-content-border-color);border-radius:0 0 3px 3px;padding-bottom:6px}#tribe-bar-collapse-toggle{background:100% 0;height:40px;line-height:40px;padding:0 0 0 15px;text-transform:none;font-size:15px;font-weight:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:left 1rem center;padding-left:40px}#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow{display:none}#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow:after{display:none}#tribe-events-bar{margin-bottom:20px}#tribe-bar-form #tribe-bar-views+.tribe-bar-filters{left:14.6667%;width:85.3333%}body.no-js #tribe-bar-form{visibility:hidden;opacity:0}#tribe-bar-form.tribe-bar-mini #tribe-bar-views{width:16.6667%;right:83.3333%}#tribe-bar-form.tribe-bar-mini #tribe-bar-views+.tribe-bar-filters{max-width:83.333%;left:16.6667%}#tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type=submit]{font-size:13px;padding-top:3px;padding-bottom:3px}#tribe-bar-form.tribe-bar-mini #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a{padding-top:0;padding-bottom:0}#tribe-bar-form.tribe-bar-mini .tribe-bar-views-option a span{font-size:13px}#tribe-bar-form{background:100% 0}#tribe-bar-form input[type=text]{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;font-family:inherit;font-size:14px;height:35px;vertical-align:middle;background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:20px;box-shadow:none;padding:0 37px 0 15px;font-style:inherit;font-weight:inherit;outline:0}#tribe-bar-form input[type=text].placeholder{color:#c3c6c9;font-style:inherit}#tribe-bar-form input[type=text]:placeholder{color:#c3c6c9;font-style:inherit}#tribe-bar-form input[type=text]::-webkit-input-placeholder{color:#c3c6c9;font-style:inherit}#tribe-bar-form input[type=text]:-ms-input-placeholder{color:#c3c6c9;font-style:inherit}#tribe-bar-form input[type=text]::placeholder{color:#c3c6c9;font-style:inherit}#tribe-bar-form input[type=text]:input-placeholder{color:#c3c6c9;font-style:inherit}#tribe-bar-form input[type=text]::input-placeholder{color:#c3c6c9;font-style:inherit}#tribe-bar-form input[type=text]:focus{outline:0;border-bottom:1px solid var(--bb-content-border-color)}#tribe-bar-form .tribe-bar-submit input[type=submit]{background-color:var(--bb-primary-color);border-radius:var(--bb-button-radius);font-weight:inherit;font-style:inherit;text-transform:none;font-size:14px;padding-top:3px;padding-bottom:3px;height:35px}#tribe-bar-form .tribe-bar-submit input[type=submit]:hover{background-color:var(--bb-primary-color);box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}#tribe-bar-form .tribe-bar-filters{padding-left:0}#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner>div{padding-right:5px;padding-left:5px}#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner>div label{display:none}#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner{margin-right:-5px}#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-date-filter{position:relative;z-index:2;padding-top:0;padding-bottom:0}#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-date-filter:before{font-family:bb-icons!important;font-size:17px;text-rendering:auto;-webkit-font-smoothing:antialiased;color:#c3c8d2;content:"\e803";margin-left:0;position:absolute;bottom:4px;right:18px;z-index:9}#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-search-filter{position:relative;z-index:2;padding-top:0;padding-bottom:0}#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-search-filter:before{font-family:bb-icons!important;font-size:17px;text-rendering:auto;-webkit-font-smoothing:antialiased;color:#c3c8d2;content:"\ef10";margin-left:0;position:absolute;bottom:4px;right:18px;z-index:9}#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-geoloc-filter{position:relative;z-index:2;padding-top:0;padding-bottom:0}#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-geoloc-filter:before{font-family:bb-icons!important;font-size:22px;text-rendering:auto;-webkit-font-smoothing:antialiased;color:#c3c8d2;content:"\eed1";margin-left:0;position:absolute;bottom:4px;right:18px;z-index:9}#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-submit{padding-top:0;padding-bottom:0}#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-geoloc-filter+.tribe-bar-submit{width:18%}#tribe-bar-form.tribe-bar-collapse .tribe-bar-filters{background-color:#fff;border-radius:4px;padding:10px}#tribe-bar-form.tribe-bar-collapse .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-submit{width:100%}#tribe-bar-form.tribe-bar-collapse .tribe-bar-filters-inner>div{padding-top:8px;padding-bottom:8px}.tribe-bar-geoloc-filter,.tribe-events-uses-geolocation .tribe-bar-date-filter,.tribe-events-uses-geolocation .tribe-bar-search-filter,.tribe-events-uses-geolocation .tribe-bar-submit{width:27.333%}@media (max-width:800px){#tribe-events-footer~a.tribe-events-ical.tribe-events-button{border-radius:100px;font-size:13px;padding:0 20px}.tribe-events-sub-nav li a,.tribe-events-sub-nav li a:visited{background:100% 0;color:var(--bb-primary-color);padding:0;font-size:13px}.tribe-events-sub-nav li a:hover,.tribe-events-sub-nav li a:visited:hover{color:var(--bb-primary-color)}#tribe-mobile-container .type-tribe_events{font-size:16px}#tribe-mobile-container .type-tribe_events .tribe-events-event-image img{border-radius:4px}#tribe-mobile-container .type-tribe_events .tribe-events-event-schedule-details{font-size:13px}#tribe-mobile-container .type-tribe_events .tribe-event-description{font-size:14px}.tribe-mobile-day-date{background:100% 0;border-bottom:1px solid var(--bb-content-border-color);font-weight:400;color:var(--bb-headings-color)}.tribe-events-month #tribe-mobile-container .type-tribe_events h4.summary,.tribe-events-week #tribe-mobile-container .type-tribe_events h4.summary{font-size:16px}.tribe-events-month #tribe-mobile-container .type-tribe_events .tribe-events-event-body,.tribe-events-week #tribe-mobile-container .type-tribe_events .tribe-events-event-body{font-size:14px}.tribe-events-photo #tribe-events #tribe-events-footer{padding-top:1em}#tribe-events-footer:after,#tribe-events-footer:before{background-color:transparent}}#tribe-events .tribe-events-button{font-size:14px;padding:9px 2em;vertical-align:middle;display:inline-block;line-height:1.4;background:var(--bb-primary-color);font-weight:500;text-transform:none;border-radius:100px;border:0;letter-spacing:normal}#tribe-events .tribe-events-button:hover{background:var(--bb-primary-color);box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}#tribe-events .tribe-events-content.entry-summary p{line-height:1.5;display:block;display:-webkit-box;max-height:6em;margin:0;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%}#tribe-events a.tribe-events-gcal,#tribe-events-content a.tribe-events-ical{display:none}.bb-page-loaded #tribe-events a.tribe-events-gcal,.bb-page-loaded #tribe-events-content a.tribe-events-ical{display:inline-block}#tribe-events #tribe-events-content-wrapper>a.tribe-events-ical,#tribe-events-content.tribe-events-list a.tribe-events-ical{margin-top:0;float:left}#tribe-events-content.tribe-events-list a.tribe-events-ical{border-radius:var(--bb-button-radius)}.tribe-events-user-recurrence-toggle{text-align:right;font-style:inherit}.tribe-events-user-recurrence-toggle label{font-size:15px}.tribe-events-list-separator-month{text-align:right;margin:0 0 20px;padding:5px 25px;font-size:15px;font-weight:700;text-transform:uppercase;background:#fff;border:0;border-bottom:1px solid var(--bb-content-border-color)}.tribe-events-list-separator-month span{padding:10px 0;display:inline-block}.tribe-events-list-separator-month:after{display:none}.tribe-events-list-separator-month+.type-tribe_events.tribe-events-first{padding-top:0}.tribe-events-photo #tribe-events-photo-events{background-color:#fff;border:1px solid var(--bb-content-border-color);padding-right:2%;padding-left:2%;margin:0}.tribe-events-photo #tribe-events-footer{border-top:0;padding-top:0}.tribe-events-photo .tribe-events-user-recurrence-toggle{background-color:#fff;border-right:1px solid var(--bb-content-border-color);border-left:1px solid var(--bb-content-border-color);padding:5px 2% 15px;margin-bottom:0}#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event{margin:15px 1%;width:30%}#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap{color:inherit}#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap{background:100% 0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-event-details{background:#fff;border:1px solid var(--bb-content-border-color);border-top:0;border-radius:0 0 4px 4px;-webkit-transition:all linear .2s;transition:all linear .2s;overflow:hidden}#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-event-details:hover{box-shadow:0 6px 24px 0 rgba(18,43,70,.12)}#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .bs-events-post-placeholder{position:relative;overflow:hidden;padding-top:52.56%;display:block;background:#809ab4;border-radius:4px 4px 0 0;text-align:center}#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .bs-events-post-placeholder:after{font-family:bb-icons!important;text-rendering:auto;-webkit-font-smoothing:antialiased;color:#fff;content:"\e803";font-size:70px;margin-left:0;position:absolute;top:50%;right:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);opacity:.5}#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-event-image{margin:0}#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-event-image a{position:relative;overflow:hidden;padding-top:52.56%;display:block;background:#809ab4;border-radius:4px 4px 0 0}#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-event-image a img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover}#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-list-photo-description{font-size:14px;padding-left:0;line-height:21px;display:block;display:-webkit-box;max-height:120px;min-height:120px;margin:15px 0 0;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%}#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event h2.tribe-events-list-event-title{font-size:16px;font-weight:500;line-height:21px;display:block;display:-webkit-box;max-height:24px;min-height:24px;margin:6px 0 0;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%}#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event h2.tribe-events-list-event-title a{color:var(--bb-headings-color)}#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event h2.tribe-events-list-event-title a:hover{color:var(--bb-primary-color)}#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .bs-photo-location{font-size:13px;line-height:1;display:block;display:-webkit-box;max-height:19px;margin:0;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:97%;position:relative;bottom:2px;left:3px}#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .bs-photo-location .tribe-events-venue-details{line-height:1.3}#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap .tribe-events-event-image{margin:0}@media (max-width:600px){#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event{width:100%;max-width:100%;margin-right:0;margin-left:0}}#tribe-events-photo-events.photo-two-col .type-tribe_events.tribe-events-photo-event{width:46%}@media (max-width:600px){#tribe-events-photo-events.photo-two-col .type-tribe_events.tribe-events-photo-event{width:96%;max-width:none}#tribe-events-photo-events{margin-bottom:0}}.tribe-events-event-meta address.tribe-events-address,.tribe-events-list .tribe-events-venue-details{font-style:inherit}#tribe-events-header ul.tribe-events-sub-nav{display:none}.bs-map-wrap #tribe-events-content.tribe-events-list{margin-bottom:0;padding:0!important}#tribe-geo-map-wrapper{background:#fff;border:0;padding:0;margin-bottom:0}.tribe-events-map #tribe-geo-results{background-color:#fff;border:1px solid var(--bb-content-border-color);border-top:0;padding:10px 25px 0;margin-top:0}.tribe-events-map .bs-map-wrap #tribe-events-header{margin:0}.tribe-events-notices{background-color:#fff;border-radius:4px;border:1px solid var(--bb-content-border-color);font-size:16px;color:var(--bb-alternate-text-color);margin-top:0;padding-right:25px;padding-left:25px}#tribe_events_filters_wrapper+#tribe-events-content>.tribe-events-notices{margin-top:0}.events-list .tribe-mini-calendar-list-wrapper div.tribe-events-loop{border:0}.tribe-mini-calendar-event.first,.tribe_mini_calendar_widget .tribe-mini-calendar-event.first{margin-top:0}.tribe-events-day .tribe_mini_calendar_widget .tribe-event-featured{background:100% 0}.tribe-events-day .tribe_mini_calendar_widget .tribe-event-featured .list-date{background-color:var(--bb-body-background-color)}.tribe-events-day .tribe_mini_calendar_widget .tribe-event-featured .list-date .list-dayname{background-color:var(--bb-body-background-color)}.tribe-mini-calendar-event,.tribe_mini_calendar_widget .tribe-mini-calendar-event{border-bottom:0;margin-bottom:0;padding-bottom:0}.tribe-mini-calendar-event .list-date,.tribe_mini_calendar_widget .tribe-mini-calendar-event .list-date{background:100% 0;border-left:1px solid var(--bb-content-border-color);padding:0 0 0 3px;font-weight:inherit}.tribe-mini-calendar-event .list-date .list-dayname,.tribe_mini_calendar_widget .tribe-mini-calendar-event .list-date .list-dayname{padding-top:0}.tribe-mini-calendar-event .list-date .list-daynumber,.tribe_mini_calendar_widget .tribe-mini-calendar-event .list-date .list-daynumber{color:var(--bb-headings-color);padding-bottom:0;font-size:22px;line-height:1.3}.tribe-mini-calendar-event .list-info h2.tribe-events-title,.tribe_mini_calendar_widget .tribe-mini-calendar-event .list-info h2.tribe-events-title{font-weight:500;margin-bottom:5px}.tribe-mini-calendar-event .list-info h2.tribe-events-title a,.tribe_mini_calendar_widget .tribe-mini-calendar-event .list-info h2.tribe-events-title a{color:var(--bb-headings-color)}.tribe-mini-calendar-event .list-info h2.tribe-events-title a:hover,.tribe_mini_calendar_widget .tribe-mini-calendar-event .list-info h2.tribe-events-title a:hover{color:var(--bb-primary-color)}.tribe-events-adv-list-widget p.tribe-events-widget-link{margin-bottom:0;margin-top:10px;text-align:center}.tribe-events-adv-list-widget p.tribe-events-widget-link a{font-weight:inherit;text-transform:uppercase;font-size:12px}.tribe-venue-widget-list li h4.tribe-event-title{margin-bottom:3px;font-weight:500}.tribe-venue-widget-list li h4.tribe-event-title a{color:var(--bb-headings-color)}.tribe-venue-widget-list li h4.tribe-event-title a:hover{color:var(--bb-primary-color)}.tribe-venue-widget-list li span{font-size:13px}.tribe-venue-widget-list .type-tribe_events{margin-bottom:15px}.tribe-venue-widget-list li .tribe-events-event-cost{display:none}.tribe-venue-widget-thumbnail{margin-bottom:10px}.tribe-venue-widget-thumbnail img{border-radius:4px}.tribe-venue-widget-wrapper ul.tribe-venue-widget-list+a{margin-bottom:0;margin-top:10px;text-align:center;font-weight:inherit;text-transform:uppercase;font-size:12px;display:block}.tribe-venue-widget-venue{margin-bottom:12px;padding-bottom:15px;border-bottom:1px solid var(--bb-content-border-color)}.tribe-venue-widget-venue .tribe-venue-widget-venue-name a{font-weight:500;color:var(--bb-headings-color)}.tribe-venue-widget-venue .tribe-venue-widget-venue-name a:hover{color:var(--bb-primary-color)}.tribe-venue-widget-address{font-size:13px}.tribe-venue-widget-address abbr[title]{text-decoration:none}.tribe-events-countdown-widget .tribe-countdown-complete{margin-bottom:10px}.tribe-events-filter-view .tribe-events-page-title{margin-bottom:1.6875rem}.tribe-events-tooltip.showme{display:block}#tribe_events_filter_control a[data-balloon]:after{z-index:999}.tribe-events-calendar .tribe-events-viewmore{padding:9px 0 9px 8px;font-weight:inherit;border-top:0}.tribe-events-day .tribe-events-ajax-loading,.tribe-events-map .tribe-events-ajax-loading{top:70px}.tribe-geo-option-link{font-size:14px;line-height:1.6}#tribe-events a{-webkit-tap-highlight-color:transparent}h2.tribe-events-page-title a{color:var(--bb-headings-color)}h2.tribe-events-page-title a:hover{color:var(--bb-primary-color)}.tribe-events-loop .tribe-events-list-separator-month{margin-bottom:20px}.type-tribe_events .tribe-mini-calendar-event{margin-bottom:2em;padding:25px;background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:4px}.type-tribe_events .tribe-mini-calendar-event .tribe-event-image{float:right;width:-webkit-calc(30% - 20px);width:calc(30% - 20px);margin-left:20px}.type-tribe_events .tribe-mini-calendar-event .tribe-event-image a{position:relative;overflow:hidden;padding-top:50%;display:block;background:#809ab4;border-radius:4px}.type-tribe_events .tribe-mini-calendar-event .tribe-event-image a img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover;border-radius:4px;height:auto}.type-tribe_events .tribe-mini-calendar-event .tribe-event-image~.list-info{width:-webkit-calc(70% - 60px);width:calc(70% - 60px)}.type-tribe_events .tribe-mini-calendar-event .list-date{width:45px;background-color:transparent;padding:0 0 0 10px;margin:0 0 0 15px}.type-tribe_events .tribe-mini-calendar-event .list-date .list-dayname{background-color:transparent;padding:0;color:#f1451f;font-size:12px;line-height:1.6}.type-tribe_events .tribe-mini-calendar-event .list-date .list-daynumber{color:var(--bb-headings-color);font-size:24px;font-weight:400;line-height:1}@media (max-width:544px){.type-tribe_events .tribe-mini-calendar-event .list-date{display:none}}.type-tribe_events .tribe-mini-calendar-event .list-info{width:-webkit-calc(100% - 60px);width:calc(100% - 60px);margin-top:0;position:relative;padding-left:0}.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-title{font-size:18px}.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-title a{color:var(--bb-headings-color)}.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-title a:hover{color:var(--bb-primary-color)}.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-section-s{padding:0}.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-duration{color:var(--bb-alternate-text-color)}.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-divider{display:none}.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-event-cost{position:absolute;font-style:normal;font-weight:700;line-height:1;text-align:center;font-size:16px;top:0;left:10px}.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-location{color:var(--bb-alternate-text-color)}.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-location>*{display:inline-block}.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-organizer{color:var(--bb-alternate-text-color)}.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-organizer>span>*{display:inline-block}.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-organizer>span .tribe-events-tel{margin-right:8px}@media (max-width:544px){.type-tribe_events .tribe-mini-calendar-event .list-info{width:100%}}@media (max-width:544px){.type-tribe_events .tribe-mini-calendar-event .tribe-event-image{width:100%;margin-bottom:15px}.type-tribe_events .tribe-mini-calendar-event .tribe-event-image~.list-info{width:100%}.type-tribe_events .tribe-mini-calendar-event .list-info{padding-left:0}.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-title{width:-webkit-calc(100% - 65px);width:calc(100% - 65px)}}.type-tribe_events.tribe-event-featured .tribe-mini-calendar-event .list-info .tribe-events-duration{color:rgba(255,255,255,.7)}.tribe-common .tribe-common-anchor-thin{border-bottom:0}.tribe-common .tribe-common-anchor-thin:active,.tribe-common .tribe-common-anchor-thin:focus,.tribe-common .tribe-common-anchor-thin:hover{border-bottom:0}.widget .type-tribe_events.tribe-event-featured .tribe-mini-calendar-event{padding:0}.widget .type-tribe_events.tribe-event-featured.tribe-events-list-widget-events .tribe-event-image{width:auto;margin-right:-1.5rem;margin-left:-1.5rem}.widget .type-tribe_events.tribe-event-featured.tribe-events-list-widget-events .tribe-event-duration{font-size:13px;color:rgba(255,255,255,.7)}.widget .type-tribe_events.tribe-event-featured .tribe-event-image{width:100%;margin-left:0}.widget .type-tribe_events.tribe-event-featured .tribe-event-image a,.widget .type-tribe_events.tribe-event-featured .tribe-event-image img{border-radius:0}.widget .type-tribe_events.tribe-event-featured .tribe-event-image~.list-info{width:100%;margin:15px 0}.widget .type-tribe_events.tribe-event-featured .tribe-event-image~.list-info .tribe-events-title a{color:#fff}.widget .type-tribe_events.tribe-event-featured .tribe-event-image~.list-info .tribe-events-duration{color:rgba(255,255,255,.7)}.widget .tribe-common.tribe-events.tribe-events-widget-shortcode.tribe-events-widget-shortcode-events-week .tribe-events-header{font-size:14px;margin:0}.widget .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-week,.widget .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-shortcode-events-week{padding-right:0;padding-left:0;padding-bottom:0}.widget .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-week .tribe-events-c-top-bar__nav-list-date,.widget .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-shortcode-events-week .tribe-events-c-top-bar__nav-list-date{margin:0}.widget .tribe-events-pro .tribe-events-pro-week-day-selector__day-weekday{margin-bottom:5px}.widget .tribe-common .tribe-common-l-container{padding-right:0;padding-left:0}.widget .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-month,.widget .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-shortcode-month{padding:0}.widget-area>.tribe-compatibility-container>.tribe-events-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-area>.tribe-compatibility-container>.tribe-events-widget .tribe-events-widget-events-list__header{margin-bottom:0}.widget-area>.tribe-compatibility-container>.tribe-events-widget header>h2{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}.tribe-events-pro .tribe-events-pro-week-mobile-events__event-featured-image,.tribe-events-pro .tribe-events-pro-week-mobile-events__event-featured-image-link{border-radius:var(--bb-block-radius-inner)}.tribe-common .tribe-common-c-btn-border,.tribe-common a.tribe-common-c-btn-border{border-radius:var(--bb-button-radius)}.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list,.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list{border-radius:var(--bb-block-radius)}.tribe_ext_sch_day_view #tribe-events-content .tribe-events-day-time-slot,.tribe_ext_sch_day_view .tribe-events-day .tribe-events-day-time-slot{-ms-flex-flow:column;flex-flow:column}.tribe_ext_sch_day_view #tribe-events-content .tribe-events-day-time-slot h5,.tribe_ext_sch_day_view .tribe-events-day .tribe-events-day-time-slot h5{border-left:0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding:0;color:var(--bb-headings-color)}.tribe_ext_sch_day_view .tribe-events-day-time-slot .type-tribe_events{display:none}.tribe_ext_sch_day_view #main .tribe-events-day-time-slot .type-tribe_events{border-right:0;border-bottom:1px solid var(--bb-content-border-color)}.tribe_ext_sch_day_view .tribe-events-list-event-title a{color:var(--bb-headings-color);font-size:18px;font-weight:500}.tribe_ext_sch_day_view .tribe-events-list-event-title a:hover{color:var(--bb-primary-color)}.tribe_ext_sch_day_view .time-details{color:var(--bb-alternate-text-color);font-size:13px;font-weight:400}.tribe_ext_sch_day_view .tribe-events-day-group-trigger{background:100% 0;box-shadow:none;color:inherit;padding-top:20px;padding-bottom:20px}.tribe_ext_sch_day_view .tribe-events-day-group-trigger:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.05)}.tribe_ext_sch_day_view .tribe-events-day-time-slot.tribe-events-day-grouping-is-active .tribe-events-day-group-trigger{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.05)}.tribe-common .tribe-common-c-btn,.tribe-common .tribe-common-c-btn:hover,.tribe-common a.tribe-common-c-btn,.tribe-common a.tribe-common-c-btn:hover{background:var(--bb-primary-color)}.tribe-events-venue .tribe-events-map-wrap{background:#fff;border-radius:4px;border-color:#fff;box-shadow:0 0 5px 2px rgba(18,43,70,.05);padding:3px;width:45%}@media (max-width:800px){.tribe-events-venue .tribe-events-map-wrap{width:100%}.tribe-events-venue .tribe-events-venue-meta{padding:10px 20px 12px}}.tribe-events-venue .tribe-venue-description{font-size:14px}.tribe-events-venue .venue-address{font-size:13px;color:var(--bb-alternate-text-color);line-height:1.4;margin-top:25px}.tribe-events-venue .venue-address abbr[title]{text-decoration:none}.tribe-events-venue .venue-address .tribe-address{font-style:inherit}.tribe-events-venue .tribe-events-venue-meta .tribe-events-event-image{margin-top:1.25em}.tribe-events-venue .tribe-events-venue-meta .tribe-events-event-image a{padding-top:36%;position:relative;overflow:hidden;display:block;background:#809ab4;border-radius:4px;margin-bottom:0}.tribe-events-venue .tribe-events-venue-meta .tribe-events-event-image a img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover}.tribe-events-venue .tribe-events-venue-meta a.tribe-events-gmap{font-size:13px;height:30px;padding:5px 0 5px 12px;vertical-align:middle;display:inline-block;line-height:1.4;background:var(--bb-primary-color);border:1px solid var(--bb-primary-color);color:#fff;font-weight:500;text-transform:none;border-radius:var(--bb-button-radius);-webkit-transition:all linear .2s;transition:all linear .2s;position:relative}.tribe-events-venue .tribe-events-venue-meta a.tribe-events-gmap:before{content:"";display:inline-block;width:12px;height:12px;background-color:var(--bb-primary-color);position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.tribe-events-venue .tribe-events-venue-meta a.tribe-events-gmap:hover{color:#fff;border-color:var(--bb-primary-color);background:var(--bb-primary-color)}.tribe-events-venue .tribe-events-list-separator-month{font-weight:inherit;position:relative;z-index:9;display:inline-block;width:-webkit-calc(100% - 50px);width:calc(100% - 50px);padding-right:0;padding-left:0;padding-top:0;margin:0 25px;overflow:hidden;border:0;background:100% 0}.tribe-events-venue .tribe-events-list-separator-month:before{content:"";position:absolute;bottom:50%;right:0;border-bottom:1px solid var(--bb-content-border-color);width:100%;z-index:0}.tribe-events-venue .tribe-events-list-separator-month span{background:var(--bb-body-background-color);padding:3px 0 3px 10px;font-weight:inherit;font-size:13px;position:relative;z-index:1}.tribe-events-venue .tribe-events-back{padding-right:10px;margin-bottom:0}.tribe-events-venue .tribe-events-back a{-webkit-tap-highlight-color:transparent}.tribe-events-back{margin-bottom:10px}.tribe-events-back a{font-weight:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;left:3px}.tribe-events-back a i{font-size:25px;position:relative;top:1px;right:3px}.single-tribe_venue .tribe-events-loop{max-width:100%}.single-tribe_venue .tribe-events-loop .type-tribe_events.tribe-events-first{padding-top:0;margin-top:1rem}.tribe-events-venue h4.bs-venue-up-label{margin:0 25px;font-size:16px}.tribe-events-venue #tribe-events-content h2.tribe-events-page-title{background-color:transparent;border:0;font-size:16px;margin:0;padding-top:0;padding-bottom:0;font-weight:inherit;line-height:24px}.tribe-events-venue h4.bs-venue-up-label+#tribe-events-content>.tribe-events-notices{margin-top:20px;margin-right:1em;margin-left:1em}.tribe-events-pro .tribe-events-pro-venue__meta{border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color)}.tribe-events-pro .tribe-events-pro-venue__meta-data-google-maps-default{border-radius:var(--bb-block-radius) 0 0 var(--bb-block-radius)}@media (max-width:800px){.tribe-events-venue .tribe-events-venue-meta .tribe-events-event-meta{background-color:transparent;border:0;padding:0}}.tribe-events-organizer .tribe-events-list-separator-month{font-weight:inherit;position:relative;overflow:hidden;border:0;padding-top:0;background:100% 0}.tribe-events-organizer .tribe-events-list-separator-month:before{content:"";position:absolute;bottom:50%;right:0;border-bottom:1px solid var(--bb-content-border-color);width:100%;z-index:0;margin-right:130px}.tribe-events-organizer .tribe-events-list-separator-month span{background:100% 0;padding:3px 0;font-weight:inherit;font-size:13px}.tribe-events-organizer .tribe-events-organizer-meta.bs-organizer-meta{max-width:100%;padding:25px 25px 0}.tribe-events-organizer .tribe-organizer-description{font-size:14px;margin-bottom:20px}.single-tribe_organizer .tribe-events-loop{max-width:100%}.single-tribe_organizer .tribe-events-organizer-meta .bs-organize-col.bs-organize-col1{width:100%}.single-tribe_organizer .bs-organizer-meta{background-color:#fff;border:1px solid var(--bb-content-border-color);border-bottom:0}.single-tribe_organizer .bs-organizer-cols{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 25px 0 0;background-color:var(--bb-content-alternate-background-color);border-radius:4px;margin-bottom:25px}.single-tribe_organizer .bs-organize-col1{padding:0}.single-tribe_organizer .bs-organize-col1 .bs-organize-sq-wr{padding-left:25px}.single-tribe_organizer .bs-organize-col1 .bs-organize-sq-fi{width:40%;float:left;margin-right:35px}.single-tribe_organizer .bs-organize-col1 .bs-organize-sq-fi .tribe-events-event-image{margin-bottom:0}.single-tribe_organizer .bs-organize-col1 .bs-organize-sq-fi .tribe-events-event-image a{position:relative;overflow:hidden;padding-bottom:100%;display:block}.single-tribe_organizer .bs-organize-col1 .bs-organize-sq-fi .tribe-events-event-image a img{position:absolute;max-width:100%;object-fit:cover;min-height:100%;max-height:100%;top:50%;right:50%;-webkit-transform:translateX(50%) translateY(-50%);-ms-transform:translateX(50%) translateY(-50%);transform:translateX(50%) translateY(-50%)}@media (max-width:992px){.single-tribe_organizer .bs-organize-col1 .bs-organize-sq-fi{margin-left:0;margin-bottom:20px;width:100%;padding-left:25px;padding-top:20px}.single-tribe_organizer .bs-organize-col1 .bs-organize-sq-fi .tribe-events-event-image a{padding-bottom:45%}.single-tribe_organizer .bs-organize-col1 .bs-organize-sq-fi .tribe-events-event-image a img{border-radius:4px}}.single-tribe_organizer .bs-organize-col2{-webkit-box-flex:0;-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%}.single-tribe_organizer .bs-organize-col2 .tribe-events-event-image{margin-bottom:0;height:100%}.single-tribe_organizer .bs-organize-col2 .tribe-events-event-image img{object-fit:cover;min-height:100%;border-radius:4px 0 0 4px}@media (max-width:800px){.single-tribe_organizer .bs-organizer-cols{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.single-tribe_organizer .bs-organize-col1{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.single-tribe_organizer .bs-organize-col2{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:100%;padding-left:25px}.single-tribe_organizer .bs-organize-col2 .tribe-events-event-image{margin-top:20px;height:100%}.single-tribe_organizer .bs-organize-col2 .tribe-events-event-image img{object-fit:cover;min-height:100%;border-radius:4px}}.single-tribe_organizer h2.tribe-organizer-name{font-size:20px;font-weight:500;margin-bottom:0;margin-top:20px;line-height:28px}.single-tribe_organizer h4.tribe-organizer-label{font-size:13px;color:var(--bb-alternate-text-color);margin-bottom:15px}.single-tribe_organizer address.organizer-address{font-weight:inherit;font-size:13px}.single-tribe_organizer address.organizer-address span{white-space:normal}.single-tribe_organizer address.organizer-address span.tel{display:block;margin:0 0 10px;color:var(--bb-alternate-text-color)}.single-tribe_organizer address.organizer-address span.tel+span.tribe-events-divider{display:none}.single-tribe_organizer address.organizer-address span.tribe-events-divider{color:var(--bb-content-border-color);margin:0 7px 0 10px}@media (max-width:1200px){.has-sidebar .bs-organizer-meta .bs-organizer-cols{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.has-sidebar .bs-organizer-meta .bs-organize-col1{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.has-sidebar .bs-organizer-meta .bs-organize-col2{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:100%;padding-left:25px}.has-sidebar .bs-organizer-meta .bs-organize-col2 .tribe-events-event-image{margin-top:20px;height:100%}.has-sidebar .bs-organizer-meta .bs-organize-col2 .tribe-events-event-image img{object-fit:cover;min-height:100%;border-radius:4px}}.bs-organizer-wrap .bs-organizer-up-events #tribe-events-content.tribe-events-list{padding:0!important}.bs-organizer-wrap .bs-organizer-up-events .tribe-events-list{overflow:hidden}.bs-organizer-wrap .bs-organizer-up-events .tribe-events-list #tribe-events-header{background-color:#fff;border-right:1px solid var(--bb-content-border-color);border-left:1px solid var(--bb-content-border-color);margin-bottom:0}.bs-organizer-wrap .bs-organizer-up-events .tribe-events-list .bs-tribe-events-loop-headers{background-color:#fff;border-right:1px solid var(--bb-content-border-color);border-left:1px solid var(--bb-content-border-color)}.bs-organizer-wrap .bs-organizer-up-events .tribe-events-list .tribe-events-loop{background-color:#fff;border-right:1px solid var(--bb-content-border-color);border-left:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color);padding-top:1rem;padding-bottom:1rem}.bs-organizer-wrap .bs-organizer-up-events .tribe-events-list .tribe-events-loop .type-tribe_events:first-of-type{margin-top:0}.bs-organizer-wrap .bs-organizer-up-events h4.bs-organizer-up-label{background-color:#fff;border-right:1px solid var(--bb-content-border-color);border-left:1px solid var(--bb-content-border-color);padding:20px 25px 0;margin-bottom:0;font-size:16px}.bs-organizer-wrap .bs-organizer-up-events .tribe-events-notices{padding-right:25px;padding-left:25px;border-top:0;border-radius:0}.tribe-events-pro .tribe-events-pro-organizer__meta{border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color)}@media (max-width:800px){.tribe-events-organizer address.organizer-address{background-color:transparent;border:0;padding:0}}.bs-single-body{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-bottom:0;border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}.bs-single-body .tribe-events-event-image{padding-top:36%;position:relative;overflow:hidden;display:block;background:#809ab4;border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0;margin-bottom:0}.bs-single-body .tribe-events-event-image img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover}.bs-single-body .bs-single-content{padding:30px 30px 35px}.tribe-events-single p.tribe-events-back{display:none}.tribe-events-single p.tribe-events-back+div.tribe-events-notices{margin-top:0}.single-tribe_events .tribe-events-single-event-description{font-size:15px}.single-tribe_events .bs-event-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:1.2em;margin-top:30px}.single-tribe_events .bs-event-heading .tribe-event-schedule-short{-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px;max-width:50px;text-align:center;line-height:1;padding:0}.single-tribe_events .bs-event-heading .tribe-event-schedule-short .bs-schedule-short-date{padding:3px 0 3px 8px;border-left:0}.single-tribe_events .bs-event-heading .tribe-event-schedule-short .bs-schedule-short-m{color:var(--bb-danger-color);font-size:18px;margin-bottom:5px;font-weight:inherit;display:block;text-transform:uppercase}.single-tribe_events .bs-event-heading .tribe-event-schedule-short .bs-schedule-short-d{color:var(--bb-headings-color);font-size:36px;font-weight:400;display:block}.single-tribe_events .bs-event-heading .tribe-event-schedule-long{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-right:20px;padding-top:2px;display:-webkit-box;display:-ms-flexbox;display:flex}.single-tribe_events .bs-event-heading .tribe-event-schedule-long .bs-tribe-events-single-heading{margin-left:auto}.single-tribe_events .bs-event-heading .tribe-event-schedule-long h2{font-size:14px;color:var(--bb-alternate-text-color);line-height:1;margin-bottom:3px}.single-tribe_events .bs-event-heading .tribe-event-schedule-long .tribe-events-schedule{margin:0}.single-tribe_events .tribe-events-event-meta{margin:0;background:var(--bb-content-alternate-background-color);border:0}.single-tribe_events .bs-single-pri-meta{background:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);border-top:0;border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius);margin-bottom:30px;overflow:hidden}.single-tribe_events .bs-single-pri-meta .tribe-events-event-meta.primary{padding-right:8%;padding-left:8%}.single-tribe_events .bs-single-pri-meta .tribe-events-event-meta.secondary .tribe-events-venue-map{width:92%;margin-right:4%}.single-tribe_events .bs-single-pri-meta abbr[title]{text-decoration:none}.single-tribe_events .bs-single-pri-meta .tribe-events-meta-group .tribe-events-single-section-title{font-weight:500;margin-bottom:20px}.single-tribe_events .bs-single-pri-meta .tribe-events-meta-group .tribe-events-single-section-title:before{font-family:bb-icons!important;font-size:18px;font-weight:400;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:5px}.single-tribe_events .bs-single-pri-meta .tribe-events-meta-group.tribe-events-meta-group-details .tribe-events-single-section-title:before{content:"\ee74"}.single-tribe_events .bs-single-pri-meta .tribe-events-meta-group.tribe-events-meta-group-venue .tribe-events-single-section-title:before{content:"\eed1";font-size:22px;margin-left:0;position:relative;top:1px}.single-tribe_events .bs-single-pri-meta .tribe-events-meta-group.tribe-events-meta-group-organizer .tribe-events-single-section-title:before{content:"\ef52"}.single-tribe_events .tribe-events-venue-map{background:#fff;border-radius:4px;border-color:#fff;box-shadow:0 0 5px 2px rgba(18,43,70,.05)}.single-tribe_events #tribe-events-footer{border-top:0;padding-top:0}.single-tribe_events #tribe-events-content .tribe-events-event-meta dl dt{color:var(--bb-alternate-text-color);font-weight:inherit;line-height:1.5}.single-tribe_events #tribe-events-content .tribe-events-event-meta dl dd.tribe-organizer a,.single-tribe_events #tribe-events-content .tribe-events-event-meta dl dd.tribe-venue a{font-weight:500}.single-tribe_events #tribe-events-content .tribe-events-event-meta dl a{color:var(--bb-headings-color)}.single-tribe_events #tribe-events-content .tribe-events-event-meta dl a:hover{color:var(--bb-primary-color)}#tribe-events .bs-single-content .tribe-events-cal-links a.tribe-events-button{background:100% 0;border:1px solid var(--bb-primary-color);color:var(--bb-primary-color);border-radius:var(--bb-button-radius)}#tribe-events .bs-single-content .tribe-events-cal-links a.tribe-events-button:hover{color:var(--bb-primary-color);border-color:var(--bb-primary-color);background:100% 0;box-shadow:none}.tribe-events-single ul.tribe-related-events{margin-right:-5px;margin-left:-5px;margin-bottom:20px}.tribe-events-single ul.tribe-related-events li{margin-right:5px;margin-left:5px;margin-bottom:2%;width:31.333%;border:1px solid var(--bb-content-border-color);background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius)}.tribe-events-single ul.tribe-related-events li:last-child{margin-left:5px}.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail{margin-bottom:0}@media (max-width:800px){.tribe-events-single ul.tribe-related-events li{width:48%}}.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail a{position:relative;overflow:hidden;padding-top:52.56%;display:block;background:var(--bb-cover-image-background-color);border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail a img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover}.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail a .bs-events-related-placeholder{position:absolute;top:0;right:0;width:100%;overflow:hidden;padding-top:52.56%;display:block;border-radius:4px 4px 0 0}.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail a .bs-events-related-placeholder:after{font-family:bb-icons!important;text-rendering:auto;-webkit-font-smoothing:antialiased;color:#fff;content:"\e803";font-size:70px;margin-left:0;position:absolute;top:50%;right:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);opacity:.5}.tribe-events-single ul.tribe-related-events li .tribe-related-event-info{background-color:var(--bb-content-background-color);border-top:0;border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius);padding:15px}.tribe-events-single ul.tribe-related-events li .tribe-related-event-info .tribe-related-events-title{font-weight:500;font-size:16px}.tribe-events-single ul.tribe-related-events li .tribe-related-event-info span{font-size:13px}.tribe-events-single ul.tribe-related-events h3.tribe-related-events-title a{color:var(--bb-headings-color)}.tribe-events-single ul.tribe-related-events h3.tribe-related-events-title a:hover{color:var(--bb-primary-color)}.tribe-events-single ul.tribe-related-events .tribe-event-schedule-short{-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px;max-width:40px}.tribe-events-single ul.tribe-related-events .tribe-event-schedule-short .bs-schedule-short-date{border-left:1px solid var(--bb-content-border-color);padding-left:5px}.tribe-events-single ul.tribe-related-events .tribe-event-schedule-short .bs-schedule-short-m{font-size:12px}.tribe-events-single ul.tribe-related-events .tribe-event-schedule-short .bs-schedule-short-d{font-size:24px}@media (max-width:800px){.tribe-events-single ul.tribe-related-events .tribe-event-schedule-short{display:none}}.tribe-events-single ul.tribe-related-events .tribe-event-schedule-long{padding-right:12px}.tribe-events-single ul.tribe-related-events .tribe-event-schedule-long h3.tribe-related-events-title{line-height:1.55;display:block;display:-webkit-box;max-height:1.55em;margin:0;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%}.tribe-events-single ul.tribe-related-events .tribe-event-schedule-long .bs-tribe-related-events-schedule-details{line-height:1.55;display:block;display:-webkit-box;max-height:1.55em;margin:0;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%;color:var(--bb-alternate-text-color)}.tribe-events-single ul.tribe-related-events .tribe-event-schedule-long .bs-related-location .tribe-events-venue-details{line-height:1.55;display:block;display:-webkit-box;max-height:1.95em;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%;position:relative;left:6px}@media (max-width:800px){.tribe-events-single ul.tribe-related-events .tribe-event-schedule-long{padding-right:0}}h3.tribe-events-related-events-title{font-size:18px}@media (max-width:800px){.single-tribe_events .tribe-events-schedule{background:100% 0;border:0;padding-top:0;padding-left:0}.tribe-events-single ul.tribe-related-events .tribe-related-events-thumbnail,.tribe-events-single ul.tribe-related-events li .tribe-related-event-info{float:none;width:100%}.tribe-events-event-meta .tribe-events-meta-group{padding-right:30px;padding-bottom:20px}.tribe-events-event-meta .tribe-events-meta-group h3.tribe-events-single-section-title{position:relative;left:25px}}@media (max-width:544px){.tribe-events-event-meta .tribe-events-meta-group{padding-right:5px}}@media (max-width:1200px){.has-sidebar .tribe-events-event-meta .tribe-events-meta-group{float:none;width:100%;padding-right:25px;padding-bottom:20px}.has-sidebar .tribe-events-event-meta .tribe-events-meta-group h3.tribe-events-single-section-title{position:relative;left:25px}.has-sidebar .tribe-events-single ul.tribe-related-events li{width:48%}}@media (max-width:800px){.has-sidebar .tribe-events-single ul.tribe-related-events li{width:98%}}.single-tribe_events .tribe-events-cal-links{margin:1.5em 0 1em}.bb-tribe-events-views-v2 .tribe-events-single .tribe-events-notices{padding:8px 25px}.bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li>a:after,.bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li>a:before,.bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li>a:focus:after,.bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li>a:focus:before,.bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li>a:hover:after,.bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li>a:hover:before{background:100% 0;display:inherit;height:auto;vertical-align:unset;width:auto;margin:0}#tribe-events #tribe_events_filters_wrapper.tribe-events-filters-horizontal,#tribe-events .tribe-filters-closed #tribe_events_filters_wrapper.tribe-events-filters-horizontal{margin:0;padding-bottom:0;padding-right:0;padding-left:0;background:#fff;border:1px solid var(--bb-content-border-color);position:relative;z-index:5;top:1px;font-size:12px}#tribe_events_filters_wrapper a{color:#939597}#tribe_events_filters_wrapper a:hover{color:var(--bb-primary-color)}#tribe_events_filters_wrapper a#tribe_events_filters_reset,#tribe_events_filters_wrapper a#tribe_events_filters_toggle{font-weight:400;text-transform:uppercase}#tribe_events_filters_wrapper a#tribe_events_filters_reset:before,#tribe_events_filters_wrapper a#tribe_events_filters_toggle:before{content:"\ee9a";font-family:bb-icons;font-size:13px;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:5px}#tribe_events_filters_wrapper a#tribe_events_filters_reset:before{content:"\ef50"}#tribe_events_filters_wrapper a#tribe_events_filters_reset span.tribe-reset-icon{display:none}#tribe_events_filters_wrapper .tribe-events-filters-content .tribe-events-filters-group-heading{font-weight:inherit;font-size:14px;padding-left:22px;color:#939597}#tribe_events_filters_wrapper .tribe-events-filters-content .tribe-events-filters-group-heading span{display:none}#tribe_events_filters_wrapper .tribe-events-filters-content .tribe-events-filters-group-heading:after{content:"\e826";font-family:bb-icons;font-weight:400;speak:none;display:inline-block;color:#939597;position:absolute;left:0;top:1px;font-size:22px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#tribe_events_filters_wrapper .tribe-events-filters-content #tribe_events_filter_control a{color:#939597}#tribe_events_filters_wrapper .tribe-events-filters-content #tribe_events_filter_control a:hover{color:var(--bb-primary-color)}#tribe_events_filters_wrapper .tribe-events-filters-content .tribe-events-filter-group li{background:#fff}#tribe_events_filters_wrapper .tribe-events-filters-content label{position:relative;border-bottom:0;padding:8px}#tribe_events_filters_wrapper .tribe-events-filters-content label input[type=checkbox]{width:1px;margin:0}#tribe_events_filters_wrapper .tribe-events-filters-content label span.checkbox{z-index:5;display:inline-block;width:17px;height:17px;background:#fff;border:1px solid var(--bb-content-border-color);margin:0;position:relative;top:0;float:right;border-radius:2px;margin-left:2px;line-height:1.35}#tribe_events_filters_wrapper .tribe-events-filters-content label span.checkbox.on{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color)}#tribe_events_filters_wrapper .tribe-events-filters-content label span.checkbox.on:before{font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;content:"\e876";margin-left:0;position:absolute;bottom:-5px;right:-2px;z-index:9;color:#fff}#tribe_events_filters_wrapper .tribe-events-filters-content .ui-widget-content{background-color:#ebebeb;background-image:none}#tribe_events_filters_wrapper .tribe-events-filters-content .ui-slider .ui-slider-range{background-color:var(--bb-primary-color);background-image:none}#tribe_events_filters_wrapper .tribe-events-filters-content .ui-slider .ui-slider-handle{background-color:var(--bb-primary-color);background-image:none;border:0;width:.8em;height:.8em;top:-.3em;cursor:pointer}#tribe_events_filters_wrapper .tribe-events-filters-content .ui-slider .ui-slider-handle:focus{outline:0}#tribe_events_filters_wrapper .tribe-events-filters-content .ui-slider-horizontal{height:.2em;width:94%}#tribe_events_filters_wrapper .tribe-events-filters-content .ui-slider-horizontal .ui-slider-handle:last-of-type{margin-right:0}#tribe_events_filters_wrapper .tribe-events-filters-content select{display:inline-block;font-family:inherit;font-style:inherit;font-size:13px;height:41px!important;outline:0;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;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:left 1rem center;padding-left:40px;box-sizing:border-box;width:99%}#tribe_events_filters_wrapper .tribe-events-filters-content select.placeholder{color:#c3c6c9}#tribe_events_filters_wrapper .tribe-events-filters-content select:placeholder{color:#c3c6c9}#tribe_events_filters_wrapper .tribe-events-filters-content select::-webkit-input-placeholder{color:#c3c6c9}#tribe_events_filters_wrapper .tribe-events-filters-content select:-ms-input-placeholder{color:#c3c6c9}#tribe_events_filters_wrapper .tribe-events-filters-content select::placeholder{color:#c3c6c9}#tribe_events_filters_wrapper .tribe-events-filters-content select:input-placeholder{color:#c3c6c9}#tribe_events_filters_wrapper .tribe-events-filters-content select::input-placeholder{color:#c3c6c9}#tribe_events_filters_wrapper input[type=checkbox],#tribe_events_filters_wrapper input[type=radio]{margin-top:10px}#tribe_events_filters_wrapper input[type=submit]{margin:auto}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading .tribe-events-filters-label{margin-left:auto;margin-right:25px;font-size:14px;font-weight:500}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading #tribe_events_filter_control{margin-left:25px;font-size:14px}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading #tribe_events_filter_control a{font-weight:inherit}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading #tribe_events_filter_control a i{margin-left:5px}@media (max-width:800px){.tribe-filters-open #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading{padding:0;border-bottom:0}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading .tribe-events-filters-label{display:none}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading #tribe_events_filter_control{margin:13px 25px 5px;text-align:center;width:100%}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading #tribe_events_filter_control a{background:#fff;color:var(--bb-primary-color);margin:0;border:0;height:auto;line-height:1}}.tribe-events-filters-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid var(--bb-content-border-color);padding:5px 0 13px}.tribe-filters-closed .tribe-events-filters-heading{border-bottom:0}@media (min-width:800px){#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe_events_filter_item{margin-left:10px}.tribe-events-filters-horizontal .tribe_events_filter_item.active{margin-bottom:0}}@media (min-width:1200px){#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe_events_filter_item{margin-left:20px}}@media (min-width:768px){.tribe_events_filter_control:not(.tribe-events-filters-mobile-controls){display:-webkit-box;display:-ms-flexbox;display:flex}}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content{background:#fff;border:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe-events-filters-label{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-left:auto;margin-right:25px;margin-bottom:10px}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe_events_filters_show_filters{margin-right:25px;text-transform:uppercase}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe_events_filter_control:not(.tribe-events-filters-mobile-controls) .tribe_events_filters_reset{white-space:nowrap}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe_events_filter_control:not(.tribe-events-filters-mobile-controls) .tribe_events_filters_reset:hover{color:var(--bb-primary-color)}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe_events_filter_control{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;min-width:45px;margin-left:25px;margin-bottom:10px}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe_events_filter_control a{font-weight:inherit;font-size:12px}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe_events_filter_control a.tribe_events_filters_show_filters{text-align:left;display:inline-block;width:auto;float:left}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content #tribe_events_filters_form{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-left:-25px;margin-bottom:0;margin-right:-25px;padding:10px 25px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;border-top:1px solid var(--bb-content-border-color)}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content #tribe_events_filters_form .tribe-events-filters-group-heading{padding-left:22px;padding-right:0}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content #tribe_events_filters_form .tribe-events-filters-group-heading:focus,#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content #tribe_events_filters_form .tribe-events-filters-group-heading:hover{box-shadow:none}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe-events-filter-group{min-width:210px;border-radius:3px;z-index:10;background:#fff}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe-events-filter-group ul{border-radius:3px}@media (max-width:800px){#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe-events-filters-label{margin-right:0;margin-left:0;width:100%}}body.no-js #tribe_events_filters_form>input[type=submit]{display:none}#tribe_events_filters_wrapper.tribe-events-filters-vertical{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;padding-bottom:0}#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content{background:#fff;border-right:0;border-left:0}#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content #tribe_events_filters_form{margin-bottom:0}#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content #tribe_events_filters_form .bs-last-filter .tribe-events-filter-group{border-bottom:0}#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filter-group.tribe-events-filter-autocomplete,#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filter-group.tribe-events-filter-multiselect,#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filter-group.tribe-events-filter-range,#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filter-group.tribe-events-filter-select{background:#fff;padding-right:0;padding-left:0}#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filters-group-heading{background:100% 0;border-color:var(--bb-content-border-color);padding-right:0;padding-left:0}#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filters-group-heading:focus,#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filters-group-heading:hover{background:100% 0;box-shadow:none}#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filter-group{border:0}#tribe_events_filters_wrapper.tribe-events-filters-vertical label.tribe-events-filters-label{font-family:inherit;font-size:.6875rem;font-weight:600;color:var(--bb-headings-color);letter-spacing:.25px;line-height:1rem;margin:0;text-transform:uppercase;border-bottom:1px solid var(--bb-content-border-color)}#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-group-heading:after{content:"\E827";left:0;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);top:30%;border:0}#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe_events_filter_item.closed .tribe-events-filters-group-heading:after{border:0}#tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control{padding:0 15px;margin:10px 0 0}#tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control a{color:#939597}#tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control a:hover{color:var(--bb-primary-color)}#tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control a#tribe_events_filters_reset{margin:0}.tribe-filters-closed #tribe_events_filters_wrapper #tribe_events_filter_control{border:0}.tribe-filters-closed #tribe_events_filters_wrapper .tribe-events-filters-content{border:0}#tribe_events_filters_form{padding:15px}.tribe_events_filter_control{margin:0}.tribe-js-filters-toggle.tribe-js-filters-toggle,.tribe_events_filters_toggle.tribe_events_filters_toggle{display:block;width:100%;text-align:right;padding:12px 15px;box-shadow:none;background:100% 0;border:0}.tribe-js-filters-toggle.tribe-js-filters-toggle:focus,.tribe-js-filters-toggle.tribe-js-filters-toggle:hover,.tribe_events_filters_toggle.tribe_events_filters_toggle:focus,.tribe_events_filters_toggle.tribe_events_filters_toggle:hover{box-shadow:none;color:var(--bb-primary-color)}#tribe_events_filters_wrapper button:focus,#tribe_events_filters_wrapper label input[type=checkbox]:focus,#tribe_events_filters_wrapper label input[type=radio]{outline:0}.tribe-events-filter-view.tribe-filters-closed #tribe_events_filters_wrapper .tribe_events_filters_toggle{color:inherit;margin:auto;max-width:30%;text-align:center;border:0;padding:10px;box-shadow:none}.tribe-events-filter-view.tribe-filters-closed #tribe_events_filters_wrapper .tribe_events_filters_toggle:focus,.tribe-events-filter-view.tribe-filters-closed #tribe_events_filters_wrapper .tribe_events_filters_toggle:hover{box-shadow:none;color:var(--bb-primary-color)}#tribe_events_filters_wrapper .tribe-events-filters-group-heading:focus,#tribe_events_filters_wrapper .tribe-events-filters-group-heading:hover{border:0;outline:0}#tribe_events_filters_wrapper .tribe-events-filters-group-heading{padding:10px 15px}#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-group-heading:after{top:20%}.tribe_events_filter_item{margin-bottom:15px}#tribe_events_filters_wrapper .tribe-events-filter-group ul li{display:-webkit-box;display:-ms-flexbox;display:flex;padding:3px 0}#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe_events_filter_item.closed .tribe-filter-status{display:none}.tribe_events_filters_reset.tribe_events_filters_reset,.tribe_events_filters_reset.tribe_events_filters_reset:focus,.tribe_events_filters_reset.tribe_events_filters_reset:hover{background:100% 0;box-shadow:none;color:inherit;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;width:100%;border:0}@media screen and (max-width:768px){#tribe_events_filters_form .tribe_events_filters_reset--desktop{display:none}}.tribe_events_filters_reset.tribe_events_filters_reset .tribe-reset-icon{font-family:bb-icons;font-size:14px;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:0}.tribe_events_filters_reset.tribe_events_filters_reset .tribe-reset-icon:before{content:"\ef39"}#tribe_events_filters_wrapper .tribe-events-filters-group-heading{border:0}#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content{border-bottom:0}@media screen and (max-width:800px){.tribe-filters-open .tribe-events-filters-vertical+#tribe-events-content,.tribe-filters-open .tribe-events-filters-vertical+.tribe-bar-disabled+#tribe-events-content{width:100%;padding-right:0!important;float:none}}body.no-js #tribe-events-content-wrapper{display:none}.tribe-filters-closed #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical{border:1px solid var(--bb-content-border-color);border-bottom:0;border-radius:0;padding-bottom:5px;padding-top:5px;height:auto;margin-bottom:0}.tribe-filters-closed #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical a#tribe_events_filters_toggle{text-align:left;display:inline-block;width:auto;float:right;background:100% 0;border:0}.tribe-filters-open .tribe-events-filters-vertical+.bs-map-wrap{width:75%;padding-right:30px!important;float:left;box-sizing:border-box}@media (max-width:800px){.tribe-filters-closed #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical{margin-top:0}#tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-content,#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content,#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-content #tribe_events_filter_control,#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content #tribe_events_filter_control,#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content #tribe_events_filter_control{width:100%;margin:0 20px}.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical{position:relative}.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-content,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-mobile-controls,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-mobile-controls,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-mobile-controls{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-mobile-controls .tribe_events_filters_close_filters,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-mobile-controls .tribe_events_filters_close_filters,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-mobile-controls .tribe_events_filters_close_filters{line-height:inherit;color:inherit}}@media screen and (max-width:800px) and (max-width:768px){.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-mobile-controls .tribe_events_filters_close_filters,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-mobile-controls .tribe_events_filters_close_filters,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-mobile-controls .tribe_events_filters_close_filters{text-align:center}}@media (max-width:800px){.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filters_form,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filters_form,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filters_form{width:-webkit-calc(100% - 40px);width:calc(100% - 40px);margin:0 20px 20px}.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-content .tribe-events-filters-group-heading,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe-events-filters-group-heading,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filters-group-heading{background:#fff;padding-right:8px}.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-content .tribe-events-filters-group-heading:after,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe-events-filters-group-heading:after,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filters-group-heading:after{left:0;top:50%}.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control{margin:10px 0}.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control a,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control a,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control a{display:block;width:100%;text-align:center}.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control #tribe_events_filters_reset,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control #tribe_events_filters_toggle,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control #tribe_events_filters_reset,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control #tribe_events_filters_toggle,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control #tribe_events_filters_reset,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control #tribe_events_filters_toggle{background:#fff;color:#939597;border:0 solid var(--bb-content-border-color);border-radius:3px;-webkit-transition:all linear .2s;transition:all linear .2s;font-weight:inherit}.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control #tribe_events_filters_reset i,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control #tribe_events_filters_toggle i,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control #tribe_events_filters_reset i,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control #tribe_events_filters_toggle i,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control #tribe_events_filters_reset i,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control #tribe_events_filters_toggle i{margin-left:5px}.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control #tribe_events_filters_reset:hover,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control #tribe_events_filters_toggle:hover,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control #tribe_events_filters_reset:hover,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control #tribe_events_filters_toggle:hover,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control #tribe_events_filters_reset:hover,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control #tribe_events_filters_toggle:hover{color:var(--bb-primary-color)}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content #tribe_events_filter_control a.tribe_events_filters_show_filters{width:-webkit-calc(100% - 40px);width:calc(100% - 40px);text-align:center;margin-right:20px;margin-left:20px;margin-top:20px;background:#fff;color:#939597;border:0;border-radius:3px;-webkit-transition:all linear .2s;transition:all linear .2s}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content #tribe_events_filter_control a.tribe_events_filters_show_filters:hover{color:var(--bb-primary-color)}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filter-group .tribe_events_slider_val{position:relative;top:0}.tribe-events-filter-view.tribe-filters-closed #tribe_events_filters_wrapper .tribe_events_filters_toggle{max-width:230px;line-height:1}} \ No newline at end of file diff --git a/web/app/themes/buddyboss-theme/assets/css-rtl/gamipress.css b/web/app/themes/buddyboss-theme/assets/css-rtl/gamipress.css index 00d6852c..7853fc06 100644 --- a/web/app/themes/buddyboss-theme/assets/css-rtl/gamipress.css +++ b/web/app/themes/buddyboss-theme/assets/css-rtl/gamipress.css @@ -18,7 +18,6 @@ margin-bottom: 20px; border-bottom: 1px dotted var(--bb-content-border-color); } - .gamipress-achievement-attached .gamipress-open-close-switch > a, .gamipress-rank-requirements .gamipress-open-close-switch > a { display: -webkit-box; @@ -33,9 +32,8 @@ text-transform: uppercase; color: var(--bb-alternate-text-color); } - -.gamipress-achievement-attached .gamipress-open-close-switch > a::after, -.gamipress-rank-requirements .gamipress-open-close-switch > a::after { +.gamipress-achievement-attached .gamipress-open-close-switch > a:after, +.gamipress-rank-requirements .gamipress-open-close-switch > a:after { padding: 0; margin-right: auto; background: transparent; @@ -44,7 +42,7 @@ border-radius: 100%; font-family: bb-icons; display: inline-block; - font-weight: 400; + font-weight: normal; font-style: normal; speak: none; text-decoration: inherit; @@ -62,30 +60,25 @@ transition: color 0.1s ease-in 0; color: var(--bb-alternate-text-color); } - -.gamipress-achievement-attached .gamipress-open-close-switch > a.show-hide-open::after, -.gamipress-rank-requirements .gamipress-open-close-switch > a.show-hide-open::after { +.gamipress-achievement-attached .gamipress-open-close-switch > a.show-hide-open:after, +.gamipress-rank-requirements .gamipress-open-close-switch > a.show-hide-open:after { content: "\e826"; line-height: 21px; } - -.gamipress-achievement-attached .gamipress-open-close-switch > a.show-hide-close::after, -.gamipress-rank-requirements .gamipress-open-close-switch > a.show-hide-close::after { +.gamipress-achievement-attached .gamipress-open-close-switch > a.show-hide-close:after, +.gamipress-rank-requirements .gamipress-open-close-switch > a.show-hide-close:after { content: "\e87c"; -webkit-transform: none; -ms-transform: none; transform: none; } - .gamipress-achievement-attached .gamipress-extras-window, .gamipress-rank-requirements .gamipress-extras-window { margin-top: 10px; } - .gamipress-achievement-attached .gamipress-extras-window h4, .gamipress-rank-requirements .gamipress-extras-window h4 { font-size: 14px; } - body.buddypress .gamipress-achievement-attached .gamipress-extras-window h4, body.buddypress .gamipress-rank-requirements .gamipress-extras-window h4 { margin-bottom: 10px; @@ -110,12 +103,10 @@ ul.gamipress-achievement-earners-list li, ul.gamipress-rank-earners-list li { border: 1px solid var(--bb-content-border-color); padding: 15px; } - ul.gamipress-achievement-earners-list li:hover, ul.gamipress-rank-earners-list li:hover { box-shadow: 0 3px 24px 0 rgba(18, 43, 70, 0.08); } - ul.gamipress-achievement-earners-list li img.avatar, ul.gamipress-rank-earners-list li img.avatar { border: none; @@ -125,7 +116,6 @@ ul.gamipress-rank-earners-list li img.avatar { height: 50px; max-width: 50px; } - ul.gamipress-achievement-earners-list li .earner-display-name, ul.gamipress-rank-earners-list li .earner-display-name { display: block; @@ -134,7 +124,6 @@ ul.gamipress-rank-earners-list li .earner-display-name { word-break: break-word; margin-top: 6px; } - .widget ul.gamipress-achievement-earners-list li, .widget ul.gamipress-rank-earners-list li { margin: 0 -8px 0 0; @@ -145,7 +134,6 @@ ul.gamipress-rank-earners-list li .earner-display-name { padding: 0; max-width: 70px; } - .widget ul.gamipress-achievement-earners-list li img.avatar, .widget ul.gamipress-rank-earners-list li img.avatar { border: 1px solid #fff; @@ -153,7 +141,6 @@ ul.gamipress-rank-earners-list li .earner-display-name { height: 40px; max-width: 40px; } - .widget ul.gamipress-achievement-earners-list li .earner-display-name, .widget ul.gamipress-rank-earners-list li .earner-display-name { min-height: 40px; @@ -162,7 +149,6 @@ ul.gamipress-rank-earners-list li .earner-display-name { .gamipress-logs-list { margin-bottom: 20px; } - .gamipress-logs-list .gamipress-log { font-size: 14px; padding: 3px 0; @@ -171,7 +157,6 @@ ul.gamipress-rank-earners-list li .earner-display-name { .gamipress-logs-pagination { font-size: 13px; } - .gamipress-logs-pagination span, .gamipress-logs-pagination a { padding: 0 5px; @@ -201,12 +186,10 @@ p.gamipress-coupons-redeem-coupon-form-submit, margin-bottom: 2rem; margin-top: 2rem; } - .gamipress-referrals-referral-url-generator input[type="text"] { width: 400px; max-width: 100%; } - .gamipress-referrals-referral-url-generator label, .gamipress-referrals-referral-url-generator .gamipress-referrals-form-description { display: block; @@ -224,7 +207,6 @@ p.gamipress-coupons-redeem-coupon-form-submit, width: 300px; margin-left: 1rem; } - .gamipress-progress-map-horizontal .gamipress-progress-map-item-content { padding-top: 1em; } @@ -283,7 +265,6 @@ body .gamipress-restrict-content-limiter { align-items: center; margin: 5px 0; } - #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievements, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks { @@ -292,46 +273,37 @@ body .gamipress-restrict-content-limiter { display: flex; vertical-align: middle; } - #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement { margin-left: 4px; } - #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement:last-child { margin-left: 0; } - #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-rank .gamipress-bbpress-rank-title, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement .gamipress-bbpress-achievement-title { margin-right: 4px; } - #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-rank .gamipress-bbpress-rank-title:last-child, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement .gamipress-bbpress-achievement-title:last-child { margin-left: 4px; } - #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type .gamipress-bbpress-user-points:first-child, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type .gamipress-bbpress-points-label:first-child { margin-right: 4px; } - #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type .gamipress-bbpress-user-points:last-child, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type .gamipress-bbpress-points-label:last-child { margin-left: 4px; } - #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type .gamipress-bbpress-points-thumbnail + .gamipress-bbpress-user-points, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type .gamipress-bbpress-points-thumbnail + .gamipress-bbpress-points-label { margin-right: 4px; } - #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-rank { margin-bottom: 10px; } - #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points > div, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank { @@ -352,13 +324,11 @@ body .gamipress-restrict-content-limiter { -webkit-transition: all ease 0.3s; transition: all ease 0.3s; } - #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points > div:hover, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement:hover, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank:hover { box-shadow: 0 4px 14px rgba(18, 43, 70, 0.15); } - #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement .gamipress-bbpress-achievement-thumbnail, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points > div .gamipress-bbpress-points-thumbnail, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank .gamipress-bbpress-rank-thumbnail { @@ -369,25 +339,20 @@ body .gamipress-restrict-content-limiter { margin-left: 5px; width: 20px; } - #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement .gamipress-bbpress-achievement-title:not(:last-child) { margin-left: 10px; } - #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement-thumbnail img, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank .gamipress-bbpress-rank-thumbnail img { border-radius: 50%; } - #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement-type-label, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-rank-label { display: none; } - #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank { display: inline-block; } - #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points > div, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievements, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank, @@ -395,26 +360,22 @@ body .gamipress-restrict-content-limiter { margin-left: 4px; } @media screen and (max-width: 1180px) { - #bbpress-forums .bbp-after-author-hook { display: inline-block; width: 100%; margin: 5px 0 15px; } - #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievements, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks { display: inline; } - #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points > div, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank { padding: 2px 3px 2px 7px; font-size: 11px; } - #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-rank { @@ -436,7 +397,6 @@ body .gamipress-restrict-content-limiter { align-items: center; margin: 10px 0 0; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks, @@ -459,21 +419,18 @@ body .gamipress-restrict-content-limiter { -ms-flex-wrap: wrap; flex-wrap: wrap; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement, .activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement, .bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement, .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement { margin-left: 4px; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement:last-child, .activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement:last-child, .bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement:last-child, .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement:last-child { margin-left: 0; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank, @@ -488,7 +445,6 @@ body .gamipress-restrict-content-limiter { .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank { margin-bottom: 10px; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank .gamipress-buddypress-rank-title, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title, .activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank .gamipress-buddypress-rank-title, @@ -499,7 +455,6 @@ body .gamipress-restrict-content-limiter { .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title { margin-right: 4px; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank .gamipress-buddypress-rank-title:last-child, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:last-child, .activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank .gamipress-buddypress-rank-title:last-child, @@ -510,7 +465,6 @@ body .gamipress-restrict-content-limiter { .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:last-child { margin-left: 4px; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-user-points:first-child, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-label:first-child, .activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-user-points:first-child, @@ -521,7 +475,6 @@ body .gamipress-restrict-content-limiter { .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-label:first-child { margin-right: 4px; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-user-points:last-child, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-label:last-child, .activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-user-points:last-child, @@ -532,7 +485,6 @@ body .gamipress-restrict-content-limiter { .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-label:last-child { margin-left: 4px; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail + .gamipress-buddypress-user-points, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail + .gamipress-buddypress-points-label, .activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail + .gamipress-buddypress-user-points, @@ -543,7 +495,6 @@ body .gamipress-restrict-content-limiter { .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail + .gamipress-buddypress-points-label { margin-right: 4px; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points > div, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank, @@ -573,7 +524,6 @@ body .gamipress-restrict-content-limiter { -webkit-transition: all ease 0.3s; transition: all ease 0.3s; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points > div:hover, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement:hover, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank:hover, @@ -588,7 +538,6 @@ body .gamipress-restrict-content-limiter { .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank:hover { box-shadow: 0 4px 14px rgba(18, 43, 70, 0.15); } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points > div .gamipress-buddypress-points-thumbnail, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail, @@ -607,14 +556,12 @@ body .gamipress-restrict-content-limiter { box-shadow: 0 0 2px rgba(0, 0, 0, 0.13); width: 20px; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements + .gamipress-buddypress-user-achievements, .activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements + .gamipress-buddypress-user-achievements, .bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements + .gamipress-buddypress-user-achievements, .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements + .gamipress-buddypress-user-achievements { margin-right: 8px; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail, .activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail, @@ -625,7 +572,6 @@ body .gamipress-restrict-content-limiter { .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail { margin-left: 0; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-title, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title, .activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-title, @@ -636,14 +582,12 @@ body .gamipress-restrict-content-limiter { .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title { margin-right: 5px; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:not(:last-child), .activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:not(:last-child), .bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:not(:last-child), .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:not(:last-child) { margin-left: 10px; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement-thumbnail img, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail img, .activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement-thumbnail img, @@ -654,7 +598,6 @@ body .gamipress-restrict-content-limiter { .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail img { border-radius: 50%; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement-type-label, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank-label, .activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement-type-label, @@ -665,14 +608,12 @@ body .gamipress-restrict-content-limiter { .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank-label { display: none !important; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank, .activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank, .bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank, .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank { display: inline-block; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points > div, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank, @@ -691,14 +632,12 @@ body .gamipress-restrict-content-limiter { .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-user-points { margin-left: 4px; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements .gamipress-buddypress-achievement:last-child, .activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements .gamipress-buddypress-achievement:last-child, .bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements .gamipress-buddypress-achievement:last-child, .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements .gamipress-buddypress-achievement:last-child { margin-left: 8px; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements + .gamipress-buddypress-user-achievements, .activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements + .gamipress-buddypress-user-achievements, .bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements + .gamipress-buddypress-user-achievements, @@ -706,7 +645,6 @@ body .gamipress-restrict-content-limiter { margin-right: 0; } @media screen and (max-width: 1180px) { - .acomment-content .gamipress-buddypress-user-details-activity, .activity-content .gamipress-buddypress-user-details-activity, .bb-members-list__avatar .gamipress-buddypress-user-details-listing, @@ -715,7 +653,6 @@ body .gamipress-restrict-content-limiter { width: 100%; margin: 5px 0 15px; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks, @@ -730,7 +667,6 @@ body .gamipress-restrict-content-limiter { .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks { display: inline; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points > div, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank, @@ -746,7 +682,6 @@ body .gamipress-restrict-content-limiter { padding: 2px 3px 2px 7px; font-size: 11px; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank, @@ -782,7 +717,6 @@ body .gamipress-restrict-content-limiter { line-height: 24px; border-radius: var(--bb-block-radius); } - .activity-content .gamipress-points-award.user-has-earned .gamipress-points-type-image, .activity-content .gamipress-points-deduct.user-has-earned .gamipress-points-type-image { margin-left: 15px; @@ -799,7 +733,6 @@ body .gamipress-restrict-content-limiter { -ms-flex-align: center; align-items: center; } - .activity-content .gamipress-achievement.user-has-earned .gamipress-achievement-image { margin-left: 15px; } @@ -838,27 +771,22 @@ body .gamipress-restrict-content-limiter { #buddypress .users-header .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title { margin-right: 4px; } - #buddypress .users-header .gamipress-buddypress-rank .gamipress-buddypress-rank-title:last-child, #buddypress .users-header .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:last-child { margin-left: 4px; } - #buddypress .users-header .gamipress-buddypress-points-type .gamipress-buddypress-user-points:first-child, #buddypress .users-header .gamipress-buddypress-points-type .gamipress-buddypress-points-label:first-child { margin-right: 4px; } - #buddypress .users-header .gamipress-buddypress-points-type .gamipress-buddypress-user-points:last-child, #buddypress .users-header .gamipress-buddypress-points-type .gamipress-buddypress-points-label:last-child { margin-left: 4px; } - #buddypress .users-header .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail + .gamipress-buddypress-user-points, #buddypress .users-header .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail + .gamipress-buddypress-points-label { margin-right: 4px; } - #buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank, #buddypress .users-header .gamipress-buddypress-points .gamipress-buddypress-points-type, #buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement { @@ -874,18 +802,15 @@ body .gamipress-restrict-content-limiter { -webkit-transition: all ease 0.3s; transition: all ease 0.3s; } - #buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank:hover, #buddypress .users-header .gamipress-buddypress-points .gamipress-buddypress-points-type:hover, #buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement:hover { box-shadow: 0 4px 14px rgba(18, 43, 70, 0.15); } - #buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank, #buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement { display: inline-block; } - #buddypress .users-header .gamipress-buddypress-points span.activity, #buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-title, #buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank-title { @@ -893,22 +818,18 @@ body .gamipress-restrict-content-limiter { font-size: 13px; vertical-align: middle; } - #buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank-title:hover, #buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-title:hover { color: var(--bb-primary-color); } - #buddypress .users-header .gamipress-buddypress-achievements, #buddypress .users-header .gamipress-buddypress-ranks { margin-bottom: 0; } - #buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-title, #buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank-title { margin-left: 0; } - #buddypress .users-header .gamipress-rank-thumbnail, #buddypress .users-header .gamipress-buddypress-achievement-thumbnail, #buddypress .users-header .gamipress-buddypress-points-thumbnail { @@ -918,7 +839,6 @@ body .gamipress-restrict-content-limiter { box-shadow: 0 0 2px rgba(0, 0, 0, 0.13); width: 20px; } - #buddypress .users-header .gamipress-rank-thumbnail > img, #buddypress .users-header .gamipress-buddypress-achievement-thumbnail > img, #buddypress .users-header .gamipress-buddypress-points-thumbnail > img { @@ -926,17 +846,14 @@ body .gamipress-restrict-content-limiter { margin-bottom: 0; vertical-align: middle; } - #buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-title:not(:last-child) { margin-left: 10px; } - #buddypress .users-header .gamipress-buddypress-rank-label, #buddypress .users-header .gamipress-buddypress-achievement-type-label { display: none; } @media screen and (max-width: 540px) { - #buddypress .users-header .gamipress-buddypress-points span.activity, #buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-title, #buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank-title { @@ -950,7 +867,6 @@ body .gamipress-restrict-content-limiter { border: 0; border-radius: 0; } - .widget .gamipress-rank-title, .widget .gamipress-points-type-title, .widget .gamipress-achievement-title, @@ -961,52 +877,43 @@ body .gamipress-restrict-content-limiter { letter-spacing: 0; line-height: 1.4; } - .widget .gamipress-rank-excerpt p, .widget .gamipress-achievement-excerpt p { margin-bottom: 1rem; } - .widget .gamipress-achievement:not(.gamipress-layout-none), .widget .gamipress-achievement, .widget .gamipress-rank:not(.gamipress-layout-none), .widget .gamipress-rank { margin-bottom: 0; } - .widget .gamipress-points-types .gamipress-points-type { border: 0; padding: 0 0 20px; border-radius: 0; } - .widget .gamipress-points-types .gamipress-points-type:last-of-type { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; } - .widget .gamipress-points-types .gamipress-points-type .gamipress-points-type-awards h4 { margin-bottom: 5px; font-size: 14px; font-weight: 500; line-height: 1.4; } - .widget .gamipress-points-types[class*="gamipress-columns"] > .gamipress-points-type { border-bottom-width: 0; } - .widget .gamipress-points-types.gamipress-columns-1 .gamipress-points-type { border-bottom-width: 1px; } - .widget .gamipress-shortcode-error > div { display: block; float: none; text-align: right; } - .widget button.gamipress-achievement-unlock-with-points-button, .widget button.gamipress-rank-unlock-with-points-button, .widget #gamipress-achievements-search #gamipress-achievements-search-submit { @@ -1023,15 +930,12 @@ body .gamipress-restrict-content-limiter { letter-spacing: -0.4px; padding: 0 15px; } - .widget[class*="gamipress"] [class*="unlock-with-points-confirmation"] p { margin-bottom: 1rem; } - .widget[class*="gamipress"] [class*="unlock-with-points"] { width: 100%; } - .widget[class*="gamipress"] .gamipress-user-ranks, .widget[class*="gamipress"] .gamipress-user-ranks .gamipress-rank, .widget[class*="gamipress"] .gamipress-points-types, @@ -1046,13 +950,11 @@ body .gamipress-restrict-content-limiter { .widget { /* stylelint-disable max-line-length */ } - .widget .gamipress-achievements-list #gamipress-achievements-container[class*="gamipress-columns"] > .gamipress-achievement { /* stylelint-enable */ border: 0; padding: 0; } - .widget .gamipress-email-settings-table { border: 0; } @@ -1061,28 +963,23 @@ body .gamipress-restrict-content-limiter { .widget-area .elementor-widget .gamipress-user-points:not(.gamipress-layout-none) { margin: 0; } - .widget-area .widget .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points, .widget-area .elementor-widget .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points { margin: 0 0 10px; } - .widget-area .widget .gamipress-columns-1 > .gamipress-points, .widget-area .elementor-widget .gamipress-columns-1 > .gamipress-points { width: 100%; } - .widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-1 > .gamipress-achievement, .widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-1 > .gamipress-achievement { width: 100%; margin-bottom: 20px; } - .widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-1 > .gamipress-achievement:last-of-type, .widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-1 > .gamipress-achievement:last-of-type { margin-bottom: 0; } - .widget-area .widget .gamipress-points-types.gamipress-columns-1 > .gamipress-points-type, .widget-area .widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-1 > .gamipress-rank, .widget-area .widget .gamipress-user-ranks.gamipress-columns-1 > .gamipress-rank, @@ -1091,23 +988,19 @@ body .gamipress-restrict-content-limiter { .widget-area .elementor-widget .gamipress-user-ranks.gamipress-columns-1 > .gamipress-rank { width: 100%; } - .widget-area .widget .gamipress-columns-2 > .gamipress-points, .widget-area .elementor-widget .gamipress-columns-2 > .gamipress-points { width: 100%; } - .widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-2 > .gamipress-achievement, .widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-2 > .gamipress-achievement { width: 100%; margin-bottom: 20px; } - .widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-2 > .gamipress-achievement:last-of-type, .widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-2 > .gamipress-achievement:last-of-type { margin-bottom: 0; } - .widget-area .widget .gamipress-points-types.gamipress-columns-2 > .gamipress-points-type, .widget-area .widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-2 > .gamipress-rank, .widget-area .widget .gamipress-user-ranks.gamipress-columns-2 > .gamipress-rank, @@ -1116,23 +1009,19 @@ body .gamipress-restrict-content-limiter { .widget-area .elementor-widget .gamipress-user-ranks.gamipress-columns-2 > .gamipress-rank { width: 100%; } - .widget-area .widget .gamipress-columns-3 > .gamipress-points, .widget-area .elementor-widget .gamipress-columns-3 > .gamipress-points { width: 100%; } - .widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-3 > .gamipress-achievement, .widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-3 > .gamipress-achievement { width: 100%; margin-bottom: 20px; } - .widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-3 > .gamipress-achievement:last-of-type, .widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-3 > .gamipress-achievement:last-of-type { margin-bottom: 0; } - .widget-area .widget .gamipress-points-types.gamipress-columns-3 > .gamipress-points-type, .widget-area .widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-3 > .gamipress-rank, .widget-area .widget .gamipress-user-ranks.gamipress-columns-3 > .gamipress-rank, @@ -1141,23 +1030,19 @@ body .gamipress-restrict-content-limiter { .widget-area .elementor-widget .gamipress-user-ranks.gamipress-columns-3 > .gamipress-rank { width: 100%; } - .widget-area .widget .gamipress-columns-4 > .gamipress-points, .widget-area .elementor-widget .gamipress-columns-4 > .gamipress-points { width: 100%; } - .widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-4 > .gamipress-achievement, .widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-4 > .gamipress-achievement { width: 100%; margin-bottom: 20px; } - .widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-4 > .gamipress-achievement:last-of-type, .widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-4 > .gamipress-achievement:last-of-type { margin-bottom: 0; } - .widget-area .widget .gamipress-points-types.gamipress-columns-4 > .gamipress-points-type, .widget-area .widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-4 > .gamipress-rank, .widget-area .widget .gamipress-user-ranks.gamipress-columns-4 > .gamipress-rank, @@ -1166,23 +1051,19 @@ body .gamipress-restrict-content-limiter { .widget-area .elementor-widget .gamipress-user-ranks.gamipress-columns-4 > .gamipress-rank { width: 100%; } - .widget-area .widget .gamipress-columns-5 > .gamipress-points, .widget-area .elementor-widget .gamipress-columns-5 > .gamipress-points { width: 100%; } - .widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-5 > .gamipress-achievement, .widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-5 > .gamipress-achievement { width: 100%; margin-bottom: 20px; } - .widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-5 > .gamipress-achievement:last-of-type, .widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-5 > .gamipress-achievement:last-of-type { margin-bottom: 0; } - .widget-area .widget .gamipress-points-types.gamipress-columns-5 > .gamipress-points-type, .widget-area .widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-5 > .gamipress-rank, .widget-area .widget .gamipress-user-ranks.gamipress-columns-5 > .gamipress-rank, @@ -1191,23 +1072,19 @@ body .gamipress-restrict-content-limiter { .widget-area .elementor-widget .gamipress-user-ranks.gamipress-columns-5 > .gamipress-rank { width: 100%; } - .widget-area .widget .gamipress-columns-6 > .gamipress-points, .widget-area .elementor-widget .gamipress-columns-6 > .gamipress-points { width: 100%; } - .widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-6 > .gamipress-achievement, .widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-6 > .gamipress-achievement { width: 100%; margin-bottom: 20px; } - .widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-6 > .gamipress-achievement:last-of-type, .widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-6 > .gamipress-achievement:last-of-type { margin-bottom: 0; } - .widget-area .widget .gamipress-points-types.gamipress-columns-6 > .gamipress-points-type, .widget-area .widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-6 > .gamipress-rank, .widget-area .widget .gamipress-user-ranks.gamipress-columns-6 > .gamipress-rank, @@ -1216,24 +1093,20 @@ body .gamipress-restrict-content-limiter { .widget-area .elementor-widget .gamipress-user-ranks.gamipress-columns-6 > .gamipress-rank { width: 100%; } - .widget-area .widget .gamipress-email-settings-table, .widget-area .elementor-widget .gamipress-email-settings-table { margin-bottom: 15px; } - .widget-area .widget .gamipress-email-settings-table th, .widget-area .widget .gamipress-email-settings-table td, .widget-area .elementor-widget .gamipress-email-settings-table th, .widget-area .elementor-widget .gamipress-email-settings-table td { padding: 0.5rem; } - .widget-area .widget .gamipress-email-settings-table th, .widget-area .elementor-widget .gamipress-email-settings-table th { font-size: 14px; } - .widget-area .widget .gamipress-email-settings-table td, .widget-area .elementor-widget .gamipress-email-settings-table td { font-size: 14px; @@ -1243,50 +1116,40 @@ body .gamipress-restrict-content-limiter { .gamipress_achievements_widget { /* stylelint-disable max-line-length */ } - .gamipress_achievements_widget #gamipress-achievements-filter label { font-size: 14px; margin-bottom: 5px; } - .gamipress_achievements_widget #gamipress-achievements-filter select { margin-right: 0; font-size: 14px; } - .gamipress_achievements_widget #gamipress-achievements-search { margin-left: 0; } - .gamipress_achievements_widget #gamipress-achievements-search label { font-size: 14px; margin-bottom: 5px; } - .gamipress_achievements_widget #gamipress-achievements-search #gamipress-achievements-search-input { width: 100%; font-size: 14px; margin-bottom: 5px; } - .gamipress_achievements_widget #gamipress-achievements-search #gamipress-achievements-search-submit { padding-right: 20px; padding-left: 20px; height: 32px; } - .gamipress_achievements_widget ul.gamipress-achievement-earners-list li { margin-right: 0; } - .gamipress_achievements_widget .gamipress-achievement-description .gamipress-achievement-title + .gamipress-achievement-excerpt { margin-top: 0; } - .gamipress_achievements_widget .gamipress-achievement-description .gamipress-achievement-points { margin-bottom: 5px; } - .gamipress_achievements_widget .gamipress-achievements-list #gamipress-achievements-container[class*="gamipress-columns"] > .gamipress-achievement { /* stylelint-enable */ width: 100%; @@ -1300,11 +1163,9 @@ body .gamipress-restrict-content-limiter { padding: 0; border-radius: 0; } - .gamipress_ranks_widget ul.gamipress-rank-earners-list li { margin-right: 0; } - .gamipress_ranks_widget .gamipress-rank-type-title { margin-bottom: 10px; font-size: 16px; @@ -1312,14 +1173,12 @@ body .gamipress-restrict-content-limiter { letter-spacing: 0; line-height: 1.4; } - .gamipress_ranks_widget .gamipress-ranks-list .gamipress-ranks-container h2.gamipress-rank-title { margin-bottom: 5px; font-size: 14px; font-weight: 500; line-height: 1.4; } - .gamipress_ranks_widget .gamipress-rank-image { margin-top: 0; } @@ -1327,7 +1186,6 @@ body .gamipress-restrict-content-limiter { .gamipress_earnings_widget .gamipress-earnings-col-thumbnail img { max-width: 50px; } - .gamipress_earnings_widget table.gamipress-earnings-table thead tr, .gamipress_earnings_widget table.gamipress-earnings-table tbody tr { display: -webkit-box; @@ -1338,21 +1196,17 @@ body .gamipress-restrict-content-limiter { -ms-flex-direction: column; flex-direction: column; } - .gamipress_earnings_widget table.gamipress-earnings-table thead { display: none; } - .gamipress_earnings_widget table.gamipress-earnings-table tbody td.gamipress-earnings-col-thumbnail { max-width: 50px; width: 50px; padding-top: 15px; } - .gamipress_earnings_widget table.gamipress-earnings-table tbody tr:first-child td.gamipress-earnings-col-thumbnail { padding-top: 0; } - .gamipress_earnings_widget table.gamipress-earnings-table th:first-child, .gamipress_earnings_widget table.gamipress-earnings-table td:first-child, .gamipress_earnings_widget table.gamipress-earnings-table th, @@ -1361,32 +1215,26 @@ body .gamipress-restrict-content-limiter { font-size: 13px; line-height: 1.4; } - .gamipress_earnings_widget table.gamipress-earnings-table th:first-child, .gamipress_earnings_widget table.gamipress-earnings-table th { font-size: 12px; } - .gamipress_earnings_widget table.gamipress-earnings-table thead tr:first-child th { border-top: 0; } - .gamipress_earnings_widget table.gamipress-earnings-table thead th:first-child, .gamipress_earnings_widget table.gamipress-earnings-table thead tr:first-child th:first-child, .gamipress_earnings_widget table.gamipress-earnings-table tbody td:first-child { border-right: 0; } - .gamipress_earnings_widget table.gamipress-earnings-table tbody th:last-child, .gamipress_earnings_widget table.gamipress-earnings-table thead tr:first-child th:last-child, .gamipress_earnings_widget table.gamipress-earnings-table tbody td:last-child { border-left: 0; } - .gamipress_earnings_widget table.gamipress-earnings-table tbody tr:last-child td { border-bottom: 0; } - .gamipress_earnings_widget table.gamipress-earnings-table tbody tr:hover { box-shadow: none; } @@ -1398,7 +1246,6 @@ body .gamipress-restrict-content-limiter { flex-direction: column; margin: 0; } - .gamipress_points_widget .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points { margin: 5px 0; -webkit-box-flex: 0; @@ -1409,20 +1256,16 @@ body .gamipress-restrict-content-limiter { border-radius: 0; border-bottom-width: 1px; } - .gamipress_points_widget .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points:last-of-type { border-bottom-width: 0; } - .gamipress_points_widget .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-image img { max-width: 60px; } - .gamipress_points_widget .gamipress-user-points:not(.gamipress-layout-none).gamipress-layout-right .gamipress-user-points-image { margin-right: auto; margin-left: 0; } - .gamipress_points_widget .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-description span { margin-bottom: 5px; } @@ -1431,22 +1274,18 @@ body .gamipress-restrict-content-limiter { border-width: 0; padding: 0; } - .gamipress_user_rank_widget .gamipress-rank-description > h4 { margin-bottom: 5px; font-size: 14px; font-weight: 500; line-height: 1.4; } - .gamipress_user_rank_widget ul.gamipress-rank-earners-list li { margin-right: 0; } - .gamipress_user_rank_widget .gamipress-user-ranks .gamipress-rank { margin-bottom: 15px; } - .gamipress_user_rank_widget .gamipress-user-ranks .gamipress-rank:last-of-type { margin-bottom: 0; } @@ -1460,7 +1299,6 @@ body.hide-overflow { .buddypress.widget .GamiPress-data-popup { display: none; } - .elementor-widget-bbp-members .GamiPress-data-popup.is_active, .buddypress.widget .GamiPress-data-popup.is_active { display: -webkit-box; @@ -1480,7 +1318,6 @@ body.hide-overflow { background-color: rgba(250, 251, 253, 0.9); z-index: 999901; } - .elementor-widget-bbp-members .GamiPress-data-popup.is_active .gamipress-buddypress-user-details-listing, .buddypress.widget .GamiPress-data-popup.is_active .gamipress-buddypress-user-details-listing { display: block !important; @@ -1492,7 +1329,6 @@ body.hide-overflow { border-radius: 4px; max-width: 90%; } - .elementor-widget-bbp-members .GamiPress-data-popup.is_active .gamipress-buddypress-user-details-listing .hideGamipressData, .buddypress.widget .GamiPress-data-popup.is_active .gamipress-buddypress-user-details-listing .hideGamipressData { font-size: 24px; @@ -1502,19 +1338,16 @@ body.hide-overflow { opacity: 0.8; cursor: pointer; } - .elementor-widget-bbp-members .gamipress-buddypress-user-details-listing, .buddypress.widget .gamipress-buddypress-user-details-listing { display: none; } - .elementor-widget-bbp-members span.activity.gamipress-buddypress-user-points, .elementor-widget-bbp-members span.activity.gamipress-buddypress-points-label, .buddypress.widget span.activity.gamipress-buddypress-user-points, .buddypress.widget span.activity.gamipress-buddypress-points-label { display: inline-block; } - .elementor-widget-bbp-members .showGamipressData, .buddypress.widget .showGamipressData { position: absolute; @@ -1535,13 +1368,11 @@ body.hide-overflow { width: 17px; cursor: pointer; } - .elementor-widget-bbp-members .showGamipressData img, .buddypress.widget .showGamipressData img { height: 14px !important; width: 14px !important; } - .elementor-widget-bbp-members .showGamipressData [class*=" bb-icon-"], .buddypress.widget .showGamipressData [class*=" bb-icon-"] { font-size: 12px; @@ -1560,7 +1391,6 @@ body.hide-overflow { font-size: 14px; line-height: 24px; } - .gamipress-achievement-congratulations p:last-child { margin-bottom: 0; } @@ -1572,19 +1402,15 @@ body.hide-overflow { body.buddypress .gamipress-achievement-description .gamipress-achievement-title { margin-bottom: 15px; } - .gamipress-achievement-description .gamipress-achievement-title a { color: var(--bb-headings-color); } - .gamipress-achievement-description .gamipress-achievement-title a:hover { color: var(--bb-primary-color); } - .gamipress-achievement-description .gamipress-achievement-title + .gamipress-achievement-excerpt { margin-top: 15px; } - .gamipress-achievement-description .gamipress-achievement-points { font-weight: 400; font-size: 14px; @@ -1592,39 +1418,32 @@ body.buddypress .gamipress-achievement-description .gamipress-achievement-title margin-bottom: 15px; color: var(--bb-alternate-text-color); } - .gamipress-achievement-description .gamipress-achievement-points > img { vertical-align: middle; } - .gamipress-achievement-description ol.gamipress-required-achievements li { font-size: 14px; color: var(--bb-alternate-text-color); } - .gamipress-achievements-list .gamipress-achievement-description ol.gamipress-required-achievements li.user-has-not-earned { text-decoration: none; } - .gamipress-achievement-description ul.gamipress-required-achievements { list-style: none; margin-right: 0; } - .gamipress-achievement-description ul.gamipress-required-achievements li { font-size: 14px; color: var(--bb-alternate-text-color); } - .gamipress-achievements-list .gamipress-achievement-description ul.gamipress-required-achievements li.user-has-not-earned { text-decoration: none; } - -.gamipress-achievement-description ul.gamipress-required-achievements li::before { +.gamipress-achievement-description ul.gamipress-required-achievements li:before { content: "\ef32"; font-family: bb-icons; display: inline-block; - font-weight: 400; + font-weight: normal; font-style: normal; speak: none; text-transform: none; @@ -1644,8 +1463,7 @@ body.buddypress .gamipress-achievement-description .gamipress-achievement-title background-color: var(--bb-content-alternate-background-color); border-radius: 100%; } - -.gamipress-achievement-description ul.gamipress-required-achievements li.user-has-earned::before { +.gamipress-achievement-description ul.gamipress-required-achievements li.user-has-earned:before { content: "\ef32"; font-family: bb-icons; font-weight: 300; @@ -1654,19 +1472,16 @@ body.buddypress .gamipress-achievement-description .gamipress-achievement-title .single-achievement.gamipress-layout-none .gamipress-achievement-image { margin-bottom: 20px; } - .single-achievement .gamipress-achievement-description h4 { margin-top: 0; } - .single-achievement .gamipress-achievement-description .gamipress-required-achievements li { display: inline-block; vertical-align: middle; width: 100%; margin-bottom: 5px; } - -.single-achievement .gamipress-achievement-description .gamipress-required-achievements li::before { +.single-achievement .gamipress-achievement-description .gamipress-required-achievements li:before { vertical-align: middle; top: initial; } @@ -1677,7 +1492,6 @@ body.buddypress .gamipress-achievement-description .gamipress-achievement-title width: auto; margin-left: 5px; } - .widget .gamipress-achievement-description .gamipress-required-achievements li .gamipress-mark-as-completed-button, .single-achievement .gamipress-achievement-description .gamipress-required-achievements li .gamipress-mark-as-completed-button { display: inline-block; @@ -1696,50 +1510,41 @@ body.buddypress .gamipress-achievement-description .gamipress-achievement-title width: calc(100% - 20px); } @media screen and (min-width: 800px) { - .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-2 > .gamipress-achievement { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); } - .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-3 > .gamipress-achievement { width: -webkit-calc(33.333% - 20px); width: calc(33.333% - 20px); } - .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-4 > .gamipress-achievement { width: -webkit-calc(25% - 20px); width: calc(25% - 20px); } - .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-5 > .gamipress-achievement { width: -webkit-calc(20% - 20px); width: calc(20% - 20px); } - .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-6 > .gamipress-achievement { width: -webkit-calc(16.666% - 20px); width: calc(16.666% - 20px); } } - .gamipress-achievements-list .gamipress-achievements-container h2.gamipress-achievement-title { font-size: 18px; font-weight: 500; line-height: 1.4em; margin-bottom: 5px; } - .gamipress-achievements-list .gamipress-achievements-container .gamipress-achievement-excerpt { font-size: 14px; line-height: 24px; } - .gamipress-achievements-list .gamipress-achievements-container .gamipress-achievement-times-earned { font-size: 14px; line-height: 24px; } - .gamipress-achievements-list .gamipress-achievements-container .gamipress-achievement-description { display: -webkit-box; display: -ms-flexbox; @@ -1752,13 +1557,11 @@ body.buddypress .gamipress-achievement-description .gamipress-achievement-title -ms-flex: 1; flex: 1; } - .gamipress-achievements-list .gamipress-achievements-container .gamipress-achievement-description > h4 { margin-top: auto; margin-bottom: 5px; font-size: 14px; } - .gamipress-achievements-list .gamipress-achievements-container .gamipress-achievement-unlock-with-points-button { width: 100%; margin: 0 0 15px; @@ -1774,25 +1577,21 @@ body.buddypress .gamipress-achievement-description .gamipress-achievement-title button.gamipress-achievement-unlock-with-points-button { font-size: 14px; } - .buddypress .buddypress-wrap button.gamipress-achievement-unlock-with-points-button { font-size: 14px; } @media screen and (min-width: 992px) { - body:not(.has-sidebar) .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-1 { width: 80%; margin-right: auto; margin-left: auto; } } - .gamipress-achievements-list #gamipress-achievements-container[class*="gamipress-columns"] { margin-right: auto; margin-left: auto; } - .gamipress-achievements-list #gamipress-achievements-container[class*="gamipress-columns"] > .gamipress-achievement { background-color: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); @@ -1803,14 +1602,12 @@ button.gamipress-achievement-unlock-with-points-button { align-self: normal; } @media screen and (max-width: 800px) { - .gamipress-achievements-list #gamipress-achievements-container[class*="gamipress-columns"] > .gamipress-achievement { margin-right: 0; margin-left: 0; padding: 20px; } } - .gamipress-achievements-list #gamipress-achievements-container[class*="gamipress-columns"] > .gamipress-achievement.gamipress-layout-top { -ms-flex-flow: nowrap; flex-flow: nowrap; @@ -1819,7 +1616,6 @@ button.gamipress-achievement-unlock-with-points-button { -ms-flex-direction: column; flex-direction: column; } - .gamipress-achievements-list #gamipress-achievements-container[class*="gamipress-columns"] > .gamipress-achievement.gamipress-layout-none { margin-bottom: 20px; } @@ -1841,7 +1637,6 @@ button.gamipress-achievement-unlock-with-points-button { margin-left: auto; } @media screen and (max-width: 800px) { - .entry-content > .gamipress-achievement { max-width: 100%; } @@ -1854,7 +1649,6 @@ button.gamipress-achievement-unlock-with-points-button { font-size: 14px; line-height: 24px; } - .gamipress-rank-congratulations p:last-child { margin-bottom: 0; } @@ -1862,34 +1656,28 @@ button.gamipress-achievement-unlock-with-points-button { body.buddypress .gamipress-rank-description .gamipress-rank-title { margin-bottom: 15px; } - .gamipress-rank-description .gamipress-rank-title a { color: var(--bb-headings-color); } - .gamipress-rank-description .gamipress-rank-title a:hover { color: var(--bb-primary-color); } - .gamipress-rank-description ul.gamipress-required-requirements { list-style: none; margin-right: 0; } - .gamipress-rank-description ul.gamipress-required-requirements li { font-size: 14px; color: var(--bb-alternate-text-color); } - .gamipress-achievements-list .gamipress-rank-description ul.gamipress-required-requirements li.user-has-not-earned { text-decoration: none; } - -.gamipress-rank-description ul.gamipress-required-requirements li::before { +.gamipress-rank-description ul.gamipress-required-requirements li:before { content: "\ef32"; font-family: bb-icons; display: inline-block; - font-weight: 400; + font-weight: normal; font-style: normal; speak: none; text-transform: none; @@ -1909,8 +1697,7 @@ body.buddypress .gamipress-rank-description .gamipress-rank-title { background-color: #eef0f3; border-radius: 100%; } - -.gamipress-rank-description ul.gamipress-required-requirements li.user-has-earned::before { +.gamipress-rank-description ul.gamipress-required-requirements li.user-has-earned:before { content: "\ef32"; font-family: bb-icons; font-weight: 300; @@ -1920,45 +1707,37 @@ body.buddypress .gamipress-rank-description .gamipress-rank-title { width: 100%; } @media screen and (min-width: 800px) { - .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-2 > .gamipress-rank { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); } - .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-3 > .gamipress-rank { width: -webkit-calc(33.333% - 20px); width: calc(33.333% - 20px); } - .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-4 > .gamipress-rank { width: -webkit-calc(25% - 20px); width: calc(25% - 20px); } - .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-5 > .gamipress-rank { width: -webkit-calc(20% - 20px); width: calc(20% - 20px); } - .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-6 > .gamipress-rank { width: -webkit-calc(16.666% - 20px); width: calc(16.666% - 20px); } } - .gamipress-ranks-list .gamipress-ranks-container h2.gamipress-rank-title { font-size: 18px; font-weight: 500; line-height: 1.4em; margin-bottom: 0; } - .gamipress-ranks-list .gamipress-ranks-container .gamipress-rank-excerpt { font-size: 14px; line-height: 20px; } - .gamipress-ranks-list .gamipress-ranks-container .gamipress-rank-description { display: -webkit-box; display: -ms-flexbox; @@ -1971,7 +1750,6 @@ body.buddypress .gamipress-rank-description .gamipress-rank-title { -ms-flex: 1; flex: 1; } - .gamipress-ranks-list .gamipress-ranks-container .gamipress-rank-description > h4 { margin-top: auto; margin-bottom: 5px; @@ -1981,7 +1759,6 @@ body.buddypress .gamipress-rank-description .gamipress-rank-title { .gamipress-ranks-list .gamipress-rank-type { margin-bottom: 30px; } - .gamipress-ranks-list .gamipress-rank-type:last-of-type { margin-bottom: 0; } @@ -1990,7 +1767,6 @@ body.buddypress .gamipress-rank-description .gamipress-rank-title { margin-right: -10px; margin-left: -10px; } - .gamipress-ranks-list .gamipress-ranks-container[class*="gamipress-columns"] .gamipress-rank { background-color: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); @@ -2002,19 +1778,16 @@ body.buddypress .gamipress-rank-description .gamipress-rank-title { padding: 30px 20px; margin-bottom: 1rem; } - .gamipress-ranks-list .gamipress-ranks-container[class*="gamipress-columns"] .gamipress-rank .gamipress-rank-image { padding-top: 0; } @media screen and (max-width: 800px) { - .gamipress-ranks-list .gamipress-ranks-container[class*="gamipress-columns"] .gamipress-rank { margin-right: 0; margin-left: 0; padding: 20px; } } - .gamipress-ranks-list .gamipress-ranks-container[class*="gamipress-columns"] .gamipress-rank.gamipress-layout-top { -ms-flex-flow: nowrap; flex-flow: nowrap; @@ -2023,7 +1796,6 @@ body.buddypress .gamipress-rank-description .gamipress-rank-title { -ms-flex-direction: column; flex-direction: column; } - .gamipress-ranks-list .gamipress-ranks-container[class*="gamipress-columns"] .gamipress-rank.gamipress-layout-none { margin-bottom: 20px; } @@ -2032,7 +1804,6 @@ body.buddypress .gamipress-rank-description .gamipress-rank-title { margin-right: -10px; margin-left: -10px; } - .gamipress-user-ranks .gamipress-rank { padding: 20px; background-color: var(--bb-content-background-color); @@ -2045,38 +1816,31 @@ body.buddypress .gamipress-rank-description .gamipress-rank-title { -ms-flex-item-align: normal; align-self: normal; } - .gamipress-user-ranks .gamipress-rank .gamipress-rank-unlock-with-points-button { font-size: 14px; } @media screen and (min-width: 800px) { - .gamipress-user-ranks.gamipress-columns-2 > .gamipress-rank { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); } - .gamipress-user-ranks.gamipress-columns-3 > .gamipress-rank { width: -webkit-calc(33.333% - 20px); width: calc(33.333% - 20px); } - .gamipress-user-ranks.gamipress-columns-4 > .gamipress-rank { width: -webkit-calc(25% - 20px); width: calc(25% - 20px); } - .gamipress-user-ranks.gamipress-columns-5 > .gamipress-rank { width: -webkit-calc(20% - 20px); width: calc(20% - 20px); } - .gamipress-user-ranks.gamipress-columns-6 > .gamipress-rank { width: -webkit-calc(16.666% - 20px); width: calc(16.666% - 20px); } } - .gamipress-user-ranks > .gamipress-rank .gamipress-rank-requirements { border-bottom: 0; } @@ -2106,14 +1870,12 @@ button.gamipress-rank-unlock-with-points-button { margin-right: -10px; margin-left: -10px; } - .gamipress-user-points:not(.gamipress-layout-none):not([class*=" gamipress-columns-"]) { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } - .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points { background-color: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); @@ -2125,26 +1887,21 @@ button.gamipress-rank-unlock-with-points-button { -ms-flex-align: start; align-items: flex-start; } - .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-image img { border-radius: 4px; } - .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-description span { display: block; margin-top: 0; } - .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-amount { font-size: 24px; margin: 12px 0; } - .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-label { color: var(--bb-alternate-text-color); } @media screen and (max-width: 992px) { - .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points { -webkit-box-flex: 0; -ms-flex: 0 0 33.33%; @@ -2154,7 +1911,6 @@ button.gamipress-rank-unlock-with-points-button { } } @media screen and (max-width: 800px) { - .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points { -webkit-box-flex: 0; -ms-flex: 0 0 60%; @@ -2163,12 +1919,10 @@ button.gamipress-rank-unlock-with-points-button { } } @media screen and (max-width: 544px) { - .gamipress-user-points:not(.gamipress-layout-none) { margin-right: 0; margin-left: 0; } - .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -2182,23 +1936,19 @@ button.gamipress-rank-unlock-with-points-button { -ms-flex-pack: end; justify-content: flex-end; } - .gamipress-user-points.gamipress-align-right > div .gamipress-user-points-image { margin-right: 10px; } - .gamipress-user-points.gamipress-layout-right.gamipress-align-right > div { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } - .gamipress-user-points.gamipress-align-left > div { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } - .gamipress-user-points.gamipress-align-center > div, .gamipress-user-points.gamipress-align-justify > div { -webkit-box-pack: center; -ms-flex-pack: center; @@ -2215,17 +1965,14 @@ button.gamipress-rank-unlock-with-points-button { margin-right: -10px; margin-left: -10px; } - .gamipress-points-types[class*="gamipress-columns"] > .gamipress-points-type { border-bottom: 1px solid var(--bb-content-border-color); padding: 1em; } - .gamipress-points-types:not(.gamipress-layout-none) .gamipress-points-type { -ms-flex-item-align: normal; align-self: normal; } - .gamipress-points-types .gamipress-points-type { background-color: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); @@ -2235,37 +1982,30 @@ button.gamipress-rank-unlock-with-points-button { margin-bottom: 20px; } @media screen and (min-width: 800px) { - .gamipress-points-types.gamipress-columns-2 > .gamipress-points-type { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); } - .gamipress-points-types.gamipress-columns-3 > .gamipress-points-type { width: -webkit-calc(33.333% - 20px); width: calc(33.333% - 20px); } - .gamipress-points-types.gamipress-columns-4 > .gamipress-points-type { width: -webkit-calc(25% - 20px); width: calc(25% - 20px); } - .gamipress-points-types.gamipress-columns-5 > .gamipress-points-type { width: -webkit-calc(20% - 20px); width: calc(20% - 20px); } - .gamipress-points-types.gamipress-columns-6 > .gamipress-points-type { width: -webkit-calc(16.666% - 20px); width: calc(16.666% - 20px); } } - .gamipress-points-types .gamipress-open-close-switch { text-align: right; } - .gamipress-points-types .gamipress-open-close-switch a.show-hide-open, .gamipress-points-types .gamipress-open-close-switch a.show-hide-close { display: -webkit-box; @@ -2280,9 +2020,8 @@ button.gamipress-rank-unlock-with-points-button { text-transform: uppercase; color: var(--bb-alternate-text-color); } - -.gamipress-points-types .gamipress-open-close-switch a.show-hide-open::after, -.gamipress-points-types .gamipress-open-close-switch a.show-hide-close::after { +.gamipress-points-types .gamipress-open-close-switch a.show-hide-open:after, +.gamipress-points-types .gamipress-open-close-switch a.show-hide-close:after { padding: 0; margin-right: auto; background: transparent; @@ -2291,7 +2030,7 @@ button.gamipress-rank-unlock-with-points-button { border-radius: 100%; font-family: bb-icons; display: inline-block; - font-weight: 400; + font-weight: normal; font-style: normal; speak: none; text-decoration: inherit; @@ -2309,44 +2048,37 @@ button.gamipress-rank-unlock-with-points-button { transition: color 0.1s ease-in 0; color: var(--bb-alternate-text-color); } - -.gamipress-points-types .gamipress-open-close-switch a.show-hide-open::after { +.gamipress-points-types .gamipress-open-close-switch a.show-hide-open:after { content: "\e826"; line-height: 21px; } - -.gamipress-points-types .gamipress-open-close-switch a.show-hide-close::after { +.gamipress-points-types .gamipress-open-close-switch a.show-hide-close:after { content: "\e87c"; -webkit-transform: none; -ms-transform: none; transform: none; } - .gamipress-points-types .gamipress-extras-window { font-size: 14px; } - .gamipress-points-types .gamipress-extras-window h4 { font-size: 14px; margin-bottom: 5px; } - .gamipress-points-types .gamipress-extras-window ul { margin-bottom: 5px; } - .gamipress-points-types .gamipress-extras-window .gamipress-points-awards, .gamipress-points-types .gamipress-extras-window .gamipress-points-deducts { list-style: none; margin-right: 0; } - -.gamipress-points-types .gamipress-extras-window .gamipress-points-awards li::before, -.gamipress-points-types .gamipress-extras-window .gamipress-points-deducts li::before { +.gamipress-points-types .gamipress-extras-window .gamipress-points-awards li:before, +.gamipress-points-types .gamipress-extras-window .gamipress-points-deducts li:before { content: "\ef32"; font-family: bb-icons; display: inline-block; - font-weight: 400; + font-weight: normal; font-style: normal; speak: none; text-transform: none; @@ -2366,9 +2098,8 @@ button.gamipress-rank-unlock-with-points-button { background-color: #eef0f3; border-radius: 100%; } - -.gamipress-points-types .gamipress-extras-window .gamipress-points-awards li.user-has-earned::before, -.gamipress-points-types .gamipress-extras-window .gamipress-points-deducts li.user-has-earned::before { +.gamipress-points-types .gamipress-extras-window .gamipress-points-awards li.user-has-earned:before, +.gamipress-points-types .gamipress-extras-window .gamipress-points-deducts li.user-has-earned:before { content: "\ef32"; font-family: bb-icons; font-weight: 300; @@ -2382,25 +2113,21 @@ button.gamipress-rank-unlock-with-points-button { margin-top: 0; } @media screen and (max-width: 545px) { - .widget-area .gamipress-columns-1.gamipress-user-points .gamipress-points { margin-right: 0; margin-left: 0; padding: 1em; } } - .widget-area .gamipress-columns-1.gamipress-user-points .gamipress-points:last-child { margin-bottom: 0; } @media screen and (min-width: 545px) { - .widget-area .gamipress-columns-1.gamipress-user-points { width: -webkit-calc(100% + 20px); width: calc(100% + 20px); } } - .widget-area .gamipress-columns-1.gamipress-points-types .gamipress-points-type { -webkit-box-flex: 100%; -ms-flex: 100%; @@ -2409,7 +2136,6 @@ button.gamipress-rank-unlock-with-points-button { margin-top: 0; } @media screen and (max-width: 545px) { - .widget-area .gamipress-columns-1.gamipress-points-types .gamipress-points-type { margin-right: 0; margin-left: 0; @@ -2417,17 +2143,14 @@ button.gamipress-rank-unlock-with-points-button { } } @media screen and (min-width: 545px) { - .widget-area .gamipress-columns-1.gamipress-points-types { width: -webkit-calc(100% + 20px); width: calc(100% + 20px); } } - .widget-area .gamipress-columns-1.gamipress-points-types .gamipress-achievement-image { padding-top: 5px; } - .widget-area .gamipress-columns-2.gamipress-user-points .gamipress-points { -webkit-box-flex: 1; -ms-flex: 1 40%; @@ -2437,22 +2160,18 @@ button.gamipress-rank-unlock-with-points-button { margin-top: 0; padding: 1em; } - .widget-area .gamipress-columns-2.gamipress-user-points .gamipress-points:last-child { margin-bottom: 0; } @media screen and (min-width: 545px) { - .widget-area .gamipress-columns-2.gamipress-user-points { width: -webkit-calc(100% + 20px); width: calc(100% + 20px); } } - .widget-area .gamipress-columns-2.gamipress-user-points .gamipress-user-points-image { margin-bottom: 10px; } - .widget-area .gamipress-achievement .gamipress-achievement-description .gamipress-achievement-excerpt:only-child p { margin-bottom: 0; } @@ -2462,17 +2181,14 @@ table.gamipress-earnings-table { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; } - table.gamipress-earnings-table th, table.gamipress-earnings-table td { background-color: #fff; } - table.gamipress-earnings-table th:first-child, table.gamipress-earnings-table td:first-child { padding-right: 1em; } - table.gamipress-earnings-table thead th { text-transform: uppercase; font-size: 14px; @@ -2482,36 +2198,31 @@ table.gamipress-earnings-table thead th { padding-top: 1rem; padding-bottom: 1rem; } - table.gamipress-earnings-table thead tr:first-child th:first-child { border-radius: 0 4px 0 0; border-right: 1px solid rgba(0, 0, 0, 0.05); } - table.gamipress-earnings-table thead tr:first-child th:last-child { border-radius: 4px 0 0 0; border-left: 1px solid rgba(0, 0, 0, 0.05); } - table.gamipress-earnings-table thead tr:first-child th { border-top: 1px solid rgba(0, 0, 0, 0.05); } - table.gamipress-earnings-table tbody tr { -webkit-transform: translateZ(-1em); transform: translateZ(-1em); position: relative; z-index: 0; } - table.gamipress-earnings-table tbody tr td { border-bottom: 0; font-size: 14px; padding-top: 1em; padding-bottom: 1em; } - table.gamipress-earnings-table tbody tr:hover { + -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transform: translateZ(0); @@ -2520,31 +2231,24 @@ table.gamipress-earnings-table tbody tr:hover { position: relative; z-index: 9; } - table.gamipress-earnings-table tbody tr:last-child td { border-bottom: 1px solid rgba(0, 0, 0, 0.05); } - table.gamipress-earnings-table tbody tr:last-child td:first-child { border-radius: 0 0 4px 0; } - table.gamipress-earnings-table tbody tr:last-child td:last-child { border-radius: 0 0 0 4px; } - table.gamipress-earnings-table tbody td:first-child { border-right: 1px solid rgba(0, 0, 0, 0.05); } - table.gamipress-earnings-table tbody td:last-child { border-left: 1px solid rgba(0, 0, 0, 0.05); } - table.gamipress-earnings-table tbody td.gamipress-earnings-col-thumbnail { width: 60px; } - table.gamipress-earnings-table tbody td.gamipress-earnings-col-thumbnail img.gamipress-achievement-thumbnail, table.gamipress-earnings-table tbody td.gamipress-earnings-col-thumbnail img.gamipress-rank-thumbnail { object-fit: cover; @@ -2552,12 +2256,10 @@ table.gamipress-earnings-table tbody td.gamipress-earnings-col-thumbnail img.gam height: 52px; border-radius: 100%; } - table.gamipress-earnings-table tbody td.gamipress-earnings-col-date { font-size: 13px; color: var(--bb-alternate-text-color); } - table.gamipress-earnings-table tbody td.gamipress-earnings-col-points { font-size: 13px; color: var(--bb-alternate-text-color); @@ -2567,7 +2269,6 @@ table.gamipress-earnings-table tbody td.gamipress-earnings-col-points { font-size: 13px; text-align: left; } - .gamipress-earnings-pagination span, .gamipress-earnings-pagination a { padding: 0 5px; @@ -2588,16 +2289,13 @@ table.gamipress-earnings-table tbody td.gamipress-earnings-col-points { align-items: center; margin: 10px 0 0; } - .users-header .gamipress-buddypress-points img.gamipress-points-thumbnail { border-radius: 100%; margin-left: 5px; } - .users-header .gamipress-buddypress-points .gamipress-buddypress-user-points { margin-left: 5px; } - .users-header .gamipress-buddypress-points-type { margin: 0 0 10px 10px; display: -webkit-box; @@ -2607,11 +2305,9 @@ table.gamipress-earnings-table tbody td.gamipress-earnings-col-points { -ms-flex-align: center; align-items: center; } - .users-header .gamipress-buddypress-achievements { margin-bottom: 10px; } - .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement { display: -webkit-box; display: -ms-flexbox; @@ -2623,27 +2319,22 @@ table.gamipress-earnings-table tbody td.gamipress-earnings-col-points { align-items: center; margin-bottom: 10px; } - .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-type-label { margin-left: 10px; font-weight: 500; color: var(--bb-headings-color); } - .users-header .gamipress-buddypress-achievements img.gamipress-achievement-thumbnail { border-radius: 100%; margin-left: 5px; margin-bottom: 5px; } - .users-header .gamipress-buddypress-achievement-title { margin-left: 10px; } - .users-header .gamipress-buddypress-ranks { margin-bottom: 10px; } - .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank { display: -webkit-box; display: -ms-flexbox; @@ -2655,28 +2346,22 @@ table.gamipress-earnings-table tbody td.gamipress-earnings-col-points { align-items: center; margin-bottom: 10px; } - .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank a.activity { font-size: 14px; } - .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank-label { margin-left: 10px; font-weight: 500; } - #buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank-label { color: var(--bb-headings-color); } - .users-header .gamipress-buddypress-ranks img.gamipress-rank-thumbnail { border-radius: 100%; } - .users-header .gamipress-buddypress-rank-title { margin-left: 10px; } - .users-header .item-meta .gamipress-buddypress-user-details-top, .users-header .item-meta .gamipress-buddypress-points, .users-header .item-meta .gamipress-buddypress-achievements, diff --git a/web/app/themes/buddyboss-theme/assets/css-rtl/gamipress.min.css b/web/app/themes/buddyboss-theme/assets/css-rtl/gamipress.min.css index 0de6e505..9a10f7d5 100644 --- a/web/app/themes/buddyboss-theme/assets/css-rtl/gamipress.min.css +++ b/web/app/themes/buddyboss-theme/assets/css-rtl/gamipress.min.css @@ -1,769 +1 @@ -#gamipress-achievements-container{border-top:0} - -.gamipress-user-points-image{margin-left:15px} - -.entry-content-wrap .gamipress-achievement-earned,.entry-content-wrap .gamipress-rank-earned{margin-top:30px} - -.gamipress-achievement-attached,.gamipress-rank-requirements{margin-bottom:20px;border-bottom:1px dotted var(--bb-content-border-color)} - -.gamipress-achievement-attached .gamipress-open-close-switch>a,.gamipress-rank-requirements .gamipress-open-close-switch>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:right;padding:5px 0;font-size:12px;text-transform:uppercase;color:var(--bb-alternate-text-color)} - -.gamipress-achievement-attached .gamipress-open-close-switch>a::after,.gamipress-rank-requirements .gamipress-open-close-switch>a::after{padding:0;margin-right:auto;background:100% 0;background-image:none;background-color:var(--bb-content-alternate-background-color);border-radius:100%;font-family:bb-icons;display:inline-block;font-weight:400;font-style:normal;speak:none;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:16px;line-height:20px;vertical-align:top;text-align:center;-webkit-transition:color .1s ease-in 0;transition:color .1s ease-in 0;color:var(--bb-alternate-text-color)} - -.gamipress-achievement-attached .gamipress-open-close-switch>a.show-hide-open::after,.gamipress-rank-requirements .gamipress-open-close-switch>a.show-hide-open::after{content:"\e826";line-height:21px} - -.gamipress-achievement-attached .gamipress-open-close-switch>a.show-hide-close::after,.gamipress-rank-requirements .gamipress-open-close-switch>a.show-hide-close::after{content:"\e87c";-webkit-transform:none;-ms-transform:none;transform:none} - -.gamipress-achievement-attached .gamipress-extras-window,.gamipress-rank-requirements .gamipress-extras-window{margin-top:10px} - -.gamipress-achievement-attached .gamipress-extras-window h4,.gamipress-rank-requirements .gamipress-extras-window h4{font-size:14px} - -body.buddypress .gamipress-achievement-attached .gamipress-extras-window h4,body.buddypress .gamipress-rank-requirements .gamipress-extras-window h4{margin-bottom:10px} - -.achievement-wrap.user-has-earned .gamipress-achievement-image,.gamipress-achievement.user-has-earned .gamipress-achievement-image,.gamipress-rank.user-has-earned .gamipress-rank-image,.rank-wrap.user-has-earned .gamipress-rank-image,.user-has-earned .achievement-wrap .gamipress-achievement-image,.user-has-earned .rank-wrap .gamipress-rank-image{text-align:center;padding-top:5px} - -ul.gamipress-achievement-earners-list li,ul.gamipress-rank-earners-list li{margin:0 0 10px 10px;text-align:center;width:105px;border-radius:var(--bb-block-radius-inner);background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);padding:15px} - -ul.gamipress-achievement-earners-list li:hover,ul.gamipress-rank-earners-list li:hover{box-shadow:0 3px 24px 0 rgba(18,43,70,.08)} - -ul.gamipress-achievement-earners-list li img.avatar,ul.gamipress-rank-earners-list li img.avatar{border:none;margin:0 auto;display:block;width:50px;height:50px;max-width:50px} - -ul.gamipress-achievement-earners-list li .earner-display-name,ul.gamipress-rank-earners-list li .earner-display-name{display:block;font-size:13px;line-height:1.4;word-break:break-word;margin-top:6px} - -.widget ul.gamipress-achievement-earners-list li,.widget ul.gamipress-rank-earners-list li{margin:0 -8px 0 0;width:auto;border-radius:0;background-color:transparent;border:0;padding:0;max-width:70px} - -.widget ul.gamipress-achievement-earners-list li img.avatar,.widget ul.gamipress-rank-earners-list li img.avatar{border:1px solid #fff;width:40px;height:40px;max-width:40px} - -.widget ul.gamipress-achievement-earners-list li .earner-display-name,.widget ul.gamipress-rank-earners-list li .earner-display-name{min-height:40px} - -.gamipress-logs-list{margin-bottom:20px} - -.gamipress-logs-list .gamipress-log{font-size:14px;padding:3px 0} - -.gamipress-logs-pagination{font-size:13px} - -.gamipress-logs-pagination a,.gamipress-logs-pagination span{padding:0 5px} - -.gamipress-coupons-form,.gamipress-points-exchanges-form,.gamipress-points-exchanges-form p,.gamipress-purchases-form,.gamipress-purchases-form fieldset p:last-child,.gamipress-purchases-form-acceptance-checkbox,.gamipress-purchases-form-fixed-amount,.gamipress-purchases-form-submit,.gamipress-referrals-form .gamipress-referrals-form-submit,.gamipress-transfers-form,.gamipress-transfers-form fieldset p,.gamipress-transfers-form-submit,p.gamipress-coupons-redeem-coupon-form-submit{margin:0} - -.gamipress-referrals-referral-url-generator{font-family:inherit;background-color:var(--bb-content-background-color);border:1px solid rgba(0,0,0,.1);padding:2rem;margin-bottom:2rem;margin-top:2rem} - -.gamipress-referrals-referral-url-generator input[type=text]{width:400px;max-width:100%} - -.gamipress-referrals-referral-url-generator .gamipress-referrals-form-description,.gamipress-referrals-referral-url-generator label{display:block} - -.gamipress-edd-partial-payments-form-toggle{margin-bottom:0} - -.gamipress-edd-partial-payments-form{margin-top:1.6875rem} - -.gamipress-progress-map-horizontal .gamipress-progress-map-item{width:300px;margin-left:1rem} - -.gamipress-progress-map-horizontal .gamipress-progress-map-item-content{padding-top:1em} - -.gamipress-achievement,.gamipress-rank,.single .single-achievement,.single-rank{padding:20px;background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);font-size:14px;line-height:24px;border-radius:var(--bb-block-radius)} - -.gamipress-transfers-achievement-transfer-form-achievement-input+.ui-autocomplete,.gamipress-transfers-rank-transfer-form-rank-input+.ui-autocomplete{background-color:var(--bb-content-background-color)} - -body .gamipress-restrict-content-limiter{background:100% 0;background:-webkit-gradient(linear,right top,right bottom,from(transparent),to(var(--bb-body-background-color)));background:-webkit-linear-gradient(transparent,var(--bb-body-background-color));background:linear-gradient(transparent,var(--bb-body-background-color));background:linear-gradient(transparent,var(--bb-body-background-color));background:linear-gradient(transparent,var(--bb-body-background-color));background:linear-gradient(transparent,var(--bb-body-background-color))} - -.gamipress-rewards-calendar-rewards{text-align:center} - -.gamipress-leaderboard-table .column-avatar img{width:50px} - -.gamipress-coupons-redeem-coupon-form-code-input label,.gamipress-purchases-form label,.gamipress-purchases-form-description,.gamipress-referrals-form-description,.gamipress-wc-partial-payments-points{display:block} - -#bbpress-forums .bbp-after-author-hook{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:5px 0} - -#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievements,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks{display:-webkit-box;display:-ms-flexbox;display:flex;vertical-align:middle} - -#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement{margin-left:4px} - -#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement:last-child{margin-left:0} - -#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement .gamipress-bbpress-achievement-title,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-rank .gamipress-bbpress-rank-title{margin-right:4px} - -#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement .gamipress-bbpress-achievement-title:last-child,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-rank .gamipress-bbpress-rank-title:last-child{margin-left:4px} - -#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type .gamipress-bbpress-points-label:first-child,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type .gamipress-bbpress-user-points:first-child{margin-right:4px} - -#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type .gamipress-bbpress-points-label:last-child,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type .gamipress-bbpress-user-points:last-child{margin-left:4px} - -#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type .gamipress-bbpress-points-thumbnail+.gamipress-bbpress-points-label,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type .gamipress-bbpress-points-thumbnail+.gamipress-bbpress-user-points{margin-right:4px} - -#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-rank{margin-bottom:10px} - -#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points>div,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid var(--bb-content-border-color);padding:3px 4px;box-shadow:0 1px 2px rgba(18,43,70,.12);font-size:13px;color:var(--bb-body-text-color);background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius-inner);line-height:1.5;-webkit-transition:all ease .3s;transition:all ease .3s} - -#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement:hover,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points>div:hover,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank:hover{box-shadow:0 4px 14px rgba(18,43,70,.15)} - -#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement .gamipress-bbpress-achievement-thumbnail,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points>div .gamipress-bbpress-points-thumbnail,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank .gamipress-bbpress-rank-thumbnail{display:inline-block;vertical-align:middle;border-radius:100px;box-shadow:0 0 2px rgba(0,0,0,.13);margin-left:5px;width:20px} - -#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement .gamipress-bbpress-achievement-title:not(:last-child){margin-left:10px} - -#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement-thumbnail img,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank .gamipress-bbpress-rank-thumbnail img{border-radius:50%} - -#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement-type-label,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-rank-label{display:none} - -#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank{display:inline-block} - -#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievements,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points>div,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-user-points{margin-left:4px}@media screen and (max-width:1180px){ - -#bbpress-forums .bbp-after-author-hook{display:inline-block;width:100%;margin:5px 0 15px} - -#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievements,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks{display:inline} - -#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points>div,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank{padding:2px 3px 2px 7px;font-size:11px} - -#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-rank{margin-bottom:5px}} - -.acomment-content .gamipress-buddypress-user-details-activity,.activity-content .gamipress-buddypress-user-details-activity,.bb-members-list__avatar .gamipress-buddypress-user-details-listing,.item-avatar .gamipress-buddypress-user-details-listing{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:10px 0 0} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks{display:-webkit-box;display:-ms-flexbox;display:flex;vertical-align:middle;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement{margin-left:4px} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement:last-child,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement:last-child,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement:last-child,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement:last-child{margin-left:0} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank{margin-bottom:10px} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank .gamipress-buddypress-rank-title,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank .gamipress-buddypress-rank-title,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank .gamipress-buddypress-rank-title,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank .gamipress-buddypress-rank-title{margin-right:4px} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:last-child,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank .gamipress-buddypress-rank-title:last-child,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:last-child,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank .gamipress-buddypress-rank-title:last-child,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:last-child,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank .gamipress-buddypress-rank-title:last-child,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:last-child,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank .gamipress-buddypress-rank-title:last-child{margin-left:4px} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-label:first-child,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-user-points:first-child,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-label:first-child,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-user-points:first-child,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-label:first-child,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-user-points:first-child,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-label:first-child,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-user-points:first-child{margin-right:4px} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-label:last-child,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-user-points:last-child,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-label:last-child,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-user-points:last-child,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-label:last-child,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-user-points:last-child,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-label:last-child,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-user-points:last-child{margin-left:4px} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail+.gamipress-buddypress-points-label,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail+.gamipress-buddypress-user-points,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail+.gamipress-buddypress-points-label,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail+.gamipress-buddypress-user-points,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail+.gamipress-buddypress-points-label,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail+.gamipress-buddypress-user-points,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail+.gamipress-buddypress-points-label,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail+.gamipress-buddypress-user-points{margin-right:4px} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid var(--bb-content-border-color);padding:3px 4px;box-shadow:0 1px 2px rgba(18,43,70,.12);font-size:13px;color:var(--bb-body-text-color);background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius-inner);line-height:1.5;-webkit-transition:all ease .3s;transition:all ease .3s} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement:hover,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div:hover,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank:hover,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement:hover,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div:hover,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank:hover,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement:hover,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div:hover,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank:hover,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement:hover,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div:hover,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank:hover{box-shadow:0 4px 14px rgba(18,43,70,.15)} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div .gamipress-buddypress-points-thumbnail,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div .gamipress-buddypress-points-thumbnail,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div .gamipress-buddypress-points-thumbnail,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div .gamipress-buddypress-points-thumbnail,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail{display:inline-block;vertical-align:middle;border-radius:100px;box-shadow:0 0 2px rgba(0,0,0,.13);width:20px} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements+.gamipress-buddypress-user-achievements,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements+.gamipress-buddypress-user-achievements,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements+.gamipress-buddypress-user-achievements,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements+.gamipress-buddypress-user-achievements{margin-right:8px} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail{margin-left:0} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-title,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-title,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-title,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-title{margin-right:5px} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:not(:last-child),.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:not(:last-child),.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:not(:last-child),.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:not(:last-child){margin-left:10px} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement-thumbnail img,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail img,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement-thumbnail img,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail img,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement-thumbnail img,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail img,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement-thumbnail img,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail img{border-radius:50%} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement-type-label,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank-label,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement-type-label,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank-label,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement-type-label,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank-label,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement-type-label,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank-label{display:none!important} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank{display:inline-block} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-user-points,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-user-points,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-user-points,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-user-points{margin-left:4px} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements .gamipress-buddypress-achievement:last-child,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements .gamipress-buddypress-achievement:last-child,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements .gamipress-buddypress-achievement:last-child,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements .gamipress-buddypress-achievement:last-child{margin-left:8px} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements+.gamipress-buddypress-user-achievements,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements+.gamipress-buddypress-user-achievements,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements+.gamipress-buddypress-user-achievements,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements+.gamipress-buddypress-user-achievements{margin-right:0}@media screen and (max-width:1180px){ - -.acomment-content .gamipress-buddypress-user-details-activity,.activity-content .gamipress-buddypress-user-details-activity,.bb-members-list__avatar .gamipress-buddypress-user-details-listing,.item-avatar .gamipress-buddypress-user-details-listing{display:inline-block;width:100%;margin:5px 0 15px} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks{display:inline} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank{padding:2px 3px 2px 7px;font-size:11px} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank{margin-bottom:5px}} - -.activity-content .gamipress-points-award.user-has-earned,.activity-content .gamipress-points-deduct.user-has-earned{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin-bottom:1rem;padding:20px;background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);font-size:14px;line-height:24px;border-radius:var(--bb-block-radius)} - -.activity-content .gamipress-points-award.user-has-earned .gamipress-points-type-image,.activity-content .gamipress-points-deduct.user-has-earned .gamipress-points-type-image{margin-left:15px} - -.gamipress-buddypress-points .gamipress-buddypress-points-type{border-radius:20px} - -.activity-content .gamipress-achievement.user-has-earned{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.activity-content .gamipress-achievement.user-has-earned .gamipress-achievement-image{margin-left:15px} - -.item-avatar .gamipress-buddypress-user-details-listing{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:25px 0 0} - -.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks,.bb-media-model-inner .acomment-content .gamipress-buddypress-achievements,.bb-media-model-inner .acomment-content .gamipress-buddypress-points,.bb-media-model-inner .acomment-content .gamipress-buddypress-ranks,.bb-media-model-inner .activity-inner .gamipress-buddypress-achievements,.bb-media-model-inner .activity-inner .gamipress-buddypress-points,.bb-media-model-inner .activity-inner .gamipress-buddypress-ranks{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start} - -#members-list:not(.grid) .item-avatar .gamipress-buddypress-user-details-listing{display:none} - -.widget #gamipress-achievements-search-form #gamipress-achievements-search-input{width:100%;margin-bottom:10px} - -#buddypress .users-header .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title,#buddypress .users-header .gamipress-buddypress-rank .gamipress-buddypress-rank-title{margin-right:4px} - -#buddypress .users-header .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:last-child,#buddypress .users-header .gamipress-buddypress-rank .gamipress-buddypress-rank-title:last-child{margin-left:4px} - -#buddypress .users-header .gamipress-buddypress-points-type .gamipress-buddypress-points-label:first-child,#buddypress .users-header .gamipress-buddypress-points-type .gamipress-buddypress-user-points:first-child{margin-right:4px} - -#buddypress .users-header .gamipress-buddypress-points-type .gamipress-buddypress-points-label:last-child,#buddypress .users-header .gamipress-buddypress-points-type .gamipress-buddypress-user-points:last-child{margin-left:4px} - -#buddypress .users-header .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail+.gamipress-buddypress-points-label,#buddypress .users-header .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail+.gamipress-buddypress-user-points{margin-right:4px} - -#buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement,#buddypress .users-header .gamipress-buddypress-points .gamipress-buddypress-points-type,#buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank{vertical-align:middle;border:1px solid var(--bb-content-border-color);padding:3px 4px;box-shadow:0 1px 2px rgba(18,43,70,.12);font-size:13px;color:var(--bb-body-text-color);margin-left:5px;background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius-inner);-webkit-transition:all ease .3s;transition:all ease .3s} - -#buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement:hover,#buddypress .users-header .gamipress-buddypress-points .gamipress-buddypress-points-type:hover,#buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank:hover{box-shadow:0 4px 14px rgba(18,43,70,.15)} - -#buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement,#buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank{display:inline-block} - -#buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-title,#buddypress .users-header .gamipress-buddypress-points span.activity,#buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank-title{color:var(--bb-body-text-color);font-size:13px;vertical-align:middle} - -#buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-title:hover,#buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank-title:hover{color:var(--bb-primary-color)} - -#buddypress .users-header .gamipress-buddypress-achievements,#buddypress .users-header .gamipress-buddypress-ranks{margin-bottom:0} - -#buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-title,#buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank-title{margin-left:0} - -#buddypress .users-header .gamipress-buddypress-achievement-thumbnail,#buddypress .users-header .gamipress-buddypress-points-thumbnail,#buddypress .users-header .gamipress-rank-thumbnail{display:inline-block;vertical-align:middle;border-radius:100px;box-shadow:0 0 2px rgba(0,0,0,.13);width:20px} - -#buddypress .users-header .gamipress-buddypress-achievement-thumbnail>img,#buddypress .users-header .gamipress-buddypress-points-thumbnail>img,#buddypress .users-header .gamipress-rank-thumbnail>img{margin-left:0;margin-bottom:0;vertical-align:middle} - -#buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-title:not(:last-child){margin-left:10px} - -#buddypress .users-header .gamipress-buddypress-achievement-type-label,#buddypress .users-header .gamipress-buddypress-rank-label{display:none}@media screen and (max-width:540px){ - -#buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-title,#buddypress .users-header .gamipress-buddypress-points span.activity,#buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank-title{font-size:11px}} - -.widget .gamipress-achievement,.widget .gamipress-rank{padding:0;border:0;border-radius:0} - -.widget .gamipress-achievement-title,.widget .gamipress-achievements-list .gamipress-achievements-container h2.gamipress-achievement-title,.widget .gamipress-points-type-title,.widget .gamipress-rank-title{margin-bottom:10px;font-size:16px;font-weight:600;letter-spacing:0;line-height:1.4} - -.widget .gamipress-achievement-excerpt p,.widget .gamipress-rank-excerpt p{margin-bottom:1rem} - -.widget .gamipress-achievement,.widget .gamipress-achievement:not(.gamipress-layout-none),.widget .gamipress-rank,.widget .gamipress-rank:not(.gamipress-layout-none){margin-bottom:0} - -.widget .gamipress-points-types .gamipress-points-type{border:0;padding:0 0 20px;border-radius:0} - -.widget .gamipress-points-types .gamipress-points-type:last-of-type{border-bottom:0;margin-bottom:0;padding-bottom:0} - -.widget .gamipress-points-types .gamipress-points-type .gamipress-points-type-awards h4{margin-bottom:5px;font-size:14px;font-weight:500;line-height:1.4} - -.widget .gamipress-points-types[class*=gamipress-columns]>.gamipress-points-type{border-bottom-width:0} - -.widget .gamipress-points-types.gamipress-columns-1 .gamipress-points-type{border-bottom-width:1px} - -.widget .gamipress-shortcode-error>div{display:block;float:none;text-align:right} - -.widget #gamipress-achievements-search #gamipress-achievements-search-submit,.widget button.gamipress-achievement-unlock-with-points-button,.widget button.gamipress-rank-unlock-with-points-button{width:100%} - -.widget[class*=gamipress] button[type=button],.widget[class*=gamipress] input[type=submit]{font-size:13px;font-weight:500;min-height:32px;line-height:1.5;white-space:nowrap;letter-spacing:-.4px;padding:0 15px} - -.widget[class*=gamipress] [class*=unlock-with-points-confirmation] p{margin-bottom:1rem} - -.widget[class*=gamipress] [class*=unlock-with-points]{width:100%} - -.widget[class*=gamipress] .gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns]>.gamipress-achievement,.widget[class*=gamipress] .gamipress-points-types,.widget[class*=gamipress] .gamipress-points-types .gamipress-points-type,.widget[class*=gamipress] .gamipress-ranks-list .gamipress-ranks-container[class*=gamipress-columns],.widget[class*=gamipress] .gamipress-ranks-list .gamipress-ranks-container[class*=gamipress-columns] .gamipress-rank,.widget[class*=gamipress] .gamipress-user-ranks,.widget[class*=gamipress] .gamipress-user-ranks .gamipress-rank{margin-right:0;margin-left:0} - -.widget .gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns]>.gamipress-achievement{border:0;padding:0} - -.widget .gamipress-email-settings-table{border:0} - -.widget-area .elementor-widget .gamipress-user-points:not(.gamipress-layout-none),.widget-area .widget .gamipress-user-points:not(.gamipress-layout-none){margin:0} - -.widget-area .elementor-widget .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points,.widget-area .widget .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points{margin:0 0 10px} - -.widget-area .elementor-widget .gamipress-columns-1>.gamipress-points,.widget-area .widget .gamipress-columns-1>.gamipress-points{width:100%} - -.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-1>.gamipress-achievement,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-1>.gamipress-achievement{width:100%;margin-bottom:20px} - -.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-1>.gamipress-achievement:last-of-type,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-1>.gamipress-achievement:last-of-type{margin-bottom:0} - -.widget-area .elementor-widget .gamipress-points-types.gamipress-columns-1>.gamipress-points-type,.widget-area .elementor-widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-1>.gamipress-rank,.widget-area .elementor-widget .gamipress-user-ranks.gamipress-columns-1>.gamipress-rank,.widget-area .widget .gamipress-points-types.gamipress-columns-1>.gamipress-points-type,.widget-area .widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-1>.gamipress-rank,.widget-area .widget .gamipress-user-ranks.gamipress-columns-1>.gamipress-rank{width:100%} - -.widget-area .elementor-widget .gamipress-columns-2>.gamipress-points,.widget-area .widget .gamipress-columns-2>.gamipress-points{width:100%} - -.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-2>.gamipress-achievement,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-2>.gamipress-achievement{width:100%;margin-bottom:20px} - -.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-2>.gamipress-achievement:last-of-type,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-2>.gamipress-achievement:last-of-type{margin-bottom:0} - -.widget-area .elementor-widget .gamipress-points-types.gamipress-columns-2>.gamipress-points-type,.widget-area .elementor-widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-2>.gamipress-rank,.widget-area .elementor-widget .gamipress-user-ranks.gamipress-columns-2>.gamipress-rank,.widget-area .widget .gamipress-points-types.gamipress-columns-2>.gamipress-points-type,.widget-area .widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-2>.gamipress-rank,.widget-area .widget .gamipress-user-ranks.gamipress-columns-2>.gamipress-rank{width:100%} - -.widget-area .elementor-widget .gamipress-columns-3>.gamipress-points,.widget-area .widget .gamipress-columns-3>.gamipress-points{width:100%} - -.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-3>.gamipress-achievement,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-3>.gamipress-achievement{width:100%;margin-bottom:20px} - -.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-3>.gamipress-achievement:last-of-type,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-3>.gamipress-achievement:last-of-type{margin-bottom:0} - -.widget-area .elementor-widget .gamipress-points-types.gamipress-columns-3>.gamipress-points-type,.widget-area .elementor-widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-3>.gamipress-rank,.widget-area .elementor-widget .gamipress-user-ranks.gamipress-columns-3>.gamipress-rank,.widget-area .widget .gamipress-points-types.gamipress-columns-3>.gamipress-points-type,.widget-area .widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-3>.gamipress-rank,.widget-area .widget .gamipress-user-ranks.gamipress-columns-3>.gamipress-rank{width:100%} - -.widget-area .elementor-widget .gamipress-columns-4>.gamipress-points,.widget-area .widget .gamipress-columns-4>.gamipress-points{width:100%} - -.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-4>.gamipress-achievement,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-4>.gamipress-achievement{width:100%;margin-bottom:20px} - -.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-4>.gamipress-achievement:last-of-type,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-4>.gamipress-achievement:last-of-type{margin-bottom:0} - -.widget-area .elementor-widget .gamipress-points-types.gamipress-columns-4>.gamipress-points-type,.widget-area .elementor-widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-4>.gamipress-rank,.widget-area .elementor-widget .gamipress-user-ranks.gamipress-columns-4>.gamipress-rank,.widget-area .widget .gamipress-points-types.gamipress-columns-4>.gamipress-points-type,.widget-area .widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-4>.gamipress-rank,.widget-area .widget .gamipress-user-ranks.gamipress-columns-4>.gamipress-rank{width:100%} - -.widget-area .elementor-widget .gamipress-columns-5>.gamipress-points,.widget-area .widget .gamipress-columns-5>.gamipress-points{width:100%} - -.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-5>.gamipress-achievement,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-5>.gamipress-achievement{width:100%;margin-bottom:20px} - -.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-5>.gamipress-achievement:last-of-type,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-5>.gamipress-achievement:last-of-type{margin-bottom:0} - -.widget-area .elementor-widget .gamipress-points-types.gamipress-columns-5>.gamipress-points-type,.widget-area .elementor-widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-5>.gamipress-rank,.widget-area .elementor-widget .gamipress-user-ranks.gamipress-columns-5>.gamipress-rank,.widget-area .widget .gamipress-points-types.gamipress-columns-5>.gamipress-points-type,.widget-area .widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-5>.gamipress-rank,.widget-area .widget .gamipress-user-ranks.gamipress-columns-5>.gamipress-rank{width:100%} - -.widget-area .elementor-widget .gamipress-columns-6>.gamipress-points,.widget-area .widget .gamipress-columns-6>.gamipress-points{width:100%} - -.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-6>.gamipress-achievement,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-6>.gamipress-achievement{width:100%;margin-bottom:20px} - -.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-6>.gamipress-achievement:last-of-type,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-6>.gamipress-achievement:last-of-type{margin-bottom:0} - -.widget-area .elementor-widget .gamipress-points-types.gamipress-columns-6>.gamipress-points-type,.widget-area .elementor-widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-6>.gamipress-rank,.widget-area .elementor-widget .gamipress-user-ranks.gamipress-columns-6>.gamipress-rank,.widget-area .widget .gamipress-points-types.gamipress-columns-6>.gamipress-points-type,.widget-area .widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-6>.gamipress-rank,.widget-area .widget .gamipress-user-ranks.gamipress-columns-6>.gamipress-rank{width:100%} - -.widget-area .elementor-widget .gamipress-email-settings-table,.widget-area .widget .gamipress-email-settings-table{margin-bottom:15px} - -.widget-area .elementor-widget .gamipress-email-settings-table td,.widget-area .elementor-widget .gamipress-email-settings-table th,.widget-area .widget .gamipress-email-settings-table td,.widget-area .widget .gamipress-email-settings-table th{padding:.5rem} - -.widget-area .elementor-widget .gamipress-email-settings-table th,.widget-area .widget .gamipress-email-settings-table th{font-size:14px} - -.widget-area .elementor-widget .gamipress-email-settings-table td,.widget-area .widget .gamipress-email-settings-table td{font-size:14px;line-height:1.3} - -.gamipress_achievements_widget #gamipress-achievements-filter label{font-size:14px;margin-bottom:5px} - -.gamipress_achievements_widget #gamipress-achievements-filter select{margin-right:0;font-size:14px} - -.gamipress_achievements_widget #gamipress-achievements-search{margin-left:0} - -.gamipress_achievements_widget #gamipress-achievements-search label{font-size:14px;margin-bottom:5px} - -.gamipress_achievements_widget #gamipress-achievements-search #gamipress-achievements-search-input{width:100%;font-size:14px;margin-bottom:5px} - -.gamipress_achievements_widget #gamipress-achievements-search #gamipress-achievements-search-submit{padding-right:20px;padding-left:20px;height:32px} - -.gamipress_achievements_widget ul.gamipress-achievement-earners-list li{margin-right:0} - -.gamipress_achievements_widget .gamipress-achievement-description .gamipress-achievement-title+.gamipress-achievement-excerpt{margin-top:0} - -.gamipress_achievements_widget .gamipress-achievement-description .gamipress-achievement-points{margin-bottom:5px} - -.gamipress_achievements_widget .gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns]>.gamipress-achievement{width:100%} - -.gamipress_ranks_widget .gamipress-ranks-list .gamipress-ranks-container[class*=gamipress-columns] .gamipress-rank{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:0;padding:0;border-radius:0} - -.gamipress_ranks_widget ul.gamipress-rank-earners-list li{margin-right:0} - -.gamipress_ranks_widget .gamipress-rank-type-title{margin-bottom:10px;font-size:16px;font-weight:600;letter-spacing:0;line-height:1.4} - -.gamipress_ranks_widget .gamipress-ranks-list .gamipress-ranks-container h2.gamipress-rank-title{margin-bottom:5px;font-size:14px;font-weight:500;line-height:1.4} - -.gamipress_ranks_widget .gamipress-rank-image{margin-top:0} - -.gamipress_earnings_widget .gamipress-earnings-col-thumbnail img{max-width:50px} - -.gamipress_earnings_widget table.gamipress-earnings-table tbody tr,.gamipress_earnings_widget table.gamipress-earnings-table thead tr{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.gamipress_earnings_widget table.gamipress-earnings-table thead{display:none} - -.gamipress_earnings_widget table.gamipress-earnings-table tbody td.gamipress-earnings-col-thumbnail{max-width:50px;width:50px;padding-top:15px} - -.gamipress_earnings_widget table.gamipress-earnings-table tbody tr:first-child td.gamipress-earnings-col-thumbnail{padding-top:0} - -.gamipress_earnings_widget table.gamipress-earnings-table td,.gamipress_earnings_widget table.gamipress-earnings-table td:first-child,.gamipress_earnings_widget table.gamipress-earnings-table th,.gamipress_earnings_widget table.gamipress-earnings-table th:first-child{padding:3px 5px;font-size:13px;line-height:1.4} - -.gamipress_earnings_widget table.gamipress-earnings-table th,.gamipress_earnings_widget table.gamipress-earnings-table th:first-child{font-size:12px} - -.gamipress_earnings_widget table.gamipress-earnings-table thead tr:first-child th{border-top:0} - -.gamipress_earnings_widget table.gamipress-earnings-table tbody td:first-child,.gamipress_earnings_widget table.gamipress-earnings-table thead th:first-child,.gamipress_earnings_widget table.gamipress-earnings-table thead tr:first-child th:first-child{border-right:0} - -.gamipress_earnings_widget table.gamipress-earnings-table tbody td:last-child,.gamipress_earnings_widget table.gamipress-earnings-table tbody th:last-child,.gamipress_earnings_widget table.gamipress-earnings-table thead tr:first-child th:last-child{border-left:0} - -.gamipress_earnings_widget table.gamipress-earnings-table tbody tr:last-child td{border-bottom:0} - -.gamipress_earnings_widget table.gamipress-earnings-table tbody tr:hover{box-shadow:none} - -.gamipress_points_widget .gamipress-user-points:not(.gamipress-layout-none){-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0} - -.gamipress_points_widget .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points{margin:5px 0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;border-width:0;border-radius:0;border-bottom-width:1px} - -.gamipress_points_widget .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points:last-of-type{border-bottom-width:0} - -.gamipress_points_widget .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-image img{max-width:60px} - -.gamipress_points_widget .gamipress-user-points:not(.gamipress-layout-none).gamipress-layout-right .gamipress-user-points-image{margin-right:auto;margin-left:0} - -.gamipress_points_widget .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-description span{margin-bottom:5px} - -.gamipress_user_rank_widget .gamipress-user-ranks .gamipress-rank{border-width:0;padding:0} - -.gamipress_user_rank_widget .gamipress-rank-description>h4{margin-bottom:5px;font-size:14px;font-weight:500;line-height:1.4} - -.gamipress_user_rank_widget ul.gamipress-rank-earners-list li{margin-right:0} - -.gamipress_user_rank_widget .gamipress-user-ranks .gamipress-rank{margin-bottom:15px} - -.gamipress_user_rank_widget .gamipress-user-ranks .gamipress-rank:last-of-type{margin-bottom:0} - -body.hide-overflow{overflow:hidden} - -.buddypress.widget .GamiPress-data-popup,.elementor-widget-bbp-members .GamiPress-data-popup{display:none} - -.buddypress.widget .GamiPress-data-popup.is_active,.elementor-widget-bbp-members .GamiPress-data-popup.is_active{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:0;right:0;bottom:0;left:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:fixed;background-color:rgba(250,251,253,.9);z-index:999901} - -.buddypress.widget .GamiPress-data-popup.is_active .gamipress-buddypress-user-details-listing,.elementor-widget-bbp-members .GamiPress-data-popup.is_active .gamipress-buddypress-user-details-listing{display:block!important;background-color:var(--bb-content-background-color);padding:20px 20px 10px;border:1px solid #d2d4d6;box-shadow:0 6px 24px 0 rgba(18,43,70,.1);position:relative;border-radius:4px;max-width:90%} - -.buddypress.widget .GamiPress-data-popup.is_active .gamipress-buddypress-user-details-listing .hideGamipressData,.elementor-widget-bbp-members .GamiPress-data-popup.is_active .gamipress-buddypress-user-details-listing .hideGamipressData{font-size:24px;position:absolute;left:5px;top:5px;opacity:.8;cursor:pointer} - -.buddypress.widget .gamipress-buddypress-user-details-listing,.elementor-widget-bbp-members .gamipress-buddypress-user-details-listing{display:none} - -.buddypress.widget span.activity.gamipress-buddypress-points-label,.buddypress.widget span.activity.gamipress-buddypress-user-points,.elementor-widget-bbp-members span.activity.gamipress-buddypress-points-label,.elementor-widget-bbp-members span.activity.gamipress-buddypress-user-points{display:inline-block} - -.buddypress.widget .showGamipressData,.elementor-widget-bbp-members .showGamipressData{position:absolute;bottom:0;left:0;background-color:var(--bb-content-background-color);border-radius:100%;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;height:17px;width:17px;cursor:pointer} - -.buddypress.widget .showGamipressData img,.elementor-widget-bbp-members .showGamipressData img{height:14px!important;width:14px!important} - -.buddypress.widget .showGamipressData [class*=" bb-icon-"],.elementor-widget-bbp-members .showGamipressData [class*=" bb-icon-"]{font-size:12px;color:#000} - -.bp-search-ajax-item .item-avatar .gamipress-buddypress-user-details-listing,.bp-search-results-list .item-avatar .gamipress-buddypress-user-details-listing{display:none} - -.gamipress-achievement-congratulations{padding:20px;background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);font-size:14px;line-height:24px} - -.gamipress-achievement-congratulations p:last-child{margin-bottom:0} - -.gamipress-achievement-image img.gamipress-achievement-thumbnail{border-radius:4px} - -body.buddypress .gamipress-achievement-description .gamipress-achievement-title{margin-bottom:15px} - -.gamipress-achievement-description .gamipress-achievement-title a{color:var(--bb-headings-color)} - -.gamipress-achievement-description .gamipress-achievement-title a:hover{color:var(--bb-primary-color)} - -.gamipress-achievement-description .gamipress-achievement-title+.gamipress-achievement-excerpt{margin-top:15px} - -.gamipress-achievement-description .gamipress-achievement-points{font-weight:400;font-size:14px;line-height:24px;margin-bottom:15px;color:var(--bb-alternate-text-color)} - -.gamipress-achievement-description .gamipress-achievement-points>img{vertical-align:middle} - -.gamipress-achievement-description ol.gamipress-required-achievements li{font-size:14px;color:var(--bb-alternate-text-color)} - -.gamipress-achievements-list .gamipress-achievement-description ol.gamipress-required-achievements li.user-has-not-earned{text-decoration:none} - -.gamipress-achievement-description ul.gamipress-required-achievements{list-style:none;margin-right:0} - -.gamipress-achievement-description ul.gamipress-required-achievements li{font-size:14px;color:var(--bb-alternate-text-color)} - -.gamipress-achievements-list .gamipress-achievement-description ul.gamipress-required-achievements li.user-has-not-earned{text-decoration:none} - -.gamipress-achievement-description ul.gamipress-required-achievements li::before{content:"\ef32";font-family:bb-icons;display:inline-block;font-weight:400;font-style:normal;speak:none;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;line-height:20px;font-size:14px;vertical-align:top;text-align:center;text-decoration:none;margin-left:10px;position:relative;top:3px;background-color:var(--bb-content-alternate-background-color);border-radius:100%} - -.gamipress-achievement-description ul.gamipress-required-achievements li.user-has-earned::before{content:"\ef32";font-family:bb-icons;font-weight:300} - -.single-achievement.gamipress-layout-none .gamipress-achievement-image{margin-bottom:20px} - -.single-achievement .gamipress-achievement-description h4{margin-top:0} - -.single-achievement .gamipress-achievement-description .gamipress-required-achievements li{display:inline-block;vertical-align:middle;width:100%;margin-bottom:5px} - -.single-achievement .gamipress-achievement-description .gamipress-required-achievements li::before{vertical-align:middle;top:initial} - -.single-achievement .gamipress-achievement-points .gamipress-points-thumbnail,.widget .gamipress-achievement-points .gamipress-points-thumbnail{height:25px;width:auto;margin-left:5px} - -.single-achievement .gamipress-achievement-description .gamipress-required-achievements li .gamipress-mark-as-completed-button,.widget .gamipress-achievement-description .gamipress-required-achievements li .gamipress-mark-as-completed-button{display:inline-block;vertical-align:middle;font-size:90%;padding:8px 10px} - -.widget .gamipress-achievements-list .gamipress-achievements-container .gamipress-achievement-unlock-with-points-button{font-size:83%;padding:10px 8px} - -.gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-1>.gamipress-achievement{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}@media screen and (min-width:800px){ - -.gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-2>.gamipress-achievement{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)} - -.gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-3>.gamipress-achievement{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)} - -.gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-4>.gamipress-achievement{width:-webkit-calc(25% - 20px);width:calc(25% - 20px)} - -.gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-5>.gamipress-achievement{width:-webkit-calc(20% - 20px);width:calc(20% - 20px)} - -.gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-6>.gamipress-achievement{width:-webkit-calc(16.666% - 20px);width:calc(16.666% - 20px)}} - -.gamipress-achievements-list .gamipress-achievements-container h2.gamipress-achievement-title{font-size:18px;font-weight:500;line-height:1.4em;margin-bottom:5px} - -.gamipress-achievements-list .gamipress-achievements-container .gamipress-achievement-excerpt{font-size:14px;line-height:24px} - -.gamipress-achievements-list .gamipress-achievements-container .gamipress-achievement-times-earned{font-size:14px;line-height:24px} - -.gamipress-achievements-list .gamipress-achievements-container .gamipress-achievement-description{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} - -.gamipress-achievements-list .gamipress-achievements-container .gamipress-achievement-description>h4{margin-top:auto;margin-bottom:5px;font-size:14px} - -.gamipress-achievements-list .gamipress-achievements-container .gamipress-achievement-unlock-with-points-button{width:100%;margin:0 0 15px} - -.gamipress-achievement-unlock-with-points-response{font-size:14px;line-height:24px;margin-bottom:15px;color:var(--bb-alternate-text-color)} - -button.gamipress-achievement-unlock-with-points-button{font-size:14px} - -.buddypress .buddypress-wrap button.gamipress-achievement-unlock-with-points-button{font-size:14px}@media screen and (min-width:992px){ - -body:not(.has-sidebar) .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-1{width:80%;margin-right:auto;margin-left:auto}} - -.gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns]{margin-right:auto;margin-left:auto} - -.gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns]>.gamipress-achievement{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);margin-right:10px;margin-left:10px;-ms-flex-item-align:normal;align-self:normal}@media screen and (max-width:800px){ - -.gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns]>.gamipress-achievement{margin-right:0;margin-left:0;padding:20px}} - -.gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns]>.gamipress-achievement.gamipress-layout-top{-ms-flex-flow:nowrap;flex-flow:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns]>.gamipress-achievement.gamipress-layout-none{margin-bottom:20px} - -.elementor-widget .gamipress-inline-achievement .gamipress-inline-achievement-link,.widget .gamipress-inline-achievement .gamipress-inline-achievement-link{display:block} - -.entry-content>.gamipress-achievement{padding:20px;background-color:#fff;border:1px solid var(--bb-content-border-color);font-size:14px;line-height:24px;border-radius:4px;max-width:80%;margin-right:auto;margin-left:auto}@media screen and (max-width:800px){ - -.entry-content>.gamipress-achievement{max-width:100%}} - -.gamipress-rank-congratulations{padding:20px;background-color:#fff;border:1px solid var(--bb-content-border-color);font-size:14px;line-height:24px} - -.gamipress-rank-congratulations p:last-child{margin-bottom:0} - -body.buddypress .gamipress-rank-description .gamipress-rank-title{margin-bottom:15px} - -.gamipress-rank-description .gamipress-rank-title a{color:var(--bb-headings-color)} - -.gamipress-rank-description .gamipress-rank-title a:hover{color:var(--bb-primary-color)} - -.gamipress-rank-description ul.gamipress-required-requirements{list-style:none;margin-right:0} - -.gamipress-rank-description ul.gamipress-required-requirements li{font-size:14px;color:var(--bb-alternate-text-color)} - -.gamipress-achievements-list .gamipress-rank-description ul.gamipress-required-requirements li.user-has-not-earned{text-decoration:none} - -.gamipress-rank-description ul.gamipress-required-requirements li::before{content:"\ef32";font-family:bb-icons;display:inline-block;font-weight:400;font-style:normal;speak:none;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;line-height:20px;font-size:14px;vertical-align:top;text-align:center;text-decoration:none;margin-left:10px;position:relative;top:3px;background-color:#eef0f3;border-radius:100%} - -.gamipress-rank-description ul.gamipress-required-requirements li.user-has-earned::before{content:"\ef32";font-family:bb-icons;font-weight:300} - -.gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-1>.gamipress-rank{width:100%}@media screen and (min-width:800px){ - -.gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-2>.gamipress-rank{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)} - -.gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-3>.gamipress-rank{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)} - -.gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-4>.gamipress-rank{width:-webkit-calc(25% - 20px);width:calc(25% - 20px)} - -.gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-5>.gamipress-rank{width:-webkit-calc(20% - 20px);width:calc(20% - 20px)} - -.gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-6>.gamipress-rank{width:-webkit-calc(16.666% - 20px);width:calc(16.666% - 20px)}} - -.gamipress-ranks-list .gamipress-ranks-container h2.gamipress-rank-title{font-size:18px;font-weight:500;line-height:1.4em;margin-bottom:0} - -.gamipress-ranks-list .gamipress-ranks-container .gamipress-rank-excerpt{font-size:14px;line-height:20px} - -.gamipress-ranks-list .gamipress-ranks-container .gamipress-rank-description{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} - -.gamipress-ranks-list .gamipress-ranks-container .gamipress-rank-description>h4{margin-top:auto;margin-bottom:5px;font-size:16px} - -.gamipress-ranks-list .gamipress-rank-type{margin-bottom:30px} - -.gamipress-ranks-list .gamipress-rank-type:last-of-type{margin-bottom:0} - -.gamipress-ranks-list .gamipress-ranks-container[class*=gamipress-columns]{margin-right:-10px;margin-left:-10px} - -.gamipress-ranks-list .gamipress-ranks-container[class*=gamipress-columns] .gamipress-rank{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);margin-right:10px;margin-left:10px;-ms-flex-item-align:normal;align-self:normal;padding:30px 20px;margin-bottom:1rem} - -.gamipress-ranks-list .gamipress-ranks-container[class*=gamipress-columns] .gamipress-rank .gamipress-rank-image{padding-top:0}@media screen and (max-width:800px){ - -.gamipress-ranks-list .gamipress-ranks-container[class*=gamipress-columns] .gamipress-rank{margin-right:0;margin-left:0;padding:20px}} - -.gamipress-ranks-list .gamipress-ranks-container[class*=gamipress-columns] .gamipress-rank.gamipress-layout-top{-ms-flex-flow:nowrap;flex-flow:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.gamipress-ranks-list .gamipress-ranks-container[class*=gamipress-columns] .gamipress-rank.gamipress-layout-none{margin-bottom:20px} - -.gamipress-user-ranks{margin-right:-10px;margin-left:-10px} - -.gamipress-user-ranks .gamipress-rank{padding:20px;background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);font-size:14px;line-height:24px;border-radius:var(--bb-block-radius);margin-right:10px;margin-left:10px;-ms-flex-item-align:normal;align-self:normal} - -.gamipress-user-ranks .gamipress-rank .gamipress-rank-unlock-with-points-button{font-size:14px}@media screen and (min-width:800px){ - -.gamipress-user-ranks.gamipress-columns-2>.gamipress-rank{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)} - -.gamipress-user-ranks.gamipress-columns-3>.gamipress-rank{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)} - -.gamipress-user-ranks.gamipress-columns-4>.gamipress-rank{width:-webkit-calc(25% - 20px);width:calc(25% - 20px)} - -.gamipress-user-ranks.gamipress-columns-5>.gamipress-rank{width:-webkit-calc(20% - 20px);width:calc(20% - 20px)} - -.gamipress-user-ranks.gamipress-columns-6>.gamipress-rank{width:-webkit-calc(16.666% - 20px);width:calc(16.666% - 20px)}} - -.gamipress-user-ranks>.gamipress-rank .gamipress-rank-requirements{border-bottom:0} - -.elementor-widget .gamipress-inline-rank .gamipress-inline-rank-link,.widget .gamipress-inline-rank .gamipress-inline-rank-link{display:block} - -.bb-gamipress article .entry-media.entry-img{display:none} - -button.gamipress-rank-unlock-with-points-button{font-size:14px} - -.gamipress-user-points .gamipress-user-points-amount{font-weight:500;color:var(--bb-headings-color)} - -.gamipress-user-points:not(.gamipress-layout-none){-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:-10px;margin-left:-10px} - -.gamipress-user-points:not(.gamipress-layout-none):not([class*=" gamipress-columns-"]){-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%} - -.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);margin:20px 10px;padding-bottom:20px;overflow:visible;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-image img{border-radius:4px} - -.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-description span{display:block;margin-top:0} - -.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-amount{font-size:24px;margin:12px 0} - -.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-label{color:var(--bb-alternate-text-color)}@media screen and (max-width:992px){ - -.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;max-width:33.33%;padding:1em}}@media screen and (max-width:800px){ - -.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points{-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}}@media screen and (max-width:544px){ - -.gamipress-user-points:not(.gamipress-layout-none){margin-right:0;margin-left:0} - -.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}} - -.gamipress-user-points.gamipress-align-right>div{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end} - -.gamipress-user-points.gamipress-align-right>div .gamipress-user-points-image{margin-right:10px} - -.gamipress-user-points.gamipress-layout-right.gamipress-align-right>div{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start} - -.gamipress-user-points.gamipress-align-left>div{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start} - -.gamipress-user-points.gamipress-align-center>div,.gamipress-user-points.gamipress-align-justify>div{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:justify} - -.elementor-widget .gamipress-inline-points-wrapper .gamipress-inline-points,.widget .gamipress-inline-points-wrapper .gamipress-inline-points{display:inline-block} - -.gamipress-points-types{margin-right:-10px;margin-left:-10px} - -.gamipress-points-types[class*=gamipress-columns]>.gamipress-points-type{border-bottom:1px solid var(--bb-content-border-color);padding:1em} - -.gamipress-points-types:not(.gamipress-layout-none) .gamipress-points-type{-ms-flex-item-align:normal;align-self:normal} - -.gamipress-points-types .gamipress-points-type{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);margin-right:10px;margin-left:10px;margin-bottom:20px}@media screen and (min-width:800px){ - -.gamipress-points-types.gamipress-columns-2>.gamipress-points-type{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)} - -.gamipress-points-types.gamipress-columns-3>.gamipress-points-type{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)} - -.gamipress-points-types.gamipress-columns-4>.gamipress-points-type{width:-webkit-calc(25% - 20px);width:calc(25% - 20px)} - -.gamipress-points-types.gamipress-columns-5>.gamipress-points-type{width:-webkit-calc(20% - 20px);width:calc(20% - 20px)} - -.gamipress-points-types.gamipress-columns-6>.gamipress-points-type{width:-webkit-calc(16.666% - 20px);width:calc(16.666% - 20px)}} - -.gamipress-points-types .gamipress-open-close-switch{text-align:right} - -.gamipress-points-types .gamipress-open-close-switch a.show-hide-close,.gamipress-points-types .gamipress-open-close-switch a.show-hide-open{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:5px 0;font-size:12px;text-transform:uppercase;color:var(--bb-alternate-text-color)} - -.gamipress-points-types .gamipress-open-close-switch a.show-hide-close::after,.gamipress-points-types .gamipress-open-close-switch a.show-hide-open::after{padding:0;margin-right:auto;background:100% 0;background-image:none;background-color:#eef0f3;border-radius:100%;font-family:bb-icons;display:inline-block;font-weight:400;font-style:normal;speak:none;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:16px;line-height:20px;vertical-align:top;text-align:center;-webkit-transition:color .1s ease-in 0;transition:color .1s ease-in 0;color:var(--bb-alternate-text-color)} - -.gamipress-points-types .gamipress-open-close-switch a.show-hide-open::after{content:"\e826";line-height:21px} - -.gamipress-points-types .gamipress-open-close-switch a.show-hide-close::after{content:"\e87c";-webkit-transform:none;-ms-transform:none;transform:none} - -.gamipress-points-types .gamipress-extras-window{font-size:14px} - -.gamipress-points-types .gamipress-extras-window h4{font-size:14px;margin-bottom:5px} - -.gamipress-points-types .gamipress-extras-window ul{margin-bottom:5px} - -.gamipress-points-types .gamipress-extras-window .gamipress-points-awards,.gamipress-points-types .gamipress-extras-window .gamipress-points-deducts{list-style:none;margin-right:0} - -.gamipress-points-types .gamipress-extras-window .gamipress-points-awards li::before,.gamipress-points-types .gamipress-extras-window .gamipress-points-deducts li::before{content:"\ef32";font-family:bb-icons;display:inline-block;font-weight:400;font-style:normal;speak:none;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;line-height:20px;font-size:14px;vertical-align:top;text-align:center;text-decoration:none;margin-left:10px;position:relative;top:3px;background-color:#eef0f3;border-radius:100%} - -.gamipress-points-types .gamipress-extras-window .gamipress-points-awards li.user-has-earned::before,.gamipress-points-types .gamipress-extras-window .gamipress-points-deducts li.user-has-earned::before{content:"\ef32";font-family:bb-icons;font-weight:300} - -.widget-area .gamipress-columns-1.gamipress-user-points .gamipress-points{-webkit-box-flex:100%;-ms-flex:100%;flex:100%;max-width:100%;margin-top:0}@media screen and (max-width:545px){ - -.widget-area .gamipress-columns-1.gamipress-user-points .gamipress-points{margin-right:0;margin-left:0;padding:1em}} - -.widget-area .gamipress-columns-1.gamipress-user-points .gamipress-points:last-child{margin-bottom:0}@media screen and (min-width:545px){ - -.widget-area .gamipress-columns-1.gamipress-user-points{width:-webkit-calc(100% + 20px);width:calc(100% + 20px)}} - -.widget-area .gamipress-columns-1.gamipress-points-types .gamipress-points-type{-webkit-box-flex:100%;-ms-flex:100%;flex:100%;max-width:100%;margin-top:0}@media screen and (max-width:545px){ - -.widget-area .gamipress-columns-1.gamipress-points-types .gamipress-points-type{margin-right:0;margin-left:0;padding:1em}}@media screen and (min-width:545px){ - -.widget-area .gamipress-columns-1.gamipress-points-types{width:-webkit-calc(100% + 20px);width:calc(100% + 20px)}} - -.widget-area .gamipress-columns-1.gamipress-points-types .gamipress-achievement-image{padding-top:5px} - -.widget-area .gamipress-columns-2.gamipress-user-points .gamipress-points{-webkit-box-flex:1;-ms-flex:1 40%;flex:1 40%;max-width:-webkit-calc(100% - 20px);max-width:calc(100% - 20px);margin-top:0;padding:1em} - -.widget-area .gamipress-columns-2.gamipress-user-points .gamipress-points:last-child{margin-bottom:0}@media screen and (min-width:545px){ - -.widget-area .gamipress-columns-2.gamipress-user-points{width:-webkit-calc(100% + 20px);width:calc(100% + 20px)}} - -.widget-area .gamipress-columns-2.gamipress-user-points .gamipress-user-points-image{margin-bottom:10px} - -.widget-area .gamipress-achievement .gamipress-achievement-description .gamipress-achievement-excerpt:only-child p{margin-bottom:0} - -table.gamipress-earnings-table{border-collapse:separate;-webkit-transform-style:preserve-3d;transform-style:preserve-3d} - -table.gamipress-earnings-table td,table.gamipress-earnings-table th{background-color:#fff} - -table.gamipress-earnings-table td:first-child,table.gamipress-earnings-table th:first-child{padding-right:1em} - -table.gamipress-earnings-table thead th{text-transform:uppercase;font-size:14px;font-weight:500;color:var(--bb-alternate-text-color);white-space:nowrap;padding-top:1rem;padding-bottom:1rem} - -table.gamipress-earnings-table thead tr:first-child th:first-child{border-radius:0 4px 0 0;border-right:1px solid rgba(0,0,0,.05)} - -table.gamipress-earnings-table thead tr:first-child th:last-child{border-radius:4px 0 0 0;border-left:1px solid rgba(0,0,0,.05)} - -table.gamipress-earnings-table thead tr:first-child th{border-top:1px solid rgba(0,0,0,.05)} - -table.gamipress-earnings-table tbody tr{-webkit-transform:translateZ(-1em);transform:translateZ(-1em);position:relative;z-index:0} - -table.gamipress-earnings-table tbody tr td{border-bottom:0;font-size:14px;padding-top:1em;padding-bottom:1em} - -table.gamipress-earnings-table tbody tr:hover{-ms-transform:scale(1);transform:scale(1);-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 3px 24px 0 rgba(18,43,70,.08);position:relative;z-index:9} - -table.gamipress-earnings-table tbody tr:last-child td{border-bottom:1px solid rgba(0,0,0,.05)} - -table.gamipress-earnings-table tbody tr:last-child td:first-child{border-radius:0 0 4px 0} - -table.gamipress-earnings-table tbody tr:last-child td:last-child{border-radius:0 0 0 4px} - -table.gamipress-earnings-table tbody td:first-child{border-right:1px solid rgba(0,0,0,.05)} - -table.gamipress-earnings-table tbody td:last-child{border-left:1px solid rgba(0,0,0,.05)} - -table.gamipress-earnings-table tbody td.gamipress-earnings-col-thumbnail{width:60px} - -table.gamipress-earnings-table tbody td.gamipress-earnings-col-thumbnail img.gamipress-achievement-thumbnail,table.gamipress-earnings-table tbody td.gamipress-earnings-col-thumbnail img.gamipress-rank-thumbnail{object-fit:cover;width:52px;height:52px;border-radius:100%} - -table.gamipress-earnings-table tbody td.gamipress-earnings-col-date{font-size:13px;color:var(--bb-alternate-text-color)} - -table.gamipress-earnings-table tbody td.gamipress-earnings-col-points{font-size:13px;color:var(--bb-alternate-text-color)} - -.gamipress-earnings-pagination{font-size:13px;text-align:left} - -.gamipress-earnings-pagination a,.gamipress-earnings-pagination span{padding:0 5px} - -.widget table.gamipress-earnings-table{border:0} - -.users-header .gamipress-buddypress-points{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:10px 0 0} - -.users-header .gamipress-buddypress-points img.gamipress-points-thumbnail{border-radius:100%;margin-left:5px} - -.users-header .gamipress-buddypress-points .gamipress-buddypress-user-points{margin-left:5px} - -.users-header .gamipress-buddypress-points-type{margin:0 0 10px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.users-header .gamipress-buddypress-achievements{margin-bottom:10px} - -.users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px} - -.users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-type-label{margin-left:10px;font-weight:500;color:var(--bb-headings-color)} - -.users-header .gamipress-buddypress-achievements img.gamipress-achievement-thumbnail{border-radius:100%;margin-left:5px;margin-bottom:5px} - -.users-header .gamipress-buddypress-achievement-title{margin-left:10px} - -.users-header .gamipress-buddypress-ranks{margin-bottom:10px} - -.users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px} - -.users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank a.activity{font-size:14px} - -.users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank-label{margin-left:10px;font-weight:500} - -#buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank-label{color:var(--bb-headings-color)} - -.users-header .gamipress-buddypress-ranks img.gamipress-rank-thumbnail{border-radius:100%} - -.users-header .gamipress-buddypress-rank-title{margin-left:10px} - -.users-header .item-meta .gamipress-buddypress-achievements,.users-header .item-meta .gamipress-buddypress-points,.users-header .item-meta .gamipress-buddypress-ranks,.users-header .item-meta .gamipress-buddypress-user-details-top{display:none} \ No newline at end of file +#gamipress-achievements-container{border-top:0}.gamipress-user-points-image{margin-left:15px}.entry-content-wrap .gamipress-achievement-earned,.entry-content-wrap .gamipress-rank-earned{margin-top:30px}.gamipress-achievement-attached,.gamipress-rank-requirements{margin-bottom:20px;border-bottom:1px dotted var(--bb-content-border-color)}.gamipress-achievement-attached .gamipress-open-close-switch>a,.gamipress-rank-requirements .gamipress-open-close-switch>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:right;padding:5px 0;font-size:12px;text-transform:uppercase;color:var(--bb-alternate-text-color)}.gamipress-achievement-attached .gamipress-open-close-switch>a:after,.gamipress-rank-requirements .gamipress-open-close-switch>a:after{padding:0;margin-right:auto;background:100% 0;background-image:none;background-color:var(--bb-content-alternate-background-color);border-radius:100%;font-family:bb-icons;display:inline-block;font-weight:400;font-style:normal;speak:none;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:16px;line-height:20px;vertical-align:top;text-align:center;-webkit-transition:color .1s ease-in 0;transition:color .1s ease-in 0;color:var(--bb-alternate-text-color)}.gamipress-achievement-attached .gamipress-open-close-switch>a.show-hide-open:after,.gamipress-rank-requirements .gamipress-open-close-switch>a.show-hide-open:after{content:"\e826";line-height:21px}.gamipress-achievement-attached .gamipress-open-close-switch>a.show-hide-close:after,.gamipress-rank-requirements .gamipress-open-close-switch>a.show-hide-close:after{content:"\e87c";-webkit-transform:none;-ms-transform:none;transform:none}.gamipress-achievement-attached .gamipress-extras-window,.gamipress-rank-requirements .gamipress-extras-window{margin-top:10px}.gamipress-achievement-attached .gamipress-extras-window h4,.gamipress-rank-requirements .gamipress-extras-window h4{font-size:14px}body.buddypress .gamipress-achievement-attached .gamipress-extras-window h4,body.buddypress .gamipress-rank-requirements .gamipress-extras-window h4{margin-bottom:10px}.achievement-wrap.user-has-earned .gamipress-achievement-image,.gamipress-achievement.user-has-earned .gamipress-achievement-image,.gamipress-rank.user-has-earned .gamipress-rank-image,.rank-wrap.user-has-earned .gamipress-rank-image,.user-has-earned .achievement-wrap .gamipress-achievement-image,.user-has-earned .rank-wrap .gamipress-rank-image{text-align:center;padding-top:5px}ul.gamipress-achievement-earners-list li,ul.gamipress-rank-earners-list li{margin:0 0 10px 10px;text-align:center;width:105px;border-radius:var(--bb-block-radius-inner);background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);padding:15px}ul.gamipress-achievement-earners-list li:hover,ul.gamipress-rank-earners-list li:hover{box-shadow:0 3px 24px 0 rgba(18,43,70,.08)}ul.gamipress-achievement-earners-list li img.avatar,ul.gamipress-rank-earners-list li img.avatar{border:none;margin:0 auto;display:block;width:50px;height:50px;max-width:50px}ul.gamipress-achievement-earners-list li .earner-display-name,ul.gamipress-rank-earners-list li .earner-display-name{display:block;font-size:13px;line-height:1.4;word-break:break-word;margin-top:6px}.widget ul.gamipress-achievement-earners-list li,.widget ul.gamipress-rank-earners-list li{margin:0 -8px 0 0;width:auto;border-radius:0;background-color:transparent;border:0;padding:0;max-width:70px}.widget ul.gamipress-achievement-earners-list li img.avatar,.widget ul.gamipress-rank-earners-list li img.avatar{border:1px solid #fff;width:40px;height:40px;max-width:40px}.widget ul.gamipress-achievement-earners-list li .earner-display-name,.widget ul.gamipress-rank-earners-list li .earner-display-name{min-height:40px}.gamipress-logs-list{margin-bottom:20px}.gamipress-logs-list .gamipress-log{font-size:14px;padding:3px 0}.gamipress-logs-pagination{font-size:13px}.gamipress-logs-pagination a,.gamipress-logs-pagination span{padding:0 5px}.gamipress-coupons-form,.gamipress-points-exchanges-form,.gamipress-points-exchanges-form p,.gamipress-purchases-form,.gamipress-purchases-form fieldset p:last-child,.gamipress-purchases-form-acceptance-checkbox,.gamipress-purchases-form-fixed-amount,.gamipress-purchases-form-submit,.gamipress-referrals-form .gamipress-referrals-form-submit,.gamipress-transfers-form,.gamipress-transfers-form fieldset p,.gamipress-transfers-form-submit,p.gamipress-coupons-redeem-coupon-form-submit{margin:0}.gamipress-referrals-referral-url-generator{font-family:inherit;background-color:var(--bb-content-background-color);border:1px solid rgba(0,0,0,.1);padding:2rem;margin-bottom:2rem;margin-top:2rem}.gamipress-referrals-referral-url-generator input[type=text]{width:400px;max-width:100%}.gamipress-referrals-referral-url-generator .gamipress-referrals-form-description,.gamipress-referrals-referral-url-generator label{display:block}.gamipress-edd-partial-payments-form-toggle{margin-bottom:0}.gamipress-edd-partial-payments-form{margin-top:1.6875rem}.gamipress-progress-map-horizontal .gamipress-progress-map-item{width:300px;margin-left:1rem}.gamipress-progress-map-horizontal .gamipress-progress-map-item-content{padding-top:1em}.gamipress-achievement,.gamipress-rank,.single .single-achievement,.single-rank{padding:20px;background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);font-size:14px;line-height:24px;border-radius:var(--bb-block-radius)}.gamipress-transfers-achievement-transfer-form-achievement-input+.ui-autocomplete,.gamipress-transfers-rank-transfer-form-rank-input+.ui-autocomplete{background-color:var(--bb-content-background-color)}body .gamipress-restrict-content-limiter{background:100% 0;background:-webkit-gradient(linear,right top,right bottom,from(transparent),to(var(--bb-body-background-color)));background:-webkit-linear-gradient(transparent,var(--bb-body-background-color));background:linear-gradient(transparent,var(--bb-body-background-color));background:linear-gradient(transparent,var(--bb-body-background-color));background:linear-gradient(transparent,var(--bb-body-background-color));background:linear-gradient(transparent,var(--bb-body-background-color))}.gamipress-rewards-calendar-rewards{text-align:center}.gamipress-leaderboard-table .column-avatar img{width:50px}.gamipress-coupons-redeem-coupon-form-code-input label,.gamipress-purchases-form label,.gamipress-purchases-form-description,.gamipress-referrals-form-description,.gamipress-wc-partial-payments-points{display:block}#bbpress-forums .bbp-after-author-hook{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:5px 0}#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievements,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks{display:-webkit-box;display:-ms-flexbox;display:flex;vertical-align:middle}#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement{margin-left:4px}#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement:last-child{margin-left:0}#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement .gamipress-bbpress-achievement-title,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-rank .gamipress-bbpress-rank-title{margin-right:4px}#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement .gamipress-bbpress-achievement-title:last-child,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-rank .gamipress-bbpress-rank-title:last-child{margin-left:4px}#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type .gamipress-bbpress-points-label:first-child,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type .gamipress-bbpress-user-points:first-child{margin-right:4px}#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type .gamipress-bbpress-points-label:last-child,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type .gamipress-bbpress-user-points:last-child{margin-left:4px}#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type .gamipress-bbpress-points-thumbnail+.gamipress-bbpress-points-label,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type .gamipress-bbpress-points-thumbnail+.gamipress-bbpress-user-points{margin-right:4px}#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-rank{margin-bottom:10px}#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points>div,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid var(--bb-content-border-color);padding:3px 4px;box-shadow:0 1px 2px rgba(18,43,70,.12);font-size:13px;color:var(--bb-body-text-color);background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius-inner);line-height:1.5;-webkit-transition:all ease .3s;transition:all ease .3s}#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement:hover,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points>div:hover,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank:hover{box-shadow:0 4px 14px rgba(18,43,70,.15)}#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement .gamipress-bbpress-achievement-thumbnail,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points>div .gamipress-bbpress-points-thumbnail,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank .gamipress-bbpress-rank-thumbnail{display:inline-block;vertical-align:middle;border-radius:100px;box-shadow:0 0 2px rgba(0,0,0,.13);margin-left:5px;width:20px}#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement .gamipress-bbpress-achievement-title:not(:last-child){margin-left:10px}#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement-thumbnail img,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank .gamipress-bbpress-rank-thumbnail img{border-radius:50%}#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement-type-label,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-rank-label{display:none}#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank{display:inline-block}#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievements,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points>div,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-user-points{margin-left:4px}@media screen and (max-width:1180px){#bbpress-forums .bbp-after-author-hook{display:inline-block;width:100%;margin:5px 0 15px}#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievements,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks{display:inline}#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points>div,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank{padding:2px 3px 2px 7px;font-size:11px}#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-rank{margin-bottom:5px}}.acomment-content .gamipress-buddypress-user-details-activity,.activity-content .gamipress-buddypress-user-details-activity,.bb-members-list__avatar .gamipress-buddypress-user-details-listing,.item-avatar .gamipress-buddypress-user-details-listing{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:10px 0 0}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks{display:-webkit-box;display:-ms-flexbox;display:flex;vertical-align:middle;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement{margin-left:4px}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement:last-child,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement:last-child,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement:last-child,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement:last-child{margin-left:0}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank{margin-bottom:10px}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank .gamipress-buddypress-rank-title,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank .gamipress-buddypress-rank-title,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank .gamipress-buddypress-rank-title,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank .gamipress-buddypress-rank-title{margin-right:4px}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:last-child,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank .gamipress-buddypress-rank-title:last-child,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:last-child,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank .gamipress-buddypress-rank-title:last-child,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:last-child,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank .gamipress-buddypress-rank-title:last-child,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:last-child,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank .gamipress-buddypress-rank-title:last-child{margin-left:4px}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-label:first-child,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-user-points:first-child,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-label:first-child,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-user-points:first-child,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-label:first-child,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-user-points:first-child,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-label:first-child,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-user-points:first-child{margin-right:4px}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-label:last-child,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-user-points:last-child,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-label:last-child,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-user-points:last-child,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-label:last-child,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-user-points:last-child,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-label:last-child,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-user-points:last-child{margin-left:4px}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail+.gamipress-buddypress-points-label,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail+.gamipress-buddypress-user-points,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail+.gamipress-buddypress-points-label,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail+.gamipress-buddypress-user-points,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail+.gamipress-buddypress-points-label,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail+.gamipress-buddypress-user-points,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail+.gamipress-buddypress-points-label,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail+.gamipress-buddypress-user-points{margin-right:4px}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid var(--bb-content-border-color);padding:3px 4px;box-shadow:0 1px 2px rgba(18,43,70,.12);font-size:13px;color:var(--bb-body-text-color);background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius-inner);line-height:1.5;-webkit-transition:all ease .3s;transition:all ease .3s}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement:hover,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div:hover,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank:hover,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement:hover,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div:hover,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank:hover,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement:hover,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div:hover,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank:hover,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement:hover,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div:hover,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank:hover{box-shadow:0 4px 14px rgba(18,43,70,.15)}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div .gamipress-buddypress-points-thumbnail,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div .gamipress-buddypress-points-thumbnail,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div .gamipress-buddypress-points-thumbnail,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div .gamipress-buddypress-points-thumbnail,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail{display:inline-block;vertical-align:middle;border-radius:100px;box-shadow:0 0 2px rgba(0,0,0,.13);width:20px}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements+.gamipress-buddypress-user-achievements,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements+.gamipress-buddypress-user-achievements,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements+.gamipress-buddypress-user-achievements,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements+.gamipress-buddypress-user-achievements{margin-right:8px}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail{margin-left:0}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-title,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-title,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-title,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-title{margin-right:5px}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:not(:last-child),.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:not(:last-child),.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:not(:last-child),.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:not(:last-child){margin-left:10px}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement-thumbnail img,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail img,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement-thumbnail img,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail img,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement-thumbnail img,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail img,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement-thumbnail img,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail img{border-radius:50%}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement-type-label,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank-label,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement-type-label,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank-label,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement-type-label,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank-label,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement-type-label,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank-label{display:none!important}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank{display:inline-block}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-user-points,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-user-points,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-user-points,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-user-points{margin-left:4px}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements .gamipress-buddypress-achievement:last-child,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements .gamipress-buddypress-achievement:last-child,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements .gamipress-buddypress-achievement:last-child,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements .gamipress-buddypress-achievement:last-child{margin-left:8px}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements+.gamipress-buddypress-user-achievements,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements+.gamipress-buddypress-user-achievements,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements+.gamipress-buddypress-user-achievements,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements+.gamipress-buddypress-user-achievements{margin-right:0}@media screen and (max-width:1180px){.acomment-content .gamipress-buddypress-user-details-activity,.activity-content .gamipress-buddypress-user-details-activity,.bb-members-list__avatar .gamipress-buddypress-user-details-listing,.item-avatar .gamipress-buddypress-user-details-listing{display:inline-block;width:100%;margin:5px 0 15px}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks{display:inline}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank{padding:2px 3px 2px 7px;font-size:11px}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank{margin-bottom:5px}}.activity-content .gamipress-points-award.user-has-earned,.activity-content .gamipress-points-deduct.user-has-earned{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin-bottom:1rem;padding:20px;background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);font-size:14px;line-height:24px;border-radius:var(--bb-block-radius)}.activity-content .gamipress-points-award.user-has-earned .gamipress-points-type-image,.activity-content .gamipress-points-deduct.user-has-earned .gamipress-points-type-image{margin-left:15px}.gamipress-buddypress-points .gamipress-buddypress-points-type{border-radius:20px}.activity-content .gamipress-achievement.user-has-earned{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.activity-content .gamipress-achievement.user-has-earned .gamipress-achievement-image{margin-left:15px}.item-avatar .gamipress-buddypress-user-details-listing{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:25px 0 0}.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks,.bb-media-model-inner .acomment-content .gamipress-buddypress-achievements,.bb-media-model-inner .acomment-content .gamipress-buddypress-points,.bb-media-model-inner .acomment-content .gamipress-buddypress-ranks,.bb-media-model-inner .activity-inner .gamipress-buddypress-achievements,.bb-media-model-inner .activity-inner .gamipress-buddypress-points,.bb-media-model-inner .activity-inner .gamipress-buddypress-ranks{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}#members-list:not(.grid) .item-avatar .gamipress-buddypress-user-details-listing{display:none}.widget #gamipress-achievements-search-form #gamipress-achievements-search-input{width:100%;margin-bottom:10px}#buddypress .users-header .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title,#buddypress .users-header .gamipress-buddypress-rank .gamipress-buddypress-rank-title{margin-right:4px}#buddypress .users-header .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:last-child,#buddypress .users-header .gamipress-buddypress-rank .gamipress-buddypress-rank-title:last-child{margin-left:4px}#buddypress .users-header .gamipress-buddypress-points-type .gamipress-buddypress-points-label:first-child,#buddypress .users-header .gamipress-buddypress-points-type .gamipress-buddypress-user-points:first-child{margin-right:4px}#buddypress .users-header .gamipress-buddypress-points-type .gamipress-buddypress-points-label:last-child,#buddypress .users-header .gamipress-buddypress-points-type .gamipress-buddypress-user-points:last-child{margin-left:4px}#buddypress .users-header .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail+.gamipress-buddypress-points-label,#buddypress .users-header .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail+.gamipress-buddypress-user-points{margin-right:4px}#buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement,#buddypress .users-header .gamipress-buddypress-points .gamipress-buddypress-points-type,#buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank{vertical-align:middle;border:1px solid var(--bb-content-border-color);padding:3px 4px;box-shadow:0 1px 2px rgba(18,43,70,.12);font-size:13px;color:var(--bb-body-text-color);margin-left:5px;background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius-inner);-webkit-transition:all ease .3s;transition:all ease .3s}#buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement:hover,#buddypress .users-header .gamipress-buddypress-points .gamipress-buddypress-points-type:hover,#buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank:hover{box-shadow:0 4px 14px rgba(18,43,70,.15)}#buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement,#buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank{display:inline-block}#buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-title,#buddypress .users-header .gamipress-buddypress-points span.activity,#buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank-title{color:var(--bb-body-text-color);font-size:13px;vertical-align:middle}#buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-title:hover,#buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank-title:hover{color:var(--bb-primary-color)}#buddypress .users-header .gamipress-buddypress-achievements,#buddypress .users-header .gamipress-buddypress-ranks{margin-bottom:0}#buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-title,#buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank-title{margin-left:0}#buddypress .users-header .gamipress-buddypress-achievement-thumbnail,#buddypress .users-header .gamipress-buddypress-points-thumbnail,#buddypress .users-header .gamipress-rank-thumbnail{display:inline-block;vertical-align:middle;border-radius:100px;box-shadow:0 0 2px rgba(0,0,0,.13);width:20px}#buddypress .users-header .gamipress-buddypress-achievement-thumbnail>img,#buddypress .users-header .gamipress-buddypress-points-thumbnail>img,#buddypress .users-header .gamipress-rank-thumbnail>img{margin-left:0;margin-bottom:0;vertical-align:middle}#buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-title:not(:last-child){margin-left:10px}#buddypress .users-header .gamipress-buddypress-achievement-type-label,#buddypress .users-header .gamipress-buddypress-rank-label{display:none}@media screen and (max-width:540px){#buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-title,#buddypress .users-header .gamipress-buddypress-points span.activity,#buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank-title{font-size:11px}}.widget .gamipress-achievement,.widget .gamipress-rank{padding:0;border:0;border-radius:0}.widget .gamipress-achievement-title,.widget .gamipress-achievements-list .gamipress-achievements-container h2.gamipress-achievement-title,.widget .gamipress-points-type-title,.widget .gamipress-rank-title{margin-bottom:10px;font-size:16px;font-weight:600;letter-spacing:0;line-height:1.4}.widget .gamipress-achievement-excerpt p,.widget .gamipress-rank-excerpt p{margin-bottom:1rem}.widget .gamipress-achievement,.widget .gamipress-achievement:not(.gamipress-layout-none),.widget .gamipress-rank,.widget .gamipress-rank:not(.gamipress-layout-none){margin-bottom:0}.widget .gamipress-points-types .gamipress-points-type{border:0;padding:0 0 20px;border-radius:0}.widget .gamipress-points-types .gamipress-points-type:last-of-type{border-bottom:0;margin-bottom:0;padding-bottom:0}.widget .gamipress-points-types .gamipress-points-type .gamipress-points-type-awards h4{margin-bottom:5px;font-size:14px;font-weight:500;line-height:1.4}.widget .gamipress-points-types[class*=gamipress-columns]>.gamipress-points-type{border-bottom-width:0}.widget .gamipress-points-types.gamipress-columns-1 .gamipress-points-type{border-bottom-width:1px}.widget .gamipress-shortcode-error>div{display:block;float:none;text-align:right}.widget #gamipress-achievements-search #gamipress-achievements-search-submit,.widget button.gamipress-achievement-unlock-with-points-button,.widget button.gamipress-rank-unlock-with-points-button{width:100%}.widget[class*=gamipress] button[type=button],.widget[class*=gamipress] input[type=submit]{font-size:13px;font-weight:500;min-height:32px;line-height:1.5;white-space:nowrap;letter-spacing:-.4px;padding:0 15px}.widget[class*=gamipress] [class*=unlock-with-points-confirmation] p{margin-bottom:1rem}.widget[class*=gamipress] [class*=unlock-with-points]{width:100%}.widget[class*=gamipress] .gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns]>.gamipress-achievement,.widget[class*=gamipress] .gamipress-points-types,.widget[class*=gamipress] .gamipress-points-types .gamipress-points-type,.widget[class*=gamipress] .gamipress-ranks-list .gamipress-ranks-container[class*=gamipress-columns],.widget[class*=gamipress] .gamipress-ranks-list .gamipress-ranks-container[class*=gamipress-columns] .gamipress-rank,.widget[class*=gamipress] .gamipress-user-ranks,.widget[class*=gamipress] .gamipress-user-ranks .gamipress-rank{margin-right:0;margin-left:0}.widget .gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns]>.gamipress-achievement{border:0;padding:0}.widget .gamipress-email-settings-table{border:0}.widget-area .elementor-widget .gamipress-user-points:not(.gamipress-layout-none),.widget-area .widget .gamipress-user-points:not(.gamipress-layout-none){margin:0}.widget-area .elementor-widget .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points,.widget-area .widget .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points{margin:0 0 10px}.widget-area .elementor-widget .gamipress-columns-1>.gamipress-points,.widget-area .widget .gamipress-columns-1>.gamipress-points{width:100%}.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-1>.gamipress-achievement,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-1>.gamipress-achievement{width:100%;margin-bottom:20px}.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-1>.gamipress-achievement:last-of-type,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-1>.gamipress-achievement:last-of-type{margin-bottom:0}.widget-area .elementor-widget .gamipress-points-types.gamipress-columns-1>.gamipress-points-type,.widget-area .elementor-widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-1>.gamipress-rank,.widget-area .elementor-widget .gamipress-user-ranks.gamipress-columns-1>.gamipress-rank,.widget-area .widget .gamipress-points-types.gamipress-columns-1>.gamipress-points-type,.widget-area .widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-1>.gamipress-rank,.widget-area .widget .gamipress-user-ranks.gamipress-columns-1>.gamipress-rank{width:100%}.widget-area .elementor-widget .gamipress-columns-2>.gamipress-points,.widget-area .widget .gamipress-columns-2>.gamipress-points{width:100%}.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-2>.gamipress-achievement,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-2>.gamipress-achievement{width:100%;margin-bottom:20px}.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-2>.gamipress-achievement:last-of-type,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-2>.gamipress-achievement:last-of-type{margin-bottom:0}.widget-area .elementor-widget .gamipress-points-types.gamipress-columns-2>.gamipress-points-type,.widget-area .elementor-widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-2>.gamipress-rank,.widget-area .elementor-widget .gamipress-user-ranks.gamipress-columns-2>.gamipress-rank,.widget-area .widget .gamipress-points-types.gamipress-columns-2>.gamipress-points-type,.widget-area .widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-2>.gamipress-rank,.widget-area .widget .gamipress-user-ranks.gamipress-columns-2>.gamipress-rank{width:100%}.widget-area .elementor-widget .gamipress-columns-3>.gamipress-points,.widget-area .widget .gamipress-columns-3>.gamipress-points{width:100%}.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-3>.gamipress-achievement,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-3>.gamipress-achievement{width:100%;margin-bottom:20px}.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-3>.gamipress-achievement:last-of-type,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-3>.gamipress-achievement:last-of-type{margin-bottom:0}.widget-area .elementor-widget .gamipress-points-types.gamipress-columns-3>.gamipress-points-type,.widget-area .elementor-widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-3>.gamipress-rank,.widget-area .elementor-widget .gamipress-user-ranks.gamipress-columns-3>.gamipress-rank,.widget-area .widget .gamipress-points-types.gamipress-columns-3>.gamipress-points-type,.widget-area .widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-3>.gamipress-rank,.widget-area .widget .gamipress-user-ranks.gamipress-columns-3>.gamipress-rank{width:100%}.widget-area .elementor-widget .gamipress-columns-4>.gamipress-points,.widget-area .widget .gamipress-columns-4>.gamipress-points{width:100%}.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-4>.gamipress-achievement,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-4>.gamipress-achievement{width:100%;margin-bottom:20px}.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-4>.gamipress-achievement:last-of-type,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-4>.gamipress-achievement:last-of-type{margin-bottom:0}.widget-area .elementor-widget .gamipress-points-types.gamipress-columns-4>.gamipress-points-type,.widget-area .elementor-widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-4>.gamipress-rank,.widget-area .elementor-widget .gamipress-user-ranks.gamipress-columns-4>.gamipress-rank,.widget-area .widget .gamipress-points-types.gamipress-columns-4>.gamipress-points-type,.widget-area .widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-4>.gamipress-rank,.widget-area .widget .gamipress-user-ranks.gamipress-columns-4>.gamipress-rank{width:100%}.widget-area .elementor-widget .gamipress-columns-5>.gamipress-points,.widget-area .widget .gamipress-columns-5>.gamipress-points{width:100%}.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-5>.gamipress-achievement,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-5>.gamipress-achievement{width:100%;margin-bottom:20px}.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-5>.gamipress-achievement:last-of-type,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-5>.gamipress-achievement:last-of-type{margin-bottom:0}.widget-area .elementor-widget .gamipress-points-types.gamipress-columns-5>.gamipress-points-type,.widget-area .elementor-widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-5>.gamipress-rank,.widget-area .elementor-widget .gamipress-user-ranks.gamipress-columns-5>.gamipress-rank,.widget-area .widget .gamipress-points-types.gamipress-columns-5>.gamipress-points-type,.widget-area .widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-5>.gamipress-rank,.widget-area .widget .gamipress-user-ranks.gamipress-columns-5>.gamipress-rank{width:100%}.widget-area .elementor-widget .gamipress-columns-6>.gamipress-points,.widget-area .widget .gamipress-columns-6>.gamipress-points{width:100%}.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-6>.gamipress-achievement,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-6>.gamipress-achievement{width:100%;margin-bottom:20px}.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-6>.gamipress-achievement:last-of-type,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-6>.gamipress-achievement:last-of-type{margin-bottom:0}.widget-area .elementor-widget .gamipress-points-types.gamipress-columns-6>.gamipress-points-type,.widget-area .elementor-widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-6>.gamipress-rank,.widget-area .elementor-widget .gamipress-user-ranks.gamipress-columns-6>.gamipress-rank,.widget-area .widget .gamipress-points-types.gamipress-columns-6>.gamipress-points-type,.widget-area .widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-6>.gamipress-rank,.widget-area .widget .gamipress-user-ranks.gamipress-columns-6>.gamipress-rank{width:100%}.widget-area .elementor-widget .gamipress-email-settings-table,.widget-area .widget .gamipress-email-settings-table{margin-bottom:15px}.widget-area .elementor-widget .gamipress-email-settings-table td,.widget-area .elementor-widget .gamipress-email-settings-table th,.widget-area .widget .gamipress-email-settings-table td,.widget-area .widget .gamipress-email-settings-table th{padding:.5rem}.widget-area .elementor-widget .gamipress-email-settings-table th,.widget-area .widget .gamipress-email-settings-table th{font-size:14px}.widget-area .elementor-widget .gamipress-email-settings-table td,.widget-area .widget .gamipress-email-settings-table td{font-size:14px;line-height:1.3}.gamipress_achievements_widget #gamipress-achievements-filter label{font-size:14px;margin-bottom:5px}.gamipress_achievements_widget #gamipress-achievements-filter select{margin-right:0;font-size:14px}.gamipress_achievements_widget #gamipress-achievements-search{margin-left:0}.gamipress_achievements_widget #gamipress-achievements-search label{font-size:14px;margin-bottom:5px}.gamipress_achievements_widget #gamipress-achievements-search #gamipress-achievements-search-input{width:100%;font-size:14px;margin-bottom:5px}.gamipress_achievements_widget #gamipress-achievements-search #gamipress-achievements-search-submit{padding-right:20px;padding-left:20px;height:32px}.gamipress_achievements_widget ul.gamipress-achievement-earners-list li{margin-right:0}.gamipress_achievements_widget .gamipress-achievement-description .gamipress-achievement-title+.gamipress-achievement-excerpt{margin-top:0}.gamipress_achievements_widget .gamipress-achievement-description .gamipress-achievement-points{margin-bottom:5px}.gamipress_achievements_widget .gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns]>.gamipress-achievement{width:100%}.gamipress_ranks_widget .gamipress-ranks-list .gamipress-ranks-container[class*=gamipress-columns] .gamipress-rank{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:0;padding:0;border-radius:0}.gamipress_ranks_widget ul.gamipress-rank-earners-list li{margin-right:0}.gamipress_ranks_widget .gamipress-rank-type-title{margin-bottom:10px;font-size:16px;font-weight:600;letter-spacing:0;line-height:1.4}.gamipress_ranks_widget .gamipress-ranks-list .gamipress-ranks-container h2.gamipress-rank-title{margin-bottom:5px;font-size:14px;font-weight:500;line-height:1.4}.gamipress_ranks_widget .gamipress-rank-image{margin-top:0}.gamipress_earnings_widget .gamipress-earnings-col-thumbnail img{max-width:50px}.gamipress_earnings_widget table.gamipress-earnings-table tbody tr,.gamipress_earnings_widget table.gamipress-earnings-table thead tr{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gamipress_earnings_widget table.gamipress-earnings-table thead{display:none}.gamipress_earnings_widget table.gamipress-earnings-table tbody td.gamipress-earnings-col-thumbnail{max-width:50px;width:50px;padding-top:15px}.gamipress_earnings_widget table.gamipress-earnings-table tbody tr:first-child td.gamipress-earnings-col-thumbnail{padding-top:0}.gamipress_earnings_widget table.gamipress-earnings-table td,.gamipress_earnings_widget table.gamipress-earnings-table td:first-child,.gamipress_earnings_widget table.gamipress-earnings-table th,.gamipress_earnings_widget table.gamipress-earnings-table th:first-child{padding:3px 5px;font-size:13px;line-height:1.4}.gamipress_earnings_widget table.gamipress-earnings-table th,.gamipress_earnings_widget table.gamipress-earnings-table th:first-child{font-size:12px}.gamipress_earnings_widget table.gamipress-earnings-table thead tr:first-child th{border-top:0}.gamipress_earnings_widget table.gamipress-earnings-table tbody td:first-child,.gamipress_earnings_widget table.gamipress-earnings-table thead th:first-child,.gamipress_earnings_widget table.gamipress-earnings-table thead tr:first-child th:first-child{border-right:0}.gamipress_earnings_widget table.gamipress-earnings-table tbody td:last-child,.gamipress_earnings_widget table.gamipress-earnings-table tbody th:last-child,.gamipress_earnings_widget table.gamipress-earnings-table thead tr:first-child th:last-child{border-left:0}.gamipress_earnings_widget table.gamipress-earnings-table tbody tr:last-child td{border-bottom:0}.gamipress_earnings_widget table.gamipress-earnings-table tbody tr:hover{box-shadow:none}.gamipress_points_widget .gamipress-user-points:not(.gamipress-layout-none){-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0}.gamipress_points_widget .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points{margin:5px 0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;border-width:0;border-radius:0;border-bottom-width:1px}.gamipress_points_widget .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points:last-of-type{border-bottom-width:0}.gamipress_points_widget .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-image img{max-width:60px}.gamipress_points_widget .gamipress-user-points:not(.gamipress-layout-none).gamipress-layout-right .gamipress-user-points-image{margin-right:auto;margin-left:0}.gamipress_points_widget .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-description span{margin-bottom:5px}.gamipress_user_rank_widget .gamipress-user-ranks .gamipress-rank{border-width:0;padding:0}.gamipress_user_rank_widget .gamipress-rank-description>h4{margin-bottom:5px;font-size:14px;font-weight:500;line-height:1.4}.gamipress_user_rank_widget ul.gamipress-rank-earners-list li{margin-right:0}.gamipress_user_rank_widget .gamipress-user-ranks .gamipress-rank{margin-bottom:15px}.gamipress_user_rank_widget .gamipress-user-ranks .gamipress-rank:last-of-type{margin-bottom:0}body.hide-overflow{overflow:hidden}.buddypress.widget .GamiPress-data-popup,.elementor-widget-bbp-members .GamiPress-data-popup{display:none}.buddypress.widget .GamiPress-data-popup.is_active,.elementor-widget-bbp-members .GamiPress-data-popup.is_active{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:0;right:0;bottom:0;left:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:fixed;background-color:rgba(250,251,253,.9);z-index:999901}.buddypress.widget .GamiPress-data-popup.is_active .gamipress-buddypress-user-details-listing,.elementor-widget-bbp-members .GamiPress-data-popup.is_active .gamipress-buddypress-user-details-listing{display:block!important;background-color:var(--bb-content-background-color);padding:20px 20px 10px;border:1px solid #d2d4d6;box-shadow:0 6px 24px 0 rgba(18,43,70,.1);position:relative;border-radius:4px;max-width:90%}.buddypress.widget .GamiPress-data-popup.is_active .gamipress-buddypress-user-details-listing .hideGamipressData,.elementor-widget-bbp-members .GamiPress-data-popup.is_active .gamipress-buddypress-user-details-listing .hideGamipressData{font-size:24px;position:absolute;left:5px;top:5px;opacity:.8;cursor:pointer}.buddypress.widget .gamipress-buddypress-user-details-listing,.elementor-widget-bbp-members .gamipress-buddypress-user-details-listing{display:none}.buddypress.widget span.activity.gamipress-buddypress-points-label,.buddypress.widget span.activity.gamipress-buddypress-user-points,.elementor-widget-bbp-members span.activity.gamipress-buddypress-points-label,.elementor-widget-bbp-members span.activity.gamipress-buddypress-user-points{display:inline-block}.buddypress.widget .showGamipressData,.elementor-widget-bbp-members .showGamipressData{position:absolute;bottom:0;left:0;background-color:var(--bb-content-background-color);border-radius:100%;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;height:17px;width:17px;cursor:pointer}.buddypress.widget .showGamipressData img,.elementor-widget-bbp-members .showGamipressData img{height:14px!important;width:14px!important}.buddypress.widget .showGamipressData [class*=" bb-icon-"],.elementor-widget-bbp-members .showGamipressData [class*=" bb-icon-"]{font-size:12px;color:#000}.bp-search-ajax-item .item-avatar .gamipress-buddypress-user-details-listing,.bp-search-results-list .item-avatar .gamipress-buddypress-user-details-listing{display:none}.gamipress-achievement-congratulations{padding:20px;background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);font-size:14px;line-height:24px}.gamipress-achievement-congratulations p:last-child{margin-bottom:0}.gamipress-achievement-image img.gamipress-achievement-thumbnail{border-radius:4px}body.buddypress .gamipress-achievement-description .gamipress-achievement-title{margin-bottom:15px}.gamipress-achievement-description .gamipress-achievement-title a{color:var(--bb-headings-color)}.gamipress-achievement-description .gamipress-achievement-title a:hover{color:var(--bb-primary-color)}.gamipress-achievement-description .gamipress-achievement-title+.gamipress-achievement-excerpt{margin-top:15px}.gamipress-achievement-description .gamipress-achievement-points{font-weight:400;font-size:14px;line-height:24px;margin-bottom:15px;color:var(--bb-alternate-text-color)}.gamipress-achievement-description .gamipress-achievement-points>img{vertical-align:middle}.gamipress-achievement-description ol.gamipress-required-achievements li{font-size:14px;color:var(--bb-alternate-text-color)}.gamipress-achievements-list .gamipress-achievement-description ol.gamipress-required-achievements li.user-has-not-earned{text-decoration:none}.gamipress-achievement-description ul.gamipress-required-achievements{list-style:none;margin-right:0}.gamipress-achievement-description ul.gamipress-required-achievements li{font-size:14px;color:var(--bb-alternate-text-color)}.gamipress-achievements-list .gamipress-achievement-description ul.gamipress-required-achievements li.user-has-not-earned{text-decoration:none}.gamipress-achievement-description ul.gamipress-required-achievements li:before{content:"\ef32";font-family:bb-icons;display:inline-block;font-weight:400;font-style:normal;speak:none;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;line-height:20px;font-size:14px;vertical-align:top;text-align:center;text-decoration:none;margin-left:10px;position:relative;top:3px;background-color:var(--bb-content-alternate-background-color);border-radius:100%}.gamipress-achievement-description ul.gamipress-required-achievements li.user-has-earned:before{content:"\ef32";font-family:bb-icons;font-weight:300}.single-achievement.gamipress-layout-none .gamipress-achievement-image{margin-bottom:20px}.single-achievement .gamipress-achievement-description h4{margin-top:0}.single-achievement .gamipress-achievement-description .gamipress-required-achievements li{display:inline-block;vertical-align:middle;width:100%;margin-bottom:5px}.single-achievement .gamipress-achievement-description .gamipress-required-achievements li:before{vertical-align:middle;top:initial}.single-achievement .gamipress-achievement-points .gamipress-points-thumbnail,.widget .gamipress-achievement-points .gamipress-points-thumbnail{height:25px;width:auto;margin-left:5px}.single-achievement .gamipress-achievement-description .gamipress-required-achievements li .gamipress-mark-as-completed-button,.widget .gamipress-achievement-description .gamipress-required-achievements li .gamipress-mark-as-completed-button{display:inline-block;vertical-align:middle;font-size:90%;padding:8px 10px}.widget .gamipress-achievements-list .gamipress-achievements-container .gamipress-achievement-unlock-with-points-button{font-size:83%;padding:10px 8px}.gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-1>.gamipress-achievement{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}@media screen and (min-width:800px){.gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-2>.gamipress-achievement{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}.gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-3>.gamipress-achievement{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}.gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-4>.gamipress-achievement{width:-webkit-calc(25% - 20px);width:calc(25% - 20px)}.gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-5>.gamipress-achievement{width:-webkit-calc(20% - 20px);width:calc(20% - 20px)}.gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-6>.gamipress-achievement{width:-webkit-calc(16.666% - 20px);width:calc(16.666% - 20px)}}.gamipress-achievements-list .gamipress-achievements-container h2.gamipress-achievement-title{font-size:18px;font-weight:500;line-height:1.4em;margin-bottom:5px}.gamipress-achievements-list .gamipress-achievements-container .gamipress-achievement-excerpt{font-size:14px;line-height:24px}.gamipress-achievements-list .gamipress-achievements-container .gamipress-achievement-times-earned{font-size:14px;line-height:24px}.gamipress-achievements-list .gamipress-achievements-container .gamipress-achievement-description{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}.gamipress-achievements-list .gamipress-achievements-container .gamipress-achievement-description>h4{margin-top:auto;margin-bottom:5px;font-size:14px}.gamipress-achievements-list .gamipress-achievements-container .gamipress-achievement-unlock-with-points-button{width:100%;margin:0 0 15px}.gamipress-achievement-unlock-with-points-response{font-size:14px;line-height:24px;margin-bottom:15px;color:var(--bb-alternate-text-color)}button.gamipress-achievement-unlock-with-points-button{font-size:14px}.buddypress .buddypress-wrap button.gamipress-achievement-unlock-with-points-button{font-size:14px}@media screen and (min-width:992px){body:not(.has-sidebar) .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-1{width:80%;margin-right:auto;margin-left:auto}}.gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns]{margin-right:auto;margin-left:auto}.gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns]>.gamipress-achievement{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);margin-right:10px;margin-left:10px;-ms-flex-item-align:normal;align-self:normal}@media screen and (max-width:800px){.gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns]>.gamipress-achievement{margin-right:0;margin-left:0;padding:20px}}.gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns]>.gamipress-achievement.gamipress-layout-top{-ms-flex-flow:nowrap;flex-flow:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns]>.gamipress-achievement.gamipress-layout-none{margin-bottom:20px}.elementor-widget .gamipress-inline-achievement .gamipress-inline-achievement-link,.widget .gamipress-inline-achievement .gamipress-inline-achievement-link{display:block}.entry-content>.gamipress-achievement{padding:20px;background-color:#fff;border:1px solid var(--bb-content-border-color);font-size:14px;line-height:24px;border-radius:4px;max-width:80%;margin-right:auto;margin-left:auto}@media screen and (max-width:800px){.entry-content>.gamipress-achievement{max-width:100%}}.gamipress-rank-congratulations{padding:20px;background-color:#fff;border:1px solid var(--bb-content-border-color);font-size:14px;line-height:24px}.gamipress-rank-congratulations p:last-child{margin-bottom:0}body.buddypress .gamipress-rank-description .gamipress-rank-title{margin-bottom:15px}.gamipress-rank-description .gamipress-rank-title a{color:var(--bb-headings-color)}.gamipress-rank-description .gamipress-rank-title a:hover{color:var(--bb-primary-color)}.gamipress-rank-description ul.gamipress-required-requirements{list-style:none;margin-right:0}.gamipress-rank-description ul.gamipress-required-requirements li{font-size:14px;color:var(--bb-alternate-text-color)}.gamipress-achievements-list .gamipress-rank-description ul.gamipress-required-requirements li.user-has-not-earned{text-decoration:none}.gamipress-rank-description ul.gamipress-required-requirements li:before{content:"\ef32";font-family:bb-icons;display:inline-block;font-weight:400;font-style:normal;speak:none;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;line-height:20px;font-size:14px;vertical-align:top;text-align:center;text-decoration:none;margin-left:10px;position:relative;top:3px;background-color:#eef0f3;border-radius:100%}.gamipress-rank-description ul.gamipress-required-requirements li.user-has-earned:before{content:"\ef32";font-family:bb-icons;font-weight:300}.gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-1>.gamipress-rank{width:100%}@media screen and (min-width:800px){.gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-2>.gamipress-rank{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}.gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-3>.gamipress-rank{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}.gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-4>.gamipress-rank{width:-webkit-calc(25% - 20px);width:calc(25% - 20px)}.gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-5>.gamipress-rank{width:-webkit-calc(20% - 20px);width:calc(20% - 20px)}.gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-6>.gamipress-rank{width:-webkit-calc(16.666% - 20px);width:calc(16.666% - 20px)}}.gamipress-ranks-list .gamipress-ranks-container h2.gamipress-rank-title{font-size:18px;font-weight:500;line-height:1.4em;margin-bottom:0}.gamipress-ranks-list .gamipress-ranks-container .gamipress-rank-excerpt{font-size:14px;line-height:20px}.gamipress-ranks-list .gamipress-ranks-container .gamipress-rank-description{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}.gamipress-ranks-list .gamipress-ranks-container .gamipress-rank-description>h4{margin-top:auto;margin-bottom:5px;font-size:16px}.gamipress-ranks-list .gamipress-rank-type{margin-bottom:30px}.gamipress-ranks-list .gamipress-rank-type:last-of-type{margin-bottom:0}.gamipress-ranks-list .gamipress-ranks-container[class*=gamipress-columns]{margin-right:-10px;margin-left:-10px}.gamipress-ranks-list .gamipress-ranks-container[class*=gamipress-columns] .gamipress-rank{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);margin-right:10px;margin-left:10px;-ms-flex-item-align:normal;align-self:normal;padding:30px 20px;margin-bottom:1rem}.gamipress-ranks-list .gamipress-ranks-container[class*=gamipress-columns] .gamipress-rank .gamipress-rank-image{padding-top:0}@media screen and (max-width:800px){.gamipress-ranks-list .gamipress-ranks-container[class*=gamipress-columns] .gamipress-rank{margin-right:0;margin-left:0;padding:20px}}.gamipress-ranks-list .gamipress-ranks-container[class*=gamipress-columns] .gamipress-rank.gamipress-layout-top{-ms-flex-flow:nowrap;flex-flow:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gamipress-ranks-list .gamipress-ranks-container[class*=gamipress-columns] .gamipress-rank.gamipress-layout-none{margin-bottom:20px}.gamipress-user-ranks{margin-right:-10px;margin-left:-10px}.gamipress-user-ranks .gamipress-rank{padding:20px;background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);font-size:14px;line-height:24px;border-radius:var(--bb-block-radius);margin-right:10px;margin-left:10px;-ms-flex-item-align:normal;align-self:normal}.gamipress-user-ranks .gamipress-rank .gamipress-rank-unlock-with-points-button{font-size:14px}@media screen and (min-width:800px){.gamipress-user-ranks.gamipress-columns-2>.gamipress-rank{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}.gamipress-user-ranks.gamipress-columns-3>.gamipress-rank{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}.gamipress-user-ranks.gamipress-columns-4>.gamipress-rank{width:-webkit-calc(25% - 20px);width:calc(25% - 20px)}.gamipress-user-ranks.gamipress-columns-5>.gamipress-rank{width:-webkit-calc(20% - 20px);width:calc(20% - 20px)}.gamipress-user-ranks.gamipress-columns-6>.gamipress-rank{width:-webkit-calc(16.666% - 20px);width:calc(16.666% - 20px)}}.gamipress-user-ranks>.gamipress-rank .gamipress-rank-requirements{border-bottom:0}.elementor-widget .gamipress-inline-rank .gamipress-inline-rank-link,.widget .gamipress-inline-rank .gamipress-inline-rank-link{display:block}.bb-gamipress article .entry-media.entry-img{display:none}button.gamipress-rank-unlock-with-points-button{font-size:14px}.gamipress-user-points .gamipress-user-points-amount{font-weight:500;color:var(--bb-headings-color)}.gamipress-user-points:not(.gamipress-layout-none){-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:-10px;margin-left:-10px}.gamipress-user-points:not(.gamipress-layout-none):not([class*=" gamipress-columns-"]){-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);margin:20px 10px;padding-bottom:20px;overflow:visible;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-image img{border-radius:4px}.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-description span{display:block;margin-top:0}.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-amount{font-size:24px;margin:12px 0}.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-label{color:var(--bb-alternate-text-color)}@media screen and (max-width:992px){.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;max-width:33.33%;padding:1em}}@media screen and (max-width:800px){.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points{-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}}@media screen and (max-width:544px){.gamipress-user-points:not(.gamipress-layout-none){margin-right:0;margin-left:0}.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.gamipress-user-points.gamipress-align-right>div{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.gamipress-user-points.gamipress-align-right>div .gamipress-user-points-image{margin-right:10px}.gamipress-user-points.gamipress-layout-right.gamipress-align-right>div{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.gamipress-user-points.gamipress-align-left>div{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.gamipress-user-points.gamipress-align-center>div,.gamipress-user-points.gamipress-align-justify>div{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:justify}.elementor-widget .gamipress-inline-points-wrapper .gamipress-inline-points,.widget .gamipress-inline-points-wrapper .gamipress-inline-points{display:inline-block}.gamipress-points-types{margin-right:-10px;margin-left:-10px}.gamipress-points-types[class*=gamipress-columns]>.gamipress-points-type{border-bottom:1px solid var(--bb-content-border-color);padding:1em}.gamipress-points-types:not(.gamipress-layout-none) .gamipress-points-type{-ms-flex-item-align:normal;align-self:normal}.gamipress-points-types .gamipress-points-type{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);margin-right:10px;margin-left:10px;margin-bottom:20px}@media screen and (min-width:800px){.gamipress-points-types.gamipress-columns-2>.gamipress-points-type{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}.gamipress-points-types.gamipress-columns-3>.gamipress-points-type{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}.gamipress-points-types.gamipress-columns-4>.gamipress-points-type{width:-webkit-calc(25% - 20px);width:calc(25% - 20px)}.gamipress-points-types.gamipress-columns-5>.gamipress-points-type{width:-webkit-calc(20% - 20px);width:calc(20% - 20px)}.gamipress-points-types.gamipress-columns-6>.gamipress-points-type{width:-webkit-calc(16.666% - 20px);width:calc(16.666% - 20px)}}.gamipress-points-types .gamipress-open-close-switch{text-align:right}.gamipress-points-types .gamipress-open-close-switch a.show-hide-close,.gamipress-points-types .gamipress-open-close-switch a.show-hide-open{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:5px 0;font-size:12px;text-transform:uppercase;color:var(--bb-alternate-text-color)}.gamipress-points-types .gamipress-open-close-switch a.show-hide-close:after,.gamipress-points-types .gamipress-open-close-switch a.show-hide-open:after{padding:0;margin-right:auto;background:100% 0;background-image:none;background-color:#eef0f3;border-radius:100%;font-family:bb-icons;display:inline-block;font-weight:400;font-style:normal;speak:none;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:16px;line-height:20px;vertical-align:top;text-align:center;-webkit-transition:color .1s ease-in 0;transition:color .1s ease-in 0;color:var(--bb-alternate-text-color)}.gamipress-points-types .gamipress-open-close-switch a.show-hide-open:after{content:"\e826";line-height:21px}.gamipress-points-types .gamipress-open-close-switch a.show-hide-close:after{content:"\e87c";-webkit-transform:none;-ms-transform:none;transform:none}.gamipress-points-types .gamipress-extras-window{font-size:14px}.gamipress-points-types .gamipress-extras-window h4{font-size:14px;margin-bottom:5px}.gamipress-points-types .gamipress-extras-window ul{margin-bottom:5px}.gamipress-points-types .gamipress-extras-window .gamipress-points-awards,.gamipress-points-types .gamipress-extras-window .gamipress-points-deducts{list-style:none;margin-right:0}.gamipress-points-types .gamipress-extras-window .gamipress-points-awards li:before,.gamipress-points-types .gamipress-extras-window .gamipress-points-deducts li:before{content:"\ef32";font-family:bb-icons;display:inline-block;font-weight:400;font-style:normal;speak:none;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;line-height:20px;font-size:14px;vertical-align:top;text-align:center;text-decoration:none;margin-left:10px;position:relative;top:3px;background-color:#eef0f3;border-radius:100%}.gamipress-points-types .gamipress-extras-window .gamipress-points-awards li.user-has-earned:before,.gamipress-points-types .gamipress-extras-window .gamipress-points-deducts li.user-has-earned:before{content:"\ef32";font-family:bb-icons;font-weight:300}.widget-area .gamipress-columns-1.gamipress-user-points .gamipress-points{-webkit-box-flex:100%;-ms-flex:100%;flex:100%;max-width:100%;margin-top:0}@media screen and (max-width:545px){.widget-area .gamipress-columns-1.gamipress-user-points .gamipress-points{margin-right:0;margin-left:0;padding:1em}}.widget-area .gamipress-columns-1.gamipress-user-points .gamipress-points:last-child{margin-bottom:0}@media screen and (min-width:545px){.widget-area .gamipress-columns-1.gamipress-user-points{width:-webkit-calc(100% + 20px);width:calc(100% + 20px)}}.widget-area .gamipress-columns-1.gamipress-points-types .gamipress-points-type{-webkit-box-flex:100%;-ms-flex:100%;flex:100%;max-width:100%;margin-top:0}@media screen and (max-width:545px){.widget-area .gamipress-columns-1.gamipress-points-types .gamipress-points-type{margin-right:0;margin-left:0;padding:1em}}@media screen and (min-width:545px){.widget-area .gamipress-columns-1.gamipress-points-types{width:-webkit-calc(100% + 20px);width:calc(100% + 20px)}}.widget-area .gamipress-columns-1.gamipress-points-types .gamipress-achievement-image{padding-top:5px}.widget-area .gamipress-columns-2.gamipress-user-points .gamipress-points{-webkit-box-flex:1;-ms-flex:1 40%;flex:1 40%;max-width:-webkit-calc(100% - 20px);max-width:calc(100% - 20px);margin-top:0;padding:1em}.widget-area .gamipress-columns-2.gamipress-user-points .gamipress-points:last-child{margin-bottom:0}@media screen and (min-width:545px){.widget-area .gamipress-columns-2.gamipress-user-points{width:-webkit-calc(100% + 20px);width:calc(100% + 20px)}}.widget-area .gamipress-columns-2.gamipress-user-points .gamipress-user-points-image{margin-bottom:10px}.widget-area .gamipress-achievement .gamipress-achievement-description .gamipress-achievement-excerpt:only-child p{margin-bottom:0}table.gamipress-earnings-table{border-collapse:separate;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}table.gamipress-earnings-table td,table.gamipress-earnings-table th{background-color:#fff}table.gamipress-earnings-table td:first-child,table.gamipress-earnings-table th:first-child{padding-right:1em}table.gamipress-earnings-table thead th{text-transform:uppercase;font-size:14px;font-weight:500;color:var(--bb-alternate-text-color);white-space:nowrap;padding-top:1rem;padding-bottom:1rem}table.gamipress-earnings-table thead tr:first-child th:first-child{border-radius:0 4px 0 0;border-right:1px solid rgba(0,0,0,.05)}table.gamipress-earnings-table thead tr:first-child th:last-child{border-radius:4px 0 0 0;border-left:1px solid rgba(0,0,0,.05)}table.gamipress-earnings-table thead tr:first-child th{border-top:1px solid rgba(0,0,0,.05)}table.gamipress-earnings-table tbody tr{-webkit-transform:translateZ(-1em);transform:translateZ(-1em);position:relative;z-index:0}table.gamipress-earnings-table tbody tr td{border-bottom:0;font-size:14px;padding-top:1em;padding-bottom:1em}table.gamipress-earnings-table tbody tr:hover{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 3px 24px 0 rgba(18,43,70,.08);position:relative;z-index:9}table.gamipress-earnings-table tbody tr:last-child td{border-bottom:1px solid rgba(0,0,0,.05)}table.gamipress-earnings-table tbody tr:last-child td:first-child{border-radius:0 0 4px 0}table.gamipress-earnings-table tbody tr:last-child td:last-child{border-radius:0 0 0 4px}table.gamipress-earnings-table tbody td:first-child{border-right:1px solid rgba(0,0,0,.05)}table.gamipress-earnings-table tbody td:last-child{border-left:1px solid rgba(0,0,0,.05)}table.gamipress-earnings-table tbody td.gamipress-earnings-col-thumbnail{width:60px}table.gamipress-earnings-table tbody td.gamipress-earnings-col-thumbnail img.gamipress-achievement-thumbnail,table.gamipress-earnings-table tbody td.gamipress-earnings-col-thumbnail img.gamipress-rank-thumbnail{object-fit:cover;width:52px;height:52px;border-radius:100%}table.gamipress-earnings-table tbody td.gamipress-earnings-col-date{font-size:13px;color:var(--bb-alternate-text-color)}table.gamipress-earnings-table tbody td.gamipress-earnings-col-points{font-size:13px;color:var(--bb-alternate-text-color)}.gamipress-earnings-pagination{font-size:13px;text-align:left}.gamipress-earnings-pagination a,.gamipress-earnings-pagination span{padding:0 5px}.widget table.gamipress-earnings-table{border:0}.users-header .gamipress-buddypress-points{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:10px 0 0}.users-header .gamipress-buddypress-points img.gamipress-points-thumbnail{border-radius:100%;margin-left:5px}.users-header .gamipress-buddypress-points .gamipress-buddypress-user-points{margin-left:5px}.users-header .gamipress-buddypress-points-type{margin:0 0 10px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.users-header .gamipress-buddypress-achievements{margin-bottom:10px}.users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-type-label{margin-left:10px;font-weight:500;color:var(--bb-headings-color)}.users-header .gamipress-buddypress-achievements img.gamipress-achievement-thumbnail{border-radius:100%;margin-left:5px;margin-bottom:5px}.users-header .gamipress-buddypress-achievement-title{margin-left:10px}.users-header .gamipress-buddypress-ranks{margin-bottom:10px}.users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank a.activity{font-size:14px}.users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank-label{margin-left:10px;font-weight:500}#buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank-label{color:var(--bb-headings-color)}.users-header .gamipress-buddypress-ranks img.gamipress-rank-thumbnail{border-radius:100%}.users-header .gamipress-buddypress-rank-title{margin-left:10px}.users-header .item-meta .gamipress-buddypress-achievements,.users-header .item-meta .gamipress-buddypress-points,.users-header .item-meta .gamipress-buddypress-ranks,.users-header .item-meta .gamipress-buddypress-user-details-top{display:none} \ No newline at end of file diff --git a/web/app/themes/buddyboss-theme/assets/css-rtl/jobmanager.css b/web/app/themes/buddyboss-theme/assets/css-rtl/jobmanager.css index 5a9a0143..37cf1966 100644 --- a/web/app/themes/buddyboss-theme/assets/css-rtl/jobmanager.css +++ b/web/app/themes/buddyboss-theme/assets/css-rtl/jobmanager.css @@ -970,33 +970,37 @@ ul.job_listings li.no_job_listings_found { font-family: inherit; } -.ui-datepicker .ui-datepicker-header { +.ui-datepicker.ui-widget { + font-family: inherit; +} +.ui-datepicker.ui-widget .ui-datepicker-header { background: #fff; border: 0; font-weight: normal; font-size: 1em; margin: 0 -0.2em; + padding-bottom: 0.6em; border-bottom: 1px solid var(--bb-content-border-color); border-radius: 0; } -.ui-datepicker .ui-datepicker-header .ui-datepicker-title { +.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-title { font-size: 0.9em; color: var(--bb-primary-color); } -.ui-datepicker .ui-datepicker-header a.ui-datepicker-next, -.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev { +.ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-next, +.ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-prev { border: 1px solid #fff; background: #fff; top: 0; cursor: pointer; } -.ui-datepicker .ui-datepicker-header a.ui-datepicker-next:hover, -.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev:hover { +.ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-next:hover, +.ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-prev:hover { border: 1px solid #fff; background: #fff; } -.ui-datepicker .ui-datepicker-header a.ui-datepicker-next span, -.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev span { +.ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-next span, +.ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-prev span { background-image: none; position: static; margin: 0; @@ -1007,56 +1011,60 @@ ul.job_listings li.no_job_listings_found { text-align: center; line-height: 1.8; } -.ui-datepicker .ui-datepicker-header a.ui-datepicker-next span:before, -.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev span:before { +.ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-next span:before, +.ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-prev span:before { content: "\e827"; font-family: bb-icons; font-weight: normal; speak: none; display: inline-block; color: #939597; - font-size: 22px; + font-size: 20px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } -.ui-datepicker .ui-datepicker-header a.ui-datepicker-next { +.ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-next { left: 0; } -.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev { +.ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-prev { right: 0; } -.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev span:before { +.ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-prev span:before { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); } -.ui-datepicker table { +.ui-datepicker.ui-widget table { font-size: 15px; + border: 0; } -.ui-datepicker table th { +.ui-datepicker.ui-widget table th { font-weight: normal; color: #e0e1e1; } -.ui-datepicker table td { - padding: 0.4em; +.ui-datepicker.ui-widget table td { + padding: 0; } -.ui-datepicker table td a { +.ui-datepicker.ui-widget table td a { text-align: center; - width: 100%; - height: 0; - padding-top: 20%; - padding-bottom: 80%; + line-height: 34px; + width: 36px; + padding: 0; } -.ui-datepicker table .ui-state-default { +.ui-datepicker.ui-widget table .ui-state-default { background: #fff; border: 1px solid #fff; } -.ui-datepicker table .ui-state-default.ui-state-highlight { +.ui-datepicker.ui-widget table .ui-state-default.ui-state-active { background: var(--bb-primary-color); color: #fff; border-radius: 100%; } +.single-job_listing .ui-widget.ui-widget-content { + z-index: 999991 !important; +} + .job-manager-error { background: var(--bb-danger-color); color: #fff; diff --git a/web/app/themes/buddyboss-theme/assets/css-rtl/jobmanager.min.css b/web/app/themes/buddyboss-theme/assets/css-rtl/jobmanager.min.css index da5e6604..bd94ab35 100644 --- a/web/app/themes/buddyboss-theme/assets/css-rtl/jobmanager.min.css +++ b/web/app/themes/buddyboss-theme/assets/css-rtl/jobmanager.min.css @@ -1 +1 @@ -div.job_listings a.load_more_jobs{width:100%;margin:0;padding:1em;border-bottom:0;text-transform:uppercase;font-size:12px;line-height:20px;color:var(--bb-primary-color)}div.job_listings a.load_more_jobs:hover{color:var(--bb-primary-color);border:0;background-color:transparent}div.job_listings a.load_more_jobs strong{font-weight:400;color:var(--bb-primary-color)}ul.job_listings .listing-bookmarked .position h3:before{display:none}ul.job_listings .listing-bookmarked div.position{position:relative}ul.job_listings .listing-bookmarked div.position:after{position:absolute;content:"\eef7";display:inline-block;width:16px;height:16px;-webkit-font-smoothing:antialiased;font-family:bb-icons!important;text-decoration:none;font-weight:500;font-style:normal;font-size:16px;line-height:16px;margin:0;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);color:var(--bb-primary-color)}@media (max-width:544px){ul.job_listings .listing-bookmarked div.position{position:initial}ul.job_listings .listing-bookmarked div.position:after{top:10px;left:10px;-webkit-transform:none;-ms-transform:none;transform:none}}@media (max-width:544px){.job_manager ul.job_listings li.job_listing a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.job_manager ul.job_listings li.job_listing a img.company_logo{visibility:visible}ul.job_listings{border-top:0}ul.job_listings.loading{box-shadow:0 0 0 1px var(--bb-content-border-color);background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius)}ul.job_listings li.job_listing{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);margin:0 0 -1px}ul.job_listings li.job_listing:first-child{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}ul.job_listings li.job_listing:last-child{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)}.widget ul.job_listings li.job_listing{border-width:0 0 1px;margin:0}.widget ul.job_listings li.job_listing:last-child{border:0}ul.job_listings li.job_listing a{position:relative;-webkit-transition:all linear .2s;transition:all linear .2s;padding:.6em 1em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}ul.job_listings li.job_listing a:hover{background-color:var(--bb-content-alternate-background-color);box-shadow:0 3px 24px 0 rgba(18,43,70,.08);border-right-color:#fff;border-left-color:#fff;border-radius:var(--bb-block-radius);position:relative;z-index:1}ul.job_listings li.job_listing a:hover div.position h3{color:var(--bb-primary-color)}.widget ul.job_listings li.job_listing a:hover{box-shadow:none;background-color:#fff}ul.job_listings li.job_listing a .image{margin-left:15px}ul.job_listings li.job_listing a img.company_logo{border-radius:100%;width:44px;height:auto;margin:0;padding:0;max-width:inherit;object-fit:cover;right:1em}@media (max-width:800px){ul.job_listings li.job_listing a img.company_logo{visibility:visible}}ul.job_listings li.job_listing a div.position{padding:0 60px 0 0}ul.job_listings li.job_listing a div.position h3 .job-manager-applications-applied-notice{font-size:12px;color:#48bf1e;line-height:18px;padding-top:2px;margin-left:.6em;position:relative;top:10px}ul.job_listings li.job_listing a div.position h3 .job-manager-applications-applied-notice:before{font-size:12px}ul.job_listings li.job_listing a div.position h3:before{font-size:14px;color:var(--bb-primary-color);line-height:18px;margin-right:1em;margin-left:.5em;padding-top:2px;position:relative;top:10px}@media (max-width:800px){ul.job_listings li.job_listing a div.location{text-align:right;width:25%}}@media (max-width:544px){ul.job_listings li.job_listing a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}ul.job_listings li.job_listing a img.company_logo{margin:0 auto 10px;position:static;width:64px;height:64px}ul.job_listings li.job_listing a div.position{width:100%;margin-bottom:10px;text-align:center;float:none;padding:0}ul.job_listings li.job_listing a div.position h3 .job-manager-applications-applied-notice{display:block;float:none;top:0}ul.job_listings li.job_listing a div.position h3:before{display:none;top:0}ul.job_listings li.job_listing a div.position div.company{width:100%}ul.job_listings li.job_listing a div.location{width:100%;text-align:center;margin-bottom:5px;padding:0;top:0}ul.job_listings li.job_listing a div.location:after{display:none}ul.job_listings li.job_listing a ul.meta{width:100%;text-align:center;padding:0}}ul.job_listings li.job_listing a div.position .company{font-size:14px;line-height:1.35;display:block;display:-webkit-box;max-height:1.35em;margin:0;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:85%;color:var(--bb-alternate-text-color)}ul.job_listings li.job_listing a div.position .company strong{font-weight:400}ul.job_listings li.job_listing a div.location{color:var(--bb-alternate-text-color);text-align:right}ul.job_listings li.job_listing div.location{font-size:14px;position:relative;top:10px}ul.job_listings li.job_listing div.location:before{content:"\eed1";font-family:bb-icons;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased}ul.job_listings li.job_listing div.location:after{content:"\00a0";display:block;font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased}ul.job_listings li.job_listing ul.meta li.job-type{display:inline-block;border-radius:100px;font-size:11px;padding:4px 10px;line-height:1;text-align:center}ul.job_listings li.job_listing ul.meta li.job-type.internship{background-color:#e6ddfb;color:#6033cc}ul.job_listings li.job_listing ul.meta li.job-type.freelance{background-color:#dcf2fd;color:#39c}ul.job_listings li.job_listing ul.meta li.job-type.full-time{background-color:#e4f6dd;color:#48bf1e}ul.job_listings li.job_listing ul.meta li.job-type.part-time{background-color:#fff6ef;color:#f08d3c}ul.job_listings li.job_listing ul.meta li.job-type.temporary{background-color:#ffe2e0;color:#d93674}ul.job_listings li.job_listing ul.meta li.date{font-size:12px;color:var(--bb-alternate-text-color);line-height:18px;padding-top:5px}ul.job_listings li.job_listing ul.meta li.application-deadline,ul.job_listings li.job_listing ul.meta li.application-deadline label{font-size:12px;color:#bdbdbd;line-height:18px;padding-top:5px}.elementor-widget ul.job_listings li.job_listing a{padding:1em}.elementor-widget ul.job_listings li.job_listing .image{float:right}.elementor-widget ul.job_listings li.job_listing .image img{right:0;position:relative}.elementor-widget ul.job_listings li.job_listing .content{overflow:hidden}.elementor-widget ul.job_listings li.job_listing ul.meta li{float:none}.elementor-widget ul.job_listings li.job_listing ul.meta li.job-type{padding:4px 10px}.elementor-widget ul.job_listings li.job_listing ul.meta li:after{padding:0 .5em 0 0}ul.job_listings li.no_job_listings_found{background-color:#fff;border:1px solid #e7eaec;margin:0 0 -1px;border-radius:4px}.job_filters{background-color:transparent;margin-bottom:0}.job_filters div.search_jobs>:not(div[style]){padding:0 10px}.job_filters .search_jobs{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;padding:0 0 15px 10px;margin:0 -10px}.job_filters .search_jobs div.search_submit{padding-top:0;margin:0 10px 10px 0}.job_filters .search_jobs div.search_keywords,.job_filters .search_jobs div.search_location{float:none;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:20%;margin-bottom:10px;padding:0 10px}.job_filters .search_jobs .search_categories{-webkit-box-flex:1;-ms-flex:1;flex:1}.job_filters .search_jobs .search_categories .chosen-container-multi .chosen-choices{border-radius:4px;padding:0 15px;border:1px solid var(--bb-content-border-color);background-color:var(--bb-content-background-color);background-image:none;height:41px!important;line-height:38px}.job_filters .search_jobs .search_categories select{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K)}.job_filters .search_jobs .search_keywords{position:relative}.job_filters .search_jobs .search_keywords:before{content:"\ef10";font-family:bb-icons;font-size:18px;color:#bdbdbd;text-rendering:auto;-webkit-font-smoothing:antialiased;position:absolute;top:7px;right:20px}.job_filters .search_jobs .search_keywords input{border-radius:4px;padding:0 35px 0 15px}.job_filters .search_jobs .search_location{position:relative}.job_filters .search_jobs .search_location:before{content:"\eed1";font-family:bb-icons;font-size:22px;color:#bdbdbd;text-rendering:auto;-webkit-font-smoothing:antialiased;position:absolute;top:7px;right:18px}.job_filters .search_jobs .search_location input{border-radius:4px;padding:0 35px 0 15px}.job_filters .search_jobs div.filter_wide{font-size:14px}.job_filters .search_jobs div.filter_wide .filter_by_tag_cloud a{display:inline-block;border-radius:100px;font-size:12px!important;padding:4px 10px 4px 6px;margin:0 2px;line-height:1;text-align:center;background-color:#eceef1;color:var(--bb-body-text-color);-webkit-transition:.2s linear all;transition:.2s linear all}.job_filters .search_jobs div.filter_wide .filter_by_tag_cloud a:hover{opacity:.8}.job_filters .search_jobs div.filter_wide .filter_by_tag_cloud a:after{content:"\e828";font-family:bb-icons;font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:relative;top:2px}.job_filters .search_jobs div.filter_wide .filter_by_tag_cloud a.active:after{content:"\e876";font-family:bb-icons;font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased}.job_filters .search_jobs .chosen-container-single .chosen-single{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:left 1rem center;font-family:inherit;font-size:15px;height:41px;outline:0;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:#313439}.job_filters .search_jobs .chosen-container-single .chosen-single span{line-height:40px}.job_filters .search_jobs .chosen-container-single .chosen-single div b{background-image:none}.job_filters .search_jobs .select2-container li.select2-search,.job_filters .search_jobs .select2-container li.select2-search input{margin:0;height:38px}.job_filters .search_jobs div.filter_wide,.job_filters .search_jobs div.search_categories{padding:0 10px;margin-bottom:10px}.job_filters .search_jobs .select2-container .select2-selection{border-color:var(--bb-content-border-color);background-color:var(--bb-content-background-color);padding:0 10px;line-height:.8}.job_filters .search_jobs .select2-container .select2-selection li{line-height:1.2;font-size:14px}.job_filters .search_jobs .select2-container .select2-selection .select2-selection__clear{margin-left:0;margin-top:14px}.job_filters .job_types{background-color:transparent;border-top:0;padding-bottom:1em}.job_filters .job_types li{border:0;padding:0 0 .5em 1.2em;float:right}.job_filters .job_types li:first-child{padding-right:0}.job_filters .job_types li label{font-size:14px}.job_filters .showing_jobs{background:var(--bb-content-background-color);border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0;border:1px solid var(--bb-content-border-color);border-bottom:0;padding:1em;font-size:14px}.job_filters .showing_jobs a{color:var(--bb-headings-color);font-size:0}.job_filters .showing_jobs a:hover{color:var(--bb-primary-color)}.job_filters .showing_jobs a span:before{font-size:17px;text-rendering:auto;-webkit-font-smoothing:antialiased;line-height:1.6875rem;position:relative;top:1px;font-family:bb-icons;margin-left:7px}.job_filters .showing_jobs a.reset{padding-right:5px}.job_filters .showing_jobs a.reset span:before{font-family:bb-icons;content:"\e828";font-size:24px;top:3px;margin-left:2px;line-height:1.3875rem}.job_filters .showing_jobs a.rss_link span:before{font-family:bb-icons;content:"\ef0d";font-size:16px;font-weight:600}.job_filters .showing_jobs a.alert span:before{font-family:bb-icons!important;content:"\e8a5";font-size:16px}.page-header .jobs-search{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:auto}.page-header .jobs-search div{position:relative}.page-header .jobs-search div.search_keywords:before{content:"\ef10";font-family:bb-icons;font-size:18px;color:#bdbdbd;text-rendering:auto;-webkit-font-smoothing:antialiased;position:absolute;top:7px;right:12px}.page-header .jobs-search div.search_location{margin-right:10px;max-width:170px}.page-header .jobs-search div.search_location:before{content:"\eed1";font-family:bb-icons;font-size:22px;color:#bdbdbd;text-rendering:auto;-webkit-font-smoothing:antialiased;position:absolute;top:7px;right:10px}.page-header .jobs-search div.search_location input{padding:0 35px 0 15px;background-color:#e9ebed;width:100%}.page-header .jobs-search div input{border-radius:100px;padding:0 35px 0 15px}.page-header .jobs-search div label{display:none}.job-manager-message{background-color:#fff;border:1px solid var(--bb-content-border-color);border-top-color:var(--bb-content-border-color)!important;border-radius:4px;font-size:16px;box-shadow:none}.job-manager-message:before{font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons;content:"\e875"!important}#job-manager-alerts>p{font-size:16px;color:#939597;margin-bottom:10px}#job-manager-alerts table.job-manager-alerts{border-collapse:separate;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;margin-bottom:15px}#job-manager-alerts table.job-manager-alerts td,#job-manager-alerts table.job-manager-alerts th{background-color:#fff;padding-top:1rem;padding-bottom:1rem}#job-manager-alerts table.job-manager-alerts td:first-child,#job-manager-alerts table.job-manager-alerts th:first-child{padding-right:1em}#job-manager-alerts table.job-manager-alerts td.bb-ctrls,#job-manager-alerts table.job-manager-alerts th.bb-ctrls{max-width:40px}#job-manager-alerts table.job-manager-alerts td.bb-ctrls .bs-dropdown-wrap,#job-manager-alerts table.job-manager-alerts th.bb-ctrls .bs-dropdown-wrap{width:35px;-webkit-transform:translateZ(0);transform:translateZ(0)}#job-manager-alerts table.job-manager-alerts td.bb-ctrls .bs-dropdown-wrap ul.bs-dropdown,#job-manager-alerts table.job-manager-alerts th.bb-ctrls .bs-dropdown-wrap ul.bs-dropdown{z-index:9;background-color:#fff;-webkit-transform:translateZ(0);transform:translateZ(0)}#job-manager-alerts table.job-manager-alerts td.bb-ctrls .bs-dropdown-wrap ul.bs-dropdown li,#job-manager-alerts table.job-manager-alerts th.bb-ctrls .bs-dropdown-wrap ul.bs-dropdown li{background-color:#fff}#job-manager-alerts table.job-manager-alerts td.bb-ctrls .bs-dropdown-wrap ul.bs-dropdown li a,#job-manager-alerts table.job-manager-alerts th.bb-ctrls .bs-dropdown-wrap ul.bs-dropdown li a{background-color:#fff;position:relative;z-index:999}#job-manager-alerts table.job-manager-alerts td.bb-ctrls a.bs-dropdown-link,#job-manager-alerts table.job-manager-alerts th.bb-ctrls a.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;position:relative;z-index:0;pointer-events:none}#job-manager-alerts table.job-manager-alerts td.bb-ctrls a.bs-dropdown-link.active,#job-manager-alerts table.job-manager-alerts td.bb-ctrls a.bs-dropdown-link:hover,#job-manager-alerts table.job-manager-alerts th.bb-ctrls a.bs-dropdown-link.active,#job-manager-alerts table.job-manager-alerts th.bb-ctrls a.bs-dropdown-link:hover{background:100% 0;opacity:1}#job-manager-alerts table.job-manager-alerts td.bb-ctrls i,#job-manager-alerts table.job-manager-alerts th.bb-ctrls i{font-size:20px}#job-manager-alerts table.job-manager-alerts thead th{text-transform:uppercase;font-size:14px;font-weight:500;color:var(--bb-alternate-text-color);white-space:nowrap}#job-manager-alerts table.job-manager-alerts thead tr:first-child th:first-child{border-radius:0 4px 0 0;border-right:1px solid rgba(0,0,0,.05)}#job-manager-alerts table.job-manager-alerts thead tr:first-child th:last-child{border-radius:4px 0 0 0;border-left:1px solid rgba(0,0,0,.05)}#job-manager-alerts table.job-manager-alerts thead tr:first-child th{border-top:1px solid rgba(0,0,0,.05)}#job-manager-alerts table.job-manager-alerts tbody tr{-webkit-transform:translateZ(-1em);transform:translateZ(-1em);position:relative;z-index:0}#job-manager-alerts table.job-manager-alerts tbody tr.alert-disabled td{opacity:1;background-color:var(--bb-body-background-color);color:#e0e1e1}#job-manager-alerts table.job-manager-alerts tbody tr td{border-bottom:0;font-size:14px;color:var(--bb-alternate-text-color)}#job-manager-alerts table.job-manager-alerts tbody tr td.alert_tag{min-width:65px}#job-manager-alerts table.job-manager-alerts tbody tr td small{font-size:12px;line-height:18px;margin-top:5px}#job-manager-alerts table.job-manager-alerts tbody tr td.alert_location>span:before{content:"\eed1";font-family:bb-icons;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:relative;top:1px;margin-left:4px}#job-manager-alerts table.job-manager-alerts tbody tr:hover{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 3px 24px 0 rgba(18,43,70,.08);position:relative;z-index:9}#job-manager-alerts table.job-manager-alerts tbody tr:last-child td{border-bottom:1px solid rgba(0,0,0,.05)}#job-manager-alerts table.job-manager-alerts tbody tr:last-child td:first-child{border-radius:0 0 4px 0}#job-manager-alerts table.job-manager-alerts tbody tr:last-child td:last-child{border-radius:0 0 0 4px}#job-manager-alerts table.job-manager-alerts tbody td:first-child{border-right:1px solid rgba(0,0,0,.05);font-size:16px}#job-manager-alerts table.job-manager-alerts tbody td:first-child ul{font-size:13px}#job-manager-alerts table.job-manager-alerts tbody td:first-child ul li .job-alerts-action-delete{color:var(--bb-danger-color)}#job-manager-alerts table.job-manager-alerts tbody td:last-child{border-left:1px solid rgba(0,0,0,.05)}#job-manager-alerts table.job-manager-alerts tfoot td{font-size:16px;padding:0;border:0;background-color:transparent}#job-manager-alerts table.job-manager-alerts tfoot td:first-child{padding-right:0}#job-manager-alerts table.job-manager-alerts tfoot td a{padding:5px 20px;margin-top:10px;font-size:14px;font-style:normal;color:#fff;background-color:var(--bb-primary-color);border-radius:100px;display:inline-block}#job-manager-alerts table.job-manager-alerts tfoot td a:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}#job-manager-alerts .wrap-job-manager-alerts,#job-manager-job-dashboard .wrap-job-manager-jobs{overflow-x:auto}.single-job-sidebar .wp-job-manager-bookmarks-form{text-align:right;margin:1em 0 0;border:0;font-size:14px}.wp-job-manager-bookmarks-form{text-align:right;margin:1em 0 0;border:0;font-size:14px}.wp-job-manager-bookmarks-form a.bookmark-notice{padding:0 0 0 .5em}.wp-job-manager-bookmarks-form a.bookmark-notice:before{text-align:center;margin:0 0 0 4px}.wp-job-manager-bookmarks-form a.remove-bookmark{float:none;color:var(--bb-danger-color)}.wp-job-manager-bookmarks-form .bookmark-details{text-align:right}.wp-job-manager-bookmarks-form .bookmark-details label{font-size:15px}.wp-job-manager-bookmarks-form .bookmark-details input[type=submit]{font-size:14px;min-height:34px;height:34px;padding:6px 20px}.bs-row-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bs-row-wrap>p{font-size:16px;color:var(--bb-alternate-text-color);margin-bottom:10px;margin-left:auto}.bs-row-wrap>a{padding:5px 20px;margin-bottom:10px;font-size:14px;font-style:normal;color:#fff;background-color:var(--bb-primary-color);border-radius:100px}.bs-row-wrap>a:before{font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased;line-height:10px;position:relative;top:1px;font-family:bb-icons;margin-left:3px;content:"\eef9"}.bs-row-wrap>a:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1);color:#fff}.entry-content-job{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-10px;margin-left:-10px;margin-bottom:20px}.entry-content-job .entry-primary{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 10px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.entry-content-job .entry-secondary{-webkit-box-flex:0;-ms-flex:0 0 380px;flex:0 0 380px;max-width:380px;padding-right:10px;padding-left:10px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.entry-content-job .entry-secondary .single-job-sidebar{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius)}@media (max-width:992px){.entry-content-job .entry-secondary{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding-top:.9375rem}body.single-resume .entry-content-job .entry-secondary{padding-top:5em}body.single-resume .entry-content-job .entry-secondary .resume_contact{display:none}}.ui-widget-content{border:1px solid var(--bb-content-border-color)}.ui-widget{font-family:inherit}.ui-datepicker .ui-datepicker-header{background:#fff;border:0;font-weight:400;font-size:1em;margin:0 -.2em;border-bottom:1px solid var(--bb-content-border-color);border-radius:0}.ui-datepicker .ui-datepicker-header .ui-datepicker-title{font-size:.9em;color:var(--bb-primary-color)}.ui-datepicker .ui-datepicker-header a.ui-datepicker-next,.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev{border:1px solid #fff;background:#fff;top:0;cursor:pointer}.ui-datepicker .ui-datepicker-header a.ui-datepicker-next:hover,.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev:hover{border:1px solid #fff;background:#fff}.ui-datepicker .ui-datepicker-header a.ui-datepicker-next span,.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev span{background-image:none;position:static;margin:0;font-size:0;text-indent:0;width:100%;height:100%;text-align:center;line-height:1.8}.ui-datepicker .ui-datepicker-header a.ui-datepicker-next span:before,.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev span:before{content:"\e827";font-family:bb-icons;font-weight:400;speak:none;display:inline-block;color:#939597;font-size:22px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ui-datepicker .ui-datepicker-header a.ui-datepicker-next{left:0}.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev{right:0}.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev span:before{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.ui-datepicker table{font-size:15px}.ui-datepicker table th{font-weight:400;color:#e0e1e1}.ui-datepicker table td{padding:.4em}.ui-datepicker table td a{text-align:center;width:100%;height:0;padding-top:20%;padding-bottom:80%}.ui-datepicker table .ui-state-default{background:#fff;border:1px solid #fff}.ui-datepicker table .ui-state-default.ui-state-highlight{background:var(--bb-primary-color);color:#fff;border-radius:100%}.job-manager-error{background:var(--bb-danger-color);color:#fff;border:0;box-shadow:none;font-size:16px;border-radius:4px}.job-manager-error:before{color:#fff!important}.job-manager-info,.job_listing .job-manager-info{background:var(--bb-default-notice-color);color:#fff;border:0;box-shadow:none;font-size:16px;border-radius:var(--bb-block-radius)}.job-manager-info:before,.job_listing .job-manager-info:before{color:#fff!important;font-family:bb-icons;content:"\eebc";font-style:normal;font-weight:100}#job-manager-bookmarks table ul.job-manager-bookmark-actions li a.job-manager-bookmark-action-delete{color:var(--bb-danger-color)}table.job-manager-bookmarks{border-collapse:separate;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}table.job-manager-bookmarks td,table.job-manager-bookmarks th{background-color:#fff}table.job-manager-bookmarks td:first-child,table.job-manager-bookmarks th:first-child{padding-right:1em}table.job-manager-bookmarks thead th{text-transform:uppercase;font-size:14px;font-weight:400;color:var(--bb-alternate-text-color);white-space:nowrap;padding-top:1rem;padding-bottom:1rem}table.job-manager-bookmarks thead tr:first-child th:first-child{border-radius:0 4px 0 0;border-right:1px solid rgba(0,0,0,.05)}table.job-manager-bookmarks thead tr:first-child th:last-child{border-radius:4px 0 0 0;border-left:1px solid rgba(0,0,0,.05)}table.job-manager-bookmarks thead tr:first-child th{border-top:1px solid rgba(0,0,0,.05)}table.job-manager-bookmarks tbody tr{-webkit-transform:translateZ(-1em);transform:translateZ(-1em);position:relative;z-index:0}table.job-manager-bookmarks tbody tr td{border-bottom:0;font-size:14px;color:var(--bb-alternate-text-color);padding-top:1em;padding-bottom:1em}table.job-manager-bookmarks tbody tr td>p{margin-bottom:.6875rem}table.job-manager-bookmarks tbody tr td.bb-ctrls{max-width:40px;padding-left:1em;padding-right:0}table.job-manager-bookmarks tbody tr td.bb-ctrls .bs-dropdown-wrap{width:35px}table.job-manager-bookmarks tbody tr td.bb-ctrls a.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;pointer-events:none}table.job-manager-bookmarks tbody tr td.bb-ctrls a.bs-dropdown-link.active,table.job-manager-bookmarks tbody tr td.bb-ctrls a.bs-dropdown-link:hover{background:100% 0;opacity:1}table.job-manager-bookmarks tbody tr td.bb-ctrls i{font-size:20px}table.job-manager-bookmarks tbody tr:hover{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 3px 24px 0 rgba(18,43,70,.08);position:relative;z-index:9}table.job-manager-bookmarks tbody tr:last-child td{border-bottom:1px solid rgba(0,0,0,.05)}table.job-manager-bookmarks tbody tr:last-child td:first-child{border-radius:0 0 4px 0}table.job-manager-bookmarks tbody tr:last-child td:last-child{border-radius:0 0 0 4px}table.job-manager-bookmarks tbody td:first-child{border-right:1px solid rgba(0,0,0,.05)}table.job-manager-bookmarks tbody td:first-child a{color:var(--bb-headings-color)}table.job-manager-bookmarks tbody td:first-child a:hover{color:var(--bb-primary-color)}table.job-manager-bookmarks tbody td:last-child{border-left:1px solid rgba(0,0,0,.05)}.job-manager-form #widget-code-wrapper #widget-code-preview iframe{border:0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;border-radius:4px}.job-manager-form #widget-code-wrapper #widget-code-content textarea{width:100%;font-family:"Courier New",courier,"Lucida Sans Typewriter","Lucida Typewriter",monospace;font-size:12px;line-height:20px}.job-manager-form fieldset .account-sign-in{color:var(--bb-alternate-text-color)}.job-manager-form fieldset .account-sign-in a.button{padding:0 30px;height:33px;line-height:30px}.job-manager-form fieldset .account-sign-in a.button:before{display:none}.job-manager-form fieldset label{font-weight:700;line-height:1.6875rem}@media (max-width:992px){.job-manager-form fieldset label{line-height:1.5rem}}.job-manager-form fieldset .wp-editor-container button:hover{background-color:transparent;border:0}.job-manager-form fieldset .wp-editor-container .mce-toolbar .mce-btn-group .mce-btn{border:0}.job-manager-form fieldset .wp-editor-container .mce-toolbar .mce-btn-group .mce-btn:hover{box-shadow:none}.job-manager-form fieldset .wp-editor-container .mce-toolbar .mce-btn-group .mce-btn .mce-ico{color:#96a2ad}.job-manager-form fieldset .resume-manager-data-row{padding-top:15px}.job-manager-form fieldset .resume-manager-data-row a.resume-manager-remove-row,.job-manager-form fieldset .resume-manager-data-row a.resume-manager-remove-row:hover{margin:-.5em 0 0;color:var(--bb-alternate-text-color)}.job-manager-form fieldset a.resume-manager-add-row{border:1px solid var(--bb-primary-color);border-radius:100px;font-size:14px;padding:5px 15px;color:var(--bb-primary-color)}.job-manager-form fieldset a.resume-manager-add-row:hover{color:var(--bb-primary-color)}.job-manager-form fieldset>label[for=alert_cats],.job-manager-form fieldset>label[for=alert_job_type]{pointer-events:none;cursor:default}@media (max-width:544px){.job-manager-form fieldset{margin-bottom:0}.job-manager-form fieldset label{width:100%}.job-manager-form fieldset div.field{width:100%}}body:not(.bb-page-loaded) .job-embed-from fieldset div.field input[type=checkbox],body:not(.bb-page-loaded) .job-embed-from fieldset div.field select[multiple] option,body:not(.bb-page-loaded) .job-manager-form fieldset select[multiple] option{display:none}@media (max-width:800px){.jm-table-wrap{overflow-x:auto;overflow-x:scroll;overflow-y:hidden}.jm-table-wrap table{min-width:850px}.jm-table-wrap table.job-manager-alerts,.jm-table-wrap table.job-manager-jobs,.jm-table-wrap table.resume-manager-resumes{margin-bottom:40px}.jm-table-wrap table.job-manager-alerts td.bb-ctrls ul.bs-dropdown,.jm-table-wrap table.job-manager-jobs td.bb-ctrls ul.bs-dropdown,.jm-table-wrap table.resume-manager-resumes td.bb-ctrls ul.bs-dropdown{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row;flex-flow:row}.jm-table-wrap table.job-manager-alerts td.bb-ctrls ul.bs-dropdown li,.jm-table-wrap table.job-manager-jobs td.bb-ctrls ul.bs-dropdown li,.jm-table-wrap table.resume-manager-resumes td.bb-ctrls ul.bs-dropdown li{float:right;display:inline-block;width:auto}.jm-table-wrap table.job-manager-alerts td.bb-ctrls ul.bs-dropdown li a,.jm-table-wrap table.job-manager-jobs td.bb-ctrls ul.bs-dropdown li a,.jm-table-wrap table.resume-manager-resumes td.bb-ctrls ul.bs-dropdown li a{padding-right:8px;padding-left:8px;white-space:nowrap}}@media only screen and (min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi){.chosen-container-single .chosen-single div b{background-image:none!important}}.job-manager-form fieldset{border-bottom:0}.job-manager-form fieldset label{font-size:16px}.job-manager-form fieldset div.field{font-size:16px}.job-manager-form fieldset div.field small.description{font-size:12px;margin-top:.5em}.job-manager-form fieldset input[type=file]{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.job-manager-form fieldset input[placeholder]{text-overflow:ellipsis}.job-manager-form fieldset ::-webkit-input-placeholder{text-overflow:ellipsis}.job-manager-form fieldset :-ms-input-placeholder{text-overflow:ellipsis}.job-manager-form fieldset ::placeholder{text-overflow:ellipsis}.job-manager-form fieldset input:placeholder{text-overflow:ellipsis}.job-manager-form fieldset input[type=file]+label{font-size:16px;font-weight:700;color:var(--bb-primary-color);background-color:var(--bb-content-background-color);border:2px dashed var(--bb-content-border-color);width:100%;text-align:center;padding:2em 1em;display:inline-block;float:none;cursor:pointer}.job-manager-form fieldset input[type=file]+label:hover,.job-manager-form fieldset input[type=file]:focus+label{color:var(--bb-primary-color)}.job-manager-form fieldset select[multiple]{height:40px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:left 1rem center;padding-left:40px;overflow:hidden}.job-manager-form fieldset select::-ms-expand{display:none}.job-manager-form fieldset select:not([multiple=multiple]){background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K)}.job-manager-form fieldset .chosen-container-multi .chosen-choices{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:left 1rem center;font-family:inherit;font-size:15px;height:41px;outline:0;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}.job-manager-form fieldset .chosen-container-multi .chosen-choices li.search-field input[type=text]{color:#c3c6c9}.job-manager-form fieldset .chosen-container-multi .chosen-choices li.search-choice{margin-top:8px;font-size:12px;background-color:#eceef1;border-radius:100px;padding-right:10px;padding-left:25px;background-image:none;border:0;margin-right:0;margin-left:5px}.job-manager-form fieldset .chosen-container-multi .chosen-choices li.search-choice a.search-choice-close{left:8px;font-weight:400}.job-manager-form fieldset .resume-manager-data-row fieldset:last-child{border-bottom:1px dashed #eee}#submit-job-form .fieldset-company_logo>label,#submit-job-form .fieldset-job_category>label,#submit-job-form .fieldset-job_deadline>label,#submit-job-form .fieldset-job_type>label{pointer-events:none;cursor:default}#submit-job-form>p{font-size:16px}#submit-job-form p input[type=submit]{margin-right:30%;padding-right:40px;padding-left:40px}#submit-job-form .fieldset-job_deadline .field{position:relative}#submit-job-form .fieldset-job_deadline .field span.jm-clear{position:absolute;top:-30px;left:0;color:#ccc;cursor:pointer}#submit-job-form input.button.secondary.save_draft{margin-right:10px}#submit-job-form .fieldset-agreement-checkbox .field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}#submit-job-form .fieldset-agreement-checkbox .field input[type=checkbox]{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:auto}#submit-job-form .fieldset-agreement-checkbox .field label{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding-left:35px}@media screen and (max-width:1185px){#submit-job-form .fieldset-agreement-checkbox .field label{width:auto;padding-left:15px}}@media (max-width:544px){#submit-job-form fieldset label{width:100%;float:none;margin-bottom:5px}#submit-job-form fieldset div.field{width:100%;float:none}#submit-job-form input.button.secondary.save_draft{margin-right:0}#submit-job-form p input[type=submit]{margin-right:0;padding-right:35px;padding-left:35px}}.single-job_listing .entry-meta{margin-bottom:25px}article.job_listing ul.job-listing-meta{list-style:none outside;padding:0;margin:0 0 1.2em;overflow:hidden;zoom:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}article.job_listing ul.job-listing-meta li{line-height:1em;padding:2px 0 2px 10px;margin-bottom:5px;font-size:14px;color:var(--bb-alternate-text-color)}article.job_listing ul.job-listing-meta li.job-type{display:inline-block;border-radius:100px;font-size:11px;line-height:1;text-align:center;margin-left:1em;padding:4px 10px}article.job_listing ul.job-listing-meta li.job-type.internship{background-color:#e6ddfb;color:#6033cc}article.job_listing ul.job-listing-meta li.job-type.freelance{background-color:#dcf2fd;color:#39c}article.job_listing ul.job-listing-meta li.job-type.full-time{background-color:#e4f6dd;color:#48bf1e}article.job_listing ul.job-listing-meta li.job-type.part-time{background-color:#fff6ef;color:#f08d3c}article.job_listing ul.job-listing-meta li.job-type.temporary{background-color:#ffe2e0;color:#d93674}article.job_listing ul.job-listing-meta li.location{margin-left:.5em}article.job_listing ul.job-listing-meta li.location:before{content:"\eed1";font-family:bb-icons!important;font-size:20px;text-rendering:auto;display:inline-block;-webkit-font-smoothing:antialiased;margin-left:7px}article.job_listing ul.job-listing-meta li.location a{color:var(--bb-headings-color)}article.job_listing ul.job-listing-meta li.location a:hover{color:var(--bb-primary-color)}article.job_listing ul.job-listing-meta li.date-posted{margin-left:.5em}article.job_listing ul.job-listing-meta li.date-posted:before{content:"\e884";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:7px}article.job_listing ul.job-listing-meta li.salary{margin-left:.5em}article.job_listing ul.job-listing-meta li.salary:before{content:"\e86f";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:7px}article.job_listing ul.job-listing-meta li.position-filled:before{content:"\e876";font-family:bb-icons!important;font-size:26px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:5px;position:relative;top:3px}article.job_listing ul.job-listing-meta li.application-deadline:before{content:"\e884";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:7px}article.job_listing ul.job-listing-meta li.application-deadline,article.job_listing ul.job-listing-meta li.application-deadline label{font-size:14px;color:var(--bb-danger-color)}@media (max-width:544px){article.job_listing ul.job-listing-meta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:.5em}article.job_listing ul.job-listing-meta li{margin-bottom:5px}}article.job_listing .job-manager-applications-applied-notice{font-size:14px;color:#90da36}article.job_listing .entry-content .single_job_listing .company{box-shadow:none;border:0;padding:1em 0}article.job_listing .entry-content .single_job_listing .company img.company_logo{border-radius:100%;width:52px;height:52px;right:0;position:relative;object-fit:cover}article.job_listing .entry-content .single_job_listing .company p.name{margin-right:52px;padding-right:10px}article.job_listing .entry-content .single_job_listing .company p.name a{font-size:14px;color:#7f868f}article.job_listing .entry-content .single_job_listing .company p.name a:hover{color:var(--bb-primary-color)}article.job_listing .entry-content .single_job_listing .company p.name a:hover:before{color:#7f868f}article.job_listing .entry-content .single_job_listing .company p.name a.company_twitter:before{content:"\edf4 ";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:7px}article.job_listing .entry-content .single_job_listing .company p.name a.website:before{content:"\eec8";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:7px}article.job_listing .entry-content .single_job_listing .company p.tagline{margin-right:52px;padding-right:10px;font-size:14px}article.job_listing .entry-content .single_job_listing .job_description .job_tags{font-size:14px;color:#7f868f}article.job_listing .entry-content-job .application .application_button{padding:10px 40px;font-size:15px}article.job_listing .entry-content-job .application input.apply-with-facebook{float:none;margin-bottom:0;padding:10px 25px;font-size:15px;background-color:#3c5a9a;border-color:#3c5a9a;background-image:none}@media (max-width:544px){article.job_listing .entry-content-job .application .application_button,article.job_listing .entry-content-job .application input.apply-with-facebook{width:100%;margin-bottom:10px}}article.job_listing .single-job-sidebar figure.entry-img{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0;margin:0}article.job_listing .single-job-sidebar .job-media{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0;height:150px;padding:1em;background-color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}article.job_listing .single-job-sidebar .job-media img{max-height:100%;width:auto;border-radius:4px;margin:0 auto}article.job_listing .single-job-sidebar .company-bar{padding:20px}article.job_listing .single-job-sidebar .company-bar h3{text-align:right;text-transform:uppercase;font-size:14px;font-weight:500;margin-bottom:.5em}article.job_listing .single-job-sidebar .company-bar .company_logo{border-radius:100%;width:52px;height:52px;display:block;margin:0 auto}article.job_listing .single-job-sidebar .company-bar .application{text-align:center;margin-bottom:1em}article.job_listing .single-job-sidebar .company-bar .application .application_details{font-size:14px;line-height:21px;margin-top:15px}article.job_listing .single-job-sidebar .company-bar .application .application_details p{margin:0}article.job_listing .single-job-sidebar .company-bar .application .application_button{padding:10px 40px;width:100%}article.job_listing .single-job-sidebar .company-bar .application .apply-with-facebook{background-color:#3c5a9a;color:#fff;width:100%;margin-bottom:10px}article.job_listing .single-job-sidebar .name-meta{font-size:14px;color:var(--bb-alternate-text-color)}article.job_listing .single-job-sidebar .name-meta a{color:var(--bb-alternate-text-color)}article.job_listing .single-job-sidebar .name-meta a:hover{color:var(--bb-headings-color)}article.job_listing .single-job-sidebar .name-meta a:hover:before{color:var(--bb-alternate-text-color)}article.job_listing .single-job-sidebar .name-meta a:before{font-family:bb-icons!important;font-size:18px;display:inline-block;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:5px;position:relative;top:1px}article.job_listing .single-job-sidebar .name-meta a.website:before{content:"\eec8"}article.job_listing .single-job-sidebar .name-meta a.company_twitter:before{content:"\edf4"}article.job_listing .single-job-sidebar p.tagline{font-size:14px;color:var(--bb-alternate-text-color);line-height:21px;margin:1em 0 .5em}.single-job_listing article.job_listing .entry-content-wrap{padding-right:0;padding-left:0}.single-job_listing article.job_listing .entry-content-wrap .entry-header{margin-bottom:.7rem}.single-job_listing article.job_listing .entry-content-wrap .entry-header h1{font-weight:500;font-size:34px;line-height:42px}.single-job_listing article.job_listing .job-listing-meta-after-wrap .wp-job-manager-bookmarks-form a{padding:0 0 0 .5em}@media (max-width:992px){.single-job_listing article.job_listing .job-listing-meta-after-wrap .wp-job-manager-bookmarks-form a{display:block}}.entry-content-job .entry-primary .entry-content{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);padding:20px}.entry-content-job .entry-primary .entry-content .company_video{border-top:0;padding:1em 0 0;margin:0 0 1.5em;position:relative;padding-bottom:56.25%;padding-top:0;height:0;overflow:hidden}.entry-content-job .entry-primary .entry-content .company_video iframe{position:absolute;top:0;right:0;width:100%;height:100%;margin:0;display:block}.entry-content-job .entry-primary .single_job_listing .company,.entry-content-job .entry-primary .single_job_listing .job-manager-applications-applied-notice,.entry-content-job .entry-primary .single_job_listing .wp-job-manager-bookmarks-form,.entry-content-job .entry-primary .single_job_listing ul.job-listing-meta{display:none}.entry-content-job .entry-primary .single_job_listing .application{text-align:center;overflow:visible}.entry-content-job .entry-primary .single_job_listing .application .application_details{font-size:14px;line-height:21px;background:#fff;box-shadow:0 2px 3px 1px rgba(0,0,0,.05),0 5px 15px 0 rgba(18,43,70,.1);border-radius:4px}.entry-content-job .entry-primary .single_job_listing .application .application_details:before{right:0;left:0;margin-right:auto;margin-left:auto}.entry-content-job .entry-primary .single_job_listing .application .application_details:after{right:0;left:0;margin-right:auto;margin-left:auto}.entry-content-job .entry-primary .single_job_listing .job-manager-single-alert-link{text-align:center;font-size:14px;margin-bottom:10px}.entry-content-job .entry-primary .single_job_listing .job-manager-single-alert-link a:before{content:"\ee62";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin:0 0 0 7px}.entry-content-job .job_description{line-height:28px;letter-spacing:-.24px}.entry-content-job .job_description h1,.entry-content-job .job_description h2,.entry-content-job .job_description h3,.entry-content-job .job_description h4,.entry-content-job .job_description h5,.entry-content-job .job_description h6{font-weight:500;margin-bottom:.9rem}.post-related-jobs{margin-bottom:20px}.post-related-jobs ul.job_listings li.job_listing{border:0;width:100%}.post-related-jobs ul.job_listings_grid:not(.slick-initialized) li.job_listing{border:1px solid #e7eaec}.post-related-jobs ul.job_listings_grid:not(.slick-initialized) li.job_listing a{padding:1em}.post-related-jobs ul.job_listings_grid:not(.slick-initialized) li.job_listing a ul.meta li{display:none}.post-related-jobs ul.job_listings_grid:not(.slick-initialized) li.job_listing a ul.meta li.job-type{display:inline-block}.post-related-jobs ul.job_listings_grid:not(.slick-initialized) li.job_listing a div.position h3:before{top:12px}.post-related-jobs ul.job_listings_grid:not(.slick-initialized) li.job_listing a .location{line-height:1.3em}.post-related-jobs ul.job_listings_grid.slick-initialized{display:block;margin-right:-10px;margin-left:-10px}.post-related-jobs ul.job_listings_grid.slick-initialized li.job_listing{width:25%;float:right;padding-right:10px;padding-left:10px;margin:0;background-color:transparent}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);text-align:center}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related>a{min-height:285px;display:block}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related img.company_logo{position:static;float:none;width:100px;height:100px;margin:0 auto 10px;visibility:visible;-webkit-clip-path:circle(49% at 50% 50%);clip-path:circle(49% at 50% 50%);object-fit:cover}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related div.position{width:100%;padding:0;float:none}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related div.position h3{margin-bottom:10px}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related div.position h3:before{display:none}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related div.position .company{width:100%}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related div.position .company strong{color:var(--bb-alternate-text-color)}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related div.location{width:100%;padding:0;float:none;text-align:center;color:var(--bb-alternate-text-color)}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related ul.meta{width:100%;float:none;padding:10px 0 0;text-align:center}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related ul.meta li{display:none}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related ul.meta li.job-type{display:inline-block}.post-related-jobs ul.job_listings_grid.slick-initialized .slick-arrow{width:50px;height:50px;margin-top:-25px;opacity:1;background-color:var(--bb-content-background-color);box-shadow:0 0 6px 0 rgba(0,0,0,.09)}.post-related-jobs ul.job_listings_grid.slick-initialized .slick-arrow.bb-slide-next{left:-5px}.post-related-jobs ul.job_listings_grid.slick-initialized .slick-arrow.bb-slide-prev{right:-5px}.post-related-jobs ul.job_listings_grid.slick-initialized .slick-arrow i{color:var(--bb-headings-color);line-height:50px}.post-related-jobs ul.job_listings_grid.slick-initialized .slick-arrow.slick-disabled{cursor:default}.post-related-jobs ul.job_listings_grid.slick-initialized .slick-arrow.slick-disabled i{opacity:.2}@media (max-width:544px){.post-related-jobs ul.job_listings_grid{margin-right:0;margin-left:0}.post-related-jobs ul.job_listings_grid li.job_listing{padding-right:0;padding-left:0}}.post-related-jobs>h4{position:relative;text-transform:uppercase;font-weight:500;font-size:16px}.post-related-jobs>h4 .slick-arrow{width:30px;height:30px;margin-top:0;opacity:1;background:100% 0;box-shadow:none;float:left;top:5%}.post-related-jobs>h4 .slick-arrow.bb-slide-next{left:5px;top:0}.post-related-jobs>h4 .slick-arrow.bb-slide-prev{left:35px;right:inherit}.post-related-jobs>h4 .slick-arrow i{color:#939597}@media (min-width:1280px){.post-related-jobs>h4 .slick-arrow{display:none!important}}#job_preview .job_listing_preview,#job_preview .resume_preview,#resume_preview .job_listing_preview,#resume_preview .resume_preview{border:1px solid var(--bb-content-border-color);border-top:0;padding:1em;background-color:#fff;border-radius:0 0 4px 4px}#job_preview .job_listing_preview>h1,#job_preview .resume_preview>h1,#resume_preview .job_listing_preview>h1,#resume_preview .resume_preview>h1{font-weight:500}#job_preview .job_listing_preview .job_description .job_tags,#job_preview .resume_preview .job_description .job_tags,#resume_preview .job_listing_preview .job_description .job_tags,#resume_preview .resume_preview .job_description .job_tags{font-size:14px}#job_preview .job_listing_preview_title,#job_preview .resume_preview_title,#resume_preview .job_listing_preview_title,#resume_preview .resume_preview_title{border-radius:4px 4px 0 0;background-color:#fff;border:1px solid var(--bb-content-border-color);padding-bottom:1em;padding-top:1em}#job_preview .job_listing_preview_title input.button,#job_preview .resume_preview_title input.button,#resume_preview .job_listing_preview_title input.button,#resume_preview .resume_preview_title input.button{height:35px;max-height:35px;min-height:35px;padding:5px 20px}#job_preview ul.job-listing-meta,#resume_preview ul.job-listing-meta{list-style:none outside;padding:0;margin:0 0 1.5em;overflow:hidden;zoom:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#job_preview ul.job-listing-meta li,#resume_preview ul.job-listing-meta li{line-height:1em;padding:2px 0 2px 10px}#job_preview ul.job-listing-meta li.job-type,#resume_preview ul.job-listing-meta li.job-type{display:inline-block;border-radius:100px;font-size:11px;line-height:1;text-align:center;margin-left:1em;padding:4px 10px}#job_preview ul.job-listing-meta li.job-type.internship,#resume_preview ul.job-listing-meta li.job-type.internship{background-color:#e6ddfb;color:#6033cc}#job_preview ul.job-listing-meta li.job-type.freelance,#resume_preview ul.job-listing-meta li.job-type.freelance{background-color:#dcf2fd;color:#39c}#job_preview ul.job-listing-meta li.job-type.full-time,#resume_preview ul.job-listing-meta li.job-type.full-time{background-color:#e4f6dd;color:#90da36}#job_preview ul.job-listing-meta li.job-type.part-time,#resume_preview ul.job-listing-meta li.job-type.part-time{background-color:#fff6ef;color:#f08d3c}#job_preview ul.job-listing-meta li.job-type.temporary,#resume_preview ul.job-listing-meta li.job-type.temporary{background-color:#ffe2e0;color:#d93674}#job_preview ul.job-listing-meta li.location,#resume_preview ul.job-listing-meta li.location{font-size:14px;color:var(--bb-headings-color);margin-left:.5em}#job_preview ul.job-listing-meta li.location:before,#resume_preview ul.job-listing-meta li.location:before{content:"\eed1";font-family:bb-icons!important;font-size:20px;display:inline-block;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:7px}#job_preview ul.job-listing-meta li.location a,#resume_preview ul.job-listing-meta li.location a{color:#7f868f}#job_preview ul.job-listing-meta li.location a:hover,#resume_preview ul.job-listing-meta li.location a:hover{color:var(--bb-primary-color)}#job_preview ul.job-listing-meta li.date-posted,#resume_preview ul.job-listing-meta li.date-posted{font-size:14px;color:var(--bb-alternate-text-color);margin-left:.5em}#job_preview ul.job-listing-meta li.date-posted:before,#resume_preview ul.job-listing-meta li.date-posted:before{content:"\e884";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:7px}#job_preview ul.job-listing-meta li.application-deadline,#resume_preview ul.job-listing-meta li.application-deadline{font-size:14px;color:var(--bb-danger-color);margin-left:.5em}#job_preview ul.job-listing-meta li.application-deadline label,#resume_preview ul.job-listing-meta li.application-deadline label{font-size:14px;color:var(--bb-danger-color)}#job_preview ul.job-listing-meta li.application-deadline:before,#resume_preview ul.job-listing-meta li.application-deadline:before{content:"\e884";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:7px;color:var(--bb-danger-color)}#job_preview .single-resume .resume-aside,#job_preview .single_job_listing .company,#resume_preview .single-resume .resume-aside,#resume_preview .single_job_listing .company{box-shadow:none;border:0;padding:0}#job_preview .single-resume .resume-aside img,#job_preview .single_job_listing .company img,#resume_preview .single-resume .resume-aside img,#resume_preview .single_job_listing .company img{border-radius:100%;right:0;position:relative;width:44px;height:44px}#job_preview .single-resume .resume-aside .name,#job_preview .single_job_listing .company .name,#resume_preview .single-resume .resume-aside .name,#resume_preview .single_job_listing .company .name{margin:0 54px 0 0;padding:0}#job_preview .single-resume .resume-aside .name a,#job_preview .single_job_listing .company .name a,#resume_preview .single-resume .resume-aside .name a,#resume_preview .single_job_listing .company .name a{font-size:14px;color:#7f868f;float:left}#job_preview .single-resume .resume-aside .name a:hover,#job_preview .single_job_listing .company .name a:hover,#resume_preview .single-resume .resume-aside .name a:hover,#resume_preview .single_job_listing .company .name a:hover{color:var(--bb-primary-color)}#job_preview .single-resume .resume-aside .name a:hover:before,#job_preview .single_job_listing .company .name a:hover:before,#resume_preview .single-resume .resume-aside .name a:hover:before,#resume_preview .single_job_listing .company .name a:hover:before{color:#7f868f}#job_preview .single-resume .resume-aside .name a:before,#job_preview .single_job_listing .company .name a:before,#resume_preview .single-resume .resume-aside .name a:before,#resume_preview .single_job_listing .company .name a:before{font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:5px;position:relative;top:1px}#job_preview .single-resume .resume-aside .name a.website:before,#job_preview .single_job_listing .company .name a.website:before,#resume_preview .single-resume .resume-aside .name a.website:before,#resume_preview .single_job_listing .company .name a.website:before{content:"\eec8"}#job_preview .single-resume .resume-aside .name a.company_twitter:before,#job_preview .single_job_listing .company .name a.company_twitter:before,#resume_preview .single-resume .resume-aside .name a.company_twitter:before,#resume_preview .single_job_listing .company .name a.company_twitter:before{content:"\edf4 "}#job_preview .single-resume .resume-aside .tagline,#job_preview .single_job_listing .company .tagline,#resume_preview .single-resume .resume-aside .tagline,#resume_preview .single_job_listing .company .tagline{margin:0 54px 0 0;padding:0;font-size:14px;color:var(--bb-alternate-text-color);font-style:normal}#job_preview .single_job_listing .company{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;margin-bottom:1em}#job_preview .single_job_listing .company img{-webkit-box-flex:0;-ms-flex:0 0 44px;flex:0 0 44px;max-width:44px}#job_preview .single_job_listing .company p.name{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0;padding-right:10px}#job_preview .single_job_listing .company p.tagline{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:0;padding-right:0;padding-top:10px}@media (max-width:992px){body.has-sidebar #job_preview ul.job-listing-meta,body.has-sidebar #resume_preview ul.job-listing-meta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:.5em}body.has-sidebar #job_preview ul.job-listing-meta li,body.has-sidebar #resume_preview ul.job-listing-meta li{margin-bottom:5px}body.has-sidebar #job_preview .job_listing_preview_title h2,body.has-sidebar #job_preview .resume_preview_title h2,body.has-sidebar #resume_preview .job_listing_preview_title h2,body.has-sidebar #resume_preview .resume_preview_title h2{clear:both;padding-top:15px}body.has-sidebar #job_preview .job_listing_preview_title .button,body.has-sidebar #job_preview .resume_preview_title .button,body.has-sidebar #resume_preview .job_listing_preview_title .button,body.has-sidebar #resume_preview .resume_preview_title .button{float:right;margin-right:0;margin-left:.25em;margin-bottom:.5em}body.has-sidebar #job_preview .job_listing_preview>h1,body.has-sidebar #resume_preview .job_listing_preview>h1{margin-bottom:.7rem}body.has-sidebar #job_preview .company p.name>a,body.has-sidebar #resume_preview .company p.name>a{float:right;margin-left:1em;margin-right:0}body.has-sidebar #job_preview .company p.name>strong,body.has-sidebar #resume_preview .company p.name>strong{display:inline-block;clear:both;width:100%}}@media (max-width:800px){#job_preview ul.job-listing-meta,#resume_preview ul.job-listing-meta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:.5em}#job_preview ul.job-listing-meta li,#resume_preview ul.job-listing-meta li{margin-bottom:5px}#job_preview .job_listing_preview_title h2,#job_preview .resume_preview_title h2,#resume_preview .job_listing_preview_title h2,#resume_preview .resume_preview_title h2{clear:both;padding-top:15px}#job_preview .job_listing_preview_title .button,#job_preview .resume_preview_title .button,#resume_preview .job_listing_preview_title .button,#resume_preview .resume_preview_title .button{float:right;margin-right:0;margin-left:.25em}#job_preview .job_listing_preview>h1,#resume_preview .job_listing_preview>h1{margin-bottom:.7rem}#job_preview .company p.name>a,#resume_preview .company p.name>a{float:right;margin-left:1em;margin-right:0}#job_preview .company p.name>strong,#resume_preview .company p.name>strong{display:inline-block;clear:both;width:100%}}.bb_application_details .job-manager-application-form{padding-top:35px}.bb_application_details .apply_with_resume p label{display:block;margin:0;width:29%;float:right;font-weight:700}.bb_application_details .apply_with_resume p{overflow:hidden}.bb_application_details .apply_with_resume p select,.bb_application_details .apply_with_resume p textarea{width:70%;float:left;vertical-align:middle}@media (max-width:544px){.bb_application_details .apply_with_resume p label{width:100%}.bb_application_details .apply_with_resume p select,.bb_application_details .apply_with_resume p textarea{width:100%}}.single-job_listing .mfp-bg{opacity:.4}.mfp-wrap.mfp-wrap{z-index:999991}.mfp-wrap .button.wp_job_manager_send_application_button{margin-right:30%}.mfp-wrap input[name=wp_job_manager_resumes_apply_with_resume]{margin-right:30%}div.resumes .resume_filters{background-color:transparent;margin-bottom:0}div.resumes .resume_filters .search_resumes{padding-right:0;padding-left:0;padding-top:0}div.resumes .resume_filters .search_resumes .search_categories .chosen-container-multi .chosen-choices{border-radius:4px;padding:0 15px;border:1px solid var(--bb-content-border-color);background-color:var(--bb-content-background-color);background-image:none;height:41px!important;line-height:38px}div.resumes .resume_filters .search_resumes .search_keywords{position:relative}div.resumes .resume_filters .search_resumes .search_keywords:before{content:"\ef10";font-family:bb-icons;font-size:18px;color:var(--bb-alternate-text-color);text-rendering:auto;-webkit-font-smoothing:antialiased;position:absolute;top:39px;right:10px}div.resumes .resume_filters .search_resumes .search_keywords input{border-radius:4px;padding:0 35px 0 15px}div.resumes .resume_filters .search_resumes .search_location{position:relative}div.resumes .resume_filters .search_resumes .search_location:before{content:"\eed1";font-family:bb-icons;font-size:22px;color:var(--bb-alternate-text-color);text-rendering:auto;-webkit-font-smoothing:antialiased;position:absolute;top:39px;right:13px}div.resumes .resume_filters .search_resumes .search_location input{border-radius:4px;padding:0 35px 0 15px}div.resumes .resume_filters .search_resumes .chosen-container-single .chosen-single{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:left 1rem center;font-family:inherit;font-size:15px;height:41px;outline:0;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:#313439}div.resumes .resume_filters .search_resumes .chosen-container-single .chosen-single span{line-height:40px}div.resumes .resume_filters .search_resumes .chosen-container-single .chosen-single div b{background-image:none}div.resumes .resume_filters .showing_resumes{background:var(--bb-content-background-color);border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0;border:1px solid var(--bb-content-border-color);border-bottom:0;padding:1em;font-size:14px}div.resumes .resume_filters .showing_resumes a{color:var(--bb-headings-color);font-size:0}div.resumes .resume_filters .showing_resumes a:hover{color:var(--bb-primary-color)}div.resumes .resume_filters .showing_resumes a:before{font-size:17px;text-rendering:auto;-webkit-font-smoothing:antialiased;line-height:1.6875rem;position:relative;top:1px;font-family:bb-icons;margin-left:7px}div.resumes .resume_filters .showing_resumes a.reset{padding-right:5px}div.resumes .resume_filters .showing_resumes a.reset:before{font-family:bb-icons;content:"\e828";font-size:24px;top:3px;margin-left:2px;line-height:1.3875rem}div.resumes ul.resumes{border:0;margin-bottom:0}div.resumes a.load_more_resumes{width:100%;margin:0 0 0 10px;border-bottom:0;text-transform:uppercase;font-size:12px;line-height:20px;color:var(--bb-primary-color)}div.resumes a.load_more_resumes:hover{color:var(--bb-primary-color);border:0;background-color:transparent}div.resumes a.load_more_resumes strong{font-weight:400;color:var(--bb-primary-color)}ul.resumes .listing-bookmarked div.candidate-column h3:before{display:none}ul.resumes li.resume.listing-bookmarked a div.candidate-column{position:relative}ul.resumes li.resume.listing-bookmarked a div.candidate-column:after{position:absolute;content:"\eef7";display:inline-block;width:16px;height:16px;-webkit-font-smoothing:antialiased;font-family:bb-icons!important;text-decoration:none;font-weight:500;font-style:normal;font-size:16px;line-height:16px;margin:0;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);color:var(--bb-primary-color)}@media (max-width:544px){ul.resumes li.resume.listing-bookmarked a div.candidate-column:after{display:none}}ul.resumes li.resume{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);margin:0 0 -1px;width:100%}.widget ul.resumes li.resume{border-width:0 0 1px}ul.resumes li.resume:first-child{border-top-right-radius:var(--bb-block-radius);border-top-left-radius:var(--bb-block-radius)}ul.resumes li.resume:last-child{border-bottom-right-radius:var(--bb-block-radius);border-bottom-left-radius:var(--bb-block-radius)}ul.resumes li.resume a{position:relative;-webkit-transition:all linear .2s;transition:all linear .2s;padding:1em;font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-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}ul.resumes li.resume a:hover{background-color:var(--bb-content-alternate-background-color);box-shadow:0 3px 24px 0 rgba(18,43,70,.08);border-right-color:#fff;border-left-color:#fff;border-radius:var(--bb-block-radius);position:relative;z-index:1}.widget ul.resumes li.resume a:hover{box-shadow:none}ul.resumes li.resume a img{border-radius:100%;width:44px;height:44px}ul.resumes li.resume a div.candidate-column{padding-right:54px}ul.resumes li.resume a div.candidate-column .candidate-title{color:var(--bb-alternate-text-color);font-size:14px}ul.resumes li.resume a div.candidate-column .candidate-title strong{font-weight:400}ul.resumes li.resume a div.candidate-column h3{font-weight:500}ul.resumes li.resume a div.candidate-column h3:before{font-size:14px;color:var(--bb-primary-color)}ul.resumes li.resume a .candidate-location-column{color:var(--bb-alternate-text-color)}ul.resumes li.resume a .candidate-location-column span.candidate-location:before{font-family:bb-icons;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;content:"\eed1";margin:0 0 0 3px}ul.resumes li.resume a .resume-posted-column{color:var(--bb-alternate-text-color)}@media (max-width:544px){ul.resumes li.resume a .resume-posted-column{text-align:center}}ul.resumes li.resume a .resume-category{font-size:12px}ul.resumes li.resume a .resume-category:before{font-size:12px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons;margin-left:2px;content:"\ee9e"}@media (max-width:544px){ul.resumes li.resume a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}ul.resumes li.resume a img{margin:0 auto 10px;position:static;width:64px;height:64px}ul.resumes li.resume a div.candidate-column{width:100%;float:none;text-align:center;padding:0 0 5px}ul.resumes li.resume a div.candidate-column h3:before{display:none}ul.resumes li.resume a .candidate-location-column{width:100%;text-align:center}ul.resumes li.resume a .candidate-location-column span.candidate-location:after{display:none}ul.resumes li.resume a .resume-meta{width:100%;text-align:center}}ul.resumes.loading{border:1px solid var(--bb-content-border-color);background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius)}ul.resumes li.no_resumes_found{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);margin:0 0 -1px;width:100%;border-bottom-right-radius:var(--bb-block-radius);border-bottom-left-radius:var(--bb-block-radius)}ul.resumes li.no_resumes_found.no_resumes_found{border:1px solid var(--bb-content-border-color)}div.resumes ul.resumes.loading{border:1px solid var(--bb-content-border-color)}@media (min-width:544px){ul.resumes li.resume a img{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}}.resume-manager-resumes{border-collapse:separate}.resume-manager-resumes thead tr th{border:0}.resume-manager-resumes tbody tr td{border-bottom:1px solid #e7eaec;background-color:#fff;font-size:14px}.resume-manager-resumes tbody tr td:first-child{border-right:1px solid #e7eaec;padding-right:1rem}.resume-manager-resumes tbody tr td:last-child{border-left:1px solid #e7eaec;padding-left:1rem}.resume-manager-resumes tbody tr td.resume-title>a{font-size:16px}.resume-manager-resumes tbody tr:first-child td{border-top:1px solid #e7eaec}.resume-manager-resumes tbody tr:first-child td:first-child{border-top-right-radius:4px}.resume-manager-resumes tbody tr:first-child td:last-child{border-top-left-radius:4px}.resume-manager-resumes tbody tr:last-child td:first-child{border-bottom-right-radius:4px}.resume-manager-resumes tbody tr:last-child td:last-child{border-bottom-left-radius:4px}.resume-manager-resumes tfoot tr td{border:0}body.single-resume article.resume .entry-content-wrap{padding-right:0;padding-left:0}body.single-resume article.resume .entry-content-wrap .entry-header{margin-bottom:.7rem}body.single-resume article.resume .entry-content-wrap .entry-header h1{font-weight:500;font-size:34px;line-height:42px}body.single-resume .entry-meta{margin-bottom:25px}body.single-resume .resume-aside{box-shadow:none;border:0;overflow:visible;margin:0}body.single-resume .resume-aside .bb-candidate-photo{position:relative;text-align:center}body.single-resume .resume-aside .bb-candidate-photo img.candidate_photo{right:0;left:0;top:-5em;margin:auto;border-radius:100%;float:none;width:8em;height:8em;object-fit:cover}body.single-resume .resume-aside .bb-candidate-data{padding:3.5em 0 0}body.single-resume .resume-aside .bb-candidate-data>h3{text-align:right;text-transform:uppercase;font-size:14px;font-weight:500;margin-bottom:.5em}body.single-resume .resume-aside .bb-candidate-data p{font-size:14px;line-height:32px}body.single-resume .resume-aside .bb-candidate-data p a{color:#7f868f}body.single-resume .resume-aside .bb-candidate-data p a:hover{color:var(--bb-primary-color)}body.single-resume .resume-aside .bb-candidate-data p.job-title{padding:0;color:#7f868f;font-weight:400}body.single-resume .resume-aside .bb-candidate-data p.job-title:before{content:"\ef52";font-family:bb-icons;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:7px}body.single-resume .resume-aside .bb-candidate-data p.resume-category{padding:0;color:#939597;font-weight:400;margin-bottom:0}body.single-resume .resume-aside .bb-candidate-data p.resume-category:before{font-size:13px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons;margin-left:8px;margin-right:3px;content:"\ee9e"}body.single-resume .resume-aside .bb-candidate-data p.location{padding:0}body.single-resume .resume-aside .bb-candidate-data p.location a:before{content:"\eed1";font-family:bb-icons!important;font-size:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:5px}body.single-resume .resume-aside ul.resume-links{float:none;max-width:100%}body.single-resume .resume-aside ul.resume-links li{float:none;margin:0;font-size:14px;line-height:32px}body.single-resume .resume-aside ul.resume-links li.resume-link a:before{content:"\e876";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:7px;line-height:33px}body.single-resume .resume-aside ul.resume-links li.resume-link.resume-link-facebook a:before{content:"\edd2"}body.single-resume .resume-aside ul.resume-links li.resume-link.resume-link-twitter a:before{content:"\edf4"}body.single-resume .resume-aside ul.resume-links li.resume-link.resume-link-instagram a:before{content:"\eddc";font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons!important;margin-left:6px;margin-right:2px}body.single-resume .resume-aside ul.resume-links li.resume-link.resume-link-github a:before{content:"\edd6";font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons!important;margin-left:6px;margin-right:2px}body.single-resume .resume-aside ul.resume-links li.resume-file a:before{font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons!important;margin-left:7px;margin-right:1px;content:"\ee6e"}body.single-resume .resume-aside ul.resume-links li a{color:var(--bb-alternate-text-color)}body.single-resume .resume-aside ul.resume-links li a:hover{color:var(--bb-primary-color)}body.single-resume .resume-aside form.wp-job-manager-bookmarks-form{text-align:right}body.single-resume .resume-aside form.wp-job-manager-bookmarks-form a.bookmark-notice{padding:0 0 1em;line-height:32px}body.single-resume .resume-aside form.wp-job-manager-bookmarks-form a.bookmark-notice:before{margin-left:7px}body.single-resume .resume-aside .resume_contact{text-align:center;padding-right:0;font-size:16px}body.single-resume .resume-aside .resume_contact .resume_contact_button{float:none;padding:10px 40px;font-size:15px;width:100%;margin:0}body.single-resume .resume-aside .resume_contact .resume_contact_details{float:none;margin-right:auto;margin-left:auto;margin-top:1em;width:90%;display:none;border-color:var(--bb-content-border-color)}body.single-resume .resume-aside .resume_contact .resume_contact_details:before{margin:-20px auto 0;left:0;top:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid var(--bb-content-border-color)}body.single-resume .resume-aside .resume_contact .resume_contact_details:after{margin:-18px auto 0;left:0;top:0;border-left:9px solid transparent;border-right:9px solid transparent;border-bottom:9px solid var(--bb-content-background-color)}body.single-resume .resume-aside .resume_contact .resume_contact_details a{color:var(--bb-primary-color)}body.single-resume ul.meta{font-size:14px}body.single-resume ul.meta li{padding:.5em 0 .5em .9em;color:var(--bb-alternate-text-color)}body.single-resume ul.meta li.date-posted:before{content:"\e884";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:7px}body.single-resume ul.meta li.resume-category:before{content:"\eeae";font-family:bb-icons!important;font-size:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:7px;margin-top:2px;display:none}body.single-resume ul.meta li.candidate-location a{color:var(--bb-alternate-text-color)}body.single-resume ul.meta li.candidate-location a:hover{color:var(--bb-primary-color)}body.single-resume ul.meta li.candidate-location:before{content:"\eed1";font-family:bb-icons!important;font-size:19px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:4px}.single-resume .candidate-video{border-top:0;padding:0;margin:0 0 1em;position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.single-resume .candidate-video iframe{position:absolute;top:0;right:0;width:100%;height:100%;margin:0;display:block}.single-resume-content{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);padding:20px}.single-resume-content .resume-aside{border:0;box-shadow:none;padding:0}.single-resume-content .resume_contact{text-align:center;padding-right:0;font-size:16px}.single-resume-content .resume_contact .resume_contact_button{float:none;padding:10px 40px;font-size:15px}@media (max-width:544px){.single-resume-content .resume_contact .resume_contact_button{width:85%}}.single-resume-content .resume_contact .resume_contact_details{float:none;margin-right:auto;margin-left:auto;margin-top:1em;display:none}.single-resume-content .resume_contact .resume_contact_details:before{margin:-20px auto 0;left:0;top:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #eee}.single-resume-content .resume_contact .resume_contact_details:after{margin:-18px auto 0;left:0;top:0;border-left:9px solid transparent;border-right:9px solid transparent;border-bottom:9px solid #fff}@media (max-width:544px){.single-resume-content .resume_contact .resume_contact_details{width:95%}}.single-resume-content>h2{margin-bottom:.5rem;font-weight:500}.single-resume-content .resume-manager-experience{border-top:0}.single-resume-content .resume-manager-experience dt{border-right:0}.single-resume-content .resume-manager-experience dd{border-right:0}.single-resume-content .resume-manager-experience .sub-date{font-size:14px;color:var(--bb-alternate-text-color);font-weight:500}.single-resume-content .resume-manager-experience h3 strong{font-weight:500}.single-resume-content .resume-manager-experience h3:before{margin-top:1.3em;background:var(--bb-headings-color)}.single-resume-content .resume-manager-education{border-top:0}.single-resume-content .resume-manager-education dt{border-right:0}.single-resume-content .resume-manager-education dd{border-right:0}.single-resume-content .resume-manager-education .sub-date{font-size:14px;color:var(--bb-alternate-text-color);font-weight:500}.single-resume-content .resume-manager-education h3 strong{font-weight:500}.single-resume-content .resume-manager-education h3:before{margin-top:1.3em;background:var(--bb-headings-color)}.single-resume-content .resume-manager-skills li{width:auto;padding:0 .5em 0 0;color:var(--bb-headings-color)}.single-resume-content .resume-manager-skills li:first-child{padding-right:0}.single-resume-content .resume-manager-skills li:after{content:"|";padding:0 .5em 0 0}.single-resume-content .resume-manager-skills li:last-child:after{display:none}@media (max-width:544px){.single-resume-content .resume-manager-skills li{width:100%;padding-right:0}.single-resume-content .resume-manager-skills li:after{display:none}}#resume_preview .single-resume .entry-content-job{display:block;padding:0;margin:0}#resume_preview .single-resume .entry-content-job .entry-primary{padding:0}#resume_preview .single-resume .entry-content-job .entry-primary .single-resume-content{border:0;padding:0}#resume_preview .single-resume .entry-content-job .entry-secondary{display:block;width:100%;max-width:100%;padding-right:0;padding-left:0}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar{border:0}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .resume-aside{margin-bottom:1em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .resume-aside .resume-links .resume-link a:before{content:"\eec8";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:5px}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .resume-aside .bb-candidate-data>h3{margin:0;margin-right:15px}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data{font-size:14px}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data p.location{float:left;padding-right:1em}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data p.location a:before{content:"\eed1";font-family:bb-icons!important;font-size:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:5px}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data p.job-title{float:left;padding-right:1em;font-weight:400}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data p.job-title:before{content:"\ef52";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:5px}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data ul.resume-links{float:none;max-width:100%}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data ul.resume-links li.resume-link a:before{content:"\eec8";font-family:bb-icons;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:7px}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data ul.resume-links li.resume-link.resume-link-facebook a:before{content:"\edd2"}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data ul.resume-links li.resume-link.resume-link-twitter a:before{content:"\edf4"}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data ul.resume-links li.resume-link.resume-link-instagram a:before{content:"\eddc";font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons;margin-left:6px;margin-right:2px}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data ul.resume-links li.resume-link.resume-link-github a:before{content:"\edd6";font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons;margin-left:6px;margin-right:2px}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data ul.resume-links li.resume-file a:before{font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons;margin-left:7px;margin-right:1px;content:"\ee6e"}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data ul.resume-links li a{color:var(--bb-alternate-text-color)}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data ul.resume-links li a:hover{color:var(--bb-primary-color)}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data p.resume-category{padding:0;color:#7f868f;font-weight:400;margin-bottom:0}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data p.resume-category:before{font-size:13px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons;margin-left:8px;margin-right:3px;content:"\ee9e"}#resume_preview .single-resume ul.meta{font-size:14px}#resume_preview .single-resume ul.meta li.resume-category:before{display:none}#resume_preview .single-resume ul.meta li.date-posted:before{content:"\e884";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:7px}#resume_preview .single-resume ul.meta li.candidate-location a{color:var(--bb-alternate-text-color)}#resume_preview .single-resume ul.meta li.candidate-location a:hover{color:var(--bb-primary-color)}#resume_preview .single-resume ul.meta li.candidate-location:before{content:"\eed1";font-family:bb-icons!important;font-size:19px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:4px}@media (max-width:992px){body.has-sidebar #resume_preview .single-resume .bb-candidate-data ul.resume-links{float:right;max-width:100%}body.has-sidebar #resume_preview .single-resume .bb-candidate-data ul.resume-links li{float:none;width:100%;margin:0 0 .3em .3em}body.has-sidebar #resume_preview .single-resume .bb-candidate-data p.resume-category{clear:both}}@media (max-width:800px){#resume_preview .single-resume .bb-candidate-data ul.resume-links{float:right;max-width:100%}#resume_preview .single-resume .bb-candidate-data ul.resume-links li{float:none;width:100%;margin:0 0 .3em .3em}#resume_preview .single-resume .bb-candidate-data p.resume-category{clear:both}}#submit-resume-form .fieldset-candidate_photo>label,#submit-resume-form .fieldset-resume_category>label,#submit-resume-form .fieldset-resume_file>label{pointer-events:none;cursor:default}#submit-resume-form>p:last-child{text-align:left}#submit-resume-form p input[type=submit]{margin-right:30%;padding-right:40px;padding-left:40px}@media (max-width:800px){#submit-resume-form fieldset label{width:100%;float:none;margin-bottom:5px}#submit-resume-form fieldset div.field{width:100%;float:none}}@media (max-width:992px){body.has-sidebar #submit-resume-form fieldset fieldset{padding-bottom:0}body.has-sidebar #submit-resume-form fieldset fieldset label{width:100%;float:none;margin-bottom:5px}body.has-sidebar #submit-resume-form fieldset fieldset div.field{width:100%;float:none}}#job-manager-job-dashboard>p{font-size:16px;color:var(--bb-alternate-text-color);margin-bottom:10px}#job-manager-job-dashboard table.job-manager-jobs{border-collapse:separate;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}#job-manager-job-dashboard table.job-manager-jobs td,#job-manager-job-dashboard table.job-manager-jobs th{background-color:#fff}#job-manager-job-dashboard table.job-manager-jobs td:first-child,#job-manager-job-dashboard table.job-manager-jobs th:first-child{padding-right:1em}#job-manager-job-dashboard table.job-manager-jobs thead th{text-transform:uppercase;font-size:14px;font-weight:500;color:var(--bb-alternate-text-color);white-space:nowrap;padding-top:1rem;padding-bottom:1rem}#job-manager-job-dashboard table.job-manager-jobs thead tr:first-child th:first-child{border-radius:0 4px 0 0;border-right:1px solid rgba(0,0,0,.05)}#job-manager-job-dashboard table.job-manager-jobs thead tr:first-child th:last-child{border-radius:4px 0 0 0;border-left:1px solid rgba(0,0,0,.05)}#job-manager-job-dashboard table.job-manager-jobs thead tr:first-child th{border-top:1px solid rgba(0,0,0,.05)}#job-manager-job-dashboard table.job-manager-jobs tbody tr{-webkit-transform:translateZ(-1em);transform:translateZ(-1em);position:relative;z-index:0}#job-manager-job-dashboard table.job-manager-jobs tbody tr td{border-bottom:0;font-size:14px;color:var(--bb-alternate-text-color);padding-top:1em;padding-bottom:1em}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.filled img.emoji{opacity:.5}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.job_title{font-size:16px}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.job_title>a{color:var(--bb-headings-color)}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.job_title>a:hover{color:var(--bb-primary-color)}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.job_title small{font-size:12px}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.job_title ul{font-size:13px}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.job_title ul li .job-dashboard-action-delete{color:var(--bb-danger-color)}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.applications>a{color:var(--bb-headings-color)}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.applications>a:hover{color:var(--bb-primary-color)}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.bb-ctrls{max-width:40px}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.bb-ctrls .bs-dropdown-wrap{width:35px}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.bb-ctrls a.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;pointer-events:none}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.bb-ctrls a.bs-dropdown-link.active,#job-manager-job-dashboard table.job-manager-jobs tbody tr td.bb-ctrls a.bs-dropdown-link:hover{background:100% 0;opacity:1}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.bb-ctrls i{font-size:20px}#job-manager-job-dashboard table.job-manager-jobs tbody tr:hover{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 3px 24px 0 rgba(18,43,70,.08);position:relative;z-index:9}#job-manager-job-dashboard table.job-manager-jobs tbody tr:last-child td{border-bottom:1px solid rgba(0,0,0,.05)}#job-manager-job-dashboard table.job-manager-jobs tbody tr:last-child td:first-child{border-radius:0 0 4px 0}#job-manager-job-dashboard table.job-manager-jobs tbody tr:last-child td:last-child{border-radius:0 0 0 4px}#job-manager-job-dashboard table.job-manager-jobs tbody td:first-child{border-right:1px solid rgba(0,0,0,.05)}#job-manager-job-dashboard table.job-manager-jobs tbody td:last-child{border-left:1px solid rgba(0,0,0,.05)}#job-manager-job-dashboard .bb-ctrls .bs-dropdown a:hover{background-color:var(--bb-body-background-color)}#job-manager-job-dashboard .bb-ctrls .bs-dropdown a:before{font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased;line-height:10px;position:relative;top:1px;font-family:bb-icons;margin-left:7px}#job-manager-job-dashboard .bb-ctrls .bs-dropdown a.job-dashboard-action-edit:before{content:"\ee5a"}#job-manager-job-dashboard .bb-ctrls .bs-dropdown a.job-dashboard-action-mark_filled:before{content:"\e875"}#job-manager-job-dashboard .bb-ctrls .bs-dropdown a.job-dashboard-action-mark_not_filled:before{content:"\e881"}#job-manager-job-dashboard .bb-ctrls .bs-dropdown a.job-dashboard-action-duplicate:before{content:"\ee59"}#job-manager-job-dashboard .bb-ctrls .bs-dropdown a.job-dashboard-action-delete{color:var(--bb-danger-color)}#job-manager-job-dashboard .bb-ctrls .bs-dropdown a.job-dashboard-action-delete:before{content:"\ef48"}#resume-manager-candidate-dashboard{overflow:auto}#resume-manager-candidate-dashboard>p{font-size:16px;color:#939597;margin-bottom:10px}#resume-manager-candidate-dashboard table.resume-manager-resumes{border-collapse:separate;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}#resume-manager-candidate-dashboard table.resume-manager-resumes td,#resume-manager-candidate-dashboard table.resume-manager-resumes th{background-color:#fff}#resume-manager-candidate-dashboard table.resume-manager-resumes td:first-child,#resume-manager-candidate-dashboard table.resume-manager-resumes th:first-child{padding-right:1em}#resume-manager-candidate-dashboard table.resume-manager-resumes thead th{text-transform:uppercase;font-size:14px;font-weight:400;color:#939597;white-space:nowrap}#resume-manager-candidate-dashboard table.resume-manager-resumes thead tr:first-child th:first-child{border-radius:0 4px 0 0;border-right:1px solid rgba(0,0,0,.05)}#resume-manager-candidate-dashboard table.resume-manager-resumes thead tr:first-child th:last-child{border-radius:4px 0 0 0;border-left:1px solid rgba(0,0,0,.05)}#resume-manager-candidate-dashboard table.resume-manager-resumes thead tr:first-child th{border-top:1px solid rgba(0,0,0,.05)}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr{-webkit-transform:translateZ(-1em);transform:translateZ(-1em);position:relative;z-index:0}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td{border-bottom:0;font-size:14px;color:#939597}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td.resume-title>a{color:var(--bb-headings-color)}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td.resume-title>a:hover{color:var(--bb-primary-color)}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td ul li .candidate-dashboard-action-delete{color:var(--bb-danger-color)}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td.bb-ctrls{max-width:55px}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td.bb-ctrls a.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;pointer-events:none}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td.bb-ctrls a.bs-dropdown-link.active,#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td.bb-ctrls a.bs-dropdown-link:hover{background:100% 0;opacity:1}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td.bb-ctrls i{font-size:20px}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td.candidate-location>span:before{content:"\eed1";font-family:bb-icons;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:relative;top:1px;margin-left:4px}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr:first-child td{border-radius:0}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr:last-child td{border-bottom:1px solid rgba(0,0,0,.05)}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr:hover{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 3px 24px 0 rgba(18,43,70,.08);position:relative;z-index:9}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody td:first-child{border-right:1px solid rgba(0,0,0,.05)}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody td:last-child{border-left:1px solid rgba(0,0,0,.05)}#resume-manager-candidate-dashboard table.resume-manager-resumes tfoot td{font-size:16px}#resume-manager-candidate-dashboard table.resume-manager-resumes tfoot tr:last-child td:first-child{border-radius:0 0 4px 0}#resume-manager-candidate-dashboard table.resume-manager-resumes tfoot tr:last-child td:last-child{border-radius:0 0 0 4px}#resume-manager-candidate-dashboard table.resume-manager-resumes tfoot tr:last-child td{border-bottom:1px solid rgba(0,0,0,.05)}#resume-manager-candidate-dashboard table.resume-manager-resumes tfoot td:first-child{border-right:1px solid rgba(0,0,0,.05)}#resume-manager-candidate-dashboard table.resume-manager-resumes tfoot td:last-child{border-left:1px solid rgba(0,0,0,.05)}#resume-manager-candidate-dashboard .bb-ctrls .bs-dropdown a:hover{background-color:var(--bb-body-background-color)!important}#resume-manager-candidate-dashboard .bb-ctrls .bs-dropdown a:before{font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased;line-height:10px;position:relative;top:1px;font-family:bb-icons;margin-left:7px}#resume-manager-candidate-dashboard .bb-ctrls .bs-dropdown a.candidate-dashboard-action-edit:before{content:"\ee5a"}#resume-manager-candidate-dashboard .bb-ctrls .bs-dropdown a.candidate-dashboard-action-publish:before{content:"\ee69"}#resume-manager-candidate-dashboard .bb-ctrls .bs-dropdown a.candidate-dashboard-action-hide:before{content:"\ee6a"}#resume-manager-candidate-dashboard .bb-ctrls .bs-dropdown a.candidate-dashboard-action-delete{color:var(--bb-danger-color)}#resume-manager-candidate-dashboard .bb-ctrls .bs-dropdown a.candidate-dashboard-action-delete:before{content:"\ef48"}#job-manager-job-applications .job-applications ul.job-applications .job-application header h3{vertical-align:middle}#job-manager-job-applications .job-applications ul.job-applications .job-application footer ul.actions{margin:0}#job-manager-job-applications .job-applications ul.job-applications .job-application footer ul.actions li a{padding:3em 1.5em 0}#job-manager-job-applications .job-applications ul.job-applications .job-application footer ul.actions li a:before{width:100%}@media screen and (max-width:544px){#job-manager-job-applications .job-applications ul.job-applications .job-application header{padding:2em 1em}#job-manager-job-applications .job-applications ul.job-applications .job-application footer ul.actions{width:100%;border-top:2px solid #eee}#job-manager-job-applications .job-applications ul.job-applications .job-application ul.meta{max-width:100%}}#job-manager-job-applications .job-applications ul.job-applications .job-application .job-application-meta{width:100%;margin:0 0 15px;border-radius:4px}.entry-content .job-manager-form fieldset{border:0;margin:0 0 30px;padding:0}.entry-content .job-manager-form label{display:inline-block;min-width:200px;padding-left:20px;vertical-align:top;font-size:15px;font-weight:500;margin-top:5px}.entry-content .job-manager-form .field{display:inline-block;min-width:65%;vertical-align:top}.entry-content .job-manager-form .field input{width:100%}.entry-content .job-manager-form .job-manager-chosen-select,.entry-content .job-manager-form select{width:100%}.entry-content .job-manager-form ul.chosen-choices{height:auto;background:#fff;min-width:100%;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0;list-style:none}.entry-content .job-manager-form li.search-field input[type=text]{min-width:160px;border:0;background:100% 0}.entry-content .job-manager-form ul.chosen-results{list-style:none;margin:0;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}.entry-content .job-manager-form ul.chosen-results li{font-size:13px;padding:1px 12px}.entry-content .job-manager-form li.search-choice{padding:0 12px 0 25px!important;position:relative;margin-right:8px!important;text-align:center;height:26px;margin-top:6px!important;margin-left:0!important}.entry-content .job-manager-form a.search-choice-close{position:absolute;line-height:1;top:6px}.entry-content .job-manager-form .search-choice-close:after{content:"\e828";font:normal normal normal 14px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.entry-content .job-manager-form .chosen-drop{display:none}.entry-content .job-manager-form .chosen-container-active .chosen-drop{display:block}.entry-content .job-manager-form #widget_job_type_chosen{width:100%!important}.entry-content .job-manager-form #widget-get-code{padding-right:30px;padding-left:30px}@media (min-width:544px){.entry-content .job-manager-form #widget-get-code{margin-right:200px}}@media (max-width:1185px){.has-sidebar .entry-content .job-manager-form .field,.has-sidebar .entry-content .job-manager-form label{width:100%}.has-sidebar .entry-content .job-manager-form .field{min-width:100%}.has-sidebar .entry-content .job-manager-form #widget-get-code{margin:0}}@media (max-width:640px){.entry-content .job-manager-form .field,.entry-content .job-manager-form label{width:100%}.entry-content .job-manager-form #widget-get-code{margin:0}} \ No newline at end of file +div.job_listings a.load_more_jobs{width:100%;margin:0;padding:1em;border-bottom:0;text-transform:uppercase;font-size:12px;line-height:20px;color:var(--bb-primary-color)}div.job_listings a.load_more_jobs:hover{color:var(--bb-primary-color);border:0;background-color:transparent}div.job_listings a.load_more_jobs strong{font-weight:400;color:var(--bb-primary-color)}ul.job_listings .listing-bookmarked .position h3:before{display:none}ul.job_listings .listing-bookmarked div.position{position:relative}ul.job_listings .listing-bookmarked div.position:after{position:absolute;content:"\eef7";display:inline-block;width:16px;height:16px;-webkit-font-smoothing:antialiased;font-family:bb-icons!important;text-decoration:none;font-weight:500;font-style:normal;font-size:16px;line-height:16px;margin:0;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);color:var(--bb-primary-color)}@media (max-width:544px){ul.job_listings .listing-bookmarked div.position{position:initial}ul.job_listings .listing-bookmarked div.position:after{top:10px;left:10px;-webkit-transform:none;-ms-transform:none;transform:none}}@media (max-width:544px){.job_manager ul.job_listings li.job_listing a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.job_manager ul.job_listings li.job_listing a img.company_logo{visibility:visible}ul.job_listings{border-top:0}ul.job_listings.loading{box-shadow:0 0 0 1px var(--bb-content-border-color);background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius)}ul.job_listings li.job_listing{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);margin:0 0 -1px}ul.job_listings li.job_listing:first-child{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}ul.job_listings li.job_listing:last-child{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)}.widget ul.job_listings li.job_listing{border-width:0 0 1px;margin:0}.widget ul.job_listings li.job_listing:last-child{border:0}ul.job_listings li.job_listing a{position:relative;-webkit-transition:all linear .2s;transition:all linear .2s;padding:.6em 1em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}ul.job_listings li.job_listing a:hover{background-color:var(--bb-content-alternate-background-color);box-shadow:0 3px 24px 0 rgba(18,43,70,.08);border-right-color:#fff;border-left-color:#fff;border-radius:var(--bb-block-radius);position:relative;z-index:1}ul.job_listings li.job_listing a:hover div.position h3{color:var(--bb-primary-color)}.widget ul.job_listings li.job_listing a:hover{box-shadow:none;background-color:#fff}ul.job_listings li.job_listing a .image{margin-left:15px}ul.job_listings li.job_listing a img.company_logo{border-radius:100%;width:44px;height:auto;margin:0;padding:0;max-width:inherit;object-fit:cover;right:1em}@media (max-width:800px){ul.job_listings li.job_listing a img.company_logo{visibility:visible}}ul.job_listings li.job_listing a div.position{padding:0 60px 0 0}ul.job_listings li.job_listing a div.position h3 .job-manager-applications-applied-notice{font-size:12px;color:#48bf1e;line-height:18px;padding-top:2px;margin-left:.6em;position:relative;top:10px}ul.job_listings li.job_listing a div.position h3 .job-manager-applications-applied-notice:before{font-size:12px}ul.job_listings li.job_listing a div.position h3:before{font-size:14px;color:var(--bb-primary-color);line-height:18px;margin-right:1em;margin-left:.5em;padding-top:2px;position:relative;top:10px}@media (max-width:800px){ul.job_listings li.job_listing a div.location{text-align:right;width:25%}}@media (max-width:544px){ul.job_listings li.job_listing a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}ul.job_listings li.job_listing a img.company_logo{margin:0 auto 10px;position:static;width:64px;height:64px}ul.job_listings li.job_listing a div.position{width:100%;margin-bottom:10px;text-align:center;float:none;padding:0}ul.job_listings li.job_listing a div.position h3 .job-manager-applications-applied-notice{display:block;float:none;top:0}ul.job_listings li.job_listing a div.position h3:before{display:none;top:0}ul.job_listings li.job_listing a div.position div.company{width:100%}ul.job_listings li.job_listing a div.location{width:100%;text-align:center;margin-bottom:5px;padding:0;top:0}ul.job_listings li.job_listing a div.location:after{display:none}ul.job_listings li.job_listing a ul.meta{width:100%;text-align:center;padding:0}}ul.job_listings li.job_listing a div.position .company{font-size:14px;line-height:1.35;display:block;display:-webkit-box;max-height:1.35em;margin:0;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:85%;color:var(--bb-alternate-text-color)}ul.job_listings li.job_listing a div.position .company strong{font-weight:400}ul.job_listings li.job_listing a div.location{color:var(--bb-alternate-text-color);text-align:right}ul.job_listings li.job_listing div.location{font-size:14px;position:relative;top:10px}ul.job_listings li.job_listing div.location:before{content:"\eed1";font-family:bb-icons;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased}ul.job_listings li.job_listing div.location:after{content:"\00a0";display:block;font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased}ul.job_listings li.job_listing ul.meta li.job-type{display:inline-block;border-radius:100px;font-size:11px;padding:4px 10px;line-height:1;text-align:center}ul.job_listings li.job_listing ul.meta li.job-type.internship{background-color:#e6ddfb;color:#6033cc}ul.job_listings li.job_listing ul.meta li.job-type.freelance{background-color:#dcf2fd;color:#39c}ul.job_listings li.job_listing ul.meta li.job-type.full-time{background-color:#e4f6dd;color:#48bf1e}ul.job_listings li.job_listing ul.meta li.job-type.part-time{background-color:#fff6ef;color:#f08d3c}ul.job_listings li.job_listing ul.meta li.job-type.temporary{background-color:#ffe2e0;color:#d93674}ul.job_listings li.job_listing ul.meta li.date{font-size:12px;color:var(--bb-alternate-text-color);line-height:18px;padding-top:5px}ul.job_listings li.job_listing ul.meta li.application-deadline,ul.job_listings li.job_listing ul.meta li.application-deadline label{font-size:12px;color:#bdbdbd;line-height:18px;padding-top:5px}.elementor-widget ul.job_listings li.job_listing a{padding:1em}.elementor-widget ul.job_listings li.job_listing .image{float:right}.elementor-widget ul.job_listings li.job_listing .image img{right:0;position:relative}.elementor-widget ul.job_listings li.job_listing .content{overflow:hidden}.elementor-widget ul.job_listings li.job_listing ul.meta li{float:none}.elementor-widget ul.job_listings li.job_listing ul.meta li.job-type{padding:4px 10px}.elementor-widget ul.job_listings li.job_listing ul.meta li:after{padding:0 .5em 0 0}ul.job_listings li.no_job_listings_found{background-color:#fff;border:1px solid #e7eaec;margin:0 0 -1px;border-radius:4px}.job_filters{background-color:transparent;margin-bottom:0}.job_filters div.search_jobs>:not(div[style]){padding:0 10px}.job_filters .search_jobs{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;padding:0 0 15px 10px;margin:0 -10px}.job_filters .search_jobs div.search_submit{padding-top:0;margin:0 10px 10px 0}.job_filters .search_jobs div.search_keywords,.job_filters .search_jobs div.search_location{float:none;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:20%;margin-bottom:10px;padding:0 10px}.job_filters .search_jobs .search_categories{-webkit-box-flex:1;-ms-flex:1;flex:1}.job_filters .search_jobs .search_categories .chosen-container-multi .chosen-choices{border-radius:4px;padding:0 15px;border:1px solid var(--bb-content-border-color);background-color:var(--bb-content-background-color);background-image:none;height:41px!important;line-height:38px}.job_filters .search_jobs .search_categories select{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K)}.job_filters .search_jobs .search_keywords{position:relative}.job_filters .search_jobs .search_keywords:before{content:"\ef10";font-family:bb-icons;font-size:18px;color:#bdbdbd;text-rendering:auto;-webkit-font-smoothing:antialiased;position:absolute;top:7px;right:20px}.job_filters .search_jobs .search_keywords input{border-radius:4px;padding:0 35px 0 15px}.job_filters .search_jobs .search_location{position:relative}.job_filters .search_jobs .search_location:before{content:"\eed1";font-family:bb-icons;font-size:22px;color:#bdbdbd;text-rendering:auto;-webkit-font-smoothing:antialiased;position:absolute;top:7px;right:18px}.job_filters .search_jobs .search_location input{border-radius:4px;padding:0 35px 0 15px}.job_filters .search_jobs div.filter_wide{font-size:14px}.job_filters .search_jobs div.filter_wide .filter_by_tag_cloud a{display:inline-block;border-radius:100px;font-size:12px!important;padding:4px 10px 4px 6px;margin:0 2px;line-height:1;text-align:center;background-color:#eceef1;color:var(--bb-body-text-color);-webkit-transition:.2s linear all;transition:.2s linear all}.job_filters .search_jobs div.filter_wide .filter_by_tag_cloud a:hover{opacity:.8}.job_filters .search_jobs div.filter_wide .filter_by_tag_cloud a:after{content:"\e828";font-family:bb-icons;font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:relative;top:2px}.job_filters .search_jobs div.filter_wide .filter_by_tag_cloud a.active:after{content:"\e876";font-family:bb-icons;font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased}.job_filters .search_jobs .chosen-container-single .chosen-single{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:left 1rem center;font-family:inherit;font-size:15px;height:41px;outline:0;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:#313439}.job_filters .search_jobs .chosen-container-single .chosen-single span{line-height:40px}.job_filters .search_jobs .chosen-container-single .chosen-single div b{background-image:none}.job_filters .search_jobs .select2-container li.select2-search,.job_filters .search_jobs .select2-container li.select2-search input{margin:0;height:38px}.job_filters .search_jobs div.filter_wide,.job_filters .search_jobs div.search_categories{padding:0 10px;margin-bottom:10px}.job_filters .search_jobs .select2-container .select2-selection{border-color:var(--bb-content-border-color);background-color:var(--bb-content-background-color);padding:0 10px;line-height:.8}.job_filters .search_jobs .select2-container .select2-selection li{line-height:1.2;font-size:14px}.job_filters .search_jobs .select2-container .select2-selection .select2-selection__clear{margin-left:0;margin-top:14px}.job_filters .job_types{background-color:transparent;border-top:0;padding-bottom:1em}.job_filters .job_types li{border:0;padding:0 0 .5em 1.2em;float:right}.job_filters .job_types li:first-child{padding-right:0}.job_filters .job_types li label{font-size:14px}.job_filters .showing_jobs{background:var(--bb-content-background-color);border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0;border:1px solid var(--bb-content-border-color);border-bottom:0;padding:1em;font-size:14px}.job_filters .showing_jobs a{color:var(--bb-headings-color);font-size:0}.job_filters .showing_jobs a:hover{color:var(--bb-primary-color)}.job_filters .showing_jobs a span:before{font-size:17px;text-rendering:auto;-webkit-font-smoothing:antialiased;line-height:1.6875rem;position:relative;top:1px;font-family:bb-icons;margin-left:7px}.job_filters .showing_jobs a.reset{padding-right:5px}.job_filters .showing_jobs a.reset span:before{font-family:bb-icons;content:"\e828";font-size:24px;top:3px;margin-left:2px;line-height:1.3875rem}.job_filters .showing_jobs a.rss_link span:before{font-family:bb-icons;content:"\ef0d";font-size:16px;font-weight:600}.job_filters .showing_jobs a.alert span:before{font-family:bb-icons!important;content:"\e8a5";font-size:16px}.page-header .jobs-search{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:auto}.page-header .jobs-search div{position:relative}.page-header .jobs-search div.search_keywords:before{content:"\ef10";font-family:bb-icons;font-size:18px;color:#bdbdbd;text-rendering:auto;-webkit-font-smoothing:antialiased;position:absolute;top:7px;right:12px}.page-header .jobs-search div.search_location{margin-right:10px;max-width:170px}.page-header .jobs-search div.search_location:before{content:"\eed1";font-family:bb-icons;font-size:22px;color:#bdbdbd;text-rendering:auto;-webkit-font-smoothing:antialiased;position:absolute;top:7px;right:10px}.page-header .jobs-search div.search_location input{padding:0 35px 0 15px;background-color:#e9ebed;width:100%}.page-header .jobs-search div input{border-radius:100px;padding:0 35px 0 15px}.page-header .jobs-search div label{display:none}.job-manager-message{background-color:#fff;border:1px solid var(--bb-content-border-color);border-top-color:var(--bb-content-border-color)!important;border-radius:4px;font-size:16px;box-shadow:none}.job-manager-message:before{font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons;content:"\e875"!important}#job-manager-alerts>p{font-size:16px;color:#939597;margin-bottom:10px}#job-manager-alerts table.job-manager-alerts{border-collapse:separate;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;margin-bottom:15px}#job-manager-alerts table.job-manager-alerts td,#job-manager-alerts table.job-manager-alerts th{background-color:#fff;padding-top:1rem;padding-bottom:1rem}#job-manager-alerts table.job-manager-alerts td:first-child,#job-manager-alerts table.job-manager-alerts th:first-child{padding-right:1em}#job-manager-alerts table.job-manager-alerts td.bb-ctrls,#job-manager-alerts table.job-manager-alerts th.bb-ctrls{max-width:40px}#job-manager-alerts table.job-manager-alerts td.bb-ctrls .bs-dropdown-wrap,#job-manager-alerts table.job-manager-alerts th.bb-ctrls .bs-dropdown-wrap{width:35px;-webkit-transform:translateZ(0);transform:translateZ(0)}#job-manager-alerts table.job-manager-alerts td.bb-ctrls .bs-dropdown-wrap ul.bs-dropdown,#job-manager-alerts table.job-manager-alerts th.bb-ctrls .bs-dropdown-wrap ul.bs-dropdown{z-index:9;background-color:#fff;-webkit-transform:translateZ(0);transform:translateZ(0)}#job-manager-alerts table.job-manager-alerts td.bb-ctrls .bs-dropdown-wrap ul.bs-dropdown li,#job-manager-alerts table.job-manager-alerts th.bb-ctrls .bs-dropdown-wrap ul.bs-dropdown li{background-color:#fff}#job-manager-alerts table.job-manager-alerts td.bb-ctrls .bs-dropdown-wrap ul.bs-dropdown li a,#job-manager-alerts table.job-manager-alerts th.bb-ctrls .bs-dropdown-wrap ul.bs-dropdown li a{background-color:#fff;position:relative;z-index:999}#job-manager-alerts table.job-manager-alerts td.bb-ctrls a.bs-dropdown-link,#job-manager-alerts table.job-manager-alerts th.bb-ctrls a.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;position:relative;z-index:0;pointer-events:none}#job-manager-alerts table.job-manager-alerts td.bb-ctrls a.bs-dropdown-link.active,#job-manager-alerts table.job-manager-alerts td.bb-ctrls a.bs-dropdown-link:hover,#job-manager-alerts table.job-manager-alerts th.bb-ctrls a.bs-dropdown-link.active,#job-manager-alerts table.job-manager-alerts th.bb-ctrls a.bs-dropdown-link:hover{background:100% 0;opacity:1}#job-manager-alerts table.job-manager-alerts td.bb-ctrls i,#job-manager-alerts table.job-manager-alerts th.bb-ctrls i{font-size:20px}#job-manager-alerts table.job-manager-alerts thead th{text-transform:uppercase;font-size:14px;font-weight:500;color:var(--bb-alternate-text-color);white-space:nowrap}#job-manager-alerts table.job-manager-alerts thead tr:first-child th:first-child{border-radius:0 4px 0 0;border-right:1px solid rgba(0,0,0,.05)}#job-manager-alerts table.job-manager-alerts thead tr:first-child th:last-child{border-radius:4px 0 0 0;border-left:1px solid rgba(0,0,0,.05)}#job-manager-alerts table.job-manager-alerts thead tr:first-child th{border-top:1px solid rgba(0,0,0,.05)}#job-manager-alerts table.job-manager-alerts tbody tr{-webkit-transform:translateZ(-1em);transform:translateZ(-1em);position:relative;z-index:0}#job-manager-alerts table.job-manager-alerts tbody tr.alert-disabled td{opacity:1;background-color:var(--bb-body-background-color);color:#e0e1e1}#job-manager-alerts table.job-manager-alerts tbody tr td{border-bottom:0;font-size:14px;color:var(--bb-alternate-text-color)}#job-manager-alerts table.job-manager-alerts tbody tr td.alert_tag{min-width:65px}#job-manager-alerts table.job-manager-alerts tbody tr td small{font-size:12px;line-height:18px;margin-top:5px}#job-manager-alerts table.job-manager-alerts tbody tr td.alert_location>span:before{content:"\eed1";font-family:bb-icons;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:relative;top:1px;margin-left:4px}#job-manager-alerts table.job-manager-alerts tbody tr:hover{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 3px 24px 0 rgba(18,43,70,.08);position:relative;z-index:9}#job-manager-alerts table.job-manager-alerts tbody tr:last-child td{border-bottom:1px solid rgba(0,0,0,.05)}#job-manager-alerts table.job-manager-alerts tbody tr:last-child td:first-child{border-radius:0 0 4px 0}#job-manager-alerts table.job-manager-alerts tbody tr:last-child td:last-child{border-radius:0 0 0 4px}#job-manager-alerts table.job-manager-alerts tbody td:first-child{border-right:1px solid rgba(0,0,0,.05);font-size:16px}#job-manager-alerts table.job-manager-alerts tbody td:first-child ul{font-size:13px}#job-manager-alerts table.job-manager-alerts tbody td:first-child ul li .job-alerts-action-delete{color:var(--bb-danger-color)}#job-manager-alerts table.job-manager-alerts tbody td:last-child{border-left:1px solid rgba(0,0,0,.05)}#job-manager-alerts table.job-manager-alerts tfoot td{font-size:16px;padding:0;border:0;background-color:transparent}#job-manager-alerts table.job-manager-alerts tfoot td:first-child{padding-right:0}#job-manager-alerts table.job-manager-alerts tfoot td a{padding:5px 20px;margin-top:10px;font-size:14px;font-style:normal;color:#fff;background-color:var(--bb-primary-color);border-radius:100px;display:inline-block}#job-manager-alerts table.job-manager-alerts tfoot td a:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}#job-manager-alerts .wrap-job-manager-alerts,#job-manager-job-dashboard .wrap-job-manager-jobs{overflow-x:auto}.single-job-sidebar .wp-job-manager-bookmarks-form{text-align:right;margin:1em 0 0;border:0;font-size:14px}.wp-job-manager-bookmarks-form{text-align:right;margin:1em 0 0;border:0;font-size:14px}.wp-job-manager-bookmarks-form a.bookmark-notice{padding:0 0 0 .5em}.wp-job-manager-bookmarks-form a.bookmark-notice:before{text-align:center;margin:0 0 0 4px}.wp-job-manager-bookmarks-form a.remove-bookmark{float:none;color:var(--bb-danger-color)}.wp-job-manager-bookmarks-form .bookmark-details{text-align:right}.wp-job-manager-bookmarks-form .bookmark-details label{font-size:15px}.wp-job-manager-bookmarks-form .bookmark-details input[type=submit]{font-size:14px;min-height:34px;height:34px;padding:6px 20px}.bs-row-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bs-row-wrap>p{font-size:16px;color:var(--bb-alternate-text-color);margin-bottom:10px;margin-left:auto}.bs-row-wrap>a{padding:5px 20px;margin-bottom:10px;font-size:14px;font-style:normal;color:#fff;background-color:var(--bb-primary-color);border-radius:100px}.bs-row-wrap>a:before{font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased;line-height:10px;position:relative;top:1px;font-family:bb-icons;margin-left:3px;content:"\eef9"}.bs-row-wrap>a:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1);color:#fff}.entry-content-job{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-10px;margin-left:-10px;margin-bottom:20px}.entry-content-job .entry-primary{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 10px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.entry-content-job .entry-secondary{-webkit-box-flex:0;-ms-flex:0 0 380px;flex:0 0 380px;max-width:380px;padding-right:10px;padding-left:10px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.entry-content-job .entry-secondary .single-job-sidebar{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius)}@media (max-width:992px){.entry-content-job .entry-secondary{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding-top:.9375rem}body.single-resume .entry-content-job .entry-secondary{padding-top:5em}body.single-resume .entry-content-job .entry-secondary .resume_contact{display:none}}.ui-widget-content{border:1px solid var(--bb-content-border-color)}.ui-widget{font-family:inherit}.ui-datepicker.ui-widget{font-family:inherit}.ui-datepicker.ui-widget .ui-datepicker-header{background:#fff;border:0;font-weight:400;font-size:1em;margin:0 -.2em;padding-bottom:.6em;border-bottom:1px solid var(--bb-content-border-color);border-radius:0}.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-title{font-size:.9em;color:var(--bb-primary-color)}.ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-next,.ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-prev{border:1px solid #fff;background:#fff;top:0;cursor:pointer}.ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-next:hover,.ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-prev:hover{border:1px solid #fff;background:#fff}.ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-next span,.ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-prev span{background-image:none;position:static;margin:0;font-size:0;text-indent:0;width:100%;height:100%;text-align:center;line-height:1.8}.ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-next span:before,.ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-prev span:before{content:"\e827";font-family:bb-icons;font-weight:400;speak:none;display:inline-block;color:#939597;font-size:20px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-next{left:0}.ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-prev{right:0}.ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-prev span:before{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.ui-datepicker.ui-widget table{font-size:15px;border:0}.ui-datepicker.ui-widget table th{font-weight:400;color:#e0e1e1}.ui-datepicker.ui-widget table td{padding:0}.ui-datepicker.ui-widget table td a{text-align:center;line-height:34px;width:36px;padding:0}.ui-datepicker.ui-widget table .ui-state-default{background:#fff;border:1px solid #fff}.ui-datepicker.ui-widget table .ui-state-default.ui-state-active{background:var(--bb-primary-color);color:#fff;border-radius:100%}.single-job_listing .ui-widget.ui-widget-content{z-index:999991!important}.job-manager-error{background:var(--bb-danger-color);color:#fff;border:0;box-shadow:none;font-size:16px;border-radius:4px}.job-manager-error:before{color:#fff!important}.job-manager-info,.job_listing .job-manager-info{background:var(--bb-default-notice-color);color:#fff;border:0;box-shadow:none;font-size:16px;border-radius:var(--bb-block-radius)}.job-manager-info:before,.job_listing .job-manager-info:before{color:#fff!important;font-family:bb-icons;content:"\eebc";font-style:normal;font-weight:100}#job-manager-bookmarks table ul.job-manager-bookmark-actions li a.job-manager-bookmark-action-delete{color:var(--bb-danger-color)}table.job-manager-bookmarks{border-collapse:separate;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}table.job-manager-bookmarks td,table.job-manager-bookmarks th{background-color:#fff}table.job-manager-bookmarks td:first-child,table.job-manager-bookmarks th:first-child{padding-right:1em}table.job-manager-bookmarks thead th{text-transform:uppercase;font-size:14px;font-weight:400;color:var(--bb-alternate-text-color);white-space:nowrap;padding-top:1rem;padding-bottom:1rem}table.job-manager-bookmarks thead tr:first-child th:first-child{border-radius:0 4px 0 0;border-right:1px solid rgba(0,0,0,.05)}table.job-manager-bookmarks thead tr:first-child th:last-child{border-radius:4px 0 0 0;border-left:1px solid rgba(0,0,0,.05)}table.job-manager-bookmarks thead tr:first-child th{border-top:1px solid rgba(0,0,0,.05)}table.job-manager-bookmarks tbody tr{-webkit-transform:translateZ(-1em);transform:translateZ(-1em);position:relative;z-index:0}table.job-manager-bookmarks tbody tr td{border-bottom:0;font-size:14px;color:var(--bb-alternate-text-color);padding-top:1em;padding-bottom:1em}table.job-manager-bookmarks tbody tr td>p{margin-bottom:.6875rem}table.job-manager-bookmarks tbody tr td.bb-ctrls{max-width:40px;padding-left:1em;padding-right:0}table.job-manager-bookmarks tbody tr td.bb-ctrls .bs-dropdown-wrap{width:35px}table.job-manager-bookmarks tbody tr td.bb-ctrls a.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;pointer-events:none}table.job-manager-bookmarks tbody tr td.bb-ctrls a.bs-dropdown-link.active,table.job-manager-bookmarks tbody tr td.bb-ctrls a.bs-dropdown-link:hover{background:100% 0;opacity:1}table.job-manager-bookmarks tbody tr td.bb-ctrls i{font-size:20px}table.job-manager-bookmarks tbody tr:hover{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 3px 24px 0 rgba(18,43,70,.08);position:relative;z-index:9}table.job-manager-bookmarks tbody tr:last-child td{border-bottom:1px solid rgba(0,0,0,.05)}table.job-manager-bookmarks tbody tr:last-child td:first-child{border-radius:0 0 4px 0}table.job-manager-bookmarks tbody tr:last-child td:last-child{border-radius:0 0 0 4px}table.job-manager-bookmarks tbody td:first-child{border-right:1px solid rgba(0,0,0,.05)}table.job-manager-bookmarks tbody td:first-child a{color:var(--bb-headings-color)}table.job-manager-bookmarks tbody td:first-child a:hover{color:var(--bb-primary-color)}table.job-manager-bookmarks tbody td:last-child{border-left:1px solid rgba(0,0,0,.05)}.job-manager-form #widget-code-wrapper #widget-code-preview iframe{border:0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;border-radius:4px}.job-manager-form #widget-code-wrapper #widget-code-content textarea{width:100%;font-family:"Courier New",courier,"Lucida Sans Typewriter","Lucida Typewriter",monospace;font-size:12px;line-height:20px}.job-manager-form fieldset .account-sign-in{color:var(--bb-alternate-text-color)}.job-manager-form fieldset .account-sign-in a.button{padding:0 30px;height:33px;line-height:30px}.job-manager-form fieldset .account-sign-in a.button:before{display:none}.job-manager-form fieldset label{font-weight:700;line-height:1.6875rem}@media (max-width:992px){.job-manager-form fieldset label{line-height:1.5rem}}.job-manager-form fieldset .wp-editor-container button:hover{background-color:transparent;border:0}.job-manager-form fieldset .wp-editor-container .mce-toolbar .mce-btn-group .mce-btn{border:0}.job-manager-form fieldset .wp-editor-container .mce-toolbar .mce-btn-group .mce-btn:hover{box-shadow:none}.job-manager-form fieldset .wp-editor-container .mce-toolbar .mce-btn-group .mce-btn .mce-ico{color:#96a2ad}.job-manager-form fieldset .resume-manager-data-row{padding-top:15px}.job-manager-form fieldset .resume-manager-data-row a.resume-manager-remove-row,.job-manager-form fieldset .resume-manager-data-row a.resume-manager-remove-row:hover{margin:-.5em 0 0;color:var(--bb-alternate-text-color)}.job-manager-form fieldset a.resume-manager-add-row{border:1px solid var(--bb-primary-color);border-radius:100px;font-size:14px;padding:5px 15px;color:var(--bb-primary-color)}.job-manager-form fieldset a.resume-manager-add-row:hover{color:var(--bb-primary-color)}.job-manager-form fieldset>label[for=alert_cats],.job-manager-form fieldset>label[for=alert_job_type]{pointer-events:none;cursor:default}@media (max-width:544px){.job-manager-form fieldset{margin-bottom:0}.job-manager-form fieldset label{width:100%}.job-manager-form fieldset div.field{width:100%}}body:not(.bb-page-loaded) .job-embed-from fieldset div.field input[type=checkbox],body:not(.bb-page-loaded) .job-embed-from fieldset div.field select[multiple] option,body:not(.bb-page-loaded) .job-manager-form fieldset select[multiple] option{display:none}@media (max-width:800px){.jm-table-wrap{overflow-x:auto;overflow-x:scroll;overflow-y:hidden}.jm-table-wrap table{min-width:850px}.jm-table-wrap table.job-manager-alerts,.jm-table-wrap table.job-manager-jobs,.jm-table-wrap table.resume-manager-resumes{margin-bottom:40px}.jm-table-wrap table.job-manager-alerts td.bb-ctrls ul.bs-dropdown,.jm-table-wrap table.job-manager-jobs td.bb-ctrls ul.bs-dropdown,.jm-table-wrap table.resume-manager-resumes td.bb-ctrls ul.bs-dropdown{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row;flex-flow:row}.jm-table-wrap table.job-manager-alerts td.bb-ctrls ul.bs-dropdown li,.jm-table-wrap table.job-manager-jobs td.bb-ctrls ul.bs-dropdown li,.jm-table-wrap table.resume-manager-resumes td.bb-ctrls ul.bs-dropdown li{float:right;display:inline-block;width:auto}.jm-table-wrap table.job-manager-alerts td.bb-ctrls ul.bs-dropdown li a,.jm-table-wrap table.job-manager-jobs td.bb-ctrls ul.bs-dropdown li a,.jm-table-wrap table.resume-manager-resumes td.bb-ctrls ul.bs-dropdown li a{padding-right:8px;padding-left:8px;white-space:nowrap}}@media only screen and (min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi){.chosen-container-single .chosen-single div b{background-image:none!important}}.job-manager-form fieldset{border-bottom:0}.job-manager-form fieldset label{font-size:16px}.job-manager-form fieldset div.field{font-size:16px}.job-manager-form fieldset div.field small.description{font-size:12px;margin-top:.5em}.job-manager-form fieldset input[type=file]{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.job-manager-form fieldset input[placeholder]{text-overflow:ellipsis}.job-manager-form fieldset ::-webkit-input-placeholder{text-overflow:ellipsis}.job-manager-form fieldset :-ms-input-placeholder{text-overflow:ellipsis}.job-manager-form fieldset ::placeholder{text-overflow:ellipsis}.job-manager-form fieldset input:placeholder{text-overflow:ellipsis}.job-manager-form fieldset input[type=file]+label{font-size:16px;font-weight:700;color:var(--bb-primary-color);background-color:var(--bb-content-background-color);border:2px dashed var(--bb-content-border-color);width:100%;text-align:center;padding:2em 1em;display:inline-block;float:none;cursor:pointer}.job-manager-form fieldset input[type=file]+label:hover,.job-manager-form fieldset input[type=file]:focus+label{color:var(--bb-primary-color)}.job-manager-form fieldset select[multiple]{height:40px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:left 1rem center;padding-left:40px;overflow:hidden}.job-manager-form fieldset select::-ms-expand{display:none}.job-manager-form fieldset select:not([multiple=multiple]){background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K)}.job-manager-form fieldset .chosen-container-multi .chosen-choices{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:left 1rem center;font-family:inherit;font-size:15px;height:41px;outline:0;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}.job-manager-form fieldset .chosen-container-multi .chosen-choices li.search-field input[type=text]{color:#c3c6c9}.job-manager-form fieldset .chosen-container-multi .chosen-choices li.search-choice{margin-top:8px;font-size:12px;background-color:#eceef1;border-radius:100px;padding-right:10px;padding-left:25px;background-image:none;border:0;margin-right:0;margin-left:5px}.job-manager-form fieldset .chosen-container-multi .chosen-choices li.search-choice a.search-choice-close{left:8px;font-weight:400}.job-manager-form fieldset .resume-manager-data-row fieldset:last-child{border-bottom:1px dashed #eee}#submit-job-form .fieldset-company_logo>label,#submit-job-form .fieldset-job_category>label,#submit-job-form .fieldset-job_deadline>label,#submit-job-form .fieldset-job_type>label{pointer-events:none;cursor:default}#submit-job-form>p{font-size:16px}#submit-job-form p input[type=submit]{margin-right:30%;padding-right:40px;padding-left:40px}#submit-job-form .fieldset-job_deadline .field{position:relative}#submit-job-form .fieldset-job_deadline .field span.jm-clear{position:absolute;top:-30px;left:0;color:#ccc;cursor:pointer}#submit-job-form input.button.secondary.save_draft{margin-right:10px}#submit-job-form .fieldset-agreement-checkbox .field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}#submit-job-form .fieldset-agreement-checkbox .field input[type=checkbox]{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:auto}#submit-job-form .fieldset-agreement-checkbox .field label{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding-left:35px}@media screen and (max-width:1185px){#submit-job-form .fieldset-agreement-checkbox .field label{width:auto;padding-left:15px}}@media (max-width:544px){#submit-job-form fieldset label{width:100%;float:none;margin-bottom:5px}#submit-job-form fieldset div.field{width:100%;float:none}#submit-job-form input.button.secondary.save_draft{margin-right:0}#submit-job-form p input[type=submit]{margin-right:0;padding-right:35px;padding-left:35px}}.single-job_listing .entry-meta{margin-bottom:25px}article.job_listing ul.job-listing-meta{list-style:none outside;padding:0;margin:0 0 1.2em;overflow:hidden;zoom:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}article.job_listing ul.job-listing-meta li{line-height:1em;padding:2px 0 2px 10px;margin-bottom:5px;font-size:14px;color:var(--bb-alternate-text-color)}article.job_listing ul.job-listing-meta li.job-type{display:inline-block;border-radius:100px;font-size:11px;line-height:1;text-align:center;margin-left:1em;padding:4px 10px}article.job_listing ul.job-listing-meta li.job-type.internship{background-color:#e6ddfb;color:#6033cc}article.job_listing ul.job-listing-meta li.job-type.freelance{background-color:#dcf2fd;color:#39c}article.job_listing ul.job-listing-meta li.job-type.full-time{background-color:#e4f6dd;color:#48bf1e}article.job_listing ul.job-listing-meta li.job-type.part-time{background-color:#fff6ef;color:#f08d3c}article.job_listing ul.job-listing-meta li.job-type.temporary{background-color:#ffe2e0;color:#d93674}article.job_listing ul.job-listing-meta li.location{margin-left:.5em}article.job_listing ul.job-listing-meta li.location:before{content:"\eed1";font-family:bb-icons!important;font-size:20px;text-rendering:auto;display:inline-block;-webkit-font-smoothing:antialiased;margin-left:7px}article.job_listing ul.job-listing-meta li.location a{color:var(--bb-headings-color)}article.job_listing ul.job-listing-meta li.location a:hover{color:var(--bb-primary-color)}article.job_listing ul.job-listing-meta li.date-posted{margin-left:.5em}article.job_listing ul.job-listing-meta li.date-posted:before{content:"\e884";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:7px}article.job_listing ul.job-listing-meta li.salary{margin-left:.5em}article.job_listing ul.job-listing-meta li.salary:before{content:"\e86f";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:7px}article.job_listing ul.job-listing-meta li.position-filled:before{content:"\e876";font-family:bb-icons!important;font-size:26px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:5px;position:relative;top:3px}article.job_listing ul.job-listing-meta li.application-deadline:before{content:"\e884";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:7px}article.job_listing ul.job-listing-meta li.application-deadline,article.job_listing ul.job-listing-meta li.application-deadline label{font-size:14px;color:var(--bb-danger-color)}@media (max-width:544px){article.job_listing ul.job-listing-meta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:.5em}article.job_listing ul.job-listing-meta li{margin-bottom:5px}}article.job_listing .job-manager-applications-applied-notice{font-size:14px;color:#90da36}article.job_listing .entry-content .single_job_listing .company{box-shadow:none;border:0;padding:1em 0}article.job_listing .entry-content .single_job_listing .company img.company_logo{border-radius:100%;width:52px;height:52px;right:0;position:relative;object-fit:cover}article.job_listing .entry-content .single_job_listing .company p.name{margin-right:52px;padding-right:10px}article.job_listing .entry-content .single_job_listing .company p.name a{font-size:14px;color:#7f868f}article.job_listing .entry-content .single_job_listing .company p.name a:hover{color:var(--bb-primary-color)}article.job_listing .entry-content .single_job_listing .company p.name a:hover:before{color:#7f868f}article.job_listing .entry-content .single_job_listing .company p.name a.company_twitter:before{content:"\edf4 ";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:7px}article.job_listing .entry-content .single_job_listing .company p.name a.website:before{content:"\eec8";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:7px}article.job_listing .entry-content .single_job_listing .company p.tagline{margin-right:52px;padding-right:10px;font-size:14px}article.job_listing .entry-content .single_job_listing .job_description .job_tags{font-size:14px;color:#7f868f}article.job_listing .entry-content-job .application .application_button{padding:10px 40px;font-size:15px}article.job_listing .entry-content-job .application input.apply-with-facebook{float:none;margin-bottom:0;padding:10px 25px;font-size:15px;background-color:#3c5a9a;border-color:#3c5a9a;background-image:none}@media (max-width:544px){article.job_listing .entry-content-job .application .application_button,article.job_listing .entry-content-job .application input.apply-with-facebook{width:100%;margin-bottom:10px}}article.job_listing .single-job-sidebar figure.entry-img{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0;margin:0}article.job_listing .single-job-sidebar .job-media{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0;height:150px;padding:1em;background-color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}article.job_listing .single-job-sidebar .job-media img{max-height:100%;width:auto;border-radius:4px;margin:0 auto}article.job_listing .single-job-sidebar .company-bar{padding:20px}article.job_listing .single-job-sidebar .company-bar h3{text-align:right;text-transform:uppercase;font-size:14px;font-weight:500;margin-bottom:.5em}article.job_listing .single-job-sidebar .company-bar .company_logo{border-radius:100%;width:52px;height:52px;display:block;margin:0 auto}article.job_listing .single-job-sidebar .company-bar .application{text-align:center;margin-bottom:1em}article.job_listing .single-job-sidebar .company-bar .application .application_details{font-size:14px;line-height:21px;margin-top:15px}article.job_listing .single-job-sidebar .company-bar .application .application_details p{margin:0}article.job_listing .single-job-sidebar .company-bar .application .application_button{padding:10px 40px;width:100%}article.job_listing .single-job-sidebar .company-bar .application .apply-with-facebook{background-color:#3c5a9a;color:#fff;width:100%;margin-bottom:10px}article.job_listing .single-job-sidebar .name-meta{font-size:14px;color:var(--bb-alternate-text-color)}article.job_listing .single-job-sidebar .name-meta a{color:var(--bb-alternate-text-color)}article.job_listing .single-job-sidebar .name-meta a:hover{color:var(--bb-headings-color)}article.job_listing .single-job-sidebar .name-meta a:hover:before{color:var(--bb-alternate-text-color)}article.job_listing .single-job-sidebar .name-meta a:before{font-family:bb-icons!important;font-size:18px;display:inline-block;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:5px;position:relative;top:1px}article.job_listing .single-job-sidebar .name-meta a.website:before{content:"\eec8"}article.job_listing .single-job-sidebar .name-meta a.company_twitter:before{content:"\edf4"}article.job_listing .single-job-sidebar p.tagline{font-size:14px;color:var(--bb-alternate-text-color);line-height:21px;margin:1em 0 .5em}.single-job_listing article.job_listing .entry-content-wrap{padding-right:0;padding-left:0}.single-job_listing article.job_listing .entry-content-wrap .entry-header{margin-bottom:.7rem}.single-job_listing article.job_listing .entry-content-wrap .entry-header h1{font-weight:500;font-size:34px;line-height:42px}.single-job_listing article.job_listing .job-listing-meta-after-wrap .wp-job-manager-bookmarks-form a{padding:0 0 0 .5em}@media (max-width:992px){.single-job_listing article.job_listing .job-listing-meta-after-wrap .wp-job-manager-bookmarks-form a{display:block}}.entry-content-job .entry-primary .entry-content{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);padding:20px}.entry-content-job .entry-primary .entry-content .company_video{border-top:0;padding:1em 0 0;margin:0 0 1.5em;position:relative;padding-bottom:56.25%;padding-top:0;height:0;overflow:hidden}.entry-content-job .entry-primary .entry-content .company_video iframe{position:absolute;top:0;right:0;width:100%;height:100%;margin:0;display:block}.entry-content-job .entry-primary .single_job_listing .company,.entry-content-job .entry-primary .single_job_listing .job-manager-applications-applied-notice,.entry-content-job .entry-primary .single_job_listing .wp-job-manager-bookmarks-form,.entry-content-job .entry-primary .single_job_listing ul.job-listing-meta{display:none}.entry-content-job .entry-primary .single_job_listing .application{text-align:center;overflow:visible}.entry-content-job .entry-primary .single_job_listing .application .application_details{font-size:14px;line-height:21px;background:#fff;box-shadow:0 2px 3px 1px rgba(0,0,0,.05),0 5px 15px 0 rgba(18,43,70,.1);border-radius:4px}.entry-content-job .entry-primary .single_job_listing .application .application_details:before{right:0;left:0;margin-right:auto;margin-left:auto}.entry-content-job .entry-primary .single_job_listing .application .application_details:after{right:0;left:0;margin-right:auto;margin-left:auto}.entry-content-job .entry-primary .single_job_listing .job-manager-single-alert-link{text-align:center;font-size:14px;margin-bottom:10px}.entry-content-job .entry-primary .single_job_listing .job-manager-single-alert-link a:before{content:"\ee62";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin:0 0 0 7px}.entry-content-job .job_description{line-height:28px;letter-spacing:-.24px}.entry-content-job .job_description h1,.entry-content-job .job_description h2,.entry-content-job .job_description h3,.entry-content-job .job_description h4,.entry-content-job .job_description h5,.entry-content-job .job_description h6{font-weight:500;margin-bottom:.9rem}.post-related-jobs{margin-bottom:20px}.post-related-jobs ul.job_listings li.job_listing{border:0;width:100%}.post-related-jobs ul.job_listings_grid:not(.slick-initialized) li.job_listing{border:1px solid #e7eaec}.post-related-jobs ul.job_listings_grid:not(.slick-initialized) li.job_listing a{padding:1em}.post-related-jobs ul.job_listings_grid:not(.slick-initialized) li.job_listing a ul.meta li{display:none}.post-related-jobs ul.job_listings_grid:not(.slick-initialized) li.job_listing a ul.meta li.job-type{display:inline-block}.post-related-jobs ul.job_listings_grid:not(.slick-initialized) li.job_listing a div.position h3:before{top:12px}.post-related-jobs ul.job_listings_grid:not(.slick-initialized) li.job_listing a .location{line-height:1.3em}.post-related-jobs ul.job_listings_grid.slick-initialized{display:block;margin-right:-10px;margin-left:-10px}.post-related-jobs ul.job_listings_grid.slick-initialized li.job_listing{width:25%;float:right;padding-right:10px;padding-left:10px;margin:0;background-color:transparent}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);text-align:center}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related>a{min-height:285px;display:block}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related img.company_logo{position:static;float:none;width:100px;height:100px;margin:0 auto 10px;visibility:visible;-webkit-clip-path:circle(49% at 50% 50%);clip-path:circle(49% at 50% 50%);object-fit:cover}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related div.position{width:100%;padding:0;float:none}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related div.position h3{margin-bottom:10px}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related div.position h3:before{display:none}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related div.position .company{width:100%}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related div.position .company strong{color:var(--bb-alternate-text-color)}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related div.location{width:100%;padding:0;float:none;text-align:center;color:var(--bb-alternate-text-color)}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related ul.meta{width:100%;float:none;padding:10px 0 0;text-align:center}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related ul.meta li{display:none}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related ul.meta li.job-type{display:inline-block}.post-related-jobs ul.job_listings_grid.slick-initialized .slick-arrow{width:50px;height:50px;margin-top:-25px;opacity:1;background-color:var(--bb-content-background-color);box-shadow:0 0 6px 0 rgba(0,0,0,.09)}.post-related-jobs ul.job_listings_grid.slick-initialized .slick-arrow.bb-slide-next{left:-5px}.post-related-jobs ul.job_listings_grid.slick-initialized .slick-arrow.bb-slide-prev{right:-5px}.post-related-jobs ul.job_listings_grid.slick-initialized .slick-arrow i{color:var(--bb-headings-color);line-height:50px}.post-related-jobs ul.job_listings_grid.slick-initialized .slick-arrow.slick-disabled{cursor:default}.post-related-jobs ul.job_listings_grid.slick-initialized .slick-arrow.slick-disabled i{opacity:.2}@media (max-width:544px){.post-related-jobs ul.job_listings_grid{margin-right:0;margin-left:0}.post-related-jobs ul.job_listings_grid li.job_listing{padding-right:0;padding-left:0}}.post-related-jobs>h4{position:relative;text-transform:uppercase;font-weight:500;font-size:16px}.post-related-jobs>h4 .slick-arrow{width:30px;height:30px;margin-top:0;opacity:1;background:100% 0;box-shadow:none;float:left;top:5%}.post-related-jobs>h4 .slick-arrow.bb-slide-next{left:5px;top:0}.post-related-jobs>h4 .slick-arrow.bb-slide-prev{left:35px;right:inherit}.post-related-jobs>h4 .slick-arrow i{color:#939597}@media (min-width:1280px){.post-related-jobs>h4 .slick-arrow{display:none!important}}#job_preview .job_listing_preview,#job_preview .resume_preview,#resume_preview .job_listing_preview,#resume_preview .resume_preview{border:1px solid var(--bb-content-border-color);border-top:0;padding:1em;background-color:#fff;border-radius:0 0 4px 4px}#job_preview .job_listing_preview>h1,#job_preview .resume_preview>h1,#resume_preview .job_listing_preview>h1,#resume_preview .resume_preview>h1{font-weight:500}#job_preview .job_listing_preview .job_description .job_tags,#job_preview .resume_preview .job_description .job_tags,#resume_preview .job_listing_preview .job_description .job_tags,#resume_preview .resume_preview .job_description .job_tags{font-size:14px}#job_preview .job_listing_preview_title,#job_preview .resume_preview_title,#resume_preview .job_listing_preview_title,#resume_preview .resume_preview_title{border-radius:4px 4px 0 0;background-color:#fff;border:1px solid var(--bb-content-border-color);padding-bottom:1em;padding-top:1em}#job_preview .job_listing_preview_title input.button,#job_preview .resume_preview_title input.button,#resume_preview .job_listing_preview_title input.button,#resume_preview .resume_preview_title input.button{height:35px;max-height:35px;min-height:35px;padding:5px 20px}#job_preview ul.job-listing-meta,#resume_preview ul.job-listing-meta{list-style:none outside;padding:0;margin:0 0 1.5em;overflow:hidden;zoom:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#job_preview ul.job-listing-meta li,#resume_preview ul.job-listing-meta li{line-height:1em;padding:2px 0 2px 10px}#job_preview ul.job-listing-meta li.job-type,#resume_preview ul.job-listing-meta li.job-type{display:inline-block;border-radius:100px;font-size:11px;line-height:1;text-align:center;margin-left:1em;padding:4px 10px}#job_preview ul.job-listing-meta li.job-type.internship,#resume_preview ul.job-listing-meta li.job-type.internship{background-color:#e6ddfb;color:#6033cc}#job_preview ul.job-listing-meta li.job-type.freelance,#resume_preview ul.job-listing-meta li.job-type.freelance{background-color:#dcf2fd;color:#39c}#job_preview ul.job-listing-meta li.job-type.full-time,#resume_preview ul.job-listing-meta li.job-type.full-time{background-color:#e4f6dd;color:#90da36}#job_preview ul.job-listing-meta li.job-type.part-time,#resume_preview ul.job-listing-meta li.job-type.part-time{background-color:#fff6ef;color:#f08d3c}#job_preview ul.job-listing-meta li.job-type.temporary,#resume_preview ul.job-listing-meta li.job-type.temporary{background-color:#ffe2e0;color:#d93674}#job_preview ul.job-listing-meta li.location,#resume_preview ul.job-listing-meta li.location{font-size:14px;color:var(--bb-headings-color);margin-left:.5em}#job_preview ul.job-listing-meta li.location:before,#resume_preview ul.job-listing-meta li.location:before{content:"\eed1";font-family:bb-icons!important;font-size:20px;display:inline-block;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:7px}#job_preview ul.job-listing-meta li.location a,#resume_preview ul.job-listing-meta li.location a{color:#7f868f}#job_preview ul.job-listing-meta li.location a:hover,#resume_preview ul.job-listing-meta li.location a:hover{color:var(--bb-primary-color)}#job_preview ul.job-listing-meta li.date-posted,#resume_preview ul.job-listing-meta li.date-posted{font-size:14px;color:var(--bb-alternate-text-color);margin-left:.5em}#job_preview ul.job-listing-meta li.date-posted:before,#resume_preview ul.job-listing-meta li.date-posted:before{content:"\e884";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:7px}#job_preview ul.job-listing-meta li.application-deadline,#resume_preview ul.job-listing-meta li.application-deadline{font-size:14px;color:var(--bb-danger-color);margin-left:.5em}#job_preview ul.job-listing-meta li.application-deadline label,#resume_preview ul.job-listing-meta li.application-deadline label{font-size:14px;color:var(--bb-danger-color)}#job_preview ul.job-listing-meta li.application-deadline:before,#resume_preview ul.job-listing-meta li.application-deadline:before{content:"\e884";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:7px;color:var(--bb-danger-color)}#job_preview .single-resume .resume-aside,#job_preview .single_job_listing .company,#resume_preview .single-resume .resume-aside,#resume_preview .single_job_listing .company{box-shadow:none;border:0;padding:0}#job_preview .single-resume .resume-aside img,#job_preview .single_job_listing .company img,#resume_preview .single-resume .resume-aside img,#resume_preview .single_job_listing .company img{border-radius:100%;right:0;position:relative;width:44px;height:44px}#job_preview .single-resume .resume-aside .name,#job_preview .single_job_listing .company .name,#resume_preview .single-resume .resume-aside .name,#resume_preview .single_job_listing .company .name{margin:0 54px 0 0;padding:0}#job_preview .single-resume .resume-aside .name a,#job_preview .single_job_listing .company .name a,#resume_preview .single-resume .resume-aside .name a,#resume_preview .single_job_listing .company .name a{font-size:14px;color:#7f868f;float:left}#job_preview .single-resume .resume-aside .name a:hover,#job_preview .single_job_listing .company .name a:hover,#resume_preview .single-resume .resume-aside .name a:hover,#resume_preview .single_job_listing .company .name a:hover{color:var(--bb-primary-color)}#job_preview .single-resume .resume-aside .name a:hover:before,#job_preview .single_job_listing .company .name a:hover:before,#resume_preview .single-resume .resume-aside .name a:hover:before,#resume_preview .single_job_listing .company .name a:hover:before{color:#7f868f}#job_preview .single-resume .resume-aside .name a:before,#job_preview .single_job_listing .company .name a:before,#resume_preview .single-resume .resume-aside .name a:before,#resume_preview .single_job_listing .company .name a:before{font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:5px;position:relative;top:1px}#job_preview .single-resume .resume-aside .name a.website:before,#job_preview .single_job_listing .company .name a.website:before,#resume_preview .single-resume .resume-aside .name a.website:before,#resume_preview .single_job_listing .company .name a.website:before{content:"\eec8"}#job_preview .single-resume .resume-aside .name a.company_twitter:before,#job_preview .single_job_listing .company .name a.company_twitter:before,#resume_preview .single-resume .resume-aside .name a.company_twitter:before,#resume_preview .single_job_listing .company .name a.company_twitter:before{content:"\edf4 "}#job_preview .single-resume .resume-aside .tagline,#job_preview .single_job_listing .company .tagline,#resume_preview .single-resume .resume-aside .tagline,#resume_preview .single_job_listing .company .tagline{margin:0 54px 0 0;padding:0;font-size:14px;color:var(--bb-alternate-text-color);font-style:normal}#job_preview .single_job_listing .company{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;margin-bottom:1em}#job_preview .single_job_listing .company img{-webkit-box-flex:0;-ms-flex:0 0 44px;flex:0 0 44px;max-width:44px}#job_preview .single_job_listing .company p.name{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0;padding-right:10px}#job_preview .single_job_listing .company p.tagline{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:0;padding-right:0;padding-top:10px}@media (max-width:992px){body.has-sidebar #job_preview ul.job-listing-meta,body.has-sidebar #resume_preview ul.job-listing-meta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:.5em}body.has-sidebar #job_preview ul.job-listing-meta li,body.has-sidebar #resume_preview ul.job-listing-meta li{margin-bottom:5px}body.has-sidebar #job_preview .job_listing_preview_title h2,body.has-sidebar #job_preview .resume_preview_title h2,body.has-sidebar #resume_preview .job_listing_preview_title h2,body.has-sidebar #resume_preview .resume_preview_title h2{clear:both;padding-top:15px}body.has-sidebar #job_preview .job_listing_preview_title .button,body.has-sidebar #job_preview .resume_preview_title .button,body.has-sidebar #resume_preview .job_listing_preview_title .button,body.has-sidebar #resume_preview .resume_preview_title .button{float:right;margin-right:0;margin-left:.25em;margin-bottom:.5em}body.has-sidebar #job_preview .job_listing_preview>h1,body.has-sidebar #resume_preview .job_listing_preview>h1{margin-bottom:.7rem}body.has-sidebar #job_preview .company p.name>a,body.has-sidebar #resume_preview .company p.name>a{float:right;margin-left:1em;margin-right:0}body.has-sidebar #job_preview .company p.name>strong,body.has-sidebar #resume_preview .company p.name>strong{display:inline-block;clear:both;width:100%}}@media (max-width:800px){#job_preview ul.job-listing-meta,#resume_preview ul.job-listing-meta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:.5em}#job_preview ul.job-listing-meta li,#resume_preview ul.job-listing-meta li{margin-bottom:5px}#job_preview .job_listing_preview_title h2,#job_preview .resume_preview_title h2,#resume_preview .job_listing_preview_title h2,#resume_preview .resume_preview_title h2{clear:both;padding-top:15px}#job_preview .job_listing_preview_title .button,#job_preview .resume_preview_title .button,#resume_preview .job_listing_preview_title .button,#resume_preview .resume_preview_title .button{float:right;margin-right:0;margin-left:.25em}#job_preview .job_listing_preview>h1,#resume_preview .job_listing_preview>h1{margin-bottom:.7rem}#job_preview .company p.name>a,#resume_preview .company p.name>a{float:right;margin-left:1em;margin-right:0}#job_preview .company p.name>strong,#resume_preview .company p.name>strong{display:inline-block;clear:both;width:100%}}.bb_application_details .job-manager-application-form{padding-top:35px}.bb_application_details .apply_with_resume p label{display:block;margin:0;width:29%;float:right;font-weight:700}.bb_application_details .apply_with_resume p{overflow:hidden}.bb_application_details .apply_with_resume p select,.bb_application_details .apply_with_resume p textarea{width:70%;float:left;vertical-align:middle}@media (max-width:544px){.bb_application_details .apply_with_resume p label{width:100%}.bb_application_details .apply_with_resume p select,.bb_application_details .apply_with_resume p textarea{width:100%}}.single-job_listing .mfp-bg{opacity:.4}.mfp-wrap.mfp-wrap{z-index:999991}.mfp-wrap .button.wp_job_manager_send_application_button{margin-right:30%}.mfp-wrap input[name=wp_job_manager_resumes_apply_with_resume]{margin-right:30%}div.resumes .resume_filters{background-color:transparent;margin-bottom:0}div.resumes .resume_filters .search_resumes{padding-right:0;padding-left:0;padding-top:0}div.resumes .resume_filters .search_resumes .search_categories .chosen-container-multi .chosen-choices{border-radius:4px;padding:0 15px;border:1px solid var(--bb-content-border-color);background-color:var(--bb-content-background-color);background-image:none;height:41px!important;line-height:38px}div.resumes .resume_filters .search_resumes .search_keywords{position:relative}div.resumes .resume_filters .search_resumes .search_keywords:before{content:"\ef10";font-family:bb-icons;font-size:18px;color:var(--bb-alternate-text-color);text-rendering:auto;-webkit-font-smoothing:antialiased;position:absolute;top:39px;right:10px}div.resumes .resume_filters .search_resumes .search_keywords input{border-radius:4px;padding:0 35px 0 15px}div.resumes .resume_filters .search_resumes .search_location{position:relative}div.resumes .resume_filters .search_resumes .search_location:before{content:"\eed1";font-family:bb-icons;font-size:22px;color:var(--bb-alternate-text-color);text-rendering:auto;-webkit-font-smoothing:antialiased;position:absolute;top:39px;right:13px}div.resumes .resume_filters .search_resumes .search_location input{border-radius:4px;padding:0 35px 0 15px}div.resumes .resume_filters .search_resumes .chosen-container-single .chosen-single{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:left 1rem center;font-family:inherit;font-size:15px;height:41px;outline:0;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:#313439}div.resumes .resume_filters .search_resumes .chosen-container-single .chosen-single span{line-height:40px}div.resumes .resume_filters .search_resumes .chosen-container-single .chosen-single div b{background-image:none}div.resumes .resume_filters .showing_resumes{background:var(--bb-content-background-color);border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0;border:1px solid var(--bb-content-border-color);border-bottom:0;padding:1em;font-size:14px}div.resumes .resume_filters .showing_resumes a{color:var(--bb-headings-color);font-size:0}div.resumes .resume_filters .showing_resumes a:hover{color:var(--bb-primary-color)}div.resumes .resume_filters .showing_resumes a:before{font-size:17px;text-rendering:auto;-webkit-font-smoothing:antialiased;line-height:1.6875rem;position:relative;top:1px;font-family:bb-icons;margin-left:7px}div.resumes .resume_filters .showing_resumes a.reset{padding-right:5px}div.resumes .resume_filters .showing_resumes a.reset:before{font-family:bb-icons;content:"\e828";font-size:24px;top:3px;margin-left:2px;line-height:1.3875rem}div.resumes ul.resumes{border:0;margin-bottom:0}div.resumes a.load_more_resumes{width:100%;margin:0 0 0 10px;border-bottom:0;text-transform:uppercase;font-size:12px;line-height:20px;color:var(--bb-primary-color)}div.resumes a.load_more_resumes:hover{color:var(--bb-primary-color);border:0;background-color:transparent}div.resumes a.load_more_resumes strong{font-weight:400;color:var(--bb-primary-color)}ul.resumes .listing-bookmarked div.candidate-column h3:before{display:none}ul.resumes li.resume.listing-bookmarked a div.candidate-column{position:relative}ul.resumes li.resume.listing-bookmarked a div.candidate-column:after{position:absolute;content:"\eef7";display:inline-block;width:16px;height:16px;-webkit-font-smoothing:antialiased;font-family:bb-icons!important;text-decoration:none;font-weight:500;font-style:normal;font-size:16px;line-height:16px;margin:0;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);color:var(--bb-primary-color)}@media (max-width:544px){ul.resumes li.resume.listing-bookmarked a div.candidate-column:after{display:none}}ul.resumes li.resume{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);margin:0 0 -1px;width:100%}.widget ul.resumes li.resume{border-width:0 0 1px}ul.resumes li.resume:first-child{border-top-right-radius:var(--bb-block-radius);border-top-left-radius:var(--bb-block-radius)}ul.resumes li.resume:last-child{border-bottom-right-radius:var(--bb-block-radius);border-bottom-left-radius:var(--bb-block-radius)}ul.resumes li.resume a{position:relative;-webkit-transition:all linear .2s;transition:all linear .2s;padding:1em;font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-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}ul.resumes li.resume a:hover{background-color:var(--bb-content-alternate-background-color);box-shadow:0 3px 24px 0 rgba(18,43,70,.08);border-right-color:#fff;border-left-color:#fff;border-radius:var(--bb-block-radius);position:relative;z-index:1}.widget ul.resumes li.resume a:hover{box-shadow:none}ul.resumes li.resume a img{border-radius:100%;width:44px;height:44px}ul.resumes li.resume a div.candidate-column{padding-right:54px}ul.resumes li.resume a div.candidate-column .candidate-title{color:var(--bb-alternate-text-color);font-size:14px}ul.resumes li.resume a div.candidate-column .candidate-title strong{font-weight:400}ul.resumes li.resume a div.candidate-column h3{font-weight:500}ul.resumes li.resume a div.candidate-column h3:before{font-size:14px;color:var(--bb-primary-color)}ul.resumes li.resume a .candidate-location-column{color:var(--bb-alternate-text-color)}ul.resumes li.resume a .candidate-location-column span.candidate-location:before{font-family:bb-icons;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;content:"\eed1";margin:0 0 0 3px}ul.resumes li.resume a .resume-posted-column{color:var(--bb-alternate-text-color)}@media (max-width:544px){ul.resumes li.resume a .resume-posted-column{text-align:center}}ul.resumes li.resume a .resume-category{font-size:12px}ul.resumes li.resume a .resume-category:before{font-size:12px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons;margin-left:2px;content:"\ee9e"}@media (max-width:544px){ul.resumes li.resume a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}ul.resumes li.resume a img{margin:0 auto 10px;position:static;width:64px;height:64px}ul.resumes li.resume a div.candidate-column{width:100%;float:none;text-align:center;padding:0 0 5px}ul.resumes li.resume a div.candidate-column h3:before{display:none}ul.resumes li.resume a .candidate-location-column{width:100%;text-align:center}ul.resumes li.resume a .candidate-location-column span.candidate-location:after{display:none}ul.resumes li.resume a .resume-meta{width:100%;text-align:center}}ul.resumes.loading{border:1px solid var(--bb-content-border-color);background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius)}ul.resumes li.no_resumes_found{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);margin:0 0 -1px;width:100%;border-bottom-right-radius:var(--bb-block-radius);border-bottom-left-radius:var(--bb-block-radius)}ul.resumes li.no_resumes_found.no_resumes_found{border:1px solid var(--bb-content-border-color)}div.resumes ul.resumes.loading{border:1px solid var(--bb-content-border-color)}@media (min-width:544px){ul.resumes li.resume a img{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}}.resume-manager-resumes{border-collapse:separate}.resume-manager-resumes thead tr th{border:0}.resume-manager-resumes tbody tr td{border-bottom:1px solid #e7eaec;background-color:#fff;font-size:14px}.resume-manager-resumes tbody tr td:first-child{border-right:1px solid #e7eaec;padding-right:1rem}.resume-manager-resumes tbody tr td:last-child{border-left:1px solid #e7eaec;padding-left:1rem}.resume-manager-resumes tbody tr td.resume-title>a{font-size:16px}.resume-manager-resumes tbody tr:first-child td{border-top:1px solid #e7eaec}.resume-manager-resumes tbody tr:first-child td:first-child{border-top-right-radius:4px}.resume-manager-resumes tbody tr:first-child td:last-child{border-top-left-radius:4px}.resume-manager-resumes tbody tr:last-child td:first-child{border-bottom-right-radius:4px}.resume-manager-resumes tbody tr:last-child td:last-child{border-bottom-left-radius:4px}.resume-manager-resumes tfoot tr td{border:0}body.single-resume article.resume .entry-content-wrap{padding-right:0;padding-left:0}body.single-resume article.resume .entry-content-wrap .entry-header{margin-bottom:.7rem}body.single-resume article.resume .entry-content-wrap .entry-header h1{font-weight:500;font-size:34px;line-height:42px}body.single-resume .entry-meta{margin-bottom:25px}body.single-resume .resume-aside{box-shadow:none;border:0;overflow:visible;margin:0}body.single-resume .resume-aside .bb-candidate-photo{position:relative;text-align:center}body.single-resume .resume-aside .bb-candidate-photo img.candidate_photo{right:0;left:0;top:-5em;margin:auto;border-radius:100%;float:none;width:8em;height:8em;object-fit:cover}body.single-resume .resume-aside .bb-candidate-data{padding:3.5em 0 0}body.single-resume .resume-aside .bb-candidate-data>h3{text-align:right;text-transform:uppercase;font-size:14px;font-weight:500;margin-bottom:.5em}body.single-resume .resume-aside .bb-candidate-data p{font-size:14px;line-height:32px}body.single-resume .resume-aside .bb-candidate-data p a{color:#7f868f}body.single-resume .resume-aside .bb-candidate-data p a:hover{color:var(--bb-primary-color)}body.single-resume .resume-aside .bb-candidate-data p.job-title{padding:0;color:#7f868f;font-weight:400}body.single-resume .resume-aside .bb-candidate-data p.job-title:before{content:"\ef52";font-family:bb-icons;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:7px}body.single-resume .resume-aside .bb-candidate-data p.resume-category{padding:0;color:#939597;font-weight:400;margin-bottom:0}body.single-resume .resume-aside .bb-candidate-data p.resume-category:before{font-size:13px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons;margin-left:8px;margin-right:3px;content:"\ee9e"}body.single-resume .resume-aside .bb-candidate-data p.location{padding:0}body.single-resume .resume-aside .bb-candidate-data p.location a:before{content:"\eed1";font-family:bb-icons!important;font-size:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:5px}body.single-resume .resume-aside ul.resume-links{float:none;max-width:100%}body.single-resume .resume-aside ul.resume-links li{float:none;margin:0;font-size:14px;line-height:32px}body.single-resume .resume-aside ul.resume-links li.resume-link a:before{content:"\e876";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:7px;line-height:33px}body.single-resume .resume-aside ul.resume-links li.resume-link.resume-link-facebook a:before{content:"\edd2"}body.single-resume .resume-aside ul.resume-links li.resume-link.resume-link-twitter a:before{content:"\edf4"}body.single-resume .resume-aside ul.resume-links li.resume-link.resume-link-instagram a:before{content:"\eddc";font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons!important;margin-left:6px;margin-right:2px}body.single-resume .resume-aside ul.resume-links li.resume-link.resume-link-github a:before{content:"\edd6";font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons!important;margin-left:6px;margin-right:2px}body.single-resume .resume-aside ul.resume-links li.resume-file a:before{font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons!important;margin-left:7px;margin-right:1px;content:"\ee6e"}body.single-resume .resume-aside ul.resume-links li a{color:var(--bb-alternate-text-color)}body.single-resume .resume-aside ul.resume-links li a:hover{color:var(--bb-primary-color)}body.single-resume .resume-aside form.wp-job-manager-bookmarks-form{text-align:right}body.single-resume .resume-aside form.wp-job-manager-bookmarks-form a.bookmark-notice{padding:0 0 1em;line-height:32px}body.single-resume .resume-aside form.wp-job-manager-bookmarks-form a.bookmark-notice:before{margin-left:7px}body.single-resume .resume-aside .resume_contact{text-align:center;padding-right:0;font-size:16px}body.single-resume .resume-aside .resume_contact .resume_contact_button{float:none;padding:10px 40px;font-size:15px;width:100%;margin:0}body.single-resume .resume-aside .resume_contact .resume_contact_details{float:none;margin-right:auto;margin-left:auto;margin-top:1em;width:90%;display:none;border-color:var(--bb-content-border-color)}body.single-resume .resume-aside .resume_contact .resume_contact_details:before{margin:-20px auto 0;left:0;top:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid var(--bb-content-border-color)}body.single-resume .resume-aside .resume_contact .resume_contact_details:after{margin:-18px auto 0;left:0;top:0;border-left:9px solid transparent;border-right:9px solid transparent;border-bottom:9px solid var(--bb-content-background-color)}body.single-resume .resume-aside .resume_contact .resume_contact_details a{color:var(--bb-primary-color)}body.single-resume ul.meta{font-size:14px}body.single-resume ul.meta li{padding:.5em 0 .5em .9em;color:var(--bb-alternate-text-color)}body.single-resume ul.meta li.date-posted:before{content:"\e884";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:7px}body.single-resume ul.meta li.resume-category:before{content:"\eeae";font-family:bb-icons!important;font-size:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:7px;margin-top:2px;display:none}body.single-resume ul.meta li.candidate-location a{color:var(--bb-alternate-text-color)}body.single-resume ul.meta li.candidate-location a:hover{color:var(--bb-primary-color)}body.single-resume ul.meta li.candidate-location:before{content:"\eed1";font-family:bb-icons!important;font-size:19px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:4px}.single-resume .candidate-video{border-top:0;padding:0;margin:0 0 1em;position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.single-resume .candidate-video iframe{position:absolute;top:0;right:0;width:100%;height:100%;margin:0;display:block}.single-resume-content{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);padding:20px}.single-resume-content .resume-aside{border:0;box-shadow:none;padding:0}.single-resume-content .resume_contact{text-align:center;padding-right:0;font-size:16px}.single-resume-content .resume_contact .resume_contact_button{float:none;padding:10px 40px;font-size:15px}@media (max-width:544px){.single-resume-content .resume_contact .resume_contact_button{width:85%}}.single-resume-content .resume_contact .resume_contact_details{float:none;margin-right:auto;margin-left:auto;margin-top:1em;display:none}.single-resume-content .resume_contact .resume_contact_details:before{margin:-20px auto 0;left:0;top:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #eee}.single-resume-content .resume_contact .resume_contact_details:after{margin:-18px auto 0;left:0;top:0;border-left:9px solid transparent;border-right:9px solid transparent;border-bottom:9px solid #fff}@media (max-width:544px){.single-resume-content .resume_contact .resume_contact_details{width:95%}}.single-resume-content>h2{margin-bottom:.5rem;font-weight:500}.single-resume-content .resume-manager-experience{border-top:0}.single-resume-content .resume-manager-experience dt{border-right:0}.single-resume-content .resume-manager-experience dd{border-right:0}.single-resume-content .resume-manager-experience .sub-date{font-size:14px;color:var(--bb-alternate-text-color);font-weight:500}.single-resume-content .resume-manager-experience h3 strong{font-weight:500}.single-resume-content .resume-manager-experience h3:before{margin-top:1.3em;background:var(--bb-headings-color)}.single-resume-content .resume-manager-education{border-top:0}.single-resume-content .resume-manager-education dt{border-right:0}.single-resume-content .resume-manager-education dd{border-right:0}.single-resume-content .resume-manager-education .sub-date{font-size:14px;color:var(--bb-alternate-text-color);font-weight:500}.single-resume-content .resume-manager-education h3 strong{font-weight:500}.single-resume-content .resume-manager-education h3:before{margin-top:1.3em;background:var(--bb-headings-color)}.single-resume-content .resume-manager-skills li{width:auto;padding:0 .5em 0 0;color:var(--bb-headings-color)}.single-resume-content .resume-manager-skills li:first-child{padding-right:0}.single-resume-content .resume-manager-skills li:after{content:"|";padding:0 .5em 0 0}.single-resume-content .resume-manager-skills li:last-child:after{display:none}@media (max-width:544px){.single-resume-content .resume-manager-skills li{width:100%;padding-right:0}.single-resume-content .resume-manager-skills li:after{display:none}}#resume_preview .single-resume .entry-content-job{display:block;padding:0;margin:0}#resume_preview .single-resume .entry-content-job .entry-primary{padding:0}#resume_preview .single-resume .entry-content-job .entry-primary .single-resume-content{border:0;padding:0}#resume_preview .single-resume .entry-content-job .entry-secondary{display:block;width:100%;max-width:100%;padding-right:0;padding-left:0}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar{border:0}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .resume-aside{margin-bottom:1em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .resume-aside .resume-links .resume-link a:before{content:"\eec8";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:5px}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .resume-aside .bb-candidate-data>h3{margin:0;margin-right:15px}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data{font-size:14px}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data p.location{float:left;padding-right:1em}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data p.location a:before{content:"\eed1";font-family:bb-icons!important;font-size:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:5px}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data p.job-title{float:left;padding-right:1em;font-weight:400}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data p.job-title:before{content:"\ef52";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:5px}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data ul.resume-links{float:none;max-width:100%}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data ul.resume-links li.resume-link a:before{content:"\eec8";font-family:bb-icons;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:7px}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data ul.resume-links li.resume-link.resume-link-facebook a:before{content:"\edd2"}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data ul.resume-links li.resume-link.resume-link-twitter a:before{content:"\edf4"}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data ul.resume-links li.resume-link.resume-link-instagram a:before{content:"\eddc";font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons;margin-left:6px;margin-right:2px}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data ul.resume-links li.resume-link.resume-link-github a:before{content:"\edd6";font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons;margin-left:6px;margin-right:2px}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data ul.resume-links li.resume-file a:before{font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons;margin-left:7px;margin-right:1px;content:"\ee6e"}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data ul.resume-links li a{color:var(--bb-alternate-text-color)}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data ul.resume-links li a:hover{color:var(--bb-primary-color)}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data p.resume-category{padding:0;color:#7f868f;font-weight:400;margin-bottom:0}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data p.resume-category:before{font-size:13px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons;margin-left:8px;margin-right:3px;content:"\ee9e"}#resume_preview .single-resume ul.meta{font-size:14px}#resume_preview .single-resume ul.meta li.resume-category:before{display:none}#resume_preview .single-resume ul.meta li.date-posted:before{content:"\e884";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:7px}#resume_preview .single-resume ul.meta li.candidate-location a{color:var(--bb-alternate-text-color)}#resume_preview .single-resume ul.meta li.candidate-location a:hover{color:var(--bb-primary-color)}#resume_preview .single-resume ul.meta li.candidate-location:before{content:"\eed1";font-family:bb-icons!important;font-size:19px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:4px}@media (max-width:992px){body.has-sidebar #resume_preview .single-resume .bb-candidate-data ul.resume-links{float:right;max-width:100%}body.has-sidebar #resume_preview .single-resume .bb-candidate-data ul.resume-links li{float:none;width:100%;margin:0 0 .3em .3em}body.has-sidebar #resume_preview .single-resume .bb-candidate-data p.resume-category{clear:both}}@media (max-width:800px){#resume_preview .single-resume .bb-candidate-data ul.resume-links{float:right;max-width:100%}#resume_preview .single-resume .bb-candidate-data ul.resume-links li{float:none;width:100%;margin:0 0 .3em .3em}#resume_preview .single-resume .bb-candidate-data p.resume-category{clear:both}}#submit-resume-form .fieldset-candidate_photo>label,#submit-resume-form .fieldset-resume_category>label,#submit-resume-form .fieldset-resume_file>label{pointer-events:none;cursor:default}#submit-resume-form>p:last-child{text-align:left}#submit-resume-form p input[type=submit]{margin-right:30%;padding-right:40px;padding-left:40px}@media (max-width:800px){#submit-resume-form fieldset label{width:100%;float:none;margin-bottom:5px}#submit-resume-form fieldset div.field{width:100%;float:none}}@media (max-width:992px){body.has-sidebar #submit-resume-form fieldset fieldset{padding-bottom:0}body.has-sidebar #submit-resume-form fieldset fieldset label{width:100%;float:none;margin-bottom:5px}body.has-sidebar #submit-resume-form fieldset fieldset div.field{width:100%;float:none}}#job-manager-job-dashboard>p{font-size:16px;color:var(--bb-alternate-text-color);margin-bottom:10px}#job-manager-job-dashboard table.job-manager-jobs{border-collapse:separate;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}#job-manager-job-dashboard table.job-manager-jobs td,#job-manager-job-dashboard table.job-manager-jobs th{background-color:#fff}#job-manager-job-dashboard table.job-manager-jobs td:first-child,#job-manager-job-dashboard table.job-manager-jobs th:first-child{padding-right:1em}#job-manager-job-dashboard table.job-manager-jobs thead th{text-transform:uppercase;font-size:14px;font-weight:500;color:var(--bb-alternate-text-color);white-space:nowrap;padding-top:1rem;padding-bottom:1rem}#job-manager-job-dashboard table.job-manager-jobs thead tr:first-child th:first-child{border-radius:0 4px 0 0;border-right:1px solid rgba(0,0,0,.05)}#job-manager-job-dashboard table.job-manager-jobs thead tr:first-child th:last-child{border-radius:4px 0 0 0;border-left:1px solid rgba(0,0,0,.05)}#job-manager-job-dashboard table.job-manager-jobs thead tr:first-child th{border-top:1px solid rgba(0,0,0,.05)}#job-manager-job-dashboard table.job-manager-jobs tbody tr{-webkit-transform:translateZ(-1em);transform:translateZ(-1em);position:relative;z-index:0}#job-manager-job-dashboard table.job-manager-jobs tbody tr td{border-bottom:0;font-size:14px;color:var(--bb-alternate-text-color);padding-top:1em;padding-bottom:1em}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.filled img.emoji{opacity:.5}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.job_title{font-size:16px}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.job_title>a{color:var(--bb-headings-color)}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.job_title>a:hover{color:var(--bb-primary-color)}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.job_title small{font-size:12px}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.job_title ul{font-size:13px}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.job_title ul li .job-dashboard-action-delete{color:var(--bb-danger-color)}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.applications>a{color:var(--bb-headings-color)}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.applications>a:hover{color:var(--bb-primary-color)}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.bb-ctrls{max-width:40px}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.bb-ctrls .bs-dropdown-wrap{width:35px}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.bb-ctrls a.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;pointer-events:none}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.bb-ctrls a.bs-dropdown-link.active,#job-manager-job-dashboard table.job-manager-jobs tbody tr td.bb-ctrls a.bs-dropdown-link:hover{background:100% 0;opacity:1}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.bb-ctrls i{font-size:20px}#job-manager-job-dashboard table.job-manager-jobs tbody tr:hover{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 3px 24px 0 rgba(18,43,70,.08);position:relative;z-index:9}#job-manager-job-dashboard table.job-manager-jobs tbody tr:last-child td{border-bottom:1px solid rgba(0,0,0,.05)}#job-manager-job-dashboard table.job-manager-jobs tbody tr:last-child td:first-child{border-radius:0 0 4px 0}#job-manager-job-dashboard table.job-manager-jobs tbody tr:last-child td:last-child{border-radius:0 0 0 4px}#job-manager-job-dashboard table.job-manager-jobs tbody td:first-child{border-right:1px solid rgba(0,0,0,.05)}#job-manager-job-dashboard table.job-manager-jobs tbody td:last-child{border-left:1px solid rgba(0,0,0,.05)}#job-manager-job-dashboard .bb-ctrls .bs-dropdown a:hover{background-color:var(--bb-body-background-color)}#job-manager-job-dashboard .bb-ctrls .bs-dropdown a:before{font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased;line-height:10px;position:relative;top:1px;font-family:bb-icons;margin-left:7px}#job-manager-job-dashboard .bb-ctrls .bs-dropdown a.job-dashboard-action-edit:before{content:"\ee5a"}#job-manager-job-dashboard .bb-ctrls .bs-dropdown a.job-dashboard-action-mark_filled:before{content:"\e875"}#job-manager-job-dashboard .bb-ctrls .bs-dropdown a.job-dashboard-action-mark_not_filled:before{content:"\e881"}#job-manager-job-dashboard .bb-ctrls .bs-dropdown a.job-dashboard-action-duplicate:before{content:"\ee59"}#job-manager-job-dashboard .bb-ctrls .bs-dropdown a.job-dashboard-action-delete{color:var(--bb-danger-color)}#job-manager-job-dashboard .bb-ctrls .bs-dropdown a.job-dashboard-action-delete:before{content:"\ef48"}#resume-manager-candidate-dashboard{overflow:auto}#resume-manager-candidate-dashboard>p{font-size:16px;color:#939597;margin-bottom:10px}#resume-manager-candidate-dashboard table.resume-manager-resumes{border-collapse:separate;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}#resume-manager-candidate-dashboard table.resume-manager-resumes td,#resume-manager-candidate-dashboard table.resume-manager-resumes th{background-color:#fff}#resume-manager-candidate-dashboard table.resume-manager-resumes td:first-child,#resume-manager-candidate-dashboard table.resume-manager-resumes th:first-child{padding-right:1em}#resume-manager-candidate-dashboard table.resume-manager-resumes thead th{text-transform:uppercase;font-size:14px;font-weight:400;color:#939597;white-space:nowrap}#resume-manager-candidate-dashboard table.resume-manager-resumes thead tr:first-child th:first-child{border-radius:0 4px 0 0;border-right:1px solid rgba(0,0,0,.05)}#resume-manager-candidate-dashboard table.resume-manager-resumes thead tr:first-child th:last-child{border-radius:4px 0 0 0;border-left:1px solid rgba(0,0,0,.05)}#resume-manager-candidate-dashboard table.resume-manager-resumes thead tr:first-child th{border-top:1px solid rgba(0,0,0,.05)}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr{-webkit-transform:translateZ(-1em);transform:translateZ(-1em);position:relative;z-index:0}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td{border-bottom:0;font-size:14px;color:#939597}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td.resume-title>a{color:var(--bb-headings-color)}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td.resume-title>a:hover{color:var(--bb-primary-color)}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td ul li .candidate-dashboard-action-delete{color:var(--bb-danger-color)}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td.bb-ctrls{max-width:55px}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td.bb-ctrls a.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;pointer-events:none}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td.bb-ctrls a.bs-dropdown-link.active,#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td.bb-ctrls a.bs-dropdown-link:hover{background:100% 0;opacity:1}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td.bb-ctrls i{font-size:20px}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td.candidate-location>span:before{content:"\eed1";font-family:bb-icons;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:relative;top:1px;margin-left:4px}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr:first-child td{border-radius:0}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr:last-child td{border-bottom:1px solid rgba(0,0,0,.05)}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr:hover{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 3px 24px 0 rgba(18,43,70,.08);position:relative;z-index:9}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody td:first-child{border-right:1px solid rgba(0,0,0,.05)}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody td:last-child{border-left:1px solid rgba(0,0,0,.05)}#resume-manager-candidate-dashboard table.resume-manager-resumes tfoot td{font-size:16px}#resume-manager-candidate-dashboard table.resume-manager-resumes tfoot tr:last-child td:first-child{border-radius:0 0 4px 0}#resume-manager-candidate-dashboard table.resume-manager-resumes tfoot tr:last-child td:last-child{border-radius:0 0 0 4px}#resume-manager-candidate-dashboard table.resume-manager-resumes tfoot tr:last-child td{border-bottom:1px solid rgba(0,0,0,.05)}#resume-manager-candidate-dashboard table.resume-manager-resumes tfoot td:first-child{border-right:1px solid rgba(0,0,0,.05)}#resume-manager-candidate-dashboard table.resume-manager-resumes tfoot td:last-child{border-left:1px solid rgba(0,0,0,.05)}#resume-manager-candidate-dashboard .bb-ctrls .bs-dropdown a:hover{background-color:var(--bb-body-background-color)!important}#resume-manager-candidate-dashboard .bb-ctrls .bs-dropdown a:before{font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased;line-height:10px;position:relative;top:1px;font-family:bb-icons;margin-left:7px}#resume-manager-candidate-dashboard .bb-ctrls .bs-dropdown a.candidate-dashboard-action-edit:before{content:"\ee5a"}#resume-manager-candidate-dashboard .bb-ctrls .bs-dropdown a.candidate-dashboard-action-publish:before{content:"\ee69"}#resume-manager-candidate-dashboard .bb-ctrls .bs-dropdown a.candidate-dashboard-action-hide:before{content:"\ee6a"}#resume-manager-candidate-dashboard .bb-ctrls .bs-dropdown a.candidate-dashboard-action-delete{color:var(--bb-danger-color)}#resume-manager-candidate-dashboard .bb-ctrls .bs-dropdown a.candidate-dashboard-action-delete:before{content:"\ef48"}#job-manager-job-applications .job-applications ul.job-applications .job-application header h3{vertical-align:middle}#job-manager-job-applications .job-applications ul.job-applications .job-application footer ul.actions{margin:0}#job-manager-job-applications .job-applications ul.job-applications .job-application footer ul.actions li a{padding:3em 1.5em 0}#job-manager-job-applications .job-applications ul.job-applications .job-application footer ul.actions li a:before{width:100%}@media screen and (max-width:544px){#job-manager-job-applications .job-applications ul.job-applications .job-application header{padding:2em 1em}#job-manager-job-applications .job-applications ul.job-applications .job-application footer ul.actions{width:100%;border-top:2px solid #eee}#job-manager-job-applications .job-applications ul.job-applications .job-application ul.meta{max-width:100%}}#job-manager-job-applications .job-applications ul.job-applications .job-application .job-application-meta{width:100%;margin:0 0 15px;border-radius:4px}.entry-content .job-manager-form fieldset{border:0;margin:0 0 30px;padding:0}.entry-content .job-manager-form label{display:inline-block;min-width:200px;padding-left:20px;vertical-align:top;font-size:15px;font-weight:500;margin-top:5px}.entry-content .job-manager-form .field{display:inline-block;min-width:65%;vertical-align:top}.entry-content .job-manager-form .field input{width:100%}.entry-content .job-manager-form .job-manager-chosen-select,.entry-content .job-manager-form select{width:100%}.entry-content .job-manager-form ul.chosen-choices{height:auto;background:#fff;min-width:100%;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0;list-style:none}.entry-content .job-manager-form li.search-field input[type=text]{min-width:160px;border:0;background:100% 0}.entry-content .job-manager-form ul.chosen-results{list-style:none;margin:0;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}.entry-content .job-manager-form ul.chosen-results li{font-size:13px;padding:1px 12px}.entry-content .job-manager-form li.search-choice{padding:0 12px 0 25px!important;position:relative;margin-right:8px!important;text-align:center;height:26px;margin-top:6px!important;margin-left:0!important}.entry-content .job-manager-form a.search-choice-close{position:absolute;line-height:1;top:6px}.entry-content .job-manager-form .search-choice-close:after{content:"\e828";font:normal normal normal 14px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.entry-content .job-manager-form .chosen-drop{display:none}.entry-content .job-manager-form .chosen-container-active .chosen-drop{display:block}.entry-content .job-manager-form #widget_job_type_chosen{width:100%!important}.entry-content .job-manager-form #widget-get-code{padding-right:30px;padding-left:30px}@media (min-width:544px){.entry-content .job-manager-form #widget-get-code{margin-right:200px}}@media (max-width:1185px){.has-sidebar .entry-content .job-manager-form .field,.has-sidebar .entry-content .job-manager-form label{width:100%}.has-sidebar .entry-content .job-manager-form .field{min-width:100%}.has-sidebar .entry-content .job-manager-form #widget-get-code{margin:0}}@media (max-width:640px){.entry-content .job-manager-form .field,.entry-content .job-manager-form label{width:100%}.entry-content .job-manager-form #widget-get-code{margin:0}} \ No newline at end of file diff --git a/web/app/themes/buddyboss-theme/assets/css-rtl/learndash.css b/web/app/themes/buddyboss-theme/assets/css-rtl/learndash.css index 55fe8811..130789a5 100644 --- a/web/app/themes/buddyboss-theme/assets/css-rtl/learndash.css +++ b/web/app/themes/buddyboss-theme/assets/css-rtl/learndash.css @@ -16,7 +16,6 @@ html.elementor-html body.bb-sfwd-aside { flex: 0 0 25%; } @media screen and (max-width: 1100px) { - .learndash-theme.post-type-archive-sfwd-lessons .post-grid > .hentry { -webkit-box-flex: 0; -ms-flex: 0 0 33.3333%; @@ -24,7 +23,6 @@ html.elementor-html body.bb-sfwd-aside { } } @media screen and (max-width: 800px) { - .learndash-theme.post-type-archive-sfwd-lessons .post-grid > .hentry { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -32,18 +30,15 @@ html.elementor-html body.bb-sfwd-aside { } } @media screen and (max-width: 480px) { - .learndash-theme.post-type-archive-sfwd-lessons .post-grid > .hentry { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } } - .learndash-theme.post-type-archive-sfwd-lessons .post-grid > .hentry .entry-content { margin-bottom: 0; } - .learndash-theme.post-type-archive-sfwd-lessons .post-grid > .hentry .entry-content p:last-child { margin-bottom: 0; } @@ -63,13 +58,11 @@ html.elementor-html body.bb-sfwd-aside { min-height: -webkit-calc(100vh - 76px); min-height: calc(100vh - 76px); } - #learndash-page-content.loading > .learndash-content-body { opacity: 0.2; } - -#learndash-page-content.loading::after { - font: 400 normal normal 20px/1 bb-icons; +#learndash-page-content.loading:after { + font: normal normal normal 20px/1 bb-icons; speak: none; display: inline-block; text-decoration: inherit; @@ -89,24 +82,20 @@ html.elementor-html body.bb-sfwd-aside { left: 0; } @media screen and (max-width: 1200px) { - #learndash-page-content { padding: 30px 60px 0; } } @media screen and (max-width: 992px) { - #learndash-page-content { padding: 30px 40px 0; } } @media screen and (max-width: 543px) { - #learndash-page-content { padding: 30px 20px 0; } } - #learndash-page-content .learndash_next_prev_link { margin-top: auto; display: -webkit-box; @@ -114,11 +103,9 @@ html.elementor-html body.bb-sfwd-aside { display: flex; padding: 30px 0; } - #learndash-page-content .learndash_next_prev_link a.next-link { margin-right: auto; } - #learndash-page-content .sfwd-course-nav { display: -webkit-box; display: -ms-flexbox; @@ -127,17 +114,14 @@ html.elementor-html body.bb-sfwd-aside { -ms-flex-align: center; align-items: center; } - #learndash-page-content .sfwd-course-nav .sfwd-course-expire { margin-left: 20px; font-size: 14px; } - #learndash-page-content .sfwd-course-nav .sfwd-course-expire i { color: var(--bb-alternate-text-color); margin-left: 8px; } - #learndash-page-content .sfwd-course-nav .learndash_next_prev_link { margin-top: 0; display: -webkit-box; @@ -145,27 +129,22 @@ html.elementor-html body.bb-sfwd-aside { display: flex; padding: 0; } - #learndash-page-content .sfwd-course-nav .learndash_next_prev_link a { font-size: 0; background-color: var(--bb-alternate-text-color); color: #fff; } - #learndash-page-content .sfwd-course-nav .learndash_next_prev_link a:hover { background-color: var(--bb-primary-color); } - -#learndash-page-content .sfwd-course-nav .learndash_next_prev_link a::after, #learndash-page-content .sfwd-course-nav .learndash_next_prev_link a::before { +#learndash-page-content .sfwd-course-nav .learndash_next_prev_link a:after, #learndash-page-content .sfwd-course-nav .learndash_next_prev_link a:before { font-size: 16px; padding-bottom: 0; margin: 0; } - #learndash-page-content .sfwd-course-nav .learndash_next_prev_link a.next-link { margin-right: auto; } - #learndash-page-content .sfwd-course-nav .learndash_next_prev_link span.empty-post { font-size: 0; background-color: #d3d7db; @@ -173,52 +152,42 @@ html.elementor-html body.bb-sfwd-aside { opacity: 0.5; pointer-events: none; } - -#learndash-page-content .sfwd-course-nav .learndash_next_prev_link span.empty-post::after, #learndash-page-content .sfwd-course-nav .learndash_next_prev_link span.empty-post::before { +#learndash-page-content .sfwd-course-nav .learndash_next_prev_link span.empty-post:after, #learndash-page-content .sfwd-course-nav .learndash_next_prev_link span.empty-post:before { font-size: 16px; padding-bottom: 0; margin: 0; } - #learndash-page-content .sfwd-course-nav .learndash_next_prev_link span.next-link { margin-right: auto; } - [dir="rtl"] #learndash-page-content .sfwd-course-nav .learndash_next_prev_link { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } - [dir="rtl"] #learndash-page-content .sfwd-course-nav .learndash_next_prev_link .next-link { border-radius: var(--bb-block-radius-inner) 0 0 var(--bb-block-radius-inner); } - -[dir="rtl"] #learndash-page-content .sfwd-course-nav .learndash_next_prev_link .next-link::after { +[dir="rtl"] #learndash-page-content .sfwd-course-nav .learndash_next_prev_link .next-link:after { content: "\e8ab"; } - [dir="rtl"] #learndash-page-content .sfwd-course-nav .learndash_next_prev_link .prev-link { border-radius: 0 var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0; } - -[dir="rtl"] #learndash-page-content .sfwd-course-nav .learndash_next_prev_link .prev-link::before { +[dir="rtl"] #learndash-page-content .sfwd-course-nav .learndash_next_prev_link .prev-link:before { content: "\e827"; } - #learndash-page-content .bb-lms-secondary-header > span { text-transform: uppercase; font-size: 12px; } - #learndash-page-content .bb-lms-secondary-header h1 { line-height: 1.2; font-weight: 700; font-size: 36px; margin: 0; } - #learndash-page-content .bb-lms-secondary-header p#learndash_next_prev_link { font-size: 13px; margin-bottom: 0; @@ -230,7 +199,6 @@ html.elementor-html body.bb-sfwd-aside { .sfwd-quiz-template-default #learndash-page-content #learndash-content .lms-topic-sidebar-wrapper { display: none; } - .sfwd-lessons-template-default #learndash-page-content #learndash-content #learndash-page-content, .sfwd-topic-template-default #learndash-page-content #learndash-content #learndash-page-content, .sfwd-quiz-template-default #learndash-page-content #learndash-content #learndash-page-content { @@ -238,27 +206,23 @@ html.elementor-html body.bb-sfwd-aside { padding: 0; border: 0; } - .sfwd-lessons-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap, .sfwd-topic-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap, .sfwd-quiz-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap { padding: 0; margin: 0; } - .sfwd-lessons-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap > div, .sfwd-topic-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap > div, .sfwd-quiz-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap > div { padding: 0; margin: 0; } - .sfwd-lessons-template-default #learndash-page-content #learndash-content #learndash-page-content #learndash-course-header, .sfwd-topic-template-default #learndash-page-content #learndash-content #learndash-page-content #learndash-course-header, .sfwd-quiz-template-default #learndash-page-content #learndash-content #learndash-page-content #learndash-course-header { display: none; } - .sfwd-lessons-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap #comments.comments-area, .sfwd-lessons-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap .ld-focus-comments, .sfwd-topic-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap #comments.comments-area, @@ -283,27 +247,21 @@ body.bb-buddypanel.bb-sfwd-aside .site-header .bb-toggle-panel { display: inherit; margin-right: -18px; } - body.bb-buddypanel.bb-sfwd-aside.buddypanel-toggle-off .site-header .bb-toggle-panel { display: none; } - body.bb-buddypanel.bb-sfwd-aside .header-aside-inner .bb-toggle-panel { display: none; } - body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .site-header .site-header-container > .bb-toggle-panel { display: none; } - body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .site-header .site-header-container { padding-right: 0; } - body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .header-3 .header-aside-inner .bb-toggle-panel { margin-left: 0; } - body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .header-aside-inner .bb-toggle-panel { display: inline-block; padding-right: 20px; @@ -312,24 +270,19 @@ body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .header-aside-inner .bb-tog -webkit-transition: opacity 0.1s; transition: opacity 0.1s; } - body.bb-buddypanel.bb-sfwd-aside .site-header .site-header-container:not(.header-3) #header-aside .bb-toggle-panel i { color: inherit; } - body.bb-buddypanel.bb-sfwd-aside.buddypanel-open:not(.buddypanel-header) .site-header .bb-toggle-panel { visibility: hidden; opacity: 0; } - body.bb-buddypanel.bb-sfwd-aside.buddypanel-header .site-header .bb-toggle-panel { margin-right: -18px; } - body.bb-buddypanel.bb-sfwd-aside.buddypanel-header.bb-buddypanel-right .site-header .bb-toggle-panel { margin-right: 0; } - body.bb-buddypanel.bb-sfwd-aside:not(.buddypanel-open) .buddypanel .bb-toggle-panel { visibility: hidden; opacity: 0; @@ -338,7 +291,6 @@ body.bb-buddypanel.bb-sfwd-aside:not(.buddypanel-open) .buddypanel .bb-toggle-pa .bb-sfwd-aside .site-header:not(.site-header--elementor) { position: fixed; } - .bb-sfwd-aside .site-header { width: 100%; z-index: 610; @@ -347,7 +299,6 @@ body.bb-buddypanel.bb-sfwd-aside:not(.buddypanel-open) .buddypanel .bb-toggle-pa } @media screen and (min-width: 800px) { - .bb-buddypanel.buddypanel-open.bb-sfwd-aside .site-header:not(.site-header--elementor) { width: -webkit-calc(100% - 230px); width: calc(100% - 230px); @@ -355,32 +306,26 @@ body.bb-buddypanel.bb-sfwd-aside:not(.buddypanel-open) .buddypanel .bb-toggle-pa transition: all 0.2s; } } - .bb-sfwd-aside .elementor-header + .site-content { padding-top: 0 !important; } body.bb-sfwd-aside { - /* .side-panel-inner { height: calc(100% - 35px); } */ } - body.bb-sfwd-aside .site-header .container, body.bb-sfwd-aside .footer-container .container { max-width: 100%; } - body.bb-sfwd-aside .site-header .container { max-width: 100%; margin-left: 0; } - body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head { height: 0; } - body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { display: none; } @@ -394,18 +339,15 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { padding-right: 0; padding-left: 0; } - .bb-sfwd-aside .site-content .container > .grid { margin-right: 0; margin-left: 0; } - .bb-sfwd-aside .site-content .container .grid > *:not(.no-gutter), .bb-sfwd-aside .site-content .container .grid-cell:not(.no-gutter) { padding-right: 0; padding-left: 0; } - .bb-sfwd-aside .site-content .container .container-full { width: 100%; margin-right: 0; @@ -413,12 +355,10 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { right: 0; left: 0; } - .bb-sfwd-aside .site-content .container .content-area { padding-bottom: 0; padding-top: 0; } - .bb-sfwd-aside .header-aside { margin-right: auto; } @@ -444,7 +384,6 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { margin-top: 10px; margin-bottom: 10px; } - .buddypanel-header .buddypanel .site-branding.ld-brand-logo img { padding: 0; margin: 0 auto; @@ -464,16 +403,13 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { color: var(--bb-sidenav-links); font-size: 24px; } - .ld-course-navigation .bb-toggle-panel .bb-icon-menu-left { font-size: 24px; } - .ld-course-navigation .bb-toggle-panel + .bb-toggle-panel { display: none; } @media (max-width: 799px) { - .ld-course-navigation .bb-toggle-panel { display: none; } @@ -490,17 +426,14 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { .learndash-content-body { position: relative; } - .learndash-content-body .bb-elementor-header-items { position: absolute; left: 0; z-index: 2; } - .learndash-content-body .bb-elementor-header-items a { margin-right: 10px; } - .learndash-content-body .bb-elementor-header-items i { font-size: 16px; } @@ -508,7 +441,6 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { .lms-side-panel-close .bb-elementor-header-items { left: 30px; } - .lms-side-panel-close .bb-elementor-header-items .header-minimize-link { display: inline-block; } @@ -517,7 +449,6 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { font-size: 14px; padding: 3px 20px; } - .learndash + .page-links .post-page-numbers { padding: 0 3px; } @@ -526,12 +457,10 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular) !important; } - .learndash-wrapper a.bbp-topic-reply-link:hover { color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover) !important; } - .learndash-wrapper .ld-button { background-color: var(--bb-primary-button-background-regular); color: var(--bb-primary-button-text-regular); @@ -539,11 +468,9 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { border-bottom: 1px solid var(--bb-primary-button-border-regular) !important; border-radius: var(--bb-button-radius); } - .learndash-wrapper .ld-button:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .learndash-wrapper .ld-button:hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); @@ -551,7 +478,6 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { border-bottom: 1px solid var(--bb-primary-button-border-hover) !important; opacity: 1; } - .learndash-wrapper .ld-button.ld-login-button { font-size: inherit; font-weight: inherit; @@ -560,51 +486,65 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { .learndash-course-grid-filter input[type="range"]::-webkit-slider-runnable-track { border-radius: var(--bb-block-radius-inner) !important; } - .learndash-course-grid-filter .range-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0 -2px; } - .learndash-course-grid-filter .range-wrapper input[type="range"] { margin-left: 2px; margin-right: 2px; } @media screen and (min-width: 800px) { - .sfwd-single-sidebar-right:not(.single-sfwd-courses) #learndash-content > .bb-grid { -ms-flex-flow: row-reverse; flex-flow: row-reverse; } } @media screen and (min-width: 800px) { - .single-sfwd-quiz.bb-buddypanel .site-content, .single-sfwd-lessons.bb-buddypanel .site-content, .single-sfwd-topic.bb-buddypanel .site-content { padding: 0 10px; } } +.page-template-default.page .entry-content #learndash-content.container-full { + width: auto; + right: 0; + left: 0; + margin-right: 0; + margin-left: 0; +} +.page-template-default.page .entry-content #learndash-content .lms-topic-sidebar-wrapper .lms-topic-sidebar-data { + position: static; +} + +.post-template-default.single .entry-content #learndash-content.container-full { + width: auto; + right: 0; + left: 0; + margin-right: 0; + margin-left: 0; +} +.post-template-default.single .entry-content #learndash-content .lms-topic-sidebar-wrapper .lms-topic-sidebar-data { + position: static; +} .bb-courses-header { margin-bottom: 2rem; } - .bb-courses-header .bb-title { font-size: 28px; margin: 0; } @media (max-width: 375px) { - .bb-courses-header .bb-title { font-size: 28px; margin-left: 10px; } } - .bb-courses-header .bs-dir-search { margin-right: auto; margin-bottom: 0; @@ -630,7 +570,6 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { font-size: 21px; height: 36px; } - .bb-courses-directory .grid-filters a { color: var(--bb-headings-color); display: -webkit-box; @@ -645,16 +584,13 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { -webkit-transition: 0.3s all; transition: 0.3s all; } - .bb-courses-directory .grid-filters a:hover { color: var(--bb-headings-color); opacity: 1; } - .bb-courses-directory .grid-filters a i { font-size: 24px; } - .bb-courses-directory .grid-filters .active { opacity: 1; } @@ -662,34 +598,27 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { .bb-courses-directory .bp-navs { margin-bottom: 15px; } - .bb-courses-directory .bp-navs li { float: right; padding-left: 30px; } - .bb-courses-directory .bp-navs li a { - padding: 0 0 15px; + padding: 10px 0; } - .bb-courses-directory .bp-navs .selected .count { background-color: var(--bb-primary-color); } - .bb-courses-directory .bs-sort-button i { font-size: 22px; } - .bb-courses-directory .select-wrap { margin: 0; } - .bb-courses-directory .select-wrap select { height: 36px; font-size: 14px; outline: none; } - .bb-courses-directory .sfwd-courses-filters .select-wrap select { margin-left: 12px; } @@ -703,27 +632,21 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .bb-course-items:not(.bb-grid) { margin: 0; } - .bb-course-items .bb-course-item-wrap { margin-bottom: 20px; } - .bb-course-items .bb-course-cover { overflow: hidden; position: relative; - /* height: 100%; */ } - .bb-course-items .bb-cover-wrap { border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; padding-top: 52%; } - .bb-course-items .bb-cover-list-item { background: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); @@ -735,16 +658,13 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { position: relative; overflow: hidden; } - .bb-course-items .bb-cover-list-item.bb-course-paid { padding-bottom: 35px; } - .bb-course-items .bb-cover-list-item:hover { box-shadow: 0 4px 32px 0 rgba(18, 43, 70, 0.1); z-index: 1; } - .bb-course-items .bb-cover-list-item .course-fee { display: -webkit-box; display: -ms-flexbox; @@ -753,7 +673,6 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { -ms-flex-align: center; align-items: center; } - .bb-course-items .bs-timestamp { font-size: 14px; color: #939597; @@ -762,52 +681,42 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { position: absolute; bottom: 20px; } - .bb-course-items .forums-meta span { background: rgba(18, 43, 70, 0.1); } - -.bb-course-items .bb-cover-wrap::after { +.bb-course-items .bb-cover-wrap:after { display: none; } - .bb-course-items .forums-meta { margin-bottom: 12px; } - .bb-course-items .bb-course-excerpt { color: var(--bb-alternate-text-color); } - .bb-course-items .course-progress-wrap { position: relative; z-index: 1; margin: 0 0 20px; line-height: 1; } - .bb-course-items .start-course-completion-rate { font-size: 11px; margin-top: 12px; text-transform: uppercase; } - .bb-course-items .course-progress { margin: 0; height: 4px; background: var(--bb-content-border-color); } - .bb-course-items .course-progress-bar { background: var(--bb-primary-color); height: 4px; width: auto; } - .bb-course-items .bb-card-course-details--hasAccess .bb-course-excerpt { display: none; } - .bb-course-items .bb-course-excerpt { font-size: 13px; color: var(--bb-alternate-text-color); @@ -821,14 +730,12 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { overflow: hidden; text-overflow: ellipsis; } - .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; } @media screen and (max-width: 1200px) { - .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 33.333%; @@ -836,7 +743,6 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { } } @media screen and (max-width: 820px) { - .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -844,21 +750,18 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { } } @media screen and (max-width: 480px) { - .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } } - .has-sidebar .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 33.333%; flex: 0 0 33.333%; } @media screen and (max-width: 1200px) { - .has-sidebar .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -866,7 +769,6 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { } } @media screen and (min-width: 800px) and (max-width: 900px) { - .has-sidebar .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -874,34 +776,29 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { } } @media screen and (max-width: 480px) { - .has-sidebar .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } } - .bb-course-items.list-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } - .bb-course-items.list-view .bb-cover-list-item { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0; } - .bb-course-items.list-view .bb-course-cover { -webkit-box-flex: 0; -ms-flex: 0 0 240px; flex: 0 0 240px; } @media screen and (max-width: 1040px) { - .bb-course-items.list-view .bb-course-cover { -webkit-box-flex: 0; -ms-flex: 0 0 200px; @@ -909,7 +806,6 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { } } @media screen and (max-width: 460px) { - .bb-course-items.list-view .bb-course-cover { -webkit-box-flex: 0; -ms-flex: 0 0 140px; @@ -917,33 +813,28 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { } } @media screen and (max-width: 375px) { - .bb-course-items.list-view .bb-course-cover { -webkit-box-flex: 0; -ms-flex: 0 0 110px; flex: 0 0 110px; } } - .bb-course-items.list-view .bb-card-course-details { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-bottom: 16px; } - .bb-course-items.list-view .bb-cover-wrap { border-radius: 0 var(--bb-block-radius) var(--bb-block-radius) 0; padding-top: 70%; height: 100%; } @media screen and (max-width: 1040px) { - .bb-course-items.list-view .bb-cover-wrap { padding-top: 78%; } } - .bb-course-items.list-view .bb-course-footer { -ms-flex-flow: column-reverse; flex-flow: column-reverse; @@ -954,27 +845,22 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { left: 0; } @media screen and (max-width: 1040px) { - .bb-course-items.list-view .bb-course-footer { position: static; padding: 15px 0 0; } } - .bb-course-items.list-view .bb-course-footer del { margin-left: 0; margin-top: 8px; } - .bb-course-items.list-view .bb-course-title, .bb-course-items.list-view .course-lesson-count { max-width: 80%; } - .bb-course-items.list-view .course-progress-wrap { max-width: 450px; } - .has-sidebar .bb-course-items.list-view .course-progress-wrap { max-width: 320px; } @@ -985,7 +871,6 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { display: block; margin-top: 10px; } - .bb-course-items .ld-progress-stats, .group_courses .ld-progress-stats, .bb-learndash-wrapper.bb-course-item-wrap .ld-progress-stats { @@ -997,7 +882,6 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { margin-top: 10px; color: var(--bb-alternate-text-color); } - .bb-course-items .ld-progress-stats .ld-progress-steps, .group_courses .ld-progress-stats .ld-progress-steps, .bb-learndash-wrapper.bb-course-item-wrap .ld-progress-stats .ld-progress-steps { @@ -1035,7 +919,6 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { -ms-flex-pack: end; justify-content: flex-end; } - .bb-course-footer del { font-size: 15px; font-weight: 400; @@ -1046,7 +929,6 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { .bb-card-course-details { padding: 16px 20px 10px; } - .grid-view .bb-card-course-details { display: -webkit-box; display: -ms-flexbox; @@ -1055,7 +937,6 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; - /* height: 100%; */ } @@ -1064,19 +945,16 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { line-height: 1.24; margin: 0 0 10px; } - #page .bb-course-title.bb-course-title-with-review { padding-bottom: 35px; position: relative; } - #page .bb-course-title.bb-course-title-with-review .ratings-after-title { position: absolute; right: 0; left: 0; bottom: 5px; } - #page .bb-course-title a { color: inherit; display: block; @@ -1087,11 +965,9 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { overflow: hidden; text-overflow: ellipsis; } - #page .bb-course-title a:hover { color: var(--bb-primary-color); } - #page .bb-course-title .lms-category { display: block; font-size: 12px; @@ -1099,7 +975,6 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { margin-bottom: 20px; font-weight: 400; } - #page .bb-course-title .lms-title { display: block; font-size: 20px; @@ -1121,27 +996,22 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .bb-course-meta .item-avatar { max-width: 28px; margin-left: 10px; } - .bb-course-meta .item-avatar img { border-radius: 50%; } - .bb-course-meta strong { font-size: 13px; font-weight: 500; letter-spacing: -0.24px; margin: 0; } - .bb-course-meta strong a { color: var(--bb-headings-color); } - .bb-course-meta strong a:hover { color: var(--bb-primary-color); } @@ -1190,39 +1060,30 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { font-size: 11px; line-height: 1; letter-spacing: 0.23px; - /* box-shadow: 0 1px 1px rgba(0,0,0,0.30); */ } - .bb-cover-list-item .progress-continue { background-color: #0b8ac7; } - .bb-cover-list-item .sfwd-type-free { background-color: #0bc1c7; } - .bb-cover-list-item .progress-empty { background-color: #dbbe1a; } - .bb-cover-list-item .progress-completed { background-color: #aac70b; } - .bb-cover-list-item .sfwd-type-closed { background-color: #9c9c9c; } - .bb-cover-list-item .sfwd-type-purchase { background-color: #0bc77a; } - .bb-cover-list-item .sfwd-type-unlock { background-color: var(--bb-primary-color); z-index: 10; } - .bb-cover-list-item .ld-status { position: absolute; z-index: 9; @@ -1237,24 +1098,19 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { line-height: 1; letter-spacing: 0.23px; } - .bb-cover-list-item .bb-course-cover .bb-cover-wrap .ld-status { border-radius: 15px 0 0 15px; height: auto; } - .bb-cover-list-item .ld-primary-background { background-color: var(--bb-primary-color); } - .bb-cover-list-item .ld-status-complete.ld-secondary-background { background-color: var(--bb-success-color); } - .bb-cover-list-item .ld-secondary-background { background-color: #aac70b; } - .bb-cover-list-item .ld-third-background { background-color: #dbbe1a; } @@ -1263,15 +1119,12 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { min-width: auto; margin-right: auto; } - .bb-course-step .sfwd-price-unlock { color: var(--bb-alternate-text-color); } - .bb-course-step .sfwd-price-unlock:hover { color: var(--bb-primary-color); } - .bb-course-step .sfwd-price-unlock i { font-size: 22px; } @@ -1279,11 +1132,9 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { .bb-list-card-data .bb-course-step { min-width: 140px; } - .bb-list-card-data .bb-course-step a.button { width: 100%; } - .bb-list-card-data .bb-course-step a.button.sfwd-price-closed, .bb-list-card-data .bb-course-step a.button.sfwd-price-closed:hover { color: #dedfe2; border-color: #dedfe2; @@ -1306,20 +1157,20 @@ span.bb-course-price { .component-navigation.courses-nav { margin: 0; } - .component-navigation.courses-nav li { position: relative; list-style: none; margin-left: 5px; } - +.component-navigation.courses-nav li.hideshow { + padding-right: 0; +} .component-navigation.courses-nav .bb-icon-loader { position: absolute; left: 4px; top: 2px; font-size: 20px; } - .bb-template-v2 .component-navigation.courses-nav .bb-icon-loader { font-size: 14px; line-height: 1; @@ -1330,19 +1181,16 @@ span.bb-course-price { padding: 10px 0; text-align: left; } - .bb-template-v1 .bb-lms-pagination > * { display: inline-block; font-size: 13px; } - .bb-template-v1 .bb-lms-pagination a.next.page-numbers, .bb-template-v1 .bb-lms-pagination a.prev.page-numbers { font-size: 0; } @media screen and (min-width: 800px) and (max-width: 992px) { - .ld-secondary-header .bs-secondary-list-tabs { -webkit-box-align: start; -ms-flex-align: start; @@ -1357,18 +1205,15 @@ span.bb-course-price { width: 100%; margin-left: 15px; } - .sfwd-courses-filters .select-wrap { width: 100%; margin-bottom: 5px; } - .sfwd-courses-filters select { width: 100%; } } @media screen and (max-width: 610px) { - .bb-secondary-list-tabs { -webkit-box-align: start; -ms-flex-align: start; @@ -1383,17 +1228,14 @@ span.bb-course-price { width: 100%; margin-left: 15px; } - .sfwd-courses-filters .select-wrap { width: 100%; margin-bottom: 5px; } - .sfwd-courses-filters select { width: 100%; } } - /* Course Single */ .single.single-sfwd-courses .content-area { padding-top: 0; @@ -1404,8 +1246,7 @@ span.bb-course-price { overflow: hidden; padding: 0 44px; } - -.bb-learndash-banner::before { +.bb-learndash-banner:before { content: ""; opacity: 0.4; background-color: var(--bb-headings-color); @@ -1418,7 +1259,6 @@ span.bb-course-price { right: 0; z-index: 1; } - .bb-learndash-banner .banner-img { position: absolute; top: 0; @@ -1439,7 +1279,6 @@ span.bb-course-price { position: relative; z-index: 2; } - .bb-course-banner-info .bb-enroll-widget { -ms-flex-item-align: center; align-self: center; @@ -1453,7 +1292,6 @@ span.bb-course-price { .bb-learndash-full-area .bb-learndash-content-wrap { max-width: 100%; } - .bb-learndash-full-area .bb-single-course-sidebar { display: none; } @@ -1466,7 +1304,6 @@ span.bb-course-price { } @media screen and (max-width: 1200px) { - .bb-learndash-side-area .bb-course-banner-inner { max-width: -webkit-calc(100% - 400px); max-width: calc(100% - 400px); @@ -1475,7 +1312,6 @@ span.bb-course-price { } } @media screen and (max-width: 992px) { - .bb-learndash-side-area .bb-course-banner-inner { max-width: -webkit-calc(100% - 350px); max-width: calc(100% - 350px); @@ -1484,7 +1320,6 @@ span.bb-course-price { } } @media screen and (max-width: 880px) { - .bb-learndash-side-area .bb-course-banner-inner { max-width: -webkit-calc(100% - 320px); max-width: calc(100% - 320px); @@ -1493,7 +1328,6 @@ span.bb-course-price { } } @media screen and (max-width: 820px) { - .bb-learndash-side-area .bb-course-banner-inner { max-width: 100%; width: 100%; @@ -1505,12 +1339,10 @@ span.bb-course-price { order: 1; } } - .bb-course-banner-inner { color: #fff; padding-top: 70px; } - .bb-course-banner-inner .bb-course-category { font-size: 14px; color: inherit; @@ -1518,59 +1350,49 @@ span.bb-course-price { text-transform: uppercase; margin-bottom: 5px; } - .bb-course-banner-inner .bb-course-category .course-category-item { display: inline-block; padding-left: 5px; } - .bb-course-banner-inner .bb-course-category .course-category-item a { color: #fff; } - .bb-course-banner-inner .bb-course-category .course-category-item a:hover { color: #fff; } - .bb-course-banner-inner .bb-course-category .course-category-item:last-of-type > span { display: none; } - .bb-course-banner-inner h1.entry-title { font-size: 48px; color: inherit; line-height: 1.25; margin-bottom: 15px; } - .bb-course-banner-inner .avatar { border-radius: 50%; margin-left: 12px; max-width: 38px; } - .bb-course-banner-inner .author-name { font-size: 14px; color: #fff; + color: #fff; letter-spacing: -0.24px; } - .bb-course-banner-inner span.meta-saperator { color: #fff; margin: 0 15px; display: none; } - .bb-course-banner-inner .bb-course-single-meta > a + span.meta-saperator { display: inline-block; } - .bb-course-banner-inner .course-date { font-size: 13px; color: rgba(255, 255, 255, 0.8); letter-spacing: -0.19px; } - .bb-course-banner-inner .course-completion-rate { opacity: 0.8; font-size: 12px; @@ -1579,24 +1401,20 @@ span.bb-course-price { display: block; margin-bottom: -10px; } - .bb-course-banner-inner .course-progress { margin: 0; height: 3px; background: rgba(238, 240, 243, 0.4); border-radius: 12px; } - .bb-course-banner-inner .course-progress-bar { background: #fff; height: 3px; width: auto; } - .bb-course-banner-inner .course-progress-inner { border-radius: 0; } - .bb-course-banner-inner .course-progress-inner .course-progress-bar { border-radius: 3px; } @@ -1612,13 +1430,11 @@ span.bb-course-price { .bb-course-points { margin-bottom: 35px; } - .bb-course-points a.anchor-course-points { color: #fff; font-size: 15px; font-weight: 500; } - .bb-course-points a.anchor-course-points i { margin-right: 10px; } @@ -1626,7 +1442,6 @@ span.bb-course-price { .bb-course-single-meta { margin-bottom: 40px; } - .bb-course-single-meta.bb_single_meta_off { margin-bottom: 0; } @@ -1639,7 +1454,6 @@ span.bb-course-price { .learndash-wrapper a.button:not(.outline) { border-bottom: 1px solid var(--bb-primary-button-border-regular) !important; } - .btn-join:hover, #btn-join:hover, .bb-single-course-sidebar .btn-join:hover, @@ -1666,12 +1480,10 @@ span.bb-course-price { border: 1px solid var(--bb-primary-button-border-regular); border-bottom: 1px solid var(--bb-primary-button-border-regular) !important; } - .btn-join:focus, #btn-join:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .btn-join:hover, #btn-join:hover { background-color: var(--bb-primary-button-background-hover); @@ -1689,12 +1501,10 @@ span.bb-course-price { font-size: 15px; font-weight: inherit; } - .learndash-wrapper #btn-join:focus, .learndash-wrapper .btn-join:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .learndash-wrapper #btn-join:hover, .learndash-wrapper .btn-join:hover { background-color: var(--bb-primary-button-background-hover); @@ -1733,13 +1543,11 @@ a.btn-join { -ms-flex-pack: center; justify-content: center; } - .bb-course-banner-info .bb-course-preview-wrap { border-radius: 5px; margin: 0 auto; max-width: 380px; } - .bb-course-preview-wrap img { position: absolute; top: 0; @@ -1796,7 +1604,6 @@ a.btn-join { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .bb-course-video-overlay > div { display: -webkit-box; display: -ms-flexbox; @@ -1812,7 +1619,6 @@ a.btn-join { font-weight: 500; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); } - .bb-course-video-overlay .bb-course-play-btn-wrapper { width: 60px; height: 60px; @@ -1824,7 +1630,6 @@ a.btn-join { -ms-flex-align: center; align-items: center; } - .bb-course-video-overlay .bb-course-play-btn { display: -webkit-box; display: -ms-flexbox; @@ -1840,8 +1645,7 @@ a.btn-join { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - -.bb-course-video-overlay .bb-course-play-btn::after { +.bb-course-video-overlay .bb-course-play-btn:after { display: inline-block; position: relative; right: 1px; @@ -1857,22 +1661,18 @@ a.btn-join { -moz-osx-font-smoothing: grayscale; color: var(--bb-body-text-color); } - -.bb-course-video-overlay .bb-course-play-btn:hover::after { +.bb-course-video-overlay .bb-course-play-btn:hover:after { border-color: transparent var(--bb-primary-color) transparent transparent; } - .bb-course-video-overlay:hover { background-color: rgba(0, 0, 0, 0.1); } - .bb-course-video-overlay:hover .bb-course-play-btn { width: 60px; height: 60px; background-color: rgba(248, 248, 248, 0.9); } - -.bb-course-video-overlay:hover .bb-course-play-btn::after { +.bb-course-video-overlay:hover .bb-course-play-btn:after { border-color: transparent var(--bb-primary-color) transparent transparent; } @@ -1884,12 +1684,10 @@ a.btn-join { -ms-flex: 1 1 auto; flex: 1 1 auto; } - .bb-modal.bb_course_video_details .fluid-width-video-wrapper iframe { max-height: -webkit-calc(100vh - 140px); max-height: calc(100vh - 140px); } - .bb-modal.bb_course_video_details button.mfp-close { width: 30px; height: 30px; @@ -1900,32 +1698,26 @@ a.btn-join { } @media screen and (max-width: 800px) { - .bb-modal.bb_course_video_details { padding: 10px; } - .bb-modal.bb_course_video_details .fluid-width-video-wrapper iframe { max-height: -webkit-calc(100vh - 100px); max-height: calc(100vh - 100px); } - .bb-modal.bb_course_video_details button.mfp-close { top: 7px; left: 7px; } } @media screen and (max-width: 544px) { - .bb-modal.bb_course_video_details { padding: 20px; } - .bb-modal.bb_course_video_details .fluid-width-video-wrapper iframe { max-height: -webkit-calc(100vh - 60px); max-height: calc(100vh - 60px); } - .bb-modal.bb_course_video_details button.mfp-close { width: 18px; height: 18px; @@ -1935,12 +1727,10 @@ a.btn-join { font-size: 120%; } } - a.bb-preview-course-link { display: block; text-align: center; } - a.bb-preview-course-link span { color: #fff; display: block; @@ -1959,11 +1749,9 @@ a.bb-preview-course-link span { padding-top: 20px; padding-bottom: 20px; } - .bb-single-course-sidebar .bb-course-member-wrap + .bb-course-status-wrap .bb-course-status-content { padding-top: 0; } - .bb-single-course-sidebar .bb-course-status-wrap .bb-course-status-content { padding-top: 20px; padding-bottom: 0; @@ -1983,67 +1771,55 @@ a.bb-preview-course-link span { overflow: hidden; background-color: transparent; } - .bb-single-course-sidebar .bb-button-wrap { margin-bottom: 0; padding-top: 10px; padding-bottom: 20px; text-align: center; } - .bb-single-course-sidebar .bb-button-wrap:empty { display: none; } - .bb-single-course-sidebar .bb-button-wrap .learndash_checkout_buttons { padding-bottom: 0; padding-top: 0; margin: 0; margin-bottom: 10px; } - .bb-single-course-sidebar .bb-button-wrap .learndash_checkout_buttons .ppalholder { display: none; } - .bb-single-course-sidebar .bb-button-wrap .learndash_join_button { padding-bottom: 0; padding-top: 0; margin-bottom: 10px; margin-top: 0; } - .bb-single-course-sidebar .bb-button-wrap .learndash_join_button.btn-advance-completed { display: none; } - .bb-single-course-sidebar .bb-button-wrap > a.btn-join { display: inline-block; text-align: center; margin-bottom: 10px; } - .bb-single-course-sidebar .bb-button-wrap .bb-course-type { display: inline-block; color: var(--bb-alternate-text-color); } - .bb-single-course-sidebar .bb-button-wrap .learndash_join_button + .bb-course-type, .bb-single-course-sidebar .bb-button-wrap .learndash_checkout_buttons + .bb-course-type, .bb-single-course-sidebar .bb-button-wrap > a.btn-join + .bb-course-type, .bb-single-course-sidebar .bb-button-wrap .ld-status + .bb-course-type { margin-top: 10px; } - .bb-single-course-sidebar .bb-button-wrap .bb-course-type.bb-course-type-paynow { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; } - .bb-single-course-sidebar .bb-course-member-wrap + .bb-button-wrap { padding-top: 0; } - .bb-single-course-sidebar h4 { font-size: 13px; color: var(--bb-headings-color); @@ -2052,13 +1828,11 @@ a.bb-preview-course-link span { padding-bottom: 15px; text-transform: uppercase; } - .bb-single-course-sidebar .bb-course-volume-list { list-style: none; margin: 0; padding: 0 0 30px; } - .bb-single-course-sidebar .bb-course-volume-list li { display: -webkit-box; display: -ms-flexbox; @@ -2068,7 +1842,6 @@ a.bb-preview-course-link span { align-items: center; margin-bottom: 15px; } - .bb-single-course-sidebar .bb-course-volume-list li i { margin-left: 12px; font-size: 18px; @@ -2076,7 +1849,6 @@ a.bb-preview-course-link span { position: relative; top: 1px; } - .bb-single-course-sidebar .btn-join, .bb-single-course-sidebar #btn-join { background-color: var(--bb-primary-button-background-regular); @@ -2087,12 +1859,10 @@ a.bb-preview-course-link span { font-size: 14px; font-weight: 400; } - .bb-single-course-sidebar .btn-join:focus, .bb-single-course-sidebar #btn-join:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .bb-single-course-sidebar .btn-join:hover, .bb-single-course-sidebar #btn-join:hover { background-color: var(--bb-primary-button-background-hover); @@ -2100,19 +1870,16 @@ a.bb-preview-course-link span { border-color: var(--bb-primary-button-border-hover); opacity: 1; } - .bb-single-course-sidebar .btn-join.jq-dropdown-open, .bb-single-course-sidebar #btn-join.jq-dropdown-open { background-color: var(--bb-primary-button-background-regular) !important; } - .bb-single-course-sidebar .btn-join.btn-disabled, .bb-single-course-sidebar #btn-join.btn-disabled { background-color: var(--bb-primary-button-background-regular); opacity: 0.5; pointer-events: none; } - .bb-single-course-sidebar a.btn-advance { background-color: var(--bb-primary-button-background-regular); color: var(--bb-primary-button-text-regular); @@ -2126,33 +1893,27 @@ a.bb-preview-course-link span { padding: 10px 19px; line-height: 1.471; } - .bb-single-course-sidebar a.btn-advance:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .bb-single-course-sidebar a.btn-advance:hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - .bb-single-course-sidebar a.btn-advance:focus { box-shadow: var(--bb-primary-button-focus-shadow) !important; } - .bb-single-course-sidebar .btn-advance-disable a.btn-advance { opacity: 0.5; pointer-events: none; } - .bb-single-course-sidebar .btn-advance-completed a.btn-advance { background-color: #f5f5f5; color: var(--bb-alternate-text-color); pointer-events: none; cursor: default; } - .bb-single-course-sidebar .btn-advance-completed a.btn-advance:hover { box-shadow: none; } @@ -2161,7 +1922,6 @@ a.bb-preview-course-link span { display: inline-block; margin-left: 12px; } - .bb-course-members img { border: 1px solid #fff; max-width: 28px; @@ -2176,27 +1936,22 @@ a.bb-preview-course-link span { .bb-learndash-content-wrap { padding-top: 35px; } - .bb-learndash-content-wrap > div { margin-bottom: 50px; } - .bb-learndash-content-wrap h4 { font-size: 16px; letter-spacing: 0.6px; margin: 0 0 20px; text-transform: uppercase; } - .bb-learndash-content-wrap #learndash_course_status { margin-bottom: 30px; } - .bb-learndash-content-wrap #learndash_lessons > div > div, .bb-learndash-content-wrap #learndash_quizzes > div > div { border: 0; } - .bb-learndash-content-wrap #learndash_lessons, .bb-learndash-content-wrap #learndash_quizzes, .bb-learndash-content-wrap #learndash_profile, @@ -2249,7 +2004,6 @@ h4#learndash_course_content_title { align-items: flex-start; color: var(--bb-headings-color); } - .bb-lesson-head:hover { background: rgba(146, 164, 183, 0.1); color: var(--bb-primary-color); @@ -2260,11 +2014,9 @@ h4#learndash_course_content_title { -webkit-transition: 0.3s all; transition: 0.3s all; } - .learndash_course_content .bb-lessons-list > li:nth-child(odd) a.bb-lesson-head:hover { background: rgba(146, 164, 183, 0.1); } - .learndash_course_content .bb-lessons-list > li:nth-child(odd) a.bb-lesson-head > .flex-1 { white-space: nowrap; overflow: hidden; @@ -2282,12 +2034,10 @@ h4#learndash_course_content_title { line-height: 1.5; border-radius: 0; } - .lms-topic-sidebar-wrapper .bb-lesson-head { line-height: 1.6; } - -.lms-topic-sidebar-wrapper [data-balloon]::after { +.lms-topic-sidebar-wrapper [data-balloon]:after { z-index: 25; } @@ -2296,7 +2046,6 @@ h4#learndash_course_content_title { -webkit-transition: 0.3s all; transition: 0.3s all; } - .bb-lms-list-inside li:nth-child(odd) .bb-lms-title-wrap:hover { background: rgba(146, 164, 183, 0.1); } @@ -2309,39 +2058,34 @@ h4#learndash_course_content_title { line-height: 1.6; margin-bottom: 1px; } - .bb-lms-title-wrap .bb-lms-title { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-left: 10px; } - .bb-lms-title-wrap:hover { background: rgba(146, 164, 183, 0.1); -webkit-transition: 0.3s all; transition: 0.3s all; } -.lms-topic-sidebar-wrapper .lms-quiz-list > li .bb-lms-title-wrap .bb-lms-quiz-tag::after { +.lms-topic-sidebar-wrapper .lms-quiz-list > li .bb-lms-title-wrap .bb-lms-quiz-tag:after { margin-left: 0; } - -.lms-topic-sidebar-wrapper li.lms-quiz-item .bb-lms-title-wrap .bb-lms-title::before { +.lms-topic-sidebar-wrapper li.lms-quiz-item .bb-lms-title-wrap .bb-lms-title:before { display: none; } .bb-lessons-list { margin: 0; } - .bb-lessons-list, .bb-lessons-list ol, .bb-lessons-list, .bb-lessons-list ul { list-style-type: none; } - -.bb-lessons-list li .bb-type-list li:not(.lms-quiz-item) .bb-lms-title-wrap .bb-lms-title::before { +.bb-lessons-list li .bb-type-list li:not(.lms-quiz-item) .bb-lms-title-wrap .bb-lms-title:before { line-height: 1.4; margin-left: 0; } @@ -2350,19 +2094,16 @@ h4#learndash_course_content_title { .lms-quiz-list { margin: 0; } - .bb-type-list li, .lms-quiz-list li { font-size: 14px; color: var(--bb-headings-color); letter-spacing: -0.24px; } - .bb-type-list li a, .lms-quiz-list li a { color: var(--bb-headings-color); } - .bb-type-list li a:hover, .lms-quiz-list li a:hover { color: var(--bb-primary-color); @@ -2380,7 +2121,6 @@ div#bb-learndash-lessons { margin-left: 0; margin-right: 0; } - .bb-course-topic-status .bb-lms-status, .bb-quiz-topic-status .bb-lms-status { position: absolute; @@ -2412,17 +2152,14 @@ div#bb-learndash-lessons { line-height: 22px; text-align: center; } - .i-progress.i-progress-completed { background-color: var(--bb-primary-color); } - .i-progress.i-progress-not-completed { color: #dedfe2; width: 23px; height: 23px; } - .i-progress.i-progress-not-completed i { font-size: 23px; width: 23px; @@ -2433,42 +2170,34 @@ div#bb-learndash-lessons { list-style: none; margin: 0; } - .bb-quiz-list .bb-quiz-icon g { stroke: var(--bb-body-text-color); } - .bb-quiz-list a { border-radius: 4px; padding: 15px; color: var(--bb-headings-color); line-height: 1.4; } - .bb-quiz-list a:hover { background: rgba(146, 164, 183, 0.1); color: var(--bb-primary-color); } - .bb-quiz-list .bb-quiz-topic-status-wrap .flex-1 { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } - .bb-quiz-list li:nth-child(odd) .bb-quiz-topic-status-wrap { background: rgba(146, 164, 183, 0.05); } - .bb-quiz-list li:nth-child(odd) .bb-quiz-topic-status-wrap:hover { background: rgba(146, 164, 183, 0.1); } - .bb-quiz-list li.lms-is-locked a { pointer-events: none; cursor: default; } - .bb-quiz-list .lms-is-locked-ico { position: relative; margin-right: 10px; @@ -2479,12 +2208,10 @@ div#bb-learndash-lessons { .bb-quiz-list-container .bb-quiz-list { counter-reset: lms-quiz-list; } - .bb-quiz-list-container .bb-quiz-list a.bb-quiz-topic-status-wrap { padding: 18px 22px; } - -.bb-quiz-list-container .bb-quiz-list .bb-quiz-topic-status-wrap span.flex-1::before { +.bb-quiz-list-container .bb-quiz-list .bb-quiz-topic-status-wrap span.flex-1:before { line-height: 1.4; margin-left: 0; counter-increment: lms-quiz-list; @@ -2507,25 +2234,20 @@ div#bb-learndash-lessons { .lms-topic-sidebar-wrapper .lms-lessions-list > ol.bb-lessons-list { margin-right: 0; } - .lms-topic-sidebar-wrapper .lms-lessions-list > ol.bb-lessons-list > li.lms-lesson-item { padding: 0 0 5px; position: relative; } - .lms-topic-sidebar-wrapper .lms-lessions-list > ol.bb-lessons-list > li.lms-lesson-item:first-child { padding-top: 0; } - .lms-topic-sidebar-wrapper .lms-lessions-list > ol.bb-lessons-list > li.lms-lesson-item:last-child { border-bottom: 0; padding-bottom: 0; } - .lms-topic-sidebar-wrapper .lms-lessions-list > ol.bb-lessons-list .bb-lesson-head { border-radius: 0; } - .lms-topic-sidebar-wrapper .lms-lessions-list > ol.bb-lessons-list .bb-lesson-head > .flex-1 { display: -webkit-box; display: -ms-flexbox; @@ -2535,13 +2257,11 @@ div#bb-learndash-lessons { text-overflow: ellipsis; margin-left: 6px; } - .lms-topic-sidebar-wrapper .lms-lessions-list > ol.bb-lessons-list .bb-lesson-head > .flex-1 .lms-is-sample-tag { margin-right: auto; padding-top: 1px; padding-bottom: 1px; } - .lms-topic-sidebar-wrapper .lms-lessions-list > ol.bb-lessons-list .bb-lesson-head > .flex-1 .lms-is-locked-ico, .lms-topic-sidebar-wrapper .lms-lessions-list > ol.bb-lessons-list .bb-lesson-head > .flex-1 .lms-not-locked-ico { color: var(--bb-alternate-text-color); @@ -2550,7 +2270,6 @@ div#bb-learndash-lessons { margin-right: 10px; margin-left: 10px; } - .lms-topic-sidebar-wrapper .lms-lessions-list > ol.bb-lessons-list .bb-lesson-head > .lms-is-locked-ico { color: var(--bb-alternate-text-color); margin-left: 8px; @@ -2568,11 +2287,9 @@ a.ld-table-list-item-preview:has(.lms-quiz-status-icon) { pointer-events: all; cursor: default; } - .lms-quiz-status-icon i { color: var(--bb-alternate-text-color); } - .ld-table-list-item-preview .lms-quiz-status-icon { margin-right: auto; } @@ -2582,11 +2299,9 @@ a.ld-table-list-item-preview:has(.lms-quiz-status-icon) { pointer-events: all; cursor: default; } - .lms-topic-is-locked .lms-topic-status-icon i { color: var(--bb-alternate-text-color); } - .lms-topic-is-locked > .bb-title, .lms-topic-is-locked > .ld-topic-row { pointer-events: none; cursor: default; @@ -2596,7 +2311,6 @@ a.ld-table-list-item-preview:has(.lms-quiz-status-icon) { pointer-events: none; cursor: default; } - .lms-is-scheduled .lms-quiz-status-icon { pointer-events: all; cursor: default; @@ -2609,14 +2323,12 @@ a.ld-table-list-item-preview:has(.lms-quiz-status-icon) { display: -ms-flexbox; display: flex; } - .lms-topic-sidebar-wrapper .lms-course-quizzes-list > ul.lms-quiz-list .lms-quiz-item > a > .flex-1 .bb-quiz-title { margin-left: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } - .lms-topic-sidebar-wrapper .lms-course-quizzes-list > ul.lms-quiz-list .lms-quiz-item > a > .flex-1 .lms-is-locked-ico { color: var(--bb-alternate-text-color); position: relative; @@ -2640,7 +2352,6 @@ li.lms-lesson-item .bb-lesson-head { .lms-topic-sidebar-wrapper .lms-lessions-list ol.bb-type-list { margin-right: 0; } - .lms-topic-sidebar-wrapper .lms-lessions-list ol.bb-type-list .bb-lms-title-wrap { -webkit-box-align: center; -ms-flex-align: center; @@ -2654,7 +2365,6 @@ li.lms-lesson-item .bb-lesson-head { margin: 0 0 20px; text-transform: uppercase; } - .learndash_content_wrap .bb-type-list { margin: 0; } @@ -2667,7 +2377,6 @@ span.bb-pages { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - span.bb-pages .bb-total { color: var(--bb-alternate-text-color); } @@ -2683,7 +2392,6 @@ span.bb-pages .bb-total { .lms-side-panel-close .header-maximize-link { display: none; } - .lms-side-panel-close .header-minimize-link { display: -webkit-box; display: -ms-flexbox; @@ -2702,13 +2410,11 @@ span.bb-pages .bb-total { margin: -30px -100px 0; } @media screen and (max-width: 1200px) { - .swfd-video-backlayer { margin: -30px -60px 0; } } @media screen and (max-width: 992px) { - .swfd-video-backlayer { margin: -30px -40px 0; } @@ -2728,22 +2434,18 @@ div.bb-lms-header { padding: 0; position: relative; margin: 0; - /* @include transition(all linear .2s); */ -webkit-transition: margin 0.2s; transition: margin 0.2s; } - div.bb-lms-header .sfwd-course-position { margin-left: auto; } - div.bb-lms-header h1 { font-size: 32px; line-height: 1.2; margin-bottom: 0; } - div.bb-lms-header .bb-position { -webkit-box-align: center; -ms-flex-align: center; @@ -2751,7 +2453,6 @@ div.bb-lms-header .bb-position { margin-bottom: 50px; } @media screen and (max-width: 544px) { - div.bb-lms-header .bb-position { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -2761,13 +2462,11 @@ div.bb-lms-header .bb-position { -ms-flex-align: start; align-items: flex-start; } - div.bb-lms-header .bb-position .sfwd-course-nav { margin-top: 15px; } } @media screen and (max-width: 380px) { - #learndash-page-content div.bb-lms-header .bb-position .sfwd-course-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; @@ -2781,7 +2480,6 @@ div.bb-lms-header .bb-position { div.bb-lms-header.quiz-fix .bb-position { padding-top: 10px; - /* Fix tooltips cut off by overflow parent container */ } @@ -2792,44 +2490,36 @@ div.bb-lms-header.quiz-fix .bb-position { .learndash_course_content .bb-lessons-list li.bb-lessons-list-item { position: relative; } - .learndash_course_content .bb-lessons-list li a.bb-lesson-head { color: var(--bb-headings-color); -webkit-box-align: center; -ms-flex-align: center; align-items: center; } - .learndash_course_content .bb-lessons-list li a.bb-lesson-head:hover { color: var(--bb-primary-color); } - .learndash_course_content .bb-lessons-list li a.bb-lesson-head .flex-1 .lms-is-sample-tag { margin-right: 10px; bottom: 1px; } - .learndash_course_content .bb-lessons-list li a.bb-lesson-head .lms-is-locked-ico { position: relative; margin-right: 10px; bottom: 1px; color: #939597; } - .learndash_course_content .bb-lessons-list li.lms-is-locked a.bb-lesson-head { pointer-events: none; cursor: default; } - .learndash_course_content .bb-lessons-list li.lms-is-locked .bb-type-list li a { pointer-events: none; cursor: default; } - .learndash_course_content .bb-quiz-list a { color: var(--bb-headings-color); } - .learndash_course_content .bb-quiz-list a:hover { color: var(--bb-primary-color); } @@ -2837,7 +2527,6 @@ div.bb-lms-header.quiz-fix .bb-position { .bb-type-list.bb-lms-list-inside a { color: var(--bb-headings-color); } - .bb-type-list.bb-lms-list-inside a:hover { color: var(--bb-primary-color); } @@ -2852,7 +2541,6 @@ div.bb-lms-header.quiz-fix .bb-position { margin-left: 6px; cursor: pointer; } - .lms-toggle-lesson i { display: inline-block; font-size: 16px; @@ -2872,7 +2560,6 @@ div.bb-lms-header.quiz-fix .bb-position { .bb-lessons-list-item .lms-toggle-lesson { right: 0; } - .bb-lessons-list-item .lms-toggle-lesson i { top: 10px; } @@ -2901,7 +2588,6 @@ div.bb-lms-header.quiz-fix .bb-position { width: 20px; height: 20px; } - .bb-type-list .bb-lms-ico i, .bb-quiz-list .bb-lms-ico i, .lms-quiz-list .bb-lms-ico i { @@ -2919,7 +2605,6 @@ div.bb-lms-header.quiz-fix .bb-position { color: var(--bb-alternate-text-color); white-space: nowrap; } - .bb-lesson-head .bb-lesson-topics-count, .bb-lesson-head .bb-lesson-quizzes-count { max-width: 60px; @@ -2931,7 +2616,6 @@ div.bb-lms-header.quiz-fix .bb-position { .lms-topic-sidebar-wrapper .bb-lms-title { font-size: 13px; } - .lms-topic-sidebar-wrapper .bb-lms-title .bb-quiz-title { font-size: 14px; } @@ -2939,7 +2623,6 @@ div.bb-lms-header.quiz-fix .bb-position { .bb-lms-secondary-header .bb-pages { margin-bottom: 0; } - .bb-lms-secondary-header .bb-learndash-meta-wrap { margin-bottom: 20px; min-height: 34px; @@ -2950,17 +2633,14 @@ div.bb-lms-header.quiz-fix .bb-position { display: -ms-flexbox; display: flex; } - .learndash_next_prev_link a.prev-link, .learndash_next_prev_link span.prev-link { border-radius: 0 var(--bb-button-radius) var(--bb-button-radius) 0; } - .learndash_next_prev_link a.next-link, .learndash_next_prev_link span.next-link { border-radius: var(--bb-button-radius) 0 0 var(--bb-button-radius); } - .learndash_next_prev_link a, .learndash_next_prev_link span.empty-post { display: -webkit-box; @@ -2982,12 +2662,10 @@ div.bb-lms-header.quiz-fix .bb-position { font-size: 12px; white-space: nowrap; } - .learndash_next_prev_link a:hover, .learndash_next_prev_link span.empty-post:hover { color: var(--bb-primary-color); } - .learndash_next_prev_link a .meta-nav, .learndash_next_prev_link span.empty-post .meta-nav { position: absolute; @@ -2996,16 +2674,14 @@ div.bb-lms-header.quiz-fix .bb-position { z-index: 20; } @media (max-width: 360px) { - .learndash_next_prev_link a { font-size: 0; } } - -.learndash_next_prev_link a.next-link::after, -.learndash_next_prev_link span.next-link::after { +.learndash_next_prev_link a.next-link:after, +.learndash_next_prev_link span.next-link:after { content: "\e827"; - font: 400 normal normal 14px/1 bb-icons; + font: normal normal normal 14px/1 bb-icons; font-size: 16px; text-rendering: auto; -webkit-font-smoothing: antialiased; @@ -3013,16 +2689,14 @@ div.bb-lms-header.quiz-fix .bb-position { margin-right: 6px; padding-bottom: 3px; } - .learndash_next_prev_link a.prev-link, .learndash_next_prev_link span.prev-link { margin-left: 2px; } - -.learndash_next_prev_link a.prev-link::before, -.learndash_next_prev_link span.prev-link::before { +.learndash_next_prev_link a.prev-link:before, +.learndash_next_prev_link span.prev-link:before { content: "\e8ab"; - font: 400 normal normal 14px/1 bb-icons; + font: normal normal normal 14px/1 bb-icons; font-size: 16px; text-rendering: auto; -webkit-font-smoothing: antialiased; @@ -3030,22 +2704,19 @@ div.bb-lms-header.quiz-fix .bb-position { margin-left: 6px; padding-bottom: 3px; } - .learndash_next_prev_link a { color: var(--bb-headings-color); } - .learndash_next_prev_link a:hover { color: var(--bb-primary-color); } -html[dir="rtl"] .learndash_next_prev_link a.next-link::after, -html[dir="rtl"] .learndash_next_prev_link span.next-link::after { +html[dir="rtl"] .learndash_next_prev_link a.next-link:after, +html[dir="rtl"] .learndash_next_prev_link span.next-link:after { content: "\e8ab"; } - -html[dir="rtl"] .learndash_next_prev_link a.prev-link::before, -html[dir="rtl"] .learndash_next_prev_link span.prev-link::before { +html[dir="rtl"] .learndash_next_prev_link a.prev-link:before, +html[dir="rtl"] .learndash_next_prev_link span.prev-link:before { content: "\e827"; } @@ -3056,15 +2727,12 @@ html[dir="rtl"] .learndash_next_prev_link span.prev-link::before { .learndash_content_wrap { padding-top: 30px; } - .learndash_content_wrap.learndash_content_video { padding-top: 0; } - .learndash_content_wrap .ld-tabs-content { margin-bottom: 50px; } - .learndash_content_wrap .ld-progress { margin-top: 0; } @@ -3073,50 +2741,40 @@ html[dir="rtl"] .learndash_next_prev_link span.prev-link::before { color: inherit; line-height: inherit; } - .learndash-wrapper .ld-tabs { margin: 0; } - .learndash-wrapper .ld-tabs .ld-tabs-content .ld-tab-content { padding-bottom: 0; } - .learndash-wrapper a { color: var(--bb-primary-color); } - .learndash-wrapper a.button:not(.outline) { background-color: var(--bb-primary-button-background-regular); color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); } - .learndash-wrapper a.button:not(.outline):focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .learndash-wrapper a.button:not(.outline):hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - .learndash-wrapper .learndash_content_wrap .ld-table-list.ld-no-pagination { border: 0; } - .learndash-wrapper .learndash_content_wrap .ld-content-actions { border: 0; margin-bottom: 0; position: relative; z-index: 1; } - -.learndash-wrapper .learndash_content_wrap .sfwd-mark-complete::after { +.learndash-wrapper .learndash_content_wrap .sfwd-mark-complete:after { display: none; } - .learndash-wrapper .learndash_content_wrap .learndash_mark_complete_button { border-radius: var(--bb-button-radius); background-color: var(--bb-primary-button-background-regular); @@ -3128,28 +2786,23 @@ html[dir="rtl"] .learndash_next_prev_link span.prev-link::before { font-weight: 500; padding: 10px 20px; } - .learndash-wrapper .learndash_content_wrap .learndash_mark_complete_button:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .learndash-wrapper .learndash_content_wrap .learndash_mark_complete_button:hover { opacity: 1; background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - .learndash-wrapper .learndash_content_wrap .learndash_mark_complete_button:focus { opacity: 1; } @media (min-width: 1024px) { - .learndash-wrapper .learndash_content_wrap { max-width: 760px; } - .learndash-wrapper .bb-lms-header .lms-header-title, .learndash-wrapper .bb-lms-header .lms-header-instructor { max-width: 760px; @@ -3157,9 +2810,8 @@ html[dir="rtl"] .learndash_next_prev_link span.prev-link::before { margin-left: auto; } } - .learndash-wrapper .ld-table-list .ld-table-list-header { - background-color: transparent; + background-color: transparent !important; color: var(--bb-headings-color); font-size: 16px; font-weight: 600; @@ -3167,30 +2819,24 @@ html[dir="rtl"] .learndash_next_prev_link span.prev-link::before { padding: 0; margin: 0 0 20px; } - .learndash-wrapper .ld-table-list .ld-table-list-header .ld-item-icon { display: none; } - .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-lesson-details { color: var(--bb-alternate-text-color); } - .learndash-wrapper .ld-table-list .ld-table-list-footer { padding: 0; background-color: transparent; } - .learndash-wrapper .ld-table-list .ld-table-list-items { border: 0; padding: 0; } - .learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item { border: 0; margin-bottom: 1px; } - .learndash-wrapper .ld-table-list .ld-table-list-items a.ld-table-list-item-preview { padding: 20px; border-radius: 4px; @@ -3198,7 +2844,6 @@ html[dir="rtl"] .learndash_next_prev_link span.prev-link::before { transition: 0.3s all; color: inherit; } - .learndash-wrapper .ld-table-list .ld-table-list-items a.ld-table-list-item-preview:hover { color: inherit; background: rgba(146, 164, 183, 0.1); @@ -3207,7 +2852,6 @@ html[dir="rtl"] .learndash_next_prev_link span.prev-link::before { .learndash-wrapper .learndash_content_wrap .ld-table-list .ld-table-list-items div.ld-table-list-item:nth-child(odd) a.ld-table-list-item-preview { background: rgba(146, 164, 183, 0.05); } - .learndash-wrapper .learndash_content_wrap .ld-table-list .ld-table-list-items div.ld-table-list-item:nth-child(odd) a.ld-table-list-item-preview:hover { background: rgba(146, 164, 183, 0.1); } @@ -3219,25 +2863,20 @@ html[dir="rtl"] .learndash_next_prev_link span.prev-link::before { flex-basis: 22px; margin-left: 12px; } - .learndash-wrapper .ld-status-icon.ld-status-complete { background-color: var(--bb-primary-color); } - .learndash-wrapper .ld-status-icon.ld-status-incomplete { border-width: 2px; border-color: #dedfe2; background-color: transparent; } - .learndash-wrapper .ld-status-icon.ld-status-in-progress { background-color: transparent; } - .learndash-wrapper .ld-status-icon.ld-quiz-complete { background-color: var(--bb-primary-color); } - .learndash-wrapper .ld-icon.ld-icon-quiz, .learndash-wrapper .ld-icon.ld-icon-checkmark, .learndash-wrapper .ld-icon.ld-icon-content, @@ -3254,97 +2893,83 @@ html[dir="rtl"] .learndash_next_prev_link span.prev-link::before { margin-right: 6px; padding-bottom: 0; } - -.learndash-wrapper .ld-icon.ld-icon-quiz::before { +.learndash-wrapper .ld-icon.ld-icon-quiz:before { content: "\eeff"; font-family: bb-icons !important; } - .learndash-wrapper .ld-icon.ld-icon-checkmark { font-size: 14px; } - -.learndash-wrapper .ld-icon.ld-icon-checkmark::before { +.learndash-wrapper .ld-icon.ld-icon-checkmark:before { content: "\e876"; } - .learndash-wrapper .ld-icon.ld-icon-content { font-size: 14px; } - -.learndash-wrapper .ld-icon.ld-icon-content::before { +.learndash-wrapper .ld-icon.ld-icon-content:before { content: "\e86e"; } - .learndash-wrapper .ld-icon.ld-icon-materials { font-size: 14px; } - -.learndash-wrapper .ld-icon.ld-icon-materials::before { +.learndash-wrapper .ld-icon.ld-icon-materials:before { content: "\ef3e"; } - -.learndash-wrapper .ld-icon.ld-icon-certificate::before { +.learndash-wrapper .ld-icon.ld-icon-certificate:before { content: "\e975"; } - -.learndash-wrapper .ld-icon.ld-icon-assignment::before { +.learndash-wrapper .ld-icon.ld-icon-assignment:before { content: "\ee7a"; } - -.learndash-wrapper .ld-icon.ld-icon-search::before { +.learndash-wrapper .ld-icon.ld-icon-search:before { content: "\ef10"; } - -.learndash-wrapper .ld-icon.ld-icon-calendar::before { +.learndash-wrapper .ld-icon.ld-icon-calendar:before { content: "\e884"; } - -.learndash-wrapper .ld-tabs .ld-tabs-navigation::after { +.learndash-wrapper .ld-tabs .ld-tabs-navigation:after { height: 1px; background-color: var(--bb-content-border-color); } - .learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab { padding: 10px 20px; font-size: 14px; - font-weight: 400; + font-weight: normal; color: var(--bb-body-text-color); } - -.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab::after { +.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab:after { height: 1px; } - +.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab:focus { + box-shadow: none; +} .learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active { color: var(--bb-headings-color); } - -.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active::after { +.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active:after { background-color: var(--bb-primary-color); } - -.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-active::after { +.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active:focus { + box-shadow: none; +} +.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-active:after { background: var(--bb-primary-color); } .learndash-wrapper .bb-ld-info-bar { margin: 0 0 15px; } - .learndash-wrapper .bb-ld-info-bar .ld-lesson-status { background: none; border-radius: 0; } - .learndash-wrapper .bb-ld-status { margin-left: 10px; } - .learndash-wrapper .bb-ld-status .ld-status { background-color: rgba(146, 164, 183, 0.05); text-transform: none; - font-weight: 400; + font-weight: normal; font-size: 12px; height: 30px; line-height: 30px; @@ -3352,57 +2977,47 @@ html[dir="rtl"] .learndash_next_prev_link span.prev-link::before { letter-spacing: inherit; margin-bottom: 0; } - .learndash-wrapper .bb-ld-status .ld-status.ld-status-progress { color: #fff; background-color: var(--bb-primary-color); } - .learndash-wrapper .bb-ld-status .ld-status.ld-status-complete { color: #fff; background-color: var(--bb-success-color); } - .learndash-wrapper .bb-ld-info-bar .ld-topic-status { border-radius: 0; } - .learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs { background-color: transparent; padding: 0 0 10px; border-bottom: 1px solid var(--bb-content-border-color); border-radius: 0; } - .learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-status { display: none; background-color: rgba(146, 164, 183, 0.05); text-transform: none; - font-weight: 400; + font-weight: normal; font-size: 12px; line-height: inherit; padding: 0 12px; letter-spacing: inherit; } - .learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-status.ld-status-progress { background-color: var(--bb-primary-color); } - .learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-status.ld-status-complete { background-color: var(--bb-success-color); } - .learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span a { - font-weight: 400; + font-weight: normal; color: var(--bb-headings-color); } - .learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span a:hover { color: var(--bb-primary-color); } - -.learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span::after { +.learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span:after { content: "\e827"; font-family: bb-icons; font-size: 12px; @@ -3414,11 +3029,9 @@ html[dir="rtl"] .learndash_next_prev_link span.prev-link::before { position: relative; top: 0; } - -[dir="rtl"] .learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span::after { +[dir="rtl"] .learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span:after { content: "\e8ab"; } - .learndash-wrapper .ld-topic-status { background-color: transparent; } @@ -3426,29 +3039,23 @@ html[dir="rtl"] .learndash_next_prev_link span.prev-link::before { .learndash-wrapper .ld-alert { border-radius: var(--bb-block-radius-inner); } - .learndash-wrapper .ld-alert .ld-button { padding: 10px 20px; border-bottom: 0 !important; } - .learndash-wrapper .ld-alert .ld-button .ld-icon { display: none; } - .learndash-wrapper .ld-alert.ld-alert-certificate.ld-alert-success { color: var(--bb-body-text-color); } - .learndash-wrapper .ld-alert .ld-alert-content a { color: var(--bb-headings-color); text-decoration: none; } - .learndash-wrapper .ld-alert .ld-alert-content a:hover { color: var(--bb-primary-color); } - .learndash-wrapper .ld-alert-success { border: 0; padding: 15px; @@ -3457,7 +3064,6 @@ html[dir="rtl"] .learndash_next_prev_link span.prev-link::before { font-size: 15px; background-color: rgba(var(--bb-success-color-rgb), 0.1); } - .learndash-wrapper .ld-alert-success .ld-alert-content { display: -webkit-box; display: -ms-flexbox; @@ -3466,18 +3072,15 @@ html[dir="rtl"] .learndash_next_prev_link span.prev-link::before { -ms-flex-align: center; align-items: center; } - .learndash-wrapper .ld-alert-success .ld-alert-content > p { margin: 0; } - .learndash-wrapper .ld-alert-success .ld-button { background-color: var(--bb-success-color); color: #fff; white-space: nowrap; border: 0; } - .learndash-wrapper .ld-alert-success .ld-alert-icon.ld-icon { margin-right: 6px; background-color: var(--bb-success-color); @@ -3495,7 +3098,6 @@ html[dir="rtl"] .learndash_next_prev_link span.prev-link::before { vertical-align: middle; font-size: 20px; } - .learndash-wrapper .ld-alert-warning { border-color: var(--bb-warning-color); background-color: rgba(var(--bb-warning-color-rgb), 0.1); @@ -3505,7 +3107,6 @@ html[dir="rtl"] .learndash_next_prev_link span.prev-link::before { color: inherit; font-size: 15px; } - .learndash-wrapper .ld-alert-warning .ld-alert-content { display: -webkit-box; display: -ms-flexbox; @@ -3514,22 +3115,18 @@ html[dir="rtl"] .learndash_next_prev_link span.prev-link::before { -ms-flex-align: center; align-items: center; } - .learndash-wrapper .ld-alert-warning .ld-alert-content .ld-alert-messages p { margin-bottom: 0; } - .learndash-wrapper .ld-alert-warning .ld-alert-content > p { margin: 0; } - .learndash-wrapper .ld-alert-warning .ld-button { background-color: var(--bb-warning-color); color: #fff; white-space: nowrap; border: 0; } - .learndash-wrapper .ld-alert-warning .ld-alert-icon.ld-icon-alert { font-family: bb-icons !important; font-size: 20px; @@ -3545,31 +3142,25 @@ html[dir="rtl"] .learndash_next_prev_link span.prev-link::before { -ms-transform: none; transform: none; } - -.learndash-wrapper .ld-alert-warning .ld-alert-icon.ld-icon-alert::before { +.learndash-wrapper .ld-alert-warning .ld-alert-icon.ld-icon-alert:before { content: "\ee65"; font-weight: 100; } @media screen and (max-width: 768px) { - .learndash-wrapper .ld-alert-warning .ld-alert-content { margin: 0; } - .learndash-wrapper .ld-alert-warning .ld-alert-content .ld-alert-icon.ld-icon-alert { margin-left: 0.5em; } - .learndash-wrapper .ld-alert-warning .ld-alert-content .ld-alert-messages { text-align: right; line-height: 1.4; } } - .learndash-wrapper .bb-ld-tabs { position: relative; } - .learndash-wrapper .bb-ld-tabs #learndash-course-content { margin: 0; position: absolute; @@ -3582,91 +3173,74 @@ html[dir="rtl"] .learndash_next_prev_link span.prev-link::before { font-weight: inherit; color: var(--bb-alternate-text-color); } - .learndash-wrapper .ld-pagination .ld-pages { background-color: transparent; padding: 1em 0.5em; } - .learndash-wrapper .ld-pagination .ld-pages a { color: var(--bb-headings-color); } - .learndash-wrapper .ld-pagination .ld-pages a:hover { color: var(--bb-primary-color); } - .learndash-wrapper .ld-pagination .ld-pages .ld-icon { font-size: 10px; } .lms-topic-sidebar-wrapper.lms-topic-sidebar-close { margin-right: -370px; - /* margin-left: -40%; */ } - .lms-topic-sidebar-wrapper.lms-topic-sidebar-close .lms-topic-sidebar-data { right: -370px; } - .buddypanel-open .lms-topic-sidebar-wrapper.lms-topic-sidebar-close .lms-topic-sidebar-data { right: -370px; } @media screen and (min-width: 800px) { - .sfwd-single-sidebar-right .lms-topic-sidebar-wrapper.lms-topic-sidebar-close { margin-left: -370px; margin-right: 0; } } - .lms-header-instructor .bb-about-instructor { margin: 0; padding-top: 20px; padding-bottom: 20px; } - .lms-header-instructor .bb-about-instructor.bb_single_meta_off { padding: 0; } - .lms-header-instructor .bb-about-instructor > .flex { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } - -.lms-header-instructor .bb-about-instructor > h4 { +.lms-header-instructor .bb-about-instructor > .bb-instructor-heading, .lms-header-instructor .bb-about-instructor > h4 { text-transform: uppercase; color: var(--bb-headings-color); font-size: 13px; margin-bottom: 10px; - font-weight: 400; + font-weight: normal; } - .lms-header-instructor .bb-about-instructor h5 { font-weight: 400; font-size: 15px; color: var(--bb-headings-color); margin-bottom: 0; } - .lms-header-instructor .bb-about-instructor h5 a { color: var(--bb-headings-color); } - .lms-header-instructor .bb-about-instructor h5 a:hover { color: var(--bb-primary-color); } - .lms-header-instructor .bb-about-instructor .bb-about-instructor-date { color: var(--bb-alternate-text-color); margin-right: 0; } - -.lms-header-instructor .bb-about-instructor .bb-about-instructor-date::before { +.lms-header-instructor .bb-about-instructor .bb-about-instructor-date:before { content: ""; width: 4px; height: 4px; @@ -3677,15 +3251,12 @@ html[dir="rtl"] .learndash_next_prev_link span.prev-link::before { bottom: 2px; display: none; } - .lms-header-instructor .bb-about-instructor .bb-avatar-wrap + .bb-content-wrap .bb-about-instructor-date { margin-right: 7px; } - -.lms-header-instructor .bb-about-instructor .bb-avatar-wrap + .bb-content-wrap .bb-about-instructor-date::before { +.lms-header-instructor .bb-about-instructor .bb-avatar-wrap + .bb-content-wrap .bb-about-instructor-date:before { display: inline-block; } - .lms-header-instructor .bb-about-instructor .bb-avatar-wrap { max-width: 40px; text-align: right; @@ -3693,20 +3264,17 @@ html[dir="rtl"] .learndash_next_prev_link span.prev-link::before { display: block; padding: 0; } - .lms-header-instructor .bb-about-instructor .bb-content-wrap { padding: 0; } - .lms-header-instructor .bb-about-instructor .avatar { max-width: 32px; } - .lms-header-instructor .bb-about-instructor .bb-avatar-wrap > div { margin-bottom: 0; } -html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor-date::before { +html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor-date:before { margin-left: 10px; margin-right: 10px; } @@ -3714,13 +3282,11 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor .lms-topic-sidebar-course-navigation .ld-course-navigation { margin: 15px 30px; } - .lms-topic-sidebar-course-navigation .ld-course-navigation .course-entry-title { color: var(--bb-headings-color); font-size: 26px; margin: 0; } - .lms-topic-sidebar-course-navigation a.course-entry-link { display: inline-block; background-color: rgba(0, 0, 0, 0.03); @@ -3732,11 +3298,9 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .lms-topic-sidebar-course-navigation a.course-entry-link:hover { background-color: rgba(0, 0, 0, 0.06); } - .lms-topic-sidebar-course-navigation a.course-entry-link i { margin-left: 3px; } @@ -3748,7 +3312,6 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor padding-bottom: 25px; border-bottom: 1px solid var(--bb-content-border-color); } - .lms-topic-sidebar-progress .course-completion-rate { font-size: 12px; font-weight: 500; @@ -3757,7 +3320,6 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor margin-top: 15px; line-height: 1; } - .lms-topic-sidebar-progress .ld-progress-steps { font-size: 12px; font-weight: 500; @@ -3766,7 +3328,6 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor margin-top: 7px; line-height: 1; } - .lms-topic-sidebar-progress .course-progress { margin: 0; height: 3px; @@ -3774,7 +3335,6 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor background: var(--bb-content-border-color); border-radius: 12px; } - .lms-topic-sidebar-progress .course-progress-bar { background: var(--bb-primary-color); height: 3px; @@ -3784,7 +3344,6 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor .bb-about-instructor { margin-bottom: 60px; } - .bb-about-instructor > .bb-grid { background-color: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); @@ -3796,42 +3355,37 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor -ms-flex-align: center; align-items: center; } - .bb-about-instructor .bb-instructor-wrap { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } - .bb-about-instructor.bb-about-instructor--is-info .bb-instructor-wrap { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } - .bb-about-instructor .bb-author-info { margin: 3px 0 5px; font-size: 14px; line-height: 1.5; } - .bb-about-instructor .bb-instructor-message { -webkit-box-flex: inherit; -ms-flex: inherit; flex: inherit; } - -.bb-about-instructor h4 { +.bb-about-instructor h4, +.bb-about-instructor .bb-instructor-heading { font-size: 16px; + line-height: 1; letter-spacing: 0.6px; margin: 0 0 15px; text-transform: uppercase; } - .bb-about-instructor .avatar { max-width: 52px; } - .bb-about-instructor .bb-avatar-wrap { max-width: 110px; text-align: center; @@ -3842,28 +3396,23 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor flex-flow: column; margin-left: 18px; } - .bb-about-instructor h5 { font-size: 18px; line-height: 1; margin: 6px 0 2px; } - .bb-about-instructor h5 a { color: var(--bb-headings-color); } - .bb-about-instructor h5 a:hover { color: var(--bb-primary-color); } - .bb-about-instructor .bb-author-meta { font-size: 14px; color: var(--bb-alternate-text-color); line-height: 1.2; margin-bottom: 0; } - .bb-about-instructor .bb-content-wrap { display: -webkit-box; display: -ms-flexbox; @@ -3871,7 +3420,6 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor -ms-flex-flow: column; flex-flow: column; } - .bb-about-instructor .bb-author-meta-info { display: -webkit-box; display: -ms-flexbox; @@ -3881,7 +3429,6 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor margin-top: auto; padding-bottom: 5px; } - .bb-about-instructor .bb-author-meta-info > span { display: -webkit-box; display: -ms-flexbox; @@ -3894,15 +3441,12 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor color: var(--bb-alternate-text-color); letter-spacing: -0.24px; } - .bb-about-instructor .bb-author-meta-info > span:last-child { margin-left: 0; } - .bb-about-instructor .bb-author-meta-info svg { margin-left: 5px; } - .bb-about-instructor .button { max-width: 160px; display: block; @@ -3912,7 +3456,6 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor padding-left: 25px; font-weight: 400; } - .bb-about-instructor .button i { margin-left: 5px; font-size: 18px; @@ -3924,7 +3467,6 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor display: block; line-height: 0; } - .bb-learndash-meta-wrap .bb-toggle-theme span { display: inline-block; } @@ -3947,15 +3489,13 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor list-style: none; counter-reset: lms-list; } - -.bb-type-list.bb-lms-list-inside li > a .bb-lms-title::before { +.bb-type-list.bb-lms-list-inside li > a .bb-lms-title:before { line-height: 1.4; margin-left: 0; counter-increment: lms-list; content: counter(lms-list) ". "; color: var(--bb-alternate-text-color); } - .bb-type-list.bb-lms-list-inside .bb-lms-title-wrap { font-size: 16px; padding: 18px 22px; @@ -3963,7 +3503,6 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor -ms-flex-align: center; align-items: center; } - .bb-type-list.bb-lms-list-inside .bb-course-topic-status { width: 24px; height: 24px; @@ -3971,7 +3510,6 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor -ms-flex-order: 2; order: 2; } - .bb-type-list.bb-lms-list-inside svg { margin-left: 0; } @@ -4013,7 +3551,6 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor margin: 0; list-style: none; } - .bb-assignments-list li { border-radius: 4px; margin-bottom: 1px; @@ -4021,32 +3558,26 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor -ms-flex-align: center; align-items: center; } - .bb-assignments-list li:hover { background: rgba(146, 164, 183, 0.1); } - .bb-assignments-list a { color: inherit; letter-spacing: -0.24px; line-height: 19px; } - .bb-assignments-list .ld-assignment-filename-col a { display: block; padding: 13px 15px; } - .bb-assignments-list img { max-width: 24px; margin-left: 15px; } - .bb-assignments-list .bb-icon-close-circle { color: var(--bb-danger-color); font-size: 20px; } - .bb-assignments-list .ld-assignment-delete-col { display: -webkit-box; display: -ms-flexbox; @@ -4056,7 +3587,6 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor align-items: center; padding-left: 10px; } - .bb-assignments-list .learndash_uploaded_assignment_points { margin-left: 15px; } @@ -4067,7 +3597,6 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor letter-spacing: 0.6px; text-transform: uppercase; } - .bb-leardash-upload-assignment .bb-label { display: inline-block; cursor: pointer; @@ -4080,14 +3609,12 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor margin-bottom: 20px; color: var(--bb-primary-color); } - .bb-leardash-upload-assignment form { border: 1px dashed #c3c6c9; border-radius: 4px; padding: 30px 20px; text-align: center; } - .bb-leardash-upload-assignment input[type="file"] { width: 0.1px; height: 0.1px; @@ -4096,20 +3623,16 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor position: absolute; z-index: -1; } - .bb-leardash-upload-assignment input[type="file"]:focus + label { outline: none; } - .bb-leardash-upload-assignment input[type="file"]:focus + label * { pointer-events: none; } - .bb-leardash-upload-assignment input#uploadfile_btn { min-width: 140px; font-weight: 500; } - .bb-leardash-upload-assignment .bb-upload-message { padding: 15px 0 0; font-size: 14px; @@ -4145,7 +3668,6 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor margin: auto; padding: 0 10px; } - .buddypanel-open #object-nav.bb-lms-nav { max-width: 1160px; } @@ -4162,16 +3684,13 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor border-bottom: 1px solid var(--bb-content-border-color); padding: 0 0 30px; } - .single-sfwd-courses .comment-respond.bb-active { box-shadow: none; } - .single-sfwd-courses .comments-area input#submit { min-width: 160px; min-height: 40px; } - .single-sfwd-courses .comment-body { background: transparent; border: 0; @@ -4180,11 +3699,9 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor padding: 0 0 30px; border-bottom: 1px solid var(--bb-content-border-color); } - .single-sfwd-courses .comment-content-wrap { padding-right: 22px; } - .single-sfwd-courses .comment-respond .vcard a { margin-right: 22px; } @@ -4192,7 +3709,6 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor .ld-in-focus-mode.bb-sfwd-aside .comments-area { display: none; } - .ld-in-focus-mode.bb-sfwd-aside .wpdiscuz_top_clearing + #comments.comments-area { display: block; } @@ -4200,16 +3716,13 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor .bb-course-item { padding: 0 10px 15px; } - .bb-course-item .avatar { max-width: 28px; width: 100%; } - .bb-course-items .bb-course-item .bb-cover-list-item:hover { box-shadow: 0 2px 10px 0 rgba(18, 43, 70, 0.1); } - .bb-course-item .bb-course-meta.bb-course-footer { margin-top: 40px; -ms-flex-flow: row; @@ -4223,7 +3736,6 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor color: #fff; letter-spacing: -0.24px; } - .bb-details i { font-size: 26px; position: relative; @@ -4248,7 +3760,6 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor background: transparent; box-shadow: none; } - .groups.single-item #object-nav.bb-lms-nav { padding: 0; } @@ -4270,7 +3781,6 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor form#sfwd-mark-complete input#learndash_mark_complete_button[disabled] { color: #fff; } - form#sfwd-mark-complete input#learndash_mark_complete_button[disabled]:hover { box-shadow: none; } @@ -4287,25 +3797,20 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { pointer-events: all; padding: 6px 12px 6px 0; } - .learndash-wrapper .ld-section-heading { margin-bottom: 1.25em; } - .learndash-wrapper .ld-section-heading h2 { letter-spacing: 0.6px; text-transform: uppercase; } - .learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading h2, .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading h2 { font-size: 16px; } - .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading { margin-bottom: 0.5em; } - .learndash-wrapper .ld-item-list.ld-lesson-list .ld-lesson-section-heading { font-size: 16px; color: var(--bb-headings-color); @@ -4319,17 +3824,14 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { .learndash-wrapper .ld-expand-button { color: var(--bb-body-text-color); } - .learndash-wrapper .ld-item-list.ld-lesson-list .ld-lesson-section-heading, .learndash-wrapper .ld-table-list .ld-table-list-header { color: var(--bb-headings-color); } - .learndash-wrapper .ld-expand-button { background-color: transparent; border-radius: 4px; } - .learndash-wrapper .ld-expand-button:hover { background-color: transparent; } @@ -4337,13 +3839,11 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { .learndash-wrapper .ld-item-details .ld-expand-button { background: transparent; } - .learndash-wrapper .ld-item-list .ld-item-list-item { border: none; margin-bottom: 10px; background-color: transparent; } - .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview { background: rgba(146, 164, 183, 0.05); border-radius: var(--bb-block-radius-inner); @@ -4352,15 +3852,12 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { .learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview.learndash-complete .ld-topic-title { text-decoration: line-through; } - .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview { padding: 16px 15px; } - .learndash-wrapper .learndash_content_wrap .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview { padding-right: 50px; } - .learndash-wrapper .learndash_content_wrap .ld-table-list-item-quiz .ld-item-title { color: #939597; position: relative; @@ -4369,13 +3866,11 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { letter-spacing: -0.24px; line-height: 1.6; } - .learndash-wrapper .learndash_content_wrap .ld-table-list-item-quiz:hover .ld-item-title { color: var(--bb-primary-color); } - -.learndash-wrapper .learndash_content_wrap .ld-table-list-item-quiz .ld-item-title::before { - font: 400 normal normal 18px/1 bb-icons; +.learndash-wrapper .learndash_content_wrap .ld-table-list-item-quiz .ld-item-title:before { + font: normal normal normal 18px/1 bb-icons; speak: none; display: inline-block; text-decoration: inherit; @@ -4388,7 +3883,6 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { top: 3px; font-weight: 100; } - .learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview { -webkit-box-pack: justify; -ms-flex-pack: justify; @@ -4396,7 +3890,6 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { padding: 16px 70px 16px 15px; background: transparent; } - .learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-topic-title { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; @@ -4416,16 +3909,14 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { -ms-flex-align: center; align-items: center; } - .learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-topic-title .lms-topic-status-icon { margin-right: auto; } - -.learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-topic-title::before { - font: 400 normal normal 18px/1 bb-icons; +.learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-topic-title:before { + font: normal normal normal 18px/1 bb-icons; speak: none; display: inline-block; - text-decoration: inherit; + text-decoration: none; text-transform: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; @@ -4434,88 +3925,71 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { right: -30px; top: 3px; } - .learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-status-icon { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; margin-left: 0; } - -.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item.ld-topic__video a.ld-table-list-item-preview .ld-topic-title::before { +.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item.ld-topic__video a.ld-table-list-item-preview .ld-topic-title:before { content: "\eef7"; font-family: bb-icons; font-weight: 500; } - .learndash-wrapper .ld-status-icon.ld-status-complete, .learndash-wrapper .ld-status-icon.ld-quiz-complete { border: 0; } - .learndash-wrapper .ld-status-icon.ld-status-incomplete, .learndash-wrapper .ld-status-icon.ld-quiz-incomplete, .learndash-wrapper .ld-status-icon.ld-quiz-pending { border: 2px solid #dedfe2; } - .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details .ld-lesson-list-progress { text-transform: none; } - .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details .ld-lesson-list-steps { text-transform: none; } - .learndash-wrapper .ld-table-list .ld-table-list-header .ld-text { font-family: inherit; text-transform: none; font-weight: 500; } - .learndash-wrapper .ld-table-list .ld-table-list-header { background-color: transparent; border: none; } @media screen and (max-width: 640px) { - .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-lesson-details { margin-right: 0; } } - -.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded::before { +.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded:before { background: rgba(146, 164, 183, 0.05); } - .learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-header { padding: 16px 15px; margin-bottom: 0; } - -.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded::before { +.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded:before { right: 24px; } - .learndash-wrapper .ld-table-list .ld-table-list-items { padding: 0; } - .learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-item { margin: 0; padding: 0; } - -.learndash-wrapper .ld-status-icon .ld-icon::before { +.learndash-wrapper .ld-status-icon .ld-icon:before { font-size: 12px; } - .learndash-wrapper .ld-item-list-item-quiz .ld-item-name { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } - .learndash-wrapper .ld-item-list-item-quiz .ld-item-name .ld-item-title { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; @@ -4523,10 +3997,9 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { position: relative; font-weight: 500; } - -.learndash-wrapper .ld-item-list-item-quiz .ld-item-name .ld-item-title::before { +.learndash-wrapper .ld-item-list-item-quiz .ld-item-name .ld-item-title:before { content: "\eeff"; - font: 400 normal normal 18px/1 bb-icons; + font: normal normal normal 18px/1 bb-icons; speak: none; display: inline-block; text-decoration: inherit; @@ -4537,31 +4010,25 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { font-weight: 100; color: var(--bb-alternate-text-color); } - .learndash-wrapper .ld-item-list-item-quiz .ld-item-name .ld-status-icon { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } - .learndash-wrapper .ld-expand-button { - font-weight: 400; + font-weight: normal; } - .learndash-wrapper .ld-expand-button.ld-button-alternate { color: var(--bb-primary-color); } - .learndash-wrapper .ld-expand-button.ld-button-alternate:hover { color: var(--bb-primary-color); } - .learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon { background: transparent; color: var(--bb-alternate-text-color); - font-weight: 400; + font-weight: normal; } - .learndash-wrapper .ld-status-icon { -ms-flex-preferred-size: 22px; flex-basis: 22px; @@ -4571,8 +4038,7 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { width: 22px; border: 2px solid; } - -.learndash-wrapper .ld-status-icon .ld-icon.ld-icon-quiz::before { +.learndash-wrapper .ld-status-icon .ld-icon.ld-icon-quiz:before { content: ""; } @@ -4580,14 +4046,12 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { pointer-events: none; cursor: default; } - .ld-item-list-item-preview a.ld-item-name:has(.lms-quiz-status-icon) .lms-quiz-status-icon { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; margin-right: auto; } - .ld-item-list-item-preview a.ld-item-name:has(.lms-quiz-status-icon) .ld-status-icon { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; @@ -4597,10 +4061,9 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { .learndash-wrapper .ld-item-list-item .ld-item-list-item-preview .ld-icon-arrow-down { padding: 0; } - -.learndash-wrapper .ld-item-list-item .ld-item-list-item-preview .ld-icon-arrow-down::before { +.learndash-wrapper .ld-item-list-item .ld-item-list-item-preview .ld-icon-arrow-down:before { content: "\ee0b"; - font: 400 normal normal 18px/1 bb-icons; + font: normal normal normal 18px/1 bb-icons; speak: none; text-decoration: inherit; text-transform: none; @@ -4611,21 +4074,19 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { transition: transform 0.2s; font-weight: 300; } - .learndash-wrapper .ld-item-list-item .ld-item-list-item-preview .ld-expanded .ld-icon-arrow-down { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); } - -.learndash-wrapper .ld-item-list-item .ld-item-list-item-preview .ld-expanded .ld-icon-arrow-down::before { +.learndash-wrapper .ld-item-list-item .ld-item-list-item-preview .ld-expanded .ld-icon-arrow-down:before { content: "\ee09"; } .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage { color: inherit; text-transform: none; - font-weight: 400; + font-weight: normal; } .learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-details { @@ -4633,15 +4094,12 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { -ms-flex-order: 1; order: 1; } - .learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-details .ld-expand-button { margin-right: 0; } - .learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-details .ld-text { display: none; } - .learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; @@ -4650,7 +4108,6 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { -ms-flex-align: center; align-items: center; } - .learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; @@ -4663,28 +4120,23 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { padding: 0 10px; font-weight: 500; } - .learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title .ld-item-components { margin-top: 0; text-align: left; } - .learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title .ld-item-components span { font-size: 12px; font-weight: 400; } - .learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title .ld-item-components .ld-icon-calendar { margin-right: 0; } - .learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-status-icon { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; margin-left: 0; } - .learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-title { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; @@ -4697,11 +4149,9 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { padding: 0 10px; font-weight: 500; } - .learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-title .ld-item-components { margin-top: 0; } - .learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-title .ld-item-components span { font-size: 12px; font-weight: 400; @@ -4711,7 +4161,6 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { text-align: center; display: inline-block; } - .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title > span.ld-item-components .ld-status:not(.ld-status-unlocked) { min-width: 285px; } @@ -4719,23 +4168,19 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { .learndash-wrapper .ld-status-icon.ld-quiz-complete { color: transparent; } - .learndash-wrapper .ld-status-unlocked { padding: 0 10px; } - -.learndash-wrapper .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-quiz-complete .ld-icon::before { +.learndash-wrapper .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-quiz-complete .ld-icon:before { content: "\e876"; color: #fff; } - .learndash-wrapper .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-quiz-complete { border: 0; } - -.learndash-wrapper .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-quiz-complete ~ .ld-item-title::before { +.learndash-wrapper .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-quiz-complete ~ .ld-item-title:before { content: "\eeff"; - font: 400 normal normal 12px/1 bb-icons; + font: normal normal normal 12px/1 bb-icons; speak: none; display: inline-block; text-decoration: inherit; @@ -4748,7 +4193,6 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { right: -30px; top: 1px; } - .learndash-wrapper .ld-item-list-item-expanded .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-item-title { position: relative; font-weight: 500; @@ -4756,10 +4200,9 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { letter-spacing: -0.24px; line-height: 1.6; } - -.learndash-wrapper .ld-item-list-item-expanded .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-item-title::before { +.learndash-wrapper .ld-item-list-item-expanded .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-item-title:before { content: "\eeff"; - font: 400 normal normal 12px/1 bb-icons; + font: normal normal normal 12px/1 bb-icons; speak: none; display: inline-block; text-decoration: inherit; @@ -4772,7 +4215,6 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { right: -30px; top: 1px; } - .learndash-wrapper .ld-course-status.ld-course-status-enrolled { -webkit-box-align: center; -ms-flex-align: center; @@ -4780,72 +4222,56 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { background-color: rgba(146, 164, 183, 0.05); } @media screen and (max-width: 640px) { - .learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress { width: 100%; } } - .learndash-wrapper .ld-progress-percentage { font-size: 12px; font-weight: 700; } - .learndash-wrapper .ld-progress-steps { font-size: 12px; } - .learndash-wrapper .ld-progress-stats { padding-left: 20px; } - .learndash-wrapper div.ld-course-status { margin-bottom: 30px; } - .learndash-wrapper div.ld-item-list { margin-bottom: 50px; } - .learndash-wrapper .ld-status-incomplete ~ .ld-item-title { position: relative; } - .learndash-wrapper .ld-item-icon { font-size: 16px; } - .learndash-wrapper .learndash-not-available .ld-item-list-item-expanded .ld-table-list-items .ld-table-list-item { cursor: auto; } - .learndash-wrapper .learndash-not-available .ld-item-list-item-expanded .ld-table-list-header { cursor: auto; } - .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon { margin-left: 0; margin-top: 0; } - .learndash-wrapper .ld-table-list-item.learndash-complete .ld-item-title > span:first-child { text-decoration: line-through; } - .learndash-wrapper .learndash-complete .ld-item-list-item-preview .ld-item-title > span:first-child { text-decoration: line-through; } - .learndash-wrapper .ld-status-icon.ld-quiz-complete { color: #fff; border: 0; } - -.learndash-wrapper .ld-status-icon.ld-quiz-complete .ld-icon.ld-icon-quiz::before { +.learndash-wrapper .ld-status-icon.ld-quiz-complete .ld-icon.ld-icon-quiz:before { content: "\e876"; font-family: bb-icons; } - .learndash-wrapper .ld-video { padding-top: 0; } @@ -4857,7 +4283,6 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { .learndash-cpt.learndash-embed-responsive .learndash-wrapper .ld-video.fluid-width-video-wrapper { padding-top: 0 !important; } - .learndash-cpt.learndash-embed-responsive .learndash-wrapper .ld-video:not(.fluid-width-video-wrapper) { margin-bottom: 50px; padding-top: 0; @@ -4872,7 +4297,6 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { -ms-flex-direction: inherit; flex-direction: inherit; } - .learndash-wrapper .comment-respond .logged-in-as > a.comment-author { display: -webkit-box; display: -ms-flexbox; @@ -4888,21 +4312,18 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { margin: -30px -100px 30px; } @media screen and (max-width: 1200px) { - #learndash-page-content > .bp-feedback.bp-sitewide-notice { margin-right: -60px; margin-left: -60px; } } @media screen and (max-width: 992px) { - #learndash-page-content > .bp-feedback.bp-sitewide-notice { margin-right: -40px; margin-left: -40px; } } @media screen and (max-width: 543px) { - #learndash-page-content > .bp-feedback.bp-sitewide-notice { margin-right: -20px; margin-left: -20px; @@ -4910,7 +4331,6 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { } @media screen and (min-width: 821px) and (max-width: 1280px) { - .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -4920,13 +4340,11 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { -ms-flex-align: start; align-items: flex-start; } - .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title > span { -ms-flex-preferred-size: auto; flex-basis: auto; width: auto; } - .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title > span.ld-item-components { -webkit-box-orient: horizontal; -webkit-box-direction: normal; @@ -4940,13 +4358,11 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { display: -ms-flexbox; display: flex; } - .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title > span.ld-item-components span { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } - .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title > span.ld-item-components .ld-tertiary-background { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; @@ -4954,24 +4370,20 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { } } @media screen and (min-width: 768px) and (max-width: 1000px) { - .bb-lesson-head { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .bb-lesson-head .push-right { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } - .bb-lesson-head .bb-lms-progress-wrap { margin-right: auto; } } @media screen and (min-width: 800px) { - .bb-grid .bb-learndash-content-wrap { padding-left: 8%; } @@ -4981,7 +4393,6 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { } } @media screen and (max-width: 820px) { - .bb-learndash-content-wrap, .bb-single-course-sidebar { -webkit-box-flex: 0; @@ -4999,34 +4410,29 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { margin-bottom: 40px; max-width: 100%; } - .bb-single-course-sidebar.bb-preview-wrap { margin-top: 30px !important; margin-bottom: 20px; } } @media screen and (max-width: 992px) { - .buddypanel-open .bb-learndash-content-wrap, .buddypanel-open .bb-single-course-sidebar { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } - .buddypanel-open .bb-single-course-sidebar { margin-bottom: 40px; margin-top: 0 !important; max-width: 100%; } - .buddypanel-open .bb-learndash-side-area .bb-course-banner-inner { width: 100%; max-width: 100%; } } @media screen and (max-width: 767px) { - .bb-course-banner-info { padding-right: 20px; padding-left: 20px; @@ -5063,7 +4469,7 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { padding-left: 0; } - .lms-side-panel-close-sm::after { + .lms-side-panel-close-sm:after { content: ""; background: rgba(0, 0, 0, 0.5); position: fixed; @@ -5076,14 +4482,12 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { } } @media screen and (max-width: 680px) { - div.bb-course-banner-inner { width: 100%; max-width: 100%; } } @media screen and (max-width: 600px) { - div.bb-lms-header { padding: 25px 0 0; margin: 0; @@ -5108,13 +4512,11 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { -ms-flex-align: start; align-items: flex-start; } - .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title > span { -ms-flex-preferred-size: auto; flex-basis: auto; width: auto; } - .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title > span.ld-item-components { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -5128,11 +4530,9 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { display: -ms-flexbox; display: flex; } - .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title > span.ld-item-components span.ld-item-component { text-align: right; } - .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title > span.ld-item-components .ld-tertiary-background { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; @@ -5142,7 +4542,6 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { margin-right: 0; min-width: auto; } - .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title > span.ld-item-components .ld-sep { display: none; } @@ -5152,20 +4551,17 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { } } @media screen and (max-width: 400px) { - #learndash-content .lms-topic-sidebar-wrapper { max-width: 350px; min-width: 330px; } } @media screen and (min-width: 544px) { - .lms-topic-sidebar, .lms-topic-sidebar-wrapper { max-width: 370px; } } - .ld-course-list-items, .ld-course-list-items.row { display: -webkit-box; @@ -5183,19 +4579,16 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { min-width: 20%; } @media screen and (min-width: 900px) and (max-width: 1200px) { - .ld-course-list-items .bb-course-item-wrap { min-width: 25%; } } @media screen and (min-width: 768px) and (max-width: 900px) { - .ld-course-list-items .bb-course-item-wrap { min-width: 33.3333%; } } @media screen and (min-width: 576px) and (max-width: 768px) { - .ld-course-list-items .bb-course-item-wrap { width: 50%; -webkit-box-flex: 0; @@ -5204,7 +4597,6 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { } } @media screen and (max-width: 576px) { - .ld-course-list-items .bb-course-item-wrap { width: 100%; -webkit-box-flex: 0; @@ -5212,18 +4604,15 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { flex: 0 0 100%; } } - .has-sidebar .ld-course-list-items .bb-course-item-wrap { min-width: 25%; } @media screen and (min-width: 576px) and (max-width: 1200px) { - .has-sidebar .ld-course-list-items .bb-course-item-wrap { min-width: 50%; } } @media screen and (max-width: 576px) { - .has-sidebar .ld-course-list-items .bb-course-item-wrap { width: 100%; -webkit-box-flex: 0; @@ -5231,7 +4620,6 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { flex: 0 0 100%; } } - .ld-course-list-items .ld_course_grid .bb-cover-list-item { background: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); @@ -5241,19 +4629,16 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { position: relative; height: 100%; } - .ld-course-list-items .ld_course_grid .bb-cover-list-item:hover { box-shadow: 0 4px 32px 0 rgba(18, 43, 70, 0.1); z-index: 1; } - .ld-course-list-items .ld_course_grid .bb-cover-list-item .fluid-width-video-wrapper { margin-top: 0; padding-top: 52% !important; margin-bottom: 0; height: 100%; } - .ld-course-list-items .ld_course_grid .bb-cover-list-item .bb-card-course-details .entry-content { margin: 0 0 10px !important; font-size: 14px; @@ -5266,20 +4651,16 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { overflow: hidden; text-overflow: ellipsis; } - .ld-course-list-items .ld_course_grid .bb-cover-list-item .bb-course-cover.has-video-cover { overflow: visible; } - .ld-course-list-items .ld_course_grid .bb-cover-list-item .bb-course-cover.has-video-cover > a { padding: 0; overflow: visible; } - .ld-course-list-items .ld_course_grid .bb-cover-list-item .bb-course-cover.has-video-cover > a img { display: none; } - .ld-course-list-items .ld_course_grid .bb-cover-list-item .bb-course-cover a { display: block; position: relative; @@ -5287,7 +4668,6 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; padding-top: 52%; } - .ld-course-list-items .ld_course_grid .bb-cover-list-item .bb-course-cover a img { position: absolute; top: 0; @@ -5302,68 +4682,53 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { object-fit: cover; border-radius: 0; } - .ld-course-list-items .ld_course_grid .bb-cover-list-item .bb-course-meta { margin-top: 10px; } - .ld-course-list-items .ld_course_grid .bb-cover-list-item .ld_course_grid_video_embed { padding: 0; height: 100%; } - .ld-course-list-items .ld_course_grid .bb-cover-list-item .ld_course_grid_video_embed iframe { height: 100%; } - .ld-course-list-items .ld_course_grid .bb-cover-list-item .ld_course_grid_button { margin: 0 !important; } - .ld-course-list-items .ld_course_grid .bb-cover-list-item .ld_course_grid_button a { background-color: var(--bb-primary-button-background-regular); color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); } - .ld-course-list-items .ld_course_grid .bb-cover-list-item .ld_course_grid_button a:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .ld-course-list-items .ld_course_grid .bb-cover-list-item .ld_course_grid_button a:hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - .ld-course-list-items .ld_course_grid .bb-cover-list-item .ld_course_grid_button a { border-radius: var(--bb-button-radius); } - .ld-course-list-items .bb-cover-list-item:not(.bb-course-no-content) { height: 100%; padding-bottom: 15px; } - .ld-course-list-items .bb-cover-list-item:not(.bb-course-no-content) .bb-cover-wrap { padding-top: 52%; } - .ld-course-list-items .bb-cover-list-item.bb-course-paid { padding-bottom: 45px; } - .ld-course-list-items .bb-course-item-wrap { margin-bottom: 20px; } - .ld-course-list-items .bb-course-cover { overflow: hidden; position: relative; - /* height: 100%; */ } - .ld-course-list-items .bs-timestamp { font-size: 14px; color: #939597; @@ -5372,30 +4737,24 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { position: absolute; bottom: 20px; } - .ld-course-list-items .forums-meta span { background: rgba(18, 43, 70, 0.1); } - -.ld-course-list-items .bb-cover-wrap::after { +.ld-course-list-items .bb-cover-wrap:after { display: none; } - .ld-course-list-items .forums-meta { margin-bottom: 12px; } - .ld-course-list-items .bb-course-excerpt { color: var(--bb-alternate-text-color); } - .ld-course-list-items .course-progress-wrap { position: relative; z-index: 1; margin: 0 0 10px; line-height: 1.7; } - .ld-course-list-items .course-completion-rate { font-size: 12px; font-weight: 500; @@ -5405,7 +4764,6 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { margin-top: 10px; color: var(--bb-alternate-text-color); } - .ld-course-list-items .course-completion-rate.start-course-completion-rate { opacity: 0.6; font-size: 12px; @@ -5415,7 +4773,6 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { letter-spacing: -0.24px; margin-top: 10px; } - .ld-course-list-items .ld-progress-stats { font-size: 12px; font-weight: 500; @@ -5425,25 +4782,21 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { margin-top: 10px; color: var(--bb-alternate-text-color); } - .ld-course-list-items .ld-progress-stats .ld-progress-steps { margin-top: 5px; display: block; } - .ld-course-list-items .course-progress { margin: 0; height: 3px; background: var(--bb-content-border-color); border-radius: 50px; } - .ld-course-list-items .course-progress-bar { background: var(--bb-primary-color); height: 3px; width: auto; } - .ld-course-list-items .bb-course-excerpt { font-size: 13px; color: #939597; @@ -5469,11 +4822,9 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { .widget .ld-course-list-items .bb-course-item-wrap { min-width: 100%; } - .widget #bb-course-list-grid-filters { display: none; } - .widget #ld_course_categorydropdown { margin-bottom: 20px; } @@ -5489,25 +4840,20 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { .bb-ld-course-list-item { margin-bottom: 20px; } - .bb-ld-course-list-item .ld-entry-content .entry-img { padding-top: 40.476%; border-radius: 4px 4px 0 0; } - .bb-ld-course-list-item .ld-entry-content .entry-img > img { margin: 0; } - .bb-ld-course-list-item .ld-entry-content .entry-content h1 { font-size: 1.5rem; margin: 0 0 10px; } - .bb-ld-course-list-item .ld-entry-title a { color: var(--bb-headings-color); } - .bb-ld-course-list-item .ld-entry-title a:hover { color: var(--bb-primary-color); } @@ -5517,11 +4863,9 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { -ms-flex: 0 0 100%; flex: 0 0 100%; } - .ld-course-list-items.row .learndash-wrapper .ld-item-list { margin: 0 0 20px; } - .ld-course-list-items.row .learndash-wrapper .ld-item-list .ld-item-list-item { background: #fff; border: 1px solid var(--bb-content-border-color); @@ -5532,7 +4876,6 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { transition: 0.2s box-shadow; position: relative; } - .ld-course-list-items.row .learndash-wrapper .ld-item-list .ld-item-list-item:hover { box-shadow: 0 4px 32px 0 rgba(18, 43, 70, 0.1); z-index: 1; @@ -5548,11 +4891,9 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { flex: 0 0 100%; max-width: 100%; } - .ld-course-list-content.list-view .bb-cover-list-item { padding-bottom: 0; } - .ld-course-list-content.list-view .bb-cover-list-item { display: -webkit-box; display: -ms-flexbox; @@ -5560,7 +4901,6 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .ld-course-list-content.list-view .bb-card-course-details { -webkit-box-flex: 1; -ms-flex: 1; @@ -5574,26 +4914,21 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { flex-direction: column; padding-bottom: 16px; } - .ld-course-list-content.list-view .bb-cover-wrap { border-radius: 0 var(--bb-block-radius) var(--bb-block-radius) 0; } - .ld-course-list-content.list-view .bb-course-cover { -webkit-box-flex: 0; -ms-flex: 0 0 240px; flex: 0 0 240px; } - .ld-course-list-content.list-view .bb-cover-wrap { padding-top: 70%; height: 100%; } - .ld-course-list-content.list-view .course-progress-wrap { max-width: 450px; } - .ld-course-list-content.list-view .bb-course-footer { -ms-flex-flow: column-reverse; flex-flow: column-reverse; @@ -5603,15 +4938,12 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { right: auto; left: 0; } - .ld-course-list-content.list-view .has-video-cover iframe { border-radius: 0 var(--bb-block-radius) var(--bb-block-radius) 0; } - .ld-course-list-content.list-view .has-video-cover .fluid-width-video-wrapper { height: 100%; } - .ld-course-list-content.list-view .bb-cover-list-item:not(.bb-course-no-content) .bb-cover-wrap { border-radius: 0 var(--bb-block-radius) var(--bb-block-radius) 0; } @@ -5635,11 +4967,9 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { .bb-courses-directory + #ld_categorydropdown { margin: -50px 0 15px; } - .bb-courses-directory + #ld_categorydropdown select { max-width: 180px; } - .bb-courses-directory + #ld_categorydropdown label[for="ld_categorydropdown_select"] { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; @@ -5648,8 +4978,22 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { overflow: hidden; } -@media screen and (min-width: 768px) { +.learndash-wrapper .bb-cover-list-item .ld-status { + font-size: 11px; + border-radius: 15px 0 0 15px; + line-height: 1; + height: auto; + text-transform: uppercase; +} +.learndash-wrapper .bb-cover-list-item .bb-course-meta .item-avatar > img { + max-width: 100%; +} +.learndash-wrapper .bb-cover-list-item .ld-progress.ld-progress-inline { + margin: 0; + display: block; +} +@media screen and (min-width: 768px) { .ld-course-list-items .col-md-2 { -webkit-box-flex: 0; -ms-flex: 0 0 20%; @@ -5658,41 +5002,34 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { } } @media screen and (max-width: 620px) { - .ld-course-list-content.list-view .bb-course-cover { -webkit-box-flex: 0; -ms-flex: 0 0 140px; flex: 0 0 140px; } } - .ld-course-list-content.list-view .ld_course_grid .course { display: -webkit-box; display: -ms-flexbox; display: flex; } - .ld-course-list-content.list-view .ld_course_grid .course .bb-course-cover, .ld-course-list-content.list-view .ld_course_grid .course .bb-card-course-details { display: -webkit-box; display: -ms-flexbox; display: flex; } - .ld-course-list-content.list-view .ld_course_grid .course .bb-course-cover a { width: 100%; border-radius: 0 3px 3px 0; } - .ld-course-list-content .ld_course_grid .course .bb-card-course-details { padding: 16px 20px; } - .ld-course-list-content .ld_course_grid .course .bb-card-course-details .ld_course_grid_button .btn { width: auto; } @media screen and (max-width: 420px) { - .ld-course-list-content .ld_course_grid .course .bb-card-course-details .bb-course-title { font-size: 16px !important; } @@ -5702,18 +5039,15 @@ ul.bb-lms-user-profile-tabs { margin: 0; list-style: none; } - -ul.bb-lms-user-profile-tabs::after { +ul.bb-lms-user-profile-tabs:after { content: ""; clear: both; display: table; } - ul.bb-lms-user-profile-tabs li { float: right; margin: 0 0 0 30px; } - ul.bb-lms-user-profile-tabs a { color: #939597; display: block; @@ -5722,62 +5056,51 @@ ul.bb-lms-user-profile-tabs a { font-size: 14px; border: 0; } - ul.bb-lms-user-profile-tabs a:hover { color: var(--bb-headings-color); } - ul.bb-lms-user-profile-tabs .selected a { color: var(--bb-headings-color); font-weight: 600; } - ul.bb-lms-user-profile-tabs .hideshow li { float: none; margin: 0; } - ul.bb-lms-user-profile-tabs .hideshow li a { display: block; - font-weight: 400; + font-weight: normal; letter-spacing: -0.24px; line-height: 1; margin-bottom: 1px; padding: 0.75rem 0.9375rem; } - ul.bb-lms-user-profile-tabs .sub-menu { top: 50px; } - -ul.bb-lms-user-profile-tabs .more-button.active::after { +ul.bb-lms-user-profile-tabs .more-button.active:after { bottom: -10px; } .single-badges .entry-content-wrap { padding: 0; } - .single-badges .entry-meta { margin-bottom: 30px; } - .single-badges .entry-img { display: none; } - .single-badges .achievement-wrap { padding: 0; margin: 0; border-top: 0; } - .single-badges .badgeos-feedback-response.success, .single-badges .badgeos-achievement-earned p { border-radius: 3px; padding: 10px; } - .single-badges .achievement-wrap h4 { clear: both; margin-top: 50px; @@ -5792,20 +5115,16 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { margin-bottom: 10px; padding: 20px; } - #badge_list .bb-badge-wrap img { max-width: 64px; margin-left: 20px; } - #badge_list .bb-badge-img { float: right; } - #badge_list .bb-badge-content { overflow: hidden; } - #badge_list .bb-badge-title { font-size: 18px; font-weight: 600; @@ -5813,11 +5132,9 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { line-height: 1.5; margin-bottom: 10px; } - #badge_list .bb-badge-title a { color: inherit; } - #badge_list .bb-badge-content { font-size: 16px; color: #939597; @@ -5828,7 +5145,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { #certificate_list > li { margin-bottom: 20px; } - #certificate_list .bb-certificate-wrap { background-color: var(--bb-content-background-color); border: 1px solid #eef0f3; @@ -5842,8 +5158,7 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { flex-flow: row wrap; position: relative; } - -#certificate_list .bb-certificate-wrap::before { +#certificate_list .bb-certificate-wrap:before { content: ""; position: absolute; top: 0; @@ -5853,8 +5168,7 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { display: inline-block; background-color: #f5f6f7; } - -#certificate_list .bb-certificate-wrap::after { +#certificate_list .bb-certificate-wrap:after { content: ""; position: absolute; top: 5px; @@ -5865,12 +5179,10 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { width: 44px; height: 50px; } - #certificate_list .bb-certificate-wrap:hover { box-shadow: 0 4px 32px 0 rgba(18, 43, 70, 0.1); z-index: 1; } - #certificate_list .bb-certificate-content { -webkit-box-flex: 1; -ms-flex: 1; @@ -5878,7 +5190,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { width: 100%; padding-top: 48px; } - #certificate_list .bb-certificate-title { font-size: 20px; font-weight: 600; @@ -5888,12 +5199,10 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { text-align: center; } @media screen and (min-width: 561px) { - #certificate_list .bb-certificate-title { min-height: 72px; } } - #certificate_list .bb-certificate-title a { color: inherit; display: block; @@ -5905,20 +5214,17 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { max-height: 50px; width: 100%; } - #certificate_list .bb-certificate-title a:hover { color: var(--bb-primary-color); } - #certificate_list .bb-certificate-title span { display: block; margin-bottom: 0; - font-weight: 400; + font-weight: normal; letter-spacing: -0.13px; font-size: 13px; color: var(--bb-alternate-text-color); } - #certificate_list .bb-certificate-date { font-size: 13px; color: var(--bb-headings-color); @@ -5927,14 +5233,12 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { width: 50%; float: right; } - #certificate_list .bb-certificate-date span { display: block; font-size: 12px; margin-bottom: 6px; color: var(--bb-alternate-text-color); } - #certificate_list .bb-certificate-download { width: 50%; float: right; @@ -5942,7 +5246,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { margin-bottom: 0; line-height: 1; } - #certificate_list .bb-certificate-download a { font-size: 0; position: relative; @@ -5950,25 +5253,21 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { padding-top: 11px; letter-spacing: -0.24px; } - #certificate_list .bb-certificate-download a:hover { color: var(--bb-primary-color); } - #certificate_list .bb-certificate-download a i { font-size: 25px; position: absolute; top: 0; left: 0; } - #certificate_list > li { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; } @media screen and (max-width: 1200px) { - #certificate_list > li { -webkit-box-flex: 0; -ms-flex: 0 0 33.333%; @@ -5976,7 +5275,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { } } @media screen and (max-width: 998px) { - #certificate_list > li { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -5984,27 +5282,23 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { } } @media screen and (max-width: 640px) { - #certificate_list > li .bb-certificate-wrap { padding: 25px 15px 15px; } } @media screen and (max-width: 560px) { - #certificate_list > li { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } } - .has-sidebar #certificate_list > li { -webkit-box-flex: 0; -ms-flex: 0 0 33.333%; flex: 0 0 33.333%; } @media screen and (max-width: 1200px) { - .has-sidebar #certificate_list > li { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -6012,7 +5306,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { } } @media screen and (min-width: 800px) and (max-width: 1000px) { - .has-sidebar #certificate_list > li { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -6020,13 +5313,11 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { } } @media screen and (max-width: 640px) { - .has-sidebar #certificate_list > li .bb-certificate-wrap { padding: 25px 15px 15px; } } @media screen and (max-width: 560px) { - .has-sidebar #certificate_list > li { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -6045,7 +5336,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .bb-profile-grid .bb-courses-header { margin: 0; } - .bb-profile-grid .bb-secondary-list-tabs { margin: 0 0 10px; } @@ -6053,7 +5343,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .bb-leandash-profile-page .bb-profile-avatar a.bbp-profile-avatar-link { width: 100%; } - .bb-leandash-profile-page .bb-profile-card div.cover-image-wrap { margin-top: 0; } @@ -6064,15 +5353,12 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { border-bottom: 1px solid var(--bb-content-border-color); font-size: 15px; } - .bb_profile_course_wrapper a { color: var(--bb-headings-color); } - .bb_profile_course_wrapper a:hover { color: var(--bb-primary-color); } - .bb_profile_course_wrapper span.bb-learndash-profile-edit-course-link { -webkit-box-flex: 0; -ms-flex: 0 0 60px; @@ -6080,11 +5366,9 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { max-width: 60px; text-align: left; } - .bb_profile_course_wrapper span.bb-learndash-profile-edit-course-link a { color: #939597; } - .bb_profile_course_wrapper span.bb-learndash-profile-edit-course-link a:hover { color: #939597; } @@ -6094,38 +5378,32 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { border-radius: var(--bb-button-radius); font-size: 13px; height: 37px; - font-weight: 400; + font-weight: normal; background-color: var(--bb-secondary-button-background-regular); color: var(--bb-secondary-button-text-regular); border: 1px solid var(--bb-secondary-button-border-regular); white-space: nowrap; } - .learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - .learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt .ld-icon { margin-right: 8px; position: relative; top: 6px; color: var(--bb-alternate-text-color); } - .learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt .ld-icon-search { font-size: 14px; } - .learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt: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); } - .learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt:hover .ld-icon { color: var(--bb-secondary-button-text-hover); } - .learndash-wrapper .ld-item-list .ld-section-heading .ld-expand-button { padding: 4px 15px; border-radius: var(--bb-button-radius); @@ -6136,11 +5414,9 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { border: 1px solid var(--bb-secondary-button-border-regular); white-space: nowrap; } - .learndash-wrapper .ld-item-list .ld-section-heading .ld-expand-button:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - .learndash-wrapper .ld-item-list .ld-section-heading .ld-expand-button .ld-icon { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; @@ -6148,18 +5424,15 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { font-size: 8px; color: var(--bb-alternate-text-color); } - .learndash-wrapper .ld-item-list .ld-section-heading .ld-expand-button .ld-text { padding: 0 0 0 8px; } - .learndash-wrapper .ld-item-list .ld-section-heading .ld-expand-button:hover { opacity: 1; background-color: var(--bb-secondary-button-background-hover); color: var(--bb-secondary-button-text-hover); border: 1px solid var(--bb-secondary-button-border-hover); } - .learndash-wrapper .ld-item-list .ld-section-heading .ld-expand-button:hover .ld-icon { color: var(--bb-secondary-button-text-hover); } @@ -6169,40 +5442,37 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { border: 1px solid var(--bb-content-border-color); border-radius: var(--bb-block-radius); } - .learndash-wrapper #ld-profile .ld-item-list .ld-section-heading { padding: 10px 20px; -ms-flex-flow: wrap; flex-flow: wrap; } - .learndash-wrapper #ld-profile .ld-item-list .ld-section-heading h3 { font-size: 22px; font-weight: 600; line-height: 1.24; } - +.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items > .ld-alert { + margin-right: 20px; + margin-left: 20px; +} .learndash-wrapper #ld-profile .ld-progress-label { color: var(--bb-headings-color); text-transform: none; font-size: 14px; } - .learndash-wrapper #ld-profile .ld-item-search .ld-item-search-wrapper { border-radius: 0; background-color: var(--bb-content-alternate-background-color); margin: 0; padding: 12px 20px; } - -.learndash-wrapper #ld-profile .ld-item-search .ld-item-search-wrapper::before { +.learndash-wrapper #ld-profile .ld-item-search .ld-item-search-wrapper:before { background-color: var(--bb-content-alternate-background-color); } - .learndash-wrapper #ld-profile .ld-item-search .ld-item-search-fields { margin-bottom: 20px; } - .learndash-wrapper #ld-profile .ld-item-search .ld-item-search-fields input.ld-course-nav-field { border: 1px solid var(--bb-content-border-color); border-radius: var(--bb-input-radius); @@ -6211,12 +5481,10 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { line-height: 40px; background-color: var(--bb-content-background-color); } - .learndash-wrapper #ld-profile .ld-item-search .ld-item-search-fields input.ld-course-nav-field:focus { box-shadow: var(--bb-input-focus-shadow); border-color: var(--bb-input-focus-border-color); } - .learndash-wrapper #ld-profile .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; @@ -6226,59 +5494,48 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { border-radius: var(--bb-button-radius); line-height: 1; } - .learndash-wrapper #ld-profile .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .learndash-wrapper #ld-profile .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-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); opacity: 1; } - .learndash-wrapper #ld-profile .ld-item-search .ld-item-search-fields .ld-reset-button { background-color: transparent; color: var(--bb-alternate-text-color); - font-weight: 400; + font-weight: normal; } - .learndash-wrapper #ld-profile .ld-item-search .ld-item-search-name > label { color: var(--bb-alternate-text-color); } - .learndash-wrapper #ld-profile .ld-item-search .ld-closer { - font-weight: 400; + font-weight: normal; font-size: 11px; color: var(--bb-alternate-text-color); } - .learndash-wrapper #ld-profile .ld-item-list .ld-expand-button.ld-mobile-only .ld-text { display: none; } - .learndash-wrapper #ld-profile .ld-item-list .ld-item-list-item { margin-bottom: 0; } - .learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview { border-radius: 0; padding: 15px 20px; } - .learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview .ld-course-title { font-weight: 600; } @media screen and (max-width: 640px) { - .learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview .ld-course-title { font-weight: 500; font-size: 14px; } } @media screen and (max-width: 640px) { - .learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview { -webkit-box-orient: horizontal; -webkit-box-direction: normal; @@ -6288,11 +5545,9 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { -ms-flex-align: center; align-items: center; } - .learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview .ld-item-details { margin-right: 5px; } - .learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview .ld-item-details .ld-status { margin-left: 0; text-transform: none; @@ -6300,42 +5555,33 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { line-height: 20px; } } - .learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded { border-bottom: 1px solid rgba(146, 164, 183, 0.05); } - .learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded .ld-progress { background: #fff; margin-bottom: 0; } - .learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded { margin-top: 0; } - .learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list-item-preview { padding: 10px 0; } - .learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list .ld-table-list-header { background-color: #fff; margin-bottom: 10px; } - .learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list .ld-table-list-items { background-color: #fff; font-size: 1em; } - .learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list .ld-table-list-item:first-child { border-top: 0; } - .learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list .ld-table-list-item { border-bottom: 0; } - .learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list .ld-table-list-column.ld-table-list-column-comments > a { display: -webkit-box; display: -ms-flexbox; @@ -6344,52 +5590,42 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { -ms-flex-align: center; align-items: center; } - .learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list .ld-table-list-column.ld-table-list-column-comments > a .ld-icon { margin-left: 5px; } @media screen and (max-width: 800px) { - .learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list .ld-table-list-column.ld-table-list-column-comments > a .ld-icon { margin-right: 0; } } - .learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-status { padding: 4px 12px; display: inline-block; } - .learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-icon { color: #939597; } - .learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item:nth-child(odd) .ld-item-list-item-preview { background: var(--bb-content-alternate-background-color); } - .learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item:nth-child(even) .ld-item-list-item-preview { background: transparent; } - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item:nth-child(even) .ld-item-list-item-expanded::before { +.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item:nth-child(even) .ld-item-list-item-expanded:before { background: #fff; } - .learndash-wrapper #ld-profile .ld-status { text-transform: uppercase; - font-weight: 400; + font-weight: normal; font-size: 11px; line-height: inherit; padding: 0 12px; letter-spacing: inherit; } - .learndash-wrapper #ld-profile .ld-status.ld-status-progress { background-color: var(--bb-primary-color); color: #fff; } - .learndash-wrapper #ld-profile .ld-item-list-item-preview .ld-status-icon { margin-right: 10px; } @@ -6402,7 +5638,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { padding: 0 5px; } @media screen and (min-width: 800px) { - .learndash-wrapper #ld-profile .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column.ld-table-list-column-date, .learndash-wrapper #ld-profile .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column.ld-column-date, .learndash-wrapper #ld-profile .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column.ld-table-list-column-date, .learndash-wrapper #ld-profile .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column.ld-column-date { @@ -6411,86 +5646,68 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { flex: 0 1 190px; } } - .learndash-wrapper #ld-profile .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column, .learndash-wrapper #ld-profile .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column { text-align: right; font-size: 1em; } - .learndash-wrapper #ld-profile .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column { text-transform: uppercase; font-size: 12px; color: var(--bb-alternate-text-color); } - .learndash-wrapper #ld-profile .ld-table-list .ld-table-list-items .ld-table-list-column { color: var(--bb-alternate-text-color); } - .learndash-wrapper #ld-profile .ld-table-list .ld-table-list-header .ld-table-list-column { color: var(--bb-headings-color); } - .learndash-wrapper #ld-profile .ld-item-list-item-expanded .ld-table-list .ld-table-list-item-preview { padding: 12px 0; } - .learndash-wrapper #ld-profile .ld-item-list-item-expanded .ld-table-list .ld-table-list-item-preview .ld-table-list-title a { color: var(--bb-headings-color); } - .learndash-wrapper #ld-profile .ld-item-list-item-expanded .ld-table-list .ld-table-list-item-preview .ld-table-list-title a:hover { color: var(--bb-primary-color); } - .learndash-wrapper #ld-profile .ld-item-list-item-expanded .ld-item-contents { padding-top: 1em; padding-bottom: 1em; } - .learndash-wrapper #ld-profile .ld-item-list-item-expanded .ld-table-list.ld-quiz-list { margin: 0.5em 0; border-radius: 0; } - .learndash-wrapper #ld-profile .ld-item-list-item-expanded .ld-table-list-header { text-transform: uppercase; font-size: 12px; color: var(--bb-alternate-text-color); } - .learndash-wrapper #ld-profile .ld-icon.ld-icon-assignment { color: #939597; font-size: 20px; } - .learndash-wrapper #ld-profile .ld-icon.ld-icon-calendar { font-size: 13px; } - .learndash-wrapper #ld-profile .ld-assignment-list .ld-status { padding-right: 2px; } - .learndash-wrapper #ld-profile .ld-table-list-column.ld-table-list-column-stats .ld-icon.ld-icon-assignment { font-size: 22px; font-weight: 500; } - -.learndash-wrapper #ld-profile .ld-table-list-column.ld-table-list-column-stats .ld-icon.ld-icon-assignment::before { +.learndash-wrapper #ld-profile .ld-table-list-column.ld-table-list-column-stats .ld-icon.ld-icon-assignment:before { content: "\e868"; } - .learndash-wrapper #ld-profile .ld-table-list-column.ld-table-list-column-certificate .ld-icon.ld-icon-certificate { color: #939597; font-size: 18px; } - .learndash-wrapper #ld-profile .ld-status-icon.ld-status-incomplete { border: 2px solid #dedfe2; } - .learndash-wrapper #ld-profile .ld-status-icon.ld-status-in-progress { border: 2px solid #dedfe2; border-left-color: var(--bb-primary-color); @@ -6502,13 +5719,11 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { } @media screen and (min-width: 800px) { - .learndash-wrapper #ld-profile .ld-table-list.ld-assignment-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column.ld-date-column { -webkit-box-flex: 0; -ms-flex: 0 1 180px; flex: 0 1 180px; } - .learndash-wrapper #ld-profile .ld-table-list.ld-assignment-list .ld-table-list-column.ld-status-column, .learndash-wrapper #ld-profile .ld-table-list.ld-assignment-list .ld-table-list-column.ld-column-status { -webkit-box-flex: 0; @@ -6516,16 +5731,13 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { flex: 0 1 250px; } } - .learndash-wrapper #ld-profile .ld-table-list.ld-assignment-list .ld-table-list-column.ld-comments-column { - font-weight: 400; + font-weight: normal; } - .learndash-wrapper #ld-profile .ld-table-list.ld-assignment-list .ld-status { white-space: nowrap; display: inline-block; } - .learndash-wrapper #ld-profile .ld-table-list.ld-assignment-list .ld-icon.ld-icon-assignment { margin-left: 5px; } @@ -6533,7 +5745,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .learndash-wrapper #ld-profile .ld-profile-summary { margin-bottom: 3em; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card { background-color: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); @@ -6549,7 +5760,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { flex-direction: row; max-height: 180px; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-heading { -ms-flex-item-align: end; align-self: flex-end; @@ -6558,7 +5768,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { position: relative; bottom: 55px; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar { border-radius: 5px; margin-left: 20px; @@ -6569,11 +5778,13 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { border: 5px solid #fff; box-shadow: 0 2px 5px 0 rgba(18, 43, 70, 0.12), 0 0 0 1px var(--bb-content-border-color); } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar .avatar { border-radius: 5px; + max-width: none; +} +.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar + .ld-profile-edit-link { + margin-top: 15px; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-edit-link { -ms-flex-item-align: end; align-self: flex-end; @@ -6587,17 +5798,14 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { color: var(--bb-secondary-button-text-regular); border: 1px solid var(--bb-secondary-button-border-regular); } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-edit-link:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-edit-link: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); } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats { -webkit-box-pack: start; -ms-flex-pack: start; @@ -6607,7 +5815,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { bottom: 65px; z-index: 2; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat { display: -webkit-box; display: -ms-flexbox; @@ -6625,33 +5832,27 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { padding: 0 15px; border-left: 1px solid var(--bb-content-border-color); } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat:first-of-type { padding-right: 0; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat:last-of-type { border-left: 0; padding-left: 0; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat strong { color: var(--bb-headings-color); margin: 0 0 0 5px; font-size: 20px; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat span { color: var(--bb-alternate-text-color); font-size: 14px; line-height: 1; } @media screen and (max-width: 992px) { - .learndash-wrapper #ld-profile .ld-profile-summary { margin-bottom: 0; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -6660,37 +5861,30 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { max-height: none; padding-bottom: 0; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-heading { bottom: 90px; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-heading, .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-edit-link { -ms-flex-item-align: start; align-self: flex-start; margin-right: 200px; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar { top: 35px; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-edit-link { bottom: 30px; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats { bottom: 120px; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat strong, .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat span { font-size: 14px; } } @media screen and (max-width: 800px) { - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card { -webkit-box-align: center; -ms-flex-align: center; @@ -6698,28 +5892,24 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { padding-bottom: 50px; padding-top: 30px; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar { top: 0; margin-left: 0; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-heading { bottom: 0; margin: 10px 0; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-heading, .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-edit-link { -ms-flex-item-align: center; align-self: center; margin-right: 0; + text-align: center; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-edit-link { bottom: 0; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats { margin-right: 0; -webkit-box-pack: center; @@ -6727,14 +5917,12 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { justify-content: center; bottom: 45px; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat strong, .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat span { font-size: 14px; @@ -6742,27 +5930,22 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { } } @media screen and (max-width: 640px) { - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat { width: auto; margin-bottom: 0.5em !important; } } @media screen and (max-width: 500px) { - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card { padding-bottom: 150px; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar { width: 170px; height: 170px; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats { bottom: 130px; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat { width: 100%; -webkit-box-pack: center; @@ -6771,19 +5954,16 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { } } @media screen and (max-width: 992px) { - .learndash-wrapper #ld-profile .ld-profile-summary + .ld-item-list { margin-top: 0; } } @media screen and (max-width: 800px) { - .learndash-wrapper #ld-profile .ld-profile-summary + .ld-item-list { margin-top: 10px; } } @media screen and (max-width: 500px) { - .learndash-wrapper #ld-profile .ld-profile-summary + .ld-item-list { margin-top: -80px; } @@ -6800,7 +5980,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { align-items: center; bottom: 0; } - .widget .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat { -webkit-box-align: center; -ms-flex-align: center; @@ -6808,11 +5987,9 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { padding: 0; border: 0; } - .widget .learndash-wrapper #ld-profile .ld-profile-summary { margin-top: 0; } - .widget .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -6822,56 +5999,46 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { border: 0; margin-top: 0; } - .widget .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar { top: 0; margin: 0 auto; } - .widget .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-heading { bottom: 0; -ms-flex-item-align: center; align-self: center; } - .widget .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-edit-link { position: static; -ms-flex-item-align: center; align-self: center; margin: 0; } - .widget .learndash-wrapper #ld-profile .ld-item-list-item-preview .ld-status { margin-left: auto; } - .widget .learndash-wrapper #ld-profile .ld-item-list .ld-section-heading { padding-right: 10px; padding-left: 10px; } - .widget .learndash-wrapper #ld-profile .ld-status { padding: 3px 8px; } - .widget .learndash-wrapper #ld-profile .ld-progress-label { font-size: 12px; } - .widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview { -ms-flex-flow: wrap; flex-flow: wrap; padding-right: 10px; padding-left: 10px; } - .widget .ld-item-list .ld-item-list-item .ld-item-name { -webkit-box-flex: 1; -ms-flex: 1 1 85%; flex: 1 1 85%; width: 85%; } - .widget .ld-item-list .ld-item-list-item .ld-course-title { white-space: nowrap; overflow: hidden; @@ -6879,30 +6046,24 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { width: 100%; min-width: 0; } - .widget .ld-item-list .ld-item-list-item .ld-item-details { min-width: 100%; margin-top: 5px; } - .widget .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-progress { padding: 20px; } - .widget .ld-item-list .ld-item-list-item .ld-progress-stats { padding-left: 0; } - .widget .ld-item-list .ld-section-heading .ld-search-prompt { height: auto; line-height: 20px; padding: 3px 10px; } - .widget .ld-item-list .ld-section-heading .ld-search-prompt .ld-icon { top: 2px; } - .widget .ld-item-list .ld-section-heading .ld-expand-button { height: auto; line-height: 20px; @@ -6917,7 +6078,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .lms-topic-sidebar-wrapper { background-color: var(--bb-body-background-color); box-shadow: inset 36px 0 40px -32px rgba(0, 0, 0, 0.05); - /* border-bottom: 1px solid $color-border; */ -webkit-transition: margin-right 0.2s ease, margin-left 0.2s ease; transition: margin-right 0.2s ease, margin-left 0.2s ease; @@ -6931,25 +6091,24 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { flex-direction: column; overflow-x: hidden; overflow-y: auto; - /* height: calc(100vh - 76px); */ min-height: -webkit-calc(100vh - 76px); min-height: calc(100vh - 76px); } - .lms-topic-sidebar-wrapper .ld-item-list-section-heading { padding: 5px 25px 5px 30px; } - .lms-topic-sidebar-wrapper .ld-item-list-section-heading .ld-lesson-section-heading { color: var(--bb-headings-color); - font-weight: 700; + font-weight: bold; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%; + font-size: 15px; + line-height: 1.6875rem; + margin-bottom: 0; } - .lms-topic-sidebar-wrapper .lms-topic-sidebar-data { padding: 15px 0; font-size: 15px; @@ -6965,31 +6124,25 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { z-index: 111; } @media screen and (min-width: 800px) { - .bb-buddypanel-left.buddypanel-open .lms-topic-sidebar-wrapper .lms-topic-sidebar-data { right: 230px; } - .sfwd-single-sidebar-right .lms-topic-sidebar-wrapper .lms-topic-sidebar-data, .sfwd-single-sidebar-right.bb-buddypanel-left:not(.buddypanel-open) .lms-topic-sidebar-wrapper .lms-topic-sidebar-data, .sfwd-single-sidebar-right.bb-buddypanel-left.buddypanel-open .lms-topic-sidebar-wrapper .lms-topic-sidebar-data { right: inherit; left: 0; } - .bb-buddypanel-right.buddypanel-open.sfwd-single-sidebar-right .lms-topic-sidebar-wrapper .lms-topic-sidebar-data { right: inherit; left: 230px; } - .bb-buddypanel-right:not(.buddypanel-open).sfwd-single-sidebar-right .lms-topic-sidebar-wrapper .lms-topic-sidebar-data { right: inherit; left: 0; } - .bb-buddypanel-right:not(.buddypanel-open).sfwd-single-sidebar-left .lms-topic-sidebar-wrapper .lms-topic-sidebar-data, .bb-buddypanel-right.buddypanel-open.sfwd-single-sidebar-left .lms-topic-sidebar-wrapper .lms-topic-sidebar-data { right: 0; left: inherit; } - .bb-buddypanel-right:not(.buddypanel-open).sfwd-single-sidebar-left.lms-side-panel-close .lms-topic-sidebar-wrapper .lms-topic-sidebar-data, .bb-buddypanel-right.buddypanel-open.sfwd-single-sidebar-left.lms-side-panel-close .lms-topic-sidebar-wrapper .lms-topic-sidebar-data { right: -370px; left: inherit; @@ -7001,7 +6154,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { } @media screen and (min-width: 800px) { - .bb-buddypanel-left.buddypanel-open .lms-topic-sidebar-wrapper.lms-topic-sidebar-close .lms-topic-sidebar-data { right: -370px; } @@ -7015,22 +6167,18 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { left: -370px; } } - .lms-topic-sidebar-wrapper .lms-links { border-top: 1px solid var(--bb-content-border-color); margin: 25px 30px 0; padding: 25px 0 0; } - .lms-topic-sidebar-wrapper .lms-links ul { list-style: none; margin-right: 0; } - .lms-topic-sidebar-wrapper .lms-links ul li { padding: 5px 0; } - .lms-topic-sidebar-wrapper .lms-links ul li a { display: block; width: 100%; @@ -7042,18 +6190,15 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .lms-topic-sidebar-wrapper .lms-links ul li a:hover { color: var(--bb-primary-color); } - .lms-topic-sidebar-wrapper .lms-links ul li a i { margin: 0 0 0 8px; position: relative; top: 1px; font-size: 16px; } - .lms-topic-sidebar-wrapper .bb-progress-bar { width: 100%; height: 3px; @@ -7062,7 +6207,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { position: relative; margin-bottom: 10px; } - .lms-topic-sidebar-wrapper .bb-progress-bar span { background-color: #fff; height: 100%; @@ -7070,38 +6214,30 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { position: absolute; border-radius: 3px; } - .lms-topic-sidebar-wrapper .lms-items-loading { list-style: none; margin-right: 30px; } - .lms-topic-sidebar-wrapper .lms-items-loading li { margin: 8px 0; } - .lms-topic-sidebar-wrapper .lms-items-loading li a { display: inline-block; } - .lms-topic-sidebar-wrapper .lms-lessions-list ol .lms-item-wrapper { margin-right: -100px; padding-right: 100px; } - .lms-topic-sidebar-wrapper .lms-lessions-list ol > li > ul, .lms-topic-sidebar-wrapper .lms-lessions-list ol > li ol { margin-bottom: 0; } - .lms-topic-sidebar-wrapper .lms-lessions-list > ol { margin-right: 47px; } - .lms-topic-sidebar-wrapper .lms-course-quizzes-list { margin-top: 30px; } - .lms-topic-sidebar-wrapper .lms-course-quizzes-list .lms-course-quizzes-heading { font-size: 15px; font-weight: 600; @@ -7110,23 +6246,19 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { margin: 0 30px 15px; border-top: 1px solid var(--bb-content-border-color); } - .lms-topic-sidebar-wrapper .lms-course-quizzes-list > ul { margin-right: 0; } - .lms-topic-sidebar-wrapper .lms-course-quizzes-list > ul a { padding-right: 30px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } - .lms-topic-sidebar-wrapper .lms-course-quizzes-list ul .lms-item-wrapper { margin-right: -100px; padding-right: 100px; } - .lms-topic-sidebar-wrapper .lms-count { background-color: rgba(0, 0, 0, 0.03); border-radius: 100px; @@ -7137,7 +6269,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { line-height: 20px; margin-right: 10px; } - .lms-topic-sidebar-wrapper .lms-course-sidebar-heading { font-size: 15px; letter-spacing: 0.6px; @@ -7150,15 +6281,12 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { -ms-flex-align: center; align-items: center; } - .lms-topic-sidebar-wrapper .lms-course-groups-list { margin-bottom: 20px; } - .lms-topic-sidebar-wrapper .lms-group-flag { margin: 30px 0 10px; } - .lms-topic-sidebar-wrapper .lms-group-flag .group-flag-index { display: -webkit-box; display: -ms-flexbox; @@ -7171,21 +6299,18 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { -webkit-transition: 0.3s all; transition: 0.3s all; } - .lms-topic-sidebar-wrapper .lms-group-flag .group-flag-index > a { -webkit-box-flex: 0; -ms-flex: 0 0 53px; flex: 0 0 53px; max-width: 53px; } - .lms-topic-sidebar-wrapper .lms-group-flag .lms-flag-group-avatar { border-radius: 4px; margin-left: 15px; max-width: 38px; box-shadow: 0 2px 5px 0 rgba(18, 43, 70, 0.12), 0 0 0 1px var(--bb-content-border-color); } - .lms-topic-sidebar-wrapper .lms-group-flag .lms-group-heading { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 77px); @@ -7194,12 +6319,10 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { max-width: -webkit-calc(100% - 77px); max-width: calc(100% - 77px); } - .lms-topic-sidebar-wrapper .lms-group-flag .lms-group-heading span { display: block; line-height: 1; } - .lms-topic-sidebar-wrapper .lms-group-flag .lms-group-heading a span { color: var(--bb-headings-color); font-size: 16px; @@ -7210,17 +6333,14 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { overflow: hidden; text-overflow: ellipsis; } - .lms-topic-sidebar-wrapper .lms-group-flag .lms-group-heading a:hover span { color: var(--bb-primary-color); } - .lms-topic-sidebar-wrapper .lms-group-flag .lms-group-heading > span { color: var(--bb-alternate-text-color); font-size: 13px; margin-top: 5px; } - .lms-topic-sidebar-wrapper .lms-group-flag .flag-group-exp { padding: 5px; color: var(--bb-alternate-text-color); @@ -7230,13 +6350,11 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { flex: 0 0 24px; max-width: 24px; } - .lms-topic-sidebar-wrapper .lms-group-flag.expanded .flag-group-exp i { -webkit-transform: scaleY(-1); -ms-transform: scaleY(-1); transform: scaleY(-1); } - .lms-topic-sidebar-wrapper .course-group-list { list-style: none; margin: 0; @@ -7244,17 +6362,14 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { padding-bottom: 15px; display: none; } - .lms-topic-sidebar-wrapper .course-group-list li { padding: 8px 80px 8px 30px; } - .lms-topic-sidebar-wrapper .course-group-list img { max-width: 32px; margin-left: 15px; border-radius: 5px; } - .lms-topic-sidebar-wrapper .course-group-list a { display: -webkit-box; display: -ms-flexbox; @@ -7266,53 +6381,43 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { -webkit-transition: 0.3s all; transition: 0.3s all; } - .lms-topic-sidebar-wrapper .course-group-list a:hover { color: var(--bb-primary-color); } - .lms-topic-sidebar-wrapper .course-group-list a .lms-group-title { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } - .lms-topic-sidebar-wrapper .group-exec-list { list-style: none; margin: 0; } - .lms-topic-sidebar-wrapper .group-exec-list li { padding: 0; } - .lms-topic-sidebar-wrapper .group-exec-list li > a { padding: 10px 30px; -webkit-transition: 0.3s all; transition: 0.3s all; } - .lms-topic-sidebar-wrapper .group-exec-list li > a:hover { background: rgba(146, 164, 183, 0.1); } - .lms-topic-sidebar-wrapper .group-exec-list img { max-width: 38px; margin-left: 15px; } - .lms-topic-sidebar-wrapper .group-exec-list a .lms-group-lead span { display: block; line-height: 1; color: var(--bb-headings-color); } - .lms-topic-sidebar-wrapper .group-exec-list a .lms-group-lead span:last-child { font-size: 13px; color: var(--bb-alternate-text-color); margin-top: 5px; } - .lms-topic-sidebar-wrapper .group-exec-list a { display: -webkit-box; display: -ms-flexbox; @@ -7322,63 +6427,49 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { align-items: center; color: var(--bb-alternate-text-color); } - .lms-topic-sidebar-wrapper .group-exec-list a:hover .lms-group-lead span { color: var(--bb-primary-color); } - .lms-topic-sidebar-wrapper .group-exec-list a:hover .lms-group-lead span:first-child { color: var(--bb-primary-color); } - .lms-topic-sidebar-wrapper .group-exec-list a:hover .lms-group-lead span:last-child { color: var(--bb-alternate-text-color); } - .lms-topic-sidebar-wrapper .lms-course-members-list { margin-top: 30px; } - .lms-topic-sidebar-wrapper .lms-course-members-list .lms-course-sidebar-heading { border-top: 1px solid var(--bb-content-border-color); } - .lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap { padding: 0; } - .lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap > .list-members-extra { padding: 15px 30px 0; display: inline-block; } - .lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap > .list-members-extra.lme-less { display: none; } - .lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap.expanded > .list-members-extra.lme-less { display: inline-block; } - .lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap.expanded > .list-members-extra.lme-more { display: none; } - .lms-topic-sidebar-wrapper .lms-course-members-list .list-members-extra i { margin-right: 5px; } - .lms-topic-sidebar-wrapper .lms-course-members-list .expanded .list-members-extra i { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); } - .lms-topic-sidebar-wrapper .lms-course-members-list .course-members-list { list-style: none; margin: 0; } - .lms-topic-sidebar-wrapper .lms-course-members-list .course-members-list li { display: -webkit-box; display: -ms-flexbox; @@ -7388,50 +6479,40 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { align-items: center; padding: 5px 30px; } - .lms-topic-sidebar-wrapper .lms-course-members-list .course-members-list img { max-width: 28px; margin-left: 10px; } - .lms-topic-sidebar-wrapper .lms-course-members-list .course-members-list.course-members-list-extra { display: none; } - .lms-topic-sidebar-wrapper .lms-course-members-list .course-members-list a { color: var(--bb-headings-color); } - .lms-topic-sidebar-wrapper .lms-course-members-list .course-members-list a:hover { color: var(--bb-primary-color); } - .lms-topic-sidebar-wrapper .lms-lessions-list > ol, .lms-topic-sidebar-wrapper .lms-course-quizzes-list > ul { margin-bottom: 0; } - .lms-topic-sidebar-wrapper .lms-lessions-list > ol > li a.bb-lesson-head, .lms-topic-sidebar-wrapper .lms-course-quizzes-list > ul > li a.bb-lesson-head { color: var(--bb-headings-color); } - .lms-topic-sidebar-wrapper .lms-lessions-list > ol > li a.bb-lesson-head:hover, .lms-topic-sidebar-wrapper .lms-course-quizzes-list > ul > li a.bb-lesson-head:hover { color: var(--bb-primary-color); } - .lms-topic-sidebar-wrapper .lms-lessions-list > ol > li.lms-is-locked:not(.bb-lms-is-sample) a, .lms-topic-sidebar-wrapper .lms-course-quizzes-list > ul > li.lms-is-locked:not(.bb-lms-is-sample) a { pointer-events: none; cursor: default; } - .lms-topic-sidebar-wrapper .lms-lessions-list > ol li.current > .lms-item-wrapper > a, .lms-topic-sidebar-wrapper .lms-course-quizzes-list > ul li.current > .lms-item-wrapper > a { color: var(--bb-primary-color); } - .lms-topic-sidebar-wrapper .lms-lessions-list > ol .lms-sidebar-lesson-progression, .lms-topic-sidebar-wrapper .lms-course-quizzes-list > ul .lms-sidebar-lesson-progression { color: #939597; @@ -7444,32 +6525,26 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { -ms-flex-align: center; align-items: center; } - .lms-topic-sidebar-wrapper .lms-lessions-list > ol .lms-sidebar-lesson-progression .bb-progress, .lms-topic-sidebar-wrapper .lms-course-quizzes-list > ul .lms-sidebar-lesson-progression .bb-progress { margin-right: 10px; position: relative; right: 1px; } - .lms-topic-sidebar-wrapper ol.lms-topic-list { margin-bottom: 1rem; } - .lms-topic-sidebar-wrapper ol.lms-topic-list .lms-topic-item .lms-quiz-list { margin-bottom: 0; } - .lms-topic-sidebar-wrapper ol.lms-topic-list .lms-topic-item .lms-quiz-list li:last-child { padding-bottom: 0; } - .lms-topic-sidebar-wrapper .lms-quiz-list { list-style: none; margin-right: 0; margin-bottom: 0; } - .lms-topic-sidebar-wrapper li .lms-item-wrapper { padding: 12px 0; line-height: 1.6; @@ -7477,37 +6552,30 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { -ms-flex-align: center; align-items: center; } - .lms-topic-sidebar-wrapper li.current > .lms-item-wrapper { background-color: #f4f5f7; } - .lms-topic-sidebar-wrapper .lms-item-wrapper a { margin-left: auto; color: #939597; } - .lms-topic-sidebar-wrapper .lms-side-item-complete { font-size: 18px; margin-left: 20px; } - .lms-topic-sidebar-wrapper .lms-side-item-complete i[class^="bb-icon-"], .lms-topic-sidebar-wrapper .lms-side-item-complete i[class*=" bb-icon-"] { font-size: 20px; } - .lms-topic-sidebar-wrapper .lms-side-item-incomplete { color: var(--bb-content-border-color); margin-left: 20px; margin-right: 15px; } - .lms-topic-sidebar-wrapper .lms-side-item-incomplete i[class^="bb-icon-"], .lms-topic-sidebar-wrapper .lms-side-item-incomplete i[class*=" bb-icon-"] { font-size: 20px; } - .lms-topic-sidebar-wrapper .lms-lesson-progress-container { display: inline-block; width: 20px; @@ -7515,7 +6583,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { } @media only screen and (max-width: 1200px) and (min-width: 800px) { - body.bb-buddypanel.bb-sfwd-aside:not(.elementor-template-canvas) .elementor-section-stretched[style*="width"], body.bb-buddypanel.bb-sfwd-aside:not(.elementor-template-canvas) .elementor-section-boxed[style*="width"], body.bb-buddypanel.bb-sfwd-aside:not(.elementor-template-canvas) .elementor-section-full_width[style*="width"], @@ -7526,15 +6593,12 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { } } @media only screen and (max-width: 1080px) and (min-width: 800px) { - .buddypanel-open .lms-topic-sidebar-wrapper .lms-topic-sidebar-data { width: 250px; } - .buddypanel-open .lms-topic-sidebar-wrapper { max-width: 250px; } - .buddypanel-open .lms-topic-sidebar-wrapper.lms-topic-sidebar-close { margin-right: -250px; } @@ -7544,12 +6608,10 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { } } @media screen and (max-width: 767px) { - #learndash-content div.lms-topic-sidebar-wrapper { max-width: 350px; display: none; } - #learndash-content div.lms-topic-sidebar-wrapper.show-in-mobile { display: -webkit-box; display: -ms-flexbox; @@ -7566,7 +6628,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { } } @media screen and (min-width: 820px) { - .bb-single-course-sidebar { max-width: 380px; -webkit-box-flex: 0; @@ -7576,16 +6637,13 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { position: relative; z-index: 2; } - .bb-single-course-sidebar.bb-preview-wrap { margin-top: -260px; } } - .widget-area.course-widget-area { padding-top: 0; } - .widget-area.course-widget-area .widget-title { font-size: 13px; letter-spacing: 0.5px; @@ -7597,11 +6655,9 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .widget .bb-course-filters:not(:last-child) { margin-bottom: 22px; } - .widget .bb-course-filters li { margin: 0; } - .widget .bb-course-filters label { font-size: 14px; color: #939597; @@ -7610,20 +6666,17 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { margin: 0 -15px 1px; padding: 8px 15px; } - .widget .bb-course-filters .bs-styled-checkbox:checked + label { background: #f7fafe; } - -.widget .bb-course-filters .bs-styled-checkbox + label::before { +.widget .bb-course-filters .bs-styled-checkbox + label:before { width: 16px; height: 16px; } - -.widget .bb-course-filters .bs-styled-checkbox:checked + label::after { +.widget .bb-course-filters .bs-styled-checkbox:checked + label:after { content: "\e876"; display: inline-block; - font: 400 normal normal 14px/1 bb-icons; + font: normal normal normal 14px/1 bb-icons; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; @@ -7643,7 +6696,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { flex: 0 0 100%; max-width: 100%; } - .widget_ldcourseinfo #ld_course_info_mycourses_list .bb-cover-list-item { -webkit-box-orient: horizontal; -webkit-box-direction: normal; @@ -7657,14 +6709,12 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { background-color: transparent; box-shadow: none; } - .widget_ldcourseinfo #ld_course_info_mycourses_list .bb-cover-wrap { width: 40px; height: 40px; padding: 0; border-radius: 100%; } - .widget_ldcourseinfo #ld_course_info_mycourses_list .bb-card-course-details { padding: 0 10px; display: -webkit-box; @@ -7678,12 +6728,10 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { -ms-flex-direction: row; flex-direction: row; } - .widget_ldcourseinfo #ld_course_info_mycourses_list .bb-card-course-details h2 { font-size: 14px; font-weight: 500; } - .widget_ldcourseinfo #ld_course_info > h4 { margin-bottom: 15px; line-height: 1.4; @@ -7691,27 +6739,21 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { color: var(--bb-alternate-text-color); stroke: var(--bb-alternate-text-color); } - .widget_ldcourseinfo #course_progress_details a.learndash-profile-course-certificate-link { display: none; } - .widget_ldcourseinfo #course_progress_details .bb_profile_course_wrapper { font-size: 0; } - .widget_ldcourseinfo #course_progress_details .bb_profile_course_wrapper .learndash-profile-course-title { font-size: 14px; } - .widget_ldcourseinfo #course_progress_details .bb_profile_course_wrapper .learndash-profile-course-title strong { - font-weight: 400; + font-weight: normal; } - .widget_ldcourseinfo #course_progress_details .bb_profile_course_wrapper .learndash-profile-course-access-label { display: none; } - .widget_ldcourseinfo #course_progress_details .bb_profile_course_wrapper .bb-learndash-profile-course-status { font-size: 0; -webkit-box-flex: 0; @@ -7719,11 +6761,9 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { flex: 0 0 95px; max-width: 95px; } - .widget_ldcourseinfo #course_progress_details .bb_profile_course_wrapper .bb-learndash-profile-course-status .leardash-course-status { font-size: 12px; } - .widget_ldcourseinfo #course_progress_details span.bb-learndash-profile-edit-course-link { -webkit-box-flex: 0; -ms-flex: 0 0 20px; @@ -7732,11 +6772,9 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { padding: 0; margin-left: 5px; } - .widget_ldcourseinfo #quiz_progress_details > p { font-size: 12px; } - .widget_ldcourseinfo #quiz_progress_details span.bb-learndash-profile-edit-course-link { -webkit-box-flex: 0; -ms-flex: 0 0 20px; @@ -7745,7 +6783,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { padding: 0; margin-left: 5px; } - .widget_ldcourseinfo #quiz_progress_details .bb-ld-quiz-percentage { padding: 0 5px; -webkit-box-flex: 0; @@ -7753,7 +6790,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { flex: 0 0 45px; max-width: 45px; } - .widget_ldcourseinfo #quiz_progress_details a.user_statistic { padding: 0 5px; -webkit-box-flex: 0; @@ -7767,11 +6803,10 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { font-family: inherit; text-transform: none; font-size: 14px; - font-weight: 400; + font-weight: normal; padding: 0; letter-spacing: 0; } - .widget_sfwd-courses-widget ul li:last-of-type { margin-bottom: 0; } @@ -7781,19 +6816,16 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .ld-sidebar-widgets .widget_lduserstatus .ld-user-status.ld-is-widget { margin: 0; } - .elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item:last-child, .widget.widget_lduserstatus .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item:last-child, .ld-sidebar-widgets .widget_lduserstatus .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item:last-child { padding-bottom: 0; } - .elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus div.ld-item-list, .widget.widget_lduserstatus div.ld-item-list, .ld-sidebar-widgets .widget_lduserstatus div.ld-item-list { margin: 0; } - .elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .ld-item-list-item-preview, .elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .learndash-wrapper .ld-item-list-item-preview, .widget.widget_lduserstatus .ld-item-list-item-preview, @@ -7802,13 +6834,11 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .ld-sidebar-widgets .widget_lduserstatus .learndash-wrapper .ld-item-list-item-preview { background: transparent; } - .elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .ld-item-title, .widget.widget_lduserstatus .ld-item-title, .ld-sidebar-widgets .widget_lduserstatus .ld-item-title { display: block; } - .elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .ld-status-icon, .elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon, .widget.widget_lduserstatus .ld-status-icon, @@ -7817,7 +6847,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .ld-sidebar-widgets .widget_lduserstatus .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon { margin-left: 10px; } - .elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .ld-section-heading, .widget.widget_lduserstatus .ld-section-heading, .ld-sidebar-widgets .widget_lduserstatus .ld-section-heading { @@ -7825,7 +6854,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { } @media screen and (min-width: 800px) { - .widget-area.course-widget-area { -webkit-box-flex: 0; -ms-flex: 0 0 280px; @@ -7834,7 +6862,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { } } @media screen and (min-width: 540px) and (max-width: 799px) { - .widget-area.course-widget-area { -webkit-box-flex: 0; -ms-flex: 0 0 240px; @@ -7842,7 +6869,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { max-width: 240px; } } - .ld-sidebar-widgets ul { margin: 0; } @@ -7858,27 +6884,22 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { list-style: none; padding: 1.25rem 0; } - .ld-sidebar-widgets .widget a { color: var(--bb-headings-color); } - .ld-sidebar-widgets .widget a:hover { color: var(--bb-primary-color); } - .ld-sidebar-widgets .widget a.subscription-toggle, .ld-sidebar-widgets .widget a.favorite-toggle { background-color: var(--bb-content-background-color); color: var(--bb-headings-color); border: 1px solid var(--bb-content-border-color); } - .ld-sidebar-widgets .widget a.subscription-toggle:focus, .ld-sidebar-widgets .widget a.favorite-toggle:focus { box-shadow: var(--bb-outline-button-focus-shadow); } - .ld-sidebar-widgets .widget a.subscription-toggle:hover, .ld-sidebar-widgets .widget a.favorite-toggle:hover { background-color: var(--bb-secondary-button-background-hover); @@ -7886,7 +6907,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { border: 1px solid var(--bb-secondary-button-border-hover); box-shadow: none; } - .ld-sidebar-widgets .widget a.subscription-toggle:active, .ld-sidebar-widgets .widget a.favorite-toggle:active { background-color: var(--bb-secondary-button-background-hover); @@ -7894,7 +6914,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { border: 1px solid var(--bb-secondary-button-border-hover); box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 0 0 2px rgba(0, 0, 0, 0.08); } - .ld-sidebar-widgets .widget a.subscription-toggle:disabled, .ld-sidebar-widgets .widget a.subscription-toggle.disabled, .ld-sidebar-widgets .widget a.favorite-toggle:disabled, .ld-sidebar-widgets .widget a.favorite-toggle.disabled { @@ -7905,35 +6924,28 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { pointer-events: none; cursor: default; } - .ld-sidebar-widgets .widget a.button:not(.logout-link, .wc-forward) { background-color: var(--bb-primary-button-background-regular); color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); } - .ld-sidebar-widgets .widget a.button:not(.logout-link, .wc-forward):focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .ld-sidebar-widgets .widget a.button:not(.logout-link, .wc-forward):hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - .ld-sidebar-widgets .widget a.button.wc-forward { color: #fff; } - .ld-sidebar-widgets .widget a.button.wc-forward:hover { box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1); } - .ld-sidebar-widgets .widget:first-child { margin-top: 15px; } - .ld-sidebar-widgets .widget h2.widgettitle { font-size: 13px; color: var(--bb-headings-color); @@ -7942,17 +6954,14 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { padding-bottom: 15px; text-transform: uppercase; } - .ld-sidebar-widgets .widget h2.widgettitle .widget-num-count { padding: 0 0.25rem; color: var(--bb-alternate-text-color); margin-left: auto; } - .ld-sidebar-widgets .widget .llms-progress { margin: 5px 0; } - .ld-sidebar-widgets .widget .textwidget h2, .ld-sidebar-widgets .widget .textwidget h3, .ld-sidebar-widgets .widget .textwidget h4, @@ -7960,17 +6969,14 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .ld-sidebar-widgets .widget .textwidget h6 { margin-bottom: 10px; } - .ld-sidebar-widgets .bbp_widget_login h2.widgettitle, .ld-sidebar-widgets .widget_bp_core_login_widget h2.widgettitle { display: block; width: 100%; } - .ld-sidebar-widgets .widget.buddypress div.item-options .selected { border-bottom: 1px solid var(--bb-primary-color); } - .ld-sidebar-widgets .widget ul h2 a, .ld-sidebar-widgets .widget ul h3 a, .ld-sidebar-widgets .widget ul h4 a, @@ -7992,21 +6998,17 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { display: block; margin: 0 0 10px; } - .widget_ldcourseinfo .ld-course-info-my-courses h2.ld-entry-title { font-size: 14px; margin: 0 0 10px; font-family: inherit; } - .widget_ldcourseinfo .ld-course-info-my-courses h2.ld-entry-title a { color: #939597; } - .widget_ldcourseinfo .ld-course-info-my-courses h2.ld-entry-title a:hover { color: var(--bb-primary-color); } - .widget_ldcourseinfo .ld-courseregistered-content-container .ld-course-info-my-courses { padding: 0 0 10px; margin: 0 0 10px; @@ -8021,7 +7023,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button { color: #939597; } - .learndash-wrapper .ld-course-navigation .ld-lesson-item-preview a.ld-lesson-item-preview-heading:hover, .learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button:hover { color: var(--bb-primary-color); @@ -8031,20 +7032,17 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { margin: 0; list-style: none; } - .bb-single-course-sidebar .ld-sidebar-widgets .widget { margin: 15px 0; padding: 15px 30px 25px; overflow: visible; } - .bb-single-course-sidebar .ld-sidebar-widgets .widget { box-shadow: 0 32px 54px 0 rgba(0, 0, 0, 0.1); border-radius: var(--bb-block-radius); border: 0; background-color: var(--bb-content-background-color); } - .bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap { margin: 0 -30px; border-radius: 5px 5px 0 0; @@ -8060,21 +7058,17 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { -ms-flex-pack: center; justify-content: center; } - .bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap audio { width: 100%; background-color: #e2e7ed; } - .bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap audio:focus { outline: 0; } - .bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap audio::-webkit-media-controls-panel { background-color: #e2e7ed; border-radius: 0; } - .bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap.bb-thumbnail-preview { display: block; height: 0; @@ -8082,7 +7076,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { position: relative; z-index: 1; } - .bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap.bb-thumbnail-preview img { position: absolute; top: 0; @@ -8096,11 +7089,9 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { min-width: 100%; object-fit: cover; } - .bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap { padding: 0; } - .bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container { height: 0; padding-bottom: 56.25%; @@ -8108,7 +7099,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { z-index: 1; background-color: var(--bb-cover-image-background-color); } - .bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay { position: absolute; z-index: 2; @@ -8124,17 +7114,14 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay:hover .bb-course-play-btn { width: 60px; height: 60px; background-color: rgba(248, 248, 248, 0.9); } - -.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay:hover .bb-course-play-btn::after { +.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay:hover .bb-course-play-btn:after { border-color: transparent var(--bb-primary-color) transparent transparent; } - .bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay > div { display: -webkit-box; display: -ms-flexbox; @@ -8150,7 +7137,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { font-weight: 500; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); } - .bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay .bb-course-play-btn-wrapper { width: 60px; height: 60px; @@ -8162,7 +7148,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { -ms-flex-align: center; align-items: center; } - .bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay .bb-course-play-btn { display: -webkit-box; display: -ms-flexbox; @@ -8178,8 +7163,7 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - -.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay .bb-course-play-btn::after { +.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay .bb-course-play-btn:after { content: ""; display: inline-block; position: relative; @@ -8207,33 +7191,26 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { margin: 0; padding-bottom: 15px; } - .widget_ldcourseinfo .course_progress_details { margin-top: 20px; } - .widget_ldcourseinfo .course_progress_details .learndash-profile-course-title a { color: var(--bb-headings-color); } - .widget_ldcourseinfo .course_progress_details .learndash-profile-course-title a:hover { color: var(--bb-primary-color); } - .widget_ldcourseinfo .course_progress_details .ld-course-progress-content-container > br { content: ""; display: block; margin-bottom: 15px; } - .widget_ldcourseinfo .course_progress_details .ld-course-progress-content-container > br:last-of-type { margin-bottom: 0; } - .widget_ldcourseinfo .quiz_progress_details { margin-top: 10px; } - .widget_ldcourseinfo .quiz_progress_details .ld-quiz-progress-content-container p:last-of-type { margin-bottom: 0; } @@ -8241,7 +7218,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .widget_ldcoursenavigation a.ld-home-link { text-decoration: none; } - .widget_ldcoursenavigation .ld-course-navigation-heading .ld-course-navigation-actions { display: -webkit-box; display: -ms-flexbox; @@ -8250,7 +7226,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { -ms-flex-align: center; align-items: center; } - .widget_ldcoursenavigation .ld-course-navigation-heading .ld-course-navigation-actions a, .widget_ldcoursenavigation .ld-course-navigation-heading .ld-course-navigation-actions span { font-size: 13px; @@ -8260,77 +7235,60 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { margin: 0; line-height: 1.2; } - .widget_ldcoursenavigation .ld-course-navigation-heading .ld-course-navigation-actions .ld-expand-button { margin-right: auto; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } - .widget_ldcoursenavigation .ld-course-navigation-heading .ld-course-navigation-actions .ld-expand-button .ld-text { white-space: nowrap; } - .widget_ldcoursenavigation .ld-lesson-item-preview .ld-expand-button { font-size: 12px; } - .widget_ldcoursenavigation .ld-lesson-section-heading { color: var(--bb-headings-color); } - .widget_ldcoursenavigation .ld-course-navigation .ld-lesson-item-expanded { border-radius: 3px; background: #f8f8f8; } - .widget_ldcoursenavigation .ld-course-navigation .ld-lesson-item-expanded { margin: 0; } - .widget_ldcoursenavigation .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview { padding: 0.5em 10px; } - .widget_ldcoursenavigation .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview .ld-topic-title { - font-weight: 400; + font-weight: normal; } - -.widget_ldcoursenavigation .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview .ld-topic-title::before { +.widget_ldcoursenavigation .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview .ld-topic-title:before { display: none; } - .widget_ldcoursenavigation .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview .ld-status-icon { margin-right: 10px; margin-top: 3px; } - -.widget_ldcoursenavigation .learndash-wrapper .ld-status-icon.ld-status-complete .ld-icon-checkmark.ld-icon::before { +.widget_ldcoursenavigation .learndash-wrapper .ld-status-icon.ld-status-complete .ld-icon-checkmark.ld-icon:before { font-size: 8px; } - .widget_ldcoursenavigation .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading .ld-status-incomplete { border-color: var(--bb-content-border-color); } - .widget_ldcoursenavigation .learndash-wrapper .ld-course-navigation .ld-status-icon { margin-top: 1px; } - .widget_ldcoursenavigation .ld-course-navigation .ld-course-navigation-heading { border-bottom: 1px solid var(--bb-content-border-color); } - .widget_ldcoursenavigation .ld-course-navigation .ld-lesson-item { border-bottom: 0; } - .widget_ldcoursenavigation .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading, .widget_ldcoursenavigation .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title { color: var(--bb-primary-color); } - .widget_ldcoursenavigation .learndash-wrapper .ld-course-navigation-actions .ld-expand-button.ld-button-alternate { color: var(--bb-primary-color); } @@ -8342,11 +7300,9 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .widget_ldcourseprogress .ld-progress { margin: 0; } - .widget_ldcourseprogress .ld-progress .ld-progress-bar { margin-bottom: 15px; } - .widget_ldcourseprogress .ld-progress-steps { margin-top: 7px; } @@ -8366,13 +7322,12 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .widget_sfwd-lessons-widget li h4 { font-family: inherit; font-size: 14px; - font-weight: 400; + font-weight: normal; padding: 0; text-transform: none; letter-spacing: 0; margin: 0; } - .widget_sfwd-lessons-widget ul li:last-of-type { margin-bottom: 0; } @@ -8380,13 +7335,12 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .widget_sfwd-quiz-widget li h4 { font-family: inherit; font-size: 14px; - font-weight: 400; + font-weight: normal; padding: 0; text-transform: none; letter-spacing: 0; margin: 0; } - .widget_sfwd-quiz-widget ul li:last-of-type { margin-bottom: 0; } @@ -8394,13 +7348,12 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .widget_sfwd-certificates-widget li h4 { font-family: inherit; font-size: 14px; - font-weight: 400; + font-weight: normal; padding: 0; text-transform: none; letter-spacing: 0; margin: 0; } - .widget_sfwd-certificates-widget ul li:last-of-type { margin-bottom: 0; } @@ -8410,40 +7363,33 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { text-transform: none; font-size: 14px; } - .widget_lduserstatus .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title .ld-item-components, .widget_lduserstatus .learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name:hover .ld-item-title .ld-item-components { color: var(--bb-alternate-text-color); - font-weight: 400; + font-weight: normal; } .widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-components span { margin-bottom: 0; } - .widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-components { margin-top: 5px; } - .widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-title { color: var(--bb-headings-color); font-weight: 500; } - .widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item { border-bottom: 0; margin: 5px 0; padding: 5px 0; } - .widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list-items .ld-item-list-item:last-of-type { margin-bottom: 0; } - .widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-pagination { margin-bottom: 0; } - .widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-pagination .ld-pages { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -8463,35 +7409,29 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { font-weight: inherit; font-size: 13px; } - .learndash-course-grid-filter .buttons .button.blue { 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); } - .learndash-course-grid-filter .buttons .button.blue:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .learndash-course-grid-filter .buttons .button.blue:hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - .learndash-course-grid-filter .buttons .button.grey { background-color: var(--bb-secondary-button-background-regular); color: var(--bb-secondary-button-text-regular); border: 1px solid var(--bb-secondary-button-border-regular); border-radius: var(--bb-button-radius); } - .learndash-course-grid-filter .buttons .button.grey:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - .learndash-course-grid-filter .buttons .button.grey:hover { background-color: var(--bb-secondary-button-background-hover); color: var(--bb-secondary-button-text-hover); @@ -8501,7 +7441,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { [class*="bb-template-"] .widget .learndash-course-grid-filter label { font-size: 15px; } - .widget .learndash-course-grid-filter form input[type="range"] { margin-top: 0; } @@ -8518,74 +7457,60 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .ld-sidebar-widgets .emojionearea .emojionearea-picker .emojionearea-wrapper { width: 250px; } - .ld-sidebar-widgets .emojionearea .emojionearea-picker .emojionearea-search-panel .emojionearea-tones { display: none; } - .ld-sidebar-widgets .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom, .ld-sidebar-widgets .bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom { right: -100px; top: -340px; width: 250px; } - -.ld-sidebar-widgets .bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { +.ld-sidebar-widgets .bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { top: 340px; right: 102px; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } - -.bb-template-v2 .ld-sidebar-widgets .bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { +.bb-template-v2 .ld-sidebar-widgets .bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { display: none; } - .ld-sidebar-widgets .bbp-topic-form .post-emoji:nth-child(2) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom, .ld-sidebar-widgets .post-emoji:nth-child(2) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom { right: -60px; } - -.ld-sidebar-widgets .bbp-topic-form .post-emoji:nth-child(2) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after, -.ld-sidebar-widgets .post-emoji:nth-child(2) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { +.ld-sidebar-widgets .bbp-topic-form .post-emoji:nth-child(2) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after, +.ld-sidebar-widgets .post-emoji:nth-child(2) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { right: 62px; } - .ld-sidebar-widgets .bbp-topic-form .post-emoji:nth-child(3) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom, .ld-sidebar-widgets .post-emoji:nth-child(3) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom { right: -30px; } - -.ld-sidebar-widgets .bbp-topic-form .post-emoji:nth-child(3) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after, -.ld-sidebar-widgets .post-emoji:nth-child(3) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { +.ld-sidebar-widgets .bbp-topic-form .post-emoji:nth-child(3) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after, +.ld-sidebar-widgets .post-emoji:nth-child(3) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { right: 33px; } - .ld-sidebar-widgets .gif-media-search-dropdown.open { right: -60px; bottom: 40px; top: inherit; width: 250px; } - .ld-sidebar-widgets .post-gif:nth-child(2) .gif-media-search-dropdown.open { right: -40px; } - .ld-sidebar-widgets .forums-attached-gif-container { max-width: 295px; background-size: cover !important; } - .ld-sidebar-widgets .forums-attached-gif-container .gif-image-container img { display: none; } - .ld-sidebar-widgets #whats-new-toolbar .medium-editor-toolbar { background-color: var(--bb-body-background-color); } - .ld-sidebar-widgets #whats-new-toolbar .medium-editor-toolbar.active { bottom: 0; } @@ -8593,11 +7518,9 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .ld-sidebar-widgets .bb-modal { background-color: transparent; } - .ld-sidebar-widgets #bbpress-forums .bs-single-forum-list > li { background-color: var(--bb-body-background-color); } - .ld-sidebar-widgets .medium-editor-element, .ld-sidebar-widgets .medium-editor-placeholder { background-color: transparent; @@ -8607,19 +7530,20 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { margin: 0; } +.wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion, .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion, .wpProQuiz_content .wpProQuiz_box { text-align: center; background-color: transparent; border: 0; } - +.wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion > ol, .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion > ol, .wpProQuiz_content .wpProQuiz_box > ol { display: inline-block; overflow: hidden; } - +.wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion > ol li, .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion > ol li, .wpProQuiz_content .wpProQuiz_box > ol li { width: 40px; @@ -8633,8 +7557,10 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { font-size: 15px; border-radius: 100%; } - -.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion > ol li.wpProQuiz_reviewQuestionTarget, .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion > ol li.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionSolved, .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion > ol li.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionReview, +.wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion > ol li.wpProQuiz_reviewQuestionTarget, .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion > ol li.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionSolved, .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion > ol li.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionReview, +.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion > ol li.wpProQuiz_reviewQuestionTarget, +.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion > ol li.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionSolved, +.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion > ol li.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionReview, .wpProQuiz_content .wpProQuiz_box > ol li.wpProQuiz_reviewQuestionTarget, .wpProQuiz_content .wpProQuiz_box > ol li.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionSolved, .wpProQuiz_content .wpProQuiz_box > ol li.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionReview { @@ -8643,18 +7569,16 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { box-shadow: none; font-weight: 500; } - -.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion > ol li.wpProQuiz_reviewQuestionSolved, .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion > ol li.wpProQuiz_reviewQuestionReview, -.wpProQuiz_content .wpProQuiz_box > ol li.wpProQuiz_reviewQuestionSolved, -.wpProQuiz_content .wpProQuiz_box > ol li.wpProQuiz_reviewQuestionReview { +.wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion > ol li.wpProQuiz_reviewQuestionSolved, +.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion > ol li.wpProQuiz_reviewQuestionSolved, +.wpProQuiz_content .wpProQuiz_box > ol li.wpProQuiz_reviewQuestionSolved { background-color: #f4f5f7; position: relative; color: inherit; } - -.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion > ol li.wpProQuiz_reviewQuestionSolved::after, .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion > ol li.wpProQuiz_reviewQuestionReview::after, -.wpProQuiz_content .wpProQuiz_box > ol li.wpProQuiz_reviewQuestionSolved::after, -.wpProQuiz_content .wpProQuiz_box > ol li.wpProQuiz_reviewQuestionReview::after { +.wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion > ol li.wpProQuiz_reviewQuestionSolved:after, +.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion > ol li.wpProQuiz_reviewQuestionSolved:after, +.wpProQuiz_content .wpProQuiz_box > ol li.wpProQuiz_reviewQuestionSolved:after { content: ""; display: inline-block; width: 13px; @@ -8666,9 +7590,23 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { top: -3px; left: -3px; } - -.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion > ol li.wpProQuiz_reviewQuestionReview::after, -.wpProQuiz_content .wpProQuiz_box > ol li.wpProQuiz_reviewQuestionReview::after { +.wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion > ol li.wpProQuiz_reviewQuestionReview, +.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion > ol li.wpProQuiz_reviewQuestionReview, +.wpProQuiz_content .wpProQuiz_box > ol li.wpProQuiz_reviewQuestionReview { + position: relative; +} +.wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion > ol li.wpProQuiz_reviewQuestionReview:after, +.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion > ol li.wpProQuiz_reviewQuestionReview:after, +.wpProQuiz_content .wpProQuiz_box > ol li.wpProQuiz_reviewQuestionReview:after { + content: ""; + display: inline-block; + width: 13px; + height: 13px; + border: 2px solid var(--bb-content-background-color); + border-radius: 100%; + position: absolute; + top: -3px; + left: -3px; background-color: var(--bb-warning-color); } @@ -8677,13 +7615,11 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { background-color: var(--bb-success-color); color: #fff; } - .learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedIncorrect, .learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSolvedIncorrect { background-color: var(--bb-danger-color); color: #fff; } - .learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionReview, .learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionReview, .learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSkip, @@ -8691,15 +7627,28 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { background-color: var(--bb-warning-color); color: #fff; } - .learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_AnswerCorrect { background-color: var(--bb-success-color); } - .learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_Review { background-color: var(--bb-warning-color); } - +.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_Answer { + background-color: #f4f5f7; + position: relative; +} +.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_Answer:after { + content: ""; + display: inline-block; + width: 10px; + height: 10px; + background-color: var(--bb-success-color); + border: 2px solid var(--bb-content-background-color); + border-radius: 100%; + position: absolute; + top: -3px; + left: -3px; +} .learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_AnswerIncorrect { background-color: var(--bb-danger-color); } @@ -8707,30 +7656,24 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .wpProQuiz_content .wpProQuiz_reviewDiv { border-bottom: 1px solid var(--bb-content-border-color); } - .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion { overflow: auto; } - .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion ol li { margin-bottom: 0; border-radius: 100%; border: 2px solid transparent; outline: 0 !important; } - .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion ol li.wpProQuiz_reviewQuestionTarget { border-color: var(--bb-primary-color); } - .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewLegend .learndash-quiz-review-legend-item-current .wpProQuiz_reviewQuestion_Target { outline: 0; - border: 2px solid var(--bb-primary-color); border-radius: 100%; box-shadow: none; - background-color: transparent; + background-color: var(--bb-primary-color); } - .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewLegend ol li span { vertical-align: middle; } @@ -8740,17 +7683,17 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { background: none; border: 0; } - .wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion ol { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } - .wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion ol li { padding: 0; width: 36px; @@ -8758,30 +7701,24 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { line-height: 34px; border-radius: 100%; } - .wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion { overflow: auto; } - .wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion ol li { margin-bottom: 0; border-radius: 100%; border: 2px solid transparent; outline: 0 !important; } - .wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion ol li.wpProQuiz_reviewQuestionTarget { border-color: #235af3; } - .wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewLegend .learndash-quiz-review-legend-item-current .wpProQuiz_reviewQuestion_Target { outline: 0; - border: 2px solid var(--bb-primary-color); border-radius: 100%; box-shadow: none; - background-color: transparent; + background-color: var(--bb-primary-color); } - .wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewLegend ol li span { vertical-align: middle; } @@ -8789,12 +7726,10 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .learndash-wrapper .wpProQuiz_content .wpProQuiz_box { background-color: transparent; } - .learndash-wrapper .wpProQuiz_content .wpProQuiz_box li { color: var(--bb-headings-color); border-radius: 100%; } - .learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSolved:not(.wpProQuiz_reviewQuestionTarget) { color: var(--bb-headings-color); } @@ -8803,16 +7738,15 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect .wpProQuiz_sortable { background-color: transparent; color: inherit; - font-weight: 400; + font-weight: normal; } .wpProQuiz_content > h2 { font-size: 18px; line-height: 1.2; - font-weight: 700; + font-weight: bold; margin: 0 0 1.6875rem; } - .wpProQuiz_content .wpProQuiz_button2 { border: 1px solid var(--bb-primary-color); background: transparent; @@ -8823,94 +7757,76 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { padding: 6px 2em; box-shadow: none; } - .wpProQuiz_content .wpProQuiz_button2:hover, .wpProQuiz_content .wpProQuiz_button2:active, .wpProQuiz_content .wpProQuiz_button2:focus { background: transparent; box-shadow: none; } @media screen and (max-width: 544px) { - .wpProQuiz_content .wpProQuiz_button2 { float: none; margin-bottom: 10px; } } - .wpProQuiz_content .wpProQuiz_TipButton { border: 0; font-weight: 500; padding: 6px 2em; } - .wpProQuiz_content .wpProQuiz_TipButton:hover, .wpProQuiz_content .wpProQuiz_TipButton:active, .wpProQuiz_content .wpProQuiz_TipButton:focus { box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1); } - .wpProQuiz_content .wpProQuiz_button { padding-right: 2em; padding-left: 2em; margin-bottom: 10px; } - .wpProQuiz_content .wpProQuiz_question_page { font-size: 12px; text-transform: uppercase; margin-bottom: 30px; } - .wpProQuiz_content .wpProQuiz_listItem > h5.wpProQuiz_header { font-size: 13px; text-transform: uppercase; } - .wpProQuiz_content .wpProQuiz_checkPage { margin: 30px 0 0; } - .wpProQuiz_content .wpProQuiz_checkPage h4.wpProQuiz_header + p { font-size: 12px; text-transform: uppercase; } - .wpProQuiz_content .wpProQuiz_reviewLegend li { font-size: 12px; } - .wpProQuiz_content .wpProQuiz_reviewLegend li .wpProQuiz_reviewColor { border-radius: 100%; } - .wpProQuiz_content .wpProQuiz_questionList { background-color: transparent; border: 0; padding: 0; } - .wpProQuiz_content .wpProQuiz_questionList li.wpProQuiz_questionListItem { background-color: var(--bb-content-background-color); min-width: 100%; } - .wpProQuiz_content .wpProQuiz_questionList[data-type="single"] li.wpProQuiz_questionListItem, .wpProQuiz_content .wpProQuiz_questionList[data-type="multiple"] li.wpProQuiz_questionListItem, .wpProQuiz_content .wpProQuiz_questionList[data-type="sort_answer"] li.wpProQuiz_questionListItem, .wpProQuiz_content .wpProQuiz_questionList.ui-sortable li.wpProQuiz_questionListItem { border: 1px solid var(--bb-content-border-color); border-radius: var(--bb-block-radius-inner); padding: 10px 20px; margin-bottom: 8px; } - .wpProQuiz_content .wpProQuiz_questionList[data-type="single"] li.wpProQuiz_questionListItem:last-child, .wpProQuiz_content .wpProQuiz_questionList[data-type="multiple"] li.wpProQuiz_questionListItem:last-child, .wpProQuiz_content .wpProQuiz_questionList[data-type="sort_answer"] li.wpProQuiz_questionListItem:last-child, .wpProQuiz_content .wpProQuiz_questionList.ui-sortable li.wpProQuiz_questionListItem:last-child { padding: 10px 20px; } - .wpProQuiz_content .wpProQuiz_questionList[data-type="single"] li.wpProQuiz_questionListItem label, .wpProQuiz_content .wpProQuiz_questionList[data-type="multiple"] li.wpProQuiz_questionListItem label, .wpProQuiz_content .wpProQuiz_questionList[data-type="sort_answer"] li.wpProQuiz_questionListItem label, .wpProQuiz_content .wpProQuiz_questionList.ui-sortable li.wpProQuiz_questionListItem label { padding: 0; border: 0; } - .wpProQuiz_content .wpProQuiz_questionList[data-type="single"] li.wpProQuiz_questionListItem > span, .wpProQuiz_content .wpProQuiz_questionList[data-type="multiple"] li.wpProQuiz_questionListItem > span { margin-left: 5px; } - .wpProQuiz_content .wpProQuiz_questionList[data-type="essay"] form { border: 1px dashed var(--bb-content-border-color); border-radius: 2px; @@ -8925,7 +7841,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { background-color: transparent; min-width: 100%; } - .wpProQuiz_content .wpProQuiz_questionList[data-type="essay"] form input[type="file"] { width: 140px; height: 40px; @@ -8939,27 +7854,21 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { bottom: 0; margin: auto; } - .wpProQuiz_content .wpProQuiz_questionList[data-type="essay"] form input[placeholder] { text-overflow: ellipsis; } - .wpProQuiz_content .wpProQuiz_questionList[data-type="essay"] form ::-webkit-input-placeholder { text-overflow: ellipsis; } - .wpProQuiz_content .wpProQuiz_questionList[data-type="essay"] form :-ms-input-placeholder { text-overflow: ellipsis; } - .wpProQuiz_content .wpProQuiz_questionList[data-type="essay"] form ::placeholder { text-overflow: ellipsis; } - .wpProQuiz_content .wpProQuiz_questionList[data-type="essay"] form input:placeholder { text-overflow: ellipsis; } - .wpProQuiz_content .wpProQuiz_questionList[data-type="essay"] form input[type="file"] + label { font-size: 15px; font-weight: 400; @@ -8975,10 +7884,9 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { cursor: pointer; margin: 10px 0; } - -.wpProQuiz_content .wpProQuiz_questionList[data-type="essay"] form input[type="file"] + label::before { +.wpProQuiz_content .wpProQuiz_questionList[data-type="essay"] form input[type="file"] + label:before { content: "\ee24"; - font: 400 normal normal 18px/1 bb-icons; + font: normal normal normal 18px/1 bb-icons; speak: none; display: inline-block; text-decoration: inherit; @@ -8987,7 +7895,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { -moz-osx-font-smoothing: grayscale; margin-left: 10px; } - .wpProQuiz_content .wpProQuiz_questionList[data-type="essay"] form input[type="submit"] { background-color: transparent; color: var(--bb-primary-color); @@ -8997,17 +7904,15 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { cursor: pointer; box-shadow: none; max-width: 145px; - font-weight: 400; + font-weight: normal; position: absolute; left: 10%; } - .wpProQuiz_content .wpProQuiz_questionList[data-type="essay"] form input[type="submit"]:hover { background-color: transparent !important; opacity: 1 !important; } @media screen and (max-width: 1200px) { - .wpProQuiz_content .wpProQuiz_questionList[data-type="essay"] form { padding: 10px 5% 20px; -webkit-box-orient: vertical; @@ -9015,18 +7920,15 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { -ms-flex-direction: column; flex-direction: column; } - .wpProQuiz_content .wpProQuiz_questionList[data-type="essay"] form input[type="file"] { bottom: inherit; top: 18px; } - .wpProQuiz_content .wpProQuiz_questionList[data-type="essay"] form input[type="submit"] { position: static; } } @media screen and (max-width: 992px) { - .wpProQuiz_content .wpProQuiz_questionList[data-type="essay"] form { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -9034,11 +7936,9 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { flex-direction: column; } } - .wpProQuiz_content .wpProQuiz_questionList textarea.wpProQuiz_questionEssay { width: 100%; } - .wpProQuiz_content .wpProQuiz_sortable { background-color: transparent; border: 0; @@ -9047,8 +7947,7 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { padding-top: 0; padding-bottom: 0; } - -.wpProQuiz_content .wpProQuiz_sortable::after, .wpProQuiz_content .wpProQuiz_sortable::before { +.wpProQuiz_content .wpProQuiz_sortable:after, .wpProQuiz_content .wpProQuiz_sortable:before { font-family: bb-icons; font-size: 18px; text-rendering: auto; @@ -9064,50 +7963,41 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { color: #c8cbcf; font-weight: 300; } - -.wpProQuiz_content .wpProQuiz_sortable::before { +.wpProQuiz_content .wpProQuiz_sortable:before { left: 6px; } - -[dir="rtl"] .wpProQuiz_content .wpProQuiz_tipp > div::before { +[dir="rtl"] .wpProQuiz_content .wpProQuiz_tipp > div:before { right: unset; left: 8em; } - .wpProQuiz_content .wpProQuiz_tipp > div { background-color: #fff; border-radius: 4px; box-shadow: 0 3px 24px 0 rgba(18, 43, 70, 0.08); border: 1px solid #e7eaec; } - .wpProQuiz_content .wpProQuiz_tipp > div .wpProQuiz_header { font-weight: 500; } - .wpProQuiz_content .wpProQuiz_tipp > div p { font-size: 15px; } - .wpProQuiz_content .wpProQuiz_listItem > .wpProQuiz_header + span { font-size: 14px; - font-weight: 400; + font-weight: normal; color: var(--bb-alternate-text-color); } - .wpProQuiz_content .wpProQuiz_matrixSortString { background: transparent; border: 0; padding: 0; overflow: initial; } - .wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable { overflow: hidden; padding-right: 0; padding-left: 0; } - .wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable li.wpProQuiz_sortStringItem { background-color: var(--bb-content-background-color); border-color: var(--bb-content-background-color); @@ -9119,8 +8009,7 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { font-size: 15px; line-height: 1.3; } - -.wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable li.wpProQuiz_sortStringItem::after, .wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable li.wpProQuiz_sortStringItem::before { +.wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable li.wpProQuiz_sortStringItem:after, .wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable li.wpProQuiz_sortStringItem:before { font-family: bb-icons; font-size: 18px; text-rendering: auto; @@ -9136,17 +8025,14 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { color: #c8cbcf; font-weight: 300; } - -.wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable li.wpProQuiz_sortStringItem::after { +.wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable li.wpProQuiz_sortStringItem:after { right: 18px; } - .wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable li.wpProQuiz_sortStringItem.ui-sortable-helper { background-color: var(--bb-primary-color); border-color: var(--bb-primary-color); color: #fff; } - .wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable .wpProQuiz_placehold { background-color: #fff; border: 2px dashed #bdbdbd; @@ -9154,42 +8040,34 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { min-height: 100px; min-width: 70px; } - .wpProQuiz_content ul.wpProQuiz_questionList[data-type="matrix_sort_answer"] { overflow: hidden; margin-right: -5px; margin-left: -5px; } - .wpProQuiz_content ul.wpProQuiz_questionList[data-type="matrix_sort_answer"] li { padding: 0; margin: 0 0 10px; } - .wpProQuiz_content ul.wpProQuiz_questionList[data-type="matrix_sort_answer"] li table td { border-color: var(--bb-content-border-color); } - .wpProQuiz_content ul.wpProQuiz_questionList[data-type="matrix_sort_answer"] li table td .wpProQuiz_maxtrixSortText img { width: auto; } - .wpProQuiz_content ul.wpProQuiz_questionList[data-type="matrix_sort_answer"] li table td:first-child { border-bottom: 0; border-radius: 0 4px 4px 0; text-align: center; } - .wpProQuiz_content ul.wpProQuiz_questionList[data-type="matrix_sort_answer"] li table td:last-child { border-radius: 4px 0 0 4px; border-top: 0; } - .wpProQuiz_content ul.wpProQuiz_questionList[data-type="matrix_sort_answer"] li ul.wpProQuiz_maxtrixSortCriterion:not(:empty) { height: auto !important; min-height: 25px !important; } - .wpProQuiz_content ul.wpProQuiz_questionList[data-type="matrix_sort_answer"] li ul.wpProQuiz_maxtrixSortCriterion li.wpProQuiz_sortStringItem { background-color: #eef0f3; border-color: #eef0f3; @@ -9201,8 +8079,7 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { font-size: 15px; line-height: 1.3; } - -.wpProQuiz_content ul.wpProQuiz_questionList[data-type="matrix_sort_answer"] li ul.wpProQuiz_maxtrixSortCriterion li.wpProQuiz_sortStringItem::after, .wpProQuiz_content ul.wpProQuiz_questionList[data-type="matrix_sort_answer"] li ul.wpProQuiz_maxtrixSortCriterion li.wpProQuiz_sortStringItem::before { +.wpProQuiz_content ul.wpProQuiz_questionList[data-type="matrix_sort_answer"] li ul.wpProQuiz_maxtrixSortCriterion li.wpProQuiz_sortStringItem:after, .wpProQuiz_content ul.wpProQuiz_questionList[data-type="matrix_sort_answer"] li ul.wpProQuiz_maxtrixSortCriterion li.wpProQuiz_sortStringItem:before { font-family: bb-icons; font-size: 18px; text-rendering: auto; @@ -9218,17 +8095,14 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { color: #c8cbcf; font-weight: 300; } - -.wpProQuiz_content ul.wpProQuiz_questionList[data-type="matrix_sort_answer"] li ul.wpProQuiz_maxtrixSortCriterion li.wpProQuiz_sortStringItem::after { +.wpProQuiz_content ul.wpProQuiz_questionList[data-type="matrix_sort_answer"] li ul.wpProQuiz_maxtrixSortCriterion li.wpProQuiz_sortStringItem:after { right: 18px; } - .wpProQuiz_content ul.wpProQuiz_questionList[data-type="matrix_sort_answer"] li ul.wpProQuiz_maxtrixSortCriterion li.wpProQuiz_sortStringItem.ui-sortable-helper { background-color: var(--bb-primary-color); border-color: var(--bb-primary-color); color: #fff; } - .wpProQuiz_content ul.wpProQuiz_questionList[data-type="matrix_sort_answer"] li .wpProQuiz_placehold { background-color: #fff; border: 2px dashed #bdbdbd; @@ -9236,12 +8110,10 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { width: 100%; min-height: 100px; } - .wpProQuiz_content .wpProQuiz_cloze input[type="text"] { border-color: #e7eaec; color: inherit; } - .wpProQuiz_content ul.wpProQuiz_questionList[data-type="assessment_answer"] li label { margin-left: 15px; } @@ -9250,21 +8122,17 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { border: 0; padding: 0; } - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem .wpProQuiz_sortable::before { +.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem .wpProQuiz_sortable:before { display: none; } - .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem > table { border-width: 1px; border-color: var(--bb-content-border-color); } - .learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList[data-type="matrix_sort_answer"] li table td:first-child { border-left-width: 1px; border-color: var(--bb-content-border-color); } - .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem textarea.wpProQuiz_questionEssay { border: 1px solid var(--bb-content-border-color); border-radius: var(--bb-input-radius); @@ -9273,30 +8141,24 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .wpProQuiz_content .wpProQuiz_results { text-align: center; } - .wpProQuiz_content .wpProQuiz_results h4.wpProQuiz_header { - font-weight: 700; + font-weight: bold; font-size: 20px; } - .wpProQuiz_content .wpProQuiz_results h4.wpProQuiz_header + p { font-weight: 500; } - .wpProQuiz_content .wpProQuiz_results > p { font-size: 15px; } - .wpProQuiz_content .wpProQuiz_results .wpProQuiz_quiz_time { color: var(--bb-alternate-text-color); - font-weight: 400; + font-weight: normal; } - .wpProQuiz_content .wpProQuiz_results .wpProQuiz_graded_points { - font-weight: 400; + font-weight: normal; color: var(--bb-alternate-text-color); } - .wpProQuiz_content .wpProQuiz_results > div > .wpProQuiz_button { background-color: var(--bb-secondary-button-background-regular); color: var(--bb-secondary-button-text-regular); @@ -9306,30 +8168,25 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { padding: 6px 2em; box-shadow: none; } - .wpProQuiz_content .wpProQuiz_results > div > .wpProQuiz_button:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - .wpProQuiz_content .wpProQuiz_results > div > .wpProQuiz_button:hover, .wpProQuiz_content .wpProQuiz_results > div > .wpProQuiz_button:active, .wpProQuiz_content .wpProQuiz_results > div > .wpProQuiz_button:focus { background-color: var(--bb-secondary-button-background-hover); color: var(--bb-secondary-button-text-hover); border: 1px solid var(--bb-secondary-button-border-hover); box-shadow: none; } - .wpProQuiz_content .wpProQuiz_results .ld-quiz-actions { -ms-flex-wrap: wrap; flex-wrap: wrap; } - .wpProQuiz_content .wpProQuiz_results .quiz_continue_link { width: 100%; -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; } - .wpProQuiz_content .wpProQuiz_results .quiz_continue_link a#quiz_continue_link { border-radius: var(--bb-button-radius); background: var(--bb-primary-color); @@ -9340,7 +8197,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { transition: all linear 0.2s; width: auto; } - .wpProQuiz_content .wpProQuiz_results .quiz_continue_link a#quiz_continue_link:hover { box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1); } @@ -9357,12 +8213,10 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { background: var(--bb-content-alternate-background-color); min-height: auto; } - .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_response p { margin-bottom: 10px; font-size: 15px; } - .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_response span { font-weight: 700; font-size: 15px; @@ -9371,18 +8225,15 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .wpProQuiz_sending { text-align: center; } - .wpProQuiz_sending h4.wpProQuiz_header { - font-weight: 700; + font-weight: bold; font-size: 20px; } - .wpProQuiz_sending dd.course_progress { width: 100%; border-radius: 100px; box-shadow: none; } - .wpProQuiz_sending dd.course_progress div.course_progress_blue { background-color: var(--bb-primary-color); } @@ -9428,27 +8279,22 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { margin-top: 30px; margin-bottom: 40px; } - .wpProQuiz_content .wpProQuiz_catOverview > h4 { - font-weight: 700; + font-weight: bold; font-size: 20px; } - .wpProQuiz_content .wpProQuiz_catOverview span.wpProQuiz_catName { color: var(--bb-body-text-color); font-size: 15px; } - .wpProQuiz_content .wpProQuiz_catOverview span.wpProQuiz_catPercent { - font-weight: 400; + font-weight: normal; color: var(--bb-alternate-text-color); font-size: 15px; } - .wpProQuiz_content .wpProQuiz_catOverview li { border-bottom-color: var(--bb-content-border-color); } - .wpProQuiz_content .wpProQuiz_catOverview span { background-color: var(--bb-content-background-color); } @@ -9457,76 +8303,61 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { font-size: 14px; border: 0; } - .wpProQuiz_toplistTable caption { color: var(--bb-alternate-text-color); } - .wpProQuiz_toplistTable thead tr { background: #fff; color: var(--bb-alternate-text-color); } - .wpProQuiz_toplistTable thead tr th:first-child { text-align: right; } - .wpProQuiz_toplistTable thead tr th:nth-child(3) { width: 160px; } - .wpProQuiz_toplistTable thead tr th:last-child { text-align: left; } - .wpProQuiz_toplistTable th { background: #fff; border-bottom: 1px solid var(--bb-content-border-color); - font-weight: 400; + font-weight: normal; } - .wpProQuiz_toplistTable tbody td { - font-weight: 400; + font-weight: normal; font-size: 14px; color: var(--bb-alternate-text-color); padding: 10px 5px; } - .wpProQuiz_toplistTable tbody td.wpProQuiz_toplistTrOdd { background-color: #fff; } - .wpProQuiz_toplistTable tbody td:first-child { - font-weight: 400; + font-weight: normal; text-align: right; color: var(--bb-body-text-color); } - .wpProQuiz_toplistTable tbody td:nth-child(2) { color: var(--bb-body-text-color); } - .wpProQuiz_toplistTable tbody td:last-child { text-align: left; } @media screen and (max-width: 544px) { - .wpProQuiz_toplistTable { font-size: 13px; } - .wpProQuiz_toplistTable tbody td { font-size: 13px; } } @media screen and (max-width: 800px) { - .learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList[data-type="matrix_sort_answer"] li table td:first-child { width: 45%; } } - .wpProQuiz_toplist { margin-bottom: 10px !important; } @@ -9537,17 +8368,15 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { border-top: 1px solid var(--bb-content-border-color); margin-bottom: 10px; } - .wpProQuiz_content .wpProQuiz_addToplist > span { - font-weight: 400 !important; + font-weight: normal !important; } - .wpProQuiz_content .wpProQuiz_addToplist .wpProQuiz_addToplistMessage { border: 0; background-color: var(--bb-success-color); color: #fff; border-radius: var(--bb-block-radius-inner); - font-weight: 400; + font-weight: normal; } .learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable { @@ -9557,19 +8386,16 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .wpProQuiz_content .wpProQuiz_resultTable { width: auto; border: 0; - font-weight: 400; + font-weight: normal; } - .wpProQuiz_content .wpProQuiz_resultTable table { font-size: 15px; } - .wpProQuiz_content .wpProQuiz_resultTable table tr, .wpProQuiz_content .wpProQuiz_resultTable table td { display: inline-block; } - -.wpProQuiz_content .wpProQuiz_resultTable table tr:nth-child(1) td:first-child::before { +.wpProQuiz_content .wpProQuiz_resultTable table tr:nth-child(1) td:first-child:before { content: ""; display: inline-block; width: 10px; @@ -9578,12 +8404,10 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { border-radius: 100%; background-color: #eccbff; } - .wpProQuiz_content .wpProQuiz_resultTable table tr:nth-child(2) td:first-child { padding-right: 20px; } - -.wpProQuiz_content .wpProQuiz_resultTable table tr:nth-child(2) td:first-child::before { +.wpProQuiz_content .wpProQuiz_resultTable table tr:nth-child(2) td:first-child:before { content: ""; display: inline-block; width: 10px; @@ -9592,13 +8416,11 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { border-radius: 100%; background-color: var(--bb-primary-color); } - .wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultName { width: auto; border: 0; padding: 0 0 0 5px; } - .wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultValue div { box-shadow: none; border-radius: 100px; @@ -9624,13 +8446,11 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { overflow: hidden; margin: 20px 0 0; } - .wpProQuiz_content .wpProQuiz_addBox > .wpProQuiz_button2 { float: left; margin: 0 0 10px 20px; padding: 0.5em 1em; } - .wpProQuiz_content .wpProQuiz_addBox label { font-size: 14px; display: -webkit-box; @@ -9645,7 +8465,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { -ms-flex-pack: end; justify-content: flex-end; } - .wpProQuiz_content .wpProQuiz_addBox label input[type="text"], .wpProQuiz_content .wpProQuiz_addBox label input[type="email"] { min-width: 80%; @@ -9658,7 +8477,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { p.wpProQuiz_quiz_time { text-transform: uppercase; } - p.wpProQuiz_quiz_time > span { display: block; text-transform: none; @@ -9675,16 +8493,13 @@ p.wpProQuiz_quiz_time > span { position: relative; display: none; } - .quiz_progress_container .quiz_progress_fix { z-index: 1; } - .quiz_progress_container #quiz_shape_progress { z-index: 3; stroke: var(--bb-primary-color); } - .quiz_progress_container > svg { position: absolute; top: 0; @@ -9692,7 +8507,6 @@ p.wpProQuiz_quiz_time > span { width: 100%; overflow: visible; } - .quiz_progress_container .bb_avg_progress { max-width: 230px; min-height: 230px; @@ -9700,7 +8514,6 @@ p.wpProQuiz_quiz_time > span { position: relative; display: none; } - .quiz_progress_container .bb_avg_progress > svg { position: absolute; top: 10px; @@ -9769,14 +8582,12 @@ p.wpProQuiz_quiz_time > span { border: 1px solid var(--bb-primary-button-border-regular); padding-right: 45px; padding-left: 15px; - font-weight: 400; + font-weight: normal; min-width: 160px; } - .wpProQuiz_content .wpProQuiz_results > div > .wpProQuiz_button[name="restartQuiz"]:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .wpProQuiz_content .wpProQuiz_results > div > .wpProQuiz_button[name="restartQuiz"]:hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); @@ -9800,8 +8611,7 @@ p.wpProQuiz_quiz_time > span { .wpProQuiz_modal_window { border-radius: 5px; } - -.wpProQuiz_modal_window::before { +.wpProQuiz_modal_window:before { position: fixed; top: 48px; left: 59px; @@ -9818,7 +8628,6 @@ p.wpProQuiz_quiz_time > span { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - .wpProQuiz_modal_window #wpProQuiz_overlay_close { font-size: 1px; width: 30px; @@ -9826,12 +8635,10 @@ p.wpProQuiz_quiz_time > span { padding: 0; opacity: 0; } - [dir="rtl"] .wpProQuiz_modal_window #wpProQuiz_overlay_close { left: 59px; right: initial !important; } - .wpProQuiz_modal_window #wpProQuiz_loadUserData { margin-right: 0 !important; margin-left: 0 !important; @@ -9839,61 +8646,49 @@ p.wpProQuiz_quiz_time > span { background-color: rgba(247, 186, 69, 0.3) !important; border: 0; } - .wpProQuiz_modal_window #wpProQuiz_user_content > h2 { font-size: 18px; margin-bottom: 10px; } - .wpProQuiz_modal_window table thead { font-size: 16px; } - .wpProQuiz_modal_window table tbody, .wpProQuiz_modal_window table tfoot { font-size: 14px; } - .wpProQuiz_modal_window table th { font-weight: 500; border-bottom: 0; } - .wpProQuiz_modal_window table th, .wpProQuiz_modal_window table td { padding: 10px; } - .wpProQuiz_modal_window table th p, .wpProQuiz_modal_window table td p { margin-bottom: 10px; } - .wpProQuiz_modal_window table th:first-child, .wpProQuiz_modal_window table td:first-child { padding-right: 10px; } - .wpProQuiz_modal_window table th:last-child, .wpProQuiz_modal_window table td:last-child { padding-left: 10px; } - .wpProQuiz_modal_window table .categoryTr th { background-color: var(--bb-content-alternate-background-color); border-radius: 5px; } - .wpProQuiz_modal_window table th[style="color: red;"], .wpProQuiz_modal_window table td[style="color: red;"] { color: var(--bb-danger-color) !important; } - .wpProQuiz_modal_window table th[style="color: green;"], .wpProQuiz_modal_window table td[style="color: green;"] { color: var(--bb-success-color) !important; } - .wpProQuiz_modal_window #wpProQuiz_user_content .wpProQuiz_response { background-color: var(--bb-content-alternate-background-color) !important; border: 0 !important; @@ -9901,27 +8696,22 @@ p.wpProQuiz_quiz_time > span { border-radius: 5px; padding: 10px; } - .wpProQuiz_modal_window #wpProQuiz_user_content .wpProQuiz_response p { margin-bottom: 0; } - .wpProQuiz_modal_window #wpProQuiz_user_content .wpProQuiz_questionList { background-color: var(--bb-content-alternate-background-color) !important; border: 1px solid var(--bb-content-border-color) !important; border-radius: 5px; } - .wpProQuiz_modal_window #wpProQuiz_user_content .wpProQuiz_questionList li label { - font-weight: 400; + font-weight: normal; font-size: 14px; } - .wpProQuiz_modal_window #wpProQuiz_user_content .wpProQuiz_answerCorrect { background-color: var(--bb-success-color); border-radius: 5px; } - .wpProQuiz_modal_window #wpProQuiz_user_content .wpProQuiz_answerIncorrect { border-radius: 5px; border-color: var(--bb-danger-color); @@ -9938,19 +8728,15 @@ p.wpProQuiz_quiz_time > span { border-bottom: 1px solid var(--bb-content-border-color); font-size: 15px; } - #quiz_progress_details > p:last-of-type { border-bottom: 0; } - #quiz_progress_details p a { color: var(--bb-headings-color); } - #quiz_progress_details p a:hover { color: var(--bb-primary-color); } - #quiz_progress_details span.bb-ld-quiz-percentage { -webkit-box-flex: 0; -ms-flex: 0 0 60px; @@ -9958,7 +8744,6 @@ p.wpProQuiz_quiz_time > span { max-width: 60px; text-align: left; } - #quiz_progress_details span.bb-learndash-profile-edit-course-link { -webkit-box-flex: 0; -ms-flex: 0 0 60px; @@ -9966,11 +8751,9 @@ p.wpProQuiz_quiz_time > span { max-width: 60px; text-align: left; } - #quiz_progress_details span.bb-learndash-profile-edit-course-link a { color: #939597; } - #quiz_progress_details span.bb-learndash-profile-edit-course-link a:hover { color: #939597; } @@ -9990,12 +8773,10 @@ p.wpProQuiz_quiz_time > span { font-weight: 500; padding: 0.7em 1em; } - .learndash-wrapper .wpProQuiz_content .wpProQuiz_button:focus, .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .learndash-wrapper .wpProQuiz_content .wpProQuiz_button:hover, .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:hover { opacity: 1; @@ -10003,12 +8784,10 @@ p.wpProQuiz_quiz_time > span { color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - .learndash-wrapper .wpProQuiz_content .wpProQuiz_button:focus, .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:focus { opacity: 1; } - .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label.is-selected, .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label:focus-within { border-color: var(--bb-primary-color); @@ -10018,23 +8797,20 @@ p.wpProQuiz_quiz_time > span { border-radius: 4px; background-color: rgba(146, 164, 183, 0.2); } - .learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit .time { - font-weight: 400; + font-weight: normal; color: inherit; } - .learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit .wpProQuiz_progress { height: 4px; background-color: var(--bb-primary-color); } - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit::before { +.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit:before { height: 4px; } .wpProQuiz_content .wpProQuiz_results .quiz_continue_link a#quiz_continue_link { - font-weight: 400; + font-weight: normal; padding: 6px 2em; } @@ -10051,16 +8827,13 @@ p.wpProQuiz_quiz_time > span { .learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList input.wpProQuiz_questionInput { width: auto; } - .learndash-wrapper .wpProQuiz_content input[type="checkbox"].wpProQuiz_questionInput { min-width: 12px; min-height: 12px; } - .learndash-wrapper .wpProQuiz_content input.wpProQuiz_questionInput.bbstyled { opacity: 0; } - .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem .input-style { display: inline-block; vertical-align: middle; @@ -10079,22 +8852,18 @@ p.wpProQuiz_quiz_time > span { -ms-flex: 0 0 22px; flex: 0 0 22px; } - .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type="assessment_answer"] .input-style { margin-right: -20px; margin-left: 10px; } - .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type="free_answer"] label { padding: 0; max-width: 300px; } - .learndash-wrapper .wpProQuiz_content input[type="radio"].wpProQuiz_questionInput + .input-style { border-radius: 100%; } - -.learndash-wrapper .wpProQuiz_content input[type="radio"].wpProQuiz_questionInput.bbstyled:checked + span::after { +.learndash-wrapper .wpProQuiz_content input[type="radio"].wpProQuiz_questionInput.bbstyled:checked + span:after { content: ""; background-color: var(--bb-primary-color); margin: auto; @@ -10106,17 +8875,15 @@ p.wpProQuiz_quiz_time > span { top: 2px; border-radius: 100%; } - .learndash-wrapper .wpProQuiz_content input[type="checkbox"].wpProQuiz_questionInput.bbstyled:checked + span { background-color: var(--bb-primary-color); border-color: var(--bb-primary-color); } - -.learndash-wrapper .wpProQuiz_content input[type="checkbox"].wpProQuiz_questionInput.bbstyled:checked + span::after { +.learndash-wrapper .wpProQuiz_content input[type="checkbox"].wpProQuiz_questionInput.bbstyled:checked + span:after { content: "\e876"; font-family: bb-icons; font-style: normal; - font-weight: 400; + font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; @@ -10135,13 +8902,13 @@ p.wpProQuiz_quiz_time > span { -moz-osx-font-smoothing: grayscale; } -.wpProQuiz_questionList[data-type="assessment_answer"] .wpProQuiz_questionListItem label.is-selected::before, -.wpProQuiz_questionList[data-type="single"] .wpProQuiz_questionListItem label.is-selected::before, -.wpProQuiz_questionList[data-type="multiple"] .wpProQuiz_questionListItem label.is-selected::before { +.wpProQuiz_questionList[data-type="assessment_answer"] .wpProQuiz_questionListItem label.is-selected:before, +.wpProQuiz_questionList[data-type="single"] .wpProQuiz_questionListItem label.is-selected:before, +.wpProQuiz_questionList[data-type="multiple"] .wpProQuiz_questionListItem label.is-selected:before { background-color: var(--bb-primary-color); } -.wpProQuiz_questionList[data-type="multiple"] .wpProQuiz_questionListItem label.is-selected::before { +.wpProQuiz_questionList[data-type="multiple"] .wpProQuiz_questionListItem label.is-selected:before { border-color: var(--bb-primary-color); } @@ -10151,7 +8918,6 @@ dd.course_progress { border-radius: 100px; box-shadow: none; } - dd.course_progress div.course_progress_blue { background-color: var(--bb-primary-color); } @@ -10173,12 +8939,10 @@ dd.course_progress div.course_progress_blue { box-shadow: none; background-color: var(--bb-content-background-color); } - .bp-feedback.ld-feedback .bp-icon { border-radius: 0 3px 3px 0; background-color: var(--bb-primary-color); } - .bp-feedback.ld-feedback p { font-size: 14px; line-height: 1.5; @@ -10192,17 +8956,14 @@ dd.course_progress div.course_progress_blue { .learndash_checkout_buttons { margin: 10px 0; } - .learndash_checkout_buttons .learndash_checkout_button { width: 100%; max-width: 100%; margin-left: 0; } - .learndash_checkout_buttons .learndash_checkout_button input.ppalholder { display: none; } - .learndash_checkout_buttons form { margin-bottom: 10px; } @@ -10214,38 +8975,31 @@ dd.course_progress div.course_progress_blue { margin: 0 0 20px; text-transform: uppercase; } - #learndash_course_content #learndash_lessons #lesson_heading { background-color: transparent; padding-right: 0; padding-left: 0; } - #learndash_course_content #learndash_lessons #lesson_heading span:first-child { font-size: 16px; font-weight: 600; letter-spacing: 0.6px; margin: 0 0 20px; } - #learndash_course_content #learndash_lessons #lessons_list { font-size: 15px; } - #learndash_course_content #learndash_lessons #lessons_list > div { border: 0; } - #learndash_course_content #learndash_lessons #lessons_list > div div.list-count { border: 0; } - #learndash_course_content #learndash_lessons #lessons_list h4, #learndash_course_content #learndash_lessons #lessons_list h4 a { font-size: 15px; margin-bottom: 0; } - #learndash_course_content #learndash_lessons #lessons_list h4 a { color: #939597; display: -webkit-box; @@ -10256,21 +9010,18 @@ dd.course_progress div.course_progress_blue { align-items: center; background: none; } - #learndash_course_content #learndash_lessons #lessons_list h4 a:hover { color: var(--bb-headings-color); background-color: transparent; } - -#learndash_course_content #learndash_lessons #lessons_list h4 a:hover.completed::after, #learndash_course_content #learndash_lessons #lessons_list h4 a:hover.notcompleted::after { +#learndash_course_content #learndash_lessons #lessons_list h4 a:hover.completed:after, #learndash_course_content #learndash_lessons #lessons_list h4 a:hover.notcompleted:after { color: var(--bb-headings-color); } - -#learndash_course_content #learndash_lessons #lessons_list h4 a.completed::after, #learndash_course_content #learndash_lessons #lessons_list h4 a.notcompleted::after { +#learndash_course_content #learndash_lessons #lessons_list h4 a.completed:after, #learndash_course_content #learndash_lessons #lessons_list h4 a.notcompleted:after { font-family: bb-icons; speak: none; font-style: normal; - font-weight: 400; + font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; @@ -10282,8 +9033,7 @@ dd.course_progress div.course_progress_blue { margin-left: 15px; color: var(--bb-headings-color); } - -#learndash_course_content #learndash_lessons #lessons_list h4 a.notcompleted::after { +#learndash_course_content #learndash_lessons #lessons_list h4 a.notcompleted:after { opacity: 0.2; } @@ -10291,7 +9041,6 @@ dd.course_progress div.course_progress_blue { padding: 100px; font-size: inherit; } - .learndash_post_sfwd-lessons .notavailable_message > span { text-transform: uppercase; } @@ -10299,12 +9048,10 @@ dd.course_progress div.course_progress_blue { .bb-sfwd-aside .elementor-location-single .elementor-section-boxed .elementor-container { max-width: 100%; } - .bb-sfwd-aside .elementor-location-single .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap { padding: 0; } @media screen and (max-width: 1200px) { - .bb-sfwd-aside .elementor-location-single .elementor-section.elementor-section-boxed > .elementor-container { padding-right: 0; padding-left: 0; @@ -10315,32 +9062,26 @@ dd.course_progress div.course_progress_blue { margin-right: 370px; } @media only screen and (max-width: 1080px) and (min-width: 800px) { - .bb-sfwd-aside:not(.lms-side-panel-close) .elementor-location-single > .elementor-section-wrap > .elementor-section { margin-right: 250px; } } - .bb-sfwd-aside:not(.lms-side-panel-close) .elementor-location-single > .elementor-section-wrap > .elementor-section .lms-topic-sidebar-data { background-color: var(--bb-body-background-color); } - .bb-sfwd-aside:not(.lms-side-panel-close) .elementor-location-single > .elementor-section-wrap > .elementor-section:has(#learndash-content) { margin-right: 0; } @media screen and (max-width: 767px) { - .bb-sfwd-aside:not(.lms-side-panel-close) .elementor-location-single #learndash-content .lms-topic-sidebar-wrapper { position: fixed !important; top: var(--bb-header-height); } - .bb-sfwd-aside:not(.lms-side-panel-close) .elementor-location-single > .elementor-section-wrap > .elementor-section { margin-right: 0; } } @media screen and (max-width: 767px) { - .bb-sfwd-aside:not(.lms-side-panel-close).admin-bar .elementor-location-single #learndash-content .lms-topic-sidebar-wrapper { margin-top: 45px; } @@ -10353,29 +9094,24 @@ dd.course_progress div.course_progress_blue { .bb-sfwd-aside .elementor-location-single { background-color: var(--bb-content-background-color); } - .bb-sfwd-aside .elementor-location-single .elementor-section .elementor-widget:not(.elementor-widget-theme-post-content) { max-width: 1180px; margin-right: auto; margin-left: auto; } - .bb-sfwd-aside .elementor-location-single .elementor-section .elementor-element-populated { padding-right: 0; padding-left: 0; } - .bb-sfwd-aside .elementor-location-single .elementor-widget-theme-post-content .lms-topic-sidebar-data { background-color: var(--bb-body-background-color); } @media screen and (min-width: 767px) { - .bb-sfwd-aside:not(.lms-side-panel-close) .elementor-location-single .elementor-section .elementor-widget:not(.elementor-widget-theme-post-content) { margin-right: 370px; } } - .site-main .learndash-wrapper .ld-alert .ld-alert-icon { min-width: 40px; min-height: 40px; @@ -10398,7 +9134,6 @@ dd.course_progress div.course_progress_blue { #learndash-page-content .ld-focus-comments .ld-focus-comment:last-child { margin-bottom: 2em; } - #learndash-page-content .ld-focus-comments .ld-comment-wrapper { background: #fff; border: 1px solid var(--bb-content-border-color); @@ -10406,69 +9141,55 @@ dd.course_progress div.course_progress_blue { margin-bottom: 20px; padding: 30px; } - #learndash-page-content .ld-focus-comments #commentform textarea#comment { background-color: transparent; border-width: 1px; border-radius: 3px; } - #learndash-page-content .ld-focus-comments #commentform .logged-in-as { display: none; } - #learndash-page-content .ld-focus-comments .ld-expand-button.ld-button-alternate { font-size: 14px; color: var(--bb-primary-color); } - #learndash-page-content .ld-focus-comments .comment-respond { padding: 30px; } - #learndash-page-content .ld-focus-comments .comment-respond #reply-title { font-size: 18px; font-weight: 400; margin-bottom: 25px; } - #learndash-page-content .ld-focus-comments .ld-focus-comments__heading { border-bottom: none; } - #learndash-page-content .ld-focus-comments .ld-focus-comments__heading .ld-focus-comments__header { color: var(--bb-headings-color); font-size: 18px; font-weight: 400; margin-bottom: 0; } - #learndash-page-content .ld-focus-comments #ld-comments { margin-bottom: 0; } - #learndash-page-content .ld-focus-comments .ld-comment-avatar .ld-comment-avatar-author a.ld-comment-permalink { line-height: normal; color: var(--bb-primary-color); } - #learndash-page-content .ld-focus-comments .ld-comment-avatar .ld-comment-avatar-author .ld-comment-author-name { font-size: 14px; margin-bottom: 0; } - #learndash-page-content .ld-focus-comments .ld-comment-body { margin-right: 60px; } - #learndash-page-content .ld-focus-comments .ld-comment-body p { margin-bottom: 0; } - #learndash-page-content .ld-focus-comments .ld-comment-reply { margin: 10px 0 0; } - #learndash-page-content .ld-focus-comments .ld-comment-reply a.comment-reply-link { background-color: transparent; padding: 0; @@ -10478,18 +9199,15 @@ dd.course_progress div.course_progress_blue { border-radius: 0; letter-spacing: -0.26px; } - #learndash-page-content .ld-focus-comments .comment .ld-comment-avatar { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } - #learndash-page-content .ld-focus-comments .comment .ld-comment-avatar > img { max-width: 42px; border: 0; } - #learndash-page-content .ld-focus-comments .form-submit #submit { background-color: var(--bb-secondary-button-background-regular); color: var(--bb-secondary-button-text-regular); @@ -10501,11 +9219,9 @@ dd.course_progress div.course_progress_blue { font-weight: 500; border-radius: var(--bb-button-radius); } - #learndash-page-content .ld-focus-comments .form-submit #submit:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - #learndash-page-content .ld-focus-comments .form-submit #submit:hover { background-color: var(--bb-secondary-button-background-hover); color: var(--bb-secondary-button-text-hover); @@ -10518,7 +9234,6 @@ dd.course_progress div.course_progress_blue { flex: 0 0 33.333%; } @media screen and (max-width: 992px) { - .group-sidebar .group_courses ul.courses-group-list li.item-entry { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -10526,7 +9241,6 @@ dd.course_progress div.course_progress_blue { } } @media screen and (max-width: 544px) { - .group-sidebar .group_courses ul.courses-group-list li.item-entry { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -10544,11 +9258,9 @@ dd.course_progress div.course_progress_blue { min-height: 1px; margin: 10px 12px 0 0; } - #buddypress .dataTables_paginate .button.current { color: var(--bb-alternate-text-color); } - #buddypress .dataTables_paginate .button:hover, #buddypress .dataTables_paginate .button:focus { color: var(--bb-primary-color); box-shadow: none; @@ -10557,7 +9269,6 @@ dd.course_progress div.course_progress_blue { body.buddypress .buddypress-wrap .group_courses h3.course-name { margin-bottom: 8px; } - body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { font-size: 13px; color: var(--bb-alternate-text-color); @@ -10581,7 +9292,6 @@ body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { padding-top: 0; margin: 0 -10px; } - .group_courses ul.courses-group-list li.item-entry { -webkit-box-flex: 0; -ms-flex: 0 0 25%; @@ -10589,7 +9299,6 @@ body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { margin: 0 0 20px; padding: 0 10px; } - .group_courses ul.courses-group-list li.item-entry .list-wrap { height: 100%; background-color: var(--bb-content-background-color); @@ -10597,7 +9306,6 @@ body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { border-radius: 4px; } @media screen and (max-width: 992px) { - .group_courses ul.courses-group-list li.item-entry { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -10605,23 +9313,19 @@ body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { } } @media screen and (max-width: 544px) { - .group_courses ul.courses-group-list li.item-entry { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } } - .group_courses ul.courses-group-list li.item-entry .bb-course-meta .item-avatar { margin-left: 10px; } - .group_courses ul.courses-group-list li.item-entry .item-avatar { float: none; margin: 0; } - .group_courses ul.courses-group-list li.item-entry .item-avatar > a { border-radius: 4px 4px 0 0; padding-top: 52%; @@ -10630,7 +9334,6 @@ body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { display: block; background: var(--bb-cover-image-background-color); } - .group_courses ul.courses-group-list li.item-entry .item-avatar > a img.photo { position: absolute; top: 0; @@ -10646,36 +9349,28 @@ body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { border-radius: 0; display: none; } - .group_courses ul.courses-group-list li.item-entry .item-avatar > a img.photo.wp-post-image { display: block; } - .group_courses ul.courses-group-list li.item-entry .item-avatar > a img.photo.no-photo { display: none; } - .group_courses ul.courses-group-list li.item-entry .item { padding: 20px; } - .group_courses ul.courses-group-list .course-name a { color: inherit; font-weight: 600; font-size: 22px; } - .group_courses ul.courses-group-list .course-name a:hover { color: var(--bb-primary-color); } - .group_courses ul.courses-group-list .bp-learndash-progress-bar p.bp-learndash-progress-bar-label { display: none; } - .group_courses ul.courses-group-list .bp-learndash-progress-bar progress { display: block; - /* default: inline-block */ width: 100%; border: 0 none; @@ -10683,24 +9378,19 @@ body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { height: 3px; border-radius: 3px; } - .group_courses ul.courses-group-list .bp-learndash-progress-bar progress::-moz-progress-bar { background-color: var(--bb-primary-color); } - .group_courses ul.courses-group-list .bp-learndash-progress-bar progress::-webkit-progress-bar { background: transparent; } - .group_courses ul.courses-group-list .bp-learndash-progress-bar progress::-webkit-progress-value { border-radius: 3px; background-color: var(--bb-primary-color); } - .group_courses ul.courses-group-list .bp-learndash-progress-bar progress::-ms-fill { background-color: var(--bb-primary-color); } - .group_courses ul.courses-group-list .bp-learndash-progress-bar-percentage { display: block; color: var(--bb-alternate-text-color); @@ -10713,7 +9403,6 @@ body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { text-align: left; margin: 5px 0; } - #buddypress ul.courses-group-list .course-link a.button { background-color: transparent; color: var(--bb-headings-color); @@ -10724,13 +9413,12 @@ body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { height: auto; min-height: auto; } - -#buddypress ul.courses-group-list .course-link a.button::after { +#buddypress ul.courses-group-list .course-link a.button:after { content: "\e827"; font-family: bb-icons; display: inline-block; line-height: 1; - font-weight: 400; + font-weight: normal; font-style: normal; speak: none; text-decoration: inherit; @@ -10741,7 +9429,6 @@ body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { position: relative; top: 1px; } - #buddypress ul.courses-group-list .course-link a.button:hover { color: var(--bb-primary-color); } @@ -10750,28 +9437,23 @@ body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { line-height: 30px; height: auto; } - .single-groups .groups .ld-course-status-segment form { margin-bottom: 0; } - .single-groups .groups .ld-course-status-segment .learndash_checkout_button input.ppalholder { height: auto; vertical-align: middle; background-color: transparent; border: 0; } - .single-groups .groups .ld-item-list .ld-item-list-items .ld-item-list-item-preview > a .ld-status-icon { margin-left: 10px; margin-top: 3px; } - .single-groups .groups .user_has_no_access .ld-item-list-item-preview a.ld-item-name { cursor: pointer; pointer-events: auto; } - .single-groups .groups .learndash_post_groups .ld-group-courses .ld-item-list-item-preview .ld-item-details .ld-status.ld-status-progress { min-width: 120px; } @@ -10781,7 +9463,6 @@ body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { border: 1px solid var(--bb-content-border-color); border-bottom: 0; } - .bb-leandash-profile-page .bb-profile-avatar { margin-top: -45px; margin-right: 30px; @@ -10789,32 +9470,27 @@ body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { } @media only screen and (max-width: 768px) { - #content .bb-profile-avatar { margin-top: -45px; margin-right: 0; margin-bottom: 20px; } } - .bb-profile-items .profile-item .profile-title { font-weight: 400; font-size: 32px; margin-top: 20px; margin-bottom: 5px; } - .bb-profile-items .profile-item .profile-title a { color: var(--bb-headings-color); } @media only screen and (max-width: 768px) { - .bb-profile-items .profile-item .profile-title { margin-top: 0; } } - .bb-progress { height: 20px; margin-bottom: 20px; @@ -10847,8 +9523,7 @@ body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { box-shadow: none; position: relative; } - -.bb-progress::after { +.bb-progress:after { content: ""; width: 100%; height: 100%; @@ -10858,7 +9533,6 @@ body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { top: 0; right: 0; } - .bb-progress > span { width: 50%; height: 100%; @@ -10867,11 +9541,9 @@ body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { top: 0; z-index: 1; } - .bb-progress .bb-progress-left { right: 0; } - .bb-progress .bb-progress-circle { width: 100%; height: 100%; @@ -10882,7 +9554,6 @@ body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { top: 0; border-color: var(--bb-primary-color); } - .bb-progress .bb-progress-left .bb-progress-circle { right: 100%; border-top-left-radius: 11px; @@ -10894,11 +9565,9 @@ body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { -webkit-animation: loading-2 1.5s linear forwards 1.8s; animation: loading-2 1.5s linear forwards 1.8s; } - .bb-progress .bb-progress-right { left: 0; } - .bb-progress .bb-progress-right .bb-progress-circle { right: -100%; border-top-right-radius: 11px; @@ -10910,7 +9579,6 @@ body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { -webkit-animation: loading-1 1.8s linear forwards; animation: loading-1 1.8s linear forwards; } - .bb-progress .bb-progress-value { display: -webkit-box; display: -ms-flexbox; @@ -10928,11 +9596,9 @@ body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { height: 100%; font-weight: 300; } - .bb-progress .bb-progress-value div { margin-top: 10px; } - .bb-progress .bb-progress-value span { font-size: 12px; text-transform: uppercase; @@ -10943,7 +9609,6 @@ body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { height: 4px; background: var(--bb-content-border-color); } - .ld-progress-bar .ld-progress-bar-percentage { background: var(--bb-primary-color); height: 4px; @@ -10954,14 +9619,12 @@ body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { height: 4px; background-color: var(--bb-content-border-color); } - .learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage { background: var(--bb-primary-color); height: 4px; width: auto; border-radius: 7px; } - .learndash-wrapper .ld-progress .ld-progress-stats { color: var(--bb-alternate-text-color); font-size: 12px; @@ -10974,7 +9637,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-1 1.5s linear forwards; animation: loading-1 1.5s linear forwards; } - .bb-progress[data-percentage="1"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -10984,7 +9646,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-2 1.5s linear forwards; animation: loading-2 1.5s linear forwards; } - .bb-progress[data-percentage="2"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -10994,7 +9655,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-3 1.5s linear forwards; animation: loading-3 1.5s linear forwards; } - .bb-progress[data-percentage="3"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11004,7 +9664,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-4 1.5s linear forwards; animation: loading-4 1.5s linear forwards; } - .bb-progress[data-percentage="4"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11014,7 +9673,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-5 1.5s linear forwards; animation: loading-5 1.5s linear forwards; } - .bb-progress[data-percentage="5"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11024,7 +9682,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-6 1.5s linear forwards; animation: loading-6 1.5s linear forwards; } - .bb-progress[data-percentage="6"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11034,7 +9691,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-7 1.5s linear forwards; animation: loading-7 1.5s linear forwards; } - .bb-progress[data-percentage="7"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11044,7 +9700,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-8 1.5s linear forwards; animation: loading-8 1.5s linear forwards; } - .bb-progress[data-percentage="8"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11054,7 +9709,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-9 1.5s linear forwards; animation: loading-9 1.5s linear forwards; } - .bb-progress[data-percentage="9"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11064,7 +9718,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-10 1.5s linear forwards; animation: loading-10 1.5s linear forwards; } - .bb-progress[data-percentage="10"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11074,7 +9727,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-11 1.5s linear forwards; animation: loading-11 1.5s linear forwards; } - .bb-progress[data-percentage="11"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11084,7 +9736,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-12 1.5s linear forwards; animation: loading-12 1.5s linear forwards; } - .bb-progress[data-percentage="12"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11094,7 +9745,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-13 1.5s linear forwards; animation: loading-13 1.5s linear forwards; } - .bb-progress[data-percentage="13"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11104,7 +9754,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-14 1.5s linear forwards; animation: loading-14 1.5s linear forwards; } - .bb-progress[data-percentage="14"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11114,7 +9763,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-15 1.5s linear forwards; animation: loading-15 1.5s linear forwards; } - .bb-progress[data-percentage="15"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11124,7 +9772,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-16 1.5s linear forwards; animation: loading-16 1.5s linear forwards; } - .bb-progress[data-percentage="16"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11134,7 +9781,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-17 1.5s linear forwards; animation: loading-17 1.5s linear forwards; } - .bb-progress[data-percentage="17"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11144,7 +9790,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-18 1.5s linear forwards; animation: loading-18 1.5s linear forwards; } - .bb-progress[data-percentage="18"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11154,7 +9799,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-19 1.5s linear forwards; animation: loading-19 1.5s linear forwards; } - .bb-progress[data-percentage="19"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11164,7 +9808,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-20 1.5s linear forwards; animation: loading-20 1.5s linear forwards; } - .bb-progress[data-percentage="20"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11174,7 +9817,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-21 1.5s linear forwards; animation: loading-21 1.5s linear forwards; } - .bb-progress[data-percentage="21"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11184,7 +9826,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-22 1.5s linear forwards; animation: loading-22 1.5s linear forwards; } - .bb-progress[data-percentage="22"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11194,7 +9835,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-23 1.5s linear forwards; animation: loading-23 1.5s linear forwards; } - .bb-progress[data-percentage="23"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11204,7 +9844,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-24 1.5s linear forwards; animation: loading-24 1.5s linear forwards; } - .bb-progress[data-percentage="24"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11214,7 +9853,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-25 1.5s linear forwards; animation: loading-25 1.5s linear forwards; } - .bb-progress[data-percentage="25"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11224,7 +9862,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-26 1.5s linear forwards; animation: loading-26 1.5s linear forwards; } - .bb-progress[data-percentage="26"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11234,7 +9871,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-27 1.5s linear forwards; animation: loading-27 1.5s linear forwards; } - .bb-progress[data-percentage="27"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11244,7 +9880,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-28 1.5s linear forwards; animation: loading-28 1.5s linear forwards; } - .bb-progress[data-percentage="28"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11254,7 +9889,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-29 1.5s linear forwards; animation: loading-29 1.5s linear forwards; } - .bb-progress[data-percentage="29"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11264,7 +9898,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-30 1.5s linear forwards; animation: loading-30 1.5s linear forwards; } - .bb-progress[data-percentage="30"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11274,7 +9907,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-31 1.5s linear forwards; animation: loading-31 1.5s linear forwards; } - .bb-progress[data-percentage="31"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11284,7 +9916,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-32 1.5s linear forwards; animation: loading-32 1.5s linear forwards; } - .bb-progress[data-percentage="32"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11294,7 +9925,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-33 1.5s linear forwards; animation: loading-33 1.5s linear forwards; } - .bb-progress[data-percentage="33"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11304,7 +9934,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-34 1.5s linear forwards; animation: loading-34 1.5s linear forwards; } - .bb-progress[data-percentage="34"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11314,7 +9943,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-35 1.5s linear forwards; animation: loading-35 1.5s linear forwards; } - .bb-progress[data-percentage="35"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11324,7 +9952,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-36 1.5s linear forwards; animation: loading-36 1.5s linear forwards; } - .bb-progress[data-percentage="36"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11334,7 +9961,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-37 1.5s linear forwards; animation: loading-37 1.5s linear forwards; } - .bb-progress[data-percentage="37"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11344,7 +9970,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-38 1.5s linear forwards; animation: loading-38 1.5s linear forwards; } - .bb-progress[data-percentage="38"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11354,7 +9979,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-39 1.5s linear forwards; animation: loading-39 1.5s linear forwards; } - .bb-progress[data-percentage="39"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11364,7 +9988,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-40 1.5s linear forwards; animation: loading-40 1.5s linear forwards; } - .bb-progress[data-percentage="40"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11374,7 +9997,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-41 1.5s linear forwards; animation: loading-41 1.5s linear forwards; } - .bb-progress[data-percentage="41"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11384,7 +10006,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-42 1.5s linear forwards; animation: loading-42 1.5s linear forwards; } - .bb-progress[data-percentage="42"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11394,7 +10015,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-43 1.5s linear forwards; animation: loading-43 1.5s linear forwards; } - .bb-progress[data-percentage="43"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11404,7 +10024,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-44 1.5s linear forwards; animation: loading-44 1.5s linear forwards; } - .bb-progress[data-percentage="44"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11414,7 +10033,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-45 1.5s linear forwards; animation: loading-45 1.5s linear forwards; } - .bb-progress[data-percentage="45"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11424,7 +10042,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-46 1.5s linear forwards; animation: loading-46 1.5s linear forwards; } - .bb-progress[data-percentage="46"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11434,7 +10051,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-47 1.5s linear forwards; animation: loading-47 1.5s linear forwards; } - .bb-progress[data-percentage="47"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11444,7 +10060,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-48 1.5s linear forwards; animation: loading-48 1.5s linear forwards; } - .bb-progress[data-percentage="48"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11454,7 +10069,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-49 1.5s linear forwards; animation: loading-49 1.5s linear forwards; } - .bb-progress[data-percentage="49"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11464,7 +10078,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="50"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11474,7 +10087,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="51"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-1 1.5s linear forwards 1.5s; animation: loading-1 1.5s linear forwards 1.5s; @@ -11484,7 +10096,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="52"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-2 1.5s linear forwards 1.5s; animation: loading-2 1.5s linear forwards 1.5s; @@ -11494,7 +10105,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="53"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-3 1.5s linear forwards 1.5s; animation: loading-3 1.5s linear forwards 1.5s; @@ -11504,7 +10114,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="54"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-4 1.5s linear forwards 1.5s; animation: loading-4 1.5s linear forwards 1.5s; @@ -11514,7 +10123,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="55"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-5 1.5s linear forwards 1.5s; animation: loading-5 1.5s linear forwards 1.5s; @@ -11524,7 +10132,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="56"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-6 1.5s linear forwards 1.5s; animation: loading-6 1.5s linear forwards 1.5s; @@ -11534,7 +10141,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="57"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-7 1.5s linear forwards 1.5s; animation: loading-7 1.5s linear forwards 1.5s; @@ -11544,7 +10150,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="58"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-8 1.5s linear forwards 1.5s; animation: loading-8 1.5s linear forwards 1.5s; @@ -11554,7 +10159,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="59"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-9 1.5s linear forwards 1.5s; animation: loading-9 1.5s linear forwards 1.5s; @@ -11564,7 +10168,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="60"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-10 1.5s linear forwards 1.5s; animation: loading-10 1.5s linear forwards 1.5s; @@ -11574,7 +10177,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="61"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-11 1.5s linear forwards 1.5s; animation: loading-11 1.5s linear forwards 1.5s; @@ -11584,7 +10186,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="62"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-12 1.5s linear forwards 1.5s; animation: loading-12 1.5s linear forwards 1.5s; @@ -11594,7 +10195,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="63"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-13 1.5s linear forwards 1.5s; animation: loading-13 1.5s linear forwards 1.5s; @@ -11604,7 +10204,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="64"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-14 1.5s linear forwards 1.5s; animation: loading-14 1.5s linear forwards 1.5s; @@ -11614,7 +10213,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="65"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-15 1.5s linear forwards 1.5s; animation: loading-15 1.5s linear forwards 1.5s; @@ -11624,7 +10222,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="66"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-16 1.5s linear forwards 1.5s; animation: loading-16 1.5s linear forwards 1.5s; @@ -11634,7 +10231,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="67"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-17 1.5s linear forwards 1.5s; animation: loading-17 1.5s linear forwards 1.5s; @@ -11644,7 +10240,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="68"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-18 1.5s linear forwards 1.5s; animation: loading-18 1.5s linear forwards 1.5s; @@ -11654,7 +10249,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="69"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-19 1.5s linear forwards 1.5s; animation: loading-19 1.5s linear forwards 1.5s; @@ -11664,7 +10258,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="70"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-20 1.5s linear forwards 1.5s; animation: loading-20 1.5s linear forwards 1.5s; @@ -11674,7 +10267,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="71"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-21 1.5s linear forwards 1.5s; animation: loading-21 1.5s linear forwards 1.5s; @@ -11684,7 +10276,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="72"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-22 1.5s linear forwards 1.5s; animation: loading-22 1.5s linear forwards 1.5s; @@ -11694,7 +10285,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="73"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-23 1.5s linear forwards 1.5s; animation: loading-23 1.5s linear forwards 1.5s; @@ -11704,7 +10294,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="74"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-24 1.5s linear forwards 1.5s; animation: loading-24 1.5s linear forwards 1.5s; @@ -11714,7 +10303,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="75"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-25 1.5s linear forwards 1.5s; animation: loading-25 1.5s linear forwards 1.5s; @@ -11724,7 +10312,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="76"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-26 1.5s linear forwards 1.5s; animation: loading-26 1.5s linear forwards 1.5s; @@ -11734,7 +10321,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="77"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-27 1.5s linear forwards 1.5s; animation: loading-27 1.5s linear forwards 1.5s; @@ -11744,7 +10330,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="78"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-28 1.5s linear forwards 1.5s; animation: loading-28 1.5s linear forwards 1.5s; @@ -11754,7 +10339,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="79"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-29 1.5s linear forwards 1.5s; animation: loading-29 1.5s linear forwards 1.5s; @@ -11764,7 +10348,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="80"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-30 1.5s linear forwards 1.5s; animation: loading-30 1.5s linear forwards 1.5s; @@ -11774,7 +10357,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="81"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-31 1.5s linear forwards 1.5s; animation: loading-31 1.5s linear forwards 1.5s; @@ -11784,7 +10366,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="82"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-32 1.5s linear forwards 1.5s; animation: loading-32 1.5s linear forwards 1.5s; @@ -11794,7 +10375,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="83"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-33 1.5s linear forwards 1.5s; animation: loading-33 1.5s linear forwards 1.5s; @@ -11804,7 +10384,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="84"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-34 1.5s linear forwards 1.5s; animation: loading-34 1.5s linear forwards 1.5s; @@ -11814,7 +10393,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="85"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-35 1.5s linear forwards 1.5s; animation: loading-35 1.5s linear forwards 1.5s; @@ -11824,7 +10402,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="86"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-36 1.5s linear forwards 1.5s; animation: loading-36 1.5s linear forwards 1.5s; @@ -11834,7 +10411,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="87"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-37 1.5s linear forwards 1.5s; animation: loading-37 1.5s linear forwards 1.5s; @@ -11844,7 +10420,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="88"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-38 1.5s linear forwards 1.5s; animation: loading-38 1.5s linear forwards 1.5s; @@ -11854,7 +10429,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="89"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-39 1.5s linear forwards 1.5s; animation: loading-39 1.5s linear forwards 1.5s; @@ -11864,7 +10438,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="90"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-40 1.5s linear forwards 1.5s; animation: loading-40 1.5s linear forwards 1.5s; @@ -11874,7 +10447,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="91"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-41 1.5s linear forwards 1.5s; animation: loading-41 1.5s linear forwards 1.5s; @@ -11884,7 +10456,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="92"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-42 1.5s linear forwards 1.5s; animation: loading-42 1.5s linear forwards 1.5s; @@ -11894,7 +10465,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="93"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-43 1.5s linear forwards 1.5s; animation: loading-43 1.5s linear forwards 1.5s; @@ -11904,7 +10474,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="94"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-44 1.5s linear forwards 1.5s; animation: loading-44 1.5s linear forwards 1.5s; @@ -11914,7 +10483,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="95"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-45 1.5s linear forwards 1.5s; animation: loading-45 1.5s linear forwards 1.5s; @@ -11924,7 +10492,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="96"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-46 1.5s linear forwards 1.5s; animation: loading-46 1.5s linear forwards 1.5s; @@ -11934,7 +10501,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="97"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-47 1.5s linear forwards 1.5s; animation: loading-47 1.5s linear forwards 1.5s; @@ -11944,7 +10510,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="98"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-48 1.5s linear forwards 1.5s; animation: loading-48 1.5s linear forwards 1.5s; @@ -11954,7 +10519,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="99"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-49 1.5s linear forwards 1.5s; animation: loading-49 1.5s linear forwards 1.5s; @@ -11964,19 +10528,16 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="100"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-50 1.5s linear forwards 1.5s; animation: loading-50 1.5s linear forwards 1.5s; } @-webkit-keyframes loading-1 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-3.6deg); transform: rotate(-3.6deg); @@ -11984,1230 +10545,1024 @@ Due to the split circle of progress-left and progress right, we must use the ani } @keyframes loading-1 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-3.6deg); transform: rotate(-3.6deg); } } @-webkit-keyframes loading-2 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-7.2deg); transform: rotate(-7.2deg); } } @keyframes loading-2 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-7.2deg); transform: rotate(-7.2deg); } } @-webkit-keyframes loading-3 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-10.8deg); transform: rotate(-10.8deg); } } @keyframes loading-3 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-10.8deg); transform: rotate(-10.8deg); } } @-webkit-keyframes loading-4 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-14.4deg); transform: rotate(-14.4deg); } } @keyframes loading-4 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-14.4deg); transform: rotate(-14.4deg); } } @-webkit-keyframes loading-5 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-18deg); transform: rotate(-18deg); } } @keyframes loading-5 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-18deg); transform: rotate(-18deg); } } @-webkit-keyframes loading-6 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-21.6deg); transform: rotate(-21.6deg); } } @keyframes loading-6 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-21.6deg); transform: rotate(-21.6deg); } } @-webkit-keyframes loading-7 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-25.2deg); transform: rotate(-25.2deg); } } @keyframes loading-7 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-25.2deg); transform: rotate(-25.2deg); } } @-webkit-keyframes loading-8 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-28.8deg); transform: rotate(-28.8deg); } } @keyframes loading-8 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-28.8deg); transform: rotate(-28.8deg); } } @-webkit-keyframes loading-9 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-32.4deg); transform: rotate(-32.4deg); } } @keyframes loading-9 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-32.4deg); transform: rotate(-32.4deg); } } @-webkit-keyframes loading-10 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-36deg); transform: rotate(-36deg); } } @keyframes loading-10 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-36deg); transform: rotate(-36deg); } } @-webkit-keyframes loading-11 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-39.6deg); transform: rotate(-39.6deg); } } @keyframes loading-11 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-39.6deg); transform: rotate(-39.6deg); } } @-webkit-keyframes loading-12 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-43.2deg); transform: rotate(-43.2deg); } } @keyframes loading-12 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-43.2deg); transform: rotate(-43.2deg); } } @-webkit-keyframes loading-13 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-46.8deg); transform: rotate(-46.8deg); } } @keyframes loading-13 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-46.8deg); transform: rotate(-46.8deg); } } @-webkit-keyframes loading-14 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-50.4deg); transform: rotate(-50.4deg); } } @keyframes loading-14 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-50.4deg); transform: rotate(-50.4deg); } } @-webkit-keyframes loading-15 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-54deg); transform: rotate(-54deg); } } @keyframes loading-15 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-54deg); transform: rotate(-54deg); } } @-webkit-keyframes loading-16 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-57.6deg); transform: rotate(-57.6deg); } } @keyframes loading-16 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-57.6deg); transform: rotate(-57.6deg); } } @-webkit-keyframes loading-17 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-61.2deg); transform: rotate(-61.2deg); } } @keyframes loading-17 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-61.2deg); transform: rotate(-61.2deg); } } @-webkit-keyframes loading-18 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-64.8deg); transform: rotate(-64.8deg); } } @keyframes loading-18 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-64.8deg); transform: rotate(-64.8deg); } } @-webkit-keyframes loading-19 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-68.4deg); transform: rotate(-68.4deg); } } @keyframes loading-19 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-68.4deg); transform: rotate(-68.4deg); } } @-webkit-keyframes loading-20 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-72deg); transform: rotate(-72deg); } } @keyframes loading-20 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-72deg); transform: rotate(-72deg); } } @-webkit-keyframes loading-21 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-75.6deg); transform: rotate(-75.6deg); } } @keyframes loading-21 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-75.6deg); transform: rotate(-75.6deg); } } @-webkit-keyframes loading-22 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-79.2deg); transform: rotate(-79.2deg); } } @keyframes loading-22 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-79.2deg); transform: rotate(-79.2deg); } } @-webkit-keyframes loading-23 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-82.8deg); transform: rotate(-82.8deg); } } @keyframes loading-23 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-82.8deg); transform: rotate(-82.8deg); } } @-webkit-keyframes loading-24 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-86.4deg); transform: rotate(-86.4deg); } } @keyframes loading-24 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-86.4deg); transform: rotate(-86.4deg); } } @-webkit-keyframes loading-25 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-90deg); transform: rotate(-90deg); } } @keyframes loading-25 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-90deg); transform: rotate(-90deg); } } @-webkit-keyframes loading-26 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-93.6deg); transform: rotate(-93.6deg); } } @keyframes loading-26 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-93.6deg); transform: rotate(-93.6deg); } } @-webkit-keyframes loading-27 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-97.2deg); transform: rotate(-97.2deg); } } @keyframes loading-27 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-97.2deg); transform: rotate(-97.2deg); } } @-webkit-keyframes loading-28 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-100.8deg); transform: rotate(-100.8deg); } } @keyframes loading-28 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-100.8deg); transform: rotate(-100.8deg); } } @-webkit-keyframes loading-29 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-104.4deg); transform: rotate(-104.4deg); } } @keyframes loading-29 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-104.4deg); transform: rotate(-104.4deg); } } @-webkit-keyframes loading-30 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-108deg); transform: rotate(-108deg); } } @keyframes loading-30 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-108deg); transform: rotate(-108deg); } } @-webkit-keyframes loading-31 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-111.6deg); transform: rotate(-111.6deg); } } @keyframes loading-31 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-111.6deg); transform: rotate(-111.6deg); } } @-webkit-keyframes loading-32 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-115.2deg); transform: rotate(-115.2deg); } } @keyframes loading-32 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-115.2deg); transform: rotate(-115.2deg); } } @-webkit-keyframes loading-33 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-118.8deg); transform: rotate(-118.8deg); } } @keyframes loading-33 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-118.8deg); transform: rotate(-118.8deg); } } @-webkit-keyframes loading-34 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-122.4deg); transform: rotate(-122.4deg); } } @keyframes loading-34 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-122.4deg); transform: rotate(-122.4deg); } } @-webkit-keyframes loading-35 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-126deg); transform: rotate(-126deg); } } @keyframes loading-35 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-126deg); transform: rotate(-126deg); } } @-webkit-keyframes loading-36 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-129.6deg); transform: rotate(-129.6deg); } } @keyframes loading-36 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-129.6deg); transform: rotate(-129.6deg); } } @-webkit-keyframes loading-37 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-133.2deg); transform: rotate(-133.2deg); } } @keyframes loading-37 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-133.2deg); transform: rotate(-133.2deg); } } @-webkit-keyframes loading-38 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-136.8deg); transform: rotate(-136.8deg); } } @keyframes loading-38 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-136.8deg); transform: rotate(-136.8deg); } } @-webkit-keyframes loading-39 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-140.4deg); transform: rotate(-140.4deg); } } @keyframes loading-39 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-140.4deg); transform: rotate(-140.4deg); } } @-webkit-keyframes loading-40 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-144deg); transform: rotate(-144deg); } } @keyframes loading-40 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-144deg); transform: rotate(-144deg); } } @-webkit-keyframes loading-41 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-147.6deg); transform: rotate(-147.6deg); } } @keyframes loading-41 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-147.6deg); transform: rotate(-147.6deg); } } @-webkit-keyframes loading-42 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-151.2deg); transform: rotate(-151.2deg); } } @keyframes loading-42 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-151.2deg); transform: rotate(-151.2deg); } } @-webkit-keyframes loading-43 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-154.8deg); transform: rotate(-154.8deg); } } @keyframes loading-43 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-154.8deg); transform: rotate(-154.8deg); } } @-webkit-keyframes loading-44 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-158.4deg); transform: rotate(-158.4deg); } } @keyframes loading-44 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-158.4deg); transform: rotate(-158.4deg); } } @-webkit-keyframes loading-45 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-162deg); transform: rotate(-162deg); } } @keyframes loading-45 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-162deg); transform: rotate(-162deg); } } @-webkit-keyframes loading-46 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-165.6deg); transform: rotate(-165.6deg); } } @keyframes loading-46 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-165.6deg); transform: rotate(-165.6deg); } } @-webkit-keyframes loading-47 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-169.2deg); transform: rotate(-169.2deg); } } @keyframes loading-47 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-169.2deg); transform: rotate(-169.2deg); } } @-webkit-keyframes loading-48 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-172.8deg); transform: rotate(-172.8deg); } } @keyframes loading-48 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-172.8deg); transform: rotate(-172.8deg); } } @-webkit-keyframes loading-49 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-176.4deg); transform: rotate(-176.4deg); } } @keyframes loading-49 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-176.4deg); transform: rotate(-176.4deg); } } @-webkit-keyframes loading-50 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); } } @keyframes loading-50 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); } } - .learndash-wrapper .ld-file-upload { border-radius: 4px; background-color: var(--bb-body-background-color); } - .learndash-wrapper .ld-file-upload .ld-file-upload-heading { font-size: inherit; } - .learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input + label span { font-size: 14px; color: var(--bb-alternate-text-color); - font-weight: 400; + font-weight: normal; } - .learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input + label { border-top-left-radius: 4px; border-bottom-left-radius: 4px; } - .learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input + label strong { font-size: 15px; - font-weight: 400; + font-weight: normal; } - .learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input + label { border-top-right-radius: 4px; border-bottom-right-radius: 4px; } - .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-name .ld-item-title .ld-item-components span.ld-status-waiting, .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-name .ld-item-title .ld-item-components span.ld-status-waiting span.ld-icon { background-color: #dbbe1a; color: #fff !important; } - .learndash-wrapper .ld-status-waiting { background-color: #dbbe1a; color: #fff !important; @@ -13227,18 +11582,15 @@ Due to the split circle of progress-left and progress right, we must use the ani -ms-flex-pack: center; justify-content: center; } - .learndash-wrapper .ld-assignment-list .ld-status .ld-icon { font-size: 16px; margin-right: 0; margin-left: 3px; } - .learndash-wrapper .ld-assignment-list .ld-icon.ld-icon-comments { position: relative; bottom: 1px; } - .learndash-wrapper .ld-table-list.ld-assignment-list .ld-table-list-items { overflow: visible; } @@ -13259,15 +11611,15 @@ Due to the split circle of progress-left and progress right, we must use the ani font-size: 24px; } -.ld-icon.ld-icon-download::before { +.ld-icon.ld-icon-download:before { content: "\ee57"; } -.ld-icon.ld-icon-delete::before { +.ld-icon.ld-icon-delete:before { content: "\e828"; } -.ld-icon.ld-icon-comments::before { +.ld-icon.ld-icon-comments:before { content: "\ee33"; } @@ -13275,7 +11627,6 @@ article.sfwd-assignment { position: relative; z-index: 1; } - article.sfwd-assignment a { word-break: break-word; } @@ -13287,29 +11638,22 @@ body:not(.bb-dark-theme) .sfwd-light-mode { .bb-sfwd-aside.bb-dark-theme { background: #121212; color: #aaa; - /* Header statrs */ - /* Header Ends */ } - .bb-sfwd-aside.bb-dark-theme .comment-text { color: #aaa; } - .bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-header .user-wrap a:hover, .bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-inner .mobile-menu a:hover { color: #fff; } - .bb-sfwd-aside.bb-dark-theme.ld-in-focus-mode .learndash-wrapper { background-color: transparent; } - .bb-sfwd-aside.bb-dark-theme .sfwd-dark-mode { display: none; } - .bb-sfwd-aside.bb-dark-theme h1, .bb-sfwd-aside.bb-dark-theme .h1, .bb-sfwd-aside.bb-dark-theme h2, @@ -13324,7 +11668,6 @@ body:not(.bb-dark-theme) .sfwd-light-mode { .bb-sfwd-aside.bb-dark-theme .h6 { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .ld-sidebar-widgets li.widget h2.widgettitle, .bb-sfwd-aside.bb-dark-theme .widget_ldcoursenavigation .ld-lesson-section-heading, .bb-sfwd-aside.bb-dark-theme .widget_ldcourseinfo .course_progress_details .learndash-profile-course-title a, @@ -13334,130 +11677,104 @@ body:not(.bb-dark-theme) .sfwd-light-mode { .bb-sfwd-aside.bb-dark-theme .widget.activity_update .activity-update p a:not(.activity-time-since) { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-title { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .ld-sidebar-widgets .widget.buddypress div.item-options .selected { border-bottom-color: #ccc; } - .bb-sfwd-aside.bb-dark-theme .ld-course-navigation .course-entry-title, .bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-table-list .ld-table-list-header, .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .ld-item-list-section-heading .ld-lesson-section-heading { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .site-header { background: #232323; box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05); } - .bb-sfwd-aside.bb-dark-theme .site-header .bb-icon-close { color: #121212; } - .bb-sfwd-aside.bb-dark-theme.sticky-header .site-header { box-shadow: 0 4px 1px -4px rgba(0, 0, 0, 0.22); } - .bb-sfwd-aside.bb-dark-theme.sticky-header .site-header.has-scrolled { box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05), 0 5px 10px 0 rgba(0, 0, 0, 0.15); } - .bb-sfwd-aside.bb-dark-theme .site-header .header-aside-inner > a i { color: #fff; } - .bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .bb-toggle-panel:hover { background: rgba(255, 255, 255, 0.15); } - .bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu li:not(.current-menu-item) a, .bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a, .bb-sfwd-aside.bb-dark-theme .side-panel-menu a { color: var(--bb-alternate-text-color); background-color: transparent; } - .bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu li:not(.current-menu-item) a:hover, .bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a:hover, .bb-sfwd-aside.bb-dark-theme .side-panel-menu a:hover { color: #fff; background-color: transparent; } - .bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover > a { color: #aaa; background: rgba(255, 255, 255, 0.15); } - .bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover > a:hover { color: #aaa; background: rgba(255, 255, 255, 0.15); } - .bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu .current-menu-item > a, .bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu .current-menu-item > a { color: #fff; } - .bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu .current-menu-item > a:hover, .bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu .current-menu-item > a:hover { background-color: transparent; } - .bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu li:not(.current-menu-item) a i:not(.bb-icon-angle-down) { opacity: 1; color: #fff; } - .bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a { color: #fff; opacity: 1; } - .bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a:hover { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .learndash_next_prev_link a, .bb-sfwd-aside.bb-dark-theme .lms-header-instructor .bb-about-instructor h5 a { color: var(--bb-alternate-text-color); } - .bb-sfwd-aside.bb-dark-theme .learndash_next_prev_link a:hover, .bb-sfwd-aside.bb-dark-theme .lms-header-instructor .bb-about-instructor h5 a:hover { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-links ul li a { color: var(--bb-alternate-text-color); border-color: var(--bb-alternate-text-color); } - .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-links ul li a:hover { color: #fff; border-color: #fff; } - .bb-sfwd-aside.bb-dark-theme .bb-type-list.bb-lms-list-inside a, .bb-sfwd-aside.bb-dark-theme .bb-quiz-list a { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .bb-learndash-banner, .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper, .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-topic-sidebar-data, .bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-topic-status { background-color: #1c1c1c; } - .bb-sfwd-aside.bb-dark-theme .learndash-wrapper .bb-ld-info-bar .ld-topic-status { background-color: transparent; } - .bb-sfwd-aside.bb-dark-theme div.bb-lms-header, .bb-sfwd-aside.bb-dark-theme .buddypanel, .bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-wrapper.left, @@ -13469,243 +11786,191 @@ body:not(.bb-dark-theme) .sfwd-light-mode { .bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu a { background: #121212; } - .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper, .bb-sfwd-aside.bb-dark-theme #learndash-page-content { border-bottom: 0; } - .bb-sfwd-aside.bb-dark-theme .bb-footer { border-top: 1px solid rgba(255, 255, 255, 0.1); } - .bb-sfwd-aside.bb-dark-theme .header-search-wrap, .bb-sfwd-aside.bb-dark-theme .header-search-wrap input.search-field { background: #000; color: #fff; } - .bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li:hover { color: #fff; } - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li:hover.menu-item-has-children::after { +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li:hover.menu-item-has-children:after { color: #fff; } - .bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li:hover > a > i, .bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li:hover > a span { color: #fff; } - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li.menu-item-has-children::after { +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li.menu-item-has-children:after { color: #888; } - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li.menu-item > .ab-submenu::before { +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li.menu-item > .ab-submenu:before { border-color: #232323 transparent transparent #232323; } - .bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu { background-color: #000; } - .bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu { background-color: #000; } - .bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item:hover > a { background: rgba(255, 255, 255, 0.15); color: #aaa; } - .bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item:hover > a > i { color: #aaa; } - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item.menu-item-has-children::after { +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item.menu-item-has-children:after { color: #aaa; } - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item.menu-item-has-children:hover::after { +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item.menu-item-has-children:hover:after { color: #aaa; } - .bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item > a { color: #aaa; } - .bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item > a > i { color: #aaa; } - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item.menu-item.menu-item-has-children > a::after { +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item.menu-item.menu-item-has-children > a:after { color: #aaa; } - .bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li > a { color: #939597; } - .bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li > a > i { color: #fff; } - .bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li > a:hover { color: #fff; } - -.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .more-button.active::after { +.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .more-button.active:after { border-color: #232323 transparent transparent #232323; } - .bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu { background-color: #000; } - .bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu a { color: #aaa; } - .bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu li:hover > a { color: #aaa; background: rgba(255, 255, 255, 0.15); } - .bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu { background-color: #000; } - -.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu::before, +.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu:before, .bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu { background-color: #000; } - .bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu li:hover > a { color: #aaa; background: rgba(255, 255, 255, 0.15); } - .bb-sfwd-aside.bb-dark-theme .site-header .sub-menu, .bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu { background-color: #000; } - .bb-sfwd-aside.bb-dark-theme .site-header .sub-menu a, .bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .user-mention, .bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a, .bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu .user-mention { color: #aaa; } - .bb-sfwd-aside.bb-dark-theme .site-header .sub-menu a > i, -.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu a::before, +.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu a:before, .bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a > i, -.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a::before { +.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a:before { color: #aaa; } - .bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover > a, .bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover > a > i, -.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover a::before, +.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover a:before, .bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover > a, .bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover > a > i, -.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover a::before { +.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover a:before { color: #aaa; } - -.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li.no-icon > a::before, -.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li.no-icon > a::before { +.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li.no-icon > a:before, +.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li.no-icon > a:before { color: #aaa; } - -.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu::before, -.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu::before { +.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu:before, +.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu:before { border-color: #232323 transparent transparent #232323; } - .bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper { background-color: transparent; } - -.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper::before { +.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper:before { background-color: #000; } - .bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper .ab-submenu { background-color: #000; box-shadow: none; } - .bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .user-link { border-color: #333 transparent transparent #333; } - .bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu { background-color: #000; } - .bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover > a, .bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a:hover { background: rgba(255, 255, 255, 0.15); } - .bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li .wrapper .bb-sub-menu { background-color: #000; } - .bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li .wrapper .bb-sub-menu a:hover { background: rgba(255, 255, 255, 0.15); } - .bb-sfwd-aside.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link > i { color: #aaa; } - .bb-sfwd-aside.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link:hover .user-name, .bb-sfwd-aside.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link:hover > i { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-name { color: #fff; } - -.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .primary-menu > li:hover > a::before { +.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .primary-menu > li:hover > a:before { background: rgba(255, 255, 255, 0.1); } - .bb-sfwd-aside.bb-dark-theme #learndash-page-content .sfwd-course-nav .learndash_next_prev_link a, .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-course-navigation a.course-entry-link { background-color: rgba(146, 164, 183, 0.2); } - .bb-sfwd-aside.bb-dark-theme #learndash-page-content .sfwd-course-nav .learndash_next_prev_link a:hover, .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-course-navigation a.course-entry-link:hover { background-color: var(--bb-primary-color); } - .bb-sfwd-aside.bb-dark-theme #learndash-page-content .sfwd-course-nav .learndash_next_prev_link span.empty-post { background-color: rgba(146, 164, 183, 0.1); } - .bb-sfwd-aside.bb-dark-theme .lms-lesson-item.current > .bb-lesson-head, .bb-sfwd-aside.bb-dark-theme .lms-topic-item.current > .bb-lms-title-wrap, .bb-sfwd-aside.bb-dark-theme .lms-quiz-item.current > .bb-lms-title-wrap { background: #333; } - .bb-sfwd-aside.bb-dark-theme .lms-lesson-item.current > a .i-progress.i-progress-completed, .bb-sfwd-aside.bb-dark-theme .lms-topic-item.current > a .i-progress.i-progress-completed, .bb-sfwd-aside.bb-dark-theme .lms-quiz-item.current .i-progress.i-progress-completed { background-color: var(--bb-primary-color); color: #fff; } - .bb-sfwd-aside.bb-dark-theme .i-progress.i-progress-not-completed { color: #777; } - .bb-sfwd-aside.bb-dark-theme .user-wrap a.user-link, .bb-sfwd-aside.bb-dark-theme .bb-toggle-panel, .bb-sfwd-aside.bb-dark-theme .buddypanel .bb-toggle-panel, @@ -13713,7 +11978,6 @@ body:not(.bb-dark-theme) .sfwd-light-mode { .bb-sfwd-aside.bb-dark-theme .site-header i { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .user-wrap a.user-link:hover, .bb-sfwd-aside.bb-dark-theme .user-wrap a.user-link:hover i, .bb-sfwd-aside.bb-dark-theme .site-header #header-aside a.user-link:hover i, @@ -13722,135 +11986,108 @@ body:not(.bb-dark-theme) .sfwd-light-mode { .bb-sfwd-aside.bb-dark-theme .buddypanel .bb-toggle-panel:hover { color: #aaa; } - -.bb-sfwd-aside.bb-dark-theme [data-balloon]::after { +.bb-sfwd-aside.bb-dark-theme [data-balloon]:after { background: rgba(255, 255, 255, 0.95); box-shadow: none; color: #000; } - -.bb-sfwd-aside.bb-dark-theme [data-balloon]::before { +.bb-sfwd-aside.bb-dark-theme [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%22rgba(255,255,255,0.95)%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; } - -.bb-sfwd-aside.bb-dark-theme [data-balloon][data-balloon-pos="right"]::before { +.bb-sfwd-aside.bb-dark-theme [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%22rgba(255,255,255,0.95)%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; } - -.bb-sfwd-aside.bb-dark-theme [data-balloon][data-balloon-pos="left"]::before { +.bb-sfwd-aside.bb-dark-theme [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%22rgba(255,255,255,0.95)%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; } - -.bb-sfwd-aside.bb-dark-theme [data-balloon][data-balloon-pos="down"]::before { +.bb-sfwd-aside.bb-dark-theme [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%22rgba(255,255,255,0.95)%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; } - .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-lessions-list > ol li a, .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-quizzes-list > ul li a { color: #888; } - -.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-lessions-list > ol li a:hover, .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-lessions-list > ol li a:hover::before, +.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-lessions-list > ol li a:hover, .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-lessions-list > ol li a:hover:before, .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-quizzes-list > ul li a:hover, -.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-quizzes-list > ul li a:hover::before { +.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-quizzes-list > ul li a:hover:before { color: #fff; } - -.bb-sfwd-aside.bb-dark-theme .lms-topic-item:hover::before { +.bb-sfwd-aside.bb-dark-theme .lms-topic-item:hover:before { color: #fff; } - -.bb-sfwd-aside.bb-dark-theme .bb-progress::after { +.bb-sfwd-aside.bb-dark-theme .bb-progress:after { border-color: #939597; } - .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-side-item-incomplete { color: #939597; } - .bb-sfwd-aside.bb-dark-theme .learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span a { color: #939597; } - .bb-sfwd-aside.bb-dark-theme .learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span a:hover { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-side-item-complete { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .learndash_next_prev_link .next-link:last-child { border-color: #121212; } - -.bb-sfwd-aside.bb-dark-theme .lms-topic-item.current::before, +.bb-sfwd-aside.bb-dark-theme .lms-topic-item.current:before, .bb-sfwd-aside.bb-dark-theme li.lms-topic-item.current > .bb-title, .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .group-exec-list a .lms-group-lead span:first-child, .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-group-flag .lms-group-heading a span, .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .course-group-list a { color: var(--bb-headings-color); } - .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-members-list .course-members-list a { color: #888; } - .bb-sfwd-aside.bb-dark-theme pre { background: #282a2c; } - .bb-sfwd-aside.bb-dark-theme label { color: #f8f8f8; } - .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-instructor .bb-about-instructor h5 a { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-progress .course-progress-wrap, .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-lessions-list > ol.bb-lessons-list > li.lms-lesson-item, .bb-sfwd-aside.bb-dark-theme .learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs, .bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_reviewDiv { border-bottom-color: #333; } - .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-quizzes-list .lms-course-quizzes-heading, .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-members-list .lms-course-sidebar-heading, .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-links { border-top-color: #333; } - .bb-sfwd-aside.bb-dark-theme .bb-separator { background: #333; } - .bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_questionList li.wpProQuiz_questionListItem, .bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_response, .bb-sfwd-aside.bb-dark-theme .wpProQuiz_content ul.wpProQuiz_sortStringList > li { background-color: #121212; border-color: #333; } - .bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_tipp > div, -.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .wpProQuiz_content .wpProQuiz_tipp > div::before { +.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .wpProQuiz_content .wpProQuiz_tipp > div:before { background-color: #333; border-color: #333; } - .bb-sfwd-aside.bb-dark-theme .wpProQuiz_content ul.wpProQuiz_questionList[data-type="matrix_sort_answer"] li table td { border-color: #333; } - .bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_questionList[data-type="essay"] form input[type="file"] + label, .bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_catOverview span { background-color: var(--bb-primary-color); } - .bb-sfwd-aside.bb-dark-theme input[type="text"], .bb-sfwd-aside.bb-dark-theme textarea, .bb-sfwd-aside.bb-dark-theme select { @@ -13858,20 +12095,16 @@ body:not(.bb-dark-theme) .sfwd-light-mode { border-color: #aaa; color: #aaa; } - .bb-sfwd-aside.bb-dark-theme .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem textarea.wpProQuiz_questionEssay { border-color: #aaa; } - .bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_catOverview span.wpProQuiz_catName, .bb-sfwd-aside.bb-dark-theme .wpProQuiz_catOverview span.wpProQuiz_catPercent { color: #aaa; } - -.bb-sfwd-aside.bb-dark-theme .lms-header-instructor .bb-about-instructor .bb-about-instructor-date::before { +.bb-sfwd-aside.bb-dark-theme .lms-header-instructor .bb-about-instructor .bb-about-instructor-date:before { background-color: #aaa; } - .bb-sfwd-aside.bb-dark-theme .lms-header-instructor .bb-about-instructor .bb-about-instructor-date, .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-group-flag .lms-group-heading > span, .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .group-exec-list a .lms-group-lead span:last-child, @@ -13885,135 +12118,105 @@ body:not(.bb-dark-theme) .sfwd-light-mode { .bb-sfwd-aside.bb-dark-theme span.bb-pages .bb-total { color: #aaa; } - .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .group-exec-list a .lms-group-lead span:first-child { color: var(--bb-headings-color); } - .bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_addToplist { background-color: transparent; border-top-color: #333; } - .bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_addToplist .wpProQuiz_button2 { margin-right: auto; margin-left: auto; } - .bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-quiz-actions { border-top: 1px solid #333; } - .bb-sfwd-aside.bb-dark-theme .comment-respond { background-color: #121212; border-color: #333; } - .bb-sfwd-aside.bb-dark-theme .comment-respond .comment-author { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .comment-respond textarea { border-color: #333; } - .bb-sfwd-aside.bb-dark-theme .comment-respond input[type="submit"].outline:disabled { background-color: #333; } - .bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-table-list .ld-table-list-item .ld-table-list-title a { color: inherit; } - .bb-sfwd-aside.bb-dark-theme .comment-list .comment-body { background-color: #121212; border-color: #333; color: #aaa; } - .bb-sfwd-aside.bb-dark-theme .comment-list .comment-body .comment-author a.url { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .comment-list .comment-body a.comment-date { color: #aaa; } - .bb-sfwd-aside.bb-dark-theme .comment-list .comment-body a.comment-date:hover { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .bp-feedback.bp-sitewide-notice { background-color: rgba(146, 164, 183, 0.2); border-color: transparent; } - .bb-sfwd-aside.bb-dark-theme .bp-feedback.bp-sitewide-notice p { color: #939597; } - .bb-sfwd-aside.bb-dark-theme .bp-feedback.bp-sitewide-notice strong { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .bp-feedback.bp-sitewide-notice button { color: #fff; } - .bb-sfwd-aside.bb-dark-theme #learndash-page-content .ld-focus-comments #commentform textarea#comment { background-color: #333; border: 0; } - .bb-sfwd-aside.bb-dark-theme #learndash-page-content .ld-focus-comments .ld-comment-avatar .ld-comment-avatar-author .ld-comment-author-name { color: #fff; } - .bb-sfwd-aside.bb-dark-theme #learndash-page-content .ld-focus-comments .comment .ld-comment-wrapper { background-color: #121212; border: 1px solid #333; } - .bb-sfwd-aside.bb-dark-theme #learndash-page-content .ld-focus-comments .ld-focus-comments__heading .ld-focus-comments__header { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .buddypanel .site-branding { background-color: #121212; } - .bb-sfwd-aside.bb-dark-theme .widget_ldcoursenavigation .ld-course-navigation .ld-lesson-item-expanded { background-color: #121212; } - .bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded::before { border-top-color: #1c1c1c; } - .bb-sfwd-aside.bb-dark-theme .widget_bp_core_members_widget #members-list .item-avatar a .member-status { border-color: #1c1c1c; } - .bb-sfwd-aside.bb-dark-theme .ld-sidebar-widgets li.widget { border-top-color: #333; } - .bb-sfwd-aside.bb-dark-theme .widget_ldcoursenavigation .ld-course-navigation .ld-course-navigation-heading, .bb-sfwd-aside.bb-dark-theme .widget_ldcourseinfo .ld-courseregistered-content-container .ld-course-info-my-courses { border-bottom-color: #333; } - .bb-sfwd-aside.bb-dark-theme .tribe_mini_calendar_widget .tribe-mini-calendar td, .bb-sfwd-aside.bb-dark-theme .tribe_mini_calendar_widget .tribe-mini-calendar th { background: #121212; color: #fff; } - .bb-sfwd-aside.bb-dark-theme .tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-othermonth { background: #121212; color: #fff; } - .bb-sfwd-aside.bb-dark-theme .tribe_mini_calendar_widget .tribe-mini-calendar-no-event, .bb-sfwd-aside.bb-dark-theme .tribe_mini_calendar_widget .tribe-mini-calendar-nav span, .bb-sfwd-aside.bb-dark-theme .tribe_mini_calendar_widget .tribe-mini-calendar-event .list-info h2.tribe-events-title a, @@ -14021,103 +12224,81 @@ body:not(.bb-dark-theme) .sfwd-light-mode { .bb-sfwd-aside.bb-dark-theme .type-tribe_events .tribe-mini-calendar-event .list-date .list-daynumber { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .tribe-mini-calendar td, .bb-sfwd-aside.bb-dark-theme .tribe-mini-calendar th { border-color: #333; } - .bb-sfwd-aside.bb-dark-theme .type-tribe_events .tribe-mini-calendar-event { border-color: #333; background-color: #121212; } - .bb-sfwd-aside.bb-dark-theme .tribe-events-countdown-widget div.tribe-countdown-number { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .woocommerce.widget_shopping_cart .total { border-top-color: #333; } - .bb-sfwd-aside.bb-dark-theme .widget .dropzone .dz-default { background-color: #333; } - .bb-sfwd-aside.bb-dark-theme .widget .dropzone .dz-default .dz-button > strong, .bb-sfwd-aside.bb-dark-theme .widget .dropzone .dz-default .dz-button:hover > strong { color: #aaa; } - -.bb-sfwd-aside.bb-dark-theme .widget #whats-new-toolbar .emojionearea .emojionearea-button::before, +.bb-sfwd-aside.bb-dark-theme .widget #whats-new-toolbar .emojionearea .emojionearea-button:before, .bb-sfwd-aside.bb-dark-theme .widget #whats-new-toolbar a [class*=" bb-icon-"] { color: #aaa; } - .bb-sfwd-aside.bb-dark-theme .widget #whats-new-toolbar .post-emoji .emojionearea.medium-editor-placeholder { padding: 0; } - .bb-sfwd-aside.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active { background-color: #333; bottom: 0; } - .bb-sfwd-aside.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b, .bb-sfwd-aside.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b:hover { color: #aaa; } - -.bb-sfwd-aside.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b::before, -.bb-sfwd-aside.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b:hover::before { +.bb-sfwd-aside.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b:before, +.bb-sfwd-aside.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b:hover:before { color: #aaa; } - .bb-sfwd-aside.bb-dark-theme .select2-container .select2-dropdown { background: #000; border: 1px solid #aaa; } - .bb-sfwd-aside.bb-dark-theme .select2-container--default .select2-results__option--highlighted[aria-selected] { background: #333; } - .bb-sfwd-aside.bb-dark-theme .entry-content .widget .bbp_topic_tags_wrapper li.select2-search { margin-bottom: 0; } - .bb-sfwd-aside.bb-dark-theme .entry-content .widget .bbp-topic-form .bbp_topic_tags_wrapper, .bb-sfwd-aside.bb-dark-theme .entry-content .widget .bbp-topic-form .bbp-the-content-wrapper { background-color: #333; color: #aaa; } - .bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading, .bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .learndash-wrapper .wpProQuiz_graded_points, .bb-sfwd-aside.bb-dark-theme .learndash-wrapper .wpProQuiz_points { background-color: rgba(146, 164, 183, 0.2); } - .bb-sfwd-aside.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link .user-name { color: #aaa; } - .bb-sfwd-aside.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link:hover .user-name { color: #fff; } - -.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link:hover::before { +.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link:hover:before { background: rgba(255, 255, 255, 0.1); } - -.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children.selected .user-link::before { +.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children.selected .user-link:before { background: rgba(255, 255, 255, 0.1); } - .bb-sfwd-aside.bb-dark-theme .site-header .bb-icon-close { color: #fff; background-color: rgba(146, 164, 183, 0.2); @@ -14126,11 +12307,9 @@ body:not(.bb-dark-theme) .sfwd-light-mode { .bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-wrapper .bb-mobile-panel-header { background-color: #121212; } - .bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-wrapper .bb-mobile-panel-header { background-color: #121212; } - .bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-header .user-name { color: #fff; } @@ -14142,37 +12321,30 @@ body:not(.bb-dark-theme) .sfwd-light-mode { .ld-modal.ld-login-modal .ld-login-modal-register { background-color: var(--bb-primary-color); } - .ld-modal.ld-login-modal .ld-login-modal-wrapper { max-width: 360px; min-width: inherit; padding: 45px 20px; } - .ld-modal.ld-login-modal .ld-login-modal-wrapper .ld-login-modal-branding > img { max-width: 250px; height: auto; } - .ld-modal.ld-login-modal .ld-login-modal-branding { margin-bottom: 20px; } - .ld-modal.ld-login-modal .ld-modal-closer { color: #0d0d0e; } - .ld-modal.ld-login-modal .ld-login-modal-form { margin: 15px 0 0; } - -.ld-modal.ld-login-modal .ld-login-modal-form .login-username::before, -.ld-modal.ld-login-modal .ld-login-modal-form .login-password::before { +.ld-modal.ld-login-modal .ld-login-modal-form .login-username:before, +.ld-modal.ld-login-modal .ld-login-modal-form .login-password:before { top: inherit; bottom: 27px; color: var(--bb-alternate-text-color); } - .ld-modal.ld-login-modal .ld-login-modal-form input[type="submit"] { background-color: var(--bb-primary-button-background-regular); color: var(--bb-primary-button-text-regular); @@ -14181,11 +12353,9 @@ body:not(.bb-dark-theme) .sfwd-light-mode { margin: 10px 0 20px; border-radius: var(--bb-button-radius); } - .ld-modal.ld-login-modal .ld-login-modal-form input[type="submit"]:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .ld-modal.ld-login-modal .ld-login-modal-form input[type="submit"]:hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); @@ -14193,57 +12363,47 @@ body:not(.bb-dark-theme) .sfwd-light-mode { box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1) !important; opacity: 1; } - .ld-modal.ld-login-modal .ld-login-modal-form .input { background-color: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); border-radius: var(--bb-input-radius); color: var(--bb-body-text-color); } - .ld-modal.ld-login-modal .ld-login-modal-form form { margin-bottom: 0; } - .ld-modal.ld-login-modal .ld-login-modal-form form label { - font-weight: 400; + font-weight: normal; line-height: 1; margin-bottom: 12px; margin-top: 10px; } - .ld-modal.ld-login-modal .ld-login-modal-register .input { background-color: var(--bb-content-background-color); border: 1px solid var(--bb-content-background-color); color: #0d0d0e; font-size: 14px; } - .ld-modal.ld-login-modal .ld-login-modal-register form p { margin-bottom: 0; } - .ld-modal.ld-login-modal .ld-login-modal-register form label { - font-weight: 400; + font-weight: normal; } - .ld-modal.ld-login-modal .ld-login-modal-register .ld-alert-warning { background-color: rgba(var(--bb-warning-color-rgb), 1); } - .ld-modal.ld-login-modal .ld-alert-warning { background-color: rgba(var(--bb-warning-color-rgb), 0.2); border: 0; line-height: 1.5; text-align: right; } - .ld-modal.ld-login-modal .ld-alert-warning .ld-alert-content { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } - .ld-modal.ld-login-modal .ld-alert-warning .ld-alert-content .ld-alert-icon.ld-icon-alert { padding-top: 2px; -webkit-transform: none; @@ -14257,12 +12417,11 @@ body:not(.bb-dark-theme) .sfwd-light-mode { .learndash-wrapper .ld-login-modal .ld-login-modal-login { background-color: var(--bb-content-background-color); } - .learndash-wrapper .ld-login-modal .ld-forgot-password-link { color: var(--bb-headings-color); } -.learndash-wrapper.learndash-wrapper-login-modal.ld-modal-open::after { +.learndash-wrapper.learndash-wrapper-login-modal.ld-modal-open:after { content: ""; position: fixed; height: 100%; @@ -14347,12 +12506,10 @@ form#registerform { min-height: 48px; width: 100%; } - .ld-modal.ld-login-modal.ld-can-register .ld-login-modal-register #wp-submit:focus, .learndash-wrapper .ld-login-modal .ld-login-modal-register .ld-button:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - .ld-modal.ld-login-modal.ld-can-register .ld-login-modal-register #wp-submit:hover, .learndash-wrapper .ld-login-modal .ld-login-modal-register .ld-button:hover { background-color: var(--bb-secondary-button-background-regular); @@ -14361,7 +12518,6 @@ form#registerform { box-shadow: none !important; opacity: 0.8; } - .ld-modal.ld-login-modal.ld-can-register .ld-login-modal-register #wp-submit:hover:focus, .learndash-wrapper .ld-login-modal .ld-login-modal-register .ld-button:hover:focus { box-shadow: var(--bb-secondary-button-focus-shadow); @@ -14370,15 +12526,12 @@ form#registerform { .learndash-wrapper .ld-login-modal .ld-login-modal-login { background-color: var(--bb-content-background-color); } - .learndash-wrapper .ld-login-modal .ld-forgot-password-link { color: var(--bb-headings-color); } - .learndash-wrapper .ld-login-modal .ld-forgot-password-link:hover { color: var(--bb-primary-color); } - .learndash-wrapper .ld-login-modal .ld-login-modal-register input[type="text"], .learndash-wrapper .ld-login-modal .ld-login-modal-register input[type="password"], .learndash-wrapper .ld-login-modal .ld-login-modal-register input[type="email"] { @@ -14387,13 +12540,11 @@ form#registerform { } @media screen and (max-width: 1024px) { - .learndash-wrapper .ld-login-modal.ld-can-register .ld-modal-closer { color: #0d0d0e; } } @media screen and (min-width: 769px) { - .learndash-wrapper.ld-modal-open .ld-modal { position: fixed; z-index: 999991; @@ -14411,13 +12562,11 @@ form#registerform { } } @media screen and (max-height: 650px) { - .learndash-wrapper.ld-modal-open .ld-modal { display: block; } } @media screen and (max-width: 768px) { - .ld-modal.ld-login-modal.ld-can-register .ld-login-modal-register { padding: 20px 0; } @@ -14426,11 +12575,9 @@ form#registerform { margin-bottom: 0; } } - .learndash-wrapper .ld-breadcrumbs { background-color: var(--bb-content-alternate-background-color); } - .learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-progress { background-color: var(--bb-primary-color); } @@ -14439,20 +12586,16 @@ form#registerform { border-bottom: 1px solid var(--bb-content-border-color) !important; color: var(--bb-headings-color); } - .learndash-wrapper a.favorite-toggle:hover, .learndash-wrapper a.subscription-toggle:hover { border-bottom-color: var(--bb-secondary-button-border-hover) !important; color: var(--bb-secondary-button-text-hover); } - .learndash-wrapper a.prev, .learndash-wrapper a.next { border-bottom: 1px solid var(--bb-content-border-color) !important; } - .learndash-wrapper .bs-meta-item > a { border-bottom: 1px solid var(--bb-content-border-color) !important; } - .learndash-wrapper .bs-meta-item > a:hover { border-bottom-color: var(--bb-secondary-button-border-hover) !important; } @@ -14460,8 +12603,7 @@ form#registerform { .user-wrap.menu-item-has-children #menu-learndash-focus > li > a { padding-right: 40px; } - -.user-wrap.menu-item-has-children #menu-learndash-focus > li.no-icon > a::before { +.user-wrap.menu-item-has-children #menu-learndash-focus > li.no-icon > a:before { content: "\ee6e"; font-family: bb-icons; font-size: 16px; @@ -14477,22 +12619,18 @@ form#registerform { text-align: center; color: var(--bb-alternate-text-color); } - .user-wrap.menu-item-has-children #menu-learndash-focus .ab-submenu { border-radius: 4px; } - .user-wrap.menu-item-has-children #menu-learndash-focus li li > a { background-color: transparent; } - .user-wrap.menu-item-has-children #menu-learndash-focus a { padding: 11px 14px; position: relative !important; color: var(--bb-body-text-color); background-color: transparent; } - .user-wrap.menu-item-has-children #menu-learndash-focus a i, .user-wrap.menu-item-has-children #menu-learndash-focus a img { font-size: 18px; @@ -14507,20 +12645,16 @@ form#registerform { text-align: center; color: var(--bb-alternate-text-color); } - .user-wrap.menu-item-has-children #menu-learndash-focus a img { max-width: 18px; } - .user-wrap.menu-item-has-children #menu-learndash-focus a:hover { color: var(--bb-body-text-color); background: var(--bb-content-alternate-background-color); } - .user-wrap.menu-item-has-children #menu-learndash-focus .bb-sub-menu { padding: 8px 0; } - .user-wrap.menu-item-has-children #menu-learndash-focus .bb-sub-menu a:hover { background-color: #fff; } @@ -14532,7 +12666,6 @@ form#registerform { .jq-dropdown { z-index: 600; } - .jq-dropdown .jq-dropdown-menu, .jq-dropdown .jq-dropdown-panel { background: var(--bb-content-background-color); @@ -14544,30 +12677,97 @@ form#registerform { margin: 0; min-width: 180px; } - .jq-dropdown.checkout-dropdown-button .btn-join, .jq-dropdown.checkout-dropdown-button #btn-join { background-color: var(--bb-secondary-button-background-regular) !important; color: var(--bb-secondary-button-text-regular) !important; border: 1px solid var(--bb-secondary-button-border-regular) !important; } - .jq-dropdown.checkout-dropdown-button .btn-join:hover, .jq-dropdown.checkout-dropdown-button #btn-join:hover { background-color: var(--bb-secondary-button-background-hover) !important; color: var(--bb-secondary-button-text-hover) !important; border: 1px solid var(--bb-secondary-button-border-hover) !important; } - .jq-dropdown.checkout-dropdown-button form { margin-top: 5px; margin-bottom: 5px; } - -.jq-dropdown.jq-dropdown-tip::before, .jq-dropdown.jq-dropdown-tip::after { +.jq-dropdown.jq-dropdown-tip:before, .jq-dropdown.jq-dropdown-tip:after { display: none; } +/* Color overrides */ +.buddyboss-theme .learndash_post_sfwd-lessons .learndash-wrapper .ld-table-list-header.ld-primary-background { + background-color: transparent !important; + color: var(--bb-headings-color); +} +.buddyboss-theme .learndash-wrapper .ld-status.ld-status-progress, +.buddyboss-theme .learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-progress { + background-color: var(--bb-primary-color) !important; +} +.buddyboss-theme.single-sfwd-courses .learndash-wrapper .ld-status.ld-status-progress { + background-color: var(--bb-content-alternate-background-color) !important; + color: var(--bb-body-text-color) !important; +} +.buddyboss-theme.single-sfwd-courses .learndash-wrapper .ld-status-icon.ld-status-complete { + background-color: var(--bb-primary-color); +} +.buddyboss-theme.single-sfwd-courses .learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon { + background-color: transparent !important; +} +.buddyboss-theme.single-sfwd-courses .learndash-wrapper .ld-expand-button.ld-primary-background { + background-color: var(--bb-secondary-button-background-regular) !important; + color: var(--bb-secondary-button-text-regular) !important; + border: 1px solid var(--bb-secondary-button-border-regular); +} +.buddyboss-theme.single-sfwd-courses .learndash-wrapper .ld-expand-button.ld-primary-background:hover { + background-color: var(--bb-secondary-button-background-hover) !important; + color: var(--bb-secondary-button-text-hover) !important; + border: 1px solid var(--bb-secondary-button-border-hover); +} +.buddyboss-theme.single-sfwd-courses .learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage { + background-color: var(--bb-primary-color); +} +.buddyboss-theme.single-sfwd-courses .learndash-wrapper .ld-status-in-progress { + border-top-color: #dedfe2; + border-right-color: #dedfe2; +} +.buddyboss-theme.single-sfwd-courses .learndash-wrapper .ld-status.ld-status-complete { + background-color: var(--bb-success-color); +} +.buddyboss-theme.single-sfwd-lessons .learndash-wrapper .ld-status-icon.ld-quiz-complete { + color: #fff; +} +.buddyboss-theme.single-sfwd-quiz .learndash-wrapper .ld-breadcrumbs a { + color: var(--bb-primary-color) !important; +} +.buddyboss-theme.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_button:not(.wpProQuiz_button_reShowQuestion) { + background-color: var(--bb-primary-button-background-regular) !important; + color: var(--bb-primary-button-text-regular) !important; + border: 1px solid var(--bb-primary-button-border-regular); +} +.buddyboss-theme.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_button:not(.wpProQuiz_button_reShowQuestion):hover { + background-color: var(--bb-primary-button-background-hover) !important; + color: var(--bb-primary-button-text-hover) !important; + border: 1px solid var(--bb-primary-button-border-hover); +} + +.learndash-wrapper .ld-button:disabled { + background-color: var(--bb-secondary-button-background-regular); + color: var(--bb-secondary-button-text-regular); + border: 1px solid var(--bb-secondary-button-border-regular); + border-bottom: 0 !important; +} +.learndash-wrapper .ld-button:disabled:focus { + box-shadow: var(--bb-secondary-button-focus-shadow); +} +.learndash-wrapper .ld-button:disabled: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); +} + .learndash-wrapper .ld-status { height: 100%; border-radius: var(--bb-label-type-radius); @@ -14577,7 +12777,6 @@ form#registerform { font-size: 14px; letter-spacing: normal; } - .learndash-wrapper .ld-status.ld-status-complete { background-color: var(--bb-success-color); color: var(--bb-primary-button-text-regular); @@ -14586,28 +12785,22 @@ form#registerform { .learndash-wrapper .ld-course-status .ld-status { font-size: 12px; } - .learndash-wrapper .ld-course-status .ld-status.ld-status-complete { background-color: var(--bb-success-color); } - .learndash-wrapper .ld-course-status-not-enrolled .ld-status { height: auto; } - .learndash-wrapper .ld-course-status-segment .ld-course-status-label.no-label + .ld-course-status-content { margin-top: 27px; } - .learndash-wrapper .ld-course-status-segment .ld-course-status-action .ld-button { font-size: 15px; font-weight: inherit; } - .learndash-wrapper .ld-course-status-segment .ld-course-status-action > form { margin-bottom: 0; } - .learndash-wrapper .ld-course-status-segment .ld-course-status-action #btn-join.btn-disabled { background-color: var(--bb-primary-button-background-regular); opacity: 0.5; @@ -14628,12 +12821,10 @@ form#registerform { padding: 10px 19px; line-height: 1.471; } - .ld-exam-content button:focus, .ld-exam-content .ld-exam-result-button:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .ld-exam-content button:hover, .ld-exam-content .ld-exam-result-button:hover { background-color: var(--bb-primary-button-background-hover); @@ -14641,12 +12832,10 @@ form#registerform { border-color: var(--bb-primary-button-border-hover); border-bottom: 1px solid var(--bb-primary-button-border-hover) !important; } - .ld-exam-content button:focus, .ld-exam-content .ld-exam-result-button:focus { box-shadow: var(--bb-primary-button-focus-shadow) !important; } - .ld-exam-content .ld-exam-progress .ld-exam-progress-bar { width: 100%; border-radius: 100px; @@ -14655,47 +12844,38 @@ form#registerform { margin: 1em 0; padding: 0; } - .ld-exam-content .ld-exam-progress .ld-exam-progress-bar .ld-exam-progress-bar-fill { background-color: var(--bb-primary-color); border-radius: 10px; height: 100%; } - .ld-exam-content .ld-exam-questions { margin-right: 0; } - .ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer { border: 1px solid var(--bb-content-border-color); border-radius: var(--bb-block-radius-inner); padding: 10px 20px; margin-bottom: 8px; } - .ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer input { margin: auto 0 auto 1em; } - .ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer label { padding: 0 2em 0 0; } - .ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer.ld-exam-question-answer-correct.ld-exam-question-answer-student-not-selected { background-color: rgba(var(--bb-success-color-rgb), 0.1); border-color: transparent; } - .ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer.ld-exam-question-answer-student-correct.ld-exam-question-answer-student-selected { background-color: rgba(var(--bb-success-color-rgb), 0.1); border-color: var(--bb-content-border-color); } - .ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer.ld-exam-question-answer-student-incorrect.ld-exam-question-answer-student-selected { background-color: transparent; border-color: var(--bb-danger-color); } - .ld-exam-content .ld-exam-result-message { background-color: var(--bb-content-alternate-background-color); border: 1px solid var(--bb-content-border-color); @@ -14715,7 +12895,6 @@ form#registerform { -ms-flex-align: center; align-items: center; } - .ld-item-title .lms-is-locked-ico i { margin-right: 10px; color: var(--bb-alternate-text-color); @@ -14728,23 +12907,21 @@ form#registerform { width: -webkit-calc(100% - 480px); width: calc(100% - 480px); } - +.single-item.groups.courses .bb-about-instructor .bb-instructor-heading, .single-item.groups.courses .bb-about-instructor h4, +.learndash-theme.single-sfwd-courses .bb-about-instructor .bb-instructor-heading, .learndash-theme.single-sfwd-courses .bb-about-instructor h4 { margin-right: 5px; } - .single-item.groups.courses .ld-progress.ld-progress-inline .ld-progress-bar, .learndash-theme.single-sfwd-courses .ld-progress.ld-progress-inline .ld-progress-bar { height: 3px; color: #fff; } - .single-item.groups.courses .ld-progress .ld-progress-bar .ld-progress-bar-percentage, .learndash-theme.single-sfwd-courses .ld-progress .ld-progress-bar .ld-progress-bar-percentage { height: 3px; } - .single-item.groups.courses .learndash-wrapper .ld-course-status .ld-status.ld-status-progress, .learndash-theme.single-sfwd-courses .learndash-wrapper .ld-course-status .ld-status.ld-status-progress { text-transform: none; @@ -14752,7 +12929,6 @@ form#registerform { font-size: 12px; } @media screen and (max-width: 1200px) { - .single-item.groups.courses .bb-course-banner-inner, .learndash-theme.single-sfwd-courses .bb-course-banner-inner { max-width: -webkit-calc(100% - 400px); @@ -14762,7 +12938,6 @@ form#registerform { } } @media screen and (max-width: 992px) { - .single-item.groups.courses .bb-course-banner-inner, .learndash-theme.single-sfwd-courses .bb-course-banner-inner { max-width: -webkit-calc(100% - 350px); @@ -14772,7 +12947,6 @@ form#registerform { } } @media screen and (max-width: 880px) { - .single-item.groups.courses .bb-course-banner-inner, .learndash-theme.single-sfwd-courses .bb-course-banner-inner { max-width: -webkit-calc(100% - 320px); @@ -14782,19 +12956,16 @@ form#registerform { } } @media screen and (max-width: 820px) { - .single-item.groups.courses .bb-course-banner-inner, .learndash-theme.single-sfwd-courses .bb-course-banner-inner { max-width: 100%; width: 100%; } - .single-item.groups.courses .bb-grid .bb-learndash-content-wrap, .learndash-theme.single-sfwd-courses .bb-grid .bb-learndash-content-wrap { padding-right: 10px; padding-left: 10px; } - .single-item.groups.courses .bb-single-course-sidebar, .learndash-theme.single-sfwd-courses .bb-single-course-sidebar { max-width: 100%; @@ -14804,12 +12975,10 @@ form#registerform { } } @media screen and (max-width: 640px) { - .single-item.groups.courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details, .learndash-theme.single-sfwd-courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details { margin: 0; } - .single-item.groups.courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-header, .learndash-theme.single-sfwd-courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-header { -webkit-box-orient: horizontal; @@ -14817,7 +12986,6 @@ form#registerform { -ms-flex-direction: row; flex-direction: row; } - .single-item.groups.courses .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading .ld-item-list-actions, .single-item.groups.courses .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading h2, .learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading .ld-item-list-actions, @@ -14826,13 +12994,11 @@ form#registerform { -ms-flex: none; flex: none; } - .single-item.groups.courses .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name, .learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name { width: -webkit-calc(100% - 18px); width: calc(100% - 18px); } - .single-item.groups.courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview, .learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview { -webkit-box-orient: horizontal; @@ -14840,18 +13006,15 @@ form#registerform { -ms-flex-direction: row; flex-direction: row; } - .single-item.groups.courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details, .learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details { margin-top: 0; margin-right: 0; } - .single-item.groups.courses .learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button, .learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button { width: 100px; } - .single-item.groups.courses .learndash-wrapper .ld-progress.ld-progress-inline .ld-progress-bar, .learndash-theme.single-sfwd-courses .learndash-wrapper .ld-progress.ld-progress-inline .ld-progress-bar { -webkit-box-ordinal-group: 3; @@ -14859,14 +13022,12 @@ form#registerform { order: 2; margin-bottom: 5px; } - .single-item.groups.courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress .ld-progress-stats, .learndash-theme.single-sfwd-courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress .ld-progress-stats { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } - .single-item.groups.courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled, .learndash-theme.single-sfwd-courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled { -webkit-box-orient: horizontal; @@ -14874,18 +13035,15 @@ form#registerform { -ms-flex-direction: row; flex-direction: row; } - .single-item.groups.courses .ld-item-list .ld-item-list-item .ld-item-name, .learndash-theme.single-sfwd-courses .ld-item-list .ld-item-list-item .ld-item-name { width: 100%; } - .single-item.groups.courses .ld-status-incomplete ~ .ld-item-title, .learndash-theme.single-sfwd-courses .ld-status-incomplete ~ .ld-item-title { width: -webkit-calc(100% - 60px); width: calc(100% - 60px); } - .single-item.groups.courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress, .learndash-theme.single-sfwd-courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress { width: -webkit-calc(100% - 120px); @@ -14893,27 +13051,23 @@ form#registerform { padding-bottom: 0; margin-left: 20px; } - .single-item.groups.courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled, .learndash-theme.single-sfwd-courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled { padding-bottom: 15px; } } @media screen and (max-width: 543px) { - .single-item.groups.courses .bb-about-instructor .bb-avatar-wrap, .learndash-theme.single-sfwd-courses .bb-about-instructor .bb-avatar-wrap { margin-bottom: 0; margin-left: 20px; } - .single-item.groups.courses .bb-instructor-wrap.flex, .learndash-theme.single-sfwd-courses .bb-instructor-wrap.flex { padding-bottom: 20px; } } @media screen and (max-width: 480px) { - .single-item.groups.courses .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title, .learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title { -webkit-box-align: start; @@ -14924,7 +13078,6 @@ form#registerform { -ms-flex-direction: column; flex-direction: column; } - .single-item.groups.courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-header, .learndash-theme.single-sfwd-courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-header { -webkit-box-orient: horizontal; @@ -14935,19 +13088,16 @@ form#registerform { -ms-flex-align: center; align-items: center; } - .single-item.groups.courses .learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview, .learndash-theme.single-sfwd-courses .learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview { padding: 16px 45px 16px 15px; } - .single-item.groups.courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details, .learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details { margin-top: 4px; } } @media screen and (max-width: 380px) { - .single-item.groups.courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-header, .learndash-theme.single-sfwd-courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-header { display: none; @@ -14955,7 +13105,6 @@ form#registerform { } @media (max-width: 992px) and (min-width: 820px) { - .learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress { width: -webkit-calc(100% - 120px); width: calc(100% - 120px); @@ -14983,7 +13132,6 @@ form#registerform { margin: 1em 0 5px; } } - .learndash-wrapper .ld-status-icon.ld-status-complete, .learndash-wrapper .ld-status-icon.ld-quiz-complete, .learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage { @@ -14991,7 +13139,7 @@ form#registerform { } .learndash-wrapper .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-item-title, -.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview .ld-topic-title::before, +.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview .ld-topic-title:before, .learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview .ld-topic-title, .learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-icon-arrow-down, .learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title .lms-is-locked-ico i, @@ -15002,7 +13150,6 @@ form#registerform { .learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name { color: var(--bb-headings-color); } - .learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name:hover { color: var(--bb-primary-color); } @@ -15010,8 +13157,7 @@ form#registerform { .learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview:hover { /* stylelint-disable max-line-length */ } - -.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview:hover .ld-topic-title::before .learndash-wrapper .ld-item-list-item-expanded .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-table-list-item-preview:hover .ld-item-title, +.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview:hover .ld-topic-title:before .learndash-wrapper .ld-item-list-item-expanded .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-table-list-item-preview:hover .ld-item-title, .learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview:hover .ld-topic-title { /* stylelint-enable */ color: var(--bb-primary-color); @@ -15020,7 +13166,6 @@ form#registerform { .learndash-wrapper .ld-item-list { /* stylelint-disable max-line-length */ } - .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview:hover .ld-item-details .ld-expand-button .ld-icon, .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview:hover a.ld-item-name .ld-item-title, .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview:hover .ld-item-name .ld-item-title .ld-item-components span { @@ -15038,7 +13183,7 @@ form#registerform { color: var(--bb-tooltip-color); } -#learndash-tooltips .ld-tooltip::after { +#learndash-tooltips .ld-tooltip:after { background-color: var(--bb-tooltip-background); } @@ -15047,17 +13192,14 @@ form#registerform { .learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon { background-color: inherit; } - .learndash-wrapper .ld-secondary-in-progress-icon { border-right-color: #dedfe2; border-top-color: #dedfe2; color: var(--bb-primary-color); } - .learndash-wrapper .ld-alert-warning .ld-alert-icon { background-color: transparent !important; } - .learndash-wrapper .ld-alert-warning .ld-alert-icon { color: inherit !important; } @@ -15065,3 +13207,110 @@ form#registerform { .single-item.groups.courses .site { overflow: hidden; } + +.wp-block-instructor-role-wisdm-instructor-products .mantine-MultiSelect-searchInput, +.wp-block-instructor-role-wisdm-instructor-products .mantine-Select-input, +.wp-block-instructor-role-wisdm-tabs .mantine-MultiSelect-searchInput, +.wp-block-instructor-role-wisdm-tabs .mantine-Select-input { + background-image: none; +} +.wp-block-instructor-role-wisdm-instructor-products .mantine-MultiSelect-searchInput:focus, +.wp-block-instructor-role-wisdm-instructor-products .mantine-Select-input:focus, +.wp-block-instructor-role-wisdm-tabs .mantine-MultiSelect-searchInput:focus, +.wp-block-instructor-role-wisdm-tabs .mantine-Select-input:focus { + outline: none; + box-shadow: none; +} +.wp-block-instructor-role-wisdm-instructor-products .mantine-TimeField-timeInput:focus, +.wp-block-instructor-role-wisdm-tabs .mantine-TimeField-timeInput:focus { + outline: none; + box-shadow: none; +} +.wp-block-instructor-role-wisdm-instructor-products button.mantine-Stepper-step:active, .wp-block-instructor-role-wisdm-instructor-products button.mantine-Stepper-step:focus, +.wp-block-instructor-role-wisdm-instructor-products button.mantine-Tabs-tab:active, +.wp-block-instructor-role-wisdm-instructor-products button.mantine-Tabs-tab:focus, +.wp-block-instructor-role-wisdm-tabs button.mantine-Stepper-step:active, +.wp-block-instructor-role-wisdm-tabs button.mantine-Stepper-step:focus, +.wp-block-instructor-role-wisdm-tabs button.mantine-Tabs-tab:active, +.wp-block-instructor-role-wisdm-tabs button.mantine-Tabs-tab:focus { + outline: none; + box-shadow: none; +} +.wp-block-instructor-role-wisdm-instructor-products button.mantine-NumberInput-control, +.wp-block-instructor-role-wisdm-tabs button.mantine-NumberInput-control { + border-radius: inherit; + border-right-color: var(--bb-content-border-color); +} + +.wp-block-instructor-role-wisdm-tabs .mantine-Checkbox-root .mantine-Checkbox-inner { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.wp-block-instructor-role-wisdm-tabs .mantine-Radio-root .mantine-Radio-inner { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.wp-block-instructor-role-wisdm-tabs input[type="checkbox"] { + width: inherit; + height: inherit; +} +.wp-block-instructor-role-wisdm-tabs input[type="radio"] { + width: 20px; + height: 20px; +} +.wp-block-instructor-role-wisdm-tabs .mantine-PasswordInput-innerInput { + border: 0; +} +.wp-block-instructor-role-wisdm-tabs .mantine-PasswordInput-innerInput:active, .wp-block-instructor-role-wisdm-tabs .mantine-PasswordInput-innerInput:focus { + outline: none; + box-shadow: none; +} +.wp-block-instructor-role-wisdm-tabs table.mantine-DateRangePicker-month { + border: 0; +} +.wp-block-instructor-role-wisdm-tabs button.mantine-PasswordInput-visibilityToggle:hover { + border: 0; + outline: none; + box-shadow: none; + color: inherit; +} +.wp-block-instructor-role-wisdm-tabs button.mantine-PasswordInput-visibilityToggle:active, .wp-block-instructor-role-wisdm-tabs button.mantine-PasswordInput-visibilityToggle:focus { + border: 0; + outline: none; + box-shadow: none; + background-color: transparent; + color: inherit; +} +.wp-block-instructor-role-wisdm-tabs .ir-courses-tabs .mantine-Button-root, +.wp-block-instructor-role-wisdm-tabs .ir-products-tabs .mantine-Button-root { + border: 0; + border-bottom: 1px solid transparent; +} +.wp-block-instructor-role-wisdm-tabs .ir-courses-tabs .mantine-Button-root.active, +.wp-block-instructor-role-wisdm-tabs .ir-products-tabs .mantine-Button-root.active { + border-bottom: 1px solid var(--bb-primary-color); +} +.wp-block-instructor-role-wisdm-tabs .ir-courses-tabs .mantine-Button-root:active, .wp-block-instructor-role-wisdm-tabs .ir-courses-tabs .mantine-Button-root:focus, +.wp-block-instructor-role-wisdm-tabs .ir-products-tabs .mantine-Button-root:active, +.wp-block-instructor-role-wisdm-tabs .ir-products-tabs .mantine-Button-root:focus { + outline: none; + box-shadow: none; +} + +.wp-block-instructor-role-dashboard-settings .ir-button-no-bg:active, .wp-block-instructor-role-dashboard-settings .ir-button-no-bg:focus { + box-shadow: none; +} diff --git a/web/app/themes/buddyboss-theme/assets/css-rtl/learndash.min.css b/web/app/themes/buddyboss-theme/assets/css-rtl/learndash.min.css index 1f603195..0e5c4642 100644 --- a/web/app/themes/buddyboss-theme/assets/css-rtl/learndash.min.css +++ b/web/app/themes/buddyboss-theme/assets/css-rtl/learndash.min.css @@ -1,5025 +1 @@ -html.quiz-sort,html.quiz-sort .site,html.quiz-sort body{overflow:initial} - -html.elementor-html body.bb-sfwd-aside{overflow:auto} - -.learndash-theme.post-type-archive-sfwd-lessons .post-grid>.hentry{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}@media screen and (max-width:1100px){ - -.learndash-theme.post-type-archive-sfwd-lessons .post-grid>.hentry{-webkit-box-flex:0;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%}}@media screen and (max-width:800px){ - -.learndash-theme.post-type-archive-sfwd-lessons .post-grid>.hentry{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:480px){ - -.learndash-theme.post-type-archive-sfwd-lessons .post-grid>.hentry{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}} - -.learndash-theme.post-type-archive-sfwd-lessons .post-grid>.hentry .entry-content{margin-bottom:0} - -.learndash-theme.post-type-archive-sfwd-lessons .post-grid>.hentry .entry-content p:last-child{margin-bottom:0} - -#learndash-page-content{background-color:var(--bb-content-background-color);border-bottom:1px solid var(--bb-content-border-color);padding:30px 100px 0;position:relative;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:-webkit-calc(100vh - 76px);min-height:calc(100vh - 76px)} - -#learndash-page-content.loading>.learndash-content-body{opacity:.2} - -#learndash-page-content.loading::after{font:400 normal normal 20px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\ef30";-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;width:20px;height:20px;position:absolute;z-index:102;margin-right:auto;margin-left:auto;right:0;left:0}@media screen and (max-width:1200px){ - -#learndash-page-content{padding:30px 60px 0}}@media screen and (max-width:992px){ - -#learndash-page-content{padding:30px 40px 0}}@media screen and (max-width:543px){ - -#learndash-page-content{padding:30px 20px 0}} - -#learndash-page-content .learndash_next_prev_link{margin-top:auto;display:-webkit-box;display:-ms-flexbox;display:flex;padding:30px 0} - -#learndash-page-content .learndash_next_prev_link a.next-link{margin-right:auto} - -#learndash-page-content .sfwd-course-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -#learndash-page-content .sfwd-course-nav .sfwd-course-expire{margin-left:20px;font-size:14px} - -#learndash-page-content .sfwd-course-nav .sfwd-course-expire i{color:var(--bb-alternate-text-color);margin-left:8px} - -#learndash-page-content .sfwd-course-nav .learndash_next_prev_link{margin-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0} - -#learndash-page-content .sfwd-course-nav .learndash_next_prev_link a{font-size:0;background-color:var(--bb-alternate-text-color);color:#fff} - -#learndash-page-content .sfwd-course-nav .learndash_next_prev_link a:hover{background-color:var(--bb-primary-color)} - -#learndash-page-content .sfwd-course-nav .learndash_next_prev_link a::after,#learndash-page-content .sfwd-course-nav .learndash_next_prev_link a::before{font-size:16px;padding-bottom:0;margin:0} - -#learndash-page-content .sfwd-course-nav .learndash_next_prev_link a.next-link{margin-right:auto} - -#learndash-page-content .sfwd-course-nav .learndash_next_prev_link span.empty-post{font-size:0;background-color:#d3d7db;color:#fff;opacity:.5;pointer-events:none} - -#learndash-page-content .sfwd-course-nav .learndash_next_prev_link span.empty-post::after,#learndash-page-content .sfwd-course-nav .learndash_next_prev_link span.empty-post::before{font-size:16px;padding-bottom:0;margin:0} - -#learndash-page-content .sfwd-course-nav .learndash_next_prev_link span.next-link{margin-right:auto} - -[dir=rtl] #learndash-page-content .sfwd-course-nav .learndash_next_prev_link{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row} - -[dir=rtl] #learndash-page-content .sfwd-course-nav .learndash_next_prev_link .next-link{border-radius:var(--bb-block-radius-inner) 0 0 var(--bb-block-radius-inner)} - -[dir=rtl] #learndash-page-content .sfwd-course-nav .learndash_next_prev_link .next-link::after{content:"\e8ab"} - -[dir=rtl] #learndash-page-content .sfwd-course-nav .learndash_next_prev_link .prev-link{border-radius:0 var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0} - -[dir=rtl] #learndash-page-content .sfwd-course-nav .learndash_next_prev_link .prev-link::before{content:"\e827"} - -#learndash-page-content .bb-lms-secondary-header>span{text-transform:uppercase;font-size:12px} - -#learndash-page-content .bb-lms-secondary-header h1{line-height:1.2;font-weight:700;font-size:36px;margin:0} - -#learndash-page-content .bb-lms-secondary-header p#learndash_next_prev_link{font-size:13px;margin-bottom:0} - -.sfwd-lessons-template-default #learndash-page-content #learndash-content .lms-topic-sidebar-wrapper,.sfwd-quiz-template-default #learndash-page-content #learndash-content .lms-topic-sidebar-wrapper,.sfwd-topic-template-default #learndash-page-content #learndash-content .lms-topic-sidebar-wrapper{display:none} - -.sfwd-lessons-template-default #learndash-page-content #learndash-content #learndash-page-content,.sfwd-quiz-template-default #learndash-page-content #learndash-content #learndash-page-content,.sfwd-topic-template-default #learndash-page-content #learndash-content #learndash-page-content{min-height:inherit;padding:0;border:0} - -.sfwd-lessons-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap,.sfwd-quiz-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap,.sfwd-topic-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap{padding:0;margin:0} - -.sfwd-lessons-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap>div,.sfwd-quiz-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap>div,.sfwd-topic-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap>div{padding:0;margin:0} - -.sfwd-lessons-template-default #learndash-page-content #learndash-content #learndash-page-content #learndash-course-header,.sfwd-quiz-template-default #learndash-page-content #learndash-content #learndash-page-content #learndash-course-header,.sfwd-topic-template-default #learndash-page-content #learndash-content #learndash-page-content #learndash-course-header{display:none} - -.sfwd-lessons-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap #comments.comments-area,.sfwd-lessons-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap .ld-focus-comments,.sfwd-quiz-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap #comments.comments-area,.sfwd-quiz-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap .ld-focus-comments,.sfwd-topic-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap #comments.comments-area,.sfwd-topic-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap .ld-focus-comments{display:none} - -#learndash_lesson_topics_list>div,#learndash_lessons,#learndash_profile,#learndash_quizzes{background-color:transparent;border:0;border-radius:0;box-shadow:none;margin-bottom:0} - -body.bb-buddypanel.bb-sfwd-aside .site-header .bb-toggle-panel{display:inherit;margin-right:-18px} - -body.bb-buddypanel.bb-sfwd-aside.buddypanel-toggle-off .site-header .bb-toggle-panel{display:none} - -body.bb-buddypanel.bb-sfwd-aside .header-aside-inner .bb-toggle-panel{display:none} - -body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .site-header .site-header-container>.bb-toggle-panel{display:none} - -body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .site-header .site-header-container{padding-right:0} - -body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .header-3 .header-aside-inner .bb-toggle-panel{margin-left:0} - -body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .header-aside-inner .bb-toggle-panel{display:inline-block;padding-right:20px;margin:0;margin-left:-18px;-webkit-transition:opacity .1s;transition:opacity .1s} - -body.bb-buddypanel.bb-sfwd-aside .site-header .site-header-container:not(.header-3) #header-aside .bb-toggle-panel i{color:inherit} - -body.bb-buddypanel.bb-sfwd-aside.buddypanel-open:not(.buddypanel-header) .site-header .bb-toggle-panel{visibility:hidden;opacity:0} - -body.bb-buddypanel.bb-sfwd-aside.buddypanel-header .site-header .bb-toggle-panel{margin-right:-18px} - -body.bb-buddypanel.bb-sfwd-aside.buddypanel-header.bb-buddypanel-right .site-header .bb-toggle-panel{margin-right:0} - -body.bb-buddypanel.bb-sfwd-aside:not(.buddypanel-open) .buddypanel .bb-toggle-panel{visibility:hidden;opacity:0} - -.bb-sfwd-aside .site-header:not(.site-header--elementor){position:fixed} - -.bb-sfwd-aside .site-header{width:100%;z-index:610;-webkit-transition:all .2s;transition:all .2s}@media screen and (min-width:800px){ - -.bb-buddypanel.buddypanel-open.bb-sfwd-aside .site-header:not(.site-header--elementor){width:-webkit-calc(100% - 230px);width:calc(100% - 230px);-webkit-transition:all .2s;transition:all .2s}} - -.bb-sfwd-aside .elementor-header+.site-content{padding-top:0!important} - -body.bb-sfwd-aside .footer-container .container,body.bb-sfwd-aside .site-header .container{max-width:100%} - -body.bb-sfwd-aside .site-header .container{max-width:100%;margin-left:0} - -body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head{height:0} - -body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel{display:none} - -.bb-sfwd-aside .elementor.elementor-location-footer{display:none} - -.bb-sfwd-aside .site-content .container{max-width:100%;padding-right:0;padding-left:0} - -.bb-sfwd-aside .site-content .container>.grid{margin-right:0;margin-left:0} - -.bb-sfwd-aside .site-content .container .grid-cell:not(.no-gutter),.bb-sfwd-aside .site-content .container .grid>:not(.no-gutter){padding-right:0;padding-left:0} - -.bb-sfwd-aside .site-content .container .container-full{width:100%;margin-right:0;margin-left:0;right:0;left:0} - -.bb-sfwd-aside .site-content .container .content-area{padding-bottom:0;padding-top:0} - -.bb-sfwd-aside .header-aside{margin-right:auto} - -.single-sfwd-courses.has-sidebar #primary,.single-sfwd-lessons.has-sidebar #primary,.single-sfwd-quiz.has-sidebar #primary,.single-sfwd-topic.has-sidebar #primary{max-width:100%} - -.site-branding.ld-brand-logo img{max-height:100%;padding:10px 0} - -.site-header-container .site-branding.ld-brand-logo{min-width:inherit} - -.buddypanel-header .buddypanel .site-branding.ld-brand-logo{padding-left:0;margin-top:10px;margin-bottom:10px} - -.buddypanel-header .buddypanel .site-branding.ld-brand-logo img{padding:0;margin:0 auto} - -.lms-topic-sidebar-wrapper.lms-topic-sidebar-close.md-grid-1-3{-webkit-box-flex:0;-ms-flex:0 0 0%;flex:0 0 0%;opacity:0} - -.ld-course-navigation .bb-toggle-panel{margin-left:10px;position:relative;top:4px;color:var(--bb-sidenav-links);font-size:24px} - -.ld-course-navigation .bb-toggle-panel .bb-icon-menu-left{font-size:24px} - -.ld-course-navigation .bb-toggle-panel+.bb-toggle-panel{display:none}@media (max-width:799px){ - -.ld-course-navigation .bb-toggle-panel{display:none}} - -.lms-topic-sidebar-wrapper .bb-elementor-header-items{display:none} - -.single-sfwd-quiz .learndash-content-body .bb-elementor-header-items+.learndash-wrapper{padding-top:30px} - -.learndash-content-body{position:relative} - -.learndash-content-body .bb-elementor-header-items{position:absolute;left:0;z-index:2} - -.learndash-content-body .bb-elementor-header-items a{margin-right:10px} - -.learndash-content-body .bb-elementor-header-items i{font-size:16px} - -.lms-side-panel-close .bb-elementor-header-items{left:30px} - -.lms-side-panel-close .bb-elementor-header-items .header-minimize-link{display:inline-block} - -.learndash+.page-links{font-size:14px;padding:3px 20px} - -.learndash+.page-links .post-page-numbers{padding:0 3px} - -.learndash-wrapper a.bbp-topic-reply-link{color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)!important} - -.learndash-wrapper a.bbp-topic-reply-link:hover{color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)!important} - -.learndash-wrapper .ld-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-bottom:1px solid var(--bb-primary-button-border-regular)!important;border-radius:var(--bb-button-radius)} - -.learndash-wrapper .ld-button:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.learndash-wrapper .ld-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);border-bottom:1px solid var(--bb-primary-button-border-hover)!important;opacity:1} - -.learndash-wrapper .ld-button.ld-login-button{font-size:inherit;font-weight:inherit} - -.learndash-course-grid-filter input[type=range]::-webkit-slider-runnable-track{border-radius:var(--bb-block-radius-inner)!important} - -.learndash-course-grid-filter .range-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 -2px} - -.learndash-course-grid-filter .range-wrapper input[type=range]{margin-left:2px;margin-right:2px}@media screen and (min-width:800px){ - -.sfwd-single-sidebar-right:not(.single-sfwd-courses) #learndash-content>.bb-grid{-ms-flex-flow:row-reverse;flex-flow:row-reverse}}@media screen and (min-width:800px){ - -.single-sfwd-lessons.bb-buddypanel .site-content,.single-sfwd-quiz.bb-buddypanel .site-content,.single-sfwd-topic.bb-buddypanel .site-content{padding:0 10px}} - -.bb-courses-header{margin-bottom:2rem} - -.bb-courses-header .bb-title{font-size:28px;margin:0}@media (max-width:375px){ - -.bb-courses-header .bb-title{font-size:28px;margin-left:10px}} - -.bb-courses-header .bs-dir-search{margin-right:auto;margin-bottom:0;margin-left:0} - -.ld-secondary-header .bb-secondary-list-tabs{margin:25px 0 20px} - -.bb-courses-directory .grid-filters{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:start;align-self:flex-start;font-size:21px;height:36px} - -.bb-courses-directory .grid-filters a{color:var(--bb-headings-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:5px;padding-left:5px;opacity:.4;-webkit-transition:.3s all;transition:.3s all} - -.bb-courses-directory .grid-filters a:hover{color:var(--bb-headings-color);opacity:1} - -.bb-courses-directory .grid-filters a i{font-size:24px} - -.bb-courses-directory .grid-filters .active{opacity:1} - -.bb-courses-directory .bp-navs{margin-bottom:15px} - -.bb-courses-directory .bp-navs li{float:right;padding-left:30px} - -.bb-courses-directory .bp-navs li a{padding:0 0 15px} - -.bb-courses-directory .bp-navs .selected .count{background-color:var(--bb-primary-color)} - -.bb-courses-directory .bs-sort-button i{font-size:22px} - -.bb-courses-directory .select-wrap{margin:0} - -.bb-courses-directory .select-wrap select{height:36px;font-size:14px;outline:0} - -.bb-courses-directory .sfwd-courses-filters .select-wrap select{margin-left:12px} - -.bb-grid #course-dir-list{margin-top:10px} - -.bb-course-items{list-style:none;-ms-flex-flow:row wrap;flex-flow:row wrap} - -.bb-course-items:not(.bb-grid){margin:0} - -.bb-course-items .bb-course-item-wrap{margin-bottom:20px} - -.bb-course-items .bb-course-cover{overflow:hidden;position:relative} - -.bb-course-items .bb-cover-wrap{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0;padding-top:52%} - -.bb-course-items .bb-cover-list-item{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);height:100%;padding-bottom:0;-webkit-transition:.2s box-shadow;transition:.2s box-shadow;position:relative;overflow:hidden} - -.bb-course-items .bb-cover-list-item.bb-course-paid{padding-bottom:35px} - -.bb-course-items .bb-cover-list-item:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1);z-index:1} - -.bb-course-items .bb-cover-list-item .course-fee{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.bb-course-items .bs-timestamp{font-size:14px;color:#939597;letter-spacing:-.24px;line-height:22px;position:absolute;bottom:20px} - -.bb-course-items .forums-meta span{background:rgba(18,43,70,.1)} - -.bb-course-items .bb-cover-wrap::after{display:none} - -.bb-course-items .forums-meta{margin-bottom:12px} - -.bb-course-items .bb-course-excerpt{color:var(--bb-alternate-text-color)} - -.bb-course-items .course-progress-wrap{position:relative;z-index:1;margin:0 0 20px;line-height:1} - -.bb-course-items .start-course-completion-rate{font-size:11px;margin-top:12px;text-transform:uppercase} - -.bb-course-items .course-progress{margin:0;height:4px;background:var(--bb-content-border-color)} - -.bb-course-items .course-progress-bar{background:var(--bb-primary-color);height:4px;width:auto} - -.bb-course-items .bb-card-course-details--hasAccess .bb-course-excerpt{display:none} - -.bb-course-items .bb-course-excerpt{font-size:13px;color:var(--bb-alternate-text-color);line-height:1.384;display:block;display:-webkit-box;max-height:2.72em;margin:-3px 0 20px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis} - -.bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}@media screen and (max-width:1200px){ - -.bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}}@media screen and (max-width:820px){ - -.bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:480px){ - -.bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}} - -.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}@media screen and (max-width:1200px){ - -.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (min-width:800px) and (max-width:900px){ - -.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media screen and (max-width:480px){ - -.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}} - -.bb-course-items.list-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-course-items.list-view .bb-cover-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0} - -.bb-course-items.list-view .bb-course-cover{-webkit-box-flex:0;-ms-flex:0 0 240px;flex:0 0 240px}@media screen and (max-width:1040px){ - -.bb-course-items.list-view .bb-course-cover{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px}}@media screen and (max-width:460px){ - -.bb-course-items.list-view .bb-course-cover{-webkit-box-flex:0;-ms-flex:0 0 140px;flex:0 0 140px}}@media screen and (max-width:375px){ - -.bb-course-items.list-view .bb-course-cover{-webkit-box-flex:0;-ms-flex:0 0 110px;flex:0 0 110px}} - -.bb-course-items.list-view .bb-card-course-details{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-bottom:16px} - -.bb-course-items.list-view .bb-cover-wrap{border-radius:0 var(--bb-block-radius) var(--bb-block-radius) 0;padding-top:70%;height:100%}@media screen and (max-width:1040px){ - -.bb-course-items.list-view .bb-cover-wrap{padding-top:78%}} - -.bb-course-items.list-view .bb-course-footer{-ms-flex-flow:column-reverse;flex-flow:column-reverse;bottom:auto;top:16px;width:auto;right:auto;left:0}@media screen and (max-width:1040px){ - -.bb-course-items.list-view .bb-course-footer{position:static;padding:15px 0 0}} - -.bb-course-items.list-view .bb-course-footer del{margin-left:0;margin-top:8px} - -.bb-course-items.list-view .bb-course-title,.bb-course-items.list-view .course-lesson-count{max-width:80%} - -.bb-course-items.list-view .course-progress-wrap{max-width:450px} - -.has-sidebar .bb-course-items.list-view .course-progress-wrap{max-width:320px} - -.bb-course-items .course-completion-rate,.bb-learndash-wrapper.bb-course-item-wrap .course-completion-rate,.group_courses .course-completion-rate{display:block;margin-top:10px} - -.bb-course-items .ld-progress-stats,.bb-learndash-wrapper.bb-course-item-wrap .ld-progress-stats,.group_courses .ld-progress-stats{font-size:12px;font-weight:500;line-height:1;letter-spacing:-.24px;display:block;margin-top:10px;color:var(--bb-alternate-text-color)} - -.bb-course-items .ld-progress-stats .ld-progress-steps,.bb-learndash-wrapper.bb-course-item-wrap .ld-progress-stats .ld-progress-steps,.group_courses .ld-progress-stats .ld-progress-steps{margin-top:5px;display:block} - -.ld-progress-stats span.ld-progress-steps__unit{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex} - -.grid-view .bb-card-course-details .course-progress-wrap:nth-last-child(2){margin:0 0 10px} - -.bb-course-footer{position:absolute;bottom:20px;width:100%;right:0;padding:0 20px;font-weight:500;font-size:20px;line-height:1;color:var(--bb-headings-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end} - -.bb-course-footer del{font-size:15px;font-weight:400;color:#939597;margin-left:5px} - -.bb-card-course-details{padding:16px 20px 10px} - -.grid-view .bb-card-course-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -#page .bb-course-title{font-size:22px;line-height:1.24;margin:0 0 10px} - -#page .bb-course-title.bb-course-title-with-review{padding-bottom:35px;position:relative} - -#page .bb-course-title.bb-course-title-with-review .ratings-after-title{position:absolute;right:0;left:0;bottom:5px} - -#page .bb-course-title a{color:inherit;display:block;display:-webkit-box;max-height:2.7em;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis} - -#page .bb-course-title a:hover{color:var(--bb-primary-color)} - -#page .bb-course-title .lms-category{display:block;font-size:12px;text-transform:uppercase;margin-bottom:20px;font-weight:400} - -#page .bb-course-title .lms-title{display:block;font-size:20px} - -.bb-course-meta{font-size:13px;font-weight:300;color:var(--bb-alternate-text-color);letter-spacing:-.24px;line-height:1;margin-bottom:15px;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} - -.bb-course-meta .item-avatar{max-width:28px;margin-left:10px} - -.bb-course-meta .item-avatar img{border-radius:50%} - -.bb-course-meta strong{font-size:13px;font-weight:500;letter-spacing:-.24px;margin:0} - -.bb-course-meta strong a{color:var(--bb-headings-color)} - -.bb-course-meta strong a:hover{color:var(--bb-primary-color)} - -.list-view .bb-course-meta .item-avatar img{max-width:100%} - -.course-lesson-count{font-size:13px;color:var(--bb-alternate-text-color);line-height:1;margin-bottom:8px;font-weight:300} - -.bb-course-categories{font-size:12px;font-weight:500;color:var(--bb-headings-color);letter-spacing:.25px;line-height:1;margin-bottom:10px;text-transform:uppercase} - -.bb-course-excerpt{margin-bottom:20px;opacity:.8;font-size:16px;letter-spacing:-.24px;line-height:27px} - -.bb-cover-list-item .sfwd-type-tag{position:absolute;z-index:9;top:15px;background-color:var(--bb-primary-color);border-radius:15px 0 0 15px;color:#fff;text-align:center;padding:5px 12px;text-transform:uppercase;font-size:11px;line-height:1;letter-spacing:.23px} - -.bb-cover-list-item .progress-continue{background-color:#0b8ac7} - -.bb-cover-list-item .sfwd-type-free{background-color:#0bc1c7} - -.bb-cover-list-item .progress-empty{background-color:#dbbe1a} - -.bb-cover-list-item .progress-completed{background-color:#aac70b} - -.bb-cover-list-item .sfwd-type-closed{background-color:#9c9c9c} - -.bb-cover-list-item .sfwd-type-purchase{background-color:#0bc77a} - -.bb-cover-list-item .sfwd-type-unlock{background-color:var(--bb-primary-color);z-index:10} - -.bb-cover-list-item .ld-status{position:absolute;z-index:9;top:15px;background-color:var(--bb-primary-color);border-radius:15px 0 0 15px;color:#fff;text-align:center;padding:5px 12px;text-transform:uppercase;font-size:11px;line-height:1;letter-spacing:.23px} - -.bb-cover-list-item .bb-course-cover .bb-cover-wrap .ld-status{border-radius:15px 0 0 15px;height:auto} - -.bb-cover-list-item .ld-primary-background{background-color:var(--bb-primary-color)} - -.bb-cover-list-item .ld-status-complete.ld-secondary-background{background-color:var(--bb-success-color)} - -.bb-cover-list-item .ld-secondary-background{background-color:#aac70b} - -.bb-cover-list-item .ld-third-background{background-color:#dbbe1a} - -.bb-course-step{min-width:auto;margin-right:auto} - -.bb-course-step .sfwd-price-unlock{color:var(--bb-alternate-text-color)} - -.bb-course-step .sfwd-price-unlock:hover{color:var(--bb-primary-color)} - -.bb-course-step .sfwd-price-unlock i{font-size:22px} - -.bb-list-card-data .bb-course-step{min-width:140px} - -.bb-list-card-data .bb-course-step a.button{width:100%} - -.bb-list-card-data .bb-course-step a.button.sfwd-price-closed,.bb-list-card-data .bb-course-step a.button.sfwd-price-closed:hover{color:#dedfe2;border-color:#dedfe2} - -span.bb-course-price{font-size:22px;font-weight:400;color:var(--bb-headings-color);letter-spacing:0;text-align:left;line-height:1.22} - -.sfwd-courses-filters{-ms-flex-flow:row wrap;flex-flow:row wrap} - -.component-navigation.courses-nav{margin:0} - -.component-navigation.courses-nav li{position:relative;list-style:none;margin-left:5px} - -.component-navigation.courses-nav .bb-icon-loader{position:absolute;left:4px;top:2px;font-size:20px} - -.bb-template-v2 .component-navigation.courses-nav .bb-icon-loader{font-size:14px;line-height:1;top:5px} - -.bb-template-v1 .bb-lms-pagination{padding:10px 0;text-align:left} - -.bb-template-v1 .bb-lms-pagination>*{display:inline-block;font-size:13px} - -.bb-template-v1 .bb-lms-pagination a.next.page-numbers,.bb-template-v1 .bb-lms-pagination a.prev.page-numbers{font-size:0}@media screen and (min-width:800px) and (max-width:992px){ - -.ld-secondary-header .bs-secondary-list-tabs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.sfwd-courses-filters{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin-left:15px} - -.sfwd-courses-filters .select-wrap{width:100%;margin-bottom:5px} - -.sfwd-courses-filters select{width:100%}}@media screen and (max-width:610px){ - -.bb-secondary-list-tabs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.sfwd-courses-filters{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin-left:15px} - -.sfwd-courses-filters .select-wrap{width:100%;margin-bottom:5px} - -.sfwd-courses-filters select{width:100%}} - -.single.single-sfwd-courses .content-area{padding-top:0} - -.bb-learndash-banner{background-color:var(--bb-cover-image-background-color);overflow:hidden;padding:0 44px} - -.bb-learndash-banner::before{content:"";opacity:.4;background-color:var(--bb-headings-color);background-image:-webkit-linear-gradient(-270deg,rgba(0,0,0,0) 4%,#000 100%);background-image:linear-gradient(180deg,rgba(0,0,0,0) 4%,#000 100%);position:absolute;height:100%;width:100%;top:0;right:0;z-index:1} - -.bb-learndash-banner .banner-img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover} - -.bb-course-banner-info{padding-top:30px;padding-bottom:30px;position:relative;z-index:2} - -.bb-course-banner-info .bb-enroll-widget{-ms-flex-item-align:center;align-self:center} - -.bb-learndash-full-area .bb-course-banner-inner{max-width:100%;width:100%} - -.bb-learndash-full-area .bb-learndash-content-wrap{max-width:100%} - -.bb-learndash-full-area .bb-single-course-sidebar{display:none} - -.bb-learndash-side-area .bb-course-banner-inner{max-width:-webkit-calc(100% - 480px);max-width:calc(100% - 480px);width:-webkit-calc(100% - 480px);width:calc(100% - 480px)}@media screen and (max-width:1200px){ - -.bb-learndash-side-area .bb-course-banner-inner{max-width:-webkit-calc(100% - 400px);max-width:calc(100% - 400px);width:-webkit-calc(100% - 400px);width:calc(100% - 400px)}}@media screen and (max-width:992px){ - -.bb-learndash-side-area .bb-course-banner-inner{max-width:-webkit-calc(100% - 350px);max-width:calc(100% - 350px);width:-webkit-calc(100% - 350px);width:calc(100% - 350px)}}@media screen and (max-width:880px){ - -.bb-learndash-side-area .bb-course-banner-inner{max-width:-webkit-calc(100% - 320px);max-width:calc(100% - 320px);width:-webkit-calc(100% - 320px);width:calc(100% - 320px)}}@media screen and (max-width:820px){ - -.bb-learndash-side-area .bb-course-banner-inner{max-width:100%;width:100%} - -.bb-single-course-sidebar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}} - -.bb-course-banner-inner{color:#fff;padding-top:70px} - -.bb-course-banner-inner .bb-course-category{font-size:14px;color:inherit;letter-spacing:.61px;text-transform:uppercase;margin-bottom:5px} - -.bb-course-banner-inner .bb-course-category .course-category-item{display:inline-block;padding-left:5px} - -.bb-course-banner-inner .bb-course-category .course-category-item a{color:#fff} - -.bb-course-banner-inner .bb-course-category .course-category-item a:hover{color:#fff} - -.bb-course-banner-inner .bb-course-category .course-category-item:last-of-type>span{display:none} - -.bb-course-banner-inner h1.entry-title{font-size:48px;color:inherit;line-height:1.25;margin-bottom:15px} - -.bb-course-banner-inner .avatar{border-radius:50%;margin-left:12px;max-width:38px} - -.bb-course-banner-inner .author-name{font-size:14px;color:#fff;letter-spacing:-.24px} - -.bb-course-banner-inner span.meta-saperator{color:#fff;margin:0 15px;display:none} - -.bb-course-banner-inner .bb-course-single-meta>a+span.meta-saperator{display:inline-block} - -.bb-course-banner-inner .course-date{font-size:13px;color:rgba(255,255,255,.8);letter-spacing:-.19px} - -.bb-course-banner-inner .course-completion-rate{opacity:.8;font-size:12px;font-weight:500;color:#fff;display:block;margin-bottom:-10px} - -.bb-course-banner-inner .course-progress{margin:0;height:3px;background:rgba(238,240,243,.4);border-radius:12px} - -.bb-course-banner-inner .course-progress-bar{background:#fff;height:3px;width:auto} - -.bb-course-banner-inner .course-progress-inner{border-radius:0} - -.bb-course-banner-inner .course-progress-inner .course-progress-bar{border-radius:3px} - -.course-progress-inner{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;border-radius:50px;overflow:hidden} - -.bb-course-points{margin-bottom:35px} - -.bb-course-points a.anchor-course-points{color:#fff;font-size:15px;font-weight:500} - -.bb-course-points a.anchor-course-points i{margin-right:10px} - -.bb-course-single-meta{margin-bottom:40px} - -.bb-course-single-meta.bb_single_meta_off{margin-bottom:0} - -#btn-join,.bb-single-course-sidebar #btn-join,.bb-single-course-sidebar .btn-join,.bb-single-course-sidebar a.btn-advance,.btn-join,.learndash-wrapper a.button:not(.outline){border-bottom:1px solid var(--bb-primary-button-border-regular)!important} - -#btn-join:hover,.bb-single-course-sidebar #btn-join:hover,.bb-single-course-sidebar .btn-join:hover,.bb-single-course-sidebar a.btn-advance:hover,.btn-join:hover,.learndash-wrapper a.button:not(.outline):hover{border-bottom:1px solid var(--bb-primary-button-border-hover)!important} - -#btn-join,.btn-join{padding:10px 20px;border-radius:var(--bb-button-radius);width:100%;max-width:100%;display:inline-block;text-align:center;font-size:15px;line-height:1.3;-webkit-transition:all linear .2s;transition:all linear .2s;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-bottom:1px solid var(--bb-primary-button-border-regular)!important} - -#btn-join:focus,.btn-join:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -#btn-join:hover,.btn-join:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover);border-bottom:1px solid var(--bb-primary-button-border-hover)!important} - -.learndash-wrapper #btn-join,.learndash-wrapper .btn-join{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);font-size:15px;font-weight:inherit} - -.learndash-wrapper #btn-join:focus,.learndash-wrapper .btn-join:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.learndash-wrapper #btn-join:hover,.learndash-wrapper .btn-join:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -a.btn-join{margin-bottom:2rem} - -#learndash-course-overview{margin-top:30px} - -.learndash_course_materials{margin:50px 0} - -#learndash-course-content{margin-top:50px} - -.bb-course-preview-wrap{margin:0 -30px;border-radius:5px 5px 0 0;overflow:hidden;position:relative;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} - -.bb-course-banner-info .bb-course-preview-wrap{border-radius:5px;margin:0 auto;max-width:380px} - -.bb-course-preview-wrap img{position:absolute;top:0;bottom:0;right:-2px;left:-2px;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover} - -.bb-preview-course-link-wrap{position:relative;padding:68px 0;color:#fff} - -.bb-course-preview-wrap.bb-thumbnail-preview .bb-preview-course-link-wrap{padding:0} - -.thumbnail-container{height:0;padding-bottom:56.25%;position:relative;z-index:1;background-color:var(--bb-cover-image-background-color)} - -.learndash .fluid-width-video-wrapper{max-width:100%;margin-top:0} - -.thumbnail-container-img .bb-course-video-overlay{display:none} - -.bb-course-video-overlay{position:absolute;z-index:2;color:#fff;text-align:center;width:100%;height:100%;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-transition:all linear .2s;transition:all linear .2s} - -.bb-course-video-overlay>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;z-index:3;margin:50px auto;font-size:13px;font-weight:500;text-shadow:0 1px 1px rgba(0,0,0,.3)} - -.bb-course-video-overlay .bb-course-play-btn-wrapper{width:60px;height:60px;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.bb-course-video-overlay .bb-course-play-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:50px;height:50px;background-color:rgba(248,248,248,.7);border-radius:100%;margin:auto;-webkit-transition:all linear .2s;transition:all linear .2s} - -.bb-course-video-overlay .bb-course-play-btn::after{display:inline-block;position:relative;right:1px;margin:auto;-webkit-transition:all linear .2s;transition:all linear .2s;content:"\ee0b";font-family:bb-icons;font-size:18px;font-weight:300;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--bb-body-text-color)} - -.bb-course-video-overlay .bb-course-play-btn:hover::after{border-color:transparent var(--bb-primary-color) transparent transparent} - -.bb-course-video-overlay:hover{background-color:rgba(0,0,0,.1)} - -.bb-course-video-overlay:hover .bb-course-play-btn{width:60px;height:60px;background-color:rgba(248,248,248,.9)} - -.bb-course-video-overlay:hover .bb-course-play-btn::after{border-color:transparent var(--bb-primary-color) transparent transparent} - -.bb-modal.bb_course_video_details{padding:10px;max-height:-webkit-calc(100vh - 20px);max-height:calc(100vh - 20px);-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto} - -.bb-modal.bb_course_video_details .fluid-width-video-wrapper iframe{max-height:-webkit-calc(100vh - 140px);max-height:calc(100vh - 140px)} - -.bb-modal.bb_course_video_details button.mfp-close{width:30px;height:30px;line-height:32px;top:15px;left:15px;background-color:#fff}@media screen and (max-width:800px){ - -.bb-modal.bb_course_video_details{padding:10px} - -.bb-modal.bb_course_video_details .fluid-width-video-wrapper iframe{max-height:-webkit-calc(100vh - 100px);max-height:calc(100vh - 100px)} - -.bb-modal.bb_course_video_details button.mfp-close{top:7px;left:7px}}@media screen and (max-width:544px){ - -.bb-modal.bb_course_video_details{padding:20px} - -.bb-modal.bb_course_video_details .fluid-width-video-wrapper iframe{max-height:-webkit-calc(100vh - 60px);max-height:calc(100vh - 60px)} - -.bb-modal.bb_course_video_details button.mfp-close{width:18px;height:18px;line-height:20px;top:3px;left:3px;font-size:120%}} - -a.bb-preview-course-link{display:block;text-align:center} - -a.bb-preview-course-link span{color:#fff;display:block;margin-top:8px;text-align:center} - -.bb-course-member-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 10px} - -.bb-single-course-sidebar .bb-course-member-wrap{padding-top:20px;padding-bottom:20px} - -.bb-single-course-sidebar .bb-course-member-wrap+.bb-course-status-wrap .bb-course-status-content{padding-top:0} - -.bb-single-course-sidebar .bb-course-status-wrap .bb-course-status-content{padding-top:20px;padding-bottom:0} - -.learndash-wrapper .bb-single-course-sidebar .ld-status{background-color:var(--bb-content-alternate-background-color);border-radius:var(--bb-button-radius);color:var(--bb-body-text-color)} - -.bb-single-course-sidebar .widget{box-shadow:0 32px 54px 0 rgba(0,0,0,.1);border-radius:var(--bb-block-radius);border:0;padding:0 30px;overflow:hidden;background-color:transparent} - -.bb-single-course-sidebar .bb-button-wrap{margin-bottom:0;padding-top:10px;padding-bottom:20px;text-align:center} - -.bb-single-course-sidebar .bb-button-wrap:empty{display:none} - -.bb-single-course-sidebar .bb-button-wrap .learndash_checkout_buttons{padding-bottom:0;padding-top:0;margin:0;margin-bottom:10px} - -.bb-single-course-sidebar .bb-button-wrap .learndash_checkout_buttons .ppalholder{display:none} - -.bb-single-course-sidebar .bb-button-wrap .learndash_join_button{padding-bottom:0;padding-top:0;margin-bottom:10px;margin-top:0} - -.bb-single-course-sidebar .bb-button-wrap .learndash_join_button.btn-advance-completed{display:none} - -.bb-single-course-sidebar .bb-button-wrap>a.btn-join{display:inline-block;text-align:center;margin-bottom:10px} - -.bb-single-course-sidebar .bb-button-wrap .bb-course-type{display:inline-block;color:var(--bb-alternate-text-color)} - -.bb-single-course-sidebar .bb-button-wrap .ld-status+.bb-course-type,.bb-single-course-sidebar .bb-button-wrap .learndash_checkout_buttons+.bb-course-type,.bb-single-course-sidebar .bb-button-wrap .learndash_join_button+.bb-course-type,.bb-single-course-sidebar .bb-button-wrap>a.btn-join+.bb-course-type{margin-top:10px} - -.bb-single-course-sidebar .bb-button-wrap .bb-course-type.bb-course-type-paynow{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex} - -.bb-single-course-sidebar .bb-course-member-wrap+.bb-button-wrap{padding-top:0} - -.bb-single-course-sidebar h4{font-size:13px;color:var(--bb-headings-color);letter-spacing:.5px;margin:0;padding-bottom:15px;text-transform:uppercase} - -.bb-single-course-sidebar .bb-course-volume-list{list-style:none;margin:0;padding:0 0 30px} - -.bb-single-course-sidebar .bb-course-volume-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:15px} - -.bb-single-course-sidebar .bb-course-volume-list li i{margin-left:12px;font-size:18px;max-width:18px;position:relative;top:1px} - -.bb-single-course-sidebar #btn-join,.bb-single-course-sidebar .btn-join{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);width:100%;font-size:14px;font-weight:400} - -.bb-single-course-sidebar #btn-join:focus,.bb-single-course-sidebar .btn-join:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.bb-single-course-sidebar #btn-join:hover,.bb-single-course-sidebar .btn-join:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover);opacity:1} - -.bb-single-course-sidebar #btn-join.jq-dropdown-open,.bb-single-course-sidebar .btn-join.jq-dropdown-open{background-color:var(--bb-primary-button-background-regular)!important} - -.bb-single-course-sidebar #btn-join.btn-disabled,.bb-single-course-sidebar .btn-join.btn-disabled{background-color:var(--bb-primary-button-background-regular);opacity:.5;pointer-events:none} - -.bb-single-course-sidebar a.btn-advance{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);width:100%;-webkit-transition:all linear .2s;transition:all linear .2s;font-size:14px;display:inline-block;padding:10px 19px;line-height:1.471} - -.bb-single-course-sidebar a.btn-advance:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.bb-single-course-sidebar a.btn-advance:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -.bb-single-course-sidebar a.btn-advance:focus{box-shadow:var(--bb-primary-button-focus-shadow)!important} - -.bb-single-course-sidebar .btn-advance-disable a.btn-advance{opacity:.5;pointer-events:none} - -.bb-single-course-sidebar .btn-advance-completed a.btn-advance{background-color:#f5f5f5;color:var(--bb-alternate-text-color);pointer-events:none;cursor:default} - -.bb-single-course-sidebar .btn-advance-completed a.btn-advance:hover{box-shadow:none} - -.bb-course-members{display:inline-block;margin-left:12px} - -.bb-course-members img{border:1px solid #fff;max-width:28px;display:inline-block;margin-left:-8px;position:relative;z-index:3;border-radius:50%;float:right} - -.bb-learndash-content-wrap{padding-top:35px} - -.bb-learndash-content-wrap>div{margin-bottom:50px} - -.bb-learndash-content-wrap h4{font-size:16px;letter-spacing:.6px;margin:0 0 20px;text-transform:uppercase} - -.bb-learndash-content-wrap #learndash_course_status{margin-bottom:30px} - -.bb-learndash-content-wrap #learndash_lessons>div>div,.bb-learndash-content-wrap #learndash_quizzes>div>div{border:0} - -.bb-learndash-content-wrap #learndash_lesson_topics_list>div,.bb-learndash-content-wrap #learndash_lessons,.bb-learndash-content-wrap #learndash_profile,.bb-learndash-content-wrap #learndash_quizzes{background-color:transparent;border:0;border-radius:0;box-shadow:none;margin-bottom:20px} - -#learndash_lesson_topics_list span a,#learndash_lessons a,#learndash_profile a,#learndash_profile a span,#learndash_quizzes a,.learndash_topic_dots a,.learndash_topic_dots a>span{font-family:inherit} - -#course_list>div h4>a,#lessons_list>div h4>a,#quiz_list>div h4>a{display:block;padding:0} - -#course_list>div h4,#learndash_lesson_topics_list ul>li>span.topic_item,#lessons_list>div h4,#quiz_list>div h4{display:block;width:100%;border-top:0;padding:0} - -h4#learndash_course_content_title{margin-bottom:30px} - -.bb-lesson-head{border-radius:4px;padding:15px 40px 15px 15px;letter-spacing:-.24px;margin-bottom:1px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;color:var(--bb-headings-color)} - -.bb-lesson-head:hover{background:rgba(146,164,183,.1);color:var(--bb-primary-color)} - -.learndash_course_content .bb-lessons-list>li:nth-child(odd) a.bb-lesson-head{background:rgba(146,164,183,.05);-webkit-transition:.3s all;transition:.3s all} - -.learndash_course_content .bb-lessons-list>li:nth-child(odd) a.bb-lesson-head:hover{background:rgba(146,164,183,.1)} - -.learndash_course_content .bb-lessons-list>li:nth-child(odd) a.bb-lesson-head>.flex-1{white-space:nowrap;overflow:hidden;text-overflow:ellipsis} - -.lms-lesson-item.current>.bb-lesson-head,.lms-quiz-item.current>.bb-lms-title-wrap,.lms-topic-item.current>.bb-lms-title-wrap{background:rgba(146,164,183,.05)} - -.lms-topic-sidebar-wrapper .bb-lms-title-wrap{padding:12px 40px 12px 30px;line-height:1.5;border-radius:0} - -.lms-topic-sidebar-wrapper .bb-lesson-head{line-height:1.6} - -.lms-topic-sidebar-wrapper [data-balloon]::after{z-index:25} - -.bb-lms-list-inside li:nth-child(odd) .bb-lms-title-wrap{background:rgba(146,164,183,.05);-webkit-transition:.3s all;transition:.3s all} - -.bb-lms-list-inside li:nth-child(odd) .bb-lms-title-wrap:hover{background:rgba(146,164,183,.1)} - -.bb-lms-title-wrap{border-radius:4px;color:inherit;padding:12px 35px 12px 15px;letter-spacing:-.24px;line-height:1.6;margin-bottom:1px} - -.bb-lms-title-wrap .bb-lms-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-left:10px} - -.bb-lms-title-wrap:hover{background:rgba(146,164,183,.1);-webkit-transition:.3s all;transition:.3s all} - -.lms-topic-sidebar-wrapper .lms-quiz-list>li .bb-lms-title-wrap .bb-lms-quiz-tag::after{margin-left:0} - -.lms-topic-sidebar-wrapper li.lms-quiz-item .bb-lms-title-wrap .bb-lms-title::before{display:none} - -.bb-lessons-list{margin:0} - -.bb-lessons-list,.bb-lessons-list ol,.bb-lessons-list ul{list-style-type:none} - -.bb-lessons-list li .bb-type-list li:not(.lms-quiz-item) .bb-lms-title-wrap .bb-lms-title::before{line-height:1.4;margin-left:0} - -.bb-type-list,.lms-quiz-list{margin:0} - -.bb-type-list li,.lms-quiz-list li{font-size:14px;color:var(--bb-headings-color);letter-spacing:-.24px} - -.bb-type-list li a,.lms-quiz-list li a{color:var(--bb-headings-color)} - -.bb-type-list li a:hover,.lms-quiz-list li a:hover{color:var(--bb-primary-color)} - -div#bb-learndash-lessons{margin-bottom:72px} - -.bb-course-topic-status,.bb-quiz-topic-status{width:22px;height:22px;position:relative;margin-left:0;margin-right:0} - -.bb-course-topic-status .bb-lms-status,.bb-quiz-topic-status .bb-lms-status{position:absolute;right:0;top:0;display:none} - -.bb-completed-item{text-decoration:line-through} - -.bb-course-topic-status.topic-completed .bb-completed,.bb-quiz-topic-status.bb-completed .bb-completed{display:block} - -.bb-course-topic-status.topic-notcompleted .bb-not-completed,.bb-quiz-topic-status.bb-notcompleted .bb-not-completed{display:block} - -.i-progress{display:inline-block;width:22px;height:22px;border-radius:100%;color:#fff;line-height:22px;text-align:center} - -.i-progress.i-progress-completed{background-color:var(--bb-primary-color)} - -.i-progress.i-progress-not-completed{color:#dedfe2;width:23px;height:23px} - -.i-progress.i-progress-not-completed i{font-size:23px;width:23px;height:23px} - -.bb-quiz-list{list-style:none;margin:0} - -.bb-quiz-list .bb-quiz-icon g{stroke:var(--bb-body-text-color)} - -.bb-quiz-list a{border-radius:4px;padding:15px;color:var(--bb-headings-color);line-height:1.4} - -.bb-quiz-list a:hover{background:rgba(146,164,183,.1);color:var(--bb-primary-color)} - -.bb-quiz-list .bb-quiz-topic-status-wrap .flex-1{white-space:nowrap;overflow:hidden;text-overflow:ellipsis} - -.bb-quiz-list li:nth-child(odd) .bb-quiz-topic-status-wrap{background:rgba(146,164,183,.05)} - -.bb-quiz-list li:nth-child(odd) .bb-quiz-topic-status-wrap:hover{background:rgba(146,164,183,.1)} - -.bb-quiz-list li.lms-is-locked a{pointer-events:none;cursor:default} - -.bb-quiz-list .lms-is-locked-ico{position:relative;margin-right:10px;bottom:1px;color:#939597} - -.bb-quiz-list-container .bb-quiz-list{counter-reset:lms-quiz-list} - -.bb-quiz-list-container .bb-quiz-list a.bb-quiz-topic-status-wrap{padding:18px 22px} - -.bb-quiz-list-container .bb-quiz-list .bb-quiz-topic-status-wrap span.flex-1::before{line-height:1.4;margin-left:0;counter-increment:lms-quiz-list;content:counter(lms-quiz-list) ". ";color:var(--bb-alternate-text-color)} - -.lms-is-sample-tag{display:inline-block;padding:0 12px;background-color:transparent;border:1px solid var(--bb-primary-color);color:var(--bb-primary-color);font-size:12px;line-height:21px;border-radius:50px;position:relative} - -.lms-topic-sidebar-wrapper .lms-lessions-list>ol.bb-lessons-list{margin-right:0} - -.lms-topic-sidebar-wrapper .lms-lessions-list>ol.bb-lessons-list>li.lms-lesson-item{padding:0 0 5px;position:relative} - -.lms-topic-sidebar-wrapper .lms-lessions-list>ol.bb-lessons-list>li.lms-lesson-item:first-child{padding-top:0} - -.lms-topic-sidebar-wrapper .lms-lessions-list>ol.bb-lessons-list>li.lms-lesson-item:last-child{border-bottom:0;padding-bottom:0} - -.lms-topic-sidebar-wrapper .lms-lessions-list>ol.bb-lessons-list .bb-lesson-head{border-radius:0} - -.lms-topic-sidebar-wrapper .lms-lessions-list>ol.bb-lessons-list .bb-lesson-head>.flex-1{display:-webkit-box;display:-ms-flexbox;display:flex;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-left:6px} - -.lms-topic-sidebar-wrapper .lms-lessions-list>ol.bb-lessons-list .bb-lesson-head>.flex-1 .lms-is-sample-tag{margin-right:auto;padding-top:1px;padding-bottom:1px} - -.lms-topic-sidebar-wrapper .lms-lessions-list>ol.bb-lessons-list .bb-lesson-head>.flex-1 .lms-is-locked-ico,.lms-topic-sidebar-wrapper .lms-lessions-list>ol.bb-lessons-list .bb-lesson-head>.flex-1 .lms-not-locked-ico{color:var(--bb-alternate-text-color);position:relative;bottom:1px;margin-right:10px;margin-left:10px} - -.lms-topic-sidebar-wrapper .lms-lessions-list>ol.bb-lessons-list .bb-lesson-head>.lms-is-locked-ico{color:var(--bb-alternate-text-color);margin-left:8px;pointer-events:all;cursor:default} - -a.ld-table-list-item-preview:has(.lms-quiz-status-icon){pointer-events:none;cursor:default} - -.lms-quiz-status-icon{margin-left:8px;pointer-events:all;cursor:default} - -.lms-quiz-status-icon i{color:var(--bb-alternate-text-color)} - -.ld-table-list-item-preview .lms-quiz-status-icon{margin-right:auto} - -.lms-topic-is-locked .lms-topic-status-icon{margin-left:8px;pointer-events:all;cursor:default} - -.lms-topic-is-locked .lms-topic-status-icon i{color:var(--bb-alternate-text-color)} - -.lms-topic-is-locked>.bb-title,.lms-topic-is-locked>.ld-topic-row{pointer-events:none;cursor:default} - -.lms-is-scheduled>.bb-title,.lms-is-scheduled>.ld-topic-row{pointer-events:none;cursor:default} - -.lms-is-scheduled .lms-quiz-status-icon{pointer-events:all;cursor:default} - -.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul.lms-quiz-list .lms-quiz-item>a>.flex-1{max-width:-webkit-calc(99% - 32px);max-width:calc(99% - 32px);display:-webkit-box;display:-ms-flexbox;display:flex} - -.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul.lms-quiz-list .lms-quiz-item>a>.flex-1 .bb-quiz-title{margin-left:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis} - -.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul.lms-quiz-list .lms-quiz-item>a>.flex-1 .lms-is-locked-ico{color:var(--bb-alternate-text-color);position:relative;bottom:1px;margin-left:10px;margin-right:auto} - -.bb-progress[data-percentage="0"] .bb-progress-circle{opacity:0} - -li.lms-lesson-item .bb-lesson-head{padding:15px 30px;padding-right:44px;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.lms-topic-sidebar-wrapper .lms-lessions-list ol.bb-type-list{margin-right:0} - -.lms-topic-sidebar-wrapper .lms-lessions-list ol.bb-type-list .bb-lms-title-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.learndash_content_wrap .bb-title{font-size:16px;font-weight:600;letter-spacing:.6px;margin:0 0 20px;text-transform:uppercase} - -.learndash_content_wrap .bb-type-list{margin:0} - -span.bb-pages{font-size:13px;display:block;line-height:1;text-transform:uppercase;-webkit-transition:all linear .2s;transition:all linear .2s} - -span.bb-pages .bb-total{color:var(--bb-alternate-text-color)} - -.header-aside-inner .course-toggle-view{padding-left:0} - -.header-minimize-link{display:none} - -.lms-side-panel-close .header-maximize-link{display:none} - -.lms-side-panel-close .header-minimize-link{display:-webkit-box;display:-ms-flexbox;display:flex} - -.swfd-video-backlayer{background-color:#000;padding:0 40px;margin:-30px -100px 0}@media screen and (max-width:1200px){ - -.swfd-video-backlayer{margin:-30px -60px 0}}@media screen and (max-width:992px){ - -.swfd-video-backlayer{margin:-30px -40px 0}} - -.lms-side-panel-close .swfd-video-backlayer .swfd-video-backframe{max-width:-webkit-calc(100vh + 120px);max-width:calc(100vh + 120px);margin:0 auto} - -.entry-content .swfd-video-backlayer .fluid-width-video-wrapper{margin:0} - -div.bb-lms-header{padding:0;position:relative;margin:0;-webkit-transition:margin .2s;transition:margin .2s} - -div.bb-lms-header .sfwd-course-position{margin-left:auto} - -div.bb-lms-header h1{font-size:32px;line-height:1.2;margin-bottom:0} - -div.bb-lms-header .bb-position{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:50px}@media screen and (max-width:544px){ - -div.bb-lms-header .bb-position{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -div.bb-lms-header .bb-position .sfwd-course-nav{margin-top:15px}}@media screen and (max-width:380px){ - -#learndash-page-content div.bb-lms-header .bb-position .sfwd-course-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}} - -div.bb-lms-header.quiz-fix .bb-position{padding-top:10px} - -.swfd-video-backlayer+div.bb-lms-header{margin-top:0} - -.learndash_course_content .bb-lessons-list li.bb-lessons-list-item{position:relative} - -.learndash_course_content .bb-lessons-list li a.bb-lesson-head{color:var(--bb-headings-color);-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.learndash_course_content .bb-lessons-list li a.bb-lesson-head:hover{color:var(--bb-primary-color)} - -.learndash_course_content .bb-lessons-list li a.bb-lesson-head .flex-1 .lms-is-sample-tag{margin-right:10px;bottom:1px} - -.learndash_course_content .bb-lessons-list li a.bb-lesson-head .lms-is-locked-ico{position:relative;margin-right:10px;bottom:1px;color:#939597} - -.learndash_course_content .bb-lessons-list li.lms-is-locked a.bb-lesson-head{pointer-events:none;cursor:default} - -.learndash_course_content .bb-lessons-list li.lms-is-locked .bb-type-list li a{pointer-events:none;cursor:default} - -.learndash_course_content .bb-quiz-list a{color:var(--bb-headings-color)} - -.learndash_course_content .bb-quiz-list a:hover{color:var(--bb-primary-color)} - -.bb-type-list.bb-lms-list-inside a{color:var(--bb-headings-color)} - -.bb-type-list.bb-lms-list-inside a:hover{color:var(--bb-primary-color)} - -.lms-toggle-lesson{position:absolute;top:2px;right:7px;display:inline-block;width:35px;height:50px;margin-left:6px;cursor:pointer} - -.lms-toggle-lesson i{display:inline-block;font-size:16px;line-height:10px;color:#bdbdbd;position:relative;top:12px;right:12px;-webkit-transition:-webkit-transform .2s;transition:transform .2s} - -.ld-item-list-section-heading+.lms-toggle-lesson{top:38px} - -.bb-lessons-list-item .lms-toggle-lesson{right:0} - -.bb-lessons-list-item .lms-toggle-lesson i{top:10px} - -.lms-lesson-turnover:not(.bb-lesson-item-no-topics) .lms-toggle-lesson i{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)} - -.lms-topic-sidebar-wrapper .bb-lesson-title,.lms-topic-sidebar-wrapper .bb-lms-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;min-width:0;font-size:14px} - -.bb-quiz-list .bb-lms-ico,.bb-type-list .bb-lms-ico,.lms-quiz-list .bb-lms-ico{display:inline-block;margin-left:10px;width:20px;height:20px} - -.bb-quiz-list .bb-lms-ico i,.bb-type-list .bb-lms-ico i,.lms-quiz-list .bb-lms-ico i{font-size:18px;width:20px;height:20px;line-height:1} - -.bb-lesson-head .bb-lesson-quizzes-count,.bb-lesson-head .bb-lesson-sidebar-ld-sep,.bb-lesson-head .bb-lesson-topics-count{margin:0 0 0 10px;font-size:12px;color:var(--bb-alternate-text-color);white-space:nowrap} - -.bb-lesson-head .bb-lesson-quizzes-count,.bb-lesson-head .bb-lesson-topics-count{max-width:60px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis} - -.lms-topic-sidebar-wrapper .bb-lms-title{font-size:13px} - -.lms-topic-sidebar-wrapper .bb-lms-title .bb-quiz-title{font-size:14px} - -.bb-lms-secondary-header .bb-pages{margin-bottom:0} - -.bb-lms-secondary-header .bb-learndash-meta-wrap{margin-bottom:20px;min-height:34px} - -.learndash_next_prev_link{display:-webkit-box;display:-ms-flexbox;display:flex} - -.learndash_next_prev_link a.prev-link,.learndash_next_prev_link span.prev-link{border-radius:0 var(--bb-button-radius) var(--bb-button-radius) 0} - -.learndash_next_prev_link a.next-link,.learndash_next_prev_link span.next-link{border-radius:var(--bb-button-radius) 0 0 var(--bb-button-radius)} - -.learndash_next_prev_link a,.learndash_next_prev_link span.empty-post{display:-webkit-box;display:-ms-flexbox;display:flex;height:30px;min-width:55px;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;-webkit-transition:all linear .2s;transition:all linear .2s;color:var(--bb-alternate-text-color);font-size:12px;white-space:nowrap} - -.learndash_next_prev_link a:hover,.learndash_next_prev_link span.empty-post:hover{color:var(--bb-primary-color)} - -.learndash_next_prev_link a .meta-nav,.learndash_next_prev_link span.empty-post .meta-nav{position:absolute;width:100%;font-size:0;z-index:20}@media (max-width:360px){ - -.learndash_next_prev_link a{font-size:0}} - -.learndash_next_prev_link a.next-link::after,.learndash_next_prev_link span.next-link::after{content:"\e827";font:400 normal normal 14px/1 bb-icons;font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:6px;padding-bottom:3px} - -.learndash_next_prev_link a.prev-link,.learndash_next_prev_link span.prev-link{margin-left:2px} - -.learndash_next_prev_link a.prev-link::before,.learndash_next_prev_link span.prev-link::before{content:"\e8ab";font:400 normal normal 14px/1 bb-icons;font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:6px;padding-bottom:3px} - -.learndash_next_prev_link a{color:var(--bb-headings-color)} - -.learndash_next_prev_link a:hover{color:var(--bb-primary-color)} - -html[dir=rtl] .learndash_next_prev_link a.next-link::after,html[dir=rtl] .learndash_next_prev_link span.next-link::after{content:"\e8ab"} - -html[dir=rtl] .learndash_next_prev_link a.prev-link::before,html[dir=rtl] .learndash_next_prev_link span.prev-link::before{content:"\e827"} - -.learndash_next_prev_link:empty{display:none} - -.learndash_content_wrap{padding-top:30px} - -.learndash_content_wrap.learndash_content_video{padding-top:0} - -.learndash_content_wrap .ld-tabs-content{margin-bottom:50px} - -.learndash_content_wrap .ld-progress{margin-top:0} - -.learndash-wrapper{color:inherit;line-height:inherit} - -.learndash-wrapper .ld-tabs{margin:0} - -.learndash-wrapper .ld-tabs .ld-tabs-content .ld-tab-content{padding-bottom:0} - -.learndash-wrapper a{color:var(--bb-primary-color)} - -.learndash-wrapper a.button:not(.outline){background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)} - -.learndash-wrapper a.button:not(.outline):focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.learndash-wrapper a.button:not(.outline):hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -.learndash-wrapper .learndash_content_wrap .ld-table-list.ld-no-pagination{border:0} - -.learndash-wrapper .learndash_content_wrap .ld-content-actions{border:0;margin-bottom:0;position:relative;z-index:1} - -.learndash-wrapper .learndash_content_wrap .sfwd-mark-complete::after{display:none} - -.learndash-wrapper .learndash_content_wrap .learndash_mark_complete_button{border-radius:var(--bb-button-radius);background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);-webkit-transition:all linear .2s;transition:all linear .2s;font-size:15px;font-weight:500;padding:10px 20px} - -.learndash-wrapper .learndash_content_wrap .learndash_mark_complete_button:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.learndash-wrapper .learndash_content_wrap .learndash_mark_complete_button:hover{opacity:1;background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -.learndash-wrapper .learndash_content_wrap .learndash_mark_complete_button:focus{opacity:1}@media (min-width:1024px){ - -.learndash-wrapper .learndash_content_wrap{max-width:760px} - -.learndash-wrapper .bb-lms-header .lms-header-instructor,.learndash-wrapper .bb-lms-header .lms-header-title{max-width:760px;margin-right:auto;margin-left:auto}} - -.learndash-wrapper .ld-table-list .ld-table-list-header{background-color:transparent;color:var(--bb-headings-color);font-size:16px;font-weight:600;text-transform:uppercase;padding:0;margin:0 0 20px} - -.learndash-wrapper .ld-table-list .ld-table-list-header .ld-item-icon{display:none} - -.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-lesson-details{color:var(--bb-alternate-text-color)} - -.learndash-wrapper .ld-table-list .ld-table-list-footer{padding:0;background-color:transparent} - -.learndash-wrapper .ld-table-list .ld-table-list-items{border:0;padding:0} - -.learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item{border:0;margin-bottom:1px} - -.learndash-wrapper .ld-table-list .ld-table-list-items a.ld-table-list-item-preview{padding:20px;border-radius:4px;-webkit-transition:.3s all;transition:.3s all;color:inherit} - -.learndash-wrapper .ld-table-list .ld-table-list-items a.ld-table-list-item-preview:hover{color:inherit;background:rgba(146,164,183,.1)} - -.learndash-wrapper .learndash_content_wrap .ld-table-list .ld-table-list-items div.ld-table-list-item:nth-child(odd) a.ld-table-list-item-preview{background:rgba(146,164,183,.05)} - -.learndash-wrapper .learndash_content_wrap .ld-table-list .ld-table-list-items div.ld-table-list-item:nth-child(odd) a.ld-table-list-item-preview:hover{background:rgba(146,164,183,.1)} - -.learndash-wrapper .ld-status-icon{width:22px;height:22px;-ms-flex-preferred-size:22px;flex-basis:22px;margin-left:12px} - -.learndash-wrapper .ld-status-icon.ld-status-complete{background-color:var(--bb-primary-color)} - -.learndash-wrapper .ld-status-icon.ld-status-incomplete{border-width:2px;border-color:#dedfe2;background-color:transparent} - -.learndash-wrapper .ld-status-icon.ld-status-in-progress{background-color:transparent} - -.learndash-wrapper .ld-status-icon.ld-quiz-complete{background-color:var(--bb-primary-color)} - -.learndash-wrapper .ld-icon.ld-icon-assignment,.learndash-wrapper .ld-icon.ld-icon-calendar,.learndash-wrapper .ld-icon.ld-icon-certificate,.learndash-wrapper .ld-icon.ld-icon-checkmark,.learndash-wrapper .ld-icon.ld-icon-content,.learndash-wrapper .ld-icon.ld-icon-materials,.learndash-wrapper .ld-icon.ld-icon-quiz,.learndash-wrapper .ld-icon.ld-icon-search{font-family:bb-icons!important;font-size:22px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:6px;padding-bottom:0} - -.learndash-wrapper .ld-icon.ld-icon-quiz::before{content:"\eeff";font-family:bb-icons!important} - -.learndash-wrapper .ld-icon.ld-icon-checkmark{font-size:14px} - -.learndash-wrapper .ld-icon.ld-icon-checkmark::before{content:"\e876"} - -.learndash-wrapper .ld-icon.ld-icon-content{font-size:14px} - -.learndash-wrapper .ld-icon.ld-icon-content::before{content:"\e86e"} - -.learndash-wrapper .ld-icon.ld-icon-materials{font-size:14px} - -.learndash-wrapper .ld-icon.ld-icon-materials::before{content:"\ef3e"} - -.learndash-wrapper .ld-icon.ld-icon-certificate::before{content:"\e975"} - -.learndash-wrapper .ld-icon.ld-icon-assignment::before{content:"\ee7a"} - -.learndash-wrapper .ld-icon.ld-icon-search::before{content:"\ef10"} - -.learndash-wrapper .ld-icon.ld-icon-calendar::before{content:"\e884"} - -.learndash-wrapper .ld-tabs .ld-tabs-navigation::after{height:1px;background-color:var(--bb-content-border-color)} - -.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab{padding:10px 20px;font-size:14px;font-weight:400;color:var(--bb-body-text-color)} - -.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab::after{height:1px} - -.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active{color:var(--bb-headings-color)} - -.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active::after{background-color:var(--bb-primary-color)} - -.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-active::after{background:var(--bb-primary-color)} - -.learndash-wrapper .bb-ld-info-bar{margin:0 0 15px} - -.learndash-wrapper .bb-ld-info-bar .ld-lesson-status{background:100% 0;border-radius:0} - -.learndash-wrapper .bb-ld-status{margin-left:10px} - -.learndash-wrapper .bb-ld-status .ld-status{background-color:rgba(146,164,183,.05);text-transform:none;font-weight:400;font-size:12px;height:30px;line-height:30px;padding:0 12px;letter-spacing:inherit;margin-bottom:0} - -.learndash-wrapper .bb-ld-status .ld-status.ld-status-progress{color:#fff;background-color:var(--bb-primary-color)} - -.learndash-wrapper .bb-ld-status .ld-status.ld-status-complete{color:#fff;background-color:var(--bb-success-color)} - -.learndash-wrapper .bb-ld-info-bar .ld-topic-status{border-radius:0} - -.learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs{background-color:transparent;padding:0 0 10px;border-bottom:1px solid var(--bb-content-border-color);border-radius:0} - -.learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-status{display:none;background-color:rgba(146,164,183,.05);text-transform:none;font-weight:400;font-size:12px;line-height:inherit;padding:0 12px;letter-spacing:inherit} - -.learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-status.ld-status-progress{background-color:var(--bb-primary-color)} - -.learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-status.ld-status-complete{background-color:var(--bb-success-color)} - -.learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span a{font-weight:400;color:var(--bb-headings-color)} - -.learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span a:hover{color:var(--bb-primary-color)} - -.learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span::after{content:"\e827";font-family:bb-icons;font-size:12px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:0;margin-left:0;position:relative;top:0} - -[dir=rtl] .learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span::after{content:"\e8ab"} - -.learndash-wrapper .ld-topic-status{background-color:transparent} - -.learndash-wrapper .ld-alert{border-radius:var(--bb-block-radius-inner)} - -.learndash-wrapper .ld-alert .ld-button{padding:10px 20px;border-bottom:0!important} - -.learndash-wrapper .ld-alert .ld-button .ld-icon{display:none} - -.learndash-wrapper .ld-alert.ld-alert-certificate.ld-alert-success{color:var(--bb-body-text-color)} - -.learndash-wrapper .ld-alert .ld-alert-content a{color:var(--bb-headings-color);text-decoration:none} - -.learndash-wrapper .ld-alert .ld-alert-content a:hover{color:var(--bb-primary-color)} - -.learndash-wrapper .ld-alert-success{border:0;padding:15px;min-height:inherit;color:inherit;font-size:15px;background-color:rgba(var(--bb-success-color-rgb),.1)} - -.learndash-wrapper .ld-alert-success .ld-alert-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.learndash-wrapper .ld-alert-success .ld-alert-content>p{margin:0} - -.learndash-wrapper .ld-alert-success .ld-button{background-color:var(--bb-success-color);color:#fff;white-space:nowrap;border:0} - -.learndash-wrapper .ld-alert-success .ld-alert-icon.ld-icon{margin-right:6px;background-color:var(--bb-success-color);color:#fff;position:static;-webkit-transform:none;-ms-transform:none;transform:none;padding:0;width:45px;height:45px;line-height:48px;text-align:center;border-radius:50%;vertical-align:middle;font-size:20px} - -.learndash-wrapper .ld-alert-warning{border-color:var(--bb-warning-color);background-color:rgba(var(--bb-warning-color-rgb),.1);border-width:1px;padding:15px;min-height:inherit;color:inherit;font-size:15px} - -.learndash-wrapper .ld-alert-warning .ld-alert-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.learndash-wrapper .ld-alert-warning .ld-alert-content .ld-alert-messages p{margin-bottom:0} - -.learndash-wrapper .ld-alert-warning .ld-alert-content>p{margin:0} - -.learndash-wrapper .ld-alert-warning .ld-button{background-color:var(--bb-warning-color);color:#fff;white-space:nowrap;border:0} - -.learndash-wrapper .ld-alert-warning .ld-alert-icon.ld-icon-alert{font-family:bb-icons!important;font-size:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:6px;padding-bottom:0;background-color:transparent;position:static;padding-top:0;-webkit-transform:none;-ms-transform:none;transform:none} - -.learndash-wrapper .ld-alert-warning .ld-alert-icon.ld-icon-alert::before{content:"\ee65";font-weight:100}@media screen and (max-width:768px){ - -.learndash-wrapper .ld-alert-warning .ld-alert-content{margin:0} - -.learndash-wrapper .ld-alert-warning .ld-alert-content .ld-alert-icon.ld-icon-alert{margin-left:.5em} - -.learndash-wrapper .ld-alert-warning .ld-alert-content .ld-alert-messages{text-align:right;line-height:1.4}} - -.learndash-wrapper .bb-ld-tabs{position:relative} - -.learndash-wrapper .bb-ld-tabs #learndash-course-content{margin:0;position:absolute;height:1px;opacity:0;top:-90px} - -.learndash-wrapper .ld-pagination{font-weight:inherit;color:var(--bb-alternate-text-color)} - -.learndash-wrapper .ld-pagination .ld-pages{background-color:transparent;padding:1em .5em} - -.learndash-wrapper .ld-pagination .ld-pages a{color:var(--bb-headings-color)} - -.learndash-wrapper .ld-pagination .ld-pages a:hover{color:var(--bb-primary-color)} - -.learndash-wrapper .ld-pagination .ld-pages .ld-icon{font-size:10px} - -.lms-topic-sidebar-wrapper.lms-topic-sidebar-close{margin-right:-370px} - -.lms-topic-sidebar-wrapper.lms-topic-sidebar-close .lms-topic-sidebar-data{right:-370px} - -.buddypanel-open .lms-topic-sidebar-wrapper.lms-topic-sidebar-close .lms-topic-sidebar-data{right:-370px}@media screen and (min-width:800px){ - -.sfwd-single-sidebar-right .lms-topic-sidebar-wrapper.lms-topic-sidebar-close{margin-left:-370px;margin-right:0}} - -.lms-header-instructor .bb-about-instructor{margin:0;padding-top:20px;padding-bottom:20px} - -.lms-header-instructor .bb-about-instructor.bb_single_meta_off{padding:0} - -.lms-header-instructor .bb-about-instructor>.flex{-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.lms-header-instructor .bb-about-instructor>h4{text-transform:uppercase;color:var(--bb-headings-color);font-size:13px;margin-bottom:10px;font-weight:400} - -.lms-header-instructor .bb-about-instructor h5{font-weight:400;font-size:15px;color:var(--bb-headings-color);margin-bottom:0} - -.lms-header-instructor .bb-about-instructor h5 a{color:var(--bb-headings-color)} - -.lms-header-instructor .bb-about-instructor h5 a:hover{color:var(--bb-primary-color)} - -.lms-header-instructor .bb-about-instructor .bb-about-instructor-date{color:var(--bb-alternate-text-color);margin-right:0} - -.lms-header-instructor .bb-about-instructor .bb-about-instructor-date::before{content:"";width:4px;height:4px;border-radius:100%;background-color:var(--bb-alternate-text-color);margin-left:10px;position:relative;bottom:2px;display:none} - -.lms-header-instructor .bb-about-instructor .bb-avatar-wrap+.bb-content-wrap .bb-about-instructor-date{margin-right:7px} - -.lms-header-instructor .bb-about-instructor .bb-avatar-wrap+.bb-content-wrap .bb-about-instructor-date::before{display:inline-block} - -.lms-header-instructor .bb-about-instructor .bb-avatar-wrap{max-width:40px;text-align:right;margin-left:10px;display:block;padding:0} - -.lms-header-instructor .bb-about-instructor .bb-content-wrap{padding:0} - -.lms-header-instructor .bb-about-instructor .avatar{max-width:32px} - -.lms-header-instructor .bb-about-instructor .bb-avatar-wrap>div{margin-bottom:0} - -html[dir=rtl] .lms-header-instructor .bb-about-instructor .bb-about-instructor-date::before{margin-left:10px;margin-right:10px} - -.lms-topic-sidebar-course-navigation .ld-course-navigation{margin:15px 30px} - -.lms-topic-sidebar-course-navigation .ld-course-navigation .course-entry-title{color:var(--bb-headings-color);font-size:26px;margin:0} - -.lms-topic-sidebar-course-navigation a.course-entry-link{display:inline-block;background-color:rgba(0,0,0,.03);color:var(--bb-alternate-text-color);border-radius:var(--bb-button-radius);padding:1px 10px 1px 15px;font-size:12px;margin:0 0 15px;-webkit-transition:all linear .2s;transition:all linear .2s} - -.lms-topic-sidebar-course-navigation a.course-entry-link:hover{background-color:rgba(0,0,0,.06)} - -.lms-topic-sidebar-course-navigation a.course-entry-link i{margin-left:3px} - -.lms-topic-sidebar-progress .course-progress-wrap{position:relative;z-index:1;margin:30px 30px 15px;padding-bottom:25px;border-bottom:1px solid var(--bb-content-border-color)} - -.lms-topic-sidebar-progress .course-completion-rate{font-size:12px;font-weight:500;color:var(--bb-alternate-text-color);display:block;margin-top:15px;line-height:1} - -.lms-topic-sidebar-progress .ld-progress-steps{font-size:12px;font-weight:500;color:var(--bb-alternate-text-color);display:block;margin-top:7px;line-height:1} - -.lms-topic-sidebar-progress .course-progress{margin:0;height:3px;background:rgba(255,255,255,.9);background:var(--bb-content-border-color);border-radius:12px} - -.lms-topic-sidebar-progress .course-progress-bar{background:var(--bb-primary-color);height:3px;width:auto} - -.bb-about-instructor{margin-bottom:60px} - -.bb-about-instructor>.bb-grid{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);padding:25px 20px;margin-right:0;margin-left:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.bb-about-instructor .bb-instructor-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.bb-about-instructor.bb-about-instructor--is-info .bb-instructor-wrap{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.bb-about-instructor .bb-author-info{margin:3px 0 5px;font-size:14px;line-height:1.5} - -.bb-about-instructor .bb-instructor-message{-webkit-box-flex:inherit;-ms-flex:inherit;flex:inherit} - -.bb-about-instructor h4{font-size:16px;letter-spacing:.6px;margin:0 0 15px;text-transform:uppercase} - -.bb-about-instructor .avatar{max-width:52px} - -.bb-about-instructor .bb-avatar-wrap{max-width:110px;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;margin-left:18px} - -.bb-about-instructor h5{font-size:18px;line-height:1;margin:6px 0 2px} - -.bb-about-instructor h5 a{color:var(--bb-headings-color)} - -.bb-about-instructor h5 a:hover{color:var(--bb-primary-color)} - -.bb-about-instructor .bb-author-meta{font-size:14px;color:var(--bb-alternate-text-color);line-height:1.2;margin-bottom:0} - -.bb-about-instructor .bb-content-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column} - -.bb-about-instructor .bb-author-meta-info{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-top:auto;padding-bottom:5px} - -.bb-about-instructor .bb-author-meta-info>span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:15px;font-size:13px;color:var(--bb-alternate-text-color);letter-spacing:-.24px} - -.bb-about-instructor .bb-author-meta-info>span:last-child{margin-left:0} - -.bb-about-instructor .bb-author-meta-info svg{margin-left:5px} - -.bb-about-instructor .button{max-width:160px;display:block;margin-right:auto;margin-left:auto;padding-right:25px;padding-left:25px;font-weight:400} - -.bb-about-instructor .button i{margin-left:5px;font-size:18px;position:relative;top:1px} - -.bb-learndash-meta-wrap .bb-toggle-theme{display:block;line-height:0} - -.bb-learndash-meta-wrap .bb-toggle-theme span{display:inline-block} - -.learndash_content_wrap{width:100%;max-width:1200px;margin-right:auto;margin-left:auto} - -.single #learndash-course-header{width:100%;max-width:1180px;margin-right:auto;margin-left:auto} - -.bb-type-list.bb-lms-list-inside{list-style:none;counter-reset:lms-list} - -.bb-type-list.bb-lms-list-inside li>a .bb-lms-title::before{line-height:1.4;margin-left:0;counter-increment:lms-list;content:counter(lms-list) ". ";color:var(--bb-alternate-text-color)} - -.bb-type-list.bb-lms-list-inside .bb-lms-title-wrap{font-size:16px;padding:18px 22px;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.bb-type-list.bb-lms-list-inside .bb-course-topic-status{width:24px;height:24px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2} - -.bb-type-list.bb-lms-list-inside svg{margin-left:0} - -.learndash_content .h1,.learndash_content .h2,.learndash_content .h3,.learndash_content .h4,.learndash_content .h5,.learndash_content .h6,.learndash_content address,.learndash_content h1,.learndash_content h2,.learndash_content h3,.learndash_content h4,.learndash_content h5,.learndash_content h6,.learndash_content hr,.learndash_content p{margin-bottom:40px} - -.learndash_content_wrap>div{margin-bottom:40px} - -.single.single-sfwd-courses .comments-area{max-width:700px} - -.learndash_uploaded_assignments h4{font-size:16px;font-weight:600;letter-spacing:.6px;text-transform:uppercase} - -.bb-assignments-list{margin:0;list-style:none} - -.bb-assignments-list li{border-radius:4px;margin-bottom:1px;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.bb-assignments-list li:hover{background:rgba(146,164,183,.1)} - -.bb-assignments-list a{color:inherit;letter-spacing:-.24px;line-height:19px} - -.bb-assignments-list .ld-assignment-filename-col a{display:block;padding:13px 15px} - -.bb-assignments-list img{max-width:24px;margin-left:15px} - -.bb-assignments-list .bb-icon-close-circle{color:var(--bb-danger-color);font-size:20px} - -.bb-assignments-list .ld-assignment-delete-col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:10px} - -.bb-assignments-list .learndash_uploaded_assignment_points{margin-left:15px} - -.bb-leardash-upload-assignment h4{font-size:16px;font-weight:600;letter-spacing:.6px;text-transform:uppercase} - -.bb-leardash-upload-assignment .bb-label{display:inline-block;cursor:pointer;outline:0;border:1px solid var(--bb-primary-color);border-radius:100px;padding:3px 25px;font-size:14px;font-weight:500;margin-bottom:20px;color:var(--bb-primary-color)} - -.bb-leardash-upload-assignment form{border:1px dashed #c3c6c9;border-radius:4px;padding:30px 20px;text-align:center} - -.bb-leardash-upload-assignment input[type=file]{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1} - -.bb-leardash-upload-assignment input[type=file]:focus+label{outline:0} - -.bb-leardash-upload-assignment input[type=file]:focus+label *{pointer-events:none} - -.bb-leardash-upload-assignment input#uploadfile_btn{min-width:140px;font-weight:500} - -.bb-leardash-upload-assignment .bb-upload-message{padding:15px 0 0;font-size:14px;color:#939597;letter-spacing:-.24px;line-height:1} - -.bb-course-preview-content{padding:0 30px;background-color:var(--bb-content-background-color);margin-right:-30px;margin-left:-30px} - -.bb-lms-back{text-align:center;padding:10% 0 0;font-weight:500} - -.bb-lms-nav-wrap{background:#fff;border:0;box-shadow:inset 0 -1px 0 0 #eef0f3;padding:0 44px} - -#object-nav.bb-lms-nav{border:0;background:100% 0;max-width:1200px;margin:auto;padding:0 10px} - -.buddypanel-open #object-nav.bb-lms-nav{max-width:1160px} - -.bb-course-content{margin-bottom:2rem} - -.single-sfwd-courses .comment-respond{background:100% 0;border:0;border-radius:0;border-bottom:1px solid var(--bb-content-border-color);padding:0 0 30px} - -.single-sfwd-courses .comment-respond.bb-active{box-shadow:none} - -.single-sfwd-courses .comments-area input#submit{min-width:160px;min-height:40px} - -.single-sfwd-courses .comment-body{background:100% 0;border:0;border-radius:0;margin-bottom:30px;padding:0 0 30px;border-bottom:1px solid var(--bb-content-border-color)} - -.single-sfwd-courses .comment-content-wrap{padding-right:22px} - -.single-sfwd-courses .comment-respond .vcard a{margin-right:22px} - -.ld-in-focus-mode.bb-sfwd-aside .comments-area{display:none} - -.ld-in-focus-mode.bb-sfwd-aside .wpdiscuz_top_clearing+#comments.comments-area{display:block} - -.bb-course-item{padding:0 10px 15px} - -.bb-course-item .avatar{max-width:28px;width:100%} - -.bb-course-items .bb-course-item .bb-cover-list-item:hover{box-shadow:0 2px 10px 0 rgba(18,43,70,.1)} - -.bb-course-item .bb-course-meta.bb-course-footer{margin-top:40px;-ms-flex-flow:row;flex-flow:row} - -.bb-details{display:inline-block;margin-top:20px;font-size:16px;color:#fff;letter-spacing:-.24px} - -.bb-details i{font-size:26px;position:relative;top:4px;right:-4px} - -#learndash_complete_prerequisites{padding:35px 0} - -.expand_collapse{display:none!important} - -.groups.single-item .bb-lms-nav-wrap{width:auto;margin:0;padding:0;right:auto;left:auto;background:100% 0;box-shadow:none} - -.groups.single-item #object-nav.bb-lms-nav{padding:0} - -#learndash_course_points_access_message{margin:50px 0} - -.lms-quiz-item .bb-title.bb-lms-title-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.ld-entry-title.entry-title{line-height:1.3} - -form#sfwd-mark-complete input#learndash_mark_complete_button[disabled]{color:#fff} - -form#sfwd-mark-complete input#learndash_mark_complete_button[disabled]:hover{box-shadow:none} - -.learndash+p.bp-group-discussion{display:none} - -body.bb-custom-ld-focus-mode-enabled.admin-bar{padding-top:0} - -.learndash-wrapper .ld-expand-button{pointer-events:all;padding:6px 12px 6px 0} - -.learndash-wrapper .ld-section-heading{margin-bottom:1.25em} - -.learndash-wrapper .ld-section-heading h2{letter-spacing:.6px;text-transform:uppercase} - -.learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading h2,.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading h2{font-size:16px} - -.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading{margin-bottom:.5em} - -.learndash-wrapper .ld-item-list.ld-lesson-list .ld-lesson-section-heading{font-size:16px;color:var(--bb-headings-color)} - -.ld-section-heading .ld-item-list-actions .ld-expand-button:not(.ld-expanded) .ld-icon{position:relative;top:2px} - -.learndash-wrapper .ld-expand-button{color:var(--bb-body-text-color)} - -.learndash-wrapper .ld-item-list.ld-lesson-list .ld-lesson-section-heading,.learndash-wrapper .ld-table-list .ld-table-list-header{color:var(--bb-headings-color)} - -.learndash-wrapper .ld-expand-button{background-color:transparent;border-radius:4px} - -.learndash-wrapper .ld-expand-button:hover{background-color:transparent} - -.learndash-wrapper .ld-item-details .ld-expand-button{background:100% 0} - -.learndash-wrapper .ld-item-list .ld-item-list-item{border:none;margin-bottom:10px;background-color:transparent} - -.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview{background:rgba(146,164,183,.05);border-radius:var(--bb-block-radius-inner)} - -.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview.learndash-complete .ld-topic-title{text-decoration:line-through} - -.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview{padding:16px 15px} - -.learndash-wrapper .learndash_content_wrap .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview{padding-right:50px} - -.learndash-wrapper .learndash_content_wrap .ld-table-list-item-quiz .ld-item-title{color:#939597;position:relative;font-weight:500;font-size:14px;letter-spacing:-.24px;line-height:1.6} - -.learndash-wrapper .learndash_content_wrap .ld-table-list-item-quiz:hover .ld-item-title{color:var(--bb-primary-color)} - -.learndash-wrapper .learndash_content_wrap .ld-table-list-item-quiz .ld-item-title::before{font:400 normal normal 18px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\eeff";position:absolute;right:-30px;top:3px;font-weight:100} - -.learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:16px 70px 16px 15px;background:100% 0} - -.learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-topic-title{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;position:relative;font-weight:500;font-size:14px;letter-spacing:-.24px;line-height:1.6;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-topic-title .lms-topic-status-icon{margin-right:auto} - -.learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-topic-title::before{font:400 normal normal 18px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\ef3e";position:absolute;right:-30px;top:3px} - -.learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-status-icon{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:0} - -.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item.ld-topic__video a.ld-table-list-item-preview .ld-topic-title::before{content:"\eef7";font-family:bb-icons;font-weight:500} - -.learndash-wrapper .ld-status-icon.ld-quiz-complete,.learndash-wrapper .ld-status-icon.ld-status-complete{border:0} - -.learndash-wrapper .ld-status-icon.ld-quiz-incomplete,.learndash-wrapper .ld-status-icon.ld-quiz-pending,.learndash-wrapper .ld-status-icon.ld-status-incomplete{border:2px solid #dedfe2} - -.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details .ld-lesson-list-progress{text-transform:none} - -.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details .ld-lesson-list-steps{text-transform:none} - -.learndash-wrapper .ld-table-list .ld-table-list-header .ld-text{font-family:inherit;text-transform:none;font-weight:500} - -.learndash-wrapper .ld-table-list .ld-table-list-header{background-color:transparent;border:none}@media screen and (max-width:640px){ - -.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-lesson-details{margin-right:0}} - -.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded::before{background:rgba(146,164,183,.05)} - -.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-header{padding:16px 15px;margin-bottom:0} - -.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded::before{right:24px} - -.learndash-wrapper .ld-table-list .ld-table-list-items{padding:0} - -.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-item{margin:0;padding:0} - -.learndash-wrapper .ld-status-icon .ld-icon::before{font-size:12px} - -.learndash-wrapper .ld-item-list-item-quiz .ld-item-name{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between} - -.learndash-wrapper .ld-item-list-item-quiz .ld-item-name .ld-item-title{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;position:relative;font-weight:500} - -.learndash-wrapper .ld-item-list-item-quiz .ld-item-name .ld-item-title::before{content:"\eeff";font:400 normal normal 18px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;font-size:20px;margin-left:10px;font-weight:100;color:var(--bb-alternate-text-color)} - -.learndash-wrapper .ld-item-list-item-quiz .ld-item-name .ld-status-icon{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2} - -.learndash-wrapper .ld-expand-button{font-weight:400} - -.learndash-wrapper .ld-expand-button.ld-button-alternate{color:var(--bb-primary-color)} - -.learndash-wrapper .ld-expand-button.ld-button-alternate:hover{color:var(--bb-primary-color)} - -.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon{background:100% 0;color:var(--bb-alternate-text-color);font-weight:400} - -.learndash-wrapper .ld-status-icon{-ms-flex-preferred-size:22px;flex-basis:22px;-ms-flex-negative:0;flex-shrink:0;height:22px;width:22px;border:2px solid} - -.learndash-wrapper .ld-status-icon .ld-icon.ld-icon-quiz::before{content:""} - -.ld-item-list-item-preview a.ld-item-name:has(.lms-quiz-status-icon){pointer-events:none;cursor:default} - -.ld-item-list-item-preview a.ld-item-name:has(.lms-quiz-status-icon) .lms-quiz-status-icon{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-right:auto} - -.ld-item-list-item-preview a.ld-item-name:has(.lms-quiz-status-icon) .ld-status-icon{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3} - -.learndash-wrapper .ld-item-list-item .ld-item-list-item-preview .ld-icon-arrow-down{padding:0} - -.learndash-wrapper .ld-item-list-item .ld-item-list-item-preview .ld-icon-arrow-down::before{content:"\ee0b";font:400 normal normal 18px/1 bb-icons;speak:none;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;font-weight:300} - -.learndash-wrapper .ld-item-list-item .ld-item-list-item-preview .ld-expanded .ld-icon-arrow-down{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)} - -.learndash-wrapper .ld-item-list-item .ld-item-list-item-preview .ld-expanded .ld-icon-arrow-down::before{content:"\ee09"} - -.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage{color:inherit;text-transform:none;font-weight:400} - -.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-details{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1} - -.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-details .ld-expand-button{margin-right:0} - -.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-details .ld-text{display:none} - -.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:-webkit-calc(100% - 20px);width:calc(100% - 20px);-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 10px;font-weight:500} - -.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title .ld-item-components{margin-top:0;text-align:left} - -.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title .ld-item-components span{font-size:12px;font-weight:400} - -.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title .ld-item-components .ld-icon-calendar{margin-right:0} - -.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-status-icon{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:0} - -.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-title{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:-webkit-calc(100% - 20px);width:calc(100% - 20px);-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 10px;font-weight:500} - -.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-title .ld-item-components{margin-top:0} - -.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-title .ld-item-components span{font-size:12px;font-weight:400} - -.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span.ld-item-components .ld-item-component{text-align:center;display:inline-block} - -.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span.ld-item-components .ld-status:not(.ld-status-unlocked){min-width:285px} - -.learndash-wrapper .ld-status-icon.ld-quiz-complete{color:transparent} - -.learndash-wrapper .ld-status-unlocked{padding:0 10px} - -.learndash-wrapper .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-quiz-complete .ld-icon::before{content:"\e876";color:#fff} - -.learndash-wrapper .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-quiz-complete{border:0} - -.learndash-wrapper .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-quiz-complete~.ld-item-title::before{content:"\eeff";font:400 normal normal 12px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;font-size:20px;font-weight:100;margin-left:10px;position:absolute;right:-30px;top:1px} - -.learndash-wrapper .ld-item-list-item-expanded .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-item-title{position:relative;font-weight:500;font-size:14px;letter-spacing:-.24px;line-height:1.6} - -.learndash-wrapper .ld-item-list-item-expanded .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-item-title::before{content:"\eeff";font:400 normal normal 12px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;font-size:20px;font-weight:100;margin-left:10px;position:absolute;right:-30px;top:1px} - -.learndash-wrapper .ld-course-status.ld-course-status-enrolled{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(146,164,183,.05)}@media screen and (max-width:640px){ - -.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress{width:100%}} - -.learndash-wrapper .ld-progress-percentage{font-size:12px;font-weight:700} - -.learndash-wrapper .ld-progress-steps{font-size:12px} - -.learndash-wrapper .ld-progress-stats{padding-left:20px} - -.learndash-wrapper div.ld-course-status{margin-bottom:30px} - -.learndash-wrapper div.ld-item-list{margin-bottom:50px} - -.learndash-wrapper .ld-status-incomplete~.ld-item-title{position:relative} - -.learndash-wrapper .ld-item-icon{font-size:16px} - -.learndash-wrapper .learndash-not-available .ld-item-list-item-expanded .ld-table-list-items .ld-table-list-item{cursor:auto} - -.learndash-wrapper .learndash-not-available .ld-item-list-item-expanded .ld-table-list-header{cursor:auto} - -.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon{margin-left:0;margin-top:0} - -.learndash-wrapper .ld-table-list-item.learndash-complete .ld-item-title>span:first-child{text-decoration:line-through} - -.learndash-wrapper .learndash-complete .ld-item-list-item-preview .ld-item-title>span:first-child{text-decoration:line-through} - -.learndash-wrapper .ld-status-icon.ld-quiz-complete{color:#fff;border:0} - -.learndash-wrapper .ld-status-icon.ld-quiz-complete .ld-icon.ld-icon-quiz::before{content:"\e876";font-family:bb-icons} - -.learndash-wrapper .ld-video{padding-top:0} - -.learndash-complete .ld-item-list-item-expanded .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-quiz-complete{background-color:var(--bb-primary-color)} - -.learndash-cpt.learndash-embed-responsive .learndash-wrapper .ld-video.fluid-width-video-wrapper{padding-top:0!important} - -.learndash-cpt.learndash-embed-responsive .learndash-wrapper .ld-video:not(.fluid-width-video-wrapper){margin-bottom:50px;padding-top:0} - -.learndash-wrapper.learndash-widget .ld-progress.ld-progress-inline{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:inherit;flex-direction:inherit} - -.learndash-wrapper .comment-respond .logged-in-as>a.comment-author{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -#learndash-page-content>.bp-feedback.bp-sitewide-notice{display:block;top:0;margin:-30px -100px 30px}@media screen and (max-width:1200px){ - -#learndash-page-content>.bp-feedback.bp-sitewide-notice{margin-right:-60px;margin-left:-60px}}@media screen and (max-width:992px){ - -#learndash-page-content>.bp-feedback.bp-sitewide-notice{margin-right:-40px;margin-left:-40px}}@media screen and (max-width:543px){ - -#learndash-page-content>.bp-feedback.bp-sitewide-notice{margin-right:-20px;margin-left:-20px}}@media screen and (min-width:821px) and (max-width:1280px){ - -.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span{-ms-flex-preferred-size:auto;flex-basis:auto;width:auto} - -.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span.ld-item-components{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex} - -.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span.ld-item-components span{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2} - -.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span.ld-item-components .ld-tertiary-background{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (min-width:768px) and (max-width:1000px){ - -.bb-lesson-head{-ms-flex-flow:row wrap;flex-flow:row wrap} - -.bb-lesson-head .push-right{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-lesson-head .bb-lms-progress-wrap{margin-right:auto}}@media screen and (min-width:800px){ - -.bb-grid .bb-learndash-content-wrap{padding-left:8%} - -.bb-course-banner-inner{width:88%}}@media screen and (max-width:820px){ - -.bb-learndash-content-wrap,.bb-single-course-sidebar{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-learndash-content-wrap{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2} - -.bb-single-course-sidebar{margin-bottom:40px;max-width:100%} - -.bb-single-course-sidebar.bb-preview-wrap{margin-top:30px!important;margin-bottom:20px}}@media screen and (max-width:992px){ - -.buddypanel-open .bb-learndash-content-wrap,.buddypanel-open .bb-single-course-sidebar{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.buddypanel-open .bb-single-course-sidebar{margin-bottom:40px;margin-top:0!important;max-width:100%} - -.buddypanel-open .bb-learndash-side-area .bb-course-banner-inner{width:100%;max-width:100%}}@media screen and (max-width:767px){ - -.bb-course-banner-info{padding-right:20px;padding-left:20px} - -.bb-course-banner-inner{padding-top:0} - -.bb-learndash-banner{padding:0} - -.bb-course-banner-info .bb-enroll-widget{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding-top:30px} - -#learndash-content .lms-topic-sidebar-wrapper{position:absolute!important;z-index:98;width:370px;height:100%} - -body:not(.bb-page-loaded) #learndash-content .lms-topic-sidebar-wrapper{display:none} - -.bb-mobile-header-wrapper .course-toggle-view{padding-right:10px;padding-left:0} - -.lms-side-panel-close-sm::after{content:"";background:rgba(0,0,0,.5);position:fixed;width:100%;height:100%;right:0;top:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}}@media screen and (max-width:680px){ - -div.bb-course-banner-inner{width:100%;max-width:100%}}@media screen and (max-width:600px){ - -div.bb-lms-header{padding:25px 0 0;margin:0} - -.bb-about-instructor .bb-avatar-wrap{max-width:100%;margin-left:0;margin-bottom:0} - -.bb-about-instructor .button{max-width:100%} - -.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span{-ms-flex-preferred-size:auto;flex-basis:auto;width:auto} - -.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span.ld-item-components{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex} - -.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span.ld-item-components span.ld-item-component{text-align:right} - -.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span.ld-item-components .ld-tertiary-background{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;line-height:1.4;padding:10px;margin-right:0;min-width:auto} - -.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span.ld-item-components .ld-sep{display:none} - -.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title .ld-item-component+.ld-status{margin-right:unset}}@media screen and (max-width:400px){ - -#learndash-content .lms-topic-sidebar-wrapper{max-width:350px;min-width:330px}}@media screen and (min-width:544px){ - -.lms-topic-sidebar,.lms-topic-sidebar-wrapper{max-width:370px}} - -.ld-course-list-items,.ld-course-list-items.row{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px;margin-left:-10px;-ms-flex-wrap:wrap;flex-wrap:wrap} - -.ld-course-list-items .bb-course-item-wrap{padding-right:10px;padding-left:10px;min-width:20%}@media screen and (min-width:900px) and (max-width:1200px){ - -.ld-course-list-items .bb-course-item-wrap{min-width:25%}}@media screen and (min-width:768px) and (max-width:900px){ - -.ld-course-list-items .bb-course-item-wrap{min-width:33.3333%}}@media screen and (min-width:576px) and (max-width:768px){ - -.ld-course-list-items .bb-course-item-wrap{width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:576px){ - -.ld-course-list-items .bb-course-item-wrap{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}} - -.has-sidebar .ld-course-list-items .bb-course-item-wrap{min-width:25%}@media screen and (min-width:576px) and (max-width:1200px){ - -.has-sidebar .ld-course-list-items .bb-course-item-wrap{min-width:50%}}@media screen and (max-width:576px){ - -.has-sidebar .ld-course-list-items .bb-course-item-wrap{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}} - -.ld-course-list-items .ld_course_grid .bb-cover-list-item{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);-webkit-transition:.2s box-shadow;transition:.2s box-shadow;position:relative;height:100%} - -.ld-course-list-items .ld_course_grid .bb-cover-list-item:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1);z-index:1} - -.ld-course-list-items .ld_course_grid .bb-cover-list-item .fluid-width-video-wrapper{margin-top:0;padding-top:52%!important;margin-bottom:0;height:100%} - -.ld-course-list-items .ld_course_grid .bb-cover-list-item .bb-card-course-details .entry-content{margin:0 0 10px!important;font-size:14px;line-height:1.2;display:block;display:-webkit-box;max-height:2.7em;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis} - -.ld-course-list-items .ld_course_grid .bb-cover-list-item .bb-course-cover.has-video-cover{overflow:visible} - -.ld-course-list-items .ld_course_grid .bb-cover-list-item .bb-course-cover.has-video-cover>a{padding:0;overflow:visible} - -.ld-course-list-items .ld_course_grid .bb-cover-list-item .bb-course-cover.has-video-cover>a img{display:none} - -.ld-course-list-items .ld_course_grid .bb-cover-list-item .bb-course-cover a{display:block;position:relative;overflow:hidden;border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0;padding-top:52%} - -.ld-course-list-items .ld_course_grid .bb-cover-list-item .bb-course-cover a img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover;border-radius:0} - -.ld-course-list-items .ld_course_grid .bb-cover-list-item .bb-course-meta{margin-top:10px} - -.ld-course-list-items .ld_course_grid .bb-cover-list-item .ld_course_grid_video_embed{padding:0;height:100%} - -.ld-course-list-items .ld_course_grid .bb-cover-list-item .ld_course_grid_video_embed iframe{height:100%} - -.ld-course-list-items .ld_course_grid .bb-cover-list-item .ld_course_grid_button{margin:0!important} - -.ld-course-list-items .ld_course_grid .bb-cover-list-item .ld_course_grid_button a{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)} - -.ld-course-list-items .ld_course_grid .bb-cover-list-item .ld_course_grid_button a:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.ld-course-list-items .ld_course_grid .bb-cover-list-item .ld_course_grid_button a:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -.ld-course-list-items .ld_course_grid .bb-cover-list-item .ld_course_grid_button a{border-radius:var(--bb-button-radius)} - -.ld-course-list-items .bb-cover-list-item:not(.bb-course-no-content){height:100%;padding-bottom:15px} - -.ld-course-list-items .bb-cover-list-item:not(.bb-course-no-content) .bb-cover-wrap{padding-top:52%} - -.ld-course-list-items .bb-cover-list-item.bb-course-paid{padding-bottom:45px} - -.ld-course-list-items .bb-course-item-wrap{margin-bottom:20px} - -.ld-course-list-items .bb-course-cover{overflow:hidden;position:relative} - -.ld-course-list-items .bs-timestamp{font-size:14px;color:#939597;letter-spacing:-.24px;line-height:22px;position:absolute;bottom:20px} - -.ld-course-list-items .forums-meta span{background:rgba(18,43,70,.1)} - -.ld-course-list-items .bb-cover-wrap::after{display:none} - -.ld-course-list-items .forums-meta{margin-bottom:12px} - -.ld-course-list-items .bb-course-excerpt{color:var(--bb-alternate-text-color)} - -.ld-course-list-items .course-progress-wrap{position:relative;z-index:1;margin:0 0 10px;line-height:1.7} - -.ld-course-list-items .course-completion-rate{font-size:12px;font-weight:500;line-height:1;letter-spacing:-.24px;display:block;margin-top:10px;color:var(--bb-alternate-text-color)} - -.ld-course-list-items .course-completion-rate.start-course-completion-rate{opacity:.6;font-size:12px;line-height:1;font-weight:500;color:var(--bb-headings-color);letter-spacing:-.24px;margin-top:10px} - -.ld-course-list-items .ld-progress-stats{font-size:12px;font-weight:500;line-height:1;letter-spacing:-.24px;display:block;margin-top:10px;color:var(--bb-alternate-text-color)} - -.ld-course-list-items .ld-progress-stats .ld-progress-steps{margin-top:5px;display:block} - -.ld-course-list-items .course-progress{margin:0;height:3px;background:var(--bb-content-border-color);border-radius:50px} - -.ld-course-list-items .course-progress-bar{background:var(--bb-primary-color);height:3px;width:auto} - -.ld-course-list-items .bb-course-excerpt{font-size:13px;color:#939597;line-height:1.384;display:block;display:-webkit-box;max-height:2.72em;margin:-3px 0 0;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis} - -.ld-course-list-content.grid-view .bb-cover-list-item:not(.bb-course-no-content) .bb-cover-wrap{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0} - -#bb-course-list-grid-filters{margin-bottom:20px} - -.widget .ld-course-list-items .bb-course-item-wrap{min-width:100%} - -.widget #bb-course-list-grid-filters{display:none} - -.widget #ld_course_categorydropdown{margin-bottom:20px} - -.ld_course_grid .has-video-cover iframe{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0} - -.ld-course-list-content{margin-bottom:30px} - -.bb-ld-course-list-item{margin-bottom:20px} - -.bb-ld-course-list-item .ld-entry-content .entry-img{padding-top:40.476%;border-radius:4px 4px 0 0} - -.bb-ld-course-list-item .ld-entry-content .entry-img>img{margin:0} - -.bb-ld-course-list-item .ld-entry-content .entry-content h1{font-size:1.5rem;margin:0 0 10px} - -.bb-ld-course-list-item .ld-entry-title a{color:var(--bb-headings-color)} - -.bb-ld-course-list-item .ld-entry-title a:hover{color:var(--bb-primary-color)} - -.ld-course-list-items.row .learndash-wrapper{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.ld-course-list-items.row .learndash-wrapper .ld-item-list{margin:0 0 20px} - -.ld-course-list-items.row .learndash-wrapper .ld-item-list .ld-item-list-item{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;height:100%;padding-bottom:0;-webkit-transition:.2s box-shadow;transition:.2s box-shadow;position:relative} - -.ld-course-list-items.row .learndash-wrapper .ld-item-list .ld-item-list-item:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1);z-index:1} - -.ld-course-list-content.grid-view .ld-course-list-items .bb-course-cover a{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0} - -.ld-course-list-content.list-view .ld-course-list-items .ld_course_grid{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%} - -.ld-course-list-content.list-view .bb-cover-list-item{padding-bottom:0} - -.ld-course-list-content.list-view .bb-cover-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap} - -.ld-course-list-content.list-view .bb-card-course-details{-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;padding-bottom:16px} - -.ld-course-list-content.list-view .bb-cover-wrap{border-radius:0 var(--bb-block-radius) var(--bb-block-radius) 0} - -.ld-course-list-content.list-view .bb-course-cover{-webkit-box-flex:0;-ms-flex:0 0 240px;flex:0 0 240px} - -.ld-course-list-content.list-view .bb-cover-wrap{padding-top:70%;height:100%} - -.ld-course-list-content.list-view .course-progress-wrap{max-width:450px} - -.ld-course-list-content.list-view .bb-course-footer{-ms-flex-flow:column-reverse;flex-flow:column-reverse;bottom:auto;top:16px;width:auto;right:auto;left:0} - -.ld-course-list-content.list-view .has-video-cover iframe{border-radius:0 var(--bb-block-radius) var(--bb-block-radius) 0} - -.ld-course-list-content.list-view .has-video-cover .fluid-width-video-wrapper{height:100%} - -.ld-course-list-content.list-view .bb-cover-list-item:not(.bb-course-no-content) .bb-cover-wrap{border-radius:0 var(--bb-block-radius) var(--bb-block-radius) 0} - -.ld-course-list-content.grid-view .bb-cover-list-item:not(.bb-course-no-content) .bb-cover-wrap{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0} - -.learndash-pager{display:block;color:inherit;text-transform:none;font-size:inherit;font-weight:inherit;background-color:inherit;padding:0;border-radius:0;margin:0} - -.bb-courses-directory+#ld_categorydropdown{margin:-50px 0 15px} - -.bb-courses-directory+#ld_categorydropdown select{max-width:180px} - -.bb-courses-directory+#ld_categorydropdown label[for=ld_categorydropdown_select]{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}@media screen and (min-width:768px){ - -.ld-course-list-items .col-md-2{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}}@media screen and (max-width:620px){ - -.ld-course-list-content.list-view .bb-course-cover{-webkit-box-flex:0;-ms-flex:0 0 140px;flex:0 0 140px}} - -.ld-course-list-content.list-view .ld_course_grid .course{display:-webkit-box;display:-ms-flexbox;display:flex} - -.ld-course-list-content.list-view .ld_course_grid .course .bb-card-course-details,.ld-course-list-content.list-view .ld_course_grid .course .bb-course-cover{display:-webkit-box;display:-ms-flexbox;display:flex} - -.ld-course-list-content.list-view .ld_course_grid .course .bb-course-cover a{width:100%;border-radius:0 3px 3px 0} - -.ld-course-list-content .ld_course_grid .course .bb-card-course-details{padding:16px 20px} - -.ld-course-list-content .ld_course_grid .course .bb-card-course-details .ld_course_grid_button .btn{width:auto}@media screen and (max-width:420px){ - -.ld-course-list-content .ld_course_grid .course .bb-card-course-details .bb-course-title{font-size:16px!important}} - -ul.bb-lms-user-profile-tabs{margin:0;list-style:none} - -ul.bb-lms-user-profile-tabs::after{content:"";clear:both;display:table} - -ul.bb-lms-user-profile-tabs li{float:right;margin:0 0 0 30px} - -ul.bb-lms-user-profile-tabs a{color:#939597;display:block;padding:15px 0;text-decoration:none;font-size:14px;border:0} - -ul.bb-lms-user-profile-tabs a:hover{color:var(--bb-headings-color)} - -ul.bb-lms-user-profile-tabs .selected a{color:var(--bb-headings-color);font-weight:600} - -ul.bb-lms-user-profile-tabs .hideshow li{float:none;margin:0} - -ul.bb-lms-user-profile-tabs .hideshow li a{display:block;font-weight:400;letter-spacing:-.24px;line-height:1;margin-bottom:1px;padding:.75rem .9375rem} - -ul.bb-lms-user-profile-tabs .sub-menu{top:50px} - -ul.bb-lms-user-profile-tabs .more-button.active::after{bottom:-10px} - -.single-badges .entry-content-wrap{padding:0} - -.single-badges .entry-meta{margin-bottom:30px} - -.single-badges .entry-img{display:none} - -.single-badges .achievement-wrap{padding:0;margin:0;border-top:0} - -.single-badges .badgeos-achievement-earned p,.single-badges .badgeos-feedback-response.success{border-radius:3px;padding:10px} - -.single-badges .achievement-wrap h4{clear:both;margin-top:50px;margin-bottom:15px;font-weight:500} - -#badge_list .bb-badge-wrap{background:#fff;border:1px solid #eef0f3;border-radius:4px;margin-bottom:10px;padding:20px} - -#badge_list .bb-badge-wrap img{max-width:64px;margin-left:20px} - -#badge_list .bb-badge-img{float:right} - -#badge_list .bb-badge-content{overflow:hidden} - -#badge_list .bb-badge-title{font-size:18px;font-weight:600;letter-spacing:0;line-height:1.5;margin-bottom:10px} - -#badge_list .bb-badge-title a{color:inherit} - -#badge_list .bb-badge-content{font-size:16px;color:#939597;letter-spacing:-.24px;line-height:1.5} - -#certificate_list>li{margin-bottom:20px} - -#certificate_list .bb-certificate-wrap{background-color:var(--bb-content-background-color);border:1px solid #eef0f3;border-radius:4px;height:100%;padding:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;position:relative} - -#certificate_list .bb-certificate-wrap::before{content:"";position:absolute;top:0;right:0;width:100%;height:35px;display:inline-block;background-color:#f5f6f7} - -#certificate_list .bb-certificate-wrap::after{content:"";position:absolute;top:5px;right:0;left:0;margin:0 auto;background:url(../images/svg/certificate-icon.svg);width:44px;height:50px} - -#certificate_list .bb-certificate-wrap:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1);z-index:1} - -#certificate_list .bb-certificate-content{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;padding-top:48px} - -#certificate_list .bb-certificate-title{font-size:20px;font-weight:600;letter-spacing:0;line-height:1.3;margin:0 0 25px;text-align:center}@media screen and (min-width:561px){ - -#certificate_list .bb-certificate-title{min-height:72px}} - -#certificate_list .bb-certificate-title a{color:inherit;display:block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:50px;width:100%} - -#certificate_list .bb-certificate-title a:hover{color:var(--bb-primary-color)} - -#certificate_list .bb-certificate-title span{display:block;margin-bottom:0;font-weight:400;letter-spacing:-.13px;font-size:13px;color:var(--bb-alternate-text-color)} - -#certificate_list .bb-certificate-date{font-size:13px;color:var(--bb-headings-color);letter-spacing:-.22px;line-height:1;width:50%;float:right} - -#certificate_list .bb-certificate-date span{display:block;font-size:12px;margin-bottom:6px;color:var(--bb-alternate-text-color)} - -#certificate_list .bb-certificate-download{width:50%;float:right;text-align:left;margin-bottom:0;line-height:1} - -#certificate_list .bb-certificate-download a{font-size:0;position:relative;display:inline-block;padding-top:11px;letter-spacing:-.24px} - -#certificate_list .bb-certificate-download a:hover{color:var(--bb-primary-color)} - -#certificate_list .bb-certificate-download a i{font-size:25px;position:absolute;top:0;left:0} - -#certificate_list>li{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}@media screen and (max-width:1200px){ - -#certificate_list>li{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}}@media screen and (max-width:998px){ - -#certificate_list>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:640px){ - -#certificate_list>li .bb-certificate-wrap{padding:25px 15px 15px}}@media screen and (max-width:560px){ - -#certificate_list>li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}} - -.has-sidebar #certificate_list>li{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}@media screen and (max-width:1200px){ - -.has-sidebar #certificate_list>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (min-width:800px) and (max-width:1000px){ - -.has-sidebar #certificate_list>li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media screen and (max-width:640px){ - -.has-sidebar #certificate_list>li .bb-certificate-wrap{padding:25px 15px 15px}}@media screen and (max-width:560px){ - -.has-sidebar #certificate_list>li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}} - -.bb-leandash-profile-page .bb-profile-card-area{margin-top:65px} - -.bb-course-preview-wrap.bb-thumbnail-preview{display:block} - -.bb-profile-grid .bb-courses-header{margin:0} - -.bb-profile-grid .bb-secondary-list-tabs{margin:0 0 10px} - -.bb-leandash-profile-page .bb-profile-avatar a.bbp-profile-avatar-link{width:100%} - -.bb-leandash-profile-page .bb-profile-card div.cover-image-wrap{margin-top:0} - -.bb_profile_course_wrapper{padding:5px 0;margin-bottom:5px;border-bottom:1px solid var(--bb-content-border-color);font-size:15px} - -.bb_profile_course_wrapper a{color:var(--bb-headings-color)} - -.bb_profile_course_wrapper a:hover{color:var(--bb-primary-color)} - -.bb_profile_course_wrapper span.bb-learndash-profile-edit-course-link{-webkit-box-flex:0;-ms-flex:0 0 60px;flex:0 0 60px;max-width:60px;text-align:left} - -.bb_profile_course_wrapper span.bb-learndash-profile-edit-course-link a{color:#939597} - -.bb_profile_course_wrapper span.bb-learndash-profile-edit-course-link a:hover{color:#939597} - -.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt{padding:4px 15px;border-radius:var(--bb-button-radius);font-size:13px;height:37px;font-weight:400;background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);white-space:nowrap} - -.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt .ld-icon{margin-right:8px;position:relative;top:6px;color:var(--bb-alternate-text-color)} - -.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt .ld-icon-search{font-size:14px} - -.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt: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)} - -.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt:hover .ld-icon{color:var(--bb-secondary-button-text-hover)} - -.learndash-wrapper .ld-item-list .ld-section-heading .ld-expand-button{padding:4px 15px;border-radius:var(--bb-button-radius);font-size:13px;height:37px;background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);white-space:nowrap} - -.learndash-wrapper .ld-item-list .ld-section-heading .ld-expand-button:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -.learndash-wrapper .ld-item-list .ld-section-heading .ld-expand-button .ld-icon{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;font-size:8px;color:var(--bb-alternate-text-color)} - -.learndash-wrapper .ld-item-list .ld-section-heading .ld-expand-button .ld-text{padding:0 0 0 8px} - -.learndash-wrapper .ld-item-list .ld-section-heading .ld-expand-button:hover{opacity:1;background-color:var(--bb-secondary-button-background-hover);color:var(--bb-secondary-button-text-hover);border:1px solid var(--bb-secondary-button-border-hover)} - -.learndash-wrapper .ld-item-list .ld-section-heading .ld-expand-button:hover .ld-icon{color:var(--bb-secondary-button-text-hover)} - -.learndash-wrapper #ld-profile .ld-item-list{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius)} - -.learndash-wrapper #ld-profile .ld-item-list .ld-section-heading{padding:10px 20px;-ms-flex-flow:wrap;flex-flow:wrap} - -.learndash-wrapper #ld-profile .ld-item-list .ld-section-heading h3{font-size:22px;font-weight:600;line-height:1.24} - -.learndash-wrapper #ld-profile .ld-progress-label{color:var(--bb-headings-color);text-transform:none;font-size:14px} - -.learndash-wrapper #ld-profile .ld-item-search .ld-item-search-wrapper{border-radius:0;background-color:var(--bb-content-alternate-background-color);margin:0;padding:12px 20px} - -.learndash-wrapper #ld-profile .ld-item-search .ld-item-search-wrapper::before{background-color:var(--bb-content-alternate-background-color)} - -.learndash-wrapper #ld-profile .ld-item-search .ld-item-search-fields{margin-bottom:20px} - -.learndash-wrapper #ld-profile .ld-item-search .ld-item-search-fields input.ld-course-nav-field{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius);padding:0 30px;height:40px;line-height:40px;background-color:var(--bb-content-background-color)} - -.learndash-wrapper #ld-profile .ld-item-search .ld-item-search-fields input.ld-course-nav-field:focus{box-shadow:var(--bb-input-focus-shadow);border-color:var(--bb-input-focus-border-color)} - -.learndash-wrapper #ld-profile .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button{-webkit-transition:all linear .2s;transition:all linear .2s;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);line-height:1} - -.learndash-wrapper #ld-profile .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.learndash-wrapper #ld-profile .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-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);opacity:1} - -.learndash-wrapper #ld-profile .ld-item-search .ld-item-search-fields .ld-reset-button{background-color:transparent;color:var(--bb-alternate-text-color);font-weight:400} - -.learndash-wrapper #ld-profile .ld-item-search .ld-item-search-name>label{color:var(--bb-alternate-text-color)} - -.learndash-wrapper #ld-profile .ld-item-search .ld-closer{font-weight:400;font-size:11px;color:var(--bb-alternate-text-color)} - -.learndash-wrapper #ld-profile .ld-item-list .ld-expand-button.ld-mobile-only .ld-text{display:none} - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-item{margin-bottom:0} - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview{border-radius:0;padding:15px 20px} - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview .ld-course-title{font-weight:600}@media screen and (max-width:640px){ - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview .ld-course-title{font-weight:500;font-size:14px}}@media screen and (max-width:640px){ - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview{-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} - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview .ld-item-details{margin-right:5px} - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview .ld-item-details .ld-status{margin-left:0;text-transform:none;padding:0 6px;line-height:20px}} - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded{border-bottom:1px solid rgba(146,164,183,.05)} - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded .ld-progress{background:#fff;margin-bottom:0} - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded{margin-top:0} - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list-item-preview{padding:10px 0} - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list .ld-table-list-header{background-color:#fff;margin-bottom:10px} - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list .ld-table-list-items{background-color:#fff;font-size:1em} - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list .ld-table-list-item:first-child{border-top:0} - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list .ld-table-list-item{border-bottom:0} - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list .ld-table-list-column.ld-table-list-column-comments>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list .ld-table-list-column.ld-table-list-column-comments>a .ld-icon{margin-left:5px}@media screen and (max-width:800px){ - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list .ld-table-list-column.ld-table-list-column-comments>a .ld-icon{margin-right:0}} - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-status{padding:4px 12px;display:inline-block} - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-icon{color:#939597} - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item:nth-child(odd) .ld-item-list-item-preview{background:var(--bb-content-alternate-background-color)} - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item:nth-child(even) .ld-item-list-item-preview{background:100% 0} - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item:nth-child(even) .ld-item-list-item-expanded::before{background:#fff} - -.learndash-wrapper #ld-profile .ld-status{text-transform:uppercase;font-weight:400;font-size:11px;line-height:inherit;padding:0 12px;letter-spacing:inherit} - -.learndash-wrapper #ld-profile .ld-status.ld-status-progress{background-color:var(--bb-primary-color);color:#fff} - -.learndash-wrapper #ld-profile .ld-item-list-item-preview .ld-status-icon{margin-right:10px} - -.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details .ld-certificate-link{color:#939597} - -.learndash-wrapper #ld-profile .ld-item-list a.ld-item-name{padding:0 5px}@media screen and (min-width:800px){ - -.learndash-wrapper #ld-profile .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column.ld-column-date,.learndash-wrapper #ld-profile .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column.ld-table-list-column-date,.learndash-wrapper #ld-profile .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column.ld-column-date,.learndash-wrapper #ld-profile .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column.ld-table-list-column-date{-webkit-box-flex:0;-ms-flex:0 1 190px;flex:0 1 190px}} - -.learndash-wrapper #ld-profile .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column,.learndash-wrapper #ld-profile .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column{text-align:right;font-size:1em} - -.learndash-wrapper #ld-profile .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column{text-transform:uppercase;font-size:12px;color:var(--bb-alternate-text-color)} - -.learndash-wrapper #ld-profile .ld-table-list .ld-table-list-items .ld-table-list-column{color:var(--bb-alternate-text-color)} - -.learndash-wrapper #ld-profile .ld-table-list .ld-table-list-header .ld-table-list-column{color:var(--bb-headings-color)} - -.learndash-wrapper #ld-profile .ld-item-list-item-expanded .ld-table-list .ld-table-list-item-preview{padding:12px 0} - -.learndash-wrapper #ld-profile .ld-item-list-item-expanded .ld-table-list .ld-table-list-item-preview .ld-table-list-title a{color:var(--bb-headings-color)} - -.learndash-wrapper #ld-profile .ld-item-list-item-expanded .ld-table-list .ld-table-list-item-preview .ld-table-list-title a:hover{color:var(--bb-primary-color)} - -.learndash-wrapper #ld-profile .ld-item-list-item-expanded .ld-item-contents{padding-top:1em;padding-bottom:1em} - -.learndash-wrapper #ld-profile .ld-item-list-item-expanded .ld-table-list.ld-quiz-list{margin:.5em 0;border-radius:0} - -.learndash-wrapper #ld-profile .ld-item-list-item-expanded .ld-table-list-header{text-transform:uppercase;font-size:12px;color:var(--bb-alternate-text-color)} - -.learndash-wrapper #ld-profile .ld-icon.ld-icon-assignment{color:#939597;font-size:20px} - -.learndash-wrapper #ld-profile .ld-icon.ld-icon-calendar{font-size:13px} - -.learndash-wrapper #ld-profile .ld-assignment-list .ld-status{padding-right:2px} - -.learndash-wrapper #ld-profile .ld-table-list-column.ld-table-list-column-stats .ld-icon.ld-icon-assignment{font-size:22px;font-weight:500} - -.learndash-wrapper #ld-profile .ld-table-list-column.ld-table-list-column-stats .ld-icon.ld-icon-assignment::before{content:"\e868"} - -.learndash-wrapper #ld-profile .ld-table-list-column.ld-table-list-column-certificate .ld-icon.ld-icon-certificate{color:#939597;font-size:18px} - -.learndash-wrapper #ld-profile .ld-status-icon.ld-status-incomplete{border:2px solid #dedfe2} - -.learndash-wrapper #ld-profile .ld-status-icon.ld-status-in-progress{border:2px solid #dedfe2;border-left-color:var(--bb-primary-color);border-bottom-color:var(--bb-primary-color);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background-color:transparent}@media screen and (min-width:800px){ - -.learndash-wrapper #ld-profile .ld-table-list.ld-assignment-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column.ld-date-column{-webkit-box-flex:0;-ms-flex:0 1 180px;flex:0 1 180px} - -.learndash-wrapper #ld-profile .ld-table-list.ld-assignment-list .ld-table-list-column.ld-column-status,.learndash-wrapper #ld-profile .ld-table-list.ld-assignment-list .ld-table-list-column.ld-status-column{-webkit-box-flex:0;-ms-flex:0 1 250px;flex:0 1 250px}} - -.learndash-wrapper #ld-profile .ld-table-list.ld-assignment-list .ld-table-list-column.ld-comments-column{font-weight:400} - -.learndash-wrapper #ld-profile .ld-table-list.ld-assignment-list .ld-status{white-space:nowrap;display:inline-block} - -.learndash-wrapper #ld-profile .ld-table-list.ld-assignment-list .ld-icon.ld-icon-assignment{margin-left:5px} - -.learndash-wrapper #ld-profile .ld-profile-summary{margin-bottom:3em} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:0 20px 20px;margin-bottom:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;max-height:180px} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-heading{-ms-flex-item-align:end;align-self:flex-end;font-size:28px;color:var(--bb-headings-color);position:relative;bottom:55px} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar{border-radius:5px;margin-left:20px;position:relative;top:30px;width:180px;height:180px;border:5px solid #fff;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px var(--bb-content-border-color)} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar .avatar{border-radius:5px} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-edit-link{-ms-flex-item-align:end;align-self:flex-end;padding:2px 12px;border-radius:var(--bb-button-radius);font-size:13px;margin-right:auto;position:relative;z-index:3;background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular)} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-edit-link:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-edit-link: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)} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-right:220px;position:relative;bottom:65px;z-index:2} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat{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-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:0;-ms-flex:none;flex:none;padding:0 15px;border-left:1px solid var(--bb-content-border-color)} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat:first-of-type{padding-right:0} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat:last-of-type{border-left:0;padding-left:0} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat strong{color:var(--bb-headings-color);margin:0 0 0 5px;font-size:20px} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat span{color:var(--bb-alternate-text-color);font-size:14px;line-height:1}@media screen and (max-width:992px){ - -.learndash-wrapper #ld-profile .ld-profile-summary{margin-bottom:0} - -.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;max-height:none;padding-bottom:0} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-heading{bottom:90px} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-edit-link,.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-heading{-ms-flex-item-align:start;align-self:flex-start;margin-right:200px} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar{top:35px} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-edit-link{bottom:30px} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats{bottom:120px} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat span,.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat strong{font-size:14px}}@media screen and (max-width:800px){ - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:50px;padding-top:30px} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar{top:0;margin-left:0} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-heading{bottom:0;margin:10px 0} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-edit-link,.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-heading{-ms-flex-item-align:center;align-self:center;margin-right:0} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-edit-link{bottom:0} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats{margin-right:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;bottom:45px} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat span,.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat strong{font-size:14px;line-height:140%}}@media screen and (max-width:640px){ - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat{width:auto;margin-bottom:.5em!important}}@media screen and (max-width:500px){ - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card{padding-bottom:150px} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar{width:170px;height:170px} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats{bottom:130px} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width:992px){ - -.learndash-wrapper #ld-profile .ld-profile-summary+.ld-item-list{margin-top:0}}@media screen and (max-width:800px){ - -.learndash-wrapper #ld-profile .ld-profile-summary+.ld-item-list{margin-top:10px}}@media screen and (max-width:500px){ - -.learndash-wrapper #ld-profile .ld-profile-summary+.ld-item-list{margin-top:-80px}} - -.widget .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats{margin:0;-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;bottom:0} - -.widget .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;border:0} - -.widget .learndash-wrapper #ld-profile .ld-profile-summary{margin-top:0} - -.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;max-height:none;border:0;margin-top:0} - -.widget .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar{top:0;margin:0 auto} - -.widget .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-heading{bottom:0;-ms-flex-item-align:center;align-self:center} - -.widget .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-edit-link{position:static;-ms-flex-item-align:center;align-self:center;margin:0} - -.widget .learndash-wrapper #ld-profile .ld-item-list-item-preview .ld-status{margin-left:auto} - -.widget .learndash-wrapper #ld-profile .ld-item-list .ld-section-heading{padding-right:10px;padding-left:10px} - -.widget .learndash-wrapper #ld-profile .ld-status{padding:3px 8px} - -.widget .learndash-wrapper #ld-profile .ld-progress-label{font-size:12px} - -.widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview{-ms-flex-flow:wrap;flex-flow:wrap;padding-right:10px;padding-left:10px} - -.widget .ld-item-list .ld-item-list-item .ld-item-name{-webkit-box-flex:1;-ms-flex:1 1 85%;flex:1 1 85%;width:85%} - -.widget .ld-item-list .ld-item-list-item .ld-course-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;min-width:0} - -.widget .ld-item-list .ld-item-list-item .ld-item-details{min-width:100%;margin-top:5px} - -.widget .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-progress{padding:20px} - -.widget .ld-item-list .ld-item-list-item .ld-progress-stats{padding-left:0} - -.widget .ld-item-list .ld-section-heading .ld-search-prompt{height:auto;line-height:20px;padding:3px 10px} - -.widget .ld-item-list .ld-section-heading .ld-search-prompt .ld-icon{top:2px} - -.widget .ld-item-list .ld-section-heading .ld-expand-button{height:auto;line-height:20px;padding:3px 10px} - -.learndash-wrapper .ld-loading::before{border:3px solid rgba(0,0,0,.2);border-top-color:var(--bb-primary-color)} - -.lms-topic-sidebar-wrapper{background-color:var(--bb-body-background-color);box-shadow:inset 36px 0 40px -32px rgba(0,0,0,.05);-webkit-transition:margin-right .2s ease,margin-left .2s ease;transition:margin-right .2s ease,margin-left .2s ease;opacity:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow-x:hidden;overflow-y:auto;min-height:-webkit-calc(100vh - 76px);min-height:calc(100vh - 76px)} - -.lms-topic-sidebar-wrapper .ld-item-list-section-heading{padding:5px 25px 5px 30px} - -.lms-topic-sidebar-wrapper .ld-item-list-section-heading .ld-lesson-section-heading{color:var(--bb-headings-color);font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%} - -.lms-topic-sidebar-wrapper .lms-topic-sidebar-data{padding:15px 0;font-size:15px;position:fixed;right:0;-webkit-transition:right .2s ease,left .2s ease;transition:right .2s ease,left .2s ease;width:370px;height:100%;max-height:-webkit-calc(100% - 80px);max-height:calc(100% - 80px);overflow:auto;z-index:111}@media screen and (min-width:800px){ - -.bb-buddypanel-left.buddypanel-open .lms-topic-sidebar-wrapper .lms-topic-sidebar-data{right:230px} - -.sfwd-single-sidebar-right .lms-topic-sidebar-wrapper .lms-topic-sidebar-data,.sfwd-single-sidebar-right.bb-buddypanel-left.buddypanel-open .lms-topic-sidebar-wrapper .lms-topic-sidebar-data,.sfwd-single-sidebar-right.bb-buddypanel-left:not(.buddypanel-open) .lms-topic-sidebar-wrapper .lms-topic-sidebar-data{right:inherit;left:0} - -.bb-buddypanel-right.buddypanel-open.sfwd-single-sidebar-right .lms-topic-sidebar-wrapper .lms-topic-sidebar-data{right:inherit;left:230px} - -.bb-buddypanel-right:not(.buddypanel-open).sfwd-single-sidebar-right .lms-topic-sidebar-wrapper .lms-topic-sidebar-data{right:inherit;left:0} - -.bb-buddypanel-right.buddypanel-open.sfwd-single-sidebar-left .lms-topic-sidebar-wrapper .lms-topic-sidebar-data,.bb-buddypanel-right:not(.buddypanel-open).sfwd-single-sidebar-left .lms-topic-sidebar-wrapper .lms-topic-sidebar-data{right:0;left:inherit} - -.bb-buddypanel-right.buddypanel-open.sfwd-single-sidebar-left.lms-side-panel-close .lms-topic-sidebar-wrapper .lms-topic-sidebar-data,.bb-buddypanel-right:not(.buddypanel-open).sfwd-single-sidebar-left.lms-side-panel-close .lms-topic-sidebar-wrapper .lms-topic-sidebar-data{right:-370px;left:inherit}} - -.elementor-header+.site-content .lms-topic-sidebar-data{background-color:var(--bb-body-background-color)}@media screen and (min-width:800px){ - -.bb-buddypanel-left.buddypanel-open .lms-topic-sidebar-wrapper.lms-topic-sidebar-close .lms-topic-sidebar-data{right:-370px} - -.bb-buddypanel-left.buddypanel-open.sfwd-single-sidebar-right .lms-topic-sidebar-wrapper.lms-topic-sidebar-close .lms-topic-sidebar-data,.bb-buddypanel-left:not(.buddypanel-open).sfwd-single-sidebar-right .lms-topic-sidebar-wrapper.lms-topic-sidebar-close .lms-topic-sidebar-data,.bb-buddypanel-right.buddypanel-open.sfwd-single-sidebar-right .lms-topic-sidebar-wrapper.lms-topic-sidebar-close .lms-topic-sidebar-data,.bb-buddypanel-right:not(.buddypanel-open).sfwd-single-sidebar-right .lms-topic-sidebar-wrapper.lms-topic-sidebar-close .lms-topic-sidebar-data,.sfwd-single-sidebar-right .lms-topic-sidebar-wrapper.lms-topic-sidebar-close .lms-topic-sidebar-data{right:inherit;left:-370px}} - -.lms-topic-sidebar-wrapper .lms-links{border-top:1px solid var(--bb-content-border-color);margin:25px 30px 0;padding:25px 0 0} - -.lms-topic-sidebar-wrapper .lms-links ul{list-style:none;margin-right:0} - -.lms-topic-sidebar-wrapper .lms-links ul li{padding:5px 0} - -.lms-topic-sidebar-wrapper .lms-links ul li a{display:block;width:100%;text-align:center;line-height:40px;border:1px solid var(--bb-primary-color);border-radius:100px;color:var(--bb-primary-color);-webkit-transition:all linear .2s;transition:all linear .2s} - -.lms-topic-sidebar-wrapper .lms-links ul li a:hover{color:var(--bb-primary-color)} - -.lms-topic-sidebar-wrapper .lms-links ul li a i{margin:0 0 0 8px;position:relative;top:1px;font-size:16px} - -.lms-topic-sidebar-wrapper .bb-progress-bar{width:100%;height:3px;border-radius:3px;background-color:rgba(255,255,255,.4);position:relative;margin-bottom:10px} - -.lms-topic-sidebar-wrapper .bb-progress-bar span{background-color:#fff;height:100%;display:inline-block;position:absolute;border-radius:3px} - -.lms-topic-sidebar-wrapper .lms-items-loading{list-style:none;margin-right:30px} - -.lms-topic-sidebar-wrapper .lms-items-loading li{margin:8px 0} - -.lms-topic-sidebar-wrapper .lms-items-loading li a{display:inline-block} - -.lms-topic-sidebar-wrapper .lms-lessions-list ol .lms-item-wrapper{margin-right:-100px;padding-right:100px} - -.lms-topic-sidebar-wrapper .lms-lessions-list ol>li ol,.lms-topic-sidebar-wrapper .lms-lessions-list ol>li>ul{margin-bottom:0} - -.lms-topic-sidebar-wrapper .lms-lessions-list>ol{margin-right:47px} - -.lms-topic-sidebar-wrapper .lms-course-quizzes-list{margin-top:30px} - -.lms-topic-sidebar-wrapper .lms-course-quizzes-list .lms-course-quizzes-heading{font-size:15px;font-weight:600;letter-spacing:.6px;padding:20px 0 0;margin:0 30px 15px;border-top:1px solid var(--bb-content-border-color)} - -.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul{margin-right:0} - -.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul a{padding-right:30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.lms-topic-sidebar-wrapper .lms-course-quizzes-list ul .lms-item-wrapper{margin-right:-100px;padding-right:100px} - -.lms-topic-sidebar-wrapper .lms-count{background-color:rgba(0,0,0,.03);border-radius:100px;font-weight:500;padding:0 14px;font-size:11px;height:20px;line-height:20px;margin-right:10px} - -.lms-topic-sidebar-wrapper .lms-course-sidebar-heading{font-size:15px;letter-spacing:.6px;padding:20px 0 0;margin:0 30px 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.lms-topic-sidebar-wrapper .lms-course-groups-list{margin-bottom:20px} - -.lms-topic-sidebar-wrapper .lms-group-flag{margin:30px 0 10px} - -.lms-topic-sidebar-wrapper .lms-group-flag .group-flag-index{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:17px 30px;background:rgba(146,164,183,.1);-webkit-transition:.3s all;transition:.3s all} - -.lms-topic-sidebar-wrapper .lms-group-flag .group-flag-index>a{-webkit-box-flex:0;-ms-flex:0 0 53px;flex:0 0 53px;max-width:53px} - -.lms-topic-sidebar-wrapper .lms-group-flag .lms-flag-group-avatar{border-radius:4px;margin-left:15px;max-width:38px;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px var(--bb-content-border-color)} - -.lms-topic-sidebar-wrapper .lms-group-flag .lms-group-heading{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 77px);flex:0 0 -webkit-calc(100% - 77px);flex:0 0 calc(100% - 77px);max-width:-webkit-calc(100% - 77px);max-width:calc(100% - 77px)} - -.lms-topic-sidebar-wrapper .lms-group-flag .lms-group-heading span{display:block;line-height:1} - -.lms-topic-sidebar-wrapper .lms-group-flag .lms-group-heading a span{color:var(--bb-headings-color);font-size:16px;font-weight:500;-webkit-transition:.3s all;transition:.3s all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis} - -.lms-topic-sidebar-wrapper .lms-group-flag .lms-group-heading a:hover span{color:var(--bb-primary-color)} - -.lms-topic-sidebar-wrapper .lms-group-flag .lms-group-heading>span{color:var(--bb-alternate-text-color);font-size:13px;margin-top:5px} - -.lms-topic-sidebar-wrapper .lms-group-flag .flag-group-exp{padding:5px;color:var(--bb-alternate-text-color);cursor:pointer;-webkit-box-flex:0;-ms-flex:0 0 24px;flex:0 0 24px;max-width:24px} - -.lms-topic-sidebar-wrapper .lms-group-flag.expanded .flag-group-exp i{-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1)} - -.lms-topic-sidebar-wrapper .course-group-list{list-style:none;margin:0;padding-top:15px;padding-bottom:15px;display:none} - -.lms-topic-sidebar-wrapper .course-group-list li{padding:8px 80px 8px 30px} - -.lms-topic-sidebar-wrapper .course-group-list img{max-width:32px;margin-left:15px;border-radius:5px} - -.lms-topic-sidebar-wrapper .course-group-list a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--bb-headings-color);-webkit-transition:.3s all;transition:.3s all} - -.lms-topic-sidebar-wrapper .course-group-list a:hover{color:var(--bb-primary-color)} - -.lms-topic-sidebar-wrapper .course-group-list a .lms-group-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis} - -.lms-topic-sidebar-wrapper .group-exec-list{list-style:none;margin:0} - -.lms-topic-sidebar-wrapper .group-exec-list li{padding:0} - -.lms-topic-sidebar-wrapper .group-exec-list li>a{padding:10px 30px;-webkit-transition:.3s all;transition:.3s all} - -.lms-topic-sidebar-wrapper .group-exec-list li>a:hover{background:rgba(146,164,183,.1)} - -.lms-topic-sidebar-wrapper .group-exec-list img{max-width:38px;margin-left:15px} - -.lms-topic-sidebar-wrapper .group-exec-list a .lms-group-lead span{display:block;line-height:1;color:var(--bb-headings-color)} - -.lms-topic-sidebar-wrapper .group-exec-list a .lms-group-lead span:last-child{font-size:13px;color:var(--bb-alternate-text-color);margin-top:5px} - -.lms-topic-sidebar-wrapper .group-exec-list a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--bb-alternate-text-color)} - -.lms-topic-sidebar-wrapper .group-exec-list a:hover .lms-group-lead span{color:var(--bb-primary-color)} - -.lms-topic-sidebar-wrapper .group-exec-list a:hover .lms-group-lead span:first-child{color:var(--bb-primary-color)} - -.lms-topic-sidebar-wrapper .group-exec-list a:hover .lms-group-lead span:last-child{color:var(--bb-alternate-text-color)} - -.lms-topic-sidebar-wrapper .lms-course-members-list{margin-top:30px} - -.lms-topic-sidebar-wrapper .lms-course-members-list .lms-course-sidebar-heading{border-top:1px solid var(--bb-content-border-color)} - -.lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap{padding:0} - -.lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap>.list-members-extra{padding:15px 30px 0;display:inline-block} - -.lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap>.list-members-extra.lme-less{display:none} - -.lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap.expanded>.list-members-extra.lme-less{display:inline-block} - -.lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap.expanded>.list-members-extra.lme-more{display:none} - -.lms-topic-sidebar-wrapper .lms-course-members-list .list-members-extra i{margin-right:5px} - -.lms-topic-sidebar-wrapper .lms-course-members-list .expanded .list-members-extra i{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)} - -.lms-topic-sidebar-wrapper .lms-course-members-list .course-members-list{list-style:none;margin:0} - -.lms-topic-sidebar-wrapper .lms-course-members-list .course-members-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 30px} - -.lms-topic-sidebar-wrapper .lms-course-members-list .course-members-list img{max-width:28px;margin-left:10px} - -.lms-topic-sidebar-wrapper .lms-course-members-list .course-members-list.course-members-list-extra{display:none} - -.lms-topic-sidebar-wrapper .lms-course-members-list .course-members-list a{color:var(--bb-headings-color)} - -.lms-topic-sidebar-wrapper .lms-course-members-list .course-members-list a:hover{color:var(--bb-primary-color)} - -.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul,.lms-topic-sidebar-wrapper .lms-lessions-list>ol{margin-bottom:0} - -.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul>li a.bb-lesson-head,.lms-topic-sidebar-wrapper .lms-lessions-list>ol>li a.bb-lesson-head{color:var(--bb-headings-color)} - -.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul>li a.bb-lesson-head:hover,.lms-topic-sidebar-wrapper .lms-lessions-list>ol>li a.bb-lesson-head:hover{color:var(--bb-primary-color)} - -.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul>li.lms-is-locked:not(.bb-lms-is-sample) a,.lms-topic-sidebar-wrapper .lms-lessions-list>ol>li.lms-is-locked:not(.bb-lms-is-sample) a{pointer-events:none;cursor:default} - -.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul li.current>.lms-item-wrapper>a,.lms-topic-sidebar-wrapper .lms-lessions-list>ol li.current>.lms-item-wrapper>a{color:var(--bb-primary-color)} - -.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul .lms-sidebar-lesson-progression,.lms-topic-sidebar-wrapper .lms-lessions-list>ol .lms-sidebar-lesson-progression{color:#939597;font-size:13px;margin-left:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul .lms-sidebar-lesson-progression .bb-progress,.lms-topic-sidebar-wrapper .lms-lessions-list>ol .lms-sidebar-lesson-progression .bb-progress{margin-right:10px;position:relative;right:1px} - -.lms-topic-sidebar-wrapper ol.lms-topic-list{margin-bottom:1rem} - -.lms-topic-sidebar-wrapper ol.lms-topic-list .lms-topic-item .lms-quiz-list{margin-bottom:0} - -.lms-topic-sidebar-wrapper ol.lms-topic-list .lms-topic-item .lms-quiz-list li:last-child{padding-bottom:0} - -.lms-topic-sidebar-wrapper .lms-quiz-list{list-style:none;margin-right:0;margin-bottom:0} - -.lms-topic-sidebar-wrapper li .lms-item-wrapper{padding:12px 0;line-height:1.6;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.lms-topic-sidebar-wrapper li.current>.lms-item-wrapper{background-color:#f4f5f7} - -.lms-topic-sidebar-wrapper .lms-item-wrapper a{margin-left:auto;color:#939597} - -.lms-topic-sidebar-wrapper .lms-side-item-complete{font-size:18px;margin-left:20px} - -.lms-topic-sidebar-wrapper .lms-side-item-complete i[class*=" bb-icon-"],.lms-topic-sidebar-wrapper .lms-side-item-complete i[class^=bb-icon-]{font-size:20px} - -.lms-topic-sidebar-wrapper .lms-side-item-incomplete{color:var(--bb-content-border-color);margin-left:20px;margin-right:15px} - -.lms-topic-sidebar-wrapper .lms-side-item-incomplete i[class*=" bb-icon-"],.lms-topic-sidebar-wrapper .lms-side-item-incomplete i[class^=bb-icon-]{font-size:20px} - -.lms-topic-sidebar-wrapper .lms-lesson-progress-container{display:inline-block;width:20px;height:20px}@media only screen and (max-width:1200px) and (min-width:800px){ - -body.bb-buddypanel.bb-sfwd-aside:not(.elementor-template-canvas) .elementor-section-boxed[style*=width],body.bb-buddypanel.bb-sfwd-aside:not(.elementor-template-canvas) .elementor-section-full_width[style*=width],body.bb-buddypanel.bb-sfwd-aside:not(.elementor-template-canvas) .elementor-section-stretched[style*=width],body.bb-buddypanel.buddypanel-open.bb-sfwd-aside:not(.elementor-template-canvas) .elementor-section-boxed[style*=width],body.bb-buddypanel.buddypanel-open.bb-sfwd-aside:not(.elementor-template-canvas) .elementor-section-full_width[style*=width],body.bb-buddypanel.buddypanel-open.bb-sfwd-aside:not(.elementor-template-canvas) .elementor-section-stretched[style*=width]{padding-right:0}}@media only screen and (max-width:1080px) and (min-width:800px){ - -.buddypanel-open .lms-topic-sidebar-wrapper .lms-topic-sidebar-data{width:250px} - -.buddypanel-open .lms-topic-sidebar-wrapper{max-width:250px} - -.buddypanel-open .lms-topic-sidebar-wrapper.lms-topic-sidebar-close{margin-right:-250px} - -.buddypanel-open.bb-sfwd-aside:not(.lms-side-panel-close) .site>.elementor-location-header{padding-right:250px}}@media screen and (max-width:767px){ - -#learndash-content div.lms-topic-sidebar-wrapper{max-width:350px;display:none} - -#learndash-content div.lms-topic-sidebar-wrapper.show-in-mobile{display:-webkit-box;display:-ms-flexbox;display:flex} - -.lms-topic-sidebar-wrapper{width:100%} - -.lms-topic-sidebar-wrapper .lms-topic-sidebar-data{width:100%;max-width:350px}}@media screen and (min-width:820px){ - -.bb-single-course-sidebar{max-width:380px;-webkit-box-flex:0;-ms-flex:0 0 42%;flex:0 0 42%;margin-right:auto;position:relative;z-index:2} - -.bb-single-course-sidebar.bb-preview-wrap{margin-top:-260px}} - -.widget-area.course-widget-area{padding-top:0} - -.widget-area.course-widget-area .widget-title{font-size:13px;letter-spacing:.5px;border-bottom:1px solid #e6e7e8;margin:0 -15px 15px;padding:0 15px 15px} - -.widget .bb-course-filters:not(:last-child){margin-bottom:22px} - -.widget .bb-course-filters li{margin:0} - -.widget .bb-course-filters label{font-size:14px;color:#939597;letter-spacing:-.24px;display:block;margin:0 -15px 1px;padding:8px 15px} - -.widget .bb-course-filters .bs-styled-checkbox:checked+label{background:#f7fafe} - -.widget .bb-course-filters .bs-styled-checkbox+label::before{width:16px;height:16px} - -.widget .bb-course-filters .bs-styled-checkbox:checked+label::after{content:"\e876";display:inline-block;font:400 normal normal 14px/1 bb-icons;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);color:#fff;right:10px;font-size:26px;top:4px;box-shadow:none} - -.widget_ldcourseinfo #ld_course_info_mycourses_list .ld-course-info-my-courses{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%} - -.widget_ldcourseinfo #ld_course_info_mycourses_list .bb-cover-list-item{-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:0;border:0;background-color:transparent;box-shadow:none} - -.widget_ldcourseinfo #ld_course_info_mycourses_list .bb-cover-wrap{width:40px;height:40px;padding:0;border-radius:100%} - -.widget_ldcourseinfo #ld_course_info_mycourses_list .bb-card-course-details{padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row} - -.widget_ldcourseinfo #ld_course_info_mycourses_list .bb-card-course-details h2{font-size:14px;font-weight:500} - -.widget_ldcourseinfo #ld_course_info>h4{margin-bottom:15px;line-height:1.4;font-size:14px;color:var(--bb-alternate-text-color);stroke:var(--bb-alternate-text-color)} - -.widget_ldcourseinfo #course_progress_details a.learndash-profile-course-certificate-link{display:none} - -.widget_ldcourseinfo #course_progress_details .bb_profile_course_wrapper{font-size:0} - -.widget_ldcourseinfo #course_progress_details .bb_profile_course_wrapper .learndash-profile-course-title{font-size:14px} - -.widget_ldcourseinfo #course_progress_details .bb_profile_course_wrapper .learndash-profile-course-title strong{font-weight:400} - -.widget_ldcourseinfo #course_progress_details .bb_profile_course_wrapper .learndash-profile-course-access-label{display:none} - -.widget_ldcourseinfo #course_progress_details .bb_profile_course_wrapper .bb-learndash-profile-course-status{font-size:0;-webkit-box-flex:0;-ms-flex:0 0 95px;flex:0 0 95px;max-width:95px} - -.widget_ldcourseinfo #course_progress_details .bb_profile_course_wrapper .bb-learndash-profile-course-status .leardash-course-status{font-size:12px} - -.widget_ldcourseinfo #course_progress_details span.bb-learndash-profile-edit-course-link{-webkit-box-flex:0;-ms-flex:0 0 20px;flex:0 0 20px;max-width:20px;padding:0;margin-left:5px} - -.widget_ldcourseinfo #quiz_progress_details>p{font-size:12px} - -.widget_ldcourseinfo #quiz_progress_details span.bb-learndash-profile-edit-course-link{-webkit-box-flex:0;-ms-flex:0 0 20px;flex:0 0 20px;max-width:20px;padding:0;margin-left:5px} - -.widget_ldcourseinfo #quiz_progress_details .bb-ld-quiz-percentage{padding:0 5px;-webkit-box-flex:0;-ms-flex:0 0 45px;flex:0 0 45px;max-width:45px} - -.widget_ldcourseinfo #quiz_progress_details a.user_statistic{padding:0 5px;-webkit-box-flex:0;-ms-flex:0 0 70px;flex:0 0 70px;max-width:70px} - -.widget_sfwd-courses-widget li h4{margin-bottom:0;font-family:inherit;text-transform:none;font-size:14px;font-weight:400;padding:0;letter-spacing:0} - -.widget_sfwd-courses-widget ul li:last-of-type{margin-bottom:0} - -.elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .ld-user-status.ld-is-widget,.ld-sidebar-widgets .widget_lduserstatus .ld-user-status.ld-is-widget,.widget.widget_lduserstatus .ld-user-status.ld-is-widget{margin:0} - -.elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item:last-child,.ld-sidebar-widgets .widget_lduserstatus .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item:last-child,.widget.widget_lduserstatus .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item:last-child{padding-bottom:0} - -.elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus div.ld-item-list,.ld-sidebar-widgets .widget_lduserstatus div.ld-item-list,.widget.widget_lduserstatus div.ld-item-list{margin:0} - -.elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .ld-item-list-item-preview,.elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .learndash-wrapper .ld-item-list-item-preview,.ld-sidebar-widgets .widget_lduserstatus .ld-item-list-item-preview,.ld-sidebar-widgets .widget_lduserstatus .learndash-wrapper .ld-item-list-item-preview,.widget.widget_lduserstatus .ld-item-list-item-preview,.widget.widget_lduserstatus .learndash-wrapper .ld-item-list-item-preview{background:100% 0} - -.elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .ld-item-title,.ld-sidebar-widgets .widget_lduserstatus .ld-item-title,.widget.widget_lduserstatus .ld-item-title{display:block} - -.elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .ld-status-icon,.elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon,.ld-sidebar-widgets .widget_lduserstatus .ld-status-icon,.ld-sidebar-widgets .widget_lduserstatus .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon,.widget.widget_lduserstatus .ld-status-icon,.widget.widget_lduserstatus .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon{margin-left:10px} - -.elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .ld-section-heading,.ld-sidebar-widgets .widget_lduserstatus .ld-section-heading,.widget.widget_lduserstatus .ld-section-heading{margin-bottom:0}@media screen and (min-width:800px){ - -.widget-area.course-widget-area{-webkit-box-flex:0;-ms-flex:0 0 280px;flex:0 0 280px;max-width:280px}}@media screen and (min-width:540px) and (max-width:799px){ - -.widget-area.course-widget-area{-webkit-box-flex:0;-ms-flex:0 0 240px;flex:0 0 240px;max-width:240px}} - -.ld-sidebar-widgets ul{margin:0} - -.ld-sidebar-widgets .widget{margin-right:30px;margin-left:30px;background:100% 0;border:none;border-top:1px solid var(--bb-content-border-color);margin-bottom:0;border-radius:0;list-style:none;padding:1.25rem 0} - -.ld-sidebar-widgets .widget a{color:var(--bb-headings-color)} - -.ld-sidebar-widgets .widget a:hover{color:var(--bb-primary-color)} - -.ld-sidebar-widgets .widget a.favorite-toggle,.ld-sidebar-widgets .widget a.subscription-toggle{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color)} - -.ld-sidebar-widgets .widget a.favorite-toggle:focus,.ld-sidebar-widgets .widget a.subscription-toggle:focus{box-shadow:var(--bb-outline-button-focus-shadow)} - -.ld-sidebar-widgets .widget a.favorite-toggle:hover,.ld-sidebar-widgets .widget a.subscription-toggle: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);box-shadow:none} - -.ld-sidebar-widgets .widget a.favorite-toggle:active,.ld-sidebar-widgets .widget a.subscription-toggle: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);box-shadow:0 0 1px 2px rgba(0,0,0,.05),inset 0 0 0 2px rgba(0,0,0,.08)} - -.ld-sidebar-widgets .widget a.favorite-toggle.disabled,.ld-sidebar-widgets .widget a.favorite-toggle:disabled,.ld-sidebar-widgets .widget a.subscription-toggle.disabled,.ld-sidebar-widgets .widget a.subscription-toggle:disabled{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color);opacity:.5;pointer-events:none;cursor:default} - -.ld-sidebar-widgets .widget a.button:not(.logout-link,.wc-forward){background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)} - -.ld-sidebar-widgets .widget a.button:not(.logout-link,.wc-forward):focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.ld-sidebar-widgets .widget a.button:not(.logout-link,.wc-forward):hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -.ld-sidebar-widgets .widget a.button.wc-forward{color:#fff} - -.ld-sidebar-widgets .widget a.button.wc-forward:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)} - -.ld-sidebar-widgets .widget:first-child{margin-top:15px} - -.ld-sidebar-widgets .widget h2.widgettitle{font-size:13px;color:var(--bb-headings-color);letter-spacing:.5px;margin:0;padding-bottom:15px;text-transform:uppercase} - -.ld-sidebar-widgets .widget h2.widgettitle .widget-num-count{padding:0 .25rem;color:var(--bb-alternate-text-color);margin-left:auto} - -.ld-sidebar-widgets .widget .llms-progress{margin:5px 0} - -.ld-sidebar-widgets .widget .textwidget h2,.ld-sidebar-widgets .widget .textwidget h3,.ld-sidebar-widgets .widget .textwidget h4,.ld-sidebar-widgets .widget .textwidget h5,.ld-sidebar-widgets .widget .textwidget h6{margin-bottom:10px} - -.ld-sidebar-widgets .bbp_widget_login h2.widgettitle,.ld-sidebar-widgets .widget_bp_core_login_widget h2.widgettitle{display:block;width:100%} - -.ld-sidebar-widgets .widget.buddypress div.item-options .selected{border-bottom:1px solid var(--bb-primary-color)} - -.ld-sidebar-widgets .widget ul h2 a,.ld-sidebar-widgets .widget ul h3 a,.ld-sidebar-widgets .widget ul h4 a,.ld-sidebar-widgets .widget ul h5 a,.ld-sidebar-widgets .widget ul h6 a{letter-spacing:unset} - -.lms-topic-sidebar-wrapper .ld-sidebar-widgets li.widget h2.widgettitle{text-transform:none;font-size:15px} - -#ld_course_info.ld_course_info #ld_course_info_mycourses_list .ld-course-info-my-courses{padding-bottom:0} - -.widget_ldcourseinfo .ld-course-info-my-courses>img{display:block;margin:0 0 10px} - -.widget_ldcourseinfo .ld-course-info-my-courses h2.ld-entry-title{font-size:14px;margin:0 0 10px;font-family:inherit} - -.widget_ldcourseinfo .ld-course-info-my-courses h2.ld-entry-title a{color:#939597} - -.widget_ldcourseinfo .ld-course-info-my-courses h2.ld-entry-title a:hover{color:var(--bb-primary-color)} - -.widget_ldcourseinfo .ld-courseregistered-content-container .ld-course-info-my-courses{padding:0 0 10px;margin:0 0 10px;border-bottom:1px solid var(--bb-content-border-color)} - -.widget .learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title{font-size:inherit} - -.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button,.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview a.ld-lesson-item-preview-heading{color:#939597} - -.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button:hover,.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview a.ld-lesson-item-preview-heading:hover{color:var(--bb-primary-color)} - -.bb-single-course-sidebar .ld-sidebar-widgets{margin:0;list-style:none} - -.bb-single-course-sidebar .ld-sidebar-widgets .widget{margin:15px 0;padding:15px 30px 25px;overflow:visible} - -.bb-single-course-sidebar .ld-sidebar-widgets .widget{box-shadow:0 32px 54px 0 rgba(0,0,0,.1);border-radius:var(--bb-block-radius);border:0;background-color:var(--bb-content-background-color)} - -.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap{margin:0 -30px;border-radius:5px 5px 0 0;overflow:hidden;position:relative;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} - -.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap audio{width:100%;background-color:#e2e7ed} - -.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap audio:focus{outline:0} - -.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap audio::-webkit-media-controls-panel{background-color:#e2e7ed;border-radius:0} - -.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap.bb-thumbnail-preview{display:block;height:0;padding-bottom:67.25%;position:relative;z-index:1} - -.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap.bb-thumbnail-preview img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover} - -.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap{padding:0} - -.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container{height:0;padding-bottom:56.25%;position:relative;z-index:1;background-color:var(--bb-cover-image-background-color)} - -.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay{position:absolute;z-index:2;color:#fff;text-align:center;width:100%;height:100%;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-transition:all linear .2s;transition:all linear .2s} - -.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay:hover .bb-course-play-btn{width:60px;height:60px;background-color:rgba(248,248,248,.9)} - -.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay:hover .bb-course-play-btn::after{border-color:transparent var(--bb-primary-color) transparent transparent} - -.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;z-index:3;margin:50px auto;font-size:13px;font-weight:500;text-shadow:0 1px 1px rgba(0,0,0,.3)} - -.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay .bb-course-play-btn-wrapper{width:60px;height:60px;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay .bb-course-play-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:50px;height:50px;background-color:rgba(248,248,248,.7);border-radius:100%;margin:auto;-webkit-transition:all linear .2s;transition:all linear .2s} - -.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay .bb-course-play-btn::after{content:"";display:inline-block;position:relative;right:2px;margin:auto;width:10px;height:10px;border-style:solid;border-width:6px 10px 6px 0;border-color:transparent #4d5c6d transparent transparent;-webkit-transition:all linear .2s;transition:all linear .2s} - -.ld-sidebar-widgets .widget_shopping_cart p.woocommerce-mini-cart__buttons{margin-bottom:0} - -.widget_ldcourseinfo h4{font-size:14px;text-transform:none;font-weight:600;letter-spacing:0;line-height:1.4;margin:0;padding-bottom:15px} - -.widget_ldcourseinfo .course_progress_details{margin-top:20px} - -.widget_ldcourseinfo .course_progress_details .learndash-profile-course-title a{color:var(--bb-headings-color)} - -.widget_ldcourseinfo .course_progress_details .learndash-profile-course-title a:hover{color:var(--bb-primary-color)} - -.widget_ldcourseinfo .course_progress_details .ld-course-progress-content-container>br{content:"";display:block;margin-bottom:15px} - -.widget_ldcourseinfo .course_progress_details .ld-course-progress-content-container>br:last-of-type{margin-bottom:0} - -.widget_ldcourseinfo .quiz_progress_details{margin-top:10px} - -.widget_ldcourseinfo .quiz_progress_details .ld-quiz-progress-content-container p:last-of-type{margin-bottom:0} - -.widget_ldcoursenavigation a.ld-home-link{text-decoration:none} - -.widget_ldcoursenavigation .ld-course-navigation-heading .ld-course-navigation-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.widget_ldcoursenavigation .ld-course-navigation-heading .ld-course-navigation-actions a,.widget_ldcoursenavigation .ld-course-navigation-heading .ld-course-navigation-actions span{font-size:13px;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;margin:0;line-height:1.2} - -.widget_ldcoursenavigation .ld-course-navigation-heading .ld-course-navigation-actions .ld-expand-button{margin-right:auto;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end} - -.widget_ldcoursenavigation .ld-course-navigation-heading .ld-course-navigation-actions .ld-expand-button .ld-text{white-space:nowrap} - -.widget_ldcoursenavigation .ld-lesson-item-preview .ld-expand-button{font-size:12px} - -.widget_ldcoursenavigation .ld-lesson-section-heading{color:var(--bb-headings-color)} - -.widget_ldcoursenavigation .ld-course-navigation .ld-lesson-item-expanded{border-radius:3px;background:#f8f8f8} - -.widget_ldcoursenavigation .ld-course-navigation .ld-lesson-item-expanded{margin:0} - -.widget_ldcoursenavigation .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview{padding:.5em 10px} - -.widget_ldcoursenavigation .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview .ld-topic-title{font-weight:400} - -.widget_ldcoursenavigation .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview .ld-topic-title::before{display:none} - -.widget_ldcoursenavigation .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview .ld-status-icon{margin-right:10px;margin-top:3px} - -.widget_ldcoursenavigation .learndash-wrapper .ld-status-icon.ld-status-complete .ld-icon-checkmark.ld-icon::before{font-size:8px} - -.widget_ldcoursenavigation .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading .ld-status-incomplete{border-color:var(--bb-content-border-color)} - -.widget_ldcoursenavigation .learndash-wrapper .ld-course-navigation .ld-status-icon{margin-top:1px} - -.widget_ldcoursenavigation .ld-course-navigation .ld-course-navigation-heading{border-bottom:1px solid var(--bb-content-border-color)} - -.widget_ldcoursenavigation .ld-course-navigation .ld-lesson-item{border-bottom:0} - -.widget_ldcoursenavigation .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading,.widget_ldcoursenavigation .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title{color:var(--bb-primary-color)} - -.widget_ldcoursenavigation .learndash-wrapper .ld-course-navigation-actions .ld-expand-button.ld-button-alternate{color:var(--bb-primary-color)} - -.lms-topic-sidebar-data .learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded::before{border-top-color:var(--bb-body-background-color)} - -.widget_ldcourseprogress .ld-progress{margin:0} - -.widget_ldcourseprogress .ld-progress .ld-progress-bar{margin-bottom:15px} - -.widget_ldcourseprogress .ld-progress-steps{margin-top:7px} - -.learndash-theme.single-sfwd-courses .widget_ldcourseprogress .ld-progress.ld-progress-inline .ld-progress-bar{height:4px} - -.learndash-theme.single-sfwd-courses .widget_ldcourseprogress .ld-progress .ld-progress-bar .ld-progress-bar-percentage{height:4px} - -.single-sfwd-courses .widget_ldcourseprogress .ld-progress .ld-progress-stats{color:var(--bb-alternate-text-color)} - -.widget_sfwd-lessons-widget li h4{font-family:inherit;font-size:14px;font-weight:400;padding:0;text-transform:none;letter-spacing:0;margin:0} - -.widget_sfwd-lessons-widget ul li:last-of-type{margin-bottom:0} - -.widget_sfwd-quiz-widget li h4{font-family:inherit;font-size:14px;font-weight:400;padding:0;text-transform:none;letter-spacing:0;margin:0} - -.widget_sfwd-quiz-widget ul li:last-of-type{margin-bottom:0} - -.widget_sfwd-certificates-widget li h4{font-family:inherit;font-size:14px;font-weight:400;padding:0;text-transform:none;letter-spacing:0;margin:0} - -.widget_sfwd-certificates-widget ul li:last-of-type{margin-bottom:0} - -.widget_lduserstatus h4{margin-bottom:0;text-transform:none;font-size:14px} - -.widget_lduserstatus .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title .ld-item-components,.widget_lduserstatus .learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name:hover .ld-item-title .ld-item-components{color:var(--bb-alternate-text-color);font-weight:400} - -.widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-components span{margin-bottom:0} - -.widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-components{margin-top:5px} - -.widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-title{color:var(--bb-headings-color);font-weight:500} - -.widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item{border-bottom:0;margin:5px 0;padding:5px 0} - -.widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list-items .ld-item-list-item:last-of-type{margin-bottom:0} - -.widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-pagination{margin-bottom:0} - -.widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-pagination .ld-pages{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:15px 0 0} - -.widget .learndash-course-grid-filter{max-width:100%;min-width:100%;background:100% 0;border:0;padding:0} - -.learndash-course-grid-filter .buttons .button{font-weight:inherit;font-size:13px} - -.learndash-course-grid-filter .buttons .button.blue{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)} - -.learndash-course-grid-filter .buttons .button.blue:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.learndash-course-grid-filter .buttons .button.blue:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -.learndash-course-grid-filter .buttons .button.grey{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);border-radius:var(--bb-button-radius)} - -.learndash-course-grid-filter .buttons .button.grey:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -.learndash-course-grid-filter .buttons .button.grey: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)} - -[class*=bb-template-] .widget .learndash-course-grid-filter label{font-size:15px} - -.widget .learndash-course-grid-filter form input[type=range]{margin-top:0} - -.ld-sidebar-widgets li.widget .widgettitle a{color:var(--bb-primary-color)} - -.learndash-wrapper .widget a.next,.learndash-wrapper .widget a.prev{border-bottom:1px solid var(--bb-content-border-color)!important} - -.ld-sidebar-widgets .emojionearea .emojionearea-picker .emojionearea-wrapper{width:250px} - -.ld-sidebar-widgets .emojionearea .emojionearea-picker .emojionearea-search-panel .emojionearea-tones{display:none} - -.ld-sidebar-widgets .bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom,.ld-sidebar-widgets .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom{right:-100px;top:-340px;width:250px} - -.ld-sidebar-widgets .bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{top:340px;right:102px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)} - -.bb-template-v2 .ld-sidebar-widgets .bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{display:none} - -.ld-sidebar-widgets .bbp-topic-form .post-emoji:nth-child(2) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom,.ld-sidebar-widgets .post-emoji:nth-child(2) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom{right:-60px} - -.ld-sidebar-widgets .bbp-topic-form .post-emoji:nth-child(2) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after,.ld-sidebar-widgets .post-emoji:nth-child(2) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{right:62px} - -.ld-sidebar-widgets .bbp-topic-form .post-emoji:nth-child(3) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom,.ld-sidebar-widgets .post-emoji:nth-child(3) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom{right:-30px} - -.ld-sidebar-widgets .bbp-topic-form .post-emoji:nth-child(3) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after,.ld-sidebar-widgets .post-emoji:nth-child(3) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{right:33px} - -.ld-sidebar-widgets .gif-media-search-dropdown.open{right:-60px;bottom:40px;top:inherit;width:250px} - -.ld-sidebar-widgets .post-gif:nth-child(2) .gif-media-search-dropdown.open{right:-40px} - -.ld-sidebar-widgets .forums-attached-gif-container{max-width:295px;background-size:cover!important} - -.ld-sidebar-widgets .forums-attached-gif-container .gif-image-container img{display:none} - -.ld-sidebar-widgets #whats-new-toolbar .medium-editor-toolbar{background-color:var(--bb-body-background-color)} - -.ld-sidebar-widgets #whats-new-toolbar .medium-editor-toolbar.active{bottom:0} - -.ld-sidebar-widgets .bb-modal{background-color:transparent} - -.ld-sidebar-widgets #bbpress-forums .bs-single-forum-list>li{background-color:var(--bb-body-background-color)} - -.ld-sidebar-widgets .medium-editor-element,.ld-sidebar-widgets .medium-editor-placeholder{background-color:transparent} - -.widget_block .ld-course-list-items.row .learndash-wrapper .ld-item-list .ld-item-list-item{margin:0} - -.wpProQuiz_content .wpProQuiz_box,.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion{text-align:center;background-color:transparent;border:0} - -.wpProQuiz_content .wpProQuiz_box>ol,.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion>ol{display:inline-block;overflow:hidden} - -.wpProQuiz_content .wpProQuiz_box>ol li,.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion>ol li{width:40px;height:40px;line-height:38px;padding:0;background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color);border:0;font-weight:500;font-size:15px;border-radius:100%} - -.wpProQuiz_content .wpProQuiz_box>ol li.wpProQuiz_reviewQuestionTarget,.wpProQuiz_content .wpProQuiz_box>ol li.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionReview,.wpProQuiz_content .wpProQuiz_box>ol li.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionSolved,.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionTarget,.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionReview,.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionSolved{color:#fff;background-color:var(--bb-primary-color);box-shadow:none;font-weight:500} - -.wpProQuiz_content .wpProQuiz_box>ol li.wpProQuiz_reviewQuestionReview,.wpProQuiz_content .wpProQuiz_box>ol li.wpProQuiz_reviewQuestionSolved,.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionReview,.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionSolved{background-color:#f4f5f7;position:relative;color:inherit} - -.wpProQuiz_content .wpProQuiz_box>ol li.wpProQuiz_reviewQuestionReview::after,.wpProQuiz_content .wpProQuiz_box>ol li.wpProQuiz_reviewQuestionSolved::after,.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionReview::after,.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionSolved::after{content:"";display:inline-block;width:13px;height:13px;background-color:var(--bb-success-color);border:2px solid var(--bb-content-background-color);border-radius:100%;position:absolute;top:-3px;left:-3px} - -.wpProQuiz_content .wpProQuiz_box>ol li.wpProQuiz_reviewQuestionReview::after,.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionReview::after{background-color:var(--bb-warning-color)} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSolvedCorrect,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedCorrect{background-color:var(--bb-success-color);color:#fff} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSolvedIncorrect,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedIncorrect{background-color:var(--bb-danger-color);color:#fff} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionReview,.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSkip,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionReview,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSkip{background-color:var(--bb-warning-color);color:#fff} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_AnswerCorrect{background-color:var(--bb-success-color)} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_Review{background-color:var(--bb-warning-color)} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_AnswerIncorrect{background-color:var(--bb-danger-color)} - -.wpProQuiz_content .wpProQuiz_reviewDiv{border-bottom:1px solid var(--bb-content-border-color)} - -.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion{overflow:auto} - -.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion ol li{margin-bottom:0;border-radius:100%;border:2px solid transparent;outline:0!important} - -.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion ol li.wpProQuiz_reviewQuestionTarget{border-color:var(--bb-primary-color)} - -.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewLegend .learndash-quiz-review-legend-item-current .wpProQuiz_reviewQuestion_Target{outline:0;border:2px solid var(--bb-primary-color);border-radius:100%;box-shadow:none;background-color:transparent} - -.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewLegend ol li span{vertical-align:middle} - -.wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion{overflow:auto;background:100% 0;border:0} - -.wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion ol{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -.wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion ol li{padding:0;width:36px;height:36px;line-height:34px;border-radius:100%} - -.wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion{overflow:auto} - -.wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion ol li{margin-bottom:0;border-radius:100%;border:2px solid transparent;outline:0!important} - -.wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion ol li.wpProQuiz_reviewQuestionTarget{border-color:#235af3} - -.wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewLegend .learndash-quiz-review-legend-item-current .wpProQuiz_reviewQuestion_Target{outline:0;border:2px solid var(--bb-primary-color);border-radius:100%;box-shadow:none;background-color:transparent} - -.wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewLegend ol li span{vertical-align:middle} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_box{background-color:transparent} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li{color:var(--bb-headings-color);border-radius:100%} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSolved:not(.wpProQuiz_reviewQuestionTarget){color:var(--bb-headings-color)} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect .wpProQuiz_sortable,.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect label{background-color:transparent;color:inherit;font-weight:400} - -.wpProQuiz_content>h2{font-size:18px;line-height:1.2;font-weight:700;margin:0 0 1.6875rem} - -.wpProQuiz_content .wpProQuiz_button2{border:1px solid var(--bb-primary-color);background:100% 0;color:var(--bb-primary-color);border-radius:100px;font-weight:500;min-height:34px;padding:6px 2em;box-shadow:none} - -.wpProQuiz_content .wpProQuiz_button2:active,.wpProQuiz_content .wpProQuiz_button2:focus,.wpProQuiz_content .wpProQuiz_button2:hover{background:100% 0;box-shadow:none}@media screen and (max-width:544px){ - -.wpProQuiz_content .wpProQuiz_button2{float:none;margin-bottom:10px}} - -.wpProQuiz_content .wpProQuiz_TipButton{border:0;font-weight:500;padding:6px 2em} - -.wpProQuiz_content .wpProQuiz_TipButton:active,.wpProQuiz_content .wpProQuiz_TipButton:focus,.wpProQuiz_content .wpProQuiz_TipButton:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)} - -.wpProQuiz_content .wpProQuiz_button{padding-right:2em;padding-left:2em;margin-bottom:10px} - -.wpProQuiz_content .wpProQuiz_question_page{font-size:12px;text-transform:uppercase;margin-bottom:30px} - -.wpProQuiz_content .wpProQuiz_listItem>h5.wpProQuiz_header{font-size:13px;text-transform:uppercase} - -.wpProQuiz_content .wpProQuiz_checkPage{margin:30px 0 0} - -.wpProQuiz_content .wpProQuiz_checkPage h4.wpProQuiz_header+p{font-size:12px;text-transform:uppercase} - -.wpProQuiz_content .wpProQuiz_reviewLegend li{font-size:12px} - -.wpProQuiz_content .wpProQuiz_reviewLegend li .wpProQuiz_reviewColor{border-radius:100%} - -.wpProQuiz_content .wpProQuiz_questionList{background-color:transparent;border:0;padding:0} - -.wpProQuiz_content .wpProQuiz_questionList li.wpProQuiz_questionListItem{background-color:var(--bb-content-background-color);min-width:100%} - -.wpProQuiz_content .wpProQuiz_questionList.ui-sortable li.wpProQuiz_questionListItem,.wpProQuiz_content .wpProQuiz_questionList[data-type=multiple] li.wpProQuiz_questionListItem,.wpProQuiz_content .wpProQuiz_questionList[data-type=single] li.wpProQuiz_questionListItem,.wpProQuiz_content .wpProQuiz_questionList[data-type=sort_answer] li.wpProQuiz_questionListItem{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner);padding:10px 20px;margin-bottom:8px} - -.wpProQuiz_content .wpProQuiz_questionList.ui-sortable li.wpProQuiz_questionListItem:last-child,.wpProQuiz_content .wpProQuiz_questionList[data-type=multiple] li.wpProQuiz_questionListItem:last-child,.wpProQuiz_content .wpProQuiz_questionList[data-type=single] li.wpProQuiz_questionListItem:last-child,.wpProQuiz_content .wpProQuiz_questionList[data-type=sort_answer] li.wpProQuiz_questionListItem:last-child{padding:10px 20px} - -.wpProQuiz_content .wpProQuiz_questionList.ui-sortable li.wpProQuiz_questionListItem label,.wpProQuiz_content .wpProQuiz_questionList[data-type=multiple] li.wpProQuiz_questionListItem label,.wpProQuiz_content .wpProQuiz_questionList[data-type=single] li.wpProQuiz_questionListItem label,.wpProQuiz_content .wpProQuiz_questionList[data-type=sort_answer] li.wpProQuiz_questionListItem label{padding:0;border:0} - -.wpProQuiz_content .wpProQuiz_questionList[data-type=multiple] li.wpProQuiz_questionListItem>span,.wpProQuiz_content .wpProQuiz_questionList[data-type=single] li.wpProQuiz_questionListItem>span{margin-left:5px} - -.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form{border:1px dashed var(--bb-content-border-color);border-radius:2px;padding:10px 10%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;background-color:transparent;min-width:100%} - -.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input[type=file]{width:140px;height:40px;opacity:0;overflow:hidden;position:absolute;z-index:0;right:0;top:0;left:0;bottom:0;margin:auto} - -.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input[placeholder]{text-overflow:ellipsis} - -.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form ::-webkit-input-placeholder{text-overflow:ellipsis} - -.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form :-ms-input-placeholder{text-overflow:ellipsis} - -.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form ::placeholder{text-overflow:ellipsis} - -.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input:placeholder{text-overflow:ellipsis} - -.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input[type=file]+label{font-size:15px;font-weight:400;color:#fff;background-color:var(--bb-primary-color);border:0;border-radius:20px;width:auto;text-align:center;padding:7px 20px;display:inline-block;float:none;cursor:pointer;margin:10px 0} - -.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input[type=file]+label::before{content:"\ee24";font:400 normal normal 18px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:10px} - -.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input[type=submit]{background-color:transparent;color:var(--bb-primary-color);border:1px solid var(--bb-primary-color);padding:10px 1em;font-size:15px;cursor:pointer;box-shadow:none;max-width:145px;font-weight:400;position:absolute;left:10%} - -.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input[type=submit]:hover{background-color:transparent!important;opacity:1!important}@media screen and (max-width:1200px){ - -.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form{padding:10px 5% 20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input[type=file]{bottom:inherit;top:18px} - -.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input[type=submit]{position:static}}@media screen and (max-width:992px){ - -.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}} - -.wpProQuiz_content .wpProQuiz_questionList textarea.wpProQuiz_questionEssay{width:100%} - -.wpProQuiz_content .wpProQuiz_sortable{background-color:transparent;border:0;box-shadow:none;position:relative;padding-top:0;padding-bottom:0} - -.wpProQuiz_content .wpProQuiz_sortable::after,.wpProQuiz_content .wpProQuiz_sortable::before{font-family:bb-icons;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:inline-block;content:"\ee5d";color:#c8cbcf;font-weight:300} - -.wpProQuiz_content .wpProQuiz_sortable::before{left:6px} - -[dir=rtl] .wpProQuiz_content .wpProQuiz_tipp>div::before{right:unset;left:8em} - -.wpProQuiz_content .wpProQuiz_tipp>div{background-color:#fff;border-radius:4px;box-shadow:0 3px 24px 0 rgba(18,43,70,.08);border:1px solid #e7eaec} - -.wpProQuiz_content .wpProQuiz_tipp>div .wpProQuiz_header{font-weight:500} - -.wpProQuiz_content .wpProQuiz_tipp>div p{font-size:15px} - -.wpProQuiz_content .wpProQuiz_listItem>.wpProQuiz_header+span{font-size:14px;font-weight:400;color:var(--bb-alternate-text-color)} - -.wpProQuiz_content .wpProQuiz_matrixSortString{background:100% 0;border:0;padding:0;overflow:initial} - -.wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable{overflow:hidden;padding-right:0;padding-left:0} - -.wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable li.wpProQuiz_sortStringItem{background-color:var(--bb-content-background-color);border-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius-inner);box-shadow:none;padding-right:40px;padding-left:25px;position:relative;font-size:15px;line-height:1.3} - -.wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable li.wpProQuiz_sortStringItem::after,.wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable li.wpProQuiz_sortStringItem::before{font-family:bb-icons;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:absolute;right:12px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:inline-block;content:"\ee5d";color:#c8cbcf;font-weight:300} - -.wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable li.wpProQuiz_sortStringItem::after{right:18px} - -.wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable li.wpProQuiz_sortStringItem.ui-sortable-helper{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color);color:#fff} - -.wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable .wpProQuiz_placehold{background-color:#fff;border:2px dashed #bdbdbd;border-radius:10px;min-height:100px;min-width:70px} - -.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer]{overflow:hidden;margin-right:-5px;margin-left:-5px} - -.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li{padding:0;margin:0 0 10px} - -.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li table td{border-color:var(--bb-content-border-color)} - -.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li table td .wpProQuiz_maxtrixSortText img{width:auto} - -.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li table td:first-child{border-bottom:0;border-radius:0 4px 4px 0;text-align:center} - -.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li table td:last-child{border-radius:4px 0 0 4px;border-top:0} - -.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li ul.wpProQuiz_maxtrixSortCriterion:not(:empty){height:auto!important;min-height:25px!important} - -.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li ul.wpProQuiz_maxtrixSortCriterion li.wpProQuiz_sortStringItem{background-color:#eef0f3;border-color:#eef0f3;box-shadow:none;padding:5px 40px 5px 25px;margin-right:0;margin-left:0;position:relative;font-size:15px;line-height:1.3} - -.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li ul.wpProQuiz_maxtrixSortCriterion li.wpProQuiz_sortStringItem::after,.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li ul.wpProQuiz_maxtrixSortCriterion li.wpProQuiz_sortStringItem::before{font-family:bb-icons;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:absolute;right:12px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:inline-block;content:"\ee5d";color:#c8cbcf;font-weight:300} - -.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li ul.wpProQuiz_maxtrixSortCriterion li.wpProQuiz_sortStringItem::after{right:18px} - -.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li ul.wpProQuiz_maxtrixSortCriterion li.wpProQuiz_sortStringItem.ui-sortable-helper{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color);color:#fff} - -.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li .wpProQuiz_placehold{background-color:#fff;border:2px dashed #bdbdbd;border-radius:10px;width:100%;min-height:100px} - -.wpProQuiz_content .wpProQuiz_cloze input[type=text]{border-color:#e7eaec;color:inherit} - -.wpProQuiz_content ul.wpProQuiz_questionList[data-type=assessment_answer] li label{margin-left:15px} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem .wpProQuiz_sortable{border:0;padding:0} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem .wpProQuiz_sortable::before{display:none} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem>table{border-width:1px;border-color:var(--bb-content-border-color)} - -.learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li table td:first-child{border-left-width:1px;border-color:var(--bb-content-border-color)} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem textarea.wpProQuiz_questionEssay{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius)} - -.wpProQuiz_content .wpProQuiz_results{text-align:center} - -.wpProQuiz_content .wpProQuiz_results h4.wpProQuiz_header{font-weight:700;font-size:20px} - -.wpProQuiz_content .wpProQuiz_results h4.wpProQuiz_header+p{font-weight:500} - -.wpProQuiz_content .wpProQuiz_results>p{font-size:15px} - -.wpProQuiz_content .wpProQuiz_results .wpProQuiz_quiz_time{color:var(--bb-alternate-text-color);font-weight:400} - -.wpProQuiz_content .wpProQuiz_results .wpProQuiz_graded_points{font-weight:400;color:var(--bb-alternate-text-color)} - -.wpProQuiz_content .wpProQuiz_results>div>.wpProQuiz_button{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);font-weight:500;min-height:34px;padding:6px 2em;box-shadow:none} - -.wpProQuiz_content .wpProQuiz_results>div>.wpProQuiz_button:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -.wpProQuiz_content .wpProQuiz_results>div>.wpProQuiz_button:active,.wpProQuiz_content .wpProQuiz_results>div>.wpProQuiz_button:focus,.wpProQuiz_content .wpProQuiz_results>div>.wpProQuiz_button: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);box-shadow:none} - -.wpProQuiz_content .wpProQuiz_results .ld-quiz-actions{-ms-flex-wrap:wrap;flex-wrap:wrap} - -.wpProQuiz_content .wpProQuiz_results .quiz_continue_link{width:100%;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3} - -.wpProQuiz_content .wpProQuiz_results .quiz_continue_link a#quiz_continue_link{border-radius:var(--bb-button-radius);background:var(--bb-primary-color);font-size:.75em;padding-right:2em;padding-left:2em;-webkit-transition:all linear .2s;transition:all linear .2s;width:auto} - -.wpProQuiz_content .wpProQuiz_results .quiz_continue_link a#quiz_continue_link:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_response{color:var(--bb-body-text-color)} - -.wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_response{box-shadow:none;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner);padding:10px 20px 5px;background:var(--bb-content-alternate-background-color);min-height:auto} - -.wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_response p{margin-bottom:10px;font-size:15px} - -.wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_response span{font-weight:700;font-size:15px} - -.wpProQuiz_sending{text-align:center} - -.wpProQuiz_sending h4.wpProQuiz_header{font-weight:700;font-size:20px} - -.wpProQuiz_sending dd.course_progress{width:100%;border-radius:100px;box-shadow:none} - -.wpProQuiz_sending dd.course_progress div.course_progress_blue{background-color:var(--bb-primary-color)} - -#content li.wpProQuiz_questionListItem.wpProQuiz_answerCorrect,#content li.wpProQuiz_questionListItem.wpProQuiz_answerCorrectIncomplete{background-color:rgba(var(--bb-success-color-rgb),.1)} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect>table td{background-color:rgba(var(--bb-success-color-rgb),.1);border-color:var(--bb-success-color)} - -#content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li.wpProQuiz_questionListItem.wpProQuiz_answerCorrect{border-radius:4px} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect>table td .wpProQuiz_maxtrixSortCriterion,.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect>table td .wpProQuiz_maxtrixSortText{background-color:transparent;border-color:transparent;color:inherit} - -.wpProQuiz_content .wpProQuiz_forms table{width:100%} - -#wpProQuiz_user_content table{display:table;width:100%} - -#wpProQuiz_user_content table td,#wpProQuiz_user_content table th{padding:5px;box-sizing:border-box} - -.wpProQuiz_content .wpProQuiz_catOverview{text-align:right;margin-top:30px;margin-bottom:40px} - -.wpProQuiz_content .wpProQuiz_catOverview>h4{font-weight:700;font-size:20px} - -.wpProQuiz_content .wpProQuiz_catOverview span.wpProQuiz_catName{color:var(--bb-body-text-color);font-size:15px} - -.wpProQuiz_content .wpProQuiz_catOverview span.wpProQuiz_catPercent{font-weight:400;color:var(--bb-alternate-text-color);font-size:15px} - -.wpProQuiz_content .wpProQuiz_catOverview li{border-bottom-color:var(--bb-content-border-color)} - -.wpProQuiz_content .wpProQuiz_catOverview span{background-color:var(--bb-content-background-color)} - -.wpProQuiz_toplistTable{font-size:14px;border:0} - -.wpProQuiz_toplistTable caption{color:var(--bb-alternate-text-color)} - -.wpProQuiz_toplistTable thead tr{background:#fff;color:var(--bb-alternate-text-color)} - -.wpProQuiz_toplistTable thead tr th:first-child{text-align:right} - -.wpProQuiz_toplistTable thead tr th:nth-child(3){width:160px} - -.wpProQuiz_toplistTable thead tr th:last-child{text-align:left} - -.wpProQuiz_toplistTable th{background:#fff;border-bottom:1px solid var(--bb-content-border-color);font-weight:400} - -.wpProQuiz_toplistTable tbody td{font-weight:400;font-size:14px;color:var(--bb-alternate-text-color);padding:10px 5px} - -.wpProQuiz_toplistTable tbody td.wpProQuiz_toplistTrOdd{background-color:#fff} - -.wpProQuiz_toplistTable tbody td:first-child{font-weight:400;text-align:right;color:var(--bb-body-text-color)} - -.wpProQuiz_toplistTable tbody td:nth-child(2){color:var(--bb-body-text-color)} - -.wpProQuiz_toplistTable tbody td:last-child{text-align:left}@media screen and (max-width:544px){ - -.wpProQuiz_toplistTable{font-size:13px} - -.wpProQuiz_toplistTable tbody td{font-size:13px}}@media screen and (max-width:800px){ - -.learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li table td:first-child{width:45%}} - -.wpProQuiz_toplist{margin-bottom:10px!important} - -.wpProQuiz_content .wpProQuiz_addToplist{background-color:var(--bb-content-background-color);border:0;border-top:1px solid var(--bb-content-border-color);margin-bottom:10px} - -.wpProQuiz_content .wpProQuiz_addToplist>span{font-weight:400!important} - -.wpProQuiz_content .wpProQuiz_addToplist .wpProQuiz_addToplistMessage{border:0;background-color:var(--bb-success-color);color:#fff;border-radius:var(--bb-block-radius-inner);font-weight:400} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable{border:0} - -.wpProQuiz_content .wpProQuiz_resultTable{width:auto;border:0;font-weight:400} - -.wpProQuiz_content .wpProQuiz_resultTable table{font-size:15px} - -.wpProQuiz_content .wpProQuiz_resultTable table td,.wpProQuiz_content .wpProQuiz_resultTable table tr{display:inline-block} - -.wpProQuiz_content .wpProQuiz_resultTable table tr:nth-child(1) td:first-child::before{content:"";display:inline-block;width:10px;height:10px;margin-left:8px;border-radius:100%;background-color:#eccbff} - -.wpProQuiz_content .wpProQuiz_resultTable table tr:nth-child(2) td:first-child{padding-right:20px} - -.wpProQuiz_content .wpProQuiz_resultTable table tr:nth-child(2) td:first-child::before{content:"";display:inline-block;width:10px;height:10px;margin-left:8px;border-radius:100%;background-color:var(--bb-primary-color)} - -.wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultName{width:auto;border:0;padding:0 0 0 5px} - -.wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultValue div{box-shadow:none;border-radius:100px;background-color:var(--bb-primary-color);display:none} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultName{line-height:inherit} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_addToplist{border-color:var(--bb-default-notice-color);border-radius:var(--bb-block-radius-inner);background-color:rgba(var(--bb-default-notice-color-rgb),.1)} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_toplistTable th{background:var(--bb-content-alternate-background-color)} - -.wpProQuiz_content .wpProQuiz_addBox{overflow:hidden;margin:20px 0 0} - -.wpProQuiz_content .wpProQuiz_addBox>.wpProQuiz_button2{float:left;margin:0 0 10px 20px;padding:.5em 1em} - -.wpProQuiz_content .wpProQuiz_addBox label{font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:70%;margin:0 auto;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end} - -.wpProQuiz_content .wpProQuiz_addBox label input[type=email],.wpProQuiz_content .wpProQuiz_addBox label input[type=text]{min-width:80%;margin-right:10px;-webkit-box-flex:0;-ms-flex:0 0 80%;flex:0 0 80%} - -p.wpProQuiz_quiz_time{text-transform:uppercase} - -p.wpProQuiz_quiz_time>span{display:block;text-transform:none} - -.wpProQuiz_questionList[data-type=essay] input[type=submit]{margin:10px auto} - -.quiz_progress_container{max-width:250px;min-height:250px;margin:30px auto 15px;position:relative;display:none} - -.quiz_progress_container .quiz_progress_fix{z-index:1} - -.quiz_progress_container #quiz_shape_progress{z-index:3;stroke:var(--bb-primary-color)} - -.quiz_progress_container>svg{position:absolute;top:0;right:0;width:100%;overflow:visible} - -.quiz_progress_container .bb_avg_progress{max-width:230px;min-height:230px;margin:0 auto;position:relative;display:none} - -.quiz_progress_container .bb_avg_progress>svg{position:absolute;top:10px;right:0;width:100%;overflow:visible} - -.wpProQuiz_results .quiz_progress_container{display:block} - -.wpProQuiz_content .wpProQuiz_results .wpProQuiz_points{font-weight:500} - -.learndash-wrapper .wpProQuiz_graded_points,.learndash-wrapper .wpProQuiz_points{background-color:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);color:var(--bb-body-text-color);border-radius:var(--bb-block-radius-inner)} - -.learndash-wrapper .ld-quiz-actions{border-top:1px solid var(--bb-content-border-color)} - -.bb_progressbar_label{position:absolute;right:50%;top:58%;padding:0;margin:0;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);color:var(--bb-primary-color);font-size:2rem} - -.bb_progressbar_points{display:inline-block;width:61%;position:absolute;right:50%;top:38%;text-align:center;padding:0;margin:0;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);color:var(--bb-alternate-text-color);font-size:13px;line-height:1.5} - -.wpProQuiz_content .wpProQuiz_results>div>.wpProQuiz_button[name=restartQuiz]{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='bb-icon-rotate-cw'%3E%3Cpolyline points='23 4 23 10 17 10'%3E%3C/polyline%3E%3Cpath d='M20.49 15a9 9 0 1 1-2.12-9.36L23 10'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:14px center;background-size:18px 18px;background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);padding-right:45px;padding-left:15px;font-weight:400;min-width:160px} - -.wpProQuiz_content .wpProQuiz_results>div>.wpProQuiz_button[name=restartQuiz]:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.wpProQuiz_content .wpProQuiz_results>div>.wpProQuiz_button[name=restartQuiz]:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -.wpProQuiz_content .wpProQuiz_results .quiz_continue_link{margin-top:20px;margin-bottom:40px} - -#content .wpProQuiz_content .wpProQuiz_sortable{padding-left:30px} - -.wpProQuiz_content .wpProQuiz_time_limit .wpProQuiz_progress{background-color:var(--bb-primary-color);border-radius:10px} - -.wpProQuiz_modal_window{border-radius:5px} - -.wpProQuiz_modal_window::before{position:fixed;top:48px;left:59px;z-index:160000;content:"\e828";font-family:bb-icons;font-size:30px;font-weight:100;line-height:30px;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} - -.wpProQuiz_modal_window #wpProQuiz_overlay_close{font-size:1px;width:30px;height:30px;padding:0;opacity:0} - -[dir=rtl] .wpProQuiz_modal_window #wpProQuiz_overlay_close{left:59px;right:initial!important} - -.wpProQuiz_modal_window #wpProQuiz_loadUserData{margin-right:0!important;margin-left:0!important;border-radius:5px;background-color:rgba(247,186,69,.3)!important;border:0} - -.wpProQuiz_modal_window #wpProQuiz_user_content>h2{font-size:18px;margin-bottom:10px} - -.wpProQuiz_modal_window table thead{font-size:16px} - -.wpProQuiz_modal_window table tbody,.wpProQuiz_modal_window table tfoot{font-size:14px} - -.wpProQuiz_modal_window table th{font-weight:500;border-bottom:0} - -.wpProQuiz_modal_window table td,.wpProQuiz_modal_window table th{padding:10px} - -.wpProQuiz_modal_window table td p,.wpProQuiz_modal_window table th p{margin-bottom:10px} - -.wpProQuiz_modal_window table td:first-child,.wpProQuiz_modal_window table th:first-child{padding-right:10px} - -.wpProQuiz_modal_window table td:last-child,.wpProQuiz_modal_window table th:last-child{padding-left:10px} - -.wpProQuiz_modal_window table .categoryTr th{background-color:var(--bb-content-alternate-background-color);border-radius:5px} - -.wpProQuiz_modal_window table td[style="color: red;"],.wpProQuiz_modal_window table th[style="color: red;"]{color:var(--bb-danger-color)!important} - -.wpProQuiz_modal_window table td[style="color: green;"],.wpProQuiz_modal_window table th[style="color: green;"]{color:var(--bb-success-color)!important} - -.wpProQuiz_modal_window #wpProQuiz_user_content .wpProQuiz_response{background-color:var(--bb-content-alternate-background-color)!important;border:0!important;box-shadow:none!important;border-radius:5px;padding:10px} - -.wpProQuiz_modal_window #wpProQuiz_user_content .wpProQuiz_response p{margin-bottom:0} - -.wpProQuiz_modal_window #wpProQuiz_user_content .wpProQuiz_questionList{background-color:var(--bb-content-alternate-background-color)!important;border:1px solid var(--bb-content-border-color)!important;border-radius:5px} - -.wpProQuiz_modal_window #wpProQuiz_user_content .wpProQuiz_questionList li label{font-weight:400;font-size:14px} - -.wpProQuiz_modal_window #wpProQuiz_user_content .wpProQuiz_answerCorrect{background-color:var(--bb-success-color);border-radius:5px} - -.wpProQuiz_modal_window #wpProQuiz_user_content .wpProQuiz_answerIncorrect{border-radius:5px;border-color:var(--bb-danger-color)} - -#content li.wpProQuiz_questionListItem.wpProQuiz_answerIncorrect,#content li.wpProQuiz_questionListItem.wpProQuiz_answerIncorrect table{border-color:var(--bb-danger-color)} - -#quiz_progress_details>p{padding:5px 0 10px;margin-bottom:15px;border-bottom:1px solid var(--bb-content-border-color);font-size:15px} - -#quiz_progress_details>p:last-of-type{border-bottom:0} - -#quiz_progress_details p a{color:var(--bb-headings-color)} - -#quiz_progress_details p a:hover{color:var(--bb-primary-color)} - -#quiz_progress_details span.bb-ld-quiz-percentage{-webkit-box-flex:0;-ms-flex:0 0 60px;flex:0 0 60px;max-width:60px;text-align:left} - -#quiz_progress_details span.bb-learndash-profile-edit-course-link{-webkit-box-flex:0;-ms-flex:0 0 60px;flex:0 0 60px;max-width:60px;text-align:left} - -#quiz_progress_details span.bb-learndash-profile-edit-course-link a{color:#939597} - -#quiz_progress_details span.bb-learndash-profile-edit-course-link a:hover{color:#939597} - -.wpProQuiz_content li.wpProQuiz_listItem div.wpProQuiz_questionList_containers input[type=button]{padding:.15em 1em} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_button,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2{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);-webkit-transition:all linear .2s;transition:all linear .2s;font-weight:500;padding:.7em 1em} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:focus,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button:hover{opacity:1;background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:focus,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button:focus{opacity:1} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label.is-selected,.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label:focus-within{border-color:var(--bb-primary-color)} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit{border-radius:4px;background-color:rgba(146,164,183,.2)} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit .time{font-weight:400;color:inherit} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit .wpProQuiz_progress{height:4px;background-color:var(--bb-primary-color)} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit::before{height:4px} - -.wpProQuiz_content .wpProQuiz_results .quiz_continue_link a#quiz_continue_link{font-weight:400;padding:6px 2em} - -.bb-sfwd-aside .sfwd-quiz .learndash_content_wrap .ld-alert{margin-bottom:40px} - -#content ul.wpProQuiz_sortStringList.ui-sortable{background:var(--bb-content-alternate-background-color);padding:15px 10px!important;border-radius:var(--bb-block-radius-inner)} - -.learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList input.wpProQuiz_questionInput{width:auto} - -.learndash-wrapper .wpProQuiz_content input[type=checkbox].wpProQuiz_questionInput{min-width:12px;min-height:12px} - -.learndash-wrapper .wpProQuiz_content input.wpProQuiz_questionInput.bbstyled{opacity:0} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem .input-style{display:inline-block;vertical-align:middle;cursor:pointer;position:relative;overflow:hidden;width:22px;height:22px;line-height:1;background-color:#fff;border:2px solid #d6dce6;border-radius:4px;margin-right:-30px;margin-left:12px;-webkit-box-flex:0;-ms-flex:0 0 22px;flex:0 0 22px} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=assessment_answer] .input-style{margin-right:-20px;margin-left:10px} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=free_answer] label{padding:0;max-width:300px} - -.learndash-wrapper .wpProQuiz_content input[type=radio].wpProQuiz_questionInput+.input-style{border-radius:100%} - -.learndash-wrapper .wpProQuiz_content input[type=radio].wpProQuiz_questionInput.bbstyled:checked+span::after{content:"";background-color:var(--bb-primary-color);margin:auto;width:14px;position:absolute;height:14px;text-align:center;right:2px;top:2px;border-radius:100%} - -.learndash-wrapper .wpProQuiz_content input[type=checkbox].wpProQuiz_questionInput.bbstyled:checked+span{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color)} - -.learndash-wrapper .wpProQuiz_content input[type=checkbox].wpProQuiz_questionInput.bbstyled:checked+span::after{content:"\e876";font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;font-variant:normal;text-transform:none;width:100%;position:absolute;height:100%;text-align:center;color:#fff;line-height:1;font-size:27px;right:-4px;top:-4px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} - -.wpProQuiz_questionList[data-type=assessment_answer] .wpProQuiz_questionListItem label.is-selected::before,.wpProQuiz_questionList[data-type=multiple] .wpProQuiz_questionListItem label.is-selected::before,.wpProQuiz_questionList[data-type=single] .wpProQuiz_questionListItem label.is-selected::before{background-color:var(--bb-primary-color)} - -.wpProQuiz_questionList[data-type=multiple] .wpProQuiz_questionListItem label.is-selected::before{border-color:var(--bb-primary-color)} - -dd.course_progress{margin-right:0;margin-left:0;border-radius:100px;box-shadow:none} - -dd.course_progress div.course_progress_blue{background-color:var(--bb-primary-color)} - -#ld_course_info #ld_course_info_mycourses_list .ld-course-info-my-courses{padding-bottom:20px} - -#course_progress_details .bb_profile_course_wrapper:last-of-type{border-bottom:0} - -.bp-feedback.ld-feedback{color:var(--bb-body-text-color);border:1px solid var(--bb-content-border-color);margin:10px 0;position:relative;border-radius:3px;box-shadow:none;background-color:var(--bb-content-background-color)} - -.bp-feedback.ld-feedback .bp-icon{border-radius:0 3px 3px 0;background-color:var(--bb-primary-color)} - -.bp-feedback.ld-feedback p{font-size:14px;line-height:1.5;padding:10px 5px} - -.leardash-course-status-completed{color:var(--bb-success-color)} - -.learndash_checkout_buttons{margin:10px 0} - -.learndash_checkout_buttons .learndash_checkout_button{width:100%;max-width:100%;margin-left:0} - -.learndash_checkout_buttons .learndash_checkout_button input.ppalholder{display:none} - -.learndash_checkout_buttons form{margin-bottom:10px} - -#learndash_course_content>#learndash_course_content_title{font-size:16px;font-weight:600;letter-spacing:.6px;margin:0 0 20px;text-transform:uppercase} - -#learndash_course_content #learndash_lessons #lesson_heading{background-color:transparent;padding-right:0;padding-left:0} - -#learndash_course_content #learndash_lessons #lesson_heading span:first-child{font-size:16px;font-weight:600;letter-spacing:.6px;margin:0 0 20px} - -#learndash_course_content #learndash_lessons #lessons_list{font-size:15px} - -#learndash_course_content #learndash_lessons #lessons_list>div{border:0} - -#learndash_course_content #learndash_lessons #lessons_list>div div.list-count{border:0} - -#learndash_course_content #learndash_lessons #lessons_list h4,#learndash_course_content #learndash_lessons #lessons_list h4 a{font-size:15px;margin-bottom:0} - -#learndash_course_content #learndash_lessons #lessons_list h4 a{color:#939597;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:100% 0} - -#learndash_course_content #learndash_lessons #lessons_list h4 a:hover{color:var(--bb-headings-color);background-color:transparent} - -#learndash_course_content #learndash_lessons #lessons_list h4 a:hover.completed::after,#learndash_course_content #learndash_lessons #lessons_list h4 a:hover.notcompleted::after{color:var(--bb-headings-color)} - -#learndash_course_content #learndash_lessons #lessons_list h4 a.completed::after,#learndash_course_content #learndash_lessons #lessons_list h4 a.notcompleted::after{font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e875";margin-right:auto;margin-left:15px;color:var(--bb-headings-color)} - -#learndash_course_content #learndash_lessons #lessons_list h4 a.notcompleted::after{opacity:.2} - -.learndash_post_sfwd-lessons .notavailable_message{padding:100px;font-size:inherit} - -.learndash_post_sfwd-lessons .notavailable_message>span{text-transform:uppercase} - -.bb-sfwd-aside .elementor-location-single .elementor-section-boxed .elementor-container{max-width:100%} - -.bb-sfwd-aside .elementor-location-single .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap{padding:0}@media screen and (max-width:1200px){ - -.bb-sfwd-aside .elementor-location-single .elementor-section.elementor-section-boxed>.elementor-container{padding-right:0;padding-left:0}} - -.bb-sfwd-aside:not(.lms-side-panel-close) .elementor-location-single>.elementor-section-wrap>.elementor-section{margin-right:370px}@media only screen and (max-width:1080px) and (min-width:800px){ - -.bb-sfwd-aside:not(.lms-side-panel-close) .elementor-location-single>.elementor-section-wrap>.elementor-section{margin-right:250px}} - -.bb-sfwd-aside:not(.lms-side-panel-close) .elementor-location-single>.elementor-section-wrap>.elementor-section .lms-topic-sidebar-data{background-color:var(--bb-body-background-color)} - -.bb-sfwd-aside:not(.lms-side-panel-close) .elementor-location-single>.elementor-section-wrap>.elementor-section:has(#learndash-content){margin-right:0}@media screen and (max-width:767px){ - -.bb-sfwd-aside:not(.lms-side-panel-close) .elementor-location-single #learndash-content .lms-topic-sidebar-wrapper{position:fixed!important;top:var(--bb-header-height)} - -.bb-sfwd-aside:not(.lms-side-panel-close) .elementor-location-single>.elementor-section-wrap>.elementor-section{margin-right:0}}@media screen and (max-width:767px){ - -.bb-sfwd-aside:not(.lms-side-panel-close).admin-bar .elementor-location-single #learndash-content .lms-topic-sidebar-wrapper{margin-top:45px}} - -.bb-sfwd-aside.lms-side-panel-close .elementor-location-single>.elementor-section-wrap>.elementor-section{margin-right:0} - -.bb-sfwd-aside .elementor-location-single{background-color:var(--bb-content-background-color)} - -.bb-sfwd-aside .elementor-location-single .elementor-section .elementor-widget:not(.elementor-widget-theme-post-content){max-width:1180px;margin-right:auto;margin-left:auto} - -.bb-sfwd-aside .elementor-location-single .elementor-section .elementor-element-populated{padding-right:0;padding-left:0} - -.bb-sfwd-aside .elementor-location-single .elementor-widget-theme-post-content .lms-topic-sidebar-data{background-color:var(--bb-body-background-color)}@media screen and (min-width:767px){ - -.bb-sfwd-aside:not(.lms-side-panel-close) .elementor-location-single .elementor-section .elementor-widget:not(.elementor-widget-theme-post-content){margin-right:370px}} - -.site-main .learndash-wrapper .ld-alert .ld-alert-icon{min-width:40px;min-height:40px;padding: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} - -.single.single-sfwd-lessons .entry-content-wrap{padding-top:0} - -#learndash-page-content .ld-focus-comments .ld-focus-comment:last-child{margin-bottom:2em} - -#learndash-page-content .ld-focus-comments .ld-comment-wrapper{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);margin-bottom:20px;padding:30px} - -#learndash-page-content .ld-focus-comments #commentform textarea#comment{background-color:transparent;border-width:1px;border-radius:3px} - -#learndash-page-content .ld-focus-comments #commentform .logged-in-as{display:none} - -#learndash-page-content .ld-focus-comments .ld-expand-button.ld-button-alternate{font-size:14px;color:var(--bb-primary-color)} - -#learndash-page-content .ld-focus-comments .comment-respond{padding:30px} - -#learndash-page-content .ld-focus-comments .comment-respond #reply-title{font-size:18px;font-weight:400;margin-bottom:25px} - -#learndash-page-content .ld-focus-comments .ld-focus-comments__heading{border-bottom:none} - -#learndash-page-content .ld-focus-comments .ld-focus-comments__heading .ld-focus-comments__header{color:var(--bb-headings-color);font-size:18px;font-weight:400;margin-bottom:0} - -#learndash-page-content .ld-focus-comments #ld-comments{margin-bottom:0} - -#learndash-page-content .ld-focus-comments .ld-comment-avatar .ld-comment-avatar-author a.ld-comment-permalink{line-height:normal;color:var(--bb-primary-color)} - -#learndash-page-content .ld-focus-comments .ld-comment-avatar .ld-comment-avatar-author .ld-comment-author-name{font-size:14px;margin-bottom:0} - -#learndash-page-content .ld-focus-comments .ld-comment-body{margin-right:60px} - -#learndash-page-content .ld-focus-comments .ld-comment-body p{margin-bottom:0} - -#learndash-page-content .ld-focus-comments .ld-comment-reply{margin:10px 0 0} - -#learndash-page-content .ld-focus-comments .ld-comment-reply a.comment-reply-link{background-color:transparent;padding:0;font-size:14px;color:#939597;font-weight:400;border-radius:0;letter-spacing:-.26px} - -#learndash-page-content .ld-focus-comments .comment .ld-comment-avatar{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -#learndash-page-content .ld-focus-comments .comment .ld-comment-avatar>img{max-width:42px;border:0} - -#learndash-page-content .ld-focus-comments .form-submit #submit{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);width:auto;padding:6px 20px;font-size:14px;min-height:34px;font-weight:500;border-radius:var(--bb-button-radius)} - -#learndash-page-content .ld-focus-comments .form-submit #submit:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -#learndash-page-content .ld-focus-comments .form-submit #submit: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)} - -.group-sidebar .group_courses ul.courses-group-list li.item-entry{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}@media screen and (max-width:992px){ - -.group-sidebar .group_courses ul.courses-group-list li.item-entry{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:544px){ - -.group-sidebar .group_courses ul.courses-group-list li.item-entry{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}} - -#buddypress .dataTables_paginate .button{background:100% 0;box-shadow:none;color:var(--bb-primary-color);font-size:13px;padding:0;height:auto;min-height:1px;margin:10px 12px 0 0} - -#buddypress .dataTables_paginate .button.current{color:var(--bb-alternate-text-color)} - -#buddypress .dataTables_paginate .button:focus,#buddypress .dataTables_paginate .button:hover{color:var(--bb-primary-color);box-shadow:none} - -body.buddypress .buddypress-wrap .group_courses h3.course-name{margin-bottom:8px} - -body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt{font-size:13px;color:var(--bb-alternate-text-color);line-height:1.384;display:block;display:-webkit-box;max-height:2.72em;margin:-3px 0 20px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis} - -.group_courses ul.courses-group-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;padding-top:0;margin:0 -10px} - -.group_courses ul.courses-group-list li.item-entry{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;margin:0 0 20px;padding:0 10px} - -.group_courses ul.courses-group-list li.item-entry .list-wrap{height:100%;background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:4px}@media screen and (max-width:992px){ - -.group_courses ul.courses-group-list li.item-entry{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:544px){ - -.group_courses ul.courses-group-list li.item-entry{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}} - -.group_courses ul.courses-group-list li.item-entry .bb-course-meta .item-avatar{margin-left:10px} - -.group_courses ul.courses-group-list li.item-entry .item-avatar{float:none;margin:0} - -.group_courses ul.courses-group-list li.item-entry .item-avatar>a{border-radius:4px 4px 0 0;padding-top:52%;position:relative;overflow:hidden;display:block;background:var(--bb-cover-image-background-color)} - -.group_courses ul.courses-group-list li.item-entry .item-avatar>a img.photo{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover;border-radius:0;display:none} - -.group_courses ul.courses-group-list li.item-entry .item-avatar>a img.photo.wp-post-image{display:block} - -.group_courses ul.courses-group-list li.item-entry .item-avatar>a img.photo.no-photo{display:none} - -.group_courses ul.courses-group-list li.item-entry .item{padding:20px} - -.group_courses ul.courses-group-list .course-name a{color:inherit;font-weight:600;font-size:22px} - -.group_courses ul.courses-group-list .course-name a:hover{color:var(--bb-primary-color)} - -.group_courses ul.courses-group-list .bp-learndash-progress-bar p.bp-learndash-progress-bar-label{display:none} - -.group_courses ul.courses-group-list .bp-learndash-progress-bar progress{display:block;width:100%;border:0 none;background:var(--bb-content-border-color);height:3px;border-radius:3px} - -.group_courses ul.courses-group-list .bp-learndash-progress-bar progress::-moz-progress-bar{background-color:var(--bb-primary-color)} - -.group_courses ul.courses-group-list .bp-learndash-progress-bar progress::-webkit-progress-bar{background:100% 0} - -.group_courses ul.courses-group-list .bp-learndash-progress-bar progress::-webkit-progress-value{border-radius:3px;background-color:var(--bb-primary-color)} - -.group_courses ul.courses-group-list .bp-learndash-progress-bar progress::-ms-fill{background-color:var(--bb-primary-color)} - -.group_courses ul.courses-group-list .bp-learndash-progress-bar-percentage{display:block;color:var(--bb-alternate-text-color);font-size:13px;margin:5px 0 0;opacity:.8} - -#buddypress ul.courses-group-list .course-link{text-align:left;margin:5px 0} - -#buddypress ul.courses-group-list .course-link a.button{background-color:transparent;color:var(--bb-headings-color);box-shadow:none;font-size:14px;padding:0;line-height:1;height:auto;min-height:auto} - -#buddypress ul.courses-group-list .course-link a.button::after{content:"\e827";font-family:bb-icons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:none;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:5px;position:relative;top:1px} - -#buddypress ul.courses-group-list .course-link a.button:hover{color:var(--bb-primary-color)} - -.single-groups .groups .ld-course-status-segment .ld-status{line-height:30px;height:auto} - -.single-groups .groups .ld-course-status-segment form{margin-bottom:0} - -.single-groups .groups .ld-course-status-segment .learndash_checkout_button input.ppalholder{height:auto;vertical-align:middle;background-color:transparent;border:0} - -.single-groups .groups .ld-item-list .ld-item-list-items .ld-item-list-item-preview>a .ld-status-icon{margin-left:10px;margin-top:3px} - -.single-groups .groups .user_has_no_access .ld-item-list-item-preview a.ld-item-name{cursor:pointer;pointer-events:auto} - -.single-groups .groups .learndash_post_groups .ld-group-courses .ld-item-list-item-preview .ld-item-details .ld-status.ld-status-progress{min-width:120px} - -.bb-leandash-profile-page .bb-profile-card{background:#fff;border:1px solid var(--bb-content-border-color);border-bottom:0} - -.bb-leandash-profile-page .bb-profile-avatar{margin-top:-45px;margin-right:30px;margin-bottom:20px}@media only screen and (max-width:768px){ - -#content .bb-profile-avatar{margin-top:-45px;margin-right:0;margin-bottom:20px}} - -.bb-profile-items .profile-item .profile-title{font-weight:400;font-size:32px;margin-top:20px;margin-bottom:5px} - -.bb-profile-items .profile-item .profile-title a{color:var(--bb-headings-color)}@media only screen and (max-width:768px){ - -.bb-profile-items .profile-item .profile-title{margin-top:0}} - -.bb-progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)} - -.bb-progress-circle{float:right;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;transition:width .6s ease} - -.bb-progress{width:22px;height:22px;line-height:22px;background:100% 0;margin:0 auto;box-shadow:none;position:relative} - -.bb-progress::after{content:"";width:100%;height:100%;border-radius:50%;border:2px solid #dedfe2;position:absolute;top:0;right:0} - -.bb-progress>span{width:50%;height:100%;overflow:hidden;position:absolute;top:0;z-index:1} - -.bb-progress .bb-progress-left{right:0} - -.bb-progress .bb-progress-circle{width:100%;height:100%;background:100% 0;border-width:2px;border-style:solid;position:absolute;top:0;border-color:var(--bb-primary-color)} - -.bb-progress .bb-progress-left .bb-progress-circle{right:100%;border-top-left-radius:11px;border-bottom-left-radius:11px;border-right:0;-webkit-transform-origin:center right;-ms-transform-origin:center right;transform-origin:center right;-webkit-animation:loading-2 1.5s linear forwards 1.8s;animation:loading-2 1.5s linear forwards 1.8s} - -.bb-progress .bb-progress-right{left:0} - -.bb-progress .bb-progress-right .bb-progress-circle{right:-100%;border-top-right-radius:11px;border-bottom-right-radius:11px;border-left:0;-webkit-transform-origin:center left;-ms-transform-origin:center left;transform-origin:center left;-webkit-animation:loading-1 1.8s linear forwards;animation:loading-1 1.8s linear forwards} - -.bb-progress .bb-progress-value{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:50%;font-size:36px;text-align:center;line-height:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;font-weight:300} - -.bb-progress .bb-progress-value div{margin-top:10px} - -.bb-progress .bb-progress-value span{font-size:12px;text-transform:uppercase} - -.ld-progress-bar{margin:0;height:4px;background:var(--bb-content-border-color)} - -.ld-progress-bar .ld-progress-bar-percentage{background:var(--bb-primary-color);height:4px;width:auto} - -.learndash-wrapper .ld-progress .ld-progress-bar{height:4px;background-color:var(--bb-content-border-color)} - -.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage{background:var(--bb-primary-color);height:4px;width:auto;border-radius:7px} - -.learndash-wrapper .ld-progress .ld-progress-stats{color:var(--bb-alternate-text-color);font-size:12px} - -.bb-progress[data-percentage="1"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-1 1.5s linear forwards;animation:loading-1 1.5s linear forwards} - -.bb-progress[data-percentage="1"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="2"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-2 1.5s linear forwards;animation:loading-2 1.5s linear forwards} - -.bb-progress[data-percentage="2"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="3"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-3 1.5s linear forwards;animation:loading-3 1.5s linear forwards} - -.bb-progress[data-percentage="3"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="4"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-4 1.5s linear forwards;animation:loading-4 1.5s linear forwards} - -.bb-progress[data-percentage="4"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="5"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-5 1.5s linear forwards;animation:loading-5 1.5s linear forwards} - -.bb-progress[data-percentage="5"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="6"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-6 1.5s linear forwards;animation:loading-6 1.5s linear forwards} - -.bb-progress[data-percentage="6"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="7"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-7 1.5s linear forwards;animation:loading-7 1.5s linear forwards} - -.bb-progress[data-percentage="7"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="8"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-8 1.5s linear forwards;animation:loading-8 1.5s linear forwards} - -.bb-progress[data-percentage="8"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="9"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-9 1.5s linear forwards;animation:loading-9 1.5s linear forwards} - -.bb-progress[data-percentage="9"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="10"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-10 1.5s linear forwards;animation:loading-10 1.5s linear forwards} - -.bb-progress[data-percentage="10"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="11"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-11 1.5s linear forwards;animation:loading-11 1.5s linear forwards} - -.bb-progress[data-percentage="11"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="12"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-12 1.5s linear forwards;animation:loading-12 1.5s linear forwards} - -.bb-progress[data-percentage="12"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="13"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-13 1.5s linear forwards;animation:loading-13 1.5s linear forwards} - -.bb-progress[data-percentage="13"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="14"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-14 1.5s linear forwards;animation:loading-14 1.5s linear forwards} - -.bb-progress[data-percentage="14"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="15"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-15 1.5s linear forwards;animation:loading-15 1.5s linear forwards} - -.bb-progress[data-percentage="15"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="16"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-16 1.5s linear forwards;animation:loading-16 1.5s linear forwards} - -.bb-progress[data-percentage="16"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="17"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-17 1.5s linear forwards;animation:loading-17 1.5s linear forwards} - -.bb-progress[data-percentage="17"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="18"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-18 1.5s linear forwards;animation:loading-18 1.5s linear forwards} - -.bb-progress[data-percentage="18"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="19"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-19 1.5s linear forwards;animation:loading-19 1.5s linear forwards} - -.bb-progress[data-percentage="19"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="20"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-20 1.5s linear forwards;animation:loading-20 1.5s linear forwards} - -.bb-progress[data-percentage="20"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="21"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-21 1.5s linear forwards;animation:loading-21 1.5s linear forwards} - -.bb-progress[data-percentage="21"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="22"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-22 1.5s linear forwards;animation:loading-22 1.5s linear forwards} - -.bb-progress[data-percentage="22"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="23"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-23 1.5s linear forwards;animation:loading-23 1.5s linear forwards} - -.bb-progress[data-percentage="23"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="24"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-24 1.5s linear forwards;animation:loading-24 1.5s linear forwards} - -.bb-progress[data-percentage="24"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="25"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-25 1.5s linear forwards;animation:loading-25 1.5s linear forwards} - -.bb-progress[data-percentage="25"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="26"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-26 1.5s linear forwards;animation:loading-26 1.5s linear forwards} - -.bb-progress[data-percentage="26"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="27"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-27 1.5s linear forwards;animation:loading-27 1.5s linear forwards} - -.bb-progress[data-percentage="27"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="28"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-28 1.5s linear forwards;animation:loading-28 1.5s linear forwards} - -.bb-progress[data-percentage="28"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="29"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-29 1.5s linear forwards;animation:loading-29 1.5s linear forwards} - -.bb-progress[data-percentage="29"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="30"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-30 1.5s linear forwards;animation:loading-30 1.5s linear forwards} - -.bb-progress[data-percentage="30"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="31"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-31 1.5s linear forwards;animation:loading-31 1.5s linear forwards} - -.bb-progress[data-percentage="31"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="32"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-32 1.5s linear forwards;animation:loading-32 1.5s linear forwards} - -.bb-progress[data-percentage="32"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="33"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-33 1.5s linear forwards;animation:loading-33 1.5s linear forwards} - -.bb-progress[data-percentage="33"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="34"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-34 1.5s linear forwards;animation:loading-34 1.5s linear forwards} - -.bb-progress[data-percentage="34"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="35"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-35 1.5s linear forwards;animation:loading-35 1.5s linear forwards} - -.bb-progress[data-percentage="35"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="36"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-36 1.5s linear forwards;animation:loading-36 1.5s linear forwards} - -.bb-progress[data-percentage="36"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="37"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-37 1.5s linear forwards;animation:loading-37 1.5s linear forwards} - -.bb-progress[data-percentage="37"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="38"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-38 1.5s linear forwards;animation:loading-38 1.5s linear forwards} - -.bb-progress[data-percentage="38"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="39"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-39 1.5s linear forwards;animation:loading-39 1.5s linear forwards} - -.bb-progress[data-percentage="39"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="40"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-40 1.5s linear forwards;animation:loading-40 1.5s linear forwards} - -.bb-progress[data-percentage="40"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="41"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-41 1.5s linear forwards;animation:loading-41 1.5s linear forwards} - -.bb-progress[data-percentage="41"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="42"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-42 1.5s linear forwards;animation:loading-42 1.5s linear forwards} - -.bb-progress[data-percentage="42"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="43"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-43 1.5s linear forwards;animation:loading-43 1.5s linear forwards} - -.bb-progress[data-percentage="43"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="44"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-44 1.5s linear forwards;animation:loading-44 1.5s linear forwards} - -.bb-progress[data-percentage="44"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="45"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-45 1.5s linear forwards;animation:loading-45 1.5s linear forwards} - -.bb-progress[data-percentage="45"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="46"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-46 1.5s linear forwards;animation:loading-46 1.5s linear forwards} - -.bb-progress[data-percentage="46"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="47"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-47 1.5s linear forwards;animation:loading-47 1.5s linear forwards} - -.bb-progress[data-percentage="47"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="48"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-48 1.5s linear forwards;animation:loading-48 1.5s linear forwards} - -.bb-progress[data-percentage="48"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="49"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-49 1.5s linear forwards;animation:loading-49 1.5s linear forwards} - -.bb-progress[data-percentage="49"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="50"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="50"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="51"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="51"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-1 1.5s linear forwards 1.5s;animation:loading-1 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="52"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="52"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-2 1.5s linear forwards 1.5s;animation:loading-2 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="53"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="53"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-3 1.5s linear forwards 1.5s;animation:loading-3 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="54"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="54"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-4 1.5s linear forwards 1.5s;animation:loading-4 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="55"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="55"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-5 1.5s linear forwards 1.5s;animation:loading-5 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="56"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="56"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-6 1.5s linear forwards 1.5s;animation:loading-6 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="57"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="57"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-7 1.5s linear forwards 1.5s;animation:loading-7 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="58"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="58"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-8 1.5s linear forwards 1.5s;animation:loading-8 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="59"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="59"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-9 1.5s linear forwards 1.5s;animation:loading-9 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="60"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="60"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-10 1.5s linear forwards 1.5s;animation:loading-10 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="61"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="61"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-11 1.5s linear forwards 1.5s;animation:loading-11 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="62"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="62"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-12 1.5s linear forwards 1.5s;animation:loading-12 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="63"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="63"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-13 1.5s linear forwards 1.5s;animation:loading-13 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="64"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="64"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-14 1.5s linear forwards 1.5s;animation:loading-14 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="65"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="65"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-15 1.5s linear forwards 1.5s;animation:loading-15 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="66"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="66"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-16 1.5s linear forwards 1.5s;animation:loading-16 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="67"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="67"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-17 1.5s linear forwards 1.5s;animation:loading-17 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="68"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="68"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-18 1.5s linear forwards 1.5s;animation:loading-18 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="69"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="69"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-19 1.5s linear forwards 1.5s;animation:loading-19 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="70"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="70"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-20 1.5s linear forwards 1.5s;animation:loading-20 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="71"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="71"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-21 1.5s linear forwards 1.5s;animation:loading-21 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="72"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="72"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-22 1.5s linear forwards 1.5s;animation:loading-22 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="73"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="73"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-23 1.5s linear forwards 1.5s;animation:loading-23 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="74"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="74"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-24 1.5s linear forwards 1.5s;animation:loading-24 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="75"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="75"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-25 1.5s linear forwards 1.5s;animation:loading-25 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="76"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="76"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-26 1.5s linear forwards 1.5s;animation:loading-26 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="77"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="77"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-27 1.5s linear forwards 1.5s;animation:loading-27 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="78"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="78"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-28 1.5s linear forwards 1.5s;animation:loading-28 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="79"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="79"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-29 1.5s linear forwards 1.5s;animation:loading-29 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="80"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="80"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-30 1.5s linear forwards 1.5s;animation:loading-30 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="81"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="81"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-31 1.5s linear forwards 1.5s;animation:loading-31 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="82"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="82"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-32 1.5s linear forwards 1.5s;animation:loading-32 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="83"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="83"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-33 1.5s linear forwards 1.5s;animation:loading-33 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="84"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="84"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-34 1.5s linear forwards 1.5s;animation:loading-34 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="85"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="85"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-35 1.5s linear forwards 1.5s;animation:loading-35 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="86"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="86"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-36 1.5s linear forwards 1.5s;animation:loading-36 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="87"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="87"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-37 1.5s linear forwards 1.5s;animation:loading-37 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="88"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="88"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-38 1.5s linear forwards 1.5s;animation:loading-38 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="89"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="89"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-39 1.5s linear forwards 1.5s;animation:loading-39 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="90"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="90"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-40 1.5s linear forwards 1.5s;animation:loading-40 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="91"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="91"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-41 1.5s linear forwards 1.5s;animation:loading-41 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="92"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="92"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-42 1.5s linear forwards 1.5s;animation:loading-42 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="93"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="93"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-43 1.5s linear forwards 1.5s;animation:loading-43 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="94"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="94"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-44 1.5s linear forwards 1.5s;animation:loading-44 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="95"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="95"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-45 1.5s linear forwards 1.5s;animation:loading-45 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="96"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="96"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-46 1.5s linear forwards 1.5s;animation:loading-46 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="97"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="97"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-47 1.5s linear forwards 1.5s;animation:loading-47 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="98"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="98"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-48 1.5s linear forwards 1.5s;animation:loading-48 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="99"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="99"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-49 1.5s linear forwards 1.5s;animation:loading-49 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="100"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="100"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards 1.5s;animation:loading-50 1.5s linear forwards 1.5s}@-webkit-keyframes loading-1{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-3.6deg);transform:rotate(-3.6deg)}}@keyframes loading-1{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-3.6deg);transform:rotate(-3.6deg)}}@-webkit-keyframes loading-2{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-7.2deg);transform:rotate(-7.2deg)}}@keyframes loading-2{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-7.2deg);transform:rotate(-7.2deg)}}@-webkit-keyframes loading-3{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-10.8deg);transform:rotate(-10.8deg)}}@keyframes loading-3{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-10.8deg);transform:rotate(-10.8deg)}}@-webkit-keyframes loading-4{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-14.4deg);transform:rotate(-14.4deg)}}@keyframes loading-4{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-14.4deg);transform:rotate(-14.4deg)}}@-webkit-keyframes loading-5{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}}@keyframes loading-5{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}}@-webkit-keyframes loading-6{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-21.6deg);transform:rotate(-21.6deg)}}@keyframes loading-6{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-21.6deg);transform:rotate(-21.6deg)}}@-webkit-keyframes loading-7{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-25.2deg);transform:rotate(-25.2deg)}}@keyframes loading-7{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-25.2deg);transform:rotate(-25.2deg)}}@-webkit-keyframes loading-8{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-28.8deg);transform:rotate(-28.8deg)}}@keyframes loading-8{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-28.8deg);transform:rotate(-28.8deg)}}@-webkit-keyframes loading-9{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-32.4deg);transform:rotate(-32.4deg)}}@keyframes loading-9{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-32.4deg);transform:rotate(-32.4deg)}}@-webkit-keyframes loading-10{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-36deg);transform:rotate(-36deg)}}@keyframes loading-10{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-36deg);transform:rotate(-36deg)}}@-webkit-keyframes loading-11{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-39.6deg);transform:rotate(-39.6deg)}}@keyframes loading-11{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-39.6deg);transform:rotate(-39.6deg)}}@-webkit-keyframes loading-12{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-43.2deg);transform:rotate(-43.2deg)}}@keyframes loading-12{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-43.2deg);transform:rotate(-43.2deg)}}@-webkit-keyframes loading-13{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-46.8deg);transform:rotate(-46.8deg)}}@keyframes loading-13{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-46.8deg);transform:rotate(-46.8deg)}}@-webkit-keyframes loading-14{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-50.4deg);transform:rotate(-50.4deg)}}@keyframes loading-14{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-50.4deg);transform:rotate(-50.4deg)}}@-webkit-keyframes loading-15{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-54deg);transform:rotate(-54deg)}}@keyframes loading-15{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-54deg);transform:rotate(-54deg)}}@-webkit-keyframes loading-16{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-57.6deg);transform:rotate(-57.6deg)}}@keyframes loading-16{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-57.6deg);transform:rotate(-57.6deg)}}@-webkit-keyframes loading-17{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-61.2deg);transform:rotate(-61.2deg)}}@keyframes loading-17{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-61.2deg);transform:rotate(-61.2deg)}}@-webkit-keyframes loading-18{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-64.8deg);transform:rotate(-64.8deg)}}@keyframes loading-18{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-64.8deg);transform:rotate(-64.8deg)}}@-webkit-keyframes loading-19{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-68.4deg);transform:rotate(-68.4deg)}}@keyframes loading-19{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-68.4deg);transform:rotate(-68.4deg)}}@-webkit-keyframes loading-20{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-72deg);transform:rotate(-72deg)}}@keyframes loading-20{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-72deg);transform:rotate(-72deg)}}@-webkit-keyframes loading-21{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-75.6deg);transform:rotate(-75.6deg)}}@keyframes loading-21{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-75.6deg);transform:rotate(-75.6deg)}}@-webkit-keyframes loading-22{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-79.2deg);transform:rotate(-79.2deg)}}@keyframes loading-22{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-79.2deg);transform:rotate(-79.2deg)}}@-webkit-keyframes loading-23{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-82.8deg);transform:rotate(-82.8deg)}}@keyframes loading-23{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-82.8deg);transform:rotate(-82.8deg)}}@-webkit-keyframes loading-24{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-86.4deg);transform:rotate(-86.4deg)}}@keyframes loading-24{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-86.4deg);transform:rotate(-86.4deg)}}@-webkit-keyframes loading-25{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}}@keyframes loading-25{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}}@-webkit-keyframes loading-26{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-93.6deg);transform:rotate(-93.6deg)}}@keyframes loading-26{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-93.6deg);transform:rotate(-93.6deg)}}@-webkit-keyframes loading-27{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-97.2deg);transform:rotate(-97.2deg)}}@keyframes loading-27{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-97.2deg);transform:rotate(-97.2deg)}}@-webkit-keyframes loading-28{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-100.8deg);transform:rotate(-100.8deg)}}@keyframes loading-28{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-100.8deg);transform:rotate(-100.8deg)}}@-webkit-keyframes loading-29{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-104.4deg);transform:rotate(-104.4deg)}}@keyframes loading-29{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-104.4deg);transform:rotate(-104.4deg)}}@-webkit-keyframes loading-30{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-108deg);transform:rotate(-108deg)}}@keyframes loading-30{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-108deg);transform:rotate(-108deg)}}@-webkit-keyframes loading-31{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-111.6deg);transform:rotate(-111.6deg)}}@keyframes loading-31{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-111.6deg);transform:rotate(-111.6deg)}}@-webkit-keyframes loading-32{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-115.2deg);transform:rotate(-115.2deg)}}@keyframes loading-32{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-115.2deg);transform:rotate(-115.2deg)}}@-webkit-keyframes loading-33{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-118.8deg);transform:rotate(-118.8deg)}}@keyframes loading-33{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-118.8deg);transform:rotate(-118.8deg)}}@-webkit-keyframes loading-34{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-122.4deg);transform:rotate(-122.4deg)}}@keyframes loading-34{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-122.4deg);transform:rotate(-122.4deg)}}@-webkit-keyframes loading-35{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-126deg);transform:rotate(-126deg)}}@keyframes loading-35{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-126deg);transform:rotate(-126deg)}}@-webkit-keyframes loading-36{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-129.6deg);transform:rotate(-129.6deg)}}@keyframes loading-36{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-129.6deg);transform:rotate(-129.6deg)}}@-webkit-keyframes loading-37{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-133.2deg);transform:rotate(-133.2deg)}}@keyframes loading-37{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-133.2deg);transform:rotate(-133.2deg)}}@-webkit-keyframes loading-38{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-136.8deg);transform:rotate(-136.8deg)}}@keyframes loading-38{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-136.8deg);transform:rotate(-136.8deg)}}@-webkit-keyframes loading-39{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-140.4deg);transform:rotate(-140.4deg)}}@keyframes loading-39{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-140.4deg);transform:rotate(-140.4deg)}}@-webkit-keyframes loading-40{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-144deg);transform:rotate(-144deg)}}@keyframes loading-40{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-144deg);transform:rotate(-144deg)}}@-webkit-keyframes loading-41{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-147.6deg);transform:rotate(-147.6deg)}}@keyframes loading-41{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-147.6deg);transform:rotate(-147.6deg)}}@-webkit-keyframes loading-42{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-151.2deg);transform:rotate(-151.2deg)}}@keyframes loading-42{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-151.2deg);transform:rotate(-151.2deg)}}@-webkit-keyframes loading-43{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-154.8deg);transform:rotate(-154.8deg)}}@keyframes loading-43{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-154.8deg);transform:rotate(-154.8deg)}}@-webkit-keyframes loading-44{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-158.4deg);transform:rotate(-158.4deg)}}@keyframes loading-44{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-158.4deg);transform:rotate(-158.4deg)}}@-webkit-keyframes loading-45{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-162deg);transform:rotate(-162deg)}}@keyframes loading-45{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-162deg);transform:rotate(-162deg)}}@-webkit-keyframes loading-46{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-165.6deg);transform:rotate(-165.6deg)}}@keyframes loading-46{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-165.6deg);transform:rotate(-165.6deg)}}@-webkit-keyframes loading-47{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-169.2deg);transform:rotate(-169.2deg)}}@keyframes loading-47{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-169.2deg);transform:rotate(-169.2deg)}}@-webkit-keyframes loading-48{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-172.8deg);transform:rotate(-172.8deg)}}@keyframes loading-48{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-172.8deg);transform:rotate(-172.8deg)}}@-webkit-keyframes loading-49{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-176.4deg);transform:rotate(-176.4deg)}}@keyframes loading-49{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-176.4deg);transform:rotate(-176.4deg)}}@-webkit-keyframes loading-50{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}}@keyframes loading-50{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}} - -.learndash-wrapper .ld-file-upload{border-radius:4px;background-color:var(--bb-body-background-color)} - -.learndash-wrapper .ld-file-upload .ld-file-upload-heading{font-size:inherit} - -.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label span{font-size:14px;color:var(--bb-alternate-text-color);font-weight:400} - -.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label{border-top-left-radius:4px;border-bottom-left-radius:4px} - -.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label strong{font-size:15px;font-weight:400} - -.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label{border-top-right-radius:4px;border-bottom-right-radius:4px} - -.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-name .ld-item-title .ld-item-components span.ld-status-waiting,.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-name .ld-item-title .ld-item-components span.ld-status-waiting span.ld-icon{background-color:#dbbe1a;color:#fff!important} - -.learndash-wrapper .ld-status-waiting{background-color:#dbbe1a;color:#fff!important} - -.learndash-wrapper .ld-assignment-list .ld-status{line-height:inherit;font-size:12px;color:#fff;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} - -.learndash-wrapper .ld-assignment-list .ld-status .ld-icon{font-size:16px;margin-right:0;margin-left:3px} - -.learndash-wrapper .ld-assignment-list .ld-icon.ld-icon-comments{position:relative;bottom:1px} - -.learndash-wrapper .ld-table-list.ld-assignment-list .ld-table-list-items{overflow:visible} - -.ld-icon.ld-icon-comments,.ld-icon.ld-icon-delete,.ld-icon.ld-icon-download{font-family:bb-icons!important;font-size:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:6px;padding-bottom:0} - -.ld-icon.ld-icon-comments{font-size:24px} - -.ld-icon.ld-icon-download::before{content:"\ee57"} - -.ld-icon.ld-icon-delete::before{content:"\e828"} - -.ld-icon.ld-icon-comments::before{content:"\ee33"} - -article.sfwd-assignment{position:relative;z-index:1} - -article.sfwd-assignment a{word-break:break-word} - -body:not(.bb-dark-theme) .sfwd-light-mode{display:none} - -.bb-sfwd-aside.bb-dark-theme{background:#121212;color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .comment-text{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-header .user-wrap a:hover,.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-inner .mobile-menu a:hover{color:#fff} - -.bb-sfwd-aside.bb-dark-theme.ld-in-focus-mode .learndash-wrapper{background-color:transparent} - -.bb-sfwd-aside.bb-dark-theme .sfwd-dark-mode{display:none} - -.bb-sfwd-aside.bb-dark-theme .h1,.bb-sfwd-aside.bb-dark-theme .h2,.bb-sfwd-aside.bb-dark-theme .h3,.bb-sfwd-aside.bb-dark-theme .h4,.bb-sfwd-aside.bb-dark-theme .h5,.bb-sfwd-aside.bb-dark-theme .h6,.bb-sfwd-aside.bb-dark-theme h1,.bb-sfwd-aside.bb-dark-theme h2,.bb-sfwd-aside.bb-dark-theme h3,.bb-sfwd-aside.bb-dark-theme h4,.bb-sfwd-aside.bb-dark-theme h5,.bb-sfwd-aside.bb-dark-theme h6{color:#fff} - -.bb-sfwd-aside.bb-dark-theme #quiz_progress_details p a,.bb-sfwd-aside.bb-dark-theme .ld-sidebar-widgets li.widget h2.widgettitle,.bb-sfwd-aside.bb-dark-theme .widget .item-list .item-title a,.bb-sfwd-aside.bb-dark-theme .widget.activity_update .activity-update p a:not(.activity-time-since),.bb-sfwd-aside.bb-dark-theme .widget.buddypress div.item-options .selected,.bb-sfwd-aside.bb-dark-theme .widget_ldcourseinfo .course_progress_details .learndash-profile-course-title a,.bb-sfwd-aside.bb-dark-theme .widget_ldcoursenavigation .ld-lesson-section-heading{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-title{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .ld-sidebar-widgets .widget.buddypress div.item-options .selected{border-bottom-color:#ccc} - -.bb-sfwd-aside.bb-dark-theme .ld-course-navigation .course-entry-title,.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-table-list .ld-table-list-header,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .ld-item-list-section-heading .ld-lesson-section-heading{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .site-header{background:#232323;box-shadow:0 3px 12px rgba(0,0,0,.05)} - -.bb-sfwd-aside.bb-dark-theme .site-header .bb-icon-close{color:#121212} - -.bb-sfwd-aside.bb-dark-theme.sticky-header .site-header{box-shadow:0 4px 1px -4px rgba(0,0,0,.22)} - -.bb-sfwd-aside.bb-dark-theme.sticky-header .site-header.has-scrolled{box-shadow:0 1px 0 0 rgba(0,0,0,.05),0 5px 10px 0 rgba(0,0,0,.15)} - -.bb-sfwd-aside.bb-dark-theme .site-header .header-aside-inner>a i{color:#fff} - -.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .bb-toggle-panel:hover{background:rgba(255,255,255,.15)} - -.bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a,.bb-sfwd-aside.bb-dark-theme .side-panel-menu a,.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu li:not(.current-menu-item) a{color:var(--bb-alternate-text-color);background-color:transparent} - -.bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a:hover,.bb-sfwd-aside.bb-dark-theme .side-panel-menu a:hover,.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu li:not(.current-menu-item) a:hover{color:#fff;background-color:transparent} - -.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover>a{color:#aaa;background:rgba(255,255,255,.15)} - -.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover>a:hover{color:#aaa;background:rgba(255,255,255,.15)} - -.bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu .current-menu-item>a,.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu .current-menu-item>a{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu .current-menu-item>a:hover,.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu .current-menu-item>a:hover{background-color:transparent} - -.bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu li:not(.current-menu-item) a i:not(.bb-icon-angle-down){opacity:1;color:#fff} - -.bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a{color:#fff;opacity:1} - -.bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a:hover{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .learndash_next_prev_link a,.bb-sfwd-aside.bb-dark-theme .lms-header-instructor .bb-about-instructor h5 a{color:var(--bb-alternate-text-color)} - -.bb-sfwd-aside.bb-dark-theme .learndash_next_prev_link a:hover,.bb-sfwd-aside.bb-dark-theme .lms-header-instructor .bb-about-instructor h5 a:hover{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-links ul li a{color:var(--bb-alternate-text-color);border-color:var(--bb-alternate-text-color)} - -.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-links ul li a:hover{color:#fff;border-color:#fff} - -.bb-sfwd-aside.bb-dark-theme .bb-quiz-list a,.bb-sfwd-aside.bb-dark-theme .bb-type-list.bb-lms-list-inside a{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .bb-learndash-banner,.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-topic-status,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-topic-sidebar-data{background-color:#1c1c1c} - -.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .bb-ld-info-bar .ld-topic-status{background-color:transparent} - -.bb-sfwd-aside.bb-dark-theme #learndash-page-content,.bb-sfwd-aside.bb-dark-theme .bb-footer,.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-wrapper.left,.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-wrapper.left .bb-mobile-panel-inner,.bb-sfwd-aside.bb-dark-theme .buddypanel,.bb-sfwd-aside.bb-dark-theme .buddypanel #site-logo,.bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu a,.bb-sfwd-aside.bb-dark-theme .panel-head,.bb-sfwd-aside.bb-dark-theme div.bb-lms-header{background:#121212} - -.bb-sfwd-aside.bb-dark-theme #learndash-page-content,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper{border-bottom:0} - -.bb-sfwd-aside.bb-dark-theme .bb-footer{border-top:1px solid rgba(255,255,255,.1)} - -.bb-sfwd-aside.bb-dark-theme .header-search-wrap,.bb-sfwd-aside.bb-dark-theme .header-search-wrap input.search-field{background:#000;color:#fff} - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li:hover{color:#fff} - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li:hover.menu-item-has-children::after{color:#fff} - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li:hover>a span,.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li:hover>a>i{color:#fff} - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li.menu-item-has-children::after{color:#888} - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li.menu-item>.ab-submenu::before{border-color:#232323 transparent transparent #232323} - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu{background-color:#000} - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu{background-color:#000} - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item:hover>a{background:rgba(255,255,255,.15);color:#aaa} - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item:hover>a>i{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item.menu-item-has-children::after{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item.menu-item-has-children:hover::after{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item>a{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item>a>i{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item.menu-item.menu-item-has-children>a::after{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li>a{color:#939597} - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li>a>i{color:#fff} - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li>a:hover{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .more-button.active::after{border-color:#232323 transparent transparent #232323} - -.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu{background-color:#000} - -.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu a{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu li:hover>a{color:#aaa;background:rgba(255,255,255,.15)} - -.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu{background-color:#000} - -.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu,.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu::before{background-color:#000} - -.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu li:hover>a{color:#aaa;background:rgba(255,255,255,.15)} - -.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu{background-color:#000} - -.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .user-mention,.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu a,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu .user-mention,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu a::before,.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu a>i,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a::before,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a>i{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover a::before,.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover>a,.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover>a>i,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover a::before,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover>a,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover>a>i{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li.no-icon>a::before,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li.no-icon>a::before{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu::before,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu::before{border-color:#232323 transparent transparent #232323} - -.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper{background-color:transparent} - -.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper::before{background-color:#000} - -.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper .ab-submenu{background-color:#000;box-shadow:none} - -.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .user-link{border-color:#333 transparent transparent #333} - -.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu{background-color:#000} - -.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a:hover,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover>a{background:rgba(255,255,255,.15)} - -.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li .wrapper .bb-sub-menu{background-color:#000} - -.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li .wrapper .bb-sub-menu a:hover{background:rgba(255,255,255,.15)} - -.bb-sfwd-aside.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link>i{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link:hover .user-name,.bb-sfwd-aside.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link:hover>i{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-name{color:#fff} - -.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .primary-menu>li:hover>a::before{background:rgba(255,255,255,.1)} - -.bb-sfwd-aside.bb-dark-theme #learndash-page-content .sfwd-course-nav .learndash_next_prev_link a,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-course-navigation a.course-entry-link{background-color:rgba(146,164,183,.2)} - -.bb-sfwd-aside.bb-dark-theme #learndash-page-content .sfwd-course-nav .learndash_next_prev_link a:hover,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-course-navigation a.course-entry-link:hover{background-color:var(--bb-primary-color)} - -.bb-sfwd-aside.bb-dark-theme #learndash-page-content .sfwd-course-nav .learndash_next_prev_link span.empty-post{background-color:rgba(146,164,183,.1)} - -.bb-sfwd-aside.bb-dark-theme .lms-lesson-item.current>.bb-lesson-head,.bb-sfwd-aside.bb-dark-theme .lms-quiz-item.current>.bb-lms-title-wrap,.bb-sfwd-aside.bb-dark-theme .lms-topic-item.current>.bb-lms-title-wrap{background:#333} - -.bb-sfwd-aside.bb-dark-theme .lms-lesson-item.current>a .i-progress.i-progress-completed,.bb-sfwd-aside.bb-dark-theme .lms-quiz-item.current .i-progress.i-progress-completed,.bb-sfwd-aside.bb-dark-theme .lms-topic-item.current>a .i-progress.i-progress-completed{background-color:var(--bb-primary-color);color:#fff} - -.bb-sfwd-aside.bb-dark-theme .i-progress.i-progress-not-completed{color:#777} - -.bb-sfwd-aside.bb-dark-theme .bb-toggle-panel,.bb-sfwd-aside.bb-dark-theme .buddypanel .bb-toggle-panel,.bb-sfwd-aside.bb-dark-theme .side-panel-menu i,.bb-sfwd-aside.bb-dark-theme .site-header i,.bb-sfwd-aside.bb-dark-theme .user-wrap a.user-link{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .bb-toggle-panel:hover,.bb-sfwd-aside.bb-dark-theme .bb-toggle-panel:hover i,.bb-sfwd-aside.bb-dark-theme .buddypanel .bb-toggle-panel:hover,.bb-sfwd-aside.bb-dark-theme .site-header #header-aside a.user-link:hover i,.bb-sfwd-aside.bb-dark-theme .user-wrap a.user-link:hover,.bb-sfwd-aside.bb-dark-theme .user-wrap a.user-link:hover i{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme [data-balloon]::after{background:rgba(255,255,255,.95);box-shadow:none;color:#000} - -.bb-sfwd-aside.bb-dark-theme [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%22rgba(255,255,255,0.95)%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} - -.bb-sfwd-aside.bb-dark-theme [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%22rgba(255,255,255,0.95)%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} - -.bb-sfwd-aside.bb-dark-theme [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%22rgba(255,255,255,0.95)%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} - -.bb-sfwd-aside.bb-dark-theme [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%22rgba(255,255,255,0.95)%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} - -.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul li a,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-lessions-list>ol li a{color:#888} - -.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul li a:hover,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul li a:hover::before,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-lessions-list>ol li a:hover,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-lessions-list>ol li a:hover::before{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .lms-topic-item:hover::before{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .bb-progress::after{border-color:#939597} - -.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-side-item-incomplete{color:#939597} - -.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span a{color:#939597} - -.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span a:hover{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-side-item-complete{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .learndash_next_prev_link .next-link:last-child{border-color:#121212} - -.bb-sfwd-aside.bb-dark-theme .lms-topic-item.current::before,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .course-group-list a,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .group-exec-list a .lms-group-lead span:first-child,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-group-flag .lms-group-heading a span,.bb-sfwd-aside.bb-dark-theme li.lms-topic-item.current>.bb-title{color:var(--bb-headings-color)} - -.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-members-list .course-members-list a{color:#888} - -.bb-sfwd-aside.bb-dark-theme pre{background:#282a2c} - -.bb-sfwd-aside.bb-dark-theme label{color:#f8f8f8} - -.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-instructor .bb-about-instructor h5 a{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-progress .course-progress-wrap,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-lessions-list>ol.bb-lessons-list>li.lms-lesson-item,.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_reviewDiv{border-bottom-color:#333} - -.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-members-list .lms-course-sidebar-heading,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-quizzes-list .lms-course-quizzes-heading,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-links{border-top-color:#333} - -.bb-sfwd-aside.bb-dark-theme .bb-separator{background:#333} - -.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_questionList li.wpProQuiz_questionListItem,.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_response,.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content ul.wpProQuiz_sortStringList>li{background-color:#121212;border-color:#333} - -.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .wpProQuiz_content .wpProQuiz_tipp>div::before,.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_tipp>div{background-color:#333;border-color:#333} - -.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li table td{border-color:#333} - -.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_catOverview span,.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input[type=file]+label{background-color:var(--bb-primary-color)} - -.bb-sfwd-aside.bb-dark-theme input[type=text],.bb-sfwd-aside.bb-dark-theme select,.bb-sfwd-aside.bb-dark-theme textarea{background-color:#333;border-color:#aaa;color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem textarea.wpProQuiz_questionEssay{border-color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .wpProQuiz_catOverview span.wpProQuiz_catPercent,.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_catOverview span.wpProQuiz_catName{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .lms-header-instructor .bb-about-instructor .bb-about-instructor-date::before{background-color:#aaa} - -.bb-sfwd-aside.bb-dark-theme #learndash-page-content .sfwd-course-nav .sfwd-course-expire i,.bb-sfwd-aside.bb-dark-theme .bb-lesson-head .bb-lesson-quizzes-count,.bb-sfwd-aside.bb-dark-theme .bb-lesson-head .bb-lesson-sidebar-ld-sep,.bb-sfwd-aside.bb-dark-theme .bb-lesson-head .bb-lesson-topics-count,.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-progress .ld-progress-stats,.bb-sfwd-aside.bb-dark-theme .lms-header-instructor .bb-about-instructor .bb-about-instructor-date,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-progress .course-completion-rate,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-progress .ld-progress-steps,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .group-exec-list a .lms-group-lead span:last-child,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-group-flag .lms-group-heading>span,.bb-sfwd-aside.bb-dark-theme span.bb-pages .bb-total{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .group-exec-list a .lms-group-lead span:first-child{color:var(--bb-headings-color)} - -.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_addToplist{background-color:transparent;border-top-color:#333} - -.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_addToplist .wpProQuiz_button2{margin-right:auto;margin-left:auto} - -.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-quiz-actions{border-top:1px solid #333} - -.bb-sfwd-aside.bb-dark-theme .comment-respond{background-color:#121212;border-color:#333} - -.bb-sfwd-aside.bb-dark-theme .comment-respond .comment-author{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .comment-respond textarea{border-color:#333} - -.bb-sfwd-aside.bb-dark-theme .comment-respond input[type=submit].outline:disabled{background-color:#333} - -.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-table-list .ld-table-list-item .ld-table-list-title a{color:inherit} - -.bb-sfwd-aside.bb-dark-theme .comment-list .comment-body{background-color:#121212;border-color:#333;color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .comment-list .comment-body .comment-author a.url{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .comment-list .comment-body a.comment-date{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .comment-list .comment-body a.comment-date:hover{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .bp-feedback.bp-sitewide-notice{background-color:rgba(146,164,183,.2);border-color:transparent} - -.bb-sfwd-aside.bb-dark-theme .bp-feedback.bp-sitewide-notice p{color:#939597} - -.bb-sfwd-aside.bb-dark-theme .bp-feedback.bp-sitewide-notice strong{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .bp-feedback.bp-sitewide-notice button{color:#fff} - -.bb-sfwd-aside.bb-dark-theme #learndash-page-content .ld-focus-comments #commentform textarea#comment{background-color:#333;border:0} - -.bb-sfwd-aside.bb-dark-theme #learndash-page-content .ld-focus-comments .ld-comment-avatar .ld-comment-avatar-author .ld-comment-author-name{color:#fff} - -.bb-sfwd-aside.bb-dark-theme #learndash-page-content .ld-focus-comments .comment .ld-comment-wrapper{background-color:#121212;border:1px solid #333} - -.bb-sfwd-aside.bb-dark-theme #learndash-page-content .ld-focus-comments .ld-focus-comments__heading .ld-focus-comments__header{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .buddypanel .site-branding{background-color:#121212} - -.bb-sfwd-aside.bb-dark-theme .widget_ldcoursenavigation .ld-course-navigation .ld-lesson-item-expanded{background-color:#121212} - -.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded::before{border-top-color:#1c1c1c} - -.bb-sfwd-aside.bb-dark-theme .widget_bp_core_members_widget #members-list .item-avatar a .member-status{border-color:#1c1c1c} - -.bb-sfwd-aside.bb-dark-theme .ld-sidebar-widgets li.widget{border-top-color:#333} - -.bb-sfwd-aside.bb-dark-theme .widget_ldcourseinfo .ld-courseregistered-content-container .ld-course-info-my-courses,.bb-sfwd-aside.bb-dark-theme .widget_ldcoursenavigation .ld-course-navigation .ld-course-navigation-heading{border-bottom-color:#333} - -.bb-sfwd-aside.bb-dark-theme .tribe_mini_calendar_widget .tribe-mini-calendar td,.bb-sfwd-aside.bb-dark-theme .tribe_mini_calendar_widget .tribe-mini-calendar th{background:#121212;color:#fff} - -.bb-sfwd-aside.bb-dark-theme .tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-othermonth{background:#121212;color:#fff} - -.bb-sfwd-aside.bb-dark-theme .tribe-mini-calendar-event .list-info h2.tribe-events-title a,.bb-sfwd-aside.bb-dark-theme .tribe_mini_calendar_widget .tribe-mini-calendar-event .list-info h2.tribe-events-title a,.bb-sfwd-aside.bb-dark-theme .tribe_mini_calendar_widget .tribe-mini-calendar-nav span,.bb-sfwd-aside.bb-dark-theme .tribe_mini_calendar_widget .tribe-mini-calendar-no-event,.bb-sfwd-aside.bb-dark-theme .type-tribe_events .tribe-mini-calendar-event .list-date .list-daynumber{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .tribe-mini-calendar td,.bb-sfwd-aside.bb-dark-theme .tribe-mini-calendar th{border-color:#333} - -.bb-sfwd-aside.bb-dark-theme .type-tribe_events .tribe-mini-calendar-event{border-color:#333;background-color:#121212} - -.bb-sfwd-aside.bb-dark-theme .tribe-events-countdown-widget div.tribe-countdown-number{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .woocommerce.widget_shopping_cart .total{border-top-color:#333} - -.bb-sfwd-aside.bb-dark-theme .widget .dropzone .dz-default{background-color:#333} - -.bb-sfwd-aside.bb-dark-theme .widget .dropzone .dz-default .dz-button:hover>strong,.bb-sfwd-aside.bb-dark-theme .widget .dropzone .dz-default .dz-button>strong{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .widget #whats-new-toolbar .emojionearea .emojionearea-button::before,.bb-sfwd-aside.bb-dark-theme .widget #whats-new-toolbar a [class*=" bb-icon-"]{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .widget #whats-new-toolbar .post-emoji .emojionearea.medium-editor-placeholder{padding:0} - -.bb-sfwd-aside.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active{background-color:#333;bottom:0} - -.bb-sfwd-aside.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b,.bb-sfwd-aside.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b:hover{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b::before,.bb-sfwd-aside.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b:hover::before{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .select2-container .select2-dropdown{background:#000;border:1px solid #aaa} - -.bb-sfwd-aside.bb-dark-theme .select2-container--default .select2-results__option--highlighted[aria-selected]{background:#333} - -.bb-sfwd-aside.bb-dark-theme .entry-content .widget .bbp_topic_tags_wrapper li.select2-search{margin-bottom:0} - -.bb-sfwd-aside.bb-dark-theme .entry-content .widget .bbp-topic-form .bbp-the-content-wrapper,.bb-sfwd-aside.bb-dark-theme .entry-content .widget .bbp-topic-form .bbp_topic_tags_wrapper{background-color:#333;color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading,.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .wpProQuiz_graded_points,.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .wpProQuiz_points{background-color:rgba(146,164,183,.2)} - -.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link .user-name{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link:hover .user-name{color:#fff} - -.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link:hover::before{background:rgba(255,255,255,.1)} - -.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children.selected .user-link::before{background:rgba(255,255,255,.1)} - -.bb-sfwd-aside.bb-dark-theme .site-header .bb-icon-close{color:#fff;background-color:rgba(146,164,183,.2)} - -.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-wrapper .bb-mobile-panel-header{background-color:#121212} - -.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-wrapper .bb-mobile-panel-header{background-color:#121212} - -.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-header .user-name{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .elementor-location-single>.elementor-section-wrap>.elementor-section .lms-topic-sidebar-data{background-color:#1c1c1c} - -.ld-modal.ld-login-modal .ld-login-modal-register{background-color:var(--bb-primary-color)} - -.ld-modal.ld-login-modal .ld-login-modal-wrapper{max-width:360px;min-width:inherit;padding:45px 20px} - -.ld-modal.ld-login-modal .ld-login-modal-wrapper .ld-login-modal-branding>img{max-width:250px;height:auto} - -.ld-modal.ld-login-modal .ld-login-modal-branding{margin-bottom:20px} - -.ld-modal.ld-login-modal .ld-modal-closer{color:#0d0d0e} - -.ld-modal.ld-login-modal .ld-login-modal-form{margin:15px 0 0} - -.ld-modal.ld-login-modal .ld-login-modal-form .login-password::before,.ld-modal.ld-login-modal .ld-login-modal-form .login-username::before{top:inherit;bottom:27px;color:var(--bb-alternate-text-color)} - -.ld-modal.ld-login-modal .ld-login-modal-form input[type=submit]{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);font-weight:600;margin:10px 0 20px;border-radius:var(--bb-button-radius)} - -.ld-modal.ld-login-modal .ld-login-modal-form input[type=submit]:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.ld-modal.ld-login-modal .ld-login-modal-form input[type=submit]:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover);box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)!important;opacity:1} - -.ld-modal.ld-login-modal .ld-login-modal-form .input{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius);color:var(--bb-body-text-color)} - -.ld-modal.ld-login-modal .ld-login-modal-form form{margin-bottom:0} - -.ld-modal.ld-login-modal .ld-login-modal-form form label{font-weight:400;line-height:1;margin-bottom:12px;margin-top:10px} - -.ld-modal.ld-login-modal .ld-login-modal-register .input{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-background-color);color:#0d0d0e;font-size:14px} - -.ld-modal.ld-login-modal .ld-login-modal-register form p{margin-bottom:0} - -.ld-modal.ld-login-modal .ld-login-modal-register form label{font-weight:400} - -.ld-modal.ld-login-modal .ld-login-modal-register .ld-alert-warning{background-color:rgba(var(--bb-warning-color-rgb),1)} - -.ld-modal.ld-login-modal .ld-alert-warning{background-color:rgba(var(--bb-warning-color-rgb),.2);border:0;line-height:1.5;text-align:right} - -.ld-modal.ld-login-modal .ld-alert-warning .ld-alert-content{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.ld-modal.ld-login-modal .ld-alert-warning .ld-alert-content .ld-alert-icon.ld-icon-alert{padding-top:2px;-webkit-transform:none;-ms-transform:none;transform:none;padding-right:0;margin-right:0;margin-left:7px} - -.learndash-wrapper .ld-login-modal .ld-login-modal-login{background-color:var(--bb-content-background-color)} - -.learndash-wrapper .ld-login-modal .ld-forgot-password-link{color:var(--bb-headings-color)} - -.learndash-wrapper.learndash-wrapper-login-modal.ld-modal-open::after{content:"";position:fixed;height:100%;width:100%;background:rgba(255,255,255,.95);top:0;right:0;z-index:999} - -.learndash-wrapper .ld-login-modal .ld-login-modal-login .ld-modal-text{color:var(--bb-alternate-text-color);line-height:1.5;margin-bottom:20px} - -.ld-login-modal p.login-password,.ld-login-modal p.login-username{text-align:right} - -.ld-modal.ld-login-modal.ld-can-register .ld-alert-warning .ld-alert-content,.ld-modal.ld-login-modal.ld-can-register .ld-login-modal-register,.ld-modal.ld-login-modal.ld-can-register .ld-modal-closer,.learndash-wrapper .ld-modal.ld-can-register .ld-modal-closer{color:#fff} - -.ld-modal.ld-login-modal.ld-can-register .ld-login-modal-register{background-color:var(--bb-primary-color)} - -.ld-modal.ld-login-modal.ld-can-register .ld-login-modal-login .ld-alert-warning .ld-alert-content{color:inherit} - -label[for=user_reg_email],label[for=user_reg_login]{color:#fff;text-align:right} - -.learndash-wrapper .ld-modal .ld-modal-closer{top:0} - -.learndash-wrapper .ld-login-modal .ld-login-modal-register #ld-user-register{margin:25px 0 0} - -form#registerform{margin-bottom:0} - -#ld-user-register .input{padding-right:10px} - -.learndash-wrapper .ld-login-modal .ld-login-modal-login .ld-modal-heading{color:var(--bb-headings-color);line-height:1;margin:0 0 20px;font-size:1.8em} - -.learndash-wrapper .ld-login-modal .ld-modal-heading{font-size:1.8em;font-weight:500} - -.learndash-wrapper .ld-login-modal .ld-login-modal-form label{color:var(--bb-headings-color)} - -.ld-modal.ld-login-modal.ld-can-register .ld-login-modal-register #wp-submit,.learndash-wrapper .ld-login-modal .ld-login-modal-register .ld-button{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);border-radius:var(--bb-button-radius);font-weight:500;min-height:48px;width:100%} - -.ld-modal.ld-login-modal.ld-can-register .ld-login-modal-register #wp-submit:focus,.learndash-wrapper .ld-login-modal .ld-login-modal-register .ld-button:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -.ld-modal.ld-login-modal.ld-can-register .ld-login-modal-register #wp-submit:hover,.learndash-wrapper .ld-login-modal .ld-login-modal-register .ld-button:hover{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!important;opacity:.8} - -.ld-modal.ld-login-modal.ld-can-register .ld-login-modal-register #wp-submit:hover:focus,.learndash-wrapper .ld-login-modal .ld-login-modal-register .ld-button:hover:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -.learndash-wrapper .ld-login-modal .ld-login-modal-login{background-color:var(--bb-content-background-color)} - -.learndash-wrapper .ld-login-modal .ld-forgot-password-link{color:var(--bb-headings-color)} - -.learndash-wrapper .ld-login-modal .ld-forgot-password-link:hover{color:var(--bb-primary-color)} - -.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=email],.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=password],.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=text]{background-color:var(--bb-content-background-color);border-color:var(--bb-content-background-color)}@media screen and (max-width:1024px){ - -.learndash-wrapper .ld-login-modal.ld-can-register .ld-modal-closer{color:#0d0d0e}}@media screen and (min-width:769px){ - -.learndash-wrapper.ld-modal-open .ld-modal{position:fixed;z-index:999991;right:50%;top:5%;bottom:5%;width:90%;max-width:1024px;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);margin:0;height:auto;border-radius:var(--bb-block-radius)}}@media screen and (max-height:650px){ - -.learndash-wrapper.ld-modal-open .ld-modal{display:block}}@media screen and (max-width:768px){ - -.ld-modal.ld-login-modal.ld-can-register .ld-login-modal-register{padding:20px 0} - -a.ld-button.ld-button-reverse.ld-js-register-account{margin-bottom:0}} - -.learndash-wrapper .ld-breadcrumbs{background-color:var(--bb-content-alternate-background-color)} - -.learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-progress{background-color:var(--bb-primary-color)} - -.learndash-wrapper a.favorite-toggle,.learndash-wrapper a.subscription-toggle{border-bottom:1px solid var(--bb-content-border-color)!important;color:var(--bb-headings-color)} - -.learndash-wrapper a.favorite-toggle:hover,.learndash-wrapper a.subscription-toggle:hover{border-bottom-color:var(--bb-secondary-button-border-hover)!important;color:var(--bb-secondary-button-text-hover)} - -.learndash-wrapper a.next,.learndash-wrapper a.prev{border-bottom:1px solid var(--bb-content-border-color)!important} - -.learndash-wrapper .bs-meta-item>a{border-bottom:1px solid var(--bb-content-border-color)!important} - -.learndash-wrapper .bs-meta-item>a:hover{border-bottom-color:var(--bb-secondary-button-border-hover)!important} - -.user-wrap.menu-item-has-children #menu-learndash-focus>li>a{padding-right:40px} - -.user-wrap.menu-item-has-children #menu-learndash-focus>li.no-icon>a::before{content:"\ee6e";font-family:bb-icons;font-size:16px;line-height:1;position:absolute;right:14px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin:0;min-width:16px;text-align:center;color:var(--bb-alternate-text-color)} - -.user-wrap.menu-item-has-children #menu-learndash-focus .ab-submenu{border-radius:4px} - -.user-wrap.menu-item-has-children #menu-learndash-focus li li>a{background-color:transparent} - -.user-wrap.menu-item-has-children #menu-learndash-focus a{padding:11px 14px;position:relative!important;color:var(--bb-body-text-color);background-color:transparent} - -.user-wrap.menu-item-has-children #menu-learndash-focus a i,.user-wrap.menu-item-has-children #menu-learndash-focus a img{font-size:18px;position:absolute;right: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 #menu-learndash-focus a img{max-width:18px} - -.user-wrap.menu-item-has-children #menu-learndash-focus a:hover{color:var(--bb-body-text-color);background:var(--bb-content-alternate-background-color)} - -.user-wrap.menu-item-has-children #menu-learndash-focus .bb-sub-menu{padding:8px 0} - -.user-wrap.menu-item-has-children #menu-learndash-focus .bb-sub-menu a:hover{background-color:#fff} - -.bb-template-v2 .user-wrap.menu-item-has-children #menu-learndash-focus .bb-sub-menu a:hover{background-color:var(--bb-content-alternate-background-color)} - -.jq-dropdown{z-index:600} - -.jq-dropdown .jq-dropdown-menu,.jq-dropdown .jq-dropdown-panel{background:var(--bb-content-background-color);border:0;box-shadow:0 6px 24px 0 rgba(0,0,0,.12),0 3px 8px 0 rgba(0,0,0,.06)!important;border-radius:var(--bb-block-radius);list-style:none;padding:10px;margin:0;min-width:180px} - -.jq-dropdown.checkout-dropdown-button #btn-join,.jq-dropdown.checkout-dropdown-button .btn-join{background-color:var(--bb-secondary-button-background-regular)!important;color:var(--bb-secondary-button-text-regular)!important;border:1px solid var(--bb-secondary-button-border-regular)!important} - -.jq-dropdown.checkout-dropdown-button #btn-join:hover,.jq-dropdown.checkout-dropdown-button .btn-join:hover{background-color:var(--bb-secondary-button-background-hover)!important;color:var(--bb-secondary-button-text-hover)!important;border:1px solid var(--bb-secondary-button-border-hover)!important} - -.jq-dropdown.checkout-dropdown-button form{margin-top:5px;margin-bottom:5px} - -.jq-dropdown.jq-dropdown-tip::after,.jq-dropdown.jq-dropdown-tip::before{display:none} - -.learndash-wrapper .ld-status{height:100%;border-radius:var(--bb-label-type-radius);text-transform:none;font-weight:400;line-height:30px;font-size:14px;letter-spacing:normal} - -.learndash-wrapper .ld-status.ld-status-complete{background-color:var(--bb-success-color);color:var(--bb-primary-button-text-regular)} - -.learndash-wrapper .ld-course-status .ld-status{font-size:12px} - -.learndash-wrapper .ld-course-status .ld-status.ld-status-complete{background-color:var(--bb-success-color)} - -.learndash-wrapper .ld-course-status-not-enrolled .ld-status{height:auto} - -.learndash-wrapper .ld-course-status-segment .ld-course-status-label.no-label+.ld-course-status-content{margin-top:27px} - -.learndash-wrapper .ld-course-status-segment .ld-course-status-action .ld-button{font-size:15px;font-weight:inherit} - -.learndash-wrapper .ld-course-status-segment .ld-course-status-action>form{margin-bottom:0} - -.learndash-wrapper .ld-course-status-segment .ld-course-status-action #btn-join.btn-disabled{background-color:var(--bb-primary-button-background-regular);opacity:.5;pointer-events:none} - -.ld-exam-content .ld-exam-result-button,.ld-exam-content 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-bottom:1px solid var(--bb-primary-button-border-regular)!important;border-radius:var(--bb-button-radius);-webkit-transition:all linear .2s;transition:all linear .2s;font-size:14px;display:inline-block;padding:10px 19px;line-height:1.471} - -.ld-exam-content .ld-exam-result-button:focus,.ld-exam-content button:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.ld-exam-content .ld-exam-result-button:hover,.ld-exam-content 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);border-bottom:1px solid var(--bb-primary-button-border-hover)!important} - -.ld-exam-content .ld-exam-result-button:focus,.ld-exam-content button:focus{box-shadow:var(--bb-primary-button-focus-shadow)!important} - -.ld-exam-content .ld-exam-progress .ld-exam-progress-bar{width:100%;border-radius:100px;box-shadow:none;height:10px;margin:1em 0;padding:0} - -.ld-exam-content .ld-exam-progress .ld-exam-progress-bar .ld-exam-progress-bar-fill{background-color:var(--bb-primary-color);border-radius:10px;height:100%} - -.ld-exam-content .ld-exam-questions{margin-right:0} - -.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner);padding:10px 20px;margin-bottom:8px} - -.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer input{margin:auto 0 auto 1em} - -.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer label{padding:0 2em 0 0} - -.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer.ld-exam-question-answer-correct.ld-exam-question-answer-student-not-selected{background-color:rgba(var(--bb-success-color-rgb),.1);border-color:transparent} - -.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer.ld-exam-question-answer-student-correct.ld-exam-question-answer-student-selected{background-color:rgba(var(--bb-success-color-rgb),.1);border-color:var(--bb-content-border-color)} - -.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer.ld-exam-question-answer-student-incorrect.ld-exam-question-answer-student-selected{background-color:transparent;border-color:var(--bb-danger-color)} - -.ld-exam-content .ld-exam-result-message{background-color:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);color:var(--bb-body-text-color);border-radius:var(--bb-block-radius-inner)} - -.bb-single-course-sidebar .bb-button-wrap{padding-top:10px} - -.ld-item-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.ld-item-title .lms-is-locked-ico i{margin-right:10px;color:var(--bb-alternate-text-color)} - -.learndash-theme.single-sfwd-courses .bb-course-banner-inner,.single-item.groups.courses .bb-course-banner-inner{max-width:-webkit-calc(100% - 480px);max-width:calc(100% - 480px);width:-webkit-calc(100% - 480px);width:calc(100% - 480px)} - -.learndash-theme.single-sfwd-courses .bb-about-instructor h4,.single-item.groups.courses .bb-about-instructor h4{margin-right:5px} - -.learndash-theme.single-sfwd-courses .ld-progress.ld-progress-inline .ld-progress-bar,.single-item.groups.courses .ld-progress.ld-progress-inline .ld-progress-bar{height:3px;color:#fff} - -.learndash-theme.single-sfwd-courses .ld-progress .ld-progress-bar .ld-progress-bar-percentage,.single-item.groups.courses .ld-progress .ld-progress-bar .ld-progress-bar-percentage{height:3px} - -.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-course-status .ld-status.ld-status-progress,.single-item.groups.courses .learndash-wrapper .ld-course-status .ld-status.ld-status-progress{text-transform:none;font-weight:500;font-size:12px}@media screen and (max-width:1200px){ - -.learndash-theme.single-sfwd-courses .bb-course-banner-inner,.single-item.groups.courses .bb-course-banner-inner{max-width:-webkit-calc(100% - 400px);max-width:calc(100% - 400px);width:-webkit-calc(100% - 400px);width:calc(100% - 400px)}}@media screen and (max-width:992px){ - -.learndash-theme.single-sfwd-courses .bb-course-banner-inner,.single-item.groups.courses .bb-course-banner-inner{max-width:-webkit-calc(100% - 350px);max-width:calc(100% - 350px);width:-webkit-calc(100% - 350px);width:calc(100% - 350px)}}@media screen and (max-width:880px){ - -.learndash-theme.single-sfwd-courses .bb-course-banner-inner,.single-item.groups.courses .bb-course-banner-inner{max-width:-webkit-calc(100% - 320px);max-width:calc(100% - 320px);width:-webkit-calc(100% - 320px);width:calc(100% - 320px)}}@media screen and (max-width:820px){ - -.learndash-theme.single-sfwd-courses .bb-course-banner-inner,.single-item.groups.courses .bb-course-banner-inner{max-width:100%;width:100%} - -.learndash-theme.single-sfwd-courses .bb-grid .bb-learndash-content-wrap,.single-item.groups.courses .bb-grid .bb-learndash-content-wrap{padding-right:10px;padding-left:10px} - -.learndash-theme.single-sfwd-courses .bb-single-course-sidebar,.single-item.groups.courses .bb-single-course-sidebar{max-width:100%;-webkit-box-flex:1;-ms-flex:auto;flex:auto}}@media screen and (max-width:640px){ - -.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details,.single-item.groups.courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details{margin:0} - -.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-header,.single-item.groups.courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row} - -.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading .ld-item-list-actions,.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading h2,.single-item.groups.courses .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading .ld-item-list-actions,.single-item.groups.courses .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading h2{-webkit-box-flex:0;-ms-flex:none;flex:none} - -.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name,.single-item.groups.courses .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name{width:-webkit-calc(100% - 18px);width:calc(100% - 18px)} - -.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview,.single-item.groups.courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row} - -.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details,.single-item.groups.courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details{margin-top:0;margin-right:0} - -.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button,.single-item.groups.courses .learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button{width:100px} - -.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-progress.ld-progress-inline .ld-progress-bar,.single-item.groups.courses .learndash-wrapper .ld-progress.ld-progress-inline .ld-progress-bar{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-bottom:5px} - -.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress .ld-progress-stats,.single-item.groups.courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress .ld-progress-stats{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1} - -.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled,.single-item.groups.courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row} - -.learndash-theme.single-sfwd-courses .ld-item-list .ld-item-list-item .ld-item-name,.single-item.groups.courses .ld-item-list .ld-item-list-item .ld-item-name{width:100%} - -.learndash-theme.single-sfwd-courses .ld-status-incomplete~.ld-item-title,.single-item.groups.courses .ld-status-incomplete~.ld-item-title{width:-webkit-calc(100% - 60px);width:calc(100% - 60px)} - -.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress,.single-item.groups.courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress{width:-webkit-calc(100% - 120px);width:calc(100% - 120px);padding-bottom:0;margin-left:20px} - -.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled,.single-item.groups.courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled{padding-bottom:15px}}@media screen and (max-width:543px){ - -.learndash-theme.single-sfwd-courses .bb-about-instructor .bb-avatar-wrap,.single-item.groups.courses .bb-about-instructor .bb-avatar-wrap{margin-bottom:0;margin-left:20px} - -.learndash-theme.single-sfwd-courses .bb-instructor-wrap.flex,.single-item.groups.courses .bb-instructor-wrap.flex{padding-bottom:20px}}@media screen and (max-width:480px){ - -.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title,.single-item.groups.courses .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-header,.single-item.groups.courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-header{-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} - -.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview,.single-item.groups.courses .learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview{padding:16px 45px 16px 15px} - -.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details,.single-item.groups.courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details{margin-top:4px}}@media screen and (max-width:380px){ - -.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-header,.single-item.groups.courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-header{display:none}}@media (max-width:992px) and (min-width:820px){ - -.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress{width:-webkit-calc(100% - 120px);width:calc(100% - 120px);padding-bottom:0;margin-left:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.learndash-wrapper .ld-course-status.ld-course-status-enrolled{padding-bottom:15px} - -.learndash-wrapper .ld-progress.ld-progress-inline .ld-progress-bar{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100%;margin:1em 0 5px}} - -.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage,.learndash-wrapper .ld-status-icon.ld-quiz-complete,.learndash-wrapper .ld-status-icon.ld-status-complete{background-color:var(--bb-primary-color)} - -.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-icon-arrow-down,.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title .lms-is-locked-ico i,.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-name .ld-item-title .ld-item-components span,.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview .ld-topic-title,.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview .ld-topic-title::before,.learndash-wrapper .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-item-title{color:var(--bb-alternate-text-color)} - -.learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name{color:var(--bb-headings-color)} - -.learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name:hover{color:var(--bb-primary-color)} - -.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview:hover .ld-topic-title,.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview:hover .ld-topic-title::before .learndash-wrapper .ld-item-list-item-expanded .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-table-list-item-preview:hover .ld-item-title{color:var(--bb-primary-color)} - -.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview:hover .ld-item-details .ld-expand-button .ld-icon,.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview:hover a.ld-item-name .ld-item-title,.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview:hover .ld-item-name .ld-item-title .ld-item-components span{color:var(--bb-primary-color)} - -.ld-course-status .ld-status.ld-status-progress,.learndash-wrapper .ld-status-unlocked{background-color:var(--bb-content-border-color)} - -#learndash-tooltips .ld-tooltip{background-color:var(--bb-tooltip-background);color:var(--bb-tooltip-color)} - -#learndash-tooltips .ld-tooltip::after{background-color:var(--bb-tooltip-background)} - -.learndash-wrapper .ld-expand-button,.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon,.learndash-wrapper .ld-expand-button.ld-primary-background{background-color:inherit} - -.learndash-wrapper .ld-secondary-in-progress-icon{border-right-color:#dedfe2;border-top-color:#dedfe2;color:var(--bb-primary-color)} - -.learndash-wrapper .ld-alert-warning .ld-alert-icon{background-color:transparent!important} - -.learndash-wrapper .ld-alert-warning .ld-alert-icon{color:inherit!important} - -.single-item.groups.courses .site{overflow:hidden} \ No newline at end of file +html.quiz-sort,html.quiz-sort .site,html.quiz-sort body{overflow:initial}html.elementor-html body.bb-sfwd-aside{overflow:auto}.learndash-theme.post-type-archive-sfwd-lessons .post-grid>.hentry{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}@media screen and (max-width:1100px){.learndash-theme.post-type-archive-sfwd-lessons .post-grid>.hentry{-webkit-box-flex:0;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%}}@media screen and (max-width:800px){.learndash-theme.post-type-archive-sfwd-lessons .post-grid>.hentry{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:480px){.learndash-theme.post-type-archive-sfwd-lessons .post-grid>.hentry{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.learndash-theme.post-type-archive-sfwd-lessons .post-grid>.hentry .entry-content{margin-bottom:0}.learndash-theme.post-type-archive-sfwd-lessons .post-grid>.hentry .entry-content p:last-child{margin-bottom:0}#learndash-page-content{background-color:var(--bb-content-background-color);border-bottom:1px solid var(--bb-content-border-color);padding:30px 100px 0;position:relative;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:-webkit-calc(100vh - 76px);min-height:calc(100vh - 76px)}#learndash-page-content.loading>.learndash-content-body{opacity:.2}#learndash-page-content.loading:after{font:normal normal normal 20px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\ef30";-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;width:20px;height:20px;position:absolute;z-index:102;margin-right:auto;margin-left:auto;right:0;left:0}@media screen and (max-width:1200px){#learndash-page-content{padding:30px 60px 0}}@media screen and (max-width:992px){#learndash-page-content{padding:30px 40px 0}}@media screen and (max-width:543px){#learndash-page-content{padding:30px 20px 0}}#learndash-page-content .learndash_next_prev_link{margin-top:auto;display:-webkit-box;display:-ms-flexbox;display:flex;padding:30px 0}#learndash-page-content .learndash_next_prev_link a.next-link{margin-right:auto}#learndash-page-content .sfwd-course-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#learndash-page-content .sfwd-course-nav .sfwd-course-expire{margin-left:20px;font-size:14px}#learndash-page-content .sfwd-course-nav .sfwd-course-expire i{color:var(--bb-alternate-text-color);margin-left:8px}#learndash-page-content .sfwd-course-nav .learndash_next_prev_link{margin-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0}#learndash-page-content .sfwd-course-nav .learndash_next_prev_link a{font-size:0;background-color:var(--bb-alternate-text-color);color:#fff}#learndash-page-content .sfwd-course-nav .learndash_next_prev_link a:hover{background-color:var(--bb-primary-color)}#learndash-page-content .sfwd-course-nav .learndash_next_prev_link a:after,#learndash-page-content .sfwd-course-nav .learndash_next_prev_link a:before{font-size:16px;padding-bottom:0;margin:0}#learndash-page-content .sfwd-course-nav .learndash_next_prev_link a.next-link{margin-right:auto}#learndash-page-content .sfwd-course-nav .learndash_next_prev_link span.empty-post{font-size:0;background-color:#d3d7db;color:#fff;opacity:.5;pointer-events:none}#learndash-page-content .sfwd-course-nav .learndash_next_prev_link span.empty-post:after,#learndash-page-content .sfwd-course-nav .learndash_next_prev_link span.empty-post:before{font-size:16px;padding-bottom:0;margin:0}#learndash-page-content .sfwd-course-nav .learndash_next_prev_link span.next-link{margin-right:auto}[dir=rtl] #learndash-page-content .sfwd-course-nav .learndash_next_prev_link{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}[dir=rtl] #learndash-page-content .sfwd-course-nav .learndash_next_prev_link .next-link{border-radius:var(--bb-block-radius-inner) 0 0 var(--bb-block-radius-inner)}[dir=rtl] #learndash-page-content .sfwd-course-nav .learndash_next_prev_link .next-link:after{content:"\e8ab"}[dir=rtl] #learndash-page-content .sfwd-course-nav .learndash_next_prev_link .prev-link{border-radius:0 var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0}[dir=rtl] #learndash-page-content .sfwd-course-nav .learndash_next_prev_link .prev-link:before{content:"\e827"}#learndash-page-content .bb-lms-secondary-header>span{text-transform:uppercase;font-size:12px}#learndash-page-content .bb-lms-secondary-header h1{line-height:1.2;font-weight:700;font-size:36px;margin:0}#learndash-page-content .bb-lms-secondary-header p#learndash_next_prev_link{font-size:13px;margin-bottom:0}.sfwd-lessons-template-default #learndash-page-content #learndash-content .lms-topic-sidebar-wrapper,.sfwd-quiz-template-default #learndash-page-content #learndash-content .lms-topic-sidebar-wrapper,.sfwd-topic-template-default #learndash-page-content #learndash-content .lms-topic-sidebar-wrapper{display:none}.sfwd-lessons-template-default #learndash-page-content #learndash-content #learndash-page-content,.sfwd-quiz-template-default #learndash-page-content #learndash-content #learndash-page-content,.sfwd-topic-template-default #learndash-page-content #learndash-content #learndash-page-content{min-height:inherit;padding:0;border:0}.sfwd-lessons-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap,.sfwd-quiz-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap,.sfwd-topic-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap{padding:0;margin:0}.sfwd-lessons-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap>div,.sfwd-quiz-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap>div,.sfwd-topic-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap>div{padding:0;margin:0}.sfwd-lessons-template-default #learndash-page-content #learndash-content #learndash-page-content #learndash-course-header,.sfwd-quiz-template-default #learndash-page-content #learndash-content #learndash-page-content #learndash-course-header,.sfwd-topic-template-default #learndash-page-content #learndash-content #learndash-page-content #learndash-course-header{display:none}.sfwd-lessons-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap #comments.comments-area,.sfwd-lessons-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap .ld-focus-comments,.sfwd-quiz-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap #comments.comments-area,.sfwd-quiz-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap .ld-focus-comments,.sfwd-topic-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap #comments.comments-area,.sfwd-topic-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap .ld-focus-comments{display:none}#learndash_lesson_topics_list>div,#learndash_lessons,#learndash_profile,#learndash_quizzes{background-color:transparent;border:0;border-radius:0;box-shadow:none;margin-bottom:0}body.bb-buddypanel.bb-sfwd-aside .site-header .bb-toggle-panel{display:inherit;margin-right:-18px}body.bb-buddypanel.bb-sfwd-aside.buddypanel-toggle-off .site-header .bb-toggle-panel{display:none}body.bb-buddypanel.bb-sfwd-aside .header-aside-inner .bb-toggle-panel{display:none}body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .site-header .site-header-container>.bb-toggle-panel{display:none}body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .site-header .site-header-container{padding-right:0}body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .header-3 .header-aside-inner .bb-toggle-panel{margin-left:0}body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .header-aside-inner .bb-toggle-panel{display:inline-block;padding-right:20px;margin:0;margin-left:-18px;-webkit-transition:opacity .1s;transition:opacity .1s}body.bb-buddypanel.bb-sfwd-aside .site-header .site-header-container:not(.header-3) #header-aside .bb-toggle-panel i{color:inherit}body.bb-buddypanel.bb-sfwd-aside.buddypanel-open:not(.buddypanel-header) .site-header .bb-toggle-panel{visibility:hidden;opacity:0}body.bb-buddypanel.bb-sfwd-aside.buddypanel-header .site-header .bb-toggle-panel{margin-right:-18px}body.bb-buddypanel.bb-sfwd-aside.buddypanel-header.bb-buddypanel-right .site-header .bb-toggle-panel{margin-right:0}body.bb-buddypanel.bb-sfwd-aside:not(.buddypanel-open) .buddypanel .bb-toggle-panel{visibility:hidden;opacity:0}.bb-sfwd-aside .site-header:not(.site-header--elementor){position:fixed}.bb-sfwd-aside .site-header{width:100%;z-index:610;-webkit-transition:all .2s;transition:all .2s}@media screen and (min-width:800px){.bb-buddypanel.buddypanel-open.bb-sfwd-aside .site-header:not(.site-header--elementor){width:-webkit-calc(100% - 230px);width:calc(100% - 230px);-webkit-transition:all .2s;transition:all .2s}}.bb-sfwd-aside .elementor-header+.site-content{padding-top:0!important}body.bb-sfwd-aside .footer-container .container,body.bb-sfwd-aside .site-header .container{max-width:100%}body.bb-sfwd-aside .site-header .container{max-width:100%;margin-left:0}body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head{height:0}body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel{display:none}.bb-sfwd-aside .elementor.elementor-location-footer{display:none}.bb-sfwd-aside .site-content .container{max-width:100%;padding-right:0;padding-left:0}.bb-sfwd-aside .site-content .container>.grid{margin-right:0;margin-left:0}.bb-sfwd-aside .site-content .container .grid-cell:not(.no-gutter),.bb-sfwd-aside .site-content .container .grid>:not(.no-gutter){padding-right:0;padding-left:0}.bb-sfwd-aside .site-content .container .container-full{width:100%;margin-right:0;margin-left:0;right:0;left:0}.bb-sfwd-aside .site-content .container .content-area{padding-bottom:0;padding-top:0}.bb-sfwd-aside .header-aside{margin-right:auto}.single-sfwd-courses.has-sidebar #primary,.single-sfwd-lessons.has-sidebar #primary,.single-sfwd-quiz.has-sidebar #primary,.single-sfwd-topic.has-sidebar #primary{max-width:100%}.site-branding.ld-brand-logo img{max-height:100%;padding:10px 0}.site-header-container .site-branding.ld-brand-logo{min-width:inherit}.buddypanel-header .buddypanel .site-branding.ld-brand-logo{padding-left:0;margin-top:10px;margin-bottom:10px}.buddypanel-header .buddypanel .site-branding.ld-brand-logo img{padding:0;margin:0 auto}.lms-topic-sidebar-wrapper.lms-topic-sidebar-close.md-grid-1-3{-webkit-box-flex:0;-ms-flex:0 0 0%;flex:0 0 0%;opacity:0}.ld-course-navigation .bb-toggle-panel{margin-left:10px;position:relative;top:4px;color:var(--bb-sidenav-links);font-size:24px}.ld-course-navigation .bb-toggle-panel .bb-icon-menu-left{font-size:24px}.ld-course-navigation .bb-toggle-panel+.bb-toggle-panel{display:none}@media (max-width:799px){.ld-course-navigation .bb-toggle-panel{display:none}}.lms-topic-sidebar-wrapper .bb-elementor-header-items{display:none}.single-sfwd-quiz .learndash-content-body .bb-elementor-header-items+.learndash-wrapper{padding-top:30px}.learndash-content-body{position:relative}.learndash-content-body .bb-elementor-header-items{position:absolute;left:0;z-index:2}.learndash-content-body .bb-elementor-header-items a{margin-right:10px}.learndash-content-body .bb-elementor-header-items i{font-size:16px}.lms-side-panel-close .bb-elementor-header-items{left:30px}.lms-side-panel-close .bb-elementor-header-items .header-minimize-link{display:inline-block}.learndash+.page-links{font-size:14px;padding:3px 20px}.learndash+.page-links .post-page-numbers{padding:0 3px}.learndash-wrapper a.bbp-topic-reply-link{color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)!important}.learndash-wrapper a.bbp-topic-reply-link:hover{color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)!important}.learndash-wrapper .ld-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-bottom:1px solid var(--bb-primary-button-border-regular)!important;border-radius:var(--bb-button-radius)}.learndash-wrapper .ld-button:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.learndash-wrapper .ld-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);border-bottom:1px solid var(--bb-primary-button-border-hover)!important;opacity:1}.learndash-wrapper .ld-button.ld-login-button{font-size:inherit;font-weight:inherit}.learndash-course-grid-filter input[type=range]::-webkit-slider-runnable-track{border-radius:var(--bb-block-radius-inner)!important}.learndash-course-grid-filter .range-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 -2px}.learndash-course-grid-filter .range-wrapper input[type=range]{margin-left:2px;margin-right:2px}@media screen and (min-width:800px){.sfwd-single-sidebar-right:not(.single-sfwd-courses) #learndash-content>.bb-grid{-ms-flex-flow:row-reverse;flex-flow:row-reverse}}@media screen and (min-width:800px){.single-sfwd-lessons.bb-buddypanel .site-content,.single-sfwd-quiz.bb-buddypanel .site-content,.single-sfwd-topic.bb-buddypanel .site-content{padding:0 10px}}.page-template-default.page .entry-content #learndash-content.container-full{width:auto;right:0;left:0;margin-right:0;margin-left:0}.page-template-default.page .entry-content #learndash-content .lms-topic-sidebar-wrapper .lms-topic-sidebar-data{position:static}.post-template-default.single .entry-content #learndash-content.container-full{width:auto;right:0;left:0;margin-right:0;margin-left:0}.post-template-default.single .entry-content #learndash-content .lms-topic-sidebar-wrapper .lms-topic-sidebar-data{position:static}.bb-courses-header{margin-bottom:2rem}.bb-courses-header .bb-title{font-size:28px;margin:0}@media (max-width:375px){.bb-courses-header .bb-title{font-size:28px;margin-left:10px}}.bb-courses-header .bs-dir-search{margin-right:auto;margin-bottom:0;margin-left:0}.ld-secondary-header .bb-secondary-list-tabs{margin:25px 0 20px}.bb-courses-directory .grid-filters{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:start;align-self:flex-start;font-size:21px;height:36px}.bb-courses-directory .grid-filters a{color:var(--bb-headings-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:5px;padding-left:5px;opacity:.4;-webkit-transition:.3s all;transition:.3s all}.bb-courses-directory .grid-filters a:hover{color:var(--bb-headings-color);opacity:1}.bb-courses-directory .grid-filters a i{font-size:24px}.bb-courses-directory .grid-filters .active{opacity:1}.bb-courses-directory .bp-navs{margin-bottom:15px}.bb-courses-directory .bp-navs li{float:right;padding-left:30px}.bb-courses-directory .bp-navs li a{padding:10px 0}.bb-courses-directory .bp-navs .selected .count{background-color:var(--bb-primary-color)}.bb-courses-directory .bs-sort-button i{font-size:22px}.bb-courses-directory .select-wrap{margin:0}.bb-courses-directory .select-wrap select{height:36px;font-size:14px;outline:0}.bb-courses-directory .sfwd-courses-filters .select-wrap select{margin-left:12px}.bb-grid #course-dir-list{margin-top:10px}.bb-course-items{list-style:none;-ms-flex-flow:row wrap;flex-flow:row wrap}.bb-course-items:not(.bb-grid){margin:0}.bb-course-items .bb-course-item-wrap{margin-bottom:20px}.bb-course-items .bb-course-cover{overflow:hidden;position:relative}.bb-course-items .bb-cover-wrap{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0;padding-top:52%}.bb-course-items .bb-cover-list-item{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);height:100%;padding-bottom:0;-webkit-transition:.2s box-shadow;transition:.2s box-shadow;position:relative;overflow:hidden}.bb-course-items .bb-cover-list-item.bb-course-paid{padding-bottom:35px}.bb-course-items .bb-cover-list-item:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1);z-index:1}.bb-course-items .bb-cover-list-item .course-fee{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bb-course-items .bs-timestamp{font-size:14px;color:#939597;letter-spacing:-.24px;line-height:22px;position:absolute;bottom:20px}.bb-course-items .forums-meta span{background:rgba(18,43,70,.1)}.bb-course-items .bb-cover-wrap:after{display:none}.bb-course-items .forums-meta{margin-bottom:12px}.bb-course-items .bb-course-excerpt{color:var(--bb-alternate-text-color)}.bb-course-items .course-progress-wrap{position:relative;z-index:1;margin:0 0 20px;line-height:1}.bb-course-items .start-course-completion-rate{font-size:11px;margin-top:12px;text-transform:uppercase}.bb-course-items .course-progress{margin:0;height:4px;background:var(--bb-content-border-color)}.bb-course-items .course-progress-bar{background:var(--bb-primary-color);height:4px;width:auto}.bb-course-items .bb-card-course-details--hasAccess .bb-course-excerpt{display:none}.bb-course-items .bb-course-excerpt{font-size:13px;color:var(--bb-alternate-text-color);line-height:1.384;display:block;display:-webkit-box;max-height:2.72em;margin:-3px 0 20px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}@media screen and (max-width:1200px){.bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}}@media screen and (max-width:820px){.bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:480px){.bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}@media screen and (max-width:1200px){.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (min-width:800px) and (max-width:900px){.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media screen and (max-width:480px){.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.bb-course-items.list-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-course-items.list-view .bb-cover-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0}.bb-course-items.list-view .bb-course-cover{-webkit-box-flex:0;-ms-flex:0 0 240px;flex:0 0 240px}@media screen and (max-width:1040px){.bb-course-items.list-view .bb-course-cover{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px}}@media screen and (max-width:460px){.bb-course-items.list-view .bb-course-cover{-webkit-box-flex:0;-ms-flex:0 0 140px;flex:0 0 140px}}@media screen and (max-width:375px){.bb-course-items.list-view .bb-course-cover{-webkit-box-flex:0;-ms-flex:0 0 110px;flex:0 0 110px}}.bb-course-items.list-view .bb-card-course-details{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-bottom:16px}.bb-course-items.list-view .bb-cover-wrap{border-radius:0 var(--bb-block-radius) var(--bb-block-radius) 0;padding-top:70%;height:100%}@media screen and (max-width:1040px){.bb-course-items.list-view .bb-cover-wrap{padding-top:78%}}.bb-course-items.list-view .bb-course-footer{-ms-flex-flow:column-reverse;flex-flow:column-reverse;bottom:auto;top:16px;width:auto;right:auto;left:0}@media screen and (max-width:1040px){.bb-course-items.list-view .bb-course-footer{position:static;padding:15px 0 0}}.bb-course-items.list-view .bb-course-footer del{margin-left:0;margin-top:8px}.bb-course-items.list-view .bb-course-title,.bb-course-items.list-view .course-lesson-count{max-width:80%}.bb-course-items.list-view .course-progress-wrap{max-width:450px}.has-sidebar .bb-course-items.list-view .course-progress-wrap{max-width:320px}.bb-course-items .course-completion-rate,.bb-learndash-wrapper.bb-course-item-wrap .course-completion-rate,.group_courses .course-completion-rate{display:block;margin-top:10px}.bb-course-items .ld-progress-stats,.bb-learndash-wrapper.bb-course-item-wrap .ld-progress-stats,.group_courses .ld-progress-stats{font-size:12px;font-weight:500;line-height:1;letter-spacing:-.24px;display:block;margin-top:10px;color:var(--bb-alternate-text-color)}.bb-course-items .ld-progress-stats .ld-progress-steps,.bb-learndash-wrapper.bb-course-item-wrap .ld-progress-stats .ld-progress-steps,.group_courses .ld-progress-stats .ld-progress-steps{margin-top:5px;display:block}.ld-progress-stats span.ld-progress-steps__unit{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.grid-view .bb-card-course-details .course-progress-wrap:nth-last-child(2){margin:0 0 10px}.bb-course-footer{position:absolute;bottom:20px;width:100%;right:0;padding:0 20px;font-weight:500;font-size:20px;line-height:1;color:var(--bb-headings-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.bb-course-footer del{font-size:15px;font-weight:400;color:#939597;margin-left:5px}.bb-card-course-details{padding:16px 20px 10px}.grid-view .bb-card-course-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#page .bb-course-title{font-size:22px;line-height:1.24;margin:0 0 10px}#page .bb-course-title.bb-course-title-with-review{padding-bottom:35px;position:relative}#page .bb-course-title.bb-course-title-with-review .ratings-after-title{position:absolute;right:0;left:0;bottom:5px}#page .bb-course-title a{color:inherit;display:block;display:-webkit-box;max-height:2.7em;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}#page .bb-course-title a:hover{color:var(--bb-primary-color)}#page .bb-course-title .lms-category{display:block;font-size:12px;text-transform:uppercase;margin-bottom:20px;font-weight:400}#page .bb-course-title .lms-title{display:block;font-size:20px}.bb-course-meta{font-size:13px;font-weight:300;color:var(--bb-alternate-text-color);letter-spacing:-.24px;line-height:1;margin-bottom:15px;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}.bb-course-meta .item-avatar{max-width:28px;margin-left:10px}.bb-course-meta .item-avatar img{border-radius:50%}.bb-course-meta strong{font-size:13px;font-weight:500;letter-spacing:-.24px;margin:0}.bb-course-meta strong a{color:var(--bb-headings-color)}.bb-course-meta strong a:hover{color:var(--bb-primary-color)}.list-view .bb-course-meta .item-avatar img{max-width:100%}.course-lesson-count{font-size:13px;color:var(--bb-alternate-text-color);line-height:1;margin-bottom:8px;font-weight:300}.bb-course-categories{font-size:12px;font-weight:500;color:var(--bb-headings-color);letter-spacing:.25px;line-height:1;margin-bottom:10px;text-transform:uppercase}.bb-course-excerpt{margin-bottom:20px;opacity:.8;font-size:16px;letter-spacing:-.24px;line-height:27px}.bb-cover-list-item .sfwd-type-tag{position:absolute;z-index:9;top:15px;background-color:var(--bb-primary-color);border-radius:15px 0 0 15px;color:#fff;text-align:center;padding:5px 12px;text-transform:uppercase;font-size:11px;line-height:1;letter-spacing:.23px}.bb-cover-list-item .progress-continue{background-color:#0b8ac7}.bb-cover-list-item .sfwd-type-free{background-color:#0bc1c7}.bb-cover-list-item .progress-empty{background-color:#dbbe1a}.bb-cover-list-item .progress-completed{background-color:#aac70b}.bb-cover-list-item .sfwd-type-closed{background-color:#9c9c9c}.bb-cover-list-item .sfwd-type-purchase{background-color:#0bc77a}.bb-cover-list-item .sfwd-type-unlock{background-color:var(--bb-primary-color);z-index:10}.bb-cover-list-item .ld-status{position:absolute;z-index:9;top:15px;background-color:var(--bb-primary-color);border-radius:15px 0 0 15px;color:#fff;text-align:center;padding:5px 12px;text-transform:uppercase;font-size:11px;line-height:1;letter-spacing:.23px}.bb-cover-list-item .bb-course-cover .bb-cover-wrap .ld-status{border-radius:15px 0 0 15px;height:auto}.bb-cover-list-item .ld-primary-background{background-color:var(--bb-primary-color)}.bb-cover-list-item .ld-status-complete.ld-secondary-background{background-color:var(--bb-success-color)}.bb-cover-list-item .ld-secondary-background{background-color:#aac70b}.bb-cover-list-item .ld-third-background{background-color:#dbbe1a}.bb-course-step{min-width:auto;margin-right:auto}.bb-course-step .sfwd-price-unlock{color:var(--bb-alternate-text-color)}.bb-course-step .sfwd-price-unlock:hover{color:var(--bb-primary-color)}.bb-course-step .sfwd-price-unlock i{font-size:22px}.bb-list-card-data .bb-course-step{min-width:140px}.bb-list-card-data .bb-course-step a.button{width:100%}.bb-list-card-data .bb-course-step a.button.sfwd-price-closed,.bb-list-card-data .bb-course-step a.button.sfwd-price-closed:hover{color:#dedfe2;border-color:#dedfe2}span.bb-course-price{font-size:22px;font-weight:400;color:var(--bb-headings-color);letter-spacing:0;text-align:left;line-height:1.22}.sfwd-courses-filters{-ms-flex-flow:row wrap;flex-flow:row wrap}.component-navigation.courses-nav{margin:0}.component-navigation.courses-nav li{position:relative;list-style:none;margin-left:5px}.component-navigation.courses-nav li.hideshow{padding-right:0}.component-navigation.courses-nav .bb-icon-loader{position:absolute;left:4px;top:2px;font-size:20px}.bb-template-v2 .component-navigation.courses-nav .bb-icon-loader{font-size:14px;line-height:1;top:5px}.bb-template-v1 .bb-lms-pagination{padding:10px 0;text-align:left}.bb-template-v1 .bb-lms-pagination>*{display:inline-block;font-size:13px}.bb-template-v1 .bb-lms-pagination a.next.page-numbers,.bb-template-v1 .bb-lms-pagination a.prev.page-numbers{font-size:0}@media screen and (min-width:800px) and (max-width:992px){.ld-secondary-header .bs-secondary-list-tabs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.sfwd-courses-filters{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin-left:15px}.sfwd-courses-filters .select-wrap{width:100%;margin-bottom:5px}.sfwd-courses-filters select{width:100%}}@media screen and (max-width:610px){.bb-secondary-list-tabs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.sfwd-courses-filters{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin-left:15px}.sfwd-courses-filters .select-wrap{width:100%;margin-bottom:5px}.sfwd-courses-filters select{width:100%}}.single.single-sfwd-courses .content-area{padding-top:0}.bb-learndash-banner{background-color:var(--bb-cover-image-background-color);overflow:hidden;padding:0 44px}.bb-learndash-banner:before{content:"";opacity:.4;background-color:var(--bb-headings-color);background-image:-webkit-linear-gradient(-270deg,rgba(0,0,0,0) 4%,#000 100%);background-image:linear-gradient(180deg,rgba(0,0,0,0) 4%,#000 100%);position:absolute;height:100%;width:100%;top:0;right:0;z-index:1}.bb-learndash-banner .banner-img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover}.bb-course-banner-info{padding-top:30px;padding-bottom:30px;position:relative;z-index:2}.bb-course-banner-info .bb-enroll-widget{-ms-flex-item-align:center;align-self:center}.bb-learndash-full-area .bb-course-banner-inner{max-width:100%;width:100%}.bb-learndash-full-area .bb-learndash-content-wrap{max-width:100%}.bb-learndash-full-area .bb-single-course-sidebar{display:none}.bb-learndash-side-area .bb-course-banner-inner{max-width:-webkit-calc(100% - 480px);max-width:calc(100% - 480px);width:-webkit-calc(100% - 480px);width:calc(100% - 480px)}@media screen and (max-width:1200px){.bb-learndash-side-area .bb-course-banner-inner{max-width:-webkit-calc(100% - 400px);max-width:calc(100% - 400px);width:-webkit-calc(100% - 400px);width:calc(100% - 400px)}}@media screen and (max-width:992px){.bb-learndash-side-area .bb-course-banner-inner{max-width:-webkit-calc(100% - 350px);max-width:calc(100% - 350px);width:-webkit-calc(100% - 350px);width:calc(100% - 350px)}}@media screen and (max-width:880px){.bb-learndash-side-area .bb-course-banner-inner{max-width:-webkit-calc(100% - 320px);max-width:calc(100% - 320px);width:-webkit-calc(100% - 320px);width:calc(100% - 320px)}}@media screen and (max-width:820px){.bb-learndash-side-area .bb-course-banner-inner{max-width:100%;width:100%}.bb-single-course-sidebar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.bb-course-banner-inner{color:#fff;padding-top:70px}.bb-course-banner-inner .bb-course-category{font-size:14px;color:inherit;letter-spacing:.61px;text-transform:uppercase;margin-bottom:5px}.bb-course-banner-inner .bb-course-category .course-category-item{display:inline-block;padding-left:5px}.bb-course-banner-inner .bb-course-category .course-category-item a{color:#fff}.bb-course-banner-inner .bb-course-category .course-category-item a:hover{color:#fff}.bb-course-banner-inner .bb-course-category .course-category-item:last-of-type>span{display:none}.bb-course-banner-inner h1.entry-title{font-size:48px;color:inherit;line-height:1.25;margin-bottom:15px}.bb-course-banner-inner .avatar{border-radius:50%;margin-left:12px;max-width:38px}.bb-course-banner-inner .author-name{font-size:14px;color:#fff;color:#fff;letter-spacing:-.24px}.bb-course-banner-inner span.meta-saperator{color:#fff;margin:0 15px;display:none}.bb-course-banner-inner .bb-course-single-meta>a+span.meta-saperator{display:inline-block}.bb-course-banner-inner .course-date{font-size:13px;color:rgba(255,255,255,.8);letter-spacing:-.19px}.bb-course-banner-inner .course-completion-rate{opacity:.8;font-size:12px;font-weight:500;color:#fff;display:block;margin-bottom:-10px}.bb-course-banner-inner .course-progress{margin:0;height:3px;background:rgba(238,240,243,.4);border-radius:12px}.bb-course-banner-inner .course-progress-bar{background:#fff;height:3px;width:auto}.bb-course-banner-inner .course-progress-inner{border-radius:0}.bb-course-banner-inner .course-progress-inner .course-progress-bar{border-radius:3px}.course-progress-inner{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;border-radius:50px;overflow:hidden}.bb-course-points{margin-bottom:35px}.bb-course-points a.anchor-course-points{color:#fff;font-size:15px;font-weight:500}.bb-course-points a.anchor-course-points i{margin-right:10px}.bb-course-single-meta{margin-bottom:40px}.bb-course-single-meta.bb_single_meta_off{margin-bottom:0}#btn-join,.bb-single-course-sidebar #btn-join,.bb-single-course-sidebar .btn-join,.bb-single-course-sidebar a.btn-advance,.btn-join,.learndash-wrapper a.button:not(.outline){border-bottom:1px solid var(--bb-primary-button-border-regular)!important}#btn-join:hover,.bb-single-course-sidebar #btn-join:hover,.bb-single-course-sidebar .btn-join:hover,.bb-single-course-sidebar a.btn-advance:hover,.btn-join:hover,.learndash-wrapper a.button:not(.outline):hover{border-bottom:1px solid var(--bb-primary-button-border-hover)!important}#btn-join,.btn-join{padding:10px 20px;border-radius:var(--bb-button-radius);width:100%;max-width:100%;display:inline-block;text-align:center;font-size:15px;line-height:1.3;-webkit-transition:all linear .2s;transition:all linear .2s;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-bottom:1px solid var(--bb-primary-button-border-regular)!important}#btn-join:focus,.btn-join:focus{box-shadow:var(--bb-primary-button-focus-shadow)}#btn-join:hover,.btn-join:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover);border-bottom:1px solid var(--bb-primary-button-border-hover)!important}.learndash-wrapper #btn-join,.learndash-wrapper .btn-join{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);font-size:15px;font-weight:inherit}.learndash-wrapper #btn-join:focus,.learndash-wrapper .btn-join:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.learndash-wrapper #btn-join:hover,.learndash-wrapper .btn-join:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}a.btn-join{margin-bottom:2rem}#learndash-course-overview{margin-top:30px}.learndash_course_materials{margin:50px 0}#learndash-course-content{margin-top:50px}.bb-course-preview-wrap{margin:0 -30px;border-radius:5px 5px 0 0;overflow:hidden;position:relative;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}.bb-course-banner-info .bb-course-preview-wrap{border-radius:5px;margin:0 auto;max-width:380px}.bb-course-preview-wrap img{position:absolute;top:0;bottom:0;right:-2px;left:-2px;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover}.bb-preview-course-link-wrap{position:relative;padding:68px 0;color:#fff}.bb-course-preview-wrap.bb-thumbnail-preview .bb-preview-course-link-wrap{padding:0}.thumbnail-container{height:0;padding-bottom:56.25%;position:relative;z-index:1;background-color:var(--bb-cover-image-background-color)}.learndash .fluid-width-video-wrapper{max-width:100%;margin-top:0}.thumbnail-container-img .bb-course-video-overlay{display:none}.bb-course-video-overlay{position:absolute;z-index:2;color:#fff;text-align:center;width:100%;height:100%;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-transition:all linear .2s;transition:all linear .2s}.bb-course-video-overlay>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;z-index:3;margin:50px auto;font-size:13px;font-weight:500;text-shadow:0 1px 1px rgba(0,0,0,.3)}.bb-course-video-overlay .bb-course-play-btn-wrapper{width:60px;height:60px;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bb-course-video-overlay .bb-course-play-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:50px;height:50px;background-color:rgba(248,248,248,.7);border-radius:100%;margin:auto;-webkit-transition:all linear .2s;transition:all linear .2s}.bb-course-video-overlay .bb-course-play-btn:after{display:inline-block;position:relative;right:1px;margin:auto;-webkit-transition:all linear .2s;transition:all linear .2s;content:"\ee0b";font-family:bb-icons;font-size:18px;font-weight:300;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--bb-body-text-color)}.bb-course-video-overlay .bb-course-play-btn:hover:after{border-color:transparent var(--bb-primary-color) transparent transparent}.bb-course-video-overlay:hover{background-color:rgba(0,0,0,.1)}.bb-course-video-overlay:hover .bb-course-play-btn{width:60px;height:60px;background-color:rgba(248,248,248,.9)}.bb-course-video-overlay:hover .bb-course-play-btn:after{border-color:transparent var(--bb-primary-color) transparent transparent}.bb-modal.bb_course_video_details{padding:10px;max-height:-webkit-calc(100vh - 20px);max-height:calc(100vh - 20px);-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.bb-modal.bb_course_video_details .fluid-width-video-wrapper iframe{max-height:-webkit-calc(100vh - 140px);max-height:calc(100vh - 140px)}.bb-modal.bb_course_video_details button.mfp-close{width:30px;height:30px;line-height:32px;top:15px;left:15px;background-color:#fff}@media screen and (max-width:800px){.bb-modal.bb_course_video_details{padding:10px}.bb-modal.bb_course_video_details .fluid-width-video-wrapper iframe{max-height:-webkit-calc(100vh - 100px);max-height:calc(100vh - 100px)}.bb-modal.bb_course_video_details button.mfp-close{top:7px;left:7px}}@media screen and (max-width:544px){.bb-modal.bb_course_video_details{padding:20px}.bb-modal.bb_course_video_details .fluid-width-video-wrapper iframe{max-height:-webkit-calc(100vh - 60px);max-height:calc(100vh - 60px)}.bb-modal.bb_course_video_details button.mfp-close{width:18px;height:18px;line-height:20px;top:3px;left:3px;font-size:120%}}a.bb-preview-course-link{display:block;text-align:center}a.bb-preview-course-link span{color:#fff;display:block;margin-top:8px;text-align:center}.bb-course-member-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 10px}.bb-single-course-sidebar .bb-course-member-wrap{padding-top:20px;padding-bottom:20px}.bb-single-course-sidebar .bb-course-member-wrap+.bb-course-status-wrap .bb-course-status-content{padding-top:0}.bb-single-course-sidebar .bb-course-status-wrap .bb-course-status-content{padding-top:20px;padding-bottom:0}.learndash-wrapper .bb-single-course-sidebar .ld-status{background-color:var(--bb-content-alternate-background-color);border-radius:var(--bb-button-radius);color:var(--bb-body-text-color)}.bb-single-course-sidebar .widget{box-shadow:0 32px 54px 0 rgba(0,0,0,.1);border-radius:var(--bb-block-radius);border:0;padding:0 30px;overflow:hidden;background-color:transparent}.bb-single-course-sidebar .bb-button-wrap{margin-bottom:0;padding-top:10px;padding-bottom:20px;text-align:center}.bb-single-course-sidebar .bb-button-wrap:empty{display:none}.bb-single-course-sidebar .bb-button-wrap .learndash_checkout_buttons{padding-bottom:0;padding-top:0;margin:0;margin-bottom:10px}.bb-single-course-sidebar .bb-button-wrap .learndash_checkout_buttons .ppalholder{display:none}.bb-single-course-sidebar .bb-button-wrap .learndash_join_button{padding-bottom:0;padding-top:0;margin-bottom:10px;margin-top:0}.bb-single-course-sidebar .bb-button-wrap .learndash_join_button.btn-advance-completed{display:none}.bb-single-course-sidebar .bb-button-wrap>a.btn-join{display:inline-block;text-align:center;margin-bottom:10px}.bb-single-course-sidebar .bb-button-wrap .bb-course-type{display:inline-block;color:var(--bb-alternate-text-color)}.bb-single-course-sidebar .bb-button-wrap .ld-status+.bb-course-type,.bb-single-course-sidebar .bb-button-wrap .learndash_checkout_buttons+.bb-course-type,.bb-single-course-sidebar .bb-button-wrap .learndash_join_button+.bb-course-type,.bb-single-course-sidebar .bb-button-wrap>a.btn-join+.bb-course-type{margin-top:10px}.bb-single-course-sidebar .bb-button-wrap .bb-course-type.bb-course-type-paynow{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.bb-single-course-sidebar .bb-course-member-wrap+.bb-button-wrap{padding-top:0}.bb-single-course-sidebar h4{font-size:13px;color:var(--bb-headings-color);letter-spacing:.5px;margin:0;padding-bottom:15px;text-transform:uppercase}.bb-single-course-sidebar .bb-course-volume-list{list-style:none;margin:0;padding:0 0 30px}.bb-single-course-sidebar .bb-course-volume-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:15px}.bb-single-course-sidebar .bb-course-volume-list li i{margin-left:12px;font-size:18px;max-width:18px;position:relative;top:1px}.bb-single-course-sidebar #btn-join,.bb-single-course-sidebar .btn-join{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);width:100%;font-size:14px;font-weight:400}.bb-single-course-sidebar #btn-join:focus,.bb-single-course-sidebar .btn-join:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.bb-single-course-sidebar #btn-join:hover,.bb-single-course-sidebar .btn-join:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover);opacity:1}.bb-single-course-sidebar #btn-join.jq-dropdown-open,.bb-single-course-sidebar .btn-join.jq-dropdown-open{background-color:var(--bb-primary-button-background-regular)!important}.bb-single-course-sidebar #btn-join.btn-disabled,.bb-single-course-sidebar .btn-join.btn-disabled{background-color:var(--bb-primary-button-background-regular);opacity:.5;pointer-events:none}.bb-single-course-sidebar a.btn-advance{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);width:100%;-webkit-transition:all linear .2s;transition:all linear .2s;font-size:14px;display:inline-block;padding:10px 19px;line-height:1.471}.bb-single-course-sidebar a.btn-advance:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.bb-single-course-sidebar a.btn-advance:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}.bb-single-course-sidebar a.btn-advance:focus{box-shadow:var(--bb-primary-button-focus-shadow)!important}.bb-single-course-sidebar .btn-advance-disable a.btn-advance{opacity:.5;pointer-events:none}.bb-single-course-sidebar .btn-advance-completed a.btn-advance{background-color:#f5f5f5;color:var(--bb-alternate-text-color);pointer-events:none;cursor:default}.bb-single-course-sidebar .btn-advance-completed a.btn-advance:hover{box-shadow:none}.bb-course-members{display:inline-block;margin-left:12px}.bb-course-members img{border:1px solid #fff;max-width:28px;display:inline-block;margin-left:-8px;position:relative;z-index:3;border-radius:50%;float:right}.bb-learndash-content-wrap{padding-top:35px}.bb-learndash-content-wrap>div{margin-bottom:50px}.bb-learndash-content-wrap h4{font-size:16px;letter-spacing:.6px;margin:0 0 20px;text-transform:uppercase}.bb-learndash-content-wrap #learndash_course_status{margin-bottom:30px}.bb-learndash-content-wrap #learndash_lessons>div>div,.bb-learndash-content-wrap #learndash_quizzes>div>div{border:0}.bb-learndash-content-wrap #learndash_lesson_topics_list>div,.bb-learndash-content-wrap #learndash_lessons,.bb-learndash-content-wrap #learndash_profile,.bb-learndash-content-wrap #learndash_quizzes{background-color:transparent;border:0;border-radius:0;box-shadow:none;margin-bottom:20px}#learndash_lesson_topics_list span a,#learndash_lessons a,#learndash_profile a,#learndash_profile a span,#learndash_quizzes a,.learndash_topic_dots a,.learndash_topic_dots a>span{font-family:inherit}#course_list>div h4>a,#lessons_list>div h4>a,#quiz_list>div h4>a{display:block;padding:0}#course_list>div h4,#learndash_lesson_topics_list ul>li>span.topic_item,#lessons_list>div h4,#quiz_list>div h4{display:block;width:100%;border-top:0;padding:0}h4#learndash_course_content_title{margin-bottom:30px}.bb-lesson-head{border-radius:4px;padding:15px 40px 15px 15px;letter-spacing:-.24px;margin-bottom:1px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;color:var(--bb-headings-color)}.bb-lesson-head:hover{background:rgba(146,164,183,.1);color:var(--bb-primary-color)}.learndash_course_content .bb-lessons-list>li:nth-child(odd) a.bb-lesson-head{background:rgba(146,164,183,.05);-webkit-transition:.3s all;transition:.3s all}.learndash_course_content .bb-lessons-list>li:nth-child(odd) a.bb-lesson-head:hover{background:rgba(146,164,183,.1)}.learndash_course_content .bb-lessons-list>li:nth-child(odd) a.bb-lesson-head>.flex-1{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lms-lesson-item.current>.bb-lesson-head,.lms-quiz-item.current>.bb-lms-title-wrap,.lms-topic-item.current>.bb-lms-title-wrap{background:rgba(146,164,183,.05)}.lms-topic-sidebar-wrapper .bb-lms-title-wrap{padding:12px 40px 12px 30px;line-height:1.5;border-radius:0}.lms-topic-sidebar-wrapper .bb-lesson-head{line-height:1.6}.lms-topic-sidebar-wrapper [data-balloon]:after{z-index:25}.bb-lms-list-inside li:nth-child(odd) .bb-lms-title-wrap{background:rgba(146,164,183,.05);-webkit-transition:.3s all;transition:.3s all}.bb-lms-list-inside li:nth-child(odd) .bb-lms-title-wrap:hover{background:rgba(146,164,183,.1)}.bb-lms-title-wrap{border-radius:4px;color:inherit;padding:12px 35px 12px 15px;letter-spacing:-.24px;line-height:1.6;margin-bottom:1px}.bb-lms-title-wrap .bb-lms-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-left:10px}.bb-lms-title-wrap:hover{background:rgba(146,164,183,.1);-webkit-transition:.3s all;transition:.3s all}.lms-topic-sidebar-wrapper .lms-quiz-list>li .bb-lms-title-wrap .bb-lms-quiz-tag:after{margin-left:0}.lms-topic-sidebar-wrapper li.lms-quiz-item .bb-lms-title-wrap .bb-lms-title:before{display:none}.bb-lessons-list{margin:0}.bb-lessons-list,.bb-lessons-list ol,.bb-lessons-list ul{list-style-type:none}.bb-lessons-list li .bb-type-list li:not(.lms-quiz-item) .bb-lms-title-wrap .bb-lms-title:before{line-height:1.4;margin-left:0}.bb-type-list,.lms-quiz-list{margin:0}.bb-type-list li,.lms-quiz-list li{font-size:14px;color:var(--bb-headings-color);letter-spacing:-.24px}.bb-type-list li a,.lms-quiz-list li a{color:var(--bb-headings-color)}.bb-type-list li a:hover,.lms-quiz-list li a:hover{color:var(--bb-primary-color)}div#bb-learndash-lessons{margin-bottom:72px}.bb-course-topic-status,.bb-quiz-topic-status{width:22px;height:22px;position:relative;margin-left:0;margin-right:0}.bb-course-topic-status .bb-lms-status,.bb-quiz-topic-status .bb-lms-status{position:absolute;right:0;top:0;display:none}.bb-completed-item{text-decoration:line-through}.bb-course-topic-status.topic-completed .bb-completed,.bb-quiz-topic-status.bb-completed .bb-completed{display:block}.bb-course-topic-status.topic-notcompleted .bb-not-completed,.bb-quiz-topic-status.bb-notcompleted .bb-not-completed{display:block}.i-progress{display:inline-block;width:22px;height:22px;border-radius:100%;color:#fff;line-height:22px;text-align:center}.i-progress.i-progress-completed{background-color:var(--bb-primary-color)}.i-progress.i-progress-not-completed{color:#dedfe2;width:23px;height:23px}.i-progress.i-progress-not-completed i{font-size:23px;width:23px;height:23px}.bb-quiz-list{list-style:none;margin:0}.bb-quiz-list .bb-quiz-icon g{stroke:var(--bb-body-text-color)}.bb-quiz-list a{border-radius:4px;padding:15px;color:var(--bb-headings-color);line-height:1.4}.bb-quiz-list a:hover{background:rgba(146,164,183,.1);color:var(--bb-primary-color)}.bb-quiz-list .bb-quiz-topic-status-wrap .flex-1{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bb-quiz-list li:nth-child(odd) .bb-quiz-topic-status-wrap{background:rgba(146,164,183,.05)}.bb-quiz-list li:nth-child(odd) .bb-quiz-topic-status-wrap:hover{background:rgba(146,164,183,.1)}.bb-quiz-list li.lms-is-locked a{pointer-events:none;cursor:default}.bb-quiz-list .lms-is-locked-ico{position:relative;margin-right:10px;bottom:1px;color:#939597}.bb-quiz-list-container .bb-quiz-list{counter-reset:lms-quiz-list}.bb-quiz-list-container .bb-quiz-list a.bb-quiz-topic-status-wrap{padding:18px 22px}.bb-quiz-list-container .bb-quiz-list .bb-quiz-topic-status-wrap span.flex-1:before{line-height:1.4;margin-left:0;counter-increment:lms-quiz-list;content:counter(lms-quiz-list) ". ";color:var(--bb-alternate-text-color)}.lms-is-sample-tag{display:inline-block;padding:0 12px;background-color:transparent;border:1px solid var(--bb-primary-color);color:var(--bb-primary-color);font-size:12px;line-height:21px;border-radius:50px;position:relative}.lms-topic-sidebar-wrapper .lms-lessions-list>ol.bb-lessons-list{margin-right:0}.lms-topic-sidebar-wrapper .lms-lessions-list>ol.bb-lessons-list>li.lms-lesson-item{padding:0 0 5px;position:relative}.lms-topic-sidebar-wrapper .lms-lessions-list>ol.bb-lessons-list>li.lms-lesson-item:first-child{padding-top:0}.lms-topic-sidebar-wrapper .lms-lessions-list>ol.bb-lessons-list>li.lms-lesson-item:last-child{border-bottom:0;padding-bottom:0}.lms-topic-sidebar-wrapper .lms-lessions-list>ol.bb-lessons-list .bb-lesson-head{border-radius:0}.lms-topic-sidebar-wrapper .lms-lessions-list>ol.bb-lessons-list .bb-lesson-head>.flex-1{display:-webkit-box;display:-ms-flexbox;display:flex;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-left:6px}.lms-topic-sidebar-wrapper .lms-lessions-list>ol.bb-lessons-list .bb-lesson-head>.flex-1 .lms-is-sample-tag{margin-right:auto;padding-top:1px;padding-bottom:1px}.lms-topic-sidebar-wrapper .lms-lessions-list>ol.bb-lessons-list .bb-lesson-head>.flex-1 .lms-is-locked-ico,.lms-topic-sidebar-wrapper .lms-lessions-list>ol.bb-lessons-list .bb-lesson-head>.flex-1 .lms-not-locked-ico{color:var(--bb-alternate-text-color);position:relative;bottom:1px;margin-right:10px;margin-left:10px}.lms-topic-sidebar-wrapper .lms-lessions-list>ol.bb-lessons-list .bb-lesson-head>.lms-is-locked-ico{color:var(--bb-alternate-text-color);margin-left:8px;pointer-events:all;cursor:default}a.ld-table-list-item-preview:has(.lms-quiz-status-icon){pointer-events:none;cursor:default}.lms-quiz-status-icon{margin-left:8px;pointer-events:all;cursor:default}.lms-quiz-status-icon i{color:var(--bb-alternate-text-color)}.ld-table-list-item-preview .lms-quiz-status-icon{margin-right:auto}.lms-topic-is-locked .lms-topic-status-icon{margin-left:8px;pointer-events:all;cursor:default}.lms-topic-is-locked .lms-topic-status-icon i{color:var(--bb-alternate-text-color)}.lms-topic-is-locked>.bb-title,.lms-topic-is-locked>.ld-topic-row{pointer-events:none;cursor:default}.lms-is-scheduled>.bb-title,.lms-is-scheduled>.ld-topic-row{pointer-events:none;cursor:default}.lms-is-scheduled .lms-quiz-status-icon{pointer-events:all;cursor:default}.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul.lms-quiz-list .lms-quiz-item>a>.flex-1{max-width:-webkit-calc(99% - 32px);max-width:calc(99% - 32px);display:-webkit-box;display:-ms-flexbox;display:flex}.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul.lms-quiz-list .lms-quiz-item>a>.flex-1 .bb-quiz-title{margin-left:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul.lms-quiz-list .lms-quiz-item>a>.flex-1 .lms-is-locked-ico{color:var(--bb-alternate-text-color);position:relative;bottom:1px;margin-left:10px;margin-right:auto}.bb-progress[data-percentage="0"] .bb-progress-circle{opacity:0}li.lms-lesson-item .bb-lesson-head{padding:15px 30px;padding-right:44px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.lms-topic-sidebar-wrapper .lms-lessions-list ol.bb-type-list{margin-right:0}.lms-topic-sidebar-wrapper .lms-lessions-list ol.bb-type-list .bb-lms-title-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.learndash_content_wrap .bb-title{font-size:16px;font-weight:600;letter-spacing:.6px;margin:0 0 20px;text-transform:uppercase}.learndash_content_wrap .bb-type-list{margin:0}span.bb-pages{font-size:13px;display:block;line-height:1;text-transform:uppercase;-webkit-transition:all linear .2s;transition:all linear .2s}span.bb-pages .bb-total{color:var(--bb-alternate-text-color)}.header-aside-inner .course-toggle-view{padding-left:0}.header-minimize-link{display:none}.lms-side-panel-close .header-maximize-link{display:none}.lms-side-panel-close .header-minimize-link{display:-webkit-box;display:-ms-flexbox;display:flex}.swfd-video-backlayer{background-color:#000;padding:0 40px;margin:-30px -100px 0}@media screen and (max-width:1200px){.swfd-video-backlayer{margin:-30px -60px 0}}@media screen and (max-width:992px){.swfd-video-backlayer{margin:-30px -40px 0}}.lms-side-panel-close .swfd-video-backlayer .swfd-video-backframe{max-width:-webkit-calc(100vh + 120px);max-width:calc(100vh + 120px);margin:0 auto}.entry-content .swfd-video-backlayer .fluid-width-video-wrapper{margin:0}div.bb-lms-header{padding:0;position:relative;margin:0;-webkit-transition:margin .2s;transition:margin .2s}div.bb-lms-header .sfwd-course-position{margin-left:auto}div.bb-lms-header h1{font-size:32px;line-height:1.2;margin-bottom:0}div.bb-lms-header .bb-position{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:50px}@media screen and (max-width:544px){div.bb-lms-header .bb-position{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}div.bb-lms-header .bb-position .sfwd-course-nav{margin-top:15px}}@media screen and (max-width:380px){#learndash-page-content div.bb-lms-header .bb-position .sfwd-course-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}div.bb-lms-header.quiz-fix .bb-position{padding-top:10px}.swfd-video-backlayer+div.bb-lms-header{margin-top:0}.learndash_course_content .bb-lessons-list li.bb-lessons-list-item{position:relative}.learndash_course_content .bb-lessons-list li a.bb-lesson-head{color:var(--bb-headings-color);-webkit-box-align:center;-ms-flex-align:center;align-items:center}.learndash_course_content .bb-lessons-list li a.bb-lesson-head:hover{color:var(--bb-primary-color)}.learndash_course_content .bb-lessons-list li a.bb-lesson-head .flex-1 .lms-is-sample-tag{margin-right:10px;bottom:1px}.learndash_course_content .bb-lessons-list li a.bb-lesson-head .lms-is-locked-ico{position:relative;margin-right:10px;bottom:1px;color:#939597}.learndash_course_content .bb-lessons-list li.lms-is-locked a.bb-lesson-head{pointer-events:none;cursor:default}.learndash_course_content .bb-lessons-list li.lms-is-locked .bb-type-list li a{pointer-events:none;cursor:default}.learndash_course_content .bb-quiz-list a{color:var(--bb-headings-color)}.learndash_course_content .bb-quiz-list a:hover{color:var(--bb-primary-color)}.bb-type-list.bb-lms-list-inside a{color:var(--bb-headings-color)}.bb-type-list.bb-lms-list-inside a:hover{color:var(--bb-primary-color)}.lms-toggle-lesson{position:absolute;top:2px;right:7px;display:inline-block;width:35px;height:50px;margin-left:6px;cursor:pointer}.lms-toggle-lesson i{display:inline-block;font-size:16px;line-height:10px;color:#bdbdbd;position:relative;top:12px;right:12px;-webkit-transition:-webkit-transform .2s;transition:transform .2s}.ld-item-list-section-heading+.lms-toggle-lesson{top:38px}.bb-lessons-list-item .lms-toggle-lesson{right:0}.bb-lessons-list-item .lms-toggle-lesson i{top:10px}.lms-lesson-turnover:not(.bb-lesson-item-no-topics) .lms-toggle-lesson i{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.lms-topic-sidebar-wrapper .bb-lesson-title,.lms-topic-sidebar-wrapper .bb-lms-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;min-width:0;font-size:14px}.bb-quiz-list .bb-lms-ico,.bb-type-list .bb-lms-ico,.lms-quiz-list .bb-lms-ico{display:inline-block;margin-left:10px;width:20px;height:20px}.bb-quiz-list .bb-lms-ico i,.bb-type-list .bb-lms-ico i,.lms-quiz-list .bb-lms-ico i{font-size:18px;width:20px;height:20px;line-height:1}.bb-lesson-head .bb-lesson-quizzes-count,.bb-lesson-head .bb-lesson-sidebar-ld-sep,.bb-lesson-head .bb-lesson-topics-count{margin:0 0 0 10px;font-size:12px;color:var(--bb-alternate-text-color);white-space:nowrap}.bb-lesson-head .bb-lesson-quizzes-count,.bb-lesson-head .bb-lesson-topics-count{max-width:60px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lms-topic-sidebar-wrapper .bb-lms-title{font-size:13px}.lms-topic-sidebar-wrapper .bb-lms-title .bb-quiz-title{font-size:14px}.bb-lms-secondary-header .bb-pages{margin-bottom:0}.bb-lms-secondary-header .bb-learndash-meta-wrap{margin-bottom:20px;min-height:34px}.learndash_next_prev_link{display:-webkit-box;display:-ms-flexbox;display:flex}.learndash_next_prev_link a.prev-link,.learndash_next_prev_link span.prev-link{border-radius:0 var(--bb-button-radius) var(--bb-button-radius) 0}.learndash_next_prev_link a.next-link,.learndash_next_prev_link span.next-link{border-radius:var(--bb-button-radius) 0 0 var(--bb-button-radius)}.learndash_next_prev_link a,.learndash_next_prev_link span.empty-post{display:-webkit-box;display:-ms-flexbox;display:flex;height:30px;min-width:55px;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;-webkit-transition:all linear .2s;transition:all linear .2s;color:var(--bb-alternate-text-color);font-size:12px;white-space:nowrap}.learndash_next_prev_link a:hover,.learndash_next_prev_link span.empty-post:hover{color:var(--bb-primary-color)}.learndash_next_prev_link a .meta-nav,.learndash_next_prev_link span.empty-post .meta-nav{position:absolute;width:100%;font-size:0;z-index:20}@media (max-width:360px){.learndash_next_prev_link a{font-size:0}}.learndash_next_prev_link a.next-link:after,.learndash_next_prev_link span.next-link:after{content:"\e827";font:normal normal normal 14px/1 bb-icons;font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:6px;padding-bottom:3px}.learndash_next_prev_link a.prev-link,.learndash_next_prev_link span.prev-link{margin-left:2px}.learndash_next_prev_link a.prev-link:before,.learndash_next_prev_link span.prev-link:before{content:"\e8ab";font:normal normal normal 14px/1 bb-icons;font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:6px;padding-bottom:3px}.learndash_next_prev_link a{color:var(--bb-headings-color)}.learndash_next_prev_link a:hover{color:var(--bb-primary-color)}html[dir=rtl] .learndash_next_prev_link a.next-link:after,html[dir=rtl] .learndash_next_prev_link span.next-link:after{content:"\e8ab"}html[dir=rtl] .learndash_next_prev_link a.prev-link:before,html[dir=rtl] .learndash_next_prev_link span.prev-link:before{content:"\e827"}.learndash_next_prev_link:empty{display:none}.learndash_content_wrap{padding-top:30px}.learndash_content_wrap.learndash_content_video{padding-top:0}.learndash_content_wrap .ld-tabs-content{margin-bottom:50px}.learndash_content_wrap .ld-progress{margin-top:0}.learndash-wrapper{color:inherit;line-height:inherit}.learndash-wrapper .ld-tabs{margin:0}.learndash-wrapper .ld-tabs .ld-tabs-content .ld-tab-content{padding-bottom:0}.learndash-wrapper a{color:var(--bb-primary-color)}.learndash-wrapper a.button:not(.outline){background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)}.learndash-wrapper a.button:not(.outline):focus{box-shadow:var(--bb-primary-button-focus-shadow)}.learndash-wrapper a.button:not(.outline):hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}.learndash-wrapper .learndash_content_wrap .ld-table-list.ld-no-pagination{border:0}.learndash-wrapper .learndash_content_wrap .ld-content-actions{border:0;margin-bottom:0;position:relative;z-index:1}.learndash-wrapper .learndash_content_wrap .sfwd-mark-complete:after{display:none}.learndash-wrapper .learndash_content_wrap .learndash_mark_complete_button{border-radius:var(--bb-button-radius);background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);-webkit-transition:all linear .2s;transition:all linear .2s;font-size:15px;font-weight:500;padding:10px 20px}.learndash-wrapper .learndash_content_wrap .learndash_mark_complete_button:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.learndash-wrapper .learndash_content_wrap .learndash_mark_complete_button:hover{opacity:1;background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}.learndash-wrapper .learndash_content_wrap .learndash_mark_complete_button:focus{opacity:1}@media (min-width:1024px){.learndash-wrapper .learndash_content_wrap{max-width:760px}.learndash-wrapper .bb-lms-header .lms-header-instructor,.learndash-wrapper .bb-lms-header .lms-header-title{max-width:760px;margin-right:auto;margin-left:auto}}.learndash-wrapper .ld-table-list .ld-table-list-header{background-color:transparent!important;color:var(--bb-headings-color);font-size:16px;font-weight:600;text-transform:uppercase;padding:0;margin:0 0 20px}.learndash-wrapper .ld-table-list .ld-table-list-header .ld-item-icon{display:none}.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-lesson-details{color:var(--bb-alternate-text-color)}.learndash-wrapper .ld-table-list .ld-table-list-footer{padding:0;background-color:transparent}.learndash-wrapper .ld-table-list .ld-table-list-items{border:0;padding:0}.learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item{border:0;margin-bottom:1px}.learndash-wrapper .ld-table-list .ld-table-list-items a.ld-table-list-item-preview{padding:20px;border-radius:4px;-webkit-transition:.3s all;transition:.3s all;color:inherit}.learndash-wrapper .ld-table-list .ld-table-list-items a.ld-table-list-item-preview:hover{color:inherit;background:rgba(146,164,183,.1)}.learndash-wrapper .learndash_content_wrap .ld-table-list .ld-table-list-items div.ld-table-list-item:nth-child(odd) a.ld-table-list-item-preview{background:rgba(146,164,183,.05)}.learndash-wrapper .learndash_content_wrap .ld-table-list .ld-table-list-items div.ld-table-list-item:nth-child(odd) a.ld-table-list-item-preview:hover{background:rgba(146,164,183,.1)}.learndash-wrapper .ld-status-icon{width:22px;height:22px;-ms-flex-preferred-size:22px;flex-basis:22px;margin-left:12px}.learndash-wrapper .ld-status-icon.ld-status-complete{background-color:var(--bb-primary-color)}.learndash-wrapper .ld-status-icon.ld-status-incomplete{border-width:2px;border-color:#dedfe2;background-color:transparent}.learndash-wrapper .ld-status-icon.ld-status-in-progress{background-color:transparent}.learndash-wrapper .ld-status-icon.ld-quiz-complete{background-color:var(--bb-primary-color)}.learndash-wrapper .ld-icon.ld-icon-assignment,.learndash-wrapper .ld-icon.ld-icon-calendar,.learndash-wrapper .ld-icon.ld-icon-certificate,.learndash-wrapper .ld-icon.ld-icon-checkmark,.learndash-wrapper .ld-icon.ld-icon-content,.learndash-wrapper .ld-icon.ld-icon-materials,.learndash-wrapper .ld-icon.ld-icon-quiz,.learndash-wrapper .ld-icon.ld-icon-search{font-family:bb-icons!important;font-size:22px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:6px;padding-bottom:0}.learndash-wrapper .ld-icon.ld-icon-quiz:before{content:"\eeff";font-family:bb-icons!important}.learndash-wrapper .ld-icon.ld-icon-checkmark{font-size:14px}.learndash-wrapper .ld-icon.ld-icon-checkmark:before{content:"\e876"}.learndash-wrapper .ld-icon.ld-icon-content{font-size:14px}.learndash-wrapper .ld-icon.ld-icon-content:before{content:"\e86e"}.learndash-wrapper .ld-icon.ld-icon-materials{font-size:14px}.learndash-wrapper .ld-icon.ld-icon-materials:before{content:"\ef3e"}.learndash-wrapper .ld-icon.ld-icon-certificate:before{content:"\e975"}.learndash-wrapper .ld-icon.ld-icon-assignment:before{content:"\ee7a"}.learndash-wrapper .ld-icon.ld-icon-search:before{content:"\ef10"}.learndash-wrapper .ld-icon.ld-icon-calendar:before{content:"\e884"}.learndash-wrapper .ld-tabs .ld-tabs-navigation:after{height:1px;background-color:var(--bb-content-border-color)}.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab{padding:10px 20px;font-size:14px;font-weight:400;color:var(--bb-body-text-color)}.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab:after{height:1px}.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab:focus{box-shadow:none}.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active{color:var(--bb-headings-color)}.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active:after{background-color:var(--bb-primary-color)}.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active:focus{box-shadow:none}.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-active:after{background:var(--bb-primary-color)}.learndash-wrapper .bb-ld-info-bar{margin:0 0 15px}.learndash-wrapper .bb-ld-info-bar .ld-lesson-status{background:100% 0;border-radius:0}.learndash-wrapper .bb-ld-status{margin-left:10px}.learndash-wrapper .bb-ld-status .ld-status{background-color:rgba(146,164,183,.05);text-transform:none;font-weight:400;font-size:12px;height:30px;line-height:30px;padding:0 12px;letter-spacing:inherit;margin-bottom:0}.learndash-wrapper .bb-ld-status .ld-status.ld-status-progress{color:#fff;background-color:var(--bb-primary-color)}.learndash-wrapper .bb-ld-status .ld-status.ld-status-complete{color:#fff;background-color:var(--bb-success-color)}.learndash-wrapper .bb-ld-info-bar .ld-topic-status{border-radius:0}.learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs{background-color:transparent;padding:0 0 10px;border-bottom:1px solid var(--bb-content-border-color);border-radius:0}.learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-status{display:none;background-color:rgba(146,164,183,.05);text-transform:none;font-weight:400;font-size:12px;line-height:inherit;padding:0 12px;letter-spacing:inherit}.learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-status.ld-status-progress{background-color:var(--bb-primary-color)}.learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-status.ld-status-complete{background-color:var(--bb-success-color)}.learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span a{font-weight:400;color:var(--bb-headings-color)}.learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span a:hover{color:var(--bb-primary-color)}.learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span:after{content:"\e827";font-family:bb-icons;font-size:12px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:0;margin-left:0;position:relative;top:0}[dir=rtl] .learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span:after{content:"\e8ab"}.learndash-wrapper .ld-topic-status{background-color:transparent}.learndash-wrapper .ld-alert{border-radius:var(--bb-block-radius-inner)}.learndash-wrapper .ld-alert .ld-button{padding:10px 20px;border-bottom:0!important}.learndash-wrapper .ld-alert .ld-button .ld-icon{display:none}.learndash-wrapper .ld-alert.ld-alert-certificate.ld-alert-success{color:var(--bb-body-text-color)}.learndash-wrapper .ld-alert .ld-alert-content a{color:var(--bb-headings-color);text-decoration:none}.learndash-wrapper .ld-alert .ld-alert-content a:hover{color:var(--bb-primary-color)}.learndash-wrapper .ld-alert-success{border:0;padding:15px;min-height:inherit;color:inherit;font-size:15px;background-color:rgba(var(--bb-success-color-rgb),.1)}.learndash-wrapper .ld-alert-success .ld-alert-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.learndash-wrapper .ld-alert-success .ld-alert-content>p{margin:0}.learndash-wrapper .ld-alert-success .ld-button{background-color:var(--bb-success-color);color:#fff;white-space:nowrap;border:0}.learndash-wrapper .ld-alert-success .ld-alert-icon.ld-icon{margin-right:6px;background-color:var(--bb-success-color);color:#fff;position:static;-webkit-transform:none;-ms-transform:none;transform:none;padding:0;width:45px;height:45px;line-height:48px;text-align:center;border-radius:50%;vertical-align:middle;font-size:20px}.learndash-wrapper .ld-alert-warning{border-color:var(--bb-warning-color);background-color:rgba(var(--bb-warning-color-rgb),.1);border-width:1px;padding:15px;min-height:inherit;color:inherit;font-size:15px}.learndash-wrapper .ld-alert-warning .ld-alert-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.learndash-wrapper .ld-alert-warning .ld-alert-content .ld-alert-messages p{margin-bottom:0}.learndash-wrapper .ld-alert-warning .ld-alert-content>p{margin:0}.learndash-wrapper .ld-alert-warning .ld-button{background-color:var(--bb-warning-color);color:#fff;white-space:nowrap;border:0}.learndash-wrapper .ld-alert-warning .ld-alert-icon.ld-icon-alert{font-family:bb-icons!important;font-size:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:6px;padding-bottom:0;background-color:transparent;position:static;padding-top:0;-webkit-transform:none;-ms-transform:none;transform:none}.learndash-wrapper .ld-alert-warning .ld-alert-icon.ld-icon-alert:before{content:"\ee65";font-weight:100}@media screen and (max-width:768px){.learndash-wrapper .ld-alert-warning .ld-alert-content{margin:0}.learndash-wrapper .ld-alert-warning .ld-alert-content .ld-alert-icon.ld-icon-alert{margin-left:.5em}.learndash-wrapper .ld-alert-warning .ld-alert-content .ld-alert-messages{text-align:right;line-height:1.4}}.learndash-wrapper .bb-ld-tabs{position:relative}.learndash-wrapper .bb-ld-tabs #learndash-course-content{margin:0;position:absolute;height:1px;opacity:0;top:-90px}.learndash-wrapper .ld-pagination{font-weight:inherit;color:var(--bb-alternate-text-color)}.learndash-wrapper .ld-pagination .ld-pages{background-color:transparent;padding:1em .5em}.learndash-wrapper .ld-pagination .ld-pages a{color:var(--bb-headings-color)}.learndash-wrapper .ld-pagination .ld-pages a:hover{color:var(--bb-primary-color)}.learndash-wrapper .ld-pagination .ld-pages .ld-icon{font-size:10px}.lms-topic-sidebar-wrapper.lms-topic-sidebar-close{margin-right:-370px}.lms-topic-sidebar-wrapper.lms-topic-sidebar-close .lms-topic-sidebar-data{right:-370px}.buddypanel-open .lms-topic-sidebar-wrapper.lms-topic-sidebar-close .lms-topic-sidebar-data{right:-370px}@media screen and (min-width:800px){.sfwd-single-sidebar-right .lms-topic-sidebar-wrapper.lms-topic-sidebar-close{margin-left:-370px;margin-right:0}}.lms-header-instructor .bb-about-instructor{margin:0;padding-top:20px;padding-bottom:20px}.lms-header-instructor .bb-about-instructor.bb_single_meta_off{padding:0}.lms-header-instructor .bb-about-instructor>.flex{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.lms-header-instructor .bb-about-instructor>.bb-instructor-heading,.lms-header-instructor .bb-about-instructor>h4{text-transform:uppercase;color:var(--bb-headings-color);font-size:13px;margin-bottom:10px;font-weight:400}.lms-header-instructor .bb-about-instructor h5{font-weight:400;font-size:15px;color:var(--bb-headings-color);margin-bottom:0}.lms-header-instructor .bb-about-instructor h5 a{color:var(--bb-headings-color)}.lms-header-instructor .bb-about-instructor h5 a:hover{color:var(--bb-primary-color)}.lms-header-instructor .bb-about-instructor .bb-about-instructor-date{color:var(--bb-alternate-text-color);margin-right:0}.lms-header-instructor .bb-about-instructor .bb-about-instructor-date:before{content:"";width:4px;height:4px;border-radius:100%;background-color:var(--bb-alternate-text-color);margin-left:10px;position:relative;bottom:2px;display:none}.lms-header-instructor .bb-about-instructor .bb-avatar-wrap+.bb-content-wrap .bb-about-instructor-date{margin-right:7px}.lms-header-instructor .bb-about-instructor .bb-avatar-wrap+.bb-content-wrap .bb-about-instructor-date:before{display:inline-block}.lms-header-instructor .bb-about-instructor .bb-avatar-wrap{max-width:40px;text-align:right;margin-left:10px;display:block;padding:0}.lms-header-instructor .bb-about-instructor .bb-content-wrap{padding:0}.lms-header-instructor .bb-about-instructor .avatar{max-width:32px}.lms-header-instructor .bb-about-instructor .bb-avatar-wrap>div{margin-bottom:0}html[dir=rtl] .lms-header-instructor .bb-about-instructor .bb-about-instructor-date:before{margin-left:10px;margin-right:10px}.lms-topic-sidebar-course-navigation .ld-course-navigation{margin:15px 30px}.lms-topic-sidebar-course-navigation .ld-course-navigation .course-entry-title{color:var(--bb-headings-color);font-size:26px;margin:0}.lms-topic-sidebar-course-navigation a.course-entry-link{display:inline-block;background-color:rgba(0,0,0,.03);color:var(--bb-alternate-text-color);border-radius:var(--bb-button-radius);padding:1px 10px 1px 15px;font-size:12px;margin:0 0 15px;-webkit-transition:all linear .2s;transition:all linear .2s}.lms-topic-sidebar-course-navigation a.course-entry-link:hover{background-color:rgba(0,0,0,.06)}.lms-topic-sidebar-course-navigation a.course-entry-link i{margin-left:3px}.lms-topic-sidebar-progress .course-progress-wrap{position:relative;z-index:1;margin:30px 30px 15px;padding-bottom:25px;border-bottom:1px solid var(--bb-content-border-color)}.lms-topic-sidebar-progress .course-completion-rate{font-size:12px;font-weight:500;color:var(--bb-alternate-text-color);display:block;margin-top:15px;line-height:1}.lms-topic-sidebar-progress .ld-progress-steps{font-size:12px;font-weight:500;color:var(--bb-alternate-text-color);display:block;margin-top:7px;line-height:1}.lms-topic-sidebar-progress .course-progress{margin:0;height:3px;background:rgba(255,255,255,.9);background:var(--bb-content-border-color);border-radius:12px}.lms-topic-sidebar-progress .course-progress-bar{background:var(--bb-primary-color);height:3px;width:auto}.bb-about-instructor{margin-bottom:60px}.bb-about-instructor>.bb-grid{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);padding:25px 20px;margin-right:0;margin-left:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bb-about-instructor .bb-instructor-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bb-about-instructor.bb-about-instructor--is-info .bb-instructor-wrap{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.bb-about-instructor .bb-author-info{margin:3px 0 5px;font-size:14px;line-height:1.5}.bb-about-instructor .bb-instructor-message{-webkit-box-flex:inherit;-ms-flex:inherit;flex:inherit}.bb-about-instructor .bb-instructor-heading,.bb-about-instructor h4{font-size:16px;line-height:1;letter-spacing:.6px;margin:0 0 15px;text-transform:uppercase}.bb-about-instructor .avatar{max-width:52px}.bb-about-instructor .bb-avatar-wrap{max-width:110px;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;margin-left:18px}.bb-about-instructor h5{font-size:18px;line-height:1;margin:6px 0 2px}.bb-about-instructor h5 a{color:var(--bb-headings-color)}.bb-about-instructor h5 a:hover{color:var(--bb-primary-color)}.bb-about-instructor .bb-author-meta{font-size:14px;color:var(--bb-alternate-text-color);line-height:1.2;margin-bottom:0}.bb-about-instructor .bb-content-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}.bb-about-instructor .bb-author-meta-info{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-top:auto;padding-bottom:5px}.bb-about-instructor .bb-author-meta-info>span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:15px;font-size:13px;color:var(--bb-alternate-text-color);letter-spacing:-.24px}.bb-about-instructor .bb-author-meta-info>span:last-child{margin-left:0}.bb-about-instructor .bb-author-meta-info svg{margin-left:5px}.bb-about-instructor .button{max-width:160px;display:block;margin-right:auto;margin-left:auto;padding-right:25px;padding-left:25px;font-weight:400}.bb-about-instructor .button i{margin-left:5px;font-size:18px;position:relative;top:1px}.bb-learndash-meta-wrap .bb-toggle-theme{display:block;line-height:0}.bb-learndash-meta-wrap .bb-toggle-theme span{display:inline-block}.learndash_content_wrap{width:100%;max-width:1200px;margin-right:auto;margin-left:auto}.single #learndash-course-header{width:100%;max-width:1180px;margin-right:auto;margin-left:auto}.bb-type-list.bb-lms-list-inside{list-style:none;counter-reset:lms-list}.bb-type-list.bb-lms-list-inside li>a .bb-lms-title:before{line-height:1.4;margin-left:0;counter-increment:lms-list;content:counter(lms-list) ". ";color:var(--bb-alternate-text-color)}.bb-type-list.bb-lms-list-inside .bb-lms-title-wrap{font-size:16px;padding:18px 22px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bb-type-list.bb-lms-list-inside .bb-course-topic-status{width:24px;height:24px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.bb-type-list.bb-lms-list-inside svg{margin-left:0}.learndash_content .h1,.learndash_content .h2,.learndash_content .h3,.learndash_content .h4,.learndash_content .h5,.learndash_content .h6,.learndash_content address,.learndash_content h1,.learndash_content h2,.learndash_content h3,.learndash_content h4,.learndash_content h5,.learndash_content h6,.learndash_content hr,.learndash_content p{margin-bottom:40px}.learndash_content_wrap>div{margin-bottom:40px}.single.single-sfwd-courses .comments-area{max-width:700px}.learndash_uploaded_assignments h4{font-size:16px;font-weight:600;letter-spacing:.6px;text-transform:uppercase}.bb-assignments-list{margin:0;list-style:none}.bb-assignments-list li{border-radius:4px;margin-bottom:1px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bb-assignments-list li:hover{background:rgba(146,164,183,.1)}.bb-assignments-list a{color:inherit;letter-spacing:-.24px;line-height:19px}.bb-assignments-list .ld-assignment-filename-col a{display:block;padding:13px 15px}.bb-assignments-list img{max-width:24px;margin-left:15px}.bb-assignments-list .bb-icon-close-circle{color:var(--bb-danger-color);font-size:20px}.bb-assignments-list .ld-assignment-delete-col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:10px}.bb-assignments-list .learndash_uploaded_assignment_points{margin-left:15px}.bb-leardash-upload-assignment h4{font-size:16px;font-weight:600;letter-spacing:.6px;text-transform:uppercase}.bb-leardash-upload-assignment .bb-label{display:inline-block;cursor:pointer;outline:0;border:1px solid var(--bb-primary-color);border-radius:100px;padding:3px 25px;font-size:14px;font-weight:500;margin-bottom:20px;color:var(--bb-primary-color)}.bb-leardash-upload-assignment form{border:1px dashed #c3c6c9;border-radius:4px;padding:30px 20px;text-align:center}.bb-leardash-upload-assignment input[type=file]{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.bb-leardash-upload-assignment input[type=file]:focus+label{outline:0}.bb-leardash-upload-assignment input[type=file]:focus+label *{pointer-events:none}.bb-leardash-upload-assignment input#uploadfile_btn{min-width:140px;font-weight:500}.bb-leardash-upload-assignment .bb-upload-message{padding:15px 0 0;font-size:14px;color:#939597;letter-spacing:-.24px;line-height:1}.bb-course-preview-content{padding:0 30px;background-color:var(--bb-content-background-color);margin-right:-30px;margin-left:-30px}.bb-lms-back{text-align:center;padding:10% 0 0;font-weight:500}.bb-lms-nav-wrap{background:#fff;border:0;box-shadow:inset 0 -1px 0 0 #eef0f3;padding:0 44px}#object-nav.bb-lms-nav{border:0;background:100% 0;max-width:1200px;margin:auto;padding:0 10px}.buddypanel-open #object-nav.bb-lms-nav{max-width:1160px}.bb-course-content{margin-bottom:2rem}.single-sfwd-courses .comment-respond{background:100% 0;border:0;border-radius:0;border-bottom:1px solid var(--bb-content-border-color);padding:0 0 30px}.single-sfwd-courses .comment-respond.bb-active{box-shadow:none}.single-sfwd-courses .comments-area input#submit{min-width:160px;min-height:40px}.single-sfwd-courses .comment-body{background:100% 0;border:0;border-radius:0;margin-bottom:30px;padding:0 0 30px;border-bottom:1px solid var(--bb-content-border-color)}.single-sfwd-courses .comment-content-wrap{padding-right:22px}.single-sfwd-courses .comment-respond .vcard a{margin-right:22px}.ld-in-focus-mode.bb-sfwd-aside .comments-area{display:none}.ld-in-focus-mode.bb-sfwd-aside .wpdiscuz_top_clearing+#comments.comments-area{display:block}.bb-course-item{padding:0 10px 15px}.bb-course-item .avatar{max-width:28px;width:100%}.bb-course-items .bb-course-item .bb-cover-list-item:hover{box-shadow:0 2px 10px 0 rgba(18,43,70,.1)}.bb-course-item .bb-course-meta.bb-course-footer{margin-top:40px;-ms-flex-flow:row;flex-flow:row}.bb-details{display:inline-block;margin-top:20px;font-size:16px;color:#fff;letter-spacing:-.24px}.bb-details i{font-size:26px;position:relative;top:4px;right:-4px}#learndash_complete_prerequisites{padding:35px 0}.expand_collapse{display:none!important}.groups.single-item .bb-lms-nav-wrap{width:auto;margin:0;padding:0;right:auto;left:auto;background:100% 0;box-shadow:none}.groups.single-item #object-nav.bb-lms-nav{padding:0}#learndash_course_points_access_message{margin:50px 0}.lms-quiz-item .bb-title.bb-lms-title-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ld-entry-title.entry-title{line-height:1.3}form#sfwd-mark-complete input#learndash_mark_complete_button[disabled]{color:#fff}form#sfwd-mark-complete input#learndash_mark_complete_button[disabled]:hover{box-shadow:none}.learndash+p.bp-group-discussion{display:none}body.bb-custom-ld-focus-mode-enabled.admin-bar{padding-top:0}.learndash-wrapper .ld-expand-button{pointer-events:all;padding:6px 12px 6px 0}.learndash-wrapper .ld-section-heading{margin-bottom:1.25em}.learndash-wrapper .ld-section-heading h2{letter-spacing:.6px;text-transform:uppercase}.learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading h2,.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading h2{font-size:16px}.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading{margin-bottom:.5em}.learndash-wrapper .ld-item-list.ld-lesson-list .ld-lesson-section-heading{font-size:16px;color:var(--bb-headings-color)}.ld-section-heading .ld-item-list-actions .ld-expand-button:not(.ld-expanded) .ld-icon{position:relative;top:2px}.learndash-wrapper .ld-expand-button{color:var(--bb-body-text-color)}.learndash-wrapper .ld-item-list.ld-lesson-list .ld-lesson-section-heading,.learndash-wrapper .ld-table-list .ld-table-list-header{color:var(--bb-headings-color)}.learndash-wrapper .ld-expand-button{background-color:transparent;border-radius:4px}.learndash-wrapper .ld-expand-button:hover{background-color:transparent}.learndash-wrapper .ld-item-details .ld-expand-button{background:100% 0}.learndash-wrapper .ld-item-list .ld-item-list-item{border:none;margin-bottom:10px;background-color:transparent}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview{background:rgba(146,164,183,.05);border-radius:var(--bb-block-radius-inner)}.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview.learndash-complete .ld-topic-title{text-decoration:line-through}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview{padding:16px 15px}.learndash-wrapper .learndash_content_wrap .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview{padding-right:50px}.learndash-wrapper .learndash_content_wrap .ld-table-list-item-quiz .ld-item-title{color:#939597;position:relative;font-weight:500;font-size:14px;letter-spacing:-.24px;line-height:1.6}.learndash-wrapper .learndash_content_wrap .ld-table-list-item-quiz:hover .ld-item-title{color:var(--bb-primary-color)}.learndash-wrapper .learndash_content_wrap .ld-table-list-item-quiz .ld-item-title:before{font:normal normal normal 18px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\eeff";position:absolute;right:-30px;top:3px;font-weight:100}.learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:16px 70px 16px 15px;background:100% 0}.learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-topic-title{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;position:relative;font-weight:500;font-size:14px;letter-spacing:-.24px;line-height:1.6;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-topic-title .lms-topic-status-icon{margin-right:auto}.learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-topic-title:before{font:normal normal normal 18px/1 bb-icons;speak:none;display:inline-block;text-decoration:none;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\ef3e";position:absolute;right:-30px;top:3px}.learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-status-icon{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:0}.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item.ld-topic__video a.ld-table-list-item-preview .ld-topic-title:before{content:"\eef7";font-family:bb-icons;font-weight:500}.learndash-wrapper .ld-status-icon.ld-quiz-complete,.learndash-wrapper .ld-status-icon.ld-status-complete{border:0}.learndash-wrapper .ld-status-icon.ld-quiz-incomplete,.learndash-wrapper .ld-status-icon.ld-quiz-pending,.learndash-wrapper .ld-status-icon.ld-status-incomplete{border:2px solid #dedfe2}.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details .ld-lesson-list-progress{text-transform:none}.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details .ld-lesson-list-steps{text-transform:none}.learndash-wrapper .ld-table-list .ld-table-list-header .ld-text{font-family:inherit;text-transform:none;font-weight:500}.learndash-wrapper .ld-table-list .ld-table-list-header{background-color:transparent;border:none}@media screen and (max-width:640px){.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-lesson-details{margin-right:0}}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded:before{background:rgba(146,164,183,.05)}.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-header{padding:16px 15px;margin-bottom:0}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded:before{right:24px}.learndash-wrapper .ld-table-list .ld-table-list-items{padding:0}.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-item{margin:0;padding:0}.learndash-wrapper .ld-status-icon .ld-icon:before{font-size:12px}.learndash-wrapper .ld-item-list-item-quiz .ld-item-name{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.learndash-wrapper .ld-item-list-item-quiz .ld-item-name .ld-item-title{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;position:relative;font-weight:500}.learndash-wrapper .ld-item-list-item-quiz .ld-item-name .ld-item-title:before{content:"\eeff";font:normal normal normal 18px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;font-size:20px;margin-left:10px;font-weight:100;color:var(--bb-alternate-text-color)}.learndash-wrapper .ld-item-list-item-quiz .ld-item-name .ld-status-icon{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.learndash-wrapper .ld-expand-button{font-weight:400}.learndash-wrapper .ld-expand-button.ld-button-alternate{color:var(--bb-primary-color)}.learndash-wrapper .ld-expand-button.ld-button-alternate:hover{color:var(--bb-primary-color)}.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon{background:100% 0;color:var(--bb-alternate-text-color);font-weight:400}.learndash-wrapper .ld-status-icon{-ms-flex-preferred-size:22px;flex-basis:22px;-ms-flex-negative:0;flex-shrink:0;height:22px;width:22px;border:2px solid}.learndash-wrapper .ld-status-icon .ld-icon.ld-icon-quiz:before{content:""}.ld-item-list-item-preview a.ld-item-name:has(.lms-quiz-status-icon){pointer-events:none;cursor:default}.ld-item-list-item-preview a.ld-item-name:has(.lms-quiz-status-icon) .lms-quiz-status-icon{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-right:auto}.ld-item-list-item-preview a.ld-item-name:has(.lms-quiz-status-icon) .ld-status-icon{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.learndash-wrapper .ld-item-list-item .ld-item-list-item-preview .ld-icon-arrow-down{padding:0}.learndash-wrapper .ld-item-list-item .ld-item-list-item-preview .ld-icon-arrow-down:before{content:"\ee0b";font:normal normal normal 18px/1 bb-icons;speak:none;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;font-weight:300}.learndash-wrapper .ld-item-list-item .ld-item-list-item-preview .ld-expanded .ld-icon-arrow-down{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.learndash-wrapper .ld-item-list-item .ld-item-list-item-preview .ld-expanded .ld-icon-arrow-down:before{content:"\ee09"}.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage{color:inherit;text-transform:none;font-weight:400}.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-details{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-details .ld-expand-button{margin-right:0}.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-details .ld-text{display:none}.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:-webkit-calc(100% - 20px);width:calc(100% - 20px);-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 10px;font-weight:500}.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title .ld-item-components{margin-top:0;text-align:left}.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title .ld-item-components span{font-size:12px;font-weight:400}.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title .ld-item-components .ld-icon-calendar{margin-right:0}.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-status-icon{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:0}.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-title{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:-webkit-calc(100% - 20px);width:calc(100% - 20px);-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 10px;font-weight:500}.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-title .ld-item-components{margin-top:0}.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-title .ld-item-components span{font-size:12px;font-weight:400}.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span.ld-item-components .ld-item-component{text-align:center;display:inline-block}.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span.ld-item-components .ld-status:not(.ld-status-unlocked){min-width:285px}.learndash-wrapper .ld-status-icon.ld-quiz-complete{color:transparent}.learndash-wrapper .ld-status-unlocked{padding:0 10px}.learndash-wrapper .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-quiz-complete .ld-icon:before{content:"\e876";color:#fff}.learndash-wrapper .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-quiz-complete{border:0}.learndash-wrapper .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-quiz-complete~.ld-item-title:before{content:"\eeff";font:normal normal normal 12px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;font-size:20px;font-weight:100;margin-left:10px;position:absolute;right:-30px;top:1px}.learndash-wrapper .ld-item-list-item-expanded .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-item-title{position:relative;font-weight:500;font-size:14px;letter-spacing:-.24px;line-height:1.6}.learndash-wrapper .ld-item-list-item-expanded .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-item-title:before{content:"\eeff";font:normal normal normal 12px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;font-size:20px;font-weight:100;margin-left:10px;position:absolute;right:-30px;top:1px}.learndash-wrapper .ld-course-status.ld-course-status-enrolled{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(146,164,183,.05)}@media screen and (max-width:640px){.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress{width:100%}}.learndash-wrapper .ld-progress-percentage{font-size:12px;font-weight:700}.learndash-wrapper .ld-progress-steps{font-size:12px}.learndash-wrapper .ld-progress-stats{padding-left:20px}.learndash-wrapper div.ld-course-status{margin-bottom:30px}.learndash-wrapper div.ld-item-list{margin-bottom:50px}.learndash-wrapper .ld-status-incomplete~.ld-item-title{position:relative}.learndash-wrapper .ld-item-icon{font-size:16px}.learndash-wrapper .learndash-not-available .ld-item-list-item-expanded .ld-table-list-items .ld-table-list-item{cursor:auto}.learndash-wrapper .learndash-not-available .ld-item-list-item-expanded .ld-table-list-header{cursor:auto}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon{margin-left:0;margin-top:0}.learndash-wrapper .ld-table-list-item.learndash-complete .ld-item-title>span:first-child{text-decoration:line-through}.learndash-wrapper .learndash-complete .ld-item-list-item-preview .ld-item-title>span:first-child{text-decoration:line-through}.learndash-wrapper .ld-status-icon.ld-quiz-complete{color:#fff;border:0}.learndash-wrapper .ld-status-icon.ld-quiz-complete .ld-icon.ld-icon-quiz:before{content:"\e876";font-family:bb-icons}.learndash-wrapper .ld-video{padding-top:0}.learndash-complete .ld-item-list-item-expanded .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-quiz-complete{background-color:var(--bb-primary-color)}.learndash-cpt.learndash-embed-responsive .learndash-wrapper .ld-video.fluid-width-video-wrapper{padding-top:0!important}.learndash-cpt.learndash-embed-responsive .learndash-wrapper .ld-video:not(.fluid-width-video-wrapper){margin-bottom:50px;padding-top:0}.learndash-wrapper.learndash-widget .ld-progress.ld-progress-inline{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:inherit;flex-direction:inherit}.learndash-wrapper .comment-respond .logged-in-as>a.comment-author{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#learndash-page-content>.bp-feedback.bp-sitewide-notice{display:block;top:0;margin:-30px -100px 30px}@media screen and (max-width:1200px){#learndash-page-content>.bp-feedback.bp-sitewide-notice{margin-right:-60px;margin-left:-60px}}@media screen and (max-width:992px){#learndash-page-content>.bp-feedback.bp-sitewide-notice{margin-right:-40px;margin-left:-40px}}@media screen and (max-width:543px){#learndash-page-content>.bp-feedback.bp-sitewide-notice{margin-right:-20px;margin-left:-20px}}@media screen and (min-width:821px) and (max-width:1280px){.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span{-ms-flex-preferred-size:auto;flex-basis:auto;width:auto}.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span.ld-item-components{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span.ld-item-components span{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span.ld-item-components .ld-tertiary-background{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (min-width:768px) and (max-width:1000px){.bb-lesson-head{-ms-flex-flow:row wrap;flex-flow:row wrap}.bb-lesson-head .push-right{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-lesson-head .bb-lms-progress-wrap{margin-right:auto}}@media screen and (min-width:800px){.bb-grid .bb-learndash-content-wrap{padding-left:8%}.bb-course-banner-inner{width:88%}}@media screen and (max-width:820px){.bb-learndash-content-wrap,.bb-single-course-sidebar{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-learndash-content-wrap{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.bb-single-course-sidebar{margin-bottom:40px;max-width:100%}.bb-single-course-sidebar.bb-preview-wrap{margin-top:30px!important;margin-bottom:20px}}@media screen and (max-width:992px){.buddypanel-open .bb-learndash-content-wrap,.buddypanel-open .bb-single-course-sidebar{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.buddypanel-open .bb-single-course-sidebar{margin-bottom:40px;margin-top:0!important;max-width:100%}.buddypanel-open .bb-learndash-side-area .bb-course-banner-inner{width:100%;max-width:100%}}@media screen and (max-width:767px){.bb-course-banner-info{padding-right:20px;padding-left:20px}.bb-course-banner-inner{padding-top:0}.bb-learndash-banner{padding:0}.bb-course-banner-info .bb-enroll-widget{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding-top:30px}#learndash-content .lms-topic-sidebar-wrapper{position:absolute!important;z-index:98;width:370px;height:100%}body:not(.bb-page-loaded) #learndash-content .lms-topic-sidebar-wrapper{display:none}.bb-mobile-header-wrapper .course-toggle-view{padding-right:10px;padding-left:0}.lms-side-panel-close-sm:after{content:"";background:rgba(0,0,0,.5);position:fixed;width:100%;height:100%;right:0;top:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}}@media screen and (max-width:680px){div.bb-course-banner-inner{width:100%;max-width:100%}}@media screen and (max-width:600px){div.bb-lms-header{padding:25px 0 0;margin:0}.bb-about-instructor .bb-avatar-wrap{max-width:100%;margin-left:0;margin-bottom:0}.bb-about-instructor .button{max-width:100%}.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span{-ms-flex-preferred-size:auto;flex-basis:auto;width:auto}.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span.ld-item-components{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span.ld-item-components span.ld-item-component{text-align:right}.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span.ld-item-components .ld-tertiary-background{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;line-height:1.4;padding:10px;margin-right:0;min-width:auto}.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span.ld-item-components .ld-sep{display:none}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title .ld-item-component+.ld-status{margin-right:unset}}@media screen and (max-width:400px){#learndash-content .lms-topic-sidebar-wrapper{max-width:350px;min-width:330px}}@media screen and (min-width:544px){.lms-topic-sidebar,.lms-topic-sidebar-wrapper{max-width:370px}}.ld-course-list-items,.ld-course-list-items.row{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px;margin-left:-10px;-ms-flex-wrap:wrap;flex-wrap:wrap}.ld-course-list-items .bb-course-item-wrap{padding-right:10px;padding-left:10px;min-width:20%}@media screen and (min-width:900px) and (max-width:1200px){.ld-course-list-items .bb-course-item-wrap{min-width:25%}}@media screen and (min-width:768px) and (max-width:900px){.ld-course-list-items .bb-course-item-wrap{min-width:33.3333%}}@media screen and (min-width:576px) and (max-width:768px){.ld-course-list-items .bb-course-item-wrap{width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:576px){.ld-course-list-items .bb-course-item-wrap{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.has-sidebar .ld-course-list-items .bb-course-item-wrap{min-width:25%}@media screen and (min-width:576px) and (max-width:1200px){.has-sidebar .ld-course-list-items .bb-course-item-wrap{min-width:50%}}@media screen and (max-width:576px){.has-sidebar .ld-course-list-items .bb-course-item-wrap{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.ld-course-list-items .ld_course_grid .bb-cover-list-item{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);-webkit-transition:.2s box-shadow;transition:.2s box-shadow;position:relative;height:100%}.ld-course-list-items .ld_course_grid .bb-cover-list-item:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1);z-index:1}.ld-course-list-items .ld_course_grid .bb-cover-list-item .fluid-width-video-wrapper{margin-top:0;padding-top:52%!important;margin-bottom:0;height:100%}.ld-course-list-items .ld_course_grid .bb-cover-list-item .bb-card-course-details .entry-content{margin:0 0 10px!important;font-size:14px;line-height:1.2;display:block;display:-webkit-box;max-height:2.7em;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.ld-course-list-items .ld_course_grid .bb-cover-list-item .bb-course-cover.has-video-cover{overflow:visible}.ld-course-list-items .ld_course_grid .bb-cover-list-item .bb-course-cover.has-video-cover>a{padding:0;overflow:visible}.ld-course-list-items .ld_course_grid .bb-cover-list-item .bb-course-cover.has-video-cover>a img{display:none}.ld-course-list-items .ld_course_grid .bb-cover-list-item .bb-course-cover a{display:block;position:relative;overflow:hidden;border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0;padding-top:52%}.ld-course-list-items .ld_course_grid .bb-cover-list-item .bb-course-cover a img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover;border-radius:0}.ld-course-list-items .ld_course_grid .bb-cover-list-item .bb-course-meta{margin-top:10px}.ld-course-list-items .ld_course_grid .bb-cover-list-item .ld_course_grid_video_embed{padding:0;height:100%}.ld-course-list-items .ld_course_grid .bb-cover-list-item .ld_course_grid_video_embed iframe{height:100%}.ld-course-list-items .ld_course_grid .bb-cover-list-item .ld_course_grid_button{margin:0!important}.ld-course-list-items .ld_course_grid .bb-cover-list-item .ld_course_grid_button a{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)}.ld-course-list-items .ld_course_grid .bb-cover-list-item .ld_course_grid_button a:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.ld-course-list-items .ld_course_grid .bb-cover-list-item .ld_course_grid_button a:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}.ld-course-list-items .ld_course_grid .bb-cover-list-item .ld_course_grid_button a{border-radius:var(--bb-button-radius)}.ld-course-list-items .bb-cover-list-item:not(.bb-course-no-content){height:100%;padding-bottom:15px}.ld-course-list-items .bb-cover-list-item:not(.bb-course-no-content) .bb-cover-wrap{padding-top:52%}.ld-course-list-items .bb-cover-list-item.bb-course-paid{padding-bottom:45px}.ld-course-list-items .bb-course-item-wrap{margin-bottom:20px}.ld-course-list-items .bb-course-cover{overflow:hidden;position:relative}.ld-course-list-items .bs-timestamp{font-size:14px;color:#939597;letter-spacing:-.24px;line-height:22px;position:absolute;bottom:20px}.ld-course-list-items .forums-meta span{background:rgba(18,43,70,.1)}.ld-course-list-items .bb-cover-wrap:after{display:none}.ld-course-list-items .forums-meta{margin-bottom:12px}.ld-course-list-items .bb-course-excerpt{color:var(--bb-alternate-text-color)}.ld-course-list-items .course-progress-wrap{position:relative;z-index:1;margin:0 0 10px;line-height:1.7}.ld-course-list-items .course-completion-rate{font-size:12px;font-weight:500;line-height:1;letter-spacing:-.24px;display:block;margin-top:10px;color:var(--bb-alternate-text-color)}.ld-course-list-items .course-completion-rate.start-course-completion-rate{opacity:.6;font-size:12px;line-height:1;font-weight:500;color:var(--bb-headings-color);letter-spacing:-.24px;margin-top:10px}.ld-course-list-items .ld-progress-stats{font-size:12px;font-weight:500;line-height:1;letter-spacing:-.24px;display:block;margin-top:10px;color:var(--bb-alternate-text-color)}.ld-course-list-items .ld-progress-stats .ld-progress-steps{margin-top:5px;display:block}.ld-course-list-items .course-progress{margin:0;height:3px;background:var(--bb-content-border-color);border-radius:50px}.ld-course-list-items .course-progress-bar{background:var(--bb-primary-color);height:3px;width:auto}.ld-course-list-items .bb-course-excerpt{font-size:13px;color:#939597;line-height:1.384;display:block;display:-webkit-box;max-height:2.72em;margin:-3px 0 0;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.ld-course-list-content.grid-view .bb-cover-list-item:not(.bb-course-no-content) .bb-cover-wrap{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}#bb-course-list-grid-filters{margin-bottom:20px}.widget .ld-course-list-items .bb-course-item-wrap{min-width:100%}.widget #bb-course-list-grid-filters{display:none}.widget #ld_course_categorydropdown{margin-bottom:20px}.ld_course_grid .has-video-cover iframe{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}.ld-course-list-content{margin-bottom:30px}.bb-ld-course-list-item{margin-bottom:20px}.bb-ld-course-list-item .ld-entry-content .entry-img{padding-top:40.476%;border-radius:4px 4px 0 0}.bb-ld-course-list-item .ld-entry-content .entry-img>img{margin:0}.bb-ld-course-list-item .ld-entry-content .entry-content h1{font-size:1.5rem;margin:0 0 10px}.bb-ld-course-list-item .ld-entry-title a{color:var(--bb-headings-color)}.bb-ld-course-list-item .ld-entry-title a:hover{color:var(--bb-primary-color)}.ld-course-list-items.row .learndash-wrapper{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.ld-course-list-items.row .learndash-wrapper .ld-item-list{margin:0 0 20px}.ld-course-list-items.row .learndash-wrapper .ld-item-list .ld-item-list-item{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;height:100%;padding-bottom:0;-webkit-transition:.2s box-shadow;transition:.2s box-shadow;position:relative}.ld-course-list-items.row .learndash-wrapper .ld-item-list .ld-item-list-item:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1);z-index:1}.ld-course-list-content.grid-view .ld-course-list-items .bb-course-cover a{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}.ld-course-list-content.list-view .ld-course-list-items .ld_course_grid{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ld-course-list-content.list-view .bb-cover-list-item{padding-bottom:0}.ld-course-list-content.list-view .bb-cover-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.ld-course-list-content.list-view .bb-card-course-details{-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;padding-bottom:16px}.ld-course-list-content.list-view .bb-cover-wrap{border-radius:0 var(--bb-block-radius) var(--bb-block-radius) 0}.ld-course-list-content.list-view .bb-course-cover{-webkit-box-flex:0;-ms-flex:0 0 240px;flex:0 0 240px}.ld-course-list-content.list-view .bb-cover-wrap{padding-top:70%;height:100%}.ld-course-list-content.list-view .course-progress-wrap{max-width:450px}.ld-course-list-content.list-view .bb-course-footer{-ms-flex-flow:column-reverse;flex-flow:column-reverse;bottom:auto;top:16px;width:auto;right:auto;left:0}.ld-course-list-content.list-view .has-video-cover iframe{border-radius:0 var(--bb-block-radius) var(--bb-block-radius) 0}.ld-course-list-content.list-view .has-video-cover .fluid-width-video-wrapper{height:100%}.ld-course-list-content.list-view .bb-cover-list-item:not(.bb-course-no-content) .bb-cover-wrap{border-radius:0 var(--bb-block-radius) var(--bb-block-radius) 0}.ld-course-list-content.grid-view .bb-cover-list-item:not(.bb-course-no-content) .bb-cover-wrap{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}.learndash-pager{display:block;color:inherit;text-transform:none;font-size:inherit;font-weight:inherit;background-color:inherit;padding:0;border-radius:0;margin:0}.bb-courses-directory+#ld_categorydropdown{margin:-50px 0 15px}.bb-courses-directory+#ld_categorydropdown select{max-width:180px}.bb-courses-directory+#ld_categorydropdown label[for=ld_categorydropdown_select]{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.learndash-wrapper .bb-cover-list-item .ld-status{font-size:11px;border-radius:15px 0 0 15px;line-height:1;height:auto;text-transform:uppercase}.learndash-wrapper .bb-cover-list-item .bb-course-meta .item-avatar>img{max-width:100%}.learndash-wrapper .bb-cover-list-item .ld-progress.ld-progress-inline{margin:0;display:block}@media screen and (min-width:768px){.ld-course-list-items .col-md-2{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}}@media screen and (max-width:620px){.ld-course-list-content.list-view .bb-course-cover{-webkit-box-flex:0;-ms-flex:0 0 140px;flex:0 0 140px}}.ld-course-list-content.list-view .ld_course_grid .course{display:-webkit-box;display:-ms-flexbox;display:flex}.ld-course-list-content.list-view .ld_course_grid .course .bb-card-course-details,.ld-course-list-content.list-view .ld_course_grid .course .bb-course-cover{display:-webkit-box;display:-ms-flexbox;display:flex}.ld-course-list-content.list-view .ld_course_grid .course .bb-course-cover a{width:100%;border-radius:0 3px 3px 0}.ld-course-list-content .ld_course_grid .course .bb-card-course-details{padding:16px 20px}.ld-course-list-content .ld_course_grid .course .bb-card-course-details .ld_course_grid_button .btn{width:auto}@media screen and (max-width:420px){.ld-course-list-content .ld_course_grid .course .bb-card-course-details .bb-course-title{font-size:16px!important}}ul.bb-lms-user-profile-tabs{margin:0;list-style:none}ul.bb-lms-user-profile-tabs:after{content:"";clear:both;display:table}ul.bb-lms-user-profile-tabs li{float:right;margin:0 0 0 30px}ul.bb-lms-user-profile-tabs a{color:#939597;display:block;padding:15px 0;text-decoration:none;font-size:14px;border:0}ul.bb-lms-user-profile-tabs a:hover{color:var(--bb-headings-color)}ul.bb-lms-user-profile-tabs .selected a{color:var(--bb-headings-color);font-weight:600}ul.bb-lms-user-profile-tabs .hideshow li{float:none;margin:0}ul.bb-lms-user-profile-tabs .hideshow li a{display:block;font-weight:400;letter-spacing:-.24px;line-height:1;margin-bottom:1px;padding:.75rem .9375rem}ul.bb-lms-user-profile-tabs .sub-menu{top:50px}ul.bb-lms-user-profile-tabs .more-button.active:after{bottom:-10px}.single-badges .entry-content-wrap{padding:0}.single-badges .entry-meta{margin-bottom:30px}.single-badges .entry-img{display:none}.single-badges .achievement-wrap{padding:0;margin:0;border-top:0}.single-badges .badgeos-achievement-earned p,.single-badges .badgeos-feedback-response.success{border-radius:3px;padding:10px}.single-badges .achievement-wrap h4{clear:both;margin-top:50px;margin-bottom:15px;font-weight:500}#badge_list .bb-badge-wrap{background:#fff;border:1px solid #eef0f3;border-radius:4px;margin-bottom:10px;padding:20px}#badge_list .bb-badge-wrap img{max-width:64px;margin-left:20px}#badge_list .bb-badge-img{float:right}#badge_list .bb-badge-content{overflow:hidden}#badge_list .bb-badge-title{font-size:18px;font-weight:600;letter-spacing:0;line-height:1.5;margin-bottom:10px}#badge_list .bb-badge-title a{color:inherit}#badge_list .bb-badge-content{font-size:16px;color:#939597;letter-spacing:-.24px;line-height:1.5}#certificate_list>li{margin-bottom:20px}#certificate_list .bb-certificate-wrap{background-color:var(--bb-content-background-color);border:1px solid #eef0f3;border-radius:4px;height:100%;padding:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;position:relative}#certificate_list .bb-certificate-wrap:before{content:"";position:absolute;top:0;right:0;width:100%;height:35px;display:inline-block;background-color:#f5f6f7}#certificate_list .bb-certificate-wrap:after{content:"";position:absolute;top:5px;right:0;left:0;margin:0 auto;background:url(../images/svg/certificate-icon.svg);width:44px;height:50px}#certificate_list .bb-certificate-wrap:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1);z-index:1}#certificate_list .bb-certificate-content{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;padding-top:48px}#certificate_list .bb-certificate-title{font-size:20px;font-weight:600;letter-spacing:0;line-height:1.3;margin:0 0 25px;text-align:center}@media screen and (min-width:561px){#certificate_list .bb-certificate-title{min-height:72px}}#certificate_list .bb-certificate-title a{color:inherit;display:block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:50px;width:100%}#certificate_list .bb-certificate-title a:hover{color:var(--bb-primary-color)}#certificate_list .bb-certificate-title span{display:block;margin-bottom:0;font-weight:400;letter-spacing:-.13px;font-size:13px;color:var(--bb-alternate-text-color)}#certificate_list .bb-certificate-date{font-size:13px;color:var(--bb-headings-color);letter-spacing:-.22px;line-height:1;width:50%;float:right}#certificate_list .bb-certificate-date span{display:block;font-size:12px;margin-bottom:6px;color:var(--bb-alternate-text-color)}#certificate_list .bb-certificate-download{width:50%;float:right;text-align:left;margin-bottom:0;line-height:1}#certificate_list .bb-certificate-download a{font-size:0;position:relative;display:inline-block;padding-top:11px;letter-spacing:-.24px}#certificate_list .bb-certificate-download a:hover{color:var(--bb-primary-color)}#certificate_list .bb-certificate-download a i{font-size:25px;position:absolute;top:0;left:0}#certificate_list>li{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}@media screen and (max-width:1200px){#certificate_list>li{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}}@media screen and (max-width:998px){#certificate_list>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:640px){#certificate_list>li .bb-certificate-wrap{padding:25px 15px 15px}}@media screen and (max-width:560px){#certificate_list>li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.has-sidebar #certificate_list>li{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}@media screen and (max-width:1200px){.has-sidebar #certificate_list>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (min-width:800px) and (max-width:1000px){.has-sidebar #certificate_list>li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media screen and (max-width:640px){.has-sidebar #certificate_list>li .bb-certificate-wrap{padding:25px 15px 15px}}@media screen and (max-width:560px){.has-sidebar #certificate_list>li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.bb-leandash-profile-page .bb-profile-card-area{margin-top:65px}.bb-course-preview-wrap.bb-thumbnail-preview{display:block}.bb-profile-grid .bb-courses-header{margin:0}.bb-profile-grid .bb-secondary-list-tabs{margin:0 0 10px}.bb-leandash-profile-page .bb-profile-avatar a.bbp-profile-avatar-link{width:100%}.bb-leandash-profile-page .bb-profile-card div.cover-image-wrap{margin-top:0}.bb_profile_course_wrapper{padding:5px 0;margin-bottom:5px;border-bottom:1px solid var(--bb-content-border-color);font-size:15px}.bb_profile_course_wrapper a{color:var(--bb-headings-color)}.bb_profile_course_wrapper a:hover{color:var(--bb-primary-color)}.bb_profile_course_wrapper span.bb-learndash-profile-edit-course-link{-webkit-box-flex:0;-ms-flex:0 0 60px;flex:0 0 60px;max-width:60px;text-align:left}.bb_profile_course_wrapper span.bb-learndash-profile-edit-course-link a{color:#939597}.bb_profile_course_wrapper span.bb-learndash-profile-edit-course-link a:hover{color:#939597}.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt{padding:4px 15px;border-radius:var(--bb-button-radius);font-size:13px;height:37px;font-weight:400;background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);white-space:nowrap}.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt .ld-icon{margin-right:8px;position:relative;top:6px;color:var(--bb-alternate-text-color)}.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt .ld-icon-search{font-size:14px}.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt: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)}.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt:hover .ld-icon{color:var(--bb-secondary-button-text-hover)}.learndash-wrapper .ld-item-list .ld-section-heading .ld-expand-button{padding:4px 15px;border-radius:var(--bb-button-radius);font-size:13px;height:37px;background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);white-space:nowrap}.learndash-wrapper .ld-item-list .ld-section-heading .ld-expand-button:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.learndash-wrapper .ld-item-list .ld-section-heading .ld-expand-button .ld-icon{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;font-size:8px;color:var(--bb-alternate-text-color)}.learndash-wrapper .ld-item-list .ld-section-heading .ld-expand-button .ld-text{padding:0 0 0 8px}.learndash-wrapper .ld-item-list .ld-section-heading .ld-expand-button:hover{opacity:1;background-color:var(--bb-secondary-button-background-hover);color:var(--bb-secondary-button-text-hover);border:1px solid var(--bb-secondary-button-border-hover)}.learndash-wrapper .ld-item-list .ld-section-heading .ld-expand-button:hover .ld-icon{color:var(--bb-secondary-button-text-hover)}.learndash-wrapper #ld-profile .ld-item-list{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius)}.learndash-wrapper #ld-profile .ld-item-list .ld-section-heading{padding:10px 20px;-ms-flex-flow:wrap;flex-flow:wrap}.learndash-wrapper #ld-profile .ld-item-list .ld-section-heading h3{font-size:22px;font-weight:600;line-height:1.24}.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items>.ld-alert{margin-right:20px;margin-left:20px}.learndash-wrapper #ld-profile .ld-progress-label{color:var(--bb-headings-color);text-transform:none;font-size:14px}.learndash-wrapper #ld-profile .ld-item-search .ld-item-search-wrapper{border-radius:0;background-color:var(--bb-content-alternate-background-color);margin:0;padding:12px 20px}.learndash-wrapper #ld-profile .ld-item-search .ld-item-search-wrapper:before{background-color:var(--bb-content-alternate-background-color)}.learndash-wrapper #ld-profile .ld-item-search .ld-item-search-fields{margin-bottom:20px}.learndash-wrapper #ld-profile .ld-item-search .ld-item-search-fields input.ld-course-nav-field{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius);padding:0 30px;height:40px;line-height:40px;background-color:var(--bb-content-background-color)}.learndash-wrapper #ld-profile .ld-item-search .ld-item-search-fields input.ld-course-nav-field:focus{box-shadow:var(--bb-input-focus-shadow);border-color:var(--bb-input-focus-border-color)}.learndash-wrapper #ld-profile .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button{-webkit-transition:all linear .2s;transition:all linear .2s;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);line-height:1}.learndash-wrapper #ld-profile .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.learndash-wrapper #ld-profile .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-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);opacity:1}.learndash-wrapper #ld-profile .ld-item-search .ld-item-search-fields .ld-reset-button{background-color:transparent;color:var(--bb-alternate-text-color);font-weight:400}.learndash-wrapper #ld-profile .ld-item-search .ld-item-search-name>label{color:var(--bb-alternate-text-color)}.learndash-wrapper #ld-profile .ld-item-search .ld-closer{font-weight:400;font-size:11px;color:var(--bb-alternate-text-color)}.learndash-wrapper #ld-profile .ld-item-list .ld-expand-button.ld-mobile-only .ld-text{display:none}.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-item{margin-bottom:0}.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview{border-radius:0;padding:15px 20px}.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview .ld-course-title{font-weight:600}@media screen and (max-width:640px){.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview .ld-course-title{font-weight:500;font-size:14px}}@media screen and (max-width:640px){.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview{-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}.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview .ld-item-details{margin-right:5px}.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview .ld-item-details .ld-status{margin-left:0;text-transform:none;padding:0 6px;line-height:20px}}.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded{border-bottom:1px solid rgba(146,164,183,.05)}.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded .ld-progress{background:#fff;margin-bottom:0}.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded{margin-top:0}.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list-item-preview{padding:10px 0}.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list .ld-table-list-header{background-color:#fff;margin-bottom:10px}.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list .ld-table-list-items{background-color:#fff;font-size:1em}.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list .ld-table-list-item:first-child{border-top:0}.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list .ld-table-list-item{border-bottom:0}.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list .ld-table-list-column.ld-table-list-column-comments>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list .ld-table-list-column.ld-table-list-column-comments>a .ld-icon{margin-left:5px}@media screen and (max-width:800px){.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list .ld-table-list-column.ld-table-list-column-comments>a .ld-icon{margin-right:0}}.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-status{padding:4px 12px;display:inline-block}.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-icon{color:#939597}.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item:nth-child(odd) .ld-item-list-item-preview{background:var(--bb-content-alternate-background-color)}.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item:nth-child(even) .ld-item-list-item-preview{background:100% 0}.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item:nth-child(even) .ld-item-list-item-expanded:before{background:#fff}.learndash-wrapper #ld-profile .ld-status{text-transform:uppercase;font-weight:400;font-size:11px;line-height:inherit;padding:0 12px;letter-spacing:inherit}.learndash-wrapper #ld-profile .ld-status.ld-status-progress{background-color:var(--bb-primary-color);color:#fff}.learndash-wrapper #ld-profile .ld-item-list-item-preview .ld-status-icon{margin-right:10px}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details .ld-certificate-link{color:#939597}.learndash-wrapper #ld-profile .ld-item-list a.ld-item-name{padding:0 5px}@media screen and (min-width:800px){.learndash-wrapper #ld-profile .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column.ld-column-date,.learndash-wrapper #ld-profile .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column.ld-table-list-column-date,.learndash-wrapper #ld-profile .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column.ld-column-date,.learndash-wrapper #ld-profile .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column.ld-table-list-column-date{-webkit-box-flex:0;-ms-flex:0 1 190px;flex:0 1 190px}}.learndash-wrapper #ld-profile .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column,.learndash-wrapper #ld-profile .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column{text-align:right;font-size:1em}.learndash-wrapper #ld-profile .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column{text-transform:uppercase;font-size:12px;color:var(--bb-alternate-text-color)}.learndash-wrapper #ld-profile .ld-table-list .ld-table-list-items .ld-table-list-column{color:var(--bb-alternate-text-color)}.learndash-wrapper #ld-profile .ld-table-list .ld-table-list-header .ld-table-list-column{color:var(--bb-headings-color)}.learndash-wrapper #ld-profile .ld-item-list-item-expanded .ld-table-list .ld-table-list-item-preview{padding:12px 0}.learndash-wrapper #ld-profile .ld-item-list-item-expanded .ld-table-list .ld-table-list-item-preview .ld-table-list-title a{color:var(--bb-headings-color)}.learndash-wrapper #ld-profile .ld-item-list-item-expanded .ld-table-list .ld-table-list-item-preview .ld-table-list-title a:hover{color:var(--bb-primary-color)}.learndash-wrapper #ld-profile .ld-item-list-item-expanded .ld-item-contents{padding-top:1em;padding-bottom:1em}.learndash-wrapper #ld-profile .ld-item-list-item-expanded .ld-table-list.ld-quiz-list{margin:.5em 0;border-radius:0}.learndash-wrapper #ld-profile .ld-item-list-item-expanded .ld-table-list-header{text-transform:uppercase;font-size:12px;color:var(--bb-alternate-text-color)}.learndash-wrapper #ld-profile .ld-icon.ld-icon-assignment{color:#939597;font-size:20px}.learndash-wrapper #ld-profile .ld-icon.ld-icon-calendar{font-size:13px}.learndash-wrapper #ld-profile .ld-assignment-list .ld-status{padding-right:2px}.learndash-wrapper #ld-profile .ld-table-list-column.ld-table-list-column-stats .ld-icon.ld-icon-assignment{font-size:22px;font-weight:500}.learndash-wrapper #ld-profile .ld-table-list-column.ld-table-list-column-stats .ld-icon.ld-icon-assignment:before{content:"\e868"}.learndash-wrapper #ld-profile .ld-table-list-column.ld-table-list-column-certificate .ld-icon.ld-icon-certificate{color:#939597;font-size:18px}.learndash-wrapper #ld-profile .ld-status-icon.ld-status-incomplete{border:2px solid #dedfe2}.learndash-wrapper #ld-profile .ld-status-icon.ld-status-in-progress{border:2px solid #dedfe2;border-left-color:var(--bb-primary-color);border-bottom-color:var(--bb-primary-color);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background-color:transparent}@media screen and (min-width:800px){.learndash-wrapper #ld-profile .ld-table-list.ld-assignment-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column.ld-date-column{-webkit-box-flex:0;-ms-flex:0 1 180px;flex:0 1 180px}.learndash-wrapper #ld-profile .ld-table-list.ld-assignment-list .ld-table-list-column.ld-column-status,.learndash-wrapper #ld-profile .ld-table-list.ld-assignment-list .ld-table-list-column.ld-status-column{-webkit-box-flex:0;-ms-flex:0 1 250px;flex:0 1 250px}}.learndash-wrapper #ld-profile .ld-table-list.ld-assignment-list .ld-table-list-column.ld-comments-column{font-weight:400}.learndash-wrapper #ld-profile .ld-table-list.ld-assignment-list .ld-status{white-space:nowrap;display:inline-block}.learndash-wrapper #ld-profile .ld-table-list.ld-assignment-list .ld-icon.ld-icon-assignment{margin-left:5px}.learndash-wrapper #ld-profile .ld-profile-summary{margin-bottom:3em}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:0 20px 20px;margin-bottom:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;max-height:180px}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-heading{-ms-flex-item-align:end;align-self:flex-end;font-size:28px;color:var(--bb-headings-color);position:relative;bottom:55px}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar{border-radius:5px;margin-left:20px;position:relative;top:30px;width:180px;height:180px;border:5px solid #fff;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px var(--bb-content-border-color)}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar .avatar{border-radius:5px;max-width:none}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar+.ld-profile-edit-link{margin-top:15px}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-edit-link{-ms-flex-item-align:end;align-self:flex-end;padding:2px 12px;border-radius:var(--bb-button-radius);font-size:13px;margin-right:auto;position:relative;z-index:3;background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular)}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-edit-link:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-edit-link: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)}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-right:220px;position:relative;bottom:65px;z-index:2}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat{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-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:0;-ms-flex:none;flex:none;padding:0 15px;border-left:1px solid var(--bb-content-border-color)}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat:first-of-type{padding-right:0}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat:last-of-type{border-left:0;padding-left:0}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat strong{color:var(--bb-headings-color);margin:0 0 0 5px;font-size:20px}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat span{color:var(--bb-alternate-text-color);font-size:14px;line-height:1}@media screen and (max-width:992px){.learndash-wrapper #ld-profile .ld-profile-summary{margin-bottom:0}.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;max-height:none;padding-bottom:0}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-heading{bottom:90px}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-edit-link,.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-heading{-ms-flex-item-align:start;align-self:flex-start;margin-right:200px}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar{top:35px}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-edit-link{bottom:30px}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats{bottom:120px}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat span,.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat strong{font-size:14px}}@media screen and (max-width:800px){.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:50px;padding-top:30px}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar{top:0;margin-left:0}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-heading{bottom:0;margin:10px 0}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-edit-link,.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-heading{-ms-flex-item-align:center;align-self:center;margin-right:0;text-align:center}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-edit-link{bottom:0}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats{margin-right:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;bottom:45px}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat span,.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat strong{font-size:14px;line-height:140%}}@media screen and (max-width:640px){.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat{width:auto;margin-bottom:.5em!important}}@media screen and (max-width:500px){.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card{padding-bottom:150px}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar{width:170px;height:170px}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats{bottom:130px}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width:992px){.learndash-wrapper #ld-profile .ld-profile-summary+.ld-item-list{margin-top:0}}@media screen and (max-width:800px){.learndash-wrapper #ld-profile .ld-profile-summary+.ld-item-list{margin-top:10px}}@media screen and (max-width:500px){.learndash-wrapper #ld-profile .ld-profile-summary+.ld-item-list{margin-top:-80px}}.widget .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats{margin:0;-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;bottom:0}.widget .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;border:0}.widget .learndash-wrapper #ld-profile .ld-profile-summary{margin-top:0}.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;max-height:none;border:0;margin-top:0}.widget .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar{top:0;margin:0 auto}.widget .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-heading{bottom:0;-ms-flex-item-align:center;align-self:center}.widget .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-edit-link{position:static;-ms-flex-item-align:center;align-self:center;margin:0}.widget .learndash-wrapper #ld-profile .ld-item-list-item-preview .ld-status{margin-left:auto}.widget .learndash-wrapper #ld-profile .ld-item-list .ld-section-heading{padding-right:10px;padding-left:10px}.widget .learndash-wrapper #ld-profile .ld-status{padding:3px 8px}.widget .learndash-wrapper #ld-profile .ld-progress-label{font-size:12px}.widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview{-ms-flex-flow:wrap;flex-flow:wrap;padding-right:10px;padding-left:10px}.widget .ld-item-list .ld-item-list-item .ld-item-name{-webkit-box-flex:1;-ms-flex:1 1 85%;flex:1 1 85%;width:85%}.widget .ld-item-list .ld-item-list-item .ld-course-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;min-width:0}.widget .ld-item-list .ld-item-list-item .ld-item-details{min-width:100%;margin-top:5px}.widget .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-progress{padding:20px}.widget .ld-item-list .ld-item-list-item .ld-progress-stats{padding-left:0}.widget .ld-item-list .ld-section-heading .ld-search-prompt{height:auto;line-height:20px;padding:3px 10px}.widget .ld-item-list .ld-section-heading .ld-search-prompt .ld-icon{top:2px}.widget .ld-item-list .ld-section-heading .ld-expand-button{height:auto;line-height:20px;padding:3px 10px}.learndash-wrapper .ld-loading::before{border:3px solid rgba(0,0,0,.2);border-top-color:var(--bb-primary-color)}.lms-topic-sidebar-wrapper{background-color:var(--bb-body-background-color);box-shadow:inset 36px 0 40px -32px rgba(0,0,0,.05);-webkit-transition:margin-right .2s ease,margin-left .2s ease;transition:margin-right .2s ease,margin-left .2s ease;opacity:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow-x:hidden;overflow-y:auto;min-height:-webkit-calc(100vh - 76px);min-height:calc(100vh - 76px)}.lms-topic-sidebar-wrapper .ld-item-list-section-heading{padding:5px 25px 5px 30px}.lms-topic-sidebar-wrapper .ld-item-list-section-heading .ld-lesson-section-heading{color:var(--bb-headings-color);font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;font-size:15px;line-height:1.6875rem;margin-bottom:0}.lms-topic-sidebar-wrapper .lms-topic-sidebar-data{padding:15px 0;font-size:15px;position:fixed;right:0;-webkit-transition:right .2s ease,left .2s ease;transition:right .2s ease,left .2s ease;width:370px;height:100%;max-height:-webkit-calc(100% - 80px);max-height:calc(100% - 80px);overflow:auto;z-index:111}@media screen and (min-width:800px){.bb-buddypanel-left.buddypanel-open .lms-topic-sidebar-wrapper .lms-topic-sidebar-data{right:230px}.sfwd-single-sidebar-right .lms-topic-sidebar-wrapper .lms-topic-sidebar-data,.sfwd-single-sidebar-right.bb-buddypanel-left.buddypanel-open .lms-topic-sidebar-wrapper .lms-topic-sidebar-data,.sfwd-single-sidebar-right.bb-buddypanel-left:not(.buddypanel-open) .lms-topic-sidebar-wrapper .lms-topic-sidebar-data{right:inherit;left:0}.bb-buddypanel-right.buddypanel-open.sfwd-single-sidebar-right .lms-topic-sidebar-wrapper .lms-topic-sidebar-data{right:inherit;left:230px}.bb-buddypanel-right:not(.buddypanel-open).sfwd-single-sidebar-right .lms-topic-sidebar-wrapper .lms-topic-sidebar-data{right:inherit;left:0}.bb-buddypanel-right.buddypanel-open.sfwd-single-sidebar-left .lms-topic-sidebar-wrapper .lms-topic-sidebar-data,.bb-buddypanel-right:not(.buddypanel-open).sfwd-single-sidebar-left .lms-topic-sidebar-wrapper .lms-topic-sidebar-data{right:0;left:inherit}.bb-buddypanel-right.buddypanel-open.sfwd-single-sidebar-left.lms-side-panel-close .lms-topic-sidebar-wrapper .lms-topic-sidebar-data,.bb-buddypanel-right:not(.buddypanel-open).sfwd-single-sidebar-left.lms-side-panel-close .lms-topic-sidebar-wrapper .lms-topic-sidebar-data{right:-370px;left:inherit}}.elementor-header+.site-content .lms-topic-sidebar-data{background-color:var(--bb-body-background-color)}@media screen and (min-width:800px){.bb-buddypanel-left.buddypanel-open .lms-topic-sidebar-wrapper.lms-topic-sidebar-close .lms-topic-sidebar-data{right:-370px}.bb-buddypanel-left.buddypanel-open.sfwd-single-sidebar-right .lms-topic-sidebar-wrapper.lms-topic-sidebar-close .lms-topic-sidebar-data,.bb-buddypanel-left:not(.buddypanel-open).sfwd-single-sidebar-right .lms-topic-sidebar-wrapper.lms-topic-sidebar-close .lms-topic-sidebar-data,.bb-buddypanel-right.buddypanel-open.sfwd-single-sidebar-right .lms-topic-sidebar-wrapper.lms-topic-sidebar-close .lms-topic-sidebar-data,.bb-buddypanel-right:not(.buddypanel-open).sfwd-single-sidebar-right .lms-topic-sidebar-wrapper.lms-topic-sidebar-close .lms-topic-sidebar-data,.sfwd-single-sidebar-right .lms-topic-sidebar-wrapper.lms-topic-sidebar-close .lms-topic-sidebar-data{right:inherit;left:-370px}}.lms-topic-sidebar-wrapper .lms-links{border-top:1px solid var(--bb-content-border-color);margin:25px 30px 0;padding:25px 0 0}.lms-topic-sidebar-wrapper .lms-links ul{list-style:none;margin-right:0}.lms-topic-sidebar-wrapper .lms-links ul li{padding:5px 0}.lms-topic-sidebar-wrapper .lms-links ul li a{display:block;width:100%;text-align:center;line-height:40px;border:1px solid var(--bb-primary-color);border-radius:100px;color:var(--bb-primary-color);-webkit-transition:all linear .2s;transition:all linear .2s}.lms-topic-sidebar-wrapper .lms-links ul li a:hover{color:var(--bb-primary-color)}.lms-topic-sidebar-wrapper .lms-links ul li a i{margin:0 0 0 8px;position:relative;top:1px;font-size:16px}.lms-topic-sidebar-wrapper .bb-progress-bar{width:100%;height:3px;border-radius:3px;background-color:rgba(255,255,255,.4);position:relative;margin-bottom:10px}.lms-topic-sidebar-wrapper .bb-progress-bar span{background-color:#fff;height:100%;display:inline-block;position:absolute;border-radius:3px}.lms-topic-sidebar-wrapper .lms-items-loading{list-style:none;margin-right:30px}.lms-topic-sidebar-wrapper .lms-items-loading li{margin:8px 0}.lms-topic-sidebar-wrapper .lms-items-loading li a{display:inline-block}.lms-topic-sidebar-wrapper .lms-lessions-list ol .lms-item-wrapper{margin-right:-100px;padding-right:100px}.lms-topic-sidebar-wrapper .lms-lessions-list ol>li ol,.lms-topic-sidebar-wrapper .lms-lessions-list ol>li>ul{margin-bottom:0}.lms-topic-sidebar-wrapper .lms-lessions-list>ol{margin-right:47px}.lms-topic-sidebar-wrapper .lms-course-quizzes-list{margin-top:30px}.lms-topic-sidebar-wrapper .lms-course-quizzes-list .lms-course-quizzes-heading{font-size:15px;font-weight:600;letter-spacing:.6px;padding:20px 0 0;margin:0 30px 15px;border-top:1px solid var(--bb-content-border-color)}.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul{margin-right:0}.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul a{padding-right:30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.lms-topic-sidebar-wrapper .lms-course-quizzes-list ul .lms-item-wrapper{margin-right:-100px;padding-right:100px}.lms-topic-sidebar-wrapper .lms-count{background-color:rgba(0,0,0,.03);border-radius:100px;font-weight:500;padding:0 14px;font-size:11px;height:20px;line-height:20px;margin-right:10px}.lms-topic-sidebar-wrapper .lms-course-sidebar-heading{font-size:15px;letter-spacing:.6px;padding:20px 0 0;margin:0 30px 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.lms-topic-sidebar-wrapper .lms-course-groups-list{margin-bottom:20px}.lms-topic-sidebar-wrapper .lms-group-flag{margin:30px 0 10px}.lms-topic-sidebar-wrapper .lms-group-flag .group-flag-index{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:17px 30px;background:rgba(146,164,183,.1);-webkit-transition:.3s all;transition:.3s all}.lms-topic-sidebar-wrapper .lms-group-flag .group-flag-index>a{-webkit-box-flex:0;-ms-flex:0 0 53px;flex:0 0 53px;max-width:53px}.lms-topic-sidebar-wrapper .lms-group-flag .lms-flag-group-avatar{border-radius:4px;margin-left:15px;max-width:38px;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px var(--bb-content-border-color)}.lms-topic-sidebar-wrapper .lms-group-flag .lms-group-heading{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 77px);flex:0 0 -webkit-calc(100% - 77px);flex:0 0 calc(100% - 77px);max-width:-webkit-calc(100% - 77px);max-width:calc(100% - 77px)}.lms-topic-sidebar-wrapper .lms-group-flag .lms-group-heading span{display:block;line-height:1}.lms-topic-sidebar-wrapper .lms-group-flag .lms-group-heading a span{color:var(--bb-headings-color);font-size:16px;font-weight:500;-webkit-transition:.3s all;transition:.3s all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lms-topic-sidebar-wrapper .lms-group-flag .lms-group-heading a:hover span{color:var(--bb-primary-color)}.lms-topic-sidebar-wrapper .lms-group-flag .lms-group-heading>span{color:var(--bb-alternate-text-color);font-size:13px;margin-top:5px}.lms-topic-sidebar-wrapper .lms-group-flag .flag-group-exp{padding:5px;color:var(--bb-alternate-text-color);cursor:pointer;-webkit-box-flex:0;-ms-flex:0 0 24px;flex:0 0 24px;max-width:24px}.lms-topic-sidebar-wrapper .lms-group-flag.expanded .flag-group-exp i{-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1)}.lms-topic-sidebar-wrapper .course-group-list{list-style:none;margin:0;padding-top:15px;padding-bottom:15px;display:none}.lms-topic-sidebar-wrapper .course-group-list li{padding:8px 80px 8px 30px}.lms-topic-sidebar-wrapper .course-group-list img{max-width:32px;margin-left:15px;border-radius:5px}.lms-topic-sidebar-wrapper .course-group-list a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--bb-headings-color);-webkit-transition:.3s all;transition:.3s all}.lms-topic-sidebar-wrapper .course-group-list a:hover{color:var(--bb-primary-color)}.lms-topic-sidebar-wrapper .course-group-list a .lms-group-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lms-topic-sidebar-wrapper .group-exec-list{list-style:none;margin:0}.lms-topic-sidebar-wrapper .group-exec-list li{padding:0}.lms-topic-sidebar-wrapper .group-exec-list li>a{padding:10px 30px;-webkit-transition:.3s all;transition:.3s all}.lms-topic-sidebar-wrapper .group-exec-list li>a:hover{background:rgba(146,164,183,.1)}.lms-topic-sidebar-wrapper .group-exec-list img{max-width:38px;margin-left:15px}.lms-topic-sidebar-wrapper .group-exec-list a .lms-group-lead span{display:block;line-height:1;color:var(--bb-headings-color)}.lms-topic-sidebar-wrapper .group-exec-list a .lms-group-lead span:last-child{font-size:13px;color:var(--bb-alternate-text-color);margin-top:5px}.lms-topic-sidebar-wrapper .group-exec-list a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--bb-alternate-text-color)}.lms-topic-sidebar-wrapper .group-exec-list a:hover .lms-group-lead span{color:var(--bb-primary-color)}.lms-topic-sidebar-wrapper .group-exec-list a:hover .lms-group-lead span:first-child{color:var(--bb-primary-color)}.lms-topic-sidebar-wrapper .group-exec-list a:hover .lms-group-lead span:last-child{color:var(--bb-alternate-text-color)}.lms-topic-sidebar-wrapper .lms-course-members-list{margin-top:30px}.lms-topic-sidebar-wrapper .lms-course-members-list .lms-course-sidebar-heading{border-top:1px solid var(--bb-content-border-color)}.lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap{padding:0}.lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap>.list-members-extra{padding:15px 30px 0;display:inline-block}.lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap>.list-members-extra.lme-less{display:none}.lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap.expanded>.list-members-extra.lme-less{display:inline-block}.lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap.expanded>.list-members-extra.lme-more{display:none}.lms-topic-sidebar-wrapper .lms-course-members-list .list-members-extra i{margin-right:5px}.lms-topic-sidebar-wrapper .lms-course-members-list .expanded .list-members-extra i{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.lms-topic-sidebar-wrapper .lms-course-members-list .course-members-list{list-style:none;margin:0}.lms-topic-sidebar-wrapper .lms-course-members-list .course-members-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 30px}.lms-topic-sidebar-wrapper .lms-course-members-list .course-members-list img{max-width:28px;margin-left:10px}.lms-topic-sidebar-wrapper .lms-course-members-list .course-members-list.course-members-list-extra{display:none}.lms-topic-sidebar-wrapper .lms-course-members-list .course-members-list a{color:var(--bb-headings-color)}.lms-topic-sidebar-wrapper .lms-course-members-list .course-members-list a:hover{color:var(--bb-primary-color)}.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul,.lms-topic-sidebar-wrapper .lms-lessions-list>ol{margin-bottom:0}.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul>li a.bb-lesson-head,.lms-topic-sidebar-wrapper .lms-lessions-list>ol>li a.bb-lesson-head{color:var(--bb-headings-color)}.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul>li a.bb-lesson-head:hover,.lms-topic-sidebar-wrapper .lms-lessions-list>ol>li a.bb-lesson-head:hover{color:var(--bb-primary-color)}.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul>li.lms-is-locked:not(.bb-lms-is-sample) a,.lms-topic-sidebar-wrapper .lms-lessions-list>ol>li.lms-is-locked:not(.bb-lms-is-sample) a{pointer-events:none;cursor:default}.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul li.current>.lms-item-wrapper>a,.lms-topic-sidebar-wrapper .lms-lessions-list>ol li.current>.lms-item-wrapper>a{color:var(--bb-primary-color)}.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul .lms-sidebar-lesson-progression,.lms-topic-sidebar-wrapper .lms-lessions-list>ol .lms-sidebar-lesson-progression{color:#939597;font-size:13px;margin-left:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul .lms-sidebar-lesson-progression .bb-progress,.lms-topic-sidebar-wrapper .lms-lessions-list>ol .lms-sidebar-lesson-progression .bb-progress{margin-right:10px;position:relative;right:1px}.lms-topic-sidebar-wrapper ol.lms-topic-list{margin-bottom:1rem}.lms-topic-sidebar-wrapper ol.lms-topic-list .lms-topic-item .lms-quiz-list{margin-bottom:0}.lms-topic-sidebar-wrapper ol.lms-topic-list .lms-topic-item .lms-quiz-list li:last-child{padding-bottom:0}.lms-topic-sidebar-wrapper .lms-quiz-list{list-style:none;margin-right:0;margin-bottom:0}.lms-topic-sidebar-wrapper li .lms-item-wrapper{padding:12px 0;line-height:1.6;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.lms-topic-sidebar-wrapper li.current>.lms-item-wrapper{background-color:#f4f5f7}.lms-topic-sidebar-wrapper .lms-item-wrapper a{margin-left:auto;color:#939597}.lms-topic-sidebar-wrapper .lms-side-item-complete{font-size:18px;margin-left:20px}.lms-topic-sidebar-wrapper .lms-side-item-complete i[class*=" bb-icon-"],.lms-topic-sidebar-wrapper .lms-side-item-complete i[class^=bb-icon-]{font-size:20px}.lms-topic-sidebar-wrapper .lms-side-item-incomplete{color:var(--bb-content-border-color);margin-left:20px;margin-right:15px}.lms-topic-sidebar-wrapper .lms-side-item-incomplete i[class*=" bb-icon-"],.lms-topic-sidebar-wrapper .lms-side-item-incomplete i[class^=bb-icon-]{font-size:20px}.lms-topic-sidebar-wrapper .lms-lesson-progress-container{display:inline-block;width:20px;height:20px}@media only screen and (max-width:1200px) and (min-width:800px){body.bb-buddypanel.bb-sfwd-aside:not(.elementor-template-canvas) .elementor-section-boxed[style*=width],body.bb-buddypanel.bb-sfwd-aside:not(.elementor-template-canvas) .elementor-section-full_width[style*=width],body.bb-buddypanel.bb-sfwd-aside:not(.elementor-template-canvas) .elementor-section-stretched[style*=width],body.bb-buddypanel.buddypanel-open.bb-sfwd-aside:not(.elementor-template-canvas) .elementor-section-boxed[style*=width],body.bb-buddypanel.buddypanel-open.bb-sfwd-aside:not(.elementor-template-canvas) .elementor-section-full_width[style*=width],body.bb-buddypanel.buddypanel-open.bb-sfwd-aside:not(.elementor-template-canvas) .elementor-section-stretched[style*=width]{padding-right:0}}@media only screen and (max-width:1080px) and (min-width:800px){.buddypanel-open .lms-topic-sidebar-wrapper .lms-topic-sidebar-data{width:250px}.buddypanel-open .lms-topic-sidebar-wrapper{max-width:250px}.buddypanel-open .lms-topic-sidebar-wrapper.lms-topic-sidebar-close{margin-right:-250px}.buddypanel-open.bb-sfwd-aside:not(.lms-side-panel-close) .site>.elementor-location-header{padding-right:250px}}@media screen and (max-width:767px){#learndash-content div.lms-topic-sidebar-wrapper{max-width:350px;display:none}#learndash-content div.lms-topic-sidebar-wrapper.show-in-mobile{display:-webkit-box;display:-ms-flexbox;display:flex}.lms-topic-sidebar-wrapper{width:100%}.lms-topic-sidebar-wrapper .lms-topic-sidebar-data{width:100%;max-width:350px}}@media screen and (min-width:820px){.bb-single-course-sidebar{max-width:380px;-webkit-box-flex:0;-ms-flex:0 0 42%;flex:0 0 42%;margin-right:auto;position:relative;z-index:2}.bb-single-course-sidebar.bb-preview-wrap{margin-top:-260px}}.widget-area.course-widget-area{padding-top:0}.widget-area.course-widget-area .widget-title{font-size:13px;letter-spacing:.5px;border-bottom:1px solid #e6e7e8;margin:0 -15px 15px;padding:0 15px 15px}.widget .bb-course-filters:not(:last-child){margin-bottom:22px}.widget .bb-course-filters li{margin:0}.widget .bb-course-filters label{font-size:14px;color:#939597;letter-spacing:-.24px;display:block;margin:0 -15px 1px;padding:8px 15px}.widget .bb-course-filters .bs-styled-checkbox:checked+label{background:#f7fafe}.widget .bb-course-filters .bs-styled-checkbox+label:before{width:16px;height:16px}.widget .bb-course-filters .bs-styled-checkbox:checked+label:after{content:"\e876";display:inline-block;font:normal normal normal 14px/1 bb-icons;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);color:#fff;right:10px;font-size:26px;top:4px;box-shadow:none}.widget_ldcourseinfo #ld_course_info_mycourses_list .ld-course-info-my-courses{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.widget_ldcourseinfo #ld_course_info_mycourses_list .bb-cover-list-item{-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:0;border:0;background-color:transparent;box-shadow:none}.widget_ldcourseinfo #ld_course_info_mycourses_list .bb-cover-wrap{width:40px;height:40px;padding:0;border-radius:100%}.widget_ldcourseinfo #ld_course_info_mycourses_list .bb-card-course-details{padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.widget_ldcourseinfo #ld_course_info_mycourses_list .bb-card-course-details h2{font-size:14px;font-weight:500}.widget_ldcourseinfo #ld_course_info>h4{margin-bottom:15px;line-height:1.4;font-size:14px;color:var(--bb-alternate-text-color);stroke:var(--bb-alternate-text-color)}.widget_ldcourseinfo #course_progress_details a.learndash-profile-course-certificate-link{display:none}.widget_ldcourseinfo #course_progress_details .bb_profile_course_wrapper{font-size:0}.widget_ldcourseinfo #course_progress_details .bb_profile_course_wrapper .learndash-profile-course-title{font-size:14px}.widget_ldcourseinfo #course_progress_details .bb_profile_course_wrapper .learndash-profile-course-title strong{font-weight:400}.widget_ldcourseinfo #course_progress_details .bb_profile_course_wrapper .learndash-profile-course-access-label{display:none}.widget_ldcourseinfo #course_progress_details .bb_profile_course_wrapper .bb-learndash-profile-course-status{font-size:0;-webkit-box-flex:0;-ms-flex:0 0 95px;flex:0 0 95px;max-width:95px}.widget_ldcourseinfo #course_progress_details .bb_profile_course_wrapper .bb-learndash-profile-course-status .leardash-course-status{font-size:12px}.widget_ldcourseinfo #course_progress_details span.bb-learndash-profile-edit-course-link{-webkit-box-flex:0;-ms-flex:0 0 20px;flex:0 0 20px;max-width:20px;padding:0;margin-left:5px}.widget_ldcourseinfo #quiz_progress_details>p{font-size:12px}.widget_ldcourseinfo #quiz_progress_details span.bb-learndash-profile-edit-course-link{-webkit-box-flex:0;-ms-flex:0 0 20px;flex:0 0 20px;max-width:20px;padding:0;margin-left:5px}.widget_ldcourseinfo #quiz_progress_details .bb-ld-quiz-percentage{padding:0 5px;-webkit-box-flex:0;-ms-flex:0 0 45px;flex:0 0 45px;max-width:45px}.widget_ldcourseinfo #quiz_progress_details a.user_statistic{padding:0 5px;-webkit-box-flex:0;-ms-flex:0 0 70px;flex:0 0 70px;max-width:70px}.widget_sfwd-courses-widget li h4{margin-bottom:0;font-family:inherit;text-transform:none;font-size:14px;font-weight:400;padding:0;letter-spacing:0}.widget_sfwd-courses-widget ul li:last-of-type{margin-bottom:0}.elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .ld-user-status.ld-is-widget,.ld-sidebar-widgets .widget_lduserstatus .ld-user-status.ld-is-widget,.widget.widget_lduserstatus .ld-user-status.ld-is-widget{margin:0}.elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item:last-child,.ld-sidebar-widgets .widget_lduserstatus .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item:last-child,.widget.widget_lduserstatus .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item:last-child{padding-bottom:0}.elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus div.ld-item-list,.ld-sidebar-widgets .widget_lduserstatus div.ld-item-list,.widget.widget_lduserstatus div.ld-item-list{margin:0}.elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .ld-item-list-item-preview,.elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .learndash-wrapper .ld-item-list-item-preview,.ld-sidebar-widgets .widget_lduserstatus .ld-item-list-item-preview,.ld-sidebar-widgets .widget_lduserstatus .learndash-wrapper .ld-item-list-item-preview,.widget.widget_lduserstatus .ld-item-list-item-preview,.widget.widget_lduserstatus .learndash-wrapper .ld-item-list-item-preview{background:100% 0}.elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .ld-item-title,.ld-sidebar-widgets .widget_lduserstatus .ld-item-title,.widget.widget_lduserstatus .ld-item-title{display:block}.elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .ld-status-icon,.elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon,.ld-sidebar-widgets .widget_lduserstatus .ld-status-icon,.ld-sidebar-widgets .widget_lduserstatus .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon,.widget.widget_lduserstatus .ld-status-icon,.widget.widget_lduserstatus .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon{margin-left:10px}.elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .ld-section-heading,.ld-sidebar-widgets .widget_lduserstatus .ld-section-heading,.widget.widget_lduserstatus .ld-section-heading{margin-bottom:0}@media screen and (min-width:800px){.widget-area.course-widget-area{-webkit-box-flex:0;-ms-flex:0 0 280px;flex:0 0 280px;max-width:280px}}@media screen and (min-width:540px) and (max-width:799px){.widget-area.course-widget-area{-webkit-box-flex:0;-ms-flex:0 0 240px;flex:0 0 240px;max-width:240px}}.ld-sidebar-widgets ul{margin:0}.ld-sidebar-widgets .widget{margin-right:30px;margin-left:30px;background:100% 0;border:none;border-top:1px solid var(--bb-content-border-color);margin-bottom:0;border-radius:0;list-style:none;padding:1.25rem 0}.ld-sidebar-widgets .widget a{color:var(--bb-headings-color)}.ld-sidebar-widgets .widget a:hover{color:var(--bb-primary-color)}.ld-sidebar-widgets .widget a.favorite-toggle,.ld-sidebar-widgets .widget a.subscription-toggle{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color)}.ld-sidebar-widgets .widget a.favorite-toggle:focus,.ld-sidebar-widgets .widget a.subscription-toggle:focus{box-shadow:var(--bb-outline-button-focus-shadow)}.ld-sidebar-widgets .widget a.favorite-toggle:hover,.ld-sidebar-widgets .widget a.subscription-toggle: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);box-shadow:none}.ld-sidebar-widgets .widget a.favorite-toggle:active,.ld-sidebar-widgets .widget a.subscription-toggle: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);box-shadow:0 0 1px 2px rgba(0,0,0,.05),inset 0 0 0 2px rgba(0,0,0,.08)}.ld-sidebar-widgets .widget a.favorite-toggle.disabled,.ld-sidebar-widgets .widget a.favorite-toggle:disabled,.ld-sidebar-widgets .widget a.subscription-toggle.disabled,.ld-sidebar-widgets .widget a.subscription-toggle:disabled{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color);opacity:.5;pointer-events:none;cursor:default}.ld-sidebar-widgets .widget a.button:not(.logout-link,.wc-forward){background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)}.ld-sidebar-widgets .widget a.button:not(.logout-link,.wc-forward):focus{box-shadow:var(--bb-primary-button-focus-shadow)}.ld-sidebar-widgets .widget a.button:not(.logout-link,.wc-forward):hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}.ld-sidebar-widgets .widget a.button.wc-forward{color:#fff}.ld-sidebar-widgets .widget a.button.wc-forward:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}.ld-sidebar-widgets .widget:first-child{margin-top:15px}.ld-sidebar-widgets .widget h2.widgettitle{font-size:13px;color:var(--bb-headings-color);letter-spacing:.5px;margin:0;padding-bottom:15px;text-transform:uppercase}.ld-sidebar-widgets .widget h2.widgettitle .widget-num-count{padding:0 .25rem;color:var(--bb-alternate-text-color);margin-left:auto}.ld-sidebar-widgets .widget .llms-progress{margin:5px 0}.ld-sidebar-widgets .widget .textwidget h2,.ld-sidebar-widgets .widget .textwidget h3,.ld-sidebar-widgets .widget .textwidget h4,.ld-sidebar-widgets .widget .textwidget h5,.ld-sidebar-widgets .widget .textwidget h6{margin-bottom:10px}.ld-sidebar-widgets .bbp_widget_login h2.widgettitle,.ld-sidebar-widgets .widget_bp_core_login_widget h2.widgettitle{display:block;width:100%}.ld-sidebar-widgets .widget.buddypress div.item-options .selected{border-bottom:1px solid var(--bb-primary-color)}.ld-sidebar-widgets .widget ul h2 a,.ld-sidebar-widgets .widget ul h3 a,.ld-sidebar-widgets .widget ul h4 a,.ld-sidebar-widgets .widget ul h5 a,.ld-sidebar-widgets .widget ul h6 a{letter-spacing:unset}.lms-topic-sidebar-wrapper .ld-sidebar-widgets li.widget h2.widgettitle{text-transform:none;font-size:15px}#ld_course_info.ld_course_info #ld_course_info_mycourses_list .ld-course-info-my-courses{padding-bottom:0}.widget_ldcourseinfo .ld-course-info-my-courses>img{display:block;margin:0 0 10px}.widget_ldcourseinfo .ld-course-info-my-courses h2.ld-entry-title{font-size:14px;margin:0 0 10px;font-family:inherit}.widget_ldcourseinfo .ld-course-info-my-courses h2.ld-entry-title a{color:#939597}.widget_ldcourseinfo .ld-course-info-my-courses h2.ld-entry-title a:hover{color:var(--bb-primary-color)}.widget_ldcourseinfo .ld-courseregistered-content-container .ld-course-info-my-courses{padding:0 0 10px;margin:0 0 10px;border-bottom:1px solid var(--bb-content-border-color)}.widget .learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title{font-size:inherit}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button,.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview a.ld-lesson-item-preview-heading{color:#939597}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button:hover,.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview a.ld-lesson-item-preview-heading:hover{color:var(--bb-primary-color)}.bb-single-course-sidebar .ld-sidebar-widgets{margin:0;list-style:none}.bb-single-course-sidebar .ld-sidebar-widgets .widget{margin:15px 0;padding:15px 30px 25px;overflow:visible}.bb-single-course-sidebar .ld-sidebar-widgets .widget{box-shadow:0 32px 54px 0 rgba(0,0,0,.1);border-radius:var(--bb-block-radius);border:0;background-color:var(--bb-content-background-color)}.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap{margin:0 -30px;border-radius:5px 5px 0 0;overflow:hidden;position:relative;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}.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap audio{width:100%;background-color:#e2e7ed}.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap audio:focus{outline:0}.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap audio::-webkit-media-controls-panel{background-color:#e2e7ed;border-radius:0}.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap.bb-thumbnail-preview{display:block;height:0;padding-bottom:67.25%;position:relative;z-index:1}.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap.bb-thumbnail-preview img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover}.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap{padding:0}.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container{height:0;padding-bottom:56.25%;position:relative;z-index:1;background-color:var(--bb-cover-image-background-color)}.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay{position:absolute;z-index:2;color:#fff;text-align:center;width:100%;height:100%;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-transition:all linear .2s;transition:all linear .2s}.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay:hover .bb-course-play-btn{width:60px;height:60px;background-color:rgba(248,248,248,.9)}.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay:hover .bb-course-play-btn:after{border-color:transparent var(--bb-primary-color) transparent transparent}.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;z-index:3;margin:50px auto;font-size:13px;font-weight:500;text-shadow:0 1px 1px rgba(0,0,0,.3)}.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay .bb-course-play-btn-wrapper{width:60px;height:60px;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay .bb-course-play-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:50px;height:50px;background-color:rgba(248,248,248,.7);border-radius:100%;margin:auto;-webkit-transition:all linear .2s;transition:all linear .2s}.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay .bb-course-play-btn:after{content:"";display:inline-block;position:relative;right:2px;margin:auto;width:10px;height:10px;border-style:solid;border-width:6px 10px 6px 0;border-color:transparent #4d5c6d transparent transparent;-webkit-transition:all linear .2s;transition:all linear .2s}.ld-sidebar-widgets .widget_shopping_cart p.woocommerce-mini-cart__buttons{margin-bottom:0}.widget_ldcourseinfo h4{font-size:14px;text-transform:none;font-weight:600;letter-spacing:0;line-height:1.4;margin:0;padding-bottom:15px}.widget_ldcourseinfo .course_progress_details{margin-top:20px}.widget_ldcourseinfo .course_progress_details .learndash-profile-course-title a{color:var(--bb-headings-color)}.widget_ldcourseinfo .course_progress_details .learndash-profile-course-title a:hover{color:var(--bb-primary-color)}.widget_ldcourseinfo .course_progress_details .ld-course-progress-content-container>br{content:"";display:block;margin-bottom:15px}.widget_ldcourseinfo .course_progress_details .ld-course-progress-content-container>br:last-of-type{margin-bottom:0}.widget_ldcourseinfo .quiz_progress_details{margin-top:10px}.widget_ldcourseinfo .quiz_progress_details .ld-quiz-progress-content-container p:last-of-type{margin-bottom:0}.widget_ldcoursenavigation a.ld-home-link{text-decoration:none}.widget_ldcoursenavigation .ld-course-navigation-heading .ld-course-navigation-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.widget_ldcoursenavigation .ld-course-navigation-heading .ld-course-navigation-actions a,.widget_ldcoursenavigation .ld-course-navigation-heading .ld-course-navigation-actions span{font-size:13px;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;margin:0;line-height:1.2}.widget_ldcoursenavigation .ld-course-navigation-heading .ld-course-navigation-actions .ld-expand-button{margin-right:auto;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.widget_ldcoursenavigation .ld-course-navigation-heading .ld-course-navigation-actions .ld-expand-button .ld-text{white-space:nowrap}.widget_ldcoursenavigation .ld-lesson-item-preview .ld-expand-button{font-size:12px}.widget_ldcoursenavigation .ld-lesson-section-heading{color:var(--bb-headings-color)}.widget_ldcoursenavigation .ld-course-navigation .ld-lesson-item-expanded{border-radius:3px;background:#f8f8f8}.widget_ldcoursenavigation .ld-course-navigation .ld-lesson-item-expanded{margin:0}.widget_ldcoursenavigation .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview{padding:.5em 10px}.widget_ldcoursenavigation .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview .ld-topic-title{font-weight:400}.widget_ldcoursenavigation .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview .ld-topic-title:before{display:none}.widget_ldcoursenavigation .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview .ld-status-icon{margin-right:10px;margin-top:3px}.widget_ldcoursenavigation .learndash-wrapper .ld-status-icon.ld-status-complete .ld-icon-checkmark.ld-icon:before{font-size:8px}.widget_ldcoursenavigation .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading .ld-status-incomplete{border-color:var(--bb-content-border-color)}.widget_ldcoursenavigation .learndash-wrapper .ld-course-navigation .ld-status-icon{margin-top:1px}.widget_ldcoursenavigation .ld-course-navigation .ld-course-navigation-heading{border-bottom:1px solid var(--bb-content-border-color)}.widget_ldcoursenavigation .ld-course-navigation .ld-lesson-item{border-bottom:0}.widget_ldcoursenavigation .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading,.widget_ldcoursenavigation .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title{color:var(--bb-primary-color)}.widget_ldcoursenavigation .learndash-wrapper .ld-course-navigation-actions .ld-expand-button.ld-button-alternate{color:var(--bb-primary-color)}.lms-topic-sidebar-data .learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded::before{border-top-color:var(--bb-body-background-color)}.widget_ldcourseprogress .ld-progress{margin:0}.widget_ldcourseprogress .ld-progress .ld-progress-bar{margin-bottom:15px}.widget_ldcourseprogress .ld-progress-steps{margin-top:7px}.learndash-theme.single-sfwd-courses .widget_ldcourseprogress .ld-progress.ld-progress-inline .ld-progress-bar{height:4px}.learndash-theme.single-sfwd-courses .widget_ldcourseprogress .ld-progress .ld-progress-bar .ld-progress-bar-percentage{height:4px}.single-sfwd-courses .widget_ldcourseprogress .ld-progress .ld-progress-stats{color:var(--bb-alternate-text-color)}.widget_sfwd-lessons-widget li h4{font-family:inherit;font-size:14px;font-weight:400;padding:0;text-transform:none;letter-spacing:0;margin:0}.widget_sfwd-lessons-widget ul li:last-of-type{margin-bottom:0}.widget_sfwd-quiz-widget li h4{font-family:inherit;font-size:14px;font-weight:400;padding:0;text-transform:none;letter-spacing:0;margin:0}.widget_sfwd-quiz-widget ul li:last-of-type{margin-bottom:0}.widget_sfwd-certificates-widget li h4{font-family:inherit;font-size:14px;font-weight:400;padding:0;text-transform:none;letter-spacing:0;margin:0}.widget_sfwd-certificates-widget ul li:last-of-type{margin-bottom:0}.widget_lduserstatus h4{margin-bottom:0;text-transform:none;font-size:14px}.widget_lduserstatus .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title .ld-item-components,.widget_lduserstatus .learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name:hover .ld-item-title .ld-item-components{color:var(--bb-alternate-text-color);font-weight:400}.widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-components span{margin-bottom:0}.widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-components{margin-top:5px}.widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-title{color:var(--bb-headings-color);font-weight:500}.widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item{border-bottom:0;margin:5px 0;padding:5px 0}.widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list-items .ld-item-list-item:last-of-type{margin-bottom:0}.widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-pagination{margin-bottom:0}.widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-pagination .ld-pages{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:15px 0 0}.widget .learndash-course-grid-filter{max-width:100%;min-width:100%;background:100% 0;border:0;padding:0}.learndash-course-grid-filter .buttons .button{font-weight:inherit;font-size:13px}.learndash-course-grid-filter .buttons .button.blue{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)}.learndash-course-grid-filter .buttons .button.blue:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.learndash-course-grid-filter .buttons .button.blue:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}.learndash-course-grid-filter .buttons .button.grey{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);border-radius:var(--bb-button-radius)}.learndash-course-grid-filter .buttons .button.grey:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.learndash-course-grid-filter .buttons .button.grey: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)}[class*=bb-template-] .widget .learndash-course-grid-filter label{font-size:15px}.widget .learndash-course-grid-filter form input[type=range]{margin-top:0}.ld-sidebar-widgets li.widget .widgettitle a{color:var(--bb-primary-color)}.learndash-wrapper .widget a.next,.learndash-wrapper .widget a.prev{border-bottom:1px solid var(--bb-content-border-color)!important}.ld-sidebar-widgets .emojionearea .emojionearea-picker .emojionearea-wrapper{width:250px}.ld-sidebar-widgets .emojionearea .emojionearea-picker .emojionearea-search-panel .emojionearea-tones{display:none}.ld-sidebar-widgets .bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom,.ld-sidebar-widgets .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom{right:-100px;top:-340px;width:250px}.ld-sidebar-widgets .bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{top:340px;right:102px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.bb-template-v2 .ld-sidebar-widgets .bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{display:none}.ld-sidebar-widgets .bbp-topic-form .post-emoji:nth-child(2) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom,.ld-sidebar-widgets .post-emoji:nth-child(2) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom{right:-60px}.ld-sidebar-widgets .bbp-topic-form .post-emoji:nth-child(2) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after,.ld-sidebar-widgets .post-emoji:nth-child(2) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{right:62px}.ld-sidebar-widgets .bbp-topic-form .post-emoji:nth-child(3) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom,.ld-sidebar-widgets .post-emoji:nth-child(3) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom{right:-30px}.ld-sidebar-widgets .bbp-topic-form .post-emoji:nth-child(3) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after,.ld-sidebar-widgets .post-emoji:nth-child(3) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{right:33px}.ld-sidebar-widgets .gif-media-search-dropdown.open{right:-60px;bottom:40px;top:inherit;width:250px}.ld-sidebar-widgets .post-gif:nth-child(2) .gif-media-search-dropdown.open{right:-40px}.ld-sidebar-widgets .forums-attached-gif-container{max-width:295px;background-size:cover!important}.ld-sidebar-widgets .forums-attached-gif-container .gif-image-container img{display:none}.ld-sidebar-widgets #whats-new-toolbar .medium-editor-toolbar{background-color:var(--bb-body-background-color)}.ld-sidebar-widgets #whats-new-toolbar .medium-editor-toolbar.active{bottom:0}.ld-sidebar-widgets .bb-modal{background-color:transparent}.ld-sidebar-widgets #bbpress-forums .bs-single-forum-list>li{background-color:var(--bb-body-background-color)}.ld-sidebar-widgets .medium-editor-element,.ld-sidebar-widgets .medium-editor-placeholder{background-color:transparent}.widget_block .ld-course-list-items.row .learndash-wrapper .ld-item-list .ld-item-list-item{margin:0}.wpProQuiz_content .wpProQuiz_box,.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion,.wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion{text-align:center;background-color:transparent;border:0}.wpProQuiz_content .wpProQuiz_box>ol,.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion>ol,.wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion>ol{display:inline-block;overflow:hidden}.wpProQuiz_content .wpProQuiz_box>ol li,.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion>ol li,.wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion>ol li{width:40px;height:40px;line-height:38px;padding:0;background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color);border:0;font-weight:500;font-size:15px;border-radius:100%}.wpProQuiz_content .wpProQuiz_box>ol li.wpProQuiz_reviewQuestionTarget,.wpProQuiz_content .wpProQuiz_box>ol li.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionReview,.wpProQuiz_content .wpProQuiz_box>ol li.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionSolved,.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionTarget,.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionReview,.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionSolved,.wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionTarget,.wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionReview,.wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionSolved{color:#fff;background-color:var(--bb-primary-color);box-shadow:none;font-weight:500}.wpProQuiz_content .wpProQuiz_box>ol li.wpProQuiz_reviewQuestionSolved,.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionSolved,.wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionSolved{background-color:#f4f5f7;position:relative;color:inherit}.wpProQuiz_content .wpProQuiz_box>ol li.wpProQuiz_reviewQuestionSolved:after,.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionSolved:after,.wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionSolved:after{content:"";display:inline-block;width:13px;height:13px;background-color:var(--bb-success-color);border:2px solid var(--bb-content-background-color);border-radius:100%;position:absolute;top:-3px;left:-3px}.wpProQuiz_content .wpProQuiz_box>ol li.wpProQuiz_reviewQuestionReview,.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionReview,.wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionReview{position:relative}.wpProQuiz_content .wpProQuiz_box>ol li.wpProQuiz_reviewQuestionReview:after,.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionReview:after,.wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionReview:after{content:"";display:inline-block;width:13px;height:13px;border:2px solid var(--bb-content-background-color);border-radius:100%;position:absolute;top:-3px;left:-3px;background-color:var(--bb-warning-color)}.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSolvedCorrect,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedCorrect{background-color:var(--bb-success-color);color:#fff}.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSolvedIncorrect,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedIncorrect{background-color:var(--bb-danger-color);color:#fff}.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionReview,.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSkip,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionReview,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSkip{background-color:var(--bb-warning-color);color:#fff}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_AnswerCorrect{background-color:var(--bb-success-color)}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_Review{background-color:var(--bb-warning-color)}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_Answer{background-color:#f4f5f7;position:relative}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_Answer:after{content:"";display:inline-block;width:10px;height:10px;background-color:var(--bb-success-color);border:2px solid var(--bb-content-background-color);border-radius:100%;position:absolute;top:-3px;left:-3px}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_AnswerIncorrect{background-color:var(--bb-danger-color)}.wpProQuiz_content .wpProQuiz_reviewDiv{border-bottom:1px solid var(--bb-content-border-color)}.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion{overflow:auto}.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion ol li{margin-bottom:0;border-radius:100%;border:2px solid transparent;outline:0!important}.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion ol li.wpProQuiz_reviewQuestionTarget{border-color:var(--bb-primary-color)}.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewLegend .learndash-quiz-review-legend-item-current .wpProQuiz_reviewQuestion_Target{outline:0;border-radius:100%;box-shadow:none;background-color:var(--bb-primary-color)}.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewLegend ol li span{vertical-align:middle}.wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion{overflow:auto;background:100% 0;border:0}.wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion ol{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion ol li{padding:0;width:36px;height:36px;line-height:34px;border-radius:100%}.wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion{overflow:auto}.wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion ol li{margin-bottom:0;border-radius:100%;border:2px solid transparent;outline:0!important}.wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion ol li.wpProQuiz_reviewQuestionTarget{border-color:#235af3}.wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewLegend .learndash-quiz-review-legend-item-current .wpProQuiz_reviewQuestion_Target{outline:0;border-radius:100%;box-shadow:none;background-color:var(--bb-primary-color)}.wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewLegend ol li span{vertical-align:middle}.learndash-wrapper .wpProQuiz_content .wpProQuiz_box{background-color:transparent}.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li{color:var(--bb-headings-color);border-radius:100%}.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSolved:not(.wpProQuiz_reviewQuestionTarget){color:var(--bb-headings-color)}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect .wpProQuiz_sortable,.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect label{background-color:transparent;color:inherit;font-weight:400}.wpProQuiz_content>h2{font-size:18px;line-height:1.2;font-weight:700;margin:0 0 1.6875rem}.wpProQuiz_content .wpProQuiz_button2{border:1px solid var(--bb-primary-color);background:100% 0;color:var(--bb-primary-color);border-radius:100px;font-weight:500;min-height:34px;padding:6px 2em;box-shadow:none}.wpProQuiz_content .wpProQuiz_button2:active,.wpProQuiz_content .wpProQuiz_button2:focus,.wpProQuiz_content .wpProQuiz_button2:hover{background:100% 0;box-shadow:none}@media screen and (max-width:544px){.wpProQuiz_content .wpProQuiz_button2{float:none;margin-bottom:10px}}.wpProQuiz_content .wpProQuiz_TipButton{border:0;font-weight:500;padding:6px 2em}.wpProQuiz_content .wpProQuiz_TipButton:active,.wpProQuiz_content .wpProQuiz_TipButton:focus,.wpProQuiz_content .wpProQuiz_TipButton:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}.wpProQuiz_content .wpProQuiz_button{padding-right:2em;padding-left:2em;margin-bottom:10px}.wpProQuiz_content .wpProQuiz_question_page{font-size:12px;text-transform:uppercase;margin-bottom:30px}.wpProQuiz_content .wpProQuiz_listItem>h5.wpProQuiz_header{font-size:13px;text-transform:uppercase}.wpProQuiz_content .wpProQuiz_checkPage{margin:30px 0 0}.wpProQuiz_content .wpProQuiz_checkPage h4.wpProQuiz_header+p{font-size:12px;text-transform:uppercase}.wpProQuiz_content .wpProQuiz_reviewLegend li{font-size:12px}.wpProQuiz_content .wpProQuiz_reviewLegend li .wpProQuiz_reviewColor{border-radius:100%}.wpProQuiz_content .wpProQuiz_questionList{background-color:transparent;border:0;padding:0}.wpProQuiz_content .wpProQuiz_questionList li.wpProQuiz_questionListItem{background-color:var(--bb-content-background-color);min-width:100%}.wpProQuiz_content .wpProQuiz_questionList.ui-sortable li.wpProQuiz_questionListItem,.wpProQuiz_content .wpProQuiz_questionList[data-type=multiple] li.wpProQuiz_questionListItem,.wpProQuiz_content .wpProQuiz_questionList[data-type=single] li.wpProQuiz_questionListItem,.wpProQuiz_content .wpProQuiz_questionList[data-type=sort_answer] li.wpProQuiz_questionListItem{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner);padding:10px 20px;margin-bottom:8px}.wpProQuiz_content .wpProQuiz_questionList.ui-sortable li.wpProQuiz_questionListItem:last-child,.wpProQuiz_content .wpProQuiz_questionList[data-type=multiple] li.wpProQuiz_questionListItem:last-child,.wpProQuiz_content .wpProQuiz_questionList[data-type=single] li.wpProQuiz_questionListItem:last-child,.wpProQuiz_content .wpProQuiz_questionList[data-type=sort_answer] li.wpProQuiz_questionListItem:last-child{padding:10px 20px}.wpProQuiz_content .wpProQuiz_questionList.ui-sortable li.wpProQuiz_questionListItem label,.wpProQuiz_content .wpProQuiz_questionList[data-type=multiple] li.wpProQuiz_questionListItem label,.wpProQuiz_content .wpProQuiz_questionList[data-type=single] li.wpProQuiz_questionListItem label,.wpProQuiz_content .wpProQuiz_questionList[data-type=sort_answer] li.wpProQuiz_questionListItem label{padding:0;border:0}.wpProQuiz_content .wpProQuiz_questionList[data-type=multiple] li.wpProQuiz_questionListItem>span,.wpProQuiz_content .wpProQuiz_questionList[data-type=single] li.wpProQuiz_questionListItem>span{margin-left:5px}.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form{border:1px dashed var(--bb-content-border-color);border-radius:2px;padding:10px 10%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;background-color:transparent;min-width:100%}.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input[type=file]{width:140px;height:40px;opacity:0;overflow:hidden;position:absolute;z-index:0;right:0;top:0;left:0;bottom:0;margin:auto}.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input[placeholder]{text-overflow:ellipsis}.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form ::-webkit-input-placeholder{text-overflow:ellipsis}.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form :-ms-input-placeholder{text-overflow:ellipsis}.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form ::placeholder{text-overflow:ellipsis}.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input:placeholder{text-overflow:ellipsis}.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input[type=file]+label{font-size:15px;font-weight:400;color:#fff;background-color:var(--bb-primary-color);border:0;border-radius:20px;width:auto;text-align:center;padding:7px 20px;display:inline-block;float:none;cursor:pointer;margin:10px 0}.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input[type=file]+label:before{content:"\ee24";font:normal normal normal 18px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:10px}.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input[type=submit]{background-color:transparent;color:var(--bb-primary-color);border:1px solid var(--bb-primary-color);padding:10px 1em;font-size:15px;cursor:pointer;box-shadow:none;max-width:145px;font-weight:400;position:absolute;left:10%}.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input[type=submit]:hover{background-color:transparent!important;opacity:1!important}@media screen and (max-width:1200px){.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form{padding:10px 5% 20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input[type=file]{bottom:inherit;top:18px}.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input[type=submit]{position:static}}@media screen and (max-width:992px){.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.wpProQuiz_content .wpProQuiz_questionList textarea.wpProQuiz_questionEssay{width:100%}.wpProQuiz_content .wpProQuiz_sortable{background-color:transparent;border:0;box-shadow:none;position:relative;padding-top:0;padding-bottom:0}.wpProQuiz_content .wpProQuiz_sortable:after,.wpProQuiz_content .wpProQuiz_sortable:before{font-family:bb-icons;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:inline-block;content:"\ee5d";color:#c8cbcf;font-weight:300}.wpProQuiz_content .wpProQuiz_sortable:before{left:6px}[dir=rtl] .wpProQuiz_content .wpProQuiz_tipp>div:before{right:unset;left:8em}.wpProQuiz_content .wpProQuiz_tipp>div{background-color:#fff;border-radius:4px;box-shadow:0 3px 24px 0 rgba(18,43,70,.08);border:1px solid #e7eaec}.wpProQuiz_content .wpProQuiz_tipp>div .wpProQuiz_header{font-weight:500}.wpProQuiz_content .wpProQuiz_tipp>div p{font-size:15px}.wpProQuiz_content .wpProQuiz_listItem>.wpProQuiz_header+span{font-size:14px;font-weight:400;color:var(--bb-alternate-text-color)}.wpProQuiz_content .wpProQuiz_matrixSortString{background:100% 0;border:0;padding:0;overflow:initial}.wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable{overflow:hidden;padding-right:0;padding-left:0}.wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable li.wpProQuiz_sortStringItem{background-color:var(--bb-content-background-color);border-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius-inner);box-shadow:none;padding-right:40px;padding-left:25px;position:relative;font-size:15px;line-height:1.3}.wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable li.wpProQuiz_sortStringItem:after,.wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable li.wpProQuiz_sortStringItem:before{font-family:bb-icons;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:absolute;right:12px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:inline-block;content:"\ee5d";color:#c8cbcf;font-weight:300}.wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable li.wpProQuiz_sortStringItem:after{right:18px}.wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable li.wpProQuiz_sortStringItem.ui-sortable-helper{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color);color:#fff}.wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable .wpProQuiz_placehold{background-color:#fff;border:2px dashed #bdbdbd;border-radius:10px;min-height:100px;min-width:70px}.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer]{overflow:hidden;margin-right:-5px;margin-left:-5px}.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li{padding:0;margin:0 0 10px}.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li table td{border-color:var(--bb-content-border-color)}.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li table td .wpProQuiz_maxtrixSortText img{width:auto}.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li table td:first-child{border-bottom:0;border-radius:0 4px 4px 0;text-align:center}.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li table td:last-child{border-radius:4px 0 0 4px;border-top:0}.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li ul.wpProQuiz_maxtrixSortCriterion:not(:empty){height:auto!important;min-height:25px!important}.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li ul.wpProQuiz_maxtrixSortCriterion li.wpProQuiz_sortStringItem{background-color:#eef0f3;border-color:#eef0f3;box-shadow:none;padding:5px 40px 5px 25px;margin-right:0;margin-left:0;position:relative;font-size:15px;line-height:1.3}.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li ul.wpProQuiz_maxtrixSortCriterion li.wpProQuiz_sortStringItem:after,.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li ul.wpProQuiz_maxtrixSortCriterion li.wpProQuiz_sortStringItem:before{font-family:bb-icons;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:absolute;right:12px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:inline-block;content:"\ee5d";color:#c8cbcf;font-weight:300}.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li ul.wpProQuiz_maxtrixSortCriterion li.wpProQuiz_sortStringItem:after{right:18px}.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li ul.wpProQuiz_maxtrixSortCriterion li.wpProQuiz_sortStringItem.ui-sortable-helper{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color);color:#fff}.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li .wpProQuiz_placehold{background-color:#fff;border:2px dashed #bdbdbd;border-radius:10px;width:100%;min-height:100px}.wpProQuiz_content .wpProQuiz_cloze input[type=text]{border-color:#e7eaec;color:inherit}.wpProQuiz_content ul.wpProQuiz_questionList[data-type=assessment_answer] li label{margin-left:15px}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem .wpProQuiz_sortable{border:0;padding:0}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem .wpProQuiz_sortable:before{display:none}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem>table{border-width:1px;border-color:var(--bb-content-border-color)}.learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li table td:first-child{border-left-width:1px;border-color:var(--bb-content-border-color)}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem textarea.wpProQuiz_questionEssay{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius)}.wpProQuiz_content .wpProQuiz_results{text-align:center}.wpProQuiz_content .wpProQuiz_results h4.wpProQuiz_header{font-weight:700;font-size:20px}.wpProQuiz_content .wpProQuiz_results h4.wpProQuiz_header+p{font-weight:500}.wpProQuiz_content .wpProQuiz_results>p{font-size:15px}.wpProQuiz_content .wpProQuiz_results .wpProQuiz_quiz_time{color:var(--bb-alternate-text-color);font-weight:400}.wpProQuiz_content .wpProQuiz_results .wpProQuiz_graded_points{font-weight:400;color:var(--bb-alternate-text-color)}.wpProQuiz_content .wpProQuiz_results>div>.wpProQuiz_button{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);font-weight:500;min-height:34px;padding:6px 2em;box-shadow:none}.wpProQuiz_content .wpProQuiz_results>div>.wpProQuiz_button:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.wpProQuiz_content .wpProQuiz_results>div>.wpProQuiz_button:active,.wpProQuiz_content .wpProQuiz_results>div>.wpProQuiz_button:focus,.wpProQuiz_content .wpProQuiz_results>div>.wpProQuiz_button: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);box-shadow:none}.wpProQuiz_content .wpProQuiz_results .ld-quiz-actions{-ms-flex-wrap:wrap;flex-wrap:wrap}.wpProQuiz_content .wpProQuiz_results .quiz_continue_link{width:100%;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.wpProQuiz_content .wpProQuiz_results .quiz_continue_link a#quiz_continue_link{border-radius:var(--bb-button-radius);background:var(--bb-primary-color);font-size:.75em;padding-right:2em;padding-left:2em;-webkit-transition:all linear .2s;transition:all linear .2s;width:auto}.wpProQuiz_content .wpProQuiz_results .quiz_continue_link a#quiz_continue_link:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}.learndash-wrapper .wpProQuiz_content .wpProQuiz_response{color:var(--bb-body-text-color)}.wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_response{box-shadow:none;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner);padding:10px 20px 5px;background:var(--bb-content-alternate-background-color);min-height:auto}.wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_response p{margin-bottom:10px;font-size:15px}.wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_response span{font-weight:700;font-size:15px}.wpProQuiz_sending{text-align:center}.wpProQuiz_sending h4.wpProQuiz_header{font-weight:700;font-size:20px}.wpProQuiz_sending dd.course_progress{width:100%;border-radius:100px;box-shadow:none}.wpProQuiz_sending dd.course_progress div.course_progress_blue{background-color:var(--bb-primary-color)}#content li.wpProQuiz_questionListItem.wpProQuiz_answerCorrect,#content li.wpProQuiz_questionListItem.wpProQuiz_answerCorrectIncomplete{background-color:rgba(var(--bb-success-color-rgb),.1)}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect>table td{background-color:rgba(var(--bb-success-color-rgb),.1);border-color:var(--bb-success-color)}#content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li.wpProQuiz_questionListItem.wpProQuiz_answerCorrect{border-radius:4px}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect>table td .wpProQuiz_maxtrixSortCriterion,.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect>table td .wpProQuiz_maxtrixSortText{background-color:transparent;border-color:transparent;color:inherit}.wpProQuiz_content .wpProQuiz_forms table{width:100%}#wpProQuiz_user_content table{display:table;width:100%}#wpProQuiz_user_content table td,#wpProQuiz_user_content table th{padding:5px;box-sizing:border-box}.wpProQuiz_content .wpProQuiz_catOverview{text-align:right;margin-top:30px;margin-bottom:40px}.wpProQuiz_content .wpProQuiz_catOverview>h4{font-weight:700;font-size:20px}.wpProQuiz_content .wpProQuiz_catOverview span.wpProQuiz_catName{color:var(--bb-body-text-color);font-size:15px}.wpProQuiz_content .wpProQuiz_catOverview span.wpProQuiz_catPercent{font-weight:400;color:var(--bb-alternate-text-color);font-size:15px}.wpProQuiz_content .wpProQuiz_catOverview li{border-bottom-color:var(--bb-content-border-color)}.wpProQuiz_content .wpProQuiz_catOverview span{background-color:var(--bb-content-background-color)}.wpProQuiz_toplistTable{font-size:14px;border:0}.wpProQuiz_toplistTable caption{color:var(--bb-alternate-text-color)}.wpProQuiz_toplistTable thead tr{background:#fff;color:var(--bb-alternate-text-color)}.wpProQuiz_toplistTable thead tr th:first-child{text-align:right}.wpProQuiz_toplistTable thead tr th:nth-child(3){width:160px}.wpProQuiz_toplistTable thead tr th:last-child{text-align:left}.wpProQuiz_toplistTable th{background:#fff;border-bottom:1px solid var(--bb-content-border-color);font-weight:400}.wpProQuiz_toplistTable tbody td{font-weight:400;font-size:14px;color:var(--bb-alternate-text-color);padding:10px 5px}.wpProQuiz_toplistTable tbody td.wpProQuiz_toplistTrOdd{background-color:#fff}.wpProQuiz_toplistTable tbody td:first-child{font-weight:400;text-align:right;color:var(--bb-body-text-color)}.wpProQuiz_toplistTable tbody td:nth-child(2){color:var(--bb-body-text-color)}.wpProQuiz_toplistTable tbody td:last-child{text-align:left}@media screen and (max-width:544px){.wpProQuiz_toplistTable{font-size:13px}.wpProQuiz_toplistTable tbody td{font-size:13px}}@media screen and (max-width:800px){.learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li table td:first-child{width:45%}}.wpProQuiz_toplist{margin-bottom:10px!important}.wpProQuiz_content .wpProQuiz_addToplist{background-color:var(--bb-content-background-color);border:0;border-top:1px solid var(--bb-content-border-color);margin-bottom:10px}.wpProQuiz_content .wpProQuiz_addToplist>span{font-weight:400!important}.wpProQuiz_content .wpProQuiz_addToplist .wpProQuiz_addToplistMessage{border:0;background-color:var(--bb-success-color);color:#fff;border-radius:var(--bb-block-radius-inner);font-weight:400}.learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable{border:0}.wpProQuiz_content .wpProQuiz_resultTable{width:auto;border:0;font-weight:400}.wpProQuiz_content .wpProQuiz_resultTable table{font-size:15px}.wpProQuiz_content .wpProQuiz_resultTable table td,.wpProQuiz_content .wpProQuiz_resultTable table tr{display:inline-block}.wpProQuiz_content .wpProQuiz_resultTable table tr:nth-child(1) td:first-child:before{content:"";display:inline-block;width:10px;height:10px;margin-left:8px;border-radius:100%;background-color:#eccbff}.wpProQuiz_content .wpProQuiz_resultTable table tr:nth-child(2) td:first-child{padding-right:20px}.wpProQuiz_content .wpProQuiz_resultTable table tr:nth-child(2) td:first-child:before{content:"";display:inline-block;width:10px;height:10px;margin-left:8px;border-radius:100%;background-color:var(--bb-primary-color)}.wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultName{width:auto;border:0;padding:0 0 0 5px}.wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultValue div{box-shadow:none;border-radius:100px;background-color:var(--bb-primary-color);display:none}.learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultName{line-height:inherit}.learndash-wrapper .wpProQuiz_content .wpProQuiz_addToplist{border-color:var(--bb-default-notice-color);border-radius:var(--bb-block-radius-inner);background-color:rgba(var(--bb-default-notice-color-rgb),.1)}.learndash-wrapper .wpProQuiz_content .wpProQuiz_toplistTable th{background:var(--bb-content-alternate-background-color)}.wpProQuiz_content .wpProQuiz_addBox{overflow:hidden;margin:20px 0 0}.wpProQuiz_content .wpProQuiz_addBox>.wpProQuiz_button2{float:left;margin:0 0 10px 20px;padding:.5em 1em}.wpProQuiz_content .wpProQuiz_addBox label{font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:70%;margin:0 auto;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.wpProQuiz_content .wpProQuiz_addBox label input[type=email],.wpProQuiz_content .wpProQuiz_addBox label input[type=text]{min-width:80%;margin-right:10px;-webkit-box-flex:0;-ms-flex:0 0 80%;flex:0 0 80%}p.wpProQuiz_quiz_time{text-transform:uppercase}p.wpProQuiz_quiz_time>span{display:block;text-transform:none}.wpProQuiz_questionList[data-type=essay] input[type=submit]{margin:10px auto}.quiz_progress_container{max-width:250px;min-height:250px;margin:30px auto 15px;position:relative;display:none}.quiz_progress_container .quiz_progress_fix{z-index:1}.quiz_progress_container #quiz_shape_progress{z-index:3;stroke:var(--bb-primary-color)}.quiz_progress_container>svg{position:absolute;top:0;right:0;width:100%;overflow:visible}.quiz_progress_container .bb_avg_progress{max-width:230px;min-height:230px;margin:0 auto;position:relative;display:none}.quiz_progress_container .bb_avg_progress>svg{position:absolute;top:10px;right:0;width:100%;overflow:visible}.wpProQuiz_results .quiz_progress_container{display:block}.wpProQuiz_content .wpProQuiz_results .wpProQuiz_points{font-weight:500}.learndash-wrapper .wpProQuiz_graded_points,.learndash-wrapper .wpProQuiz_points{background-color:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);color:var(--bb-body-text-color);border-radius:var(--bb-block-radius-inner)}.learndash-wrapper .ld-quiz-actions{border-top:1px solid var(--bb-content-border-color)}.bb_progressbar_label{position:absolute;right:50%;top:58%;padding:0;margin:0;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);color:var(--bb-primary-color);font-size:2rem}.bb_progressbar_points{display:inline-block;width:61%;position:absolute;right:50%;top:38%;text-align:center;padding:0;margin:0;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);color:var(--bb-alternate-text-color);font-size:13px;line-height:1.5}.wpProQuiz_content .wpProQuiz_results>div>.wpProQuiz_button[name=restartQuiz]{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='bb-icon-rotate-cw'%3E%3Cpolyline points='23 4 23 10 17 10'%3E%3C/polyline%3E%3Cpath d='M20.49 15a9 9 0 1 1-2.12-9.36L23 10'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:14px center;background-size:18px 18px;background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);padding-right:45px;padding-left:15px;font-weight:400;min-width:160px}.wpProQuiz_content .wpProQuiz_results>div>.wpProQuiz_button[name=restartQuiz]:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.wpProQuiz_content .wpProQuiz_results>div>.wpProQuiz_button[name=restartQuiz]:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}.wpProQuiz_content .wpProQuiz_results .quiz_continue_link{margin-top:20px;margin-bottom:40px}#content .wpProQuiz_content .wpProQuiz_sortable{padding-left:30px}.wpProQuiz_content .wpProQuiz_time_limit .wpProQuiz_progress{background-color:var(--bb-primary-color);border-radius:10px}.wpProQuiz_modal_window{border-radius:5px}.wpProQuiz_modal_window:before{position:fixed;top:48px;left:59px;z-index:160000;content:"\e828";font-family:bb-icons;font-size:30px;font-weight:100;line-height:30px;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wpProQuiz_modal_window #wpProQuiz_overlay_close{font-size:1px;width:30px;height:30px;padding:0;opacity:0}[dir=rtl] .wpProQuiz_modal_window #wpProQuiz_overlay_close{left:59px;right:initial!important}.wpProQuiz_modal_window #wpProQuiz_loadUserData{margin-right:0!important;margin-left:0!important;border-radius:5px;background-color:rgba(247,186,69,.3)!important;border:0}.wpProQuiz_modal_window #wpProQuiz_user_content>h2{font-size:18px;margin-bottom:10px}.wpProQuiz_modal_window table thead{font-size:16px}.wpProQuiz_modal_window table tbody,.wpProQuiz_modal_window table tfoot{font-size:14px}.wpProQuiz_modal_window table th{font-weight:500;border-bottom:0}.wpProQuiz_modal_window table td,.wpProQuiz_modal_window table th{padding:10px}.wpProQuiz_modal_window table td p,.wpProQuiz_modal_window table th p{margin-bottom:10px}.wpProQuiz_modal_window table td:first-child,.wpProQuiz_modal_window table th:first-child{padding-right:10px}.wpProQuiz_modal_window table td:last-child,.wpProQuiz_modal_window table th:last-child{padding-left:10px}.wpProQuiz_modal_window table .categoryTr th{background-color:var(--bb-content-alternate-background-color);border-radius:5px}.wpProQuiz_modal_window table td[style="color: red;"],.wpProQuiz_modal_window table th[style="color: red;"]{color:var(--bb-danger-color)!important}.wpProQuiz_modal_window table td[style="color: green;"],.wpProQuiz_modal_window table th[style="color: green;"]{color:var(--bb-success-color)!important}.wpProQuiz_modal_window #wpProQuiz_user_content .wpProQuiz_response{background-color:var(--bb-content-alternate-background-color)!important;border:0!important;box-shadow:none!important;border-radius:5px;padding:10px}.wpProQuiz_modal_window #wpProQuiz_user_content .wpProQuiz_response p{margin-bottom:0}.wpProQuiz_modal_window #wpProQuiz_user_content .wpProQuiz_questionList{background-color:var(--bb-content-alternate-background-color)!important;border:1px solid var(--bb-content-border-color)!important;border-radius:5px}.wpProQuiz_modal_window #wpProQuiz_user_content .wpProQuiz_questionList li label{font-weight:400;font-size:14px}.wpProQuiz_modal_window #wpProQuiz_user_content .wpProQuiz_answerCorrect{background-color:var(--bb-success-color);border-radius:5px}.wpProQuiz_modal_window #wpProQuiz_user_content .wpProQuiz_answerIncorrect{border-radius:5px;border-color:var(--bb-danger-color)}#content li.wpProQuiz_questionListItem.wpProQuiz_answerIncorrect,#content li.wpProQuiz_questionListItem.wpProQuiz_answerIncorrect table{border-color:var(--bb-danger-color)}#quiz_progress_details>p{padding:5px 0 10px;margin-bottom:15px;border-bottom:1px solid var(--bb-content-border-color);font-size:15px}#quiz_progress_details>p:last-of-type{border-bottom:0}#quiz_progress_details p a{color:var(--bb-headings-color)}#quiz_progress_details p a:hover{color:var(--bb-primary-color)}#quiz_progress_details span.bb-ld-quiz-percentage{-webkit-box-flex:0;-ms-flex:0 0 60px;flex:0 0 60px;max-width:60px;text-align:left}#quiz_progress_details span.bb-learndash-profile-edit-course-link{-webkit-box-flex:0;-ms-flex:0 0 60px;flex:0 0 60px;max-width:60px;text-align:left}#quiz_progress_details span.bb-learndash-profile-edit-course-link a{color:#939597}#quiz_progress_details span.bb-learndash-profile-edit-course-link a:hover{color:#939597}.wpProQuiz_content li.wpProQuiz_listItem div.wpProQuiz_questionList_containers input[type=button]{padding:.15em 1em}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2{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);-webkit-transition:all linear .2s;transition:all linear .2s;font-weight:500;padding:.7em 1em}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:focus,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button:hover{opacity:1;background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:focus,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button:focus{opacity:1}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label.is-selected,.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label:focus-within{border-color:var(--bb-primary-color)}.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit{border-radius:4px;background-color:rgba(146,164,183,.2)}.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit .time{font-weight:400;color:inherit}.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit .wpProQuiz_progress{height:4px;background-color:var(--bb-primary-color)}.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit:before{height:4px}.wpProQuiz_content .wpProQuiz_results .quiz_continue_link a#quiz_continue_link{font-weight:400;padding:6px 2em}.bb-sfwd-aside .sfwd-quiz .learndash_content_wrap .ld-alert{margin-bottom:40px}#content ul.wpProQuiz_sortStringList.ui-sortable{background:var(--bb-content-alternate-background-color);padding:15px 10px!important;border-radius:var(--bb-block-radius-inner)}.learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList input.wpProQuiz_questionInput{width:auto}.learndash-wrapper .wpProQuiz_content input[type=checkbox].wpProQuiz_questionInput{min-width:12px;min-height:12px}.learndash-wrapper .wpProQuiz_content input.wpProQuiz_questionInput.bbstyled{opacity:0}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem .input-style{display:inline-block;vertical-align:middle;cursor:pointer;position:relative;overflow:hidden;width:22px;height:22px;line-height:1;background-color:#fff;border:2px solid #d6dce6;border-radius:4px;margin-right:-30px;margin-left:12px;-webkit-box-flex:0;-ms-flex:0 0 22px;flex:0 0 22px}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=assessment_answer] .input-style{margin-right:-20px;margin-left:10px}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=free_answer] label{padding:0;max-width:300px}.learndash-wrapper .wpProQuiz_content input[type=radio].wpProQuiz_questionInput+.input-style{border-radius:100%}.learndash-wrapper .wpProQuiz_content input[type=radio].wpProQuiz_questionInput.bbstyled:checked+span:after{content:"";background-color:var(--bb-primary-color);margin:auto;width:14px;position:absolute;height:14px;text-align:center;right:2px;top:2px;border-radius:100%}.learndash-wrapper .wpProQuiz_content input[type=checkbox].wpProQuiz_questionInput.bbstyled:checked+span{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color)}.learndash-wrapper .wpProQuiz_content input[type=checkbox].wpProQuiz_questionInput.bbstyled:checked+span:after{content:"\e876";font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;font-variant:normal;text-transform:none;width:100%;position:absolute;height:100%;text-align:center;color:#fff;line-height:1;font-size:27px;right:-4px;top:-4px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wpProQuiz_questionList[data-type=assessment_answer] .wpProQuiz_questionListItem label.is-selected:before,.wpProQuiz_questionList[data-type=multiple] .wpProQuiz_questionListItem label.is-selected:before,.wpProQuiz_questionList[data-type=single] .wpProQuiz_questionListItem label.is-selected:before{background-color:var(--bb-primary-color)}.wpProQuiz_questionList[data-type=multiple] .wpProQuiz_questionListItem label.is-selected:before{border-color:var(--bb-primary-color)}dd.course_progress{margin-right:0;margin-left:0;border-radius:100px;box-shadow:none}dd.course_progress div.course_progress_blue{background-color:var(--bb-primary-color)}#ld_course_info #ld_course_info_mycourses_list .ld-course-info-my-courses{padding-bottom:20px}#course_progress_details .bb_profile_course_wrapper:last-of-type{border-bottom:0}.bp-feedback.ld-feedback{color:var(--bb-body-text-color);border:1px solid var(--bb-content-border-color);margin:10px 0;position:relative;border-radius:3px;box-shadow:none;background-color:var(--bb-content-background-color)}.bp-feedback.ld-feedback .bp-icon{border-radius:0 3px 3px 0;background-color:var(--bb-primary-color)}.bp-feedback.ld-feedback p{font-size:14px;line-height:1.5;padding:10px 5px}.leardash-course-status-completed{color:var(--bb-success-color)}.learndash_checkout_buttons{margin:10px 0}.learndash_checkout_buttons .learndash_checkout_button{width:100%;max-width:100%;margin-left:0}.learndash_checkout_buttons .learndash_checkout_button input.ppalholder{display:none}.learndash_checkout_buttons form{margin-bottom:10px}#learndash_course_content>#learndash_course_content_title{font-size:16px;font-weight:600;letter-spacing:.6px;margin:0 0 20px;text-transform:uppercase}#learndash_course_content #learndash_lessons #lesson_heading{background-color:transparent;padding-right:0;padding-left:0}#learndash_course_content #learndash_lessons #lesson_heading span:first-child{font-size:16px;font-weight:600;letter-spacing:.6px;margin:0 0 20px}#learndash_course_content #learndash_lessons #lessons_list{font-size:15px}#learndash_course_content #learndash_lessons #lessons_list>div{border:0}#learndash_course_content #learndash_lessons #lessons_list>div div.list-count{border:0}#learndash_course_content #learndash_lessons #lessons_list h4,#learndash_course_content #learndash_lessons #lessons_list h4 a{font-size:15px;margin-bottom:0}#learndash_course_content #learndash_lessons #lessons_list h4 a{color:#939597;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:100% 0}#learndash_course_content #learndash_lessons #lessons_list h4 a:hover{color:var(--bb-headings-color);background-color:transparent}#learndash_course_content #learndash_lessons #lessons_list h4 a:hover.completed:after,#learndash_course_content #learndash_lessons #lessons_list h4 a:hover.notcompleted:after{color:var(--bb-headings-color)}#learndash_course_content #learndash_lessons #lessons_list h4 a.completed:after,#learndash_course_content #learndash_lessons #lessons_list h4 a.notcompleted:after{font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e875";margin-right:auto;margin-left:15px;color:var(--bb-headings-color)}#learndash_course_content #learndash_lessons #lessons_list h4 a.notcompleted:after{opacity:.2}.learndash_post_sfwd-lessons .notavailable_message{padding:100px;font-size:inherit}.learndash_post_sfwd-lessons .notavailable_message>span{text-transform:uppercase}.bb-sfwd-aside .elementor-location-single .elementor-section-boxed .elementor-container{max-width:100%}.bb-sfwd-aside .elementor-location-single .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap{padding:0}@media screen and (max-width:1200px){.bb-sfwd-aside .elementor-location-single .elementor-section.elementor-section-boxed>.elementor-container{padding-right:0;padding-left:0}}.bb-sfwd-aside:not(.lms-side-panel-close) .elementor-location-single>.elementor-section-wrap>.elementor-section{margin-right:370px}@media only screen and (max-width:1080px) and (min-width:800px){.bb-sfwd-aside:not(.lms-side-panel-close) .elementor-location-single>.elementor-section-wrap>.elementor-section{margin-right:250px}}.bb-sfwd-aside:not(.lms-side-panel-close) .elementor-location-single>.elementor-section-wrap>.elementor-section .lms-topic-sidebar-data{background-color:var(--bb-body-background-color)}.bb-sfwd-aside:not(.lms-side-panel-close) .elementor-location-single>.elementor-section-wrap>.elementor-section:has(#learndash-content){margin-right:0}@media screen and (max-width:767px){.bb-sfwd-aside:not(.lms-side-panel-close) .elementor-location-single #learndash-content .lms-topic-sidebar-wrapper{position:fixed!important;top:var(--bb-header-height)}.bb-sfwd-aside:not(.lms-side-panel-close) .elementor-location-single>.elementor-section-wrap>.elementor-section{margin-right:0}}@media screen and (max-width:767px){.bb-sfwd-aside:not(.lms-side-panel-close).admin-bar .elementor-location-single #learndash-content .lms-topic-sidebar-wrapper{margin-top:45px}}.bb-sfwd-aside.lms-side-panel-close .elementor-location-single>.elementor-section-wrap>.elementor-section{margin-right:0}.bb-sfwd-aside .elementor-location-single{background-color:var(--bb-content-background-color)}.bb-sfwd-aside .elementor-location-single .elementor-section .elementor-widget:not(.elementor-widget-theme-post-content){max-width:1180px;margin-right:auto;margin-left:auto}.bb-sfwd-aside .elementor-location-single .elementor-section .elementor-element-populated{padding-right:0;padding-left:0}.bb-sfwd-aside .elementor-location-single .elementor-widget-theme-post-content .lms-topic-sidebar-data{background-color:var(--bb-body-background-color)}@media screen and (min-width:767px){.bb-sfwd-aside:not(.lms-side-panel-close) .elementor-location-single .elementor-section .elementor-widget:not(.elementor-widget-theme-post-content){margin-right:370px}}.site-main .learndash-wrapper .ld-alert .ld-alert-icon{min-width:40px;min-height:40px;padding: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}.single.single-sfwd-lessons .entry-content-wrap{padding-top:0}#learndash-page-content .ld-focus-comments .ld-focus-comment:last-child{margin-bottom:2em}#learndash-page-content .ld-focus-comments .ld-comment-wrapper{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);margin-bottom:20px;padding:30px}#learndash-page-content .ld-focus-comments #commentform textarea#comment{background-color:transparent;border-width:1px;border-radius:3px}#learndash-page-content .ld-focus-comments #commentform .logged-in-as{display:none}#learndash-page-content .ld-focus-comments .ld-expand-button.ld-button-alternate{font-size:14px;color:var(--bb-primary-color)}#learndash-page-content .ld-focus-comments .comment-respond{padding:30px}#learndash-page-content .ld-focus-comments .comment-respond #reply-title{font-size:18px;font-weight:400;margin-bottom:25px}#learndash-page-content .ld-focus-comments .ld-focus-comments__heading{border-bottom:none}#learndash-page-content .ld-focus-comments .ld-focus-comments__heading .ld-focus-comments__header{color:var(--bb-headings-color);font-size:18px;font-weight:400;margin-bottom:0}#learndash-page-content .ld-focus-comments #ld-comments{margin-bottom:0}#learndash-page-content .ld-focus-comments .ld-comment-avatar .ld-comment-avatar-author a.ld-comment-permalink{line-height:normal;color:var(--bb-primary-color)}#learndash-page-content .ld-focus-comments .ld-comment-avatar .ld-comment-avatar-author .ld-comment-author-name{font-size:14px;margin-bottom:0}#learndash-page-content .ld-focus-comments .ld-comment-body{margin-right:60px}#learndash-page-content .ld-focus-comments .ld-comment-body p{margin-bottom:0}#learndash-page-content .ld-focus-comments .ld-comment-reply{margin:10px 0 0}#learndash-page-content .ld-focus-comments .ld-comment-reply a.comment-reply-link{background-color:transparent;padding:0;font-size:14px;color:#939597;font-weight:400;border-radius:0;letter-spacing:-.26px}#learndash-page-content .ld-focus-comments .comment .ld-comment-avatar{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}#learndash-page-content .ld-focus-comments .comment .ld-comment-avatar>img{max-width:42px;border:0}#learndash-page-content .ld-focus-comments .form-submit #submit{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);width:auto;padding:6px 20px;font-size:14px;min-height:34px;font-weight:500;border-radius:var(--bb-button-radius)}#learndash-page-content .ld-focus-comments .form-submit #submit:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}#learndash-page-content .ld-focus-comments .form-submit #submit: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)}.group-sidebar .group_courses ul.courses-group-list li.item-entry{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}@media screen and (max-width:992px){.group-sidebar .group_courses ul.courses-group-list li.item-entry{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:544px){.group-sidebar .group_courses ul.courses-group-list li.item-entry{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}#buddypress .dataTables_paginate .button{background:100% 0;box-shadow:none;color:var(--bb-primary-color);font-size:13px;padding:0;height:auto;min-height:1px;margin:10px 12px 0 0}#buddypress .dataTables_paginate .button.current{color:var(--bb-alternate-text-color)}#buddypress .dataTables_paginate .button:focus,#buddypress .dataTables_paginate .button:hover{color:var(--bb-primary-color);box-shadow:none}body.buddypress .buddypress-wrap .group_courses h3.course-name{margin-bottom:8px}body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt{font-size:13px;color:var(--bb-alternate-text-color);line-height:1.384;display:block;display:-webkit-box;max-height:2.72em;margin:-3px 0 20px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.group_courses ul.courses-group-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;padding-top:0;margin:0 -10px}.group_courses ul.courses-group-list li.item-entry{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;margin:0 0 20px;padding:0 10px}.group_courses ul.courses-group-list li.item-entry .list-wrap{height:100%;background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:4px}@media screen and (max-width:992px){.group_courses ul.courses-group-list li.item-entry{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:544px){.group_courses ul.courses-group-list li.item-entry{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.group_courses ul.courses-group-list li.item-entry .bb-course-meta .item-avatar{margin-left:10px}.group_courses ul.courses-group-list li.item-entry .item-avatar{float:none;margin:0}.group_courses ul.courses-group-list li.item-entry .item-avatar>a{border-radius:4px 4px 0 0;padding-top:52%;position:relative;overflow:hidden;display:block;background:var(--bb-cover-image-background-color)}.group_courses ul.courses-group-list li.item-entry .item-avatar>a img.photo{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover;border-radius:0;display:none}.group_courses ul.courses-group-list li.item-entry .item-avatar>a img.photo.wp-post-image{display:block}.group_courses ul.courses-group-list li.item-entry .item-avatar>a img.photo.no-photo{display:none}.group_courses ul.courses-group-list li.item-entry .item{padding:20px}.group_courses ul.courses-group-list .course-name a{color:inherit;font-weight:600;font-size:22px}.group_courses ul.courses-group-list .course-name a:hover{color:var(--bb-primary-color)}.group_courses ul.courses-group-list .bp-learndash-progress-bar p.bp-learndash-progress-bar-label{display:none}.group_courses ul.courses-group-list .bp-learndash-progress-bar progress{display:block;width:100%;border:0 none;background:var(--bb-content-border-color);height:3px;border-radius:3px}.group_courses ul.courses-group-list .bp-learndash-progress-bar progress::-moz-progress-bar{background-color:var(--bb-primary-color)}.group_courses ul.courses-group-list .bp-learndash-progress-bar progress::-webkit-progress-bar{background:100% 0}.group_courses ul.courses-group-list .bp-learndash-progress-bar progress::-webkit-progress-value{border-radius:3px;background-color:var(--bb-primary-color)}.group_courses ul.courses-group-list .bp-learndash-progress-bar progress::-ms-fill{background-color:var(--bb-primary-color)}.group_courses ul.courses-group-list .bp-learndash-progress-bar-percentage{display:block;color:var(--bb-alternate-text-color);font-size:13px;margin:5px 0 0;opacity:.8}#buddypress ul.courses-group-list .course-link{text-align:left;margin:5px 0}#buddypress ul.courses-group-list .course-link a.button{background-color:transparent;color:var(--bb-headings-color);box-shadow:none;font-size:14px;padding:0;line-height:1;height:auto;min-height:auto}#buddypress ul.courses-group-list .course-link a.button:after{content:"\e827";font-family:bb-icons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:none;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:5px;position:relative;top:1px}#buddypress ul.courses-group-list .course-link a.button:hover{color:var(--bb-primary-color)}.single-groups .groups .ld-course-status-segment .ld-status{line-height:30px;height:auto}.single-groups .groups .ld-course-status-segment form{margin-bottom:0}.single-groups .groups .ld-course-status-segment .learndash_checkout_button input.ppalholder{height:auto;vertical-align:middle;background-color:transparent;border:0}.single-groups .groups .ld-item-list .ld-item-list-items .ld-item-list-item-preview>a .ld-status-icon{margin-left:10px;margin-top:3px}.single-groups .groups .user_has_no_access .ld-item-list-item-preview a.ld-item-name{cursor:pointer;pointer-events:auto}.single-groups .groups .learndash_post_groups .ld-group-courses .ld-item-list-item-preview .ld-item-details .ld-status.ld-status-progress{min-width:120px}.bb-leandash-profile-page .bb-profile-card{background:#fff;border:1px solid var(--bb-content-border-color);border-bottom:0}.bb-leandash-profile-page .bb-profile-avatar{margin-top:-45px;margin-right:30px;margin-bottom:20px}@media only screen and (max-width:768px){#content .bb-profile-avatar{margin-top:-45px;margin-right:0;margin-bottom:20px}}.bb-profile-items .profile-item .profile-title{font-weight:400;font-size:32px;margin-top:20px;margin-bottom:5px}.bb-profile-items .profile-item .profile-title a{color:var(--bb-headings-color)}@media only screen and (max-width:768px){.bb-profile-items .profile-item .profile-title{margin-top:0}}.bb-progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.bb-progress-circle{float:right;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;transition:width .6s ease}.bb-progress{width:22px;height:22px;line-height:22px;background:100% 0;margin:0 auto;box-shadow:none;position:relative}.bb-progress:after{content:"";width:100%;height:100%;border-radius:50%;border:2px solid #dedfe2;position:absolute;top:0;right:0}.bb-progress>span{width:50%;height:100%;overflow:hidden;position:absolute;top:0;z-index:1}.bb-progress .bb-progress-left{right:0}.bb-progress .bb-progress-circle{width:100%;height:100%;background:100% 0;border-width:2px;border-style:solid;position:absolute;top:0;border-color:var(--bb-primary-color)}.bb-progress .bb-progress-left .bb-progress-circle{right:100%;border-top-left-radius:11px;border-bottom-left-radius:11px;border-right:0;-webkit-transform-origin:center right;-ms-transform-origin:center right;transform-origin:center right;-webkit-animation:loading-2 1.5s linear forwards 1.8s;animation:loading-2 1.5s linear forwards 1.8s}.bb-progress .bb-progress-right{left:0}.bb-progress .bb-progress-right .bb-progress-circle{right:-100%;border-top-right-radius:11px;border-bottom-right-radius:11px;border-left:0;-webkit-transform-origin:center left;-ms-transform-origin:center left;transform-origin:center left;-webkit-animation:loading-1 1.8s linear forwards;animation:loading-1 1.8s linear forwards}.bb-progress .bb-progress-value{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:50%;font-size:36px;text-align:center;line-height:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;font-weight:300}.bb-progress .bb-progress-value div{margin-top:10px}.bb-progress .bb-progress-value span{font-size:12px;text-transform:uppercase}.ld-progress-bar{margin:0;height:4px;background:var(--bb-content-border-color)}.ld-progress-bar .ld-progress-bar-percentage{background:var(--bb-primary-color);height:4px;width:auto}.learndash-wrapper .ld-progress .ld-progress-bar{height:4px;background-color:var(--bb-content-border-color)}.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage{background:var(--bb-primary-color);height:4px;width:auto;border-radius:7px}.learndash-wrapper .ld-progress .ld-progress-stats{color:var(--bb-alternate-text-color);font-size:12px}.bb-progress[data-percentage="1"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-1 1.5s linear forwards;animation:loading-1 1.5s linear forwards}.bb-progress[data-percentage="1"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="2"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-2 1.5s linear forwards;animation:loading-2 1.5s linear forwards}.bb-progress[data-percentage="2"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="3"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-3 1.5s linear forwards;animation:loading-3 1.5s linear forwards}.bb-progress[data-percentage="3"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="4"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-4 1.5s linear forwards;animation:loading-4 1.5s linear forwards}.bb-progress[data-percentage="4"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="5"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-5 1.5s linear forwards;animation:loading-5 1.5s linear forwards}.bb-progress[data-percentage="5"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="6"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-6 1.5s linear forwards;animation:loading-6 1.5s linear forwards}.bb-progress[data-percentage="6"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="7"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-7 1.5s linear forwards;animation:loading-7 1.5s linear forwards}.bb-progress[data-percentage="7"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="8"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-8 1.5s linear forwards;animation:loading-8 1.5s linear forwards}.bb-progress[data-percentage="8"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="9"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-9 1.5s linear forwards;animation:loading-9 1.5s linear forwards}.bb-progress[data-percentage="9"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="10"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-10 1.5s linear forwards;animation:loading-10 1.5s linear forwards}.bb-progress[data-percentage="10"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="11"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-11 1.5s linear forwards;animation:loading-11 1.5s linear forwards}.bb-progress[data-percentage="11"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="12"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-12 1.5s linear forwards;animation:loading-12 1.5s linear forwards}.bb-progress[data-percentage="12"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="13"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-13 1.5s linear forwards;animation:loading-13 1.5s linear forwards}.bb-progress[data-percentage="13"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="14"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-14 1.5s linear forwards;animation:loading-14 1.5s linear forwards}.bb-progress[data-percentage="14"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="15"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-15 1.5s linear forwards;animation:loading-15 1.5s linear forwards}.bb-progress[data-percentage="15"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="16"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-16 1.5s linear forwards;animation:loading-16 1.5s linear forwards}.bb-progress[data-percentage="16"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="17"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-17 1.5s linear forwards;animation:loading-17 1.5s linear forwards}.bb-progress[data-percentage="17"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="18"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-18 1.5s linear forwards;animation:loading-18 1.5s linear forwards}.bb-progress[data-percentage="18"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="19"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-19 1.5s linear forwards;animation:loading-19 1.5s linear forwards}.bb-progress[data-percentage="19"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="20"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-20 1.5s linear forwards;animation:loading-20 1.5s linear forwards}.bb-progress[data-percentage="20"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="21"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-21 1.5s linear forwards;animation:loading-21 1.5s linear forwards}.bb-progress[data-percentage="21"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="22"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-22 1.5s linear forwards;animation:loading-22 1.5s linear forwards}.bb-progress[data-percentage="22"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="23"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-23 1.5s linear forwards;animation:loading-23 1.5s linear forwards}.bb-progress[data-percentage="23"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="24"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-24 1.5s linear forwards;animation:loading-24 1.5s linear forwards}.bb-progress[data-percentage="24"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="25"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-25 1.5s linear forwards;animation:loading-25 1.5s linear forwards}.bb-progress[data-percentage="25"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="26"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-26 1.5s linear forwards;animation:loading-26 1.5s linear forwards}.bb-progress[data-percentage="26"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="27"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-27 1.5s linear forwards;animation:loading-27 1.5s linear forwards}.bb-progress[data-percentage="27"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="28"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-28 1.5s linear forwards;animation:loading-28 1.5s linear forwards}.bb-progress[data-percentage="28"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="29"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-29 1.5s linear forwards;animation:loading-29 1.5s linear forwards}.bb-progress[data-percentage="29"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="30"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-30 1.5s linear forwards;animation:loading-30 1.5s linear forwards}.bb-progress[data-percentage="30"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="31"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-31 1.5s linear forwards;animation:loading-31 1.5s linear forwards}.bb-progress[data-percentage="31"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="32"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-32 1.5s linear forwards;animation:loading-32 1.5s linear forwards}.bb-progress[data-percentage="32"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="33"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-33 1.5s linear forwards;animation:loading-33 1.5s linear forwards}.bb-progress[data-percentage="33"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="34"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-34 1.5s linear forwards;animation:loading-34 1.5s linear forwards}.bb-progress[data-percentage="34"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="35"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-35 1.5s linear forwards;animation:loading-35 1.5s linear forwards}.bb-progress[data-percentage="35"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="36"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-36 1.5s linear forwards;animation:loading-36 1.5s linear forwards}.bb-progress[data-percentage="36"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="37"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-37 1.5s linear forwards;animation:loading-37 1.5s linear forwards}.bb-progress[data-percentage="37"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="38"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-38 1.5s linear forwards;animation:loading-38 1.5s linear forwards}.bb-progress[data-percentage="38"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="39"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-39 1.5s linear forwards;animation:loading-39 1.5s linear forwards}.bb-progress[data-percentage="39"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="40"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-40 1.5s linear forwards;animation:loading-40 1.5s linear forwards}.bb-progress[data-percentage="40"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="41"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-41 1.5s linear forwards;animation:loading-41 1.5s linear forwards}.bb-progress[data-percentage="41"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="42"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-42 1.5s linear forwards;animation:loading-42 1.5s linear forwards}.bb-progress[data-percentage="42"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="43"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-43 1.5s linear forwards;animation:loading-43 1.5s linear forwards}.bb-progress[data-percentage="43"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="44"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-44 1.5s linear forwards;animation:loading-44 1.5s linear forwards}.bb-progress[data-percentage="44"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="45"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-45 1.5s linear forwards;animation:loading-45 1.5s linear forwards}.bb-progress[data-percentage="45"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="46"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-46 1.5s linear forwards;animation:loading-46 1.5s linear forwards}.bb-progress[data-percentage="46"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="47"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-47 1.5s linear forwards;animation:loading-47 1.5s linear forwards}.bb-progress[data-percentage="47"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="48"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-48 1.5s linear forwards;animation:loading-48 1.5s linear forwards}.bb-progress[data-percentage="48"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="49"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-49 1.5s linear forwards;animation:loading-49 1.5s linear forwards}.bb-progress[data-percentage="49"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="50"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="50"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="51"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="51"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-1 1.5s linear forwards 1.5s;animation:loading-1 1.5s linear forwards 1.5s}.bb-progress[data-percentage="52"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="52"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-2 1.5s linear forwards 1.5s;animation:loading-2 1.5s linear forwards 1.5s}.bb-progress[data-percentage="53"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="53"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-3 1.5s linear forwards 1.5s;animation:loading-3 1.5s linear forwards 1.5s}.bb-progress[data-percentage="54"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="54"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-4 1.5s linear forwards 1.5s;animation:loading-4 1.5s linear forwards 1.5s}.bb-progress[data-percentage="55"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="55"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-5 1.5s linear forwards 1.5s;animation:loading-5 1.5s linear forwards 1.5s}.bb-progress[data-percentage="56"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="56"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-6 1.5s linear forwards 1.5s;animation:loading-6 1.5s linear forwards 1.5s}.bb-progress[data-percentage="57"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="57"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-7 1.5s linear forwards 1.5s;animation:loading-7 1.5s linear forwards 1.5s}.bb-progress[data-percentage="58"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="58"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-8 1.5s linear forwards 1.5s;animation:loading-8 1.5s linear forwards 1.5s}.bb-progress[data-percentage="59"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="59"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-9 1.5s linear forwards 1.5s;animation:loading-9 1.5s linear forwards 1.5s}.bb-progress[data-percentage="60"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="60"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-10 1.5s linear forwards 1.5s;animation:loading-10 1.5s linear forwards 1.5s}.bb-progress[data-percentage="61"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="61"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-11 1.5s linear forwards 1.5s;animation:loading-11 1.5s linear forwards 1.5s}.bb-progress[data-percentage="62"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="62"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-12 1.5s linear forwards 1.5s;animation:loading-12 1.5s linear forwards 1.5s}.bb-progress[data-percentage="63"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="63"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-13 1.5s linear forwards 1.5s;animation:loading-13 1.5s linear forwards 1.5s}.bb-progress[data-percentage="64"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="64"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-14 1.5s linear forwards 1.5s;animation:loading-14 1.5s linear forwards 1.5s}.bb-progress[data-percentage="65"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="65"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-15 1.5s linear forwards 1.5s;animation:loading-15 1.5s linear forwards 1.5s}.bb-progress[data-percentage="66"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="66"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-16 1.5s linear forwards 1.5s;animation:loading-16 1.5s linear forwards 1.5s}.bb-progress[data-percentage="67"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="67"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-17 1.5s linear forwards 1.5s;animation:loading-17 1.5s linear forwards 1.5s}.bb-progress[data-percentage="68"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="68"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-18 1.5s linear forwards 1.5s;animation:loading-18 1.5s linear forwards 1.5s}.bb-progress[data-percentage="69"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="69"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-19 1.5s linear forwards 1.5s;animation:loading-19 1.5s linear forwards 1.5s}.bb-progress[data-percentage="70"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="70"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-20 1.5s linear forwards 1.5s;animation:loading-20 1.5s linear forwards 1.5s}.bb-progress[data-percentage="71"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="71"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-21 1.5s linear forwards 1.5s;animation:loading-21 1.5s linear forwards 1.5s}.bb-progress[data-percentage="72"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="72"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-22 1.5s linear forwards 1.5s;animation:loading-22 1.5s linear forwards 1.5s}.bb-progress[data-percentage="73"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="73"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-23 1.5s linear forwards 1.5s;animation:loading-23 1.5s linear forwards 1.5s}.bb-progress[data-percentage="74"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="74"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-24 1.5s linear forwards 1.5s;animation:loading-24 1.5s linear forwards 1.5s}.bb-progress[data-percentage="75"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="75"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-25 1.5s linear forwards 1.5s;animation:loading-25 1.5s linear forwards 1.5s}.bb-progress[data-percentage="76"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="76"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-26 1.5s linear forwards 1.5s;animation:loading-26 1.5s linear forwards 1.5s}.bb-progress[data-percentage="77"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="77"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-27 1.5s linear forwards 1.5s;animation:loading-27 1.5s linear forwards 1.5s}.bb-progress[data-percentage="78"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="78"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-28 1.5s linear forwards 1.5s;animation:loading-28 1.5s linear forwards 1.5s}.bb-progress[data-percentage="79"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="79"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-29 1.5s linear forwards 1.5s;animation:loading-29 1.5s linear forwards 1.5s}.bb-progress[data-percentage="80"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="80"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-30 1.5s linear forwards 1.5s;animation:loading-30 1.5s linear forwards 1.5s}.bb-progress[data-percentage="81"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="81"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-31 1.5s linear forwards 1.5s;animation:loading-31 1.5s linear forwards 1.5s}.bb-progress[data-percentage="82"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="82"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-32 1.5s linear forwards 1.5s;animation:loading-32 1.5s linear forwards 1.5s}.bb-progress[data-percentage="83"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="83"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-33 1.5s linear forwards 1.5s;animation:loading-33 1.5s linear forwards 1.5s}.bb-progress[data-percentage="84"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="84"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-34 1.5s linear forwards 1.5s;animation:loading-34 1.5s linear forwards 1.5s}.bb-progress[data-percentage="85"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="85"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-35 1.5s linear forwards 1.5s;animation:loading-35 1.5s linear forwards 1.5s}.bb-progress[data-percentage="86"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="86"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-36 1.5s linear forwards 1.5s;animation:loading-36 1.5s linear forwards 1.5s}.bb-progress[data-percentage="87"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="87"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-37 1.5s linear forwards 1.5s;animation:loading-37 1.5s linear forwards 1.5s}.bb-progress[data-percentage="88"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="88"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-38 1.5s linear forwards 1.5s;animation:loading-38 1.5s linear forwards 1.5s}.bb-progress[data-percentage="89"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="89"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-39 1.5s linear forwards 1.5s;animation:loading-39 1.5s linear forwards 1.5s}.bb-progress[data-percentage="90"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="90"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-40 1.5s linear forwards 1.5s;animation:loading-40 1.5s linear forwards 1.5s}.bb-progress[data-percentage="91"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="91"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-41 1.5s linear forwards 1.5s;animation:loading-41 1.5s linear forwards 1.5s}.bb-progress[data-percentage="92"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="92"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-42 1.5s linear forwards 1.5s;animation:loading-42 1.5s linear forwards 1.5s}.bb-progress[data-percentage="93"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="93"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-43 1.5s linear forwards 1.5s;animation:loading-43 1.5s linear forwards 1.5s}.bb-progress[data-percentage="94"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="94"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-44 1.5s linear forwards 1.5s;animation:loading-44 1.5s linear forwards 1.5s}.bb-progress[data-percentage="95"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="95"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-45 1.5s linear forwards 1.5s;animation:loading-45 1.5s linear forwards 1.5s}.bb-progress[data-percentage="96"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="96"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-46 1.5s linear forwards 1.5s;animation:loading-46 1.5s linear forwards 1.5s}.bb-progress[data-percentage="97"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="97"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-47 1.5s linear forwards 1.5s;animation:loading-47 1.5s linear forwards 1.5s}.bb-progress[data-percentage="98"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="98"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-48 1.5s linear forwards 1.5s;animation:loading-48 1.5s linear forwards 1.5s}.bb-progress[data-percentage="99"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="99"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-49 1.5s linear forwards 1.5s;animation:loading-49 1.5s linear forwards 1.5s}.bb-progress[data-percentage="100"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="100"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards 1.5s;animation:loading-50 1.5s linear forwards 1.5s}@-webkit-keyframes loading-1{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-3.6deg);transform:rotate(-3.6deg)}}@keyframes loading-1{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-3.6deg);transform:rotate(-3.6deg)}}@-webkit-keyframes loading-2{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-7.2deg);transform:rotate(-7.2deg)}}@keyframes loading-2{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-7.2deg);transform:rotate(-7.2deg)}}@-webkit-keyframes loading-3{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-10.8deg);transform:rotate(-10.8deg)}}@keyframes loading-3{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-10.8deg);transform:rotate(-10.8deg)}}@-webkit-keyframes loading-4{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-14.4deg);transform:rotate(-14.4deg)}}@keyframes loading-4{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-14.4deg);transform:rotate(-14.4deg)}}@-webkit-keyframes loading-5{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}}@keyframes loading-5{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}}@-webkit-keyframes loading-6{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-21.6deg);transform:rotate(-21.6deg)}}@keyframes loading-6{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-21.6deg);transform:rotate(-21.6deg)}}@-webkit-keyframes loading-7{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-25.2deg);transform:rotate(-25.2deg)}}@keyframes loading-7{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-25.2deg);transform:rotate(-25.2deg)}}@-webkit-keyframes loading-8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-28.8deg);transform:rotate(-28.8deg)}}@keyframes loading-8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-28.8deg);transform:rotate(-28.8deg)}}@-webkit-keyframes loading-9{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-32.4deg);transform:rotate(-32.4deg)}}@keyframes loading-9{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-32.4deg);transform:rotate(-32.4deg)}}@-webkit-keyframes loading-10{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-36deg);transform:rotate(-36deg)}}@keyframes loading-10{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-36deg);transform:rotate(-36deg)}}@-webkit-keyframes loading-11{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-39.6deg);transform:rotate(-39.6deg)}}@keyframes loading-11{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-39.6deg);transform:rotate(-39.6deg)}}@-webkit-keyframes loading-12{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-43.2deg);transform:rotate(-43.2deg)}}@keyframes loading-12{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-43.2deg);transform:rotate(-43.2deg)}}@-webkit-keyframes loading-13{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-46.8deg);transform:rotate(-46.8deg)}}@keyframes loading-13{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-46.8deg);transform:rotate(-46.8deg)}}@-webkit-keyframes loading-14{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-50.4deg);transform:rotate(-50.4deg)}}@keyframes loading-14{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-50.4deg);transform:rotate(-50.4deg)}}@-webkit-keyframes loading-15{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-54deg);transform:rotate(-54deg)}}@keyframes loading-15{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-54deg);transform:rotate(-54deg)}}@-webkit-keyframes loading-16{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-57.6deg);transform:rotate(-57.6deg)}}@keyframes loading-16{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-57.6deg);transform:rotate(-57.6deg)}}@-webkit-keyframes loading-17{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-61.2deg);transform:rotate(-61.2deg)}}@keyframes loading-17{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-61.2deg);transform:rotate(-61.2deg)}}@-webkit-keyframes loading-18{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-64.8deg);transform:rotate(-64.8deg)}}@keyframes loading-18{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-64.8deg);transform:rotate(-64.8deg)}}@-webkit-keyframes loading-19{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-68.4deg);transform:rotate(-68.4deg)}}@keyframes loading-19{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-68.4deg);transform:rotate(-68.4deg)}}@-webkit-keyframes loading-20{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-72deg);transform:rotate(-72deg)}}@keyframes loading-20{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-72deg);transform:rotate(-72deg)}}@-webkit-keyframes loading-21{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-75.6deg);transform:rotate(-75.6deg)}}@keyframes loading-21{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-75.6deg);transform:rotate(-75.6deg)}}@-webkit-keyframes loading-22{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-79.2deg);transform:rotate(-79.2deg)}}@keyframes loading-22{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-79.2deg);transform:rotate(-79.2deg)}}@-webkit-keyframes loading-23{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-82.8deg);transform:rotate(-82.8deg)}}@keyframes loading-23{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-82.8deg);transform:rotate(-82.8deg)}}@-webkit-keyframes loading-24{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-86.4deg);transform:rotate(-86.4deg)}}@keyframes loading-24{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-86.4deg);transform:rotate(-86.4deg)}}@-webkit-keyframes loading-25{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}}@keyframes loading-25{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}}@-webkit-keyframes loading-26{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-93.6deg);transform:rotate(-93.6deg)}}@keyframes loading-26{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-93.6deg);transform:rotate(-93.6deg)}}@-webkit-keyframes loading-27{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-97.2deg);transform:rotate(-97.2deg)}}@keyframes loading-27{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-97.2deg);transform:rotate(-97.2deg)}}@-webkit-keyframes loading-28{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-100.8deg);transform:rotate(-100.8deg)}}@keyframes loading-28{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-100.8deg);transform:rotate(-100.8deg)}}@-webkit-keyframes loading-29{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-104.4deg);transform:rotate(-104.4deg)}}@keyframes loading-29{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-104.4deg);transform:rotate(-104.4deg)}}@-webkit-keyframes loading-30{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-108deg);transform:rotate(-108deg)}}@keyframes loading-30{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-108deg);transform:rotate(-108deg)}}@-webkit-keyframes loading-31{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-111.6deg);transform:rotate(-111.6deg)}}@keyframes loading-31{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-111.6deg);transform:rotate(-111.6deg)}}@-webkit-keyframes loading-32{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-115.2deg);transform:rotate(-115.2deg)}}@keyframes loading-32{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-115.2deg);transform:rotate(-115.2deg)}}@-webkit-keyframes loading-33{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-118.8deg);transform:rotate(-118.8deg)}}@keyframes loading-33{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-118.8deg);transform:rotate(-118.8deg)}}@-webkit-keyframes loading-34{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-122.4deg);transform:rotate(-122.4deg)}}@keyframes loading-34{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-122.4deg);transform:rotate(-122.4deg)}}@-webkit-keyframes loading-35{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-126deg);transform:rotate(-126deg)}}@keyframes loading-35{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-126deg);transform:rotate(-126deg)}}@-webkit-keyframes loading-36{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-129.6deg);transform:rotate(-129.6deg)}}@keyframes loading-36{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-129.6deg);transform:rotate(-129.6deg)}}@-webkit-keyframes loading-37{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-133.2deg);transform:rotate(-133.2deg)}}@keyframes loading-37{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-133.2deg);transform:rotate(-133.2deg)}}@-webkit-keyframes loading-38{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-136.8deg);transform:rotate(-136.8deg)}}@keyframes loading-38{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-136.8deg);transform:rotate(-136.8deg)}}@-webkit-keyframes loading-39{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-140.4deg);transform:rotate(-140.4deg)}}@keyframes loading-39{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-140.4deg);transform:rotate(-140.4deg)}}@-webkit-keyframes loading-40{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-144deg);transform:rotate(-144deg)}}@keyframes loading-40{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-144deg);transform:rotate(-144deg)}}@-webkit-keyframes loading-41{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-147.6deg);transform:rotate(-147.6deg)}}@keyframes loading-41{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-147.6deg);transform:rotate(-147.6deg)}}@-webkit-keyframes loading-42{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-151.2deg);transform:rotate(-151.2deg)}}@keyframes loading-42{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-151.2deg);transform:rotate(-151.2deg)}}@-webkit-keyframes loading-43{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-154.8deg);transform:rotate(-154.8deg)}}@keyframes loading-43{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-154.8deg);transform:rotate(-154.8deg)}}@-webkit-keyframes loading-44{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-158.4deg);transform:rotate(-158.4deg)}}@keyframes loading-44{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-158.4deg);transform:rotate(-158.4deg)}}@-webkit-keyframes loading-45{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-162deg);transform:rotate(-162deg)}}@keyframes loading-45{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-162deg);transform:rotate(-162deg)}}@-webkit-keyframes loading-46{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-165.6deg);transform:rotate(-165.6deg)}}@keyframes loading-46{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-165.6deg);transform:rotate(-165.6deg)}}@-webkit-keyframes loading-47{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-169.2deg);transform:rotate(-169.2deg)}}@keyframes loading-47{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-169.2deg);transform:rotate(-169.2deg)}}@-webkit-keyframes loading-48{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-172.8deg);transform:rotate(-172.8deg)}}@keyframes loading-48{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-172.8deg);transform:rotate(-172.8deg)}}@-webkit-keyframes loading-49{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-176.4deg);transform:rotate(-176.4deg)}}@keyframes loading-49{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-176.4deg);transform:rotate(-176.4deg)}}@-webkit-keyframes loading-50{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}}@keyframes loading-50{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}}.learndash-wrapper .ld-file-upload{border-radius:4px;background-color:var(--bb-body-background-color)}.learndash-wrapper .ld-file-upload .ld-file-upload-heading{font-size:inherit}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label span{font-size:14px;color:var(--bb-alternate-text-color);font-weight:400}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label{border-top-left-radius:4px;border-bottom-left-radius:4px}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label strong{font-size:15px;font-weight:400}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label{border-top-right-radius:4px;border-bottom-right-radius:4px}.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-name .ld-item-title .ld-item-components span.ld-status-waiting,.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-name .ld-item-title .ld-item-components span.ld-status-waiting span.ld-icon{background-color:#dbbe1a;color:#fff!important}.learndash-wrapper .ld-status-waiting{background-color:#dbbe1a;color:#fff!important}.learndash-wrapper .ld-assignment-list .ld-status{line-height:inherit;font-size:12px;color:#fff;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}.learndash-wrapper .ld-assignment-list .ld-status .ld-icon{font-size:16px;margin-right:0;margin-left:3px}.learndash-wrapper .ld-assignment-list .ld-icon.ld-icon-comments{position:relative;bottom:1px}.learndash-wrapper .ld-table-list.ld-assignment-list .ld-table-list-items{overflow:visible}.ld-icon.ld-icon-comments,.ld-icon.ld-icon-delete,.ld-icon.ld-icon-download{font-family:bb-icons!important;font-size:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:6px;padding-bottom:0}.ld-icon.ld-icon-comments{font-size:24px}.ld-icon.ld-icon-download:before{content:"\ee57"}.ld-icon.ld-icon-delete:before{content:"\e828"}.ld-icon.ld-icon-comments:before{content:"\ee33"}article.sfwd-assignment{position:relative;z-index:1}article.sfwd-assignment a{word-break:break-word}body:not(.bb-dark-theme) .sfwd-light-mode{display:none}.bb-sfwd-aside.bb-dark-theme{background:#121212;color:#aaa}.bb-sfwd-aside.bb-dark-theme .comment-text{color:#aaa}.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-header .user-wrap a:hover,.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-inner .mobile-menu a:hover{color:#fff}.bb-sfwd-aside.bb-dark-theme.ld-in-focus-mode .learndash-wrapper{background-color:transparent}.bb-sfwd-aside.bb-dark-theme .sfwd-dark-mode{display:none}.bb-sfwd-aside.bb-dark-theme .h1,.bb-sfwd-aside.bb-dark-theme .h2,.bb-sfwd-aside.bb-dark-theme .h3,.bb-sfwd-aside.bb-dark-theme .h4,.bb-sfwd-aside.bb-dark-theme .h5,.bb-sfwd-aside.bb-dark-theme .h6,.bb-sfwd-aside.bb-dark-theme h1,.bb-sfwd-aside.bb-dark-theme h2,.bb-sfwd-aside.bb-dark-theme h3,.bb-sfwd-aside.bb-dark-theme h4,.bb-sfwd-aside.bb-dark-theme h5,.bb-sfwd-aside.bb-dark-theme h6{color:#fff}.bb-sfwd-aside.bb-dark-theme #quiz_progress_details p a,.bb-sfwd-aside.bb-dark-theme .ld-sidebar-widgets li.widget h2.widgettitle,.bb-sfwd-aside.bb-dark-theme .widget .item-list .item-title a,.bb-sfwd-aside.bb-dark-theme .widget.activity_update .activity-update p a:not(.activity-time-since),.bb-sfwd-aside.bb-dark-theme .widget.buddypress div.item-options .selected,.bb-sfwd-aside.bb-dark-theme .widget_ldcourseinfo .course_progress_details .learndash-profile-course-title a,.bb-sfwd-aside.bb-dark-theme .widget_ldcoursenavigation .ld-lesson-section-heading{color:#fff}.bb-sfwd-aside.bb-dark-theme .widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-title{color:#fff}.bb-sfwd-aside.bb-dark-theme .ld-sidebar-widgets .widget.buddypress div.item-options .selected{border-bottom-color:#ccc}.bb-sfwd-aside.bb-dark-theme .ld-course-navigation .course-entry-title,.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-table-list .ld-table-list-header,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .ld-item-list-section-heading .ld-lesson-section-heading{color:#fff}.bb-sfwd-aside.bb-dark-theme .site-header{background:#232323;box-shadow:0 3px 12px rgba(0,0,0,.05)}.bb-sfwd-aside.bb-dark-theme .site-header .bb-icon-close{color:#121212}.bb-sfwd-aside.bb-dark-theme.sticky-header .site-header{box-shadow:0 4px 1px -4px rgba(0,0,0,.22)}.bb-sfwd-aside.bb-dark-theme.sticky-header .site-header.has-scrolled{box-shadow:0 1px 0 0 rgba(0,0,0,.05),0 5px 10px 0 rgba(0,0,0,.15)}.bb-sfwd-aside.bb-dark-theme .site-header .header-aside-inner>a i{color:#fff}.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .bb-toggle-panel:hover{background:rgba(255,255,255,.15)}.bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a,.bb-sfwd-aside.bb-dark-theme .side-panel-menu a,.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu li:not(.current-menu-item) a{color:var(--bb-alternate-text-color);background-color:transparent}.bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a:hover,.bb-sfwd-aside.bb-dark-theme .side-panel-menu a:hover,.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu li:not(.current-menu-item) a:hover{color:#fff;background-color:transparent}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover>a{color:#aaa;background:rgba(255,255,255,.15)}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover>a:hover{color:#aaa;background:rgba(255,255,255,.15)}.bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu .current-menu-item>a,.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu .current-menu-item>a{color:#fff}.bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu .current-menu-item>a:hover,.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu .current-menu-item>a:hover{background-color:transparent}.bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu li:not(.current-menu-item) a i:not(.bb-icon-angle-down){opacity:1;color:#fff}.bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a{color:#fff;opacity:1}.bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a:hover{color:#fff}.bb-sfwd-aside.bb-dark-theme .learndash_next_prev_link a,.bb-sfwd-aside.bb-dark-theme .lms-header-instructor .bb-about-instructor h5 a{color:var(--bb-alternate-text-color)}.bb-sfwd-aside.bb-dark-theme .learndash_next_prev_link a:hover,.bb-sfwd-aside.bb-dark-theme .lms-header-instructor .bb-about-instructor h5 a:hover{color:#fff}.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-links ul li a{color:var(--bb-alternate-text-color);border-color:var(--bb-alternate-text-color)}.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-links ul li a:hover{color:#fff;border-color:#fff}.bb-sfwd-aside.bb-dark-theme .bb-quiz-list a,.bb-sfwd-aside.bb-dark-theme .bb-type-list.bb-lms-list-inside a{color:#fff}.bb-sfwd-aside.bb-dark-theme .bb-learndash-banner,.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-topic-status,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-topic-sidebar-data{background-color:#1c1c1c}.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .bb-ld-info-bar .ld-topic-status{background-color:transparent}.bb-sfwd-aside.bb-dark-theme #learndash-page-content,.bb-sfwd-aside.bb-dark-theme .bb-footer,.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-wrapper.left,.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-wrapper.left .bb-mobile-panel-inner,.bb-sfwd-aside.bb-dark-theme .buddypanel,.bb-sfwd-aside.bb-dark-theme .buddypanel #site-logo,.bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu a,.bb-sfwd-aside.bb-dark-theme .panel-head,.bb-sfwd-aside.bb-dark-theme div.bb-lms-header{background:#121212}.bb-sfwd-aside.bb-dark-theme #learndash-page-content,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper{border-bottom:0}.bb-sfwd-aside.bb-dark-theme .bb-footer{border-top:1px solid rgba(255,255,255,.1)}.bb-sfwd-aside.bb-dark-theme .header-search-wrap,.bb-sfwd-aside.bb-dark-theme .header-search-wrap input.search-field{background:#000;color:#fff}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li:hover{color:#fff}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li:hover.menu-item-has-children:after{color:#fff}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li:hover>a span,.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li:hover>a>i{color:#fff}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li.menu-item-has-children:after{color:#888}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li.menu-item>.ab-submenu:before{border-color:#232323 transparent transparent #232323}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu{background-color:#000}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu{background-color:#000}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item:hover>a{background:rgba(255,255,255,.15);color:#aaa}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item:hover>a>i{color:#aaa}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item.menu-item-has-children:after{color:#aaa}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item.menu-item-has-children:hover:after{color:#aaa}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item>a{color:#aaa}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item>a>i{color:#aaa}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item.menu-item.menu-item-has-children>a:after{color:#aaa}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li>a{color:#939597}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li>a>i{color:#fff}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li>a:hover{color:#fff}.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .more-button.active:after{border-color:#232323 transparent transparent #232323}.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu{background-color:#000}.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu a{color:#aaa}.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu li:hover>a{color:#aaa;background:rgba(255,255,255,.15)}.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu{background-color:#000}.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu,.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu:before{background-color:#000}.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu li:hover>a{color:#aaa;background:rgba(255,255,255,.15)}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu{background-color:#000}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .user-mention,.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu a,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu .user-mention,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a{color:#aaa}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu a:before,.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu a>i,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a:before,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a>i{color:#aaa}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover a:before,.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover>a,.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover>a>i,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover a:before,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover>a,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover>a>i{color:#aaa}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li.no-icon>a:before,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li.no-icon>a:before{color:#aaa}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu:before,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu:before{border-color:#232323 transparent transparent #232323}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper{background-color:transparent}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper:before{background-color:#000}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper .ab-submenu{background-color:#000;box-shadow:none}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .user-link{border-color:#333 transparent transparent #333}.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu{background-color:#000}.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a:hover,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover>a{background:rgba(255,255,255,.15)}.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li .wrapper .bb-sub-menu{background-color:#000}.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li .wrapper .bb-sub-menu a:hover{background:rgba(255,255,255,.15)}.bb-sfwd-aside.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link>i{color:#aaa}.bb-sfwd-aside.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link:hover .user-name,.bb-sfwd-aside.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link:hover>i{color:#fff}.bb-sfwd-aside.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-name{color:#fff}.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .primary-menu>li:hover>a:before{background:rgba(255,255,255,.1)}.bb-sfwd-aside.bb-dark-theme #learndash-page-content .sfwd-course-nav .learndash_next_prev_link a,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-course-navigation a.course-entry-link{background-color:rgba(146,164,183,.2)}.bb-sfwd-aside.bb-dark-theme #learndash-page-content .sfwd-course-nav .learndash_next_prev_link a:hover,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-course-navigation a.course-entry-link:hover{background-color:var(--bb-primary-color)}.bb-sfwd-aside.bb-dark-theme #learndash-page-content .sfwd-course-nav .learndash_next_prev_link span.empty-post{background-color:rgba(146,164,183,.1)}.bb-sfwd-aside.bb-dark-theme .lms-lesson-item.current>.bb-lesson-head,.bb-sfwd-aside.bb-dark-theme .lms-quiz-item.current>.bb-lms-title-wrap,.bb-sfwd-aside.bb-dark-theme .lms-topic-item.current>.bb-lms-title-wrap{background:#333}.bb-sfwd-aside.bb-dark-theme .lms-lesson-item.current>a .i-progress.i-progress-completed,.bb-sfwd-aside.bb-dark-theme .lms-quiz-item.current .i-progress.i-progress-completed,.bb-sfwd-aside.bb-dark-theme .lms-topic-item.current>a .i-progress.i-progress-completed{background-color:var(--bb-primary-color);color:#fff}.bb-sfwd-aside.bb-dark-theme .i-progress.i-progress-not-completed{color:#777}.bb-sfwd-aside.bb-dark-theme .bb-toggle-panel,.bb-sfwd-aside.bb-dark-theme .buddypanel .bb-toggle-panel,.bb-sfwd-aside.bb-dark-theme .side-panel-menu i,.bb-sfwd-aside.bb-dark-theme .site-header i,.bb-sfwd-aside.bb-dark-theme .user-wrap a.user-link{color:#fff}.bb-sfwd-aside.bb-dark-theme .bb-toggle-panel:hover,.bb-sfwd-aside.bb-dark-theme .bb-toggle-panel:hover i,.bb-sfwd-aside.bb-dark-theme .buddypanel .bb-toggle-panel:hover,.bb-sfwd-aside.bb-dark-theme .site-header #header-aside a.user-link:hover i,.bb-sfwd-aside.bb-dark-theme .user-wrap a.user-link:hover,.bb-sfwd-aside.bb-dark-theme .user-wrap a.user-link:hover i{color:#aaa}.bb-sfwd-aside.bb-dark-theme [data-balloon]:after{background:rgba(255,255,255,.95);box-shadow:none;color:#000}.bb-sfwd-aside.bb-dark-theme [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%22rgba(255,255,255,0.95)%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}.bb-sfwd-aside.bb-dark-theme [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%22rgba(255,255,255,0.95)%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}.bb-sfwd-aside.bb-dark-theme [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%22rgba(255,255,255,0.95)%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}.bb-sfwd-aside.bb-dark-theme [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%22rgba(255,255,255,0.95)%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}.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul li a,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-lessions-list>ol li a{color:#888}.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul li a:hover,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul li a:hover:before,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-lessions-list>ol li a:hover,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-lessions-list>ol li a:hover:before{color:#fff}.bb-sfwd-aside.bb-dark-theme .lms-topic-item:hover:before{color:#fff}.bb-sfwd-aside.bb-dark-theme .bb-progress:after{border-color:#939597}.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-side-item-incomplete{color:#939597}.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span a{color:#939597}.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span a:hover{color:#fff}.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-side-item-complete{color:#fff}.bb-sfwd-aside.bb-dark-theme .learndash_next_prev_link .next-link:last-child{border-color:#121212}.bb-sfwd-aside.bb-dark-theme .lms-topic-item.current:before,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .course-group-list a,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .group-exec-list a .lms-group-lead span:first-child,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-group-flag .lms-group-heading a span,.bb-sfwd-aside.bb-dark-theme li.lms-topic-item.current>.bb-title{color:var(--bb-headings-color)}.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-members-list .course-members-list a{color:#888}.bb-sfwd-aside.bb-dark-theme pre{background:#282a2c}.bb-sfwd-aside.bb-dark-theme label{color:#f8f8f8}.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-instructor .bb-about-instructor h5 a{color:#fff}.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-progress .course-progress-wrap,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-lessions-list>ol.bb-lessons-list>li.lms-lesson-item,.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_reviewDiv{border-bottom-color:#333}.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-members-list .lms-course-sidebar-heading,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-quizzes-list .lms-course-quizzes-heading,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-links{border-top-color:#333}.bb-sfwd-aside.bb-dark-theme .bb-separator{background:#333}.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_questionList li.wpProQuiz_questionListItem,.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_response,.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content ul.wpProQuiz_sortStringList>li{background-color:#121212;border-color:#333}.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .wpProQuiz_content .wpProQuiz_tipp>div:before,.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_tipp>div{background-color:#333;border-color:#333}.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li table td{border-color:#333}.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_catOverview span,.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input[type=file]+label{background-color:var(--bb-primary-color)}.bb-sfwd-aside.bb-dark-theme input[type=text],.bb-sfwd-aside.bb-dark-theme select,.bb-sfwd-aside.bb-dark-theme textarea{background-color:#333;border-color:#aaa;color:#aaa}.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem textarea.wpProQuiz_questionEssay{border-color:#aaa}.bb-sfwd-aside.bb-dark-theme .wpProQuiz_catOverview span.wpProQuiz_catPercent,.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_catOverview span.wpProQuiz_catName{color:#aaa}.bb-sfwd-aside.bb-dark-theme .lms-header-instructor .bb-about-instructor .bb-about-instructor-date:before{background-color:#aaa}.bb-sfwd-aside.bb-dark-theme #learndash-page-content .sfwd-course-nav .sfwd-course-expire i,.bb-sfwd-aside.bb-dark-theme .bb-lesson-head .bb-lesson-quizzes-count,.bb-sfwd-aside.bb-dark-theme .bb-lesson-head .bb-lesson-sidebar-ld-sep,.bb-sfwd-aside.bb-dark-theme .bb-lesson-head .bb-lesson-topics-count,.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-progress .ld-progress-stats,.bb-sfwd-aside.bb-dark-theme .lms-header-instructor .bb-about-instructor .bb-about-instructor-date,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-progress .course-completion-rate,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-progress .ld-progress-steps,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .group-exec-list a .lms-group-lead span:last-child,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-group-flag .lms-group-heading>span,.bb-sfwd-aside.bb-dark-theme span.bb-pages .bb-total{color:#aaa}.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .group-exec-list a .lms-group-lead span:first-child{color:var(--bb-headings-color)}.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_addToplist{background-color:transparent;border-top-color:#333}.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_addToplist .wpProQuiz_button2{margin-right:auto;margin-left:auto}.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-quiz-actions{border-top:1px solid #333}.bb-sfwd-aside.bb-dark-theme .comment-respond{background-color:#121212;border-color:#333}.bb-sfwd-aside.bb-dark-theme .comment-respond .comment-author{color:#fff}.bb-sfwd-aside.bb-dark-theme .comment-respond textarea{border-color:#333}.bb-sfwd-aside.bb-dark-theme .comment-respond input[type=submit].outline:disabled{background-color:#333}.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-table-list .ld-table-list-item .ld-table-list-title a{color:inherit}.bb-sfwd-aside.bb-dark-theme .comment-list .comment-body{background-color:#121212;border-color:#333;color:#aaa}.bb-sfwd-aside.bb-dark-theme .comment-list .comment-body .comment-author a.url{color:#fff}.bb-sfwd-aside.bb-dark-theme .comment-list .comment-body a.comment-date{color:#aaa}.bb-sfwd-aside.bb-dark-theme .comment-list .comment-body a.comment-date:hover{color:#fff}.bb-sfwd-aside.bb-dark-theme .bp-feedback.bp-sitewide-notice{background-color:rgba(146,164,183,.2);border-color:transparent}.bb-sfwd-aside.bb-dark-theme .bp-feedback.bp-sitewide-notice p{color:#939597}.bb-sfwd-aside.bb-dark-theme .bp-feedback.bp-sitewide-notice strong{color:#fff}.bb-sfwd-aside.bb-dark-theme .bp-feedback.bp-sitewide-notice button{color:#fff}.bb-sfwd-aside.bb-dark-theme #learndash-page-content .ld-focus-comments #commentform textarea#comment{background-color:#333;border:0}.bb-sfwd-aside.bb-dark-theme #learndash-page-content .ld-focus-comments .ld-comment-avatar .ld-comment-avatar-author .ld-comment-author-name{color:#fff}.bb-sfwd-aside.bb-dark-theme #learndash-page-content .ld-focus-comments .comment .ld-comment-wrapper{background-color:#121212;border:1px solid #333}.bb-sfwd-aside.bb-dark-theme #learndash-page-content .ld-focus-comments .ld-focus-comments__heading .ld-focus-comments__header{color:#fff}.bb-sfwd-aside.bb-dark-theme .buddypanel .site-branding{background-color:#121212}.bb-sfwd-aside.bb-dark-theme .widget_ldcoursenavigation .ld-course-navigation .ld-lesson-item-expanded{background-color:#121212}.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded::before{border-top-color:#1c1c1c}.bb-sfwd-aside.bb-dark-theme .widget_bp_core_members_widget #members-list .item-avatar a .member-status{border-color:#1c1c1c}.bb-sfwd-aside.bb-dark-theme .ld-sidebar-widgets li.widget{border-top-color:#333}.bb-sfwd-aside.bb-dark-theme .widget_ldcourseinfo .ld-courseregistered-content-container .ld-course-info-my-courses,.bb-sfwd-aside.bb-dark-theme .widget_ldcoursenavigation .ld-course-navigation .ld-course-navigation-heading{border-bottom-color:#333}.bb-sfwd-aside.bb-dark-theme .tribe_mini_calendar_widget .tribe-mini-calendar td,.bb-sfwd-aside.bb-dark-theme .tribe_mini_calendar_widget .tribe-mini-calendar th{background:#121212;color:#fff}.bb-sfwd-aside.bb-dark-theme .tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-othermonth{background:#121212;color:#fff}.bb-sfwd-aside.bb-dark-theme .tribe-mini-calendar-event .list-info h2.tribe-events-title a,.bb-sfwd-aside.bb-dark-theme .tribe_mini_calendar_widget .tribe-mini-calendar-event .list-info h2.tribe-events-title a,.bb-sfwd-aside.bb-dark-theme .tribe_mini_calendar_widget .tribe-mini-calendar-nav span,.bb-sfwd-aside.bb-dark-theme .tribe_mini_calendar_widget .tribe-mini-calendar-no-event,.bb-sfwd-aside.bb-dark-theme .type-tribe_events .tribe-mini-calendar-event .list-date .list-daynumber{color:#fff}.bb-sfwd-aside.bb-dark-theme .tribe-mini-calendar td,.bb-sfwd-aside.bb-dark-theme .tribe-mini-calendar th{border-color:#333}.bb-sfwd-aside.bb-dark-theme .type-tribe_events .tribe-mini-calendar-event{border-color:#333;background-color:#121212}.bb-sfwd-aside.bb-dark-theme .tribe-events-countdown-widget div.tribe-countdown-number{color:#fff}.bb-sfwd-aside.bb-dark-theme .woocommerce.widget_shopping_cart .total{border-top-color:#333}.bb-sfwd-aside.bb-dark-theme .widget .dropzone .dz-default{background-color:#333}.bb-sfwd-aside.bb-dark-theme .widget .dropzone .dz-default .dz-button:hover>strong,.bb-sfwd-aside.bb-dark-theme .widget .dropzone .dz-default .dz-button>strong{color:#aaa}.bb-sfwd-aside.bb-dark-theme .widget #whats-new-toolbar .emojionearea .emojionearea-button:before,.bb-sfwd-aside.bb-dark-theme .widget #whats-new-toolbar a [class*=" bb-icon-"]{color:#aaa}.bb-sfwd-aside.bb-dark-theme .widget #whats-new-toolbar .post-emoji .emojionearea.medium-editor-placeholder{padding:0}.bb-sfwd-aside.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active{background-color:#333;bottom:0}.bb-sfwd-aside.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b,.bb-sfwd-aside.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b:hover{color:#aaa}.bb-sfwd-aside.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b:before,.bb-sfwd-aside.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b:hover:before{color:#aaa}.bb-sfwd-aside.bb-dark-theme .select2-container .select2-dropdown{background:#000;border:1px solid #aaa}.bb-sfwd-aside.bb-dark-theme .select2-container--default .select2-results__option--highlighted[aria-selected]{background:#333}.bb-sfwd-aside.bb-dark-theme .entry-content .widget .bbp_topic_tags_wrapper li.select2-search{margin-bottom:0}.bb-sfwd-aside.bb-dark-theme .entry-content .widget .bbp-topic-form .bbp-the-content-wrapper,.bb-sfwd-aside.bb-dark-theme .entry-content .widget .bbp-topic-form .bbp_topic_tags_wrapper{background-color:#333;color:#aaa}.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading,.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title{color:#fff}.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .wpProQuiz_graded_points,.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .wpProQuiz_points{background-color:rgba(146,164,183,.2)}.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link .user-name{color:#aaa}.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link:hover .user-name{color:#fff}.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link:hover:before{background:rgba(255,255,255,.1)}.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children.selected .user-link:before{background:rgba(255,255,255,.1)}.bb-sfwd-aside.bb-dark-theme .site-header .bb-icon-close{color:#fff;background-color:rgba(146,164,183,.2)}.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-wrapper .bb-mobile-panel-header{background-color:#121212}.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-wrapper .bb-mobile-panel-header{background-color:#121212}.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-header .user-name{color:#fff}.bb-sfwd-aside.bb-dark-theme .elementor-location-single>.elementor-section-wrap>.elementor-section .lms-topic-sidebar-data{background-color:#1c1c1c}.ld-modal.ld-login-modal .ld-login-modal-register{background-color:var(--bb-primary-color)}.ld-modal.ld-login-modal .ld-login-modal-wrapper{max-width:360px;min-width:inherit;padding:45px 20px}.ld-modal.ld-login-modal .ld-login-modal-wrapper .ld-login-modal-branding>img{max-width:250px;height:auto}.ld-modal.ld-login-modal .ld-login-modal-branding{margin-bottom:20px}.ld-modal.ld-login-modal .ld-modal-closer{color:#0d0d0e}.ld-modal.ld-login-modal .ld-login-modal-form{margin:15px 0 0}.ld-modal.ld-login-modal .ld-login-modal-form .login-password:before,.ld-modal.ld-login-modal .ld-login-modal-form .login-username:before{top:inherit;bottom:27px;color:var(--bb-alternate-text-color)}.ld-modal.ld-login-modal .ld-login-modal-form input[type=submit]{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);font-weight:600;margin:10px 0 20px;border-radius:var(--bb-button-radius)}.ld-modal.ld-login-modal .ld-login-modal-form input[type=submit]:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.ld-modal.ld-login-modal .ld-login-modal-form input[type=submit]:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover);box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)!important;opacity:1}.ld-modal.ld-login-modal .ld-login-modal-form .input{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius);color:var(--bb-body-text-color)}.ld-modal.ld-login-modal .ld-login-modal-form form{margin-bottom:0}.ld-modal.ld-login-modal .ld-login-modal-form form label{font-weight:400;line-height:1;margin-bottom:12px;margin-top:10px}.ld-modal.ld-login-modal .ld-login-modal-register .input{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-background-color);color:#0d0d0e;font-size:14px}.ld-modal.ld-login-modal .ld-login-modal-register form p{margin-bottom:0}.ld-modal.ld-login-modal .ld-login-modal-register form label{font-weight:400}.ld-modal.ld-login-modal .ld-login-modal-register .ld-alert-warning{background-color:rgba(var(--bb-warning-color-rgb),1)}.ld-modal.ld-login-modal .ld-alert-warning{background-color:rgba(var(--bb-warning-color-rgb),.2);border:0;line-height:1.5;text-align:right}.ld-modal.ld-login-modal .ld-alert-warning .ld-alert-content{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.ld-modal.ld-login-modal .ld-alert-warning .ld-alert-content .ld-alert-icon.ld-icon-alert{padding-top:2px;-webkit-transform:none;-ms-transform:none;transform:none;padding-right:0;margin-right:0;margin-left:7px}.learndash-wrapper .ld-login-modal .ld-login-modal-login{background-color:var(--bb-content-background-color)}.learndash-wrapper .ld-login-modal .ld-forgot-password-link{color:var(--bb-headings-color)}.learndash-wrapper.learndash-wrapper-login-modal.ld-modal-open:after{content:"";position:fixed;height:100%;width:100%;background:rgba(255,255,255,.95);top:0;right:0;z-index:999}.learndash-wrapper .ld-login-modal .ld-login-modal-login .ld-modal-text{color:var(--bb-alternate-text-color);line-height:1.5;margin-bottom:20px}.ld-login-modal p.login-password,.ld-login-modal p.login-username{text-align:right}.ld-modal.ld-login-modal.ld-can-register .ld-alert-warning .ld-alert-content,.ld-modal.ld-login-modal.ld-can-register .ld-login-modal-register,.ld-modal.ld-login-modal.ld-can-register .ld-modal-closer,.learndash-wrapper .ld-modal.ld-can-register .ld-modal-closer{color:#fff}.ld-modal.ld-login-modal.ld-can-register .ld-login-modal-register{background-color:var(--bb-primary-color)}.ld-modal.ld-login-modal.ld-can-register .ld-login-modal-login .ld-alert-warning .ld-alert-content{color:inherit}label[for=user_reg_email],label[for=user_reg_login]{color:#fff;text-align:right}.learndash-wrapper .ld-modal .ld-modal-closer{top:0}.learndash-wrapper .ld-login-modal .ld-login-modal-register #ld-user-register{margin:25px 0 0}form#registerform{margin-bottom:0}#ld-user-register .input{padding-right:10px}.learndash-wrapper .ld-login-modal .ld-login-modal-login .ld-modal-heading{color:var(--bb-headings-color);line-height:1;margin:0 0 20px;font-size:1.8em}.learndash-wrapper .ld-login-modal .ld-modal-heading{font-size:1.8em;font-weight:500}.learndash-wrapper .ld-login-modal .ld-login-modal-form label{color:var(--bb-headings-color)}.ld-modal.ld-login-modal.ld-can-register .ld-login-modal-register #wp-submit,.learndash-wrapper .ld-login-modal .ld-login-modal-register .ld-button{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);border-radius:var(--bb-button-radius);font-weight:500;min-height:48px;width:100%}.ld-modal.ld-login-modal.ld-can-register .ld-login-modal-register #wp-submit:focus,.learndash-wrapper .ld-login-modal .ld-login-modal-register .ld-button:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.ld-modal.ld-login-modal.ld-can-register .ld-login-modal-register #wp-submit:hover,.learndash-wrapper .ld-login-modal .ld-login-modal-register .ld-button:hover{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!important;opacity:.8}.ld-modal.ld-login-modal.ld-can-register .ld-login-modal-register #wp-submit:hover:focus,.learndash-wrapper .ld-login-modal .ld-login-modal-register .ld-button:hover:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.learndash-wrapper .ld-login-modal .ld-login-modal-login{background-color:var(--bb-content-background-color)}.learndash-wrapper .ld-login-modal .ld-forgot-password-link{color:var(--bb-headings-color)}.learndash-wrapper .ld-login-modal .ld-forgot-password-link:hover{color:var(--bb-primary-color)}.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=email],.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=password],.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=text]{background-color:var(--bb-content-background-color);border-color:var(--bb-content-background-color)}@media screen and (max-width:1024px){.learndash-wrapper .ld-login-modal.ld-can-register .ld-modal-closer{color:#0d0d0e}}@media screen and (min-width:769px){.learndash-wrapper.ld-modal-open .ld-modal{position:fixed;z-index:999991;right:50%;top:5%;bottom:5%;width:90%;max-width:1024px;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);margin:0;height:auto;border-radius:var(--bb-block-radius)}}@media screen and (max-height:650px){.learndash-wrapper.ld-modal-open .ld-modal{display:block}}@media screen and (max-width:768px){.ld-modal.ld-login-modal.ld-can-register .ld-login-modal-register{padding:20px 0}a.ld-button.ld-button-reverse.ld-js-register-account{margin-bottom:0}}.learndash-wrapper .ld-breadcrumbs{background-color:var(--bb-content-alternate-background-color)}.learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-progress{background-color:var(--bb-primary-color)}.learndash-wrapper a.favorite-toggle,.learndash-wrapper a.subscription-toggle{border-bottom:1px solid var(--bb-content-border-color)!important;color:var(--bb-headings-color)}.learndash-wrapper a.favorite-toggle:hover,.learndash-wrapper a.subscription-toggle:hover{border-bottom-color:var(--bb-secondary-button-border-hover)!important;color:var(--bb-secondary-button-text-hover)}.learndash-wrapper a.next,.learndash-wrapper a.prev{border-bottom:1px solid var(--bb-content-border-color)!important}.learndash-wrapper .bs-meta-item>a{border-bottom:1px solid var(--bb-content-border-color)!important}.learndash-wrapper .bs-meta-item>a:hover{border-bottom-color:var(--bb-secondary-button-border-hover)!important}.user-wrap.menu-item-has-children #menu-learndash-focus>li>a{padding-right:40px}.user-wrap.menu-item-has-children #menu-learndash-focus>li.no-icon>a:before{content:"\ee6e";font-family:bb-icons;font-size:16px;line-height:1;position:absolute;right:14px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin:0;min-width:16px;text-align:center;color:var(--bb-alternate-text-color)}.user-wrap.menu-item-has-children #menu-learndash-focus .ab-submenu{border-radius:4px}.user-wrap.menu-item-has-children #menu-learndash-focus li li>a{background-color:transparent}.user-wrap.menu-item-has-children #menu-learndash-focus a{padding:11px 14px;position:relative!important;color:var(--bb-body-text-color);background-color:transparent}.user-wrap.menu-item-has-children #menu-learndash-focus a i,.user-wrap.menu-item-has-children #menu-learndash-focus a img{font-size:18px;position:absolute;right: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 #menu-learndash-focus a img{max-width:18px}.user-wrap.menu-item-has-children #menu-learndash-focus a:hover{color:var(--bb-body-text-color);background:var(--bb-content-alternate-background-color)}.user-wrap.menu-item-has-children #menu-learndash-focus .bb-sub-menu{padding:8px 0}.user-wrap.menu-item-has-children #menu-learndash-focus .bb-sub-menu a:hover{background-color:#fff}.bb-template-v2 .user-wrap.menu-item-has-children #menu-learndash-focus .bb-sub-menu a:hover{background-color:var(--bb-content-alternate-background-color)}.jq-dropdown{z-index:600}.jq-dropdown .jq-dropdown-menu,.jq-dropdown .jq-dropdown-panel{background:var(--bb-content-background-color);border:0;box-shadow:0 6px 24px 0 rgba(0,0,0,.12),0 3px 8px 0 rgba(0,0,0,.06)!important;border-radius:var(--bb-block-radius);list-style:none;padding:10px;margin:0;min-width:180px}.jq-dropdown.checkout-dropdown-button #btn-join,.jq-dropdown.checkout-dropdown-button .btn-join{background-color:var(--bb-secondary-button-background-regular)!important;color:var(--bb-secondary-button-text-regular)!important;border:1px solid var(--bb-secondary-button-border-regular)!important}.jq-dropdown.checkout-dropdown-button #btn-join:hover,.jq-dropdown.checkout-dropdown-button .btn-join:hover{background-color:var(--bb-secondary-button-background-hover)!important;color:var(--bb-secondary-button-text-hover)!important;border:1px solid var(--bb-secondary-button-border-hover)!important}.jq-dropdown.checkout-dropdown-button form{margin-top:5px;margin-bottom:5px}.jq-dropdown.jq-dropdown-tip:after,.jq-dropdown.jq-dropdown-tip:before{display:none}.buddyboss-theme .learndash_post_sfwd-lessons .learndash-wrapper .ld-table-list-header.ld-primary-background{background-color:transparent!important;color:var(--bb-headings-color)}.buddyboss-theme .learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-progress,.buddyboss-theme .learndash-wrapper .ld-status.ld-status-progress{background-color:var(--bb-primary-color)!important}.buddyboss-theme.single-sfwd-courses .learndash-wrapper .ld-status.ld-status-progress{background-color:var(--bb-content-alternate-background-color)!important;color:var(--bb-body-text-color)!important}.buddyboss-theme.single-sfwd-courses .learndash-wrapper .ld-status-icon.ld-status-complete{background-color:var(--bb-primary-color)}.buddyboss-theme.single-sfwd-courses .learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon{background-color:transparent!important}.buddyboss-theme.single-sfwd-courses .learndash-wrapper .ld-expand-button.ld-primary-background{background-color:var(--bb-secondary-button-background-regular)!important;color:var(--bb-secondary-button-text-regular)!important;border:1px solid var(--bb-secondary-button-border-regular)}.buddyboss-theme.single-sfwd-courses .learndash-wrapper .ld-expand-button.ld-primary-background:hover{background-color:var(--bb-secondary-button-background-hover)!important;color:var(--bb-secondary-button-text-hover)!important;border:1px solid var(--bb-secondary-button-border-hover)}.buddyboss-theme.single-sfwd-courses .learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage{background-color:var(--bb-primary-color)}.buddyboss-theme.single-sfwd-courses .learndash-wrapper .ld-status-in-progress{border-top-color:#dedfe2;border-right-color:#dedfe2}.buddyboss-theme.single-sfwd-courses .learndash-wrapper .ld-status.ld-status-complete{background-color:var(--bb-success-color)}.buddyboss-theme.single-sfwd-lessons .learndash-wrapper .ld-status-icon.ld-quiz-complete{color:#fff}.buddyboss-theme.single-sfwd-quiz .learndash-wrapper .ld-breadcrumbs a{color:var(--bb-primary-color)!important}.buddyboss-theme.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_button:not(.wpProQuiz_button_reShowQuestion){background-color:var(--bb-primary-button-background-regular)!important;color:var(--bb-primary-button-text-regular)!important;border:1px solid var(--bb-primary-button-border-regular)}.buddyboss-theme.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_button:not(.wpProQuiz_button_reShowQuestion):hover{background-color:var(--bb-primary-button-background-hover)!important;color:var(--bb-primary-button-text-hover)!important;border:1px solid var(--bb-primary-button-border-hover)}.learndash-wrapper .ld-button:disabled{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);border-bottom:0!important}.learndash-wrapper .ld-button:disabled:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.learndash-wrapper .ld-button:disabled: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)}.learndash-wrapper .ld-status{height:100%;border-radius:var(--bb-label-type-radius);text-transform:none;font-weight:400;line-height:30px;font-size:14px;letter-spacing:normal}.learndash-wrapper .ld-status.ld-status-complete{background-color:var(--bb-success-color);color:var(--bb-primary-button-text-regular)}.learndash-wrapper .ld-course-status .ld-status{font-size:12px}.learndash-wrapper .ld-course-status .ld-status.ld-status-complete{background-color:var(--bb-success-color)}.learndash-wrapper .ld-course-status-not-enrolled .ld-status{height:auto}.learndash-wrapper .ld-course-status-segment .ld-course-status-label.no-label+.ld-course-status-content{margin-top:27px}.learndash-wrapper .ld-course-status-segment .ld-course-status-action .ld-button{font-size:15px;font-weight:inherit}.learndash-wrapper .ld-course-status-segment .ld-course-status-action>form{margin-bottom:0}.learndash-wrapper .ld-course-status-segment .ld-course-status-action #btn-join.btn-disabled{background-color:var(--bb-primary-button-background-regular);opacity:.5;pointer-events:none}.ld-exam-content .ld-exam-result-button,.ld-exam-content 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-bottom:1px solid var(--bb-primary-button-border-regular)!important;border-radius:var(--bb-button-radius);-webkit-transition:all linear .2s;transition:all linear .2s;font-size:14px;display:inline-block;padding:10px 19px;line-height:1.471}.ld-exam-content .ld-exam-result-button:focus,.ld-exam-content button:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.ld-exam-content .ld-exam-result-button:hover,.ld-exam-content 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);border-bottom:1px solid var(--bb-primary-button-border-hover)!important}.ld-exam-content .ld-exam-result-button:focus,.ld-exam-content button:focus{box-shadow:var(--bb-primary-button-focus-shadow)!important}.ld-exam-content .ld-exam-progress .ld-exam-progress-bar{width:100%;border-radius:100px;box-shadow:none;height:10px;margin:1em 0;padding:0}.ld-exam-content .ld-exam-progress .ld-exam-progress-bar .ld-exam-progress-bar-fill{background-color:var(--bb-primary-color);border-radius:10px;height:100%}.ld-exam-content .ld-exam-questions{margin-right:0}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner);padding:10px 20px;margin-bottom:8px}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer input{margin:auto 0 auto 1em}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer label{padding:0 2em 0 0}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer.ld-exam-question-answer-correct.ld-exam-question-answer-student-not-selected{background-color:rgba(var(--bb-success-color-rgb),.1);border-color:transparent}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer.ld-exam-question-answer-student-correct.ld-exam-question-answer-student-selected{background-color:rgba(var(--bb-success-color-rgb),.1);border-color:var(--bb-content-border-color)}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer.ld-exam-question-answer-student-incorrect.ld-exam-question-answer-student-selected{background-color:transparent;border-color:var(--bb-danger-color)}.ld-exam-content .ld-exam-result-message{background-color:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);color:var(--bb-body-text-color);border-radius:var(--bb-block-radius-inner)}.bb-single-course-sidebar .bb-button-wrap{padding-top:10px}.ld-item-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ld-item-title .lms-is-locked-ico i{margin-right:10px;color:var(--bb-alternate-text-color)}.learndash-theme.single-sfwd-courses .bb-course-banner-inner,.single-item.groups.courses .bb-course-banner-inner{max-width:-webkit-calc(100% - 480px);max-width:calc(100% - 480px);width:-webkit-calc(100% - 480px);width:calc(100% - 480px)}.learndash-theme.single-sfwd-courses .bb-about-instructor .bb-instructor-heading,.learndash-theme.single-sfwd-courses .bb-about-instructor h4,.single-item.groups.courses .bb-about-instructor .bb-instructor-heading,.single-item.groups.courses .bb-about-instructor h4{margin-right:5px}.learndash-theme.single-sfwd-courses .ld-progress.ld-progress-inline .ld-progress-bar,.single-item.groups.courses .ld-progress.ld-progress-inline .ld-progress-bar{height:3px;color:#fff}.learndash-theme.single-sfwd-courses .ld-progress .ld-progress-bar .ld-progress-bar-percentage,.single-item.groups.courses .ld-progress .ld-progress-bar .ld-progress-bar-percentage{height:3px}.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-course-status .ld-status.ld-status-progress,.single-item.groups.courses .learndash-wrapper .ld-course-status .ld-status.ld-status-progress{text-transform:none;font-weight:500;font-size:12px}@media screen and (max-width:1200px){.learndash-theme.single-sfwd-courses .bb-course-banner-inner,.single-item.groups.courses .bb-course-banner-inner{max-width:-webkit-calc(100% - 400px);max-width:calc(100% - 400px);width:-webkit-calc(100% - 400px);width:calc(100% - 400px)}}@media screen and (max-width:992px){.learndash-theme.single-sfwd-courses .bb-course-banner-inner,.single-item.groups.courses .bb-course-banner-inner{max-width:-webkit-calc(100% - 350px);max-width:calc(100% - 350px);width:-webkit-calc(100% - 350px);width:calc(100% - 350px)}}@media screen and (max-width:880px){.learndash-theme.single-sfwd-courses .bb-course-banner-inner,.single-item.groups.courses .bb-course-banner-inner{max-width:-webkit-calc(100% - 320px);max-width:calc(100% - 320px);width:-webkit-calc(100% - 320px);width:calc(100% - 320px)}}@media screen and (max-width:820px){.learndash-theme.single-sfwd-courses .bb-course-banner-inner,.single-item.groups.courses .bb-course-banner-inner{max-width:100%;width:100%}.learndash-theme.single-sfwd-courses .bb-grid .bb-learndash-content-wrap,.single-item.groups.courses .bb-grid .bb-learndash-content-wrap{padding-right:10px;padding-left:10px}.learndash-theme.single-sfwd-courses .bb-single-course-sidebar,.single-item.groups.courses .bb-single-course-sidebar{max-width:100%;-webkit-box-flex:1;-ms-flex:auto;flex:auto}}@media screen and (max-width:640px){.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details,.single-item.groups.courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details{margin:0}.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-header,.single-item.groups.courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading .ld-item-list-actions,.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading h2,.single-item.groups.courses .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading .ld-item-list-actions,.single-item.groups.courses .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading h2{-webkit-box-flex:0;-ms-flex:none;flex:none}.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name,.single-item.groups.courses .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name{width:-webkit-calc(100% - 18px);width:calc(100% - 18px)}.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview,.single-item.groups.courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details,.single-item.groups.courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details{margin-top:0;margin-right:0}.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button,.single-item.groups.courses .learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button{width:100px}.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-progress.ld-progress-inline .ld-progress-bar,.single-item.groups.courses .learndash-wrapper .ld-progress.ld-progress-inline .ld-progress-bar{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-bottom:5px}.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress .ld-progress-stats,.single-item.groups.courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress .ld-progress-stats{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled,.single-item.groups.courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.learndash-theme.single-sfwd-courses .ld-item-list .ld-item-list-item .ld-item-name,.single-item.groups.courses .ld-item-list .ld-item-list-item .ld-item-name{width:100%}.learndash-theme.single-sfwd-courses .ld-status-incomplete~.ld-item-title,.single-item.groups.courses .ld-status-incomplete~.ld-item-title{width:-webkit-calc(100% - 60px);width:calc(100% - 60px)}.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress,.single-item.groups.courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress{width:-webkit-calc(100% - 120px);width:calc(100% - 120px);padding-bottom:0;margin-left:20px}.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled,.single-item.groups.courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled{padding-bottom:15px}}@media screen and (max-width:543px){.learndash-theme.single-sfwd-courses .bb-about-instructor .bb-avatar-wrap,.single-item.groups.courses .bb-about-instructor .bb-avatar-wrap{margin-bottom:0;margin-left:20px}.learndash-theme.single-sfwd-courses .bb-instructor-wrap.flex,.single-item.groups.courses .bb-instructor-wrap.flex{padding-bottom:20px}}@media screen and (max-width:480px){.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title,.single-item.groups.courses .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-header,.single-item.groups.courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-header{-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}.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview,.single-item.groups.courses .learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview{padding:16px 45px 16px 15px}.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details,.single-item.groups.courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details{margin-top:4px}}@media screen and (max-width:380px){.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-header,.single-item.groups.courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-header{display:none}}@media (max-width:992px) and (min-width:820px){.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress{width:-webkit-calc(100% - 120px);width:calc(100% - 120px);padding-bottom:0;margin-left:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.learndash-wrapper .ld-course-status.ld-course-status-enrolled{padding-bottom:15px}.learndash-wrapper .ld-progress.ld-progress-inline .ld-progress-bar{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100%;margin:1em 0 5px}}.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage,.learndash-wrapper .ld-status-icon.ld-quiz-complete,.learndash-wrapper .ld-status-icon.ld-status-complete{background-color:var(--bb-primary-color)}.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-icon-arrow-down,.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title .lms-is-locked-ico i,.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-name .ld-item-title .ld-item-components span,.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview .ld-topic-title,.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview .ld-topic-title:before,.learndash-wrapper .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-item-title{color:var(--bb-alternate-text-color)}.learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name{color:var(--bb-headings-color)}.learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name:hover{color:var(--bb-primary-color)}.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview:hover .ld-topic-title,.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview:hover .ld-topic-title:before .learndash-wrapper .ld-item-list-item-expanded .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-table-list-item-preview:hover .ld-item-title{color:var(--bb-primary-color)}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview:hover .ld-item-details .ld-expand-button .ld-icon,.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview:hover a.ld-item-name .ld-item-title,.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview:hover .ld-item-name .ld-item-title .ld-item-components span{color:var(--bb-primary-color)}.ld-course-status .ld-status.ld-status-progress,.learndash-wrapper .ld-status-unlocked{background-color:var(--bb-content-border-color)}#learndash-tooltips .ld-tooltip{background-color:var(--bb-tooltip-background);color:var(--bb-tooltip-color)}#learndash-tooltips .ld-tooltip:after{background-color:var(--bb-tooltip-background)}.learndash-wrapper .ld-expand-button,.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon,.learndash-wrapper .ld-expand-button.ld-primary-background{background-color:inherit}.learndash-wrapper .ld-secondary-in-progress-icon{border-right-color:#dedfe2;border-top-color:#dedfe2;color:var(--bb-primary-color)}.learndash-wrapper .ld-alert-warning .ld-alert-icon{background-color:transparent!important}.learndash-wrapper .ld-alert-warning .ld-alert-icon{color:inherit!important}.single-item.groups.courses .site{overflow:hidden}.wp-block-instructor-role-wisdm-instructor-products .mantine-MultiSelect-searchInput,.wp-block-instructor-role-wisdm-instructor-products .mantine-Select-input,.wp-block-instructor-role-wisdm-tabs .mantine-MultiSelect-searchInput,.wp-block-instructor-role-wisdm-tabs .mantine-Select-input{background-image:none}.wp-block-instructor-role-wisdm-instructor-products .mantine-MultiSelect-searchInput:focus,.wp-block-instructor-role-wisdm-instructor-products .mantine-Select-input:focus,.wp-block-instructor-role-wisdm-tabs .mantine-MultiSelect-searchInput:focus,.wp-block-instructor-role-wisdm-tabs .mantine-Select-input:focus{outline:0;box-shadow:none}.wp-block-instructor-role-wisdm-instructor-products .mantine-TimeField-timeInput:focus,.wp-block-instructor-role-wisdm-tabs .mantine-TimeField-timeInput:focus{outline:0;box-shadow:none}.wp-block-instructor-role-wisdm-instructor-products button.mantine-Stepper-step:active,.wp-block-instructor-role-wisdm-instructor-products button.mantine-Stepper-step:focus,.wp-block-instructor-role-wisdm-instructor-products button.mantine-Tabs-tab:active,.wp-block-instructor-role-wisdm-instructor-products button.mantine-Tabs-tab:focus,.wp-block-instructor-role-wisdm-tabs button.mantine-Stepper-step:active,.wp-block-instructor-role-wisdm-tabs button.mantine-Stepper-step:focus,.wp-block-instructor-role-wisdm-tabs button.mantine-Tabs-tab:active,.wp-block-instructor-role-wisdm-tabs button.mantine-Tabs-tab:focus{outline:0;box-shadow:none}.wp-block-instructor-role-wisdm-instructor-products button.mantine-NumberInput-control,.wp-block-instructor-role-wisdm-tabs button.mantine-NumberInput-control{border-radius:inherit;border-right-color:var(--bb-content-border-color)}.wp-block-instructor-role-wisdm-tabs .mantine-Checkbox-root .mantine-Checkbox-inner{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wp-block-instructor-role-wisdm-tabs .mantine-Radio-root .mantine-Radio-inner{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wp-block-instructor-role-wisdm-tabs input[type=checkbox]{width:inherit;height:inherit}.wp-block-instructor-role-wisdm-tabs input[type=radio]{width:20px;height:20px}.wp-block-instructor-role-wisdm-tabs .mantine-PasswordInput-innerInput{border:0}.wp-block-instructor-role-wisdm-tabs .mantine-PasswordInput-innerInput:active,.wp-block-instructor-role-wisdm-tabs .mantine-PasswordInput-innerInput:focus{outline:0;box-shadow:none}.wp-block-instructor-role-wisdm-tabs table.mantine-DateRangePicker-month{border:0}.wp-block-instructor-role-wisdm-tabs button.mantine-PasswordInput-visibilityToggle:hover{border:0;outline:0;box-shadow:none;color:inherit}.wp-block-instructor-role-wisdm-tabs button.mantine-PasswordInput-visibilityToggle:active,.wp-block-instructor-role-wisdm-tabs button.mantine-PasswordInput-visibilityToggle:focus{border:0;outline:0;box-shadow:none;background-color:transparent;color:inherit}.wp-block-instructor-role-wisdm-tabs .ir-courses-tabs .mantine-Button-root,.wp-block-instructor-role-wisdm-tabs .ir-products-tabs .mantine-Button-root{border:0;border-bottom:1px solid transparent}.wp-block-instructor-role-wisdm-tabs .ir-courses-tabs .mantine-Button-root.active,.wp-block-instructor-role-wisdm-tabs .ir-products-tabs .mantine-Button-root.active{border-bottom:1px solid var(--bb-primary-color)}.wp-block-instructor-role-wisdm-tabs .ir-courses-tabs .mantine-Button-root:active,.wp-block-instructor-role-wisdm-tabs .ir-courses-tabs .mantine-Button-root:focus,.wp-block-instructor-role-wisdm-tabs .ir-products-tabs .mantine-Button-root:active,.wp-block-instructor-role-wisdm-tabs .ir-products-tabs .mantine-Button-root:focus{outline:0;box-shadow:none}.wp-block-instructor-role-dashboard-settings .ir-button-no-bg:active,.wp-block-instructor-role-dashboard-settings .ir-button-no-bg:focus{box-shadow:none} \ No newline at end of file diff --git a/web/app/themes/buddyboss-theme/assets/css-rtl/lifterlms.css b/web/app/themes/buddyboss-theme/assets/css-rtl/lifterlms.css index 741c6966..cbe2e05d 100644 --- a/web/app/themes/buddyboss-theme/assets/css-rtl/lifterlms.css +++ b/web/app/themes/buddyboss-theme/assets/css-rtl/lifterlms.css @@ -1,5 +1,5 @@ .llms-student-dashboard.dashboard .llms-sd-section .llms-sd-section__heading, .llms-access-plan-description p:last-child { - margin: 0 0 1.6875rem; + margin: 0rem 0rem 1.6875rem; padding: 0; } @@ -19,7 +19,6 @@ .llms-notice---sidebar { text-align: right; } - .bb-single-course-sidebar .llms-notice---sidebar.llms-notice { padding: 0; color: var(--bb-danger-color); @@ -34,10 +33,9 @@ border: 0; padding: 5px 10px; } - .llms-notice.llms-error a { color: #fff; - font-weight: 700; + font-weight: bold; } .llms-notice.llms-success { @@ -57,7 +55,6 @@ ul.llms-notice { position: relative; box-shadow: none; } - .bp-feedback.ld-feedback p { font-size: 14px; line-height: 1.5; @@ -71,69 +68,56 @@ ul.llms-notice { padding: 3rem 0 3.5rem; width: 100%; } - .llms-person-login-form-wrapper form.llms-login { max-width: 50%; margin: 0 auto; } @media screen and (max-width: 992px) { - .llms-person-login-form-wrapper form.llms-login { max-width: 80%; } } @media screen and (max-width: 544px) { - .llms-person-login-form-wrapper form.llms-login { max-width: 95%; } } - .llms-person-login-form-wrapper form.llms-login label { font-size: 14px; } - .llms-person-login-form-wrapper form.llms-login .llms-form-field.llms-cols-6 { width: 100%; float: none; } - .llms-person-login-form-wrapper form.llms-login .llms-form-field.type-submit button#llms_login_button { padding: 0.618em 2em; height: 40px; font-size: 15px; font-weight: 500; } - .llms-person-login-form-wrapper form.llms-login .llms-form-field.type-submit.llms-cols-3 { width: 100%; float: none; } - .llms-person-login-form-wrapper form.llms-login .llms-form-field.type-checkbox.llms-cols-6 { width: 50%; float: right; } - .llms-person-login-form-wrapper form.llms-login .llms-form-field.type-html.llms-cols-3 { width: 50%; float: right; } - .llms-person-login-form-wrapper form.llms-login .llms-description { font-style: normal; } - .llms-person-login-form-wrapper #llms_remember { opacity: 0; } - .llms-person-login-form-wrapper label[for="llms_remember"] { position: relative; right: -14px; } - -.llms-person-login-form-wrapper label[for="llms_remember"]::before { +.llms-person-login-form-wrapper label[for="llms_remember"]:before { content: "\e876"; display: inline-block; width: 20px; @@ -150,8 +134,7 @@ ul.llms-notice { text-align: center; color: #fff; } - -.llms-person-login-form-wrapper input#llms_remember:checked + label::before { +.llms-person-login-form-wrapper input#llms_remember:checked + label:before { background-color: var(--bb-primary-color); border-color: var(--bb-primary-color); } @@ -163,19 +146,15 @@ ul.llms-notice { padding: 3rem; width: 100%; } - .llms-new-person-form-wrapper label { font-size: 14px; } - .llms-new-person-form-wrapper .llms-form-field.type-submit { margin: 15px 0 0; } - .llms-new-person-form-wrapper form { margin-bottom: 0; } - .llms-person-login-form-wrapper + .llms-new-person-form-wrapper { margin-top: 25px; } @@ -196,37 +175,29 @@ ul.llms-notice { margin-right: 0; margin-left: 0; } - .llms-syllabus-wrapper .llms-section-title { font-size: 16px; margin: 16px 0 8px; text-align: right; } - .llms-syllabus-wrapper .llms-lesson-preview { margin-top: 0; margin-bottom: 5px; } - .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-title { - font-weight: 400; + font-weight: normal; } - .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link { background: transparent; border-radius: 3px; - /* padding: 10px 15px; */ } - .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link:hover .llms-lesson-title { color: var(--bb-primary-color); } - .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-title { color: var(--bb-headings-color); } - .llms-syllabus-wrapper .llms-lesson-preview .llms-extra { display: -webkit-box; display: -ms-flexbox; @@ -239,7 +210,6 @@ ul.llms-notice { justify-content: center; padding-left: 15px; } - .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-counter { margin-bottom: 0; font-size: 13px; @@ -247,13 +217,11 @@ ul.llms-notice { text-align: left; white-space: nowrap; } - .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-complete { margin-bottom: 0; margin-right: 10px; font-size: 22px; } - .llms-syllabus-wrapper .llms-lesson-preview.is-free .llms-lesson-complete, .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-complete { color: var(--bb-body-text-color); @@ -263,14 +231,12 @@ ul.llms-notice { font-size: 14px; margin-top: 0; } - .course .llms-meta-info .llms-meta-title { font-size: 13px; color: var(--bb-headings-color); margin: 0 0 15px; text-transform: uppercase; } - .course .llms-meta-info .llms-instructor-info { margin-top: 20px; } @@ -280,21 +246,17 @@ ul.llms-notice { margin-right: 0; margin-left: 0; } - .course .bb-llms-content-wrap .llms-course-progress .llms-progress-bar { border-radius: 4px; } - .course .bb-llms-content-wrap .llms-course-progress .progress-bar-complete { border-radius: 4px; background-color: var(--bb-primary-color); } - .course .bb-llms-content-wrap .llms-course-progress a.llms-button-primary { border-radius: 100px; font-size: 14px; } - .course .bb-llms-content-wrap .llms-course-progress .progress__indicator { color: #939597; font-size: 14px; @@ -305,20 +267,17 @@ ul.llms-notice { margin-right: -5px; margin-left: -5px; } - .bb-llms-content-wrap .llms-instructor-info .llms-instructors .llms-author .avatar { margin-top: 0; margin-bottom: 0; border: 0; max-width: 60px; } - .bb-llms-content-wrap .llms-instructor-info .llms-instructors .llms-author__verbose { text-align: right; padding-right: 15px; padding-top: 5px; } - .bb-llms-content-wrap .llms-instructor-info .llms-instructors .llms-author { margin-top: 0; padding: 20px; @@ -326,7 +285,6 @@ ul.llms-notice { background-color: transparent; border: 0; } - .bb-llms-content-wrap .llms-instructor-info .llms-instructors .llms-author .llms-author-info.label { color: var(--bb-alternate-text-color); margin: 3px 0 10px; @@ -336,7 +294,6 @@ ul.llms-notice { font-weight: 500; line-height: 1; } - .bb-llms-content-wrap .llms-instructor-info .llms-instructors .llms-author .llms-author-info.bio { line-height: 1.5; font-size: 14px; @@ -349,75 +306,64 @@ ul.llms-notice { -ms-flex-flow: wrap; flex-flow: wrap; } - .llms-instructors.llms-cols .llms-col-3 { width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } - .llms-instructors.llms-cols .llms-col-4 { width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } - .llms-instructors.llms-cols .llms-col-5 { width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } - .llms-instructors.llms-cols .llms-col-6 { width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } - .llms-instructors.llms-cols .llms-col-7 { width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } - .llms-instructors.llms-cols .llms-col-8 { width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } - .llms-instructors.llms-cols .llms-col-9 { width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } - .llms-instructors.llms-cols .llms-col-2 { width: -webkit-calc(50% - 10px); width: calc(50% - 10px); } @media screen and (max-width: 1200px) { - .llms-instructors.llms-cols .llms-col-2 { width: -webkit-calc(100% - 10px); width: calc(100% - 10px); } } - .llms-instructors.llms-cols > div[class*="llms-col-"] { background-color: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); border-radius: var(--bb-block-radius); margin: 5px; } - .llms-instructors.llms-cols [class*="llms-col-"] { float: none; } @@ -431,8 +377,7 @@ ul.llms-notice { overflow: hidden; padding: 0 44px; } - -.bb-llms-banner::before { +.bb-llms-banner:before { content: ""; opacity: 0.4; background-color: var(--bb-headings-color); @@ -445,7 +390,6 @@ ul.llms-notice { right: 0; z-index: 1; } - .bb-llms-banner .banner-img { position: absolute; top: 0; @@ -471,43 +415,36 @@ ul.llms-notice { color: #fff; padding-top: 70px; } - .bb-course-banner-inner h1.entry-title { font-size: 48px; color: inherit; line-height: 1.25; margin-bottom: 20px; } - .bb-course-banner-inner .avatar { border-radius: 50%; margin-left: 12px; max-width: 38px; } - .bb-course-banner-inner .author-name { font-size: 14px; font-weight: 500; color: #fff; letter-spacing: -0.24px; } - .bb-course-banner-inner span.meta-saperator { color: #fff; margin: 0 15px; } - .bb-course-banner-inner .course-date { font-size: 13px; color: rgba(255, 255, 255, 0.8); letter-spacing: -0.19px; } - .bb-course-banner-inner .bb-course-single-meta { margin-bottom: 40px; } @media screen and (max-width: 544px) { - .bb-course-banner-inner h1.entry-title { font-size: 1.5rem; line-height: 1.5; @@ -517,22 +454,20 @@ ul.llms-notice { .llms-notification .llms-notification-dismiss { color: var(--bb-alternate-text-color); } - .llms-notification .llms-notification-dismiss.fa-times-circle { font-size: 20px; display: inline-block; font-family: bb-icons; speak: none; font-style: normal; - font-weight: 400; + font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; } - -.llms-notification .llms-notification-dismiss.fa-times-circle::before { +.llms-notification .llms-notification-dismiss.fa-times-circle:before { content: "\e828"; } @@ -548,12 +483,10 @@ ul.llms-notice { font-weight: 400; font-size: 15px; } - .llms-button-primary:focus, .llms-field-button:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .llms-button-primary:hover, .llms-button-primary:focus, .llms-button-primary:active, .llms-field-button:hover, .llms-field-button:focus, @@ -573,11 +506,9 @@ ul.llms-notice { border: 1px solid var(--bb-secondary-button-border-regular); border-radius: var(--bb-button-radius); } - .llms-button-secondary:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - .llms-button-secondary:hover, .llms-button-secondary:active, .llms-button-secondary:focus { box-shadow: none; background-color: var(--bb-secondary-button-background-hover); @@ -590,7 +521,7 @@ section.llms-instructor-info .llms-author .name { margin-left: 0; } -.llms-form-field.type-radio label::before { +.llms-form-field.type-radio label:before { background: #fff; box-shadow: rgba(255, 255, 255, 0.15) 0 1px 1px, inset rgba(0, 0, 0, 0.25) 0 0 0 1px; width: 20px; @@ -599,7 +530,7 @@ section.llms-instructor-info .llms-author .name { margin-left: 7px; } -.llms-form-field.type-radio input[type="radio"]:checked + label::before { +.llms-form-field.type-radio input[type="radio"]:checked + label:before { background-image: -webkit-radial-gradient(center, ellipse, var(--bb-primary-color) 0%, var(--bb-primary-color) 40%, #fff 45%); background-image: radial-gradient(ellipse at center, var(--bb-primary-color) 0%, var(--bb-primary-color) 40%, #fff 45%); } @@ -609,25 +540,21 @@ section.llms-instructor-info .llms-author .name { margin: 10px 0; text-align: left; } - .llms-pagination ul { margin: 0 10px; display: inline-block; } - .llms-pagination ul li .page-numbers { text-decoration: none; } @media screen and (max-width: 544px) { - .bb-courses-directory .bs-dir-search { float: none; } } @media screen and (min-width: 681px) { - .bb-llms-content-wrap { max-width: 700px; } @@ -641,12 +568,10 @@ section.llms-instructor-info .llms-author .name { position: relative; z-index: 2; } - .bb-single-course-sidebar.bb-preview-wrap { margin-top: -260px; } } - .llms-course-navigation .llms-lesson-preview .llms-lesson-link { background-color: var(--bb-body-background-color); box-shadow: inset 0 0 10px 5px rgba(0, 0, 0, 0.02); @@ -668,16 +593,15 @@ section.llms-instructor-info .llms-author .name { -ms-flex: 1; flex: 1; padding: 15px; + max-width: 100%; } - .llms-course-navigation .llms-lesson-preview .llms-lesson-link:hover { background: rgba(146, 164, 183, 0.1); } - .llms-course-navigation .llms-lesson-preview .llms-lesson-title { margin-bottom: 0; + white-space: normal; } - .llms-course-navigation .llms-lesson-preview .llms-lesson-excerpt { display: none; } @@ -690,7 +614,6 @@ section.llms-instructor-info .llms-author .name { } @media screen and (min-width: 800px) { - .bb-buddypanel.buddypanel-open.bb-sfwd-aside .site-header:not(.site-header--elementor) { width: -webkit-calc(100% - 230px); width: calc(100% - 230px); @@ -699,17 +622,14 @@ section.llms-instructor-info .llms-author .name { } } @media screen and (max-width: 544px) { - .llms-course-navigation .llms-course-nav { width: 100%; margin: 0 0 10px; } - .llms-course-navigation .llms-course-nav .llms-lesson-preview { margin-top: 0; } } - .llms-pointer > .llms-notification { border-radius: 6px; border: 0; @@ -718,12 +638,10 @@ section.llms-instructor-info .llms-author .name { padding: 20px; } @media screen and (min-width: 544px) { - .llms-pointer > .llms-notification { width: 420px; } } - .llms-pointer > .llms-notification .llms-notification-footer { margin-top: 0; padding: 0; @@ -735,7 +653,6 @@ section.llms-instructor-info .llms-author .name { border-color: var(--bb-content-border-color); border-top-width: 2px; } - .llms-instructor-info .llms-instructors .llms-author .avatar { border-color: var(--bb-content-border-color); background-color: transparent; @@ -749,14 +666,12 @@ section.llms-instructor-info .llms-author .name { } @media (min-width: 600px) { - .single-llms_quiz .llms-quiz-results .llms-quiz-results-aside { float: none; width: 100%; text-align: center; } - - .single-llms_quiz .llms-quiz-results .llms-quiz-results-main, + .single-llms_quiz .llms-quiz-results .llms-quiz-results-aside + .llms-quiz-results-main, .single-llms_quiz .llms-quiz-results .llms-quiz-results-history { float: none; width: 100%; @@ -764,12 +679,10 @@ section.llms-instructor-info .llms-author .name { } } @media (max-width: 480px) { - .single-llms_quiz .llms-quiz-results .llms-quiz-results-history select { width: 100%; } } - .quizzes_section_holder.current_quizz { background: rgba(146, 164, 183, 0.05); } @@ -794,7 +707,6 @@ section.llms-instructor-info .llms-author .name { color: var(--bb-body-text-color); background-color: var(--bb-content-border-color); } - .llms-donut .inside { width: 95%; height: 95%; @@ -803,19 +715,16 @@ section.llms-instructor-info .llms-author .name { .single-llms_quiz .entry-content .fluid-width-video-wrapper { margin-top: 0; } - .single-llms_quiz .llms-next-lesson { font-size: 14px; padding-top: 0; padding-bottom: 0; line-height: 40px; } - .single-llms_quiz #llms-quiz-header { position: relative; } - -.single-llms_quiz #llms-quiz-header::before { +.single-llms_quiz #llms-quiz-header:before { position: absolute; right: 0; top: 0; @@ -823,11 +732,9 @@ section.llms-instructor-info .llms-author .name { font-size: 16px; font-weight: 800; } - .single-llms_quiz #llms-quiz-header .llms-progress { margin-top: 30px; } - .single-llms_quiz .llms-return a { display: inline-block; background-color: rgba(0, 0, 0, 0.03); @@ -839,139 +746,112 @@ section.llms-instructor-info .llms-author .name { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .single-llms_quiz .llms-return a i { margin-left: 3px; } - .single-llms_quiz .llms-return a:hover { background-color: rgba(0, 0, 0, 0.06); } - .single-llms_quiz .entry-title { font-size: 32px; line-height: 1.2; font-weight: 700; margin-bottom: 0; } - .single-llms_quiz .lifterlms-header-instructor { margin-top: 20px; padding-bottom: 0; margin-bottom: 30px; border-bottom: 1px solid var(--bb-content-border-color); } - .single-llms_quiz .lifterlms-header-instructor .flex { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } - .single-llms_quiz .lifterlms-header-instructor .flex h5 { margin-bottom: 0; } - .single-llms_quiz .lifterlms-header-instructor .flex h5 span { margin-right: 7px; } - .single-llms_quiz .entry-content-wrap { padding: 0; } - .single-llms_quiz ul.llms-quiz-meta-info { font-size: 14px; margin-bottom: 30px; } - .single-llms_quiz ul.llms-quiz-meta-info .llms-quiz-meta-item { font-weight: 800; } - .single-llms_quiz ul.llms-quiz-meta-info .llms-quiz-meta-item span { font-weight: 400; } - .single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.correct, .single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.incorrect, .single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.incorrect, .single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question { background-color: transparent; } - .single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question a.toggle-answer:hover .llms-question-title { color: var(--bb-primary-color); } - .single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-points { color: #939597; font-size: 14px; } - .single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-status-icon-tip { display: none; } - .single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.type--content .bb-llms-quiz-status-icon, .single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.type--short_answer .bb-llms-quiz-status-icon, .single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.type--long_answer .bb-llms-quiz-status-icon, .single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.type--upload .bb-llms-quiz-status-icon, .single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.type--code .bb-llms-quiz-status-icon { display: none; } - .single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section { border-top-width: 1px; margin-top: 10px; padding-top: 10px; font-size: 14px; } - .single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section p.llms-quiz-results-label { font-weight: 300; text-transform: uppercase; font-size: 12px; } - .single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section p { margin-bottom: 10px; } - .single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section:first-of-type { margin-top: 0; } - .single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-question-description { font-size: 14px; } - .single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-question-description p { margin-bottom: 10px; } - .single-llms_quiz .llms-quiz-results-history h2.llms-quiz-results-title { margin-bottom: 15px; font-size: 18px; line-height: 1.2; - font-weight: 700; + font-weight: bold; } - .single-llms_quiz .llms-button-wrapper .llms-start-quiz-button, .single-llms_quiz .llms-button-wrapper a.llms-button-secondary { padding-right: 2em; padding-left: 2em; } - .single-llms_quiz #llms-quiz-wrapper .llms-quiz-results > h2.llms-quiz-results-title, .single-llms_quiz #llms-quiz-wrapper h2.llms-quiz-meta-title { margin-bottom: 15px; font-size: 18px; line-height: 1.2; - font-weight: 700; + font-weight: bold; } - .single-llms_quiz #llms-quiz-wrapper > .llms-return a { font-size: 14px; } - -.single-llms_quiz #llms-quiz-wrapper > .llms-return a::before { +.single-llms_quiz #llms-quiz-wrapper > .llms-return a:before { content: "\E8AB"; font-family: bb-icons; font-size: 20px; @@ -982,9 +862,9 @@ section.llms-instructor-info .llms-author .name { top: 2px; } -.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer::before { +.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:before { content: "\ee09"; - font: 400 normal normal 14px/1 bb-icons; + font: normal normal normal 18px/1 bb-icons; text-decoration: inherit; text-transform: none; -webkit-font-smoothing: antialiased; @@ -1000,14 +880,25 @@ section.llms-instructor-info .llms-author .name { -webkit-transition: color 0.3s ease, background 0.3s ease; transition: color 0.3s ease, background 0.3s ease; position: absolute; - right: -10px; - top: 15px; + right: 5px; + top: 24px; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } +.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer { + padding: 15px 25px 15px 35px; +} +.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer .llms-points { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} -.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-header.expand-result .toggle-answer::before { +.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-header.expand-result .toggle-answer:before { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); @@ -1023,7 +914,6 @@ section.llms-instructor-info .llms-author .name { padding: 0 20px; border-radius: 4px; } - .bb-template-v2 .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.incorrect .llms-points { border-radius: 6px; } @@ -1048,12 +938,10 @@ section.llms-instructor-info .llms-author .name { } @-webkit-keyframes bs-llms-spinning { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-220deg); transform: rotate(-220deg); @@ -1061,18 +949,15 @@ section.llms-instructor-info .llms-author .name { } @keyframes bs-llms-spinning { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-220deg); transform: rotate(-220deg); } } - .llms-question-wrapper.type--picture_choice ol.llms-question-choices { display: -webkit-box; display: -ms-flexbox; @@ -1085,8 +970,8 @@ section.llms-instructor-info .llms-author .name { color: var(--bb-success-color) !important; } -.llms-quiz-ui .llms-aq-scale .llms-aq-scale-range::before, -.llms-quiz-ui .llms-aq-scale .llms-aq-scale-range::after { +.llms-quiz-ui .llms-aq-scale .llms-aq-scale-range:before, +.llms-quiz-ui .llms-aq-scale .llms-aq-scale-range:after { display: none !important; } @@ -1095,11 +980,9 @@ section.llms-instructor-info .llms-author .name { -ms-flex-pack: justify; justify-content: space-between; } - .llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio { text-align: center; } - .llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio > span { margin: 0; } @@ -1116,7 +999,6 @@ section.llms-instructor-info .llms-author .name { padding: 0; background: transparent; } - .llms-quiz-ui .llms-question-wrapper.type--picture_reorder ol.llms-question-choices.llms-aq-reorder-list { /* stylelint-disable declaration-block-no-redundant-longhand-properties */ -webkit-box-orient: horizontal; @@ -1127,12 +1009,10 @@ section.llms-instructor-info .llms-author .name { flex-wrap: wrap; /* stylelint-enable */ } - .llms-quiz-ui .llms-question-wrapper.type--picture_reorder ol.llms-question-choices.llms-aq-reorder-list .llms-aq-reorder-item.type--picture { width: -webkit-calc(100% / 3); width: calc(100% / 3); } - .llms-quiz-ui ol.llms-question-choices.llms-aq-reorder-list { display: -webkit-box; display: -ms-flexbox; @@ -1142,24 +1022,20 @@ section.llms-instructor-info .llms-author .name { -ms-flex-direction: column; flex-direction: column; } - .llms-quiz-ui ol.llms-question-choices.llms-aq-reorder-list .llms-aq-reorder-item.type--picture { display: -webkit-box; display: -ms-flexbox; display: flex; } - .llms-quiz-ui .llms-progress { height: 4px; border-radius: 2px; background-color: var(--bb-content-border-color); } - .llms-quiz-ui .llms-progress .progress-bar-complete { background-color: var(--bb-primary-color); border-radius: 2px; } - .llms-quiz-ui .llms-spinning .llms-spinner { width: 20px; height: 20px; @@ -1172,8 +1048,7 @@ section.llms-instructor-info .llms-author .name { -webkit-animation: spin 1s linear infinite; animation: spin 1s linear infinite; } - -.llms-quiz-ui .llms-spinning .llms-spinner::after { +.llms-quiz-ui .llms-spinning .llms-spinner:after { content: "\ef30"; font-family: bb-icons; display: inline-block; @@ -1187,11 +1062,9 @@ section.llms-instructor-info .llms-author .name { bottom: 1px; color: #939597; } - .llms-quiz-ui .llms-spinning { background: transparent; } - .llms-quiz-ui .llms-error { background-color: var(--bb-danger-color); font-size: 14px; @@ -1204,25 +1077,22 @@ section.llms-instructor-info .llms-author .name { margin: 20px 0; padding: 10px 15px; } - .llms-quiz-ui .llms-error a { color: rgba(255, 255, 255, 0.9); margin-right: auto; -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .llms-quiz-ui .llms-error a:hover { color: white; } - .llms-quiz-ui .llms-error a i.fa.fa-times-circle { font-size: 20px; display: inline-block; font-family: bb-icons; speak: none; font-style: normal; - font-weight: 400; + font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; @@ -1230,12 +1100,10 @@ section.llms-instructor-info .llms-author .name { -webkit-font-smoothing: antialiased; color: #fff; } - -.llms-quiz-ui .llms-error a i.fa.fa-times-circle::before { +.llms-quiz-ui .llms-error a i.fa.fa-times-circle:before { content: "\e828"; font-weight: 100; } - .llms-quiz-ui .llms-quiz-nav .button { padding: 10px 2em; min-height: 40px; @@ -1244,72 +1112,58 @@ section.llms-instructor-info .llms-author .name { color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); } - .llms-quiz-ui .llms-quiz-nav .button:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .llms-quiz-ui .llms-quiz-nav .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); } - .llms-quiz-ui .llms-quiz-nav .button.llms-button-secondary { background-color: var(--bb-secondary-button-background-regular); color: var(--bb-secondary-button-text-regular); border: 1px solid var(--bb-secondary-button-border-regular); } - .llms-quiz-ui .llms-quiz-nav .button.llms-button-secondary:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - .llms-quiz-ui .llms-quiz-nav .button.llms-button-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); } - .llms-quiz-ui .llms-quiz-counter { font-size: 14px; color: var(--bb-alternate-text-color); margin-top: 4px; } - .llms-quiz-ui .llms-question-wrapper.type--blank input.llms-aq-blank, .llms-quiz-ui .llms-question-wrapper.type--blank input.llms-aq-blank:focus { border-bottom-width: 1px; color: var(--bb-primary-color); padding-bottom: 2px; } - .llms-quiz-ui .llms-question-wrapper.type--blank input.llms-aq-blank:focus { border-bottom-color: var(--bb-primary-color); } - .llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li { border: 1px solid var(--bb-content-border-color); border-radius: 4px; padding: 10px 20px; } - .llms-quiz-ui .llms-question-wrapper.type--reorder ol.llms-question-choices.llms-aq-reorder-list li.llms-aq-reorder-item.llms-aq-placeholder { border: 1px dashed var(--bb-content-border-color); } - .llms-quiz-ui .llms-question-wrapper.type--reorder ol.llms-question-choices li:last-child { border-bottom: 1px solid var(--bb-content-border-color); } - .llms-quiz-ui .llms-question-wrapper.type--reorder ol.llms-question-choices.llms-aq-reorder-list.dragging { box-shadow: none; } - .llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li > label { padding: 0; } - .llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li > label .llms-marker { float: left; margin: 3px 0 0; @@ -1317,8 +1171,7 @@ section.llms-instructor-info .llms-author .name { border: 0; cursor: move; } - -.llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li > label .llms-marker::after, .llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li > label .llms-marker::before { +.llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li > label .llms-marker:after, .llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li > label .llms-marker:before { font-family: bb-icons; font-size: 18px; text-rendering: auto; @@ -1334,68 +1187,54 @@ section.llms-instructor-info .llms-author .name { color: var(--bb-alternate-text-color); font-weight: 300; } - -.llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li > label .llms-marker::before { +.llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li > label .llms-marker:before { left: 6px; } - .llms-quiz-ui .llms-question-wrapper.type--picture_reorder ol.llms-question-choices.llms-aq-reorder-list li.llms-aq-reorder-item.llms-aq-placeholder { border: 1px dashed var(--bb-content-border-color); } - .llms-quiz-ui .llms-question-wrapper.type--picture_reorder ol.llms-question-choices.llms-aq-reorder-list.dragging { box-shadow: none; } - .llms-quiz-ui .llms-question-wrapper.type--picture_reorder .llms-question-choices li > label .llms-marker { display: none; } - .llms-quiz-ui .llms-question-wrapper.type--picture_reorder .llms-question-choices li > label .llms-marker.type--lister { display: block; } - .llms-quiz-ui .llms-question-wrapper.type--picture_reorder .llms-question-choices li > label .llms-marker.type--lister span { display: block; } - .llms-quiz-ui .llms-question-wrapper.type--short_answer input.llms-aq-short-answer-field { font-size: 15px; } - .llms-quiz-ui .llms-question-wrapper.type--long_answer .llms-aq-long-answer .ql-snow .ql-picker { color: #939597; } - .llms-quiz-ui .llms-question-wrapper.type--long_answer .llms-aq-long-answer .ql-snow .ql-stroke { stroke: #939597; } - .llms-quiz-ui .llms-question-wrapper.type--long_answer .llms-aq-long-answer .ql-snow .ql-fill, .llms-quiz-ui .llms-question-wrapper.type--long_answer .llms-aq-long-answer .ql-snow .ql-stroke.ql-fill { fill: #939597; } - .llms-quiz-ui .llms-question-wrapper.type--long_answer .llms-aq-long-answer .ql-toolbar.ql-snow { border: 0; } - .llms-quiz-ui .llms-question-wrapper.type--long_answer .llms-aq-long-answer .ql-toolbar.ql-snow + .ql-container.ql-snow { border-top: 1px solid var(--bb-content-border-color); border-color: var(--bb-content-border-color); } - .llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader { margin: 20px 0; border: 1px dashed #dedfe2; border-radius: 3px; } - .llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader .fa.fa-upload { font-family: bb-icons; speak: none; font-style: normal; - font-weight: 400; + font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; @@ -1403,64 +1242,52 @@ section.llms-instructor-info .llms-author .name { -webkit-font-smoothing: antialiased; color: var(--bb-primary-color); } - -.llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader .fa.fa-upload::before { +.llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader .fa.fa-upload:before { content: "\ee24"; } - .llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader h2 { font-size: 18px; color: var(--bb-headings-color); } - .llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader em { font-size: 14px; color: #939597; } - .llms-quiz-ui .llms-question-wrapper.type--code .llms-aq-code { font-size: 14px; border-radius: 3px; border: 1px solid var(--bb-content-border-color); } - .llms-quiz-ui .llms-question-wrapper.type--code .llms-aq-code .CodeMirror { background-color: var(--bb-content-border-color); border-radius: 3px; } - .llms-quiz-ui .llms-question-wrapper.type--code .llms-aq-code .CodeMirror pre.CodeMirror-line { padding: 0 10px; } - .llms-quiz-ui .llms-question-wrapper.type--code .llms-aq-code .CodeMirror-gutters { background-color: rgba(0, 0, 0, 0.025); border-left: 1px solid var(--bb-content-border-color); padding-left: 5px; } - .llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale { overflow: hidden; width: auto; } - .llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-label { font-size: 14px; color: #939597; } - .llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range { margin-bottom: 15px; width: auto; -ms-flex-wrap: wrap; flex-wrap: wrap; } - .llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio { margin-left: 5px; margin-bottom: 5px; } - .llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio:first-child .llms-aq-scale-button, .llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio:last-child .llms-aq-scale-button, .llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio .llms-aq-scale-button { @@ -1470,12 +1297,10 @@ section.llms-instructor-info .llms-author .name { height: 50px; padding: 17px 0; } - .llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio .llms-aq-scale-button:hover { background: var(--bb-primary-color); color: #fff; } - .llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio input[type="radio"]:checked + .llms-aq-scale-button { background: var(--bb-primary-color); color: #fff; @@ -1484,23 +1309,19 @@ section.llms-instructor-info .llms-author .name { .llms-quiz-question-wrapper h3.llms-question-text { font-size: 18px; line-height: 1.2; - font-weight: 700; + font-weight: bold; margin: 20px 0; } - .llms-quiz-question-wrapper .llms-question-image { margin-bottom: 30px; } - .llms-quiz-question-wrapper ol.llms-question-choices li.llms-choice { margin-bottom: 10px; padding-bottom: 10px; } - .llms-quiz-question-wrapper ol.llms-question-choices li.llms-choice .llms-choice-text { font-size: 16px; } - .llms-quiz-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker { font-size: 10px; width: 22px; @@ -1510,21 +1331,17 @@ section.llms-instructor-info .llms-author .name { border: 2px solid var(--bb-content-border-color); cursor: pointer; } - .llms-quiz-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker span.iterator { color: var(--bb-alternate-text-color); display: none; } - .llms-quiz-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker .fa { color: var(--bb-primary-color); } - .llms-quiz-question-wrapper ol.llms-question-choices li.llms-choice input:checked + .llms-marker { background: transparent; border-color: var(--bb-primary-color); } - .llms-quiz-question-wrapper .llms-video-wrapper .center-video { border-top: 0; padding: 1em 0 0; @@ -1535,7 +1352,6 @@ section.llms-instructor-info .llms-author .name { height: 0; overflow: hidden; } - .llms-quiz-question-wrapper .llms-video-wrapper .center-video iframe { position: absolute; top: 0; @@ -1545,23 +1361,19 @@ section.llms-instructor-info .llms-author .name { margin: 0; display: block; } - .llms-quiz-question-wrapper .llms-question-wrapper.type--choice ol.llms-question-choices li.llms-choice, .llms-quiz-question-wrapper .llms-question-wrapper.type--true_false ol.llms-question-choices li.llms-choice { border: 1px solid var(--bb-content-border-color); border-radius: 4px; padding: 10px 20px; } - .llms-quiz-question-wrapper .llms-question-wrapper.type--choice ol.llms-question-choices li.llms-choice label, .llms-quiz-question-wrapper .llms-question-wrapper.type--true_false ol.llms-question-choices li.llms-choice label { padding: 0; } - .llms-quiz-question-wrapper .llms-question-wrapper.type--picture_choice ol.llms-question-choices { margin-top: 30px; } - .llms-quiz-question-wrapper .llms-question-wrapper.type--picture_choice ol.llms-question-choices li.llms-choice .llms-marker.type--radio { display: none; } @@ -1599,13 +1411,11 @@ section.llms-instructor-info .llms-author .name { } @media (max-width: 599px) { - .llms-quiz-ui .llms-question-wrapper.type--picture_reorder ol.llms-question-choices.llms-aq-reorder-list .llms-aq-reorder-item.type--picture { width: 100%; } } @media (max-width: 428px) { - .llms-quiz-ui .llms-quiz-nav button#llms-prev-question { margin: 10px 0 0; } @@ -1615,7 +1425,7 @@ section.llms-instructor-info .llms-author .name { } } /* stylelint-disable max-line-length */ -.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment.llms-pa-read::after, +.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment.llms-pa-read:after, .nf-form-wrap .nf-form-content .nf-field-element input[type="button"], .frm_submit button, .llms-button-action.clicked, @@ -1634,16 +1444,13 @@ section.llms-instructor-info .llms-author .name { display: flex; } @media screen and (max-width: 992px) { - .llms-checkout.llms-checkout-cols-2 { display: block; } - .llms-checkout.llms-checkout-cols-2 .llms-checkout-col.llms-col-1 { margin-bottom: 20px; width: 100%; } - .llms-checkout.llms-checkout-cols-2 .llms-checkout-col.llms-col-2 { width: 100%; } @@ -1655,32 +1462,25 @@ section.llms-instructor-info .llms-author .name { .llms-student-dashboard .llms-student-dashboard__frame { background-color: var(--bb-content-background-color); - width: -webkit-calc(100% - 230px); - width: calc(100% - 230px); padding: 38px 40px; border-radius: var(--bb-block-radius) 0 0 var(--bb-block-radius); } @media screen and (max-width: 992px) { - .llms-student-dashboard .llms-student-dashboard__frame { padding: 38px 30px; } } @media screen and (max-width: 544px) { - .llms-student-dashboard .llms-student-dashboard__frame { padding: 20px; } } - .llms-student-dashboard .llms-student-dashboard__frame .llms-sd-tab.dashboard .llms-sd-section { padding-bottom: 38px; } - .llms-student-dashboard .llms-student-dashboard__frame .llms-sd-tab.dashboard .llms-sd-section:last-of-type { padding-bottom: 0; } - .llms-student-dashboard .llms-student-dashboard__frame > .llms-notice { margin-bottom: 40px; } @@ -1691,34 +1491,30 @@ section.llms-instructor-info .llms-author .name { } .lifterlms .llms-student-dashboard { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; border: 1px solid var(--bb-content-border-color); border-radius: var(--bb-block-radius); position: relative; } -@media only screen and (max-width: 800px) { - +@media (min-width: 600px) { .lifterlms .llms-student-dashboard { - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; + grid-row-gap: 0; } - - .lifterlms .llms-student-dashboard .llms-student-dashboard__frame { - width: 100%; + .lifterlms .llms-student-dashboard .llms-student-dashboard__frame:has(.orders-table), .lifterlms .llms-student-dashboard .llms-student-dashboard__frame:has(.llms-table) { + max-width: 100%; + } + .has-sidebar .lifterlms .llms-student-dashboard .llms-student-dashboard__frame:has(.orders-table), + .has-sidebar .lifterlms .llms-student-dashboard .llms-student-dashboard__frame:has(.llms-table) { + max-width: -webkit-calc(100% - 225px); + max-width: calc(100% - 225px); } } - +body.bb-template-v1 .lifterlms .llms-student-dashboard { + grid-gap: 0; +} .lifterlms .llms-student-dashboard .llms-sep { display: none; } - -.lifterlms .llms-student-dashboard .llms-sd-link { +body .lifterlms .llms-student-dashboard .llms-sd-nav .llms-sd-items .llms-sd-link { display: -webkit-box; display: -ms-flexbox; display: flex; @@ -1727,54 +1523,62 @@ section.llms-instructor-info .llms-author .name { color: var(--bb-headings-color); font-size: 14px; } - .lifterlms .llms-student-dashboard > ul.llms-notice { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } - .lifterlms .llms-sd-notification-center { width: 100%; margin-bottom: 0; } - .lifterlms .redeem-voucher form { width: 100%; margin-bottom: 0; } - .lifterlms .llms-status.llms-completed { color: #fff; } - .lifterlms .llms-person-form-wrapper form { width: 100%; margin-bottom: 0; } - .lifterlms .llms-table-sort .llms-button-secondary.small { padding: 1px 20px; } @media only screen and (max-width: 800px) { - .lifterlms .llms-sd-notification-center { padding: 38px 10px; } } - .lifterlms .llms-sd-items { padding: 30px 0; } @media only screen and (max-width: 800px) { - .lifterlms .llms-sd-items { padding-top: 15px; } } +.lifterlms .llms-form-fields input.llms-field-input { + font-family: inherit; + font-style: inherit; + font-size: 15px; + height: 41px; + 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); +} +.lifterlms .llms-form-fields input.llms-field-input: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); +} @media (max-width: 1200px) { - .has-sidebar.is_dashboard .widget-area:not(.widget-area-secondary) { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -1785,30 +1589,23 @@ section.llms-instructor-info .llms-author .name { .has-sidebar.is_dashboard #primary { max-width: 100%; } - - .has-sidebar.is_dashboard .llms-student-dashboard .llms-student-dashboard__frame { - width: 100%; - } } - .lifterlms .llms-sd-header { min-width: 230px; background: var(--bb-content-alternate-background-color); border-left: 1px solid var(--bb-content-border-color); border-radius: 0 var(--bb-block-radius) var(--bb-block-radius) 0; } - .lifterlms .llms-sd-header .llms-sd-title { display: none; padding: 12px 20px; font-size: 14px; text-transform: uppercase; - font-weight: 700; + font-weight: bold; margin: 0; cursor: pointer; } - -.lifterlms .llms-sd-header .llms-sd-title::after { +.lifterlms .llms-sd-header .llms-sd-title:after { font-family: bb-icons; content: "\edb1"; font-size: 1em; @@ -1818,7 +1615,6 @@ section.llms-instructor-info .llms-author .name { float: left; } @media only screen and (max-width: 800px) { - .lifterlms .llms-sd-header { border-left: none; display: -webkit-box; @@ -1829,14 +1625,12 @@ section.llms-instructor-info .llms-author .name { -ms-flex-direction: column; flex-direction: column; } - .lifterlms .llms-sd-header .llms-sd-nav { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; display: none; } - .lifterlms .llms-sd-header .llms-sd-title { display: block; -webkit-box-ordinal-group: 2; @@ -1846,20 +1640,17 @@ section.llms-instructor-info .llms-author .name { } @media only screen and (min-width: 800px) { - body:not(.has-sidebar) .lifterlms .llms-sd-header nav.llms-sd-nav { display: block; } } @media only screen and (min-width: 1200px) { - .has-sidebar .lifterlms .llms-sd-header nav.llms-sd-nav { display: block; } } @media only screen and (max-width: 1200px) { - .has-sidebar .lifterlms .llms-sd-header { border-left: none; display: -webkit-box; @@ -1870,14 +1661,12 @@ section.llms-instructor-info .llms-author .name { -ms-flex-direction: column; flex-direction: column; } - .has-sidebar .lifterlms .llms-sd-header .llms-sd-nav { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; display: none; } - .has-sidebar .lifterlms .llms-sd-header .llms-sd-title { display: block; -webkit-box-ordinal-group: 2; @@ -1886,29 +1675,18 @@ section.llms-instructor-info .llms-author .name { } } @media only screen and (max-width: 1200px) { - - .has-sidebar .lifterlms .llms-student-dashboard { - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; - } - .has-sidebar .lifterlms .llms-student-dashboard .llms-notice.llms-error { position: static; margin: 20px; } - .has-sidebar .lifterlms .llms-student-dashboard .llms-notice.llms-error + form, .has-sidebar .lifterlms .llms-student-dashboard .llms-notice.llms-error + .llms-sd-tab.dashboard section:first-child { padding-top: 38px; } - .has-sidebar .lifterlms .llms-student-dashboard .llms-notice.llms-error + .llms-person-login-form-wrapper { margin-top: 75px; } } @media only screen and (max-width: 1200px) { - .has-sidebar .llms-student-dashboard.redeem-voucher > .llms-notice { width: -webkit-calc(100% - 60px); width: calc(100% - 60px); @@ -1934,7 +1712,6 @@ body:not(.logged-in).llms-pointer.is_dashboard .llms-student-dashboard.dashboard flex-direction: column; } @media only screen and (max-width: 800px) { - .llms-sd-items { /* stylelint-disable declaration-block-no-redundant-longhand-properties */ -webkit-box-orient: horizontal; @@ -1947,15 +1724,12 @@ body:not(.logged-in).llms-pointer.is_dashboard .llms-student-dashboard.dashboard /* stylelint-enable */ } } - .llms-sd-items .current { background-color: var(--bb-content-background-color); } - .llms-sd-items .current a { color: var(--bb-headings-color); } - .llms-sd-items .llms-sd-item a::before { font-size: 22px; text-rendering: auto; @@ -1965,90 +1739,76 @@ body:not(.logged-in).llms-pointer.is_dashboard .llms-student-dashboard.dashboard min-width: 25px; } @media only screen and (max-width: 768px) { - .llms-sd-items .llms-sd-item a::before { display: none; } } - .llms-sd-items .llms-sd-item a:hover { color: var(--bb-primary-color); } @media only screen and (max-width: 800px) { - .llms-sd-items .llms-sd-item { width: 100%; } } - .llms-sd-items .llms-sd-item:hover a { color: var(--bb-primary-color); } - .llms-sd-items .dashboard a::before { content: "\ee74"; font-family: bb-icons; } - .llms-sd-items .signout a::before { content: "\eefd"; font-family: bb-icons; } - .llms-sd-items .orders a::before { content: "\eeab"; font-family: bb-icons; } - .llms-sd-items .my-grades a::before { content: "\e868"; font-family: bb-icons; } - .llms-sd-items .edit-account a::before { content: "\ee5a"; font-family: bb-icons; } - .llms-sd-items .view-memberships a::before { content: "\eed4"; font-family: bb-icons; } - .llms-sd-items .notifications a::before { content: "\e8a5"; font-family: bb-icons; } - .llms-sd-items .view-certificates a::before { content: "\e975"; font-family: bb-icons; } - +.llms-sd-items .view-favorites a::before { + content: "\eeb2"; + font-family: bb-icons; +} .llms-sd-items .view-achievements a::before { content: "\ee04"; font-family: bb-icons; } - .llms-sd-items .view-courses a::before { content: "\eeac"; font-family: bb-icons; } - .llms-sd-items .redeem-voucher a::before { content: "\ef0c"; font-family: bb-icons; } - .llms-sd-items .view-groups a::before { content: "\e95d"; font-family: bb-icons; } - .llms-sd-items li.llms-sd-item { cursor: pointer; } - .llms-sd-items li.llms-sd-item:hover { background-color: rgba(77, 92, 109, 0.1); } @@ -2064,22 +1824,19 @@ body:not(.logged-in).llms-pointer.is_dashboard .llms-student-dashboard.dashboard .llms-sd-grades .llms-table-sort form label { display: none; } - .llms-sd-grades .llms-table-sort form select { border-radius: var(--bb-input-radius); font-size: 13px; } - .llms-sd-grades .llms-table-sort form .llms-button-secondary { background-color: var(--bb-primary-button-background-regular); color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); + margin-right: 15px; } - .llms-sd-grades .llms-table-sort form .llms-button-secondary:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .llms-sd-grades .llms-table-sort form .llms-button-secondary:hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); @@ -2092,30 +1849,34 @@ body:not(.logged-in).llms-pointer.is_dashboard .llms-student-dashboard.dashboard margin-bottom: 0; border-radius: 4px; } - -.llms-student-dashboard .llms-sd-section.llms-sd-grades { +.llms-student-dashboard .llms-sd-section.llms-view-order, .llms-student-dashboard .llms-sd-section.llms-my-orders, .llms-student-dashboard .llms-sd-section.llms-sd-grades { overflow: auto; } +.llms-student-dashboard .llms-sd-section .llms-certificate { + padding: 0; +} @media screen and (max-width: 1200px) and (min-width: 600px) { - .llms-student-dashboard .llms-sd-section.llms-my-orders { overflow-x: auto; } - .llms-student-dashboard .llms-sd-section.llms-my-orders table { min-width: 760px; } } +.llms-student-dashboard.dashboard .llms-sd-section { + border: 0; + margin-bottom: 0; + padding: 0; +} .llms-student-dashboard .dashboard .llms-sd-section:last-of-type { padding-bottom: 38px; } - -.llms-student-dashboard .dashboard .llms-sd-section:last-of-type::after { +.llms-student-dashboard .dashboard .llms-sd-section:last-of-type:after { display: none; } -.llms-sd-tab.dashboard section.llms-sd-section::after { +.llms-sd-tab.dashboard section.llms-sd-section:after { content: ""; display: inline-block; width: 100%; @@ -2132,7 +1893,6 @@ body:not(.logged-in).llms-pointer.is_dashboard .llms-student-dashboard.dashboard font-size: 22px; margin-bottom: 0; } - .llms-student-dashboard .llms-sd-section .llms-sd-section-footer { margin-top: 0; } @@ -2147,7 +1907,6 @@ body:not(.logged-in).llms-pointer.is_dashboard .llms-student-dashboard.dashboard vertical-align: middle; } @media screen and (max-width: 600px) { - .llms-student-dashboard .orders-table th, .llms-student-dashboard .orders-table td { text-align: right; @@ -2206,7 +1965,7 @@ body:not(.logged-in).llms-pointer.is_dashboard .llms-student-dashboard.dashboard display: contents; } -.lifter-purchase::before { +.lifter-purchase:before { display: inline-block; width: 100%; height: 60px; @@ -2224,7 +1983,6 @@ body:not(.logged-in).llms-pointer.is_dashboard .llms-student-dashboard.dashboard border-color: var(--bb-content-border-color); margin-bottom: 10px; } - .llms-general-notification span { border-radius: 0 4px 4px 0; } @@ -2238,27 +1996,30 @@ body:not(.logged-in).llms-pointer.is_dashboard .llms-student-dashboard.dashboard background: var(--bb-primary-color); } +.orders-table, .llms-table { border-collapse: separate; font-size: 14px; min-width: 760px; border: 0; } - +.orders-table td, .llms-table td { border: 0; border-bottom: 1px solid var(--bb-content-border-color); padding: 15px 12px; } - +.orders-table td .llms-donut.mini, .llms-table td .llms-donut.mini { float: right; } - +.orders-table tr:last-child td, .llms-table tr:last-child td { border-bottom: 0; } +.orders-table thead th, +.orders-table thead td, .llms-table thead th, .llms-table thead td { font-size: 15px; @@ -2288,15 +2049,16 @@ body:not(.logged-in).llms-pointer.is_dashboard .llms-student-dashboard.dashboard background: transparent; } +.orders-table thead th, .llms-table thead th { text-transform: uppercase; - font-weight: 400; + font-weight: normal; font-size: 14px; color: var(--bb-alternate-text-color); white-space: nowrap; } @media screen and (max-width: 1200px) { - + .orders-table thead th, .llms-table thead th { font-size: 13px; letter-spacing: -1px; @@ -2305,10 +2067,11 @@ body:not(.logged-in).llms-pointer.is_dashboard .llms-student-dashboard.dashboard } } +.orders-table tfoot tr, .llms-table tfoot tr { background-color: transparent; } - +.orders-table tfoot label, .llms-table tfoot label { font-size: 15px; margin: 1px 0 0; @@ -2330,7 +2093,6 @@ td.llms-table-navigation { -ms-flex-align: center; align-items: center; } - .llms-table-sort form select { margin: 0 10px; } @@ -2354,15 +2116,12 @@ td.llms-table-navigation { -ms-flex-direction: column; flex-direction: column; } - .llms-sd-widgets .llms-sd-widget-title { margin-left: 10px; } - .llms-sd-widgets .llms-sd-widget:first-child { margin-right: 10px; } - .llms-sd-widgets .llms-sd-widget:last-child { margin-left: 10px; } @@ -2376,16 +2135,40 @@ td.llms-table-navigation { font-weight: 400; color: var(--bb-body-text-color); } - .llms-person-form.edit-account .llms-form-fields .llms-form-field input { margin-top: 9px; margin-bottom: 21px; } - .llms-person-form.edit-account .llms-form-fields .llms-form-field .select2-container { margin-top: 9px; } - +.llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter { + color: var(--bb-headings-color); + font-size: 13px; + border-radius: var(--bb-block-radius-inner); + margin-bottom: 10px; +} +.llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.mismatch, .llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.too-short, .llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.very-weak { + border-color: var(--bb-danger-color); +} +.llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.mismatch:before, .llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.too-short:before, .llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.very-weak:before { + background-color: rgba(var(--bb-danger-color-rgb), 0.5); +} +.llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.weak { + border-color: var(--bb-warning-color); +} +.llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.weak:before { + background-color: rgba(var(--bb-warning-color-rgb), 0.5); +} +.llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.medium, .llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.strong { + border-color: var(--bb-success-color); +} +.llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.medium:before, .llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.strong:before { + background-color: rgba(var(--bb-success-color-rgb), 0.5); +} +.llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter + .llms-password-strength-meter { + line-height: 1.4; +} .llms-person-form.edit-account .llms-field-button.llms-button-action { font-size: 15px; font-weight: 500; @@ -2394,7 +2177,6 @@ td.llms-table-navigation { body:not(.logged-in) .lifterlms .llms-student-dashboard { border: 0; } - body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form { border: 1px solid var(--bb-content-border-color); background-color: var(--bb-content-background-color); @@ -2403,20 +2185,17 @@ body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form font-size: 14px; } @media only screen and (max-width: 992px) { - body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form { padding-right: 10%; padding-left: 10%; } } @media only screen and (max-width: 800px) { - body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form { padding-right: 5%; padding-left: 5%; } } - body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .llms-button-action { font-weight: 500; font-size: 15px; @@ -2432,25 +2211,30 @@ body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form display: -ms-flexbox; display: flex; } - .llms-student-dashboard.orders .order-title .llms-status { margin-right: 20px; font-size: 12px; padding: 0 15px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.llms-student-dashboard.orders .order-title .llms-status.llms-completed { + background-color: var(--bb-success-color); } - .llms-student-dashboard.orders table { font-size: 14px; border: 0; } @media screen and (min-width: 600px) { - .llms-student-dashboard.orders table th, .llms-student-dashboard.orders table td { border-top: 1px solid var(--bb-content-border-color); } } - .llms-student-dashboard.orders table .llms-status { padding: 0 10px; float: left; @@ -2462,57 +2246,58 @@ body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form text-align: center; min-width: 85px; } - .llms-student-dashboard.orders table .llms-status.llms-completed, .llms-student-dashboard.orders table .llms-status.llms-refunded { color: var(--bb-success-color); border-color: var(--bb-success-color); } - .llms-student-dashboard.orders table .llms-status.llms-pending { color: var(--bb-warning-color); border-color: var(--bb-warning-color); } - .llms-student-dashboard.orders table .llms-status.llms-cancelled, .llms-student-dashboard.orders table .llms-status.llms-failed { color: var(--bb-danger-color); border-color: var(--bb-danger-color); } - .llms-student-dashboard.orders .orders-table tbody tr:first-child th, .llms-student-dashboard.orders .orders-table tbody tr:first-child td { border-top: 0; } - .llms-student-dashboard.orders .orders-table th { - font-weight: 400; + font-weight: normal; color: var(--bb-headings-color); } - +.llms-student-dashboard.orders .orders-table tbody tr th, +.llms-student-dashboard.orders .orders-table tbody tr td { + border-bottom: 0; +} +.llms-student-dashboard.orders .orders-table tbody tr th .llms-status, +.llms-student-dashboard.orders .orders-table tbody tr td .llms-status { + padding: 4px 10px; +} .llms-student-dashboard.orders .orders-table tbody tr:nth-child(even) th, .llms-student-dashboard.orders .orders-table tbody tr:nth-child(even) td { - background-color: var(--bb-content-alternate-background-color); + background-color: transparent; +} +.llms-student-dashboard.orders .orders-table tbody tr:nth-child(odd) td, +.llms-student-dashboard.orders .orders-table tbody tr:nth-child(odd) th { + background-color: transparent; } - .llms-student-dashboard.orders .orders-table tbody tr:hover td { - background-color: var(--bb-content-alternate-background-color); + background-color: transparent; } - .llms-student-dashboard.orders .orders-table tbody td:first-child a { margin-left: 5px; } @media screen and (min-width: 600px) { - .llms-student-dashboard.orders .orders-table tbody tr.llms-order-item .llms-button-primary { opacity: 0; } - .llms-student-dashboard.orders .orders-table tbody tr.llms-order-item:hover .llms-button-primary { opacity: 1; } } - .llms-student-dashboard.orders .orders-table thead td { - font-weight: 400; + font-weight: normal; text-transform: uppercase; border-top: 0; color: var(--bb-alternate-text-color); @@ -2520,7 +2305,6 @@ body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form letter-spacing: -0.4px; } @media screen and (max-width: 1250px) { - .llms-student-dashboard.orders .llms-student-dashboard .orders-table th, .llms-student-dashboard.orders .llms-student-dashboard .orders-table td { padding-right: 6px; @@ -2529,17 +2313,14 @@ body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form } @media screen and (min-width: 1200px) and (max-width: 1300px) { - .has-sidebar .llms-student-dashboard.orders table .llms-status { float: none; white-space: nowrap; } - .has-sidebar .llms-student-dashboard.orders table { font-size: 13px; } } - .orders-table .llms-button-primary { background-color: var(--bb-secondary-button-background-regular); color: var(--bb-secondary-button-text-regular); @@ -2547,11 +2328,9 @@ body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form padding: 6px 20px; min-width: auto; } - .orders-table .llms-button-primary:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - .orders-table .llms-button-primary:hover { background-color: var(--bb-secondary-button-background-hover); color: var(--bb-secondary-button-text-hover); @@ -2559,16 +2338,30 @@ body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form box-shadow: none; } +.llms-sd-notification-center { + background-color: transparent; + padding: 0; + border: 0; +} +.llms-sd-notification-center .llms-notification-title { + color: var(--bb-headings-color); +} .llms-sd-notification-center .llms-notification-list-item:hover .llms-notification { background-color: inherit; } - .llms-sd-notification-center .llms-notification { + display: block; border-top: 1px solid var(--bb-content-border-color); box-shadow: none; background-color: transparent; } - +.llms-sd-notification-center .llms-notification:has(.llms-mini-cert--body) { + display: block; +} +.llms-sd-notification-center .llms-notification:has(.llms-mini-cert--body) .llms-notification-footer { + margin-right: 0; + max-width: 75%; +} .llms-sd-notification-center .llms-notification-list-item:first-child .llms-notification { border-top: 0; } @@ -2582,19 +2375,16 @@ body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form font-size: 15px; margin-left: 10px; } - .llms-student-dashboard.redeem-voucher input[name="llms_voucher_code"] { border-radius: var(--bb-input-radius); padding: 0 20px; } @media screen and (max-width: 992px) { - .llms-student-dashboard.redeem-voucher input[name="llms_voucher_code"] { width: 100%; margin-top: 10px; } } - .llms-student-dashboard.redeem-voucher button { padding-top: 6px; padding-bottom: 6px; @@ -2602,11 +2392,9 @@ body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); } - .llms-student-dashboard.redeem-voucher button:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .llms-student-dashboard.redeem-voucher button:hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); @@ -2616,15 +2404,12 @@ body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .llms-sd-section__blank { text-align: center; } - .llms-sd-section__blank img { margin: 0 0 20px; } - .llms-sd-section__blank p { color: var(--bb-alternate-text-color); } - .llms-sd-section__blank i { font-size: 70px; color: #a1a9b5; @@ -2642,44 +2427,12 @@ body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form } @media only screen and (max-width: 1200px) { - .llms-student-dashboard .llms-sd-section.llms-view-order .order-primary, .llms-student-dashboard .llms-sd-section.llms-view-order .order-secondary { width: 100%; float: none; } } - -body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-section, -body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notification-center { - position: relative; -} -@media only screen and (min-width: 800px) { - - body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-section .llms-sd-section__blank, - body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notification-center .llms-sd-section__blank { - position: relative; - top: 50%; - right: 50%; - -webkit-transform: translate(50%, -50%); - -ms-transform: translate(50%, -50%); - transform: translate(50%, -50%); - } -} - -@media only screen and (min-width: 1200px) { - - .has-sidebar .llms-student-dashboard:not(.dashboard) .llms-sd-section .llms-sd-section__blank, - .has-sidebar .llms-student-dashboard:not(.dashboard) .llms-sd-notification-center .llms-sd-section__blank { - position: relative; - top: 50%; - right: 50%; - -webkit-transform: translate(50%, -50%); - -ms-transform: translate(50%, -50%); - transform: translate(50%, -50%); - } -} - .llms-student-dashboard.redeem-voucher > .llms-notice, .llms-student-dashboard.edit-account > .llms-notice { position: absolute; @@ -2689,7 +2442,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica left: 80px; } @media only screen and (max-width: 992px) { - .llms-student-dashboard.redeem-voucher > .llms-notice, .llms-student-dashboard.edit-account > .llms-notice { width: -webkit-calc(100% - 290px); @@ -2699,7 +2451,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica } } @media only screen and (max-width: 800px) { - .llms-student-dashboard.redeem-voucher > .llms-notice, .llms-student-dashboard.edit-account > .llms-notice { width: -webkit-calc(100% - 60px); @@ -2720,7 +2471,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica .llms-sd-widgets .llms-sd-widget .llms-achievement { max-width: 240px; } - .llms-sd-widgets .llms-sd-widget .llms-achievement .llms-achievement-content { margin: 0 0 10px; } @@ -2740,43 +2490,34 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica .llms-single-course-grades-wrapper { overflow-x: auto; } - .llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades { margin-right: 0; margin-left: 0; } - .llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-donut { margin-bottom: 0; } - .llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-status { margin-top: 0; color: #fff; } - .llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-status.llms-pass { background-color: var(--bb-success-color); } - .llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-status.llms-pending, .llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-status.llms-incomplete { background-color: var(--bb-warning-color); } - .llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-status.llms-fail { background-color: var(--bb-danger-color); } - .llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-assignment > a, .llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-associated_quiz > a { margin-top: 6px; display: inline-block; } - .llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades tr.llms-section:first-child th { padding-top: 8px; } - .llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades tr.llms-section th { padding-top: 30px; padding-bottom: 15px; @@ -2789,11 +2530,9 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica .llms-single-course-grades .llms-overall_grade { text-align: center; } - .llms-single-course-grades.llms-table td { vertical-align: middle; } - .llms-single-course-grades td.llms-assignment .llms-single-course-grades__inCell, .llms-single-course-grades td.llms-associated_quiz .llms-single-course-grades__inCell { display: -webkit-box; @@ -2806,17 +2545,14 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica -ms-flex-pack: center; justify-content: center; } - .llms-single-course-grades td.llms-assignment .llms-single-course-grades__inCell > *, .llms-single-course-grades td.llms-associated_quiz .llms-single-course-grades__inCell > * { margin: 0 4px; } - .llms-single-course-grades td.llms-assignment .llms-single-course-grades__inCell > a, .llms-single-course-grades td.llms-associated_quiz .llms-single-course-grades__inCell > a { font-size: 80%; } - .llms-single-course-grades .llms-status { border-radius: 3px; border: 0; @@ -2836,18 +2572,15 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica .llms-loop-list .llms-loop-item { width: -webkit-calc(33.333% - 20px); width: calc(33.333% - 20px); - /* Set default certificate width */ } @media only screen and (max-width: 1200px) { - .llms-loop-list .llms-loop-item { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); } } @media only screen and (max-width: 992px) { - .llms-loop-list .llms-loop-item { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); @@ -2859,14 +2592,12 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica width: calc(33.333% - 20px); } @media only screen and (max-width: 1200px) { - .llms-loop-list.cols-3 .llms-loop-item { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); } } @media only screen and (max-width: 992px) { - .llms-loop-list.cols-3 .llms-loop-item { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); @@ -2876,23 +2607,19 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica .has-sidebar .llms-student-dashboard .llms-loop-list .llms-loop-item { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); - /* Set default certificate width */ } @media only screen and (max-width: 1200px) { - .has-sidebar .llms-student-dashboard .llms-loop-list .llms-loop-item { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); } } - .has-sidebar .llms-student-dashboard .llms-loop-list.cols-3 .llms-loop-item { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); } @media only screen and (max-width: 1200px) { - .has-sidebar .llms-student-dashboard .llms-loop-list.cols-3 .llms-loop-item { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); @@ -2909,14 +2636,12 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica flex-wrap: wrap; } @media only screen and (max-width: 1200px) { - .lifterlms .llms-sd-section .llms-loop-list { -ms-flex-preferred-size: 50%; flex-basis: 50%; } } @media only screen and (max-width: 992px) { - .lifterlms .llms-sd-section .llms-loop-list { -ms-flex-preferred-size: 100%; flex-basis: 100%; @@ -2933,51 +2658,44 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica flex-wrap: wrap; } @media only screen and (max-width: 1200px) { - .llms-loop-list { -ms-flex-preferred-size: 50%; flex-basis: 50%; } } @media only screen and (max-width: 992px) { - .llms-loop-list { -ms-flex-preferred-size: 100%; flex-basis: 100%; } } - .llms-loop-list li.llms-loop-item { border-radius: var(--bb-block-radius); padding-bottom: 0; border: 1px solid var(--bb-content-border-color); margin: 10px; } - .llms-loop-list li.llms-loop-item:hover { box-shadow: 0 4px 32px 0 rgba(18, 43, 70, 0.1); -webkit-transition: box-shadow 0.3s ease-in-out; transition: box-shadow 0.3s ease-in-out; } - .llms-loop-list .llms-loop-item-content { background-color: var(--bb-content-background-color); padding-bottom: 0; margin: 0; height: auto !important; border-radius: var(--bb-block-radius); + border: 0; } - .llms-loop-list .llms-loop-item-content .fluid-width-video-wrapper { margin: 0; } - .llms-loop-list .llms-loop-item-content .llms-meta, .llms-loop-list .llms-loop-item-content .llms-author, .llms-loop-list .llms-loop-item-content .llms-loop-title { padding: 0; } - .llms-loop-list .llms-loop-item-content a.llms-loop-link { display: -webkit-box; display: -ms-flexbox; @@ -2988,13 +2706,11 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica flex-direction: column; height: 100%; } - .llms-loop-list .llms-loop-item-content .llms-loop-item-footer { padding-bottom: 15px; border-top: 0; border-radius: 0 0 4px 4px; } - .llms-loop-list .llms-loop-item-content .llms-author { font-weight: 500; margin-bottom: 20px; @@ -3005,25 +2721,20 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica -ms-flex-align: center; align-items: center; } - .llms-loop-list .llms-loop-item-content .llms-author .llms-author-info.name { color: var(--bb-body-text-color); } - .llms-loop-list .llms-loop-item-content .llms-meta { margin-bottom: 0; font-size: 13px; color: var(--bb-alternate-text-color); } - .llms-loop-list .llms-loop-item-content .llms-progress .llms-progress-bar { height: 4px; } - .llms-loop-list .llms-loop-item-content .llms-progress .progress-bar-complete { background-color: var(--bb-primary-color); } - .llms-loop-list .llms-loop-item-content .llms-loop-item-after-image { padding: 14px 20px; } @@ -3032,7 +2743,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica .llms-loop-link .bb-cover-wrap { padding-top: 56.25%; } - .bb-cover-wrap--llms .ld-status, .llms-loop-link .bb-cover-wrap .ld-status { position: absolute; @@ -3048,7 +2758,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica line-height: 1; letter-spacing: 0.23px; } - .bb-cover-wrap--llms .ld-status.ld-status-complete.ld-primary-background, .llms-loop-link .bb-cover-wrap .ld-status.ld-status-complete.ld-primary-background { background-color: var(--bb-success-color); @@ -3063,11 +2772,9 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica .llms-sd-section.llms-my-courses .llms-loop-list .llms-loop-item-content a.llms-loop-link { height: initial; } - .llms-sd-section.llms-my-courses .llms-loop-list .llms-loop-item-content a.llms-loop-link .llms-loop-item-after-image { text-align: right; } - .llms-sd-section.llms-my-courses .llms-loop-list .llms-loop-item-content .llms-loop-item-footer { padding-bottom: 0; } @@ -3080,11 +2787,9 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica text-transform: uppercase; text-align: right; } - .single-course.llms-pointer .llms-extra { position: relative; } - .single-course.llms-pointer .llms-extra-logged-out i, .single-course.llms-pointer .llms-extra-locked i { font-family: bb-icons !important; @@ -3096,9 +2801,8 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica border: 2px solid #cacaca; border-radius: 100%; } - -.single-course.llms-pointer .llms-extra-logged-out i::before, -.single-course.llms-pointer .llms-extra-locked i::before { +.single-course.llms-pointer .llms-extra-logged-out i:before, +.single-course.llms-pointer .llms-extra-locked i:before { content: "\e876"; font-size: 12px; position: absolute; @@ -3109,34 +2813,27 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica transform: translateY(-50%) translateX(50%); color: transparent; } - .single-course.llms-pointer .bb-llms-content-wrap .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link:hover { background: transparent; } - .single-course.llms-pointer .bb-llms-banner { padding: 0 20px; } - .single-course.llms-pointer .bb-llms-content-wrap { padding-top: 35px; padding-bottom: 50px; } - .single-course.llms-pointer .bb-llms-content-wrap > p { font-size: 16px; } - .single-course.llms-pointer .bb-llms-content-wrap > .llms-video-wrapper, .single-course.llms-pointer .bb-llms-content-wrap > .llms-audio-wrapper { margin-bottom: 25px; } - .single-course.llms-pointer .bb-llms-content-wrap > .llms-video-wrapper .center-audio iframe, .single-course.llms-pointer .bb-llms-content-wrap > .llms-audio-wrapper .center-audio iframe { width: 100%; } - .single-course.llms-pointer .bb-course-excerpt { margin-bottom: 20px; opacity: 0.8; @@ -3144,21 +2841,17 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica letter-spacing: -0.24px; line-height: 27px; } - .single-course.llms-pointer .bb-course-points { margin-bottom: 35px; } - .single-course.llms-pointer .bb-course-points a.anchor-course-points { color: #fff; font-size: 15px; font-weight: 500; } - .single-course.llms-pointer .bb-course-points a.anchor-course-points i { margin-right: 10px; } - .single-course.llms-pointer .bb-course-banner-inner { max-width: -webkit-calc(100% - 480px); max-width: calc(100% - 480px); @@ -3166,7 +2859,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica width: calc(100% - 480px); } @media screen and (max-width: 1200px) { - .single-course.llms-pointer .bb-course-banner-inner { max-width: -webkit-calc(100% - 400px); max-width: calc(100% - 400px); @@ -3175,7 +2867,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica } } @media screen and (max-width: 880px) { - .single-course.llms-pointer .bb-course-banner-inner { max-width: -webkit-calc(100% - 320px); max-width: calc(100% - 320px); @@ -3183,13 +2874,11 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica width: calc(100% - 320px); } } - .single-course.llms-pointer .bb-preview-course-link-wrap { position: relative; padding: 68px 0; color: #fff; } - .single-course.llms-pointer .bb-single-course-sidebar .widget { box-shadow: 0 32px 54px 0 rgba(0, 0, 0, 0.1); border-radius: var(--bb-block-radius); @@ -3198,7 +2887,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica background-color: var(--bb-content-background-color); margin-bottom: 0; } - .single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap { margin: 0 -30px; border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; @@ -3214,21 +2902,17 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica -ms-flex-pack: center; justify-content: center; } - .single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap audio { width: 100%; background-color: #e2e7ed; } - .single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap audio:focus { outline: 0; } - .single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap audio::-webkit-media-controls-panel { background-color: #e2e7ed; border-radius: 0; } - .single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap.bb-thumbnail-preview { display: block; height: 0; @@ -3236,7 +2920,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica position: relative; z-index: 1; } - .single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap.bb-thumbnail-preview img { position: absolute; top: 0; @@ -3250,11 +2933,9 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica min-width: 100%; object-fit: cover; } - .single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap { padding: 0; } - .single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container { height: 0; padding-bottom: 56.25%; @@ -3262,7 +2943,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica z-index: 1; background-color: var(--bb-cover-image-background-color); } - .single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay { position: absolute; z-index: 2; @@ -3278,17 +2958,14 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay:hover .bb-course-play-btn { width: 60px; height: 60px; background-color: rgba(248, 248, 248, 0.9); } - -.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay:hover .bb-course-play-btn::after { +.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay:hover .bb-course-play-btn:after { border-color: transparent var(--bb-primary-color) transparent transparent; } - .single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay > div { display: -webkit-box; display: -ms-flexbox; @@ -3304,7 +2981,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica font-weight: 500; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); } - .single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay .bb-course-play-btn-wrapper { width: 60px; height: 60px; @@ -3316,7 +2992,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica -ms-flex-align: center; align-items: center; } - .single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay .bb-course-play-btn { display: -webkit-box; display: -ms-flexbox; @@ -3332,8 +3007,7 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - -.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay .bb-course-play-btn::after { +.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay .bb-course-play-btn:after { content: ""; display: inline-block; position: relative; @@ -3347,28 +3021,24 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .single-course.llms-pointer .bb-single-course-sidebar .lifter-sidebar-widgets, .single-course.llms-pointer .bb-single-course-sidebar .widget_course_syllabus { margin: 0; list-style: none; } - .single-course.llms-pointer .bb-single-course-sidebar .lifter-sidebar-widgets .widget, .single-course.llms-pointer .bb-single-course-sidebar .widget_course_syllabus .widget { margin: 15px 0; padding: 15px 25px; } - -.single-course.llms-pointer .llms-meta-info h3 { +.single-course.llms-pointer .llms-meta-info h3, +.single-course.llms-pointer .llms-meta-info .llms-meta-title { font-size: 16px; text-transform: uppercase; } - .single-course.llms-pointer .llms-instructor-info { margin-bottom: 15px; } - .single-course.llms-pointer .llms-instructor-info h3 { font-size: 16px; font-weight: 600; @@ -3376,7 +3046,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica text-transform: uppercase; text-align: right; } - .single-course.llms-pointer .llms-instructor-info .llms-author .llms-author-avatar { display: -webkit-box; display: -ms-flexbox; @@ -3386,11 +3055,9 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica align-items: center; margin-left: 20px; } - .single-course.llms-pointer .llms-instructor-info .llms-author .llms-author-avatar img { margin: 0; } - .single-course.llms-pointer .llms-instructor-info .llms-author-holder .llms-author-info.name { margin-right: 0; text-align: right; @@ -3399,11 +3066,9 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica line-height: 1; margin-bottom: 5px; } - .single-course.llms-pointer .llms-instructor-info .llms-author-holder .llms-author-info.label { margin: 0; } - .single-course.llms-pointer .llms-instructor-info .llms-author-holder .llms-author-name-holder { display: -webkit-box; display: -ms-flexbox; @@ -3412,7 +3077,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica -ms-flex-align: center; align-items: center; } - .single-course.llms-pointer .llms-instructor-info .llms-author-holder .meta-saperator { margin: 0 15px; line-height: 13px; @@ -3429,13 +3093,11 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica font-size: 16px; color: var(--bb-headings-color); } - .single-course.llms-pointer .llms-instructor-info .llms-author-holder .llms-author-number-courses { font-size: 14px; line-height: 1.2; margin-bottom: 0; } - .single-course.llms-pointer .bb-modal.bb_course_video_details { padding: 10px; max-height: -webkit-calc(100vh - 20px); @@ -3444,7 +3106,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica -ms-flex: 1 1 auto; flex: 1 1 auto; } - .single-course.llms-pointer .bb-modal.bb_course_video_details button.mfp-close { width: 30px; height: 30px; @@ -3454,7 +3115,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica background-color: #fff; } @media screen and (min-width: 820px) { - .single-course.llms-pointer .bb-single-course-sidebar { max-width: 380px; -webkit-box-flex: 0; @@ -3466,27 +3126,22 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica } } @media screen and (min-width: 768px) { - .single-course.llms-pointer .bb-grid .bb-llms-content-wrap { padding-left: 8%; } - .single-course.llms-pointer .site-content { padding-right: 30px; padding-left: 30px; } } @media screen and (max-width: 819px) { - .single-course.llms-pointer .bb-course-banner-inner { max-width: 100%; width: 100%; } - .single-course.llms-pointer .bb-course-banner-info { padding: 30px 0; } - .single-course.llms-pointer .bb-grid .bb-single-course-sidebar { max-width: 100%; -webkit-box-flex: 0; @@ -3497,11 +3152,9 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica order: 1; margin: 30px 0 20px !important; } - .single-course.llms-pointer .bb-grid .bb-single-course-sidebar .thumbnail-container img { width: 100%; } - .single-course.llms-pointer .bb-grid #lifter-course-content { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; @@ -3511,7 +3164,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica } } @media screen and (min-width: 681px) { - .single-course.llms-pointer .bb-llms-content-wrap { max-width: 820px; } @@ -3527,7 +3179,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica display: flex; margin-bottom: 30px; } - .wp-block-llms-course-progress .llms-progress { display: -webkit-box; display: -ms-flexbox; @@ -3542,7 +3193,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica align-items: center; height: auto; } - .wp-block-llms-course-progress .llms-progress .progress__indicator { margin: 0; display: block; @@ -3552,19 +3202,16 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica line-height: normal; padding-left: 20px; } - .wp-block-llms-course-progress .llms-progress .progress__indicator .ld-progress-percentage { font-size: 12px; font-weight: 700; text-align: right; line-height: 2; } - .wp-block-llms-course-progress .llms-progress .progress__indicator .ld-progress-steps { font-size: 12px; line-height: 2; } - .wp-block-llms-course-progress .llms-progress .llms-progress-bar { -webkit-box-flex: 1; -ms-flex: 1 auto; @@ -3577,7 +3224,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica color: #fff; border-radius: 7px; } - .wp-block-llms-course-progress .llms-progress .llms-progress-bar .progress-bar-complete { border-radius: 7px; } @@ -3587,19 +3233,17 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica } .llms-syllabus-wrapper .llms-section-title { + font-weight: 500; margin-bottom: 10px; } - .llms-syllabus-wrapper .llms-lesson-link-locked { min-height: inherit; } - .llms-syllabus-wrapper .llms-lesson-link-locked .llms-lesson-counter { padding-left: 30px; position: relative; } - -.llms-syllabus-wrapper .llms-lesson-link-locked .llms-lesson-counter::after { +.llms-syllabus-wrapper .llms-lesson-link-locked .llms-lesson-counter:after { content: ""; font-size: 12px; position: absolute; @@ -3611,21 +3255,17 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica border-color: #aaa; border: 2px solid; } - -.llms-syllabus-wrapper .assignment_section_holder.quizzes_section_holder .llms-lesson-preview.llms-quizz-preview .llms-lesson-link::before { +.llms-syllabus-wrapper .assignment_section_holder.quizzes_section_holder .llms-lesson-preview.llms-quizz-preview .llms-lesson-link:before { content: "\ef3e"; font-family: bb-icons; } - -.llms-syllabus-wrapper .llms-lesson-preview { - margin-bottom: 10px; +.llms-syllabus-wrapper .llms-section-title + .llms-lesson-preview { + border-radius: var(--bb-block-radius-inner); } - .llms-syllabus-wrapper .llms-lesson-preview:hover .llms-lesson-main { background: rgba(146, 164, 183, 0.1); } - -.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-complete .llms-lesson-link::after { +.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-complete .llms-lesson-link:after { border: 2px solid var(--bb-primary-color); border-radius: 100%; background-color: var(--bb-primary-color); @@ -3636,29 +3276,25 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica -ms-transform: translateY(-50%) translateX(50%); transform: translateY(-50%) translateX(50%); display: inline-block; - font: 400 normal normal 14px/1 FontAwesome; + font: normal normal normal 14px/1 FontAwesome; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; padding-top: 2px; } - .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-complete h5 { text-decoration: line-through; } - .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview { margin-bottom: 0; } - .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview .llms-lesson-link { box-shadow: none; padding: 16px 75px 16px 90px; text-align: right; } - -.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview .llms-lesson-link::before { - font: 400 normal normal 18px/1 bb-icons; +.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview .llms-lesson-link:before { + font: normal normal normal 18px/1 bb-icons; speak: none; display: inline-block; text-decoration: inherit; @@ -3673,8 +3309,7 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica font-size: 20px; color: var(--bb-headings-color); } - -.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview .llms-lesson-link::after { +.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview .llms-lesson-link:after { content: ""; font-size: 12px; position: absolute; @@ -3691,7 +3326,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica border-color: var(--bb-content-border-color); border-radius: 100%; } - .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview .llms-lesson-link h5 { margin-bottom: 0; position: relative; @@ -3700,7 +3334,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica letter-spacing: -0.24px; line-height: 1.6; } - .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-main { display: -webkit-box; display: -ms-flexbox; @@ -3711,11 +3344,9 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica background: rgba(146, 164, 183, 0.05); border-radius: 4px; } - .llms-syllabus-wrapper .llms-lesson-preview .quizzes_section_holder { display: none; } - .llms-syllabus-wrapper .llms-lesson-preview .ld-item-details { display: -webkit-box; display: -ms-flexbox; @@ -3728,30 +3359,25 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica justify-content: center; width: 50px; } - .llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button { margin-right: 0; -webkit-transition: color 0.3s ease, background 0.3s ease; transition: color 0.3s ease, background 0.3s ease; } - .llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button.ld-button-alternate { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } - .llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button.ld-button-alternate.ld-expanded { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); } - .llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button.no-section span { color: transparent; pointer-events: none; } - .llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down { color: var(--bb-headings-color); border-radius: 100%; @@ -3763,14 +3389,13 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica padding: 2px; line-height: 16px; text-align: center; - font-weight: 700; + font-weight: bold; -webkit-transition: color 0.3s ease, background 0.3s ease; transition: color 0.3s ease, background 0.3s ease; } - -.llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down::before { +.llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down:before { content: "\e861"; - font: 400 normal normal 9px/1 bb-icons; + font: normal normal normal 18px/1 bb-icons; speak: none; text-decoration: inherit; text-transform: none; @@ -3781,12 +3406,10 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica transition: transform 0.2s; font-weight: 300; } - .llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down:hover { color: var(--bb-primary-color); cursor: pointer; } - .llms-syllabus-wrapper .llms-lesson-holder { display: -webkit-box; display: -ms-flexbox; @@ -3805,11 +3428,9 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica -ms-flex: 1; flex: 1; } - .llms-syllabus-wrapper .llms-lesson-holder.llms_has-thumbnail { padding-top: 200px; } - .llms-syllabus-wrapper .llms-lesson-holder.llms_has-thumbnail .llms-lesson-thumbnail { position: absolute; top: 0; @@ -3817,14 +3438,12 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica width: 100%; height: 200px; } - .llms-syllabus-wrapper .llms-lesson-holder.llms_has-thumbnail .llms-lesson-thumbnail img { height: 200px; width: 100%; object-fit: cover; border-radius: 4px 4px 0 0; } - .llms-syllabus-wrapper .llms-lesson-link { padding: 19px 0 19px 15px; display: -webkit-box; @@ -3845,31 +3464,25 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica -ms-flex: 1; flex: 1; } - .llms-syllabus-wrapper .llms-lesson-link.no_quiz_and_assigment { padding: 19px 25px 19px 15px; } - .llms-syllabus-wrapper .llms-lesson-link .clear { display: none; } - .llms-syllabus-wrapper .llms-lesson-link .llms-extra { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; position: relative; } - .llms-syllabus-wrapper .llms-lesson-link .llms-extra .llms-lesson-counter { font-size: 12px; font-weight: 400; } - .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-title { text-decoration: line-through; } - .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-complete { -ms-flex-preferred-size: 22px; flex-basis: 22px; @@ -3881,7 +3494,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica background-color: var(--bb-primary-color); border: 0; } - .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-complete i { font-family: bb-icons !important; font-size: 1em; @@ -3890,8 +3502,7 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica height: 22px; right: 1px; } - -.llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-complete i::before { +.llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-complete i:before { content: "\e876"; font-size: 12px; font-weight: 400; @@ -3904,7 +3515,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica color: #fff; line-height: 10px; } - .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-complete { -ms-flex-preferred-size: 22px; flex-basis: 22px; @@ -3916,7 +3526,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica border-radius: 100%; color: var(--bb-content-border-color); } - .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-complete i { font-family: bb-icons !important; font-size: 1em; @@ -3926,8 +3535,7 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica margin-right: -2px; margin-top: -2px; } - -.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-complete i::before { +.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-complete i:before { content: "\e876"; font-size: 12px; position: absolute; @@ -3939,18 +3547,29 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica color: transparent; } +.llms-my-favorites .llms-syllabus-wrapper .llms-lesson-preview, +.bb-llms-content-wrap .llms-syllabus-wrapper .llms-lesson-preview { + background-color: var(--bb-content-background-color); + border: 1px solid var(--bb-content-border-color); + border-radius: var(--bb-block-radius-inner); +} +.llms-my-favorites .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-preview, +.bb-llms-content-wrap .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-preview { + margin: 10px; + width: auto; +} + .lifter-topic-sidebar-wrapper .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-holder.llms_has-thumbnail { padding-top: 0; } .course .llms-meta-info .llms-meta span { - font-weight: 400; + font-weight: normal; } .llms-instructor-info .llms-instructors .llms-author a .llms-author-info.name { color: var(--bb-headings-color); } - .llms-instructor-info .llms-instructors .llms-author a:hover .llms-author-info.name { color: var(--bb-primary-color); } @@ -3958,7 +3577,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica .single-course.llms-pointer .lifterlms_course_information { margin: 20px 0; } - .single-course.llms-pointer .lifterlms_course_information h3 { font-size: 13px; font-weight: 600; @@ -3967,20 +3585,17 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica margin: 0; padding-bottom: 15px; } - .single-course.llms-pointer .lifterlms_course_information div.llms-meta { margin-bottom: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; } - .single-course.llms-pointer .lifterlms_course_information div.llms-meta p { margin-bottom: 0; line-height: 1.5; } - -.single-course.llms-pointer .lifterlms_course_information .llms-meta::before { +.single-course.llms-pointer .lifterlms_course_information .llms-meta:before { font-family: bb-icons; font-size: 18px; position: relative; @@ -3991,24 +3606,19 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica display: block; float: right; } - -.single-course.llms-pointer .lifterlms_course_information .llms-course-length::before { +.single-course.llms-pointer .lifterlms_course_information .llms-course-length:before { content: "\ed93"; } - -.single-course.llms-pointer .lifterlms_course_information .llms-difficulty::before { +.single-course.llms-pointer .lifterlms_course_information .llms-difficulty:before { content: "\edbf"; } - -.single-course.llms-pointer .lifterlms_course_information .llms-tracks::before { +.single-course.llms-pointer .lifterlms_course_information .llms-tracks:before { content: "\eefa"; } - -.single-course.llms-pointer .lifterlms_course_information .llms-categories::before { +.single-course.llms-pointer .lifterlms_course_information .llms-categories:before { content: "\eead"; } - -.single-course.llms-pointer .lifterlms_course_information .llms-tags::before { +.single-course.llms-pointer .lifterlms_course_information .llms-tags:before { content: "\ef3b"; } @@ -4033,11 +3643,9 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica border-radius: var(--bb-block-radius); background-color: var(--bb-content-background-color); } - .review_box .current_user_avatar { margin-bottom: 15px; } - .review_box .current_user_avatar > a { display: -webkit-box; display: -ms-flexbox; @@ -4046,7 +3654,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica -ms-flex-align: center; align-items: center; } - .review_box .current_user_avatar > a .current_user_avatar_name { padding-right: 15px; margin-right: 0; @@ -4056,11 +3663,9 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica line-height: 1; color: var(--bb-headings-color); } - .review_box .current_user_avatar img { max-width: 42px; } - .review_box > h3 { font-size: 16px; font-weight: 600; @@ -4070,12 +3675,10 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica text-align: right; padding-top: 10px; } - .review_box #review_text { margin-bottom: 10px; resize: vertical; } - .review_box #llms_review_submit_button { max-width: -webkit-max-content; max-width: -moz-max-content; @@ -4084,18 +3687,15 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica color: var(--bb-secondary-button-text-regular); border: 1px solid var(--bb-secondary-button-border-regular); } - .review_box #llms_review_submit_button:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - .review_box #llms_review_submit_button:hover { box-shadow: none; background-color: var(--bb-secondary-button-background-hover); color: var(--bb-secondary-button-text-hover); border: 1px solid var(--bb-secondary-button-border-hover); } - .review_box .review_leave { text-align: left; } @@ -4106,7 +3706,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica border-radius: var(--bb-block-radius); background-color: var(--bb-content-background-color); } - #thank_you_box h2 { margin-bottom: 0; text-align: center; @@ -4136,11 +3735,9 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica border-top: 1px solid var(--bb-content-border-color); border-bottom: 1px solid var(--bb-content-border-color); } - #old_reviews hr { display: none; } - #old_reviews h3 { margin-bottom: 10px; font-size: 16px; @@ -4149,11 +3746,9 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica text-transform: uppercase; text-align: right; } - #old_reviews .review_avatar_image { max-width: 42px; } - #old_reviews .llms_review { display: -webkit-box; display: -ms-flexbox; @@ -4164,13 +3759,11 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica padding: 20px !important; margin: 0 0 20px !important; } - #old_reviews .llms_review .review_content { padding-right: 15px; width: -webkit-calc(100% - 52px); width: calc(100% - 52px); } - #old_reviews .llms_review .review_content .review_author { margin-right: 0; text-align: right; @@ -4178,29 +3771,24 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica font-weight: 600; line-height: 1; } - #old_reviews .llms_review .review_content a .review_author, #old_reviews .llms_review .review_content a:hover .review_author { color: var(--bb-headings-color); } - #old_reviews .llms_review .review_date { font-size: 13px; color: var(--bb-alternate-text-color); margin-bottom: 5px; font-weight: 500; } - #old_reviews .llms_review .review_content__title { font-size: 14px; font-weight: 600; } - #old_reviews .llms_review .review_content__description { font-size: 14px; line-height: 1.5; } - #old_reviews .llms_review h5, #old_reviews .llms_review p { margin-bottom: 8px; @@ -4214,7 +3802,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica font-size: 16px; font-weight: 500; } - .bb-llms-content-wrap .llms-lesson-preview .llms-lesson-free { color: #fff; display: inline-block; @@ -4226,11 +3813,9 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica text-transform: uppercase; margin-right: 5px; } - .bb-llms-content-wrap .llms-lesson-preview .llms-lesson-excerpt { color: var(--bb-alternate-text-color); } - .bb-llms-content-wrap .llms-lesson-preview .llms-lesson-excerpt p { font-size: 14px; line-height: 1.4; @@ -4255,7 +3840,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica text-align: right; padding: 19px 25px; } - .lifter-topic-sidebar-wrapper .llms-lesson-preview--blank { padding: 15px 30px; font-size: 14px; @@ -4267,30 +3851,29 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica text-align: center; margin: 20px 0; } - .lifterlms_pricing_button .link-to-llms-access-plans { width: 100%; } -.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-lesson-preview.is-complete .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link::after, -.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link::after { +.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-lesson-preview.is-complete .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link:after, +.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link:after { background-color: transparent !important; } -.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-lesson-preview.is-complete .llms-lesson-link::after { +.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-lesson-preview.is-complete .llms-lesson-link:after { border-color: var(--bb-primary-color); } -.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-lesson-preview.is-complete .llms-lesson-link::before { +.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-lesson-preview.is-complete .llms-lesson-link:before { background-color: var(--bb-primary-color); } -.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-lesson-preview.is-incomplete .llms-lesson-link::after, -.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-lesson-preview.is-complete .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link::after { +.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-lesson-preview.is-incomplete .llms-lesson-link:after, +.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-lesson-preview.is-complete .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link:after { border-color: var(--bb-headings-color); } -.llms-pointer.llms-inner .llms-lesson-link-locked::after, +.llms-pointer.llms-inner .llms-lesson-link-locked:after, .llms-loop-item.course .llms-pa-permalink { border-color: var(--bb-headings-color); } @@ -4351,7 +3934,6 @@ body:not(.single-sfwd-courses) .bb-single-course-sidebar .bb-course-member-wrap display: inline-block; margin-left: 12px; } - .bb-course-members img { border: 1px solid #fff; max-width: 28px; @@ -4369,7 +3951,6 @@ body:not(.single-sfwd-courses) .bb-single-course-sidebar .bb-course-member-wrap .lifter-topic-sidebar-wrapper .llms-course-members-list { margin-top: 30px; } - .lifter-topic-sidebar-wrapper .llms-course-sidebar-heading { font-size: 15px; letter-spacing: 0.6px; @@ -4382,7 +3963,6 @@ body:not(.single-sfwd-courses) .bb-single-course-sidebar .bb-course-member-wrap -ms-flex-align: center; align-items: center; } - .lifter-topic-sidebar-wrapper .llms-count { background-color: var(--bb-primary-color); color: var(--bb-content-background-color); @@ -4394,12 +3974,10 @@ body:not(.single-sfwd-courses) .bb-single-course-sidebar .bb-course-member-wrap line-height: 20px; margin-right: 10px; } - .lifter-topic-sidebar-wrapper .lifter-topic-sidebar-data { font-size: 15px; padding: 15px 0; } - .lifter-topic-sidebar-wrapper .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-main { background: none; } @@ -4407,20 +3985,16 @@ body:not(.single-sfwd-courses) .bb-single-course-sidebar .bb-course-member-wrap .llms-course-members-list .bb-course-member-wrap { padding: 0; } - .llms-course-members-list .bb-course-member-wrap > .list-members-extra { padding: 15px 30px 0; display: inline-block; } - .llms-course-members-list .bb-course-member-wrap > .list-members-extra.lme-less { display: none; } - .llms-course-members-list .bb-course-member-wrap.expanded > .list-members-extra.lme-less { display: inline-block; } - .llms-course-members-list .bb-course-member-wrap.expanded > .list-members-extra.lme-more { display: none; } @@ -4428,18 +4002,15 @@ body:not(.single-sfwd-courses) .bb-single-course-sidebar .bb-course-member-wrap .llms-course-members-list .list-members-extra i { margin-right: 5px; } - .llms-course-members-list .expanded .list-members-extra i { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); } - .llms-course-members-list .course-members-list { list-style: none; margin: 0; } - .llms-course-members-list .course-members-list li { display: -webkit-box; display: -ms-flexbox; @@ -4449,49 +4020,41 @@ body:not(.single-sfwd-courses) .bb-single-course-sidebar .bb-course-member-wrap align-items: center; padding: 5px 30px; } - .llms-course-members-list .course-members-list img { max-width: 28px; margin-left: 10px; } - .llms-course-members-list .course-members-list.course-members-list-extra { display: none; } - .llms-course-members-list .course-members-list a { color: var(--bb-headings-color); } - .llms-course-members-list .course-members-list a:hover { color: var(--bb-primary-color); } -.sticky-header .lifter-comment #comments::before { +.sticky-header .lifter-comment #comments:before { display: none; } @media screen and (max-width: 1180px) { - .single-course.llms-pointer .wp-block-llms-course-progress .llms-progress { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } - .single-course.llms-pointer .wp-block-llms-course-progress .llms-progress .progress__indicator { width: 100%; padding-left: 0; } - .single-course.llms-pointer .wp-block-llms-course-progress .llms-progress .status-complete, .single-course.llms-pointer .wp-block-llms-course-progress .llms-progress .status-in-progress { margin: 3px 0 0; width: 100%; } } - .llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-quizz-preview .llms-lesson-link h5 { color: var(--bb-headings-color); } @@ -4510,12 +4073,10 @@ body:not(.bb-dark-theme).llms-pointer.llms-inner .sfwd-light-mode { } body.llms-pointer.llms-inner { - /* .side-panel-inner { height: calc(100% - 35px); } */ } - body.llms-pointer.llms-inner .site-content .container .container-full { width: 100%; margin-right: 0; @@ -4532,11 +4093,9 @@ body.bb-buddypanel.llms-pointer.llms-inner:not(.buddypanel-open) .buddypanel .bb body.bb-buddypanel:not(.buddypanel-open).llms-pointer.llms-inner .buddypanel { width: 0; } - body.bb-buddypanel:not(.buddypanel-open).llms-pointer.llms-inner .buddypanel .side-panel-inner { display: none; } - body.bb-buddypanel:not(.buddypanel-open).llms-pointer.llms-inner .site { margin-right: 0; } @@ -4556,21 +4115,18 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade } @media screen and (min-width: 768px) { - body.llms-pointer.llms-inner.buddypanel-open .sticky-header .site-header { width: -webkit-calc(100% - 230px); width: calc(100% - 230px); } } - -.llms-pointer.llms-inner .llms-course-navigation .llms-lesson-link-locked::after { +.llms-pointer.llms-inner .llms-course-navigation .llms-lesson-link-locked:after { display: none; } .llms-pointer.llms-inner .llms-lesson-preview { margin-bottom: 10px; } - .llms-pointer.llms-inner .llms-lesson-preview .llms-icon-free { background: #2295ff; color: #fff; @@ -4584,21 +4140,17 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade left: 0; text-align: center; } - .llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-main:hover { background: rgba(146, 164, 183, 0.1); } - .llms-pointer.llms-inner .llms-lesson-preview .quizzes_section_holder:hover { background: rgba(146, 164, 183, 0.1); } - -.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link::after { +.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link:after { border: 2px solid var(--bb-content-border-color); border-radius: 100%; } - -.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview.is-complete .llms-lesson-link::after { +.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview.is-complete .llms-lesson-link:after { border: 2px solid var(--bb-primary-color); border-radius: 100%; background-color: var(--bb-primary-color); @@ -4609,29 +4161,25 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade -ms-transform: translateY(-50%); transform: translateY(-50%); display: inline-block; - font: 400 normal normal 14px/1 FontAwesome; + font: normal normal normal 14px/1 FontAwesome; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; padding-top: 2px; } - .llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview.is-complete h5 { text-decoration: line-through; } - .llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview { margin-bottom: 0; } - .llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview .llms-lesson-link { box-shadow: none; padding: 16px 75px 16px 70px; text-align: right; } - -.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview .llms-lesson-link::before { - font: 400 normal normal 18px/1 bb-icons; +.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview .llms-lesson-link:before { + font: normal normal normal 18px/1 bb-icons; speak: none; display: inline-block; text-decoration: inherit; @@ -4647,8 +4195,7 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade font-size: 20px; font-weight: 100; } - -.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview .llms-lesson-link::after { +.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview .llms-lesson-link:after { content: ""; font-size: 12px; position: absolute; @@ -4662,7 +4209,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade width: 22px; height: 22px; } - .llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview .llms-lesson-link h5 { margin-bottom: 0; position: relative; @@ -4675,7 +4221,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade overflow: hidden; text-overflow: ellipsis; } - .llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-main { display: -webkit-box; display: -ms-flexbox; @@ -4685,11 +4230,9 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade align-items: center; border-radius: 4px; } - .llms-pointer.llms-inner .llms-lesson-preview .quizzes_section_holder { display: none; } - .llms-pointer.llms-inner .llms-lesson-preview .ld-item-details { display: -webkit-box; display: -ms-flexbox; @@ -4703,30 +4246,25 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade width: 35px; margin-right: 15px; } - .llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button { margin-right: 0; -webkit-transition: color 0.3s ease, background 0.3s ease; transition: color 0.3s ease, background 0.3s ease; } - .llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button.ld-button-alternate { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } - .llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button.ld-button-alternate.ld-expanded { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); } - .llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button.no-section span { color: transparent; pointer-events: none; } - .llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down { color: var(--bb-headings-color); border-radius: 100%; @@ -4738,14 +4276,13 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade padding: 2px; line-height: 16px; text-align: center; - font-weight: 700; + font-weight: bold; -webkit-transition: color 0.3s ease, background 0.3s ease; transition: color 0.3s ease, background 0.3s ease; } - -.llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down::before { +.llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down:before { content: "\e861"; - font: 400 normal normal 9px/1 bb-icons; + font: normal normal normal 9px/1 bb-icons; speak: none; text-decoration: inherit; text-transform: none; @@ -4755,12 +4292,12 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade transition: -webkit-transform 0.2s; transition: transform 0.2s; font-weight: 300; + font-size: 16px; + cursor: pointer; } - .llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down:hover { color: var(--bb-primary-color); } - .llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-holder { display: -webkit-box; display: -ms-flexbox; @@ -4782,27 +4319,22 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade overflow: hidden; text-overflow: ellipsis; } - .llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-holder .llms-lesson-link .clear { display: none; } - .llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-holder .llms-lesson-link .llms-extra { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; position: relative; } - .llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-holder .llms-lesson-link .llms-extra .llms-lesson-counter { font-size: 12px; font-weight: 400; } - .llms-pointer.llms-inner .llms-lesson-preview.is-complete .llms-lesson-title { text-decoration: line-through; } - .llms-pointer.llms-inner .llms-lesson-preview.is-complete .llms-lesson-complete { -ms-flex-preferred-size: 22px; flex-basis: 22px; @@ -4813,7 +4345,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade border: 2px solid; border-radius: 100%; } - .llms-pointer.llms-inner .llms-lesson-preview.is-complete .llms-lesson-complete i { font-family: bb-icons !important; font-size: 1em; @@ -4823,8 +4354,7 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade margin-right: -2px; margin-top: -2px; } - -.llms-pointer.llms-inner .llms-lesson-preview.is-complete .llms-lesson-complete i::before { +.llms-pointer.llms-inner .llms-lesson-preview.is-complete .llms-lesson-complete i:before { content: "\e876"; font-size: 12px; position: absolute; @@ -4835,7 +4365,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade transform: translateY(-50%) translateX(50%); color: #fff; } - .llms-pointer.llms-inner .llms-lesson-preview.is-incomplete .llms-lesson-complete { -ms-flex-preferred-size: 22px; flex-basis: 22px; @@ -4846,7 +4375,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade border: 2px solid; border-radius: 100%; } - .llms-pointer.llms-inner .llms-lesson-preview.is-incomplete .llms-lesson-complete i { font-family: bb-icons !important; font-size: 1em; @@ -4856,8 +4384,7 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade margin-right: -2px; margin-top: -2px; } - -.llms-pointer.llms-inner .llms-lesson-preview.is-incomplete .llms-lesson-complete i::before { +.llms-pointer.llms-inner .llms-lesson-preview.is-incomplete .llms-lesson-complete i:before { content: "\e876"; font-size: 12px; position: absolute; @@ -4873,44 +4400,36 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade padding-right: 10px; padding-left: 10px; } - .llms-pointer.llms-inner .site-content .container { max-width: 100%; padding-right: 0; padding-left: 0; } - .llms-pointer.llms-inner .site-content .container .content-area { padding-bottom: 0; padding-top: 0; } - .llms-pointer.llms-inner .site-content .container .content-area .entry-content-wrap { padding-top: 0; } @media screen and (min-width: 544px) { - .llms-pointer.llms-inner .site-content .container .content-area .entry-content-wrap .lifter-topic-sidebar-wrapper { max-width: 370px; padding: 0; } } - .llms-pointer.llms-inner .site-content .container .content-area .entry-content-wrap .lifter-topic-sidebar-data { padding: 15px 0; } - .llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview .llms-lesson-link-locked { box-shadow: none; min-height: initial; } - .llms-pointer.llms-inner .llms-lesson-link-locked { box-shadow: none; min-height: initial; } - -.llms-pointer.llms-inner .llms-lesson-link-locked::after { +.llms-pointer.llms-inner .llms-lesson-link-locked:after { content: ""; font-size: 12px; position: absolute; @@ -4922,36 +4441,29 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade border-color: #aaa; border: 2px solid; } - .llms-pointer.llms-inner #llms_start_quiz { text-decoration: none; margin-bottom: 0; line-height: 1; } - -.llms-pointer.llms-inner .assignment_section_holder .llms-lesson-preview.llms-quizz-preview .llms-lesson-link::before { +.llms-pointer.llms-inner .assignment_section_holder .llms-lesson-preview.llms-quizz-preview .llms-lesson-link:before { content: "\ef3e"; font-family: bb-icons; } - .llms-pointer.llms-inner.lms-side-panel-close .header-maximize-link { display: none; } - .llms-pointer.llms-inner.lms-side-panel-close .header-minimize-link { display: -webkit-box; display: -ms-flexbox; display: flex; } - .llms-pointer.llms-inner .header-minimize-link { display: none; } - .llms-pointer.llms-inner .lifter-topic-sidebar-wrapper.lms-topic-sidebar-close { margin-right: -370px; } - .llms-pointer.llms-inner .lifter-topic-sidebar-wrapper { box-shadow: inset 36px 0 40px -32px rgba(0, 0, 0, 0.05); -webkit-transition: margin-right 0.2s ease-in-out; @@ -4972,18 +4484,15 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade background-color: var(--bb-body-background-color); } @media screen and (min-width: 544px) { - .llms-pointer.llms-inner .lifter-topic-sidebar-wrapper { max-width: 370px; } } - .llms-pointer.llms-inner .lifter-topic-sidebar-progress { margin: 30px 30px 15px; padding-bottom: 30px; border-bottom: 1px solid var(--bb-content-border-color); } - .llms-pointer.llms-inner .lifter-topic-sidebar-progress .llms-progress { margin: 0; -webkit-box-orient: vertical; @@ -4992,7 +4501,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade flex-direction: column; height: inherit; } - .llms-pointer.llms-inner .lifter-topic-sidebar-progress .llms-progress .llms-progress-bar { position: initial; -webkit-box-ordinal-group: 2; @@ -5002,7 +4510,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade height: 4px; background: var(--bb-content-border-color); } - .llms-pointer.llms-inner .lifter-topic-sidebar-progress .llms-progress .progress__indicator { float: none; text-align: right; @@ -5013,7 +4520,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade order: 2; margin-right: 0; } - .llms-pointer.llms-inner .lifter-topic-sidebar-progress .llms-progress .progress__indicator .ld-progress-percentage { font-size: 12px; font-weight: 500; @@ -5022,7 +4528,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade margin-top: 15px; line-height: 1; } - .llms-pointer.llms-inner .lifter-topic-sidebar-progress .llms-progress .progress__indicator .ld-progress-steps { font-size: 12px; font-weight: 500; @@ -5031,11 +4536,9 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade margin-top: 7px; line-height: 1; } - .llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-title { font-weight: 500; } - .llms-pointer.llms-inner #lifterlms-page-content { background-color: var(--bb-content-background-color); padding: 30px 100px 0; @@ -5050,7 +4553,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade min-height: -webkit-calc(100vh - 76px); min-height: calc(100vh - 76px); } - .llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap { max-width: 760px; width: 100%; @@ -5059,16 +4561,15 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade margin-bottom: 50px; padding-top: 0; } - +.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap > .wp-block-buttons, +.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap > figure.wp-block-embed, .llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-video-wrapper, .llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-audio-wrapper { margin-bottom: 25px; } - .llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .mejs-button > button { border-radius: 0; } - .llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap blockquote.wp-block-quote { background: #e3e6ea; border-radius: 3px; @@ -5079,12 +4580,11 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade line-height: 30px; position: relative; } - -.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap blockquote.wp-block-quote::before { +.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap blockquote.wp-block-quote:before { content: "\ef02"; font-family: bb-icons; font-style: normal; - font-weight: 400; + font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; @@ -5101,23 +4601,18 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - .llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap blockquote.wp-block-quote p { margin-bottom: 1.6875rem; } - .llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap iframe { width: 100%; } - .llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap a .llms-pre-text { margin-bottom: 0; } - .llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap a .llms-lesson-excerpt p { margin-bottom: 0; } - .llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-button-action { background-color: var(--bb-primary-button-background-regular); color: var(--bb-primary-button-text-regular); @@ -5125,73 +4620,60 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade padding: 0 20px; line-height: 40px; } - .llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-button-action:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-button-action:hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - .llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap #llms_mark_incomplete { background-color: var(--bb-primary-button-background-regular); color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); } - .llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap #llms_mark_incomplete:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap #llms_mark_incomplete:hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - .llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-course-nav.llms-next-lesson .llms-lesson-title, .llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-course-nav.llms-next-lesson .llms-pre-text { text-align: left; } @media screen and (max-width: 992px) { - .llms-pointer.llms-inner #lifterlms-page-content { padding: 30px 40px 0; } } @media screen and (max-width: 767px) { - .llms-pointer.llms-inner #lifterlms-content .bb-grid.grid .lifter-topic-sidebar-wrapper { position: absolute; z-index: 99; width: 370px; height: 100%; } - .llms-pointer.llms-inner #lifterlms-content .bb-grid.grid #lifterlms-page-content { width: 100%; } - .llms-pointer.llms-inner #lifterlms-content .bb-grid.grid #lifterlms-page-content #lifterlms-lesson-header .bb-position { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } - .llms-pointer.llms-inner .lifterlms_lesson_holder .llms-lesson-preview { width: 100%; } } @media screen and (max-width: 400px) { - .llms-pointer.llms-inner #lifterlms-content .bb-grid.grid { position: relative; } - .llms-pointer.llms-inner #lifterlms-content .bb-grid.grid .lifter-topic-sidebar-wrapper { width: 370px; } @@ -5200,7 +4682,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade .lifter-topic-sidebar-course-navigation .ld-course-navigation { margin: 15px 30px; } - .lifter-topic-sidebar-course-navigation .ld-course-navigation a.course-entry-link { display: inline-block; background-color: rgba(0, 0, 0, 0.03); @@ -5212,15 +4693,12 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .lifter-topic-sidebar-course-navigation .ld-course-navigation a.course-entry-link:hover { background-color: rgba(0, 0, 0, 0.06); } - .lifter-topic-sidebar-course-navigation .ld-course-navigation a.course-entry-link i { margin-left: 3px; } - .lifter-topic-sidebar-course-navigation .ld-course-navigation h2 { font-size: 26px; margin: 0; @@ -5230,7 +4708,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade .lifterlms-lessions-list .llms-syllabus-wrapper { margin: 0; } - .lifterlms-lessions-list .llms-syllabus-wrapper .llms-section-title { margin: 10px 30px; text-align: right; @@ -5240,7 +4717,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade overflow: hidden; text-overflow: ellipsis; } - .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview { margin: 0; display: -webkit-box; @@ -5250,19 +4726,18 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; + border-left: 0; + border-right: 0; } - .lifterlms-lessions-list .llms-syllabus-wrapper .lifterlms_lesson_holder.current_title { background: rgba(146, 164, 183, 0.05); } - -.lifterlms-lessions-list .llms-syllabus-wrapper .assignment_section_holder.quizzes_section_holder .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link::before, -.lifterlms-lessions-list .llms-syllabus-wrapper .assignment_section_holder.quizzes_section_holder .llms-lesson-preview.llms-quizz-preview.is-complete .llms-lesson-link::before { +.lifterlms-lessions-list .llms-syllabus-wrapper .assignment_section_holder.quizzes_section_holder .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link:before, +.lifterlms-lessions-list .llms-syllabus-wrapper .assignment_section_holder.quizzes_section_holder .llms-lesson-preview.llms-quizz-preview.is-complete .llms-lesson-link:before { content: "\ef3e"; font-family: bb-icons; } - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-complete .llms-lesson-link::after { +.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-complete .llms-lesson-link:after { content: "\e876"; font-size: 12px; position: absolute; @@ -5276,29 +4751,24 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade font-weight: 400; line-height: 16px; } - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link::before { +.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link:before { font-size: 20px; top: 15px; color: var(--bb-headings-color); } - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link::after { +.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link:after { left: 30px; top: 27px; } - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-complete .llms-lesson-link::before { +.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-complete .llms-lesson-link:before { font-size: 20px; top: 15px; color: var(--bb-alternate-text-color); } - .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-title { text-decoration: line-through; } - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-link::after { +.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-link:after { content: ""; font-size: 12px; position: absolute; @@ -5310,12 +4780,10 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade border: 1px solid var(--bb-primary-color); background-color: var(--bb-primary-color); } - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-main .llms-lesson-link::after, -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-link.no_quiz_and_assigment::after { +.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-main .llms-lesson-link:after, +.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-link.no_quiz_and_assigment:after { display: none; } - .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-link::before { content: "\e876"; font-size: 14px; @@ -5331,9 +4799,9 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade background-color: var(--bb-primary-color); display: block; z-index: 9; + text-align: center; } - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-incomplete .llms-lesson-link::after { +.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-incomplete .llms-lesson-link:after { content: ""; font-size: 12px; position: absolute; @@ -5346,27 +4814,26 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade border: 2px solid; color: var(--bb-content-border-color); } - .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link { padding: 15px 0 15px 55px; width: 100%; position: relative; background-color: transparent; } - .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link.no_quiz_and_assigment { padding-right: 30px; } - .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link .clear { display: none; } - +.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link .llms-main { + width: 100%; +} .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link .llms-main .llms-pre-text { display: none; } - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link .llms-main h5 { +.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link .llms-main h5, +.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link .llms-main .llms-lesson-title { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; @@ -5387,11 +4854,9 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade -webkit-transition: margin 0.2s; transition: margin 0.2s; } - #lifterlms-lesson-header .bb-ld-info-bar { margin: 0 0 15px; } - #lifterlms-lesson-header .ld-breadcrumbs { background-color: transparent; padding: 0 0 10px; @@ -5408,7 +4873,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade -ms-flex-align: center; align-items: center; } - #lifterlms-lesson-header .ld-breadcrumbs .ld-breadcrumbs-segments { font-size: 0.75em; overflow: hidden; @@ -5416,12 +4880,10 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade text-overflow: ellipsis; padding-left: 1em; } - #lifterlms-lesson-header .ld-breadcrumbs .ld-breadcrumbs-segments span { display: inline; } - -#lifterlms-lesson-header .ld-breadcrumbs .ld-breadcrumbs-segments span:first-child::after { +#lifterlms-lesson-header .ld-breadcrumbs .ld-breadcrumbs-segments span:first-child:after { content: "\e827"; font-family: bb-icons; font-size: 12px; @@ -5433,27 +4895,22 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade position: relative; top: 2px; } - #lifterlms-lesson-header .ld-breadcrumbs .ld-breadcrumbs-segments span a { - font-weight: 400; + font-weight: normal; color: var(--bb-headings-color); } - #lifterlms-lesson-header .ld-breadcrumbs .ld-breadcrumbs-segments span a:hover { color: var(--bb-primary-color); } - #lifterlms-lesson-header .bb-position { -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 50px; } - #lifterlms-lesson-header .lifterlms-lesson-position { margin-left: auto; } - #lifterlms-lesson-header .lifterlms-lesson-position span.bb-pages { font-size: 13px; display: block; @@ -5463,11 +4920,9 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade transition: all linear 0.2s; color: inherit; } - #lifterlms-lesson-header .lifterlms-lesson-position span.bb-pages .bb-total { color: var(--bb-alternate-text-color); } - #lifterlms-lesson-header .lifterlms-lesson-nav { display: -webkit-box; display: -ms-flexbox; @@ -5476,15 +4931,13 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade -ms-flex-align: center; align-items: center; } - #lifterlms-lesson-header .lifterlms-lesson-nav .bb-ld-status { margin-left: 20px; } - #lifterlms-lesson-header .lifterlms-lesson-nav .bb-ld-status .ld-status { background-color: rgba(146, 164, 183, 0.05); text-transform: none; - font-weight: 400; + font-weight: normal; font-size: 12px; line-height: inherit; padding: 0 12px; @@ -5494,17 +4947,14 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade text-align: center; display: block; } - #lifterlms-lesson-header .lifterlms-lesson-nav .bb-ld-status .ld-status.ld-status-complete { color: #fff; background-color: var(--bb-success-color); } - #lifterlms-lesson-header .lifterlms-lesson-nav .bb-ld-status .ld-status.ld-status-progress { color: #fff; background-color: var(--bb-primary-color); } - #lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link { margin-top: 0; display: -webkit-box; @@ -5512,7 +4962,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade display: flex; padding: 0; } - #lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a { background-color: #d3d7db; display: -webkit-box; @@ -5534,33 +4983,28 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade font-size: 12px; white-space: nowrap; } - #lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a:hover { background-color: var(--bb-primary-color); } - #lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a.prev-link { border-radius: 0 var(--bb-button-radius) var(--bb-button-radius) 0; margin-left: 2px; } - -#lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a.prev-link::before { +#lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a.prev-link:before { content: "\e8ab"; - font: 400 normal normal 14px/1 bb-icons; + font: normal normal normal 14px/1 bb-icons; font-size: 16px; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; margin-left: 6px; } - #lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a.next-link { border-radius: var(--bb-button-radius) 0 0 var(--bb-button-radius); } - -#lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a.next-link::after { +#lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a.next-link:after { content: "\e827"; - font: 400 normal normal 14px/1 bb-icons; + font: normal normal normal 14px/1 bb-icons; font-size: 16px; text-rendering: auto; -webkit-font-smoothing: antialiased; @@ -5568,15 +5012,13 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade margin-right: 6px; padding-bottom: 3px; } - #lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a .meta-nav { position: absolute; width: 100%; font-size: 0; z-index: 20; } - -#lifterlms-lesson-header [data-balloon][data-balloon-pos="up"]::after { +#lifterlms-lesson-header [data-balloon][data-balloon-pos="up"]:after { bottom: 130%; right: 50%; margin-bottom: 11px; @@ -5587,8 +5029,7 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade -ms-transform-origin: top; transform-origin: top; } - -#lifterlms-lesson-header [data-balloon][data-balloon-pos="up"]::before { +#lifterlms-lesson-header [data-balloon][data-balloon-pos="up"]:before { bottom: 130%; right: 50%; margin-bottom: 5px; @@ -5600,38 +5041,32 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade transform-origin: top; } @media (min-width: 1024px) { - #lifterlms-lesson-header .lifterlms-header-title { max-width: 760px; margin-right: auto; margin-left: auto; } } - #lifterlms-lesson-header .lifterlms-header-title h1 { font-size: 32px; line-height: 1.2; margin-bottom: 0; } - #lifterlms-lesson-header .lifterlms-header-instructor { max-width: 760px; margin-right: auto; margin-left: auto; } - #lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor { margin: 0; padding-top: 20px; padding-bottom: 20px; } - #lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor > .flex { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } - #lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor > .flex .bb-avatar-wrap { max-width: 40px; text-align: right; @@ -5639,11 +5074,9 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade display: block; padding: 0; } - #lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor > .flex .bb-avatar-wrap .avatar { max-width: 32px; } - #lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor > .flex .bb-content-wrap { padding: 0; display: -webkit-box; @@ -5659,22 +5092,18 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade color: var(--bb-headings-color); margin-bottom: 0; } - #lifterlms-lesson-header .bb-about-instructor h5 a { color: var(--bb-headings-color); } - #lifterlms-lesson-header .bb-about-instructor h5 a:hover { color: var(--bb-primary-color); } - #lifterlms-lesson-header .bb-about-instructor h5 .meta-saperator { color: var(--bb-alternate-text-color); margin: 0 5px; font-size: 16px; line-height: 1.6875rem; } - #lifterlms-lesson-header .bb-about-instructor h5 .bb-about-instructor-date { color: var(--bb-alternate-text-color); margin-right: 0; @@ -5689,15 +5118,13 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade -ms-flex-align: center; align-items: center; } - .llms-pointer.llms-inner .lifterlms-lesson-nav .bb-ld-status { margin-left: 20px; } - .llms-pointer.llms-inner .lifterlms-lesson-nav .bb-ld-status .ld-status { background-color: rgba(146, 164, 183, 0.05); text-transform: none; - font-weight: 400; + font-weight: normal; font-size: 12px; line-height: inherit; padding: 0 12px; @@ -5707,17 +5134,14 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade text-align: center; display: block; } - .llms-pointer.llms-inner .lifterlms-lesson-nav .bb-ld-status .ld-status.ld-status-complete { color: #fff; background-color: var(--bb-success-color); } - .llms-pointer.llms-inner .lifterlms-lesson-nav .bb-ld-status .ld-status.ld-status-progress { color: #fff; background-color: var(--bb-primary-color); } - .llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link { margin-top: 0; display: -webkit-box; @@ -5725,7 +5149,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade display: flex; padding: 0; } - .llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a { background-color: #d3d7db; color: #fff; @@ -5747,33 +5170,28 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade font-size: 12px; white-space: nowrap; } - .llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a:hover { background-color: var(--bb-primary-color); } - .llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a.prev-link { border-radius: 0 50px 50px 0; margin-left: 2px; } - -.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a.prev-link::before { +.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a.prev-link:before { content: "\e8ab"; - font: 400 normal normal 14px/1 bb-icons; + font: normal normal normal 14px/1 bb-icons; font-size: 16px; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; margin-left: 6px; } - .llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a.next-link { border-radius: 50px 0 0 50px; } - -.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a.next-link::after { +.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a.next-link:after { content: "\e827"; - font: 400 normal normal 14px/1 bb-icons; + font: normal normal normal 14px/1 bb-icons; font-size: 16px; text-rendering: auto; -webkit-font-smoothing: antialiased; @@ -5781,7 +5199,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade margin-right: 6px; padding-bottom: 3px; } - .llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a .meta-nav { position: absolute; width: 100%; @@ -5789,7 +5206,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade z-index: 20; } @media screen and (max-width: 767px) { - .llms-pointer.llms-inner .lifterlms-lesson-nav { width: 100%; margin-top: 15px; @@ -5799,7 +5215,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade .lifter-topic-sidebar-wrapper .llms-lesson-excerpt { display: none; } - .lifter-topic-sidebar-wrapper .llms-lesson-preview .llms-lesson-title { margin-bottom: 0; } @@ -5813,7 +5228,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade -ms-flex-align: center; align-items: center; } - .llms-syllabus-wrapper .llms-lesson-holder { display: -webkit-box; display: -ms-flexbox; @@ -5832,7 +5246,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade -ms-flex: 1; flex: 1; } - .llms-syllabus-wrapper .llms-lesson-link { padding: 19px 10px 19px 15px; display: -webkit-box; @@ -5853,37 +5266,31 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade -ms-flex: 1; flex: 1; } - -.llms-syllabus-wrapper .llms-lesson-link h5 { +.llms-syllabus-wrapper .llms-lesson-link h5, +.llms-syllabus-wrapper .llms-lesson-link .llms-lesson-title { font-size: 16px; font-weight: 500; color: var(--bb-headings-color); } - .llms-syllabus-wrapper .llms-lesson-link:hover h5 { color: var(--bb-primary-color); } - .llms-syllabus-wrapper .llms-lesson-link .clear { display: none; } - .llms-syllabus-wrapper .llms-lesson-link .llms-extra { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; position: relative; } - .llms-syllabus-wrapper .llms-lesson-link .llms-extra .llms-lesson-counter { font-size: 12px; font-weight: 400; } - .llms-syllabus-wrapper .quizzes_section_holder { display: none; } - .llms-syllabus-wrapper .ld-item-details { display: -webkit-box; display: -ms-flexbox; @@ -5896,30 +5303,25 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade justify-content: center; width: 40px; } - .llms-syllabus-wrapper .ld-item-details .ld-expand-button { margin-right: 18px; -webkit-transition: color 0.3s ease, background 0.3s ease; transition: color 0.3s ease, background 0.3s ease; } - .llms-syllabus-wrapper .ld-item-details .ld-expand-button.ld-button-alternate { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } - .llms-syllabus-wrapper .ld-item-details .ld-expand-button.ld-button-alternate.ld-expanded { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); } - .llms-syllabus-wrapper .ld-item-details .ld-expand-button.no-section span { color: transparent; pointer-events: none; } - .llms-syllabus-wrapper .ld-item-details .ld-expand-button .ld-icon-arrow-down { color: var(--bb-headings-color); border-radius: 100%; @@ -5931,14 +5333,13 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade padding: 2px; line-height: 16px; text-align: center; - font-weight: 700; + font-weight: bold; -webkit-transition: color 0.3s ease, background 0.3s ease; transition: color 0.3s ease, background 0.3s ease; } - -.llms-syllabus-wrapper .ld-item-details .ld-expand-button .ld-icon-arrow-down::before { +.llms-syllabus-wrapper .ld-item-details .ld-expand-button .ld-icon-arrow-down:before { content: "\e861"; - font: 400 normal normal 9px/1 bb-icons; + font: normal normal normal 9px/1 bb-icons; speak: none; text-decoration: inherit; text-transform: none; @@ -5950,8 +5351,8 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade font-weight: 300; } -.single-llms_assignment #lifterlms-page-content #lifterlms-lesson-header .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span:nth-child(2)::after, -.single-llms_quiz #lifterlms-page-content #lifterlms-lesson-header .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span:nth-child(2)::after { +.single-llms_assignment #lifterlms-page-content #lifterlms-lesson-header .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span:nth-child(2):after, +.single-llms_quiz #lifterlms-page-content #lifterlms-lesson-header .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span:nth-child(2):after { content: "\e827"; font-family: bb-icons; font-size: 12px; @@ -5963,50 +5364,41 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade position: relative; top: 2px; } - .single-llms_assignment #lifterlms-page-content .lifterlms_content_wrap, .single-llms_quiz #lifterlms-page-content .lifterlms_content_wrap { padding-top: 0 !important; } - .single-llms_assignment #lifterlms-page-content .lifterlms_content_wrap p, .single-llms_quiz #lifterlms-page-content .lifterlms_content_wrap p { margin-bottom: 1.5rem; } - .single-llms_assignment #lifterlms-page-content .lifterlms_content_wrap p a, .single-llms_quiz #lifterlms-page-content .lifterlms_content_wrap p a { color: var(--bb-headings-color); } - .single-llms_assignment #lifterlms-page-content .lifterlms_content_wrap p.llms-error a, .single-llms_quiz #lifterlms-page-content .lifterlms_content_wrap p.llms-error a { padding-left: 0; } - .single-llms_assignment #lifterlms-page-content .lifterlms_content_wrap p.llms-choice-text, .single-llms_quiz #lifterlms-page-content .lifterlms_content_wrap p.llms-choice-text { margin-bottom: 0; } - .single-llms_assignment #llms_start_quiz, .single-llms_quiz #llms_start_quiz { margin-bottom: 0; } - .single-llms_assignment .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section, .single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section { margin-top: 0; padding-top: 0; } - .single-llms_assignment .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section p, .single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section p { margin-bottom: 0; text-transform: none; font-size: 14px; } - .single-llms_assignment .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question #lifterlms-page-content .llms-quiz-results-main .llms-quiz-attempt-answer-section p, .single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question #lifterlms-page-content .llms-quiz-results-main .llms-quiz-attempt-answer-section p { margin-bottom: 0; @@ -6021,7 +5413,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade line-height: 28px; margin-bottom: 25px; } - .single-lesson .llms-lesson-button-wrapper .llms-incomplete-lesson-form { margin-top: 1.6875rem; } @@ -6033,26 +5424,21 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade .llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .llms-lesson-main > .llms-lesson-holder:first-child > a.llms-lesson-link { padding-right: 30px; } - .llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .llms-lesson-preview .llms-lesson-holder { min-height: 51px; } - .llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .ld-item-details + .llms-lesson-holder > a.llms-lesson-link { right: 50px; width: -webkit-calc(100% - 50px); width: calc(100% - 50px); } - .llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-main a.llms-lesson-link { position: absolute; } - .llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .llms-tooltip.show { position: absolute; bottom: 35px; } - .llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .llms-tooltip { top: unset; z-index: 99; @@ -6063,7 +5449,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade text-align: center; } @media screen and (max-width: 800px) { - .llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .llms-tooltip { width: 220px; } @@ -6090,7 +5475,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade align-items: center; text-align: center; } - .llms-pointer.llms-inner .llms-course-navigation .llms-tooltip.show .llms-tooltip-content { line-height: 1.4; max-height: 4.1em; @@ -6100,10 +5484,13 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade overflow: hidden; text-overflow: ellipsis; } - -.llms-pointer.llms-inner .llms-course-navigation .llms-tooltip.show::after { +.llms-pointer.llms-inner .llms-course-navigation .llms-tooltip.show:after { display: none; } +.llms-pointer.llms-inner .llms-course-navigation .llms-lesson-preview { + border-color: var(--bb-content-border-color); + border-radius: var(--bb-block-radius-inner); +} /* stylelint-disable max-line-length */ .llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link:hover .llms-main h5, @@ -6114,7 +5501,7 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade .bb-llms-content-wrap .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link:hover .llms-extra .llms-lesson-counter, .single-course.llms-pointer .llms-instructor-info .llms-author-holder a:hover .llms-author-info.name, .single-llms_quiz.llms-pointer #lifterlms-page-content .lifterlms_content_wrap .llms-quiz-attempt-question-header:hover h3.llms-question-title, -.single-llms_quiz.llms-pointer #lifterlms-page-content .lifterlms_content_wrap .llms-quiz-attempt-question-header:hover .toggle-answer::before, +.single-llms_quiz.llms-pointer #lifterlms-page-content .lifterlms_content_wrap .llms-quiz-attempt-question-header:hover .toggle-answer:before, .post-type-archive-course.llms-pointer .bb-course-items .bb-course-item-wrap .bb-cover-list-item .bb-card-course-details .bb-course-meta strong a:hover, .post-type-archive-course.llms-pointer .bb-course-items .bb-course-item-wrap .bb-cover-list-item .bb-card-course-details .bb-course-title a:hover, .llms-loop-item-content .llms-loop-title:hover, @@ -6125,7 +5512,7 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade color: var(--bb-primary-color); } -.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment.llms-pa-read::after, +.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment.llms-pa-read:after, .llms-pa-posts.llms-pa-posts--single #llms-pa-post-discussion-form .llms-form-field.type-submit #llms_pa_leave_comment, .nf-form-wrap .nf-form-content .nf-field-element input[type="button"] { border-color: var(--bb-primary-color); @@ -6162,14 +5549,12 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade margin-bottom: 0; position: relative; } - .lifterlms-course-list .bs-search-form:focus-within { border-color: var(--bb-input-focus-border-color); border-width: 1px; box-shadow: var(--bb-input-focus-shadow); } - -.lifterlms-course-list .bs-search-form::before { +.lifterlms-course-list .bs-search-form:before { content: "\ef10"; font-family: bb-icons; font-style: normal; @@ -6193,7 +5578,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - .lifterlms-course-list .bs-search-form input[type="text"] { background: 100% 0; border-radius: var(--bb-input-radius); @@ -6203,25 +5587,20 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade letter-spacing: -0.24px; padding: 0 35px 0 30px; } - .lifterlms-course-list .bp-navs.bp-subnavs { margin-bottom: 15px; } - .lifterlms-course-list .bp-navs.bp-subnavs > ul { margin: 0; list-style: none; } - .lifterlms-course-list .bp-navs.bp-subnavs > ul > li { float: right; padding-left: 30px; } - -.lifterlms-course-list .bp-navs.bp-subnavs > ul > li a { - padding-bottom: 15px; +.lifterlms-course-list .bp-navs.bp-subnavs > ul > li > a { + padding: 10px 0; } - .lifterlms-course-list .bb-courses-header { display: -webkit-box; display: -ms-flexbox; @@ -6234,22 +5613,18 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade justify-content: space-between; margin: 30px 0 25px; } - .lifterlms-course-list .bb-courses-header h1, .lifterlms-course-list .bb-courses-header .bs-dir-search { margin: 0; } @media screen and (max-width: 544px) { - .lifterlms-course-list .bb-courses-header { display: block; } - .lifterlms-course-list .bb-courses-header h1 { margin-bottom: 15px; } } - .lifterlms-course-list .courses-type-navs ul li a { display: inline-block; } @@ -6258,7 +5633,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade margin-top: 25px; margin-bottom: 25px; } - .ld-secondary-header--llms .grid-filters { background: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); @@ -6274,7 +5648,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade font-size: 21px; height: 36px; } - .ld-secondary-header--llms .grid-filters a { color: var(--bb-headings-color); display: -webkit-box; @@ -6289,20 +5662,16 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade -webkit-transition: 0.3s all; transition: 0.3s all; } - .ld-secondary-header--llms .grid-filters a:hover { opacity: 1; } - .ld-secondary-header--llms .grid-filters a.layout-grid-view { padding-right: 5px; border-left: 1px solid var(--bb-content-border-color); } - .ld-secondary-header--llms .grid-filters .active { opacity: 1; } - .ld-secondary-header--llms .sfwd-courses-filters .select-wrap select { margin-left: 12px; height: 36px; @@ -6321,7 +5690,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade padding-left: 40px; } @media screen and (max-width: 992px) and (min-width: 768px) { - .ld-secondary-header--llms .sfwd-courses-filters { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -6330,18 +5698,15 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade width: 100%; margin-left: 15px; } - .ld-secondary-header--llms .sfwd-courses-filters .select-wrap { width: 100%; margin-bottom: 5px; } - .ld-secondary-header--llms .sfwd-courses-filters .select-wrap select { width: 100%; } } @media screen and (max-width: 610px) { - .ld-secondary-header--llms .sfwd-courses-filters { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -6350,12 +5715,10 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade width: 100%; margin-left: 15px; } - .ld-secondary-header--llms .sfwd-courses-filters .select-wrap { width: 100%; margin-bottom: 5px; } - .ld-secondary-header--llms .sfwd-courses-filters .select-wrap select { width: 100%; } @@ -6365,19 +5728,15 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade background-color: var(--bb-cover-image-background-color); border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; } - .bb-course-items .bb-course-cover--videoTile iframe { border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; } - .bb-course-items.list-view .bb-course-cover--videoTile { border-radius: 0 var(--bb-block-radius) var(--bb-block-radius) 0; } - .bb-course-items.list-view .bb-course-cover--videoTile iframe { border-radius: 0 var(--bb-block-radius) var(--bb-block-radius) 0; } - .entry-content .bb-course-items .bb-course-cover--videoTile .fluid-width-video-wrapper { margin-top: 0; margin-bottom: 0; @@ -6389,7 +5748,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade flex: 0 0 25%; margin-bottom: 20px; } - .bb-course-items.grid-view .bb-course-item-wrap .bb-cover-list-item { background: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); @@ -6400,12 +5758,10 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade transition: 0.2s box-shadow; position: relative; } - .bb-course-items.grid-view .bb-course-item-wrap .bb-cover-list-item:hover { box-shadow: 0 4px 32px 0 rgba(18, 43, 70, 0.1); z-index: 1; } - .bb-course-items.grid-view .bb-course-item-wrap .bb-cover-list-item .ld-status { position: absolute; z-index: 9; @@ -6420,12 +5776,10 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade line-height: 1; letter-spacing: 0.23px; } - .bb-course-items.grid-view .bb-course-item-wrap .bb-cover-list-item .ld-status.ld-status-complete.ld-primary-background { background-color: var(--bb-success-color); } @media screen and (max-width: 1200px) { - .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 33%; @@ -6433,7 +5787,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade } } @media screen and (max-width: 820px) { - .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -6441,7 +5794,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade } } @media screen and (max-width: 480px) { - .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -6459,7 +5811,6 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { flex: 0 0 33%; } @media screen and (max-width: 1200px) { - .has-sidebar .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -6467,7 +5818,6 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { } } @media screen and (max-width: 992px) { - .has-sidebar .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -6483,18 +5833,15 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { height: initial; margin-top: 0; } - .llms-progress .llms-progress-bar { top: 0; height: 4px; background-color: var(--bb-content-border-color); } - .llms-progress .progress-bar-complete { height: 4px; background-color: var(--bb-primary-color); } - .llms-progress .progress__indicator { height: initial; margin-right: 0; @@ -6507,7 +5854,6 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { margin-top: 10px; color: var(--bb-alternate-text-color); } - .llms-progress .progress__indicator .ld-progress-steps { margin-top: 5px; } @@ -6520,25 +5866,21 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { height: auto; margin-bottom: 10px; } - .llms-loop-item-content__body .llms-progress .llms-progress-bar { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } - .llms-loop-item-content__body .llms-progress .progress__indicator { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } - .llms-loop-item-content__body .llms-enroll-status, .llms-loop-item-content__body .llms-enroll-date, .llms-loop-item-content__body .llms-difficulty { display: none; } - .llms-loop-item-content__body .bb-course-excerpt { font-size: 13px; color: var(--bb-alternate-text-color); @@ -6558,16 +5900,13 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { } @media screen and (max-width: 544px) { - .course-details-verbose { padding-bottom: 80px; } } - .lifterlms-course-list .bb-cover-list-item { position: relative; } - .lifterlms-course-list .bb-cover-list-item .llms-meta-aplans { position: absolute; bottom: 0; @@ -6575,13 +5914,11 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { width: calc(100% - 40px); min-height: 44px; } - .lifterlms-course-list .list-view .bb-cover-list-item .llms-meta-aplans { width: -webkit-calc(100% - 280px); width: calc(100% - 280px); } @media screen and (max-width: 544px) { - .lifterlms-course-list .list-view .bb-cover-list-item .llms-meta-aplans { width: 100%; -webkit-box-orient: vertical; @@ -6594,12 +5931,10 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { margin-top: 10px; min-height: 70px; } - .lifterlms-course-list .list-view .bb-cover-list-item .llms-meta-aplans .push-right { margin-right: 0; margin-top: 5px; } - .lifterlms-course-list .list-view .bb-cover-list-item .bb-course-meta.bb-course-meta--membership { padding-bottom: 75px; } @@ -6615,7 +5950,6 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { flex-direction: column; padding: 16px 20px 0; } - .bb-card-course-details .course-lesson-count { font-size: 13px; color: var(--bb-alternate-text-color); @@ -6623,7 +5957,6 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { margin-bottom: 8px; font-weight: 300; } - .bb-card-course-details .bb-course-title { font-size: 22px; line-height: 1.24; @@ -6635,7 +5968,6 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { overflow: hidden; text-overflow: ellipsis; } - .bb-card-course-details .bb-course-title a { color: inherit; display: block; @@ -6646,7 +5978,6 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { overflow: hidden; text-overflow: ellipsis; } - .bb-card-course-details .bb-course-meta { font-size: 13px; font-weight: 300; @@ -6663,28 +5994,23 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .bb-card-course-details .bb-course-meta .item-avatar { max-width: 28px; margin-left: 10px; } - .bb-card-course-details .bb-course-meta strong { font-size: 13px; font-weight: 500; letter-spacing: -0.24px; margin: 0; } - .bb-card-course-details .bb-course-meta strong a { color: var(--bb-headings-color); } - .bb-card-course-details .bb-course-meta.bb-course-meta--membership { margin-bottom: 15px; padding-bottom: 55px; } - .bb-card-course-details .bb-course-excerpt { font-size: 13px; color: var(--bb-alternate-text-color); @@ -6705,20 +6031,17 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { flex: 1; padding-bottom: 16px; } - .bb-course-items.list-view .bb-card-course-details .bb-course-title { max-width: 80%; } - .bb-course-items.list-view .bb-card-course-details .llms-progress { max-width: 450px; } -.bb-course-cover .bb-cover-wrap::after, -.llms-loop-link .bb-cover-wrap::after { +.bb-course-cover .bb-cover-wrap:after, +.llms-loop-link .bb-cover-wrap:after { background: transparent; } - .bb-course-cover .bb-cover-wrap, .llms-loop-link .bb-cover-wrap { background-color: var(--bb-cover-image-background-color); @@ -6728,7 +6051,7 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; } -.bb-cover-wrap--llms::after { +.bb-cover-wrap--llms:after { background: transparent; border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; } @@ -6742,18 +6065,15 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { margin: 0; list-style: none; } - .bb-course-items.list-view .bb-course-cover--videoTile .fluid-width-video-wrapper { height: 100%; } - .bb-course-items.list-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; margin-bottom: 20px; } - .bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item { background: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); @@ -6767,12 +6087,10 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { display: flex; padding: 0; } - .bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item:hover { box-shadow: 0 4px 32px 0 rgba(18, 43, 70, 0.1); z-index: 1; } - .bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .ld-status { position: absolute; z-index: 9; @@ -6787,37 +6105,31 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { line-height: 1; letter-spacing: 0.23px; } - .bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .ld-status.ld-status-complete.ld-primary-background { background-color: var(--bb-success-color); } - .bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .bb-course-cover { -webkit-box-flex: 0; -ms-flex: 0 0 240px; flex: 0 0 240px; } - .bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .bb-course-cover .bb-cover-wrap { padding-top: 70%; height: 100%; border-radius: 0 var(--bb-block-radius) var(--bb-block-radius) 0; } @media screen and (max-width: 1040px) { - .bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .bb-course-cover { -webkit-box-flex: 0; -ms-flex: 0 0 200px; flex: 0 0 200px; } - .bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .llms-meta-aplans { width: -webkit-calc(100% - 240px); width: calc(100% - 240px); } } @media screen and (max-width: 460px) { - .bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .bb-course-cover { -webkit-box-flex: 0; -ms-flex: 0 0 140px; @@ -6825,7 +6137,6 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { } } @media screen and (max-width: 375px) { - .bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .bb-course-cover { -webkit-box-flex: 0; -ms-flex: 0 0 110px; @@ -6840,12 +6151,10 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { .component-navigation.courses-nav { margin: 0; } - .component-navigation.courses-nav li { position: relative; list-style: none; } - .component-navigation.courses-nav .bb-icon-loader { position: absolute; left: 10px; @@ -6862,7 +6171,6 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { flex: 0 0 33.333%; } @media screen and (max-width: 1200px) { - .post-type-archive-course.llms-pointer.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -6870,7 +6178,6 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { } } @media screen and (min-width: 800px) and (max-width: 900px) { - .post-type-archive-course.llms-pointer.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -6878,7 +6185,6 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { } } @media screen and (max-width: 480px) { - .post-type-archive-course.llms-pointer.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -6890,13 +6196,11 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { padding: 10px 0; text-align: left; } - .bb-template-v1 .bb-lms-pagination > * { display: inline-block; font-size: 13px; margin-left: 10px; } - .bb-template-v1 .bb-lms-pagination a.next.page-numbers, .bb-template-v1 .bb-lms-pagination a.prev.page-numbers { font-size: 0; @@ -6905,25 +6209,20 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { .single-llms_assignment .llms-donut svg path { stroke: var(--bb-success-color); } - .single-llms_assignment .llms-audio-wrapper { margin-bottom: 20px; } - .single-llms_assignment .llms-assignment-tasklist .llms-assignment-task { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } - .single-llms_assignment .llms-assignment-tasklist .llms-assignment-task .llms-task-marker { box-shadow: inset 36px 0 40px -32px rgba(0, 0, 0, 0.05); } - .single-llms_assignment .llms-assignment-tasklist .llms-assignment-task .icheckbox_minimal { margin: 0 20px 0 0; } - .single-llms_assignment .llms-assignment-tasklist .llms-assignment-task .llms-task-main { cursor: pointer; display: -webkit-box; @@ -6936,15 +6235,12 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { -ms-flex-pack: justify; justify-content: space-between; } - .single-llms_assignment .llms-assignment-tasklist .llms-assignment-task .llms-task-main .llms-task-check { display: none; } - .single-llms_assignment .llms-assignment-footer { margin: 30px 0 60px; } - .single-llms_assignment .llms-assignment-footer #llms-assignment-submit { font-size: 15px; border-radius: var(--bb-button-radius); @@ -6954,21 +6250,17 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); } - .single-llms_assignment .llms-assignment-footer #llms-assignment-submit:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .single-llms_assignment .llms-assignment-footer #llms-assignment-submit:hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - .single-llms_assignment .llms-assignment-footer #llms-assignment-submit .fa-paper-plane { display: none; } - .single-llms_assignment .llms-assignment-footer .llms-button-primary { font-size: 15px; border-radius: var(--bb-button-radius); @@ -6978,11 +6270,9 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); } - .single-llms_assignment .llms-assignment-footer .llms-button-primary:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .single-llms_assignment .llms-assignment-footer .llms-button-primary:hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); @@ -6992,11 +6282,9 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { .llms-assignment-content.type--tasklist li.llms-assignment-task:hover { background: rgba(146, 164, 183, 0.05); } - .llms-assignment-content.type--tasklist li.llms-assignment-task .llms-task-marker { background: none; } - .llms-assignment-content.type--tasklist li.llms-assignment-task .llms-task-main { width: initial; } @@ -7006,18 +6294,15 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); } - .llms-start-assignment-button:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .llms-start-assignment-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); } @media screen and (max-width: 365px) { - .llms-start-assignment-button { margin-bottom: 15px; } @@ -7030,7 +6315,6 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { display: flex; padding: 30px 20px; } - .llms-assignment-content.type--upload .llms-assignment-upload-field .fa { margin-bottom: 0; } @@ -7058,8 +6342,7 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { line-height: 26px; padding: 30px 20px; } - -.llms-assignment-upload-field .fa-upload::before { +.llms-assignment-upload-field .fa-upload:before { background: url("../images/svg/upload.svg") no-repeat; background-size: cover; content: " "; @@ -7068,7 +6351,6 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { display: block; margin: 0 auto 15px; } - .llms-assignment-upload-field h2 { font-size: 16px; color: var(--bb-headings-color); @@ -7079,15 +6361,12 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { .lifterlms_content_wrap .llms-assignment-content.type--tasklist ol.llms-assignment-tasklist { border: 0; } - .lifterlms_content_wrap .llms-assignment-content.type--tasklist li.llms-assignment-task { border-bottom: 1px solid var(--bb-content-border-color); } - .lifterlms_content_wrap .llms-assignment-content.type--tasklist li.llms-assignment-task:first-child { border-top: 0; } - .lifterlms_content_wrap .llms-assignment-content.type--tasklist li.llms-assignment-task:last-child { border-bottom: 0; } @@ -7100,7 +6379,6 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { header.llms-pa-posts--archive h2 { margin-bottom: inherit; } - header.llms-pa-posts--archive a { display: inline-block; background-color: rgba(0, 0, 0, 0.03); @@ -7113,13 +6391,12 @@ header.llms-pa-posts--archive a { transition: all linear 0.2s; position: relative; } - -header.llms-pa-posts--archive a::before { +header.llms-pa-posts--archive a:before { position: absolute; right: 10px; top: 6px; content: "\e8ab"; - font: 400 normal normal 14px/1 bb-icons; + font: normal normal normal 14px/1 bb-icons; speak: none; display: inline-block; text-decoration: inherit; @@ -7127,7 +6404,6 @@ header.llms-pa-posts--archive a::before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - header.llms-pa-posts--archive a:hover { background-color: rgba(0, 0, 0, 0.06); } @@ -7152,7 +6428,6 @@ header.llms-pa-posts--archive a:hover { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .llms-pa-posts.llms-pa-posts--archive footer a:hover { box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1); } @@ -7166,35 +6441,28 @@ header.llms-pa-area-header.llms-pa-posts--single a { .llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-pa-post-title { margin-bottom: 15px; } - .llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-author { font-size: 16px; } - .llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-author img { width: 38px; height: 38px; } - .llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-pa-meta-sep, .llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-pa-post-date { font-size: 16px; } - .llms-pa-posts.llms-pa-posts--single #llms-pa-post-discussion-form { padding: 0; margin: 0; background-color: #fff; } - .llms-pa-posts.llms-pa-posts--single #llms-pa-post-discussion-form .llms-form-field.type-submit { text-align: left; } - .llms-pa-posts.llms-pa-posts--single #llms-pa-post-discussion-form .llms-form-field.type-submit .llms-pa-comment-reply-cancel { font-size: 12px; } - .llms-pa-posts.llms-pa-posts--single .llms-pa-post-discussion-form-wrap { background-color: #fff; padding: 20px; @@ -7202,39 +6470,32 @@ header.llms-pa-area-header.llms-pa-posts--single a { border-radius: 4px; margin-bottom: 20px; } - .llms-pa-posts.llms-pa-posts--single .llms-pa-post-discussion-form-wrap h2 { margin-bottom: 10px; } - .llms-pa-posts.llms-pa-posts--single .llms-pa-post-discussion-form-wrap #llms-pa-post-discussion-form { padding: 0; margin: 0; background-color: #fff; } - .llms-pa-posts.llms-pa-posts--single .llms-pa-post-discussion-form-wrap #llms-pa-post-discussion-form .llms-form-field.type-submit { text-align: left; } - .llms-pa-posts.llms-pa-posts--single .llms-pa-post-discussion-form-wrap #llms-pa-post-discussion-form .llms-form-field.type-submit button { background-color: #fff; color: var(--bb-primary-color); line-height: 1; border: 1px solid var(--bb-primary-color); } - .llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms-pa-comment-toggle-read .read, .llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms-pa-comment-toggle-read .unread { color: var(--bb-primary-color); background: transparent !important; } - .llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment { margin-bottom: 20px; position: relative; } - .llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment .comment-body { margin-bottom: 0; background-color: #fff; @@ -7248,23 +6509,20 @@ header.llms-pa-area-header.llms-pa-posts--single a { -ms-flex-direction: column; flex-direction: column; } - .llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment .comment-body .comment-meta.commentmetadata { font-size: 13px; padding-left: 60px; color: var(--bb-alternate-text-color); } - .llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment .comment-body .comment-meta.commentmetadata .llms-author img { width: 38px; height: 38px; } - .llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment .comment-body .comment-text { margin-top: 0; } -.llms_pa_post_comment.llms-pa-unread::after { +.llms_pa_post_comment.llms-pa-unread:after { content: "unread"; font-size: 12px; background-color: #fff; @@ -7289,11 +6547,9 @@ header.llms-pa-area-header.llms-pa-posts--single a { font-size: inherit; color: var(--bb-alternate-text-color); } - .llms-pa-post .llms-pa-meta-sep { opacity: 0.5; } - .llms-pa-post .llms-pa-discussion-list .comment .llms-pa-comment-reply:hover, .llms-pa-post .llms-pa-discussion-list .comment .llms-pa-comment-permalink:hover, .llms-pa-post .llms-pa-discussion-list .comment .llms-pa-comment-toggle-read:hover { @@ -7310,18 +6566,16 @@ header.llms-pa-area-header.llms-pa-posts--single a { margin: 0; display: block; } - .llms-loop-item.course .llms-pa-permalink:hover { color: var(--bb-primary-color); } - -.llms-loop-item.course .llms-pa-permalink::before { +.llms-loop-item.course .llms-pa-permalink:before { font-size: 13px; content: "\eecc"; display: inline-block; font-family: bb-icons; font-style: normal; - font-weight: 400; + font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; @@ -7357,7 +6611,6 @@ header.llms-pa-area-header.llms-pa-posts--single a { .llms-pa-area-header h2.llms-private-area-title { margin-bottom: 10px; } - .llms-pa-area-header.llms-pa-posts--single h2.llms-private-area-title { margin-bottom: 0; } @@ -7376,12 +6629,10 @@ header.llms-pa-area-header.llms-pa-posts--single a { height: 25px; line-height: normal; } - #wp-llms_pa_post_comment-wrap.wp-core-ui .button.button-small { color: var(--bb-primary-color); border-color: var(--bb-primary-color); } - #wp-llms_pa_post_comment-wrap.wp-core-ui .button.button-small:hover, #wp-llms_pa_post_comment-wrap.wp-core-ui .button.button-small:focus { box-shadow: none; } @@ -7389,20 +6640,16 @@ header.llms-pa-area-header.llms-pa-posts--single a { .llms-pa-info-widget { margin: 0 0 30px; } - .llms-pa-info-widget .llms-pa-item { font-size: 14px; margin-bottom: 10px; } - .llms-pa-info-widget .llms-pa-item strong { - font-weight: 400; + font-weight: normal; } - .llms-pa-info-widget .llms-pa-info-widget-footer { margin: 20px 0; } - .llms-pa-info-widget .llms-pa-info-widget-footer .llms-button-secondary { padding: 10px 20px; font-size: 15px; @@ -7413,17 +6660,14 @@ header.llms-pa-area-header.llms-pa-posts--single a { .single-lesson .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning { background-color: transparent; } - .single-lesson .gform_wrapper .gfield_radio li label, .single-lesson .gform_wrapper .gfield_checkbox li label { display: inline-block; margin-right: 0; } - .single-lesson .gform_wrapper li.gfield.gfield_error { border: 0 !important; } - .single-lesson .gform_wrapper li.gfield.gfield_error.gfield_contains_required { margin-top: 0; margin-bottom: 0 !important; @@ -7440,24 +6684,20 @@ header.llms-pa-area-header.llms-pa-posts--single a { -ms-flex-direction: column; flex-direction: column; } - .single.llms_my_certificate-template-default .llms-certificate-container, .single-llms_certificate .llms-certificate-container { position: relative; } @media (max-width: 850px) { - .single.llms_my_certificate-template-default .llms-certificate-container, .single-llms_certificate .llms-certificate-container { width: 100% !important; } } - .single.llms_my_certificate-template-default .llms-certificate-container .certificate-background, .single-llms_certificate .llms-certificate-container .certificate-background { margin-bottom: 0 !important; } - .single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate, .single.llms_my_certificate-template-default .llms-certificate-container .llms_certificate, .single-llms_certificate .llms-certificate-container .llms_my_certificate, @@ -7478,7 +6718,6 @@ header.llms-pa-area-header.llms-pa-posts--single a { justify-content: center; } @media (max-width: 480px) { - .single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate, .single.llms_my_certificate-template-default .llms-certificate-container .llms_certificate, .single-llms_certificate .llms-certificate-container .llms_my_certificate, @@ -7487,7 +6726,6 @@ header.llms-pa-area-header.llms-pa-posts--single a { } } @media (max-width: 400px) { - .single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate, .single.llms_my_certificate-template-default .llms-certificate-container .llms_certificate, .single-llms_certificate .llms-certificate-container .llms_my_certificate, @@ -7495,7 +6733,6 @@ header.llms-pa-area-header.llms-pa-posts--single a { margin: 20px 40px; } } - .single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate .llms-summary h1, .single.llms_my_certificate-template-default .llms-certificate-container .llms_certificate .llms-summary h1, .single-llms_certificate .llms-certificate-container .llms_my_certificate .llms-summary h1, @@ -7505,7 +6742,6 @@ header.llms-pa-area-header.llms-pa-posts--single a { margin-bottom: 0; } @media (max-width: 480px) { - .single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate .llms-summary h1, .single.llms_my_certificate-template-default .llms-certificate-container .llms_certificate .llms-summary h1, .single-llms_certificate .llms-certificate-container .llms_my_certificate .llms-summary h1, @@ -7514,7 +6750,6 @@ header.llms-pa-area-header.llms-pa-posts--single a { margin-top: 20px; } } - .single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate .llms-summary p, .single.llms_my_certificate-template-default .llms-certificate-container .llms_certificate .llms-summary p, .single-llms_certificate .llms-certificate-container .llms_my_certificate .llms-summary p, @@ -7523,7 +6758,6 @@ header.llms-pa-area-header.llms-pa-posts--single a { margin-top: 40px; } @media (max-width: 480px) { - .single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate .llms-summary p, .single.llms_my_certificate-template-default .llms-certificate-container .llms_certificate .llms-summary p, .single-llms_certificate .llms-certificate-container .llms_my_certificate .llms-summary p, @@ -7533,7 +6767,6 @@ header.llms-pa-area-header.llms-pa-posts--single a { } } @media (min-width: 768px) { - .single.llms_my_certificate-template-default.bb-buddypanel .site, .single-llms_certificate.bb-buddypanel .site { margin-right: 0; @@ -7554,18 +6787,15 @@ header.llms-pa-area-header.llms-pa-posts--single a { .lifterlms ul.llms-certificates-loop li.llms-certificate-loop-item { width: -webkit-calc(33.333% - 20px); width: calc(33.333% - 20px); - /* Set default certificate width */ } @media only screen and (max-width: 1200px) { - .lifterlms ul.llms-certificates-loop li.llms-certificate-loop-item { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); } } @media only screen and (max-width: 992px) { - .lifterlms ul.llms-certificates-loop li.llms-certificate-loop-item { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); @@ -7577,14 +6807,12 @@ header.llms-pa-area-header.llms-pa-posts--single a { width: calc(33.333% - 20px); } @media only screen and (max-width: 1200px) { - .lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); } } @media only screen and (max-width: 992px) { - .lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); @@ -7594,23 +6822,19 @@ header.llms-pa-area-header.llms-pa-posts--single a { .has-sidebar .lifterlms ul.llms-certificates-loop li.llms-certificate-loop-item { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); - /* Set default certificate width */ } @media only screen and (max-width: 1200px) { - .has-sidebar .lifterlms ul.llms-certificates-loop li.llms-certificate-loop-item { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); } } - .has-sidebar .lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); } @media only screen and (max-width: 1200px) { - .has-sidebar .lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); @@ -7621,7 +6845,6 @@ ul.llms-certificates-loop.listing-certificates.loop-cols-5 li.llms-certificate-l width: -webkit-calc(20% - 20px); width: calc(20% - 20px); } - ul.llms-certificates-loop.listing-certificates li.llms-certificate-loop-item { margin: 10px; border: 1px solid var(--bb-content-border-color); @@ -7637,7 +6860,6 @@ ul.llms-certificates-loop.listing-certificates li.llms-certificate-loop-item { -ms-flex-align: center; align-items: center; } - ul.llms-certificates-loop.listing-certificates li.llms-certificate-loop-item:hover { box-shadow: 0 4px 32px 0 rgba(18, 43, 70, 0.1); -webkit-transition: box-shadow 0.3s ease-in-out; @@ -7658,11 +6880,9 @@ ul.llms-certificates-loop.listing-certificates li.llms-certificate-loop-item:hov -ms-flex-pack: distribute; justify-content: space-around; } - .llms-certificate .llms-certificate-title { line-height: 1.2; } - .llms-certificate .llms-certificate-date { font-size: 12px; line-height: 1; @@ -7678,7 +6898,6 @@ ul.llms-certificates-loop.listing-certificates li.llms-certificate-loop-item:hov .llms-notification .llms-notification-footer { border-color: var(--bb-content-border-color); } - .llms-notification .llms-notification-title { margin-bottom: 10px; font-weight: 500; @@ -7692,14 +6911,12 @@ ul.llms-certificates-loop.listing-certificates li.llms-certificate-loop-item:hov -ms-flex-align: start; align-items: flex-start; } - .llms-notification-list .llms-notification .llms-notification-content { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } - .llms-notification-list .llms-notification .llms-notification-footer { margin-right: auto; -webkit-box-flex: 0; @@ -7709,7 +6926,6 @@ ul.llms-certificates-loop.listing-certificates li.llms-certificate-loop-item:hov text-align: left; line-height: 1.7; } - .llms-notification-list .llms-notification .llms-notification-footer .llms-notification-date { float: none; margin-left: 0; @@ -7717,14 +6933,12 @@ ul.llms-certificates-loop.listing-certificates li.llms-certificate-loop-item:hov display: block; } @media screen and (max-width: 1200px) { - .llms-notification-list .llms-notification { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } - .llms-notification-list .llms-notification .llms-notification-content { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -7732,7 +6946,6 @@ ul.llms-certificates-loop.listing-certificates li.llms-certificate-loop-item:hov max-width: 100%; margin-bottom: 10px; } - .llms-notification-list .llms-notification .llms-notification-footer { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -7744,21 +6957,18 @@ ul.llms-certificates-loop.listing-certificates li.llms-certificate-loop-item:hov .llms-sd-section.llms-my-memberships .llms-loop-item .llms-loop-item-content { padding: 0; } - .llms-sd-section.llms-my-memberships p { border: none; background-color: transparent; padding: 0; } - -.llms-sd-section.llms-my-memberships p::before { +.llms-sd-section.llms-my-memberships p:before { display: none; } .single-llms_membership header.entry-header { display: none; } - .single-llms_membership .entry-img { border-radius: 4px; } @@ -7785,19 +6995,16 @@ ul.llms-achievements-loop li.llms-achievement-loop-item { .lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item { width: -webkit-calc(33.333% - 20px); width: calc(33.333% - 20px); - /* Set default certificate width */ padding: 0; } @media only screen and (max-width: 1200px) { - .lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); } } @media only screen and (max-width: 992px) { - .lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); @@ -7809,14 +7016,12 @@ ul.llms-achievements-loop li.llms-achievement-loop-item { width: calc(33.333% - 20px); } @media only screen and (max-width: 1200px) { - .lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); } } @media only screen and (max-width: 992px) { - .lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); @@ -7826,23 +7031,19 @@ ul.llms-achievements-loop li.llms-achievement-loop-item { .has-sidebar .lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); - /* Set default certificate width */ } @media only screen and (max-width: 1200px) { - .has-sidebar .lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); } } - .has-sidebar .lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); } @media only screen and (max-width: 1200px) { - .has-sidebar .lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); @@ -7862,6 +7063,11 @@ ul.llms-achievements-loop li.llms-achievement-loop-item:hover { .llms-sd-section.llms-my-achievements .llms-achievement-loop-item.achievement-item a { background-color: transparent; + padding: 0; + border-radius: var(--bb-block-radius-inner); +} +.llms-sd-section.llms-my-achievements .llms-achievement-loop-item.achievement-item a .llms-achievement-title { + color: var(--bb-headings-color); } .llms-achievement__body { @@ -7900,27 +7106,23 @@ ul.llms-achievements-loop li.llms-achievement-loop-item:hover { font-size: 14px; color: var(--bb-body-text-color); } - .llms-achievement .llms-achievement-date span { font-size: 12px; color: var(--bb-alternate-text-color); } @media (max-width: 337px) { - .lifterlms .llms-button-primary, .lifterlms .llms-button-secondary, .lifterlms .llms-field-button { padding: 10px 11px; } } - .iziModal { border-bottom: 0 !important; box-shadow: 0 3px 24px 0 rgba(18, 43, 70, 0.28); background-color: var(--bb-content-background-color); } - .iziModal .bb-cover-wrap { border-radius: 0; } @@ -7946,15 +7148,13 @@ ul.llms-achievements-loop li.llms-achievement-loop-item:hover { transition: none; text-align: center; } - .iziModal .iziModal-header .iziModal-button-close:hover { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none; } - -.iziModal .iziModal-header .iziModal-button-close::before { +.iziModal .iziModal-header .iziModal-button-close:before { display: inline-block; color: #939597; font-family: bb-icons; @@ -7978,7 +7178,6 @@ ul.llms-achievements-loop li.llms-achievement-loop-item:hover { text-align: center; background-color: var(--bb-content-alternate-background-color); } - .llms-achievement-image--icon img.llms-achievement-img { object-fit: cover; width: 54px; @@ -7986,7 +7185,6 @@ ul.llms-achievements-loop li.llms-achievement-loop-item:hover { border-radius: 100%; margin: 0 auto; } - .llms-achievement-modal .llms-achievement-image--icon img.llms-achievement-img { width: 100px; height: 100px; @@ -8064,7 +7262,6 @@ body div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-red border-color: var(--bb-success-color); text-align: center; } - .single-lesson.llms-pointer #lifterlms-page-content .lifterlms_content_wrap .wpforms-confirmation-container-full p, .single-lesson.llms-pointer #lifterlms-page-content .lifterlms_content_wrap div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) p, body .wpforms-confirmation-container-full p, @@ -8082,7 +7279,6 @@ body div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-red padding: 0; margin-top: 0; } - .frm_forms .frm_form_fields fieldset legend { font-size: 26px; margin: 0 0 10px; @@ -8106,7 +7302,6 @@ body div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-red box-sizing: border-box; box-shadow: none; } - .frm_forms .frm_form_fields fieldset .frm_top_container { display: -webkit-box; display: -ms-flexbox; @@ -8117,7 +7312,6 @@ body div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-red flex-direction: column; padding: 10px 0; } - .frm_forms .frm_form_fields fieldset .frm_top_container .frm_primary_label, .frm_forms .frm_form_fields fieldset .frm_top_container label.frm_primary_label { display: block; @@ -8128,16 +7322,13 @@ body div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-red margin: 0 0 4px; padding: 0; } - -.frm_forms .frm_form_fields fieldset .frm_top_container .frm_checkbox .icheckbox_minimal.checked::after { +.frm_forms .frm_form_fields fieldset .frm_top_container .frm_checkbox .icheckbox_minimal.checked:after { text-indent: 0; } - .frm_forms .frm_form_fields fieldset .frm_submit { margin: 0; padding: 16px 0; } - .frm_forms .frm_form_fields fieldset .frm_submit .frm_button_submit { font-family: inherit; font-size: 15px; @@ -8164,14 +7355,12 @@ body div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-red transition: all linear 0.2s; box-shadow: none; } - .frm_forms .frm_form_fields fieldset .frm_dropzone { border: 1px dashed #dedfe2; border-radius: 3px; min-height: 60px; padding: 30px; } - .frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message { display: -webkit-box; display: -ms-flexbox; @@ -8187,19 +7376,17 @@ body div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-red -ms-flex-pack: center; justify-content: center; } - .frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_icon_font.frm_upload_icon { position: relative; height: 40px; } - -.frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_icon_font.frm_upload_icon::before { +.frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_icon_font.frm_upload_icon:before { position: absolute; right: -16px; font-family: bb-icons; speak: none; font-style: normal; - font-weight: 400; + font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; @@ -8211,7 +7398,6 @@ body div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-red display: block; margin: 0 auto 10px; } - .frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_compact_text button, .frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_upload_text button { background-color: transparent; @@ -8219,55 +7405,43 @@ body div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-red color: var(--bb-headings-color); padding: 2px 0; } - .frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_compact_text button:hover, .frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_upload_text button:hover { background-color: transparent; box-shadow: none; } - .frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_small_text { font-size: 14px; color: var(--bb-primary-color); } - .frm_forms .frm_form_fields fieldset .wp-switch-editor { margin-top: 0; } - .frm_forms .frm_form_fields fieldset .frm_description { font-size: 15px; padding-top: 10px; } - .frm_forms .frm_form_fields fieldset .frm_range_container input { width: 100%; } - .frm_forms .frm_form_fields fieldset .frm_pos_top { margin: 20px 0 0; } - .frm_forms .frm_form_fields fieldset .frm_combo_inputs_container div { padding: 0 0 10px; } - .frm_forms .frm_form_fields fieldset .frm_combo_inputs_container div input { width: 100%; } - .frm_forms .frm_form_fields fieldset .frm_form_field.form-field .frm_time_wrap select { width: inherit; } - .frm_forms .frm_form_fields fieldset .frm_form_field.form-field select { width: 100%; } - .frm_forms .frm_form_fields fieldset .frm_hidden { display: none; } - .frm_forms .frm_form_fields fieldset .frm-edit-page-btn { display: -webkit-box; display: -ms-flexbox; @@ -8279,21 +7453,17 @@ body div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-red background-color: transparent; box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1); } - .frm_forms .frm_form_fields fieldset .frm-edit-page-btn svg { width: 20px; height: 20px; } - .frm_forms .frm_form_fields fieldset .frm-edit-page-btn span { padding-right: 10px; color: #000; } - .frm_forms .frm_form_fields fieldset .frm_pos_.frm_primary_label { margin-bottom: 10px; } - .frm_forms .frm_form_fields fieldset .frm-line-table tr td h3 { margin-bottom: 0; } @@ -8313,39 +7483,31 @@ body div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-red background-position: left 1rem center; padding-left: 40px; } - .nf-form-wrap .nf-form-content .list-select-wrap .nf-field-element > div { background: transparent; border: 0; } - .nf-form-wrap .nf-form-content .listradio-wrap .nf-field-element input { display: none; } - .nf-form-wrap .nf-form-content .listradio-wrap .nf-field-element label { display: inline-block; margin-right: 0 !important; } - -.nf-form-wrap .nf-form-content .listradio-wrap .nf-field-element label::after, .nf-form-wrap .nf-form-content .listradio-wrap .nf-field-element label::before { +.nf-form-wrap .nf-form-content .listradio-wrap .nf-field-element label:after, .nf-form-wrap .nf-form-content .listradio-wrap .nf-field-element label:before { display: none; } - .nf-form-wrap .nf-form-content .listradio-wrap .nf-field-element li .bs-radio { display: none; } @media screen and (max-width: 1200px) { - .single-llms_certificate .bb-grid { display: block; } - .single-llms_certificate .bb-grid .llms-certificate-container { display: block; } - .single-llms_certificate .bb-grid .llms-print-certificate { width: 100%; max-width: 100%; @@ -8356,11 +7518,9 @@ body div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-red .llms-print-certificate .back_to_home_page { font-size: 14px; } - .llms-print-certificate button i { font-size: 18px; } - .llms-print-certificate .back_to_home_page { display: inline-block; border-radius: 20px; @@ -8369,7 +7529,6 @@ body div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-red -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .llms-print-certificate .print_and_save_holder { margin-bottom: 10px; } @@ -8396,14 +7555,14 @@ body div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-red } .llms-notification .llms-notification-body .llms-mini-cert { - border: 0; background-color: var(--bb-content-alternate-background-color); + border: 1px solid var(--bb-content-border-color); + box-shadow: none; border-radius: 4px; padding: 10px 15px; } - .llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert-title { - font-weight: 400; + font-weight: normal; } .llms-sd-notification-center .llms-notification .llms-mini-cert { @@ -8425,7 +7584,6 @@ ul.llms-certificates-loop.listing-certificates li.llms-certificate-loop-item { margin-bottom: 20px; border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; } - .llms-certificate__badge img { position: relative; top: 5px; @@ -8449,16 +7607,13 @@ a.llms-certificate__link .llms-certificate-title:hover { .llms-certificate__footer { margin: 15px 0 0; } - .llms-certificate__footer .llms-certificate-date { text-align: right; line-height: 1.3; } - .llms-certificate__footer .llms-certificate__date-label { color: var(--bb-alternate-text-color); } - .llms-certificate__footer .llms-certificate__moment { font-size: 14px; } @@ -8481,21 +7636,18 @@ a.llms-certificate__link .llms-certificate-title:hover { border: 0; background-color: transparent; } - .llms-certificate__download .llms-certificate__downloadBtn i, .llms-certificate__download button.llms-certificate__downloadBtn.button i, .buddypress .buddypress-wrap .llms-certificate__download .llms-certificate__downloadBtn i, .buddypress .buddypress-wrap .llms-certificate__download button.llms-certificate__downloadBtn.button i { font-size: 26px; } - -.llms-certificate__download .llms-certificate__downloadBtn i::before, -.llms-certificate__download button.llms-certificate__downloadBtn.button i::before, -.buddypress .buddypress-wrap .llms-certificate__download .llms-certificate__downloadBtn i::before, -.buddypress .buddypress-wrap .llms-certificate__download button.llms-certificate__downloadBtn.button i::before { +.llms-certificate__download .llms-certificate__downloadBtn i:before, +.llms-certificate__download button.llms-certificate__downloadBtn.button i:before, +.buddypress .buddypress-wrap .llms-certificate__download .llms-certificate__downloadBtn i:before, +.buddypress .buddypress-wrap .llms-certificate__download button.llms-certificate__downloadBtn.button i:before { margin: 0; } - .llms-certificate__download .llms-certificate__downloadBtn:hover, .llms-certificate__download .llms-certificate__downloadBtn:active, .llms-certificate__download .llms-certificate__downloadBtn:focus, .llms-certificate__download button.llms-certificate__downloadBtn.button:hover, .llms-certificate__download button.llms-certificate__downloadBtn.button:active, @@ -8508,7 +7660,6 @@ a.llms-certificate__link .llms-certificate-title:hover { .buddypress .buddypress-wrap .llms-certificate__download button.llms-certificate__downloadBtn.button:focus { box-shadow: none; } - .llms-certificate__download i, .buddypress .buddypress-wrap .llms-certificate__download i { line-height: 15px; @@ -8518,47 +7669,37 @@ body.bb-buddypanel.bb-sfwd-aside .site-header .bb-toggle-panel { display: inherit; margin-right: -18px; } - body.bb-buddypanel.bb-sfwd-aside .header-aside-inner .bb-toggle-panel { display: none; } - body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .site-header .site-header-container > .bb-toggle-panel { display: none; } - body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .site-header .site-header-container { padding-right: 0; } - body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .header-3 .header-aside-inner .bb-toggle-panel { margin-left: 0; } - body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .header-aside-inner .bb-toggle-panel { display: inline-block; padding-right: 20px; margin: 0; margin-left: -18px; } - body.bb-buddypanel.bb-sfwd-aside .site-header .site-header-container:not(.header-3) #header-aside .bb-toggle-panel i { color: inherit; } - body.bb-buddypanel.bb-sfwd-aside.buddypanel-open:not(.buddypanel-header) .site-header .bb-toggle-panel { visibility: hidden; opacity: 0; } - body.bb-buddypanel.bb-sfwd-aside.buddypanel-header .site-header .bb-toggle-panel { margin-right: -18px; } - body.bb-buddypanel.bb-sfwd-aside.buddypanel-header.bb-buddypanel-right .site-header .bb-toggle-panel { margin-right: 0; } - body.bb-buddypanel.bb-sfwd-aside:not(.buddypanel-open) .buddypanel .bb-toggle-panel { visibility: hidden; opacity: 0; @@ -8567,52 +7708,43 @@ body.bb-buddypanel.bb-sfwd-aside:not(.buddypanel-open) .buddypanel .bb-toggle-pa body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head { height: 0; } - body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { display: none; } -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--0 a::before { +.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--0 a:before { content: "\ef58"; font-family: bb-icons; } - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-groups a::before { +.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-groups a:before { content: "\e95d"; font-family: bb-icons; } - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-courses a::before { +.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-courses a:before { content: "\eeac"; font-family: bb-icons; } - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-grades a::before { +.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-grades a:before { font-family: bb-icons; content: "\eed4"; } - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-memberships a::before { +.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-memberships a:before { font-family: bb-icons; content: "\ef52"; } - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-achievements a::before { +.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-achievements a:before { font-family: bb-icons; content: "\ee04"; } - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-certificates a::before { +.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-certificates a:before { font-family: bb-icons; content: "\e975"; } - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--notifications a::before { +.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--notifications a:before { font-family: bb-icons; content: "\e8a5"; } - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--redeem-voucher a::before { +.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--redeem-voucher a:before { font-family: bb-icons; content: "\ef0c"; } @@ -8620,23 +7752,19 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { .has-sidebar .woocommerce-MyAccount-content .llms-loop-list .llms-loop-item { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); - /* Set default certificate width */ } @media only screen and (max-width: 1200px) { - .has-sidebar .woocommerce-MyAccount-content .llms-loop-list .llms-loop-item { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); } } - .has-sidebar .woocommerce-MyAccount-content .llms-loop-list.cols-3 .llms-loop-item { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); } @media only screen and (max-width: 1200px) { - .has-sidebar .woocommerce-MyAccount-content .llms-loop-list.cols-3 .llms-loop-item { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); @@ -8646,19 +7774,16 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { .woocommerce-MyAccount-content ul.llms-achievements-loop li.llms-achievement-loop-item { width: -webkit-calc(33.333% - 20px); width: calc(33.333% - 20px); - /* Set default certificate width */ padding: 0; } @media only screen and (max-width: 1200px) { - .woocommerce-MyAccount-content ul.llms-achievements-loop li.llms-achievement-loop-item { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); } } @media only screen and (max-width: 992px) { - .woocommerce-MyAccount-content ul.llms-achievements-loop li.llms-achievement-loop-item { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); @@ -8670,14 +7795,12 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { width: calc(33.333% - 20px); } @media only screen and (max-width: 1200px) { - .woocommerce-MyAccount-content ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); } } @media only screen and (max-width: 992px) { - .woocommerce-MyAccount-content ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); @@ -8687,23 +7810,19 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { .has-sidebar .woocommerce-MyAccount-content ul.llms-achievements-loop li.llms-achievement-loop-item { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); - /* Set default certificate width */ } @media only screen and (max-width: 1200px) { - .has-sidebar .woocommerce-MyAccount-content ul.llms-achievements-loop li.llms-achievement-loop-item { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); } } - .has-sidebar .woocommerce-MyAccount-content ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); } @media only screen and (max-width: 1200px) { - .has-sidebar .woocommerce-MyAccount-content ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); @@ -8713,18 +7832,15 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { .woocommerce-MyAccount-content ul.llms-certificates-loop li.llms-certificate-loop-item { width: -webkit-calc(33.333% - 20px); width: calc(33.333% - 20px); - /* Set default certificate width */ } @media only screen and (max-width: 1200px) { - .woocommerce-MyAccount-content ul.llms-certificates-loop li.llms-certificate-loop-item { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); } } @media only screen and (max-width: 992px) { - .woocommerce-MyAccount-content ul.llms-certificates-loop li.llms-certificate-loop-item { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); @@ -8736,14 +7852,12 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { width: calc(33.333% - 20px); } @media only screen and (max-width: 1200px) { - .woocommerce-MyAccount-content ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); } } @media only screen and (max-width: 992px) { - .woocommerce-MyAccount-content ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); @@ -8753,23 +7867,19 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { .has-sidebar .woocommerce-MyAccount-content ul.llms-certificates-loop li.llms-certificate-loop-item { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); - /* Set default certificate width */ } @media only screen and (max-width: 1200px) { - .has-sidebar .woocommerce-MyAccount-content ul.llms-certificates-loop li.llms-certificate-loop-item { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); } } - .has-sidebar .woocommerce-MyAccount-content ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); } @media only screen and (max-width: 1200px) { - .has-sidebar .woocommerce-MyAccount-content ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); @@ -8780,28 +7890,24 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { .woocommerce-MyAccount-content .llms-notice + form p.form-row.form-row-first { width: 100%; } - .woocommerce-MyAccount-content .llms-sd-title + form label, .woocommerce-MyAccount-content .llms-notice + form label { font-size: 15px; margin-left: 10px; display: inline-block; } - .woocommerce-MyAccount-content .llms-sd-title + form input[name="llms_voucher_code"], .woocommerce-MyAccount-content .llms-notice + form input[name="llms_voucher_code"] { border-radius: 100px; padding: 0 20px; } @media screen and (max-width: 992px) { - .woocommerce-MyAccount-content .llms-sd-title + form input[name="llms_voucher_code"], .woocommerce-MyAccount-content .llms-notice + form input[name="llms_voucher_code"] { width: 100%; margin-top: 10px; } } - .woocommerce-MyAccount-content .llms-sd-title + form button, .woocommerce-MyAccount-content .llms-notice + form button { padding-top: 6px; @@ -8815,18 +7921,15 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { } @media only screen and (min-width: 800px) { - .llms-theme .woocommerce-MyAccount-content { width: 68%; } } - .woocommerce-MyAccount-content .llms-sd-section.llms-sd-grades { overflow-x: auto; } @media (min-width: 600px) { - .llms-access-plans.cols-0 .llms-access-plan { width: 100%; } @@ -8867,12 +7970,10 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { width: 100%; } } - .llms-access-plans .llms-access-plan .llms-access-plan-content, .llms-access-plans .llms-access-plan .llms-access-plan-footer { background-color: transparent; } - .llms-access-plans .llms-access-plan .llms-access-plan-footer { border-bottom: 0; } @@ -8889,7 +7990,6 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { .llms-access-plan-price { font-size: 16px; } - .llms-access-plan-price > span { display: block; } @@ -8898,26 +7998,21 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { font-variant: normal; line-height: inherit; } - .llms-access-plan-price .price-sale, .llms-access-plan-price .price-regular:not(.price-regular--isSale) { color: var(--bb-headings-color); font-size: 20px; } - .llms-access-plan-price .price-sale .lifterlms-price, .llms-access-plan-price .price-regular:not(.price-regular--isSale) .lifterlms-price { font-weight: 700; } - .llms-access-plan-price .lifterlms-price { font-size: 20px; } - .llms-access-plan-price .price-regular.price-regular--isSale { color: var(--bb-alternate-text-color); } - .llms-access-plan-price .price-regular.price-regular--isSale .lifterlms-price { color: var(--bb-alternate-text-color); font-size: 14px; @@ -8963,12 +8058,10 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { margin-top: 15px; font-size: 13px; } - .llms-access-plan-sale-end span { color: var(--bb-alternate-text-color); } @media screen and (max-width: 1200px) { - .llms-access-plan-sale-end span { display: block; padding-bottom: 3px; @@ -9004,7 +8097,6 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { .llms-access-plan-restrictions { margin: 10px 0 0; } - .llms-access-plan-restrictions ul li { font-size: 13px; } @@ -9012,11 +8104,9 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { .llms-access-plan .llms-access-plan-restrictions ul { margin: 5px 0; } - .llms-access-plan .llms-access-plan-restrictions ul a { color: var(--bb-primary-color); } - .llms-access-plan .llms-access-plan-restrictions ul a:hover { color: var(--bb-primary-color); } @@ -9033,27 +8123,22 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { display: block; text-align: center; } - .bb-single-course-sidebar .llms-access-plan .llms-access-plan-content { max-width: 100%; border: 0; padding: 0; } - .bb-single-course-sidebar .llms-access-plan .llms-access-plan-content, .bb-single-course-sidebar .llms-access-plan.featured .llms-access-plan-content { border: 0; } - .bb-single-course-sidebar .llms-access-plan .llms-access-plan-footer { max-width: 100%; display: block; } - .bb-single-course-sidebar .llms-access-plan .llms-access-plan-featured { position: static; border-radius: 3px; } - .bb-single-course-sidebar .llms-access-plan .llms-access-plan-title { background-color: transparent; color: var(--bb-headings-color); @@ -9076,7 +8161,6 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { float: none; position: relative; } - .llms-access-plan .llms-access-plan-content { max-width: 60%; -webkit-box-flex: 0; @@ -9084,11 +8168,9 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { flex: 0 0 60%; padding: 0 10px 0 25px; } - .llms-access-plan .llms-access-plan-content, .llms-access-plan.featured .llms-access-plan-content { border-left: 1px solid var(--bb-content-border-color); } - .llms-access-plan .llms-access-plan-footer { max-width: 40%; -webkit-box-flex: 0; @@ -9110,27 +8192,22 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { flex-direction: column; padding: 10px; } - .llms-access-plan .llms-access-plan-footer .llms-access-plan-pricing { padding: 0; } - .llms-access-plan .llms-button-action { padding: 8px 35px; } @media screen and (max-width: 992px) { - .llms-access-plan { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } - .llms-access-plan.featured { padding-top: 45px; } - .llms-access-plan .llms-access-plan-content { max-width: 100%; -webkit-box-flex: 0; @@ -9142,11 +8219,9 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { margin-bottom: 20px; text-align: center; } - .llms-access-plan .llms-access-plan-content, .llms-access-plan.featured .llms-access-plan-content { border-left: 0; } - .llms-access-plan .llms-access-plan-footer { max-width: 100%; -webkit-box-flex: 0; @@ -9154,7 +8229,6 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { flex: 0 0 100%; width: 100%; } - .llms-access-plan .llms-access-plan-title { padding-bottom: 10px; } @@ -9169,13 +8243,11 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { padding: 8px 0; } @media screen and (max-width: 992px) { - .llms-meta-aplans__btn a { font-size: 13px; padding: 6px 14px; } } - .llms-meta-aplans__btn a.llms-button-secondary { padding-right: 18px; padding-left: 18px; @@ -9187,16 +8259,13 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { line-height: 1.5; } @media screen and (max-width: 992px) { - .llms-meta-aplans__figure h3 { font-size: 18px; } } - .llms-meta-aplans__figure h3 > del { display: none; } - .llms-meta-aplans__figure h3 > ins { text-decoration: none; } @@ -9229,32 +8298,26 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { .lifterlms .llms-checkout-wrapper .llms-checkout { background: transparent; } - .lifterlms .llms-checkout-wrapper .llms-checkout-col { padding: 20px 15px; border: 1px solid var(--bb-content-border-color); border-radius: var(--bb-block-radius); background: var(--bb-content-background-color); } - .lifterlms .llms-checkout-wrapper .llms-checkout-section-content .llms-field-button { width: auto; - font-weight: 400; + font-weight: normal; } - .lifterlms .llms-checkout-wrapper .llms-checkout-section-content .llms-checkout-confirm .llms-field-button { width: 100%; } - .lifterlms .llms-checkout-wrapper .llms-checkout-section-content .llms-form-field.type-submit { text-align: center; } - .lifterlms .llms-checkout-wrapper .llms-notice.llms-error { background-color: var(--bb-danger-color); border: 0; } - .lifterlms .llms-checkout-wrapper .llms-form-heading { font-size: 16px; font-weight: 700; @@ -9264,25 +8327,20 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { margin-bottom: 15px; padding-top: 0; } - .lifterlms .llms-checkout-wrapper .llms-checkout-section { border: none; } - .lifterlms .llms-checkout-wrapper .llms-person-login-form-wrapper { padding: 0; border: 0; } - .lifterlms .llms-checkout-wrapper .llms-checkout-wrapper form.llms-login { border: 0; } - .lifterlms .llms-checkout-wrapper .llms-person-login-aktif { border: 1px solid #eef0f3; padding: 20px; } - .lifterlms .llms-checkout-wrapper .llms-login { border: none; } @@ -9291,14 +8349,12 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { font-size: 16px; font-weight: 400; } - .llms-checkout-wrapper .llms-form-field.llms-payment-gateway-option { display: -webkit-box; display: -ms-flexbox; display: flex; line-height: 1.5; } - .llms-checkout-wrapper .llms-form-field.llms-payment-gateway-option .llms-description { margin-right: 10px; } @@ -9307,7 +8363,6 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { text-align: left; line-height: 1.4; } - .llms-checkout-section-content .llms-order-summary li { font-size: 15px; display: -webkit-box; @@ -9318,10 +8373,9 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { align-items: flex-start; padding: 3px 0 5px; } - .llms-checkout-section-content .llms-order-summary li .llms-label { margin-left: auto; - font-weight: 400; + font-weight: normal; font-size: 13px; text-transform: uppercase; color: var(--bb-alternate-text-color); @@ -9334,12 +8388,10 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { .llms-payment-gateways .llms-notice { padding: 20px; } - .llms-payment-gateways .llms-notice .llms-form-field { padding: 0; margin: 0 0 10px; } - .llms-payment-gateways .llms-notice .llms-form-field.type-select { margin-top: 10px; } @@ -9369,19 +8421,18 @@ ul.llms-payment-gateways .llms-gateway-description { font-size: 16px; } -ul.llms-payment-gateways li:last-child::after { +ul.llms-payment-gateways li:last-child:after { border-bottom: 1px solid var(--bb-content-border-color); } .llms-checkout-section-content .llms-coupon-wrapper { border-top: 1px solid var(--bb-content-border-color); font-size: 14px; - font-weight: 400; + font-weight: normal; margin-top: 20px; padding-bottom: 10px; } - -.llms-checkout-section-content .llms-coupon-wrapper::before { +.llms-checkout-section-content .llms-coupon-wrapper:before { font-family: bb-icons; font-size: 1em; position: relative; @@ -9390,12 +8441,10 @@ ul.llms-payment-gateways li:last-child::after { content: "\ef17"; margin-left: 5px; } - .llms-checkout-section-content .llms-coupon-wrapper .llms-field-button { font-size: 15px; } - -.llms-checkout-section-content .has-coupon + .llms-coupon-wrapper::before { +.llms-checkout-section-content .has-coupon + .llms-coupon-wrapper:before { display: none; } @@ -9412,11 +8461,9 @@ ul.llms-payment-gateways li:last-child::after { text-align: right; padding: 10px 0; } - .llms-widget-syllabus .llms-collapse-caret { color: #939597; } - .llms-widget-syllabus .llms-collapse-caret i.fa { font-family: bb-icons !important; font-size: 1em; @@ -9425,19 +8472,16 @@ ul.llms-payment-gateways li:last-child::after { height: 22px; top: -2px; } - -.llms-widget-syllabus .llms-collapse-caret .fa-caret-down::before { +.llms-widget-syllabus .llms-collapse-caret .fa-caret-down:before { content: "\ee09"; font-size: 9px; font-weight: 300; } - -.llms-widget-syllabus .llms-collapse-caret .fa-caret-right::before { +.llms-widget-syllabus .llms-collapse-caret .fa-caret-right:before { content: "\ee09"; font-size: 9px; font-weight: 300; } - .llms-widget-syllabus .llms-section--closed i.fa.fa-caret-right { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); @@ -9445,11 +8489,9 @@ ul.llms-payment-gateways li:last-child::after { top: -8px; right: -4px; } - .llms-widget-syllabus ul li ul.llms-lesson { margin: 0 0 10px; } - .llms-widget-syllabus ul li ul.llms-lesson li { display: -webkit-box; display: -ms-flexbox; @@ -9461,7 +8503,6 @@ ul.llms-payment-gateways li:last-child::after { border-radius: 4px; padding: 19px 25px; } - .llms-widget-syllabus .llms-lesson-complete { margin-left: 15px; -ms-flex-preferred-size: 22px; @@ -9474,11 +8515,9 @@ ul.llms-payment-gateways li:last-child::after { border-radius: 100%; color: var(--bb-content-border-color); } - .llms-widget-syllabus .llms-lesson-complete.done { color: var(--bb-primary-color); } - .llms-widget-syllabus .llms-lesson-complete i.fa { font-family: bb-icons !important; font-size: 1em; @@ -9488,8 +8527,7 @@ ul.llms-payment-gateways li:last-child::after { margin-right: -2px; margin-top: -2px; } - -.llms-widget-syllabus .llms-lesson-complete .fa-check-circle::before { +.llms-widget-syllabus .llms-lesson-complete .fa-check-circle:before { content: "\e876"; font-size: 12px; position: absolute; @@ -9507,7 +8545,6 @@ ul.llms-payment-gateways li:last-child::after { .llms-widget-syllabus .lesson-title.done a { color: var(--bb-headings-color); } - .llms-widget-syllabus .lesson-title a:hover, .llms-widget-syllabus .lesson-title.done a:hover { color: var(--bb-primary-color); @@ -9517,11 +8554,9 @@ ul.llms-payment-gateways li:last-child::after { font-size: 14px; padding: 10px 0; } - .llms-widget-syllabus--collapsible .llms-syllabus-footer a { color: var(--bb-headings-color); } - .llms-widget-syllabus--collapsible .llms-syllabus-footer a:hover { color: var(--bb-primary-color); } @@ -9533,11 +8568,9 @@ ul.llms-payment-gateways li:last-child::after { #old_reviews:not(.old_reviews--revoke) .llms_review { display: block; } - #old_reviews:not(.old_reviews--revoke) .llms_review h5 { color: var(--bb-headings-color) !important; } - #old_reviews:not(.old_reviews--revoke) .llms_review h6 { font-family: inherit; color: var(--bb-alternate-text-color) !important; @@ -9560,7 +8593,6 @@ ul.llms-payment-gateways li:last-child::after { font-size: 21px; height: 36px; } - .ld-secondary-header.llms-shortcode a.layout-view.layout-view-course.layout-grid-view.bp-tooltip { color: var(--bb-headings-color); display: -webkit-box; @@ -9576,7 +8608,6 @@ ul.llms-payment-gateways li:last-child::after { -webkit-transition: 0.3s all; transition: 0.3s all; } - .ld-secondary-header.llms-shortcode a.layout-view.layout-view-course.layout-list-view.bp-tooltip { color: var(--bb-headings-color); display: -webkit-box; @@ -9592,498 +8623,392 @@ ul.llms-payment-gateways li:last-child::after { -webkit-transition: 0.3s all; transition: 0.3s all; } - .ld-secondary-header.llms-shortcode a.layout-view.layout-view-course.layout-list-view.bp-tooltip.active { opacity: 1; } - .ld-secondary-header.llms-shortcode a.layout-view.layout-view-course.layout-grid-view.bp-tooltip.active { opacity: 1; } .llms-pointer.llms-inner.bb-dark-theme { - /* Header statrs */ - /* Header Ends */ } - .llms-pointer.llms-inner.bb-dark-theme .buddypanel { background-color: #121212; } - .llms-pointer.llms-inner.bb-dark-theme .buddypanel .panel-head { background-color: #121212; } - .llms-pointer.llms-inner.bb-dark-theme .buddypanel .panel-head .bb-toggle-panel { color: #fff; } - .llms-pointer.llms-inner.bb-dark-theme .buddypanel .panel-head .bb-toggle-panel:hover { color: #aaa; } - .llms-pointer.llms-inner.bb-dark-theme .bb-mobile-panel-inner .side-panel-menu .sub-menu { background: #121212; } - .llms-pointer.llms-inner.bb-dark-theme .bb-mobile-panel-inner .side-panel-menu a > i { color: #fff; } - .llms-pointer.llms-inner.bb-dark-theme .buddypanel-menu > li > .bb-menu-item > i:not(.bb-icon-angle-down) { color: #fff; } - .llms-pointer.llms-inner.bb-dark-theme .site-header { background: #232323; box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05); } - .llms-pointer.llms-inner.bb-dark-theme .site-header .bb-toggle-panel { color: #fff; } - .llms-pointer.llms-inner.bb-dark-theme .site-header .bb-toggle-panel:hover { color: #aaa; } - .llms-pointer.llms-inner.bb-dark-theme .site-header .primary-menu > li > a { color: #888; } - .llms-pointer.llms-inner.bb-dark-theme .site-header .primary-menu > li > a:hover { color: #fff; } - .llms-pointer.llms-inner.bb-dark-theme .site-header .user-wrap a.user-link { color: #fff; } - .llms-pointer.llms-inner.bb-dark-theme .site-header .user-wrap a.user-link:hover { color: #aaa; } - .llms-pointer.llms-inner.bb-dark-theme .site-header .user-wrap a.user-link:hover i { color: #aaa; } - .llms-pointer.llms-inner.bb-dark-theme .site-header .user-wrap a.user-link i { color: #fff; } - .llms-pointer.llms-inner.bb-dark-theme .site-header #header-aside i { color: #fff; } - -.llms-pointer.llms-inner.bb-dark-theme .site-header [data-balloon]::after { +.llms-pointer.llms-inner.bb-dark-theme .site-header [data-balloon]:after { background: rgba(255, 255, 255, 0.95); box-shadow: none; color: #000; } - -.llms-pointer.llms-inner.bb-dark-theme .site-header [data-balloon][data-balloon-pos="down"]::before { +.llms-pointer.llms-inner.bb-dark-theme .site-header [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%22rgba(255,255,255,0.95)%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; } - .llms-pointer.llms-inner.bb-dark-theme .site-header .header-search-primary { background: #232323; } - .llms-pointer.llms-inner.bb-dark-theme .header-search-wrap, .llms-pointer.llms-inner.bb-dark-theme .header-search-wrap input.search-field { background: #000; color: #fff; } - .llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li:hover { color: #fff; } - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li:hover.menu-item-has-children::after { +.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li:hover.menu-item-has-children:after { color: #fff; } - .llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li:hover > a > i, .llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li:hover > a span { color: #fff; } - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li.menu-item-has-children::after { +.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li.menu-item-has-children:after { color: #939597; } - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li.menu-item > .ab-submenu::before { +.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li.menu-item > .ab-submenu:before { border-color: #232323 transparent transparent #232323; } - .llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu { background-color: #000; } - .llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu { background-color: #000; } - .llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item:hover > a { background: rgba(255, 255, 255, 0.15); color: #aaa; } - .llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item:hover > a > i { color: #aaa; } - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item.menu-item-has-children::after { +.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item.menu-item-has-children:after { color: #aaa; } - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item.menu-item-has-children:hover::after { +.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item.menu-item-has-children:hover:after { color: #aaa; } - .llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item > a { color: #aaa; } - .llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item > a > i { color: #aaa; } - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item.menu-item.menu-item-has-children > a::after { +.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item.menu-item.menu-item-has-children > a:after { color: #aaa; } - .llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li > a { color: #939597; } - .llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li > a > i { color: #fff; } - .llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li > a:hover { color: #fff; } - .llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .more-button > i { color: #fff; } - -.llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .more-button .active::after { +.llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .more-button .active:after { border-color: #232323 transparent transparent #232323; } - .llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu { background-color: #000; } - .llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu a { color: #aaa; } - .llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu li:hover > a { color: #aaa; background: rgba(255, 255, 255, 0.15); } - .llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu { background-color: #000; } - -.llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu::before, +.llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu:before, .llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu { background-color: #000; } - .llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu li:hover > a { color: #aaa; background: rgba(255, 255, 255, 0.15); } - .llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu, .llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu { background-color: #000; } - .llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu a, .llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu .user-mention, .llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a, .llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu .user-mention { color: #aaa; } - .llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu a > i, -.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu a::before, +.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu a:before, .llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a > i, -.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a::before { +.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a:before { color: #aaa; } - .llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu li:hover > a, .llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu li:hover > a > i, -.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu li:hover a::before, +.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu li:hover a:before, .llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover > a, .llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover > a > i, -.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover a::before { +.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover a:before { color: #aaa; } - -.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu li.no-icon > a::before, -.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li.no-icon > a::before { +.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu li.no-icon > a:before, +.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li.no-icon > a:before { color: #aaa; } - -.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu::before, -.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu::before { +.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu:before, +.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu:before { border-color: #232323 transparent transparent #232323; } - .llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper { background-color: transparent; } - -.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper::before { +.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper:before { background-color: #000; } - .llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper .ab-submenu { background-color: #000; box-shadow: none; } - .llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu .user-link { border-color: #333 transparent transparent #333; } - .llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu { background-color: #000; } - .llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover > a, .llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a:hover { background: rgba(255, 255, 255, 0.15); } - .llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li .wrapper .bb-sub-menu { background-color: #000; } - .llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li .wrapper .bb-sub-menu a:hover { background: rgba(255, 255, 255, 0.15); } - .llms-pointer.llms-inner.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link > i { color: #aaa; } - .llms-pointer.llms-inner.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link:hover .user-name, .llms-pointer.llms-inner.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link:hover > i { color: #fff; } - .llms-pointer.llms-inner.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-name { color: #aaa; } - -.llms-pointer.llms-inner.bb-dark-theme.bb-template-v2 .primary-menu > li:hover > a::before { +.llms-pointer.llms-inner.bb-dark-theme.bb-template-v2 .primary-menu > li:hover > a:before { background: rgba(255, 255, 255, 0.1); } - .llms-pointer.llms-inner.bb-dark-theme .widget .dropzone .dz-default { background-color: #333; } - .llms-pointer.llms-inner.bb-dark-theme .widget .dropzone .dz-default .dz-button > strong, .llms-pointer.llms-inner.bb-dark-theme .widget .dropzone .dz-default .dz-button:hover > strong { color: #aaa; } - -.llms-pointer.llms-inner.bb-dark-theme .widget #whats-new-toolbar .emojionearea .emojionearea-button::before, +.llms-pointer.llms-inner.bb-dark-theme .widget #whats-new-toolbar .emojionearea .emojionearea-button:before, .llms-pointer.llms-inner.bb-dark-theme .widget #whats-new-toolbar a [class*=" bb-icon-"] { color: #aaa; } - .llms-pointer.llms-inner.bb-dark-theme .widget #whats-new-toolbar .post-emoji .emojionearea.medium-editor-placeholder { padding: 0; } - .llms-pointer.llms-inner.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active { background-color: #333; bottom: 0; } - .llms-pointer.llms-inner.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b, .llms-pointer.llms-inner.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b:hover { color: #aaa; } - -.llms-pointer.llms-inner.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b::before, -.llms-pointer.llms-inner.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b:hover::before { +.llms-pointer.llms-inner.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b:before, +.llms-pointer.llms-inner.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b:hover:before { color: #aaa; } - .llms-pointer.llms-inner.bb-dark-theme .select2-container .select2-dropdown { background: #000; border: 1px solid #aaa; } - .llms-pointer.llms-inner.bb-dark-theme .select2-container--default .select2-results__option--highlighted[aria-selected] { background: #333; } - .llms-pointer.llms-inner.bb-dark-theme .entry-content .widget .bbp_topic_tags_wrapper li.select2-search { margin-bottom: 0; } - .llms-pointer.llms-inner.bb-dark-theme .entry-content .widget .bbp-topic-form .bbp_topic_tags_wrapper, .llms-pointer.llms-inner.bb-dark-theme .entry-content .widget .bbp-topic-form .bbp-the-content-wrapper { background-color: #333; color: #aaa; } - .llms-pointer.llms-inner.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link .user-name { color: #aaa; } - .llms-pointer.llms-inner.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link:hover .user-name { color: #fff; } - -.llms-pointer.llms-inner.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link:hover::before { +.llms-pointer.llms-inner.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link:hover:before { background: rgba(255, 255, 255, 0.1); } - -.llms-pointer.llms-inner.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children.selected .user-link::before { +.llms-pointer.llms-inner.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children.selected .user-link:before { background: rgba(255, 255, 255, 0.1); } - .llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper { background-color: #1c1c1c; } - .llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper a.course-entry-link { background-color: rgba(146, 164, 183, 0.2); } - .llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper a.course-entry-link:hover { background-color: rgba(146, 164, 183, 0.3); } - .llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .ld-course-navigation h2 { color: #fff; } - .llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifter-topic-sidebar-progress { border-color: #333; } - .llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifterlms-lessions-list .llms-syllabus-wrapper .llms-section-title { color: #fff; } - .llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link:hover .llms-main h5 { color: #fff; } - .llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifterlms-lessions-list .llms-syllabus-wrapper .lifterlms_lesson_holder.current_title { background: #333; } - .llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifter-sidebar-widgets ul li.widget { border-color: #333; } - .llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifter-sidebar-widgets ul li.widget.widget_calendar a, .llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifter-sidebar-widgets ul li.widget a:hover, .llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifter-sidebar-widgets ul li.widget .widgettitle { color: #fff; } - .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content { background: #121212; border-bottom-color: #121212; } - .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .bb-ld-info-bar .ld-breadcrumbs { border-color: #333; } - .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span a { color: #939597; } - .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .bb-position .lifterlms-lesson-position span.bb-pages { color: #aaa; } - .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a { background-color: rgba(146, 164, 183, 0.2); } - .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a:hover { background-color: rgba(146, 164, 183, 0.3); } - -.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a [data-balloon]::before { +.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a [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%22rgba(255,255,255,0.95)%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; } - -.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a [data-balloon]::after { +.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a [data-balloon]:after { background: rgba(255, 255, 255, 0.95); box-shadow: none; color: #000; } - .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-header-title h1 { color: #fff; } - .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor h5 a { color: #939597; } - .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor h5 a:hover { color: #fff; } - .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap p, .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .gform_description, .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .gfield_description, .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap label { color: #aaa; } - .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap p a, .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .gform_description a, .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .gfield_description a, .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap label a { color: #aaa; } - .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap h3, .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-lesson-button-wrapper, .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .gsection_title { color: #fff; } - .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-lesson-preview .llms-lesson-link { background: #333; } - .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-lesson-preview .llms-lesson-link h6, .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-lesson-preview .llms-lesson-link h5 { color: #fff; } - +.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-assignment-content .llms-assignment-upload-field h2, .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-assignment-content .llms-task-marker, .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-assignment-content .llms-task-title { color: #aaa; } - +.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-assignment-content.type--upload .llms-assignment-upload-field { + border-color: #333; + background: rgba(146, 164, 183, 0.2); +} .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .nf-form-wrap .nf-form-fields-required, .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .nf-form-wrap .nf-field-label label, .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .list-checkbox-wrap .nf-field-element ul li label, @@ -10097,10 +9022,32 @@ ul.llms-payment-gateways li:last-child::after { .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .frm_forms .frm_form_fields fieldset .frm_description { color: #888; } - .llms-pointer.llms-inner.bb-dark-theme .llms-donut .inside { background: #000; } +.llms-pointer.llms-inner.bb-dark-theme .llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down { + color: #fff; +} +.llms-pointer.llms-inner.bb-dark-theme .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link .llms-main h5, +.llms-pointer.llms-inner.bb-dark-theme .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link .llms-main .llms-lesson-title { + color: #fff; +} +.llms-pointer.llms-inner.bb-dark-theme .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down, +.llms-pointer.llms-inner.bb-dark-theme .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link:before { + color: #fff; +} +.llms-pointer.llms-inner.bb-dark-theme .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview { + border-color: #333; +} +.llms-pointer.llms-inner.bb-dark-theme .llms-favorite-wrapper { + color: var(--bb-alternate-text-color); +} +.llms-pointer.llms-inner.bb-dark-theme .llms-course-navigation .llms-lesson-preview { + border-color: #333; +} +.llms-pointer.llms-inner.bb-dark-theme .llms-course-navigation .llms-lesson-preview .llms-lesson-title { + color: #fff; +} .bb-dark-theme .llms-course-sidebar-heading { color: #fff; @@ -10128,7 +9075,7 @@ ul.llms-payment-gateways li:last-child::after { color: #fff; } -.bb-dark-theme.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer::before { +.bb-dark-theme.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:before { color: #fff; } @@ -10158,15 +9105,12 @@ ul.llms-payment-gateways li:last-child::after { border-color: #333; color: #aaa; } - .bb-sfwd-aside.bb-dark-theme .comment-list .comment-body .comment-author a.url { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .comment-list .comment-body a.comment-date { color: #aaa; } - .bb-sfwd-aside.bb-dark-theme .comment-list .comment-body a.comment-date:hover { color: #fff; } @@ -10175,7 +9119,6 @@ ul.llms-payment-gateways li:last-child::after { .bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_questionList[data-type="essay"] form input[type="file"] + label { background-color: #121212; } - .bb-sfwd-aside.bb-dark-theme input[type="text"], .bb-sfwd-aside.bb-dark-theme select, .bb-sfwd-aside.bb-dark-theme textarea { @@ -10183,15 +9126,12 @@ ul.llms-payment-gateways li:last-child::after { border-color: #aaa; color: #aaa; } - .bb-sfwd-aside.bb-dark-theme .lifterlms_content_wrap .comments-title { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .buddypanel .site-branding { background-color: #121212; } - .bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type="date"], .bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type="datetime"], .bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type="datetime-local"], @@ -10212,92 +9152,74 @@ ul.llms-payment-gateways li:last-child::after { border-color: #aaa; color: #aaa; } - .bb-sfwd-aside.bb-dark-theme .widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_detailed_progress_wrap .single_section_wrap { border-color: #333; } - .bb-sfwd-aside.bb-dark-theme .widget.buddypress div.item-options { border-bottom-color: #333; } - .bb-sfwd-aside.bb-dark-theme .lifter-sidebar-widgets .widget_course_syllabus .section-title { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .woocommerce-Price-amount { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .widget_search .search-field-top { background-color: transparent; color: #fff; border-color: #aaa; } - -.bb-sfwd-aside.bb-dark-theme .llms-widget-syllabus .llms-lesson-complete .fa-check-circle::before { +.bb-sfwd-aside.bb-dark-theme .llms-widget-syllabus .llms-lesson-complete .fa-check-circle:before { color: #1c1c1c; } - .bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .bb-toggle-panel:hover { background: rgba(255, 255, 255, 0.15); } - .bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu li:not(.current-menu-item) a, .bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a, .bb-sfwd-aside.bb-dark-theme .side-panel-menu a { color: var(--bb-alternate-text-color); background-color: transparent; } - .bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu li:not(.current-menu-item) a:hover, .bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a:hover, .bb-sfwd-aside.bb-dark-theme .side-panel-menu a:hover { color: #fff; background-color: transparent; } - .bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover > a { color: #aaa; background: rgba(255, 255, 255, 0.15); } - .bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover > a:hover { color: #aaa; background: rgba(255, 255, 255, 0.15); } - .bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu .current-menu-item > a, .bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu .current-menu-item > a { color: #fff; background: #121212; } - .bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu .current-menu-item > a:hover, .bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu .current-menu-item > a:hover { background-color: transparent; } - .bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu li:not(.current-menu-item) a i:not(.bb-icon-angle-down) { opacity: 1; color: #fff; } - .bb-sfwd-aside.bb-dark-theme .side-panel-menu a { color: var(--bb-alternate-text-color); } - .bb-sfwd-aside.bb-dark-theme .side-panel-menu a:hover { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .llms-course-members-list .course-members-list a, .bb-sfwd-aside.bb-dark-theme .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link .llms-main h5, .bb-sfwd-aside.bb-dark-theme .widget .item-list .item-title a, .bb-sfwd-aside.bb-dark-theme .lifter-sidebar-widgets li.widget a, .bb-sfwd-aside.bb-dark-theme.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview .llms-lesson-link h5 { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .bb-progress .bb-progress-circle { border-color: var(--bb-primary-color); } @@ -10305,20 +9227,16 @@ ul.llms-payment-gateways li:last-child::after { .bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-inner { background: #121212; } - .bb-sfwd-aside.bb-dark-theme .site-header .bb-icon-close { color: #fff; background-color: rgba(146, 164, 183, 0.2); } - .bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-wrapper .bb-mobile-panel-header { background-color: #121212; } - .bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-header .user-name { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .site-header .header-aside i, .bb-sfwd-aside.bb-dark-theme .site-header .bb-left-panel-mobile > i { color: var(--bb-alternate-text-color); @@ -10327,12 +9245,10 @@ ul.llms-payment-gateways li:last-child::after { .llms-sl-directory { padding: 0 10px; } - .llms-sl-directory .llms-sl-card { background: transparent; border: 0; } - .llms-sl-directory .llms-sl-card > a { background-color: #fff; border: 1px solid var(--bb-content-border-color); @@ -10346,11 +9262,9 @@ ul.llms-payment-gateways li:last-child::after { transition: box-shadow linear 0.2s; text-align: center; } - .llms-sl-directory .llms-sl-card > a:hover { box-shadow: 0 3px 24px 0 rgba(18, 43, 70, 0.08); } - .llms-sl-directory .llms-sl-card .llms-student-avatar img { border-radius: 50%; max-width: 126px; @@ -10359,7 +9273,6 @@ ul.llms-payment-gateways li:last-child::after { width: 126px; height: 126px; } - .llms-sl-directory .llms-sl-card-footer { background: transparent; border: none; @@ -10373,7 +9286,6 @@ ul.llms-payment-gateways li:last-child::after { flex-flow: column; padding: 0; } - .llms-sl-directory .llms-sl-card-footer .llms-sl-card-title { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; @@ -10386,7 +9298,6 @@ ul.llms-payment-gateways li:last-child::after { font-family: inherit; font-weight: inherit; } - .llms-sl-directory .llms-sl-card-header .llms-sl-card-subtitle, .llms-sl-directory .llms-sl-card-footer .llms-sl-card-subtitle { -webkit-box-ordinal-group: 2; @@ -10404,20 +9315,17 @@ ul.llms-payment-gateways li:last-child::after { .llms-sl-uploader { border-radius: 4px; } - #llms-sl-upload-modal .llms-sl-uploader { border-color: var(--bb-content-border-color); } - .llms-sl-uploader > p { color: var(--bb-body-text-color); } - -.llms-sl-uploader .fa-upload::before { +.llms-sl-uploader .fa-upload:before { content: "\ee24"; font-family: bb-icons; font-style: normal; - font-weight: 400; + font-weight: normal; display: inline-block; width: 38px; height: 38px; @@ -10435,14 +9343,12 @@ ul.llms-payment-gateways li:last-child::after { width: calc(33.3333% - 20px); } @media screen and (max-width: 1100px) { - .entry-content .llms-sl-directory .llms-sl-card--student { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); } } @media screen and (max-width: 540px) { - .entry-content .llms-sl-directory .llms-sl-card--student { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); @@ -10454,21 +9360,18 @@ body:not(.has-sidebar) .entry-content .llms-sl-directory .llms-sl-card--student width: calc(25% - 20px); } @media screen and (max-width: 1100px) { - body:not(.has-sidebar) .entry-content .llms-sl-directory .llms-sl-card--student { width: -webkit-calc(33.3333% - 20px); width: calc(33.3333% - 20px); } } @media screen and (max-width: 768px) { - body:not(.has-sidebar) .entry-content .llms-sl-directory .llms-sl-card--student { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); } } @media screen and (max-width: 540px) { - body:not(.has-sidebar) .entry-content .llms-sl-directory .llms-sl-card--student { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); @@ -10491,54 +9394,45 @@ body .llms-sl-card .llms-pagination ul.page-numbers li .page-numbers { } /* Cover Image */ -body .llms-sl-profile-header .llms-sl-cover::after { +body .llms-sl-profile-header .llms-sl-cover:after { background: #607387; z-index: 0; } - body .llms-sl-profile-header .llms-student-avatar .avatar { border-radius: 0; object-fit: cover; width: 160px; height: 160px; } - body .llms-sl-profile-header .llms-sl-avatar { border-radius: 4px; box-shadow: 0 2px 5px 0 rgba(18, 43, 70, 0.12), 0 0 0 1px var(--bb-content-border-color); border: 5px solid #fff; } - body .llms-sl-profile-header .llms-sl-handle { margin-right: 195px; } - body .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item a.llms-sl-menu-link { color: #939597; margin: 0 12px; padding-right: 0; padding-left: 0; } - body ul.llms-sl-menu li.llms-sl-menu-item.current { font-weight: 500; } - body .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item.current a.llms-sl-menu-link { color: var(--bb-headings-color); } - body .llms-sl-card-header .llms-sl-card-action { left: -2px; top: -10px; } - body .llms-sl-card-footer { background: transparent; border-top: 0; padding: 0; } - body .llms-sl-card--new-share .llms-sl-new-share-content { font-size: 14px; padding: 0; @@ -10550,7 +9444,6 @@ body .llms-sl-card--new-share .llms-sl-new-share-content { -ms-hyphens: auto; hyphens: auto; } - body .llms-sl-card--new-share .llms-sl-new-share-content a { overflow-wrap: break-word; word-wrap: break-word; @@ -10582,14 +9475,12 @@ body .llms-sl-card--new-share .llms-sl-new-share-content a { margin: -20px -15px 0; padding: 15px; } - .custom-sl-card-header .llms-student-avatar .avatar { max-width: 36px; object-fit: cover; width: 36px; height: 36px; } - .custom-sl-card-header .llms-sl-custom-title { font-size: 14px; font-weight: 500; @@ -10602,7 +9493,6 @@ body .llms-sl-card--new-share .llms-sl-new-share-content a { width: 36px; height: 36px; } - .llms-sl-timeline .llms-sl-story-reply .llms-student-avatar img { object-fit: cover; width: 28px; @@ -10645,13 +9535,11 @@ button.llms-sl-button { } @media (min-width: 700px) { - body .llms-sl .llms-sl-content .llms-sl-sidebar { min-width: 260px; } } - -.lifterlms .llms-sd-items .sl_profile a::before { +.lifterlms .llms-sd-items .sl_profile a:before { content: "\ef58"; font-family: bb-icons; } @@ -10659,12 +9547,10 @@ button.llms-sl-button { .llms-sl-profile-header .llms-achievement__body { display: none; } - .llms-sl-profile-header .achievement-item .bb-cover-wrap--llms { padding-top: 100%; background: transparent; } - .llms-sl-profile-header a.llms-achievement { background: transparent; } @@ -10675,20 +9561,16 @@ button.llms-sl-button { border: 1px solid var(--bb-content-border-color); border-top: 0; } - .llms-sl-profile .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item a.llms-sl-menu-link { border-left: 0; } - .llms-sl-profile .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item:first-child a.llms-sl-menu-link, .llms-sl-profile .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item.item--dashboard a.llms-sl-menu-link { border-right: 0; } - .llms-sl-profile .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item.current a.llms-sl-menu-link { border-bottom: 1px solid var(--bb-primary-color); } - .llms-sl-profile .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item a.llms-sl-menu-link:hover { background-color: transparent; } @@ -10705,66 +9587,53 @@ button.llms-sl-button { border: 0; padding: 0; } - .llms-sl-card .llms-sl-card-header.custom-sl-card-header { padding: 1.25rem 0.9375rem; } - .llms-sl-card .llms-sl-card-header .llms-sl-card-title { font-size: 14px; font-weight: 500; line-height: 1; } - .llms-sl-card .llms-sl-card-header .llms-sl-card-title i { display: none; } - .llms-sl-card .llms-sl-card-main { padding: 0; margin: 10px 0 0; } - .llms-sl-card .llms-sl-card-main hr { background-color: transparent; border-bottom: 1px solid var(--bb-content-border-color); border-top: 0; } - .llms-sl-card .llms-sl-card-main .llms-sl-card-text { font-size: 14px; margin: 0; } - .llms-sl-card .llms-sl-card-main .llms-sl-card-text h2 { font-size: 18px; margin: 0; } - .llms-sl-card .llms-sl-card-main .llms-sl-card-list { font-size: 14px; } @media screen and (max-width: 998px) { - .llms-sl .llms-sl-profile-nav ul.llms-sl-menu { margin-right: 0; margin-top: 0; width: 100%; } - .llms-sl .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item.item--dashboard { float: right; } - .llms-sl .llms-sl-profile-header .llms-sl-handle { margin-right: 120px; } - .llms-sl .llms-sl-profile-header .llms-sl-avatar img { max-width: 90px; } - .llms-sl .llms-sl-profile-header .llms-sl-cover .llms-cover-img { right: 0; position: absolute; @@ -10776,33 +9645,28 @@ button.llms-sl-button { -ms-transform: none; transform: none; } - .llms-sl .llms-sl-profile-header .llms-sl-cover .llms-cover-img img { height: 100%; width: 100%; object-fit: cover; } - .llms-sl .llms-sl-profile-header .llms-sl-handle { font-size: 22px; } } @media (min-width: 700px) { - .llms-sl.llms-sl-profile .llms-sl-content { -ms-flex-flow: nowrap; flex-flow: nowrap; } } @media (max-width: 992px) { - .llms-sl.llms-sl-profile .llms-sl-content { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } - .llms-sl.llms-sl-profile .llms-sl-content.sidebar--left .llms-sl-main { width: 100%; margin-right: 0; @@ -10818,16 +9682,13 @@ select#llms-sl-instructor-filter-post { font-size: 14px; margin: 20px 0 0; } - .llms-sl-sidebar .llms-sl-card-main li > strong { font-weight: 500; text-transform: uppercase; } - .llms-sl-sidebar .llms-sl-card-main label { font-size: 14px; } - .llms-sl-sidebar .llms-sl-card .llms-sl-card-header .llms-sl-card-title { text-transform: uppercase; font-family: inherit; @@ -10840,11 +9701,9 @@ select#llms-sl-instructor-filter-post { border: 0; margin: 3px; } - .llms-sl-profile-header ul.llms-achievements-loop li.llms-achievement-loop-item:hover { box-shadow: none; } - .llms-sl-profile-header ul.llms-achievements-loop li.llms-achievement-loop-item .llms-achievement-img { object-fit: cover; width: 64px; @@ -10855,7 +9714,6 @@ select#llms-sl-instructor-filter-post { .llms-group-profile-header { background: #607387; } - .llms-group-profile-header .llms-group-banner .llms-banner-img { width: 100% !important; } @@ -10864,12 +9722,11 @@ select#llms-sl-instructor-filter-post { border-color: var(--bb-content-border-color); border-radius: 4px; } - -#llms-group-upload-modal .llms-group-uploader .fa-upload::before { +#llms-group-upload-modal .llms-group-uploader .fa-upload:before { content: "\ee24"; font-family: bb-icons; font-style: normal; - font-weight: 400; + font-weight: normal; display: inline-block; width: 38px; height: 38px; @@ -10886,7 +9743,6 @@ select#llms-sl-instructor-filter-post { font-size: 14px; padding: 6px 12px; } - .llms-group-profile-header .llms-group-banner .edit-banner:hover, .llms-group-profile-header .llms-group-logo .edit-logo:hover { background-color: rgba(255, 255, 255, 0.5); @@ -10909,7 +9765,6 @@ select#llms-sl-instructor-filter-post { border: 1px solid var(--bb-content-border-color); border-top: 0; } - .llms-group-profile .llms-group-profile-nav ul.llms-group-menu li.llms-group-menu-item a.llms-group-menu-link { border-left: 0; color: #939597; @@ -10917,18 +9772,15 @@ select#llms-sl-instructor-filter-post { padding-right: 0; padding-left: 0; } - .llms-group-profile .llms-group-profile-nav ul.llms-group-menu li.llms-group-menu-item a.llms-group-menu-link:hover { background: none; } - .llms-group-profile .llms-group-profile-nav ul.llms-group-menu li.llms-group-menu-item.current a.llms-group-menu-link { border-bottom: 1px solid var(--bb-primary-color); font-weight: 500; margin-bottom: -1px; color: var(--bb-headings-color); } - .llms-group-profile .llms-group-profile-nav ul.llms-group-menu li.llms-group-menu-item:first-child a.llms-group-menu-link { border-right: 0; } @@ -10938,7 +9790,6 @@ select#llms-sl-instructor-filter-post { border: 1px solid var(--bb-content-border-color); border-radius: 4px; } - .llms-group-card.card--group-profile-reports { padding: 20px; } @@ -10961,7 +9812,6 @@ select#llms-sl-instructor-filter-post { border-radius: 4px 4px 0 0; padding: 13px 10px; } - .llms-group-sidebar .llms-group-card-header .llms-group-card-title { text-transform: uppercase; font-family: inherit; @@ -10970,12 +9820,10 @@ select#llms-sl-instructor-filter-post { line-height: 1rem; font-weight: 600; } - .llms-group-card-header .llms-group-card-action { top: 6px; left: 10px; } - .llms-group-main .llms-group-card-header .llms-group-card-title i { display: none; } @@ -10983,16 +9831,13 @@ select#llms-sl-instructor-filter-post { .llms-group-main .llms-group-card-header { padding: 13px 20px; } - .llms-group-main .llms-group-card-header .llms-group-card-title { font-weight: 500; } - .llms-group-main .llms-group-card-header .llms-group-card-action { top: 13px; left: 20px; } - .llms-group-main .llms-group-card-main { padding: 40px 20px; } @@ -11006,13 +9851,11 @@ select#llms-sl-instructor-filter-post { font-size: 13px; font-weight: 400; } - .llms-group-button.ghost:hover, .llms-group-button.ghost:focus { background: none; color: inherit; box-shadow: none; } - .llms-group-button.ghost:hover .fa, .llms-group-button.ghost:focus .fa { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); @@ -11024,97 +9867,86 @@ select#llms-sl-instructor-filter-post { color: inherit; box-shadow: none; } - .llms-group-button.ghost.on-light-bg:hover .fa, .llms-group-button.ghost.on-light-bg:focus .fa { -webkit-transform: scale(1.4); -ms-transform: scale(1.4); transform: scale(1.4); } -.llms-group .fa-pencil::before, -.llms-group .fa-times::before, -.llms-group .fa-plus::before, -.llms-group .fa-users::before, -.llms-group .fa-archive::before { +.llms-group .fa-pencil:before, +.llms-group .fa-times:before, +.llms-group .fa-plus:before, +.llms-group .fa-users:before, +.llms-group .fa-archive:before { font-family: bb-icons; font-style: normal; - font-weight: 400; + font-weight: normal; display: inline-block; margin-right: 5px; font-size: 12px; } - -.llms-group .fa-pencil::before { +.llms-group .fa-pencil:before { content: "\ee5a"; } - -.llms-group .fa-times::before { +.llms-group .fa-times:before { content: "\e828"; } - -.llms-group .fa-plus::before { +.llms-group .fa-plus:before { font-family: bb-icons; content: "\eef9"; font-size: 13px; font-weight: 100; } - -.llms-group .fa-users::before { +.llms-group .fa-users:before { content: "\ef5a"; } - -.llms-group .fa-archive::before { +.llms-group .fa-archive:before { content: "\e86e"; } -.llms-group .llms-group-sidebar .card--group-profile-members .fa-pencil::before { +.llms-group .llms-group-sidebar .card--group-profile-members .fa-pencil:before { content: "\eef9"; font-family: bb-icons; font-size: 13px; color: var(--bb-primary-color); font-weight: 100; } - -.llms-group .llms-group-sidebar .fa-plus::before { +.llms-group .llms-group-sidebar .fa-plus:before { color: var(--bb-primary-color); } -.llms-group-sidebar .llms-group-card-title i.fa::before { +.llms-group-sidebar .llms-group-card-title i.fa:before { font-size: 19px; position: relative; top: 2px; margin-left: 3px; } -.llms-group .llms-group-main .llms-group-card-header .fa::before { +.llms-group .llms-group-main .llms-group-card-header .fa:before { font-size: 15px; } -.llms-group-modal .fa-times::before, -.llms-group-modal .fa-envelope-o::before { +.llms-group-modal .fa-times:before, +.llms-group-modal .fa-envelope-o:before { font-family: bb-icons; font-style: normal; - font-weight: 400; + font-weight: normal; display: inline-block; margin-right: 5px; font-size: 16px; } - -.llms-group-modal .fa-times::before { +.llms-group-modal .fa-times:before { content: "\e828"; } - -.llms-group-modal .fa-envelope-o::before { +.llms-group-modal .fa-envelope-o:before { content: "\eee7"; margin: 0 0 0 2px; } - .llms-group-modal #llms-group-invite-modal-title, .llms-group-modal #llms-group-seats-modal-title { text-align: center; margin-top: 1.5rem; } - .llms-group-modal .llms-button-primary.large .fa { right: 0; } @@ -11139,29 +9971,27 @@ label[for="llms_group_invitation_link"] { box-shadow: none; } -.llms-group-card-footer .fa-floppy-o::before { +.llms-group-card-footer .fa-floppy-o:before { font-family: bb-icons; font-style: normal; - font-weight: 400; + font-weight: normal; display: inline-block; margin-left: 3px; font-size: 14px; content: "\ef0e"; } - .llms-group-card-footer .llms-group-button { font-weight: 400; font-size: 15px; } -.llms-group-sidebar .card--group-profile-members .llms-group-card-main::before, .llms-group-sidebar .card--group-profile-members .llms-group-card-main::after { +.llms-group-sidebar .card--group-profile-members .llms-group-card-main:before, .llms-group-sidebar .card--group-profile-members .llms-group-card-main:after { display: none; } .llms-group-sidebar .llms-group-member { width: 25%; } - .llms-group-sidebar .llms-student-avatar { border-radius: 3px; width: 100%; @@ -11169,7 +9999,6 @@ label[for="llms_group_invitation_link"] { background: transparent; border: 0; } - .llms-group-sidebar .avatar { border-radius: 3px; } @@ -11181,7 +10010,6 @@ label[for="llms_group_invitation_link"] { .llms-group-member--desc .llms-group-member--name { margin-bottom: 5px; } - .llms-group-member--desc .llms-group-member--role, .llms-group-member--desc .llms-group-member--since { margin-bottom: 0; @@ -11233,17 +10061,14 @@ label[for="llms_group_invitation_link"] { #llms-group-seats-modal-content { padding: 0 15px 15px; } - #llms-group-seats-modal-content form table { display: -webkit-box; display: -ms-flexbox; display: flex; } - #llms-group-seats-modal-content form table tr { display: block; } - #llms-group-seats-modal-content form table th, #llms-group-seats-modal-content form table td { display: block; @@ -11251,36 +10076,30 @@ label[for="llms_group_invitation_link"] { line-height: 40px; padding: 10px 0; } - #llms-group-seats-modal-content form table th h3, #llms-group-seats-modal-content form table td h3 { margin: 0; font-size: 15px; line-height: 40px; } - #llms-group-seats-modal-content form table th:last-child, #llms-group-seats-modal-content form table td:last-child { border-bottom: 0; } - #llms-group-seats-modal-content form table thead th { padding-left: 30px; color: var(--bb-headings-color); } - #llms-group-seats-modal-content form table tbody { text-align: left; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } - #llms-group-seats-modal-content .llms-button-primary { font-size: 15px; font-weight: 400; } - #llms-group-seats-modal-content .llms-button-primary i { display: none; } @@ -11298,12 +10117,10 @@ label[for="llms_group_invitation_link"] { margin: 0 -5px; } @media screen and (max-width: 992px) { - .card--group-profile-members__vip-blocks { display: block; } } - .card--group-profile-members__vip-blocks .llms-group-member { -webkit-box-flex: 0; -ms-flex: 0 0 calc(20% - 10px); @@ -11319,7 +10136,6 @@ label[for="llms_group_invitation_link"] { position: relative; } @media screen and (max-width: 1200px) { - .card--group-profile-members__vip-blocks .llms-group-member { -webkit-box-flex: 0; -ms-flex: 0 0 calc(33.333% - 10px); @@ -11330,7 +10146,6 @@ label[for="llms_group_invitation_link"] { } } @media screen and (max-width: 992px) { - .card--group-profile-members__vip-blocks .llms-group-member { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 10px); @@ -11343,8 +10158,7 @@ label[for="llms_group_invitation_link"] { text-align: right; } } - -.card--group-profile-members__vip-blocks .llms-group-member::before { +.card--group-profile-members__vip-blocks .llms-group-member:before { content: ""; display: inline-block; position: absolute; @@ -11357,25 +10171,20 @@ label[for="llms_group_invitation_link"] { z-index: 0; } @media screen and (max-width: 992px) { - - .card--group-profile-members__vip-blocks .llms-group-member::before { + .card--group-profile-members__vip-blocks .llms-group-member:before { display: none; } } - .card--group-profile-members__vip-blocks .llms-group-member--desc { margin: 0; padding: 15px 10px 20px; } - .card--group-profile-members__vip-blocks .llms-group-member--role i { display: none; } - .card--group-profile-members__vip-blocks .llms-group-member--name { margin-bottom: 0; } - .card--group-profile-members__vip-blocks .llms-student-avatar { margin-top: 10px; position: relative; @@ -11408,20 +10217,17 @@ label[for="llms_group_invitation_link"] { height: 40px; line-height: 40px; } - .llms-group-modal .tagify .tagify__input, .lifterlms .tagify .tagify__input { margin: 0; font-size: 15px; padding: 0; } - .llms-group-modal .tagify .tagify__tag > div, .lifterlms .tagify .tagify__tag > div { line-height: 32px; padding-left: 10px; } - .llms-group-modal .tagify .tagify__tag__removeBtn, .lifterlms .tagify .tagify__tag__removeBtn { line-height: 10px; @@ -11431,7 +10237,7 @@ label[for="llms_group_invitation_link"] { content: "\e826"; font-family: bb-icons; font-style: normal; - font-weight: 400; + font-weight: normal; font-size: 24px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); @@ -11445,19 +10251,16 @@ label[for="llms_group_invitation_link"] { font-size: 13px; margin-left: 10px; } - .llms-pagination a.next, .llms-pagination a.prev { font-size: 0; } - -.llms-pagination a.next::before, -.llms-pagination a.prev::before { +.llms-pagination a.next:before, +.llms-pagination a.prev:before { content: "\2192"; font-size: 13px; } - -.llms-pagination a.prev::before { +.llms-pagination a.prev:before { content: "\2190"; } @@ -11468,13 +10271,11 @@ label[for="llms_group_invitation_link"] { .card--group-profile-reports { overflow-x: auto; } - .card--group-profile-reports table.llms-table { margin-bottom: 0; } @media screen and (max-width: 600px) { - .llms-group-profile-header { padding-top: 20px; } @@ -11490,7 +10291,6 @@ label[for="llms_group_invitation_link"] { min-height: 50px; text-align: center; } - .llms-group-profile .llms-group-profile-nav ul.llms-group-menu { float: none; margin: 0 auto; @@ -11498,7 +10298,6 @@ label[for="llms_group_invitation_link"] { display: inline-block; text-align: center; } - .llms-group-profile .llms-group-profile-nav ul.llms-group-menu li.llms-group-menu-item { float: none; display: inline-block; @@ -11510,7 +10309,6 @@ label[for="llms_group_invitation_link"] { text-align: center; } } - .lifter-sidebar-widgets ul { margin: 0; } @@ -11524,11 +10322,9 @@ label[for="llms_group_invitation_link"] { list-style: none; padding: 15px 0; } - .lifter-sidebar-widgets .widget_course_syllabus ul li ul.llms-lesson { margin: 0; } - .lifter-sidebar-widgets .widget_course_syllabus .section-title { margin: 0; font-size: 15px; @@ -11551,32 +10347,25 @@ label[for="llms_group_invitation_link"] { list-style: none; padding: 1.25rem 0; } - .lifter-sidebar-widgets li.widget a { color: var(--bb-headings-color); } - .lifter-sidebar-widgets li.widget a:hover { color: var(--bb-primary-color); } - .lifter-sidebar-widgets li.widget a.button:not(.logout-link) { color: #fff; } - .lifter-sidebar-widgets li.widget a.button:not(.logout-link):hover { background-color: var(--bb-primary-color); box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1); } - .lifter-sidebar-widgets li.widget:first-child { margin-top: 15px; } - .lifter-sidebar-widgets li.widget .llms-progress { margin: 5px 0; } - .lifter-sidebar-widgets li.widget .textwidget h2, .lifter-sidebar-widgets li.widget .textwidget h3, .lifter-sidebar-widgets li.widget .textwidget h4, @@ -11584,7 +10373,6 @@ label[for="llms_group_invitation_link"] { .lifter-sidebar-widgets li.widget .textwidget h6 { margin-bottom: 10px; } - .lifter-sidebar-widgets .bbp_widget_login h2.widgettitle, .lifter-sidebar-widgets .widget_bp_core_login_widget h2.widgettitle { display: block; @@ -11627,8 +10415,7 @@ label[for="llms_group_invitation_link"] { box-shadow: none; position: relative; } - -.bb-progress::after { +.bb-progress:after { content: ""; width: 100%; height: 100%; @@ -11638,7 +10425,6 @@ label[for="llms_group_invitation_link"] { top: 0; right: 0; } - .bb-progress > span { width: 50%; height: 100%; @@ -11647,11 +10433,9 @@ label[for="llms_group_invitation_link"] { top: 0; z-index: 1; } - .bb-progress .bb-progress-left { right: 0; } - .bb-progress .bb-progress-circle { width: 100%; height: 100%; @@ -11662,7 +10446,6 @@ label[for="llms_group_invitation_link"] { top: 0; border-color: var(--bb-primary-color); } - .bb-progress .bb-progress-left .bb-progress-circle { right: 100%; border-top-left-radius: 11px; @@ -11674,11 +10457,9 @@ label[for="llms_group_invitation_link"] { -webkit-animation: loading-2 1.5s linear forwards 1.8s; animation: loading-2 1.5s linear forwards 1.8s; } - .bb-progress .bb-progress-right { left: 0; } - .bb-progress .bb-progress-right .bb-progress-circle { right: -100%; border-top-right-radius: 11px; @@ -11690,7 +10471,6 @@ label[for="llms_group_invitation_link"] { -webkit-animation: loading-1 1.8s linear forwards; animation: loading-1 1.8s linear forwards; } - .bb-progress .bb-progress-value { display: -webkit-box; display: -ms-flexbox; @@ -11708,11 +10488,9 @@ label[for="llms_group_invitation_link"] { height: 100%; font-weight: 300; } - .bb-progress .bb-progress-value div { margin-top: 10px; } - .bb-progress .bb-progress-value span { font-size: 12px; text-transform: uppercase; @@ -11723,7 +10501,6 @@ label[for="llms_group_invitation_link"] { height: 4px; background: var(--bb-content-border-color); } - .ld-progress-bar .ld-progress-bar-percentage { background: var(--bb-primary-color); height: 4px; @@ -11734,14 +10511,12 @@ label[for="llms_group_invitation_link"] { height: 4px; background-color: var(--bb-content-border-color); } - .learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage { background: var(--bb-primary-color); height: 4px; width: auto; border-radius: 7px; } - .learndash-wrapper .ld-progress .ld-progress-stats { color: var(--bb-alternate-text-color); font-size: 12px; @@ -11754,7 +10529,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-1 1.5s linear forwards; animation: loading-1 1.5s linear forwards; } - .bb-progress[data-percentage="1"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11764,7 +10538,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-2 1.5s linear forwards; animation: loading-2 1.5s linear forwards; } - .bb-progress[data-percentage="2"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11774,7 +10547,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-3 1.5s linear forwards; animation: loading-3 1.5s linear forwards; } - .bb-progress[data-percentage="3"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11784,7 +10556,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-4 1.5s linear forwards; animation: loading-4 1.5s linear forwards; } - .bb-progress[data-percentage="4"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11794,7 +10565,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-5 1.5s linear forwards; animation: loading-5 1.5s linear forwards; } - .bb-progress[data-percentage="5"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11804,7 +10574,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-6 1.5s linear forwards; animation: loading-6 1.5s linear forwards; } - .bb-progress[data-percentage="6"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11814,7 +10583,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-7 1.5s linear forwards; animation: loading-7 1.5s linear forwards; } - .bb-progress[data-percentage="7"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11824,7 +10592,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-8 1.5s linear forwards; animation: loading-8 1.5s linear forwards; } - .bb-progress[data-percentage="8"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11834,7 +10601,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-9 1.5s linear forwards; animation: loading-9 1.5s linear forwards; } - .bb-progress[data-percentage="9"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11844,7 +10610,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-10 1.5s linear forwards; animation: loading-10 1.5s linear forwards; } - .bb-progress[data-percentage="10"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11854,7 +10619,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-11 1.5s linear forwards; animation: loading-11 1.5s linear forwards; } - .bb-progress[data-percentage="11"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11864,7 +10628,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-12 1.5s linear forwards; animation: loading-12 1.5s linear forwards; } - .bb-progress[data-percentage="12"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11874,7 +10637,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-13 1.5s linear forwards; animation: loading-13 1.5s linear forwards; } - .bb-progress[data-percentage="13"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11884,7 +10646,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-14 1.5s linear forwards; animation: loading-14 1.5s linear forwards; } - .bb-progress[data-percentage="14"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11894,7 +10655,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-15 1.5s linear forwards; animation: loading-15 1.5s linear forwards; } - .bb-progress[data-percentage="15"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11904,7 +10664,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-16 1.5s linear forwards; animation: loading-16 1.5s linear forwards; } - .bb-progress[data-percentage="16"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11914,7 +10673,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-17 1.5s linear forwards; animation: loading-17 1.5s linear forwards; } - .bb-progress[data-percentage="17"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11924,7 +10682,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-18 1.5s linear forwards; animation: loading-18 1.5s linear forwards; } - .bb-progress[data-percentage="18"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11934,7 +10691,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-19 1.5s linear forwards; animation: loading-19 1.5s linear forwards; } - .bb-progress[data-percentage="19"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11944,7 +10700,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-20 1.5s linear forwards; animation: loading-20 1.5s linear forwards; } - .bb-progress[data-percentage="20"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11954,7 +10709,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-21 1.5s linear forwards; animation: loading-21 1.5s linear forwards; } - .bb-progress[data-percentage="21"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11964,7 +10718,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-22 1.5s linear forwards; animation: loading-22 1.5s linear forwards; } - .bb-progress[data-percentage="22"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11974,7 +10727,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-23 1.5s linear forwards; animation: loading-23 1.5s linear forwards; } - .bb-progress[data-percentage="23"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11984,7 +10736,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-24 1.5s linear forwards; animation: loading-24 1.5s linear forwards; } - .bb-progress[data-percentage="24"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11994,7 +10745,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-25 1.5s linear forwards; animation: loading-25 1.5s linear forwards; } - .bb-progress[data-percentage="25"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12004,7 +10754,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-26 1.5s linear forwards; animation: loading-26 1.5s linear forwards; } - .bb-progress[data-percentage="26"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12014,7 +10763,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-27 1.5s linear forwards; animation: loading-27 1.5s linear forwards; } - .bb-progress[data-percentage="27"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12024,7 +10772,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-28 1.5s linear forwards; animation: loading-28 1.5s linear forwards; } - .bb-progress[data-percentage="28"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12034,7 +10781,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-29 1.5s linear forwards; animation: loading-29 1.5s linear forwards; } - .bb-progress[data-percentage="29"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12044,7 +10790,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-30 1.5s linear forwards; animation: loading-30 1.5s linear forwards; } - .bb-progress[data-percentage="30"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12054,7 +10799,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-31 1.5s linear forwards; animation: loading-31 1.5s linear forwards; } - .bb-progress[data-percentage="31"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12064,7 +10808,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-32 1.5s linear forwards; animation: loading-32 1.5s linear forwards; } - .bb-progress[data-percentage="32"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12074,7 +10817,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-33 1.5s linear forwards; animation: loading-33 1.5s linear forwards; } - .bb-progress[data-percentage="33"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12084,7 +10826,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-34 1.5s linear forwards; animation: loading-34 1.5s linear forwards; } - .bb-progress[data-percentage="34"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12094,7 +10835,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-35 1.5s linear forwards; animation: loading-35 1.5s linear forwards; } - .bb-progress[data-percentage="35"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12104,7 +10844,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-36 1.5s linear forwards; animation: loading-36 1.5s linear forwards; } - .bb-progress[data-percentage="36"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12114,7 +10853,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-37 1.5s linear forwards; animation: loading-37 1.5s linear forwards; } - .bb-progress[data-percentage="37"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12124,7 +10862,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-38 1.5s linear forwards; animation: loading-38 1.5s linear forwards; } - .bb-progress[data-percentage="38"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12134,7 +10871,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-39 1.5s linear forwards; animation: loading-39 1.5s linear forwards; } - .bb-progress[data-percentage="39"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12144,7 +10880,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-40 1.5s linear forwards; animation: loading-40 1.5s linear forwards; } - .bb-progress[data-percentage="40"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12154,7 +10889,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-41 1.5s linear forwards; animation: loading-41 1.5s linear forwards; } - .bb-progress[data-percentage="41"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12164,7 +10898,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-42 1.5s linear forwards; animation: loading-42 1.5s linear forwards; } - .bb-progress[data-percentage="42"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12174,7 +10907,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-43 1.5s linear forwards; animation: loading-43 1.5s linear forwards; } - .bb-progress[data-percentage="43"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12184,7 +10916,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-44 1.5s linear forwards; animation: loading-44 1.5s linear forwards; } - .bb-progress[data-percentage="44"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12194,7 +10925,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-45 1.5s linear forwards; animation: loading-45 1.5s linear forwards; } - .bb-progress[data-percentage="45"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12204,7 +10934,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-46 1.5s linear forwards; animation: loading-46 1.5s linear forwards; } - .bb-progress[data-percentage="46"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12214,7 +10943,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-47 1.5s linear forwards; animation: loading-47 1.5s linear forwards; } - .bb-progress[data-percentage="47"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12224,7 +10952,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-48 1.5s linear forwards; animation: loading-48 1.5s linear forwards; } - .bb-progress[data-percentage="48"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12234,7 +10961,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-49 1.5s linear forwards; animation: loading-49 1.5s linear forwards; } - .bb-progress[data-percentage="49"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12244,7 +10970,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="50"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12254,7 +10979,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="51"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-1 1.5s linear forwards 1.5s; animation: loading-1 1.5s linear forwards 1.5s; @@ -12264,7 +10988,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="52"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-2 1.5s linear forwards 1.5s; animation: loading-2 1.5s linear forwards 1.5s; @@ -12274,7 +10997,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="53"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-3 1.5s linear forwards 1.5s; animation: loading-3 1.5s linear forwards 1.5s; @@ -12284,7 +11006,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="54"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-4 1.5s linear forwards 1.5s; animation: loading-4 1.5s linear forwards 1.5s; @@ -12294,7 +11015,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="55"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-5 1.5s linear forwards 1.5s; animation: loading-5 1.5s linear forwards 1.5s; @@ -12304,7 +11024,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="56"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-6 1.5s linear forwards 1.5s; animation: loading-6 1.5s linear forwards 1.5s; @@ -12314,7 +11033,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="57"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-7 1.5s linear forwards 1.5s; animation: loading-7 1.5s linear forwards 1.5s; @@ -12324,7 +11042,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="58"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-8 1.5s linear forwards 1.5s; animation: loading-8 1.5s linear forwards 1.5s; @@ -12334,7 +11051,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="59"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-9 1.5s linear forwards 1.5s; animation: loading-9 1.5s linear forwards 1.5s; @@ -12344,7 +11060,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="60"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-10 1.5s linear forwards 1.5s; animation: loading-10 1.5s linear forwards 1.5s; @@ -12354,7 +11069,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="61"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-11 1.5s linear forwards 1.5s; animation: loading-11 1.5s linear forwards 1.5s; @@ -12364,7 +11078,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="62"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-12 1.5s linear forwards 1.5s; animation: loading-12 1.5s linear forwards 1.5s; @@ -12374,7 +11087,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="63"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-13 1.5s linear forwards 1.5s; animation: loading-13 1.5s linear forwards 1.5s; @@ -12384,7 +11096,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="64"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-14 1.5s linear forwards 1.5s; animation: loading-14 1.5s linear forwards 1.5s; @@ -12394,7 +11105,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="65"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-15 1.5s linear forwards 1.5s; animation: loading-15 1.5s linear forwards 1.5s; @@ -12404,7 +11114,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="66"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-16 1.5s linear forwards 1.5s; animation: loading-16 1.5s linear forwards 1.5s; @@ -12414,7 +11123,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="67"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-17 1.5s linear forwards 1.5s; animation: loading-17 1.5s linear forwards 1.5s; @@ -12424,7 +11132,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="68"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-18 1.5s linear forwards 1.5s; animation: loading-18 1.5s linear forwards 1.5s; @@ -12434,7 +11141,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="69"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-19 1.5s linear forwards 1.5s; animation: loading-19 1.5s linear forwards 1.5s; @@ -12444,7 +11150,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="70"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-20 1.5s linear forwards 1.5s; animation: loading-20 1.5s linear forwards 1.5s; @@ -12454,7 +11159,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="71"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-21 1.5s linear forwards 1.5s; animation: loading-21 1.5s linear forwards 1.5s; @@ -12464,7 +11168,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="72"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-22 1.5s linear forwards 1.5s; animation: loading-22 1.5s linear forwards 1.5s; @@ -12474,7 +11177,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="73"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-23 1.5s linear forwards 1.5s; animation: loading-23 1.5s linear forwards 1.5s; @@ -12484,7 +11186,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="74"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-24 1.5s linear forwards 1.5s; animation: loading-24 1.5s linear forwards 1.5s; @@ -12494,7 +11195,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="75"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-25 1.5s linear forwards 1.5s; animation: loading-25 1.5s linear forwards 1.5s; @@ -12504,7 +11204,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="76"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-26 1.5s linear forwards 1.5s; animation: loading-26 1.5s linear forwards 1.5s; @@ -12514,7 +11213,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="77"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-27 1.5s linear forwards 1.5s; animation: loading-27 1.5s linear forwards 1.5s; @@ -12524,7 +11222,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="78"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-28 1.5s linear forwards 1.5s; animation: loading-28 1.5s linear forwards 1.5s; @@ -12534,7 +11231,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="79"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-29 1.5s linear forwards 1.5s; animation: loading-29 1.5s linear forwards 1.5s; @@ -12544,7 +11240,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="80"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-30 1.5s linear forwards 1.5s; animation: loading-30 1.5s linear forwards 1.5s; @@ -12554,7 +11249,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="81"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-31 1.5s linear forwards 1.5s; animation: loading-31 1.5s linear forwards 1.5s; @@ -12564,7 +11258,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="82"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-32 1.5s linear forwards 1.5s; animation: loading-32 1.5s linear forwards 1.5s; @@ -12574,7 +11267,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="83"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-33 1.5s linear forwards 1.5s; animation: loading-33 1.5s linear forwards 1.5s; @@ -12584,7 +11276,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="84"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-34 1.5s linear forwards 1.5s; animation: loading-34 1.5s linear forwards 1.5s; @@ -12594,7 +11285,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="85"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-35 1.5s linear forwards 1.5s; animation: loading-35 1.5s linear forwards 1.5s; @@ -12604,7 +11294,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="86"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-36 1.5s linear forwards 1.5s; animation: loading-36 1.5s linear forwards 1.5s; @@ -12614,7 +11303,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="87"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-37 1.5s linear forwards 1.5s; animation: loading-37 1.5s linear forwards 1.5s; @@ -12624,7 +11312,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="88"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-38 1.5s linear forwards 1.5s; animation: loading-38 1.5s linear forwards 1.5s; @@ -12634,7 +11321,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="89"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-39 1.5s linear forwards 1.5s; animation: loading-39 1.5s linear forwards 1.5s; @@ -12644,7 +11330,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="90"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-40 1.5s linear forwards 1.5s; animation: loading-40 1.5s linear forwards 1.5s; @@ -12654,7 +11339,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="91"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-41 1.5s linear forwards 1.5s; animation: loading-41 1.5s linear forwards 1.5s; @@ -12664,7 +11348,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="92"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-42 1.5s linear forwards 1.5s; animation: loading-42 1.5s linear forwards 1.5s; @@ -12674,7 +11357,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="93"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-43 1.5s linear forwards 1.5s; animation: loading-43 1.5s linear forwards 1.5s; @@ -12684,7 +11366,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="94"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-44 1.5s linear forwards 1.5s; animation: loading-44 1.5s linear forwards 1.5s; @@ -12694,7 +11375,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="95"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-45 1.5s linear forwards 1.5s; animation: loading-45 1.5s linear forwards 1.5s; @@ -12704,7 +11384,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="96"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-46 1.5s linear forwards 1.5s; animation: loading-46 1.5s linear forwards 1.5s; @@ -12714,7 +11393,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="97"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-47 1.5s linear forwards 1.5s; animation: loading-47 1.5s linear forwards 1.5s; @@ -12724,7 +11402,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="98"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-48 1.5s linear forwards 1.5s; animation: loading-48 1.5s linear forwards 1.5s; @@ -12734,7 +11411,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="99"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-49 1.5s linear forwards 1.5s; animation: loading-49 1.5s linear forwards 1.5s; @@ -12744,19 +11420,16 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="100"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-50 1.5s linear forwards 1.5s; animation: loading-50 1.5s linear forwards 1.5s; } @-webkit-keyframes loading-1 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-3.6deg); transform: rotate(-3.6deg); @@ -12764,1188 +11437,990 @@ Due to the split circle of progress-left and progress right, we must use the ani } @keyframes loading-1 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-3.6deg); transform: rotate(-3.6deg); } } @-webkit-keyframes loading-2 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-7.2deg); transform: rotate(-7.2deg); } } @keyframes loading-2 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-7.2deg); transform: rotate(-7.2deg); } } @-webkit-keyframes loading-3 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-10.8deg); transform: rotate(-10.8deg); } } @keyframes loading-3 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-10.8deg); transform: rotate(-10.8deg); } } @-webkit-keyframes loading-4 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-14.4deg); transform: rotate(-14.4deg); } } @keyframes loading-4 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-14.4deg); transform: rotate(-14.4deg); } } @-webkit-keyframes loading-5 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-18deg); transform: rotate(-18deg); } } @keyframes loading-5 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-18deg); transform: rotate(-18deg); } } @-webkit-keyframes loading-6 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-21.6deg); transform: rotate(-21.6deg); } } @keyframes loading-6 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-21.6deg); transform: rotate(-21.6deg); } } @-webkit-keyframes loading-7 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-25.2deg); transform: rotate(-25.2deg); } } @keyframes loading-7 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-25.2deg); transform: rotate(-25.2deg); } } @-webkit-keyframes loading-8 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-28.8deg); transform: rotate(-28.8deg); } } @keyframes loading-8 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-28.8deg); transform: rotate(-28.8deg); } } @-webkit-keyframes loading-9 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-32.4deg); transform: rotate(-32.4deg); } } @keyframes loading-9 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-32.4deg); transform: rotate(-32.4deg); } } @-webkit-keyframes loading-10 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-36deg); transform: rotate(-36deg); } } @keyframes loading-10 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-36deg); transform: rotate(-36deg); } } @-webkit-keyframes loading-11 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-39.6deg); transform: rotate(-39.6deg); } } @keyframes loading-11 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-39.6deg); transform: rotate(-39.6deg); } } @-webkit-keyframes loading-12 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-43.2deg); transform: rotate(-43.2deg); } } @keyframes loading-12 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-43.2deg); transform: rotate(-43.2deg); } } @-webkit-keyframes loading-13 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-46.8deg); transform: rotate(-46.8deg); } } @keyframes loading-13 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-46.8deg); transform: rotate(-46.8deg); } } @-webkit-keyframes loading-14 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-50.4deg); transform: rotate(-50.4deg); } } @keyframes loading-14 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-50.4deg); transform: rotate(-50.4deg); } } @-webkit-keyframes loading-15 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-54deg); transform: rotate(-54deg); } } @keyframes loading-15 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-54deg); transform: rotate(-54deg); } } @-webkit-keyframes loading-16 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-57.6deg); transform: rotate(-57.6deg); } } @keyframes loading-16 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-57.6deg); transform: rotate(-57.6deg); } } @-webkit-keyframes loading-17 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-61.2deg); transform: rotate(-61.2deg); } } @keyframes loading-17 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-61.2deg); transform: rotate(-61.2deg); } } @-webkit-keyframes loading-18 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-64.8deg); transform: rotate(-64.8deg); } } @keyframes loading-18 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-64.8deg); transform: rotate(-64.8deg); } } @-webkit-keyframes loading-19 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-68.4deg); transform: rotate(-68.4deg); } } @keyframes loading-19 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-68.4deg); transform: rotate(-68.4deg); } } @-webkit-keyframes loading-20 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-72deg); transform: rotate(-72deg); } } @keyframes loading-20 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-72deg); transform: rotate(-72deg); } } @-webkit-keyframes loading-21 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-75.6deg); transform: rotate(-75.6deg); } } @keyframes loading-21 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-75.6deg); transform: rotate(-75.6deg); } } @-webkit-keyframes loading-22 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-79.2deg); transform: rotate(-79.2deg); } } @keyframes loading-22 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-79.2deg); transform: rotate(-79.2deg); } } @-webkit-keyframes loading-23 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-82.8deg); transform: rotate(-82.8deg); } } @keyframes loading-23 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-82.8deg); transform: rotate(-82.8deg); } } @-webkit-keyframes loading-24 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-86.4deg); transform: rotate(-86.4deg); } } @keyframes loading-24 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-86.4deg); transform: rotate(-86.4deg); } } @-webkit-keyframes loading-25 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-90deg); transform: rotate(-90deg); } } @keyframes loading-25 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-90deg); transform: rotate(-90deg); } } @-webkit-keyframes loading-26 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-93.6deg); transform: rotate(-93.6deg); } } @keyframes loading-26 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-93.6deg); transform: rotate(-93.6deg); } } @-webkit-keyframes loading-27 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-97.2deg); transform: rotate(-97.2deg); } } @keyframes loading-27 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-97.2deg); transform: rotate(-97.2deg); } } @-webkit-keyframes loading-28 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-100.8deg); transform: rotate(-100.8deg); } } @keyframes loading-28 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-100.8deg); transform: rotate(-100.8deg); } } @-webkit-keyframes loading-29 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-104.4deg); transform: rotate(-104.4deg); } } @keyframes loading-29 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-104.4deg); transform: rotate(-104.4deg); } } @-webkit-keyframes loading-30 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-108deg); transform: rotate(-108deg); } } @keyframes loading-30 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-108deg); transform: rotate(-108deg); } } @-webkit-keyframes loading-31 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-111.6deg); transform: rotate(-111.6deg); } } @keyframes loading-31 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-111.6deg); transform: rotate(-111.6deg); } } @-webkit-keyframes loading-32 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-115.2deg); transform: rotate(-115.2deg); } } @keyframes loading-32 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-115.2deg); transform: rotate(-115.2deg); } } @-webkit-keyframes loading-33 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-118.8deg); transform: rotate(-118.8deg); } } @keyframes loading-33 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-118.8deg); transform: rotate(-118.8deg); } } @-webkit-keyframes loading-34 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-122.4deg); transform: rotate(-122.4deg); } } @keyframes loading-34 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-122.4deg); transform: rotate(-122.4deg); } } @-webkit-keyframes loading-35 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-126deg); transform: rotate(-126deg); } } @keyframes loading-35 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-126deg); transform: rotate(-126deg); } } @-webkit-keyframes loading-36 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-129.6deg); transform: rotate(-129.6deg); } } @keyframes loading-36 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-129.6deg); transform: rotate(-129.6deg); } } @-webkit-keyframes loading-37 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-133.2deg); transform: rotate(-133.2deg); } } @keyframes loading-37 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-133.2deg); transform: rotate(-133.2deg); } } @-webkit-keyframes loading-38 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-136.8deg); transform: rotate(-136.8deg); } } @keyframes loading-38 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-136.8deg); transform: rotate(-136.8deg); } } @-webkit-keyframes loading-39 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-140.4deg); transform: rotate(-140.4deg); } } @keyframes loading-39 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-140.4deg); transform: rotate(-140.4deg); } } @-webkit-keyframes loading-40 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-144deg); transform: rotate(-144deg); } } @keyframes loading-40 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-144deg); transform: rotate(-144deg); } } @-webkit-keyframes loading-41 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-147.6deg); transform: rotate(-147.6deg); } } @keyframes loading-41 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-147.6deg); transform: rotate(-147.6deg); } } @-webkit-keyframes loading-42 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-151.2deg); transform: rotate(-151.2deg); } } @keyframes loading-42 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-151.2deg); transform: rotate(-151.2deg); } } @-webkit-keyframes loading-43 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-154.8deg); transform: rotate(-154.8deg); } } @keyframes loading-43 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-154.8deg); transform: rotate(-154.8deg); } } @-webkit-keyframes loading-44 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-158.4deg); transform: rotate(-158.4deg); } } @keyframes loading-44 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-158.4deg); transform: rotate(-158.4deg); } } @-webkit-keyframes loading-45 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-162deg); transform: rotate(-162deg); } } @keyframes loading-45 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-162deg); transform: rotate(-162deg); } } @-webkit-keyframes loading-46 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-165.6deg); transform: rotate(-165.6deg); } } @keyframes loading-46 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-165.6deg); transform: rotate(-165.6deg); } } @-webkit-keyframes loading-47 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-169.2deg); transform: rotate(-169.2deg); } } @keyframes loading-47 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-169.2deg); transform: rotate(-169.2deg); } } @-webkit-keyframes loading-48 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-172.8deg); transform: rotate(-172.8deg); } } @keyframes loading-48 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-172.8deg); transform: rotate(-172.8deg); } } @-webkit-keyframes loading-49 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-176.4deg); transform: rotate(-176.4deg); } } @keyframes loading-49 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-176.4deg); transform: rotate(-176.4deg); } } @-webkit-keyframes loading-50 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); } } @keyframes loading-50 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); diff --git a/web/app/themes/buddyboss-theme/assets/css-rtl/lifterlms.min.css b/web/app/themes/buddyboss-theme/assets/css-rtl/lifterlms.min.css index 814e2ee5..eed36718 100644 --- a/web/app/themes/buddyboss-theme/assets/css-rtl/lifterlms.min.css +++ b/web/app/themes/buddyboss-theme/assets/css-rtl/lifterlms.min.css @@ -1,4413 +1 @@ -.llms-access-plan-description p:last-child,.llms-student-dashboard.dashboard .llms-sd-section .llms-sd-section__heading{margin:0 0 1.6875rem;padding:0} - -.llms-notice{margin:0;font-weight:400;font-size:14px;margin-bottom:15px;background-color:var(--bb-content-background-color);border-radius:4px;border:1px solid var(--bb-content-border-color);padding:15px} - -.llms-notice---sidebar{text-align:right} - -.bb-single-course-sidebar .llms-notice---sidebar.llms-notice{padding:0;color:var(--bb-danger-color);background-color:#fff} - -.llms-notice.llms-error{background-color:var(--bb-danger-color);font-size:14px;color:#fff;border-radius:var(--bb-block-radius);border:0;padding:5px 10px} - -.llms-notice.llms-error a{color:#fff;font-weight:700} - -.llms-notice.llms-success{background-color:rgba(1,158,124,.1);border:1px solid var(--bb-success-color);font-size:14px;border-radius:4px;padding:5px 10px} - -ul.llms-notice{margin-right:0} - -.bp-feedback.ld-feedback{margin:10px 0;position:relative;box-shadow:none} - -.bp-feedback.ld-feedback p{font-size:14px;line-height:1.5;padding:10px 5px} - -.llms-person-login-form-wrapper{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);padding:3rem 0 3.5rem;width:100%} - -.llms-person-login-form-wrapper form.llms-login{max-width:50%;margin:0 auto}@media screen and (max-width:992px){ - -.llms-person-login-form-wrapper form.llms-login{max-width:80%}}@media screen and (max-width:544px){ - -.llms-person-login-form-wrapper form.llms-login{max-width:95%}} - -.llms-person-login-form-wrapper form.llms-login label{font-size:14px} - -.llms-person-login-form-wrapper form.llms-login .llms-form-field.llms-cols-6{width:100%;float:none} - -.llms-person-login-form-wrapper form.llms-login .llms-form-field.type-submit button#llms_login_button{padding:.618em 2em;height:40px;font-size:15px;font-weight:500} - -.llms-person-login-form-wrapper form.llms-login .llms-form-field.type-submit.llms-cols-3{width:100%;float:none} - -.llms-person-login-form-wrapper form.llms-login .llms-form-field.type-checkbox.llms-cols-6{width:50%;float:right} - -.llms-person-login-form-wrapper form.llms-login .llms-form-field.type-html.llms-cols-3{width:50%;float:right} - -.llms-person-login-form-wrapper form.llms-login .llms-description{font-style:normal} - -.llms-person-login-form-wrapper #llms_remember{opacity:0} - -.llms-person-login-form-wrapper label[for=llms_remember]{position:relative;right:-14px} - -.llms-person-login-form-wrapper label[for=llms_remember]::before{content:"\e876";display:inline-block;width:20px;height:20px;background-color:#fff;border:1px solid #dedfe2;border-radius:3px;margin:0 0 0 10px;position:relative;top:-1px;font-family:bb-icons;font-size:16px;line-height:1.2;text-align:center;color:#fff} - -.llms-person-login-form-wrapper input#llms_remember:checked+label::before{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color)} - -.llms-new-person-form-wrapper{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);padding:3rem;width:100%} - -.llms-new-person-form-wrapper label{font-size:14px} - -.llms-new-person-form-wrapper .llms-form-field.type-submit{margin:15px 0 0} - -.llms-new-person-form-wrapper form{margin-bottom:0} - -.llms-person-login-form-wrapper+.llms-new-person-form-wrapper{margin-top:25px} - -.single.single-course .content-area{padding-top:0} - -.bb-llms-content-wrap{padding-top:70px} - -.llms-lesson-preview{width:100%} - -.llms-syllabus-wrapper{margin-right:0;margin-left:0} - -.llms-syllabus-wrapper .llms-section-title{font-size:16px;margin:16px 0 8px;text-align:right} - -.llms-syllabus-wrapper .llms-lesson-preview{margin-top:0;margin-bottom:5px} - -.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-title{font-weight:400} - -.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link{background:100% 0;border-radius:3px} - -.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link:hover .llms-lesson-title{color:var(--bb-primary-color)} - -.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-title{color:var(--bb-headings-color)} - -.llms-syllabus-wrapper .llms-lesson-preview .llms-extra{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;padding-left:15px} - -.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-counter{margin-bottom:0;font-size:13px;color:var(--bb-alternate-text-color);text-align:left;white-space:nowrap} - -.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-complete{margin-bottom:0;margin-right:10px;font-size:22px} - -.llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-complete,.llms-syllabus-wrapper .llms-lesson-preview.is-free .llms-lesson-complete{color:var(--bb-body-text-color)} - -.course .llms-meta-info{font-size:14px;margin-top:0} - -.course .llms-meta-info .llms-meta-title{font-size:13px;color:var(--bb-headings-color);margin:0 0 15px;text-transform:uppercase} - -.course .llms-meta-info .llms-instructor-info{margin-top:20px} - -.course .bb-llms-content-wrap .llms-course-progress{max-width:100%;margin-right:0;margin-left:0} - -.course .bb-llms-content-wrap .llms-course-progress .llms-progress-bar{border-radius:4px} - -.course .bb-llms-content-wrap .llms-course-progress .progress-bar-complete{border-radius:4px;background-color:var(--bb-primary-color)} - -.course .bb-llms-content-wrap .llms-course-progress a.llms-button-primary{border-radius:100px;font-size:14px} - -.course .bb-llms-content-wrap .llms-course-progress .progress__indicator{color:#939597;font-size:14px;margin-right:10px} - -.bb-llms-content-wrap .llms-instructor-info .llms-instructors{margin-right:-5px;margin-left:-5px} - -.bb-llms-content-wrap .llms-instructor-info .llms-instructors .llms-author .avatar{margin-top:0;margin-bottom:0;border:0;max-width:60px} - -.bb-llms-content-wrap .llms-instructor-info .llms-instructors .llms-author__verbose{text-align:right;padding-right:15px;padding-top:5px} - -.bb-llms-content-wrap .llms-instructor-info .llms-instructors .llms-author{margin-top:0;padding:20px;margin-bottom:10px;background-color:transparent;border:0} - -.bb-llms-content-wrap .llms-instructor-info .llms-instructors .llms-author .llms-author-info.label{color:var(--bb-alternate-text-color);margin:3px 0 10px;background-color:transparent;font-size:100%;font-size:14px;font-weight:500;line-height:1} - -.bb-llms-content-wrap .llms-instructor-info .llms-instructors .llms-author .llms-author-info.bio{line-height:1.5;font-size:14px} - -.llms-instructors.llms-cols{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap} - -.llms-instructors.llms-cols .llms-col-3{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.llms-instructors.llms-cols .llms-col-4{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.llms-instructors.llms-cols .llms-col-5{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.llms-instructors.llms-cols .llms-col-6{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.llms-instructors.llms-cols .llms-col-7{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.llms-instructors.llms-cols .llms-col-8{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.llms-instructors.llms-cols .llms-col-9{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.llms-instructors.llms-cols .llms-col-2{width:-webkit-calc(50% - 10px);width:calc(50% - 10px)}@media screen and (max-width:1200px){ - -.llms-instructors.llms-cols .llms-col-2{width:-webkit-calc(100% - 10px);width:calc(100% - 10px)}} - -.llms-instructors.llms-cols>div[class*=llms-col-]{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);margin:5px} - -.llms-instructors.llms-cols [class*=llms-col-]{float:none} - -.lifterlms-price{color:var(--bb-headings-color)} - -.bb-llms-banner{background-color:#607387;overflow:hidden;padding:0 44px} - -.bb-llms-banner::before{content:"";opacity:.4;background-color:var(--bb-headings-color);background-image:-webkit-linear-gradient(-270deg,rgba(0,0,0,0) 4%,#000 100%);background-image:linear-gradient(180deg,rgba(0,0,0,0) 4%,#000 100%);position:absolute;height:100%;width:100%;top:0;right:0;z-index:1} - -.bb-llms-banner .banner-img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover} - -.bb-course-banner-info{padding-top:30px;padding-bottom:30px;position:relative;z-index:2} - -.bb-course-banner-inner{color:#fff;padding-top:70px} - -.bb-course-banner-inner h1.entry-title{font-size:48px;color:inherit;line-height:1.25;margin-bottom:20px} - -.bb-course-banner-inner .avatar{border-radius:50%;margin-left:12px;max-width:38px} - -.bb-course-banner-inner .author-name{font-size:14px;font-weight:500;color:#fff;letter-spacing:-.24px} - -.bb-course-banner-inner span.meta-saperator{color:#fff;margin:0 15px} - -.bb-course-banner-inner .course-date{font-size:13px;color:rgba(255,255,255,.8);letter-spacing:-.19px} - -.bb-course-banner-inner .bb-course-single-meta{margin-bottom:40px}@media screen and (max-width:544px){ - -.bb-course-banner-inner h1.entry-title{font-size:1.5rem;line-height:1.5}} - -.llms-notification .llms-notification-dismiss{color:var(--bb-alternate-text-color)} - -.llms-notification .llms-notification-dismiss.fa-times-circle{font-size:20px;display:inline-block;font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased} - -.llms-notification .llms-notification-dismiss.fa-times-circle::before{content:"\e828"} - -.llms-button-primary,.llms-field-button{border-radius:var(--bb-button-radius);background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);min-width:100px;text-align:center;line-height:normal;font-weight:400;font-size:15px} - -.llms-button-primary:focus,.llms-field-button:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.llms-button-primary:active,.llms-button-primary:focus,.llms-button-primary:hover,.llms-field-button:active,.llms-field-button:focus,.llms-field-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)} - -.llms-button-action{border-radius:var(--bb-button-radius)} - -.llms-button-secondary{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);border-radius:var(--bb-button-radius)} - -.llms-button-secondary:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -.llms-button-secondary:active,.llms-button-secondary:focus,.llms-button-secondary:hover{box-shadow:none;background-color:var(--bb-secondary-button-background-hover);color:var(--bb-secondary-button-text-hover);border:1px solid var(--bb-secondary-button-border-hover)} - -section.llms-instructor-info .llms-author .name{margin-right:0;margin-left:0} - -.llms-form-field.type-radio label::before{background:#fff;box-shadow:rgba(255,255,255,.15) 0 1px 1px,inset rgba(0,0,0,.25) 0 0 0 1px;width:20px;height:20px;top:-2px;margin-left:7px} - -.llms-form-field.type-radio input[type=radio]:checked+label::before{background-image:-webkit-radial-gradient(center,ellipse,var(--bb-primary-color) 0,var(--bb-primary-color) 40%,#fff 45%);background-image:radial-gradient(ellipse at center,var(--bb-primary-color) 0,var(--bb-primary-color) 40%,#fff 45%)} - -.llms-pagination{font-size:13px;margin:10px 0;text-align:left} - -.llms-pagination ul{margin:0 10px;display:inline-block} - -.llms-pagination ul li .page-numbers{text-decoration:none}@media screen and (max-width:544px){ - -.bb-courses-directory .bs-dir-search{float:none}}@media screen and (min-width:681px){ - -.bb-llms-content-wrap{max-width:700px} - -.bb-single-course-sidebar{max-width:380px;-webkit-box-flex:0;-ms-flex:0 0 42%;flex:0 0 42%;margin-right:auto;position:relative;z-index:2} - -.bb-single-course-sidebar.bb-preview-wrap{margin-top:-260px}} - -.llms-course-navigation .llms-lesson-preview .llms-lesson-link{background-color:var(--bb-body-background-color);box-shadow:inset 0 0 10px 5px rgba(0,0,0,.02);border-radius:4px;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;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:15px} - -.llms-course-navigation .llms-lesson-preview .llms-lesson-link:hover{background:rgba(146,164,183,.1)} - -.llms-course-navigation .llms-lesson-preview .llms-lesson-title{margin-bottom:0} - -.llms-course-navigation .llms-lesson-preview .llms-lesson-excerpt{display:none} - -.bb-sfwd-aside .site-header{width:100%;z-index:610;-webkit-transition:all .2s;transition:all .2s}@media screen and (min-width:800px){ - -.bb-buddypanel.buddypanel-open.bb-sfwd-aside .site-header:not(.site-header--elementor){width:-webkit-calc(100% - 230px);width:calc(100% - 230px);-webkit-transition:all .2s;transition:all .2s}}@media screen and (max-width:544px){ - -.llms-course-navigation .llms-course-nav{width:100%;margin:0 0 10px} - -.llms-course-navigation .llms-course-nav .llms-lesson-preview{margin-top:0}} - -.llms-pointer>.llms-notification{border-radius:6px;border:0;border-right:4px solid var(--bb-primary-color);box-shadow:0 4px 32px 0 rgba(18,43,70,.1);padding:20px}@media screen and (min-width:544px){ - -.llms-pointer>.llms-notification{width:420px}} - -.llms-pointer>.llms-notification .llms-notification-footer{margin-top:0;padding:0;border-top:0} - -.llms-instructor-info .llms-instructors .llms-author{background-color:transparent;border-color:var(--bb-content-border-color);border-top-width:2px} - -.llms-instructor-info .llms-instructors .llms-author .avatar{border-color:var(--bb-content-border-color);background-color:transparent;border-width:2px;margin-top:-37px} - -.llms-tooltip.show{top:unset;bottom:30px}@media (min-width:600px){ - -.single-llms_quiz .llms-quiz-results .llms-quiz-results-aside{float:none;width:100%;text-align:center} - -.single-llms_quiz .llms-quiz-results .llms-quiz-results-history,.single-llms_quiz .llms-quiz-results .llms-quiz-results-main{float:none;width:100%;margin:0 auto 30px}}@media (max-width:480px){ - -.single-llms_quiz .llms-quiz-results .llms-quiz-results-history select{width:100%}} - -.quizzes_section_holder.current_quizz{background:rgba(146,164,183,.05)} - -.single-llms_quiz.bb-dark-theme .llms-quiz-results .llms-quiz-results-history select{background-color:#333;color:#939597} - -.single-llms_quiz.bb-dark-theme #llms-quiz-wrapper .llms-quiz-results>h2.llms-quiz-results-title,.single-llms_quiz.bb-dark-theme #llms-quiz-wrapper h2.llms-quiz-meta-title,.single-llms_quiz.bb-dark-theme .llms-quiz-results-history h2.llms-quiz-results-title{color:#fff} - -.single-llms_quiz.bb-dark-theme ul.llms-quiz-meta-info .llms-quiz-meta-item{color:#939597} - -.llms-donut{margin:0 auto 30px;color:var(--bb-body-text-color);background-color:var(--bb-content-border-color)} - -.llms-donut .inside{width:95%;height:95%} - -.single-llms_quiz .entry-content .fluid-width-video-wrapper{margin-top:0} - -.single-llms_quiz .llms-next-lesson{font-size:14px;padding-top:0;padding-bottom:0;line-height:40px} - -.single-llms_quiz #llms-quiz-header{position:relative} - -.single-llms_quiz #llms-quiz-header::before{position:absolute;right:0;top:0;color:var(--bb-body-text-color);font-size:16px;font-weight:800} - -.single-llms_quiz #llms-quiz-header .llms-progress{margin-top:30px} - -.single-llms_quiz .llms-return a{display:inline-block;background-color:rgba(0,0,0,.03);color:#939597;border-radius:20px;padding:1px 10px 1px 15px;font-size:12px;margin:0 0 15px;-webkit-transition:all linear .2s;transition:all linear .2s} - -.single-llms_quiz .llms-return a i{margin-left:3px} - -.single-llms_quiz .llms-return a:hover{background-color:rgba(0,0,0,.06)} - -.single-llms_quiz .entry-title{font-size:32px;line-height:1.2;font-weight:700;margin-bottom:0} - -.single-llms_quiz .lifterlms-header-instructor{margin-top:20px;padding-bottom:0;margin-bottom:30px;border-bottom:1px solid var(--bb-content-border-color)} - -.single-llms_quiz .lifterlms-header-instructor .flex{-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.single-llms_quiz .lifterlms-header-instructor .flex h5{margin-bottom:0} - -.single-llms_quiz .lifterlms-header-instructor .flex h5 span{margin-right:7px} - -.single-llms_quiz .entry-content-wrap{padding:0} - -.single-llms_quiz ul.llms-quiz-meta-info{font-size:14px;margin-bottom:30px} - -.single-llms_quiz ul.llms-quiz-meta-info .llms-quiz-meta-item{font-weight:800} - -.single-llms_quiz ul.llms-quiz-meta-info .llms-quiz-meta-item span{font-weight:400} - -.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.correct,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.incorrect,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.incorrect{background-color:transparent} - -.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question a.toggle-answer:hover .llms-question-title{color:var(--bb-primary-color)} - -.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-points{color:#939597;font-size:14px} - -.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-status-icon-tip{display:none} - -.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.type--code .bb-llms-quiz-status-icon,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.type--content .bb-llms-quiz-status-icon,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.type--long_answer .bb-llms-quiz-status-icon,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.type--short_answer .bb-llms-quiz-status-icon,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.type--upload .bb-llms-quiz-status-icon{display:none} - -.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section{border-top-width:1px;margin-top:10px;padding-top:10px;font-size:14px} - -.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section p.llms-quiz-results-label{font-weight:300;text-transform:uppercase;font-size:12px} - -.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section p{margin-bottom:10px} - -.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section:first-of-type{margin-top:0} - -.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-question-description{font-size:14px} - -.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-question-description p{margin-bottom:10px} - -.single-llms_quiz .llms-quiz-results-history h2.llms-quiz-results-title{margin-bottom:15px;font-size:18px;line-height:1.2;font-weight:700} - -.single-llms_quiz .llms-button-wrapper .llms-start-quiz-button,.single-llms_quiz .llms-button-wrapper a.llms-button-secondary{padding-right:2em;padding-left:2em} - -.single-llms_quiz #llms-quiz-wrapper .llms-quiz-results>h2.llms-quiz-results-title,.single-llms_quiz #llms-quiz-wrapper h2.llms-quiz-meta-title{margin-bottom:15px;font-size:18px;line-height:1.2;font-weight:700} - -.single-llms_quiz #llms-quiz-wrapper>.llms-return a{font-size:14px} - -.single-llms_quiz #llms-quiz-wrapper>.llms-return a::before{content:"\E8AB";font-family:bb-icons;font-size:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:1px;position:relative;top:2px} - -.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer::before{content:"\ee09";font:400 normal normal 14px/1 bb-icons;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--bb-body-text-color);border-radius:100%;width:18px;height:18px;padding:2px;line-height:16px;text-align:center;font-weight:300;-webkit-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease;position:absolute;right:-10px;top:15px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)} - -.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-header.expand-result .toggle-answer::before{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)} - -.llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-points{line-height:28px} - -.llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.incorrect .llms-points{background-color:var(--bb-danger-color);color:#fff;padding:0 20px;border-radius:4px} - -.bb-template-v2 .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.incorrect .llms-points{border-radius:6px} - -.single-llms_quiz .llms-quiz-results .llms-donut.failing{color:var(--bb-danger-color)} - -.llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.incorrect .llms-quiz-attempt-answer{color:var(--bb-danger-color)} - -.llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.correct .llms-points{background-color:var(--bb-success-color);color:#fff;padding:0 20px;border-radius:3px} - -.llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.correct .llms-quiz-attempt-answer{color:var(--bb-success-color)}@-webkit-keyframes bs-llms-spinning{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-220deg);transform:rotate(-220deg)}}@keyframes bs-llms-spinning{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-220deg);transform:rotate(-220deg)}} - -.llms-question-wrapper.type--picture_choice ol.llms-question-choices{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap} - -.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-answer-section.llms-correct-answer .llms-quiz-attempt-answer{color:var(--bb-success-color)!important} - -.llms-quiz-ui .llms-aq-scale .llms-aq-scale-range::after,.llms-quiz-ui .llms-aq-scale .llms-aq-scale-range::before{display:none!important} - -.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between} - -.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio{text-align:center} - -.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio>span{margin:0} - -.llms-quiz-ui .llms-quiz-nav{margin-bottom:60px} - -.llms-quiz-buttons .llms-button-action{font-size:14px} - -.llms-quiz-ui{padding:0;background:100% 0} - -.llms-quiz-ui .llms-question-wrapper.type--picture_reorder ol.llms-question-choices.llms-aq-reorder-list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap} - -.llms-quiz-ui .llms-question-wrapper.type--picture_reorder ol.llms-question-choices.llms-aq-reorder-list .llms-aq-reorder-item.type--picture{width:-webkit-calc(100% / 3);width:calc(100% / 3)} - -.llms-quiz-ui ol.llms-question-choices.llms-aq-reorder-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.llms-quiz-ui ol.llms-question-choices.llms-aq-reorder-list .llms-aq-reorder-item.type--picture{display:-webkit-box;display:-ms-flexbox;display:flex} - -.llms-quiz-ui .llms-progress{height:4px;border-radius:2px;background-color:var(--bb-content-border-color)} - -.llms-quiz-ui .llms-progress .progress-bar-complete{background-color:var(--bb-primary-color);border-radius:2px} - -.llms-quiz-ui .llms-spinning .llms-spinner{width:20px;height:20px;background-repeat:no-repeat;background-color:transparent;border:0;font-style:normal;margin-right:-10px;margin-top:-10px;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite} - -.llms-quiz-ui .llms-spinning .llms-spinner::after{content:"\ef30";font-family:bb-icons;display:inline-block;width:20px;height:20px;font-size:20px;line-height:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:relative;bottom:1px;color:#939597} - -.llms-quiz-ui .llms-spinning{background:100% 0} - -.llms-quiz-ui .llms-error{background-color:var(--bb-danger-color);font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:20px 0;padding:10px 15px} - -.llms-quiz-ui .llms-error a{color:rgba(255,255,255,.9);margin-right:auto;-webkit-transition:all linear .2s;transition:all linear .2s} - -.llms-quiz-ui .llms-error a:hover{color:#fff} - -.llms-quiz-ui .llms-error a i.fa.fa-times-circle{font-size:20px;display:inline-block;font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;color:#fff} - -.llms-quiz-ui .llms-error a i.fa.fa-times-circle::before{content:"\e828";font-weight:100} - -.llms-quiz-ui .llms-quiz-nav .button{padding:10px 2em;min-height:40px;font-size:14px;background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)} - -.llms-quiz-ui .llms-quiz-nav .button:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.llms-quiz-ui .llms-quiz-nav .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)} - -.llms-quiz-ui .llms-quiz-nav .button.llms-button-secondary{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular)} - -.llms-quiz-ui .llms-quiz-nav .button.llms-button-secondary:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -.llms-quiz-ui .llms-quiz-nav .button.llms-button-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)} - -.llms-quiz-ui .llms-quiz-counter{font-size:14px;color:var(--bb-alternate-text-color);margin-top:4px} - -.llms-quiz-ui .llms-question-wrapper.type--blank input.llms-aq-blank,.llms-quiz-ui .llms-question-wrapper.type--blank input.llms-aq-blank:focus{border-bottom-width:1px;color:var(--bb-primary-color);padding-bottom:2px} - -.llms-quiz-ui .llms-question-wrapper.type--blank input.llms-aq-blank:focus{border-bottom-color:var(--bb-primary-color)} - -.llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li{border:1px solid var(--bb-content-border-color);border-radius:4px;padding:10px 20px} - -.llms-quiz-ui .llms-question-wrapper.type--reorder ol.llms-question-choices.llms-aq-reorder-list li.llms-aq-reorder-item.llms-aq-placeholder{border:1px dashed var(--bb-content-border-color)} - -.llms-quiz-ui .llms-question-wrapper.type--reorder ol.llms-question-choices li:last-child{border-bottom:1px solid var(--bb-content-border-color)} - -.llms-quiz-ui .llms-question-wrapper.type--reorder ol.llms-question-choices.llms-aq-reorder-list.dragging{box-shadow:none} - -.llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li>label{padding:0} - -.llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li>label .llms-marker{float:left;margin:3px 0 0;position:relative;border:0;cursor:move} - -.llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li>label .llms-marker::after,.llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li>label .llms-marker::before{font-family:bb-icons;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:inline-block;content:"\ee5d";color:var(--bb-alternate-text-color);font-weight:300} - -.llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li>label .llms-marker::before{left:6px} - -.llms-quiz-ui .llms-question-wrapper.type--picture_reorder ol.llms-question-choices.llms-aq-reorder-list li.llms-aq-reorder-item.llms-aq-placeholder{border:1px dashed var(--bb-content-border-color)} - -.llms-quiz-ui .llms-question-wrapper.type--picture_reorder ol.llms-question-choices.llms-aq-reorder-list.dragging{box-shadow:none} - -.llms-quiz-ui .llms-question-wrapper.type--picture_reorder .llms-question-choices li>label .llms-marker{display:none} - -.llms-quiz-ui .llms-question-wrapper.type--picture_reorder .llms-question-choices li>label .llms-marker.type--lister{display:block} - -.llms-quiz-ui .llms-question-wrapper.type--picture_reorder .llms-question-choices li>label .llms-marker.type--lister span{display:block} - -.llms-quiz-ui .llms-question-wrapper.type--short_answer input.llms-aq-short-answer-field{font-size:15px} - -.llms-quiz-ui .llms-question-wrapper.type--long_answer .llms-aq-long-answer .ql-snow .ql-picker{color:#939597} - -.llms-quiz-ui .llms-question-wrapper.type--long_answer .llms-aq-long-answer .ql-snow .ql-stroke{stroke:#939597} - -.llms-quiz-ui .llms-question-wrapper.type--long_answer .llms-aq-long-answer .ql-snow .ql-fill,.llms-quiz-ui .llms-question-wrapper.type--long_answer .llms-aq-long-answer .ql-snow .ql-stroke.ql-fill{fill:#939597} - -.llms-quiz-ui .llms-question-wrapper.type--long_answer .llms-aq-long-answer .ql-toolbar.ql-snow{border:0} - -.llms-quiz-ui .llms-question-wrapper.type--long_answer .llms-aq-long-answer .ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:1px solid var(--bb-content-border-color);border-color:var(--bb-content-border-color)} - -.llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader{margin:20px 0;border:1px dashed #dedfe2;border-radius:3px} - -.llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader .fa.fa-upload{font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;color:var(--bb-primary-color)} - -.llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader .fa.fa-upload::before{content:"\ee24"} - -.llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader h2{font-size:18px;color:var(--bb-headings-color)} - -.llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader em{font-size:14px;color:#939597} - -.llms-quiz-ui .llms-question-wrapper.type--code .llms-aq-code{font-size:14px;border-radius:3px;border:1px solid var(--bb-content-border-color)} - -.llms-quiz-ui .llms-question-wrapper.type--code .llms-aq-code .CodeMirror{background-color:var(--bb-content-border-color);border-radius:3px} - -.llms-quiz-ui .llms-question-wrapper.type--code .llms-aq-code .CodeMirror pre.CodeMirror-line{padding:0 10px} - -.llms-quiz-ui .llms-question-wrapper.type--code .llms-aq-code .CodeMirror-gutters{background-color:rgba(0,0,0,.025);border-left:1px solid var(--bb-content-border-color);padding-left:5px} - -.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale{overflow:hidden;width:auto} - -.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-label{font-size:14px;color:#939597} - -.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range{margin-bottom:15px;width:auto;-ms-flex-wrap:wrap;flex-wrap:wrap} - -.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio{margin-left:5px;margin-bottom:5px} - -.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio .llms-aq-scale-button,.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio:first-child .llms-aq-scale-button,.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio:last-child .llms-aq-scale-button{border-radius:100%;border:0;font-size:16px;height:50px;padding:17px 0} - -.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio .llms-aq-scale-button:hover{background:var(--bb-primary-color);color:#fff} - -.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio input[type=radio]:checked+.llms-aq-scale-button{background:var(--bb-primary-color);color:#fff} - -.llms-quiz-question-wrapper h3.llms-question-text{font-size:18px;line-height:1.2;font-weight:700;margin:20px 0} - -.llms-quiz-question-wrapper .llms-question-image{margin-bottom:30px} - -.llms-quiz-question-wrapper ol.llms-question-choices li.llms-choice{margin-bottom:10px;padding-bottom:10px} - -.llms-quiz-question-wrapper ol.llms-question-choices li.llms-choice .llms-choice-text{font-size:16px} - -.llms-quiz-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker{font-size:10px;width:22px;height:22px;line-height:19px;background:var(--bb-content-background-color);border:2px solid var(--bb-content-border-color);cursor:pointer} - -.llms-quiz-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker span.iterator{color:var(--bb-alternate-text-color);display:none} - -.llms-quiz-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker .fa{color:var(--bb-primary-color)} - -.llms-quiz-question-wrapper ol.llms-question-choices li.llms-choice input:checked+.llms-marker{background:100% 0;border-color:var(--bb-primary-color)} - -.llms-quiz-question-wrapper .llms-video-wrapper .center-video{border-top:0;padding:1em 0 0;margin:0 0 1.5em;position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden} - -.llms-quiz-question-wrapper .llms-video-wrapper .center-video iframe{position:absolute;top:0;right:0;width:100%;height:100%;margin:0;display:block} - -.llms-quiz-question-wrapper .llms-question-wrapper.type--choice ol.llms-question-choices li.llms-choice,.llms-quiz-question-wrapper .llms-question-wrapper.type--true_false ol.llms-question-choices li.llms-choice{border:1px solid var(--bb-content-border-color);border-radius:4px;padding:10px 20px} - -.llms-quiz-question-wrapper .llms-question-wrapper.type--choice ol.llms-question-choices li.llms-choice label,.llms-quiz-question-wrapper .llms-question-wrapper.type--true_false ol.llms-question-choices li.llms-choice label{padding:0} - -.llms-quiz-question-wrapper .llms-question-wrapper.type--picture_choice ol.llms-question-choices{margin-top:30px} - -.llms-quiz-question-wrapper .llms-question-wrapper.type--picture_choice ol.llms-question-choices li.llms-choice .llms-marker.type--radio{display:none} - -.single-llms_quiz .llms-quiz-results .llms-donut.failing svg path{stroke:var(--bb-danger-color)} - -.single-llms_quiz .llms-quiz-buttons form>p{font-size:14px;padding-left:10px} - -.llms-quiz-timer{font-size:16px;color:var(--bb-success-color);border-color:var(--bb-success-color)} - -.llms-quiz-timer.color-empty{color:var(--bb-danger-color);border-color:var(--bb-danger-color)} - -.single-llms_quiz h3.llms-question-title{font-size:16px;font-family:inherit;text-transform:none;font-weight:500;line-height:28px} - -.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-question-title{line-height:28px}@media (max-width:599px){ - -.llms-quiz-ui .llms-question-wrapper.type--picture_reorder ol.llms-question-choices.llms-aq-reorder-list .llms-aq-reorder-item.type--picture{width:100%}}@media (max-width:428px){ - -.llms-quiz-ui .llms-quiz-nav button#llms-prev-question{margin:10px 0 0} - -.llms-quiz-ui .llms-quiz-counter{margin-top:18px}} - -.frm_submit button,.lifter-sidebar-widgets li.widget a.button:not(.logout-link):hover,.llms-button-action.clicked,.llms-button-primary.clicked,.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment.llms-pa-read::after,.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a:hover,.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio .llms-aq-scale-button:hover,.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio input[type=radio]:checked+.llms-aq-scale-button,.nf-form-wrap .nf-form-content .nf-field-element input[type=button]{background-color:var(--bb-primary-color)} - -.llms-checkout.llms-checkout-cols-2{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:992px){ - -.llms-checkout.llms-checkout-cols-2{display:block} - -.llms-checkout.llms-checkout-cols-2 .llms-checkout-col.llms-col-1{margin-bottom:20px;width:100%} - -.llms-checkout.llms-checkout-cols-2 .llms-checkout-col.llms-col-2{width:100%}} - -.llms-checkout.llms-checkout-cols-1 .llms-checkout-col.llms-col-1{margin-bottom:20px} - -.llms-student-dashboard .llms-student-dashboard__frame{background-color:var(--bb-content-background-color);width:-webkit-calc(100% - 230px);width:calc(100% - 230px);padding:38px 40px;border-radius:var(--bb-block-radius) 0 0 var(--bb-block-radius)}@media screen and (max-width:992px){ - -.llms-student-dashboard .llms-student-dashboard__frame{padding:38px 30px}}@media screen and (max-width:544px){ - -.llms-student-dashboard .llms-student-dashboard__frame{padding:20px}} - -.llms-student-dashboard .llms-student-dashboard__frame .llms-sd-tab.dashboard .llms-sd-section{padding-bottom:38px} - -.llms-student-dashboard .llms-student-dashboard__frame .llms-sd-tab.dashboard .llms-sd-section:last-of-type{padding-bottom:0} - -.llms-student-dashboard .llms-student-dashboard__frame>.llms-notice{margin-bottom:40px} - -.llms-student-dashboard.edit-account .llms-student-dashboard__frame>.llms-notice{margin-right:10px;margin-left:10px} - -.lifterlms .llms-student-dashboard{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);position:relative}@media only screen and (max-width:800px){ - -.lifterlms .llms-student-dashboard{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.lifterlms .llms-student-dashboard .llms-student-dashboard__frame{width:100%}} - -.lifterlms .llms-student-dashboard .llms-sep{display:none} - -.lifterlms .llms-student-dashboard .llms-sd-link{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding:12px 20px;color:var(--bb-headings-color);font-size:14px} - -.lifterlms .llms-student-dashboard>ul.llms-notice{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.lifterlms .llms-sd-notification-center{width:100%;margin-bottom:0} - -.lifterlms .redeem-voucher form{width:100%;margin-bottom:0} - -.lifterlms .llms-status.llms-completed{color:#fff} - -.lifterlms .llms-person-form-wrapper form{width:100%;margin-bottom:0} - -.lifterlms .llms-table-sort .llms-button-secondary.small{padding:1px 20px}@media only screen and (max-width:800px){ - -.lifterlms .llms-sd-notification-center{padding:38px 10px}} - -.lifterlms .llms-sd-items{padding:30px 0}@media only screen and (max-width:800px){ - -.lifterlms .llms-sd-items{padding-top:15px}}@media (max-width:1200px){ - -.has-sidebar.is_dashboard .widget-area:not(.widget-area-secondary){-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%} - -.has-sidebar.is_dashboard #primary{max-width:100%} - -.has-sidebar.is_dashboard .llms-student-dashboard .llms-student-dashboard__frame{width:100%}} - -.lifterlms .llms-sd-header{min-width:230px;background:var(--bb-content-alternate-background-color);border-left:1px solid var(--bb-content-border-color);border-radius:0 var(--bb-block-radius) var(--bb-block-radius) 0} - -.lifterlms .llms-sd-header .llms-sd-title{display:none;padding:12px 20px;font-size:14px;text-transform:uppercase;font-weight:700;margin:0;cursor:pointer} - -.lifterlms .llms-sd-header .llms-sd-title::after{font-family:bb-icons;content:"\edb1";font-size:1em;position:relative;width:22px;height:22px;float:left}@media only screen and (max-width:800px){ - -.lifterlms .llms-sd-header{border-left:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.lifterlms .llms-sd-header .llms-sd-nav{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;display:none} - -.lifterlms .llms-sd-header .llms-sd-title{display:block;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:800px){ - -body:not(.has-sidebar) .lifterlms .llms-sd-header nav.llms-sd-nav{display:block}}@media only screen and (min-width:1200px){ - -.has-sidebar .lifterlms .llms-sd-header nav.llms-sd-nav{display:block}}@media only screen and (max-width:1200px){ - -.has-sidebar .lifterlms .llms-sd-header{border-left:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.has-sidebar .lifterlms .llms-sd-header .llms-sd-nav{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;display:none} - -.has-sidebar .lifterlms .llms-sd-header .llms-sd-title{display:block;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (max-width:1200px){ - -.has-sidebar .lifterlms .llms-student-dashboard{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.has-sidebar .lifterlms .llms-student-dashboard .llms-notice.llms-error{position:static;margin:20px} - -.has-sidebar .lifterlms .llms-student-dashboard .llms-notice.llms-error+.llms-sd-tab.dashboard section:first-child,.has-sidebar .lifterlms .llms-student-dashboard .llms-notice.llms-error+form{padding-top:38px} - -.has-sidebar .lifterlms .llms-student-dashboard .llms-notice.llms-error+.llms-person-login-form-wrapper{margin-top:75px}}@media only screen and (max-width:1200px){ - -.has-sidebar .llms-student-dashboard.redeem-voucher>.llms-notice{width:-webkit-calc(100% - 60px);width:calc(100% - 60px);left:30px;right:auto}} - -body:not(.logged-in).llms-pointer.is_dashboard .llms-student-dashboard.dashboard{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.llms-sd-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-width:800px){ - -.llms-sd-items{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0}} - -.llms-sd-items .current{background-color:var(--bb-content-background-color)} - -.llms-sd-items .current a{color:var(--bb-headings-color)} - -.llms-sd-items .llms-sd-item a::before{font-size:22px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons;margin-left:10px;min-width:25px}@media only screen and (max-width:768px){ - -.llms-sd-items .llms-sd-item a::before{display:none}} - -.llms-sd-items .llms-sd-item a:hover{color:var(--bb-primary-color)}@media only screen and (max-width:800px){ - -.llms-sd-items .llms-sd-item{width:100%}} - -.llms-sd-items .llms-sd-item:hover a{color:var(--bb-primary-color)} - -.llms-sd-items .dashboard a::before{content:"\ee74";font-family:bb-icons} - -.llms-sd-items .signout a::before{content:"\eefd";font-family:bb-icons} - -.llms-sd-items .orders a::before{content:"\eeab";font-family:bb-icons} - -.llms-sd-items .my-grades a::before{content:"\e868";font-family:bb-icons} - -.llms-sd-items .edit-account a::before{content:"\ee5a";font-family:bb-icons} - -.llms-sd-items .view-memberships a::before{content:"\eed4";font-family:bb-icons} - -.llms-sd-items .notifications a::before{content:"\e8a5";font-family:bb-icons} - -.llms-sd-items .view-certificates a::before{content:"\e975";font-family:bb-icons} - -.llms-sd-items .view-achievements a::before{content:"\ee04";font-family:bb-icons} - -.llms-sd-items .view-courses a::before{content:"\eeac";font-family:bb-icons} - -.llms-sd-items .redeem-voucher a::before{content:"\ef0c";font-family:bb-icons} - -.llms-sd-items .view-groups a::before{content:"\e95d";font-family:bb-icons} - -.llms-sd-items li.llms-sd-item{cursor:pointer} - -.llms-sd-items li.llms-sd-item:hover{background-color:rgba(77,92,109,.1)} - -#page .llms-sd-grades .llms-table tfoot label{display:none} - -.llms-sd-grades .llms-table tfoot tr .llms-table-sort form{margin-top:20px} - -.llms-sd-grades .llms-table-sort form label{display:none} - -.llms-sd-grades .llms-table-sort form select{border-radius:var(--bb-input-radius);font-size:13px} - -.llms-sd-grades .llms-table-sort form .llms-button-secondary{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)} - -.llms-sd-grades .llms-table-sort form .llms-button-secondary:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.llms-sd-grades .llms-table-sort form .llms-button-secondary:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -.llms-student-dashboard .llms-sd-section{width:100%;height:100%;margin-bottom:0;border-radius:4px} - -.llms-student-dashboard .llms-sd-section.llms-sd-grades{overflow:auto}@media screen and (max-width:1200px) and (min-width:600px){ - -.llms-student-dashboard .llms-sd-section.llms-my-orders{overflow-x:auto} - -.llms-student-dashboard .llms-sd-section.llms-my-orders table{min-width:760px}} - -.llms-student-dashboard .dashboard .llms-sd-section:last-of-type{padding-bottom:38px} - -.llms-student-dashboard .dashboard .llms-sd-section:last-of-type::after{display:none} - -.llms-sd-tab.dashboard section.llms-sd-section::after{content:"";display:inline-block;width:100%;height:1px;border-bottom:1px solid var(--bb-content-border-color);margin-top:38px} - -.llms-loop-item-content__body{padding:0 20px} - -.llms-student-dashboard .llms-sd-section .llms-sd-section-title{font-size:22px;margin-bottom:0} - -.llms-student-dashboard .llms-sd-section .llms-sd-section-footer{margin-top:0} - -.llms-sd-tab.dashboard .llms-button-secondary{font-size:14px;padding:6px 15px} - -.llms-student-dashboard .orders-table td,.llms-student-dashboard .orders-table th{vertical-align:middle}@media screen and (max-width:600px){ - -.llms-student-dashboard .orders-table td,.llms-student-dashboard .orders-table th{text-align:right}} - -.llms-sl-directory .llms-sl-card--student .llms-student-avatar img{border-radius:0} - -.llms-sl .llms-button-primary{background-color:var(--bb-primary-color);color:#fff} - -.is_dashboard header.entry-header{display:none} - -.llms-coupon-entry .llms-form-field .llms-button-secondary{width:100%} - -.llms-form-field .llms-description{font-size:14px;font-style:italic;font-weight:400;color:var(--bb-headings-color);line-height:1} - -.lifter-purchase{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-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;padding:70px 30px;font-weight:400;font-size:22px;color:var(--bb-body-text-color);border-radius:4px;border:1px solid var(--bb-content-border-color);background:#fff} - -.lifter-purchase a{display:contents} - -.lifter-purchase::before{display:inline-block;width:100%;height:60px;content:"";background-image:url(../images/svg/cart.svg);background-repeat:no-repeat;background-size:60px 60px;background-position:center;margin-bottom:24px} - -.llms-general-notification{box-shadow:none;border-radius:4px 0 0 4px;border-color:var(--bb-content-border-color);margin-bottom:10px} - -.llms-general-notification span{border-radius:0 4px 4px 0} - -.llms-general-notification p{line-height:21px} - -.bp-feedback.help .bp-icon,.llms-general-notification.info .bp-icon{background:var(--bb-primary-color)} - -.llms-table{border-collapse:separate;font-size:14px;min-width:760px;border:0} - -.llms-table td{border:0;border-bottom:1px solid var(--bb-content-border-color);padding:15px 12px} - -.llms-table td .llms-donut.mini{float:right} - -.llms-table tr:last-child td{border-bottom:0} - -.llms-table thead td,.llms-table thead th{font-size:15px} - -.llms-table-sort form select{display:inline-block;font-family:inherit;font-style:inherit;font-size:15px;height:40px;outline:0;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;width:auto;background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:left 1rem center;padding:10px 20px 10px 40px} - -.llms-table tbody tr:nth-child(odd) td,.llms-table tbody tr:nth-child(odd) th{background:100% 0} - -.llms-table thead th{text-transform:uppercase;font-weight:400;font-size:14px;color:var(--bb-alternate-text-color);white-space:nowrap}@media screen and (max-width:1200px){ - -.llms-table thead th{font-size:13px;letter-spacing:-1px;padding-right:7px;padding-left:7px}} - -.llms-table tfoot tr{background-color:transparent} - -.llms-table tfoot label{font-size:15px;margin:1px 0 0} - -td.llms-table-navigation{width:45%} - -.llms-table-sort form{width:100%;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} - -.llms-table-sort form select{margin:0 10px} - -.llms-table td:first-child,.llms-table th:first-child{width:30%} - -.llms-sd-tab.dashboard{width:100%} - -.llms-sd-widgets{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.llms-sd-widgets .llms-sd-widget-title{margin-left:10px} - -.llms-sd-widgets .llms-sd-widget:first-child{margin-right:10px} - -.llms-sd-widgets .llms-sd-widget:last-child{margin-left:10px} - -.llms-table.llms-single-course-grades{margin:10px} - -.llms-person-form.edit-account .llms-form-fields .llms-form-field label{font-size:16px;font-weight:400;color:var(--bb-body-text-color)} - -.llms-person-form.edit-account .llms-form-fields .llms-form-field input{margin-top:9px;margin-bottom:21px} - -.llms-person-form.edit-account .llms-form-fields .llms-form-field .select2-container{margin-top:9px} - -.llms-person-form.edit-account .llms-field-button.llms-button-action{font-size:15px;font-weight:500} - -body:not(.logged-in) .lifterlms .llms-student-dashboard{border:0} - -body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form{border:1px solid var(--bb-content-border-color);background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius);padding:3rem 25% 3.5rem;font-size:14px}@media only screen and (max-width:992px){ - -body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form{padding-right:10%;padding-left:10%}}@media only screen and (max-width:800px){ - -body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form{padding-right:5%;padding-left:5%}} - -body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .llms-button-action{font-weight:500;font-size:15px} - -.llms-student-dashboard .orders-table td{padding-top:10px;padding-bottom:10px} - -.llms-student-dashboard.orders .order-title{display:-webkit-box;display:-ms-flexbox;display:flex} - -.llms-student-dashboard.orders .order-title .llms-status{margin-right:20px;font-size:12px;padding:0 15px} - -.llms-student-dashboard.orders table{font-size:14px;border:0}@media screen and (min-width:600px){ - -.llms-student-dashboard.orders table td,.llms-student-dashboard.orders table th{border-top:1px solid var(--bb-content-border-color)}} - -.llms-student-dashboard.orders table .llms-status{padding:0 10px;float:left;background-color:transparent;border-radius:var(--bb-button-radius);border:1px solid var(--bb-content-border-color);text-transform:uppercase;font-size:10px;text-align:center;min-width:85px} - -.llms-student-dashboard.orders table .llms-status.llms-completed,.llms-student-dashboard.orders table .llms-status.llms-refunded{color:var(--bb-success-color);border-color:var(--bb-success-color)} - -.llms-student-dashboard.orders table .llms-status.llms-pending{color:var(--bb-warning-color);border-color:var(--bb-warning-color)} - -.llms-student-dashboard.orders table .llms-status.llms-cancelled,.llms-student-dashboard.orders table .llms-status.llms-failed{color:var(--bb-danger-color);border-color:var(--bb-danger-color)} - -.llms-student-dashboard.orders .orders-table tbody tr:first-child td,.llms-student-dashboard.orders .orders-table tbody tr:first-child th{border-top:0} - -.llms-student-dashboard.orders .orders-table th{font-weight:400;color:var(--bb-headings-color)} - -.llms-student-dashboard.orders .orders-table tbody tr:nth-child(even) td,.llms-student-dashboard.orders .orders-table tbody tr:nth-child(even) th{background-color:var(--bb-content-alternate-background-color)} - -.llms-student-dashboard.orders .orders-table tbody tr:hover td{background-color:var(--bb-content-alternate-background-color)} - -.llms-student-dashboard.orders .orders-table tbody td:first-child a{margin-left:5px}@media screen and (min-width:600px){ - -.llms-student-dashboard.orders .orders-table tbody tr.llms-order-item .llms-button-primary{opacity:0} - -.llms-student-dashboard.orders .orders-table tbody tr.llms-order-item:hover .llms-button-primary{opacity:1}} - -.llms-student-dashboard.orders .orders-table thead td{font-weight:400;text-transform:uppercase;border-top:0;color:var(--bb-alternate-text-color);white-space:nowrap;letter-spacing:-.4px}@media screen and (max-width:1250px){ - -.llms-student-dashboard.orders .llms-student-dashboard .orders-table td,.llms-student-dashboard.orders .llms-student-dashboard .orders-table th{padding-right:6px;padding-left:6px}}@media screen and (min-width:1200px) and (max-width:1300px){ - -.has-sidebar .llms-student-dashboard.orders table .llms-status{float:none;white-space:nowrap} - -.has-sidebar .llms-student-dashboard.orders table{font-size:13px}} - -.orders-table .llms-button-primary{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);padding:6px 20px;min-width:auto} - -.orders-table .llms-button-primary:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -.orders-table .llms-button-primary: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);box-shadow:none} - -.llms-sd-notification-center .llms-notification-list-item:hover .llms-notification{background-color:inherit} - -.llms-sd-notification-center .llms-notification{border-top:1px solid var(--bb-content-border-color);box-shadow:none;background-color:transparent} - -.llms-sd-notification-center .llms-notification-list-item:first-child .llms-notification{border-top:0} - -.llms-sd-grades .llms-table .llms-progress .llms-progress-bar{height:4px;top:20px} - -.llms-student-dashboard.redeem-voucher label{font-size:15px;margin-left:10px} - -.llms-student-dashboard.redeem-voucher input[name=llms_voucher_code]{border-radius:var(--bb-input-radius);padding:0 20px}@media screen and (max-width:992px){ - -.llms-student-dashboard.redeem-voucher input[name=llms_voucher_code]{width:100%;margin-top:10px}} - -.llms-student-dashboard.redeem-voucher button{padding-top:6px;padding-bottom:6px;background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)} - -.llms-student-dashboard.redeem-voucher button:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.llms-student-dashboard.redeem-voucher 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)} - -.llms-sd-section__blank{text-align:center} - -.llms-sd-section__blank img{margin:0 0 20px} - -.llms-sd-section__blank p{color:var(--bb-alternate-text-color)} - -.llms-sd-section__blank i{font-size:70px;color:#a1a9b5;margin:0 0 20px} - -.llms-sd-grades .llms-table .llms-progress .progress__indicator{left:0;top:-.6em;font-size:12px} - -.llms-donut svg path{stroke:var(--bb-primary-color)}@media only screen and (max-width:1200px){ - -.llms-student-dashboard .llms-sd-section.llms-view-order .order-primary,.llms-student-dashboard .llms-sd-section.llms-view-order .order-secondary{width:100%;float:none}} - -body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notification-center,body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-section{position:relative}@media only screen and (min-width:800px){ - -body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notification-center .llms-sd-section__blank,body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-section .llms-sd-section__blank{position:relative;top:50%;right:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}}@media only screen and (min-width:1200px){ - -.has-sidebar .llms-student-dashboard:not(.dashboard) .llms-sd-notification-center .llms-sd-section__blank,.has-sidebar .llms-student-dashboard:not(.dashboard) .llms-sd-section .llms-sd-section__blank{position:relative;top:50%;right:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}} - -.llms-student-dashboard.edit-account>.llms-notice,.llms-student-dashboard.redeem-voucher>.llms-notice{position:absolute;width:-webkit-calc(100% - 390px);width:calc(100% - 390px);top:30px;left:80px}@media only screen and (max-width:992px){ - -.llms-student-dashboard.edit-account>.llms-notice,.llms-student-dashboard.redeem-voucher>.llms-notice{width:-webkit-calc(100% - 290px);width:calc(100% - 290px);left:30px;right:auto}}@media only screen and (max-width:800px){ - -.llms-student-dashboard.edit-account>.llms-notice,.llms-student-dashboard.redeem-voucher>.llms-notice{width:-webkit-calc(100% - 60px);width:calc(100% - 60px);left:30px;right:auto}} - -.llms-sd-widgets .llms-sd-widget{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner);background-color:var(--bb-content-alternate-background-color);margin-bottom:1.25rem;margin-top:0} - -.llms-sd-widgets .llms-sd-widget .llms-achievement{max-width:240px} - -.llms-sd-widgets .llms-sd-widget .llms-achievement .llms-achievement-content{margin:0 0 10px} - -.llms-table.llms-single-course-grades td.llms-lesson_title{padding-right:15px} - -.llms-sd-widgets .llms-sd-widget .llms-sd-widget-title{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0;color:var(--bb-headings-color);text-align:center;padding:15px 10px} - -.llms-single-course-grades-wrapper{overflow-x:auto} - -.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades{margin-right:0;margin-left:0} - -.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-donut{margin-bottom:0} - -.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-status{margin-top:0;color:#fff} - -.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-status.llms-pass{background-color:var(--bb-success-color)} - -.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-status.llms-incomplete,.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-status.llms-pending{background-color:var(--bb-warning-color)} - -.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-status.llms-fail{background-color:var(--bb-danger-color)} - -.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-assignment>a,.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-associated_quiz>a{margin-top:6px;display:inline-block} - -.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades tr.llms-section:first-child th{padding-top:8px} - -.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades tr.llms-section th{padding-top:30px;padding-bottom:15px;background-color:var(--bb-content-alternate-background-color)} - -.llms-single-course-grades .llms-assignment,.llms-single-course-grades .llms-associated_quiz,.llms-single-course-grades .llms-completion_date,.llms-single-course-grades .llms-overall_grade{text-align:center} - -.llms-single-course-grades.llms-table td{vertical-align:middle} - -.llms-single-course-grades td.llms-assignment .llms-single-course-grades__inCell,.llms-single-course-grades td.llms-associated_quiz .llms-single-course-grades__inCell{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} - -.llms-single-course-grades td.llms-assignment .llms-single-course-grades__inCell>*,.llms-single-course-grades td.llms-associated_quiz .llms-single-course-grades__inCell>*{margin:0 4px} - -.llms-single-course-grades td.llms-assignment .llms-single-course-grades__inCell>a,.llms-single-course-grades td.llms-associated_quiz .llms-single-course-grades__inCell>a{font-size:80%} - -.llms-single-course-grades .llms-status{border-radius:3px;border:0;font-size:80%;padding:3px 6px} - -.llms-sd-widgets .llms-sd-widget .llms-sd-date{font-size:18px} - -.llms-table.llms-single-course-grades th.llms-section_title{text-transform:uppercase;font-size:90%} - -.llms-loop-list .llms-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}@media only screen and (max-width:1200px){ - -.llms-loop-list .llms-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){ - -.llms-loop-list .llms-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -.llms-loop-list.cols-3 .llms-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}@media only screen and (max-width:1200px){ - -.llms-loop-list.cols-3 .llms-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){ - -.llms-loop-list.cols-3 .llms-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -.has-sidebar .llms-student-dashboard .llms-loop-list .llms-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){ - -.has-sidebar .llms-student-dashboard .llms-loop-list .llms-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -.has-sidebar .llms-student-dashboard .llms-loop-list.cols-3 .llms-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){ - -.has-sidebar .llms-student-dashboard .llms-loop-list.cols-3 .llms-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -.lifterlms .llms-sd-section .llms-loop-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:33.333%;flex-basis:33.333%;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (max-width:1200px){ - -.lifterlms .llms-sd-section .llms-loop-list{-ms-flex-preferred-size:50%;flex-basis:50%}}@media only screen and (max-width:992px){ - -.lifterlms .llms-sd-section .llms-loop-list{-ms-flex-preferred-size:100%;flex-basis:100%}} - -.llms-loop-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:25%;flex-basis:25%;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (max-width:1200px){ - -.llms-loop-list{-ms-flex-preferred-size:50%;flex-basis:50%}}@media only screen and (max-width:992px){ - -.llms-loop-list{-ms-flex-preferred-size:100%;flex-basis:100%}} - -.llms-loop-list li.llms-loop-item{border-radius:var(--bb-block-radius);padding-bottom:0;border:1px solid var(--bb-content-border-color);margin:10px} - -.llms-loop-list li.llms-loop-item:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1);-webkit-transition:box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out} - -.llms-loop-list .llms-loop-item-content{background-color:var(--bb-content-background-color);padding-bottom:0;margin:0;height:auto!important;border-radius:var(--bb-block-radius)} - -.llms-loop-list .llms-loop-item-content .fluid-width-video-wrapper{margin:0} - -.llms-loop-list .llms-loop-item-content .llms-author,.llms-loop-list .llms-loop-item-content .llms-loop-title,.llms-loop-list .llms-loop-item-content .llms-meta{padding:0} - -.llms-loop-list .llms-loop-item-content a.llms-loop-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%} - -.llms-loop-list .llms-loop-item-content .llms-loop-item-footer{padding-bottom:15px;border-top:0;border-radius:0 0 4px 4px} - -.llms-loop-list .llms-loop-item-content .llms-author{font-weight:500;margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.llms-loop-list .llms-loop-item-content .llms-author .llms-author-info.name{color:var(--bb-body-text-color)} - -.llms-loop-list .llms-loop-item-content .llms-meta{margin-bottom:0;font-size:13px;color:var(--bb-alternate-text-color)} - -.llms-loop-list .llms-loop-item-content .llms-progress .llms-progress-bar{height:4px} - -.llms-loop-list .llms-loop-item-content .llms-progress .progress-bar-complete{background-color:var(--bb-primary-color)} - -.llms-loop-list .llms-loop-item-content .llms-loop-item-after-image{padding:14px 20px} - -.bb-cover-wrap--llms,.llms-loop-link .bb-cover-wrap{padding-top:56.25%} - -.bb-cover-wrap--llms .ld-status,.llms-loop-link .bb-cover-wrap .ld-status{position:absolute;z-index:9;top:15px;background-color:var(--bb-primary-color);border-radius:15px 0 0 15px;color:#fff;text-align:center;padding:5px 12px;text-transform:uppercase;font-size:11px;line-height:1;letter-spacing:.23px} - -.bb-cover-wrap--llms .ld-status.ld-status-complete.ld-primary-background,.llms-loop-link .bb-cover-wrap .ld-status.ld-status-complete.ld-primary-background{background-color:var(--bb-success-color)} - -.llms-page-title{font-size:28px;color:var(--bb-headings-color);margin:26px 0 22px} - -.llms-sd-section.llms-my-courses .llms-loop-list .llms-loop-item-content a.llms-loop-link{height:initial} - -.llms-sd-section.llms-my-courses .llms-loop-list .llms-loop-item-content a.llms-loop-link .llms-loop-item-after-image{text-align:right} - -.llms-sd-section.llms-my-courses .llms-loop-list .llms-loop-item-content .llms-loop-item-footer{padding-bottom:0} - -.single-course.llms-pointer .gform_wrapper h3.gform_title{font-size:16px;font-weight:600;letter-spacing:.6px;margin:20px 0 10px;text-transform:uppercase;text-align:right} - -.single-course.llms-pointer .llms-extra{position:relative} - -.single-course.llms-pointer .llms-extra-locked i,.single-course.llms-pointer .llms-extra-logged-out i{font-family:bb-icons!important;font-size:1em;position:relative;width:22px;height:22px;margin-right:10px;border:2px solid #cacaca;border-radius:100%} - -.single-course.llms-pointer .llms-extra-locked i::before,.single-course.llms-pointer .llms-extra-logged-out i::before{content:"\e876";font-size:12px;position:absolute;top:50%;right:50%;-webkit-transform:translateY(-50%) translateX(50%);-ms-transform:translateY(-50%) translateX(50%);transform:translateY(-50%) translateX(50%);color:transparent} - -.single-course.llms-pointer .bb-llms-content-wrap .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link:hover{background:100% 0} - -.single-course.llms-pointer .bb-llms-banner{padding:0 20px} - -.single-course.llms-pointer .bb-llms-content-wrap{padding-top:35px;padding-bottom:50px} - -.single-course.llms-pointer .bb-llms-content-wrap>p{font-size:16px} - -.single-course.llms-pointer .bb-llms-content-wrap>.llms-audio-wrapper,.single-course.llms-pointer .bb-llms-content-wrap>.llms-video-wrapper{margin-bottom:25px} - -.single-course.llms-pointer .bb-llms-content-wrap>.llms-audio-wrapper .center-audio iframe,.single-course.llms-pointer .bb-llms-content-wrap>.llms-video-wrapper .center-audio iframe{width:100%} - -.single-course.llms-pointer .bb-course-excerpt{margin-bottom:20px;opacity:.8;font-size:16px;letter-spacing:-.24px;line-height:27px} - -.single-course.llms-pointer .bb-course-points{margin-bottom:35px} - -.single-course.llms-pointer .bb-course-points a.anchor-course-points{color:#fff;font-size:15px;font-weight:500} - -.single-course.llms-pointer .bb-course-points a.anchor-course-points i{margin-right:10px} - -.single-course.llms-pointer .bb-course-banner-inner{max-width:-webkit-calc(100% - 480px);max-width:calc(100% - 480px);width:-webkit-calc(100% - 480px);width:calc(100% - 480px)}@media screen and (max-width:1200px){ - -.single-course.llms-pointer .bb-course-banner-inner{max-width:-webkit-calc(100% - 400px);max-width:calc(100% - 400px);width:-webkit-calc(100% - 400px);width:calc(100% - 400px)}}@media screen and (max-width:880px){ - -.single-course.llms-pointer .bb-course-banner-inner{max-width:-webkit-calc(100% - 320px);max-width:calc(100% - 320px);width:-webkit-calc(100% - 320px);width:calc(100% - 320px)}} - -.single-course.llms-pointer .bb-preview-course-link-wrap{position:relative;padding:68px 0;color:#fff} - -.single-course.llms-pointer .bb-single-course-sidebar .widget{box-shadow:0 32px 54px 0 rgba(0,0,0,.1);border-radius:var(--bb-block-radius);border:0;padding:0 30px 10px;background-color:var(--bb-content-background-color);margin-bottom:0} - -.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap{margin:0 -30px;border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0;overflow:hidden;position:relative;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} - -.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap audio{width:100%;background-color:#e2e7ed} - -.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap audio:focus{outline:0} - -.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap audio::-webkit-media-controls-panel{background-color:#e2e7ed;border-radius:0} - -.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap.bb-thumbnail-preview{display:block;height:0;padding-bottom:67.25%;position:relative;z-index:1} - -.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap.bb-thumbnail-preview img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover} - -.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap{padding:0} - -.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container{height:0;padding-bottom:56.25%;position:relative;z-index:1;background-color:var(--bb-cover-image-background-color)} - -.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay{position:absolute;z-index:2;color:#fff;text-align:center;width:100%;height:100%;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-transition:all linear .2s;transition:all linear .2s} - -.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay:hover .bb-course-play-btn{width:60px;height:60px;background-color:rgba(248,248,248,.9)} - -.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay:hover .bb-course-play-btn::after{border-color:transparent var(--bb-primary-color) transparent transparent} - -.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;z-index:3;margin:50px auto;font-size:13px;font-weight:500;text-shadow:0 1px 1px rgba(0,0,0,.3)} - -.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay .bb-course-play-btn-wrapper{width:60px;height:60px;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay .bb-course-play-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:50px;height:50px;background-color:rgba(248,248,248,.7);border-radius:100%;margin:auto;-webkit-transition:all linear .2s;transition:all linear .2s} - -.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay .bb-course-play-btn::after{content:"";display:inline-block;position:relative;right:2px;margin:auto;width:10px;height:10px;border-style:solid;border-width:6px 10px 6px 0;border-color:transparent #4d5c6d transparent transparent;-webkit-transition:all linear .2s;transition:all linear .2s} - -.single-course.llms-pointer .bb-single-course-sidebar .lifter-sidebar-widgets,.single-course.llms-pointer .bb-single-course-sidebar .widget_course_syllabus{margin:0;list-style:none} - -.single-course.llms-pointer .bb-single-course-sidebar .lifter-sidebar-widgets .widget,.single-course.llms-pointer .bb-single-course-sidebar .widget_course_syllabus .widget{margin:15px 0;padding:15px 25px} - -.single-course.llms-pointer .llms-meta-info h3{font-size:16px;text-transform:uppercase} - -.single-course.llms-pointer .llms-instructor-info{margin-bottom:15px} - -.single-course.llms-pointer .llms-instructor-info h3{font-size:16px;font-weight:600;margin:20px 0 10px;text-transform:uppercase;text-align:right} - -.single-course.llms-pointer .llms-instructor-info .llms-author .llms-author-avatar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:20px} - -.single-course.llms-pointer .llms-instructor-info .llms-author .llms-author-avatar img{margin:0} - -.single-course.llms-pointer .llms-instructor-info .llms-author-holder .llms-author-info.name{margin-right:0;text-align:right;font-size:16px;font-weight:600;line-height:1;margin-bottom:5px} - -.single-course.llms-pointer .llms-instructor-info .llms-author-holder .llms-author-info.label{margin:0} - -.single-course.llms-pointer .llms-instructor-info .llms-author-holder .llms-author-name-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.single-course.llms-pointer .llms-instructor-info .llms-author-holder .meta-saperator{margin:0 15px;line-height:13px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:-10px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:16px;color:var(--bb-headings-color)} - -.single-course.llms-pointer .llms-instructor-info .llms-author-holder .llms-author-number-courses{font-size:14px;line-height:1.2;margin-bottom:0} - -.single-course.llms-pointer .bb-modal.bb_course_video_details{padding:10px;max-height:-webkit-calc(100vh - 20px);max-height:calc(100vh - 20px);-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto} - -.single-course.llms-pointer .bb-modal.bb_course_video_details button.mfp-close{width:30px;height:30px;line-height:32px;top:15px;left:15px;background-color:#fff}@media screen and (min-width:820px){ - -.single-course.llms-pointer .bb-single-course-sidebar{max-width:380px;-webkit-box-flex:0;-ms-flex:0 0 42%;flex:0 0 42%;margin-right:auto;position:relative;z-index:2}}@media screen and (min-width:768px){ - -.single-course.llms-pointer .bb-grid .bb-llms-content-wrap{padding-left:8%} - -.single-course.llms-pointer .site-content{padding-right:30px;padding-left:30px}}@media screen and (max-width:819px){ - -.single-course.llms-pointer .bb-course-banner-inner{max-width:100%;width:100%} - -.single-course.llms-pointer .bb-course-banner-info{padding:30px 0} - -.single-course.llms-pointer .bb-grid .bb-single-course-sidebar{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin:30px 0 20px!important} - -.single-course.llms-pointer .bb-grid .bb-single-course-sidebar .thumbnail-container img{width:100%} - -.single-course.llms-pointer .bb-grid #lifter-course-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;max-width:100%;padding-left:10px}}@media screen and (min-width:681px){ - -.single-course.llms-pointer .bb-llms-content-wrap{max-width:820px}} - -.wp-block-llms-course-progress{background-color:rgba(146,164,183,.05);border-radius:6px;padding:.8em 1em;display:-webkit-box;display:flexbox;display:-ms-flexbox;display:flex;margin-bottom:30px} - -.wp-block-llms-course-progress .llms-progress{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;-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;height:auto} - -.wp-block-llms-course-progress .llms-progress .progress__indicator{margin:0;display:block;float:right;text-align:right;height:auto;line-height:normal;padding-left:20px} - -.wp-block-llms-course-progress .llms-progress .progress__indicator .ld-progress-percentage{font-size:12px;font-weight:700;text-align:right;line-height:2} - -.wp-block-llms-course-progress .llms-progress .progress__indicator .ld-progress-steps{font-size:12px;line-height:2} - -.wp-block-llms-course-progress .llms-progress .llms-progress-bar{-webkit-box-flex:1;-ms-flex:1 auto;flex:1 auto;height:3px;background:var(--bb-content-border-color);top:inherit;margin:5px 0;overflow:hidden;color:#fff;border-radius:7px} - -.wp-block-llms-course-progress .llms-progress .llms-progress-bar .progress-bar-complete{border-radius:7px} - -.llms-lesson-preview .llms-extra{width:auto} - -.llms-syllabus-wrapper .llms-section-title{margin-bottom:10px} - -.llms-syllabus-wrapper .llms-lesson-link-locked{min-height:inherit} - -.llms-syllabus-wrapper .llms-lesson-link-locked .llms-lesson-counter{padding-left:30px;position:relative} - -.llms-syllabus-wrapper .llms-lesson-link-locked .llms-lesson-counter::after{content:"";font-size:12px;position:absolute;top:-5px;left:0;width:22px;height:22px;border-radius:100%;border-color:#aaa;border:2px solid} - -.llms-syllabus-wrapper .assignment_section_holder.quizzes_section_holder .llms-lesson-preview.llms-quizz-preview .llms-lesson-link::before{content:"\ef3e";font-family:bb-icons} - -.llms-syllabus-wrapper .llms-lesson-preview{margin-bottom:10px} - -.llms-syllabus-wrapper .llms-lesson-preview:hover .llms-lesson-main{background:rgba(146,164,183,.1)} - -.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-complete .llms-lesson-link::after{border:2px solid var(--bb-primary-color);border-radius:100%;background-color:var(--bb-primary-color);content:"\e876";color:#fff;text-align:center;-webkit-transform:translateY(-50%) translateX(50%);-ms-transform:translateY(-50%) translateX(50%);transform:translateY(-50%) translateX(50%);display:inline-block;font:400 normal normal 14px/1 FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-top:2px} - -.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-complete h5{text-decoration:line-through} - -.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview{margin-bottom:0} - -.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview .llms-lesson-link{box-shadow:none;padding:16px 75px 16px 90px;text-align:right} - -.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview .llms-lesson-link::before{font:400 normal normal 18px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\eeff";font-weight:100;position:absolute;right:45px;top:17px;font-size:20px;color:var(--bb-headings-color)} - -.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview .llms-lesson-link::after{content:"";font-size:12px;position:absolute;top:28px;left:6px;-webkit-transform:translateY(-50%) translateX(50%);-ms-transform:translateY(-50%) translateX(50%);transform:translateY(-50%) translateX(50%);color:transparent;font-family:bb-icons!important;width:22px;height:22px;border:2px solid;border-color:var(--bb-content-border-color);border-radius:100%} - -.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview .llms-lesson-link h5{margin-bottom:0;position:relative;font-weight:500;font-size:14px;letter-spacing:-.24px;line-height:1.6} - -.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(146,164,183,.05);border-radius:4px} - -.llms-syllabus-wrapper .llms-lesson-preview .quizzes_section_holder{display:none} - -.llms-syllabus-wrapper .llms-lesson-preview .ld-item-details{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;width:50px} - -.llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button{margin-right:0;-webkit-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease} - -.llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button.ld-button-alternate{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)} - -.llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button.ld-button-alternate.ld-expanded{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)} - -.llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button.no-section span{color:transparent;pointer-events:none} - -.llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down{color:var(--bb-headings-color);border-radius:100%;width:18px;height:18px;-webkit-box-flex:0;-ms-flex:0 0 18px;flex:0 0 18px;padding:2px;line-height:16px;text-align:center;font-weight:700;-webkit-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease} - -.llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down::before{content:"\e861";font:400 normal normal 9px/1 bb-icons;speak:none;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;font-weight:300} - -.llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down:hover{color:var(--bb-primary-color);cursor:pointer} - -.llms-syllabus-wrapper .llms-lesson-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1} - -.llms-syllabus-wrapper .llms-lesson-holder.llms_has-thumbnail{padding-top:200px} - -.llms-syllabus-wrapper .llms-lesson-holder.llms_has-thumbnail .llms-lesson-thumbnail{position:absolute;top:0;right:0;width:100%;height:200px} - -.llms-syllabus-wrapper .llms-lesson-holder.llms_has-thumbnail .llms-lesson-thumbnail img{height:200px;width:100%;object-fit:cover;border-radius:4px 4px 0 0} - -.llms-syllabus-wrapper .llms-lesson-link{padding:19px 0 19px 15px;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;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;box-shadow:none;-webkit-box-flex:1;-ms-flex:1;flex:1} - -.llms-syllabus-wrapper .llms-lesson-link.no_quiz_and_assigment{padding:19px 25px 19px 15px} - -.llms-syllabus-wrapper .llms-lesson-link .clear{display:none} - -.llms-syllabus-wrapper .llms-lesson-link .llms-extra{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:relative} - -.llms-syllabus-wrapper .llms-lesson-link .llms-extra .llms-lesson-counter{font-size:12px;font-weight:400} - -.llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-title{text-decoration:line-through} - -.llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-complete{-ms-flex-preferred-size:22px;flex-basis:22px;-ms-flex-negative:0;flex-shrink:0;height:22px;width:22px;border-radius:100%;background-color:var(--bb-primary-color);border:0} - -.llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-complete i{font-family:bb-icons!important;font-size:1em;position:relative;width:22px;height:22px;right:1px} - -.llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-complete i::before{content:"\e876";font-size:12px;font-weight:400;position:absolute;top:50%;right:50%;-webkit-transform:translateY(-50%) translateX(50%);-ms-transform:translateY(-50%) translateX(50%);transform:translateY(-50%) translateX(50%);color:#fff;line-height:10px} - -.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-complete{-ms-flex-preferred-size:22px;flex-basis:22px;-ms-flex-negative:0;flex-shrink:0;height:22px;width:22px;border:2px solid;border-radius:100%;color:var(--bb-content-border-color)} - -.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-complete i{font-family:bb-icons!important;font-size:1em;position:relative;width:22px;height:22px;margin-right:-2px;margin-top:-2px} - -.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-complete i::before{content:"\e876";font-size:12px;position:absolute;top:50%;right:50%;-webkit-transform:translateY(-50%) translateX(50%);-ms-transform:translateY(-50%) translateX(50%);transform:translateY(-50%) translateX(50%);color:transparent} - -.lifter-topic-sidebar-wrapper .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-holder.llms_has-thumbnail{padding-top:0} - -.course .llms-meta-info .llms-meta span{font-weight:400} - -.llms-instructor-info .llms-instructors .llms-author a .llms-author-info.name{color:var(--bb-headings-color)} - -.llms-instructor-info .llms-instructors .llms-author a:hover .llms-author-info.name{color:var(--bb-primary-color)} - -.single-course.llms-pointer .lifterlms_course_information{margin:20px 0} - -.single-course.llms-pointer .lifterlms_course_information h3{font-size:13px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin:0;padding-bottom:15px} - -.single-course.llms-pointer .lifterlms_course_information div.llms-meta{margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex} - -.single-course.llms-pointer .lifterlms_course_information div.llms-meta p{margin-bottom:0;line-height:1.5} - -.single-course.llms-pointer .lifterlms_course_information .llms-meta::before{font-family:bb-icons;font-size:18px;position:relative;width:20px;height:20px;margin-left:10px;color:var(--bb-alternate-text-color);display:block;float:right} - -.single-course.llms-pointer .lifterlms_course_information .llms-course-length::before{content:"\ed93"} - -.single-course.llms-pointer .lifterlms_course_information .llms-difficulty::before{content:"\edbf"} - -.single-course.llms-pointer .lifterlms_course_information .llms-tracks::before{content:"\eefa"} - -.single-course.llms-pointer .lifterlms_course_information .llms-categories::before{content:"\eead"} - -.single-course.llms-pointer .lifterlms_course_information .llms-tags::before{content:"\ef3b"} - -.course .llms-meta-info div.llms-meta p{margin-bottom:10px} - -.llms-meta-info div.llms-meta p{margin-bottom:10px} - -.review_box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1px solid var(--bb-content-border-color);padding:30px 20px;border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color)} - -.review_box .current_user_avatar{margin-bottom:15px} - -.review_box .current_user_avatar>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.review_box .current_user_avatar>a .current_user_avatar_name{padding-right:15px;margin-right:0;text-align:right;font-size:14px;font-weight:600;line-height:1;color:var(--bb-headings-color)} - -.review_box .current_user_avatar img{max-width:42px} - -.review_box>h3{font-size:16px;font-weight:600;letter-spacing:.6px;margin:0;text-transform:uppercase;text-align:right;padding-top:10px} - -.review_box #review_text{margin-bottom:10px;resize:vertical} - -.review_box #llms_review_submit_button{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular)} - -.review_box #llms_review_submit_button:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -.review_box #llms_review_submit_button:hover{box-shadow:none;background-color:var(--bb-secondary-button-background-hover);color:var(--bb-secondary-button-text-hover);border:1px solid var(--bb-secondary-button-border-hover)} - -.review_box .review_leave{text-align:left} - -#thank_you_box{border:1px solid var(--bb-content-border-color);padding:30px 20px;border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color)} - -#thank_you_box h2{margin-bottom:0;text-align:center;font-size:18px} - -.bb-llms-content-wrap .comments-title,.bb-llms-content-wrap .review_title{font-size:16px;margin:20px 0 15px;text-transform:uppercase;text-align:right} - -.bb-llms-content-wrap .comments-title{margin-top:0} - -.bb-llms-content-wrap .lifter-comment,.lifterlms_content_wrap .lifter-comment{margin-top:30px} - -#old_reviews{margin:30px 0 20px;padding:20px 0;border-top:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color)} - -#old_reviews hr{display:none} - -#old_reviews h3{margin-bottom:10px;font-size:16px;font-weight:600;letter-spacing:.6px;text-transform:uppercase;text-align:right} - -#old_reviews .review_avatar_image{max-width:42px} - -#old_reviews .llms_review{display:-webkit-box;display:-ms-flexbox;display:flex;background:var(--bb-content-background-color)!important;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);padding:20px!important;margin:0 0 20px!important} - -#old_reviews .llms_review .review_content{padding-right:15px;width:-webkit-calc(100% - 52px);width:calc(100% - 52px)} - -#old_reviews .llms_review .review_content .review_author{margin-right:0;text-align:right;font-size:14px;font-weight:600;line-height:1} - -#old_reviews .llms_review .review_content a .review_author,#old_reviews .llms_review .review_content a:hover .review_author{color:var(--bb-headings-color)} - -#old_reviews .llms_review .review_date{font-size:13px;color:var(--bb-alternate-text-color);margin-bottom:5px;font-weight:500} - -#old_reviews .llms_review .review_content__title{font-size:14px;font-weight:600} - -#old_reviews .llms_review .review_content__description{font-size:14px;line-height:1.5} - -#old_reviews .llms_review h5,#old_reviews .llms_review p{margin-bottom:8px} - -.single-course.llms-pointer .bb-llms-content-wrap #old_reviews .llms_review{background-color:var(--bb-content-background-color)} - -.bb-llms-content-wrap .llms-lesson-preview h5{font-size:16px;font-weight:500} - -.bb-llms-content-wrap .llms-lesson-preview .llms-lesson-free{color:#fff;display:inline-block;padding:3px 5px;background-color:var(--bb-primary-color);border-radius:3px;font-size:11px;line-height:1;text-transform:uppercase;margin-right:5px} - -.bb-llms-content-wrap .llms-lesson-preview .llms-lesson-excerpt{color:var(--bb-alternate-text-color)} - -.bb-llms-content-wrap .llms-lesson-preview .llms-lesson-excerpt p{font-size:14px;line-height:1.4;max-height:2.72em;margin:-3px 0 5px;display:block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis} - -.llms-syllabus-wrapper .llms-lesson-preview .llms-icon-free{display:none} - -.llms-lesson-preview--blank{margin-bottom:10px;background-color:rgba(247,186,69,.4);border-radius:4px;text-align:right;padding:19px 25px} - -.lifter-topic-sidebar-wrapper .llms-lesson-preview--blank{padding:15px 30px;font-size:14px;border-radius:0;line-height:1.5} - -.lifterlms_pricing_button{text-align:center;margin:20px 0} - -.lifterlms_pricing_button .link-to-llms-access-plans{width:100%} - -.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link::after,.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-lesson-preview.is-complete .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link::after{background-color:transparent!important} - -.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-lesson-preview.is-complete .llms-lesson-link::after{border-color:var(--bb-primary-color)} - -.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-lesson-preview.is-complete .llms-lesson-link::before{background-color:var(--bb-primary-color)} - -.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-lesson-preview.is-complete .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link::after,.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-lesson-preview.is-incomplete .llms-lesson-link::after{border-color:var(--bb-headings-color)} - -.llms-loop-item.course .llms-pa-permalink,.llms-pointer.llms-inner .llms-lesson-link-locked::after{border-color:var(--bb-headings-color)} - -.status-in-progress{background:var(--bb-primary-color);color:#fff;text-transform:none;font-weight:500;font-size:12px;width:160px;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-radius:100px;margin-right:20px} - -.status-complete{background-color:var(--bb-success-color);color:#fff;text-transform:none;font-weight:500;font-size:12px;width:160px;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-radius:100px;margin-right:20px} - -.bb-course-member-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 10px} - -body:not(.single-sfwd-courses) .bb-single-course-sidebar .bb-course-member-wrap{margin-top:20px;margin-bottom:20px} - -.bb-course-members{display:inline-block;margin-left:12px} - -.bb-course-members img{border:1px solid #fff;max-width:28px;display:inline-block;margin-left:-8px;position:relative;z-index:3;border-radius:50%;float:right;object-fit:cover;width:28px;height:28px} - -.lifter-topic-sidebar-wrapper .llms-course-members-list{margin-top:30px} - -.lifter-topic-sidebar-wrapper .llms-course-sidebar-heading{font-size:15px;letter-spacing:.6px;padding:20px 0 0;margin:0 30px 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.lifter-topic-sidebar-wrapper .llms-count{background-color:var(--bb-primary-color);color:var(--bb-content-background-color);border-radius:10px;font-weight:500;padding:0 14px;font-size:11px;height:20px;line-height:20px;margin-right:10px} - -.lifter-topic-sidebar-wrapper .lifter-topic-sidebar-data{font-size:15px;padding:15px 0} - -.lifter-topic-sidebar-wrapper .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-main{background:100% 0} - -.llms-course-members-list .bb-course-member-wrap{padding:0} - -.llms-course-members-list .bb-course-member-wrap>.list-members-extra{padding:15px 30px 0;display:inline-block} - -.llms-course-members-list .bb-course-member-wrap>.list-members-extra.lme-less{display:none} - -.llms-course-members-list .bb-course-member-wrap.expanded>.list-members-extra.lme-less{display:inline-block} - -.llms-course-members-list .bb-course-member-wrap.expanded>.list-members-extra.lme-more{display:none} - -.llms-course-members-list .list-members-extra i{margin-right:5px} - -.llms-course-members-list .expanded .list-members-extra i{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)} - -.llms-course-members-list .course-members-list{list-style:none;margin:0} - -.llms-course-members-list .course-members-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 30px} - -.llms-course-members-list .course-members-list img{max-width:28px;margin-left:10px} - -.llms-course-members-list .course-members-list.course-members-list-extra{display:none} - -.llms-course-members-list .course-members-list a{color:var(--bb-headings-color)} - -.llms-course-members-list .course-members-list a:hover{color:var(--bb-primary-color)} - -.sticky-header .lifter-comment #comments::before{display:none}@media screen and (max-width:1180px){ - -.single-course.llms-pointer .wp-block-llms-course-progress .llms-progress{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.single-course.llms-pointer .wp-block-llms-course-progress .llms-progress .progress__indicator{width:100%;padding-left:0} - -.single-course.llms-pointer .wp-block-llms-course-progress .llms-progress .status-complete,.single-course.llms-pointer .wp-block-llms-course-progress .llms-progress .status-in-progress{margin:3px 0 0;width:100%}} - -.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-quizz-preview .llms-lesson-link h5{color:var(--bb-headings-color)} - -body:not(.bb-dark-theme).llms-pointer.llms-inner .sfwd-light-mode{display:none} - -.llms-pointer.llms-inner.bb-dark-theme .sfwd-dark-mode{display:none} - -.single-llms_assignment.bb-dark-theme .lifterlms-header-instructor,.single-llms_quiz.llms-pointer.bb-dark-theme .lifterlms-header-instructor{border-color:#333} - -body.llms-pointer.llms-inner .site-content .container .container-full{width:100%;margin-right:0;margin-left:0;right:0;left:0} - -body.bb-buddypanel.llms-pointer.llms-inner:not(.buddypanel-open) .buddypanel .bb-toggle-panel{visibility:hidden;opacity:0} - -body.bb-buddypanel:not(.buddypanel-open).llms-pointer.llms-inner .buddypanel{width:0} - -body.bb-buddypanel:not(.buddypanel-open).llms-pointer.llms-inner .buddypanel .side-panel-inner{display:none} - -body.bb-buddypanel:not(.buddypanel-open).llms-pointer.llms-inner .site{margin-right:0} - -body.llms-pointer.llms-inner:not(.buddypanel-open).sticky-header .site-header{width:100%} - -body.llms-pointer.llms-inner .site-header .container{max-width:100%;margin-left:0} - -body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-header .bb-toggle-panel{visibility:hidden;opacity:0}@media screen and (min-width:768px){ - -body.llms-pointer.llms-inner.buddypanel-open .sticky-header .site-header{width:-webkit-calc(100% - 230px);width:calc(100% - 230px)}} - -.llms-pointer.llms-inner .llms-course-navigation .llms-lesson-link-locked::after{display:none} - -.llms-pointer.llms-inner .llms-lesson-preview{margin-bottom:10px} - -.llms-pointer.llms-inner .llms-lesson-preview .llms-icon-free{background:#2295ff;color:#fff;display:inline-block;border-radius:5px;padding:3px 5px;line-height:1;font-size:10px;position:absolute;top:-15px;left:0;text-align:center} - -.llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-main:hover{background:rgba(146,164,183,.1)} - -.llms-pointer.llms-inner .llms-lesson-preview .quizzes_section_holder:hover{background:rgba(146,164,183,.1)} - -.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link::after{border:2px solid var(--bb-content-border-color);border-radius:100%} - -.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview.is-complete .llms-lesson-link::after{border:2px solid var(--bb-primary-color);border-radius:100%;background-color:var(--bb-primary-color);content:"\e876";color:#fff;text-align:center;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:inline-block;font:400 normal normal 14px/1 FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-top:2px} - -.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview.is-complete h5{text-decoration:line-through} - -.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview{margin-bottom:0} - -.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview .llms-lesson-link{box-shadow:none;padding:16px 75px 16px 70px;text-align:right} - -.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview .llms-lesson-link::before{font:400 normal normal 18px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\eeff";position:absolute;right:45px;top:17px;color:var(--bb-alternate-text-color);background-color:transparent!important;font-size:20px;font-weight:100} - -.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview .llms-lesson-link::after{content:"";font-size:12px;position:absolute;top:31px;left:30px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);color:transparent;font-family:bb-icons!important;width:22px;height:22px} - -.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview .llms-lesson-link h5{margin-bottom:0;position:relative;font-weight:500;font-size:13px;letter-spacing:-.24px;line-height:1.6;color:var(--bb-headings-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis} - -.llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:4px} - -.llms-pointer.llms-inner .llms-lesson-preview .quizzes_section_holder{display:none} - -.llms-pointer.llms-inner .llms-lesson-preview .ld-item-details{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;width:35px;margin-right:15px} - -.llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button{margin-right:0;-webkit-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease} - -.llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button.ld-button-alternate{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)} - -.llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button.ld-button-alternate.ld-expanded{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)} - -.llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button.no-section span{color:transparent;pointer-events:none} - -.llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down{color:var(--bb-headings-color);border-radius:100%;width:18px;height:18px;-webkit-box-flex:0;-ms-flex:0 0 18px;flex:0 0 18px;padding:2px;line-height:16px;text-align:center;font-weight:700;-webkit-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease} - -.llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down::before{content:"\e861";font:400 normal normal 9px/1 bb-icons;speak:none;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;font-weight:300} - -.llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down:hover{color:var(--bb-primary-color)} - -.llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis} - -.llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-holder .llms-lesson-link .clear{display:none} - -.llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-holder .llms-lesson-link .llms-extra{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:relative} - -.llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-holder .llms-lesson-link .llms-extra .llms-lesson-counter{font-size:12px;font-weight:400} - -.llms-pointer.llms-inner .llms-lesson-preview.is-complete .llms-lesson-title{text-decoration:line-through} - -.llms-pointer.llms-inner .llms-lesson-preview.is-complete .llms-lesson-complete{-ms-flex-preferred-size:22px;flex-basis:22px;-ms-flex-negative:0;flex-shrink:0;height:22px;width:22px;border:2px solid;border-radius:100%} - -.llms-pointer.llms-inner .llms-lesson-preview.is-complete .llms-lesson-complete i{font-family:bb-icons!important;font-size:1em;position:relative;width:22px;height:22px;margin-right:-2px;margin-top:-2px} - -.llms-pointer.llms-inner .llms-lesson-preview.is-complete .llms-lesson-complete i::before{content:"\e876";font-size:12px;position:absolute;top:50%;right:50%;-webkit-transform:translateY(-50%) translateX(50%);-ms-transform:translateY(-50%) translateX(50%);transform:translateY(-50%) translateX(50%);color:#fff} - -.llms-pointer.llms-inner .llms-lesson-preview.is-incomplete .llms-lesson-complete{-ms-flex-preferred-size:22px;flex-basis:22px;-ms-flex-negative:0;flex-shrink:0;height:22px;width:22px;border:2px solid;border-radius:100%} - -.llms-pointer.llms-inner .llms-lesson-preview.is-incomplete .llms-lesson-complete i{font-family:bb-icons!important;font-size:1em;position:relative;width:22px;height:22px;margin-right:-2px;margin-top:-2px} - -.llms-pointer.llms-inner .llms-lesson-preview.is-incomplete .llms-lesson-complete i::before{content:"\e876";font-size:12px;position:absolute;top:50%;right:50%;-webkit-transform:translateY(-50%) translateX(50%);-ms-transform:translateY(-50%) translateX(50%);transform:translateY(-50%) translateX(50%);color:transparent} - -.llms-pointer.llms-inner .site-content{padding-right:10px;padding-left:10px} - -.llms-pointer.llms-inner .site-content .container{max-width:100%;padding-right:0;padding-left:0} - -.llms-pointer.llms-inner .site-content .container .content-area{padding-bottom:0;padding-top:0} - -.llms-pointer.llms-inner .site-content .container .content-area .entry-content-wrap{padding-top:0}@media screen and (min-width:544px){ - -.llms-pointer.llms-inner .site-content .container .content-area .entry-content-wrap .lifter-topic-sidebar-wrapper{max-width:370px;padding:0}} - -.llms-pointer.llms-inner .site-content .container .content-area .entry-content-wrap .lifter-topic-sidebar-data{padding:15px 0} - -.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview .llms-lesson-link-locked{box-shadow:none;min-height:initial} - -.llms-pointer.llms-inner .llms-lesson-link-locked{box-shadow:none;min-height:initial} - -.llms-pointer.llms-inner .llms-lesson-link-locked::after{content:"";font-size:12px;position:absolute;top:15px;left:30px;width:22px;height:22px;border-radius:100%;border-color:#aaa;border:2px solid} - -.llms-pointer.llms-inner #llms_start_quiz{text-decoration:none;margin-bottom:0;line-height:1} - -.llms-pointer.llms-inner .assignment_section_holder .llms-lesson-preview.llms-quizz-preview .llms-lesson-link::before{content:"\ef3e";font-family:bb-icons} - -.llms-pointer.llms-inner.lms-side-panel-close .header-maximize-link{display:none} - -.llms-pointer.llms-inner.lms-side-panel-close .header-minimize-link{display:-webkit-box;display:-ms-flexbox;display:flex} - -.llms-pointer.llms-inner .header-minimize-link{display:none} - -.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper.lms-topic-sidebar-close{margin-right:-370px} - -.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper{box-shadow:inset 36px 0 40px -32px rgba(0,0,0,.05);-webkit-transition:margin-right .2s ease-in-out;transition:margin-right .2s ease-in-out;opacity:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow-x:hidden;overflow-y:auto;min-height:-webkit-calc(100vh - 76px);min-height:calc(100vh - 76px);padding:0;background-color:var(--bb-body-background-color)}@media screen and (min-width:544px){ - -.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper{max-width:370px}} - -.llms-pointer.llms-inner .lifter-topic-sidebar-progress{margin:30px 30px 15px;padding-bottom:30px;border-bottom:1px solid var(--bb-content-border-color)} - -.llms-pointer.llms-inner .lifter-topic-sidebar-progress .llms-progress{margin:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:inherit} - -.llms-pointer.llms-inner .lifter-topic-sidebar-progress .llms-progress .llms-progress-bar{position:initial;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin:0;height:4px;background:var(--bb-content-border-color)} - -.llms-pointer.llms-inner .lifter-topic-sidebar-progress .llms-progress .progress__indicator{float:none;text-align:right;height:inherit;line-height:1;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-right:0} - -.llms-pointer.llms-inner .lifter-topic-sidebar-progress .llms-progress .progress__indicator .ld-progress-percentage{font-size:12px;font-weight:500;color:var(--bb-alternate-text-color);display:block;margin-top:15px;line-height:1} - -.llms-pointer.llms-inner .lifter-topic-sidebar-progress .llms-progress .progress__indicator .ld-progress-steps{font-size:12px;font-weight:500;color:var(--bb-alternate-text-color);display:block;margin-top:7px;line-height:1} - -.llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-title{font-weight:500} - -.llms-pointer.llms-inner #lifterlms-page-content{background-color:var(--bb-content-background-color);padding:30px 100px 0;position:relative;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:-webkit-calc(100vh - 76px);min-height:calc(100vh - 76px)} - -.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap{max-width:760px;width:100%;margin-right:auto;margin-left:auto;margin-bottom:50px;padding-top:0} - -.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-audio-wrapper,.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-video-wrapper{margin-bottom:25px} - -.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .mejs-button>button{border-radius:0} - -.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap blockquote.wp-block-quote{background:#e3e6ea;border-radius:3px;margin:0 0 40px;padding:30px;font-size:22px;letter-spacing:-.24px;line-height:30px;position:relative} - -.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap blockquote.wp-block-quote::before{content:"\ef02";font-family:bb-icons;font-style:normal;font-weight:400;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;background:#7f868f;border-radius:100%;margin-bottom:20px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} - -.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap blockquote.wp-block-quote p{margin-bottom:1.6875rem} - -.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap iframe{width:100%} - -.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap a .llms-pre-text{margin-bottom:0} - -.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap a .llms-lesson-excerpt p{margin-bottom:0} - -.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-button-action{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);padding:0 20px;line-height:40px} - -.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-button-action:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-button-action:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap #llms_mark_incomplete{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)} - -.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap #llms_mark_incomplete:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap #llms_mark_incomplete:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-course-nav.llms-next-lesson .llms-lesson-title,.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-course-nav.llms-next-lesson .llms-pre-text{text-align:left}@media screen and (max-width:992px){ - -.llms-pointer.llms-inner #lifterlms-page-content{padding:30px 40px 0}}@media screen and (max-width:767px){ - -.llms-pointer.llms-inner #lifterlms-content .bb-grid.grid .lifter-topic-sidebar-wrapper{position:absolute;z-index:99;width:370px;height:100%} - -.llms-pointer.llms-inner #lifterlms-content .bb-grid.grid #lifterlms-page-content{width:100%} - -.llms-pointer.llms-inner #lifterlms-content .bb-grid.grid #lifterlms-page-content #lifterlms-lesson-header .bb-position{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.llms-pointer.llms-inner .lifterlms_lesson_holder .llms-lesson-preview{width:100%}}@media screen and (max-width:400px){ - -.llms-pointer.llms-inner #lifterlms-content .bb-grid.grid{position:relative} - -.llms-pointer.llms-inner #lifterlms-content .bb-grid.grid .lifter-topic-sidebar-wrapper{width:370px}} - -.lifter-topic-sidebar-course-navigation .ld-course-navigation{margin:15px 30px} - -.lifter-topic-sidebar-course-navigation .ld-course-navigation a.course-entry-link{display:inline-block;background-color:rgba(0,0,0,.03);color:var(--bb-alternate-text-color);border-radius:var(--bb-button-radius);padding:1px 10px 1px 15px;font-size:12px;margin:0 0 15px;-webkit-transition:all linear .2s;transition:all linear .2s} - -.lifter-topic-sidebar-course-navigation .ld-course-navigation a.course-entry-link:hover{background-color:rgba(0,0,0,.06)} - -.lifter-topic-sidebar-course-navigation .ld-course-navigation a.course-entry-link i{margin-left:3px} - -.lifter-topic-sidebar-course-navigation .ld-course-navigation h2{font-size:26px;margin:0;color:var(--bb-headings-color)} - -.lifterlms-lessions-list .llms-syllabus-wrapper{margin:0} - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-section-title{margin:10px 30px;text-align:right;font-size:15px;letter-spacing:.6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis} - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.lifterlms-lessions-list .llms-syllabus-wrapper .lifterlms_lesson_holder.current_title{background:rgba(146,164,183,.05)} - -.lifterlms-lessions-list .llms-syllabus-wrapper .assignment_section_holder.quizzes_section_holder .llms-lesson-preview.llms-quizz-preview.is-complete .llms-lesson-link::before,.lifterlms-lessions-list .llms-syllabus-wrapper .assignment_section_holder.quizzes_section_holder .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link::before{content:"\ef3e";font-family:bb-icons} - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-complete .llms-lesson-link::after{content:"\e876";font-size:12px;position:absolute;top:25px;left:30px;width:23px;height:23px;border-radius:100%;border:1px solid var(--bb-primary-color);background-color:var(--bb-primary-color);font-weight:400;line-height:16px} - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link::before{font-size:20px;top:15px;color:var(--bb-headings-color)} - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link::after{left:30px;top:27px} - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-complete .llms-lesson-link::before{font-size:20px;top:15px;color:var(--bb-alternate-text-color)} - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-title{text-decoration:line-through} - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-link::after{content:"";font-size:12px;position:absolute;top:15px;left:30px;width:23px;height:23px;border-radius:100%;border:1px solid var(--bb-primary-color);background-color:var(--bb-primary-color)} - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-link.no_quiz_and_assigment::after,.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-main .llms-lesson-link::after{display:none} - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-link::before{content:"\e876";font-size:14px;position:absolute;top:15px;left:30px;width:23px;height:23px;line-height:23px;border-radius:100%;font-family:bb-icons!important;color:#fff;background-color:var(--bb-primary-color);display:block;z-index:9} - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-incomplete .llms-lesson-link::after{content:"";font-size:12px;position:absolute;top:15px;left:30px;width:23px;height:23px;border-radius:100%;border-color:var(--bb-content-border-color);border:2px solid;color:var(--bb-content-border-color)} - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link{padding:15px 0 15px 55px;width:100%;position:relative;background-color:transparent} - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link.no_quiz_and_assigment{padding-right:30px} - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link .clear{display:none} - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link .llms-main .llms-pre-text{display:none} - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link .llms-main h5{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;min-width:0;font-size:14px;font-weight:500;color:var(--bb-headings-color)} - -#lifterlms-lesson-header{width:100%;max-width:1180px;margin-right:auto;margin-left:auto;padding:0;position:relative;-webkit-transition:margin .2s;transition:margin .2s} - -#lifterlms-lesson-header .bb-ld-info-bar{margin:0 0 15px} - -#lifterlms-lesson-header .ld-breadcrumbs{background-color:transparent;padding:0 0 10px;border-bottom:1px solid var(--bb-content-border-color);border-radius:0;display:-webkit-box;display:flexbox;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -#lifterlms-lesson-header .ld-breadcrumbs .ld-breadcrumbs-segments{font-size:.75em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding-left:1em} - -#lifterlms-lesson-header .ld-breadcrumbs .ld-breadcrumbs-segments span{display:inline} - -#lifterlms-lesson-header .ld-breadcrumbs .ld-breadcrumbs-segments span:first-child::after{content:"\e827";font-family:bb-icons;font-size:12px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:0;margin-left:0;position:relative;top:2px} - -#lifterlms-lesson-header .ld-breadcrumbs .ld-breadcrumbs-segments span a{font-weight:400;color:var(--bb-headings-color)} - -#lifterlms-lesson-header .ld-breadcrumbs .ld-breadcrumbs-segments span a:hover{color:var(--bb-primary-color)} - -#lifterlms-lesson-header .bb-position{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:50px} - -#lifterlms-lesson-header .lifterlms-lesson-position{margin-left:auto} - -#lifterlms-lesson-header .lifterlms-lesson-position span.bb-pages{font-size:13px;display:block;line-height:1;text-transform:uppercase;-webkit-transition:all linear .2s;transition:all linear .2s;color:inherit} - -#lifterlms-lesson-header .lifterlms-lesson-position span.bb-pages .bb-total{color:var(--bb-alternate-text-color)} - -#lifterlms-lesson-header .lifterlms-lesson-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -#lifterlms-lesson-header .lifterlms-lesson-nav .bb-ld-status{margin-left:20px} - -#lifterlms-lesson-header .lifterlms-lesson-nav .bb-ld-status .ld-status{background-color:rgba(146,164,183,.05);text-transform:none;font-weight:400;font-size:12px;line-height:inherit;padding:0 12px;letter-spacing:inherit;height:100%;border-radius:4px;text-align:center;display:block} - -#lifterlms-lesson-header .lifterlms-lesson-nav .bb-ld-status .ld-status.ld-status-complete{color:#fff;background-color:var(--bb-success-color)} - -#lifterlms-lesson-header .lifterlms-lesson-nav .bb-ld-status .ld-status.ld-status-progress{color:#fff;background-color:var(--bb-primary-color)} - -#lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link{margin-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0} - -#lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a{background-color:#d3d7db;display:-webkit-box;display:-ms-flexbox;display:flex;height:30px;min-width:55px;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;-webkit-transition:all linear .2s;transition:all linear .2s;color:#fff;font-size:12px;white-space:nowrap} - -#lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a:hover{background-color:var(--bb-primary-color)} - -#lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a.prev-link{border-radius:0 var(--bb-button-radius) var(--bb-button-radius) 0;margin-left:2px} - -#lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a.prev-link::before{content:"\e8ab";font:400 normal normal 14px/1 bb-icons;font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:6px} - -#lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a.next-link{border-radius:var(--bb-button-radius) 0 0 var(--bb-button-radius)} - -#lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a.next-link::after{content:"\e827";font:400 normal normal 14px/1 bb-icons;font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:6px;padding-bottom:3px} - -#lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a .meta-nav{position:absolute;width:100%;font-size:0;z-index:20} - -#lifterlms-lesson-header [data-balloon][data-balloon-pos=up]::after{bottom:130%;right: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} - -#lifterlms-lesson-header [data-balloon][data-balloon-pos=up]::before{bottom:130%;right: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}@media (min-width:1024px){ - -#lifterlms-lesson-header .lifterlms-header-title{max-width:760px;margin-right:auto;margin-left:auto}} - -#lifterlms-lesson-header .lifterlms-header-title h1{font-size:32px;line-height:1.2;margin-bottom:0} - -#lifterlms-lesson-header .lifterlms-header-instructor{max-width:760px;margin-right:auto;margin-left:auto} - -#lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor{margin:0;padding-top:20px;padding-bottom:20px} - -#lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor>.flex{-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -#lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor>.flex .bb-avatar-wrap{max-width:40px;text-align:right;margin-left:10px;display:block;padding:0} - -#lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor>.flex .bb-avatar-wrap .avatar{max-width:32px} - -#lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor>.flex .bb-content-wrap{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column} - -#lifterlms-lesson-header .bb-about-instructor h5{font-weight:400;font-size:15px;color:var(--bb-headings-color);margin-bottom:0} - -#lifterlms-lesson-header .bb-about-instructor h5 a{color:var(--bb-headings-color)} - -#lifterlms-lesson-header .bb-about-instructor h5 a:hover{color:var(--bb-primary-color)} - -#lifterlms-lesson-header .bb-about-instructor h5 .meta-saperator{color:var(--bb-alternate-text-color);margin:0 5px;font-size:16px;line-height:1.6875rem} - -#lifterlms-lesson-header .bb-about-instructor h5 .bb-about-instructor-date{color:var(--bb-alternate-text-color);margin-right:0;position:relative} - -.llms-pointer.llms-inner .lifterlms-lesson-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.llms-pointer.llms-inner .lifterlms-lesson-nav .bb-ld-status{margin-left:20px} - -.llms-pointer.llms-inner .lifterlms-lesson-nav .bb-ld-status .ld-status{background-color:rgba(146,164,183,.05);text-transform:none;font-weight:400;font-size:12px;line-height:inherit;padding:0 12px;letter-spacing:inherit;height:100%;border-radius:100px;text-align:center;display:block} - -.llms-pointer.llms-inner .lifterlms-lesson-nav .bb-ld-status .ld-status.ld-status-complete{color:#fff;background-color:var(--bb-success-color)} - -.llms-pointer.llms-inner .lifterlms-lesson-nav .bb-ld-status .ld-status.ld-status-progress{color:#fff;background-color:var(--bb-primary-color)} - -.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link{margin-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0} - -.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a{background-color:#d3d7db;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;height:30px;min-width:55px;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;-webkit-transition:all linear .2s;transition:all linear .2s;font-size:12px;white-space:nowrap} - -.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a:hover{background-color:var(--bb-primary-color)} - -.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a.prev-link{border-radius:0 50px 50px 0;margin-left:2px} - -.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a.prev-link::before{content:"\e8ab";font:400 normal normal 14px/1 bb-icons;font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:6px} - -.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a.next-link{border-radius:50px 0 0 50px} - -.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a.next-link::after{content:"\e827";font:400 normal normal 14px/1 bb-icons;font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:6px;padding-bottom:3px} - -.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a .meta-nav{position:absolute;width:100%;font-size:0;z-index:20}@media screen and (max-width:767px){ - -.llms-pointer.llms-inner .lifterlms-lesson-nav{width:100%;margin-top:15px}} - -.lifter-topic-sidebar-wrapper .llms-lesson-excerpt{display:none} - -.lifter-topic-sidebar-wrapper .llms-lesson-preview .llms-lesson-title{margin-bottom:0} - -.llms-syllabus-wrapper .llms-lesson-main{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.llms-syllabus-wrapper .llms-lesson-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1} - -.llms-syllabus-wrapper .llms-lesson-link{padding:19px 10px 19px 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;box-shadow:none;-webkit-box-flex:1;-ms-flex:1;flex:1} - -.llms-syllabus-wrapper .llms-lesson-link h5{font-size:16px;font-weight:500;color:var(--bb-headings-color)} - -.llms-syllabus-wrapper .llms-lesson-link:hover h5{color:var(--bb-primary-color)} - -.llms-syllabus-wrapper .llms-lesson-link .clear{display:none} - -.llms-syllabus-wrapper .llms-lesson-link .llms-extra{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:relative} - -.llms-syllabus-wrapper .llms-lesson-link .llms-extra .llms-lesson-counter{font-size:12px;font-weight:400} - -.llms-syllabus-wrapper .quizzes_section_holder{display:none} - -.llms-syllabus-wrapper .ld-item-details{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;width:40px} - -.llms-syllabus-wrapper .ld-item-details .ld-expand-button{margin-right:18px;-webkit-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease} - -.llms-syllabus-wrapper .ld-item-details .ld-expand-button.ld-button-alternate{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)} - -.llms-syllabus-wrapper .ld-item-details .ld-expand-button.ld-button-alternate.ld-expanded{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)} - -.llms-syllabus-wrapper .ld-item-details .ld-expand-button.no-section span{color:transparent;pointer-events:none} - -.llms-syllabus-wrapper .ld-item-details .ld-expand-button .ld-icon-arrow-down{color:var(--bb-headings-color);border-radius:100%;width:18px;height:18px;-webkit-box-flex:0;-ms-flex:0 0 18px;flex:0 0 18px;padding:2px;line-height:16px;text-align:center;font-weight:700;-webkit-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease} - -.llms-syllabus-wrapper .ld-item-details .ld-expand-button .ld-icon-arrow-down::before{content:"\e861";font:400 normal normal 9px/1 bb-icons;speak:none;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;font-weight:300} - -.single-llms_assignment #lifterlms-page-content #lifterlms-lesson-header .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span:nth-child(2)::after,.single-llms_quiz #lifterlms-page-content #lifterlms-lesson-header .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span:nth-child(2)::after{content:"\e827";font-family:bb-icons;font-size:12px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:0;margin-left:0;position:relative;top:2px} - -.single-llms_assignment #lifterlms-page-content .lifterlms_content_wrap,.single-llms_quiz #lifterlms-page-content .lifterlms_content_wrap{padding-top:0!important} - -.single-llms_assignment #lifterlms-page-content .lifterlms_content_wrap p,.single-llms_quiz #lifterlms-page-content .lifterlms_content_wrap p{margin-bottom:1.5rem} - -.single-llms_assignment #lifterlms-page-content .lifterlms_content_wrap p a,.single-llms_quiz #lifterlms-page-content .lifterlms_content_wrap p a{color:var(--bb-headings-color)} - -.single-llms_assignment #lifterlms-page-content .lifterlms_content_wrap p.llms-error a,.single-llms_quiz #lifterlms-page-content .lifterlms_content_wrap p.llms-error a{padding-left:0} - -.single-llms_assignment #lifterlms-page-content .lifterlms_content_wrap p.llms-choice-text,.single-llms_quiz #lifterlms-page-content .lifterlms_content_wrap p.llms-choice-text{margin-bottom:0} - -.single-llms_assignment #llms_start_quiz,.single-llms_quiz #llms_start_quiz{margin-bottom:0} - -.single-llms_assignment .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section{margin-top:0;padding-top:0} - -.single-llms_assignment .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section p,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section p{margin-bottom:0;text-transform:none;font-size:14px} - -.single-llms_assignment .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question #lifterlms-page-content .llms-quiz-results-main .llms-quiz-attempt-answer-section p,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question #lifterlms-page-content .llms-quiz-results-main .llms-quiz-attempt-answer-section p{margin-bottom:0} - -.single-lesson .llms-lesson-button-wrapper{font-family:inherit;text-transform:none;font-weight:500;color:var(--bb-headings-color);font-size:1.25rem;line-height:28px;margin-bottom:25px} - -.single-lesson .llms-lesson-button-wrapper .llms-incomplete-lesson-form{margin-top:1.6875rem} - -.single-lesson.llms-pointer .llms-course-navigation .llms-lesson-preview.is-complete .llms-lesson-title{text-decoration:none} - -.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .llms-lesson-main>.llms-lesson-holder:first-child>a.llms-lesson-link{padding-right:30px} - -.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .llms-lesson-preview .llms-lesson-holder{min-height:51px} - -.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .ld-item-details+.llms-lesson-holder>a.llms-lesson-link{right:50px;width:-webkit-calc(100% - 50px);width:calc(100% - 50px)} - -.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-main a.llms-lesson-link{position:absolute} - -.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .llms-tooltip.show{position:absolute;bottom:35px} - -.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .llms-tooltip{top:unset;z-index:99;line-height:1.4;width:300px;font-size:12px;white-space:normal;text-align:center}@media screen and (max-width:800px){ - -.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .llms-tooltip{width:220px}} - -.llms-pointer.llms-inner .llms-course-navigation .llms-tooltip.show{top:0!important;right:0;bottom:0;width:100%;max-width:100%;height:100%;white-space:normal!important;left:0;font-size:12px;-webkit-transform:none;-ms-transform:none;transform:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center} - -.llms-pointer.llms-inner .llms-course-navigation .llms-tooltip.show .llms-tooltip-content{line-height:1.4;max-height:4.1em;margin:0;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis} - -.llms-pointer.llms-inner .llms-course-navigation .llms-tooltip.show::after{display:none} - -.bb-llms-content-wrap .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link:hover .llms-extra .llms-lesson-counter,.llms-loop-item-content .llms-loop-title:hover,.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link:hover .llms-main h5,.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-quizz-preview .llms-lesson-link:hover h5,.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview:hover .llms-lesson-link h5,.llms-syllabus-wrapper .llms-lesson-main .llms-lesson-holder .llms-lesson-link:hover .llms-main h5,.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link:hover .llms-lesson-title,.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview:hover .llms-lesson-link h5,.llms-widget-syllabus .lesson-title a:hover,.llms-widget-syllabus .lesson-title.done a:hover,.post-type-archive-course.llms-pointer .bb-course-items .bb-course-item-wrap .bb-cover-list-item .bb-card-course-details .bb-course-meta strong a:hover,.post-type-archive-course.llms-pointer .bb-course-items .bb-course-item-wrap .bb-cover-list-item .bb-card-course-details .bb-course-title a:hover,.single-course.llms-pointer .llms-instructor-info .llms-author-holder a:hover .llms-author-info.name,.single-llms_quiz.llms-pointer #lifterlms-page-content .lifterlms_content_wrap .llms-quiz-attempt-question-header:hover .toggle-answer::before,.single-llms_quiz.llms-pointer #lifterlms-page-content .lifterlms_content_wrap .llms-quiz-attempt-question-header:hover h3.llms-question-title{color:var(--bb-primary-color)} - -.llms-pa-posts.llms-pa-posts--single #llms-pa-post-discussion-form .llms-form-field.type-submit #llms_pa_leave_comment,.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment.llms-pa-read::after,.nf-form-wrap .nf-form-content .nf-field-element input[type=button]{border-color:var(--bb-primary-color)} - -.post-type-archive-course.llms-pointer .bb-course-items .bb-course-item-wrap .bb-cover-list-item .bb-card-course-details .bb-course-meta strong a,.single-llms_quiz.llms-pointer #lifterlms-page-content .lifterlms_content_wrap p:not(.llms-error) a{color:var(--bb-headings-color)} - -.single-lesson.llms-pointer #lifterlms-page-content #lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor>.flex .bb-content-wrap h5 .bb-about-instructor-date::before,.single-llms_quiz.llms-pointer #lifterlms-page-content #lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor>.flex .bb-content-wrap h5 .bb-about-instructor-date::before{background-color:var(--bb-alternate-text-color)} - -.post-type-archive-course.llms-pointer footer.footer-bottom,.post-type-archive-llms_membership.llms-pointer footer.footer-bottom,.tax-course_cat footer.footer-bottom,.tax-course_difficulty footer.footer-bottom,.tax-course_tag footer.footer-bottom,.tax-course_track footer.footer-bottom,.tax-membership_cat footer.footer-bottom,.tax-membership_tag footer.footer-bottom{padding-top:30px;padding-bottom:30px} - -.lifterlms-course-list .bs-search-form{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius);margin-bottom:0;position:relative} - -.lifterlms-course-list .bs-search-form:focus-within{border-color:var(--bb-input-focus-border-color);border-width:1px;box-shadow:var(--bb-input-focus-shadow)} - -.lifterlms-course-list .bs-search-form::before{content:"\ef10";font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-left:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-right:.2em;position:absolute;top:10px;font-size:14px;color:var(--bb-body-text-color);right:9px;opacity:.4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} - -.lifterlms-course-list .bs-search-form input[type=text]{background:100% 0;border-radius:var(--bb-input-radius);border:0;height:34px;font-size:14px;letter-spacing:-.24px;padding:0 35px 0 30px} - -.lifterlms-course-list .bp-navs.bp-subnavs{margin-bottom:15px} - -.lifterlms-course-list .bp-navs.bp-subnavs>ul{margin:0;list-style:none} - -.lifterlms-course-list .bp-navs.bp-subnavs>ul>li{float:right;padding-left:30px} - -.lifterlms-course-list .bp-navs.bp-subnavs>ul>li a{padding-bottom:15px} - -.lifterlms-course-list .bb-courses-header{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;margin:30px 0 25px} - -.lifterlms-course-list .bb-courses-header .bs-dir-search,.lifterlms-course-list .bb-courses-header h1{margin:0}@media screen and (max-width:544px){ - -.lifterlms-course-list .bb-courses-header{display:block} - -.lifterlms-course-list .bb-courses-header h1{margin-bottom:15px}} - -.lifterlms-course-list .courses-type-navs ul li a{display:inline-block} - -.ld-secondary-header--llms .bb-secondary-list-tabs{margin-top:25px;margin-bottom:25px} - -.ld-secondary-header--llms .grid-filters{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:start;align-self:flex-start;font-size:21px;height:36px} - -.ld-secondary-header--llms .grid-filters a{color:var(--bb-headings-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:5px;padding-left:5px;opacity:.4;-webkit-transition:.3s all;transition:.3s all} - -.ld-secondary-header--llms .grid-filters a:hover{opacity:1} - -.ld-secondary-header--llms .grid-filters a.layout-grid-view{padding-right:5px;border-left:1px solid var(--bb-content-border-color)} - -.ld-secondary-header--llms .grid-filters .active{opacity:1} - -.ld-secondary-header--llms .sfwd-courses-filters .select-wrap select{margin-left:12px;height:36px;display:inline-block;font-family:inherit;font-style:inherit;font-size:15px;outline:0;vertical-align:middle;box-shadow:none;padding:0 12px;color:var(--bb-body-text-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-left:40px}@media screen and (max-width:992px) and (min-width:768px){ - -.ld-secondary-header--llms .sfwd-courses-filters{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin-left:15px} - -.ld-secondary-header--llms .sfwd-courses-filters .select-wrap{width:100%;margin-bottom:5px} - -.ld-secondary-header--llms .sfwd-courses-filters .select-wrap select{width:100%}}@media screen and (max-width:610px){ - -.ld-secondary-header--llms .sfwd-courses-filters{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin-left:15px} - -.ld-secondary-header--llms .sfwd-courses-filters .select-wrap{width:100%;margin-bottom:5px} - -.ld-secondary-header--llms .sfwd-courses-filters .select-wrap select{width:100%}} - -.bb-course-items .bb-course-cover--videoTile{background-color:var(--bb-cover-image-background-color);border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0} - -.bb-course-items .bb-course-cover--videoTile iframe{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0} - -.bb-course-items.list-view .bb-course-cover--videoTile{border-radius:0 var(--bb-block-radius) var(--bb-block-radius) 0} - -.bb-course-items.list-view .bb-course-cover--videoTile iframe{border-radius:0 var(--bb-block-radius) var(--bb-block-radius) 0} - -.entry-content .bb-course-items .bb-course-cover--videoTile .fluid-width-video-wrapper{margin-top:0;margin-bottom:0} - -.bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;margin-bottom:20px} - -.bb-course-items.grid-view .bb-course-item-wrap .bb-cover-list-item{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);height:100%;padding-bottom:0;-webkit-transition:.2s box-shadow;transition:.2s box-shadow;position:relative} - -.bb-course-items.grid-view .bb-course-item-wrap .bb-cover-list-item:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1);z-index:1} - -.bb-course-items.grid-view .bb-course-item-wrap .bb-cover-list-item .ld-status{position:absolute;z-index:9;top:15px;background-color:var(--bb-primary-color);border-radius:15px 0 0 15px;color:#fff;text-align:center;padding:5px 12px;text-transform:uppercase;font-size:11px;line-height:1;letter-spacing:.23px} - -.bb-course-items.grid-view .bb-course-item-wrap .bb-cover-list-item .ld-status.ld-status-complete.ld-primary-background{background-color:var(--bb-success-color)}@media screen and (max-width:1200px){ - -.bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33%;flex:0 0 33%}}@media screen and (max-width:820px){ - -.bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:480px){ - -.bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}} - -body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile{display:none} - -.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33%;flex:0 0 33%}@media screen and (max-width:1200px){ - -.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:992px){ - -.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}} - -.llms-progress{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;height:initial;margin-top:0} - -.llms-progress .llms-progress-bar{top:0;height:4px;background-color:var(--bb-content-border-color)} - -.llms-progress .progress-bar-complete{height:4px;background-color:var(--bb-primary-color)} - -.llms-progress .progress__indicator{height:initial;margin-right:0;text-align:right;font-size:12px;font-weight:500;line-height:1;letter-spacing:-.24px;display:block;margin-top:10px;color:var(--bb-alternate-text-color)} - -.llms-progress .progress__indicator .ld-progress-steps{margin-top:5px} - -.llms-loop-item-content__body .llms-progress{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto;margin-bottom:10px} - -.llms-loop-item-content__body .llms-progress .llms-progress-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1} - -.llms-loop-item-content__body .llms-progress .progress__indicator{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2} - -.llms-loop-item-content__body .llms-difficulty,.llms-loop-item-content__body .llms-enroll-date,.llms-loop-item-content__body .llms-enroll-status{display:none} - -.llms-loop-item-content__body .bb-course-excerpt{font-size:13px;color:var(--bb-alternate-text-color);line-height:1.384;display:block;display:-webkit-box;max-height:2.72em;margin:-3px 0 20px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis} - -.course-details-verbose{padding-bottom:65px}@media screen and (max-width:544px){ - -.course-details-verbose{padding-bottom:80px}} - -.lifterlms-course-list .bb-cover-list-item{position:relative} - -.lifterlms-course-list .bb-cover-list-item .llms-meta-aplans{position:absolute;bottom:0;width:-webkit-calc(100% - 40px);width:calc(100% - 40px);min-height:44px} - -.lifterlms-course-list .list-view .bb-cover-list-item .llms-meta-aplans{width:-webkit-calc(100% - 280px);width:calc(100% - 280px)}@media screen and (max-width:544px){ - -.lifterlms-course-list .list-view .bb-cover-list-item .llms-meta-aplans{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-top:10px;min-height:70px} - -.lifterlms-course-list .list-view .bb-cover-list-item .llms-meta-aplans .push-right{margin-right:0;margin-top:5px} - -.lifterlms-course-list .list-view .bb-cover-list-item .bb-course-meta.bb-course-meta--membership{padding-bottom:75px}} - -.bb-card-course-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:16px 20px 0} - -.bb-card-course-details .course-lesson-count{font-size:13px;color:var(--bb-alternate-text-color);line-height:1;margin-bottom:8px;font-weight:300} - -.bb-card-course-details .bb-course-title{font-size:22px;line-height:1.24;margin:0 0 8px;display:-webkit-box;max-height:2.7em;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis} - -.bb-card-course-details .bb-course-title a{color:inherit;display:block;display:-webkit-box;max-height:2.7em;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis} - -.bb-card-course-details .bb-course-meta{font-size:13px;font-weight:300;color:var(--bb-alternate-text-color);letter-spacing:-.24px;line-height:1;margin-bottom:20px;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} - -.bb-card-course-details .bb-course-meta .item-avatar{max-width:28px;margin-left:10px} - -.bb-card-course-details .bb-course-meta strong{font-size:13px;font-weight:500;letter-spacing:-.24px;margin:0} - -.bb-card-course-details .bb-course-meta strong a{color:var(--bb-headings-color)} - -.bb-card-course-details .bb-course-meta.bb-course-meta--membership{margin-bottom:15px;padding-bottom:55px} - -.bb-card-course-details .bb-course-excerpt{font-size:13px;color:var(--bb-alternate-text-color);line-height:1.384;display:block;display:-webkit-box;max-height:2.72em;margin:-3px 0 20px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis} - -.bb-course-items.list-view .bb-card-course-details{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-bottom:16px} - -.bb-course-items.list-view .bb-card-course-details .bb-course-title{max-width:80%} - -.bb-course-items.list-view .bb-card-course-details .llms-progress{max-width:450px} - -.bb-course-cover .bb-cover-wrap::after,.llms-loop-link .bb-cover-wrap::after{background:100% 0} - -.bb-course-cover .bb-cover-wrap,.llms-loop-link .bb-cover-wrap{background-color:var(--bb-cover-image-background-color)} - -.bb-cover-wrap--llms{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0} - -.bb-cover-wrap--llms::after{background:100% 0;border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0} - -.bb-course-items.list-view{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;list-style:none} - -.bb-course-items.list-view .bb-course-cover--videoTile .fluid-width-video-wrapper{height:100%} - -.bb-course-items.list-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:20px} - -.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);height:100%;-webkit-transition:.2s box-shadow;transition:.2s box-shadow;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0} - -.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1);z-index:1} - -.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .ld-status{position:absolute;z-index:9;top:15px;background-color:var(--bb-primary-color);border-radius:15px 0 0 15px;color:#fff;text-align:center;padding:5px 12px;text-transform:uppercase;font-size:11px;line-height:1;letter-spacing:.23px} - -.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .ld-status.ld-status-complete.ld-primary-background{background-color:var(--bb-success-color)} - -.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .bb-course-cover{-webkit-box-flex:0;-ms-flex:0 0 240px;flex:0 0 240px} - -.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .bb-course-cover .bb-cover-wrap{padding-top:70%;height:100%;border-radius:0 var(--bb-block-radius) var(--bb-block-radius) 0}@media screen and (max-width:1040px){ - -.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .bb-course-cover{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px} - -.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .llms-meta-aplans{width:-webkit-calc(100% - 240px);width:calc(100% - 240px)}}@media screen and (max-width:460px){ - -.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .bb-course-cover{-webkit-box-flex:0;-ms-flex:0 0 140px;flex:0 0 140px}}@media screen and (max-width:375px){ - -.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .bb-course-cover{-webkit-box-flex:0;-ms-flex:0 0 110px;flex:0 0 110px}} - -.lifterlms-course-list--memberships .grid-filters{margin-right:auto} - -.component-navigation.courses-nav{margin:0} - -.component-navigation.courses-nav li{position:relative;list-style:none} - -.component-navigation.courses-nav .bb-icon-loader{position:absolute;left:10px;top:7px} - -.llms-loop-item-content .llms-progress .progress__indicator{display:block} - -.post-type-archive-course.llms-pointer.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}@media screen and (max-width:1200px){ - -.post-type-archive-course.llms-pointer.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (min-width:800px) and (max-width:900px){ - -.post-type-archive-course.llms-pointer.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media screen and (max-width:480px){ - -.post-type-archive-course.llms-pointer.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}} - -.bb-template-v1 .bb-lms-pagination{padding:10px 0;text-align:left} - -.bb-template-v1 .bb-lms-pagination>*{display:inline-block;font-size:13px;margin-left:10px} - -.bb-template-v1 .bb-lms-pagination a.next.page-numbers,.bb-template-v1 .bb-lms-pagination a.prev.page-numbers{font-size:0} - -.single-llms_assignment .llms-donut svg path{stroke:var(--bb-success-color)} - -.single-llms_assignment .llms-audio-wrapper{margin-bottom:20px} - -.single-llms_assignment .llms-assignment-tasklist .llms-assignment-task{-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.single-llms_assignment .llms-assignment-tasklist .llms-assignment-task .llms-task-marker{box-shadow:inset 36px 0 40px -32px rgba(0,0,0,.05)} - -.single-llms_assignment .llms-assignment-tasklist .llms-assignment-task .icheckbox_minimal{margin:0 20px 0 0} - -.single-llms_assignment .llms-assignment-tasklist .llms-assignment-task .llms-task-main{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between} - -.single-llms_assignment .llms-assignment-tasklist .llms-assignment-task .llms-task-main .llms-task-check{display:none} - -.single-llms_assignment .llms-assignment-footer{margin:30px 0 60px} - -.single-llms_assignment .llms-assignment-footer #llms-assignment-submit{font-size:15px;border-radius:var(--bb-button-radius);padding:10px 20px;font-weight:500;background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)} - -.single-llms_assignment .llms-assignment-footer #llms-assignment-submit:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.single-llms_assignment .llms-assignment-footer #llms-assignment-submit:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -.single-llms_assignment .llms-assignment-footer #llms-assignment-submit .fa-paper-plane{display:none} - -.single-llms_assignment .llms-assignment-footer .llms-button-primary{font-size:15px;border-radius:var(--bb-button-radius);padding:10px 20px;font-weight:500;background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)} - -.single-llms_assignment .llms-assignment-footer .llms-button-primary:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.single-llms_assignment .llms-assignment-footer .llms-button-primary:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -.llms-assignment-content.type--tasklist li.llms-assignment-task:hover{background:rgba(146,164,183,.05)} - -.llms-assignment-content.type--tasklist li.llms-assignment-task .llms-task-marker{background:100% 0} - -.llms-assignment-content.type--tasklist li.llms-assignment-task .llms-task-main{width:initial} - -.llms-start-assignment-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)} - -.llms-start-assignment-button:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.llms-start-assignment-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)}@media screen and (max-width:365px){ - -.llms-start-assignment-button{margin-bottom:15px}} - -.llms-assignment-content.type--upload .llms-assignment-upload-field{border:1px dashed var(--bb-content-border-color);display:-webkit-box;display:-ms-flexbox;display:flex;padding:30px 20px} - -.llms-assignment-content.type--upload .llms-assignment-upload-field .fa{margin-bottom:0} - -.llms-assignment-upload-field{background:rgba(240,243,247,.5);border:1px dashed var(--bb-content-border-color);border-radius:6px;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-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:16px;color:var(--bb-headings-color);letter-spacing:-.24px;line-height:26px;padding:30px 20px} - -.llms-assignment-upload-field .fa-upload::before{background:url(../images/svg/upload.svg) no-repeat;background-size:cover;content:" ";height:41px;width:48px;display:block;margin:0 auto 15px} - -.llms-assignment-upload-field h2{font-size:16px;color:var(--bb-headings-color);letter-spacing:-.24px;line-height:26px} - -.lifterlms_content_wrap .llms-assignment-content.type--tasklist ol.llms-assignment-tasklist{border:0} - -.lifterlms_content_wrap .llms-assignment-content.type--tasklist li.llms-assignment-task{border-bottom:1px solid var(--bb-content-border-color)} - -.lifterlms_content_wrap .llms-assignment-content.type--tasklist li.llms-assignment-task:first-child{border-top:0} - -.lifterlms_content_wrap .llms-assignment-content.type--tasklist li.llms-assignment-task:last-child{border-bottom:0} - -.single-llms_assignment .llms-assignment-tasklist .llms-assignment-task .llms-task-marker{box-shadow:none;border-left:1px solid var(--bb-content-border-color)} - -header.llms-pa-posts--archive h2{margin-bottom:inherit} - -header.llms-pa-posts--archive a{display:inline-block;background-color:rgba(0,0,0,.03);color:#939597;border-radius:20px;padding:1px 30px 1px 15px;font-size:12px!important;margin:0 0 15px;-webkit-transition:all linear .2s;transition:all linear .2s;position:relative} - -header.llms-pa-posts--archive a::before{position:absolute;right:10px;top:6px;content:"\e8ab";font:400 normal normal 14px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} - -header.llms-pa-posts--archive a:hover{background-color:rgba(0,0,0,.06)} - -.llms-pa-posts.llms-pa-posts--archive footer a{font-family:inherit;font-size:15px;color:#fff;background-color:var(--bb-primary-color);border-radius:100px;padding:10px 20px;font-weight:500;text-align:center;display:inline-block;line-height:1;border:0;-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} - -.llms-pa-posts.llms-pa-posts--archive footer a:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)} - -header.llms-pa-area-header.llms-pa-posts--single .llms-pa-meta-sep,header.llms-pa-area-header.llms-pa-posts--single a{color:#939597;font-size:12px} - -.llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-pa-post-title{margin-bottom:15px} - -.llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-author{font-size:16px} - -.llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-author img{width:38px;height:38px} - -.llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-pa-meta-sep,.llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-pa-post-date{font-size:16px} - -.llms-pa-posts.llms-pa-posts--single #llms-pa-post-discussion-form{padding:0;margin:0;background-color:#fff} - -.llms-pa-posts.llms-pa-posts--single #llms-pa-post-discussion-form .llms-form-field.type-submit{text-align:left} - -.llms-pa-posts.llms-pa-posts--single #llms-pa-post-discussion-form .llms-form-field.type-submit .llms-pa-comment-reply-cancel{font-size:12px} - -.llms-pa-posts.llms-pa-posts--single .llms-pa-post-discussion-form-wrap{background-color:#fff;padding:20px;border:1px solid var(--bb-content-border-color);border-radius:4px;margin-bottom:20px} - -.llms-pa-posts.llms-pa-posts--single .llms-pa-post-discussion-form-wrap h2{margin-bottom:10px} - -.llms-pa-posts.llms-pa-posts--single .llms-pa-post-discussion-form-wrap #llms-pa-post-discussion-form{padding:0;margin:0;background-color:#fff} - -.llms-pa-posts.llms-pa-posts--single .llms-pa-post-discussion-form-wrap #llms-pa-post-discussion-form .llms-form-field.type-submit{text-align:left} - -.llms-pa-posts.llms-pa-posts--single .llms-pa-post-discussion-form-wrap #llms-pa-post-discussion-form .llms-form-field.type-submit button{background-color:#fff;color:var(--bb-primary-color);line-height:1;border:1px solid var(--bb-primary-color)} - -.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms-pa-comment-toggle-read .read,.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms-pa-comment-toggle-read .unread{color:var(--bb-primary-color);background:100% 0!important} - -.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment{margin-bottom:20px;position:relative} - -.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment .comment-body{margin-bottom:0;background-color:#fff;padding:20px;border:1px solid var(--bb-content-border-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment .comment-body .comment-meta.commentmetadata{font-size:13px;padding-left:60px;color:var(--bb-alternate-text-color)} - -.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment .comment-body .comment-meta.commentmetadata .llms-author img{width:38px;height:38px} - -.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment .comment-body .comment-text{margin-top:0} - -.llms_pa_post_comment.llms-pa-unread::after{content:"unread";font-size:12px;background-color:#fff;border:1px solid var(--bb-primary-color);color:var(--bb-primary-color);padding:0 15px;border-radius:3px;position:absolute;left:20px;top:20px;text-align:center} - -.llms-pa-post .llms-pa-author,.llms-pa-post .llms-pa-discussion-list .comment .llms-author,.llms-pa-post .llms-pa-discussion-list .comment .llms-pa-comment-permalink,.llms-pa-post .llms-pa-discussion-list .comment .llms-pa-comment-reply,.llms-pa-post .llms-pa-discussion-list .comment .llms-pa-comment-toggle-read,.llms-pa-post .llms-pa-meta-sep,.llms-pa-post .llms-pa-posts .llms-pa-post-header .llms-author,.llms-pa-post .llms-pa-posts .llms-pa-post-header .llms-pa-post-date{font-size:inherit;color:var(--bb-alternate-text-color)} - -.llms-pa-post .llms-pa-meta-sep{opacity:.5} - -.llms-pa-post .llms-pa-discussion-list .comment .llms-pa-comment-permalink:hover,.llms-pa-post .llms-pa-discussion-list .comment .llms-pa-comment-reply:hover,.llms-pa-post .llms-pa-discussion-list .comment .llms-pa-comment-toggle-read:hover{text-decoration:none} - -.llms-loop-item.course .llms-pa-permalink{font-family:inherit;font-size:12px;color:var(--bb-alternate-text-color);font-weight:500;font-style:normal;padding:0 20px 15px;margin:0;display:block} - -.llms-loop-item.course .llms-pa-permalink:hover{color:var(--bb-primary-color)} - -.llms-loop-item.course .llms-pa-permalink::before{font-size:13px;content:"\eecc";display:inline-block;font-family:bb-icons;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;margin:0 0 0 5px} - -.lmslifter .llms-pa-stamp{background-color:var(--bb-primary-color);font-size:12px;padding:5px 10px;border-radius:100px;margin-right:10px;display:inline-block;line-height:1} - -.lmslifter .llms-pa-posts .llms-pa-post-header .llms-pa-post-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:inherit} - -.lmslifter .llms-pa-posts .llms-pa-post{border-bottom-color:var(--bb-content-border-color)} - -.llms-pa-area-header h2.llms-private-area-title{margin-bottom:10px} - -.llms-pa-area-header.llms-pa-posts--single h2.llms-private-area-title{margin-bottom:0} - -.llms-pa-posts header.llms-pa-post-header .llms-author,.llms-pa-posts header.llms-pa-post-header .llms-pa-meta-sep,.llms-pa-posts header.llms-pa-post-header .llms-pa-post-date,.llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-author,.llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-pa-meta-sep,.llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-pa-post-date{color:var(--bb-alternate-text-color);font-size:13px} - -#wp-llms_pa_post_comment-wrap .quicktags-toolbar .ed_button{height:25px;line-height:normal} - -#wp-llms_pa_post_comment-wrap.wp-core-ui .button.button-small{color:var(--bb-primary-color);border-color:var(--bb-primary-color)} - -#wp-llms_pa_post_comment-wrap.wp-core-ui .button.button-small:focus,#wp-llms_pa_post_comment-wrap.wp-core-ui .button.button-small:hover{box-shadow:none} - -.llms-pa-info-widget{margin:0 0 30px} - -.llms-pa-info-widget .llms-pa-item{font-size:14px;margin-bottom:10px} - -.llms-pa-info-widget .llms-pa-item strong{font-weight:400} - -.llms-pa-info-widget .llms-pa-info-widget-footer{margin:20px 0} - -.llms-pa-info-widget .llms-pa-info-widget-footer .llms-button-secondary{padding:10px 20px;font-size:15px;display:inline-block} - -.single-lesson .gform_wrapper li.gfield.gfield_error,.single-lesson .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{background-color:transparent} - -.single-lesson .gform_wrapper .gfield_checkbox li label,.single-lesson .gform_wrapper .gfield_radio li label{display:inline-block;margin-right:0} - -.single-lesson .gform_wrapper li.gfield.gfield_error{border:0!important} - -.single-lesson .gform_wrapper li.gfield.gfield_error.gfield_contains_required{margin-top:0;margin-bottom:0!important;padding-right:0!important} - -.single-llms_certificate .site-content .container .site-content-grid,.single.llms_my_certificate-template-default .site-content .container .site-content-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.single-llms_certificate .llms-certificate-container,.single.llms_my_certificate-template-default .llms-certificate-container{position:relative}@media (max-width:850px){ - -.single-llms_certificate .llms-certificate-container,.single.llms_my_certificate-template-default .llms-certificate-container{width:100%!important}} - -.single-llms_certificate .llms-certificate-container .certificate-background,.single.llms_my_certificate-template-default .llms-certificate-container .certificate-background{margin-bottom:0!important} - -.single-llms_certificate .llms-certificate-container .llms_certificate,.single-llms_certificate .llms-certificate-container .llms_my_certificate,.single.llms_my_certificate-template-default .llms-certificate-container .llms_certificate,.single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate{position:absolute;right:0;left:0;top:0;bottom: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}@media (max-width:480px){ - -.single-llms_certificate .llms-certificate-container .llms_certificate,.single-llms_certificate .llms-certificate-container .llms_my_certificate,.single.llms_my_certificate-template-default .llms-certificate-container .llms_certificate,.single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate{margin:40px 60px}}@media (max-width:400px){ - -.single-llms_certificate .llms-certificate-container .llms_certificate,.single-llms_certificate .llms-certificate-container .llms_my_certificate,.single.llms_my_certificate-template-default .llms-certificate-container .llms_certificate,.single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate{margin:20px 40px}} - -.single-llms_certificate .llms-certificate-container .llms_certificate .llms-summary h1,.single-llms_certificate .llms-certificate-container .llms_my_certificate .llms-summary h1,.single.llms_my_certificate-template-default .llms-certificate-container .llms_certificate .llms-summary h1,.single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate .llms-summary h1{font-size:32px;line-height:1.2;margin-bottom:0}@media (max-width:480px){ - -.single-llms_certificate .llms-certificate-container .llms_certificate .llms-summary h1,.single-llms_certificate .llms-certificate-container .llms_my_certificate .llms-summary h1,.single.llms_my_certificate-template-default .llms-certificate-container .llms_certificate .llms-summary h1,.single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate .llms-summary h1{font-size:24px;margin-top:20px}} - -.single-llms_certificate .llms-certificate-container .llms_certificate .llms-summary p,.single-llms_certificate .llms-certificate-container .llms_my_certificate .llms-summary p,.single.llms_my_certificate-template-default .llms-certificate-container .llms_certificate .llms-summary p,.single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate .llms-summary p{text-align:center;margin-top:40px}@media (max-width:480px){ - -.single-llms_certificate .llms-certificate-container .llms_certificate .llms-summary p,.single-llms_certificate .llms-certificate-container .llms_my_certificate .llms-summary p,.single.llms_my_certificate-template-default .llms-certificate-container .llms_certificate .llms-summary p,.single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate .llms-summary p{margin-top:20px;font-size:14px}}@media (min-width:768px){ - -.single-llms_certificate.bb-buddypanel .site,.single.llms_my_certificate-template-default.bb-buddypanel .site{margin-right:0;-webkit-transition:margin-right .2s;transition:margin-right .2s}} - -.llms-sd-section.llms-my-certificates .llms-certificates-loop.listing-certificates,.llms-student-dashboard.view-certificates .llms-certificates-loop.listing-certificates{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap} - -.lifterlms ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}@media only screen and (max-width:1200px){ - -.lifterlms ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){ - -.lifterlms ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -.lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}@media only screen and (max-width:1200px){ - -.lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){ - -.lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -.has-sidebar .lifterlms ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){ - -.has-sidebar .lifterlms ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -.has-sidebar .lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){ - -.has-sidebar .lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -ul.llms-certificates-loop.listing-certificates.loop-cols-5 li.llms-certificate-loop-item{width:-webkit-calc(20% - 20px);width:calc(20% - 20px)} - -ul.llms-certificates-loop.listing-certificates li.llms-certificate-loop-item{margin:10px;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);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-align:center;-ms-flex-align:center;align-items:center} - -ul.llms-certificates-loop.listing-certificates li.llms-certificate-loop-item:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1);-webkit-transition:box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out} - -.llms-certificate{border:none;padding:0;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around} - -.llms-certificate .llms-certificate-title{line-height:1.2} - -.llms-certificate .llms-certificate-date{font-size:12px;line-height:1;letter-spacing:-.24px;display:block} - -.llms-certificate.llms-loop-item-content{margin:0;border-radius:var(--bb-block-radius)} - -.llms-notification .llms-notification-footer{border-color:var(--bb-content-border-color)} - -.llms-notification .llms-notification-title{margin-bottom:10px;font-weight:500} - -.llms-notification-list .llms-notification{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.llms-notification-list .llms-notification .llms-notification-content{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%} - -.llms-notification-list .llms-notification .llms-notification-footer{margin-right:auto;-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;text-align:left;line-height:1.7} - -.llms-notification-list .llms-notification .llms-notification-footer .llms-notification-date{float:none;margin-left:0;color:var(--bb-alternate-text-color);display:block}@media screen and (max-width:1200px){ - -.llms-notification-list .llms-notification{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.llms-notification-list .llms-notification .llms-notification-content{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;margin-bottom:10px} - -.llms-notification-list .llms-notification .llms-notification-footer{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}} - -.llms-sd-section.llms-my-memberships .llms-loop-item .llms-loop-item-content{padding:0} - -.llms-sd-section.llms-my-memberships p{border:none;background-color:transparent;padding:0} - -.llms-sd-section.llms-my-memberships p::before{display:none} - -.single-llms_membership header.entry-header{display:none} - -.single-llms_membership .entry-img{border-radius:4px} - -.single-llms_membership.single:not(.single-post) .entry-content-wrap{padding-top:0} - -h1.entry-title--llmsMembership+h1.entry-title--llmsMembership{display:none} - -ul.llms-achievements-loop li.llms-achievement-loop-item{border-radius:var(--bb-block-radius-inner);border:1px solid var(--bb-content-border-color);margin:10px;padding:0} - -.lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item{margin:10px} - -.lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px);padding:0}@media only screen and (max-width:1200px){ - -.lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){ - -.lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -.lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}@media only screen and (max-width:1200px){ - -.lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){ - -.lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -.has-sidebar .lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){ - -.has-sidebar .lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -.has-sidebar .lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){ - -.has-sidebar .lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -ul.llms-achievements-loop li.llms-achievement-loop-item:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1);-webkit-transition:box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out} - -.llms-achievement,.llms-achievement:hover{background-color:transparent} - -.llms-sd-section.llms-my-achievements .llms-achievement-loop-item.achievement-item a{background-color:transparent} - -.llms-achievement__body{padding:20px} - -.llms-achievement .llms-achievement-title{line-height:1.2;font-weight:700;font-size:20px;padding:0} - -.llms-achievement .llms-achievement-content{padding:0;font-size:14px;line-height:1.584;display:block;display:-webkit-box;max-height:4.5em;margin:20px 0;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:var(--bb-body-text-color)} - -.llms-achievement .llms-achievement-date,.llms-achievement .llms-achievement-info{display:block;text-align:center} - -.llms-achievement .llms-achievement-date{font-size:14px;color:var(--bb-body-text-color)} - -.llms-achievement .llms-achievement-date span{font-size:12px;color:var(--bb-alternate-text-color)}@media (max-width:337px){ - -.lifterlms .llms-button-primary,.lifterlms .llms-button-secondary,.lifterlms .llms-field-button{padding:10px 11px}} - -.iziModal{border-bottom:0!important;box-shadow:0 3px 24px 0 rgba(18,43,70,.28);background-color:var(--bb-content-background-color)} - -.iziModal .bb-cover-wrap{border-radius:0} - -.iziModal .iziModal-header,.llms-achievement-modal.iziModal .iziModal-header{background-color:var(--bb-content-background-color)!important;box-shadow:none} - -.iziModal .iziModal-header .iziModal-header-title{color:var(--bb-headings-color)} - -.iziModal .iziModal-header .iziModal-header-subtitle{color:var(--bb-alternate-text-color)} - -.iziModal .iziModal-header .iziModal-button-close{background:100% 0;opacity:.7;-webkit-transition:none;transition:none;text-align:center} - -.iziModal .iziModal-header .iziModal-button-close:hover{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none} - -.iziModal .iziModal-header .iziModal-button-close::before{display:inline-block;color:#939597;font-family:bb-icons;content:"\e828";font-size:1.5em;position:relative;width:22px;height:22px} - -.iziModal-overlay{background-color:rgba(0,0,0,.4)} - -.iziModal-navigate>button:hover{box-shadow:none} - -.llms-achievement-image--icon{padding:15px 0;text-align:center;background-color:var(--bb-content-alternate-background-color)} - -.llms-achievement-image--icon img.llms-achievement-img{object-fit:cover;width:54px;height:54px;border-radius:100%;margin:0 auto} - -.llms-achievement-modal .llms-achievement-image--icon img.llms-achievement-img{width:100px;height:100px} - -.llms-notification[data-trigger=achievement_earned] .llms-notification-body img{object-fit:cover;width:100px;height:100px;border-radius:100%;margin:10px auto} - -body div.wpforms-container-full .wpforms-form input[type=date],body div.wpforms-container-full .wpforms-form input[type=datetime-local],body div.wpforms-container-full .wpforms-form input[type=datetime],body div.wpforms-container-full .wpforms-form input[type=email],body div.wpforms-container-full .wpforms-form input[type=month],body div.wpforms-container-full .wpforms-form input[type=number],body div.wpforms-container-full .wpforms-form input[type=password],body div.wpforms-container-full .wpforms-form input[type=range],body div.wpforms-container-full .wpforms-form input[type=search],body div.wpforms-container-full .wpforms-form input[type=tel],body div.wpforms-container-full .wpforms-form input[type=text],body div.wpforms-container-full .wpforms-form input[type=time],body div.wpforms-container-full .wpforms-form input[type=url],body div.wpforms-container-full .wpforms-form input[type=week],body div.wpforms-container-full .wpforms-form select,body div.wpforms-container-full .wpforms-form textarea{font-size:15px} - -body div.wpforms-container-full .wpforms-form button[type=submit]{font-family:inherit;font-size:15px;color:#fff;background-color:var(--bb-primary-color);border-radius:100px;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:1px solid transparent;outline:0;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} - -body div.wpforms-container-full .wpforms-form button[type=submit]:hover{outline:0;text-decoration:none;color:#fff;box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1);background-color:var(--bb-primary-color);border-color:var(--bb-primary-color)} - -.single-lesson.llms-pointer #lifterlms-page-content .lifterlms_content_wrap .wpforms-confirmation-container-full,.single-lesson.llms-pointer #lifterlms-page-content .lifterlms_content_wrap div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message),body .wpforms-confirmation-container-full,body div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message){background-color:var(--bb-success-color);border-color:var(--bb-success-color);text-align:center} - -.single-lesson.llms-pointer #lifterlms-page-content .lifterlms_content_wrap .wpforms-confirmation-container-full p,.single-lesson.llms-pointer #lifterlms-page-content .lifterlms_content_wrap div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) p,body .wpforms-confirmation-container-full p,body div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) p{margin:.5rem 0} - -body .wpforms-confirmation-container-full,body div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message){border-color:var(--bb-primary-color)} - -.frm_forms .frm_form_fields fieldset{border:none;padding:0;margin-top:0} - -.frm_forms .frm_form_fields fieldset legend{font-size:26px;margin:0 0 10px;background:100% 0;border:0 none;border-radius:0;float:none;height:auto;letter-spacing:normal;list-style:none;outline:0;position:static;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;width:auto;visibility:visible;overflow:visible;padding:0;box-sizing:border-box;box-shadow:none} - -.frm_forms .frm_form_fields fieldset .frm_top_container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:10px 0} - -.frm_forms .frm_form_fields fieldset .frm_top_container .frm_primary_label,.frm_forms .frm_form_fields fieldset .frm_top_container label.frm_primary_label{display:block;font-weight:700;font-size:16px;float:none;line-height:1.3;margin:0 0 4px;padding:0} - -.frm_forms .frm_form_fields fieldset .frm_top_container .frm_checkbox .icheckbox_minimal.checked::after{text-indent:0} - -.frm_forms .frm_form_fields fieldset .frm_submit{margin:0;padding:16px 0} - -.frm_forms .frm_form_fields fieldset .frm_submit .frm_button_submit{font-family:inherit;font-size:15px;color:#fff;background-color:var(--bb-primary-color);border-radius:100px;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:1px solid transparent;outline:0;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;box-shadow:none} - -.frm_forms .frm_form_fields fieldset .frm_dropzone{border:1px dashed #dedfe2;border-radius:3px;min-height:60px;padding:30px} - -.frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message{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-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -.frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_icon_font.frm_upload_icon{position:relative;height:40px} - -.frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_icon_font.frm_upload_icon::before{position:absolute;right:-16px;font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;color:var(--bb-primary-color);content:"\ee24";font-size:32px;display:block;margin:0 auto 10px} - -.frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_compact_text button,.frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_upload_text button{background-color:transparent;font-size:18px;color:var(--bb-headings-color);padding:2px 0} - -.frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_compact_text button:hover,.frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_upload_text button:hover{background-color:transparent;box-shadow:none} - -.frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_small_text{font-size:14px;color:var(--bb-primary-color)} - -.frm_forms .frm_form_fields fieldset .wp-switch-editor{margin-top:0} - -.frm_forms .frm_form_fields fieldset .frm_description{font-size:15px;padding-top:10px} - -.frm_forms .frm_form_fields fieldset .frm_range_container input{width:100%} - -.frm_forms .frm_form_fields fieldset .frm_pos_top{margin:20px 0 0} - -.frm_forms .frm_form_fields fieldset .frm_combo_inputs_container div{padding:0 0 10px} - -.frm_forms .frm_form_fields fieldset .frm_combo_inputs_container div input{width:100%} - -.frm_forms .frm_form_fields fieldset .frm_form_field.form-field .frm_time_wrap select{width:inherit} - -.frm_forms .frm_form_fields fieldset .frm_form_field.form-field select{width:100%} - -.frm_forms .frm_form_fields fieldset .frm_hidden{display:none} - -.frm_forms .frm_form_fields fieldset .frm-edit-page-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:0;background-color:transparent;box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)} - -.frm_forms .frm_form_fields fieldset .frm-edit-page-btn svg{width:20px;height:20px} - -.frm_forms .frm_form_fields fieldset .frm-edit-page-btn span{padding-right:10px;color:#000} - -.frm_forms .frm_form_fields fieldset .frm_pos_.frm_primary_label{margin-bottom:10px} - -.frm_forms .frm_form_fields fieldset .frm-line-table tr td h3{margin-bottom:0} - -.lifterlms .llms-sd-items .llms-sd-item:hover a,.llms-widget-syllabus .lesson-complete-placeholder.done{color:var(--bb-primary-color)} - -.nf-form-wrap .nf-form-content .nf-field-element select,.nf-form-wrap .nf-form-content .nf-field-element select.ninja-forms-field:not([multiple]){-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:left 1rem center;padding-left:40px} - -.nf-form-wrap .nf-form-content .list-select-wrap .nf-field-element>div{background:100% 0;border:0} - -.nf-form-wrap .nf-form-content .listradio-wrap .nf-field-element input{display:none} - -.nf-form-wrap .nf-form-content .listradio-wrap .nf-field-element label{display:inline-block;margin-right:0!important} - -.nf-form-wrap .nf-form-content .listradio-wrap .nf-field-element label::after,.nf-form-wrap .nf-form-content .listradio-wrap .nf-field-element label::before{display:none} - -.nf-form-wrap .nf-form-content .listradio-wrap .nf-field-element li .bs-radio{display:none}@media screen and (max-width:1200px){ - -.single-llms_certificate .bb-grid{display:block} - -.single-llms_certificate .bb-grid .llms-certificate-container{display:block} - -.single-llms_certificate .bb-grid .llms-print-certificate{width:100%;max-width:100%}} - -.llms-print-certificate .back_to_home_page,.llms-print-certificate .button{font-size:14px} - -.llms-print-certificate button i{font-size:18px} - -.llms-print-certificate .back_to_home_page{display:inline-block;border-radius:20px;padding:1px 10px 1px 15px;margin:15px 0;-webkit-transition:all linear .2s;transition:all linear .2s} - -.llms-print-certificate .print_and_save_holder{margin-bottom:10px} - -.print_and_save_holder .button{font-family:inherit;padding:10px 20px;font-weight:500;font-style:normal;text-decoration:none;text-align:center;cursor:pointer;display:inline-block;line-height:1;outline:0;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} - -.llms-notification .llms-notification-body .llms-mini-cert{border:0;background-color:var(--bb-content-alternate-background-color);border-radius:4px;padding:10px 15px} - -.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert-title{font-weight:400} - -.llms-sd-notification-center .llms-notification .llms-mini-cert{max-width:100%} - -ul.llms-certificates-loop.listing-certificates li.llms-certificate-loop-item{padding:0} - -.llms-certificate__body{padding:10px 20px 20px} - -.llms-certificate__badge{width:100%;height:35px;background-color:#f5f6f7;margin-bottom:20px;border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0} - -.llms-certificate__badge img{position:relative;top:5px} - -.llms-certificate__label{font-size:13px;color:var(--bb-alternate-text-color)} - -.llms-achievement .llms-certificate-title,.llms-certificate .llms-certificate-title{font-size:20px;line-height:1.3} - -a.llms-certificate__link .llms-certificate-title:hover{color:var(--bb-primary-color)} - -.llms-certificate__footer{margin:15px 0 0} - -.llms-certificate__footer .llms-certificate-date{text-align:right;line-height:1.3} - -.llms-certificate__footer .llms-certificate__date-label{color:var(--bb-alternate-text-color)} - -.llms-certificate__footer .llms-certificate__moment{font-size:14px} - -.llms-certificate__download form{margin-bottom:0} - -.buddypress .buddypress-wrap .llms-certificate__download .llms-certificate__downloadBtn,.buddypress .buddypress-wrap .llms-certificate__download button.llms-certificate__downloadBtn.button,.llms-certificate__download .llms-certificate__downloadBtn,.llms-certificate__download button.llms-certificate__downloadBtn.button{color:var(--bb-primary-color);display:inline-block;width:26px;height:26px;line-height:12px;padding:5px;border-radius:var(--bb-button-radius);border:0;background-color:transparent} - -.buddypress .buddypress-wrap .llms-certificate__download .llms-certificate__downloadBtn i,.buddypress .buddypress-wrap .llms-certificate__download button.llms-certificate__downloadBtn.button i,.llms-certificate__download .llms-certificate__downloadBtn i,.llms-certificate__download button.llms-certificate__downloadBtn.button i{font-size:26px} - -.buddypress .buddypress-wrap .llms-certificate__download .llms-certificate__downloadBtn i::before,.buddypress .buddypress-wrap .llms-certificate__download button.llms-certificate__downloadBtn.button i::before,.llms-certificate__download .llms-certificate__downloadBtn i::before,.llms-certificate__download button.llms-certificate__downloadBtn.button i::before{margin:0} - -.buddypress .buddypress-wrap .llms-certificate__download .llms-certificate__downloadBtn:active,.buddypress .buddypress-wrap .llms-certificate__download .llms-certificate__downloadBtn:focus,.buddypress .buddypress-wrap .llms-certificate__download .llms-certificate__downloadBtn:hover,.buddypress .buddypress-wrap .llms-certificate__download button.llms-certificate__downloadBtn.button:active,.buddypress .buddypress-wrap .llms-certificate__download button.llms-certificate__downloadBtn.button:focus,.buddypress .buddypress-wrap .llms-certificate__download button.llms-certificate__downloadBtn.button:hover,.llms-certificate__download .llms-certificate__downloadBtn:active,.llms-certificate__download .llms-certificate__downloadBtn:focus,.llms-certificate__download .llms-certificate__downloadBtn:hover,.llms-certificate__download button.llms-certificate__downloadBtn.button:active,.llms-certificate__download button.llms-certificate__downloadBtn.button:focus,.llms-certificate__download button.llms-certificate__downloadBtn.button:hover{box-shadow:none} - -.buddypress .buddypress-wrap .llms-certificate__download i,.llms-certificate__download i{line-height:15px} - -body.bb-buddypanel.bb-sfwd-aside .site-header .bb-toggle-panel{display:inherit;margin-right:-18px} - -body.bb-buddypanel.bb-sfwd-aside .header-aside-inner .bb-toggle-panel{display:none} - -body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .site-header .site-header-container>.bb-toggle-panel{display:none} - -body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .site-header .site-header-container{padding-right:0} - -body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .header-3 .header-aside-inner .bb-toggle-panel{margin-left:0} - -body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .header-aside-inner .bb-toggle-panel{display:inline-block;padding-right:20px;margin:0;margin-left:-18px} - -body.bb-buddypanel.bb-sfwd-aside .site-header .site-header-container:not(.header-3) #header-aside .bb-toggle-panel i{color:inherit} - -body.bb-buddypanel.bb-sfwd-aside.buddypanel-open:not(.buddypanel-header) .site-header .bb-toggle-panel{visibility:hidden;opacity:0} - -body.bb-buddypanel.bb-sfwd-aside.buddypanel-header .site-header .bb-toggle-panel{margin-right:-18px} - -body.bb-buddypanel.bb-sfwd-aside.buddypanel-header.bb-buddypanel-right .site-header .bb-toggle-panel{margin-right:0} - -body.bb-buddypanel.bb-sfwd-aside:not(.buddypanel-open) .buddypanel .bb-toggle-panel{visibility:hidden;opacity:0} - -body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head{height:0} - -body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel{display:none} - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--0 a::before{content:"\ef58";font-family:bb-icons} - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-groups a::before{content:"\e95d";font-family:bb-icons} - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-courses a::before{content:"\eeac";font-family:bb-icons} - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-grades a::before{font-family:bb-icons;content:"\eed4"} - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-memberships a::before{font-family:bb-icons;content:"\ef52"} - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-achievements a::before{font-family:bb-icons;content:"\ee04"} - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-certificates a::before{font-family:bb-icons;content:"\e975"} - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--notifications a::before{font-family:bb-icons;content:"\e8a5"} - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--redeem-voucher a::before{font-family:bb-icons;content:"\ef0c"} - -.has-sidebar .woocommerce-MyAccount-content .llms-loop-list .llms-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){ - -.has-sidebar .woocommerce-MyAccount-content .llms-loop-list .llms-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -.has-sidebar .woocommerce-MyAccount-content .llms-loop-list.cols-3 .llms-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){ - -.has-sidebar .woocommerce-MyAccount-content .llms-loop-list.cols-3 .llms-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -.woocommerce-MyAccount-content ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px);padding:0}@media only screen and (max-width:1200px){ - -.woocommerce-MyAccount-content ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){ - -.woocommerce-MyAccount-content ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -.woocommerce-MyAccount-content ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}@media only screen and (max-width:1200px){ - -.woocommerce-MyAccount-content ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){ - -.woocommerce-MyAccount-content ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -.has-sidebar .woocommerce-MyAccount-content ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){ - -.has-sidebar .woocommerce-MyAccount-content ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -.has-sidebar .woocommerce-MyAccount-content ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){ - -.has-sidebar .woocommerce-MyAccount-content ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -.woocommerce-MyAccount-content ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}@media only screen and (max-width:1200px){ - -.woocommerce-MyAccount-content ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){ - -.woocommerce-MyAccount-content ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -.woocommerce-MyAccount-content ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}@media only screen and (max-width:1200px){ - -.woocommerce-MyAccount-content ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){ - -.woocommerce-MyAccount-content ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -.has-sidebar .woocommerce-MyAccount-content ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){ - -.has-sidebar .woocommerce-MyAccount-content ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -.has-sidebar .woocommerce-MyAccount-content ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){ - -.has-sidebar .woocommerce-MyAccount-content ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -.woocommerce-MyAccount-content .llms-notice+form p.form-row.form-row-first,.woocommerce-MyAccount-content .llms-sd-title+form p.form-row.form-row-first{width:100%} - -.woocommerce-MyAccount-content .llms-notice+form label,.woocommerce-MyAccount-content .llms-sd-title+form label{font-size:15px;margin-left:10px;display:inline-block} - -.woocommerce-MyAccount-content .llms-notice+form input[name=llms_voucher_code],.woocommerce-MyAccount-content .llms-sd-title+form input[name=llms_voucher_code]{border-radius:100px;padding:0 20px}@media screen and (max-width:992px){ - -.woocommerce-MyAccount-content .llms-notice+form input[name=llms_voucher_code],.woocommerce-MyAccount-content .llms-sd-title+form input[name=llms_voucher_code]{width:100%;margin-top:10px}} - -.woocommerce-MyAccount-content .llms-notice+form button,.woocommerce-MyAccount-content .llms-sd-title+form button{padding-top:6px;padding-bottom:6px;background-color:var(--bb-primary-color)} - -.woocommerce .woocommerce-MyAccount-content .llms-sd-title{padding:0 0 20px;border-bottom:1px solid var(--bb-content-border-color)}@media only screen and (min-width:800px){ - -.llms-theme .woocommerce-MyAccount-content{width:68%}} - -.woocommerce-MyAccount-content .llms-sd-section.llms-sd-grades{overflow-x:auto}@media (min-width:600px){ - -.llms-access-plans.cols-0 .llms-access-plan{width:100%} - -.llms-access-plans.cols-1 .llms-access-plan{width:100%} - -.llms-access-plans.cols-2 .llms-access-plan{width:100%} - -.llms-access-plans.cols-3 .llms-access-plan{width:100%} - -.llms-access-plans.cols-4 .llms-access-plan{width:100%} - -.llms-access-plans.cols-5 .llms-access-plan{width:100%} - -.llms-access-plans.cols-6 .llms-access-plan{width:100%} - -.llms-access-plans.cols-7 .llms-access-plan{width:100%} - -.llms-access-plans.cols-8 .llms-access-plan{width:100%} - -.llms-access-plans.cols-9 .llms-access-plan{width:100%}} - -.llms-access-plans .llms-access-plan .llms-access-plan-content,.llms-access-plans .llms-access-plan .llms-access-plan-footer{background-color:transparent} - -.llms-access-plans .llms-access-plan .llms-access-plan-footer{border-bottom:0} - -.llms-access-plan .stamp{border-radius:4px;background-color:var(--bb-danger-color);padding:4px 12px;font-weight:500;line-height:1.2;display:inline-block} - -.llms-access-plan-price{font-size:16px} - -.llms-access-plan-price>span{display:block} - -.llms-access-plan-price{font-variant:normal;line-height:inherit} - -.llms-access-plan-price .price-regular:not(.price-regular--isSale),.llms-access-plan-price .price-sale{color:var(--bb-headings-color);font-size:20px} - -.llms-access-plan-price .price-regular:not(.price-regular--isSale) .lifterlms-price,.llms-access-plan-price .price-sale .lifterlms-price{font-weight:700} - -.llms-access-plan-price .lifterlms-price{font-size:20px} - -.llms-access-plan-price .price-regular.price-regular--isSale{color:var(--bb-alternate-text-color)} - -.llms-access-plan-price .price-regular.price-regular--isSale .lifterlms-price{color:var(--bb-alternate-text-color);font-size:14px;font-weight:100} - -.llms-access-plan-pricing .llms-price-currency-symbol{font-size:inherit;vertical-align:inherit} - -.llms-access-plan-pricing.trial .llms-access-plan-price{margin-top:15px} - -.llms-access-plan-title{background-color:transparent;color:var(--bb-headings-color);font-weight:500;padding:0 0 20px;font-size:22px} - -.llms-access-plan-description{font-size:14px;line-height:1.8;padding:0} - -.llms-access-plan-expiration,.llms-access-plan-schedule,.llms-access-plan-trial{font-variant:normal;font-size:12px;text-transform:uppercase;margin-top:5px} - -.llms-access-plan-sale-end{font-variant:normal;text-transform:none;color:var(--bb-headings-color);margin-top:15px;font-size:13px} - -.llms-access-plan-sale-end span{color:var(--bb-alternate-text-color)}@media screen and (max-width:1200px){ - -.llms-access-plan-sale-end span{display:block;padding-bottom:3px}} - -.llms-access-plan-content{margin:0} - -.llms-access-plan:not(.featured) .llms-access-plan-featured{display:none} - -.llms-access-plan.featured .llms-access-plan-content,.llms-access-plan.featured .llms-access-plan-footer{border-right:0;border-left:0} - -.llms-access-plan.featured .llms-access-plan-featured{background-color:var(--bb-success-color);text-align:center;padding:5px 25px;line-height:1.5;border-radius:0 0 5px 5px;margin:0 0 10px;position:absolute;top:0;font-size:12px} - -.llms-access-plan-restrictions{margin:10px 0 0} - -.llms-access-plan-restrictions ul li{font-size:13px} - -.llms-access-plan .llms-access-plan-restrictions ul{margin:5px 0} - -.llms-access-plan .llms-access-plan-restrictions ul a{color:var(--bb-primary-color)} - -.llms-access-plan .llms-access-plan-restrictions ul a:hover{color:var(--bb-primary-color)} - -.bb-single-course-sidebar .llms-access-plan-description{padding:10px 0 0} - -.bb-single-course-sidebar .llms-access-plan{border:0;background-color:transparent;border-radius:0;padding:0;display:block;text-align:center} - -.bb-single-course-sidebar .llms-access-plan .llms-access-plan-content{max-width:100%;border:0;padding:0} - -.bb-single-course-sidebar .llms-access-plan .llms-access-plan-content,.bb-single-course-sidebar .llms-access-plan.featured .llms-access-plan-content{border:0} - -.bb-single-course-sidebar .llms-access-plan .llms-access-plan-footer{max-width:100%;display:block} - -.bb-single-course-sidebar .llms-access-plan .llms-access-plan-featured{position:static;border-radius:3px} - -.bb-single-course-sidebar .llms-access-plan .llms-access-plan-title{background-color:transparent;color:var(--bb-headings-color);padding:0} - -.llms-access-plan{margin:20px 0;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color);padding:25px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:right;float:none;position:relative} - -.llms-access-plan .llms-access-plan-content{max-width:60%;-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%;padding:0 10px 0 25px} - -.llms-access-plan .llms-access-plan-content,.llms-access-plan.featured .llms-access-plan-content{border-left:1px solid var(--bb-content-border-color)} - -.llms-access-plan .llms-access-plan-footer{max-width:40%;-webkit-box-flex:0;-ms-flex:0 0 40%;flex:0 0 40%;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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:10px} - -.llms-access-plan .llms-access-plan-footer .llms-access-plan-pricing{padding:0} - -.llms-access-plan .llms-button-action{padding:8px 35px}@media screen and (max-width:992px){ - -.llms-access-plan{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.llms-access-plan.featured{padding-top:45px} - -.llms-access-plan .llms-access-plan-content{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%;padding:0 10px 25px;border-bottom:1px solid var(--bb-content-border-color);margin-bottom:20px;text-align:center} - -.llms-access-plan .llms-access-plan-content,.llms-access-plan.featured .llms-access-plan-content{border-left:0} - -.llms-access-plan .llms-access-plan-footer{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%} - -.llms-access-plan .llms-access-plan-title{padding-bottom:10px}} - -.llms-meta-aplans{margin:0 0 10px} - -.llms-meta-aplans__btn a{font-size:14px;padding:8px 0}@media screen and (max-width:992px){ - -.llms-meta-aplans__btn a{font-size:13px;padding:6px 14px}} - -.llms-meta-aplans__btn a.llms-button-secondary{padding-right:18px;padding-left:18px} - -.llms-meta-aplans__figure h3{margin:0;font-weight:600;line-height:1.5}@media screen and (max-width:992px){ - -.llms-meta-aplans__figure h3{font-size:18px}} - -.llms-meta-aplans__figure h3>del{display:none} - -.llms-meta-aplans__figure h3>ins{text-decoration:none} - -.llms-meta-aplans--hasFree .lifterlms-price{color:var(--bb-success-color)} - -.llms-meta-aplans__smTag{color:var(--bb-alternate-text-color);font-size:12px;line-height:1.2;font-weight:500;letter-spacing:-.24px} - -.llms-meta-aplans__inDate{color:var(--bb-headings-color);font-size:14px;font-weight:500;line-height:1.5} - -.btn-meta-join i{margin-left:5px;position:relative;top:1px} - -.lifterlms .llms-checkout-wrapper .llms-checkout{background:100% 0} - -.lifterlms .llms-checkout-wrapper .llms-checkout-col{padding:20px 15px;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);background:var(--bb-content-background-color)} - -.lifterlms .llms-checkout-wrapper .llms-checkout-section-content .llms-field-button{width:auto;font-weight:400} - -.lifterlms .llms-checkout-wrapper .llms-checkout-section-content .llms-checkout-confirm .llms-field-button{width:100%} - -.lifterlms .llms-checkout-wrapper .llms-checkout-section-content .llms-form-field.type-submit{text-align:center} - -.lifterlms .llms-checkout-wrapper .llms-notice.llms-error{background-color:var(--bb-danger-color);border:0} - -.lifterlms .llms-checkout-wrapper .llms-form-heading{font-size:16px;font-weight:700;background:100% 0;color:var(--bb-headings-color);text-transform:uppercase;margin-bottom:15px;padding-top:0} - -.lifterlms .llms-checkout-wrapper .llms-checkout-section{border:none} - -.lifterlms .llms-checkout-wrapper .llms-person-login-form-wrapper{padding:0;border:0} - -.lifterlms .llms-checkout-wrapper .llms-checkout-wrapper form.llms-login{border:0} - -.lifterlms .llms-checkout-wrapper .llms-person-login-aktif{border:1px solid #eef0f3;padding:20px} - -.lifterlms .llms-checkout-wrapper .llms-login{border:none} - -.llms-checkout-wrapper .llms-form-field label{font-size:16px;font-weight:400} - -.llms-checkout-wrapper .llms-form-field.llms-payment-gateway-option{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1.5} - -.llms-checkout-wrapper .llms-form-field.llms-payment-gateway-option .llms-description{margin-right:10px} - -.llms-checkout-section-content .llms-order-summary{text-align:left;line-height:1.4} - -.llms-checkout-section-content .llms-order-summary li{font-size:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:3px 0 5px} - -.llms-checkout-section-content .llms-order-summary li .llms-label{margin-left:auto;font-weight:400;font-size:13px;text-transform:uppercase;color:var(--bb-alternate-text-color);line-height:1.7;padding-left:10px;text-align:right;min-width:110px} - -.llms-payment-gateways .llms-notice{padding:20px} - -.llms-payment-gateways .llms-notice .llms-form-field{padding:0;margin:0 0 10px} - -.llms-payment-gateways .llms-notice .llms-form-field.type-select{margin-top:10px} - -.llms-checkout-section-content .llms-label{color:var(--bb-headings-color);font-weight:700;font-variant:normal;text-transform:none} - -ul.llms-payment-gateways .llms-gateway-description{margin-right:37px;line-height:1;margin-bottom:17px} - -.llms-gateway-description p{font-weight:400;font-size:13px;color:var(--bb-alternate-text-color);font-style:normal} - -.llms-order-summary li{font-weight:400;font-size:16px} - -ul.llms-payment-gateways li:last-child::after{border-bottom:1px solid var(--bb-content-border-color)} - -.llms-checkout-section-content .llms-coupon-wrapper{border-top:1px solid var(--bb-content-border-color);font-size:14px;font-weight:400;margin-top:20px;padding-bottom:10px} - -.llms-checkout-section-content .llms-coupon-wrapper::before{font-family:bb-icons;font-size:1em;position:relative;width:22px;height:22px;content:"\ef17";margin-left:5px} - -.llms-checkout-section-content .llms-coupon-wrapper .llms-field-button{font-size:15px} - -.llms-checkout-section-content .has-coupon+.llms-coupon-wrapper::before{display:none} - -.entry-content .llms-author img{vertical-align:middle} - -.llms-widget-syllabus .section-header{font-size:16px;font-weight:600;letter-spacing:.6px;margin:10px 0;text-transform:uppercase;text-align:right;padding:10px 0} - -.llms-widget-syllabus .llms-collapse-caret{color:#939597} - -.llms-widget-syllabus .llms-collapse-caret i.fa{font-family:bb-icons!important;font-size:1em;position:relative;width:22px;height:22px;top:-2px} - -.llms-widget-syllabus .llms-collapse-caret .fa-caret-down::before{content:"\ee09";font-size:9px;font-weight:300} - -.llms-widget-syllabus .llms-collapse-caret .fa-caret-right::before{content:"\ee09";font-size:9px;font-weight:300} - -.llms-widget-syllabus .llms-section--closed i.fa.fa-caret-right{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);top:-8px;right:-4px} - -.llms-widget-syllabus ul li ul.llms-lesson{margin:0 0 10px} - -.llms-widget-syllabus ul li ul.llms-lesson li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(146,164,183,.05);border-radius:4px;padding:19px 25px} - -.llms-widget-syllabus .llms-lesson-complete{margin-left:15px;-ms-flex-preferred-size:22px;flex-basis:22px;-ms-flex-negative:0;flex-shrink:0;height:22px;width:22px;border:2px solid;border-radius:100%;color:var(--bb-content-border-color)} - -.llms-widget-syllabus .llms-lesson-complete.done{color:var(--bb-primary-color)} - -.llms-widget-syllabus .llms-lesson-complete i.fa{font-family:bb-icons!important;font-size:1em;position:relative;width:22px;height:22px;margin-right:-2px;margin-top:-2px} - -.llms-widget-syllabus .llms-lesson-complete .fa-check-circle::before{content:"\e876";font-size:12px;position:absolute;top:50%;right:50%;-webkit-transform:translateY(-50%) translateX(50%);-ms-transform:translateY(-50%) translateX(50%);transform:translateY(-50%) translateX(50%);color:#fff;font-weight:400;line-height:10px} - -.llms-widget-syllabus .lesson-title a,.llms-widget-syllabus .lesson-title.done a{color:var(--bb-headings-color)} - -.llms-widget-syllabus .lesson-title a:hover,.llms-widget-syllabus .lesson-title.done a:hover{color:var(--bb-primary-color)} - -.llms-widget-syllabus--collapsible .llms-syllabus-footer{font-size:14px;padding:10px 0} - -.llms-widget-syllabus--collapsible .llms-syllabus-footer a{color:var(--bb-headings-color)} - -.llms-widget-syllabus--collapsible .llms-syllabus-footer a:hover{color:var(--bb-primary-color)} - -.llms-course-progress .llms-course-continue-button{display:inline-block} - -#old_reviews:not(.old_reviews--revoke) .llms_review{display:block} - -#old_reviews:not(.old_reviews--revoke) .llms_review h5{color:var(--bb-headings-color)!important} - -#old_reviews:not(.old_reviews--revoke) .llms_review h6{font-family:inherit;color:var(--bb-alternate-text-color)!important} - -.ld-secondary-header.llms-shortcode .grid-filters{border-color:#e7e7e8;background:#fff;border:1px solid #e7e9ec;border-radius:3px;display:-webkit-box;display:flexbox;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:start;align-self:flex-start;font-size:21px;height:36px} - -.ld-secondary-header.llms-shortcode a.layout-view.layout-view-course.layout-grid-view.bp-tooltip{color:var(--bb-headings-color);display:-webkit-box;display:flexbox;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:5px;padding-left:5px;opacity:.4;-webkit-transition:.3s all;transition:.3s all} - -.ld-secondary-header.llms-shortcode a.layout-view.layout-view-course.layout-list-view.bp-tooltip{color:var(--bb-headings-color);display:-webkit-box;display:flexbox;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:5px;padding-left:5px;opacity:.4;-webkit-transition:.3s all;transition:.3s all} - -.ld-secondary-header.llms-shortcode a.layout-view.layout-view-course.layout-list-view.bp-tooltip.active{opacity:1} - -.ld-secondary-header.llms-shortcode a.layout-view.layout-view-course.layout-grid-view.bp-tooltip.active{opacity:1} - -.llms-pointer.llms-inner.bb-dark-theme .buddypanel{background-color:#121212} - -.llms-pointer.llms-inner.bb-dark-theme .buddypanel .panel-head{background-color:#121212} - -.llms-pointer.llms-inner.bb-dark-theme .buddypanel .panel-head .bb-toggle-panel{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme .buddypanel .panel-head .bb-toggle-panel:hover{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme .bb-mobile-panel-inner .side-panel-menu .sub-menu{background:#121212} - -.llms-pointer.llms-inner.bb-dark-theme .bb-mobile-panel-inner .side-panel-menu a>i{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme .buddypanel-menu>li>.bb-menu-item>i:not(.bb-icon-angle-down){color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme .site-header{background:#232323;box-shadow:0 3px 12px rgba(0,0,0,.05)} - -.llms-pointer.llms-inner.bb-dark-theme .site-header .bb-toggle-panel{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme .site-header .bb-toggle-panel:hover{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme .site-header .primary-menu>li>a{color:#888} - -.llms-pointer.llms-inner.bb-dark-theme .site-header .primary-menu>li>a:hover{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme .site-header .user-wrap a.user-link{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme .site-header .user-wrap a.user-link:hover{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme .site-header .user-wrap a.user-link:hover i{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme .site-header .user-wrap a.user-link i{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme .site-header #header-aside i{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme .site-header [data-balloon]::after{background:rgba(255,255,255,.95);box-shadow:none;color:#000} - -.llms-pointer.llms-inner.bb-dark-theme .site-header [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%22rgba(255,255,255,0.95)%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} - -.llms-pointer.llms-inner.bb-dark-theme .site-header .header-search-primary{background:#232323} - -.llms-pointer.llms-inner.bb-dark-theme .header-search-wrap,.llms-pointer.llms-inner.bb-dark-theme .header-search-wrap input.search-field{background:#000;color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li:hover{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li:hover.menu-item-has-children::after{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li:hover>a span,.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li:hover>a>i{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li.menu-item-has-children::after{color:#939597} - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li.menu-item>.ab-submenu::before{border-color:#232323 transparent transparent #232323} - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu{background-color:#000} - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu{background-color:#000} - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item:hover>a{background:rgba(255,255,255,.15);color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item:hover>a>i{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item.menu-item-has-children::after{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item.menu-item-has-children:hover::after{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item>a{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item>a>i{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item.menu-item.menu-item-has-children>a::after{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li>a{color:#939597} - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li>a>i{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li>a:hover{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .more-button>i{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .more-button .active::after{border-color:#232323 transparent transparent #232323} - -.llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu{background-color:#000} - -.llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu a{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu li:hover>a{color:#aaa;background:rgba(255,255,255,.15)} - -.llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu{background-color:#000} - -.llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu,.llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu::before{background-color:#000} - -.llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu li:hover>a{color:#aaa;background:rgba(255,255,255,.15)} - -.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu,.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu{background-color:#000} - -.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu .user-mention,.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu a,.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu .user-mention,.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu a::before,.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu a>i,.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a::before,.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a>i{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu li:hover a::before,.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu li:hover>a,.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu li:hover>a>i,.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover a::before,.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover>a,.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover>a>i{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu li.no-icon>a::before,.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li.no-icon>a::before{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu::before,.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu::before{border-color:#232323 transparent transparent #232323} - -.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper{background-color:transparent} - -.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper::before{background-color:#000} - -.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper .ab-submenu{background-color:#000;box-shadow:none} - -.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu .user-link{border-color:#333 transparent transparent #333} - -.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu{background-color:#000} - -.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a:hover,.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover>a{background:rgba(255,255,255,.15)} - -.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li .wrapper .bb-sub-menu{background-color:#000} - -.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li .wrapper .bb-sub-menu a:hover{background:rgba(255,255,255,.15)} - -.llms-pointer.llms-inner.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link>i{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link:hover .user-name,.llms-pointer.llms-inner.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link:hover>i{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-name{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme.bb-template-v2 .primary-menu>li:hover>a::before{background:rgba(255,255,255,.1)} - -.llms-pointer.llms-inner.bb-dark-theme .widget .dropzone .dz-default{background-color:#333} - -.llms-pointer.llms-inner.bb-dark-theme .widget .dropzone .dz-default .dz-button:hover>strong,.llms-pointer.llms-inner.bb-dark-theme .widget .dropzone .dz-default .dz-button>strong{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme .widget #whats-new-toolbar .emojionearea .emojionearea-button::before,.llms-pointer.llms-inner.bb-dark-theme .widget #whats-new-toolbar a [class*=" bb-icon-"]{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme .widget #whats-new-toolbar .post-emoji .emojionearea.medium-editor-placeholder{padding:0} - -.llms-pointer.llms-inner.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active{background-color:#333;bottom:0} - -.llms-pointer.llms-inner.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b,.llms-pointer.llms-inner.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b:hover{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b::before,.llms-pointer.llms-inner.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b:hover::before{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme .select2-container .select2-dropdown{background:#000;border:1px solid #aaa} - -.llms-pointer.llms-inner.bb-dark-theme .select2-container--default .select2-results__option--highlighted[aria-selected]{background:#333} - -.llms-pointer.llms-inner.bb-dark-theme .entry-content .widget .bbp_topic_tags_wrapper li.select2-search{margin-bottom:0} - -.llms-pointer.llms-inner.bb-dark-theme .entry-content .widget .bbp-topic-form .bbp-the-content-wrapper,.llms-pointer.llms-inner.bb-dark-theme .entry-content .widget .bbp-topic-form .bbp_topic_tags_wrapper{background-color:#333;color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link .user-name{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link:hover .user-name{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link:hover::before{background:rgba(255,255,255,.1)} - -.llms-pointer.llms-inner.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children.selected .user-link::before{background:rgba(255,255,255,.1)} - -.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper{background-color:#1c1c1c} - -.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper a.course-entry-link{background-color:rgba(146,164,183,.2)} - -.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper a.course-entry-link:hover{background-color:rgba(146,164,183,.3)} - -.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .ld-course-navigation h2{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifter-topic-sidebar-progress{border-color:#333} - -.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifterlms-lessions-list .llms-syllabus-wrapper .llms-section-title{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link:hover .llms-main h5{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifterlms-lessions-list .llms-syllabus-wrapper .lifterlms_lesson_holder.current_title{background:#333} - -.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifter-sidebar-widgets ul li.widget{border-color:#333} - -.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifter-sidebar-widgets ul li.widget .widgettitle,.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifter-sidebar-widgets ul li.widget a:hover,.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifter-sidebar-widgets ul li.widget.widget_calendar a{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content{background:#121212;border-bottom-color:#121212} - -.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .bb-ld-info-bar .ld-breadcrumbs{border-color:#333} - -.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span a{color:#939597} - -.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .bb-position .lifterlms-lesson-position span.bb-pages{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a{background-color:rgba(146,164,183,.2)} - -.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a:hover{background-color:rgba(146,164,183,.3)} - -.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a [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%22rgba(255,255,255,0.95)%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} - -.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a [data-balloon]::after{background:rgba(255,255,255,.95);box-shadow:none;color:#000} - -.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-header-title h1{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor h5 a{color:#939597} - -.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor h5 a:hover{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .gfield_description,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .gform_description,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap label,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap p{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .gfield_description a,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .gform_description a,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap label a,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap p a{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .gsection_title,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-lesson-button-wrapper,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap h3{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-lesson-preview .llms-lesson-link{background:#333} - -.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-lesson-preview .llms-lesson-link h5,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-lesson-preview .llms-lesson-link h6{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-assignment-content .llms-task-marker,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-assignment-content .llms-task-title{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .frm_forms .frm_form_fields fieldset .frm_description,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .frm_forms .frm_form_fields fieldset .frm_top_container .frm_primary_label,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .frm_forms .frm_form_fields fieldset .frm_top_container label.frm_primary_label,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .list-checkbox-wrap .nf-field-element ul li label,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .listradio-wrap .nf-field-element label,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .nf-form-wrap .nf-field-label label,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .nf-form-wrap .nf-form-fields-required,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .with_frm_style .vertical_radio .frm_checkbox label,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .with_frm_style .vertical_radio .frm_radio label,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap div.wpforms-container-full .wpforms-form .wpforms-field-label,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap div.wpforms-container-full .wpforms-form .wpforms-field-label-inline{color:#888} - -.llms-pointer.llms-inner.bb-dark-theme .llms-donut .inside{background:#000} - -.bb-dark-theme .llms-course-sidebar-heading{color:#fff} - -.bb-dark-theme [data-type=short_answer].llms-question-wrapper input{background-color:#121212;color:#fff} - -.bb-dark-theme .llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader h2{color:#fff} - -.bb-dark-theme .llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader .fa.fa-upload{color:#fff} - -.bb-dark-theme .llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio .llms-aq-scale-button{background-color:transparent;color:#fff} - -.bb-dark-theme.single-llms_quiz #lifterlms-page-content .lifterlms_content_wrap h3.llms-question-title{color:#fff} - -.bb-dark-theme.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer::before{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .comment-respond{background-color:#121212;border-color:#333} - -.bb-sfwd-aside.bb-dark-theme .comment-respond .comment-author{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .comment-respond textarea{border-color:#333} - -.bb-sfwd-aside.bb-dark-theme .comment-respond input[type=submit].outline:disabled{background-color:#333} - -.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-table-list .ld-table-list-item .ld-table-list-title a{color:inherit} - -.bb-sfwd-aside.bb-dark-theme .comment-list .comment-body{background-color:#121212;border-color:#333;color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .comment-list .comment-body .comment-author a.url{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .comment-list .comment-body a.comment-date{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .comment-list .comment-body a.comment-date:hover{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_catOverview span,.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input[type=file]+label{background-color:#121212} - -.bb-sfwd-aside.bb-dark-theme input[type=text],.bb-sfwd-aside.bb-dark-theme select,.bb-sfwd-aside.bb-dark-theme textarea{background-color:#333;border-color:#aaa;color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .lifterlms_content_wrap .comments-title{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .buddypanel .site-branding{background-color:#121212} - -.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=date],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=datetime-local],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=datetime],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=email],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=month],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=number],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=password],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=range],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=search],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=tel],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=text],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=time],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=url],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=week],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form select,.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form textarea{background-color:#333;border-color:#aaa;color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_detailed_progress_wrap .single_section_wrap{border-color:#333} - -.bb-sfwd-aside.bb-dark-theme .widget.buddypress div.item-options{border-bottom-color:#333} - -.bb-sfwd-aside.bb-dark-theme .lifter-sidebar-widgets .widget_course_syllabus .section-title{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .woocommerce-Price-amount{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .widget_search .search-field-top{background-color:transparent;color:#fff;border-color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .llms-widget-syllabus .llms-lesson-complete .fa-check-circle::before{color:#1c1c1c} - -.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .bb-toggle-panel:hover{background:rgba(255,255,255,.15)} - -.bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a,.bb-sfwd-aside.bb-dark-theme .side-panel-menu a,.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu li:not(.current-menu-item) a{color:var(--bb-alternate-text-color);background-color:transparent} - -.bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a:hover,.bb-sfwd-aside.bb-dark-theme .side-panel-menu a:hover,.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu li:not(.current-menu-item) a:hover{color:#fff;background-color:transparent} - -.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover>a{color:#aaa;background:rgba(255,255,255,.15)} - -.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover>a:hover{color:#aaa;background:rgba(255,255,255,.15)} - -.bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu .current-menu-item>a,.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu .current-menu-item>a{color:#fff;background:#121212} - -.bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu .current-menu-item>a:hover,.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu .current-menu-item>a:hover{background-color:transparent} - -.bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu li:not(.current-menu-item) a i:not(.bb-icon-angle-down){opacity:1;color:#fff} - -.bb-sfwd-aside.bb-dark-theme .side-panel-menu a{color:var(--bb-alternate-text-color)} - -.bb-sfwd-aside.bb-dark-theme .side-panel-menu a:hover{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .lifter-sidebar-widgets li.widget a,.bb-sfwd-aside.bb-dark-theme .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link .llms-main h5,.bb-sfwd-aside.bb-dark-theme .llms-course-members-list .course-members-list a,.bb-sfwd-aside.bb-dark-theme .widget .item-list .item-title a,.bb-sfwd-aside.bb-dark-theme.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview .llms-lesson-link h5{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .bb-progress .bb-progress-circle{border-color:var(--bb-primary-color)} - -.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-inner{background:#121212} - -.bb-sfwd-aside.bb-dark-theme .site-header .bb-icon-close{color:#fff;background-color:rgba(146,164,183,.2)} - -.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-wrapper .bb-mobile-panel-header{background-color:#121212} - -.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-header .user-name{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .site-header .bb-left-panel-mobile>i,.bb-sfwd-aside.bb-dark-theme .site-header .header-aside i{color:var(--bb-alternate-text-color)} - -.llms-sl-directory{padding:0 10px} - -.llms-sl-directory .llms-sl-card{background:100% 0;border:0} - -.llms-sl-directory .llms-sl-card>a{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;display:block;padding:25px 20px;overflow:visible;height:100%;position:relative;-webkit-transition:box-shadow linear .2s;transition:box-shadow linear .2s;text-align:center} - -.llms-sl-directory .llms-sl-card>a:hover{box-shadow:0 3px 24px 0 rgba(18,43,70,.08)} - -.llms-sl-directory .llms-sl-card .llms-student-avatar img{border-radius:50%;max-width:126px;margin:0 auto 18px;object-fit:cover;width:126px;height:126px} - -.llms-sl-directory .llms-sl-card-footer{background:100% 0;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:column;flex-flow:column;padding:0} - -.llms-sl-directory .llms-sl-card-footer .llms-sl-card-title{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;letter-spacing:-.24px;line-height:1.3;font-size:13px;color:var(--bb-alternate-text-color);margin-top:5px;font-family:inherit;font-weight:inherit} - -.llms-sl-directory .llms-sl-card-footer .llms-sl-card-subtitle,.llms-sl-directory .llms-sl-card-header .llms-sl-card-subtitle{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;color:var(--bb-headings-color);display:inline-block;font-size:20px;font-weight:500;letter-spacing:-.24px;line-height:1.2;text-transform:capitalize} - -.llms-sl-uploader{border-radius:4px} - -#llms-sl-upload-modal .llms-sl-uploader{border-color:var(--bb-content-border-color)} - -.llms-sl-uploader>p{color:var(--bb-body-text-color)} - -.llms-sl-uploader .fa-upload::before{content:"\ee24";font-family:bb-icons;font-style:normal;font-weight:400;display:inline-block;width:38px;height:38px;color:var(--bb-primary-color)} - -.entry-content .llms-sl-directory .llms-sl-card--student .llms-student-avatar img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)} - -.entry-content .llms-sl-directory .llms-sl-card--student{width:-webkit-calc(33.3333% - 20px);width:calc(33.3333% - 20px)}@media screen and (max-width:1100px){ - -.entry-content .llms-sl-directory .llms-sl-card--student{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media screen and (max-width:540px){ - -.entry-content .llms-sl-directory .llms-sl-card--student{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -body:not(.has-sidebar) .entry-content .llms-sl-directory .llms-sl-card--student{width:-webkit-calc(25% - 20px);width:calc(25% - 20px)}@media screen and (max-width:1100px){ - -body:not(.has-sidebar) .entry-content .llms-sl-directory .llms-sl-card--student{width:-webkit-calc(33.3333% - 20px);width:calc(33.3333% - 20px)}}@media screen and (max-width:768px){ - -body:not(.has-sidebar) .entry-content .llms-sl-directory .llms-sl-card--student{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media screen and (max-width:540px){ - -body:not(.has-sidebar) .entry-content .llms-sl-directory .llms-sl-card--student{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -body .llms-sl-card .llms-pagination ul.page-numbers li .page-numbers,body .llms-sl-card .llms-pagination ul.page-numbers li .page-numbers.current,body .llms-sl-card .llms-pagination ul.page-numbers li:first-child .page-numbers{border:0} - -body .llms-sl-card .llms-pagination{background:100% 0;padding:0} - -body .llms-sl-card .llms-pagination ul.page-numbers li .page-numbers{padding:4px 16px} - -body .llms-sl-profile-header .llms-sl-cover::after{background:#607387;z-index:0} - -body .llms-sl-profile-header .llms-student-avatar .avatar{border-radius:0;object-fit:cover;width:160px;height:160px} - -body .llms-sl-profile-header .llms-sl-avatar{border-radius:4px;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px var(--bb-content-border-color);border:5px solid #fff} - -body .llms-sl-profile-header .llms-sl-handle{margin-right:195px} - -body .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item a.llms-sl-menu-link{color:#939597;margin:0 12px;padding-right:0;padding-left:0} - -body ul.llms-sl-menu li.llms-sl-menu-item.current{font-weight:500} - -body .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item.current a.llms-sl-menu-link{color:var(--bb-headings-color)} - -body .llms-sl-card-header .llms-sl-card-action{left:-2px;top:-10px} - -body .llms-sl-card-footer{background:100% 0;border-top:0;padding:0} - -body .llms-sl-card--new-share .llms-sl-new-share-content{font-size:14px;padding:0;width:100%;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto} - -body .llms-sl-card--new-share .llms-sl-new-share-content a{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto} - -.llms-sl-profile .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item.item--dashboard{float:right} - -.llms-sl-profile-header .llms-achievement-image--icon{background-color:transparent;padding:0} - -.custom-sl-card-header.llms-sl-card-header{background-color:var(--bb-content-alternate-background-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid var(--bb-content-border-color);border-radius:4px 4px 0 0;margin:-20px -15px 0;padding:15px} - -.custom-sl-card-header .llms-student-avatar .avatar{max-width:36px;object-fit:cover;width:36px;height:36px} - -.custom-sl-card-header .llms-sl-custom-title{font-size:14px;font-weight:500;letter-spacing:-.24px;margin:0 2px 0 0} - -.llms-sl-timeline .llms-sl-card-header .llms-student-avatar img{object-fit:cover;width:36px;height:36px} - -.llms-sl-timeline .llms-sl-story-reply .llms-student-avatar img{object-fit:cover;width:28px;height:28px} - -body .llms-sl-card-footer.custom-sl-card-footer{border-top:1px solid #eef0f3;padding:15px 15px 0;margin:2px -15px -5px} - -body .llms-sl-card [contenteditable]:focus{box-shadow:none} - -body .llms-sl-card--story .llms-sl-story-reply .llms-sl-story-reply-comment:focus{box-shadow:0 0 0 1px #f1f1f1} - -body .llms-sl-card--story .llms-sl-card-text li,body .llms-sl-card--story .llms-sl-card-text p{font-size:inherit} - -.llms-sl-card-main .llms-sl-card-text{line-height:1.5} - -.llms-sl-timeline .llms-sl-card-main .llms-sl-card-text{font-size:14px;margin:0 -15px 20px;border-bottom:1px solid #eef0f3;padding:0 15px 15px} - -button.llms-sl-button{font-size:14px;font-weight:500}@media (min-width:700px){ - -body .llms-sl .llms-sl-content .llms-sl-sidebar{min-width:260px}} - -.lifterlms .llms-sd-items .sl_profile a::before{content:"\ef58";font-family:bb-icons} - -.llms-sl-profile-header .llms-achievement__body{display:none} - -.llms-sl-profile-header .achievement-item .bb-cover-wrap--llms{padding-top:100%;background:100% 0} - -.llms-sl-profile-header a.llms-achievement{background:100% 0} - -.llms-sl-profile .llms-sl-profile-nav{background-color:#fff;border-radius:0 0 4px 4px;border:1px solid var(--bb-content-border-color);border-top:0} - -.llms-sl-profile .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item a.llms-sl-menu-link{border-left:0} - -.llms-sl-profile .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item.item--dashboard a.llms-sl-menu-link,.llms-sl-profile .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item:first-child a.llms-sl-menu-link{border-right:0} - -.llms-sl-profile .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item.current a.llms-sl-menu-link{border-bottom:1px solid var(--bb-primary-color)} - -.llms-sl-profile .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item a.llms-sl-menu-link:hover{background-color:transparent} - -.llms-sl:not(.llms-sl-directory) .llms-sl-card{border:1px solid var(--bb-content-border-color);border-radius:4px;background-color:#fff;padding:1.25rem .9375rem} - -.llms-sl-card .llms-sl-card-header{background-color:transparent;border:0;padding:0} - -.llms-sl-card .llms-sl-card-header.custom-sl-card-header{padding:1.25rem .9375rem} - -.llms-sl-card .llms-sl-card-header .llms-sl-card-title{font-size:14px;font-weight:500;line-height:1} - -.llms-sl-card .llms-sl-card-header .llms-sl-card-title i{display:none} - -.llms-sl-card .llms-sl-card-main{padding:0;margin:10px 0 0} - -.llms-sl-card .llms-sl-card-main hr{background-color:transparent;border-bottom:1px solid var(--bb-content-border-color);border-top:0} - -.llms-sl-card .llms-sl-card-main .llms-sl-card-text{font-size:14px;margin:0} - -.llms-sl-card .llms-sl-card-main .llms-sl-card-text h2{font-size:18px;margin:0} - -.llms-sl-card .llms-sl-card-main .llms-sl-card-list{font-size:14px}@media screen and (max-width:998px){ - -.llms-sl .llms-sl-profile-nav ul.llms-sl-menu{margin-right:0;margin-top:0;width:100%} - -.llms-sl .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item.item--dashboard{float:right} - -.llms-sl .llms-sl-profile-header .llms-sl-handle{margin-right:120px} - -.llms-sl .llms-sl-profile-header .llms-sl-avatar img{max-width:90px} - -.llms-sl .llms-sl-profile-header .llms-sl-cover .llms-cover-img{right:0;position:absolute;top:0;z-index:1;bottom:0;left:0;-webkit-transform:none;-ms-transform:none;transform:none} - -.llms-sl .llms-sl-profile-header .llms-sl-cover .llms-cover-img img{height:100%;width:100%;object-fit:cover} - -.llms-sl .llms-sl-profile-header .llms-sl-handle{font-size:22px}}@media (min-width:700px){ - -.llms-sl.llms-sl-profile .llms-sl-content{-ms-flex-flow:nowrap;flex-flow:nowrap}}@media (max-width:992px){ - -.llms-sl.llms-sl-profile .llms-sl-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.llms-sl.llms-sl-profile .llms-sl-content.sidebar--left .llms-sl-main{width:100%;margin-right:0}} - -select#llms-sl-instructor-filter-post{width:100%;margin-top:5px} - -.llms-sl-sidebar .llms-sl-card-main{font-size:14px;margin:20px 0 0} - -.llms-sl-sidebar .llms-sl-card-main li>strong{font-weight:500;text-transform:uppercase} - -.llms-sl-sidebar .llms-sl-card-main label{font-size:14px} - -.llms-sl-sidebar .llms-sl-card .llms-sl-card-header .llms-sl-card-title{text-transform:uppercase;font-family:inherit;font-size:13px;letter-spacing:.25px;line-height:1rem} - -.llms-sl-profile-header ul.llms-achievements-loop li.llms-achievement-loop-item{border:0;margin:3px} - -.llms-sl-profile-header ul.llms-achievements-loop li.llms-achievement-loop-item:hover{box-shadow:none} - -.llms-sl-profile-header ul.llms-achievements-loop li.llms-achievement-loop-item .llms-achievement-img{object-fit:cover;width:64px;height:64px;border-radius:100px} - -.llms-group-profile-header{background:#607387} - -.llms-group-profile-header .llms-group-banner .llms-banner-img{width:100%!important} - -#llms-group-upload-modal .llms-group-uploader{border-color:var(--bb-content-border-color);border-radius:4px} - -#llms-group-upload-modal .llms-group-uploader .fa-upload::before{content:"\ee24";font-family:bb-icons;font-style:normal;font-weight:400;display:inline-block;width:38px;height:38px;color:var(--bb-primary-color)} - -.llms-group-modal .llms-group-modal--container{border-radius:3px;padding:20px} - -.llms-group-profile-header .llms-group-banner .edit-banner,.llms-group-profile-header .llms-group-logo .edit-logo{font-size:14px;padding:6px 12px} - -.llms-group-profile-header .llms-group-banner .edit-banner:hover,.llms-group-profile-header .llms-group-logo .edit-logo:hover{background-color:rgba(255,255,255,.5);border-radius:15px} - -.llms-group-button{border-radius:100px} - -.llms-group-profile-header .llms-group-logo{border-radius:4px;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px var(--bb-content-border-color);border:5px solid #fff} - -.llms-group-profile .llms-group-profile-nav{background-color:#fff;border-radius:0 0 4px 4px;border:1px solid var(--bb-content-border-color);border-top:0} - -.llms-group-profile .llms-group-profile-nav ul.llms-group-menu li.llms-group-menu-item a.llms-group-menu-link{border-left:0;color:#939597;margin:0 12px;padding-right:0;padding-left:0} - -.llms-group-profile .llms-group-profile-nav ul.llms-group-menu li.llms-group-menu-item a.llms-group-menu-link:hover{background:100% 0} - -.llms-group-profile .llms-group-profile-nav ul.llms-group-menu li.llms-group-menu-item.current a.llms-group-menu-link{border-bottom:1px solid var(--bb-primary-color);font-weight:500;margin-bottom:-1px;color:var(--bb-headings-color)} - -.llms-group-profile .llms-group-profile-nav ul.llms-group-menu li.llms-group-menu-item:first-child a.llms-group-menu-link{border-right:0} - -.llms-group-card{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px} - -.llms-group-card.card--group-profile-reports{padding:20px} - -.llms-group-card-footer{background-color:#fff;font-size:14px;border-top:1px solid var(--bb-content-border-color);border-radius:0 0 4px 4px;padding:15px 20px} - -.llms-group-sidebar .llms-group-card-footer{padding:10px 20px} - -.llms-group-card-header{background-color:#fff;border-bottom:1px solid var(--bb-content-border-color);border-radius:4px 4px 0 0;padding:13px 10px} - -.llms-group-sidebar .llms-group-card-header .llms-group-card-title{text-transform:uppercase;font-family:inherit;font-size:13px;letter-spacing:.25px;line-height:1rem;font-weight:600} - -.llms-group-card-header .llms-group-card-action{top:6px;left:10px} - -.llms-group-main .llms-group-card-header .llms-group-card-title i{display:none} - -.llms-group-main .llms-group-card-header{padding:13px 20px} - -.llms-group-main .llms-group-card-header .llms-group-card-title{font-weight:500} - -.llms-group-main .llms-group-card-header .llms-group-card-action{top:13px;left:20px} - -.llms-group-main .llms-group-card-main{padding:40px 20px} - -.llms-group-card-footer .llms-group-button.ghost .fa,.llms-group-card-header .llms-group-button.ghost .fa{color:#939597} - -.llms-group-button.ghost{font-size:13px;font-weight:400} - -.llms-group-button.ghost:focus,.llms-group-button.ghost:hover{background:100% 0;color:inherit;box-shadow:none} - -.llms-group-button.ghost:focus .fa,.llms-group-button.ghost:hover .fa{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)} - -.llms-group-button.ghost.on-light-bg:focus,.llms-group-button.ghost.on-light-bg:hover{background:100% 0;color:inherit;box-shadow:none} - -.llms-group-button.ghost.on-light-bg:focus .fa,.llms-group-button.ghost.on-light-bg:hover .fa{-webkit-transform:scale(1.4);-ms-transform:scale(1.4);transform:scale(1.4)} - -.llms-group .fa-archive::before,.llms-group .fa-pencil::before,.llms-group .fa-plus::before,.llms-group .fa-times::before,.llms-group .fa-users::before{font-family:bb-icons;font-style:normal;font-weight:400;display:inline-block;margin-right:5px;font-size:12px} - -.llms-group .fa-pencil::before{content:"\ee5a"} - -.llms-group .fa-times::before{content:"\e828"} - -.llms-group .fa-plus::before{font-family:bb-icons;content:"\eef9";font-size:13px;font-weight:100} - -.llms-group .fa-users::before{content:"\ef5a"} - -.llms-group .fa-archive::before{content:"\e86e"} - -.llms-group .llms-group-sidebar .card--group-profile-members .fa-pencil::before{content:"\eef9";font-family:bb-icons;font-size:13px;color:var(--bb-primary-color);font-weight:100} - -.llms-group .llms-group-sidebar .fa-plus::before{color:var(--bb-primary-color)} - -.llms-group-sidebar .llms-group-card-title i.fa::before{font-size:19px;position:relative;top:2px;margin-left:3px} - -.llms-group .llms-group-main .llms-group-card-header .fa::before{font-size:15px} - -.llms-group-modal .fa-envelope-o::before,.llms-group-modal .fa-times::before{font-family:bb-icons;font-style:normal;font-weight:400;display:inline-block;margin-right:5px;font-size:16px} - -.llms-group-modal .fa-times::before{content:"\e828"} - -.llms-group-modal .fa-envelope-o::before{content:"\eee7";margin:0 0 0 2px} - -.llms-group-modal #llms-group-invite-modal-title,.llms-group-modal #llms-group-seats-modal-title{text-align:center;margin-top:1.5rem} - -.llms-group-modal .llms-button-primary.large .fa{right:0} - -.llms-group-invite-modal .llms-group-modal--container .llms-group-modal--footer .llms-group-open-invite-link{text-decoration:none;font-size:15px;top:19px} - -label[for=llms_group_invitation_link]{color:var(--bb-alternate-text-color);font-size:15px;margin-bottom:5px;display:inline-block} - -.llms-group-modal .llms-group-modal--header .llms-group-button,.llms-group-modal .llms-group-modal--header .llms-group-button:active,.llms-group-modal .llms-group-modal--header .llms-group-button:focus{color:#939597;box-shadow:none} - -.llms-group-card-footer .fa-floppy-o::before{font-family:bb-icons;font-style:normal;font-weight:400;display:inline-block;margin-left:3px;font-size:14px;content:"\ef0e"} - -.llms-group-card-footer .llms-group-button{font-weight:400;font-size:15px} - -.llms-group-sidebar .card--group-profile-members .llms-group-card-main::after,.llms-group-sidebar .card--group-profile-members .llms-group-card-main::before{display:none} - -.llms-group-sidebar .llms-group-member{width:25%} - -.llms-group-sidebar .llms-student-avatar{border-radius:3px;width:100%;padding:5px;background:100% 0;border:0} - -.llms-group-sidebar .avatar{border-radius:3px} - -.llms-student-avatar img{max-width:80px} - -.llms-group-member--desc .llms-group-member--name{margin-bottom:5px} - -.llms-group-member--desc .llms-group-member--role,.llms-group-member--desc .llms-group-member--since{margin-bottom:0} - -.llms-group-member .llms-group-member--desc h6{opacity:1;color:var(--bb-alternate-text-color)} - -.card--group-profile-seats .llms-group-card-header{border-bottom:0;border-radius:4px} - -.llms-group-profile-sidebar .llms-group-card.card--group-profile-members .llms-group-card-main{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-flow:wrap;flex-flow:wrap} - -.llms-group-card-footer.content-right{text-align:center} - -.llms-group-card form{margin-bottom:0} - -.llms-group-card-footer .llms-group-error{line-height:34px} - -.llms-form-field .llms-description{font-style:normal;color:var(--bb-alternate-text-color)} - -.llms-group-modal .llms-button-primary.large{font-size:15px;padding:12px 25px;font-weight:400;line-height:1;min-height:auto} - -#llms-group-seats-modal-content{padding:0 15px 15px} - -#llms-group-seats-modal-content form table{display:-webkit-box;display:-ms-flexbox;display:flex} - -#llms-group-seats-modal-content form table tr{display:block} - -#llms-group-seats-modal-content form table td,#llms-group-seats-modal-content form table th{display:block;font-size:15px;line-height:40px;padding:10px 0} - -#llms-group-seats-modal-content form table td h3,#llms-group-seats-modal-content form table th h3{margin:0;font-size:15px;line-height:40px} - -#llms-group-seats-modal-content form table td:last-child,#llms-group-seats-modal-content form table th:last-child{border-bottom:0} - -#llms-group-seats-modal-content form table thead th{padding-left:30px;color:var(--bb-headings-color)} - -#llms-group-seats-modal-content form table tbody{text-align:left;-webkit-box-flex:1;-ms-flex:1;flex:1} - -#llms-group-seats-modal-content .llms-button-primary{font-size:15px;font-weight:400} - -#llms-group-seats-modal-content .llms-button-primary i{display:none} - -.llms-group-profile-main .llms-group-card.card--group-profile-members .llms-group-card-main .card--group-profile-members__vip-blocks .llms-group-member{margin-bottom:10px} - -.card--group-profile-members__vip-blocks{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;margin:0 -5px}@media screen and (max-width:992px){ - -.card--group-profile-members__vip-blocks{display:block}} - -.card--group-profile-members__vip-blocks .llms-group-member{-webkit-box-flex:0;-ms-flex:0 0 calc(20% - 10px);flex:0 0 -webkit-calc(20% - 10px);flex:0 0 calc(20% - 10px);max-width:-webkit-calc(20% - 10px);max-width:calc(20% - 10px);margin:0 5px;background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;text-align:center;position:relative}@media screen and (max-width:1200px){ - -.card--group-profile-members__vip-blocks .llms-group-member{-webkit-box-flex:0;-ms-flex:0 0 calc(33.333% - 10px);flex:0 0 -webkit-calc(33.333% - 10px);flex:0 0 calc(33.333% - 10px);max-width:-webkit-calc(33.333% - 10px);max-width:calc(33.333% - 10px)}}@media screen and (max-width:992px){ - -.card--group-profile-members__vip-blocks .llms-group-member{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 10px);flex:0 0 -webkit-calc(100% - 10px);flex:0 0 calc(100% - 10px);max-width:-webkit-calc(100% - 10px);max-width:calc(100% - 10px);border:0;border-radius:0;text-align:right}} - -.card--group-profile-members__vip-blocks .llms-group-member::before{content:"";display:inline-block;position:absolute;top:0;right:0;left:0;height:55px;background-color:#f8f8f8;border-radius:4px 4px 0 0;z-index:0}@media screen and (max-width:992px){ - -.card--group-profile-members__vip-blocks .llms-group-member::before{display:none}} - -.card--group-profile-members__vip-blocks .llms-group-member--desc{margin:0;padding:15px 10px 20px} - -.card--group-profile-members__vip-blocks .llms-group-member--role i{display:none} - -.card--group-profile-members__vip-blocks .llms-group-member--name{margin-bottom:0} - -.card--group-profile-members__vip-blocks .llms-student-avatar{margin-top:10px;position:relative;z-index:5} - -.llms-group-main .card--group-profile-members .llms-group-card-footer{border-top:0} - -.card--group-profile-members__leaders{padding-bottom:20px;border-bottom:1px solid var(--bb-content-border-color)} - -.llms-group-card-main .llms-group-card-main--heading{border-bottom:0;margin-top:30px} - -.llms-group-main .card--group-profile-members .llms-group-card-main{padding-bottom:20px} - -.lifterlms .tagify,.llms-group-modal .tagify{border:1px solid #dedfe2;border-radius:3px;padding:0 12px;height:40px;line-height:40px} - -.lifterlms .tagify .tagify__input,.llms-group-modal .tagify .tagify__input{margin:0;font-size:15px;padding:0} - -.lifterlms .tagify .tagify__tag>div,.llms-group-modal .tagify .tagify__tag>div{line-height:32px;padding-left:10px} - -.lifterlms .tagify .tagify__tag__removeBtn,.llms-group-modal .tagify .tagify__tag__removeBtn{line-height:10px} - -.tagify--select::after{content:"\e826";font-family:bb-icons;font-style:normal;font-weight:400;font-size:24px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:8px;color:var(--bb-alternate-text-color)} - -.llms-pagination>*{display:inline-block;font-size:13px;margin-left:10px} - -.llms-pagination a.next,.llms-pagination a.prev{font-size:0} - -.llms-pagination a.next::before,.llms-pagination a.prev::before{content:"\2192";font-size:13px} - -.llms-pagination a.prev::before{content:"\2190"} - -.llms-group-main.llms-group-profile-main{max-width:100%} - -.card--group-profile-reports{overflow-x:auto} - -.card--group-profile-reports table.llms-table{margin-bottom:0}@media screen and (max-width:600px){ - -.llms-group-profile-header{padding-top:20px} - -.llms-group-profile-header .llms-group-logo{float:none;margin:0 auto;max-width:170px} - -.llms-group-profile .llms-group-profile-nav{float:none;min-height:50px;text-align:center} - -.llms-group-profile .llms-group-profile-nav ul.llms-group-menu{float:none;margin:0 auto;width:auto;display:inline-block;text-align:center} - -.llms-group-profile .llms-group-profile-nav ul.llms-group-menu li.llms-group-menu-item{float:none;display:inline-block} - -.llms-group-profile-header .llms-group-name{margin:10px auto 0;float:none;text-align:center}} - -.lifter-sidebar-widgets ul{margin:0} - -.lifter-sidebar-widgets .widget_course_syllabus .llms-lesson li{margin:0;background:100% 0;border:none;margin-bottom:0;border-radius:0;list-style:none;padding:15px 0} - -.lifter-sidebar-widgets .widget_course_syllabus ul li ul.llms-lesson{margin:0} - -.lifter-sidebar-widgets .widget_course_syllabus .section-title{margin:0;font-size:15px;font-weight:600;letter-spacing:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--bb-headings-color)} - -.lifter-sidebar-widgets li.widget{margin-right:30px;margin-left:30px;background:100% 0;border:none;border-top:1px solid var(--bb-content-border-color);margin-bottom:0;border-radius:0;list-style:none;padding:1.25rem 0} - -.lifter-sidebar-widgets li.widget a{color:var(--bb-headings-color)} - -.lifter-sidebar-widgets li.widget a:hover{color:var(--bb-primary-color)} - -.lifter-sidebar-widgets li.widget a.button:not(.logout-link){color:#fff} - -.lifter-sidebar-widgets li.widget a.button:not(.logout-link):hover{background-color:var(--bb-primary-color);box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)} - -.lifter-sidebar-widgets li.widget:first-child{margin-top:15px} - -.lifter-sidebar-widgets li.widget .llms-progress{margin:5px 0} - -.lifter-sidebar-widgets li.widget .textwidget h2,.lifter-sidebar-widgets li.widget .textwidget h3,.lifter-sidebar-widgets li.widget .textwidget h4,.lifter-sidebar-widgets li.widget .textwidget h5,.lifter-sidebar-widgets li.widget .textwidget h6{margin-bottom:10px} - -.lifter-sidebar-widgets .bbp_widget_login h2.widgettitle,.lifter-sidebar-widgets .widget_bp_core_login_widget h2.widgettitle{display:block;width:100%} - -.bb-progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)} - -.bb-progress-circle{float:right;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;transition:width .6s ease} - -.bb-progress[data-percentage="0"] .bb-progress-circle{opacity:0} - -.bb-progress{width:22px;height:22px;line-height:22px;background:100% 0;margin:0 auto;box-shadow:none;position:relative} - -.bb-progress::after{content:"";width:100%;height:100%;border-radius:50%;border:2px solid #dedfe2;position:absolute;top:0;right:0} - -.bb-progress>span{width:50%;height:100%;overflow:hidden;position:absolute;top:0;z-index:1} - -.bb-progress .bb-progress-left{right:0} - -.bb-progress .bb-progress-circle{width:100%;height:100%;background:100% 0;border-width:2px;border-style:solid;position:absolute;top:0;border-color:var(--bb-primary-color)} - -.bb-progress .bb-progress-left .bb-progress-circle{right:100%;border-top-left-radius:11px;border-bottom-left-radius:11px;border-right:0;-webkit-transform-origin:center right;-ms-transform-origin:center right;transform-origin:center right;-webkit-animation:loading-2 1.5s linear forwards 1.8s;animation:loading-2 1.5s linear forwards 1.8s} - -.bb-progress .bb-progress-right{left:0} - -.bb-progress .bb-progress-right .bb-progress-circle{right:-100%;border-top-right-radius:11px;border-bottom-right-radius:11px;border-left:0;-webkit-transform-origin:center left;-ms-transform-origin:center left;transform-origin:center left;-webkit-animation:loading-1 1.8s linear forwards;animation:loading-1 1.8s linear forwards} - -.bb-progress .bb-progress-value{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:50%;font-size:36px;text-align:center;line-height:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;font-weight:300} - -.bb-progress .bb-progress-value div{margin-top:10px} - -.bb-progress .bb-progress-value span{font-size:12px;text-transform:uppercase} - -.ld-progress-bar{margin:0;height:4px;background:var(--bb-content-border-color)} - -.ld-progress-bar .ld-progress-bar-percentage{background:var(--bb-primary-color);height:4px;width:auto} - -.learndash-wrapper .ld-progress .ld-progress-bar{height:4px;background-color:var(--bb-content-border-color)} - -.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage{background:var(--bb-primary-color);height:4px;width:auto;border-radius:7px} - -.learndash-wrapper .ld-progress .ld-progress-stats{color:var(--bb-alternate-text-color);font-size:12px} - -.bb-progress[data-percentage="1"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-1 1.5s linear forwards;animation:loading-1 1.5s linear forwards} - -.bb-progress[data-percentage="1"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="2"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-2 1.5s linear forwards;animation:loading-2 1.5s linear forwards} - -.bb-progress[data-percentage="2"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="3"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-3 1.5s linear forwards;animation:loading-3 1.5s linear forwards} - -.bb-progress[data-percentage="3"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="4"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-4 1.5s linear forwards;animation:loading-4 1.5s linear forwards} - -.bb-progress[data-percentage="4"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="5"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-5 1.5s linear forwards;animation:loading-5 1.5s linear forwards} - -.bb-progress[data-percentage="5"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="6"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-6 1.5s linear forwards;animation:loading-6 1.5s linear forwards} - -.bb-progress[data-percentage="6"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="7"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-7 1.5s linear forwards;animation:loading-7 1.5s linear forwards} - -.bb-progress[data-percentage="7"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="8"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-8 1.5s linear forwards;animation:loading-8 1.5s linear forwards} - -.bb-progress[data-percentage="8"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="9"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-9 1.5s linear forwards;animation:loading-9 1.5s linear forwards} - -.bb-progress[data-percentage="9"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="10"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-10 1.5s linear forwards;animation:loading-10 1.5s linear forwards} - -.bb-progress[data-percentage="10"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="11"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-11 1.5s linear forwards;animation:loading-11 1.5s linear forwards} - -.bb-progress[data-percentage="11"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="12"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-12 1.5s linear forwards;animation:loading-12 1.5s linear forwards} - -.bb-progress[data-percentage="12"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="13"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-13 1.5s linear forwards;animation:loading-13 1.5s linear forwards} - -.bb-progress[data-percentage="13"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="14"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-14 1.5s linear forwards;animation:loading-14 1.5s linear forwards} - -.bb-progress[data-percentage="14"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="15"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-15 1.5s linear forwards;animation:loading-15 1.5s linear forwards} - -.bb-progress[data-percentage="15"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="16"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-16 1.5s linear forwards;animation:loading-16 1.5s linear forwards} - -.bb-progress[data-percentage="16"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="17"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-17 1.5s linear forwards;animation:loading-17 1.5s linear forwards} - -.bb-progress[data-percentage="17"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="18"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-18 1.5s linear forwards;animation:loading-18 1.5s linear forwards} - -.bb-progress[data-percentage="18"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="19"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-19 1.5s linear forwards;animation:loading-19 1.5s linear forwards} - -.bb-progress[data-percentage="19"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="20"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-20 1.5s linear forwards;animation:loading-20 1.5s linear forwards} - -.bb-progress[data-percentage="20"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="21"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-21 1.5s linear forwards;animation:loading-21 1.5s linear forwards} - -.bb-progress[data-percentage="21"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="22"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-22 1.5s linear forwards;animation:loading-22 1.5s linear forwards} - -.bb-progress[data-percentage="22"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="23"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-23 1.5s linear forwards;animation:loading-23 1.5s linear forwards} - -.bb-progress[data-percentage="23"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="24"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-24 1.5s linear forwards;animation:loading-24 1.5s linear forwards} - -.bb-progress[data-percentage="24"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="25"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-25 1.5s linear forwards;animation:loading-25 1.5s linear forwards} - -.bb-progress[data-percentage="25"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="26"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-26 1.5s linear forwards;animation:loading-26 1.5s linear forwards} - -.bb-progress[data-percentage="26"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="27"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-27 1.5s linear forwards;animation:loading-27 1.5s linear forwards} - -.bb-progress[data-percentage="27"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="28"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-28 1.5s linear forwards;animation:loading-28 1.5s linear forwards} - -.bb-progress[data-percentage="28"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="29"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-29 1.5s linear forwards;animation:loading-29 1.5s linear forwards} - -.bb-progress[data-percentage="29"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="30"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-30 1.5s linear forwards;animation:loading-30 1.5s linear forwards} - -.bb-progress[data-percentage="30"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="31"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-31 1.5s linear forwards;animation:loading-31 1.5s linear forwards} - -.bb-progress[data-percentage="31"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="32"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-32 1.5s linear forwards;animation:loading-32 1.5s linear forwards} - -.bb-progress[data-percentage="32"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="33"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-33 1.5s linear forwards;animation:loading-33 1.5s linear forwards} - -.bb-progress[data-percentage="33"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="34"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-34 1.5s linear forwards;animation:loading-34 1.5s linear forwards} - -.bb-progress[data-percentage="34"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="35"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-35 1.5s linear forwards;animation:loading-35 1.5s linear forwards} - -.bb-progress[data-percentage="35"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="36"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-36 1.5s linear forwards;animation:loading-36 1.5s linear forwards} - -.bb-progress[data-percentage="36"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="37"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-37 1.5s linear forwards;animation:loading-37 1.5s linear forwards} - -.bb-progress[data-percentage="37"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="38"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-38 1.5s linear forwards;animation:loading-38 1.5s linear forwards} - -.bb-progress[data-percentage="38"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="39"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-39 1.5s linear forwards;animation:loading-39 1.5s linear forwards} - -.bb-progress[data-percentage="39"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="40"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-40 1.5s linear forwards;animation:loading-40 1.5s linear forwards} - -.bb-progress[data-percentage="40"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="41"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-41 1.5s linear forwards;animation:loading-41 1.5s linear forwards} - -.bb-progress[data-percentage="41"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="42"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-42 1.5s linear forwards;animation:loading-42 1.5s linear forwards} - -.bb-progress[data-percentage="42"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="43"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-43 1.5s linear forwards;animation:loading-43 1.5s linear forwards} - -.bb-progress[data-percentage="43"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="44"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-44 1.5s linear forwards;animation:loading-44 1.5s linear forwards} - -.bb-progress[data-percentage="44"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="45"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-45 1.5s linear forwards;animation:loading-45 1.5s linear forwards} - -.bb-progress[data-percentage="45"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="46"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-46 1.5s linear forwards;animation:loading-46 1.5s linear forwards} - -.bb-progress[data-percentage="46"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="47"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-47 1.5s linear forwards;animation:loading-47 1.5s linear forwards} - -.bb-progress[data-percentage="47"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="48"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-48 1.5s linear forwards;animation:loading-48 1.5s linear forwards} - -.bb-progress[data-percentage="48"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="49"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-49 1.5s linear forwards;animation:loading-49 1.5s linear forwards} - -.bb-progress[data-percentage="49"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="50"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="50"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="51"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="51"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-1 1.5s linear forwards 1.5s;animation:loading-1 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="52"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="52"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-2 1.5s linear forwards 1.5s;animation:loading-2 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="53"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="53"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-3 1.5s linear forwards 1.5s;animation:loading-3 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="54"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="54"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-4 1.5s linear forwards 1.5s;animation:loading-4 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="55"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="55"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-5 1.5s linear forwards 1.5s;animation:loading-5 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="56"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="56"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-6 1.5s linear forwards 1.5s;animation:loading-6 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="57"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="57"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-7 1.5s linear forwards 1.5s;animation:loading-7 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="58"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="58"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-8 1.5s linear forwards 1.5s;animation:loading-8 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="59"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="59"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-9 1.5s linear forwards 1.5s;animation:loading-9 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="60"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="60"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-10 1.5s linear forwards 1.5s;animation:loading-10 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="61"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="61"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-11 1.5s linear forwards 1.5s;animation:loading-11 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="62"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="62"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-12 1.5s linear forwards 1.5s;animation:loading-12 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="63"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="63"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-13 1.5s linear forwards 1.5s;animation:loading-13 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="64"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="64"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-14 1.5s linear forwards 1.5s;animation:loading-14 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="65"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="65"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-15 1.5s linear forwards 1.5s;animation:loading-15 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="66"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="66"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-16 1.5s linear forwards 1.5s;animation:loading-16 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="67"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="67"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-17 1.5s linear forwards 1.5s;animation:loading-17 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="68"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="68"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-18 1.5s linear forwards 1.5s;animation:loading-18 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="69"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="69"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-19 1.5s linear forwards 1.5s;animation:loading-19 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="70"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="70"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-20 1.5s linear forwards 1.5s;animation:loading-20 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="71"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="71"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-21 1.5s linear forwards 1.5s;animation:loading-21 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="72"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="72"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-22 1.5s linear forwards 1.5s;animation:loading-22 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="73"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="73"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-23 1.5s linear forwards 1.5s;animation:loading-23 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="74"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="74"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-24 1.5s linear forwards 1.5s;animation:loading-24 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="75"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="75"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-25 1.5s linear forwards 1.5s;animation:loading-25 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="76"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="76"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-26 1.5s linear forwards 1.5s;animation:loading-26 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="77"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="77"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-27 1.5s linear forwards 1.5s;animation:loading-27 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="78"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="78"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-28 1.5s linear forwards 1.5s;animation:loading-28 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="79"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="79"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-29 1.5s linear forwards 1.5s;animation:loading-29 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="80"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="80"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-30 1.5s linear forwards 1.5s;animation:loading-30 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="81"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="81"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-31 1.5s linear forwards 1.5s;animation:loading-31 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="82"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="82"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-32 1.5s linear forwards 1.5s;animation:loading-32 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="83"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="83"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-33 1.5s linear forwards 1.5s;animation:loading-33 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="84"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="84"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-34 1.5s linear forwards 1.5s;animation:loading-34 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="85"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="85"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-35 1.5s linear forwards 1.5s;animation:loading-35 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="86"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="86"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-36 1.5s linear forwards 1.5s;animation:loading-36 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="87"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="87"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-37 1.5s linear forwards 1.5s;animation:loading-37 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="88"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="88"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-38 1.5s linear forwards 1.5s;animation:loading-38 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="89"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="89"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-39 1.5s linear forwards 1.5s;animation:loading-39 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="90"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="90"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-40 1.5s linear forwards 1.5s;animation:loading-40 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="91"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="91"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-41 1.5s linear forwards 1.5s;animation:loading-41 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="92"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="92"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-42 1.5s linear forwards 1.5s;animation:loading-42 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="93"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="93"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-43 1.5s linear forwards 1.5s;animation:loading-43 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="94"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="94"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-44 1.5s linear forwards 1.5s;animation:loading-44 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="95"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="95"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-45 1.5s linear forwards 1.5s;animation:loading-45 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="96"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="96"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-46 1.5s linear forwards 1.5s;animation:loading-46 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="97"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="97"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-47 1.5s linear forwards 1.5s;animation:loading-47 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="98"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="98"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-48 1.5s linear forwards 1.5s;animation:loading-48 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="99"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="99"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-49 1.5s linear forwards 1.5s;animation:loading-49 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="100"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="100"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards 1.5s;animation:loading-50 1.5s linear forwards 1.5s}@-webkit-keyframes loading-1{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-3.6deg);transform:rotate(-3.6deg)}}@keyframes loading-1{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-3.6deg);transform:rotate(-3.6deg)}}@-webkit-keyframes loading-2{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-7.2deg);transform:rotate(-7.2deg)}}@keyframes loading-2{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-7.2deg);transform:rotate(-7.2deg)}}@-webkit-keyframes loading-3{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-10.8deg);transform:rotate(-10.8deg)}}@keyframes loading-3{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-10.8deg);transform:rotate(-10.8deg)}}@-webkit-keyframes loading-4{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-14.4deg);transform:rotate(-14.4deg)}}@keyframes loading-4{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-14.4deg);transform:rotate(-14.4deg)}}@-webkit-keyframes loading-5{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}}@keyframes loading-5{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}}@-webkit-keyframes loading-6{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-21.6deg);transform:rotate(-21.6deg)}}@keyframes loading-6{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-21.6deg);transform:rotate(-21.6deg)}}@-webkit-keyframes loading-7{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-25.2deg);transform:rotate(-25.2deg)}}@keyframes loading-7{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-25.2deg);transform:rotate(-25.2deg)}}@-webkit-keyframes loading-8{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-28.8deg);transform:rotate(-28.8deg)}}@keyframes loading-8{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-28.8deg);transform:rotate(-28.8deg)}}@-webkit-keyframes loading-9{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-32.4deg);transform:rotate(-32.4deg)}}@keyframes loading-9{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-32.4deg);transform:rotate(-32.4deg)}}@-webkit-keyframes loading-10{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-36deg);transform:rotate(-36deg)}}@keyframes loading-10{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-36deg);transform:rotate(-36deg)}}@-webkit-keyframes loading-11{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-39.6deg);transform:rotate(-39.6deg)}}@keyframes loading-11{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-39.6deg);transform:rotate(-39.6deg)}}@-webkit-keyframes loading-12{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-43.2deg);transform:rotate(-43.2deg)}}@keyframes loading-12{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-43.2deg);transform:rotate(-43.2deg)}}@-webkit-keyframes loading-13{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-46.8deg);transform:rotate(-46.8deg)}}@keyframes loading-13{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-46.8deg);transform:rotate(-46.8deg)}}@-webkit-keyframes loading-14{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-50.4deg);transform:rotate(-50.4deg)}}@keyframes loading-14{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-50.4deg);transform:rotate(-50.4deg)}}@-webkit-keyframes loading-15{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-54deg);transform:rotate(-54deg)}}@keyframes loading-15{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-54deg);transform:rotate(-54deg)}}@-webkit-keyframes loading-16{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-57.6deg);transform:rotate(-57.6deg)}}@keyframes loading-16{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-57.6deg);transform:rotate(-57.6deg)}}@-webkit-keyframes loading-17{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-61.2deg);transform:rotate(-61.2deg)}}@keyframes loading-17{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-61.2deg);transform:rotate(-61.2deg)}}@-webkit-keyframes loading-18{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-64.8deg);transform:rotate(-64.8deg)}}@keyframes loading-18{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-64.8deg);transform:rotate(-64.8deg)}}@-webkit-keyframes loading-19{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-68.4deg);transform:rotate(-68.4deg)}}@keyframes loading-19{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-68.4deg);transform:rotate(-68.4deg)}}@-webkit-keyframes loading-20{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-72deg);transform:rotate(-72deg)}}@keyframes loading-20{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-72deg);transform:rotate(-72deg)}}@-webkit-keyframes loading-21{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-75.6deg);transform:rotate(-75.6deg)}}@keyframes loading-21{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-75.6deg);transform:rotate(-75.6deg)}}@-webkit-keyframes loading-22{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-79.2deg);transform:rotate(-79.2deg)}}@keyframes loading-22{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-79.2deg);transform:rotate(-79.2deg)}}@-webkit-keyframes loading-23{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-82.8deg);transform:rotate(-82.8deg)}}@keyframes loading-23{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-82.8deg);transform:rotate(-82.8deg)}}@-webkit-keyframes loading-24{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-86.4deg);transform:rotate(-86.4deg)}}@keyframes loading-24{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-86.4deg);transform:rotate(-86.4deg)}}@-webkit-keyframes loading-25{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}}@keyframes loading-25{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}}@-webkit-keyframes loading-26{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-93.6deg);transform:rotate(-93.6deg)}}@keyframes loading-26{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-93.6deg);transform:rotate(-93.6deg)}}@-webkit-keyframes loading-27{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-97.2deg);transform:rotate(-97.2deg)}}@keyframes loading-27{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-97.2deg);transform:rotate(-97.2deg)}}@-webkit-keyframes loading-28{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-100.8deg);transform:rotate(-100.8deg)}}@keyframes loading-28{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-100.8deg);transform:rotate(-100.8deg)}}@-webkit-keyframes loading-29{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-104.4deg);transform:rotate(-104.4deg)}}@keyframes loading-29{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-104.4deg);transform:rotate(-104.4deg)}}@-webkit-keyframes loading-30{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-108deg);transform:rotate(-108deg)}}@keyframes loading-30{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-108deg);transform:rotate(-108deg)}}@-webkit-keyframes loading-31{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-111.6deg);transform:rotate(-111.6deg)}}@keyframes loading-31{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-111.6deg);transform:rotate(-111.6deg)}}@-webkit-keyframes loading-32{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-115.2deg);transform:rotate(-115.2deg)}}@keyframes loading-32{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-115.2deg);transform:rotate(-115.2deg)}}@-webkit-keyframes loading-33{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-118.8deg);transform:rotate(-118.8deg)}}@keyframes loading-33{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-118.8deg);transform:rotate(-118.8deg)}}@-webkit-keyframes loading-34{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-122.4deg);transform:rotate(-122.4deg)}}@keyframes loading-34{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-122.4deg);transform:rotate(-122.4deg)}}@-webkit-keyframes loading-35{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-126deg);transform:rotate(-126deg)}}@keyframes loading-35{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-126deg);transform:rotate(-126deg)}}@-webkit-keyframes loading-36{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-129.6deg);transform:rotate(-129.6deg)}}@keyframes loading-36{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-129.6deg);transform:rotate(-129.6deg)}}@-webkit-keyframes loading-37{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-133.2deg);transform:rotate(-133.2deg)}}@keyframes loading-37{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-133.2deg);transform:rotate(-133.2deg)}}@-webkit-keyframes loading-38{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-136.8deg);transform:rotate(-136.8deg)}}@keyframes loading-38{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-136.8deg);transform:rotate(-136.8deg)}}@-webkit-keyframes loading-39{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-140.4deg);transform:rotate(-140.4deg)}}@keyframes loading-39{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-140.4deg);transform:rotate(-140.4deg)}}@-webkit-keyframes loading-40{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-144deg);transform:rotate(-144deg)}}@keyframes loading-40{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-144deg);transform:rotate(-144deg)}}@-webkit-keyframes loading-41{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-147.6deg);transform:rotate(-147.6deg)}}@keyframes loading-41{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-147.6deg);transform:rotate(-147.6deg)}}@-webkit-keyframes loading-42{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-151.2deg);transform:rotate(-151.2deg)}}@keyframes loading-42{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-151.2deg);transform:rotate(-151.2deg)}}@-webkit-keyframes loading-43{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-154.8deg);transform:rotate(-154.8deg)}}@keyframes loading-43{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-154.8deg);transform:rotate(-154.8deg)}}@-webkit-keyframes loading-44{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-158.4deg);transform:rotate(-158.4deg)}}@keyframes loading-44{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-158.4deg);transform:rotate(-158.4deg)}}@-webkit-keyframes loading-45{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-162deg);transform:rotate(-162deg)}}@keyframes loading-45{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-162deg);transform:rotate(-162deg)}}@-webkit-keyframes loading-46{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-165.6deg);transform:rotate(-165.6deg)}}@keyframes loading-46{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-165.6deg);transform:rotate(-165.6deg)}}@-webkit-keyframes loading-47{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-169.2deg);transform:rotate(-169.2deg)}}@keyframes loading-47{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-169.2deg);transform:rotate(-169.2deg)}}@-webkit-keyframes loading-48{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-172.8deg);transform:rotate(-172.8deg)}}@keyframes loading-48{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-172.8deg);transform:rotate(-172.8deg)}}@-webkit-keyframes loading-49{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-176.4deg);transform:rotate(-176.4deg)}}@keyframes loading-49{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-176.4deg);transform:rotate(-176.4deg)}}@-webkit-keyframes loading-50{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}}@keyframes loading-50{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}} \ No newline at end of file +.llms-access-plan-description p:last-child,.llms-student-dashboard.dashboard .llms-sd-section .llms-sd-section__heading{margin:0 0 1.6875rem;padding:0}.llms-notice{margin:0;font-weight:400;font-size:14px;margin-bottom:15px;background-color:var(--bb-content-background-color);border-radius:4px;border:1px solid var(--bb-content-border-color);padding:15px}.llms-notice---sidebar{text-align:right}.bb-single-course-sidebar .llms-notice---sidebar.llms-notice{padding:0;color:var(--bb-danger-color);background-color:#fff}.llms-notice.llms-error{background-color:var(--bb-danger-color);font-size:14px;color:#fff;border-radius:var(--bb-block-radius);border:0;padding:5px 10px}.llms-notice.llms-error a{color:#fff;font-weight:700}.llms-notice.llms-success{background-color:rgba(1,158,124,.1);border:1px solid var(--bb-success-color);font-size:14px;border-radius:4px;padding:5px 10px}ul.llms-notice{margin-right:0}.bp-feedback.ld-feedback{margin:10px 0;position:relative;box-shadow:none}.bp-feedback.ld-feedback p{font-size:14px;line-height:1.5;padding:10px 5px}.llms-person-login-form-wrapper{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);padding:3rem 0 3.5rem;width:100%}.llms-person-login-form-wrapper form.llms-login{max-width:50%;margin:0 auto}@media screen and (max-width:992px){.llms-person-login-form-wrapper form.llms-login{max-width:80%}}@media screen and (max-width:544px){.llms-person-login-form-wrapper form.llms-login{max-width:95%}}.llms-person-login-form-wrapper form.llms-login label{font-size:14px}.llms-person-login-form-wrapper form.llms-login .llms-form-field.llms-cols-6{width:100%;float:none}.llms-person-login-form-wrapper form.llms-login .llms-form-field.type-submit button#llms_login_button{padding:.618em 2em;height:40px;font-size:15px;font-weight:500}.llms-person-login-form-wrapper form.llms-login .llms-form-field.type-submit.llms-cols-3{width:100%;float:none}.llms-person-login-form-wrapper form.llms-login .llms-form-field.type-checkbox.llms-cols-6{width:50%;float:right}.llms-person-login-form-wrapper form.llms-login .llms-form-field.type-html.llms-cols-3{width:50%;float:right}.llms-person-login-form-wrapper form.llms-login .llms-description{font-style:normal}.llms-person-login-form-wrapper #llms_remember{opacity:0}.llms-person-login-form-wrapper label[for=llms_remember]{position:relative;right:-14px}.llms-person-login-form-wrapper label[for=llms_remember]:before{content:"\e876";display:inline-block;width:20px;height:20px;background-color:#fff;border:1px solid #dedfe2;border-radius:3px;margin:0 0 0 10px;position:relative;top:-1px;font-family:bb-icons;font-size:16px;line-height:1.2;text-align:center;color:#fff}.llms-person-login-form-wrapper input#llms_remember:checked+label:before{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color)}.llms-new-person-form-wrapper{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);padding:3rem;width:100%}.llms-new-person-form-wrapper label{font-size:14px}.llms-new-person-form-wrapper .llms-form-field.type-submit{margin:15px 0 0}.llms-new-person-form-wrapper form{margin-bottom:0}.llms-person-login-form-wrapper+.llms-new-person-form-wrapper{margin-top:25px}.single.single-course .content-area{padding-top:0}.bb-llms-content-wrap{padding-top:70px}.llms-lesson-preview{width:100%}.llms-syllabus-wrapper{margin-right:0;margin-left:0}.llms-syllabus-wrapper .llms-section-title{font-size:16px;margin:16px 0 8px;text-align:right}.llms-syllabus-wrapper .llms-lesson-preview{margin-top:0;margin-bottom:5px}.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-title{font-weight:400}.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link{background:100% 0;border-radius:3px}.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link:hover .llms-lesson-title{color:var(--bb-primary-color)}.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-title{color:var(--bb-headings-color)}.llms-syllabus-wrapper .llms-lesson-preview .llms-extra{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;padding-left:15px}.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-counter{margin-bottom:0;font-size:13px;color:var(--bb-alternate-text-color);text-align:left;white-space:nowrap}.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-complete{margin-bottom:0;margin-right:10px;font-size:22px}.llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-complete,.llms-syllabus-wrapper .llms-lesson-preview.is-free .llms-lesson-complete{color:var(--bb-body-text-color)}.course .llms-meta-info{font-size:14px;margin-top:0}.course .llms-meta-info .llms-meta-title{font-size:13px;color:var(--bb-headings-color);margin:0 0 15px;text-transform:uppercase}.course .llms-meta-info .llms-instructor-info{margin-top:20px}.course .bb-llms-content-wrap .llms-course-progress{max-width:100%;margin-right:0;margin-left:0}.course .bb-llms-content-wrap .llms-course-progress .llms-progress-bar{border-radius:4px}.course .bb-llms-content-wrap .llms-course-progress .progress-bar-complete{border-radius:4px;background-color:var(--bb-primary-color)}.course .bb-llms-content-wrap .llms-course-progress a.llms-button-primary{border-radius:100px;font-size:14px}.course .bb-llms-content-wrap .llms-course-progress .progress__indicator{color:#939597;font-size:14px;margin-right:10px}.bb-llms-content-wrap .llms-instructor-info .llms-instructors{margin-right:-5px;margin-left:-5px}.bb-llms-content-wrap .llms-instructor-info .llms-instructors .llms-author .avatar{margin-top:0;margin-bottom:0;border:0;max-width:60px}.bb-llms-content-wrap .llms-instructor-info .llms-instructors .llms-author__verbose{text-align:right;padding-right:15px;padding-top:5px}.bb-llms-content-wrap .llms-instructor-info .llms-instructors .llms-author{margin-top:0;padding:20px;margin-bottom:10px;background-color:transparent;border:0}.bb-llms-content-wrap .llms-instructor-info .llms-instructors .llms-author .llms-author-info.label{color:var(--bb-alternate-text-color);margin:3px 0 10px;background-color:transparent;font-size:100%;font-size:14px;font-weight:500;line-height:1}.bb-llms-content-wrap .llms-instructor-info .llms-instructors .llms-author .llms-author-info.bio{line-height:1.5;font-size:14px}.llms-instructors.llms-cols{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap}.llms-instructors.llms-cols .llms-col-3{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.llms-instructors.llms-cols .llms-col-4{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.llms-instructors.llms-cols .llms-col-5{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.llms-instructors.llms-cols .llms-col-6{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.llms-instructors.llms-cols .llms-col-7{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.llms-instructors.llms-cols .llms-col-8{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.llms-instructors.llms-cols .llms-col-9{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.llms-instructors.llms-cols .llms-col-2{width:-webkit-calc(50% - 10px);width:calc(50% - 10px)}@media screen and (max-width:1200px){.llms-instructors.llms-cols .llms-col-2{width:-webkit-calc(100% - 10px);width:calc(100% - 10px)}}.llms-instructors.llms-cols>div[class*=llms-col-]{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);margin:5px}.llms-instructors.llms-cols [class*=llms-col-]{float:none}.lifterlms-price{color:var(--bb-headings-color)}.bb-llms-banner{background-color:#607387;overflow:hidden;padding:0 44px}.bb-llms-banner:before{content:"";opacity:.4;background-color:var(--bb-headings-color);background-image:-webkit-linear-gradient(-270deg,rgba(0,0,0,0) 4%,#000 100%);background-image:linear-gradient(180deg,rgba(0,0,0,0) 4%,#000 100%);position:absolute;height:100%;width:100%;top:0;right:0;z-index:1}.bb-llms-banner .banner-img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover}.bb-course-banner-info{padding-top:30px;padding-bottom:30px;position:relative;z-index:2}.bb-course-banner-inner{color:#fff;padding-top:70px}.bb-course-banner-inner h1.entry-title{font-size:48px;color:inherit;line-height:1.25;margin-bottom:20px}.bb-course-banner-inner .avatar{border-radius:50%;margin-left:12px;max-width:38px}.bb-course-banner-inner .author-name{font-size:14px;font-weight:500;color:#fff;letter-spacing:-.24px}.bb-course-banner-inner span.meta-saperator{color:#fff;margin:0 15px}.bb-course-banner-inner .course-date{font-size:13px;color:rgba(255,255,255,.8);letter-spacing:-.19px}.bb-course-banner-inner .bb-course-single-meta{margin-bottom:40px}@media screen and (max-width:544px){.bb-course-banner-inner h1.entry-title{font-size:1.5rem;line-height:1.5}}.llms-notification .llms-notification-dismiss{color:var(--bb-alternate-text-color)}.llms-notification .llms-notification-dismiss.fa-times-circle{font-size:20px;display:inline-block;font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased}.llms-notification .llms-notification-dismiss.fa-times-circle:before{content:"\e828"}.llms-button-primary,.llms-field-button{border-radius:var(--bb-button-radius);background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);min-width:100px;text-align:center;line-height:normal;font-weight:400;font-size:15px}.llms-button-primary:focus,.llms-field-button:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.llms-button-primary:active,.llms-button-primary:focus,.llms-button-primary:hover,.llms-field-button:active,.llms-field-button:focus,.llms-field-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)}.llms-button-action{border-radius:var(--bb-button-radius)}.llms-button-secondary{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);border-radius:var(--bb-button-radius)}.llms-button-secondary:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.llms-button-secondary:active,.llms-button-secondary:focus,.llms-button-secondary:hover{box-shadow:none;background-color:var(--bb-secondary-button-background-hover);color:var(--bb-secondary-button-text-hover);border:1px solid var(--bb-secondary-button-border-hover)}section.llms-instructor-info .llms-author .name{margin-right:0;margin-left:0}.llms-form-field.type-radio label:before{background:#fff;box-shadow:rgba(255,255,255,.15) 0 1px 1px,inset rgba(0,0,0,.25) 0 0 0 1px;width:20px;height:20px;top:-2px;margin-left:7px}.llms-form-field.type-radio input[type=radio]:checked+label:before{background-image:-webkit-radial-gradient(center,ellipse,var(--bb-primary-color) 0,var(--bb-primary-color) 40%,#fff 45%);background-image:radial-gradient(ellipse at center,var(--bb-primary-color) 0,var(--bb-primary-color) 40%,#fff 45%)}.llms-pagination{font-size:13px;margin:10px 0;text-align:left}.llms-pagination ul{margin:0 10px;display:inline-block}.llms-pagination ul li .page-numbers{text-decoration:none}@media screen and (max-width:544px){.bb-courses-directory .bs-dir-search{float:none}}@media screen and (min-width:681px){.bb-llms-content-wrap{max-width:700px}.bb-single-course-sidebar{max-width:380px;-webkit-box-flex:0;-ms-flex:0 0 42%;flex:0 0 42%;margin-right:auto;position:relative;z-index:2}.bb-single-course-sidebar.bb-preview-wrap{margin-top:-260px}}.llms-course-navigation .llms-lesson-preview .llms-lesson-link{background-color:var(--bb-body-background-color);box-shadow:inset 0 0 10px 5px rgba(0,0,0,.02);border-radius:4px;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;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:15px;max-width:100%}.llms-course-navigation .llms-lesson-preview .llms-lesson-link:hover{background:rgba(146,164,183,.1)}.llms-course-navigation .llms-lesson-preview .llms-lesson-title{margin-bottom:0;white-space:normal}.llms-course-navigation .llms-lesson-preview .llms-lesson-excerpt{display:none}.bb-sfwd-aside .site-header{width:100%;z-index:610;-webkit-transition:all .2s;transition:all .2s}@media screen and (min-width:800px){.bb-buddypanel.buddypanel-open.bb-sfwd-aside .site-header:not(.site-header--elementor){width:-webkit-calc(100% - 230px);width:calc(100% - 230px);-webkit-transition:all .2s;transition:all .2s}}@media screen and (max-width:544px){.llms-course-navigation .llms-course-nav{width:100%;margin:0 0 10px}.llms-course-navigation .llms-course-nav .llms-lesson-preview{margin-top:0}}.llms-pointer>.llms-notification{border-radius:6px;border:0;border-right:4px solid var(--bb-primary-color);box-shadow:0 4px 32px 0 rgba(18,43,70,.1);padding:20px}@media screen and (min-width:544px){.llms-pointer>.llms-notification{width:420px}}.llms-pointer>.llms-notification .llms-notification-footer{margin-top:0;padding:0;border-top:0}.llms-instructor-info .llms-instructors .llms-author{background-color:transparent;border-color:var(--bb-content-border-color);border-top-width:2px}.llms-instructor-info .llms-instructors .llms-author .avatar{border-color:var(--bb-content-border-color);background-color:transparent;border-width:2px;margin-top:-37px}.llms-tooltip.show{top:unset;bottom:30px}@media (min-width:600px){.single-llms_quiz .llms-quiz-results .llms-quiz-results-aside{float:none;width:100%;text-align:center}.single-llms_quiz .llms-quiz-results .llms-quiz-results-aside+.llms-quiz-results-main,.single-llms_quiz .llms-quiz-results .llms-quiz-results-history{float:none;width:100%;margin:0 auto 30px}}@media (max-width:480px){.single-llms_quiz .llms-quiz-results .llms-quiz-results-history select{width:100%}}.quizzes_section_holder.current_quizz{background:rgba(146,164,183,.05)}.single-llms_quiz.bb-dark-theme .llms-quiz-results .llms-quiz-results-history select{background-color:#333;color:#939597}.single-llms_quiz.bb-dark-theme #llms-quiz-wrapper .llms-quiz-results>h2.llms-quiz-results-title,.single-llms_quiz.bb-dark-theme #llms-quiz-wrapper h2.llms-quiz-meta-title,.single-llms_quiz.bb-dark-theme .llms-quiz-results-history h2.llms-quiz-results-title{color:#fff}.single-llms_quiz.bb-dark-theme ul.llms-quiz-meta-info .llms-quiz-meta-item{color:#939597}.llms-donut{margin:0 auto 30px;color:var(--bb-body-text-color);background-color:var(--bb-content-border-color)}.llms-donut .inside{width:95%;height:95%}.single-llms_quiz .entry-content .fluid-width-video-wrapper{margin-top:0}.single-llms_quiz .llms-next-lesson{font-size:14px;padding-top:0;padding-bottom:0;line-height:40px}.single-llms_quiz #llms-quiz-header{position:relative}.single-llms_quiz #llms-quiz-header:before{position:absolute;right:0;top:0;color:var(--bb-body-text-color);font-size:16px;font-weight:800}.single-llms_quiz #llms-quiz-header .llms-progress{margin-top:30px}.single-llms_quiz .llms-return a{display:inline-block;background-color:rgba(0,0,0,.03);color:#939597;border-radius:20px;padding:1px 10px 1px 15px;font-size:12px;margin:0 0 15px;-webkit-transition:all linear .2s;transition:all linear .2s}.single-llms_quiz .llms-return a i{margin-left:3px}.single-llms_quiz .llms-return a:hover{background-color:rgba(0,0,0,.06)}.single-llms_quiz .entry-title{font-size:32px;line-height:1.2;font-weight:700;margin-bottom:0}.single-llms_quiz .lifterlms-header-instructor{margin-top:20px;padding-bottom:0;margin-bottom:30px;border-bottom:1px solid var(--bb-content-border-color)}.single-llms_quiz .lifterlms-header-instructor .flex{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.single-llms_quiz .lifterlms-header-instructor .flex h5{margin-bottom:0}.single-llms_quiz .lifterlms-header-instructor .flex h5 span{margin-right:7px}.single-llms_quiz .entry-content-wrap{padding:0}.single-llms_quiz ul.llms-quiz-meta-info{font-size:14px;margin-bottom:30px}.single-llms_quiz ul.llms-quiz-meta-info .llms-quiz-meta-item{font-weight:800}.single-llms_quiz ul.llms-quiz-meta-info .llms-quiz-meta-item span{font-weight:400}.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.correct,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.incorrect,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.incorrect{background-color:transparent}.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question a.toggle-answer:hover .llms-question-title{color:var(--bb-primary-color)}.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-points{color:#939597;font-size:14px}.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-status-icon-tip{display:none}.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.type--code .bb-llms-quiz-status-icon,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.type--content .bb-llms-quiz-status-icon,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.type--long_answer .bb-llms-quiz-status-icon,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.type--short_answer .bb-llms-quiz-status-icon,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.type--upload .bb-llms-quiz-status-icon{display:none}.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section{border-top-width:1px;margin-top:10px;padding-top:10px;font-size:14px}.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section p.llms-quiz-results-label{font-weight:300;text-transform:uppercase;font-size:12px}.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section p{margin-bottom:10px}.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section:first-of-type{margin-top:0}.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-question-description{font-size:14px}.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-question-description p{margin-bottom:10px}.single-llms_quiz .llms-quiz-results-history h2.llms-quiz-results-title{margin-bottom:15px;font-size:18px;line-height:1.2;font-weight:700}.single-llms_quiz .llms-button-wrapper .llms-start-quiz-button,.single-llms_quiz .llms-button-wrapper a.llms-button-secondary{padding-right:2em;padding-left:2em}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-results>h2.llms-quiz-results-title,.single-llms_quiz #llms-quiz-wrapper h2.llms-quiz-meta-title{margin-bottom:15px;font-size:18px;line-height:1.2;font-weight:700}.single-llms_quiz #llms-quiz-wrapper>.llms-return a{font-size:14px}.single-llms_quiz #llms-quiz-wrapper>.llms-return a:before{content:"\E8AB";font-family:bb-icons;font-size:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:1px;position:relative;top:2px}.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:before{content:"\ee09";font:normal normal normal 18px/1 bb-icons;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--bb-body-text-color);border-radius:100%;width:18px;height:18px;padding:2px;line-height:16px;text-align:center;font-weight:300;-webkit-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease;position:absolute;right:5px;top:24px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer{padding:15px 25px 15px 35px}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer .llms-points{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-header.expand-result .toggle-answer:before{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-points{line-height:28px}.llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.incorrect .llms-points{background-color:var(--bb-danger-color);color:#fff;padding:0 20px;border-radius:4px}.bb-template-v2 .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.incorrect .llms-points{border-radius:6px}.single-llms_quiz .llms-quiz-results .llms-donut.failing{color:var(--bb-danger-color)}.llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.incorrect .llms-quiz-attempt-answer{color:var(--bb-danger-color)}.llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.correct .llms-points{background-color:var(--bb-success-color);color:#fff;padding:0 20px;border-radius:3px}.llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.correct .llms-quiz-attempt-answer{color:var(--bb-success-color)}@-webkit-keyframes bs-llms-spinning{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-220deg);transform:rotate(-220deg)}}@keyframes bs-llms-spinning{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-220deg);transform:rotate(-220deg)}}.llms-question-wrapper.type--picture_choice ol.llms-question-choices{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-answer-section.llms-correct-answer .llms-quiz-attempt-answer{color:var(--bb-success-color)!important}.llms-quiz-ui .llms-aq-scale .llms-aq-scale-range:after,.llms-quiz-ui .llms-aq-scale .llms-aq-scale-range:before{display:none!important}.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio{text-align:center}.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio>span{margin:0}.llms-quiz-ui .llms-quiz-nav{margin-bottom:60px}.llms-quiz-buttons .llms-button-action{font-size:14px}.llms-quiz-ui{padding:0;background:100% 0}.llms-quiz-ui .llms-question-wrapper.type--picture_reorder ol.llms-question-choices.llms-aq-reorder-list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.llms-quiz-ui .llms-question-wrapper.type--picture_reorder ol.llms-question-choices.llms-aq-reorder-list .llms-aq-reorder-item.type--picture{width:-webkit-calc(100% / 3);width:calc(100% / 3)}.llms-quiz-ui ol.llms-question-choices.llms-aq-reorder-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.llms-quiz-ui ol.llms-question-choices.llms-aq-reorder-list .llms-aq-reorder-item.type--picture{display:-webkit-box;display:-ms-flexbox;display:flex}.llms-quiz-ui .llms-progress{height:4px;border-radius:2px;background-color:var(--bb-content-border-color)}.llms-quiz-ui .llms-progress .progress-bar-complete{background-color:var(--bb-primary-color);border-radius:2px}.llms-quiz-ui .llms-spinning .llms-spinner{width:20px;height:20px;background-repeat:no-repeat;background-color:transparent;border:0;font-style:normal;margin-right:-10px;margin-top:-10px;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.llms-quiz-ui .llms-spinning .llms-spinner:after{content:"\ef30";font-family:bb-icons;display:inline-block;width:20px;height:20px;font-size:20px;line-height:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:relative;bottom:1px;color:#939597}.llms-quiz-ui .llms-spinning{background:100% 0}.llms-quiz-ui .llms-error{background-color:var(--bb-danger-color);font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:20px 0;padding:10px 15px}.llms-quiz-ui .llms-error a{color:rgba(255,255,255,.9);margin-right:auto;-webkit-transition:all linear .2s;transition:all linear .2s}.llms-quiz-ui .llms-error a:hover{color:#fff}.llms-quiz-ui .llms-error a i.fa.fa-times-circle{font-size:20px;display:inline-block;font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;color:#fff}.llms-quiz-ui .llms-error a i.fa.fa-times-circle:before{content:"\e828";font-weight:100}.llms-quiz-ui .llms-quiz-nav .button{padding:10px 2em;min-height:40px;font-size:14px;background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)}.llms-quiz-ui .llms-quiz-nav .button:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.llms-quiz-ui .llms-quiz-nav .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)}.llms-quiz-ui .llms-quiz-nav .button.llms-button-secondary{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular)}.llms-quiz-ui .llms-quiz-nav .button.llms-button-secondary:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.llms-quiz-ui .llms-quiz-nav .button.llms-button-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)}.llms-quiz-ui .llms-quiz-counter{font-size:14px;color:var(--bb-alternate-text-color);margin-top:4px}.llms-quiz-ui .llms-question-wrapper.type--blank input.llms-aq-blank,.llms-quiz-ui .llms-question-wrapper.type--blank input.llms-aq-blank:focus{border-bottom-width:1px;color:var(--bb-primary-color);padding-bottom:2px}.llms-quiz-ui .llms-question-wrapper.type--blank input.llms-aq-blank:focus{border-bottom-color:var(--bb-primary-color)}.llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li{border:1px solid var(--bb-content-border-color);border-radius:4px;padding:10px 20px}.llms-quiz-ui .llms-question-wrapper.type--reorder ol.llms-question-choices.llms-aq-reorder-list li.llms-aq-reorder-item.llms-aq-placeholder{border:1px dashed var(--bb-content-border-color)}.llms-quiz-ui .llms-question-wrapper.type--reorder ol.llms-question-choices li:last-child{border-bottom:1px solid var(--bb-content-border-color)}.llms-quiz-ui .llms-question-wrapper.type--reorder ol.llms-question-choices.llms-aq-reorder-list.dragging{box-shadow:none}.llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li>label{padding:0}.llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li>label .llms-marker{float:left;margin:3px 0 0;position:relative;border:0;cursor:move}.llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li>label .llms-marker:after,.llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li>label .llms-marker:before{font-family:bb-icons;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:inline-block;content:"\ee5d";color:var(--bb-alternate-text-color);font-weight:300}.llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li>label .llms-marker:before{left:6px}.llms-quiz-ui .llms-question-wrapper.type--picture_reorder ol.llms-question-choices.llms-aq-reorder-list li.llms-aq-reorder-item.llms-aq-placeholder{border:1px dashed var(--bb-content-border-color)}.llms-quiz-ui .llms-question-wrapper.type--picture_reorder ol.llms-question-choices.llms-aq-reorder-list.dragging{box-shadow:none}.llms-quiz-ui .llms-question-wrapper.type--picture_reorder .llms-question-choices li>label .llms-marker{display:none}.llms-quiz-ui .llms-question-wrapper.type--picture_reorder .llms-question-choices li>label .llms-marker.type--lister{display:block}.llms-quiz-ui .llms-question-wrapper.type--picture_reorder .llms-question-choices li>label .llms-marker.type--lister span{display:block}.llms-quiz-ui .llms-question-wrapper.type--short_answer input.llms-aq-short-answer-field{font-size:15px}.llms-quiz-ui .llms-question-wrapper.type--long_answer .llms-aq-long-answer .ql-snow .ql-picker{color:#939597}.llms-quiz-ui .llms-question-wrapper.type--long_answer .llms-aq-long-answer .ql-snow .ql-stroke{stroke:#939597}.llms-quiz-ui .llms-question-wrapper.type--long_answer .llms-aq-long-answer .ql-snow .ql-fill,.llms-quiz-ui .llms-question-wrapper.type--long_answer .llms-aq-long-answer .ql-snow .ql-stroke.ql-fill{fill:#939597}.llms-quiz-ui .llms-question-wrapper.type--long_answer .llms-aq-long-answer .ql-toolbar.ql-snow{border:0}.llms-quiz-ui .llms-question-wrapper.type--long_answer .llms-aq-long-answer .ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:1px solid var(--bb-content-border-color);border-color:var(--bb-content-border-color)}.llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader{margin:20px 0;border:1px dashed #dedfe2;border-radius:3px}.llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader .fa.fa-upload{font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;color:var(--bb-primary-color)}.llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader .fa.fa-upload:before{content:"\ee24"}.llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader h2{font-size:18px;color:var(--bb-headings-color)}.llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader em{font-size:14px;color:#939597}.llms-quiz-ui .llms-question-wrapper.type--code .llms-aq-code{font-size:14px;border-radius:3px;border:1px solid var(--bb-content-border-color)}.llms-quiz-ui .llms-question-wrapper.type--code .llms-aq-code .CodeMirror{background-color:var(--bb-content-border-color);border-radius:3px}.llms-quiz-ui .llms-question-wrapper.type--code .llms-aq-code .CodeMirror pre.CodeMirror-line{padding:0 10px}.llms-quiz-ui .llms-question-wrapper.type--code .llms-aq-code .CodeMirror-gutters{background-color:rgba(0,0,0,.025);border-left:1px solid var(--bb-content-border-color);padding-left:5px}.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale{overflow:hidden;width:auto}.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-label{font-size:14px;color:#939597}.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range{margin-bottom:15px;width:auto;-ms-flex-wrap:wrap;flex-wrap:wrap}.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio{margin-left:5px;margin-bottom:5px}.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio .llms-aq-scale-button,.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio:first-child .llms-aq-scale-button,.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio:last-child .llms-aq-scale-button{border-radius:100%;border:0;font-size:16px;height:50px;padding:17px 0}.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio .llms-aq-scale-button:hover{background:var(--bb-primary-color);color:#fff}.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio input[type=radio]:checked+.llms-aq-scale-button{background:var(--bb-primary-color);color:#fff}.llms-quiz-question-wrapper h3.llms-question-text{font-size:18px;line-height:1.2;font-weight:700;margin:20px 0}.llms-quiz-question-wrapper .llms-question-image{margin-bottom:30px}.llms-quiz-question-wrapper ol.llms-question-choices li.llms-choice{margin-bottom:10px;padding-bottom:10px}.llms-quiz-question-wrapper ol.llms-question-choices li.llms-choice .llms-choice-text{font-size:16px}.llms-quiz-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker{font-size:10px;width:22px;height:22px;line-height:19px;background:var(--bb-content-background-color);border:2px solid var(--bb-content-border-color);cursor:pointer}.llms-quiz-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker span.iterator{color:var(--bb-alternate-text-color);display:none}.llms-quiz-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker .fa{color:var(--bb-primary-color)}.llms-quiz-question-wrapper ol.llms-question-choices li.llms-choice input:checked+.llms-marker{background:100% 0;border-color:var(--bb-primary-color)}.llms-quiz-question-wrapper .llms-video-wrapper .center-video{border-top:0;padding:1em 0 0;margin:0 0 1.5em;position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}.llms-quiz-question-wrapper .llms-video-wrapper .center-video iframe{position:absolute;top:0;right:0;width:100%;height:100%;margin:0;display:block}.llms-quiz-question-wrapper .llms-question-wrapper.type--choice ol.llms-question-choices li.llms-choice,.llms-quiz-question-wrapper .llms-question-wrapper.type--true_false ol.llms-question-choices li.llms-choice{border:1px solid var(--bb-content-border-color);border-radius:4px;padding:10px 20px}.llms-quiz-question-wrapper .llms-question-wrapper.type--choice ol.llms-question-choices li.llms-choice label,.llms-quiz-question-wrapper .llms-question-wrapper.type--true_false ol.llms-question-choices li.llms-choice label{padding:0}.llms-quiz-question-wrapper .llms-question-wrapper.type--picture_choice ol.llms-question-choices{margin-top:30px}.llms-quiz-question-wrapper .llms-question-wrapper.type--picture_choice ol.llms-question-choices li.llms-choice .llms-marker.type--radio{display:none}.single-llms_quiz .llms-quiz-results .llms-donut.failing svg path{stroke:var(--bb-danger-color)}.single-llms_quiz .llms-quiz-buttons form>p{font-size:14px;padding-left:10px}.llms-quiz-timer{font-size:16px;color:var(--bb-success-color);border-color:var(--bb-success-color)}.llms-quiz-timer.color-empty{color:var(--bb-danger-color);border-color:var(--bb-danger-color)}.single-llms_quiz h3.llms-question-title{font-size:16px;font-family:inherit;text-transform:none;font-weight:500;line-height:28px}.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-question-title{line-height:28px}@media (max-width:599px){.llms-quiz-ui .llms-question-wrapper.type--picture_reorder ol.llms-question-choices.llms-aq-reorder-list .llms-aq-reorder-item.type--picture{width:100%}}@media (max-width:428px){.llms-quiz-ui .llms-quiz-nav button#llms-prev-question{margin:10px 0 0}.llms-quiz-ui .llms-quiz-counter{margin-top:18px}}.frm_submit button,.lifter-sidebar-widgets li.widget a.button:not(.logout-link):hover,.llms-button-action.clicked,.llms-button-primary.clicked,.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment.llms-pa-read:after,.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a:hover,.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio .llms-aq-scale-button:hover,.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio input[type=radio]:checked+.llms-aq-scale-button,.nf-form-wrap .nf-form-content .nf-field-element input[type=button]{background-color:var(--bb-primary-color)}.llms-checkout.llms-checkout-cols-2{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:992px){.llms-checkout.llms-checkout-cols-2{display:block}.llms-checkout.llms-checkout-cols-2 .llms-checkout-col.llms-col-1{margin-bottom:20px;width:100%}.llms-checkout.llms-checkout-cols-2 .llms-checkout-col.llms-col-2{width:100%}}.llms-checkout.llms-checkout-cols-1 .llms-checkout-col.llms-col-1{margin-bottom:20px}.llms-student-dashboard .llms-student-dashboard__frame{background-color:var(--bb-content-background-color);padding:38px 40px;border-radius:var(--bb-block-radius) 0 0 var(--bb-block-radius)}@media screen and (max-width:992px){.llms-student-dashboard .llms-student-dashboard__frame{padding:38px 30px}}@media screen and (max-width:544px){.llms-student-dashboard .llms-student-dashboard__frame{padding:20px}}.llms-student-dashboard .llms-student-dashboard__frame .llms-sd-tab.dashboard .llms-sd-section{padding-bottom:38px}.llms-student-dashboard .llms-student-dashboard__frame .llms-sd-tab.dashboard .llms-sd-section:last-of-type{padding-bottom:0}.llms-student-dashboard .llms-student-dashboard__frame>.llms-notice{margin-bottom:40px}.llms-student-dashboard.edit-account .llms-student-dashboard__frame>.llms-notice{margin-right:10px;margin-left:10px}.lifterlms .llms-student-dashboard{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);position:relative}@media (min-width:600px){.lifterlms .llms-student-dashboard{grid-row-gap:0}.lifterlms .llms-student-dashboard .llms-student-dashboard__frame:has(.llms-table),.lifterlms .llms-student-dashboard .llms-student-dashboard__frame:has(.orders-table){max-width:100%}.has-sidebar .lifterlms .llms-student-dashboard .llms-student-dashboard__frame:has(.llms-table),.has-sidebar .lifterlms .llms-student-dashboard .llms-student-dashboard__frame:has(.orders-table){max-width:-webkit-calc(100% - 225px);max-width:calc(100% - 225px)}}body.bb-template-v1 .lifterlms .llms-student-dashboard{grid-gap:0}.lifterlms .llms-student-dashboard .llms-sep{display:none}body .lifterlms .llms-student-dashboard .llms-sd-nav .llms-sd-items .llms-sd-link{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding:12px 20px;color:var(--bb-headings-color);font-size:14px}.lifterlms .llms-student-dashboard>ul.llms-notice{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.lifterlms .llms-sd-notification-center{width:100%;margin-bottom:0}.lifterlms .redeem-voucher form{width:100%;margin-bottom:0}.lifterlms .llms-status.llms-completed{color:#fff}.lifterlms .llms-person-form-wrapper form{width:100%;margin-bottom:0}.lifterlms .llms-table-sort .llms-button-secondary.small{padding:1px 20px}@media only screen and (max-width:800px){.lifterlms .llms-sd-notification-center{padding:38px 10px}}.lifterlms .llms-sd-items{padding:30px 0}@media only screen and (max-width:800px){.lifterlms .llms-sd-items{padding-top:15px}}.lifterlms .llms-form-fields input.llms-field-input{font-family:inherit;font-style:inherit;font-size:15px;height:41px;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)}.lifterlms .llms-form-fields input.llms-field-input:focus{outline:0;background-color:var(--bb-content-background-color);box-shadow:var(--bb-input-focus-shadow);border-color:var(--bb-input-focus-border-color)}@media (max-width:1200px){.has-sidebar.is_dashboard .widget-area:not(.widget-area-secondary){-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.has-sidebar.is_dashboard #primary{max-width:100%}}.lifterlms .llms-sd-header{min-width:230px;background:var(--bb-content-alternate-background-color);border-left:1px solid var(--bb-content-border-color);border-radius:0 var(--bb-block-radius) var(--bb-block-radius) 0}.lifterlms .llms-sd-header .llms-sd-title{display:none;padding:12px 20px;font-size:14px;text-transform:uppercase;font-weight:700;margin:0;cursor:pointer}.lifterlms .llms-sd-header .llms-sd-title:after{font-family:bb-icons;content:"\edb1";font-size:1em;position:relative;width:22px;height:22px;float:left}@media only screen and (max-width:800px){.lifterlms .llms-sd-header{border-left:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.lifterlms .llms-sd-header .llms-sd-nav{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;display:none}.lifterlms .llms-sd-header .llms-sd-title{display:block;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:800px){body:not(.has-sidebar) .lifterlms .llms-sd-header nav.llms-sd-nav{display:block}}@media only screen and (min-width:1200px){.has-sidebar .lifterlms .llms-sd-header nav.llms-sd-nav{display:block}}@media only screen and (max-width:1200px){.has-sidebar .lifterlms .llms-sd-header{border-left:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.has-sidebar .lifterlms .llms-sd-header .llms-sd-nav{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;display:none}.has-sidebar .lifterlms .llms-sd-header .llms-sd-title{display:block;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (max-width:1200px){.has-sidebar .lifterlms .llms-student-dashboard .llms-notice.llms-error{position:static;margin:20px}.has-sidebar .lifterlms .llms-student-dashboard .llms-notice.llms-error+.llms-sd-tab.dashboard section:first-child,.has-sidebar .lifterlms .llms-student-dashboard .llms-notice.llms-error+form{padding-top:38px}.has-sidebar .lifterlms .llms-student-dashboard .llms-notice.llms-error+.llms-person-login-form-wrapper{margin-top:75px}}@media only screen and (max-width:1200px){.has-sidebar .llms-student-dashboard.redeem-voucher>.llms-notice{width:-webkit-calc(100% - 60px);width:calc(100% - 60px);left:30px;right:auto}}body:not(.logged-in).llms-pointer.is_dashboard .llms-student-dashboard.dashboard{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.llms-sd-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-width:800px){.llms-sd-items{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0}}.llms-sd-items .current{background-color:var(--bb-content-background-color)}.llms-sd-items .current a{color:var(--bb-headings-color)}.llms-sd-items .llms-sd-item a::before{font-size:22px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons;margin-left:10px;min-width:25px}@media only screen and (max-width:768px){.llms-sd-items .llms-sd-item a::before{display:none}}.llms-sd-items .llms-sd-item a:hover{color:var(--bb-primary-color)}@media only screen and (max-width:800px){.llms-sd-items .llms-sd-item{width:100%}}.llms-sd-items .llms-sd-item:hover a{color:var(--bb-primary-color)}.llms-sd-items .dashboard a::before{content:"\ee74";font-family:bb-icons}.llms-sd-items .signout a::before{content:"\eefd";font-family:bb-icons}.llms-sd-items .orders a::before{content:"\eeab";font-family:bb-icons}.llms-sd-items .my-grades a::before{content:"\e868";font-family:bb-icons}.llms-sd-items .edit-account a::before{content:"\ee5a";font-family:bb-icons}.llms-sd-items .view-memberships a::before{content:"\eed4";font-family:bb-icons}.llms-sd-items .notifications a::before{content:"\e8a5";font-family:bb-icons}.llms-sd-items .view-certificates a::before{content:"\e975";font-family:bb-icons}.llms-sd-items .view-favorites a::before{content:"\eeb2";font-family:bb-icons}.llms-sd-items .view-achievements a::before{content:"\ee04";font-family:bb-icons}.llms-sd-items .view-courses a::before{content:"\eeac";font-family:bb-icons}.llms-sd-items .redeem-voucher a::before{content:"\ef0c";font-family:bb-icons}.llms-sd-items .view-groups a::before{content:"\e95d";font-family:bb-icons}.llms-sd-items li.llms-sd-item{cursor:pointer}.llms-sd-items li.llms-sd-item:hover{background-color:rgba(77,92,109,.1)}#page .llms-sd-grades .llms-table tfoot label{display:none}.llms-sd-grades .llms-table tfoot tr .llms-table-sort form{margin-top:20px}.llms-sd-grades .llms-table-sort form label{display:none}.llms-sd-grades .llms-table-sort form select{border-radius:var(--bb-input-radius);font-size:13px}.llms-sd-grades .llms-table-sort form .llms-button-secondary{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);margin-right:15px}.llms-sd-grades .llms-table-sort form .llms-button-secondary:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.llms-sd-grades .llms-table-sort form .llms-button-secondary:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}.llms-student-dashboard .llms-sd-section{width:100%;height:100%;margin-bottom:0;border-radius:4px}.llms-student-dashboard .llms-sd-section.llms-my-orders,.llms-student-dashboard .llms-sd-section.llms-sd-grades,.llms-student-dashboard .llms-sd-section.llms-view-order{overflow:auto}.llms-student-dashboard .llms-sd-section .llms-certificate{padding:0}@media screen and (max-width:1200px) and (min-width:600px){.llms-student-dashboard .llms-sd-section.llms-my-orders{overflow-x:auto}.llms-student-dashboard .llms-sd-section.llms-my-orders table{min-width:760px}}.llms-student-dashboard.dashboard .llms-sd-section{border:0;margin-bottom:0;padding:0}.llms-student-dashboard .dashboard .llms-sd-section:last-of-type{padding-bottom:38px}.llms-student-dashboard .dashboard .llms-sd-section:last-of-type:after{display:none}.llms-sd-tab.dashboard section.llms-sd-section:after{content:"";display:inline-block;width:100%;height:1px;border-bottom:1px solid var(--bb-content-border-color);margin-top:38px}.llms-loop-item-content__body{padding:0 20px}.llms-student-dashboard .llms-sd-section .llms-sd-section-title{font-size:22px;margin-bottom:0}.llms-student-dashboard .llms-sd-section .llms-sd-section-footer{margin-top:0}.llms-sd-tab.dashboard .llms-button-secondary{font-size:14px;padding:6px 15px}.llms-student-dashboard .orders-table td,.llms-student-dashboard .orders-table th{vertical-align:middle}@media screen and (max-width:600px){.llms-student-dashboard .orders-table td,.llms-student-dashboard .orders-table th{text-align:right}}.llms-sl-directory .llms-sl-card--student .llms-student-avatar img{border-radius:0}.llms-sl .llms-button-primary{background-color:var(--bb-primary-color);color:#fff}.is_dashboard header.entry-header{display:none}.llms-coupon-entry .llms-form-field .llms-button-secondary{width:100%}.llms-form-field .llms-description{font-size:14px;font-style:italic;font-weight:400;color:var(--bb-headings-color);line-height:1}.lifter-purchase{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-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;padding:70px 30px;font-weight:400;font-size:22px;color:var(--bb-body-text-color);border-radius:4px;border:1px solid var(--bb-content-border-color);background:#fff}.lifter-purchase a{display:contents}.lifter-purchase:before{display:inline-block;width:100%;height:60px;content:"";background-image:url(../images/svg/cart.svg);background-repeat:no-repeat;background-size:60px 60px;background-position:center;margin-bottom:24px}.llms-general-notification{box-shadow:none;border-radius:4px 0 0 4px;border-color:var(--bb-content-border-color);margin-bottom:10px}.llms-general-notification span{border-radius:0 4px 4px 0}.llms-general-notification p{line-height:21px}.bp-feedback.help .bp-icon,.llms-general-notification.info .bp-icon{background:var(--bb-primary-color)}.llms-table,.orders-table{border-collapse:separate;font-size:14px;min-width:760px;border:0}.llms-table td,.orders-table td{border:0;border-bottom:1px solid var(--bb-content-border-color);padding:15px 12px}.llms-table td .llms-donut.mini,.orders-table td .llms-donut.mini{float:right}.llms-table tr:last-child td,.orders-table tr:last-child td{border-bottom:0}.llms-table thead td,.llms-table thead th,.orders-table thead td,.orders-table thead th{font-size:15px}.llms-table-sort form select{display:inline-block;font-family:inherit;font-style:inherit;font-size:15px;height:40px;outline:0;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;width:auto;background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:left 1rem center;padding:10px 20px 10px 40px}.llms-table tbody tr:nth-child(odd) td,.llms-table tbody tr:nth-child(odd) th{background:100% 0}.llms-table thead th,.orders-table thead th{text-transform:uppercase;font-weight:400;font-size:14px;color:var(--bb-alternate-text-color);white-space:nowrap}@media screen and (max-width:1200px){.llms-table thead th,.orders-table thead th{font-size:13px;letter-spacing:-1px;padding-right:7px;padding-left:7px}}.llms-table tfoot tr,.orders-table tfoot tr{background-color:transparent}.llms-table tfoot label,.orders-table tfoot label{font-size:15px;margin:1px 0 0}td.llms-table-navigation{width:45%}.llms-table-sort form{width:100%;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}.llms-table-sort form select{margin:0 10px}.llms-table td:first-child,.llms-table th:first-child{width:30%}.llms-sd-tab.dashboard{width:100%}.llms-sd-widgets{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.llms-sd-widgets .llms-sd-widget-title{margin-left:10px}.llms-sd-widgets .llms-sd-widget:first-child{margin-right:10px}.llms-sd-widgets .llms-sd-widget:last-child{margin-left:10px}.llms-table.llms-single-course-grades{margin:10px}.llms-person-form.edit-account .llms-form-fields .llms-form-field label{font-size:16px;font-weight:400;color:var(--bb-body-text-color)}.llms-person-form.edit-account .llms-form-fields .llms-form-field input{margin-top:9px;margin-bottom:21px}.llms-person-form.edit-account .llms-form-fields .llms-form-field .select2-container{margin-top:9px}.llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter{color:var(--bb-headings-color);font-size:13px;border-radius:var(--bb-block-radius-inner);margin-bottom:10px}.llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.mismatch,.llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.too-short,.llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.very-weak{border-color:var(--bb-danger-color)}.llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.mismatch:before,.llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.too-short:before,.llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.very-weak:before{background-color:rgba(var(--bb-danger-color-rgb),.5)}.llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.weak{border-color:var(--bb-warning-color)}.llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.weak:before{background-color:rgba(var(--bb-warning-color-rgb),.5)}.llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.medium,.llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.strong{border-color:var(--bb-success-color)}.llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.medium:before,.llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.strong:before{background-color:rgba(var(--bb-success-color-rgb),.5)}.llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter+.llms-password-strength-meter{line-height:1.4}.llms-person-form.edit-account .llms-field-button.llms-button-action{font-size:15px;font-weight:500}body:not(.logged-in) .lifterlms .llms-student-dashboard{border:0}body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form{border:1px solid var(--bb-content-border-color);background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius);padding:3rem 25% 3.5rem;font-size:14px}@media only screen and (max-width:992px){body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form{padding-right:10%;padding-left:10%}}@media only screen and (max-width:800px){body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form{padding-right:5%;padding-left:5%}}body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .llms-button-action{font-weight:500;font-size:15px}.llms-student-dashboard .orders-table td{padding-top:10px;padding-bottom:10px}.llms-student-dashboard.orders .order-title{display:-webkit-box;display:-ms-flexbox;display:flex}.llms-student-dashboard.orders .order-title .llms-status{margin-right:20px;font-size:12px;padding:0 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.llms-student-dashboard.orders .order-title .llms-status.llms-completed{background-color:var(--bb-success-color)}.llms-student-dashboard.orders table{font-size:14px;border:0}@media screen and (min-width:600px){.llms-student-dashboard.orders table td,.llms-student-dashboard.orders table th{border-top:1px solid var(--bb-content-border-color)}}.llms-student-dashboard.orders table .llms-status{padding:0 10px;float:left;background-color:transparent;border-radius:var(--bb-button-radius);border:1px solid var(--bb-content-border-color);text-transform:uppercase;font-size:10px;text-align:center;min-width:85px}.llms-student-dashboard.orders table .llms-status.llms-completed,.llms-student-dashboard.orders table .llms-status.llms-refunded{color:var(--bb-success-color);border-color:var(--bb-success-color)}.llms-student-dashboard.orders table .llms-status.llms-pending{color:var(--bb-warning-color);border-color:var(--bb-warning-color)}.llms-student-dashboard.orders table .llms-status.llms-cancelled,.llms-student-dashboard.orders table .llms-status.llms-failed{color:var(--bb-danger-color);border-color:var(--bb-danger-color)}.llms-student-dashboard.orders .orders-table tbody tr:first-child td,.llms-student-dashboard.orders .orders-table tbody tr:first-child th{border-top:0}.llms-student-dashboard.orders .orders-table th{font-weight:400;color:var(--bb-headings-color)}.llms-student-dashboard.orders .orders-table tbody tr td,.llms-student-dashboard.orders .orders-table tbody tr th{border-bottom:0}.llms-student-dashboard.orders .orders-table tbody tr td .llms-status,.llms-student-dashboard.orders .orders-table tbody tr th .llms-status{padding:4px 10px}.llms-student-dashboard.orders .orders-table tbody tr:nth-child(even) td,.llms-student-dashboard.orders .orders-table tbody tr:nth-child(even) th{background-color:transparent}.llms-student-dashboard.orders .orders-table tbody tr:nth-child(odd) td,.llms-student-dashboard.orders .orders-table tbody tr:nth-child(odd) th{background-color:transparent}.llms-student-dashboard.orders .orders-table tbody tr:hover td{background-color:transparent}.llms-student-dashboard.orders .orders-table tbody td:first-child a{margin-left:5px}@media screen and (min-width:600px){.llms-student-dashboard.orders .orders-table tbody tr.llms-order-item .llms-button-primary{opacity:0}.llms-student-dashboard.orders .orders-table tbody tr.llms-order-item:hover .llms-button-primary{opacity:1}}.llms-student-dashboard.orders .orders-table thead td{font-weight:400;text-transform:uppercase;border-top:0;color:var(--bb-alternate-text-color);white-space:nowrap;letter-spacing:-.4px}@media screen and (max-width:1250px){.llms-student-dashboard.orders .llms-student-dashboard .orders-table td,.llms-student-dashboard.orders .llms-student-dashboard .orders-table th{padding-right:6px;padding-left:6px}}@media screen and (min-width:1200px) and (max-width:1300px){.has-sidebar .llms-student-dashboard.orders table .llms-status{float:none;white-space:nowrap}.has-sidebar .llms-student-dashboard.orders table{font-size:13px}}.orders-table .llms-button-primary{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);padding:6px 20px;min-width:auto}.orders-table .llms-button-primary:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.orders-table .llms-button-primary: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);box-shadow:none}.llms-sd-notification-center{background-color:transparent;padding:0;border:0}.llms-sd-notification-center .llms-notification-title{color:var(--bb-headings-color)}.llms-sd-notification-center .llms-notification-list-item:hover .llms-notification{background-color:inherit}.llms-sd-notification-center .llms-notification{display:block;border-top:1px solid var(--bb-content-border-color);box-shadow:none;background-color:transparent}.llms-sd-notification-center .llms-notification:has(.llms-mini-cert--body){display:block}.llms-sd-notification-center .llms-notification:has(.llms-mini-cert--body) .llms-notification-footer{margin-right:0;max-width:75%}.llms-sd-notification-center .llms-notification-list-item:first-child .llms-notification{border-top:0}.llms-sd-grades .llms-table .llms-progress .llms-progress-bar{height:4px;top:20px}.llms-student-dashboard.redeem-voucher label{font-size:15px;margin-left:10px}.llms-student-dashboard.redeem-voucher input[name=llms_voucher_code]{border-radius:var(--bb-input-radius);padding:0 20px}@media screen and (max-width:992px){.llms-student-dashboard.redeem-voucher input[name=llms_voucher_code]{width:100%;margin-top:10px}}.llms-student-dashboard.redeem-voucher button{padding-top:6px;padding-bottom:6px;background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)}.llms-student-dashboard.redeem-voucher button:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.llms-student-dashboard.redeem-voucher 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)}.llms-sd-section__blank{text-align:center}.llms-sd-section__blank img{margin:0 0 20px}.llms-sd-section__blank p{color:var(--bb-alternate-text-color)}.llms-sd-section__blank i{font-size:70px;color:#a1a9b5;margin:0 0 20px}.llms-sd-grades .llms-table .llms-progress .progress__indicator{left:0;top:-.6em;font-size:12px}.llms-donut svg path{stroke:var(--bb-primary-color)}@media only screen and (max-width:1200px){.llms-student-dashboard .llms-sd-section.llms-view-order .order-primary,.llms-student-dashboard .llms-sd-section.llms-view-order .order-secondary{width:100%;float:none}}.llms-student-dashboard.edit-account>.llms-notice,.llms-student-dashboard.redeem-voucher>.llms-notice{position:absolute;width:-webkit-calc(100% - 390px);width:calc(100% - 390px);top:30px;left:80px}@media only screen and (max-width:992px){.llms-student-dashboard.edit-account>.llms-notice,.llms-student-dashboard.redeem-voucher>.llms-notice{width:-webkit-calc(100% - 290px);width:calc(100% - 290px);left:30px;right:auto}}@media only screen and (max-width:800px){.llms-student-dashboard.edit-account>.llms-notice,.llms-student-dashboard.redeem-voucher>.llms-notice{width:-webkit-calc(100% - 60px);width:calc(100% - 60px);left:30px;right:auto}}.llms-sd-widgets .llms-sd-widget{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner);background-color:var(--bb-content-alternate-background-color);margin-bottom:1.25rem;margin-top:0}.llms-sd-widgets .llms-sd-widget .llms-achievement{max-width:240px}.llms-sd-widgets .llms-sd-widget .llms-achievement .llms-achievement-content{margin:0 0 10px}.llms-table.llms-single-course-grades td.llms-lesson_title{padding-right:15px}.llms-sd-widgets .llms-sd-widget .llms-sd-widget-title{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0;color:var(--bb-headings-color);text-align:center;padding:15px 10px}.llms-single-course-grades-wrapper{overflow-x:auto}.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades{margin-right:0;margin-left:0}.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-donut{margin-bottom:0}.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-status{margin-top:0;color:#fff}.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-status.llms-pass{background-color:var(--bb-success-color)}.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-status.llms-incomplete,.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-status.llms-pending{background-color:var(--bb-warning-color)}.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-status.llms-fail{background-color:var(--bb-danger-color)}.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-assignment>a,.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-associated_quiz>a{margin-top:6px;display:inline-block}.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades tr.llms-section:first-child th{padding-top:8px}.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades tr.llms-section th{padding-top:30px;padding-bottom:15px;background-color:var(--bb-content-alternate-background-color)}.llms-single-course-grades .llms-assignment,.llms-single-course-grades .llms-associated_quiz,.llms-single-course-grades .llms-completion_date,.llms-single-course-grades .llms-overall_grade{text-align:center}.llms-single-course-grades.llms-table td{vertical-align:middle}.llms-single-course-grades td.llms-assignment .llms-single-course-grades__inCell,.llms-single-course-grades td.llms-associated_quiz .llms-single-course-grades__inCell{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}.llms-single-course-grades td.llms-assignment .llms-single-course-grades__inCell>*,.llms-single-course-grades td.llms-associated_quiz .llms-single-course-grades__inCell>*{margin:0 4px}.llms-single-course-grades td.llms-assignment .llms-single-course-grades__inCell>a,.llms-single-course-grades td.llms-associated_quiz .llms-single-course-grades__inCell>a{font-size:80%}.llms-single-course-grades .llms-status{border-radius:3px;border:0;font-size:80%;padding:3px 6px}.llms-sd-widgets .llms-sd-widget .llms-sd-date{font-size:18px}.llms-table.llms-single-course-grades th.llms-section_title{text-transform:uppercase;font-size:90%}.llms-loop-list .llms-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}@media only screen and (max-width:1200px){.llms-loop-list .llms-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){.llms-loop-list .llms-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.llms-loop-list.cols-3 .llms-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}@media only screen and (max-width:1200px){.llms-loop-list.cols-3 .llms-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){.llms-loop-list.cols-3 .llms-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.has-sidebar .llms-student-dashboard .llms-loop-list .llms-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){.has-sidebar .llms-student-dashboard .llms-loop-list .llms-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.has-sidebar .llms-student-dashboard .llms-loop-list.cols-3 .llms-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){.has-sidebar .llms-student-dashboard .llms-loop-list.cols-3 .llms-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.lifterlms .llms-sd-section .llms-loop-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:33.333%;flex-basis:33.333%;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (max-width:1200px){.lifterlms .llms-sd-section .llms-loop-list{-ms-flex-preferred-size:50%;flex-basis:50%}}@media only screen and (max-width:992px){.lifterlms .llms-sd-section .llms-loop-list{-ms-flex-preferred-size:100%;flex-basis:100%}}.llms-loop-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:25%;flex-basis:25%;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (max-width:1200px){.llms-loop-list{-ms-flex-preferred-size:50%;flex-basis:50%}}@media only screen and (max-width:992px){.llms-loop-list{-ms-flex-preferred-size:100%;flex-basis:100%}}.llms-loop-list li.llms-loop-item{border-radius:var(--bb-block-radius);padding-bottom:0;border:1px solid var(--bb-content-border-color);margin:10px}.llms-loop-list li.llms-loop-item:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1);-webkit-transition:box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out}.llms-loop-list .llms-loop-item-content{background-color:var(--bb-content-background-color);padding-bottom:0;margin:0;height:auto!important;border-radius:var(--bb-block-radius);border:0}.llms-loop-list .llms-loop-item-content .fluid-width-video-wrapper{margin:0}.llms-loop-list .llms-loop-item-content .llms-author,.llms-loop-list .llms-loop-item-content .llms-loop-title,.llms-loop-list .llms-loop-item-content .llms-meta{padding:0}.llms-loop-list .llms-loop-item-content a.llms-loop-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.llms-loop-list .llms-loop-item-content .llms-loop-item-footer{padding-bottom:15px;border-top:0;border-radius:0 0 4px 4px}.llms-loop-list .llms-loop-item-content .llms-author{font-weight:500;margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.llms-loop-list .llms-loop-item-content .llms-author .llms-author-info.name{color:var(--bb-body-text-color)}.llms-loop-list .llms-loop-item-content .llms-meta{margin-bottom:0;font-size:13px;color:var(--bb-alternate-text-color)}.llms-loop-list .llms-loop-item-content .llms-progress .llms-progress-bar{height:4px}.llms-loop-list .llms-loop-item-content .llms-progress .progress-bar-complete{background-color:var(--bb-primary-color)}.llms-loop-list .llms-loop-item-content .llms-loop-item-after-image{padding:14px 20px}.bb-cover-wrap--llms,.llms-loop-link .bb-cover-wrap{padding-top:56.25%}.bb-cover-wrap--llms .ld-status,.llms-loop-link .bb-cover-wrap .ld-status{position:absolute;z-index:9;top:15px;background-color:var(--bb-primary-color);border-radius:15px 0 0 15px;color:#fff;text-align:center;padding:5px 12px;text-transform:uppercase;font-size:11px;line-height:1;letter-spacing:.23px}.bb-cover-wrap--llms .ld-status.ld-status-complete.ld-primary-background,.llms-loop-link .bb-cover-wrap .ld-status.ld-status-complete.ld-primary-background{background-color:var(--bb-success-color)}.llms-page-title{font-size:28px;color:var(--bb-headings-color);margin:26px 0 22px}.llms-sd-section.llms-my-courses .llms-loop-list .llms-loop-item-content a.llms-loop-link{height:initial}.llms-sd-section.llms-my-courses .llms-loop-list .llms-loop-item-content a.llms-loop-link .llms-loop-item-after-image{text-align:right}.llms-sd-section.llms-my-courses .llms-loop-list .llms-loop-item-content .llms-loop-item-footer{padding-bottom:0}.single-course.llms-pointer .gform_wrapper h3.gform_title{font-size:16px;font-weight:600;letter-spacing:.6px;margin:20px 0 10px;text-transform:uppercase;text-align:right}.single-course.llms-pointer .llms-extra{position:relative}.single-course.llms-pointer .llms-extra-locked i,.single-course.llms-pointer .llms-extra-logged-out i{font-family:bb-icons!important;font-size:1em;position:relative;width:22px;height:22px;margin-right:10px;border:2px solid #cacaca;border-radius:100%}.single-course.llms-pointer .llms-extra-locked i:before,.single-course.llms-pointer .llms-extra-logged-out i:before{content:"\e876";font-size:12px;position:absolute;top:50%;right:50%;-webkit-transform:translateY(-50%) translateX(50%);-ms-transform:translateY(-50%) translateX(50%);transform:translateY(-50%) translateX(50%);color:transparent}.single-course.llms-pointer .bb-llms-content-wrap .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link:hover{background:100% 0}.single-course.llms-pointer .bb-llms-banner{padding:0 20px}.single-course.llms-pointer .bb-llms-content-wrap{padding-top:35px;padding-bottom:50px}.single-course.llms-pointer .bb-llms-content-wrap>p{font-size:16px}.single-course.llms-pointer .bb-llms-content-wrap>.llms-audio-wrapper,.single-course.llms-pointer .bb-llms-content-wrap>.llms-video-wrapper{margin-bottom:25px}.single-course.llms-pointer .bb-llms-content-wrap>.llms-audio-wrapper .center-audio iframe,.single-course.llms-pointer .bb-llms-content-wrap>.llms-video-wrapper .center-audio iframe{width:100%}.single-course.llms-pointer .bb-course-excerpt{margin-bottom:20px;opacity:.8;font-size:16px;letter-spacing:-.24px;line-height:27px}.single-course.llms-pointer .bb-course-points{margin-bottom:35px}.single-course.llms-pointer .bb-course-points a.anchor-course-points{color:#fff;font-size:15px;font-weight:500}.single-course.llms-pointer .bb-course-points a.anchor-course-points i{margin-right:10px}.single-course.llms-pointer .bb-course-banner-inner{max-width:-webkit-calc(100% - 480px);max-width:calc(100% - 480px);width:-webkit-calc(100% - 480px);width:calc(100% - 480px)}@media screen and (max-width:1200px){.single-course.llms-pointer .bb-course-banner-inner{max-width:-webkit-calc(100% - 400px);max-width:calc(100% - 400px);width:-webkit-calc(100% - 400px);width:calc(100% - 400px)}}@media screen and (max-width:880px){.single-course.llms-pointer .bb-course-banner-inner{max-width:-webkit-calc(100% - 320px);max-width:calc(100% - 320px);width:-webkit-calc(100% - 320px);width:calc(100% - 320px)}}.single-course.llms-pointer .bb-preview-course-link-wrap{position:relative;padding:68px 0;color:#fff}.single-course.llms-pointer .bb-single-course-sidebar .widget{box-shadow:0 32px 54px 0 rgba(0,0,0,.1);border-radius:var(--bb-block-radius);border:0;padding:0 30px 10px;background-color:var(--bb-content-background-color);margin-bottom:0}.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap{margin:0 -30px;border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0;overflow:hidden;position:relative;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}.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap audio{width:100%;background-color:#e2e7ed}.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap audio:focus{outline:0}.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap audio::-webkit-media-controls-panel{background-color:#e2e7ed;border-radius:0}.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap.bb-thumbnail-preview{display:block;height:0;padding-bottom:67.25%;position:relative;z-index:1}.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap.bb-thumbnail-preview img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover}.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap{padding:0}.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container{height:0;padding-bottom:56.25%;position:relative;z-index:1;background-color:var(--bb-cover-image-background-color)}.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay{position:absolute;z-index:2;color:#fff;text-align:center;width:100%;height:100%;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-transition:all linear .2s;transition:all linear .2s}.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay:hover .bb-course-play-btn{width:60px;height:60px;background-color:rgba(248,248,248,.9)}.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay:hover .bb-course-play-btn:after{border-color:transparent var(--bb-primary-color) transparent transparent}.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;z-index:3;margin:50px auto;font-size:13px;font-weight:500;text-shadow:0 1px 1px rgba(0,0,0,.3)}.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay .bb-course-play-btn-wrapper{width:60px;height:60px;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay .bb-course-play-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:50px;height:50px;background-color:rgba(248,248,248,.7);border-radius:100%;margin:auto;-webkit-transition:all linear .2s;transition:all linear .2s}.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay .bb-course-play-btn:after{content:"";display:inline-block;position:relative;right:2px;margin:auto;width:10px;height:10px;border-style:solid;border-width:6px 10px 6px 0;border-color:transparent #4d5c6d transparent transparent;-webkit-transition:all linear .2s;transition:all linear .2s}.single-course.llms-pointer .bb-single-course-sidebar .lifter-sidebar-widgets,.single-course.llms-pointer .bb-single-course-sidebar .widget_course_syllabus{margin:0;list-style:none}.single-course.llms-pointer .bb-single-course-sidebar .lifter-sidebar-widgets .widget,.single-course.llms-pointer .bb-single-course-sidebar .widget_course_syllabus .widget{margin:15px 0;padding:15px 25px}.single-course.llms-pointer .llms-meta-info .llms-meta-title,.single-course.llms-pointer .llms-meta-info h3{font-size:16px;text-transform:uppercase}.single-course.llms-pointer .llms-instructor-info{margin-bottom:15px}.single-course.llms-pointer .llms-instructor-info h3{font-size:16px;font-weight:600;margin:20px 0 10px;text-transform:uppercase;text-align:right}.single-course.llms-pointer .llms-instructor-info .llms-author .llms-author-avatar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:20px}.single-course.llms-pointer .llms-instructor-info .llms-author .llms-author-avatar img{margin:0}.single-course.llms-pointer .llms-instructor-info .llms-author-holder .llms-author-info.name{margin-right:0;text-align:right;font-size:16px;font-weight:600;line-height:1;margin-bottom:5px}.single-course.llms-pointer .llms-instructor-info .llms-author-holder .llms-author-info.label{margin:0}.single-course.llms-pointer .llms-instructor-info .llms-author-holder .llms-author-name-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.single-course.llms-pointer .llms-instructor-info .llms-author-holder .meta-saperator{margin:0 15px;line-height:13px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:-10px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:16px;color:var(--bb-headings-color)}.single-course.llms-pointer .llms-instructor-info .llms-author-holder .llms-author-number-courses{font-size:14px;line-height:1.2;margin-bottom:0}.single-course.llms-pointer .bb-modal.bb_course_video_details{padding:10px;max-height:-webkit-calc(100vh - 20px);max-height:calc(100vh - 20px);-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.single-course.llms-pointer .bb-modal.bb_course_video_details button.mfp-close{width:30px;height:30px;line-height:32px;top:15px;left:15px;background-color:#fff}@media screen and (min-width:820px){.single-course.llms-pointer .bb-single-course-sidebar{max-width:380px;-webkit-box-flex:0;-ms-flex:0 0 42%;flex:0 0 42%;margin-right:auto;position:relative;z-index:2}}@media screen and (min-width:768px){.single-course.llms-pointer .bb-grid .bb-llms-content-wrap{padding-left:8%}.single-course.llms-pointer .site-content{padding-right:30px;padding-left:30px}}@media screen and (max-width:819px){.single-course.llms-pointer .bb-course-banner-inner{max-width:100%;width:100%}.single-course.llms-pointer .bb-course-banner-info{padding:30px 0}.single-course.llms-pointer .bb-grid .bb-single-course-sidebar{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin:30px 0 20px!important}.single-course.llms-pointer .bb-grid .bb-single-course-sidebar .thumbnail-container img{width:100%}.single-course.llms-pointer .bb-grid #lifter-course-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;max-width:100%;padding-left:10px}}@media screen and (min-width:681px){.single-course.llms-pointer .bb-llms-content-wrap{max-width:820px}}.wp-block-llms-course-progress{background-color:rgba(146,164,183,.05);border-radius:6px;padding:.8em 1em;display:-webkit-box;display:flexbox;display:-ms-flexbox;display:flex;margin-bottom:30px}.wp-block-llms-course-progress .llms-progress{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;-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;height:auto}.wp-block-llms-course-progress .llms-progress .progress__indicator{margin:0;display:block;float:right;text-align:right;height:auto;line-height:normal;padding-left:20px}.wp-block-llms-course-progress .llms-progress .progress__indicator .ld-progress-percentage{font-size:12px;font-weight:700;text-align:right;line-height:2}.wp-block-llms-course-progress .llms-progress .progress__indicator .ld-progress-steps{font-size:12px;line-height:2}.wp-block-llms-course-progress .llms-progress .llms-progress-bar{-webkit-box-flex:1;-ms-flex:1 auto;flex:1 auto;height:3px;background:var(--bb-content-border-color);top:inherit;margin:5px 0;overflow:hidden;color:#fff;border-radius:7px}.wp-block-llms-course-progress .llms-progress .llms-progress-bar .progress-bar-complete{border-radius:7px}.llms-lesson-preview .llms-extra{width:auto}.llms-syllabus-wrapper .llms-section-title{font-weight:500;margin-bottom:10px}.llms-syllabus-wrapper .llms-lesson-link-locked{min-height:inherit}.llms-syllabus-wrapper .llms-lesson-link-locked .llms-lesson-counter{padding-left:30px;position:relative}.llms-syllabus-wrapper .llms-lesson-link-locked .llms-lesson-counter:after{content:"";font-size:12px;position:absolute;top:-5px;left:0;width:22px;height:22px;border-radius:100%;border-color:#aaa;border:2px solid}.llms-syllabus-wrapper .assignment_section_holder.quizzes_section_holder .llms-lesson-preview.llms-quizz-preview .llms-lesson-link:before{content:"\ef3e";font-family:bb-icons}.llms-syllabus-wrapper .llms-section-title+.llms-lesson-preview{border-radius:var(--bb-block-radius-inner)}.llms-syllabus-wrapper .llms-lesson-preview:hover .llms-lesson-main{background:rgba(146,164,183,.1)}.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-complete .llms-lesson-link:after{border:2px solid var(--bb-primary-color);border-radius:100%;background-color:var(--bb-primary-color);content:"\e876";color:#fff;text-align:center;-webkit-transform:translateY(-50%) translateX(50%);-ms-transform:translateY(-50%) translateX(50%);transform:translateY(-50%) translateX(50%);display:inline-block;font:normal normal normal 14px/1 FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-top:2px}.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-complete h5{text-decoration:line-through}.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview{margin-bottom:0}.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview .llms-lesson-link{box-shadow:none;padding:16px 75px 16px 90px;text-align:right}.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview .llms-lesson-link:before{font:normal normal normal 18px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\eeff";font-weight:100;position:absolute;right:45px;top:17px;font-size:20px;color:var(--bb-headings-color)}.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview .llms-lesson-link:after{content:"";font-size:12px;position:absolute;top:28px;left:6px;-webkit-transform:translateY(-50%) translateX(50%);-ms-transform:translateY(-50%) translateX(50%);transform:translateY(-50%) translateX(50%);color:transparent;font-family:bb-icons!important;width:22px;height:22px;border:2px solid;border-color:var(--bb-content-border-color);border-radius:100%}.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview .llms-lesson-link h5{margin-bottom:0;position:relative;font-weight:500;font-size:14px;letter-spacing:-.24px;line-height:1.6}.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(146,164,183,.05);border-radius:4px}.llms-syllabus-wrapper .llms-lesson-preview .quizzes_section_holder{display:none}.llms-syllabus-wrapper .llms-lesson-preview .ld-item-details{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;width:50px}.llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button{margin-right:0;-webkit-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease}.llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button.ld-button-alternate{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button.ld-button-alternate.ld-expanded{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button.no-section span{color:transparent;pointer-events:none}.llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down{color:var(--bb-headings-color);border-radius:100%;width:18px;height:18px;-webkit-box-flex:0;-ms-flex:0 0 18px;flex:0 0 18px;padding:2px;line-height:16px;text-align:center;font-weight:700;-webkit-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease}.llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down:before{content:"\e861";font:normal normal normal 18px/1 bb-icons;speak:none;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;font-weight:300}.llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down:hover{color:var(--bb-primary-color);cursor:pointer}.llms-syllabus-wrapper .llms-lesson-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1}.llms-syllabus-wrapper .llms-lesson-holder.llms_has-thumbnail{padding-top:200px}.llms-syllabus-wrapper .llms-lesson-holder.llms_has-thumbnail .llms-lesson-thumbnail{position:absolute;top:0;right:0;width:100%;height:200px}.llms-syllabus-wrapper .llms-lesson-holder.llms_has-thumbnail .llms-lesson-thumbnail img{height:200px;width:100%;object-fit:cover;border-radius:4px 4px 0 0}.llms-syllabus-wrapper .llms-lesson-link{padding:19px 0 19px 15px;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;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;box-shadow:none;-webkit-box-flex:1;-ms-flex:1;flex:1}.llms-syllabus-wrapper .llms-lesson-link.no_quiz_and_assigment{padding:19px 25px 19px 15px}.llms-syllabus-wrapper .llms-lesson-link .clear{display:none}.llms-syllabus-wrapper .llms-lesson-link .llms-extra{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:relative}.llms-syllabus-wrapper .llms-lesson-link .llms-extra .llms-lesson-counter{font-size:12px;font-weight:400}.llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-title{text-decoration:line-through}.llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-complete{-ms-flex-preferred-size:22px;flex-basis:22px;-ms-flex-negative:0;flex-shrink:0;height:22px;width:22px;border-radius:100%;background-color:var(--bb-primary-color);border:0}.llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-complete i{font-family:bb-icons!important;font-size:1em;position:relative;width:22px;height:22px;right:1px}.llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-complete i:before{content:"\e876";font-size:12px;font-weight:400;position:absolute;top:50%;right:50%;-webkit-transform:translateY(-50%) translateX(50%);-ms-transform:translateY(-50%) translateX(50%);transform:translateY(-50%) translateX(50%);color:#fff;line-height:10px}.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-complete{-ms-flex-preferred-size:22px;flex-basis:22px;-ms-flex-negative:0;flex-shrink:0;height:22px;width:22px;border:2px solid;border-radius:100%;color:var(--bb-content-border-color)}.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-complete i{font-family:bb-icons!important;font-size:1em;position:relative;width:22px;height:22px;margin-right:-2px;margin-top:-2px}.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-complete i:before{content:"\e876";font-size:12px;position:absolute;top:50%;right:50%;-webkit-transform:translateY(-50%) translateX(50%);-ms-transform:translateY(-50%) translateX(50%);transform:translateY(-50%) translateX(50%);color:transparent}.bb-llms-content-wrap .llms-syllabus-wrapper .llms-lesson-preview,.llms-my-favorites .llms-syllabus-wrapper .llms-lesson-preview{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner)}.bb-llms-content-wrap .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-preview,.llms-my-favorites .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-preview{margin:10px;width:auto}.lifter-topic-sidebar-wrapper .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-holder.llms_has-thumbnail{padding-top:0}.course .llms-meta-info .llms-meta span{font-weight:400}.llms-instructor-info .llms-instructors .llms-author a .llms-author-info.name{color:var(--bb-headings-color)}.llms-instructor-info .llms-instructors .llms-author a:hover .llms-author-info.name{color:var(--bb-primary-color)}.single-course.llms-pointer .lifterlms_course_information{margin:20px 0}.single-course.llms-pointer .lifterlms_course_information h3{font-size:13px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin:0;padding-bottom:15px}.single-course.llms-pointer .lifterlms_course_information div.llms-meta{margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.single-course.llms-pointer .lifterlms_course_information div.llms-meta p{margin-bottom:0;line-height:1.5}.single-course.llms-pointer .lifterlms_course_information .llms-meta:before{font-family:bb-icons;font-size:18px;position:relative;width:20px;height:20px;margin-left:10px;color:var(--bb-alternate-text-color);display:block;float:right}.single-course.llms-pointer .lifterlms_course_information .llms-course-length:before{content:"\ed93"}.single-course.llms-pointer .lifterlms_course_information .llms-difficulty:before{content:"\edbf"}.single-course.llms-pointer .lifterlms_course_information .llms-tracks:before{content:"\eefa"}.single-course.llms-pointer .lifterlms_course_information .llms-categories:before{content:"\eead"}.single-course.llms-pointer .lifterlms_course_information .llms-tags:before{content:"\ef3b"}.course .llms-meta-info div.llms-meta p{margin-bottom:10px}.llms-meta-info div.llms-meta p{margin-bottom:10px}.review_box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1px solid var(--bb-content-border-color);padding:30px 20px;border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color)}.review_box .current_user_avatar{margin-bottom:15px}.review_box .current_user_avatar>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.review_box .current_user_avatar>a .current_user_avatar_name{padding-right:15px;margin-right:0;text-align:right;font-size:14px;font-weight:600;line-height:1;color:var(--bb-headings-color)}.review_box .current_user_avatar img{max-width:42px}.review_box>h3{font-size:16px;font-weight:600;letter-spacing:.6px;margin:0;text-transform:uppercase;text-align:right;padding-top:10px}.review_box #review_text{margin-bottom:10px;resize:vertical}.review_box #llms_review_submit_button{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular)}.review_box #llms_review_submit_button:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.review_box #llms_review_submit_button:hover{box-shadow:none;background-color:var(--bb-secondary-button-background-hover);color:var(--bb-secondary-button-text-hover);border:1px solid var(--bb-secondary-button-border-hover)}.review_box .review_leave{text-align:left}#thank_you_box{border:1px solid var(--bb-content-border-color);padding:30px 20px;border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color)}#thank_you_box h2{margin-bottom:0;text-align:center;font-size:18px}.bb-llms-content-wrap .comments-title,.bb-llms-content-wrap .review_title{font-size:16px;margin:20px 0 15px;text-transform:uppercase;text-align:right}.bb-llms-content-wrap .comments-title{margin-top:0}.bb-llms-content-wrap .lifter-comment,.lifterlms_content_wrap .lifter-comment{margin-top:30px}#old_reviews{margin:30px 0 20px;padding:20px 0;border-top:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color)}#old_reviews hr{display:none}#old_reviews h3{margin-bottom:10px;font-size:16px;font-weight:600;letter-spacing:.6px;text-transform:uppercase;text-align:right}#old_reviews .review_avatar_image{max-width:42px}#old_reviews .llms_review{display:-webkit-box;display:-ms-flexbox;display:flex;background:var(--bb-content-background-color)!important;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);padding:20px!important;margin:0 0 20px!important}#old_reviews .llms_review .review_content{padding-right:15px;width:-webkit-calc(100% - 52px);width:calc(100% - 52px)}#old_reviews .llms_review .review_content .review_author{margin-right:0;text-align:right;font-size:14px;font-weight:600;line-height:1}#old_reviews .llms_review .review_content a .review_author,#old_reviews .llms_review .review_content a:hover .review_author{color:var(--bb-headings-color)}#old_reviews .llms_review .review_date{font-size:13px;color:var(--bb-alternate-text-color);margin-bottom:5px;font-weight:500}#old_reviews .llms_review .review_content__title{font-size:14px;font-weight:600}#old_reviews .llms_review .review_content__description{font-size:14px;line-height:1.5}#old_reviews .llms_review h5,#old_reviews .llms_review p{margin-bottom:8px}.single-course.llms-pointer .bb-llms-content-wrap #old_reviews .llms_review{background-color:var(--bb-content-background-color)}.bb-llms-content-wrap .llms-lesson-preview h5{font-size:16px;font-weight:500}.bb-llms-content-wrap .llms-lesson-preview .llms-lesson-free{color:#fff;display:inline-block;padding:3px 5px;background-color:var(--bb-primary-color);border-radius:3px;font-size:11px;line-height:1;text-transform:uppercase;margin-right:5px}.bb-llms-content-wrap .llms-lesson-preview .llms-lesson-excerpt{color:var(--bb-alternate-text-color)}.bb-llms-content-wrap .llms-lesson-preview .llms-lesson-excerpt p{font-size:14px;line-height:1.4;max-height:2.72em;margin:-3px 0 5px;display:block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.llms-syllabus-wrapper .llms-lesson-preview .llms-icon-free{display:none}.llms-lesson-preview--blank{margin-bottom:10px;background-color:rgba(247,186,69,.4);border-radius:4px;text-align:right;padding:19px 25px}.lifter-topic-sidebar-wrapper .llms-lesson-preview--blank{padding:15px 30px;font-size:14px;border-radius:0;line-height:1.5}.lifterlms_pricing_button{text-align:center;margin:20px 0}.lifterlms_pricing_button .link-to-llms-access-plans{width:100%}.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link:after,.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-lesson-preview.is-complete .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link:after{background-color:transparent!important}.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-lesson-preview.is-complete .llms-lesson-link:after{border-color:var(--bb-primary-color)}.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-lesson-preview.is-complete .llms-lesson-link:before{background-color:var(--bb-primary-color)}.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-lesson-preview.is-complete .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link:after,.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-lesson-preview.is-incomplete .llms-lesson-link:after{border-color:var(--bb-headings-color)}.llms-loop-item.course .llms-pa-permalink,.llms-pointer.llms-inner .llms-lesson-link-locked:after{border-color:var(--bb-headings-color)}.status-in-progress{background:var(--bb-primary-color);color:#fff;text-transform:none;font-weight:500;font-size:12px;width:160px;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-radius:100px;margin-right:20px}.status-complete{background-color:var(--bb-success-color);color:#fff;text-transform:none;font-weight:500;font-size:12px;width:160px;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-radius:100px;margin-right:20px}.bb-course-member-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 10px}body:not(.single-sfwd-courses) .bb-single-course-sidebar .bb-course-member-wrap{margin-top:20px;margin-bottom:20px}.bb-course-members{display:inline-block;margin-left:12px}.bb-course-members img{border:1px solid #fff;max-width:28px;display:inline-block;margin-left:-8px;position:relative;z-index:3;border-radius:50%;float:right;object-fit:cover;width:28px;height:28px}.lifter-topic-sidebar-wrapper .llms-course-members-list{margin-top:30px}.lifter-topic-sidebar-wrapper .llms-course-sidebar-heading{font-size:15px;letter-spacing:.6px;padding:20px 0 0;margin:0 30px 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.lifter-topic-sidebar-wrapper .llms-count{background-color:var(--bb-primary-color);color:var(--bb-content-background-color);border-radius:10px;font-weight:500;padding:0 14px;font-size:11px;height:20px;line-height:20px;margin-right:10px}.lifter-topic-sidebar-wrapper .lifter-topic-sidebar-data{font-size:15px;padding:15px 0}.lifter-topic-sidebar-wrapper .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-main{background:100% 0}.llms-course-members-list .bb-course-member-wrap{padding:0}.llms-course-members-list .bb-course-member-wrap>.list-members-extra{padding:15px 30px 0;display:inline-block}.llms-course-members-list .bb-course-member-wrap>.list-members-extra.lme-less{display:none}.llms-course-members-list .bb-course-member-wrap.expanded>.list-members-extra.lme-less{display:inline-block}.llms-course-members-list .bb-course-member-wrap.expanded>.list-members-extra.lme-more{display:none}.llms-course-members-list .list-members-extra i{margin-right:5px}.llms-course-members-list .expanded .list-members-extra i{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.llms-course-members-list .course-members-list{list-style:none;margin:0}.llms-course-members-list .course-members-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 30px}.llms-course-members-list .course-members-list img{max-width:28px;margin-left:10px}.llms-course-members-list .course-members-list.course-members-list-extra{display:none}.llms-course-members-list .course-members-list a{color:var(--bb-headings-color)}.llms-course-members-list .course-members-list a:hover{color:var(--bb-primary-color)}.sticky-header .lifter-comment #comments:before{display:none}@media screen and (max-width:1180px){.single-course.llms-pointer .wp-block-llms-course-progress .llms-progress{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.single-course.llms-pointer .wp-block-llms-course-progress .llms-progress .progress__indicator{width:100%;padding-left:0}.single-course.llms-pointer .wp-block-llms-course-progress .llms-progress .status-complete,.single-course.llms-pointer .wp-block-llms-course-progress .llms-progress .status-in-progress{margin:3px 0 0;width:100%}}.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-quizz-preview .llms-lesson-link h5{color:var(--bb-headings-color)}body:not(.bb-dark-theme).llms-pointer.llms-inner .sfwd-light-mode{display:none}.llms-pointer.llms-inner.bb-dark-theme .sfwd-dark-mode{display:none}.single-llms_assignment.bb-dark-theme .lifterlms-header-instructor,.single-llms_quiz.llms-pointer.bb-dark-theme .lifterlms-header-instructor{border-color:#333}body.llms-pointer.llms-inner .site-content .container .container-full{width:100%;margin-right:0;margin-left:0;right:0;left:0}body.bb-buddypanel.llms-pointer.llms-inner:not(.buddypanel-open) .buddypanel .bb-toggle-panel{visibility:hidden;opacity:0}body.bb-buddypanel:not(.buddypanel-open).llms-pointer.llms-inner .buddypanel{width:0}body.bb-buddypanel:not(.buddypanel-open).llms-pointer.llms-inner .buddypanel .side-panel-inner{display:none}body.bb-buddypanel:not(.buddypanel-open).llms-pointer.llms-inner .site{margin-right:0}body.llms-pointer.llms-inner:not(.buddypanel-open).sticky-header .site-header{width:100%}body.llms-pointer.llms-inner .site-header .container{max-width:100%;margin-left:0}body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-header .bb-toggle-panel{visibility:hidden;opacity:0}@media screen and (min-width:768px){body.llms-pointer.llms-inner.buddypanel-open .sticky-header .site-header{width:-webkit-calc(100% - 230px);width:calc(100% - 230px)}}.llms-pointer.llms-inner .llms-course-navigation .llms-lesson-link-locked:after{display:none}.llms-pointer.llms-inner .llms-lesson-preview{margin-bottom:10px}.llms-pointer.llms-inner .llms-lesson-preview .llms-icon-free{background:#2295ff;color:#fff;display:inline-block;border-radius:5px;padding:3px 5px;line-height:1;font-size:10px;position:absolute;top:-15px;left:0;text-align:center}.llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-main:hover{background:rgba(146,164,183,.1)}.llms-pointer.llms-inner .llms-lesson-preview .quizzes_section_holder:hover{background:rgba(146,164,183,.1)}.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link:after{border:2px solid var(--bb-content-border-color);border-radius:100%}.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview.is-complete .llms-lesson-link:after{border:2px solid var(--bb-primary-color);border-radius:100%;background-color:var(--bb-primary-color);content:"\e876";color:#fff;text-align:center;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:inline-block;font:normal normal normal 14px/1 FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-top:2px}.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview.is-complete h5{text-decoration:line-through}.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview{margin-bottom:0}.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview .llms-lesson-link{box-shadow:none;padding:16px 75px 16px 70px;text-align:right}.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview .llms-lesson-link:before{font:normal normal normal 18px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\eeff";position:absolute;right:45px;top:17px;color:var(--bb-alternate-text-color);background-color:transparent!important;font-size:20px;font-weight:100}.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview .llms-lesson-link:after{content:"";font-size:12px;position:absolute;top:31px;left:30px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);color:transparent;font-family:bb-icons!important;width:22px;height:22px}.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview .llms-lesson-link h5{margin-bottom:0;position:relative;font-weight:500;font-size:13px;letter-spacing:-.24px;line-height:1.6;color:var(--bb-headings-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:4px}.llms-pointer.llms-inner .llms-lesson-preview .quizzes_section_holder{display:none}.llms-pointer.llms-inner .llms-lesson-preview .ld-item-details{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;width:35px;margin-right:15px}.llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button{margin-right:0;-webkit-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease}.llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button.ld-button-alternate{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button.ld-button-alternate.ld-expanded{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button.no-section span{color:transparent;pointer-events:none}.llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down{color:var(--bb-headings-color);border-radius:100%;width:18px;height:18px;-webkit-box-flex:0;-ms-flex:0 0 18px;flex:0 0 18px;padding:2px;line-height:16px;text-align:center;font-weight:700;-webkit-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease}.llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down:before{content:"\e861";font:normal normal normal 9px/1 bb-icons;speak:none;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;font-weight:300;font-size:16px;cursor:pointer}.llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down:hover{color:var(--bb-primary-color)}.llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-holder .llms-lesson-link .clear{display:none}.llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-holder .llms-lesson-link .llms-extra{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:relative}.llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-holder .llms-lesson-link .llms-extra .llms-lesson-counter{font-size:12px;font-weight:400}.llms-pointer.llms-inner .llms-lesson-preview.is-complete .llms-lesson-title{text-decoration:line-through}.llms-pointer.llms-inner .llms-lesson-preview.is-complete .llms-lesson-complete{-ms-flex-preferred-size:22px;flex-basis:22px;-ms-flex-negative:0;flex-shrink:0;height:22px;width:22px;border:2px solid;border-radius:100%}.llms-pointer.llms-inner .llms-lesson-preview.is-complete .llms-lesson-complete i{font-family:bb-icons!important;font-size:1em;position:relative;width:22px;height:22px;margin-right:-2px;margin-top:-2px}.llms-pointer.llms-inner .llms-lesson-preview.is-complete .llms-lesson-complete i:before{content:"\e876";font-size:12px;position:absolute;top:50%;right:50%;-webkit-transform:translateY(-50%) translateX(50%);-ms-transform:translateY(-50%) translateX(50%);transform:translateY(-50%) translateX(50%);color:#fff}.llms-pointer.llms-inner .llms-lesson-preview.is-incomplete .llms-lesson-complete{-ms-flex-preferred-size:22px;flex-basis:22px;-ms-flex-negative:0;flex-shrink:0;height:22px;width:22px;border:2px solid;border-radius:100%}.llms-pointer.llms-inner .llms-lesson-preview.is-incomplete .llms-lesson-complete i{font-family:bb-icons!important;font-size:1em;position:relative;width:22px;height:22px;margin-right:-2px;margin-top:-2px}.llms-pointer.llms-inner .llms-lesson-preview.is-incomplete .llms-lesson-complete i:before{content:"\e876";font-size:12px;position:absolute;top:50%;right:50%;-webkit-transform:translateY(-50%) translateX(50%);-ms-transform:translateY(-50%) translateX(50%);transform:translateY(-50%) translateX(50%);color:transparent}.llms-pointer.llms-inner .site-content{padding-right:10px;padding-left:10px}.llms-pointer.llms-inner .site-content .container{max-width:100%;padding-right:0;padding-left:0}.llms-pointer.llms-inner .site-content .container .content-area{padding-bottom:0;padding-top:0}.llms-pointer.llms-inner .site-content .container .content-area .entry-content-wrap{padding-top:0}@media screen and (min-width:544px){.llms-pointer.llms-inner .site-content .container .content-area .entry-content-wrap .lifter-topic-sidebar-wrapper{max-width:370px;padding:0}}.llms-pointer.llms-inner .site-content .container .content-area .entry-content-wrap .lifter-topic-sidebar-data{padding:15px 0}.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview .llms-lesson-link-locked{box-shadow:none;min-height:initial}.llms-pointer.llms-inner .llms-lesson-link-locked{box-shadow:none;min-height:initial}.llms-pointer.llms-inner .llms-lesson-link-locked:after{content:"";font-size:12px;position:absolute;top:15px;left:30px;width:22px;height:22px;border-radius:100%;border-color:#aaa;border:2px solid}.llms-pointer.llms-inner #llms_start_quiz{text-decoration:none;margin-bottom:0;line-height:1}.llms-pointer.llms-inner .assignment_section_holder .llms-lesson-preview.llms-quizz-preview .llms-lesson-link:before{content:"\ef3e";font-family:bb-icons}.llms-pointer.llms-inner.lms-side-panel-close .header-maximize-link{display:none}.llms-pointer.llms-inner.lms-side-panel-close .header-minimize-link{display:-webkit-box;display:-ms-flexbox;display:flex}.llms-pointer.llms-inner .header-minimize-link{display:none}.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper.lms-topic-sidebar-close{margin-right:-370px}.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper{box-shadow:inset 36px 0 40px -32px rgba(0,0,0,.05);-webkit-transition:margin-right .2s ease-in-out;transition:margin-right .2s ease-in-out;opacity:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow-x:hidden;overflow-y:auto;min-height:-webkit-calc(100vh - 76px);min-height:calc(100vh - 76px);padding:0;background-color:var(--bb-body-background-color)}@media screen and (min-width:544px){.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper{max-width:370px}}.llms-pointer.llms-inner .lifter-topic-sidebar-progress{margin:30px 30px 15px;padding-bottom:30px;border-bottom:1px solid var(--bb-content-border-color)}.llms-pointer.llms-inner .lifter-topic-sidebar-progress .llms-progress{margin:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:inherit}.llms-pointer.llms-inner .lifter-topic-sidebar-progress .llms-progress .llms-progress-bar{position:initial;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin:0;height:4px;background:var(--bb-content-border-color)}.llms-pointer.llms-inner .lifter-topic-sidebar-progress .llms-progress .progress__indicator{float:none;text-align:right;height:inherit;line-height:1;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-right:0}.llms-pointer.llms-inner .lifter-topic-sidebar-progress .llms-progress .progress__indicator .ld-progress-percentage{font-size:12px;font-weight:500;color:var(--bb-alternate-text-color);display:block;margin-top:15px;line-height:1}.llms-pointer.llms-inner .lifter-topic-sidebar-progress .llms-progress .progress__indicator .ld-progress-steps{font-size:12px;font-weight:500;color:var(--bb-alternate-text-color);display:block;margin-top:7px;line-height:1}.llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-title{font-weight:500}.llms-pointer.llms-inner #lifterlms-page-content{background-color:var(--bb-content-background-color);padding:30px 100px 0;position:relative;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:-webkit-calc(100vh - 76px);min-height:calc(100vh - 76px)}.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap{max-width:760px;width:100%;margin-right:auto;margin-left:auto;margin-bottom:50px;padding-top:0}.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-audio-wrapper,.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-video-wrapper,.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap>.wp-block-buttons,.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap>figure.wp-block-embed{margin-bottom:25px}.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .mejs-button>button{border-radius:0}.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap blockquote.wp-block-quote{background:#e3e6ea;border-radius:3px;margin:0 0 40px;padding:30px;font-size:22px;letter-spacing:-.24px;line-height:30px;position:relative}.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap blockquote.wp-block-quote:before{content:"\ef02";font-family:bb-icons;font-style:normal;font-weight:400;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;background:#7f868f;border-radius:100%;margin-bottom:20px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap blockquote.wp-block-quote p{margin-bottom:1.6875rem}.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap iframe{width:100%}.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap a .llms-pre-text{margin-bottom:0}.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap a .llms-lesson-excerpt p{margin-bottom:0}.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-button-action{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);padding:0 20px;line-height:40px}.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-button-action:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-button-action:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap #llms_mark_incomplete{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)}.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap #llms_mark_incomplete:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap #llms_mark_incomplete:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-course-nav.llms-next-lesson .llms-lesson-title,.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-course-nav.llms-next-lesson .llms-pre-text{text-align:left}@media screen and (max-width:992px){.llms-pointer.llms-inner #lifterlms-page-content{padding:30px 40px 0}}@media screen and (max-width:767px){.llms-pointer.llms-inner #lifterlms-content .bb-grid.grid .lifter-topic-sidebar-wrapper{position:absolute;z-index:99;width:370px;height:100%}.llms-pointer.llms-inner #lifterlms-content .bb-grid.grid #lifterlms-page-content{width:100%}.llms-pointer.llms-inner #lifterlms-content .bb-grid.grid #lifterlms-page-content #lifterlms-lesson-header .bb-position{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.llms-pointer.llms-inner .lifterlms_lesson_holder .llms-lesson-preview{width:100%}}@media screen and (max-width:400px){.llms-pointer.llms-inner #lifterlms-content .bb-grid.grid{position:relative}.llms-pointer.llms-inner #lifterlms-content .bb-grid.grid .lifter-topic-sidebar-wrapper{width:370px}}.lifter-topic-sidebar-course-navigation .ld-course-navigation{margin:15px 30px}.lifter-topic-sidebar-course-navigation .ld-course-navigation a.course-entry-link{display:inline-block;background-color:rgba(0,0,0,.03);color:var(--bb-alternate-text-color);border-radius:var(--bb-button-radius);padding:1px 10px 1px 15px;font-size:12px;margin:0 0 15px;-webkit-transition:all linear .2s;transition:all linear .2s}.lifter-topic-sidebar-course-navigation .ld-course-navigation a.course-entry-link:hover{background-color:rgba(0,0,0,.06)}.lifter-topic-sidebar-course-navigation .ld-course-navigation a.course-entry-link i{margin-left:3px}.lifter-topic-sidebar-course-navigation .ld-course-navigation h2{font-size:26px;margin:0;color:var(--bb-headings-color)}.lifterlms-lessions-list .llms-syllabus-wrapper{margin:0}.lifterlms-lessions-list .llms-syllabus-wrapper .llms-section-title{margin:10px 30px;text-align:right;font-size:15px;letter-spacing:.6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-left:0;border-right:0}.lifterlms-lessions-list .llms-syllabus-wrapper .lifterlms_lesson_holder.current_title{background:rgba(146,164,183,.05)}.lifterlms-lessions-list .llms-syllabus-wrapper .assignment_section_holder.quizzes_section_holder .llms-lesson-preview.llms-quizz-preview.is-complete .llms-lesson-link:before,.lifterlms-lessions-list .llms-syllabus-wrapper .assignment_section_holder.quizzes_section_holder .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link:before{content:"\ef3e";font-family:bb-icons}.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-complete .llms-lesson-link:after{content:"\e876";font-size:12px;position:absolute;top:25px;left:30px;width:23px;height:23px;border-radius:100%;border:1px solid var(--bb-primary-color);background-color:var(--bb-primary-color);font-weight:400;line-height:16px}.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link:before{font-size:20px;top:15px;color:var(--bb-headings-color)}.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link:after{left:30px;top:27px}.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-complete .llms-lesson-link:before{font-size:20px;top:15px;color:var(--bb-alternate-text-color)}.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-title{text-decoration:line-through}.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-link:after{content:"";font-size:12px;position:absolute;top:15px;left:30px;width:23px;height:23px;border-radius:100%;border:1px solid var(--bb-primary-color);background-color:var(--bb-primary-color)}.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-link.no_quiz_and_assigment:after,.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-main .llms-lesson-link:after{display:none}.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-link::before{content:"\e876";font-size:14px;position:absolute;top:15px;left:30px;width:23px;height:23px;line-height:23px;border-radius:100%;font-family:bb-icons!important;color:#fff;background-color:var(--bb-primary-color);display:block;z-index:9;text-align:center}.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-incomplete .llms-lesson-link:after{content:"";font-size:12px;position:absolute;top:15px;left:30px;width:23px;height:23px;border-radius:100%;border-color:var(--bb-content-border-color);border:2px solid;color:var(--bb-content-border-color)}.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link{padding:15px 0 15px 55px;width:100%;position:relative;background-color:transparent}.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link.no_quiz_and_assigment{padding-right:30px}.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link .clear{display:none}.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link .llms-main{width:100%}.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link .llms-main .llms-pre-text{display:none}.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link .llms-main .llms-lesson-title,.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link .llms-main h5{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;min-width:0;font-size:14px;font-weight:500;color:var(--bb-headings-color)}#lifterlms-lesson-header{width:100%;max-width:1180px;margin-right:auto;margin-left:auto;padding:0;position:relative;-webkit-transition:margin .2s;transition:margin .2s}#lifterlms-lesson-header .bb-ld-info-bar{margin:0 0 15px}#lifterlms-lesson-header .ld-breadcrumbs{background-color:transparent;padding:0 0 10px;border-bottom:1px solid var(--bb-content-border-color);border-radius:0;display:-webkit-box;display:flexbox;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#lifterlms-lesson-header .ld-breadcrumbs .ld-breadcrumbs-segments{font-size:.75em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding-left:1em}#lifterlms-lesson-header .ld-breadcrumbs .ld-breadcrumbs-segments span{display:inline}#lifterlms-lesson-header .ld-breadcrumbs .ld-breadcrumbs-segments span:first-child:after{content:"\e827";font-family:bb-icons;font-size:12px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:0;margin-left:0;position:relative;top:2px}#lifterlms-lesson-header .ld-breadcrumbs .ld-breadcrumbs-segments span a{font-weight:400;color:var(--bb-headings-color)}#lifterlms-lesson-header .ld-breadcrumbs .ld-breadcrumbs-segments span a:hover{color:var(--bb-primary-color)}#lifterlms-lesson-header .bb-position{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:50px}#lifterlms-lesson-header .lifterlms-lesson-position{margin-left:auto}#lifterlms-lesson-header .lifterlms-lesson-position span.bb-pages{font-size:13px;display:block;line-height:1;text-transform:uppercase;-webkit-transition:all linear .2s;transition:all linear .2s;color:inherit}#lifterlms-lesson-header .lifterlms-lesson-position span.bb-pages .bb-total{color:var(--bb-alternate-text-color)}#lifterlms-lesson-header .lifterlms-lesson-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#lifterlms-lesson-header .lifterlms-lesson-nav .bb-ld-status{margin-left:20px}#lifterlms-lesson-header .lifterlms-lesson-nav .bb-ld-status .ld-status{background-color:rgba(146,164,183,.05);text-transform:none;font-weight:400;font-size:12px;line-height:inherit;padding:0 12px;letter-spacing:inherit;height:100%;border-radius:4px;text-align:center;display:block}#lifterlms-lesson-header .lifterlms-lesson-nav .bb-ld-status .ld-status.ld-status-complete{color:#fff;background-color:var(--bb-success-color)}#lifterlms-lesson-header .lifterlms-lesson-nav .bb-ld-status .ld-status.ld-status-progress{color:#fff;background-color:var(--bb-primary-color)}#lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link{margin-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0}#lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a{background-color:#d3d7db;display:-webkit-box;display:-ms-flexbox;display:flex;height:30px;min-width:55px;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;-webkit-transition:all linear .2s;transition:all linear .2s;color:#fff;font-size:12px;white-space:nowrap}#lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a:hover{background-color:var(--bb-primary-color)}#lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a.prev-link{border-radius:0 var(--bb-button-radius) var(--bb-button-radius) 0;margin-left:2px}#lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a.prev-link:before{content:"\e8ab";font:normal normal normal 14px/1 bb-icons;font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:6px}#lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a.next-link{border-radius:var(--bb-button-radius) 0 0 var(--bb-button-radius)}#lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a.next-link:after{content:"\e827";font:normal normal normal 14px/1 bb-icons;font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:6px;padding-bottom:3px}#lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a .meta-nav{position:absolute;width:100%;font-size:0;z-index:20}#lifterlms-lesson-header [data-balloon][data-balloon-pos=up]:after{bottom:130%;right: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}#lifterlms-lesson-header [data-balloon][data-balloon-pos=up]:before{bottom:130%;right: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}@media (min-width:1024px){#lifterlms-lesson-header .lifterlms-header-title{max-width:760px;margin-right:auto;margin-left:auto}}#lifterlms-lesson-header .lifterlms-header-title h1{font-size:32px;line-height:1.2;margin-bottom:0}#lifterlms-lesson-header .lifterlms-header-instructor{max-width:760px;margin-right:auto;margin-left:auto}#lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor{margin:0;padding-top:20px;padding-bottom:20px}#lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor>.flex{-webkit-box-align:center;-ms-flex-align:center;align-items:center}#lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor>.flex .bb-avatar-wrap{max-width:40px;text-align:right;margin-left:10px;display:block;padding:0}#lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor>.flex .bb-avatar-wrap .avatar{max-width:32px}#lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor>.flex .bb-content-wrap{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}#lifterlms-lesson-header .bb-about-instructor h5{font-weight:400;font-size:15px;color:var(--bb-headings-color);margin-bottom:0}#lifterlms-lesson-header .bb-about-instructor h5 a{color:var(--bb-headings-color)}#lifterlms-lesson-header .bb-about-instructor h5 a:hover{color:var(--bb-primary-color)}#lifterlms-lesson-header .bb-about-instructor h5 .meta-saperator{color:var(--bb-alternate-text-color);margin:0 5px;font-size:16px;line-height:1.6875rem}#lifterlms-lesson-header .bb-about-instructor h5 .bb-about-instructor-date{color:var(--bb-alternate-text-color);margin-right:0;position:relative}.llms-pointer.llms-inner .lifterlms-lesson-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.llms-pointer.llms-inner .lifterlms-lesson-nav .bb-ld-status{margin-left:20px}.llms-pointer.llms-inner .lifterlms-lesson-nav .bb-ld-status .ld-status{background-color:rgba(146,164,183,.05);text-transform:none;font-weight:400;font-size:12px;line-height:inherit;padding:0 12px;letter-spacing:inherit;height:100%;border-radius:100px;text-align:center;display:block}.llms-pointer.llms-inner .lifterlms-lesson-nav .bb-ld-status .ld-status.ld-status-complete{color:#fff;background-color:var(--bb-success-color)}.llms-pointer.llms-inner .lifterlms-lesson-nav .bb-ld-status .ld-status.ld-status-progress{color:#fff;background-color:var(--bb-primary-color)}.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link{margin-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0}.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a{background-color:#d3d7db;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;height:30px;min-width:55px;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;-webkit-transition:all linear .2s;transition:all linear .2s;font-size:12px;white-space:nowrap}.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a:hover{background-color:var(--bb-primary-color)}.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a.prev-link{border-radius:0 50px 50px 0;margin-left:2px}.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a.prev-link:before{content:"\e8ab";font:normal normal normal 14px/1 bb-icons;font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:6px}.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a.next-link{border-radius:50px 0 0 50px}.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a.next-link:after{content:"\e827";font:normal normal normal 14px/1 bb-icons;font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:6px;padding-bottom:3px}.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a .meta-nav{position:absolute;width:100%;font-size:0;z-index:20}@media screen and (max-width:767px){.llms-pointer.llms-inner .lifterlms-lesson-nav{width:100%;margin-top:15px}}.lifter-topic-sidebar-wrapper .llms-lesson-excerpt{display:none}.lifter-topic-sidebar-wrapper .llms-lesson-preview .llms-lesson-title{margin-bottom:0}.llms-syllabus-wrapper .llms-lesson-main{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.llms-syllabus-wrapper .llms-lesson-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1}.llms-syllabus-wrapper .llms-lesson-link{padding:19px 10px 19px 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;box-shadow:none;-webkit-box-flex:1;-ms-flex:1;flex:1}.llms-syllabus-wrapper .llms-lesson-link .llms-lesson-title,.llms-syllabus-wrapper .llms-lesson-link h5{font-size:16px;font-weight:500;color:var(--bb-headings-color)}.llms-syllabus-wrapper .llms-lesson-link:hover h5{color:var(--bb-primary-color)}.llms-syllabus-wrapper .llms-lesson-link .clear{display:none}.llms-syllabus-wrapper .llms-lesson-link .llms-extra{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:relative}.llms-syllabus-wrapper .llms-lesson-link .llms-extra .llms-lesson-counter{font-size:12px;font-weight:400}.llms-syllabus-wrapper .quizzes_section_holder{display:none}.llms-syllabus-wrapper .ld-item-details{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;width:40px}.llms-syllabus-wrapper .ld-item-details .ld-expand-button{margin-right:18px;-webkit-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease}.llms-syllabus-wrapper .ld-item-details .ld-expand-button.ld-button-alternate{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.llms-syllabus-wrapper .ld-item-details .ld-expand-button.ld-button-alternate.ld-expanded{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.llms-syllabus-wrapper .ld-item-details .ld-expand-button.no-section span{color:transparent;pointer-events:none}.llms-syllabus-wrapper .ld-item-details .ld-expand-button .ld-icon-arrow-down{color:var(--bb-headings-color);border-radius:100%;width:18px;height:18px;-webkit-box-flex:0;-ms-flex:0 0 18px;flex:0 0 18px;padding:2px;line-height:16px;text-align:center;font-weight:700;-webkit-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease}.llms-syllabus-wrapper .ld-item-details .ld-expand-button .ld-icon-arrow-down:before{content:"\e861";font:normal normal normal 9px/1 bb-icons;speak:none;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;font-weight:300}.single-llms_assignment #lifterlms-page-content #lifterlms-lesson-header .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span:nth-child(2):after,.single-llms_quiz #lifterlms-page-content #lifterlms-lesson-header .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span:nth-child(2):after{content:"\e827";font-family:bb-icons;font-size:12px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:0;margin-left:0;position:relative;top:2px}.single-llms_assignment #lifterlms-page-content .lifterlms_content_wrap,.single-llms_quiz #lifterlms-page-content .lifterlms_content_wrap{padding-top:0!important}.single-llms_assignment #lifterlms-page-content .lifterlms_content_wrap p,.single-llms_quiz #lifterlms-page-content .lifterlms_content_wrap p{margin-bottom:1.5rem}.single-llms_assignment #lifterlms-page-content .lifterlms_content_wrap p a,.single-llms_quiz #lifterlms-page-content .lifterlms_content_wrap p a{color:var(--bb-headings-color)}.single-llms_assignment #lifterlms-page-content .lifterlms_content_wrap p.llms-error a,.single-llms_quiz #lifterlms-page-content .lifterlms_content_wrap p.llms-error a{padding-left:0}.single-llms_assignment #lifterlms-page-content .lifterlms_content_wrap p.llms-choice-text,.single-llms_quiz #lifterlms-page-content .lifterlms_content_wrap p.llms-choice-text{margin-bottom:0}.single-llms_assignment #llms_start_quiz,.single-llms_quiz #llms_start_quiz{margin-bottom:0}.single-llms_assignment .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section{margin-top:0;padding-top:0}.single-llms_assignment .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section p,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section p{margin-bottom:0;text-transform:none;font-size:14px}.single-llms_assignment .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question #lifterlms-page-content .llms-quiz-results-main .llms-quiz-attempt-answer-section p,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question #lifterlms-page-content .llms-quiz-results-main .llms-quiz-attempt-answer-section p{margin-bottom:0}.single-lesson .llms-lesson-button-wrapper{font-family:inherit;text-transform:none;font-weight:500;color:var(--bb-headings-color);font-size:1.25rem;line-height:28px;margin-bottom:25px}.single-lesson .llms-lesson-button-wrapper .llms-incomplete-lesson-form{margin-top:1.6875rem}.single-lesson.llms-pointer .llms-course-navigation .llms-lesson-preview.is-complete .llms-lesson-title{text-decoration:none}.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .llms-lesson-main>.llms-lesson-holder:first-child>a.llms-lesson-link{padding-right:30px}.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .llms-lesson-preview .llms-lesson-holder{min-height:51px}.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .ld-item-details+.llms-lesson-holder>a.llms-lesson-link{right:50px;width:-webkit-calc(100% - 50px);width:calc(100% - 50px)}.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-main a.llms-lesson-link{position:absolute}.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .llms-tooltip.show{position:absolute;bottom:35px}.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .llms-tooltip{top:unset;z-index:99;line-height:1.4;width:300px;font-size:12px;white-space:normal;text-align:center}@media screen and (max-width:800px){.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .llms-tooltip{width:220px}}.llms-pointer.llms-inner .llms-course-navigation .llms-tooltip.show{top:0!important;right:0;bottom:0;width:100%;max-width:100%;height:100%;white-space:normal!important;left:0;font-size:12px;-webkit-transform:none;-ms-transform:none;transform:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.llms-pointer.llms-inner .llms-course-navigation .llms-tooltip.show .llms-tooltip-content{line-height:1.4;max-height:4.1em;margin:0;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.llms-pointer.llms-inner .llms-course-navigation .llms-tooltip.show:after{display:none}.llms-pointer.llms-inner .llms-course-navigation .llms-lesson-preview{border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner)}.bb-llms-content-wrap .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link:hover .llms-extra .llms-lesson-counter,.llms-loop-item-content .llms-loop-title:hover,.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link:hover .llms-main h5,.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-quizz-preview .llms-lesson-link:hover h5,.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview:hover .llms-lesson-link h5,.llms-syllabus-wrapper .llms-lesson-main .llms-lesson-holder .llms-lesson-link:hover .llms-main h5,.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link:hover .llms-lesson-title,.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview:hover .llms-lesson-link h5,.llms-widget-syllabus .lesson-title a:hover,.llms-widget-syllabus .lesson-title.done a:hover,.post-type-archive-course.llms-pointer .bb-course-items .bb-course-item-wrap .bb-cover-list-item .bb-card-course-details .bb-course-meta strong a:hover,.post-type-archive-course.llms-pointer .bb-course-items .bb-course-item-wrap .bb-cover-list-item .bb-card-course-details .bb-course-title a:hover,.single-course.llms-pointer .llms-instructor-info .llms-author-holder a:hover .llms-author-info.name,.single-llms_quiz.llms-pointer #lifterlms-page-content .lifterlms_content_wrap .llms-quiz-attempt-question-header:hover .toggle-answer:before,.single-llms_quiz.llms-pointer #lifterlms-page-content .lifterlms_content_wrap .llms-quiz-attempt-question-header:hover h3.llms-question-title{color:var(--bb-primary-color)}.llms-pa-posts.llms-pa-posts--single #llms-pa-post-discussion-form .llms-form-field.type-submit #llms_pa_leave_comment,.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment.llms-pa-read:after,.nf-form-wrap .nf-form-content .nf-field-element input[type=button]{border-color:var(--bb-primary-color)}.post-type-archive-course.llms-pointer .bb-course-items .bb-course-item-wrap .bb-cover-list-item .bb-card-course-details .bb-course-meta strong a,.single-llms_quiz.llms-pointer #lifterlms-page-content .lifterlms_content_wrap p:not(.llms-error) a{color:var(--bb-headings-color)}.single-lesson.llms-pointer #lifterlms-page-content #lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor>.flex .bb-content-wrap h5 .bb-about-instructor-date::before,.single-llms_quiz.llms-pointer #lifterlms-page-content #lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor>.flex .bb-content-wrap h5 .bb-about-instructor-date::before{background-color:var(--bb-alternate-text-color)}.post-type-archive-course.llms-pointer footer.footer-bottom,.post-type-archive-llms_membership.llms-pointer footer.footer-bottom,.tax-course_cat footer.footer-bottom,.tax-course_difficulty footer.footer-bottom,.tax-course_tag footer.footer-bottom,.tax-course_track footer.footer-bottom,.tax-membership_cat footer.footer-bottom,.tax-membership_tag footer.footer-bottom{padding-top:30px;padding-bottom:30px}.lifterlms-course-list .bs-search-form{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius);margin-bottom:0;position:relative}.lifterlms-course-list .bs-search-form:focus-within{border-color:var(--bb-input-focus-border-color);border-width:1px;box-shadow:var(--bb-input-focus-shadow)}.lifterlms-course-list .bs-search-form:before{content:"\ef10";font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-left:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-right:.2em;position:absolute;top:10px;font-size:14px;color:var(--bb-body-text-color);right:9px;opacity:.4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lifterlms-course-list .bs-search-form input[type=text]{background:100% 0;border-radius:var(--bb-input-radius);border:0;height:34px;font-size:14px;letter-spacing:-.24px;padding:0 35px 0 30px}.lifterlms-course-list .bp-navs.bp-subnavs{margin-bottom:15px}.lifterlms-course-list .bp-navs.bp-subnavs>ul{margin:0;list-style:none}.lifterlms-course-list .bp-navs.bp-subnavs>ul>li{float:right;padding-left:30px}.lifterlms-course-list .bp-navs.bp-subnavs>ul>li>a{padding:10px 0}.lifterlms-course-list .bb-courses-header{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;margin:30px 0 25px}.lifterlms-course-list .bb-courses-header .bs-dir-search,.lifterlms-course-list .bb-courses-header h1{margin:0}@media screen and (max-width:544px){.lifterlms-course-list .bb-courses-header{display:block}.lifterlms-course-list .bb-courses-header h1{margin-bottom:15px}}.lifterlms-course-list .courses-type-navs ul li a{display:inline-block}.ld-secondary-header--llms .bb-secondary-list-tabs{margin-top:25px;margin-bottom:25px}.ld-secondary-header--llms .grid-filters{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:start;align-self:flex-start;font-size:21px;height:36px}.ld-secondary-header--llms .grid-filters a{color:var(--bb-headings-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:5px;padding-left:5px;opacity:.4;-webkit-transition:.3s all;transition:.3s all}.ld-secondary-header--llms .grid-filters a:hover{opacity:1}.ld-secondary-header--llms .grid-filters a.layout-grid-view{padding-right:5px;border-left:1px solid var(--bb-content-border-color)}.ld-secondary-header--llms .grid-filters .active{opacity:1}.ld-secondary-header--llms .sfwd-courses-filters .select-wrap select{margin-left:12px;height:36px;display:inline-block;font-family:inherit;font-style:inherit;font-size:15px;outline:0;vertical-align:middle;box-shadow:none;padding:0 12px;color:var(--bb-body-text-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-left:40px}@media screen and (max-width:992px) and (min-width:768px){.ld-secondary-header--llms .sfwd-courses-filters{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin-left:15px}.ld-secondary-header--llms .sfwd-courses-filters .select-wrap{width:100%;margin-bottom:5px}.ld-secondary-header--llms .sfwd-courses-filters .select-wrap select{width:100%}}@media screen and (max-width:610px){.ld-secondary-header--llms .sfwd-courses-filters{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin-left:15px}.ld-secondary-header--llms .sfwd-courses-filters .select-wrap{width:100%;margin-bottom:5px}.ld-secondary-header--llms .sfwd-courses-filters .select-wrap select{width:100%}}.bb-course-items .bb-course-cover--videoTile{background-color:var(--bb-cover-image-background-color);border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}.bb-course-items .bb-course-cover--videoTile iframe{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}.bb-course-items.list-view .bb-course-cover--videoTile{border-radius:0 var(--bb-block-radius) var(--bb-block-radius) 0}.bb-course-items.list-view .bb-course-cover--videoTile iframe{border-radius:0 var(--bb-block-radius) var(--bb-block-radius) 0}.entry-content .bb-course-items .bb-course-cover--videoTile .fluid-width-video-wrapper{margin-top:0;margin-bottom:0}.bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;margin-bottom:20px}.bb-course-items.grid-view .bb-course-item-wrap .bb-cover-list-item{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);height:100%;padding-bottom:0;-webkit-transition:.2s box-shadow;transition:.2s box-shadow;position:relative}.bb-course-items.grid-view .bb-course-item-wrap .bb-cover-list-item:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1);z-index:1}.bb-course-items.grid-view .bb-course-item-wrap .bb-cover-list-item .ld-status{position:absolute;z-index:9;top:15px;background-color:var(--bb-primary-color);border-radius:15px 0 0 15px;color:#fff;text-align:center;padding:5px 12px;text-transform:uppercase;font-size:11px;line-height:1;letter-spacing:.23px}.bb-course-items.grid-view .bb-course-item-wrap .bb-cover-list-item .ld-status.ld-status-complete.ld-primary-background{background-color:var(--bb-success-color)}@media screen and (max-width:1200px){.bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33%;flex:0 0 33%}}@media screen and (max-width:820px){.bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:480px){.bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile{display:none}.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33%;flex:0 0 33%}@media screen and (max-width:1200px){.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:992px){.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.llms-progress{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;height:initial;margin-top:0}.llms-progress .llms-progress-bar{top:0;height:4px;background-color:var(--bb-content-border-color)}.llms-progress .progress-bar-complete{height:4px;background-color:var(--bb-primary-color)}.llms-progress .progress__indicator{height:initial;margin-right:0;text-align:right;font-size:12px;font-weight:500;line-height:1;letter-spacing:-.24px;display:block;margin-top:10px;color:var(--bb-alternate-text-color)}.llms-progress .progress__indicator .ld-progress-steps{margin-top:5px}.llms-loop-item-content__body .llms-progress{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto;margin-bottom:10px}.llms-loop-item-content__body .llms-progress .llms-progress-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.llms-loop-item-content__body .llms-progress .progress__indicator{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.llms-loop-item-content__body .llms-difficulty,.llms-loop-item-content__body .llms-enroll-date,.llms-loop-item-content__body .llms-enroll-status{display:none}.llms-loop-item-content__body .bb-course-excerpt{font-size:13px;color:var(--bb-alternate-text-color);line-height:1.384;display:block;display:-webkit-box;max-height:2.72em;margin:-3px 0 20px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.course-details-verbose{padding-bottom:65px}@media screen and (max-width:544px){.course-details-verbose{padding-bottom:80px}}.lifterlms-course-list .bb-cover-list-item{position:relative}.lifterlms-course-list .bb-cover-list-item .llms-meta-aplans{position:absolute;bottom:0;width:-webkit-calc(100% - 40px);width:calc(100% - 40px);min-height:44px}.lifterlms-course-list .list-view .bb-cover-list-item .llms-meta-aplans{width:-webkit-calc(100% - 280px);width:calc(100% - 280px)}@media screen and (max-width:544px){.lifterlms-course-list .list-view .bb-cover-list-item .llms-meta-aplans{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-top:10px;min-height:70px}.lifterlms-course-list .list-view .bb-cover-list-item .llms-meta-aplans .push-right{margin-right:0;margin-top:5px}.lifterlms-course-list .list-view .bb-cover-list-item .bb-course-meta.bb-course-meta--membership{padding-bottom:75px}}.bb-card-course-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:16px 20px 0}.bb-card-course-details .course-lesson-count{font-size:13px;color:var(--bb-alternate-text-color);line-height:1;margin-bottom:8px;font-weight:300}.bb-card-course-details .bb-course-title{font-size:22px;line-height:1.24;margin:0 0 8px;display:-webkit-box;max-height:2.7em;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.bb-card-course-details .bb-course-title a{color:inherit;display:block;display:-webkit-box;max-height:2.7em;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.bb-card-course-details .bb-course-meta{font-size:13px;font-weight:300;color:var(--bb-alternate-text-color);letter-spacing:-.24px;line-height:1;margin-bottom:20px;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}.bb-card-course-details .bb-course-meta .item-avatar{max-width:28px;margin-left:10px}.bb-card-course-details .bb-course-meta strong{font-size:13px;font-weight:500;letter-spacing:-.24px;margin:0}.bb-card-course-details .bb-course-meta strong a{color:var(--bb-headings-color)}.bb-card-course-details .bb-course-meta.bb-course-meta--membership{margin-bottom:15px;padding-bottom:55px}.bb-card-course-details .bb-course-excerpt{font-size:13px;color:var(--bb-alternate-text-color);line-height:1.384;display:block;display:-webkit-box;max-height:2.72em;margin:-3px 0 20px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.bb-course-items.list-view .bb-card-course-details{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-bottom:16px}.bb-course-items.list-view .bb-card-course-details .bb-course-title{max-width:80%}.bb-course-items.list-view .bb-card-course-details .llms-progress{max-width:450px}.bb-course-cover .bb-cover-wrap:after,.llms-loop-link .bb-cover-wrap:after{background:100% 0}.bb-course-cover .bb-cover-wrap,.llms-loop-link .bb-cover-wrap{background-color:var(--bb-cover-image-background-color)}.bb-cover-wrap--llms{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}.bb-cover-wrap--llms:after{background:100% 0;border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}.bb-course-items.list-view{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;list-style:none}.bb-course-items.list-view .bb-course-cover--videoTile .fluid-width-video-wrapper{height:100%}.bb-course-items.list-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:20px}.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);height:100%;-webkit-transition:.2s box-shadow;transition:.2s box-shadow;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0}.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1);z-index:1}.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .ld-status{position:absolute;z-index:9;top:15px;background-color:var(--bb-primary-color);border-radius:15px 0 0 15px;color:#fff;text-align:center;padding:5px 12px;text-transform:uppercase;font-size:11px;line-height:1;letter-spacing:.23px}.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .ld-status.ld-status-complete.ld-primary-background{background-color:var(--bb-success-color)}.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .bb-course-cover{-webkit-box-flex:0;-ms-flex:0 0 240px;flex:0 0 240px}.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .bb-course-cover .bb-cover-wrap{padding-top:70%;height:100%;border-radius:0 var(--bb-block-radius) var(--bb-block-radius) 0}@media screen and (max-width:1040px){.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .bb-course-cover{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px}.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .llms-meta-aplans{width:-webkit-calc(100% - 240px);width:calc(100% - 240px)}}@media screen and (max-width:460px){.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .bb-course-cover{-webkit-box-flex:0;-ms-flex:0 0 140px;flex:0 0 140px}}@media screen and (max-width:375px){.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .bb-course-cover{-webkit-box-flex:0;-ms-flex:0 0 110px;flex:0 0 110px}}.lifterlms-course-list--memberships .grid-filters{margin-right:auto}.component-navigation.courses-nav{margin:0}.component-navigation.courses-nav li{position:relative;list-style:none}.component-navigation.courses-nav .bb-icon-loader{position:absolute;left:10px;top:7px}.llms-loop-item-content .llms-progress .progress__indicator{display:block}.post-type-archive-course.llms-pointer.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}@media screen and (max-width:1200px){.post-type-archive-course.llms-pointer.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (min-width:800px) and (max-width:900px){.post-type-archive-course.llms-pointer.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media screen and (max-width:480px){.post-type-archive-course.llms-pointer.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.bb-template-v1 .bb-lms-pagination{padding:10px 0;text-align:left}.bb-template-v1 .bb-lms-pagination>*{display:inline-block;font-size:13px;margin-left:10px}.bb-template-v1 .bb-lms-pagination a.next.page-numbers,.bb-template-v1 .bb-lms-pagination a.prev.page-numbers{font-size:0}.single-llms_assignment .llms-donut svg path{stroke:var(--bb-success-color)}.single-llms_assignment .llms-audio-wrapper{margin-bottom:20px}.single-llms_assignment .llms-assignment-tasklist .llms-assignment-task{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.single-llms_assignment .llms-assignment-tasklist .llms-assignment-task .llms-task-marker{box-shadow:inset 36px 0 40px -32px rgba(0,0,0,.05)}.single-llms_assignment .llms-assignment-tasklist .llms-assignment-task .icheckbox_minimal{margin:0 20px 0 0}.single-llms_assignment .llms-assignment-tasklist .llms-assignment-task .llms-task-main{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.single-llms_assignment .llms-assignment-tasklist .llms-assignment-task .llms-task-main .llms-task-check{display:none}.single-llms_assignment .llms-assignment-footer{margin:30px 0 60px}.single-llms_assignment .llms-assignment-footer #llms-assignment-submit{font-size:15px;border-radius:var(--bb-button-radius);padding:10px 20px;font-weight:500;background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)}.single-llms_assignment .llms-assignment-footer #llms-assignment-submit:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.single-llms_assignment .llms-assignment-footer #llms-assignment-submit:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}.single-llms_assignment .llms-assignment-footer #llms-assignment-submit .fa-paper-plane{display:none}.single-llms_assignment .llms-assignment-footer .llms-button-primary{font-size:15px;border-radius:var(--bb-button-radius);padding:10px 20px;font-weight:500;background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)}.single-llms_assignment .llms-assignment-footer .llms-button-primary:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.single-llms_assignment .llms-assignment-footer .llms-button-primary:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}.llms-assignment-content.type--tasklist li.llms-assignment-task:hover{background:rgba(146,164,183,.05)}.llms-assignment-content.type--tasklist li.llms-assignment-task .llms-task-marker{background:100% 0}.llms-assignment-content.type--tasklist li.llms-assignment-task .llms-task-main{width:initial}.llms-start-assignment-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)}.llms-start-assignment-button:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.llms-start-assignment-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)}@media screen and (max-width:365px){.llms-start-assignment-button{margin-bottom:15px}}.llms-assignment-content.type--upload .llms-assignment-upload-field{border:1px dashed var(--bb-content-border-color);display:-webkit-box;display:-ms-flexbox;display:flex;padding:30px 20px}.llms-assignment-content.type--upload .llms-assignment-upload-field .fa{margin-bottom:0}.llms-assignment-upload-field{background:rgba(240,243,247,.5);border:1px dashed var(--bb-content-border-color);border-radius:6px;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-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:16px;color:var(--bb-headings-color);letter-spacing:-.24px;line-height:26px;padding:30px 20px}.llms-assignment-upload-field .fa-upload:before{background:url(../images/svg/upload.svg) no-repeat;background-size:cover;content:" ";height:41px;width:48px;display:block;margin:0 auto 15px}.llms-assignment-upload-field h2{font-size:16px;color:var(--bb-headings-color);letter-spacing:-.24px;line-height:26px}.lifterlms_content_wrap .llms-assignment-content.type--tasklist ol.llms-assignment-tasklist{border:0}.lifterlms_content_wrap .llms-assignment-content.type--tasklist li.llms-assignment-task{border-bottom:1px solid var(--bb-content-border-color)}.lifterlms_content_wrap .llms-assignment-content.type--tasklist li.llms-assignment-task:first-child{border-top:0}.lifterlms_content_wrap .llms-assignment-content.type--tasklist li.llms-assignment-task:last-child{border-bottom:0}.single-llms_assignment .llms-assignment-tasklist .llms-assignment-task .llms-task-marker{box-shadow:none;border-left:1px solid var(--bb-content-border-color)}header.llms-pa-posts--archive h2{margin-bottom:inherit}header.llms-pa-posts--archive a{display:inline-block;background-color:rgba(0,0,0,.03);color:#939597;border-radius:20px;padding:1px 30px 1px 15px;font-size:12px!important;margin:0 0 15px;-webkit-transition:all linear .2s;transition:all linear .2s;position:relative}header.llms-pa-posts--archive a:before{position:absolute;right:10px;top:6px;content:"\e8ab";font:normal normal normal 14px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}header.llms-pa-posts--archive a:hover{background-color:rgba(0,0,0,.06)}.llms-pa-posts.llms-pa-posts--archive footer a{font-family:inherit;font-size:15px;color:#fff;background-color:var(--bb-primary-color);border-radius:100px;padding:10px 20px;font-weight:500;text-align:center;display:inline-block;line-height:1;border:0;-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}.llms-pa-posts.llms-pa-posts--archive footer a:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}header.llms-pa-area-header.llms-pa-posts--single .llms-pa-meta-sep,header.llms-pa-area-header.llms-pa-posts--single a{color:#939597;font-size:12px}.llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-pa-post-title{margin-bottom:15px}.llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-author{font-size:16px}.llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-author img{width:38px;height:38px}.llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-pa-meta-sep,.llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-pa-post-date{font-size:16px}.llms-pa-posts.llms-pa-posts--single #llms-pa-post-discussion-form{padding:0;margin:0;background-color:#fff}.llms-pa-posts.llms-pa-posts--single #llms-pa-post-discussion-form .llms-form-field.type-submit{text-align:left}.llms-pa-posts.llms-pa-posts--single #llms-pa-post-discussion-form .llms-form-field.type-submit .llms-pa-comment-reply-cancel{font-size:12px}.llms-pa-posts.llms-pa-posts--single .llms-pa-post-discussion-form-wrap{background-color:#fff;padding:20px;border:1px solid var(--bb-content-border-color);border-radius:4px;margin-bottom:20px}.llms-pa-posts.llms-pa-posts--single .llms-pa-post-discussion-form-wrap h2{margin-bottom:10px}.llms-pa-posts.llms-pa-posts--single .llms-pa-post-discussion-form-wrap #llms-pa-post-discussion-form{padding:0;margin:0;background-color:#fff}.llms-pa-posts.llms-pa-posts--single .llms-pa-post-discussion-form-wrap #llms-pa-post-discussion-form .llms-form-field.type-submit{text-align:left}.llms-pa-posts.llms-pa-posts--single .llms-pa-post-discussion-form-wrap #llms-pa-post-discussion-form .llms-form-field.type-submit button{background-color:#fff;color:var(--bb-primary-color);line-height:1;border:1px solid var(--bb-primary-color)}.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms-pa-comment-toggle-read .read,.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms-pa-comment-toggle-read .unread{color:var(--bb-primary-color);background:100% 0!important}.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment{margin-bottom:20px;position:relative}.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment .comment-body{margin-bottom:0;background-color:#fff;padding:20px;border:1px solid var(--bb-content-border-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment .comment-body .comment-meta.commentmetadata{font-size:13px;padding-left:60px;color:var(--bb-alternate-text-color)}.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment .comment-body .comment-meta.commentmetadata .llms-author img{width:38px;height:38px}.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment .comment-body .comment-text{margin-top:0}.llms_pa_post_comment.llms-pa-unread:after{content:"unread";font-size:12px;background-color:#fff;border:1px solid var(--bb-primary-color);color:var(--bb-primary-color);padding:0 15px;border-radius:3px;position:absolute;left:20px;top:20px;text-align:center}.llms-pa-post .llms-pa-author,.llms-pa-post .llms-pa-discussion-list .comment .llms-author,.llms-pa-post .llms-pa-discussion-list .comment .llms-pa-comment-permalink,.llms-pa-post .llms-pa-discussion-list .comment .llms-pa-comment-reply,.llms-pa-post .llms-pa-discussion-list .comment .llms-pa-comment-toggle-read,.llms-pa-post .llms-pa-meta-sep,.llms-pa-post .llms-pa-posts .llms-pa-post-header .llms-author,.llms-pa-post .llms-pa-posts .llms-pa-post-header .llms-pa-post-date{font-size:inherit;color:var(--bb-alternate-text-color)}.llms-pa-post .llms-pa-meta-sep{opacity:.5}.llms-pa-post .llms-pa-discussion-list .comment .llms-pa-comment-permalink:hover,.llms-pa-post .llms-pa-discussion-list .comment .llms-pa-comment-reply:hover,.llms-pa-post .llms-pa-discussion-list .comment .llms-pa-comment-toggle-read:hover{text-decoration:none}.llms-loop-item.course .llms-pa-permalink{font-family:inherit;font-size:12px;color:var(--bb-alternate-text-color);font-weight:500;font-style:normal;padding:0 20px 15px;margin:0;display:block}.llms-loop-item.course .llms-pa-permalink:hover{color:var(--bb-primary-color)}.llms-loop-item.course .llms-pa-permalink:before{font-size:13px;content:"\eecc";display:inline-block;font-family:bb-icons;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;margin:0 0 0 5px}.lmslifter .llms-pa-stamp{background-color:var(--bb-primary-color);font-size:12px;padding:5px 10px;border-radius:100px;margin-right:10px;display:inline-block;line-height:1}.lmslifter .llms-pa-posts .llms-pa-post-header .llms-pa-post-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:inherit}.lmslifter .llms-pa-posts .llms-pa-post{border-bottom-color:var(--bb-content-border-color)}.llms-pa-area-header h2.llms-private-area-title{margin-bottom:10px}.llms-pa-area-header.llms-pa-posts--single h2.llms-private-area-title{margin-bottom:0}.llms-pa-posts header.llms-pa-post-header .llms-author,.llms-pa-posts header.llms-pa-post-header .llms-pa-meta-sep,.llms-pa-posts header.llms-pa-post-header .llms-pa-post-date,.llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-author,.llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-pa-meta-sep,.llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-pa-post-date{color:var(--bb-alternate-text-color);font-size:13px}#wp-llms_pa_post_comment-wrap .quicktags-toolbar .ed_button{height:25px;line-height:normal}#wp-llms_pa_post_comment-wrap.wp-core-ui .button.button-small{color:var(--bb-primary-color);border-color:var(--bb-primary-color)}#wp-llms_pa_post_comment-wrap.wp-core-ui .button.button-small:focus,#wp-llms_pa_post_comment-wrap.wp-core-ui .button.button-small:hover{box-shadow:none}.llms-pa-info-widget{margin:0 0 30px}.llms-pa-info-widget .llms-pa-item{font-size:14px;margin-bottom:10px}.llms-pa-info-widget .llms-pa-item strong{font-weight:400}.llms-pa-info-widget .llms-pa-info-widget-footer{margin:20px 0}.llms-pa-info-widget .llms-pa-info-widget-footer .llms-button-secondary{padding:10px 20px;font-size:15px;display:inline-block}.single-lesson .gform_wrapper li.gfield.gfield_error,.single-lesson .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{background-color:transparent}.single-lesson .gform_wrapper .gfield_checkbox li label,.single-lesson .gform_wrapper .gfield_radio li label{display:inline-block;margin-right:0}.single-lesson .gform_wrapper li.gfield.gfield_error{border:0!important}.single-lesson .gform_wrapper li.gfield.gfield_error.gfield_contains_required{margin-top:0;margin-bottom:0!important;padding-right:0!important}.single-llms_certificate .site-content .container .site-content-grid,.single.llms_my_certificate-template-default .site-content .container .site-content-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.single-llms_certificate .llms-certificate-container,.single.llms_my_certificate-template-default .llms-certificate-container{position:relative}@media (max-width:850px){.single-llms_certificate .llms-certificate-container,.single.llms_my_certificate-template-default .llms-certificate-container{width:100%!important}}.single-llms_certificate .llms-certificate-container .certificate-background,.single.llms_my_certificate-template-default .llms-certificate-container .certificate-background{margin-bottom:0!important}.single-llms_certificate .llms-certificate-container .llms_certificate,.single-llms_certificate .llms-certificate-container .llms_my_certificate,.single.llms_my_certificate-template-default .llms-certificate-container .llms_certificate,.single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate{position:absolute;right:0;left:0;top:0;bottom: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}@media (max-width:480px){.single-llms_certificate .llms-certificate-container .llms_certificate,.single-llms_certificate .llms-certificate-container .llms_my_certificate,.single.llms_my_certificate-template-default .llms-certificate-container .llms_certificate,.single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate{margin:40px 60px}}@media (max-width:400px){.single-llms_certificate .llms-certificate-container .llms_certificate,.single-llms_certificate .llms-certificate-container .llms_my_certificate,.single.llms_my_certificate-template-default .llms-certificate-container .llms_certificate,.single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate{margin:20px 40px}}.single-llms_certificate .llms-certificate-container .llms_certificate .llms-summary h1,.single-llms_certificate .llms-certificate-container .llms_my_certificate .llms-summary h1,.single.llms_my_certificate-template-default .llms-certificate-container .llms_certificate .llms-summary h1,.single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate .llms-summary h1{font-size:32px;line-height:1.2;margin-bottom:0}@media (max-width:480px){.single-llms_certificate .llms-certificate-container .llms_certificate .llms-summary h1,.single-llms_certificate .llms-certificate-container .llms_my_certificate .llms-summary h1,.single.llms_my_certificate-template-default .llms-certificate-container .llms_certificate .llms-summary h1,.single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate .llms-summary h1{font-size:24px;margin-top:20px}}.single-llms_certificate .llms-certificate-container .llms_certificate .llms-summary p,.single-llms_certificate .llms-certificate-container .llms_my_certificate .llms-summary p,.single.llms_my_certificate-template-default .llms-certificate-container .llms_certificate .llms-summary p,.single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate .llms-summary p{text-align:center;margin-top:40px}@media (max-width:480px){.single-llms_certificate .llms-certificate-container .llms_certificate .llms-summary p,.single-llms_certificate .llms-certificate-container .llms_my_certificate .llms-summary p,.single.llms_my_certificate-template-default .llms-certificate-container .llms_certificate .llms-summary p,.single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate .llms-summary p{margin-top:20px;font-size:14px}}@media (min-width:768px){.single-llms_certificate.bb-buddypanel .site,.single.llms_my_certificate-template-default.bb-buddypanel .site{margin-right:0;-webkit-transition:margin-right .2s;transition:margin-right .2s}}.llms-sd-section.llms-my-certificates .llms-certificates-loop.listing-certificates,.llms-student-dashboard.view-certificates .llms-certificates-loop.listing-certificates{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.lifterlms ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}@media only screen and (max-width:1200px){.lifterlms ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){.lifterlms ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}@media only screen and (max-width:1200px){.lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){.lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.has-sidebar .lifterlms ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){.has-sidebar .lifterlms ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.has-sidebar .lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){.has-sidebar .lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}ul.llms-certificates-loop.listing-certificates.loop-cols-5 li.llms-certificate-loop-item{width:-webkit-calc(20% - 20px);width:calc(20% - 20px)}ul.llms-certificates-loop.listing-certificates li.llms-certificate-loop-item{margin:10px;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);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-align:center;-ms-flex-align:center;align-items:center}ul.llms-certificates-loop.listing-certificates li.llms-certificate-loop-item:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1);-webkit-transition:box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out}.llms-certificate{border:none;padding:0;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around}.llms-certificate .llms-certificate-title{line-height:1.2}.llms-certificate .llms-certificate-date{font-size:12px;line-height:1;letter-spacing:-.24px;display:block}.llms-certificate.llms-loop-item-content{margin:0;border-radius:var(--bb-block-radius)}.llms-notification .llms-notification-footer{border-color:var(--bb-content-border-color)}.llms-notification .llms-notification-title{margin-bottom:10px;font-weight:500}.llms-notification-list .llms-notification{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.llms-notification-list .llms-notification .llms-notification-content{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.llms-notification-list .llms-notification .llms-notification-footer{margin-right:auto;-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;text-align:left;line-height:1.7}.llms-notification-list .llms-notification .llms-notification-footer .llms-notification-date{float:none;margin-left:0;color:var(--bb-alternate-text-color);display:block}@media screen and (max-width:1200px){.llms-notification-list .llms-notification{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.llms-notification-list .llms-notification .llms-notification-content{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;margin-bottom:10px}.llms-notification-list .llms-notification .llms-notification-footer{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.llms-sd-section.llms-my-memberships .llms-loop-item .llms-loop-item-content{padding:0}.llms-sd-section.llms-my-memberships p{border:none;background-color:transparent;padding:0}.llms-sd-section.llms-my-memberships p:before{display:none}.single-llms_membership header.entry-header{display:none}.single-llms_membership .entry-img{border-radius:4px}.single-llms_membership.single:not(.single-post) .entry-content-wrap{padding-top:0}h1.entry-title--llmsMembership+h1.entry-title--llmsMembership{display:none}ul.llms-achievements-loop li.llms-achievement-loop-item{border-radius:var(--bb-block-radius-inner);border:1px solid var(--bb-content-border-color);margin:10px;padding:0}.lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item{margin:10px}.lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px);padding:0}@media only screen and (max-width:1200px){.lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){.lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}@media only screen and (max-width:1200px){.lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){.lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.has-sidebar .lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){.has-sidebar .lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.has-sidebar .lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){.has-sidebar .lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}ul.llms-achievements-loop li.llms-achievement-loop-item:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1);-webkit-transition:box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out}.llms-achievement,.llms-achievement:hover{background-color:transparent}.llms-sd-section.llms-my-achievements .llms-achievement-loop-item.achievement-item a{background-color:transparent;padding:0;border-radius:var(--bb-block-radius-inner)}.llms-sd-section.llms-my-achievements .llms-achievement-loop-item.achievement-item a .llms-achievement-title{color:var(--bb-headings-color)}.llms-achievement__body{padding:20px}.llms-achievement .llms-achievement-title{line-height:1.2;font-weight:700;font-size:20px;padding:0}.llms-achievement .llms-achievement-content{padding:0;font-size:14px;line-height:1.584;display:block;display:-webkit-box;max-height:4.5em;margin:20px 0;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:var(--bb-body-text-color)}.llms-achievement .llms-achievement-date,.llms-achievement .llms-achievement-info{display:block;text-align:center}.llms-achievement .llms-achievement-date{font-size:14px;color:var(--bb-body-text-color)}.llms-achievement .llms-achievement-date span{font-size:12px;color:var(--bb-alternate-text-color)}@media (max-width:337px){.lifterlms .llms-button-primary,.lifterlms .llms-button-secondary,.lifterlms .llms-field-button{padding:10px 11px}}.iziModal{border-bottom:0!important;box-shadow:0 3px 24px 0 rgba(18,43,70,.28);background-color:var(--bb-content-background-color)}.iziModal .bb-cover-wrap{border-radius:0}.iziModal .iziModal-header,.llms-achievement-modal.iziModal .iziModal-header{background-color:var(--bb-content-background-color)!important;box-shadow:none}.iziModal .iziModal-header .iziModal-header-title{color:var(--bb-headings-color)}.iziModal .iziModal-header .iziModal-header-subtitle{color:var(--bb-alternate-text-color)}.iziModal .iziModal-header .iziModal-button-close{background:100% 0;opacity:.7;-webkit-transition:none;transition:none;text-align:center}.iziModal .iziModal-header .iziModal-button-close:hover{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}.iziModal .iziModal-header .iziModal-button-close:before{display:inline-block;color:#939597;font-family:bb-icons;content:"\e828";font-size:1.5em;position:relative;width:22px;height:22px}.iziModal-overlay{background-color:rgba(0,0,0,.4)}.iziModal-navigate>button:hover{box-shadow:none}.llms-achievement-image--icon{padding:15px 0;text-align:center;background-color:var(--bb-content-alternate-background-color)}.llms-achievement-image--icon img.llms-achievement-img{object-fit:cover;width:54px;height:54px;border-radius:100%;margin:0 auto}.llms-achievement-modal .llms-achievement-image--icon img.llms-achievement-img{width:100px;height:100px}.llms-notification[data-trigger=achievement_earned] .llms-notification-body img{object-fit:cover;width:100px;height:100px;border-radius:100%;margin:10px auto}body div.wpforms-container-full .wpforms-form input[type=date],body div.wpforms-container-full .wpforms-form input[type=datetime-local],body div.wpforms-container-full .wpforms-form input[type=datetime],body div.wpforms-container-full .wpforms-form input[type=email],body div.wpforms-container-full .wpforms-form input[type=month],body div.wpforms-container-full .wpforms-form input[type=number],body div.wpforms-container-full .wpforms-form input[type=password],body div.wpforms-container-full .wpforms-form input[type=range],body div.wpforms-container-full .wpforms-form input[type=search],body div.wpforms-container-full .wpforms-form input[type=tel],body div.wpforms-container-full .wpforms-form input[type=text],body div.wpforms-container-full .wpforms-form input[type=time],body div.wpforms-container-full .wpforms-form input[type=url],body div.wpforms-container-full .wpforms-form input[type=week],body div.wpforms-container-full .wpforms-form select,body div.wpforms-container-full .wpforms-form textarea{font-size:15px}body div.wpforms-container-full .wpforms-form button[type=submit]{font-family:inherit;font-size:15px;color:#fff;background-color:var(--bb-primary-color);border-radius:100px;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:1px solid transparent;outline:0;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}body div.wpforms-container-full .wpforms-form button[type=submit]:hover{outline:0;text-decoration:none;color:#fff;box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1);background-color:var(--bb-primary-color);border-color:var(--bb-primary-color)}.single-lesson.llms-pointer #lifterlms-page-content .lifterlms_content_wrap .wpforms-confirmation-container-full,.single-lesson.llms-pointer #lifterlms-page-content .lifterlms_content_wrap div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message),body .wpforms-confirmation-container-full,body div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message){background-color:var(--bb-success-color);border-color:var(--bb-success-color);text-align:center}.single-lesson.llms-pointer #lifterlms-page-content .lifterlms_content_wrap .wpforms-confirmation-container-full p,.single-lesson.llms-pointer #lifterlms-page-content .lifterlms_content_wrap div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) p,body .wpforms-confirmation-container-full p,body div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) p{margin:.5rem 0}body .wpforms-confirmation-container-full,body div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message){border-color:var(--bb-primary-color)}.frm_forms .frm_form_fields fieldset{border:none;padding:0;margin-top:0}.frm_forms .frm_form_fields fieldset legend{font-size:26px;margin:0 0 10px;background:100% 0;border:0 none;border-radius:0;float:none;height:auto;letter-spacing:normal;list-style:none;outline:0;position:static;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;width:auto;visibility:visible;overflow:visible;padding:0;box-sizing:border-box;box-shadow:none}.frm_forms .frm_form_fields fieldset .frm_top_container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:10px 0}.frm_forms .frm_form_fields fieldset .frm_top_container .frm_primary_label,.frm_forms .frm_form_fields fieldset .frm_top_container label.frm_primary_label{display:block;font-weight:700;font-size:16px;float:none;line-height:1.3;margin:0 0 4px;padding:0}.frm_forms .frm_form_fields fieldset .frm_top_container .frm_checkbox .icheckbox_minimal.checked:after{text-indent:0}.frm_forms .frm_form_fields fieldset .frm_submit{margin:0;padding:16px 0}.frm_forms .frm_form_fields fieldset .frm_submit .frm_button_submit{font-family:inherit;font-size:15px;color:#fff;background-color:var(--bb-primary-color);border-radius:100px;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:1px solid transparent;outline:0;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;box-shadow:none}.frm_forms .frm_form_fields fieldset .frm_dropzone{border:1px dashed #dedfe2;border-radius:3px;min-height:60px;padding:30px}.frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message{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-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_icon_font.frm_upload_icon{position:relative;height:40px}.frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_icon_font.frm_upload_icon:before{position:absolute;right:-16px;font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;color:var(--bb-primary-color);content:"\ee24";font-size:32px;display:block;margin:0 auto 10px}.frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_compact_text button,.frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_upload_text button{background-color:transparent;font-size:18px;color:var(--bb-headings-color);padding:2px 0}.frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_compact_text button:hover,.frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_upload_text button:hover{background-color:transparent;box-shadow:none}.frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_small_text{font-size:14px;color:var(--bb-primary-color)}.frm_forms .frm_form_fields fieldset .wp-switch-editor{margin-top:0}.frm_forms .frm_form_fields fieldset .frm_description{font-size:15px;padding-top:10px}.frm_forms .frm_form_fields fieldset .frm_range_container input{width:100%}.frm_forms .frm_form_fields fieldset .frm_pos_top{margin:20px 0 0}.frm_forms .frm_form_fields fieldset .frm_combo_inputs_container div{padding:0 0 10px}.frm_forms .frm_form_fields fieldset .frm_combo_inputs_container div input{width:100%}.frm_forms .frm_form_fields fieldset .frm_form_field.form-field .frm_time_wrap select{width:inherit}.frm_forms .frm_form_fields fieldset .frm_form_field.form-field select{width:100%}.frm_forms .frm_form_fields fieldset .frm_hidden{display:none}.frm_forms .frm_form_fields fieldset .frm-edit-page-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:0;background-color:transparent;box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}.frm_forms .frm_form_fields fieldset .frm-edit-page-btn svg{width:20px;height:20px}.frm_forms .frm_form_fields fieldset .frm-edit-page-btn span{padding-right:10px;color:#000}.frm_forms .frm_form_fields fieldset .frm_pos_.frm_primary_label{margin-bottom:10px}.frm_forms .frm_form_fields fieldset .frm-line-table tr td h3{margin-bottom:0}.lifterlms .llms-sd-items .llms-sd-item:hover a,.llms-widget-syllabus .lesson-complete-placeholder.done{color:var(--bb-primary-color)}.nf-form-wrap .nf-form-content .nf-field-element select,.nf-form-wrap .nf-form-content .nf-field-element select.ninja-forms-field:not([multiple]){-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:left 1rem center;padding-left:40px}.nf-form-wrap .nf-form-content .list-select-wrap .nf-field-element>div{background:100% 0;border:0}.nf-form-wrap .nf-form-content .listradio-wrap .nf-field-element input{display:none}.nf-form-wrap .nf-form-content .listradio-wrap .nf-field-element label{display:inline-block;margin-right:0!important}.nf-form-wrap .nf-form-content .listradio-wrap .nf-field-element label:after,.nf-form-wrap .nf-form-content .listradio-wrap .nf-field-element label:before{display:none}.nf-form-wrap .nf-form-content .listradio-wrap .nf-field-element li .bs-radio{display:none}@media screen and (max-width:1200px){.single-llms_certificate .bb-grid{display:block}.single-llms_certificate .bb-grid .llms-certificate-container{display:block}.single-llms_certificate .bb-grid .llms-print-certificate{width:100%;max-width:100%}}.llms-print-certificate .back_to_home_page,.llms-print-certificate .button{font-size:14px}.llms-print-certificate button i{font-size:18px}.llms-print-certificate .back_to_home_page{display:inline-block;border-radius:20px;padding:1px 10px 1px 15px;margin:15px 0;-webkit-transition:all linear .2s;transition:all linear .2s}.llms-print-certificate .print_and_save_holder{margin-bottom:10px}.print_and_save_holder .button{font-family:inherit;padding:10px 20px;font-weight:500;font-style:normal;text-decoration:none;text-align:center;cursor:pointer;display:inline-block;line-height:1;outline:0;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}.llms-notification .llms-notification-body .llms-mini-cert{background-color:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);box-shadow:none;border-radius:4px;padding:10px 15px}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert-title{font-weight:400}.llms-sd-notification-center .llms-notification .llms-mini-cert{max-width:100%}ul.llms-certificates-loop.listing-certificates li.llms-certificate-loop-item{padding:0}.llms-certificate__body{padding:10px 20px 20px}.llms-certificate__badge{width:100%;height:35px;background-color:#f5f6f7;margin-bottom:20px;border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}.llms-certificate__badge img{position:relative;top:5px}.llms-certificate__label{font-size:13px;color:var(--bb-alternate-text-color)}.llms-achievement .llms-certificate-title,.llms-certificate .llms-certificate-title{font-size:20px;line-height:1.3}a.llms-certificate__link .llms-certificate-title:hover{color:var(--bb-primary-color)}.llms-certificate__footer{margin:15px 0 0}.llms-certificate__footer .llms-certificate-date{text-align:right;line-height:1.3}.llms-certificate__footer .llms-certificate__date-label{color:var(--bb-alternate-text-color)}.llms-certificate__footer .llms-certificate__moment{font-size:14px}.llms-certificate__download form{margin-bottom:0}.buddypress .buddypress-wrap .llms-certificate__download .llms-certificate__downloadBtn,.buddypress .buddypress-wrap .llms-certificate__download button.llms-certificate__downloadBtn.button,.llms-certificate__download .llms-certificate__downloadBtn,.llms-certificate__download button.llms-certificate__downloadBtn.button{color:var(--bb-primary-color);display:inline-block;width:26px;height:26px;line-height:12px;padding:5px;border-radius:var(--bb-button-radius);border:0;background-color:transparent}.buddypress .buddypress-wrap .llms-certificate__download .llms-certificate__downloadBtn i,.buddypress .buddypress-wrap .llms-certificate__download button.llms-certificate__downloadBtn.button i,.llms-certificate__download .llms-certificate__downloadBtn i,.llms-certificate__download button.llms-certificate__downloadBtn.button i{font-size:26px}.buddypress .buddypress-wrap .llms-certificate__download .llms-certificate__downloadBtn i:before,.buddypress .buddypress-wrap .llms-certificate__download button.llms-certificate__downloadBtn.button i:before,.llms-certificate__download .llms-certificate__downloadBtn i:before,.llms-certificate__download button.llms-certificate__downloadBtn.button i:before{margin:0}.buddypress .buddypress-wrap .llms-certificate__download .llms-certificate__downloadBtn:active,.buddypress .buddypress-wrap .llms-certificate__download .llms-certificate__downloadBtn:focus,.buddypress .buddypress-wrap .llms-certificate__download .llms-certificate__downloadBtn:hover,.buddypress .buddypress-wrap .llms-certificate__download button.llms-certificate__downloadBtn.button:active,.buddypress .buddypress-wrap .llms-certificate__download button.llms-certificate__downloadBtn.button:focus,.buddypress .buddypress-wrap .llms-certificate__download button.llms-certificate__downloadBtn.button:hover,.llms-certificate__download .llms-certificate__downloadBtn:active,.llms-certificate__download .llms-certificate__downloadBtn:focus,.llms-certificate__download .llms-certificate__downloadBtn:hover,.llms-certificate__download button.llms-certificate__downloadBtn.button:active,.llms-certificate__download button.llms-certificate__downloadBtn.button:focus,.llms-certificate__download button.llms-certificate__downloadBtn.button:hover{box-shadow:none}.buddypress .buddypress-wrap .llms-certificate__download i,.llms-certificate__download i{line-height:15px}body.bb-buddypanel.bb-sfwd-aside .site-header .bb-toggle-panel{display:inherit;margin-right:-18px}body.bb-buddypanel.bb-sfwd-aside .header-aside-inner .bb-toggle-panel{display:none}body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .site-header .site-header-container>.bb-toggle-panel{display:none}body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .site-header .site-header-container{padding-right:0}body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .header-3 .header-aside-inner .bb-toggle-panel{margin-left:0}body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .header-aside-inner .bb-toggle-panel{display:inline-block;padding-right:20px;margin:0;margin-left:-18px}body.bb-buddypanel.bb-sfwd-aside .site-header .site-header-container:not(.header-3) #header-aside .bb-toggle-panel i{color:inherit}body.bb-buddypanel.bb-sfwd-aside.buddypanel-open:not(.buddypanel-header) .site-header .bb-toggle-panel{visibility:hidden;opacity:0}body.bb-buddypanel.bb-sfwd-aside.buddypanel-header .site-header .bb-toggle-panel{margin-right:-18px}body.bb-buddypanel.bb-sfwd-aside.buddypanel-header.bb-buddypanel-right .site-header .bb-toggle-panel{margin-right:0}body.bb-buddypanel.bb-sfwd-aside:not(.buddypanel-open) .buddypanel .bb-toggle-panel{visibility:hidden;opacity:0}body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head{height:0}body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel{display:none}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--0 a:before{content:"\ef58";font-family:bb-icons}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-groups a:before{content:"\e95d";font-family:bb-icons}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-courses a:before{content:"\eeac";font-family:bb-icons}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-grades a:before{font-family:bb-icons;content:"\eed4"}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-memberships a:before{font-family:bb-icons;content:"\ef52"}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-achievements a:before{font-family:bb-icons;content:"\ee04"}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-certificates a:before{font-family:bb-icons;content:"\e975"}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--notifications a:before{font-family:bb-icons;content:"\e8a5"}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--redeem-voucher a:before{font-family:bb-icons;content:"\ef0c"}.has-sidebar .woocommerce-MyAccount-content .llms-loop-list .llms-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){.has-sidebar .woocommerce-MyAccount-content .llms-loop-list .llms-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.has-sidebar .woocommerce-MyAccount-content .llms-loop-list.cols-3 .llms-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){.has-sidebar .woocommerce-MyAccount-content .llms-loop-list.cols-3 .llms-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.woocommerce-MyAccount-content ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px);padding:0}@media only screen and (max-width:1200px){.woocommerce-MyAccount-content ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){.woocommerce-MyAccount-content ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.woocommerce-MyAccount-content ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}@media only screen and (max-width:1200px){.woocommerce-MyAccount-content ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){.woocommerce-MyAccount-content ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.has-sidebar .woocommerce-MyAccount-content ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){.has-sidebar .woocommerce-MyAccount-content ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.has-sidebar .woocommerce-MyAccount-content ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){.has-sidebar .woocommerce-MyAccount-content ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.woocommerce-MyAccount-content ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}@media only screen and (max-width:1200px){.woocommerce-MyAccount-content ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){.woocommerce-MyAccount-content ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.woocommerce-MyAccount-content ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}@media only screen and (max-width:1200px){.woocommerce-MyAccount-content ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){.woocommerce-MyAccount-content ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.has-sidebar .woocommerce-MyAccount-content ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){.has-sidebar .woocommerce-MyAccount-content ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.has-sidebar .woocommerce-MyAccount-content ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){.has-sidebar .woocommerce-MyAccount-content ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.woocommerce-MyAccount-content .llms-notice+form p.form-row.form-row-first,.woocommerce-MyAccount-content .llms-sd-title+form p.form-row.form-row-first{width:100%}.woocommerce-MyAccount-content .llms-notice+form label,.woocommerce-MyAccount-content .llms-sd-title+form label{font-size:15px;margin-left:10px;display:inline-block}.woocommerce-MyAccount-content .llms-notice+form input[name=llms_voucher_code],.woocommerce-MyAccount-content .llms-sd-title+form input[name=llms_voucher_code]{border-radius:100px;padding:0 20px}@media screen and (max-width:992px){.woocommerce-MyAccount-content .llms-notice+form input[name=llms_voucher_code],.woocommerce-MyAccount-content .llms-sd-title+form input[name=llms_voucher_code]{width:100%;margin-top:10px}}.woocommerce-MyAccount-content .llms-notice+form button,.woocommerce-MyAccount-content .llms-sd-title+form button{padding-top:6px;padding-bottom:6px;background-color:var(--bb-primary-color)}.woocommerce .woocommerce-MyAccount-content .llms-sd-title{padding:0 0 20px;border-bottom:1px solid var(--bb-content-border-color)}@media only screen and (min-width:800px){.llms-theme .woocommerce-MyAccount-content{width:68%}}.woocommerce-MyAccount-content .llms-sd-section.llms-sd-grades{overflow-x:auto}@media (min-width:600px){.llms-access-plans.cols-0 .llms-access-plan{width:100%}.llms-access-plans.cols-1 .llms-access-plan{width:100%}.llms-access-plans.cols-2 .llms-access-plan{width:100%}.llms-access-plans.cols-3 .llms-access-plan{width:100%}.llms-access-plans.cols-4 .llms-access-plan{width:100%}.llms-access-plans.cols-5 .llms-access-plan{width:100%}.llms-access-plans.cols-6 .llms-access-plan{width:100%}.llms-access-plans.cols-7 .llms-access-plan{width:100%}.llms-access-plans.cols-8 .llms-access-plan{width:100%}.llms-access-plans.cols-9 .llms-access-plan{width:100%}}.llms-access-plans .llms-access-plan .llms-access-plan-content,.llms-access-plans .llms-access-plan .llms-access-plan-footer{background-color:transparent}.llms-access-plans .llms-access-plan .llms-access-plan-footer{border-bottom:0}.llms-access-plan .stamp{border-radius:4px;background-color:var(--bb-danger-color);padding:4px 12px;font-weight:500;line-height:1.2;display:inline-block}.llms-access-plan-price{font-size:16px}.llms-access-plan-price>span{display:block}.llms-access-plan-price{font-variant:normal;line-height:inherit}.llms-access-plan-price .price-regular:not(.price-regular--isSale),.llms-access-plan-price .price-sale{color:var(--bb-headings-color);font-size:20px}.llms-access-plan-price .price-regular:not(.price-regular--isSale) .lifterlms-price,.llms-access-plan-price .price-sale .lifterlms-price{font-weight:700}.llms-access-plan-price .lifterlms-price{font-size:20px}.llms-access-plan-price .price-regular.price-regular--isSale{color:var(--bb-alternate-text-color)}.llms-access-plan-price .price-regular.price-regular--isSale .lifterlms-price{color:var(--bb-alternate-text-color);font-size:14px;font-weight:100}.llms-access-plan-pricing .llms-price-currency-symbol{font-size:inherit;vertical-align:inherit}.llms-access-plan-pricing.trial .llms-access-plan-price{margin-top:15px}.llms-access-plan-title{background-color:transparent;color:var(--bb-headings-color);font-weight:500;padding:0 0 20px;font-size:22px}.llms-access-plan-description{font-size:14px;line-height:1.8;padding:0}.llms-access-plan-expiration,.llms-access-plan-schedule,.llms-access-plan-trial{font-variant:normal;font-size:12px;text-transform:uppercase;margin-top:5px}.llms-access-plan-sale-end{font-variant:normal;text-transform:none;color:var(--bb-headings-color);margin-top:15px;font-size:13px}.llms-access-plan-sale-end span{color:var(--bb-alternate-text-color)}@media screen and (max-width:1200px){.llms-access-plan-sale-end span{display:block;padding-bottom:3px}}.llms-access-plan-content{margin:0}.llms-access-plan:not(.featured) .llms-access-plan-featured{display:none}.llms-access-plan.featured .llms-access-plan-content,.llms-access-plan.featured .llms-access-plan-footer{border-right:0;border-left:0}.llms-access-plan.featured .llms-access-plan-featured{background-color:var(--bb-success-color);text-align:center;padding:5px 25px;line-height:1.5;border-radius:0 0 5px 5px;margin:0 0 10px;position:absolute;top:0;font-size:12px}.llms-access-plan-restrictions{margin:10px 0 0}.llms-access-plan-restrictions ul li{font-size:13px}.llms-access-plan .llms-access-plan-restrictions ul{margin:5px 0}.llms-access-plan .llms-access-plan-restrictions ul a{color:var(--bb-primary-color)}.llms-access-plan .llms-access-plan-restrictions ul a:hover{color:var(--bb-primary-color)}.bb-single-course-sidebar .llms-access-plan-description{padding:10px 0 0}.bb-single-course-sidebar .llms-access-plan{border:0;background-color:transparent;border-radius:0;padding:0;display:block;text-align:center}.bb-single-course-sidebar .llms-access-plan .llms-access-plan-content{max-width:100%;border:0;padding:0}.bb-single-course-sidebar .llms-access-plan .llms-access-plan-content,.bb-single-course-sidebar .llms-access-plan.featured .llms-access-plan-content{border:0}.bb-single-course-sidebar .llms-access-plan .llms-access-plan-footer{max-width:100%;display:block}.bb-single-course-sidebar .llms-access-plan .llms-access-plan-featured{position:static;border-radius:3px}.bb-single-course-sidebar .llms-access-plan .llms-access-plan-title{background-color:transparent;color:var(--bb-headings-color);padding:0}.llms-access-plan{margin:20px 0;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color);padding:25px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:right;float:none;position:relative}.llms-access-plan .llms-access-plan-content{max-width:60%;-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%;padding:0 10px 0 25px}.llms-access-plan .llms-access-plan-content,.llms-access-plan.featured .llms-access-plan-content{border-left:1px solid var(--bb-content-border-color)}.llms-access-plan .llms-access-plan-footer{max-width:40%;-webkit-box-flex:0;-ms-flex:0 0 40%;flex:0 0 40%;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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:10px}.llms-access-plan .llms-access-plan-footer .llms-access-plan-pricing{padding:0}.llms-access-plan .llms-button-action{padding:8px 35px}@media screen and (max-width:992px){.llms-access-plan{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.llms-access-plan.featured{padding-top:45px}.llms-access-plan .llms-access-plan-content{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%;padding:0 10px 25px;border-bottom:1px solid var(--bb-content-border-color);margin-bottom:20px;text-align:center}.llms-access-plan .llms-access-plan-content,.llms-access-plan.featured .llms-access-plan-content{border-left:0}.llms-access-plan .llms-access-plan-footer{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%}.llms-access-plan .llms-access-plan-title{padding-bottom:10px}}.llms-meta-aplans{margin:0 0 10px}.llms-meta-aplans__btn a{font-size:14px;padding:8px 0}@media screen and (max-width:992px){.llms-meta-aplans__btn a{font-size:13px;padding:6px 14px}}.llms-meta-aplans__btn a.llms-button-secondary{padding-right:18px;padding-left:18px}.llms-meta-aplans__figure h3{margin:0;font-weight:600;line-height:1.5}@media screen and (max-width:992px){.llms-meta-aplans__figure h3{font-size:18px}}.llms-meta-aplans__figure h3>del{display:none}.llms-meta-aplans__figure h3>ins{text-decoration:none}.llms-meta-aplans--hasFree .lifterlms-price{color:var(--bb-success-color)}.llms-meta-aplans__smTag{color:var(--bb-alternate-text-color);font-size:12px;line-height:1.2;font-weight:500;letter-spacing:-.24px}.llms-meta-aplans__inDate{color:var(--bb-headings-color);font-size:14px;font-weight:500;line-height:1.5}.btn-meta-join i{margin-left:5px;position:relative;top:1px}.lifterlms .llms-checkout-wrapper .llms-checkout{background:100% 0}.lifterlms .llms-checkout-wrapper .llms-checkout-col{padding:20px 15px;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);background:var(--bb-content-background-color)}.lifterlms .llms-checkout-wrapper .llms-checkout-section-content .llms-field-button{width:auto;font-weight:400}.lifterlms .llms-checkout-wrapper .llms-checkout-section-content .llms-checkout-confirm .llms-field-button{width:100%}.lifterlms .llms-checkout-wrapper .llms-checkout-section-content .llms-form-field.type-submit{text-align:center}.lifterlms .llms-checkout-wrapper .llms-notice.llms-error{background-color:var(--bb-danger-color);border:0}.lifterlms .llms-checkout-wrapper .llms-form-heading{font-size:16px;font-weight:700;background:100% 0;color:var(--bb-headings-color);text-transform:uppercase;margin-bottom:15px;padding-top:0}.lifterlms .llms-checkout-wrapper .llms-checkout-section{border:none}.lifterlms .llms-checkout-wrapper .llms-person-login-form-wrapper{padding:0;border:0}.lifterlms .llms-checkout-wrapper .llms-checkout-wrapper form.llms-login{border:0}.lifterlms .llms-checkout-wrapper .llms-person-login-aktif{border:1px solid #eef0f3;padding:20px}.lifterlms .llms-checkout-wrapper .llms-login{border:none}.llms-checkout-wrapper .llms-form-field label{font-size:16px;font-weight:400}.llms-checkout-wrapper .llms-form-field.llms-payment-gateway-option{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1.5}.llms-checkout-wrapper .llms-form-field.llms-payment-gateway-option .llms-description{margin-right:10px}.llms-checkout-section-content .llms-order-summary{text-align:left;line-height:1.4}.llms-checkout-section-content .llms-order-summary li{font-size:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:3px 0 5px}.llms-checkout-section-content .llms-order-summary li .llms-label{margin-left:auto;font-weight:400;font-size:13px;text-transform:uppercase;color:var(--bb-alternate-text-color);line-height:1.7;padding-left:10px;text-align:right;min-width:110px}.llms-payment-gateways .llms-notice{padding:20px}.llms-payment-gateways .llms-notice .llms-form-field{padding:0;margin:0 0 10px}.llms-payment-gateways .llms-notice .llms-form-field.type-select{margin-top:10px}.llms-checkout-section-content .llms-label{color:var(--bb-headings-color);font-weight:700;font-variant:normal;text-transform:none}ul.llms-payment-gateways .llms-gateway-description{margin-right:37px;line-height:1;margin-bottom:17px}.llms-gateway-description p{font-weight:400;font-size:13px;color:var(--bb-alternate-text-color);font-style:normal}.llms-order-summary li{font-weight:400;font-size:16px}ul.llms-payment-gateways li:last-child:after{border-bottom:1px solid var(--bb-content-border-color)}.llms-checkout-section-content .llms-coupon-wrapper{border-top:1px solid var(--bb-content-border-color);font-size:14px;font-weight:400;margin-top:20px;padding-bottom:10px}.llms-checkout-section-content .llms-coupon-wrapper:before{font-family:bb-icons;font-size:1em;position:relative;width:22px;height:22px;content:"\ef17";margin-left:5px}.llms-checkout-section-content .llms-coupon-wrapper .llms-field-button{font-size:15px}.llms-checkout-section-content .has-coupon+.llms-coupon-wrapper:before{display:none}.entry-content .llms-author img{vertical-align:middle}.llms-widget-syllabus .section-header{font-size:16px;font-weight:600;letter-spacing:.6px;margin:10px 0;text-transform:uppercase;text-align:right;padding:10px 0}.llms-widget-syllabus .llms-collapse-caret{color:#939597}.llms-widget-syllabus .llms-collapse-caret i.fa{font-family:bb-icons!important;font-size:1em;position:relative;width:22px;height:22px;top:-2px}.llms-widget-syllabus .llms-collapse-caret .fa-caret-down:before{content:"\ee09";font-size:9px;font-weight:300}.llms-widget-syllabus .llms-collapse-caret .fa-caret-right:before{content:"\ee09";font-size:9px;font-weight:300}.llms-widget-syllabus .llms-section--closed i.fa.fa-caret-right{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);top:-8px;right:-4px}.llms-widget-syllabus ul li ul.llms-lesson{margin:0 0 10px}.llms-widget-syllabus ul li ul.llms-lesson li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(146,164,183,.05);border-radius:4px;padding:19px 25px}.llms-widget-syllabus .llms-lesson-complete{margin-left:15px;-ms-flex-preferred-size:22px;flex-basis:22px;-ms-flex-negative:0;flex-shrink:0;height:22px;width:22px;border:2px solid;border-radius:100%;color:var(--bb-content-border-color)}.llms-widget-syllabus .llms-lesson-complete.done{color:var(--bb-primary-color)}.llms-widget-syllabus .llms-lesson-complete i.fa{font-family:bb-icons!important;font-size:1em;position:relative;width:22px;height:22px;margin-right:-2px;margin-top:-2px}.llms-widget-syllabus .llms-lesson-complete .fa-check-circle:before{content:"\e876";font-size:12px;position:absolute;top:50%;right:50%;-webkit-transform:translateY(-50%) translateX(50%);-ms-transform:translateY(-50%) translateX(50%);transform:translateY(-50%) translateX(50%);color:#fff;font-weight:400;line-height:10px}.llms-widget-syllabus .lesson-title a,.llms-widget-syllabus .lesson-title.done a{color:var(--bb-headings-color)}.llms-widget-syllabus .lesson-title a:hover,.llms-widget-syllabus .lesson-title.done a:hover{color:var(--bb-primary-color)}.llms-widget-syllabus--collapsible .llms-syllabus-footer{font-size:14px;padding:10px 0}.llms-widget-syllabus--collapsible .llms-syllabus-footer a{color:var(--bb-headings-color)}.llms-widget-syllabus--collapsible .llms-syllabus-footer a:hover{color:var(--bb-primary-color)}.llms-course-progress .llms-course-continue-button{display:inline-block}#old_reviews:not(.old_reviews--revoke) .llms_review{display:block}#old_reviews:not(.old_reviews--revoke) .llms_review h5{color:var(--bb-headings-color)!important}#old_reviews:not(.old_reviews--revoke) .llms_review h6{font-family:inherit;color:var(--bb-alternate-text-color)!important}.ld-secondary-header.llms-shortcode .grid-filters{border-color:#e7e7e8;background:#fff;border:1px solid #e7e9ec;border-radius:3px;display:-webkit-box;display:flexbox;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:start;align-self:flex-start;font-size:21px;height:36px}.ld-secondary-header.llms-shortcode a.layout-view.layout-view-course.layout-grid-view.bp-tooltip{color:var(--bb-headings-color);display:-webkit-box;display:flexbox;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:5px;padding-left:5px;opacity:.4;-webkit-transition:.3s all;transition:.3s all}.ld-secondary-header.llms-shortcode a.layout-view.layout-view-course.layout-list-view.bp-tooltip{color:var(--bb-headings-color);display:-webkit-box;display:flexbox;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:5px;padding-left:5px;opacity:.4;-webkit-transition:.3s all;transition:.3s all}.ld-secondary-header.llms-shortcode a.layout-view.layout-view-course.layout-list-view.bp-tooltip.active{opacity:1}.ld-secondary-header.llms-shortcode a.layout-view.layout-view-course.layout-grid-view.bp-tooltip.active{opacity:1}.llms-pointer.llms-inner.bb-dark-theme .buddypanel{background-color:#121212}.llms-pointer.llms-inner.bb-dark-theme .buddypanel .panel-head{background-color:#121212}.llms-pointer.llms-inner.bb-dark-theme .buddypanel .panel-head .bb-toggle-panel{color:#fff}.llms-pointer.llms-inner.bb-dark-theme .buddypanel .panel-head .bb-toggle-panel:hover{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme .bb-mobile-panel-inner .side-panel-menu .sub-menu{background:#121212}.llms-pointer.llms-inner.bb-dark-theme .bb-mobile-panel-inner .side-panel-menu a>i{color:#fff}.llms-pointer.llms-inner.bb-dark-theme .buddypanel-menu>li>.bb-menu-item>i:not(.bb-icon-angle-down){color:#fff}.llms-pointer.llms-inner.bb-dark-theme .site-header{background:#232323;box-shadow:0 3px 12px rgba(0,0,0,.05)}.llms-pointer.llms-inner.bb-dark-theme .site-header .bb-toggle-panel{color:#fff}.llms-pointer.llms-inner.bb-dark-theme .site-header .bb-toggle-panel:hover{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme .site-header .primary-menu>li>a{color:#888}.llms-pointer.llms-inner.bb-dark-theme .site-header .primary-menu>li>a:hover{color:#fff}.llms-pointer.llms-inner.bb-dark-theme .site-header .user-wrap a.user-link{color:#fff}.llms-pointer.llms-inner.bb-dark-theme .site-header .user-wrap a.user-link:hover{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme .site-header .user-wrap a.user-link:hover i{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme .site-header .user-wrap a.user-link i{color:#fff}.llms-pointer.llms-inner.bb-dark-theme .site-header #header-aside i{color:#fff}.llms-pointer.llms-inner.bb-dark-theme .site-header [data-balloon]:after{background:rgba(255,255,255,.95);box-shadow:none;color:#000}.llms-pointer.llms-inner.bb-dark-theme .site-header [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%22rgba(255,255,255,0.95)%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}.llms-pointer.llms-inner.bb-dark-theme .site-header .header-search-primary{background:#232323}.llms-pointer.llms-inner.bb-dark-theme .header-search-wrap,.llms-pointer.llms-inner.bb-dark-theme .header-search-wrap input.search-field{background:#000;color:#fff}.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li:hover{color:#fff}.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li:hover.menu-item-has-children:after{color:#fff}.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li:hover>a span,.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li:hover>a>i{color:#fff}.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li.menu-item-has-children:after{color:#939597}.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li.menu-item>.ab-submenu:before{border-color:#232323 transparent transparent #232323}.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu{background-color:#000}.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu{background-color:#000}.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item:hover>a{background:rgba(255,255,255,.15);color:#aaa}.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item:hover>a>i{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item.menu-item-has-children:after{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item.menu-item-has-children:hover:after{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item>a{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item>a>i{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item.menu-item.menu-item-has-children>a:after{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li>a{color:#939597}.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li>a>i{color:#fff}.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li>a:hover{color:#fff}.llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .more-button>i{color:#fff}.llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .more-button .active:after{border-color:#232323 transparent transparent #232323}.llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu{background-color:#000}.llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu a{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu li:hover>a{color:#aaa;background:rgba(255,255,255,.15)}.llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu{background-color:#000}.llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu,.llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu:before{background-color:#000}.llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu li:hover>a{color:#aaa;background:rgba(255,255,255,.15)}.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu,.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu{background-color:#000}.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu .user-mention,.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu a,.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu .user-mention,.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu a:before,.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu a>i,.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a:before,.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a>i{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu li:hover a:before,.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu li:hover>a,.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu li:hover>a>i,.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover a:before,.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover>a,.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover>a>i{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu li.no-icon>a:before,.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li.no-icon>a:before{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu:before,.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu:before{border-color:#232323 transparent transparent #232323}.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper{background-color:transparent}.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper:before{background-color:#000}.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper .ab-submenu{background-color:#000;box-shadow:none}.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu .user-link{border-color:#333 transparent transparent #333}.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu{background-color:#000}.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a:hover,.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover>a{background:rgba(255,255,255,.15)}.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li .wrapper .bb-sub-menu{background-color:#000}.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li .wrapper .bb-sub-menu a:hover{background:rgba(255,255,255,.15)}.llms-pointer.llms-inner.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link>i{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link:hover .user-name,.llms-pointer.llms-inner.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link:hover>i{color:#fff}.llms-pointer.llms-inner.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-name{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme.bb-template-v2 .primary-menu>li:hover>a:before{background:rgba(255,255,255,.1)}.llms-pointer.llms-inner.bb-dark-theme .widget .dropzone .dz-default{background-color:#333}.llms-pointer.llms-inner.bb-dark-theme .widget .dropzone .dz-default .dz-button:hover>strong,.llms-pointer.llms-inner.bb-dark-theme .widget .dropzone .dz-default .dz-button>strong{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme .widget #whats-new-toolbar .emojionearea .emojionearea-button:before,.llms-pointer.llms-inner.bb-dark-theme .widget #whats-new-toolbar a [class*=" bb-icon-"]{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme .widget #whats-new-toolbar .post-emoji .emojionearea.medium-editor-placeholder{padding:0}.llms-pointer.llms-inner.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active{background-color:#333;bottom:0}.llms-pointer.llms-inner.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b,.llms-pointer.llms-inner.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b:hover{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b:before,.llms-pointer.llms-inner.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b:hover:before{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme .select2-container .select2-dropdown{background:#000;border:1px solid #aaa}.llms-pointer.llms-inner.bb-dark-theme .select2-container--default .select2-results__option--highlighted[aria-selected]{background:#333}.llms-pointer.llms-inner.bb-dark-theme .entry-content .widget .bbp_topic_tags_wrapper li.select2-search{margin-bottom:0}.llms-pointer.llms-inner.bb-dark-theme .entry-content .widget .bbp-topic-form .bbp-the-content-wrapper,.llms-pointer.llms-inner.bb-dark-theme .entry-content .widget .bbp-topic-form .bbp_topic_tags_wrapper{background-color:#333;color:#aaa}.llms-pointer.llms-inner.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link .user-name{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link:hover .user-name{color:#fff}.llms-pointer.llms-inner.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link:hover:before{background:rgba(255,255,255,.1)}.llms-pointer.llms-inner.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children.selected .user-link:before{background:rgba(255,255,255,.1)}.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper{background-color:#1c1c1c}.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper a.course-entry-link{background-color:rgba(146,164,183,.2)}.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper a.course-entry-link:hover{background-color:rgba(146,164,183,.3)}.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .ld-course-navigation h2{color:#fff}.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifter-topic-sidebar-progress{border-color:#333}.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifterlms-lessions-list .llms-syllabus-wrapper .llms-section-title{color:#fff}.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link:hover .llms-main h5{color:#fff}.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifterlms-lessions-list .llms-syllabus-wrapper .lifterlms_lesson_holder.current_title{background:#333}.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifter-sidebar-widgets ul li.widget{border-color:#333}.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifter-sidebar-widgets ul li.widget .widgettitle,.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifter-sidebar-widgets ul li.widget a:hover,.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifter-sidebar-widgets ul li.widget.widget_calendar a{color:#fff}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content{background:#121212;border-bottom-color:#121212}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .bb-ld-info-bar .ld-breadcrumbs{border-color:#333}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span a{color:#939597}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .bb-position .lifterlms-lesson-position span.bb-pages{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a{background-color:rgba(146,164,183,.2)}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a:hover{background-color:rgba(146,164,183,.3)}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a [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%22rgba(255,255,255,0.95)%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}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a [data-balloon]:after{background:rgba(255,255,255,.95);box-shadow:none;color:#000}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-header-title h1{color:#fff}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor h5 a{color:#939597}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor h5 a:hover{color:#fff}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .gfield_description,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .gform_description,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap label,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap p{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .gfield_description a,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .gform_description a,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap label a,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap p a{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .gsection_title,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-lesson-button-wrapper,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap h3{color:#fff}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-lesson-preview .llms-lesson-link{background:#333}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-lesson-preview .llms-lesson-link h5,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-lesson-preview .llms-lesson-link h6{color:#fff}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-assignment-content .llms-assignment-upload-field h2,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-assignment-content .llms-task-marker,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-assignment-content .llms-task-title{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-assignment-content.type--upload .llms-assignment-upload-field{border-color:#333;background:rgba(146,164,183,.2)}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .frm_forms .frm_form_fields fieldset .frm_description,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .frm_forms .frm_form_fields fieldset .frm_top_container .frm_primary_label,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .frm_forms .frm_form_fields fieldset .frm_top_container label.frm_primary_label,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .list-checkbox-wrap .nf-field-element ul li label,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .listradio-wrap .nf-field-element label,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .nf-form-wrap .nf-field-label label,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .nf-form-wrap .nf-form-fields-required,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .with_frm_style .vertical_radio .frm_checkbox label,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .with_frm_style .vertical_radio .frm_radio label,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap div.wpforms-container-full .wpforms-form .wpforms-field-label,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap div.wpforms-container-full .wpforms-form .wpforms-field-label-inline{color:#888}.llms-pointer.llms-inner.bb-dark-theme .llms-donut .inside{background:#000}.llms-pointer.llms-inner.bb-dark-theme .llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down{color:#fff}.llms-pointer.llms-inner.bb-dark-theme .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link .llms-main .llms-lesson-title,.llms-pointer.llms-inner.bb-dark-theme .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link .llms-main h5{color:#fff}.llms-pointer.llms-inner.bb-dark-theme .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down,.llms-pointer.llms-inner.bb-dark-theme .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link:before{color:#fff}.llms-pointer.llms-inner.bb-dark-theme .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview{border-color:#333}.llms-pointer.llms-inner.bb-dark-theme .llms-favorite-wrapper{color:var(--bb-alternate-text-color)}.llms-pointer.llms-inner.bb-dark-theme .llms-course-navigation .llms-lesson-preview{border-color:#333}.llms-pointer.llms-inner.bb-dark-theme .llms-course-navigation .llms-lesson-preview .llms-lesson-title{color:#fff}.bb-dark-theme .llms-course-sidebar-heading{color:#fff}.bb-dark-theme [data-type=short_answer].llms-question-wrapper input{background-color:#121212;color:#fff}.bb-dark-theme .llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader h2{color:#fff}.bb-dark-theme .llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader .fa.fa-upload{color:#fff}.bb-dark-theme .llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio .llms-aq-scale-button{background-color:transparent;color:#fff}.bb-dark-theme.single-llms_quiz #lifterlms-page-content .lifterlms_content_wrap h3.llms-question-title{color:#fff}.bb-dark-theme.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:before{color:#fff}.bb-sfwd-aside.bb-dark-theme .comment-respond{background-color:#121212;border-color:#333}.bb-sfwd-aside.bb-dark-theme .comment-respond .comment-author{color:#fff}.bb-sfwd-aside.bb-dark-theme .comment-respond textarea{border-color:#333}.bb-sfwd-aside.bb-dark-theme .comment-respond input[type=submit].outline:disabled{background-color:#333}.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-table-list .ld-table-list-item .ld-table-list-title a{color:inherit}.bb-sfwd-aside.bb-dark-theme .comment-list .comment-body{background-color:#121212;border-color:#333;color:#aaa}.bb-sfwd-aside.bb-dark-theme .comment-list .comment-body .comment-author a.url{color:#fff}.bb-sfwd-aside.bb-dark-theme .comment-list .comment-body a.comment-date{color:#aaa}.bb-sfwd-aside.bb-dark-theme .comment-list .comment-body a.comment-date:hover{color:#fff}.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_catOverview span,.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input[type=file]+label{background-color:#121212}.bb-sfwd-aside.bb-dark-theme input[type=text],.bb-sfwd-aside.bb-dark-theme select,.bb-sfwd-aside.bb-dark-theme textarea{background-color:#333;border-color:#aaa;color:#aaa}.bb-sfwd-aside.bb-dark-theme .lifterlms_content_wrap .comments-title{color:#fff}.bb-sfwd-aside.bb-dark-theme .buddypanel .site-branding{background-color:#121212}.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=date],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=datetime-local],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=datetime],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=email],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=month],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=number],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=password],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=range],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=search],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=tel],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=text],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=time],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=url],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=week],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form select,.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form textarea{background-color:#333;border-color:#aaa;color:#aaa}.bb-sfwd-aside.bb-dark-theme .widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_detailed_progress_wrap .single_section_wrap{border-color:#333}.bb-sfwd-aside.bb-dark-theme .widget.buddypress div.item-options{border-bottom-color:#333}.bb-sfwd-aside.bb-dark-theme .lifter-sidebar-widgets .widget_course_syllabus .section-title{color:#fff}.bb-sfwd-aside.bb-dark-theme .woocommerce-Price-amount{color:#fff}.bb-sfwd-aside.bb-dark-theme .widget_search .search-field-top{background-color:transparent;color:#fff;border-color:#aaa}.bb-sfwd-aside.bb-dark-theme .llms-widget-syllabus .llms-lesson-complete .fa-check-circle:before{color:#1c1c1c}.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .bb-toggle-panel:hover{background:rgba(255,255,255,.15)}.bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a,.bb-sfwd-aside.bb-dark-theme .side-panel-menu a,.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu li:not(.current-menu-item) a{color:var(--bb-alternate-text-color);background-color:transparent}.bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a:hover,.bb-sfwd-aside.bb-dark-theme .side-panel-menu a:hover,.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu li:not(.current-menu-item) a:hover{color:#fff;background-color:transparent}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover>a{color:#aaa;background:rgba(255,255,255,.15)}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover>a:hover{color:#aaa;background:rgba(255,255,255,.15)}.bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu .current-menu-item>a,.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu .current-menu-item>a{color:#fff;background:#121212}.bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu .current-menu-item>a:hover,.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu .current-menu-item>a:hover{background-color:transparent}.bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu li:not(.current-menu-item) a i:not(.bb-icon-angle-down){opacity:1;color:#fff}.bb-sfwd-aside.bb-dark-theme .side-panel-menu a{color:var(--bb-alternate-text-color)}.bb-sfwd-aside.bb-dark-theme .side-panel-menu a:hover{color:#fff}.bb-sfwd-aside.bb-dark-theme .lifter-sidebar-widgets li.widget a,.bb-sfwd-aside.bb-dark-theme .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link .llms-main h5,.bb-sfwd-aside.bb-dark-theme .llms-course-members-list .course-members-list a,.bb-sfwd-aside.bb-dark-theme .widget .item-list .item-title a,.bb-sfwd-aside.bb-dark-theme.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview .llms-lesson-link h5{color:#fff}.bb-sfwd-aside.bb-dark-theme .bb-progress .bb-progress-circle{border-color:var(--bb-primary-color)}.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-inner{background:#121212}.bb-sfwd-aside.bb-dark-theme .site-header .bb-icon-close{color:#fff;background-color:rgba(146,164,183,.2)}.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-wrapper .bb-mobile-panel-header{background-color:#121212}.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-header .user-name{color:#fff}.bb-sfwd-aside.bb-dark-theme .site-header .bb-left-panel-mobile>i,.bb-sfwd-aside.bb-dark-theme .site-header .header-aside i{color:var(--bb-alternate-text-color)}.llms-sl-directory{padding:0 10px}.llms-sl-directory .llms-sl-card{background:100% 0;border:0}.llms-sl-directory .llms-sl-card>a{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;display:block;padding:25px 20px;overflow:visible;height:100%;position:relative;-webkit-transition:box-shadow linear .2s;transition:box-shadow linear .2s;text-align:center}.llms-sl-directory .llms-sl-card>a:hover{box-shadow:0 3px 24px 0 rgba(18,43,70,.08)}.llms-sl-directory .llms-sl-card .llms-student-avatar img{border-radius:50%;max-width:126px;margin:0 auto 18px;object-fit:cover;width:126px;height:126px}.llms-sl-directory .llms-sl-card-footer{background:100% 0;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:column;flex-flow:column;padding:0}.llms-sl-directory .llms-sl-card-footer .llms-sl-card-title{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;letter-spacing:-.24px;line-height:1.3;font-size:13px;color:var(--bb-alternate-text-color);margin-top:5px;font-family:inherit;font-weight:inherit}.llms-sl-directory .llms-sl-card-footer .llms-sl-card-subtitle,.llms-sl-directory .llms-sl-card-header .llms-sl-card-subtitle{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;color:var(--bb-headings-color);display:inline-block;font-size:20px;font-weight:500;letter-spacing:-.24px;line-height:1.2;text-transform:capitalize}.llms-sl-uploader{border-radius:4px}#llms-sl-upload-modal .llms-sl-uploader{border-color:var(--bb-content-border-color)}.llms-sl-uploader>p{color:var(--bb-body-text-color)}.llms-sl-uploader .fa-upload:before{content:"\ee24";font-family:bb-icons;font-style:normal;font-weight:400;display:inline-block;width:38px;height:38px;color:var(--bb-primary-color)}.entry-content .llms-sl-directory .llms-sl-card--student .llms-student-avatar img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.entry-content .llms-sl-directory .llms-sl-card--student{width:-webkit-calc(33.3333% - 20px);width:calc(33.3333% - 20px)}@media screen and (max-width:1100px){.entry-content .llms-sl-directory .llms-sl-card--student{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media screen and (max-width:540px){.entry-content .llms-sl-directory .llms-sl-card--student{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}body:not(.has-sidebar) .entry-content .llms-sl-directory .llms-sl-card--student{width:-webkit-calc(25% - 20px);width:calc(25% - 20px)}@media screen and (max-width:1100px){body:not(.has-sidebar) .entry-content .llms-sl-directory .llms-sl-card--student{width:-webkit-calc(33.3333% - 20px);width:calc(33.3333% - 20px)}}@media screen and (max-width:768px){body:not(.has-sidebar) .entry-content .llms-sl-directory .llms-sl-card--student{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media screen and (max-width:540px){body:not(.has-sidebar) .entry-content .llms-sl-directory .llms-sl-card--student{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}body .llms-sl-card .llms-pagination ul.page-numbers li .page-numbers,body .llms-sl-card .llms-pagination ul.page-numbers li .page-numbers.current,body .llms-sl-card .llms-pagination ul.page-numbers li:first-child .page-numbers{border:0}body .llms-sl-card .llms-pagination{background:100% 0;padding:0}body .llms-sl-card .llms-pagination ul.page-numbers li .page-numbers{padding:4px 16px}body .llms-sl-profile-header .llms-sl-cover:after{background:#607387;z-index:0}body .llms-sl-profile-header .llms-student-avatar .avatar{border-radius:0;object-fit:cover;width:160px;height:160px}body .llms-sl-profile-header .llms-sl-avatar{border-radius:4px;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px var(--bb-content-border-color);border:5px solid #fff}body .llms-sl-profile-header .llms-sl-handle{margin-right:195px}body .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item a.llms-sl-menu-link{color:#939597;margin:0 12px;padding-right:0;padding-left:0}body ul.llms-sl-menu li.llms-sl-menu-item.current{font-weight:500}body .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item.current a.llms-sl-menu-link{color:var(--bb-headings-color)}body .llms-sl-card-header .llms-sl-card-action{left:-2px;top:-10px}body .llms-sl-card-footer{background:100% 0;border-top:0;padding:0}body .llms-sl-card--new-share .llms-sl-new-share-content{font-size:14px;padding:0;width:100%;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}body .llms-sl-card--new-share .llms-sl-new-share-content a{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.llms-sl-profile .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item.item--dashboard{float:right}.llms-sl-profile-header .llms-achievement-image--icon{background-color:transparent;padding:0}.custom-sl-card-header.llms-sl-card-header{background-color:var(--bb-content-alternate-background-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid var(--bb-content-border-color);border-radius:4px 4px 0 0;margin:-20px -15px 0;padding:15px}.custom-sl-card-header .llms-student-avatar .avatar{max-width:36px;object-fit:cover;width:36px;height:36px}.custom-sl-card-header .llms-sl-custom-title{font-size:14px;font-weight:500;letter-spacing:-.24px;margin:0 2px 0 0}.llms-sl-timeline .llms-sl-card-header .llms-student-avatar img{object-fit:cover;width:36px;height:36px}.llms-sl-timeline .llms-sl-story-reply .llms-student-avatar img{object-fit:cover;width:28px;height:28px}body .llms-sl-card-footer.custom-sl-card-footer{border-top:1px solid #eef0f3;padding:15px 15px 0;margin:2px -15px -5px}body .llms-sl-card [contenteditable]:focus{box-shadow:none}body .llms-sl-card--story .llms-sl-story-reply .llms-sl-story-reply-comment:focus{box-shadow:0 0 0 1px #f1f1f1}body .llms-sl-card--story .llms-sl-card-text li,body .llms-sl-card--story .llms-sl-card-text p{font-size:inherit}.llms-sl-card-main .llms-sl-card-text{line-height:1.5}.llms-sl-timeline .llms-sl-card-main .llms-sl-card-text{font-size:14px;margin:0 -15px 20px;border-bottom:1px solid #eef0f3;padding:0 15px 15px}button.llms-sl-button{font-size:14px;font-weight:500}@media (min-width:700px){body .llms-sl .llms-sl-content .llms-sl-sidebar{min-width:260px}}.lifterlms .llms-sd-items .sl_profile a:before{content:"\ef58";font-family:bb-icons}.llms-sl-profile-header .llms-achievement__body{display:none}.llms-sl-profile-header .achievement-item .bb-cover-wrap--llms{padding-top:100%;background:100% 0}.llms-sl-profile-header a.llms-achievement{background:100% 0}.llms-sl-profile .llms-sl-profile-nav{background-color:#fff;border-radius:0 0 4px 4px;border:1px solid var(--bb-content-border-color);border-top:0}.llms-sl-profile .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item a.llms-sl-menu-link{border-left:0}.llms-sl-profile .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item.item--dashboard a.llms-sl-menu-link,.llms-sl-profile .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item:first-child a.llms-sl-menu-link{border-right:0}.llms-sl-profile .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item.current a.llms-sl-menu-link{border-bottom:1px solid var(--bb-primary-color)}.llms-sl-profile .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item a.llms-sl-menu-link:hover{background-color:transparent}.llms-sl:not(.llms-sl-directory) .llms-sl-card{border:1px solid var(--bb-content-border-color);border-radius:4px;background-color:#fff;padding:1.25rem .9375rem}.llms-sl-card .llms-sl-card-header{background-color:transparent;border:0;padding:0}.llms-sl-card .llms-sl-card-header.custom-sl-card-header{padding:1.25rem .9375rem}.llms-sl-card .llms-sl-card-header .llms-sl-card-title{font-size:14px;font-weight:500;line-height:1}.llms-sl-card .llms-sl-card-header .llms-sl-card-title i{display:none}.llms-sl-card .llms-sl-card-main{padding:0;margin:10px 0 0}.llms-sl-card .llms-sl-card-main hr{background-color:transparent;border-bottom:1px solid var(--bb-content-border-color);border-top:0}.llms-sl-card .llms-sl-card-main .llms-sl-card-text{font-size:14px;margin:0}.llms-sl-card .llms-sl-card-main .llms-sl-card-text h2{font-size:18px;margin:0}.llms-sl-card .llms-sl-card-main .llms-sl-card-list{font-size:14px}@media screen and (max-width:998px){.llms-sl .llms-sl-profile-nav ul.llms-sl-menu{margin-right:0;margin-top:0;width:100%}.llms-sl .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item.item--dashboard{float:right}.llms-sl .llms-sl-profile-header .llms-sl-handle{margin-right:120px}.llms-sl .llms-sl-profile-header .llms-sl-avatar img{max-width:90px}.llms-sl .llms-sl-profile-header .llms-sl-cover .llms-cover-img{right:0;position:absolute;top:0;z-index:1;bottom:0;left:0;-webkit-transform:none;-ms-transform:none;transform:none}.llms-sl .llms-sl-profile-header .llms-sl-cover .llms-cover-img img{height:100%;width:100%;object-fit:cover}.llms-sl .llms-sl-profile-header .llms-sl-handle{font-size:22px}}@media (min-width:700px){.llms-sl.llms-sl-profile .llms-sl-content{-ms-flex-flow:nowrap;flex-flow:nowrap}}@media (max-width:992px){.llms-sl.llms-sl-profile .llms-sl-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.llms-sl.llms-sl-profile .llms-sl-content.sidebar--left .llms-sl-main{width:100%;margin-right:0}}select#llms-sl-instructor-filter-post{width:100%;margin-top:5px}.llms-sl-sidebar .llms-sl-card-main{font-size:14px;margin:20px 0 0}.llms-sl-sidebar .llms-sl-card-main li>strong{font-weight:500;text-transform:uppercase}.llms-sl-sidebar .llms-sl-card-main label{font-size:14px}.llms-sl-sidebar .llms-sl-card .llms-sl-card-header .llms-sl-card-title{text-transform:uppercase;font-family:inherit;font-size:13px;letter-spacing:.25px;line-height:1rem}.llms-sl-profile-header ul.llms-achievements-loop li.llms-achievement-loop-item{border:0;margin:3px}.llms-sl-profile-header ul.llms-achievements-loop li.llms-achievement-loop-item:hover{box-shadow:none}.llms-sl-profile-header ul.llms-achievements-loop li.llms-achievement-loop-item .llms-achievement-img{object-fit:cover;width:64px;height:64px;border-radius:100px}.llms-group-profile-header{background:#607387}.llms-group-profile-header .llms-group-banner .llms-banner-img{width:100%!important}#llms-group-upload-modal .llms-group-uploader{border-color:var(--bb-content-border-color);border-radius:4px}#llms-group-upload-modal .llms-group-uploader .fa-upload:before{content:"\ee24";font-family:bb-icons;font-style:normal;font-weight:400;display:inline-block;width:38px;height:38px;color:var(--bb-primary-color)}.llms-group-modal .llms-group-modal--container{border-radius:3px;padding:20px}.llms-group-profile-header .llms-group-banner .edit-banner,.llms-group-profile-header .llms-group-logo .edit-logo{font-size:14px;padding:6px 12px}.llms-group-profile-header .llms-group-banner .edit-banner:hover,.llms-group-profile-header .llms-group-logo .edit-logo:hover{background-color:rgba(255,255,255,.5);border-radius:15px}.llms-group-button{border-radius:100px}.llms-group-profile-header .llms-group-logo{border-radius:4px;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px var(--bb-content-border-color);border:5px solid #fff}.llms-group-profile .llms-group-profile-nav{background-color:#fff;border-radius:0 0 4px 4px;border:1px solid var(--bb-content-border-color);border-top:0}.llms-group-profile .llms-group-profile-nav ul.llms-group-menu li.llms-group-menu-item a.llms-group-menu-link{border-left:0;color:#939597;margin:0 12px;padding-right:0;padding-left:0}.llms-group-profile .llms-group-profile-nav ul.llms-group-menu li.llms-group-menu-item a.llms-group-menu-link:hover{background:100% 0}.llms-group-profile .llms-group-profile-nav ul.llms-group-menu li.llms-group-menu-item.current a.llms-group-menu-link{border-bottom:1px solid var(--bb-primary-color);font-weight:500;margin-bottom:-1px;color:var(--bb-headings-color)}.llms-group-profile .llms-group-profile-nav ul.llms-group-menu li.llms-group-menu-item:first-child a.llms-group-menu-link{border-right:0}.llms-group-card{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px}.llms-group-card.card--group-profile-reports{padding:20px}.llms-group-card-footer{background-color:#fff;font-size:14px;border-top:1px solid var(--bb-content-border-color);border-radius:0 0 4px 4px;padding:15px 20px}.llms-group-sidebar .llms-group-card-footer{padding:10px 20px}.llms-group-card-header{background-color:#fff;border-bottom:1px solid var(--bb-content-border-color);border-radius:4px 4px 0 0;padding:13px 10px}.llms-group-sidebar .llms-group-card-header .llms-group-card-title{text-transform:uppercase;font-family:inherit;font-size:13px;letter-spacing:.25px;line-height:1rem;font-weight:600}.llms-group-card-header .llms-group-card-action{top:6px;left:10px}.llms-group-main .llms-group-card-header .llms-group-card-title i{display:none}.llms-group-main .llms-group-card-header{padding:13px 20px}.llms-group-main .llms-group-card-header .llms-group-card-title{font-weight:500}.llms-group-main .llms-group-card-header .llms-group-card-action{top:13px;left:20px}.llms-group-main .llms-group-card-main{padding:40px 20px}.llms-group-card-footer .llms-group-button.ghost .fa,.llms-group-card-header .llms-group-button.ghost .fa{color:#939597}.llms-group-button.ghost{font-size:13px;font-weight:400}.llms-group-button.ghost:focus,.llms-group-button.ghost:hover{background:100% 0;color:inherit;box-shadow:none}.llms-group-button.ghost:focus .fa,.llms-group-button.ghost:hover .fa{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.llms-group-button.ghost.on-light-bg:focus,.llms-group-button.ghost.on-light-bg:hover{background:100% 0;color:inherit;box-shadow:none}.llms-group-button.ghost.on-light-bg:focus .fa,.llms-group-button.ghost.on-light-bg:hover .fa{-webkit-transform:scale(1.4);-ms-transform:scale(1.4);transform:scale(1.4)}.llms-group .fa-archive:before,.llms-group .fa-pencil:before,.llms-group .fa-plus:before,.llms-group .fa-times:before,.llms-group .fa-users:before{font-family:bb-icons;font-style:normal;font-weight:400;display:inline-block;margin-right:5px;font-size:12px}.llms-group .fa-pencil:before{content:"\ee5a"}.llms-group .fa-times:before{content:"\e828"}.llms-group .fa-plus:before{font-family:bb-icons;content:"\eef9";font-size:13px;font-weight:100}.llms-group .fa-users:before{content:"\ef5a"}.llms-group .fa-archive:before{content:"\e86e"}.llms-group .llms-group-sidebar .card--group-profile-members .fa-pencil:before{content:"\eef9";font-family:bb-icons;font-size:13px;color:var(--bb-primary-color);font-weight:100}.llms-group .llms-group-sidebar .fa-plus:before{color:var(--bb-primary-color)}.llms-group-sidebar .llms-group-card-title i.fa:before{font-size:19px;position:relative;top:2px;margin-left:3px}.llms-group .llms-group-main .llms-group-card-header .fa:before{font-size:15px}.llms-group-modal .fa-envelope-o:before,.llms-group-modal .fa-times:before{font-family:bb-icons;font-style:normal;font-weight:400;display:inline-block;margin-right:5px;font-size:16px}.llms-group-modal .fa-times:before{content:"\e828"}.llms-group-modal .fa-envelope-o:before{content:"\eee7";margin:0 0 0 2px}.llms-group-modal #llms-group-invite-modal-title,.llms-group-modal #llms-group-seats-modal-title{text-align:center;margin-top:1.5rem}.llms-group-modal .llms-button-primary.large .fa{right:0}.llms-group-invite-modal .llms-group-modal--container .llms-group-modal--footer .llms-group-open-invite-link{text-decoration:none;font-size:15px;top:19px}label[for=llms_group_invitation_link]{color:var(--bb-alternate-text-color);font-size:15px;margin-bottom:5px;display:inline-block}.llms-group-modal .llms-group-modal--header .llms-group-button,.llms-group-modal .llms-group-modal--header .llms-group-button:active,.llms-group-modal .llms-group-modal--header .llms-group-button:focus{color:#939597;box-shadow:none}.llms-group-card-footer .fa-floppy-o:before{font-family:bb-icons;font-style:normal;font-weight:400;display:inline-block;margin-left:3px;font-size:14px;content:"\ef0e"}.llms-group-card-footer .llms-group-button{font-weight:400;font-size:15px}.llms-group-sidebar .card--group-profile-members .llms-group-card-main:after,.llms-group-sidebar .card--group-profile-members .llms-group-card-main:before{display:none}.llms-group-sidebar .llms-group-member{width:25%}.llms-group-sidebar .llms-student-avatar{border-radius:3px;width:100%;padding:5px;background:100% 0;border:0}.llms-group-sidebar .avatar{border-radius:3px}.llms-student-avatar img{max-width:80px}.llms-group-member--desc .llms-group-member--name{margin-bottom:5px}.llms-group-member--desc .llms-group-member--role,.llms-group-member--desc .llms-group-member--since{margin-bottom:0}.llms-group-member .llms-group-member--desc h6{opacity:1;color:var(--bb-alternate-text-color)}.card--group-profile-seats .llms-group-card-header{border-bottom:0;border-radius:4px}.llms-group-profile-sidebar .llms-group-card.card--group-profile-members .llms-group-card-main{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-flow:wrap;flex-flow:wrap}.llms-group-card-footer.content-right{text-align:center}.llms-group-card form{margin-bottom:0}.llms-group-card-footer .llms-group-error{line-height:34px}.llms-form-field .llms-description{font-style:normal;color:var(--bb-alternate-text-color)}.llms-group-modal .llms-button-primary.large{font-size:15px;padding:12px 25px;font-weight:400;line-height:1;min-height:auto}#llms-group-seats-modal-content{padding:0 15px 15px}#llms-group-seats-modal-content form table{display:-webkit-box;display:-ms-flexbox;display:flex}#llms-group-seats-modal-content form table tr{display:block}#llms-group-seats-modal-content form table td,#llms-group-seats-modal-content form table th{display:block;font-size:15px;line-height:40px;padding:10px 0}#llms-group-seats-modal-content form table td h3,#llms-group-seats-modal-content form table th h3{margin:0;font-size:15px;line-height:40px}#llms-group-seats-modal-content form table td:last-child,#llms-group-seats-modal-content form table th:last-child{border-bottom:0}#llms-group-seats-modal-content form table thead th{padding-left:30px;color:var(--bb-headings-color)}#llms-group-seats-modal-content form table tbody{text-align:left;-webkit-box-flex:1;-ms-flex:1;flex:1}#llms-group-seats-modal-content .llms-button-primary{font-size:15px;font-weight:400}#llms-group-seats-modal-content .llms-button-primary i{display:none}.llms-group-profile-main .llms-group-card.card--group-profile-members .llms-group-card-main .card--group-profile-members__vip-blocks .llms-group-member{margin-bottom:10px}.card--group-profile-members__vip-blocks{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;margin:0 -5px}@media screen and (max-width:992px){.card--group-profile-members__vip-blocks{display:block}}.card--group-profile-members__vip-blocks .llms-group-member{-webkit-box-flex:0;-ms-flex:0 0 calc(20% - 10px);flex:0 0 -webkit-calc(20% - 10px);flex:0 0 calc(20% - 10px);max-width:-webkit-calc(20% - 10px);max-width:calc(20% - 10px);margin:0 5px;background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;text-align:center;position:relative}@media screen and (max-width:1200px){.card--group-profile-members__vip-blocks .llms-group-member{-webkit-box-flex:0;-ms-flex:0 0 calc(33.333% - 10px);flex:0 0 -webkit-calc(33.333% - 10px);flex:0 0 calc(33.333% - 10px);max-width:-webkit-calc(33.333% - 10px);max-width:calc(33.333% - 10px)}}@media screen and (max-width:992px){.card--group-profile-members__vip-blocks .llms-group-member{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 10px);flex:0 0 -webkit-calc(100% - 10px);flex:0 0 calc(100% - 10px);max-width:-webkit-calc(100% - 10px);max-width:calc(100% - 10px);border:0;border-radius:0;text-align:right}}.card--group-profile-members__vip-blocks .llms-group-member:before{content:"";display:inline-block;position:absolute;top:0;right:0;left:0;height:55px;background-color:#f8f8f8;border-radius:4px 4px 0 0;z-index:0}@media screen and (max-width:992px){.card--group-profile-members__vip-blocks .llms-group-member:before{display:none}}.card--group-profile-members__vip-blocks .llms-group-member--desc{margin:0;padding:15px 10px 20px}.card--group-profile-members__vip-blocks .llms-group-member--role i{display:none}.card--group-profile-members__vip-blocks .llms-group-member--name{margin-bottom:0}.card--group-profile-members__vip-blocks .llms-student-avatar{margin-top:10px;position:relative;z-index:5}.llms-group-main .card--group-profile-members .llms-group-card-footer{border-top:0}.card--group-profile-members__leaders{padding-bottom:20px;border-bottom:1px solid var(--bb-content-border-color)}.llms-group-card-main .llms-group-card-main--heading{border-bottom:0;margin-top:30px}.llms-group-main .card--group-profile-members .llms-group-card-main{padding-bottom:20px}.lifterlms .tagify,.llms-group-modal .tagify{border:1px solid #dedfe2;border-radius:3px;padding:0 12px;height:40px;line-height:40px}.lifterlms .tagify .tagify__input,.llms-group-modal .tagify .tagify__input{margin:0;font-size:15px;padding:0}.lifterlms .tagify .tagify__tag>div,.llms-group-modal .tagify .tagify__tag>div{line-height:32px;padding-left:10px}.lifterlms .tagify .tagify__tag__removeBtn,.llms-group-modal .tagify .tagify__tag__removeBtn{line-height:10px}.tagify--select::after{content:"\e826";font-family:bb-icons;font-style:normal;font-weight:400;font-size:24px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:8px;color:var(--bb-alternate-text-color)}.llms-pagination>*{display:inline-block;font-size:13px;margin-left:10px}.llms-pagination a.next,.llms-pagination a.prev{font-size:0}.llms-pagination a.next:before,.llms-pagination a.prev:before{content:"\2192";font-size:13px}.llms-pagination a.prev:before{content:"\2190"}.llms-group-main.llms-group-profile-main{max-width:100%}.card--group-profile-reports{overflow-x:auto}.card--group-profile-reports table.llms-table{margin-bottom:0}@media screen and (max-width:600px){.llms-group-profile-header{padding-top:20px}.llms-group-profile-header .llms-group-logo{float:none;margin:0 auto;max-width:170px}.llms-group-profile .llms-group-profile-nav{float:none;min-height:50px;text-align:center}.llms-group-profile .llms-group-profile-nav ul.llms-group-menu{float:none;margin:0 auto;width:auto;display:inline-block;text-align:center}.llms-group-profile .llms-group-profile-nav ul.llms-group-menu li.llms-group-menu-item{float:none;display:inline-block}.llms-group-profile-header .llms-group-name{margin:10px auto 0;float:none;text-align:center}}.lifter-sidebar-widgets ul{margin:0}.lifter-sidebar-widgets .widget_course_syllabus .llms-lesson li{margin:0;background:100% 0;border:none;margin-bottom:0;border-radius:0;list-style:none;padding:15px 0}.lifter-sidebar-widgets .widget_course_syllabus ul li ul.llms-lesson{margin:0}.lifter-sidebar-widgets .widget_course_syllabus .section-title{margin:0;font-size:15px;font-weight:600;letter-spacing:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--bb-headings-color)}.lifter-sidebar-widgets li.widget{margin-right:30px;margin-left:30px;background:100% 0;border:none;border-top:1px solid var(--bb-content-border-color);margin-bottom:0;border-radius:0;list-style:none;padding:1.25rem 0}.lifter-sidebar-widgets li.widget a{color:var(--bb-headings-color)}.lifter-sidebar-widgets li.widget a:hover{color:var(--bb-primary-color)}.lifter-sidebar-widgets li.widget a.button:not(.logout-link){color:#fff}.lifter-sidebar-widgets li.widget a.button:not(.logout-link):hover{background-color:var(--bb-primary-color);box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}.lifter-sidebar-widgets li.widget:first-child{margin-top:15px}.lifter-sidebar-widgets li.widget .llms-progress{margin:5px 0}.lifter-sidebar-widgets li.widget .textwidget h2,.lifter-sidebar-widgets li.widget .textwidget h3,.lifter-sidebar-widgets li.widget .textwidget h4,.lifter-sidebar-widgets li.widget .textwidget h5,.lifter-sidebar-widgets li.widget .textwidget h6{margin-bottom:10px}.lifter-sidebar-widgets .bbp_widget_login h2.widgettitle,.lifter-sidebar-widgets .widget_bp_core_login_widget h2.widgettitle{display:block;width:100%}.bb-progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.bb-progress-circle{float:right;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;transition:width .6s ease}.bb-progress[data-percentage="0"] .bb-progress-circle{opacity:0}.bb-progress{width:22px;height:22px;line-height:22px;background:100% 0;margin:0 auto;box-shadow:none;position:relative}.bb-progress:after{content:"";width:100%;height:100%;border-radius:50%;border:2px solid #dedfe2;position:absolute;top:0;right:0}.bb-progress>span{width:50%;height:100%;overflow:hidden;position:absolute;top:0;z-index:1}.bb-progress .bb-progress-left{right:0}.bb-progress .bb-progress-circle{width:100%;height:100%;background:100% 0;border-width:2px;border-style:solid;position:absolute;top:0;border-color:var(--bb-primary-color)}.bb-progress .bb-progress-left .bb-progress-circle{right:100%;border-top-left-radius:11px;border-bottom-left-radius:11px;border-right:0;-webkit-transform-origin:center right;-ms-transform-origin:center right;transform-origin:center right;-webkit-animation:loading-2 1.5s linear forwards 1.8s;animation:loading-2 1.5s linear forwards 1.8s}.bb-progress .bb-progress-right{left:0}.bb-progress .bb-progress-right .bb-progress-circle{right:-100%;border-top-right-radius:11px;border-bottom-right-radius:11px;border-left:0;-webkit-transform-origin:center left;-ms-transform-origin:center left;transform-origin:center left;-webkit-animation:loading-1 1.8s linear forwards;animation:loading-1 1.8s linear forwards}.bb-progress .bb-progress-value{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:50%;font-size:36px;text-align:center;line-height:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;font-weight:300}.bb-progress .bb-progress-value div{margin-top:10px}.bb-progress .bb-progress-value span{font-size:12px;text-transform:uppercase}.ld-progress-bar{margin:0;height:4px;background:var(--bb-content-border-color)}.ld-progress-bar .ld-progress-bar-percentage{background:var(--bb-primary-color);height:4px;width:auto}.learndash-wrapper .ld-progress .ld-progress-bar{height:4px;background-color:var(--bb-content-border-color)}.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage{background:var(--bb-primary-color);height:4px;width:auto;border-radius:7px}.learndash-wrapper .ld-progress .ld-progress-stats{color:var(--bb-alternate-text-color);font-size:12px}.bb-progress[data-percentage="1"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-1 1.5s linear forwards;animation:loading-1 1.5s linear forwards}.bb-progress[data-percentage="1"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="2"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-2 1.5s linear forwards;animation:loading-2 1.5s linear forwards}.bb-progress[data-percentage="2"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="3"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-3 1.5s linear forwards;animation:loading-3 1.5s linear forwards}.bb-progress[data-percentage="3"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="4"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-4 1.5s linear forwards;animation:loading-4 1.5s linear forwards}.bb-progress[data-percentage="4"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="5"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-5 1.5s linear forwards;animation:loading-5 1.5s linear forwards}.bb-progress[data-percentage="5"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="6"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-6 1.5s linear forwards;animation:loading-6 1.5s linear forwards}.bb-progress[data-percentage="6"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="7"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-7 1.5s linear forwards;animation:loading-7 1.5s linear forwards}.bb-progress[data-percentage="7"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="8"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-8 1.5s linear forwards;animation:loading-8 1.5s linear forwards}.bb-progress[data-percentage="8"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="9"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-9 1.5s linear forwards;animation:loading-9 1.5s linear forwards}.bb-progress[data-percentage="9"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="10"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-10 1.5s linear forwards;animation:loading-10 1.5s linear forwards}.bb-progress[data-percentage="10"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="11"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-11 1.5s linear forwards;animation:loading-11 1.5s linear forwards}.bb-progress[data-percentage="11"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="12"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-12 1.5s linear forwards;animation:loading-12 1.5s linear forwards}.bb-progress[data-percentage="12"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="13"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-13 1.5s linear forwards;animation:loading-13 1.5s linear forwards}.bb-progress[data-percentage="13"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="14"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-14 1.5s linear forwards;animation:loading-14 1.5s linear forwards}.bb-progress[data-percentage="14"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="15"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-15 1.5s linear forwards;animation:loading-15 1.5s linear forwards}.bb-progress[data-percentage="15"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="16"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-16 1.5s linear forwards;animation:loading-16 1.5s linear forwards}.bb-progress[data-percentage="16"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="17"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-17 1.5s linear forwards;animation:loading-17 1.5s linear forwards}.bb-progress[data-percentage="17"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="18"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-18 1.5s linear forwards;animation:loading-18 1.5s linear forwards}.bb-progress[data-percentage="18"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="19"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-19 1.5s linear forwards;animation:loading-19 1.5s linear forwards}.bb-progress[data-percentage="19"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="20"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-20 1.5s linear forwards;animation:loading-20 1.5s linear forwards}.bb-progress[data-percentage="20"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="21"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-21 1.5s linear forwards;animation:loading-21 1.5s linear forwards}.bb-progress[data-percentage="21"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="22"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-22 1.5s linear forwards;animation:loading-22 1.5s linear forwards}.bb-progress[data-percentage="22"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="23"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-23 1.5s linear forwards;animation:loading-23 1.5s linear forwards}.bb-progress[data-percentage="23"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="24"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-24 1.5s linear forwards;animation:loading-24 1.5s linear forwards}.bb-progress[data-percentage="24"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="25"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-25 1.5s linear forwards;animation:loading-25 1.5s linear forwards}.bb-progress[data-percentage="25"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="26"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-26 1.5s linear forwards;animation:loading-26 1.5s linear forwards}.bb-progress[data-percentage="26"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="27"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-27 1.5s linear forwards;animation:loading-27 1.5s linear forwards}.bb-progress[data-percentage="27"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="28"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-28 1.5s linear forwards;animation:loading-28 1.5s linear forwards}.bb-progress[data-percentage="28"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="29"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-29 1.5s linear forwards;animation:loading-29 1.5s linear forwards}.bb-progress[data-percentage="29"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="30"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-30 1.5s linear forwards;animation:loading-30 1.5s linear forwards}.bb-progress[data-percentage="30"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="31"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-31 1.5s linear forwards;animation:loading-31 1.5s linear forwards}.bb-progress[data-percentage="31"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="32"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-32 1.5s linear forwards;animation:loading-32 1.5s linear forwards}.bb-progress[data-percentage="32"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="33"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-33 1.5s linear forwards;animation:loading-33 1.5s linear forwards}.bb-progress[data-percentage="33"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="34"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-34 1.5s linear forwards;animation:loading-34 1.5s linear forwards}.bb-progress[data-percentage="34"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="35"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-35 1.5s linear forwards;animation:loading-35 1.5s linear forwards}.bb-progress[data-percentage="35"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="36"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-36 1.5s linear forwards;animation:loading-36 1.5s linear forwards}.bb-progress[data-percentage="36"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="37"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-37 1.5s linear forwards;animation:loading-37 1.5s linear forwards}.bb-progress[data-percentage="37"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="38"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-38 1.5s linear forwards;animation:loading-38 1.5s linear forwards}.bb-progress[data-percentage="38"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="39"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-39 1.5s linear forwards;animation:loading-39 1.5s linear forwards}.bb-progress[data-percentage="39"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="40"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-40 1.5s linear forwards;animation:loading-40 1.5s linear forwards}.bb-progress[data-percentage="40"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="41"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-41 1.5s linear forwards;animation:loading-41 1.5s linear forwards}.bb-progress[data-percentage="41"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="42"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-42 1.5s linear forwards;animation:loading-42 1.5s linear forwards}.bb-progress[data-percentage="42"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="43"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-43 1.5s linear forwards;animation:loading-43 1.5s linear forwards}.bb-progress[data-percentage="43"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="44"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-44 1.5s linear forwards;animation:loading-44 1.5s linear forwards}.bb-progress[data-percentage="44"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="45"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-45 1.5s linear forwards;animation:loading-45 1.5s linear forwards}.bb-progress[data-percentage="45"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="46"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-46 1.5s linear forwards;animation:loading-46 1.5s linear forwards}.bb-progress[data-percentage="46"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="47"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-47 1.5s linear forwards;animation:loading-47 1.5s linear forwards}.bb-progress[data-percentage="47"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="48"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-48 1.5s linear forwards;animation:loading-48 1.5s linear forwards}.bb-progress[data-percentage="48"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="49"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-49 1.5s linear forwards;animation:loading-49 1.5s linear forwards}.bb-progress[data-percentage="49"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="50"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="50"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="51"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="51"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-1 1.5s linear forwards 1.5s;animation:loading-1 1.5s linear forwards 1.5s}.bb-progress[data-percentage="52"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="52"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-2 1.5s linear forwards 1.5s;animation:loading-2 1.5s linear forwards 1.5s}.bb-progress[data-percentage="53"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="53"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-3 1.5s linear forwards 1.5s;animation:loading-3 1.5s linear forwards 1.5s}.bb-progress[data-percentage="54"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="54"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-4 1.5s linear forwards 1.5s;animation:loading-4 1.5s linear forwards 1.5s}.bb-progress[data-percentage="55"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="55"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-5 1.5s linear forwards 1.5s;animation:loading-5 1.5s linear forwards 1.5s}.bb-progress[data-percentage="56"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="56"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-6 1.5s linear forwards 1.5s;animation:loading-6 1.5s linear forwards 1.5s}.bb-progress[data-percentage="57"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="57"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-7 1.5s linear forwards 1.5s;animation:loading-7 1.5s linear forwards 1.5s}.bb-progress[data-percentage="58"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="58"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-8 1.5s linear forwards 1.5s;animation:loading-8 1.5s linear forwards 1.5s}.bb-progress[data-percentage="59"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="59"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-9 1.5s linear forwards 1.5s;animation:loading-9 1.5s linear forwards 1.5s}.bb-progress[data-percentage="60"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="60"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-10 1.5s linear forwards 1.5s;animation:loading-10 1.5s linear forwards 1.5s}.bb-progress[data-percentage="61"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="61"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-11 1.5s linear forwards 1.5s;animation:loading-11 1.5s linear forwards 1.5s}.bb-progress[data-percentage="62"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="62"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-12 1.5s linear forwards 1.5s;animation:loading-12 1.5s linear forwards 1.5s}.bb-progress[data-percentage="63"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="63"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-13 1.5s linear forwards 1.5s;animation:loading-13 1.5s linear forwards 1.5s}.bb-progress[data-percentage="64"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="64"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-14 1.5s linear forwards 1.5s;animation:loading-14 1.5s linear forwards 1.5s}.bb-progress[data-percentage="65"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="65"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-15 1.5s linear forwards 1.5s;animation:loading-15 1.5s linear forwards 1.5s}.bb-progress[data-percentage="66"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="66"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-16 1.5s linear forwards 1.5s;animation:loading-16 1.5s linear forwards 1.5s}.bb-progress[data-percentage="67"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="67"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-17 1.5s linear forwards 1.5s;animation:loading-17 1.5s linear forwards 1.5s}.bb-progress[data-percentage="68"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="68"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-18 1.5s linear forwards 1.5s;animation:loading-18 1.5s linear forwards 1.5s}.bb-progress[data-percentage="69"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="69"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-19 1.5s linear forwards 1.5s;animation:loading-19 1.5s linear forwards 1.5s}.bb-progress[data-percentage="70"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="70"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-20 1.5s linear forwards 1.5s;animation:loading-20 1.5s linear forwards 1.5s}.bb-progress[data-percentage="71"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="71"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-21 1.5s linear forwards 1.5s;animation:loading-21 1.5s linear forwards 1.5s}.bb-progress[data-percentage="72"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="72"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-22 1.5s linear forwards 1.5s;animation:loading-22 1.5s linear forwards 1.5s}.bb-progress[data-percentage="73"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="73"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-23 1.5s linear forwards 1.5s;animation:loading-23 1.5s linear forwards 1.5s}.bb-progress[data-percentage="74"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="74"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-24 1.5s linear forwards 1.5s;animation:loading-24 1.5s linear forwards 1.5s}.bb-progress[data-percentage="75"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="75"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-25 1.5s linear forwards 1.5s;animation:loading-25 1.5s linear forwards 1.5s}.bb-progress[data-percentage="76"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="76"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-26 1.5s linear forwards 1.5s;animation:loading-26 1.5s linear forwards 1.5s}.bb-progress[data-percentage="77"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="77"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-27 1.5s linear forwards 1.5s;animation:loading-27 1.5s linear forwards 1.5s}.bb-progress[data-percentage="78"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="78"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-28 1.5s linear forwards 1.5s;animation:loading-28 1.5s linear forwards 1.5s}.bb-progress[data-percentage="79"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="79"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-29 1.5s linear forwards 1.5s;animation:loading-29 1.5s linear forwards 1.5s}.bb-progress[data-percentage="80"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="80"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-30 1.5s linear forwards 1.5s;animation:loading-30 1.5s linear forwards 1.5s}.bb-progress[data-percentage="81"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="81"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-31 1.5s linear forwards 1.5s;animation:loading-31 1.5s linear forwards 1.5s}.bb-progress[data-percentage="82"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="82"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-32 1.5s linear forwards 1.5s;animation:loading-32 1.5s linear forwards 1.5s}.bb-progress[data-percentage="83"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="83"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-33 1.5s linear forwards 1.5s;animation:loading-33 1.5s linear forwards 1.5s}.bb-progress[data-percentage="84"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="84"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-34 1.5s linear forwards 1.5s;animation:loading-34 1.5s linear forwards 1.5s}.bb-progress[data-percentage="85"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="85"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-35 1.5s linear forwards 1.5s;animation:loading-35 1.5s linear forwards 1.5s}.bb-progress[data-percentage="86"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="86"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-36 1.5s linear forwards 1.5s;animation:loading-36 1.5s linear forwards 1.5s}.bb-progress[data-percentage="87"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="87"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-37 1.5s linear forwards 1.5s;animation:loading-37 1.5s linear forwards 1.5s}.bb-progress[data-percentage="88"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="88"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-38 1.5s linear forwards 1.5s;animation:loading-38 1.5s linear forwards 1.5s}.bb-progress[data-percentage="89"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="89"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-39 1.5s linear forwards 1.5s;animation:loading-39 1.5s linear forwards 1.5s}.bb-progress[data-percentage="90"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="90"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-40 1.5s linear forwards 1.5s;animation:loading-40 1.5s linear forwards 1.5s}.bb-progress[data-percentage="91"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="91"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-41 1.5s linear forwards 1.5s;animation:loading-41 1.5s linear forwards 1.5s}.bb-progress[data-percentage="92"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="92"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-42 1.5s linear forwards 1.5s;animation:loading-42 1.5s linear forwards 1.5s}.bb-progress[data-percentage="93"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="93"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-43 1.5s linear forwards 1.5s;animation:loading-43 1.5s linear forwards 1.5s}.bb-progress[data-percentage="94"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="94"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-44 1.5s linear forwards 1.5s;animation:loading-44 1.5s linear forwards 1.5s}.bb-progress[data-percentage="95"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="95"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-45 1.5s linear forwards 1.5s;animation:loading-45 1.5s linear forwards 1.5s}.bb-progress[data-percentage="96"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="96"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-46 1.5s linear forwards 1.5s;animation:loading-46 1.5s linear forwards 1.5s}.bb-progress[data-percentage="97"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="97"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-47 1.5s linear forwards 1.5s;animation:loading-47 1.5s linear forwards 1.5s}.bb-progress[data-percentage="98"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="98"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-48 1.5s linear forwards 1.5s;animation:loading-48 1.5s linear forwards 1.5s}.bb-progress[data-percentage="99"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="99"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-49 1.5s linear forwards 1.5s;animation:loading-49 1.5s linear forwards 1.5s}.bb-progress[data-percentage="100"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="100"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards 1.5s;animation:loading-50 1.5s linear forwards 1.5s}@-webkit-keyframes loading-1{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-3.6deg);transform:rotate(-3.6deg)}}@keyframes loading-1{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-3.6deg);transform:rotate(-3.6deg)}}@-webkit-keyframes loading-2{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-7.2deg);transform:rotate(-7.2deg)}}@keyframes loading-2{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-7.2deg);transform:rotate(-7.2deg)}}@-webkit-keyframes loading-3{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-10.8deg);transform:rotate(-10.8deg)}}@keyframes loading-3{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-10.8deg);transform:rotate(-10.8deg)}}@-webkit-keyframes loading-4{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-14.4deg);transform:rotate(-14.4deg)}}@keyframes loading-4{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-14.4deg);transform:rotate(-14.4deg)}}@-webkit-keyframes loading-5{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}}@keyframes loading-5{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}}@-webkit-keyframes loading-6{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-21.6deg);transform:rotate(-21.6deg)}}@keyframes loading-6{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-21.6deg);transform:rotate(-21.6deg)}}@-webkit-keyframes loading-7{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-25.2deg);transform:rotate(-25.2deg)}}@keyframes loading-7{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-25.2deg);transform:rotate(-25.2deg)}}@-webkit-keyframes loading-8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-28.8deg);transform:rotate(-28.8deg)}}@keyframes loading-8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-28.8deg);transform:rotate(-28.8deg)}}@-webkit-keyframes loading-9{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-32.4deg);transform:rotate(-32.4deg)}}@keyframes loading-9{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-32.4deg);transform:rotate(-32.4deg)}}@-webkit-keyframes loading-10{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-36deg);transform:rotate(-36deg)}}@keyframes loading-10{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-36deg);transform:rotate(-36deg)}}@-webkit-keyframes loading-11{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-39.6deg);transform:rotate(-39.6deg)}}@keyframes loading-11{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-39.6deg);transform:rotate(-39.6deg)}}@-webkit-keyframes loading-12{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-43.2deg);transform:rotate(-43.2deg)}}@keyframes loading-12{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-43.2deg);transform:rotate(-43.2deg)}}@-webkit-keyframes loading-13{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-46.8deg);transform:rotate(-46.8deg)}}@keyframes loading-13{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-46.8deg);transform:rotate(-46.8deg)}}@-webkit-keyframes loading-14{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-50.4deg);transform:rotate(-50.4deg)}}@keyframes loading-14{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-50.4deg);transform:rotate(-50.4deg)}}@-webkit-keyframes loading-15{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-54deg);transform:rotate(-54deg)}}@keyframes loading-15{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-54deg);transform:rotate(-54deg)}}@-webkit-keyframes loading-16{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-57.6deg);transform:rotate(-57.6deg)}}@keyframes loading-16{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-57.6deg);transform:rotate(-57.6deg)}}@-webkit-keyframes loading-17{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-61.2deg);transform:rotate(-61.2deg)}}@keyframes loading-17{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-61.2deg);transform:rotate(-61.2deg)}}@-webkit-keyframes loading-18{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-64.8deg);transform:rotate(-64.8deg)}}@keyframes loading-18{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-64.8deg);transform:rotate(-64.8deg)}}@-webkit-keyframes loading-19{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-68.4deg);transform:rotate(-68.4deg)}}@keyframes loading-19{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-68.4deg);transform:rotate(-68.4deg)}}@-webkit-keyframes loading-20{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-72deg);transform:rotate(-72deg)}}@keyframes loading-20{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-72deg);transform:rotate(-72deg)}}@-webkit-keyframes loading-21{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-75.6deg);transform:rotate(-75.6deg)}}@keyframes loading-21{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-75.6deg);transform:rotate(-75.6deg)}}@-webkit-keyframes loading-22{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-79.2deg);transform:rotate(-79.2deg)}}@keyframes loading-22{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-79.2deg);transform:rotate(-79.2deg)}}@-webkit-keyframes loading-23{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-82.8deg);transform:rotate(-82.8deg)}}@keyframes loading-23{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-82.8deg);transform:rotate(-82.8deg)}}@-webkit-keyframes loading-24{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-86.4deg);transform:rotate(-86.4deg)}}@keyframes loading-24{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-86.4deg);transform:rotate(-86.4deg)}}@-webkit-keyframes loading-25{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}}@keyframes loading-25{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}}@-webkit-keyframes loading-26{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-93.6deg);transform:rotate(-93.6deg)}}@keyframes loading-26{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-93.6deg);transform:rotate(-93.6deg)}}@-webkit-keyframes loading-27{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-97.2deg);transform:rotate(-97.2deg)}}@keyframes loading-27{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-97.2deg);transform:rotate(-97.2deg)}}@-webkit-keyframes loading-28{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-100.8deg);transform:rotate(-100.8deg)}}@keyframes loading-28{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-100.8deg);transform:rotate(-100.8deg)}}@-webkit-keyframes loading-29{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-104.4deg);transform:rotate(-104.4deg)}}@keyframes loading-29{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-104.4deg);transform:rotate(-104.4deg)}}@-webkit-keyframes loading-30{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-108deg);transform:rotate(-108deg)}}@keyframes loading-30{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-108deg);transform:rotate(-108deg)}}@-webkit-keyframes loading-31{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-111.6deg);transform:rotate(-111.6deg)}}@keyframes loading-31{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-111.6deg);transform:rotate(-111.6deg)}}@-webkit-keyframes loading-32{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-115.2deg);transform:rotate(-115.2deg)}}@keyframes loading-32{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-115.2deg);transform:rotate(-115.2deg)}}@-webkit-keyframes loading-33{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-118.8deg);transform:rotate(-118.8deg)}}@keyframes loading-33{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-118.8deg);transform:rotate(-118.8deg)}}@-webkit-keyframes loading-34{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-122.4deg);transform:rotate(-122.4deg)}}@keyframes loading-34{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-122.4deg);transform:rotate(-122.4deg)}}@-webkit-keyframes loading-35{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-126deg);transform:rotate(-126deg)}}@keyframes loading-35{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-126deg);transform:rotate(-126deg)}}@-webkit-keyframes loading-36{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-129.6deg);transform:rotate(-129.6deg)}}@keyframes loading-36{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-129.6deg);transform:rotate(-129.6deg)}}@-webkit-keyframes loading-37{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-133.2deg);transform:rotate(-133.2deg)}}@keyframes loading-37{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-133.2deg);transform:rotate(-133.2deg)}}@-webkit-keyframes loading-38{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-136.8deg);transform:rotate(-136.8deg)}}@keyframes loading-38{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-136.8deg);transform:rotate(-136.8deg)}}@-webkit-keyframes loading-39{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-140.4deg);transform:rotate(-140.4deg)}}@keyframes loading-39{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-140.4deg);transform:rotate(-140.4deg)}}@-webkit-keyframes loading-40{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-144deg);transform:rotate(-144deg)}}@keyframes loading-40{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-144deg);transform:rotate(-144deg)}}@-webkit-keyframes loading-41{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-147.6deg);transform:rotate(-147.6deg)}}@keyframes loading-41{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-147.6deg);transform:rotate(-147.6deg)}}@-webkit-keyframes loading-42{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-151.2deg);transform:rotate(-151.2deg)}}@keyframes loading-42{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-151.2deg);transform:rotate(-151.2deg)}}@-webkit-keyframes loading-43{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-154.8deg);transform:rotate(-154.8deg)}}@keyframes loading-43{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-154.8deg);transform:rotate(-154.8deg)}}@-webkit-keyframes loading-44{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-158.4deg);transform:rotate(-158.4deg)}}@keyframes loading-44{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-158.4deg);transform:rotate(-158.4deg)}}@-webkit-keyframes loading-45{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-162deg);transform:rotate(-162deg)}}@keyframes loading-45{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-162deg);transform:rotate(-162deg)}}@-webkit-keyframes loading-46{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-165.6deg);transform:rotate(-165.6deg)}}@keyframes loading-46{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-165.6deg);transform:rotate(-165.6deg)}}@-webkit-keyframes loading-47{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-169.2deg);transform:rotate(-169.2deg)}}@keyframes loading-47{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-169.2deg);transform:rotate(-169.2deg)}}@-webkit-keyframes loading-48{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-172.8deg);transform:rotate(-172.8deg)}}@keyframes loading-48{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-172.8deg);transform:rotate(-172.8deg)}}@-webkit-keyframes loading-49{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-176.4deg);transform:rotate(-176.4deg)}}@keyframes loading-49{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-176.4deg);transform:rotate(-176.4deg)}}@-webkit-keyframes loading-50{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}}@keyframes loading-50{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}} \ No newline at end of file diff --git a/web/app/themes/buddyboss-theme/assets/css-rtl/login.css b/web/app/themes/buddyboss-theme/assets/css-rtl/login.css index 0d9bb212..fd339213 100644 --- a/web/app/themes/buddyboss-theme/assets/css-rtl/login.css +++ b/web/app/themes/buddyboss-theme/assets/css-rtl/login.css @@ -1,4 +1,4 @@ -.group::after { +.group:after { content: " "; display: table; clear: both; @@ -19,18 +19,15 @@ body.login .login-popup.bb-modal .h5, body.login .login-popup.bb-modal h6, body.login .login-popup.bb-modal .h6, body.login .login-popup.bb-modal hr, body.login .login-popup.bb-modal p, body.login .login-popup.bb-modal address { - margin: 0 0 1.6875rem; + 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-. */ @@ -45,7 +42,6 @@ section { /* Grouping content ========================================================================== */ - /** * Add the correct display in IE 9-. * 1. Add the correct display in IE. @@ -53,27 +49,22 @@ section { 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; - /* 2 */ } @@ -137,7 +128,6 @@ sup { /* Embedded content ========================================================================== */ - /** * Add the correct display in IE 9-. */ @@ -163,7 +153,6 @@ svg:not(:root) { /* Forms ========================================================================== */ - /** * Remove the margin in Firefox and Safari. */ @@ -181,7 +170,6 @@ textarea { */ button, input { - /* 1 */ overflow: visible; } @@ -192,7 +180,6 @@ input { */ button, select { - /* 1 */ text-transform: none; } @@ -207,7 +194,6 @@ html [type="button"], [type="reset"], [type="submit"] { appearance: button; - /* 2 */ } @@ -240,22 +226,16 @@ button:-moz-focusring, */ legend { box-sizing: border-box; - /* 1 */ color: inherit; - /* 2 */ display: table; - /* 1 */ max-width: 100%; - /* 1 */ padding: 0; - /* 3 */ white-space: normal; - /* 1 */ } @@ -265,10 +245,8 @@ legend { */ progress { display: inline-block; - /* 1 */ vertical-align: baseline; - /* 2 */ } @@ -286,10 +264,8 @@ textarea { [type="checkbox"], [type="radio"] { box-sizing: border-box; - /* 1 */ padding: 0; - /* 2 */ } @@ -307,10 +283,8 @@ textarea { */ [type="search"] { appearance: textfield; - /* 1 */ outline-offset: -2px; - /* 2 */ } @@ -329,16 +303,13 @@ textarea { */ ::-webkit-file-upload-button { appearance: button; - /* 1 */ font: inherit; - /* 2 */ } /* Interactive ========================================================================== */ - /* * Add the correct display in IE 9-. * 1. Add the correct display in Edge, IE, and Firefox. @@ -357,7 +328,6 @@ summary { /* Scripting ========================================================================== */ - /** * Add the correct display in IE 9-. */ @@ -374,7 +344,6 @@ template { /* Hidden ========================================================================== */ - /** * Add the correct display in IE 10-. */ @@ -396,7 +365,6 @@ template { */ html { box-sizing: border-box; - /* [1] */ } @@ -406,10 +374,9 @@ html { * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ *, -*::before, -*::after { +*:before, +*:after { box-sizing: inherit; - /* [1] */ } @@ -419,31 +386,23 @@ html { */ 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: 0.9375rem; @@ -461,49 +420,38 @@ body.mce-content-body { */ img { border: 0; - /* [1] */ font-style: italic; - /* [2] */ height: auto; - /* [3] */ max-width: 100%; - /* [4] */ vertical-align: middle; - /* [5] */ } /* 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; - /* 2 */ } - 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; @@ -673,18 +621,16 @@ h6, ul, ol, dd { - margin: 0 1.6875rem 1.6875rem 0; + margin: 0rem 1.6875rem 1.6875rem 0rem; padding: 0; } /** * Paragraphs */ - /** * Not strictly a paragraph, but probably doesn't need its own section. */ - /** * CODE */ @@ -698,7 +644,6 @@ pre { font-size: 14px !important; border-radius: var(--bb-block-radius-inner); } - pre code.bash, pre > code { background: transparent; border: 0; @@ -706,11 +651,9 @@ pre code.bash, pre > code { margin: 0; padding: 0; } - pre code code.bash { font-size: inherit; } - pre pre { border: 0; padding: 0; @@ -719,7 +662,7 @@ pre pre { code { padding: 0.125rem 0.375rem; - margin: 0 0.1875rem; + margin: 0rem 0.1875rem; font-size: 80%; background-color: var(--bb-content-alternate-background-color); border: 1px solid var(--bb-content-border-color); @@ -735,10 +678,8 @@ kbd, pre, samp { font-family: "Courier New", courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; - /* [1] */ font-size: 1rem; - /* 2 */ } @@ -761,7 +702,6 @@ 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; } @@ -788,7 +728,6 @@ figure:not(.wp-block-image) { ul.unstyled { margin-right: 0; } - ul.unstyled, ul.unstyled ul { list-style: none; } @@ -810,11 +749,11 @@ ul.unstyled, ul.unstyled ul { } .strong { - font-weight: 700 !important; + font-weight: bold !important; } .normal { - font-weight: 400 !important; + font-weight: normal !important; } .muted { @@ -863,8 +802,8 @@ a.muted:hover { white-space: nowrap; } -[class^="bb-icon-"]::before, -[class*=" bb-icon-"]::before { +[class^="bb-icon-"]:before, +[class*=" bb-icon-"]:before { margin-right: 0; margin-left: 0; } @@ -886,13 +825,11 @@ a.muted:hover { .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; @@ -903,7 +840,6 @@ a.muted:hover { padding-right: 0; padding-left: 0; } - .page-template-page-fullwidth-content #content #primary { max-width: 100%; } @@ -937,7 +873,6 @@ a.muted:hover { min-width: 1px; list-style: none; } - .bb-grid > *:not(.no-gutter), .bb-grid-cell:not(.no-gutter) { padding-right: 10px; @@ -1024,7 +959,6 @@ a.muted:hover { /* Extra small screen / phone */ @media (max-width: 543px) { - .bb-grid { -ms-flex-flow: row wrap; flex-flow: row wrap; @@ -1038,10 +972,8 @@ a.muted:hover { max-width: 100%; } } - /* Small screen / phone */ @media (min-width: 544px) { - .sm-grid-1-1 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -1098,10 +1030,8 @@ a.muted:hover { max-width: 75%; } } - /* Medium screen / tablet */ @media (min-width: 800px) { - .md-grid-1-1 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -1163,10 +1093,8 @@ a.muted:hover { flex-flow: row-reverse; } } - /* Large screen / desktop */ @media (min-width: 992px) { - .lg-grid-1-1 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -1228,7 +1156,6 @@ a.muted:hover { flex-flow: row-reverse; } } - table { border-spacing: 0; max-width: 100%; @@ -1240,7 +1167,6 @@ table { border: 1px solid var(--bb-content-border-color); border-radius: var(--bb-block-radius-inner); } - table.notification-settings { border: none; } @@ -1305,7 +1231,6 @@ table.striped td:first-child, table.striped th:first-child { padding-right: 1rem; } - table.bordered td:last-child, table.bordered th:last-child, table.striped td:last-child, table.striped th:last-child { @@ -1324,7 +1249,6 @@ table.unstyled td, table.unstyled th { padding: 1px; -webkit-overflow-scrolling: touch; } - .table-responsive table { max-width: none; } @@ -1333,40 +1257,32 @@ table.unstyled td, table.unstyled th { 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-left: 1px solid var(--bb-content-border-color); } - .wp-block-table table tr th:last-child, .wp-block-table table tr td:last-child { border-left: 0; } - .wp-block-table table th:first-child, .wp-block-table table td:first-child { padding-right: 1rem; } - .wp-block-table table th:last-child, .wp-block-table table td:last-child { padding-left: 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); } @@ -1409,43 +1325,36 @@ select { /* stylelint-disable selector-pseudo-element-no-unknown */ /* stylelint-enable */ } - 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 { @@ -1488,21 +1397,18 @@ select:focus { 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), 0.1); border: 1px solid rgba(var(--bb-success-color-rgb), 0.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, @@ -1511,13 +1417,11 @@ select.disabled { background-color: var(--bb-content-alternate-background-color); opacity: 0.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 { @@ -1567,7 +1471,6 @@ input.search { background-image: url("../images/svg/search.svg"); background-position: right 10px center; padding-right: 2rem; - /* opacity: 0.6; */ } @@ -1584,25 +1487,21 @@ input[type="checkbox"] { } label { - /* display: block; */ color: var(--bb-headings-color); margin-bottom: 0.25rem; font-size: 17px; } - label.checkbox, label .desc, label .success, label .error { text-transform: none; - font-weight: 400; + font-weight: normal; } - label.checkbox { font-size: 18px; line-height: 27px; cursor: pointer; color: inherit; } - label.checkbox input { margin-top: 0; } @@ -1615,7 +1514,7 @@ label.checkbox input { .req { position: relative; top: 1px; - font-weight: 700; + font-weight: bold; color: var(--bb-danger-color); font-size: 110%; } @@ -1648,11 +1547,9 @@ form, .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; @@ -1670,21 +1567,18 @@ form, 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; @@ -1697,7 +1591,7 @@ form, -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; - font-weight: 400; + font-weight: normal; border: 1px solid var(--bb-content-border-color); background-color: #f8f8f8; padding: 0 0.875rem; @@ -1709,12 +1603,10 @@ form, .prepend input { border-radius: var(--bb-input-radius) 0 0 var(--bb-input-radius); } - .prepend .button { margin-left: -1px; border-radius: 0 var(--bb-input-radius) var(--bb-input-radius) 0 !important; } - .prepend span { border-left: none; border-radius: 0 var(--bb-input-radius) var(--bb-input-radius) 0; @@ -1723,12 +1615,10 @@ form, .append input { border-radius: 0 var(--bb-input-radius) var(--bb-input-radius) 0; } - .append .button { margin-right: -1px; border-radius: var(--bb-input-radius) 0 0 var(--bb-input-radius) !important; } - .append span { border-right: none; border-radius: var(--bb-input-radius) 0 0 var(--bb-input-radius); @@ -1738,7 +1628,6 @@ form, position: absolute; opacity: 0; } - .bs-styled-checkbox + label { cursor: pointer; display: inline-block; @@ -1746,8 +1635,7 @@ form, padding: 0; line-height: 1; } - -.bs-styled-checkbox + label::before { +.bs-styled-checkbox + label:before { content: ""; margin-left: 10px; display: inline-block; @@ -1758,34 +1646,29 @@ form, border-radius: var(--bb-checkbox-radius); border: 1px solid var(--bb-content-border-color); } - -.bs-styled-checkbox:focus + label::before { +.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 { +.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 { +.bs-styled-checkbox:disabled + label:before { box-shadow: none; background: #ddd; } - -.bs-styled-checkbox:checked + label::after { +.bs-styled-checkbox:checked + label:after { content: "\e876"; position: absolute; right: 3px; top: 3px; font-family: bb-icons; - font-weight: 400; + font-weight: normal; color: #fff; font-size: 14px; display: block; @@ -1795,15 +1678,13 @@ form, 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 { +.bs-styled-radio + label:before, .bs-styled-radio + .bb-radio-label:before { content: ""; display: inline-block; vertical-align: middle; @@ -1818,18 +1699,15 @@ form, border-radius: 100%; margin-left: 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 { +.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 { +.bs-styled-radio:checked + label:after, .bs-styled-radio:checked + .bb-radio-label:after { content: ""; background-color: var(--bb-primary-color); margin: auto; @@ -1843,18 +1721,15 @@ form, } @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, @@ -1905,7 +1780,6 @@ input[type="submit"], -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - button:focus, .button:focus, input[type="button"]:focus, @@ -1924,7 +1798,6 @@ input[type="submit"]: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, @@ -1942,12 +1815,9 @@ input[type="submit"] 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; - /* top: 1px; */ - /* margin: 0 2px; */ } - button:hover, button:focus, .button:hover, .button:focus, @@ -1985,7 +1855,6 @@ input[type="submit"]:focus, 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, @@ -2038,7 +1907,6 @@ input[type="submit"]:active, color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - button.disabled, .button.disabled, input[type="button"].disabled, @@ -2061,7 +1929,6 @@ input[type="submit"].disabled, background-color: #f5f5f5; opacity: 1; } - button.small, .button.small, input[type="button"].small, @@ -2085,7 +1952,6 @@ input[type="submit"].small, padding: 0 20px; border-radius: var(--bb-button-radius); } - button.big, .button.big, input[type="button"].big, @@ -2108,7 +1974,6 @@ input[type="submit"].big, padding: 0 40px; border-radius: var(--bb-button-radius); } - button.large, .button.large, input[type="button"].large, @@ -2131,7 +1996,6 @@ input[type="submit"].large, padding: 0 30px; border-radius: var(--bb-button-radius); } - button.full, .button.full, input[type="button"].full, @@ -2150,7 +2014,6 @@ input[type="submit"].full, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.full { width: 100%; } - button.secondary, .button.secondary, input[type="button"].secondary, @@ -2167,12 +2030,12 @@ input[type="submit"].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, @@ -2192,7 +2055,6 @@ input[type="submit"].secondary:hover, color: #1e2132; background-color: rgba(255, 255, 255, 0.05); } - button.secondary:active, .button.secondary:active, input[type="button"].secondary:active, @@ -2212,7 +2074,6 @@ input[type="submit"].secondary:active, color: #1e2132; background-color: rgba(255, 255, 255, 0.09); } - button.secondary:disabled, button.secondary.disabled, .button.secondary:disabled, .button.secondary.disabled, @@ -2247,7 +2108,6 @@ input[type="submit"].secondary.disabled, color: #c8cbcf; background-color: #f5f5f5; } - button.secondary.outline, .button.secondary.outline, input[type="button"].secondary.outline, @@ -2268,7 +2128,6 @@ input[type="submit"].secondary.outline, color: #fff; border-color: #fff; } - button.secondary.outline:hover, .button.secondary.outline:hover, input[type="button"].secondary.outline:hover, @@ -2288,7 +2147,6 @@ input[type="submit"].secondary.outline:hover, color: rgba(255, 255, 255, 0.05); border-color: rgba(255, 255, 255, 0.05); } - button.secondary.outline:active, .button.secondary.outline:active, input[type="button"].secondary.outline:active, @@ -2308,7 +2166,6 @@ input[type="submit"].secondary.outline:active, color: rgba(255, 255, 255, 0.12); border-color: rgba(255, 255, 255, 0.12); } - button.secondary.outline:disabled, button.secondary.outline.disabled, .button.secondary.outline:disabled, .button.secondary.outline.disabled, @@ -2345,7 +2202,6 @@ input[type="submit"].secondary.outline.disabled, border-color: #dedfe2; opacity: 1; } - button.secondary:focus, .button.secondary:focus, input[type="button"].secondary:focus, @@ -2364,7 +2220,6 @@ input[type="submit"].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, @@ -2385,7 +2240,6 @@ input[type="submit"].secondary: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, @@ -2405,7 +2259,6 @@ input[type="submit"].success, color: #fff; background-color: var(--bb-success-color); } - button.success:hover, .button.success:hover, input[type="button"].success:hover, @@ -2425,7 +2278,6 @@ input[type="submit"].success:hover, color: #fff; background-color: rgba(var(--bb-success-color), 0.05); } - button.success:active, .button.success:active, input[type="button"].success:active, @@ -2445,7 +2297,6 @@ input[type="submit"].success:active, color: #fff; background-color: rgba(var(--bb-success-color), 0.09); } - button.success:disabled, button.success.disabled, .button.success:disabled, .button.success.disabled, @@ -2480,7 +2331,6 @@ input[type="submit"].success.disabled, color: #c8cbcf; background-color: #f5f5f5; } - button.success.outline, .button.success.outline, input[type="button"].success.outline, @@ -2501,7 +2351,6 @@ input[type="submit"].success.outline, 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, @@ -2521,7 +2370,6 @@ input[type="submit"].success.outline:hover, color: rgba(var(--bb-success-color), 0.05); border-color: rgba(var(--bb-success-color), 0.05); } - button.success.outline:active, .button.success.outline:active, input[type="button"].success.outline:active, @@ -2541,7 +2389,6 @@ input[type="submit"].success.outline:active, color: rgba(var(--bb-success-color), 0.12); border-color: rgba(var(--bb-success-color), 0.12); } - button.success.outline:disabled, button.success.outline.disabled, .button.success.outline:disabled, .button.success.outline.disabled, @@ -2578,7 +2425,6 @@ input[type="submit"].success.outline.disabled, border-color: #dedfe2; opacity: 1; } - button.error, .button.error, input[type="button"].error, @@ -2598,7 +2444,6 @@ input[type="submit"].error, color: #fff; background-color: var(--bb-danger-color); } - button.error:hover, .button.error:hover, input[type="button"].error:hover, @@ -2618,7 +2463,6 @@ input[type="submit"].error:hover, color: #fff; background-color: rgba(var(--bb-danger-color), 0.05); } - button.error:active, .button.error:active, input[type="button"].error:active, @@ -2638,7 +2482,6 @@ input[type="submit"].error:active, color: #fff; background-color: rgba(var(--bb-danger-color), 0.09); } - button.error:disabled, button.error.disabled, .button.error:disabled, .button.error.disabled, @@ -2673,7 +2516,6 @@ input[type="submit"].error.disabled, color: #c8cbcf; background-color: #f5f5f5; } - button.error.outline, .button.error.outline, input[type="button"].error.outline, @@ -2694,7 +2536,6 @@ input[type="submit"].error.outline, 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, @@ -2714,7 +2555,6 @@ input[type="submit"].error.outline:hover, color: rgba(var(--bb-danger-color), 0.05); border-color: rgba(var(--bb-danger-color), 0.05); } - button.error.outline:active, .button.error.outline:active, input[type="button"].error.outline:active, @@ -2734,7 +2574,6 @@ input[type="submit"].error.outline:active, color: rgba(var(--bb-danger-color), 0.12); border-color: rgba(var(--bb-danger-color), 0.12); } - button.error.outline:disabled, button.error.outline.disabled, .button.error.outline:disabled, .button.error.outline.disabled, @@ -2771,7 +2610,6 @@ input[type="submit"].error.outline.disabled, border-color: #dedfe2; opacity: 1; } - button.error:hover, button.error.outline:hover, .button.error:hover, .button.error.outline:hover, @@ -2807,7 +2645,6 @@ input[type="submit"].error.outline:hover, border-color: var(--bb-danger-color); color: var(--bb-danger-color); } - button.inverted, .button.inverted, input[type="button"].inverted, @@ -2827,7 +2664,6 @@ input[type="submit"].inverted, color: #000; background-color: #fff; } - button.inverted:hover, .button.inverted:hover, input[type="button"].inverted:hover, @@ -2847,7 +2683,6 @@ input[type="submit"].inverted:hover, color: #000; background-color: rgba(255, 255, 255, 0.05); } - button.inverted:active, .button.inverted:active, input[type="button"].inverted:active, @@ -2867,7 +2702,6 @@ input[type="submit"].inverted:active, color: #000; background-color: rgba(255, 255, 255, 0.09); } - button.inverted:disabled, button.inverted.disabled, .button.inverted:disabled, .button.inverted.disabled, @@ -2902,7 +2736,6 @@ input[type="submit"].inverted.disabled, color: #c8cbcf; background-color: #f5f5f5; } - button.inverted.outline, .button.inverted.outline, input[type="button"].inverted.outline, @@ -2923,7 +2756,6 @@ input[type="submit"].inverted.outline, color: #fff; border-color: #fff; } - button.inverted.outline:hover, .button.inverted.outline:hover, input[type="button"].inverted.outline:hover, @@ -2943,7 +2775,6 @@ input[type="submit"].inverted.outline:hover, color: rgba(255, 255, 255, 0.05); border-color: rgba(255, 255, 255, 0.05); } - button.inverted.outline:active, .button.inverted.outline:active, input[type="button"].inverted.outline:active, @@ -2963,7 +2794,6 @@ input[type="submit"].inverted.outline:active, color: rgba(255, 255, 255, 0.12); border-color: rgba(255, 255, 255, 0.12); } - button.inverted.outline:disabled, button.inverted.outline.disabled, .button.inverted.outline:disabled, .button.inverted.outline.disabled, @@ -3000,7 +2830,6 @@ input[type="submit"].inverted.outline.disabled, border-color: #dedfe2; opacity: 1; } - button.inverted:hover, .button.inverted:hover, input[type="button"].inverted:hover, @@ -3019,7 +2848,6 @@ input[type="submit"].inverted:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted:hover { opacity: 0.7; } - button.round, .button.round, input[type="button"].round, @@ -3038,7 +2866,6 @@ input[type="submit"].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, @@ -3057,7 +2884,6 @@ input[type="submit"].raised, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.raised { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); } - button.outline, .button.outline, input[type="button"].outline, @@ -3081,7 +2907,6 @@ input[type="submit"].outline, border: 1px solid var(--bb-secondary-button-border-regular); box-shadow: none; } - button.outline:focus, .button.outline:focus, input[type="button"].outline:focus, @@ -3100,7 +2925,6 @@ input[type="submit"].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, @@ -3151,7 +2975,6 @@ input[type="submit"].outline:active, 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, @@ -3185,7 +3008,6 @@ input[type="submit"].outline.disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.outline.disabled { opacity: 0.5; } - button.upper, .button.upper, input[type="button"].upper, @@ -3206,7 +3028,6 @@ input[type="submit"].upper, letter-spacing: 0.04em; font-size: 14px; } - button.upper.small, .button.upper.small, input[type="button"].upper.small, @@ -3225,7 +3046,6 @@ input[type="submit"].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, @@ -3244,7 +3064,6 @@ input[type="submit"].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, @@ -3270,12 +3089,10 @@ input[type="submit"].upper.large, 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, @@ -3295,7 +3112,6 @@ input[type="submit"] { font-size: 16px; margin-bottom: 27px; } - .breadcrumbs ul { display: -webkit-box; display: -ms-flexbox; @@ -3304,34 +3120,28 @@ input[type="submit"] { -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: 0 0.625rem; + padding: 0rem 0.625rem; display: inline-block; white-space: nowrap; } - -.breadcrumbs li::after { +.breadcrumbs li:after { display: inline-block; content: "/"; color: rgba(0, 0, 0, 0.3); } - -.breadcrumbs li:last-child::after { +.breadcrumbs li:last-child:after { display: none; } - .breadcrumbs li:first-child span, .breadcrumbs li:first-child a { padding-right: 0; } - .breadcrumbs li.active a { color: var(--bb-body-text-color); text-decoration: none; @@ -3342,20 +3152,17 @@ input[type="submit"] { 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; @@ -3364,23 +3171,19 @@ input[type="submit"] { 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, 0.5); border-color: #e0e1e1; } - .pagination span, .pagination li.active a { color: rgba(0, 0, 0, 0.5); border-color: #e0e1e1; cursor: text; } - .pagination.upper { font-size: 14px; } @@ -3391,7 +3194,6 @@ input[type="submit"] { background: transparent; border-radius: 0; } - .bbp-pagination-links span.current { background-color: var(--bb-primary-color); color: var(--bb-body-background-color); @@ -3438,7 +3240,6 @@ input[type="submit"] { .page-links .page-numbers, .page-links .post-page-numbers { display: inline-block; - width: 28px; height: 28px; line-height: 28px; text-align: center; @@ -3446,7 +3247,51 @@ input[type="submit"] { 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-lms-pagination .page-numbers:not(.next, .prev), +.bb-lms-pagination .post-page-numbers:not(.next, .prev), +.bp-pagination-links .page-numbers:not(.next, .prev), +.bp-pagination-links .post-page-numbers:not(.next, .prev), +.bbp-pagination-links .page-numbers:not(.next, .prev), +.bbp-pagination-links .post-page-numbers:not(.next, .prev), +.woocommerce-pagination .page-numbers:not(.next, .prev), +.woocommerce-pagination .post-page-numbers:not(.next, .prev), +.llms-pagination .page-numbers:not(.next, .prev), +.llms-pagination .post-page-numbers:not(.next, .prev), +.page-links .page-numbers:not(.next, .prev), +.page-links .post-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-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, +.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, +.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, +.woocommerce-pagination .page-numbers.next, +.woocommerce-pagination .page-numbers.prev, +.woocommerce-pagination .post-page-numbers.next, +.woocommerce-pagination .post-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, +.page-links .page-numbers.next, +.page-links .page-numbers.prev, +.page-links .post-page-numbers.next, +.page-links .post-page-numbers.prev { + width: 28px; +} .bb-bp-invites-content .table-responsive a.page-numbers:not(.prev, .next), .bb-bp-invites-content .table-responsive a.post-page-numbers, .bb-lms-pagination a.page-numbers:not(.prev, .next), @@ -3464,7 +3309,6 @@ input[type="submit"] { 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.post-page-numbers:hover, .bb-lms-pagination a.page-numbers:not(.prev, .next):hover, @@ -3481,7 +3325,6 @@ input[type="submit"] { .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, @@ -3491,7 +3334,6 @@ input[type="submit"] { .page-links a.prev { margin-left: 5px; } - .bb-bp-invites-content .table-responsive a.next, .bb-lms-pagination a.next, .bp-pagination-links a.next, @@ -3501,7 +3343,6 @@ input[type="submit"] { .page-links a.next { margin-right: 5px; } - .bb-bp-invites-content .table-responsive a.prev, .bb-bp-invites-content .table-responsive a.next, .bb-lms-pagination a.prev, @@ -3530,7 +3371,6 @@ input[type="submit"] { 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, @@ -3547,25 +3387,24 @@ input[type="submit"] { .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, -.page-links a.prev::before, -.page-links a.next::before { +.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, +.page-links a.prev:before, +.page-links a.next:before { font-family: bb-icons; speak: none; font-style: normal; - font-weight: 400; + font-weight: normal; font-variant: normal; text-transform: none; list-style: none; @@ -3573,27 +3412,24 @@ input[type="submit"] { 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, -.page-links a.prev::before { +.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, +.page-links a.prev:before { content: "\e8ab"; } - -.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, -.page-links a.next::before { +.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, +.page-links a.next:before { content: "\e827"; } - .bb-bp-invites-content .table-responsive span.page-numbers:not(.dots), .bb-bp-invites-content .table-responsive span.post-page-numbers, .bb-lms-pagination span.page-numbers:not(.dots), @@ -3611,7 +3447,6 @@ input[type="submit"] { color: var(--bb-body-background-color); background-color: var(--bb-primary-color); } - .bb-bp-invites-content .table-responsive span.page-numbers.disabled, .bb-lms-pagination span.page-numbers.disabled, .bp-pagination-links span.page-numbers.disabled, @@ -3643,13 +3478,11 @@ body.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, @@ -3658,7 +3491,6 @@ body.woocommerce nav.woocommerce-pagination ul li a:hover, body.woocommerce nav. 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, @@ -3669,7 +3501,6 @@ body.woocommerce nav.woocommerce-pagination ul li a.prev, 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, @@ -3678,7 +3509,6 @@ body.woocommerce nav.woocommerce-pagination ul li a.prev: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 { @@ -3716,7 +3546,6 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } @media (max-width: 544px) { - .push-left-sm { margin-right: 0; } @@ -3730,7 +3559,6 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, margin-top: 0; } } - .align-middle { -webkit-box-align: center; -ms-flex-align: center; @@ -3750,14 +3578,12 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } @media (max-width: 544px) { - .align-left-sm { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } } - .fixed { position: fixed; top: 0; @@ -3800,7 +3626,6 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } @media (max-width: 544px) { - .flex-column-sm { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -3815,7 +3640,6 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @media (max-width: 544px) and (max-width: 544px) { - .flex-w100-sm { -webkit-box-flex: 0 !important; -ms-flex: 0 0 100% !important; @@ -3840,19 +3664,16 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } @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; } @@ -3861,7 +3682,6 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, display: block !important; } } - .no-scroll { overflow: hidden; position: fixed; @@ -3885,7 +3705,6 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, position: relative; margin-bottom: 18px; } - .video-container iframe:not(.wp-embedded-content), .video-container object, .video-container embed { position: absolute; top: 0; @@ -3904,19 +3723,15 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, font-size: 0.75rem; opacity: 0.6; } - .close:hover { opacity: 1; } - .close.small { font-size: 0.5rem; } - .close.big { font-size: 1.125rem; } - .close.white { color: #fff; } @@ -3938,13 +3753,11 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, bottom: 0; background-color: rgba(255, 255, 255, 0.95); } - .overlay > .close { position: fixed; top: 1rem; left: 1rem; } - .overlay.black { background-color: rgba(0, 0, 0, 0.9); } @@ -3957,29 +3770,24 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, 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; @@ -4028,7 +3836,6 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, margin: 0.5cm; } } - /* Animation example, for spinners */ @@ -4053,58 +3860,47 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } @-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: 0.9; } } @keyframes loading { - 0% { opacity: 1; } - 100% { opacity: 0.9; } } @-webkit-keyframes slide-up { - to { height: 0; padding-top: 0; @@ -4112,7 +3908,6 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @keyframes slide-up { - to { height: 0; padding-top: 0; @@ -4120,7 +3915,6 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @-webkit-keyframes slide-down { - from { height: 0; padding-top: 0; @@ -4128,7 +3922,6 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @keyframes slide-down { - from { height: 0; padding-top: 0; @@ -4136,53 +3929,43 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @-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); @@ -4190,13 +3973,11 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @keyframes flip-in { - from { opacity: 0; -webkit-transform: scaleY(0); transform: scaleY(0); } - to { opacity: 1; -webkit-transform: scaleY(1); @@ -4204,13 +3985,11 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @-webkit-keyframes flip-out { - from { opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1); } - to { opacity: 0; -webkit-transform: scaleY(0); @@ -4218,13 +3997,11 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @keyframes flip-out { - from { opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1); } - to { opacity: 0; -webkit-transform: scaleY(0); @@ -4232,146 +4009,122 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @-webkit-keyframes zoom-in { - 0% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } - 50% { opacity: 1; } } @keyframes zoom-in { - 0% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } - 50% { opacity: 1; } } @-webkit-keyframes zoom-out { - 0% { opacity: 1; } - 50% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } - 100% { opacity: 0; } } @keyframes zoom-out { - 0% { opacity: 1; } - 50% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.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); @@ -4379,12 +4132,10 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @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); @@ -4392,12 +4143,10 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @-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); @@ -4405,12 +4154,10 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @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); @@ -4418,12 +4165,10 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @-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); @@ -4431,12 +4176,10 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @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); @@ -4444,128 +4187,105 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @-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(-0.5rem); transform: translateX(-0.5rem); } - 30% { -webkit-transform: translateX(0.4rem); transform: translateX(0.4rem); } - 45% { -webkit-transform: translateX(-0.3rem); transform: translateX(-0.3rem); } - 60% { -webkit-transform: translateX(0.2rem); transform: translateX(0.2rem); } - 75% { -webkit-transform: translateX(-0.1rem); transform: translateX(-0.1rem); } - 90% { -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes shake { - 15% { -webkit-transform: translateX(-0.5rem); transform: translateX(-0.5rem); } - 30% { -webkit-transform: translateX(0.4rem); transform: translateX(0.4rem); } - 45% { -webkit-transform: translateX(-0.3rem); transform: translateX(-0.3rem); } - 60% { -webkit-transform: translateX(0.2rem); transform: translateX(0.2rem); } - 75% { -webkit-transform: translateX(-0.1rem); transform: translateX(-0.1rem); } - 90% { -webkit-transform: translateX(0); transform: translateX(0); } } - .fadeIn { -webkit-animation: fade-in 250ms; animation: fade-in 250ms; @@ -4669,7 +4389,6 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, padding: 0; overflow: hidden; } - .dropdown:not(.v-select).dropdown-mobile { position: fixed; top: 0; @@ -4680,35 +4399,28 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, 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, 0.07); } - .dropdown:not(.v-select) ul li:last-child { border-bottom: none; } - .dropdown:not(.v-select) ul a { display: block; padding: 0.75rem; text-decoration: none; color: #000; } - .dropdown:not(.v-select) ul a:hover { background: rgba(0, 0, 0, 0.05); } @@ -4724,15 +4436,12 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, 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; left: 1rem; @@ -4775,8 +4484,7 @@ button[data-balloon] { position: relative; cursor: pointer; } - -[data-balloon]::after { +[data-balloon]:after { opacity: 0; pointer-events: none; -webkit-transition: all 0.18s ease-out 0.18s; @@ -4795,8 +4503,7 @@ button[data-balloon] { white-space: nowrap; z-index: 10; } - -[data-balloon]::before { +[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; @@ -4809,26 +4516,21 @@ button[data-balloon] { 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 { +[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 { +[data-balloon].font-awesome:after { font-family: FontAwesome; } - -[data-balloon][data-balloon-break]::after { +[data-balloon][data-balloon-break]:after { white-space: pre; } - -[data-balloon][data-balloon-blunt]::before, [data-balloon][data-balloon-blunt]::after { +[data-balloon][data-balloon-blunt]:before, [data-balloon][data-balloon-blunt]:after { -webkit-transition: none; transition: none; } - -[data-balloon][data-balloon-pos="up"]::after { +[data-balloon][data-balloon-pos="up"]:after { bottom: 100%; right: 50%; margin-bottom: 11px; @@ -4839,8 +4541,7 @@ button[data-balloon] { -ms-transform-origin: top; transform-origin: top; } - -[data-balloon][data-balloon-pos="up"]::before { +[data-balloon][data-balloon-pos="up"]:before { bottom: 100%; right: 50%; margin-bottom: 5px; @@ -4851,20 +4552,17 @@ button[data-balloon] { -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 { +[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 { +[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 { +[data-balloon][data-balloon-pos="up-left"]:after { bottom: 100%; right: 0; margin-bottom: 11px; @@ -4875,8 +4573,7 @@ button[data-balloon] { -ms-transform-origin: top; transform-origin: top; } - -[data-balloon][data-balloon-pos="up-left"]::before { +[data-balloon][data-balloon-pos="up-left"]:before { bottom: 100%; right: 5px; margin-bottom: 5px; @@ -4887,20 +4584,17 @@ button[data-balloon] { -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 { +[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 { +[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 { +[data-balloon][data-balloon-pos="up-right"]:after { bottom: 100%; left: 0; margin-bottom: 11px; @@ -4911,8 +4605,7 @@ button[data-balloon] { -ms-transform-origin: top; transform-origin: top; } - -[data-balloon][data-balloon-pos="up-right"]::before { +[data-balloon][data-balloon-pos="up-right"]:before { bottom: 100%; left: 5px; margin-bottom: 5px; @@ -4923,20 +4616,17 @@ button[data-balloon] { -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 { +[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 { +[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 { +[data-balloon][data-balloon-pos="down"]:after { right: 50%; margin-top: 11px; top: 100%; @@ -4944,8 +4634,7 @@ button[data-balloon] { -ms-transform: translate(50%, -10px); transform: translate(50%, -10px); } - -[data-balloon][data-balloon-pos="down"]::before { +[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; @@ -4957,20 +4646,17 @@ button[data-balloon] { -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 { +[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 { +[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 { +[data-balloon][data-balloon-pos="down-left"]:after { right: 0; margin-top: 11px; top: 100%; @@ -4978,8 +4664,7 @@ button[data-balloon] { -ms-transform: translate(0, -10px); transform: translate(0, -10px); } - -[data-balloon][data-balloon-pos="down-left"]::before { +[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; @@ -4991,20 +4676,17 @@ button[data-balloon] { -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 { +[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 { +[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 { +[data-balloon][data-balloon-pos="down-right"]:after { left: 0; margin-top: 11px; top: 100%; @@ -5012,8 +4694,7 @@ button[data-balloon] { -ms-transform: translate(0, -10px); transform: translate(0, -10px); } - -[data-balloon][data-balloon-pos="down-right"]::before { +[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; @@ -5025,20 +4706,17 @@ button[data-balloon] { -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 { +[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 { +[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 { +[data-balloon][data-balloon-pos="left"]:after { margin-left: 11px; left: 100%; top: 50%; @@ -5046,8 +4724,7 @@ button[data-balloon] { -ms-transform: translate(-10px, -50%); transform: translate(-10px, -50%); } - -[data-balloon][data-balloon-pos="left"]::before { +[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; @@ -5059,20 +4736,17 @@ button[data-balloon] { -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 { +[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 { +[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 { +[data-balloon][data-balloon-pos="right"]:after { right: 100%; margin-right: 11px; top: 50%; @@ -5080,8 +4754,7 @@ button[data-balloon] { -ms-transform: translate(10px, -50%); transform: translate(10px, -50%); } - -[data-balloon][data-balloon-pos="right"]::before { +[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; @@ -5093,57 +4766,48 @@ button[data-balloon] { -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 { +[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 { +[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 { +[data-balloon][data-balloon-length="small"]:after { white-space: normal; width: 80px; } - -[data-balloon][data-balloon-length="medium"]::after { +[data-balloon][data-balloon-length="medium"]:after { white-space: normal; width: 150px; } - -[data-balloon][data-balloon-length="large"]::after { +[data-balloon][data-balloon-length="large"]:after { white-space: normal; width: 260px; } - -[data-balloon][data-balloon-length="xlarge"]::after { +[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 { + [data-balloon][data-balloon-length="xlarge"]:after { white-space: normal; width: 90vw; } } - -[data-balloon][data-balloon-length="fit"]::after { +[data-balloon][data-balloon-length="fit"]:after { white-space: normal; width: 100%; } -[data-bp-tooltip]::after { +[data-bp-tooltip]:after { background: rgba(var(--bb-tooltip-background-rgb), 0.95); color: var(--bb-tooltip-color); } - -[data-bp-tooltip]::before { +[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; @@ -5156,7 +4820,6 @@ button[data-balloon] { html { margin-left: 0 !important; - /* Fix magnificpopup double scroll bar */ } @@ -5169,7 +4832,6 @@ body.login { font-size: 14px; line-height: 1.4em; } - body.login form { background-color: transparent; border: none; @@ -5178,13 +4840,11 @@ body.login form { margin-right: -2px; margin-left: -2px; } - body.login input, body.login textarea, body.login select { vertical-align: baseline; } - body.login #login, body.login p.forgetmenot label { color: var(--bb-admin-screen-txt-color); @@ -5219,19 +4879,16 @@ body.login.bb-template-v2 .mfp-content div#privacy-modal { } @media (min-width: 992px) { - .login.bb-login #login { padding-top: 5%; padding-bottom: 5%; } } @media (max-width: 360px) { - .login.bb-login #login { width: 84%; } } - .login.bb-login #login > h1 > a { margin-bottom: 15px; height: auto; @@ -5254,13 +4911,11 @@ img.bs-cs-login-logo.private-on { width: auto; color: var(--bb-login-register-link-color-regular); } - .login h1 a.bb-login-title:hover, .login h1 a.bb-login-title:focus { color: var(--bb-login-register-link-color-hover); } body.login.login-split-page .login-split { - /* display: none; */ } @@ -5276,7 +4931,6 @@ body.login.login-split-page .login-split { justify-content: center; position: relative; } - body.login.login-split-page .login-split .split-overlay { width: 100%; height: 100%; @@ -5293,7 +4947,6 @@ body.login.login-split-page .login-split div { body.login.login-split-page .login-split__entry { padding: 80px 0; } - body.login.login-split-page .login-split__entry h1 { color: var(--bb-login-custom-heading-color); text-align: right; @@ -5310,19 +4963,20 @@ body.login.login-split-page .login-split .login-split__entry { z-index: 9; } -@media (max-width: 800px) { +body.login.login-split-page #language-switcher { + margin-top: 20px; +} +@media (max-width: 800px) { body.login.login-split-page .login-split .login-split__entry { width: 80%; } } @media (max-width: 544px) { - body.login.login-split-page .login-split .login-split__entry { width: 85%; } } - body.login.login-split-page .login-split__entry p { font-size: 16px; line-height: 1.4; @@ -5344,6 +4998,14 @@ body.login.login-split-page #login h1 a { } @media (min-width: 992px) { + body.login.login-split-page .grecaptcha-badge[data-style="bottomleft"] { + right: -webkit-calc(-50vw - 186px) !important; + right: calc(-50vw - 186px) !important; + } + body.login.login-split-page .grecaptcha-badge[data-style="bottomleft"]:hover { + right: -webkit-calc(-50vw) !important; + right: calc(-50vw) !important; + } body.login.login-split-page .login-split { width: 50%; @@ -5371,6 +5033,17 @@ body.login.login-split-page #login h1 a { width: 50vw; padding: 30px -webkit-calc((50vw - 450px) / 2); padding: 30px calc((50vw - 450px) / 2); + 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; + min-height: 100%; } body.login.login-split-page.login-exh #login { @@ -5380,21 +5053,12 @@ body.login.login-split-page #login h1 a { } body.login.login-split-page .language-switcher { - position: absolute; - right: 50%; padding-top: 15px; - width: 50vw; - padding-right: -webkit-calc((50vw - 450px) / 2); - padding-right: calc((50vw - 450px) / 2); - padding-left: -webkit-calc((50vw - 450px) / 2); - padding-left: calc((50vw - 450px) / 2); } } @media screen and (max-width: 991px) { - body.login.login-split-page .language-switcher { top: initial !important; - margin-top: -25px; } body.login.login-split-page #login { @@ -5403,18 +5067,15 @@ body.login.login-split-page #login h1 a { } } @media (max-width: 800px) { - body.login.login-split-page #login { width: 80%; } } @media (max-width: 544px) { - body.login.login-split-page #login { width: 85%; } } - body.login:not(.login-split-page) .language-switcher { margin-top: -25px; } @@ -5456,19 +5117,18 @@ body.login:not(.login-split-page) .language-switcher { display: block; position: relative; } - .login form label[for="user_login"] br, .login form label[for="user_pass"] br { display: none; } -.user-pass-wrap .wp-pwd::before, -.login form#loginform label[for="user_login"]::before, -.login form#loginform label[for="user_pass"]::before { +.user-pass-wrap .wp-pwd:before, +.login form#loginform label[for="user_login"]:before, +.login form#loginform label[for="user_pass"]:before { font-family: bb-icons; font-size: 16px; font-style: normal; - font-weight: 400; + font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; @@ -5484,7 +5144,7 @@ body.login:not(.login-split-page) .language-switcher { right: 10px; } -.login form#loginform label[for="user_login"]::before { +.login form#loginform label[for="user_login"]:before { content: "\ef52"; color: var(--bb-body-text-color); } @@ -5496,19 +5156,17 @@ body.login:not(.login-split-page) .language-switcher { .login .user-pass-wrap .wp-pwd { position: relative; } - -.login .user-pass-wrap .wp-pwd::before { +.login .user-pass-wrap .wp-pwd:before { content: "\eebf"; font-size: 20px; top: 10px; color: var(--bb-body-text-color); } - .login .user-pass-wrap .wp-pwd .dashicons { font-family: bb-icons; font-size: 18px; font-style: normal; - font-weight: 400; + font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; @@ -5525,21 +5183,18 @@ body.login:not(.login-split-page) .language-switcher { color: #122b46; opacity: 0.5; } - -.login .user-pass-wrap .wp-pwd .dashicons::before { +.login .user-pass-wrap .wp-pwd .dashicons:before { content: "\ee6a"; } - -.login .user-pass-wrap .wp-pwd .dashicons-visibility::before { +.login .user-pass-wrap .wp-pwd .dashicons-visibility:before { content: "\ee69"; } -.login form#loginform label[for="user_pass"]::before { +.login form#loginform label[for="user_pass"]:before { content: "\eebf"; font-size: 20px; top: 12px; } - .login form#loginform label[for="user_pass"] .label-switch { position: absolute; top: 15px; @@ -5549,16 +5204,14 @@ body.login:not(.login-split-page) .language-switcher { transition: all 0.3s ease; opacity: 0.5; } - -.login form#loginform label[for="user_pass"] .label-switch.bb-eye::after { +.login form#loginform label[for="user_pass"] .label-switch.bb-eye:after { content: "\ee69"; } - -.login form#loginform label[for="user_pass"] .label-switch::after { +.login form#loginform label[for="user_pass"] .label-switch:after { content: "\ee6a"; font-family: bb-icons; font-style: normal; - font-weight: 400; + font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; @@ -5590,7 +5243,6 @@ body.login:not(.login-split-page) .language-switcher { margin: 20px 0 0; font-size: 14px; } - .login.bb-login .button-primary:hover, .login.wp-core-ui .button-primary:hover, .login.bb-login .wp-generate-pw:hover { @@ -5598,7 +5250,6 @@ body.login:not(.login-split-page) .language-switcher { border-color: var(--bb-login-register-button-border-color-hover); color: var(--bb-login-register-button-text-color-hover); } - .login.bb-login .button-primary:active, .login.wp-core-ui .button-primary:active, .login.bb-login .wp-generate-pw:active { @@ -5614,14 +5265,12 @@ body.login:not(.login-split-page) .language-switcher { color: var(--bb-secondary-button-text-regular); border-radius: var(--bb-button-radius); } - .language-switcher .button:hover, .bb-login.wp-core-ui .language-switcher .button:hover { background-color: var(--bb-secondary-button-background-hover); border-color: var(--bb-secondary-button-border-hover); color: var(--bb-secondary-button-text-hover); } - .language-switcher select, .bb-login.wp-core-ui .language-switcher select { border-radius: var(--bb-input-radius); @@ -5629,7 +5278,7 @@ body.login:not(.login-split-page) .language-switcher { border: 1px solid var(--bb-content-border-color); } -.language-switcher .dashicons.dashicons-translation::before { +.language-switcher .dashicons.dashicons-translation:before { color: var(--bb-admin-screen-txt-color); } @@ -5641,12 +5290,10 @@ body.login:not(.login-split-page) .language-switcher { line-height: 40px; padding: 0 30px; border-radius: 50px; - margin-left: 15px; outline: none; box-shadow: none; min-width: 160px; } - .admin-email__actions .admin-email__actions-primary a.button:hover { border-color: var(--bb-login-register-button-border-color-hover); color: var(--bb-login-register-button-background-color-hover); @@ -5661,7 +5308,6 @@ body.login:not(.login-split-page) .language-switcher { padding-left: 30px; background-size: auto; } - .bb-template-v2 .language-switcher select:focus, .bb-template-v2.bb-login.wp-core-ui .language-switcher select:focus { color: var(--bb-body-text-color); border-color: var(--bb-input-focus-border-color); @@ -5673,7 +5319,6 @@ body.login:not(.login-split-page) .language-switcher { padding: 0 20px; width: 100%; } - .login-action-confirm_admin_email.login-split-page #login { max-width: 100%; } @@ -5684,12 +5329,10 @@ body.login:not(.login-split-page) .language-switcher { } @media (max-width: 782px) { - .login.bb-login .button-primary { line-height: 28px; } } - .login .login-heading { margin: 35px 0 10px; display: -webkit-box; @@ -5712,7 +5355,6 @@ body.login:not(.login-split-page) .language-switcher { .login .message#bp_member_switching_switch_on { background-color: #a8aab4; } - .login .message#bp_member_switching_switch_on a { vertical-align: middle; margin-top: 2px; @@ -5759,7 +5401,6 @@ body.login .login-heading a { text-decoration: none; color: var(--bb-login-register-link-color-regular); } - body.login .login-heading a:hover, body.login .login-heading a:focus { color: var(--bb-login-register-link-color-hover); } @@ -5769,7 +5410,6 @@ body.login .login-heading a:hover, body.login .login-heading a:focus { box-shadow: none; color: var(--bb-login-register-link-color-regular); } - .login a:hover { color: var(--bb-login-register-link-color-hover); } @@ -5780,7 +5420,7 @@ body.login .login-heading a:hover, body.login .login-heading a:focus { } .login form .forgetmenot label strong { - font-weight: 400; + font-weight: normal; } .login.bb-login #login p#nav, @@ -5795,9 +5435,8 @@ body.login .login-heading a:hover, body.login .login-heading a:focus { padding-top: 4px; position: relative; } - .login.bb-login form .forgetmenot input[type="checkbox"], -.login.bb-login form .forgetmenot input[type="checkbox"]::before { +.login.bb-login form .forgetmenot input[type="checkbox"]:before { margin: 0; width: 20px; height: 20px; @@ -5805,7 +5444,6 @@ body.login .login-heading a:hover, body.login .login-heading a:focus { right: 0; top: 4px; } - .login.bb-login form .forgetmenot input[type="checkbox"]:focus + .checkbox { border-color: var(--bb-input-focus-border-color); box-shadow: var(--bb-input-focus-shadow); @@ -5818,9 +5456,8 @@ body.login .login-heading a:hover, body.login .login-heading a:focus { padding-top: 4px; position: relative; } - .login.bb-login form .pw-weak input[type="checkbox"], -.login.bb-login form .pw-weak input[type="checkbox"]::before { +.login.bb-login form .pw-weak input[type="checkbox"]:before { margin: 0; width: 20px; height: 20px; @@ -5828,7 +5465,6 @@ body.login .login-heading a:hover, body.login .login-heading a:focus { right: 0; top: 4px; } - .login.bb-login form .pw-weak input[type="checkbox"]:focus + .checkbox { border-color: var(--bb-input-focus-border-color); box-shadow: var(--bb-input-focus-shadow); @@ -5843,8 +5479,8 @@ body.login .login-heading a:hover, body.login .login-heading a:focus { align-items: center; -ms-flex-flow: row wrap; flex-flow: row wrap; + gap: 10px; } - .admin-email__actions-primary #correct-admin-email { margin: 0; width: auto; @@ -5888,8 +5524,7 @@ span.checkbox.on { border-color: var(--bb-primary-color); border-radius: var(--bb-checkbox-radius); } - -span.checkbox.on::before { +span.checkbox.on:before { color: #fff; content: "\e876"; font-family: bb-icons; @@ -5928,7 +5563,6 @@ form#lostpasswordform a.bs-sign-in:hover { .login form#resetpassform .password-input-wrapper { width: 100%; } - .login form#resetpassform .password-input-wrapper .button.button-secondary { text-align: center; vertical-align: baseline; @@ -6007,13 +5641,57 @@ form#lostpasswordform a.bs-sign-in:hover { } #bs-pass2 { + margin-bottom: 0; +} + +.user-bs-pass2-wrap { margin-bottom: 20px; + position: relative; +} +.user-bs-pass2-wrap .button-reset-hide-pw { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.user-bs-pass2-wrap .button-reset-hide-pw i { + font-size: 18px; + color: #122b46; + opacity: 0.5; +} + +#resetpassform .wp-pwd .wp-hide-pw .dashicons { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +#resetpassform .wp-pwd .wp-hide-pw .dashicons:before { + font-family: bb-icons; + font-style: normal; + font-weight: normal; + speak: none; + display: inline-block; + text-decoration: inherit; + font-variant: normal; + font-size: 18px; + color: #122b46; + opacity: 0.5; +} +#resetpassform .wp-pwd .wp-hide-pw .dashicons-hidden:before { + content: "\ee6a"; +} +#resetpassform .wp-pwd .wp-hide-pw .dashicons-visibility:before { + content: "\ee69"; } .login.login-action-lostpassword.bb-login form#lostpasswordform p.submit { text-align: center; } - .login.login-action-lostpassword.bb-login form#lostpasswordform p.submit input#wp-submit { float: none; } @@ -6032,20 +5710,18 @@ form#lostpasswordform a:focus.bs-sign-in { } span.apsl-login-new-text { - font-weight: 400; + font-weight: normal; } .apsl-login-networks.theme-1 .apsl-icon-block .fa { -webkit-transition-property: none; transition-property: none; - /* AccessPress Social Login fix */ } body.login .privacy-policy-page-link { margin: 2em 0; } - body.login .privacy-policy-page-link a { font-weight: 600; } @@ -6064,20 +5740,17 @@ body.login .login-popup.bb-modal { line-height: 1.6875rem; color: var(--bb-body-text-color); } - body.login .login-popup.bb-modal ul, body.login .login-popup.bb-modal ol, body.login .login-popup.bb-modal dd { - margin: 0 1.6875rem 1.6875rem 0; + margin: 0rem 1.6875rem 1.6875rem 0rem; padding: 0; } - body.login .login-popup.bb-modal .mfp-close, body.login .login-popup.bb-modal .mfp-close:hover { background-color: transparent; box-shadow: none; } - body.login .login-popup.bb-modal p { margin: 0 0 1.6875rem; } @@ -6109,12 +5782,17 @@ body.login .mfp-bg { } @media (max-width: 992px) { - body.login .login-popup.bb-modal { padding: 40px 20px; } } - .bb-modal iframe { margin-bottom: 1.6875rem; } + +div.bb-sso-container .bb-sso-button-default { + background-color: var(--bb-content-background-color); + border-color: var(--bb-content-border-color); + color: var(--bb-secondary-button-text-regular); + border-radius: var(--bb-button-radius); +} diff --git a/web/app/themes/buddyboss-theme/assets/css-rtl/login.min.css b/web/app/themes/buddyboss-theme/assets/css-rtl/login.min.css index 585f05d0..66bbdb05 100644 --- a/web/app/themes/buddyboss-theme/assets/css-rtl/login.min.css +++ b/web/app/themes/buddyboss-theme/assets/css-rtl/login.min.css @@ -1,1449 +1 @@ -.group::after{content:" ";display:table;clear:both} - -.h1,.h2,.h3,.h4,.h5,.h6,address,body.login .login-popup.bb-modal .h1,body.login .login-popup.bb-modal .h2,body.login .login-popup.bb-modal .h3,body.login .login-popup.bb-modal .h4,body.login .login-popup.bb-modal .h5,body.login .login-popup.bb-modal .h6,body.login .login-popup.bb-modal address,body.login .login-popup.bb-modal h1,body.login .login-popup.bb-modal h2,body.login .login-popup.bb-modal h3,body.login .login-popup.bb-modal h4,body.login .login-popup.bb-modal h5,body.login .login-popup.bb-modal h6,body.login .login-popup.bb-modal hr,body.login .login-popup.bb-modal p,h1,h2,h3,h4,h5,h6,hr,p{margin:0 0 1.6875rem;padding:0}/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */article,aside,footer,header,nav,section{display:block} - -figcaption,figure,main{display:block} - -abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted} - -b,strong{font-weight:inherit} - -b,strong{font-weight:bolder} - -dfn{font-style:italic} - -mark{background-color:#ff0;color:#000} - -small{font-size:80%} - -sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline} - -sub{bottom:-.25em} - -sup{top:-.5em} - -audio,video{display:inline-block} - -audio:not([controls]){display:none;height:0} - -svg:not(:root){overflow:hidden} - -button,input,optgroup,select,textarea{margin:0} - -button,input{overflow:visible} - -button,select{text-transform:none} - -[type=reset],[type=submit],button,html [type=button]{appearance:button} - -[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0} - -[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText} - -legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal} - -progress{display:inline-block;vertical-align:baseline} - -textarea{overflow:auto} - -[type=checkbox],[type=radio]{box-sizing:border-box;padding:0} - -[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto} - -[type=search]{appearance:textfield;outline-offset:-2px} - -[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none} - -::-webkit-file-upload-button{appearance:button;font:inherit} - -details,menu{display:block} - -summary{display:list-item} - -canvas{display:inline-block} - -template{display:none} - -[hidden]{display:none} - -html{box-sizing:border-box} - -*,::after,::before{box-sizing:inherit} - -body{background-color:var(--bb-body-background-color);color:var(--bb-body-text-color);margin:0;font-family:-apple-system,blinkmacsystemfont,"Segoe UI",roboto,oxygen-sans,ubuntu,cantarell,"Helvetica Neue",sans-serif;font-size:16px;line-height:1.6875rem;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;overflow-x:hidden} - -body.mce-content-body{font-family:inherit;margin:.9375rem} - -img{border:0;font-style:italic;height:auto;max-width:100%;vertical-align:middle} - -a{background-color:transparent;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} - -.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,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:var(--bb-headings-color);font-family:-apple-system,blinkmacsystemfont,"Segoe UI",roboto,oxygen-sans,ubuntu,cantarell,"Helvetica Neue",sans-serif} - -dd,ol,ul{margin:0 1.6875rem 1.6875rem 0;padding:0} - -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:100% 0;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:0 .1875rem;font-size:80%;background-color:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);border-radius:3px} - -code,kbd,pre,samp{font-family:"Courier New",courier,"Lucida Sans Typewriter","Lucida Typewriter",monospace;font-size:1rem} - -blockquote,q{font-size:1.25rem;font-weight:300;font-style:italic;color:var(--bb-body-text-color);line-height:1.637} - -hr{background-color:var(--bb-content-border-color);border:0;box-sizing:content-box;height:2px} - -figure:not(.wp-block-image){margin:0} - -.text-left{text-align:right} - -.text-center{text-align:center} - -.text-right{text-align:left} - -ul.unstyled{margin-right: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:700!important} - -.normal{font-weight:400!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-right:0;margin-left:0} - -.container,.container-fluid{margin-right:auto;margin-left:auto;padding-right:10px;padding-left: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-right:0;padding-left:0} - -.page-template-page-fullwidth-content #content #primary{max-width:100%} - -.container-full{width:100vw;position:relative;right:50%;left:50%;margin-right:-50vw;margin-left:-50vw} - -.bb-grid{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px;margin-left:-10px;-ms-flex-wrap:wrap;flex-wrap:wrap} - -.bb-grid-cell,.bb-grid>*{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1px;list-style:none} - -.bb-grid-cell:not(.no-gutter),.bb-grid>:not(.no-gutter){padding-right:10px;padding-left:10px} - -.site-content-grid>style{display:none} - -.grid-reverse{-ms-flex-flow:row-reverse;flex-flow:row-reverse} - -.align-items-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.align-items-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end} - -.align-items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -.align-self-top{-ms-flex-item-align:start;align-self:flex-start} - -.align-self-bottom{-ms-flex-item-align:end;align-self:flex-end} - -.align-self-center{-ms-flex-item-align:center;align-self:center} - -.push-center{margin-right:auto;margin-left:auto} - -.push-right{margin-right:auto} - -.push-middle{margin-top:auto;margin-bottom:auto} - -.push-bottom{margin-top:auto} - -.push-top{margin-bottom:auto}@media (max-width:543px){ - -.bb-grid{-ms-flex-flow:row wrap;flex-flow:row wrap} - -.bb-grid-cell,.bb-grid>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@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%}}@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}}@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:right;font-size:16px;font-weight:500;color:var(--bb-alternate-text-color)} - -th{text-align:right;font-weight:600;vertical-align:bottom;color:var(--bb-headings-color)} - -td{vertical-align:top} - -td.align-middle,tr.align-middle td{vertical-align:middle} - -td,th{padding:1rem 1rem;border-bottom:1px solid var(--bb-content-border-color)} - -table tr:last-child td:first-child{border-bottom-right-radius:var(--bb-block-radius-inner)} - -table tr:last-child td:last-child{border-bottom-left-radius:var(--bb-block-radius-inner)} - -tfoot td,tfoot th{color:var(--bb-alternate-text-color)} - -table tr:last-child td,table tr:last-child th{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-right:1rem} - -table.bordered td:last-child,table.bordered th:last-child,table.striped td:last-child,table.striped th:last-child{padding-left: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 td,.wp-block-table table th{border-color:var(--bb-content-border-color);border-left:1px solid var(--bb-content-border-color)} - -.wp-block-table table tr td:last-child,.wp-block-table table tr th:last-child{border-left:0} - -.wp-block-table table td:first-child,.wp-block-table table th:first-child{padding-right:1rem} - -.wp-block-table table td:last-child,.wp-block-table table th:last-child{padding-left: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,select,textarea{display:inline-block;font-family:inherit;font-style:inherit;font-size:15px;height:41px;outline:0;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,select.placeholder,textarea.placeholder{color:#c3c6c9} - -input:placeholder,select:placeholder,textarea:placeholder{color:#c3c6c9} - -input::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#c3c6c9} - -input:-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#c3c6c9} - -input::placeholder,select::placeholder,textarea::placeholder{color:#c3c6c9} - -input:input-placeholder,select:input-placeholder,textarea:input-placeholder{color:#c3c6c9} - -input::input-placeholder,select::input-placeholder,textarea::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,select.small,textarea.small{height:34px;font-size:13px;padding:0 12px;border-radius:var(--bb-input-radius)} - -input.big,select.big,textarea.big{height:48px;font-size:17px;padding:0 12px;border-radius:var(--bb-input-radius)} - -input:focus,select:focus,textarea:focus{outline:0;background-color:var(--bb-content-background-color);box-shadow:var(--bb-input-focus-shadow);border-color:var(--bb-input-focus-border-color)} - -input.success,select.success,textarea.success{background-color:rgba(var(--bb-success-color-rgb),.1);border:1px solid rgba(var(--bb-success-color-rgb),.15)} - -input.success:focus,select.success:focus,textarea.success:focus{border-color:var(--bb-success-color);box-shadow:none} - -input.disabled,input:disabled,select.disabled,select:disabled,textarea.disabled,textarea:disabled{background-color:var(--bb-content-alternate-background-color);opacity:.75} - -input.error,select.error,textarea.error{border-color:rgba(var(--bb-danger-color-rgb),1)} - -input.error:focus,select.error:focus,textarea.error:focus{border-color:var(--bb-danger-color);box-shadow:none} - -select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:left 1rem center;padding-left:40px} - -select[multiple]{background-image:none;height:auto;padding:.5rem .75rem} - -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:100% 0;box-shadow:none;display:inline-block} - -input.search,input[name=bbp_search],input[type=search]{background-repeat:no-repeat;background-size:16px;background-image:url(../images/svg/search.svg);background-position:right 10px center;padding-right:2rem} - -input.select2-search__field{background:100% 0} - -input[type=checkbox],input[type=radio]{display:inline-block;width:auto;height:auto;padding:0} - -label{color:var(--bb-headings-color);margin-bottom:.25rem;font-size:17px} - -label .desc,label .error,label .success,label.checkbox{text-transform:none;font-weight:400} - -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-left:1rem} - -.req{position:relative;top:1px;font-weight:700;color:var(--bb-danger-color);font-size:110%} - -div.desc,span.desc{color:rgba(var(--bb-body-text-color),.5);font-size:14px;line-height:20px} - -span.desc{margin-right:4px} - -div.desc{margin-top:.25rem;margin-bottom:-.5rem} - -.form-buttons .button,.form-buttons button{margin-left:.5rem} - -.form-item,form{margin-bottom:2rem} - -.form>.form-item:last-child{margin-bottom:0} - -.form .row:last-child .form-item{margin-bottom:0} - -.form span.error,.form span.success{font-size:14px;line-height:20px;margin-right:.25rem} - -.form-inline input,.form-inline select,.form-inline textarea{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:400;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:var(--bb-input-radius) 0 0 var(--bb-input-radius)} - -.prepend .button{margin-left:-1px;border-radius:0 var(--bb-input-radius) var(--bb-input-radius) 0!important} - -.prepend span{border-left:none;border-radius:0 var(--bb-input-radius) var(--bb-input-radius) 0} - -.append input{border-radius:0 var(--bb-input-radius) var(--bb-input-radius) 0} - -.append .button{margin-right:-1px;border-radius:var(--bb-input-radius) 0 0 var(--bb-input-radius)!important} - -.append span{border-right:none;border-radius:var(--bb-input-radius) 0 0 var(--bb-input-radius)} - -.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-left: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:"\e876";position:absolute;right:3px;top:3px;font-family:bb-icons;font-weight:400;color:#fff;font-size:14px;display:block} - -.bs-styled-radio{position:absolute;opacity:0} - -.bs-styled-radio+.bb-radio-label,.bs-styled-radio+label{display:inline-block;position:relative;cursor:pointer;padding:0} - -.bs-styled-radio+.bb-radio-label::before,.bs-styled-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-left:10px} - -.bs-styled-radio:disabled+.bb-radio-label,.bs-styled-radio:disabled+label{color:#b8b8b8;cursor:auto} - -.bs-styled-radio:disabled+.bb-radio-label::before,.bs-styled-radio:disabled+label::before{box-shadow:none;background:#ddd} - -.bs-styled-radio:checked+.bb-radio-label::after,.bs-styled-radio:checked+label::after{content:"";background-color:var(--bb-primary-color);margin:auto;width:14px;position:absolute;height:14px;text-align:center;right: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%}} - -input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none} - -.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,.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,.button,button,input[type=button],input[type=submit]{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:0;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} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment: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,.button:focus,button:focus,input[type=button]:focus,input[type=submit]:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.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,.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,.button i,button i,input[type=button] i,input[type=submit] i{position:relative} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel: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:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:hover,.buddypress .buddypress-wrap .comment-reply-link:focus,.buddypress .buddypress-wrap .comment-reply-link:hover,.buddypress .buddypress-wrap .generic-button a:focus,.buddypress .buddypress-wrap .generic-button a:hover,.buddypress .buddypress-wrap a.bp-title-button:focus,.buddypress .buddypress-wrap a.bp-title-button:hover,.buddypress .buddypress-wrap a.button:focus,.buddypress .buddypress-wrap a.button:hover,.buddypress .buddypress-wrap button:focus,.buddypress .buddypress-wrap button:hover,.buddypress .buddypress-wrap input[type=button]:focus,.buddypress .buddypress-wrap input[type=button]:hover,.buddypress .buddypress-wrap input[type=reset]:focus,.buddypress .buddypress-wrap input[type=reset]:hover,.buddypress .buddypress-wrap input[type=submit]:focus,.buddypress .buddypress-wrap input[type=submit]:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:focus,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:hover,.button:focus,.button:hover,button:focus,button:hover,input[type=button]:focus,input[type=button]:hover,input[type=submit]:focus,input[type=submit]:hover{outline:0;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)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save:active,.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:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:hover,.buddypress .buddypress-wrap .comment-reply-link:active,.buddypress .buddypress-wrap .comment-reply-link:focus,.buddypress .buddypress-wrap .comment-reply-link:hover,.buddypress .buddypress-wrap .generic-button a:active,.buddypress .buddypress-wrap .generic-button a:focus,.buddypress .buddypress-wrap .generic-button a:hover,.buddypress .buddypress-wrap a.bp-title-button:active,.buddypress .buddypress-wrap a.bp-title-button:focus,.buddypress .buddypress-wrap a.bp-title-button:hover,.buddypress .buddypress-wrap a.button:active,.buddypress .buddypress-wrap a.button:focus,.buddypress .buddypress-wrap a.button:hover,.buddypress .buddypress-wrap button:active,.buddypress .buddypress-wrap button:focus,.buddypress .buddypress-wrap button:hover,.buddypress .buddypress-wrap input[type=button]:active,.buddypress .buddypress-wrap input[type=button]:focus,.buddypress .buddypress-wrap input[type=button]:hover,.buddypress .buddypress-wrap input[type=reset]:active,.buddypress .buddypress-wrap input[type=reset]:focus,.buddypress .buddypress-wrap input[type=reset]:hover,.buddypress .buddypress-wrap input[type=submit]:active,.buddypress .buddypress-wrap input[type=submit]:focus,.buddypress .buddypress-wrap input[type=submit]:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:active,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:focus,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:hover,.button:active,.button:focus,.button:hover,button:active,button:focus,button:hover,input[type=button]:active,input[type=button]:focus,input[type=button]:hover,input[type=submit]:active,input[type=submit]:focus,input[type=submit]:hover{outline:0;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)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.disabled,button.disabled,input[type=button].disabled,input[type=submit].disabled{cursor:default;font-style:normal;color:#c8cbcf;background-color:#f5f5f5;opacity:1} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.small,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.small,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.small,button.small,input[type=button].small,input[type=submit].small{font-size:14px;font-weight:500;min-height:34px;line-height:34px;padding:0 20px;border-radius:var(--bb-button-radius)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.big,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.big,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.big,button.big,input[type=button].big,input[type=submit].big{font-size:16px;min-height:62px;line-height:62px;padding:0 40px;border-radius:var(--bb-button-radius)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.large,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.large,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.large,button.large,input[type=button].large,input[type=submit].large{font-size:16px;min-height:50px;line-height:50px;padding:0 30px;border-radius:var(--bb-button-radius)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.full,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.full,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.full,button.full,input[type=button].full,input[type=submit].full{width:100%} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary,button.secondary,input[type=button].secondary,input[type=submit].secondary{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)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary:hover,button.secondary:hover,input[type=button].secondary:hover,input[type=submit].secondary:hover{color:#1e2132;background-color:rgba(255,255,255,.05)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary:active,button.secondary:active,input[type=button].secondary:active,input[type=submit].secondary:active{color:#1e2132;background-color:rgba(255,255,255,.09)} - -.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.action-save.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.secondary.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{color:#c8cbcf;background-color:#f5f5f5} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary.outline,button.secondary.outline,input[type=button].secondary.outline,input[type=submit].secondary.outline{background:100% 0;color:#fff;border-color:#fff} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary.outline:hover,button.secondary.outline:hover,input[type=button].secondary.outline:hover,input[type=submit].secondary.outline:hover{color:rgba(255,255,255,.05);border-color:rgba(255,255,255,.05)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary.outline:active,button.secondary.outline:active,input[type=button].secondary.outline:active,input[type=submit].secondary.outline:active{color:rgba(255,255,255,.12);border-color:rgba(255,255,255,.12)} - -.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.action-save.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.secondary.outline.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{background:#f5f5f5;color:#dedfe2;border-color:#dedfe2;opacity:1} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary:focus,button.secondary:focus,input[type=button].secondary:focus,input[type=submit].secondary:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary:hover,button.secondary:hover,input[type=button].secondary:hover,input[type=submit].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)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success,button.success,input[type=button].success,input[type=submit].success{color:#fff;background-color:var(--bb-success-color)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success:hover,button.success:hover,input[type=button].success:hover,input[type=submit].success:hover{color:#fff;background-color:rgba(var(--bb-success-color),.05)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success:active,button.success:active,input[type=button].success:active,input[type=submit].success:active{color:#fff;background-color:rgba(var(--bb-success-color),.09)} - -.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.action-save.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.success.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{color:#c8cbcf;background-color:#f5f5f5} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success.outline,button.success.outline,input[type=button].success.outline,input[type=submit].success.outline{background:100% 0;color:var(--bb-success-color);border-color:var(--bb-success-color)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success.outline:hover,button.success.outline:hover,input[type=button].success.outline:hover,input[type=submit].success.outline:hover{color:rgba(var(--bb-success-color),.05);border-color:rgba(var(--bb-success-color),.05)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success.outline:active,button.success.outline:active,input[type=button].success.outline:active,input[type=submit].success.outline:active{color:rgba(var(--bb-success-color),.12);border-color:rgba(var(--bb-success-color),.12)} - -.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.action-save.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.success.outline.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{background:#f5f5f5;color:#dedfe2;border-color:#dedfe2;opacity:1} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.error,button.error,input[type=button].error,input[type=submit].error{color:#fff;background-color:var(--bb-danger-color)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error: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.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,.button.error:hover,button.error:hover,input[type=button].error:hover,input[type=submit].error:hover{color:#fff;background-color:rgba(var(--bb-danger-color),.05)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.error:active,button.error:active,input[type=button].error:active,input[type=submit].error:active{color:#fff;background-color:rgba(var(--bb-danger-color),.09)} - -.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.action-save.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.error.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{color:#c8cbcf;background-color:#f5f5f5} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.error.outline,button.error.outline,input[type=button].error.outline,input[type=submit].error.outline{background:100% 0;color:var(--bb-danger-color);border-color:var(--bb-danger-color)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.error.outline:hover,button.error.outline:hover,input[type=button].error.outline:hover,input[type=submit].error.outline:hover{color:rgba(var(--bb-danger-color),.05);border-color:rgba(var(--bb-danger-color),.05)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.error.outline:active,button.error.outline:active,input[type=button].error.outline:active,input[type=submit].error.outline:active{color:rgba(var(--bb-danger-color),.12);border-color:rgba(var(--bb-danger-color),.12)} - -.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.action-save.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.error.outline.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{background:#f5f5f5;color:#dedfe2;border-color:#dedfe2;opacity:1} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.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.error.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.error:hover,.buddypress .buddypress-wrap .comment-reply-link.error.outline:hover,.buddypress .buddypress-wrap .comment-reply-link.error:hover,.buddypress .buddypress-wrap .generic-button a.error.outline:hover,.buddypress .buddypress-wrap .generic-button a.error:hover,.buddypress .buddypress-wrap a.bp-title-button.error.outline:hover,.buddypress .buddypress-wrap a.bp-title-button.error:hover,.buddypress .buddypress-wrap a.button.error.outline:hover,.buddypress .buddypress-wrap a.button.error:hover,.buddypress .buddypress-wrap button.error.outline:hover,.buddypress .buddypress-wrap button.error:hover,.buddypress .buddypress-wrap input[type=button].error.outline:hover,.buddypress .buddypress-wrap input[type=button].error:hover,.buddypress .buddypress-wrap input[type=reset].error.outline:hover,.buddypress .buddypress-wrap input[type=reset].error:hover,.buddypress .buddypress-wrap input[type=submit].error.outline:hover,.buddypress .buddypress-wrap input[type=submit].error:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error.outline:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error:hover,.button.error.outline:hover,.button.error:hover,button.error.outline:hover,button.error:hover,input[type=button].error.outline:hover,input[type=button].error:hover,input[type=submit].error.outline:hover,input[type=submit].error:hover{background-color:var(--bb-secondary-button-background-regular);border-color:var(--bb-danger-color);color:var(--bb-danger-color)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted,button.inverted,input[type=button].inverted,input[type=submit].inverted{color:#000;background-color:#fff} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted:hover,button.inverted:hover,input[type=button].inverted:hover,input[type=submit].inverted:hover{color:#000;background-color:rgba(255,255,255,.05)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted:active,button.inverted:active,input[type=button].inverted:active,input[type=submit].inverted:active{color:#000;background-color:rgba(255,255,255,.09)} - -.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.action-save.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.inverted.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{color:#c8cbcf;background-color:#f5f5f5} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted.outline,button.inverted.outline,input[type=button].inverted.outline,input[type=submit].inverted.outline{background:100% 0;color:#fff;border-color:#fff} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted.outline:hover,button.inverted.outline:hover,input[type=button].inverted.outline:hover,input[type=submit].inverted.outline:hover{color:rgba(255,255,255,.05);border-color:rgba(255,255,255,.05)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted.outline:active,button.inverted.outline:active,input[type=button].inverted.outline:active,input[type=submit].inverted.outline:active{color:rgba(255,255,255,.12);border-color:rgba(255,255,255,.12)} - -.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.action-save.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.inverted.outline.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{background:#f5f5f5;color:#dedfe2;border-color:#dedfe2;opacity:1} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted:hover,button.inverted:hover,input[type=button].inverted:hover,input[type=submit].inverted:hover{opacity:.7} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.round,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.round,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.round,button.round,input[type=button].round,input[type=submit].round{border-radius:50px} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.raised,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.raised,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.raised,button.raised,input[type=button].raised,input[type=submit].raised{box-shadow:0 1px 3px rgba(0,0,0,.3)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.outline,button.outline,input[type=button].outline,input[type=submit].outline{background:100% 0;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} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.outline:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.outline:focus,button.outline:focus,input[type=button].outline:focus,input[type=submit].outline:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.outline:active,.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:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.outline:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.outline:hover,.buddypress .buddypress-wrap .comment-reply-link.outline:active,.buddypress .buddypress-wrap .comment-reply-link.outline:focus,.buddypress .buddypress-wrap .comment-reply-link.outline:hover,.buddypress .buddypress-wrap .generic-button a.outline:active,.buddypress .buddypress-wrap .generic-button a.outline:focus,.buddypress .buddypress-wrap .generic-button a.outline:hover,.buddypress .buddypress-wrap a.bp-title-button.outline:active,.buddypress .buddypress-wrap a.bp-title-button.outline:focus,.buddypress .buddypress-wrap a.bp-title-button.outline:hover,.buddypress .buddypress-wrap a.button.outline:active,.buddypress .buddypress-wrap a.button.outline:focus,.buddypress .buddypress-wrap a.button.outline:hover,.buddypress .buddypress-wrap button.outline:active,.buddypress .buddypress-wrap button.outline:focus,.buddypress .buddypress-wrap button.outline:hover,.buddypress .buddypress-wrap input[type=button].outline:active,.buddypress .buddypress-wrap input[type=button].outline:focus,.buddypress .buddypress-wrap input[type=button].outline:hover,.buddypress .buddypress-wrap input[type=reset].outline:active,.buddypress .buddypress-wrap input[type=reset].outline:focus,.buddypress .buddypress-wrap input[type=reset].outline:hover,.buddypress .buddypress-wrap input[type=submit].outline:active,.buddypress .buddypress-wrap input[type=submit].outline:focus,.buddypress .buddypress-wrap input[type=submit].outline:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.outline:active,.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:hover,.button.outline:active,.button.outline:focus,.button.outline:hover,button.outline:active,button.outline:focus,button.outline:hover,input[type=button].outline:active,input[type=button].outline:focus,input[type=button].outline:hover,input[type=submit].outline:active,input[type=submit].outline:focus,input[type=submit].outline: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)} - -.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.action-save.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.outline.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{opacity:.5} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.upper,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.upper,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.upper,button.upper,input[type=button].upper,input[type=submit].upper{text-transform:uppercase;letter-spacing:.04em;font-size:14px} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.upper.small,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.upper.small,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.upper.small,button.upper.small,input[type=button].upper.small,input[type=submit].upper.small{font-size:12px} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.upper.big,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.upper.big,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.upper.big,button.upper.big,input[type=button].upper.big,input[type=submit].upper.big{font-size:14px} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.upper.large,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.upper.large,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.upper.large,button.upper.large,input[type=button].upper.large,input[type=submit].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:active,.wp-block-file .wp-block-file__button:focus,.wp-block-file .wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__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)} - -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 a,.breadcrumbs span{font-style:normal;padding:0 .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 a,.breadcrumbs li:first-child span{padding-right: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 a,.pagination span{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 li.active a,.pagination span{color:rgba(0,0,0,.5);border-color:#e0e1e1;cursor:text} - -.pagination.upper{font-size:14px} - -.bbp-pagination-links{border:0;padding:0;background:100% 0;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,.llms-pagination>ul,.woocommerce-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-lms-pagination .page-numbers,.bb-lms-pagination .post-page-numbers,.bbp-pagination-links .page-numbers,.bbp-pagination-links .post-page-numbers,.bp-pagination-links .page-numbers,.bp-pagination-links .post-page-numbers,.llms-pagination .page-numbers,.llms-pagination .post-page-numbers,.page-links .page-numbers,.page-links .post-page-numbers,.woocommerce-pagination .page-numbers,.woocommerce-pagination .post-page-numbers{display:inline-block;width:28px;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 a.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.post-page-numbers,.bbp-pagination-links a.page-numbers:not(.prev,.next),.bbp-pagination-links a.post-page-numbers,.bp-pagination-links a.page-numbers:not(.prev,.next),.bp-pagination-links a.post-page-numbers,.llms-pagination a.page-numbers:not(.prev,.next),.llms-pagination a.post-page-numbers,.page-links a.page-numbers:not(.prev,.next),.page-links a.post-page-numbers,.woocommerce-pagination a.page-numbers:not(.prev,.next),.woocommerce-pagination 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.post-page-numbers:hover,.bb-lms-pagination a.page-numbers:not(.prev,.next):hover,.bb-lms-pagination a.post-page-numbers:hover,.bbp-pagination-links a.page-numbers:not(.prev,.next):hover,.bbp-pagination-links a.post-page-numbers:hover,.bp-pagination-links a.page-numbers:not(.prev,.next):hover,.bp-pagination-links a.post-page-numbers:hover,.llms-pagination a.page-numbers:not(.prev,.next):hover,.llms-pagination a.post-page-numbers:hover,.page-links a.page-numbers:not(.prev,.next):hover,.page-links a.post-page-numbers:hover,.woocommerce-pagination a.page-numbers:not(.prev,.next):hover,.woocommerce-pagination a.post-page-numbers:hover{color:var(--bb-primary-color)} - -.bb-bp-invites-content .table-responsive a.prev,.bb-lms-pagination a.prev,.bbp-pagination-links a.prev,.bp-pagination-links a.prev,.llms-pagination a.prev,.page-links a.prev,.woocommerce-pagination a.prev{margin-left:5px} - -.bb-bp-invites-content .table-responsive a.next,.bb-lms-pagination a.next,.bbp-pagination-links a.next,.bp-pagination-links a.next,.llms-pagination a.next,.page-links a.next,.woocommerce-pagination a.next{margin-right:5px} - -.bb-bp-invites-content .table-responsive a.next,.bb-bp-invites-content .table-responsive a.prev,.bb-lms-pagination a.next,.bb-lms-pagination a.prev,.bbp-pagination-links a.next,.bbp-pagination-links a.prev,.bp-pagination-links a.next,.bp-pagination-links a.prev,.llms-pagination a.next,.llms-pagination a.prev,.page-links a.next,.page-links a.prev,.woocommerce-pagination a.next,.woocommerce-pagination a.prev{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.next:hover,.bb-bp-invites-content .table-responsive a.prev:hover,.bb-lms-pagination a.next:hover,.bb-lms-pagination a.prev:hover,.bbp-pagination-links a.next:hover,.bbp-pagination-links a.prev:hover,.bp-pagination-links a.next:hover,.bp-pagination-links a.prev:hover,.llms-pagination a.next:hover,.llms-pagination a.prev:hover,.page-links a.next:hover,.page-links a.prev:hover,.woocommerce-pagination a.next:hover,.woocommerce-pagination a.prev:hover{background-color:var(--bb-content-alternate-background-color)} - -.bb-bp-invites-content .table-responsive a.next::before,.bb-bp-invites-content .table-responsive a.prev::before,.bb-lms-pagination a.next::before,.bb-lms-pagination a.prev::before,.bbp-pagination-links a.next::before,.bbp-pagination-links a.prev::before,.bp-pagination-links a.next::before,.bp-pagination-links a.prev::before,.llms-pagination a.next::before,.llms-pagination a.prev::before,.page-links a.next::before,.page-links a.prev::before,.woocommerce-pagination a.next::before,.woocommerce-pagination a.prev::before{font-family:bb-icons;speak:none;font-style:normal;font-weight:400;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,.bbp-pagination-links a.prev::before,.bp-pagination-links a.prev::before,.llms-pagination a.prev::before,.page-links a.prev::before,.woocommerce-pagination a.prev::before{content:"\e8ab"} - -.bb-bp-invites-content .table-responsive a.next::before,.bb-lms-pagination a.next::before,.bbp-pagination-links a.next::before,.bp-pagination-links a.next::before,.llms-pagination a.next::before,.page-links a.next::before,.woocommerce-pagination a.next::before{content:"\e827"} - -.bb-bp-invites-content .table-responsive span.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.post-page-numbers,.bbp-pagination-links span.page-numbers:not(.dots),.bbp-pagination-links span.post-page-numbers,.bp-pagination-links span.page-numbers:not(.dots),.bp-pagination-links span.post-page-numbers,.llms-pagination span.page-numbers:not(.dots),.llms-pagination span.post-page-numbers,.page-links span.page-numbers:not(.dots),.page-links span.post-page-numbers,.woocommerce-pagination span.page-numbers:not(.dots),.woocommerce-pagination 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-lms-pagination span.page-numbers.disabled,.bbp-pagination-links span.page-numbers.disabled,.bp-pagination-links span.page-numbers.disabled,.llms-pagination span.page-numbers.disabled,.page-links span.page-numbers.disabled,.woocommerce-pagination span.page-numbers.disabled{background-color:transparent;color:var(--bb-body-text-color)} - -.llms-pagination ul.page-numbers,.woocommerce nav.woocommerce-pagination ul.page-numbers,.woocommerce-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} - -.woocommerce nav.woocommerce-pagination ul li,.woocommerce-pagination ul li,body.woocommerce nav.woocommerce-pagination ul li{margin:0 3px} - -.woocommerce nav.woocommerce-pagination ul li a,.woocommerce-pagination ul li a,body.woocommerce nav.woocommerce-pagination ul li a{background-color:transparent} - -.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce-pagination ul li a:focus,.woocommerce-pagination ul li a:hover,body.woocommerce nav.woocommerce-pagination ul li a:focus,body.woocommerce nav.woocommerce-pagination ul li a:hover{color:var(--bb-primary-color);background-color:transparent} - -.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,body.woocommerce nav.woocommerce-pagination ul li a.next,body.woocommerce nav.woocommerce-pagination ul li a.prev{font-size:0;color:var(--bb-body-text-color);background-color:var(--bb-content-background-color)} - -.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,body.woocommerce nav.woocommerce-pagination ul li a.next:hover,body.woocommerce nav.woocommerce-pagination ul li a.prev:hover{background-color:var(--bb-content-alternate-background-color)} - -.woocommerce nav.woocommerce-pagination ul li span.current,.woocommerce-pagination ul li span.current,body.woocommerce nav.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.next,.buddypress-wrap .bp-pagination .bp-pagination-links a.prev,.buddypress-wrap .bp-pagination .bp-pagination-links span.next,.buddypress-wrap .bp-pagination .bp-pagination-links span.prev{font-size:0} - -.push-left{margin-left:auto} - -.push-right{margin-right:auto} - -.push-center{margin-right:auto;margin-left:auto} - -.push-middle{margin-top:auto;margin-bottom:auto} - -.push-bottom{margin-top:auto}@media (max-width:544px){ - -.push-left-sm{margin-right:0} - -.push-center-sm{margin-right:auto;margin-left: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;right: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;right: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 embed,.video-container iframe:not(.wp-embedded-content),.video-container object{position:absolute;top:0;right: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-left:-.5rem} - -.overlay{position:fixed;z-index:200;top:0;right:0;left:0;bottom:0;background-color:rgba(255,255,255,.95)} - -.overlay>.close{position:fixed;top:1rem;left: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:100% 0!important;color:#000!important;box-shadow:none!important;text-shadow:none!important} - -a,a:visited{text-decoration:underline} - -blockquote,pre{border:1px solid #999;page-break-inside:avoid} - -h2,h3,p{orphans:3;widows:3} - -thead{display:table-header-group} - -img,tr{page-break-inside:avoid} - -img{max-width:100%!important} - -h2,h3,h4{page-break-after:avoid}@page{margin:.5cm}} - -.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,right top,left top,color-stop(8%,#eee),color-stop(18%,#ddd),color-stop(33%,#eee));background:-webkit-linear-gradient(right,#eee 8%,#ddd 18%,#eee 33%);background:linear-gradient(to left,#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(0);transform:rotate(0)} - -to{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes rotate{ - -from{-webkit-transform:rotate(0);transform:rotate(0)} - -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(-0.5rem);transform:translateX(-0.5rem)} - -30%{-webkit-transform:translateX(0.4rem);transform:translateX(0.4rem)} - -45%{-webkit-transform:translateX(-0.3rem);transform:translateX(-0.3rem)} - -60%{-webkit-transform:translateX(0.2rem);transform:translateX(0.2rem)} - -75%{-webkit-transform:translateX(-0.1rem);transform:translateX(-0.1rem)} - -90%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{ - -15%{-webkit-transform:translateX(-0.5rem);transform:translateX(-0.5rem)} - -30%{-webkit-transform:translateX(0.4rem);transform:translateX(0.4rem)} - -45%{-webkit-transform:translateX(-0.3rem);transform:translateX(-0.3rem)} - -60%{-webkit-transform:translateX(0.2rem);transform:translateX(0.2rem)} - -75%{-webkit-transform:translateX(-0.1rem);transform:translateX(-0.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 .2s;animation:zoom-in .2s} - -.zoomOut{-webkit-animation:zoom-out .5s;animation:zoom-out .5s} - -.slideInRight{-webkit-animation:slide-in-right .5s;animation:slide-in-right .5s} - -.slideInLeft{-webkit-animation:slide-in-left .5s;animation:slide-in-left .5s} - -.slideInDown{-webkit-animation:slide-in-down .5s;animation:slide-in-down .5s} - -.slideOutLeft{-webkit-animation:slide-out-left .5s;animation:slide-out-left .5s} - -.slideOutRight{-webkit-animation:slide-out-right .5s;animation:slide-out-right .5s} - -.slideOutUp{-webkit-animation:slide-out-up .5s;animation:slide-out-up .5s} - -.slideUp{overflow:hidden;-webkit-animation:slide-up .2s ease-in-out;animation:slide-up .2s 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 .5s cubic-bezier(.5,-.5,.5,1.5);animation:flip-out .5s cubic-bezier(.5,-.5,.5,1.5)} - -.rotate{-webkit-animation:rotate .5s;animation:rotate .5s} - -.pulse{-webkit-animation:pulse 250ms 2;animation:pulse 250ms 2} - -.shake{-webkit-animation:shake .5s;animation:shake .5s} - -.dropdown:not(.v-select){position:absolute;z-index:100;top:0;left: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;right:0;left: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-left: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;left: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::after,[data-balloon]:hover::before,[data-balloon][data-balloon-visible]::after,[data-balloon][data-balloon-visible]::before{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]::after,[data-balloon][data-balloon-blunt]::before{-webkit-transition:none;transition:none} - -[data-balloon][data-balloon-pos=up]::after{bottom:100%;right: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%;right: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%;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-left]::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-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%;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-right]::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-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{right: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;right: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{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-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;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-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{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-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;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-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-left:11px;left: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-left:5px;left: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{right:100%;margin-right: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;right:100%;margin-right: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} - -html{margin-left:0!important} - -body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif} - -body.login{background-color:var(--bb-admin-screen-bgr-color);font-size:14px;line-height:1.4em} - -body.login form{background-color:transparent;border:none;box-shadow:none;padding:2px;margin-right:-2px;margin-left:-2px} - -body.login input,body.login select,body.login textarea{vertical-align:baseline} - -body.login #login,body.login p.forgetmenot label{color:var(--bb-admin-screen-txt-color)} - -body.login .login-popup .mfp-close{color:var(--bb-headings-color);font-size:24px;opacity:1;top:6px;left:15px} - -.registration .mfp-content #privacy-modal,.registration .mfp-content #terms-modal,body.login .mfp-content #privacy-modal,body.login .mfp-content #terms-modal{border:1px solid var(--bb-content-border-color)} - -.bb-template-v2.registration .mfp-content div#privacy-modal,.bb-template-v2.registration .mfp-content div#terms-modal,body.login.bb-template-v2 .mfp-content div#privacy-modal,body.login.bb-template-v2 .mfp-content div#terms-modal{border-radius:10px;border-color:var(--bb-content-border-color)} - -.login.bb-login #login{padding-top:8%;padding-bottom:8%}@media (min-width:992px){ - -.login.bb-login #login{padding-top:5%;padding-bottom:5%}}@media (max-width:360px){ - -.login.bb-login #login{width:84%}} - -.login.bb-login #login>h1>a{margin-bottom:15px;height:auto} - -.bs-cs-login-logo{visibility:hidden;width:100%;display:block} - -img.bs-cs-login-logo.private-on{visibility:visible;display:inline-block} - -.login h1 a.bb-login-title{background-image:none;text-indent:0;width:auto;color:var(--bb-login-register-link-color-regular)} - -.login h1 a.bb-login-title:focus,.login h1 a.bb-login-title:hover{color:var(--bb-login-register-link-color-hover)} - -body.login.login-split-page .login-split{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;position:relative} - -body.login.login-split-page .login-split .split-overlay{width:100%;height:100%;background-color:#000;position:absolute;z-index:1;opacity:0} - -body.login.login-split-page .login-split div{color:#fff} - -body.login.login-split-page .login-split__entry{padding:80px 0} - -body.login.login-split-page .login-split__entry h1{color:var(--bb-login-custom-heading-color);text-align:right;line-height:1.1} - -body.login.login-split-page .login-split .login-split__entry{display:block;width:100%;max-width:450px;font-size:32px;line-height:1.15;position:relative;z-index:9}@media (max-width:800px){ - -body.login.login-split-page .login-split .login-split__entry{width:80%}}@media (max-width:544px){ - -body.login.login-split-page .login-split .login-split__entry{width:85%}} - -body.login.login-split-page .login-split__entry p{font-size:16px;line-height:1.4;display:block;margin-top:20px;margin-bottom:0;color:var(--bb-login-custom-heading-color);word-wrap:break-word} - -body.login.login-split-page #login{padding-top:30px;padding-bottom:30px} - -body.login.login-split-page #login h1 a{margin-right:0;text-align:right}@media (min-width:992px){ - -body.login.login-split-page .login-split{width:50%;position:fixed;right:0;height:100%} - -body.login.login-split-page .login-split .login-split__entry{margin-right:-webkit-calc((50vw - 450px)/ 2);margin-right:calc((50vw - 450px)/ 2);margin-left:-webkit-calc((50vw - 450px)/ 2);margin-left:calc((50vw - 450px)/ 2);padding:0;max-width:450px} - -body.login.login-split-page #login{position:absolute;right:50%;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:50vw;padding:30px -webkit-calc((50vw - 450px)/ 2);padding:30px calc((50vw - 450px)/ 2)} - -body.login.login-split-page.login-exh #login{-webkit-transform:translateY(-35%);-ms-transform:translateY(-35%);transform:translateY(-35%)} - -body.login.login-split-page .language-switcher{position:absolute;right:50%;padding-top:15px;width:50vw;padding-right:-webkit-calc((50vw - 450px)/ 2);padding-right:calc((50vw - 450px)/ 2);padding-left:-webkit-calc((50vw - 450px)/ 2);padding-left:calc((50vw - 450px)/ 2)}}@media screen and (max-width:991px){ - -body.login.login-split-page .language-switcher{top:initial!important;margin-top:-25px} - -body.login.login-split-page #login{width:100%;max-width:450px}}@media (max-width:800px){ - -body.login.login-split-page #login{width:80%}}@media (max-width:544px){ - -body.login.login-split-page #login{width:85%}} - -body.login:not(.login-split-page) .language-switcher{margin-top:-25px} - -.login #backtoblog,.login #nav{padding:0} - -.login input[type=email],.login input[type=password],.login input[type=text]{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);box-shadow:none;border-radius:var(--bb-input-radius);font-size:16px;padding:10px 15px;color:var(--bb-body-text-color)} - -.bb-template-v2.login input[type=email]:focus,.bb-template-v2.login input[type=password]:focus,.bb-template-v2.login input[type=text]:focus{border-color:var(--bb-input-focus-border-color);box-shadow:var(--bb-input-focus-shadow)} - -.login form#loginform input[type=text]{padding:10px 40px 10px 10px} - -.login form#loginform input[type=password],.login form#loginform input[type=text]#user_pass{padding:10px 40px 10px 35px;font-family:inherit} - -.login form label[for=user_login],.login form label[for=user_pass]{display:block;position:relative} - -.login form label[for=user_login] br,.login form label[for=user_pass] br{display:none} - -.login form#loginform label[for=user_login]::before,.login form#loginform label[for=user_pass]::before,.user-pass-wrap .wp-pwd::before{font-family:bb-icons;font-size:16px;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-left:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-right:.2em;position:absolute;top:12px;right:10px} - -.login form#loginform label[for=user_login]::before{content:"\ef52";color:var(--bb-body-text-color)} - -.login label{margin-bottom:1px} - -.login .user-pass-wrap .wp-pwd{position:relative} - -.login .user-pass-wrap .wp-pwd::before{content:"\eebf";font-size:20px;top:10px;color:var(--bb-body-text-color)} - -.login .user-pass-wrap .wp-pwd .dashicons{font-family:bb-icons;font-size:18px;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-left:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-right:.2em;position:absolute;top:11px;right:5px;color:#122b46;opacity:.5} - -.login .user-pass-wrap .wp-pwd .dashicons::before{content:"\ee6a"} - -.login .user-pass-wrap .wp-pwd .dashicons-visibility::before{content:"\ee69"} - -.login form#loginform label[for=user_pass]::before{content:"\eebf";font-size:20px;top:12px} - -.login form#loginform label[for=user_pass] .label-switch{position:absolute;top:15px;left:15px;font-size:0;-webkit-transition:all .3s ease;transition:all .3s ease;opacity:.5} - -.login form#loginform label[for=user_pass] .label-switch.bb-eye::after{content:"\ee69"} - -.login form#loginform label[for=user_pass] .label-switch::after{content:"\ee6a";font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-left:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-right:.2em;font-size:14px} - -.login.bb-login .button-primary,.login.bb-login .wp-generate-pw,.login.wp-core-ui .button-primary{background-color:var(--bb-login-register-button-background-color-regular);border-color:var(--bb-login-register-button-border-color-regular);color:var(--bb-login-register-button-text-color-regular);border-radius:var(--bb-button-radius);box-shadow:none;text-shadow:none;height:auto;padding:4px 30px;-webkit-transition:all linear .2s;transition:all linear .2s;float:none;width:100%;margin:20px 0 0;font-size:14px} - -.login.bb-login .button-primary:hover,.login.bb-login .wp-generate-pw:hover,.login.wp-core-ui .button-primary:hover{background-color:var(--bb-login-register-button-background-color-hover);border-color:var(--bb-login-register-button-border-color-hover);color:var(--bb-login-register-button-text-color-hover)} - -.login.bb-login .button-primary:active,.login.bb-login .wp-generate-pw:active,.login.wp-core-ui .button-primary:active{-webkit-transform:none;-ms-transform:none;transform:none} - -.bb-login.wp-core-ui .language-switcher .button,.language-switcher .button{background-color:var(--bb-secondary-button-background-regular);border-color:var(--bb-secondary-button-border-regular);color:var(--bb-secondary-button-text-regular);border-radius:var(--bb-button-radius)} - -.bb-login.wp-core-ui .language-switcher .button:hover,.language-switcher .button:hover{background-color:var(--bb-secondary-button-background-hover);border-color:var(--bb-secondary-button-border-hover);color:var(--bb-secondary-button-text-hover)} - -.bb-login.wp-core-ui .language-switcher select,.language-switcher select{border-radius:var(--bb-input-radius);background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color)} - -.language-switcher .dashicons.dashicons-translation::before{color:var(--bb-admin-screen-txt-color)} - -.admin-email__actions .admin-email__actions-primary a.button{background:100% 0;border-color:var(--bb-login-register-button-border-color-regular);color:var(--bb-login-register-button-background-color-regular);min-height:40px;line-height:40px;padding:0 30px;border-radius:50px;margin-left:15px;outline:0;box-shadow:none;min-width:160px} - -.admin-email__actions .admin-email__actions-primary a.button:hover{border-color:var(--bb-login-register-button-border-color-hover);color:var(--bb-login-register-button-background-color-hover)} - -.bb-template-v2 .language-switcher select,.bb-template-v2.bb-login.wp-core-ui .language-switcher select{border-radius:6px;color:var(--bb-body-text-color);background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:left .9rem center;padding-left:30px;background-size:auto} - -.bb-template-v2 .language-switcher select:focus,.bb-template-v2.bb-login.wp-core-ui .language-switcher select:focus{color:var(--bb-body-text-color);border-color:var(--bb-input-focus-border-color);box-shadow:var(--bb-input-focus-shadow)} - -.login-action-confirm_admin_email #login{max-width:440px;padding:0 20px;width:100%} - -.login-action-confirm_admin_email.login-split-page #login{max-width:100%} - -.login h1.admin-email__heading{font-size:26px;color:#122b46}@media (max-width:782px){ - -.login.bb-login .button-primary{line-height:28px}} - -.login .login-heading{margin:35px 0 10px;display:-webkit-box;display:flexbox;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.login #login_error,.login .message{margin-top:15px;border:0;box-shadow:none;border-radius:var(--bb-input-radius)} - -.login .message#bp_member_switching_switch_on{background-color:#a8aab4} - -.login .message#bp_member_switching_switch_on a{vertical-align:middle;margin-top:2px;display:inline-block;color:#fff} - -.login #login_error a,.login .message a{color:#fff} - -.login #login_error{border-right-color:var(--bb-danger-color);background-color:var(--bb-danger-color);color:#fff} - -.login.login-action-lostpassword .message>.message,.login:not(.login-action-lostpassword) .message:not(.reset-pass){background-color:var(--bb-default-notice-color);color:#fff} - -.login .login-heading h2{margin-left:auto;font-size:20px;color:var(--bb-admin-screen-txt-color)} - -.login .bs-register-message,.login:not(.login-action-lostpassword) .message.bs-register-message:not(.reset-pass){border:0;background-color:transparent;color:#122b46;padding:0;font-size:20px;margin-top:0;margin-bottom:0;margin-left:auto} - -body.login .login-heading a{text-decoration:none;color:var(--bb-login-register-link-color-regular)} - -body.login .login-heading a:focus,body.login .login-heading a:hover{color:var(--bb-login-register-link-color-hover)} - -.login a{outline:0;box-shadow:none;color:var(--bb-login-register-link-color-regular)} - -.login a:hover{color:var(--bb-login-register-link-color-hover)} - -.login .login-heading a:focus,.login .login-heading a:hover{color:var(--bb-login-register-link-color-hover)} - -.login form .forgetmenot label strong{font-weight:400} - -.login.bb-login #login p#nav,.login.bb-login:not(.login-action-resetpass) #backtoblog{display:none} - -.login.bb-login form .forgetmenot{font-size:14px;line-height:20px;vertical-align:bottom;padding-top:4px;position:relative} - -.login.bb-login form .forgetmenot input[type=checkbox],.login.bb-login form .forgetmenot input[type=checkbox]::before{margin:0;width:20px;height:20px;position:absolute;right:0;top:4px} - -.login.bb-login form .forgetmenot input[type=checkbox]:focus+.checkbox{border-color:var(--bb-input-focus-border-color);box-shadow:var(--bb-input-focus-shadow)} - -.login.bb-login form .pw-weak{font-size:14px;line-height:20px;vertical-align:bottom;padding-top:4px;position:relative} - -.login.bb-login form .pw-weak input[type=checkbox],.login.bb-login form .pw-weak input[type=checkbox]::before{margin:0;width:20px;height:20px;position:absolute;right:0;top:4px} - -.login.bb-login form .pw-weak input[type=checkbox]:focus+.checkbox{border-color:var(--bb-input-focus-border-color);box-shadow:var(--bb-input-focus-shadow)} - -.admin-email__actions-primary{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} - -.admin-email__actions-primary #correct-admin-email{margin:0;width:auto} - -.admin-email__actions-secondary a{text-decoration:underline} - -.login .button.wp-hide-pw,.login .button.wp-hide-pw:focus{border:0;box-shadow:none;outline:0} - -.login .button.wp-hide-pw:focus .dashicons,.login .button.wp-hide-pw:hover .dashicons{color:var(--bb-login-register-link-color-hover)} - -.checkbox{position:relative;z-index:10} - -span.checkbox{z-index:5;display:inline-block;width:20px;height:20px;border-radius:var(--bb-checkbox-radius);background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);margin-left:10px;float:right} - -span.checkbox.on{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color);border-radius:var(--bb-checkbox-radius)} - -span.checkbox.on::before{color:#fff;content:"\e876";font-family:bb-icons;width:20px;height:20px;line-height:20px;font-size:14px;position:relative;top:-1px;right:2px;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:6px} - -.login form .lostmenot{float:left;padding:5px 0 0} - -.login a.privacy-policy-link,.login form .lostmenot a,form#lostpasswordform a.bs-sign-in{text-decoration:none;color:var(--bb-login-register-link-color-regular)} - -.login a.privacy-policy-link:hover,.login form .lostmenot a:focus,.login form .lostmenot a:hover,form#lostpasswordform a.bs-sign-in:hover{color:var(--bb-login-register-link-color-hover)} - -.login form#resetpassform .password-input-wrapper{width:100%} - -.login form#resetpassform .password-input-wrapper .button.button-secondary{text-align:center;vertical-align:baseline} - -.login.bb-login form#resetpassform .password-input-wrapper .button.button-secondary.wp-hide-pw{display:none!important} - -.login.bb-login #pass-strength-result{padding-top:0;padding-bottom:0;margin-bottom:0;display:none!important} - -.login.bb-login #pass-strength-result.bad,.login.bb-login #pass-strength-result.good,.login.bb-login #pass-strength-result.short,.login.bb-login #pass-strength-result.strong{padding-top:6px;padding-bottom:6px;margin-bottom:0;display:block!important} - -.login.bb-login #pass-strength-result.bad,.login.bb-login #pass-strength-result.short{margin-bottom:10px;background-color:var(--bb-danger-color);border-color:var(--bb-danger-color);color:#fff} - -.login.bb-login #pass-strength-result.good{background-color:var(--bb-warning-color);border-color:var(--bb-warning-color);color:#fff} - -.login.bb-login #pass-strength-result.strong{background-color:var(--bb-success-color);border-color:var(--bb-success-color);color:#fff} - -.login.login-action-resetpass.bb-login p#backtoblog span.bs-pass-update-msg{display:block;margin:0 0 20px} - -.login.bb-login form#resetpassform p.description.indicator-hint{display:none} - -.login.bb-login form#resetpassform label[for=pass1],.user-bs-pass2-wrap>p{display:none} - -.login.bb-login p.message.reset-pass,.login.login-action-lostpassword.bb-login #login>p.message{border:0;background:100% 0;box-shadow:none;padding:12px 0 0} - -.login.bb-login p.message.reset-pass{font-size:1rem} - -.login.login-action-lostpassword.bb-login #login>p.message>div{font-size:1rem;padding:0 0 5px} - -#bs-pass2{margin-bottom:20px} - -.login.login-action-lostpassword.bb-login form#lostpasswordform p.submit{text-align:center} - -.login.login-action-lostpassword.bb-login form#lostpasswordform p.submit input#wp-submit{float:none} - -form#lostpasswordform a.bs-sign-in,form#lostpasswordform a:active.bs-sign-in,form#lostpasswordform a:focus.bs-sign-in,form#lostpasswordform a:hover.bs-sign-in{display:inline-block;width:100%;text-align:center;margin:15px auto 0;text-decoration:none;outline:0!important;box-shadow:none} - -span.apsl-login-new-text{font-weight:400} - -.apsl-login-networks.theme-1 .apsl-icon-block .fa{-webkit-transition-property:none;transition-property:none} - -body.login .privacy-policy-page-link{margin:2em 0} - -body.login .privacy-policy-page-link a{font-weight:600} - -body.login .login-popup.bb-modal{position:relative;background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;padding:30px;width:auto;margin:40px auto;box-shadow:0 3px 24px 0 rgba(18,43,70,.28);max-width:800px;font-size:16px;line-height:1.6875rem;color:var(--bb-body-text-color)} - -body.login .login-popup.bb-modal dd,body.login .login-popup.bb-modal ol,body.login .login-popup.bb-modal ul{margin:0 1.6875rem 1.6875rem 0;padding:0} - -body.login .login-popup.bb-modal .mfp-close,body.login .login-popup.bb-modal .mfp-close:hover{background-color:transparent;box-shadow:none} - -body.login .login-popup.bb-modal p{margin:0 0 1.6875rem} - -body.login .login-popup.bb-modal>h1:first-of-type{color:var(--bb-headings-color);text-align:right;line-height:24px;margin:-30px -30px 30px;background-color:var(--bb-content-alternate-background-color);padding:17px 30px;border-top-right-radius:var(--bb-block-radius);border-top-left-radius:var(--bb-block-radius);border-bottom:1px solid var(--bb-content-border-color);font-size:20px} - -body.login.bb-template-v2 .login-popup.bb-modal>h1:first-of-type{border-bottom:0} - -body.login .mfp-content #privacy-modal.bb-modal>h1:first-of-type,body.login .mfp-content #terms-modal.bb-modal>h1:first-of-type{font-size:20px} - -body.login .mfp-bg{opacity:.4}@media (max-width:992px){ - -body.login .login-popup.bb-modal{padding:40px 20px}} - -.bb-modal iframe{margin-bottom:1.6875rem} \ No newline at end of file +.group:after{content:" ";display:table;clear:both}.h1,.h2,.h3,.h4,.h5,.h6,address,body.login .login-popup.bb-modal .h1,body.login .login-popup.bb-modal .h2,body.login .login-popup.bb-modal .h3,body.login .login-popup.bb-modal .h4,body.login .login-popup.bb-modal .h5,body.login .login-popup.bb-modal .h6,body.login .login-popup.bb-modal address,body.login .login-popup.bb-modal h1,body.login .login-popup.bb-modal h2,body.login .login-popup.bb-modal h3,body.login .login-popup.bb-modal h4,body.login .login-popup.bb-modal h5,body.login .login-popup.bb-modal h6,body.login .login-popup.bb-modal hr,body.login .login-popup.bb-modal p,h1,h2,h3,h4,h5,h6,hr,p{margin:0 0 1.6875rem;padding:0}/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */article,aside,footer,header,nav,section{display:block}figcaption,figure,main{display:block}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}::-webkit-file-upload-button{appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{background-color:var(--bb-body-background-color);color:var(--bb-body-text-color);margin:0;font-family:-apple-system,blinkmacsystemfont,"Segoe UI",roboto,oxygen-sans,ubuntu,cantarell,"Helvetica Neue",sans-serif;font-size:16px;line-height:1.6875rem;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;overflow-x:hidden}body.mce-content-body{font-family:inherit;margin:.9375rem}img{border:0;font-style:italic;height:auto;max-width:100%;vertical-align:middle}a{background-color:transparent;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}.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,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:var(--bb-headings-color);font-family:-apple-system,blinkmacsystemfont,"Segoe UI",roboto,oxygen-sans,ubuntu,cantarell,"Helvetica Neue",sans-serif}dd,ol,ul{margin:0 1.6875rem 1.6875rem 0;padding:0}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:100% 0;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:0 .1875rem;font-size:80%;background-color:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);border-radius:3px}code,kbd,pre,samp{font-family:"Courier New",courier,"Lucida Sans Typewriter","Lucida Typewriter",monospace;font-size:1rem}blockquote,q{font-size:1.25rem;font-weight:300;font-style:italic;color:var(--bb-body-text-color);line-height:1.637}hr{background-color:var(--bb-content-border-color);border:0;box-sizing:content-box;height:2px}figure:not(.wp-block-image){margin:0}.text-left{text-align:right}.text-center{text-align:center}.text-right{text-align:left}ul.unstyled{margin-right: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:700!important}.normal{font-weight:400!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-right:0;margin-left:0}.container,.container-fluid{margin-right:auto;margin-left:auto;padding-right:10px;padding-left: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-right:0;padding-left:0}.page-template-page-fullwidth-content #content #primary{max-width:100%}.container-full{width:100vw;position:relative;right:50%;left:50%;margin-right:-50vw;margin-left:-50vw}.bb-grid{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px;margin-left:-10px;-ms-flex-wrap:wrap;flex-wrap:wrap}.bb-grid-cell,.bb-grid>*{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1px;list-style:none}.bb-grid-cell:not(.no-gutter),.bb-grid>:not(.no-gutter){padding-right:10px;padding-left:10px}.site-content-grid>style{display:none}.grid-reverse{-ms-flex-flow:row-reverse;flex-flow:row-reverse}.align-items-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.align-items-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.align-items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.align-self-top{-ms-flex-item-align:start;align-self:flex-start}.align-self-bottom{-ms-flex-item-align:end;align-self:flex-end}.align-self-center{-ms-flex-item-align:center;align-self:center}.push-center{margin-right:auto;margin-left:auto}.push-right{margin-right:auto}.push-middle{margin-top:auto;margin-bottom:auto}.push-bottom{margin-top:auto}.push-top{margin-bottom:auto}@media (max-width:543px){.bb-grid{-ms-flex-flow:row wrap;flex-flow:row wrap}.bb-grid-cell,.bb-grid>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@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%}}@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}}@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:right;font-size:16px;font-weight:500;color:var(--bb-alternate-text-color)}th{text-align:right;font-weight:600;vertical-align:bottom;color:var(--bb-headings-color)}td{vertical-align:top}td.align-middle,tr.align-middle td{vertical-align:middle}td,th{padding:1rem 1rem;border-bottom:1px solid var(--bb-content-border-color)}table tr:last-child td:first-child{border-bottom-right-radius:var(--bb-block-radius-inner)}table tr:last-child td:last-child{border-bottom-left-radius:var(--bb-block-radius-inner)}tfoot td,tfoot th{color:var(--bb-alternate-text-color)}table tr:last-child td,table tr:last-child th{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-right:1rem}table.bordered td:last-child,table.bordered th:last-child,table.striped td:last-child,table.striped th:last-child{padding-left: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 td,.wp-block-table table th{border-color:var(--bb-content-border-color);border-left:1px solid var(--bb-content-border-color)}.wp-block-table table tr td:last-child,.wp-block-table table tr th:last-child{border-left:0}.wp-block-table table td:first-child,.wp-block-table table th:first-child{padding-right:1rem}.wp-block-table table td:last-child,.wp-block-table table th:last-child{padding-left: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,select,textarea{display:inline-block;font-family:inherit;font-style:inherit;font-size:15px;height:41px;outline:0;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,select.placeholder,textarea.placeholder{color:#c3c6c9}input:placeholder,select:placeholder,textarea:placeholder{color:#c3c6c9}input::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#c3c6c9}input:-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#c3c6c9}input::placeholder,select::placeholder,textarea::placeholder{color:#c3c6c9}input:input-placeholder,select:input-placeholder,textarea:input-placeholder{color:#c3c6c9}input::input-placeholder,select::input-placeholder,textarea::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,select.small,textarea.small{height:34px;font-size:13px;padding:0 12px;border-radius:var(--bb-input-radius)}input.big,select.big,textarea.big{height:48px;font-size:17px;padding:0 12px;border-radius:var(--bb-input-radius)}input:focus,select:focus,textarea:focus{outline:0;background-color:var(--bb-content-background-color);box-shadow:var(--bb-input-focus-shadow);border-color:var(--bb-input-focus-border-color)}input.success,select.success,textarea.success{background-color:rgba(var(--bb-success-color-rgb),.1);border:1px solid rgba(var(--bb-success-color-rgb),.15)}input.success:focus,select.success:focus,textarea.success:focus{border-color:var(--bb-success-color);box-shadow:none}input.disabled,input:disabled,select.disabled,select:disabled,textarea.disabled,textarea:disabled{background-color:var(--bb-content-alternate-background-color);opacity:.75}input.error,select.error,textarea.error{border-color:rgba(var(--bb-danger-color-rgb),1)}input.error:focus,select.error:focus,textarea.error:focus{border-color:var(--bb-danger-color);box-shadow:none}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:left 1rem center;padding-left:40px}select[multiple]{background-image:none;height:auto;padding:.5rem .75rem}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:100% 0;box-shadow:none;display:inline-block}input.search,input[name=bbp_search],input[type=search]{background-repeat:no-repeat;background-size:16px;background-image:url(../images/svg/search.svg);background-position:right 10px center;padding-right:2rem}input.select2-search__field{background:100% 0}input[type=checkbox],input[type=radio]{display:inline-block;width:auto;height:auto;padding:0}label{color:var(--bb-headings-color);margin-bottom:.25rem;font-size:17px}label .desc,label .error,label .success,label.checkbox{text-transform:none;font-weight:400}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-left:1rem}.req{position:relative;top:1px;font-weight:700;color:var(--bb-danger-color);font-size:110%}div.desc,span.desc{color:rgba(var(--bb-body-text-color),.5);font-size:14px;line-height:20px}span.desc{margin-right:4px}div.desc{margin-top:.25rem;margin-bottom:-.5rem}.form-buttons .button,.form-buttons button{margin-left:.5rem}.form-item,form{margin-bottom:2rem}.form>.form-item:last-child{margin-bottom:0}.form .row:last-child .form-item{margin-bottom:0}.form span.error,.form span.success{font-size:14px;line-height:20px;margin-right:.25rem}.form-inline input,.form-inline select,.form-inline textarea{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:400;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:var(--bb-input-radius) 0 0 var(--bb-input-radius)}.prepend .button{margin-left:-1px;border-radius:0 var(--bb-input-radius) var(--bb-input-radius) 0!important}.prepend span{border-left:none;border-radius:0 var(--bb-input-radius) var(--bb-input-radius) 0}.append input{border-radius:0 var(--bb-input-radius) var(--bb-input-radius) 0}.append .button{margin-right:-1px;border-radius:var(--bb-input-radius) 0 0 var(--bb-input-radius)!important}.append span{border-right:none;border-radius:var(--bb-input-radius) 0 0 var(--bb-input-radius)}.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-left: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:"\e876";position:absolute;right:3px;top:3px;font-family:bb-icons;font-weight:400;color:#fff;font-size:14px;display:block}.bs-styled-radio{position:absolute;opacity:0}.bs-styled-radio+.bb-radio-label,.bs-styled-radio+label{display:inline-block;position:relative;cursor:pointer;padding:0}.bs-styled-radio+.bb-radio-label:before,.bs-styled-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-left:10px}.bs-styled-radio:disabled+.bb-radio-label,.bs-styled-radio:disabled+label{color:#b8b8b8;cursor:auto}.bs-styled-radio:disabled+.bb-radio-label:before,.bs-styled-radio:disabled+label:before{box-shadow:none;background:#ddd}.bs-styled-radio:checked+.bb-radio-label:after,.bs-styled-radio:checked+label:after{content:"";background-color:var(--bb-primary-color);margin:auto;width:14px;position:absolute;height:14px;text-align:center;right: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%}}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}.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,.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,.button,button,input[type=button],input[type=submit]{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:0;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}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment: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,.button:focus,button:focus,input[type=button]:focus,input[type=submit]:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.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,.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,.button i,button i,input[type=button] i,input[type=submit] i{position:relative}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel: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:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:hover,.buddypress .buddypress-wrap .comment-reply-link:focus,.buddypress .buddypress-wrap .comment-reply-link:hover,.buddypress .buddypress-wrap .generic-button a:focus,.buddypress .buddypress-wrap .generic-button a:hover,.buddypress .buddypress-wrap a.bp-title-button:focus,.buddypress .buddypress-wrap a.bp-title-button:hover,.buddypress .buddypress-wrap a.button:focus,.buddypress .buddypress-wrap a.button:hover,.buddypress .buddypress-wrap button:focus,.buddypress .buddypress-wrap button:hover,.buddypress .buddypress-wrap input[type=button]:focus,.buddypress .buddypress-wrap input[type=button]:hover,.buddypress .buddypress-wrap input[type=reset]:focus,.buddypress .buddypress-wrap input[type=reset]:hover,.buddypress .buddypress-wrap input[type=submit]:focus,.buddypress .buddypress-wrap input[type=submit]:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:focus,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:hover,.button:focus,.button:hover,button:focus,button:hover,input[type=button]:focus,input[type=button]:hover,input[type=submit]:focus,input[type=submit]:hover{outline:0;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)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save:active,.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:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:hover,.buddypress .buddypress-wrap .comment-reply-link:active,.buddypress .buddypress-wrap .comment-reply-link:focus,.buddypress .buddypress-wrap .comment-reply-link:hover,.buddypress .buddypress-wrap .generic-button a:active,.buddypress .buddypress-wrap .generic-button a:focus,.buddypress .buddypress-wrap .generic-button a:hover,.buddypress .buddypress-wrap a.bp-title-button:active,.buddypress .buddypress-wrap a.bp-title-button:focus,.buddypress .buddypress-wrap a.bp-title-button:hover,.buddypress .buddypress-wrap a.button:active,.buddypress .buddypress-wrap a.button:focus,.buddypress .buddypress-wrap a.button:hover,.buddypress .buddypress-wrap button:active,.buddypress .buddypress-wrap button:focus,.buddypress .buddypress-wrap button:hover,.buddypress .buddypress-wrap input[type=button]:active,.buddypress .buddypress-wrap input[type=button]:focus,.buddypress .buddypress-wrap input[type=button]:hover,.buddypress .buddypress-wrap input[type=reset]:active,.buddypress .buddypress-wrap input[type=reset]:focus,.buddypress .buddypress-wrap input[type=reset]:hover,.buddypress .buddypress-wrap input[type=submit]:active,.buddypress .buddypress-wrap input[type=submit]:focus,.buddypress .buddypress-wrap input[type=submit]:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:active,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:focus,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:hover,.button:active,.button:focus,.button:hover,button:active,button:focus,button:hover,input[type=button]:active,input[type=button]:focus,input[type=button]:hover,input[type=submit]:active,input[type=submit]:focus,input[type=submit]:hover{outline:0;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)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.disabled,button.disabled,input[type=button].disabled,input[type=submit].disabled{cursor:default;font-style:normal;color:#c8cbcf;background-color:#f5f5f5;opacity:1}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.small,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.small,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.small,button.small,input[type=button].small,input[type=submit].small{font-size:14px;font-weight:500;min-height:34px;line-height:34px;padding:0 20px;border-radius:var(--bb-button-radius)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.big,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.big,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.big,button.big,input[type=button].big,input[type=submit].big{font-size:16px;min-height:62px;line-height:62px;padding:0 40px;border-radius:var(--bb-button-radius)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.large,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.large,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.large,button.large,input[type=button].large,input[type=submit].large{font-size:16px;min-height:50px;line-height:50px;padding:0 30px;border-radius:var(--bb-button-radius)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.full,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.full,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.full,button.full,input[type=button].full,input[type=submit].full{width:100%}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary,button.secondary,input[type=button].secondary,input[type=submit].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)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary:hover,button.secondary:hover,input[type=button].secondary:hover,input[type=submit].secondary:hover{color:#1e2132;background-color:rgba(255,255,255,.05)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary:active,button.secondary:active,input[type=button].secondary:active,input[type=submit].secondary:active{color:#1e2132;background-color:rgba(255,255,255,.09)}.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.action-save.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.secondary.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{color:#c8cbcf;background-color:#f5f5f5}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary.outline,button.secondary.outline,input[type=button].secondary.outline,input[type=submit].secondary.outline{background:100% 0;color:#fff;border-color:#fff}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary.outline:hover,button.secondary.outline:hover,input[type=button].secondary.outline:hover,input[type=submit].secondary.outline:hover{color:rgba(255,255,255,.05);border-color:rgba(255,255,255,.05)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary.outline:active,button.secondary.outline:active,input[type=button].secondary.outline:active,input[type=submit].secondary.outline:active{color:rgba(255,255,255,.12);border-color:rgba(255,255,255,.12)}.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.action-save.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.secondary.outline.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{background:#f5f5f5;color:#dedfe2;border-color:#dedfe2;opacity:1}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary:focus,button.secondary:focus,input[type=button].secondary:focus,input[type=submit].secondary:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary:hover,button.secondary:hover,input[type=button].secondary:hover,input[type=submit].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)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success,button.success,input[type=button].success,input[type=submit].success{color:#fff;background-color:var(--bb-success-color)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success:hover,button.success:hover,input[type=button].success:hover,input[type=submit].success:hover{color:#fff;background-color:rgba(var(--bb-success-color),.05)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success:active,button.success:active,input[type=button].success:active,input[type=submit].success:active{color:#fff;background-color:rgba(var(--bb-success-color),.09)}.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.action-save.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.success.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{color:#c8cbcf;background-color:#f5f5f5}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success.outline,button.success.outline,input[type=button].success.outline,input[type=submit].success.outline{background:100% 0;color:var(--bb-success-color);border-color:var(--bb-success-color)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success.outline:hover,button.success.outline:hover,input[type=button].success.outline:hover,input[type=submit].success.outline:hover{color:rgba(var(--bb-success-color),.05);border-color:rgba(var(--bb-success-color),.05)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success.outline:active,button.success.outline:active,input[type=button].success.outline:active,input[type=submit].success.outline:active{color:rgba(var(--bb-success-color),.12);border-color:rgba(var(--bb-success-color),.12)}.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.action-save.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.success.outline.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{background:#f5f5f5;color:#dedfe2;border-color:#dedfe2;opacity:1}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.error,button.error,input[type=button].error,input[type=submit].error{color:#fff;background-color:var(--bb-danger-color)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error: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.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,.button.error:hover,button.error:hover,input[type=button].error:hover,input[type=submit].error:hover{color:#fff;background-color:rgba(var(--bb-danger-color),.05)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.error:active,button.error:active,input[type=button].error:active,input[type=submit].error:active{color:#fff;background-color:rgba(var(--bb-danger-color),.09)}.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.action-save.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.error.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{color:#c8cbcf;background-color:#f5f5f5}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.error.outline,button.error.outline,input[type=button].error.outline,input[type=submit].error.outline{background:100% 0;color:var(--bb-danger-color);border-color:var(--bb-danger-color)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.error.outline:hover,button.error.outline:hover,input[type=button].error.outline:hover,input[type=submit].error.outline:hover{color:rgba(var(--bb-danger-color),.05);border-color:rgba(var(--bb-danger-color),.05)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.error.outline:active,button.error.outline:active,input[type=button].error.outline:active,input[type=submit].error.outline:active{color:rgba(var(--bb-danger-color),.12);border-color:rgba(var(--bb-danger-color),.12)}.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.action-save.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.error.outline.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{background:#f5f5f5;color:#dedfe2;border-color:#dedfe2;opacity:1}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.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.error.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.error:hover,.buddypress .buddypress-wrap .comment-reply-link.error.outline:hover,.buddypress .buddypress-wrap .comment-reply-link.error:hover,.buddypress .buddypress-wrap .generic-button a.error.outline:hover,.buddypress .buddypress-wrap .generic-button a.error:hover,.buddypress .buddypress-wrap a.bp-title-button.error.outline:hover,.buddypress .buddypress-wrap a.bp-title-button.error:hover,.buddypress .buddypress-wrap a.button.error.outline:hover,.buddypress .buddypress-wrap a.button.error:hover,.buddypress .buddypress-wrap button.error.outline:hover,.buddypress .buddypress-wrap button.error:hover,.buddypress .buddypress-wrap input[type=button].error.outline:hover,.buddypress .buddypress-wrap input[type=button].error:hover,.buddypress .buddypress-wrap input[type=reset].error.outline:hover,.buddypress .buddypress-wrap input[type=reset].error:hover,.buddypress .buddypress-wrap input[type=submit].error.outline:hover,.buddypress .buddypress-wrap input[type=submit].error:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error.outline:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error:hover,.button.error.outline:hover,.button.error:hover,button.error.outline:hover,button.error:hover,input[type=button].error.outline:hover,input[type=button].error:hover,input[type=submit].error.outline:hover,input[type=submit].error:hover{background-color:var(--bb-secondary-button-background-regular);border-color:var(--bb-danger-color);color:var(--bb-danger-color)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted,button.inverted,input[type=button].inverted,input[type=submit].inverted{color:#000;background-color:#fff}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted:hover,button.inverted:hover,input[type=button].inverted:hover,input[type=submit].inverted:hover{color:#000;background-color:rgba(255,255,255,.05)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted:active,button.inverted:active,input[type=button].inverted:active,input[type=submit].inverted:active{color:#000;background-color:rgba(255,255,255,.09)}.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.action-save.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.inverted.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{color:#c8cbcf;background-color:#f5f5f5}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted.outline,button.inverted.outline,input[type=button].inverted.outline,input[type=submit].inverted.outline{background:100% 0;color:#fff;border-color:#fff}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted.outline:hover,button.inverted.outline:hover,input[type=button].inverted.outline:hover,input[type=submit].inverted.outline:hover{color:rgba(255,255,255,.05);border-color:rgba(255,255,255,.05)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted.outline:active,button.inverted.outline:active,input[type=button].inverted.outline:active,input[type=submit].inverted.outline:active{color:rgba(255,255,255,.12);border-color:rgba(255,255,255,.12)}.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.action-save.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.inverted.outline.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{background:#f5f5f5;color:#dedfe2;border-color:#dedfe2;opacity:1}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted:hover,button.inverted:hover,input[type=button].inverted:hover,input[type=submit].inverted:hover{opacity:.7}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.round,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.round,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.round,button.round,input[type=button].round,input[type=submit].round{border-radius:50px}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.raised,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.raised,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.raised,button.raised,input[type=button].raised,input[type=submit].raised{box-shadow:0 1px 3px rgba(0,0,0,.3)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.outline,button.outline,input[type=button].outline,input[type=submit].outline{background:100% 0;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}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.outline:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.outline:focus,button.outline:focus,input[type=button].outline:focus,input[type=submit].outline:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.outline:active,.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:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.outline:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.outline:hover,.buddypress .buddypress-wrap .comment-reply-link.outline:active,.buddypress .buddypress-wrap .comment-reply-link.outline:focus,.buddypress .buddypress-wrap .comment-reply-link.outline:hover,.buddypress .buddypress-wrap .generic-button a.outline:active,.buddypress .buddypress-wrap .generic-button a.outline:focus,.buddypress .buddypress-wrap .generic-button a.outline:hover,.buddypress .buddypress-wrap a.bp-title-button.outline:active,.buddypress .buddypress-wrap a.bp-title-button.outline:focus,.buddypress .buddypress-wrap a.bp-title-button.outline:hover,.buddypress .buddypress-wrap a.button.outline:active,.buddypress .buddypress-wrap a.button.outline:focus,.buddypress .buddypress-wrap a.button.outline:hover,.buddypress .buddypress-wrap button.outline:active,.buddypress .buddypress-wrap button.outline:focus,.buddypress .buddypress-wrap button.outline:hover,.buddypress .buddypress-wrap input[type=button].outline:active,.buddypress .buddypress-wrap input[type=button].outline:focus,.buddypress .buddypress-wrap input[type=button].outline:hover,.buddypress .buddypress-wrap input[type=reset].outline:active,.buddypress .buddypress-wrap input[type=reset].outline:focus,.buddypress .buddypress-wrap input[type=reset].outline:hover,.buddypress .buddypress-wrap input[type=submit].outline:active,.buddypress .buddypress-wrap input[type=submit].outline:focus,.buddypress .buddypress-wrap input[type=submit].outline:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.outline:active,.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:hover,.button.outline:active,.button.outline:focus,.button.outline:hover,button.outline:active,button.outline:focus,button.outline:hover,input[type=button].outline:active,input[type=button].outline:focus,input[type=button].outline:hover,input[type=submit].outline:active,input[type=submit].outline:focus,input[type=submit].outline: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)}.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.action-save.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.outline.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{opacity:.5}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.upper,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.upper,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.upper,button.upper,input[type=button].upper,input[type=submit].upper{text-transform:uppercase;letter-spacing:.04em;font-size:14px}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.upper.small,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.upper.small,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.upper.small,button.upper.small,input[type=button].upper.small,input[type=submit].upper.small{font-size:12px}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.upper.big,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.upper.big,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.upper.big,button.upper.big,input[type=button].upper.big,input[type=submit].upper.big{font-size:14px}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.upper.large,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.upper.large,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.upper.large,button.upper.large,input[type=button].upper.large,input[type=submit].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:active,.wp-block-file .wp-block-file__button:focus,.wp-block-file .wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__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)}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 a,.breadcrumbs span{font-style:normal;padding:0 .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 a,.breadcrumbs li:first-child span{padding-right: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 a,.pagination span{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 li.active a,.pagination span{color:rgba(0,0,0,.5);border-color:#e0e1e1;cursor:text}.pagination.upper{font-size:14px}.bbp-pagination-links{border:0;padding:0;background:100% 0;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,.llms-pagination>ul,.woocommerce-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-lms-pagination .page-numbers,.bb-lms-pagination .post-page-numbers,.bbp-pagination-links .page-numbers,.bbp-pagination-links .post-page-numbers,.bp-pagination-links .page-numbers,.bp-pagination-links .post-page-numbers,.llms-pagination .page-numbers,.llms-pagination .post-page-numbers,.page-links .page-numbers,.page-links .post-page-numbers,.woocommerce-pagination .page-numbers,.woocommerce-pagination .post-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-lms-pagination .page-numbers:not(.next,.prev),.bb-lms-pagination .post-page-numbers:not(.next,.prev),.bbp-pagination-links .page-numbers:not(.next,.prev),.bbp-pagination-links .post-page-numbers:not(.next,.prev),.bp-pagination-links .page-numbers:not(.next,.prev),.bp-pagination-links .post-page-numbers:not(.next,.prev),.llms-pagination .page-numbers:not(.next,.prev),.llms-pagination .post-page-numbers:not(.next,.prev),.page-links .page-numbers:not(.next,.prev),.page-links .post-page-numbers:not(.next,.prev),.woocommerce-pagination .page-numbers:not(.next,.prev),.woocommerce-pagination .post-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-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,.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,.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,.llms-pagination .page-numbers.next,.llms-pagination .page-numbers.prev,.llms-pagination .post-page-numbers.next,.llms-pagination .post-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,.woocommerce-pagination .page-numbers.next,.woocommerce-pagination .page-numbers.prev,.woocommerce-pagination .post-page-numbers.next,.woocommerce-pagination .post-page-numbers.prev{width:28px}.bb-bp-invites-content .table-responsive a.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.post-page-numbers,.bbp-pagination-links a.page-numbers:not(.prev,.next),.bbp-pagination-links a.post-page-numbers,.bp-pagination-links a.page-numbers:not(.prev,.next),.bp-pagination-links a.post-page-numbers,.llms-pagination a.page-numbers:not(.prev,.next),.llms-pagination a.post-page-numbers,.page-links a.page-numbers:not(.prev,.next),.page-links a.post-page-numbers,.woocommerce-pagination a.page-numbers:not(.prev,.next),.woocommerce-pagination 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.post-page-numbers:hover,.bb-lms-pagination a.page-numbers:not(.prev,.next):hover,.bb-lms-pagination a.post-page-numbers:hover,.bbp-pagination-links a.page-numbers:not(.prev,.next):hover,.bbp-pagination-links a.post-page-numbers:hover,.bp-pagination-links a.page-numbers:not(.prev,.next):hover,.bp-pagination-links a.post-page-numbers:hover,.llms-pagination a.page-numbers:not(.prev,.next):hover,.llms-pagination a.post-page-numbers:hover,.page-links a.page-numbers:not(.prev,.next):hover,.page-links a.post-page-numbers:hover,.woocommerce-pagination a.page-numbers:not(.prev,.next):hover,.woocommerce-pagination a.post-page-numbers:hover{color:var(--bb-primary-color)}.bb-bp-invites-content .table-responsive a.prev,.bb-lms-pagination a.prev,.bbp-pagination-links a.prev,.bp-pagination-links a.prev,.llms-pagination a.prev,.page-links a.prev,.woocommerce-pagination a.prev{margin-left:5px}.bb-bp-invites-content .table-responsive a.next,.bb-lms-pagination a.next,.bbp-pagination-links a.next,.bp-pagination-links a.next,.llms-pagination a.next,.page-links a.next,.woocommerce-pagination a.next{margin-right:5px}.bb-bp-invites-content .table-responsive a.next,.bb-bp-invites-content .table-responsive a.prev,.bb-lms-pagination a.next,.bb-lms-pagination a.prev,.bbp-pagination-links a.next,.bbp-pagination-links a.prev,.bp-pagination-links a.next,.bp-pagination-links a.prev,.llms-pagination a.next,.llms-pagination a.prev,.page-links a.next,.page-links a.prev,.woocommerce-pagination a.next,.woocommerce-pagination a.prev{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.next:hover,.bb-bp-invites-content .table-responsive a.prev:hover,.bb-lms-pagination a.next:hover,.bb-lms-pagination a.prev:hover,.bbp-pagination-links a.next:hover,.bbp-pagination-links a.prev:hover,.bp-pagination-links a.next:hover,.bp-pagination-links a.prev:hover,.llms-pagination a.next:hover,.llms-pagination a.prev:hover,.page-links a.next:hover,.page-links a.prev:hover,.woocommerce-pagination a.next:hover,.woocommerce-pagination a.prev:hover{background-color:var(--bb-content-alternate-background-color)}.bb-bp-invites-content .table-responsive a.next:before,.bb-bp-invites-content .table-responsive a.prev:before,.bb-lms-pagination a.next:before,.bb-lms-pagination a.prev:before,.bbp-pagination-links a.next:before,.bbp-pagination-links a.prev:before,.bp-pagination-links a.next:before,.bp-pagination-links a.prev:before,.llms-pagination a.next:before,.llms-pagination a.prev:before,.page-links a.next:before,.page-links a.prev:before,.woocommerce-pagination a.next:before,.woocommerce-pagination a.prev:before{font-family:bb-icons;speak:none;font-style:normal;font-weight:400;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,.bbp-pagination-links a.prev:before,.bp-pagination-links a.prev:before,.llms-pagination a.prev:before,.page-links a.prev:before,.woocommerce-pagination a.prev:before{content:"\e8ab"}.bb-bp-invites-content .table-responsive a.next:before,.bb-lms-pagination a.next:before,.bbp-pagination-links a.next:before,.bp-pagination-links a.next:before,.llms-pagination a.next:before,.page-links a.next:before,.woocommerce-pagination a.next:before{content:"\e827"}.bb-bp-invites-content .table-responsive span.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.post-page-numbers,.bbp-pagination-links span.page-numbers:not(.dots),.bbp-pagination-links span.post-page-numbers,.bp-pagination-links span.page-numbers:not(.dots),.bp-pagination-links span.post-page-numbers,.llms-pagination span.page-numbers:not(.dots),.llms-pagination span.post-page-numbers,.page-links span.page-numbers:not(.dots),.page-links span.post-page-numbers,.woocommerce-pagination span.page-numbers:not(.dots),.woocommerce-pagination 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-lms-pagination span.page-numbers.disabled,.bbp-pagination-links span.page-numbers.disabled,.bp-pagination-links span.page-numbers.disabled,.llms-pagination span.page-numbers.disabled,.page-links span.page-numbers.disabled,.woocommerce-pagination span.page-numbers.disabled{background-color:transparent;color:var(--bb-body-text-color)}.llms-pagination ul.page-numbers,.woocommerce nav.woocommerce-pagination ul.page-numbers,.woocommerce-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}.woocommerce nav.woocommerce-pagination ul li,.woocommerce-pagination ul li,body.woocommerce nav.woocommerce-pagination ul li{margin:0 3px}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce-pagination ul li a,body.woocommerce nav.woocommerce-pagination ul li a{background-color:transparent}.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce-pagination ul li a:focus,.woocommerce-pagination ul li a:hover,body.woocommerce nav.woocommerce-pagination ul li a:focus,body.woocommerce nav.woocommerce-pagination ul li a:hover{color:var(--bb-primary-color);background-color:transparent}.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,body.woocommerce nav.woocommerce-pagination ul li a.next,body.woocommerce nav.woocommerce-pagination ul li a.prev{font-size:0;color:var(--bb-body-text-color);background-color:var(--bb-content-background-color)}.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,body.woocommerce nav.woocommerce-pagination ul li a.next:hover,body.woocommerce nav.woocommerce-pagination ul li a.prev:hover{background-color:var(--bb-content-alternate-background-color)}.woocommerce nav.woocommerce-pagination ul li span.current,.woocommerce-pagination ul li span.current,body.woocommerce nav.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.next,.buddypress-wrap .bp-pagination .bp-pagination-links a.prev,.buddypress-wrap .bp-pagination .bp-pagination-links span.next,.buddypress-wrap .bp-pagination .bp-pagination-links span.prev{font-size:0}.push-left{margin-left:auto}.push-right{margin-right:auto}.push-center{margin-right:auto;margin-left:auto}.push-middle{margin-top:auto;margin-bottom:auto}.push-bottom{margin-top:auto}@media (max-width:544px){.push-left-sm{margin-right:0}.push-center-sm{margin-right:auto;margin-left: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;right: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;right: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 embed,.video-container iframe:not(.wp-embedded-content),.video-container object{position:absolute;top:0;right: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-left:-.5rem}.overlay{position:fixed;z-index:200;top:0;right:0;left:0;bottom:0;background-color:rgba(255,255,255,.95)}.overlay>.close{position:fixed;top:1rem;left: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:100% 0!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}blockquote,pre{border:1px solid #999;page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,h4{page-break-after:avoid}@page{margin:.5cm}}.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,right top,left top,color-stop(8%,#eee),color-stop(18%,#ddd),color-stop(33%,#eee));background:-webkit-linear-gradient(right,#eee 8%,#ddd 18%,#eee 33%);background:linear-gradient(to left,#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(0);transform:rotate(0)}to{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}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(-0.5rem);transform:translateX(-0.5rem)}30%{-webkit-transform:translateX(0.4rem);transform:translateX(0.4rem)}45%{-webkit-transform:translateX(-0.3rem);transform:translateX(-0.3rem)}60%{-webkit-transform:translateX(0.2rem);transform:translateX(0.2rem)}75%{-webkit-transform:translateX(-0.1rem);transform:translateX(-0.1rem)}90%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{15%{-webkit-transform:translateX(-0.5rem);transform:translateX(-0.5rem)}30%{-webkit-transform:translateX(0.4rem);transform:translateX(0.4rem)}45%{-webkit-transform:translateX(-0.3rem);transform:translateX(-0.3rem)}60%{-webkit-transform:translateX(0.2rem);transform:translateX(0.2rem)}75%{-webkit-transform:translateX(-0.1rem);transform:translateX(-0.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 .2s;animation:zoom-in .2s}.zoomOut{-webkit-animation:zoom-out .5s;animation:zoom-out .5s}.slideInRight{-webkit-animation:slide-in-right .5s;animation:slide-in-right .5s}.slideInLeft{-webkit-animation:slide-in-left .5s;animation:slide-in-left .5s}.slideInDown{-webkit-animation:slide-in-down .5s;animation:slide-in-down .5s}.slideOutLeft{-webkit-animation:slide-out-left .5s;animation:slide-out-left .5s}.slideOutRight{-webkit-animation:slide-out-right .5s;animation:slide-out-right .5s}.slideOutUp{-webkit-animation:slide-out-up .5s;animation:slide-out-up .5s}.slideUp{overflow:hidden;-webkit-animation:slide-up .2s ease-in-out;animation:slide-up .2s 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 .5s cubic-bezier(.5,-.5,.5,1.5);animation:flip-out .5s cubic-bezier(.5,-.5,.5,1.5)}.rotate{-webkit-animation:rotate .5s;animation:rotate .5s}.pulse{-webkit-animation:pulse 250ms 2;animation:pulse 250ms 2}.shake{-webkit-animation:shake .5s;animation:shake .5s}.dropdown:not(.v-select){position:absolute;z-index:100;top:0;left: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;right:0;left: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-left: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;left: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:after,[data-balloon]:hover:before,[data-balloon][data-balloon-visible]:after,[data-balloon][data-balloon-visible]:before{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]:after,[data-balloon][data-balloon-blunt]:before{-webkit-transition:none;transition:none}[data-balloon][data-balloon-pos=up]:after{bottom:100%;right: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%;right: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%;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-left]: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-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%;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-right]: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-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{right: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;right: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{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-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;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-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{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-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;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-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-left:11px;left: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-left:5px;left: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{right:100%;margin-right: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;right:100%;margin-right: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}html{margin-left:0!important}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}body.login{background-color:var(--bb-admin-screen-bgr-color);font-size:14px;line-height:1.4em}body.login form{background-color:transparent;border:none;box-shadow:none;padding:2px;margin-right:-2px;margin-left:-2px}body.login input,body.login select,body.login textarea{vertical-align:baseline}body.login #login,body.login p.forgetmenot label{color:var(--bb-admin-screen-txt-color)}body.login .login-popup .mfp-close{color:var(--bb-headings-color);font-size:24px;opacity:1;top:6px;left:15px}.registration .mfp-content #privacy-modal,.registration .mfp-content #terms-modal,body.login .mfp-content #privacy-modal,body.login .mfp-content #terms-modal{border:1px solid var(--bb-content-border-color)}.bb-template-v2.registration .mfp-content div#privacy-modal,.bb-template-v2.registration .mfp-content div#terms-modal,body.login.bb-template-v2 .mfp-content div#privacy-modal,body.login.bb-template-v2 .mfp-content div#terms-modal{border-radius:10px;border-color:var(--bb-content-border-color)}.login.bb-login #login{padding-top:8%;padding-bottom:8%}@media (min-width:992px){.login.bb-login #login{padding-top:5%;padding-bottom:5%}}@media (max-width:360px){.login.bb-login #login{width:84%}}.login.bb-login #login>h1>a{margin-bottom:15px;height:auto}.bs-cs-login-logo{visibility:hidden;width:100%;display:block}img.bs-cs-login-logo.private-on{visibility:visible;display:inline-block}.login h1 a.bb-login-title{background-image:none;text-indent:0;width:auto;color:var(--bb-login-register-link-color-regular)}.login h1 a.bb-login-title:focus,.login h1 a.bb-login-title:hover{color:var(--bb-login-register-link-color-hover)}body.login.login-split-page .login-split{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;position:relative}body.login.login-split-page .login-split .split-overlay{width:100%;height:100%;background-color:#000;position:absolute;z-index:1;opacity:0}body.login.login-split-page .login-split div{color:#fff}body.login.login-split-page .login-split__entry{padding:80px 0}body.login.login-split-page .login-split__entry h1{color:var(--bb-login-custom-heading-color);text-align:right;line-height:1.1}body.login.login-split-page .login-split .login-split__entry{display:block;width:100%;max-width:450px;font-size:32px;line-height:1.15;position:relative;z-index:9}body.login.login-split-page #language-switcher{margin-top:20px}@media (max-width:800px){body.login.login-split-page .login-split .login-split__entry{width:80%}}@media (max-width:544px){body.login.login-split-page .login-split .login-split__entry{width:85%}}body.login.login-split-page .login-split__entry p{font-size:16px;line-height:1.4;display:block;margin-top:20px;margin-bottom:0;color:var(--bb-login-custom-heading-color);word-wrap:break-word}body.login.login-split-page #login{padding-top:30px;padding-bottom:30px}body.login.login-split-page #login h1 a{margin-right:0;text-align:right}@media (min-width:992px){body.login.login-split-page .grecaptcha-badge[data-style=bottomleft]{right:-webkit-calc(-50vw - 186px)!important;right:calc(-50vw - 186px)!important}body.login.login-split-page .grecaptcha-badge[data-style=bottomleft]:hover{right:-webkit-calc(-50vw)!important;right:calc(-50vw)!important}body.login.login-split-page .login-split{width:50%;position:fixed;right:0;height:100%}body.login.login-split-page .login-split .login-split__entry{margin-right:-webkit-calc((50vw - 450px)/ 2);margin-right:calc((50vw - 450px)/ 2);margin-left:-webkit-calc((50vw - 450px)/ 2);margin-left:calc((50vw - 450px)/ 2);padding:0;max-width:450px}body.login.login-split-page #login{position:absolute;right:50%;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:50vw;padding:30px -webkit-calc((50vw - 450px)/ 2);padding:30px calc((50vw - 450px)/ 2);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;min-height:100%}body.login.login-split-page.login-exh #login{-webkit-transform:translateY(-35%);-ms-transform:translateY(-35%);transform:translateY(-35%)}body.login.login-split-page .language-switcher{padding-top:15px}}@media screen and (max-width:991px){body.login.login-split-page .language-switcher{top:initial!important}body.login.login-split-page #login{width:100%;max-width:450px}}@media (max-width:800px){body.login.login-split-page #login{width:80%}}@media (max-width:544px){body.login.login-split-page #login{width:85%}}body.login:not(.login-split-page) .language-switcher{margin-top:-25px}.login #backtoblog,.login #nav{padding:0}.login input[type=email],.login input[type=password],.login input[type=text]{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);box-shadow:none;border-radius:var(--bb-input-radius);font-size:16px;padding:10px 15px;color:var(--bb-body-text-color)}.bb-template-v2.login input[type=email]:focus,.bb-template-v2.login input[type=password]:focus,.bb-template-v2.login input[type=text]:focus{border-color:var(--bb-input-focus-border-color);box-shadow:var(--bb-input-focus-shadow)}.login form#loginform input[type=text]{padding:10px 40px 10px 10px}.login form#loginform input[type=password],.login form#loginform input[type=text]#user_pass{padding:10px 40px 10px 35px;font-family:inherit}.login form label[for=user_login],.login form label[for=user_pass]{display:block;position:relative}.login form label[for=user_login] br,.login form label[for=user_pass] br{display:none}.login form#loginform label[for=user_login]:before,.login form#loginform label[for=user_pass]:before,.user-pass-wrap .wp-pwd:before{font-family:bb-icons;font-size:16px;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-left:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-right:.2em;position:absolute;top:12px;right:10px}.login form#loginform label[for=user_login]:before{content:"\ef52";color:var(--bb-body-text-color)}.login label{margin-bottom:1px}.login .user-pass-wrap .wp-pwd{position:relative}.login .user-pass-wrap .wp-pwd:before{content:"\eebf";font-size:20px;top:10px;color:var(--bb-body-text-color)}.login .user-pass-wrap .wp-pwd .dashicons{font-family:bb-icons;font-size:18px;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-left:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-right:.2em;position:absolute;top:11px;right:5px;color:#122b46;opacity:.5}.login .user-pass-wrap .wp-pwd .dashicons:before{content:"\ee6a"}.login .user-pass-wrap .wp-pwd .dashicons-visibility:before{content:"\ee69"}.login form#loginform label[for=user_pass]:before{content:"\eebf";font-size:20px;top:12px}.login form#loginform label[for=user_pass] .label-switch{position:absolute;top:15px;left:15px;font-size:0;-webkit-transition:all .3s ease;transition:all .3s ease;opacity:.5}.login form#loginform label[for=user_pass] .label-switch.bb-eye:after{content:"\ee69"}.login form#loginform label[for=user_pass] .label-switch:after{content:"\ee6a";font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-left:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-right:.2em;font-size:14px}.login.bb-login .button-primary,.login.bb-login .wp-generate-pw,.login.wp-core-ui .button-primary{background-color:var(--bb-login-register-button-background-color-regular);border-color:var(--bb-login-register-button-border-color-regular);color:var(--bb-login-register-button-text-color-regular);border-radius:var(--bb-button-radius);box-shadow:none;text-shadow:none;height:auto;padding:4px 30px;-webkit-transition:all linear .2s;transition:all linear .2s;float:none;width:100%;margin:20px 0 0;font-size:14px}.login.bb-login .button-primary:hover,.login.bb-login .wp-generate-pw:hover,.login.wp-core-ui .button-primary:hover{background-color:var(--bb-login-register-button-background-color-hover);border-color:var(--bb-login-register-button-border-color-hover);color:var(--bb-login-register-button-text-color-hover)}.login.bb-login .button-primary:active,.login.bb-login .wp-generate-pw:active,.login.wp-core-ui .button-primary:active{-webkit-transform:none;-ms-transform:none;transform:none}.bb-login.wp-core-ui .language-switcher .button,.language-switcher .button{background-color:var(--bb-secondary-button-background-regular);border-color:var(--bb-secondary-button-border-regular);color:var(--bb-secondary-button-text-regular);border-radius:var(--bb-button-radius)}.bb-login.wp-core-ui .language-switcher .button:hover,.language-switcher .button:hover{background-color:var(--bb-secondary-button-background-hover);border-color:var(--bb-secondary-button-border-hover);color:var(--bb-secondary-button-text-hover)}.bb-login.wp-core-ui .language-switcher select,.language-switcher select{border-radius:var(--bb-input-radius);background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color)}.language-switcher .dashicons.dashicons-translation:before{color:var(--bb-admin-screen-txt-color)}.admin-email__actions .admin-email__actions-primary a.button{background:100% 0;border-color:var(--bb-login-register-button-border-color-regular);color:var(--bb-login-register-button-background-color-regular);min-height:40px;line-height:40px;padding:0 30px;border-radius:50px;outline:0;box-shadow:none;min-width:160px}.admin-email__actions .admin-email__actions-primary a.button:hover{border-color:var(--bb-login-register-button-border-color-hover);color:var(--bb-login-register-button-background-color-hover)}.bb-template-v2 .language-switcher select,.bb-template-v2.bb-login.wp-core-ui .language-switcher select{border-radius:6px;color:var(--bb-body-text-color);background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:left .9rem center;padding-left:30px;background-size:auto}.bb-template-v2 .language-switcher select:focus,.bb-template-v2.bb-login.wp-core-ui .language-switcher select:focus{color:var(--bb-body-text-color);border-color:var(--bb-input-focus-border-color);box-shadow:var(--bb-input-focus-shadow)}.login-action-confirm_admin_email #login{max-width:440px;padding:0 20px;width:100%}.login-action-confirm_admin_email.login-split-page #login{max-width:100%}.login h1.admin-email__heading{font-size:26px;color:#122b46}@media (max-width:782px){.login.bb-login .button-primary{line-height:28px}}.login .login-heading{margin:35px 0 10px;display:-webkit-box;display:flexbox;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.login #login_error,.login .message{margin-top:15px;border:0;box-shadow:none;border-radius:var(--bb-input-radius)}.login .message#bp_member_switching_switch_on{background-color:#a8aab4}.login .message#bp_member_switching_switch_on a{vertical-align:middle;margin-top:2px;display:inline-block;color:#fff}.login #login_error a,.login .message a{color:#fff}.login #login_error{border-right-color:var(--bb-danger-color);background-color:var(--bb-danger-color);color:#fff}.login.login-action-lostpassword .message>.message,.login:not(.login-action-lostpassword) .message:not(.reset-pass){background-color:var(--bb-default-notice-color);color:#fff}.login .login-heading h2{margin-left:auto;font-size:20px;color:var(--bb-admin-screen-txt-color)}.login .bs-register-message,.login:not(.login-action-lostpassword) .message.bs-register-message:not(.reset-pass){border:0;background-color:transparent;color:#122b46;padding:0;font-size:20px;margin-top:0;margin-bottom:0;margin-left:auto}body.login .login-heading a{text-decoration:none;color:var(--bb-login-register-link-color-regular)}body.login .login-heading a:focus,body.login .login-heading a:hover{color:var(--bb-login-register-link-color-hover)}.login a{outline:0;box-shadow:none;color:var(--bb-login-register-link-color-regular)}.login a:hover{color:var(--bb-login-register-link-color-hover)}.login .login-heading a:focus,.login .login-heading a:hover{color:var(--bb-login-register-link-color-hover)}.login form .forgetmenot label strong{font-weight:400}.login.bb-login #login p#nav,.login.bb-login:not(.login-action-resetpass) #backtoblog{display:none}.login.bb-login form .forgetmenot{font-size:14px;line-height:20px;vertical-align:bottom;padding-top:4px;position:relative}.login.bb-login form .forgetmenot input[type=checkbox],.login.bb-login form .forgetmenot input[type=checkbox]:before{margin:0;width:20px;height:20px;position:absolute;right:0;top:4px}.login.bb-login form .forgetmenot input[type=checkbox]:focus+.checkbox{border-color:var(--bb-input-focus-border-color);box-shadow:var(--bb-input-focus-shadow)}.login.bb-login form .pw-weak{font-size:14px;line-height:20px;vertical-align:bottom;padding-top:4px;position:relative}.login.bb-login form .pw-weak input[type=checkbox],.login.bb-login form .pw-weak input[type=checkbox]:before{margin:0;width:20px;height:20px;position:absolute;right:0;top:4px}.login.bb-login form .pw-weak input[type=checkbox]:focus+.checkbox{border-color:var(--bb-input-focus-border-color);box-shadow:var(--bb-input-focus-shadow)}.admin-email__actions-primary{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;gap:10px}.admin-email__actions-primary #correct-admin-email{margin:0;width:auto}.admin-email__actions-secondary a{text-decoration:underline}.login .button.wp-hide-pw,.login .button.wp-hide-pw:focus{border:0;box-shadow:none;outline:0}.login .button.wp-hide-pw:focus .dashicons,.login .button.wp-hide-pw:hover .dashicons{color:var(--bb-login-register-link-color-hover)}.checkbox{position:relative;z-index:10}span.checkbox{z-index:5;display:inline-block;width:20px;height:20px;border-radius:var(--bb-checkbox-radius);background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);margin-left:10px;float:right}span.checkbox.on{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color);border-radius:var(--bb-checkbox-radius)}span.checkbox.on:before{color:#fff;content:"\e876";font-family:bb-icons;width:20px;height:20px;line-height:20px;font-size:14px;position:relative;top:-1px;right:2px;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:6px}.login form .lostmenot{float:left;padding:5px 0 0}.login a.privacy-policy-link,.login form .lostmenot a,form#lostpasswordform a.bs-sign-in{text-decoration:none;color:var(--bb-login-register-link-color-regular)}.login a.privacy-policy-link:hover,.login form .lostmenot a:focus,.login form .lostmenot a:hover,form#lostpasswordform a.bs-sign-in:hover{color:var(--bb-login-register-link-color-hover)}.login form#resetpassform .password-input-wrapper{width:100%}.login form#resetpassform .password-input-wrapper .button.button-secondary{text-align:center;vertical-align:baseline}.login.bb-login form#resetpassform .password-input-wrapper .button.button-secondary.wp-hide-pw{display:none!important}.login.bb-login #pass-strength-result{padding-top:0;padding-bottom:0;margin-bottom:0;display:none!important}.login.bb-login #pass-strength-result.bad,.login.bb-login #pass-strength-result.good,.login.bb-login #pass-strength-result.short,.login.bb-login #pass-strength-result.strong{padding-top:6px;padding-bottom:6px;margin-bottom:0;display:block!important}.login.bb-login #pass-strength-result.bad,.login.bb-login #pass-strength-result.short{margin-bottom:10px;background-color:var(--bb-danger-color);border-color:var(--bb-danger-color);color:#fff}.login.bb-login #pass-strength-result.good{background-color:var(--bb-warning-color);border-color:var(--bb-warning-color);color:#fff}.login.bb-login #pass-strength-result.strong{background-color:var(--bb-success-color);border-color:var(--bb-success-color);color:#fff}.login.login-action-resetpass.bb-login p#backtoblog span.bs-pass-update-msg{display:block;margin:0 0 20px}.login.bb-login form#resetpassform p.description.indicator-hint{display:none}.login.bb-login form#resetpassform label[for=pass1],.user-bs-pass2-wrap>p{display:none}.login.bb-login p.message.reset-pass,.login.login-action-lostpassword.bb-login #login>p.message{border:0;background:100% 0;box-shadow:none;padding:12px 0 0}.login.bb-login p.message.reset-pass{font-size:1rem}.login.login-action-lostpassword.bb-login #login>p.message>div{font-size:1rem;padding:0 0 5px}#bs-pass2{margin-bottom:0}.user-bs-pass2-wrap{margin-bottom:20px;position:relative}.user-bs-pass2-wrap .button-reset-hide-pw{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.user-bs-pass2-wrap .button-reset-hide-pw i{font-size:18px;color:#122b46;opacity:.5}#resetpassform .wp-pwd .wp-hide-pw .dashicons{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#resetpassform .wp-pwd .wp-hide-pw .dashicons:before{font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;font-variant:normal;font-size:18px;color:#122b46;opacity:.5}#resetpassform .wp-pwd .wp-hide-pw .dashicons-hidden:before{content:"\ee6a"}#resetpassform .wp-pwd .wp-hide-pw .dashicons-visibility:before{content:"\ee69"}.login.login-action-lostpassword.bb-login form#lostpasswordform p.submit{text-align:center}.login.login-action-lostpassword.bb-login form#lostpasswordform p.submit input#wp-submit{float:none}form#lostpasswordform a.bs-sign-in,form#lostpasswordform a:active.bs-sign-in,form#lostpasswordform a:focus.bs-sign-in,form#lostpasswordform a:hover.bs-sign-in{display:inline-block;width:100%;text-align:center;margin:15px auto 0;text-decoration:none;outline:0!important;box-shadow:none}span.apsl-login-new-text{font-weight:400}.apsl-login-networks.theme-1 .apsl-icon-block .fa{-webkit-transition-property:none;transition-property:none}body.login .privacy-policy-page-link{margin:2em 0}body.login .privacy-policy-page-link a{font-weight:600}body.login .login-popup.bb-modal{position:relative;background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;padding:30px;width:auto;margin:40px auto;box-shadow:0 3px 24px 0 rgba(18,43,70,.28);max-width:800px;font-size:16px;line-height:1.6875rem;color:var(--bb-body-text-color)}body.login .login-popup.bb-modal dd,body.login .login-popup.bb-modal ol,body.login .login-popup.bb-modal ul{margin:0 1.6875rem 1.6875rem 0;padding:0}body.login .login-popup.bb-modal .mfp-close,body.login .login-popup.bb-modal .mfp-close:hover{background-color:transparent;box-shadow:none}body.login .login-popup.bb-modal p{margin:0 0 1.6875rem}body.login .login-popup.bb-modal>h1:first-of-type{color:var(--bb-headings-color);text-align:right;line-height:24px;margin:-30px -30px 30px;background-color:var(--bb-content-alternate-background-color);padding:17px 30px;border-top-right-radius:var(--bb-block-radius);border-top-left-radius:var(--bb-block-radius);border-bottom:1px solid var(--bb-content-border-color);font-size:20px}body.login.bb-template-v2 .login-popup.bb-modal>h1:first-of-type{border-bottom:0}body.login .mfp-content #privacy-modal.bb-modal>h1:first-of-type,body.login .mfp-content #terms-modal.bb-modal>h1:first-of-type{font-size:20px}body.login .mfp-bg{opacity:.4}@media (max-width:992px){body.login .login-popup.bb-modal{padding:40px 20px}}.bb-modal iframe{margin-bottom:1.6875rem}div.bb-sso-container .bb-sso-button-default{background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color);color:var(--bb-secondary-button-text-regular);border-radius:var(--bb-button-radius)} \ No newline at end of file diff --git a/web/app/themes/buddyboss-theme/assets/css-rtl/memberpress.css b/web/app/themes/buddyboss-theme/assets/css-rtl/memberpress.css index 75177396..f4a571b7 100644 --- a/web/app/themes/buddyboss-theme/assets/css-rtl/memberpress.css +++ b/web/app/themes/buddyboss-theme/assets/css-rtl/memberpress.css @@ -3,15 +3,12 @@ .mp_wrapper.mp_login_form #mepr_loginform { width: 100%; } - .mp_wrapper.mp_login_form #wp-submit { width: 100%; } - .mp_wrapper.mp_login_form #wp-submit:hover { background: #007cff; } - .mp_wrapper.mp_login_form input[type="text"], .mp_wrapper.mp_login_form input[type="url"], .mp_wrapper.mp_login_form input[type="email"], @@ -25,23 +22,20 @@ border-radius: 3px; font-size: 16px; } - .mp_wrapper.mp_login_form input[type="text"], .mp_wrapper.mp_login_form input[type="password"] { padding: 0 40px 0 5px !important; } - .mp_wrapper.mp_login_form .mepr_username, .mp_wrapper.mp_login_form .mepr_password { position: relative; margin-bottom: 18px; } - -.mp_wrapper.mp_login_form .mepr_username::before, -.mp_wrapper.mp_login_form .mepr_password::before { +.mp_wrapper.mp_login_form .mepr_username:before, +.mp_wrapper.mp_login_form .mepr_password:before { font-family: bb-icons; font-style: normal; - font-weight: 400; + font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; @@ -58,76 +52,62 @@ z-index: 9; color: #72777c; } - .mp_wrapper.mp_login_form .mepr_username .mp-form-label { display: none; } - -.mp_wrapper.mp_login_form .mepr_username::before { +.mp_wrapper.mp_login_form .mepr_username:before { content: "\ef52"; font-family: bb-icons; font-size: 16px; } - .mp_wrapper.mp_login_form .mepr_password .mp-form-label > label { display: none !important; } - .mp_wrapper.mp_login_form .mepr_password input[type="text"], .mp_wrapper.mp_login_form .mepr_password input[type="password"] { padding: 0 40px 0 35px !important; } - .mp_wrapper.mp_login_form .mepr_password .button.mp-hide-pw { height: 40px; padding: 0 9px; box-shadow: none; } - .mp_wrapper.mp_login_form .mepr_password .button.mp-hide-pw .dashicons { font-size: 16px; } - -.mp_wrapper.mp_login_form .mepr_password .button.mp-hide-pw .dashicons::before { +.mp_wrapper.mp_login_form .mepr_password .button.mp-hide-pw .dashicons:before { content: "\ee69"; font-family: bb-icons; font-size: 16px; color: #122b46; opacity: 0.5; } - -.mp_wrapper.mp_login_form .mepr_password .button.mp-hide-pw .dashicons.dashicons-hidden::before { +.mp_wrapper.mp_login_form .mepr_password .button.mp-hide-pw .dashicons.dashicons-hidden:before { content: "\ee6a"; } - -.mp_wrapper.mp_login_form .mepr_password::before { +.mp_wrapper.mp_login_form .mepr_password:before { content: "\eebf"; font-size: 20px; } - .mp_wrapper.mp_login_form label { font-weight: 400; font-size: 14px; color: #122b46; } - .mp_wrapper.mp_login_form #rememberme { width: 17px; height: 17px; background: #fff; } - .mp_wrapper.mp_login_form .mepr-login-actions { font-size: 14px; position: absolute; top: 115px; left: 20px; } - .mp_wrapper.mp_login_form .mp-spacer { line-height: 10px; } - .mp_wrapper.mp_login_form .submit { margin-top: 5px; } @@ -144,11 +124,9 @@ border-radius: 3px; padding: 12px !important; } - .mp_wrapper ul { padding: 0 !important; } - .mp_wrapper input[type="text"], .mp_wrapper input[type="url"], .mp_wrapper input[type="email"], @@ -162,7 +140,6 @@ border-radius: 3px; font-size: 16px; } - .mp_wrapper label { font-size: 14px; color: var(--bb-headings-color); @@ -172,20 +149,17 @@ .mepr-thankyou-page .entry-header { margin: 30px 0; } - .mepr-login-page .entry-title, .mepr-thankyou-page .entry-title { font-size: 22px; text-align: center; } - .mepr-login-page .mp_wrapper, .mepr-thankyou-page .mp_wrapper { margin: auto; padding: 0 20px; position: relative; } - .mepr-login-page .mp_wrapper .mepr-login-form-wrap, .mepr-thankyou-page .mp_wrapper .mepr-login-form-wrap { max-width: 360px; @@ -213,7 +187,6 @@ .mepr-forgot-password-page .entry-header { display: none; } - .mepr-forgot-password-page .mp_wrapper { margin-top: 30px; } @@ -222,17 +195,14 @@ max-width: 360px; padding: 0; } - .mepr-login-page .mepr-unauthorized-message { margin-top: 30px; text-align: center; } - .mepr-login-page .entry-header { margin: 30px auto; padding: 0 20px; } - .mepr-login-page .entry-title { line-height: 1.3; } @@ -248,7 +218,6 @@ border-radius: 4px; margin-bottom: 30px; } - .bb-mp-account-settings .mp_wrapper.mp_wrapper_nav { -webkit-box-flex: 0; -ms-flex: 0 0 230px; @@ -260,7 +229,6 @@ margin: 0; padding: 30px 0; } - .bb-mp-account-settings .mp-wrapper:not(.mp_wrapper_nav), .bb-mp-account-settings .mp_wrapper:not(.mp_wrapper_nav) { -webkit-box-flex: 1; @@ -274,7 +242,6 @@ display: block; padding: 0; } - #mepr-account-nav a { font-size: 14px; color: #939597; @@ -289,7 +256,6 @@ line-height: 1; margin-bottom: 1px; } - #mepr-account-nav a:hover, #mepr-account-nav .mepr-active-nav-tab a { background: rgba(77, 92, 109, 0.1); @@ -345,14 +311,12 @@ margin-bottom: 20px; padding: 15px 20px; } - .mp-form-row.mepr_bold.mepr_price label { margin: 0 0 0 20px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } - .mp-form-row.mepr_bold.mepr_price .mepr_price_cell { font-weight: 500; } @@ -367,32 +331,26 @@ .mepr-signup-form .mp-form-label { position: relative; } - .mepr-signup-form .mepr-coupon-loader { margin-bottom: 20px; position: absolute; left: 0; top: -10px; } - .mepr-signup-form .mepr-payment-method-label label { margin: 0; } - .mepr-signup-form .mp_wrapper .mepr-payment-method { margin-bottom: 0; } - .mepr-signup-form img.mepr-loading-gif { margin: 0 12px 12px 10px; } - .mepr-signup-form .mp_wrapper .mepr-form-has-errors, .mepr-signup-form .mp_wrapper .cc-error { font-size: 14px; padding-right: 0; } - .mepr-signup-form label[for="mepr_agree_to_tos"] > input[type="checkbox"], .mepr-signup-form label[for="mepr_agree_to_privacy_policy"] > input[type="checkbox"] { display: inline-block; @@ -403,25 +361,20 @@ } .registration.register { - /* Hide sidebar on checkout page */ } - .registration.register .site { margin-right: 0; } - .registration.register #primary .entry-header { margin-bottom: 20px; } - .registration.register #primary h1.entry-title { font-size: 28px; color: #122b46; letter-spacing: 0; line-height: 1.3; } - .registration.register .entry-content > p { font-size: 15px; color: #939597; @@ -430,29 +383,23 @@ line-height: 1.4; font-style: italic; } - .registration.register #secondary { display: none; } - .registration.register span.mepr-payment-method-label-text { padding-right: 0 !important; } - .registration.register .mp_wrapper .mp-form-row { margin-bottom: 20px; } - .registration.register .mp_wrapper .mepr-payment-method { margin-bottom: 0; } - .registration.register .mp_wrapper .have-coupon-link { margin-bottom: 20px; display: block; font-size: 15px; } - .registration.register input.mepr-submit { min-width: 160px; } @@ -466,7 +413,6 @@ background: #fff; margin-top: 30px; } - .mp_wrapper.mp_invoice table.mp-table th, .mp_wrapper.mp_invoice table.mp-table td { padding: 12px 20px; @@ -477,7 +423,6 @@ } @media (max-width: 1100px) { - .has-sidebar .bb-mp-account-settings .mp_wrapper.mp_wrapper_nav { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -489,17 +434,14 @@ margin: 0; padding: 0; } - .has-sidebar div#mepr-account-nav { margin-bottom: 0; } - .has-sidebar #mepr-account-nav .mepr-nav-item { display: inline-block; } } @media (max-width: 800px) { - body:not(.has-sidebar) .bb-mp-account-settings .mp_wrapper.mp_wrapper_nav { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -511,17 +453,14 @@ margin: 0; padding: 0; } - body:not(.has-sidebar) div#mepr-account-nav { margin-bottom: 0; } - body:not(.has-sidebar) #mepr-account-nav .mepr-nav-item { display: inline-block; } } @media (max-width: 600px) { - .mp_wrapper table.mepr-account-table td { text-align: left; } @@ -531,16 +470,13 @@ border-radius: 0; } } - /* Pricing Page Theme : Comman Styles */ #content .mepr-price-menu { margin-bottom: 40px; } - #content .mepr-price-menu.fixed { position: static; } - #content .mepr-price-menu .mepr-price-boxes { display: -webkit-box; display: -ms-flexbox; @@ -549,7 +485,6 @@ flex-flow: row wrap; margin: 0 -10px !important; } - #content .mepr-price-menu .mepr-price-box { display: -webkit-box; display: -ms-flexbox; @@ -565,23 +500,19 @@ -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - #content .mepr-price-menu .mepr-price-box:hover { box-shadow: 0 6px 24px 0 rgba(18, 43, 70, 0.12); } @media (max-width: 640px) { - #content .mepr-price-menu .mepr-price-box { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } } - #content .mepr-price-menu .mepr-most-popular { display: none; } - #content .mepr-price-menu .mepr-price-box-title { font-size: 22px; font-weight: 400; @@ -590,7 +521,6 @@ margin-bottom: 30px; text-align: center; } - #content .mepr-price-menu .mepr-price-box-heading { font-size: 15px; line-height: 1; @@ -600,25 +530,14 @@ margin-bottom: 16px; font-family: inherit !important; } - #content .mepr-price-menu .mepr-price-box-price { margin-bottom: 25px; text-align: center; - font-size: 14px; - font-weight: 400; - color: #939597; - letter-spacing: -0.24px; - line-height: 1.428; -} - -#content .mepr-price-menu .mepr-price-box-price span { font-size: 38px; color: var(--bb-headings-color); - display: block; + letter-spacing: -0.24px; line-height: 1; - margin-bottom: 5px; } - #content .mepr-price-menu .mepr-price-box-benefits-item { font-size: 14px; letter-spacing: -0.24px; @@ -628,11 +547,10 @@ display: -ms-flexbox; display: flex; } - -#content .mepr-price-menu .mepr-price-box-benefits-item::before { +#content .mepr-price-menu .mepr-price-box-benefits-item:before { content: "\E876"; color: var(--bb-primary-color); - font: 400 normal normal 15px/1 bb-icons; + font: normal normal normal 15px/1 bb-icons; speak: none; display: inline-block; text-decoration: inherit; @@ -642,15 +560,12 @@ margin-left: 12px; margin-top: 8px; } - #content .mepr-price-menu .mepr-price-box-footer:empty { display: none; } - #content .mepr-price-menu .mepr-price-box-foot { margin-top: auto !important; } - #content .mepr-price-menu .mepr-price-box-footer { font-size: 14px; color: #939597; @@ -661,7 +576,7 @@ } /* Pricing Page Theme : Custom */ -.mepr-price-menu.custom .mepr-price-box-benefits-item::before { +.mepr-price-menu.custom .mepr-price-box-benefits-item:before { color: var(--bb-primary-color); } @@ -672,13 +587,11 @@ #content .mepr-price-menu.custom { margin-top: 45px; } - #content .mepr-price-menu.custom .mepr-price-box { background: #fff; border: 1px solid var(--bb-content-border-color); border-radius: 4px; } - #content .mepr-price-menu.custom .mepr-price-box.highlighted { border: 1px solid rgba(11, 11, 12, 0.16); box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.15); @@ -687,19 +600,16 @@ -ms-transform: scale(1.08); transform: scale(1.08); } - #content .mepr-price-menu.custom .mepr-price-box.highlighted:hover { box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.22); } @media (max-width: 640px) { - #content .mepr-price-menu.custom .mepr-price-box.highlighted { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } } - #content .mepr-price-menu.custom .mepr-price-box-button a { background: #007cff; border-radius: 100px; @@ -712,14 +622,12 @@ padding: 14px 20px; text-align: center; } - #content .mepr-price-menu.custom .mepr-price-box-button a:hover, #content .mepr-price-menu.custom .mepr-price-box-button a:focus { outline: none; text-decoration: none; color: #fff; box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1); } - #content .mepr-price-menu.custom .mepr-price-box-head { display: -webkit-box; display: -ms-flexbox; @@ -727,7 +635,6 @@ -ms-flex-flow: column; flex-flow: column; } - #content .mepr-price-menu.custom .mepr-price-box-head .mepr-price-box-button { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; @@ -735,13 +642,11 @@ margin-bottom: 30px; margin-top: 10px; } - #content .mepr-price-menu.custom .mepr-price-box-head .mepr-price-box-heading { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } - #content .mepr-price-menu.custom .mepr-price-box-benefits { margin-bottom: 35px; } @@ -752,50 +657,39 @@ border: 1px solid var(--bb-content-border-color); border-radius: 4px; } - #content .mepr-price-menu.classic .mepr-price-box.highlighted { box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.22); } - #content .mepr-price-menu.classic.classic_light { color: inherit !important; } - #content .mepr-price-menu.classic.classic_light .mepr-price-box { border: 1px solid var(--bb-content-border-color); border-radius: 4px; } - #content .mepr-price-menu.classic.classic_light .mepr-price-box-head { padding: 0; } - #content .mepr-price-menu.classic.classic_light .mepr-price-box.highlighted { border: 1px solid rgba(11, 11, 12, 0.16); } - #content .mepr-price-menu.classic.classic_light .mepr-price-box-benefits { border-top: 2px solid #ddd; } - #content .mepr-price-menu.classic.classic_light .mepr-price-box-benefits-item { border-bottom: 1px solid #ddd; } - #content .mepr-price-menu.classic .mepr-price-box-title { font-size: 20px; font-weight: 400; margin-bottom: 10px; } - #content .mepr-price-menu.classic .mepr-price-box-benefits-list { margin: 0; } - #content .mepr-price-menu.classic .mepr-price-box { text-align: right; } - #content .mepr-price-menu.classic .mepr-price-box-foot { margin-top: auto; text-align: center; @@ -805,44 +699,33 @@ #content .mepr-price-menu.clean .mepr-price-boxes { margin: 0 !important; } - #content .mepr-price-menu.clean .mepr-price-box { background: #fff; border: 1px solid var(--bb-content-border-color); margin: 0; padding-bottom: 30px; } - #content .mepr-price-menu.clean .mepr-price-box.highlighted { background-color: #efefef; } - #content .mepr-price-menu.clean .mepr-price-box-title { margin-top: 0; padding-bottom: 0; font-size: 18px; margin-bottom: 20px; } - #content .mepr-price-menu.clean .mepr-price-box-head { padding-top: 0; padding-bottom: 0; } - #content .mepr-price-menu.clean .mepr-price-box-heading { line-height: 1; padding-bottom: 5px; padding-top: 20px; } - -#content .mepr-price-menu.clean .mepr-price-box-price { - padding-bottom: 0; -} - #content .mepr-price-menu.clean .mepr-price-box-benefits { padding: 20px 0; } - #content .mepr-price-menu.clean .mepr-price-box-button a { font-size: 16px; border-radius: 100px; @@ -850,7 +733,6 @@ text-transform: none; width: 100%; } - #content .mepr-price-menu.clean .mepr-price-box-head, #content .mepr-price-menu.clean .mepr-price-box-benefits, #content .mepr-price-menu.clean .mepr-price-box-foot, @@ -864,44 +746,32 @@ padding: 30px 20px; border-radius: 4px; } - #content .mepr-price-menu.minimal_vertical .mepr-price-box-title, -#content .mepr-price-menu.minimal_vertical .mepr-price-box-price span, #content .mepr-price-menu.minimal_vertical .mepr-price-box-heading, #content .mepr-price-menu.minimal_vertical .mepr-price-box-price, #content .mepr-price-menu.minimal_vertical .mepr-price-box-benefits, -#content .mepr-price-menu.minimal_vertical .mepr-price-box-benefits-item::before, +#content .mepr-price-menu.minimal_vertical .mepr-price-box-benefits-item:before, #content .mepr-price-menu.minimal_horizontal .mepr-price-box-title, -#content .mepr-price-menu.minimal_horizontal .mepr-price-box-price span, #content .mepr-price-menu.minimal_horizontal .mepr-price-box-heading, #content .mepr-price-menu.minimal_horizontal .mepr-price-box-price, #content .mepr-price-menu.minimal_horizontal .mepr-price-box-benefits, -#content .mepr-price-menu.minimal_horizontal .mepr-price-box-benefits-item::before { +#content .mepr-price-menu.minimal_horizontal .mepr-price-box-benefits-item:before { color: #fff; } - #content .mepr-price-menu.minimal_vertical .mepr-price-box-benefits-item, #content .mepr-price-menu.minimal_horizontal .mepr-price-box-benefits-item { border-color: #fff; } - -#content .mepr-price-menu.minimal_vertical .mepr-price-box-price span, -#content .mepr-price-menu.minimal_horizontal .mepr-price-box-price span { - margin-bottom: 8px; -} - #content .mepr-price-menu.minimal_vertical .mepr-price-box-benefits-list, #content .mepr-price-menu.minimal_horizontal .mepr-price-box-benefits-list { margin-bottom: 20px; text-align: right; } - #content .mepr-price-menu.minimal_vertical .mepr-price-box-title, #content .mepr-price-menu.minimal_horizontal .mepr-price-box-title { font-size: 20px; margin-bottom: 20px; } - #content .mepr-price-menu.minimal_vertical .mepr-price-box-button a, #content .mepr-price-menu.minimal_horizontal .mepr-price-box-button a { display: block; @@ -910,65 +780,53 @@ border-radius: 100px; padding: 7px 10px; } - #content .mepr-price-menu.minimal_vertical .mepr-price-box-heading, #content .mepr-price-menu.minimal_horizontal .mepr-price-box-heading { margin-bottom: 0; text-align: right; } - #content .mepr-price-menu.minimal_vertical.minimal_sandstone_vertical .mepr-price-box.highlighted, #content .mepr-price-menu.minimal_vertical.minimal_sandstone_horizontal .mepr-price-box.highlighted, #content .mepr-price-menu.minimal_horizontal.minimal_sandstone_vertical .mepr-price-box.highlighted, #content .mepr-price-menu.minimal_horizontal.minimal_sandstone_horizontal .mepr-price-box.highlighted { background-color: #bbb456; } - #content .mepr-price-menu.minimal_vertical.minimal_clay_vertical .mepr-price-box.highlighted, #content .mepr-price-menu.minimal_vertical.minimal_clay_horizontal .mepr-price-box.highlighted, #content .mepr-price-menu.minimal_horizontal.minimal_clay_vertical .mepr-price-box.highlighted, #content .mepr-price-menu.minimal_horizontal.minimal_clay_horizontal .mepr-price-box.highlighted { background-color: #864a27; } - #content .mepr-price-menu.minimal_vertical.minimal_dawn_vertical .mepr-price-box.highlighted, #content .mepr-price-menu.minimal_vertical.minimal_dawn_horizontal .mepr-price-box.highlighted, #content .mepr-price-menu.minimal_horizontal.minimal_dawn_vertical .mepr-price-box.highlighted, #content .mepr-price-menu.minimal_horizontal.minimal_dawn_horizontal .mepr-price-box.highlighted { background-color: #c3b608; } - #content .mepr-price-menu.minimal_vertical.minimal_mercury_vertical .mepr-price-box.highlighted, #content .mepr-price-menu.minimal_vertical.minimal_mercury_horizontal .mepr-price-box.highlighted, #content .mepr-price-menu.minimal_horizontal.minimal_mercury_vertical .mepr-price-box.highlighted, #content .mepr-price-menu.minimal_horizontal.minimal_mercury_horizontal .mepr-price-box.highlighted { background-color: #8daf75; } - #content .mepr-price-menu.minimal_vertical.minimal_gray_vertical .mepr-price-box-title, -#content .mepr-price-menu.minimal_vertical.minimal_gray_vertical .mepr-price-box-price span, +#content .mepr-price-menu.minimal_vertical.minimal_gray_vertical .mepr-price-box-price, #content .mepr-price-menu.minimal_vertical.minimal_gray_vertical .mepr-price-box-heading, #content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-title, -#content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-price span, +#content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-price, #content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-heading, #content .mepr-price-menu.minimal_horizontal.minimal_gray_vertical .mepr-price-box-title, -#content .mepr-price-menu.minimal_horizontal.minimal_gray_vertical .mepr-price-box-price span, +#content .mepr-price-menu.minimal_horizontal.minimal_gray_vertical .mepr-price-box-price, #content .mepr-price-menu.minimal_horizontal.minimal_gray_vertical .mepr-price-box-heading, #content .mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box-title, -#content .mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box-price span, +#content .mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box-price, #content .mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box-heading { color: var(--bb-headings-color); } - -#content .mepr-price-menu.minimal_vertical.minimal_gray_vertical .mepr-price-box-price, #content .mepr-price-menu.minimal_vertical.minimal_gray_vertical .mepr-price-box-benefits, -#content .mepr-price-menu.minimal_vertical.minimal_gray_vertical .mepr-price-box-benefits-item::before, #content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-price, -#content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-benefits, -#content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-benefits-item::before, -#content .mepr-price-menu.minimal_horizontal.minimal_gray_vertical .mepr-price-box-price, +#content .mepr-price-menu.minimal_vertical.minimal_gray_vertical .mepr-price-box-benefits-item:before, #content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-benefits, +#content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-benefits-item:before, #content .mepr-price-menu.minimal_horizontal.minimal_gray_vertical .mepr-price-box-benefits, -#content .mepr-price-menu.minimal_horizontal.minimal_gray_vertical .mepr-price-box-benefits-item::before, -#content .mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box-price, +#content .mepr-price-menu.minimal_horizontal.minimal_gray_vertical .mepr-price-box-benefits-item:before, #content .mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box-benefits, -#content .mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box-benefits-item::before { +#content .mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box-benefits-item:before { color: inherit; } - #content .mepr-price-menu.minimal_vertical.minimal_gray_vertical .mepr-price-box-benefits-item, #content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-benefits-item, #content .mepr-price-menu.minimal_horizontal.minimal_gray_vertical .mepr-price-box-benefits-item, #content .mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box-benefits-item { @@ -980,13 +838,11 @@ flex-flow: column; border-radius: 4px; } - #content .mepr-price-menu.minimal_vertical .mepr-4-col .mepr-price-box { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } - #content .mepr-price-menu.minimal_vertical .mepr-price-box-heading, #content .mepr-price-menu.minimal_vertical .mepr-price-box-benefits, #content .mepr-price-menu.minimal_vertical .mepr-price-box-foot { @@ -1000,7 +856,7 @@ position: relative; } -.bs-styled-checkbox + .mepr-checkbox::before { +.bs-styled-checkbox + .mepr-checkbox:before { content: ""; margin-left: 10px; display: inline-block; @@ -1012,12 +868,12 @@ border: 1px solid #c9cbca; } -.bs-styled-checkbox:checked + .mepr-checkbox::before { +.bs-styled-checkbox:checked + .mepr-checkbox:before { background: #007cff; border-color: #007cff; } -.bs-styled-checkbox:checked + .mepr-checkbox::after { +.bs-styled-checkbox:checked + .mepr-checkbox:after { content: "\E876"; position: absolute; right: 3px; @@ -1030,7 +886,6 @@ } @media (min-width: 641px) { - #content .mepr-price-boxes.mepr-4-col .mepr-price-box { -webkit-box-flex: 0; -ms-flex: 0 0 calc(50% - 20px); @@ -1045,7 +900,6 @@ } } @media (min-width: 1021px) { - #content .mepr-price-boxes.mepr-4-col .mepr-price-box { -webkit-box-flex: 0; -ms-flex: 0 0 calc(25% - 20px); diff --git a/web/app/themes/buddyboss-theme/assets/css-rtl/memberpress.min.css b/web/app/themes/buddyboss-theme/assets/css-rtl/memberpress.min.css index a8f63eaf..8999f132 100644 --- a/web/app/themes/buddyboss-theme/assets/css-rtl/memberpress.min.css +++ b/web/app/themes/buddyboss-theme/assets/css-rtl/memberpress.min.css @@ -1,319 +1 @@ -.mp_wrapper.mp_login_form #mepr_loginform{width:100%} - -.mp_wrapper.mp_login_form #wp-submit{width:100%} - -.mp_wrapper.mp_login_form #wp-submit:hover{background:#007cff} - -.mp_wrapper.mp_login_form input[type=email],.mp_wrapper.mp_login_form input[type=number],.mp_wrapper.mp_login_form input[type=password],.mp_wrapper.mp_login_form input[type=tel],.mp_wrapper.mp_login_form input[type=text],.mp_wrapper.mp_login_form input[type=url]{position:relative;background-color:#fff;border:1px solid #e7e9ec;box-shadow:none;border-radius:3px;font-size:16px} - -.mp_wrapper.mp_login_form input[type=password],.mp_wrapper.mp_login_form input[type=text]{padding:0 40px 0 5px!important} - -.mp_wrapper.mp_login_form .mepr_password,.mp_wrapper.mp_login_form .mepr_username{position:relative;margin-bottom:18px} - -.mp_wrapper.mp_login_form .mepr_password::before,.mp_wrapper.mp_login_form .mepr_username::before{font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-left:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-right:.2em;position:absolute;top:12px;right:10px;z-index:9;color:#72777c} - -.mp_wrapper.mp_login_form .mepr_username .mp-form-label{display:none} - -.mp_wrapper.mp_login_form .mepr_username::before{content:"\ef52";font-family:bb-icons;font-size:16px} - -.mp_wrapper.mp_login_form .mepr_password .mp-form-label>label{display:none!important} - -.mp_wrapper.mp_login_form .mepr_password input[type=password],.mp_wrapper.mp_login_form .mepr_password input[type=text]{padding:0 40px 0 35px!important} - -.mp_wrapper.mp_login_form .mepr_password .button.mp-hide-pw{height:40px;padding:0 9px;box-shadow:none} - -.mp_wrapper.mp_login_form .mepr_password .button.mp-hide-pw .dashicons{font-size:16px} - -.mp_wrapper.mp_login_form .mepr_password .button.mp-hide-pw .dashicons::before{content:"\ee69";font-family:bb-icons;font-size:16px;color:#122b46;opacity:.5} - -.mp_wrapper.mp_login_form .mepr_password .button.mp-hide-pw .dashicons.dashicons-hidden::before{content:"\ee6a"} - -.mp_wrapper.mp_login_form .mepr_password::before{content:"\eebf";font-size:20px} - -.mp_wrapper.mp_login_form label{font-weight:400;font-size:14px;color:#122b46} - -.mp_wrapper.mp_login_form #rememberme{width:17px;height:17px;background:#fff} - -.mp_wrapper.mp_login_form .mepr-login-actions{font-size:14px;position:absolute;top:115px;left:20px} - -.mp_wrapper.mp_login_form .mp-spacer{line-height:10px} - -.mp_wrapper.mp_login_form .submit{margin-top:5px} - -.mp_wrapper .mepr_error{font-weight:400;font-size:14px;line-height:1.65;max-width:320px;margin:auto;background:var(--bb-danger-color)!important;color:#fff;border:none!important;border-radius:3px;padding:12px!important} - -.mp_wrapper ul{padding:0!important} - -.mp_wrapper input[type=email],.mp_wrapper input[type=number],.mp_wrapper input[type=password],.mp_wrapper input[type=tel],.mp_wrapper input[type=text],.mp_wrapper input[type=url]{position:relative;background-color:#fff;border:1px solid #e7e9ec;box-shadow:none;border-radius:3px;font-size:16px} - -.mp_wrapper label{font-size:14px;color:var(--bb-headings-color)} - -.mepr-login-page .entry-header,.mepr-thankyou-page .entry-header{margin:30px 0} - -.mepr-login-page .entry-title,.mepr-thankyou-page .entry-title{font-size:22px;text-align:center} - -.mepr-login-page .mp_wrapper,.mepr-thankyou-page .mp_wrapper{margin:auto;padding:0 20px;position:relative} - -.mepr-login-page .mp_wrapper .mepr-login-form-wrap,.mepr-thankyou-page .mp_wrapper .mepr-login-form-wrap{max-width:360px;margin:auto} - -.mepr-account-page .mp_login_form{padding:0} - -.mepr-forgot-password-page .mp_wrapper{max-width:360px;margin:auto} - -.mp_wrapper .mp-form-row label{display:block!important;margin-bottom:10px} - -.mp-spacer{line-height:15px} - -.mepr-forgot-password-page .entry-header{display:none} - -.mepr-forgot-password-page .mp_wrapper{margin-top:30px} - -.mepr-login-page .mp_wrapper.mp_login_form{max-width:360px;padding:0} - -.mepr-login-page .mepr-unauthorized-message{margin-top:30px;text-align:center} - -.mepr-login-page .entry-header{margin:30px auto;padding:0 20px} - -.mepr-login-page .entry-title{line-height:1.3} - -.bb-mp-account-settings{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;background:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;margin-bottom:30px} - -.bb-mp-account-settings .mp_wrapper.mp_wrapper_nav{-webkit-box-flex:0;-ms-flex:0 0 230px;flex:0 0 230px;background:var(--bb-content-alternate-background-color);border-left:1px solid var(--bb-content-border-color);min-height:60vh;border-radius:0 4px 4px 0;margin:0;padding:30px 0} - -.bb-mp-account-settings .mp-wrapper:not(.mp_wrapper_nav),.bb-mp-account-settings .mp_wrapper:not(.mp_wrapper_nav){-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;padding:30px} - -#mepr-account-nav .mepr-nav-item{display:block;padding:0} - -#mepr-account-nav a{font-size:14px;color:#939597;letter-spacing:-.24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px 20px;line-height:1;margin-bottom:1px} - -#mepr-account-nav .mepr-active-nav-tab a,#mepr-account-nav a:hover{background:rgba(77,92,109,.1);color:var(--bb-headings-color);font-weight:400} - -.mp_wrapper table.mepr-account-table{background-color:#fff;border-radius:4px;overflow:hidden;box-shadow:0 0 0 1px #e7eaec} - -.mp_wrapper table.mepr-account-table th{text-transform:none;font-size:14px;padding:10px 20px;border-left:1px solid rgba(0,0,0,.05);white-space:nowrap} - -.mp_wrapper table.mepr-account-table td{padding:10px 20px;text-align:right;font-size:14px;line-height:1.3;white-space:nowrap} - -.mp_wrapper-table-wrapper{border:1px solid #e7eaec;border-radius:3px;overflow-x:auto} - -.mepr-subscription-row .mepr-account-subscr-id,.mepr-subscription-row .mepr-account-terms{color:#bbb;padding-top:5px} - -.mp-form-row.mepr_bold.mepr_price{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px;padding:15px 20px} - -.mp-form-row.mepr_bold.mepr_price label{margin:0 0 0 20px;-webkit-box-flex:1;-ms-flex:1;flex:1} - -.mp-form-row.mepr_bold.mepr_price .mepr_price_cell{font-weight:500} - -.bb-mp-checkout-details{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;padding:20px} - -.mepr-signup-form .mp-form-label{position:relative} - -.mepr-signup-form .mepr-coupon-loader{margin-bottom:20px;position:absolute;left:0;top:-10px} - -.mepr-signup-form .mepr-payment-method-label label{margin:0} - -.mepr-signup-form .mp_wrapper .mepr-payment-method{margin-bottom:0} - -.mepr-signup-form img.mepr-loading-gif{margin:0 12px 12px 10px} - -.mepr-signup-form .mp_wrapper .cc-error,.mepr-signup-form .mp_wrapper .mepr-form-has-errors{font-size:14px;padding-right:0} - -.mepr-signup-form label[for=mepr_agree_to_privacy_policy]>input[type=checkbox],.mepr-signup-form label[for=mepr_agree_to_tos]>input[type=checkbox]{display:inline-block;height:20px;width:20px;border-radius:3px;margin-left:5px} - -.registration.register .site{margin-right:0} - -.registration.register #primary .entry-header{margin-bottom:20px} - -.registration.register #primary h1.entry-title{font-size:28px;color:#122b46;letter-spacing:0;line-height:1.3} - -.registration.register .entry-content>p{font-size:15px;color:#939597;letter-spacing:-.24px;text-align:center;line-height:1.4;font-style:italic} - -.registration.register #secondary{display:none} - -.registration.register span.mepr-payment-method-label-text{padding-right:0!important} - -.registration.register .mp_wrapper .mp-form-row{margin-bottom:20px} - -.registration.register .mp_wrapper .mepr-payment-method{margin-bottom:0} - -.registration.register .mp_wrapper .have-coupon-link{margin-bottom:20px;display:block;font-size:15px} - -.registration.register input.mepr-submit{min-width:160px} - -.mepr-payment-method-desc-text p{margin:0;font-size:15px} - -.mp_wrapper.mp_invoice{background:#fff;margin-top:30px} - -.mp_wrapper.mp_invoice table.mp-table td,.mp_wrapper.mp_invoice table.mp-table th{padding:12px 20px} - -.single-memberpressproduct #primary h1.entry-title{margin:0 auto}@media (max-width:1100px){ - -.has-sidebar .bb-mp-account-settings .mp_wrapper.mp_wrapper_nav{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:0;border-left:0;border-bottom:1px solid var(--bb-content-border-color);border-radius:4px 4px 0 0;margin:0;padding:0} - -.has-sidebar div#mepr-account-nav{margin-bottom:0} - -.has-sidebar #mepr-account-nav .mepr-nav-item{display:inline-block}}@media (max-width:800px){ - -body:not(.has-sidebar) .bb-mp-account-settings .mp_wrapper.mp_wrapper_nav{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:0;border-left:0;border-bottom:1px solid var(--bb-content-border-color);border-radius:4px 4px 0 0;margin:0;padding:0} - -body:not(.has-sidebar) div#mepr-account-nav{margin-bottom:0} - -body:not(.has-sidebar) #mepr-account-nav .mepr-nav-item{display:inline-block}}@media (max-width:600px){ - -.mp_wrapper table.mepr-account-table td{text-align:left} - -.mp_wrapper-table-wrapper{border:0;border-radius:0}} - -#content .mepr-price-menu{margin-bottom:40px} - -#content .mepr-price-menu.fixed{position:static} - -#content .mepr-price-menu .mepr-price-boxes{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -10px!important} - -#content .mepr-price-menu .mepr-price-box{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0 10px 30px;padding:40px 30px;width:auto;-webkit-transition:all linear .2s;transition:all linear .2s} - -#content .mepr-price-menu .mepr-price-box:hover{box-shadow:0 6px 24px 0 rgba(18,43,70,.12)}@media (max-width:640px){ - -#content .mepr-price-menu .mepr-price-box{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}} - -#content .mepr-price-menu .mepr-most-popular{display:none} - -#content .mepr-price-menu .mepr-price-box-title{font-size:22px;font-weight:400;color:var(--bb-headings-color);line-height:1;margin-bottom:30px;text-align:center} - -#content .mepr-price-menu .mepr-price-box-heading{font-size:15px;line-height:1;font-weight:500;color:#122b46;letter-spacing:-.22px;margin-bottom:16px;font-family:inherit!important} - -#content .mepr-price-menu .mepr-price-box-price{margin-bottom:25px;text-align:center;font-size:14px;font-weight:400;color:#939597;letter-spacing:-.24px;line-height:1.428} - -#content .mepr-price-menu .mepr-price-box-price span{font-size:38px;color:var(--bb-headings-color);display:block;line-height:1;margin-bottom:5px} - -#content .mepr-price-menu .mepr-price-box-benefits-item{font-size:14px;letter-spacing:-.24px;line-height:2.142;border-bottom:none;display:-webkit-box;display:-ms-flexbox;display:flex} - -#content .mepr-price-menu .mepr-price-box-benefits-item::before{content:"\E876";color:var(--bb-primary-color);font:400 normal normal 15px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:12px;margin-top:8px} - -#content .mepr-price-menu .mepr-price-box-footer:empty{display:none} - -#content .mepr-price-menu .mepr-price-box-foot{margin-top:auto!important} - -#content .mepr-price-menu .mepr-price-box-footer{font-size:14px;color:#939597;letter-spacing:-.24px;text-align:center;line-height:1.428;margin-bottom:20px} - -.mepr-price-menu.custom .mepr-price-box-benefits-item::before{color:var(--bb-primary-color)} - -.mepr-price-menu.custom .mepr-price-box-button a{background-color:var(--bb-primary-color)} - -#content .mepr-price-menu.custom{margin-top:45px} - -#content .mepr-price-menu.custom .mepr-price-box{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px} - -#content .mepr-price-menu.custom .mepr-price-box.highlighted{border:1px solid rgba(11,11,12,.16);box-shadow:0 4px 25px 0 rgba(0,0,0,.15);border-radius:4.36px;-webkit-transform:scale(1.08);-ms-transform:scale(1.08);transform:scale(1.08)} - -#content .mepr-price-menu.custom .mepr-price-box.highlighted:hover{box-shadow:0 4px 35px 0 rgba(0,0,0,.22)}@media (max-width:640px){ - -#content .mepr-price-menu.custom .mepr-price-box.highlighted{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}} - -#content .mepr-price-menu.custom .mepr-price-box-button a{background:#007cff;border-radius:100px;color:#fff;display:block;font-size:14px;font-weight:500;letter-spacing:-.24px;line-height:1;padding:14px 20px;text-align:center} - -#content .mepr-price-menu.custom .mepr-price-box-button a:focus,#content .mepr-price-menu.custom .mepr-price-box-button a:hover{outline:0;text-decoration:none;color:#fff;box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)} - -#content .mepr-price-menu.custom .mepr-price-box-head{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column} - -#content .mepr-price-menu.custom .mepr-price-box-head .mepr-price-box-button{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-bottom:30px;margin-top:10px} - -#content .mepr-price-menu.custom .mepr-price-box-head .mepr-price-box-heading{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2} - -#content .mepr-price-menu.custom .mepr-price-box-benefits{margin-bottom:35px} - -#content .mepr-price-menu.classic .mepr-price-box{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px} - -#content .mepr-price-menu.classic .mepr-price-box.highlighted{box-shadow:0 4px 35px 0 rgba(0,0,0,.22)} - -#content .mepr-price-menu.classic.classic_light{color:inherit!important} - -#content .mepr-price-menu.classic.classic_light .mepr-price-box{border:1px solid var(--bb-content-border-color);border-radius:4px} - -#content .mepr-price-menu.classic.classic_light .mepr-price-box-head{padding:0} - -#content .mepr-price-menu.classic.classic_light .mepr-price-box.highlighted{border:1px solid rgba(11,11,12,.16)} - -#content .mepr-price-menu.classic.classic_light .mepr-price-box-benefits{border-top:2px solid #ddd} - -#content .mepr-price-menu.classic.classic_light .mepr-price-box-benefits-item{border-bottom:1px solid #ddd} - -#content .mepr-price-menu.classic .mepr-price-box-title{font-size:20px;font-weight:400;margin-bottom:10px} - -#content .mepr-price-menu.classic .mepr-price-box-benefits-list{margin:0} - -#content .mepr-price-menu.classic .mepr-price-box{text-align:right} - -#content .mepr-price-menu.classic .mepr-price-box-foot{margin-top:auto;text-align:center} - -#content .mepr-price-menu.clean .mepr-price-boxes{margin:0!important} - -#content .mepr-price-menu.clean .mepr-price-box{background:#fff;border:1px solid var(--bb-content-border-color);margin:0;padding-bottom:30px} - -#content .mepr-price-menu.clean .mepr-price-box.highlighted{background-color:#efefef} - -#content .mepr-price-menu.clean .mepr-price-box-title{margin-top:0;padding-bottom:0;font-size:18px;margin-bottom:20px} - -#content .mepr-price-menu.clean .mepr-price-box-head{padding-top:0;padding-bottom:0} - -#content .mepr-price-menu.clean .mepr-price-box-heading{line-height:1;padding-bottom:5px;padding-top:20px} - -#content .mepr-price-menu.clean .mepr-price-box-price{padding-bottom:0} - -#content .mepr-price-menu.clean .mepr-price-box-benefits{padding:20px 0} - -#content .mepr-price-menu.clean .mepr-price-box-button a{font-size:16px;border-radius:100px;padding:7px 20px;text-transform:none;width:100%} - -#content .mepr-price-menu.clean .mepr-price-box-benefits,#content .mepr-price-menu.clean .mepr-price-box-benefits-list,#content .mepr-price-menu.clean .mepr-price-box-foot,#content .mepr-price-menu.clean .mepr-price-box-head{margin:0} - -#content .mepr-price-menu.minimal_horizontal .mepr-price-box,#content .mepr-price-menu.minimal_vertical .mepr-price-box{padding:30px 20px;border-radius:4px} - -#content .mepr-price-menu.minimal_horizontal .mepr-price-box-benefits,#content .mepr-price-menu.minimal_horizontal .mepr-price-box-benefits-item::before,#content .mepr-price-menu.minimal_horizontal .mepr-price-box-heading,#content .mepr-price-menu.minimal_horizontal .mepr-price-box-price,#content .mepr-price-menu.minimal_horizontal .mepr-price-box-price span,#content .mepr-price-menu.minimal_horizontal .mepr-price-box-title,#content .mepr-price-menu.minimal_vertical .mepr-price-box-benefits,#content .mepr-price-menu.minimal_vertical .mepr-price-box-benefits-item::before,#content .mepr-price-menu.minimal_vertical .mepr-price-box-heading,#content .mepr-price-menu.minimal_vertical .mepr-price-box-price,#content .mepr-price-menu.minimal_vertical .mepr-price-box-price span,#content .mepr-price-menu.minimal_vertical .mepr-price-box-title{color:#fff} - -#content .mepr-price-menu.minimal_horizontal .mepr-price-box-benefits-item,#content .mepr-price-menu.minimal_vertical .mepr-price-box-benefits-item{border-color:#fff} - -#content .mepr-price-menu.minimal_horizontal .mepr-price-box-price span,#content .mepr-price-menu.minimal_vertical .mepr-price-box-price span{margin-bottom:8px} - -#content .mepr-price-menu.minimal_horizontal .mepr-price-box-benefits-list,#content .mepr-price-menu.minimal_vertical .mepr-price-box-benefits-list{margin-bottom:20px;text-align:right} - -#content .mepr-price-menu.minimal_horizontal .mepr-price-box-title,#content .mepr-price-menu.minimal_vertical .mepr-price-box-title{font-size:20px;margin-bottom:20px} - -#content .mepr-price-menu.minimal_horizontal .mepr-price-box-button a,#content .mepr-price-menu.minimal_vertical .mepr-price-box-button a{display:block;font-size:14px;background:#fff;border-radius:100px;padding:7px 10px} - -#content .mepr-price-menu.minimal_horizontal .mepr-price-box-heading,#content .mepr-price-menu.minimal_vertical .mepr-price-box-heading{margin-bottom:0;text-align:right} - -#content .mepr-price-menu.minimal_horizontal.minimal_sandstone_horizontal .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_horizontal.minimal_sandstone_vertical .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_vertical.minimal_sandstone_horizontal .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_vertical.minimal_sandstone_vertical .mepr-price-box.highlighted{background-color:#bbb456} - -#content .mepr-price-menu.minimal_horizontal.minimal_clay_horizontal .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_horizontal.minimal_clay_vertical .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_vertical.minimal_clay_horizontal .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_vertical.minimal_clay_vertical .mepr-price-box.highlighted{background-color:#864a27} - -#content .mepr-price-menu.minimal_horizontal.minimal_dawn_horizontal .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_horizontal.minimal_dawn_vertical .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_vertical.minimal_dawn_horizontal .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_vertical.minimal_dawn_vertical .mepr-price-box.highlighted{background-color:#c3b608} - -#content .mepr-price-menu.minimal_horizontal.minimal_mercury_horizontal .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_horizontal.minimal_mercury_vertical .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_vertical.minimal_mercury_horizontal .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_vertical.minimal_mercury_vertical .mepr-price-box.highlighted{background-color:#8daf75} - -#content .mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box-heading,#content .mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box-price span,#content .mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box-title,#content .mepr-price-menu.minimal_horizontal.minimal_gray_vertical .mepr-price-box-heading,#content .mepr-price-menu.minimal_horizontal.minimal_gray_vertical .mepr-price-box-price span,#content .mepr-price-menu.minimal_horizontal.minimal_gray_vertical .mepr-price-box-title,#content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-heading,#content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-price span,#content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-title,#content .mepr-price-menu.minimal_vertical.minimal_gray_vertical .mepr-price-box-heading,#content .mepr-price-menu.minimal_vertical.minimal_gray_vertical .mepr-price-box-price span,#content .mepr-price-menu.minimal_vertical.minimal_gray_vertical .mepr-price-box-title{color:var(--bb-headings-color)} - -#content .mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box-benefits,#content .mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box-benefits-item::before,#content .mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box-price,#content .mepr-price-menu.minimal_horizontal.minimal_gray_vertical .mepr-price-box-benefits,#content .mepr-price-menu.minimal_horizontal.minimal_gray_vertical .mepr-price-box-benefits-item::before,#content .mepr-price-menu.minimal_horizontal.minimal_gray_vertical .mepr-price-box-price,#content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-benefits,#content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-benefits-item::before,#content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-price,#content .mepr-price-menu.minimal_vertical.minimal_gray_vertical .mepr-price-box-benefits,#content .mepr-price-menu.minimal_vertical.minimal_gray_vertical .mepr-price-box-benefits-item::before,#content .mepr-price-menu.minimal_vertical.minimal_gray_vertical .mepr-price-box-price{color:inherit} - -#content .mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box-benefits-item,#content .mepr-price-menu.minimal_horizontal.minimal_gray_vertical .mepr-price-box-benefits-item,#content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-benefits-item,#content .mepr-price-menu.minimal_vertical.minimal_gray_vertical .mepr-price-box-benefits-item{border-color:inherit} - -#content .mepr-price-menu.minimal_vertical .mepr-price-boxes{-ms-flex-flow:column;flex-flow:column;border-radius:4px} - -#content .mepr-price-menu.minimal_vertical .mepr-4-col .mepr-price-box{-webkit-box-flex:1;-ms-flex:1;flex:1} - -#content .mepr-price-menu.minimal_vertical .mepr-price-box-benefits,#content .mepr-price-menu.minimal_vertical .mepr-price-box-foot,#content .mepr-price-menu.minimal_vertical .mepr-price-box-heading{max-width:380px;margin:auto;width:100%} - -.bs-styled-checkbox+.mepr-checkbox{position:relative} - -.bs-styled-checkbox+.mepr-checkbox::before{content:"";margin-left:10px;display:inline-block;vertical-align:text-top;width:20px;height:20px;background:#fff;border-radius:3px;border:1px solid #c9cbca} - -.bs-styled-checkbox:checked+.mepr-checkbox::before{background:#007cff;border-color:#007cff} - -.bs-styled-checkbox:checked+.mepr-checkbox::after{content:"\E876";position:absolute;right:3px;top:3px;font-family:bb-icons;color:#fff;font-size:14px;line-height:1;display:block}@media (min-width:641px){ - -#content .mepr-price-boxes.mepr-4-col .mepr-price-box{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 20px);flex:0 0 -webkit-calc(50% - 20px);flex:0 0 calc(50% - 20px)} - -#content .clean .mepr-price-boxes.mepr-4-col .mepr-price-box{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media (min-width:1021px){ - -#content .mepr-price-boxes.mepr-4-col .mepr-price-box{-webkit-box-flex:0;-ms-flex:0 0 calc(25% - 20px);flex:0 0 -webkit-calc(25% - 20px);flex:0 0 calc(25% - 20px)} - -#content .clean .mepr-price-boxes.mepr-4-col .mepr-price-box{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}} \ No newline at end of file +.mp_wrapper.mp_login_form #mepr_loginform{width:100%}.mp_wrapper.mp_login_form #wp-submit{width:100%}.mp_wrapper.mp_login_form #wp-submit:hover{background:#007cff}.mp_wrapper.mp_login_form input[type=email],.mp_wrapper.mp_login_form input[type=number],.mp_wrapper.mp_login_form input[type=password],.mp_wrapper.mp_login_form input[type=tel],.mp_wrapper.mp_login_form input[type=text],.mp_wrapper.mp_login_form input[type=url]{position:relative;background-color:#fff;border:1px solid #e7e9ec;box-shadow:none;border-radius:3px;font-size:16px}.mp_wrapper.mp_login_form input[type=password],.mp_wrapper.mp_login_form input[type=text]{padding:0 40px 0 5px!important}.mp_wrapper.mp_login_form .mepr_password,.mp_wrapper.mp_login_form .mepr_username{position:relative;margin-bottom:18px}.mp_wrapper.mp_login_form .mepr_password:before,.mp_wrapper.mp_login_form .mepr_username:before{font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-left:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-right:.2em;position:absolute;top:12px;right:10px;z-index:9;color:#72777c}.mp_wrapper.mp_login_form .mepr_username .mp-form-label{display:none}.mp_wrapper.mp_login_form .mepr_username:before{content:"\ef52";font-family:bb-icons;font-size:16px}.mp_wrapper.mp_login_form .mepr_password .mp-form-label>label{display:none!important}.mp_wrapper.mp_login_form .mepr_password input[type=password],.mp_wrapper.mp_login_form .mepr_password input[type=text]{padding:0 40px 0 35px!important}.mp_wrapper.mp_login_form .mepr_password .button.mp-hide-pw{height:40px;padding:0 9px;box-shadow:none}.mp_wrapper.mp_login_form .mepr_password .button.mp-hide-pw .dashicons{font-size:16px}.mp_wrapper.mp_login_form .mepr_password .button.mp-hide-pw .dashicons:before{content:"\ee69";font-family:bb-icons;font-size:16px;color:#122b46;opacity:.5}.mp_wrapper.mp_login_form .mepr_password .button.mp-hide-pw .dashicons.dashicons-hidden:before{content:"\ee6a"}.mp_wrapper.mp_login_form .mepr_password:before{content:"\eebf";font-size:20px}.mp_wrapper.mp_login_form label{font-weight:400;font-size:14px;color:#122b46}.mp_wrapper.mp_login_form #rememberme{width:17px;height:17px;background:#fff}.mp_wrapper.mp_login_form .mepr-login-actions{font-size:14px;position:absolute;top:115px;left:20px}.mp_wrapper.mp_login_form .mp-spacer{line-height:10px}.mp_wrapper.mp_login_form .submit{margin-top:5px}.mp_wrapper .mepr_error{font-weight:400;font-size:14px;line-height:1.65;max-width:320px;margin:auto;background:var(--bb-danger-color)!important;color:#fff;border:none!important;border-radius:3px;padding:12px!important}.mp_wrapper ul{padding:0!important}.mp_wrapper input[type=email],.mp_wrapper input[type=number],.mp_wrapper input[type=password],.mp_wrapper input[type=tel],.mp_wrapper input[type=text],.mp_wrapper input[type=url]{position:relative;background-color:#fff;border:1px solid #e7e9ec;box-shadow:none;border-radius:3px;font-size:16px}.mp_wrapper label{font-size:14px;color:var(--bb-headings-color)}.mepr-login-page .entry-header,.mepr-thankyou-page .entry-header{margin:30px 0}.mepr-login-page .entry-title,.mepr-thankyou-page .entry-title{font-size:22px;text-align:center}.mepr-login-page .mp_wrapper,.mepr-thankyou-page .mp_wrapper{margin:auto;padding:0 20px;position:relative}.mepr-login-page .mp_wrapper .mepr-login-form-wrap,.mepr-thankyou-page .mp_wrapper .mepr-login-form-wrap{max-width:360px;margin:auto}.mepr-account-page .mp_login_form{padding:0}.mepr-forgot-password-page .mp_wrapper{max-width:360px;margin:auto}.mp_wrapper .mp-form-row label{display:block!important;margin-bottom:10px}.mp-spacer{line-height:15px}.mepr-forgot-password-page .entry-header{display:none}.mepr-forgot-password-page .mp_wrapper{margin-top:30px}.mepr-login-page .mp_wrapper.mp_login_form{max-width:360px;padding:0}.mepr-login-page .mepr-unauthorized-message{margin-top:30px;text-align:center}.mepr-login-page .entry-header{margin:30px auto;padding:0 20px}.mepr-login-page .entry-title{line-height:1.3}.bb-mp-account-settings{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;background:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;margin-bottom:30px}.bb-mp-account-settings .mp_wrapper.mp_wrapper_nav{-webkit-box-flex:0;-ms-flex:0 0 230px;flex:0 0 230px;background:var(--bb-content-alternate-background-color);border-left:1px solid var(--bb-content-border-color);min-height:60vh;border-radius:0 4px 4px 0;margin:0;padding:30px 0}.bb-mp-account-settings .mp-wrapper:not(.mp_wrapper_nav),.bb-mp-account-settings .mp_wrapper:not(.mp_wrapper_nav){-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;padding:30px}#mepr-account-nav .mepr-nav-item{display:block;padding:0}#mepr-account-nav a{font-size:14px;color:#939597;letter-spacing:-.24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px 20px;line-height:1;margin-bottom:1px}#mepr-account-nav .mepr-active-nav-tab a,#mepr-account-nav a:hover{background:rgba(77,92,109,.1);color:var(--bb-headings-color);font-weight:400}.mp_wrapper table.mepr-account-table{background-color:#fff;border-radius:4px;overflow:hidden;box-shadow:0 0 0 1px #e7eaec}.mp_wrapper table.mepr-account-table th{text-transform:none;font-size:14px;padding:10px 20px;border-left:1px solid rgba(0,0,0,.05);white-space:nowrap}.mp_wrapper table.mepr-account-table td{padding:10px 20px;text-align:right;font-size:14px;line-height:1.3;white-space:nowrap}.mp_wrapper-table-wrapper{border:1px solid #e7eaec;border-radius:3px;overflow-x:auto}.mepr-subscription-row .mepr-account-subscr-id,.mepr-subscription-row .mepr-account-terms{color:#bbb;padding-top:5px}.mp-form-row.mepr_bold.mepr_price{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px;padding:15px 20px}.mp-form-row.mepr_bold.mepr_price label{margin:0 0 0 20px;-webkit-box-flex:1;-ms-flex:1;flex:1}.mp-form-row.mepr_bold.mepr_price .mepr_price_cell{font-weight:500}.bb-mp-checkout-details{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;padding:20px}.mepr-signup-form .mp-form-label{position:relative}.mepr-signup-form .mepr-coupon-loader{margin-bottom:20px;position:absolute;left:0;top:-10px}.mepr-signup-form .mepr-payment-method-label label{margin:0}.mepr-signup-form .mp_wrapper .mepr-payment-method{margin-bottom:0}.mepr-signup-form img.mepr-loading-gif{margin:0 12px 12px 10px}.mepr-signup-form .mp_wrapper .cc-error,.mepr-signup-form .mp_wrapper .mepr-form-has-errors{font-size:14px;padding-right:0}.mepr-signup-form label[for=mepr_agree_to_privacy_policy]>input[type=checkbox],.mepr-signup-form label[for=mepr_agree_to_tos]>input[type=checkbox]{display:inline-block;height:20px;width:20px;border-radius:3px;margin-left:5px}.registration.register .site{margin-right:0}.registration.register #primary .entry-header{margin-bottom:20px}.registration.register #primary h1.entry-title{font-size:28px;color:#122b46;letter-spacing:0;line-height:1.3}.registration.register .entry-content>p{font-size:15px;color:#939597;letter-spacing:-.24px;text-align:center;line-height:1.4;font-style:italic}.registration.register #secondary{display:none}.registration.register span.mepr-payment-method-label-text{padding-right:0!important}.registration.register .mp_wrapper .mp-form-row{margin-bottom:20px}.registration.register .mp_wrapper .mepr-payment-method{margin-bottom:0}.registration.register .mp_wrapper .have-coupon-link{margin-bottom:20px;display:block;font-size:15px}.registration.register input.mepr-submit{min-width:160px}.mepr-payment-method-desc-text p{margin:0;font-size:15px}.mp_wrapper.mp_invoice{background:#fff;margin-top:30px}.mp_wrapper.mp_invoice table.mp-table td,.mp_wrapper.mp_invoice table.mp-table th{padding:12px 20px}.single-memberpressproduct #primary h1.entry-title{margin:0 auto}@media (max-width:1100px){.has-sidebar .bb-mp-account-settings .mp_wrapper.mp_wrapper_nav{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:0;border-left:0;border-bottom:1px solid var(--bb-content-border-color);border-radius:4px 4px 0 0;margin:0;padding:0}.has-sidebar div#mepr-account-nav{margin-bottom:0}.has-sidebar #mepr-account-nav .mepr-nav-item{display:inline-block}}@media (max-width:800px){body:not(.has-sidebar) .bb-mp-account-settings .mp_wrapper.mp_wrapper_nav{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:0;border-left:0;border-bottom:1px solid var(--bb-content-border-color);border-radius:4px 4px 0 0;margin:0;padding:0}body:not(.has-sidebar) div#mepr-account-nav{margin-bottom:0}body:not(.has-sidebar) #mepr-account-nav .mepr-nav-item{display:inline-block}}@media (max-width:600px){.mp_wrapper table.mepr-account-table td{text-align:left}.mp_wrapper-table-wrapper{border:0;border-radius:0}}#content .mepr-price-menu{margin-bottom:40px}#content .mepr-price-menu.fixed{position:static}#content .mepr-price-menu .mepr-price-boxes{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -10px!important}#content .mepr-price-menu .mepr-price-box{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0 10px 30px;padding:40px 30px;width:auto;-webkit-transition:all linear .2s;transition:all linear .2s}#content .mepr-price-menu .mepr-price-box:hover{box-shadow:0 6px 24px 0 rgba(18,43,70,.12)}@media (max-width:640px){#content .mepr-price-menu .mepr-price-box{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}#content .mepr-price-menu .mepr-most-popular{display:none}#content .mepr-price-menu .mepr-price-box-title{font-size:22px;font-weight:400;color:var(--bb-headings-color);line-height:1;margin-bottom:30px;text-align:center}#content .mepr-price-menu .mepr-price-box-heading{font-size:15px;line-height:1;font-weight:500;color:#122b46;letter-spacing:-.22px;margin-bottom:16px;font-family:inherit!important}#content .mepr-price-menu .mepr-price-box-price{margin-bottom:25px;text-align:center;font-size:38px;color:var(--bb-headings-color);letter-spacing:-.24px;line-height:1}#content .mepr-price-menu .mepr-price-box-benefits-item{font-size:14px;letter-spacing:-.24px;line-height:2.142;border-bottom:none;display:-webkit-box;display:-ms-flexbox;display:flex}#content .mepr-price-menu .mepr-price-box-benefits-item:before{content:"\E876";color:var(--bb-primary-color);font:normal normal normal 15px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:12px;margin-top:8px}#content .mepr-price-menu .mepr-price-box-footer:empty{display:none}#content .mepr-price-menu .mepr-price-box-foot{margin-top:auto!important}#content .mepr-price-menu .mepr-price-box-footer{font-size:14px;color:#939597;letter-spacing:-.24px;text-align:center;line-height:1.428;margin-bottom:20px}.mepr-price-menu.custom .mepr-price-box-benefits-item:before{color:var(--bb-primary-color)}.mepr-price-menu.custom .mepr-price-box-button a{background-color:var(--bb-primary-color)}#content .mepr-price-menu.custom{margin-top:45px}#content .mepr-price-menu.custom .mepr-price-box{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px}#content .mepr-price-menu.custom .mepr-price-box.highlighted{border:1px solid rgba(11,11,12,.16);box-shadow:0 4px 25px 0 rgba(0,0,0,.15);border-radius:4.36px;-webkit-transform:scale(1.08);-ms-transform:scale(1.08);transform:scale(1.08)}#content .mepr-price-menu.custom .mepr-price-box.highlighted:hover{box-shadow:0 4px 35px 0 rgba(0,0,0,.22)}@media (max-width:640px){#content .mepr-price-menu.custom .mepr-price-box.highlighted{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}#content .mepr-price-menu.custom .mepr-price-box-button a{background:#007cff;border-radius:100px;color:#fff;display:block;font-size:14px;font-weight:500;letter-spacing:-.24px;line-height:1;padding:14px 20px;text-align:center}#content .mepr-price-menu.custom .mepr-price-box-button a:focus,#content .mepr-price-menu.custom .mepr-price-box-button a:hover{outline:0;text-decoration:none;color:#fff;box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}#content .mepr-price-menu.custom .mepr-price-box-head{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}#content .mepr-price-menu.custom .mepr-price-box-head .mepr-price-box-button{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-bottom:30px;margin-top:10px}#content .mepr-price-menu.custom .mepr-price-box-head .mepr-price-box-heading{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#content .mepr-price-menu.custom .mepr-price-box-benefits{margin-bottom:35px}#content .mepr-price-menu.classic .mepr-price-box{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px}#content .mepr-price-menu.classic .mepr-price-box.highlighted{box-shadow:0 4px 35px 0 rgba(0,0,0,.22)}#content .mepr-price-menu.classic.classic_light{color:inherit!important}#content .mepr-price-menu.classic.classic_light .mepr-price-box{border:1px solid var(--bb-content-border-color);border-radius:4px}#content .mepr-price-menu.classic.classic_light .mepr-price-box-head{padding:0}#content .mepr-price-menu.classic.classic_light .mepr-price-box.highlighted{border:1px solid rgba(11,11,12,.16)}#content .mepr-price-menu.classic.classic_light .mepr-price-box-benefits{border-top:2px solid #ddd}#content .mepr-price-menu.classic.classic_light .mepr-price-box-benefits-item{border-bottom:1px solid #ddd}#content .mepr-price-menu.classic .mepr-price-box-title{font-size:20px;font-weight:400;margin-bottom:10px}#content .mepr-price-menu.classic .mepr-price-box-benefits-list{margin:0}#content .mepr-price-menu.classic .mepr-price-box{text-align:right}#content .mepr-price-menu.classic .mepr-price-box-foot{margin-top:auto;text-align:center}#content .mepr-price-menu.clean .mepr-price-boxes{margin:0!important}#content .mepr-price-menu.clean .mepr-price-box{background:#fff;border:1px solid var(--bb-content-border-color);margin:0;padding-bottom:30px}#content .mepr-price-menu.clean .mepr-price-box.highlighted{background-color:#efefef}#content .mepr-price-menu.clean .mepr-price-box-title{margin-top:0;padding-bottom:0;font-size:18px;margin-bottom:20px}#content .mepr-price-menu.clean .mepr-price-box-head{padding-top:0;padding-bottom:0}#content .mepr-price-menu.clean .mepr-price-box-heading{line-height:1;padding-bottom:5px;padding-top:20px}#content .mepr-price-menu.clean .mepr-price-box-benefits{padding:20px 0}#content .mepr-price-menu.clean .mepr-price-box-button a{font-size:16px;border-radius:100px;padding:7px 20px;text-transform:none;width:100%}#content .mepr-price-menu.clean .mepr-price-box-benefits,#content .mepr-price-menu.clean .mepr-price-box-benefits-list,#content .mepr-price-menu.clean .mepr-price-box-foot,#content .mepr-price-menu.clean .mepr-price-box-head{margin:0}#content .mepr-price-menu.minimal_horizontal .mepr-price-box,#content .mepr-price-menu.minimal_vertical .mepr-price-box{padding:30px 20px;border-radius:4px}#content .mepr-price-menu.minimal_horizontal .mepr-price-box-benefits,#content .mepr-price-menu.minimal_horizontal .mepr-price-box-benefits-item:before,#content .mepr-price-menu.minimal_horizontal .mepr-price-box-heading,#content .mepr-price-menu.minimal_horizontal .mepr-price-box-price,#content .mepr-price-menu.minimal_horizontal .mepr-price-box-title,#content .mepr-price-menu.minimal_vertical .mepr-price-box-benefits,#content .mepr-price-menu.minimal_vertical .mepr-price-box-benefits-item:before,#content .mepr-price-menu.minimal_vertical .mepr-price-box-heading,#content .mepr-price-menu.minimal_vertical .mepr-price-box-price,#content .mepr-price-menu.minimal_vertical .mepr-price-box-title{color:#fff}#content .mepr-price-menu.minimal_horizontal .mepr-price-box-benefits-item,#content .mepr-price-menu.minimal_vertical .mepr-price-box-benefits-item{border-color:#fff}#content .mepr-price-menu.minimal_horizontal .mepr-price-box-benefits-list,#content .mepr-price-menu.minimal_vertical .mepr-price-box-benefits-list{margin-bottom:20px;text-align:right}#content .mepr-price-menu.minimal_horizontal .mepr-price-box-title,#content .mepr-price-menu.minimal_vertical .mepr-price-box-title{font-size:20px;margin-bottom:20px}#content .mepr-price-menu.minimal_horizontal .mepr-price-box-button a,#content .mepr-price-menu.minimal_vertical .mepr-price-box-button a{display:block;font-size:14px;background:#fff;border-radius:100px;padding:7px 10px}#content .mepr-price-menu.minimal_horizontal .mepr-price-box-heading,#content .mepr-price-menu.minimal_vertical .mepr-price-box-heading{margin-bottom:0;text-align:right}#content .mepr-price-menu.minimal_horizontal.minimal_sandstone_horizontal .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_horizontal.minimal_sandstone_vertical .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_vertical.minimal_sandstone_horizontal .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_vertical.minimal_sandstone_vertical .mepr-price-box.highlighted{background-color:#bbb456}#content .mepr-price-menu.minimal_horizontal.minimal_clay_horizontal .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_horizontal.minimal_clay_vertical .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_vertical.minimal_clay_horizontal .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_vertical.minimal_clay_vertical .mepr-price-box.highlighted{background-color:#864a27}#content .mepr-price-menu.minimal_horizontal.minimal_dawn_horizontal .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_horizontal.minimal_dawn_vertical .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_vertical.minimal_dawn_horizontal .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_vertical.minimal_dawn_vertical .mepr-price-box.highlighted{background-color:#c3b608}#content .mepr-price-menu.minimal_horizontal.minimal_mercury_horizontal .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_horizontal.minimal_mercury_vertical .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_vertical.minimal_mercury_horizontal .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_vertical.minimal_mercury_vertical .mepr-price-box.highlighted{background-color:#8daf75}#content .mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box-heading,#content .mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box-price,#content .mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box-title,#content .mepr-price-menu.minimal_horizontal.minimal_gray_vertical .mepr-price-box-heading,#content .mepr-price-menu.minimal_horizontal.minimal_gray_vertical .mepr-price-box-price,#content .mepr-price-menu.minimal_horizontal.minimal_gray_vertical .mepr-price-box-title,#content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-heading,#content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-price,#content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-title,#content .mepr-price-menu.minimal_vertical.minimal_gray_vertical .mepr-price-box-heading,#content .mepr-price-menu.minimal_vertical.minimal_gray_vertical .mepr-price-box-price,#content .mepr-price-menu.minimal_vertical.minimal_gray_vertical .mepr-price-box-title{color:var(--bb-headings-color)}#content .mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box-benefits,#content .mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box-benefits-item:before,#content .mepr-price-menu.minimal_horizontal.minimal_gray_vertical .mepr-price-box-benefits,#content .mepr-price-menu.minimal_horizontal.minimal_gray_vertical .mepr-price-box-benefits-item:before,#content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-benefits,#content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-benefits-item:before,#content .mepr-price-menu.minimal_vertical.minimal_gray_vertical .mepr-price-box-benefits,#content .mepr-price-menu.minimal_vertical.minimal_gray_vertical .mepr-price-box-benefits-item:before{color:inherit}#content .mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box-benefits-item,#content .mepr-price-menu.minimal_horizontal.minimal_gray_vertical .mepr-price-box-benefits-item,#content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-benefits-item,#content .mepr-price-menu.minimal_vertical.minimal_gray_vertical .mepr-price-box-benefits-item{border-color:inherit}#content .mepr-price-menu.minimal_vertical .mepr-price-boxes{-ms-flex-flow:column;flex-flow:column;border-radius:4px}#content .mepr-price-menu.minimal_vertical .mepr-4-col .mepr-price-box{-webkit-box-flex:1;-ms-flex:1;flex:1}#content .mepr-price-menu.minimal_vertical .mepr-price-box-benefits,#content .mepr-price-menu.minimal_vertical .mepr-price-box-foot,#content .mepr-price-menu.minimal_vertical .mepr-price-box-heading{max-width:380px;margin:auto;width:100%}.bs-styled-checkbox+.mepr-checkbox{position:relative}.bs-styled-checkbox+.mepr-checkbox:before{content:"";margin-left:10px;display:inline-block;vertical-align:text-top;width:20px;height:20px;background:#fff;border-radius:3px;border:1px solid #c9cbca}.bs-styled-checkbox:checked+.mepr-checkbox:before{background:#007cff;border-color:#007cff}.bs-styled-checkbox:checked+.mepr-checkbox:after{content:"\E876";position:absolute;right:3px;top:3px;font-family:bb-icons;color:#fff;font-size:14px;line-height:1;display:block}@media (min-width:641px){#content .mepr-price-boxes.mepr-4-col .mepr-price-box{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 20px);flex:0 0 -webkit-calc(50% - 20px);flex:0 0 calc(50% - 20px)}#content .clean .mepr-price-boxes.mepr-4-col .mepr-price-box{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media (min-width:1021px){#content .mepr-price-boxes.mepr-4-col .mepr-price-box{-webkit-box-flex:0;-ms-flex:0 0 calc(25% - 20px);flex:0 0 -webkit-calc(25% - 20px);flex:0 0 calc(25% - 20px)}#content .clean .mepr-price-boxes.mepr-4-col .mepr-price-box{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}} \ No newline at end of file diff --git a/web/app/themes/buddyboss-theme/assets/css-rtl/plugins.css b/web/app/themes/buddyboss-theme/assets/css-rtl/plugins.css index 0f25a590..82b8d6e5 100644 --- a/web/app/themes/buddyboss-theme/assets/css-rtl/plugins.css +++ b/web/app/themes/buddyboss-theme/assets/css-rtl/plugins.css @@ -22,23 +22,19 @@ border: 0; padding: 0; } - .the_buddyforms_form .bf-input select.form-control { padding-top: 5px !important; padding-bottom: 5px !important; } - .the_buddyforms_form .select2-container--default .select2-selection--single { border: 1px solid var(--bb-content-border-color); border-radius: 3px; height: 40px; font-size: 15px; } - .the_buddyforms_form .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 40px; } - .the_buddyforms_form .select2-container--default .select2-selection--single .select2-selection__arrow { height: 40px; left: 10px; @@ -46,15 +42,12 @@ background-repeat: no-repeat; background-position: center; } - .the_buddyforms_form .select2-container--default .select2-selection--single .select2-selection__arrow b { border: 0; } - .the_buddyforms_form .wp-editor-container { border-radius: 3px; } - .the_buddyforms_form .elem-checkbox .checkbox p.settings-input { margin-bottom: 5px; } @@ -112,16 +105,13 @@ div.wpcf7 input[type="submit"] + .ajax-loader { .wpcf7-form-control span.wpcf7-list-item.first { margin-right: 0; } - .wpcf7-form-control span.wpcf7-list-item input { width: auto; margin-left: 5px; } - .wpcf7-form-control span.wpcf7-list-item .wpcf7-list-item-label { display: inline-block; } - .wpcf7-form-control span.wpcf7-list-item .wpcf7-list-item-label + input { margin-right: 5px; } @@ -172,23 +162,18 @@ body.page-template-page-fullwidth #content .container .content-area .entry-conte } @media (min-width: 800px) { - body.page-template-page-fullwidth #cs-content .x-container.width { width: -webkit-calc(88% - 68px); width: calc(88% - 68px); } } @media (max-width: 800px) { - #cs-content .x-column.x-sm { height: 100%; } } - #cs-content.cs-content .x-text { - /* color: $color-content-text; */ - /* line-height: 1.5; */ } @@ -220,56 +205,45 @@ body.page-template-page-fullwidth #content .container .content-area .entry-conte text-shadow: none; line-height: 1.4; } - #cs-content.cs-content .x-btn:hover { background-color: #fff; box-shadow: none; text-shadow: none; color: var(--bb-body-text-color); } - #cs-content.cs-content .x-btn:visited { color: var(--bb-body-text-color); } - #cs-content.cs-content .x-btn.x-btn-small { padding: 6px 20px; min-height: 34px; font-size: 14px; } - #cs-content.cs-content .x-btn.x-btn-small:hover { border-color: rgba(var(--bb-content-border-color-rgb), 0.05); } - #cs-content.cs-content .x-btn.x-btn-small:active { border-color: rgba(var(--bb-content-border-color-rgb), 0.05); } - #cs-content.cs-content .x-btn.x-btn-regular { min-height: 40px; padding: 10px 20px; font-size: 15px; } - #cs-content.cs-content .x-btn.x-btn-regular:hover { border-color: rgba(var(--bb-content-border-color-rgb), 0.05); } - #cs-content.cs-content .x-btn.x-btn-regular:active { border-color: rgba(var(--bb-content-border-color-rgb), 0.05); } - #cs-content.cs-content .x-btn.x-btn-global, #cs-content.cs-content .x-btn.x-btn-large { font-size: 16px; min-height: 50px; padding: 14px 30px; } - #cs-content.cs-content .x-btn.x-btn-global:hover, #cs-content.cs-content .x-btn.x-btn-large:hover { border-color: rgba(var(--bb-content-border-color-rgb), 0.05); } - #cs-content.cs-content .x-btn.x-btn-global:active, #cs-content.cs-content .x-btn.x-btn-large:active { border-color: rgba(var(--bb-content-border-color-rgb), 0.05); } @@ -301,12 +275,12 @@ body.page-template-page-fullwidth #content .container .content-area .entry-conte } /** Accordion */ -#cs-content .x-accordion .x-accordion-heading .x-accordion-toggle.collapsed::before { +#cs-content .x-accordion .x-accordion-heading .x-accordion-toggle.collapsed:before { content: "\f0d8"; color: var(--bb-alternate-text-color); } -#cs-content .x-accordion .x-accordion-heading .x-accordion-toggle::before { +#cs-content .x-accordion .x-accordion-heading .x-accordion-toggle:before { content: "\f0d7"; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); @@ -381,7 +355,6 @@ body.page-template-page-fullwidth #content .container .content-area .entry-conte border: 1px solid var(--bb-danger-color); padding: 0.615em 1.15em 0.615em 2.25em; } - #cs-content.cs-content .x-alert.x-alert-danger .close { color: var(--bb-danger-color); } @@ -392,7 +365,6 @@ body.page-template-page-fullwidth #content .container .content-area .entry-conte border: 1px solid var(--bb-success-color); padding: 0.615em 1.15em 0.615em 2.25em; } - #cs-content.cs-content .x-alert.x-alert-success .close { color: var(--bb-success-color); } @@ -403,7 +375,6 @@ body.page-template-page-fullwidth #content .container .content-area .entry-conte border: 1px solid var(--bb-primary-color); padding: 0.615em 1.15em 0.615em 2.25em; } - #cs-content.cs-content .x-alert.x-alert-info .close { color: var(--bb-primary-color); } @@ -524,7 +495,7 @@ form.x-search { /** Pricing table */ #cs-content .x-pricing-column-info h3.x-price { - font-weight: 400; + font-weight: normal; font-size: 34px; letter-spacing: 0; } @@ -534,14 +505,12 @@ form.x-search { padding-left: 5px; background-color: transparent; } - #cs-content .x-pricing-table .x-pricing-column h2 { background-color: #fff; text-transform: uppercase; font-size: 20px; color: var(--bb-alternate-text-color); } - #cs-content .x-pricing-table .x-pricing-column .x-pricing-column-info { background-color: #fff; } @@ -561,13 +530,11 @@ form.x-search { background-color: var(--bb-primary-color); border-color: var(--bb-primary-color); } - #cs-content .x-pricing-table .x-pricing-column-info .x-btn.x-btn-medium { min-height: 40px; padding: 10px 20px; font-size: 15px; } - #cs-content .x-pricing-table .x-pricing-column-info .x-btn.x-btn-large { font-size: 16px; min-height: 50px; @@ -589,7 +556,7 @@ form.x-search { margin-right: 0; } -#cs-content .x-pricing-table [class*="x-icon-"]::before { +#cs-content .x-pricing-table [class*="x-icon-"]:before { border: 1px solid var(--bb-success-color); border-radius: 100%; padding: 0; @@ -597,21 +564,19 @@ form.x-search { content: "\e876"; } -#cs-content .x-pricing-table [class*="x-icon-times"]::before { +#cs-content .x-pricing-table [class*="x-icon-times"]:before { content: "\e828"; } #cs-content .x-pricing-table .x-pricing-column-info ul { display: inline-block; } - #cs-content .x-pricing-table .x-pricing-column-info ul > li { border-bottom: 0; text-align: right; padding: 5px 30px; color: var(--bb-body-text-color); } - #cs-content .x-pricing-table .x-pricing-column-info ul > li:first-child { border-top: 0; } @@ -680,7 +645,6 @@ form.x-search { /** Counter */ @media (max-width: 800px) { - #cs-content .el150.x-container .x-counter { margin-bottom: 3em !important; } @@ -698,7 +662,6 @@ form.x-search { text-align: center !important; } } - /** Feature heading */ #cs-content.cs-content .h-feature-headline > span { padding-right: 0; @@ -733,7 +696,7 @@ form.x-search { color: var(--bb-alternate-text-color); } -#cs-content .x-recent-posts a .x-recent-posts-img::after { +#cs-content .x-recent-posts a .x-recent-posts-img:after { background-color: var(--bb-primary-color); } @@ -803,11 +766,9 @@ form.x-search { .single-download .entry-meta { margin-bottom: 25px; } - .single-download .post-related-posts h4 { position: relative; } - .single-download .post-related-posts .slick-slider .slick-track, .single-download .post-related-posts .slick-slider .slick-list { display: -webkit-box; @@ -826,23 +787,19 @@ form.x-search { body.single.single-download .entry-meta { display: none; } - body.single.single-download .post-author-info { display: none; } - body.single.single-download .edd-download .entry-content-wrap .entry-content { background-color: #fff; border: 1px solid var(--bb-content-border-color); border-radius: 4px; padding: 20px; } - body.single.single-download .edd-download .entry-content-wrap figure.entry-media { margin-bottom: 0; border-radius: 4px 4px 0 0; } - body.single.single-download .edd-download .entry-content-wrap figure.entry-media + .entry-content { border-radius: 0 0 4px 4px; border-top: 0; @@ -883,28 +840,24 @@ body.single.single-download .edd-download .entry-content-wrap figure.entry-media transform-style: preserve-3d; border-top: 0; } - .edd-table th, .edd-table td, #edd_user_history.edd-table th, #edd_user_history.edd-table td { background-color: #fff; } - .edd-table th:first-child, .edd-table td:first-child, #edd_user_history.edd-table th:first-child, #edd_user_history.edd-table td:first-child { padding-right: 1em; } - .edd-table th:last-child, .edd-table td:last-child, #edd_user_history.edd-table th:last-child, #edd_user_history.edd-table td:last-child { padding-left: 1em; } - .edd-table thead th, #edd_user_history.edd-table thead th { text-transform: uppercase; @@ -915,32 +868,26 @@ body.single.single-download .edd-download .entry-content-wrap figure.entry-media padding-top: 1rem; padding-bottom: 1rem; } - .edd-table thead tr:first-child th:first-child, #edd_user_history.edd-table thead tr:first-child th:first-child { border-radius: 0 4px 0 0; border-right: 1px solid rgba(0, 0, 0, 0.05); } - .edd-table thead tr:first-child th:last-child, #edd_user_history.edd-table thead tr:first-child th:last-child { border-radius: 4px 0 0 0; border-left: 1px solid rgba(0, 0, 0, 0.05); } - .edd-table thead tr:first-child th, #edd_user_history.edd-table thead tr:first-child th { border-top: 1px solid rgba(0, 0, 0, 0.05); } - .edd-table tbody tr, #edd_user_history.edd-table tbody tr { - /* transform: translateZ(-1em); */ position: relative; z-index: 0; } - .edd-table tbody tr td, #edd_user_history.edd-table tbody tr td { border-bottom: 0; @@ -948,9 +895,9 @@ body.single.single-download .edd-download .entry-content-wrap figure.entry-media padding-top: 1em; padding-bottom: 1em; } - .edd-table tbody tr:hover, #edd_user_history.edd-table tbody tr:hover { + -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transform: translateZ(0); @@ -959,27 +906,22 @@ body.single.single-download .edd-download .entry-content-wrap figure.entry-media position: relative; z-index: 9; } - .edd-table tbody tr:last-child td, #edd_user_history.edd-table tbody tr:last-child td { border-bottom: 1px solid rgba(0, 0, 0, 0.05); } - .edd-table tbody tr:last-child td:first-child, #edd_user_history.edd-table tbody tr:last-child td:first-child { border-radius: 0 0 4px 0; } - .edd-table tbody tr:last-child td:last-child, #edd_user_history.edd-table tbody tr:last-child td:last-child { border-radius: 0 0 0 4px; } - .edd-table tbody td:first-child, #edd_user_history.edd-table tbody td:first-child { border-right: 1px solid rgba(0, 0, 0, 0.05); } - .edd-table tbody td:last-child, #edd_user_history.edd-table tbody td:last-child { border-left: 1px solid rgba(0, 0, 0, 0.05); @@ -988,13 +930,12 @@ body.single.single-download .edd-download .entry-content-wrap figure.entry-media #edd_purchase_receipt_products li.edd_download_file { margin-right: 0; } - -#edd_purchase_receipt_products li.edd_download_file a.edd_download_file_link::before { +#edd_purchase_receipt_products li.edd_download_file a.edd_download_file_link:before { content: "\ee57"; font-family: bb-icons; speak: none; font-style: normal; - font-weight: 400; + font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; @@ -1003,7 +944,6 @@ body.single.single-download .edd-download .entry-content-wrap figure.entry-media font-size: 16px; margin-left: 10px; } - #edd_purchase_receipt_products ul.edd_bundled_product_files { margin: 0 0 10px; } @@ -1014,23 +954,19 @@ body.single.single-download .edd-download .entry-content-wrap figure.entry-media transform-style: preserve-3d; border-top: 0; } - #edd_checkout_cart th, #edd_checkout_cart td { background-color: #fff; border: 0; } - #edd_checkout_cart th:first-child, #edd_checkout_cart td:first-child { padding-right: 1em; } - #edd_checkout_cart th:last-child, #edd_checkout_cart td:last-child { padding-left: 1em; } - #edd_checkout_cart thead th { text-transform: uppercase; font-size: 14px; @@ -1040,34 +976,27 @@ body.single.single-download .edd-download .entry-content-wrap figure.entry-media padding-top: 1rem; padding-bottom: 1rem; } - #edd_checkout_cart thead .edd_cart_header_row th { background-color: #fff; padding: 1rem; border-bottom: 1px solid rgba(0, 0, 0, 0.05); } - #edd_checkout_cart thead tr:first-child th:first-child { border-radius: 0 4px 0 0; border-right: 1px solid rgba(0, 0, 0, 0.05); } - #edd_checkout_cart thead tr:first-child th:last-child { border-radius: 4px 0 0 0; border-left: 1px solid rgba(0, 0, 0, 0.05); } - #edd_checkout_cart thead tr:first-child th { border-top: 1px solid rgba(0, 0, 0, 0.05); } - #edd_checkout_cart tbody tr { - /* transform: translateZ(-1em); */ position: relative; z-index: 0; } - #edd_checkout_cart tbody tr td { border-bottom: 0; font-size: 14px; @@ -1075,13 +1004,12 @@ body.single.single-download .edd-download .entry-content-wrap figure.entry-media padding-bottom: 1em; } @media (max-width: 1200px) { - #edd_checkout_cart tbody tr td { vertical-align: top; } } - #edd_checkout_cart tbody tr:hover { + -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transform: translateZ(0); @@ -1090,42 +1018,34 @@ body.single.single-download .edd-download .entry-content-wrap figure.entry-media position: relative; z-index: 9; } - #edd_checkout_cart tbody td:first-child { border-right: 1px solid rgba(0, 0, 0, 0.05); } @media (max-width: 1200px) { - #edd_checkout_cart tbody td:first-child { width: 60%; line-height: 1.5; } } - #edd_checkout_cart tbody td:last-child { border-left: 1px solid rgba(0, 0, 0, 0.05); } @media (max-width: 1200px) { - #edd_checkout_cart tbody td.edd_cart_actions { min-width: 120px; } } - #edd_checkout_cart tbody td.edd_cart_actions .edd-item-quantity { margin-left: 10px; height: 35px; padding: 2px 10px 2px 2px; } - #edd_checkout_cart tbody td.edd_cart_actions a.edd_cart_remove_item_btn { color: var(--bb-headings-color); } - #edd_checkout_cart tbody td.edd_cart_actions a.edd_cart_remove_item_btn:hover { color: var(--bb-primary-color); } - #edd_checkout_cart tfoot tr:last-child th { border-radius: 0 0 4px 4px; border-right: 1px solid rgba(0, 0, 0, 0.05); @@ -1134,14 +1054,12 @@ body.single.single-download .edd-download .entry-content-wrap figure.entry-media font-weight: 500; font-size: 14px; } - #edd_checkout_cart tfoot tr:last-child th.edd_cart_total { font-size: 13px; text-transform: uppercase; - font-weight: 400; + font-weight: normal; color: var(--bb-body-text-color); } - #edd_checkout_cart tfoot tr:last-child th.edd_cart_total .edd_cart_amount { font-weight: 500; } @@ -1156,7 +1074,6 @@ body.single.single-download .edd-download .entry-content-wrap figure.entry-media position: relative; padding-top: 70px; } - #edd_checkout_form_wrap fieldset#edd_payment_mode_select legend, #edd_checkout_form_wrap fieldset#edd_checkout_user_info legend, #edd_checkout_form_wrap fieldset#edd_cc_fields legend, @@ -1167,7 +1084,6 @@ body.single.single-download .edd-download .entry-content-wrap figure.entry-media top: 20px; color: var(--bb-headings-color); } - #edd_checkout_form_wrap fieldset#edd_payment_mode_select label, #edd_checkout_form_wrap fieldset#edd_checkout_user_info label, #edd_checkout_form_wrap fieldset#edd_cc_fields label, @@ -1175,18 +1091,16 @@ body.single.single-download .edd-download .entry-content-wrap figure.entry-media font-size: 15px; font-weight: 500; } - #edd_checkout_form_wrap fieldset#edd_cc_fields #edd_secure_site_wrapper { font-weight: 500; font-size: 14px; } - -#edd_checkout_form_wrap fieldset#edd_cc_fields #edd_secure_site_wrapper .padlock::before { +#edd_checkout_form_wrap fieldset#edd_cc_fields #edd_secure_site_wrapper .padlock:before { content: "\eecc"; font-family: bb-icons; speak: none; font-style: normal; - font-weight: 400; + font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; @@ -1196,11 +1110,9 @@ body.single.single-download .edd-download .entry-content-wrap figure.entry-media color: #939597; margin-left: 2px; } - #edd_checkout_form_wrap fieldset#edd_cc_fields #edd_secure_site_wrapper .padlock svg { display: none; } - #edd_checkout_form_wrap fieldset#edd_purchase_submit p#edd_final_total_wrap { background-color: transparent; border-radius: 0; @@ -1210,19 +1122,16 @@ body.single.single-download .edd-download .entry-content-wrap figure.entry-media padding-left: 0; color: inherit; } - #edd_checkout_form_wrap fieldset#edd_purchase_submit p#edd_final_total_wrap strong { text-transform: uppercase; font-size: 14px; - font-weight: 400; + font-weight: normal; } - #edd_checkout_form_wrap fieldset#edd_purchase_submit p#edd_final_total_wrap .edd_cart_amount { - font-weight: 700; + font-weight: bold; font-size: 14px; } @media (max-width: 800px) { - #edd_checkout_form_wrap input.edd-input, #edd_checkout_form_wrap textarea.edd-input, #edd_checkout_form_wrap select.edd-select { @@ -1241,7 +1150,6 @@ body.single.single-download .edd-download .entry-content-wrap figure.entry-media margin-bottom: 1rem; margin-top: 1rem; } - #edd_profile_editor_form fieldset#edd_profile_personal_fieldset legend, #edd_profile_editor_form fieldset#edd_profile_address_fieldset legend, #edd_profile_editor_form fieldset#edd_profile_password_fieldset legend { @@ -1251,7 +1159,6 @@ body.single.single-download .edd-download .entry-content-wrap figure.entry-media top: 20px; color: var(--bb-headings-color); } - #edd_profile_editor_form fieldset#edd_profile_personal_fieldset label, #edd_profile_editor_form fieldset#edd_profile_address_fieldset label, #edd_profile_editor_form fieldset#edd_profile_password_fieldset label { @@ -1260,14 +1167,12 @@ body.single.single-download .edd-download .entry-content-wrap figure.entry-media width: 30%; } @media (max-width: 800px) { - #edd_profile_editor_form fieldset#edd_profile_personal_fieldset label, #edd_profile_editor_form fieldset#edd_profile_address_fieldset label, #edd_profile_editor_form fieldset#edd_profile_password_fieldset label { width: 100%; } } - #edd_profile_editor_form fieldset#edd_profile_personal_fieldset input[type="text"], #edd_profile_editor_form fieldset#edd_profile_personal_fieldset input[type="email"], #edd_profile_editor_form fieldset#edd_profile_personal_fieldset input[type="password"], @@ -1283,7 +1188,6 @@ body.single.single-download .edd-download .entry-content-wrap figure.entry-media width: 68%; } @media (max-width: 800px) { - #edd_profile_editor_form fieldset#edd_profile_personal_fieldset input[type="text"], #edd_profile_editor_form fieldset#edd_profile_personal_fieldset input[type="email"], #edd_profile_editor_form fieldset#edd_profile_personal_fieldset input[type="password"], @@ -1299,7 +1203,6 @@ body.single.single-download .edd-download .entry-content-wrap figure.entry-media width: 100%; } } - #edd_profile_editor_form fieldset#edd_profile_submit_fieldset { border: 0; padding: 0; @@ -1317,14 +1220,13 @@ body.single.single-download .edd-download .entry-content-wrap figure.entry-media } .edd-cart-meta.edd_total { - font-weight: 400; + font-weight: normal; font-size: 14px; text-transform: uppercase; } - .edd-cart-meta.edd_total .cart-total { text-transform: none; - font-weight: 700; + font-weight: bold; } .widget ul li.cart_item.edd_checkout a, @@ -1336,7 +1238,6 @@ ul.edd-cart li.cart_item.edd_checkout a { color: #fff; font-size: 14px; } - .widget ul li.cart_item.edd_checkout a:hover, ul.edd-cart li.cart_item.edd_checkout a:hover { background-color: #0f74e0; @@ -1349,11 +1250,9 @@ ul.edd-cart li.cart_item.edd_checkout a:hover { -ms-flex-wrap: wrap; flex-wrap: wrap; } - .edd_downloads_list .edd_download { margin-bottom: 20px; } - .edd_downloads_list.edd_download_columns_3 .edd_download { -webkit-box-flex: 0; -ms-flex: 0 0 33.33%; @@ -1361,7 +1260,6 @@ ul.edd-cart li.cart_item.edd_checkout a:hover { max-width: 33.33%; } @media (max-width: 800px) { - .edd_downloads_list.edd_download_columns_3 .edd_download { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -1370,7 +1268,6 @@ ul.edd-cart li.cart_item.edd_checkout a:hover { } } @media (max-width: 544px) { - .edd_downloads_list.edd_download_columns_3 .edd_download { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -1378,7 +1275,6 @@ ul.edd-cart li.cart_item.edd_checkout a:hover { max-width: 100%; } } - .edd_downloads_list.edd_download_columns_2 .edd_download { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -1386,7 +1282,6 @@ ul.edd-cart li.cart_item.edd_checkout a:hover { max-width: 50%; } @media (max-width: 544px) { - .edd_downloads_list.edd_download_columns_2 .edd_download { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -1396,7 +1291,6 @@ ul.edd-cart li.cart_item.edd_checkout a:hover { } @media (max-width: 992px) { - .bb-buddypanel .edd_downloads_list.edd_download_columns_3 .edd_download { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -1405,7 +1299,6 @@ ul.edd-cart li.cart_item.edd_checkout a:hover { } } @media (max-width: 544px) { - .bb-buddypanel .edd_downloads_list.edd_download_columns_3 .edd_download { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -1413,7 +1306,6 @@ ul.edd-cart li.cart_item.edd_checkout a:hover { max-width: 100%; } } - .edd_download_inner { margin: 0 10px; padding: 0; @@ -1428,15 +1320,12 @@ ul.edd-cart li.cart_item.edd_checkout a:hover { -ms-flex-direction: column; flex-direction: column; } - .edd_download_inner:hover { box-shadow: 0 6px 24px 0 rgba(18, 43, 70, 0.12); } - .edd_download_inner .edd_download_image { margin-bottom: 20px; } - .edd_download_inner .edd_download_image a { position: relative; overflow: hidden; @@ -1445,7 +1334,6 @@ ul.edd-cart li.cart_item.edd_checkout a:hover { background: #809ab4; border-radius: 4px 4px 0 0; } - .edd_download_inner .edd_download_image a img { position: absolute; top: 0; @@ -1459,7 +1347,6 @@ ul.edd-cart li.cart_item.edd_checkout a:hover { min-width: 100%; object-fit: cover; } - .edd_download_inner h3.edd_download_title { padding: 0 20px; margin-bottom: 15px; @@ -1475,15 +1362,12 @@ ul.edd-cart li.cart_item.edd_checkout a:hover { width: 100%; text-align: center; } - .edd_download_inner h3.edd_download_title a { color: var(--bb-headings-color); } - .edd_download_inner h3.edd_download_title a:hover { color: var(--bb-primary-color); } - .edd_download_inner .edd_download_excerpt { padding: 0 20px; font-size: 14px; @@ -1499,30 +1383,24 @@ ul.edd-cart li.cart_item.edd_checkout a:hover { margin-bottom: 30px; text-align: center; } - .edd_download_inner .edd_download_buy_button { text-align: center; margin-top: auto; } - .edd_download_inner .edd_download_buy_button .edd_price_options { text-align: center; padding: 0 25px; } - .edd_download_inner .edd_download_buy_button .edd_price_options ul { display: inline-block; } - .edd_download_inner .edd_download_buy_button .edd_price_options ul li { text-align: right; margin-bottom: 4px; } - .edd_download_inner .edd_download_buy_button form { margin-bottom: 0; } - .edd_download_inner .edd_download_buy_button .edd_price_options label { font-size: 14px; display: -webkit-box; @@ -1532,31 +1410,25 @@ ul.edd-cart li.cart_item.edd_checkout a:hover { -ms-flex-align: start; align-items: flex-start; } - .edd_download_inner .edd_download_buy_button .edd_price_options label span.edd_price_option_name { line-height: 1.6; margin-left: 5px; } - .edd_download_inner .edd_download_buy_button .edd_price_options label span.edd_price_option_price { line-height: 1.6; margin-right: auto; color: #939597; font-size: 13px; } - .edd_download_inner .edd_download_buy_button .edd_price_options label span.edd_price_option_sep { display: none; } - .edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper { border-top: 1px solid var(--bb-content-border-color); } - .edd_download_inner .edd_download_buy_button .edd_download_quantity_wrapper { display: none; } - .edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper a.edd-add-to-cart, .edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper a.edd_go_to_checkout, .edd_download_inner .edd_download_buy_button [type="submit"].edd-add-to-cart.edd-submit { @@ -1568,7 +1440,6 @@ ul.edd-cart li.cart_item.edd_checkout a:hover { font-size: 13px; text-transform: uppercase; } - .edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper a.edd-add-to-cart:hover, .edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper a.edd_go_to_checkout:hover, .edd_download_inner .edd_download_buy_button [type="submit"].edd-add-to-cart.edd-submit:hover { @@ -1576,7 +1447,6 @@ ul.edd-cart li.cart_item.edd_checkout a:hover { background-color: var(--bb-primary-color); border-color: var(--bb-primary-color); } - .edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper a.edd-add-to-cart .edd-loading, .edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper a.edd_go_to_checkout .edd-loading, .edd_download_inner .edd_download_buy_button [type="submit"].edd-add-to-cart.edd-submit .edd-loading { @@ -1584,7 +1454,6 @@ ul.edd-cart li.cart_item.edd_checkout a:hover { border-left: 0.2em solid rgba(0, 0, 0, 0.2); border-bottom: 0.2em solid rgba(0, 0, 0, 0.2); } - .edd_download_inner .edd_download_buy_button .edd-cart-ajax-alert { display: none; } @@ -1610,7 +1479,6 @@ ul.edd-cart { margin-right: 0; font-size: 16px; } - ul.edd-cart li.edd-cart-item { padding: 8px 0; display: -webkit-box; @@ -1621,47 +1489,39 @@ ul.edd-cart li.edd-cart-item { align-items: center; font-size: 14px; } - ul.edd-cart li.edd-cart-item .edd-cart-item-title { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-left: 10px; } - ul.edd-cart li.edd-cart-item .edd-cart-item-quantity { -webkit-box-flex: 0; -ms-flex: 0 0 10%; flex: 0 0 10%; padding-left: 5px; } - ul.edd-cart li.edd-cart-item .edd-cart-item-quantity .bs-qty-tag { color: #939597; } - ul.edd-cart li.edd-cart-item .edd-cart-item-price { -webkit-box-flex: 0; -ms-flex: 0 0 12%; flex: 0 0 12%; padding-left: 10px; } - ul.edd-cart li.edd-cart-item .edd-cart-item-separator { display: none; } - ul.edd-cart li.edd-cart-item a.edd-remove-from-cart { text-align: left; color: var(--bb-headings-color); font-size: 0; } - ul.edd-cart li.edd-cart-item a.edd-remove-from-cart:hover { color: var(--bb-primary-color); } - -ul.edd-cart li.edd-cart-item a.edd-remove-from-cart::before { +ul.edd-cart li.edd-cart-item a.edd-remove-from-cart:before { color: var(--bb-headings-color); font-size: 22px; content: "\e828"; @@ -1676,7 +1536,6 @@ ul.edd-cart li.edd-cart-item a.edd-remove-from-cart::before { width: 100%; padding: 0; } - .entry-content ul.edd-cart .wrap-edd-cart-item li.edd-cart-item { padding-right: 15px; padding-left: 15px; @@ -1686,25 +1545,21 @@ ul.edd-cart li.edd-cart-item a.edd-remove-from-cart::before { position: relative; z-index: 0; } - .entry-content ul.edd-cart .wrap-edd-cart-item li.edd-cart-item:hover { box-shadow: 0 3px 24px 0 rgba(18, 43, 70, 0.08); position: relative; z-index: 1; } - .entry-content ul.edd-cart .wrap-edd-cart-item li.edd-cart-item:first-child { padding-top: 15px; border-top: 1px solid var(--bb-content-border-color); border-radius: 4px 4px 0 0; } - .entry-content ul.edd-cart .wrap-edd-cart-item li.edd-cart-item:last-child { padding-bottom: 15px; border-bottom: 1px solid var(--bb-content-border-color); border-radius: 0 0 4px 4px; } - .entry-content ul.edd-cart .edd-cart-meta.edd_total { border-top: 0; margin-top: 10px; @@ -1715,12 +1570,10 @@ ul.edd-cart li.edd-cart-item a.edd-remove-from-cart::before { -ms-flex-align: start; align-items: flex-start; } - .widget ul.edd-cart li.edd-cart-item .edd-cart-item-quantity, .widget ul.edd-cart li.edd-cart-item .edd-cart-item-price { font-size: 12px; } - .widget ul.edd-cart .cart_item.empty { font-size: 13px; } @@ -1735,19 +1588,15 @@ ul.edd-cart li.edd-cart-item a.edd-remove-from-cart::before { article.edd-download .entry-content-wrap { padding: 0; } - article.edd-download .entry-content-wrap .edd_purchase_submit_wrapper { margin-top: 20px; } - article.edd-download .entry-content-wrap .entry-content { font-size: 16px; } - article.edd-download .entry-content-wrap .edd_download_purchase_form label { font-size: 16px; } - article.edd-download .entry-content-wrap .edd_download_purchase_form .edd_price_options li { padding: 3px 0; } @@ -1757,13 +1606,11 @@ article.edd-download .entry-content-wrap .edd_download_purchase_form .edd_price_ border-radius: 3px; font-size: 14px; } - .edd-page .edd-alert-error { background-color: var(--bb-danger-color); border-color: var(--bb-danger-color); color: #fff; } - .edd-page .edd-alert-success { background-color: var(--bb-success-color); border-color: var(--bb-success-color); @@ -1775,17 +1622,14 @@ article.edd-download .entry-content-wrap .edd_download_purchase_form .edd_price_ font-size: 14px; border-radius: 3px; } - .entry-content .edd-alert strong { color: #fff; } - .entry-content .edd-alert-error { background-color: var(--bb-danger-color); border-color: var(--bb-danger-color); color: #fff; } - .entry-content .edd-alert-success { background-color: var(--bb-success-color); border-color: var(--bb-success-color); @@ -1825,7 +1669,6 @@ p.edd-logged-out { padding-top: 70px; margin-top: 0; } - #edd_login_form fieldset legend { text-transform: uppercase; font-size: 14px; @@ -1833,66 +1676,53 @@ p.edd-logged-out { top: 20px; color: var(--bb-headings-color); } - #edd_login_form fieldset p { font-size: 15px; } - #edd_login_form fieldset label { font-size: 15px; } - #edd_login_form fieldset .edd-login-username, #edd_login_form fieldset .edd-login-password { margin-bottom: 15px; } - #edd_login_form fieldset .edd-login-username label, #edd_login_form fieldset .edd-login-password label { width: 100%; display: inline-block; } - #edd_login_form fieldset .edd-login-username input, #edd_login_form fieldset .edd-login-password input { width: 100%; } - #edd_login_form fieldset > p { width: 50%; margin: 0 auto; } - #edd_login_form fieldset > p:first-of-type { padding-top: 30px; } - #edd_login_form fieldset > p:last-of-type { padding-bottom: 30px; } - #edd_login_form fieldset p.edd-lost-password { padding-top: 10px; text-align: left; font-size: 12px; } @media (max-width: 992px) { - #edd_login_form fieldset > p { width: 80%; } } @media (max-width: 800px) { - #edd_login_form fieldset > p { width: 90%; } } - #edd_login_form fieldset .edd-login-submit { text-align: left; } - #edd_login_form fieldset .bs-edd-login-actions { display: -webkit-box; display: -ms-flexbox; @@ -1901,33 +1731,27 @@ p.edd-logged-out { -ms-flex-align: center; align-items: center; } - #edd_login_form fieldset .bs-edd-login-actions label, #edd_login_form fieldset .bs-edd-login-actions p { font-size: 14px; } - #edd_login_form fieldset .bs-edd-login-actions .edd-login-remember { margin-left: auto; } @media (max-width: 380px) { - #edd_login_form fieldset .bs-edd-login-actions { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } - #edd_login_form fieldset .bs-edd-login-actions p { margin-bottom: 10px; } - #edd_login_form fieldset .bs-edd-login-actions .edd-login-remember { margin-left: auto; margin-right: auto; } - #edd_login_form fieldset .edd-login-submit { padding-top: 15px; text-align: center; @@ -1935,12 +1759,10 @@ p.edd-logged-out { } @media (max-width: 800px) { - body.edd-purchase-history .entry-content, body.edd-downloads-history .entry-content { overflow-x: auto; } - body.edd-purchase-history .entry-content table#edd_user_history, body.edd-downloads-history .entry-content table#edd_user_history { min-width: 700px; @@ -1949,13 +1771,11 @@ p.edd-logged-out { #edd_checkout_cart_wrap { overflow-x: auto; } - #edd_checkout_cart_wrap table#edd_checkout_cart { min-width: 700px; } } @media (max-width: 544px) { - /* .bs-edd-table-receipt { overflow-x:auto; @@ -1964,7 +1784,6 @@ p.edd-logged-out { } } */ } - #it-exchange-store .it-exchange-products { display: -webkit-box; display: -ms-flexbox; @@ -1974,7 +1793,6 @@ p.edd-logged-out { margin-right: -10px; margin-left: -10px; } - #it-exchange-store .it-exchange-products li.it-exchange-product { background-color: #fff; border-radius: 0 0 4px 4px; @@ -1984,25 +1802,20 @@ p.edd-logged-out { position: relative; padding-bottom: 70px; } - #it-exchange-store .it-exchange-products li.it-exchange-product > p { margin: 0; } - #it-exchange-store .it-exchange-products li.it-exchange-product:hover { box-shadow: 0 6px 24px 0 rgba(18, 43, 70, 0.12); } @media (max-width: 544px) { - #it-exchange-store .it-exchange-products li.it-exchange-product { width: 100%; } } - #it-exchange-store .it-exchange-products .it-exchange-featured-image > p { margin: 0; } - #it-exchange-store .it-exchange-products .featured-image-wrapper { position: relative; overflow: hidden; @@ -2011,7 +1824,6 @@ p.edd-logged-out { background: #809ab4; border-radius: 4px 4px 0 0; } - #it-exchange-store .it-exchange-products .featured-image-wrapper img { position: absolute; top: 0; @@ -2025,26 +1837,21 @@ p.edd-logged-out { min-width: 100%; object-fit: cover; } - #it-exchange-store .it-exchange-products .it-exchange-product-details { text-align: center; padding: 1em 0 0; } - #it-exchange-store .it-exchange-products .it-exchange-product-details h2.it-exchange-product-title { font-size: 16px; padding-right: 1em; padding-left: 1em; } - #it-exchange-store .it-exchange-products .it-exchange-product-details h2.it-exchange-product-title a { color: var(--bb-headings-color); } - #it-exchange-store .it-exchange-products .it-exchange-product-details h2.it-exchange-product-title a:hover { color: var(--bb-primary-color); } - #it-exchange-store .it-exchange-products .it-exchange-product-details .it-exchange-base-price { font-size: 15px; color: #dc5525; @@ -2052,18 +1859,15 @@ p.edd-logged-out { display: block; margin: 0 1em auto; } - #it-exchange-store .it-exchange-products .it-exchange-product-details .it-exchange-base-price del { color: #c8cbcf; font-weight: 400; } - #it-exchange-store .it-exchange-products .it-exchange-product-details .it-exchange-base-price ins { text-decoration: none; font-weight: 400; color: #dc5525; } - #it-exchange-store .it-exchange-products .it-exchange-product-details a.it-exchange-product-permalink { float: none; display: block; @@ -2080,7 +1884,6 @@ p.edd-logged-out { bottom: 0; width: 100%; } - #it-exchange-store .it-exchange-products .it-exchange-product-details a.it-exchange-product-permalink:hover { background-color: var(--bb-primary-color); color: #fff; @@ -2091,32 +1894,26 @@ p.edd-logged-out { border: 1px solid var(--bb-content-border-color); font-size: 15px; } - .it-exchange-wrap.it-exchange-account input[type="text"], .it-exchange-wrap.it-exchange-account input[type="password"] { width: 100%; } - .it-exchange-wrap .it-exchange-transaction-meta { margin-bottom: 30px; } - .it-exchange-wrap .it-exchange-transaction-meta h3 { text-transform: uppercase; font-weight: 500; color: var(--bb-headings-color); font-size: 14px; } - .it-exchange-wrap .it-exchange-transaction-meta p { font-size: 14px; } - .it-exchange-wrap .it-exchange-transaction-meta .existing-shipping-address { font-size: 14px; } @media (max-width: 800px) { - .it-exchange-wrap .it-exchange-transaction-meta { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -2124,36 +1921,29 @@ p.edd-logged-out { flex-direction: column; } } - .it-exchange-wrap .it-exchange-transaction-purchases-label h3 { text-transform: uppercase; font-weight: 500; color: var(--bb-headings-color); font-size: 14px; } - .it-exchange-wrap .it-exchange-transaction-products { border: 0; } - .it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product { border-bottom: 0; } - .it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-attributes h3 { font-size: 16px; font-weight: 500; } - .it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-downloads { margin-top: 15px; } - .it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-downloads h4 { text-transform: uppercase; font-size: 12px; } - .it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-downloads .it-exchange-transaction-product-downloads-list li { display: -webkit-box; display: -ms-flexbox; @@ -2162,15 +1952,12 @@ p.edd-logged-out { -ms-flex-align: center; align-items: center; } - .it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-downloads .it-exchange-transaction-product-downloads-list li .it-exchange-transaction-product-download-title { font-size: 14px; } - .it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-downloads .it-exchange-transaction-product-downloads-list li .it-exchange-right { margin-right: auto; } - .it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-downloads .it-exchange-transaction-product-downloads-list li .it-exchange-right a.button { padding-top: 7px; padding-bottom: 7px; @@ -2187,7 +1974,6 @@ p.edd-logged-out { border: 1px solid var(--bb-content-border-color); border-radius: 4px; } - #it-exchange-product .it-exchange-product-standard-content { display: -webkit-box; display: -ms-flexbox; @@ -2195,7 +1981,6 @@ p.edd-logged-out { -ms-flex-wrap: wrap; flex-wrap: wrap; } - #it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info { -webkit-box-flex: 0; -ms-flex: 0 0 55%; @@ -2204,41 +1989,33 @@ p.edd-logged-out { -ms-flex-order: 2; order: 2; } - #it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-column-inner { padding: 0 0 0 20px; font-size: 16px; } - #it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-super-widget .it-exchange-sw-product { border: 0; } - #it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-super-widget .it-exchange-sw-product .purchase-options { padding-right: 0; padding-left: 0; } - #it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-product-price { border: 0; font-size: 22px; } - #it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-product-price del { color: #939597; font-weight: 400; } - #it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-product-price ins { color: var(--bb-headings-color); font-weight: 500; text-decoration: none; } - #it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-product-description { color: var(--bb-alternate-text-color); } - #it-exchange-product .it-exchange-product-standard-content .it-exchange-product-images { -webkit-box-flex: 0; -ms-flex: 0 0 45%; @@ -2247,47 +2024,38 @@ p.edd-logged-out { -ms-flex-order: 1; order: 1; } - #it-exchange-product .it-exchange-product-standard-content .it-exchange-product-images .it-exchange-column-inner { margin-right: 0; margin-left: 1.5em; margin-bottom: 20px; } - #it-exchange-product .it-exchange-product-standard-content .it-exchange-product-images-gallery .it-exchange-featured-image .featured-image-wrapper { border: 0; } - #it-exchange-product .it-exchange-product-standard-content .it-exchange-product-images-gallery ul.it-exchange-thumbnail-images { margin: 0 20px; } - #it-exchange-product .it-exchange-product-standard-content .it-exchange-product-images-gallery ul.it-exchange-thumbnail-images li span { border: 0; } @media (max-width: 800px) { - #it-exchange-product .it-exchange-product-standard-content { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } - #it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-column-inner { padding-right: 20px; } - #it-exchange-product .it-exchange-product-standard-content .it-exchange-product-images .it-exchange-column-inner { margin-right: 1.5em; } } - #it-exchange-product .it-exchange-product-advanced-content { font-size: 16px; margin: 0 20px 30px; } - #it-exchange-product .it-exchange-product-advanced-content .it-exchange-extended-description { padding: 2em 1em 0; } @@ -2297,13 +2065,11 @@ p.edd-logged-out { border-bottom: 1px solid #eef0f3; padding-bottom: 8px; } - .it-exchange-account ul.it-exchange-customer-menu li, #it-exchange-confirmation ul.it-exchange-customer-menu li { margin: 0 0 0 25px; padding-bottom: 12px; } - .it-exchange-account ul.it-exchange-customer-menu li a, #it-exchange-confirmation ul.it-exchange-customer-menu li a { display: inline-block; @@ -2311,17 +2077,14 @@ p.edd-logged-out { font-size: 14px; color: #939597; } - .it-exchange-account ul.it-exchange-customer-menu li a:hover, #it-exchange-confirmation ul.it-exchange-customer-menu li a:hover { color: var(--bb-headings-color); } - .it-exchange-account ul.it-exchange-customer-menu li.current, #it-exchange-confirmation ul.it-exchange-customer-menu li.current { border-bottom: 1px solid var(--bb-primary-color); } - .it-exchange-account ul.it-exchange-customer-menu li.current a, #it-exchange-confirmation ul.it-exchange-customer-menu li.current a { color: var(--bb-headings-color); @@ -2330,7 +2093,6 @@ p.edd-logged-out { #it-exchange-confirmation ul.it-exchange-customer-menu { margin-right: 0; } - #it-exchange-confirmation ul.it-exchange-customer-menu li { display: inline; } @@ -2338,35 +2100,28 @@ p.edd-logged-out { #it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-products { border: 0; } - #it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product-cart-object .it-exchange-column-inner { padding-left: 10px; font-size: 14px; margin: 23px 0; } - #it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-summary-loop.it-exchange-table { border: 0; } - #it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-summary-loop { font-size: 14px; } - #it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-summary-loop .it-exchange-confirmation-totals-title { border: 0; text-transform: uppercase; color: #939597; } - #it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-summary-loop .it-exchange-confirmation-totals-amount { border: 0; } - #it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-summary-loop .it-exchange-confirmation-totals-amount .it-exchange-table-column-inner { text-align: left; } - #it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-summary-loop .it-exchange-cart-totals-total .it-exchange-table-column-inner { border-bottom: 0; text-align: left; @@ -2375,11 +2130,9 @@ p.edd-logged-out { .it-exchange-account label { font-size: 14px; } - .it-exchange-account .it-exchange-customer-info { font-size: 16px; } - .it-exchange-account .it-exchange-customer-info .it-exchange-customer-welcome { text-align: center; padding-top: 20px; @@ -2394,17 +2147,14 @@ p.edd-logged-out { .it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing { border: 0; } - .it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing .cart-items-wrapper { margin-right: 1em; margin-left: 1em; border-radius: 4px; } - .it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing .cart-items-wrapper .cart-item { border-bottom: 0; } - .it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing .cart-items-wrapper .cart-item a.it-exchange-empty-cart { display: inline-block; width: 20px; @@ -2415,33 +2165,26 @@ p.edd-logged-out { border-radius: 100%; color: var(--bb-headings-color); } - .it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing .cart-items-wrapper .cart-item a.it-exchange-empty-cart:hover { color: var(--bb-primary-color); } - .it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing .cart-items-wrapper .cart-item .item-info input { max-width: 65px; padding-right: 10px; padding-left: 10px; } - .it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing form#zero_sum_checkout_form { margin-bottom: 0; } - .it-exchange-wrap .it-exchange-super-widget .payment-methods-wrapper { border-bottom: 0; } - .it-exchange-wrap .it-exchange-super-widget .quantity { border-bottom: 0; } - .it-exchange-wrap .it-exchange-super-widget .cart-actions-wrapper { font-size: 14px; } - .it-exchange-wrap .it-exchange-super-widget .cart-actions-wrapper .cancel-update { border-bottom: 0; } @@ -2450,26 +2193,22 @@ p.edd-logged-out { margin-bottom: 1em; padding-bottom: 1em; } - #it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-purchase-top { font-size: 12px; text-transform: uppercase; } @media (max-width: 544px) { - #it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-purchase-top .it-exchange-purchase-total { float: none; display: block; } } - #it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info .it-exchange-item-data-top { font-weight: 500; font-size: 16px; color: var(--bb-headings-color); margin-bottom: 0.5em; } - #it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info .it-exchange-item-data-bottom { font-size: 14px; color: #939597; @@ -2484,39 +2223,32 @@ p.edd-logged-out { width: 95%; } @media (max-width: 544px) { - #it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info { margin-bottom: 0; } - #it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info .it-exchange-item-thumbnail { float: none; margin: 0 auto 20px; width: 30%; } - #it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info .it-exchange-item-data { float: none; width: 100%; } - #it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info .it-exchange-item-data .it-exchange-item-data-top, #it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info .it-exchange-item-data .it-exchange-item-data-bottom { margin-right: 0; } } - #it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-no-transaction-products-found { font-size: 14px; color: #939597; } @media (max-width: 544px) { - #it-exchange-purchases.it-exchange-wrap .it-exchange-purchase { border-bottom: 1px solid var(--bb-content-border-color); margin-bottom: 2em; } - #it-exchange-purchases.it-exchange-wrap .it-exchange-purchase:last-of-type { border-bottom: 0; } @@ -2526,30 +2258,25 @@ p.edd-logged-out { overflow: hidden; font-size: 16px; } - #it-exchange-downloads.it-exchange-wrap .it-exchange-download .it-exchange-download-product a { font-size: 14px; } - #it-exchange-downloads.it-exchange-wrap .it-exchange-download .it-exchange-download-info h4 { font-size: 16px; color: var(--bb-headings-color); margin-bottom: 10px; } - #it-exchange-downloads.it-exchange-wrap .it-exchange-download .it-exchange-download-info ul.it-exchange-downloads-data { list-style: none; margin-right: 0; font-size: 14px; } - #it-exchange-downloads.it-exchange-wrap .it-exchange-download .it-exchange-download-info ul.it-exchange-downloads-data li.it-exchange-download-data span { margin-right: 0; margin-left: 1em; color: #939597; } @media (max-width: 544px) { - #it-exchange-downloads.it-exchange-wrap .it-exchange-download .it-exchange-download-info ul.it-exchange-downloads-data li.it-exchange-download-data span { display: block; width: 100%; @@ -2561,33 +2288,27 @@ p.edd-logged-out { border: 1px solid #eef0f3; border-radius: 4px; } - #it-exchange-login .it-exchange-login-form { width: 50%; margin: 0 auto; padding: 3rem 0; } - #it-exchange-login .it-exchange-login-form .it-exchange-rememberme { margin-top: 5px; margin-bottom: 15px; } - #it-exchange-login .it-exchange-login-form #wp-submit { padding-right: 2em; padding-left: 2em; margin-bottom: 1em; } - #it-exchange-login .it-exchange-login-form .it-exchange-recover-url { font-size: 14px; } - #it-exchange-login .it-exchange-login-form .it-exchange-register-url { font-size: 14px; } @media (max-width: 800px) { - #it-exchange-login .it-exchange-login-form { width: 85%; } @@ -2604,24 +2325,20 @@ p.edd-logged-out { border: 1px solid #eef0f3; border-radius: 4px; } - #it-exchange-registration form.it-exchange-register { width: 50%; margin: 0 auto; padding: 3rem 0; } - #it-exchange-registration form.it-exchange-register .it-exchange-registration-login { text-align: left; font-size: 14px; } - #it-exchange-registration form.it-exchange-register #it-exchange-register-customer { padding-right: 2em; padding-left: 2em; } @media (max-width: 800px) { - #it-exchange-registration form.it-exchange-register { width: 85%; } @@ -2672,7 +2389,7 @@ p.edd-logged-out { .ui-datepicker table td a { line-height: 1.4em; - font-weight: 400; + font-weight: normal; } .ui-datepicker table thead { @@ -2696,8 +2413,8 @@ p.edd-logged-out { height: 100%; } -.ui-datepicker .ui-datepicker-header a.ui-datepicker-next span::before, -.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev span::before { +.ui-datepicker .ui-datepicker-header a.ui-datepicker-next span:before, +.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev span:before { text-shadow: none; } @@ -2715,7 +2432,6 @@ p.edd-logged-out { .gform_wrapper .ginput_preview { font-size: 16px; } - .gform_wrapper .ginput_preview strong { font-weight: inherit; } @@ -2756,7 +2472,6 @@ p.edd-logged-out { .gform_wrapper .ginput_container table.gfield_list tr td.gfield_list_icons { padding-right: 10px !important; } - .gform_wrapper .ginput_container table.gfield_list tr td.gfield_list_icons img { outline: 0; -webkit-tap-highlight-color: transparent; @@ -2789,7 +2504,6 @@ p.edd-logged-out { } @media (max-width: 641px) { - .gform_wrapper form input[type="submit"], .gform_wrapper form input:not([type="radio"], [type="checkbox"], [type="image"], [type="file"]) { line-height: 1.3; @@ -2802,7 +2516,6 @@ p.edd-logged-out { } } @media only screen and (max-width: 761px) { - .gform_wrapper form table.gfield_list tr { border: 1px solid #ccc; border-top: 1px solid #ccc; @@ -2813,12 +2526,10 @@ p.edd-logged-out { .gform_wrapper form table.gfield_list tr td.gfield_list_icons { background-color: #f8f8f8; } - .gform_wrapper form table.gfield_list tr td.gfield_list_icons img { outline: none; } } - div.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label, div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { font-weight: inherit; @@ -2830,13 +2541,11 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { } .gfield_checkbox input[type="checkbox"] { - /* position: absolute; // take it out of document flow */ opacity: 0; height: 0; width: 0; } - .gfield_checkbox input[type="checkbox"] + label { cursor: pointer; display: inline-block; @@ -2844,8 +2553,7 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { padding: 0; line-height: 1; } - -.gfield_checkbox input[type="checkbox"] + label::before { +.gfield_checkbox input[type="checkbox"] + label:before { content: ""; margin-left: 10px; display: inline-block; @@ -2856,23 +2564,19 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { border-radius: 3px; border: 1px solid #c9cbca; } - -.gfield_checkbox input[type="checkbox"]:checked + label::before { +.gfield_checkbox input[type="checkbox"]:checked + label:before { background: var(--bb-primary-color); border-color: var(--bb-primary-color); } - .gfield_checkbox input[type="checkbox"]:disabled + label { color: #b8b8b8; cursor: auto; } - -.gfield_checkbox input[type="checkbox"]:disabled + label::before { +.gfield_checkbox input[type="checkbox"]:disabled + label:before { box-shadow: none; background: #ddd; } - -.gfield_checkbox input[type="checkbox"]:checked + label::after { +.gfield_checkbox input[type="checkbox"]:checked + label:after { content: "\E876"; position: absolute; right: 3px; @@ -2890,7 +2594,6 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { width: 0; opacity: 0; } - .gfield_radio input[type="radio"] + label, .gfield_radio input[type="radio"] + .bb-radio-label { margin: 0 !important; font-size: 15px; @@ -2899,8 +2602,7 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { position: relative; cursor: pointer; } - -.gfield_radio input[type="radio"] + label::before, .gfield_radio input[type="radio"] + .bb-radio-label::before { +.gfield_radio input[type="radio"] + label:before, .gfield_radio input[type="radio"] + .bb-radio-label:before { content: ""; display: inline-block; vertical-align: middle; @@ -2915,18 +2617,15 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { border-radius: 100%; margin-left: 10px; } - .gfield_radio input[type="radio"]:disabled + label, .gfield_radio input[type="radio"]:disabled + .bb-radio-label { color: #b8b8b8; cursor: auto; } - -.gfield_radio input[type="radio"]:disabled + label::before, .gfield_radio input[type="radio"]:disabled + .bb-radio-label::before { +.gfield_radio input[type="radio"]:disabled + label:before, .gfield_radio input[type="radio"]:disabled + .bb-radio-label:before { box-shadow: none; background: #ddd; } - -.gfield_radio input[type="radio"]:checked + label::after, .gfield_radio input[type="radio"]:checked + .bb-radio-label::after { +.gfield_radio input[type="radio"]:checked + label:after, .gfield_radio input[type="radio"]:checked + .bb-radio-label:after { content: ""; background-color: var(--bb-primary-color); margin: auto; @@ -2942,7 +2641,6 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { .gform_wrapper .ginput_container_radio .gfield_radio .gchoice input[type="radio"] + label { padding-right: 32px; } - .gform_wrapper .ginput_container_radio .gfield_radio .gchoice input[type="radio"] + label::before { position: absolute; right: 0; @@ -2951,7 +2649,6 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { -ms-transform: translate(0, -50%); transform: translate(0, -50%); } - .gform_wrapper .ginput_container_radio .gfield_radio .gchoice input[type="radio"]:checked + label::after { top: 50%; -webkit-transform: translate(0, -50%); @@ -2962,7 +2659,6 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { .nf-form-wrap .nf-form-content { max-width: 100%; } - .nf-form-wrap .nf-form-content .nf-field-element input[type="button"] { border-color: #ff865a; background-color: #ff865a; @@ -2971,17 +2667,14 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { padding: 0 20px; color: #fff; } - .nf-form-wrap .nf-form-content .nf-field-element input[type="button"]:hover { box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1); } - -.nf-form-wrap .nf-form-content .nf-pass.field-wrap .nf-field-element::after { +.nf-form-wrap .nf-form-content .nf-pass.field-wrap .nf-field-element:after { font-size: 24px; height: 40px; line-height: 40px; } - .nf-form-wrap .nf-form-content .nf-field-element input, .nf-form-wrap .nf-form-content .nf-field-element select, .nf-form-wrap .nf-form-content .nf-field-element select.ninja-forms-field:not([multiple]) { @@ -2995,101 +2688,80 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { padding: 0 12px; font-size: 15px; } - .nf-form-wrap .nf-form-content .nf-field-element select[multiple] { height: auto; } - .nf-form-wrap .nf-form-content .list-checkbox-wrap .nf-field-element li span.checkbox.on { background-color: #ff865a; border-color: #ff865a; border-radius: 4px; } - .nf-form-wrap .nf-form-content .list-checkbox-wrap .icheckbox_minimal { z-index: 99; } - .nf-form-wrap .nf-form-content .list-checkbox-wrap .icheckbox_minimal ~ .checkbox { display: none; } - .nf-form-wrap .nf-form-content .list-checkbox-wrap .icheckbox_minimal { position: absolute; } - .nf-form-wrap .nf-form-content ins.iCheck-helper { z-index: 999999; } - -.nf-form-wrap .nf-form-content .listcheckbox-wrap .nf-field-element label::after { +.nf-form-wrap .nf-form-content .listcheckbox-wrap .nf-field-element label:after { border-color: transparent; } - -.nf-form-wrap .nf-form-content .listcheckbox-wrap .nf-field-element label::before { +.nf-form-wrap .nf-form-content .listcheckbox-wrap .nf-field-element label:before { display: none; } - .nf-form-wrap .nf-form-content .list-checkbox-wrap .nf-field-element ul li { display: -webkit-box; display: -ms-flexbox; display: flex; } - -.nf-form-wrap .nf-form-content .checkbox-wrap .nf-field-label label::before { +.nf-form-wrap .nf-form-content .checkbox-wrap .nf-field-label label:before { height: 20px; font-size: 16px; width: 20px; right: -27px; } - -.nf-form-wrap .nf-form-content .nf-error.field-wrap .nf-field-element::after { +.nf-form-wrap .nf-form-content .nf-error.field-wrap .nf-field-element:after { height: 38px; width: 40px; line-height: 40px; } - .nf-form-wrap .nf-form-fields-required { margin-bottom: 15px; font-size: 14px; } - .nf-form-wrap .label-above .nf-field-label { margin-bottom: 6px; } - .nf-form-wrap .nf-field-label { margin-bottom: 6px; } - .nf-form-wrap .nf-field-label label { font-size: 16px; } - .nf-form-wrap .nf-field-description { font-size: 14px; line-height: 1.6; margin-bottom: 10px; } - .nf-form-wrap .nf-help.fa-info-circle { background: none; } - -.nf-form-wrap .nf-help.fa-info-circle::before { +.nf-form-wrap .nf-help.fa-info-circle:before { font-family: bb-icons; content: "\ee65"; font-weight: 100; } - -.nf-form-wrap .nf-help.fa-info-circle::after { +.nf-form-wrap .nf-help.fa-info-circle:after { display: none; } - .nf-form-wrap .nf-field-container .nf-field-label { margin-bottom: 0; } - .nf-form-wrap .nf-after-form-content .nf-error-msg { background-color: var(--bb-danger-color); border-color: var(--bb-danger-color); @@ -3098,7 +2770,6 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { border-radius: 4px; padding: 5px 10px; } - .nf-form-wrap .nf-response-msg { background-color: var(--bb-success-color); border-color: var(--bb-success-color); @@ -3107,7 +2778,6 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { border-radius: 4px; padding: 5px 10px; } - .nf-form-wrap .nf-response-msg p { margin: 0; } @@ -3125,30 +2795,24 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { .pika-lendar .pika-table { margin-bottom: 0; } - .pika-lendar .pika-table th { - font-weight: 400; + font-weight: normal; color: #939597; } - .pika-lendar .pika-table th abbr[title] { text-decoration: none; } - .pika-lendar .pika-table td { border-bottom: 0; } - .pika-lendar .pika-table .pika-button { background: transparent; line-height: 25px; } - .pika-lendar .pika-table .pika-button:hover { background: transparent; color: var(--bb-primary-color); } - .pika-lendar .pika-table .is-selected .pika-button { color: var(--bb-primary-color); box-shadow: none; @@ -3156,38 +2820,33 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { } .pika-title .pika-label { - font-weight: 400; + font-weight: normal; color: var(--bb-primary-color); padding: 0 3px; line-height: 30px; top: 0; } - .pika-title .pika-label select { height: 30px; top: 0; } - .pika-title button.pika-prev, .pika-title button.pika-next { text-indent: inherit; font-size: 0; } - .pika-title button.pika-prev:hover, .pika-title button.pika-next:hover { background-color: transparent; border-color: transparent; } - .pika-title button.pika-prev { background-image: none; } - -.pika-title button.pika-prev::before { +.pika-title button.pika-prev:before { content: "\E8AB"; font-family: bb-icons; - font-weight: 400; + font-weight: normal; speak: none; display: inline-block; color: #939597; @@ -3195,15 +2854,13 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - .pika-title button.pika-next { background-image: none; } - -.pika-title button.pika-next::before { +.pika-title button.pika-next:before { content: "\e827"; font-family: bb-icons; - font-weight: 400; + font-weight: normal; speak: none; display: inline-block; color: #939597; @@ -3220,19 +2877,16 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { margin-bottom: 0; padding-right: 15px; } - .checkbox-container .checkbox-wrap .nf-field-label label { font-size: 16px; line-height: 22px; font-weight: 500; } - .checkbox-container .checkbox-wrap .nf-field-element { position: relative; width: 20px; height: 20px; } - .checkbox-container .checkbox-wrap .nf-field-element input[type="checkbox"] { margin: 0; position: absolute; @@ -3242,7 +2896,6 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { top: 0; z-index: 6; } - .checkbox-container .checkbox-wrap .nf-field-element span.checkbox { z-index: 5; display: inline-block; @@ -3258,13 +2911,11 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { margin-left: 2px; line-height: 1.35; } - .checkbox-container .checkbox-wrap .nf-field-element span.checkbox.on { background-color: var(--bb-primary-color); border-color: var(--bb-primary-color); } - -.checkbox-container .checkbox-wrap .nf-field-element span.checkbox.on::before { +.checkbox-container .checkbox-wrap .nf-field-element span.checkbox.on:before { font-family: bb-icons !important; font-size: 20px; text-rendering: auto; @@ -3282,7 +2933,6 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { position: relative; margin: 5px 0 10px !important; } - .list-checkbox-wrap .nf-field-element ul li label { margin-bottom: 0; font-size: 16px; @@ -3290,7 +2940,6 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { font-weight: 500; margin-right: 35px; } - .list-checkbox-wrap .nf-field-element li input[type="checkbox"] { margin: 0; position: absolute; @@ -3299,7 +2948,6 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { top: 0; z-index: 6; } - .list-checkbox-wrap .nf-field-element li span.checkbox { z-index: 5; display: inline-block; @@ -3315,13 +2963,11 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { margin-left: 2px; line-height: 1.35; } - .list-checkbox-wrap .nf-field-element li span.checkbox.on { background-color: var(--bb-primary-color); border-color: var(--bb-primary-color); } - -.list-checkbox-wrap .nf-field-element li span.checkbox.on::before { +.list-checkbox-wrap .nf-field-element li span.checkbox.on:before { font-family: bb-icons !important; font-size: 20px; text-rendering: auto; @@ -3340,7 +2986,6 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { position: relative; margin: 5px 0 10px !important; } - .list-radio-wrap .nf-field-element ul li label { margin-right: 35px; font-weight: 500; @@ -3348,7 +2993,6 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { line-height: 22px; margin-bottom: 0; } - .list-radio-wrap .nf-field-element li input.bs-radio { width: 22px !important; height: 22px; @@ -3359,7 +3003,6 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { margin-top: 0; opacity: 0; } - .list-radio-wrap .nf-field-element li span.bs-radio { display: inline-block; vertical-align: middle; @@ -3377,8 +3020,7 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { margin-left: 10px; z-index: 7; } - -.list-radio-wrap .nf-field-element li span.bs-radio.on::after { +.list-radio-wrap .nf-field-element li span.bs-radio.on:after { content: ""; position: absolute; top: 2px; @@ -3415,7 +3057,6 @@ div.wpforms-container-full.wpforms-container .wpforms-form button[type="submit"] font-size: 15px; padding: 10px 20px; } - div.wpforms-container-full .wpforms-form input[type="submit"]:hover, div.wpforms-container-full .wpforms-form button[type="submit"]:hover, div.wpforms-container-full.wpforms-container .wpforms-form input[type="submit"]:hover, @@ -3424,12 +3065,10 @@ div.wpforms-container-full.wpforms-container .wpforms-form button[type="submit"] background-color: #0f74e0; border-color: #0f74e0; } - div.wpforms-container-full .wpforms-form .wpforms-field-description, div.wpforms-container-full.wpforms-container .wpforms-form .wpforms-field-description { line-height: 1.6; } - div.wpforms-container-full .wpforms-form select, div.wpforms-container-full.wpforms-container .wpforms-form select { background-image: url("../images/svg/arrow-down.svg"); @@ -3437,7 +3076,6 @@ div.wpforms-container-full.wpforms-container .wpforms-form select { background-position: left 1rem center; padding-left: 40px; } - div.wpforms-container-full .wpforms-form input[type="date"], div.wpforms-container-full .wpforms-form input[type="datetime"], div.wpforms-container-full .wpforms-form input[type="datetime-local"], @@ -3474,7 +3112,7 @@ div.wpforms-container-full.wpforms-container .wpforms-form textarea { border-radius: 3px; } -.flatpickr-calendar.open::after { +.flatpickr-calendar.open:after { border-width: 6px; margin: 0 -6px; } @@ -3483,47 +3121,38 @@ div.wpforms-container-full.wpforms-container .wpforms-form textarea { margin-top: 5px; margin-bottom: 5px; } - .flatpickr-calendar.open .flatpickr-next-month svg path, .flatpickr-calendar.open .flatpickr-prev-month svg path { fill: #939597; } - .flatpickr-calendar.open .flatpickr-next-month:hover svg path, .flatpickr-calendar.open .flatpickr-prev-month:hover svg path { fill: var(--bb-headings-color); } - .flatpickr-calendar.open .flatpickr-current-month span.cur-month { - font-weight: 400; + font-weight: normal; font-size: 15px; color: var(--bb-primary-color); } - .flatpickr-calendar.open .flatpickr-current-month input.cur-year { - font-weight: 400; + font-weight: normal; font-size: 15px; color: var(--bb-primary-color); } - .flatpickr-calendar.open .numInputWrapper:hover { background: rgba(0, 0, 0, 0.01); } - .flatpickr-calendar.open span.flatpickr-weekday { font-weight: 300; color: rgba(57, 57, 57, 0.3); } - .flatpickr-calendar.open .flatpickr-day.today { border-color: transparent; color: var(--bb-primary-color); } - .flatpickr-calendar.open .flatpickr-day { line-height: 36px; } - .flatpickr-calendar.open .flatpickr-day:hover { background-color: var(--bb-primary-color); color: #fff; @@ -3565,11 +3194,9 @@ div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error, div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error { border-color: var(--bb-danger-color); } - div.wpforms-container-full .wpforms-form label.wpforms-error { color: var(--bb-danger-color); } - div.wpforms-container-full .wpforms-form .wpforms-required-label { color: var(--bb-danger-color); } @@ -3599,47 +3226,38 @@ div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration s } @media screen and (max-width: 544px) { - div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-one-half { width: 100%; float: none; margin-right: 0; } - div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-credit-card-number { margin-left: 0; } - div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-credit-card-code { width: 100%; position: relative; margin-top: 8px; } - div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-credit-card-name { margin-left: 0; } - div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration { width: 100%; position: relative; margin-top: 8px; } } - .bp-user-blog .medium-editor-element, .bp-user-blog .medium-editor-placeholder { background-color: transparent; } - .bp-user-blog .medium-editor-toolbar .medium-editor-toolbar-actions { height: auto; } - .bp-user-blog .sap-words-counter { font-weight: 400; } - .bp-user-blog .sap-author-info { width: 150px; white-space: nowrap; @@ -3648,9 +3266,8 @@ div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration s float: right; margin-right: 0; } - .bp-user-blog .toggle-sap-widgets.toggle-sap-widgets { - font: 400 normal normal 14px/1 bb-icons; + font: normal normal normal 14px/1 bb-icons; color: rgba(0, 0, 0, 0.4); font-size: 21px; line-height: 1; @@ -3658,95 +3275,77 @@ div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration s vertical-align: middle; margin: 10px 0; } - -.bp-user-blog .toggle-sap-widgets.toggle-sap-widgets::before { +.bp-user-blog .toggle-sap-widgets.toggle-sap-widgets:before { content: "\ee5a"; } - .bp-user-blog .toggle-sap-widgets.toggle-sap-widgets.active { font-size: 30px; margin: 4px 0; } - -.bp-user-blog .toggle-sap-widgets.toggle-sap-widgets.active::before { +.bp-user-blog .toggle-sap-widgets.toggle-sap-widgets.active:before { content: "\e828"; } - .bp-user-blog .toggle-sap-widgets.toggle-sap-widgets svg { display: none; } - .bp-user-blog .sap-editor-area-wrapper .sap-editable-title, .bp-user-blog .sap-editor-area-wrapper .medium-editor-element { padding: 0; } - +.bp-user-blog .sap-editor-area-wrapper .sap-editable-title.medium-editor-element.medium-editor-placeholder:after { + pointer-events: none; +} .bp-user-blog #sap-widget-container .widget { border: 0; margin: 0 0 20px; } - .bp-user-blog #sap-widget-container .widget .category_hierarchy_ul li { margin-bottom: 10px; clear: both; } - .bp-user-blog #sap-widget-container .widget .category_hierarchy_ul li label { font-size: 14px; line-height: 1.5; } - .bp-user-blog #sap-widget-container .widget .category_hierarchy_ul li li label { display: inline-block; margin-bottom: 10px; } - .bp-user-blog #sap-widget-container .widget .featured-img-placeholder { border-radius: 3px; } - .bp-user-blog #sap-widget-container .widget:first-child h3 { font-size: 16px; margin: 0 0 10px; } - .bp-user-blog #sap-widget-container .widget .selectize-input { padding: 5px 8px 2px; } - .bp-user-blog #sap-widget-container .widget .selectize-input.has-items { padding-top: 3px; } - .bp-user-blog #sap-widget-container .widget .selectize-input > input { height: 23px !important; } - .bp-user-blog #blog-order-select { float: left; } - .bp-user-blog #add_new_post { float: right; } - .bp-user-blog .sap-post-container .post-featured-image img { border-radius: 5px; } - .bp-user-blog .sap-post-container .post-content .date { font-style: normal; font-size: 12px; } - .bp-user-blog #feaured-img-holder-wrap .featured-img-placeholder { background: none rgba(240, 243, 247, 0.5); } - .bp-user-blog #feaured-img-holder-wrap .featured-img-gridicon { margin-bottom: 10px; } - .bp-user-blog #feaured-img-holder-wrap .featured-img-button { background: transparent; border: 0; @@ -3760,47 +3359,38 @@ div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration s .bp-user-blog .medium-editor-stalker-toolbar .medium-editor-toolbar-actions button { color: var(--bb-content-background-color); } - .bp-user-blog .medium-editor-stalker-toolbar .medium-editor-toolbar-actions button.medium-editor-button-active { color: var(--bb-content-background-color); } @media screen and (max-width: 620px) { - .bp-user-blog .sap-editor-wrap .sap-editor-publish-wrapper { float: none; position: static; } - .bp-user-blog .sap-editor-wrap .side-panel { max-width: inherit; margin-top: 25px; } - .bp-user-blog .sap-editor-wrap .side-panel .sap-editor-toolbar { overflow: visible; width: 100%; } - .bp-user-blog .sap-editor-wrap .sap-words-counter { line-height: 1.7; } - .bp-user-blog .sap-editor-toolbar .sap-publish-popup a.button { font-size: 12px; padding: 7px 9px; } - .bp-user-blog .toggle-sap-widgets.toggle-sap-widgets { margin: 5px 0; } } @media screen and (max-width: 480px) { - .bp-user-blog .sap-words-counter { margin-top: -50px; } - .bp-user-blog #add_new_post, .bp-user-blog #blog-order-select { float: none; @@ -3809,22 +3399,18 @@ div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration s } } @media screen and (max-width: 360px) { - .bp-user-blog .sap-editor-toolbar .sap-publish-popup a.button { padding: 5px 8px; } - .bp-user-blog .sap-editor-wrap .sap-editor-publish-wrapper { float: right; position: relative; } } - #buddypress .activity-update-form .bpfb_form_container { padding: 0; background-color: transparent; } - #buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container { padding: 15px; display: inline-block; @@ -3835,40 +3421,32 @@ div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration s border-radius: 0 0 4px 4px; margin-bottom: 0; } - #buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .bpfb_toolbar_container .bpfb_active { -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5)); filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5)); } - #buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .qq-uploader { width: 100%; text-align: center; display: inline-block; min-width: 215px; } - #buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .qq-uploader .qq-upload-drop-area { border-radius: 4px; } - #buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .qq-uploader .qq-upload-list { margin: 0; } - #buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .qq-uploader .qq-upload-button { border-radius: 4px; margin: 0 auto; } - #buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .bpfb_controls_container { margin: 15px 0; } - #buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .bpfb_controls_container:empty { display: none; } - #buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container #bpfb_tmp_photo { background: rgba(240, 243, 247, 0.5); border: 1px dashed #dedfe2; @@ -3877,12 +3455,10 @@ div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration s border-radius: 6px; margin-bottom: 10px; } - #buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .qq-upload-drop-area { min-height: initial; line-height: 1; } - #buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container [type="button"] { padding: 10px 15px; font-size: 14px; @@ -3890,7 +3466,6 @@ div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration s line-height: 1; height: auto; } - #buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container [type="button"]#bpfb_cancel_action, #buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container [type="button"]#bpfb_cancel { background: none; border-width: 1px; @@ -3898,18 +3473,15 @@ div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration s color: #385dff; float: left; } - #buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container #bpfb_remote_image_container > input { margin: 10px 0; max-width: 100%; } - #buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container #bpfb_video_url, #buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container #bpfb_link_preview_url { margin-bottom: 10px; max-width: 100%; } - #buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container #TB_window #TB_caption { height: auto; } @@ -3918,3 +3490,22 @@ div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration s border-width: 1px 0; border-radius: 0; } + +.sticky-header .pm-ui-dialog, +.sticky-header .wedevs-pm-wrap .pm-menu-wrap nav.vertical { + z-index: 601; +} +.sticky-header #pm-add-user-wrap .add-user-pop, +.sticky-header .pm-header-menu-wrap .more-menu-wrap .child-menu-wrap, +.sticky-header .pm-task-list-wrap .list-content-body .content .list-action-btn-wrap .new-list-btn .list-form, +.sticky-header .pm-kanboard .kbc-kanboard .list-search-menu { + z-index: 603; +} +.sticky-header .pm-popover, +.sticky-header .pm-popper.popper { + z-index: 604; +} + +.wedevs-pm-wrap table.fixed { + position: static; +} diff --git a/web/app/themes/buddyboss-theme/assets/css-rtl/plugins.min.css b/web/app/themes/buddyboss-theme/assets/css-rtl/plugins.min.css index 28816138..e39d835b 100644 --- a/web/app/themes/buddyboss-theme/assets/css-rtl/plugins.min.css +++ b/web/app/themes/buddyboss-theme/assets/css-rtl/plugins.min.css @@ -1,1271 +1 @@ -.select2-container{font-size:15px} - -.select2-container.select2-container--default .select2-results__option[aria-selected=true]{background-color:transparent;color:#ccc} - -.select2-container.select2-container--default .select2-search--dropdown .select2-search__field{padding-right:35px;border-color:var(--bb-content-border-color)} - -.select2-container .select2-dropdown{border-color:var(--bb-content-border-color)} - -.the_buddyforms_form form>fieldset{border:0;padding:0} - -.the_buddyforms_form .bf-input select.form-control{padding-top:5px!important;padding-bottom:5px!important} - -.the_buddyforms_form .select2-container--default .select2-selection--single{border:1px solid var(--bb-content-border-color);border-radius:3px;height:40px;font-size:15px} - -.the_buddyforms_form .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:40px} - -.the_buddyforms_form .select2-container--default .select2-selection--single .select2-selection__arrow{height:40px;left:10px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:center} - -.the_buddyforms_form .select2-container--default .select2-selection--single .select2-selection__arrow b{border:0} - -.the_buddyforms_form .wp-editor-container{border-radius:3px} - -.the_buddyforms_form .elem-checkbox .checkbox p.settings-input{margin-bottom:5px} - -div.wpcf7-mail-sent-ng,div.wpcf7-validation-errors{border:1px solid var(--bb-danger-color);background-color:var(--bb-danger-color);color:#fff;line-height:1.3;padding:1em;border-radius:3px;font-size:14px} - -div.wpcf7-mail-sent-ok{border:1px solid var(--bb-success-color);border-radius:3px;font-size:16px} - -div.wpcf7-spam-blocked{border:1px solid orange} - -.use-floating-validation-tip span.wpcf7-not-valid-tip{border:1px solid var(--bb-danger-color);border-radius:3px;font-size:16px;color:var(--bb-danger-color)} - -span.wpcf7-not-valid-tip{color:var(--bb-danger-color)} - -div.wpcf7 .ajax-loader{background-image:url(../images/svg/loader.svg);width:28px;height:24px;background-repeat:no-repeat;background-color:#fff} - -div.wpcf7 input[type=submit]+.ajax-loader{background-color:transparent} - -.wpcf7-form-control-wrap input,.wpcf7-form-control-wrap select,.wpcf7-form-control-wrap textarea{width:100%} - -.wpcf7-form-control span.wpcf7-list-item.first{margin-right:0} - -.wpcf7-form-control span.wpcf7-list-item input{width:auto;margin-left:5px} - -.wpcf7-form-control span.wpcf7-list-item .wpcf7-list-item-label{display:inline-block} - -.wpcf7-form-control span.wpcf7-list-item .wpcf7-list-item-label+input{margin-right:5px} - -input[type=date].wpcf7-form-control{padding:8px 12px} - -.wpcf7-form input[type=date]::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;display:none} - -.wpcf7-form input[type=date]:hover{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='#939597' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='bb-icon-calendar'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");background-repeat:no-repeat;background-position:left 1rem center;background-size:15px 15px} - -.wpcf7-form input[type=date]::-webkit-calendar-picker-indicator{-webkit-appearance:none;appearance:none;color:#fff;opacity:0;cursor:pointer} - -.wpcf7-form input[type=date]::-webkit-clear-button{position:relative;left:5px} - -.wpcf7-form label{font-size:16px} - -#cs-content.cs-content{font-size:1rem} - -body.page-template-page-fullwidth #content .container .content-area .entry-content #cs-content.cs-content{width:100vw;margin-right:-webkit-calc(-50vw + 50%);margin-right:calc(-50vw + 50%)}@media (min-width:800px){ - -body.page-template-page-fullwidth #cs-content .x-container.width{width:-webkit-calc(88% - 68px);width:calc(88% - 68px)}}@media (max-width:800px){ - -#cs-content .x-column.x-sm{height:100%}} - -#cs-content.cs-content .x-text h1,#cs-content.cs-content .x-text h2,#cs-content.cs-content .x-text h3,#cs-content.cs-content .x-text h4,#cs-content.cs-content .x-text h5{color:var(--bb-headings-color)} - -.x-anchor{border-radius:50px;box-shadow:none;border:1px solid var(--bb-content-border-color)} - -.x-anchor.x-anchor-button .x-anchor-content{padding:.575em 1.45em} - -#cs-content.cs-content .x-btn{border-radius:50px;box-shadow:none;border:1px solid var(--bb-content-border-color);background:#fff;color:var(--bb-body-text-color);text-shadow:none;line-height:1.4} - -#cs-content.cs-content .x-btn:hover{background-color:#fff;box-shadow:none;text-shadow:none;color:var(--bb-body-text-color)} - -#cs-content.cs-content .x-btn:visited{color:var(--bb-body-text-color)} - -#cs-content.cs-content .x-btn.x-btn-small{padding:6px 20px;min-height:34px;font-size:14px} - -#cs-content.cs-content .x-btn.x-btn-small:hover{border-color:rgba(var(--bb-content-border-color-rgb),.05)} - -#cs-content.cs-content .x-btn.x-btn-small:active{border-color:rgba(var(--bb-content-border-color-rgb),.05)} - -#cs-content.cs-content .x-btn.x-btn-regular{min-height:40px;padding:10px 20px;font-size:15px} - -#cs-content.cs-content .x-btn.x-btn-regular:hover{border-color:rgba(var(--bb-content-border-color-rgb),.05)} - -#cs-content.cs-content .x-btn.x-btn-regular:active{border-color:rgba(var(--bb-content-border-color-rgb),.05)} - -#cs-content.cs-content .x-btn.x-btn-global,#cs-content.cs-content .x-btn.x-btn-large{font-size:16px;min-height:50px;padding:14px 30px} - -#cs-content.cs-content .x-btn.x-btn-global:hover,#cs-content.cs-content .x-btn.x-btn-large:hover{border-color:rgba(var(--bb-content-border-color-rgb),.05)} - -#cs-content.cs-content .x-btn.x-btn-global:active,#cs-content.cs-content .x-btn.x-btn-large:active{border-color:rgba(var(--bb-content-border-color-rgb),.05)} - -#cs-content.cs-content .mejs-button button{min-height:30px} - -#cs-content .x-author-box img.avatar{border-radius:50%} - -#cs-content .x-author-box h6.h-about-the-author{font-size:12px;letter-spacing:0;line-height:21px} - -#cs-content .x-author-box .x-author-info .h-author{color:var(--bb-headings-color)} - -#cs-content .x-author-box .x-author-info .p-author,#cs-content .x-author-box .x-author-info p{color:var(--bb-alternate-text-color);font-size:14px;line-height:24px} - -#cs-content .x-accordion .x-accordion-heading .x-accordion-toggle.collapsed::before{content:"\f0d8";color:var(--bb-alternate-text-color)} - -#cs-content .x-accordion .x-accordion-heading .x-accordion-toggle::before{content:"\f0d7";-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);color:#fff} - -#cs-content .x-accordion .x-accordion-group{border:0;background-color:transparent;box-shadow:none} - -#cs-content .x-accordion .x-accordion-inner{border-top:0;line-height:24px} - -#cs-content .x-accordion .x-accordion-heading{border:0;border-radius:3px} - -#cs-content .x-accordion .x-accordion-heading .x-accordion-toggle{background-color:var(--bb-primary-color);color:#fff;border:1px solid var(--bb-primary-color);font-size:1em;padding:6px 15px;line-height:24px} - -#cs-content .x-accordion .x-accordion-heading .x-accordion-toggle.collapsed:hover{color:var(--bb-body-text-color)} - -#cs-content .x-accordion .x-accordion-heading .x-accordion-toggle.collapsed{background-color:#fff;color:var(--bb-alternate-text-color);border:1px solid var(--bb-content-border-color)} - -#cs-content.cs-content .x-alert.x-alert-muted .h-alert{color:var(--bb-headings-color)} - -#cs-content.cs-content .x-alert .h-alert{line-height:1.5} - -#cs-content.cs-content .x-alert{background-color:#fff;border:1px solid var(--bb-content-border-color);padding:.615em 1.15em .615em 2.25em;box-shadow:none;color:var(--bb-alternate-text-color);font-size:16px;line-height:24px} - -#cs-content.cs-content .x-alert.x-alert-muted{background-color:#fff;border:1px solid var(--bb-content-border-color);padding:.615em 1.15em .615em 2.25em;color:var(--bb-alternate-text-color)} - -#cs-content.cs-content .x-alert.x-alert-danger{background-color:var(--bb-danger-color);color:#fff;border:1px solid var(--bb-danger-color);padding:.615em 1.15em .615em 2.25em} - -#cs-content.cs-content .x-alert.x-alert-danger .close{color:var(--bb-danger-color)} - -#cs-content.cs-content .x-alert.x-alert-success{background-color:var(--bb-success-color);color:#fff;border:1px solid var(--bb-success-color);padding:.615em 1.15em .615em 2.25em} - -#cs-content.cs-content .x-alert.x-alert-success .close{color:var(--bb-success-color)} - -#cs-content.cs-content .x-alert.x-alert-info{background-color:var(--bb-primary-color);color:#fff;border:1px solid var(--bb-primary-color);padding:.615em 1.15em .615em 2.25em} - -#cs-content.cs-content .x-alert.x-alert-info .close{color:var(--bb-primary-color)} - -#cs-content.cs-content .x-alert .close{background-color:#fff;border-radius:50%;color:var(--bb-body-text-color);line-height:70%;top:-2px;padding:1px 2px 3px;opacity:1} - -#cs-content.cs-content .x-alert.x-alert-muted .close{background-color:var(--bb-content-border-color)} - -#cs-content.cs-content .x-blockquote,#cs-content.cs-content .x-blockquote:not(.x-pullquote){border:0;margin-top:0;margin-bottom:0;font-size:24px} - -#cs-content.cs-content .x-code,#cs-content.cs-content .x-code code{font-size:12px;line-height:21px;max-width:100%} - -#cs-content input[type=search].search-field{padding-right:3rem;padding-left:1rem;width:100%} - -#cs-content input[type=search].x-search-input{background-image:none} - -#cs-content .x-search .x-search-btn{margin:0 20px 0 10px} - -form.x-search{border-radius:100em} - -#cs-content form.x-search{border:1px solid var(--bb-content-border-color)} - -#cs-content .boss-social-ge-search input[type=search].search-field{width:100%} - -#cs-content.cs-content .x-nav-tabs{border:0;background-color:transparent;box-shadow:none} - -#cs-content.cs-content .x-tab-content{border:0;background-color:transparent;box-shadow:none} - -#cs-content.cs-content .x-tab-content .x-tab-pane{color:var(--bb-alternate-text-color);line-height:24px} - -#cs-content.cs-content .x-nav-tabs>li.x-nav-tabs-item{border-left:0;border-bottom:1px solid var(--bb-content-border-color)} - -#cs-content.cs-content .x-nav-tabs>li.x-nav-tabs-item.active{border-bottom:1px solid var(--bb-primary-color)} - -#cs-content.cs-content .x-nav-tabs>li>a{color:var(--bb-alternate-text-color);font-size:14px} - -#cs-content.cs-content .x-nav-tabs>li.active>a,#cs-content.cs-content .x-nav-tabs>li>a:hover{color:var(--bb-body-text-color)} - -#cs-content.cs-content .x-nav-tabs>li.active>a{font-weight:600} - -#cs-content .flex-direction-nav li a{border-radius:100%;line-height:32px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)} - -#cs-content .flex-direction-nav li a.flex-next{left:15px;right:auto} - -#cs-content .x-pricing-column-info h3.x-price{font-weight:400;font-size:34px;letter-spacing:0} - -#cs-content .x-pricing-table .x-pricing-column{padding-right:5px;padding-left:5px;background-color:transparent} - -#cs-content .x-pricing-table .x-pricing-column h2{background-color:#fff;text-transform:uppercase;font-size:20px;color:var(--bb-alternate-text-color)} - -#cs-content .x-pricing-table .x-pricing-column .x-pricing-column-info{background-color:#fff} - -#cs-content .x-pricing-table .x-pricing-column.featured h2{background-color:#fff;color:var(--bb-alternate-text-color);border:1px solid rgba(0,0,0,.125)} - -#cs-content .x-pricing-table .x-pricing-column.featured{box-shadow:none} - -#cs-content .x-pricing-table .x-pricing-column-info .x-btn{color:#fff;background-color:var(--bb-primary-color);border-color:var(--bb-primary-color)} - -#cs-content .x-pricing-table .x-pricing-column-info .x-btn.x-btn-medium{min-height:40px;padding:10px 20px;font-size:15px} - -#cs-content .x-pricing-table .x-pricing-column-info .x-btn.x-btn-large{font-size:16px;min-height:50px;padding:14px 30px} - -#cs-content .x-pricing-column-info span.x-interval{color:var(--bb-alternate-text-color)} - -#cs-content .x-pricing-table .x-pricing-column h2 span.x-featured-sub{letter-spacing:0;text-transform:none} - -#cs-content .x-pricing-table .x-pricing-column-info ul>li [class*=x-icon-]{color:var(--bb-success-color);font-family:bb-icons;margin-right:0} - -#cs-content .x-pricing-table [class*=x-icon-]::before{border:1px solid var(--bb-success-color);border-radius:100%;padding:0;font-size:1.2em;content:"\e876"} - -#cs-content .x-pricing-table [class*=x-icon-times]::before{content:"\e828"} - -#cs-content .x-pricing-table .x-pricing-column-info ul{display:inline-block} - -#cs-content .x-pricing-table .x-pricing-column-info ul>li{border-bottom:0;text-align:right;padding:5px 30px;color:var(--bb-body-text-color)} - -#cs-content .x-pricing-table .x-pricing-column-info ul>li:first-child{border-top:0} - -#cs-content.cs-content .x-callout{background-color:transparent;border:0;box-shadow:none;font-size:18px} - -#cs-content.cs-content .x-callout .h-callout{font-size:24px} - -#cs-content.cs-content .x-callout .p-callout{color:var(--bb-alternate-text-color)} - -#cs-content.cs-content .x-callout .x-btn{color:#fff;background-color:var(--bb-primary-color);border-color:var(--bb-primary-color);font-size:15px;min-height:40px;padding:10px 20px} - -#cs-content.cs-content .x-feature-box{border:1px solid var(--bb-content-border-color);border-radius:3px;padding:1.25rem} - -#cs-content.cs-content .x-promo{box-shadow:none} - -#cs-content.cs-content .x-skill-bar{height:5px;margin-bottom:3em} - -#cs-content.cs-content .x-skill-bar .bar{overflow:visible} - -#cs-content.cs-content .x-skill-bar .bar .percent{right:0;left:inherit;bottom:-25px;color:var(--bb-alternate-text-color);font-size:12px} - -#cs-content.cs-content .x-ul-icons li{padding-top:5px;padding-bottom:5px;color:var(--bb-alternate-text-color)}@media (max-width:800px){ - -#cs-content .el150.x-container .x-counter{margin-bottom:3em!important} - -#cs-content .el150.x-container .el158.x-counter{margin-bottom:0!important} - -.el150.x-container .el157 .x-counter-after,.el150.x-container .el157 .x-counter-before,.el150.x-container .el157 .x-counter-number-wrap,.el150.x-container .el158 .x-counter-number-wrap,.el158 .x-counter-after,.el158 .x-counter-before{text-align:center!important}} - -#cs-content.cs-content .h-feature-headline>span{padding-right:0;padding-top:1.5em;line-height:1.4} - -#cs-content.cs-content .h-feature-headline>span i{top:0;margin-top:0} - -#cs-content.cs-content .x-recent-posts>a{border:0;background-color:transparent;box-shadow:none} - -#cs-content .x-recent-posts a .x-recent-posts-content{padding-right:0;padding-left:0} - -#cs-content .x-recent-posts a:hover .x-recent-posts-content .h-recent-posts{color:var(--bb-primary-color)} - -#cs-content.cs-content .x-recent-posts .x-recent-posts-date{font-size:12px;text-transform:none;color:var(--bb-alternate-text-color)} - -#cs-content .x-recent-posts a .x-recent-posts-img::after{background-color:var(--bb-primary-color)} - -#cs-content .x-google-map.with-container{border:0;padding:0;box-shadow:none} - -#cs-content .x-frame-map-google .x-frame-inner,#cs-content .x-map.x-google-map .x-map-inner{border-radius:3px} - -#cs-content .x-google-map button{min-height:auto} - -#cs-content.cs-content .x-feature-box h4.x-feature-box-title{font-size:24px} - -.x-promo .x-promo-content p{color:var(--bb-alternate-text-color);line-height:24px} - -#cs-content.cs-content .x-raw-content{line-height:24px} - -#cs-content.cs-content .x-feature-list .x-feature-box{margin-bottom:15px} - -#cs-content .x-feature-box p.x-feature-box-text{color:var(--bb-alternate-text-color);line-height:1.5} - -#cs-content .x-entry-share .x-share-options a.x-share{color:#9ca8b4;margin:0 .25em} - -#cs-content .x-entry-share .x-share-options a.x-share:hover{color:var(--bb-primary-color)} - -.x-menu li .x-anchor{border-radius:0;box-shadow:none;border:0} - -#cs-content .x-dropdown{box-shadow:none} - -.single-download .entry-meta{margin-bottom:25px} - -.single-download .post-related-posts h4{position:relative} - -.single-download .post-related-posts .slick-slider .slick-list,.single-download .post-related-posts .slick-slider .slick-track{display:-webkit-box;display:-moz-flex;display:flexbox;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} - -body.single.single-download .entry-meta{display:none} - -body.single.single-download .post-author-info{display:none} - -body.single.single-download .edd-download .entry-content-wrap .entry-content{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;padding:20px} - -body.single.single-download .edd-download .entry-content-wrap figure.entry-media{margin-bottom:0;border-radius:4px 4px 0 0} - -body.single.single-download .edd-download .entry-content-wrap figure.entry-media+.entry-content{border-radius:0 0 4px 4px;border-top:0} - -.edd-cart-added-alert{font-size:14px} - -#edd-purchase-button,.edd-submit,.edd-submit.button.blue,[type=submit].edd-submit{background:var(--bb-primary-color);border:0;border-radius:100px;padding-right:2em;padding-left:2em} - -.edd-submit.button.blue.active,.edd-submit.button.blue:focus,.edd-submit.button.blue:hover{background:var(--bb-primary-color);box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)} - -#edd-purchase-button.edd-submit:hover,#edd-purchase-button:hover,[type=submit].edd-submit.button:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)} - -#edd_user_history.edd-table,.edd-table{border-collapse:separate;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;border-top:0} - -#edd_user_history.edd-table td,#edd_user_history.edd-table th,.edd-table td,.edd-table th{background-color:#fff} - -#edd_user_history.edd-table td:first-child,#edd_user_history.edd-table th:first-child,.edd-table td:first-child,.edd-table th:first-child{padding-right:1em} - -#edd_user_history.edd-table td:last-child,#edd_user_history.edd-table th:last-child,.edd-table td:last-child,.edd-table th:last-child{padding-left:1em} - -#edd_user_history.edd-table thead th,.edd-table thead th{text-transform:uppercase;font-size:14px;font-weight:500;color:#939597;white-space:nowrap;padding-top:1rem;padding-bottom:1rem} - -#edd_user_history.edd-table thead tr:first-child th:first-child,.edd-table thead tr:first-child th:first-child{border-radius:0 4px 0 0;border-right:1px solid rgba(0,0,0,.05)} - -#edd_user_history.edd-table thead tr:first-child th:last-child,.edd-table thead tr:first-child th:last-child{border-radius:4px 0 0 0;border-left:1px solid rgba(0,0,0,.05)} - -#edd_user_history.edd-table thead tr:first-child th,.edd-table thead tr:first-child th{border-top:1px solid rgba(0,0,0,.05)} - -#edd_user_history.edd-table tbody tr,.edd-table tbody tr{position:relative;z-index:0} - -#edd_user_history.edd-table tbody tr td,.edd-table tbody tr td{border-bottom:0;font-size:14px;padding-top:1em;padding-bottom:1em} - -#edd_user_history.edd-table tbody tr:hover,.edd-table tbody tr:hover{-ms-transform:scale(1);transform:scale(1);-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 3px 24px 0 rgba(18,43,70,.08);position:relative;z-index:9} - -#edd_user_history.edd-table tbody tr:last-child td,.edd-table tbody tr:last-child td{border-bottom:1px solid rgba(0,0,0,.05)} - -#edd_user_history.edd-table tbody tr:last-child td:first-child,.edd-table tbody tr:last-child td:first-child{border-radius:0 0 4px 0} - -#edd_user_history.edd-table tbody tr:last-child td:last-child,.edd-table tbody tr:last-child td:last-child{border-radius:0 0 0 4px} - -#edd_user_history.edd-table tbody td:first-child,.edd-table tbody td:first-child{border-right:1px solid rgba(0,0,0,.05)} - -#edd_user_history.edd-table tbody td:last-child,.edd-table tbody td:last-child{border-left:1px solid rgba(0,0,0,.05)} - -#edd_purchase_receipt_products li.edd_download_file{margin-right:0} - -#edd_purchase_receipt_products li.edd_download_file a.edd_download_file_link::before{content:"\ee57";font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;font-size:16px;margin-left:10px} - -#edd_purchase_receipt_products ul.edd_bundled_product_files{margin:0 0 10px} - -#edd_checkout_cart{border-collapse:separate;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;border-top:0} - -#edd_checkout_cart td,#edd_checkout_cart th{background-color:#fff;border:0} - -#edd_checkout_cart td:first-child,#edd_checkout_cart th:first-child{padding-right:1em} - -#edd_checkout_cart td:last-child,#edd_checkout_cart th:last-child{padding-left:1em} - -#edd_checkout_cart thead th{text-transform:uppercase;font-size:14px;font-weight:500;color:#939597;white-space:nowrap;padding-top:1rem;padding-bottom:1rem} - -#edd_checkout_cart thead .edd_cart_header_row th{background-color:#fff;padding:1rem;border-bottom:1px solid rgba(0,0,0,.05)} - -#edd_checkout_cart thead tr:first-child th:first-child{border-radius:0 4px 0 0;border-right:1px solid rgba(0,0,0,.05)} - -#edd_checkout_cart thead tr:first-child th:last-child{border-radius:4px 0 0 0;border-left:1px solid rgba(0,0,0,.05)} - -#edd_checkout_cart thead tr:first-child th{border-top:1px solid rgba(0,0,0,.05)} - -#edd_checkout_cart tbody tr{position:relative;z-index:0} - -#edd_checkout_cart tbody tr td{border-bottom:0;font-size:14px;padding-top:1em;padding-bottom:1em}@media (max-width:1200px){ - -#edd_checkout_cart tbody tr td{vertical-align:top}} - -#edd_checkout_cart tbody tr:hover{-ms-transform:scale(1);transform:scale(1);-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 3px 24px 0 rgba(18,43,70,.08);position:relative;z-index:9} - -#edd_checkout_cart tbody td:first-child{border-right:1px solid rgba(0,0,0,.05)}@media (max-width:1200px){ - -#edd_checkout_cart tbody td:first-child{width:60%;line-height:1.5}} - -#edd_checkout_cart tbody td:last-child{border-left:1px solid rgba(0,0,0,.05)}@media (max-width:1200px){ - -#edd_checkout_cart tbody td.edd_cart_actions{min-width:120px}} - -#edd_checkout_cart tbody td.edd_cart_actions .edd-item-quantity{margin-left:10px;height:35px;padding:2px 10px 2px 2px} - -#edd_checkout_cart tbody td.edd_cart_actions a.edd_cart_remove_item_btn{color:var(--bb-headings-color)} - -#edd_checkout_cart tbody td.edd_cart_actions a.edd_cart_remove_item_btn:hover{color:var(--bb-primary-color)} - -#edd_checkout_cart tfoot tr:last-child th{border-radius:0 0 4px 4px;border-right:1px solid rgba(0,0,0,.05);border-left:1px solid rgba(0,0,0,.05);border-bottom:1px solid rgba(0,0,0,.05);font-weight:500;font-size:14px} - -#edd_checkout_cart tfoot tr:last-child th.edd_cart_total{font-size:13px;text-transform:uppercase;font-weight:400;color:var(--bb-body-text-color)} - -#edd_checkout_cart tfoot tr:last-child th.edd_cart_total .edd_cart_amount{font-weight:500} - -#edd_checkout_form_wrap fieldset#edd_cc_address,#edd_checkout_form_wrap fieldset#edd_cc_fields,#edd_checkout_form_wrap fieldset#edd_checkout_user_info,#edd_checkout_form_wrap fieldset#edd_payment_mode_select{background-color:#fff;border-radius:4px;border:1px solid rgba(0,0,0,.05);position:relative;padding-top:70px} - -#edd_checkout_form_wrap fieldset#edd_cc_address legend,#edd_checkout_form_wrap fieldset#edd_cc_fields legend,#edd_checkout_form_wrap fieldset#edd_checkout_user_info legend,#edd_checkout_form_wrap fieldset#edd_payment_mode_select legend{text-transform:uppercase;font-size:16px;position:absolute;top:20px;color:var(--bb-headings-color)} - -#edd_checkout_form_wrap fieldset#edd_cc_address label,#edd_checkout_form_wrap fieldset#edd_cc_fields label,#edd_checkout_form_wrap fieldset#edd_checkout_user_info label,#edd_checkout_form_wrap fieldset#edd_payment_mode_select label{font-size:15px;font-weight:500} - -#edd_checkout_form_wrap fieldset#edd_cc_fields #edd_secure_site_wrapper{font-weight:500;font-size:14px} - -#edd_checkout_form_wrap fieldset#edd_cc_fields #edd_secure_site_wrapper .padlock::before{content:"\eecc";font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;font-size:14px;color:#939597;margin-left:2px} - -#edd_checkout_form_wrap fieldset#edd_cc_fields #edd_secure_site_wrapper .padlock svg{display:none} - -#edd_checkout_form_wrap fieldset#edd_purchase_submit p#edd_final_total_wrap{background-color:transparent;border-radius:0;border:0;border-top:1px solid rgba(0,0,0,.05);text-align:left;padding-left:0;color:inherit} - -#edd_checkout_form_wrap fieldset#edd_purchase_submit p#edd_final_total_wrap strong{text-transform:uppercase;font-size:14px;font-weight:400} - -#edd_checkout_form_wrap fieldset#edd_purchase_submit p#edd_final_total_wrap .edd_cart_amount{font-weight:700;font-size:14px}@media (max-width:800px){ - -#edd_checkout_form_wrap input.edd-input,#edd_checkout_form_wrap select.edd-select,#edd_checkout_form_wrap textarea.edd-input{width:100%}} - -#edd_profile_editor_form fieldset#edd_profile_address_fieldset,#edd_profile_editor_form fieldset#edd_profile_password_fieldset,#edd_profile_editor_form fieldset#edd_profile_personal_fieldset{background-color:#fff;border-radius:4px;border:1px solid rgba(0,0,0,.05);position:relative;padding-top:70px;margin-bottom:1rem;margin-top:1rem} - -#edd_profile_editor_form fieldset#edd_profile_address_fieldset legend,#edd_profile_editor_form fieldset#edd_profile_password_fieldset legend,#edd_profile_editor_form fieldset#edd_profile_personal_fieldset legend{text-transform:uppercase;font-size:16px;position:absolute;top:20px;color:var(--bb-headings-color)} - -#edd_profile_editor_form fieldset#edd_profile_address_fieldset label,#edd_profile_editor_form fieldset#edd_profile_password_fieldset label,#edd_profile_editor_form fieldset#edd_profile_personal_fieldset label{font-size:16px;font-weight:500;width:30%}@media (max-width:800px){ - -#edd_profile_editor_form fieldset#edd_profile_address_fieldset label,#edd_profile_editor_form fieldset#edd_profile_password_fieldset label,#edd_profile_editor_form fieldset#edd_profile_personal_fieldset label{width:100%}} - -#edd_profile_editor_form fieldset#edd_profile_address_fieldset input[type=email],#edd_profile_editor_form fieldset#edd_profile_address_fieldset input[type=password],#edd_profile_editor_form fieldset#edd_profile_address_fieldset input[type=text],#edd_profile_editor_form fieldset#edd_profile_address_fieldset select,#edd_profile_editor_form fieldset#edd_profile_password_fieldset input[type=email],#edd_profile_editor_form fieldset#edd_profile_password_fieldset input[type=password],#edd_profile_editor_form fieldset#edd_profile_password_fieldset input[type=text],#edd_profile_editor_form fieldset#edd_profile_password_fieldset select,#edd_profile_editor_form fieldset#edd_profile_personal_fieldset input[type=email],#edd_profile_editor_form fieldset#edd_profile_personal_fieldset input[type=password],#edd_profile_editor_form fieldset#edd_profile_personal_fieldset input[type=text],#edd_profile_editor_form fieldset#edd_profile_personal_fieldset select{width:68%}@media (max-width:800px){ - -#edd_profile_editor_form fieldset#edd_profile_address_fieldset input[type=email],#edd_profile_editor_form fieldset#edd_profile_address_fieldset input[type=password],#edd_profile_editor_form fieldset#edd_profile_address_fieldset input[type=text],#edd_profile_editor_form fieldset#edd_profile_address_fieldset select,#edd_profile_editor_form fieldset#edd_profile_password_fieldset input[type=email],#edd_profile_editor_form fieldset#edd_profile_password_fieldset input[type=password],#edd_profile_editor_form fieldset#edd_profile_password_fieldset input[type=text],#edd_profile_editor_form fieldset#edd_profile_password_fieldset select,#edd_profile_editor_form fieldset#edd_profile_personal_fieldset input[type=email],#edd_profile_editor_form fieldset#edd_profile_personal_fieldset input[type=password],#edd_profile_editor_form fieldset#edd_profile_personal_fieldset input[type=text],#edd_profile_editor_form fieldset#edd_profile_personal_fieldset select{width:100%}} - -#edd_profile_editor_form fieldset#edd_profile_submit_fieldset{border:0;padding:0} - -.edd-cart-meta.edd_subtotal,.edd-cart-meta.edd_total{background-color:transparent;border-top:1px solid rgba(0,0,0,.05);padding-top:5px;padding-bottom:5px;margin-top:15px;font-weight:500;text-align:left} - -.edd-cart-meta.edd_total{font-weight:400;font-size:14px;text-transform:uppercase} - -.edd-cart-meta.edd_total .cart-total{text-transform:none;font-weight:700} - -.widget ul li.cart_item.edd_checkout a,ul.edd-cart li.cart_item.edd_checkout a{background:var(--bb-primary-color);border-color:var(--bb-primary-color);border-radius:100px;padding:8px 2em;color:#fff;font-size:14px} - -.widget ul li.cart_item.edd_checkout a:hover,ul.edd-cart li.cart_item.edd_checkout a:hover{background-color:#0f74e0} - -.edd_downloads_list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap} - -.edd_downloads_list .edd_download{margin-bottom:20px} - -.edd_downloads_list.edd_download_columns_3 .edd_download{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;max-width:33.33%}@media (max-width:800px){ - -.edd_downloads_list.edd_download_columns_3 .edd_download{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media (max-width:544px){ - -.edd_downloads_list.edd_download_columns_3 .edd_download{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}} - -.edd_downloads_list.edd_download_columns_2 .edd_download{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}@media (max-width:544px){ - -.edd_downloads_list.edd_download_columns_2 .edd_download{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (max-width:992px){ - -.bb-buddypanel .edd_downloads_list.edd_download_columns_3 .edd_download{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media (max-width:544px){ - -.bb-buddypanel .edd_downloads_list.edd_download_columns_3 .edd_download{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}} - -.edd_download_inner{margin:0 10px;padding:0;background-color:#fff;border-radius:4px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.edd_download_inner:hover{box-shadow:0 6px 24px 0 rgba(18,43,70,.12)} - -.edd_download_inner .edd_download_image{margin-bottom:20px} - -.edd_download_inner .edd_download_image a{position:relative;overflow:hidden;padding-top:92.56%;display:block;background:#809ab4;border-radius:4px 4px 0 0} - -.edd_download_inner .edd_download_image a img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover} - -.edd_download_inner h3.edd_download_title{padding:0 20px;margin-bottom:15px;font-size:16px;line-height:1.85;display:block;display:-webkit-box;max-height:1.85em;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%;text-align:center} - -.edd_download_inner h3.edd_download_title a{color:var(--bb-headings-color)} - -.edd_download_inner h3.edd_download_title a:hover{color:var(--bb-primary-color)} - -.edd_download_inner .edd_download_excerpt{padding:0 20px;font-size:14px;line-height:1.65;display:block;display:-webkit-box;max-height:3.15em;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%;margin-bottom:30px;text-align:center} - -.edd_download_inner .edd_download_buy_button{text-align:center;margin-top:auto} - -.edd_download_inner .edd_download_buy_button .edd_price_options{text-align:center;padding:0 25px} - -.edd_download_inner .edd_download_buy_button .edd_price_options ul{display:inline-block} - -.edd_download_inner .edd_download_buy_button .edd_price_options ul li{text-align:right;margin-bottom:4px} - -.edd_download_inner .edd_download_buy_button form{margin-bottom:0} - -.edd_download_inner .edd_download_buy_button .edd_price_options label{font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.edd_download_inner .edd_download_buy_button .edd_price_options label span.edd_price_option_name{line-height:1.6;margin-left:5px} - -.edd_download_inner .edd_download_buy_button .edd_price_options label span.edd_price_option_price{line-height:1.6;margin-right:auto;color:#939597;font-size:13px} - -.edd_download_inner .edd_download_buy_button .edd_price_options label span.edd_price_option_sep{display:none} - -.edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper{border-top:1px solid var(--bb-content-border-color)} - -.edd_download_inner .edd_download_buy_button .edd_download_quantity_wrapper{display:none} - -.edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper a.edd-add-to-cart,.edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper a.edd_go_to_checkout,.edd_download_inner .edd_download_buy_button [type=submit].edd-add-to-cart.edd-submit{width:100%;border-radius:0 0 4px 4px;color:var(--bb-primary-color);background-color:#fff;border-color:#fff;font-size:13px;text-transform:uppercase} - -.edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper a.edd-add-to-cart:hover,.edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper a.edd_go_to_checkout:hover,.edd_download_inner .edd_download_buy_button [type=submit].edd-add-to-cart.edd-submit:hover{color:#fff;background-color:var(--bb-primary-color);border-color:var(--bb-primary-color)} - -.edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper a.edd-add-to-cart .edd-loading,.edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper a.edd_go_to_checkout .edd-loading,.edd_download_inner .edd_download_buy_button [type=submit].edd-add-to-cart.edd-submit .edd-loading{border-top:.2em solid rgba(0,0,0,.2);border-left:.2em solid rgba(0,0,0,.2);border-bottom:.2em solid rgba(0,0,0,.2)} - -.edd_download_inner .edd_download_buy_button .edd-cart-ajax-alert{display:none} - -.edd_downloads_list{margin-right:-10px;margin-left:-10px} - -p.edd-cart-number-of-items{font-size:14px;font-style:normal;text-transform:uppercase;color:inherit} - -.widget p.edd-cart-number-of-items{font-size:12px} - -ul.edd-cart{list-style:none;margin-right:0;font-size:16px} - -ul.edd-cart li.edd-cart-item{padding:8px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px} - -ul.edd-cart li.edd-cart-item .edd-cart-item-title{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-left:10px} - -ul.edd-cart li.edd-cart-item .edd-cart-item-quantity{-webkit-box-flex:0;-ms-flex:0 0 10%;flex:0 0 10%;padding-left:5px} - -ul.edd-cart li.edd-cart-item .edd-cart-item-quantity .bs-qty-tag{color:#939597} - -ul.edd-cart li.edd-cart-item .edd-cart-item-price{-webkit-box-flex:0;-ms-flex:0 0 12%;flex:0 0 12%;padding-left:10px} - -ul.edd-cart li.edd-cart-item .edd-cart-item-separator{display:none} - -ul.edd-cart li.edd-cart-item a.edd-remove-from-cart{text-align:left;color:var(--bb-headings-color);font-size:0} - -ul.edd-cart li.edd-cart-item a.edd-remove-from-cart:hover{color:var(--bb-primary-color)} - -ul.edd-cart li.edd-cart-item a.edd-remove-from-cart::before{color:var(--bb-headings-color);font-size:22px;content:"\e828";display:inline-block;font-family:bb-icons;text-rendering:auto;-webkit-font-smoothing:antialiased} - -.entry-content ul.edd-cart .wrap-edd-cart-item{display:inline-block;width:100%;padding:0} - -.entry-content ul.edd-cart .wrap-edd-cart-item li.edd-cart-item{padding-right:15px;padding-left:15px;background-color:#fff;border-right:1px solid var(--bb-content-border-color);border-left:1px solid var(--bb-content-border-color);position:relative;z-index:0} - -.entry-content ul.edd-cart .wrap-edd-cart-item li.edd-cart-item:hover{box-shadow:0 3px 24px 0 rgba(18,43,70,.08);position:relative;z-index:1} - -.entry-content ul.edd-cart .wrap-edd-cart-item li.edd-cart-item:first-child{padding-top:15px;border-top:1px solid var(--bb-content-border-color);border-radius:4px 4px 0 0} - -.entry-content ul.edd-cart .wrap-edd-cart-item li.edd-cart-item:last-child{padding-bottom:15px;border-bottom:1px solid var(--bb-content-border-color);border-radius:0 0 4px 4px} - -.entry-content ul.edd-cart .edd-cart-meta.edd_total{border-top:0;margin-top:10px} - -.widget ul.edd-cart li.edd-cart-item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.widget ul.edd-cart li.edd-cart-item .edd-cart-item-price,.widget ul.edd-cart li.edd-cart-item .edd-cart-item-quantity{font-size:12px} - -.widget ul.edd-cart .cart_item.empty{font-size:13px} - -.entry-content-download{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;padding:20px} - -article.edd-download .entry-content-wrap{padding:0} - -article.edd-download .entry-content-wrap .edd_purchase_submit_wrapper{margin-top:20px} - -article.edd-download .entry-content-wrap .entry-content{font-size:16px} - -article.edd-download .entry-content-wrap .edd_download_purchase_form label{font-size:16px} - -article.edd-download .entry-content-wrap .edd_download_purchase_form .edd_price_options li{padding:3px 0} - -.edd-page .edd-alert{padding:5px 10px;border-radius:3px;font-size:14px} - -.edd-page .edd-alert-error{background-color:var(--bb-danger-color);border-color:var(--bb-danger-color);color:#fff} - -.edd-page .edd-alert-success{background-color:var(--bb-success-color);border-color:var(--bb-success-color);color:#fff} - -.entry-content .edd-alert{padding:5px 10px;font-size:14px;border-radius:3px} - -.entry-content .edd-alert strong{color:#fff} - -.entry-content .edd-alert-error{background-color:var(--bb-danger-color);border-color:var(--bb-danger-color);color:#fff} - -.entry-content .edd-alert-success{background-color:var(--bb-success-color);border-color:var(--bb-success-color);color:#fff} - -body:not(.bb-page-loaded) #edd_checkout_cart_form input[name=edd_update_cart_submit]{display:none} - -body:not(.bb-page-loaded) #edd_checkout_cart .edd_cart_footer_row th:not(.edd_cart_total){padding-top:0;padding-bottom:0} - -.cart-empty ul.edd-cart li.cart_item.empty+li.cart_item.empty{display:none} - -p.edd-logged-out{font-size:15px;margin-bottom:10px;color:#939597} - -#edd_checkout_form_wrap input.edd-input,#edd_checkout_form_wrap textarea.edd-input{color:inherit} - -#edd_login_form fieldset{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;padding:20px;position:relative;padding-top:70px;margin-top:0} - -#edd_login_form fieldset legend{text-transform:uppercase;font-size:14px;position:absolute;top:20px;color:var(--bb-headings-color)} - -#edd_login_form fieldset p{font-size:15px} - -#edd_login_form fieldset label{font-size:15px} - -#edd_login_form fieldset .edd-login-password,#edd_login_form fieldset .edd-login-username{margin-bottom:15px} - -#edd_login_form fieldset .edd-login-password label,#edd_login_form fieldset .edd-login-username label{width:100%;display:inline-block} - -#edd_login_form fieldset .edd-login-password input,#edd_login_form fieldset .edd-login-username input{width:100%} - -#edd_login_form fieldset>p{width:50%;margin:0 auto} - -#edd_login_form fieldset>p:first-of-type{padding-top:30px} - -#edd_login_form fieldset>p:last-of-type{padding-bottom:30px} - -#edd_login_form fieldset p.edd-lost-password{padding-top:10px;text-align:left;font-size:12px}@media (max-width:992px){ - -#edd_login_form fieldset>p{width:80%}}@media (max-width:800px){ - -#edd_login_form fieldset>p{width:90%}} - -#edd_login_form fieldset .edd-login-submit{text-align:left} - -#edd_login_form fieldset .bs-edd-login-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -#edd_login_form fieldset .bs-edd-login-actions label,#edd_login_form fieldset .bs-edd-login-actions p{font-size:14px} - -#edd_login_form fieldset .bs-edd-login-actions .edd-login-remember{margin-left:auto}@media (max-width:380px){ - -#edd_login_form fieldset .bs-edd-login-actions{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -#edd_login_form fieldset .bs-edd-login-actions p{margin-bottom:10px} - -#edd_login_form fieldset .bs-edd-login-actions .edd-login-remember{margin-left:auto;margin-right:auto} - -#edd_login_form fieldset .edd-login-submit{padding-top:15px;text-align:center}}@media (max-width:800px){ - -body.edd-downloads-history .entry-content,body.edd-purchase-history .entry-content{overflow-x:auto} - -body.edd-downloads-history .entry-content table#edd_user_history,body.edd-purchase-history .entry-content table#edd_user_history{min-width:700px} - -#edd_checkout_cart_wrap{overflow-x:auto} - -#edd_checkout_cart_wrap table#edd_checkout_cart{min-width:700px}} - -#it-exchange-store .it-exchange-products{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-10px;margin-left:-10px} - -#it-exchange-store .it-exchange-products li.it-exchange-product{background-color:#fff;border-radius:0 0 4px 4px;margin:0 10px 20px;width:-webkit-calc(50% - 20px);width:calc(50% - 20px);position:relative;padding-bottom:70px} - -#it-exchange-store .it-exchange-products li.it-exchange-product>p{margin:0} - -#it-exchange-store .it-exchange-products li.it-exchange-product:hover{box-shadow:0 6px 24px 0 rgba(18,43,70,.12)}@media (max-width:544px){ - -#it-exchange-store .it-exchange-products li.it-exchange-product{width:100%}} - -#it-exchange-store .it-exchange-products .it-exchange-featured-image>p{margin:0} - -#it-exchange-store .it-exchange-products .featured-image-wrapper{position:relative;overflow:hidden;padding-top:92.56%;display:block;background:#809ab4;border-radius:4px 4px 0 0} - -#it-exchange-store .it-exchange-products .featured-image-wrapper img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover} - -#it-exchange-store .it-exchange-products .it-exchange-product-details{text-align:center;padding:1em 0 0} - -#it-exchange-store .it-exchange-products .it-exchange-product-details h2.it-exchange-product-title{font-size:16px;padding-right:1em;padding-left:1em} - -#it-exchange-store .it-exchange-products .it-exchange-product-details h2.it-exchange-product-title a{color:var(--bb-headings-color)} - -#it-exchange-store .it-exchange-products .it-exchange-product-details h2.it-exchange-product-title a:hover{color:var(--bb-primary-color)} - -#it-exchange-store .it-exchange-products .it-exchange-product-details .it-exchange-base-price{font-size:15px;color:#dc5525;float:none;display:block;margin:0 1em auto} - -#it-exchange-store .it-exchange-products .it-exchange-product-details .it-exchange-base-price del{color:#c8cbcf;font-weight:400} - -#it-exchange-store .it-exchange-products .it-exchange-product-details .it-exchange-base-price ins{text-decoration:none;font-weight:400;color:#dc5525} - -#it-exchange-store .it-exchange-products .it-exchange-product-details a.it-exchange-product-permalink{float:none;display:block;font-size:13px;line-height:2.5;text-transform:uppercase;padding:.618em 1em;border-top:1px solid var(--bb-content-border-color);margin-top:25px;border-radius:0 0 4px 4px;-webkit-transition:all linear .2s;transition:all linear .2s;position:absolute;bottom:0;width:100%} - -#it-exchange-store .it-exchange-products .it-exchange-product-details a.it-exchange-product-permalink:hover{background-color:var(--bb-primary-color);color:#fff} - -.it-exchange-wrap .it-exchange-messages li{background-color:#fff;border:1px solid var(--bb-content-border-color);font-size:15px} - -.it-exchange-wrap.it-exchange-account input[type=password],.it-exchange-wrap.it-exchange-account input[type=text]{width:100%} - -.it-exchange-wrap .it-exchange-transaction-meta{margin-bottom:30px} - -.it-exchange-wrap .it-exchange-transaction-meta h3{text-transform:uppercase;font-weight:500;color:var(--bb-headings-color);font-size:14px} - -.it-exchange-wrap .it-exchange-transaction-meta p{font-size:14px} - -.it-exchange-wrap .it-exchange-transaction-meta .existing-shipping-address{font-size:14px}@media (max-width:800px){ - -.it-exchange-wrap .it-exchange-transaction-meta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}} - -.it-exchange-wrap .it-exchange-transaction-purchases-label h3{text-transform:uppercase;font-weight:500;color:var(--bb-headings-color);font-size:14px} - -.it-exchange-wrap .it-exchange-transaction-products{border:0} - -.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product{border-bottom:0} - -.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-attributes h3{font-size:16px;font-weight:500} - -.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-downloads{margin-top:15px} - -.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-downloads h4{text-transform:uppercase;font-size:12px} - -.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-downloads .it-exchange-transaction-product-downloads-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-downloads .it-exchange-transaction-product-downloads-list li .it-exchange-transaction-product-download-title{font-size:14px} - -.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-downloads .it-exchange-transaction-product-downloads-list li .it-exchange-right{margin-right:auto} - -.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-downloads .it-exchange-transaction-product-downloads-list li .it-exchange-right a.button{padding-top:7px;padding-bottom:7px;font-size:13px} - -#it-exchange-confirmation .it-exchange-transaction-product-downloads .it-exchange-transaction-product-downloads-list li{margin-right:0;margin-bottom:10px} - -#it-exchange-product{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px} - -#it-exchange-product .it-exchange-product-standard-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap} - -#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info{-webkit-box-flex:0;-ms-flex:0 0 55%;flex:0 0 55%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2} - -#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-column-inner{padding:0 0 0 20px;font-size:16px} - -#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-super-widget .it-exchange-sw-product{border:0} - -#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-super-widget .it-exchange-sw-product .purchase-options{padding-right:0;padding-left:0} - -#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-product-price{border:0;font-size:22px} - -#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-product-price del{color:#939597;font-weight:400} - -#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-product-price ins{color:var(--bb-headings-color);font-weight:500;text-decoration:none} - -#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-product-description{color:var(--bb-alternate-text-color)} - -#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-images{-webkit-box-flex:0;-ms-flex:0 0 45%;flex:0 0 45%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1} - -#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-images .it-exchange-column-inner{margin-right:0;margin-left:1.5em;margin-bottom:20px} - -#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-images-gallery .it-exchange-featured-image .featured-image-wrapper{border:0} - -#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-images-gallery ul.it-exchange-thumbnail-images{margin:0 20px} - -#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-images-gallery ul.it-exchange-thumbnail-images li span{border:0}@media (max-width:800px){ - -#it-exchange-product .it-exchange-product-standard-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-column-inner{padding-right:20px} - -#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-images .it-exchange-column-inner{margin-right:1.5em}} - -#it-exchange-product .it-exchange-product-advanced-content{font-size:16px;margin:0 20px 30px} - -#it-exchange-product .it-exchange-product-advanced-content .it-exchange-extended-description{padding:2em 1em 0} - -#it-exchange-confirmation ul.it-exchange-customer-menu,.it-exchange-account ul.it-exchange-customer-menu{border-bottom:1px solid #eef0f3;padding-bottom:8px} - -#it-exchange-confirmation ul.it-exchange-customer-menu li,.it-exchange-account ul.it-exchange-customer-menu li{margin:0 0 0 25px;padding-bottom:12px} - -#it-exchange-confirmation ul.it-exchange-customer-menu li a,.it-exchange-account ul.it-exchange-customer-menu li a{display:inline-block;padding:0;font-size:14px;color:#939597} - -#it-exchange-confirmation ul.it-exchange-customer-menu li a:hover,.it-exchange-account ul.it-exchange-customer-menu li a:hover{color:var(--bb-headings-color)} - -#it-exchange-confirmation ul.it-exchange-customer-menu li.current,.it-exchange-account ul.it-exchange-customer-menu li.current{border-bottom:1px solid var(--bb-primary-color)} - -#it-exchange-confirmation ul.it-exchange-customer-menu li.current a,.it-exchange-account ul.it-exchange-customer-menu li.current a{color:var(--bb-headings-color)} - -#it-exchange-confirmation ul.it-exchange-customer-menu{margin-right:0} - -#it-exchange-confirmation ul.it-exchange-customer-menu li{display:inline} - -#it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-products{border:0} - -#it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product-cart-object .it-exchange-column-inner{padding-left:10px;font-size:14px;margin:23px 0} - -#it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-summary-loop.it-exchange-table{border:0} - -#it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-summary-loop{font-size:14px} - -#it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-summary-loop .it-exchange-confirmation-totals-title{border:0;text-transform:uppercase;color:#939597} - -#it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-summary-loop .it-exchange-confirmation-totals-amount{border:0} - -#it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-summary-loop .it-exchange-confirmation-totals-amount .it-exchange-table-column-inner{text-align:left} - -#it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-summary-loop .it-exchange-cart-totals-total .it-exchange-table-column-inner{border-bottom:0;text-align:left} - -.it-exchange-account label{font-size:14px} - -.it-exchange-account .it-exchange-customer-info{font-size:16px} - -.it-exchange-account .it-exchange-customer-info .it-exchange-customer-welcome{text-align:center;padding-top:20px} - -.it-exchange-wrap.it-exchange-account input[type=password],.it-exchange-wrap.it-exchange-account input[type=submit],.it-exchange-wrap.it-exchange-account input[type=text]{font-size:14px} - -.it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing{border:0} - -.it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing .cart-items-wrapper{margin-right:1em;margin-left:1em;border-radius:4px} - -.it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing .cart-items-wrapper .cart-item{border-bottom:0} - -.it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing .cart-items-wrapper .cart-item a.it-exchange-empty-cart{display:inline-block;width:20px;height:20px;background-color:#fff;line-height:19px;text-align:center;border-radius:100%;color:var(--bb-headings-color)} - -.it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing .cart-items-wrapper .cart-item a.it-exchange-empty-cart:hover{color:var(--bb-primary-color)} - -.it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing .cart-items-wrapper .cart-item .item-info input{max-width:65px;padding-right:10px;padding-left:10px} - -.it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing form#zero_sum_checkout_form{margin-bottom:0} - -.it-exchange-wrap .it-exchange-super-widget .payment-methods-wrapper{border-bottom:0} - -.it-exchange-wrap .it-exchange-super-widget .quantity{border-bottom:0} - -.it-exchange-wrap .it-exchange-super-widget .cart-actions-wrapper{font-size:14px} - -.it-exchange-wrap .it-exchange-super-widget .cart-actions-wrapper .cancel-update{border-bottom:0} - -#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase{margin-bottom:1em;padding-bottom:1em} - -#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-purchase-top{font-size:12px;text-transform:uppercase}@media (max-width:544px){ - -#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-purchase-top .it-exchange-purchase-total{float:none;display:block}} - -#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info .it-exchange-item-data-top{font-weight:500;font-size:16px;color:var(--bb-headings-color);margin-bottom:.5em} - -#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info .it-exchange-item-data-bottom{font-size:14px;color:#939597;line-height:1.65;display:block;display:-webkit-box;max-height:3.4em;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:95%}@media (max-width:544px){ - -#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info{margin-bottom:0} - -#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info .it-exchange-item-thumbnail{float:none;margin:0 auto 20px;width:30%} - -#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info .it-exchange-item-data{float:none;width:100%} - -#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info .it-exchange-item-data .it-exchange-item-data-bottom,#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info .it-exchange-item-data .it-exchange-item-data-top{margin-right:0}} - -#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-no-transaction-products-found{font-size:14px;color:#939597}@media (max-width:544px){ - -#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase{border-bottom:1px solid var(--bb-content-border-color);margin-bottom:2em} - -#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase:last-of-type{border-bottom:0}} - -#it-exchange-downloads.it-exchange-wrap .it-exchange-download{overflow:hidden;font-size:16px} - -#it-exchange-downloads.it-exchange-wrap .it-exchange-download .it-exchange-download-product a{font-size:14px} - -#it-exchange-downloads.it-exchange-wrap .it-exchange-download .it-exchange-download-info h4{font-size:16px;color:var(--bb-headings-color);margin-bottom:10px} - -#it-exchange-downloads.it-exchange-wrap .it-exchange-download .it-exchange-download-info ul.it-exchange-downloads-data{list-style:none;margin-right:0;font-size:14px} - -#it-exchange-downloads.it-exchange-wrap .it-exchange-download .it-exchange-download-info ul.it-exchange-downloads-data li.it-exchange-download-data span{margin-right:0;margin-left:1em;color:#939597}@media (max-width:544px){ - -#it-exchange-downloads.it-exchange-wrap .it-exchange-download .it-exchange-download-info ul.it-exchange-downloads-data li.it-exchange-download-data span{display:block;width:100%}} - -#it-exchange-login{background:#fff;border:1px solid #eef0f3;border-radius:4px} - -#it-exchange-login .it-exchange-login-form{width:50%;margin:0 auto;padding:3rem 0} - -#it-exchange-login .it-exchange-login-form .it-exchange-rememberme{margin-top:5px;margin-bottom:15px} - -#it-exchange-login .it-exchange-login-form #wp-submit{padding-right:2em;padding-left:2em;margin-bottom:1em} - -#it-exchange-login .it-exchange-login-form .it-exchange-recover-url{font-size:14px} - -#it-exchange-login .it-exchange-login-form .it-exchange-register-url{font-size:14px}@media (max-width:800px){ - -#it-exchange-login .it-exchange-login-form{width:85%}} - -.it-exchange-account .it-exchange-rememberme label{display:inline-block;position:relative;top:1px} - -#it-exchange-registration{background:#fff;border:1px solid #eef0f3;border-radius:4px} - -#it-exchange-registration form.it-exchange-register{width:50%;margin:0 auto;padding:3rem 0} - -#it-exchange-registration form.it-exchange-register .it-exchange-registration-login{text-align:left;font-size:14px} - -#it-exchange-registration form.it-exchange-register #it-exchange-register-customer{padding-right:2em;padding-left:2em}@media (max-width:800px){ - -#it-exchange-registration form.it-exchange-register{width:85%}} - -.gform_wrapper form .top_label .gfield_label{font-size:16px} - -.gform_wrapper form input:not([type=radio],[type=checkbox],[type=submit],[type=button],[type=image],[type=file]){padding:0 12px;font-size:15px} - -.gform_wrapper.gf_browser_chrome form select{padding:8px 12px;padding-left:40px;font-size:15px} - -.gform_wrapper form textarea{padding:8px 12px;font-size:15px} - -.gform_wrapper form .gform_footer input.button,.gform_wrapper form .gform_footer input[type=submit],.gform_wrapper form .gform_page_footer input.button,.gform_wrapper form .gform_page_footer input[type=submit]{font-size:15px} - -.ui-datepicker.ui-widget-content{box-shadow:0 5px 10px rgba(0,0,0,.2)} - -.ui-datepicker.ui-widget-content tbody td{border-color:#fff} - -.ui-datepicker td.ui-datepicker-unselectable.ui-state-disabled{background-color:#fff} - -.ui-datepicker .ui-datepicker-calendar .ui-state-default{box-shadow:none} - -.ui-datepicker table td a{line-height:1.4em;font-weight:400} - -.ui-datepicker table thead{background:#fff} - -.ui-datepicker table th{font-size:inherit} - -.ui-datepicker .ui-datepicker-title select,.ui-datepicker-title select{border:0;height:35px;font-size:13px;font-family:inherit} - -.ui-datepicker .ui-datepicker-header a.ui-datepicker-next,.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev{height:100%} - -.ui-datepicker .ui-datepicker-header a.ui-datepicker-next span::before,.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev span::before{text-shadow:none} - -.gform_wrapper form .gform_fileupload_multifile .gform_drop_area{border:2px dashed #dedfe2;background:#fff;border-radius:0;font-size:16px} - -.gform_wrapper.gf_browser_chrome form input.button.gform_button_select_files{padding:6px 18px!important} - -.gform_wrapper .ginput_preview{font-size:16px} - -.gform_wrapper .ginput_preview strong{font-weight:inherit} - -.ginput_container_fileupload>input[type=file],.ginput_container_post_image input[type=file]{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1} - -.ginput_container_fileupload>input[type=file]+label,.ginput_container_post_image input[type=file]+label{font-size:16px;font-weight:700;color:var(--bb-primary-color);background-color:#fff;border:2px dashed #dedfe2;width:100%;text-align:center;padding:2em 1em;display:inline-block;float:none;cursor:pointer} - -.gform_wrapper form table.gfield_list thead th{font-size:16px} - -.gform_wrapper .gfield.field_sublabel_below .ginput_complex.ginput_container label{margin-top:0} - -.gform_wrapper .ginput_container table.gfield_list tr td.gfield_list_icons{padding-right:10px!important} - -.gform_wrapper .ginput_container table.gfield_list tr td.gfield_list_icons img{outline:0;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none} - -.gform_wrapper form div.validation_error{border:0;background-color:var(--bb-danger-color);border-color:var(--bb-danger-color);color:#fff;font-size:14px;text-align:right;border-radius:4px;font-weight:inherit;padding:5px 10px} - -.ginput_container_checkbox label,.ginput_container_radio label{background:100% 0;box-shadow:none;outline:0;outline-width:0;-webkit-tap-highlight-color:transparent!important}@media (max-width:641px){ - -.gform_wrapper form input:not([type=radio],[type=checkbox],[type=image],[type=file]),.gform_wrapper form input[type=submit]{line-height:1.3} - -.gform_wrapper form .ginput_container.ginput_container_checkbox span,.gform_wrapper form .ginput_container.ginput_container_radio span{display:inline-block;margin-bottom:0}}@media only screen and (max-width:761px){ - -.gform_wrapper form table.gfield_list tr{border:1px solid #ccc;border-top:1px solid #ccc;border-bottom:1px solid #ccc;border-radius:3px} - -.gform_wrapper form table.gfield_list tr td.gfield_list_icons{background-color:#f8f8f8} - -.gform_wrapper form table.gfield_list tr td.gfield_list_icons img{outline:0}} - -div.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label,div.gform_wrapper ul.gfield_radio li input[type=radio]:checked+label{font-weight:inherit} - -.gform_wrapper ul.gfield_checkbox li label,.gform_wrapper ul.gfield_radio li label{line-height:normal} - -.gfield_checkbox input[type=checkbox]{opacity:0;height:0;width:0} - -.gfield_checkbox input[type=checkbox]+label{cursor:pointer;display:inline-block;position:relative;padding:0;line-height:1} - -.gfield_checkbox input[type=checkbox]+label::before{content:"";margin-left:10px;display:inline-block;vertical-align:text-top;width:20px;height:20px;background:var(--bb-primary-color);border-radius:3px;border:1px solid #c9cbca} - -.gfield_checkbox input[type=checkbox]:checked+label::before{background:var(--bb-primary-color);border-color:var(--bb-primary-color)} - -.gfield_checkbox input[type=checkbox]:disabled+label{color:#b8b8b8;cursor:auto} - -.gfield_checkbox input[type=checkbox]:disabled+label::before{box-shadow:none;background:#ddd} - -.gfield_checkbox input[type=checkbox]:checked+label::after{content:"\E876";position:absolute;right:3px;top:3px;font-family:bb-icons;color:#fff;font-size:14px;line-height:1;display:block} - -.gfield_radio input[type=radio]{margin:0!important;height:0;width:0;opacity:0} - -.gfield_radio input[type=radio]+.bb-radio-label,.gfield_radio input[type=radio]+label{margin:0!important;font-size:15px;display:inline-block!important;line-height:normal!important;position:relative;cursor:pointer} - -.gfield_radio input[type=radio]+.bb-radio-label::before,.gfield_radio input[type=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:#fff;border:2px solid #d6dce6;border-radius:100%;margin-left:10px} - -.gfield_radio input[type=radio]:disabled+.bb-radio-label,.gfield_radio input[type=radio]:disabled+label{color:#b8b8b8;cursor:auto} - -.gfield_radio input[type=radio]:disabled+.bb-radio-label::before,.gfield_radio input[type=radio]:disabled+label::before{box-shadow:none;background:#ddd} - -.gfield_radio input[type=radio]:checked+.bb-radio-label::after,.gfield_radio input[type=radio]:checked+label::after{content:"";background-color:var(--bb-primary-color);margin:auto;width:14px;position:absolute;height:14px;text-align:center;right:4px;top:5px;border-radius:100%} - -.gform_wrapper .ginput_container_radio .gfield_radio .gchoice input[type=radio]+label{padding-right:32px} - -.gform_wrapper .ginput_container_radio .gfield_radio .gchoice input[type=radio]+label::before{position:absolute;right:0;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)} - -.gform_wrapper .ginput_container_radio .gfield_radio .gchoice input[type=radio]:checked+label::after{top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)} - -.nf-form-wrap .nf-form-content{max-width:100%} - -.nf-form-wrap .nf-form-content .nf-field-element input[type=button]{border-color:#ff865a;background-color:#ff865a;font-size:15px;border-radius:100px;padding:0 20px;color:#fff} - -.nf-form-wrap .nf-form-content .nf-field-element input[type=button]:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)} - -.nf-form-wrap .nf-form-content .nf-pass.field-wrap .nf-field-element::after{font-size:24px;height:40px;line-height:40px} - -.nf-form-wrap .nf-form-content .nf-field-element input,.nf-form-wrap .nf-form-content .nf-field-element select,.nf-form-wrap .nf-form-content .nf-field-element select.ninja-forms-field:not([multiple]){height:40px;outline:0;vertical-align:middle;background-color:#fff;border:1px solid #dedfe2;border-radius:3px;box-shadow:none;padding:0 12px;font-size:15px} - -.nf-form-wrap .nf-form-content .nf-field-element select[multiple]{height:auto} - -.nf-form-wrap .nf-form-content .list-checkbox-wrap .nf-field-element li span.checkbox.on{background-color:#ff865a;border-color:#ff865a;border-radius:4px} - -.nf-form-wrap .nf-form-content .list-checkbox-wrap .icheckbox_minimal{z-index:99} - -.nf-form-wrap .nf-form-content .list-checkbox-wrap .icheckbox_minimal~.checkbox{display:none} - -.nf-form-wrap .nf-form-content .list-checkbox-wrap .icheckbox_minimal{position:absolute} - -.nf-form-wrap .nf-form-content ins.iCheck-helper{z-index:999999} - -.nf-form-wrap .nf-form-content .listcheckbox-wrap .nf-field-element label::after{border-color:transparent} - -.nf-form-wrap .nf-form-content .listcheckbox-wrap .nf-field-element label::before{display:none} - -.nf-form-wrap .nf-form-content .list-checkbox-wrap .nf-field-element ul li{display:-webkit-box;display:-ms-flexbox;display:flex} - -.nf-form-wrap .nf-form-content .checkbox-wrap .nf-field-label label::before{height:20px;font-size:16px;width:20px;right:-27px} - -.nf-form-wrap .nf-form-content .nf-error.field-wrap .nf-field-element::after{height:38px;width:40px;line-height:40px} - -.nf-form-wrap .nf-form-fields-required{margin-bottom:15px;font-size:14px} - -.nf-form-wrap .label-above .nf-field-label{margin-bottom:6px} - -.nf-form-wrap .nf-field-label{margin-bottom:6px} - -.nf-form-wrap .nf-field-label label{font-size:16px} - -.nf-form-wrap .nf-field-description{font-size:14px;line-height:1.6;margin-bottom:10px} - -.nf-form-wrap .nf-help.fa-info-circle{background:100% 0} - -.nf-form-wrap .nf-help.fa-info-circle::before{font-family:bb-icons;content:"\ee65";font-weight:100} - -.nf-form-wrap .nf-help.fa-info-circle::after{display:none} - -.nf-form-wrap .nf-field-container .nf-field-label{margin-bottom:0} - -.nf-form-wrap .nf-after-form-content .nf-error-msg{background-color:var(--bb-danger-color);border-color:var(--bb-danger-color);color:#fff;font-size:14px;border-radius:4px;padding:5px 10px} - -.nf-form-wrap .nf-response-msg{background-color:var(--bb-success-color);border-color:var(--bb-success-color);color:#fff;font-size:14px;border-radius:4px;padding:5px 10px} - -.nf-form-wrap .nf-response-msg p{margin:0} - -.jBox-wrapper{max-width:50%} - -.pika-single.is-bound{border:0;box-shadow:0 5px 10px rgba(0,0,0,.2);border-radius:4px} - -.pika-lendar .pika-table{margin-bottom:0} - -.pika-lendar .pika-table th{font-weight:400;color:#939597} - -.pika-lendar .pika-table th abbr[title]{text-decoration:none} - -.pika-lendar .pika-table td{border-bottom:0} - -.pika-lendar .pika-table .pika-button{background:100% 0;line-height:25px} - -.pika-lendar .pika-table .pika-button:hover{background:100% 0;color:var(--bb-primary-color)} - -.pika-lendar .pika-table .is-selected .pika-button{color:var(--bb-primary-color);box-shadow:none;font-weight:inherit} - -.pika-title .pika-label{font-weight:400;color:var(--bb-primary-color);padding:0 3px;line-height:30px;top:0} - -.pika-title .pika-label select{height:30px;top:0} - -.pika-title button.pika-next,.pika-title button.pika-prev{text-indent:inherit;font-size:0} - -.pika-title button.pika-next:hover,.pika-title button.pika-prev:hover{background-color:transparent;border-color:transparent} - -.pika-title button.pika-prev{background-image:none} - -.pika-title button.pika-prev::before{content:"\E8AB";font-family:bb-icons;font-weight:400;speak:none;display:inline-block;color:#939597;font-size:22px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} - -.pika-title button.pika-next{background-image:none} - -.pika-title button.pika-next::before{content:"\e827";font-family:bb-icons;font-weight:400;speak:none;display:inline-block;color:#939597;font-size:22px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} - -.list-checkbox-wrap .nf-field-element li{overflow:hidden} - -.checkbox-container .checkbox-wrap .nf-field-label{margin-bottom:0;padding-right:15px} - -.checkbox-container .checkbox-wrap .nf-field-label label{font-size:16px;line-height:22px;font-weight:500} - -.checkbox-container .checkbox-wrap .nf-field-element{position:relative;width:20px;height:20px} - -.checkbox-container .checkbox-wrap .nf-field-element input[type=checkbox]{margin:0;position:absolute;height:20px;width:20px;right:0;top:0;z-index:6} - -.checkbox-container .checkbox-wrap .nf-field-element span.checkbox{z-index:5;display:inline-block;background:#fff;border:1px solid var(--bb-content-border-color);margin:0;position:absolute;height:20px;width:20px;right:0;top:0;border-radius:2px;margin-left:2px;line-height:1.35} - -.checkbox-container .checkbox-wrap .nf-field-element span.checkbox.on{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color)} - -.checkbox-container .checkbox-wrap .nf-field-element span.checkbox.on::before{font-family:bb-icons!important;font-size:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;content:"\e876";margin-left:0;position:absolute;bottom:-5px;right:-1px;z-index:9;color:#fff} - -.list-checkbox-wrap .nf-field-element ul li{position:relative;margin:5px 0 10px!important} - -.list-checkbox-wrap .nf-field-element ul li label{margin-bottom:0;font-size:16px;line-height:22px;font-weight:500;margin-right:35px} - -.list-checkbox-wrap .nf-field-element li input[type=checkbox]{margin:0;position:absolute;height:20px;right:0;top:0;z-index:6} - -.list-checkbox-wrap .nf-field-element li span.checkbox{z-index:5;display:inline-block;background:#fff;border:1px solid var(--bb-content-border-color);margin:0;position:absolute;height:20px;width:20px;right:0;top:0;border-radius:2px;margin-left:2px;line-height:1.35} - -.list-checkbox-wrap .nf-field-element li span.checkbox.on{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color)} - -.list-checkbox-wrap .nf-field-element li span.checkbox.on::before{font-family:bb-icons!important;font-size:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;content:"\e876";margin-left:0;position:absolute;bottom:-5px;right:-1px;z-index:9;color:#fff} - -.list-radio-wrap .nf-field-element ul li{overflow:hidden;position:relative;margin:5px 0 10px!important} - -.list-radio-wrap .nf-field-element ul li label{margin-right:35px;font-weight:500;font-size:16px;line-height:22px;margin-bottom:0} - -.list-radio-wrap .nf-field-element li input.bs-radio{width:22px!important;height:22px;position:absolute;top:0;right:0;z-index:10;margin-top:0;opacity:0} - -.list-radio-wrap .nf-field-element li span.bs-radio{display:inline-block;vertical-align:middle;cursor:pointer;position:absolute;top:0;right:0;overflow:hidden;width:22px;height:22px;line-height:1;background-color:#fff;border:2px solid #d6dce6;border-radius:100%;margin-left:10px;z-index:7} - -.list-radio-wrap .nf-field-element li span.bs-radio.on::after{content:"";position:absolute;top:2px;right:2px;border-radius:100%;width:14px;height:14px;display:inline-block;background-color:var(--bb-primary-color);z-index:9} - -.starrating-wrap .star{background-image:url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='80px' viewBox='0 0 20 80' enable-background='new 0 0 20 80' xml:space='preserve'%3E%3Cg%3E%3Cdefs%3E%3Cpolygon id='SVGID_1_' points='0.999,64.999 6.001,64 9,59 12,64 17,64.999 13,68 13.999,74 9,71 4,74 5,68 0.999,64.999 '/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible' fill-rule='evenodd' clip-rule='evenodd' fill='%23FCAF00'/%3E%3CclipPath id='SVGID_2_'%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible'/%3E%3C/clipPath%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpolygon id='SVGID_3_' points='0.999,46 6.001,45 9,40 12,45 17,46 13,49.001 13.999,55 9,51.999 4,55 5,49.001 0.999,46 '/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_3_' overflow='visible' fill-rule='evenodd' clip-rule='evenodd' fill='%23D0D3D6'/%3E%3CclipPath id='SVGID_4_'%3E%3Cuse xlink:href='%23SVGID_3_' overflow='visible'/%3E%3C/clipPath%3E%3C/g%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23D2D2D2' d='M17,27l-5-1l-3-5l-2.999,5l-5.002,1L5,30l-1,6l5-3l5,3L13,30L17,27 z M9.515,32.143C9.357,32.049,9.177,32,9,32c-0.178,0-0.358,0.047-0.516,0.143c0,0-1.675,1.005-3.142,1.886 c0.296-1.771,0.645-3.865,0.645-3.865c0.01-0.055,0.015-0.11,0.015-0.164c0-0.31-0.147-0.608-0.4-0.8c0,0-1.119-0.84-2.212-1.659 c1.382-0.277,2.808-0.561,2.808-0.561c0.277-0.055,0.517-0.224,0.662-0.466c0,0,1.267-2.113,2.142-3.571 c0.875,1.458,2.143,3.572,2.143,3.572c0.145,0.241,0.385,0.41,0.66,0.465c0,0,1.426,0.285,2.808,0.563 c-1.094,0.819-2.211,1.658-2.211,1.658C12.146,29.392,12,29.688,12,30c0,0.055,0.004,0.109,0.014,0.164c0,0,0.349,2.093,0.643,3.865 C11.189,33.148,9.515,32.143,9.515,32.143z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23FCAF00' d='M17,8L12,7L9,2L6.001,7L0.999,8L5,11l-1,6l5-3l5,3L13,11L17,8z M9.515,13.143C9.357,13.048,9.177,13,9,13c-0.178,0-0.358,0.047-0.516,0.143c0,0-1.675,1.005-3.142,1.886 c0.296-1.771,0.645-3.865,0.645-3.865c0.01-0.055,0.015-0.11,0.015-0.164c0-0.311-0.147-0.608-0.4-0.801 c0,0-1.117-0.838-2.211-1.658C4.771,8.266,6.196,7.98,6.196,7.98c0.277-0.055,0.517-0.224,0.662-0.466c0,0,1.267-2.113,2.142-3.571 c0.875,1.458,2.143,3.572,2.143,3.572c0.145,0.241,0.385,0.41,0.662,0.465c0,0,1.424,0.285,2.806,0.561 c-1.094,0.819-2.211,1.658-2.211,1.658C12.146,10.392,12,10.688,12,11c0,0.055,0.004,0.108,0.014,0.164c0,0,0.349,2.093,0.643,3.865 C11.189,14.148,9.515,13.143,9.515,13.143z'/%3E%3C/svg%3E")} - -.nf-field-container .nf-error-msg{color:var(--bb-danger-color);font-size:14px} - -.field-wrap.nf-error .ninja-forms-field{border-color:var(--bb-danger-color)} - -div.wpforms-container-full .wpforms-form button[type=submit],div.wpforms-container-full .wpforms-form input[type=submit],div.wpforms-container-full.wpforms-container .wpforms-form button[type=submit],div.wpforms-container-full.wpforms-container .wpforms-form input[type=submit]{border-radius:100px;background-color:var(--bb-primary-color);color:#fff;border:1px solid var(--bb-primary-color);font-size:15px;padding:10px 20px} - -div.wpforms-container-full .wpforms-form button[type=submit]:hover,div.wpforms-container-full .wpforms-form input[type=submit]:hover,div.wpforms-container-full.wpforms-container .wpforms-form button[type=submit]:hover,div.wpforms-container-full.wpforms-container .wpforms-form input[type=submit]:hover{color:#fff;background-color:#0f74e0;border-color:#0f74e0} - -div.wpforms-container-full .wpforms-form .wpforms-field-description,div.wpforms-container-full.wpforms-container .wpforms-form .wpforms-field-description{line-height:1.6} - -div.wpforms-container-full .wpforms-form select,div.wpforms-container-full.wpforms-container .wpforms-form select{background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:left 1rem center;padding-left:40px} - -div.wpforms-container-full .wpforms-form input[type=date],div.wpforms-container-full .wpforms-form input[type=datetime-local],div.wpforms-container-full .wpforms-form input[type=datetime],div.wpforms-container-full .wpforms-form input[type=email],div.wpforms-container-full .wpforms-form input[type=month],div.wpforms-container-full .wpforms-form input[type=number],div.wpforms-container-full .wpforms-form input[type=password],div.wpforms-container-full .wpforms-form input[type=range],div.wpforms-container-full .wpforms-form input[type=search],div.wpforms-container-full .wpforms-form input[type=tel],div.wpforms-container-full .wpforms-form input[type=text],div.wpforms-container-full .wpforms-form input[type=time],div.wpforms-container-full .wpforms-form input[type=url],div.wpforms-container-full .wpforms-form input[type=week],div.wpforms-container-full .wpforms-form select,div.wpforms-container-full .wpforms-form textarea,div.wpforms-container-full.wpforms-container .wpforms-form input[type=date],div.wpforms-container-full.wpforms-container .wpforms-form input[type=datetime-local],div.wpforms-container-full.wpforms-container .wpforms-form input[type=datetime],div.wpforms-container-full.wpforms-container .wpforms-form input[type=email],div.wpforms-container-full.wpforms-container .wpforms-form input[type=month],div.wpforms-container-full.wpforms-container .wpforms-form input[type=number],div.wpforms-container-full.wpforms-container .wpforms-form input[type=password],div.wpforms-container-full.wpforms-container .wpforms-form input[type=range],div.wpforms-container-full.wpforms-container .wpforms-form input[type=search],div.wpforms-container-full.wpforms-container .wpforms-form input[type=tel],div.wpforms-container-full.wpforms-container .wpforms-form input[type=text],div.wpforms-container-full.wpforms-container .wpforms-form input[type=time],div.wpforms-container-full.wpforms-container .wpforms-form input[type=url],div.wpforms-container-full.wpforms-container .wpforms-form input[type=week],div.wpforms-container-full.wpforms-container .wpforms-form select,div.wpforms-container-full.wpforms-container .wpforms-form textarea{border-color:#dedfe2;border-radius:3px} - -.flatpickr-calendar.open::after{border-width:6px;margin:0 -6px} - -.flatpickr-calendar.open .flatpickr-month{margin-top:5px;margin-bottom:5px} - -.flatpickr-calendar.open .flatpickr-next-month svg path,.flatpickr-calendar.open .flatpickr-prev-month svg path{fill:#939597} - -.flatpickr-calendar.open .flatpickr-next-month:hover svg path,.flatpickr-calendar.open .flatpickr-prev-month:hover svg path{fill:var(--bb-headings-color)} - -.flatpickr-calendar.open .flatpickr-current-month span.cur-month{font-weight:400;font-size:15px;color:var(--bb-primary-color)} - -.flatpickr-calendar.open .flatpickr-current-month input.cur-year{font-weight:400;font-size:15px;color:var(--bb-primary-color)} - -.flatpickr-calendar.open .numInputWrapper:hover{background:rgba(0,0,0,.01)} - -.flatpickr-calendar.open span.flatpickr-weekday{font-weight:300;color:rgba(57,57,57,.3)} - -.flatpickr-calendar.open .flatpickr-day.today{border-color:transparent;color:var(--bb-primary-color)} - -.flatpickr-calendar.open .flatpickr-day{line-height:36px} - -.flatpickr-calendar.open .flatpickr-day:hover{background-color:var(--bb-primary-color);color:#fff;border-color:transparent;box-shadow:none} - -.ui-timepicker-wrapper .ui-timepicker-list .ui-timepicker-selected:hover,.ui-timepicker-wrapper .ui-timepicker-list li:hover,.ui-timepicker-wrapper li.ui-timepicker-selected{background:var(--bb-primary-color)} - -.wpforms-field-file-upload input[type=file]{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1} - -.wpforms-field-file-upload input[type=file]+label{font-size:16px;font-weight:700;color:var(--bb-primary-color);background-color:#fff;border:2px dashed #dedfe2;width:100%;text-align:center;padding:2em 1em;display:inline-block;float:none;cursor:pointer} - -div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error,div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error,div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error{border-color:var(--bb-danger-color)} - -div.wpforms-container-full .wpforms-form label.wpforms-error{color:var(--bb-danger-color)} - -div.wpforms-container-full .wpforms-form .wpforms-required-label{color:var(--bb-danger-color)} - -.wpforms-field-date-time label.wpforms-field-label,input.wpforms-field-date-time-date+.wpforms-field-sublabel,input.wpforms-field-date-time-time+.wpforms-field-sublabel{pointer-events:none} - -.wpforms-field-file-upload label.wpforms-field-label{pointer-events:none} - -div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration select{padding-left:30px} - -.entry-content .wpforms-confirmation-container-full,.wpforms-confirmation-container-full{background-color:var(--bb-success-color);border-color:var(--bb-success-color);color:#fff;font-size:14px;border-radius:4px;padding:5px 10px}@media screen and (max-width:544px){ - -div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-one-half{width:100%;float:none;margin-right:0} - -div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-credit-card-number{margin-left:0} - -div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-credit-card-code{width:100%;position:relative;margin-top:8px} - -div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-credit-card-name{margin-left:0} - -div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration{width:100%;position:relative;margin-top:8px}} - -.bp-user-blog .medium-editor-element,.bp-user-blog .medium-editor-placeholder{background-color:transparent} - -.bp-user-blog .medium-editor-toolbar .medium-editor-toolbar-actions{height:auto} - -.bp-user-blog .sap-words-counter{font-weight:400} - -.bp-user-blog .sap-author-info{width:150px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;float:right;margin-right:0} - -.bp-user-blog .toggle-sap-widgets.toggle-sap-widgets{font:400 normal normal 14px/1 bb-icons;color:rgba(0,0,0,.4);font-size:21px;line-height:1;display:inherit;vertical-align:middle;margin:10px 0} - -.bp-user-blog .toggle-sap-widgets.toggle-sap-widgets::before{content:"\ee5a"} - -.bp-user-blog .toggle-sap-widgets.toggle-sap-widgets.active{font-size:30px;margin:4px 0} - -.bp-user-blog .toggle-sap-widgets.toggle-sap-widgets.active::before{content:"\e828"} - -.bp-user-blog .toggle-sap-widgets.toggle-sap-widgets svg{display:none} - -.bp-user-blog .sap-editor-area-wrapper .medium-editor-element,.bp-user-blog .sap-editor-area-wrapper .sap-editable-title{padding:0} - -.bp-user-blog #sap-widget-container .widget{border:0;margin:0 0 20px} - -.bp-user-blog #sap-widget-container .widget .category_hierarchy_ul li{margin-bottom:10px;clear:both} - -.bp-user-blog #sap-widget-container .widget .category_hierarchy_ul li label{font-size:14px;line-height:1.5} - -.bp-user-blog #sap-widget-container .widget .category_hierarchy_ul li li label{display:inline-block;margin-bottom:10px} - -.bp-user-blog #sap-widget-container .widget .featured-img-placeholder{border-radius:3px} - -.bp-user-blog #sap-widget-container .widget:first-child h3{font-size:16px;margin:0 0 10px} - -.bp-user-blog #sap-widget-container .widget .selectize-input{padding:5px 8px 2px} - -.bp-user-blog #sap-widget-container .widget .selectize-input.has-items{padding-top:3px} - -.bp-user-blog #sap-widget-container .widget .selectize-input>input{height:23px!important} - -.bp-user-blog #blog-order-select{float:left} - -.bp-user-blog #add_new_post{float:right} - -.bp-user-blog .sap-post-container .post-featured-image img{border-radius:5px} - -.bp-user-blog .sap-post-container .post-content .date{font-style:normal;font-size:12px} - -.bp-user-blog #feaured-img-holder-wrap .featured-img-placeholder{background:none rgba(240,243,247,.5)} - -.bp-user-blog #feaured-img-holder-wrap .featured-img-gridicon{margin-bottom:10px} - -.bp-user-blog #feaured-img-holder-wrap .featured-img-button{background:100% 0;border:0;font-size:13px} - -.toggle-sap-widgets:hover .cls-1{fill:var(--bb-primary-color)} - -.bp-user-blog .medium-editor-stalker-toolbar .medium-editor-toolbar-actions button{color:var(--bb-content-background-color)} - -.bp-user-blog .medium-editor-stalker-toolbar .medium-editor-toolbar-actions button.medium-editor-button-active{color:var(--bb-content-background-color)}@media screen and (max-width:620px){ - -.bp-user-blog .sap-editor-wrap .sap-editor-publish-wrapper{float:none;position:static} - -.bp-user-blog .sap-editor-wrap .side-panel{max-width:inherit;margin-top:25px} - -.bp-user-blog .sap-editor-wrap .side-panel .sap-editor-toolbar{overflow:visible;width:100%} - -.bp-user-blog .sap-editor-wrap .sap-words-counter{line-height:1.7} - -.bp-user-blog .sap-editor-toolbar .sap-publish-popup a.button{font-size:12px;padding:7px 9px} - -.bp-user-blog .toggle-sap-widgets.toggle-sap-widgets{margin:5px 0}}@media screen and (max-width:480px){ - -.bp-user-blog .sap-words-counter{margin-top:-50px} - -.bp-user-blog #add_new_post,.bp-user-blog #blog-order-select{float:none;text-align:center;margin-top:5px}}@media screen and (max-width:360px){ - -.bp-user-blog .sap-editor-toolbar .sap-publish-popup a.button{padding:5px 8px} - -.bp-user-blog .sap-editor-wrap .sap-editor-publish-wrapper{float:right;position:relative}} - -#buddypress .activity-update-form .bpfb_form_container{padding:0;background-color:transparent} - -#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container{padding:15px;display:inline-block;width:100%;background-color:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);border-width:1px 0 0;border-radius:0 0 4px 4px;margin-bottom:0} - -#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .bpfb_toolbar_container .bpfb_active{-webkit-filter:drop-shadow(0 0 5px rgba(0, 0, 0, .5));filter:drop-shadow(0 0 5px rgba(0, 0, 0, .5))} - -#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .qq-uploader{width:100%;text-align:center;display:inline-block;min-width:215px} - -#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .qq-uploader .qq-upload-drop-area{border-radius:4px} - -#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .qq-uploader .qq-upload-list{margin:0} - -#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .qq-uploader .qq-upload-button{border-radius:4px;margin:0 auto} - -#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .bpfb_controls_container{margin:15px 0} - -#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .bpfb_controls_container:empty{display:none} - -#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container #bpfb_tmp_photo{background:rgba(240,243,247,.5);border:1px dashed #dedfe2;text-align:center;padding:15px;border-radius:6px;margin-bottom:10px} - -#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .qq-upload-drop-area{min-height:initial;line-height:1} - -#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container [type=button]{padding:10px 15px;font-size:14px;min-height:initial;line-height:1;height:auto} - -#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container [type=button]#bpfb_cancel,#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container [type=button]#bpfb_cancel_action{background:100% 0;border-width:1px;border-color:#385dff;color:#385dff;float:left} - -#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container #bpfb_remote_image_container>input{margin:10px 0;max-width:100%} - -#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container #bpfb_link_preview_url,#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container #bpfb_video_url{margin-bottom:10px;max-width:100%} - -#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container #TB_window #TB_caption{height:auto} - -#buddypress .activity-update-form .bpfb_form_container .focus-in .bpfb_actions_container{border-width:1px 0;border-radius:0} \ No newline at end of file +.select2-container{font-size:15px}.select2-container.select2-container--default .select2-results__option[aria-selected=true]{background-color:transparent;color:#ccc}.select2-container.select2-container--default .select2-search--dropdown .select2-search__field{padding-right:35px;border-color:var(--bb-content-border-color)}.select2-container .select2-dropdown{border-color:var(--bb-content-border-color)}.the_buddyforms_form form>fieldset{border:0;padding:0}.the_buddyforms_form .bf-input select.form-control{padding-top:5px!important;padding-bottom:5px!important}.the_buddyforms_form .select2-container--default .select2-selection--single{border:1px solid var(--bb-content-border-color);border-radius:3px;height:40px;font-size:15px}.the_buddyforms_form .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:40px}.the_buddyforms_form .select2-container--default .select2-selection--single .select2-selection__arrow{height:40px;left:10px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:center}.the_buddyforms_form .select2-container--default .select2-selection--single .select2-selection__arrow b{border:0}.the_buddyforms_form .wp-editor-container{border-radius:3px}.the_buddyforms_form .elem-checkbox .checkbox p.settings-input{margin-bottom:5px}div.wpcf7-mail-sent-ng,div.wpcf7-validation-errors{border:1px solid var(--bb-danger-color);background-color:var(--bb-danger-color);color:#fff;line-height:1.3;padding:1em;border-radius:3px;font-size:14px}div.wpcf7-mail-sent-ok{border:1px solid var(--bb-success-color);border-radius:3px;font-size:16px}div.wpcf7-spam-blocked{border:1px solid orange}.use-floating-validation-tip span.wpcf7-not-valid-tip{border:1px solid var(--bb-danger-color);border-radius:3px;font-size:16px;color:var(--bb-danger-color)}span.wpcf7-not-valid-tip{color:var(--bb-danger-color)}div.wpcf7 .ajax-loader{background-image:url(../images/svg/loader.svg);width:28px;height:24px;background-repeat:no-repeat;background-color:#fff}div.wpcf7 input[type=submit]+.ajax-loader{background-color:transparent}.wpcf7-form-control-wrap input,.wpcf7-form-control-wrap select,.wpcf7-form-control-wrap textarea{width:100%}.wpcf7-form-control span.wpcf7-list-item.first{margin-right:0}.wpcf7-form-control span.wpcf7-list-item input{width:auto;margin-left:5px}.wpcf7-form-control span.wpcf7-list-item .wpcf7-list-item-label{display:inline-block}.wpcf7-form-control span.wpcf7-list-item .wpcf7-list-item-label+input{margin-right:5px}input[type=date].wpcf7-form-control{padding:8px 12px}.wpcf7-form input[type=date]::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;display:none}.wpcf7-form input[type=date]:hover{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='#939597' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='bb-icon-calendar'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");background-repeat:no-repeat;background-position:left 1rem center;background-size:15px 15px}.wpcf7-form input[type=date]::-webkit-calendar-picker-indicator{-webkit-appearance:none;appearance:none;color:#fff;opacity:0;cursor:pointer}.wpcf7-form input[type=date]::-webkit-clear-button{position:relative;left:5px}.wpcf7-form label{font-size:16px}#cs-content.cs-content{font-size:1rem}body.page-template-page-fullwidth #content .container .content-area .entry-content #cs-content.cs-content{width:100vw;margin-right:-webkit-calc(-50vw + 50%);margin-right:calc(-50vw + 50%)}@media (min-width:800px){body.page-template-page-fullwidth #cs-content .x-container.width{width:-webkit-calc(88% - 68px);width:calc(88% - 68px)}}@media (max-width:800px){#cs-content .x-column.x-sm{height:100%}}#cs-content.cs-content .x-text h1,#cs-content.cs-content .x-text h2,#cs-content.cs-content .x-text h3,#cs-content.cs-content .x-text h4,#cs-content.cs-content .x-text h5{color:var(--bb-headings-color)}.x-anchor{border-radius:50px;box-shadow:none;border:1px solid var(--bb-content-border-color)}.x-anchor.x-anchor-button .x-anchor-content{padding:.575em 1.45em}#cs-content.cs-content .x-btn{border-radius:50px;box-shadow:none;border:1px solid var(--bb-content-border-color);background:#fff;color:var(--bb-body-text-color);text-shadow:none;line-height:1.4}#cs-content.cs-content .x-btn:hover{background-color:#fff;box-shadow:none;text-shadow:none;color:var(--bb-body-text-color)}#cs-content.cs-content .x-btn:visited{color:var(--bb-body-text-color)}#cs-content.cs-content .x-btn.x-btn-small{padding:6px 20px;min-height:34px;font-size:14px}#cs-content.cs-content .x-btn.x-btn-small:hover{border-color:rgba(var(--bb-content-border-color-rgb),.05)}#cs-content.cs-content .x-btn.x-btn-small:active{border-color:rgba(var(--bb-content-border-color-rgb),.05)}#cs-content.cs-content .x-btn.x-btn-regular{min-height:40px;padding:10px 20px;font-size:15px}#cs-content.cs-content .x-btn.x-btn-regular:hover{border-color:rgba(var(--bb-content-border-color-rgb),.05)}#cs-content.cs-content .x-btn.x-btn-regular:active{border-color:rgba(var(--bb-content-border-color-rgb),.05)}#cs-content.cs-content .x-btn.x-btn-global,#cs-content.cs-content .x-btn.x-btn-large{font-size:16px;min-height:50px;padding:14px 30px}#cs-content.cs-content .x-btn.x-btn-global:hover,#cs-content.cs-content .x-btn.x-btn-large:hover{border-color:rgba(var(--bb-content-border-color-rgb),.05)}#cs-content.cs-content .x-btn.x-btn-global:active,#cs-content.cs-content .x-btn.x-btn-large:active{border-color:rgba(var(--bb-content-border-color-rgb),.05)}#cs-content.cs-content .mejs-button button{min-height:30px}#cs-content .x-author-box img.avatar{border-radius:50%}#cs-content .x-author-box h6.h-about-the-author{font-size:12px;letter-spacing:0;line-height:21px}#cs-content .x-author-box .x-author-info .h-author{color:var(--bb-headings-color)}#cs-content .x-author-box .x-author-info .p-author,#cs-content .x-author-box .x-author-info p{color:var(--bb-alternate-text-color);font-size:14px;line-height:24px}#cs-content .x-accordion .x-accordion-heading .x-accordion-toggle.collapsed:before{content:"\f0d8";color:var(--bb-alternate-text-color)}#cs-content .x-accordion .x-accordion-heading .x-accordion-toggle:before{content:"\f0d7";-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);color:#fff}#cs-content .x-accordion .x-accordion-group{border:0;background-color:transparent;box-shadow:none}#cs-content .x-accordion .x-accordion-inner{border-top:0;line-height:24px}#cs-content .x-accordion .x-accordion-heading{border:0;border-radius:3px}#cs-content .x-accordion .x-accordion-heading .x-accordion-toggle{background-color:var(--bb-primary-color);color:#fff;border:1px solid var(--bb-primary-color);font-size:1em;padding:6px 15px;line-height:24px}#cs-content .x-accordion .x-accordion-heading .x-accordion-toggle.collapsed:hover{color:var(--bb-body-text-color)}#cs-content .x-accordion .x-accordion-heading .x-accordion-toggle.collapsed{background-color:#fff;color:var(--bb-alternate-text-color);border:1px solid var(--bb-content-border-color)}#cs-content.cs-content .x-alert.x-alert-muted .h-alert{color:var(--bb-headings-color)}#cs-content.cs-content .x-alert .h-alert{line-height:1.5}#cs-content.cs-content .x-alert{background-color:#fff;border:1px solid var(--bb-content-border-color);padding:.615em 1.15em .615em 2.25em;box-shadow:none;color:var(--bb-alternate-text-color);font-size:16px;line-height:24px}#cs-content.cs-content .x-alert.x-alert-muted{background-color:#fff;border:1px solid var(--bb-content-border-color);padding:.615em 1.15em .615em 2.25em;color:var(--bb-alternate-text-color)}#cs-content.cs-content .x-alert.x-alert-danger{background-color:var(--bb-danger-color);color:#fff;border:1px solid var(--bb-danger-color);padding:.615em 1.15em .615em 2.25em}#cs-content.cs-content .x-alert.x-alert-danger .close{color:var(--bb-danger-color)}#cs-content.cs-content .x-alert.x-alert-success{background-color:var(--bb-success-color);color:#fff;border:1px solid var(--bb-success-color);padding:.615em 1.15em .615em 2.25em}#cs-content.cs-content .x-alert.x-alert-success .close{color:var(--bb-success-color)}#cs-content.cs-content .x-alert.x-alert-info{background-color:var(--bb-primary-color);color:#fff;border:1px solid var(--bb-primary-color);padding:.615em 1.15em .615em 2.25em}#cs-content.cs-content .x-alert.x-alert-info .close{color:var(--bb-primary-color)}#cs-content.cs-content .x-alert .close{background-color:#fff;border-radius:50%;color:var(--bb-body-text-color);line-height:70%;top:-2px;padding:1px 2px 3px;opacity:1}#cs-content.cs-content .x-alert.x-alert-muted .close{background-color:var(--bb-content-border-color)}#cs-content.cs-content .x-blockquote,#cs-content.cs-content .x-blockquote:not(.x-pullquote){border:0;margin-top:0;margin-bottom:0;font-size:24px}#cs-content.cs-content .x-code,#cs-content.cs-content .x-code code{font-size:12px;line-height:21px;max-width:100%}#cs-content input[type=search].search-field{padding-right:3rem;padding-left:1rem;width:100%}#cs-content input[type=search].x-search-input{background-image:none}#cs-content .x-search .x-search-btn{margin:0 20px 0 10px}form.x-search{border-radius:100em}#cs-content form.x-search{border:1px solid var(--bb-content-border-color)}#cs-content .boss-social-ge-search input[type=search].search-field{width:100%}#cs-content.cs-content .x-nav-tabs{border:0;background-color:transparent;box-shadow:none}#cs-content.cs-content .x-tab-content{border:0;background-color:transparent;box-shadow:none}#cs-content.cs-content .x-tab-content .x-tab-pane{color:var(--bb-alternate-text-color);line-height:24px}#cs-content.cs-content .x-nav-tabs>li.x-nav-tabs-item{border-left:0;border-bottom:1px solid var(--bb-content-border-color)}#cs-content.cs-content .x-nav-tabs>li.x-nav-tabs-item.active{border-bottom:1px solid var(--bb-primary-color)}#cs-content.cs-content .x-nav-tabs>li>a{color:var(--bb-alternate-text-color);font-size:14px}#cs-content.cs-content .x-nav-tabs>li.active>a,#cs-content.cs-content .x-nav-tabs>li>a:hover{color:var(--bb-body-text-color)}#cs-content.cs-content .x-nav-tabs>li.active>a{font-weight:600}#cs-content .flex-direction-nav li a{border-radius:100%;line-height:32px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}#cs-content .flex-direction-nav li a.flex-next{left:15px;right:auto}#cs-content .x-pricing-column-info h3.x-price{font-weight:400;font-size:34px;letter-spacing:0}#cs-content .x-pricing-table .x-pricing-column{padding-right:5px;padding-left:5px;background-color:transparent}#cs-content .x-pricing-table .x-pricing-column h2{background-color:#fff;text-transform:uppercase;font-size:20px;color:var(--bb-alternate-text-color)}#cs-content .x-pricing-table .x-pricing-column .x-pricing-column-info{background-color:#fff}#cs-content .x-pricing-table .x-pricing-column.featured h2{background-color:#fff;color:var(--bb-alternate-text-color);border:1px solid rgba(0,0,0,.125)}#cs-content .x-pricing-table .x-pricing-column.featured{box-shadow:none}#cs-content .x-pricing-table .x-pricing-column-info .x-btn{color:#fff;background-color:var(--bb-primary-color);border-color:var(--bb-primary-color)}#cs-content .x-pricing-table .x-pricing-column-info .x-btn.x-btn-medium{min-height:40px;padding:10px 20px;font-size:15px}#cs-content .x-pricing-table .x-pricing-column-info .x-btn.x-btn-large{font-size:16px;min-height:50px;padding:14px 30px}#cs-content .x-pricing-column-info span.x-interval{color:var(--bb-alternate-text-color)}#cs-content .x-pricing-table .x-pricing-column h2 span.x-featured-sub{letter-spacing:0;text-transform:none}#cs-content .x-pricing-table .x-pricing-column-info ul>li [class*=x-icon-]{color:var(--bb-success-color);font-family:bb-icons;margin-right:0}#cs-content .x-pricing-table [class*=x-icon-]:before{border:1px solid var(--bb-success-color);border-radius:100%;padding:0;font-size:1.2em;content:"\e876"}#cs-content .x-pricing-table [class*=x-icon-times]:before{content:"\e828"}#cs-content .x-pricing-table .x-pricing-column-info ul{display:inline-block}#cs-content .x-pricing-table .x-pricing-column-info ul>li{border-bottom:0;text-align:right;padding:5px 30px;color:var(--bb-body-text-color)}#cs-content .x-pricing-table .x-pricing-column-info ul>li:first-child{border-top:0}#cs-content.cs-content .x-callout{background-color:transparent;border:0;box-shadow:none;font-size:18px}#cs-content.cs-content .x-callout .h-callout{font-size:24px}#cs-content.cs-content .x-callout .p-callout{color:var(--bb-alternate-text-color)}#cs-content.cs-content .x-callout .x-btn{color:#fff;background-color:var(--bb-primary-color);border-color:var(--bb-primary-color);font-size:15px;min-height:40px;padding:10px 20px}#cs-content.cs-content .x-feature-box{border:1px solid var(--bb-content-border-color);border-radius:3px;padding:1.25rem}#cs-content.cs-content .x-promo{box-shadow:none}#cs-content.cs-content .x-skill-bar{height:5px;margin-bottom:3em}#cs-content.cs-content .x-skill-bar .bar{overflow:visible}#cs-content.cs-content .x-skill-bar .bar .percent{right:0;left:inherit;bottom:-25px;color:var(--bb-alternate-text-color);font-size:12px}#cs-content.cs-content .x-ul-icons li{padding-top:5px;padding-bottom:5px;color:var(--bb-alternate-text-color)}@media (max-width:800px){#cs-content .el150.x-container .x-counter{margin-bottom:3em!important}#cs-content .el150.x-container .el158.x-counter{margin-bottom:0!important}.el150.x-container .el157 .x-counter-after,.el150.x-container .el157 .x-counter-before,.el150.x-container .el157 .x-counter-number-wrap,.el150.x-container .el158 .x-counter-number-wrap,.el158 .x-counter-after,.el158 .x-counter-before{text-align:center!important}}#cs-content.cs-content .h-feature-headline>span{padding-right:0;padding-top:1.5em;line-height:1.4}#cs-content.cs-content .h-feature-headline>span i{top:0;margin-top:0}#cs-content.cs-content .x-recent-posts>a{border:0;background-color:transparent;box-shadow:none}#cs-content .x-recent-posts a .x-recent-posts-content{padding-right:0;padding-left:0}#cs-content .x-recent-posts a:hover .x-recent-posts-content .h-recent-posts{color:var(--bb-primary-color)}#cs-content.cs-content .x-recent-posts .x-recent-posts-date{font-size:12px;text-transform:none;color:var(--bb-alternate-text-color)}#cs-content .x-recent-posts a .x-recent-posts-img:after{background-color:var(--bb-primary-color)}#cs-content .x-google-map.with-container{border:0;padding:0;box-shadow:none}#cs-content .x-frame-map-google .x-frame-inner,#cs-content .x-map.x-google-map .x-map-inner{border-radius:3px}#cs-content .x-google-map button{min-height:auto}#cs-content.cs-content .x-feature-box h4.x-feature-box-title{font-size:24px}.x-promo .x-promo-content p{color:var(--bb-alternate-text-color);line-height:24px}#cs-content.cs-content .x-raw-content{line-height:24px}#cs-content.cs-content .x-feature-list .x-feature-box{margin-bottom:15px}#cs-content .x-feature-box p.x-feature-box-text{color:var(--bb-alternate-text-color);line-height:1.5}#cs-content .x-entry-share .x-share-options a.x-share{color:#9ca8b4;margin:0 .25em}#cs-content .x-entry-share .x-share-options a.x-share:hover{color:var(--bb-primary-color)}.x-menu li .x-anchor{border-radius:0;box-shadow:none;border:0}#cs-content .x-dropdown{box-shadow:none}.single-download .entry-meta{margin-bottom:25px}.single-download .post-related-posts h4{position:relative}.single-download .post-related-posts .slick-slider .slick-list,.single-download .post-related-posts .slick-slider .slick-track{display:-webkit-box;display:-moz-flex;display:flexbox;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}body.single.single-download .entry-meta{display:none}body.single.single-download .post-author-info{display:none}body.single.single-download .edd-download .entry-content-wrap .entry-content{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;padding:20px}body.single.single-download .edd-download .entry-content-wrap figure.entry-media{margin-bottom:0;border-radius:4px 4px 0 0}body.single.single-download .edd-download .entry-content-wrap figure.entry-media+.entry-content{border-radius:0 0 4px 4px;border-top:0}.edd-cart-added-alert{font-size:14px}#edd-purchase-button,.edd-submit,.edd-submit.button.blue,[type=submit].edd-submit{background:var(--bb-primary-color);border:0;border-radius:100px;padding-right:2em;padding-left:2em}.edd-submit.button.blue.active,.edd-submit.button.blue:focus,.edd-submit.button.blue:hover{background:var(--bb-primary-color);box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}#edd-purchase-button.edd-submit:hover,#edd-purchase-button:hover,[type=submit].edd-submit.button:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}#edd_user_history.edd-table,.edd-table{border-collapse:separate;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;border-top:0}#edd_user_history.edd-table td,#edd_user_history.edd-table th,.edd-table td,.edd-table th{background-color:#fff}#edd_user_history.edd-table td:first-child,#edd_user_history.edd-table th:first-child,.edd-table td:first-child,.edd-table th:first-child{padding-right:1em}#edd_user_history.edd-table td:last-child,#edd_user_history.edd-table th:last-child,.edd-table td:last-child,.edd-table th:last-child{padding-left:1em}#edd_user_history.edd-table thead th,.edd-table thead th{text-transform:uppercase;font-size:14px;font-weight:500;color:#939597;white-space:nowrap;padding-top:1rem;padding-bottom:1rem}#edd_user_history.edd-table thead tr:first-child th:first-child,.edd-table thead tr:first-child th:first-child{border-radius:0 4px 0 0;border-right:1px solid rgba(0,0,0,.05)}#edd_user_history.edd-table thead tr:first-child th:last-child,.edd-table thead tr:first-child th:last-child{border-radius:4px 0 0 0;border-left:1px solid rgba(0,0,0,.05)}#edd_user_history.edd-table thead tr:first-child th,.edd-table thead tr:first-child th{border-top:1px solid rgba(0,0,0,.05)}#edd_user_history.edd-table tbody tr,.edd-table tbody tr{position:relative;z-index:0}#edd_user_history.edd-table tbody tr td,.edd-table tbody tr td{border-bottom:0;font-size:14px;padding-top:1em;padding-bottom:1em}#edd_user_history.edd-table tbody tr:hover,.edd-table tbody tr:hover{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 3px 24px 0 rgba(18,43,70,.08);position:relative;z-index:9}#edd_user_history.edd-table tbody tr:last-child td,.edd-table tbody tr:last-child td{border-bottom:1px solid rgba(0,0,0,.05)}#edd_user_history.edd-table tbody tr:last-child td:first-child,.edd-table tbody tr:last-child td:first-child{border-radius:0 0 4px 0}#edd_user_history.edd-table tbody tr:last-child td:last-child,.edd-table tbody tr:last-child td:last-child{border-radius:0 0 0 4px}#edd_user_history.edd-table tbody td:first-child,.edd-table tbody td:first-child{border-right:1px solid rgba(0,0,0,.05)}#edd_user_history.edd-table tbody td:last-child,.edd-table tbody td:last-child{border-left:1px solid rgba(0,0,0,.05)}#edd_purchase_receipt_products li.edd_download_file{margin-right:0}#edd_purchase_receipt_products li.edd_download_file a.edd_download_file_link:before{content:"\ee57";font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;font-size:16px;margin-left:10px}#edd_purchase_receipt_products ul.edd_bundled_product_files{margin:0 0 10px}#edd_checkout_cart{border-collapse:separate;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;border-top:0}#edd_checkout_cart td,#edd_checkout_cart th{background-color:#fff;border:0}#edd_checkout_cart td:first-child,#edd_checkout_cart th:first-child{padding-right:1em}#edd_checkout_cart td:last-child,#edd_checkout_cart th:last-child{padding-left:1em}#edd_checkout_cart thead th{text-transform:uppercase;font-size:14px;font-weight:500;color:#939597;white-space:nowrap;padding-top:1rem;padding-bottom:1rem}#edd_checkout_cart thead .edd_cart_header_row th{background-color:#fff;padding:1rem;border-bottom:1px solid rgba(0,0,0,.05)}#edd_checkout_cart thead tr:first-child th:first-child{border-radius:0 4px 0 0;border-right:1px solid rgba(0,0,0,.05)}#edd_checkout_cart thead tr:first-child th:last-child{border-radius:4px 0 0 0;border-left:1px solid rgba(0,0,0,.05)}#edd_checkout_cart thead tr:first-child th{border-top:1px solid rgba(0,0,0,.05)}#edd_checkout_cart tbody tr{position:relative;z-index:0}#edd_checkout_cart tbody tr td{border-bottom:0;font-size:14px;padding-top:1em;padding-bottom:1em}@media (max-width:1200px){#edd_checkout_cart tbody tr td{vertical-align:top}}#edd_checkout_cart tbody tr:hover{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 3px 24px 0 rgba(18,43,70,.08);position:relative;z-index:9}#edd_checkout_cart tbody td:first-child{border-right:1px solid rgba(0,0,0,.05)}@media (max-width:1200px){#edd_checkout_cart tbody td:first-child{width:60%;line-height:1.5}}#edd_checkout_cart tbody td:last-child{border-left:1px solid rgba(0,0,0,.05)}@media (max-width:1200px){#edd_checkout_cart tbody td.edd_cart_actions{min-width:120px}}#edd_checkout_cart tbody td.edd_cart_actions .edd-item-quantity{margin-left:10px;height:35px;padding:2px 10px 2px 2px}#edd_checkout_cart tbody td.edd_cart_actions a.edd_cart_remove_item_btn{color:var(--bb-headings-color)}#edd_checkout_cart tbody td.edd_cart_actions a.edd_cart_remove_item_btn:hover{color:var(--bb-primary-color)}#edd_checkout_cart tfoot tr:last-child th{border-radius:0 0 4px 4px;border-right:1px solid rgba(0,0,0,.05);border-left:1px solid rgba(0,0,0,.05);border-bottom:1px solid rgba(0,0,0,.05);font-weight:500;font-size:14px}#edd_checkout_cart tfoot tr:last-child th.edd_cart_total{font-size:13px;text-transform:uppercase;font-weight:400;color:var(--bb-body-text-color)}#edd_checkout_cart tfoot tr:last-child th.edd_cart_total .edd_cart_amount{font-weight:500}#edd_checkout_form_wrap fieldset#edd_cc_address,#edd_checkout_form_wrap fieldset#edd_cc_fields,#edd_checkout_form_wrap fieldset#edd_checkout_user_info,#edd_checkout_form_wrap fieldset#edd_payment_mode_select{background-color:#fff;border-radius:4px;border:1px solid rgba(0,0,0,.05);position:relative;padding-top:70px}#edd_checkout_form_wrap fieldset#edd_cc_address legend,#edd_checkout_form_wrap fieldset#edd_cc_fields legend,#edd_checkout_form_wrap fieldset#edd_checkout_user_info legend,#edd_checkout_form_wrap fieldset#edd_payment_mode_select legend{text-transform:uppercase;font-size:16px;position:absolute;top:20px;color:var(--bb-headings-color)}#edd_checkout_form_wrap fieldset#edd_cc_address label,#edd_checkout_form_wrap fieldset#edd_cc_fields label,#edd_checkout_form_wrap fieldset#edd_checkout_user_info label,#edd_checkout_form_wrap fieldset#edd_payment_mode_select label{font-size:15px;font-weight:500}#edd_checkout_form_wrap fieldset#edd_cc_fields #edd_secure_site_wrapper{font-weight:500;font-size:14px}#edd_checkout_form_wrap fieldset#edd_cc_fields #edd_secure_site_wrapper .padlock:before{content:"\eecc";font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;font-size:14px;color:#939597;margin-left:2px}#edd_checkout_form_wrap fieldset#edd_cc_fields #edd_secure_site_wrapper .padlock svg{display:none}#edd_checkout_form_wrap fieldset#edd_purchase_submit p#edd_final_total_wrap{background-color:transparent;border-radius:0;border:0;border-top:1px solid rgba(0,0,0,.05);text-align:left;padding-left:0;color:inherit}#edd_checkout_form_wrap fieldset#edd_purchase_submit p#edd_final_total_wrap strong{text-transform:uppercase;font-size:14px;font-weight:400}#edd_checkout_form_wrap fieldset#edd_purchase_submit p#edd_final_total_wrap .edd_cart_amount{font-weight:700;font-size:14px}@media (max-width:800px){#edd_checkout_form_wrap input.edd-input,#edd_checkout_form_wrap select.edd-select,#edd_checkout_form_wrap textarea.edd-input{width:100%}}#edd_profile_editor_form fieldset#edd_profile_address_fieldset,#edd_profile_editor_form fieldset#edd_profile_password_fieldset,#edd_profile_editor_form fieldset#edd_profile_personal_fieldset{background-color:#fff;border-radius:4px;border:1px solid rgba(0,0,0,.05);position:relative;padding-top:70px;margin-bottom:1rem;margin-top:1rem}#edd_profile_editor_form fieldset#edd_profile_address_fieldset legend,#edd_profile_editor_form fieldset#edd_profile_password_fieldset legend,#edd_profile_editor_form fieldset#edd_profile_personal_fieldset legend{text-transform:uppercase;font-size:16px;position:absolute;top:20px;color:var(--bb-headings-color)}#edd_profile_editor_form fieldset#edd_profile_address_fieldset label,#edd_profile_editor_form fieldset#edd_profile_password_fieldset label,#edd_profile_editor_form fieldset#edd_profile_personal_fieldset label{font-size:16px;font-weight:500;width:30%}@media (max-width:800px){#edd_profile_editor_form fieldset#edd_profile_address_fieldset label,#edd_profile_editor_form fieldset#edd_profile_password_fieldset label,#edd_profile_editor_form fieldset#edd_profile_personal_fieldset label{width:100%}}#edd_profile_editor_form fieldset#edd_profile_address_fieldset input[type=email],#edd_profile_editor_form fieldset#edd_profile_address_fieldset input[type=password],#edd_profile_editor_form fieldset#edd_profile_address_fieldset input[type=text],#edd_profile_editor_form fieldset#edd_profile_address_fieldset select,#edd_profile_editor_form fieldset#edd_profile_password_fieldset input[type=email],#edd_profile_editor_form fieldset#edd_profile_password_fieldset input[type=password],#edd_profile_editor_form fieldset#edd_profile_password_fieldset input[type=text],#edd_profile_editor_form fieldset#edd_profile_password_fieldset select,#edd_profile_editor_form fieldset#edd_profile_personal_fieldset input[type=email],#edd_profile_editor_form fieldset#edd_profile_personal_fieldset input[type=password],#edd_profile_editor_form fieldset#edd_profile_personal_fieldset input[type=text],#edd_profile_editor_form fieldset#edd_profile_personal_fieldset select{width:68%}@media (max-width:800px){#edd_profile_editor_form fieldset#edd_profile_address_fieldset input[type=email],#edd_profile_editor_form fieldset#edd_profile_address_fieldset input[type=password],#edd_profile_editor_form fieldset#edd_profile_address_fieldset input[type=text],#edd_profile_editor_form fieldset#edd_profile_address_fieldset select,#edd_profile_editor_form fieldset#edd_profile_password_fieldset input[type=email],#edd_profile_editor_form fieldset#edd_profile_password_fieldset input[type=password],#edd_profile_editor_form fieldset#edd_profile_password_fieldset input[type=text],#edd_profile_editor_form fieldset#edd_profile_password_fieldset select,#edd_profile_editor_form fieldset#edd_profile_personal_fieldset input[type=email],#edd_profile_editor_form fieldset#edd_profile_personal_fieldset input[type=password],#edd_profile_editor_form fieldset#edd_profile_personal_fieldset input[type=text],#edd_profile_editor_form fieldset#edd_profile_personal_fieldset select{width:100%}}#edd_profile_editor_form fieldset#edd_profile_submit_fieldset{border:0;padding:0}.edd-cart-meta.edd_subtotal,.edd-cart-meta.edd_total{background-color:transparent;border-top:1px solid rgba(0,0,0,.05);padding-top:5px;padding-bottom:5px;margin-top:15px;font-weight:500;text-align:left}.edd-cart-meta.edd_total{font-weight:400;font-size:14px;text-transform:uppercase}.edd-cart-meta.edd_total .cart-total{text-transform:none;font-weight:700}.widget ul li.cart_item.edd_checkout a,ul.edd-cart li.cart_item.edd_checkout a{background:var(--bb-primary-color);border-color:var(--bb-primary-color);border-radius:100px;padding:8px 2em;color:#fff;font-size:14px}.widget ul li.cart_item.edd_checkout a:hover,ul.edd-cart li.cart_item.edd_checkout a:hover{background-color:#0f74e0}.edd_downloads_list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.edd_downloads_list .edd_download{margin-bottom:20px}.edd_downloads_list.edd_download_columns_3 .edd_download{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;max-width:33.33%}@media (max-width:800px){.edd_downloads_list.edd_download_columns_3 .edd_download{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media (max-width:544px){.edd_downloads_list.edd_download_columns_3 .edd_download{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.edd_downloads_list.edd_download_columns_2 .edd_download{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}@media (max-width:544px){.edd_downloads_list.edd_download_columns_2 .edd_download{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (max-width:992px){.bb-buddypanel .edd_downloads_list.edd_download_columns_3 .edd_download{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media (max-width:544px){.bb-buddypanel .edd_downloads_list.edd_download_columns_3 .edd_download{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.edd_download_inner{margin:0 10px;padding:0;background-color:#fff;border-radius:4px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.edd_download_inner:hover{box-shadow:0 6px 24px 0 rgba(18,43,70,.12)}.edd_download_inner .edd_download_image{margin-bottom:20px}.edd_download_inner .edd_download_image a{position:relative;overflow:hidden;padding-top:92.56%;display:block;background:#809ab4;border-radius:4px 4px 0 0}.edd_download_inner .edd_download_image a img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover}.edd_download_inner h3.edd_download_title{padding:0 20px;margin-bottom:15px;font-size:16px;line-height:1.85;display:block;display:-webkit-box;max-height:1.85em;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%;text-align:center}.edd_download_inner h3.edd_download_title a{color:var(--bb-headings-color)}.edd_download_inner h3.edd_download_title a:hover{color:var(--bb-primary-color)}.edd_download_inner .edd_download_excerpt{padding:0 20px;font-size:14px;line-height:1.65;display:block;display:-webkit-box;max-height:3.15em;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%;margin-bottom:30px;text-align:center}.edd_download_inner .edd_download_buy_button{text-align:center;margin-top:auto}.edd_download_inner .edd_download_buy_button .edd_price_options{text-align:center;padding:0 25px}.edd_download_inner .edd_download_buy_button .edd_price_options ul{display:inline-block}.edd_download_inner .edd_download_buy_button .edd_price_options ul li{text-align:right;margin-bottom:4px}.edd_download_inner .edd_download_buy_button form{margin-bottom:0}.edd_download_inner .edd_download_buy_button .edd_price_options label{font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.edd_download_inner .edd_download_buy_button .edd_price_options label span.edd_price_option_name{line-height:1.6;margin-left:5px}.edd_download_inner .edd_download_buy_button .edd_price_options label span.edd_price_option_price{line-height:1.6;margin-right:auto;color:#939597;font-size:13px}.edd_download_inner .edd_download_buy_button .edd_price_options label span.edd_price_option_sep{display:none}.edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper{border-top:1px solid var(--bb-content-border-color)}.edd_download_inner .edd_download_buy_button .edd_download_quantity_wrapper{display:none}.edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper a.edd-add-to-cart,.edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper a.edd_go_to_checkout,.edd_download_inner .edd_download_buy_button [type=submit].edd-add-to-cart.edd-submit{width:100%;border-radius:0 0 4px 4px;color:var(--bb-primary-color);background-color:#fff;border-color:#fff;font-size:13px;text-transform:uppercase}.edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper a.edd-add-to-cart:hover,.edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper a.edd_go_to_checkout:hover,.edd_download_inner .edd_download_buy_button [type=submit].edd-add-to-cart.edd-submit:hover{color:#fff;background-color:var(--bb-primary-color);border-color:var(--bb-primary-color)}.edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper a.edd-add-to-cart .edd-loading,.edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper a.edd_go_to_checkout .edd-loading,.edd_download_inner .edd_download_buy_button [type=submit].edd-add-to-cart.edd-submit .edd-loading{border-top:.2em solid rgba(0,0,0,.2);border-left:.2em solid rgba(0,0,0,.2);border-bottom:.2em solid rgba(0,0,0,.2)}.edd_download_inner .edd_download_buy_button .edd-cart-ajax-alert{display:none}.edd_downloads_list{margin-right:-10px;margin-left:-10px}p.edd-cart-number-of-items{font-size:14px;font-style:normal;text-transform:uppercase;color:inherit}.widget p.edd-cart-number-of-items{font-size:12px}ul.edd-cart{list-style:none;margin-right:0;font-size:16px}ul.edd-cart li.edd-cart-item{padding:8px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px}ul.edd-cart li.edd-cart-item .edd-cart-item-title{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-left:10px}ul.edd-cart li.edd-cart-item .edd-cart-item-quantity{-webkit-box-flex:0;-ms-flex:0 0 10%;flex:0 0 10%;padding-left:5px}ul.edd-cart li.edd-cart-item .edd-cart-item-quantity .bs-qty-tag{color:#939597}ul.edd-cart li.edd-cart-item .edd-cart-item-price{-webkit-box-flex:0;-ms-flex:0 0 12%;flex:0 0 12%;padding-left:10px}ul.edd-cart li.edd-cart-item .edd-cart-item-separator{display:none}ul.edd-cart li.edd-cart-item a.edd-remove-from-cart{text-align:left;color:var(--bb-headings-color);font-size:0}ul.edd-cart li.edd-cart-item a.edd-remove-from-cart:hover{color:var(--bb-primary-color)}ul.edd-cart li.edd-cart-item a.edd-remove-from-cart:before{color:var(--bb-headings-color);font-size:22px;content:"\e828";display:inline-block;font-family:bb-icons;text-rendering:auto;-webkit-font-smoothing:antialiased}.entry-content ul.edd-cart .wrap-edd-cart-item{display:inline-block;width:100%;padding:0}.entry-content ul.edd-cart .wrap-edd-cart-item li.edd-cart-item{padding-right:15px;padding-left:15px;background-color:#fff;border-right:1px solid var(--bb-content-border-color);border-left:1px solid var(--bb-content-border-color);position:relative;z-index:0}.entry-content ul.edd-cart .wrap-edd-cart-item li.edd-cart-item:hover{box-shadow:0 3px 24px 0 rgba(18,43,70,.08);position:relative;z-index:1}.entry-content ul.edd-cart .wrap-edd-cart-item li.edd-cart-item:first-child{padding-top:15px;border-top:1px solid var(--bb-content-border-color);border-radius:4px 4px 0 0}.entry-content ul.edd-cart .wrap-edd-cart-item li.edd-cart-item:last-child{padding-bottom:15px;border-bottom:1px solid var(--bb-content-border-color);border-radius:0 0 4px 4px}.entry-content ul.edd-cart .edd-cart-meta.edd_total{border-top:0;margin-top:10px}.widget ul.edd-cart li.edd-cart-item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.widget ul.edd-cart li.edd-cart-item .edd-cart-item-price,.widget ul.edd-cart li.edd-cart-item .edd-cart-item-quantity{font-size:12px}.widget ul.edd-cart .cart_item.empty{font-size:13px}.entry-content-download{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;padding:20px}article.edd-download .entry-content-wrap{padding:0}article.edd-download .entry-content-wrap .edd_purchase_submit_wrapper{margin-top:20px}article.edd-download .entry-content-wrap .entry-content{font-size:16px}article.edd-download .entry-content-wrap .edd_download_purchase_form label{font-size:16px}article.edd-download .entry-content-wrap .edd_download_purchase_form .edd_price_options li{padding:3px 0}.edd-page .edd-alert{padding:5px 10px;border-radius:3px;font-size:14px}.edd-page .edd-alert-error{background-color:var(--bb-danger-color);border-color:var(--bb-danger-color);color:#fff}.edd-page .edd-alert-success{background-color:var(--bb-success-color);border-color:var(--bb-success-color);color:#fff}.entry-content .edd-alert{padding:5px 10px;font-size:14px;border-radius:3px}.entry-content .edd-alert strong{color:#fff}.entry-content .edd-alert-error{background-color:var(--bb-danger-color);border-color:var(--bb-danger-color);color:#fff}.entry-content .edd-alert-success{background-color:var(--bb-success-color);border-color:var(--bb-success-color);color:#fff}body:not(.bb-page-loaded) #edd_checkout_cart_form input[name=edd_update_cart_submit]{display:none}body:not(.bb-page-loaded) #edd_checkout_cart .edd_cart_footer_row th:not(.edd_cart_total){padding-top:0;padding-bottom:0}.cart-empty ul.edd-cart li.cart_item.empty+li.cart_item.empty{display:none}p.edd-logged-out{font-size:15px;margin-bottom:10px;color:#939597}#edd_checkout_form_wrap input.edd-input,#edd_checkout_form_wrap textarea.edd-input{color:inherit}#edd_login_form fieldset{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;padding:20px;position:relative;padding-top:70px;margin-top:0}#edd_login_form fieldset legend{text-transform:uppercase;font-size:14px;position:absolute;top:20px;color:var(--bb-headings-color)}#edd_login_form fieldset p{font-size:15px}#edd_login_form fieldset label{font-size:15px}#edd_login_form fieldset .edd-login-password,#edd_login_form fieldset .edd-login-username{margin-bottom:15px}#edd_login_form fieldset .edd-login-password label,#edd_login_form fieldset .edd-login-username label{width:100%;display:inline-block}#edd_login_form fieldset .edd-login-password input,#edd_login_form fieldset .edd-login-username input{width:100%}#edd_login_form fieldset>p{width:50%;margin:0 auto}#edd_login_form fieldset>p:first-of-type{padding-top:30px}#edd_login_form fieldset>p:last-of-type{padding-bottom:30px}#edd_login_form fieldset p.edd-lost-password{padding-top:10px;text-align:left;font-size:12px}@media (max-width:992px){#edd_login_form fieldset>p{width:80%}}@media (max-width:800px){#edd_login_form fieldset>p{width:90%}}#edd_login_form fieldset .edd-login-submit{text-align:left}#edd_login_form fieldset .bs-edd-login-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#edd_login_form fieldset .bs-edd-login-actions label,#edd_login_form fieldset .bs-edd-login-actions p{font-size:14px}#edd_login_form fieldset .bs-edd-login-actions .edd-login-remember{margin-left:auto}@media (max-width:380px){#edd_login_form fieldset .bs-edd-login-actions{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#edd_login_form fieldset .bs-edd-login-actions p{margin-bottom:10px}#edd_login_form fieldset .bs-edd-login-actions .edd-login-remember{margin-left:auto;margin-right:auto}#edd_login_form fieldset .edd-login-submit{padding-top:15px;text-align:center}}@media (max-width:800px){body.edd-downloads-history .entry-content,body.edd-purchase-history .entry-content{overflow-x:auto}body.edd-downloads-history .entry-content table#edd_user_history,body.edd-purchase-history .entry-content table#edd_user_history{min-width:700px}#edd_checkout_cart_wrap{overflow-x:auto}#edd_checkout_cart_wrap table#edd_checkout_cart{min-width:700px}}#it-exchange-store .it-exchange-products{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-10px;margin-left:-10px}#it-exchange-store .it-exchange-products li.it-exchange-product{background-color:#fff;border-radius:0 0 4px 4px;margin:0 10px 20px;width:-webkit-calc(50% - 20px);width:calc(50% - 20px);position:relative;padding-bottom:70px}#it-exchange-store .it-exchange-products li.it-exchange-product>p{margin:0}#it-exchange-store .it-exchange-products li.it-exchange-product:hover{box-shadow:0 6px 24px 0 rgba(18,43,70,.12)}@media (max-width:544px){#it-exchange-store .it-exchange-products li.it-exchange-product{width:100%}}#it-exchange-store .it-exchange-products .it-exchange-featured-image>p{margin:0}#it-exchange-store .it-exchange-products .featured-image-wrapper{position:relative;overflow:hidden;padding-top:92.56%;display:block;background:#809ab4;border-radius:4px 4px 0 0}#it-exchange-store .it-exchange-products .featured-image-wrapper img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover}#it-exchange-store .it-exchange-products .it-exchange-product-details{text-align:center;padding:1em 0 0}#it-exchange-store .it-exchange-products .it-exchange-product-details h2.it-exchange-product-title{font-size:16px;padding-right:1em;padding-left:1em}#it-exchange-store .it-exchange-products .it-exchange-product-details h2.it-exchange-product-title a{color:var(--bb-headings-color)}#it-exchange-store .it-exchange-products .it-exchange-product-details h2.it-exchange-product-title a:hover{color:var(--bb-primary-color)}#it-exchange-store .it-exchange-products .it-exchange-product-details .it-exchange-base-price{font-size:15px;color:#dc5525;float:none;display:block;margin:0 1em auto}#it-exchange-store .it-exchange-products .it-exchange-product-details .it-exchange-base-price del{color:#c8cbcf;font-weight:400}#it-exchange-store .it-exchange-products .it-exchange-product-details .it-exchange-base-price ins{text-decoration:none;font-weight:400;color:#dc5525}#it-exchange-store .it-exchange-products .it-exchange-product-details a.it-exchange-product-permalink{float:none;display:block;font-size:13px;line-height:2.5;text-transform:uppercase;padding:.618em 1em;border-top:1px solid var(--bb-content-border-color);margin-top:25px;border-radius:0 0 4px 4px;-webkit-transition:all linear .2s;transition:all linear .2s;position:absolute;bottom:0;width:100%}#it-exchange-store .it-exchange-products .it-exchange-product-details a.it-exchange-product-permalink:hover{background-color:var(--bb-primary-color);color:#fff}.it-exchange-wrap .it-exchange-messages li{background-color:#fff;border:1px solid var(--bb-content-border-color);font-size:15px}.it-exchange-wrap.it-exchange-account input[type=password],.it-exchange-wrap.it-exchange-account input[type=text]{width:100%}.it-exchange-wrap .it-exchange-transaction-meta{margin-bottom:30px}.it-exchange-wrap .it-exchange-transaction-meta h3{text-transform:uppercase;font-weight:500;color:var(--bb-headings-color);font-size:14px}.it-exchange-wrap .it-exchange-transaction-meta p{font-size:14px}.it-exchange-wrap .it-exchange-transaction-meta .existing-shipping-address{font-size:14px}@media (max-width:800px){.it-exchange-wrap .it-exchange-transaction-meta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.it-exchange-wrap .it-exchange-transaction-purchases-label h3{text-transform:uppercase;font-weight:500;color:var(--bb-headings-color);font-size:14px}.it-exchange-wrap .it-exchange-transaction-products{border:0}.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product{border-bottom:0}.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-attributes h3{font-size:16px;font-weight:500}.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-downloads{margin-top:15px}.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-downloads h4{text-transform:uppercase;font-size:12px}.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-downloads .it-exchange-transaction-product-downloads-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-downloads .it-exchange-transaction-product-downloads-list li .it-exchange-transaction-product-download-title{font-size:14px}.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-downloads .it-exchange-transaction-product-downloads-list li .it-exchange-right{margin-right:auto}.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-downloads .it-exchange-transaction-product-downloads-list li .it-exchange-right a.button{padding-top:7px;padding-bottom:7px;font-size:13px}#it-exchange-confirmation .it-exchange-transaction-product-downloads .it-exchange-transaction-product-downloads-list li{margin-right:0;margin-bottom:10px}#it-exchange-product{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px}#it-exchange-product .it-exchange-product-standard-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info{-webkit-box-flex:0;-ms-flex:0 0 55%;flex:0 0 55%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-column-inner{padding:0 0 0 20px;font-size:16px}#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-super-widget .it-exchange-sw-product{border:0}#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-super-widget .it-exchange-sw-product .purchase-options{padding-right:0;padding-left:0}#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-product-price{border:0;font-size:22px}#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-product-price del{color:#939597;font-weight:400}#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-product-price ins{color:var(--bb-headings-color);font-weight:500;text-decoration:none}#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-product-description{color:var(--bb-alternate-text-color)}#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-images{-webkit-box-flex:0;-ms-flex:0 0 45%;flex:0 0 45%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-images .it-exchange-column-inner{margin-right:0;margin-left:1.5em;margin-bottom:20px}#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-images-gallery .it-exchange-featured-image .featured-image-wrapper{border:0}#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-images-gallery ul.it-exchange-thumbnail-images{margin:0 20px}#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-images-gallery ul.it-exchange-thumbnail-images li span{border:0}@media (max-width:800px){#it-exchange-product .it-exchange-product-standard-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-column-inner{padding-right:20px}#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-images .it-exchange-column-inner{margin-right:1.5em}}#it-exchange-product .it-exchange-product-advanced-content{font-size:16px;margin:0 20px 30px}#it-exchange-product .it-exchange-product-advanced-content .it-exchange-extended-description{padding:2em 1em 0}#it-exchange-confirmation ul.it-exchange-customer-menu,.it-exchange-account ul.it-exchange-customer-menu{border-bottom:1px solid #eef0f3;padding-bottom:8px}#it-exchange-confirmation ul.it-exchange-customer-menu li,.it-exchange-account ul.it-exchange-customer-menu li{margin:0 0 0 25px;padding-bottom:12px}#it-exchange-confirmation ul.it-exchange-customer-menu li a,.it-exchange-account ul.it-exchange-customer-menu li a{display:inline-block;padding:0;font-size:14px;color:#939597}#it-exchange-confirmation ul.it-exchange-customer-menu li a:hover,.it-exchange-account ul.it-exchange-customer-menu li a:hover{color:var(--bb-headings-color)}#it-exchange-confirmation ul.it-exchange-customer-menu li.current,.it-exchange-account ul.it-exchange-customer-menu li.current{border-bottom:1px solid var(--bb-primary-color)}#it-exchange-confirmation ul.it-exchange-customer-menu li.current a,.it-exchange-account ul.it-exchange-customer-menu li.current a{color:var(--bb-headings-color)}#it-exchange-confirmation ul.it-exchange-customer-menu{margin-right:0}#it-exchange-confirmation ul.it-exchange-customer-menu li{display:inline}#it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-products{border:0}#it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product-cart-object .it-exchange-column-inner{padding-left:10px;font-size:14px;margin:23px 0}#it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-summary-loop.it-exchange-table{border:0}#it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-summary-loop{font-size:14px}#it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-summary-loop .it-exchange-confirmation-totals-title{border:0;text-transform:uppercase;color:#939597}#it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-summary-loop .it-exchange-confirmation-totals-amount{border:0}#it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-summary-loop .it-exchange-confirmation-totals-amount .it-exchange-table-column-inner{text-align:left}#it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-summary-loop .it-exchange-cart-totals-total .it-exchange-table-column-inner{border-bottom:0;text-align:left}.it-exchange-account label{font-size:14px}.it-exchange-account .it-exchange-customer-info{font-size:16px}.it-exchange-account .it-exchange-customer-info .it-exchange-customer-welcome{text-align:center;padding-top:20px}.it-exchange-wrap.it-exchange-account input[type=password],.it-exchange-wrap.it-exchange-account input[type=submit],.it-exchange-wrap.it-exchange-account input[type=text]{font-size:14px}.it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing{border:0}.it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing .cart-items-wrapper{margin-right:1em;margin-left:1em;border-radius:4px}.it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing .cart-items-wrapper .cart-item{border-bottom:0}.it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing .cart-items-wrapper .cart-item a.it-exchange-empty-cart{display:inline-block;width:20px;height:20px;background-color:#fff;line-height:19px;text-align:center;border-radius:100%;color:var(--bb-headings-color)}.it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing .cart-items-wrapper .cart-item a.it-exchange-empty-cart:hover{color:var(--bb-primary-color)}.it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing .cart-items-wrapper .cart-item .item-info input{max-width:65px;padding-right:10px;padding-left:10px}.it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing form#zero_sum_checkout_form{margin-bottom:0}.it-exchange-wrap .it-exchange-super-widget .payment-methods-wrapper{border-bottom:0}.it-exchange-wrap .it-exchange-super-widget .quantity{border-bottom:0}.it-exchange-wrap .it-exchange-super-widget .cart-actions-wrapper{font-size:14px}.it-exchange-wrap .it-exchange-super-widget .cart-actions-wrapper .cancel-update{border-bottom:0}#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase{margin-bottom:1em;padding-bottom:1em}#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-purchase-top{font-size:12px;text-transform:uppercase}@media (max-width:544px){#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-purchase-top .it-exchange-purchase-total{float:none;display:block}}#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info .it-exchange-item-data-top{font-weight:500;font-size:16px;color:var(--bb-headings-color);margin-bottom:.5em}#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info .it-exchange-item-data-bottom{font-size:14px;color:#939597;line-height:1.65;display:block;display:-webkit-box;max-height:3.4em;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:95%}@media (max-width:544px){#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info{margin-bottom:0}#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info .it-exchange-item-thumbnail{float:none;margin:0 auto 20px;width:30%}#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info .it-exchange-item-data{float:none;width:100%}#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info .it-exchange-item-data .it-exchange-item-data-bottom,#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info .it-exchange-item-data .it-exchange-item-data-top{margin-right:0}}#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-no-transaction-products-found{font-size:14px;color:#939597}@media (max-width:544px){#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase{border-bottom:1px solid var(--bb-content-border-color);margin-bottom:2em}#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase:last-of-type{border-bottom:0}}#it-exchange-downloads.it-exchange-wrap .it-exchange-download{overflow:hidden;font-size:16px}#it-exchange-downloads.it-exchange-wrap .it-exchange-download .it-exchange-download-product a{font-size:14px}#it-exchange-downloads.it-exchange-wrap .it-exchange-download .it-exchange-download-info h4{font-size:16px;color:var(--bb-headings-color);margin-bottom:10px}#it-exchange-downloads.it-exchange-wrap .it-exchange-download .it-exchange-download-info ul.it-exchange-downloads-data{list-style:none;margin-right:0;font-size:14px}#it-exchange-downloads.it-exchange-wrap .it-exchange-download .it-exchange-download-info ul.it-exchange-downloads-data li.it-exchange-download-data span{margin-right:0;margin-left:1em;color:#939597}@media (max-width:544px){#it-exchange-downloads.it-exchange-wrap .it-exchange-download .it-exchange-download-info ul.it-exchange-downloads-data li.it-exchange-download-data span{display:block;width:100%}}#it-exchange-login{background:#fff;border:1px solid #eef0f3;border-radius:4px}#it-exchange-login .it-exchange-login-form{width:50%;margin:0 auto;padding:3rem 0}#it-exchange-login .it-exchange-login-form .it-exchange-rememberme{margin-top:5px;margin-bottom:15px}#it-exchange-login .it-exchange-login-form #wp-submit{padding-right:2em;padding-left:2em;margin-bottom:1em}#it-exchange-login .it-exchange-login-form .it-exchange-recover-url{font-size:14px}#it-exchange-login .it-exchange-login-form .it-exchange-register-url{font-size:14px}@media (max-width:800px){#it-exchange-login .it-exchange-login-form{width:85%}}.it-exchange-account .it-exchange-rememberme label{display:inline-block;position:relative;top:1px}#it-exchange-registration{background:#fff;border:1px solid #eef0f3;border-radius:4px}#it-exchange-registration form.it-exchange-register{width:50%;margin:0 auto;padding:3rem 0}#it-exchange-registration form.it-exchange-register .it-exchange-registration-login{text-align:left;font-size:14px}#it-exchange-registration form.it-exchange-register #it-exchange-register-customer{padding-right:2em;padding-left:2em}@media (max-width:800px){#it-exchange-registration form.it-exchange-register{width:85%}}.gform_wrapper form .top_label .gfield_label{font-size:16px}.gform_wrapper form input:not([type=radio],[type=checkbox],[type=submit],[type=button],[type=image],[type=file]){padding:0 12px;font-size:15px}.gform_wrapper.gf_browser_chrome form select{padding:8px 12px;padding-left:40px;font-size:15px}.gform_wrapper form textarea{padding:8px 12px;font-size:15px}.gform_wrapper form .gform_footer input.button,.gform_wrapper form .gform_footer input[type=submit],.gform_wrapper form .gform_page_footer input.button,.gform_wrapper form .gform_page_footer input[type=submit]{font-size:15px}.ui-datepicker.ui-widget-content{box-shadow:0 5px 10px rgba(0,0,0,.2)}.ui-datepicker.ui-widget-content tbody td{border-color:#fff}.ui-datepicker td.ui-datepicker-unselectable.ui-state-disabled{background-color:#fff}.ui-datepicker .ui-datepicker-calendar .ui-state-default{box-shadow:none}.ui-datepicker table td a{line-height:1.4em;font-weight:400}.ui-datepicker table thead{background:#fff}.ui-datepicker table th{font-size:inherit}.ui-datepicker .ui-datepicker-title select,.ui-datepicker-title select{border:0;height:35px;font-size:13px;font-family:inherit}.ui-datepicker .ui-datepicker-header a.ui-datepicker-next,.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev{height:100%}.ui-datepicker .ui-datepicker-header a.ui-datepicker-next span:before,.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev span:before{text-shadow:none}.gform_wrapper form .gform_fileupload_multifile .gform_drop_area{border:2px dashed #dedfe2;background:#fff;border-radius:0;font-size:16px}.gform_wrapper.gf_browser_chrome form input.button.gform_button_select_files{padding:6px 18px!important}.gform_wrapper .ginput_preview{font-size:16px}.gform_wrapper .ginput_preview strong{font-weight:inherit}.ginput_container_fileupload>input[type=file],.ginput_container_post_image input[type=file]{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.ginput_container_fileupload>input[type=file]+label,.ginput_container_post_image input[type=file]+label{font-size:16px;font-weight:700;color:var(--bb-primary-color);background-color:#fff;border:2px dashed #dedfe2;width:100%;text-align:center;padding:2em 1em;display:inline-block;float:none;cursor:pointer}.gform_wrapper form table.gfield_list thead th{font-size:16px}.gform_wrapper .gfield.field_sublabel_below .ginput_complex.ginput_container label{margin-top:0}.gform_wrapper .ginput_container table.gfield_list tr td.gfield_list_icons{padding-right:10px!important}.gform_wrapper .ginput_container table.gfield_list tr td.gfield_list_icons img{outline:0;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.gform_wrapper form div.validation_error{border:0;background-color:var(--bb-danger-color);border-color:var(--bb-danger-color);color:#fff;font-size:14px;text-align:right;border-radius:4px;font-weight:inherit;padding:5px 10px}.ginput_container_checkbox label,.ginput_container_radio label{background:100% 0;box-shadow:none;outline:0;outline-width:0;-webkit-tap-highlight-color:transparent!important}@media (max-width:641px){.gform_wrapper form input:not([type=radio],[type=checkbox],[type=image],[type=file]),.gform_wrapper form input[type=submit]{line-height:1.3}.gform_wrapper form .ginput_container.ginput_container_checkbox span,.gform_wrapper form .ginput_container.ginput_container_radio span{display:inline-block;margin-bottom:0}}@media only screen and (max-width:761px){.gform_wrapper form table.gfield_list tr{border:1px solid #ccc;border-top:1px solid #ccc;border-bottom:1px solid #ccc;border-radius:3px}.gform_wrapper form table.gfield_list tr td.gfield_list_icons{background-color:#f8f8f8}.gform_wrapper form table.gfield_list tr td.gfield_list_icons img{outline:0}}div.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label,div.gform_wrapper ul.gfield_radio li input[type=radio]:checked+label{font-weight:inherit}.gform_wrapper ul.gfield_checkbox li label,.gform_wrapper ul.gfield_radio li label{line-height:normal}.gfield_checkbox input[type=checkbox]{opacity:0;height:0;width:0}.gfield_checkbox input[type=checkbox]+label{cursor:pointer;display:inline-block;position:relative;padding:0;line-height:1}.gfield_checkbox input[type=checkbox]+label:before{content:"";margin-left:10px;display:inline-block;vertical-align:text-top;width:20px;height:20px;background:var(--bb-primary-color);border-radius:3px;border:1px solid #c9cbca}.gfield_checkbox input[type=checkbox]:checked+label:before{background:var(--bb-primary-color);border-color:var(--bb-primary-color)}.gfield_checkbox input[type=checkbox]:disabled+label{color:#b8b8b8;cursor:auto}.gfield_checkbox input[type=checkbox]:disabled+label:before{box-shadow:none;background:#ddd}.gfield_checkbox input[type=checkbox]:checked+label:after{content:"\E876";position:absolute;right:3px;top:3px;font-family:bb-icons;color:#fff;font-size:14px;line-height:1;display:block}.gfield_radio input[type=radio]{margin:0!important;height:0;width:0;opacity:0}.gfield_radio input[type=radio]+.bb-radio-label,.gfield_radio input[type=radio]+label{margin:0!important;font-size:15px;display:inline-block!important;line-height:normal!important;position:relative;cursor:pointer}.gfield_radio input[type=radio]+.bb-radio-label:before,.gfield_radio input[type=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:#fff;border:2px solid #d6dce6;border-radius:100%;margin-left:10px}.gfield_radio input[type=radio]:disabled+.bb-radio-label,.gfield_radio input[type=radio]:disabled+label{color:#b8b8b8;cursor:auto}.gfield_radio input[type=radio]:disabled+.bb-radio-label:before,.gfield_radio input[type=radio]:disabled+label:before{box-shadow:none;background:#ddd}.gfield_radio input[type=radio]:checked+.bb-radio-label:after,.gfield_radio input[type=radio]:checked+label:after{content:"";background-color:var(--bb-primary-color);margin:auto;width:14px;position:absolute;height:14px;text-align:center;right:4px;top:5px;border-radius:100%}.gform_wrapper .ginput_container_radio .gfield_radio .gchoice input[type=radio]+label{padding-right:32px}.gform_wrapper .ginput_container_radio .gfield_radio .gchoice input[type=radio]+label::before{position:absolute;right:0;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}.gform_wrapper .ginput_container_radio .gfield_radio .gchoice input[type=radio]:checked+label::after{top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}.nf-form-wrap .nf-form-content{max-width:100%}.nf-form-wrap .nf-form-content .nf-field-element input[type=button]{border-color:#ff865a;background-color:#ff865a;font-size:15px;border-radius:100px;padding:0 20px;color:#fff}.nf-form-wrap .nf-form-content .nf-field-element input[type=button]:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}.nf-form-wrap .nf-form-content .nf-pass.field-wrap .nf-field-element:after{font-size:24px;height:40px;line-height:40px}.nf-form-wrap .nf-form-content .nf-field-element input,.nf-form-wrap .nf-form-content .nf-field-element select,.nf-form-wrap .nf-form-content .nf-field-element select.ninja-forms-field:not([multiple]){height:40px;outline:0;vertical-align:middle;background-color:#fff;border:1px solid #dedfe2;border-radius:3px;box-shadow:none;padding:0 12px;font-size:15px}.nf-form-wrap .nf-form-content .nf-field-element select[multiple]{height:auto}.nf-form-wrap .nf-form-content .list-checkbox-wrap .nf-field-element li span.checkbox.on{background-color:#ff865a;border-color:#ff865a;border-radius:4px}.nf-form-wrap .nf-form-content .list-checkbox-wrap .icheckbox_minimal{z-index:99}.nf-form-wrap .nf-form-content .list-checkbox-wrap .icheckbox_minimal~.checkbox{display:none}.nf-form-wrap .nf-form-content .list-checkbox-wrap .icheckbox_minimal{position:absolute}.nf-form-wrap .nf-form-content ins.iCheck-helper{z-index:999999}.nf-form-wrap .nf-form-content .listcheckbox-wrap .nf-field-element label:after{border-color:transparent}.nf-form-wrap .nf-form-content .listcheckbox-wrap .nf-field-element label:before{display:none}.nf-form-wrap .nf-form-content .list-checkbox-wrap .nf-field-element ul li{display:-webkit-box;display:-ms-flexbox;display:flex}.nf-form-wrap .nf-form-content .checkbox-wrap .nf-field-label label:before{height:20px;font-size:16px;width:20px;right:-27px}.nf-form-wrap .nf-form-content .nf-error.field-wrap .nf-field-element:after{height:38px;width:40px;line-height:40px}.nf-form-wrap .nf-form-fields-required{margin-bottom:15px;font-size:14px}.nf-form-wrap .label-above .nf-field-label{margin-bottom:6px}.nf-form-wrap .nf-field-label{margin-bottom:6px}.nf-form-wrap .nf-field-label label{font-size:16px}.nf-form-wrap .nf-field-description{font-size:14px;line-height:1.6;margin-bottom:10px}.nf-form-wrap .nf-help.fa-info-circle{background:100% 0}.nf-form-wrap .nf-help.fa-info-circle:before{font-family:bb-icons;content:"\ee65";font-weight:100}.nf-form-wrap .nf-help.fa-info-circle:after{display:none}.nf-form-wrap .nf-field-container .nf-field-label{margin-bottom:0}.nf-form-wrap .nf-after-form-content .nf-error-msg{background-color:var(--bb-danger-color);border-color:var(--bb-danger-color);color:#fff;font-size:14px;border-radius:4px;padding:5px 10px}.nf-form-wrap .nf-response-msg{background-color:var(--bb-success-color);border-color:var(--bb-success-color);color:#fff;font-size:14px;border-radius:4px;padding:5px 10px}.nf-form-wrap .nf-response-msg p{margin:0}.jBox-wrapper{max-width:50%}.pika-single.is-bound{border:0;box-shadow:0 5px 10px rgba(0,0,0,.2);border-radius:4px}.pika-lendar .pika-table{margin-bottom:0}.pika-lendar .pika-table th{font-weight:400;color:#939597}.pika-lendar .pika-table th abbr[title]{text-decoration:none}.pika-lendar .pika-table td{border-bottom:0}.pika-lendar .pika-table .pika-button{background:100% 0;line-height:25px}.pika-lendar .pika-table .pika-button:hover{background:100% 0;color:var(--bb-primary-color)}.pika-lendar .pika-table .is-selected .pika-button{color:var(--bb-primary-color);box-shadow:none;font-weight:inherit}.pika-title .pika-label{font-weight:400;color:var(--bb-primary-color);padding:0 3px;line-height:30px;top:0}.pika-title .pika-label select{height:30px;top:0}.pika-title button.pika-next,.pika-title button.pika-prev{text-indent:inherit;font-size:0}.pika-title button.pika-next:hover,.pika-title button.pika-prev:hover{background-color:transparent;border-color:transparent}.pika-title button.pika-prev{background-image:none}.pika-title button.pika-prev:before{content:"\E8AB";font-family:bb-icons;font-weight:400;speak:none;display:inline-block;color:#939597;font-size:22px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pika-title button.pika-next{background-image:none}.pika-title button.pika-next:before{content:"\e827";font-family:bb-icons;font-weight:400;speak:none;display:inline-block;color:#939597;font-size:22px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.list-checkbox-wrap .nf-field-element li{overflow:hidden}.checkbox-container .checkbox-wrap .nf-field-label{margin-bottom:0;padding-right:15px}.checkbox-container .checkbox-wrap .nf-field-label label{font-size:16px;line-height:22px;font-weight:500}.checkbox-container .checkbox-wrap .nf-field-element{position:relative;width:20px;height:20px}.checkbox-container .checkbox-wrap .nf-field-element input[type=checkbox]{margin:0;position:absolute;height:20px;width:20px;right:0;top:0;z-index:6}.checkbox-container .checkbox-wrap .nf-field-element span.checkbox{z-index:5;display:inline-block;background:#fff;border:1px solid var(--bb-content-border-color);margin:0;position:absolute;height:20px;width:20px;right:0;top:0;border-radius:2px;margin-left:2px;line-height:1.35}.checkbox-container .checkbox-wrap .nf-field-element span.checkbox.on{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color)}.checkbox-container .checkbox-wrap .nf-field-element span.checkbox.on:before{font-family:bb-icons!important;font-size:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;content:"\e876";margin-left:0;position:absolute;bottom:-5px;right:-1px;z-index:9;color:#fff}.list-checkbox-wrap .nf-field-element ul li{position:relative;margin:5px 0 10px!important}.list-checkbox-wrap .nf-field-element ul li label{margin-bottom:0;font-size:16px;line-height:22px;font-weight:500;margin-right:35px}.list-checkbox-wrap .nf-field-element li input[type=checkbox]{margin:0;position:absolute;height:20px;right:0;top:0;z-index:6}.list-checkbox-wrap .nf-field-element li span.checkbox{z-index:5;display:inline-block;background:#fff;border:1px solid var(--bb-content-border-color);margin:0;position:absolute;height:20px;width:20px;right:0;top:0;border-radius:2px;margin-left:2px;line-height:1.35}.list-checkbox-wrap .nf-field-element li span.checkbox.on{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color)}.list-checkbox-wrap .nf-field-element li span.checkbox.on:before{font-family:bb-icons!important;font-size:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;content:"\e876";margin-left:0;position:absolute;bottom:-5px;right:-1px;z-index:9;color:#fff}.list-radio-wrap .nf-field-element ul li{overflow:hidden;position:relative;margin:5px 0 10px!important}.list-radio-wrap .nf-field-element ul li label{margin-right:35px;font-weight:500;font-size:16px;line-height:22px;margin-bottom:0}.list-radio-wrap .nf-field-element li input.bs-radio{width:22px!important;height:22px;position:absolute;top:0;right:0;z-index:10;margin-top:0;opacity:0}.list-radio-wrap .nf-field-element li span.bs-radio{display:inline-block;vertical-align:middle;cursor:pointer;position:absolute;top:0;right:0;overflow:hidden;width:22px;height:22px;line-height:1;background-color:#fff;border:2px solid #d6dce6;border-radius:100%;margin-left:10px;z-index:7}.list-radio-wrap .nf-field-element li span.bs-radio.on:after{content:"";position:absolute;top:2px;right:2px;border-radius:100%;width:14px;height:14px;display:inline-block;background-color:var(--bb-primary-color);z-index:9}.starrating-wrap .star{background-image:url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='80px' viewBox='0 0 20 80' enable-background='new 0 0 20 80' xml:space='preserve'%3E%3Cg%3E%3Cdefs%3E%3Cpolygon id='SVGID_1_' points='0.999,64.999 6.001,64 9,59 12,64 17,64.999 13,68 13.999,74 9,71 4,74 5,68 0.999,64.999 '/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible' fill-rule='evenodd' clip-rule='evenodd' fill='%23FCAF00'/%3E%3CclipPath id='SVGID_2_'%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible'/%3E%3C/clipPath%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpolygon id='SVGID_3_' points='0.999,46 6.001,45 9,40 12,45 17,46 13,49.001 13.999,55 9,51.999 4,55 5,49.001 0.999,46 '/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_3_' overflow='visible' fill-rule='evenodd' clip-rule='evenodd' fill='%23D0D3D6'/%3E%3CclipPath id='SVGID_4_'%3E%3Cuse xlink:href='%23SVGID_3_' overflow='visible'/%3E%3C/clipPath%3E%3C/g%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23D2D2D2' d='M17,27l-5-1l-3-5l-2.999,5l-5.002,1L5,30l-1,6l5-3l5,3L13,30L17,27 z M9.515,32.143C9.357,32.049,9.177,32,9,32c-0.178,0-0.358,0.047-0.516,0.143c0,0-1.675,1.005-3.142,1.886 c0.296-1.771,0.645-3.865,0.645-3.865c0.01-0.055,0.015-0.11,0.015-0.164c0-0.31-0.147-0.608-0.4-0.8c0,0-1.119-0.84-2.212-1.659 c1.382-0.277,2.808-0.561,2.808-0.561c0.277-0.055,0.517-0.224,0.662-0.466c0,0,1.267-2.113,2.142-3.571 c0.875,1.458,2.143,3.572,2.143,3.572c0.145,0.241,0.385,0.41,0.66,0.465c0,0,1.426,0.285,2.808,0.563 c-1.094,0.819-2.211,1.658-2.211,1.658C12.146,29.392,12,29.688,12,30c0,0.055,0.004,0.109,0.014,0.164c0,0,0.349,2.093,0.643,3.865 C11.189,33.148,9.515,32.143,9.515,32.143z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23FCAF00' d='M17,8L12,7L9,2L6.001,7L0.999,8L5,11l-1,6l5-3l5,3L13,11L17,8z M9.515,13.143C9.357,13.048,9.177,13,9,13c-0.178,0-0.358,0.047-0.516,0.143c0,0-1.675,1.005-3.142,1.886 c0.296-1.771,0.645-3.865,0.645-3.865c0.01-0.055,0.015-0.11,0.015-0.164c0-0.311-0.147-0.608-0.4-0.801 c0,0-1.117-0.838-2.211-1.658C4.771,8.266,6.196,7.98,6.196,7.98c0.277-0.055,0.517-0.224,0.662-0.466c0,0,1.267-2.113,2.142-3.571 c0.875,1.458,2.143,3.572,2.143,3.572c0.145,0.241,0.385,0.41,0.662,0.465c0,0,1.424,0.285,2.806,0.561 c-1.094,0.819-2.211,1.658-2.211,1.658C12.146,10.392,12,10.688,12,11c0,0.055,0.004,0.108,0.014,0.164c0,0,0.349,2.093,0.643,3.865 C11.189,14.148,9.515,13.143,9.515,13.143z'/%3E%3C/svg%3E")}.nf-field-container .nf-error-msg{color:var(--bb-danger-color);font-size:14px}.field-wrap.nf-error .ninja-forms-field{border-color:var(--bb-danger-color)}div.wpforms-container-full .wpforms-form button[type=submit],div.wpforms-container-full .wpforms-form input[type=submit],div.wpforms-container-full.wpforms-container .wpforms-form button[type=submit],div.wpforms-container-full.wpforms-container .wpforms-form input[type=submit]{border-radius:100px;background-color:var(--bb-primary-color);color:#fff;border:1px solid var(--bb-primary-color);font-size:15px;padding:10px 20px}div.wpforms-container-full .wpforms-form button[type=submit]:hover,div.wpforms-container-full .wpforms-form input[type=submit]:hover,div.wpforms-container-full.wpforms-container .wpforms-form button[type=submit]:hover,div.wpforms-container-full.wpforms-container .wpforms-form input[type=submit]:hover{color:#fff;background-color:#0f74e0;border-color:#0f74e0}div.wpforms-container-full .wpforms-form .wpforms-field-description,div.wpforms-container-full.wpforms-container .wpforms-form .wpforms-field-description{line-height:1.6}div.wpforms-container-full .wpforms-form select,div.wpforms-container-full.wpforms-container .wpforms-form select{background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:left 1rem center;padding-left:40px}div.wpforms-container-full .wpforms-form input[type=date],div.wpforms-container-full .wpforms-form input[type=datetime-local],div.wpforms-container-full .wpforms-form input[type=datetime],div.wpforms-container-full .wpforms-form input[type=email],div.wpforms-container-full .wpforms-form input[type=month],div.wpforms-container-full .wpforms-form input[type=number],div.wpforms-container-full .wpforms-form input[type=password],div.wpforms-container-full .wpforms-form input[type=range],div.wpforms-container-full .wpforms-form input[type=search],div.wpforms-container-full .wpforms-form input[type=tel],div.wpforms-container-full .wpforms-form input[type=text],div.wpforms-container-full .wpforms-form input[type=time],div.wpforms-container-full .wpforms-form input[type=url],div.wpforms-container-full .wpforms-form input[type=week],div.wpforms-container-full .wpforms-form select,div.wpforms-container-full .wpforms-form textarea,div.wpforms-container-full.wpforms-container .wpforms-form input[type=date],div.wpforms-container-full.wpforms-container .wpforms-form input[type=datetime-local],div.wpforms-container-full.wpforms-container .wpforms-form input[type=datetime],div.wpforms-container-full.wpforms-container .wpforms-form input[type=email],div.wpforms-container-full.wpforms-container .wpforms-form input[type=month],div.wpforms-container-full.wpforms-container .wpforms-form input[type=number],div.wpforms-container-full.wpforms-container .wpforms-form input[type=password],div.wpforms-container-full.wpforms-container .wpforms-form input[type=range],div.wpforms-container-full.wpforms-container .wpforms-form input[type=search],div.wpforms-container-full.wpforms-container .wpforms-form input[type=tel],div.wpforms-container-full.wpforms-container .wpforms-form input[type=text],div.wpforms-container-full.wpforms-container .wpforms-form input[type=time],div.wpforms-container-full.wpforms-container .wpforms-form input[type=url],div.wpforms-container-full.wpforms-container .wpforms-form input[type=week],div.wpforms-container-full.wpforms-container .wpforms-form select,div.wpforms-container-full.wpforms-container .wpforms-form textarea{border-color:#dedfe2;border-radius:3px}.flatpickr-calendar.open:after{border-width:6px;margin:0 -6px}.flatpickr-calendar.open .flatpickr-month{margin-top:5px;margin-bottom:5px}.flatpickr-calendar.open .flatpickr-next-month svg path,.flatpickr-calendar.open .flatpickr-prev-month svg path{fill:#939597}.flatpickr-calendar.open .flatpickr-next-month:hover svg path,.flatpickr-calendar.open .flatpickr-prev-month:hover svg path{fill:var(--bb-headings-color)}.flatpickr-calendar.open .flatpickr-current-month span.cur-month{font-weight:400;font-size:15px;color:var(--bb-primary-color)}.flatpickr-calendar.open .flatpickr-current-month input.cur-year{font-weight:400;font-size:15px;color:var(--bb-primary-color)}.flatpickr-calendar.open .numInputWrapper:hover{background:rgba(0,0,0,.01)}.flatpickr-calendar.open span.flatpickr-weekday{font-weight:300;color:rgba(57,57,57,.3)}.flatpickr-calendar.open .flatpickr-day.today{border-color:transparent;color:var(--bb-primary-color)}.flatpickr-calendar.open .flatpickr-day{line-height:36px}.flatpickr-calendar.open .flatpickr-day:hover{background-color:var(--bb-primary-color);color:#fff;border-color:transparent;box-shadow:none}.ui-timepicker-wrapper .ui-timepicker-list .ui-timepicker-selected:hover,.ui-timepicker-wrapper .ui-timepicker-list li:hover,.ui-timepicker-wrapper li.ui-timepicker-selected{background:var(--bb-primary-color)}.wpforms-field-file-upload input[type=file]{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.wpforms-field-file-upload input[type=file]+label{font-size:16px;font-weight:700;color:var(--bb-primary-color);background-color:#fff;border:2px dashed #dedfe2;width:100%;text-align:center;padding:2em 1em;display:inline-block;float:none;cursor:pointer}div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error,div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error,div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error{border-color:var(--bb-danger-color)}div.wpforms-container-full .wpforms-form label.wpforms-error{color:var(--bb-danger-color)}div.wpforms-container-full .wpforms-form .wpforms-required-label{color:var(--bb-danger-color)}.wpforms-field-date-time label.wpforms-field-label,input.wpforms-field-date-time-date+.wpforms-field-sublabel,input.wpforms-field-date-time-time+.wpforms-field-sublabel{pointer-events:none}.wpforms-field-file-upload label.wpforms-field-label{pointer-events:none}div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration select{padding-left:30px}.entry-content .wpforms-confirmation-container-full,.wpforms-confirmation-container-full{background-color:var(--bb-success-color);border-color:var(--bb-success-color);color:#fff;font-size:14px;border-radius:4px;padding:5px 10px}@media screen and (max-width:544px){div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-one-half{width:100%;float:none;margin-right:0}div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-credit-card-number{margin-left:0}div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-credit-card-code{width:100%;position:relative;margin-top:8px}div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-credit-card-name{margin-left:0}div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration{width:100%;position:relative;margin-top:8px}}.bp-user-blog .medium-editor-element,.bp-user-blog .medium-editor-placeholder{background-color:transparent}.bp-user-blog .medium-editor-toolbar .medium-editor-toolbar-actions{height:auto}.bp-user-blog .sap-words-counter{font-weight:400}.bp-user-blog .sap-author-info{width:150px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;float:right;margin-right:0}.bp-user-blog .toggle-sap-widgets.toggle-sap-widgets{font:normal normal normal 14px/1 bb-icons;color:rgba(0,0,0,.4);font-size:21px;line-height:1;display:inherit;vertical-align:middle;margin:10px 0}.bp-user-blog .toggle-sap-widgets.toggle-sap-widgets:before{content:"\ee5a"}.bp-user-blog .toggle-sap-widgets.toggle-sap-widgets.active{font-size:30px;margin:4px 0}.bp-user-blog .toggle-sap-widgets.toggle-sap-widgets.active:before{content:"\e828"}.bp-user-blog .toggle-sap-widgets.toggle-sap-widgets svg{display:none}.bp-user-blog .sap-editor-area-wrapper .medium-editor-element,.bp-user-blog .sap-editor-area-wrapper .sap-editable-title{padding:0}.bp-user-blog .sap-editor-area-wrapper .sap-editable-title.medium-editor-element.medium-editor-placeholder:after{pointer-events:none}.bp-user-blog #sap-widget-container .widget{border:0;margin:0 0 20px}.bp-user-blog #sap-widget-container .widget .category_hierarchy_ul li{margin-bottom:10px;clear:both}.bp-user-blog #sap-widget-container .widget .category_hierarchy_ul li label{font-size:14px;line-height:1.5}.bp-user-blog #sap-widget-container .widget .category_hierarchy_ul li li label{display:inline-block;margin-bottom:10px}.bp-user-blog #sap-widget-container .widget .featured-img-placeholder{border-radius:3px}.bp-user-blog #sap-widget-container .widget:first-child h3{font-size:16px;margin:0 0 10px}.bp-user-blog #sap-widget-container .widget .selectize-input{padding:5px 8px 2px}.bp-user-blog #sap-widget-container .widget .selectize-input.has-items{padding-top:3px}.bp-user-blog #sap-widget-container .widget .selectize-input>input{height:23px!important}.bp-user-blog #blog-order-select{float:left}.bp-user-blog #add_new_post{float:right}.bp-user-blog .sap-post-container .post-featured-image img{border-radius:5px}.bp-user-blog .sap-post-container .post-content .date{font-style:normal;font-size:12px}.bp-user-blog #feaured-img-holder-wrap .featured-img-placeholder{background:none rgba(240,243,247,.5)}.bp-user-blog #feaured-img-holder-wrap .featured-img-gridicon{margin-bottom:10px}.bp-user-blog #feaured-img-holder-wrap .featured-img-button{background:100% 0;border:0;font-size:13px}.toggle-sap-widgets:hover .cls-1{fill:var(--bb-primary-color)}.bp-user-blog .medium-editor-stalker-toolbar .medium-editor-toolbar-actions button{color:var(--bb-content-background-color)}.bp-user-blog .medium-editor-stalker-toolbar .medium-editor-toolbar-actions button.medium-editor-button-active{color:var(--bb-content-background-color)}@media screen and (max-width:620px){.bp-user-blog .sap-editor-wrap .sap-editor-publish-wrapper{float:none;position:static}.bp-user-blog .sap-editor-wrap .side-panel{max-width:inherit;margin-top:25px}.bp-user-blog .sap-editor-wrap .side-panel .sap-editor-toolbar{overflow:visible;width:100%}.bp-user-blog .sap-editor-wrap .sap-words-counter{line-height:1.7}.bp-user-blog .sap-editor-toolbar .sap-publish-popup a.button{font-size:12px;padding:7px 9px}.bp-user-blog .toggle-sap-widgets.toggle-sap-widgets{margin:5px 0}}@media screen and (max-width:480px){.bp-user-blog .sap-words-counter{margin-top:-50px}.bp-user-blog #add_new_post,.bp-user-blog #blog-order-select{float:none;text-align:center;margin-top:5px}}@media screen and (max-width:360px){.bp-user-blog .sap-editor-toolbar .sap-publish-popup a.button{padding:5px 8px}.bp-user-blog .sap-editor-wrap .sap-editor-publish-wrapper{float:right;position:relative}}#buddypress .activity-update-form .bpfb_form_container{padding:0;background-color:transparent}#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container{padding:15px;display:inline-block;width:100%;background-color:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);border-width:1px 0 0;border-radius:0 0 4px 4px;margin-bottom:0}#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .bpfb_toolbar_container .bpfb_active{-webkit-filter:drop-shadow(0 0 5px rgba(0, 0, 0, .5));filter:drop-shadow(0 0 5px rgba(0, 0, 0, .5))}#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .qq-uploader{width:100%;text-align:center;display:inline-block;min-width:215px}#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .qq-uploader .qq-upload-drop-area{border-radius:4px}#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .qq-uploader .qq-upload-list{margin:0}#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .qq-uploader .qq-upload-button{border-radius:4px;margin:0 auto}#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .bpfb_controls_container{margin:15px 0}#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .bpfb_controls_container:empty{display:none}#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container #bpfb_tmp_photo{background:rgba(240,243,247,.5);border:1px dashed #dedfe2;text-align:center;padding:15px;border-radius:6px;margin-bottom:10px}#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .qq-upload-drop-area{min-height:initial;line-height:1}#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container [type=button]{padding:10px 15px;font-size:14px;min-height:initial;line-height:1;height:auto}#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container [type=button]#bpfb_cancel,#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container [type=button]#bpfb_cancel_action{background:100% 0;border-width:1px;border-color:#385dff;color:#385dff;float:left}#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container #bpfb_remote_image_container>input{margin:10px 0;max-width:100%}#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container #bpfb_link_preview_url,#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container #bpfb_video_url{margin-bottom:10px;max-width:100%}#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container #TB_window #TB_caption{height:auto}#buddypress .activity-update-form .bpfb_form_container .focus-in .bpfb_actions_container{border-width:1px 0;border-radius:0}.sticky-header .pm-ui-dialog,.sticky-header .wedevs-pm-wrap .pm-menu-wrap nav.vertical{z-index:601}.sticky-header #pm-add-user-wrap .add-user-pop,.sticky-header .pm-header-menu-wrap .more-menu-wrap .child-menu-wrap,.sticky-header .pm-kanboard .kbc-kanboard .list-search-menu,.sticky-header .pm-task-list-wrap .list-content-body .content .list-action-btn-wrap .new-list-btn .list-form{z-index:603}.sticky-header .pm-popover,.sticky-header .pm-popper.popper{z-index:604}.wedevs-pm-wrap table.fixed{position:static} \ No newline at end of file diff --git a/web/app/themes/buddyboss-theme/assets/css-rtl/template-v2.css b/web/app/themes/buddyboss-theme/assets/css-rtl/template-v2.css index c89dfeb8..b2f38ecb 100644 --- a/web/app/themes/buddyboss-theme/assets/css-rtl/template-v2.css +++ b/web/app/themes/buddyboss-theme/assets/css-rtl/template-v2.css @@ -1,6 +1,5 @@ /* stylelint-disable scss/no-duplicate-mixins */ /* stylelint-enable */ - /* 1.0 Header @@ -9,204 +8,161 @@ */ .bb-template-v2 .site-header .bb-header-loader { - margin: 0.625rem 0 1.25rem; + margin: 0.625rem 0rem 1.25rem; } - .bb-template-v2 .notification-dropdown { border-radius: 10px; } - .bb-template-v2 .notification-content .typing-indicator, .bb-template-v2 .notification-content .posted { font-weight: 400; } - -.bb-template-v2 .notification-wrap.menu-item-has-children > a::before { +.bb-template-v2 .notification-wrap.menu-item-has-children > a:before { display: none; } - .bb-template-v2 .notification-header { padding: 1.25rem 0.9375rem 0.9375rem; } - .bb-template-v2 .notification-header .title { font-weight: 600; } - .bb-template-v2 .site-header .notification-list { - padding: 0 0.625rem; + padding: 0rem 0.625rem; } - .bb-template-v2 .notification-header { border-bottom: 0; } - .bb-template-v2 .notification-wrap .notification-list li { border-bottom: 0; border-radius: 6px; padding: 0.75rem 0.625rem; } - -.bb-template-v2 .notification-wrap .notification-list li.unread::before { +.bb-template-v2 .notification-wrap .notification-list li.unread:before { left: 18px; } - .bb-template-v2 .notification-wrap .notification-list li.bs-item-wrap { background-color: var(--bb-content-alternate-background-color); } - .bb-template-v2 .notification-wrap .notification-list li.bs-item-wrap:hover { background-color: var(--bb-content-alternate-background-color); } - .bb-template-v2 .notification-wrap .notification-list li.bs-item-wrap .notification-content { - padding: 0.3125rem 0; + padding: 0.3125rem 0rem; } - .bb-template-v2 .menu-item-has-children .notification-list li:last-child { margin-bottom: 0.9375rem; } - .bb-template-v2 .header-mini-cart p.woocommerce-mini-cart__buttons { - padding: 0.9375rem 0 0.9375rem 0.9375rem; + padding: 0.9375rem 0rem 0.9375rem 0.9375rem; } - .bb-template-v2 .header-mini-cart p.woocommerce-mini-cart__total { - padding: 0.8125rem 0.9375rem 0.75rem 0; + padding: 0.8125rem 0.9375rem 0.75rem 0rem; } - .bb-template-v2 .header-mini-cart p.woocommerce-mini-cart__total strong { font-weight: 500; } - .bb-template-v2 .header-mini-cart .woocommerce-mini-cart__empty-message { background-color: var(--bb-content-alternate-background-color); margin: 0 10px 15px; border-radius: 6px; font-weight: 400; } - .bb-template-v2 .header-mini-cart ul.cart_list { border-bottom: 1px solid var(--bb-content-border-color); } - .bb-template-v2 .header-mini-cart ul.cart_list li.mini_cart_item { border: 0; border-radius: 6px; - margin: 0 0.625rem; + margin: 0rem 0.625rem; } - .bb-template-v2 .header-mini-cart ul.cart_list li.mini_cart_item:last-child { margin-bottom: 0.9375rem; } - .bb-template-v2 .header-mini-cart ul.cart_list li.mini_cart_item > a:not(.remove) { font-weight: 500; } - .bb-template-v2 .user-wrap.menu-item-has-children .sub-menu { min-width: 250px; } - .bb-template-v2 .site-header .sub-menu li:hover > a { color: var(--bb-body-text-color); } - .bb-template-v2 .site-header .sub-menu li:hover > a > i._mi { color: var(--bb-body-text-color); } - .bb-template-v2 .header-aside .wrapper li .wrapper { background-color: transparent; box-shadow: none; right: -177px; } - .bb-template-v2 .header-aside .wrapper li .wrapper .bb-sub-menu, .bb-template-v2 .header-aside .wrapper li .wrapper .ab-submenu { border-radius: 10px; background-color: var(--bb-content-background-color); box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06), 0 6px 24px rgba(0, 0, 0, 0.12); } - .bb-template-v2 .header-aside .wrapper li .wrapper .bb-sub-menu a:hover, .bb-template-v2 .header-aside .wrapper li .wrapper .ab-submenu a:hover { background: var(--bb-content-alternate-background-color); color: var(--bb-body-text-color); } - -.bb-template-v2 .header-aside .wrapper li .wrapper::before { +.bb-template-v2 .header-aside .wrapper li .wrapper:before { display: none; } - .bb-template-v2 .header-aside .wrapper .sub-menu-inner { width: 100%; } - .bb-template-v2 .user-wrap.menu-item-has-children #header-my-account-menu .bb-sub-menu a:hover { background-color: var(--bb-content-alternate-background-color); } - .bb-template-v2 .user-wrap.menu-item-has-children .sub-menu-inner li .user-mention { color: var(--bb-alternate-text-color); } - -.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-ancestor.no-icon > a::before, -.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-item.no-icon > a::before, -.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .no-icon > a::before { +.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-ancestor.no-icon > a:before, +.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-item.no-icon > a:before, +.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .no-icon > a:before { color: var(--bb-alternate-text-color); } - .bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu li:hover > a { color: var(--bb-body-text-color); background: var(--bb-content-alternate-background-color); } - -.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu li:hover > a::before, +.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu li:hover > a:before, .bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu li:hover > a > i { color: var(--bb-alternate-text-color); } - .bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu a { color: var(--bb-body-text-color); } - -.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu a::before, +.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu a:before, .bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu a > i { color: var(--bb-alternate-text-color); } - .bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu a:hover { color: var(--bb-body-text-color); background: var(--bb-content-alternate-background-color); } - -.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu a:hover::before, +.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu a:hover:before, .bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu a:hover > i { color: var(--bb-alternate-text-color); } - .bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-ancestor > a, .bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-item > a { color: var(--bb-body-text-color); background: var(--bb-content-alternate-background-color); } - -.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-ancestor > a::before, +.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-ancestor > a:before, .bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-ancestor > a > i, -.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-item > a::before, +.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-item > a:before, .bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-item > a > i { color: var(--bb-alternate-text-color); } - .bb-template-v2 .user-wrap.menu-item-has-children .sub-menu-inner li.menupop .ab-sub-wrapper .ab-submenu { border-radius: 10px; } - .bb-template-v2 ul.buddypanel-menu li.bb-menu-section a { padding-right: 20px; } - .bb-template-v2 .buddypanel-menu a span.count { background-color: var(--bb-content-alternate-background-color); color: var(--bb-headings-color); @@ -216,84 +172,68 @@ -webkit-transition: none; transition: none; } - .bb-template-v2 .buddypanel-menu a:hover span.count { background-color: var(--bb-primary-color); color: var(--bb-body-background-color); border-color: transparent; } - .bb-template-v2 .buddypanel-menu .current-menu-item > a span.count { background-color: var(--bb-body-background-color); color: var(--bb-primary-color); border-color: transparent; } - .bb-template-v2 .buddypanel-menu .current-menu-item > a:hover span.count { background-color: var(--bb-body-background-color); color: var(--bb-primary-color); border-color: transparent; } - .bb-template-v2 .site-header .sub-menu a { border: 0; border-radius: 6px; margin: 0 8px; } - .bb-template-v2 .site-header .sub-menu li:hover > a, .bb-template-v2 .site-header .sub-menu .current-menu-parent > a, .bb-template-v2 .site-header .sub-menu .current-menu-ancestor > a, .bb-template-v2 .site-header .sub-menu .current-menu-item > a { color: var(--bb-body-text-color); - font-weight: 400; + font-weight: normal; } - .bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link .user-name { margin-left: 10px; font-weight: 600; color: var(--bb-header-links); } - .bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link .bb-icon-angle-down { display: none; } - .bb-template-v2 .site-header .user-wrap.menu-item-has-children .sub-menu { border-radius: 10px; } - -.bb-template-v2 .site-header .user-wrap.menu-item-has-children .sub-menu::before { +.bb-template-v2 .site-header .user-wrap.menu-item-has-children .sub-menu:before { display: none; } - .bb-template-v2 .primary-menu > .menu-item-has-children:not(.hideshow) { padding-left: 5px; } - -.bb-template-v2 .primary-menu > .menu-item-has-children:not(.hideshow)::after { +.bb-template-v2 .primary-menu > .menu-item-has-children:not(.hideshow):after { left: 5px; } - .bb-template-v2 .primary-menu > .menu-item-has-children:not(.hideshow) > a { padding-left: 27px; } - -.bb-template-v2 .primary-menu > .menu-item-has-children:not(.hideshow) > a::before { +.bb-template-v2 .primary-menu > .menu-item-has-children:not(.hideshow) > a:before { left: -10px; } - -.bb-template-v2 .primary-menu > li.menu-item-has-children:not(.hideshow).current-menu-parent > a:hover::before, -.bb-template-v2 .primary-menu > li.menu-item-has-children:not(.hideshow).current-menu-ancestor > a:hover::before, -.bb-template-v2 .primary-menu > li.menu-item-has-children:not(.hideshow).current-menu-item > a:hover::before, -.bb-template-v2 .primary-menu > li.menu-item-has-children:not(.hideshow).current_page_item > a:hover::before { +.bb-template-v2 .primary-menu > li.menu-item-has-children:not(.hideshow).current-menu-parent > a:hover:before, +.bb-template-v2 .primary-menu > li.menu-item-has-children:not(.hideshow).current-menu-ancestor > a:hover:before, +.bb-template-v2 .primary-menu > li.menu-item-has-children:not(.hideshow).current-menu-item > a:hover:before, +.bb-template-v2 .primary-menu > li.menu-item-has-children:not(.hideshow).current_page_item > a:hover:before { left: -10px; } - .bb-template-v2 .primary-menu > li { padding: 0 5px; } - .bb-template-v2 .primary-menu > li > a { -webkit-box-align: center; -ms-flex-align: center; @@ -304,25 +244,20 @@ display: flex; padding: 0 10px; } - .bb-template-v2 .primary-menu > li > a:focus { color: var(--bb-header-links); } - .bb-template-v2 .primary-menu > li > a:focus > i { color: var(--bb-header-links); } - .bb-template-v2 .primary-menu > li:hover > a { position: relative; color: var(--bb-header-links); } - .bb-template-v2 .primary-menu > li:hover > a > i { color: var(--bb-header-links); } - -.bb-template-v2 .primary-menu > li:hover > a::before { +.bb-template-v2 .primary-menu > li:hover > a:before { content: ""; position: absolute; top: 50%; @@ -336,16 +271,13 @@ right: 0; left: 0; } - .bb-template-v2 .primary-menu > li.current-menu-parent > a, .bb-template-v2 .primary-menu > li.current-menu-ancestor > a, .bb-template-v2 .primary-menu > li.current-menu-item > a, .bb-template-v2 .primary-menu > li.current_page_item > a { border-bottom-color: var(--bb-header-links-hover); } - .bb-template-v2 .primary-menu > li.current-menu-parent > a:hover, .bb-template-v2 .primary-menu > li.current-menu-ancestor > a:hover, .bb-template-v2 .primary-menu > li.current-menu-item > a:hover, .bb-template-v2 .primary-menu > li.current_page_item > a:hover { position: relative; } - -.bb-template-v2 .primary-menu > li.current-menu-parent > a:hover::before, .bb-template-v2 .primary-menu > li.current-menu-ancestor > a:hover::before, .bb-template-v2 .primary-menu > li.current-menu-item > a:hover::before, .bb-template-v2 .primary-menu > li.current_page_item > a:hover::before { +.bb-template-v2 .primary-menu > li.current-menu-parent > a:hover:before, .bb-template-v2 .primary-menu > li.current-menu-ancestor > a:hover:before, .bb-template-v2 .primary-menu > li.current-menu-item > a:hover:before, .bb-template-v2 .primary-menu > li.current_page_item > a:hover:before { content: ""; position: absolute; top: 50%; @@ -359,113 +291,90 @@ right: 0; left: 0; } - .bb-template-v2 .primary-menu > .current-menu-parent > a, .bb-template-v2 .primary-menu > .current-menu-ancestor > a, .bb-template-v2 .primary-menu > .current-menu-item > a, .bb-template-v2 .primary-menu > .current_page_item > a { color: var(--bb-header-links); } - .bb-template-v2 .primary-menu > .current-menu-parent > a > i, .bb-template-v2 .primary-menu > .current-menu-ancestor > a > i, .bb-template-v2 .primary-menu > .current-menu-item > a > i, .bb-template-v2 .primary-menu > .current_page_item > a > i { color: var(--bb-header-links); } - .bb-template-v2 .primary-menu .current-menu-parent > a, .bb-template-v2 .primary-menu .current-menu-ancestor > a, .bb-template-v2 .primary-menu .current-menu-item > a, .bb-template-v2 .primary-menu .current_page_item > a { color: var(--bb-header-links); } - .bb-template-v2 .primary-menu .current-menu-parent > a > i, .bb-template-v2 .primary-menu .current-menu-ancestor > a > i, .bb-template-v2 .primary-menu .current-menu-item > a > i, .bb-template-v2 .primary-menu .current_page_item > a > i { color: var(--bb-header-links); } - .bb-template-v2 .primary-menu .ab-submenu .current-menu-parent > a, .bb-template-v2 .primary-menu .ab-submenu .current-menu-ancestor > a, .bb-template-v2 .primary-menu .ab-submenu .current-menu-item > a, .bb-template-v2 .primary-menu .ab-submenu .current_page_item > a { color: var(--bb-body-text-color); } - .bb-template-v2 .primary-menu .ab-submenu .current-menu-parent > a > i, .bb-template-v2 .primary-menu .ab-submenu .current-menu-ancestor > a > i, .bb-template-v2 .primary-menu .ab-submenu .current-menu-item > a > i, .bb-template-v2 .primary-menu .ab-submenu .current_page_item > a > i { color: var(--bb-body-text-color); } - .bb-template-v2.menu-style-tab_bar .primary-menu > .menu-item-has-children:not(.hideshow) { padding-left: 5px; } - .bb-template-v2.menu-style-tab_bar .primary-menu > .menu-item-has-children:not(.hideshow) > a { padding-left: 10px; } - -.bb-template-v2.menu-style-tab_bar .primary-menu > .menu-item-has-children:not(.hideshow) > a:hover::before { +.bb-template-v2.menu-style-tab_bar .primary-menu > .menu-item-has-children:not(.hideshow) > a:hover:before { left: 0; } - -.bb-template-v2.menu-style-tab_bar .primary-menu > .menu-item-has-children:not(.hideshow) > a::before { +.bb-template-v2.menu-style-tab_bar .primary-menu > .menu-item-has-children:not(.hideshow) > a:before { left: 0; } - -.bb-template-v2.menu-style-tab_bar .primary-menu > li.menu-item-has-children:not(.hideshow).current-menu-parent > a:hover::before, -.bb-template-v2.menu-style-tab_bar .primary-menu > li.menu-item-has-children:not(.hideshow).current-menu-ancestor > a:hover::before, -.bb-template-v2.menu-style-tab_bar .primary-menu > li.menu-item-has-children:not(.hideshow).current-menu-item > a:hover::before, -.bb-template-v2.menu-style-tab_bar .primary-menu > li.menu-item-has-children:not(.hideshow).current_page_item > a:hover::before { +.bb-template-v2.menu-style-tab_bar .primary-menu > li.menu-item-has-children:not(.hideshow).current-menu-parent > a:hover:before, +.bb-template-v2.menu-style-tab_bar .primary-menu > li.menu-item-has-children:not(.hideshow).current-menu-ancestor > a:hover:before, +.bb-template-v2.menu-style-tab_bar .primary-menu > li.menu-item-has-children:not(.hideshow).current-menu-item > a:hover:before, +.bb-template-v2.menu-style-tab_bar .primary-menu > li.menu-item-has-children:not(.hideshow).current_page_item > a:hover:before { left: 0; } - .bb-template-v2 .site-header #primary-navbar .menu-item > .ab-submenu { background-color: var(--bb-content-background-color); border-radius: 10px; box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06), 0 6px 24px rgba(0, 0, 0, 0.12); min-width: 186px; } - -.bb-template-v2 .site-header #primary-navbar .menu-item > .ab-submenu::before { +.bb-template-v2 .site-header #primary-navbar .menu-item > .ab-submenu:before { display: none; } - .bb-template-v2 .site-header #primary-navbar .menu-item > .ab-submenu .bb-sub-menu { background-color: var(--bb-content-background-color); } - .bb-template-v2 .site-header #primary-navbar .menu-item > .ab-submenu .bb-sub-menu .menu-item { margin: 0 8px; } - .bb-template-v2 .site-header #primary-navbar .menu-item > .ab-submenu .bb-sub-menu .menu-item a { border-radius: 6px; } - .bb-template-v2 .site-header #primary-navbar .menu-item > .ab-submenu .bb-sub-menu .menu-item:hover > a { color: var(--bb-body-text-color); } - .bb-template-v2 .site-header #primary-navbar .menu-item > .ab-submenu .bb-sub-menu .menu-item:hover > a > i { color: var(--bb-header-links); } - -.bb-template-v2 .site-header #primary-navbar #navbar-collapse .more-button.active::after { +.bb-template-v2 .site-header #primary-navbar #navbar-collapse .more-button.active:after { display: none; } - .bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item.menu-item-has-children > a { padding: 0.625rem 0.9375rem; } - -.bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item.menu-item-has-children > a::before { +.bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item.menu-item-has-children > a:before { display: none; } - .bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item > a { padding: 0.625rem 0.9375rem; } - .bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu { background-color: var(--bb-content-background-color); border-radius: 10px; @@ -473,62 +382,48 @@ padding: 8px 0; right: -170px; } - -.bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu::before { +.bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu:before { display: none; } - .bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu { background-color: transparent; } - .bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu .menu-item a { padding: 0.625rem 0.9375rem; margin: 0; } - -.bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu .menu-item a::before { +.bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu .menu-item a:before { display: none; } - -.bb-template-v2.menu-style-tab_bar .primary-menu > .menu-item-has-children:not(.hideshow) > a::before { +.bb-template-v2.menu-style-tab_bar .primary-menu > .menu-item-has-children:not(.hideshow) > a:before { left: 0; } - -.bb-template-v2.menu-style-tab_bar .primary-menu > .menu-item-has-children:not(.hideshow) > a:hover::before { +.bb-template-v2.menu-style-tab_bar .primary-menu > .menu-item-has-children:not(.hideshow) > a:hover:before { height: 40px; } - .bb-template-v2.menu-style-tab_bar .site-header .primary-menu > li > a:hover > i._mi { color: var(--bb-header-links); } - .bb-template-v2 .menu-style-tab_bar .site-header #primary-navbar .primary-menu > .menu-item > .ab-submenu { right: -20px; } - .bb-template-v2 .bb-mobile-panel-inner .buddypanel-menu li.bb-menu-section ~ li:not(.bb-menu-section) > a { width: 100%; } - .bb-template-v2 .bb-mobile-panel-inner .side-panel-menu .menu-item i:not(.bb-icon-angle-down) { min-width: initial; } - .bb-template-v2 .bb-mobile-panel-inner .side-panel-menu .menu-item span ~ i:not(.bb-icon-angle-down) { margin-right: 10px; } - .bb-template-v2 .bb-mobile-panel-inner .side-panel-menu .menu-item > a { padding: 12px 15px 12px 0; width: 100%; } - .bb-template-v2 .bb-mobile-panel-inner .side-panel-menu .menu-item > a:hover .count { background-color: var(--bb-primary-color); color: var(--bb-content-alternate-background-color); } - .bb-template-v2 .bb-mobile-panel-inner .side-panel-menu .menu-item .count { color: var(--bb-headings-color); background-color: var(--bb-content-alternate-background-color); @@ -536,67 +431,53 @@ border-radius: 6px; box-shadow: none; } - .bb-template-v2 .bb-mobile-panel-inner ul.buddypanel-menu li.bb-menu-section a { padding-right: 10px; } - .bb-template-v2 .bb-mobile-panel-inner .bb-primary-menu .current-menu-item > a { background-color: var(--bb-primary-color); color: var(--bb-body-background-color); } - .bb-template-v2 .bb-mobile-panel-inner .bb-primary-menu .current-menu-item > a > i { color: var(--bb-body-background-color); } - .bb-template-v2 .bb-mobile-panel-inner .bb-primary-menu .current-menu-item > a > .count { color: var(--bb-primary-color); background-color: var(--bb-body-background-color); border-color: transparent; } - .bb-template-v2 .bb-mobile-panel-inner .bb-primary-menu > .current-menu-item > .sub-menu > .current-menu-item:first-child { margin-top: 5px; } - .bb-template-v2 .bb-mobile-panel-inner .bb-primary-menu > .current-menu-item > .sub-menu > .current-menu-item + .current-menu-item { margin-top: 3px; } - .bb-template-v2 .bb-mobile-panel-inner .bb-primary-menu .bb-menu-section ~ li:not(.bb-menu-section) { margin-right: 6px; } - .bb-template-v2 .bb-mobile-panel-inner .side-panel-menu > .current-menu-item .sub-menu a { color: var(--bb-headings-color); } - .bb-template-v2 .bb-mobile-panel-inner .side-panel-menu > .current-menu-item .sub-menu a > i { color: var(--bb-headings-color); } - .bb-template-v2 .bb-mobile-panel-inner .side-panel-menu > .current-menu-item .sub-menu .current-menu-item a { color: var(--bb-body-background-color); } - .bb-template-v2 .bb-mobile-panel-inner .side-panel-menu .menu-item i:not(.bb-icon-angle-down) { min-width: 24px; margin-left: 15px; vertical-align: middle; text-align: center; } - .site-header .bb-template-v2 .bb-mobile-panel-inner .main-navigation .sub-menu a { padding: 13px 10px; } - .bb-template-v2 .header-aside .user-wrap.user-wrap-container { margin-right: 14px; } - -.bb-template-v2 .site-header .user-wrap.menu-item-has-children.selected > .user-link::before, -.bb-template-v2 .site-header .user-wrap.menu-item-has-children > .user-link:hover::before { +.bb-template-v2 .site-header .user-wrap.menu-item-has-children.selected > .user-link:before, +.bb-template-v2 .site-header .user-wrap.menu-item-has-children > .user-link:hover:before { content: ""; position: absolute; right: -15px; @@ -610,32 +491,26 @@ -ms-transform: translateY(-50%); transform: translateY(-50%); } - -.bb-template-v2 .site-header .header-aside.avatar .user-wrap.menu-item-has-children > .user-link::before { +.bb-template-v2 .site-header .header-aside.avatar .user-wrap.menu-item-has-children > .user-link:before { display: none; } - -.bb-template-v2 .site-header .header-aside.avatar .user-wrap.menu-item-has-children > .user-link:hover::before, -.bb-template-v2 .site-header .header-aside.avatar .user-wrap.menu-item-has-children.selected > .user-link::before { +.bb-template-v2 .site-header .header-aside.avatar .user-wrap.menu-item-has-children > .user-link:hover:before, +.bb-template-v2 .site-header .header-aside.avatar .user-wrap.menu-item-has-children.selected > .user-link:before { right: -5px; } - .bb-template-v2 .header-search-wrap input.search-field, .bb-template-v2 .header-search-wrap .search-field-top { border: 1px solid transparent; border-radius: var(--bb-input-radius); } - .bb-template-v2 .header-search-wrap input.search-field:focus, .bb-template-v2 .header-search-wrap .search-field-top:focus { border-color: var(--bb-primary-color); } - .bb-template-v2.bp-search .bp-search-ac-header, .bb-template-v2.bp-search .bp-search-ac, .bb-template-v2.bp-search .bp-forum-search-ac-header { border-radius: 10px; box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06), 0 6px 24px rgba(0, 0, 0, 0.12); } - .bb-template-v2.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type), .bb-template-v2.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type), .bb-template-v2.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type) { border: 0; border-radius: 6px; @@ -643,35 +518,28 @@ width: -webkit-calc(100% - 24px); width: calc(100% - 24px); } - .bb-template-v2.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type):first-child, .bb-template-v2.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type):first-child, .bb-template-v2.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type):first-child { margin-top: 15px; } - .bb-template-v2.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type):first-child:last-child, .bb-template-v2.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type):first-child:last-child, .bb-template-v2.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type):first-child:last-child { margin-bottom: 15px; } - .bb-template-v2.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-undefined-type, .bb-template-v2.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-undefined-type, .bb-template-v2.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-undefined-type { width: 100%; } - .bb-template-v2.bp-search .bp-search-ac-header > li.bbls-view_all_type-type, .bb-template-v2.bp-search .bp-search-ac > li.bbls-view_all_type-type, .bb-template-v2.bp-search .bp-forum-search-ac-header > li.bbls-view_all_type-type { margin-top: 15px; } - .bb-template-v2.bp-search .bp-forum-search-ac-header > li.bbls-undefined-type, .bb-template-v2.bp-search .bp-forum-search-ac-header > li:last-child { margin-bottom: 15px !important; } - .bb-template-v2 .user-wrap-container .sub-menu-inner > li.logout-link > a { position: relative !important; margin-top: 20px; overflow: visible; } - -.bb-template-v2 .user-wrap-container .sub-menu-inner > li.logout-link > a::before { +.bb-template-v2 .user-wrap-container .sub-menu-inner > li.logout-link > a:before { content: ""; height: 1px; background-color: var(--bb-content-border-color); @@ -681,15 +549,12 @@ left: 15px; top: -10px; } - .bb-template-v2 .user-wrap-container .sub-menu-inner > li > a { color: var(--bb-body-text-color); } - .bb-template-v2 .user-wrap-container .sub-menu-inner > li > a:hover > i { color: var(--bb-alternate-text-color); } - .bb-template-v2 .bb-header-buttons a.button.outline { font-weight: 600; } @@ -698,7 +563,6 @@ .bb-template-v2 .llms-pagination span.page-numbers:not(.dots) { background-color: var(--bb-primary-color); } - .bb-template-v2 .llms-pagination a.page-numbers:not(.prev, .next):hover { color: var(--bb-primary-color); } @@ -708,7 +572,8 @@ /* stylelint-enable */ /* stylelint-disable max-line-length */ } - +.bb-template-v2 .meeting-actions .meeting-actions-list, +.bb-template-v2 .webinar-actions .webinar-actions-list, .bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options, .bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list, .bb-template-v2 #buddypress .bb_more_options .bb_more_options_list, @@ -718,96 +583,186 @@ .bb-template-v2 .meeting-actions .meeting-actions-list.open { padding: 8px; } - -.bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options::after, -.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list::after, -.bb-template-v2 #buddypress .bb_more_options .bb_more_options_list::after, -.bb-template-v2 .bb_more_options .bb_more_options_list::after, -.bb-template-v2 #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner .bs-dropdown::after, -.bb-template-v2 .bb-footer .footer-menu .sub-menu::after, -.bb-template-v2 .meeting-actions .meeting-actions-list.open::after { +.bb-template-v2 .meeting-actions .meeting-actions-list:after, +.bb-template-v2 .webinar-actions .webinar-actions-list:after, +.bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options:after, +.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list:after, +.bb-template-v2 #buddypress .bb_more_options .bb_more_options_list:after, +.bb-template-v2 .bb_more_options .bb_more_options_list:after, +.bb-template-v2 #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner .bs-dropdown:after, +.bb-template-v2 .bb-footer .footer-menu .sub-menu:after, +.bb-template-v2 .meeting-actions .meeting-actions-list.open:after { display: none; } - +.bb-template-v2 div.meeting-actions .meeting-actions-list:before, +.bb-template-v2 div.webinar-actions .webinar-actions-list:before { + display: none; +} +.bb-template-v2 div.meeting-actions .meeting-actions-list li > a, +.bb-template-v2 div.webinar-actions .webinar-actions-list li > a { + border-radius: 6px; +} .bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list { top: 30px; left: 0; } - .bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul { margin: 0 !important; } - -.bb-template-v2 .bb-footer .footer-menu .more-button.active::after { +.bb-template-v2 .bb-footer .footer-menu .more-button.active:after { display: none; } - .bb-template-v2 .bb-footer .footer-menu .sub-menu a { border-radius: 6px; } - .bb-template-v2 #object-nav .sub-menu, .bb-template-v2 .bp-navs .component-navigation .sub-menu, .bb-template-v2 .bb-profile-grid.bb-grid .bp-navs ul.sub-menu { padding: 8px; } - +@media screen and (max-width: 980px) { + .bb-template-v2 #object-nav .sub-menu, + .bb-template-v2 .bp-navs .component-navigation .sub-menu, + .bb-template-v2 .bb-profile-grid.bb-grid .bp-navs ul.sub-menu { + padding: 0; + } +} .bb-template-v2 #object-nav .sub-menu a, .bb-template-v2 .bp-navs .component-navigation .sub-menu a, .bb-template-v2 .bb-profile-grid.bb-grid .bp-navs ul.sub-menu a { border-radius: 6px; } - .bb-template-v2 #object-nav .sub-menu a:hover, .bb-template-v2 .bp-navs .component-navigation .sub-menu a:hover, .bb-template-v2 .bb-profile-grid.bb-grid .bp-navs ul.sub-menu a:hover { color: var(--bb-headings-color); } - +@media screen and (max-width: 980px) { + .bb-template-v2 .bb-footer .footer-menu .sub-menu.bb_more_dropdown.open, + .bb-template-v2 #object-nav .sub-menu.bb_more_dropdown.open, + .bb-template-v2 .bp-navs .component-navigation .sub-menu.bb_more_dropdown.open, + .bb-template-v2 .bb-profile-grid.bb-grid .bp-navs .sub-menu.bb_more_dropdown.open, + .bb-template-v2 #buddypress .sub-menu.bb_more_dropdown.open { + padding-bottom: 8px; + } + .bb-template-v2 .bb-footer .footer-menu .sub-menu.bb_more_dropdown.open > li:not(.bb_more_dropdown__title), + .bb-template-v2 #object-nav .sub-menu.bb_more_dropdown.open > li:not(.bb_more_dropdown__title), + .bb-template-v2 .bp-navs .component-navigation .sub-menu.bb_more_dropdown.open > li:not(.bb_more_dropdown__title), + .bb-template-v2 .bb-profile-grid.bb-grid .bp-navs .sub-menu.bb_more_dropdown.open > li:not(.bb_more_dropdown__title), + .bb-template-v2 #buddypress .sub-menu.bb_more_dropdown.open > li:not(.bb_more_dropdown__title) { + padding-right: 8px; + padding-left: 8px; + } + .bb-template-v2 .bb-footer .footer-menu .sub-menu.bb_more_dropdown.open > li:first-of-type, + .bb-template-v2 #object-nav .sub-menu.bb_more_dropdown.open > li:first-of-type, + .bb-template-v2 .bp-navs .component-navigation .sub-menu.bb_more_dropdown.open > li:first-of-type, + .bb-template-v2 .bb-profile-grid.bb-grid .bp-navs .sub-menu.bb_more_dropdown.open > li:first-of-type, + .bb-template-v2 #buddypress .sub-menu.bb_more_dropdown.open > li:first-of-type { + margin-top: 8px; + } +} +@media screen and (max-width: 980px) { + .bb-template-v2 #bbpress-forums .bs-forums-items.list-view .bs-dropdown.bb_more_dropdown li .bbp-admin-links, + .bb-template-v2 #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown.bb_more_dropdown li .bbp-admin-links { + padding: 0 8px; + } +} +@media screen and (max-width: 980px) { + .bb-template-v2 #bbpress-forums.bs-replies-wrapper .bb_more_dropdown.open .bb_more_dropdown__title, + .bb-template-v2 #bbpress-forums#bbpress-forums.bs-replies-wrapper .bb_more_dropdown.open .bb_more_dropdown__title { + margin-bottom: 8px; + } +} +@media screen and (max-width: 980px) { + .bb-template-v2 #buddypress .bb_more_dropdown.open { + padding-bottom: 8px; + } + .bb-template-v2 #buddypress .bb_more_dropdown.open .bb_more_dropdown__title { + margin-bottom: 8px; + } +} +@media screen and (max-width: 980px) { + .bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button { + padding-right: 8px; + padding-left: 8px; + } +} +@media screen and (max-width: 980px) { + .bb-template-v2 #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list ul li, + .bb-template-v2 #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list ul li { + padding-right: 8px; + padding-left: 8px; + } +} +@media screen and (max-width: 980px) { + .bb-template-v2 .bb_more_options .bb_more_options_list > .generic-button, + .bb-template-v2 #buddypress .bb_more_options .bb_more_options_list > .generic-button { + padding-right: 8px; + padding-left: 8px; + } +} +@media screen and (max-width: 980px) { + .bb-template-v2 #comments .comment-body .bb_more_options a, + .bb-template-v2 #bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 .bbp-forum-buttons-wrap .bb_more_options a { + margin-right: 8px; + margin-left: 8px; + width: -webkit-calc(100% - 16px); + width: calc(100% - 16px); + } + .bb-template-v2 #comments .comment-body .bb_more_options a:first-of-type, + .bb-template-v2 #bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 .bbp-forum-buttons-wrap .bb_more_options a:first-of-type { + margin-top: 8px; + } + .bb-template-v2 #comments .comment-body .bb_more_options a:last-of-type, + .bb-template-v2 #bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 .bbp-forum-buttons-wrap .bb_more_options a:last-of-type { + margin-bottom: 8px; + } +} +.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul li { + padding-right: 8px; + padding-left: 8px; +} .bb-template-v2 .buddypress-wrap .bp-navs .component-navigation .sub-menu a:hover, .bb-template-v2 .buddypress-wrap#buddypress.bp-dir-hori-nav .create-button a:hover { color: var(--bb-headings-color); } - -.bb-template-v2 nav#object-nav .more-button.active::after, -.bb-template-v2 .bp-navs .component-navigation .more-button.active::after { +.bb-template-v2 nav#object-nav .more-button.active:after, +.bb-template-v2 .bp-navs .component-navigation .more-button.active:after { display: none; } - .bb-template-v2 .bp-messages-content .single-message-thread-header .actions .message_actions .message_action__list { background-color: transparent; padding: 0; min-width: 220px; box-shadow: none; } - -.bb-template-v2 .bp-messages-content .single-message-thread-header .actions .message_actions .message_action__list::before { +.bb-template-v2 .bp-messages-content .single-message-thread-header .actions .message_actions .message_action__list:before { display: none; } - .bb-template-v2 .bp-messages-content .single-message-thread-header .actions .message_actions .message_action__list ul { background-color: var(--bb-content-background-color); box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.05), 0 6px 32px 0 rgba(18, 43, 70, 0.1); } - .bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a, .bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .bbp-admin-links a, .bb-template-v2 #buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a, .bb-template-v2 #buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .bbp-admin-links a, +.bb-template-v2 #buddypress .activity-comments .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a, +.bb-template-v2 #buddypress .activity-comments .bb-activity-more-options-wrap .bb-activity-more-options .bbp-admin-links a, .bb-template-v2 #bbpress-forums .bs-dropdown .generic-button a, .bb-template-v2 #bbpress-forums .bs-dropdown .bbp-admin-links a { border-radius: 6px; } - .bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a:hover, .bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .bbp-admin-links a:hover, .bb-template-v2 #buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a:hover, .bb-template-v2 #buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .bbp-admin-links a:hover, +.bb-template-v2 #buddypress .activity-comments .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a:hover, +.bb-template-v2 #buddypress .activity-comments .bb-activity-more-options-wrap .bb-activity-more-options .bbp-admin-links a:hover, .bb-template-v2 #bbpress-forums .bs-dropdown .generic-button a:hover, .bb-template-v2 #bbpress-forums .bs-dropdown .bbp-admin-links a:hover { color: var(--bb-body-text-color); } - .bb-template-v2 .bb_more_options .bb_more_options_list a, .bb-template-v2 .bb_more_options .bb_more_options_list button, .bb-template-v2 .bb_more_options .bb_more_options_list .generic-button > button, @@ -816,7 +771,6 @@ .bb-template-v2 #buddypress .bb_more_options .bb_more_options_list .generic-button > button { border-radius: 6px; } - .bb-template-v2 .bb_more_options .bb_more_options_list a:hover, .bb-template-v2 .bb_more_options .bb_more_options_list button:hover, .bb-template-v2 .bb_more_options .bb_more_options_list .generic-button > button:hover, @@ -825,46 +779,37 @@ .bb-template-v2 #buddypress .bb_more_options .bb_more_options_list .generic-button > button:hover { color: var(--bb-body-text-color) !important; } - .bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul li a { border-radius: 6px; } - .bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul li a:hover { color: var(--bb-body-text-color); } - .bb-template-v2 .bb-document-privacy-wrap .activity-privacy, .bb-template-v2 .bb-media-privacy-wrap .activity-privacy { border-radius: 10px; padding: 8px; } - -.bb-template-v2 .bb-document-privacy-wrap .activity-privacy::before, -.bb-template-v2 .bb-media-privacy-wrap .activity-privacy::before { +.bb-template-v2 .bb-document-privacy-wrap .activity-privacy:before, +.bb-template-v2 .bb-media-privacy-wrap .activity-privacy:before { display: none; } - .bb-template-v2 .bb-document-privacy-wrap .activity-privacy li, .bb-template-v2 .bb-media-privacy-wrap .activity-privacy li { border-radius: 6px; } - .bb-template-v2 .media-privacy .selected, .bb-template-v2 .activity-privacy .selected { color: var(--bb-body-text-color); } - .bb-template-v2 #bb-media-model-container .bb-edit-privacy a:hover { color: var(--bb-body-text-color); } - .bb-template-v2 code, .bb-template-v2 pre { border: 0; border-radius: 6px; } - .bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul, .bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .video-action_list ul, .bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .media-action_list ul, @@ -886,28 +831,48 @@ border-radius: 10px; padding: 8px; } - -.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list::after, -.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .video-action_list::after, -.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .media-action_list::after, -.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list::after, -.bb-template-v2 #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list::after, -.bb-template-v2 #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list::after, -.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list::after, -.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list::after, -.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .video-action_list::after, -.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .media-action_list::after, -.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .video-action_list::after, -.bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions .message_action__list::after, -.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .media-action_list::after, -.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .video-action_list::after, -.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .media-action_list::after, -.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list::after, -.bb-template-v2 .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list::after, -.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list::after { +@media screen and (max-width: 980px) { + .bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul, + .bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .video-action_list ul, + .bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .media-action_list ul, + .bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul, + .bb-template-v2 #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list ul, + .bb-template-v2 #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list ul, + .bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list ul, + .bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul, + .bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .video-action_list ul, + .bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .media-action_list ul, + .bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .video-action_list ul, + .bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions .message_action__list ul, + .bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .media-action_list ul, + .bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .video-action_list ul, + .bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .media-action_list ul, + .bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul, + .bb-template-v2 .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul, + .bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul { + padding: 0; + } +} +.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list:after, +.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .video-action_list:after, +.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .media-action_list:after, +.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list:after, +.bb-template-v2 #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list:after, +.bb-template-v2 #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list:after, +.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list:after, +.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list:after, +.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .video-action_list:after, +.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .media-action_list:after, +.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .video-action_list:after, +.bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions .message_action__list:after, +.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .media-action_list:after, +.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .video-action_list:after, +.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .media-action_list:after, +.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list:after, +.bb-template-v2 .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list:after, +.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list:after { display: none; } - .bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a, .bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .video-action_list ul li a, .bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .media-action_list ul li a, @@ -928,7 +893,6 @@ .bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a { border-radius: 6px; } - .bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a:hover, .bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .video-action_list ul li a:hover, .bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .media-action_list ul li a:hover, @@ -949,13 +913,13 @@ .bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover { color: var(--bb-body-text-color); } - +.bb-template-v2 #bp-media-single-folder .bp-media-header-wrap .media-folder_items .media-folder_action__list, .bb-template-v2 #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list, .bb-template-v2 #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list, .bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list { border-radius: 10px; } - +.bb-template-v2 #bp-media-single-folder .bp-media-header-wrap .media-folder_items .media-folder_action__list ul, .bb-template-v2 #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list ul, .bb-template-v2 #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list ul, .bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list ul { @@ -963,53 +927,76 @@ padding: 8px; margin: 0; } - -.bb-template-v2 .buddypress-wrap .bp-subnavs .component-navigation li.selected.loading a::after, .bb-template-v2.groups .buddypress-wrap .subnav-filters .group-search.loading::after, -.bb-template-v2 .bp-document-listing .bp-media-header-wrap .bb-title.loading::after, -.bb-template-v2 #bp-media-single-folder .bb-single-album-header .bb-title.loading::after, -.bb-template-v2 .bb-media-model-wrapper.video .bb-media-section figure.loading .bb-icon-spinner::before, -.bb-template-v2 .bp-messages-container .bp-messages.loading .dashicons-update::before, -.bb-template-v2 .bb-media-info-section .activity-list > .bb-icon-spinner::before, -.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading::after, -.bb-template-v2 .location-album-list-wrap .location-album-list.is-loading li .bb-icon-spinner::before, -.bb-template-v2 .location-folder-list-wrap-main .location-folder-list.is-loading li .bb-icon-spinner::before, -.bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.saving::after, -.bb-template-v2 #bp-message-thread-list:empty::before, -.bb-template-v2 .site-header .bb-header-loader > i.bb-icon-spinner::before, -.bb-template-v2 .site-header .bb-header-loader > i.bb-icon-loader::before, -.bb-template-v2 #group-messages-container div#group-messages-new-submit #send_group_message_button.loading::after, -.bb-template-v2 .select2-container .select2-dropdown.bb-compose-input .select2-results__option--load-more::before, -.bb-template-v2 .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results::before, -.bb-template-v2 .component-navigation.courses-nav .bb-icon-loader::before, -.bb-template-v2 .lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap > .list-members-extra.loading-members .bb-icon-spin::before, -.bb-template-v2 li.load-more a.loading::after, -.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.saving::after, -.bb-template-v2 .bp-messages-nav-panel .messages-search-loader > i::before, -.bb-template-v2 #bp-message-load-more .button .dashicons-update::before, -.bb-template-v2 .message-members-list #members_list:not(.is_not_empty)::before, -.bb-template-v2 .message-members-list .bb-report-type-pagination #load_more_rl.loading::after, -.bb-template-v2 .mass-user-block-list .bb-report-type-pagination #load_more_rl.loading::after, -.bb-template-v2 .mass-user-block-list #moderated_user_list:not(.is_not_empty)::before, -.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.loading::after, -.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.saving::after, .bb-template-v2.buddypress .buddypress-wrap .subscription-items .subscription-item_remove.is_loading i::before, -.bb-template-v2 .bp-messages-content #bp-message-thread-list li.sending .message_send_sending .info-text-send-message::before, -.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.saving::after, -.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.saving::after, -.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.saving::after, -.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.saving::after, -.bb-template-v2 .bb-zoom-setting-content-tab .bb-field-wrap.bb-zoom_account-email .bb-icon-spinner::before, -.bb-template-v2 .bb-group-zoom-settings-container .bb-field-wrap.bb-zoom_account-email.loading .bb-icon-spinner::before, -.bb-template-v2 #buddypress #header-cover-image .header-cover-reposition-wrap > .button.loading::after, -.bb-template-v2 #bbpress-forums .bb-modal.bb-modal-box .bbp-the-content-wrapper.loading::after, -.bb-template-v2 #media-folder-document-data-table .pager a.button.loading::after, -.bb-template-v2 #bp-zoom-single-meeting-wrapper:empty::before, -.bb-template-v2 .activity-url-scrapper-loading .bb-icon-spinner::before, -.bb-template-v2 .bp-zoom-group-show-instructions .save-settings.loading::before, -.bb-template-v2 .bb-save-settings.loading::before, -.bb-template-v2 #bp-zoom-webinar-form-submit.loading::before, -.bb-template-v2 .bb-url-scrapper-loading .bb-icon-spinner::before, -.bb-template-v2 .atwho-view ul li.list-loader::before, -.bb-template-v2 .button-load-more-posts.loading::after { +@media screen and (max-width: 980px) { + .bb-template-v2 #bp-media-single-folder .bp-media-header-wrap .media-folder_items .media-folder_action__list ul, + .bb-template-v2 #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list ul, + .bb-template-v2 #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list ul, + .bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list ul { + padding: 0; + } +} +.bb-template-v2 .buddypress-wrap .bp-subnavs .component-navigation li.selected.loading a:after, .bb-template-v2.groups .buddypress-wrap .subnav-filters .group-search.loading:after, +.bb-template-v2 .groups-manage-members-list .section-title.gen-members-section .search-wrapper.loading:after, +.bb-template-v2 .bp-document-listing .bp-media-header-wrap .bb-title.loading:after, +.bb-template-v2 #bp-media-single-folder .bb-single-album-header .bb-title.loading:after, +.bb-template-v2 .bb-media-model-wrapper.video .bb-media-section figure.loading .bb-icon-spinner:before, +.bb-template-v2 .bp-messages-container .bp-messages.loading .dashicons-update:before, +.bb-template-v2 .bb-media-info-section .activity-list > .bb-icon-spinner:before, +.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading:after, +.bb-template-v2 .location-album-list-wrap .location-album-list.is-loading li .bb-icon-spinner:before, +.bb-template-v2 .location-folder-list-wrap-main .location-folder-list.is-loading li .bb-icon-spinner:before, +.bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.saving:after, +.bb-template-v2 #bp-message-thread-list:empty:before, +.bb-template-v2 .site-header .bb-header-loader > i.bb-icon-spinner:before, +.bb-template-v2 .site-header .bb-header-loader > i.bb-icon-loader:before, +.bb-template-v2 #group-messages-container div#group-messages-new-submit #send_group_message_button.loading:after, +.bb-template-v2 .select2-container .select2-dropdown.bb-compose-input .select2-results__option--load-more:before, +.bb-template-v2 .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results:before, +.bb-template-v2 .component-navigation.courses-nav .bb-icon-loader:before, +.bb-template-v2 .lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap > .list-members-extra.loading-members .bb-icon-spin:before, +.bb-template-v2 li.load-more a.loading:after, +.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.saving:after, +.bb-template-v2 .bp-messages-nav-panel .messages-search-loader > i:before, +.bb-template-v2 #bp-message-load-more .button .dashicons-update:before, +.bb-template-v2 .message-members-list #members_list:not(.is_not_empty):before, +.bb-template-v2 .message-members-list .bb-report-type-pagination #load_more_rl.loading:after, +.bb-template-v2 .mass-user-block-list .bb-report-type-pagination #load_more_rl.loading:after, +.bb-template-v2 .mass-user-block-list #moderated_user_list:not(.is_not_empty):before, +.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.loading:after, +.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.saving:after, .bb-template-v2.buddypress .buddypress-wrap .subscription-items .subscription-item_remove.is_loading i:before, +.bb-template-v2 .bp-messages-content #bp-message-thread-list li.sending .message_send_sending .info-text-send-message:before, +.bb-template-v2 .activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_item .reactions_loader > i:before, +.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.saving:after, +.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.saving:after, +.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.saving:after, +.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.saving:after, +.bb-template-v2 .bb-zoom-setting-content-tab .bb-field-wrap.bb-zoom_account-email .bb-icon-spinner:before, +.bb-template-v2 .bb-group-zoom-settings-container .bb-field-wrap.bb-zoom_account-email.loading .bb-icon-spinner:before, +.bb-template-v2 #buddypress #header-cover-image .header-cover-reposition-wrap > .button.loading:after, +.bb-template-v2 .activity-list .activity-item.loading-mute .bb-pin-action .bb-mute-action_button [class*="bb-icon"]:before, +.bb-template-v2 .activity-list .activity-item.loading-pin .bb-pin-action .bb-pin-action_button [class*="bb-icon"]:before, +.bb-template-v2 #bbpress-forums .bb-modal.bb-modal-box .bbp-the-content-wrapper.loading:after, +.bb-template-v2 #media-folder-document-data-table .pager a.button.loading:after, +.bb-template-v2 .schedule-posts-placeholder_loader [class*="bb-icon"]:before, +.bb-template-v2 #bp-zoom-single-meeting-wrapper:empty:before, +.bb-template-v2 .activity-list .activity-state-popup .reaction-loader > i:before, +.bb-template-v2 .activity-url-scrapper-loading .bb-icon-spinner:before, +.bb-template-v2 #bp-invites-dropdown-options-loader .bb-icon-spinner:before, +.bb-template-v2 .bp-zoom-group-show-instructions .save-settings.loading:before, +.bb-template-v2 .bb-save-settings.loading:before, +.bb-template-v2 #bp-zoom-webinar-form-submit.loading:before, +.bb-template-v2 .bb-url-scrapper-loading .bb-icon-spinner:before, +.bb-template-v2 .atwho-view ul li.list-loader:before, +.bb-template-v2 .button-load-more-posts.loading:after, +.bb-template-v2 .bb-document-privacy-wrap .privacy.loading:before, +.bb-template-v2 .bb-media-privacy-wrap .privacy.loading:before, +.bb-template-v2 .bb-poll-form .bb-activity-poll-submit.loading:after, +.bb-template-v2 #bb-activity-poll-state_modal .bb-action-popup-content-dynamic:empty:after, +.bb-template-v2 #bb-activity-poll-state_modal .bb-poll-state-loader .bb-icon-spinner:before, +.bb-template-v2 #bb-activity-poll-state_modal .bb-activity-poll-loader > i:before, +.bb-template-v2 #group-invites-container .bb-groups-invites-right .bp-invites-submit-loader-hide .bb-icon-spinner:before, +.bb-template-v2 #bp-pending-invites-loader .dashicons-update:before, +.bb-template-v2 .group-invites-members-listing .all-members .load-more .animate-spin:before { content: ""; display: inline-block; box-sizing: border-box; @@ -1019,127 +1006,130 @@ border: 2px solid rgba(var(--bb-alternate-text-color-rgb), 0.2); border-top-color: var(--bb-alternate-text-color); } - -.bb-template-v2 .site-header .bb-header-loader > i.bb-icon-spinner::before, -.bb-template-v2 .site-header .bb-header-loader > i.bb-icon-loader::before { +.bb-template-v2 #group-invites-container .bb-groups-invites-right .bp-invites-submit-loader-hide .bb-icon-spinner, +.bb-template-v2 .group-invites-members-listing .all-members .load-more .animate-spin { + font-size: 20px; + width: 20px; + height: 20px; + position: relative; + top: 5px; +} +.bb-template-v2 .bb-document-privacy-wrap .privacy.loading:before, +.bb-template-v2 .bb-media-privacy-wrap .privacy.loading:before { + width: 16px; + height: 16px; + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; +} +.bb-template-v2 .site-header .bb-header-loader > i.bb-icon-spinner:before, +.bb-template-v2 .site-header .bb-header-loader > i.bb-icon-loader:before { border-top-color: var(--bb-headings-color); opacity: 0.5; } - -.bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.loading::after, .bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.saving::after, -.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.loading::after, -.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.saving::after, -.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading::after, -.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.saving::after, -.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.loading::after, -.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.saving::after, -.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.loading::after, -.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.saving::after, -.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.loading::after, -.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.saving::after, -.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.loading::after, -.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.saving::after { +.bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.loading:after, .bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.saving:after, +.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.loading:after, +.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.saving:after, +.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading:after, +.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.saving:after, +.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.loading:after, +.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.saving:after, +.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.loading:after, +.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.saving:after, +.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.loading:after, +.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.saving:after, +.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.loading:after, +.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.saving:after { border: 2px solid rgba(var(--bb-primary-button-text-regular-rgb), 0.2); border-top-color: var(--bb-primary-button-text-regular); } - -.bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.loading:hover::after, .bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.saving:hover::after, -.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.loading:hover::after, -.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.saving:hover::after, -.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading:hover::after, -.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.saving:hover::after, -.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.loading:hover::after, -.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.saving:hover::after, -.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.loading:hover::after, -.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.saving:hover::after, -.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.loading:hover::after, -.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.saving:hover::after, -.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.loading:hover::after, -.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.saving:hover::after { +.bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.loading:hover:after, .bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.saving:hover:after, +.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.loading:hover:after, +.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.saving:hover:after, +.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading:hover:after, +.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.saving:hover:after, +.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.loading:hover:after, +.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.saving:hover:after, +.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.loading:hover:after, +.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.saving:hover:after, +.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.loading:hover:after, +.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.saving:hover:after, +.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.loading:hover:after, +.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.saving:hover:after { border: 2px solid rgba(var(--bb-primary-button-text-hover-rgb), 0.2); border-top-color: var(--bb-primary-button-text-hover); } - -.bb-template-v2 .load-more a.loading:hover::after, -.bb-template-v2 #media-folder-document-data-table .pager a.button.loading:hover::after, -.bb-template-v2 .button-load-more-posts.loading:hover::after { +.bb-template-v2 .load-more a.loading:hover:after, +.bb-template-v2 #media-folder-document-data-table .pager a.button.loading:hover:after, +.bb-template-v2 .button-load-more-posts.loading:hover:after { border: 2px solid rgba(var(--bb-primary-button-text-regular-rgb), 0.2); border-top-color: var(--bb-primary-button-text-regular); } - -.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.saving::after, -.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.loading::after, -.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.saving::after, -.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading::after, -.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.saving::after, -.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.saving::after, -.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.saving::after, -.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.saving::after { +.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.saving:after, +.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.loading:after, +.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.saving:after, +.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading:after, +.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.saving:after, +.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.saving:after, +.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.saving:after, +.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.saving:after { vertical-align: middle; } - -.bb-template-v2 .lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap > .list-members-extra.loading-members .bb-icon-spin::before, -.bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.saving::after, -.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading::after, -.bb-template-v2 li.load-more a.loading::after { +.bb-template-v2 .lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap > .list-members-extra.loading-members .bb-icon-spin:before, +.bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.saving:after, +.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading:after, +.bb-template-v2 li.load-more a.loading:after { vertical-align: middle; } - -.bb-template-v2 #bp-message-thread-list:empty::before, -.bb-template-v2 #bp-message-load-more .button .dashicons-update::before, +.bb-template-v2 #bp-message-thread-list:empty:before, +.bb-template-v2 #bp-message-load-more .button .dashicons-update:before, .bb-template-v2 .bb-media-model-wrapper.video .bb-media-section figure.loading .bb-icon-spinner, -.bb-template-v2 .bb-media-model-wrapper.video .bb-media-section figure.loading .bb-icon-spinner::before { +.bb-template-v2 .bb-media-model-wrapper.video .bb-media-section figure.loading .bb-icon-spinner:before { height: 25px; width: 25px; } - .bb-template-v2 .location-folder-list-wrap-main .location-folder-list.is-loading li .bb-icon-spinner, -.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading::after, +.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading:after, .bb-template-v2 .location-album-list-wrap .location-album-list.is-loading li .bb-icon-spinner, .bb-template-v2 .bb-media-info-section .activity-list > .bb-icon-spinner, -.bb-template-v2 li.load-more a.loading::after { +.bb-template-v2 li.load-more a.loading:after { height: 20px; width: 20px; } - -.bb-template-v2 .message-members-list .bb-report-type-pagination #load_more_rl.loading::after, -.bb-template-v2 .mass-user-block-list .bb-report-type-pagination #load_more_rl.loading::after, -.bb-template-v2 .atwho-view ul li.list-loader::before, -.bb-template-v2 .bb-zoom-setting-content-tab .bb-field-wrap.bb-zoom_account-email .bb-icon-spinner::before, -.bb-template-v2 .bb-group-zoom-settings-container .bb-field-wrap.bb-zoom_account-email.loading .bb-icon-spinner::before, -.bb-template-v2 .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results::before { +.bb-template-v2 .message-members-list .bb-report-type-pagination #load_more_rl.loading:after, +.bb-template-v2 .mass-user-block-list .bb-report-type-pagination #load_more_rl.loading:after, +.bb-template-v2 .atwho-view ul li.list-loader:before, +.bb-template-v2 #bp-invites-dropdown-options-loader .bb-icon-spinner:before, +.bb-template-v2 .bb-zoom-setting-content-tab .bb-field-wrap.bb-zoom_account-email .bb-icon-spinner:before, +.bb-template-v2 .bb-group-zoom-settings-container .bb-field-wrap.bb-zoom_account-email.loading .bb-icon-spinner:before, +.bb-template-v2 .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results:before { height: 18px; width: 18px; } - -.bb-template-v2 .bb-url-scrapper-loading .bb-icon-spinner::before, -.bb-template-v2 .activity-url-scrapper-loading .bb-icon-spinner::before, -.bb-template-v2 .bp-zoom-group-show-instructions .save-settings.loading::before, -.bb-template-v2 .bb-save-settings.loading::before, -.bb-template-v2 #bp-zoom-webinar-form-submit.loading::before, -.bb-template-v2 #buddypress #header-cover-image .header-cover-reposition-wrap > .button.loading::after, -.bb-template-v2 #group-messages-container div#group-messages-new-submit #send_group_message_button.loading::after, -.bb-template-v2 .bp-messages-content #bp-message-thread-list li.sending .message_send_sending .info-text-send-message::before, -.bb-template-v2 .lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap > .list-members-extra.loading-members .bb-icon-spin::before { +.bb-template-v2 .bb-url-scrapper-loading .bb-icon-spinner:before, +.bb-template-v2 .activity-url-scrapper-loading .bb-icon-spinner:before, +.bb-template-v2 .bp-zoom-group-show-instructions .save-settings.loading:before, +.bb-template-v2 .bb-save-settings.loading:before, +.bb-template-v2 #bp-zoom-webinar-form-submit.loading:before, +.bb-template-v2 #buddypress #header-cover-image .header-cover-reposition-wrap > .button.loading:after, +.bb-template-v2 #group-messages-container div#group-messages-new-submit #send_group_message_button.loading:after, +.bb-template-v2 .bp-messages-content #bp-message-thread-list li.sending .message_send_sending .info-text-send-message:before, +.bb-template-v2 .lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap > .list-members-extra.loading-members .bb-icon-spin:before { /* stylelint-enable */ height: 16px; width: 16px; vertical-align: middle; } - -.bb-template-v2 #group-messages-container div#group-messages-new-submit #send_group_message_button.loading::after { +.bb-template-v2 #group-messages-container div#group-messages-new-submit #send_group_message_button.loading:after { border-color: rgba(var(--bb-content-border-color-rgb), 0.8); border-top-color: var(--bb-alternate-text-color); } - .bb-template-v2 #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner > a:first-child > i { border-radius: 0 var(--bb-option-radius) var(--bb-option-radius) 0; } - .bb-template-v2 #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner > a > i { border-radius: var(--bb-option-radius) 0 0 var(--bb-option-radius); } - .bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .entry-img > i { font-weight: 300; } @@ -1160,15 +1150,12 @@ border-radius: 6px; min-width: 23px; } - .bb-template-v2.directory.media .bp-subnavs li.selected a:hover span, .bb-template-v2.directory.document .bp-subnavs li.selected a:hover span, .bb-template-v2.directory.video .bp-subnavs li.selected a:hover span { color: var(--bb-headings-color); } - .bb-template-v2.woocommerce #content div.product .woocommerce-tabs ul.tabs li#tab-title-reviews.active a span { color: #fff; } - .bb-template-v2 .bb-single-main-nav--vertical li .count { border-radius: 6px; } @@ -1183,20 +1170,17 @@ .bb-template-v2 #bb-album-privacy { padding: 6px 8px; } - .bb-template-v2 #bb-media-privacy .privacy-point-icon, .bb-template-v2 #bb-album-privacy .privacy-point-icon { font-size: 15px; font-weight: 300; } - .bb-template-v2 #bb-media-privacy .bb-icon-caret-down, .bb-template-v2 #bb-album-privacy .bb-icon-caret-down { font-size: 13px; opacity: 0.3; margin-right: 5px; } - .bb-template-v2 .modal-container select#bb-media-privacy, .bb-template-v2 .modal-container select#bb-album-privacy { color: var(--bb-body-text-color); @@ -1204,7 +1188,6 @@ font-weight: 400; padding: 8px 12px 8px 40px; } - .bb-template-v2 .member-media select#bb-media-privacy, .bb-template-v2 .member-media select#bb-album-privacy { border: 1px solid var(--bb-content-border-color); @@ -1214,22 +1197,20 @@ font-weight: 400; padding: 0 12px 0 26px; } - -.bb-template-v2 .bb-document-privacy-wrap .privacy::after, -.bb-template-v2 .bb-media-privacy-wrap .privacy::after { +.bb-template-v2 .bb-document-privacy-wrap .privacy:after, +.bb-template-v2 .bb-media-privacy-wrap .privacy:after { content: "\ee09"; font-weight: 300; } - -.bb-template-v2 .activity-privacy > li::before, -.bb-template-v2 .bp-activity-privacy__label .privacy-figure::before, -.bb-template-v2 #bp-activity-privacy-point .privacy-point-icon::before, -.bb-template-v2 .bb-document-privacy-wrap .privacy::before, -.bb-template-v2 .bb-media-privacy-wrap .privacy::before { +.bb-template-v2 .activity-privacy > li:before, +.bb-template-v2 .bp-activity-privacy__label .privacy-figure:before, +.bb-template-v2 #bp-activity-privacy-point .privacy-point-icon:before, +.bb-template-v2 .bb-document-privacy-wrap .privacy:before, +.bb-template-v2 .bb-media-privacy-wrap .privacy:before { font-weight: 300; } -.bb-template-v2 .llms-person-login-form-wrapper label[for="llms_remember"]::before { +.bb-template-v2 .llms-person-login-form-wrapper label[for="llms_remember"]:before { border-radius: var(--bb-checkbox-radius); } @@ -1248,7 +1229,6 @@ .bb-template-v2 .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar .avatar { border-radius: 15px; } - .bb-template-v2 .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar { box-shadow: none; } @@ -1264,8 +1244,7 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- border: 1px solid var(--bb-content-border-color); border-radius: var(--bb-block-radius); } - -.bb-template-v2 #buddypress .bp-settings-container .bp-navs .selected::after { +.bb-template-v2 #buddypress .bp-settings-container .bp-navs .selected:after { display: none; } @@ -1279,16 +1258,76 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- .bb-template-v2 .bp-nouveau-activity-form-placeholder- .activity-form.focus-in.has-feedback #message-feedabck.bp-messages { border-radius: 6px; } - .bb-template-v2 .bp-feedback .bp-icon { border-radius: 0 6px 6px 0; } +.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages { + border: 0; + width: 100%; + border-radius: 0; + margin: 0; +} +.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.help, .bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.info { + background-color: rgba(var(--bb-default-notice-color-rgb), 0.3); +} +.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.help p, .bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.info p { + color: var(--bb-default-notice-color); +} +.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.help .bp-icon, .bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.info .bp-icon { + background-color: transparent; + margin-left: 0; +} +.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.help .bp-icon:before, .bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.info .bp-icon:before { + color: var(--bb-default-notice-color); +} +.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.loading, .bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.warning { + background-color: rgba(var(--bb-warning-color-rgb), 0.3); +} +.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.loading p, .bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.warning p { + color: var(--bb-warning-color); +} +.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.loading .bp-icon, .bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.warning .bp-icon { + background-color: transparent; + margin-left: 0; +} +.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.loading .bp-icon:before, .bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.warning .bp-icon:before { + content: "\ee66"; + color: var(--bb-warning-color); + font-size: 22px; + font-family: bb-icons; + font-weight: 300; +} +.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.success, .bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.updated { + background-color: rgba(var(--bb-success-color-rgb), 0.3); +} +.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.success p, .bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.updated p { + color: var(--bb-success-color); +} +.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.success .bp-icon, .bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.updated .bp-icon { + background-color: transparent; + margin-left: 0; +} +.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.success .bp-icon:before, .bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.updated .bp-icon:before { + color: var(--bb-success-color); +} +.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.error { + background-color: rgba(var(--bb-danger-color-rgb), 0.3); +} +.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.error p { + color: var(--bb-danger-color); +} +.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.error .bp-icon { + background-color: transparent; + margin-left: 0; +} +.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.error .bp-icon:before { + color: var(--bb-danger-color); +} .bb-template-v2 #buddypress .member-header-actions + .bb_more_options { top: 0; margin-top: 35px; } - .bb-template-v2 #buddypress .member-header-actions + .bb_more_options .bb_more_options_action { background-color: var(--bb-content-background-color); color: var(--bb-headings-color); @@ -1296,25 +1335,20 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- border-radius: var(--bb-button-radius); padding: 0 8px; } - .bb-template-v2 #buddypress .member-header-actions + .bb_more_options .bb_more_options_action:focus { box-shadow: var(--bb-outline-button-focus-shadow); } - .bb-template-v2 #buddypress .member-header-actions + .bb_more_options .bb_more_options_action i { color: var(--bb-headings-color); } - .bb-template-v2 #buddypress .member-header-actions + .bb_more_options .bb_more_options_action: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); } - .bb-template-v2 #buddypress .member-header-actions + .bb_more_options .bb_more_options_action:hover i { color: var(--bb-secondary-button-text-hover); } - .bb-template-v2 #buddypress .group-actions-absolute .bb_more_options .bb_more_options_action { background-color: var(--bb-content-background-color); color: var(--bb-headings-color); @@ -1322,22 +1356,18 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- border-radius: var(--bb-button-radius); padding: 0 8px; } - .bb-template-v2 #buddypress .group-actions-absolute .bb_more_options .bb_more_options_action:focus { box-shadow: var(--bb-outline-button-focus-shadow); } - .bb-template-v2 #buddypress .group-actions-absolute .bb_more_options .bb_more_options_action i { color: var(--bb-headings-color); line-height: 36px; } - .bb-template-v2 #buddypress .group-actions-absolute .bb_more_options .bb_more_options_action: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); } - .bb-template-v2 #buddypress .group-actions-absolute .bb_more_options .bb_more_options_action:hover i { color: var(--bb-secondary-button-text-hover); } @@ -1345,7 +1375,6 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- .bb-template-v2 .results-group-footer { text-align: right; } - .bb-template-v2 .results-group-footer .view-all-link { color: var(--bb-headings-color); font-weight: 700; @@ -1356,15 +1385,12 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- border-radius: var(--bb-button-radius); display: inline-block; } - .bb-template-v2 .results-group-footer .view-all-link:hover, .bb-template-v2 .results-group-footer .view-all-link:focus { color: var(--bb-headings-color); } - -.bb-template-v2 .bp-search-results-wrap .view-all-link::after { +.bb-template-v2 .bp-search-results-wrap .view-all-link:after { display: none; } - .bb-template-v2 .bp-search-results-list .bp-search-item .item-avatar a { border-radius: 15px; } @@ -1377,7 +1403,6 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- .bb-template-v2 { /* stylelint-disable max-line-length */ /* stylelint-enable */ - /* .ac-reply-toolbar .active a [class*=" bb-icon-"]:after, #whats-new-toolbar .active a [class*=" bb-icon-"]:after, #whats-new-messages-toolbar .active a [class*=" bb-icon-"]:after, @@ -1388,7 +1413,6 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- #whats-new-messages-toolbar a.active [class*=" bb-icon-"]:after { z-index: 991; } */ - /* #bbpress-forums .bbp-reply-form.bb-modal #whats-new-toolbar .medium-editor-toolbar, #bbpress-forums .bbp-topic-form.bb-modal #whats-new-toolbar .medium-editor-toolbar { z-index: 992; @@ -1397,7 +1421,6 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- padding-left: 20px; } */ } - .bb-template-v2 .ac-reply-toolbar a [class*=" bb-icon-"], .bb-template-v2 .ac-reply-toolbar .emojionearea .emojionearea-button, .bb-template-v2 #whats-new-toolbar a [class*=" bb-icon-"], @@ -1405,44 +1428,41 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- .bb-template-v2 #whats-new-messages-toolbar a [class*=" bb-icon-"], .bb-template-v2 #whats-new-formatting-toolbar a [class*=" bb-icon-"], .bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-button, -.bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-button::before, -.bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-button::before, +.bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-button:before, +.bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-button:before, .bb-template-v2 #whats-new-messages-toolbar .emojionearea .emojionearea-button, -.bb-template-v2 #whats-new-messages-toolbar .emojionearea .emojionearea-button::before, -.bb-template-v2 #whats-new-toolbar .emojionearea .emojionearea-button::before, -.bb-template-v2 .ac-reply-toolbar .emojionearea .emojionearea-button::before, +.bb-template-v2 #whats-new-messages-toolbar .emojionearea .emojionearea-button:before, +.bb-template-v2 #whats-new-toolbar .emojionearea .emojionearea-button:before, +.bb-template-v2 .ac-reply-toolbar .emojionearea .emojionearea-button:before, .bb-template-v2 #editor-toolbar [class*=" bb-icon-"], .bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .post-elements-buttons-item [class*=" bb-icon-"], .bb-template-v2 .bp-nouveau-activity-form-placeholder- .activity-form.focus-in #editor-toolbar .post-elements-buttons-item [class*=" bb-icon-"], -.bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .emojionearea-button::before, -.bb-template-v2 .bp-nouveau-activity-form-placeholder- .activity-form.focus-in #editor-toolbar .emojionearea-button::before, +.bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .emojionearea-button:before, +.bb-template-v2 .bp-nouveau-activity-form-placeholder- .activity-form.focus-in #editor-toolbar .emojionearea-button:before, .bb-template-v2 ul.medium-editor-toolbar-actions .medium-editor-action b { font-weight: 300; color: rgba(var(--bb-headings-color-rgb), 0.3); } - .bb-template-v2 #editor-toolbar [class*=" bb-icon-"]:hover, .bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .post-elements-buttons-item [class*=" bb-icon-"]:hover, .bb-template-v2 .bp-nouveau-activity-form-placeholder- .activity-form.focus-in #editor-toolbar .post-elements-buttons-item [class*=" bb-icon-"]:hover, .bb-template-v2 #editor-toolbar [class*=" bb-icon-"]:hover, .bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .post-elements-buttons-item [class*=" bb-icon-"]:hover, -.bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-button:hover::before, -.bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-button.active::before, -.bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .emojionearea-button:hover::before, -.bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .emojionearea-button.active::before, -.bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .active [class*=" bb-icon-"]::before, +.bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-button:hover:before, +.bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-button.active:before, +.bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .emojionearea-button:hover:before, +.bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .emojionearea-button.active:before, +.bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .active [class*=" bb-icon-"]:before, .bb-template-v2 ul.medium-editor-toolbar-actions .medium-editor-action b:hover, -.bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-button.active::before, -.bb-template-v2 .ac-reply-toolbar .emojionearea .emojionearea-button.active::before, +.bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-button.active:before, +.bb-template-v2 .ac-reply-toolbar .emojionearea .emojionearea-button.active:before, .bb-template-v2 .medium-editor-toolbar .medium-editor-toolbar-actions .medium-editor-button-active b { color: var(--bb-headings-color); } - .bb-template-v2 .medium-editor-toolbar .medium-editor-toolbar-actions .medium-editor-button-active b { position: relative; height: 24px; } - .bb-template-v2 .ac-reply-toolbar .active a [class*=" bb-icon-"], .bb-template-v2 #whats-new-toolbar .active a [class*=" bb-icon-"], .bb-template-v2 #whats-new-messages-toolbar .active a [class*=" bb-icon-"], @@ -1456,19 +1476,18 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- .bb-template-v2 #whats-new-messages-toolbar a.active [class*=" bb-icon-"] { position: relative; } - -.bb-template-v2 .ac-reply-toolbar .active a [class*=" bb-icon-"]::after, -.bb-template-v2 #whats-new-toolbar .active a [class*=" bb-icon-"]::after, -.bb-template-v2 #whats-new-messages-toolbar .active a [class*=" bb-icon-"]::after, -.bb-template-v2 #whats-new-formatting-toolbar .active a [class*=" bb-icon-"]::after, -.bb-template-v2 #editor-toolbar .emojionearea-button.active::after, -.bb-template-v2 .emojionearea .emojionearea-button.active::after, -.bb-template-v2 #editor-toolbar .active [class*=" bb-icon-"]::after, -.bb-template-v2 #whats-new-toolbar a.active [class*=" bb-icon-"]::after, -.bb-template-v2 .ac-reply-content .ac-reply-toolbar a.active [class*=" bb-icon-"]::after, -.bb-template-v2 #whats-new-formatting-toolbar a.active [class*=" bb-icon-"]::after, -.bb-template-v2 #whats-new-messages-toolbar a.active [class*=" bb-icon-"]::after, -.bb-template-v2 .medium-editor-toolbar .medium-editor-toolbar-actions .medium-editor-button-active b::after { +.bb-template-v2 .ac-reply-toolbar .active a [class*=" bb-icon-"]:after, +.bb-template-v2 #whats-new-toolbar .active a [class*=" bb-icon-"]:after, +.bb-template-v2 #whats-new-messages-toolbar .active a [class*=" bb-icon-"]:after, +.bb-template-v2 #whats-new-formatting-toolbar .active a [class*=" bb-icon-"]:after, +.bb-template-v2 #editor-toolbar .emojionearea-button.active:after, +.bb-template-v2 .emojionearea .emojionearea-button.active:after, +.bb-template-v2 #editor-toolbar .active [class*=" bb-icon-"]:after, +.bb-template-v2 #whats-new-toolbar a.active [class*=" bb-icon-"]:after, +.bb-template-v2 .ac-reply-content .ac-reply-toolbar a.active [class*=" bb-icon-"]:after, +.bb-template-v2 #whats-new-formatting-toolbar a.active [class*=" bb-icon-"]:after, +.bb-template-v2 #whats-new-messages-toolbar a.active [class*=" bb-icon-"]:after, +.bb-template-v2 .medium-editor-toolbar .medium-editor-toolbar-actions .medium-editor-button-active b:after { content: ""; background: rgba(0, 0, 0, 0.08); border-radius: 5.6px; @@ -1482,66 +1501,53 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- transform: translate(50%, -50%); z-index: 9; } - .bb-template-v2 .emojionearea .emojionearea-picker, .bb-template-v2 .gif-media-search-dropdown { border-radius: 8px; } - .bb-template-v2 .emojionearea .emojionearea-picker .emojionearea-filters i.emojionearea-filter:first-child[style*="display: none"] + i.emojionearea-filter:not([style*="display: none"]) { border-radius: 0 8px 0 0; } - .bb-template-v2 .emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter:last-child { border-radius: 8px 0 0 0; } - .bb-template-v2 .gif-search-query, .bb-template-v2 .emojionearea .emojionearea-picker.emojionearea-filters-position-top .emojionearea-filters { border-top-left-radius: 8px; border-top-right-radius: 8px; } - .bb-template-v2 .gif-search-query .emojionearea-filter:first-of-type, .bb-template-v2 .emojionearea .emojionearea-picker.emojionearea-filters-position-top .emojionearea-filters .emojionearea-filter:first-of-type { border-top-right-radius: 8px; } - .bb-template-v2.bbpress a.medium-editor-toolbar-save, .bb-template-v2.bbpress a.medium-editor-toolbar-close, .bb-template-v2.buddypress a.medium-editor-toolbar-save, .bb-template-v2.buddypress a.medium-editor-toolbar-close { border-radius: 6px; border: none; } - .bb-template-v2.bbpress .medium-editor-toolbar-form .medium-editor-toolbar-input, .bb-template-v2.bbpress .medium-editor-toolbar-form .medium-editor-toolbar-input:focus, .bb-template-v2.buddypress .medium-editor-toolbar-form .medium-editor-toolbar-input, .bb-template-v2.buddypress .medium-editor-toolbar-form .medium-editor-toolbar-input:focus { border-radius: 6px; } - -.bb-template-v2 .medium-editor-element blockquote:not(.wp-embedded-content)::before, -.bb-template-v2 .bs-forum-content blockquote:not(.wp-embedded-content)::before { +.bb-template-v2 .medium-editor-element blockquote:not(.wp-embedded-content):before, +.bb-template-v2 .bs-forum-content blockquote:not(.wp-embedded-content):before { font-weight: 300; } - .bb-template-v2 .search-query-input, .bb-template-v2 .emojionearea-search > input { border-radius: 6px; } - .bb-template-v2 .activity-update-form .medium-editor-toolbar .medium-editor-toolbar-actions { height: 40px; } - .bb-template-v2 .activity-update-form .medium-editor-toolbar .medium-editor-action-more.active .medium-editor-action-more-button b { position: relative; } - .bb-template-v2 .activity-update-form .medium-editor-toolbar .medium-editor-action-more.active .medium-editor-action-more-button b::before { color: var(--bb-headings-color); } - .bb-template-v2 .activity-update-form .medium-editor-toolbar .medium-editor-action-more.active .medium-editor-action-more-button b::after { content: ""; background: rgba(0, 0, 0, 0.08); @@ -1556,7 +1562,6 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- transform: translate(50%, -45%); z-index: 9; } - .bb-template-v2 .activity-update-form .medium-editor-toolbar .medium-editor-action-more > ul { border-radius: 8px; } @@ -1570,19 +1575,15 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- border-bottom-right-radius: 0; border-bottom-left-radius: 0; } - .bb-template-v2.woocommerce li.product a.added_to_cart.wc-forward { border-radius: 0 0 var(--bb-block-radius) 0; } - .bb-template-v2.woocommerce li.product a.button.add_to_cart_button.added { border-radius: 0 0 0 var(--bb-block-radius); } - .bb-template-v2 .woocommerce li.product a.added_to_cart.wc-forward { border-radius: 0 0 var(--bb-block-radius) 0; } - .bb-template-v2 #buddypress .activity-lists.bp-list .activity-item .activity-comments > ul, .bb-template-v2 #buddypress .activity-lists.bp-list .activity-item .activity-comments > .ac-form, .bb-template-v2 #buddypress .activity-list.bp-list .activity-item .activity-comments > ul, @@ -1591,32 +1592,31 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- .bb-template-v2 #bbpress-forums .activity-list.bp-list .activity-item .activity-comments > .ac-form { border-radius: 0 0 var(--bb-block-radius) var(--bb-block-radius); } - +@media (max-width: 992px) { + .bb-template-v2.woocommerce li.product a.button.add_to_cart_button.added { + border-radius: 0 0 var(--bb-block-radius) var(--bb-block-radius); + } +} .bb-template-v2 .bb-media-model-wrapper .bb-media-section figure .video-js, .bb-template-v2 .bb-media-model-wrapper .bb-media-section, .bb-template-v2 #buddypress .bp-search-results-wrapper .bp-navs, .bb-template-v2 div.product .woocommerce-product-gallery__image { border-radius: 0 var(--bb-block-radius) var(--bb-block-radius) 0; } - .bb-template-v2 .bb-document-theater .bb-media-section h3 { border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; } - .bb-template-v2 .bb-media-model-inner, .bb-template-v2 .bb-document-theater .bb-media-section .img-section { border-radius: var(--bb-block-radius); } - .bb-template-v2 .bb-document-theater .bb-media-info-section.document, .bb-template-v2 #buddypress .bb-media-model-wrapper.video-theatre .activity-list.bp-list, .bb-template-v2.woocommerce #content div.product div.summary { border-radius: var(--bb-block-radius) 0 0 var(--bb-block-radius); } - .bb-template-v2 #buddypress .bb-media-model-wrapper.video-theatre .activity-list.bp-list { overflow: hidden; } - .bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity, .bb-template-v2.groups.group-create .buddypress-wrap #drag-drop-area, .bb-template-v2 article.job_listing ul.job-listing-meta li.job-type, .bb-template-v2 ul.job_listings li.job_listing ul.meta li.job-type, @@ -1634,78 +1634,63 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- .bb-template-v2 #lifterlms-lesson-header .lifterlms-lesson-nav .bb-ld-status .ld-status { border-radius: 6px; } - .bb-template-v2 .bb-activity-video-elem .bb-video-duration, .bb-template-v2 .bb-video-thumb .bb-video-duration, .bb-template-v2 .bb-media-section .bb-video-duration { border-radius: 5px; } - .bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity { border-color: transparent; background-color: var(--bb-content-alternate-background-color); } - .bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap { background-color: transparent; } - .bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-audio-wrap audio::-webkit-media-controls-panel { background-color: var(--bb-body-background-color); } - .bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity:hover { border-color: var(--bb-content-border-color); } - .bb-template-v2 .activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover, .bb-template-v2 .activity-link-preview-container .activity-link-preview-image img { border-radius: 6px 6px 0 0; } - .bb-template-v2 .activity-link-preview-container > .activity-link-preview-info { border-radius: 6px; } - -.bb-template-v2 .activity-link-preview-container:hover .activity-link-preview-image + .activity-link-preview-info::before, +.bb-template-v2 .activity-link-preview-container:hover .activity-link-preview-image + .activity-link-preview-info:before, .bb-template-v2 .activity-link-preview-container .activity-link-preview-image + .activity-link-preview-info { border-radius: 0 0 6px 6px; } - -.bb-template-v2 .activity-update-form .activity-link-preview-container:hover #activity-url-scrapper-img-holder + .activity-link-preview-info::before, +.bb-template-v2 .activity-update-form .activity-link-preview-container:hover #activity-url-scrapper-img-holder + .activity-link-preview-info:before, .bb-template-v2 .activity-update-form .activity-link-preview-container #activity-url-scrapper-img-holder + .activity-link-preview-info { border-radius: 0 0 6px 6px; } - .bb-template-v2 .activity-list .activity-item .activity-content .activity-inner iframe, .bb-template-v2 .bp-messages-content #bp-message-thread-list li .fluid-width-video-wrapper iframe, .bb-template-v2 #bbpress-forums .bs-forums-items li .fluid-width-video-wrapper iframe, .bb-template-v2 .activity-video-preview .fluid-width-video-wrapper iframe { border-radius: 6px; } - .bb-template-v2 .activity-video-preview .activity-link-preview-excerpt p iframe, .bb-template-v2 .activity-list .activity-item .activity-content .activity-inner iframe[style="border-radius: 12px"] { border-radius: 6px !important; } - .bb-template-v2.activity .activity .activity-list .bbp_reply_create .activity-inner .activity-discussion-title-wrap, .bb-template-v2 .activity-list li.blogs .activity-content .activity-inner .bb-post-img-link { border-top-right-radius: 6px; border-top-left-radius: 6px; } - .bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-audio-wrap audio, .bb-template-v2 .buddypress-wrap #group-create-body .bp-cover-image-status p.warning, .bb-template-v2.single .default-fi .entry-img, .bb-template-v2 .bb-toast-messages-enable .bb-toast-messages .toast-messages-list .read-item { border-radius: 6px; } - -.bb-template-v2 .bb-toast-messages-enable .bb-toast-messages .toast-messages-list .read-item.recent-item::before, +.bb-template-v2 .bb-toast-messages-enable .bb-toast-messages .toast-messages-list .read-item.recent-item:before, .bb-template-v2 #item-header.groups-header .bp-feedback.bp-feedback .bp-icon { border-radius: 0 6px 6px 0; } - .bb-template-v2 .bp-media-move-file .bb-model-footer, .bb-template-v2 .bp-media-move-folder .bb-model-footer, .bb-template-v2 .bp-video-move-file .bb-model-footer, @@ -1720,23 +1705,19 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- border-top: 0; } @media (max-width: 1024px) { - .bb-template-v2 #buddypress .bb-document-theater .bb-media-model-inner .bb-media-info-section.document { border-radius: var(--bb-block-radius); } } @media screen and (max-width: 767px) { - .bb-template-v2 .bb-media-model-inner { border-radius: var(--bb-block-radius); } - .bb-template-v2 .bb-media-model-wrapper .bb-media-section figure .video-js, .bb-template-v2 .bb-media-model-wrapper .bb-media-section, .bb-template-v2 #buddypress .bb-document-theater .bb-media-section { border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; } - .bb-template-v2 #buddypress .bb-media-model-wrapper.video-theatre .activity-list.bp-list, .bb-template-v2 .bb-document-theater .bb-media-info-section.document { border-radius: 0 0 var(--bb-block-radius) var(--bb-block-radius); @@ -1746,88 +1727,61 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- .bb-template-v2 .modal-container { border-radius: var(--bb-block-radius); } - .bb-template-v2 #bbpress-forums div.bbp-reply-content .bb-model-header, .bb-template-v2 .activity-form:not(.focus-in) .whats-new-form-header { border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; } - .bb-template-v2 .activity-update-form.media-off .activity-form:not(.focus-in) .whats-new-form-header { border-radius: var(--bb-block-radius); } - .bb-template-v2 .bp-video-thumbnail-uploader .bb-model-footer, .bb-template-v2 .bb-model-footer { border-radius: 0 0 var(--bb-block-radius) var(--bb-block-radius); } - .bb-template-v2 #whats-new-form-placeholder #whats-new-toolbar, .bb-template-v2 #whats-new-form #whats-new-toolbar { border-radius: 0 0 var(--bb-block-radius) 0; } .bb-template-v2 { - /* Calendar */ - /* Search */ - /* Archives */ - /* Tag Cloud */ } - .bb-template-v2 .widget { border-radius: var(--bb-block-radius); padding: 1.25rem 1.25rem 1.5625rem 1.25rem; - /* Log in/out */ - /* RSS */ - /* Activity Update */ - /* Social Group */ - /* Whos Online */ - /* Profile Search */ - /* Forums List */ - /* Recent Post */ - /* Members I'm Following */ - /* Members Following Me */ - /* Follow Us */ - /* Category */ } - .bb-template-v2 .widget.bp-profile-search-widget { padding: 0; } - .bb-template-v2 .widget h2, .bb-template-v2 .widget label { font-size: 20px; } - .bb-template-v2 .widget label { text-transform: none; } - .bb-template-v2 .widget.widget_block .logged-out #loginform p input { border-radius: var(--bb-input-radius); } - .bb-template-v2 .widget.widget_block .logged-out #loginform p input[type="submit"] { width: auto; border-radius: var(--bb-input-radius); } - .bb-template-v2 .widget.widget_rss .wp-block-rss li { display: -webkit-box; display: -ms-flexbox; @@ -1837,11 +1791,9 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- -ms-flex-direction: column; flex-direction: column; } - .bb-template-v2 .widget.widget_rss .wp-block-rss li:not(:last-child) { margin-bottom: 15px; } - .bb-template-v2 .widget.widget_rss .wp-block-rss li .wp-block-rss__item-title { font-size: 14px; line-height: 21px; @@ -1850,7 +1802,6 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- color: var(--bb-headings-color); margin-bottom: 8px; } - .bb-template-v2 .widget.widget_rss .wp-block-rss li .wp-block-rss__item-publish-date { font-size: 13px; line-height: 19.5px; @@ -1858,7 +1809,6 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- color: var(--bb-alternate-text-color); margin-bottom: 8px; } - .bb-template-v2 .widget.widget_rss .wp-block-rss li .wp-block-rss__item-author { margin-top: 8px; font-style: italic; @@ -1870,23 +1820,19 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- -ms-flex-order: 4; order: 4; } - .bb-template-v2 .widget.activity_update .bp-feedback { border-radius: var(--bb-button-radius); border: none; background-color: var(--bb-content-alternate-background-color); margin: 0; } - .bb-template-v2 .widget.activity_update .bp-feedback .bp-icon { display: none; } - .bb-template-v2 .widget.activity_update .bp-feedback p { padding: 15px; color: var(--bb-alternate-text-color); } - .bb-template-v2 .widget.widget_bp_groups_widget .widget-error { border-radius: var(--bb-button-radius); border: none; @@ -1895,38 +1841,31 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- padding: 15px; color: var(--bb-alternate-text-color); } - .bb-template-v2 .widget.widget_bp_groups_widget .item-options a { line-height: 16.5px; letter-spacing: 0.25px; } - .bb-template-v2 .widget.widget_bp_groups_widget .item-options a.selected { border-bottom-width: 2px; } - .bb-template-v2 .widget.widget_bp_core_whos_online_widget .item-options { margin-bottom: 20px; } - .bb-template-v2 .widget.widget_bp_core_whos_online_widget .item-options a { font-weight: 700; font-style: 11px; color: var(--bb-alternate-text-color); line-height: 16.5px; } - .bb-template-v2 .widget.widget_bp_core_whos_online_widget .item-options a.selected, .bb-template-v2 .widget.widget_bp_core_whos_online_widget .item-options a .widget-num-count { color: var(--bb-headings-color); color: var(--bb-alternate-text-color); border-bottom-width: 2px; } - .bb-template-v2 .widget.widget_bp_core_whos_online_widget .item-options a.selected { color: var(--bb-headings-color); } - .bb-template-v2 .widget.widget_bp_core_whos_online_widget .widget-error { border-radius: var(--bb-button-radius); border: none; @@ -1935,25 +1874,20 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- padding: 15px; color: var(--bb-alternate-text-color); } - .bb-template-v2 .widget.bp-profile-search-widget { padding: 20px; } - .bb-template-v2 .widget.bp-profile-search-widget .widget-title { padding: 0; border-bottom: none; margin-bottom: 15px !important; } - .bb-template-v2 .widget.bp-profile-search-widget .bps-form { padding: 0; } - .bb-template-v2 .widget.bp-profile-search-widget .bps-form .bps-textbox input { border-radius: var(--bb-button-radius); } - .bb-template-v2 .widget.bp-profile-search-widget .bps-form .submit-wrapper .clear-from-wrap a { color: var(--bb-headings-color); position: relative; @@ -1961,21 +1895,18 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - -.bb-template-v2 .widget.bp-profile-search-widget .bps-form .submit-wrapper .clear-from-wrap a::before { +.bb-template-v2 .widget.bp-profile-search-widget .bps-form .submit-wrapper .clear-from-wrap a:before { content: "\ef50"; font-family: bb-icons; display: inline-block; margin-left: 3px; font-weight: 300; } - .bb-template-v2 .widget.bp-profile-search-widget .bps-form .submit-wrapper .clear-from-wrap a:hover { color: var(--bb-primary-color); -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .bb-template-v2 .widget.bp-profile-search-widget .bps-form .submit-wrapper .submit { width: 100%; font-size: 16px; @@ -1988,56 +1919,49 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); } - .bb-template-v2 .widget.bp-profile-search-widget .bps-form .submit-wrapper .submit:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .bb-template-v2 .widget.bp-profile-search-widget .bps-form .submit-wrapper .submit:hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - .bb-template-v2 .widget.bp-profile-search-widget .bps-label { font-size: 16px !important; color: var(--bb-headings-color); } - -.bb-template-v2 .widget.widget_display_forums .bb-sidebar-forums li .bbp-forum-title::before { +.bb-template-v2 .widget.widget_display_forums .bb-sidebar-forums li .bbp-forum-title:before { border: none; height: 9px; width: 9px; top: 0; } - .bb-template-v2 .widget.widget_display_forums .bb-sidebar-forums li .bb-sidebar-forums { border-right: 2px solid var(--bb-content-border-color); margin-right: 4px; padding-right: 12px; } - .bb-template-v2 .widget.bb_widget_recent_posts .widget-title { margin-bottom: 20px !important; } - .bb-template-v2 .widget.widget_bp_follow_following_widget .avatar-block .item-avatar img { width: 42px; max-width: 42px; } - .bb-template-v2 .widget.widget_bp_follow_follower_widget .avatar-block .item-avatar img { width: 42px; max-width: 42px; } - +.bb-template-v2 .widget.widget_follow_us .bb-follow-links { + row-gap: 4px; +} .bb-template-v2 .widget.widget_follow_us .bb-follow-links a { margin-left: 4px; opacity: 1; border-radius: 100%; line-height: 36px; } - .bb-template-v2 .widget.widget_follow_us .bb-follow-links a i { border: 1px solid var(--bb-content-border-color); font-weight: 400; @@ -2048,7 +1972,6 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- font-size: 20px; padding: 7px; } - .bb-template-v2 .widget.widget_follow_us .bb-follow-links a:hover i { background-color: var(--bb-headings-color); border-color: var(--bb-headings-color); @@ -2057,11 +1980,9 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .bb-template-v2 .widget.widget_categories .wp-block-categories-list li a { font-weight: 500; } - .bb-template-v2 .elementor-widget.widget .elementor-widget-container > h5, .bb-template-v2 .widgettitle, .bb-template-v2 .widget-title, @@ -2069,7 +1990,6 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- font-size: 1.25rem; margin-bottom: 23px; } - .bb-template-v2 .elementor-widget.widget .elementor-widget-container > h5 .widget-num-count, .bb-template-v2 .widgettitle .widget-num-count, .bb-template-v2 .widget-title .widget-num-count, @@ -2077,54 +1997,50 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- font-size: 1rem; font-weight: 400; } - .bb-template-v2 .bp-profile-search-widget .bps-form-title { margin: 0; padding: 1.4375rem 1rem 1.125rem; } - .bb-template-v2 .bp-profile-search-widget .bps-form { padding: 1.125rem 1rem 1.375rem; } - .bb-template-v2 .widget.buddypress div.item-options a, -.bb-template-v2 .elementor-widget-wrap div.item-options a { +.bb-template-v2 .elementor-widget-wrap div.item-options a, +.bb-template-v2 .elementor-element div.item-options a { text-transform: uppercase; font-size: 0.6875rem; font-weight: 700; padding-bottom: 5px; color: var(--bb-alternate-text-color); } - .bb-template-v2 .widget.buddypress div.item-options a .widget-num-count, -.bb-template-v2 .elementor-widget-wrap div.item-options a .widget-num-count { +.bb-template-v2 .elementor-widget-wrap div.item-options a .widget-num-count, +.bb-template-v2 .elementor-element div.item-options a .widget-num-count { font-size: 0.6875rem; padding-right: 3px; } - .bb-template-v2 .widget.buddypress div.item-options a.selected, -.bb-template-v2 .elementor-widget-wrap div.item-options a.selected { +.bb-template-v2 .elementor-widget-wrap div.item-options a.selected, +.bb-template-v2 .elementor-element div.item-options a.selected { color: var(--bb-headings-color); } - .bb-template-v2 .widget.buddypress div.item-options, -.bb-template-v2 .elementor-widget-wrap div.item-options { +.bb-template-v2 .elementor-widget-wrap div.item-options, +.bb-template-v2 .elementor-element div.item-options { border-bottom: 0; margin-bottom: 18px; } - .bb-template-v2 .widget.buddypress div.item-options .selected, -.bb-template-v2 .elementor-widget-wrap div.item-options .selected { +.bb-template-v2 .elementor-widget-wrap div.item-options .selected, +.bb-template-v2 .elementor-element div.item-options .selected { border-bottom-color: var(--bb-content-border-color); } - .bb-template-v2 .more-block { text-align: right; margin: 15px 0 0; height: auto; line-height: 1em; } - .bb-template-v2 .more-block a.count-more { font-weight: 700; font-size: 12px; @@ -2136,42 +2052,34 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- color: var(--bb-secondary-button-text-regular); border: 1px solid var(--bb-secondary-button-border-regular); } - .bb-template-v2 .more-block a.count-more:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - .bb-template-v2 .more-block a.count-more: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); } - .bb-template-v2 .more-block a.count-more .bb-icon-angle-right { display: none; } - .bb-template-v2 .widget.widget_bp_groups_widget div.item-avatar a, .bb-template-v2 .widget.widget_bp_groups_widget div.item-avatar img { border-radius: 15px; } - .bb-template-v2 .bb_widget_recent_posts .bb-recent-posts .entry-media.entry-img, .bb-template-v2 .elementor-widget-container .bb-recent-posts .entry-media.entry-img { border-radius: 8px; } - .bb-template-v2 .widget_calendar, .bb-template-v2 .wp-block-calendar { position: relative; } - .bb-template-v2 .widget_calendar #wp-calendar, .bb-template-v2 .wp-block-calendar #wp-calendar { margin-top: 14px; margin-bottom: 0; } - .bb-template-v2 .widget_calendar #wp-calendar *, .bb-template-v2 .widget_calendar #wp-calendar, .bb-template-v2 .wp-block-calendar #wp-calendar *, .bb-template-v2 .wp-block-calendar #wp-calendar { @@ -2179,7 +2087,6 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- font-weight: 500; font-size: 14px; } - .bb-template-v2 .widget_calendar #wp-calendar caption, .bb-template-v2 .wp-block-calendar #wp-calendar caption { padding-bottom: 0; @@ -2189,7 +2096,6 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- line-height: 21.48px; text-transform: none; } - .bb-template-v2 .widget_calendar #wp-calendar thead th, .bb-template-v2 .wp-block-calendar #wp-calendar thead th { background: none; @@ -2198,11 +2104,8 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- font-size: 12px; color: var(--bb-headings-color); } - .bb-template-v2 .widget_calendar #wp-calendar tbody td, .bb-template-v2 .wp-block-calendar #wp-calendar tbody td { - color: var(--bb-alternate-text-color); - background: var(--bb-content-background-color); width: 34px; height: 34px; padding: 0; @@ -2210,7 +2113,6 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- text-align: center; border-radius: var(--bb-button-radius); } - .bb-template-v2 .widget_calendar #wp-calendar tbody td a, .bb-template-v2 .wp-block-calendar #wp-calendar tbody td a { font-weight: 600; @@ -2234,13 +2136,11 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- transition: all linear 0.2s; } @media only screen and (max-width: 800px) { - .bb-template-v2 .widget_calendar #wp-calendar tbody td a, .bb-template-v2 .wp-block-calendar #wp-calendar tbody td a { margin: 0 auto; } } - .bb-template-v2 .widget_calendar #wp-calendar tbody td a:hover, .bb-template-v2 .wp-block-calendar #wp-calendar tbody td a:hover { background-color: var(--bb-primary-color); @@ -2248,13 +2148,97 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .bb-template-v2 .widget_calendar #wp-calendar tbody td#today, .bb-template-v2 .wp-block-calendar #wp-calendar tbody td#today { background-color: var(--bb-primary-color); color: var(--bb-content-background-color); } - +:not(.widget_block) > .bb-template-v2 .widget_calendar.has-small-font-size #wp-calendar *, +:not(.widget_block) > .bb-template-v2 .widget_calendar.has-small-font-size #wp-calendar tbody td, +:not(.widget_block) > .bb-template-v2 .widget_calendar.has-small-font-size #wp-calendar thead th, :not(.widget_block) > +.bb-template-v2 .wp-block-calendar.has-small-font-size #wp-calendar *, +:not(.widget_block) > +.bb-template-v2 .wp-block-calendar.has-small-font-size #wp-calendar tbody td, +:not(.widget_block) > +.bb-template-v2 .wp-block-calendar.has-small-font-size #wp-calendar thead th { + font-size: 11px; +} +:not(.widget_block) > .bb-template-v2 .widget_calendar.has-small-font-size #wp-calendar tbody td, :not(.widget_block) > +.bb-template-v2 .wp-block-calendar.has-small-font-size #wp-calendar tbody td { + height: 24px; + width: 24px; +} +:not(.widget_block) > .bb-template-v2 .widget_calendar.has-large-font-size #wp-calendar *, +:not(.widget_block) > .bb-template-v2 .widget_calendar.has-large-font-size #wp-calendar tbody td, +:not(.widget_block) > .bb-template-v2 .widget_calendar.has-large-font-size #wp-calendar thead th, :not(.widget_block) > +.bb-template-v2 .wp-block-calendar.has-large-font-size #wp-calendar *, +:not(.widget_block) > +.bb-template-v2 .wp-block-calendar.has-large-font-size #wp-calendar tbody td, +:not(.widget_block) > +.bb-template-v2 .wp-block-calendar.has-large-font-size #wp-calendar thead th { + font-size: 18px; +} +:not(.widget_block) > .bb-template-v2 .widget_calendar.has-large-font-size #wp-calendar tbody td, :not(.widget_block) > +.bb-template-v2 .wp-block-calendar.has-large-font-size #wp-calendar tbody td { + height: 40px; + width: 40px; +} +:not(.widget_block) > .bb-template-v2 .widget_calendar.has-x-large-font-size, :not(.widget_block) > +.bb-template-v2 .wp-block-calendar.has-x-large-font-size { + max-width: 450px; +} +:not(.widget_block) > .bb-template-v2 .widget_calendar.has-x-large-font-size #wp-calendar *, +:not(.widget_block) > .bb-template-v2 .widget_calendar.has-x-large-font-size #wp-calendar tbody td, +:not(.widget_block) > .bb-template-v2 .widget_calendar.has-x-large-font-size #wp-calendar thead th, :not(.widget_block) > +.bb-template-v2 .wp-block-calendar.has-x-large-font-size #wp-calendar *, +:not(.widget_block) > +.bb-template-v2 .wp-block-calendar.has-x-large-font-size #wp-calendar tbody td, +:not(.widget_block) > +.bb-template-v2 .wp-block-calendar.has-x-large-font-size #wp-calendar thead th { + font-size: 24px; +} +:not(.widget_block) > .bb-template-v2 .widget_calendar.has-x-large-font-size #wp-calendar thead th, +:not(.widget_block) > .bb-template-v2 .widget_calendar.has-x-large-font-size #wp-calendar tbody td, :not(.widget_block) > +.bb-template-v2 .wp-block-calendar.has-x-large-font-size #wp-calendar thead th, +:not(.widget_block) > +.bb-template-v2 .wp-block-calendar.has-x-large-font-size #wp-calendar tbody td { + height: 60px; + width: 60px; +} +@media screen and (max-width: 544px) { + :not(.widget_block) > .bb-template-v2 .widget_calendar.has-x-large-font-size, :not(.widget_block) > + .bb-template-v2 .wp-block-calendar.has-x-large-font-size { + max-width: 450px; + } + :not(.widget_block) > .bb-template-v2 .widget_calendar.has-x-large-font-size #wp-calendar *, + :not(.widget_block) > .bb-template-v2 .widget_calendar.has-x-large-font-size #wp-calendar tbody td, + :not(.widget_block) > .bb-template-v2 .widget_calendar.has-x-large-font-size #wp-calendar thead th, :not(.widget_block) > + .bb-template-v2 .wp-block-calendar.has-x-large-font-size #wp-calendar *, + :not(.widget_block) > + .bb-template-v2 .wp-block-calendar.has-x-large-font-size #wp-calendar tbody td, + :not(.widget_block) > + .bb-template-v2 .wp-block-calendar.has-x-large-font-size #wp-calendar thead th { + font-size: 20px; + } + :not(.widget_block) > .bb-template-v2 .widget_calendar.has-x-large-font-size #wp-calendar thead th, + :not(.widget_block) > .bb-template-v2 .widget_calendar.has-x-large-font-size #wp-calendar tbody td, :not(.widget_block) > + .bb-template-v2 .wp-block-calendar.has-x-large-font-size #wp-calendar thead th, + :not(.widget_block) > + .bb-template-v2 .wp-block-calendar.has-x-large-font-size #wp-calendar tbody td { + height: 30px; + width: 30px; + padding: 6px 5px; + } +} +.bb-template-v2 .widget_calendar .calendar_wrap .wp-calendar-nav, +.bb-template-v2 .wp-block-calendar .calendar_wrap .wp-calendar-nav { + top: 0; + right: 0; + -webkit-transform: translateY(-10px); + -ms-transform: translateY(-10px); + transform: translateY(-10px); + width: 100%; +} .bb-template-v2 .widget_calendar .wp-calendar-nav, .bb-template-v2 .wp-block-calendar .wp-calendar-nav { display: -webkit-box; @@ -2265,17 +2249,16 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- justify-content: space-between; position: absolute; top: 28px; - right: 0; - width: 100%; + right: 20px; + width: -webkit-calc(100% - 40px); + width: calc(100% - 40px); padding: 0; } - .bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad), .bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad) { height: 38px; width: 38px; } - .bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad) a, .bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad) a { height: 38px; @@ -2296,43 +2279,36 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- transition: all linear 0.2s; text-decoration: none; } - -.bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad) a::before, -.bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad) a::before { +.bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad) a:before, +.bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad) a:before { font-family: bb-icons; font-weight: 300; color: #000; font-size: 16px; } - .bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad) a:hover, .bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad) a:hover { background-color: var(--bb-primary-color); -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - -.bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad) a:hover::before, -.bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad) a:hover::before { +.bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad) a:hover:before, +.bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad) a:hover:before { color: var(--bb-content-background-color); -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - -.bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad).wp-calendar-nav-prev a::before, -.bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad).wp-calendar-nav-prev a::before { +.bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad).wp-calendar-nav-prev a:before, +.bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad).wp-calendar-nav-prev a:before { content: "\e8ab"; } - -.bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad).wp-calendar-nav-next a::before, -.bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad).wp-calendar-nav-next a::before { +.bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad).wp-calendar-nav-next a:before, +.bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad).wp-calendar-nav-next a:before { content: "\e827"; } - .bb-template-v2 .wp-block-group .wp-block-calendar .wp-calendar-nav { top: -8px; } - .bb-template-v2 .content-area :not(.widget_block) > .wp-block-rss, .bb-template-v2 .content-area :not(.widget_block) > .wp-block-search, .bb-template-v2 .content-area :not(.widget_block) > .wp-block-archives, @@ -2344,7 +2320,6 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- .bb-template-v2 .content-area :not(.widget_block) > .wp-block-categories-list { border-radius: 10px; } - .bb-template-v2 .widget_search input[name="bbp_search"], .bb-template-v2 .widget_search input[type="search"], .bb-template-v2 .widget_search input.search, @@ -2355,7 +2330,6 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- border-radius: var(--bb-input-radius); background-color: var(--bb-content-background-color); } - .bb-template-v2 .widget_search .wp-block-search__button, .bb-template-v2 .wp-block-search .wp-block-search__button { background-color: var(--bb-primary-button-background-regular); @@ -2368,12 +2342,10 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .bb-template-v2 .widget_search .wp-block-search__button:focus, .bb-template-v2 .wp-block-search .wp-block-search__button:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .bb-template-v2 .widget_search .wp-block-search__button:hover, .bb-template-v2 .wp-block-search .wp-block-search__button:hover { background-color: var(--bb-primary-button-background-hover); @@ -2382,7 +2354,6 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .bb-template-v2 .wp-block-archives li { margin-bottom: 5px; padding: 8px 10px; @@ -2392,89 +2363,72 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- transition: all linear 0.2s; position: relative; } - .bb-template-v2 .wp-block-archives li a { font-weight: 500; } - -.bb-template-v2 .wp-block-archives li a::before { +.bb-template-v2 .wp-block-archives li a:before { position: absolute; content: ""; inset: 0; } - .bb-template-v2 .wp-block-archives li:hover { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; background-color: var(--bb-content-alternate-background-color); color: var(--bb-headings-color); } - .bb-template-v2 .wp-block-archives li:hover a { color: var(--bb-headings-color); -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .bb-template-v2 .wp-block-archives li:hover a:hover { background-color: transparent; color: var(--bb-headings-color); } - .bb-template-v2 .wp-block-archives li.active { background-color: var(--bb-primary-button-background-regular); color: var(--bb-content-background-color); } - .bb-template-v2 .wp-block-archives li.active a { color: var(--bb-content-background-color); } - .bb-template-v2 .wp-block-archives-dropdown select { border-radius: var(--bb-input-radius); border-color: var(--bb-content-border-color); font-size: 14px; } - .bb-template-v2 .wp-block-archives-dropdown select:focus { box-shadow: none; } - .bb-template-v2 .wp-block-rss { margin-right: -5px; } - .bb-template-v2 .wp-block-rss li:not(:last-child) a { margin-bottom: 5px; } - .bb-template-v2 .wp-block-rss li a { padding: 8px 10px; border-radius: var(--bb-button-radius); font-weight: 500; display: inline-block; } - .bb-template-v2 .wp-block-rss li a:hover { background-color: var(--bb-content-alternate-background-color); color: var(--bb-headings-color); } - .bb-template-v2 .wp-block-rss li ul { margin-right: 20px; } - .bb-template-v2 .wp-block-rss li.current_page_item > a, .bb-template-v2 .wp-block-rss li.current-menu-item > a { background-color: var(--bb-primary-color); color: var(--bb-body-background-color); font-weight: 600; } - .bb-template-v2 .widget_product_tag_cloud .wp-block-tag-cloud, .bb-template-v2 .widget_tag_cloud .wp-block-tag-cloud { margin-bottom: 0; } - .bb-template-v2 .widget_product_tag_cloud a, .bb-template-v2 .widget_tag_cloud a { background: var(--bb-content-alternate-background-color); @@ -2489,7 +2443,6 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- transition: all linear 0.2s; letter-spacing: -0.24px; } - .bb-template-v2 .widget_product_tag_cloud a:hover, .bb-template-v2 .widget_tag_cloud a:hover { background-color: var(--bb-primary-color); @@ -2498,7 +2451,6 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .bb-template-v2 .widget_product_tag_cloud a .tag-link-count, .bb-template-v2 .widget_tag_cloud a .tag-link-count { opacity: 0.7; @@ -2509,38 +2461,30 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- } .bb-template-v2 { - /* Forums statistics */ - /* Latest Posts Widget */ } - .bb-template-v2 .widget .widget-title { letter-spacing: -0.24px; } - .bb-template-v2 .bbp-stats .bbp-count { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } - .bb-template-v2 .bbp-stats .bbp-count strong { font-size: 18px; line-height: 24px; font-weight: 600; color: var(--bb-headings-color); } - .bb-template-v2 .bbp-stats .bbp-count i { display: inline-block; font-size: 24px; } - .bb-template-v2 ul.bbp-stats { margin: 0; } - .bb-template-v2 ul.bbp-stats li { display: -webkit-box; display: -ms-flexbox; @@ -2557,7 +2501,6 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- padding: 15px; margin-bottom: 8px; } - .bb-template-v2 ul.bbp-stats h4 { font-size: 14px; font-weight: 400; @@ -2568,11 +2511,9 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- padding: 0; min-height: auto; } - .bb-template-v2 .wp-block-latest-posts .wp-block-latest-posts__featured-image img { border-radius: 8px; } - .bb-template-v2 .widget.widget_block .wp-block-latest-posts ul li a { padding-right: 0; padding-left: 0; @@ -2581,54 +2522,43 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- .bb-template-v2 .widget.widget_nav_menu ul li { margin: 2px -7px; } - .bb-template-v2 .widget.widget_nav_menu ul li ul li { margin: 2px 0; } - .bb-template-v2 .widget.widget_nav_menu ul a { padding: 8px 10px; } - .bb-template-v2 .widget.widget_nav_menu ul a:hover { background-color: var(--bb-content-alternate-background-color); color: var(--bb-headings-color); } - .bb-template-v2 .widget.widget_nav_menu ul a i { color: var(--bb-alternate-text-color); } - .bb-template-v2 .widget.widget_nav_menu ul li.current-menu-item a { background-color: var(--bb-primary-color); color: var(--bb-body-background-color); } - .bb-template-v2 .widget.widget_nav_menu ul li.current-menu-item a i { color: var(--bb-body-background-color); } -.bb-template-v2 .bs-styled-radio:checked + label::after, .bb-template-v2 .bs-styled-radio:checked + .bb-radio-label::after { +.bb-template-v2 .bs-styled-radio:checked + label:after, .bb-template-v2 .bs-styled-radio:checked + .bb-radio-label:after { display: none; } - -.bb-template-v2 .bs-styled-radio:checked + label::before, .bb-template-v2 .bs-styled-radio:checked + .bb-radio-label::before { +.bb-template-v2 .bs-styled-radio:checked + label:before, .bb-template-v2 .bs-styled-radio:checked + .bb-radio-label:before { border-width: 6px; border-color: var(--bb-primary-color); } - -.bb-template-v2 .bb-radio-style input[type="radio"]:checked + span::before { +.bb-template-v2 .bb-radio-style input[type="radio"]:checked + span:before { border: 6px solid var(--bb-primary-color); } - -.bb-template-v2 .bb-radio-style input[type="radio"]:checked + span::after { +.bb-template-v2 .bb-radio-style input[type="radio"]:checked + span:after { display: none; } - .bb-template-v2 input[type="radio"]:focus { box-shadow: none; } - .bb-template-v2 .widget_search input[name="bbp_search"]:focus, .bb-template-v2 .wp-block-search input[name="bbp_search"]:focus, .bb-template-v2 .widget_search input[type="search"]:focus, @@ -2640,26 +2570,21 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- border-width: 1px; box-shadow: var(--bb-input-focus-shadow); } - .bb-template-v2 .buddypress-wrap .select-wrap:focus-within { border-color: var(--bb-input-focus-border-color); border-width: 1px; box-shadow: var(--bb-input-focus-shadow); } - .bb-template-v2 .bs-forums-banner-wrap input:focus { box-shadow: none; } .bb-template-v2 { - /* Zoom screen */ } - .bb-template-v2 .bp-navs:not(.bp-subnavs) ul li.selected a { border-bottom: 0; } - .bb-template-v2 .buddypress-wrap:not(.bp-single-vert-nav) .bp-manage-group-container, .bb-template-v2 .bp-profile-wrapper, .bb-template-v2 #buddypress .dir-form.bp-search-results-wrapper, @@ -2667,11 +2592,9 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- border: 0; background-color: transparent; } - .bb-template-v2.groups.group-admin #buddypress.bp-single-vert-nav #item-body #group-settings-form { border: 0; } - .bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .current a, .bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .selected a, .bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs .current a, @@ -2681,16 +2604,14 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- background-color: var(--bb-primary-color); color: var(--bb-body-background-color); } - -.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .current a::before, -.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .selected a::before, -.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs .current a::before, -.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs .selected a::before, -.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a::before, -.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a::before { +.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .current a:before, +.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .selected a:before, +.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs .current a:before, +.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs .selected a:before, +.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a:before, +.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a:before { color: var(--bb-body-background-color); } - .bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .current a:hover, .bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .selected a:hover, .bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs .current a:hover, @@ -2700,7 +2621,6 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- background-color: var(--bb-primary-color); color: var(--bb-body-background-color); } - .bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs li a, .bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs li a, .bb-template-v2 .bp-search-results-wrapper .bp-navs li a { @@ -2711,20 +2631,17 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- background-color: transparent; margin-bottom: 1px; } - -.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs li a::before, -.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs li a::before, -.bb-template-v2 .bp-search-results-wrapper .bp-navs li a::before { +.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs li a:before, +.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs li a:before, +.bb-template-v2 .bp-search-results-wrapper .bp-navs li a:before { color: var(--bb-alternate-text-color); } - .bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs li a:hover, .bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs li a:hover, .bb-template-v2 .bp-search-results-wrapper .bp-navs li a:hover { color: var(--bb-headings-color); border: 0; } - .bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs li a { padding: 13px 20px; line-height: 14px; @@ -2733,89 +2650,74 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- background-color: transparent; margin-bottom: 1px; } - -.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs li a::before { +.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs li a:before { color: var(--bb-alternate-text-color); } - .bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs li a:hover { color: var(--bb-headings-color); border: 0; } - .bb-template-v2.groups.group-admin #buddypress #item-body #group-settings-form { border: 1px solid var(--bb-content-border-color); } - .bb-template-v2.groups.group-admin .bp-navs.group-subnav { border: 0; background-color: transparent; padding: 0 0 0 25px; } - .bb-template-v2.groups.group-admin .bp-navs.group-subnav a { border-radius: 6px; background-color: transparent; } - .bb-template-v2.groups.group-admin .bp-navs.group-subnav a:hover { background-color: var(--bb-content-alternate-background-color); color: var(--bb-headings-color); } - .bb-template-v2.groups.group-admin .bp-navs.group-subnav .current a, .bb-template-v2.groups.group-admin .bp-navs.group-subnav .selected a { background-color: var(--bb-primary-color); border: 0; color: var(--bb-body-background-color); } - .bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav .selected a { color: var(--bb-primary-color); } - .bb-template-v2.groups.group-admin #buddypress.buddypress-wrap.bp-single-vert-nav #item-body { border: 1px solid var(--bb-content-border-color); border-radius: var(--bb-block-radius); background-color: var(--bb-content-background-color); padding-left: 20px; + padding-top: 10px; } - .bb-template-v2.messages .bp-single-vert-nav #item-body, .bb-template-v2.groups.group-admin #buddypress.buddypress-wrap.bp-single-vert-nav #item-body { margin-right: 20px; } - .bb-template-v2 #buddypress .bp-search-results-wrapper .search_results, .bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper:not(.need-separator) .bp-profile-content { border: 1px solid var(--bb-content-border-color); border-radius: var(--bb-block-radius); background-color: var(--bb-content-background-color); } - .bb-template-v2 .bp-search-results-wrapper .bp-navs, .bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav { border: 0; background-color: transparent; padding: 0 0 0 25px; } - .bb-template-v2 .bp-search-results-wrapper .bp-navs a, .bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav a { border-radius: 6px; background-color: transparent; } - -.bb-template-v2 .bp-search-results-wrapper .bp-navs a::before, -.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav a::before { +.bb-template-v2 .bp-search-results-wrapper .bp-navs a:before, +.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav a:before { color: var(--bb-alternate-text-color); } - .bb-template-v2 .bp-search-results-wrapper .bp-navs a:hover, .bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav a:hover { background-color: var(--bb-content-alternate-background-color); color: var(--bb-headings-color); } - .bb-template-v2 .bp-search-results-wrapper .bp-navs .current a, .bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a, .bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .current a, @@ -2824,21 +2726,18 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- border: 0; color: var(--bb-body-background-color); } - -.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a::after, -.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a::after, -.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .current a::after, -.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .selected a::after { +.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a:after, +.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a:after, +.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .current a:after, +.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .selected a:after { display: none; } - -.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a::before, -.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a::before, -.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .current a::before, -.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .selected a::before { +.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a:before, +.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a:before, +.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .current a:before, +.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .selected a:before { color: var(--bb-body-background-color); } - .bb-template-v2 .bp-search-results-wrapper .bp-navs .current a .count, .bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a .count, .bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .current a .count, @@ -2846,92 +2745,80 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- background-color: var(--bb-body-background-color); color: var(--bb-primary-color); } - .bb-template-v2 .bp-search-results-wrapper .bp-navs .current a, .bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a { border-top: 0; border-bottom: 0; padding: 10px 20px; } - .bb-template-v2 .bp-search-results-wrapper .bp-navs .current a:hover, .bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a:hover { border-top: 0; border-bottom: 0; } - .bb-template-v2 .bp-search-results-wrapper .bp-navs .current a:hover .count, .bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a:hover .count { background-color: var(--bb-body-background-color); color: var(--bb-primary-color); } - .bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs, .bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs { border: 0; background-color: transparent; padding: 0 0 0 25px; } - .bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs a, .bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs a { border-radius: 6px; } - .bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs a:hover, .bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs a:hover { background-color: var(--bb-content-alternate-background-color); color: var(--bb-headings-color); } - .bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .selected a, .bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs .selected a { background-color: var(--bb-primary-color); border: 0; color: var(--bb-body-background-color); } - .bb-template-v2 .bp-invites-container .bb-bp-invites-content { border: 1px solid var(--bb-content-border-color); border-radius: var(--bb-block-radius); background-color: var(--bb-content-background-color); } +.bb-template-v2 .bp-invites-container .bp-navs li:first-child a { + margin-right: 0; +} @media screen and (max-width: 46.8em) { - .bb-template-v2 nav#object-nav.bb-single-main-nav--vertical { border: 0; padding: 0; } } @media screen and (min-width: 46.8em) { - .bb-template-v2 .bp-single-vert-nav .bp-wrap:not(.bp-fullwidth-wrap) { border: 0; background-color: transparent; } - .bb-template-v2 nav#object-nav.bb-single-main-nav--vertical { border-left: 0; padding-left: 10px; padding-top: 0; background-color: transparent; } - .bb-template-v2 nav#object-nav.bb-single-main-nav--vertical a { border-radius: 6px; } - .bb-template-v2 nav#object-nav.bb-single-main-nav--vertical a:hover { background-color: var(--bb-content-alternate-background-color); color: var(--bb-headings-color); } - .bb-template-v2 #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap nav#object-nav.vertical li.selected, .bb-template-v2 nav#object-nav.bb-single-main-nav--vertical .selected, .bb-template-v2 nav#object-nav.vertical .selected { border-radius: 6px; } - .bb-template-v2 #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap nav#object-nav.vertical li.selected > a, .bb-template-v2 nav#object-nav.bb-single-main-nav--vertical .selected > a, .bb-template-v2 nav#object-nav.vertical .selected > a { @@ -2939,76 +2826,63 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- border: 0; color: var(--bb-body-background-color); } - .bb-template-v2 #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap nav#object-nav.vertical li.selected > a .count, .bb-template-v2 nav#object-nav.bb-single-main-nav--vertical .selected > a .count, .bb-template-v2 nav#object-nav.vertical .selected > a .count { background-color: var(--bb-body-background-color); color: var(--bb-primary-color); } - .bb-template-v2 #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap nav#object-nav.vertical ul li.selected a:hover { background-color: var(--bb-primary-color); color: var(--bb-body-background-color); } - - .bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .selected::after { + .bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .selected:after { background-color: transparent; } } - .bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav, .bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav { border-bottom: 1px solid var(--bb-content-border-color); display: block; padding: 15px 20px 13px; } - .bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav li.bp-groups-tab, .bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav li.bp-groups-tab { margin-top: 0; } - .bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav li:not(:last-child), .bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav li:not(:last-child) { padding-left: 10px; } - .bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav #bp-zoom-switch-type, .bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav #bp-zoom-switch-type { margin-top: -4px; } - .bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav #bp-zoom-switch-type > a, .bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav #bp-zoom-switch-type > a { background-color: transparent; border-radius: 0; border: 0; } - .bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav #bp-zoom-switch-type > a:first-child, .bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav #bp-zoom-switch-type > a:first-child { border-left: 1px solid var(--bb-content-border-color); } - .bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav #sync-webinars-groups-li, .bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav #sync-meetings-groups-li, .bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav #sync-webinars-groups-li, .bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav #sync-meetings-groups-li { margin-top: -2px; } - .bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav #webinars-sync, .bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav #meetings-sync, .bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav #webinars-sync, .bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav #meetings-sync { background-color: transparent; } - .bb-template-v2 .buddypress-wrap .item-body #subnav ul li { margin-bottom: 5px; } - .bb-template-v2 .bb-profile-grid.bb-grid #subnav.bp-navs .sub-menu li { margin-bottom: 0; } @@ -3026,45 +2900,36 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- margin-top: 5px; margin-bottom: 22px; } - .bb-template-v2 .bp-dir-hori-nav:not(.bp-vertical-navs) nav#object-nav > ul > li > a:not(.more-button) { padding: 20px 0 2px; } - .bb-template-v2 .bp-dir-hori-nav:not(.bp-vertical-navs) nav#object-nav a.more-button { padding: 23px 0 2px; } - .bb-template-v2 nav#object-nav .selected > a { border: 0; } - .bb-template-v2 nav#object-nav > ul > li > a .bb-single-nav-item-point { border-bottom: 2px solid transparent; padding-bottom: 10px; } - .bb-template-v2 nav#object-nav > ul > .selected > a .bb-single-nav-item-point { border-bottom: 2px solid var(--bb-primary-color); padding-bottom: 10px; } - .bb-template-v2 nav#object-nav > ul > .selected > a .bb-single-nav-item-point { border-bottom: 2px solid var(--bb-primary-color); padding-bottom: 10px; } @media screen and (min-width: 46.8em) { - .bb-template-v2 nav#object-nav.bb-single-main-nav--vertical > ul > li > a .bb-single-nav-item-point { padding-bottom: 0; border: 0; } } - .bb-template-v2 .buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav#subnav, .bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav { border-bottom: 0; } - .bb-template-v2 .subnav li.current a, .bb-template-v2 .subnav li.selected a, .bb-template-v2 .bp-single-vert-nav .subnav li.current a, @@ -3076,7 +2941,6 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- border: 1px solid var(--bb-content-border-color); color: var(--bb-headings-color); } - .bb-template-v2 .subnav li.current a:hover, .bb-template-v2 .subnav li.selected a:hover, .bb-template-v2 .bp-single-vert-nav .subnav li.current a:hover, @@ -3087,17 +2951,14 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- background-color: var(--bb-content-alternate-background-color); color: var(--bb-headings-color); } - .bb-template-v2 .subnav li, .bb-template-v2 .bp-single-vert-nav .subnav li, .bb-template-v2.groups .bp-single-vert-nav .subnav li, .bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav li, .bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li { padding-left: 10px; } - .bb-template-v2 .subnav li:not(:last-child), .bb-template-v2 .bp-single-vert-nav .subnav li:not(:last-child), .bb-template-v2.groups .bp-single-vert-nav .subnav li:not(:last-child), .bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav li:not(:last-child), .bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li:not(:last-child) { padding-left: 10px; } - .bb-template-v2 .subnav li a, .bb-template-v2 .bp-single-vert-nav .subnav li a, .bb-template-v2.groups .bp-single-vert-nav .subnav li a, .bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav li a, .bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li a { padding: 0 15px; @@ -3108,38 +2969,31 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- background-color: var(--bb-content-alternate-background-color); margin: 0; } - .bb-template-v2 .subnav li a:hover, .bb-template-v2 .bp-single-vert-nav .subnav li a:hover, .bb-template-v2.groups .bp-single-vert-nav .subnav li a:hover, .bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav li a:hover, .bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li a:hover { border: 1px solid var(--bb-content-border-color); } - .bb-template-v2 .bb-profile-grid.bb-grid #subnav.bp-navs .subnav a.more-button { background-color: transparent; border: 0; padding: 5px 0 0; } - -.bb-template-v2 .bb-profile-grid.bb-grid #subnav.bp-navs .subnav .more-button.active::after { +.bb-template-v2 .bb-profile-grid.bb-grid #subnav.bp-navs .subnav .more-button.active:after { display: none; } - .bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs li { padding-left: 0; } - .bb-template-v2 .bp-messages-container .subnav li a { border: 0; padding: 0; color: var(--bb-headings-color); background: none; } - .bb-template-v2 .bp-messages-container .subnav li a:hover, .bb-template-v2 .bp-messages-container .subnav li a:focus { background-color: transparent; color: var(--bb-primary-color); } - .bb-template-v2 #subnav li:not(.current) a:focus, .bb-template-v2 #subnav li:not(.current) a:hover, .bb-template-v2 #subnav li:not(.selected) a:focus, @@ -3147,19 +3001,15 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- color: var(--bb-headings-color); background-color: var(--bb-content-alternate-background-color); } - .bb-template-v2 .messages-wrapper #subnav #compose-action-personal-li .bb_more_options_action:hover, .bb-template-v2 .messages-wrapper #subnav #compose-personal-li a:hover { background: none; color: var(--bb-primary-color); } - .bb-template-v2.groups.group-messages .bp-single-vert-nav #item-body #subnav .subnav { margin: 0; - padding: 15px 0; } @media screen and (max-width: 900px) { - .bb-template-v2 #buddypress .bp-settings-container .bp-navs li a { padding: 10px 15px; } @@ -3169,47 +3019,37 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- background-color: transparent; border: 0; } - .bb-template-v2 .woocommerce .woocommerce-MyAccount-content { background-color: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); border-radius: var(--bb-block-radius); } - .bb-template-v2 .woocommerce-MyAccount-navigation { padding-left: 30px; } - .bb-template-v2 .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading { display: none; } - .bb-template-v2 .woocommerce .woocommerce-MyAccount-navigation ul li a { border-radius: 6px; } - .bb-template-v2 .woocommerce .woocommerce-MyAccount-navigation ul li a:hover { color: var(--bb-headings-color); } - -.bb-template-v2 .woocommerce .woocommerce-MyAccount-navigation ul li a::before { +.bb-template-v2 .woocommerce .woocommerce-MyAccount-navigation ul li a:before { color: var(--bb-alternate-text-color); } - .bb-template-v2 .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a { background-color: var(--bb-primary-color); color: var(--bb-body-background-color); } - -.bb-template-v2 .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a::before { +.bb-template-v2 .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:before { color: var(--bb-body-background-color); } @media screen and (max-width: 800px) { - .bb-template-v2 .woocommerce-MyAccount-navigation { padding-left: 0; } - .bb-template-v2 .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading { display: block; } @@ -3218,84 +3058,63 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- .bb-template-v2 .lifterlms .llms-student-dashboard { border: 0; } - .bb-template-v2 .llms-student-dashboard .llms-student-dashboard__frame { border: 1px solid var(--bb-content-border-color); border-radius: var(--bb-block-radius); } - .bb-template-v2 .lifterlms .llms-sd-header { background-color: transparent; border: 0; padding-left: 30px; } - .bb-template-v2 .lifterlms .llms-sd-header .llms-sd-items { padding: 0; } - .bb-template-v2 .llms-sd-items li.llms-sd-item { border-radius: 6px; } - .bb-template-v2 .llms-sd-items li.llms-sd-item:hover { background-color: var(--bb-content-alternate-background-color); } - .bb-template-v2 .lifterlms .llms-student-dashboard .llms-sd-link:hover { color: var(--bb-headings-color); } - -.bb-template-v2 .lifterlms .llms-student-dashboard .llms-sd-link::before { +.bb-template-v2 .lifterlms .llms-student-dashboard .llms-sd-link:before { color: var(--bb-alternate-text-color); } - .bb-template-v2 .llms-sd-items li.llms-sd-item.current:hover { background-color: var(--bb-primary-color); } - -.bb-template-v2 .llms-sd-items .current { +.bb-template-v2 .llms-student-dashboard .llms-sd-nav .llms-sd-items .llms-sd-item.current { background-color: var(--bb-primary-color); } - -.bb-template-v2 .llms-sd-items .current:hover { +.bb-template-v2 .llms-student-dashboard .llms-sd-nav .llms-sd-items .llms-sd-item.current:hover { background-color: var(--bb-primary-color); } - -.bb-template-v2 .llms-sd-items .current .llms-sd-link { +.bb-template-v2 .llms-student-dashboard .llms-sd-nav .llms-sd-items .llms-sd-item.current .llms-sd-link { color: var(--bb-body-background-color); } - -.bb-template-v2 .llms-sd-items .current .llms-sd-link:hover { +.bb-template-v2 .llms-student-dashboard .llms-sd-nav .llms-sd-items .llms-sd-item.current .llms-sd-link:hover { color: var(--bb-body-background-color); } - -.bb-template-v2 .llms-sd-items .current .llms-sd-link::before { +.bb-template-v2 .llms-student-dashboard .llms-sd-nav .llms-sd-items .llms-sd-item.current .llms-sd-link:before { color: var(--bb-body-background-color); } -.bb-template-v2 .bp-navs ul:not(.subnav) li.selected a { +.bb-template-v2 .bp-navs ul.component-navigation:not(.subnav) li.selected a { border-bottom: 0; } - .bb-template-v2 .bb-courses-directory .bp-navs > ul > li > a, .bb-template-v2 .lifterlms-course-list .bp-navs.bp-subnavs > ul > li > a { - padding-bottom: 0; + padding: 10px 0; } - -.bb-template-v2 .lifterlms-course-list .bp-navs.bp-subnavs > ul > li { - padding-left: 15px; -} - .bb-template-v2 .bp-navs > ul > li a .bb-component-nav-item-point { border-bottom: 2px solid transparent; padding-bottom: 10px; } - .bb-template-v2 .bp-navs > ul > li.current a .bb-component-nav-item-point, .bb-template-v2 .bp-navs > ul > li.selected a .bb-component-nav-item-point { border-bottom: 2px solid var(--bb-primary-color); } - .bb-template-v2 .bp-subnavs > ul > li.current:hover .bb-component-nav-item-point, .bb-template-v2 .bp-subnavs > ul > li.selected:hover .bb-component-nav-item-point, .bb-template-v2 .bp-navs > ul > li.current:hover .bb-component-nav-item-point, .bb-template-v2 .bp-navs > ul > li.selected:hover .bb-component-nav-item-point { @@ -3306,24 +3125,20 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- padding-right: 10px; padding-left: 10px; } - .bb-template-v2 ul.buddypanel-menu > li > a > i ~ span:not(.count) { margin-right: -5px; vertical-align: middle; } - .bb-template-v2 .buddypanel #site-logo { padding-right: 10px; padding-left: 10px; } - .bb-template-v2 .buddypanel .bb-toggle-panel { padding-right: 8px; padding-left: 8px; min-width: 48px; border-radius: 6px; } - .bb-template-v2 .buddypanel .bb-toggle-panel:hover { background-color: var(--bb-sidenav-menu-background-color-hover); } @@ -3331,93 +3146,74 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- .bb-template-v2 .side-panel-menu li { min-height: 50px; } - .bb-template-v2 .side-panel-menu a { padding: 13px 0; width: -webkit-calc(100% - 20px); width: calc(100% - 20px); border-radius: 6px; } - .bb-template-v2 .side-panel-menu > li:not(.current-menu-item) > a:hover { background-color: var(--bb-sidenav-alt-background); color: var(--bb-sidenav-links); } - .bb-template-v2 .side-panel-menu > li:not(.current-menu-item) > a:hover i { color: var(--bb-sidenav-links); } - .bb-template-v2 .side-panel-menu .current-menu-parent.current-menu-item > a, .bb-template-v2 .side-panel-menu > .current-menu-item > a { background-color: var(--bb-sidenav-menu-background-color-active); color: var(--bb-sidenav-text-active); } - .bb-template-v2 .side-panel-menu .current-menu-parent.current-menu-item > a span.count, .bb-template-v2 .side-panel-menu > .current-menu-item > a span.count { background-color: var(--bb-sidenav-count-background-color-active); color: var(--bb-sidenav-count-text-color-active); } - .bb-template-v2 .side-panel-menu .current-menu-parent.current-menu-item > a > .bs-submenu-toggle, .bb-template-v2 .side-panel-menu > .current-menu-item > a > .bs-submenu-toggle { color: var(--bb-sidenav-text-active); } - .bb-template-v2 .side-panel-menu .current-menu-parent.current-menu-item > a:hover, .bb-template-v2 .side-panel-menu > .current-menu-item > a:hover { background-color: var(--bb-sidenav-menu-background-color-active); color: var(--bb-sidenav-text-active); } - .bb-template-v2 .side-panel-menu .current-menu-parent.current-menu-item > a:hover span.count, .bb-template-v2 .side-panel-menu > .current-menu-item > a:hover span.count { background-color: var(--bb-sidenav-count-background-color-active); color: var(--bb-sidenav-count-text-color-active); } - .bb-template-v2 .side-panel-menu .current-menu-parent.current-menu-item > a:hover > .bs-submenu-toggle, .bb-template-v2 .side-panel-menu > .current-menu-item > a:hover > .bs-submenu-toggle { color: var(--bb-sidenav-text-active); } - .bb-template-v2 .side-panel-menu .current-menu-parent.current-menu-item + .current-menu-item, .bb-template-v2 .side-panel-menu > .current-menu-item + .current-menu-item { margin-top: 5px; } - .bb-template-v2 .side-panel-menu > .current-menu-item > a, .bb-template-v2 .side-panel-menu > .current-menu-item > i { color: var(--bb-sidenav-text-active); } - .bb-template-v2 .side-panel-menu > .current-menu-item > a:hover i { color: var(--bb-sidenav-text-active); } - .bb-template-v2 .side-panel-menu > .current-menu-item .sub-menu a { color: var(--bb-sidenav-text-regular); background-color: var(--bb-sidenav-menu-background-color-regular); } - .bb-template-v2 .side-panel-menu > .current-menu-item .sub-menu .current-menu-item > a { background-color: var(--bb-sidenav-menu-background-color-active); color: var(--bb-sidenav-text-active); } - .bb-template-v2 .side-panel-menu > .current-menu-item .sub-menu .current-menu-item > a span.count { background-color: var(--bb-sidenav-count-background-color-active); color: var(--bb-sidenav-count-text-color-active); } - .bb-template-v2 .side-panel-menu > .current-menu-item .sub-menu .current-menu-item > a > .bs-submenu-toggle { color: var(--bb-sidenav-text-active); } - .bb-template-v2 .side-panel-menu .sub-menu a { width: -webkit-calc(100% - 42px); width: calc(100% - 42px); } - .bb-template-v2 ul.buddypanel-menu-block li a, .bb-template-v2 .widget.widget_block ul.buddypanel-menu-block li a { border-radius: 6px; - font-weight: 400; + font-weight: normal; } - .bb-template-v2 ul.buddypanel-menu-block li a > span, .bb-template-v2 .widget.widget_block ul.buddypanel-menu-block li a > span { font-weight: 500; @@ -3427,12 +3223,10 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- 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 span.count { background-color: var(--bb-content-background-color); color: var(--bb-primary-color); } - .bb-template-v2 .side-panel-inner.is_block .buddypanel-menu-block li.current-menu-item > a > .bs-submenu-toggle { color: var(--bb-content-background-color); } @@ -3449,7 +3243,6 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- width: -webkit-calc(100% - 12px); width: calc(100% - 12px); } - .bb-template-v2 .content-area .side-panel-inner.is_block ul.buddypanel-menu.has-section-menu li:not(.bb-menu-section) > a .bs-submenu-toggle { left: 22px; } @@ -3462,7 +3255,6 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- .bb-template-v2 .side-panel-inner.is_block .buddypanel-menu-block li.bb-menu-section a { padding-right: 20px; } - .bb-template-v2 .side-panel-inner.is_block .buddypanel-menu-block li.bb-menu-section ~ li:not(.bb-menu-section) > a { width: 100%; } @@ -3479,7 +3271,6 @@ body.bb-template-v2.bb-buddypanel:not(.buddypanel-open).bb-sfwd-aside .buddypane body.bb-template-v2:not(.buddypanel-open) .buddypanel .buddypanel-site-icon { padding: 15px 2px 25px; } - body.bb-template-v2:not(.buddypanel-open) .buddypanel.buddypanel--toggle-off .buddypanel-site-icon { padding-top: 20px; } @@ -3487,7 +3278,6 @@ body.bb-template-v2:not(.buddypanel-open) .buddypanel.buddypanel--toggle-off .bu .bb-template-v2.buddypanel-open .buddypanel .side-panel-inner li:not(.current-menu-item) a i:not(.bb-icon-angle-down) { opacity: 0.5; } - .bb-template-v2.buddypanel-open .buddypanel .side-panel-inner li.current-menu-item > a > i:not(.bb-icon-angle-down) { opacity: 1; } @@ -3502,35 +3292,36 @@ body.bb-template-v2:not(.buddypanel-open) .buddypanel.buddypanel--toggle-off .bu .bb-template-v2 .learndash-wrapper .ld-section-heading h2, .bb-template-v2 .bb-single-course-sidebar h4, +.bb-template-v2 .bb-about-instructor .bb-instructor-heading, .bb-template-v2 .bb-about-instructor h4 { text-transform: none; } - .bb-template-v2 .learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading h2, .bb-template-v2 .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading h2 { font-size: 20px; } - +.bb-template-v2 .bb-about-instructor .bb-instructor-heading, .bb-template-v2 .bb-about-instructor h4 { font-size: 20px; } - .bb-template-v2 .bb-single-course-sidebar h4 { font-size: 18px; } -.bb-template-v2.single-course.llms-pointer .llms-meta-info h3, .bb-template-v2.single-course.llms-pointer .llms-instructor-info h3, .bb-template-v2.single-course.llms-pointer .lifterlms_course_information h3, +.bb-template-v2.single-course.llms-pointer .llms-meta-info h3, .bb-template-v2.single-course.llms-pointer .llms-meta-info .llms-meta-title, .bb-template-v2.single-course.llms-pointer .llms-instructor-info h3, .bb-template-v2.single-course.llms-pointer .lifterlms_course_information h3, .bb-template-v2 .bb-llms-content-wrap .review_title, .bb-template-v2 .bb-llms-content-wrap .comments-title { text-transform: none; } - -.bb-template-v2.single-course.llms-pointer .llms-meta-info h3, .bb-template-v2.single-course.llms-pointer .llms-instructor-info h3, +.bb-template-v2.single-course.llms-pointer .llms-meta-info h3, .bb-template-v2.single-course.llms-pointer .llms-meta-info .llms-meta-title, .bb-template-v2.single-course.llms-pointer .llms-instructor-info h3, .bb-template-v2 .bb-llms-content-wrap .review_title, .bb-template-v2 .bb-llms-content-wrap .comments-title { font-size: 18px; } - .bb-template-v2.single-course.llms-pointer .lifterlms_course_information h3 { font-size: 16px; } + +.bb-template-v2 .tutor-dropdown { + padding: 8px; +} diff --git a/web/app/themes/buddyboss-theme/assets/css-rtl/template-v2.min.css b/web/app/themes/buddyboss-theme/assets/css-rtl/template-v2.min.css index dbfcc3ff..9df6b44c 100644 --- a/web/app/themes/buddyboss-theme/assets/css-rtl/template-v2.min.css +++ b/web/app/themes/buddyboss-theme/assets/css-rtl/template-v2.min.css @@ -1,1137 +1 @@ -.bb-template-v2 .site-header .bb-header-loader{margin:.625rem 0 1.25rem} - -.bb-template-v2 .notification-dropdown{border-radius:10px} - -.bb-template-v2 .notification-content .posted,.bb-template-v2 .notification-content .typing-indicator{font-weight:400} - -.bb-template-v2 .notification-wrap.menu-item-has-children>a::before{display:none} - -.bb-template-v2 .notification-header{padding:1.25rem .9375rem .9375rem} - -.bb-template-v2 .notification-header .title{font-weight:600} - -.bb-template-v2 .site-header .notification-list{padding:0 .625rem} - -.bb-template-v2 .notification-header{border-bottom:0} - -.bb-template-v2 .notification-wrap .notification-list li{border-bottom:0;border-radius:6px;padding:.75rem .625rem} - -.bb-template-v2 .notification-wrap .notification-list li.unread::before{left:18px} - -.bb-template-v2 .notification-wrap .notification-list li.bs-item-wrap{background-color:var(--bb-content-alternate-background-color)} - -.bb-template-v2 .notification-wrap .notification-list li.bs-item-wrap:hover{background-color:var(--bb-content-alternate-background-color)} - -.bb-template-v2 .notification-wrap .notification-list li.bs-item-wrap .notification-content{padding:.3125rem 0} - -.bb-template-v2 .menu-item-has-children .notification-list li:last-child{margin-bottom:.9375rem} - -.bb-template-v2 .header-mini-cart p.woocommerce-mini-cart__buttons{padding:.9375rem 0 .9375rem .9375rem} - -.bb-template-v2 .header-mini-cart p.woocommerce-mini-cart__total{padding:.8125rem .9375rem .75rem 0} - -.bb-template-v2 .header-mini-cart p.woocommerce-mini-cart__total strong{font-weight:500} - -.bb-template-v2 .header-mini-cart .woocommerce-mini-cart__empty-message{background-color:var(--bb-content-alternate-background-color);margin:0 10px 15px;border-radius:6px;font-weight:400} - -.bb-template-v2 .header-mini-cart ul.cart_list{border-bottom:1px solid var(--bb-content-border-color)} - -.bb-template-v2 .header-mini-cart ul.cart_list li.mini_cart_item{border:0;border-radius:6px;margin:0 .625rem} - -.bb-template-v2 .header-mini-cart ul.cart_list li.mini_cart_item:last-child{margin-bottom:.9375rem} - -.bb-template-v2 .header-mini-cart ul.cart_list li.mini_cart_item>a:not(.remove){font-weight:500} - -.bb-template-v2 .user-wrap.menu-item-has-children .sub-menu{min-width:250px} - -.bb-template-v2 .site-header .sub-menu li:hover>a{color:var(--bb-body-text-color)} - -.bb-template-v2 .site-header .sub-menu li:hover>a>i._mi{color:var(--bb-body-text-color)} - -.bb-template-v2 .header-aside .wrapper li .wrapper{background-color:transparent;box-shadow:none;right:-177px} - -.bb-template-v2 .header-aside .wrapper li .wrapper .ab-submenu,.bb-template-v2 .header-aside .wrapper li .wrapper .bb-sub-menu{border-radius:10px;background-color:var(--bb-content-background-color);box-shadow:0 3px 8px rgba(0,0,0,.06),0 6px 24px rgba(0,0,0,.12)} - -.bb-template-v2 .header-aside .wrapper li .wrapper .ab-submenu a:hover,.bb-template-v2 .header-aside .wrapper li .wrapper .bb-sub-menu a:hover{background:var(--bb-content-alternate-background-color);color:var(--bb-body-text-color)} - -.bb-template-v2 .header-aside .wrapper li .wrapper::before{display:none} - -.bb-template-v2 .header-aside .wrapper .sub-menu-inner{width:100%} - -.bb-template-v2 .user-wrap.menu-item-has-children #header-my-account-menu .bb-sub-menu a:hover{background-color:var(--bb-content-alternate-background-color)} - -.bb-template-v2 .user-wrap.menu-item-has-children .sub-menu-inner li .user-mention{color:var(--bb-alternate-text-color)} - -.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-ancestor.no-icon>a::before,.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-item.no-icon>a::before,.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .no-icon>a::before{color:var(--bb-alternate-text-color)} - -.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu li:hover>a{color:var(--bb-body-text-color);background:var(--bb-content-alternate-background-color)} - -.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu li:hover>a::before,.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu li:hover>a>i{color:var(--bb-alternate-text-color)} - -.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu a{color:var(--bb-body-text-color)} - -.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu a::before,.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu a>i{color:var(--bb-alternate-text-color)} - -.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu a:hover{color:var(--bb-body-text-color);background:var(--bb-content-alternate-background-color)} - -.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu a:hover::before,.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu a:hover>i{color:var(--bb-alternate-text-color)} - -.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-ancestor>a,.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-item>a{color:var(--bb-body-text-color);background:var(--bb-content-alternate-background-color)} - -.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-ancestor>a::before,.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-ancestor>a>i,.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-item>a::before,.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-item>a>i{color:var(--bb-alternate-text-color)} - -.bb-template-v2 .user-wrap.menu-item-has-children .sub-menu-inner li.menupop .ab-sub-wrapper .ab-submenu{border-radius:10px} - -.bb-template-v2 ul.buddypanel-menu li.bb-menu-section a{padding-right:20px} - -.bb-template-v2 .buddypanel-menu a span.count{background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color);border:1px solid rgba(0,0,0,.05);border-radius:6px;box-shadow:none;-webkit-transition:none;transition:none} - -.bb-template-v2 .buddypanel-menu a:hover span.count{background-color:var(--bb-primary-color);color:var(--bb-body-background-color);border-color:transparent} - -.bb-template-v2 .buddypanel-menu .current-menu-item>a span.count{background-color:var(--bb-body-background-color);color:var(--bb-primary-color);border-color:transparent} - -.bb-template-v2 .buddypanel-menu .current-menu-item>a:hover span.count{background-color:var(--bb-body-background-color);color:var(--bb-primary-color);border-color:transparent} - -.bb-template-v2 .site-header .sub-menu a{border:0;border-radius:6px;margin:0 8px} - -.bb-template-v2 .site-header .sub-menu .current-menu-ancestor>a,.bb-template-v2 .site-header .sub-menu .current-menu-item>a,.bb-template-v2 .site-header .sub-menu .current-menu-parent>a,.bb-template-v2 .site-header .sub-menu li:hover>a{color:var(--bb-body-text-color);font-weight:400} - -.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link .user-name{margin-left:10px;font-weight:600;color:var(--bb-header-links)} - -.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link .bb-icon-angle-down{display:none} - -.bb-template-v2 .site-header .user-wrap.menu-item-has-children .sub-menu{border-radius:10px} - -.bb-template-v2 .site-header .user-wrap.menu-item-has-children .sub-menu::before{display:none} - -.bb-template-v2 .primary-menu>.menu-item-has-children:not(.hideshow){padding-left:5px} - -.bb-template-v2 .primary-menu>.menu-item-has-children:not(.hideshow)::after{left:5px} - -.bb-template-v2 .primary-menu>.menu-item-has-children:not(.hideshow)>a{padding-left:27px} - -.bb-template-v2 .primary-menu>.menu-item-has-children:not(.hideshow)>a::before{left:-10px} - -.bb-template-v2 .primary-menu>li.menu-item-has-children:not(.hideshow).current-menu-ancestor>a:hover::before,.bb-template-v2 .primary-menu>li.menu-item-has-children:not(.hideshow).current-menu-item>a:hover::before,.bb-template-v2 .primary-menu>li.menu-item-has-children:not(.hideshow).current-menu-parent>a:hover::before,.bb-template-v2 .primary-menu>li.menu-item-has-children:not(.hideshow).current_page_item>a:hover::before{left:-10px} - -.bb-template-v2 .primary-menu>li{padding:0 5px} - -.bb-template-v2 .primary-menu>li>a{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:2px solid transparent;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 10px} - -.bb-template-v2 .primary-menu>li>a:focus{color:var(--bb-header-links)} - -.bb-template-v2 .primary-menu>li>a:focus>i{color:var(--bb-header-links)} - -.bb-template-v2 .primary-menu>li:hover>a{position:relative;color:var(--bb-header-links)} - -.bb-template-v2 .primary-menu>li:hover>a>i{color:var(--bb-header-links)} - -.bb-template-v2 .primary-menu>li:hover>a::before{content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-radius:6px;background-color:var(--bb-header-alternate-background);z-index:-1;height:40px;right:0;left:0} - -.bb-template-v2 .primary-menu>li.current-menu-ancestor>a,.bb-template-v2 .primary-menu>li.current-menu-item>a,.bb-template-v2 .primary-menu>li.current-menu-parent>a,.bb-template-v2 .primary-menu>li.current_page_item>a{border-bottom-color:var(--bb-header-links-hover)} - -.bb-template-v2 .primary-menu>li.current-menu-ancestor>a:hover,.bb-template-v2 .primary-menu>li.current-menu-item>a:hover,.bb-template-v2 .primary-menu>li.current-menu-parent>a:hover,.bb-template-v2 .primary-menu>li.current_page_item>a:hover{position:relative} - -.bb-template-v2 .primary-menu>li.current-menu-ancestor>a:hover::before,.bb-template-v2 .primary-menu>li.current-menu-item>a:hover::before,.bb-template-v2 .primary-menu>li.current-menu-parent>a:hover::before,.bb-template-v2 .primary-menu>li.current_page_item>a:hover::before{content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-radius:6px;background-color:var(--bb-header-alternate-background);z-index:-1;height:40px;right:0;left:0} - -.bb-template-v2 .primary-menu>.current-menu-ancestor>a,.bb-template-v2 .primary-menu>.current-menu-item>a,.bb-template-v2 .primary-menu>.current-menu-parent>a,.bb-template-v2 .primary-menu>.current_page_item>a{color:var(--bb-header-links)} - -.bb-template-v2 .primary-menu>.current-menu-ancestor>a>i,.bb-template-v2 .primary-menu>.current-menu-item>a>i,.bb-template-v2 .primary-menu>.current-menu-parent>a>i,.bb-template-v2 .primary-menu>.current_page_item>a>i{color:var(--bb-header-links)} - -.bb-template-v2 .primary-menu .current-menu-ancestor>a,.bb-template-v2 .primary-menu .current-menu-item>a,.bb-template-v2 .primary-menu .current-menu-parent>a,.bb-template-v2 .primary-menu .current_page_item>a{color:var(--bb-header-links)} - -.bb-template-v2 .primary-menu .current-menu-ancestor>a>i,.bb-template-v2 .primary-menu .current-menu-item>a>i,.bb-template-v2 .primary-menu .current-menu-parent>a>i,.bb-template-v2 .primary-menu .current_page_item>a>i{color:var(--bb-header-links)} - -.bb-template-v2 .primary-menu .ab-submenu .current-menu-ancestor>a,.bb-template-v2 .primary-menu .ab-submenu .current-menu-item>a,.bb-template-v2 .primary-menu .ab-submenu .current-menu-parent>a,.bb-template-v2 .primary-menu .ab-submenu .current_page_item>a{color:var(--bb-body-text-color)} - -.bb-template-v2 .primary-menu .ab-submenu .current-menu-ancestor>a>i,.bb-template-v2 .primary-menu .ab-submenu .current-menu-item>a>i,.bb-template-v2 .primary-menu .ab-submenu .current-menu-parent>a>i,.bb-template-v2 .primary-menu .ab-submenu .current_page_item>a>i{color:var(--bb-body-text-color)} - -.bb-template-v2.menu-style-tab_bar .primary-menu>.menu-item-has-children:not(.hideshow){padding-left:5px} - -.bb-template-v2.menu-style-tab_bar .primary-menu>.menu-item-has-children:not(.hideshow)>a{padding-left:10px} - -.bb-template-v2.menu-style-tab_bar .primary-menu>.menu-item-has-children:not(.hideshow)>a:hover::before{left:0} - -.bb-template-v2.menu-style-tab_bar .primary-menu>.menu-item-has-children:not(.hideshow)>a::before{left:0} - -.bb-template-v2.menu-style-tab_bar .primary-menu>li.menu-item-has-children:not(.hideshow).current-menu-ancestor>a:hover::before,.bb-template-v2.menu-style-tab_bar .primary-menu>li.menu-item-has-children:not(.hideshow).current-menu-item>a:hover::before,.bb-template-v2.menu-style-tab_bar .primary-menu>li.menu-item-has-children:not(.hideshow).current-menu-parent>a:hover::before,.bb-template-v2.menu-style-tab_bar .primary-menu>li.menu-item-has-children:not(.hideshow).current_page_item>a:hover::before{left:0} - -.bb-template-v2 .site-header #primary-navbar .menu-item>.ab-submenu{background-color:var(--bb-content-background-color);border-radius:10px;box-shadow:0 3px 8px rgba(0,0,0,.06),0 6px 24px rgba(0,0,0,.12);min-width:186px} - -.bb-template-v2 .site-header #primary-navbar .menu-item>.ab-submenu::before{display:none} - -.bb-template-v2 .site-header #primary-navbar .menu-item>.ab-submenu .bb-sub-menu{background-color:var(--bb-content-background-color)} - -.bb-template-v2 .site-header #primary-navbar .menu-item>.ab-submenu .bb-sub-menu .menu-item{margin:0 8px} - -.bb-template-v2 .site-header #primary-navbar .menu-item>.ab-submenu .bb-sub-menu .menu-item a{border-radius:6px} - -.bb-template-v2 .site-header #primary-navbar .menu-item>.ab-submenu .bb-sub-menu .menu-item:hover>a{color:var(--bb-body-text-color)} - -.bb-template-v2 .site-header #primary-navbar .menu-item>.ab-submenu .bb-sub-menu .menu-item:hover>a>i{color:var(--bb-header-links)} - -.bb-template-v2 .site-header #primary-navbar #navbar-collapse .more-button.active::after{display:none} - -.bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item.menu-item-has-children>a{padding:.625rem .9375rem} - -.bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item.menu-item-has-children>a::before{display:none} - -.bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item>a{padding:.625rem .9375rem} - -.bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu{background-color:var(--bb-content-background-color);border-radius:10px;box-shadow:0 3px 8px rgba(0,0,0,.06),0 6px 24px rgba(0,0,0,.12);padding:8px 0;right:-170px} - -.bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu::before{display:none} - -.bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu{background-color:transparent} - -.bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu .menu-item a{padding:.625rem .9375rem;margin:0} - -.bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu .menu-item a::before{display:none} - -.bb-template-v2.menu-style-tab_bar .primary-menu>.menu-item-has-children:not(.hideshow)>a::before{left:0} - -.bb-template-v2.menu-style-tab_bar .primary-menu>.menu-item-has-children:not(.hideshow)>a:hover::before{height:40px} - -.bb-template-v2.menu-style-tab_bar .site-header .primary-menu>li>a:hover>i._mi{color:var(--bb-header-links)} - -.bb-template-v2 .menu-style-tab_bar .site-header #primary-navbar .primary-menu>.menu-item>.ab-submenu{right:-20px} - -.bb-template-v2 .bb-mobile-panel-inner .buddypanel-menu li.bb-menu-section~li:not(.bb-menu-section)>a{width:100%} - -.bb-template-v2 .bb-mobile-panel-inner .side-panel-menu .menu-item i:not(.bb-icon-angle-down){min-width:initial} - -.bb-template-v2 .bb-mobile-panel-inner .side-panel-menu .menu-item span~i:not(.bb-icon-angle-down){margin-right:10px} - -.bb-template-v2 .bb-mobile-panel-inner .side-panel-menu .menu-item>a{padding:12px 15px 12px 0;width:100%} - -.bb-template-v2 .bb-mobile-panel-inner .side-panel-menu .menu-item>a:hover .count{background-color:var(--bb-primary-color);color:var(--bb-content-alternate-background-color)} - -.bb-template-v2 .bb-mobile-panel-inner .side-panel-menu .menu-item .count{color:var(--bb-headings-color);background-color:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);border-radius:6px;box-shadow:none} - -.bb-template-v2 .bb-mobile-panel-inner ul.buddypanel-menu li.bb-menu-section a{padding-right:10px} - -.bb-template-v2 .bb-mobile-panel-inner .bb-primary-menu .current-menu-item>a{background-color:var(--bb-primary-color);color:var(--bb-body-background-color)} - -.bb-template-v2 .bb-mobile-panel-inner .bb-primary-menu .current-menu-item>a>i{color:var(--bb-body-background-color)} - -.bb-template-v2 .bb-mobile-panel-inner .bb-primary-menu .current-menu-item>a>.count{color:var(--bb-primary-color);background-color:var(--bb-body-background-color);border-color:transparent} - -.bb-template-v2 .bb-mobile-panel-inner .bb-primary-menu>.current-menu-item>.sub-menu>.current-menu-item:first-child{margin-top:5px} - -.bb-template-v2 .bb-mobile-panel-inner .bb-primary-menu>.current-menu-item>.sub-menu>.current-menu-item+.current-menu-item{margin-top:3px} - -.bb-template-v2 .bb-mobile-panel-inner .bb-primary-menu .bb-menu-section~li:not(.bb-menu-section){margin-right:6px} - -.bb-template-v2 .bb-mobile-panel-inner .side-panel-menu>.current-menu-item .sub-menu a{color:var(--bb-headings-color)} - -.bb-template-v2 .bb-mobile-panel-inner .side-panel-menu>.current-menu-item .sub-menu a>i{color:var(--bb-headings-color)} - -.bb-template-v2 .bb-mobile-panel-inner .side-panel-menu>.current-menu-item .sub-menu .current-menu-item a{color:var(--bb-body-background-color)} - -.bb-template-v2 .bb-mobile-panel-inner .side-panel-menu .menu-item i:not(.bb-icon-angle-down){min-width:24px;margin-left:15px;vertical-align:middle;text-align:center} - -.site-header .bb-template-v2 .bb-mobile-panel-inner .main-navigation .sub-menu a{padding:13px 10px} - -.bb-template-v2 .header-aside .user-wrap.user-wrap-container{margin-right:14px} - -.bb-template-v2 .site-header .user-wrap.menu-item-has-children.selected>.user-link::before,.bb-template-v2 .site-header .user-wrap.menu-item-has-children>.user-link:hover::before{content:"";position:absolute;right:-15px;left:-5px;top:50%;background-color:var(--bb-content-alternate-background-color);height:46px;border-radius:var(--bb-button-radius);z-index:-1;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)} - -.bb-template-v2 .site-header .header-aside.avatar .user-wrap.menu-item-has-children>.user-link::before{display:none} - -.bb-template-v2 .site-header .header-aside.avatar .user-wrap.menu-item-has-children.selected>.user-link::before,.bb-template-v2 .site-header .header-aside.avatar .user-wrap.menu-item-has-children>.user-link:hover::before{right:-5px} - -.bb-template-v2 .header-search-wrap .search-field-top,.bb-template-v2 .header-search-wrap input.search-field{border:1px solid transparent;border-radius:var(--bb-input-radius)} - -.bb-template-v2 .header-search-wrap .search-field-top:focus,.bb-template-v2 .header-search-wrap input.search-field:focus{border-color:var(--bb-primary-color)} - -.bb-template-v2.bp-search .bp-forum-search-ac-header,.bb-template-v2.bp-search .bp-search-ac,.bb-template-v2.bp-search .bp-search-ac-header{border-radius:10px;box-shadow:0 3px 8px rgba(0,0,0,.06),0 6px 24px rgba(0,0,0,.12)} - -.bb-template-v2.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type),.bb-template-v2.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type),.bb-template-v2.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type){border:0;border-radius:6px;margin:0 12px;width:-webkit-calc(100% - 24px);width:calc(100% - 24px)} - -.bb-template-v2.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type):first-child,.bb-template-v2.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type):first-child,.bb-template-v2.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type):first-child{margin-top:15px} - -.bb-template-v2.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type):first-child:last-child,.bb-template-v2.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type):first-child:last-child,.bb-template-v2.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type):first-child:last-child{margin-bottom:15px} - -.bb-template-v2.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-undefined-type,.bb-template-v2.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-undefined-type,.bb-template-v2.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-undefined-type{width:100%} - -.bb-template-v2.bp-search .bp-forum-search-ac-header>li.bbls-view_all_type-type,.bb-template-v2.bp-search .bp-search-ac-header>li.bbls-view_all_type-type,.bb-template-v2.bp-search .bp-search-ac>li.bbls-view_all_type-type{margin-top:15px} - -.bb-template-v2.bp-search .bp-forum-search-ac-header>li.bbls-undefined-type,.bb-template-v2.bp-search .bp-forum-search-ac-header>li:last-child{margin-bottom:15px!important} - -.bb-template-v2 .user-wrap-container .sub-menu-inner>li.logout-link>a{position:relative!important;margin-top:20px;overflow:visible} - -.bb-template-v2 .user-wrap-container .sub-menu-inner>li.logout-link>a::before{content:"";height:1px;background-color:var(--bb-content-border-color);display:block;position:absolute;right:15px;left:15px;top:-10px} - -.bb-template-v2 .user-wrap-container .sub-menu-inner>li>a{color:var(--bb-body-text-color)} - -.bb-template-v2 .user-wrap-container .sub-menu-inner>li>a:hover>i{color:var(--bb-alternate-text-color)} - -.bb-template-v2 .bb-header-buttons a.button.outline{font-weight:600} - -.bb-template-v2 .llms-pagination span.page-numbers:not(.dots),.bb-template-v2 .woocommerce-pagination span.page-numbers:not(.dots){background-color:var(--bb-primary-color)} - -.bb-template-v2 .llms-pagination a.page-numbers:not(.prev,.next):hover{color:var(--bb-primary-color)} - -.bb-template-v2 #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner .bs-dropdown,.bb-template-v2 #buddypress .bb_more_options .bb_more_options_list,.bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list,.bb-template-v2 .bb-footer .footer-menu .sub-menu,.bb-template-v2 .bb_more_options .bb_more_options_list,.bb-template-v2 .meeting-actions .meeting-actions-list.open{padding:8px} - -.bb-template-v2 #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner .bs-dropdown::after,.bb-template-v2 #buddypress .bb_more_options .bb_more_options_list::after,.bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options::after,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list::after,.bb-template-v2 .bb-footer .footer-menu .sub-menu::after,.bb-template-v2 .bb_more_options .bb_more_options_list::after,.bb-template-v2 .meeting-actions .meeting-actions-list.open::after{display:none} - -.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list{top:30px;left:0} - -.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul{margin:0!important} - -.bb-template-v2 .bb-footer .footer-menu .more-button.active::after{display:none} - -.bb-template-v2 .bb-footer .footer-menu .sub-menu a{border-radius:6px} - -.bb-template-v2 #object-nav .sub-menu,.bb-template-v2 .bb-profile-grid.bb-grid .bp-navs ul.sub-menu,.bb-template-v2 .bp-navs .component-navigation .sub-menu{padding:8px} - -.bb-template-v2 #object-nav .sub-menu a,.bb-template-v2 .bb-profile-grid.bb-grid .bp-navs ul.sub-menu a,.bb-template-v2 .bp-navs .component-navigation .sub-menu a{border-radius:6px} - -.bb-template-v2 #object-nav .sub-menu a:hover,.bb-template-v2 .bb-profile-grid.bb-grid .bp-navs ul.sub-menu a:hover,.bb-template-v2 .bp-navs .component-navigation .sub-menu a:hover{color:var(--bb-headings-color)} - -.bb-template-v2 .buddypress-wrap .bp-navs .component-navigation .sub-menu a:hover,.bb-template-v2 .buddypress-wrap#buddypress.bp-dir-hori-nav .create-button a:hover{color:var(--bb-headings-color)} - -.bb-template-v2 .bp-navs .component-navigation .more-button.active::after,.bb-template-v2 nav#object-nav .more-button.active::after{display:none} - -.bb-template-v2 .bp-messages-content .single-message-thread-header .actions .message_actions .message_action__list{background-color:transparent;padding:0;min-width:220px;box-shadow:none} - -.bb-template-v2 .bp-messages-content .single-message-thread-header .actions .message_actions .message_action__list::before{display:none} - -.bb-template-v2 .bp-messages-content .single-message-thread-header .actions .message_actions .message_action__list ul{background-color: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)} - -.bb-template-v2 #bbpress-forums .bs-dropdown .bbp-admin-links a,.bb-template-v2 #bbpress-forums .bs-dropdown .generic-button a,.bb-template-v2 #buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .bbp-admin-links a,.bb-template-v2 #buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a,.bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .bbp-admin-links a,.bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a{border-radius:6px} - -.bb-template-v2 #bbpress-forums .bs-dropdown .bbp-admin-links a:hover,.bb-template-v2 #bbpress-forums .bs-dropdown .generic-button a:hover,.bb-template-v2 #buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .bbp-admin-links a:hover,.bb-template-v2 #buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a:hover,.bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .bbp-admin-links a:hover,.bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a:hover{color:var(--bb-body-text-color)} - -.bb-template-v2 #buddypress .bb_more_options .bb_more_options_list .generic-button>button,.bb-template-v2 #buddypress .bb_more_options .bb_more_options_list a,.bb-template-v2 #buddypress .bb_more_options .bb_more_options_list button,.bb-template-v2 .bb_more_options .bb_more_options_list .generic-button>button,.bb-template-v2 .bb_more_options .bb_more_options_list a,.bb-template-v2 .bb_more_options .bb_more_options_list button{border-radius:6px} - -.bb-template-v2 #buddypress .bb_more_options .bb_more_options_list .generic-button>button:hover,.bb-template-v2 #buddypress .bb_more_options .bb_more_options_list a:hover,.bb-template-v2 #buddypress .bb_more_options .bb_more_options_list button:hover,.bb-template-v2 .bb_more_options .bb_more_options_list .generic-button>button:hover,.bb-template-v2 .bb_more_options .bb_more_options_list a:hover,.bb-template-v2 .bb_more_options .bb_more_options_list button:hover{color:var(--bb-body-text-color)!important} - -.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul li a{border-radius:6px} - -.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul li a:hover{color:var(--bb-body-text-color)} - -.bb-template-v2 .bb-document-privacy-wrap .activity-privacy,.bb-template-v2 .bb-media-privacy-wrap .activity-privacy{border-radius:10px;padding:8px} - -.bb-template-v2 .bb-document-privacy-wrap .activity-privacy::before,.bb-template-v2 .bb-media-privacy-wrap .activity-privacy::before{display:none} - -.bb-template-v2 .bb-document-privacy-wrap .activity-privacy li,.bb-template-v2 .bb-media-privacy-wrap .activity-privacy li{border-radius:6px} - -.bb-template-v2 .activity-privacy .selected,.bb-template-v2 .media-privacy .selected{color:var(--bb-body-text-color)} - -.bb-template-v2 #bb-media-model-container .bb-edit-privacy a:hover{color:var(--bb-body-text-color)} - -.bb-template-v2 code,.bb-template-v2 pre{border:0;border-radius:6px} - -.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .video-action_list ul,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .media-action_list ul,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul,.bb-template-v2 #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list ul,.bb-template-v2 #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .video-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .media-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .video-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .media-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .video-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .media-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul,.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list ul,.bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions .message_action__list ul,.bb-template-v2 .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul{border-radius:10px;padding:8px} - -.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list::after,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list::after,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .video-action_list::after,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .media-action_list::after,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list::after,.bb-template-v2 #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list::after,.bb-template-v2 #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list::after,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list::after,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .video-action_list::after,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .media-action_list::after,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .video-action_list::after,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .media-action_list::after,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .video-action_list::after,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .media-action_list::after,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list::after,.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list::after,.bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions .message_action__list::after,.bb-template-v2 .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list::after{display:none} - -.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .video-action_list ul li a,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .media-action_list ul li a,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul li a,.bb-template-v2 #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list ul li a,.bb-template-v2 #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list ul li a,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .video-action_list ul li a,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .media-action_list ul li a,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .video-action_list ul li a,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .media-action_list ul li a,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .video-action_list ul li a,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .media-action_list ul li a,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a,.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list ul li a,.bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions .message_action__list ul li a,.bb-template-v2 .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul li a{border-radius:6px} - -.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a:hover,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .video-action_list ul li a:hover,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .media-action_list ul li a:hover,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul li a:hover,.bb-template-v2 #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list ul li a:hover,.bb-template-v2 #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list ul li a:hover,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:hover,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .video-action_list ul li a:hover,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .media-action_list ul li a:hover,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .video-action_list ul li a:hover,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .media-action_list ul li a:hover,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .video-action_list ul li a:hover,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .media-action_list ul li a:hover,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover,.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list ul li a:hover,.bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions .message_action__list ul li a:hover,.bb-template-v2 .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover{color:var(--bb-body-text-color)} - -.bb-template-v2 #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list,.bb-template-v2 #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list,.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list{border-radius:10px} - -.bb-template-v2 #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list ul,.bb-template-v2 #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list ul,.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list ul{border-radius:10px;padding:8px;margin:0} - -.bb-template-v2 #bbpress-forums .bb-modal.bb-modal-box .bbp-the-content-wrapper.loading::after,.bb-template-v2 #bp-media-single-folder .bb-single-album-header .bb-title.loading::after,.bb-template-v2 #bp-message-load-more .button .dashicons-update::before,.bb-template-v2 #bp-message-thread-list:empty::before,.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.loading::after,.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.saving::after,.bb-template-v2 #bp-zoom-single-meeting-wrapper:empty::before,.bb-template-v2 #bp-zoom-webinar-form-submit.loading::before,.bb-template-v2 #buddypress #header-cover-image .header-cover-reposition-wrap>.button.loading::after,.bb-template-v2 #group-messages-container div#group-messages-new-submit #send_group_message_button.loading::after,.bb-template-v2 #media-folder-document-data-table .pager a.button.loading::after,.bb-template-v2 .activity-url-scrapper-loading .bb-icon-spinner::before,.bb-template-v2 .atwho-view ul li.list-loader::before,.bb-template-v2 .bb-group-zoom-settings-container .bb-field-wrap.bb-zoom_account-email.loading .bb-icon-spinner::before,.bb-template-v2 .bb-media-info-section .activity-list>.bb-icon-spinner::before,.bb-template-v2 .bb-media-model-wrapper.video .bb-media-section figure.loading .bb-icon-spinner::before,.bb-template-v2 .bb-save-settings.loading::before,.bb-template-v2 .bb-url-scrapper-loading .bb-icon-spinner::before,.bb-template-v2 .bb-zoom-setting-content-tab .bb-field-wrap.bb-zoom_account-email .bb-icon-spinner::before,.bb-template-v2 .bp-document-listing .bp-media-header-wrap .bb-title.loading::after,.bb-template-v2 .bp-messages-container .bp-messages.loading .dashicons-update::before,.bb-template-v2 .bp-messages-content #bp-message-thread-list li.sending .message_send_sending .info-text-send-message::before,.bb-template-v2 .bp-messages-nav-panel .messages-search-loader>i::before,.bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.saving::after,.bb-template-v2 .bp-zoom-group-show-instructions .save-settings.loading::before,.bb-template-v2 .buddypress-wrap .bp-subnavs .component-navigation li.selected.loading a::after,.bb-template-v2 .button-load-more-posts.loading::after,.bb-template-v2 .component-navigation.courses-nav .bb-icon-loader::before,.bb-template-v2 .lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap>.list-members-extra.loading-members .bb-icon-spin::before,.bb-template-v2 .location-album-list-wrap .location-album-list.is-loading li .bb-icon-spinner::before,.bb-template-v2 .location-folder-list-wrap-main .location-folder-list.is-loading li .bb-icon-spinner::before,.bb-template-v2 .mass-user-block-list #moderated_user_list:not(.is_not_empty)::before,.bb-template-v2 .mass-user-block-list .bb-report-type-pagination #load_more_rl.loading::after,.bb-template-v2 .message-members-list #members_list:not(.is_not_empty)::before,.bb-template-v2 .message-members-list .bb-report-type-pagination #load_more_rl.loading::after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.saving::after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.saving::after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.saving::after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.saving::after,.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading::after,.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.saving::after,.bb-template-v2 .select2-container .select2-dropdown.bb-compose-input .select2-results__option--load-more::before,.bb-template-v2 .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results::before,.bb-template-v2 .site-header .bb-header-loader>i.bb-icon-loader::before,.bb-template-v2 .site-header .bb-header-loader>i.bb-icon-spinner::before,.bb-template-v2 li.load-more a.loading::after,.bb-template-v2.buddypress .buddypress-wrap .subscription-items .subscription-item_remove.is_loading i::before,.bb-template-v2.groups .buddypress-wrap .subnav-filters .group-search.loading::after{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)} - -.bb-template-v2 .site-header .bb-header-loader>i.bb-icon-loader::before,.bb-template-v2 .site-header .bb-header-loader>i.bb-icon-spinner::before{border-top-color:var(--bb-headings-color);opacity:.5} - -.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.loading::after,.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.saving::after,.bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.loading::after,.bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.saving::after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.loading::after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.saving::after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.loading::after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.saving::after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.loading::after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.saving::after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.loading::after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.saving::after,.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading::after,.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.saving::after{border:2px solid rgba(var(--bb-primary-button-text-regular-rgb),.2);border-top-color:var(--bb-primary-button-text-regular)} - -.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.loading:hover::after,.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.saving:hover::after,.bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.loading:hover::after,.bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.saving:hover::after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.loading:hover::after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.saving:hover::after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.loading:hover::after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.saving:hover::after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.loading:hover::after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.saving:hover::after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.loading:hover::after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.saving:hover::after,.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading:hover::after,.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.saving:hover::after{border:2px solid rgba(var(--bb-primary-button-text-hover-rgb),.2);border-top-color:var(--bb-primary-button-text-hover)} - -.bb-template-v2 #media-folder-document-data-table .pager a.button.loading:hover::after,.bb-template-v2 .button-load-more-posts.loading:hover::after,.bb-template-v2 .load-more a.loading:hover::after{border:2px solid rgba(var(--bb-primary-button-text-regular-rgb),.2);border-top-color:var(--bb-primary-button-text-regular)} - -.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.loading::after,.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.saving::after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.saving::after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.saving::after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.saving::after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.saving::after,.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading::after,.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.saving::after{vertical-align:middle} - -.bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.saving::after,.bb-template-v2 .lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap>.list-members-extra.loading-members .bb-icon-spin::before,.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading::after,.bb-template-v2 li.load-more a.loading::after{vertical-align:middle} - -.bb-template-v2 #bp-message-load-more .button .dashicons-update::before,.bb-template-v2 #bp-message-thread-list:empty::before,.bb-template-v2 .bb-media-model-wrapper.video .bb-media-section figure.loading .bb-icon-spinner,.bb-template-v2 .bb-media-model-wrapper.video .bb-media-section figure.loading .bb-icon-spinner::before{height:25px;width:25px} - -.bb-template-v2 .bb-media-info-section .activity-list>.bb-icon-spinner,.bb-template-v2 .location-album-list-wrap .location-album-list.is-loading li .bb-icon-spinner,.bb-template-v2 .location-folder-list-wrap-main .location-folder-list.is-loading li .bb-icon-spinner,.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading::after,.bb-template-v2 li.load-more a.loading::after{height:20px;width:20px} - -.bb-template-v2 .atwho-view ul li.list-loader::before,.bb-template-v2 .bb-group-zoom-settings-container .bb-field-wrap.bb-zoom_account-email.loading .bb-icon-spinner::before,.bb-template-v2 .bb-zoom-setting-content-tab .bb-field-wrap.bb-zoom_account-email .bb-icon-spinner::before,.bb-template-v2 .mass-user-block-list .bb-report-type-pagination #load_more_rl.loading::after,.bb-template-v2 .message-members-list .bb-report-type-pagination #load_more_rl.loading::after,.bb-template-v2 .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results::before{height:18px;width:18px} - -.bb-template-v2 #bp-zoom-webinar-form-submit.loading::before,.bb-template-v2 #buddypress #header-cover-image .header-cover-reposition-wrap>.button.loading::after,.bb-template-v2 #group-messages-container div#group-messages-new-submit #send_group_message_button.loading::after,.bb-template-v2 .activity-url-scrapper-loading .bb-icon-spinner::before,.bb-template-v2 .bb-save-settings.loading::before,.bb-template-v2 .bb-url-scrapper-loading .bb-icon-spinner::before,.bb-template-v2 .bp-messages-content #bp-message-thread-list li.sending .message_send_sending .info-text-send-message::before,.bb-template-v2 .bp-zoom-group-show-instructions .save-settings.loading::before,.bb-template-v2 .lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap>.list-members-extra.loading-members .bb-icon-spin::before{height:16px;width:16px;vertical-align:middle} - -.bb-template-v2 #group-messages-container div#group-messages-new-submit #send_group_message_button.loading::after{border-color:rgba(var(--bb-content-border-color-rgb),.8);border-top-color:var(--bb-alternate-text-color)} - -.bb-template-v2 #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner>a:first-child>i{border-radius:0 var(--bb-option-radius) var(--bb-option-radius) 0} - -.bb-template-v2 #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner>a>i{border-radius:var(--bb-option-radius) 0 0 var(--bb-option-radius)} - -.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .entry-img>i{font-weight:300} - -.bb-template-v2 .bp-navs ul li .count,.bb-template-v2 .bp-navs ul li.selected .count,.bb-template-v2 .buddypress-wrap .bp-navs li.current a .count,.bb-template-v2 .buddypress-wrap .bp-navs li.dynamic a .count,.bb-template-v2 .buddypress-wrap .bp-navs li.dynamic.current a .count,.bb-template-v2 .buddypress-wrap .bp-navs li.dynamic.selected a .count,.bb-template-v2 .buddypress-wrap .bp-navs li.selected a .count,.bb-template-v2 .buddypress_object_nav .bp-navs li.current a .count,.bb-template-v2 .buddypress_object_nav .bp-navs li.selected a .count,.bb-template-v2 .lifter-topic-sidebar-wrapper .llms-count,.bb-template-v2.woocommerce #content div.product .woocommerce-tabs ul.tabs li#tab-title-reviews a span{background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color);border:1px solid rgba(0,0,0,.1);border-radius:6px;min-width:23px} - -.bb-template-v2.directory.document .bp-subnavs li.selected a:hover span,.bb-template-v2.directory.media .bp-subnavs li.selected a:hover span,.bb-template-v2.directory.video .bp-subnavs li.selected a:hover span{color:var(--bb-headings-color)} - -.bb-template-v2.woocommerce #content div.product .woocommerce-tabs ul.tabs li#tab-title-reviews.active a span{color:#fff} - -.bb-template-v2 .bb-single-main-nav--vertical li .count{border-radius:6px} - -.bb-template-v2 #buddypress #item-header-cover-image #item-header-avatar img.avatar,.bb-template-v2 .entry-content #groups-list .item-avatar a{box-shadow:none} - -.bb-template-v2 #bb-album-privacy,.bb-template-v2 #bb-media-privacy{padding:6px 8px} - -.bb-template-v2 #bb-album-privacy .privacy-point-icon,.bb-template-v2 #bb-media-privacy .privacy-point-icon{font-size:15px;font-weight:300} - -.bb-template-v2 #bb-album-privacy .bb-icon-caret-down,.bb-template-v2 #bb-media-privacy .bb-icon-caret-down{font-size:13px;opacity:.3;margin-right:5px} - -.bb-template-v2 .modal-container select#bb-album-privacy,.bb-template-v2 .modal-container select#bb-media-privacy{color:var(--bb-body-text-color);font-size:14px;font-weight:400;padding:8px 12px 8px 40px} - -.bb-template-v2 .member-media select#bb-album-privacy,.bb-template-v2 .member-media select#bb-media-privacy{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius);color:var(--bb-body-text-color);font-size:14px;font-weight:400;padding:0 12px 0 26px} - -.bb-template-v2 .bb-document-privacy-wrap .privacy::after,.bb-template-v2 .bb-media-privacy-wrap .privacy::after{content:"\ee09";font-weight:300} - -.bb-template-v2 #bp-activity-privacy-point .privacy-point-icon::before,.bb-template-v2 .activity-privacy>li::before,.bb-template-v2 .bb-document-privacy-wrap .privacy::before,.bb-template-v2 .bb-media-privacy-wrap .privacy::before,.bb-template-v2 .bp-activity-privacy__label .privacy-figure::before{font-weight:300} - -.bb-template-v2 .llms-person-login-form-wrapper label[for=llms_remember]::before{border-radius:var(--bb-checkbox-radius)} - -.bb-template-v2 .bs-meta-item{border-radius:var(--bb-button-radius)} - -.bb-template-v2 .entry-content #groups-list .item-avatar a,.bb-template-v2 .entry-content #groups-list .item-avatar a img{border-radius:15px} - -.bb-template-v2 .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar,.bb-template-v2 .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar .avatar{border-radius:15px} - -.bb-template-v2 .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar{box-shadow:none} - -body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header-cover-image #item-header-avatar .link-change-overlay,body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header-cover-image #item-header-avatar img.avatar{border-radius:15px} - -.bb-template-v2 #buddypress .bb-bp-settings-content{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius)} - -.bb-template-v2 #buddypress .bp-settings-container .bp-navs .selected::after{display:none} - -.bb-template-v2 .notification-settings{border:none} - -.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages,.bb-template-v2 .bp-nouveau-activity-form-placeholder- .activity-form.focus-in.has-feedback #message-feedabck.bp-messages{border-radius:6px} - -.bb-template-v2 .bp-feedback .bp-icon{border-radius:0 6px 6px 0} - -.bb-template-v2 #buddypress .member-header-actions+.bb_more_options{top:0;margin-top:35px} - -.bb-template-v2 #buddypress .member-header-actions+.bb_more_options .bb_more_options_action{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);padding:0 8px} - -.bb-template-v2 #buddypress .member-header-actions+.bb_more_options .bb_more_options_action:focus{box-shadow:var(--bb-outline-button-focus-shadow)} - -.bb-template-v2 #buddypress .member-header-actions+.bb_more_options .bb_more_options_action i{color:var(--bb-headings-color)} - -.bb-template-v2 #buddypress .member-header-actions+.bb_more_options .bb_more_options_action: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)} - -.bb-template-v2 #buddypress .member-header-actions+.bb_more_options .bb_more_options_action:hover i{color:var(--bb-secondary-button-text-hover)} - -.bb-template-v2 #buddypress .group-actions-absolute .bb_more_options .bb_more_options_action{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);padding:0 8px} - -.bb-template-v2 #buddypress .group-actions-absolute .bb_more_options .bb_more_options_action:focus{box-shadow:var(--bb-outline-button-focus-shadow)} - -.bb-template-v2 #buddypress .group-actions-absolute .bb_more_options .bb_more_options_action i{color:var(--bb-headings-color);line-height:36px} - -.bb-template-v2 #buddypress .group-actions-absolute .bb_more_options .bb_more_options_action: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)} - -.bb-template-v2 #buddypress .group-actions-absolute .bb_more_options .bb_more_options_action:hover i{color:var(--bb-secondary-button-text-hover)} - -.bb-template-v2 .results-group-footer{text-align:right} - -.bb-template-v2 .results-group-footer .view-all-link{color:var(--bb-headings-color);font-weight:700;font-size:12px;text-transform:uppercase;background-color:var(--bb-content-alternate-background-color);padding:8px 16px;border-radius:var(--bb-button-radius);display:inline-block} - -.bb-template-v2 .results-group-footer .view-all-link:focus,.bb-template-v2 .results-group-footer .view-all-link:hover{color:var(--bb-headings-color)} - -.bb-template-v2 .bp-search-results-wrap .view-all-link::after{display:none} - -.bb-template-v2 .bp-search-results-list .bp-search-item .item-avatar a{border-radius:15px} - -.bb-template-v2 .gamipress-buddypress-points .gamipress-buddypress-points-type{border-radius:6px} - -.bb-template-v2 #editor-toolbar [class*=" bb-icon-"],.bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-button,.bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-button::before,.bb-template-v2 #whats-new-formatting-toolbar a [class*=" bb-icon-"],.bb-template-v2 #whats-new-messages-toolbar .emojionearea .emojionearea-button,.bb-template-v2 #whats-new-messages-toolbar .emojionearea .emojionearea-button::before,.bb-template-v2 #whats-new-messages-toolbar a [class*=" bb-icon-"],.bb-template-v2 #whats-new-toolbar .emojionearea .emojionearea-button,.bb-template-v2 #whats-new-toolbar .emojionearea .emojionearea-button::before,.bb-template-v2 #whats-new-toolbar a [class*=" bb-icon-"],.bb-template-v2 .ac-reply-toolbar .emojionearea .emojionearea-button,.bb-template-v2 .ac-reply-toolbar .emojionearea .emojionearea-button::before,.bb-template-v2 .ac-reply-toolbar a [class*=" bb-icon-"],.bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .emojionearea-button::before,.bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .post-elements-buttons-item [class*=" bb-icon-"],.bb-template-v2 .bp-nouveau-activity-form-placeholder- .activity-form.focus-in #editor-toolbar .emojionearea-button::before,.bb-template-v2 .bp-nouveau-activity-form-placeholder- .activity-form.focus-in #editor-toolbar .post-elements-buttons-item [class*=" bb-icon-"],.bb-template-v2 ul.medium-editor-toolbar-actions .medium-editor-action b{font-weight:300;color:rgba(var(--bb-headings-color-rgb),.3)} - -.bb-template-v2 #editor-toolbar [class*=" bb-icon-"]:hover,.bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-button.active::before,.bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-button:hover::before,.bb-template-v2 .ac-reply-toolbar .emojionearea .emojionearea-button.active::before,.bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .active [class*=" bb-icon-"]::before,.bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .emojionearea-button.active::before,.bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .emojionearea-button:hover::before,.bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .post-elements-buttons-item [class*=" bb-icon-"]:hover,.bb-template-v2 .bp-nouveau-activity-form-placeholder- .activity-form.focus-in #editor-toolbar .post-elements-buttons-item [class*=" bb-icon-"]:hover,.bb-template-v2 .medium-editor-toolbar .medium-editor-toolbar-actions .medium-editor-button-active b,.bb-template-v2 ul.medium-editor-toolbar-actions .medium-editor-action b:hover{color:var(--bb-headings-color)} - -.bb-template-v2 .medium-editor-toolbar .medium-editor-toolbar-actions .medium-editor-button-active b{position:relative;height:24px} - -.bb-template-v2 #editor-toolbar .active [class*=" bb-icon-"],.bb-template-v2 #editor-toolbar .emojionearea-button.active,.bb-template-v2 #whats-new-formatting-toolbar .active a [class*=" bb-icon-"],.bb-template-v2 #whats-new-formatting-toolbar a.active [class*=" bb-icon-"],.bb-template-v2 #whats-new-messages-toolbar .active a [class*=" bb-icon-"],.bb-template-v2 #whats-new-messages-toolbar a.active [class*=" bb-icon-"],.bb-template-v2 #whats-new-toolbar .active a [class*=" bb-icon-"],.bb-template-v2 #whats-new-toolbar a.active [class*=" bb-icon-"],.bb-template-v2 .ac-reply-content .ac-reply-toolbar a.active [class*=" bb-icon-"],.bb-template-v2 .ac-reply-toolbar .active a [class*=" bb-icon-"],.bb-template-v2 .emojionearea .emojionearea-button.active{position:relative} - -.bb-template-v2 #editor-toolbar .active [class*=" bb-icon-"]::after,.bb-template-v2 #editor-toolbar .emojionearea-button.active::after,.bb-template-v2 #whats-new-formatting-toolbar .active a [class*=" bb-icon-"]::after,.bb-template-v2 #whats-new-formatting-toolbar a.active [class*=" bb-icon-"]::after,.bb-template-v2 #whats-new-messages-toolbar .active a [class*=" bb-icon-"]::after,.bb-template-v2 #whats-new-messages-toolbar a.active [class*=" bb-icon-"]::after,.bb-template-v2 #whats-new-toolbar .active a [class*=" bb-icon-"]::after,.bb-template-v2 #whats-new-toolbar a.active [class*=" bb-icon-"]::after,.bb-template-v2 .ac-reply-content .ac-reply-toolbar a.active [class*=" bb-icon-"]::after,.bb-template-v2 .ac-reply-toolbar .active a [class*=" bb-icon-"]::after,.bb-template-v2 .emojionearea .emojionearea-button.active::after,.bb-template-v2 .medium-editor-toolbar .medium-editor-toolbar-actions .medium-editor-button-active b::after{content:"";background:rgba(0,0,0,.08);border-radius:5.6px;position:absolute;height:28px;width:28px;right:50%;top:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);z-index:9} - -.bb-template-v2 .emojionearea .emojionearea-picker,.bb-template-v2 .gif-media-search-dropdown{border-radius:8px} - -.bb-template-v2 .emojionearea .emojionearea-picker .emojionearea-filters i.emojionearea-filter:first-child[style*="display: none"]+i.emojionearea-filter:not([style*="display: none"]){border-radius:0 8px 0 0} - -.bb-template-v2 .emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter:last-child{border-radius:8px 0 0 0} - -.bb-template-v2 .emojionearea .emojionearea-picker.emojionearea-filters-position-top .emojionearea-filters,.bb-template-v2 .gif-search-query{border-top-left-radius:8px;border-top-right-radius:8px} - -.bb-template-v2 .emojionearea .emojionearea-picker.emojionearea-filters-position-top .emojionearea-filters .emojionearea-filter:first-of-type,.bb-template-v2 .gif-search-query .emojionearea-filter:first-of-type{border-top-right-radius:8px} - -.bb-template-v2.bbpress a.medium-editor-toolbar-close,.bb-template-v2.bbpress a.medium-editor-toolbar-save,.bb-template-v2.buddypress a.medium-editor-toolbar-close,.bb-template-v2.buddypress a.medium-editor-toolbar-save{border-radius:6px;border:none} - -.bb-template-v2.bbpress .medium-editor-toolbar-form .medium-editor-toolbar-input,.bb-template-v2.bbpress .medium-editor-toolbar-form .medium-editor-toolbar-input:focus,.bb-template-v2.buddypress .medium-editor-toolbar-form .medium-editor-toolbar-input,.bb-template-v2.buddypress .medium-editor-toolbar-form .medium-editor-toolbar-input:focus{border-radius:6px} - -.bb-template-v2 .bs-forum-content blockquote:not(.wp-embedded-content)::before,.bb-template-v2 .medium-editor-element blockquote:not(.wp-embedded-content)::before{font-weight:300} - -.bb-template-v2 .emojionearea-search>input,.bb-template-v2 .search-query-input{border-radius:6px} - -.bb-template-v2 .activity-update-form .medium-editor-toolbar .medium-editor-toolbar-actions{height:40px} - -.bb-template-v2 .activity-update-form .medium-editor-toolbar .medium-editor-action-more.active .medium-editor-action-more-button b{position:relative} - -.bb-template-v2 .activity-update-form .medium-editor-toolbar .medium-editor-action-more.active .medium-editor-action-more-button b::before{color:var(--bb-headings-color)} - -.bb-template-v2 .activity-update-form .medium-editor-toolbar .medium-editor-action-more.active .medium-editor-action-more-button b::after{content:"";background:rgba(0,0,0,.08);border-radius:5.6px;position:absolute;height:28px;width:28px;right:50%;top:50%;-webkit-transform:translate(50%,-45%);-ms-transform:translate(50%,-45%);transform:translate(50%,-45%);z-index:9} - -.bb-template-v2 .activity-update-form .medium-editor-toolbar .medium-editor-action-more>ul{border-radius:8px} - -.bb-template-v2 .activity-link-preview-container{border:none} - -.bb-template-v2 #bbpress-forums .bs-single-forum-list.bbp-lead-topic>li:last-child{border-bottom-right-radius:0;border-bottom-left-radius:0} - -.bb-template-v2.woocommerce li.product a.added_to_cart.wc-forward{border-radius:0 0 var(--bb-block-radius) 0} - -.bb-template-v2.woocommerce li.product a.button.add_to_cart_button.added{border-radius:0 0 0 var(--bb-block-radius)} - -.bb-template-v2 .woocommerce li.product a.added_to_cart.wc-forward{border-radius:0 0 var(--bb-block-radius) 0} - -.bb-template-v2 #bbpress-forums .activity-list.bp-list .activity-item .activity-comments>.ac-form,.bb-template-v2 #bbpress-forums .activity-list.bp-list .activity-item .activity-comments>ul,.bb-template-v2 #buddypress .activity-list.bp-list .activity-item .activity-comments>.ac-form,.bb-template-v2 #buddypress .activity-list.bp-list .activity-item .activity-comments>ul,.bb-template-v2 #buddypress .activity-lists.bp-list .activity-item .activity-comments>.ac-form,.bb-template-v2 #buddypress .activity-lists.bp-list .activity-item .activity-comments>ul{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)} - -.bb-template-v2 #buddypress .bp-search-results-wrapper .bp-navs,.bb-template-v2 .bb-media-model-wrapper .bb-media-section,.bb-template-v2 .bb-media-model-wrapper .bb-media-section figure .video-js,.bb-template-v2 div.product .woocommerce-product-gallery__image{border-radius:0 var(--bb-block-radius) var(--bb-block-radius) 0} - -.bb-template-v2 .bb-document-theater .bb-media-section h3{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0} - -.bb-template-v2 .bb-document-theater .bb-media-section .img-section,.bb-template-v2 .bb-media-model-inner{border-radius:var(--bb-block-radius)} - -.bb-template-v2 #buddypress .bb-media-model-wrapper.video-theatre .activity-list.bp-list,.bb-template-v2 .bb-document-theater .bb-media-info-section.document,.bb-template-v2.woocommerce #content div.product div.summary{border-radius:var(--bb-block-radius) 0 0 var(--bb-block-radius)} - -.bb-template-v2 #buddypress .bb-media-model-wrapper.video-theatre .activity-list.bp-list{overflow:hidden} - -.bb-template-v2 #buddypress .bb-item-cover-wrap,.bb-template-v2 #buddypress .bb-video-thumb,.bb-template-v2 #lifterlms-lesson-header .lifterlms-lesson-nav .bb-ld-status .ld-status,.bb-template-v2 .activity-content div[class*=attached-gif-container] .gif-player video,.bb-template-v2 .activity-link-preview-container,.bb-template-v2 .activity-list li.blogs .activity-content .activity-inner,.bb-template-v2 .bb-activity-media-elem .entry-img,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap,.bb-template-v2 .bb-activity-video-elem .video-js,.bb-template-v2 .bb-album-list-item .bs-cover-wrap,.bb-template-v2 .bb-media-section .video-js,.bb-template-v2 .bb-video-thumb .video-js,.bb-template-v2 article.job_listing ul.job-listing-meta li.job-type,.bb-template-v2 ul.job_listings li.job_listing ul.meta li.job-type,.bb-template-v2.activity .activity .activity-list .bbp_reply_create .activity-inner,.bb-template-v2.groups.group-create .buddypress-wrap #drag-drop-area,.bb-template-v2.woocommerce-cart table.cart img{border-radius:6px} - -.bb-template-v2 .bb-activity-video-elem .bb-video-duration,.bb-template-v2 .bb-media-section .bb-video-duration,.bb-template-v2 .bb-video-thumb .bb-video-duration{border-radius:5px} - -.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity{border-color:transparent;background-color:var(--bb-content-alternate-background-color)} - -.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap{background-color:transparent} - -.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-audio-wrap audio::-webkit-media-controls-panel{background-color:var(--bb-body-background-color)} - -.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity:hover{border-color:var(--bb-content-border-color)} - -.bb-template-v2 .activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover,.bb-template-v2 .activity-link-preview-container .activity-link-preview-image img{border-radius:6px 6px 0 0} - -.bb-template-v2 .activity-link-preview-container>.activity-link-preview-info{border-radius:6px} - -.bb-template-v2 .activity-link-preview-container .activity-link-preview-image+.activity-link-preview-info,.bb-template-v2 .activity-link-preview-container:hover .activity-link-preview-image+.activity-link-preview-info::before{border-radius:0 0 6px 6px} - -.bb-template-v2 .activity-update-form .activity-link-preview-container #activity-url-scrapper-img-holder+.activity-link-preview-info,.bb-template-v2 .activity-update-form .activity-link-preview-container:hover #activity-url-scrapper-img-holder+.activity-link-preview-info::before{border-radius:0 0 6px 6px} - -.bb-template-v2 #bbpress-forums .bs-forums-items li .fluid-width-video-wrapper iframe,.bb-template-v2 .activity-list .activity-item .activity-content .activity-inner iframe,.bb-template-v2 .activity-video-preview .fluid-width-video-wrapper iframe,.bb-template-v2 .bp-messages-content #bp-message-thread-list li .fluid-width-video-wrapper iframe{border-radius:6px} - -.bb-template-v2 .activity-list .activity-item .activity-content .activity-inner iframe[style="border-radius: 12px"],.bb-template-v2 .activity-video-preview .activity-link-preview-excerpt p iframe{border-radius:6px!important} - -.bb-template-v2 .activity-list li.blogs .activity-content .activity-inner .bb-post-img-link,.bb-template-v2.activity .activity .activity-list .bbp_reply_create .activity-inner .activity-discussion-title-wrap{border-top-right-radius:6px;border-top-left-radius:6px} - -.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-audio-wrap audio,.bb-template-v2 .bb-toast-messages-enable .bb-toast-messages .toast-messages-list .read-item,.bb-template-v2 .buddypress-wrap #group-create-body .bp-cover-image-status p.warning,.bb-template-v2.single .default-fi .entry-img{border-radius:6px} - -.bb-template-v2 #item-header.groups-header .bp-feedback.bp-feedback .bp-icon,.bb-template-v2 .bb-toast-messages-enable .bb-toast-messages .toast-messages-list .read-item.recent-item::before{border-radius:0 6px 6px 0} - -.bb-template-v2 #boss-media-create-album-popup .bb-model-footer,.bb-template-v2 #boss-video-create-album-popup .bb-model-footer,.bb-template-v2 #bp-media-uploader .bb-model-footer,.bb-template-v2 #buddypress .bp-media-document-uploader .document-uploader-footer,.bb-template-v2 #buddypress .bp-media-photo-uploader .media-uploader-footer,.bb-template-v2 #buddypress .bp-video-uploader .video-uploader-footer,.bb-template-v2 .bp-media-move-file .bb-model-footer,.bb-template-v2 .bp-media-move-folder .bb-model-footer,.bb-template-v2 .bp-video-move-file .bb-model-footer,.bb-template-v2 .bp-video-thumbnail-uploader .bb-model-footer,.bb-template-v2 .moderation-popup .bb-model-footer{border-top:0}@media (max-width:1024px){ - -.bb-template-v2 #buddypress .bb-document-theater .bb-media-model-inner .bb-media-info-section.document{border-radius:var(--bb-block-radius)}}@media screen and (max-width:767px){ - -.bb-template-v2 .bb-media-model-inner{border-radius:var(--bb-block-radius)} - -.bb-template-v2 #buddypress .bb-document-theater .bb-media-section,.bb-template-v2 .bb-media-model-wrapper .bb-media-section,.bb-template-v2 .bb-media-model-wrapper .bb-media-section figure .video-js{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0} - -.bb-template-v2 #buddypress .bb-media-model-wrapper.video-theatre .activity-list.bp-list,.bb-template-v2 .bb-document-theater .bb-media-info-section.document{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)}} - -.bb-template-v2 .modal-container{border-radius:var(--bb-block-radius)} - -.bb-template-v2 #bbpress-forums div.bbp-reply-content .bb-model-header,.bb-template-v2 .activity-form:not(.focus-in) .whats-new-form-header{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0} - -.bb-template-v2 .activity-update-form.media-off .activity-form:not(.focus-in) .whats-new-form-header{border-radius:var(--bb-block-radius)} - -.bb-template-v2 .bb-model-footer,.bb-template-v2 .bp-video-thumbnail-uploader .bb-model-footer{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)} - -.bb-template-v2 #whats-new-form #whats-new-toolbar,.bb-template-v2 #whats-new-form-placeholder #whats-new-toolbar{border-radius:0 0 var(--bb-block-radius) 0} - -.bb-template-v2 .widget{border-radius:var(--bb-block-radius);padding:1.25rem 1.25rem 1.5625rem 1.25rem} - -.bb-template-v2 .widget.bp-profile-search-widget{padding:0} - -.bb-template-v2 .widget h2,.bb-template-v2 .widget label{font-size:20px} - -.bb-template-v2 .widget label{text-transform:none} - -.bb-template-v2 .widget.widget_block .logged-out #loginform p input{border-radius:var(--bb-input-radius)} - -.bb-template-v2 .widget.widget_block .logged-out #loginform p input[type=submit]{width:auto;border-radius:var(--bb-input-radius)} - -.bb-template-v2 .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} - -.bb-template-v2 .widget.widget_rss .wp-block-rss li:not(:last-child){margin-bottom:15px} - -.bb-template-v2 .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} - -.bb-template-v2 .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} - -.bb-template-v2 .widget.widget_rss .wp-block-rss li .wp-block-rss__item-author{margin-top:8px;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} - -.bb-template-v2 .widget.activity_update .bp-feedback{border-radius:var(--bb-button-radius);border:none;background-color:var(--bb-content-alternate-background-color);margin:0} - -.bb-template-v2 .widget.activity_update .bp-feedback .bp-icon{display:none} - -.bb-template-v2 .widget.activity_update .bp-feedback p{padding:15px;color:var(--bb-alternate-text-color)} - -.bb-template-v2 .widget.widget_bp_groups_widget .widget-error{border-radius:var(--bb-button-radius);border:none;background-color:var(--bb-content-alternate-background-color);margin:0;padding:15px;color:var(--bb-alternate-text-color)} - -.bb-template-v2 .widget.widget_bp_groups_widget .item-options a{line-height:16.5px;letter-spacing:.25px} - -.bb-template-v2 .widget.widget_bp_groups_widget .item-options a.selected{border-bottom-width:2px} - -.bb-template-v2 .widget.widget_bp_core_whos_online_widget .item-options{margin-bottom:20px} - -.bb-template-v2 .widget.widget_bp_core_whos_online_widget .item-options a{font-weight:700;font-style:11px;color:var(--bb-alternate-text-color);line-height:16.5px} - -.bb-template-v2 .widget.widget_bp_core_whos_online_widget .item-options a .widget-num-count,.bb-template-v2 .widget.widget_bp_core_whos_online_widget .item-options a.selected{color:var(--bb-headings-color);color:var(--bb-alternate-text-color);border-bottom-width:2px} - -.bb-template-v2 .widget.widget_bp_core_whos_online_widget .item-options a.selected{color:var(--bb-headings-color)} - -.bb-template-v2 .widget.widget_bp_core_whos_online_widget .widget-error{border-radius:var(--bb-button-radius);border:none;background-color:var(--bb-content-alternate-background-color);margin:0;padding:15px;color:var(--bb-alternate-text-color)} - -.bb-template-v2 .widget.bp-profile-search-widget{padding:20px} - -.bb-template-v2 .widget.bp-profile-search-widget .widget-title{padding:0;border-bottom:none;margin-bottom:15px!important} - -.bb-template-v2 .widget.bp-profile-search-widget .bps-form{padding:0} - -.bb-template-v2 .widget.bp-profile-search-widget .bps-form .bps-textbox input{border-radius:var(--bb-button-radius)} - -.bb-template-v2 .widget.bp-profile-search-widget .bps-form .submit-wrapper .clear-from-wrap a{color:var(--bb-headings-color);position:relative;font-weight:500;-webkit-transition:all linear .2s;transition:all linear .2s} - -.bb-template-v2 .widget.bp-profile-search-widget .bps-form .submit-wrapper .clear-from-wrap a::before{content:"\ef50";font-family:bb-icons;display:inline-block;margin-left:3px;font-weight:300} - -.bb-template-v2 .widget.bp-profile-search-widget .bps-form .submit-wrapper .clear-from-wrap a:hover{color:var(--bb-primary-color);-webkit-transition:all linear .2s;transition:all linear .2s} - -.bb-template-v2 .widget.bp-profile-search-widget .bps-form .submit-wrapper .submit{width:100%;font-size:16px;line-height:19.09px;line-height:-.24px;-webkit-transition:all linear .2s;transition:all linear .2s;border-radius:var(--bb-button-radius);background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)} - -.bb-template-v2 .widget.bp-profile-search-widget .bps-form .submit-wrapper .submit:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.bb-template-v2 .widget.bp-profile-search-widget .bps-form .submit-wrapper .submit:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -.bb-template-v2 .widget.bp-profile-search-widget .bps-label{font-size:16px!important;color:var(--bb-headings-color)} - -.bb-template-v2 .widget.widget_display_forums .bb-sidebar-forums li .bbp-forum-title::before{border:none;height:9px;width:9px;top:0} - -.bb-template-v2 .widget.widget_display_forums .bb-sidebar-forums li .bb-sidebar-forums{border-right:2px solid var(--bb-content-border-color);margin-right:4px;padding-right:12px} - -.bb-template-v2 .widget.bb_widget_recent_posts .widget-title{margin-bottom:20px!important} - -.bb-template-v2 .widget.widget_bp_follow_following_widget .avatar-block .item-avatar img{width:42px;max-width:42px} - -.bb-template-v2 .widget.widget_bp_follow_follower_widget .avatar-block .item-avatar img{width:42px;max-width:42px} - -.bb-template-v2 .widget.widget_follow_us .bb-follow-links a{margin-left:4px;opacity:1;border-radius:100%;line-height:36px} - -.bb-template-v2 .widget.widget_follow_us .bb-follow-links a i{border:1px solid var(--bb-content-border-color);font-weight:400;border-radius:100%;color:var(--bb-headings-color);height:36px;width:36px;font-size:20px;padding:7px} - -.bb-template-v2 .widget.widget_follow_us .bb-follow-links a:hover i{background-color:var(--bb-headings-color);border-color:var(--bb-headings-color);color:var(--bb-content-background-color);font-weight:300;-webkit-transition:all linear .2s;transition:all linear .2s} - -.bb-template-v2 .widget.widget_categories .wp-block-categories-list li a{font-weight:500} - -.bb-template-v2 .elementor-widget.widget .elementor-widget-container>h5,.bb-template-v2 .widget-title,.bb-template-v2 .widgettitle,.bb-template-v2 h2.widget-title{font-size:1.25rem;margin-bottom:23px} - -.bb-template-v2 .elementor-widget.widget .elementor-widget-container>h5 .widget-num-count,.bb-template-v2 .widget-title .widget-num-count,.bb-template-v2 .widgettitle .widget-num-count,.bb-template-v2 h2.widget-title .widget-num-count{font-size:1rem;font-weight:400} - -.bb-template-v2 .bp-profile-search-widget .bps-form-title{margin:0;padding:1.4375rem 1rem 1.125rem} - -.bb-template-v2 .bp-profile-search-widget .bps-form{padding:1.125rem 1rem 1.375rem} - -.bb-template-v2 .elementor-widget-wrap div.item-options a,.bb-template-v2 .widget.buddypress div.item-options a{text-transform:uppercase;font-size:.6875rem;font-weight:700;padding-bottom:5px;color:var(--bb-alternate-text-color)} - -.bb-template-v2 .elementor-widget-wrap div.item-options a .widget-num-count,.bb-template-v2 .widget.buddypress div.item-options a .widget-num-count{font-size:.6875rem;padding-right:3px} - -.bb-template-v2 .elementor-widget-wrap div.item-options a.selected,.bb-template-v2 .widget.buddypress div.item-options a.selected{color:var(--bb-headings-color)} - -.bb-template-v2 .elementor-widget-wrap div.item-options,.bb-template-v2 .widget.buddypress div.item-options{border-bottom:0;margin-bottom:18px} - -.bb-template-v2 .elementor-widget-wrap div.item-options .selected,.bb-template-v2 .widget.buddypress div.item-options .selected{border-bottom-color:var(--bb-content-border-color)} - -.bb-template-v2 .more-block{text-align:right;margin:15px 0 0;height:auto;line-height:1em} - -.bb-template-v2 .more-block a.count-more{font-weight:700;font-size:12px;text-transform:uppercase;padding:8px 16px;border-radius:var(--bb-button-radius);display:inline-block;background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular)} - -.bb-template-v2 .more-block a.count-more:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -.bb-template-v2 .more-block a.count-more: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)} - -.bb-template-v2 .more-block a.count-more .bb-icon-angle-right{display:none} - -.bb-template-v2 .widget.widget_bp_groups_widget div.item-avatar a,.bb-template-v2 .widget.widget_bp_groups_widget div.item-avatar img{border-radius:15px} - -.bb-template-v2 .bb_widget_recent_posts .bb-recent-posts .entry-media.entry-img,.bb-template-v2 .elementor-widget-container .bb-recent-posts .entry-media.entry-img{border-radius:8px} - -.bb-template-v2 .widget_calendar,.bb-template-v2 .wp-block-calendar{position:relative} - -.bb-template-v2 .widget_calendar #wp-calendar,.bb-template-v2 .wp-block-calendar #wp-calendar{margin-top:14px;margin-bottom:0} - -.bb-template-v2 .widget_calendar #wp-calendar,.bb-template-v2 .widget_calendar #wp-calendar *,.bb-template-v2 .wp-block-calendar #wp-calendar,.bb-template-v2 .wp-block-calendar #wp-calendar *{border:none;font-weight:500;font-size:14px} - -.bb-template-v2 .widget_calendar #wp-calendar caption,.bb-template-v2 .wp-block-calendar #wp-calendar caption{padding-bottom:0;margin-bottom:25px;color:var(--bb-headings-color);font-size:18px;line-height:21.48px;text-transform:none} - -.bb-template-v2 .widget_calendar #wp-calendar thead th,.bb-template-v2 .wp-block-calendar #wp-calendar thead th{background:100% 0;text-align:center;padding:10px;font-size:12px;color:var(--bb-headings-color)} - -.bb-template-v2 .widget_calendar #wp-calendar tbody td,.bb-template-v2 .wp-block-calendar #wp-calendar tbody td{color:var(--bb-alternate-text-color);background:var(--bb-content-background-color);width:34px;height:34px;padding:0;vertical-align:middle;text-align:center;border-radius:var(--bb-button-radius)} - -.bb-template-v2 .widget_calendar #wp-calendar tbody td a,.bb-template-v2 .wp-block-calendar #wp-calendar tbody td a{font-weight:600;background:var(--bb-content-alternate-background-color);display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:var(--bb-button-radius);height:30px;width:30px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--bb-body-text-color);text-decoration:none;margin:2.5px;-webkit-transition:all linear .2s;transition:all linear .2s}@media only screen and (max-width:800px){ - -.bb-template-v2 .widget_calendar #wp-calendar tbody td a,.bb-template-v2 .wp-block-calendar #wp-calendar tbody td a{margin:0 auto}} - -.bb-template-v2 .widget_calendar #wp-calendar tbody td a:hover,.bb-template-v2 .wp-block-calendar #wp-calendar tbody td a:hover{background-color:var(--bb-primary-color);color:var(--bb-content-background-color);-webkit-transition:all linear .2s;transition:all linear .2s} - -.bb-template-v2 .widget_calendar #wp-calendar tbody td#today,.bb-template-v2 .wp-block-calendar #wp-calendar tbody td#today{background-color:var(--bb-primary-color);color:var(--bb-content-background-color)} - -.bb-template-v2 .widget_calendar .wp-calendar-nav,.bb-template-v2 .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;position:absolute;top:28px;right:0;width:100%;padding:0} - -.bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad),.bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad){height:38px;width:38px} - -.bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad) a,.bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad) a{height:38px;width:38px;border-radius:100%;display:-webkit-box;display:-ms-flexbox;display:flex;background:var(--bb-content-alternate-background-color);font-size:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all linear .2s;transition:all linear .2s;text-decoration:none} - -.bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad) a::before,.bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad) a::before{font-family:bb-icons;font-weight:300;color:#000;font-size:16px} - -.bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad) a:hover,.bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad) a:hover{background-color:var(--bb-primary-color);-webkit-transition:all linear .2s;transition:all linear .2s} - -.bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad) a:hover::before,.bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad) a:hover::before{color:var(--bb-content-background-color);-webkit-transition:all linear .2s;transition:all linear .2s} - -.bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad).wp-calendar-nav-prev a::before,.bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad).wp-calendar-nav-prev a::before{content:"\e8ab"} - -.bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad).wp-calendar-nav-next a::before,.bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad).wp-calendar-nav-next a::before{content:"\e827"} - -.bb-template-v2 .wp-block-group .wp-block-calendar .wp-calendar-nav{top:-8px} - -.bb-template-v2 .content-area :not(.widget_block)>.wp-block-archives,.bb-template-v2 .content-area :not(.widget_block)>.wp-block-calendar,.bb-template-v2 .content-area :not(.widget_block)>.wp-block-categories-list,.bb-template-v2 .content-area :not(.widget_block)>.wp-block-latest-comments,.bb-template-v2 .content-area :not(.widget_block)>.wp-block-latest-posts,.bb-template-v2 .content-area :not(.widget_block)>.wp-block-page-list,.bb-template-v2 .content-area :not(.widget_block)>.wp-block-rss,.bb-template-v2 .content-area :not(.widget_block)>.wp-block-search,.bb-template-v2 .content-area :not(.widget_block)>.wp-block-tag-cloud{border-radius:10px} - -.bb-template-v2 .widget_search input.search,.bb-template-v2 .widget_search input[name=bbp_search],.bb-template-v2 .widget_search input[type=search],.bb-template-v2 .wp-block-search input.search,.bb-template-v2 .wp-block-search input[name=bbp_search],.bb-template-v2 .wp-block-search input[type=search]{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius);background-color:var(--bb-content-background-color)} - -.bb-template-v2 .widget_search .wp-block-search__button,.bb-template-v2 .wp-block-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:var(--bb-input-radius);margin-right:10px;padding-right:15px;padding-left:15px;-webkit-transition:all linear .2s;transition:all linear .2s} - -.bb-template-v2 .widget_search .wp-block-search__button:focus,.bb-template-v2 .wp-block-search .wp-block-search__button:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.bb-template-v2 .widget_search .wp-block-search__button:hover,.bb-template-v2 .wp-block-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);-webkit-transition:all linear .2s;transition:all linear .2s} - -.bb-template-v2 .wp-block-archives li{margin-bottom:5px;padding:8px 10px;border-radius:var(--bb-button-radius);font-weight:500;-webkit-transition:all linear .2s;transition:all linear .2s;position:relative} - -.bb-template-v2 .wp-block-archives li a{font-weight:500} - -.bb-template-v2 .wp-block-archives li a::before{position:absolute;content:"";inset:0} - -.bb-template-v2 .wp-block-archives li:hover{-webkit-transition:all linear .2s;transition:all linear .2s;background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color)} - -.bb-template-v2 .wp-block-archives li:hover a{color:var(--bb-headings-color);-webkit-transition:all linear .2s;transition:all linear .2s} - -.bb-template-v2 .wp-block-archives li:hover a:hover{background-color:transparent;color:var(--bb-headings-color)} - -.bb-template-v2 .wp-block-archives li.active{background-color:var(--bb-primary-button-background-regular);color:var(--bb-content-background-color)} - -.bb-template-v2 .wp-block-archives li.active a{color:var(--bb-content-background-color)} - -.bb-template-v2 .wp-block-archives-dropdown select{border-radius:var(--bb-input-radius);border-color:var(--bb-content-border-color);font-size:14px} - -.bb-template-v2 .wp-block-archives-dropdown select:focus{box-shadow:none} - -.bb-template-v2 .wp-block-rss{margin-right:-5px} - -.bb-template-v2 .wp-block-rss li:not(:last-child) a{margin-bottom:5px} - -.bb-template-v2 .wp-block-rss li a{padding:8px 10px;border-radius:var(--bb-button-radius);font-weight:500;display:inline-block} - -.bb-template-v2 .wp-block-rss li a:hover{background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color)} - -.bb-template-v2 .wp-block-rss li ul{margin-right:20px} - -.bb-template-v2 .wp-block-rss li.current-menu-item>a,.bb-template-v2 .wp-block-rss li.current_page_item>a{background-color:var(--bb-primary-color);color:var(--bb-body-background-color);font-weight:600} - -.bb-template-v2 .widget_product_tag_cloud .wp-block-tag-cloud,.bb-template-v2 .widget_tag_cloud .wp-block-tag-cloud{margin-bottom:0} - -.bb-template-v2 .widget_product_tag_cloud a,.bb-template-v2 .widget_tag_cloud a{background:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-alternate-background-color);color:var(--bb-body-text-color);border-radius:6px;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} - -.bb-template-v2 .widget_product_tag_cloud a:hover,.bb-template-v2 .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} - -.bb-template-v2 .widget_product_tag_cloud a .tag-link-count,.bb-template-v2 .widget_tag_cloud a .tag-link-count{opacity:.7} - -.bb-template-v2 .widget.widget_bp_profile_completion_widget{padding-bottom:25px} - -.bb-template-v2 .widget .widget-title{letter-spacing:-.24px} - -.bb-template-v2 .bbp-stats .bbp-count{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between} - -.bb-template-v2 .bbp-stats .bbp-count strong{font-size:18px;line-height:24px;font-weight:600;color:var(--bb-headings-color)} - -.bb-template-v2 .bbp-stats .bbp-count i{display:inline-block;font-size:24px} - -.bb-template-v2 ul.bbp-stats{margin:0} - -.bb-template-v2 ul.bbp-stats li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;background-color:var(--bb-content-alternate-background-color);border-radius:8px;padding:15px;margin-bottom:8px} - -.bb-template-v2 ul.bbp-stats h4{font-size:14px;font-weight:400;line-height:21px;color:var(--bb-body-text-color);text-align:right;margin:0;padding:0;min-height:auto} - -.bb-template-v2 .wp-block-latest-posts .wp-block-latest-posts__featured-image img{border-radius:8px} - -.bb-template-v2 .widget.widget_block .wp-block-latest-posts ul li a{padding-right:0;padding-left:0} - -.bb-template-v2 .widget.widget_nav_menu ul li{margin:2px -7px} - -.bb-template-v2 .widget.widget_nav_menu ul li ul li{margin:2px 0} - -.bb-template-v2 .widget.widget_nav_menu ul a{padding:8px 10px} - -.bb-template-v2 .widget.widget_nav_menu ul a:hover{background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color)} - -.bb-template-v2 .widget.widget_nav_menu ul a i{color:var(--bb-alternate-text-color)} - -.bb-template-v2 .widget.widget_nav_menu ul li.current-menu-item a{background-color:var(--bb-primary-color);color:var(--bb-body-background-color)} - -.bb-template-v2 .widget.widget_nav_menu ul li.current-menu-item a i{color:var(--bb-body-background-color)} - -.bb-template-v2 .bs-styled-radio:checked+.bb-radio-label::after,.bb-template-v2 .bs-styled-radio:checked+label::after{display:none} - -.bb-template-v2 .bs-styled-radio:checked+.bb-radio-label::before,.bb-template-v2 .bs-styled-radio:checked+label::before{border-width:6px;border-color:var(--bb-primary-color)} - -.bb-template-v2 .bb-radio-style input[type=radio]:checked+span::before{border:6px solid var(--bb-primary-color)} - -.bb-template-v2 .bb-radio-style input[type=radio]:checked+span::after{display:none} - -.bb-template-v2 input[type=radio]:focus{box-shadow:none} - -.bb-template-v2 .member-media select#bb-album-privacy:focus,.bb-template-v2 .member-media select#bb-media-privacy:focus,.bb-template-v2 .widget.widget_search input.search:focus,.bb-template-v2 .widget_search input[name=bbp_search]:focus,.bb-template-v2 .widget_search input[type=search]:focus,.bb-template-v2 .wp-block-search input[name=bbp_search]:focus,.bb-template-v2 .wp-block-search input[type=search]:focus,.bb-template-v2.woocommerce #content table.cart td.actions .input-text:focus,.bb-template-v2.woocommerce table.cart td.actions .input-text:focus,.bb-template-v2.woocommerce-page #content table.cart td.actions .input-text:focus,.bb-template-v2.woocommerce-page table.cart td.actions .input-text:focus{border-color:var(--bb-input-focus-border-color);border-width:1px;box-shadow:var(--bb-input-focus-shadow)} - -.bb-template-v2 .buddypress-wrap .select-wrap:focus-within{border-color:var(--bb-input-focus-border-color);border-width:1px;box-shadow:var(--bb-input-focus-shadow)} - -.bb-template-v2 .bs-forums-banner-wrap input:focus{box-shadow:none} - -.bb-template-v2 .bp-navs:not(.bp-subnavs) ul li.selected a{border-bottom:0} - -.bb-template-v2 #buddypress .dir-form.bp-search-results-wrapper,.bb-template-v2 .bp-profile-wrapper,.bb-template-v2 .buddypress-wrap .bp-settings-container,.bb-template-v2 .buddypress-wrap:not(.bp-single-vert-nav) .bp-manage-group-container{border:0;background-color:transparent} - -.bb-template-v2.groups.group-admin #buddypress.bp-single-vert-nav #item-body #group-settings-form{border:0} - -.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a,.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a,.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs .current a,.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs .selected a,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .current a,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .selected a{background-color:var(--bb-primary-color);color:var(--bb-body-background-color)} - -.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a::before,.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a::before,.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs .current a::before,.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs .selected a::before,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .current a::before,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .selected a::before{color:var(--bb-body-background-color)} - -.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a:hover,.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a:hover,.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs .current a:hover,.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs .selected a:hover,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .current a:hover,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .selected a:hover{background-color:var(--bb-primary-color);color:var(--bb-body-background-color)} - -.bb-template-v2 .bp-search-results-wrapper .bp-navs li a,.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs li a,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs li a{padding:13px 20px;line-height:14px;color:var(--bb-headings-color);border:0;background-color:transparent;margin-bottom:1px} - -.bb-template-v2 .bp-search-results-wrapper .bp-navs li a::before,.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs li a::before,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs li a::before{color:var(--bb-alternate-text-color)} - -.bb-template-v2 .bp-search-results-wrapper .bp-navs li a:hover,.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs li a:hover,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs li a:hover{color:var(--bb-headings-color);border:0} - -.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs li a{padding:13px 20px;line-height:14px;color:var(--bb-headings-color);border:0;background-color:transparent;margin-bottom:1px} - -.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs li a::before{color:var(--bb-alternate-text-color)} - -.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs li a:hover{color:var(--bb-headings-color);border:0} - -.bb-template-v2.groups.group-admin #buddypress #item-body #group-settings-form{border:1px solid var(--bb-content-border-color)} - -.bb-template-v2.groups.group-admin .bp-navs.group-subnav{border:0;background-color:transparent;padding:0 0 0 25px} - -.bb-template-v2.groups.group-admin .bp-navs.group-subnav a{border-radius:6px;background-color:transparent} - -.bb-template-v2.groups.group-admin .bp-navs.group-subnav a:hover{background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color)} - -.bb-template-v2.groups.group-admin .bp-navs.group-subnav .current a,.bb-template-v2.groups.group-admin .bp-navs.group-subnav .selected a{background-color:var(--bb-primary-color);border:0;color:var(--bb-body-background-color)} - -.bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav .selected a{color:var(--bb-primary-color)} - -.bb-template-v2.groups.group-admin #buddypress.buddypress-wrap.bp-single-vert-nav #item-body{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color);padding-left:20px} - -.bb-template-v2.groups.group-admin #buddypress.buddypress-wrap.bp-single-vert-nav #item-body,.bb-template-v2.messages .bp-single-vert-nav #item-body{margin-right:20px} - -.bb-template-v2 #buddypress .bp-search-results-wrapper .search_results,.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper:not(.need-separator) .bp-profile-content{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color)} - -.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav,.bb-template-v2 .bp-search-results-wrapper .bp-navs{border:0;background-color:transparent;padding:0 0 0 25px} - -.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav a,.bb-template-v2 .bp-search-results-wrapper .bp-navs a{border-radius:6px;background-color:transparent} - -.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav a::before,.bb-template-v2 .bp-search-results-wrapper .bp-navs a::before{color:var(--bb-alternate-text-color)} - -.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav a:hover,.bb-template-v2 .bp-search-results-wrapper .bp-navs a:hover{background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color)} - -.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .current a,.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .selected a,.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a,.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a{background-color:var(--bb-primary-color);border:0;color:var(--bb-body-background-color)} - -.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .current a::after,.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .selected a::after,.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a::after,.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a::after{display:none} - -.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .current a::before,.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .selected a::before,.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a::before,.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a::before{color:var(--bb-body-background-color)} - -.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .current a .count,.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .selected a .count,.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a .count,.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a .count{background-color:var(--bb-body-background-color);color:var(--bb-primary-color)} - -.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a,.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a{border-top:0;border-bottom:0;padding:10px 20px} - -.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a:hover,.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a:hover{border-top:0;border-bottom:0} - -.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a:hover .count,.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a:hover .count{background-color:var(--bb-body-background-color);color:var(--bb-primary-color)} - -.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs{border:0;background-color:transparent;padding:0 0 0 25px} - -.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs a,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs a{border-radius:6px} - -.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs a:hover,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs a:hover{background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color)} - -.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs .selected a,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .selected a{background-color:var(--bb-primary-color);border:0;color:var(--bb-body-background-color)} - -.bb-template-v2 .bp-invites-container .bb-bp-invites-content{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color)}@media screen and (max-width:46.8em){ - -.bb-template-v2 nav#object-nav.bb-single-main-nav--vertical{border:0;padding:0}}@media screen and (min-width:46.8em){ - -.bb-template-v2 .bp-single-vert-nav .bp-wrap:not(.bp-fullwidth-wrap){border:0;background-color:transparent} - -.bb-template-v2 nav#object-nav.bb-single-main-nav--vertical{border-left:0;padding-left:10px;padding-top:0;background-color:transparent} - -.bb-template-v2 nav#object-nav.bb-single-main-nav--vertical a{border-radius:6px} - -.bb-template-v2 nav#object-nav.bb-single-main-nav--vertical a:hover{background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color)} - -.bb-template-v2 #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap nav#object-nav.vertical li.selected,.bb-template-v2 nav#object-nav.bb-single-main-nav--vertical .selected,.bb-template-v2 nav#object-nav.vertical .selected{border-radius:6px} - -.bb-template-v2 #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap nav#object-nav.vertical li.selected>a,.bb-template-v2 nav#object-nav.bb-single-main-nav--vertical .selected>a,.bb-template-v2 nav#object-nav.vertical .selected>a{background-color:var(--bb-primary-color);border:0;color:var(--bb-body-background-color)} - -.bb-template-v2 #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap nav#object-nav.vertical li.selected>a .count,.bb-template-v2 nav#object-nav.bb-single-main-nav--vertical .selected>a .count,.bb-template-v2 nav#object-nav.vertical .selected>a .count{background-color:var(--bb-body-background-color);color:var(--bb-primary-color)} - -.bb-template-v2 #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap nav#object-nav.vertical ul li.selected a:hover{background-color:var(--bb-primary-color);color:var(--bb-body-background-color)} - -.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .selected::after{background-color:transparent}} - -.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav,.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav{border-bottom:1px solid var(--bb-content-border-color);display:block;padding:15px 20px 13px} - -.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav li.bp-groups-tab,.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav li.bp-groups-tab{margin-top:0} - -.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav li:not(:last-child),.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav li:not(:last-child){padding-left:10px} - -.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav #bp-zoom-switch-type,.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav #bp-zoom-switch-type{margin-top:-4px} - -.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav #bp-zoom-switch-type>a,.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav #bp-zoom-switch-type>a{background-color:transparent;border-radius:0;border:0} - -.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav #bp-zoom-switch-type>a:first-child,.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav #bp-zoom-switch-type>a:first-child{border-left:1px solid var(--bb-content-border-color)} - -.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav #sync-meetings-groups-li,.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav #sync-webinars-groups-li,.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav #sync-meetings-groups-li,.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav #sync-webinars-groups-li{margin-top:-2px} - -.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav #meetings-sync,.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav #webinars-sync,.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav #meetings-sync,.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav #webinars-sync{background-color:transparent} - -.bb-template-v2 .buddypress-wrap .item-body #subnav ul li{margin-bottom:5px} - -.bb-template-v2 .bb-profile-grid.bb-grid #subnav.bp-navs .sub-menu li{margin-bottom:0} - -.buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav #meetings-sync,.buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav #webinars-sync{color:var(--bb-primary-color);border:transparent} - -.bb-template-v2 .bp-dir-hori-nav:not(.bp-vertical-navs) nav#object-nav{background-color:transparent;border:0;padding:0;margin-top:5px;margin-bottom:22px} - -.bb-template-v2 .bp-dir-hori-nav:not(.bp-vertical-navs) nav#object-nav>ul>li>a:not(.more-button){padding:20px 0 2px} - -.bb-template-v2 .bp-dir-hori-nav:not(.bp-vertical-navs) nav#object-nav a.more-button{padding:23px 0 2px} - -.bb-template-v2 nav#object-nav .selected>a{border:0} - -.bb-template-v2 nav#object-nav>ul>li>a .bb-single-nav-item-point{border-bottom:2px solid transparent;padding-bottom:10px} - -.bb-template-v2 nav#object-nav>ul>.selected>a .bb-single-nav-item-point{border-bottom:2px solid var(--bb-primary-color);padding-bottom:10px} - -.bb-template-v2 nav#object-nav>ul>.selected>a .bb-single-nav-item-point{border-bottom:2px solid var(--bb-primary-color);padding-bottom:10px}@media screen and (min-width:46.8em){ - -.bb-template-v2 nav#object-nav.bb-single-main-nav--vertical>ul>li>a .bb-single-nav-item-point{padding-bottom:0;border:0}} - -.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav#subnav,.bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav{border-bottom:0} - -.bb-template-v2 .bp-single-vert-nav .subnav li.current a,.bb-template-v2 .bp-single-vert-nav .subnav li.selected a,.bb-template-v2 .subnav li.current a,.bb-template-v2 .subnav li.selected a,.bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav li.current a,.bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav li.selected a,.bb-template-v2.groups .bp-single-vert-nav .subnav li.current a,.bb-template-v2.groups .bp-single-vert-nav .subnav li.selected a,.bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li.current a,.bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li.selected a{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);color:var(--bb-headings-color)} - -.bb-template-v2 .bp-single-vert-nav .subnav li.current a:hover,.bb-template-v2 .bp-single-vert-nav .subnav li.selected a:hover,.bb-template-v2 .subnav li.current a:hover,.bb-template-v2 .subnav li.selected a:hover,.bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav li.current a:hover,.bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav li.selected a:hover,.bb-template-v2.groups .bp-single-vert-nav .subnav li.current a:hover,.bb-template-v2.groups .bp-single-vert-nav .subnav li.selected a:hover,.bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li.current a:hover,.bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li.selected a:hover{background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color)} - -.bb-template-v2 .bp-single-vert-nav .subnav li,.bb-template-v2 .subnav li,.bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav li,.bb-template-v2.groups .bp-single-vert-nav .subnav li,.bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li{padding-left:10px} - -.bb-template-v2 .bp-single-vert-nav .subnav li:not(:last-child),.bb-template-v2 .subnav li:not(:last-child),.bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav li:not(:last-child),.bb-template-v2.groups .bp-single-vert-nav .subnav li:not(:last-child),.bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li:not(:last-child){padding-left:10px} - -.bb-template-v2 .bp-single-vert-nav .subnav li a,.bb-template-v2 .subnav li a,.bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav li a,.bb-template-v2.groups .bp-single-vert-nav .subnav li a,.bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li a{padding:0 15px;line-height:29px;border-radius:6px;border:1px solid transparent;color:var(--bb-body-body-text-color);background-color:var(--bb-content-alternate-background-color);margin:0} - -.bb-template-v2 .bp-single-vert-nav .subnav li a:hover,.bb-template-v2 .subnav li a:hover,.bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav li a:hover,.bb-template-v2.groups .bp-single-vert-nav .subnav li a:hover,.bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li a:hover{border:1px solid var(--bb-content-border-color)} - -.bb-template-v2 .bb-profile-grid.bb-grid #subnav.bp-navs .subnav a.more-button{background-color:transparent;border:0;padding:5px 0 0} - -.bb-template-v2 .bb-profile-grid.bb-grid #subnav.bp-navs .subnav .more-button.active::after{display:none} - -.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs li{padding-left:0} - -.bb-template-v2 .bp-messages-container .subnav li a{border:0;padding:0;color:var(--bb-headings-color);background:100% 0} - -.bb-template-v2 .bp-messages-container .subnav li a:focus,.bb-template-v2 .bp-messages-container .subnav li a:hover{background-color:transparent;color:var(--bb-primary-color)} - -.bb-template-v2 #subnav li:not(.current) a:focus,.bb-template-v2 #subnav li:not(.current) a:hover,.bb-template-v2 #subnav li:not(.selected) a:focus,.bb-template-v2 #subnav li:not(.selected) a:hover{color:var(--bb-headings-color);background-color:var(--bb-content-alternate-background-color)} - -.bb-template-v2 .messages-wrapper #subnav #compose-action-personal-li .bb_more_options_action:hover,.bb-template-v2 .messages-wrapper #subnav #compose-personal-li a:hover{background:100% 0;color:var(--bb-primary-color)} - -.bb-template-v2.groups.group-messages .bp-single-vert-nav #item-body #subnav .subnav{margin:0;padding:15px 0}@media screen and (max-width:900px){ - -.bb-template-v2 #buddypress .bp-settings-container .bp-navs li a{padding:10px 15px}} - -.bb-template-v2 .woocommerce .bsMyAccount{background-color:transparent;border:0} - -.bb-template-v2 .woocommerce .woocommerce-MyAccount-content{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius)} - -.bb-template-v2 .woocommerce-MyAccount-navigation{padding-left:30px} - -.bb-template-v2 .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading{display:none} - -.bb-template-v2 .woocommerce .woocommerce-MyAccount-navigation ul li a{border-radius:6px} - -.bb-template-v2 .woocommerce .woocommerce-MyAccount-navigation ul li a:hover{color:var(--bb-headings-color)} - -.bb-template-v2 .woocommerce .woocommerce-MyAccount-navigation ul li a::before{color:var(--bb-alternate-text-color)} - -.bb-template-v2 .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a{background-color:var(--bb-primary-color);color:var(--bb-body-background-color)} - -.bb-template-v2 .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a::before{color:var(--bb-body-background-color)}@media screen and (max-width:800px){ - -.bb-template-v2 .woocommerce-MyAccount-navigation{padding-left:0} - -.bb-template-v2 .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading{display:block}} - -.bb-template-v2 .lifterlms .llms-student-dashboard{border:0} - -.bb-template-v2 .llms-student-dashboard .llms-student-dashboard__frame{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius)} - -.bb-template-v2 .lifterlms .llms-sd-header{background-color:transparent;border:0;padding-left:30px} - -.bb-template-v2 .lifterlms .llms-sd-header .llms-sd-items{padding:0} - -.bb-template-v2 .llms-sd-items li.llms-sd-item{border-radius:6px} - -.bb-template-v2 .llms-sd-items li.llms-sd-item:hover{background-color:var(--bb-content-alternate-background-color)} - -.bb-template-v2 .lifterlms .llms-student-dashboard .llms-sd-link:hover{color:var(--bb-headings-color)} - -.bb-template-v2 .lifterlms .llms-student-dashboard .llms-sd-link::before{color:var(--bb-alternate-text-color)} - -.bb-template-v2 .llms-sd-items li.llms-sd-item.current:hover{background-color:var(--bb-primary-color)} - -.bb-template-v2 .llms-sd-items .current{background-color:var(--bb-primary-color)} - -.bb-template-v2 .llms-sd-items .current:hover{background-color:var(--bb-primary-color)} - -.bb-template-v2 .llms-sd-items .current .llms-sd-link{color:var(--bb-body-background-color)} - -.bb-template-v2 .llms-sd-items .current .llms-sd-link:hover{color:var(--bb-body-background-color)} - -.bb-template-v2 .llms-sd-items .current .llms-sd-link::before{color:var(--bb-body-background-color)} - -.bb-template-v2 .bp-navs ul:not(.subnav) li.selected a{border-bottom:0} - -.bb-template-v2 .bb-courses-directory .bp-navs>ul>li>a,.bb-template-v2 .lifterlms-course-list .bp-navs.bp-subnavs>ul>li>a{padding-bottom:0} - -.bb-template-v2 .lifterlms-course-list .bp-navs.bp-subnavs>ul>li{padding-left:15px} - -.bb-template-v2 .bp-navs>ul>li a .bb-component-nav-item-point{border-bottom:2px solid transparent;padding-bottom:10px} - -.bb-template-v2 .bp-navs>ul>li.current a .bb-component-nav-item-point,.bb-template-v2 .bp-navs>ul>li.selected a .bb-component-nav-item-point{border-bottom:2px solid var(--bb-primary-color)} - -.bb-template-v2 .bp-navs>ul>li.current:hover .bb-component-nav-item-point,.bb-template-v2 .bp-navs>ul>li.selected:hover .bb-component-nav-item-point,.bb-template-v2 .bp-subnavs>ul>li.current:hover .bb-component-nav-item-point,.bb-template-v2 .bp-subnavs>ul>li.selected:hover .bb-component-nav-item-point{color:var(--bb-primary-color)} - -.bb-template-v2 .buddypanel{padding-right:10px;padding-left:10px} - -.bb-template-v2 ul.buddypanel-menu>li>a>i~span:not(.count){margin-right:-5px;vertical-align:middle} - -.bb-template-v2 .buddypanel #site-logo{padding-right:10px;padding-left:10px} - -.bb-template-v2 .buddypanel .bb-toggle-panel{padding-right:8px;padding-left:8px;min-width:48px;border-radius:6px} - -.bb-template-v2 .buddypanel .bb-toggle-panel:hover{background-color:var(--bb-sidenav-menu-background-color-hover)} - -.bb-template-v2 .side-panel-menu li{min-height:50px} - -.bb-template-v2 .side-panel-menu a{padding:13px 0;width:-webkit-calc(100% - 20px);width:calc(100% - 20px);border-radius:6px} - -.bb-template-v2 .side-panel-menu>li:not(.current-menu-item)>a:hover{background-color:var(--bb-sidenav-alt-background);color:var(--bb-sidenav-links)} - -.bb-template-v2 .side-panel-menu>li:not(.current-menu-item)>a:hover i{color:var(--bb-sidenav-links)} - -.bb-template-v2 .side-panel-menu .current-menu-parent.current-menu-item>a,.bb-template-v2 .side-panel-menu>.current-menu-item>a{background-color:var(--bb-sidenav-menu-background-color-active);color:var(--bb-sidenav-text-active)} - -.bb-template-v2 .side-panel-menu .current-menu-parent.current-menu-item>a span.count,.bb-template-v2 .side-panel-menu>.current-menu-item>a span.count{background-color:var(--bb-sidenav-count-background-color-active);color:var(--bb-sidenav-count-text-color-active)} - -.bb-template-v2 .side-panel-menu .current-menu-parent.current-menu-item>a>.bs-submenu-toggle,.bb-template-v2 .side-panel-menu>.current-menu-item>a>.bs-submenu-toggle{color:var(--bb-sidenav-text-active)} - -.bb-template-v2 .side-panel-menu .current-menu-parent.current-menu-item>a:hover,.bb-template-v2 .side-panel-menu>.current-menu-item>a:hover{background-color:var(--bb-sidenav-menu-background-color-active);color:var(--bb-sidenav-text-active)} - -.bb-template-v2 .side-panel-menu .current-menu-parent.current-menu-item>a:hover span.count,.bb-template-v2 .side-panel-menu>.current-menu-item>a:hover span.count{background-color:var(--bb-sidenav-count-background-color-active);color:var(--bb-sidenav-count-text-color-active)} - -.bb-template-v2 .side-panel-menu .current-menu-parent.current-menu-item>a:hover>.bs-submenu-toggle,.bb-template-v2 .side-panel-menu>.current-menu-item>a:hover>.bs-submenu-toggle{color:var(--bb-sidenav-text-active)} - -.bb-template-v2 .side-panel-menu .current-menu-parent.current-menu-item+.current-menu-item,.bb-template-v2 .side-panel-menu>.current-menu-item+.current-menu-item{margin-top:5px} - -.bb-template-v2 .side-panel-menu>.current-menu-item>a,.bb-template-v2 .side-panel-menu>.current-menu-item>i{color:var(--bb-sidenav-text-active)} - -.bb-template-v2 .side-panel-menu>.current-menu-item>a:hover i{color:var(--bb-sidenav-text-active)} - -.bb-template-v2 .side-panel-menu>.current-menu-item .sub-menu a{color:var(--bb-sidenav-text-regular);background-color:var(--bb-sidenav-menu-background-color-regular)} - -.bb-template-v2 .side-panel-menu>.current-menu-item .sub-menu .current-menu-item>a{background-color:var(--bb-sidenav-menu-background-color-active);color:var(--bb-sidenav-text-active)} - -.bb-template-v2 .side-panel-menu>.current-menu-item .sub-menu .current-menu-item>a span.count{background-color:var(--bb-sidenav-count-background-color-active);color:var(--bb-sidenav-count-text-color-active)} - -.bb-template-v2 .side-panel-menu>.current-menu-item .sub-menu .current-menu-item>a>.bs-submenu-toggle{color:var(--bb-sidenav-text-active)} - -.bb-template-v2 .side-panel-menu .sub-menu a{width:-webkit-calc(100% - 42px);width:calc(100% - 42px)} - -.bb-template-v2 .widget.widget_block ul.buddypanel-menu-block li a,.bb-template-v2 ul.buddypanel-menu-block li a{border-radius:6px;font-weight:400} - -.bb-template-v2 .widget.widget_block ul.buddypanel-menu-block li a>span,.bb-template-v2 ul.buddypanel-menu-block li a>span{font-weight:500} - -.bb-template-v2 .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 span.count{background-color:var(--bb-content-background-color);color:var(--bb-primary-color)} - -.bb-template-v2 .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.buddypanel-open ul.buddypanel-menu.has-section-menu:not(.mobile-menu)>li:not(.bb-menu-section){margin-right:12px} - -.bb-template-v2 .content-area ul.buddypanel-menu.has-section-menu:not(.mobile-menu){margin-top:5px} - -.bb-template-v2 .content-area .side-panel-inner.is_block ul.buddypanel-menu.has-section-menu li:not(.bb-menu-section)>a{width:-webkit-calc(100% - 12px);width:calc(100% - 12px)} - -.bb-template-v2 .content-area .side-panel-inner.is_block ul.buddypanel-menu.has-section-menu li:not(.bb-menu-section)>a .bs-submenu-toggle{left:22px} - -.bb-template-v2.buddypanel-open .buddypanel ul.buddypanel-menu.has-section-menu>li:not(.bb-menu-section)>a{width:-webkit-calc(100% - 45px);width:calc(100% - 45px)} - -.bb-template-v2 .side-panel-inner.is_block .buddypanel-menu-block li.bb-menu-section a{padding-right:20px} - -.bb-template-v2 .side-panel-inner.is_block .buddypanel-menu-block li.bb-menu-section~li:not(.bb-menu-section)>a{width:100%} - -.bb-template-v2 .buddypanel-menu>li>.bb-menu-item>i:not(.bb-icon-angle-down){font-size:24px;min-width:48px} - -body.bb-template-v2.bb-buddypanel:not(.buddypanel-open).bb-sfwd-aside .buddypanel{padding:0} - -body.bb-template-v2:not(.buddypanel-open) .buddypanel .buddypanel-site-icon{padding:15px 2px 25px} - -body.bb-template-v2:not(.buddypanel-open) .buddypanel.buddypanel--toggle-off .buddypanel-site-icon{padding-top:20px} - -.bb-template-v2.buddypanel-open .buddypanel .side-panel-inner li:not(.current-menu-item) a i:not(.bb-icon-angle-down){opacity:.5} - -.bb-template-v2.buddypanel-open .buddypanel .side-panel-inner li.current-menu-item>a>i:not(.bb-icon-angle-down){opacity:1} - -.bb-template-v2 ul.buddypanel-menu>li>a>img:first-child{margin:0 14px 0 9px} - -.bb-template-v2.buddypanel-open ul.buddypanel-menu.mobile-menu>li>a>img:first-child{margin-left:13px} - -.bb-template-v2 .bb-about-instructor h4,.bb-template-v2 .bb-single-course-sidebar h4,.bb-template-v2 .learndash-wrapper .ld-section-heading h2{text-transform:none} - -.bb-template-v2 .learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading h2,.bb-template-v2 .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading h2{font-size:20px} - -.bb-template-v2 .bb-about-instructor h4{font-size:20px} - -.bb-template-v2 .bb-single-course-sidebar h4{font-size:18px} - -.bb-template-v2 .bb-llms-content-wrap .comments-title,.bb-template-v2 .bb-llms-content-wrap .review_title,.bb-template-v2.single-course.llms-pointer .lifterlms_course_information h3,.bb-template-v2.single-course.llms-pointer .llms-instructor-info h3,.bb-template-v2.single-course.llms-pointer .llms-meta-info h3{text-transform:none} - -.bb-template-v2 .bb-llms-content-wrap .comments-title,.bb-template-v2 .bb-llms-content-wrap .review_title,.bb-template-v2.single-course.llms-pointer .llms-instructor-info h3,.bb-template-v2.single-course.llms-pointer .llms-meta-info h3{font-size:18px} - -.bb-template-v2.single-course.llms-pointer .lifterlms_course_information h3{font-size:16px} \ No newline at end of file +.bb-template-v2 .site-header .bb-header-loader{margin:.625rem 0 1.25rem}.bb-template-v2 .notification-dropdown{border-radius:10px}.bb-template-v2 .notification-content .posted,.bb-template-v2 .notification-content .typing-indicator{font-weight:400}.bb-template-v2 .notification-wrap.menu-item-has-children>a:before{display:none}.bb-template-v2 .notification-header{padding:1.25rem .9375rem .9375rem}.bb-template-v2 .notification-header .title{font-weight:600}.bb-template-v2 .site-header .notification-list{padding:0 .625rem}.bb-template-v2 .notification-header{border-bottom:0}.bb-template-v2 .notification-wrap .notification-list li{border-bottom:0;border-radius:6px;padding:.75rem .625rem}.bb-template-v2 .notification-wrap .notification-list li.unread:before{left:18px}.bb-template-v2 .notification-wrap .notification-list li.bs-item-wrap{background-color:var(--bb-content-alternate-background-color)}.bb-template-v2 .notification-wrap .notification-list li.bs-item-wrap:hover{background-color:var(--bb-content-alternate-background-color)}.bb-template-v2 .notification-wrap .notification-list li.bs-item-wrap .notification-content{padding:.3125rem 0}.bb-template-v2 .menu-item-has-children .notification-list li:last-child{margin-bottom:.9375rem}.bb-template-v2 .header-mini-cart p.woocommerce-mini-cart__buttons{padding:.9375rem 0 .9375rem .9375rem}.bb-template-v2 .header-mini-cart p.woocommerce-mini-cart__total{padding:.8125rem .9375rem .75rem 0}.bb-template-v2 .header-mini-cart p.woocommerce-mini-cart__total strong{font-weight:500}.bb-template-v2 .header-mini-cart .woocommerce-mini-cart__empty-message{background-color:var(--bb-content-alternate-background-color);margin:0 10px 15px;border-radius:6px;font-weight:400}.bb-template-v2 .header-mini-cart ul.cart_list{border-bottom:1px solid var(--bb-content-border-color)}.bb-template-v2 .header-mini-cart ul.cart_list li.mini_cart_item{border:0;border-radius:6px;margin:0 .625rem}.bb-template-v2 .header-mini-cart ul.cart_list li.mini_cart_item:last-child{margin-bottom:.9375rem}.bb-template-v2 .header-mini-cart ul.cart_list li.mini_cart_item>a:not(.remove){font-weight:500}.bb-template-v2 .user-wrap.menu-item-has-children .sub-menu{min-width:250px}.bb-template-v2 .site-header .sub-menu li:hover>a{color:var(--bb-body-text-color)}.bb-template-v2 .site-header .sub-menu li:hover>a>i._mi{color:var(--bb-body-text-color)}.bb-template-v2 .header-aside .wrapper li .wrapper{background-color:transparent;box-shadow:none;right:-177px}.bb-template-v2 .header-aside .wrapper li .wrapper .ab-submenu,.bb-template-v2 .header-aside .wrapper li .wrapper .bb-sub-menu{border-radius:10px;background-color:var(--bb-content-background-color);box-shadow:0 3px 8px rgba(0,0,0,.06),0 6px 24px rgba(0,0,0,.12)}.bb-template-v2 .header-aside .wrapper li .wrapper .ab-submenu a:hover,.bb-template-v2 .header-aside .wrapper li .wrapper .bb-sub-menu a:hover{background:var(--bb-content-alternate-background-color);color:var(--bb-body-text-color)}.bb-template-v2 .header-aside .wrapper li .wrapper:before{display:none}.bb-template-v2 .header-aside .wrapper .sub-menu-inner{width:100%}.bb-template-v2 .user-wrap.menu-item-has-children #header-my-account-menu .bb-sub-menu a:hover{background-color:var(--bb-content-alternate-background-color)}.bb-template-v2 .user-wrap.menu-item-has-children .sub-menu-inner li .user-mention{color:var(--bb-alternate-text-color)}.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-ancestor.no-icon>a:before,.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-item.no-icon>a:before,.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .no-icon>a:before{color:var(--bb-alternate-text-color)}.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu li:hover>a{color:var(--bb-body-text-color);background:var(--bb-content-alternate-background-color)}.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu li:hover>a:before,.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu li:hover>a>i{color:var(--bb-alternate-text-color)}.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu a{color:var(--bb-body-text-color)}.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu a:before,.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu a>i{color:var(--bb-alternate-text-color)}.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu a:hover{color:var(--bb-body-text-color);background:var(--bb-content-alternate-background-color)}.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu a:hover:before,.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu a:hover>i{color:var(--bb-alternate-text-color)}.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-ancestor>a,.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-item>a{color:var(--bb-body-text-color);background:var(--bb-content-alternate-background-color)}.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-ancestor>a:before,.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-ancestor>a>i,.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-item>a:before,.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-item>a>i{color:var(--bb-alternate-text-color)}.bb-template-v2 .user-wrap.menu-item-has-children .sub-menu-inner li.menupop .ab-sub-wrapper .ab-submenu{border-radius:10px}.bb-template-v2 ul.buddypanel-menu li.bb-menu-section a{padding-right:20px}.bb-template-v2 .buddypanel-menu a span.count{background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color);border:1px solid rgba(0,0,0,.05);border-radius:6px;box-shadow:none;-webkit-transition:none;transition:none}.bb-template-v2 .buddypanel-menu a:hover span.count{background-color:var(--bb-primary-color);color:var(--bb-body-background-color);border-color:transparent}.bb-template-v2 .buddypanel-menu .current-menu-item>a span.count{background-color:var(--bb-body-background-color);color:var(--bb-primary-color);border-color:transparent}.bb-template-v2 .buddypanel-menu .current-menu-item>a:hover span.count{background-color:var(--bb-body-background-color);color:var(--bb-primary-color);border-color:transparent}.bb-template-v2 .site-header .sub-menu a{border:0;border-radius:6px;margin:0 8px}.bb-template-v2 .site-header .sub-menu .current-menu-ancestor>a,.bb-template-v2 .site-header .sub-menu .current-menu-item>a,.bb-template-v2 .site-header .sub-menu .current-menu-parent>a,.bb-template-v2 .site-header .sub-menu li:hover>a{color:var(--bb-body-text-color);font-weight:400}.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link .user-name{margin-left:10px;font-weight:600;color:var(--bb-header-links)}.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link .bb-icon-angle-down{display:none}.bb-template-v2 .site-header .user-wrap.menu-item-has-children .sub-menu{border-radius:10px}.bb-template-v2 .site-header .user-wrap.menu-item-has-children .sub-menu:before{display:none}.bb-template-v2 .primary-menu>.menu-item-has-children:not(.hideshow){padding-left:5px}.bb-template-v2 .primary-menu>.menu-item-has-children:not(.hideshow):after{left:5px}.bb-template-v2 .primary-menu>.menu-item-has-children:not(.hideshow)>a{padding-left:27px}.bb-template-v2 .primary-menu>.menu-item-has-children:not(.hideshow)>a:before{left:-10px}.bb-template-v2 .primary-menu>li.menu-item-has-children:not(.hideshow).current-menu-ancestor>a:hover:before,.bb-template-v2 .primary-menu>li.menu-item-has-children:not(.hideshow).current-menu-item>a:hover:before,.bb-template-v2 .primary-menu>li.menu-item-has-children:not(.hideshow).current-menu-parent>a:hover:before,.bb-template-v2 .primary-menu>li.menu-item-has-children:not(.hideshow).current_page_item>a:hover:before{left:-10px}.bb-template-v2 .primary-menu>li{padding:0 5px}.bb-template-v2 .primary-menu>li>a{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:2px solid transparent;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 10px}.bb-template-v2 .primary-menu>li>a:focus{color:var(--bb-header-links)}.bb-template-v2 .primary-menu>li>a:focus>i{color:var(--bb-header-links)}.bb-template-v2 .primary-menu>li:hover>a{position:relative;color:var(--bb-header-links)}.bb-template-v2 .primary-menu>li:hover>a>i{color:var(--bb-header-links)}.bb-template-v2 .primary-menu>li:hover>a:before{content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-radius:6px;background-color:var(--bb-header-alternate-background);z-index:-1;height:40px;right:0;left:0}.bb-template-v2 .primary-menu>li.current-menu-ancestor>a,.bb-template-v2 .primary-menu>li.current-menu-item>a,.bb-template-v2 .primary-menu>li.current-menu-parent>a,.bb-template-v2 .primary-menu>li.current_page_item>a{border-bottom-color:var(--bb-header-links-hover)}.bb-template-v2 .primary-menu>li.current-menu-ancestor>a:hover,.bb-template-v2 .primary-menu>li.current-menu-item>a:hover,.bb-template-v2 .primary-menu>li.current-menu-parent>a:hover,.bb-template-v2 .primary-menu>li.current_page_item>a:hover{position:relative}.bb-template-v2 .primary-menu>li.current-menu-ancestor>a:hover:before,.bb-template-v2 .primary-menu>li.current-menu-item>a:hover:before,.bb-template-v2 .primary-menu>li.current-menu-parent>a:hover:before,.bb-template-v2 .primary-menu>li.current_page_item>a:hover:before{content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-radius:6px;background-color:var(--bb-header-alternate-background);z-index:-1;height:40px;right:0;left:0}.bb-template-v2 .primary-menu>.current-menu-ancestor>a,.bb-template-v2 .primary-menu>.current-menu-item>a,.bb-template-v2 .primary-menu>.current-menu-parent>a,.bb-template-v2 .primary-menu>.current_page_item>a{color:var(--bb-header-links)}.bb-template-v2 .primary-menu>.current-menu-ancestor>a>i,.bb-template-v2 .primary-menu>.current-menu-item>a>i,.bb-template-v2 .primary-menu>.current-menu-parent>a>i,.bb-template-v2 .primary-menu>.current_page_item>a>i{color:var(--bb-header-links)}.bb-template-v2 .primary-menu .current-menu-ancestor>a,.bb-template-v2 .primary-menu .current-menu-item>a,.bb-template-v2 .primary-menu .current-menu-parent>a,.bb-template-v2 .primary-menu .current_page_item>a{color:var(--bb-header-links)}.bb-template-v2 .primary-menu .current-menu-ancestor>a>i,.bb-template-v2 .primary-menu .current-menu-item>a>i,.bb-template-v2 .primary-menu .current-menu-parent>a>i,.bb-template-v2 .primary-menu .current_page_item>a>i{color:var(--bb-header-links)}.bb-template-v2 .primary-menu .ab-submenu .current-menu-ancestor>a,.bb-template-v2 .primary-menu .ab-submenu .current-menu-item>a,.bb-template-v2 .primary-menu .ab-submenu .current-menu-parent>a,.bb-template-v2 .primary-menu .ab-submenu .current_page_item>a{color:var(--bb-body-text-color)}.bb-template-v2 .primary-menu .ab-submenu .current-menu-ancestor>a>i,.bb-template-v2 .primary-menu .ab-submenu .current-menu-item>a>i,.bb-template-v2 .primary-menu .ab-submenu .current-menu-parent>a>i,.bb-template-v2 .primary-menu .ab-submenu .current_page_item>a>i{color:var(--bb-body-text-color)}.bb-template-v2.menu-style-tab_bar .primary-menu>.menu-item-has-children:not(.hideshow){padding-left:5px}.bb-template-v2.menu-style-tab_bar .primary-menu>.menu-item-has-children:not(.hideshow)>a{padding-left:10px}.bb-template-v2.menu-style-tab_bar .primary-menu>.menu-item-has-children:not(.hideshow)>a:hover:before{left:0}.bb-template-v2.menu-style-tab_bar .primary-menu>.menu-item-has-children:not(.hideshow)>a:before{left:0}.bb-template-v2.menu-style-tab_bar .primary-menu>li.menu-item-has-children:not(.hideshow).current-menu-ancestor>a:hover:before,.bb-template-v2.menu-style-tab_bar .primary-menu>li.menu-item-has-children:not(.hideshow).current-menu-item>a:hover:before,.bb-template-v2.menu-style-tab_bar .primary-menu>li.menu-item-has-children:not(.hideshow).current-menu-parent>a:hover:before,.bb-template-v2.menu-style-tab_bar .primary-menu>li.menu-item-has-children:not(.hideshow).current_page_item>a:hover:before{left:0}.bb-template-v2 .site-header #primary-navbar .menu-item>.ab-submenu{background-color:var(--bb-content-background-color);border-radius:10px;box-shadow:0 3px 8px rgba(0,0,0,.06),0 6px 24px rgba(0,0,0,.12);min-width:186px}.bb-template-v2 .site-header #primary-navbar .menu-item>.ab-submenu:before{display:none}.bb-template-v2 .site-header #primary-navbar .menu-item>.ab-submenu .bb-sub-menu{background-color:var(--bb-content-background-color)}.bb-template-v2 .site-header #primary-navbar .menu-item>.ab-submenu .bb-sub-menu .menu-item{margin:0 8px}.bb-template-v2 .site-header #primary-navbar .menu-item>.ab-submenu .bb-sub-menu .menu-item a{border-radius:6px}.bb-template-v2 .site-header #primary-navbar .menu-item>.ab-submenu .bb-sub-menu .menu-item:hover>a{color:var(--bb-body-text-color)}.bb-template-v2 .site-header #primary-navbar .menu-item>.ab-submenu .bb-sub-menu .menu-item:hover>a>i{color:var(--bb-header-links)}.bb-template-v2 .site-header #primary-navbar #navbar-collapse .more-button.active:after{display:none}.bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item.menu-item-has-children>a{padding:.625rem .9375rem}.bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item.menu-item-has-children>a:before{display:none}.bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item>a{padding:.625rem .9375rem}.bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu{background-color:var(--bb-content-background-color);border-radius:10px;box-shadow:0 3px 8px rgba(0,0,0,.06),0 6px 24px rgba(0,0,0,.12);padding:8px 0;right:-170px}.bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu:before{display:none}.bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu{background-color:transparent}.bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu .menu-item a{padding:.625rem .9375rem;margin:0}.bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu .menu-item a:before{display:none}.bb-template-v2.menu-style-tab_bar .primary-menu>.menu-item-has-children:not(.hideshow)>a:before{left:0}.bb-template-v2.menu-style-tab_bar .primary-menu>.menu-item-has-children:not(.hideshow)>a:hover:before{height:40px}.bb-template-v2.menu-style-tab_bar .site-header .primary-menu>li>a:hover>i._mi{color:var(--bb-header-links)}.bb-template-v2 .menu-style-tab_bar .site-header #primary-navbar .primary-menu>.menu-item>.ab-submenu{right:-20px}.bb-template-v2 .bb-mobile-panel-inner .buddypanel-menu li.bb-menu-section~li:not(.bb-menu-section)>a{width:100%}.bb-template-v2 .bb-mobile-panel-inner .side-panel-menu .menu-item i:not(.bb-icon-angle-down){min-width:initial}.bb-template-v2 .bb-mobile-panel-inner .side-panel-menu .menu-item span~i:not(.bb-icon-angle-down){margin-right:10px}.bb-template-v2 .bb-mobile-panel-inner .side-panel-menu .menu-item>a{padding:12px 15px 12px 0;width:100%}.bb-template-v2 .bb-mobile-panel-inner .side-panel-menu .menu-item>a:hover .count{background-color:var(--bb-primary-color);color:var(--bb-content-alternate-background-color)}.bb-template-v2 .bb-mobile-panel-inner .side-panel-menu .menu-item .count{color:var(--bb-headings-color);background-color:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);border-radius:6px;box-shadow:none}.bb-template-v2 .bb-mobile-panel-inner ul.buddypanel-menu li.bb-menu-section a{padding-right:10px}.bb-template-v2 .bb-mobile-panel-inner .bb-primary-menu .current-menu-item>a{background-color:var(--bb-primary-color);color:var(--bb-body-background-color)}.bb-template-v2 .bb-mobile-panel-inner .bb-primary-menu .current-menu-item>a>i{color:var(--bb-body-background-color)}.bb-template-v2 .bb-mobile-panel-inner .bb-primary-menu .current-menu-item>a>.count{color:var(--bb-primary-color);background-color:var(--bb-body-background-color);border-color:transparent}.bb-template-v2 .bb-mobile-panel-inner .bb-primary-menu>.current-menu-item>.sub-menu>.current-menu-item:first-child{margin-top:5px}.bb-template-v2 .bb-mobile-panel-inner .bb-primary-menu>.current-menu-item>.sub-menu>.current-menu-item+.current-menu-item{margin-top:3px}.bb-template-v2 .bb-mobile-panel-inner .bb-primary-menu .bb-menu-section~li:not(.bb-menu-section){margin-right:6px}.bb-template-v2 .bb-mobile-panel-inner .side-panel-menu>.current-menu-item .sub-menu a{color:var(--bb-headings-color)}.bb-template-v2 .bb-mobile-panel-inner .side-panel-menu>.current-menu-item .sub-menu a>i{color:var(--bb-headings-color)}.bb-template-v2 .bb-mobile-panel-inner .side-panel-menu>.current-menu-item .sub-menu .current-menu-item a{color:var(--bb-body-background-color)}.bb-template-v2 .bb-mobile-panel-inner .side-panel-menu .menu-item i:not(.bb-icon-angle-down){min-width:24px;margin-left:15px;vertical-align:middle;text-align:center}.site-header .bb-template-v2 .bb-mobile-panel-inner .main-navigation .sub-menu a{padding:13px 10px}.bb-template-v2 .header-aside .user-wrap.user-wrap-container{margin-right:14px}.bb-template-v2 .site-header .user-wrap.menu-item-has-children.selected>.user-link:before,.bb-template-v2 .site-header .user-wrap.menu-item-has-children>.user-link:hover:before{content:"";position:absolute;right:-15px;left:-5px;top:50%;background-color:var(--bb-content-alternate-background-color);height:46px;border-radius:var(--bb-button-radius);z-index:-1;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bb-template-v2 .site-header .header-aside.avatar .user-wrap.menu-item-has-children>.user-link:before{display:none}.bb-template-v2 .site-header .header-aside.avatar .user-wrap.menu-item-has-children.selected>.user-link:before,.bb-template-v2 .site-header .header-aside.avatar .user-wrap.menu-item-has-children>.user-link:hover:before{right:-5px}.bb-template-v2 .header-search-wrap .search-field-top,.bb-template-v2 .header-search-wrap input.search-field{border:1px solid transparent;border-radius:var(--bb-input-radius)}.bb-template-v2 .header-search-wrap .search-field-top:focus,.bb-template-v2 .header-search-wrap input.search-field:focus{border-color:var(--bb-primary-color)}.bb-template-v2.bp-search .bp-forum-search-ac-header,.bb-template-v2.bp-search .bp-search-ac,.bb-template-v2.bp-search .bp-search-ac-header{border-radius:10px;box-shadow:0 3px 8px rgba(0,0,0,.06),0 6px 24px rgba(0,0,0,.12)}.bb-template-v2.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type),.bb-template-v2.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type),.bb-template-v2.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type){border:0;border-radius:6px;margin:0 12px;width:-webkit-calc(100% - 24px);width:calc(100% - 24px)}.bb-template-v2.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type):first-child,.bb-template-v2.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type):first-child,.bb-template-v2.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type):first-child{margin-top:15px}.bb-template-v2.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type):first-child:last-child,.bb-template-v2.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type):first-child:last-child,.bb-template-v2.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type):first-child:last-child{margin-bottom:15px}.bb-template-v2.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-undefined-type,.bb-template-v2.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-undefined-type,.bb-template-v2.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-undefined-type{width:100%}.bb-template-v2.bp-search .bp-forum-search-ac-header>li.bbls-view_all_type-type,.bb-template-v2.bp-search .bp-search-ac-header>li.bbls-view_all_type-type,.bb-template-v2.bp-search .bp-search-ac>li.bbls-view_all_type-type{margin-top:15px}.bb-template-v2.bp-search .bp-forum-search-ac-header>li.bbls-undefined-type,.bb-template-v2.bp-search .bp-forum-search-ac-header>li:last-child{margin-bottom:15px!important}.bb-template-v2 .user-wrap-container .sub-menu-inner>li.logout-link>a{position:relative!important;margin-top:20px;overflow:visible}.bb-template-v2 .user-wrap-container .sub-menu-inner>li.logout-link>a:before{content:"";height:1px;background-color:var(--bb-content-border-color);display:block;position:absolute;right:15px;left:15px;top:-10px}.bb-template-v2 .user-wrap-container .sub-menu-inner>li>a{color:var(--bb-body-text-color)}.bb-template-v2 .user-wrap-container .sub-menu-inner>li>a:hover>i{color:var(--bb-alternate-text-color)}.bb-template-v2 .bb-header-buttons a.button.outline{font-weight:600}.bb-template-v2 .llms-pagination span.page-numbers:not(.dots),.bb-template-v2 .woocommerce-pagination span.page-numbers:not(.dots){background-color:var(--bb-primary-color)}.bb-template-v2 .llms-pagination a.page-numbers:not(.prev,.next):hover{color:var(--bb-primary-color)}.bb-template-v2 #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner .bs-dropdown,.bb-template-v2 #buddypress .bb_more_options .bb_more_options_list,.bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list,.bb-template-v2 .bb-footer .footer-menu .sub-menu,.bb-template-v2 .bb_more_options .bb_more_options_list,.bb-template-v2 .meeting-actions .meeting-actions-list,.bb-template-v2 .meeting-actions .meeting-actions-list.open,.bb-template-v2 .webinar-actions .webinar-actions-list{padding:8px}.bb-template-v2 #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner .bs-dropdown:after,.bb-template-v2 #buddypress .bb_more_options .bb_more_options_list:after,.bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options:after,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list:after,.bb-template-v2 .bb-footer .footer-menu .sub-menu:after,.bb-template-v2 .bb_more_options .bb_more_options_list:after,.bb-template-v2 .meeting-actions .meeting-actions-list.open:after,.bb-template-v2 .meeting-actions .meeting-actions-list:after,.bb-template-v2 .webinar-actions .webinar-actions-list:after{display:none}.bb-template-v2 div.meeting-actions .meeting-actions-list:before,.bb-template-v2 div.webinar-actions .webinar-actions-list:before{display:none}.bb-template-v2 div.meeting-actions .meeting-actions-list li>a,.bb-template-v2 div.webinar-actions .webinar-actions-list li>a{border-radius:6px}.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list{top:30px;left:0}.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul{margin:0!important}.bb-template-v2 .bb-footer .footer-menu .more-button.active:after{display:none}.bb-template-v2 .bb-footer .footer-menu .sub-menu a{border-radius:6px}.bb-template-v2 #object-nav .sub-menu,.bb-template-v2 .bb-profile-grid.bb-grid .bp-navs ul.sub-menu,.bb-template-v2 .bp-navs .component-navigation .sub-menu{padding:8px}@media screen and (max-width:980px){.bb-template-v2 #object-nav .sub-menu,.bb-template-v2 .bb-profile-grid.bb-grid .bp-navs ul.sub-menu,.bb-template-v2 .bp-navs .component-navigation .sub-menu{padding:0}}.bb-template-v2 #object-nav .sub-menu a,.bb-template-v2 .bb-profile-grid.bb-grid .bp-navs ul.sub-menu a,.bb-template-v2 .bp-navs .component-navigation .sub-menu a{border-radius:6px}.bb-template-v2 #object-nav .sub-menu a:hover,.bb-template-v2 .bb-profile-grid.bb-grid .bp-navs ul.sub-menu a:hover,.bb-template-v2 .bp-navs .component-navigation .sub-menu a:hover{color:var(--bb-headings-color)}@media screen and (max-width:980px){.bb-template-v2 #buddypress .sub-menu.bb_more_dropdown.open,.bb-template-v2 #object-nav .sub-menu.bb_more_dropdown.open,.bb-template-v2 .bb-footer .footer-menu .sub-menu.bb_more_dropdown.open,.bb-template-v2 .bb-profile-grid.bb-grid .bp-navs .sub-menu.bb_more_dropdown.open,.bb-template-v2 .bp-navs .component-navigation .sub-menu.bb_more_dropdown.open{padding-bottom:8px}.bb-template-v2 #buddypress .sub-menu.bb_more_dropdown.open>li:not(.bb_more_dropdown__title),.bb-template-v2 #object-nav .sub-menu.bb_more_dropdown.open>li:not(.bb_more_dropdown__title),.bb-template-v2 .bb-footer .footer-menu .sub-menu.bb_more_dropdown.open>li:not(.bb_more_dropdown__title),.bb-template-v2 .bb-profile-grid.bb-grid .bp-navs .sub-menu.bb_more_dropdown.open>li:not(.bb_more_dropdown__title),.bb-template-v2 .bp-navs .component-navigation .sub-menu.bb_more_dropdown.open>li:not(.bb_more_dropdown__title){padding-right:8px;padding-left:8px}.bb-template-v2 #buddypress .sub-menu.bb_more_dropdown.open>li:first-of-type,.bb-template-v2 #object-nav .sub-menu.bb_more_dropdown.open>li:first-of-type,.bb-template-v2 .bb-footer .footer-menu .sub-menu.bb_more_dropdown.open>li:first-of-type,.bb-template-v2 .bb-profile-grid.bb-grid .bp-navs .sub-menu.bb_more_dropdown.open>li:first-of-type,.bb-template-v2 .bp-navs .component-navigation .sub-menu.bb_more_dropdown.open>li:first-of-type{margin-top:8px}}@media screen and (max-width:980px){.bb-template-v2 #bbpress-forums .bs-forums-items.list-view .bs-dropdown.bb_more_dropdown li .bbp-admin-links,.bb-template-v2 #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown.bb_more_dropdown li .bbp-admin-links{padding:0 8px}}@media screen and (max-width:980px){.bb-template-v2 #bbpress-forums#bbpress-forums.bs-replies-wrapper .bb_more_dropdown.open .bb_more_dropdown__title,.bb-template-v2 #bbpress-forums.bs-replies-wrapper .bb_more_dropdown.open .bb_more_dropdown__title{margin-bottom:8px}}@media screen and (max-width:980px){.bb-template-v2 #buddypress .bb_more_dropdown.open{padding-bottom:8px}.bb-template-v2 #buddypress .bb_more_dropdown.open .bb_more_dropdown__title{margin-bottom:8px}}@media screen and (max-width:980px){.bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button{padding-right:8px;padding-left:8px}}@media screen and (max-width:980px){.bb-template-v2 #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list ul li,.bb-template-v2 #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list ul li{padding-right:8px;padding-left:8px}}@media screen and (max-width:980px){.bb-template-v2 #buddypress .bb_more_options .bb_more_options_list>.generic-button,.bb-template-v2 .bb_more_options .bb_more_options_list>.generic-button{padding-right:8px;padding-left:8px}}@media screen and (max-width:980px){.bb-template-v2 #bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 .bbp-forum-buttons-wrap .bb_more_options a,.bb-template-v2 #comments .comment-body .bb_more_options a{margin-right:8px;margin-left:8px;width:-webkit-calc(100% - 16px);width:calc(100% - 16px)}.bb-template-v2 #bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 .bbp-forum-buttons-wrap .bb_more_options a:first-of-type,.bb-template-v2 #comments .comment-body .bb_more_options a:first-of-type{margin-top:8px}.bb-template-v2 #bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 .bbp-forum-buttons-wrap .bb_more_options a:last-of-type,.bb-template-v2 #comments .comment-body .bb_more_options a:last-of-type{margin-bottom:8px}}.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul li{padding-right:8px;padding-left:8px}.bb-template-v2 .buddypress-wrap .bp-navs .component-navigation .sub-menu a:hover,.bb-template-v2 .buddypress-wrap#buddypress.bp-dir-hori-nav .create-button a:hover{color:var(--bb-headings-color)}.bb-template-v2 .bp-navs .component-navigation .more-button.active:after,.bb-template-v2 nav#object-nav .more-button.active:after{display:none}.bb-template-v2 .bp-messages-content .single-message-thread-header .actions .message_actions .message_action__list{background-color:transparent;padding:0;min-width:220px;box-shadow:none}.bb-template-v2 .bp-messages-content .single-message-thread-header .actions .message_actions .message_action__list:before{display:none}.bb-template-v2 .bp-messages-content .single-message-thread-header .actions .message_actions .message_action__list ul{background-color: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)}.bb-template-v2 #bbpress-forums .bs-dropdown .bbp-admin-links a,.bb-template-v2 #bbpress-forums .bs-dropdown .generic-button a,.bb-template-v2 #buddypress .activity-comments .bb-activity-more-options-wrap .bb-activity-more-options .bbp-admin-links a,.bb-template-v2 #buddypress .activity-comments .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a,.bb-template-v2 #buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .bbp-admin-links a,.bb-template-v2 #buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a,.bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .bbp-admin-links a,.bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a{border-radius:6px}.bb-template-v2 #bbpress-forums .bs-dropdown .bbp-admin-links a:hover,.bb-template-v2 #bbpress-forums .bs-dropdown .generic-button a:hover,.bb-template-v2 #buddypress .activity-comments .bb-activity-more-options-wrap .bb-activity-more-options .bbp-admin-links a:hover,.bb-template-v2 #buddypress .activity-comments .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a:hover,.bb-template-v2 #buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .bbp-admin-links a:hover,.bb-template-v2 #buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a:hover,.bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .bbp-admin-links a:hover,.bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a:hover{color:var(--bb-body-text-color)}.bb-template-v2 #buddypress .bb_more_options .bb_more_options_list .generic-button>button,.bb-template-v2 #buddypress .bb_more_options .bb_more_options_list a,.bb-template-v2 #buddypress .bb_more_options .bb_more_options_list button,.bb-template-v2 .bb_more_options .bb_more_options_list .generic-button>button,.bb-template-v2 .bb_more_options .bb_more_options_list a,.bb-template-v2 .bb_more_options .bb_more_options_list button{border-radius:6px}.bb-template-v2 #buddypress .bb_more_options .bb_more_options_list .generic-button>button:hover,.bb-template-v2 #buddypress .bb_more_options .bb_more_options_list a:hover,.bb-template-v2 #buddypress .bb_more_options .bb_more_options_list button:hover,.bb-template-v2 .bb_more_options .bb_more_options_list .generic-button>button:hover,.bb-template-v2 .bb_more_options .bb_more_options_list a:hover,.bb-template-v2 .bb_more_options .bb_more_options_list button:hover{color:var(--bb-body-text-color)!important}.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul li a{border-radius:6px}.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul li a:hover{color:var(--bb-body-text-color)}.bb-template-v2 .bb-document-privacy-wrap .activity-privacy,.bb-template-v2 .bb-media-privacy-wrap .activity-privacy{border-radius:10px;padding:8px}.bb-template-v2 .bb-document-privacy-wrap .activity-privacy:before,.bb-template-v2 .bb-media-privacy-wrap .activity-privacy:before{display:none}.bb-template-v2 .bb-document-privacy-wrap .activity-privacy li,.bb-template-v2 .bb-media-privacy-wrap .activity-privacy li{border-radius:6px}.bb-template-v2 .activity-privacy .selected,.bb-template-v2 .media-privacy .selected{color:var(--bb-body-text-color)}.bb-template-v2 #bb-media-model-container .bb-edit-privacy a:hover{color:var(--bb-body-text-color)}.bb-template-v2 code,.bb-template-v2 pre{border:0;border-radius:6px}.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .video-action_list ul,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .media-action_list ul,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul,.bb-template-v2 #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list ul,.bb-template-v2 #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .video-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .media-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .video-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .media-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .video-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .media-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul,.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list ul,.bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions .message_action__list ul,.bb-template-v2 .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul{border-radius:10px;padding:8px}@media screen and (max-width:980px){.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .video-action_list ul,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .media-action_list ul,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul,.bb-template-v2 #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list ul,.bb-template-v2 #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .video-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .media-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .video-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .media-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .video-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .media-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul,.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list ul,.bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions .message_action__list ul,.bb-template-v2 .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul{padding:0}}.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list:after,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list:after,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .video-action_list:after,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .media-action_list:after,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list:after,.bb-template-v2 #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list:after,.bb-template-v2 #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list:after,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list:after,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .video-action_list:after,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .media-action_list:after,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .video-action_list:after,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .media-action_list:after,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .video-action_list:after,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .media-action_list:after,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list:after,.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list:after,.bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions .message_action__list:after,.bb-template-v2 .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list:after{display:none}.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .video-action_list ul li a,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .media-action_list ul li a,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul li a,.bb-template-v2 #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list ul li a,.bb-template-v2 #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list ul li a,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .video-action_list ul li a,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .media-action_list ul li a,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .video-action_list ul li a,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .media-action_list ul li a,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .video-action_list ul li a,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .media-action_list ul li a,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a,.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list ul li a,.bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions .message_action__list ul li a,.bb-template-v2 .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul li a{border-radius:6px}.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a:hover,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .video-action_list ul li a:hover,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .media-action_list ul li a:hover,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul li a:hover,.bb-template-v2 #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list ul li a:hover,.bb-template-v2 #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list ul li a:hover,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:hover,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .video-action_list ul li a:hover,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .media-action_list ul li a:hover,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .video-action_list ul li a:hover,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .media-action_list ul li a:hover,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .video-action_list ul li a:hover,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .media-action_list ul li a:hover,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover,.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list ul li a:hover,.bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions .message_action__list ul li a:hover,.bb-template-v2 .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover{color:var(--bb-body-text-color)}.bb-template-v2 #bp-media-single-folder .bp-media-header-wrap .media-folder_items .media-folder_action__list,.bb-template-v2 #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list,.bb-template-v2 #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list,.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list{border-radius:10px}.bb-template-v2 #bp-media-single-folder .bp-media-header-wrap .media-folder_items .media-folder_action__list ul,.bb-template-v2 #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list ul,.bb-template-v2 #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list ul,.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list ul{border-radius:10px;padding:8px;margin:0}@media screen and (max-width:980px){.bb-template-v2 #bp-media-single-folder .bp-media-header-wrap .media-folder_items .media-folder_action__list ul,.bb-template-v2 #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list ul,.bb-template-v2 #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list ul,.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list ul{padding:0}}.bb-template-v2 #bb-activity-poll-state_modal .bb-action-popup-content-dynamic:empty:after,.bb-template-v2 #bb-activity-poll-state_modal .bb-activity-poll-loader>i:before,.bb-template-v2 #bb-activity-poll-state_modal .bb-poll-state-loader .bb-icon-spinner:before,.bb-template-v2 #bbpress-forums .bb-modal.bb-modal-box .bbp-the-content-wrapper.loading:after,.bb-template-v2 #bp-invites-dropdown-options-loader .bb-icon-spinner:before,.bb-template-v2 #bp-media-single-folder .bb-single-album-header .bb-title.loading:after,.bb-template-v2 #bp-message-load-more .button .dashicons-update:before,.bb-template-v2 #bp-message-thread-list:empty:before,.bb-template-v2 #bp-pending-invites-loader .dashicons-update:before,.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.loading:after,.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.saving:after,.bb-template-v2 #bp-zoom-single-meeting-wrapper:empty:before,.bb-template-v2 #bp-zoom-webinar-form-submit.loading:before,.bb-template-v2 #buddypress #header-cover-image .header-cover-reposition-wrap>.button.loading:after,.bb-template-v2 #group-invites-container .bb-groups-invites-right .bp-invites-submit-loader-hide .bb-icon-spinner:before,.bb-template-v2 #group-messages-container div#group-messages-new-submit #send_group_message_button.loading:after,.bb-template-v2 #media-folder-document-data-table .pager a.button.loading:after,.bb-template-v2 .activity-list .activity-item.loading-mute .bb-pin-action .bb-mute-action_button [class*=bb-icon]:before,.bb-template-v2 .activity-list .activity-item.loading-pin .bb-pin-action .bb-pin-action_button [class*=bb-icon]:before,.bb-template-v2 .activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_item .reactions_loader>i:before,.bb-template-v2 .activity-list .activity-state-popup .reaction-loader>i:before,.bb-template-v2 .activity-url-scrapper-loading .bb-icon-spinner:before,.bb-template-v2 .atwho-view ul li.list-loader:before,.bb-template-v2 .bb-document-privacy-wrap .privacy.loading:before,.bb-template-v2 .bb-group-zoom-settings-container .bb-field-wrap.bb-zoom_account-email.loading .bb-icon-spinner:before,.bb-template-v2 .bb-media-info-section .activity-list>.bb-icon-spinner:before,.bb-template-v2 .bb-media-model-wrapper.video .bb-media-section figure.loading .bb-icon-spinner:before,.bb-template-v2 .bb-media-privacy-wrap .privacy.loading:before,.bb-template-v2 .bb-poll-form .bb-activity-poll-submit.loading:after,.bb-template-v2 .bb-save-settings.loading:before,.bb-template-v2 .bb-url-scrapper-loading .bb-icon-spinner:before,.bb-template-v2 .bb-zoom-setting-content-tab .bb-field-wrap.bb-zoom_account-email .bb-icon-spinner:before,.bb-template-v2 .bp-document-listing .bp-media-header-wrap .bb-title.loading:after,.bb-template-v2 .bp-messages-container .bp-messages.loading .dashicons-update:before,.bb-template-v2 .bp-messages-content #bp-message-thread-list li.sending .message_send_sending .info-text-send-message:before,.bb-template-v2 .bp-messages-nav-panel .messages-search-loader>i:before,.bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.saving:after,.bb-template-v2 .bp-zoom-group-show-instructions .save-settings.loading:before,.bb-template-v2 .buddypress-wrap .bp-subnavs .component-navigation li.selected.loading a:after,.bb-template-v2 .button-load-more-posts.loading:after,.bb-template-v2 .component-navigation.courses-nav .bb-icon-loader:before,.bb-template-v2 .group-invites-members-listing .all-members .load-more .animate-spin:before,.bb-template-v2 .groups-manage-members-list .section-title.gen-members-section .search-wrapper.loading:after,.bb-template-v2 .lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap>.list-members-extra.loading-members .bb-icon-spin:before,.bb-template-v2 .location-album-list-wrap .location-album-list.is-loading li .bb-icon-spinner:before,.bb-template-v2 .location-folder-list-wrap-main .location-folder-list.is-loading li .bb-icon-spinner:before,.bb-template-v2 .mass-user-block-list #moderated_user_list:not(.is_not_empty):before,.bb-template-v2 .mass-user-block-list .bb-report-type-pagination #load_more_rl.loading:after,.bb-template-v2 .message-members-list #members_list:not(.is_not_empty):before,.bb-template-v2 .message-members-list .bb-report-type-pagination #load_more_rl.loading:after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.saving:after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.saving:after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.saving:after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.saving:after,.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading:after,.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.saving:after,.bb-template-v2 .schedule-posts-placeholder_loader [class*=bb-icon]:before,.bb-template-v2 .select2-container .select2-dropdown.bb-compose-input .select2-results__option--load-more:before,.bb-template-v2 .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results:before,.bb-template-v2 .site-header .bb-header-loader>i.bb-icon-loader:before,.bb-template-v2 .site-header .bb-header-loader>i.bb-icon-spinner:before,.bb-template-v2 li.load-more a.loading:after,.bb-template-v2.buddypress .buddypress-wrap .subscription-items .subscription-item_remove.is_loading i:before,.bb-template-v2.groups .buddypress-wrap .subnav-filters .group-search.loading:after{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)}.bb-template-v2 #group-invites-container .bb-groups-invites-right .bp-invites-submit-loader-hide .bb-icon-spinner,.bb-template-v2 .group-invites-members-listing .all-members .load-more .animate-spin{font-size:20px;width:20px;height:20px;position:relative;top:5px}.bb-template-v2 .bb-document-privacy-wrap .privacy.loading:before,.bb-template-v2 .bb-media-privacy-wrap .privacy.loading:before{width:16px;height:16px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.bb-template-v2 .site-header .bb-header-loader>i.bb-icon-loader:before,.bb-template-v2 .site-header .bb-header-loader>i.bb-icon-spinner:before{border-top-color:var(--bb-headings-color);opacity:.5}.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.loading:after,.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.saving:after,.bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.loading:after,.bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.saving:after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.loading:after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.saving:after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.loading:after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.saving:after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.loading:after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.saving:after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.loading:after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.saving:after,.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading:after,.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.saving:after{border:2px solid rgba(var(--bb-primary-button-text-regular-rgb),.2);border-top-color:var(--bb-primary-button-text-regular)}.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.loading:hover:after,.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.saving:hover:after,.bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.loading:hover:after,.bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.saving:hover:after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.loading:hover:after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.saving:hover:after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.loading:hover:after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.saving:hover:after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.loading:hover:after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.saving:hover:after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.loading:hover:after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.saving:hover:after,.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading:hover:after,.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.saving:hover:after{border:2px solid rgba(var(--bb-primary-button-text-hover-rgb),.2);border-top-color:var(--bb-primary-button-text-hover)}.bb-template-v2 #media-folder-document-data-table .pager a.button.loading:hover:after,.bb-template-v2 .button-load-more-posts.loading:hover:after,.bb-template-v2 .load-more a.loading:hover:after{border:2px solid rgba(var(--bb-primary-button-text-regular-rgb),.2);border-top-color:var(--bb-primary-button-text-regular)}.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.loading:after,.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.saving:after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.saving:after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.saving:after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.saving:after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.saving:after,.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading:after,.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.saving:after{vertical-align:middle}.bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.saving:after,.bb-template-v2 .lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap>.list-members-extra.loading-members .bb-icon-spin:before,.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading:after,.bb-template-v2 li.load-more a.loading:after{vertical-align:middle}.bb-template-v2 #bp-message-load-more .button .dashicons-update:before,.bb-template-v2 #bp-message-thread-list:empty:before,.bb-template-v2 .bb-media-model-wrapper.video .bb-media-section figure.loading .bb-icon-spinner,.bb-template-v2 .bb-media-model-wrapper.video .bb-media-section figure.loading .bb-icon-spinner:before{height:25px;width:25px}.bb-template-v2 .bb-media-info-section .activity-list>.bb-icon-spinner,.bb-template-v2 .location-album-list-wrap .location-album-list.is-loading li .bb-icon-spinner,.bb-template-v2 .location-folder-list-wrap-main .location-folder-list.is-loading li .bb-icon-spinner,.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading:after,.bb-template-v2 li.load-more a.loading:after{height:20px;width:20px}.bb-template-v2 #bp-invites-dropdown-options-loader .bb-icon-spinner:before,.bb-template-v2 .atwho-view ul li.list-loader:before,.bb-template-v2 .bb-group-zoom-settings-container .bb-field-wrap.bb-zoom_account-email.loading .bb-icon-spinner:before,.bb-template-v2 .bb-zoom-setting-content-tab .bb-field-wrap.bb-zoom_account-email .bb-icon-spinner:before,.bb-template-v2 .mass-user-block-list .bb-report-type-pagination #load_more_rl.loading:after,.bb-template-v2 .message-members-list .bb-report-type-pagination #load_more_rl.loading:after,.bb-template-v2 .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results:before{height:18px;width:18px}.bb-template-v2 #bp-zoom-webinar-form-submit.loading:before,.bb-template-v2 #buddypress #header-cover-image .header-cover-reposition-wrap>.button.loading:after,.bb-template-v2 #group-messages-container div#group-messages-new-submit #send_group_message_button.loading:after,.bb-template-v2 .activity-url-scrapper-loading .bb-icon-spinner:before,.bb-template-v2 .bb-save-settings.loading:before,.bb-template-v2 .bb-url-scrapper-loading .bb-icon-spinner:before,.bb-template-v2 .bp-messages-content #bp-message-thread-list li.sending .message_send_sending .info-text-send-message:before,.bb-template-v2 .bp-zoom-group-show-instructions .save-settings.loading:before,.bb-template-v2 .lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap>.list-members-extra.loading-members .bb-icon-spin:before{height:16px;width:16px;vertical-align:middle}.bb-template-v2 #group-messages-container div#group-messages-new-submit #send_group_message_button.loading:after{border-color:rgba(var(--bb-content-border-color-rgb),.8);border-top-color:var(--bb-alternate-text-color)}.bb-template-v2 #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner>a:first-child>i{border-radius:0 var(--bb-option-radius) var(--bb-option-radius) 0}.bb-template-v2 #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner>a>i{border-radius:var(--bb-option-radius) 0 0 var(--bb-option-radius)}.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .entry-img>i{font-weight:300}.bb-template-v2 .bp-navs ul li .count,.bb-template-v2 .bp-navs ul li.selected .count,.bb-template-v2 .buddypress-wrap .bp-navs li.current a .count,.bb-template-v2 .buddypress-wrap .bp-navs li.dynamic a .count,.bb-template-v2 .buddypress-wrap .bp-navs li.dynamic.current a .count,.bb-template-v2 .buddypress-wrap .bp-navs li.dynamic.selected a .count,.bb-template-v2 .buddypress-wrap .bp-navs li.selected a .count,.bb-template-v2 .buddypress_object_nav .bp-navs li.current a .count,.bb-template-v2 .buddypress_object_nav .bp-navs li.selected a .count,.bb-template-v2 .lifter-topic-sidebar-wrapper .llms-count,.bb-template-v2.woocommerce #content div.product .woocommerce-tabs ul.tabs li#tab-title-reviews a span{background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color);border:1px solid rgba(0,0,0,.1);border-radius:6px;min-width:23px}.bb-template-v2.directory.document .bp-subnavs li.selected a:hover span,.bb-template-v2.directory.media .bp-subnavs li.selected a:hover span,.bb-template-v2.directory.video .bp-subnavs li.selected a:hover span{color:var(--bb-headings-color)}.bb-template-v2.woocommerce #content div.product .woocommerce-tabs ul.tabs li#tab-title-reviews.active a span{color:#fff}.bb-template-v2 .bb-single-main-nav--vertical li .count{border-radius:6px}.bb-template-v2 #buddypress #item-header-cover-image #item-header-avatar img.avatar,.bb-template-v2 .entry-content #groups-list .item-avatar a{box-shadow:none}.bb-template-v2 #bb-album-privacy,.bb-template-v2 #bb-media-privacy{padding:6px 8px}.bb-template-v2 #bb-album-privacy .privacy-point-icon,.bb-template-v2 #bb-media-privacy .privacy-point-icon{font-size:15px;font-weight:300}.bb-template-v2 #bb-album-privacy .bb-icon-caret-down,.bb-template-v2 #bb-media-privacy .bb-icon-caret-down{font-size:13px;opacity:.3;margin-right:5px}.bb-template-v2 .modal-container select#bb-album-privacy,.bb-template-v2 .modal-container select#bb-media-privacy{color:var(--bb-body-text-color);font-size:14px;font-weight:400;padding:8px 12px 8px 40px}.bb-template-v2 .member-media select#bb-album-privacy,.bb-template-v2 .member-media select#bb-media-privacy{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius);color:var(--bb-body-text-color);font-size:14px;font-weight:400;padding:0 12px 0 26px}.bb-template-v2 .bb-document-privacy-wrap .privacy:after,.bb-template-v2 .bb-media-privacy-wrap .privacy:after{content:"\ee09";font-weight:300}.bb-template-v2 #bp-activity-privacy-point .privacy-point-icon:before,.bb-template-v2 .activity-privacy>li:before,.bb-template-v2 .bb-document-privacy-wrap .privacy:before,.bb-template-v2 .bb-media-privacy-wrap .privacy:before,.bb-template-v2 .bp-activity-privacy__label .privacy-figure:before{font-weight:300}.bb-template-v2 .llms-person-login-form-wrapper label[for=llms_remember]:before{border-radius:var(--bb-checkbox-radius)}.bb-template-v2 .bs-meta-item{border-radius:var(--bb-button-radius)}.bb-template-v2 .entry-content #groups-list .item-avatar a,.bb-template-v2 .entry-content #groups-list .item-avatar a img{border-radius:15px}.bb-template-v2 .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar,.bb-template-v2 .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar .avatar{border-radius:15px}.bb-template-v2 .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar{box-shadow:none}body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header-cover-image #item-header-avatar .link-change-overlay,body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header-cover-image #item-header-avatar img.avatar{border-radius:15px}.bb-template-v2 #buddypress .bb-bp-settings-content{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius)}.bb-template-v2 #buddypress .bp-settings-container .bp-navs .selected:after{display:none}.bb-template-v2 .notification-settings{border:none}.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages,.bb-template-v2 .bp-nouveau-activity-form-placeholder- .activity-form.focus-in.has-feedback #message-feedabck.bp-messages{border-radius:6px}.bb-template-v2 .bp-feedback .bp-icon{border-radius:0 6px 6px 0}.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages{border:0;width:100%;border-radius:0;margin:0}.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.help,.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.info{background-color:rgba(var(--bb-default-notice-color-rgb),.3)}.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.help p,.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.info p{color:var(--bb-default-notice-color)}.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.help .bp-icon,.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.info .bp-icon{background-color:transparent;margin-left:0}.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.help .bp-icon:before,.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.info .bp-icon:before{color:var(--bb-default-notice-color)}.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.loading,.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.warning{background-color:rgba(var(--bb-warning-color-rgb),.3)}.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.loading p,.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.warning p{color:var(--bb-warning-color)}.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.loading .bp-icon,.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.warning .bp-icon{background-color:transparent;margin-left:0}.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.loading .bp-icon:before,.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.warning .bp-icon:before{content:"\ee66";color:var(--bb-warning-color);font-size:22px;font-family:bb-icons;font-weight:300}.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.success,.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.updated{background-color:rgba(var(--bb-success-color-rgb),.3)}.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.success p,.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.updated p{color:var(--bb-success-color)}.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.success .bp-icon,.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.updated .bp-icon{background-color:transparent;margin-left:0}.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.success .bp-icon:before,.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.updated .bp-icon:before{color:var(--bb-success-color)}.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.error{background-color:rgba(var(--bb-danger-color-rgb),.3)}.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.error p{color:var(--bb-danger-color)}.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.error .bp-icon{background-color:transparent;margin-left:0}.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.error .bp-icon:before{color:var(--bb-danger-color)}.bb-template-v2 #buddypress .member-header-actions+.bb_more_options{top:0;margin-top:35px}.bb-template-v2 #buddypress .member-header-actions+.bb_more_options .bb_more_options_action{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);padding:0 8px}.bb-template-v2 #buddypress .member-header-actions+.bb_more_options .bb_more_options_action:focus{box-shadow:var(--bb-outline-button-focus-shadow)}.bb-template-v2 #buddypress .member-header-actions+.bb_more_options .bb_more_options_action i{color:var(--bb-headings-color)}.bb-template-v2 #buddypress .member-header-actions+.bb_more_options .bb_more_options_action: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)}.bb-template-v2 #buddypress .member-header-actions+.bb_more_options .bb_more_options_action:hover i{color:var(--bb-secondary-button-text-hover)}.bb-template-v2 #buddypress .group-actions-absolute .bb_more_options .bb_more_options_action{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);padding:0 8px}.bb-template-v2 #buddypress .group-actions-absolute .bb_more_options .bb_more_options_action:focus{box-shadow:var(--bb-outline-button-focus-shadow)}.bb-template-v2 #buddypress .group-actions-absolute .bb_more_options .bb_more_options_action i{color:var(--bb-headings-color);line-height:36px}.bb-template-v2 #buddypress .group-actions-absolute .bb_more_options .bb_more_options_action: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)}.bb-template-v2 #buddypress .group-actions-absolute .bb_more_options .bb_more_options_action:hover i{color:var(--bb-secondary-button-text-hover)}.bb-template-v2 .results-group-footer{text-align:right}.bb-template-v2 .results-group-footer .view-all-link{color:var(--bb-headings-color);font-weight:700;font-size:12px;text-transform:uppercase;background-color:var(--bb-content-alternate-background-color);padding:8px 16px;border-radius:var(--bb-button-radius);display:inline-block}.bb-template-v2 .results-group-footer .view-all-link:focus,.bb-template-v2 .results-group-footer .view-all-link:hover{color:var(--bb-headings-color)}.bb-template-v2 .bp-search-results-wrap .view-all-link:after{display:none}.bb-template-v2 .bp-search-results-list .bp-search-item .item-avatar a{border-radius:15px}.bb-template-v2 .gamipress-buddypress-points .gamipress-buddypress-points-type{border-radius:6px}.bb-template-v2 #editor-toolbar [class*=" bb-icon-"],.bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-button,.bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-button:before,.bb-template-v2 #whats-new-formatting-toolbar a [class*=" bb-icon-"],.bb-template-v2 #whats-new-messages-toolbar .emojionearea .emojionearea-button,.bb-template-v2 #whats-new-messages-toolbar .emojionearea .emojionearea-button:before,.bb-template-v2 #whats-new-messages-toolbar a [class*=" bb-icon-"],.bb-template-v2 #whats-new-toolbar .emojionearea .emojionearea-button,.bb-template-v2 #whats-new-toolbar .emojionearea .emojionearea-button:before,.bb-template-v2 #whats-new-toolbar a [class*=" bb-icon-"],.bb-template-v2 .ac-reply-toolbar .emojionearea .emojionearea-button,.bb-template-v2 .ac-reply-toolbar .emojionearea .emojionearea-button:before,.bb-template-v2 .ac-reply-toolbar a [class*=" bb-icon-"],.bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .emojionearea-button:before,.bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .post-elements-buttons-item [class*=" bb-icon-"],.bb-template-v2 .bp-nouveau-activity-form-placeholder- .activity-form.focus-in #editor-toolbar .emojionearea-button:before,.bb-template-v2 .bp-nouveau-activity-form-placeholder- .activity-form.focus-in #editor-toolbar .post-elements-buttons-item [class*=" bb-icon-"],.bb-template-v2 ul.medium-editor-toolbar-actions .medium-editor-action b{font-weight:300;color:rgba(var(--bb-headings-color-rgb),.3)}.bb-template-v2 #editor-toolbar [class*=" bb-icon-"]:hover,.bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-button.active:before,.bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-button:hover:before,.bb-template-v2 .ac-reply-toolbar .emojionearea .emojionearea-button.active:before,.bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .active [class*=" bb-icon-"]:before,.bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .emojionearea-button.active:before,.bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .emojionearea-button:hover:before,.bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .post-elements-buttons-item [class*=" bb-icon-"]:hover,.bb-template-v2 .bp-nouveau-activity-form-placeholder- .activity-form.focus-in #editor-toolbar .post-elements-buttons-item [class*=" bb-icon-"]:hover,.bb-template-v2 .medium-editor-toolbar .medium-editor-toolbar-actions .medium-editor-button-active b,.bb-template-v2 ul.medium-editor-toolbar-actions .medium-editor-action b:hover{color:var(--bb-headings-color)}.bb-template-v2 .medium-editor-toolbar .medium-editor-toolbar-actions .medium-editor-button-active b{position:relative;height:24px}.bb-template-v2 #editor-toolbar .active [class*=" bb-icon-"],.bb-template-v2 #editor-toolbar .emojionearea-button.active,.bb-template-v2 #whats-new-formatting-toolbar .active a [class*=" bb-icon-"],.bb-template-v2 #whats-new-formatting-toolbar a.active [class*=" bb-icon-"],.bb-template-v2 #whats-new-messages-toolbar .active a [class*=" bb-icon-"],.bb-template-v2 #whats-new-messages-toolbar a.active [class*=" bb-icon-"],.bb-template-v2 #whats-new-toolbar .active a [class*=" bb-icon-"],.bb-template-v2 #whats-new-toolbar a.active [class*=" bb-icon-"],.bb-template-v2 .ac-reply-content .ac-reply-toolbar a.active [class*=" bb-icon-"],.bb-template-v2 .ac-reply-toolbar .active a [class*=" bb-icon-"],.bb-template-v2 .emojionearea .emojionearea-button.active{position:relative}.bb-template-v2 #editor-toolbar .active [class*=" bb-icon-"]:after,.bb-template-v2 #editor-toolbar .emojionearea-button.active:after,.bb-template-v2 #whats-new-formatting-toolbar .active a [class*=" bb-icon-"]:after,.bb-template-v2 #whats-new-formatting-toolbar a.active [class*=" bb-icon-"]:after,.bb-template-v2 #whats-new-messages-toolbar .active a [class*=" bb-icon-"]:after,.bb-template-v2 #whats-new-messages-toolbar a.active [class*=" bb-icon-"]:after,.bb-template-v2 #whats-new-toolbar .active a [class*=" bb-icon-"]:after,.bb-template-v2 #whats-new-toolbar a.active [class*=" bb-icon-"]:after,.bb-template-v2 .ac-reply-content .ac-reply-toolbar a.active [class*=" bb-icon-"]:after,.bb-template-v2 .ac-reply-toolbar .active a [class*=" bb-icon-"]:after,.bb-template-v2 .emojionearea .emojionearea-button.active:after,.bb-template-v2 .medium-editor-toolbar .medium-editor-toolbar-actions .medium-editor-button-active b:after{content:"";background:rgba(0,0,0,.08);border-radius:5.6px;position:absolute;height:28px;width:28px;right:50%;top:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);z-index:9}.bb-template-v2 .emojionearea .emojionearea-picker,.bb-template-v2 .gif-media-search-dropdown{border-radius:8px}.bb-template-v2 .emojionearea .emojionearea-picker .emojionearea-filters i.emojionearea-filter:first-child[style*="display: none"]+i.emojionearea-filter:not([style*="display: none"]){border-radius:0 8px 0 0}.bb-template-v2 .emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter:last-child{border-radius:8px 0 0 0}.bb-template-v2 .emojionearea .emojionearea-picker.emojionearea-filters-position-top .emojionearea-filters,.bb-template-v2 .gif-search-query{border-top-left-radius:8px;border-top-right-radius:8px}.bb-template-v2 .emojionearea .emojionearea-picker.emojionearea-filters-position-top .emojionearea-filters .emojionearea-filter:first-of-type,.bb-template-v2 .gif-search-query .emojionearea-filter:first-of-type{border-top-right-radius:8px}.bb-template-v2.bbpress a.medium-editor-toolbar-close,.bb-template-v2.bbpress a.medium-editor-toolbar-save,.bb-template-v2.buddypress a.medium-editor-toolbar-close,.bb-template-v2.buddypress a.medium-editor-toolbar-save{border-radius:6px;border:none}.bb-template-v2.bbpress .medium-editor-toolbar-form .medium-editor-toolbar-input,.bb-template-v2.bbpress .medium-editor-toolbar-form .medium-editor-toolbar-input:focus,.bb-template-v2.buddypress .medium-editor-toolbar-form .medium-editor-toolbar-input,.bb-template-v2.buddypress .medium-editor-toolbar-form .medium-editor-toolbar-input:focus{border-radius:6px}.bb-template-v2 .bs-forum-content blockquote:not(.wp-embedded-content):before,.bb-template-v2 .medium-editor-element blockquote:not(.wp-embedded-content):before{font-weight:300}.bb-template-v2 .emojionearea-search>input,.bb-template-v2 .search-query-input{border-radius:6px}.bb-template-v2 .activity-update-form .medium-editor-toolbar .medium-editor-toolbar-actions{height:40px}.bb-template-v2 .activity-update-form .medium-editor-toolbar .medium-editor-action-more.active .medium-editor-action-more-button b{position:relative}.bb-template-v2 .activity-update-form .medium-editor-toolbar .medium-editor-action-more.active .medium-editor-action-more-button b::before{color:var(--bb-headings-color)}.bb-template-v2 .activity-update-form .medium-editor-toolbar .medium-editor-action-more.active .medium-editor-action-more-button b::after{content:"";background:rgba(0,0,0,.08);border-radius:5.6px;position:absolute;height:28px;width:28px;right:50%;top:50%;-webkit-transform:translate(50%,-45%);-ms-transform:translate(50%,-45%);transform:translate(50%,-45%);z-index:9}.bb-template-v2 .activity-update-form .medium-editor-toolbar .medium-editor-action-more>ul{border-radius:8px}.bb-template-v2 .activity-link-preview-container{border:none}.bb-template-v2 #bbpress-forums .bs-single-forum-list.bbp-lead-topic>li:last-child{border-bottom-right-radius:0;border-bottom-left-radius:0}.bb-template-v2.woocommerce li.product a.added_to_cart.wc-forward{border-radius:0 0 var(--bb-block-radius) 0}.bb-template-v2.woocommerce li.product a.button.add_to_cart_button.added{border-radius:0 0 0 var(--bb-block-radius)}.bb-template-v2 .woocommerce li.product a.added_to_cart.wc-forward{border-radius:0 0 var(--bb-block-radius) 0}.bb-template-v2 #bbpress-forums .activity-list.bp-list .activity-item .activity-comments>.ac-form,.bb-template-v2 #bbpress-forums .activity-list.bp-list .activity-item .activity-comments>ul,.bb-template-v2 #buddypress .activity-list.bp-list .activity-item .activity-comments>.ac-form,.bb-template-v2 #buddypress .activity-list.bp-list .activity-item .activity-comments>ul,.bb-template-v2 #buddypress .activity-lists.bp-list .activity-item .activity-comments>.ac-form,.bb-template-v2 #buddypress .activity-lists.bp-list .activity-item .activity-comments>ul{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)}@media (max-width:992px){.bb-template-v2.woocommerce li.product a.button.add_to_cart_button.added{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)}}.bb-template-v2 #buddypress .bp-search-results-wrapper .bp-navs,.bb-template-v2 .bb-media-model-wrapper .bb-media-section,.bb-template-v2 .bb-media-model-wrapper .bb-media-section figure .video-js,.bb-template-v2 div.product .woocommerce-product-gallery__image{border-radius:0 var(--bb-block-radius) var(--bb-block-radius) 0}.bb-template-v2 .bb-document-theater .bb-media-section h3{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}.bb-template-v2 .bb-document-theater .bb-media-section .img-section,.bb-template-v2 .bb-media-model-inner{border-radius:var(--bb-block-radius)}.bb-template-v2 #buddypress .bb-media-model-wrapper.video-theatre .activity-list.bp-list,.bb-template-v2 .bb-document-theater .bb-media-info-section.document,.bb-template-v2.woocommerce #content div.product div.summary{border-radius:var(--bb-block-radius) 0 0 var(--bb-block-radius)}.bb-template-v2 #buddypress .bb-media-model-wrapper.video-theatre .activity-list.bp-list{overflow:hidden}.bb-template-v2 #buddypress .bb-item-cover-wrap,.bb-template-v2 #buddypress .bb-video-thumb,.bb-template-v2 #lifterlms-lesson-header .lifterlms-lesson-nav .bb-ld-status .ld-status,.bb-template-v2 .activity-content div[class*=attached-gif-container] .gif-player video,.bb-template-v2 .activity-link-preview-container,.bb-template-v2 .activity-list li.blogs .activity-content .activity-inner,.bb-template-v2 .bb-activity-media-elem .entry-img,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap,.bb-template-v2 .bb-activity-video-elem .video-js,.bb-template-v2 .bb-album-list-item .bs-cover-wrap,.bb-template-v2 .bb-media-section .video-js,.bb-template-v2 .bb-video-thumb .video-js,.bb-template-v2 article.job_listing ul.job-listing-meta li.job-type,.bb-template-v2 ul.job_listings li.job_listing ul.meta li.job-type,.bb-template-v2.activity .activity .activity-list .bbp_reply_create .activity-inner,.bb-template-v2.groups.group-create .buddypress-wrap #drag-drop-area,.bb-template-v2.woocommerce-cart table.cart img{border-radius:6px}.bb-template-v2 .bb-activity-video-elem .bb-video-duration,.bb-template-v2 .bb-media-section .bb-video-duration,.bb-template-v2 .bb-video-thumb .bb-video-duration{border-radius:5px}.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity{border-color:transparent;background-color:var(--bb-content-alternate-background-color)}.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap{background-color:transparent}.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-audio-wrap audio::-webkit-media-controls-panel{background-color:var(--bb-body-background-color)}.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity:hover{border-color:var(--bb-content-border-color)}.bb-template-v2 .activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover,.bb-template-v2 .activity-link-preview-container .activity-link-preview-image img{border-radius:6px 6px 0 0}.bb-template-v2 .activity-link-preview-container>.activity-link-preview-info{border-radius:6px}.bb-template-v2 .activity-link-preview-container .activity-link-preview-image+.activity-link-preview-info,.bb-template-v2 .activity-link-preview-container:hover .activity-link-preview-image+.activity-link-preview-info:before{border-radius:0 0 6px 6px}.bb-template-v2 .activity-update-form .activity-link-preview-container #activity-url-scrapper-img-holder+.activity-link-preview-info,.bb-template-v2 .activity-update-form .activity-link-preview-container:hover #activity-url-scrapper-img-holder+.activity-link-preview-info:before{border-radius:0 0 6px 6px}.bb-template-v2 #bbpress-forums .bs-forums-items li .fluid-width-video-wrapper iframe,.bb-template-v2 .activity-list .activity-item .activity-content .activity-inner iframe,.bb-template-v2 .activity-video-preview .fluid-width-video-wrapper iframe,.bb-template-v2 .bp-messages-content #bp-message-thread-list li .fluid-width-video-wrapper iframe{border-radius:6px}.bb-template-v2 .activity-list .activity-item .activity-content .activity-inner iframe[style="border-radius: 12px"],.bb-template-v2 .activity-video-preview .activity-link-preview-excerpt p iframe{border-radius:6px!important}.bb-template-v2 .activity-list li.blogs .activity-content .activity-inner .bb-post-img-link,.bb-template-v2.activity .activity .activity-list .bbp_reply_create .activity-inner .activity-discussion-title-wrap{border-top-right-radius:6px;border-top-left-radius:6px}.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-audio-wrap audio,.bb-template-v2 .bb-toast-messages-enable .bb-toast-messages .toast-messages-list .read-item,.bb-template-v2 .buddypress-wrap #group-create-body .bp-cover-image-status p.warning,.bb-template-v2.single .default-fi .entry-img{border-radius:6px}.bb-template-v2 #item-header.groups-header .bp-feedback.bp-feedback .bp-icon,.bb-template-v2 .bb-toast-messages-enable .bb-toast-messages .toast-messages-list .read-item.recent-item:before{border-radius:0 6px 6px 0}.bb-template-v2 #boss-media-create-album-popup .bb-model-footer,.bb-template-v2 #boss-video-create-album-popup .bb-model-footer,.bb-template-v2 #bp-media-uploader .bb-model-footer,.bb-template-v2 #buddypress .bp-media-document-uploader .document-uploader-footer,.bb-template-v2 #buddypress .bp-media-photo-uploader .media-uploader-footer,.bb-template-v2 #buddypress .bp-video-uploader .video-uploader-footer,.bb-template-v2 .bp-media-move-file .bb-model-footer,.bb-template-v2 .bp-media-move-folder .bb-model-footer,.bb-template-v2 .bp-video-move-file .bb-model-footer,.bb-template-v2 .bp-video-thumbnail-uploader .bb-model-footer,.bb-template-v2 .moderation-popup .bb-model-footer{border-top:0}@media (max-width:1024px){.bb-template-v2 #buddypress .bb-document-theater .bb-media-model-inner .bb-media-info-section.document{border-radius:var(--bb-block-radius)}}@media screen and (max-width:767px){.bb-template-v2 .bb-media-model-inner{border-radius:var(--bb-block-radius)}.bb-template-v2 #buddypress .bb-document-theater .bb-media-section,.bb-template-v2 .bb-media-model-wrapper .bb-media-section,.bb-template-v2 .bb-media-model-wrapper .bb-media-section figure .video-js{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}.bb-template-v2 #buddypress .bb-media-model-wrapper.video-theatre .activity-list.bp-list,.bb-template-v2 .bb-document-theater .bb-media-info-section.document{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)}}.bb-template-v2 .modal-container{border-radius:var(--bb-block-radius)}.bb-template-v2 #bbpress-forums div.bbp-reply-content .bb-model-header,.bb-template-v2 .activity-form:not(.focus-in) .whats-new-form-header{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}.bb-template-v2 .activity-update-form.media-off .activity-form:not(.focus-in) .whats-new-form-header{border-radius:var(--bb-block-radius)}.bb-template-v2 .bb-model-footer,.bb-template-v2 .bp-video-thumbnail-uploader .bb-model-footer{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)}.bb-template-v2 #whats-new-form #whats-new-toolbar,.bb-template-v2 #whats-new-form-placeholder #whats-new-toolbar{border-radius:0 0 var(--bb-block-radius) 0}.bb-template-v2 .widget{border-radius:var(--bb-block-radius);padding:1.25rem 1.25rem 1.5625rem 1.25rem}.bb-template-v2 .widget.bp-profile-search-widget{padding:0}.bb-template-v2 .widget h2,.bb-template-v2 .widget label{font-size:20px}.bb-template-v2 .widget label{text-transform:none}.bb-template-v2 .widget.widget_block .logged-out #loginform p input{border-radius:var(--bb-input-radius)}.bb-template-v2 .widget.widget_block .logged-out #loginform p input[type=submit]{width:auto;border-radius:var(--bb-input-radius)}.bb-template-v2 .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}.bb-template-v2 .widget.widget_rss .wp-block-rss li:not(:last-child){margin-bottom:15px}.bb-template-v2 .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}.bb-template-v2 .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}.bb-template-v2 .widget.widget_rss .wp-block-rss li .wp-block-rss__item-author{margin-top:8px;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}.bb-template-v2 .widget.activity_update .bp-feedback{border-radius:var(--bb-button-radius);border:none;background-color:var(--bb-content-alternate-background-color);margin:0}.bb-template-v2 .widget.activity_update .bp-feedback .bp-icon{display:none}.bb-template-v2 .widget.activity_update .bp-feedback p{padding:15px;color:var(--bb-alternate-text-color)}.bb-template-v2 .widget.widget_bp_groups_widget .widget-error{border-radius:var(--bb-button-radius);border:none;background-color:var(--bb-content-alternate-background-color);margin:0;padding:15px;color:var(--bb-alternate-text-color)}.bb-template-v2 .widget.widget_bp_groups_widget .item-options a{line-height:16.5px;letter-spacing:.25px}.bb-template-v2 .widget.widget_bp_groups_widget .item-options a.selected{border-bottom-width:2px}.bb-template-v2 .widget.widget_bp_core_whos_online_widget .item-options{margin-bottom:20px}.bb-template-v2 .widget.widget_bp_core_whos_online_widget .item-options a{font-weight:700;font-style:11px;color:var(--bb-alternate-text-color);line-height:16.5px}.bb-template-v2 .widget.widget_bp_core_whos_online_widget .item-options a .widget-num-count,.bb-template-v2 .widget.widget_bp_core_whos_online_widget .item-options a.selected{color:var(--bb-headings-color);color:var(--bb-alternate-text-color);border-bottom-width:2px}.bb-template-v2 .widget.widget_bp_core_whos_online_widget .item-options a.selected{color:var(--bb-headings-color)}.bb-template-v2 .widget.widget_bp_core_whos_online_widget .widget-error{border-radius:var(--bb-button-radius);border:none;background-color:var(--bb-content-alternate-background-color);margin:0;padding:15px;color:var(--bb-alternate-text-color)}.bb-template-v2 .widget.bp-profile-search-widget{padding:20px}.bb-template-v2 .widget.bp-profile-search-widget .widget-title{padding:0;border-bottom:none;margin-bottom:15px!important}.bb-template-v2 .widget.bp-profile-search-widget .bps-form{padding:0}.bb-template-v2 .widget.bp-profile-search-widget .bps-form .bps-textbox input{border-radius:var(--bb-button-radius)}.bb-template-v2 .widget.bp-profile-search-widget .bps-form .submit-wrapper .clear-from-wrap a{color:var(--bb-headings-color);position:relative;font-weight:500;-webkit-transition:all linear .2s;transition:all linear .2s}.bb-template-v2 .widget.bp-profile-search-widget .bps-form .submit-wrapper .clear-from-wrap a:before{content:"\ef50";font-family:bb-icons;display:inline-block;margin-left:3px;font-weight:300}.bb-template-v2 .widget.bp-profile-search-widget .bps-form .submit-wrapper .clear-from-wrap a:hover{color:var(--bb-primary-color);-webkit-transition:all linear .2s;transition:all linear .2s}.bb-template-v2 .widget.bp-profile-search-widget .bps-form .submit-wrapper .submit{width:100%;font-size:16px;line-height:19.09px;line-height:-.24px;-webkit-transition:all linear .2s;transition:all linear .2s;border-radius:var(--bb-button-radius);background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)}.bb-template-v2 .widget.bp-profile-search-widget .bps-form .submit-wrapper .submit:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.bb-template-v2 .widget.bp-profile-search-widget .bps-form .submit-wrapper .submit:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}.bb-template-v2 .widget.bp-profile-search-widget .bps-label{font-size:16px!important;color:var(--bb-headings-color)}.bb-template-v2 .widget.widget_display_forums .bb-sidebar-forums li .bbp-forum-title:before{border:none;height:9px;width:9px;top:0}.bb-template-v2 .widget.widget_display_forums .bb-sidebar-forums li .bb-sidebar-forums{border-right:2px solid var(--bb-content-border-color);margin-right:4px;padding-right:12px}.bb-template-v2 .widget.bb_widget_recent_posts .widget-title{margin-bottom:20px!important}.bb-template-v2 .widget.widget_bp_follow_following_widget .avatar-block .item-avatar img{width:42px;max-width:42px}.bb-template-v2 .widget.widget_bp_follow_follower_widget .avatar-block .item-avatar img{width:42px;max-width:42px}.bb-template-v2 .widget.widget_follow_us .bb-follow-links{row-gap:4px}.bb-template-v2 .widget.widget_follow_us .bb-follow-links a{margin-left:4px;opacity:1;border-radius:100%;line-height:36px}.bb-template-v2 .widget.widget_follow_us .bb-follow-links a i{border:1px solid var(--bb-content-border-color);font-weight:400;border-radius:100%;color:var(--bb-headings-color);height:36px;width:36px;font-size:20px;padding:7px}.bb-template-v2 .widget.widget_follow_us .bb-follow-links a:hover i{background-color:var(--bb-headings-color);border-color:var(--bb-headings-color);color:var(--bb-content-background-color);font-weight:300;-webkit-transition:all linear .2s;transition:all linear .2s}.bb-template-v2 .widget.widget_categories .wp-block-categories-list li a{font-weight:500}.bb-template-v2 .elementor-widget.widget .elementor-widget-container>h5,.bb-template-v2 .widget-title,.bb-template-v2 .widgettitle,.bb-template-v2 h2.widget-title{font-size:1.25rem;margin-bottom:23px}.bb-template-v2 .elementor-widget.widget .elementor-widget-container>h5 .widget-num-count,.bb-template-v2 .widget-title .widget-num-count,.bb-template-v2 .widgettitle .widget-num-count,.bb-template-v2 h2.widget-title .widget-num-count{font-size:1rem;font-weight:400}.bb-template-v2 .bp-profile-search-widget .bps-form-title{margin:0;padding:1.4375rem 1rem 1.125rem}.bb-template-v2 .bp-profile-search-widget .bps-form{padding:1.125rem 1rem 1.375rem}.bb-template-v2 .elementor-element div.item-options a,.bb-template-v2 .elementor-widget-wrap div.item-options a,.bb-template-v2 .widget.buddypress div.item-options a{text-transform:uppercase;font-size:.6875rem;font-weight:700;padding-bottom:5px;color:var(--bb-alternate-text-color)}.bb-template-v2 .elementor-element div.item-options a .widget-num-count,.bb-template-v2 .elementor-widget-wrap div.item-options a .widget-num-count,.bb-template-v2 .widget.buddypress div.item-options a .widget-num-count{font-size:.6875rem;padding-right:3px}.bb-template-v2 .elementor-element div.item-options a.selected,.bb-template-v2 .elementor-widget-wrap div.item-options a.selected,.bb-template-v2 .widget.buddypress div.item-options a.selected{color:var(--bb-headings-color)}.bb-template-v2 .elementor-element div.item-options,.bb-template-v2 .elementor-widget-wrap div.item-options,.bb-template-v2 .widget.buddypress div.item-options{border-bottom:0;margin-bottom:18px}.bb-template-v2 .elementor-element div.item-options .selected,.bb-template-v2 .elementor-widget-wrap div.item-options .selected,.bb-template-v2 .widget.buddypress div.item-options .selected{border-bottom-color:var(--bb-content-border-color)}.bb-template-v2 .more-block{text-align:right;margin:15px 0 0;height:auto;line-height:1em}.bb-template-v2 .more-block a.count-more{font-weight:700;font-size:12px;text-transform:uppercase;padding:8px 16px;border-radius:var(--bb-button-radius);display:inline-block;background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular)}.bb-template-v2 .more-block a.count-more:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.bb-template-v2 .more-block a.count-more: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)}.bb-template-v2 .more-block a.count-more .bb-icon-angle-right{display:none}.bb-template-v2 .widget.widget_bp_groups_widget div.item-avatar a,.bb-template-v2 .widget.widget_bp_groups_widget div.item-avatar img{border-radius:15px}.bb-template-v2 .bb_widget_recent_posts .bb-recent-posts .entry-media.entry-img,.bb-template-v2 .elementor-widget-container .bb-recent-posts .entry-media.entry-img{border-radius:8px}.bb-template-v2 .widget_calendar,.bb-template-v2 .wp-block-calendar{position:relative}.bb-template-v2 .widget_calendar #wp-calendar,.bb-template-v2 .wp-block-calendar #wp-calendar{margin-top:14px;margin-bottom:0}.bb-template-v2 .widget_calendar #wp-calendar,.bb-template-v2 .widget_calendar #wp-calendar *,.bb-template-v2 .wp-block-calendar #wp-calendar,.bb-template-v2 .wp-block-calendar #wp-calendar *{border:none;font-weight:500;font-size:14px}.bb-template-v2 .widget_calendar #wp-calendar caption,.bb-template-v2 .wp-block-calendar #wp-calendar caption{padding-bottom:0;margin-bottom:25px;color:var(--bb-headings-color);font-size:18px;line-height:21.48px;text-transform:none}.bb-template-v2 .widget_calendar #wp-calendar thead th,.bb-template-v2 .wp-block-calendar #wp-calendar thead th{background:100% 0;text-align:center;padding:10px;font-size:12px;color:var(--bb-headings-color)}.bb-template-v2 .widget_calendar #wp-calendar tbody td,.bb-template-v2 .wp-block-calendar #wp-calendar tbody td{width:34px;height:34px;padding:0;vertical-align:middle;text-align:center;border-radius:var(--bb-button-radius)}.bb-template-v2 .widget_calendar #wp-calendar tbody td a,.bb-template-v2 .wp-block-calendar #wp-calendar tbody td a{font-weight:600;background:var(--bb-content-alternate-background-color);display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:var(--bb-button-radius);height:30px;width:30px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--bb-body-text-color);text-decoration:none;margin:2.5px;-webkit-transition:all linear .2s;transition:all linear .2s}@media only screen and (max-width:800px){.bb-template-v2 .widget_calendar #wp-calendar tbody td a,.bb-template-v2 .wp-block-calendar #wp-calendar tbody td a{margin:0 auto}}.bb-template-v2 .widget_calendar #wp-calendar tbody td a:hover,.bb-template-v2 .wp-block-calendar #wp-calendar tbody td a:hover{background-color:var(--bb-primary-color);color:var(--bb-content-background-color);-webkit-transition:all linear .2s;transition:all linear .2s}.bb-template-v2 .widget_calendar #wp-calendar tbody td#today,.bb-template-v2 .wp-block-calendar #wp-calendar tbody td#today{background-color:var(--bb-primary-color);color:var(--bb-content-background-color)}:not(.widget_block)>.bb-template-v2 .widget_calendar.has-small-font-size #wp-calendar *,:not(.widget_block)>.bb-template-v2 .widget_calendar.has-small-font-size #wp-calendar tbody td,:not(.widget_block)>.bb-template-v2 .widget_calendar.has-small-font-size #wp-calendar thead th,:not(.widget_block)>.bb-template-v2 .wp-block-calendar.has-small-font-size #wp-calendar *,:not(.widget_block)>.bb-template-v2 .wp-block-calendar.has-small-font-size #wp-calendar tbody td,:not(.widget_block)>.bb-template-v2 .wp-block-calendar.has-small-font-size #wp-calendar thead th{font-size:11px}:not(.widget_block)>.bb-template-v2 .widget_calendar.has-small-font-size #wp-calendar tbody td,:not(.widget_block)>.bb-template-v2 .wp-block-calendar.has-small-font-size #wp-calendar tbody td{height:24px;width:24px}:not(.widget_block)>.bb-template-v2 .widget_calendar.has-large-font-size #wp-calendar *,:not(.widget_block)>.bb-template-v2 .widget_calendar.has-large-font-size #wp-calendar tbody td,:not(.widget_block)>.bb-template-v2 .widget_calendar.has-large-font-size #wp-calendar thead th,:not(.widget_block)>.bb-template-v2 .wp-block-calendar.has-large-font-size #wp-calendar *,:not(.widget_block)>.bb-template-v2 .wp-block-calendar.has-large-font-size #wp-calendar tbody td,:not(.widget_block)>.bb-template-v2 .wp-block-calendar.has-large-font-size #wp-calendar thead th{font-size:18px}:not(.widget_block)>.bb-template-v2 .widget_calendar.has-large-font-size #wp-calendar tbody td,:not(.widget_block)>.bb-template-v2 .wp-block-calendar.has-large-font-size #wp-calendar tbody td{height:40px;width:40px}:not(.widget_block)>.bb-template-v2 .widget_calendar.has-x-large-font-size,:not(.widget_block)>.bb-template-v2 .wp-block-calendar.has-x-large-font-size{max-width:450px}:not(.widget_block)>.bb-template-v2 .widget_calendar.has-x-large-font-size #wp-calendar *,:not(.widget_block)>.bb-template-v2 .widget_calendar.has-x-large-font-size #wp-calendar tbody td,:not(.widget_block)>.bb-template-v2 .widget_calendar.has-x-large-font-size #wp-calendar thead th,:not(.widget_block)>.bb-template-v2 .wp-block-calendar.has-x-large-font-size #wp-calendar *,:not(.widget_block)>.bb-template-v2 .wp-block-calendar.has-x-large-font-size #wp-calendar tbody td,:not(.widget_block)>.bb-template-v2 .wp-block-calendar.has-x-large-font-size #wp-calendar thead th{font-size:24px}:not(.widget_block)>.bb-template-v2 .widget_calendar.has-x-large-font-size #wp-calendar tbody td,:not(.widget_block)>.bb-template-v2 .widget_calendar.has-x-large-font-size #wp-calendar thead th,:not(.widget_block)>.bb-template-v2 .wp-block-calendar.has-x-large-font-size #wp-calendar tbody td,:not(.widget_block)>.bb-template-v2 .wp-block-calendar.has-x-large-font-size #wp-calendar thead th{height:60px;width:60px}@media screen and (max-width:544px){:not(.widget_block)>.bb-template-v2 .widget_calendar.has-x-large-font-size,:not(.widget_block)>.bb-template-v2 .wp-block-calendar.has-x-large-font-size{max-width:450px}:not(.widget_block)>.bb-template-v2 .widget_calendar.has-x-large-font-size #wp-calendar *,:not(.widget_block)>.bb-template-v2 .widget_calendar.has-x-large-font-size #wp-calendar tbody td,:not(.widget_block)>.bb-template-v2 .widget_calendar.has-x-large-font-size #wp-calendar thead th,:not(.widget_block)>.bb-template-v2 .wp-block-calendar.has-x-large-font-size #wp-calendar *,:not(.widget_block)>.bb-template-v2 .wp-block-calendar.has-x-large-font-size #wp-calendar tbody td,:not(.widget_block)>.bb-template-v2 .wp-block-calendar.has-x-large-font-size #wp-calendar thead th{font-size:20px}:not(.widget_block)>.bb-template-v2 .widget_calendar.has-x-large-font-size #wp-calendar tbody td,:not(.widget_block)>.bb-template-v2 .widget_calendar.has-x-large-font-size #wp-calendar thead th,:not(.widget_block)>.bb-template-v2 .wp-block-calendar.has-x-large-font-size #wp-calendar tbody td,:not(.widget_block)>.bb-template-v2 .wp-block-calendar.has-x-large-font-size #wp-calendar thead th{height:30px;width:30px;padding:6px 5px}}.bb-template-v2 .widget_calendar .calendar_wrap .wp-calendar-nav,.bb-template-v2 .wp-block-calendar .calendar_wrap .wp-calendar-nav{top:0;right:0;-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px);width:100%}.bb-template-v2 .widget_calendar .wp-calendar-nav,.bb-template-v2 .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;position:absolute;top:28px;right:20px;width:-webkit-calc(100% - 40px);width:calc(100% - 40px);padding:0}.bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad),.bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad){height:38px;width:38px}.bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad) a,.bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad) a{height:38px;width:38px;border-radius:100%;display:-webkit-box;display:-ms-flexbox;display:flex;background:var(--bb-content-alternate-background-color);font-size:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all linear .2s;transition:all linear .2s;text-decoration:none}.bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad) a:before,.bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad) a:before{font-family:bb-icons;font-weight:300;color:#000;font-size:16px}.bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad) a:hover,.bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad) a:hover{background-color:var(--bb-primary-color);-webkit-transition:all linear .2s;transition:all linear .2s}.bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad) a:hover:before,.bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad) a:hover:before{color:var(--bb-content-background-color);-webkit-transition:all linear .2s;transition:all linear .2s}.bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad).wp-calendar-nav-prev a:before,.bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad).wp-calendar-nav-prev a:before{content:"\e8ab"}.bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad).wp-calendar-nav-next a:before,.bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad).wp-calendar-nav-next a:before{content:"\e827"}.bb-template-v2 .wp-block-group .wp-block-calendar .wp-calendar-nav{top:-8px}.bb-template-v2 .content-area :not(.widget_block)>.wp-block-archives,.bb-template-v2 .content-area :not(.widget_block)>.wp-block-calendar,.bb-template-v2 .content-area :not(.widget_block)>.wp-block-categories-list,.bb-template-v2 .content-area :not(.widget_block)>.wp-block-latest-comments,.bb-template-v2 .content-area :not(.widget_block)>.wp-block-latest-posts,.bb-template-v2 .content-area :not(.widget_block)>.wp-block-page-list,.bb-template-v2 .content-area :not(.widget_block)>.wp-block-rss,.bb-template-v2 .content-area :not(.widget_block)>.wp-block-search,.bb-template-v2 .content-area :not(.widget_block)>.wp-block-tag-cloud{border-radius:10px}.bb-template-v2 .widget_search input.search,.bb-template-v2 .widget_search input[name=bbp_search],.bb-template-v2 .widget_search input[type=search],.bb-template-v2 .wp-block-search input.search,.bb-template-v2 .wp-block-search input[name=bbp_search],.bb-template-v2 .wp-block-search input[type=search]{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius);background-color:var(--bb-content-background-color)}.bb-template-v2 .widget_search .wp-block-search__button,.bb-template-v2 .wp-block-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:var(--bb-input-radius);margin-right:10px;padding-right:15px;padding-left:15px;-webkit-transition:all linear .2s;transition:all linear .2s}.bb-template-v2 .widget_search .wp-block-search__button:focus,.bb-template-v2 .wp-block-search .wp-block-search__button:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.bb-template-v2 .widget_search .wp-block-search__button:hover,.bb-template-v2 .wp-block-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);-webkit-transition:all linear .2s;transition:all linear .2s}.bb-template-v2 .wp-block-archives li{margin-bottom:5px;padding:8px 10px;border-radius:var(--bb-button-radius);font-weight:500;-webkit-transition:all linear .2s;transition:all linear .2s;position:relative}.bb-template-v2 .wp-block-archives li a{font-weight:500}.bb-template-v2 .wp-block-archives li a:before{position:absolute;content:"";inset:0}.bb-template-v2 .wp-block-archives li:hover{-webkit-transition:all linear .2s;transition:all linear .2s;background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color)}.bb-template-v2 .wp-block-archives li:hover a{color:var(--bb-headings-color);-webkit-transition:all linear .2s;transition:all linear .2s}.bb-template-v2 .wp-block-archives li:hover a:hover{background-color:transparent;color:var(--bb-headings-color)}.bb-template-v2 .wp-block-archives li.active{background-color:var(--bb-primary-button-background-regular);color:var(--bb-content-background-color)}.bb-template-v2 .wp-block-archives li.active a{color:var(--bb-content-background-color)}.bb-template-v2 .wp-block-archives-dropdown select{border-radius:var(--bb-input-radius);border-color:var(--bb-content-border-color);font-size:14px}.bb-template-v2 .wp-block-archives-dropdown select:focus{box-shadow:none}.bb-template-v2 .wp-block-rss{margin-right:-5px}.bb-template-v2 .wp-block-rss li:not(:last-child) a{margin-bottom:5px}.bb-template-v2 .wp-block-rss li a{padding:8px 10px;border-radius:var(--bb-button-radius);font-weight:500;display:inline-block}.bb-template-v2 .wp-block-rss li a:hover{background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color)}.bb-template-v2 .wp-block-rss li ul{margin-right:20px}.bb-template-v2 .wp-block-rss li.current-menu-item>a,.bb-template-v2 .wp-block-rss li.current_page_item>a{background-color:var(--bb-primary-color);color:var(--bb-body-background-color);font-weight:600}.bb-template-v2 .widget_product_tag_cloud .wp-block-tag-cloud,.bb-template-v2 .widget_tag_cloud .wp-block-tag-cloud{margin-bottom:0}.bb-template-v2 .widget_product_tag_cloud a,.bb-template-v2 .widget_tag_cloud a{background:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-alternate-background-color);color:var(--bb-body-text-color);border-radius:6px;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}.bb-template-v2 .widget_product_tag_cloud a:hover,.bb-template-v2 .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}.bb-template-v2 .widget_product_tag_cloud a .tag-link-count,.bb-template-v2 .widget_tag_cloud a .tag-link-count{opacity:.7}.bb-template-v2 .widget.widget_bp_profile_completion_widget{padding-bottom:25px}.bb-template-v2 .widget .widget-title{letter-spacing:-.24px}.bb-template-v2 .bbp-stats .bbp-count{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.bb-template-v2 .bbp-stats .bbp-count strong{font-size:18px;line-height:24px;font-weight:600;color:var(--bb-headings-color)}.bb-template-v2 .bbp-stats .bbp-count i{display:inline-block;font-size:24px}.bb-template-v2 ul.bbp-stats{margin:0}.bb-template-v2 ul.bbp-stats li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;background-color:var(--bb-content-alternate-background-color);border-radius:8px;padding:15px;margin-bottom:8px}.bb-template-v2 ul.bbp-stats h4{font-size:14px;font-weight:400;line-height:21px;color:var(--bb-body-text-color);text-align:right;margin:0;padding:0;min-height:auto}.bb-template-v2 .wp-block-latest-posts .wp-block-latest-posts__featured-image img{border-radius:8px}.bb-template-v2 .widget.widget_block .wp-block-latest-posts ul li a{padding-right:0;padding-left:0}.bb-template-v2 .widget.widget_nav_menu ul li{margin:2px -7px}.bb-template-v2 .widget.widget_nav_menu ul li ul li{margin:2px 0}.bb-template-v2 .widget.widget_nav_menu ul a{padding:8px 10px}.bb-template-v2 .widget.widget_nav_menu ul a:hover{background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color)}.bb-template-v2 .widget.widget_nav_menu ul a i{color:var(--bb-alternate-text-color)}.bb-template-v2 .widget.widget_nav_menu ul li.current-menu-item a{background-color:var(--bb-primary-color);color:var(--bb-body-background-color)}.bb-template-v2 .widget.widget_nav_menu ul li.current-menu-item a i{color:var(--bb-body-background-color)}.bb-template-v2 .bs-styled-radio:checked+.bb-radio-label:after,.bb-template-v2 .bs-styled-radio:checked+label:after{display:none}.bb-template-v2 .bs-styled-radio:checked+.bb-radio-label:before,.bb-template-v2 .bs-styled-radio:checked+label:before{border-width:6px;border-color:var(--bb-primary-color)}.bb-template-v2 .bb-radio-style input[type=radio]:checked+span:before{border:6px solid var(--bb-primary-color)}.bb-template-v2 .bb-radio-style input[type=radio]:checked+span:after{display:none}.bb-template-v2 input[type=radio]:focus{box-shadow:none}.bb-template-v2 .member-media select#bb-album-privacy:focus,.bb-template-v2 .member-media select#bb-media-privacy:focus,.bb-template-v2 .widget.widget_search input.search:focus,.bb-template-v2 .widget_search input[name=bbp_search]:focus,.bb-template-v2 .widget_search input[type=search]:focus,.bb-template-v2 .wp-block-search input[name=bbp_search]:focus,.bb-template-v2 .wp-block-search input[type=search]:focus,.bb-template-v2.woocommerce #content table.cart td.actions .input-text:focus,.bb-template-v2.woocommerce table.cart td.actions .input-text:focus,.bb-template-v2.woocommerce-page #content table.cart td.actions .input-text:focus,.bb-template-v2.woocommerce-page table.cart td.actions .input-text:focus{border-color:var(--bb-input-focus-border-color);border-width:1px;box-shadow:var(--bb-input-focus-shadow)}.bb-template-v2 .buddypress-wrap .select-wrap:focus-within{border-color:var(--bb-input-focus-border-color);border-width:1px;box-shadow:var(--bb-input-focus-shadow)}.bb-template-v2 .bs-forums-banner-wrap input:focus{box-shadow:none}.bb-template-v2 .bp-navs:not(.bp-subnavs) ul li.selected a{border-bottom:0}.bb-template-v2 #buddypress .dir-form.bp-search-results-wrapper,.bb-template-v2 .bp-profile-wrapper,.bb-template-v2 .buddypress-wrap .bp-settings-container,.bb-template-v2 .buddypress-wrap:not(.bp-single-vert-nav) .bp-manage-group-container{border:0;background-color:transparent}.bb-template-v2.groups.group-admin #buddypress.bp-single-vert-nav #item-body #group-settings-form{border:0}.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a,.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a,.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs .current a,.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs .selected a,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .current a,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .selected a{background-color:var(--bb-primary-color);color:var(--bb-body-background-color)}.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a:before,.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a:before,.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs .current a:before,.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs .selected a:before,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .current a:before,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .selected a:before{color:var(--bb-body-background-color)}.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a:hover,.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a:hover,.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs .current a:hover,.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs .selected a:hover,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .current a:hover,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .selected a:hover{background-color:var(--bb-primary-color);color:var(--bb-body-background-color)}.bb-template-v2 .bp-search-results-wrapper .bp-navs li a,.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs li a,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs li a{padding:13px 20px;line-height:14px;color:var(--bb-headings-color);border:0;background-color:transparent;margin-bottom:1px}.bb-template-v2 .bp-search-results-wrapper .bp-navs li a:before,.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs li a:before,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs li a:before{color:var(--bb-alternate-text-color)}.bb-template-v2 .bp-search-results-wrapper .bp-navs li a:hover,.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs li a:hover,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs li a:hover{color:var(--bb-headings-color);border:0}.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs li a{padding:13px 20px;line-height:14px;color:var(--bb-headings-color);border:0;background-color:transparent;margin-bottom:1px}.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs li a:before{color:var(--bb-alternate-text-color)}.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs li a:hover{color:var(--bb-headings-color);border:0}.bb-template-v2.groups.group-admin #buddypress #item-body #group-settings-form{border:1px solid var(--bb-content-border-color)}.bb-template-v2.groups.group-admin .bp-navs.group-subnav{border:0;background-color:transparent;padding:0 0 0 25px}.bb-template-v2.groups.group-admin .bp-navs.group-subnav a{border-radius:6px;background-color:transparent}.bb-template-v2.groups.group-admin .bp-navs.group-subnav a:hover{background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color)}.bb-template-v2.groups.group-admin .bp-navs.group-subnav .current a,.bb-template-v2.groups.group-admin .bp-navs.group-subnav .selected a{background-color:var(--bb-primary-color);border:0;color:var(--bb-body-background-color)}.bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav .selected a{color:var(--bb-primary-color)}.bb-template-v2.groups.group-admin #buddypress.buddypress-wrap.bp-single-vert-nav #item-body{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color);padding-left:20px;padding-top:10px}.bb-template-v2.groups.group-admin #buddypress.buddypress-wrap.bp-single-vert-nav #item-body,.bb-template-v2.messages .bp-single-vert-nav #item-body{margin-right:20px}.bb-template-v2 #buddypress .bp-search-results-wrapper .search_results,.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper:not(.need-separator) .bp-profile-content{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color)}.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav,.bb-template-v2 .bp-search-results-wrapper .bp-navs{border:0;background-color:transparent;padding:0 0 0 25px}.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav a,.bb-template-v2 .bp-search-results-wrapper .bp-navs a{border-radius:6px;background-color:transparent}.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav a:before,.bb-template-v2 .bp-search-results-wrapper .bp-navs a:before{color:var(--bb-alternate-text-color)}.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav a:hover,.bb-template-v2 .bp-search-results-wrapper .bp-navs a:hover{background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color)}.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .current a,.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .selected a,.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a,.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a{background-color:var(--bb-primary-color);border:0;color:var(--bb-body-background-color)}.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .current a:after,.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .selected a:after,.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a:after,.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a:after{display:none}.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .current a:before,.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .selected a:before,.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a:before,.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a:before{color:var(--bb-body-background-color)}.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .current a .count,.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .selected a .count,.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a .count,.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a .count{background-color:var(--bb-body-background-color);color:var(--bb-primary-color)}.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a,.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a{border-top:0;border-bottom:0;padding:10px 20px}.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a:hover,.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a:hover{border-top:0;border-bottom:0}.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a:hover .count,.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a:hover .count{background-color:var(--bb-body-background-color);color:var(--bb-primary-color)}.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs{border:0;background-color:transparent;padding:0 0 0 25px}.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs a,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs a{border-radius:6px}.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs a:hover,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs a:hover{background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color)}.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs .selected a,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .selected a{background-color:var(--bb-primary-color);border:0;color:var(--bb-body-background-color)}.bb-template-v2 .bp-invites-container .bb-bp-invites-content{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color)}.bb-template-v2 .bp-invites-container .bp-navs li:first-child a{margin-right:0}@media screen and (max-width:46.8em){.bb-template-v2 nav#object-nav.bb-single-main-nav--vertical{border:0;padding:0}}@media screen and (min-width:46.8em){.bb-template-v2 .bp-single-vert-nav .bp-wrap:not(.bp-fullwidth-wrap){border:0;background-color:transparent}.bb-template-v2 nav#object-nav.bb-single-main-nav--vertical{border-left:0;padding-left:10px;padding-top:0;background-color:transparent}.bb-template-v2 nav#object-nav.bb-single-main-nav--vertical a{border-radius:6px}.bb-template-v2 nav#object-nav.bb-single-main-nav--vertical a:hover{background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color)}.bb-template-v2 #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap nav#object-nav.vertical li.selected,.bb-template-v2 nav#object-nav.bb-single-main-nav--vertical .selected,.bb-template-v2 nav#object-nav.vertical .selected{border-radius:6px}.bb-template-v2 #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap nav#object-nav.vertical li.selected>a,.bb-template-v2 nav#object-nav.bb-single-main-nav--vertical .selected>a,.bb-template-v2 nav#object-nav.vertical .selected>a{background-color:var(--bb-primary-color);border:0;color:var(--bb-body-background-color)}.bb-template-v2 #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap nav#object-nav.vertical li.selected>a .count,.bb-template-v2 nav#object-nav.bb-single-main-nav--vertical .selected>a .count,.bb-template-v2 nav#object-nav.vertical .selected>a .count{background-color:var(--bb-body-background-color);color:var(--bb-primary-color)}.bb-template-v2 #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap nav#object-nav.vertical ul li.selected a:hover{background-color:var(--bb-primary-color);color:var(--bb-body-background-color)}.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .selected:after{background-color:transparent}}.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav,.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav{border-bottom:1px solid var(--bb-content-border-color);display:block;padding:15px 20px 13px}.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav li.bp-groups-tab,.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav li.bp-groups-tab{margin-top:0}.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav li:not(:last-child),.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav li:not(:last-child){padding-left:10px}.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav #bp-zoom-switch-type,.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav #bp-zoom-switch-type{margin-top:-4px}.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav #bp-zoom-switch-type>a,.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav #bp-zoom-switch-type>a{background-color:transparent;border-radius:0;border:0}.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav #bp-zoom-switch-type>a:first-child,.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav #bp-zoom-switch-type>a:first-child{border-left:1px solid var(--bb-content-border-color)}.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav #sync-meetings-groups-li,.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav #sync-webinars-groups-li,.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav #sync-meetings-groups-li,.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav #sync-webinars-groups-li{margin-top:-2px}.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav #meetings-sync,.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav #webinars-sync,.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav #meetings-sync,.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav #webinars-sync{background-color:transparent}.bb-template-v2 .buddypress-wrap .item-body #subnav ul li{margin-bottom:5px}.bb-template-v2 .bb-profile-grid.bb-grid #subnav.bp-navs .sub-menu li{margin-bottom:0}.buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav #meetings-sync,.buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav #webinars-sync{color:var(--bb-primary-color);border:transparent}.bb-template-v2 .bp-dir-hori-nav:not(.bp-vertical-navs) nav#object-nav{background-color:transparent;border:0;padding:0;margin-top:5px;margin-bottom:22px}.bb-template-v2 .bp-dir-hori-nav:not(.bp-vertical-navs) nav#object-nav>ul>li>a:not(.more-button){padding:20px 0 2px}.bb-template-v2 .bp-dir-hori-nav:not(.bp-vertical-navs) nav#object-nav a.more-button{padding:23px 0 2px}.bb-template-v2 nav#object-nav .selected>a{border:0}.bb-template-v2 nav#object-nav>ul>li>a .bb-single-nav-item-point{border-bottom:2px solid transparent;padding-bottom:10px}.bb-template-v2 nav#object-nav>ul>.selected>a .bb-single-nav-item-point{border-bottom:2px solid var(--bb-primary-color);padding-bottom:10px}.bb-template-v2 nav#object-nav>ul>.selected>a .bb-single-nav-item-point{border-bottom:2px solid var(--bb-primary-color);padding-bottom:10px}@media screen and (min-width:46.8em){.bb-template-v2 nav#object-nav.bb-single-main-nav--vertical>ul>li>a .bb-single-nav-item-point{padding-bottom:0;border:0}}.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav#subnav,.bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav{border-bottom:0}.bb-template-v2 .bp-single-vert-nav .subnav li.current a,.bb-template-v2 .bp-single-vert-nav .subnav li.selected a,.bb-template-v2 .subnav li.current a,.bb-template-v2 .subnav li.selected a,.bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav li.current a,.bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav li.selected a,.bb-template-v2.groups .bp-single-vert-nav .subnav li.current a,.bb-template-v2.groups .bp-single-vert-nav .subnav li.selected a,.bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li.current a,.bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li.selected a{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);color:var(--bb-headings-color)}.bb-template-v2 .bp-single-vert-nav .subnav li.current a:hover,.bb-template-v2 .bp-single-vert-nav .subnav li.selected a:hover,.bb-template-v2 .subnav li.current a:hover,.bb-template-v2 .subnav li.selected a:hover,.bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav li.current a:hover,.bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav li.selected a:hover,.bb-template-v2.groups .bp-single-vert-nav .subnav li.current a:hover,.bb-template-v2.groups .bp-single-vert-nav .subnav li.selected a:hover,.bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li.current a:hover,.bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li.selected a:hover{background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color)}.bb-template-v2 .bp-single-vert-nav .subnav li,.bb-template-v2 .subnav li,.bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav li,.bb-template-v2.groups .bp-single-vert-nav .subnav li,.bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li{padding-left:10px}.bb-template-v2 .bp-single-vert-nav .subnav li:not(:last-child),.bb-template-v2 .subnav li:not(:last-child),.bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav li:not(:last-child),.bb-template-v2.groups .bp-single-vert-nav .subnav li:not(:last-child),.bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li:not(:last-child){padding-left:10px}.bb-template-v2 .bp-single-vert-nav .subnav li a,.bb-template-v2 .subnav li a,.bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav li a,.bb-template-v2.groups .bp-single-vert-nav .subnav li a,.bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li a{padding:0 15px;line-height:29px;border-radius:6px;border:1px solid transparent;color:var(--bb-body-body-text-color);background-color:var(--bb-content-alternate-background-color);margin:0}.bb-template-v2 .bp-single-vert-nav .subnav li a:hover,.bb-template-v2 .subnav li a:hover,.bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav li a:hover,.bb-template-v2.groups .bp-single-vert-nav .subnav li a:hover,.bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li a:hover{border:1px solid var(--bb-content-border-color)}.bb-template-v2 .bb-profile-grid.bb-grid #subnav.bp-navs .subnav a.more-button{background-color:transparent;border:0;padding:5px 0 0}.bb-template-v2 .bb-profile-grid.bb-grid #subnav.bp-navs .subnav .more-button.active:after{display:none}.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs li{padding-left:0}.bb-template-v2 .bp-messages-container .subnav li a{border:0;padding:0;color:var(--bb-headings-color);background:100% 0}.bb-template-v2 .bp-messages-container .subnav li a:focus,.bb-template-v2 .bp-messages-container .subnav li a:hover{background-color:transparent;color:var(--bb-primary-color)}.bb-template-v2 #subnav li:not(.current) a:focus,.bb-template-v2 #subnav li:not(.current) a:hover,.bb-template-v2 #subnav li:not(.selected) a:focus,.bb-template-v2 #subnav li:not(.selected) a:hover{color:var(--bb-headings-color);background-color:var(--bb-content-alternate-background-color)}.bb-template-v2 .messages-wrapper #subnav #compose-action-personal-li .bb_more_options_action:hover,.bb-template-v2 .messages-wrapper #subnav #compose-personal-li a:hover{background:100% 0;color:var(--bb-primary-color)}.bb-template-v2.groups.group-messages .bp-single-vert-nav #item-body #subnav .subnav{margin:0}@media screen and (max-width:900px){.bb-template-v2 #buddypress .bp-settings-container .bp-navs li a{padding:10px 15px}}.bb-template-v2 .woocommerce .bsMyAccount{background-color:transparent;border:0}.bb-template-v2 .woocommerce .woocommerce-MyAccount-content{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius)}.bb-template-v2 .woocommerce-MyAccount-navigation{padding-left:30px}.bb-template-v2 .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading{display:none}.bb-template-v2 .woocommerce .woocommerce-MyAccount-navigation ul li a{border-radius:6px}.bb-template-v2 .woocommerce .woocommerce-MyAccount-navigation ul li a:hover{color:var(--bb-headings-color)}.bb-template-v2 .woocommerce .woocommerce-MyAccount-navigation ul li a:before{color:var(--bb-alternate-text-color)}.bb-template-v2 .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a{background-color:var(--bb-primary-color);color:var(--bb-body-background-color)}.bb-template-v2 .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:before{color:var(--bb-body-background-color)}@media screen and (max-width:800px){.bb-template-v2 .woocommerce-MyAccount-navigation{padding-left:0}.bb-template-v2 .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading{display:block}}.bb-template-v2 .lifterlms .llms-student-dashboard{border:0}.bb-template-v2 .llms-student-dashboard .llms-student-dashboard__frame{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius)}.bb-template-v2 .lifterlms .llms-sd-header{background-color:transparent;border:0;padding-left:30px}.bb-template-v2 .lifterlms .llms-sd-header .llms-sd-items{padding:0}.bb-template-v2 .llms-sd-items li.llms-sd-item{border-radius:6px}.bb-template-v2 .llms-sd-items li.llms-sd-item:hover{background-color:var(--bb-content-alternate-background-color)}.bb-template-v2 .lifterlms .llms-student-dashboard .llms-sd-link:hover{color:var(--bb-headings-color)}.bb-template-v2 .lifterlms .llms-student-dashboard .llms-sd-link:before{color:var(--bb-alternate-text-color)}.bb-template-v2 .llms-sd-items li.llms-sd-item.current:hover{background-color:var(--bb-primary-color)}.bb-template-v2 .llms-student-dashboard .llms-sd-nav .llms-sd-items .llms-sd-item.current{background-color:var(--bb-primary-color)}.bb-template-v2 .llms-student-dashboard .llms-sd-nav .llms-sd-items .llms-sd-item.current:hover{background-color:var(--bb-primary-color)}.bb-template-v2 .llms-student-dashboard .llms-sd-nav .llms-sd-items .llms-sd-item.current .llms-sd-link{color:var(--bb-body-background-color)}.bb-template-v2 .llms-student-dashboard .llms-sd-nav .llms-sd-items .llms-sd-item.current .llms-sd-link:hover{color:var(--bb-body-background-color)}.bb-template-v2 .llms-student-dashboard .llms-sd-nav .llms-sd-items .llms-sd-item.current .llms-sd-link:before{color:var(--bb-body-background-color)}.bb-template-v2 .bp-navs ul.component-navigation:not(.subnav) li.selected a{border-bottom:0}.bb-template-v2 .bb-courses-directory .bp-navs>ul>li>a,.bb-template-v2 .lifterlms-course-list .bp-navs.bp-subnavs>ul>li>a{padding:10px 0}.bb-template-v2 .bp-navs>ul>li a .bb-component-nav-item-point{border-bottom:2px solid transparent;padding-bottom:10px}.bb-template-v2 .bp-navs>ul>li.current a .bb-component-nav-item-point,.bb-template-v2 .bp-navs>ul>li.selected a .bb-component-nav-item-point{border-bottom:2px solid var(--bb-primary-color)}.bb-template-v2 .bp-navs>ul>li.current:hover .bb-component-nav-item-point,.bb-template-v2 .bp-navs>ul>li.selected:hover .bb-component-nav-item-point,.bb-template-v2 .bp-subnavs>ul>li.current:hover .bb-component-nav-item-point,.bb-template-v2 .bp-subnavs>ul>li.selected:hover .bb-component-nav-item-point{color:var(--bb-primary-color)}.bb-template-v2 .buddypanel{padding-right:10px;padding-left:10px}.bb-template-v2 ul.buddypanel-menu>li>a>i~span:not(.count){margin-right:-5px;vertical-align:middle}.bb-template-v2 .buddypanel #site-logo{padding-right:10px;padding-left:10px}.bb-template-v2 .buddypanel .bb-toggle-panel{padding-right:8px;padding-left:8px;min-width:48px;border-radius:6px}.bb-template-v2 .buddypanel .bb-toggle-panel:hover{background-color:var(--bb-sidenav-menu-background-color-hover)}.bb-template-v2 .side-panel-menu li{min-height:50px}.bb-template-v2 .side-panel-menu a{padding:13px 0;width:-webkit-calc(100% - 20px);width:calc(100% - 20px);border-radius:6px}.bb-template-v2 .side-panel-menu>li:not(.current-menu-item)>a:hover{background-color:var(--bb-sidenav-alt-background);color:var(--bb-sidenav-links)}.bb-template-v2 .side-panel-menu>li:not(.current-menu-item)>a:hover i{color:var(--bb-sidenav-links)}.bb-template-v2 .side-panel-menu .current-menu-parent.current-menu-item>a,.bb-template-v2 .side-panel-menu>.current-menu-item>a{background-color:var(--bb-sidenav-menu-background-color-active);color:var(--bb-sidenav-text-active)}.bb-template-v2 .side-panel-menu .current-menu-parent.current-menu-item>a span.count,.bb-template-v2 .side-panel-menu>.current-menu-item>a span.count{background-color:var(--bb-sidenav-count-background-color-active);color:var(--bb-sidenav-count-text-color-active)}.bb-template-v2 .side-panel-menu .current-menu-parent.current-menu-item>a>.bs-submenu-toggle,.bb-template-v2 .side-panel-menu>.current-menu-item>a>.bs-submenu-toggle{color:var(--bb-sidenav-text-active)}.bb-template-v2 .side-panel-menu .current-menu-parent.current-menu-item>a:hover,.bb-template-v2 .side-panel-menu>.current-menu-item>a:hover{background-color:var(--bb-sidenav-menu-background-color-active);color:var(--bb-sidenav-text-active)}.bb-template-v2 .side-panel-menu .current-menu-parent.current-menu-item>a:hover span.count,.bb-template-v2 .side-panel-menu>.current-menu-item>a:hover span.count{background-color:var(--bb-sidenav-count-background-color-active);color:var(--bb-sidenav-count-text-color-active)}.bb-template-v2 .side-panel-menu .current-menu-parent.current-menu-item>a:hover>.bs-submenu-toggle,.bb-template-v2 .side-panel-menu>.current-menu-item>a:hover>.bs-submenu-toggle{color:var(--bb-sidenav-text-active)}.bb-template-v2 .side-panel-menu .current-menu-parent.current-menu-item+.current-menu-item,.bb-template-v2 .side-panel-menu>.current-menu-item+.current-menu-item{margin-top:5px}.bb-template-v2 .side-panel-menu>.current-menu-item>a,.bb-template-v2 .side-panel-menu>.current-menu-item>i{color:var(--bb-sidenav-text-active)}.bb-template-v2 .side-panel-menu>.current-menu-item>a:hover i{color:var(--bb-sidenav-text-active)}.bb-template-v2 .side-panel-menu>.current-menu-item .sub-menu a{color:var(--bb-sidenav-text-regular);background-color:var(--bb-sidenav-menu-background-color-regular)}.bb-template-v2 .side-panel-menu>.current-menu-item .sub-menu .current-menu-item>a{background-color:var(--bb-sidenav-menu-background-color-active);color:var(--bb-sidenav-text-active)}.bb-template-v2 .side-panel-menu>.current-menu-item .sub-menu .current-menu-item>a span.count{background-color:var(--bb-sidenav-count-background-color-active);color:var(--bb-sidenav-count-text-color-active)}.bb-template-v2 .side-panel-menu>.current-menu-item .sub-menu .current-menu-item>a>.bs-submenu-toggle{color:var(--bb-sidenav-text-active)}.bb-template-v2 .side-panel-menu .sub-menu a{width:-webkit-calc(100% - 42px);width:calc(100% - 42px)}.bb-template-v2 .widget.widget_block ul.buddypanel-menu-block li a,.bb-template-v2 ul.buddypanel-menu-block li a{border-radius:6px;font-weight:400}.bb-template-v2 .widget.widget_block ul.buddypanel-menu-block li a>span,.bb-template-v2 ul.buddypanel-menu-block li a>span{font-weight:500}.bb-template-v2 .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 span.count{background-color:var(--bb-content-background-color);color:var(--bb-primary-color)}.bb-template-v2 .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.buddypanel-open ul.buddypanel-menu.has-section-menu:not(.mobile-menu)>li:not(.bb-menu-section){margin-right:12px}.bb-template-v2 .content-area ul.buddypanel-menu.has-section-menu:not(.mobile-menu){margin-top:5px}.bb-template-v2 .content-area .side-panel-inner.is_block ul.buddypanel-menu.has-section-menu li:not(.bb-menu-section)>a{width:-webkit-calc(100% - 12px);width:calc(100% - 12px)}.bb-template-v2 .content-area .side-panel-inner.is_block ul.buddypanel-menu.has-section-menu li:not(.bb-menu-section)>a .bs-submenu-toggle{left:22px}.bb-template-v2.buddypanel-open .buddypanel ul.buddypanel-menu.has-section-menu>li:not(.bb-menu-section)>a{width:-webkit-calc(100% - 45px);width:calc(100% - 45px)}.bb-template-v2 .side-panel-inner.is_block .buddypanel-menu-block li.bb-menu-section a{padding-right:20px}.bb-template-v2 .side-panel-inner.is_block .buddypanel-menu-block li.bb-menu-section~li:not(.bb-menu-section)>a{width:100%}.bb-template-v2 .buddypanel-menu>li>.bb-menu-item>i:not(.bb-icon-angle-down){font-size:24px;min-width:48px}body.bb-template-v2.bb-buddypanel:not(.buddypanel-open).bb-sfwd-aside .buddypanel{padding:0}body.bb-template-v2:not(.buddypanel-open) .buddypanel .buddypanel-site-icon{padding:15px 2px 25px}body.bb-template-v2:not(.buddypanel-open) .buddypanel.buddypanel--toggle-off .buddypanel-site-icon{padding-top:20px}.bb-template-v2.buddypanel-open .buddypanel .side-panel-inner li:not(.current-menu-item) a i:not(.bb-icon-angle-down){opacity:.5}.bb-template-v2.buddypanel-open .buddypanel .side-panel-inner li.current-menu-item>a>i:not(.bb-icon-angle-down){opacity:1}.bb-template-v2 ul.buddypanel-menu>li>a>img:first-child{margin:0 14px 0 9px}.bb-template-v2.buddypanel-open ul.buddypanel-menu.mobile-menu>li>a>img:first-child{margin-left:13px}.bb-template-v2 .bb-about-instructor .bb-instructor-heading,.bb-template-v2 .bb-about-instructor h4,.bb-template-v2 .bb-single-course-sidebar h4,.bb-template-v2 .learndash-wrapper .ld-section-heading h2{text-transform:none}.bb-template-v2 .learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading h2,.bb-template-v2 .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading h2{font-size:20px}.bb-template-v2 .bb-about-instructor .bb-instructor-heading,.bb-template-v2 .bb-about-instructor h4{font-size:20px}.bb-template-v2 .bb-single-course-sidebar h4{font-size:18px}.bb-template-v2 .bb-llms-content-wrap .comments-title,.bb-template-v2 .bb-llms-content-wrap .review_title,.bb-template-v2.single-course.llms-pointer .lifterlms_course_information h3,.bb-template-v2.single-course.llms-pointer .llms-instructor-info h3,.bb-template-v2.single-course.llms-pointer .llms-meta-info .llms-meta-title,.bb-template-v2.single-course.llms-pointer .llms-meta-info h3{text-transform:none}.bb-template-v2 .bb-llms-content-wrap .comments-title,.bb-template-v2 .bb-llms-content-wrap .review_title,.bb-template-v2.single-course.llms-pointer .llms-instructor-info h3,.bb-template-v2.single-course.llms-pointer .llms-meta-info .llms-meta-title,.bb-template-v2.single-course.llms-pointer .llms-meta-info h3{font-size:18px}.bb-template-v2.single-course.llms-pointer .lifterlms_course_information h3{font-size:16px}.bb-template-v2 .tutor-dropdown{padding:8px} \ No newline at end of file diff --git a/web/app/themes/buddyboss-theme/assets/css-rtl/theme.css b/web/app/themes/buddyboss-theme/assets/css-rtl/theme.css index 3419aa7c..97a11161 100644 --- a/web/app/themes/buddyboss-theme/assets/css-rtl/theme.css +++ b/web/app/themes/buddyboss-theme/assets/css-rtl/theme.css @@ -1,4 +1,4 @@ -.group::after, .clearfix::after { +.group:after, .clearfix:after { content: " "; display: table; clear: both; @@ -11,18 +11,15 @@ h1, .h4, h5, .h5, h6, .h6, p, address, hr { - margin: 0 0 1.6875rem; + 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-. */ @@ -37,7 +34,6 @@ section { /* Grouping content ========================================================================== */ - /** * Add the correct display in IE 9-. * 1. Add the correct display in IE. @@ -45,27 +41,22 @@ section { 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; - /* 2 */ } @@ -129,7 +120,6 @@ sup { /* Embedded content ========================================================================== */ - /** * Add the correct display in IE 9-. */ @@ -155,7 +145,6 @@ svg:not(:root) { /* Forms ========================================================================== */ - /** * Remove the margin in Firefox and Safari. */ @@ -173,7 +162,6 @@ textarea { */ button, input { - /* 1 */ overflow: visible; } @@ -184,7 +172,6 @@ input { */ button, select { - /* 1 */ text-transform: none; } @@ -199,7 +186,6 @@ html [type="button"], [type="reset"], [type="submit"] { appearance: button; - /* 2 */ } @@ -232,22 +218,16 @@ button:-moz-focusring, */ legend { box-sizing: border-box; - /* 1 */ color: inherit; - /* 2 */ display: table; - /* 1 */ max-width: 100%; - /* 1 */ padding: 0; - /* 3 */ white-space: normal; - /* 1 */ } @@ -257,10 +237,8 @@ legend { */ progress { display: inline-block; - /* 1 */ vertical-align: baseline; - /* 2 */ } @@ -278,10 +256,8 @@ textarea { [type="checkbox"], [type="radio"] { box-sizing: border-box; - /* 1 */ padding: 0; - /* 2 */ } @@ -299,10 +275,8 @@ textarea { */ [type="search"] { appearance: textfield; - /* 1 */ outline-offset: -2px; - /* 2 */ } @@ -321,16 +295,13 @@ textarea { */ ::-webkit-file-upload-button { appearance: button; - /* 1 */ font: inherit; - /* 2 */ } /* Interactive ========================================================================== */ - /* * Add the correct display in IE 9-. * 1. Add the correct display in Edge, IE, and Firefox. @@ -349,7 +320,6 @@ summary { /* Scripting ========================================================================== */ - /** * Add the correct display in IE 9-. */ @@ -366,7 +336,6 @@ template { /* Hidden ========================================================================== */ - /** * Add the correct display in IE 10-. */ @@ -388,7 +357,6 @@ template { */ html { box-sizing: border-box; - /* [1] */ } @@ -398,10 +366,9 @@ html { * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ *, -*::before, -*::after { +*:before, +*:after { box-sizing: inherit; - /* [1] */ } @@ -411,31 +378,23 @@ html { */ 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: 0.9375rem; @@ -453,49 +412,38 @@ body.mce-content-body { */ img { border: 0; - /* [1] */ font-style: italic; - /* [2] */ height: auto; - /* [3] */ max-width: 100%; - /* [4] */ vertical-align: middle; - /* [5] */ } /* 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; - /* 2 */ } - 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; @@ -665,18 +613,16 @@ h6, ul, ol, dd { - margin: 0 1.6875rem 1.6875rem 0; + margin: 0rem 1.6875rem 1.6875rem 0rem; padding: 0; } /** * Paragraphs */ - /** * Not strictly a paragraph, but probably doesn't need its own section. */ - /** * CODE */ @@ -690,7 +636,6 @@ pre { font-size: 14px !important; border-radius: var(--bb-block-radius-inner); } - pre code.bash, pre > code { background: transparent; border: 0; @@ -698,11 +643,9 @@ pre code.bash, pre > code { margin: 0; padding: 0; } - pre code code.bash { font-size: inherit; } - pre pre { border: 0; padding: 0; @@ -711,7 +654,7 @@ pre pre { code { padding: 0.125rem 0.375rem; - margin: 0 0.1875rem; + margin: 0rem 0.1875rem; font-size: 80%; background-color: var(--bb-content-alternate-background-color); border: 1px solid var(--bb-content-border-color); @@ -727,10 +670,8 @@ kbd, pre, samp { font-family: "Courier New", courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; - /* [1] */ font-size: 1rem; - /* 2 */ } @@ -753,7 +694,6 @@ 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; } @@ -780,7 +720,6 @@ figure:not(.wp-block-image) { ul.unstyled { margin-right: 0; } - ul.unstyled, ul.unstyled ul { list-style: none; } @@ -802,11 +741,11 @@ ul.unstyled, ul.unstyled ul { } .strong { - font-weight: 700 !important; + font-weight: bold !important; } .normal { - font-weight: 400 !important; + font-weight: normal !important; } .muted { @@ -855,8 +794,8 @@ a.muted:hover { white-space: nowrap; } -[class^="bb-icon-"]::before, -[class*=" bb-icon-"]::before { +[class^="bb-icon-"]:before, +[class*=" bb-icon-"]:before { margin-right: 0; margin-left: 0; } @@ -878,13 +817,11 @@ a.muted:hover { .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; @@ -895,7 +832,6 @@ a.muted:hover { padding-right: 0; padding-left: 0; } - .page-template-page-fullwidth-content #content #primary { max-width: 100%; } @@ -929,7 +865,6 @@ a.muted:hover { min-width: 1px; list-style: none; } - .bb-grid > *:not(.no-gutter), .bb-grid-cell:not(.no-gutter) { padding-right: 10px; @@ -1016,7 +951,6 @@ a.muted:hover { /* Extra small screen / phone */ @media (max-width: 543px) { - .bb-grid { -ms-flex-flow: row wrap; flex-flow: row wrap; @@ -1030,10 +964,8 @@ a.muted:hover { max-width: 100%; } } - /* Small screen / phone */ @media (min-width: 544px) { - .sm-grid-1-1 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -1090,10 +1022,8 @@ a.muted:hover { max-width: 75%; } } - /* Medium screen / tablet */ @media (min-width: 800px) { - .md-grid-1-1 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -1155,10 +1085,8 @@ a.muted:hover { flex-flow: row-reverse; } } - /* Large screen / desktop */ @media (min-width: 992px) { - .lg-grid-1-1 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -1220,7 +1148,6 @@ a.muted:hover { flex-flow: row-reverse; } } - table { border-spacing: 0; max-width: 100%; @@ -1232,7 +1159,6 @@ table { border: 1px solid var(--bb-content-border-color); border-radius: var(--bb-block-radius-inner); } - table.notification-settings { border: none; } @@ -1297,7 +1223,6 @@ table.striped td:first-child, table.striped th:first-child { padding-right: 1rem; } - table.bordered td:last-child, table.bordered th:last-child, table.striped td:last-child, table.striped th:last-child { @@ -1316,7 +1241,6 @@ table.unstyled td, table.unstyled th { padding: 1px; -webkit-overflow-scrolling: touch; } - .table-responsive table { max-width: none; } @@ -1325,40 +1249,32 @@ table.unstyled td, table.unstyled th { 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-left: 1px solid var(--bb-content-border-color); } - .wp-block-table table tr th:last-child, .wp-block-table table tr td:last-child { border-left: 0; } - .wp-block-table table th:first-child, .wp-block-table table td:first-child { padding-right: 1rem; } - .wp-block-table table th:last-child, .wp-block-table table td:last-child { padding-left: 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); } @@ -1401,43 +1317,36 @@ select { /* stylelint-disable selector-pseudo-element-no-unknown */ /* stylelint-enable */ } - 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 { @@ -1480,21 +1389,18 @@ select:focus { 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), 0.1); border: 1px solid rgba(var(--bb-success-color-rgb), 0.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, @@ -1503,13 +1409,11 @@ select.disabled { background-color: var(--bb-content-alternate-background-color); opacity: 0.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 { @@ -1559,7 +1463,6 @@ input.search { background-image: url("../images/svg/search.svg"); background-position: right 10px center; padding-right: 2rem; - /* opacity: 0.6; */ } @@ -1576,25 +1479,21 @@ input[type="checkbox"] { } label { - /* display: block; */ color: var(--bb-headings-color); margin-bottom: 0.25rem; font-size: 17px; } - label.checkbox, label .desc, label .success, label .error { text-transform: none; - font-weight: 400; + font-weight: normal; } - label.checkbox { font-size: 18px; line-height: 27px; cursor: pointer; color: inherit; } - label.checkbox input { margin-top: 0; } @@ -1607,7 +1506,7 @@ label.checkbox input { .req { position: relative; top: 1px; - font-weight: 700; + font-weight: bold; color: var(--bb-danger-color); font-size: 110%; } @@ -1640,11 +1539,9 @@ form, .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; @@ -1662,21 +1559,18 @@ form, 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; @@ -1689,7 +1583,7 @@ form, -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; - font-weight: 400; + font-weight: normal; border: 1px solid var(--bb-content-border-color); background-color: #f8f8f8; padding: 0 0.875rem; @@ -1701,12 +1595,10 @@ form, .prepend input { border-radius: var(--bb-input-radius) 0 0 var(--bb-input-radius); } - .prepend .button { margin-left: -1px; border-radius: 0 var(--bb-input-radius) var(--bb-input-radius) 0 !important; } - .prepend span { border-left: none; border-radius: 0 var(--bb-input-radius) var(--bb-input-radius) 0; @@ -1715,12 +1607,10 @@ form, .append input { border-radius: 0 var(--bb-input-radius) var(--bb-input-radius) 0; } - .append .button { margin-right: -1px; border-radius: var(--bb-input-radius) 0 0 var(--bb-input-radius) !important; } - .append span { border-right: none; border-radius: var(--bb-input-radius) 0 0 var(--bb-input-radius); @@ -1730,7 +1620,6 @@ form, position: absolute; opacity: 0; } - .bs-styled-checkbox + label { cursor: pointer; display: inline-block; @@ -1738,8 +1627,7 @@ form, padding: 0; line-height: 1; } - -.bs-styled-checkbox + label::before { +.bs-styled-checkbox + label:before { content: ""; margin-left: 10px; display: inline-block; @@ -1750,34 +1638,29 @@ form, border-radius: var(--bb-checkbox-radius); border: 1px solid var(--bb-content-border-color); } - -.bs-styled-checkbox:focus + label::before { +.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 { +.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 { +.bs-styled-checkbox:disabled + label:before { box-shadow: none; background: #ddd; } - -.bs-styled-checkbox:checked + label::after { +.bs-styled-checkbox:checked + label:after { content: "\e876"; position: absolute; right: 3px; top: 3px; font-family: bb-icons; - font-weight: 400; + font-weight: normal; color: #fff; font-size: 14px; display: block; @@ -1787,15 +1670,13 @@ form, 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 { +.bs-styled-radio + label:before, .bs-styled-radio + .bb-radio-label:before { content: ""; display: inline-block; vertical-align: middle; @@ -1810,18 +1691,15 @@ form, border-radius: 100%; margin-left: 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 { +.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 { +.bs-styled-radio:checked + label:after, .bs-styled-radio:checked + .bb-radio-label:after { content: ""; background-color: var(--bb-primary-color); margin: auto; @@ -1835,18 +1713,15 @@ form, } @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, @@ -1897,7 +1772,6 @@ input[type="submit"], -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - button:focus, .button:focus, input[type="button"]:focus, @@ -1916,7 +1790,6 @@ input[type="submit"]: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, @@ -1934,12 +1807,9 @@ input[type="submit"] 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; - /* top: 1px; */ - /* margin: 0 2px; */ } - button:hover, button:focus, .button:hover, .button:focus, @@ -1977,7 +1847,6 @@ input[type="submit"]:focus, 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, @@ -2030,7 +1899,6 @@ input[type="submit"]:active, color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - button.disabled, .button.disabled, input[type="button"].disabled, @@ -2053,7 +1921,6 @@ input[type="submit"].disabled, background-color: #f5f5f5; opacity: 1; } - button.small, .button.small, input[type="button"].small, @@ -2077,7 +1944,6 @@ input[type="submit"].small, padding: 0 20px; border-radius: var(--bb-button-radius); } - button.big, .button.big, input[type="button"].big, @@ -2100,7 +1966,6 @@ input[type="submit"].big, padding: 0 40px; border-radius: var(--bb-button-radius); } - button.large, .button.large, input[type="button"].large, @@ -2123,7 +1988,6 @@ input[type="submit"].large, padding: 0 30px; border-radius: var(--bb-button-radius); } - button.full, .button.full, input[type="button"].full, @@ -2142,7 +2006,6 @@ input[type="submit"].full, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.full { width: 100%; } - button.secondary, .button.secondary, input[type="button"].secondary, @@ -2159,12 +2022,12 @@ input[type="submit"].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, @@ -2184,7 +2047,6 @@ input[type="submit"].secondary:hover, color: #1e2132; background-color: rgba(255, 255, 255, 0.05); } - button.secondary:active, .button.secondary:active, input[type="button"].secondary:active, @@ -2204,7 +2066,6 @@ input[type="submit"].secondary:active, color: #1e2132; background-color: rgba(255, 255, 255, 0.09); } - button.secondary:disabled, button.secondary.disabled, .button.secondary:disabled, .button.secondary.disabled, @@ -2239,7 +2100,6 @@ input[type="submit"].secondary.disabled, color: #c8cbcf; background-color: #f5f5f5; } - button.secondary.outline, .button.secondary.outline, input[type="button"].secondary.outline, @@ -2260,7 +2120,6 @@ input[type="submit"].secondary.outline, color: #fff; border-color: #fff; } - button.secondary.outline:hover, .button.secondary.outline:hover, input[type="button"].secondary.outline:hover, @@ -2280,7 +2139,6 @@ input[type="submit"].secondary.outline:hover, color: rgba(255, 255, 255, 0.05); border-color: rgba(255, 255, 255, 0.05); } - button.secondary.outline:active, .button.secondary.outline:active, input[type="button"].secondary.outline:active, @@ -2300,7 +2158,6 @@ input[type="submit"].secondary.outline:active, color: rgba(255, 255, 255, 0.12); border-color: rgba(255, 255, 255, 0.12); } - button.secondary.outline:disabled, button.secondary.outline.disabled, .button.secondary.outline:disabled, .button.secondary.outline.disabled, @@ -2337,7 +2194,6 @@ input[type="submit"].secondary.outline.disabled, border-color: #dedfe2; opacity: 1; } - button.secondary:focus, .button.secondary:focus, input[type="button"].secondary:focus, @@ -2356,7 +2212,6 @@ input[type="submit"].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, @@ -2377,7 +2232,6 @@ input[type="submit"].secondary: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, @@ -2397,7 +2251,6 @@ input[type="submit"].success, color: #fff; background-color: var(--bb-success-color); } - button.success:hover, .button.success:hover, input[type="button"].success:hover, @@ -2417,7 +2270,6 @@ input[type="submit"].success:hover, color: #fff; background-color: rgba(var(--bb-success-color), 0.05); } - button.success:active, .button.success:active, input[type="button"].success:active, @@ -2437,7 +2289,6 @@ input[type="submit"].success:active, color: #fff; background-color: rgba(var(--bb-success-color), 0.09); } - button.success:disabled, button.success.disabled, .button.success:disabled, .button.success.disabled, @@ -2472,7 +2323,6 @@ input[type="submit"].success.disabled, color: #c8cbcf; background-color: #f5f5f5; } - button.success.outline, .button.success.outline, input[type="button"].success.outline, @@ -2493,7 +2343,6 @@ input[type="submit"].success.outline, 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, @@ -2513,7 +2362,6 @@ input[type="submit"].success.outline:hover, color: rgba(var(--bb-success-color), 0.05); border-color: rgba(var(--bb-success-color), 0.05); } - button.success.outline:active, .button.success.outline:active, input[type="button"].success.outline:active, @@ -2533,7 +2381,6 @@ input[type="submit"].success.outline:active, color: rgba(var(--bb-success-color), 0.12); border-color: rgba(var(--bb-success-color), 0.12); } - button.success.outline:disabled, button.success.outline.disabled, .button.success.outline:disabled, .button.success.outline.disabled, @@ -2570,7 +2417,6 @@ input[type="submit"].success.outline.disabled, border-color: #dedfe2; opacity: 1; } - button.error, .button.error, input[type="button"].error, @@ -2590,7 +2436,6 @@ input[type="submit"].error, color: #fff; background-color: var(--bb-danger-color); } - button.error:hover, .button.error:hover, input[type="button"].error:hover, @@ -2610,7 +2455,6 @@ input[type="submit"].error:hover, color: #fff; background-color: rgba(var(--bb-danger-color), 0.05); } - button.error:active, .button.error:active, input[type="button"].error:active, @@ -2630,7 +2474,6 @@ input[type="submit"].error:active, color: #fff; background-color: rgba(var(--bb-danger-color), 0.09); } - button.error:disabled, button.error.disabled, .button.error:disabled, .button.error.disabled, @@ -2665,7 +2508,6 @@ input[type="submit"].error.disabled, color: #c8cbcf; background-color: #f5f5f5; } - button.error.outline, .button.error.outline, input[type="button"].error.outline, @@ -2686,7 +2528,6 @@ input[type="submit"].error.outline, 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, @@ -2706,7 +2547,6 @@ input[type="submit"].error.outline:hover, color: rgba(var(--bb-danger-color), 0.05); border-color: rgba(var(--bb-danger-color), 0.05); } - button.error.outline:active, .button.error.outline:active, input[type="button"].error.outline:active, @@ -2726,7 +2566,6 @@ input[type="submit"].error.outline:active, color: rgba(var(--bb-danger-color), 0.12); border-color: rgba(var(--bb-danger-color), 0.12); } - button.error.outline:disabled, button.error.outline.disabled, .button.error.outline:disabled, .button.error.outline.disabled, @@ -2763,7 +2602,6 @@ input[type="submit"].error.outline.disabled, border-color: #dedfe2; opacity: 1; } - button.error:hover, button.error.outline:hover, .button.error:hover, .button.error.outline:hover, @@ -2799,7 +2637,6 @@ input[type="submit"].error.outline:hover, border-color: var(--bb-danger-color); color: var(--bb-danger-color); } - button.inverted, .button.inverted, input[type="button"].inverted, @@ -2819,7 +2656,6 @@ input[type="submit"].inverted, color: #000; background-color: #fff; } - button.inverted:hover, .button.inverted:hover, input[type="button"].inverted:hover, @@ -2839,7 +2675,6 @@ input[type="submit"].inverted:hover, color: #000; background-color: rgba(255, 255, 255, 0.05); } - button.inverted:active, .button.inverted:active, input[type="button"].inverted:active, @@ -2859,7 +2694,6 @@ input[type="submit"].inverted:active, color: #000; background-color: rgba(255, 255, 255, 0.09); } - button.inverted:disabled, button.inverted.disabled, .button.inverted:disabled, .button.inverted.disabled, @@ -2894,7 +2728,6 @@ input[type="submit"].inverted.disabled, color: #c8cbcf; background-color: #f5f5f5; } - button.inverted.outline, .button.inverted.outline, input[type="button"].inverted.outline, @@ -2915,7 +2748,6 @@ input[type="submit"].inverted.outline, color: #fff; border-color: #fff; } - button.inverted.outline:hover, .button.inverted.outline:hover, input[type="button"].inverted.outline:hover, @@ -2935,7 +2767,6 @@ input[type="submit"].inverted.outline:hover, color: rgba(255, 255, 255, 0.05); border-color: rgba(255, 255, 255, 0.05); } - button.inverted.outline:active, .button.inverted.outline:active, input[type="button"].inverted.outline:active, @@ -2955,7 +2786,6 @@ input[type="submit"].inverted.outline:active, color: rgba(255, 255, 255, 0.12); border-color: rgba(255, 255, 255, 0.12); } - button.inverted.outline:disabled, button.inverted.outline.disabled, .button.inverted.outline:disabled, .button.inverted.outline.disabled, @@ -2992,7 +2822,6 @@ input[type="submit"].inverted.outline.disabled, border-color: #dedfe2; opacity: 1; } - button.inverted:hover, .button.inverted:hover, input[type="button"].inverted:hover, @@ -3011,7 +2840,6 @@ input[type="submit"].inverted:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted:hover { opacity: 0.7; } - button.round, .button.round, input[type="button"].round, @@ -3030,7 +2858,6 @@ input[type="submit"].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, @@ -3049,7 +2876,6 @@ input[type="submit"].raised, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.raised { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); } - button.outline, .button.outline, input[type="button"].outline, @@ -3073,7 +2899,6 @@ input[type="submit"].outline, border: 1px solid var(--bb-secondary-button-border-regular); box-shadow: none; } - button.outline:focus, .button.outline:focus, input[type="button"].outline:focus, @@ -3092,7 +2917,6 @@ input[type="submit"].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, @@ -3143,7 +2967,6 @@ input[type="submit"].outline:active, 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, @@ -3177,7 +3000,6 @@ input[type="submit"].outline.disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.outline.disabled { opacity: 0.5; } - button.upper, .button.upper, input[type="button"].upper, @@ -3198,7 +3020,6 @@ input[type="submit"].upper, letter-spacing: 0.04em; font-size: 14px; } - button.upper.small, .button.upper.small, input[type="button"].upper.small, @@ -3217,7 +3038,6 @@ input[type="submit"].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, @@ -3236,7 +3056,6 @@ input[type="submit"].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, @@ -3262,12 +3081,10 @@ input[type="submit"].upper.large, 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, @@ -3287,7 +3104,6 @@ input[type="submit"] { font-size: 16px; margin-bottom: 27px; } - .breadcrumbs ul { display: -webkit-box; display: -ms-flexbox; @@ -3296,34 +3112,28 @@ input[type="submit"] { -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: 0 0.625rem; + padding: 0rem 0.625rem; display: inline-block; white-space: nowrap; } - -.breadcrumbs li::after { +.breadcrumbs li:after { display: inline-block; content: "/"; color: rgba(0, 0, 0, 0.3); } - -.breadcrumbs li:last-child::after { +.breadcrumbs li:last-child:after { display: none; } - .breadcrumbs li:first-child span, .breadcrumbs li:first-child a { padding-right: 0; } - .breadcrumbs li.active a { color: var(--bb-body-text-color); text-decoration: none; @@ -3334,20 +3144,17 @@ input[type="submit"] { 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; @@ -3356,23 +3163,19 @@ input[type="submit"] { 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, 0.5); border-color: #e0e1e1; } - .pagination span, .pagination li.active a { color: rgba(0, 0, 0, 0.5); border-color: #e0e1e1; cursor: text; } - .pagination.upper { font-size: 14px; } @@ -3383,7 +3186,6 @@ input[type="submit"] { background: transparent; border-radius: 0; } - .bbp-pagination-links span.current { background-color: var(--bb-primary-color); color: var(--bb-body-background-color); @@ -3430,7 +3232,6 @@ input[type="submit"] { .page-links .page-numbers, .page-links .post-page-numbers { display: inline-block; - width: 28px; height: 28px; line-height: 28px; text-align: center; @@ -3438,7 +3239,51 @@ input[type="submit"] { 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-lms-pagination .page-numbers:not(.next, .prev), +.bb-lms-pagination .post-page-numbers:not(.next, .prev), +.bp-pagination-links .page-numbers:not(.next, .prev), +.bp-pagination-links .post-page-numbers:not(.next, .prev), +.bbp-pagination-links .page-numbers:not(.next, .prev), +.bbp-pagination-links .post-page-numbers:not(.next, .prev), +.woocommerce-pagination .page-numbers:not(.next, .prev), +.woocommerce-pagination .post-page-numbers:not(.next, .prev), +.llms-pagination .page-numbers:not(.next, .prev), +.llms-pagination .post-page-numbers:not(.next, .prev), +.page-links .page-numbers:not(.next, .prev), +.page-links .post-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-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, +.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, +.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, +.woocommerce-pagination .page-numbers.next, +.woocommerce-pagination .page-numbers.prev, +.woocommerce-pagination .post-page-numbers.next, +.woocommerce-pagination .post-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, +.page-links .page-numbers.next, +.page-links .page-numbers.prev, +.page-links .post-page-numbers.next, +.page-links .post-page-numbers.prev { + width: 28px; +} .bb-bp-invites-content .table-responsive a.page-numbers:not(.prev, .next), .bb-bp-invites-content .table-responsive a.post-page-numbers, .bb-lms-pagination a.page-numbers:not(.prev, .next), @@ -3456,7 +3301,6 @@ input[type="submit"] { 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.post-page-numbers:hover, .bb-lms-pagination a.page-numbers:not(.prev, .next):hover, @@ -3473,7 +3317,6 @@ input[type="submit"] { .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, @@ -3483,7 +3326,6 @@ input[type="submit"] { .page-links a.prev { margin-left: 5px; } - .bb-bp-invites-content .table-responsive a.next, .bb-lms-pagination a.next, .bp-pagination-links a.next, @@ -3493,7 +3335,6 @@ input[type="submit"] { .page-links a.next { margin-right: 5px; } - .bb-bp-invites-content .table-responsive a.prev, .bb-bp-invites-content .table-responsive a.next, .bb-lms-pagination a.prev, @@ -3522,7 +3363,6 @@ input[type="submit"] { 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, @@ -3539,25 +3379,24 @@ input[type="submit"] { .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, -.page-links a.prev::before, -.page-links a.next::before { +.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, +.page-links a.prev:before, +.page-links a.next:before { font-family: bb-icons; speak: none; font-style: normal; - font-weight: 400; + font-weight: normal; font-variant: normal; text-transform: none; list-style: none; @@ -3565,27 +3404,24 @@ input[type="submit"] { 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, -.page-links a.prev::before { +.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, +.page-links a.prev:before { content: "\e8ab"; } - -.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, -.page-links a.next::before { +.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, +.page-links a.next:before { content: "\e827"; } - .bb-bp-invites-content .table-responsive span.page-numbers:not(.dots), .bb-bp-invites-content .table-responsive span.post-page-numbers, .bb-lms-pagination span.page-numbers:not(.dots), @@ -3603,7 +3439,6 @@ input[type="submit"] { color: var(--bb-body-background-color); background-color: var(--bb-primary-color); } - .bb-bp-invites-content .table-responsive span.page-numbers.disabled, .bb-lms-pagination span.page-numbers.disabled, .bp-pagination-links span.page-numbers.disabled, @@ -3635,13 +3470,11 @@ body.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, @@ -3650,7 +3483,6 @@ body.woocommerce nav.woocommerce-pagination ul li a:hover, body.woocommerce nav. 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, @@ -3661,7 +3493,6 @@ body.woocommerce nav.woocommerce-pagination ul li a.prev, 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, @@ -3670,7 +3501,6 @@ body.woocommerce nav.woocommerce-pagination ul li a.prev: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 { @@ -3708,7 +3538,6 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } @media (max-width: 544px) { - .push-left-sm { margin-right: 0; } @@ -3722,7 +3551,6 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, margin-top: 0; } } - .align-middle { -webkit-box-align: center; -ms-flex-align: center; @@ -3742,14 +3570,12 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } @media (max-width: 544px) { - .align-left-sm { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } } - .fixed { position: fixed; top: 0; @@ -3792,7 +3618,6 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } @media (max-width: 544px) { - .flex-column-sm { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -3807,7 +3632,6 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @media (max-width: 544px) and (max-width: 544px) { - .flex-w100-sm { -webkit-box-flex: 0 !important; -ms-flex: 0 0 100% !important; @@ -3832,19 +3656,16 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } @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; } @@ -3853,7 +3674,6 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, display: block !important; } } - .no-scroll { overflow: hidden; position: fixed; @@ -3877,7 +3697,6 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, position: relative; margin-bottom: 18px; } - .video-container iframe:not(.wp-embedded-content), .video-container object, .video-container embed { position: absolute; top: 0; @@ -3896,19 +3715,15 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, font-size: 0.75rem; opacity: 0.6; } - .close:hover { opacity: 1; } - .close.small { font-size: 0.5rem; } - .close.big { font-size: 1.125rem; } - .close.white { color: #fff; } @@ -3930,13 +3745,11 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, bottom: 0; background-color: rgba(255, 255, 255, 0.95); } - .overlay > .close { position: fixed; top: 1rem; left: 1rem; } - .overlay.black { background-color: rgba(0, 0, 0, 0.9); } @@ -3949,29 +3762,24 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, 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; @@ -4020,7 +3828,6 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, margin: 0.5cm; } } - /* Animation example, for spinners */ @@ -4045,58 +3852,47 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } @-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: 0.9; } } @keyframes loading { - 0% { opacity: 1; } - 100% { opacity: 0.9; } } @-webkit-keyframes slide-up { - to { height: 0; padding-top: 0; @@ -4104,7 +3900,6 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @keyframes slide-up { - to { height: 0; padding-top: 0; @@ -4112,7 +3907,6 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @-webkit-keyframes slide-down { - from { height: 0; padding-top: 0; @@ -4120,7 +3914,6 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @keyframes slide-down { - from { height: 0; padding-top: 0; @@ -4128,53 +3921,43 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @-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); @@ -4182,13 +3965,11 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @keyframes flip-in { - from { opacity: 0; -webkit-transform: scaleY(0); transform: scaleY(0); } - to { opacity: 1; -webkit-transform: scaleY(1); @@ -4196,13 +3977,11 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @-webkit-keyframes flip-out { - from { opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1); } - to { opacity: 0; -webkit-transform: scaleY(0); @@ -4210,13 +3989,11 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @keyframes flip-out { - from { opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1); } - to { opacity: 0; -webkit-transform: scaleY(0); @@ -4224,146 +4001,122 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @-webkit-keyframes zoom-in { - 0% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } - 50% { opacity: 1; } } @keyframes zoom-in { - 0% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } - 50% { opacity: 1; } } @-webkit-keyframes zoom-out { - 0% { opacity: 1; } - 50% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } - 100% { opacity: 0; } } @keyframes zoom-out { - 0% { opacity: 1; } - 50% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.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); @@ -4371,12 +4124,10 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @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); @@ -4384,12 +4135,10 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @-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); @@ -4397,12 +4146,10 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @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); @@ -4410,12 +4157,10 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @-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); @@ -4423,12 +4168,10 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @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); @@ -4436,128 +4179,105 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @-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(-0.5rem); transform: translateX(-0.5rem); } - 30% { -webkit-transform: translateX(0.4rem); transform: translateX(0.4rem); } - 45% { -webkit-transform: translateX(-0.3rem); transform: translateX(-0.3rem); } - 60% { -webkit-transform: translateX(0.2rem); transform: translateX(0.2rem); } - 75% { -webkit-transform: translateX(-0.1rem); transform: translateX(-0.1rem); } - 90% { -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes shake { - 15% { -webkit-transform: translateX(-0.5rem); transform: translateX(-0.5rem); } - 30% { -webkit-transform: translateX(0.4rem); transform: translateX(0.4rem); } - 45% { -webkit-transform: translateX(-0.3rem); transform: translateX(-0.3rem); } - 60% { -webkit-transform: translateX(0.2rem); transform: translateX(0.2rem); } - 75% { -webkit-transform: translateX(-0.1rem); transform: translateX(-0.1rem); } - 90% { -webkit-transform: translateX(0); transform: translateX(0); } } - .fadeIn { -webkit-animation: fade-in 250ms; animation: fade-in 250ms; @@ -4661,7 +4381,6 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, padding: 0; overflow: hidden; } - .dropdown:not(.v-select).dropdown-mobile { position: fixed; top: 0; @@ -4672,35 +4391,28 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, 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, 0.07); } - .dropdown:not(.v-select) ul li:last-child { border-bottom: none; } - .dropdown:not(.v-select) ul a { display: block; padding: 0.75rem; text-decoration: none; color: #000; } - .dropdown:not(.v-select) ul a:hover { background: rgba(0, 0, 0, 0.05); } @@ -4716,15 +4428,12 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, 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; left: 1rem; @@ -4767,8 +4476,7 @@ button[data-balloon] { position: relative; cursor: pointer; } - -[data-balloon]::after { +[data-balloon]:after { opacity: 0; pointer-events: none; -webkit-transition: all 0.18s ease-out 0.18s; @@ -4787,8 +4495,7 @@ button[data-balloon] { white-space: nowrap; z-index: 10; } - -[data-balloon]::before { +[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; @@ -4801,26 +4508,21 @@ button[data-balloon] { 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 { +[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 { +[data-balloon].font-awesome:after { font-family: FontAwesome; } - -[data-balloon][data-balloon-break]::after { +[data-balloon][data-balloon-break]:after { white-space: pre; } - -[data-balloon][data-balloon-blunt]::before, [data-balloon][data-balloon-blunt]::after { +[data-balloon][data-balloon-blunt]:before, [data-balloon][data-balloon-blunt]:after { -webkit-transition: none; transition: none; } - -[data-balloon][data-balloon-pos="up"]::after { +[data-balloon][data-balloon-pos="up"]:after { bottom: 100%; right: 50%; margin-bottom: 11px; @@ -4831,8 +4533,7 @@ button[data-balloon] { -ms-transform-origin: top; transform-origin: top; } - -[data-balloon][data-balloon-pos="up"]::before { +[data-balloon][data-balloon-pos="up"]:before { bottom: 100%; right: 50%; margin-bottom: 5px; @@ -4843,20 +4544,17 @@ button[data-balloon] { -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 { +[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 { +[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 { +[data-balloon][data-balloon-pos="up-left"]:after { bottom: 100%; right: 0; margin-bottom: 11px; @@ -4867,8 +4565,7 @@ button[data-balloon] { -ms-transform-origin: top; transform-origin: top; } - -[data-balloon][data-balloon-pos="up-left"]::before { +[data-balloon][data-balloon-pos="up-left"]:before { bottom: 100%; right: 5px; margin-bottom: 5px; @@ -4879,20 +4576,17 @@ button[data-balloon] { -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 { +[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 { +[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 { +[data-balloon][data-balloon-pos="up-right"]:after { bottom: 100%; left: 0; margin-bottom: 11px; @@ -4903,8 +4597,7 @@ button[data-balloon] { -ms-transform-origin: top; transform-origin: top; } - -[data-balloon][data-balloon-pos="up-right"]::before { +[data-balloon][data-balloon-pos="up-right"]:before { bottom: 100%; left: 5px; margin-bottom: 5px; @@ -4915,20 +4608,17 @@ button[data-balloon] { -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 { +[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 { +[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 { +[data-balloon][data-balloon-pos="down"]:after { right: 50%; margin-top: 11px; top: 100%; @@ -4936,8 +4626,7 @@ button[data-balloon] { -ms-transform: translate(50%, -10px); transform: translate(50%, -10px); } - -[data-balloon][data-balloon-pos="down"]::before { +[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; @@ -4949,20 +4638,17 @@ button[data-balloon] { -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 { +[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 { +[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 { +[data-balloon][data-balloon-pos="down-left"]:after { right: 0; margin-top: 11px; top: 100%; @@ -4970,8 +4656,7 @@ button[data-balloon] { -ms-transform: translate(0, -10px); transform: translate(0, -10px); } - -[data-balloon][data-balloon-pos="down-left"]::before { +[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; @@ -4983,20 +4668,17 @@ button[data-balloon] { -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 { +[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 { +[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 { +[data-balloon][data-balloon-pos="down-right"]:after { left: 0; margin-top: 11px; top: 100%; @@ -5004,8 +4686,7 @@ button[data-balloon] { -ms-transform: translate(0, -10px); transform: translate(0, -10px); } - -[data-balloon][data-balloon-pos="down-right"]::before { +[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; @@ -5017,20 +4698,17 @@ button[data-balloon] { -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 { +[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 { +[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 { +[data-balloon][data-balloon-pos="left"]:after { margin-left: 11px; left: 100%; top: 50%; @@ -5038,8 +4716,7 @@ button[data-balloon] { -ms-transform: translate(-10px, -50%); transform: translate(-10px, -50%); } - -[data-balloon][data-balloon-pos="left"]::before { +[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; @@ -5051,20 +4728,17 @@ button[data-balloon] { -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 { +[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 { +[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 { +[data-balloon][data-balloon-pos="right"]:after { right: 100%; margin-right: 11px; top: 50%; @@ -5072,8 +4746,7 @@ button[data-balloon] { -ms-transform: translate(10px, -50%); transform: translate(10px, -50%); } - -[data-balloon][data-balloon-pos="right"]::before { +[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; @@ -5085,57 +4758,48 @@ button[data-balloon] { -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 { +[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 { +[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 { +[data-balloon][data-balloon-length="small"]:after { white-space: normal; width: 80px; } - -[data-balloon][data-balloon-length="medium"]::after { +[data-balloon][data-balloon-length="medium"]:after { white-space: normal; width: 150px; } - -[data-balloon][data-balloon-length="large"]::after { +[data-balloon][data-balloon-length="large"]:after { white-space: normal; width: 260px; } - -[data-balloon][data-balloon-length="xlarge"]::after { +[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 { + [data-balloon][data-balloon-length="xlarge"]:after { white-space: normal; width: 90vw; } } - -[data-balloon][data-balloon-length="fit"]::after { +[data-balloon][data-balloon-length="fit"]:after { white-space: normal; width: 100%; } -[data-bp-tooltip]::after { +[data-bp-tooltip]:after { background: rgba(var(--bb-tooltip-background-rgb), 0.95); color: var(--bb-tooltip-color); } - -[data-bp-tooltip]::before { +[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; @@ -5150,7 +4814,6 @@ button[data-balloon] { 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); @@ -5165,7 +4828,6 @@ button[data-balloon] { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .bs-item-list.list-view .bs-item-wrap:not(.no-hover-effect, .header-total-reply-count):hover { box-shadow: 0 3px 24px 0 rgba(18, 43, 70, 0.08); border-right-color: #fff; @@ -5174,52 +4836,42 @@ button[data-balloon] { position: relative; z-index: 1; } - .bs-item-list.list-view.notification-list .bs-item-wrap:not(.no-hover-effect, .header-total-reply-count):hover { border-right-color: transparent; border-left-color: transparent; } - .bs-item-list.list-view li.bs-item-wrap:not(.no-hover-effect):hover { box-shadow: none; border-right-color: var(--bb-content-border-color); border-left-color: var(--bb-content-border-color); } - .bs-item-list.list-view li.bs-item-wrap:first-child { border-top-right-radius: var(--bb-block-radius); border-top-left-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: -0.24px; line-height: 1; } - .bs-item-list.list-view .bs-dropdown { left: -15px; } - -.bs-item-list.list-view .bb-icon-map-pin-small::before { +.bs-item-list.list-view .bb-icon-map-pin-small:before { margin-right: 0; } - .bs-item-list.list-view .item-avatar > a { display: inline-block; margin: 0; position: relative; } - .bs-item-list.list-view .item-avatar { margin-left: 20px; } - .bs-item-list.list-view .bs-dropdown-link { color: var(--bb-headings-color); border: 0; @@ -5230,12 +4882,10 @@ button[data-balloon] { -webkit-transition: all linear 0.2s; transition: all linear 0.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; } @@ -5245,34 +4895,15 @@ button[data-balloon] { border-bottom-right-radius: var(--bb-block-radius); } -#bbpress-forums .bs-item-list.list-view:not(.bbp-lead-topic) > li:first-child { - border-top-right-radius: var(--bb-block-radius); - border-top-left-radius: var(--bb-block-radius); -} - -#bbpress-forums .bs-item-list.list-view:not(.bbp-lead-topic) > li:first-child > div.bs-reply-list-item, #bbpress-forums .bs-item-list.list-view:not(.bbp-lead-topic) > li:first-child > .bs-item-wrap { - border-top-right-radius: var(--bb-block-radius); - border-top-left-radius: var(--bb-block-radius); -} - #bbpress-forums .bs-item-list.list-view:not(.bbp-lead-topic) > li: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 > div.bs-reply-list-item, #bbpress-forums .bs-item-list.list-view:not(.bbp-lead-topic) > li:last-child > .bs-item-wrap { 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:first-child { - border-radius: var(--bb-block-radius); -} - -#bbpress-forums .bs-item-list.list-view:not(.bbp-lead-topic) > li:last-child:first-child > div.bs-reply-list-item, #bbpress-forums .bs-item-list.list-view:not(.bbp-lead-topic) > li:last-child:first-child > .bs-item-wrap { - border-radius: var(--bb-block-radius); -} - .bs-item-list.notification-list .bs-item-wrap:not(.no-hover-effect):hover { border-right-color: transparent; border-left-color: transparent; @@ -5293,7 +4924,6 @@ button[data-balloon] { .bs-dropdown-wrap { position: relative; } - .bs-dropdown-wrap.hover-open:hover .bs-dropdown { opacity: 1; visibility: visible; @@ -5316,13 +4946,11 @@ button[data-balloon] { visibility: hidden; z-index: 95; } - .bs-dropdown.open { opacity: 1; visibility: visible; } - -.bs-dropdown::after { +.bs-dropdown:after { content: " "; position: absolute; width: 0; @@ -5344,7 +4972,6 @@ button[data-balloon] { transition: all linear 0.2s; z-index: 96; } - .bs-dropdown li { font-size: 13px; font-weight: inherit; @@ -5358,14 +4985,12 @@ button[data-balloon] { } /* 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; @@ -5374,7 +4999,6 @@ button[data-balloon] { 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); } @@ -5397,7 +5021,6 @@ button[data-balloon] { margin: 10px auto; box-shadow: 0 3px 24px 0 rgba(18, 43, 70, 0.28); } - .bb-modal .mfp-close, .bb-modal .mfp-close:hover { background-color: transparent; @@ -5408,7 +5031,6 @@ button.mfp-close { background-color: transparent; color: var(--bb-headings-color); } - button.mfp-close:hover { background-color: transparent; color: var(--bb-headings-color); @@ -5419,12 +5041,10 @@ button.mfp-close:hover { } @media (max-width: 992px) { - .bb-modal { padding: 40px 20px; } } - .bb-cover-wrap { border-radius: 3px; position: relative; @@ -5433,8 +5053,7 @@ button.mfp-close:hover { display: block; background: var(--bb-cover-image-background-color); } - -.bb-cover-wrap::after { +.bb-cover-wrap:after { content: ""; position: absolute; background: rgba(0, 0, 0, 0.1); @@ -5446,11 +5065,9 @@ button.mfp-close:hover { right: 0; top: 0; } - -.bb-cover-wrap.bs-no-cover-img::after { +.bb-cover-wrap.bs-no-cover-img:after { opacity: 0.3; } - .bb-cover-wrap img { position: absolute; top: 0; @@ -5470,7 +5087,6 @@ button.mfp-close:hover { padding: 0; margin: 0; } - .my-account.events.profile .item-body-inner .statusnotice .em-warning p { padding: 0; margin: 0 0 1.6875rem !important; @@ -5485,8 +5101,7 @@ button.mfp-close:hover { padding-right: 15px; padding-left: 15px; } - -#pass-strength-result::before { +#pass-strength-result:before { font-family: bb-icons; display: inline-block; speak: none; @@ -5500,60 +5115,56 @@ button.mfp-close:hover { position: relative; top: 1px; } - #pass-strength-result.short { background-color: rgba(var(--bb-danger-color-rgb), 0.1); color: var(--bb-danger-color); border-color: rgba(0, 0, 0, 0.05); } - -#pass-strength-result.short::before { +#pass-strength-result.short:before { content: "\ee65"; font-weight: 200; } - #pass-strength-result.error, #pass-strength-result.bad { background-color: rgba(var(--bb-warning-color-rgb), 0.1); color: var(--bb-warning-color); border-color: rgba(0, 0, 0, 0.05); } - -#pass-strength-result.error::before, #pass-strength-result.bad::before { +#pass-strength-result.error:before, #pass-strength-result.bad:before { content: "\ee66"; font-weight: 300; } - #pass-strength-result.good { background-color: rgba(var(--bb-default-notice-color-rgb), 0.1); color: var(--bb-default-notice-color); border-color: rgba(0, 0, 0, 0.05); } - -#pass-strength-result.good::before { +#pass-strength-result.good:before { content: "\eebc"; font-weight: 200; } - #pass-strength-result.strong { background-color: rgba(var(--bb-success-color-rgb), 0.1); color: var(--bb-success-color); border-color: rgba(0, 0, 0, 0.05); font-weight: 400 !important; } - -#pass-strength-result.strong::before { +#pass-strength-result.strong:before { content: "\e876"; font-weight: 200; } /* bp-navs */ -.bp-navs::after, -.bp-navs ul::after { +.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); @@ -5572,7 +5183,6 @@ button.mfp-close:hover { text-align: center; vertical-align: middle; } - .bp-navs ul li .count:empty, .buddypress-wrap .bp-navs li.dynamic a .count:empty { display: none; @@ -5610,7 +5220,6 @@ button.mfp-close:hover { border-bottom: 1px solid transparent; margin-bottom: -1px; } - .bp-navs ul li a:hover { color: var(--bb-primary-color); } @@ -5619,7 +5228,6 @@ button.mfp-close:hover { 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); } @@ -5646,24 +5254,20 @@ img.emojioneemoji { .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 { +.activity-update-form ~ .mpp-media-upload-container a.mpp-upload-container-close:before { content: "\e828"; 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, 0.5); @@ -5671,19 +5275,15 @@ img.emojioneemoji { 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-left: 90px; } - .activity-update-form ~ .mpp-media-upload-container .mpp-uploading-media-list ul { margin: 10px 0; } @@ -5693,19 +5293,16 @@ img.emojioneemoji { 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 { +.bb-radio-style input[type="radio"] + span:before { content: ""; display: inline-block; cursor: pointer; @@ -5717,12 +5314,10 @@ img.emojioneemoji { border: 2px solid var(--bb-content-border-color); border-radius: 100%; } - -.bb-radio-style input[type="radio"]:checked + span::before { +.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 { +.bb-radio-style input[type="radio"]:checked + span:after { content: ""; background-color: var(--bb-primary-color); margin: auto; @@ -5758,11 +5353,10 @@ ul.medium-editor-toolbar-actions .medium-editor-action b:hover::before { 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 { +.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; @@ -5773,9 +5367,8 @@ ul.medium-editor-toolbar-actions .medium-editor-action b:hover::before { border-radius: 4px; margin-left: 10px; } - -.bb-checkbox .bb-checkbox-help::after, -.bb-radio .bb-checkbox-help::after { +.bb-checkbox .bb-checkbox-help:after, +.bb-radio .bb-checkbox-help:after { position: absolute; top: 0; right: 0; @@ -5785,7 +5378,7 @@ ul.medium-editor-toolbar-actions .medium-editor-action b:hover::before { height: 22px; font-family: bb-icons; font-style: normal; - font-weight: 400; + font-weight: normal; font-size: 22px; line-height: 22px; background-color: var(--bb-primary-color); @@ -5793,15 +5386,13 @@ ul.medium-editor-toolbar-actions .medium-editor-action b:hover::before { 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 { +.bb-checkbox input[type="checkbox"]:checked + .bb-checkbox-help:after, +.bb-radio input[type="checkbox"]:checked + .bb-checkbox-help:after { opacity: 1; } @@ -5812,11 +5403,10 @@ ul.medium-editor-toolbar-actions .medium-editor-action b:hover::before { } /* Radio */ -.bb-radio .bb-radio-help::before { +.bb-radio .bb-radio-help:before { border-radius: 50%; } - -.bb-radio .bb-radio-help::after { +.bb-radio .bb-radio-help:after { content: ""; position: absolute; top: 4px; @@ -5828,8 +5418,7 @@ ul.medium-editor-toolbar-actions .medium-editor-action b:hover::before { border-radius: 50%; opacity: 0; } - -.bb-radio input[type="radio"]:checked + .bb-radio-help::after { +.bb-radio input[type="radio"]:checked + .bb-radio-help:after { opacity: 1; } @@ -5841,7 +5430,6 @@ ul.medium-editor-toolbar-actions .medium-editor-action b:hover::before { margin: 0; vertical-align: middle; } - .bb-switch input { display: none; } @@ -5858,8 +5446,7 @@ ul.medium-editor-toolbar-actions .medium-editor-action b:hover::before { transition: 0.4s; border-radius: 34px; } - -.switch-slider::before { +.switch-slider:before { position: absolute; content: ""; height: 24px; @@ -5877,7 +5464,7 @@ ul.medium-editor-toolbar-actions .medium-editor-action b:hover::before { background-color: var(--bb-primary-color); } -input:checked + .switch-slider::before { +input:checked + .switch-slider:before { -webkit-transform: translateX(-16px); -ms-transform: translateX(-16px); transform: translateX(-16px); @@ -5890,7 +5477,6 @@ ins.iCheck-helper { /* -------------------------------------------------------------- # Accessibility -------------------------------------------------------------- */ - /* Text meant only for screen readers. */ .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); @@ -5911,7 +5497,7 @@ ins.iCheck-helper { display: block; font-size: 14px; font-size: 0.875rem; - font-weight: 700; + font-weight: bold; height: auto; right: 5px; line-height: normal; @@ -5920,7 +5506,6 @@ ins.iCheck-helper { top: 5px; width: auto; z-index: 100000; - /* Above WP toolbar. */ } @@ -5962,18 +5547,15 @@ ins.iCheck-helper { overflow: hidden; text-align: center; } - .wp-caption.alignleft { - margin: 0.5rem 0 1.625rem 2rem; + margin: 0.5rem 0rem 1.625rem 2rem; } - .wp-caption.aligncenter { margin-right: auto; margin-left: auto; } - .wp-caption.alignright { - margin: 0.5rem 2rem 1.625rem 0; + margin: 0.5rem 2rem 1.625rem 0rem; } .wp-caption-text { @@ -5994,7 +5576,6 @@ ins.iCheck-helper { .gallery { margin: 0 -5px 45px; } - .gallery br + br { display: none; } @@ -6053,7 +5634,6 @@ ins.iCheck-helper { overflow: hidden; text-align: center; } - .gallery-icon .attachment-thumbnail { background-color: whitesmoke; margin: 0; @@ -6070,7 +5650,6 @@ ins.iCheck-helper { /* .gallery .gallery-item { width: 50%; } */ - /* End - Gallery */ .entry-content .fluid-width-video-wrapper, .entry-content img.aligncenter { @@ -6099,7 +5678,6 @@ ins.iCheck-helper { transition: 0.3s all; z-index: 9999; } - .bb-remove-loader #bb-loader { opacity: 0; visibility: hidden; @@ -6123,16 +5701,18 @@ img.wp-smiley { display: inline; border: none; box-shadow: none; - height: 1em; - width: 1em; - margin: 0 0.07em; + /* Use !important to override inline styling */ + height: 24px !important; + width: 24px !important; + max-height: initial !important; + margin: 3px; vertical-align: -0.1em; background: none; padding: 0; } /* Fixed `contenteditable = true` height issue in FireFox */ -*[contenteditable]:empty::before { +*[contenteditable]:empty:before { content: "\feff"; } @@ -6145,7 +5725,6 @@ img.wp-smiley { margin-left: 0; max-width: 300px; } - .select2-dropdown .select2-results__option { border-radius: 3px; margin-bottom: 0; @@ -6178,10 +5757,8 @@ body { flex-direction: column; min-height: 100vh; } - body:not(.page-template-page-fullscreen, .elementor-page) .site { overflow-x: hidden; - /* Fixed horizontal scroll issue in mobile */ } @@ -6194,7 +5771,6 @@ body:not(.page-template-page-fullscreen, .elementor-page) .site { .site-content { min-height: 70vh; } - .sticky-header .site-content { min-height: 85vh; } @@ -6214,18 +5790,15 @@ body.buddypress.has-sidebar:not(.profile-sidebar, .group-sidebar, .llms-pointer, 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; } @@ -6238,7 +5811,6 @@ body .widget-area:not(.widget-area-secondary) { } @media (min-width: 800px) { - .bb-buddypanel:not(.register) .site, .bb-buddypanel:not(.activate) .site { margin-right: 68px; @@ -6248,7 +5820,6 @@ body .widget-area:not(.widget-area-secondary) { } @media (min-width: 800px) { - .bb-buddypanel.bb-buddypanel-right:not(.register) .site { margin-left: 68px; margin-right: 0; @@ -6263,17 +5834,14 @@ body .widget-area:not(.widget-area-secondary) { 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; @@ -6282,33 +5850,27 @@ body .widget-area:not(.widget-area-secondary) { letter-spacing: -0.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); @@ -6328,8 +5890,7 @@ body .widget-area:not(.widget-area-secondary) { position: relative; margin: 0 auto; } - -.no-results.not-found .search-form::before { +.no-results.not-found .search-form:before { content: "\ef10"; color: inherit; font-family: bb-icons; @@ -6339,28 +5900,23 @@ body .widget-area:not(.widget-area-secondary) { top: 8px; opacity: 0.4; } - .no-results.not-found .search-form label { min-width: 28%; } - .no-results.not-found .search-form .search-field { border-radius: 0 100px 100px 0; border-left: 0; width: 100%; } - .no-results.not-found .search-form .search-submit { border-radius: var(--bb-button-radius) 0 0 var(--bb-button-radius); font-size: 14px; font-weight: 500; letter-spacing: -0.24px; } - .no-results.not-found .search-form input[type="search"] { background-image: none; } - .no-results.not-found .no-results-img { margin-bottom: 50px; } @@ -6371,8 +5927,62 @@ body .widget-area:not(.widget-area-secondary) { border-radius: 50%; } -@media screen and (min-width: 800px) { - +#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-left: 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; + left: 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-left: 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; @@ -6386,24 +5996,20 @@ body .widget-area:not(.widget-area-secondary) { } } @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 i, .site-header .notification-dropdown i, .site-header .header-aside .notification-dropdown i, @@ -6413,52 +6019,41 @@ body .widget-area:not(.widget-area-secondary) { 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 { +[dir="rtl"] .site-header .header-aside .notification-dropdown .notification-footer i.bb-icon-angle-right:before { content: "\e8ab"; } - .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 { +.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 { +.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; @@ -6471,17 +6066,16 @@ body .widget-area:not(.widget-area-secondary) { } .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 { +.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; } @@ -6498,7 +6092,7 @@ body .widget-area:not(.widget-area-secondary) { box-shadow: 0 1px 0 0 rgba(139, 141, 157, 0.05), 0 5px 10px 0 rgba(65, 71, 108, 0.15); } -.search-visible .site-header a.header-search-link[data-balloon]::after, .search-visible .site-header a.header-search-link[data-balloon]::before { +.search-visible .site-header a.header-search-link[data-balloon]:after, .search-visible .site-header a.header-search-link[data-balloon]:before { display: none; } @@ -6515,7 +6109,6 @@ body .widget-area:not(.widget-area-secondary) { -webkit-transition: all linear 0.1s; transition: all linear 0.1s; } - .header-2 .site-branding { margin: auto; padding: 0 20px; @@ -6531,7 +6124,6 @@ body .widget-area:not(.widget-area-secondary) { .header-2 .header-aside { width: 40%; } - .header-2 .site-title { text-align: center; line-height: normal; @@ -6552,7 +6144,6 @@ body .widget-area:not(.widget-area-secondary) { align-items: center; overflow: hidden; } - body:not(.logged-in) .bb-mobile-header .flex-1 { -webkit-box-pack: center; -ms-flex-pack: center; @@ -6565,11 +6156,9 @@ body:not(.logged-in) .bb-mobile-header .flex-1 { margin: 0; color: var(--bb-headings-color); } - .site-title a { color: var(--bb-headings-color); } - .site-title img { max-height: 76px; min-height: 60px; @@ -6623,7 +6212,6 @@ a.custom-logo-link { -ms-flex: 0 0 auto; flex: 0 0 auto; } - .header-aside > * { padding: 0 10px; height: var(--bb-header-height); @@ -6634,35 +6222,31 @@ a.custom-logo-link { -ms-flex-align: center; align-items: center; } - .header-aside > *:first-child { padding-right: 0; } - .header-aside > *:last-child { padding-left: 0; } - .header-aside .bb-button:not(.button) { font-size: 14px; color: #939597; letter-spacing: -0.24px; line-height: 1; } - .header-aside .bb-button:not(.button):hover { color: var(--bb-primary-color); } - .header-aside .user-wrap.user-wrap-container { margin-right: 10px; } - +.header-aside.avatar { + aspect-ratio: auto; +} .site-header .header-aside.avatar .sub-menu { left: 0; } - -.site-header .header-aside.avatar .sub-menu::before { +.site-header .header-aside.avatar .sub-menu:before { left: 13px; } @@ -6674,26 +6258,21 @@ a.custom-logo-link { -ms-flex-align: center; align-items: center; } - .header-aside-inner > * { padding: 0 8px; line-height: 1; } - .header-aside-inner > *:last-child { padding-left: 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-right: 25px; } @@ -6711,7 +6290,6 @@ a.user-link { letter-spacing: -0.24px; height: var(--bb-header-height); } - a.user-link i { margin: 0 2px 0 3px; } @@ -6747,13 +6325,11 @@ a.user-link i { transition: all linear 0.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; @@ -6765,14 +6341,12 @@ a.user-link i { 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); @@ -6792,13 +6366,11 @@ a.user-link i { 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; @@ -6807,7 +6379,6 @@ a.user-link i { padding: 0; opacity: 0; } - .header-search-wrap a.close-search { display: inline-block; line-height: 1; @@ -6816,7 +6387,6 @@ a.user-link i { top: calc(50% - 11px); left: 10px; } - .header-search-wrap a.close-search i { font-size: 24px; color: var(--bb-header-links); @@ -6829,27 +6399,22 @@ a.user-link i { .header-aside .sub-menu { min-width: 180px; } - -.header-aside .menu-item-has-children:not(.hideshow)::after { +.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; } @@ -6870,7 +6435,6 @@ a.user-link i { color: #939597; letter-spacing: -0.24px; } - .menu-link:hover { color: var(--bb-primary-color); } @@ -6889,13 +6453,12 @@ a.user-link i { .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-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-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; @@ -6913,9 +6476,8 @@ a.user-link i { -ms-flex-align: center; align-items: center; } - -.bb-more-menu-icon::after, -.bb-help-link::after { +.bb-more-menu-icon:after, +.bb-help-link:after { content: " "; position: absolute; width: 0; @@ -6933,7 +6495,6 @@ a.user-link i { -ms-transform: rotate(45deg); transform: rotate(45deg); box-shadow: -2px -3px 3px 0 rgba(0, 0, 0, 0.02); - /* transition: all linear 0.2s; */ z-index: 101; opacity: 0; @@ -6948,7 +6509,6 @@ a.user-link i { list-style: none; padding: 10px; position: absolute; - /* transition: all linear 0.2s; */ left: -15px; top: -webkit-calc(100% - 15px); @@ -6964,24 +6524,21 @@ a.user-link i { visibility: hidden; } -.header-aside .bb-more-menu-nav .menu-item-has-children > a::after { +.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; @@ -6994,27 +6551,22 @@ a.user-link i { margin-bottom: 1px; padding: 0.5625rem 0.9375rem; } - .bb-more-menu-nav a:hover { background: #f5f5f5; color: var(--bb-primary-color); } - .bb-more-menu-nav i { font-size: 14px; margin-left: 8px; } - -.bb-more-menu-nav [data-balloon]::before, -.bb-more-menu-nav [data-balloon]::after { +.bb-more-menu-nav [data-balloon]:before, +.bb-more-menu-nav [data-balloon]:after { display: none; } - .bb-more-menu-nav .sub-menu { left: 95%; top: 0; } - .bb-more-menu-nav .sub-menu .sub-menu { right: auto; } @@ -7023,21 +6575,19 @@ a.user-link i { 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 { +.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; } @@ -7072,11 +6622,9 @@ a.header-search-link { padding-right: 10px; padding-left: 10px; } - .site-header .bb-button-wrap:last-child { padding-left: 0; } - .site-header .bb-button-wrap-inner { display: -webkit-box; display: -ms-flexbox; @@ -7086,20 +6634,16 @@ a.header-search-link { 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); } @@ -7117,7 +6661,6 @@ a.header-search-link { text-align: right; vertical-align: middle; } - .header-search-link-wrap:last-child, .user-wrap-container:last-child, .bb-header-more-menu:last-child, @@ -7126,7 +6669,6 @@ a.header-search-link { .header-cart-link-wrap:last-child, #header-messages-dropdown-elem:last-child, #header-notifications-dropdown-elem:last-child { - /* padding-right: 0; */ } @@ -7134,7 +6676,7 @@ a.header-search-link { width: 80%; } -.dropdown-left .menu-item-has-children:not(.hideshow)::after { +.dropdown-left .menu-item-has-children:not(.hideshow):after { line-height: 1; left: 12px; top: 4px; @@ -7143,7 +6685,7 @@ a.header-search-link { transform: rotate(90deg); } -.dropdown-right .menu-item-has-children:not(.hideshow)::after { +.dropdown-right .menu-item-has-children:not(.hideshow):after { line-height: 1; left: 12px; top: 4px; @@ -7165,11 +6707,10 @@ a.header-search-link { 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); } @@ -7191,7 +6732,6 @@ a.header-search-link { } @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-right: 68px; @@ -7200,18 +6740,15 @@ a.header-search-link { .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"); @@ -7219,13 +6756,11 @@ a.header-search-link { } @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; @@ -7234,14 +6769,12 @@ a.header-search-link { } @media (max-width: 480px) { - .header-search-wrap input.search-field { width: 100%; padding-left: 50px; } } @media (max-width: 799px) { - .site-header-container, .buddypanel { display: none; @@ -7254,7 +6787,6 @@ a.header-search-link { .bb-left-panel-mobile { margin-right: 10px; } - .site-header .bb-left-panel-mobile > i { color: var(--bb-header-links); } @@ -7274,13 +6806,11 @@ a.header-search-link { } } @media (min-width: 800px) { - .bb-mobile-header-wrapper, .bb-mobile-panel-wrapper { display: none !important; } } - /* * Elementor header */ @@ -7289,34 +6819,28 @@ a.header-search-link { } @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 { left: 0; } - - .elementor-location-header .site-header .menu-item-has-children .sub-menu::before { + .elementor-location-header .site-header .menu-item-has-children .sub-menu:before { left: inherit; right: 30px; } } @media (max-width: 768px) { - - .elementor-location-header .site-header .menu-item-has-children .sub-menu::before { + .elementor-location-header .site-header .menu-item-has-children .sub-menu:before { right: 68px; } } @media (max-width: 545px) { - .elementor-location-header .elementor-section-wrap .elementor-container { padding-right: 10px !important; padding-left: 10px !important; } } - .bb-mobile-panel-wrapper { width: 100%; position: fixed; @@ -7328,31 +6852,24 @@ a.header-search-link { z-index: 999; box-shadow: 0 2px 5px 0 rgba(18, 43, 70, 0.7); } - .bb-mobile-panel-wrapper.left { right: 0; } - .bb-mobile-panel-wrapper.left.closed { right: -110%; } - .bb-mobile-panel-wrapper.right { left: 0; } - .bb-mobile-panel-wrapper.right.closed { left: -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; @@ -7372,11 +6889,9 @@ a.header-search-link { 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 { right: 0; } - .admin-bar .bb-mobile-panel-wrapper { top: 32px; } @@ -7395,7 +6910,6 @@ a.header-search-link { padding: 0 20px 30px; z-index: 11; } - .bb-mobile-panel-inner .main-navigation { display: -webkit-box; display: -ms-flexbox; @@ -7406,29 +6920,23 @@ a.header-search-link { 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); @@ -7438,126 +6946,101 @@ a.header-search-link { padding-right: 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-right: 0; } - .bb-mobile-panel-inner hr { background: var(--bb-content-border-color); height: 1px; opacity: 0.5; margin: 15px 5px 10px 0; } - .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: 0.5; font-size: 13px; color: #939597; letter-spacing: -0.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-right: 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 { +.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-right: 0; margin-left: 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: -0.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: left; margin-left: 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; @@ -7565,68 +7048,55 @@ a.header-search-link { 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-left: 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 { +.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; @@ -7635,16 +7105,13 @@ a.header-search-link { 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; @@ -7656,23 +7123,18 @@ a.header-search-link { -webkit-transition: all linear 0.2s; transition: all linear 0.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-right: 0; } @@ -7680,12 +7142,10 @@ a.header-search-link { 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; @@ -7699,7 +7159,6 @@ a.bb-close-panel i { height: 34px; width: 100%; } - .bb-search-area .search-submit { display: none; } @@ -7716,13 +7175,11 @@ a.bb-close-panel i { -ms-flex-align: center; align-items: center; } - .bb-mobile-panel-header .avatar { border-radius: 50%; margin-left: 10px; max-width: 50px; } - .bb-mobile-panel-header .user-name { font-size: 16px; font-weight: 500; @@ -7730,11 +7187,9 @@ a.bb-close-panel i { letter-spacing: -0.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); } @@ -7766,7 +7221,6 @@ a.bb-close-panel i { .bb-mobile-header .header-aside { padding-left: 15px; } - .bb-mobile-header .header-aside span:not(.count) { line-height: 1; } @@ -7784,7 +7238,6 @@ a.bb-close-panel i { .my-account-link { line-height: 1; } - .my-account-link a { font-size: 13px; font-weight: 500; @@ -7798,7 +7251,6 @@ a.bb-close-panel i { } @media screen and (max-width: 799px) { - .header-search-wrap .search-form { margin: 0 15px 0 0; max-width: -webkit-calc(100% - 64px); @@ -7806,25 +7258,21 @@ a.bb-close-panel i { } } @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-left: 0 !important; } } @media screen and (max-width: 543px) { - #header-notifications-dropdown-elem:not(:last-child) .notification-dropdown { left: -38px; } @@ -7837,7 +7285,6 @@ a.bb-close-panel i { left: -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, @@ -7914,11 +7361,11 @@ a.bb-close-panel i { * Some themes -- notably 2014 -- has nasty rules that * could override the icons' styles so we need to force them here. */ -.dashicons-admin-site::before { +.dashicons-admin-site:before { content: "\f319" !important; } -.dashicons-welcome-view-site::before { +.dashicons-welcome-view-site:before { content: "\f115" !important; } @@ -7936,7 +7383,6 @@ a.bb-close-panel i { min-width: 130px; } @media screen and (min-width: 992px) { - #primary-navbar { min-width: 210px; } @@ -7947,45 +7393,38 @@ a.bb-close-panel i { } .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 { +.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 { +.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 { +.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 { +body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li:after { display: none; } - .primary-menu > li { float: right; display: inline-block; @@ -7995,49 +7434,39 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { position: relative; vertical-align: middle; } - .primary-menu > li:first-child { padding-right: 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: -0.165em; font-size: 16px; } - .primary-menu a { font-size: 0.875rem; color: var(--bb-header-links); letter-spacing: -0.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, @@ -8046,7 +7475,6 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { color: var(--bb-header-links-hover); letter-spacing: -0.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, @@ -8057,7 +7485,6 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { .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, @@ -8068,7 +7495,6 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { .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, @@ -8079,47 +7505,41 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { .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 10px 0 22px; } - -.primary-menu .menu-item-has-children > a::after { +.primary-menu .menu-item-has-children > a:after { right: 0; left: 0; margin: auto; vertical-align: middle; } -.menu-style-tab_bar .site-header .primary-menu > li::after { +.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 { +.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 { +.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; } @@ -8127,13 +7547,12 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { margin-top: 30px; right: -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 { +.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 { +.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; @@ -8149,16 +7568,14 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { 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 { +.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 { +.menu-style-tab_bar .site-header .primary-menu > li.no-icon > a:after { content: "\ee6e"; font-family: bb-icons; font-size: 24px; @@ -8172,27 +7589,21 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { -ms-transform: translateX(50%); transform: translateX(50%); } - -.menu-style-tab_bar .site-header .primary-menu > li.no-icon > a:hover::after { +.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 { +.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; @@ -8206,22 +7617,18 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { justify-content: center; border-bottom: 2px solid transparent; } - -.menu-style-tab_bar .site-header .primary-menu > li > a:hover::before { +.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-right: 0; margin-left: 0; min-width: 20px; } - .menu-style-tab_bar .site-header .primary-menu > li > a > span { display: none; } @@ -8231,32 +7638,26 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { margin-right: 15px; margin-left: 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: visible; + visibility: inherit; display: -webkit-box; display: -ms-flexbox; display: flex; } - #navbar-collapse.hasItems #navbar-extend { display: block; } @@ -8286,7 +7687,6 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { 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, @@ -8294,20 +7694,17 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { 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; right: -webkit-calc(100% + -16px); right: calc(100% + -16px); } - -.site-header .sub-menu .menu-item-has-children:not(.hideshow)::after { +.site-header .sub-menu .menu-item-has-children:not(.hideshow):after { line-height: 1; left: 15px; top: 4px; @@ -8315,8 +7712,7 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { -ms-transform: rotate(90deg); transform: rotate(90deg); } - -.site-header .sub-menu .menu-item-has-children > a::after { +.site-header .sub-menu .menu-item-has-children > a:after { right: -webkit-calc(100% + 5px); right: calc(100% + 5px); -webkit-transform: rotate(135deg); @@ -8325,7 +7721,6 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { top: 28px; display: none; } - .site-header .sub-menu .sub-menu-inner .user-link { padding: 0.9375rem; } @@ -8346,8 +7741,7 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { visibility: hidden; z-index: 100; } - -.site-header #primary-navbar .primary-menu .menu-item > .ab-submenu::before { +.site-header #primary-navbar .primary-menu .menu-item > .ab-submenu:before { content: " "; position: absolute; width: 0; @@ -8365,7 +7759,6 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { box-shadow: -2px -3px 3px 0 rgba(0, 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; @@ -8376,7 +7769,6 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { overflow-x: hidden; overflow-y: auto; } - .site-header #primary-navbar .primary-menu .menu-item > .ab-submenu .bb-sub-menu .menu-item:hover .ab-submenu { left: inherit; -webkit-transform: translateX(100%); @@ -8384,32 +7776,26 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { transform: translateX(100%); top: -10px; } - -.site-header #primary-navbar .primary-menu .menu-item > .ab-submenu .bb-sub-menu .menu-item:hover .ab-submenu::before { +.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 { +.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 { +.site-header #primary-navbar .primary-menu .menu-item > .ab-submenu .bb-sub-menu .menu-item.menu-item-has-children > a:after { content: "\e826"; font-family: bb-icons; font-size: 20px; @@ -8424,7 +7810,6 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { right: unset; left: 0; } - .site-header #primary-navbar .primary-menu .menu-item > .ab-submenu .bb-sub-menu .menu-item a { display: block; -webkit-box-align: center; @@ -8438,28 +7823,22 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { 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; @@ -8467,28 +7846,23 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { 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: 0.5625rem 1.5rem 0.5625rem 0.9375rem; 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 { +.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 { +.site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item.menu-item-has-children > a:before { content: "\e8ab"; font-family: bb-icons; - font-weight: 400; + font-weight: normal; speak: none; display: inline-block; color: #939597; @@ -8502,7 +7876,6 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { -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; @@ -8513,8 +7886,7 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { display: none; width: 168px; } - -.site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu::before { +.site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu:before { content: ""; width: 12px; height: 12px; @@ -8529,7 +7901,6 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { 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; @@ -8537,28 +7908,22 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { 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 { +.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 { +.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; } @@ -8573,13 +7938,12 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { .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 { +.primary-menu > li > .sub-menu:before, +.user-wrap-container > .sub-menu:before { content: " "; position: absolute; width: 0; @@ -8598,7 +7962,7 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { z-index: 1002; } -.user-wrap-container > .sub-menu::before { +.user-wrap-container > .sub-menu:before { left: 68px; } @@ -8613,14 +7977,11 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { } .user-wrap-container .sub-menu { - /** ---- BuddyPress component's sub menu items ------------- **/ } - .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; @@ -8631,7 +7992,6 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { margin: 0; border-radius: 4px; } - .user-wrap-container .sub-menu .ab-sub-wrapper::before { content: ""; width: 12px; @@ -8647,7 +8007,6 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { 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, 0.05), 0 6px 32px 0 rgba(18, 43, 70, 0.1); @@ -8655,14 +8014,12 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { 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 0 0 5px; vertical-align: middle; } - .user-wrap-container .sub-menu-inner > li > a:hover > i { color: var(--bb-primary-color); } @@ -8680,8 +8037,7 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { .more-button.active { position: relative; } - -.more-button.active::after { +.more-button.active:after { content: " "; position: absolute; width: 0; @@ -8705,11 +8061,11 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { visibility: visible; } -.menu-style-standard .primary-menu .menu-item-has-children:not(.hideshow)::after, -#navbar-extend .menu-item-has-children::after { +.menu-style-standard .primary-menu .menu-item-has-children:not(.hideshow):after, +#navbar-extend .menu-item-has-children:after { content: "\e826"; font-family: bb-icons; - font-weight: 400; + font-weight: normal; font-style: normal; speak: none; display: inline-block; @@ -8722,11 +8078,11 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { -moz-osx-font-smoothing: grayscale; } -.primary-menu .menu-item-has-children .menu-item-has-children::after { +.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 { +.site-header #navbar-extend.sub-menu .menu-item-has-children:after { left: 15px; top: 4px; } @@ -8749,7 +8105,6 @@ li.hideshow { padding-bottom: 12px; padding-top: 12px; } - .sub-menu span.user-name { font-size: 16px; font-weight: 600; @@ -8758,19 +8113,16 @@ li.hideshow { margin-bottom: 2px; display: block; } - .sub-menu .user-mention { color: #939597; font-size: 13px; font-weight: 400; letter-spacing: -0.24px; } - .sub-menu .user-link img { float: right; margin-left: 10px; } - .sub-menu li.current.selected a { font-weight: 500; color: var(--bb-headings-color); @@ -8786,12 +8138,10 @@ li.hideshow { align-items: center; height: var(--bb-header-height); } - .notification-link.active i { position: relative; } - -.notification-link.active i::after { +.notification-link.active i:after { content: ""; background: #ee343c; border-radius: 50%; @@ -8801,8 +8151,7 @@ li.hideshow { left: 4px; top: 1px; } - -.notification-link.active i.bb-icon-mail-small::after { +.notification-link.active i.bb-icon-mail-small:after { left: 0; } @@ -8813,7 +8162,6 @@ li.hideshow { border-radius: 4px; list-style: none; position: absolute; - /* @include transition; */ left: -15px; top: -webkit-calc(100% - 15px); @@ -8826,54 +8174,44 @@ li.hideshow { 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 { left: auto; right: -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 { +.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; @@ -8882,35 +8220,29 @@ li.hideshow { 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; left: 10px; } - -.user-wrap.menu-item-has-children > a::after { +.user-wrap.menu-item-has-children > a:after { right: auto; left: 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-right: 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 { +.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: "\ee6e"; font-family: bb-icons; font-size: 18px; @@ -8925,58 +8257,47 @@ li.hideshow { 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-right: 14px; } - -.user-wrap.menu-item-has-children #header-my-account-menu .ab-submenu .has-icon > li.no-icon > a::before { +.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: 400; + 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.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: 400; + font-weight: normal; } - .user-wrap.menu-item-has-children #header-my-account-menu a { padding: 11px 40px 11px 14px; position: relative; color: var(--bb-body-text-color); background-color: transparent; } - -.user-wrap.menu-item-has-children #header-my-account-menu a::before { +.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; @@ -8991,29 +8312,24 @@ li.hideshow { 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 { +.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-right: 16px; } @@ -9026,17 +8342,15 @@ ul#wp-admin-bar-my-account-default.has-menupop + #wp-admin-bar-my-account-buddyp left: auto; right: -15px; } - .bb-more-menu-nav.dropdown-left .sub-menu { left: auto; right: 95%; } - -.bb-more-menu-nav.dropdown-left .menu-item-has-children > a::after { +.bb-more-menu-nav.dropdown-left .menu-item-has-children > a:after { display: none; } -.bb-more-menu-nav a::after { +.bb-more-menu-nav a:after { display: none; } @@ -9088,7 +8402,9 @@ span.count { .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 { +.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, 0.05), 0 6px 32px 0 rgba(18, 43, 70, 0.1); border-radius: var(--bb-block-radius); @@ -9103,7 +8419,6 @@ span.count { visibility: hidden; z-index: 100; } - .site-header .sub-menu.active, .site-header ul.submenu.active, .bb-footer .footer-menu .sub-menu.active, @@ -9113,16 +8428,48 @@ span.count { .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 { +.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; + right: 0; + left: 0; + } +} .bb-profile-grid.bb-grid .bp-navs ul.sub-menu { bottom: unset; } - -.bb-profile-grid.bb-grid .bp-navs .more-button.active::after { +.bb-profile-grid.bb-grid .bp-navs .more-button.active:after { bottom: -15px; } @@ -9139,7 +8486,28 @@ span.count { 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, @@ -9168,7 +8536,6 @@ span.count { padding: 0.75rem 0.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, @@ -9179,7 +8546,12 @@ span.count { .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, @@ -9187,7 +8559,6 @@ span.count { 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, @@ -9195,13 +8566,6 @@ span.count { font-size: 1.25rem; } -.bb-footer .footer-menu.courses-nav .more-button, -#object-nav.courses-nav .more-button, -.bp-navs .component-navigation.courses-nav .more-button, -.bb-profile-grid.bb-grid .bp-navs.courses-nav .more-button { - padding-top: 5px; -} - .bb-template-v1 .bb-profile-grid.bb-grid .bp-navs .more-button { padding: 9px 0; } @@ -9215,21 +8579,17 @@ span.count { .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 { +.bp-navs .component-navigation .more-button.active:after { bottom: -18px; } @@ -9244,14 +8604,12 @@ span.count { background: var(--bb-content-alternate-background-color); color: var(--bb-primary-color); } - .buddypress-wrap#buddypress.bp-dir-hori-nav .create-button 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; @@ -9262,7 +8620,6 @@ span.count { color: var(--bb-headings-color); } } - .site-header .sub-menu { box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.12), 0 3px 8px 0 rgba(0, 0, 0, 0.06); left: -22px; @@ -9281,22 +8638,18 @@ span.count { 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; @@ -9306,7 +8659,6 @@ span.count { box-sizing: border-box; margin: 0; } - #header-aside .bb-my-account-menu .sub-menu::before { content: ""; width: 12px; @@ -9322,11 +8674,9 @@ span.count { 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; } @@ -9340,7 +8690,6 @@ span.count { .header-aside .wrapper { position: relative; } - .header-aside .wrapper .sub-menu-inner { width: 187px; max-height: 76vh; @@ -9348,17 +8697,19 @@ span.count { 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; @@ -9366,10 +8717,10 @@ span.count { list-style: none; right: -187px; z-index: 10; - display: none; + opacity: 0; + visibility: hidden; } - -.header-aside .wrapper li .wrapper::before { +.header-aside .wrapper li .wrapper:before { content: ""; width: 12px; height: 12px; @@ -9384,11 +8735,10 @@ span.count { transform: rotate(-45deg); background: #fff; } - .header-aside .wrapper li:hover > .wrapper { - display: block; + opacity: 1; + visibility: visible; } - .header-aside .wrapper a { position: static; } @@ -9404,7 +8754,6 @@ span.count { -webkit-transition: width 0.2s; transition: width 0.2s; } - .buddypanel .link-text { display: block; min-width: 0; @@ -9413,7 +8762,6 @@ span.count { overflow: hidden; text-overflow: ellipsis; } - .buddypanel .link-text, .buddypanel span.count:not(.small) { opacity: 0; @@ -9422,58 +8770,55 @@ span.count { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - -.buddypanel [data-balloon][data-balloon-pos="right"]::before { +.buddypanel [data-balloon][data-balloon-pos="right"]:before { right: inherit; top: inherit; margin-right: 60px; margin-top: 14px; } - -.buddypanel [data-balloon][data-balloon-pos="right"]::after { +.buddypanel [data-balloon][data-balloon-pos="right"]:after { right: inherit; top: inherit; margin-right: 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 { +.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; +.buddypanel ul.buddypanel-menu li a > span:not(.count) { + display: -webkit-box; + display: -ms-flexbox; + display: flex; min-width: 0; line-height: 1.2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } - +.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-left: auto; } - .buddypanel ul.buddypanel-menu > li > a > i + span:not(.count) { margin-right: -10px; } - .buddypanel .site-branding { position: relative; z-index: 29; background-color: var(--bb-sidenav-background); } - .buddypanel .count { margin-left: 7px; } - .buddypanel .menu-item-has-children .count { margin-left: 2px; } - body.bb-buddypanel:not(.buddypanel-open) .buddypanel ul.buddypanel-menu li.bb-menu-section { -webkit-box-align: center; -ms-flex-align: center; @@ -9486,27 +8831,22 @@ body.bb-buddypanel:not(.buddypanel-open) .buddypanel ul.buddypanel-menu li.bb-me 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 { +body.bb-buddypanel:not(.buddypanel-open) .buddypanel ul.buddypanel-menu li.bb-menu-section:after { background-color: var(--bb-sidenav-text-regular); content: ""; opacity: 0.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; } @@ -9514,7 +8854,6 @@ body.bb-buddypanel:not(.buddypanel-open) .buddypanel ul.buddypanel-menu li.bb-me .buddypanel-open ul.buddypanel-menu > li > a > :first-child { margin-right: 18px; } - .buddypanel-open ul.buddypanel-menu > li > a i { margin-right: 0; } @@ -9523,7 +8862,6 @@ body.bb-buddypanel:not(.buddypanel-open) .buddypanel ul.buddypanel-menu li.bb-me margin-right: 24px; margin-left: 15px; } - .bb-template-v2 .buddypanel-open ul.buddypanel-menu > li > a > img:first-child { margin-right: 15px; margin-left: 8px; @@ -9545,7 +8883,6 @@ body.bb-buddypanel:not(.buddypanel-open) .buddypanel ul.buddypanel-menu li.bb-me ul.buddypanel-menu li.bb-menu-section { min-height: 42px; } - ul.buddypanel-menu li.bb-menu-section a { cursor: auto; background-color: transparent; @@ -9554,11 +8891,9 @@ ul.buddypanel-menu li.bb-menu-section a { padding: 18px 35px 10px 20px; 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; } @@ -9571,20 +8906,16 @@ body.bb-buddypanel-right .buddypanel { 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-right: 0; } - body.bb-buddypanel:not(.buddypanel-open).bb-sfwd-aside.bb-buddypanel-right .site { margin-left: 0; } @@ -9600,16 +8931,13 @@ body.bb-buddypanel:not(.buddypanel-open, .sticky-header).bb-sfwd-aside .buddypan 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; @@ -9636,14 +8964,12 @@ body.bb-buddypanel:not(.buddypanel-open, .sticky-header).bb-sfwd-aside .buddypan } @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); } } @media screen and (min-width: 800px) { - .bb-buddypanel.buddypanel-open.sticky-header .site-header { width: -webkit-calc(100% - 230px); width: calc(100% - 230px); @@ -9659,54 +8985,45 @@ body.bb-buddypanel:not(.buddypanel-open, .sticky-header).bb-sfwd-aside .buddypan .buddypanel-open:not(.register) .site { margin-right: 230px; } - .buddypanel-open:not(.register).bb-buddypanel-right .site { margin-left: 230px; margin-right: 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 0.1s; transition: all linear 0.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 { + .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-right: 0; @@ -9717,7 +9034,6 @@ body.bb-buddypanel:not(.buddypanel-open, .sticky-header).bb-sfwd-aside .buddypan } @media screen and (max-width: 799px) { - .buddypanel-open.buddypanel-header .site { margin-right: 0; } @@ -9726,7 +9042,6 @@ body.bb-buddypanel:not(.buddypanel-open, .sticky-header).bb-sfwd-aside .buddypan padding: 0 10px; } } - body:not(.buddypanel-open) .buddypanel ul.buddypanel-menu > li > a > span { opacity: 0; width: 0; @@ -9734,7 +9049,6 @@ body:not(.buddypanel-open) .buddypanel ul.buddypanel-menu > li > a > span { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - body:not(.buddypanel-open) .buddypanel ul.buddypanel-menu > li > a > span.count { display: none; } @@ -9764,11 +9078,9 @@ body:not(.buddypanel-open) .buddypanel ul.buddypanel-menu > li > a > span.count margin-right: 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; @@ -9777,7 +9089,6 @@ body:not(.buddypanel-open) .buddypanel ul.buddypanel-menu > li > a > span.count .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-left: 0; } @@ -9787,17 +9098,14 @@ body:not(.bb-sfwd-aside) .header-3 .bb-toggle-panel { } @-webkit-keyframes site-brand { - 0% { height: auto; opacity: 1; } - 50% { height: auto; opacity: 0; } - 100% { height: 0; opacity: 0; @@ -9805,23 +9113,19 @@ body:not(.bb-sfwd-aside) .header-3 .bb-toggle-panel { } @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; @@ -9847,11 +9151,9 @@ body.buddypanel-header:not(.buddypanel-open, .bb-sfwd-aside) .buddypanel #site-l -webkit-transition: opacity 0.2s; transition: opacity 0.2s; } - .buddypanel .bb-toggle-panel i { font-size: inherit; } - .buddypanel .bb-toggle-panel:hover { color: var(--bb-sidenav-text-hover); } @@ -9880,46 +9182,36 @@ body.buddypanel-header:not(.buddypanel-open, .bb-sfwd-aside) .buddypanel #site-l .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; @@ -9936,48 +9228,40 @@ body.buddypanel-header:not(.buddypanel-open, .bb-sfwd-aside) .buddypanel #site-l .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 10px 8px 0; } - .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; @@ -9986,16 +9270,13 @@ body.buddypanel-header:not(.buddypanel-open, .bb-sfwd-aside) .buddypanel #site-l .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-right: 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 { left: 16px; } @@ -10004,157 +9285,126 @@ body.buddypanel-header:not(.buddypanel-open, .bb-sfwd-aside) .buddypanel #site-l 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: 0.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-right: 50px; margin-right: -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, 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-right: 40px; width: -webkit-calc(100% - 45px); @@ -10169,25 +9419,20 @@ body.buddypanel-header:not(.buddypanel-open, .bb-sfwd-aside) .buddypanel #site-l display: flex; -ms-flex-flow: column; flex-flow: column; - /* smartphones, touchscreens */ } - .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; @@ -10202,30 +9447,24 @@ body.buddypanel-header:not(.buddypanel-open, .bb-sfwd-aside) .buddypanel #site-l 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-right: 7px; margin-left: 0.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; @@ -10241,47 +9480,38 @@ body.buddypanel-header:not(.buddypanel-open, .bb-sfwd-aside) .buddypanel #site-l 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-right: 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-right: 0; } - .side-panel-menu .sub-menu span + i._mi._after { margin-right: 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; } @@ -10297,11 +9527,9 @@ span.count { color: var(--bb-body-background-color); letter-spacing: -0.55px; } - .buddypanel span.count { box-shadow: none; } - .primary-menu span.count { line-height: 1.5; margin-right: 5px; @@ -10322,33 +9550,27 @@ span.count.small { 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 0 0 17px; } - .buddypanel-menu > li > .bb-menu-item > i:not(.bb-icon-angle-down) { min-width: 32px; text-align: right; margin-left: 0; } } - -.buddypanel-menu .menu-item-has-children:not(.hideshow)::after { +.buddypanel-menu .menu-item-has-children:not(.hideshow):after { display: none; } - .buddypanel-menu .sub-menu { display: none; position: static; @@ -10356,20 +9578,17 @@ span.count.small { visibility: visible; } @media (min-width: 800px) { - .buddypanel-open .buddypanel-menu .sub-menu.bb-open { display: block; box-shadow: none; padding-right: 32px; padding-top: 52px; } - .buddypanel-open .buddypanel-menu .sub-menu.bb-open .sub-menu { padding-right: 0; } } @media (min-width: 800px) { - .buddypanel-open .touch-only .buddypanel-menu .sub-menu.bb-open { padding-top: 5px; } @@ -10382,12 +9601,10 @@ 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; } @@ -10397,21 +9614,17 @@ 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; } @@ -10440,58 +9653,37 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { line-height: 1.35; margin-bottom: 1.25rem; padding: 1.25rem 1.25rem 1.5625rem 1.25rem; - /* Page List */ - /* Archives */ - /* Category */ - /* Search */ - /* RSS */ - /* Activity Update */ - /* Social Group */ - /* Whos Online */ - /* Profile Search */ - /* Forums List */ - /* Profile Completion */ - /* Recent Post */ - /* Log in/out */ - /* Follow Us */ - /* Forum Views */ - /* Members I'm Following */ - /* Members Following Me */ } - .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) { @@ -10503,19 +9695,15 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { 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; @@ -10524,62 +9712,51 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { transition: all linear 0.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 0.2s; transition: all linear 0.2s; } - .widget.widget_block .wp-block-page-list li ul, .widget.widget_pages ul li ul { margin-right: 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 0.2s; transition: all linear 0.2s; } - .widget .wp-block-archives-list li a { font-weight: 400; -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .widget .wp-block-archives-list li:hover { color: var(--bb-primary-color); -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .widget .wp-block-archives-list li:hover a { color: var(--bb-primary-color); -webkit-transition: all linear 0.2s; transition: all linear 0.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; @@ -10587,76 +9764,62 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .widget.widget_categories .wp-block-categories-list li a { color: var(--bb-headings-color); -webkit-transition: all linear 0.2s; transition: all linear 0.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-right: 20px; } - .widget.widget_categories .wp-block-categories-list li .children li { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .widget.widget_categories .wp-block-categories-list li .children li a { color: var(--bb-headings-color); -webkit-transition: all linear 0.2s; transition: all linear 0.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 0.2s; transition: all linear 0.2s; color: var(--bb-primary-color); } - .widget.widget_categories .wp-block-categories-list li .children li:hover a { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; color: var(--bb-primary-color); } - .widget.widget_categories .wp-block-categories-list li:hover { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; color: var(--bb-primary-color); } - .widget.widget_categories .wp-block-categories-list li:hover a { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; color: var(--bb-primary-color); } - .widget.widget_search input[name="bbp_search"], .widget.widget_search input[type="search"], .widget.widget_search input.search { @@ -10664,7 +9827,6 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { 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); @@ -10674,17 +9836,14 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { padding-right: 15px; padding-left: 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; @@ -10694,11 +9853,9 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { -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; @@ -10707,7 +9864,6 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { 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; @@ -10715,7 +9871,6 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { 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; @@ -10727,69 +9882,56 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { -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-left: 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); @@ -10797,86 +9939,78 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { 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 { +.widget.widget_display_forums .bb-sidebar-forums li .bbp-forum-title:before { margin-left: 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-right: 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-forum-link::before { +.widget.widget_display_forums .bb-sidebar-forums li .bb-sidebar-forums .bbp-forums-list { + margin-right: 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-right: 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; @@ -10884,91 +10018,72 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { 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 { +.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 { +.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: 0.31rem; } - .widget.widget_block .logged-in a { color: var(--bb-headings-color); font-weight: 500; -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - -.widget.widget_block .logged-in a::before { +.widget.widget_block .logged-in a:before { content: "\ef23"; font-family: bb-icons; display: inline-block; font-weight: 300; margin-left: 5px; } - .widget.widget_block .logged-in a:hover { color: var(--bb-primary-color); -webkit-transition: all linear 0.2s; transition: all linear 0.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; @@ -10978,11 +10093,9 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { 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; @@ -10993,7 +10106,6 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { -ms-flex-align: center; align-items: center; } - .widget.widget_block .logged-out #loginform .login-remember input[type="checkbox"] { height: 18px; width: 18px; @@ -11002,54 +10114,47 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { 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: 0.3; -webkit-transition: all linear 0.2s; transition: all linear 0.2s; margin-left: 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 0.2s; transition: all linear 0.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; @@ -11063,11 +10168,14 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { } /* 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 { @@ -11075,14 +10183,12 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { 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; @@ -11091,23 +10197,76 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { font-size: 12px; color: var(--bb-headings-color); } - .widget_calendar #wp-calendar tbody td, .wp-block-calendar #wp-calendar tbody td { - color: var(--bb-alternate-text-color); 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; @@ -11117,7 +10276,6 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { -ms-flex-pack: justify; justify-content: space-between; } - .widget_calendar .wp-calendar-nav a, .wp-block-calendar .wp-calendar-nav a { font-weight: 500; @@ -11129,7 +10287,6 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .widget_calendar .wp-calendar-nav a:hover, .wp-block-calendar .wp-calendar-nav a:hover { color: var(--bb-primary-color); @@ -11144,70 +10301,57 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .wp-block-categories-list li a { color: var(--bb-headings-color); -webkit-transition: all linear 0.2s; transition: all linear 0.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-right: 20px; } - .wp-block-categories-list li .children li { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .wp-block-categories-list li .children li a { color: var(--bb-headings-color); -webkit-transition: all linear 0.2s; transition: all linear 0.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 0.2s; transition: all linear 0.2s; color: var(--bb-primary-color); } - .wp-block-categories-list li .children li:hover a { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; color: var(--bb-primary-color); } - .wp-block-categories-list li:hover { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; color: var(--bb-primary-color); } - .wp-block-categories-list li:hover a { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; @@ -11218,44 +10362,36 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { .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 0.2s; transition: all linear 0.2s; font-size: 0.875rem; } - .wp-block-latest-comments li .wp-block-latest-comments__comment-meta a:hover { color: var(--bb-primary-color); -webkit-transition: all linear 0.2s; transition: all linear 0.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; @@ -11269,7 +10405,6 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { .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); @@ -11285,7 +10420,6 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { transition: all linear 0.2s; letter-spacing: -0.24px; } - .widget_product_tag_cloud a:hover, .widget_tag_cloud a:hover { background-color: var(--bb-primary-color); @@ -11294,7 +10428,6 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .widget_product_tag_cloud a .tag-link-count, .widget_tag_cloud a .tag-link-count { opacity: 0.7; @@ -11331,7 +10464,6 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { 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, @@ -11344,7 +10476,6 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { .wp-block-page-list li { margin-bottom: 0; } - .wp-block-page-list li a { padding: 8px 0; font-weight: 400; @@ -11355,19 +10486,16 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { font-size: 14px; line-height: 21px; } - .wp-block-page-list li a:hover { color: var(--bb-primary-color); -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .wp-block-page-list li ul { margin-right: 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; @@ -11389,22 +10517,24 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { list-style: none; margin-right: 0; } - .widget ul a:not(.button) { font-size: 14px; color: var(--bb-headings-color); letter-spacing: -0.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: left; +} .widget li { margin-bottom: 10px; } - .widget.widget_categories ul li, .widget.widget_archive ul li { color: var(--bb-headings-color); } @@ -11420,7 +10550,6 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { width: 100%; padding: 5px 0; } - .widget.widget_nav_menu ul a > i { font-size: 20px; } @@ -11430,7 +10559,6 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { display: -ms-flexbox; display: flex; } - .widget_mc4wp_form_widget input[type="email"] { width: -webkit-calc(100% - 100px); width: calc(100% - 100px); @@ -11439,7 +10567,6 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { border-radius: 0 3px 3px 0; font-size: 14px; } - .widget_mc4wp_form_widget input[type="submit"] { background: #d0d4d8; border-radius: 3px 0 0 3px; @@ -11454,15 +10581,12 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { margin-left: 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: -0.21px; @@ -11473,7 +10597,6 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { .elementor-widget-container .bb-recent-posts { margin-right: 0; } - .bb_widget_recent_posts .bb-recent-posts li, .elementor-widget-container .bb-recent-posts li { display: -webkit-box; @@ -11481,14 +10604,12 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { 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); @@ -11498,14 +10619,12 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { margin: 0 0 0 15px; 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; @@ -11513,12 +10632,10 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { letter-spacing: -0.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; @@ -11538,14 +10655,12 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { display: -ms-flexbox; display: flex; } - .widget .widgettitle .widget-num-count, .widget .widget-title .widget-num-count { - padding: 0 0.25rem; + padding: 0rem 0.25rem; color: var(--bb-alternate-text-color); margin-left: auto; } - .widget .widgettitle a.bs-widget-reload, .widget .widget-title a.bs-widget-reload { color: #939597; @@ -11559,7 +10674,6 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { 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 { @@ -11574,7 +10688,6 @@ form.search-form { .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; @@ -11583,10 +10696,8 @@ form.search-form { /* Search Widget */ .widget_search, .wp-block-search { - /* padding: .9375rem; */ } - .widget_search .wp-block-search__label, .wp-block-search .wp-block-search__label { margin-bottom: 15px; @@ -11596,7 +10707,6 @@ form.search-form { color: var(--bb-headings-color); font-weight: 600; } - .widget_search .search-field, .wp-block-search .search-field { background-size: 17px; @@ -11607,7 +10717,6 @@ form.search-form { width: 100%; border-radius: 20px; } - .widget_search .search-field-top, .wp-block-search .search-field-top { background-image: none; @@ -11615,7 +10724,6 @@ form.search-form { padding-left: 40px; width: 100%; } - .widget_search .search-submit, .wp-block-search .search-submit { border: 0; @@ -11629,7 +10737,6 @@ form.search-form { left: 0; opacity: 0.8; } - .widget_search .search-submit:hover, .wp-block-search .search-submit:hover { box-shadow: none; @@ -11642,12 +10749,10 @@ form.search-form { margin-bottom: 0; table-layout: fixed; } - #wp-calendar th, #wp-calendar td { padding: 0; } - #wp-calendar caption { text-align: center; padding-bottom: 5px; @@ -11663,7 +10768,6 @@ form.search-form { width: -webkit-calc(100% - 1.5rem); width: calc(100% - 1.5rem); } - .widget_nav_menu li { padding-right: 0; margin-top: 10px; @@ -11690,64 +10794,51 @@ form.search-form { 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-left: 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; @@ -11757,23 +10848,19 @@ form.search-form { padding-top: 15px; padding-bottom: 0; } - .widget .bbp-form .bb-form-select-fields > div { margin: 0 0 10px; padding-right: 0; padding-left: 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 { +.widget .bbp-form .bb-form-select-fields .bs-styled-checkbox + label:before { margin-left: 5px; } - .widget .bbp-form .bb-form-select-fields, .widget .bbp-form .bbp_topic_tags_wrapper, .widget .bbp-form .bbp-topic-form #whats-new-toolbar, @@ -11783,19 +10870,16 @@ form.search-form { padding-left: 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; @@ -11810,58 +10894,46 @@ form.search-form { 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-left: 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-left: 20px; } - .widget #bbpress-forums .bb-modal-box .bb-form-select-fields { -webkit-box-orient: horizontal; -webkit-box-direction: normal; @@ -11872,12 +10944,10 @@ form.search-form { 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-right: auto; margin-top: 0; @@ -11888,28 +10958,23 @@ form.search-form { -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; } @@ -11918,20 +10983,16 @@ form.search-form { 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%; @@ -11939,16 +11000,13 @@ form.search-form { 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-right: -10px; margin-left: -10px; } - .widget ul.bbp-stats li { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -11971,19 +11029,16 @@ form.search-form { 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; @@ -11992,11 +11047,9 @@ form.search-form { margin-right: 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-right: 0; -ms-flex-item-align: auto; @@ -12005,14 +11058,12 @@ form.search-form { 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; @@ -12020,12 +11071,10 @@ form.search-form { 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; } @@ -12033,16 +11082,13 @@ form.search-form { .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; } @@ -12069,16 +11115,13 @@ form.search-form { .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: 0.875rem; color: var(--bb-body-text-color); @@ -12086,11 +11129,9 @@ form.search-form { 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); @@ -12103,7 +11144,10 @@ form.search-form { .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; } @@ -12132,11 +11176,9 @@ p.post-main-link { transition: all linear 0.2s; height: 100%; } - .post-inner-wrap:hover { box-shadow: 0 6px 24px 0 rgba(18, 43, 70, 0.12); } - .first .post-inner-wrap { display: -webkit-box; display: -ms-flexbox; @@ -12144,7 +11186,6 @@ p.post-main-link { -ms-flex-flow: row-reverse; flex-flow: row-reverse; } - .first .post-inner-wrap .entry-content-wrap { -webkit-box-flex: 1; -ms-flex: 1; @@ -12156,11 +11197,9 @@ p.post-main-link { 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); @@ -12190,7 +11229,6 @@ p.post-main-link { -ms-flex-direction: column; flex-direction: column; } - .post-grid .lg-grid-1-3 .entry-content-wrap { display: -webkit-box; display: -ms-flexbox; @@ -12203,7 +11241,6 @@ p.post-main-link { -ms-flex: 1; flex: 1; } - .post-grid .lg-grid-1-3 .entry-meta { margin-top: auto; } @@ -12217,11 +11254,9 @@ span.edit-link { margin-right: -10px; margin-left: -10px; } - .bb-masonry .bb-masonry-sizer { width: 33.33%; } - .bb-masonry .hentry { margin-bottom: 0; padding-bottom: 20px; @@ -12230,24 +11265,19 @@ span.edit-link { width: 33.33%; float: right; } - .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%; } @@ -12272,22 +11302,18 @@ body:not(.bb-page-loaded) .entry-content .is-type-video iframe { -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; @@ -12313,12 +11339,10 @@ body:not(.bb-page-loaded) .entry-content .is-type-video iframe { -webkit-transition: 0.3s all; transition: 0.3s all; } - .button-load-more-posts:focus { box-shadow: var(--bb-outline-button-focus-shadow); } - -.button-load-more-posts.loading::after { +.button-load-more-posts.loading:after { display: inline-block; content: "\ef30"; color: inherit; @@ -12331,7 +11355,6 @@ body:not(.bb-page-loaded) .entry-content .is-type-video iframe { 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); @@ -12339,7 +11362,6 @@ body:not(.bb-page-loaded) .entry-content .is-type-video iframe { } @media (max-width: 992px) { - .bb-masonry .bb-masonry-sizer, .post-grid:not(.bb-standard) .hentry { width: 50%; @@ -12358,11 +11380,9 @@ body:not(.bb-page-loaded) .entry-content .is-type-video iframe { } } @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%; @@ -12389,20 +11409,17 @@ body:not(.bb-page-loaded) .entry-content .is-type-video iframe { 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%; @@ -12429,7 +11446,6 @@ body:not(.bb-page-loaded) .entry-content .is-type-video iframe { .single-post.full-fi-invert .content-area { padding-top: 0; } - .single-post.full-fi-invert .content-area header.entry-header { margin-top: 32px; } @@ -12451,7 +11467,6 @@ body:not(.bb-page-loaded) .entry-content .is-type-video iframe { .entry-content-wrap { padding: 20px 30px 25px; } - .entry-content-wrap .avatar { border-radius: 100%; max-width: 38px; @@ -12464,7 +11479,6 @@ body:not(.bb-page-loaded) .entry-content .is-type-video iframe { .entry-title a { color: var(--bb-headings-color); } - .entry-title a:hover { color: var(--bb-primary-color); } @@ -12495,7 +11509,6 @@ body:not(.bb-page-loaded) .entry-content .is-type-video iframe { color: var(--bb-headings-color); line-height: 1.5; } - .post-author:hover, .post-date:hover { color: var(--bb-headings-color); @@ -12504,11 +11517,9 @@ body:not(.bb-page-loaded) .entry-content .is-type-video iframe { .post-date { display: block; } - .post-date a { color: var(--bb-alternate-text-color); } - .post-date a:hover { color: var(--bb-alternate-text-color); } @@ -12522,7 +11533,7 @@ body:not(.bb-page-loaded) .entry-content .is-type-video iframe { line-height: 1.5; } -.author-post-meta a.bb-more i::before { +.author-post-meta a.bb-more i:before { margin-left: 0.2em; margin-right: 0.2em; right: 0; @@ -12537,10 +11548,74 @@ body:not(.bb-page-loaded) .entry-content .is-type-video iframe { max-width: 800px; } -.single-post, -.single-attachment { - - /* Inherit stylings from elemtor block */ +/* 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, @@ -12550,39 +11625,14 @@ body:not(.bb-page-loaded) .entry-content .is-type-video iframe { margin: 0 auto; max-width: 800px; } - -.single-post .entry-content .elementor-element.elementor-widget-text-editor .elementor-text-editor *, -.single-attachment .entry-content .elementor-element.elementor-widget-text-editor .elementor-text-editor * { - color: inherit; - font-family: inherit; - font-size: inherit; - font-weight: inherit; - text-transform: inherit; - font-style: inherit; - text-decoration: inherit; - line-height: inherit; - letter-spacing: inherit; - word-spacing: inherit; -} - .single-post .entry-content, .single-attachment .entry-content { letter-spacing: -0.24px; } - .single-post .entry-content p, .single-attachment .entry-content p { margin-bottom: 25px; } - -.single-post .entry-content p, -.single-post .entry-content li, -.single-attachment .entry-content p, -.single-attachment .entry-content li { - font-size: 14px; - line-height: 1.5; -} - .single-post .entry-content li > ul, .single-post .entry-content li > ol, .single-attachment .entry-content li > ul, @@ -12590,7 +11640,6 @@ body:not(.bb-page-loaded) .entry-content .is-type-video iframe { margin-bottom: 0; } @media (max-width: 544px) { - .single-post .entry-content p, .single-attachment .entry-content p { margin-bottom: 20px; @@ -12600,33 +11649,28 @@ body:not(.bb-page-loaded) .entry-content .is-type-video iframe { .single .entry-content-wrap { padding: 0; } - .single .entry-title { font-size: 2rem; line-height: 1.2; margin-bottom: 20px; letter-spacing: -0.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: 0.5rem 0 1.625rem 2rem; + margin: 0.5rem 0rem 1.625rem 2rem; } - .entry-content img.alignright { - margin: 0.5rem 2rem 1.625rem 0; + margin: 0.5rem 2rem 1.625rem 0rem; } .author-post-meta { @@ -12635,23 +11679,19 @@ body:not(.bb-page-loaded) .entry-content .is-type-video iframe { align-items: center; padding: 15px 0; } - .author-post-meta i { font-size: 24px; color: var(--bb-alternate-text-color); -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .author-post-meta i:hover { color: var(--bb-primary-color); } - .author-post-meta .bb-icon-like { font-size: 33px; margin: 0 0 4px 5px; } - .author-post-meta .bb-icon-like.bookmarked { opacity: 1; } @@ -12678,11 +11718,9 @@ a.bb-like-wrap { margin-right: -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); } @@ -12708,18 +11746,15 @@ a.bb-like-wrap:hover .like-count { padding-top: 40px; padding-bottom: 40px; } - .post-author-details .avatar { border-radius: 100%; max-width: 60px; } - .post-author-details a.post-author { font-size: 18px; letter-spacing: -0.27px; line-height: 24px; } - .post-author-details .author-desc { font-size: 14px; color: var(--bb-alternate-text-color); @@ -12728,7 +11763,6 @@ a.bb-like-wrap:hover .like-count { margin: 0; white-space: pre-wrap; } - .post-author-details .author-desc-wrap { -webkit-box-flex: 1; -ms-flex: 1; @@ -12739,24 +11773,20 @@ a.bb-like-wrap:hover .like-count { .post-meta-wrapper-main { position: relative; } - .post-meta-wrapper-main .show-support { top: 25px; position: absolute; left: 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 { +.post-meta-wrapper-main .show-support .bb-share-author-box a:hover i:before { font-weight: 300; } @@ -12767,7 +11797,6 @@ a.bb-like-wrap:hover .like-count { font-size: 15px; margin-bottom: 40px; } - .post-meta-wrapper .tag-links, .post-meta-wrapper .cat-links { display: -webkit-box; @@ -12777,12 +11806,10 @@ a.bb-like-wrap:hover .like-count { margin-bottom: 10px; line-height: 21px; } - .post-meta-wrapper .tag-links > span, .post-meta-wrapper .cat-links > span { margin-right: 5px; } - .post-meta-wrapper i { font-size: 20px; color: var(--bb-alternate-text-color); @@ -12796,7 +11823,6 @@ a.bb-like-wrap:hover .like-count { margin: 0 0 10px; color: var(--bb-headings-color); } - .show-support p { font-size: 14px; color: var(--bb-alternate-text-color); @@ -12813,7 +11839,6 @@ a.bb-like-wrap:hover .like-count { margin-bottom: 40px; clear: both; } - .bb-subscribe-wrap h3 { font-weight: 600; font-size: 18px; @@ -12821,19 +11846,16 @@ a.bb-like-wrap:hover .like-count { letter-spacing: -0.24px; margin: 0; } - .bb-subscribe-wrap p { font-size: 14px; color: var(--bb-alternate-text-color); letter-spacing: -0.24px; } - .bb-subscribe-wrap .bb-icon-mail-open { font-size: 50px; color: rgba(0, 0, 0, 0.28); } @media (max-width: 544px) { - .bb-subscribe-wrap div.wpcf7 .ajax-loader { width: 100%; background-position: center; @@ -12857,13 +11879,11 @@ a.bb-like-wrap:hover .like-count { } @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%; } @@ -12878,7 +11898,6 @@ a.bb-like-wrap:hover .like-count { .post-grid .format-quote .post-inner-wrap { background: var(--bb-alternate-text-color); } - .post-grid .format-quote .entry-content { font-size: 22px; color: #fff; @@ -12886,12 +11905,10 @@ a.bb-like-wrap:hover .like-count { line-height: 30px; font-style: italic; } - .post-grid .format-quote blockquote { color: #fff; margin: 0; } - .post-grid .video-container { margin-bottom: 0; } @@ -12900,11 +11917,9 @@ a.bb-like-wrap:hover .like-count { margin-right: 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; @@ -12912,37 +11927,30 @@ a.bb-like-wrap:hover .like-count { letter-spacing: -0.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-left: 5px; color: var(--bb-alternate-text-color); } - .top-meta i.bb-icon-like.bookmarked { opacity: 0.9; } @@ -12957,19 +11965,16 @@ a.bb-like-wrap:hover .like-count { line-height: 30px; position: relative; } - .hentry blockquote.wp-block-quote.is-style-plain { background-color: transparent; border-right: 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 { +.hentry blockquote.wp-block-quote.is-style-large:before { position: relative; bottom: 25px; width: 50px; @@ -12978,12 +11983,10 @@ a.bb-like-wrap:hover .like-count { font-size: 30px; margin-bottom: 0; } - .hentry blockquote.wp-block-quote > p { color: var(--bb-headings-color); } - -.hentry blockquote.wp-block-quote::before { +.hentry blockquote.wp-block-quote:before { content: "\ef02"; font-family: bb-icons; font-style: normal; @@ -13004,11 +12007,9 @@ a.bb-like-wrap:hover .like-count { -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); } @@ -13020,7 +12021,6 @@ a.bb-like-wrap:hover .like-count { .entry-content .bb-chat-container { margin-bottom: 40px; } - .entry-content .bb-chat-container p { margin: 0; padding: 15px; @@ -13028,11 +12028,9 @@ a.bb-like-wrap:hover .like-count { color: var(--bb-alternate-text-color); letter-spacing: -0.21px; } - .entry-content .bb-chat-container p:nth-child(odd) { background: #eef0f3; } - .entry-content .bb-chat-container p:nth-child(even) { background: #fff; } @@ -13041,22 +12039,18 @@ a.bb-like-wrap:hover .like-count { font-size: 24px; margin-top: -5px; } - .bb-follow-links a { color: var(--bb-alternate-text-color); margin-left: 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 { +.bb-follow-links [class^="bb-icon-"]:before, +.bb-follow-links [class*=" bb-icon-"]:before { margin: 0; } @@ -13067,8 +12061,7 @@ a.bb-like-wrap:hover .like-count { .bb-bookmark.bb-icon-loader { font-size: 21px; } - -.bb-bookmark.bookmarked::before { +.bb-bookmark.bookmarked:before { content: "\e872"; font-family: bb-icons; font-weight: 300; @@ -13093,7 +12086,6 @@ span.post-format-icon { font-size: 24px; margin-bottom: 18px; } - span.post-format-icon.white { background: #fff; color: var(--bb-alternate-text-color); @@ -13107,7 +12099,6 @@ span.post-format-icon.white { background: #809ab4; border-radius: 4px; } - .content-area .gallery-icon > *, .content-area .gallery-icon img { position: absolute; @@ -13123,7 +12114,7 @@ span.post-format-icon.white { object-fit: cover; } -.top-meta .bb-like-wrap::before, .top-meta .bb-like-wrap::after { +.top-meta .bb-like-wrap:before, .top-meta .bb-like-wrap:after { display: none; } @@ -13131,12 +12122,10 @@ span.post-format-icon.white { .post-grid.bb-grid .bb-comment-text { display: none; } - .post-grid.bb-masonry .top-meta a, .post-grid.bb-grid .top-meta a { margin-right: 6px; } - .post-grid.bb-masonry .post-date, .post-grid.bb-grid .post-date { font-size: 13px; @@ -13149,7 +12138,6 @@ span.post-format-icon.white { display: -ms-flexbox; display: flex; } - .post-related-posts .slick-slide > div article { height: 100%; padding: 0 10px; @@ -13161,17 +12149,14 @@ span.post-format-icon.white { 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, @@ -13186,61 +12171,50 @@ span.post-format-icon.white { -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 { left: auto; right: 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, 0.27); box-shadow: 0 2px 6px 0 rgba(0, 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; @@ -13248,32 +12222,26 @@ span.post-format-icon.white { -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: 1.875rem; } - .single-post .post-related-posts .entry-content, .single-attachment .post-related-posts .entry-content { margin-bottom: 2.25rem; } - .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, @@ -13282,32 +12250,27 @@ span.post-format-icon.white { font-size: 1.125rem; line-height: 28px; } - .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-left: 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; @@ -13316,29 +12279,24 @@ span.post-format-icon.white { max-width: 100%; vertical-align: top; } - .single-post .post-related-posts .post-inner-wrap, .single-attachment .post-related-posts .post-inner-wrap { height: auto; } - .single-post .post-related-posts .entry-content-wrap, .single-attachment .post-related-posts .entry-content-wrap { padding: 20px 30px 25px; } - .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-right: 80px; @@ -13346,20 +12304,17 @@ span.post-format-icon.white { } } @media screen and (min-width: 768px) and (max-width: 1420px) { - .single-post .post-related-posts body.single-post .site-content-grid > .bb-share-container, .single-attachment .post-related-posts body.single-post .site-content-grid > .bb-share-container { display: block; } } @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; @@ -13367,7 +12322,6 @@ span.post-format-icon.white { 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; @@ -13377,7 +12331,6 @@ span.post-format-icon.white { } } @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; @@ -13387,24 +12340,20 @@ span.post-format-icon.white { .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; @@ -13416,7 +12365,6 @@ span.post-format-icon.white { } } @media (min-width: 375px) and (max-width: 543px) { - .post-grid.grid .entry-meta .top-meta { -webkit-box-flex: unset; -ms-flex: unset; @@ -13425,12 +12373,10 @@ span.post-format-icon.white { } } @media (min-width: 544px) and (max-width: 767px) { - .post-related-posts .post-grid .hentry.first .entry-img { padding-top: 36%; } } - .sticky-header #comments { position: relative; } @@ -13481,7 +12427,6 @@ cite.fn { .comment-author { line-height: 1; } - .comment-author a.url { font-size: 14px; font-weight: 600; @@ -13496,7 +12441,6 @@ a.comment-date { color: var(--bb-alternate-text-color); letter-spacing: -0.24px; } - a.comment-date:hover { color: var(--bb-headings-color); } @@ -13510,7 +12454,6 @@ a.comment-date:hover { margin-bottom: 8px; word-break: break-word; } - .comment-text p:last-child { margin-bottom: 0; } @@ -13532,15 +12475,12 @@ a.comment-date:hover { letter-spacing: -0.26px; margin-bottom: -8px; } - .comment-footer a { color: inherit; } - .comment-footer a:hover { color: var(--bb-headings-color); } - .comment-footer .bb-bookmark { cursor: pointer; } @@ -13554,46 +12494,36 @@ a.comment-date:hover { -webkit-transition: 0.3s all; transition: 0.3s all; } - .comment-respond.bb-active { box-shadow: 0 6px 10px 0 rgba(0, 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-left: 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 0.2s; transition: all linear 0.2s; } - .comment-respond .form-submit { margin: 0; text-align: left; @@ -13607,7 +12537,6 @@ a.comment-date:hover { -ms-flex-align: center; align-items: center; } - .comment-respond .comment-form-comment { margin-bottom: 15px; } @@ -13625,13 +12554,11 @@ p.comment-notes { .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"], @@ -13640,7 +12567,6 @@ p.comment-notes { } @media (min-width: 800px) { - .comment-form-author, .comment-form-email, .comment-form-url { @@ -13650,19 +12576,16 @@ p.comment-notes { margin-left: 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-left: 15px; } @@ -13670,7 +12593,6 @@ p.comment-notes { #respond .comment-form-url { margin-left: 0; } - #respond .comment-form-url input { max-width: 100%; } @@ -13732,13 +12654,13 @@ p.form-submit { display: block; } -.slick-track::before, -.slick-track::after { +.slick-track:before, +.slick-track:after { display: table; content: ""; } -.slick-track::after { +.slick-track:after { clear: both; } @@ -13808,19 +12730,16 @@ p.form-submit { transition: 0.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 { left: 5px; right: auto; } - .slick-arrow.bb-slide-prev { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); @@ -13836,11 +12755,9 @@ ul.slick-dots { list-style: none; text-align: center; } - ul.slick-dots li { display: inline-block; } - ul.slick-dots span { display: block; width: 8px; @@ -13849,7 +12766,6 @@ ul.slick-dots span { border: 1px solid #fff; margin: 0 2px; } - ul.slick-dots .slick-active span { background: #fff; cursor: pointer; @@ -13871,24 +12787,19 @@ ul.slick-dots .slick-active span { justify-content: center; left: 5px; } - .post-related-posts a.slick-arrow i { color: var(--bb-headings-color); font-size: 14px; } - .post-related-posts a.slick-arrow:hover i { color: var(--bb-primary-color); } - .post-related-posts a.slick-arrow.slick-disabled i { opacity: 0.5; } - .post-related-posts a.slick-arrow.slick-disabled:hover i { color: var(--bb-headings-color); } - .post-related-posts a.slick-arrow.bb-slide-prev { margin-left: 8px; left: 35px; @@ -13909,7 +12820,6 @@ body.page-template-page-fullwidth .wp-block-cover-image { margin-right: -webkit-calc(-50vw + 50%); margin-right: calc(-50vw + 50%); } - body.page-template-page-fullwidth .wp-block-code { max-width: 1200px; margin-right: auto; @@ -13925,7 +12835,7 @@ pre.wp-block-preformatted { .wp-block-media-text, figure.wp-block-audio { - margin: 0 0 1.6875rem; + margin: 0rem 0rem 1.6875rem; } ul.wp-block-gallery { @@ -13938,14 +12848,12 @@ blockquote.wp-block-pullquote { border-bottom: 1px solid rgba(0, 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; @@ -13962,7 +12870,6 @@ p.has-background { figure.wp-block-audio audio { width: 100%; } - figure.wp-block-audio figcaption { color: #939597; } @@ -13970,15 +12877,22 @@ figure.wp-block-audio figcaption { 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: 0.75em 1.25em; } - pre.wp-block-code code { font-size: 14px; line-height: 1.5; @@ -13992,7 +12906,6 @@ table.wp-block-table { margin-right: -10px; margin-left: -10px; } - .wp-block-columns p { padding-right: 10px; padding-left: 10px; @@ -14008,25 +12921,20 @@ hr.wp-block-separator { .wp-block-categories.aligncenter { text-align: inherit; } - .wp-block-categories ul { list-style: none; text-align: right; margin-right: 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-right: 2em; } @@ -14036,24 +12944,20 @@ ul.wp-block-latest-posts { list-style: none; margin-right: 0; } - .elementor-element.widget.bp-latest-activities ul li, ul.wp-block-latest-posts li { text-align: right; } - .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, @@ -14062,7 +12966,6 @@ ul.wp-block-latest-posts li .wp-block-latest-posts__post-author { 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; @@ -14079,7 +12982,6 @@ ul.wp-block-latest-posts li .wp-block-latest-posts__post-excerpt { 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, @@ -14089,7 +12991,6 @@ ul.wp-block-latest-posts li .wp-block-latest-posts__post-excerpt { 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, @@ -14130,7 +13031,6 @@ table.wp-block-table.is-style-regular { .entry-content img { vertical-align: bottom; } - .entry-content .emoji, .entry-content .emojioneemoji { vertical-align: middle; @@ -14151,7 +13051,6 @@ body .wp-block-cover .wp-block-cover-text { position: relative; padding-top: 56.25%; } - .wp-block-embed-wordpress-tv iframe { position: absolute; top: 0; @@ -14161,7 +13060,7 @@ body .wp-block-cover .wp-block-cover-text { } .wp-block-social-links { - margin: 1.6875rem 0; + margin: 1.6875rem 0rem; } .jssocials-shares { @@ -14240,10 +13139,10 @@ img.jssocials-share-logo { vertical-align: middle; } -.jssocials-share-logo.fa::before { +.jssocials-share-logo.fa:before { font-family: bb-icons; font-style: normal; - font-weight: 400; + font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; @@ -14255,15 +13154,17 @@ img.jssocials-share-logo { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - -.jssocials-share-logo.fa.fa-twitter::before { - content: "\edf4"; +.jssocials-share-logo.fa.fa-twitter:before { + content: "\ea12"; } - -.jssocials-share-logo.fa.fa-facebook::before { +.jssocials-share-logo.fa.fa-facebook:before { content: "\edd2"; } +.default-fi.sidebar-right.buddypanel-open .site-content-grid > .bb-share-container { + margin-right: -25px; +} + .full-fi .site-content-grid > .bb-share-container, .full-fi-invert .site-content-grid > .bb-share-container { margin-right: 60px; @@ -14284,31 +13185,25 @@ img.jssocials-share-logo { text-align: center; z-index: 21; } - .sidebar-left .bb-share-container { margin-left: -60px; } - .sidebar-right .bb-share-container { margin-right: -60px; } - .single-post:not(.has-sidebar) .bb-share-container, .single-attachment:not(.has-sidebar) .bb-share-container { margin-right: -60px; } - .bb-share-container .bb-bookmark, -.bb-share-container .bb-icon-bookmark-small::before { +.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; @@ -14317,13 +13212,11 @@ img.jssocials-share-logo { -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; @@ -14331,43 +13224,33 @@ img.jssocials-share-logo { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .bb-share-container a > * { opacity: 0.4; } - .bb-share-container a:hover { color: var(--bb-headings-color); } - -.bb-share-container a:hover > i::before { +.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: 0.9; } - .bb-share-container a i.bb-icon-bookmark-small.bookmarked { opacity: 0.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 { position: absolute; top: auto; @@ -14401,12 +13284,10 @@ img.jssocials-share-logo { .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; @@ -14418,7 +13299,6 @@ img.jssocials-share-logo { .content-area .jssocials-shares { margin: 12px 0; } - .content-area .author-post-meta .jssocials-shares { margin-bottom: 6px; margin-top: 6px; @@ -14438,7 +13318,6 @@ img.jssocials-share-logo { } @media (max-width: 1400px) { - .bb-share-author-box { display: -webkit-box; display: -ms-flexbox; @@ -14455,23 +13334,19 @@ img.jssocials-share-logo { padding: 0 15px; top: 80%; } - .bb-share-author-box a.bb-like-wrap { -ms-flex-flow: row; flex-flow: row; margin: 0 0 0 10px; } - .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; @@ -14483,33 +13358,28 @@ img.jssocials-share-logo { } } @media (max-width: 1420px) { - .has-sidebar .site-content-grid > .bb-share-container { display: none; } } @media (min-width: 1241px) { - .single.full-fi .site-content-grid > .bb-share-container, .single.full-fi-invert .site-content-grid > .bb-share-container { display: block; } } @media (max-width: 1190px) { - .buddypanel-open.single-post:not(.has-sidebar) .site-content-grid > .bb-share-container, .buddypanel-open.single-attachment:not(.has-sidebar) .site-content-grid > .bb-share-container { display: none; } } @media (max-width: 1040px) { - .single-post:not(.has-sidebar) .site-content-grid > .bb-share-container, .single-attachment:not(.has-sidebar) .site-content-grid > .bb-share-container { display: none; } } - .bb-footer { -webkit-box-flex: 1; -ms-flex: 1; @@ -14518,25 +13388,20 @@ img.jssocials-share-logo { 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: -0.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; @@ -14545,38 +13410,31 @@ img.jssocials-share-logo { margin-bottom: 30px; padding: 0; } - .bb-footer .widget li { margin-bottom: 16px; } - .bb-footer .widget li i { margin-left: 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: 0.5px; margin-bottom: 30px; } - .bb-footer .menu-item-has-children:not(.hideshow) { position: relative; margin-left: 10px; } - -.bb-footer .menu-item-has-children:not(.hideshow)::after { +.bb-footer .menu-item-has-children:not(.hideshow):after { content: "\e826"; font-family: bb-icons; - font-weight: 400; + font-weight: normal; font-style: normal; speak: none; display: inline-block; @@ -14588,12 +13446,10 @@ img.jssocials-share-logo { -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 { left: inherit; -webkit-transform: translateX(100%); @@ -14601,25 +13457,21 @@ img.jssocials-share-logo { transform: translateX(100%); bottom: unset; } - .bb-footer .sub-menu { top: auto; bottom: 100%; margin-top: 16px; margin-right: 0; } - -.bb-footer .sub-menu .menu-item-has-children::after { +.bb-footer .sub-menu .menu-item-has-children:after { top: unset; } - -.bb-footer .menu-item-has-children > a::after { +.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; @@ -14627,36 +13479,29 @@ img.jssocials-share-logo { 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: right; width: 100%; } - .bb-footer .bbp_widget_login .bbp-remember-me { float: right; 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; @@ -14667,36 +13512,29 @@ img.jssocials-share-logo { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .bb-footer .widget.buddypress div.item-options a { margin-left: 0.9375rem; font-size: 0.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-right: 10px; padding-left: 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; @@ -14706,11 +13544,9 @@ img.jssocials-share-logo { 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; @@ -14719,15 +13555,12 @@ img.jssocials-share-logo { text-transform: uppercase; margin-left: 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; @@ -14740,29 +13573,23 @@ img.jssocials-share-logo { -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 { +.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-right: 0; } - .bb-footer .footer-socials li:last-child a { margin-left: 0; } - .bb-footer .footer-socials i { font-size: 24px; font-weight: 200; @@ -14811,11 +13638,9 @@ span.bb-separator.horizontal { text-align: left; line-height: 1.6; } - .footer-socials + .footer-desc { margin-top: 5px; } - .footer-desc p:last-child { margin-bottom: 0; } @@ -14831,35 +13656,29 @@ span.bb-separator.horizontal { 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: -0.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; } @@ -14875,7 +13694,6 @@ span.bb-separator.horizontal { flex-flow: row wrap; margin-bottom: 15px; } - .footer-logo-wrap .footer-logo { margin-left: 20px; } @@ -14894,7 +13712,6 @@ span.footer-tagline { -ms-flex-pack: end; justify-content: flex-end; } - .bb-footer.style-2 .footer-socials { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -14903,13 +13720,11 @@ span.footer-tagline { -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; } @@ -14934,39 +13749,32 @@ span.footer-tagline { .bb-footer .footer-menu li .count { margin-right: 5px; } - .bb-footer .footer-menu .sub-menu a { margin: 0; text-transform: none; } - .bb-footer .footer-menu .sub-menu span.count { float: left; font-size: 10px; } - .bb-footer .footer-menu .sub-menu .selected > a { border: 0; } - -.bb-footer .footer-menu .more-button.active::after { +.bb-footer .footer-menu .more-button.active:after { -webkit-transform: rotate(225deg); -ms-transform: rotate(225deg); transform: rotate(225deg); bottom: 22px; right: 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%; @@ -14975,7 +13783,6 @@ span.footer-tagline { } } @media screen and (max-width: 767px) { - .bb-footer .footer-widget { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -14992,7 +13799,6 @@ span.footer-tagline { -ms-flex-align: center; align-items: center; } - .footer-bottom .footer-menu, .footer-bottom .footer-socials { padding: 0; @@ -15041,14 +13847,12 @@ span.footer-tagline { } } @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; @@ -15058,7 +13862,6 @@ span.footer-tagline { } } @media screen and (max-width: 543px) { - .bb-footer .footer-widget { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -15066,7 +13869,6 @@ span.footer-tagline { max-width: 100%; } } - .bb-meeting-container { display: -webkit-box; display: -ms-flexbox; @@ -15079,30 +13881,25 @@ span.footer-tagline { 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; @@ -15113,7 +13910,6 @@ span.footer-tagline { #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; @@ -15125,12 +13921,10 @@ span.footer-tagline { margin: 5vh 0; box-shadow: 0 6px 24px 0 rgba(18, 43, 70, 0.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: right; @@ -15138,39 +13932,32 @@ span.footer-tagline { margin-left: 0; clear: right; } - #buddypress #bp-new-zoom-meeting-form #boss-media-create-meeting-popup .bb-field-wrapper > .bb-field-wrap:nth-child(even) { margin-right: 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-right: 0; margin-left: 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 { +#buddypress #bp-new-zoom-meeting-form #boss-media-create-meeting-popup .bb-field-wrapper > .bb-field-wrap.checkbox-row label:before { position: absolute; right: 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: 400; + font-weight: normal; padding-right: 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; @@ -15178,12 +13965,10 @@ span.footer-tagline { 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 { +#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: -0.24px; @@ -15191,35 +13976,28 @@ span.footer-tagline { 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 { +#buddypress #bp-new-zoom-meeting-form .submit.loading:after { content: "\ef30"; font-family: bb-icons; font-size: 18px; @@ -15239,8 +14017,7 @@ span.footer-tagline { .meeting-item-container { background-color: var(--bb-content-background-color); } - -.meeting-item-container .load-more .button.loading::after { +.meeting-item-container .load-more .button.loading:after { content: "\ef30"; font-family: bb-icons; font-size: 18px; @@ -15252,7 +14029,6 @@ span.footer-tagline { -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; @@ -15265,7 +14041,6 @@ span.footer-tagline { 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; @@ -15278,14 +14053,12 @@ span.footer-tagline { background-color: var(--bb-content-background-color); } -.bb-template-v2 .meeting-actions .meeting-actions-list.open::before { +.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); } @@ -15305,61 +14078,49 @@ span.footer-tagline { 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: 0.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); } @@ -15367,19 +14128,16 @@ span.footer-tagline { .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-right: 0 !important; } } - /* * Onscreen Notification */ @@ -15390,13 +14148,11 @@ span.footer-tagline { animation-duration: 0.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); @@ -15404,45 +14160,37 @@ span.footer-tagline { } } @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 0.6s; animation: fadein 0.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; @@ -15450,31 +14198,25 @@ span.footer-tagline { left: -5px; text-align: center; } - -.bb-onscreen-notification-enable .bb-onscreen-notification .notification-list .read-item.unread::before { +.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 { +.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; @@ -15482,50 +14224,41 @@ span.footer-tagline { animation-duration: 0.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 0.6s; animation: fadein 0.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 0.6s; animation: fadein 0.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; @@ -15533,13 +14266,11 @@ span.footer-tagline { animation-duration: 0.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); @@ -15547,36 +14278,30 @@ span.footer-tagline { } } @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 0.6s; animation: fadein 0.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; @@ -15584,13 +14309,11 @@ span.footer-tagline { animation-duration: 0.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); @@ -15598,13 +14321,11 @@ span.footer-tagline { } } @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); @@ -15619,11 +14340,9 @@ span.footer-tagline { 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; @@ -15648,13 +14367,11 @@ html body #onesignal-slidedown-container #onesignal-slidedown-dialog .slidedown- -webkit-transition: all linear 0.2s; transition: all linear 0.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; @@ -15666,37 +14383,29 @@ html body #onesignal-slidedown-container #onesignal-slidedown-dialog .slidedown- 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 { +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 { +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; @@ -15707,20 +14416,16 @@ html body .onesignal-user-preference .web-notification-field .bb-icon-spinner { border: 2px solid rgba(var(--bb-alternate-text-color-rgb), 0.2); border-top-color: var(--bb-alternate-text-color); } - -html body .onesignal-user-preference .web-notification-field .bb-icon-spinner::before { +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; @@ -15728,14 +14433,12 @@ html body .bb-onesignal-popup-close.notification-popup-close > p { 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; @@ -15743,12 +14446,10 @@ html body .bb-onesignal-popup-close.notification-popup-close .mfp-close { font-size: 24px; opacity: 0.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; @@ -15757,14 +14458,12 @@ html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup 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 { +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; @@ -15776,7 +14475,6 @@ html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup 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; @@ -15786,55 +14484,42 @@ html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup * Toast Messages */ .bb-toast-messages-enable .bb-toast-messages .toast-messages-list .read-item { - /* Animation */ } - .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: 0.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; @@ -15842,35 +14527,32 @@ html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup animation-duration: 0.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 0.6s; animation: fadein 0.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; @@ -15878,50 +14560,41 @@ html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup animation-duration: 0.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 0.6s; animation: fadein 0.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 0.6s; animation: fadein 0.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; @@ -15929,45 +14602,37 @@ html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup animation-duration: 0.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 0.6s; animation: fadein 0.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; @@ -15980,7 +14645,6 @@ html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup transition: all linear 0.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; @@ -15988,37 +14652,29 @@ html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup 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 0.2s; transition: all linear 0.2s; } - .bb-link-preview-container .bb-link-preview-image .bb-link-preview-image-cover { display: -webkit-box; display: -ms-flexbox; @@ -16034,12 +14690,10 @@ html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup 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 { +.bb-link-preview-container .bb-link-preview-image .bb-link-preview-image-cover:before { content: ""; position: absolute; inset: 0; @@ -16048,7 +14702,6 @@ html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup 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; @@ -16057,26 +14710,22 @@ html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup 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 { +.bb-link-preview-container .bb-link-preview-info:before, +.bb-link-preview-container .bb-link-preview-image:before { content: ""; -webkit-transition: all linear 0.3s; transition: all linear 0.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 { +.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, 0.05); position: absolute; @@ -16086,15 +14735,12 @@ html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup transition: all linear 0.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; } @@ -16106,25 +14752,20 @@ html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup .bb-url-scrapper-container #bb-close-link-suggestion { color: rgba(var(--bb-headings-color-rgb), 0.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: 0.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; @@ -16134,30 +14775,25 @@ html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup .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; @@ -16167,7 +14803,6 @@ html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup .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; } diff --git a/web/app/themes/buddyboss-theme/assets/css-rtl/theme.min.css b/web/app/themes/buddyboss-theme/assets/css-rtl/theme.min.css index 98814ed4..30826a3a 100644 --- a/web/app/themes/buddyboss-theme/assets/css-rtl/theme.min.css +++ b/web/app/themes/buddyboss-theme/assets/css-rtl/theme.min.css @@ -1,4737 +1 @@ -.clearfix::after,.group::after{content:" ";display:table;clear:both} - -.h1,.h2,.h3,.h4,.h5,.h6,address,h1,h2,h3,h4,h5,h6,hr,p{margin:0 0 1.6875rem;padding:0}/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */article,aside,footer,header,nav,section{display:block} - -figcaption,figure,main{display:block} - -abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted} - -b,strong{font-weight:inherit} - -b,strong{font-weight:bolder} - -dfn{font-style:italic} - -mark{background-color:#ff0;color:#000} - -small{font-size:80%} - -sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline} - -sub{bottom:-.25em} - -sup{top:-.5em} - -audio,video{display:inline-block} - -audio:not([controls]){display:none;height:0} - -svg:not(:root){overflow:hidden} - -button,input,optgroup,select,textarea{margin:0} - -button,input{overflow:visible} - -button,select{text-transform:none} - -[type=reset],[type=submit],button,html [type=button]{appearance:button} - -[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0} - -[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText} - -legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal} - -progress{display:inline-block;vertical-align:baseline} - -textarea{overflow:auto} - -[type=checkbox],[type=radio]{box-sizing:border-box;padding:0} - -[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto} - -[type=search]{appearance:textfield;outline-offset:-2px} - -[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none} - -::-webkit-file-upload-button{appearance:button;font:inherit} - -details,menu{display:block} - -summary{display:list-item} - -canvas{display:inline-block} - -template{display:none} - -[hidden]{display:none} - -html{box-sizing:border-box} - -*,::after,::before{box-sizing:inherit} - -body{background-color:var(--bb-body-background-color);color:var(--bb-body-text-color);margin:0;font-family:-apple-system,blinkmacsystemfont,"Segoe UI",roboto,oxygen-sans,ubuntu,cantarell,"Helvetica Neue",sans-serif;font-size:16px;line-height:1.6875rem;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;overflow-x:hidden} - -body.mce-content-body{font-family:inherit;margin:.9375rem} - -img{border:0;font-style:italic;height:auto;max-width:100%;vertical-align:middle} - -a{background-color:transparent;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} - -.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,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:var(--bb-headings-color);font-family:-apple-system,blinkmacsystemfont,"Segoe UI",roboto,oxygen-sans,ubuntu,cantarell,"Helvetica Neue",sans-serif} - -dd,ol,ul{margin:0 1.6875rem 1.6875rem 0;padding:0} - -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:100% 0;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:0 .1875rem;font-size:80%;background-color:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);border-radius:3px} - -code,kbd,pre,samp{font-family:"Courier New",courier,"Lucida Sans Typewriter","Lucida Typewriter",monospace;font-size:1rem} - -blockquote,q{font-size:1.25rem;font-weight:300;font-style:italic;color:var(--bb-body-text-color);line-height:1.637} - -hr{background-color:var(--bb-content-border-color);border:0;box-sizing:content-box;height:2px} - -figure:not(.wp-block-image){margin:0} - -.text-left{text-align:right} - -.text-center{text-align:center} - -.text-right{text-align:left} - -ul.unstyled{margin-right: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:700!important} - -.normal{font-weight:400!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-right:0;margin-left:0} - -.container,.container-fluid{margin-right:auto;margin-left:auto;padding-right:10px;padding-left: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-right:0;padding-left:0} - -.page-template-page-fullwidth-content #content #primary{max-width:100%} - -.container-full{width:100vw;position:relative;right:50%;left:50%;margin-right:-50vw;margin-left:-50vw} - -.bb-grid{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px;margin-left:-10px;-ms-flex-wrap:wrap;flex-wrap:wrap} - -.bb-grid-cell,.bb-grid>*{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1px;list-style:none} - -.bb-grid-cell:not(.no-gutter),.bb-grid>:not(.no-gutter){padding-right:10px;padding-left:10px} - -.site-content-grid>style{display:none} - -.grid-reverse{-ms-flex-flow:row-reverse;flex-flow:row-reverse} - -.align-items-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.align-items-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end} - -.align-items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -.align-self-top{-ms-flex-item-align:start;align-self:flex-start} - -.align-self-bottom{-ms-flex-item-align:end;align-self:flex-end} - -.align-self-center{-ms-flex-item-align:center;align-self:center} - -.push-center{margin-right:auto;margin-left:auto} - -.push-right{margin-right:auto} - -.push-middle{margin-top:auto;margin-bottom:auto} - -.push-bottom{margin-top:auto} - -.push-top{margin-bottom:auto}@media (max-width:543px){ - -.bb-grid{-ms-flex-flow:row wrap;flex-flow:row wrap} - -.bb-grid-cell,.bb-grid>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@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%}}@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}}@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:right;font-size:16px;font-weight:500;color:var(--bb-alternate-text-color)} - -th{text-align:right;font-weight:600;vertical-align:bottom;color:var(--bb-headings-color)} - -td{vertical-align:top} - -td.align-middle,tr.align-middle td{vertical-align:middle} - -td,th{padding:1rem 1rem;border-bottom:1px solid var(--bb-content-border-color)} - -table tr:last-child td:first-child{border-bottom-right-radius:var(--bb-block-radius-inner)} - -table tr:last-child td:last-child{border-bottom-left-radius:var(--bb-block-radius-inner)} - -tfoot td,tfoot th{color:var(--bb-alternate-text-color)} - -table tr:last-child td,table tr:last-child th{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-right:1rem} - -table.bordered td:last-child,table.bordered th:last-child,table.striped td:last-child,table.striped th:last-child{padding-left: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 td,.wp-block-table table th{border-color:var(--bb-content-border-color);border-left:1px solid var(--bb-content-border-color)} - -.wp-block-table table tr td:last-child,.wp-block-table table tr th:last-child{border-left:0} - -.wp-block-table table td:first-child,.wp-block-table table th:first-child{padding-right:1rem} - -.wp-block-table table td:last-child,.wp-block-table table th:last-child{padding-left: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,select,textarea{display:inline-block;font-family:inherit;font-style:inherit;font-size:15px;height:41px;outline:0;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,select.placeholder,textarea.placeholder{color:#c3c6c9} - -input:placeholder,select:placeholder,textarea:placeholder{color:#c3c6c9} - -input::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#c3c6c9} - -input:-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#c3c6c9} - -input::placeholder,select::placeholder,textarea::placeholder{color:#c3c6c9} - -input:input-placeholder,select:input-placeholder,textarea:input-placeholder{color:#c3c6c9} - -input::input-placeholder,select::input-placeholder,textarea::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,select.small,textarea.small{height:34px;font-size:13px;padding:0 12px;border-radius:var(--bb-input-radius)} - -input.big,select.big,textarea.big{height:48px;font-size:17px;padding:0 12px;border-radius:var(--bb-input-radius)} - -input:focus,select:focus,textarea:focus{outline:0;background-color:var(--bb-content-background-color);box-shadow:var(--bb-input-focus-shadow);border-color:var(--bb-input-focus-border-color)} - -input.success,select.success,textarea.success{background-color:rgba(var(--bb-success-color-rgb),.1);border:1px solid rgba(var(--bb-success-color-rgb),.15)} - -input.success:focus,select.success:focus,textarea.success:focus{border-color:var(--bb-success-color);box-shadow:none} - -input.disabled,input:disabled,select.disabled,select:disabled,textarea.disabled,textarea:disabled{background-color:var(--bb-content-alternate-background-color);opacity:.75} - -input.error,select.error,textarea.error{border-color:rgba(var(--bb-danger-color-rgb),1)} - -input.error:focus,select.error:focus,textarea.error:focus{border-color:var(--bb-danger-color);box-shadow:none} - -select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:left 1rem center;padding-left:40px} - -select[multiple]{background-image:none;height:auto;padding:.5rem .75rem} - -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:100% 0;box-shadow:none;display:inline-block} - -input.search,input[name=bbp_search],input[type=search]{background-repeat:no-repeat;background-size:16px;background-image:url(../images/svg/search.svg);background-position:right 10px center;padding-right:2rem} - -input.select2-search__field{background:100% 0} - -input[type=checkbox],input[type=radio]{display:inline-block;width:auto;height:auto;padding:0} - -label{color:var(--bb-headings-color);margin-bottom:.25rem;font-size:17px} - -label .desc,label .error,label .success,label.checkbox{text-transform:none;font-weight:400} - -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-left:1rem} - -.req{position:relative;top:1px;font-weight:700;color:var(--bb-danger-color);font-size:110%} - -div.desc,span.desc{color:rgba(var(--bb-body-text-color),.5);font-size:14px;line-height:20px} - -span.desc{margin-right:4px} - -div.desc{margin-top:.25rem;margin-bottom:-.5rem} - -.form-buttons .button,.form-buttons button{margin-left:.5rem} - -.form-item,form{margin-bottom:2rem} - -.form>.form-item:last-child{margin-bottom:0} - -.form .row:last-child .form-item{margin-bottom:0} - -.form span.error,.form span.success{font-size:14px;line-height:20px;margin-right:.25rem} - -.form-inline input,.form-inline select,.form-inline textarea{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:400;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:var(--bb-input-radius) 0 0 var(--bb-input-radius)} - -.prepend .button{margin-left:-1px;border-radius:0 var(--bb-input-radius) var(--bb-input-radius) 0!important} - -.prepend span{border-left:none;border-radius:0 var(--bb-input-radius) var(--bb-input-radius) 0} - -.append input{border-radius:0 var(--bb-input-radius) var(--bb-input-radius) 0} - -.append .button{margin-right:-1px;border-radius:var(--bb-input-radius) 0 0 var(--bb-input-radius)!important} - -.append span{border-right:none;border-radius:var(--bb-input-radius) 0 0 var(--bb-input-radius)} - -.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-left: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:"\e876";position:absolute;right:3px;top:3px;font-family:bb-icons;font-weight:400;color:#fff;font-size:14px;display:block} - -.bs-styled-radio{position:absolute;opacity:0} - -.bs-styled-radio+.bb-radio-label,.bs-styled-radio+label{display:inline-block;position:relative;cursor:pointer;padding:0} - -.bs-styled-radio+.bb-radio-label::before,.bs-styled-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-left:10px} - -.bs-styled-radio:disabled+.bb-radio-label,.bs-styled-radio:disabled+label{color:#b8b8b8;cursor:auto} - -.bs-styled-radio:disabled+.bb-radio-label::before,.bs-styled-radio:disabled+label::before{box-shadow:none;background:#ddd} - -.bs-styled-radio:checked+.bb-radio-label::after,.bs-styled-radio:checked+label::after{content:"";background-color:var(--bb-primary-color);margin:auto;width:14px;position:absolute;height:14px;text-align:center;right: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%}} - -input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none} - -.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,.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,.button,button,input[type=button],input[type=submit]{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:0;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} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment: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,.button:focus,button:focus,input[type=button]:focus,input[type=submit]:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.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,.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,.button i,button i,input[type=button] i,input[type=submit] i{position:relative} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel: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:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:hover,.buddypress .buddypress-wrap .comment-reply-link:focus,.buddypress .buddypress-wrap .comment-reply-link:hover,.buddypress .buddypress-wrap .generic-button a:focus,.buddypress .buddypress-wrap .generic-button a:hover,.buddypress .buddypress-wrap a.bp-title-button:focus,.buddypress .buddypress-wrap a.bp-title-button:hover,.buddypress .buddypress-wrap a.button:focus,.buddypress .buddypress-wrap a.button:hover,.buddypress .buddypress-wrap button:focus,.buddypress .buddypress-wrap button:hover,.buddypress .buddypress-wrap input[type=button]:focus,.buddypress .buddypress-wrap input[type=button]:hover,.buddypress .buddypress-wrap input[type=reset]:focus,.buddypress .buddypress-wrap input[type=reset]:hover,.buddypress .buddypress-wrap input[type=submit]:focus,.buddypress .buddypress-wrap input[type=submit]:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:focus,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:hover,.button:focus,.button:hover,button:focus,button:hover,input[type=button]:focus,input[type=button]:hover,input[type=submit]:focus,input[type=submit]:hover{outline:0;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)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save:active,.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:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:hover,.buddypress .buddypress-wrap .comment-reply-link:active,.buddypress .buddypress-wrap .comment-reply-link:focus,.buddypress .buddypress-wrap .comment-reply-link:hover,.buddypress .buddypress-wrap .generic-button a:active,.buddypress .buddypress-wrap .generic-button a:focus,.buddypress .buddypress-wrap .generic-button a:hover,.buddypress .buddypress-wrap a.bp-title-button:active,.buddypress .buddypress-wrap a.bp-title-button:focus,.buddypress .buddypress-wrap a.bp-title-button:hover,.buddypress .buddypress-wrap a.button:active,.buddypress .buddypress-wrap a.button:focus,.buddypress .buddypress-wrap a.button:hover,.buddypress .buddypress-wrap button:active,.buddypress .buddypress-wrap button:focus,.buddypress .buddypress-wrap button:hover,.buddypress .buddypress-wrap input[type=button]:active,.buddypress .buddypress-wrap input[type=button]:focus,.buddypress .buddypress-wrap input[type=button]:hover,.buddypress .buddypress-wrap input[type=reset]:active,.buddypress .buddypress-wrap input[type=reset]:focus,.buddypress .buddypress-wrap input[type=reset]:hover,.buddypress .buddypress-wrap input[type=submit]:active,.buddypress .buddypress-wrap input[type=submit]:focus,.buddypress .buddypress-wrap input[type=submit]:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:active,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:focus,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:hover,.button:active,.button:focus,.button:hover,button:active,button:focus,button:hover,input[type=button]:active,input[type=button]:focus,input[type=button]:hover,input[type=submit]:active,input[type=submit]:focus,input[type=submit]:hover{outline:0;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)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.disabled,button.disabled,input[type=button].disabled,input[type=submit].disabled{cursor:default;font-style:normal;color:#c8cbcf;background-color:#f5f5f5;opacity:1} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.small,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.small,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.small,button.small,input[type=button].small,input[type=submit].small{font-size:14px;font-weight:500;min-height:34px;line-height:34px;padding:0 20px;border-radius:var(--bb-button-radius)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.big,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.big,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.big,button.big,input[type=button].big,input[type=submit].big{font-size:16px;min-height:62px;line-height:62px;padding:0 40px;border-radius:var(--bb-button-radius)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.large,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.large,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.large,button.large,input[type=button].large,input[type=submit].large{font-size:16px;min-height:50px;line-height:50px;padding:0 30px;border-radius:var(--bb-button-radius)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.full,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.full,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.full,button.full,input[type=button].full,input[type=submit].full{width:100%} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary,button.secondary,input[type=button].secondary,input[type=submit].secondary{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)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary:hover,button.secondary:hover,input[type=button].secondary:hover,input[type=submit].secondary:hover{color:#1e2132;background-color:rgba(255,255,255,.05)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary:active,button.secondary:active,input[type=button].secondary:active,input[type=submit].secondary:active{color:#1e2132;background-color:rgba(255,255,255,.09)} - -.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.action-save.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.secondary.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{color:#c8cbcf;background-color:#f5f5f5} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary.outline,button.secondary.outline,input[type=button].secondary.outline,input[type=submit].secondary.outline{background:100% 0;color:#fff;border-color:#fff} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary.outline:hover,button.secondary.outline:hover,input[type=button].secondary.outline:hover,input[type=submit].secondary.outline:hover{color:rgba(255,255,255,.05);border-color:rgba(255,255,255,.05)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary.outline:active,button.secondary.outline:active,input[type=button].secondary.outline:active,input[type=submit].secondary.outline:active{color:rgba(255,255,255,.12);border-color:rgba(255,255,255,.12)} - -.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.action-save.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.secondary.outline.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{background:#f5f5f5;color:#dedfe2;border-color:#dedfe2;opacity:1} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary:focus,button.secondary:focus,input[type=button].secondary:focus,input[type=submit].secondary:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary:hover,button.secondary:hover,input[type=button].secondary:hover,input[type=submit].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)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success,button.success,input[type=button].success,input[type=submit].success{color:#fff;background-color:var(--bb-success-color)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success:hover,button.success:hover,input[type=button].success:hover,input[type=submit].success:hover{color:#fff;background-color:rgba(var(--bb-success-color),.05)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success:active,button.success:active,input[type=button].success:active,input[type=submit].success:active{color:#fff;background-color:rgba(var(--bb-success-color),.09)} - -.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.action-save.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.success.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{color:#c8cbcf;background-color:#f5f5f5} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success.outline,button.success.outline,input[type=button].success.outline,input[type=submit].success.outline{background:100% 0;color:var(--bb-success-color);border-color:var(--bb-success-color)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success.outline:hover,button.success.outline:hover,input[type=button].success.outline:hover,input[type=submit].success.outline:hover{color:rgba(var(--bb-success-color),.05);border-color:rgba(var(--bb-success-color),.05)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success.outline:active,button.success.outline:active,input[type=button].success.outline:active,input[type=submit].success.outline:active{color:rgba(var(--bb-success-color),.12);border-color:rgba(var(--bb-success-color),.12)} - -.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.action-save.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.success.outline.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{background:#f5f5f5;color:#dedfe2;border-color:#dedfe2;opacity:1} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.error,button.error,input[type=button].error,input[type=submit].error{color:#fff;background-color:var(--bb-danger-color)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error: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.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,.button.error:hover,button.error:hover,input[type=button].error:hover,input[type=submit].error:hover{color:#fff;background-color:rgba(var(--bb-danger-color),.05)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.error:active,button.error:active,input[type=button].error:active,input[type=submit].error:active{color:#fff;background-color:rgba(var(--bb-danger-color),.09)} - -.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.action-save.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.error.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{color:#c8cbcf;background-color:#f5f5f5} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.error.outline,button.error.outline,input[type=button].error.outline,input[type=submit].error.outline{background:100% 0;color:var(--bb-danger-color);border-color:var(--bb-danger-color)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.error.outline:hover,button.error.outline:hover,input[type=button].error.outline:hover,input[type=submit].error.outline:hover{color:rgba(var(--bb-danger-color),.05);border-color:rgba(var(--bb-danger-color),.05)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.error.outline:active,button.error.outline:active,input[type=button].error.outline:active,input[type=submit].error.outline:active{color:rgba(var(--bb-danger-color),.12);border-color:rgba(var(--bb-danger-color),.12)} - -.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.action-save.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.error.outline.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{background:#f5f5f5;color:#dedfe2;border-color:#dedfe2;opacity:1} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.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.error.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.error:hover,.buddypress .buddypress-wrap .comment-reply-link.error.outline:hover,.buddypress .buddypress-wrap .comment-reply-link.error:hover,.buddypress .buddypress-wrap .generic-button a.error.outline:hover,.buddypress .buddypress-wrap .generic-button a.error:hover,.buddypress .buddypress-wrap a.bp-title-button.error.outline:hover,.buddypress .buddypress-wrap a.bp-title-button.error:hover,.buddypress .buddypress-wrap a.button.error.outline:hover,.buddypress .buddypress-wrap a.button.error:hover,.buddypress .buddypress-wrap button.error.outline:hover,.buddypress .buddypress-wrap button.error:hover,.buddypress .buddypress-wrap input[type=button].error.outline:hover,.buddypress .buddypress-wrap input[type=button].error:hover,.buddypress .buddypress-wrap input[type=reset].error.outline:hover,.buddypress .buddypress-wrap input[type=reset].error:hover,.buddypress .buddypress-wrap input[type=submit].error.outline:hover,.buddypress .buddypress-wrap input[type=submit].error:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error.outline:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error:hover,.button.error.outline:hover,.button.error:hover,button.error.outline:hover,button.error:hover,input[type=button].error.outline:hover,input[type=button].error:hover,input[type=submit].error.outline:hover,input[type=submit].error:hover{background-color:var(--bb-secondary-button-background-regular);border-color:var(--bb-danger-color);color:var(--bb-danger-color)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted,button.inverted,input[type=button].inverted,input[type=submit].inverted{color:#000;background-color:#fff} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted:hover,button.inverted:hover,input[type=button].inverted:hover,input[type=submit].inverted:hover{color:#000;background-color:rgba(255,255,255,.05)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted:active,button.inverted:active,input[type=button].inverted:active,input[type=submit].inverted:active{color:#000;background-color:rgba(255,255,255,.09)} - -.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.action-save.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.inverted.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{color:#c8cbcf;background-color:#f5f5f5} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted.outline,button.inverted.outline,input[type=button].inverted.outline,input[type=submit].inverted.outline{background:100% 0;color:#fff;border-color:#fff} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted.outline:hover,button.inverted.outline:hover,input[type=button].inverted.outline:hover,input[type=submit].inverted.outline:hover{color:rgba(255,255,255,.05);border-color:rgba(255,255,255,.05)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted.outline:active,button.inverted.outline:active,input[type=button].inverted.outline:active,input[type=submit].inverted.outline:active{color:rgba(255,255,255,.12);border-color:rgba(255,255,255,.12)} - -.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.action-save.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.inverted.outline.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{background:#f5f5f5;color:#dedfe2;border-color:#dedfe2;opacity:1} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted:hover,button.inverted:hover,input[type=button].inverted:hover,input[type=submit].inverted:hover{opacity:.7} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.round,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.round,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.round,button.round,input[type=button].round,input[type=submit].round{border-radius:50px} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.raised,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.raised,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.raised,button.raised,input[type=button].raised,input[type=submit].raised{box-shadow:0 1px 3px rgba(0,0,0,.3)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.outline,button.outline,input[type=button].outline,input[type=submit].outline{background:100% 0;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} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.outline:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.outline:focus,button.outline:focus,input[type=button].outline:focus,input[type=submit].outline:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.outline:active,.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:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.outline:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.outline:hover,.buddypress .buddypress-wrap .comment-reply-link.outline:active,.buddypress .buddypress-wrap .comment-reply-link.outline:focus,.buddypress .buddypress-wrap .comment-reply-link.outline:hover,.buddypress .buddypress-wrap .generic-button a.outline:active,.buddypress .buddypress-wrap .generic-button a.outline:focus,.buddypress .buddypress-wrap .generic-button a.outline:hover,.buddypress .buddypress-wrap a.bp-title-button.outline:active,.buddypress .buddypress-wrap a.bp-title-button.outline:focus,.buddypress .buddypress-wrap a.bp-title-button.outline:hover,.buddypress .buddypress-wrap a.button.outline:active,.buddypress .buddypress-wrap a.button.outline:focus,.buddypress .buddypress-wrap a.button.outline:hover,.buddypress .buddypress-wrap button.outline:active,.buddypress .buddypress-wrap button.outline:focus,.buddypress .buddypress-wrap button.outline:hover,.buddypress .buddypress-wrap input[type=button].outline:active,.buddypress .buddypress-wrap input[type=button].outline:focus,.buddypress .buddypress-wrap input[type=button].outline:hover,.buddypress .buddypress-wrap input[type=reset].outline:active,.buddypress .buddypress-wrap input[type=reset].outline:focus,.buddypress .buddypress-wrap input[type=reset].outline:hover,.buddypress .buddypress-wrap input[type=submit].outline:active,.buddypress .buddypress-wrap input[type=submit].outline:focus,.buddypress .buddypress-wrap input[type=submit].outline:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.outline:active,.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:hover,.button.outline:active,.button.outline:focus,.button.outline:hover,button.outline:active,button.outline:focus,button.outline:hover,input[type=button].outline:active,input[type=button].outline:focus,input[type=button].outline:hover,input[type=submit].outline:active,input[type=submit].outline:focus,input[type=submit].outline: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)} - -.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.action-save.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.outline.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{opacity:.5} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.upper,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.upper,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.upper,button.upper,input[type=button].upper,input[type=submit].upper{text-transform:uppercase;letter-spacing:.04em;font-size:14px} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.upper.small,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.upper.small,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.upper.small,button.upper.small,input[type=button].upper.small,input[type=submit].upper.small{font-size:12px} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.upper.big,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.upper.big,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.upper.big,button.upper.big,input[type=button].upper.big,input[type=submit].upper.big{font-size:14px} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.upper.large,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.upper.large,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.upper.large,button.upper.large,input[type=button].upper.large,input[type=submit].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:active,.wp-block-file .wp-block-file__button:focus,.wp-block-file .wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__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)} - -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 a,.breadcrumbs span{font-style:normal;padding:0 .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 a,.breadcrumbs li:first-child span{padding-right: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 a,.pagination span{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 li.active a,.pagination span{color:rgba(0,0,0,.5);border-color:#e0e1e1;cursor:text} - -.pagination.upper{font-size:14px} - -.bbp-pagination-links{border:0;padding:0;background:100% 0;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,.llms-pagination>ul,.woocommerce-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-lms-pagination .page-numbers,.bb-lms-pagination .post-page-numbers,.bbp-pagination-links .page-numbers,.bbp-pagination-links .post-page-numbers,.bp-pagination-links .page-numbers,.bp-pagination-links .post-page-numbers,.llms-pagination .page-numbers,.llms-pagination .post-page-numbers,.page-links .page-numbers,.page-links .post-page-numbers,.woocommerce-pagination .page-numbers,.woocommerce-pagination .post-page-numbers{display:inline-block;width:28px;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 a.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.post-page-numbers,.bbp-pagination-links a.page-numbers:not(.prev,.next),.bbp-pagination-links a.post-page-numbers,.bp-pagination-links a.page-numbers:not(.prev,.next),.bp-pagination-links a.post-page-numbers,.llms-pagination a.page-numbers:not(.prev,.next),.llms-pagination a.post-page-numbers,.page-links a.page-numbers:not(.prev,.next),.page-links a.post-page-numbers,.woocommerce-pagination a.page-numbers:not(.prev,.next),.woocommerce-pagination 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.post-page-numbers:hover,.bb-lms-pagination a.page-numbers:not(.prev,.next):hover,.bb-lms-pagination a.post-page-numbers:hover,.bbp-pagination-links a.page-numbers:not(.prev,.next):hover,.bbp-pagination-links a.post-page-numbers:hover,.bp-pagination-links a.page-numbers:not(.prev,.next):hover,.bp-pagination-links a.post-page-numbers:hover,.llms-pagination a.page-numbers:not(.prev,.next):hover,.llms-pagination a.post-page-numbers:hover,.page-links a.page-numbers:not(.prev,.next):hover,.page-links a.post-page-numbers:hover,.woocommerce-pagination a.page-numbers:not(.prev,.next):hover,.woocommerce-pagination a.post-page-numbers:hover{color:var(--bb-primary-color)} - -.bb-bp-invites-content .table-responsive a.prev,.bb-lms-pagination a.prev,.bbp-pagination-links a.prev,.bp-pagination-links a.prev,.llms-pagination a.prev,.page-links a.prev,.woocommerce-pagination a.prev{margin-left:5px} - -.bb-bp-invites-content .table-responsive a.next,.bb-lms-pagination a.next,.bbp-pagination-links a.next,.bp-pagination-links a.next,.llms-pagination a.next,.page-links a.next,.woocommerce-pagination a.next{margin-right:5px} - -.bb-bp-invites-content .table-responsive a.next,.bb-bp-invites-content .table-responsive a.prev,.bb-lms-pagination a.next,.bb-lms-pagination a.prev,.bbp-pagination-links a.next,.bbp-pagination-links a.prev,.bp-pagination-links a.next,.bp-pagination-links a.prev,.llms-pagination a.next,.llms-pagination a.prev,.page-links a.next,.page-links a.prev,.woocommerce-pagination a.next,.woocommerce-pagination a.prev{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.next:hover,.bb-bp-invites-content .table-responsive a.prev:hover,.bb-lms-pagination a.next:hover,.bb-lms-pagination a.prev:hover,.bbp-pagination-links a.next:hover,.bbp-pagination-links a.prev:hover,.bp-pagination-links a.next:hover,.bp-pagination-links a.prev:hover,.llms-pagination a.next:hover,.llms-pagination a.prev:hover,.page-links a.next:hover,.page-links a.prev:hover,.woocommerce-pagination a.next:hover,.woocommerce-pagination a.prev:hover{background-color:var(--bb-content-alternate-background-color)} - -.bb-bp-invites-content .table-responsive a.next::before,.bb-bp-invites-content .table-responsive a.prev::before,.bb-lms-pagination a.next::before,.bb-lms-pagination a.prev::before,.bbp-pagination-links a.next::before,.bbp-pagination-links a.prev::before,.bp-pagination-links a.next::before,.bp-pagination-links a.prev::before,.llms-pagination a.next::before,.llms-pagination a.prev::before,.page-links a.next::before,.page-links a.prev::before,.woocommerce-pagination a.next::before,.woocommerce-pagination a.prev::before{font-family:bb-icons;speak:none;font-style:normal;font-weight:400;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,.bbp-pagination-links a.prev::before,.bp-pagination-links a.prev::before,.llms-pagination a.prev::before,.page-links a.prev::before,.woocommerce-pagination a.prev::before{content:"\e8ab"} - -.bb-bp-invites-content .table-responsive a.next::before,.bb-lms-pagination a.next::before,.bbp-pagination-links a.next::before,.bp-pagination-links a.next::before,.llms-pagination a.next::before,.page-links a.next::before,.woocommerce-pagination a.next::before{content:"\e827"} - -.bb-bp-invites-content .table-responsive span.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.post-page-numbers,.bbp-pagination-links span.page-numbers:not(.dots),.bbp-pagination-links span.post-page-numbers,.bp-pagination-links span.page-numbers:not(.dots),.bp-pagination-links span.post-page-numbers,.llms-pagination span.page-numbers:not(.dots),.llms-pagination span.post-page-numbers,.page-links span.page-numbers:not(.dots),.page-links span.post-page-numbers,.woocommerce-pagination span.page-numbers:not(.dots),.woocommerce-pagination 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-lms-pagination span.page-numbers.disabled,.bbp-pagination-links span.page-numbers.disabled,.bp-pagination-links span.page-numbers.disabled,.llms-pagination span.page-numbers.disabled,.page-links span.page-numbers.disabled,.woocommerce-pagination span.page-numbers.disabled{background-color:transparent;color:var(--bb-body-text-color)} - -.llms-pagination ul.page-numbers,.woocommerce nav.woocommerce-pagination ul.page-numbers,.woocommerce-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} - -.woocommerce nav.woocommerce-pagination ul li,.woocommerce-pagination ul li,body.woocommerce nav.woocommerce-pagination ul li{margin:0 3px} - -.woocommerce nav.woocommerce-pagination ul li a,.woocommerce-pagination ul li a,body.woocommerce nav.woocommerce-pagination ul li a{background-color:transparent} - -.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce-pagination ul li a:focus,.woocommerce-pagination ul li a:hover,body.woocommerce nav.woocommerce-pagination ul li a:focus,body.woocommerce nav.woocommerce-pagination ul li a:hover{color:var(--bb-primary-color);background-color:transparent} - -.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,body.woocommerce nav.woocommerce-pagination ul li a.next,body.woocommerce nav.woocommerce-pagination ul li a.prev{font-size:0;color:var(--bb-body-text-color);background-color:var(--bb-content-background-color)} - -.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,body.woocommerce nav.woocommerce-pagination ul li a.next:hover,body.woocommerce nav.woocommerce-pagination ul li a.prev:hover{background-color:var(--bb-content-alternate-background-color)} - -.woocommerce nav.woocommerce-pagination ul li span.current,.woocommerce-pagination ul li span.current,body.woocommerce nav.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.next,.buddypress-wrap .bp-pagination .bp-pagination-links a.prev,.buddypress-wrap .bp-pagination .bp-pagination-links span.next,.buddypress-wrap .bp-pagination .bp-pagination-links span.prev{font-size:0} - -.push-left{margin-left:auto} - -.push-right{margin-right:auto} - -.push-center{margin-right:auto;margin-left:auto} - -.push-middle{margin-top:auto;margin-bottom:auto} - -.push-bottom{margin-top:auto}@media (max-width:544px){ - -.push-left-sm{margin-right:0} - -.push-center-sm{margin-right:auto;margin-left: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;right: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;right: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 embed,.video-container iframe:not(.wp-embedded-content),.video-container object{position:absolute;top:0;right: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-left:-.5rem} - -.overlay{position:fixed;z-index:200;top:0;right:0;left:0;bottom:0;background-color:rgba(255,255,255,.95)} - -.overlay>.close{position:fixed;top:1rem;left: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:100% 0!important;color:#000!important;box-shadow:none!important;text-shadow:none!important} - -a,a:visited{text-decoration:underline} - -blockquote,pre{border:1px solid #999;page-break-inside:avoid} - -h2,h3,p{orphans:3;widows:3} - -thead{display:table-header-group} - -img,tr{page-break-inside:avoid} - -img{max-width:100%!important} - -h2,h3,h4{page-break-after:avoid}@page{margin:.5cm}} - -.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,right top,left top,color-stop(8%,#eee),color-stop(18%,#ddd),color-stop(33%,#eee));background:-webkit-linear-gradient(right,#eee 8%,#ddd 18%,#eee 33%);background:linear-gradient(to left,#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(0);transform:rotate(0)} - -to{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes rotate{ - -from{-webkit-transform:rotate(0);transform:rotate(0)} - -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(-0.5rem);transform:translateX(-0.5rem)} - -30%{-webkit-transform:translateX(0.4rem);transform:translateX(0.4rem)} - -45%{-webkit-transform:translateX(-0.3rem);transform:translateX(-0.3rem)} - -60%{-webkit-transform:translateX(0.2rem);transform:translateX(0.2rem)} - -75%{-webkit-transform:translateX(-0.1rem);transform:translateX(-0.1rem)} - -90%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{ - -15%{-webkit-transform:translateX(-0.5rem);transform:translateX(-0.5rem)} - -30%{-webkit-transform:translateX(0.4rem);transform:translateX(0.4rem)} - -45%{-webkit-transform:translateX(-0.3rem);transform:translateX(-0.3rem)} - -60%{-webkit-transform:translateX(0.2rem);transform:translateX(0.2rem)} - -75%{-webkit-transform:translateX(-0.1rem);transform:translateX(-0.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 .2s;animation:zoom-in .2s} - -.zoomOut{-webkit-animation:zoom-out .5s;animation:zoom-out .5s} - -.slideInRight{-webkit-animation:slide-in-right .5s;animation:slide-in-right .5s} - -.slideInLeft{-webkit-animation:slide-in-left .5s;animation:slide-in-left .5s} - -.slideInDown{-webkit-animation:slide-in-down .5s;animation:slide-in-down .5s} - -.slideOutLeft{-webkit-animation:slide-out-left .5s;animation:slide-out-left .5s} - -.slideOutRight{-webkit-animation:slide-out-right .5s;animation:slide-out-right .5s} - -.slideOutUp{-webkit-animation:slide-out-up .5s;animation:slide-out-up .5s} - -.slideUp{overflow:hidden;-webkit-animation:slide-up .2s ease-in-out;animation:slide-up .2s 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 .5s cubic-bezier(.5,-.5,.5,1.5);animation:flip-out .5s cubic-bezier(.5,-.5,.5,1.5)} - -.rotate{-webkit-animation:rotate .5s;animation:rotate .5s} - -.pulse{-webkit-animation:pulse 250ms 2;animation:pulse 250ms 2} - -.shake{-webkit-animation:shake .5s;animation:shake .5s} - -.dropdown:not(.v-select){position:absolute;z-index:100;top:0;left: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;right:0;left: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-left: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;left: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::after,[data-balloon]:hover::before,[data-balloon][data-balloon-visible]::after,[data-balloon][data-balloon-visible]::before{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]::after,[data-balloon][data-balloon-blunt]::before{-webkit-transition:none;transition:none} - -[data-balloon][data-balloon-pos=up]::after{bottom:100%;right: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%;right: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%;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-left]::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-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%;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-right]::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-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{right: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;right: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{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-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;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-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{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-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;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-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-left:11px;left: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-left:5px;left: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{right:100%;margin-right: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;right:100%;margin-right: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{box-shadow:0 3px 24px 0 rgba(18,43,70,.08);border-right-color:#fff;border-left-color:#fff;border-radius:3px;position:relative;z-index:1} - -.bs-item-list.list-view.notification-list .bs-item-wrap:not(.no-hover-effect,.header-total-reply-count):hover{border-right-color:transparent;border-left-color:transparent} - -.bs-item-list.list-view li.bs-item-wrap:not(.no-hover-effect):hover{box-shadow:none;border-right-color:var(--bb-content-border-color);border-left-color:var(--bb-content-border-color)} - -.bs-item-list.list-view li.bs-item-wrap:first-child{border-top-right-radius:var(--bb-block-radius);border-top-left-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{left:-15px} - -.bs-item-list.list-view .bb-icon-map-pin-small::before{margin-right:0} - -.bs-item-list.list-view .item-avatar>a{display:inline-block;margin:0;position:relative} - -.bs-item-list.list-view .item-avatar{margin-left: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:100% 0;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-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:first-child{border-top-right-radius:var(--bb-block-radius);border-top-left-radius:var(--bb-block-radius)} - -#bbpress-forums .bs-item-list.list-view:not(.bbp-lead-topic)>li:first-child>.bs-item-wrap,#bbpress-forums .bs-item-list.list-view:not(.bbp-lead-topic)>li:first-child>div.bs-reply-list-item{border-top-right-radius:var(--bb-block-radius);border-top-left-radius:var(--bb-block-radius)} - -#bbpress-forums .bs-item-list.list-view:not(.bbp-lead-topic)>li: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>.bs-item-wrap,#bbpress-forums .bs-item-list.list-view:not(.bbp-lead-topic)>li:last-child>div.bs-reply-list-item{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:first-child{border-radius:var(--bb-block-radius)} - -#bbpress-forums .bs-item-list.list-view:not(.bbp-lead-topic)>li:last-child:first-child>.bs-item-wrap,#bbpress-forums .bs-item-list.list-view:not(.bbp-lead-topic)>li:last-child:first-child>div.bs-reply-list-item{border-radius:var(--bb-block-radius)} - -.bs-item-list.notification-list .bs-item-wrap:not(.no-hover-effect):hover{border-right-color:transparent;border-left-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} - -.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;left: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;left:25px;box-sizing:border-box;border:6px solid #000;border-color:var(--bb-content-background-color) transparent transparent var(--bb-content-background-color);-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 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%} - -.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:right;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%;right:0;top:0} - -.bb-cover-wrap.bs-no-cover-img::after{opacity:.3} - -.bb-cover-wrap img{position:absolute;top:0;bottom:0;right:0;left: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:right;border:1px solid rgba(0,0,0,.05);padding-right:15px;padding-left:15px} - -#pass-strength-result::before{font-family:bb-icons;display:inline-block;speak:none;width:18px;font-size:18px;margin-left: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:"\ee65";font-weight:200} - -#pass-strength-result.bad,#pass-strength-result.error{background-color:rgba(var(--bb-warning-color-rgb),.1);color:var(--bb-warning-color);border-color:rgba(0,0,0,.05)} - -#pass-strength-result.bad::before,#pass-strength-result.error::before{content:"\ee66";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:"\eebc";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:"\e876";font-weight:200} - -.bp-navs ul::after,.bp-navs::after{content:" ";display:table;clear:both} - -.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-right: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-right:5px} - -.bb-single-main-nav .bb-single-nav-item-point{display:inline} - -.bb-component-nav-item-point{display:inline} - -.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:100% 0} - -.activity-update-form~.mpp-media-upload-container a.mpp-upload-container-close::before{content:"\e828";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-left:90px} - -.activity-update-form~.mpp-media-upload-container .mpp-uploading-media-list ul{margin:10px 0} - -.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%;right: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-checkbox-help::before,.bb-checkbox .bb-radio-help::before,.bb-radio .bb-checkbox-help::before,.bb-radio .bb-radio-help::before{display:inline-block;content:"";width:22px;height:22px;vertical-align:middle;background-color:#fff;border:2px solid #d6dce6;border-radius:4px;margin-left:10px} - -.bb-checkbox .bb-checkbox-help::after,.bb-radio .bb-checkbox-help::after{position:absolute;top:0;right:0;display:inline-block;content:"\e876";width:22px;height:22px;font-family:bb-icons;font-style:normal;font-weight:400;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} - -.bb-radio .bb-radio-help::before{border-radius:50%} - -.bb-radio .bb-radio-help::after{content:"";position:absolute;top:4px;right: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;right:0;left:0;bottom:0;background-color:#c8cbcf;-webkit-transition:.4s;transition:.4s;border-radius:34px} - -.switch-slider::before{position:absolute;content:"";height:24px;width:24px;right:2px;bottom:2px;background-color:#fff;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} - -.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden} - -.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{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:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000} - -.alignleft{float:right} - -.alignright{float:left} - -.aligncenter{display:block;margin-right:auto;margin-left:auto;text-align:center} - -.clear-both{clear:both} - -.clear-none{clear:none} - -.clear-left{clear:right} - -.clear-right{clear:left} - -.wp-caption{background-color:#e6e6e6;max-width:100%;overflow:hidden;text-align:center} - -.wp-caption.alignleft{margin:.5rem 0 1.625rem 2rem} - -.wp-caption.aligncenter{margin-right:auto;margin-left:auto} - -.wp-caption.alignright{margin:.5rem 2rem 1.625rem 0} - -.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{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:#f5f5f5;margin:0;max-width:100%;padding:5px} - -.gallery img{display:block;height:auto;width:100%} - -.entry-content .fluid-width-video-wrapper,.entry-content img.aligncenter{margin-top:30px;margin-bottom:50px} - -.bb-vw-container{width:100vw;position:relative;right:50%;left:50%;margin-right:-50vw;margin-left:-50vw} - -#bb-loader{position:fixed;right:0;top:0;width:100%;height:100%;background:url(../images/svg/loader.svg) center no-repeat #fff;background-size:62px;-webkit-transition:.3s all;transition:.3s all;z-index:9999} - -.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;height:1em;width:1em;margin:0 .07em;vertical-align:-.1em;background:100% 0;padding:0} - -[contenteditable]:empty::before{content:"\feff"} - -.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-left: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(../images/adminbar-background.png);background-repeat:repeat-x;background-attachment:fixed} - -body,html{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} - -.bb-footer,.site-content:not(.maintenance-content),.site-header{padding:0 10px} - -.site-content{min-height:70vh} - -.sticky-header .site-content{min-height:85vh} - -.site-main{position:relative} - -.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(.activate) .site,.bb-buddypanel:not(.register) .site{margin-right:68px;-webkit-transition:margin-right .2s;transition:margin-right .2s}}@media (min-width:800px){ - -.bb-buddypanel.bb-buddypanel-right:not(.register) .site{margin-left:68px;margin-right:0;-webkit-transition:margin-left .2s;transition:margin-left .2s}} - -.error-404,.no-results.not-found{padding-top:40px;padding-bottom:40px} - -.error-404 .page-header,.no-results.not-found .page-header{margin-bottom:40px} - -.error-404 .page-title,.no-results.not-found .page-title{margin-bottom:10px} - -.error-404 .desc,.no-results.not-found .desc{font-size:18px;font-weight:300;color:var(--bb-body-text-color);letter-spacing:-.24px;line-height:1.5} - -.error-404 .button,.no-results.not-found .button{min-width:140px} - -.error-404 .bb-img-404,.no-results.not-found .bb-img-404{margin:0 auto 40px} - -.error-404 .bb-img-404--theme-2-0 svg>path,.no-results.not-found .bb-img-404--theme-2-0 svg>path{fill:var(--bb-body-background-color);stroke:var(--bb-primary-color)} - -.error-404 .bb-img-404--theme-2-0 svg g path,.no-results.not-found .bb-img-404--theme-2-0 svg g path{fill:var(--bb-primary-color)} - -.error-404 .bb-img-404--theme-2-0 svg circle,.no-results.not-found .bb-img-404--theme-2-0 svg circle{stroke:var(--bb-primary-color)} - -.error-404 .bb-img-404--theme-2-0 svg .circle-fill-404,.no-results.not-found .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:"\ef10";color:inherit;font-family:bb-icons;font-size:17px;position:absolute;right: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:0 100px 100px 0;border-left:0;width:100%} - -.no-results.not-found .search-form .search-submit{border-radius:var(--bb-button-radius) 0 0 var(--bb-button-radius);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 .no-results-img{margin-bottom:50px} - -.avatar{aspect-ratio:1;object-fit:cover;border-radius:50%}@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 .header-aside .notification-dropdown i,.site-header .header-search-wrap i,.site-header .notification-dropdown i,.site-header 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:"\e8ab"} - -.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} - -.buddypanel-logo .site-header .header-2 .buddypanel_logo_display_on{display:block;visibility:hidden;opacity:0} - -.header-aside .notification-list.bb-nouveau-list .actions .dashicons-dismiss::before,.header-aside .notification-list.bb-nouveau-list .actions .dashicons-hidden::before,.header-aside .notification-list.bb-nouveau-list .actions .dashicons-trash::before,.header-aside .notification-list.bb-nouveau-list .actions .dashicons-visibility::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:610;width:100%} - -.sticky-header .site-header.has-scrolled{box-shadow:0 1px 0 0 rgba(139,141,157,.05),0 5px 10px 0 rgba(65,71,108,.15)} - -.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-left: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 .header-aside,.header-2 .main-navigation{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-right:0} - -.header-aside>:last-child{padding-left: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-right:10px} - -.site-header .header-aside.avatar .sub-menu{left:0} - -.site-header .header-aside.avatar .sub-menu::before{left: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-left: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-right: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 2px 0 3px} - -.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%;right: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 .search-field-top,.header-search-wrap input.search-field{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:0;padding:10px 35px 10px 15px;text-overflow:ellipsis;white-space:nowrap;width:100%} - -.header-search-wrap .search-field-top:focus,.header-search-wrap input.search-field: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);left: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-right:.625rem;min-width:110px} - -.header-aside .button.signup{margin-right:.3125rem;min-width:initial} - -.bb-header-more-menu,.bb-help-dropdown-wrap{position:relative} - -.bb-header-more-menu:hover .bb-help-content,.bb-header-more-menu:hover .bb-help-link::after,.bb-header-more-menu:hover .bb-more-menu-icon::after,.bb-header-more-menu:hover .bb-more-menu-nav,.bb-help-dropdown-wrap:hover .bb-help-content,.bb-help-dropdown-wrap:hover .bb-help-link::after,.bb-help-dropdown-wrap:hover .bb-more-menu-icon::after,.bb-help-dropdown-wrap:hover .bb-more-menu-nav{opacity:1;visibility:visible} - -.bb-help-link,.bb-more-menu-icon{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-help-link::after,.bb-more-menu-icon::after{content:" ";position:absolute;width:0;height:0;bottom:-1px;margin:0;left:5px;box-sizing:border-box;border:8px solid #000;border-color:#fff transparent transparent #fff;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 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:0;visibility:hidden} - -.bb-help-content,.bb-more-menu-nav{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;left:-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-left:8px} - -.bb-more-menu-nav [data-balloon]::after,.bb-more-menu-nav [data-balloon]::before{display:none} - -.bb-more-menu-nav .sub-menu{left:95%;top:0} - -.bb-more-menu-nav .sub-menu .sub-menu{right: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} - -#header-messages-dropdown-elem .menu-item-has-children:not(.hideshow)::after,#header-notification-dropdown-elem .menu-item-has-children:not(.hideshow)::after,.bb-header-search-bar .menu-item-has-children:not(.hideshow)::after{display:none} - -.notification-wrap,.user-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);left:-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-right:10px;padding-left:10px} - -.site-header .bb-button-wrap:last-child{padding-left: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-messages-dropdown-elem,#header-notifications-dropdown-elem,.bb-header-more-menu,.bb-header-search-bar,.bb-help-dropdown-wrap,.header-cart-link-wrap,.header-search-link-wrap,.user-wrap-container{display:inline-block;padding:0 8px;text-align:right;vertical-align:middle} - -.text-center .bb-header-search-bar{width:80%} - -.dropdown-left .menu-item-has-children:not(.hideshow)::after{line-height:1;left: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;left:12px;top:4px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)} - -.bb-header-buttons .button.link{background:100% 0;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)} - -.bb-header-buttons a.button.outline:hover{color:var(--bb-header-links-hover)} - -.bb-button-wrap+.bb-button-wrap{padding-right: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){ - -.bb-buddypanel:not(.bb-sfwd-aside) .fl-builder-content[data-type=header].fl-theme-builder-header-sticky,body.bb-buddypanel:not(.bb-sfwd-aside)>.fl-builder-content{padding-right: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-left:50px}}@media (max-width:799px){ - -.buddypanel,.site-header-container{display:none} - -.bb-mobile-header{height:76px} - -.bb-left-panel-mobile{margin-right: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-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{left:0} - -.elementor-location-header .site-header .menu-item-has-children .sub-menu::before{left:inherit;right:30px}}@media (max-width:768px){ - -.elementor-location-header .site-header .menu-item-has-children .sub-menu::before{right:68px}}@media (max-width:545px){ - -.elementor-location-header .elementor-section-wrap .elementor-container{padding-right:10px!important;padding-left: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{right:0} - -.bb-mobile-panel-wrapper.left.closed{right:-110%} - -.bb-mobile-panel-wrapper.right{left:0} - -.bb-mobile-panel-wrapper.right.closed{left:-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{right: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-right: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:focus,.bb-mobile-panel-inner .buddypanel-menu li.bb-menu-section a:hover{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-right:0} - -.bb-mobile-panel-inner hr{background:var(--bb-content-border-color);height:1px;opacity:.5;margin:15px 5px 10px 0} - -.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-right:10px} - -.bb-mobile-panel-inner .side-panel-menu a{padding:15px 0} - -.bb-mobile-panel-inner [data-balloon]::after,.bb-mobile-panel-inner [data-balloon]::before{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-right:0;margin-left: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:left;margin-left: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-left: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-right:30px;padding-top:0;padding-bottom:0;background-color:transparent} - -.bb-mobile-panel-inner .sub-menu.bb-open a{background:100% 0;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;left: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-right: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-left: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(0);-ms-transform:rotate(0);transform:rotate(0)} - -.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(0);-ms-transform:rotate(0);transform:rotate(0)} - -[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-left: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 15px 0 0;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-left:0!important}}@media screen and (max-width:543px){ - -#header-notifications-dropdown-elem:not(:last-child) .notification-dropdown{left:-38px} - -.messages-wrap:not(:last-child) .notification-dropdown{left:-78px} - -.messages-wrap:nth-last-child(2):not(:last-child) .notification-dropdown{left:-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:100% 0} - -.buddypanel-open ul.buddypanel-menu.mobile-menu>li>a>img:first-child{margin-left:18px;margin-right: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-left:.5rem} - -.menu-item i._after,.rtl .menu-item i._before{margin-right:.4em} - -.menu-item img._before,.rtl .menu-item img._after{margin-left:.5em} - -.menu-item img._after,.rtl .menu-item img._before{margin-right:.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} - -.dashicons-admin-site::before{content:"\f319"!important} - -.dashicons-welcome-view-site::before{content:"\f115"!important} - -.side-panel-menu img._mi{margin-right:4px;margin-left: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;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:right;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-right: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:focus,.primary-menu a:hover{color:var(--bb-header-links-hover)} - -.primary-menu a:focus>i,.primary-menu a:hover>i{color:var(--bb-header-links-hover)} - -.primary-menu .current-menu-ancestor>a,.primary-menu .current-menu-item>a,.primary-menu .current-menu-parent>a,.primary-menu .current_page_item>a{font-weight:600;color:var(--bb-header-links-hover);letter-spacing:-.24px} - -.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-menu-parent>a>i.bb-icon-l,.primary-menu .current-menu-parent>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-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-menu-parent>a>i.bb-icon-rl,.primary-menu .current-menu-parent>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-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-menu-parent>a>i.bb-icon-bl,.primary-menu .current-menu-parent>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-ancestor>a>i,.primary-menu .current-menu-item>a>i,.primary-menu .current-menu-parent>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 10px 0 22px} - -.primary-menu .menu-item-has-children>a::after{right:0;left: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::after,.menu-style-tab_bar .site-header #primary-navbar .primary-menu>.menu-item>.ab-submenu li::before{display:none} - -.menu-style-tab_bar .site-header #primary-navbar .primary-menu>.menu-item>.ab-submenu{margin-top:30px;right:-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;right:50%;margin:-5px 0 0;max-width:initial;left: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:"\ee6e";font-family:bb-icons;font-size:24px;font-weight:400;font-style:normal;color:var(--bb-header-links);right:50%;position:absolute;left: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-menu-item>a::after,.menu-style-tab_bar .site-header .primary-menu>li.no-icon>a.current_page_item>a::after{color:var(--bb-header-links)} - -.menu-style-tab_bar .site-header .primary-menu>li.current-menu-item>a,.menu-style-tab_bar .site-header .primary-menu>li.current_page_item>a{border-bottom-color:var(--bb-header-links-hover)} - -.menu-style-tab_bar .site-header .primary-menu>li.current-menu-item>a i._mi,.menu-style-tab_bar .site-header .primary-menu>li.current_page_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-right:0;margin-left:0;min-width:20px} - -.menu-style-tab_bar .site-header .primary-menu>li>a>span{display:none} - -#navbar-collapse{position:relative;margin-right:15px;margin-left: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:visible;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 .current-menu-ancestor>a,.site-header .sub-menu .current-menu-item>a,.site-header .sub-menu .current-menu-parent>a,.site-header .sub-menu li:hover>a{background:var(--bb-content-alternate-background-color);color:var(--bb-primary-color)} - -.site-header .sub-menu .current-menu-ancestor>a,.site-header .sub-menu .current-menu-item>a,.site-header .sub-menu .current-menu-parent>a{font-weight:600} - -.site-header .sub-menu .sub-menu{top:-6px;right:-webkit-calc(100% + -16px);right:calc(100% + -16px)} - -.site-header .sub-menu .menu-item-has-children:not(.hideshow)::after{line-height:1;left:15px;top:4px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)} - -.site-header .sub-menu .menu-item-has-children>a::after{right:-webkit-calc(100% + 5px);right: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;right: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;right:28px;border:7px solid #000;border-color:#fff transparent transparent #fff;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 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{left: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:"\e826";font-family:bb-icons;font-size:20px;color:var(--bb-header-links);margin:0;margin-right:auto;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);position:absolute;right:unset;left: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 .9375rem .5625rem 1rem;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 1.5rem .5625rem .9375rem;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:"\e8ab";font-family:bb-icons;font-weight:400;speak:none;display:inline-block;color:#939597;position:absolute;right: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;right:-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;left:-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::after,.site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu li::before{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;left:28px;border:7px solid #000;border-color:var(--bb-content-background-color) transparent transparent var(--bb-content-background-color);-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 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{left: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 li.menupop:hover .ab-sub-wrapper{display:block} - -.user-wrap-container .sub-menu .ab-sub-wrapper{display:none;position:absolute;width:187px;right:-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;left:-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 0 0 5px;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;left:0;right:-7px;box-sizing:border-box;border:8px solid #000;border-color:var(--bb-content-background-color) transparent transparent var(--bb-content-background-color);-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 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} - -#navbar-extend .menu-item-has-children::after,.menu-style-standard .primary-menu .menu-item-has-children:not(.hideshow)::after{content:"\e826";font-family:bb-icons;font-weight:400;font-style:normal;speak:none;display:inline-block;color:var(--bb-header-links);position:absolute;left: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{left: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:right;margin-left: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;left:4px;top:1px} - -.notification-link.active i.bb-icon-mail-small::after{left: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;left:-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{left:auto;right:-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;left:10px} - -.user-wrap.menu-item-has-children>a::after{right:auto;left: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-right: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:"\ee6e";font-family:bb-icons;font-size:18px;line-height:1;position:absolute;right: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-right: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-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.current-menu-parent>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:400} - -.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.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: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-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.current-menu-parent>a,.user-wrap.menu-item-has-children #header-my-account-menu>li li:hover>a{background:100% 0;color:var(--bb-primary-color);font-weight:400} - -.user-wrap.menu-item-has-children #header-my-account-menu a{padding:11px 40px 11px 14px;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;right: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]::after,.user-wrap.menu-item-has-children #header-my-account-menu [data-balloon]::before{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-right:16px} - -#wp-admin-bar-user-actions #wp-admin-bar-user-info{margin-bottom:10px} - -.bb-more-menu-nav.dropdown-left{left:auto;right:-15px} - -.bb-more-menu-nav.dropdown-left .sub-menu{left:auto;right: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 .bb-help-content,.dropdown-left .sub-menu{left:auto;right:-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-right: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:100% 0} - -.bb-footer .bb-menu-section,.bb-my-account-menu .bb-menu-section,.primary-menu .bb-menu-section{display:none} - -#object-nav .sub-menu,#object-nav ul.submenu,.bb-footer .footer-menu .sub-menu,.bb-footer .footer-menu ul.submenu,.bb-profile-grid.bb-grid .bp-navs .sub-menu,.bb-profile-grid.bb-grid .bp-navs ul.submenu,.bp-navs .component-navigation .sub-menu,.bp-navs .component-navigation ul.submenu,.site-header .sub-menu,.site-header 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;left:-20px;bottom:30px;margin:0;min-width:168px;opacity:0;visibility:hidden;z-index:100} - -#object-nav .sub-menu.active,#object-nav ul.submenu.active,.bb-footer .footer-menu .sub-menu.active,.bb-footer .footer-menu ul.submenu.active,.bb-profile-grid.bb-grid .bp-navs .sub-menu.active,.bb-profile-grid.bb-grid .bp-navs ul.submenu.active,.bp-navs .component-navigation .sub-menu.active,.bp-navs .component-navigation ul.submenu.active,.site-header .sub-menu.active,.site-header ul.submenu.active{opacity:1;visibility:visible} - -.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} - -#object-nav .sub-menu li,#object-nav ul.sub-menu li,.bb-footer .footer-menu .sub-menu li,.bb-footer .footer-menu 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,.bp-navs .component-navigation .sub-menu li,.bp-navs .component-navigation ul.sub-menu li{margin:0;display:block;width:100%;padding:0} - -#object-nav .sub-menu a,#object-nav ul.sub-menu a,.bb-footer .footer-menu .sub-menu a,.bb-footer .footer-menu 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,.bp-navs .component-navigation .sub-menu a,.bp-navs .component-navigation 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} - -#object-nav .sub-menu a:hover,#object-nav ul.sub-menu a:hover,.bb-footer .footer-menu .sub-menu a:hover,.bb-footer .footer-menu 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,.bp-navs .component-navigation .sub-menu a:hover,.bp-navs .component-navigation ul.sub-menu a:hover{background:var(--bb-content-alternate-background-color)} - -#object-nav .more-button,.bb-footer .footer-menu .more-button,.bb-profile-grid.bb-grid .bp-navs .more-button,.bp-navs .component-navigation .more-button{padding:14px 0;line-height:1.1} - -#object-nav .more-button i,.bb-footer .footer-menu .more-button i,.bb-profile-grid.bb-grid .bp-navs .more-button i,.bp-navs .component-navigation .more-button i{font-size:1.25rem} - -#object-nav.courses-nav .more-button,.bb-footer .footer-menu.courses-nav .more-button,.bb-profile-grid.bb-grid .bp-navs.courses-nav .more-button,.bp-navs .component-navigation.courses-nav .more-button{padding-top:5px} - -.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 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:100% 0} - -.bp-subnavs li.selected a:focus{background:100% 0;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);left:-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;right:-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;left:-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:100% 0} - -#header-aside .bb-my-account-menu .sub-menu .current-menu-item a{background:100% 0} - -.user-wrap.menu-item-has-children .sub-menu-inner .count{position:static;float:left;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 .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;right:-187px;z-index:10;display:none} - -.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;left:-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{display:block} - -.header-aside .wrapper a{position:static} - -.buddypanel{background:var(--bb-sidenav-background);box-shadow:0 3px 13px 0 rgba(18,43,70,.1);right:0;position:fixed;width:68px;height:100%;z-index:611;-webkit-transition:width .2s;transition:width .2s} - -.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{right:inherit;top:inherit;margin-right:60px;margin-top:14px} - -.buddypanel [data-balloon][data-balloon-pos=right]::after{right:inherit;top:inherit;margin-right:65px;margin-top:25px} - -.buddypanel .side-panel-scroll [data-balloon][data-balloon-pos=right]::after,.buddypanel .side-panel-scroll [data-balloon][data-balloon-pos=right]::before{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} - -.buddypanel ul.buddypanel-menu li a>i+span:not(.count),.buddypanel ul.buddypanel-menu li a>img._image+span:not(.count){margin-left:auto} - -.buddypanel ul.buddypanel-menu>li>a>i+span:not(.count){margin-right:-10px} - -.buddypanel .site-branding{position:relative;z-index:29;background-color:var(--bb-sidenav-background)} - -.buddypanel .count{margin-left:7px} - -.buddypanel .menu-item-has-children .count{margin-left: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-right:18px} - -.buddypanel-open ul.buddypanel-menu>li>a i{margin-right:0} - -.buddypanel-open ul.buddypanel-menu>li>a>img:first-child{margin-right:24px;margin-left:15px} - -.bb-template-v2 .buddypanel-open ul.buddypanel-menu>li>a>img:first-child{margin-right:15px;margin-left:8px} - -.buddypanel-open .buddypanel-menu>li>.bb-menu-item>i:not(.bb-icon-angle-down){margin-right: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 35px 10px 20px;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{right:auto;left: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-right:0} - -body.bb-buddypanel:not(.buddypanel-open).bb-sfwd-aside.bb-buddypanel-right .site{margin-left: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:right;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)}}@media screen and (min-width:800px){ - -.bb-buddypanel.buddypanel-open.sticky-header .site-header{width:-webkit-calc(100% - 230px);width:calc(100% - 230px)} - -.bb-buddypanel .bb-footer,.bb-buddypanel .header-search-wrap,.bb-buddypanel .site-content,.bb-buddypanel .site-header{padding:0 30px} - -.buddypanel-open:not(.register) .site{margin-right:230px} - -.buddypanel-open:not(.register).bb-buddypanel-right .site{margin-left:230px;margin-right: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=left]::after,.buddypanel-open:not(.register) .buddypanel [data-balloon][data-balloon-pos=left]::before,.buddypanel-open:not(.register) .buddypanel [data-balloon][data-balloon-pos=right]::after,.buddypanel-open:not(.register) .buddypanel [data-balloon][data-balloon-pos=right]::before{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-right:0} - -.in-bbapp.has-sidebar.buddypress.has-sidebar:not(.profile-sidebar,.group-sidebar,.llms-pointer) #page #primary,.in-bbapp.has-sidebar:not(.profile-sidebar,.group-sidebar,.llms-pointer) #primary{max-width:inherit}@media screen and (max-width:799px){ - -.buddypanel-open.buddypanel-header .site{margin-right: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-left:20px;margin-right: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-left: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-right: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>.bs-submenu-toggle,.bb-template-v2 .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,.bb-template-v2 .widget.widget_block .side-panel-inner.is_block .buddypanel-menu-block li a:hover>i:not(.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>.bs-submenu-toggle,.bb-template-v2 .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,.bb-template-v2 .widget.widget_block .side-panel-inner.is_block .buddypanel-menu-block li.current-menu-item>a>i:not(.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 10px 8px 0} - -.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-right: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{left: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-right:50px;margin-right:-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-right:40px;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-right:7px;margin-left:.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-right: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._after,.side-panel-menu .sub-menu i._mi._before,.side-panel-menu .sub-menu i.bb-icon-file{margin-right:0} - -.side-panel-menu .sub-menu span+i._mi._after{margin-right: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-right: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-right:5px} - -span.count.small{font-size:10px;padding:3px 5px 4px;position:absolute;right: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 0 0 17px} - -.buddypanel-menu>li>.bb-menu-item>i:not(.bb-icon-angle-down){min-width:32px;text-align:right;margin-left: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-right:32px;padding-top:52px} - -.buddypanel-open .buddypanel-menu .sub-menu.bb-open .sub-menu{padding-right:0}}@media (min-width:800px){ - -.buddypanel-open .touch-only .buddypanel-menu .sub-menu.bb-open{padding-top:5px}} - -body.buddypanel-open .buddypanel .buddypanel_off_close_site_icon,body.buddypanel-open .buddypanel .buddypanel_off_open_site_icon,body.buddypanel-open .buddypanel .buddypanel_on_close_site_icon,body.buddypanel-open .buddypanel .buddypanel_on_open_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_close_site_icon,body:not(.buddypanel-open) .buddypanel .buddypanel_on_open_site_icon{display:block;text-align:center} - -body:not(.buddypanel-open) .buddypanel .buddypanel_logo_display_on,body:not(.buddypanel-open) .buddypanel .buddypanel_off_close_site_icon,body:not(.buddypanel-open) .buddypanel .buddypanel_off_open_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 ol,.widget ul{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-right:20px} - -.widget.widget_block .wp-block-page-list li.current-menu-item a,.widget.widget_block .wp-block-page-list li.current_page_item a,.widget.widget_pages ul li.current-menu-item a,.widget.widget_pages ul li.current_page_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-right: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.search,.widget.widget_search input[name=bbp_search],.widget.widget_search input[type=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-right:10px;padding-right:15px;padding-left: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 a:not(.activity-time-since),.widget.activity_update .activity-update .bp-activity-info p{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-left: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.buddypress.widget_bp_core_whos_online_widget div.item-options,.widget.widget_bp_core_whos_online_widget div.item-options{margin-bottom:20px} - -.widget.buddypress.widget_bp_core_whos_online_widget div.item-options a,.widget.widget_bp_core_whos_online_widget div.item-options a{font-weight:500} - -.widget.buddypress.widget_bp_core_whos_online_widget .widget-error,.widget.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-left: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-right:23px} - -.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-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:"\ef23";font-family:bb-icons;display:inline-block;font-weight:300;margin-left: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-left: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} - -.widget.widget_follow_us .bb-follow-links a{opacity:.3;-webkit-transition:all linear .2s;transition:all linear .2s;margin-left: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} - -.widget.widget_block .wp-block-group .widget{background:none transparent;border:0;padding:0} - -.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:100% 0;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{color:var(--bb-alternate-text-color);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 .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-right: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)} - -.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} - -.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-archives,.content-area :not(.widget_block)>.wp-block-calendar,.content-area :not(.widget_block)>.wp-block-categories-list,.content-area :not(.widget_block)>.wp-block-latest-comments,.content-area :not(.widget_block)>.wp-block-latest-posts,.content-area :not(.widget_block)>.wp-block-page-list,.content-area :not(.widget_block)>.wp-block-rss,.content-area :not(.widget_block)>.wp-block-search,.content-area :not(.widget_block)>.wp-block-tag-cloud{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-right:0;list-style-type:none} - -: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,:not(.widget_block)>.wp-block-rss li a,:not(.widget_block)>.wp-block-search 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-archives li a:hover,:not(.widget_block)>.wp-block-calendar li a:hover,:not(.widget_block)>.wp-block-categories-list li a:hover,:not(.widget_block)>.wp-block-rss li a:hover,:not(.widget_block)>.wp-block-search li a:hover{color:var(--bb-primary-color)} - -.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-right:20px;margin-bottom:0;list-style:none} - -.wp-block-page-list li.current-menu-item a,.wp-block-page-list li.current_page_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-right: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 li{margin-bottom:10px} - -.widget.widget_archive ul li,.widget.widget_categories ul li{color:var(--bb-headings-color)} - -.wp-block-archives ul li,.wp-block-categories 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:0 3px 3px 0;font-size:14px} - -.widget_mc4wp_form_widget input[type=submit]{background:#d0d4d8;border-radius:3px 0 0 3px;border-right:0;font-size:14px;color:#fff;letter-spacing:-.24px} - -.widget_post_author .avatar{border-radius:100%;margin-left: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-right: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 0 0 15px;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 .widget-title,.widget .widgettitle{display:-webkit-box;display:-ms-flexbox;display:flex} - -.widget .widget-title .widget-num-count,.widget .widgettitle .widget-num-count{padding:0 .25rem;color:var(--bb-alternate-text-color);margin-left:auto} - -.widget .widget-title a.bs-widget-reload,.widget .widgettitle a.bs-widget-reload{color:#939597} - -.elementor-widget.widget .elementor-widget-container>h5,.widget-title,.widgettitle{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 .widget-title:empty,.widget .widgettitle:empty{display:none} - -form.search-form{position:relative} - -.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} - -.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-right:15px;padding-left:40px;width:100%} - -.widget_search .search-submit,.wp-block-search .search-submit{border:0;position:absolute;width:40px;font-size:0;top:0;padding:0;background:url(../images/svg/search.svg) no-repeat center transparent;background-size:45%;left:0;opacity:.8} - -.widget_search .search-submit:hover,.wp-block-search .search-submit:hover{box-shadow:none;opacity:1} - -#wp-calendar{font-size:12px;margin-bottom:0;table-layout:fixed} - -#wp-calendar td,#wp-calendar th{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} - -.widget_nav_menu .sub-menu{margin-right:1.5rem;width:-webkit-calc(100% - 1.5rem);width:calc(100% - 1.5rem)} - -.widget_nav_menu li{padding-right:0;margin-top:10px} - -.widget.widget_media_gallery .gallery{margin:0} - -.widget_categories .children{margin-right:20px;margin-top:10px} - -.widget_recent_comments .wp-block-latest-comments__comment-link{word-break:break-word} - -.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-left: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-right:0;padding-left: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-left:5px} - -.widget .bbp-form .bb-form-select-fields,.widget .bbp-form .bbp-topic-form #whats-new-toolbar,.widget .bbp-form .bbp_topic_tags_wrapper,.widget .bbp-form .medium-editor-element,.widget .bbp-form .medium-editor-placeholder{padding-right:0;padding-left: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-left: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-left: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-right: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-right:-10px;margin-left:-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} - -.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-right: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-right: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 .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-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} - -.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} - -.bb-masonry{margin-right:-10px;margin-left:-10px} - -.bb-masonry .bb-masonry-sizer{width:33.33%} - -.bb-masonry .hentry{margin-bottom:0;padding-bottom:20px;padding-right:10px;padding-left:10px;width:33.33%;float:right} - -.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} - -.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:0;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:"\ef30";color:inherit;font-family:bb-icons;font-size:18px;font-weight:400;line-height:1;margin-right: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} - -.bb-masonry .hentry.bb-grid-2-3.first .entry-img,.post-grid .hentry.first .entry-content-wrap,.post-grid .hentry.first .entry-img,.post-grid:not(.bb-standard) .hentry.first .entry-img{width:100%} - -.post-grid .hentry.first .entry-img{padding-top:52.56%}} - -.entry-img,.single .post-related-posts .entry-img{position:relative;overflow:hidden;padding-top:52.56%;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-right:-webkit-calc(-50vw + 50%);margin-right: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;right:0;left: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-left: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-left:.2em;margin-right:.2em;right:0;top:0;font-size:inherit} - -.single-attachment:not(.full-fi) .content-area,.single-attachment:not(.full-fi-invert) .content-area,.single-post:not(.full-fi) .content-area,.single-post:not(.full-fi-invert) .content-area{margin:0 auto;max-width:800px} - -.single-attachment:not(.has-sidebar,.elementor-template-full-width) .content-area,.single-attachment:not(.has-sidebar,.elementor-template-full-width) .site-content-grid,.single-post:not(.has-sidebar,.elementor-template-full-width) .content-area,.single-post:not(.has-sidebar,.elementor-template-full-width) .site-content-grid{margin:0 auto;max-width:800px} - -.single-attachment .entry-content .elementor-element.elementor-widget-text-editor .elementor-text-editor *,.single-post .entry-content .elementor-element.elementor-widget-text-editor .elementor-text-editor *{color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;text-transform:inherit;font-style:inherit;text-decoration:inherit;line-height:inherit;letter-spacing:inherit;word-spacing:inherit} - -.single-attachment .entry-content,.single-post .entry-content{letter-spacing:-.24px} - -.single-attachment .entry-content p,.single-post .entry-content p{margin-bottom:25px} - -.single-attachment .entry-content li,.single-attachment .entry-content p,.single-post .entry-content li,.single-post .entry-content p{font-size:14px;line-height:1.5} - -.single-attachment .entry-content li>ol,.single-attachment .entry-content li>ul,.single-post .entry-content li>ol,.single-post .entry-content li>ul{margin-bottom:0}@media (max-width:544px){ - -.single-attachment .entry-content p,.single-post .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-attachment .content-area,.single-post .content-area{max-width:-webkit-calc(100% - 300px);max-width:calc(100% - 300px)}} - -.entry-content img.alignleft{margin:.5rem 0 1.625rem 2rem} - -.entry-content img.alignright{margin:.5rem 2rem 1.625rem 0} - -.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 0 4px 5px} - -.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 .author-box-share-wrap,.author-post-meta a[href="#comments"]{margin-left: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-right:-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{font-size:18px;letter-spacing:-.27px;line-height:24px} - -.post-author-details .author-desc{font-size:14px;color:var(--bb-alternate-text-color);letter-spacing:-.24px;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-right:15px} - -.post-meta-wrapper-main{position:relative} - -.post-meta-wrapper-main .show-support{top:25px;position:absolute;left: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-left:80px;font-size:15px;margin-bottom:40px} - -.post-meta-wrapper .cat-links,.post-meta-wrapper .tag-links{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;margin-bottom:10px;line-height:21px} - -.post-meta-wrapper .cat-links>span,.post-meta-wrapper .tag-links>span{margin-right:5px} - -.post-meta-wrapper i{font-size:20px;color:var(--bb-alternate-text-color);margin-left: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-right:15px;padding:5px 10px} - -.top-meta a .bb-icon-like.bookmarked{color:var(--bb-headings-color)} - -.top-meta .like-count,.top-meta a{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-left: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-right: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:"\ef02";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-left: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:"\e872";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 img,.content-area .gallery-icon>*{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover} - -.top-meta .bb-like-wrap::after,.top-meta .bb-like-wrap::before{display:none} - -.post-grid.bb-grid .bb-comment-text,.post-grid.bb-masonry .bb-comment-text{display:none} - -.post-grid.bb-grid .top-meta a,.post-grid.bb-masonry .top-meta a{margin-right:6px} - -.post-grid.bb-grid .post-date,.post-grid.bb-masonry .post-date{font-size:13px} - -.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 10px} - -.single-attachment .post-related-posts,.single-post .post-related-posts{border-bottom:1px solid var(--bb-content-border-color);margin-bottom:30px;padding-bottom:10px} - -.single-attachment .post-related-posts>.post-grid,.single-post .post-related-posts>.post-grid{display:none} - -.single-attachment .post-related-posts>.post-grid.slick-initialized,.single-post .post-related-posts>.post-grid.slick-initialized{display:block} - -.single-attachment .post-related-posts .slick-slider .slick-list,.single-attachment .post-related-posts .slick-slider .slick-track,.single-post .post-related-posts .slick-slider .slick-list,.single-post .post-related-posts .slick-slider .slick-track{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-attachment .post-related-posts .slick-slider a.slick-arrow.bb-slide-prev,.single-post .post-related-posts .slick-slider a.slick-arrow.bb-slide-prev{left:auto;right:5px} - -.single-attachment .post-related-posts .slick-slider a.slick-arrow.bb-slide-prev i,.single-post .post-related-posts .slick-slider a.slick-arrow.bb-slide-prev i{display:block;margin-top:1px} - -.single-attachment .post-related-posts .slick-slider .slick-arrow,.single-post .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-attachment .post-related-posts .slick-slider .slick-arrow i,.single-post .post-related-posts .slick-slider .slick-arrow i{color:#fff} - -.single-attachment .post-related-posts .gallery,.single-post .post-related-posts .gallery{margin-bottom:0} - -.single-attachment .post-related-posts .gallery .gallery-item,.single-post .post-related-posts .gallery .gallery-item{display:none} - -.single-attachment .post-related-posts .gallery .gallery-item:first-child,.single-post .post-related-posts .gallery .gallery-item:first-child{display:block} - -.single-attachment .post-related-posts .gallery.slick-initialized,.single-post .post-related-posts .gallery.slick-initialized{display:block} - -.single-attachment .post-related-posts .gallery.slick-initialized .gallery-item,.single-post .post-related-posts .gallery.slick-initialized .gallery-item{display:block} - -.single-attachment .post-related-posts .gallery ul.slick-dots,.single-post .post-related-posts .gallery ul.slick-dots{display:none!important} - -.single-attachment .post-related-posts .post-inner-wrap,.single-post .post-related-posts .post-inner-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.single-attachment .post-related-posts .post-grid .first .entry-img,.single-post .post-related-posts .post-grid .first .entry-img{width:100%} - -.single-attachment .post-related-posts .entry-header,.single-post .post-related-posts .entry-header{margin-bottom:1.875rem} - -.single-attachment .post-related-posts .entry-content,.single-post .post-related-posts .entry-content{margin-bottom:2.25rem} - -.single-attachment .post-related-posts .entry-content>p:last-child,.single-post .post-related-posts .entry-content>p:last-child{margin-bottom:0} - -.single-attachment .post-related-posts .hentry blockquote,.single-post .post-related-posts .hentry blockquote{margin-bottom:0} - -.single-attachment .post-related-posts h1.entry-title,.single-attachment .post-related-posts h2.entry-title,.single-post .post-related-posts h1.entry-title,.single-post .post-related-posts h2.entry-title{margin-bottom:0;font-size:1.125rem;line-height:28px} - -.single-attachment .post-related-posts .entry-img,.single-post .post-related-posts .entry-img{margin-bottom:0} - -.single-attachment .post-related-posts>h3,.single-attachment .post-related-posts>h4,.single-attachment .post-related-posts>h5,.single-post .post-related-posts>h3,.single-post .post-related-posts>h4,.single-post .post-related-posts>h5{position:relative} - -.single-attachment .post-related-posts>h3,.single-post .post-related-posts>h3{font-size:1.5rem;line-height:2rem;padding-left:85px} - -.single-attachment .post-related-posts .post-grid .format-quote .entry-content,.single-post .post-related-posts .post-grid .format-quote .entry-content{font-size:14px;color:var(--bb-body-text-color)} - -.single-attachment .post-related-posts .lg-grid-1-3,.single-post .post-related-posts .lg-grid-1-3{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;vertical-align:top} - -.single-attachment .post-related-posts .post-inner-wrap,.single-post .post-related-posts .post-inner-wrap{height:auto} - -.single-attachment .post-related-posts .entry-content-wrap,.single-post .post-related-posts .entry-content-wrap{padding:20px 30px 25px} - -.single-attachment .post-related-posts .entry-content-wrap .entry-meta,.single-post .post-related-posts .entry-content-wrap .entry-meta{margin-top:0;margin-bottom:0} - -.single-attachment .post-related-posts .entry-content-wrap .entry-meta .push-right>a.bookmark-link-container,.single-post .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-attachment .post-related-posts .single-post.bb-buddypanel .site-content,.single-post .post-related-posts .single-post.bb-buddypanel .site-content{padding-right:80px;padding-left:80px}}@media screen and (min-width:768px) and (max-width:1420px){ - -.single-attachment .post-related-posts body.single-post .site-content-grid>.bb-share-container,.single-post .post-related-posts body.single-post .site-content-grid>.bb-share-container{display:block}}@media screen and (min-width:768px) and (max-width:1150px){ - -.single-attachment .post-related-posts .single-post .content-area,.single-post .post-related-posts .single-post .content-area{max-width:100%;width:100%} - -.single-attachment .post-related-posts .single-post .widget-area:not(.widget-area-secondary),.single-post .post-related-posts .single-post .widget-area:not(.widget-area-secondary){-webkit-box-flex:0;-ms-flex:none;flex:none;max-width:100%} - -.single-attachment .post-related-posts .single.single-post .site-content-grid,.single-post .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-attachment .post-related-posts .slick-initialized .slick-list,.single-post .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} - -.bb-masonry .hentry.bb-grid-2-3.first .ratio-wrap,.post-grid .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%}} - -.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-right: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-left: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-left: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:left;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{font-size:18px;font-weight:500} - -p.comment-notes,p.logged-in-as{font-size:16px} - -.comment-form label{display:block} - -.comment-form textarea{width:100%;max-height:120px;resize:vertical} - -.comment-form input[type=email],.comment-form input[type=name],.comment-form input[type=text],.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:right;margin-left: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-left:15px} - -#respond .comment-form-url{margin-left: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-left:15px} - -#comments>div#respond h2{margin:0} - -.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:0} - -.slick-list.dragging{cursor:pointer} - -.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)} - -.slick-track{position:relative;top:0;right:0;display:block} - -.slick-track::after,.slick-track::before{display:table;content:""} - -.slick-track::after{clear:both} - -.slick-loading .slick-track{visibility:hidden} - -.slick-slide{display:none;float:right;height:100%;min-height:1px;outline:0;-webkit-transition:all .3s ease;transition:all .3s ease} - -[dir=rtl] .slick-slide{float:left} - -.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:left;height:30px;right: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{left:5px;right:auto} - -.slick-arrow.bb-slide-prev{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)} - -ul.slick-dots{right:0;left: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 var(--bb-content-border-color);border-radius:4px;box-shadow:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;left:5px} - -.post-related-posts a.slick-arrow i{color:var(--bb-headings-color);font-size:14px} - -.post-related-posts a.slick-arrow:hover i{color:var(--bb-primary-color)} - -.post-related-posts a.slick-arrow.slick-disabled i{opacity:.5} - -.post-related-posts a.slick-arrow.slick-disabled:hover i{color:var(--bb-headings-color)} - -.post-related-posts a.slick-arrow.bb-slide-prev{margin-left:8px;left:35px;right:inherit} - -.bb-template-v2 .post-related-posts a.slick-arrow{border-radius:6px} - -.post-related-posts .slick-slider .slick-list{padding-right:0;padding-left:0} - -body.page-template-page-fullwidth .wp-block-cover-image{width:100vw;margin-right:-webkit-calc(-50vw + 50%);margin-right:calc(-50vw + 50%)} - -body.page-template-page-fullwidth .wp-block-code{max-width:1200px;margin-right:auto;margin-left:auto} - -pre.wp-block-code,pre.wp-block-preformatted,pre.wp-block-verse{max-width:1200px;width:100%} - -.wp-block-media-text,figure.wp-block-audio{margin:0 0 1.6875rem} - -ul.wp-block-gallery{margin-right: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} - -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-right:-10px;margin-left:-10px} - -.wp-block-columns p{padding-right:10px;padding-left: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:right;margin-right: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-right:2em} - -.elementor-element.widget.bp-latest-activities ul,ul.wp-block-latest-posts{list-style:none;margin-right:0} - -.elementor-element.widget.bp-latest-activities ul li,ul.wp-block-latest-posts li{text-align:right} - -.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-author,.elementor-element.widget.bp-latest-activities ul li .wp-block-latest-posts__post-date,ul.wp-block-latest-posts li .wp-block-latest-posts__post-author,ul.wp-block-latest-posts li .wp-block-latest-posts__post-date{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-element.widget.bp-latest-activities ul,.elementor-widget-wp-widget-bbp_forums_widget ul,.elementor-widget-wp-widget-bbp_replies_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{list-style:none;margin:0} - -.elementor-element.widget.bp-latest-activities ul li a,.elementor-widget-wp-widget-bbp_forums_widget ul li a,.elementor-widget-wp-widget-bbp_replies_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{color:var(--bb-alternate-text-color);font-size:14px} - -.elementor-element.widget.bp-latest-activities ul li a:hover,.elementor-widget-wp-widget-bbp_forums_widget ul li a:hover,.elementor-widget-wp-widget-bbp_replies_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{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 td:first-child,.wp-block-table th:first-child{padding-right:.5em} - -.wp-block-table td:last-child,.wp-block-table th:last-child{padding-left:.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 .wp-block-cover-image-text,body .wp-block-cover .wp-block-cover-text,body .wp-block-cover h2,body .wp-block-cover-image .wp-block-cover-image-text,body .wp-block-cover-image .wp-block-cover-text,body .wp-block-cover-image h2{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;right:0;width:100%;height:100%} - -.wp-block-social-links{margin:1.6875rem 0} - -.jssocials-shares{text-align:center} - -.jssocials-shares *{box-sizing:border-box} - -.jssocials-share{display:inline-block;vertical-align:top} - -.jssocials-share:last-child{margin-left: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-right:.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:400;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:"\edf4"} - -.jssocials-share-logo.fa.fa-facebook::before{content:"\edd2"} - -.full-fi .site-content-grid>.bb-share-container,.full-fi-invert .site-content-grid>.bb-share-container{margin-right:60px} - -.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-left:-60px} - -.sidebar-right .bb-share-container{margin-right:-60px} - -.single-attachment:not(.has-sidebar) .bb-share-container,.single-post:not(.has-sidebar) .bb-share-container{margin-right:-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{position:absolute;top:auto;right:auto;margin:15px;bottom:20px;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);-webkit-transition:all linear .2s;transition:all linear .2s;visibility:hidden;opacity:0;min-height:110px} - -.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} - -.content-area .jssocials-shares{margin:12px 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 0 0 10px} - -.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} - -.has-sidebar .site-main>.bb-share-container{display:none}}@media (max-width:1420px){ - -.has-sidebar .site-content-grid>.bb-share-container{display:none}}@media (min-width:1241px){ - -.single.full-fi .site-content-grid>.bb-share-container,.single.full-fi-invert .site-content-grid>.bb-share-container{display:block}}@media (max-width:1190px){ - -.buddypanel-open.single-attachment:not(.has-sidebar) .site-content-grid>.bb-share-container,.buddypanel-open.single-post:not(.has-sidebar) .site-content-grid>.bb-share-container{display:none}}@media (max-width:1040px){ - -.single-attachment:not(.has-sidebar) .site-content-grid>.bb-share-container,.single-post:not(.has-sidebar) .site-content-grid>.bb-share-container{display:none}} - -.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-left: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-left:10px} - -.bb-footer .menu-item-has-children:not(.hideshow)::after{content:"\e826";font-family:bb-icons;font-weight:400;font-style:normal;speak:none;display:inline-block;color:var(--bb-header-links);position:absolute;left: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{left: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-right: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:right;width:100%} - -.bb-footer .bbp_widget_login .bbp-remember-me{float:right;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-left:.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-right:10px;padding-left: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-left: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 auto 0 0;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-right:0} - -.bb-footer .footer-socials li:last-child a{margin-left: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-left:30px} - -.copyright,.footer-desc{font-size:14px;letter-spacing:-.24px} - -.footer-desc{text-align:left;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-left: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-right:20px;max-width:30%} - -.footer-logo img{height:auto;max-height:70px;width:auto} - -.bb-footer .footer-menu li .count{margin-right:5px} - -.bb-footer .footer-menu .sub-menu a{margin:0;text-transform:none} - -.bb-footer .footer-menu .sub-menu span.count{float:left;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;right: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-bottom-right,.footer-copyright-wrap{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-create .modal-mask,#bp-meeting-edit .modal-mask{z-index:999} - -#bp-meeting-create .modal-mask .modal-wrapper,#bp-meeting-edit .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:right;margin-left:2%;margin-left:0;clear:right} - -#buddypress #bp-new-zoom-meeting-form #boss-media-create-meeting-popup .bb-field-wrapper>.bb-field-wrap:nth-child(even){margin-right: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-right:0;margin-left: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;right: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:400;padding-right: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:100% 0} - -#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:"\ef30";font-family:bb-icons;font-size:18px;font-weight:400;line-height:1;margin-right:10px;text-align:center;display:inline-block;-webkit-animation:spin 3s infinite linear;animation:spin 3s infinite linear} - -[dir=rtl] .bp_zoom_countdown{direction:ltr} - -.meeting-item-container{background-color:var(--bb-content-background-color)} - -.meeting-item-container .load-more .button.loading::after{content:"\ef30";font-family:bb-icons;font-size:18px;font-weight:400;line-height:1;margin-right: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-meeting-block,.widget.widget_block>.zoom-webinar-block{background-color:transparent;border:0;padding:0;margin-bottom:0} - -.widget.widget_block>.zoom-meeting-block .bp_zoom_countdown,.widget.widget_block>.zoom-webinar-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-right:0!important}} - -.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);left:-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-left .notification-list .read-item.pull-animation,.bb-onscreen-notification-enable .bb-onscreen-notification.bb-position-right .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}}} - -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:0!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-close.notification-popup-close,html body .bb-onesignal-popup.notification-popup{border-radius:var(--bb-block-radius)} - -html body .bb-onesignal-popup-close.notification-popup-close>p,html body .bb-onesignal-popup.notification-popup>p{font-size:13px;margin-bottom:15px;font-weight:500;line-height:1.5} - -html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup-header,html body .bb-onesignal-popup.notification-popup .bb-onesignal-popup-header{border-color:var(--bb-content-border-color);font-size:18px;line-height:1.33} - -html body .bb-onesignal-popup-close.notification-popup-close .mfp-close,html body .bb-onesignal-popup.notification-popup .mfp-close{background-color:transparent;color:var(--bb-headings-color)!important;font-size:24px;opacity:.4!important} - -html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup-content ul,html body .bb-onesignal-popup.notification-popup .bb-onesignal-popup-content ul{padding:0} - -html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup-content ul li,html body .bb-onesignal-popup.notification-popup .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-close.notification-popup-close .bb-onesignal-popup-content ul li img,html body .bb-onesignal-popup.notification-popup .bb-onesignal-popup-content ul li img{margin:0 5px} - -html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup-content ul li::before,html body .bb-onesignal-popup.notification-popup .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-left:10px;line-height:22px;position:static;width:22px} - -html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup-content ul li:last-child,html body .bb-onesignal-popup.notification-popup .bb-onesignal-popup-content ul li:last-child{margin-bottom:0} - -.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.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-close-image,.bb-link-preview-container .bb-link-preview-icons a{background-color:var(--bb-content-alternate-background-color)} - -.bb-link-preview-container .bb-link-preview-image::before,.bb-link-preview-container .bb-link-preview-info::before{content:"";-webkit-transition:all linear .3s;transition:all linear .3s} - -.bb-link-preview-container:hover .bb-link-preview-image,.bb-link-preview-container:hover .bb-link-preview-info{position:relative} - -.bb-link-preview-container:hover .bb-link-preview-image::before,.bb-link-preview-container:hover .bb-link-preview-info::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-nextPicButton,.bb-url-scrapper-container #bb-url-scrapper-img-holder button#bb-url-prevPicButton{background-color:transparent} - -.bb-form #whats-new-attachments .bb-link-preview-image-cover,.bb-link-preview-container .bb-link-preview-image .bb-link-preview-image-cover{min-height:340px} - -.bb-form #whats-new-attachments .bb-link-preview-image-cover img,.bb-link-preview-container .bb-link-preview-image .bb-link-preview-image-cover img{min-height:340px}@media screen and (max-width:900px){ - -.bb-form #whats-new-attachments .bb-link-preview-image-cover,.bb-link-preview-container .bb-link-preview-image .bb-link-preview-image-cover{min-height:30vh} - -.bb-form #whats-new-attachments .bb-link-preview-image-cover img,.bb-link-preview-container .bb-link-preview-image .bb-link-preview-image-cover img{min-height:30vh}}@media screen and (max-width:680px){ - -.bb-form #whats-new-attachments .bb-link-preview-image-cover,.bb-link-preview-container .bb-link-preview-image .bb-link-preview-image-cover{min-height:150px} - -.bb-form #whats-new-attachments .bb-link-preview-image-cover img,.bb-link-preview-container .bb-link-preview-image .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} \ No newline at end of file +.clearfix:after,.group:after{content:" ";display:table;clear:both}.h1,.h2,.h3,.h4,.h5,.h6,address,h1,h2,h3,h4,h5,h6,hr,p{margin:0 0 1.6875rem;padding:0}/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */article,aside,footer,header,nav,section{display:block}figcaption,figure,main{display:block}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}::-webkit-file-upload-button{appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{background-color:var(--bb-body-background-color);color:var(--bb-body-text-color);margin:0;font-family:-apple-system,blinkmacsystemfont,"Segoe UI",roboto,oxygen-sans,ubuntu,cantarell,"Helvetica Neue",sans-serif;font-size:16px;line-height:1.6875rem;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;overflow-x:hidden}body.mce-content-body{font-family:inherit;margin:.9375rem}img{border:0;font-style:italic;height:auto;max-width:100%;vertical-align:middle}a{background-color:transparent;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}.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,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:var(--bb-headings-color);font-family:-apple-system,blinkmacsystemfont,"Segoe UI",roboto,oxygen-sans,ubuntu,cantarell,"Helvetica Neue",sans-serif}dd,ol,ul{margin:0 1.6875rem 1.6875rem 0;padding:0}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:100% 0;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:0 .1875rem;font-size:80%;background-color:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);border-radius:3px}code,kbd,pre,samp{font-family:"Courier New",courier,"Lucida Sans Typewriter","Lucida Typewriter",monospace;font-size:1rem}blockquote,q{font-size:1.25rem;font-weight:300;font-style:italic;color:var(--bb-body-text-color);line-height:1.637}hr{background-color:var(--bb-content-border-color);border:0;box-sizing:content-box;height:2px}figure:not(.wp-block-image){margin:0}.text-left{text-align:right}.text-center{text-align:center}.text-right{text-align:left}ul.unstyled{margin-right: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:700!important}.normal{font-weight:400!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-right:0;margin-left:0}.container,.container-fluid{margin-right:auto;margin-left:auto;padding-right:10px;padding-left: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-right:0;padding-left:0}.page-template-page-fullwidth-content #content #primary{max-width:100%}.container-full{width:100vw;position:relative;right:50%;left:50%;margin-right:-50vw;margin-left:-50vw}.bb-grid{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px;margin-left:-10px;-ms-flex-wrap:wrap;flex-wrap:wrap}.bb-grid-cell,.bb-grid>*{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1px;list-style:none}.bb-grid-cell:not(.no-gutter),.bb-grid>:not(.no-gutter){padding-right:10px;padding-left:10px}.site-content-grid>style{display:none}.grid-reverse{-ms-flex-flow:row-reverse;flex-flow:row-reverse}.align-items-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.align-items-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.align-items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.align-self-top{-ms-flex-item-align:start;align-self:flex-start}.align-self-bottom{-ms-flex-item-align:end;align-self:flex-end}.align-self-center{-ms-flex-item-align:center;align-self:center}.push-center{margin-right:auto;margin-left:auto}.push-right{margin-right:auto}.push-middle{margin-top:auto;margin-bottom:auto}.push-bottom{margin-top:auto}.push-top{margin-bottom:auto}@media (max-width:543px){.bb-grid{-ms-flex-flow:row wrap;flex-flow:row wrap}.bb-grid-cell,.bb-grid>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@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%}}@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}}@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:right;font-size:16px;font-weight:500;color:var(--bb-alternate-text-color)}th{text-align:right;font-weight:600;vertical-align:bottom;color:var(--bb-headings-color)}td{vertical-align:top}td.align-middle,tr.align-middle td{vertical-align:middle}td,th{padding:1rem 1rem;border-bottom:1px solid var(--bb-content-border-color)}table tr:last-child td:first-child{border-bottom-right-radius:var(--bb-block-radius-inner)}table tr:last-child td:last-child{border-bottom-left-radius:var(--bb-block-radius-inner)}tfoot td,tfoot th{color:var(--bb-alternate-text-color)}table tr:last-child td,table tr:last-child th{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-right:1rem}table.bordered td:last-child,table.bordered th:last-child,table.striped td:last-child,table.striped th:last-child{padding-left: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 td,.wp-block-table table th{border-color:var(--bb-content-border-color);border-left:1px solid var(--bb-content-border-color)}.wp-block-table table tr td:last-child,.wp-block-table table tr th:last-child{border-left:0}.wp-block-table table td:first-child,.wp-block-table table th:first-child{padding-right:1rem}.wp-block-table table td:last-child,.wp-block-table table th:last-child{padding-left: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,select,textarea{display:inline-block;font-family:inherit;font-style:inherit;font-size:15px;height:41px;outline:0;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,select.placeholder,textarea.placeholder{color:#c3c6c9}input:placeholder,select:placeholder,textarea:placeholder{color:#c3c6c9}input::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#c3c6c9}input:-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#c3c6c9}input::placeholder,select::placeholder,textarea::placeholder{color:#c3c6c9}input:input-placeholder,select:input-placeholder,textarea:input-placeholder{color:#c3c6c9}input::input-placeholder,select::input-placeholder,textarea::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,select.small,textarea.small{height:34px;font-size:13px;padding:0 12px;border-radius:var(--bb-input-radius)}input.big,select.big,textarea.big{height:48px;font-size:17px;padding:0 12px;border-radius:var(--bb-input-radius)}input:focus,select:focus,textarea:focus{outline:0;background-color:var(--bb-content-background-color);box-shadow:var(--bb-input-focus-shadow);border-color:var(--bb-input-focus-border-color)}input.success,select.success,textarea.success{background-color:rgba(var(--bb-success-color-rgb),.1);border:1px solid rgba(var(--bb-success-color-rgb),.15)}input.success:focus,select.success:focus,textarea.success:focus{border-color:var(--bb-success-color);box-shadow:none}input.disabled,input:disabled,select.disabled,select:disabled,textarea.disabled,textarea:disabled{background-color:var(--bb-content-alternate-background-color);opacity:.75}input.error,select.error,textarea.error{border-color:rgba(var(--bb-danger-color-rgb),1)}input.error:focus,select.error:focus,textarea.error:focus{border-color:var(--bb-danger-color);box-shadow:none}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:left 1rem center;padding-left:40px}select[multiple]{background-image:none;height:auto;padding:.5rem .75rem}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:100% 0;box-shadow:none;display:inline-block}input.search,input[name=bbp_search],input[type=search]{background-repeat:no-repeat;background-size:16px;background-image:url(../images/svg/search.svg);background-position:right 10px center;padding-right:2rem}input.select2-search__field{background:100% 0}input[type=checkbox],input[type=radio]{display:inline-block;width:auto;height:auto;padding:0}label{color:var(--bb-headings-color);margin-bottom:.25rem;font-size:17px}label .desc,label .error,label .success,label.checkbox{text-transform:none;font-weight:400}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-left:1rem}.req{position:relative;top:1px;font-weight:700;color:var(--bb-danger-color);font-size:110%}div.desc,span.desc{color:rgba(var(--bb-body-text-color),.5);font-size:14px;line-height:20px}span.desc{margin-right:4px}div.desc{margin-top:.25rem;margin-bottom:-.5rem}.form-buttons .button,.form-buttons button{margin-left:.5rem}.form-item,form{margin-bottom:2rem}.form>.form-item:last-child{margin-bottom:0}.form .row:last-child .form-item{margin-bottom:0}.form span.error,.form span.success{font-size:14px;line-height:20px;margin-right:.25rem}.form-inline input,.form-inline select,.form-inline textarea{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:400;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:var(--bb-input-radius) 0 0 var(--bb-input-radius)}.prepend .button{margin-left:-1px;border-radius:0 var(--bb-input-radius) var(--bb-input-radius) 0!important}.prepend span{border-left:none;border-radius:0 var(--bb-input-radius) var(--bb-input-radius) 0}.append input{border-radius:0 var(--bb-input-radius) var(--bb-input-radius) 0}.append .button{margin-right:-1px;border-radius:var(--bb-input-radius) 0 0 var(--bb-input-radius)!important}.append span{border-right:none;border-radius:var(--bb-input-radius) 0 0 var(--bb-input-radius)}.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-left: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:"\e876";position:absolute;right:3px;top:3px;font-family:bb-icons;font-weight:400;color:#fff;font-size:14px;display:block}.bs-styled-radio{position:absolute;opacity:0}.bs-styled-radio+.bb-radio-label,.bs-styled-radio+label{display:inline-block;position:relative;cursor:pointer;padding:0}.bs-styled-radio+.bb-radio-label:before,.bs-styled-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-left:10px}.bs-styled-radio:disabled+.bb-radio-label,.bs-styled-radio:disabled+label{color:#b8b8b8;cursor:auto}.bs-styled-radio:disabled+.bb-radio-label:before,.bs-styled-radio:disabled+label:before{box-shadow:none;background:#ddd}.bs-styled-radio:checked+.bb-radio-label:after,.bs-styled-radio:checked+label:after{content:"";background-color:var(--bb-primary-color);margin:auto;width:14px;position:absolute;height:14px;text-align:center;right: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%}}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}.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,.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,.button,button,input[type=button],input[type=submit]{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:0;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}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment: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,.button:focus,button:focus,input[type=button]:focus,input[type=submit]:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.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,.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,.button i,button i,input[type=button] i,input[type=submit] i{position:relative}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel: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:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:hover,.buddypress .buddypress-wrap .comment-reply-link:focus,.buddypress .buddypress-wrap .comment-reply-link:hover,.buddypress .buddypress-wrap .generic-button a:focus,.buddypress .buddypress-wrap .generic-button a:hover,.buddypress .buddypress-wrap a.bp-title-button:focus,.buddypress .buddypress-wrap a.bp-title-button:hover,.buddypress .buddypress-wrap a.button:focus,.buddypress .buddypress-wrap a.button:hover,.buddypress .buddypress-wrap button:focus,.buddypress .buddypress-wrap button:hover,.buddypress .buddypress-wrap input[type=button]:focus,.buddypress .buddypress-wrap input[type=button]:hover,.buddypress .buddypress-wrap input[type=reset]:focus,.buddypress .buddypress-wrap input[type=reset]:hover,.buddypress .buddypress-wrap input[type=submit]:focus,.buddypress .buddypress-wrap input[type=submit]:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:focus,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:hover,.button:focus,.button:hover,button:focus,button:hover,input[type=button]:focus,input[type=button]:hover,input[type=submit]:focus,input[type=submit]:hover{outline:0;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)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save:active,.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:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:hover,.buddypress .buddypress-wrap .comment-reply-link:active,.buddypress .buddypress-wrap .comment-reply-link:focus,.buddypress .buddypress-wrap .comment-reply-link:hover,.buddypress .buddypress-wrap .generic-button a:active,.buddypress .buddypress-wrap .generic-button a:focus,.buddypress .buddypress-wrap .generic-button a:hover,.buddypress .buddypress-wrap a.bp-title-button:active,.buddypress .buddypress-wrap a.bp-title-button:focus,.buddypress .buddypress-wrap a.bp-title-button:hover,.buddypress .buddypress-wrap a.button:active,.buddypress .buddypress-wrap a.button:focus,.buddypress .buddypress-wrap a.button:hover,.buddypress .buddypress-wrap button:active,.buddypress .buddypress-wrap button:focus,.buddypress .buddypress-wrap button:hover,.buddypress .buddypress-wrap input[type=button]:active,.buddypress .buddypress-wrap input[type=button]:focus,.buddypress .buddypress-wrap input[type=button]:hover,.buddypress .buddypress-wrap input[type=reset]:active,.buddypress .buddypress-wrap input[type=reset]:focus,.buddypress .buddypress-wrap input[type=reset]:hover,.buddypress .buddypress-wrap input[type=submit]:active,.buddypress .buddypress-wrap input[type=submit]:focus,.buddypress .buddypress-wrap input[type=submit]:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:active,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:focus,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:hover,.button:active,.button:focus,.button:hover,button:active,button:focus,button:hover,input[type=button]:active,input[type=button]:focus,input[type=button]:hover,input[type=submit]:active,input[type=submit]:focus,input[type=submit]:hover{outline:0;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)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.disabled,button.disabled,input[type=button].disabled,input[type=submit].disabled{cursor:default;font-style:normal;color:#c8cbcf;background-color:#f5f5f5;opacity:1}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.small,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.small,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.small,button.small,input[type=button].small,input[type=submit].small{font-size:14px;font-weight:500;min-height:34px;line-height:34px;padding:0 20px;border-radius:var(--bb-button-radius)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.big,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.big,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.big,button.big,input[type=button].big,input[type=submit].big{font-size:16px;min-height:62px;line-height:62px;padding:0 40px;border-radius:var(--bb-button-radius)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.large,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.large,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.large,button.large,input[type=button].large,input[type=submit].large{font-size:16px;min-height:50px;line-height:50px;padding:0 30px;border-radius:var(--bb-button-radius)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.full,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.full,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.full,button.full,input[type=button].full,input[type=submit].full{width:100%}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary,button.secondary,input[type=button].secondary,input[type=submit].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)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary:hover,button.secondary:hover,input[type=button].secondary:hover,input[type=submit].secondary:hover{color:#1e2132;background-color:rgba(255,255,255,.05)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary:active,button.secondary:active,input[type=button].secondary:active,input[type=submit].secondary:active{color:#1e2132;background-color:rgba(255,255,255,.09)}.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.action-save.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.secondary.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{color:#c8cbcf;background-color:#f5f5f5}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary.outline,button.secondary.outline,input[type=button].secondary.outline,input[type=submit].secondary.outline{background:100% 0;color:#fff;border-color:#fff}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary.outline:hover,button.secondary.outline:hover,input[type=button].secondary.outline:hover,input[type=submit].secondary.outline:hover{color:rgba(255,255,255,.05);border-color:rgba(255,255,255,.05)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary.outline:active,button.secondary.outline:active,input[type=button].secondary.outline:active,input[type=submit].secondary.outline:active{color:rgba(255,255,255,.12);border-color:rgba(255,255,255,.12)}.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.action-save.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.secondary.outline.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{background:#f5f5f5;color:#dedfe2;border-color:#dedfe2;opacity:1}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary:focus,button.secondary:focus,input[type=button].secondary:focus,input[type=submit].secondary:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary:hover,button.secondary:hover,input[type=button].secondary:hover,input[type=submit].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)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success,button.success,input[type=button].success,input[type=submit].success{color:#fff;background-color:var(--bb-success-color)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success:hover,button.success:hover,input[type=button].success:hover,input[type=submit].success:hover{color:#fff;background-color:rgba(var(--bb-success-color),.05)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success:active,button.success:active,input[type=button].success:active,input[type=submit].success:active{color:#fff;background-color:rgba(var(--bb-success-color),.09)}.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.action-save.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.success.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{color:#c8cbcf;background-color:#f5f5f5}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success.outline,button.success.outline,input[type=button].success.outline,input[type=submit].success.outline{background:100% 0;color:var(--bb-success-color);border-color:var(--bb-success-color)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success.outline:hover,button.success.outline:hover,input[type=button].success.outline:hover,input[type=submit].success.outline:hover{color:rgba(var(--bb-success-color),.05);border-color:rgba(var(--bb-success-color),.05)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success.outline:active,button.success.outline:active,input[type=button].success.outline:active,input[type=submit].success.outline:active{color:rgba(var(--bb-success-color),.12);border-color:rgba(var(--bb-success-color),.12)}.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.action-save.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.success.outline.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{background:#f5f5f5;color:#dedfe2;border-color:#dedfe2;opacity:1}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.error,button.error,input[type=button].error,input[type=submit].error{color:#fff;background-color:var(--bb-danger-color)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error: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.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,.button.error:hover,button.error:hover,input[type=button].error:hover,input[type=submit].error:hover{color:#fff;background-color:rgba(var(--bb-danger-color),.05)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.error:active,button.error:active,input[type=button].error:active,input[type=submit].error:active{color:#fff;background-color:rgba(var(--bb-danger-color),.09)}.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.action-save.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.error.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{color:#c8cbcf;background-color:#f5f5f5}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.error.outline,button.error.outline,input[type=button].error.outline,input[type=submit].error.outline{background:100% 0;color:var(--bb-danger-color);border-color:var(--bb-danger-color)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.error.outline:hover,button.error.outline:hover,input[type=button].error.outline:hover,input[type=submit].error.outline:hover{color:rgba(var(--bb-danger-color),.05);border-color:rgba(var(--bb-danger-color),.05)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.error.outline:active,button.error.outline:active,input[type=button].error.outline:active,input[type=submit].error.outline:active{color:rgba(var(--bb-danger-color),.12);border-color:rgba(var(--bb-danger-color),.12)}.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.action-save.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.error.outline.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{background:#f5f5f5;color:#dedfe2;border-color:#dedfe2;opacity:1}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.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.error.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.error:hover,.buddypress .buddypress-wrap .comment-reply-link.error.outline:hover,.buddypress .buddypress-wrap .comment-reply-link.error:hover,.buddypress .buddypress-wrap .generic-button a.error.outline:hover,.buddypress .buddypress-wrap .generic-button a.error:hover,.buddypress .buddypress-wrap a.bp-title-button.error.outline:hover,.buddypress .buddypress-wrap a.bp-title-button.error:hover,.buddypress .buddypress-wrap a.button.error.outline:hover,.buddypress .buddypress-wrap a.button.error:hover,.buddypress .buddypress-wrap button.error.outline:hover,.buddypress .buddypress-wrap button.error:hover,.buddypress .buddypress-wrap input[type=button].error.outline:hover,.buddypress .buddypress-wrap input[type=button].error:hover,.buddypress .buddypress-wrap input[type=reset].error.outline:hover,.buddypress .buddypress-wrap input[type=reset].error:hover,.buddypress .buddypress-wrap input[type=submit].error.outline:hover,.buddypress .buddypress-wrap input[type=submit].error:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error.outline:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error:hover,.button.error.outline:hover,.button.error:hover,button.error.outline:hover,button.error:hover,input[type=button].error.outline:hover,input[type=button].error:hover,input[type=submit].error.outline:hover,input[type=submit].error:hover{background-color:var(--bb-secondary-button-background-regular);border-color:var(--bb-danger-color);color:var(--bb-danger-color)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted,button.inverted,input[type=button].inverted,input[type=submit].inverted{color:#000;background-color:#fff}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted:hover,button.inverted:hover,input[type=button].inverted:hover,input[type=submit].inverted:hover{color:#000;background-color:rgba(255,255,255,.05)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted:active,button.inverted:active,input[type=button].inverted:active,input[type=submit].inverted:active{color:#000;background-color:rgba(255,255,255,.09)}.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.action-save.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.inverted.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{color:#c8cbcf;background-color:#f5f5f5}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted.outline,button.inverted.outline,input[type=button].inverted.outline,input[type=submit].inverted.outline{background:100% 0;color:#fff;border-color:#fff}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted.outline:hover,button.inverted.outline:hover,input[type=button].inverted.outline:hover,input[type=submit].inverted.outline:hover{color:rgba(255,255,255,.05);border-color:rgba(255,255,255,.05)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted.outline:active,button.inverted.outline:active,input[type=button].inverted.outline:active,input[type=submit].inverted.outline:active{color:rgba(255,255,255,.12);border-color:rgba(255,255,255,.12)}.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.action-save.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.inverted.outline.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{background:#f5f5f5;color:#dedfe2;border-color:#dedfe2;opacity:1}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted:hover,button.inverted:hover,input[type=button].inverted:hover,input[type=submit].inverted:hover{opacity:.7}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.round,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.round,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.round,button.round,input[type=button].round,input[type=submit].round{border-radius:50px}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.raised,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.raised,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.raised,button.raised,input[type=button].raised,input[type=submit].raised{box-shadow:0 1px 3px rgba(0,0,0,.3)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.outline,button.outline,input[type=button].outline,input[type=submit].outline{background:100% 0;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}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.outline:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.outline:focus,button.outline:focus,input[type=button].outline:focus,input[type=submit].outline:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.outline:active,.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:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.outline:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.outline:hover,.buddypress .buddypress-wrap .comment-reply-link.outline:active,.buddypress .buddypress-wrap .comment-reply-link.outline:focus,.buddypress .buddypress-wrap .comment-reply-link.outline:hover,.buddypress .buddypress-wrap .generic-button a.outline:active,.buddypress .buddypress-wrap .generic-button a.outline:focus,.buddypress .buddypress-wrap .generic-button a.outline:hover,.buddypress .buddypress-wrap a.bp-title-button.outline:active,.buddypress .buddypress-wrap a.bp-title-button.outline:focus,.buddypress .buddypress-wrap a.bp-title-button.outline:hover,.buddypress .buddypress-wrap a.button.outline:active,.buddypress .buddypress-wrap a.button.outline:focus,.buddypress .buddypress-wrap a.button.outline:hover,.buddypress .buddypress-wrap button.outline:active,.buddypress .buddypress-wrap button.outline:focus,.buddypress .buddypress-wrap button.outline:hover,.buddypress .buddypress-wrap input[type=button].outline:active,.buddypress .buddypress-wrap input[type=button].outline:focus,.buddypress .buddypress-wrap input[type=button].outline:hover,.buddypress .buddypress-wrap input[type=reset].outline:active,.buddypress .buddypress-wrap input[type=reset].outline:focus,.buddypress .buddypress-wrap input[type=reset].outline:hover,.buddypress .buddypress-wrap input[type=submit].outline:active,.buddypress .buddypress-wrap input[type=submit].outline:focus,.buddypress .buddypress-wrap input[type=submit].outline:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.outline:active,.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:hover,.button.outline:active,.button.outline:focus,.button.outline:hover,button.outline:active,button.outline:focus,button.outline:hover,input[type=button].outline:active,input[type=button].outline:focus,input[type=button].outline:hover,input[type=submit].outline:active,input[type=submit].outline:focus,input[type=submit].outline: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)}.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.action-save.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.outline.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{opacity:.5}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.upper,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.upper,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.upper,button.upper,input[type=button].upper,input[type=submit].upper{text-transform:uppercase;letter-spacing:.04em;font-size:14px}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.upper.small,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.upper.small,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.upper.small,button.upper.small,input[type=button].upper.small,input[type=submit].upper.small{font-size:12px}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.upper.big,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.upper.big,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.upper.big,button.upper.big,input[type=button].upper.big,input[type=submit].upper.big{font-size:14px}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.upper.large,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.upper.large,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.upper.large,button.upper.large,input[type=button].upper.large,input[type=submit].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:active,.wp-block-file .wp-block-file__button:focus,.wp-block-file .wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__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)}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 a,.breadcrumbs span{font-style:normal;padding:0 .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 a,.breadcrumbs li:first-child span{padding-right: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 a,.pagination span{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 li.active a,.pagination span{color:rgba(0,0,0,.5);border-color:#e0e1e1;cursor:text}.pagination.upper{font-size:14px}.bbp-pagination-links{border:0;padding:0;background:100% 0;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,.llms-pagination>ul,.woocommerce-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-lms-pagination .page-numbers,.bb-lms-pagination .post-page-numbers,.bbp-pagination-links .page-numbers,.bbp-pagination-links .post-page-numbers,.bp-pagination-links .page-numbers,.bp-pagination-links .post-page-numbers,.llms-pagination .page-numbers,.llms-pagination .post-page-numbers,.page-links .page-numbers,.page-links .post-page-numbers,.woocommerce-pagination .page-numbers,.woocommerce-pagination .post-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-lms-pagination .page-numbers:not(.next,.prev),.bb-lms-pagination .post-page-numbers:not(.next,.prev),.bbp-pagination-links .page-numbers:not(.next,.prev),.bbp-pagination-links .post-page-numbers:not(.next,.prev),.bp-pagination-links .page-numbers:not(.next,.prev),.bp-pagination-links .post-page-numbers:not(.next,.prev),.llms-pagination .page-numbers:not(.next,.prev),.llms-pagination .post-page-numbers:not(.next,.prev),.page-links .page-numbers:not(.next,.prev),.page-links .post-page-numbers:not(.next,.prev),.woocommerce-pagination .page-numbers:not(.next,.prev),.woocommerce-pagination .post-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-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,.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,.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,.llms-pagination .page-numbers.next,.llms-pagination .page-numbers.prev,.llms-pagination .post-page-numbers.next,.llms-pagination .post-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,.woocommerce-pagination .page-numbers.next,.woocommerce-pagination .page-numbers.prev,.woocommerce-pagination .post-page-numbers.next,.woocommerce-pagination .post-page-numbers.prev{width:28px}.bb-bp-invites-content .table-responsive a.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.post-page-numbers,.bbp-pagination-links a.page-numbers:not(.prev,.next),.bbp-pagination-links a.post-page-numbers,.bp-pagination-links a.page-numbers:not(.prev,.next),.bp-pagination-links a.post-page-numbers,.llms-pagination a.page-numbers:not(.prev,.next),.llms-pagination a.post-page-numbers,.page-links a.page-numbers:not(.prev,.next),.page-links a.post-page-numbers,.woocommerce-pagination a.page-numbers:not(.prev,.next),.woocommerce-pagination 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.post-page-numbers:hover,.bb-lms-pagination a.page-numbers:not(.prev,.next):hover,.bb-lms-pagination a.post-page-numbers:hover,.bbp-pagination-links a.page-numbers:not(.prev,.next):hover,.bbp-pagination-links a.post-page-numbers:hover,.bp-pagination-links a.page-numbers:not(.prev,.next):hover,.bp-pagination-links a.post-page-numbers:hover,.llms-pagination a.page-numbers:not(.prev,.next):hover,.llms-pagination a.post-page-numbers:hover,.page-links a.page-numbers:not(.prev,.next):hover,.page-links a.post-page-numbers:hover,.woocommerce-pagination a.page-numbers:not(.prev,.next):hover,.woocommerce-pagination a.post-page-numbers:hover{color:var(--bb-primary-color)}.bb-bp-invites-content .table-responsive a.prev,.bb-lms-pagination a.prev,.bbp-pagination-links a.prev,.bp-pagination-links a.prev,.llms-pagination a.prev,.page-links a.prev,.woocommerce-pagination a.prev{margin-left:5px}.bb-bp-invites-content .table-responsive a.next,.bb-lms-pagination a.next,.bbp-pagination-links a.next,.bp-pagination-links a.next,.llms-pagination a.next,.page-links a.next,.woocommerce-pagination a.next{margin-right:5px}.bb-bp-invites-content .table-responsive a.next,.bb-bp-invites-content .table-responsive a.prev,.bb-lms-pagination a.next,.bb-lms-pagination a.prev,.bbp-pagination-links a.next,.bbp-pagination-links a.prev,.bp-pagination-links a.next,.bp-pagination-links a.prev,.llms-pagination a.next,.llms-pagination a.prev,.page-links a.next,.page-links a.prev,.woocommerce-pagination a.next,.woocommerce-pagination a.prev{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.next:hover,.bb-bp-invites-content .table-responsive a.prev:hover,.bb-lms-pagination a.next:hover,.bb-lms-pagination a.prev:hover,.bbp-pagination-links a.next:hover,.bbp-pagination-links a.prev:hover,.bp-pagination-links a.next:hover,.bp-pagination-links a.prev:hover,.llms-pagination a.next:hover,.llms-pagination a.prev:hover,.page-links a.next:hover,.page-links a.prev:hover,.woocommerce-pagination a.next:hover,.woocommerce-pagination a.prev:hover{background-color:var(--bb-content-alternate-background-color)}.bb-bp-invites-content .table-responsive a.next:before,.bb-bp-invites-content .table-responsive a.prev:before,.bb-lms-pagination a.next:before,.bb-lms-pagination a.prev:before,.bbp-pagination-links a.next:before,.bbp-pagination-links a.prev:before,.bp-pagination-links a.next:before,.bp-pagination-links a.prev:before,.llms-pagination a.next:before,.llms-pagination a.prev:before,.page-links a.next:before,.page-links a.prev:before,.woocommerce-pagination a.next:before,.woocommerce-pagination a.prev:before{font-family:bb-icons;speak:none;font-style:normal;font-weight:400;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,.bbp-pagination-links a.prev:before,.bp-pagination-links a.prev:before,.llms-pagination a.prev:before,.page-links a.prev:before,.woocommerce-pagination a.prev:before{content:"\e8ab"}.bb-bp-invites-content .table-responsive a.next:before,.bb-lms-pagination a.next:before,.bbp-pagination-links a.next:before,.bp-pagination-links a.next:before,.llms-pagination a.next:before,.page-links a.next:before,.woocommerce-pagination a.next:before{content:"\e827"}.bb-bp-invites-content .table-responsive span.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.post-page-numbers,.bbp-pagination-links span.page-numbers:not(.dots),.bbp-pagination-links span.post-page-numbers,.bp-pagination-links span.page-numbers:not(.dots),.bp-pagination-links span.post-page-numbers,.llms-pagination span.page-numbers:not(.dots),.llms-pagination span.post-page-numbers,.page-links span.page-numbers:not(.dots),.page-links span.post-page-numbers,.woocommerce-pagination span.page-numbers:not(.dots),.woocommerce-pagination 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-lms-pagination span.page-numbers.disabled,.bbp-pagination-links span.page-numbers.disabled,.bp-pagination-links span.page-numbers.disabled,.llms-pagination span.page-numbers.disabled,.page-links span.page-numbers.disabled,.woocommerce-pagination span.page-numbers.disabled{background-color:transparent;color:var(--bb-body-text-color)}.llms-pagination ul.page-numbers,.woocommerce nav.woocommerce-pagination ul.page-numbers,.woocommerce-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}.woocommerce nav.woocommerce-pagination ul li,.woocommerce-pagination ul li,body.woocommerce nav.woocommerce-pagination ul li{margin:0 3px}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce-pagination ul li a,body.woocommerce nav.woocommerce-pagination ul li a{background-color:transparent}.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce-pagination ul li a:focus,.woocommerce-pagination ul li a:hover,body.woocommerce nav.woocommerce-pagination ul li a:focus,body.woocommerce nav.woocommerce-pagination ul li a:hover{color:var(--bb-primary-color);background-color:transparent}.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,body.woocommerce nav.woocommerce-pagination ul li a.next,body.woocommerce nav.woocommerce-pagination ul li a.prev{font-size:0;color:var(--bb-body-text-color);background-color:var(--bb-content-background-color)}.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,body.woocommerce nav.woocommerce-pagination ul li a.next:hover,body.woocommerce nav.woocommerce-pagination ul li a.prev:hover{background-color:var(--bb-content-alternate-background-color)}.woocommerce nav.woocommerce-pagination ul li span.current,.woocommerce-pagination ul li span.current,body.woocommerce nav.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.next,.buddypress-wrap .bp-pagination .bp-pagination-links a.prev,.buddypress-wrap .bp-pagination .bp-pagination-links span.next,.buddypress-wrap .bp-pagination .bp-pagination-links span.prev{font-size:0}.push-left{margin-left:auto}.push-right{margin-right:auto}.push-center{margin-right:auto;margin-left:auto}.push-middle{margin-top:auto;margin-bottom:auto}.push-bottom{margin-top:auto}@media (max-width:544px){.push-left-sm{margin-right:0}.push-center-sm{margin-right:auto;margin-left: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;right: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;right: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 embed,.video-container iframe:not(.wp-embedded-content),.video-container object{position:absolute;top:0;right: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-left:-.5rem}.overlay{position:fixed;z-index:200;top:0;right:0;left:0;bottom:0;background-color:rgba(255,255,255,.95)}.overlay>.close{position:fixed;top:1rem;left: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:100% 0!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}blockquote,pre{border:1px solid #999;page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,h4{page-break-after:avoid}@page{margin:.5cm}}.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,right top,left top,color-stop(8%,#eee),color-stop(18%,#ddd),color-stop(33%,#eee));background:-webkit-linear-gradient(right,#eee 8%,#ddd 18%,#eee 33%);background:linear-gradient(to left,#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(0);transform:rotate(0)}to{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}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(-0.5rem);transform:translateX(-0.5rem)}30%{-webkit-transform:translateX(0.4rem);transform:translateX(0.4rem)}45%{-webkit-transform:translateX(-0.3rem);transform:translateX(-0.3rem)}60%{-webkit-transform:translateX(0.2rem);transform:translateX(0.2rem)}75%{-webkit-transform:translateX(-0.1rem);transform:translateX(-0.1rem)}90%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{15%{-webkit-transform:translateX(-0.5rem);transform:translateX(-0.5rem)}30%{-webkit-transform:translateX(0.4rem);transform:translateX(0.4rem)}45%{-webkit-transform:translateX(-0.3rem);transform:translateX(-0.3rem)}60%{-webkit-transform:translateX(0.2rem);transform:translateX(0.2rem)}75%{-webkit-transform:translateX(-0.1rem);transform:translateX(-0.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 .2s;animation:zoom-in .2s}.zoomOut{-webkit-animation:zoom-out .5s;animation:zoom-out .5s}.slideInRight{-webkit-animation:slide-in-right .5s;animation:slide-in-right .5s}.slideInLeft{-webkit-animation:slide-in-left .5s;animation:slide-in-left .5s}.slideInDown{-webkit-animation:slide-in-down .5s;animation:slide-in-down .5s}.slideOutLeft{-webkit-animation:slide-out-left .5s;animation:slide-out-left .5s}.slideOutRight{-webkit-animation:slide-out-right .5s;animation:slide-out-right .5s}.slideOutUp{-webkit-animation:slide-out-up .5s;animation:slide-out-up .5s}.slideUp{overflow:hidden;-webkit-animation:slide-up .2s ease-in-out;animation:slide-up .2s 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 .5s cubic-bezier(.5,-.5,.5,1.5);animation:flip-out .5s cubic-bezier(.5,-.5,.5,1.5)}.rotate{-webkit-animation:rotate .5s;animation:rotate .5s}.pulse{-webkit-animation:pulse 250ms 2;animation:pulse 250ms 2}.shake{-webkit-animation:shake .5s;animation:shake .5s}.dropdown:not(.v-select){position:absolute;z-index:100;top:0;left: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;right:0;left: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-left: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;left: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:after,[data-balloon]:hover:before,[data-balloon][data-balloon-visible]:after,[data-balloon][data-balloon-visible]:before{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]:after,[data-balloon][data-balloon-blunt]:before{-webkit-transition:none;transition:none}[data-balloon][data-balloon-pos=up]:after{bottom:100%;right: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%;right: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%;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-left]: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-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%;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-right]: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-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{right: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;right: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{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-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;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-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{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-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;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-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-left:11px;left: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-left:5px;left: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{right:100%;margin-right: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;right:100%;margin-right: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{box-shadow:0 3px 24px 0 rgba(18,43,70,.08);border-right-color:#fff;border-left-color:#fff;border-radius:3px;position:relative;z-index:1}.bs-item-list.list-view.notification-list .bs-item-wrap:not(.no-hover-effect,.header-total-reply-count):hover{border-right-color:transparent;border-left-color:transparent}.bs-item-list.list-view li.bs-item-wrap:not(.no-hover-effect):hover{box-shadow:none;border-right-color:var(--bb-content-border-color);border-left-color:var(--bb-content-border-color)}.bs-item-list.list-view li.bs-item-wrap:first-child{border-top-right-radius:var(--bb-block-radius);border-top-left-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{left:-15px}.bs-item-list.list-view .bb-icon-map-pin-small:before{margin-right:0}.bs-item-list.list-view .item-avatar>a{display:inline-block;margin:0;position:relative}.bs-item-list.list-view .item-avatar{margin-left: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:100% 0;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-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{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>.bs-item-wrap,#bbpress-forums .bs-item-list.list-view:not(.bbp-lead-topic)>li:last-child>div.bs-reply-list-item{border-bottom-right-radius:var(--bb-block-radius);border-bottom-left-radius:var(--bb-block-radius)}.bs-item-list.notification-list .bs-item-wrap:not(.no-hover-effect):hover{border-right-color:transparent;border-left-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}.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;left: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;left:25px;box-sizing:border-box;border:6px solid #000;border-color:var(--bb-content-background-color) transparent transparent var(--bb-content-background-color);-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 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%}.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:right;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%;right:0;top:0}.bb-cover-wrap.bs-no-cover-img:after{opacity:.3}.bb-cover-wrap img{position:absolute;top:0;bottom:0;right:0;left: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:right;border:1px solid rgba(0,0,0,.05);padding-right:15px;padding-left:15px}#pass-strength-result:before{font-family:bb-icons;display:inline-block;speak:none;width:18px;font-size:18px;margin-left: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:"\ee65";font-weight:200}#pass-strength-result.bad,#pass-strength-result.error{background-color:rgba(var(--bb-warning-color-rgb),.1);color:var(--bb-warning-color);border-color:rgba(0,0,0,.05)}#pass-strength-result.bad:before,#pass-strength-result.error:before{content:"\ee66";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:"\eebc";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:"\e876";font-weight:200}.bp-navs ul:after,.bp-navs: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-right: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-right:5px}.bb-single-main-nav .bb-single-nav-item-point{display:inline}.bb-component-nav-item-point{display:inline}.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:100% 0}.activity-update-form~.mpp-media-upload-container a.mpp-upload-container-close:before{content:"\e828";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-left:90px}.activity-update-form~.mpp-media-upload-container .mpp-uploading-media-list ul{margin:10px 0}.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%;right: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-checkbox-help:before,.bb-checkbox .bb-radio-help:before,.bb-radio .bb-checkbox-help:before,.bb-radio .bb-radio-help:before{display:inline-block;content:"";width:22px;height:22px;vertical-align:middle;background-color:#fff;border:2px solid #d6dce6;border-radius:4px;margin-left:10px}.bb-checkbox .bb-checkbox-help:after,.bb-radio .bb-checkbox-help:after{position:absolute;top:0;right:0;display:inline-block;content:"\e876";width:22px;height:22px;font-family:bb-icons;font-style:normal;font-weight:400;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}.bb-radio .bb-radio-help:before{border-radius:50%}.bb-radio .bb-radio-help:after{content:"";position:absolute;top:4px;right: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;right:0;left:0;bottom:0;background-color:#c8cbcf;-webkit-transition:.4s;transition:.4s;border-radius:34px}.switch-slider:before{position:absolute;content:"";height:24px;width:24px;right:2px;bottom:2px;background-color:#fff;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}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{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:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.alignleft{float:right}.alignright{float:left}.aligncenter{display:block;margin-right:auto;margin-left:auto;text-align:center}.clear-both{clear:both}.clear-none{clear:none}.clear-left{clear:right}.clear-right{clear:left}.wp-caption{background-color:#e6e6e6;max-width:100%;overflow:hidden;text-align:center}.wp-caption.alignleft{margin:.5rem 0 1.625rem 2rem}.wp-caption.aligncenter{margin-right:auto;margin-left:auto}.wp-caption.alignright{margin:.5rem 2rem 1.625rem 0}.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{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:#f5f5f5;margin:0;max-width:100%;padding:5px}.gallery img{display:block;height:auto;width:100%}.entry-content .fluid-width-video-wrapper,.entry-content img.aligncenter{margin-top:30px;margin-bottom:50px}.bb-vw-container{width:100vw;position:relative;right:50%;left:50%;margin-right:-50vw;margin-left:-50vw}#bb-loader{position:fixed;right:0;top:0;width:100%;height:100%;background:url(../images/svg/loader.svg) center no-repeat #fff;background-size:62px;-webkit-transition:.3s all;transition:.3s all;z-index:9999}.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;height:24px!important;width:24px!important;max-height:initial!important;margin:3px;vertical-align:-.1em;background:100% 0;padding:0}[contenteditable]:empty:before{content:"\feff"}.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-left: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(../images/adminbar-background.png);background-repeat:repeat-x;background-attachment:fixed}body,html{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}.bb-footer,.site-content:not(.maintenance-content),.site-header{padding:0 10px}.site-content{min-height:70vh}.sticky-header .site-content{min-height:85vh}.site-main{position:relative}.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(.activate) .site,.bb-buddypanel:not(.register) .site{margin-right:68px;-webkit-transition:margin-right .2s;transition:margin-right .2s}}@media (min-width:800px){.bb-buddypanel.bb-buddypanel-right:not(.register) .site{margin-left:68px;margin-right:0;-webkit-transition:margin-left .2s;transition:margin-left .2s}}.error-404,.no-results.not-found{padding-top:40px;padding-bottom:40px}.error-404 .page-header,.no-results.not-found .page-header{margin-bottom:40px}.error-404 .page-title,.no-results.not-found .page-title{margin-bottom:10px}.error-404 .desc,.no-results.not-found .desc{font-size:18px;font-weight:300;color:var(--bb-body-text-color);letter-spacing:-.24px;line-height:1.5}.error-404 .button,.no-results.not-found .button{min-width:140px}.error-404 .bb-img-404,.no-results.not-found .bb-img-404{margin:0 auto 40px}.error-404 .bb-img-404--theme-2-0 svg>path,.no-results.not-found .bb-img-404--theme-2-0 svg>path{fill:var(--bb-body-background-color);stroke:var(--bb-primary-color)}.error-404 .bb-img-404--theme-2-0 svg g path,.no-results.not-found .bb-img-404--theme-2-0 svg g path{fill:var(--bb-primary-color)}.error-404 .bb-img-404--theme-2-0 svg circle,.no-results.not-found .bb-img-404--theme-2-0 svg circle{stroke:var(--bb-primary-color)}.error-404 .bb-img-404--theme-2-0 svg .circle-fill-404,.no-results.not-found .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:"\ef10";color:inherit;font-family:bb-icons;font-size:17px;position:absolute;right: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:0 100px 100px 0;border-left:0;width:100%}.no-results.not-found .search-form .search-submit{border-radius:var(--bb-button-radius) 0 0 var(--bb-button-radius);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 .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-left: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;left: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-left: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 .header-aside .notification-dropdown i,.site-header .header-search-wrap i,.site-header .notification-dropdown i,.site-header 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:"\e8ab"}.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}.buddypanel-logo .site-header .header-2 .buddypanel_logo_display_on{display:block;visibility:hidden;opacity:0}.header-aside .notification-list.bb-nouveau-list .actions .dashicons-dismiss:before,.header-aside .notification-list.bb-nouveau-list .actions .dashicons-hidden:before,.header-aside .notification-list.bb-nouveau-list .actions .dashicons-trash:before,.header-aside .notification-list.bb-nouveau-list .actions .dashicons-visibility: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:610;width:100%}.sticky-header .site-header.has-scrolled{box-shadow:0 1px 0 0 rgba(139,141,157,.05),0 5px 10px 0 rgba(65,71,108,.15)}.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-left: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 .header-aside,.header-2 .main-navigation{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-right:0}.header-aside>:last-child{padding-left: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-right:10px}.header-aside.avatar{aspect-ratio:auto}.site-header .header-aside.avatar .sub-menu{left:0}.site-header .header-aside.avatar .sub-menu:before{left: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-left: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-right: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 2px 0 3px}.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%;right: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 .search-field-top,.header-search-wrap input.search-field{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:0;padding:10px 35px 10px 15px;text-overflow:ellipsis;white-space:nowrap;width:100%}.header-search-wrap .search-field-top:focus,.header-search-wrap input.search-field: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);left: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-right:.625rem;min-width:110px}.header-aside .button.signup{margin-right:.3125rem;min-width:initial}.bb-header-more-menu,.bb-help-dropdown-wrap{position:relative}.bb-header-more-menu:hover .bb-help-content,.bb-header-more-menu:hover .bb-help-link:after,.bb-header-more-menu:hover .bb-more-menu-icon:after,.bb-header-more-menu:hover .bb-more-menu-nav,.bb-help-dropdown-wrap:hover .bb-help-content,.bb-help-dropdown-wrap:hover .bb-help-link:after,.bb-help-dropdown-wrap:hover .bb-more-menu-icon:after,.bb-help-dropdown-wrap:hover .bb-more-menu-nav{opacity:1;visibility:visible}.bb-help-link,.bb-more-menu-icon{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-help-link:after,.bb-more-menu-icon:after{content:" ";position:absolute;width:0;height:0;bottom:-1px;margin:0;left:5px;box-sizing:border-box;border:8px solid #000;border-color:#fff transparent transparent #fff;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 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:0;visibility:hidden}.bb-help-content,.bb-more-menu-nav{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;left:-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-left:8px}.bb-more-menu-nav [data-balloon]:after,.bb-more-menu-nav [data-balloon]:before{display:none}.bb-more-menu-nav .sub-menu{left:95%;top:0}.bb-more-menu-nav .sub-menu .sub-menu{right: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}#header-messages-dropdown-elem .menu-item-has-children:not(.hideshow):after,#header-notification-dropdown-elem .menu-item-has-children:not(.hideshow):after,.bb-header-search-bar .menu-item-has-children:not(.hideshow):after{display:none}.notification-wrap,.user-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);left:-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-right:10px;padding-left:10px}.site-header .bb-button-wrap:last-child{padding-left: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-messages-dropdown-elem,#header-notifications-dropdown-elem,.bb-header-more-menu,.bb-header-search-bar,.bb-help-dropdown-wrap,.header-cart-link-wrap,.header-search-link-wrap,.user-wrap-container{display:inline-block;padding:0 8px;text-align:right;vertical-align:middle}.text-center .bb-header-search-bar{width:80%}.dropdown-left .menu-item-has-children:not(.hideshow):after{line-height:1;left: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;left:12px;top:4px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.bb-header-buttons .button.link{background:100% 0;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-right: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){.bb-buddypanel:not(.bb-sfwd-aside) .fl-builder-content[data-type=header].fl-theme-builder-header-sticky,body.bb-buddypanel:not(.bb-sfwd-aside)>.fl-builder-content{padding-right: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-left:50px}}@media (max-width:799px){.buddypanel,.site-header-container{display:none}.bb-mobile-header{height:76px}.bb-left-panel-mobile{margin-right: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-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{left:0}.elementor-location-header .site-header .menu-item-has-children .sub-menu:before{left:inherit;right:30px}}@media (max-width:768px){.elementor-location-header .site-header .menu-item-has-children .sub-menu:before{right:68px}}@media (max-width:545px){.elementor-location-header .elementor-section-wrap .elementor-container{padding-right:10px!important;padding-left: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{right:0}.bb-mobile-panel-wrapper.left.closed{right:-110%}.bb-mobile-panel-wrapper.right{left:0}.bb-mobile-panel-wrapper.right.closed{left:-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{right: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-right: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:focus,.bb-mobile-panel-inner .buddypanel-menu li.bb-menu-section a:hover{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-right:0}.bb-mobile-panel-inner hr{background:var(--bb-content-border-color);height:1px;opacity:.5;margin:15px 5px 10px 0}.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-right:10px}.bb-mobile-panel-inner .side-panel-menu a{padding:15px 0}.bb-mobile-panel-inner [data-balloon]:after,.bb-mobile-panel-inner [data-balloon]:before{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-right:0;margin-left: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:left;margin-left: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-left: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-right:30px;padding-top:0;padding-bottom:0;background-color:transparent}.bb-mobile-panel-inner .sub-menu.bb-open a{background:100% 0;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;left: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-right: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-left: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(0);-ms-transform:rotate(0);transform:rotate(0)}.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(0);-ms-transform:rotate(0);transform:rotate(0)}[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-left: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 15px 0 0;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-left:0!important}}@media screen and (max-width:543px){#header-notifications-dropdown-elem:not(:last-child) .notification-dropdown{left:-38px}.messages-wrap:not(:last-child) .notification-dropdown{left:-78px}.messages-wrap:nth-last-child(2):not(:last-child) .notification-dropdown{left:-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:100% 0}.buddypanel-open ul.buddypanel-menu.mobile-menu>li>a>img:first-child{margin-left:18px;margin-right: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-left:.5rem}.menu-item i._after,.rtl .menu-item i._before{margin-right:.4em}.menu-item img._before,.rtl .menu-item img._after{margin-left:.5em}.menu-item img._after,.rtl .menu-item img._before{margin-right:.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}.dashicons-admin-site:before{content:"\f319"!important}.dashicons-welcome-view-site:before{content:"\f115"!important}.side-panel-menu img._mi{margin-right:4px;margin-left: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;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:right;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-right: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:focus,.primary-menu a:hover{color:var(--bb-header-links-hover)}.primary-menu a:focus>i,.primary-menu a:hover>i{color:var(--bb-header-links-hover)}.primary-menu .current-menu-ancestor>a,.primary-menu .current-menu-item>a,.primary-menu .current-menu-parent>a,.primary-menu .current_page_item>a{font-weight:600;color:var(--bb-header-links-hover);letter-spacing:-.24px}.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-menu-parent>a>i.bb-icon-l,.primary-menu .current-menu-parent>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-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-menu-parent>a>i.bb-icon-rl,.primary-menu .current-menu-parent>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-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-menu-parent>a>i.bb-icon-bl,.primary-menu .current-menu-parent>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-ancestor>a>i,.primary-menu .current-menu-item>a>i,.primary-menu .current-menu-parent>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 10px 0 22px}.primary-menu .menu-item-has-children>a:after{right:0;left: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:after,.menu-style-tab_bar .site-header #primary-navbar .primary-menu>.menu-item>.ab-submenu li:before{display:none}.menu-style-tab_bar .site-header #primary-navbar .primary-menu>.menu-item>.ab-submenu{margin-top:30px;right:-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;right:50%;margin:-5px 0 0;max-width:initial;left: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:"\ee6e";font-family:bb-icons;font-size:24px;font-weight:400;font-style:normal;color:var(--bb-header-links);right:50%;position:absolute;left: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-menu-item>a:after,.menu-style-tab_bar .site-header .primary-menu>li.no-icon>a.current_page_item>a:after{color:var(--bb-header-links)}.menu-style-tab_bar .site-header .primary-menu>li.current-menu-item>a,.menu-style-tab_bar .site-header .primary-menu>li.current_page_item>a{border-bottom-color:var(--bb-header-links-hover)}.menu-style-tab_bar .site-header .primary-menu>li.current-menu-item>a i._mi,.menu-style-tab_bar .site-header .primary-menu>li.current_page_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-right:0;margin-left:0;min-width:20px}.menu-style-tab_bar .site-header .primary-menu>li>a>span{display:none}#navbar-collapse{position:relative;margin-right:15px;margin-left: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 .current-menu-ancestor>a,.site-header .sub-menu .current-menu-item>a,.site-header .sub-menu .current-menu-parent>a,.site-header .sub-menu li:hover>a{background:var(--bb-content-alternate-background-color);color:var(--bb-primary-color)}.site-header .sub-menu .current-menu-ancestor>a,.site-header .sub-menu .current-menu-item>a,.site-header .sub-menu .current-menu-parent>a{font-weight:600}.site-header .sub-menu .sub-menu{top:-6px;right:-webkit-calc(100% + -16px);right:calc(100% + -16px)}.site-header .sub-menu .menu-item-has-children:not(.hideshow):after{line-height:1;left:15px;top:4px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.site-header .sub-menu .menu-item-has-children>a:after{right:-webkit-calc(100% + 5px);right: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;right: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;right:28px;border:7px solid #000;border-color:#fff transparent transparent #fff;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 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{left: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:"\e826";font-family:bb-icons;font-size:20px;color:var(--bb-header-links);margin:0;margin-right:auto;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);position:absolute;right:unset;left: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 .9375rem .5625rem 1rem;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 1.5rem .5625rem .9375rem;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:"\e8ab";font-family:bb-icons;font-weight:400;speak:none;display:inline-block;color:#939597;position:absolute;right: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;right:-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;left:-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:after,.site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu li:before{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;left:28px;border:7px solid #000;border-color:var(--bb-content-background-color) transparent transparent var(--bb-content-background-color);-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 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{left: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 li.menupop:hover .ab-sub-wrapper{display:block}.user-wrap-container .sub-menu .ab-sub-wrapper{display:none;position:absolute;width:187px;right:-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;left:-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 0 0 5px;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;left:0;right:-7px;box-sizing:border-box;border:8px solid #000;border-color:var(--bb-content-background-color) transparent transparent var(--bb-content-background-color);-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 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}#navbar-extend .menu-item-has-children:after,.menu-style-standard .primary-menu .menu-item-has-children:not(.hideshow):after{content:"\e826";font-family:bb-icons;font-weight:400;font-style:normal;speak:none;display:inline-block;color:var(--bb-header-links);position:absolute;left: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{left: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:right;margin-left: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;left:4px;top:1px}.notification-link.active i.bb-icon-mail-small:after{left: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;left:-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{left:auto;right:-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;left:10px}.user-wrap.menu-item-has-children>a:after{right:auto;left: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-right: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:"\ee6e";font-family:bb-icons;font-size:18px;line-height:1;position:absolute;right: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-right: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-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.current-menu-parent>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:400}.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.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: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-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.current-menu-parent>a,.user-wrap.menu-item-has-children #header-my-account-menu>li li:hover>a{background:100% 0;color:var(--bb-primary-color);font-weight:400}.user-wrap.menu-item-has-children #header-my-account-menu a{padding:11px 40px 11px 14px;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;right: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]:after,.user-wrap.menu-item-has-children #header-my-account-menu [data-balloon]:before{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-right:16px}#wp-admin-bar-user-actions #wp-admin-bar-user-info{margin-bottom:10px}.bb-more-menu-nav.dropdown-left{left:auto;right:-15px}.bb-more-menu-nav.dropdown-left .sub-menu{left:auto;right: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 .bb-help-content,.dropdown-left .sub-menu{left:auto;right:-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-right: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:100% 0}.bb-footer .bb-menu-section,.bb-my-account-menu .bb-menu-section,.primary-menu .bb-menu-section{display:none}#buddypress .sub-menu,#buddypress ul.submenu,#object-nav .sub-menu,#object-nav ul.submenu,.bb-footer .footer-menu .sub-menu,.bb-footer .footer-menu ul.submenu,.bb-profile-grid.bb-grid .bp-navs .sub-menu,.bb-profile-grid.bb-grid .bp-navs ul.submenu,.bp-navs .component-navigation .sub-menu,.bp-navs .component-navigation ul.submenu,.site-header .sub-menu,.site-header 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;left:-20px;bottom:30px;margin:0;min-width:168px;opacity:0;visibility:hidden;z-index:100}#buddypress .sub-menu.active,#buddypress ul.submenu.active,#object-nav .sub-menu.active,#object-nav ul.submenu.active,.bb-footer .footer-menu .sub-menu.active,.bb-footer .footer-menu ul.submenu.active,.bb-profile-grid.bb-grid .bp-navs .sub-menu.active,.bb-profile-grid.bb-grid .bp-navs ul.submenu.active,.bp-navs .component-navigation .sub-menu.active,.bp-navs .component-navigation ul.submenu.active,.site-header .sub-menu.active,.site-header ul.submenu.active{opacity:1;visibility:visible}#buddypress>ul .bb_more_dropdown__title,#object-nav>ul .bb_more_dropdown__title,.bb-footer .footer-menu>ul .bb_more_dropdown__title,.bb-profile-grid.bb-grid .bp-navs>ul .bb_more_dropdown__title,.bp-navs .component-navigation>ul .bb_more_dropdown__title,.site-header>ul .bb_more_dropdown__title{display:none}@media screen and (max-width:980px){#buddypress .sub-menu.bb_more_dropdown.open,#object-nav .sub-menu.bb_more_dropdown.open,.bb-footer .footer-menu .sub-menu.bb_more_dropdown.open,.bb-profile-grid.bb-grid .bp-navs .sub-menu.bb_more_dropdown.open,.bp-navs .component-navigation .sub-menu.bb_more_dropdown.open,.site-header .sub-menu.bb_more_dropdown.open{padding:48px 0 0}#buddypress .sub-menu.bb_more_dropdown.open .bb_more_dropdown__title,#object-nav .sub-menu.bb_more_dropdown.open .bb_more_dropdown__title,.bb-footer .footer-menu .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,.bp-navs .component-navigation .sub-menu.bb_more_dropdown.open .bb_more_dropdown__title,.site-header .sub-menu.bb_more_dropdown.open .bb_more_dropdown__title{margin:0;width:100%;position:absolute;top:0;right:0;left: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}#object-nav .sub-menu li,#object-nav ul.sub-menu li,.bb-footer .footer-menu .sub-menu li,.bb-footer .footer-menu 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,.bp-navs .component-navigation .sub-menu li,.bp-navs .component-navigation ul.sub-menu li{margin:0;display:block;width:100%;padding:0}#object-nav .sub-menu li.bb_more_dropdown__title,#object-nav ul.sub-menu li.bb_more_dropdown__title,.bb-footer .footer-menu .sub-menu li.bb_more_dropdown__title,.bb-footer .footer-menu 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,.bp-navs .component-navigation .sub-menu li.bb_more_dropdown__title,.bp-navs .component-navigation ul.sub-menu li.bb_more_dropdown__title{padding:10px 15px}@media screen and (min-width:980px){#object-nav .sub-menu li.bb_more_dropdown__title,#object-nav ul.sub-menu li.bb_more_dropdown__title,.bb-footer .footer-menu .sub-menu li.bb_more_dropdown__title,.bb-footer .footer-menu 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,.bp-navs .component-navigation .sub-menu li.bb_more_dropdown__title,.bp-navs .component-navigation ul.sub-menu li.bb_more_dropdown__title{display:none}}#object-nav .sub-menu a,#object-nav ul.sub-menu a,.bb-footer .footer-menu .sub-menu a,.bb-footer .footer-menu 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,.bp-navs .component-navigation .sub-menu a,.bp-navs .component-navigation 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}#object-nav .sub-menu a:hover,#object-nav ul.sub-menu a:hover,.bb-footer .footer-menu .sub-menu a:hover,.bb-footer .footer-menu 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,.bp-navs .component-navigation .sub-menu a:hover,.bp-navs .component-navigation ul.sub-menu a:hover{background:var(--bb-content-alternate-background-color)}#object-nav>.bb_more_dropdown__title,.bb-footer .footer-menu>.bb_more_dropdown__title,.bb-profile-grid.bb-grid .bp-navs>.bb_more_dropdown__title,.bp-navs .component-navigation>.bb_more_dropdown__title{display:none}#object-nav .more-button,.bb-footer .footer-menu .more-button,.bb-profile-grid.bb-grid .bp-navs .more-button,.bp-navs .component-navigation .more-button{padding:14px 0;line-height:1.1}#object-nav .more-button i,.bb-footer .footer-menu .more-button i,.bb-profile-grid.bb-grid .bp-navs .more-button i,.bp-navs .component-navigation .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 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:100% 0}.bp-subnavs li.selected a:focus{background:100% 0;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);left:-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;right:-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;left:-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:100% 0}#header-aside .bb-my-account-menu .sub-menu .current-menu-item a{background:100% 0}.user-wrap.menu-item-has-children .sub-menu-inner .count{position:static;float:left;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;right:-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;left:-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);right:0;position:fixed;width:68px;height:100%;z-index:611;-webkit-transition:width .2s;transition:width .2s}.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{right:inherit;top:inherit;margin-right:60px;margin-top:14px}.buddypanel [data-balloon][data-balloon-pos=right]:after{right:inherit;top:inherit;margin-right:65px;margin-top:25px}.buddypanel .side-panel-scroll [data-balloon][data-balloon-pos=right]:after,.buddypanel .side-panel-scroll [data-balloon][data-balloon-pos=right]:before{display:none}.buddypanel ul.buddypanel-menu li a>span:not(.count){display:-webkit-box;display:-ms-flexbox;display:flex;min-width:0;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.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>i+span:not(.count),.buddypanel ul.buddypanel-menu li a>img._image+span:not(.count){margin-left:auto}.buddypanel ul.buddypanel-menu>li>a>i+span:not(.count){margin-right:-10px}.buddypanel .site-branding{position:relative;z-index:29;background-color:var(--bb-sidenav-background)}.buddypanel .count{margin-left:7px}.buddypanel .menu-item-has-children .count{margin-left: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-right:18px}.buddypanel-open ul.buddypanel-menu>li>a i{margin-right:0}.buddypanel-open ul.buddypanel-menu>li>a>img:first-child{margin-right:24px;margin-left:15px}.bb-template-v2 .buddypanel-open ul.buddypanel-menu>li>a>img:first-child{margin-right:15px;margin-left:8px}.buddypanel-open .buddypanel-menu>li>.bb-menu-item>i:not(.bb-icon-angle-down){margin-right: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 35px 10px 20px;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{right:auto;left: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-right:0}body.bb-buddypanel:not(.buddypanel-open).bb-sfwd-aside.bb-buddypanel-right .site{margin-left: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:right;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)}}@media screen and (min-width:800px){.bb-buddypanel.buddypanel-open.sticky-header .site-header{width:-webkit-calc(100% - 230px);width:calc(100% - 230px)}.bb-buddypanel .bb-footer,.bb-buddypanel .header-search-wrap,.bb-buddypanel .site-content,.bb-buddypanel .site-header{padding:0 30px}.buddypanel-open:not(.register) .site{margin-right:230px}.buddypanel-open:not(.register).bb-buddypanel-right .site{margin-left:230px;margin-right: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=left]:after,.buddypanel-open:not(.register) .buddypanel [data-balloon][data-balloon-pos=left]:before,.buddypanel-open:not(.register) .buddypanel [data-balloon][data-balloon-pos=right]:after,.buddypanel-open:not(.register) .buddypanel [data-balloon][data-balloon-pos=right]:before{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-right:0}.in-bbapp.has-sidebar.buddypress.has-sidebar:not(.profile-sidebar,.group-sidebar,.llms-pointer) #page #primary,.in-bbapp.has-sidebar:not(.profile-sidebar,.group-sidebar,.llms-pointer) #primary{max-width:inherit}@media screen and (max-width:799px){.buddypanel-open.buddypanel-header .site{margin-right: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-left:20px;margin-right: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-left: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-right: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>.bs-submenu-toggle,.bb-template-v2 .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,.bb-template-v2 .widget.widget_block .side-panel-inner.is_block .buddypanel-menu-block li a:hover>i:not(.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>.bs-submenu-toggle,.bb-template-v2 .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,.bb-template-v2 .widget.widget_block .side-panel-inner.is_block .buddypanel-menu-block li.current-menu-item>a>i:not(.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 10px 8px 0}.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-right: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{left: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-right:50px;margin-right:-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-right:40px;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-right:7px;margin-left:.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-right: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._after,.side-panel-menu .sub-menu i._mi._before,.side-panel-menu .sub-menu i.bb-icon-file{margin-right:0}.side-panel-menu .sub-menu span+i._mi._after{margin-right: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-right: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-right:5px}span.count.small{font-size:10px;padding:3px 5px 4px;position:absolute;right: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 0 0 17px}.buddypanel-menu>li>.bb-menu-item>i:not(.bb-icon-angle-down){min-width:32px;text-align:right;margin-left: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-right:32px;padding-top:52px}.buddypanel-open .buddypanel-menu .sub-menu.bb-open .sub-menu{padding-right:0}}@media (min-width:800px){.buddypanel-open .touch-only .buddypanel-menu .sub-menu.bb-open{padding-top:5px}}body.buddypanel-open .buddypanel .buddypanel_off_close_site_icon,body.buddypanel-open .buddypanel .buddypanel_off_open_site_icon,body.buddypanel-open .buddypanel .buddypanel_on_close_site_icon,body.buddypanel-open .buddypanel .buddypanel_on_open_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_close_site_icon,body:not(.buddypanel-open) .buddypanel .buddypanel_on_open_site_icon{display:block;text-align:center}body:not(.buddypanel-open) .buddypanel .buddypanel_logo_display_on,body:not(.buddypanel-open) .buddypanel .buddypanel_off_close_site_icon,body:not(.buddypanel-open) .buddypanel .buddypanel_off_open_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 ol,.widget ul{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-right:20px}.widget.widget_block .wp-block-page-list li.current-menu-item a,.widget.widget_block .wp-block-page-list li.current_page_item a,.widget.widget_pages ul li.current-menu-item a,.widget.widget_pages ul li.current_page_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-right: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.search,.widget.widget_search input[name=bbp_search],.widget.widget_search input[type=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-right:10px;padding-right:15px;padding-left: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 a:not(.activity-time-since),.widget.activity_update .activity-update .bp-activity-info p{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-left: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.buddypress.widget_bp_core_whos_online_widget div.item-options,.widget.widget_bp_core_whos_online_widget div.item-options{margin-bottom:20px}.widget.buddypress.widget_bp_core_whos_online_widget div.item-options a,.widget.widget_bp_core_whos_online_widget div.item-options a{font-weight:500}.widget.buddypress.widget_bp_core_whos_online_widget .widget-error,.widget.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-left: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-right: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-right: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-right: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:"\ef23";font-family:bb-icons;display:inline-block;font-weight:300;margin-left: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-left: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-left: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}.widget.widget_block .wp-block-group .widget{background:none transparent;border:0;padding:0}.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:100% 0;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-right: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)}.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}.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-archives,.content-area :not(.widget_block)>.wp-block-calendar,.content-area :not(.widget_block)>.wp-block-categories-list,.content-area :not(.widget_block)>.wp-block-latest-comments,.content-area :not(.widget_block)>.wp-block-latest-posts,.content-area :not(.widget_block)>.wp-block-page-list,.content-area :not(.widget_block)>.wp-block-rss,.content-area :not(.widget_block)>.wp-block-search,.content-area :not(.widget_block)>.wp-block-tag-cloud{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-right:0;list-style-type:none}: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,:not(.widget_block)>.wp-block-rss li a,:not(.widget_block)>.wp-block-search 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-archives li a:hover,:not(.widget_block)>.wp-block-calendar li a:hover,:not(.widget_block)>.wp-block-categories-list li a:hover,:not(.widget_block)>.wp-block-rss li a:hover,:not(.widget_block)>.wp-block-search li a:hover{color:var(--bb-primary-color)}.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-right:20px;margin-bottom:0;list-style:none}.wp-block-page-list li.current-menu-item a,.wp-block-page-list li.current_page_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-right: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:left}.widget li{margin-bottom:10px}.widget.widget_archive ul li,.widget.widget_categories ul li{color:var(--bb-headings-color)}.wp-block-archives ul li,.wp-block-categories 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:0 3px 3px 0;font-size:14px}.widget_mc4wp_form_widget input[type=submit]{background:#d0d4d8;border-radius:3px 0 0 3px;border-right:0;font-size:14px;color:#fff;letter-spacing:-.24px}.widget_post_author .avatar{border-radius:100%;margin-left: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-right: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 0 0 15px;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 .widget-title,.widget .widgettitle{display:-webkit-box;display:-ms-flexbox;display:flex}.widget .widget-title .widget-num-count,.widget .widgettitle .widget-num-count{padding:0 .25rem;color:var(--bb-alternate-text-color);margin-left:auto}.widget .widget-title a.bs-widget-reload,.widget .widgettitle a.bs-widget-reload{color:#939597}.elementor-widget.widget .elementor-widget-container>h5,.widget-title,.widgettitle{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 .widget-title:empty,.widget .widgettitle:empty{display:none}form.search-form{position:relative}.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}.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-right:15px;padding-left:40px;width:100%}.widget_search .search-submit,.wp-block-search .search-submit{border:0;position:absolute;width:40px;font-size:0;top:0;padding:0;background:url(../images/svg/search.svg) no-repeat center transparent;background-size:45%;left:0;opacity:.8}.widget_search .search-submit:hover,.wp-block-search .search-submit:hover{box-shadow:none;opacity:1}#wp-calendar{font-size:12px;margin-bottom:0;table-layout:fixed}#wp-calendar td,#wp-calendar th{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}.widget_nav_menu .sub-menu{margin-right:1.5rem;width:-webkit-calc(100% - 1.5rem);width:calc(100% - 1.5rem)}.widget_nav_menu li{padding-right:0;margin-top:10px}.widget.widget_media_gallery .gallery{margin:0}.widget_categories .children{margin-right:20px;margin-top:10px}.widget_recent_comments .wp-block-latest-comments__comment-link{word-break:break-word}.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-left: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-right:0;padding-left: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-left:5px}.widget .bbp-form .bb-form-select-fields,.widget .bbp-form .bbp-topic-form #whats-new-toolbar,.widget .bbp-form .bbp_topic_tags_wrapper,.widget .bbp-form .medium-editor-element,.widget .bbp-form .medium-editor-placeholder{padding-right:0;padding-left: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-left: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-left: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-right: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-right:-10px;margin-left:-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}.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-right: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-right: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 .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}.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}.bb-masonry{margin-right:-10px;margin-left:-10px}.bb-masonry .bb-masonry-sizer{width:33.33%}.bb-masonry .hentry{margin-bottom:0;padding-bottom:20px;padding-right:10px;padding-left:10px;width:33.33%;float:right}.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}.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:0;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:"\ef30";color:inherit;font-family:bb-icons;font-size:18px;font-weight:400;line-height:1;margin-right: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}.bb-masonry .hentry.bb-grid-2-3.first .entry-img,.post-grid .hentry.first .entry-content-wrap,.post-grid .hentry.first .entry-img,.post-grid:not(.bb-standard) .hentry.first .entry-img{width:100%}.post-grid .hentry.first .entry-img{padding-top:52.56%}}.entry-img,.single .post-related-posts .entry-img{position:relative;overflow:hidden;padding-top:52.56%;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-right:-webkit-calc(-50vw + 50%);margin-right: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;right:0;left: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-left: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-left:.2em;margin-right:.2em;right:0;top:0;font-size:inherit}.single-attachment:not(.full-fi) .content-area,.single-attachment:not(.full-fi-invert) .content-area,.single-post:not(.full-fi) .content-area,.single-post:not(.full-fi-invert) .content-area{margin:0 auto;max-width:800px}.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-attachment:not(.has-sidebar,.elementor-template-full-width) .content-area,.single-attachment:not(.has-sidebar,.elementor-template-full-width) .site-content-grid,.single-post:not(.has-sidebar,.elementor-template-full-width) .content-area,.single-post:not(.has-sidebar,.elementor-template-full-width) .site-content-grid{margin:0 auto;max-width:800px}.single-attachment .entry-content,.single-post .entry-content{letter-spacing:-.24px}.single-attachment .entry-content p,.single-post .entry-content p{margin-bottom:25px}.single-attachment .entry-content li>ol,.single-attachment .entry-content li>ul,.single-post .entry-content li>ol,.single-post .entry-content li>ul{margin-bottom:0}@media (max-width:544px){.single-attachment .entry-content p,.single-post .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-attachment .content-area,.single-post .content-area{max-width:-webkit-calc(100% - 300px);max-width:calc(100% - 300px)}}.entry-content img.alignleft{margin:.5rem 0 1.625rem 2rem}.entry-content img.alignright{margin:.5rem 2rem 1.625rem 0}.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 0 4px 5px}.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 .author-box-share-wrap,.author-post-meta a[href="#comments"]{margin-left: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-right:-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{font-size:18px;letter-spacing:-.27px;line-height:24px}.post-author-details .author-desc{font-size:14px;color:var(--bb-alternate-text-color);letter-spacing:-.24px;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-right:15px}.post-meta-wrapper-main{position:relative}.post-meta-wrapper-main .show-support{top:25px;position:absolute;left: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-left:80px;font-size:15px;margin-bottom:40px}.post-meta-wrapper .cat-links,.post-meta-wrapper .tag-links{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;margin-bottom:10px;line-height:21px}.post-meta-wrapper .cat-links>span,.post-meta-wrapper .tag-links>span{margin-right:5px}.post-meta-wrapper i{font-size:20px;color:var(--bb-alternate-text-color);margin-left: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-right:15px;padding:5px 10px}.top-meta a .bb-icon-like.bookmarked{color:var(--bb-headings-color)}.top-meta .like-count,.top-meta a{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-left: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-right: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:"\ef02";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-left: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:"\e872";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 img,.content-area .gallery-icon>*{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover}.top-meta .bb-like-wrap:after,.top-meta .bb-like-wrap:before{display:none}.post-grid.bb-grid .bb-comment-text,.post-grid.bb-masonry .bb-comment-text{display:none}.post-grid.bb-grid .top-meta a,.post-grid.bb-masonry .top-meta a{margin-right:6px}.post-grid.bb-grid .post-date,.post-grid.bb-masonry .post-date{font-size:13px}.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 10px}.single-attachment .post-related-posts,.single-post .post-related-posts{border-bottom:1px solid var(--bb-content-border-color);margin-bottom:30px;padding-bottom:10px}.single-attachment .post-related-posts>.post-grid,.single-post .post-related-posts>.post-grid{display:none}.single-attachment .post-related-posts>.post-grid.slick-initialized,.single-post .post-related-posts>.post-grid.slick-initialized{display:block}.single-attachment .post-related-posts .slick-slider .slick-list,.single-attachment .post-related-posts .slick-slider .slick-track,.single-post .post-related-posts .slick-slider .slick-list,.single-post .post-related-posts .slick-slider .slick-track{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-attachment .post-related-posts .slick-slider a.slick-arrow.bb-slide-prev,.single-post .post-related-posts .slick-slider a.slick-arrow.bb-slide-prev{left:auto;right:5px}.single-attachment .post-related-posts .slick-slider a.slick-arrow.bb-slide-prev i,.single-post .post-related-posts .slick-slider a.slick-arrow.bb-slide-prev i{display:block;margin-top:1px}.single-attachment .post-related-posts .slick-slider .slick-arrow,.single-post .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-attachment .post-related-posts .slick-slider .slick-arrow i,.single-post .post-related-posts .slick-slider .slick-arrow i{color:#fff}.single-attachment .post-related-posts .gallery,.single-post .post-related-posts .gallery{margin-bottom:0}.single-attachment .post-related-posts .gallery .gallery-item,.single-post .post-related-posts .gallery .gallery-item{display:none}.single-attachment .post-related-posts .gallery .gallery-item:first-child,.single-post .post-related-posts .gallery .gallery-item:first-child{display:block}.single-attachment .post-related-posts .gallery.slick-initialized,.single-post .post-related-posts .gallery.slick-initialized{display:block}.single-attachment .post-related-posts .gallery.slick-initialized .gallery-item,.single-post .post-related-posts .gallery.slick-initialized .gallery-item{display:block}.single-attachment .post-related-posts .gallery ul.slick-dots,.single-post .post-related-posts .gallery ul.slick-dots{display:none!important}.single-attachment .post-related-posts .post-inner-wrap,.single-post .post-related-posts .post-inner-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.single-attachment .post-related-posts .post-grid .first .entry-img,.single-post .post-related-posts .post-grid .first .entry-img{width:100%}.single-attachment .post-related-posts .entry-header,.single-post .post-related-posts .entry-header{margin-bottom:1.875rem}.single-attachment .post-related-posts .entry-content,.single-post .post-related-posts .entry-content{margin-bottom:2.25rem}.single-attachment .post-related-posts .entry-content>p:last-child,.single-post .post-related-posts .entry-content>p:last-child{margin-bottom:0}.single-attachment .post-related-posts .hentry blockquote,.single-post .post-related-posts .hentry blockquote{margin-bottom:0}.single-attachment .post-related-posts h1.entry-title,.single-attachment .post-related-posts h2.entry-title,.single-post .post-related-posts h1.entry-title,.single-post .post-related-posts h2.entry-title{margin-bottom:0;font-size:1.125rem;line-height:28px}.single-attachment .post-related-posts .entry-img,.single-post .post-related-posts .entry-img{margin-bottom:0}.single-attachment .post-related-posts>h3,.single-attachment .post-related-posts>h4,.single-attachment .post-related-posts>h5,.single-post .post-related-posts>h3,.single-post .post-related-posts>h4,.single-post .post-related-posts>h5{position:relative}.single-attachment .post-related-posts>h3,.single-post .post-related-posts>h3{font-size:1.5rem;line-height:2rem;padding-left:85px}.single-attachment .post-related-posts .post-grid .format-quote .entry-content,.single-post .post-related-posts .post-grid .format-quote .entry-content{font-size:14px;color:var(--bb-body-text-color)}.single-attachment .post-related-posts .lg-grid-1-3,.single-post .post-related-posts .lg-grid-1-3{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;vertical-align:top}.single-attachment .post-related-posts .post-inner-wrap,.single-post .post-related-posts .post-inner-wrap{height:auto}.single-attachment .post-related-posts .entry-content-wrap,.single-post .post-related-posts .entry-content-wrap{padding:20px 30px 25px}.single-attachment .post-related-posts .entry-content-wrap .entry-meta,.single-post .post-related-posts .entry-content-wrap .entry-meta{margin-top:0;margin-bottom:0}.single-attachment .post-related-posts .entry-content-wrap .entry-meta .push-right>a.bookmark-link-container,.single-post .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-attachment .post-related-posts .single-post.bb-buddypanel .site-content,.single-post .post-related-posts .single-post.bb-buddypanel .site-content{padding-right:80px;padding-left:80px}}@media screen and (min-width:768px) and (max-width:1420px){.single-attachment .post-related-posts body.single-post .site-content-grid>.bb-share-container,.single-post .post-related-posts body.single-post .site-content-grid>.bb-share-container{display:block}}@media screen and (min-width:768px) and (max-width:1150px){.single-attachment .post-related-posts .single-post .content-area,.single-post .post-related-posts .single-post .content-area{max-width:100%;width:100%}.single-attachment .post-related-posts .single-post .widget-area:not(.widget-area-secondary),.single-post .post-related-posts .single-post .widget-area:not(.widget-area-secondary){-webkit-box-flex:0;-ms-flex:none;flex:none;max-width:100%}.single-attachment .post-related-posts .single.single-post .site-content-grid,.single-post .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-attachment .post-related-posts .slick-initialized .slick-list,.single-post .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}.bb-masonry .hentry.bb-grid-2-3.first .ratio-wrap,.post-grid .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%}}.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-right: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-left: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-left: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:left;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{font-size:18px;font-weight:500}p.comment-notes,p.logged-in-as{font-size:16px}.comment-form label{display:block}.comment-form textarea{width:100%;max-height:120px;resize:vertical}.comment-form input[type=email],.comment-form input[type=name],.comment-form input[type=text],.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:right;margin-left: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-left:15px}#respond .comment-form-url{margin-left: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-left:15px}#comments>div#respond h2{margin:0}.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:0}.slick-list.dragging{cursor:pointer}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;right:0;display:block}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:right;height:100%;min-height:1px;outline:0;-webkit-transition:all .3s ease;transition:all .3s ease}[dir=rtl] .slick-slide{float:left}.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:left;height:30px;right: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{left:5px;right:auto}.slick-arrow.bb-slide-prev{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}ul.slick-dots{right:0;left: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 var(--bb-content-border-color);border-radius:4px;box-shadow:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;left:5px}.post-related-posts a.slick-arrow i{color:var(--bb-headings-color);font-size:14px}.post-related-posts a.slick-arrow:hover i{color:var(--bb-primary-color)}.post-related-posts a.slick-arrow.slick-disabled i{opacity:.5}.post-related-posts a.slick-arrow.slick-disabled:hover i{color:var(--bb-headings-color)}.post-related-posts a.slick-arrow.bb-slide-prev{margin-left:8px;left:35px;right:inherit}.bb-template-v2 .post-related-posts a.slick-arrow{border-radius:6px}.post-related-posts .slick-slider .slick-list{padding-right:0;padding-left:0}body.page-template-page-fullwidth .wp-block-cover-image{width:100vw;margin-right:-webkit-calc(-50vw + 50%);margin-right:calc(-50vw + 50%)}body.page-template-page-fullwidth .wp-block-code{max-width:1200px;margin-right:auto;margin-left:auto}pre.wp-block-code,pre.wp-block-preformatted,pre.wp-block-verse{max-width:1200px;width:100%}.wp-block-media-text,figure.wp-block-audio{margin:0 0 1.6875rem}ul.wp-block-gallery{margin-right: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:0 0 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-right:-10px;margin-left:-10px}.wp-block-columns p{padding-right:10px;padding-left: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:right;margin-right: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-right:2em}.elementor-element.widget.bp-latest-activities ul,ul.wp-block-latest-posts{list-style:none;margin-right:0}.elementor-element.widget.bp-latest-activities ul li,ul.wp-block-latest-posts li{text-align:right}.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-author,.elementor-element.widget.bp-latest-activities ul li .wp-block-latest-posts__post-date,ul.wp-block-latest-posts li .wp-block-latest-posts__post-author,ul.wp-block-latest-posts li .wp-block-latest-posts__post-date{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-element.widget.bp-latest-activities ul,.elementor-widget-wp-widget-bbp_forums_widget ul,.elementor-widget-wp-widget-bbp_replies_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{list-style:none;margin:0}.elementor-element.widget.bp-latest-activities ul li a,.elementor-widget-wp-widget-bbp_forums_widget ul li a,.elementor-widget-wp-widget-bbp_replies_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{color:var(--bb-alternate-text-color);font-size:14px}.elementor-element.widget.bp-latest-activities ul li a:hover,.elementor-widget-wp-widget-bbp_forums_widget ul li a:hover,.elementor-widget-wp-widget-bbp_replies_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{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 td:first-child,.wp-block-table th:first-child{padding-right:.5em}.wp-block-table td:last-child,.wp-block-table th:last-child{padding-left:.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 .wp-block-cover-image-text,body .wp-block-cover .wp-block-cover-text,body .wp-block-cover h2,body .wp-block-cover-image .wp-block-cover-image-text,body .wp-block-cover-image .wp-block-cover-text,body .wp-block-cover-image h2{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;right:0;width:100%;height:100%}.wp-block-social-links{margin:1.6875rem 0}.jssocials-shares{text-align:center}.jssocials-shares *{box-sizing:border-box}.jssocials-share{display:inline-block;vertical-align:top}.jssocials-share:last-child{margin-left: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-right:.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:400;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:"\ea12"}.jssocials-share-logo.fa.fa-facebook:before{content:"\edd2"}.default-fi.sidebar-right.buddypanel-open .site-content-grid>.bb-share-container{margin-right:-25px}.full-fi .site-content-grid>.bb-share-container,.full-fi-invert .site-content-grid>.bb-share-container{margin-right:60px}.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-left:-60px}.sidebar-right .bb-share-container{margin-right:-60px}.single-attachment:not(.has-sidebar) .bb-share-container,.single-post:not(.has-sidebar) .bb-share-container{margin-right:-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{position:absolute;top:auto;right:auto;margin:15px;bottom:20px;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);-webkit-transition:all linear .2s;transition:all linear .2s;visibility:hidden;opacity:0;min-height:110px}.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}.content-area .jssocials-shares{margin:12px 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 0 0 10px}.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}.has-sidebar .site-main>.bb-share-container{display:none}}@media (max-width:1420px){.has-sidebar .site-content-grid>.bb-share-container{display:none}}@media (min-width:1241px){.single.full-fi .site-content-grid>.bb-share-container,.single.full-fi-invert .site-content-grid>.bb-share-container{display:block}}@media (max-width:1190px){.buddypanel-open.single-attachment:not(.has-sidebar) .site-content-grid>.bb-share-container,.buddypanel-open.single-post:not(.has-sidebar) .site-content-grid>.bb-share-container{display:none}}@media (max-width:1040px){.single-attachment:not(.has-sidebar) .site-content-grid>.bb-share-container,.single-post:not(.has-sidebar) .site-content-grid>.bb-share-container{display:none}}.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-left: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-left:10px}.bb-footer .menu-item-has-children:not(.hideshow):after{content:"\e826";font-family:bb-icons;font-weight:400;font-style:normal;speak:none;display:inline-block;color:var(--bb-header-links);position:absolute;left: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{left: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-right: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:right;width:100%}.bb-footer .bbp_widget_login .bbp-remember-me{float:right;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-left:.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-right:10px;padding-left: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-left: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 auto 0 0;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-right:0}.bb-footer .footer-socials li:last-child a{margin-left: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-left:30px}.copyright,.footer-desc{font-size:14px;letter-spacing:-.24px}.footer-desc{text-align:left;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-left: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-right:20px;max-width:30%}.footer-logo img{height:auto;max-height:70px;width:auto}.bb-footer .footer-menu li .count{margin-right:5px}.bb-footer .footer-menu .sub-menu a{margin:0;text-transform:none}.bb-footer .footer-menu .sub-menu span.count{float:left;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;right: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-bottom-right,.footer-copyright-wrap{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-create .modal-mask,#bp-meeting-edit .modal-mask{z-index:999}#bp-meeting-create .modal-mask .modal-wrapper,#bp-meeting-edit .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:right;margin-left:2%;margin-left:0;clear:right}#buddypress #bp-new-zoom-meeting-form #boss-media-create-meeting-popup .bb-field-wrapper>.bb-field-wrap:nth-child(even){margin-right: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-right:0;margin-left: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;right: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:400;padding-right: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:100% 0}#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:"\ef30";font-family:bb-icons;font-size:18px;font-weight:400;line-height:1;margin-right:10px;text-align:center;display:inline-block;-webkit-animation:spin 3s infinite linear;animation:spin 3s infinite linear}[dir=rtl] .bp_zoom_countdown{direction:ltr}.meeting-item-container{background-color:var(--bb-content-background-color)}.meeting-item-container .load-more .button.loading:after{content:"\ef30";font-family:bb-icons;font-size:18px;font-weight:400;line-height:1;margin-right: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-meeting-block,.widget.widget_block>.zoom-webinar-block{background-color:transparent;border:0;padding:0;margin-bottom:0}.widget.widget_block>.zoom-meeting-block .bp_zoom_countdown,.widget.widget_block>.zoom-webinar-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-right:0!important}}.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);left:-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-left .notification-list .read-item.pull-animation,.bb-onscreen-notification-enable .bb-onscreen-notification.bb-position-right .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}}}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:0!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-close.notification-popup-close,html body .bb-onesignal-popup.notification-popup{border-radius:var(--bb-block-radius)}html body .bb-onesignal-popup-close.notification-popup-close>p,html body .bb-onesignal-popup.notification-popup>p{font-size:13px;margin-bottom:15px;font-weight:500;line-height:1.5}html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup-header,html body .bb-onesignal-popup.notification-popup .bb-onesignal-popup-header{border-color:var(--bb-content-border-color);font-size:18px;line-height:1.33}html body .bb-onesignal-popup-close.notification-popup-close .mfp-close,html body .bb-onesignal-popup.notification-popup .mfp-close{background-color:transparent;color:var(--bb-headings-color)!important;font-size:24px;opacity:.4!important}html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup-content ul,html body .bb-onesignal-popup.notification-popup .bb-onesignal-popup-content ul{padding:0}html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup-content ul li,html body .bb-onesignal-popup.notification-popup .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-close.notification-popup-close .bb-onesignal-popup-content ul li img,html body .bb-onesignal-popup.notification-popup .bb-onesignal-popup-content ul li img{margin:0 5px}html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup-content ul li:before,html body .bb-onesignal-popup.notification-popup .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-left:10px;line-height:22px;position:static;width:22px}html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup-content ul li:last-child,html body .bb-onesignal-popup.notification-popup .bb-onesignal-popup-content ul li:last-child{margin-bottom:0}.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-close-image,.bb-link-preview-container .bb-link-preview-icons a{background-color:var(--bb-content-alternate-background-color)}.bb-link-preview-container .bb-link-preview-image:before,.bb-link-preview-container .bb-link-preview-info:before{content:"";-webkit-transition:all linear .3s;transition:all linear .3s}.bb-link-preview-container:hover .bb-link-preview-image,.bb-link-preview-container:hover .bb-link-preview-info{position:relative}.bb-link-preview-container:hover .bb-link-preview-image:before,.bb-link-preview-container:hover .bb-link-preview-info: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-nextPicButton,.bb-url-scrapper-container #bb-url-scrapper-img-holder button#bb-url-prevPicButton{background-color:transparent}.bb-form #whats-new-attachments .bb-link-preview-image-cover,.bb-link-preview-container .bb-link-preview-image .bb-link-preview-image-cover{min-height:340px}.bb-form #whats-new-attachments .bb-link-preview-image-cover img,.bb-link-preview-container .bb-link-preview-image .bb-link-preview-image-cover img{min-height:340px}@media screen and (max-width:900px){.bb-form #whats-new-attachments .bb-link-preview-image-cover,.bb-link-preview-container .bb-link-preview-image .bb-link-preview-image-cover{min-height:30vh}.bb-form #whats-new-attachments .bb-link-preview-image-cover img,.bb-link-preview-container .bb-link-preview-image .bb-link-preview-image-cover img{min-height:30vh}}@media screen and (max-width:680px){.bb-form #whats-new-attachments .bb-link-preview-image-cover,.bb-link-preview-container .bb-link-preview-image .bb-link-preview-image-cover{min-height:150px}.bb-form #whats-new-attachments .bb-link-preview-image-cover img,.bb-link-preview-container .bb-link-preview-image .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} \ No newline at end of file diff --git a/web/app/themes/buddyboss-theme/assets/css-rtl/tutorlms.css b/web/app/themes/buddyboss-theme/assets/css-rtl/tutorlms.css new file mode 100644 index 00000000..657d8934 --- /dev/null +++ b/web/app/themes/buddyboss-theme/assets/css-rtl/tutorlms.css @@ -0,0 +1,5034 @@ +/* stylelint-disable scss/no-duplicate-mixins */ +/* stylelint-enable */ +.tutor-lms-custom-colors { + --tutor-color-primary: var(--bb-primary-color); + --tutor-color-primary-rgb: var(--bb-primary-color-rgb); + --tutor-border-color: var(--bb-content-border-color); + --tutor-border-color-rgb: var(--bb-content-border-color-rgb); + --tutor-body-color: var(--bb-body-text-color); + --tutor-body-color-rgb: var(--bb-alternate-text-color-rgb); +} +.tutor-lms-custom-colors .tutor-btn-outline-primary, +.tutor-lms-custom-colors .tutor-btn-primary { + background-color: var(--bb-primary-button-background-regular); + color: var(--bb-primary-button-text-regular); + border: 1px solid var(--bb-primary-button-border-regular); + -webkit-transition: all linear 0.2s; + transition: all linear 0.2s; +} +.tutor-lms-custom-colors .tutor-btn-outline-primary:focus, +.tutor-lms-custom-colors .tutor-btn-primary:focus { + box-shadow: var(--bb-primary-button-focus-shadow); +} +.tutor-lms-custom-colors .tutor-btn-outline-primary:hover, .tutor-lms-custom-colors .tutor-btn-outline-primary:focus, .tutor-lms-custom-colors .tutor-btn-outline-primary:active, +.tutor-lms-custom-colors .tutor-btn-primary:hover, +.tutor-lms-custom-colors .tutor-btn-primary:focus, +.tutor-lms-custom-colors .tutor-btn-primary: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); +} +.tutor-lms-custom-colors .tutor-btn-outline-primary:disabled, .tutor-lms-custom-colors .tutor-btn-outline-primary.disabled, +.tutor-lms-custom-colors .tutor-btn-primary:disabled, +.tutor-lms-custom-colors .tutor-btn-primary.disabled { + color: #c8cbcf; + background-color: #f5f5f5; + border-color: transparent; +} +.tutor-lms-custom-colors .tutor-btn-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); +} +.tutor-lms-custom-colors .tutor-btn-secondary:hover { + color: #1e2132; + background-color: rgba(255, 255, 255, 0.05); +} +.tutor-lms-custom-colors .tutor-btn-secondary:active { + color: #1e2132; + background-color: rgba(255, 255, 255, 0.09); +} +.tutor-lms-custom-colors .tutor-btn-secondary:disabled, .tutor-lms-custom-colors .tutor-btn-secondary.disabled { + color: #c8cbcf; + background-color: #f5f5f5; +} +.tutor-lms-custom-colors .tutor-btn-secondary.outline { + background: none; + color: #fff; + border-color: #fff; +} +.tutor-lms-custom-colors .tutor-btn-secondary.outline:hover { + color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.05); +} +.tutor-lms-custom-colors .tutor-btn-secondary.outline:active { + color: rgba(255, 255, 255, 0.12); + border-color: rgba(255, 255, 255, 0.12); +} +.tutor-lms-custom-colors .tutor-btn-secondary.outline:disabled, .tutor-lms-custom-colors .tutor-btn-secondary.outline.disabled { + background: #f5f5f5; + color: #dedfe2; + border-color: #dedfe2; + opacity: 1; +} +.tutor-lms-custom-colors .tutor-btn-secondary:focus { + box-shadow: var(--bb-secondary-button-focus-shadow); +} +.tutor-lms-custom-colors .tutor-btn-secondary:hover, .tutor-lms-custom-colors .tutor-btn-secondary:focus, .tutor-lms-custom-colors .tutor-btn-secondary: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); +} + +:root { + --tutor-sidebar-background: #fbfbfb; + --tutor-table-header-background: #f8f9fb; + --tutor-color-success: var(--bb-success-color); + --tutor-color-success-rgb: var(--bb-success-color-rgb); + --tutor-color-warning: var(--bb-warning-color); + --tutor-color-warning-rgb: var(--bb-warning-color-rgb); + --tutor-color-danger: var(--bb-danger-color); + --tutor-color-danger-rgb: var(--bb-danger-color-rgb); + --tutor-color-muted: var(--bb-alternate-text-color); +} + +.tutor-form-control:disabled, .tutor-form-control[readonly]:focus, .tutor-form-control[readonly] { + background-color: var(--bb-content-alternate-background-color); + border-color: var(--tutor-border-color); + cursor: not-allowed; +} + +.tutor-grid { + grid-gap: 30px; +} + +.tutor-ratings-stars { + color: var(--bb-warning-color); +} + +.tutor-ratings-progress-bar .tutor-progress-value { + background-color: var(--bb-warning-color); +} + +.tutor-color-black { + color: var(--bb-headings-color); +} + +.tutor-color-muted { + color: var(--bb-alternate-text-color); +} + +.tutor-color-secondary { + color: var(--tutor-body-color); +} + +.tutor-btn { + border-radius: var(--bb-button-radius); +} + +.tutor-thumbnail-uploader .thumbnail-input .tutor-btn { + border-radius: var(--bb-button-radius); +} + +.tutor-nav-pills .tutor-nav-link { + border-radius: var(--bb-button-radius); +} + +.tutor-dropdown-parent .tutor-icon-kebab-menu { + font-weight: 300; +} + +.tutor-course-card .tutor-meta .avatar { + width: 50px; + max-width: 50px; +} + +.tutor-dc-button-group .tooltip-txt [class^="tutor-icon-"], +.tutor-dc-button-group .tooltip-txt [class*=" tutor-icon-"] { + display: none; +} + +.tutor-form-check-input, +input[type="radio"].tutor-form-check-input, +input[type="checkbox"].tutor-form-check-input { + display: inline-block; + vertical-align: top; + background-color: transparent; + width: 24px; + height: 24px; + border: 2px solid var(--tutor-border-color); + border-radius: 4px; + cursor: pointer; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + outline: none !important; + background-size: 12px; + background-position: center; + background-repeat: no-repeat; + -webkit-transition: 300ms; + transition: 300ms; + box-shadow: 0 0 0 0 rgba(var(--tutor-color-primary-rgb), 0.1); +} + +.tutor-form-check-input[type="radio"].tutor-form-check-input, +.tutor-form-check-input-radio { + border-radius: 50%; + background-size: 100%; +} + +.tutor-alert { + border-radius: var(--bb-block-radius-inner); +} + +.tutor-snackbar-wrapper > div { + border-radius: var(--bb-block-radius); +} +.tutor-snackbar-wrapper > div > div { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.tutor-snackbar-wrapper > div > div a.tutor-btn { + margin: 0 3px; +} +.tutor-snackbar-wrapper > div .tutor-icon-times { + font-size: 24px; +} + +.tutor-notification { + border-radius: var(--bb-block-radius); + background-color: var(--bb-content-background-color); +} +.tutor-notification .tutor-notification-close { + background-color: transparent; + line-height: 1; +} +.tutor-notification .tutor-notification-close .fas.fa-times:before { + content: "\e828"; + color: var(--bb-alternate-text-color); + font-family: bb-icons; + font-size: 24px; + font-weight: 300; + font-style: normal; +} + +.tutor-form-select-with-icon { + border-radius: var(--bb-button-radius); +} +.tutor-form-select-with-icon.select-default { + background-color: var(--bb-content-alternate-background-color); + color: var(--bb-headings-color); + border-color: var(--bb-content-border-color); +} +.tutor-form-select-with-icon select { + height: auto; + padding: 5px 32px; + border-radius: var(--bb-button-radius); +} +.tutor-form-select-with-icon select:focus, .tutor-form-select-with-icon select:active { + background-color: transparent; +} +.tutor-form-select-with-icon > i { + font-size: 18px; +} +.tutor-form-select-with-icon > i:before { + font-weight: 400; +} + +.tutor-btn [class^="tutor-icon-"], +.tutor-btn [class*=" tutor-icon-"] { + font-size: 18px; +} + +.tutor-course-content-list-item { + border-radius: var(--bb-block-radius-inner); +} +.tutor-course-content-list-item:hover { + background-color: var(--bb-content-alternate-background-color); +} + +.tutor-tag-list li a { + border-radius: var(--bb-button-radius); +} + +.tutor-color-success { + color: var(--tutor-color-success); +} + +.tutor-color-danger { + color: var(--tutor-color-danger); +} + +.tutor-color-warning { + color: var(--tutor-color-warning); +} + +.tutor-btn-danger { + background-color: var(--tutor-color-danger); +} + +.tutor-iconic-btn:hover, .tutor-iconic-btn:focus, .tutor-iconic-btn:active { + box-shadow: none; +} + +.tutor-course-details-page .tutor-course-details-tab .tutor-is-sticky { + z-index: 500; +} + +.tutor-border-top-light { + border-color: var(--tutor-border-color); +} + +.tutor-btn-link:after { + display: none; +} + +.tutor-nav-link { + color: var(--bb-body-text-color); +} + +/* stylelint-disable selector-not-notation */ +.tutor-nav:not(.tutor-nav-pills):not(.tutor-nav-tabs) { + /* stylelint-enable */ + border-bottom-color: var(--bb-content-border-color); +} +.tutor-nav:not(.tutor-nav-pills):not(.tutor-nav-tabs) .tutor-nav-link { + border-bottom-width: 1px; +} +.tutor-nav:not(.tutor-nav-pills):not(.tutor-nav-tabs) .tutor-nav-link .tutor-nav-more-icon { + font-size: 15px; + font-weight: 300; +} + +.tutor-option-field textarea, +.tutor-option-field input[type="text"], +.tutor-option-field input[type="number"], +.tutor-option-field input[type="password"], +.tutor-option-field input[type="pas.tutor-dashboard-content-innersword"], +.tutor-form-group textarea, +.tutor-form-group input[type="text"], +.tutor-form-group input[type="number"], +.tutor-form-group input[type="password"], +.tutor-form-group input[type="pas.tutor-dashboard-content-innersword"] { + color: var(--tutor-body-color); + background-color: var(--bb-content-background-color); + border-color: var(--tutor-border-color); + border-radius: var(--bb-input-radius); +} + +.tutor-widget-title { + font-size: 18px; + color: var(--bb-headings-color); + font-weight: 600; +} + +.tutor-widget .tutor-list-item label { + font-size: 14px; + font-weight: 500; +} + +.tutor-user-public-profile .tutor-user-profile-content h3 { + font-size: 20px !important; + font-weight: 500; + color: var(--bb-headings-color); +} +.tutor-user-public-profile .tutor-user-profile-content h3.tutor-course-name { + margin: 0; +} +.tutor-user-public-profile .photo-area .cover-area { + border-radius: var(--bb-block-radius); +} +.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-pic { + border-radius: var(--bb-block-radius); +} +.tutor-user-public-profile .photo-area .pp-area .profile-pic { + border-width: 3px; + border-color: var(--bb-content-background-color); +} +.tutor-user-public-profile .photo-area .pp-area .profile-rating-media .tutor-rating-container .tutor-ratings-stars [class*="tutor-icon-"] { + font-size: 18px; +} +.tutor-user-public-profile .photo-area .pp-area .profile-rating-media .tutor-rating-container .rating-digits { + margin: 0 5px; +} +.tutor-user-public-profile .photo-area .pp-area .profile-rating-media .tutor-rating-container .rating-total-meta { + line-height: inherit; + color: var(--bb-alternate-text-color); +} + +/* Instructor List */ +.tutor-instructors aside div:first-of-type [class^="tutor-icon-"] { + color: var(--bb-alternate-text-color); +} +.tutor-instructors aside div:first-of-type [class^="tutor-icon-"] + span { + font-size: 14px; + font-weight: 500; + color: var(--bb-headings-color); +} + +.tutor-instructor-list-item .tutor-instructor-cover-photo { + border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; +} + +/* Accordion */ +.tutor-accordion-item { + border-radius: var(--bb-block-radius-inner); + border-color: var(--tutor-border-color); +} + +.tutor-accordion-item-header:not(.is-active) { + background-color: var(--bb-content-background-color); + border-radius: var(--bb-block-radius-inner); +} + +.tutor-accordion-item-header { + font-size: 16px; +} +.tutor-accordion-item-header.is-active { + color: var(--bb-headings-color); + border-radius: var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0; + background-color: var(--bb-content-alternate-background-color); +} +.tutor-accordion-item-header.is-active:after { + -webkit-transform: translateY(-50%) rotate(0deg); + -ms-transform: translateY(-50%) rotate(0deg); + transform: translateY(-50%) rotate(0deg); + color: var(--tutor-color-primary); +} +.tutor-accordion-item-header:after { + font-family: bb-icons !important; + content: "\e826"; + font-size: 24px; + -webkit-transform: translateY(-50%) rotate(90deg); + -ms-transform: translateY(-50%) rotate(90deg); + transform: translateY(-50%) rotate(90deg); + color: var(--tutor-body-color); +} + +.tutor-accordion-item-body > .tutor-course-topic-item > a > .tutor-mr-32 { + margin-left: 10px; +} +.tutor-accordion-item-body .tutor-course-content-list { + padding: 5px 15px; +} +.tutor-accordion-item-body .tutor-course-content-list .tutor-course-content-list-item { + border-radius: var(--bb-block-radius-inner); +} +.tutor-accordion-item-body .tutor-course-content-list-item [class^="tutor-icon-"], +.tutor-accordion-item-body .tutor-course-content-list-item [class*=" tutor-icon-"] { + font-size: 20px; + color: var(--bb-alternate-text-color); +} +.tutor-accordion-item-body .tutor-course-content-list-item-title { + font-size: 14px; +} +.tutor-accordion-item-body .tutor-course-content-list-item-title .tutor-zoom-label { + color: var(--bb-content-background-color); + font-size: 11px; + font-weight: 700; + background-color: var(--tutor-color-warning); + line-height: 1; + padding: 3px 8px; + border: 0; + border-radius: 50px; + letter-spacing: 0.25px; + white-space: nowrap; +} +.tutor-accordion-item-body .tutor-course-content-list-item-title .tutor-zoom-label.tutor-zoom-live-label { + background: var(--tutor-color-danger); +} + +.tutor-accordion-item-body-content { + border-top: 0; +} + +.tutor-course-content-list-item { + padding: 12px 10px; +} +.tutor-course-content-list-item:last-child { + border-bottom-right-radius: var(--bb-block-radius); + border-bottom-left-radius: var(--bb-block-radius); +} + +/* Card */ +.tutor-card { + color: var(--bb-headings-color); + background-color: var(--bb-content-background-color); + border-color: var(--tutor-border-color); + border-radius: var(--bb-block-radius); +} +.tutor-card.tutor-course-card { + border-radius: var(--bb-block-radius-inner); +} +.tutor-card .tutor-color-secondary { + color: var(--tutor-body-color); +} +.tutor-card .tutor-round-box { + width: auto; + height: auto; + padding: 10px; +} +.tutor-card .tutor-round-box > i { + font-size: 40px; +} + +.tutor-card-list-item:last-child { + border-bottom-right-radius: var(--bb-block-radius); + border-bottom-left-radius: var(--bb-block-radius); +} + +.tutor-card-header { + border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; +} + +.tutor-card-footer { + border-radius: 0 0 var(--bb-block-radius) var(--bb-block-radius); +} + +.tutor-course-attachment.tutor-card { + background-color: var(--bb-content-alternate-background-color); + border: 0; +} +.tutor-course-attachment.tutor-card .tutor-iconic-btn { + font-size: 24px; +} +.tutor-course-attachment.tutor-card .tutor-iconic-btn-secondary:hover, +.tutor-course-attachment.tutor-card .tutor-iconic-btn-secondary:focus, +.tutor-course-attachment.tutor-card .tutor-iconic-btn-secondary:active { + background-color: var(--bb-content-background-color); + color: var(--bb-headings-color); +} + +/* Remove TutorLMS avatars */ +.bb-tutorlms-avatars .tutor-avatar, +.bb-tutorlms-avatars .tutor-qna-user img, +.bb-tutorlms-avatars .analytics-student-details .profile-pic, +.bb-tutorlms-avatars .tutor-conversation .comment-avatar img { + display: none; +} +.bb-tutorlms-avatars .analytics-student-details.tutor-user-public-profile .photo-area .pp-area .profile-pic { + display: none; +} +.bb-tutorlms-avatars .bb-tutor-avatar { + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} +.bb-tutorlms-avatars .bb-tutor-avatar img { + display: inherit; +} +.bb-tutorlms-avatars .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-box { + grid-template-columns: 0 auto; +} +.bb-tutorlms-avatars .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list { + grid-template-columns: 0 auto; +} +.bb-tutorlms-avatars .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-textarea:before, +.bb-tutorlms-avatars .tutor-course-spotlight-wrapper .tutor-conversation .tutor-actual-comment:before, +.bb-tutorlms-avatars .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list.tutor-parent-comment .tutor-comment-line, +.bb-tutorlms-avatars .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list.tutor-parent-comment .tutor-child-comment:after, +.bb-tutorlms-avatars .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list.tutor-parent-comment .tutor-child-comment:before { + display: none; +} +.bb-tutorlms-avatars .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-textarea:after, +.bb-tutorlms-avatars .tutor-course-spotlight-wrapper .tutor-conversation .tutor-actual-comment:after { + display: none; +} + +/* Nav Tabs */ +.tutor-nav-tabs-container { + background-color: var(--bb-content-background-color); +} + +.tutor-nav-tabs { + background-color: var(--bb-content-alternate-background-color); + border-bottom-color: var(--tutor-border-color); + border-top-right-radius: var(--bb-block-radius-inner); + border-top-left-radius: var(--bb-block-radius-inner); +} +.tutor-nav-tabs .tutor-nav-item:first-child .tutor-nav-link { + border-top-right-radius: var(--bb-block-radius-inner); +} + +/* Form Controls */ +.tutor-form-control { + color: var(--tutor-body-color); + background-color: var(--bb-content-background-color); + border-color: var(--tutor-border-color); + border-radius: var(--bb-input-radius); +} + +.tutor-form-label { + color: var(--bb-headings-color); + font-size: 16px; +} + +.tutor-form-icon .tutor-icon-search { + font-size: 20px; +} +.tutor-form-icon .tutor-icon-calender-line { + font-size: 20px; +} + +.tutor-icon-search.tutor-form-icon + input[type="search"] { + background-image: none; +} + +.tutor-form-toggle input[type="checkbox"] { + display: none; +} + +.tutor-form-select-option.noItem { + padding: 8px 19px; + font-size: 14px; +} + +/* Modal */ +.tutor-modal-content { + border-radius: var(--bb-block-radius); + background-color: var(--bb-content-background-color); +} +.tutor-modal-content .tutor-modal-close-o [class*="tutor-icon-"] { + font-size: 24px; +} +.tutor-modal-content .tutor-modal-close-o [class*="tutor-icon-"]:before { + font-weight: 300; +} +.tutor-modal-content .tutor-social-share-wrap button span { + top: initial; +} + +.tutor-modal-header { + background-color: var(--bb-content-background-color); + border-top-right-radius: var(--bb-block-radius); + border-top-left-radius: var(--bb-block-radius); +} + +.tutor-modal-title { + color: var(--bb-headings-color); +} + +.tutor-modal-footer { + border-bottom-left-radius: var(--bb-block-radius); + border-bottom-right-radius: var(--bb-block-radius); + background-color: var(--bb-content-alternate-background-color); +} + +/* Dropdown */ +.tutor-dropdown { + background-color: var(--bb-content-background-color); + border-radius: var(--bb-block-radius-inner); + border-width: 0; + border-color: var(--bb-content-border-color); + box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.05), 0 6px 32px 0 rgba(18, 43, 70, 0.1); + min-width: 187px; + z-index: 500; +} +.tutor-dropdown .tutor-dropdown-item { + color: var(--tutor-body-color); +} +.tutor-dropdown .tutor-dropdown-item:hover { + background-color: var(--bb-content-alternate-background-color); + color: var(--tutor-body-color); +} +.tutor-dropdown .tutor-dropdown-item:hover > span { + color: var(--tutor-color-primary); +} +.tutor-dropdown [class^="tutor-icon-"], +.tutor-dropdown [class*=" tutor-icon-"] { + font-size: 20px; +} +.tutor-dropdown .tutor-icon-trash-can-bold:before { + font-weight: 400; +} +.tutor-course-details-tab .tutor-nav:not(.tutor-nav-pills, .tutor-nav-tabs) .tutor-dropdown.tutor-nav-more-list .tutor-nav-item:not(:last-child) { + margin-left: 0; +} + +.tutor-dropdown-item { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + font-size: 13px; + font-weight: 400; +} + +/* Tooltip */ +.tooltip-wrap .tooltip-txt { + background-color: var(--bb-tooltip-background); + color: var(--bb-tooltip-color); + border-radius: 4px; + font-weight: 500; +} +.tooltip-wrap .tooltip-right::after { + border-left-color: var(--bb-tooltip-background); +} +.tooltip-wrap .tooltip-left::after { + border-right-color: var(--bb-tooltip-background); +} +.tooltip-wrap .tooltip-bottom::after { + border-bottom-color: var(--bb-tooltip-background); +} +.tooltip-wrap .tooltip-top::after { + border-top-color: var(--bb-tooltip-background); +} + +/* Badge */ +.tutor-badge-label { + font-size: 11px; + font-weight: 700; + line-height: 1; + padding: 5px 11px; + border: 0; + letter-spacing: 0.25px; + white-space: nowrap; +} +.tutor-badge-label.label-danger { + background-color: rgba(var(--tutor-color-danger-rgb), 0.2); + color: var(--tutor-color-danger); +} +.tutor-badge-label.label-success { + background-color: rgba(var(--tutor-color-success-rgb), 0.2); + color: var(--tutor-color-success); +} +.tutor-badge-label.label-warning { + background-color: rgba(var(--tutor-color-warning-rgb), 0.2); + color: var(--tutor-color-warning); +} +.tutor-badge-label.label-primary { + background-color: rgba(var(--tutor-color-primary-rgb), 0.2); + color: var(--tutor-color-primary); +} + +/* Course Filters */ +.tutor-course-filter .tutor-course-filter-form { + margin-bottom: 0; +} +.tutor-course-filter .tutor-course-filter-form > div > .tutor-iconic-btn { + font-size: 22px; +} +.tutor-course-filter .tutor-widget + .tutor-widget { + margin-top: 32px; +} +.tutor-course-filter .tutor-widget-title { + color: var(--bb-headings-color); + font-size: 18px; + font-weight: 600; + margin-bottom: 15px; +} +.tutor-course-filter .tutor-widget-content .tutor-list-item label { + color: var(--bb-body-text-color); + font-size: 14px; + font-weight: 500; +} +.tutor-course-filter .tutor-widget-content .tutor-list-item label input[type="checkbox"] { + background-color: var(--bb-content-background-color); + margin-left: 8px; + height: 18px; + width: 18px; +} +.tutor-course-filter .tutor-widget-content .tutor-list-item label input[type="checkbox"]:checked { + background-color: var(--tutor-color-primary); +} +.tutor-course-filter .tutor-widget-content .tutor-list-item:not(:last-child) { + margin-bottom: 12px; +} +@media screen and (min-width: 992px) { + .tutor-course-filter-container .tutor-course-filter { + padding: 20px; + background-color: var(--bb-content-background-color); + border: 1px solid var(--tutor-border-color); + border-radius: var(--bb-block-radius); + } +} + +.tutor-courses-wrap .tutor-icon-slider-vertical { + font-size: 28px; + font-weight: 300; +} + +/* Bundle Course listing */ +.tutor-bundle-courses-wrapper .tutor-bundle-course-list-wrapper { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + background-color: var(--bb-content-background-color); + border: 1px solid var(--tutor-border-color); + border-radius: var(--bb-block-radius-inner); +} +.tutor-bundle-courses-wrapper .tutor-bundle-course-list-wrapper .tutor-bundle-feature-image img { + border-radius: var(--bb-block-radius-inner); +} +.tutor-bundle-courses-wrapper .tutor-bundle-course-list-wrapper .tutor-bundle-course-list-desc .tutor-bundle-course-title { + margin-bottom: 0; +} +.tutor-bundle-courses-wrapper .tutor-bundle-course-list-wrapper .tutor-bundle-course-list-desc p { + font-size: 14px; + margin-bottom: 0; +} +.tutor-bundle-courses-wrapper .tutor-bundle-course-list-wrapper .tutor-bundle-course-list-desc p .tutor-color-muted { + color: var(--bb-body-text-color); +} +.tutor-bundle-courses-wrapper .tutor-bundle-course-list-wrapper .tutor-bundle-course-list-desc p a { + color: var(--bb-headings-color); +} +.tutor-bundle-courses-wrapper .tutor-bundle-course-list-wrapper .tutor-bundle-course-list-desc p a:hover { + color: var(--tutor-color-primary); +} + +/* Tutor Certificate */ +.tutor-download-certificate .tutor-dc-title { + padding-bottom: 20px; +} +.tutor-download-certificate .tutor-dc-course-title { + color: var(--bb-headings-color); + font-size: 24px; + font-weight: 600; +} +.tutor-download-certificate .tutor-certificate-demo { + padding-bottom: 30px; +} +.tutor-download-certificate .tutor-certificate-demo .tutor-dc-demo-img img { + border-radius: var(--bb-block-radius); +} +.tutor-download-certificate .tutor-dc-certificate-details .tutor-color-secondary { + color: var(--bb-body-text-color); +} +.tutor-download-certificate .tutor-dc-certificate-details .tutor-color-black { + color: var(--bb-headings-color); + font-weight: 600; +} +.tutor-download-certificate .tutor-dc-button-group button { + background-color: var(--bb-general-content-background-color); + border-color: var(--tutor-border-color); + border-radius: var(--bb-block-radius-inner); +} +.tutor-download-certificate .tutor-dc-button-group button [class*="tutor-icon-"] { + color: var(--bb-headings-color); +} +.tutor-download-certificate .tutor-dc-button-group button [class*="tutor-icon-"].tutor-icon-print:before { + content: "\ee7f"; +} +@media screen and (max-width: 800px) { + .tutor-download-certificate .tutor-dc-course-title { + font-size: 20px; + } +} + +/* Media modal */ +.media-modal.wp-core-ui .media-modal-close { + background-color: transparent; + border-color: transparent; + box-shadow: none; +} +.media-modal.wp-core-ui .media-frame-tab-panel .media-menu-item { + color: #1d2327; + border-radius: 0; +} +.media-modal.wp-core-ui .media-toolbar #media-attachment-date-filters { + padding-left: 24px; + height: auto; + width: 200px; +} +.media-modal.wp-core-ui .media-toolbar-primary.search-form #media-search-input { + background-image: none; + height: auto; +} +.media-modal.wp-core-ui .attachment-details .setting input { + height: auto; +} +.media-modal.wp-core-ui .attachment-details .attachment-details-copy-link { + height: auto; + margin-bottom: 10px; +} +@media screen and (max-width: 544px) { + .media-modal.wp-core-ui .media-modal-content .media-frame-title { + padding: 0 0 0 15px; + } + .media-modal.wp-core-ui .media-modal-content .media-frame-title h1 { + font-size: 14px; + line-height: 44px; + text-align: right; + white-space: nowrap; + } +} + +/* Profile Course Listing */ +.bbp-user-page.courses .tutor-courses-wrap .tutor-course-list { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; +} +.bbp-user-page.courses .tutor-courses-wrap .tutor-course-list .tutor-card.tutor-course-card { + -webkit-box-flex: 1; + -ms-flex: 1 1 0; + flex: 1 1 0; + min-width: 260px; + max-width: 260px; + height: auto; +} + +/* Become Instructor */ +.tutor-instructor-apply-button .tutor-bg-primary { + background-color: var(--bb-primary-button-background-regular); + color: var(--bb-primary-button-text-regular); + border: 1px solid var(--bb-primary-button-border-regular); + -webkit-transition: all linear 0.2s; + transition: all linear 0.2s; +} +.tutor-instructor-apply-button .tutor-bg-primary:focus { + box-shadow: var(--bb-primary-button-focus-shadow); +} +.tutor-instructor-apply-button .tutor-bg-primary:hover, .tutor-instructor-apply-button .tutor-bg-primary:focus, .tutor-instructor-apply-button .tutor-bg-primary: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); +} + +/* Tutor Zoom */ +.tutor-zoom-meeting-content { + background-color: var(--bb-body-background-color); + border-color: transparent; +} +.tutor-zoom-meeting-content .meeting-details div p { + color: var(--bb-headings-color); +} + +@media screen and (max-width: 800px) { + .tutor-course-single-content-wrapper .tutor-zoom-meeting-content, + .tutor-course-single-content-wrapper .tutor-google-meeting-content { + padding: 20px; + } +} +@media screen and (max-width: 544px) { + .tutor-zoom-join-button-wrap { + -ms-flex-flow: column; + flex-flow: column; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + gap: 15px; + } + + .tutor-zoom-meeting-content .meeting-details div { + -ms-flex-flow: column; + flex-flow: column; + } + + .tutor_lesson_modal_form .tutor-thumbnail-uploader .thumbnail-wrapper { + -ms-flex-wrap: wrap; + flex-wrap: wrap; + gap: 15px; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + } + .tutor_lesson_modal_form .tutor-thumbnail-uploader .thumbnail-wrapper .thumbnail-preview { + width: 100%; + margin-left: 0; + } +} +/* TutorLMS with WooCommerce monetization option header mini cart fix */ +.tutor-lms .header-mini-cart ul.cart_list li.mini_cart_item { + font-size: 14px; + font-weight: 500; + color: var(--bb-headings-color); +} +.tutor-lms .header-mini-cart ul.cart_list li.mini_cart_item > a { + font-weight: 400; +} +.tutor-lms .header-mini-cart ul.cart_list li.mini_cart_item > .quantity { + margin-right: auto; + font-weight: 400; +} + +body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head { + height: 0; +} +body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { + display: none; +} +body.bb-sfwd-aside .site-header .container { + max-width: 100%; + margin-left: 0; +} +body.bb-sfwd-aside .site-content .container { + max-width: 100%; + padding-right: 0; + padding-left: 0; +} +body.bb-sfwd-aside.bb-buddypanel:not(.buddypanel-open) .buddypanel .bb-toggle-panel { + visibility: hidden; + opacity: 0; +} +body.bb-sfwd-aside.bb-buddypanel .site-header .bb-toggle-panel { + display: inherit; + margin-right: -18px; +} +body.bb-sfwd-aside.bb-buddypanel.buddypanel-open:not(.buddypanel-header) .site-header .bb-toggle-panel { + visibility: hidden; + opacity: 0; +} +body.bb-sfwd-aside.bb-buddypanel.bb-buddypanel-right .site-header .site-header-container > .bb-toggle-panel { + display: none; +} +body.bb-sfwd-aside.bb-buddypanel.bb-buddypanel-right .site-header .bb-toggle-panel { + margin-right: 10px; + margin-left: -18px; +} + +@media (min-width: 800px) { + .tutor-screen-course-builder-frontend.bb-buddypanel:not(.register) .site, .tutor-screen-course-builder-frontend.bb-buddypanel:not(.activate) .site { + margin-right: 0; + } +} + +body.admin-bar .tutor-dashboard-builder-header { + top: 0 !important; +} + +.tutor-lms .tutor-course-single-content-wrapper { + background-color: var(--bb-content-background-color); + -webkit-box-flex: 1; + -ms-flex: 1 1 100%; + flex: 1 1 100%; + -webkit-transition: padding 0.2s; + transition: padding 0.2s; +} +.tutor-lms .tutor-course-single-content-wrapper > * { + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; + min-width: 1px; + list-style: none; +} +@media screen and (min-width: 1200px) { + .tutor-lms .tutor-course-single-content-wrapper { + padding-right: 370px; + padding-left: 0; + } + .tutor-lms .tutor-course-single-content-wrapper.tutor-course-single-sidebar-hidden { + padding-right: 0; + } +} + +.tutor-lms .tutor-wrap { + padding-top: 1.875rem; + padding-bottom: 2.1875rem; +} + +.tutor-lms .header-aside .course-toggle-view { + display: none; +} + +body:not(.logged-in) .header-aside-inner #bb-toggle-theme { + display: none; +} + +#bb-toggle-theme { + -webkit-tap-highlight-color: transparent; +} + +.bb-sfwd-aside.sticky-header .site-header.has-scrolled { + box-shadow: 0 1px 0 0 rgba(139, 141, 157, 0.05), 0 0 1px 0 rgba(65, 71, 108, 0.15); +} +.bb-sfwd-aside .header-aside { + margin-right: auto; +} + +@media screen and (min-width: 1200px) { + #tutor-single-entry-content { + background-color: var(--bb-content-background-color); + position: relative; + 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: -webkit-calc(100vh - 76px); + min-height: calc(100vh - 76px); + margin-right: auto; + margin-left: auto; + } + + .lms-side-panel-close.tutor-lms .tutor-course-single-content-wrapper { + padding-right: 0 !important; + } +} +@media screen and (max-width: 1200px) { + #tutor-single-entry-content { + margin: 0 -10px; + } +} +@media screen and (min-width: 800px) { + .sfwd-single-sidebar-right:not(.post-type-archive-courses).single .site-content-grid > .bb-grid { + -ms-flex-flow: row-reverse; + flex-flow: row-reverse; + } + + .single-tutor_zoom_meeting.bb-buddypanel .site-content, + .single-tutor-google-meet.bb-buddypanel .site-content, + .single-tutor_quiz.bb-buddypanel .site-content, + .single-tutor_assignments.bb-buddypanel .site-content, + .single-lesson.bb-buddypanel .site-content { + padding: 0 10px; + } +} +@media screen and (min-width: 1200px) { + .tutor-course-single-sidebar-wrapper { + padding: 0; + font-size: 15px; + position: fixed; + right: 0; + -webkit-transition: right 0.2s ease, left 0.2s ease; + transition: right 0.2s ease, left 0.2s ease; + width: 370px; + height: 100%; + max-height: -webkit-calc(100% - 80px); + max-height: calc(100% - 80px); + overflow: auto; + z-index: 111; + } +} +@media screen and (min-width: 1200px) and (min-width: 800px) { + .bb-buddypanel-left.buddypanel-open .tutor-course-single-sidebar-wrapper { + right: 230px; + } +} + +@media screen and (min-width: 1200px) { + .bb-buddypanel-left.buddypanel-open .tutor-course-single-content-wrapper.lms-topic-sidebar-close .tutor-course-single-sidebar-wrapper { + right: -370px; + } + + .tutor-course-single-content-wrapper.lms-topic-sidebar-close .tutor-course-single-sidebar-wrapper { + right: inherit; + left: -370px; + } +} +@media screen and (min-width: 1200px) { + .bb-buddypanel-left .tutor-course-single-sidebar-wrapper.lms-topic-sidebar-close { + right: -370px; + } + + .sfwd-single-sidebar-right .tutor-course-single-sidebar-wrapper.lms-topic-sidebar-close, + .bb-buddypanel-right:not(.buddypanel-open).sfwd-single-sidebar-right .tutor-course-single-sidebar-wrapper.lms-topic-sidebar-close, + .bb-buddypanel-right.buddypanel-open.sfwd-single-sidebar-right .tutor-course-single-sidebar-wrapper.lms-topic-sidebar-close, + .bb-buddypanel-left:not(.buddypanel-open).sfwd-single-sidebar-right .tutor-course-single-sidebar-wrapper.lms-topic-sidebar-close, + .bb-buddypanel-left.buddypanel-open.sfwd-single-sidebar-right .tutor-course-single-sidebar-wrapper.lms-topic-sidebar-close { + right: inherit; + left: -370px; + } +} +.header-minimize-link { + display: none; +} + +.lms-side-panel-close .header-maximize-link { + display: none; +} +.lms-side-panel-close .header-minimize-link { + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} + +/* stylelint-disable max-line-length */ +.tutor-toggle-more-collapsed:before { + background: -webkit-linear-gradient(-270deg, rgba(255, 255, 255, 0.0001) 1.31%, rgba(255, 255, 255, 0.721) 15.41%, var(--bb-body-background-color) 100%); + background: linear-gradient(-180deg, rgba(255, 255, 255, 0.0001) 1.31%, rgba(255, 255, 255, 0.721) 15.41%, var(--bb-body-background-color) 100%); +} + +/* stylelint-enable */ +body.single-courses .site { + overflow: visible; +} + +body.single-courses .tutor-single-course-sidebar.tutor-sidebar-sticky { + top: -webkit-calc(var(--bb-header-height) + 30px); + top: calc(var(--bb-header-height) + 30px); + overflow-y: auto !important; +} +body.single-courses.admin-bar .tutor-single-course-sidebar.tutor-sidebar-sticky { + top: -webkit-calc(var(--bb-header-height) + 60px); + top: calc(var(--bb-header-height) + 60px); +} + +.tutor-course-details-header .tutor-course-details-title { + font-size: 30px; + line-height: 38px; +} +.tutor-course-details-header .tutor-course-details-top .tutor-meta > * { + color: var(--tutor-body-color); +} +.tutor-course-details-header .tutor-course-details-top .tutor-meta a { + color: var(--bb-headings-color); +} +.tutor-course-details-header .tutor-course-wishlist-btn .tutor-icon-bookmark-bold { + font-weight: 300; +} + +.tutor-course-certificate-tabs.tutor-nav > li > a { + background-color: var(--bb-secondary-button-background-regular); + color: var(--bb-secondary-button-text-regular); + border: 1px solid var(--bb-secondary-button-border-regular); +} +.tutor-course-certificate-tabs.tutor-nav > li > a:focus { + box-shadow: var(--bb-secondary-button-focus-shadow); +} +.tutor-course-certificate-tabs.tutor-nav > li > a.is-active { + box-shadow: none; + background-color: var(--bb-primary-button-background-hover); + color: var(--bb-primary-button-text-hover); + border-color: var(--bb-primary-button-border-hover); +} + +.tutor-single-course-sidebar .tutor-sidebar-card .tutor-card-body { + border-top-right-radius: var(--bb-block-radius); + border-top-left-radius: var(--bb-block-radius); + background-color: var(--bb-content-background-color); +} +.tutor-single-course-sidebar .tutor-add-to-cart-button .tutor-icon-cart-filled { + display: none; +} + +.tutor-sidebar-card .tutor-card-footer .tutor-ul { + color: var(--bb-headings-color); +} +.tutor-sidebar-card .tutor-card-footer .tutor-ul [class^="tutor-icon-"], +.tutor-sidebar-card .tutor-card-footer .tutor-ul [class*=" tutor-icon-"] { + font-size: 24px; +} +.tutor-sidebar-card .tutor-card-footer .tutor-ul li { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.tutor-sidebar-card .tutor-card-footer .tutor-ul .tutor-fs-6 { + font-size: 14px; +} +.tutor-sidebar-card .tutor-card-body .tutor-alert .tutor-alert-text { + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start; +} +.tutor-sidebar-card .tutor-card-body > form { + margin-bottom: 0; +} + +.tutor-course-details-actions [class^="tutor-icon-"], +.tutor-course-details-actions [class*=" tutor-icon-"] { + font-size: 20px; +} +.tutor-course-details-actions a { + color: var(--tutor-body-color); + font-size: 14px; +} + +.tutor-course-sidebar-card-pricing .tutor-fs-4 { + font-size: 30px; + line-height: 38px; +} +.tutor-course-sidebar-card-pricing .tutor-fs-7 { + font-size: 16px; + color: var(--tutor-body-color); +} + +.tutor-single-course-sidebar-more > div:first-child { + border-top-right-radius: var(--bb-block-radius); + border-top-left-radius: var(--bb-block-radius); +} +.tutor-single-course-sidebar-more > div:last-child { + border-bottom-right-radius: var(--bb-block-radius); + border-bottom-left-radius: var(--bb-block-radius); +} +.tutor-single-course-sidebar-more .tutor-course-details-instructors > h3 { + color: var(--bb-alternate-text-color); + font-size: 14px; +} +.tutor-single-course-sidebar-more .tutor-course-details-instructors .tutor-mr-16 { + margin-left: 8px; +} +.tutor-single-course-sidebar-more .tutor-course-details-instructors > .tutor-mb-24 { + margin-bottom: 10px; +} +.tutor-single-course-sidebar-more .tutor-course-details-instructors .tutor-avatar { + width: 40px; + height: 40px; +} +.tutor-single-course-sidebar-more .tutor-icon-bullet-point:before { + font-weight: 300; +} + +.tutor-course-details-widget-title { + font-size: 18px; + font-weight: 600; +} + +.tutor-course-details-widget { + margin-bottom: 32px; +} +.tutor-course-details-widget ul li .tutor-icon-bullet-point { + margin-top: 4px; +} + +.tutor-course-details-widget-tags { + margin-right: -8px; +} +.tutor-course-details-widget-tags .tutor-tag-list li a { + font-size: 14px; + padding: 5px 11px; + background-color: var(--bb-content-alternate-background-color); + border-radius: var(--bb-button-radius); + border: 0; + margin-right: 8px; + margin-bottom: 8px; +} +.tutor-course-details-widget-tags .tutor-tag-list li a:hover { + background-color: var(--tutor-color-primary); + color: var(--bb-content-alternate-background-color); +} + +.tutor-gradebook-finalgrade { + background-color: var(--bb-content-alternate-background-color); + border-radius: var(--bb-block-radius); + border-color: var(--bb-content-border-color); +} + +body.tutor-screen-course-builder #tutor-metabox-course-settings-tabs .course-settings-tabs-container .settings-tabs-navs-wrap ul.settings-tabs-navs li a i { + font-weight: 400; +} + +.tutor-single-course-sidebar > .tutor-single-course-sidebar-more { + background-color: var(--bb-content-background-color); + border-color: var(--tutor-border-color); + border-radius: var(--bb-block-radius); +} +.tutor-single-course-sidebar > .tutor-single-course-sidebar-more > div { + background-color: var(--bb-content-background-color); +} + +.tutor-pro-course-bundle-builder-wrapper .tutor-bundle-course-delete .tutor-remove-bundle-course .tutor-icon-times { + font-weight: 400; + font-size: 18px; +} + +.tutor-course-details-page .tutor-video-player, +.tutor-course-details-page .tutor-course-thumbnail { + border-radius: var(--bb-block-radius); + overflow: hidden; +} +.tutor-course-details-page .tutor-course-details-tab .tutor-tab .tutor-tab-item { + min-height: 280px; +} + +.tutor-time-countdown.tutor-countdown-lg div { + border-color: var(--bb-content-border-color); + border-radius: var(--bb-block-radius-inner); +} +.tutor-time-countdown.tutor-countdown-lg div h3 { + margin: 0; + color: var(--bb-headings-color); +} + +@media screen and (max-width: 800px) { + .tutor-time-countdown.tutor-countdown-lg div, + .tutor-zoom-meeting-countdown div { + width: -webkit-calc(25% - 15px); + width: calc(25% - 15px); + margin-right: 15px; + } + + .tutor-course-details-header .tutor-course-details-title { + font-size: 25px; + } +} +@media screen and (max-width: 544px) { + .tutor-time-countdown.tutor-countdown-lg div, + .tutor-zoom-meeting-countdown div { + height: 100px; + } + .tutor-time-countdown.tutor-countdown-lg div h3, + .tutor-zoom-meeting-countdown div h3 { + font-size: 45px; + line-height: 45px; + } +} +.tutor-course-lessons.tutor-zoom-meeting-session { + background-color: var(--bb-content-background-color); + border-top: 0; + padding: 20px 20px 16px; +} +.tutor-course-lessons.tutor-zoom-meeting-session .session-link { + border-top: 1px solid var(--bb-content-border-color); + margin-right: -20px; + margin-left: -20px; + padding: 16px 20px 0; +} +.tutor-course-lessons.tutor-zoom-meeting-session .session-link a { + padding: 10px 24px; + margin-right: 10px; +} +@media screen and (max-width: 544px) { + .tutor-course-lessons.tutor-zoom-meeting-session .session-link { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + } + .tutor-course-lessons.tutor-zoom-meeting-session .session-link .tutor-btn { + margin: 10px 0 0; + } +} +.tutor-course-lessons.tutor-zoom-meeting-session .tutor-zoom-meeting-countdown { + margin-bottom: 20px; +} + +.tutor-google-meet-meeting .tutor-course-lessons .tutor-time-countdown { + margin: 20px -5px 20px 20px; + padding: 0; +} +.tutor-google-meet-meeting .tutor-course-lessons div.tutor-d-flex p { + margin-bottom: 0; +} +.tutor-google-meet-meeting .tutor-course-lessons div.tutor-d-flex.tutor-p-32 { + padding: 16px 20px; +} +.tutor-google-meet-meeting .tutor-course-lessons div.tutor-d-flex.tutor-p-32 .tutor-btn { + padding: 10px 24px; + margin-right: 10px; +} +@media screen and (max-width: 544px) { + .tutor-google-meet-meeting .tutor-course-lessons div.tutor-d-flex.tutor-p-32 { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + } + .tutor-google-meet-meeting .tutor-course-lessons div.tutor-d-flex.tutor-p-32 .tutor-btn { + margin: 10px 0 0; + } +} +.tutor-google-meet-meeting.tutor-active .tutor-icon-angle-right { + color: var(--tutor-color-primary); +} + +.tutor-zoom-meeting-countdown div { + border-color: var(--bb-content-border-color); + border-radius: var(--bb-block-radius-inner); +} +.tutor-zoom-meeting-countdown div h3 { + margin: 0; + color: var(--bb-headings-color); +} + +.tutor-course-topics-contents .tutor-course-topic { + border-color: var(--bb-content-border-color); + border-radius: var(--bb-block-radius-inner); +} + +.tutor-course-topic.tutor-active .tutor-course-title { + background-color: var(--bb-content-alternate-background-color); + border-bottom: 0; +} +.tutor-course-topic.tutor-zoom-meeting .tutor-course-title { + padding: 20px; +} +.tutor-course-topic .tutor-course-title { + padding: 20px; +} +.tutor-course-topic .tutor-course-title h3 { + font-size: 24px; + line-height: 32px; + margin-bottom: 0; +} +.tutor-course-topic .tutor-course-title p { + font-size: 14px; + line-height: 1.5; + margin-bottom: 0; +} +.tutor-course-topic .tutor-course-title p i { + font-size: 20px; +} +.tutor-course-topic .tutor-course-title > div > i { + font-size: 24px; + -webkit-transition: all 200ms; + transition: all 200ms; + color: var(--tutor-body-color); +} +.tutor-course-topic.tutor-zoom-meeting .tutor-zoom-meeting-detail div p { + margin: 0; +} +.tutor-course-topic.tutor-zoom-meeting .tutor-icon-angle-right { + -webkit-transform: rotate(0deg); + -ms-transform: rotate(0deg); + transform: rotate(0deg); + color: var(--tutor-body-color); +} +.tutor-course-topic.tutor-zoom-meeting.tutor-active .tutor-icon-angle-right { + -webkit-transform: rotate(-90deg); + -ms-transform: rotate(-90deg); + transform: rotate(-90deg); + color: var(--tutor-color-primary); +} + +.tutor-course-topics-header .tutor-segment-title { + color: var(--bb-headings-color); + font-weight: 600; +} + +.tutor-course-details-tab .tutor-nav:not(.tutor-nav-pills, .tutor-nav-tabs) { + border-bottom-color: transparent; + padding: 0 10px; +} +.tutor-course-details-tab .tutor-nav:not(.tutor-nav-pills, .tutor-nav-tabs) .tutor-nav-item:not(:last-child) { + margin-left: 30px; +} +.tutor-course-details-tab .tutor-nav:not(.tutor-nav-pills, .tutor-nav-tabs) .tutor-nav-link { + padding: 8px 0; + border-bottom-width: 2px; +} +.tutor-course-details-tab .tutor-nav:not(.tutor-nav-pills, .tutor-nav-tabs) .tutor-nav-link.is-active { + font-weight: 600; + border-bottom-color: var(--tutor-color-primary); +} +@media (min-width: 800px) { + .tutor-course-details-page .tutor-course-details-tab .tutor-is-sticky { + background: var(--bb-body-background-color); + } +} +.tutor-course-details-tab .tutor-announcement-card .tutor-card-header { + background-color: var(--bb-content-alternate-background-color); + border-bottom: 0; +} +.tutor-course-details-tab .tutor-announcement-card .tutor-card-header .tutor-meta { + margin-top: 10px; + gap: 6px; + color: var(--tutor-body-color); +} +.tutor-course-details-tab .tutor-announcement-card .tutor-card-header .tutor-meta .tutor-meta-value { + color: var(--bb-headings-color); +} +.tutor-course-details-tab .tutor-announcement-card .tutor-card-header .tutor-meta .avatar { + width: 24px; + height: 24px; +} +.tutor-course-details-tab .tutor-announcement-card .tutor-card-header .tutor-card-title { + font-size: 18px; +} +.tutor-course-details-tab .tutor-announcement-card .tutor-card-body div > p:last-of-type { + margin-bottom: 0; +} +.tutor-course-details-tab .tutor-course-details-widget .tutor-icon-bullet-point:before { + content: "\e876"; + font-size: 20px; +} +.tutor-course-details-tab .tutor-course-details-widget ul li .tutor-icon-bullet-point { + margin-top: 2px; + line-height: 1; +} + +.tutor-review-summary-average-rating { + color: var(--bb-headings-color); + margin: 0; +} + +.prerequisites-course-lists li:first-child { + border-radius: var(--bb-block-radius-inner); + border-color: var(--tutor-color-warning); + color: var(--tutor-color-warning); + background-color: rgba(var(--tutor-color-warning-rgb), 0.05); +} +.prerequisites-course-lists li .prerequisites-course-feature-image img { + border-radius: var(--bb-block-radius-inner); +} +.prerequisites-course-lists li a { + color: var(--bb-headings-color); + border-color: var(--bb-content-border-color); + border-radius: var(--bb-block-radius-inner); +} + +@media screen and (min-width: 800px) { + .tutor-course-details-page .tutor-course-details-tab .tutor-is-sticky { + top: -webkit-calc(var(--bb-header-height)); + top: calc(var(--bb-header-height)); + } + .admin-bar .tutor-course-details-page .tutor-course-details-tab .tutor-is-sticky { + top: -webkit-calc(var(--bb-header-height) + 32px); + top: calc(var(--bb-header-height) + 32px); + } +} +body:not(.bb-dark-theme) .sfwd-light-mode { + display: none; +} + +.bb-sfwd-aside.bb-dark-theme { + background: #121212; + color: #aaa; + /* stylelint-disable */ + /* stylelint-enable */ + /* Header statrs */ + /* Header Ends */ +} +.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-header .user-wrap a:hover, +.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-inner .mobile-menu a:hover { + color: #fff; +} +.bb-sfwd-aside.bb-dark-theme h1, +.bb-sfwd-aside.bb-dark-theme .h1, +.bb-sfwd-aside.bb-dark-theme h2, +.bb-sfwd-aside.bb-dark-theme .h2, +.bb-sfwd-aside.bb-dark-theme h3, +.bb-sfwd-aside.bb-dark-theme .h3, +.bb-sfwd-aside.bb-dark-theme h4, +.bb-sfwd-aside.bb-dark-theme .h4, +.bb-sfwd-aside.bb-dark-theme h5, +.bb-sfwd-aside.bb-dark-theme .h5, +.bb-sfwd-aside.bb-dark-theme h6, +.bb-sfwd-aside.bb-dark-theme .h6 { + color: #fff; +} +.bb-sfwd-aside.bb-dark-theme .sfwd-dark-mode { + display: none; +} +.bb-sfwd-aside.bb-dark-theme .site-header { + background: #232323; + box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05); +} +.bb-sfwd-aside.bb-dark-theme .site-header .bb-icon-close { + color: #121212; +} +.bb-sfwd-aside.bb-dark-theme.sticky-header .site-header { + box-shadow: 0 4px 1px -4px rgba(0, 0, 0, 0.22); +} +.bb-sfwd-aside.bb-dark-theme.sticky-header .site-header.has-scrolled { + box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05), 0 5px 10px 0 rgba(0, 0, 0, 0.15); +} +.bb-sfwd-aside.bb-dark-theme .site-header .header-aside-inner > a i { + color: #fff; +} +.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .bb-toggle-panel:hover { + background: rgba(255, 255, 255, 0.15); +} +.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu li:not(.current-menu-item) a, +.bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a, +.bb-sfwd-aside.bb-dark-theme .side-panel-menu a { + color: var(--bb-alternate-text-color); + background-color: transparent; +} +.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu li:not(.current-menu-item) a:hover, +.bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a:hover, +.bb-sfwd-aside.bb-dark-theme .side-panel-menu a:hover { + color: #fff; + background-color: transparent; +} +.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover > a { + color: #aaa; + background: rgba(255, 255, 255, 0.15); +} +.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover > a:hover { + color: #aaa; + background: rgba(255, 255, 255, 0.15); +} +.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu .current-menu-item > a, +.bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu .current-menu-item > a { + color: #fff; +} +.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu .current-menu-item > a:hover, +.bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu .current-menu-item > a:hover { + background-color: transparent; +} +.bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu li:not(.current-menu-item) a i:not(.bb-icon-angle-down) { + opacity: 1; + color: #fff; +} +.bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a { + color: #fff; + opacity: 1; +} +.bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a:hover { + color: #fff; +} +.bb-sfwd-aside.bb-dark-theme div.bb-lms-header, +.bb-sfwd-aside.bb-dark-theme .buddypanel, +.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-wrapper.left, +.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-wrapper.left .bb-mobile-panel-inner, +.bb-sfwd-aside.bb-dark-theme #tutor-single-entry-content, +.bb-sfwd-aside.bb-dark-theme .bb-footer, +.bb-sfwd-aside.bb-dark-theme .panel-head, +.bb-sfwd-aside.bb-dark-theme .buddypanel #site-logo, +.bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu a, +.bb-sfwd-aside.bb-dark-theme .tutor-course-topic-single-body, +.bb-sfwd-aside.bb-dark-theme .tutor-table tr td, +.bb-sfwd-aside.bb-dark-theme .tutor-zoom-meeting-content, +.bb-sfwd-aside.bb-dark-theme #tutor-single-entry-content .tutor-quiz-wrap .tutor-quiz-btn-group .tutor-btn-ghost.tutor-ml-auto, +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap, +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-start-quiz-wrapper, +.bb-sfwd-aside.bb-dark-theme #tutor-assignment-wrap .tutor-assignment-attachment #tutor-student-assignment-edit-file-preview .tutor-instructor-card, .bb-sfwd-aside.bb-dark-theme.tutor-lms .tutor-course-single-content-wrapper { + background: #121212; +} +.bb-sfwd-aside.bb-dark-theme .tutor-modal-content, +.bb-sfwd-aside.bb-dark-theme .tutor-table thead tr th, +.bb-sfwd-aside.bb-dark-theme .tutor-table tr:nth-child(even) td, +.bb-sfwd-aside.bb-dark-theme .tutor-course-attachment.tutor-card, +.bb-sfwd-aside.bb-dark-theme .tutor-spotlight-mobile-progress-complete, +.bb-sfwd-aside.bb-dark-theme #tutor-assignment-wrap .tutor-instructor-card, +.bb-sfwd-aside.bb-dark-theme .quiz-question-ans-choice .tutor-form-control, +.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrap .tutor-quiz-question-item .tutor-card, +.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrapper .quiz-question-ans-choice textarea.tutor-form-control, +.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-textarea:before, +.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-actual-comment:before, +.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-actual-comment:after, +.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-textarea:after, +.bb-sfwd-aside.bb-dark-theme #tutor-assignment-wrap .tutor-assignment-attachments-list .tutor-instructor-card, +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header, +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-footer, +.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-box .tutor-comment-textarea textarea, +.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list .tutor-single-comment .tutor-actual-comment, +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .tutor-quiz-border-box, +.bb-sfwd-aside.bb-dark-theme #tutor-assignment-wrap.tutor-submit-assignment .tutor-assignment-submission .tutor-assignment-body .tutor-assignment-attachment, +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-question-ans-choice-area .fill-in-the-gap input { + background-color: #1c1c1c; +} +.bb-sfwd-aside.bb-dark-theme .tutor-modal-content, +.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-actual-comment:after, +.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-textarea:after { + border-color: #1c1c1c; +} +.bb-sfwd-aside.bb-dark-theme .tutor-color-black, +.bb-sfwd-aside.bb-dark-theme .tutor-nav-link.is-active, +.bb-sfwd-aside.bb-dark-theme .tutor-table thead tr th, +.bb-sfwd-aside.bb-dark-theme .tutor-table-quiz-attempts tr td, +.bb-sfwd-aside.bb-dark-theme .tutor-quiz-attempt-details tbody td, +.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrapper .fill-in-the-gap, +.bb-sfwd-aside.bb-dark-theme .tutor-quiz-attempt-details td.questions, +.bb-sfwd-aside.bb-dark-theme .tutor-quiz-attempt-details td.given-answer, +.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrap div > a.tutor-btn-ghost, +.bb-sfwd-aside.bb-dark-theme .quiz-question-ans-choice .tutor-form-control, +.bb-sfwd-aside.bb-dark-theme .tutor-time-countdown.tutor-countdown-lg div h3, +.bb-sfwd-aside.bb-dark-theme .tutor-zoom-meeting-content .meeting-details div p, +.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrap .tutor-quiz-question-item .tutor-card, +.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrap div > a.tutor-btn-ghost [class*="tutor-icon-"], +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-title .tutor-color-secondary, +.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrapper .quiz-meta-info > div .tutor-fw-bold, +.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrapper .quiz-meta-info > div .tutor-color-muted, +.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrap input[type="checkbox"].tutor-form-check-input + .tutor-fs-6, +.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrap input[type="radio"].tutor-form-check-input + .tutor-fs-6, +.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-actual-comment, +.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-textarea, +.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrapper .quiz-meta-info .quiz-time-remaining #tutor-quiz-time-update, +.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrapper .quiz-question-ans-choice-area .tutor-dropzone .tutor-dragging-text-conent, +.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrapper .quiz-question-ans-choice-area .tutor-quiz-border-box .tutor-dragging-text-conent, +.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-box .tutor-comment-textarea textarea, +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header, +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-topbar-mark-btn, +.bb-sfwd-aside.bb-dark-theme #tutor-assignment-wrap .tutor-assignment-attachments-list .tutor-instructor-card .tutor-icard-content .tutor-color-secondary a, +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header:hover .tutor-course-topic-title, +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header.is-active .tutor-course-topic-title, +.bb-sfwd-aside.bb-dark-theme #tutor-assignment-wrap #tutor-student-assignment-edit-file-preview .tutor-instructor-card .tutor-icard-content > div:first-child, +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-question-ans-choice-area .fill-in-the-gap input, +.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list .tutor-single-comment .tutor-actual-comment .tutor-comment-author span:first-child { + color: #fff; +} +.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrapper .answer_limit_desc, +.bb-sfwd-aside.bb-dark-theme .tutor-modal-content .tutor-modal-close-o [class*="tutor-icon-"], +.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrapper .quiz-question .matching-quiz-question-desc p, +.bb-sfwd-aside.bb-dark-theme #tutor-single-entry-content .tutor-quiz-wrap .tutor-quiz-btn-group .tutor-btn-ghost.tutor-ml-auto, +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header .tutor-course-topic-title { + color: #aaa; +} +.bb-sfwd-aside.bb-dark-theme .tutor-spotlight-mobile-progress-complete { + box-shadow: none; +} +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-title { + border-color: #333; +} +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-title, +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper, +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-accordion-item-header, +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-accordion-item-body, +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic-item a { + background-color: #1c1c1c; + border-color: #121212; +} +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-accordion-item-header.is-active, +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-accordion-item-header:hover { + background: rgba(146, 164, 183, 0.1); + color: #fff; +} +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic-item-title, +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic-item-icon { + color: #888; +} +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-accordion-item-header:hover:after, +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-accordion-item-header.is-active:after { + color: #fff; +} +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic-item a:hover .tutor-course-topic-item-title, +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic-item a:hover .tutor-course-topic-item-icon, .bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic-item.is-active .tutor-course-topic-item-icon, .bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic-item.is-active .tutor-course-topic-item-title { + color: #fff; +} +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic-item:hover a, +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic-item.is-active a { + background: rgba(146, 164, 183, 0.1); +} +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-accordion-item-header { + color: #888; +} +.bb-sfwd-aside.bb-dark-theme .tutor-nav-link, +.bb-sfwd-aside.bb-dark-theme .tutor-color-secondary { + color: #aaa; +} +.bb-sfwd-aside.bb-dark-theme .header-search-wrap, +.bb-sfwd-aside.bb-dark-theme .header-search-wrap input.search-field { + background: #000; + color: #fff; +} +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li:hover { + color: #fff; +} +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li:hover.menu-item-has-children:after { + color: #fff; +} +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li:hover > a > i, +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li:hover > a span { + color: #fff; +} +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li.menu-item-has-children:after { + color: #888; +} +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li.menu-item > .ab-submenu:before { + border-color: #232323 transparent transparent #232323; +} +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu { + background-color: #000; +} +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu { + background-color: #000; +} +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item:hover > a { + background: rgba(255, 255, 255, 0.15); + color: #aaa; +} +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item:hover > a > i { + color: #aaa; +} +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item.menu-item-has-children:after { + color: #aaa; +} +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item.menu-item-has-children:hover:after { + color: #aaa; +} +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item > a { + color: #aaa; +} +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item > a > i { + color: #aaa; +} +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item.menu-item.menu-item-has-children > a:after { + color: #aaa; +} +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li > a { + color: #939597; +} +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li > a > i { + color: #fff; +} +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li > a:hover { + color: #fff; +} +.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .more-button.active:after { + border-color: #232323 transparent transparent #232323; +} +.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu { + background-color: #000; +} +.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu a { + color: #aaa; +} +.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu li:hover > a { + color: #aaa; + background: rgba(255, 255, 255, 0.15); +} +.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu { + background-color: #000; +} +.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu:before, +.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu { + background-color: #000; +} +.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu li:hover > a { + color: #aaa; + background: rgba(255, 255, 255, 0.15); +} +.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu, +.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu { + background-color: #000; +} +.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu a, +.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .user-mention, +.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a, +.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu .user-mention { + color: #aaa; +} +.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu a > i, +.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu a:before, +.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a > i, +.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a:before { + color: #aaa; +} +.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover > a, +.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover > a > i, +.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover a:before, +.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover > a, +.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover > a > i, +.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover a:before { + color: #aaa; +} +.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li.no-icon > a:before, +.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li.no-icon > a:before { + color: #aaa; +} +.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu:before, +.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu:before { + border-color: #232323 transparent transparent #232323; +} +.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper { + background-color: transparent; +} +.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper:before { + background-color: #000; +} +.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper .ab-submenu { + background-color: #000; + box-shadow: none; +} +.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .user-link { + border-color: #333 transparent transparent #333; +} +.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu { + background-color: #000; +} +.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover > a, +.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a:hover { + background: rgba(255, 255, 255, 0.15); +} +.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li .wrapper .bb-sub-menu { + background-color: #000; +} +.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li .wrapper .bb-sub-menu a:hover { + background: rgba(255, 255, 255, 0.15); +} +.bb-sfwd-aside.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link > i { + color: #aaa; +} +.bb-sfwd-aside.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link:hover .user-name, +.bb-sfwd-aside.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link:hover > i { + color: #fff; +} +.bb-sfwd-aside.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-name { + color: #fff; +} +.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .primary-menu > li:hover > a:before { + background: rgba(255, 255, 255, 0.1); +} +.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link .user-name { + color: #aaa; +} +.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link:hover .user-name { + color: #fff; +} +.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link:hover:before { + background: rgba(255, 255, 255, 0.1); +} +.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children.selected .user-link:before { + background: rgba(255, 255, 255, 0.1); +} +.bb-sfwd-aside.bb-dark-theme .user-wrap a.user-link, +.bb-sfwd-aside.bb-dark-theme .bb-toggle-panel, +.bb-sfwd-aside.bb-dark-theme .buddypanel .bb-toggle-panel, +.bb-sfwd-aside.bb-dark-theme .side-panel-menu i, +.bb-sfwd-aside.bb-dark-theme .site-header i { + color: #fff; +} +.bb-sfwd-aside.bb-dark-theme .user-wrap a.user-link:hover, +.bb-sfwd-aside.bb-dark-theme .user-wrap a.user-link:hover i, +.bb-sfwd-aside.bb-dark-theme .site-header #header-aside a.user-link:hover i, +.bb-sfwd-aside.bb-dark-theme .bb-toggle-panel:hover, +.bb-sfwd-aside.bb-dark-theme .bb-toggle-panel:hover i, +.bb-sfwd-aside.bb-dark-theme .buddypanel .bb-toggle-panel:hover { + color: #aaa; +} + +.tutor-dashboard .tutor-frontend-dashboard-header { + background-color: var(--bb-content-background-color); + border: 1px solid var(--tutor-border-color); + border-radius: var(--bb-block-radius); + padding: 24px; + margin-bottom: 32px; +} +.tutor-dashboard .tutor-frontend-dashboard-header:after { + display: none; +} +.tutor-dashboard .tutor-frontend-dashboard-header .tutor-dashboard-header-avatar { + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} +.tutor-dashboard .tutor-frontend-dashboard-header .tutor-dashboard-header-avatar > .tutor-avatar-xl { + width: 88px; + height: 88px; +} +.tutor-dashboard .tutor-frontend-dashboard-header .tutor-dashboard-header-avatar img { + max-width: 88px; +} +.tutor-dashboard .tutor-frontend-dashboard-header .tutor-user-info { + margin-right: 12px; +} +.tutor-dashboard .tutor-frontend-dashboard-header .tutor-dashboard-header-username { + color: var(--bb-headings-color); + font-size: 30px; + font-weight: 700; + line-height: 1.26; + margin-bottom: 8px; +} +.tutor-dashboard .tutor-frontend-dashboard-header .tutor-dashboard-header-greetings { + color: var(--bb-headings-color); + font-weight: 500; +} +.tutor-dashboard .tutor-frontend-dashboard-header .tutor-ratings-stars > * { + margin: 0; +} +.tutor-dashboard .tutor-frontend-dashboard-header #tutor-create-new-course [class^="tutor-icon-"].tutor-icon-plus-square:before, +.tutor-dashboard .tutor-frontend-dashboard-header .tutor-add-new-course-bundle [class^="tutor-icon-"].tutor-icon-plus-square:before { + font-size: 20px; + font-weight: 300; +} +.tutor-dashboard .tutor-frontend-dashboard-header .tutor-header-right-side #tutor-become-instructor-button .tutor-icon-user-bold:before { + font-size: 20px; +} +.tutor-dashboard .tutor-frontend-dashboard-header #tutor-notifications-wrapper .tutor-floating-badge { + color: var(--bb-headings-color); + background-color: var(--bb-content-alternate-background-color); + font-size: 11px; + font-weight: 600; + border: 2px solid var(--bb-content-background-color); +} +.tutor-dashboard .tutor-frontend-dashboard-header #tutor-notifications-wrapper .tutor-iconic-btn [class^="tutor-icon-"].tutor-icon-bell-bold:before { + font-size: 32px; +} +@media screen and (max-width: 992px) { + .buddypanel-open .tutor-dashboard .tutor-frontend-dashboard-header .tutor-header-left-side { + -webkit-box-flex: 0; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + } + .buddypanel-open .tutor-dashboard .tutor-frontend-dashboard-header .tutor-header-right-side { + -webkit-box-flex: 0; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; + margin-top: 20px; + margin-bottom: 0; + } +} +@media screen and (max-width: 767px) { + .tutor-dashboard .tutor-frontend-dashboard-header .tutor-dashboard-header-username { + font-size: 24px; + } + .tutor-dashboard .tutor-frontend-dashboard-header .tutor-header-left-side { + -ms-flex-flow: column; + flex-flow: column; + gap: 15px; + text-align: center; + } + .tutor-dashboard .tutor-frontend-dashboard-header .tutor-header-right-side { + -webkit-box-flex: 0; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; + margin-bottom: 0; + } +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent { + border: 1px solid var(--tutor-border-color); + border-radius: var(--bb-block-radius); +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu { + background-color: var(--tutor-sidebar-background); + border-left: 1px solid var(--tutor-border-color); + border-radius: 0 var(--bb-block-radius) var(--bb-block-radius) 0; + padding: 0 15px 0 10px; +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item-icon { + font-size: 20px; +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li a { + font-size: 14px; + font-weight: 500; + padding: 10px 15px; + border-radius: 6px; +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li a span, +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li a .tutor-dashboard-menu-item-icon { + color: var(--bb-sidenav-text-regular); +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li a .tutor-dashboard-menu-item-icon { + opacity: 0.5; +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li:not(.active) a:hover span, +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li:not(.active) a:hover .tutor-dashboard-menu-item-icon { + color: var(--bb-sidenav-text-hover); +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li.active a:hover, .tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li.active a { + background-color: var(--tutor-color-primary); +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li.active a:hover span, +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li.active a:hover .tutor-dashboard-menu-item-icon, .tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li.active a span, +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li.active a .tutor-dashboard-menu-item-icon { + color: var(--bb-sidenav-text-active); + opacity: 1; +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^="tutor-icon-"] { + font-size: 24px; + font-weight: 400; +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^="tutor-icon-"].tutor-icon-dashboard:before { + content: "\ee12"; +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^="tutor-icon-"].tutor-icon-user-bold:before { + content: "\ef52"; + font-weight: 400; +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^="tutor-icon-"].tutor-icon-star-bold:before { + content: "\ef32"; + font-weight: 400; +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^="tutor-icon-"].tutor-icon-quiz-attempt:before { + content: "\ee8e"; +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^="tutor-icon-"].tutor-icon-question:before { + content: "\ee31"; + font-weight: 400; +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^="tutor-icon-"].tutor-icon-cart-bold:before { + content: "\ef06"; +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^="tutor-icon-"].tutor-icon-rocket:before { + content: "\ee3f"; +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^="tutor-icon-"].tutor-icon-layer:before { + content: "\eec3"; +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^="tutor-icon-"].tutor-icon-wallet:before { + content: "\ef6d"; +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^="tutor-icon-"].tutor-icon-quiz-o:before { + content: "\ef01"; + font-weight: 400; +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^="tutor-icon-"].tutor-icon-assignment:before { + content: "\ee74"; +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item.active [class^="tutor-icon-"], .tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item.active [class^="tutor-icon-"]:before { + font-weight: 300; +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent ul.tutor-dashboard-permalinks { + margin: 0; + padding: 30px 0; +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent ul.tutor-dashboard-permalinks:before { + display: none; +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-menu-divider-header { + font-size: 14px; + font-weight: 600; + color: var(--bb-sidenav-text-regular); + opacity: 0.5; + text-transform: uppercase; +} +@media screen and (max-width: 767px) { + .tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu { + border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; + } + .tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-content { + border-radius: var(--bb-block-radius); + } + .tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu { + border-left: 0; + } +} +.tutor-dashboard .tutor-dashboard-content { + background-color: var(--bb-content-background-color); + border-radius: var(--bb-block-radius) 0 0 var(--bb-block-radius); + padding: 32px 35px; + margin: 0 -10px; + height: 100%; +} +.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box [class^="tutor-icon-"] { + font-size: 40px; + font-weight: 300; +} +.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-book-open:before { + content: "\e86e"; +} +.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-mortarboard-o:before { + content: "\e96f"; +} +.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-trophy:before { + content: "\ef4c"; +} +.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-user-graduate:before { + content: "\eeac"; +} +.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-box-open:before { + content: "\eed2"; +} +.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-coins:before { + content: "\ee2a"; +} +.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-add-member:before { + content: "\ea0c"; +} +.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-star-bold:before { + content: "\ef32"; +} +.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-bullhorn:before { + content: "\ee03"; +} +.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-chart-pie:before { + content: "\ee15"; +} +.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-wallet:before { + content: "\ef6d"; +} +.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-dollar-slot:before { + content: "\ee48"; +} +.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-filter-dollar:before { + content: "\ee9a"; +} +.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-badge-discount:before { + content: "\eeed"; +} +@media screen and (max-width: 992px) { + .tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box [class^="tutor-icon-"] { + font-size: 30px; + } +} +.tutor-dashboard .tutor-dashboard-content .tutor-analytics-info-cards .tutor-card .tutor-round-box .tutor-icon-book-open:before { + content: "\eeac"; +} +.tutor-dashboard .tutor-dashboard-content .analytics-export-wrapper #download_analytics:disabled { + border-color: #e9e9ea; + background-color: #e9e9ea; + color: inherit; +} +@media screen and (max-width: 992px) { + .tutor-dashboard .tutor-dashboard-content .analytics-student-details.tutor-user-public-profile.tutor-user-public-profile-pp-circle .pp-area { + margin-top: 0 !important; + } + .tutor-dashboard .tutor-dashboard-content .analytics-student-details.tutor-user-public-profile.tutor-user-public-profile-pp-circle .pp-area .profile-name { + text-align: right !important; + } +} +.tutor-dashboard.is-sidebar-expanded ul.tutor-dashboard-permalinks li.active a { + border-radius: var(--bb-button-radius); +} +.tutor-dashboard .tutor-dashboard-title, +.tutor-dashboard .tutor-frontend-dashboard-course-progress > .tutor-color-black, +.tutor-dashboard .tutor-dashboard-content > .tutor-fs-5.tutor-color-black, +.tutor-dashboard .tutor-dashboard-content-inner > .tutor-fs-5.tutor-color-black, +.tutor-dashboard .popular-courses-heading-dashboard > span { + color: var(--bb-headings-color); + font-size: 1.5rem; + font-weight: 600; + line-height: 1.3; +} +.tutor-dashboard .popular-courses-heading-dashboard .tutor-btn { + color: var(--bb-body-text-color); + font-weight: 500; +} +.tutor-dashboard .tutor-nav:not(.tutor-nav-pills, .tutor-nav-tabs) { + border-bottom-color: transparent; +} +.tutor-dashboard .tutor-nav:not(.tutor-nav-pills, .tutor-nav-tabs) .tutor-nav-item:not(:last-child) { + margin-left: 30px; +} +.tutor-dashboard .tutor-nav:not(.tutor-nav-pills, .tutor-nav-tabs) .tutor-nav-link { + color: var(--tutor-body-color); + font-size: 14px; + font-weight: 500; + border-bottom-width: 2px; + letter-spacing: -0.24px; + padding: 8px 0; +} +.tutor-dashboard .tutor-nav:not(.tutor-nav-pills, .tutor-nav-tabs) .tutor-nav-link.is-active { + color: var(--bb-headings-color); + font-weight: 600; + border-bottom-color: var(--tutor-color-primary); +} +.tutor-dashboard .tutor-nav:not(.tutor-nav-pills, .tutor-nav-tabs) .tutor-nav-link.tutor-nav-more-item { + color: var(--tutor-color-primary); +} +.tutor-dashboard .tutor-nav:not(.tutor-nav-pills, .tutor-nav-tabs) .tutor-nav-more-list .tutor-nav-item { + margin-left: 0; +} +.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary { + 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); +} +.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary:hover { + color: #1e2132; + background-color: rgba(255, 255, 255, 0.05); +} +.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary:active { + color: #1e2132; + background-color: rgba(255, 255, 255, 0.09); +} +.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary:disabled, .tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary.disabled { + color: #c8cbcf; + background-color: #f5f5f5; +} +.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary.outline { + background: none; + color: #fff; + border-color: #fff; +} +.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary.outline:hover { + color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.05); +} +.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary.outline:active { + color: rgba(255, 255, 255, 0.12); + border-color: rgba(255, 255, 255, 0.12); +} +.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary.outline:disabled, .tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary.outline.disabled { + background: #f5f5f5; + color: #dedfe2; + border-color: #dedfe2; + opacity: 1; +} +.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary:focus { + box-shadow: var(--bb-secondary-button-focus-shadow); +} +.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary:hover, .tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary:focus, .tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary: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); + background-color: var(--tutor-color-primary-hover); + border: 1px solid var(--tutor-color-primary-hover); +} +.tutor-dashboard .tutor-wp-dashboard-filter .tutor-v2-date-range-picker { + margin-top: 15px; +} +.tutor-dashboard .tutor-social-field [class^="tutor-icon-"] { + font-family: bb-icons !important; + font-size: 20px; + font-weight: 400; + opacity: 0.5; + margin-left: 5px; + position: relative; + top: 1px; +} +.tutor-dashboard .tutor-social-field .tutor-icon-brand-facebook:before { + content: "\edd2"; +} +.tutor-dashboard .tutor-social-field .tutor-icon-brand-twitter:before { + content: "\edf4"; +} +.tutor-dashboard .tutor-social-field .tutor-icon-brand-linkedin:before { + content: "\eddf"; +} +.tutor-dashboard .tutor-social-field .tutor-icon-earth:before { + content: "\eeaa"; +} +.tutor-dashboard .tutor-social-field .tutor-icon-brand-github:before { + content: "\edd6"; +} +.tutor-dashboard .tutor-header-right-side .tutor-align-center > span { + color: var(--bb-body-text-color) !important; + font-size: 14px !important; +} +.tutor-dashboard .tutor-header-right-side .tutor-align-center > span > b { + color: var(--bb-headings-color); +} + +/* Tutor Notification */ +.tutor-offcanvas .tutor-offcanvas-main { + background-color: var(--bb-content-background-color); +} + +.tutor-notification-element .element-content .message { + background-color: var(--bb-content-alternate-background-color); + border-radius: var(--bb-block-radius-inner); + font-size: 14px; + margin-bottom: 10px; + padding: 0.75rem; +} + +.tutor-notification-tab .tab-body { + scrollbar-color: var(--bb-content-border-color) var(--bb-content-alternate-background-color); +} + +.tutor-dashboard .tutor-dashboard-content .tutor-option-nav-page.tutor-cb-templates-table .item-wrapper, +.tutor-dashboard .tutor-dashboard-content .tutor-cb-templates-table.tutor-cb-templates-table .item-wrapper { + border-color: var(--tutor-border-color); + border-radius: var(--bb-block-radius-inner); +} + +.tutor-cb-templates-table .tutor-card .tutor-col.tutor-align-items-center { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + line-height: 1.5; +} +.tutor-cb-templates-table .tutor-card .tutor-col-auto { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.tutor-cb-templates-table .tutor-card .tutor-col-auto .tutor-option-field-input { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.tutor-cb-templates-table .tutor-card .tutor-col-auto .tutor-option-field-input i { + font-size: 18px; +} + +.tutor-certificate-builder-btn, +.tutor-certificate-builder-lg-btn { + background-color: var(--tutor-color-primary); + color: var(--bb-content-background-color); +} + +.tutor-certificate-builder-white-btn, +.tutor-certificate-builder-white-lg-btn { + border-color: var(--tutor-color-primary); + color: var(--tutor-color-primary); + background-color: var(--bb-content-background-color); +} + +.tutor-instructor-apply-button .tutor-bg-primary:hover { + color: var(--bb-primary-button-text-hover); + background-color: var(--tutor-color-primary-hover); +} + +.tutor-ins-app-title { + color: var(--bb-headings-color); +} + +.tutor-dashboard #tutor-dashboard-footer-mobile { + display: block; + position: fixed; + right: 0; + left: 0; + bottom: 0; + background: var(--bb-content-background-color); + padding: 10px; + z-index: 9999999; +} +.tutor-dashboard #tutor-dashboard-footer-mobile > div > div > a span { + display: block; + padding: 0 7px 7px; +} +@media (min-width: 768px) { + .tutor-dashboard #tutor-dashboard-footer-mobile { + display: none; + } +} + +#tutor-dashboard-footer-mobile .tutor-row .tutor-col-4 { + text-align: center; + padding-top: -webkit-calc(var(--tutor-gutter-x) * 0.5); + padding-top: calc(var(--tutor-gutter-x) * 0.5); + color: var(--bb-headings-color); + font-weight: 500; +} + +@media screen and (max-width: 992px) { + .tutor-analytics-graph .tutor-nav-tabs .tutor-nav-link { + border-left: 0; + } +} +@media screen and (max-width: 544px) { + .tutor-analytics-graph .tutor-nav-tabs .tutor-nav-item { + width: 100%; + } + .tutor-analytics-graph .tutor-nav-tabs .tutor-nav-item:first-child .tutor-nav-link { + border-top-right-radius: var(--bb-block-radius-inner); + border-top-left-radius: var(--bb-block-radius-inner); + } +} + +@media screen and (max-width: 768px) { + .tutor-dashboard .tutor-modal-scrollable .tutor-modal-window, + .tutor-dashboard .tutor-modal-window { + height: -webkit-calc(100% - 136px); + height: calc(100% - 136px); + min-height: -webkit-calc(100% - 136px); + min-height: calc(100% - 136px); + } +} +@media screen and (max-width: 544px) { + .tutor-dashboard-assignments .tutor-col-6 { + width: 100%; + } + + .tutor-dashboard-announcement-sorting-wrap div:nth-child(1) { + -ms-flex-preferred-size: 100%; + flex-basis: 100%; + } + + .tutor-dashboard-announcement-sorting-input { + max-width: 100%; + } +} +/* Q&A */ +.tutor-dashboard-qna-vew-as input[type="checkbox"] { + visibility: hidden; + opacity: 0; +} + +.tutor-qna-badges .tutor-icon-trash-can-bold:before { + font-weight: 400; +} + +.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat .tutor-qna-text { + font-size: 15px; + border-radius: var(--bb-block-radius-inner); +} +.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat .tutor-qna-user .tutor-color-secondary { + color: var(--bb-headings-color); + line-height: 21px; +} +.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat .tutor-qna-user .tutor-color-muted { + color: var(--tutor-body-color); +} +.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat .tutor-qna-user img { + width: 52px; + height: 52px; +} +.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat .tutor-qna-text:before { + width: 10px; + height: 10px; +} +.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat.tutor-qna-left .tutor-qna-text:before { + right: 20px; +} +.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat.tutor-qna-right .tutor-qna-text:before { + left: 20px; +} +.tutor-qna-single-question:not([data-context="backend-dashboard-qna-single"]) .tutor-qna-right .tutor-qna-text { + background-color: var(--bb-content-alternate-background-color); +} +.tutor-qna-single-question:not([data-context="backend-dashboard-qna-single"]) .tutor-qna-left .tutor-qna-text { + background-color: rgba(var(--bb-default-notice-color-rgb), 0.1); +} + +.frontend-dashboard-qna-table-instructor tr td { + vertical-align: top; +} +.frontend-dashboard-qna-table-instructor .tutor-qna-question-col { + margin-top: 0; +} +.frontend-dashboard-qna-table-instructor .tutor-qna-question-col .tutor-qna-desc .tutor-qna-content { + line-height: 140%; +} +.frontend-dashboard-qna-table-instructor .tutor-qna-question-col .tutor-qna-desc .tutor-color-secondary span.tutor-fw-medium { + color: var(--bb-headings-color); +} +.frontend-dashboard-qna-table-instructor .tutor-qna-question-col .tutor-qna-desc .tutor-color-secondary span { + color: var(--bb-alternate-text-color); +} +.frontend-dashboard-qna-table-instructor tr td:first-of-type .tooltip-txt.tooltip-bottom { + -webkit-transform: translateX(-2px); + -ms-transform: translateX(-2px); + transform: translateX(-2px); + right: -webkit-calc(100% + 8px); + right: calc(100% + 8px); + top: unset; +} +.frontend-dashboard-qna-table-instructor tr td:first-of-type .tooltip-txt.tooltip-bottom:after { + top: 18px; + margin-top: -5px; + border: 5px solid rgba(0, 0, 0, 0); + right: unset; + bottom: unset; + left: 100%; + border-left-color: var(--bb-tooltip-background); +} +.frontend-dashboard-qna-table-instructor tr td:first-of-type .tutor-avatar + div > div:first-of-type { + color: var(--bb-headings-color); +} +.frontend-dashboard-qna-table-instructor tr td:first-of-type .tutor-avatar + div .tutor-mt-4 { + margin-top: 0; +} + +.tutor-qna-single-question .tutor-qa-sticky-bar { + margin: -32px -35px 24px; + padding: 0 35px; +} +.tutor-qna-single-question .tutor-qa-sticky-bar .tutor-px-12 { + padding-right: 0; +} + +.tutor-qa-sticky-bar .tutor-btn { + font-size: 14px; +} +.tutor-qa-sticky-bar .tutor-btn [class^="tutor-icon-"], +.tutor-qa-sticky-bar .tutor-btn [class*=" tutor-icon-"] { + font-size: 24px; +} + +/* Ratings */ +.tutor-ratings .tutor-ratings-stars > * { + margin: 0; +} +.tutor-ratings .tutor-ratings-average { + font-size: 14px; + font-weight: 500; + color: var(--bb-headings-color); + line-height: 1.5; + margin-right: 5px; +} +.tutor-ratings .tutor-ratings-count { + color: var(--bb-alternate-text-color); + font-size: 14px; + font-weight: 400; + line-height: 1.5; + margin-right: 5px; +} +.tutor-ratings [class^="tutor-icon-"] { + font-family: "bb-icons" !important; + /* stylelint-disable-line */ +} +.tutor-ratings [class^="tutor-icon-"].tutor-icon-star-line, .tutor-ratings [class^="tutor-icon-"].tutor-icon-star-bold { + font-size: 20px; +} +.tutor-ratings [class^="tutor-icon-"].tutor-icon-star-half-bold { + font-size: 20px; +} +.tutor-ratings [class^="tutor-icon-"].tutor-icon-star-half-bold:before { + content: "\ef33"; + font-weight: 300; +} +.tutor-ratings [class^="tutor-icon-"].tutor-icon-star-line:before { + font-weight: 400; +} + +.tutor-iconic-btn-secondary { + background-color: var(--bb-content-alternate-background-color); +} + +.tutor-btn-outline-primary { + color: var(--bb-primary-button-text-regular); + background-color: var(--tutor-color-primary-hover); +} + +.tutor-dashboard-menu-divider { + border-color: var(--tutor-border-color); +} + +.tutor-empty-state .tutor-color-secondary { + color: var(--tutor-body-color); +} + +.tutor-form-select-search .tutor-form-icon + input[type="search"] { + background-image: none; +} + +.tutor-row.tutor-row--notice { + padding-right: -webkit-calc(var(--tutor-gutter-x) * 0.5); + padding-right: calc(var(--tutor-gutter-x) * 0.5); + padding-left: -webkit-calc(var(--tutor-gutter-x) * 0.5); + padding-left: calc(var(--tutor-gutter-x) * 0.5); +} +.tutor-row.tutor-row--notice .bp-feedback { + margin: 0 0 -webkit-calc(var(--tutor-gutter-x) * 1.5); + margin: 0 0 calc(var(--tutor-gutter-x) * 1.5); +} +.tutor-row.tutor-row--notice > * { + padding-right: 0; + padding-left: 0; +} + +.tutor-analytics-students .tutor-table tbody tr td:first-of-type .tutor-ml-16 div:first-of-type { + color: var(--bb-headings-color); +} + +.tutor-analytics-courses .tutor-table tbody tr td:first-of-type > span { + color: var(--bb-headings-color); +} + +/* Dashboard Shortcode */ +.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks { + list-style: none; +} +.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-menu-item:not(:last-child) { + margin-bottom: 5px; +} +.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-menu-item-link { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + color: var(--tutor-body-color); +} + +/* Card */ +.tutor-dashboard-content .tutor-card { + border-radius: var(--bb-block-radius-inner); +} +.tutor-dashboard-content .tutor-card-list-item:last-child { + border-bottom-right-radius: var(--bb-block-radius-inner); + border-bottom-left-radius: var(--bb-block-radius-inner); +} + +/* Table */ +.tutor-table { + border: 0; + border-bottom: 1px solid var(--tutor-border-color); +} +.tutor-table thead tr th { + color: var(--bb-body-text-color); + background-color: var(--tutor-table-header-background); + border-bottom: 1px solid var(--tutor-border-color); + font-size: 13px; + font-weight: 400; + line-height: 1.4; + padding: 13px 16px; +} +.tutor-table tr:first-child th:first-child { + border-top-right-radius: var(--bb-block-radius-inner); +} +.tutor-table tr:first-child th:last-child { + border-top-left-radius: var(--bb-block-radius-inner); +} +.tutor-table tr:last-child td:first-child { + border-bottom-right-radius: var(--bb-block-radius-inner); +} +.tutor-table tr:last-child td:last-child { + border-bottom-left-radius: var(--bb-block-radius-inner); +} +.tutor-table tr td { + background-color: var(--bb-content-background-color); + font-weight: 400; + line-height: 1.5; +} +.tutor-table tr:nth-child(even) td { + background-color: var(--bb-body-background-color); +} +.tutor-table tr td > a:not(.tutor-btn, .tutor-iconic-btn, .quiz-manual-review-action), +.tutor-table tr td .tutor-table-link { + color: var(--bb-headings-color); +} +.tutor-table.table-popular-courses tr td a:not(.tutor-btn, .tutor-iconic-btn, .quiz-manual-review-action) { + color: var(--bb-headings-color); +} +.tutor-table.table-popular-courses tr td a:not(.tutor-btn, .tutor-iconic-btn, .quiz-manual-review-action):hover { + color: var(--tutor-color-primary); +} +.tutor-table.table-popular-courses td { + color: var(--bb-headings-color); + background-color: transparent; + font-size: 14px; + font-weight: 600; + line-height: 1.6; +} +.tutor-table.tutor-table-quiz-attempts td:first-child .tutor-mt-4 { + font-size: 16px; +} +.tutor-table.tutor-table-quiz-attempts td:first-child .tutor-color-secondary, +.tutor-table.tutor-table-quiz-attempts td:first-child .tutor-color-muted { + color: var(--bb-headings-color); + font-weight: 400; +} +.tutor-table.tutor-table-quiz-attempts td:first-child .tutor-color-muted { + font-weight: 600; +} +.tutor-table.tutor-table-quiz-attempts .tooltip-wrap .tutor-icon-circle-info-o { + font-size: 14px; + font-weight: 100; +} +.tutor-table.tutor-quiz-attempt-details tr td { + vertical-align: top; +} + +.tutor-table tr td { + font-size: 14px; +} +.tutor-table.tutor-quiz-attempt-details tr td, +.tutor-table.tutor-quiz-attempt-details .tutor-fs-7 { + font-size: 13px; +} + +.tutor-analytics-widget-popular-courses .tutor-table tbody td:first-child { + font-weight: 500; + color: var(--bb-headings-color); +} + +.tutor-analytics-widget-reviews .tutor-table thead th:first-child, +.table-reviews thead th:first-child { + width: 190px; +} +.tutor-analytics-widget-reviews .tutor-table tbody td:first-child, +.table-reviews tbody td:first-child { + font-weight: 600; +} +.tutor-analytics-widget-reviews .tutor-table td, +.table-reviews td { + color: var(--bb-headings-color); + font-size: 14px; + font-weight: 400; +} +.tutor-analytics-widget-reviews .tutor-table td .tutor-avatar + span, +.table-reviews td .tutor-avatar + span { + color: var(--bb-headings-color); + font-size: 14px; + font-weight: 500; +} +.tutor-analytics-widget-reviews .tutor-table td .tutor-ratings + div, +.table-reviews td .tutor-ratings + div { + color: var(--tutor-body-color); + font-size: 14px; + font-weight: 400; +} +.tutor-analytics-widget-reviews .tutor-table td div .tutor-color-secondary, +.tutor-analytics-widget-reviews .tutor-table td div .tutor-fs-8, +.table-reviews td div .tutor-color-secondary, +.table-reviews td div .tutor-fs-8 { + color: var(--bb-headings-color); + font-size: 14px; + font-weight: 500; +} +.tutor-analytics-widget-reviews .tutor-table td div .tutor-color-muted, +.table-reviews td div .tutor-color-muted { + color: var(--tutor-body-color); + font-size: 14px; + font-weight: 400; +} + +table.qna-list-table .tutor-qna-question-col.is-read .tutor-qna-content, +table.qna-list-table .tutor-qna-question-col.is-read .tutor-fs-6 { + font-size: inherit; +} +table.qna-list-table tr td:first-child .tooltip-icon-custom i { + font-size: 24px; +} + +.tutor-lms-custom-colors .tutor-table-quiz-attempts .tutor-btn-outline-primary { + background-color: var(--bb-content-background-color); + color: var(--bb-headings-color); + border: 1px solid var(--bb-content-border-color); +} +.tutor-lms-custom-colors .tutor-table-quiz-attempts .tutor-btn-outline-primary:focus { + box-shadow: var(--bb-outline-button-focus-shadow); +} +.tutor-lms-custom-colors .tutor-table-quiz-attempts .tutor-btn-outline-primary: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); +} + +.tutor-table-quiz-attempts tr td { + font-size: 13px; + font-weight: 600; + color: var(--bb-headings-color); + line-height: 1.5; +} +.tutor-table-quiz-attempts .tutor-fs-7 { + font-size: 13px; + line-height: 1.5; +} + +.tutor-table-google-meet-meeting .td-action-btns .tutor-btn, +.tutor-table-zoom .td-action-btns .tutor-btn { + text-wrap: nowrap; + font-size: 14px; +} +.tutor-table-google-meet-meeting .td-action-btns .tutor-dropdown-parent .tutor-icon-angle-down, +.tutor-table-zoom .td-action-btns .tutor-dropdown-parent .tutor-icon-angle-down { + font-size: 14px; + line-height: 1; +} +.tutor-table-google-meet-meeting tr td:first-child > div, +.tutor-table-zoom tr td:first-child > div { + font-weight: 500; + color: var(--bb-headings-color); +} +.tutor-table-google-meet-meeting tr td:first-child > div .tutor-color-muted, +.tutor-table-zoom tr td:first-child > div .tutor-color-muted { + font-weight: 400; +} + +.tutor-quiz-attempt-details:not(.tutor-table-data-td-target) tbody tr td { + font-weight: 600; +} +.tutor-quiz-attempt-details:not(.tutor-table-data-td-target) tbody tr td:first-of-type { + font-weight: 400; +} +.tutor-quiz-attempt-details .explain-toggle { + background-color: var(--bb-content-alternate-background-color); +} +.tutor-quiz-attempt-details .quiz-explanation-wrapper { + background-color: rgba(var(--tutor-color-success-rgb), 0.1); + border-radius: var(--bb-block-radius-inner); +} +.tutor-quiz-attempt-details tbody td { + color: var(--bb-headings-color); +} +.tutor-quiz-attempt-details td.type .tooltip-wrap.tooltip-icon:after { + display: none; +} +.tutor-quiz-attempt-details td.questions { + color: var(--bb-body-text-color); +} +.tutor-quiz-attempt-details td.questions .tutor-fw-medium { + font-weight: 400; +} +.tutor-quiz-attempt-details td.given-answer { + font-weight: 500; + line-height: 1.5; + color: var(--bb-headings-color); +} +.tutor-quiz-attempt-details td.tutor-text-center, +.tutor-quiz-attempt-details tr:nth-child(even) td.tutor-text-center { + background-color: var(--bb-content-alternate-background-color); +} +.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-correct a.quiz-manual-review-action, +.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-wrong a.quiz-manual-review-action, +.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-pending a.quiz-manual-review-action { + border: 0; + width: 32px; + height: 32px; + overflow: visible; +} +.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-correct a.quiz-manual-review-action i, +.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-wrong a.quiz-manual-review-action i, +.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-pending a.quiz-manual-review-action i { + font-weight: 100; + font-size: 32px; +} +.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-wrong .tutor-icon-rounded.tutor-color-success, +.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-wrong .tutor-icon-rounded.tutor-color-success:hover, +.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-wrong .tutor-icon-rounded.tutor-color-success, +.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-wrong .tutor-icon-rounded.tutor-color-success:hover { + color: var(--bb-alternate-text-color) !important; + border-color: var(--bb-alternate-text-color) !important; +} +.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-wrong .tutor-icon-rounded.tutor-color-danger, +.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-wrong .tutor-icon-rounded.tutor-color-danger:hover, +.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-wrong .tutor-icon-rounded.tutor-color-danger, +.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-wrong .tutor-icon-rounded.tutor-color-danger:hover { + color: var(--tutor-color-danger); +} +.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-correct .tutor-icon-rounded.tutor-color-danger, +.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-correct .tutor-icon-rounded.tutor-color-danger:hover, +.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-correct .tutor-icon-rounded.tutor-color-danger, +.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-correct .tutor-icon-rounded.tutor-color-danger:hover { + color: var(--bb-alternate-text-color) !important; + border-color: var(--bb-alternate-text-color) !important; +} +.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-correct .tutor-icon-rounded.tutor-color-success, +.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-correct .tutor-icon-rounded.tutor-color-success:hover, +.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-correct .tutor-icon-rounded.tutor-color-success, +.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-correct .tutor-icon-rounded.tutor-color-success:hover { + color: var(--tutor-color-success); +} +.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-pending .tutor-icon-rounded.tutor-color-danger, +.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-pending .tutor-icon-rounded.tutor-color-danger:hover, +.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-pending .tutor-icon-rounded.tutor-color-danger, +.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-pending .tutor-icon-rounded.tutor-color-danger:hover { + color: var(--bb-alternate-text-color) !important; + border-color: var(--bb-alternate-text-color) !important; +} +.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-pending .tutor-icon-rounded.tutor-color-success, +.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-pending .tutor-icon-rounded.tutor-color-success:hover, +.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-pending .tutor-icon-rounded.tutor-color-success, +.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-pending .tutor-icon-rounded.tutor-color-success:hover { + color: var(--bb-alternate-text-color) !important; + border-color: var(--bb-alternate-text-color) !important; +} +.tutor-quiz-attempt-details .quiz-explanation-wrapper div p:last-of-type { + margin-bottom: 0; +} + +.tutor-dashboard-single-review .tutor-card-header { + background-color: var(--tutor-table-header-background); +} +.tutor-dashboard-single-review .tutor-card-header .tutor-card-title { + color: var(--bb-headings-color); + font-size: 18px; + font-weight: 600; +} +.tutor-dashboard-single-review .tutor-card-header .tutor-card-title span { + color: var(--tutor-body-color); + font-size: 18px; +} +.tutor-dashboard-single-review .tutor-given-review-actions .tutor-btn { + color: var(--tutor-body-color); + font-size: 16px; + font-weight: 500; +} +.tutor-dashboard-single-review .tutor-given-review-actions .tutor-btn:hover { + color: var(--tutor-color-primary); +} +.tutor-dashboard-single-review .tutor-given-review-actions .tutor-btn [class^="tutor-icon-"] { + font-family: "bb-icons" !important; + /* stylelint-disable-line */ + font-size: 24px; +} +.tutor-dashboard-single-review .tutor-given-review-actions .tutor-btn [class^="tutor-icon-"].tutor-icon-edit:before { + content: "\ee5a"; +} +.tutor-dashboard-single-review .tutor-given-review-actions .tutor-btn [class^="tutor-icon-"].tutor-icon-trash-can-line:before { + content: "\ef48"; +} +.tutor-dashboard-single-review .tutor-card-body > .tutor-color-muted { + color: var(--tutor-body-color); + font-size: 14px; + font-weight: 400; +} + +.tutor-wp-dashboard-filter-items input[type="search"] { + background-image: none; +} + +/* Tutor Progress Course */ +.tutor-course-progress-item.tutor-card .tutor-ratio { + height: 100%; +} +.tutor-course-progress-item.tutor-card .tutor-card-body { + padding: 24px 32px; +} +.tutor-course-progress-item.tutor-card .tutor-card-body .tutor-ratings { + margin-bottom: 10px; +} +.tutor-course-progress-item.tutor-card .tutor-card-body .tutor-ratings .tutor-ratings-count { + color: var(--bb-headings-color); + font-weight: 500; +} +.tutor-course-progress-item.tutor-card .tutor-card-body .tutor-course-progress-item-title { + color: var(--bb-headings-color); + font-size: 18px; + font-weight: 600; + line-height: 1.33; +} +.tutor-course-progress-item.tutor-card .tutor-card-body .tutor-course-progress-item-title + div > .tutor-color-muted { + color: var(--tutor-body-color); + font-size: 14px; + font-weight: 400; +} +.tutor-course-progress-item.tutor-card .tutor-card-body .tutor-course-progress-item-title + div > .tutor-fw-medium { + color: var(--bb-headings-color); + font-size: 14px; + font-weight: 500; +} +.tutor-course-progress-item.tutor-card .tutor-card-body .progress-percentage { + color: var(--bb-alternate-text-color); +} +.tutor-course-progress-item.tutor-card .tutor-card-body .progress-percentage > span { + color: var(--bb-headings-color); +} + +/* Progress Bar */ +.tutor-progress-bar { + background-color: var(--bb-content-alternate-background-color); + height: 5px; +} +.tutor-progress-bar .tutor-progress-value { + border-radius: 10px; +} + +/* Pagination */ +.tutor-pagination { + border: 0; +} +.tutor-pagination .tutor-pagination-hints .tutor-color-black { + color: var(--bb-headings-color); + font-weight: 600; +} +.tutor-pagination .tutor-pagination-hints .tutor-color-black:last-child { + color: var(--tutor-body-color); +} +.tutor-pagination ul.tutor-pagination-numbers { + gap: 5px; +} +.tutor-pagination ul.tutor-pagination-numbers .page-numbers { + color: var(--bb-body-text-color); + font-size: 13px; + font-weight: 500; + line-height: 1.5; + padding: 5px 12px; + border-radius: var(--bb-block-radius-inner); +} +.tutor-pagination ul.tutor-pagination-numbers .page-numbers.next, .tutor-pagination ul.tutor-pagination-numbers .page-numbers.prev { + border-radius: var(--bb-block-radius-inner); +} +.tutor-pagination ul.tutor-pagination-numbers .page-numbers:before { + display: none; +} +.tutor-pagination ul.tutor-pagination-numbers .page-numbers.current { + color: var(--bb-content-background-color); + background-color: var(--tutor-color-primary); +} +.tutor-pagination ul.tutor-pagination-numbers .page-numbers.prev, .tutor-pagination ul.tutor-pagination-numbers .page-numbers.next { + color: var(--tutor-body-color); + background-color: var(--bb-content-background-color); + border: 1px solid var(--tutor-border-color); + margin-right: 0; +} +.tutor-pagination ul.tutor-pagination-numbers .page-numbers.prev:hover, .tutor-pagination ul.tutor-pagination-numbers .page-numbers.next:hover { + background-color: var(--tutor-color-primary); + border-color: transparent; + color: var(--bb-content-background-color); +} +.tutor-pagination ul.tutor-pagination-numbers .page-numbers.prev { + margin-left: 0; +} +.tutor-pagination ul.tutor-pagination-numbers .page-numbers [class^="tutor-icon-"] { + font-size: 18px; + font-weight: 300; +} + +/* Course Card */ +.tutor-course-card .tutor-course-name, +.tutor-course-card .tutor-course-name a { + color: var(--bb-headings-color); + font-size: 16px; + margin-bottom: 15px; +} +.tutor-course-card .tutor-course-thumbnail .tutor-card-image-top { + border-radius: var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0; +} +.tutor-course-card .tutor-bundle-course-count-badge { + font-size: 14px; + background-color: var(--tutor-color-primary); +} +.tutor-course-card .tutor-btn-outline-primary { + color: var(--bb-headings-color); + background-color: var(--bb-content-background-color); + border-color: var(--tutor-border-color); + font-weight: 500; +} +.tutor-course-card .tutor-btn-outline-primary:hover { + color: var(--bb-content-background-color); + background-color: var(--tutor-color-primary); + border-color: var(--tutor-color-primary); +} +.tutor-course-card .tutor-course-bookmark > a { + background-color: rgba(0, 0, 0, 0.1); + border-color: transparent; +} +.tutor-course-card .tutor-course-bookmark > a .tutor-icon-bookmark-line, +.tutor-course-card .tutor-course-bookmark > a .tutor-icon-bookmark-bold { + color: var(--bb-content-background-color); + font-family: "bb-icons" !important; + /* stylelint-disable-line */ + font-size: 18px; + font-weight: 300; +} +.tutor-course-card .tutor-course-bookmark > a .tutor-icon-bookmark-line:before, +.tutor-course-card .tutor-course-bookmark > a .tutor-icon-bookmark-bold:before { + content: "\e872"; +} +.tutor-course-card .tutor-course-bookmark > a .tutor-icon-bookmark-line { + font-weight: 400; +} +.tutor-course-card .tutor-course-bookmark > a:hover { + background-color: rgba(0, 0, 0, 0.3); +} +.tutor-course-card .tutor-meta > * { + color: var(--tutor-body-color); +} +.tutor-course-card .tutor-meta a { + color: var(--bb-headings-color); +} +.tutor-course-card .tutor-card-footer { + min-height: 70px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.tutor-course-card .tutor-card-footer > * { + width: 100%; +} +.tutor-course-card .tutor-card-footer .list-item-price .price { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-flow: row-reverse; + flex-flow: row-reverse; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-column-gap: 8px; + column-gap: 8px; +} +.tutor-course-card .tutor-card-footer .list-item-price .price del .amount { + color: var(--tutor-body-color); + font-size: 14px; + font-weight: 400; +} +.tutor-course-card .tutor-card-footer .list-item-price .price .amount { + color: var(--bb-headings-color); + font-size: 18px; + font-weight: 600; +} +.tutor-course-card .tutor-card-footer .list-item-button .add_to_cart_button { + border: 0; + padding: 0; +} +.tutor-course-card .tutor-card-footer .list-item-button .add_to_cart_button .cart-text { + opacity: 0; + height: 0; + width: 0; + overflow: hidden; +} +.tutor-course-card .tutor-card-footer .list-item-button .add_to_cart_button .tutor-icon-cart-line { + color: var(--tutor-body-color); + font-family: "bb-icons" !important; + /* stylelint-disable-line */ + font-size: 24px; + font-weight: 400; +} +.tutor-course-card .tutor-card-footer .list-item-button .add_to_cart_button .tutor-icon-cart-line:before { + content: "\ef1b"; +} +.tutor-course-card .tutor-card-footer .list-item-button .add_to_cart_button:focus, .tutor-course-card .tutor-card-footer .list-item-button .add_to_cart_button:active, .tutor-course-card .tutor-card-footer .list-item-button .add_to_cart_button:hover { + color: var(--tutor-color-primary); + background-color: transparent; +} + +/* Calendar */ +#tutor_calendar_wrapper > .tutor-fs-5.tutor-color-black { + color: var(--bb-headings-color); + font-size: 1.5rem; + font-weight: 600; + line-height: 1.3; +} +#tutor_calendar_wrapper .tutor-calendar-wrapper { + border-radius: var(--bb-block-radius-inner); + background-color: var(--bb-content-background-color); + padding: 20px; +} +#tutor_calendar_wrapper .month-year { + gap: 8px; +} +#tutor_calendar_wrapper .tutor-custom-calendar .tutor-calendar-heading > div { + color: var(--bb-headings-color); + font-size: 12px; + font-weight: 500; +} +#tutor_calendar_wrapper .tutor-custom-calendar .tutor-calendar-body > div { + color: var(--tutor-body-color); +} +#tutor_calendar_wrapper .tutor-custom-calendar .tutor-calendar-body a { + color: var(--tutor-body-color); +} +#tutor_calendar_wrapper .tutor-calendar-events-wrapper { + border: 0; + background-color: transparent; +} +#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper { + padding: 0; +} +#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing > .icon-wrapper .tutor-icon-calender-line { + color: var(--tutor-body-color); + font-size: 24px; +} +#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing > .icon-wrapper > .tutor-fs-7 { + color: var(--bb-headings-color); + font-size: 16px; + font-weight: 500; +} +#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing .tutor-event-wrapper { + border-color: var(--tutor-border-color); + border-radius: var(--bb-block-radius-inner); + padding: 10px; +} +#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing .tutor-event-wrapper .meta-info i { + font-size: 20px; + font-weight: 400; +} +#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing .tutor-event-wrapper .meta-info .time { + color: var(--tutor-body-color); + font-size: 14px; + font-weight: 400; +} +#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing .tutor-event-wrapper .meta-info a { + color: var(--bb-headings-color); + font-size: 14px; + font-weight: 400; +} +#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing .tutor-event-wrapper.overdue { + border-color: rgba(var(--bb-danger-color-rgb), 15%); +} +#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing .tutor-event-wrapper.overdue .meta-info a { + color: var(--bb-danger-color); +} +#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing .tutor-event-wrapper.overdue .meta-info a i, +#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing .tutor-event-wrapper.overdue .meta-info a span, +#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing .tutor-event-wrapper.overdue .meta-info a strong, +#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing .tutor-event-wrapper.overdue .meta-info a .time { + color: var(--bb-danger-color); +} + +.tutor-calendar-dropdown .tutor-calendar-dropdown-label { + color: var(--bb-headings-color); + background-color: var(--bb-content-alternate-background-color); + padding: 8px 12px; +} +.tutor-calendar-dropdown .tutor-calendar-dropdown-label > svg { + opacity: 0.5; + margin-right: 0.5rem; +} +.tutor-calendar-dropdown .tutor-calendar-dropdown-list li { + color: var(--tutor-body-color); +} + +.tutor-calendar-searching { + max-width: 400px; +} + +.tutor-quiz-attempt-details-wrapper > .tutor-btn { + color: var(--tutor-body-color); +} +.tutor-quiz-attempt-details-wrapper > .tutor-btn .tutor-icon-previous { + font-family: "bb-icons" !important; + /* stylelint-disable-line */ + font-size: 22px; + font-weight: 400; + margin-left: 5px; +} +.tutor-quiz-attempt-details-wrapper > .tutor-btn .tutor-icon-previous:before { + content: "\e85f"; +} +.tutor-quiz-attempt-details-wrapper > .tutor-btn:hover { + color: var(--tutor-color-primary); +} +.tutor-quiz-attempt-details-wrapper .tutor-color-secondary { + color: var(--tutor-body-color); +} +.tutor-quiz-attempt-details-wrapper > .tutor-color-black, +.tutor-quiz-attempt-details-wrapper .header-title { + color: var(--bb-headings-color); +} +.tutor-quiz-attempt-details-wrapper .type .tooltip-icon:after { + content: "\eebc"; + font-family: "bb-icons" !important; + /* stylelint-disable-line */ + font-size: 14px; + font-weight: 100; +} +.tutor-quiz-attempt-details-wrapper .tutor-icon-angle-down { + font-family: "bb-icons" !important; + /* stylelint-disable-line */ + font-size: 24px; + font-weight: 300; +} +.tutor-quiz-attempt-details-wrapper .tutor-icon-angle-down:before { + content: "\e826"; +} + +.quiz-attempt-answers-wrap { + background-color: var(--bb-content-alternate-background-color); + border-radius: var(--bb-block-radius-inner); + padding: 48px 60px; + margin-top: 24px; +} + +.tutor-qna-single-question .tutor-qa-reply { + margin-top: 24px; +} + +.quiz-attempt-answers-wrap .attempt-header-quiz { + margin-top: 0; +} + +.tutor-dashboard-content .analytics-student-details .photo-area { + overflow: visible; + height: auto; + margin: 30px 0; +} +.tutor-dashboard-content .analytics-student-details .photo-area .cover-area { + display: none; +} +.tutor-dashboard-content .analytics-student-details .photo-area .pp-area { + top: unset; + padding: 0; +} +.tutor-dashboard-content .analytics-student-details .photo-area .pp-area .tutor-color-white, +.tutor-dashboard-content .analytics-student-details .photo-area .pp-area h3 { + color: var(--bb-headings-color); +} +.tutor-dashboard-content .tutor-analytics-wrapper .tutor-analytics-filter-tabs { + row-gap: 20px; +} +.tutor-dashboard-content .tutor-analytics-wrapper .tutor-analytics-filter-tabs .tutor-v2-date-range-picker { + -ms-flex-preferred-size: 45% !important; + flex-basis: 45% !important; +} +@media screen and (max-width: 800px) { + .tutor-dashboard-content .tutor-analytics-wrapper .tutor-analytics-filter-tabs { + -ms-flex-wrap: wrap; + flex-wrap: wrap; + } + .tutor-dashboard-content .tutor-analytics-wrapper .tutor-analytics-filter-tabs .tutor-v2-date-range-picker { + -ms-flex-preferred-size: 100% !important; + flex-basis: 100% !important; + } +} + +.tutor-qna-single-wrapper { + padding-left: 10px; + margin-left: -10px; +} + +.tutor-login-wrap, +#tutor-registration-wrap { + border-radius: var(--bb-block-radius); + background-color: var(--bb-content-background-color); + margin: 20px auto; +} +.tutor-login-wrap .tutor-alert, +#tutor-registration-wrap .tutor-alert { + color: var(--tutor-body-color); + background-color: var(--bb-content-background-color); + font-size: 15px; +} +.tutor-login-wrap .tutor-alert ul, +#tutor-registration-wrap .tutor-alert ul { + list-style: none; + margin: 0; +} +.tutor-login-wrap .lostmenot + div > .tutor-form-check, +#tutor-registration-wrap .lostmenot + div > .tutor-form-check { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.tutor-login-wrap .lostmenot + div > .tutor-form-check label, +#tutor-registration-wrap .lostmenot + div > .tutor-form-check label { + color: var(--bb-headings-color); +} + +.tutor-screen-frontend-dashboard .tutor-forgot-password-form, +.tutor-screen-frontend-dashboard .tutor-reset-password-form { + padding-top: 100px !important; +} + +/* React Date Picker */ +.react-datepicker-popper .react-datepicker { + background-color: var(--bb-content-background-color); + border-radius: var(--bb-block-radius-inner); +} +.react-datepicker-popper .react-datepicker .react-datepicker__navigation:hover { + background-color: transparent; +} +.tutor-react-datepicker__selects-range .react-datepicker-popper .react-datepicker .react-datepicker__current-month { + color: var(--bb-headings-color); +} +.tutor-react-datepicker__selects-range .react-datepicker-popper .react-datepicker .react-datepicker__custom-footer { + border-color: var(--tutor-border-color); +} +.tutor-react-datepicker__selects-range .react-datepicker-popper .react-datepicker .react-datepicker__custom-footer .react-datepicker__selected-days-count { + color: var(--bb-alternate-text-color); +} +.tutor-react-datepicker__selects-range .react-datepicker-popper .react-datepicker .react-datepicker__day--range-start, +.tutor-react-datepicker__selects-range .react-datepicker-popper .react-datepicker .react-datepicker__day--range-end { + color: var(--bb-primary-button-text-regular); +} +.react-datepicker-popper .react-datepicker .react-datepicker__day-name { + color: var(--bb-headings-color); + font-size: 12px; + font-weight: 500; +} +.react-datepicker-popper .react-datepicker .react-datepicker__day { + color: var(--tutor-body-color); + font-size: 14px; +} +.react-datepicker-popper .react-datepicker .react-datepicker__day--outside-month, +.react-datepicker-popper .react-datepicker .react-datepicker__day--disabled { + color: var(--bb-alternate-text-color); +} +.react-datepicker-popper .react-datepicker .react-datepicker__day--keyboard-selected { + color: var(--bb-primary-button-text-regular); +} +.react-datepicker-popper .react-datepicker .react-datepicker__day:not(.react-datepicker__day--keyboard-selected, .react-datepicker__day--selected, .react-datepicker__day--range-start, .react-datepicker__day--in-range):hover { + /* stylelint-disable-line */ + background: var(--bb-content-alternate-background-color); +} +.react-datepicker-popper .react-datepicker .tutor-btn-outline-primary { + background-color: var(--bb-primary-button-background-regular); + color: var(--bb-primary-button-text-regular); + border: 1px solid var(--bb-primary-button-border-regular); + -webkit-transition: all linear 0.2s; + transition: all linear 0.2s; + background-color: var(--tutor-color-primary); + border-color: var(--tutor-color-primary); +} +.react-datepicker-popper .react-datepicker .tutor-btn-outline-primary:focus { + box-shadow: var(--bb-primary-button-focus-shadow); +} +.react-datepicker-popper .react-datepicker .tutor-btn-outline-primary:hover, .react-datepicker-popper .react-datepicker .tutor-btn-outline-primary:focus, .react-datepicker-popper .react-datepicker .tutor-btn-outline-primary: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); + background-color: var(--tutor-color-primary-hover); + border-color: var(--tutor-color-primary-hover); +} + +/* UI Date Picker */ +.ui-timepicker-div .ui_tpicker_time_input { + border-radius: 0; +} + +.tutor-modal-open .ui-datepicker .ui-datepicker-buttonpane button { + padding: 5px 15px; + font-size: 14px; + margin: 0 3px; +} + +/* Tutor Announcement Modal */ +@media screen and (max-width: 800px) { + .tutor-announcements-form + .tutor-modal { + min-height: auto; + max-height: -webkit-calc(100% - 98px); + max-height: calc(100% - 98px); + height: auto; + } + .tutor-announcements-form + .tutor-modal .tutor-modal-window { + margin: 0 auto; + } +} +.bb-template-v2 .tutor-dropdown .tutor-dropdown-item { + border-radius: 6px; +} +.bb-template-v2 .tutor-dropdown .tutor-dropdown-item > span { + color: var(--tutor-body-color); +} +.bb-template-v2 .tutor-modal-footer { + border-top: 0; +} + +[class^="tutor-icon-"], +[class*=" tutor-icon-"] { + font-family: bb-icons !important; +} + +.tutor-icon-external-link:before { + content: "\ee68"; +} + +.tutor-icon-search:before { + content: "\ef10"; +} + +.tutor-icon-calender-line:before { + content: "\e803"; +} + +.tutor-icon-import-o:before { + content: "\ee57"; +} + +.tutor-icon-times:before { + content: "\e828"; +} + +.tutor-icon-circle-info-o:before { + content: "\eebc"; + font-weight: 100; +} + +.tutor-icon-circle-info:before { + content: "\eebc"; + font-weight: 100; +} + +.tutor-icon-kebab-menu:before { + content: "\ee5d"; +} + +.tutor-icon-edit:before { + content: "\ee5a"; +} + +.tutor-icon-user-line:before { + content: "\ef52"; +} + +.tutor-icon-clock-line:before { + content: "\e884"; +} + +.tutor-icon-angle-left:before { + content: "\e8ab"; +} + +.tutor-icon-angle-right:before { + content: "\e827"; +} + +.tutor-icon-image-landscape:before { + content: "\eeb4"; +} + +.tutor-icon-brand-zoom:before, +.tutor-icon-brand-zoom-o:before { + content: "\edfd"; +} + +.tutor-icon-angle-down:before { + content: "\e826"; +} + +.tutor-icon-angle-up:before { + content: "\e87c"; +} + +.tutor-icon-eye-line:before, +.tutor-icon-eye-bold:before { + content: "\ee69"; +} + +.tutor-icon-eye-slash-line:before, +.tutor-icon-eye-slash-bold:before { + content: "\ee6a"; +} + +.tutor-icon-eye-slash-bold:before { + font-weight: 300; +} + +.tutor-icon-eye-bold:before { + font-weight: 300; +} + +.tutor-icon-document-text:before { + content: "\ee74"; +} + +.tutor-icon-mortarboard:before { + content: "\eeac"; +} + +.tutor-icon-refresh-o:before { + content: "\ef07"; +} + +.tutor-icon-ribbon-o:before { + content: "\e865"; +} + +.tutor-icon-level:before { + content: "\ef20"; +} + +.tutor-icon-purchase-mark:before { + content: "\ef1b"; +} + +.tutor-icon-star-bold:before { + content: "\ef32"; + font-weight: 300; +} + +.tutor-icon-star-half-bold:before { + content: "\ef33"; + font-weight: 300; +} + +.tutor-icon-star-line:before { + content: "\ef32"; +} + +.tutor-icon-bookmark-line:before { + content: "\e872"; +} + +.tutor-icon-share:before { + content: "\ef14"; +} + +.tutor-icon-left:before { + content: "\e8ab"; +} + +.tutor-icon-circle-mark-line:before { + content: "\e876"; + font-weight: 100; +} + +.tutor-icon-bullet-point:before { + content: "\e881"; +} + +.tutor-icon-plus-o:before, +.tutor-icon-plus:before { + content: "\eef9"; +} + +.tutor-icon-brand-youtube-bold:before { + content: "\ee0b"; + font-weight: 100; +} + +.tutor-icon-circle-question-mark:before { + content: "\eeff"; + font-weight: 100; +} + +.tutor-icon-warning::before { + content: "\ee66"; +} + +.tutor-icon-mortarboard-o:before { + content: "\eeac"; +} + +.tutor-icon-bookmark-bold:before { + content: "\e872"; +} + +.tutor-icon-calender-line:before { + content: "\e803"; +} + +.tutor-icon-bullhorn:before { + content: "\ee03"; +} + +.tutor-icon-chart-pie:before { + content: "\ee15"; +} + +.tutor-icon-gear:before { + content: "\ee27"; +} + +.tutor-icon-signout:before { + content: "\ef23"; +} + +.tutor-icon-trash-can:before, +.tutor-icon-trash-can-line:before { + content: "\ef48"; +} + +.tutor-icon-trash-can-bold:before { + content: "\ef48"; + font-weight: 300; +} + +.tutor-icon-archive:before { + content: "\e976"; +} + +.tutor-icon-copy-text:before { + content: "\ee3b"; +} + +.tutor-icon-copy:before { + content: "\ee3b"; +} + +.tutor-icon-print:before { + content: "\eefe"; +} + +.tutor-icon-lock-line::before { + content: "\eecd"; +} + +.tutor-icon-previous:before { + content: "\e85f"; +} + +.tutor-icon-next:before { + content: "\e860"; +} + +.tutor-icon-minus:before, +.tutor-icon-minus-o:before { + content: "\eed8"; +} + +.tutor-icon-download:before { + content: "\e889"; +} + +.tutor-icon-assignment:before { + content: "\ee74"; +} + +.tutor-icon-certificate-landscape:before { + content: "\e975"; +} + +.tutor-icon-quiz-o:before { + content: "\eeff"; + font-weight: 100; +} + +.tutor-icon-camera:before { + content: "\ee06"; +} + +.tutor-icon-circle-mark-o:before { + content: "\e876"; + font-weight: 200; +} + +.tutor-icon-clipboard-list:before { + content: "\e882"; +} + +.tutor-icon-brand-google-meet:before { + content: "\ef65"; +} + +.tutor-icon-paperclip:before { + content: "\eee6"; +} + +.tutor-icon-certificate-portrait:before { + content: "\e975"; +} + +.tutor-icon-plus-square:before { + content: "\eef9"; + font-weight: 500; +} + +.tutor-icon-save-line:before { + content: "\ef0e"; +} + +.tutor-icon-clock-line-o:before { + content: "\e884"; + font-weight: 400; +} + +.tutor-icon-clipboard:before { + content: "\e882"; +} + +.tutor-icon-envelope::before { + content: "\ee62"; +} + +.tutor-icon-important-line::before, +.tutor-icon-important-bold:before { + content: "\ef32"; +} + +.tutor-icon-important-bold:before { + font-weight: 300; +} + +.tutor-icon-circle-mark:before { + content: "\e876"; + font-weight: 100; +} + +.tutor-icon-mark:before { + content: "\e876"; +} + +.tutor-icon-hamburger-menu:before, +.tutor-icon-hamburger-o:before { + content: "\e858"; +} + +.tutor-icon-question:before { + content: "\eeff"; + font-weight: 100; +} + +.tutor-icon-book-open-o:before { + content: "\e96f"; +} + +.tutor-icon-video-camera-o:before { + content: "\ef65"; +} + +.tutor-icon-cart-line:before, +.tutor-icon-cart-filled:before { + content: "\ef1b"; +} + +.tutor-icon-refresh:before { + content: "\ef07"; +} + +.tutor-form-select-with-icon.select-success .icon1:before { + content: "\ee69"; + font-weight: 400; +} + +.tutor-form-select-with-icon.select-default .icon1:before { + content: "\ee7a"; + font-weight: 400; +} + +.tutor-icon-layer:before { + content: "\eec3"; +} + +.tutor-icon-minimize:before { + content: "\eed5"; +} + +.tutor-quiz-type-icon.tutor-icon-circle-half:before { + content: "\eda6"; +} +.tutor-quiz-type-icon.tutor-icon-mark:before { + content: "\e881"; + font-weight: 300; +} +.tutor-quiz-type-icon.tutor-icon-double-mark:before { + content: "\e876"; +} +.tutor-quiz-type-icon.tutor-icon-text-width:before { + content: "\e859"; +} +.tutor-quiz-type-icon.tutor-icon-hourglass:before { + content: "\eed8"; +} +.tutor-quiz-type-icon.tutor-icon-arrow-right-left:before { + content: "\ee64"; +} +.tutor-quiz-type-icon.tutor-icon-images:before { + content: "\eeb5"; +} +.tutor-quiz-type-icon.tutor-icon-camera:before { + content: "\ee06"; +} + +.tutor-icon-ordering-z-a:before { + content: "\ef28"; +} + +.tutor-icon-report-time:before { + content: "\ee74"; +} + +.tutor-icon-receipt-line:before { + content: "\ef06"; +} + +.tutor-icon-user-bold:before { + content: "\ef52"; + font-weight: 300; +} + +.tutor-icon-bell-bold:before { + content: "\e967"; + font-weight: 300; +} + +.tutor-icon-instructor:before { + content: "\ef55"; +} + +.tutor-icon-open-envelope:before { + content: "\ee63"; +} + +.tutor-icon-puzzle:before { + content: "\ef01"; +} + +.tutor-icon-dashboard:before { + content: "\ee12"; +} + +.tutor-icon-comment:before { + content: "\ee33"; +} + +.tutor-icon-circle-times-bold:before { + content: "\e828"; + font-weight: 200; +} + +.tutor-icon-circle-times-line:before { + content: "\e828"; + font-weight: 100; +} + +.tutor-icon-slider-vertical:before { + content: "\ef25"; +} + +.tutor-icon-message-unread:before { + content: "\ee62"; +} + +.tutor-icon-brand-facebook:before { + content: "\e807"; + font-weight: 300; +} + +.tutor-icon-brand-twitter:before { + content: "\edf4"; + font-weight: 300; +} + +.tutor-icon-brand-linkedin:before { + content: "\eddf"; + font-weight: 300; +} + +.tutor-icon-circle-warning-outline:before { + content: "\eebc"; + font-weight: 100; +} + +.tutor-icon-coding:before, +.tutor-icon-shortcode::before, +.tutor-icon-brand-html5-bold:before { + content: "\ee25"; +} + +.tutor-icon-brand-html5-bold:before { + content: "\ee25"; +} + +.tutor-icon-brand-youtube-line:before { + content: "\edfc"; +} + +.tutor-icon-brand-vimeo-line:before { + content: "\edf5"; +} + +.tutor-icon-link:before { + content: "\eec8"; +} + +.tutor-icon-export:before { + content: "\e9e8"; +} + +.tutor-icon-pencil:before { + content: "\eeec"; +} + +.tutor-icon-add-group:before { + content: "\ea0c"; +} + +.tutor-course-topic-single-body { + background-color: var(--bb-body-background-color); +} +.tutor-course-topic-single-body .tutor-lesson-feature-image { + padding: 24px 60px 0; +} +.tutor-course-topic-single-body .tutor-lesson-feature-image img { + width: 100%; + border-radius: var(--bb-block-radius-inner); +} +.tutor-course-topic-single-body .tutor-course-spotlight-wrapper .tutor-nav:not(.tutor-nav-pills, .tutor-nav-tabs) { + border-bottom-color: transparent; +} +.tutor-course-topic-single-body .tutor-course-spotlight-wrapper .tutor-nav:not(.tutor-nav-pills, .tutor-nav-tabs) .tutor-nav-item:not(:last-child) { + margin-left: 20px; +} +.tutor-course-topic-single-body .tutor-course-spotlight-wrapper .tutor-nav:not(.tutor-nav-pills, .tutor-nav-tabs) .tutor-nav-link { + padding: 10px 0 10px 8px; + border-bottom-width: 2px; +} +.tutor-course-topic-single-body .tutor-course-spotlight-wrapper .tutor-nav:not(.tutor-nav-pills, .tutor-nav-tabs) .tutor-nav-link [class*="tutor-icon-"] { + font-size: 24px; + margin-left: 5px; +} +.tutor-course-topic-single-body .tutor-course-spotlight-wrapper .tutor-nav:not(.tutor-nav-pills, .tutor-nav-tabs) .tutor-nav-link.is-active { + font-weight: 500; +} + +.tutor-course-topic-single-header form { + margin: 0; +} +.tutor-course-topic-single-header .tutor-iconic-btn .tutor-icon-times { + font-size: 24px; +} +.tutor-course-topic-single-header .tutor-course-topics-sidebar-toggler { + font-size: 20px; +} + +.tutor-course-single-sidebar-wrapper { + background-color: var(--bb-content-background-color); +} +.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header { + border-radius: 0; +} +.tutor-course-single-sidebar-wrapper .tutor-course-single-sidebar-title { + border: 0; + padding: 20px 20px 10px; +} +.tutor-course-single-sidebar-wrapper .tutor-course-single-sidebar-title .tutor-color-secondary { + color: var(--bb-headings-color); + font-size: 14px; + font-weight: 600; + text-transform: uppercase; + opacity: 0.6; + height: auto; +} +.tutor-course-single-sidebar-wrapper .tutor-course-topic { + padding: 5px 20px; +} +.tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header { + border: 0; + border-radius: var(--bb-block-radius-inner); +} +.tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header .tutor-course-topic-title-info { + top: 0; +} +.tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header .tutor-course-topic-title { + color: var(--bb-headings-color); + font-size: 16px; + font-weight: 500; +} +.tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header:after { + color: var(--bb-alternate-text-color); + font-size: 24px; +} +.tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header:hover { + background-color: var(--bb-content-alternate-background-color); +} +.tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header.is-active { + background-color: var(--tutor-color-primary); +} +.tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header.is-active:after, +.tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header.is-active .tutor-course-topic-title, +.tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header.is-active .tutor-course-topic-summary, +.tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header.is-active .tutor-course-topic-title-info-icon { + color: var(--bb-sidenav-count-text-color-hover); +} +.tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-body { + padding-right: 20px; + margin-top: 10px; +} +.tutor-course-single-sidebar-wrapper .tutor-course-topic-item a { + padding: 12px 15px; + border-radius: var(--bb-block-radius-inner); +} +.tutor-course-single-sidebar-wrapper .tutor-course-topic-item a:hover { + background-color: var(--bb-content-alternate-background-color); + color: inherit; +} +.tutor-course-single-sidebar-wrapper .tutor-course-topic-item .tutor-course-topic-item-title { + color: var(--bb-headings-color); + font-weight: 400; +} +.tutor-course-single-sidebar-wrapper .tutor-course-topic-item .tutor-course-topic-item-icon { + color: var(--bb-alternate-text-color); +} +.tutor-course-single-sidebar-wrapper .tutor-accordion-item-body { + padding-top: 0; + padding-bottom: 0; +} +.tutor-course-single-sidebar-wrapper .tutor-course-topic-item.is-active .tutor-course-topic-item-title, .tutor-course-single-sidebar-wrapper .tutor-course-topic-item:hover .tutor-course-topic-item-title { + color: var(--bb-headings-color); +} +.tutor-course-single-sidebar-wrapper .tutor-course-topic-item.is-active .tutor-course-topic-item-icon, .tutor-course-single-sidebar-wrapper .tutor-course-topic-item:hover .tutor-course-topic-item-icon { + color: var(--bb-alternate-text-color); +} +.tutor-course-single-sidebar-wrapper .tutor-course-topic-item .tutor-form-check-circle[checked] { + background-color: var(--tutor-color-primary); + border-color: var(--tutor-color-primary); +} +.tutor-course-single-sidebar-wrapper .tutor-course-topic-item .tutor-course-topic-item-duration { + font-weight: 400; +} + +.tutor-spotlight-mobile-progress-complete { + background-color: var(--bb-content-background-color); +} +.tutor-spotlight-mobile-progress-complete .tutor-topbar-complete-btn form { + margin-bottom: 0; +} + +.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header { + color: var(--bb-headings-color); + background-color: var(--bb-content-background-color); + box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.05); +} +.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-iconic-btn-secondary { + background-color: var(--bb-content-alternate-background-color); + color: var(--bb-body-text-color); +} +.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-iconic-btn { + color: var(--bb-alternate-text-color); +} +.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-course-topic-single-header-title { + font-size: 18px; + font-weight: 600; +} +.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-topbar-mark-btn { + color: var(--bb-headings-color); + border-color: var(--tutor-border-color); +} +.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-topbar-mark-btn:hover { + color: var(--bb-content-background-color); + background-color: var(--tutor-color-primary); + border-color: transparent; +} +.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-footer { + background-color: var(--bb-content-alternate-background-color); + border-top-color: transparent; +} +@media screen and (min-width: 1200px) { + .tutor-course-single-content-wrapper #tutor-single-entry-content { + padding-top: 60px; + } + .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header { + position: fixed; + left: 0; + right: 370px; + z-index: 99; + top: var(--bb-header-height); + -webkit-transition: right 0.2s; + transition: right 0.2s; + } + .admin-bar .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header { + top: -webkit-calc(var(--bb-header-height) + 32px); + top: calc(var(--bb-header-height) + 32px); + } + .buddypanel-open .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header { + right: 600px; + } + .buddypanel-open.bb-buddypanel-right .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header { + -webkit-transition: left 0.2s; + transition: left 0.2s; + right: 370px; + left: 230px; + } +} +@media screen and (max-width: 544px) { + .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-course-topic-single-header-title { + font-size: 16px; + } +} +.tutor-course-single-content-wrapper .tutor-course-topic-single-footer .tutor-btn { + padding: 8px 22px; + font-size: 16px; + background-color: var(--bb-content-background-color); + color: var(--bb-headings-color); + border: 1px solid var(--bb-content-border-color); +} +.tutor-course-single-content-wrapper .tutor-course-topic-single-footer .tutor-btn:focus { + box-shadow: var(--bb-outline-button-focus-shadow); +} +.tutor-course-single-content-wrapper .tutor-course-topic-single-footer .tutor-btn: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); +} +.tutor-course-single-content-wrapper .tutor-course-topic-single-footer .tutor-btn:focus { + box-shadow: none; +} +.tutor-course-single-content-wrapper .tutor-course-topic-single-footer .tutor-btn[disabled] { + background-color: var(--bb-content-background-color); + color: var(--bb-headings-color); + border: 1px solid var(--bb-content-border-color); + opacity: 0.5; + pointer-events: none; + cursor: default; +} +.tutor-course-single-content-wrapper .tutor-course-topic-single-footer .tutor-single-course-content-next .tutor-icon-next:before { + content: "\e827"; +} +.tutor-course-single-content-wrapper .tutor-course-topic-single-footer .tutor-single-course-content-prev .tutor-icon-previous:before { + content: "\e8ab"; +} +@media screen and (min-width: 1200px) { + .tutor-course-single-content-wrapper.tutor-course-single-sidebar-hidden #tutor-single-entry-content .tutor-course-topic-single-header { + right: 0; + } + .buddypanel-open .tutor-course-single-content-wrapper.tutor-course-single-sidebar-hidden #tutor-single-entry-content .tutor-course-topic-single-header { + right: 230px; + } + .bb-buddypanel-right.buddypanel-open .tutor-course-single-content-wrapper.tutor-course-single-sidebar-hidden #tutor-single-entry-content .tutor-course-topic-single-header { + right: 0; + } +} + +@media screen and (max-width: 1200px) { + .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-iconic-btn { + font-size: 22px; + } + + .tutor-course-single-sidebar-wrapper .tutor-course-single-sidebar-title .tutor-iconic-btn { + font-size: 22px; + } +} +.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card, +.tutor-course-attachment.tutor-card, +#tutor-assignment-wrap .tutor-instructor-card { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-flow: row; + flex-flow: row; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + background-color: var(--bb-content-alternate-background-color); + border: 1px solid transparent; + border-radius: var(--bb-block-radius-inner); + padding: 12px 17px; +} +.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card > .tutor-card-body, +.tutor-course-attachment.tutor-card > .tutor-card-body, +#tutor-assignment-wrap .tutor-instructor-card > .tutor-card-body { + padding: 0 12px 0 0; + max-width: -webkit-calc(100% - 40px); + max-width: calc(100% - 40px); +} +.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card > .tutor-card-body > .tutor-row, +.tutor-course-attachment.tutor-card > .tutor-card-body > .tutor-row, +#tutor-assignment-wrap .tutor-instructor-card > .tutor-card-body > .tutor-row { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card .tutor-icard-content .tutor-color-secondary, +.tutor-course-attachment.tutor-card .tutor-icard-content .tutor-color-secondary, +#tutor-assignment-wrap .tutor-instructor-card .tutor-icard-content .tutor-color-secondary { + color: var(--bb-headings-color); + font-size: 14px; + font-weight: 500; +} +.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card .tutor-icard-content .tutor-color-secondary a, +.tutor-course-attachment.tutor-card .tutor-icard-content .tutor-color-secondary a, +#tutor-assignment-wrap .tutor-instructor-card .tutor-icard-content .tutor-color-secondary a { + color: var(--bb-headings-color); +} +.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card .tutor-fs-7, +.tutor-course-attachment.tutor-card .tutor-fs-7, +#tutor-assignment-wrap .tutor-instructor-card .tutor-fs-7 { + color: var(--bb-alternate-text-color); + font-size: 13px; +} +.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card:before, +.tutor-course-attachment.tutor-card:before, +#tutor-assignment-wrap .tutor-instructor-card:before { + content: "\ee6e"; + color: var(--bb-alternate-text-color); + font-family: bb-icons; + font-size: 38px; + font-weight: 300; +} +.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card:hover, +.tutor-course-attachment.tutor-card:hover, +#tutor-assignment-wrap .tutor-instructor-card:hover { + border-color: var(--tutor-border-color); +} +.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card:hover .tutor-iconic-btn, +.tutor-course-attachment.tutor-card:hover .tutor-iconic-btn, +#tutor-assignment-wrap .tutor-instructor-card:hover .tutor-iconic-btn { + opacity: 1; + visibility: visible; +} +.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card .tutor-iconic-btn, +.tutor-course-attachment.tutor-card .tutor-iconic-btn, +#tutor-assignment-wrap .tutor-instructor-card .tutor-iconic-btn { + background-color: var(--bb-content-background-color); + border-color: var(--tutor-border-color); + border-radius: var(--bb-block-radius-inner); + opacity: 0; + visibility: hidden; +} +.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card .tutor-iconic-btn .tutor-icon-times, +.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card .tutor-iconic-btn .tutor-icon-download, +.tutor-course-attachment.tutor-card .tutor-iconic-btn .tutor-icon-times, +.tutor-course-attachment.tutor-card .tutor-iconic-btn .tutor-icon-download, +#tutor-assignment-wrap .tutor-instructor-card .tutor-iconic-btn .tutor-icon-times, +#tutor-assignment-wrap .tutor-instructor-card .tutor-iconic-btn .tutor-icon-download { + font-size: 18px; + color: var(--bb-headings-color); + opacity: 0.4; +} +.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card .tutor-iconic-btn .tutor-icon-times:before, +.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card .tutor-iconic-btn .tutor-icon-download:before, +.tutor-course-attachment.tutor-card .tutor-iconic-btn .tutor-icon-times:before, +.tutor-course-attachment.tutor-card .tutor-iconic-btn .tutor-icon-download:before, +#tutor-assignment-wrap .tutor-instructor-card .tutor-iconic-btn .tutor-icon-times:before, +#tutor-assignment-wrap .tutor-instructor-card .tutor-iconic-btn .tutor-icon-download:before { + content: "\ee57"; +} +.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card .tutor-iconic-btn .tutor-icon-times:before, +.tutor-course-attachment.tutor-card .tutor-iconic-btn .tutor-icon-times:before, +#tutor-assignment-wrap .tutor-instructor-card .tutor-iconic-btn .tutor-icon-times:before { + content: "\e828"; +} + +.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-assignment-details .tutor-assignment-title { + font-weight: 600; +} +.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-assignment-details .tutor-assignment-detail-info .tutor-color-black { + font-weight: 600; +} + +.tutor-assignment-text-area .mce-tinymce, +.tutor-assignment-text-area .wp-editor-container { + border-radius: var(--bb-block-radius-inner); +} +.tutor-assignment-text-area #wp-tutor-global-text-editor-wrap div.mce-toolbar-grp { + border-radius: var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0; +} +.tutor-assignment-text-area .mce-statusbar { + border-radius: 0 0 var(--bb-block-radius-inner) var(--bb-block-radius-inner); +} + +/* stylelint-disable */ +#tutor-assignment-wrap.tutor-submit-assignment .tutor-assignment-submission .tutor-assignment-body .tutor-assignment-attachment { + background-color: var(--bb-content-alternate-background-color); + border-radius: var(--bb-block-radius-inner); +} + +#tutor-assignment-wrap .tutor-assignment-attachment #tutor-student-assignment-edit-file-preview .tutor-instructor-card { + background-color: var(--bb-content-background-color); +} + +/* stylelint-enable */ +/* Quiz Start */ +.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap { + background-color: var(--bb-body-background-color); +} +.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-start-quiz-wrapper { + background-color: var(--bb-content-background-color); + border-color: var(--tutor-border-color); + padding: 40px; +} +.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-start-quiz-wrapper .tutor-quiz-info-area { + margin: 30px 0; +} +.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-start-quiz-title { + padding-bottom: 5px; +} +.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-start-quiz-title .tutor-color-black { + font-weight: 600; +} +.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group #tutor-start-quiz { + margin-bottom: 0; +} +.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost { + 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); + padding: 6px 12px !important; +} +.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost:hover { + color: #1e2132; + background-color: rgba(255, 255, 255, 0.05); +} +.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost:active { + color: #1e2132; + background-color: rgba(255, 255, 255, 0.09); +} +.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost:disabled, .tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost.disabled { + color: #c8cbcf; + background-color: #f5f5f5; +} +.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost.outline { + background: none; + color: #fff; + border-color: #fff; +} +.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost.outline:hover { + color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.05); +} +.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost.outline:active { + color: rgba(255, 255, 255, 0.12); + border-color: rgba(255, 255, 255, 0.12); +} +.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost.outline:disabled, .tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost.outline.disabled { + background: #f5f5f5; + color: #dedfe2; + border-color: #dedfe2; + opacity: 1; +} +.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost:focus { + box-shadow: var(--bb-secondary-button-focus-shadow); +} +.bb-dark-theme .tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost:hover { + color: var(--bb-secondary-button-text-hover); + background-color: var(--bb-secondary-button-background-hover); + border-color: transparent; +} + +/* Quiz Layout */ +.tutor-quiz-wrapper { + margin-top: 40px; +} +.tutor-quiz-wrapper .quiz-meta-info > div .tutor-color-muted { + color: var(--bb-body-text-color); + font-size: 14px; +} +.tutor-quiz-wrapper .quiz-meta-info > div .tutor-fw-bold { + color: var(--bb-headings-color); + font-size: 14px; +} +.tutor-quiz-wrapper .quiz-meta-info .quiz-time-remaining { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.tutor-quiz-wrapper .quiz-meta-info .quiz-time-remaining .quiz-time-remaining-expired-circle { + width: 35px !important; + height: 21px !important; +} +.tutor-quiz-wrapper .quiz-meta-info .quiz-time-remaining .quiz-time-remaining-expired-circle svg { + width: 45px !important; + height: 45px !important; +} +.tutor-quiz-wrapper .quiz-meta-info .quiz-time-remaining #tutor-quiz-time-update { + text-align: right !important; + color: var(--bb-headings-color); + line-height: 1.4; +} +.tutor-quiz-wrapper .quiz-question .matching-quiz-question-desc p { + margin-bottom: 0; +} +.tutor-quiz-wrapper .answer_limit_desc { + color: var(--bb-body-text-color); + font-size: 13px; +} +.tutor-quiz-wrapper .quiz-question-ans-choice textarea.tutor-form-control { + min-height: 110px; +} +.tutor-quiz-wrapper .quiz-question-ans-choice-area.question-type-image_answering { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + gap: 25px; +} +.tutor-quiz-wrapper .quiz-question-ans-choice-area.question-type-image_answering .quiz-short-ans-image { + margin-bottom: 20px; +} +.tutor-quiz-wrapper .quiz-question-ans-choice-area.question-type-image_answering .tutor-image-answer img { + max-height: 250px; +} +.tutor-quiz-wrapper .quiz-question-ans-choice-area.question-type-single_choice .tutor-quiz-question-item-has-media .tutor-card-image { + max-height: 260px; +} +.tutor-quiz-wrapper .quiz-question-ans-choice-area .tutor-quiz-border-box { + background-color: var(--bb-content-background-color); +} +.tutor-quiz-wrapper .quiz-question-ans-choice-area .tutor-quiz-border-box .tutor-dragging-text-conent { + color: var(--bb-body-text-color); + font-size: 14px; + font-weight: 500; +} +.tutor-quiz-wrapper .quiz-question-ans-choice-area .tutor-quiz-border-box .tutor-icon-hamburger-menu { + color: var(--bb-alternate-text-color); + font-size: 24px; +} +.tutor-quiz-wrapper .quiz-question-ans-choice-area .tutor-dropzone { + border-color: var(--tutor-border-color); +} +.tutor-quiz-wrapper .quiz-question-ans-choice-area .tutor-dropzone .tutor-dragging-text-conent { + color: var(--bb-alternate-text-color); + font-size: 14px; + font-weight: 500; +} +.tutor-quiz-wrapper .tutor-quiz-wrap img { + border-radius: var(--bb-block-radius-inner); +} +.tutor-quiz-wrapper .fill-in-the-gap { + color: var(--bb-headings-color); + font-size: 14px; + font-weight: 500; +} +.tutor-quiz-wrapper .fill-in-the-gap .fill-blank { + border-bottom-color: var(--tutor-border-color) !important; + margin: 0 4px 10px !important; +} +.tutor-quiz-wrapper .fill-in-the-gap input { + border-radius: var(--bb-block-radius-inner) !important; +} +@media screen and (max-width: 544px) { + .tutor-quiz-wrapper .quiz-meta-info { + -ms-flex-wrap: wrap; + flex-wrap: wrap; + gap: 20px; + } + .tutor-quiz-wrapper .quiz-meta-info .quiz-meta-info-left { + gap: 10px; + } + .tutor-quiz-wrapper .tutor-quiz-btn-group { + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + } + .tutor-quiz-wrapper .tutor-quiz-btn-group .tutor-btn-ghost.tutor-ml-auto { + margin: 10px auto; + } +} + +/* Quiz Attempt */ +.tutor-quiz-wrap div > a.tutor-btn-ghost { + color: var(--bb-body-text-color); + font-size: 16px; +} +.tutor-quiz-wrap div > a.tutor-btn-ghost [class*="tutor-icon-"] { + color: var(--bb-alternate-text-color); + font-size: 24px; + margin-top: 2px; + margin-left: 4px; +} +.tutor-quiz-wrap .header-title { + font-size: 24px; + font-weight: 600; + margin-bottom: 15px; +} +.tutor-quiz-wrap .header-title + .tutor-d-flex { + -ms-flex-wrap: wrap; + flex-wrap: wrap; +} +.tutor-quiz-wrap .tutor-quiz-questions-pagination ul { + padding-right: 0; +} +.tutor-quiz-wrap .tutor-quiz-question-item .tutor-card { + border-radius: var(--bb-block-radius-inner); +} +.tutor-quiz-wrap input[type="checkbox"].tutor-form-check-input, +.tutor-quiz-wrap input[type="radio"].tutor-form-check-input { + height: 20px; + width: 20px; +} +.tutor-quiz-wrap input[type="checkbox"].tutor-form-check-input + .tutor-fs-6, +.tutor-quiz-wrap input[type="radio"].tutor-form-check-input + .tutor-fs-6 { + color: var(--bb-body-text-color); + font-size: 15px; + font-weight: 500; + line-height: 1; +} +.tutor-quiz-wrap .tutor-quiz-btn-group .tutor-quiz-answer-previous-btn { + color: var(--bb-headings-color); + background-color: var(--bb-content-background-color); + border-color: var(--tutor-border-color); +} +.tutor-quiz-wrap .tutor-quiz-btn-group .tutor-quiz-answer-previous-btn .tutor-icon-previous { + margin-left: 3px; +} +.tutor-quiz-wrap .tutor-quiz-btn-group .tutor-quiz-answer-previous-btn .tutor-icon-previous:before { + content: "\e8ab"; + font-size: 20px; +} +.tutor-quiz-wrap .tutor-quiz-btn-group .tutor-quiz-answer-previous-btn:hover { + color: var(--bb-primary-button-text-hover); + background-color: var(--tutor-color-primary); + border-color: transparent; +} +#tutor-single-entry-content .tutor-quiz-wrap .tutor-quiz-btn-group .tutor-btn-ghost.tutor-ml-auto { + color: var(--bb-alternate-text-color); + font-size: 15px; + font-weight: 500; + background-color: transparent; + border: 0; +} +#tutor-single-entry-content .tutor-quiz-wrap .tutor-quiz-btn-group .tutor-btn-ghost.tutor-ml-auto:hover { + color: var(--tutor-color-primary); +} + +.tutor-course-single-content-wrapper #tutor-single-entry-content #tutor-start-quiz { + margin-bottom: 0; +} +.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-flash-message .tutor-quiz-warning-box { + padding: 10px 15px; + border-radius: var(--bb-block-radius-inner); +} +.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-flash-message .tutor-quiz-warning-box .flash-action button { + background-color: var(--tutor-color-warning); +} +.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-flash-message .tutor-quiz-warning-box .flash-info span:first-child { + font-size: 22px; +} + +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-dashboard-builder-header { + background-color: var(--bb-general-content-background-color); + border-color: transparent; + box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.05); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-dashboard-builder-header #tutor-course-save-draft { + color: var(--bb-headings-color); + font-size: 16px; + font-weight: 500; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-dashboard-builder-header #tutor-course-save-draft [class*="tutor-icon-"] { + color: inherit; + font-size: 20px; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-dashboard-builder-header #tutor-course-save-draft:hover { + color: var(--tutor-color-primary); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-dashboard-builder-header .tutor-dashboard-builder-header-right [class*="tutor-icon-"] { + color: var(--bb-body-text-color); + font-size: 24px; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-upload-tips { + background-color: var(--bb-content-background-color); + border: 1px solid var(--tutor-border-color); + border-radius: var(--bb-block-radius); + padding: 20px; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-upload-tips h3 { + color: var(--bb-headings-color); + font-size: 16px; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-upload-tips ul { + padding: 0; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-upload-tips ul li { + font-size: 14px; + font-weight: 500; + margin-bottom: 15px; + padding-right: 20px; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-upload-tips ul li:after { + right: 0; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section .tutor-course-builder-section-title { + color: var(--bb-headings-color); + font-size: 18px; + font-weight: 600; + border-color: var(--tutor-border-color); + padding: 8px 0; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section .tutor-course-builder-section-title span { + color: inherit; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section .tutor-course-builder-section-title [class*="tutor-icon-"] { + color: var(--tutor-color-primary); + font-size: 28px; + vertical-align: middle; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section .tutor-course-field-label { + color: var(--bb-headings-color); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tooltip-wrap .tutor-form-control + .tutor-color-muted { + color: var(--bb-body-text-color); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #wp-course_description-editor-container { + border-color: var(--tutor-border-color); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #wp-course_description-editor-container .mce-top-part div.mce-toolbar-grp { + background-color: var(--bb-content-alternate-background-color); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .mce-toolbar .mce-ico { + color: var(--bb-headings-color); + opacity: 0.4; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-metabox-course-settings-tabs { + background-color: var(--bb-content-background-color); + border-color: var(--tutor-border-color); + border-radius: var(--bb-block-radius-inner); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-metabox-course-settings-tabs .course-settings-tabs-container .settings-tabs-navs-wrap { + background-color: var(--bb-content-alternate-background-color); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-metabox-course-settings-tabs .course-settings-tabs-container .settings-tabs-navs-wrap ul.settings-tabs-navs li a { + color: var(--bb-sidenav-text-regular); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-metabox-course-settings-tabs .course-settings-tabs-container .settings-tabs-navs-wrap ul.settings-tabs-navs li a i { + font-size: 24px; + opacity: 0.5; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-metabox-course-settings-tabs .course-settings-tabs-container .settings-tabs-navs-wrap ul.settings-tabs-navs li.active a { + background-color: var(--bb-content-background-color); + border-top-color: transparent; + border-bottom-color: transparent; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-metabox-course-settings-tabs .course-settings-tabs-container .settings-tabs-navs-wrap ul.settings-tabs-navs li:not(:first-child) a { + border-bottom: 1px solid var(--tutor-border-color); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-metabox-course-settings-tabs .course-settings-tabs-container .settings-tabs-container { + background-color: var(--bb-content-background-color); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-metabox-course-settings-tabs .course-settings-tabs-container .settings-tabs-container label.tutor-course-setting-label { + font-size: 14px; + font-weight: 400; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-thumbnail-uploader .thumbnail-preview { + border-radius: 0 var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0; + border: 0 !important; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-thumbnail-uploader .thumbnail-wrapper { + background-color: var(--bb-content-background-color); + border: 1px solid var(--tutor-border-color); + border-radius: var(--bb-block-radius-inner); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-thumbnail-uploader .tutor-thumbnail-upload-button { + color: var(--bb-headings-color); + background-color: var(--bb-content-background-color); + border-color: var(--tutor-border-color); + font-weight: 500; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-thumbnail-uploader .tutor-thumbnail-upload-button [class*="tutor-icon-"] { + font-size: 20px; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-thumbnail-uploader .tutor-thumbnail-upload-button:hover { + color: var(--bb-content-background-color); + background-color: var(--tutor-color-primary); + border-color: var(--tutor-color-primary); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section-content .tutor-video-upload-wrap .tutor-dropdown-icon-pack i { + font-size: 18px; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section-content .tutor-video-upload-wrap .video_source_wrap_html5, +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section-content .tutor-video-upload-wrap .tutor-dashed-uploader { + border: 0; + background-color: var(--bb-content-background-color); + border-radius: var(--bb-block-radius); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section-content .tutor-video-upload-wrap .video_source_wrap_html5 .video-metabox-source-html5-upload { + background-color: var(--bb-content-background-color); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section-content .video-upload-icon .tutor-icon-upload-icon-line:before { + content: "\ee24"; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap, +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap { + background-color: var(--bb-content-background-color); + border-color: var(--tutor-border-color); + border-radius: var(--bb-block-radius-inner); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topic-title, +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topic-title { + background-color: var(--tutor-table-header-background); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topic-title .tutor-icon-hamburger-menu:before, +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topic-title .tutor-icon-hamburger-menu:before { + content: "\e9fd"; + color: var(--bb-alternate-text-color); + font-size: 20px; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topic-title .topic-inner-title, +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topic-title .topic-inner-title { + color: var(--bb-headings-color); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topic-title .tutor-iconic-btn, +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topic-title .tutor-iconic-btn { + color: var(--bb-alternate-text-color); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topic-title .expand-collapse-wrap, +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topic-title .expand-collapse-wrap { + color: var(--bb-alternate-text-color); + font-size: 22px; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topic-title .expand-collapse-wrap.is-expanded, +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topic-title .expand-collapse-wrap.is-expanded { + background-color: var(--tutor-table-header-background); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body, +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body { + background-color: var(--bb-content-background-color); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .course-content-item, +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .course-content-item { + border-color: transparent; + border-radius: var(--bb-block-radius-inner); + margin-bottom: 5px; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .course-content-item:hover, +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .course-content-item:hover { + background-color: var(--bb-content-alternate-background-color); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .course-content-item .tutor-icon-hamburger-menu, +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .course-content-item .tutor-icon-hamburger-menu { + padding-right: 0; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .course-content-item .tutor-icon-hamburger-menu:before, +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .course-content-item .tutor-icon-hamburger-menu:before { + content: "\e9fd"; + color: var(--bb-alternate-text-color); + font-size: 20px; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .course-content-item .open-tutor-lesson-modal, +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .course-content-item .open-tutor-lesson-modal { + color: var(--bb-headings-color); + font-size: 14px; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .course-content-item .tutor-icon-hamburger-menu, +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .course-content-item .tutor-icon-hamburger-menu { + content: "\e9fd"; + color: var(--bb-alternate-text-color); + font-size: 20px; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap, +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap { + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-btn, +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-btn { + color: var(--bb-headings-color); + font-size: 15px; + font-weight: 500; + background-color: var(--bb-content-background-color); + border-color: var(--tutor-border-color); + padding: 8px 20px; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-btn [class*="tutor-icon-"], +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-btn [class*="tutor-icon-"] { + font-size: 18px; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-btn:hover, +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-btn:hover { + color: var(--bb-content-background-color); + background-color: var(--tutor-color-primary); + border-color: var(--tutor-color-primary); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-import-quiz-button, +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-import-quiz-button { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + width: 100%; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-import-quiz-button input[type="file"], +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-import-quiz-button input[type="file"] { + background-color: var(--bb-content-alternate-background-color); + padding: 12px; + margin-left: 10px; + max-width: 100%; +} +@media screen and (max-width: 800px) { + body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-import-quiz-button, + body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-import-quiz-button { + -ms-flex-wrap: wrap; + flex-wrap: wrap; + gap: 10px; + } +} +@media screen and (max-width: 544px) { + body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root .tutor-quiz-builder-modal-wrap #quiz-builder-tab-settings > .tutor-mb-32 > .tutor-row { + -ms-flex-wrap: wrap; + flex-wrap: wrap; + row-gap: 15px; + } + body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root .tutor-quiz-builder-modal-wrap #quiz-builder-tab-settings > .tutor-mb-32 > .tutor-row .tutor-col-3 { + width: 50%; + } + body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root .tutor-quiz-builder-modal-wrap #quiz-builder-tab-settings > .tutor-mb-32 > .tutor-row .tutor-col-6 { + width: 100%; + } + body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section #tutor-zoom-meeting-modal-form .meeting-modal-form-wrap > .tutor-row { + -ms-flex-flow: column; + flex-flow: column; + } + body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section #tutor-zoom-meeting-modal-form .meeting-modal-form-wrap > .tutor-row > .tutor-col-6 { + width: 100%; + } + body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section #tutor-zoom-meeting-modal-form .meeting-modal-form-wrap > .tutor-row > .tutor-col-6 + .tutor-col-6 { + margin-top: 10px; + } +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-google-meet-meta-box-wrapper .tutor-google-meet-list-item { + border-color: var(--tutor-border-color); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-google-meet-meta-box-wrapper .tutor-google-meet-create-wrap > .tutor-align-center .tutor-icon-brand-google-meet { + color: var(--tutor-color-primary) !important; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor_course_instructor_modal .tutor-search-result, +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-available-instructors .added-instructor-item { + background-color: var(--bb-content-background-color); + border-color: var(--tutor-border-color); + border-radius: var(--bb-block-radius-inner); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor_course_instructor_modal .tutor-search-result .tutor-instructor-delete-btn, +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-available-instructors .added-instructor-item .tutor-instructor-delete-btn { + color: var(--bb-alternate-text-color); + font-size: 18px; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-certificates .tutor-course-certificate-tabs { + background-color: var(--bb-content-alternate-background-color); + padding: 8px; + border-radius: var(--bb-block-radius); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-certificates .tutor-course-certificate-tabs .tutor-nav-link { + color: var(--bb-headings-color); + font-size: 16px; + font-weight: 500; + background-color: transparent; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-certificates .tutor-course-certificate-tabs .tutor-nav-link .tutor-icon-certificate-landscape:before { + content: "\eda6"; + font-size: 20px; + font-weight: 500; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-certificates .tutor-course-certificate-tabs .tutor-nav-link .tutor-icon-certificate-portrait:before { + content: "\eda7"; + font-size: 20px; + font-weight: 500; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-certificates .tutor-course-certificate-tabs .tutor-nav-link.is-active { + background-color: var(--bb-content-background-color); + border-color: var(--tutor-border-color); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-attachment-cards.tutor-course-builder-attachments > .tutor-col-lg-6 { + width: 50%; +} +@media screen and (max-width: 544px) { + body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-attachment-cards.tutor-course-builder-attachments > .tutor-col-lg-6 { + width: 100%; + } +} diff --git a/web/app/themes/buddyboss-theme/assets/css-rtl/tutorlms.min.css b/web/app/themes/buddyboss-theme/assets/css-rtl/tutorlms.min.css new file mode 100644 index 00000000..7e75ad9f --- /dev/null +++ b/web/app/themes/buddyboss-theme/assets/css-rtl/tutorlms.min.css @@ -0,0 +1 @@ +.tutor-lms-custom-colors{--tutor-color-primary:var(--bb-primary-color);--tutor-color-primary-rgb:var(--bb-primary-color-rgb);--tutor-border-color:var(--bb-content-border-color);--tutor-border-color-rgb:var(--bb-content-border-color-rgb);--tutor-body-color:var(--bb-body-text-color);--tutor-body-color-rgb:var(--bb-alternate-text-color-rgb)}.tutor-lms-custom-colors .tutor-btn-outline-primary,.tutor-lms-custom-colors .tutor-btn-primary{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);-webkit-transition:all linear .2s;transition:all linear .2s}.tutor-lms-custom-colors .tutor-btn-outline-primary:focus,.tutor-lms-custom-colors .tutor-btn-primary:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.tutor-lms-custom-colors .tutor-btn-outline-primary:active,.tutor-lms-custom-colors .tutor-btn-outline-primary:focus,.tutor-lms-custom-colors .tutor-btn-outline-primary:hover,.tutor-lms-custom-colors .tutor-btn-primary:active,.tutor-lms-custom-colors .tutor-btn-primary:focus,.tutor-lms-custom-colors .tutor-btn-primary:hover{outline:0;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)}.tutor-lms-custom-colors .tutor-btn-outline-primary.disabled,.tutor-lms-custom-colors .tutor-btn-outline-primary:disabled,.tutor-lms-custom-colors .tutor-btn-primary.disabled,.tutor-lms-custom-colors .tutor-btn-primary:disabled{color:#c8cbcf;background-color:#f5f5f5;border-color:transparent}.tutor-lms-custom-colors .tutor-btn-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)}.tutor-lms-custom-colors .tutor-btn-secondary:hover{color:#1e2132;background-color:rgba(255,255,255,.05)}.tutor-lms-custom-colors .tutor-btn-secondary:active{color:#1e2132;background-color:rgba(255,255,255,.09)}.tutor-lms-custom-colors .tutor-btn-secondary.disabled,.tutor-lms-custom-colors .tutor-btn-secondary:disabled{color:#c8cbcf;background-color:#f5f5f5}.tutor-lms-custom-colors .tutor-btn-secondary.outline{background:100% 0;color:#fff;border-color:#fff}.tutor-lms-custom-colors .tutor-btn-secondary.outline:hover{color:rgba(255,255,255,.05);border-color:rgba(255,255,255,.05)}.tutor-lms-custom-colors .tutor-btn-secondary.outline:active{color:rgba(255,255,255,.12);border-color:rgba(255,255,255,.12)}.tutor-lms-custom-colors .tutor-btn-secondary.outline.disabled,.tutor-lms-custom-colors .tutor-btn-secondary.outline:disabled{background:#f5f5f5;color:#dedfe2;border-color:#dedfe2;opacity:1}.tutor-lms-custom-colors .tutor-btn-secondary:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.tutor-lms-custom-colors .tutor-btn-secondary:active,.tutor-lms-custom-colors .tutor-btn-secondary:focus,.tutor-lms-custom-colors .tutor-btn-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)}:root{--tutor-sidebar-background:#fbfbfb;--tutor-table-header-background:#f8f9fb;--tutor-color-success:var(--bb-success-color);--tutor-color-success-rgb:var(--bb-success-color-rgb);--tutor-color-warning:var(--bb-warning-color);--tutor-color-warning-rgb:var(--bb-warning-color-rgb);--tutor-color-danger:var(--bb-danger-color);--tutor-color-danger-rgb:var(--bb-danger-color-rgb);--tutor-color-muted:var(--bb-alternate-text-color)}.tutor-form-control:disabled,.tutor-form-control[readonly],.tutor-form-control[readonly]:focus{background-color:var(--bb-content-alternate-background-color);border-color:var(--tutor-border-color);cursor:not-allowed}.tutor-grid{grid-gap:30px}.tutor-ratings-stars{color:var(--bb-warning-color)}.tutor-ratings-progress-bar .tutor-progress-value{background-color:var(--bb-warning-color)}.tutor-color-black{color:var(--bb-headings-color)}.tutor-color-muted{color:var(--bb-alternate-text-color)}.tutor-color-secondary{color:var(--tutor-body-color)}.tutor-btn{border-radius:var(--bb-button-radius)}.tutor-thumbnail-uploader .thumbnail-input .tutor-btn{border-radius:var(--bb-button-radius)}.tutor-nav-pills .tutor-nav-link{border-radius:var(--bb-button-radius)}.tutor-dropdown-parent .tutor-icon-kebab-menu{font-weight:300}.tutor-course-card .tutor-meta .avatar{width:50px;max-width:50px}.tutor-dc-button-group .tooltip-txt [class*=" tutor-icon-"],.tutor-dc-button-group .tooltip-txt [class^=tutor-icon-]{display:none}.tutor-form-check-input,input[type=checkbox].tutor-form-check-input,input[type=radio].tutor-form-check-input{display:inline-block;vertical-align:top;background-color:transparent;width:24px;height:24px;border:2px solid var(--tutor-border-color);border-radius:4px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:0!important;background-size:12px;background-position:center;background-repeat:no-repeat;-webkit-transition:.3s;transition:.3s;box-shadow:0 0 0 0 rgba(var(--tutor-color-primary-rgb),.1)}.tutor-form-check-input-radio,.tutor-form-check-input[type=radio].tutor-form-check-input{border-radius:50%;background-size:100%}.tutor-alert{border-radius:var(--bb-block-radius-inner)}.tutor-snackbar-wrapper>div{border-radius:var(--bb-block-radius)}.tutor-snackbar-wrapper>div>div{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tutor-snackbar-wrapper>div>div a.tutor-btn{margin:0 3px}.tutor-snackbar-wrapper>div .tutor-icon-times{font-size:24px}.tutor-notification{border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color)}.tutor-notification .tutor-notification-close{background-color:transparent;line-height:1}.tutor-notification .tutor-notification-close .fas.fa-times:before{content:"\e828";color:var(--bb-alternate-text-color);font-family:bb-icons;font-size:24px;font-weight:300;font-style:normal}.tutor-form-select-with-icon{border-radius:var(--bb-button-radius)}.tutor-form-select-with-icon.select-default{background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color);border-color:var(--bb-content-border-color)}.tutor-form-select-with-icon select{height:auto;padding:5px 32px;border-radius:var(--bb-button-radius)}.tutor-form-select-with-icon select:active,.tutor-form-select-with-icon select:focus{background-color:transparent}.tutor-form-select-with-icon>i{font-size:18px}.tutor-form-select-with-icon>i:before{font-weight:400}.tutor-btn [class*=" tutor-icon-"],.tutor-btn [class^=tutor-icon-]{font-size:18px}.tutor-course-content-list-item{border-radius:var(--bb-block-radius-inner)}.tutor-course-content-list-item:hover{background-color:var(--bb-content-alternate-background-color)}.tutor-tag-list li a{border-radius:var(--bb-button-radius)}.tutor-color-success{color:var(--tutor-color-success)}.tutor-color-danger{color:var(--tutor-color-danger)}.tutor-color-warning{color:var(--tutor-color-warning)}.tutor-btn-danger{background-color:var(--tutor-color-danger)}.tutor-iconic-btn:active,.tutor-iconic-btn:focus,.tutor-iconic-btn:hover{box-shadow:none}.tutor-course-details-page .tutor-course-details-tab .tutor-is-sticky{z-index:500}.tutor-border-top-light{border-color:var(--tutor-border-color)}.tutor-btn-link:after{display:none}.tutor-nav-link{color:var(--bb-body-text-color)}.tutor-nav:not(.tutor-nav-pills):not(.tutor-nav-tabs){border-bottom-color:var(--bb-content-border-color)}.tutor-nav:not(.tutor-nav-pills):not(.tutor-nav-tabs) .tutor-nav-link{border-bottom-width:1px}.tutor-nav:not(.tutor-nav-pills):not(.tutor-nav-tabs) .tutor-nav-link .tutor-nav-more-icon{font-size:15px;font-weight:300}.tutor-form-group input[type="pas.tutor-dashboard-content-innersword"],.tutor-form-group input[type=number],.tutor-form-group input[type=password],.tutor-form-group input[type=text],.tutor-form-group textarea,.tutor-option-field input[type="pas.tutor-dashboard-content-innersword"],.tutor-option-field input[type=number],.tutor-option-field input[type=password],.tutor-option-field input[type=text],.tutor-option-field textarea{color:var(--tutor-body-color);background-color:var(--bb-content-background-color);border-color:var(--tutor-border-color);border-radius:var(--bb-input-radius)}.tutor-widget-title{font-size:18px;color:var(--bb-headings-color);font-weight:600}.tutor-widget .tutor-list-item label{font-size:14px;font-weight:500}.tutor-user-public-profile .tutor-user-profile-content h3{font-size:20px!important;font-weight:500;color:var(--bb-headings-color)}.tutor-user-public-profile .tutor-user-profile-content h3.tutor-course-name{margin:0}.tutor-user-public-profile .photo-area .cover-area{border-radius:var(--bb-block-radius)}.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-pic{border-radius:var(--bb-block-radius)}.tutor-user-public-profile .photo-area .pp-area .profile-pic{border-width:3px;border-color:var(--bb-content-background-color)}.tutor-user-public-profile .photo-area .pp-area .profile-rating-media .tutor-rating-container .tutor-ratings-stars [class*=tutor-icon-]{font-size:18px}.tutor-user-public-profile .photo-area .pp-area .profile-rating-media .tutor-rating-container .rating-digits{margin:0 5px}.tutor-user-public-profile .photo-area .pp-area .profile-rating-media .tutor-rating-container .rating-total-meta{line-height:inherit;color:var(--bb-alternate-text-color)}.tutor-instructors aside div:first-of-type [class^=tutor-icon-]{color:var(--bb-alternate-text-color)}.tutor-instructors aside div:first-of-type [class^=tutor-icon-]+span{font-size:14px;font-weight:500;color:var(--bb-headings-color)}.tutor-instructor-list-item .tutor-instructor-cover-photo{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}.tutor-accordion-item{border-radius:var(--bb-block-radius-inner);border-color:var(--tutor-border-color)}.tutor-accordion-item-header:not(.is-active){background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius-inner)}.tutor-accordion-item-header{font-size:16px}.tutor-accordion-item-header.is-active{color:var(--bb-headings-color);border-radius:var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0;background-color:var(--bb-content-alternate-background-color)}.tutor-accordion-item-header.is-active:after{-webkit-transform:translateY(-50%) rotate(0);-ms-transform:translateY(-50%) rotate(0);transform:translateY(-50%) rotate(0);color:var(--tutor-color-primary)}.tutor-accordion-item-header:after{font-family:bb-icons!important;content:"\e826";font-size:24px;-webkit-transform:translateY(-50%) rotate(90deg);-ms-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg);color:var(--tutor-body-color)}.tutor-accordion-item-body>.tutor-course-topic-item>a>.tutor-mr-32{margin-left:10px}.tutor-accordion-item-body .tutor-course-content-list{padding:5px 15px}.tutor-accordion-item-body .tutor-course-content-list .tutor-course-content-list-item{border-radius:var(--bb-block-radius-inner)}.tutor-accordion-item-body .tutor-course-content-list-item [class*=" tutor-icon-"],.tutor-accordion-item-body .tutor-course-content-list-item [class^=tutor-icon-]{font-size:20px;color:var(--bb-alternate-text-color)}.tutor-accordion-item-body .tutor-course-content-list-item-title{font-size:14px}.tutor-accordion-item-body .tutor-course-content-list-item-title .tutor-zoom-label{color:var(--bb-content-background-color);font-size:11px;font-weight:700;background-color:var(--tutor-color-warning);line-height:1;padding:3px 8px;border:0;border-radius:50px;letter-spacing:.25px;white-space:nowrap}.tutor-accordion-item-body .tutor-course-content-list-item-title .tutor-zoom-label.tutor-zoom-live-label{background:var(--tutor-color-danger)}.tutor-accordion-item-body-content{border-top:0}.tutor-course-content-list-item{padding:12px 10px}.tutor-course-content-list-item:last-child{border-bottom-right-radius:var(--bb-block-radius);border-bottom-left-radius:var(--bb-block-radius)}.tutor-card{color:var(--bb-headings-color);background-color:var(--bb-content-background-color);border-color:var(--tutor-border-color);border-radius:var(--bb-block-radius)}.tutor-card.tutor-course-card{border-radius:var(--bb-block-radius-inner)}.tutor-card .tutor-color-secondary{color:var(--tutor-body-color)}.tutor-card .tutor-round-box{width:auto;height:auto;padding:10px}.tutor-card .tutor-round-box>i{font-size:40px}.tutor-card-list-item:last-child{border-bottom-right-radius:var(--bb-block-radius);border-bottom-left-radius:var(--bb-block-radius)}.tutor-card-header{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}.tutor-card-footer{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)}.tutor-course-attachment.tutor-card{background-color:var(--bb-content-alternate-background-color);border:0}.tutor-course-attachment.tutor-card .tutor-iconic-btn{font-size:24px}.tutor-course-attachment.tutor-card .tutor-iconic-btn-secondary:active,.tutor-course-attachment.tutor-card .tutor-iconic-btn-secondary:focus,.tutor-course-attachment.tutor-card .tutor-iconic-btn-secondary:hover{background-color:var(--bb-content-background-color);color:var(--bb-headings-color)}.bb-tutorlms-avatars .analytics-student-details .profile-pic,.bb-tutorlms-avatars .tutor-avatar,.bb-tutorlms-avatars .tutor-conversation .comment-avatar img,.bb-tutorlms-avatars .tutor-qna-user img{display:none}.bb-tutorlms-avatars .analytics-student-details.tutor-user-public-profile .photo-area .pp-area .profile-pic{display:none}.bb-tutorlms-avatars .bb-tutor-avatar{display:-webkit-box;display:-ms-flexbox;display:flex}.bb-tutorlms-avatars .bb-tutor-avatar img{display:inherit}.bb-tutorlms-avatars .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-box{grid-template-columns:0 auto}.bb-tutorlms-avatars .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list{grid-template-columns:0 auto}.bb-tutorlms-avatars .tutor-course-spotlight-wrapper .tutor-conversation .tutor-actual-comment:before,.bb-tutorlms-avatars .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-textarea:before,.bb-tutorlms-avatars .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list.tutor-parent-comment .tutor-child-comment:after,.bb-tutorlms-avatars .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list.tutor-parent-comment .tutor-child-comment:before,.bb-tutorlms-avatars .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list.tutor-parent-comment .tutor-comment-line{display:none}.bb-tutorlms-avatars .tutor-course-spotlight-wrapper .tutor-conversation .tutor-actual-comment:after,.bb-tutorlms-avatars .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-textarea:after{display:none}.tutor-nav-tabs-container{background-color:var(--bb-content-background-color)}.tutor-nav-tabs{background-color:var(--bb-content-alternate-background-color);border-bottom-color:var(--tutor-border-color);border-top-right-radius:var(--bb-block-radius-inner);border-top-left-radius:var(--bb-block-radius-inner)}.tutor-nav-tabs .tutor-nav-item:first-child .tutor-nav-link{border-top-right-radius:var(--bb-block-radius-inner)}.tutor-form-control{color:var(--tutor-body-color);background-color:var(--bb-content-background-color);border-color:var(--tutor-border-color);border-radius:var(--bb-input-radius)}.tutor-form-label{color:var(--bb-headings-color);font-size:16px}.tutor-form-icon .tutor-icon-search{font-size:20px}.tutor-form-icon .tutor-icon-calender-line{font-size:20px}.tutor-icon-search.tutor-form-icon+input[type=search]{background-image:none}.tutor-form-toggle input[type=checkbox]{display:none}.tutor-form-select-option.noItem{padding:8px 19px;font-size:14px}.tutor-modal-content{border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color)}.tutor-modal-content .tutor-modal-close-o [class*=tutor-icon-]{font-size:24px}.tutor-modal-content .tutor-modal-close-o [class*=tutor-icon-]:before{font-weight:300}.tutor-modal-content .tutor-social-share-wrap button span{top:initial}.tutor-modal-header{background-color:var(--bb-content-background-color);border-top-right-radius:var(--bb-block-radius);border-top-left-radius:var(--bb-block-radius)}.tutor-modal-title{color:var(--bb-headings-color)}.tutor-modal-footer{border-bottom-left-radius:var(--bb-block-radius);border-bottom-right-radius:var(--bb-block-radius);background-color:var(--bb-content-alternate-background-color)}.tutor-dropdown{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius-inner);border-width:0;border-color: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);min-width:187px;z-index:500}.tutor-dropdown .tutor-dropdown-item{color:var(--tutor-body-color)}.tutor-dropdown .tutor-dropdown-item:hover{background-color:var(--bb-content-alternate-background-color);color:var(--tutor-body-color)}.tutor-dropdown .tutor-dropdown-item:hover>span{color:var(--tutor-color-primary)}.tutor-dropdown [class*=" tutor-icon-"],.tutor-dropdown [class^=tutor-icon-]{font-size:20px}.tutor-dropdown .tutor-icon-trash-can-bold:before{font-weight:400}.tutor-course-details-tab .tutor-nav:not(.tutor-nav-pills,.tutor-nav-tabs) .tutor-dropdown.tutor-nav-more-list .tutor-nav-item:not(:last-child){margin-left:0}.tutor-dropdown-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:13px;font-weight:400}.tooltip-wrap .tooltip-txt{background-color:var(--bb-tooltip-background);color:var(--bb-tooltip-color);border-radius:4px;font-weight:500}.tooltip-wrap .tooltip-right::after{border-left-color:var(--bb-tooltip-background)}.tooltip-wrap .tooltip-left::after{border-right-color:var(--bb-tooltip-background)}.tooltip-wrap .tooltip-bottom::after{border-bottom-color:var(--bb-tooltip-background)}.tooltip-wrap .tooltip-top::after{border-top-color:var(--bb-tooltip-background)}.tutor-badge-label{font-size:11px;font-weight:700;line-height:1;padding:5px 11px;border:0;letter-spacing:.25px;white-space:nowrap}.tutor-badge-label.label-danger{background-color:rgba(var(--tutor-color-danger-rgb),.2);color:var(--tutor-color-danger)}.tutor-badge-label.label-success{background-color:rgba(var(--tutor-color-success-rgb),.2);color:var(--tutor-color-success)}.tutor-badge-label.label-warning{background-color:rgba(var(--tutor-color-warning-rgb),.2);color:var(--tutor-color-warning)}.tutor-badge-label.label-primary{background-color:rgba(var(--tutor-color-primary-rgb),.2);color:var(--tutor-color-primary)}.tutor-course-filter .tutor-course-filter-form{margin-bottom:0}.tutor-course-filter .tutor-course-filter-form>div>.tutor-iconic-btn{font-size:22px}.tutor-course-filter .tutor-widget+.tutor-widget{margin-top:32px}.tutor-course-filter .tutor-widget-title{color:var(--bb-headings-color);font-size:18px;font-weight:600;margin-bottom:15px}.tutor-course-filter .tutor-widget-content .tutor-list-item label{color:var(--bb-body-text-color);font-size:14px;font-weight:500}.tutor-course-filter .tutor-widget-content .tutor-list-item label input[type=checkbox]{background-color:var(--bb-content-background-color);margin-left:8px;height:18px;width:18px}.tutor-course-filter .tutor-widget-content .tutor-list-item label input[type=checkbox]:checked{background-color:var(--tutor-color-primary)}.tutor-course-filter .tutor-widget-content .tutor-list-item:not(:last-child){margin-bottom:12px}@media screen and (min-width:992px){.tutor-course-filter-container .tutor-course-filter{padding:20px;background-color:var(--bb-content-background-color);border:1px solid var(--tutor-border-color);border-radius:var(--bb-block-radius)}}.tutor-courses-wrap .tutor-icon-slider-vertical{font-size:28px;font-weight:300}.tutor-bundle-courses-wrapper .tutor-bundle-course-list-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--bb-content-background-color);border:1px solid var(--tutor-border-color);border-radius:var(--bb-block-radius-inner)}.tutor-bundle-courses-wrapper .tutor-bundle-course-list-wrapper .tutor-bundle-feature-image img{border-radius:var(--bb-block-radius-inner)}.tutor-bundle-courses-wrapper .tutor-bundle-course-list-wrapper .tutor-bundle-course-list-desc .tutor-bundle-course-title{margin-bottom:0}.tutor-bundle-courses-wrapper .tutor-bundle-course-list-wrapper .tutor-bundle-course-list-desc p{font-size:14px;margin-bottom:0}.tutor-bundle-courses-wrapper .tutor-bundle-course-list-wrapper .tutor-bundle-course-list-desc p .tutor-color-muted{color:var(--bb-body-text-color)}.tutor-bundle-courses-wrapper .tutor-bundle-course-list-wrapper .tutor-bundle-course-list-desc p a{color:var(--bb-headings-color)}.tutor-bundle-courses-wrapper .tutor-bundle-course-list-wrapper .tutor-bundle-course-list-desc p a:hover{color:var(--tutor-color-primary)}.tutor-download-certificate .tutor-dc-title{padding-bottom:20px}.tutor-download-certificate .tutor-dc-course-title{color:var(--bb-headings-color);font-size:24px;font-weight:600}.tutor-download-certificate .tutor-certificate-demo{padding-bottom:30px}.tutor-download-certificate .tutor-certificate-demo .tutor-dc-demo-img img{border-radius:var(--bb-block-radius)}.tutor-download-certificate .tutor-dc-certificate-details .tutor-color-secondary{color:var(--bb-body-text-color)}.tutor-download-certificate .tutor-dc-certificate-details .tutor-color-black{color:var(--bb-headings-color);font-weight:600}.tutor-download-certificate .tutor-dc-button-group button{background-color:var(--bb-general-content-background-color);border-color:var(--tutor-border-color);border-radius:var(--bb-block-radius-inner)}.tutor-download-certificate .tutor-dc-button-group button [class*=tutor-icon-]{color:var(--bb-headings-color)}.tutor-download-certificate .tutor-dc-button-group button [class*=tutor-icon-].tutor-icon-print:before{content:"\ee7f"}@media screen and (max-width:800px){.tutor-download-certificate .tutor-dc-course-title{font-size:20px}}.media-modal.wp-core-ui .media-modal-close{background-color:transparent;border-color:transparent;box-shadow:none}.media-modal.wp-core-ui .media-frame-tab-panel .media-menu-item{color:#1d2327;border-radius:0}.media-modal.wp-core-ui .media-toolbar #media-attachment-date-filters{padding-left:24px;height:auto;width:200px}.media-modal.wp-core-ui .media-toolbar-primary.search-form #media-search-input{background-image:none;height:auto}.media-modal.wp-core-ui .attachment-details .setting input{height:auto}.media-modal.wp-core-ui .attachment-details .attachment-details-copy-link{height:auto;margin-bottom:10px}@media screen and (max-width:544px){.media-modal.wp-core-ui .media-modal-content .media-frame-title{padding:0 0 0 15px}.media-modal.wp-core-ui .media-modal-content .media-frame-title h1{font-size:14px;line-height:44px;text-align:right;white-space:nowrap}}.bbp-user-page.courses .tutor-courses-wrap .tutor-course-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.bbp-user-page.courses .tutor-courses-wrap .tutor-course-list .tutor-card.tutor-course-card{-webkit-box-flex:1;-ms-flex:1 1 0;flex:1 1 0;min-width:260px;max-width:260px;height:auto}.tutor-instructor-apply-button .tutor-bg-primary{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);-webkit-transition:all linear .2s;transition:all linear .2s}.tutor-instructor-apply-button .tutor-bg-primary:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.tutor-instructor-apply-button .tutor-bg-primary:active,.tutor-instructor-apply-button .tutor-bg-primary:focus,.tutor-instructor-apply-button .tutor-bg-primary:hover{outline:0;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)}.tutor-zoom-meeting-content{background-color:var(--bb-body-background-color);border-color:transparent}.tutor-zoom-meeting-content .meeting-details div p{color:var(--bb-headings-color)}@media screen and (max-width:800px){.tutor-course-single-content-wrapper .tutor-google-meeting-content,.tutor-course-single-content-wrapper .tutor-zoom-meeting-content{padding:20px}}@media screen and (max-width:544px){.tutor-zoom-join-button-wrap{-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:15px}.tutor-zoom-meeting-content .meeting-details div{-ms-flex-flow:column;flex-flow:column}.tutor_lesson_modal_form .tutor-thumbnail-uploader .thumbnail-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tutor_lesson_modal_form .tutor-thumbnail-uploader .thumbnail-wrapper .thumbnail-preview{width:100%;margin-left:0}}.tutor-lms .header-mini-cart ul.cart_list li.mini_cart_item{font-size:14px;font-weight:500;color:var(--bb-headings-color)}.tutor-lms .header-mini-cart ul.cart_list li.mini_cart_item>a{font-weight:400}.tutor-lms .header-mini-cart ul.cart_list li.mini_cart_item>.quantity{margin-right:auto;font-weight:400}body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head{height:0}body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel{display:none}body.bb-sfwd-aside .site-header .container{max-width:100%;margin-left:0}body.bb-sfwd-aside .site-content .container{max-width:100%;padding-right:0;padding-left:0}body.bb-sfwd-aside.bb-buddypanel:not(.buddypanel-open) .buddypanel .bb-toggle-panel{visibility:hidden;opacity:0}body.bb-sfwd-aside.bb-buddypanel .site-header .bb-toggle-panel{display:inherit;margin-right:-18px}body.bb-sfwd-aside.bb-buddypanel.buddypanel-open:not(.buddypanel-header) .site-header .bb-toggle-panel{visibility:hidden;opacity:0}body.bb-sfwd-aside.bb-buddypanel.bb-buddypanel-right .site-header .site-header-container>.bb-toggle-panel{display:none}body.bb-sfwd-aside.bb-buddypanel.bb-buddypanel-right .site-header .bb-toggle-panel{margin-right:10px;margin-left:-18px}@media (min-width:800px){.tutor-screen-course-builder-frontend.bb-buddypanel:not(.activate) .site,.tutor-screen-course-builder-frontend.bb-buddypanel:not(.register) .site{margin-right:0}}body.admin-bar .tutor-dashboard-builder-header{top:0!important}.tutor-lms .tutor-course-single-content-wrapper{background-color:var(--bb-content-background-color);-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;-webkit-transition:padding .2s;transition:padding .2s}.tutor-lms .tutor-course-single-content-wrapper>*{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1px;list-style:none}@media screen and (min-width:1200px){.tutor-lms .tutor-course-single-content-wrapper{padding-right:370px;padding-left:0}.tutor-lms .tutor-course-single-content-wrapper.tutor-course-single-sidebar-hidden{padding-right:0}}.tutor-lms .tutor-wrap{padding-top:1.875rem;padding-bottom:2.1875rem}.tutor-lms .header-aside .course-toggle-view{display:none}body:not(.logged-in) .header-aside-inner #bb-toggle-theme{display:none}#bb-toggle-theme{-webkit-tap-highlight-color:transparent}.bb-sfwd-aside.sticky-header .site-header.has-scrolled{box-shadow:0 1px 0 0 rgba(139,141,157,.05),0 0 1px 0 rgba(65,71,108,.15)}.bb-sfwd-aside .header-aside{margin-right:auto}@media screen and (min-width:1200px){#tutor-single-entry-content{background-color:var(--bb-content-background-color);position:relative;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:-webkit-calc(100vh - 76px);min-height:calc(100vh - 76px);margin-right:auto;margin-left:auto}.lms-side-panel-close.tutor-lms .tutor-course-single-content-wrapper{padding-right:0!important}}@media screen and (max-width:1200px){#tutor-single-entry-content{margin:0 -10px}}@media screen and (min-width:800px){.sfwd-single-sidebar-right:not(.post-type-archive-courses).single .site-content-grid>.bb-grid{-ms-flex-flow:row-reverse;flex-flow:row-reverse}.single-lesson.bb-buddypanel .site-content,.single-tutor-google-meet.bb-buddypanel .site-content,.single-tutor_assignments.bb-buddypanel .site-content,.single-tutor_quiz.bb-buddypanel .site-content,.single-tutor_zoom_meeting.bb-buddypanel .site-content{padding:0 10px}}@media screen and (min-width:1200px){.tutor-course-single-sidebar-wrapper{padding:0;font-size:15px;position:fixed;right:0;-webkit-transition:right .2s ease,left .2s ease;transition:right .2s ease,left .2s ease;width:370px;height:100%;max-height:-webkit-calc(100% - 80px);max-height:calc(100% - 80px);overflow:auto;z-index:111}}@media screen and (min-width:1200px) and (min-width:800px){.bb-buddypanel-left.buddypanel-open .tutor-course-single-sidebar-wrapper{right:230px}}@media screen and (min-width:1200px){.bb-buddypanel-left.buddypanel-open .tutor-course-single-content-wrapper.lms-topic-sidebar-close .tutor-course-single-sidebar-wrapper{right:-370px}.tutor-course-single-content-wrapper.lms-topic-sidebar-close .tutor-course-single-sidebar-wrapper{right:inherit;left:-370px}}@media screen and (min-width:1200px){.bb-buddypanel-left .tutor-course-single-sidebar-wrapper.lms-topic-sidebar-close{right:-370px}.bb-buddypanel-left.buddypanel-open.sfwd-single-sidebar-right .tutor-course-single-sidebar-wrapper.lms-topic-sidebar-close,.bb-buddypanel-left:not(.buddypanel-open).sfwd-single-sidebar-right .tutor-course-single-sidebar-wrapper.lms-topic-sidebar-close,.bb-buddypanel-right.buddypanel-open.sfwd-single-sidebar-right .tutor-course-single-sidebar-wrapper.lms-topic-sidebar-close,.bb-buddypanel-right:not(.buddypanel-open).sfwd-single-sidebar-right .tutor-course-single-sidebar-wrapper.lms-topic-sidebar-close,.sfwd-single-sidebar-right .tutor-course-single-sidebar-wrapper.lms-topic-sidebar-close{right:inherit;left:-370px}}.header-minimize-link{display:none}.lms-side-panel-close .header-maximize-link{display:none}.lms-side-panel-close .header-minimize-link{display:-webkit-box;display:-ms-flexbox;display:flex}.tutor-toggle-more-collapsed:before{background:-webkit-linear-gradient(-270deg,rgba(255,255,255,.0001) 1.31%,rgba(255,255,255,.721) 15.41%,var(--bb-body-background-color) 100%);background:linear-gradient(-180deg,rgba(255,255,255,.0001) 1.31%,rgba(255,255,255,.721) 15.41%,var(--bb-body-background-color) 100%)}body.single-courses .site{overflow:visible}body.single-courses .tutor-single-course-sidebar.tutor-sidebar-sticky{top:-webkit-calc(var(--bb-header-height) + 30px);top:calc(var(--bb-header-height) + 30px);overflow-y:auto!important}body.single-courses.admin-bar .tutor-single-course-sidebar.tutor-sidebar-sticky{top:-webkit-calc(var(--bb-header-height) + 60px);top:calc(var(--bb-header-height) + 60px)}.tutor-course-details-header .tutor-course-details-title{font-size:30px;line-height:38px}.tutor-course-details-header .tutor-course-details-top .tutor-meta>*{color:var(--tutor-body-color)}.tutor-course-details-header .tutor-course-details-top .tutor-meta a{color:var(--bb-headings-color)}.tutor-course-details-header .tutor-course-wishlist-btn .tutor-icon-bookmark-bold{font-weight:300}.tutor-course-certificate-tabs.tutor-nav>li>a{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular)}.tutor-course-certificate-tabs.tutor-nav>li>a:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.tutor-course-certificate-tabs.tutor-nav>li>a.is-active{box-shadow:none;background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}.tutor-single-course-sidebar .tutor-sidebar-card .tutor-card-body{border-top-right-radius:var(--bb-block-radius);border-top-left-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color)}.tutor-single-course-sidebar .tutor-add-to-cart-button .tutor-icon-cart-filled{display:none}.tutor-sidebar-card .tutor-card-footer .tutor-ul{color:var(--bb-headings-color)}.tutor-sidebar-card .tutor-card-footer .tutor-ul [class*=" tutor-icon-"],.tutor-sidebar-card .tutor-card-footer .tutor-ul [class^=tutor-icon-]{font-size:24px}.tutor-sidebar-card .tutor-card-footer .tutor-ul li{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tutor-sidebar-card .tutor-card-footer .tutor-ul .tutor-fs-6{font-size:14px}.tutor-sidebar-card .tutor-card-body .tutor-alert .tutor-alert-text{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.tutor-sidebar-card .tutor-card-body>form{margin-bottom:0}.tutor-course-details-actions [class*=" tutor-icon-"],.tutor-course-details-actions [class^=tutor-icon-]{font-size:20px}.tutor-course-details-actions a{color:var(--tutor-body-color);font-size:14px}.tutor-course-sidebar-card-pricing .tutor-fs-4{font-size:30px;line-height:38px}.tutor-course-sidebar-card-pricing .tutor-fs-7{font-size:16px;color:var(--tutor-body-color)}.tutor-single-course-sidebar-more>div:first-child{border-top-right-radius:var(--bb-block-radius);border-top-left-radius:var(--bb-block-radius)}.tutor-single-course-sidebar-more>div:last-child{border-bottom-right-radius:var(--bb-block-radius);border-bottom-left-radius:var(--bb-block-radius)}.tutor-single-course-sidebar-more .tutor-course-details-instructors>h3{color:var(--bb-alternate-text-color);font-size:14px}.tutor-single-course-sidebar-more .tutor-course-details-instructors .tutor-mr-16{margin-left:8px}.tutor-single-course-sidebar-more .tutor-course-details-instructors>.tutor-mb-24{margin-bottom:10px}.tutor-single-course-sidebar-more .tutor-course-details-instructors .tutor-avatar{width:40px;height:40px}.tutor-single-course-sidebar-more .tutor-icon-bullet-point:before{font-weight:300}.tutor-course-details-widget-title{font-size:18px;font-weight:600}.tutor-course-details-widget{margin-bottom:32px}.tutor-course-details-widget ul li .tutor-icon-bullet-point{margin-top:4px}.tutor-course-details-widget-tags{margin-right:-8px}.tutor-course-details-widget-tags .tutor-tag-list li a{font-size:14px;padding:5px 11px;background-color:var(--bb-content-alternate-background-color);border-radius:var(--bb-button-radius);border:0;margin-right:8px;margin-bottom:8px}.tutor-course-details-widget-tags .tutor-tag-list li a:hover{background-color:var(--tutor-color-primary);color:var(--bb-content-alternate-background-color)}.tutor-gradebook-finalgrade{background-color:var(--bb-content-alternate-background-color);border-radius:var(--bb-block-radius);border-color:var(--bb-content-border-color)}body.tutor-screen-course-builder #tutor-metabox-course-settings-tabs .course-settings-tabs-container .settings-tabs-navs-wrap ul.settings-tabs-navs li a i{font-weight:400}.tutor-single-course-sidebar>.tutor-single-course-sidebar-more{background-color:var(--bb-content-background-color);border-color:var(--tutor-border-color);border-radius:var(--bb-block-radius)}.tutor-single-course-sidebar>.tutor-single-course-sidebar-more>div{background-color:var(--bb-content-background-color)}.tutor-pro-course-bundle-builder-wrapper .tutor-bundle-course-delete .tutor-remove-bundle-course .tutor-icon-times{font-weight:400;font-size:18px}.tutor-course-details-page .tutor-course-thumbnail,.tutor-course-details-page .tutor-video-player{border-radius:var(--bb-block-radius);overflow:hidden}.tutor-course-details-page .tutor-course-details-tab .tutor-tab .tutor-tab-item{min-height:280px}.tutor-time-countdown.tutor-countdown-lg div{border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner)}.tutor-time-countdown.tutor-countdown-lg div h3{margin:0;color:var(--bb-headings-color)}@media screen and (max-width:800px){.tutor-time-countdown.tutor-countdown-lg div,.tutor-zoom-meeting-countdown div{width:-webkit-calc(25% - 15px);width:calc(25% - 15px);margin-right:15px}.tutor-course-details-header .tutor-course-details-title{font-size:25px}}@media screen and (max-width:544px){.tutor-time-countdown.tutor-countdown-lg div,.tutor-zoom-meeting-countdown div{height:100px}.tutor-time-countdown.tutor-countdown-lg div h3,.tutor-zoom-meeting-countdown div h3{font-size:45px;line-height:45px}}.tutor-course-lessons.tutor-zoom-meeting-session{background-color:var(--bb-content-background-color);border-top:0;padding:20px 20px 16px}.tutor-course-lessons.tutor-zoom-meeting-session .session-link{border-top:1px solid var(--bb-content-border-color);margin-right:-20px;margin-left:-20px;padding:16px 20px 0}.tutor-course-lessons.tutor-zoom-meeting-session .session-link a{padding:10px 24px;margin-right:10px}@media screen and (max-width:544px){.tutor-course-lessons.tutor-zoom-meeting-session .session-link{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tutor-course-lessons.tutor-zoom-meeting-session .session-link .tutor-btn{margin:10px 0 0}}.tutor-course-lessons.tutor-zoom-meeting-session .tutor-zoom-meeting-countdown{margin-bottom:20px}.tutor-google-meet-meeting .tutor-course-lessons .tutor-time-countdown{margin:20px -5px 20px 20px;padding:0}.tutor-google-meet-meeting .tutor-course-lessons div.tutor-d-flex p{margin-bottom:0}.tutor-google-meet-meeting .tutor-course-lessons div.tutor-d-flex.tutor-p-32{padding:16px 20px}.tutor-google-meet-meeting .tutor-course-lessons div.tutor-d-flex.tutor-p-32 .tutor-btn{padding:10px 24px;margin-right:10px}@media screen and (max-width:544px){.tutor-google-meet-meeting .tutor-course-lessons div.tutor-d-flex.tutor-p-32{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tutor-google-meet-meeting .tutor-course-lessons div.tutor-d-flex.tutor-p-32 .tutor-btn{margin:10px 0 0}}.tutor-google-meet-meeting.tutor-active .tutor-icon-angle-right{color:var(--tutor-color-primary)}.tutor-zoom-meeting-countdown div{border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner)}.tutor-zoom-meeting-countdown div h3{margin:0;color:var(--bb-headings-color)}.tutor-course-topics-contents .tutor-course-topic{border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner)}.tutor-course-topic.tutor-active .tutor-course-title{background-color:var(--bb-content-alternate-background-color);border-bottom:0}.tutor-course-topic.tutor-zoom-meeting .tutor-course-title{padding:20px}.tutor-course-topic .tutor-course-title{padding:20px}.tutor-course-topic .tutor-course-title h3{font-size:24px;line-height:32px;margin-bottom:0}.tutor-course-topic .tutor-course-title p{font-size:14px;line-height:1.5;margin-bottom:0}.tutor-course-topic .tutor-course-title p i{font-size:20px}.tutor-course-topic .tutor-course-title>div>i{font-size:24px;-webkit-transition:all .2s;transition:all .2s;color:var(--tutor-body-color)}.tutor-course-topic.tutor-zoom-meeting .tutor-zoom-meeting-detail div p{margin:0}.tutor-course-topic.tutor-zoom-meeting .tutor-icon-angle-right{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);color:var(--tutor-body-color)}.tutor-course-topic.tutor-zoom-meeting.tutor-active .tutor-icon-angle-right{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);color:var(--tutor-color-primary)}.tutor-course-topics-header .tutor-segment-title{color:var(--bb-headings-color);font-weight:600}.tutor-course-details-tab .tutor-nav:not(.tutor-nav-pills,.tutor-nav-tabs){border-bottom-color:transparent;padding:0 10px}.tutor-course-details-tab .tutor-nav:not(.tutor-nav-pills,.tutor-nav-tabs) .tutor-nav-item:not(:last-child){margin-left:30px}.tutor-course-details-tab .tutor-nav:not(.tutor-nav-pills,.tutor-nav-tabs) .tutor-nav-link{padding:8px 0;border-bottom-width:2px}.tutor-course-details-tab .tutor-nav:not(.tutor-nav-pills,.tutor-nav-tabs) .tutor-nav-link.is-active{font-weight:600;border-bottom-color:var(--tutor-color-primary)}@media (min-width:800px){.tutor-course-details-page .tutor-course-details-tab .tutor-is-sticky{background:var(--bb-body-background-color)}}.tutor-course-details-tab .tutor-announcement-card .tutor-card-header{background-color:var(--bb-content-alternate-background-color);border-bottom:0}.tutor-course-details-tab .tutor-announcement-card .tutor-card-header .tutor-meta{margin-top:10px;gap:6px;color:var(--tutor-body-color)}.tutor-course-details-tab .tutor-announcement-card .tutor-card-header .tutor-meta .tutor-meta-value{color:var(--bb-headings-color)}.tutor-course-details-tab .tutor-announcement-card .tutor-card-header .tutor-meta .avatar{width:24px;height:24px}.tutor-course-details-tab .tutor-announcement-card .tutor-card-header .tutor-card-title{font-size:18px}.tutor-course-details-tab .tutor-announcement-card .tutor-card-body div>p:last-of-type{margin-bottom:0}.tutor-course-details-tab .tutor-course-details-widget .tutor-icon-bullet-point:before{content:"\e876";font-size:20px}.tutor-course-details-tab .tutor-course-details-widget ul li .tutor-icon-bullet-point{margin-top:2px;line-height:1}.tutor-review-summary-average-rating{color:var(--bb-headings-color);margin:0}.prerequisites-course-lists li:first-child{border-radius:var(--bb-block-radius-inner);border-color:var(--tutor-color-warning);color:var(--tutor-color-warning);background-color:rgba(var(--tutor-color-warning-rgb),.05)}.prerequisites-course-lists li .prerequisites-course-feature-image img{border-radius:var(--bb-block-radius-inner)}.prerequisites-course-lists li a{color:var(--bb-headings-color);border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner)}@media screen and (min-width:800px){.tutor-course-details-page .tutor-course-details-tab .tutor-is-sticky{top:-webkit-calc(var(--bb-header-height));top:calc(var(--bb-header-height))}.admin-bar .tutor-course-details-page .tutor-course-details-tab .tutor-is-sticky{top:-webkit-calc(var(--bb-header-height) + 32px);top:calc(var(--bb-header-height) + 32px)}}body:not(.bb-dark-theme) .sfwd-light-mode{display:none}.bb-sfwd-aside.bb-dark-theme{background:#121212;color:#aaa}.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-header .user-wrap a:hover,.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-inner .mobile-menu a:hover{color:#fff}.bb-sfwd-aside.bb-dark-theme .h1,.bb-sfwd-aside.bb-dark-theme .h2,.bb-sfwd-aside.bb-dark-theme .h3,.bb-sfwd-aside.bb-dark-theme .h4,.bb-sfwd-aside.bb-dark-theme .h5,.bb-sfwd-aside.bb-dark-theme .h6,.bb-sfwd-aside.bb-dark-theme h1,.bb-sfwd-aside.bb-dark-theme h2,.bb-sfwd-aside.bb-dark-theme h3,.bb-sfwd-aside.bb-dark-theme h4,.bb-sfwd-aside.bb-dark-theme h5,.bb-sfwd-aside.bb-dark-theme h6{color:#fff}.bb-sfwd-aside.bb-dark-theme .sfwd-dark-mode{display:none}.bb-sfwd-aside.bb-dark-theme .site-header{background:#232323;box-shadow:0 3px 12px rgba(0,0,0,.05)}.bb-sfwd-aside.bb-dark-theme .site-header .bb-icon-close{color:#121212}.bb-sfwd-aside.bb-dark-theme.sticky-header .site-header{box-shadow:0 4px 1px -4px rgba(0,0,0,.22)}.bb-sfwd-aside.bb-dark-theme.sticky-header .site-header.has-scrolled{box-shadow:0 1px 0 0 rgba(0,0,0,.05),0 5px 10px 0 rgba(0,0,0,.15)}.bb-sfwd-aside.bb-dark-theme .site-header .header-aside-inner>a i{color:#fff}.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .bb-toggle-panel:hover{background:rgba(255,255,255,.15)}.bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a,.bb-sfwd-aside.bb-dark-theme .side-panel-menu a,.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu li:not(.current-menu-item) a{color:var(--bb-alternate-text-color);background-color:transparent}.bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a:hover,.bb-sfwd-aside.bb-dark-theme .side-panel-menu a:hover,.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu li:not(.current-menu-item) a:hover{color:#fff;background-color:transparent}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover>a{color:#aaa;background:rgba(255,255,255,.15)}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover>a:hover{color:#aaa;background:rgba(255,255,255,.15)}.bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu .current-menu-item>a,.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu .current-menu-item>a{color:#fff}.bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu .current-menu-item>a:hover,.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu .current-menu-item>a:hover{background-color:transparent}.bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu li:not(.current-menu-item) a i:not(.bb-icon-angle-down){opacity:1;color:#fff}.bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a{color:#fff;opacity:1}.bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a:hover{color:#fff}.bb-sfwd-aside.bb-dark-theme #tutor-assignment-wrap .tutor-assignment-attachment #tutor-student-assignment-edit-file-preview .tutor-instructor-card,.bb-sfwd-aside.bb-dark-theme #tutor-single-entry-content,.bb-sfwd-aside.bb-dark-theme #tutor-single-entry-content .tutor-quiz-wrap .tutor-quiz-btn-group .tutor-btn-ghost.tutor-ml-auto,.bb-sfwd-aside.bb-dark-theme .bb-footer,.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-wrapper.left,.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-wrapper.left .bb-mobile-panel-inner,.bb-sfwd-aside.bb-dark-theme .buddypanel,.bb-sfwd-aside.bb-dark-theme .buddypanel #site-logo,.bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu a,.bb-sfwd-aside.bb-dark-theme .panel-head,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-start-quiz-wrapper,.bb-sfwd-aside.bb-dark-theme .tutor-course-topic-single-body,.bb-sfwd-aside.bb-dark-theme .tutor-table tr td,.bb-sfwd-aside.bb-dark-theme .tutor-zoom-meeting-content,.bb-sfwd-aside.bb-dark-theme div.bb-lms-header,.bb-sfwd-aside.bb-dark-theme.tutor-lms .tutor-course-single-content-wrapper{background:#121212}.bb-sfwd-aside.bb-dark-theme #tutor-assignment-wrap .tutor-assignment-attachments-list .tutor-instructor-card,.bb-sfwd-aside.bb-dark-theme #tutor-assignment-wrap .tutor-instructor-card,.bb-sfwd-aside.bb-dark-theme #tutor-assignment-wrap.tutor-submit-assignment .tutor-assignment-submission .tutor-assignment-body .tutor-assignment-attachment,.bb-sfwd-aside.bb-dark-theme .quiz-question-ans-choice .tutor-form-control,.bb-sfwd-aside.bb-dark-theme .tutor-course-attachment.tutor-card,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-footer,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-question-ans-choice-area .fill-in-the-gap input,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .tutor-quiz-border-box,.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-actual-comment:after,.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-actual-comment:before,.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-box .tutor-comment-textarea textarea,.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-textarea:after,.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-textarea:before,.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list .tutor-single-comment .tutor-actual-comment,.bb-sfwd-aside.bb-dark-theme .tutor-modal-content,.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrap .tutor-quiz-question-item .tutor-card,.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrapper .quiz-question-ans-choice textarea.tutor-form-control,.bb-sfwd-aside.bb-dark-theme .tutor-spotlight-mobile-progress-complete,.bb-sfwd-aside.bb-dark-theme .tutor-table thead tr th,.bb-sfwd-aside.bb-dark-theme .tutor-table tr:nth-child(even) td{background-color:#1c1c1c}.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-actual-comment:after,.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-textarea:after,.bb-sfwd-aside.bb-dark-theme .tutor-modal-content{border-color:#1c1c1c}.bb-sfwd-aside.bb-dark-theme #tutor-assignment-wrap #tutor-student-assignment-edit-file-preview .tutor-instructor-card .tutor-icard-content>div:first-child,.bb-sfwd-aside.bb-dark-theme #tutor-assignment-wrap .tutor-assignment-attachments-list .tutor-instructor-card .tutor-icard-content .tutor-color-secondary a,.bb-sfwd-aside.bb-dark-theme .quiz-question-ans-choice .tutor-form-control,.bb-sfwd-aside.bb-dark-theme .tutor-color-black,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-topbar-mark-btn,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-question-ans-choice-area .fill-in-the-gap input,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-title .tutor-color-secondary,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header.is-active .tutor-course-topic-title,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header:hover .tutor-course-topic-title,.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-actual-comment,.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-box .tutor-comment-textarea textarea,.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-textarea,.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list .tutor-single-comment .tutor-actual-comment .tutor-comment-author span:first-child,.bb-sfwd-aside.bb-dark-theme .tutor-nav-link.is-active,.bb-sfwd-aside.bb-dark-theme .tutor-quiz-attempt-details tbody td,.bb-sfwd-aside.bb-dark-theme .tutor-quiz-attempt-details td.given-answer,.bb-sfwd-aside.bb-dark-theme .tutor-quiz-attempt-details td.questions,.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrap .tutor-quiz-question-item .tutor-card,.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrap div>a.tutor-btn-ghost,.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrap div>a.tutor-btn-ghost [class*=tutor-icon-],.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrap input[type=checkbox].tutor-form-check-input+.tutor-fs-6,.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrap input[type=radio].tutor-form-check-input+.tutor-fs-6,.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrapper .fill-in-the-gap,.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrapper .quiz-meta-info .quiz-time-remaining #tutor-quiz-time-update,.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrapper .quiz-meta-info>div .tutor-color-muted,.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrapper .quiz-meta-info>div .tutor-fw-bold,.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrapper .quiz-question-ans-choice-area .tutor-dropzone .tutor-dragging-text-conent,.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrapper .quiz-question-ans-choice-area .tutor-quiz-border-box .tutor-dragging-text-conent,.bb-sfwd-aside.bb-dark-theme .tutor-table thead tr th,.bb-sfwd-aside.bb-dark-theme .tutor-table-quiz-attempts tr td,.bb-sfwd-aside.bb-dark-theme .tutor-time-countdown.tutor-countdown-lg div h3,.bb-sfwd-aside.bb-dark-theme .tutor-zoom-meeting-content .meeting-details div p{color:#fff}.bb-sfwd-aside.bb-dark-theme #tutor-single-entry-content .tutor-quiz-wrap .tutor-quiz-btn-group .tutor-btn-ghost.tutor-ml-auto,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header .tutor-course-topic-title,.bb-sfwd-aside.bb-dark-theme .tutor-modal-content .tutor-modal-close-o [class*=tutor-icon-],.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrapper .answer_limit_desc,.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrapper .quiz-question .matching-quiz-question-desc p{color:#aaa}.bb-sfwd-aside.bb-dark-theme .tutor-spotlight-mobile-progress-complete{box-shadow:none}.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-title{border-color:#333}.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-title,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-accordion-item-body,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-accordion-item-header,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic-item a{background-color:#1c1c1c;border-color:#121212}.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-accordion-item-header.is-active,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-accordion-item-header:hover{background:rgba(146,164,183,.1);color:#fff}.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic-item-icon,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic-item-title{color:#888}.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-accordion-item-header.is-active:after,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-accordion-item-header:hover:after{color:#fff}.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic-item a:hover .tutor-course-topic-item-icon,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic-item a:hover .tutor-course-topic-item-title,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic-item.is-active .tutor-course-topic-item-icon,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic-item.is-active .tutor-course-topic-item-title{color:#fff}.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic-item.is-active a,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic-item:hover a{background:rgba(146,164,183,.1)}.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-accordion-item-header{color:#888}.bb-sfwd-aside.bb-dark-theme .tutor-color-secondary,.bb-sfwd-aside.bb-dark-theme .tutor-nav-link{color:#aaa}.bb-sfwd-aside.bb-dark-theme .header-search-wrap,.bb-sfwd-aside.bb-dark-theme .header-search-wrap input.search-field{background:#000;color:#fff}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li:hover{color:#fff}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li:hover.menu-item-has-children:after{color:#fff}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li:hover>a span,.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li:hover>a>i{color:#fff}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li.menu-item-has-children:after{color:#888}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li.menu-item>.ab-submenu:before{border-color:#232323 transparent transparent #232323}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu{background-color:#000}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu{background-color:#000}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item:hover>a{background:rgba(255,255,255,.15);color:#aaa}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item:hover>a>i{color:#aaa}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item.menu-item-has-children:after{color:#aaa}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item.menu-item-has-children:hover:after{color:#aaa}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item>a{color:#aaa}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item>a>i{color:#aaa}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item.menu-item.menu-item-has-children>a:after{color:#aaa}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li>a{color:#939597}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li>a>i{color:#fff}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li>a:hover{color:#fff}.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .more-button.active:after{border-color:#232323 transparent transparent #232323}.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu{background-color:#000}.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu a{color:#aaa}.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu li:hover>a{color:#aaa;background:rgba(255,255,255,.15)}.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu{background-color:#000}.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu,.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu:before{background-color:#000}.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu li:hover>a{color:#aaa;background:rgba(255,255,255,.15)}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu{background-color:#000}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .user-mention,.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu a,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu .user-mention,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a{color:#aaa}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu a:before,.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu a>i,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a:before,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a>i{color:#aaa}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover a:before,.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover>a,.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover>a>i,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover a:before,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover>a,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover>a>i{color:#aaa}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li.no-icon>a:before,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li.no-icon>a:before{color:#aaa}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu:before,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu:before{border-color:#232323 transparent transparent #232323}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper{background-color:transparent}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper:before{background-color:#000}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper .ab-submenu{background-color:#000;box-shadow:none}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .user-link{border-color:#333 transparent transparent #333}.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu{background-color:#000}.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a:hover,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover>a{background:rgba(255,255,255,.15)}.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li .wrapper .bb-sub-menu{background-color:#000}.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li .wrapper .bb-sub-menu a:hover{background:rgba(255,255,255,.15)}.bb-sfwd-aside.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link>i{color:#aaa}.bb-sfwd-aside.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link:hover .user-name,.bb-sfwd-aside.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link:hover>i{color:#fff}.bb-sfwd-aside.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-name{color:#fff}.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .primary-menu>li:hover>a:before{background:rgba(255,255,255,.1)}.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link .user-name{color:#aaa}.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link:hover .user-name{color:#fff}.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link:hover:before{background:rgba(255,255,255,.1)}.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children.selected .user-link:before{background:rgba(255,255,255,.1)}.bb-sfwd-aside.bb-dark-theme .bb-toggle-panel,.bb-sfwd-aside.bb-dark-theme .buddypanel .bb-toggle-panel,.bb-sfwd-aside.bb-dark-theme .side-panel-menu i,.bb-sfwd-aside.bb-dark-theme .site-header i,.bb-sfwd-aside.bb-dark-theme .user-wrap a.user-link{color:#fff}.bb-sfwd-aside.bb-dark-theme .bb-toggle-panel:hover,.bb-sfwd-aside.bb-dark-theme .bb-toggle-panel:hover i,.bb-sfwd-aside.bb-dark-theme .buddypanel .bb-toggle-panel:hover,.bb-sfwd-aside.bb-dark-theme .site-header #header-aside a.user-link:hover i,.bb-sfwd-aside.bb-dark-theme .user-wrap a.user-link:hover,.bb-sfwd-aside.bb-dark-theme .user-wrap a.user-link:hover i{color:#aaa}.tutor-dashboard .tutor-frontend-dashboard-header{background-color:var(--bb-content-background-color);border:1px solid var(--tutor-border-color);border-radius:var(--bb-block-radius);padding:24px;margin-bottom:32px}.tutor-dashboard .tutor-frontend-dashboard-header:after{display:none}.tutor-dashboard .tutor-frontend-dashboard-header .tutor-dashboard-header-avatar{display:-webkit-box;display:-ms-flexbox;display:flex}.tutor-dashboard .tutor-frontend-dashboard-header .tutor-dashboard-header-avatar>.tutor-avatar-xl{width:88px;height:88px}.tutor-dashboard .tutor-frontend-dashboard-header .tutor-dashboard-header-avatar img{max-width:88px}.tutor-dashboard .tutor-frontend-dashboard-header .tutor-user-info{margin-right:12px}.tutor-dashboard .tutor-frontend-dashboard-header .tutor-dashboard-header-username{color:var(--bb-headings-color);font-size:30px;font-weight:700;line-height:1.26;margin-bottom:8px}.tutor-dashboard .tutor-frontend-dashboard-header .tutor-dashboard-header-greetings{color:var(--bb-headings-color);font-weight:500}.tutor-dashboard .tutor-frontend-dashboard-header .tutor-ratings-stars>*{margin:0}.tutor-dashboard .tutor-frontend-dashboard-header #tutor-create-new-course [class^=tutor-icon-].tutor-icon-plus-square:before,.tutor-dashboard .tutor-frontend-dashboard-header .tutor-add-new-course-bundle [class^=tutor-icon-].tutor-icon-plus-square:before{font-size:20px;font-weight:300}.tutor-dashboard .tutor-frontend-dashboard-header .tutor-header-right-side #tutor-become-instructor-button .tutor-icon-user-bold:before{font-size:20px}.tutor-dashboard .tutor-frontend-dashboard-header #tutor-notifications-wrapper .tutor-floating-badge{color:var(--bb-headings-color);background-color:var(--bb-content-alternate-background-color);font-size:11px;font-weight:600;border:2px solid var(--bb-content-background-color)}.tutor-dashboard .tutor-frontend-dashboard-header #tutor-notifications-wrapper .tutor-iconic-btn [class^=tutor-icon-].tutor-icon-bell-bold:before{font-size:32px}@media screen and (max-width:992px){.buddypanel-open .tutor-dashboard .tutor-frontend-dashboard-header .tutor-header-left-side{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.buddypanel-open .tutor-dashboard .tutor-frontend-dashboard-header .tutor-header-right-side{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important;margin-top:20px;margin-bottom:0}}@media screen and (max-width:767px){.tutor-dashboard .tutor-frontend-dashboard-header .tutor-dashboard-header-username{font-size:24px}.tutor-dashboard .tutor-frontend-dashboard-header .tutor-header-left-side{-ms-flex-flow:column;flex-flow:column;gap:15px;text-align:center}.tutor-dashboard .tutor-frontend-dashboard-header .tutor-header-right-side{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important;margin-bottom:0}}.tutor-dashboard .tutor-frontend-dashboard-maincontent{border:1px solid var(--tutor-border-color);border-radius:var(--bb-block-radius)}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu{background-color:var(--tutor-sidebar-background);border-left:1px solid var(--tutor-border-color);border-radius:0 var(--bb-block-radius) var(--bb-block-radius) 0;padding:0 15px 0 10px}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item-icon{font-size:20px}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li a{font-size:14px;font-weight:500;padding:10px 15px;border-radius:6px}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li a .tutor-dashboard-menu-item-icon,.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li a span{color:var(--bb-sidenav-text-regular)}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li a .tutor-dashboard-menu-item-icon{opacity:.5}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li:not(.active) a:hover .tutor-dashboard-menu-item-icon,.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li:not(.active) a:hover span{color:var(--bb-sidenav-text-hover)}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li.active a,.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li.active a:hover{background-color:var(--tutor-color-primary)}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li.active a .tutor-dashboard-menu-item-icon,.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li.active a span,.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li.active a:hover .tutor-dashboard-menu-item-icon,.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li.active a:hover span{color:var(--bb-sidenav-text-active);opacity:1}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^=tutor-icon-]{font-size:24px;font-weight:400}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^=tutor-icon-].tutor-icon-dashboard:before{content:"\ee12"}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^=tutor-icon-].tutor-icon-user-bold:before{content:"\ef52";font-weight:400}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^=tutor-icon-].tutor-icon-star-bold:before{content:"\ef32";font-weight:400}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^=tutor-icon-].tutor-icon-quiz-attempt:before{content:"\ee8e"}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^=tutor-icon-].tutor-icon-question:before{content:"\ee31";font-weight:400}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^=tutor-icon-].tutor-icon-cart-bold:before{content:"\ef06"}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^=tutor-icon-].tutor-icon-rocket:before{content:"\ee3f"}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^=tutor-icon-].tutor-icon-layer:before{content:"\eec3"}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^=tutor-icon-].tutor-icon-wallet:before{content:"\ef6d"}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^=tutor-icon-].tutor-icon-quiz-o:before{content:"\ef01";font-weight:400}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^=tutor-icon-].tutor-icon-assignment:before{content:"\ee74"}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item.active [class^=tutor-icon-],.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item.active [class^=tutor-icon-]:before{font-weight:300}.tutor-dashboard .tutor-frontend-dashboard-maincontent ul.tutor-dashboard-permalinks{margin:0;padding:30px 0}.tutor-dashboard .tutor-frontend-dashboard-maincontent ul.tutor-dashboard-permalinks:before{display:none}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-menu-divider-header{font-size:14px;font-weight:600;color:var(--bb-sidenav-text-regular);opacity:.5;text-transform:uppercase}@media screen and (max-width:767px){.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-content{border-radius:var(--bb-block-radius)}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu{border-left:0}}.tutor-dashboard .tutor-dashboard-content{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius) 0 0 var(--bb-block-radius);padding:32px 35px;margin:0 -10px;height:100%}.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box [class^=tutor-icon-]{font-size:40px;font-weight:300}.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-book-open:before{content:"\e86e"}.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-mortarboard-o:before{content:"\e96f"}.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-trophy:before{content:"\ef4c"}.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-user-graduate:before{content:"\eeac"}.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-box-open:before{content:"\eed2"}.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-coins:before{content:"\ee2a"}.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-add-member:before{content:"\ea0c"}.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-star-bold:before{content:"\ef32"}.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-bullhorn:before{content:"\ee03"}.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-chart-pie:before{content:"\ee15"}.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-wallet:before{content:"\ef6d"}.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-dollar-slot:before{content:"\ee48"}.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-filter-dollar:before{content:"\ee9a"}.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-badge-discount:before{content:"\eeed"}@media screen and (max-width:992px){.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box [class^=tutor-icon-]{font-size:30px}}.tutor-dashboard .tutor-dashboard-content .tutor-analytics-info-cards .tutor-card .tutor-round-box .tutor-icon-book-open:before{content:"\eeac"}.tutor-dashboard .tutor-dashboard-content .analytics-export-wrapper #download_analytics:disabled{border-color:#e9e9ea;background-color:#e9e9ea;color:inherit}@media screen and (max-width:992px){.tutor-dashboard .tutor-dashboard-content .analytics-student-details.tutor-user-public-profile.tutor-user-public-profile-pp-circle .pp-area{margin-top:0!important}.tutor-dashboard .tutor-dashboard-content .analytics-student-details.tutor-user-public-profile.tutor-user-public-profile-pp-circle .pp-area .profile-name{text-align:right!important}}.tutor-dashboard.is-sidebar-expanded ul.tutor-dashboard-permalinks li.active a{border-radius:var(--bb-button-radius)}.tutor-dashboard .popular-courses-heading-dashboard>span,.tutor-dashboard .tutor-dashboard-content-inner>.tutor-fs-5.tutor-color-black,.tutor-dashboard .tutor-dashboard-content>.tutor-fs-5.tutor-color-black,.tutor-dashboard .tutor-dashboard-title,.tutor-dashboard .tutor-frontend-dashboard-course-progress>.tutor-color-black{color:var(--bb-headings-color);font-size:1.5rem;font-weight:600;line-height:1.3}.tutor-dashboard .popular-courses-heading-dashboard .tutor-btn{color:var(--bb-body-text-color);font-weight:500}.tutor-dashboard .tutor-nav:not(.tutor-nav-pills,.tutor-nav-tabs){border-bottom-color:transparent}.tutor-dashboard .tutor-nav:not(.tutor-nav-pills,.tutor-nav-tabs) .tutor-nav-item:not(:last-child){margin-left:30px}.tutor-dashboard .tutor-nav:not(.tutor-nav-pills,.tutor-nav-tabs) .tutor-nav-link{color:var(--tutor-body-color);font-size:14px;font-weight:500;border-bottom-width:2px;letter-spacing:-.24px;padding:8px 0}.tutor-dashboard .tutor-nav:not(.tutor-nav-pills,.tutor-nav-tabs) .tutor-nav-link.is-active{color:var(--bb-headings-color);font-weight:600;border-bottom-color:var(--tutor-color-primary)}.tutor-dashboard .tutor-nav:not(.tutor-nav-pills,.tutor-nav-tabs) .tutor-nav-link.tutor-nav-more-item{color:var(--tutor-color-primary)}.tutor-dashboard .tutor-nav:not(.tutor-nav-pills,.tutor-nav-tabs) .tutor-nav-more-list .tutor-nav-item{margin-left:0}.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary{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)}.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary:hover{color:#1e2132;background-color:rgba(255,255,255,.05)}.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary:active{color:#1e2132;background-color:rgba(255,255,255,.09)}.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary.disabled,.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary:disabled{color:#c8cbcf;background-color:#f5f5f5}.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary.outline{background:100% 0;color:#fff;border-color:#fff}.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary.outline:hover{color:rgba(255,255,255,.05);border-color:rgba(255,255,255,.05)}.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary.outline:active{color:rgba(255,255,255,.12);border-color:rgba(255,255,255,.12)}.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary.outline.disabled,.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary.outline:disabled{background:#f5f5f5;color:#dedfe2;border-color:#dedfe2;opacity:1}.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary:active,.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary:focus,.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary: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);background-color:var(--tutor-color-primary-hover);border:1px solid var(--tutor-color-primary-hover)}.tutor-dashboard .tutor-wp-dashboard-filter .tutor-v2-date-range-picker{margin-top:15px}.tutor-dashboard .tutor-social-field [class^=tutor-icon-]{font-family:bb-icons!important;font-size:20px;font-weight:400;opacity:.5;margin-left:5px;position:relative;top:1px}.tutor-dashboard .tutor-social-field .tutor-icon-brand-facebook:before{content:"\edd2"}.tutor-dashboard .tutor-social-field .tutor-icon-brand-twitter:before{content:"\edf4"}.tutor-dashboard .tutor-social-field .tutor-icon-brand-linkedin:before{content:"\eddf"}.tutor-dashboard .tutor-social-field .tutor-icon-earth:before{content:"\eeaa"}.tutor-dashboard .tutor-social-field .tutor-icon-brand-github:before{content:"\edd6"}.tutor-dashboard .tutor-header-right-side .tutor-align-center>span{color:var(--bb-body-text-color)!important;font-size:14px!important}.tutor-dashboard .tutor-header-right-side .tutor-align-center>span>b{color:var(--bb-headings-color)}.tutor-offcanvas .tutor-offcanvas-main{background-color:var(--bb-content-background-color)}.tutor-notification-element .element-content .message{background-color:var(--bb-content-alternate-background-color);border-radius:var(--bb-block-radius-inner);font-size:14px;margin-bottom:10px;padding:.75rem}.tutor-notification-tab .tab-body{scrollbar-color:var(--bb-content-border-color) var(--bb-content-alternate-background-color)}.tutor-dashboard .tutor-dashboard-content .tutor-cb-templates-table.tutor-cb-templates-table .item-wrapper,.tutor-dashboard .tutor-dashboard-content .tutor-option-nav-page.tutor-cb-templates-table .item-wrapper{border-color:var(--tutor-border-color);border-radius:var(--bb-block-radius-inner)}.tutor-cb-templates-table .tutor-card .tutor-col.tutor-align-items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1.5}.tutor-cb-templates-table .tutor-card .tutor-col-auto{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tutor-cb-templates-table .tutor-card .tutor-col-auto .tutor-option-field-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tutor-cb-templates-table .tutor-card .tutor-col-auto .tutor-option-field-input i{font-size:18px}.tutor-certificate-builder-btn,.tutor-certificate-builder-lg-btn{background-color:var(--tutor-color-primary);color:var(--bb-content-background-color)}.tutor-certificate-builder-white-btn,.tutor-certificate-builder-white-lg-btn{border-color:var(--tutor-color-primary);color:var(--tutor-color-primary);background-color:var(--bb-content-background-color)}.tutor-instructor-apply-button .tutor-bg-primary:hover{color:var(--bb-primary-button-text-hover);background-color:var(--tutor-color-primary-hover)}.tutor-ins-app-title{color:var(--bb-headings-color)}.tutor-dashboard #tutor-dashboard-footer-mobile{display:block;position:fixed;right:0;left:0;bottom:0;background:var(--bb-content-background-color);padding:10px;z-index:9999999}.tutor-dashboard #tutor-dashboard-footer-mobile>div>div>a span{display:block;padding:0 7px 7px}@media (min-width:768px){.tutor-dashboard #tutor-dashboard-footer-mobile{display:none}}#tutor-dashboard-footer-mobile .tutor-row .tutor-col-4{text-align:center;padding-top:-webkit-calc(var(--tutor-gutter-x) * .5);padding-top:calc(var(--tutor-gutter-x) * .5);color:var(--bb-headings-color);font-weight:500}@media screen and (max-width:992px){.tutor-analytics-graph .tutor-nav-tabs .tutor-nav-link{border-left:0}}@media screen and (max-width:544px){.tutor-analytics-graph .tutor-nav-tabs .tutor-nav-item{width:100%}.tutor-analytics-graph .tutor-nav-tabs .tutor-nav-item:first-child .tutor-nav-link{border-top-right-radius:var(--bb-block-radius-inner);border-top-left-radius:var(--bb-block-radius-inner)}}@media screen and (max-width:768px){.tutor-dashboard .tutor-modal-scrollable .tutor-modal-window,.tutor-dashboard .tutor-modal-window{height:-webkit-calc(100% - 136px);height:calc(100% - 136px);min-height:-webkit-calc(100% - 136px);min-height:calc(100% - 136px)}}@media screen and (max-width:544px){.tutor-dashboard-assignments .tutor-col-6{width:100%}.tutor-dashboard-announcement-sorting-wrap div:nth-child(1){-ms-flex-preferred-size:100%;flex-basis:100%}.tutor-dashboard-announcement-sorting-input{max-width:100%}}.tutor-dashboard-qna-vew-as input[type=checkbox]{visibility:hidden;opacity:0}.tutor-qna-badges .tutor-icon-trash-can-bold:before{font-weight:400}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat .tutor-qna-text{font-size:15px;border-radius:var(--bb-block-radius-inner)}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat .tutor-qna-user .tutor-color-secondary{color:var(--bb-headings-color);line-height:21px}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat .tutor-qna-user .tutor-color-muted{color:var(--tutor-body-color)}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat .tutor-qna-user img{width:52px;height:52px}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat .tutor-qna-text:before{width:10px;height:10px}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat.tutor-qna-left .tutor-qna-text:before{right:20px}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat.tutor-qna-right .tutor-qna-text:before{left:20px}.tutor-qna-single-question:not([data-context=backend-dashboard-qna-single]) .tutor-qna-right .tutor-qna-text{background-color:var(--bb-content-alternate-background-color)}.tutor-qna-single-question:not([data-context=backend-dashboard-qna-single]) .tutor-qna-left .tutor-qna-text{background-color:rgba(var(--bb-default-notice-color-rgb),.1)}.frontend-dashboard-qna-table-instructor tr td{vertical-align:top}.frontend-dashboard-qna-table-instructor .tutor-qna-question-col{margin-top:0}.frontend-dashboard-qna-table-instructor .tutor-qna-question-col .tutor-qna-desc .tutor-qna-content{line-height:140%}.frontend-dashboard-qna-table-instructor .tutor-qna-question-col .tutor-qna-desc .tutor-color-secondary span.tutor-fw-medium{color:var(--bb-headings-color)}.frontend-dashboard-qna-table-instructor .tutor-qna-question-col .tutor-qna-desc .tutor-color-secondary span{color:var(--bb-alternate-text-color)}.frontend-dashboard-qna-table-instructor tr td:first-of-type .tooltip-txt.tooltip-bottom{-webkit-transform:translateX(-2px);-ms-transform:translateX(-2px);transform:translateX(-2px);right:-webkit-calc(100% + 8px);right:calc(100% + 8px);top:unset}.frontend-dashboard-qna-table-instructor tr td:first-of-type .tooltip-txt.tooltip-bottom:after{top:18px;margin-top:-5px;border:5px solid transparent;right:unset;bottom:unset;left:100%;border-left-color:var(--bb-tooltip-background)}.frontend-dashboard-qna-table-instructor tr td:first-of-type .tutor-avatar+div>div:first-of-type{color:var(--bb-headings-color)}.frontend-dashboard-qna-table-instructor tr td:first-of-type .tutor-avatar+div .tutor-mt-4{margin-top:0}.tutor-qna-single-question .tutor-qa-sticky-bar{margin:-32px -35px 24px;padding:0 35px}.tutor-qna-single-question .tutor-qa-sticky-bar .tutor-px-12{padding-right:0}.tutor-qa-sticky-bar .tutor-btn{font-size:14px}.tutor-qa-sticky-bar .tutor-btn [class*=" tutor-icon-"],.tutor-qa-sticky-bar .tutor-btn [class^=tutor-icon-]{font-size:24px}.tutor-ratings .tutor-ratings-stars>*{margin:0}.tutor-ratings .tutor-ratings-average{font-size:14px;font-weight:500;color:var(--bb-headings-color);line-height:1.5;margin-right:5px}.tutor-ratings .tutor-ratings-count{color:var(--bb-alternate-text-color);font-size:14px;font-weight:400;line-height:1.5;margin-right:5px}.tutor-ratings [class^=tutor-icon-]{font-family:bb-icons!important}.tutor-ratings [class^=tutor-icon-].tutor-icon-star-bold,.tutor-ratings [class^=tutor-icon-].tutor-icon-star-line{font-size:20px}.tutor-ratings [class^=tutor-icon-].tutor-icon-star-half-bold{font-size:20px}.tutor-ratings [class^=tutor-icon-].tutor-icon-star-half-bold:before{content:"\ef33";font-weight:300}.tutor-ratings [class^=tutor-icon-].tutor-icon-star-line:before{font-weight:400}.tutor-iconic-btn-secondary{background-color:var(--bb-content-alternate-background-color)}.tutor-btn-outline-primary{color:var(--bb-primary-button-text-regular);background-color:var(--tutor-color-primary-hover)}.tutor-dashboard-menu-divider{border-color:var(--tutor-border-color)}.tutor-empty-state .tutor-color-secondary{color:var(--tutor-body-color)}.tutor-form-select-search .tutor-form-icon+input[type=search]{background-image:none}.tutor-row.tutor-row--notice{padding-right:-webkit-calc(var(--tutor-gutter-x) * .5);padding-right:calc(var(--tutor-gutter-x) * .5);padding-left:-webkit-calc(var(--tutor-gutter-x) * .5);padding-left:calc(var(--tutor-gutter-x) * .5)}.tutor-row.tutor-row--notice .bp-feedback{margin:0 0 -webkit-calc(var(--tutor-gutter-x) * 1.5);margin:0 0 calc(var(--tutor-gutter-x) * 1.5)}.tutor-row.tutor-row--notice>*{padding-right:0;padding-left:0}.tutor-analytics-students .tutor-table tbody tr td:first-of-type .tutor-ml-16 div:first-of-type{color:var(--bb-headings-color)}.tutor-analytics-courses .tutor-table tbody tr td:first-of-type>span{color:var(--bb-headings-color)}.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks{list-style:none}.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-menu-item:not(:last-child){margin-bottom:5px}.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-menu-item-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--tutor-body-color)}.tutor-dashboard-content .tutor-card{border-radius:var(--bb-block-radius-inner)}.tutor-dashboard-content .tutor-card-list-item:last-child{border-bottom-right-radius:var(--bb-block-radius-inner);border-bottom-left-radius:var(--bb-block-radius-inner)}.tutor-table{border:0;border-bottom:1px solid var(--tutor-border-color)}.tutor-table thead tr th{color:var(--bb-body-text-color);background-color:var(--tutor-table-header-background);border-bottom:1px solid var(--tutor-border-color);font-size:13px;font-weight:400;line-height:1.4;padding:13px 16px}.tutor-table tr:first-child th:first-child{border-top-right-radius:var(--bb-block-radius-inner)}.tutor-table tr:first-child th:last-child{border-top-left-radius:var(--bb-block-radius-inner)}.tutor-table tr:last-child td:first-child{border-bottom-right-radius:var(--bb-block-radius-inner)}.tutor-table tr:last-child td:last-child{border-bottom-left-radius:var(--bb-block-radius-inner)}.tutor-table tr td{background-color:var(--bb-content-background-color);font-weight:400;line-height:1.5}.tutor-table tr:nth-child(even) td{background-color:var(--bb-body-background-color)}.tutor-table tr td .tutor-table-link,.tutor-table tr td>a:not(.tutor-btn,.tutor-iconic-btn,.quiz-manual-review-action){color:var(--bb-headings-color)}.tutor-table.table-popular-courses tr td a:not(.tutor-btn,.tutor-iconic-btn,.quiz-manual-review-action){color:var(--bb-headings-color)}.tutor-table.table-popular-courses tr td a:not(.tutor-btn,.tutor-iconic-btn,.quiz-manual-review-action):hover{color:var(--tutor-color-primary)}.tutor-table.table-popular-courses td{color:var(--bb-headings-color);background-color:transparent;font-size:14px;font-weight:600;line-height:1.6}.tutor-table.tutor-table-quiz-attempts td:first-child .tutor-mt-4{font-size:16px}.tutor-table.tutor-table-quiz-attempts td:first-child .tutor-color-muted,.tutor-table.tutor-table-quiz-attempts td:first-child .tutor-color-secondary{color:var(--bb-headings-color);font-weight:400}.tutor-table.tutor-table-quiz-attempts td:first-child .tutor-color-muted{font-weight:600}.tutor-table.tutor-table-quiz-attempts .tooltip-wrap .tutor-icon-circle-info-o{font-size:14px;font-weight:100}.tutor-table.tutor-quiz-attempt-details tr td{vertical-align:top}.tutor-table tr td{font-size:14px}.tutor-table.tutor-quiz-attempt-details .tutor-fs-7,.tutor-table.tutor-quiz-attempt-details tr td{font-size:13px}.tutor-analytics-widget-popular-courses .tutor-table tbody td:first-child{font-weight:500;color:var(--bb-headings-color)}.table-reviews thead th:first-child,.tutor-analytics-widget-reviews .tutor-table thead th:first-child{width:190px}.table-reviews tbody td:first-child,.tutor-analytics-widget-reviews .tutor-table tbody td:first-child{font-weight:600}.table-reviews td,.tutor-analytics-widget-reviews .tutor-table td{color:var(--bb-headings-color);font-size:14px;font-weight:400}.table-reviews td .tutor-avatar+span,.tutor-analytics-widget-reviews .tutor-table td .tutor-avatar+span{color:var(--bb-headings-color);font-size:14px;font-weight:500}.table-reviews td .tutor-ratings+div,.tutor-analytics-widget-reviews .tutor-table td .tutor-ratings+div{color:var(--tutor-body-color);font-size:14px;font-weight:400}.table-reviews td div .tutor-color-secondary,.table-reviews td div .tutor-fs-8,.tutor-analytics-widget-reviews .tutor-table td div .tutor-color-secondary,.tutor-analytics-widget-reviews .tutor-table td div .tutor-fs-8{color:var(--bb-headings-color);font-size:14px;font-weight:500}.table-reviews td div .tutor-color-muted,.tutor-analytics-widget-reviews .tutor-table td div .tutor-color-muted{color:var(--tutor-body-color);font-size:14px;font-weight:400}table.qna-list-table .tutor-qna-question-col.is-read .tutor-fs-6,table.qna-list-table .tutor-qna-question-col.is-read .tutor-qna-content{font-size:inherit}table.qna-list-table tr td:first-child .tooltip-icon-custom i{font-size:24px}.tutor-lms-custom-colors .tutor-table-quiz-attempts .tutor-btn-outline-primary{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color)}.tutor-lms-custom-colors .tutor-table-quiz-attempts .tutor-btn-outline-primary:focus{box-shadow:var(--bb-outline-button-focus-shadow)}.tutor-lms-custom-colors .tutor-table-quiz-attempts .tutor-btn-outline-primary: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)}.tutor-table-quiz-attempts tr td{font-size:13px;font-weight:600;color:var(--bb-headings-color);line-height:1.5}.tutor-table-quiz-attempts .tutor-fs-7{font-size:13px;line-height:1.5}.tutor-table-google-meet-meeting .td-action-btns .tutor-btn,.tutor-table-zoom .td-action-btns .tutor-btn{text-wrap:nowrap;font-size:14px}.tutor-table-google-meet-meeting .td-action-btns .tutor-dropdown-parent .tutor-icon-angle-down,.tutor-table-zoom .td-action-btns .tutor-dropdown-parent .tutor-icon-angle-down{font-size:14px;line-height:1}.tutor-table-google-meet-meeting tr td:first-child>div,.tutor-table-zoom tr td:first-child>div{font-weight:500;color:var(--bb-headings-color)}.tutor-table-google-meet-meeting tr td:first-child>div .tutor-color-muted,.tutor-table-zoom tr td:first-child>div .tutor-color-muted{font-weight:400}.tutor-quiz-attempt-details:not(.tutor-table-data-td-target) tbody tr td{font-weight:600}.tutor-quiz-attempt-details:not(.tutor-table-data-td-target) tbody tr td:first-of-type{font-weight:400}.tutor-quiz-attempt-details .explain-toggle{background-color:var(--bb-content-alternate-background-color)}.tutor-quiz-attempt-details .quiz-explanation-wrapper{background-color:rgba(var(--tutor-color-success-rgb),.1);border-radius:var(--bb-block-radius-inner)}.tutor-quiz-attempt-details tbody td{color:var(--bb-headings-color)}.tutor-quiz-attempt-details td.type .tooltip-wrap.tooltip-icon:after{display:none}.tutor-quiz-attempt-details td.questions{color:var(--bb-body-text-color)}.tutor-quiz-attempt-details td.questions .tutor-fw-medium{font-weight:400}.tutor-quiz-attempt-details td.given-answer{font-weight:500;line-height:1.5;color:var(--bb-headings-color)}.tutor-quiz-attempt-details td.tutor-text-center,.tutor-quiz-attempt-details tr:nth-child(even) td.tutor-text-center{background-color:var(--bb-content-alternate-background-color)}.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-correct a.quiz-manual-review-action,.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-pending a.quiz-manual-review-action,.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-wrong a.quiz-manual-review-action{border:0;width:32px;height:32px;overflow:visible}.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-correct a.quiz-manual-review-action i,.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-pending a.quiz-manual-review-action i,.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-wrong a.quiz-manual-review-action i{font-weight:100;font-size:32px}.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-wrong .tutor-icon-rounded.tutor-color-success,.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-wrong .tutor-icon-rounded.tutor-color-success:hover,.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-wrong .tutor-icon-rounded.tutor-color-success,.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-wrong .tutor-icon-rounded.tutor-color-success:hover{color:var(--bb-alternate-text-color)!important;border-color:var(--bb-alternate-text-color)!important}.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-wrong .tutor-icon-rounded.tutor-color-danger,.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-wrong .tutor-icon-rounded.tutor-color-danger:hover,.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-wrong .tutor-icon-rounded.tutor-color-danger,.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-wrong .tutor-icon-rounded.tutor-color-danger:hover{color:var(--tutor-color-danger)}.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-correct .tutor-icon-rounded.tutor-color-danger,.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-correct .tutor-icon-rounded.tutor-color-danger:hover,.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-correct .tutor-icon-rounded.tutor-color-danger,.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-correct .tutor-icon-rounded.tutor-color-danger:hover{color:var(--bb-alternate-text-color)!important;border-color:var(--bb-alternate-text-color)!important}.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-correct .tutor-icon-rounded.tutor-color-success,.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-correct .tutor-icon-rounded.tutor-color-success:hover,.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-correct .tutor-icon-rounded.tutor-color-success,.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-correct .tutor-icon-rounded.tutor-color-success:hover{color:var(--tutor-color-success)}.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-pending .tutor-icon-rounded.tutor-color-danger,.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-pending .tutor-icon-rounded.tutor-color-danger:hover,.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-pending .tutor-icon-rounded.tutor-color-danger,.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-pending .tutor-icon-rounded.tutor-color-danger:hover{color:var(--bb-alternate-text-color)!important;border-color:var(--bb-alternate-text-color)!important}.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-pending .tutor-icon-rounded.tutor-color-success,.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-pending .tutor-icon-rounded.tutor-color-success:hover,.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-pending .tutor-icon-rounded.tutor-color-success,.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-pending .tutor-icon-rounded.tutor-color-success:hover{color:var(--bb-alternate-text-color)!important;border-color:var(--bb-alternate-text-color)!important}.tutor-quiz-attempt-details .quiz-explanation-wrapper div p:last-of-type{margin-bottom:0}.tutor-dashboard-single-review .tutor-card-header{background-color:var(--tutor-table-header-background)}.tutor-dashboard-single-review .tutor-card-header .tutor-card-title{color:var(--bb-headings-color);font-size:18px;font-weight:600}.tutor-dashboard-single-review .tutor-card-header .tutor-card-title span{color:var(--tutor-body-color);font-size:18px}.tutor-dashboard-single-review .tutor-given-review-actions .tutor-btn{color:var(--tutor-body-color);font-size:16px;font-weight:500}.tutor-dashboard-single-review .tutor-given-review-actions .tutor-btn:hover{color:var(--tutor-color-primary)}.tutor-dashboard-single-review .tutor-given-review-actions .tutor-btn [class^=tutor-icon-]{font-family:bb-icons!important;font-size:24px}.tutor-dashboard-single-review .tutor-given-review-actions .tutor-btn [class^=tutor-icon-].tutor-icon-edit:before{content:"\ee5a"}.tutor-dashboard-single-review .tutor-given-review-actions .tutor-btn [class^=tutor-icon-].tutor-icon-trash-can-line:before{content:"\ef48"}.tutor-dashboard-single-review .tutor-card-body>.tutor-color-muted{color:var(--tutor-body-color);font-size:14px;font-weight:400}.tutor-wp-dashboard-filter-items input[type=search]{background-image:none}.tutor-course-progress-item.tutor-card .tutor-ratio{height:100%}.tutor-course-progress-item.tutor-card .tutor-card-body{padding:24px 32px}.tutor-course-progress-item.tutor-card .tutor-card-body .tutor-ratings{margin-bottom:10px}.tutor-course-progress-item.tutor-card .tutor-card-body .tutor-ratings .tutor-ratings-count{color:var(--bb-headings-color);font-weight:500}.tutor-course-progress-item.tutor-card .tutor-card-body .tutor-course-progress-item-title{color:var(--bb-headings-color);font-size:18px;font-weight:600;line-height:1.33}.tutor-course-progress-item.tutor-card .tutor-card-body .tutor-course-progress-item-title+div>.tutor-color-muted{color:var(--tutor-body-color);font-size:14px;font-weight:400}.tutor-course-progress-item.tutor-card .tutor-card-body .tutor-course-progress-item-title+div>.tutor-fw-medium{color:var(--bb-headings-color);font-size:14px;font-weight:500}.tutor-course-progress-item.tutor-card .tutor-card-body .progress-percentage{color:var(--bb-alternate-text-color)}.tutor-course-progress-item.tutor-card .tutor-card-body .progress-percentage>span{color:var(--bb-headings-color)}.tutor-progress-bar{background-color:var(--bb-content-alternate-background-color);height:5px}.tutor-progress-bar .tutor-progress-value{border-radius:10px}.tutor-pagination{border:0}.tutor-pagination .tutor-pagination-hints .tutor-color-black{color:var(--bb-headings-color);font-weight:600}.tutor-pagination .tutor-pagination-hints .tutor-color-black:last-child{color:var(--tutor-body-color)}.tutor-pagination ul.tutor-pagination-numbers{gap:5px}.tutor-pagination ul.tutor-pagination-numbers .page-numbers{color:var(--bb-body-text-color);font-size:13px;font-weight:500;line-height:1.5;padding:5px 12px;border-radius:var(--bb-block-radius-inner)}.tutor-pagination ul.tutor-pagination-numbers .page-numbers.next,.tutor-pagination ul.tutor-pagination-numbers .page-numbers.prev{border-radius:var(--bb-block-radius-inner)}.tutor-pagination ul.tutor-pagination-numbers .page-numbers:before{display:none}.tutor-pagination ul.tutor-pagination-numbers .page-numbers.current{color:var(--bb-content-background-color);background-color:var(--tutor-color-primary)}.tutor-pagination ul.tutor-pagination-numbers .page-numbers.next,.tutor-pagination ul.tutor-pagination-numbers .page-numbers.prev{color:var(--tutor-body-color);background-color:var(--bb-content-background-color);border:1px solid var(--tutor-border-color);margin-right:0}.tutor-pagination ul.tutor-pagination-numbers .page-numbers.next:hover,.tutor-pagination ul.tutor-pagination-numbers .page-numbers.prev:hover{background-color:var(--tutor-color-primary);border-color:transparent;color:var(--bb-content-background-color)}.tutor-pagination ul.tutor-pagination-numbers .page-numbers.prev{margin-left:0}.tutor-pagination ul.tutor-pagination-numbers .page-numbers [class^=tutor-icon-]{font-size:18px;font-weight:300}.tutor-course-card .tutor-course-name,.tutor-course-card .tutor-course-name a{color:var(--bb-headings-color);font-size:16px;margin-bottom:15px}.tutor-course-card .tutor-course-thumbnail .tutor-card-image-top{border-radius:var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0}.tutor-course-card .tutor-bundle-course-count-badge{font-size:14px;background-color:var(--tutor-color-primary)}.tutor-course-card .tutor-btn-outline-primary{color:var(--bb-headings-color);background-color:var(--bb-content-background-color);border-color:var(--tutor-border-color);font-weight:500}.tutor-course-card .tutor-btn-outline-primary:hover{color:var(--bb-content-background-color);background-color:var(--tutor-color-primary);border-color:var(--tutor-color-primary)}.tutor-course-card .tutor-course-bookmark>a{background-color:rgba(0,0,0,.1);border-color:transparent}.tutor-course-card .tutor-course-bookmark>a .tutor-icon-bookmark-bold,.tutor-course-card .tutor-course-bookmark>a .tutor-icon-bookmark-line{color:var(--bb-content-background-color);font-family:bb-icons!important;font-size:18px;font-weight:300}.tutor-course-card .tutor-course-bookmark>a .tutor-icon-bookmark-bold:before,.tutor-course-card .tutor-course-bookmark>a .tutor-icon-bookmark-line:before{content:"\e872"}.tutor-course-card .tutor-course-bookmark>a .tutor-icon-bookmark-line{font-weight:400}.tutor-course-card .tutor-course-bookmark>a:hover{background-color:rgba(0,0,0,.3)}.tutor-course-card .tutor-meta>*{color:var(--tutor-body-color)}.tutor-course-card .tutor-meta a{color:var(--bb-headings-color)}.tutor-course-card .tutor-card-footer{min-height:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tutor-course-card .tutor-card-footer>*{width:100%}.tutor-course-card .tutor-card-footer .list-item-price .price{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row-reverse;flex-flow:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:8px;column-gap:8px}.tutor-course-card .tutor-card-footer .list-item-price .price del .amount{color:var(--tutor-body-color);font-size:14px;font-weight:400}.tutor-course-card .tutor-card-footer .list-item-price .price .amount{color:var(--bb-headings-color);font-size:18px;font-weight:600}.tutor-course-card .tutor-card-footer .list-item-button .add_to_cart_button{border:0;padding:0}.tutor-course-card .tutor-card-footer .list-item-button .add_to_cart_button .cart-text{opacity:0;height:0;width:0;overflow:hidden}.tutor-course-card .tutor-card-footer .list-item-button .add_to_cart_button .tutor-icon-cart-line{color:var(--tutor-body-color);font-family:bb-icons!important;font-size:24px;font-weight:400}.tutor-course-card .tutor-card-footer .list-item-button .add_to_cart_button .tutor-icon-cart-line:before{content:"\ef1b"}.tutor-course-card .tutor-card-footer .list-item-button .add_to_cart_button:active,.tutor-course-card .tutor-card-footer .list-item-button .add_to_cart_button:focus,.tutor-course-card .tutor-card-footer .list-item-button .add_to_cart_button:hover{color:var(--tutor-color-primary);background-color:transparent}#tutor_calendar_wrapper>.tutor-fs-5.tutor-color-black{color:var(--bb-headings-color);font-size:1.5rem;font-weight:600;line-height:1.3}#tutor_calendar_wrapper .tutor-calendar-wrapper{border-radius:var(--bb-block-radius-inner);background-color:var(--bb-content-background-color);padding:20px}#tutor_calendar_wrapper .month-year{gap:8px}#tutor_calendar_wrapper .tutor-custom-calendar .tutor-calendar-heading>div{color:var(--bb-headings-color);font-size:12px;font-weight:500}#tutor_calendar_wrapper .tutor-custom-calendar .tutor-calendar-body>div{color:var(--tutor-body-color)}#tutor_calendar_wrapper .tutor-custom-calendar .tutor-calendar-body a{color:var(--tutor-body-color)}#tutor_calendar_wrapper .tutor-calendar-events-wrapper{border:0;background-color:transparent}#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper{padding:0}#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing>.icon-wrapper .tutor-icon-calender-line{color:var(--tutor-body-color);font-size:24px}#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing>.icon-wrapper>.tutor-fs-7{color:var(--bb-headings-color);font-size:16px;font-weight:500}#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing .tutor-event-wrapper{border-color:var(--tutor-border-color);border-radius:var(--bb-block-radius-inner);padding:10px}#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing .tutor-event-wrapper .meta-info i{font-size:20px;font-weight:400}#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing .tutor-event-wrapper .meta-info .time{color:var(--tutor-body-color);font-size:14px;font-weight:400}#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing .tutor-event-wrapper .meta-info a{color:var(--bb-headings-color);font-size:14px;font-weight:400}#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing .tutor-event-wrapper.overdue{border-color:rgba(var(--bb-danger-color-rgb),15%)}#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing .tutor-event-wrapper.overdue .meta-info a{color:var(--bb-danger-color)}#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing .tutor-event-wrapper.overdue .meta-info a .time,#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing .tutor-event-wrapper.overdue .meta-info a i,#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing .tutor-event-wrapper.overdue .meta-info a span,#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing .tutor-event-wrapper.overdue .meta-info a strong{color:var(--bb-danger-color)}.tutor-calendar-dropdown .tutor-calendar-dropdown-label{color:var(--bb-headings-color);background-color:var(--bb-content-alternate-background-color);padding:8px 12px}.tutor-calendar-dropdown .tutor-calendar-dropdown-label>svg{opacity:.5;margin-right:.5rem}.tutor-calendar-dropdown .tutor-calendar-dropdown-list li{color:var(--tutor-body-color)}.tutor-calendar-searching{max-width:400px}.tutor-quiz-attempt-details-wrapper>.tutor-btn{color:var(--tutor-body-color)}.tutor-quiz-attempt-details-wrapper>.tutor-btn .tutor-icon-previous{font-family:bb-icons!important;font-size:22px;font-weight:400;margin-left:5px}.tutor-quiz-attempt-details-wrapper>.tutor-btn .tutor-icon-previous:before{content:"\e85f"}.tutor-quiz-attempt-details-wrapper>.tutor-btn:hover{color:var(--tutor-color-primary)}.tutor-quiz-attempt-details-wrapper .tutor-color-secondary{color:var(--tutor-body-color)}.tutor-quiz-attempt-details-wrapper .header-title,.tutor-quiz-attempt-details-wrapper>.tutor-color-black{color:var(--bb-headings-color)}.tutor-quiz-attempt-details-wrapper .type .tooltip-icon:after{content:"\eebc";font-family:bb-icons!important;font-size:14px;font-weight:100}.tutor-quiz-attempt-details-wrapper .tutor-icon-angle-down{font-family:bb-icons!important;font-size:24px;font-weight:300}.tutor-quiz-attempt-details-wrapper .tutor-icon-angle-down:before{content:"\e826"}.quiz-attempt-answers-wrap{background-color:var(--bb-content-alternate-background-color);border-radius:var(--bb-block-radius-inner);padding:48px 60px;margin-top:24px}.tutor-qna-single-question .tutor-qa-reply{margin-top:24px}.quiz-attempt-answers-wrap .attempt-header-quiz{margin-top:0}.tutor-dashboard-content .analytics-student-details .photo-area{overflow:visible;height:auto;margin:30px 0}.tutor-dashboard-content .analytics-student-details .photo-area .cover-area{display:none}.tutor-dashboard-content .analytics-student-details .photo-area .pp-area{top:unset;padding:0}.tutor-dashboard-content .analytics-student-details .photo-area .pp-area .tutor-color-white,.tutor-dashboard-content .analytics-student-details .photo-area .pp-area h3{color:var(--bb-headings-color)}.tutor-dashboard-content .tutor-analytics-wrapper .tutor-analytics-filter-tabs{row-gap:20px}.tutor-dashboard-content .tutor-analytics-wrapper .tutor-analytics-filter-tabs .tutor-v2-date-range-picker{-ms-flex-preferred-size:45%!important;flex-basis:45%!important}@media screen and (max-width:800px){.tutor-dashboard-content .tutor-analytics-wrapper .tutor-analytics-filter-tabs{-ms-flex-wrap:wrap;flex-wrap:wrap}.tutor-dashboard-content .tutor-analytics-wrapper .tutor-analytics-filter-tabs .tutor-v2-date-range-picker{-ms-flex-preferred-size:100%!important;flex-basis:100%!important}}.tutor-qna-single-wrapper{padding-left:10px;margin-left:-10px}#tutor-registration-wrap,.tutor-login-wrap{border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color);margin:20px auto}#tutor-registration-wrap .tutor-alert,.tutor-login-wrap .tutor-alert{color:var(--tutor-body-color);background-color:var(--bb-content-background-color);font-size:15px}#tutor-registration-wrap .tutor-alert ul,.tutor-login-wrap .tutor-alert ul{list-style:none;margin:0}#tutor-registration-wrap .lostmenot+div>.tutor-form-check,.tutor-login-wrap .lostmenot+div>.tutor-form-check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#tutor-registration-wrap .lostmenot+div>.tutor-form-check label,.tutor-login-wrap .lostmenot+div>.tutor-form-check label{color:var(--bb-headings-color)}.tutor-screen-frontend-dashboard .tutor-forgot-password-form,.tutor-screen-frontend-dashboard .tutor-reset-password-form{padding-top:100px!important}.react-datepicker-popper .react-datepicker{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius-inner)}.react-datepicker-popper .react-datepicker .react-datepicker__navigation:hover{background-color:transparent}.tutor-react-datepicker__selects-range .react-datepicker-popper .react-datepicker .react-datepicker__current-month{color:var(--bb-headings-color)}.tutor-react-datepicker__selects-range .react-datepicker-popper .react-datepicker .react-datepicker__custom-footer{border-color:var(--tutor-border-color)}.tutor-react-datepicker__selects-range .react-datepicker-popper .react-datepicker .react-datepicker__custom-footer .react-datepicker__selected-days-count{color:var(--bb-alternate-text-color)}.tutor-react-datepicker__selects-range .react-datepicker-popper .react-datepicker .react-datepicker__day--range-end,.tutor-react-datepicker__selects-range .react-datepicker-popper .react-datepicker .react-datepicker__day--range-start{color:var(--bb-primary-button-text-regular)}.react-datepicker-popper .react-datepicker .react-datepicker__day-name{color:var(--bb-headings-color);font-size:12px;font-weight:500}.react-datepicker-popper .react-datepicker .react-datepicker__day{color:var(--tutor-body-color);font-size:14px}.react-datepicker-popper .react-datepicker .react-datepicker__day--disabled,.react-datepicker-popper .react-datepicker .react-datepicker__day--outside-month{color:var(--bb-alternate-text-color)}.react-datepicker-popper .react-datepicker .react-datepicker__day--keyboard-selected{color:var(--bb-primary-button-text-regular)}.react-datepicker-popper .react-datepicker .react-datepicker__day:not(.react-datepicker__day--keyboard-selected,.react-datepicker__day--selected,.react-datepicker__day--range-start,.react-datepicker__day--in-range):hover{background:var(--bb-content-alternate-background-color)}.react-datepicker-popper .react-datepicker .tutor-btn-outline-primary{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);-webkit-transition:all linear .2s;transition:all linear .2s;background-color:var(--tutor-color-primary);border-color:var(--tutor-color-primary)}.react-datepicker-popper .react-datepicker .tutor-btn-outline-primary:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.react-datepicker-popper .react-datepicker .tutor-btn-outline-primary:active,.react-datepicker-popper .react-datepicker .tutor-btn-outline-primary:focus,.react-datepicker-popper .react-datepicker .tutor-btn-outline-primary:hover{outline:0;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);background-color:var(--tutor-color-primary-hover);border-color:var(--tutor-color-primary-hover)}.ui-timepicker-div .ui_tpicker_time_input{border-radius:0}.tutor-modal-open .ui-datepicker .ui-datepicker-buttonpane button{padding:5px 15px;font-size:14px;margin:0 3px}@media screen and (max-width:800px){.tutor-announcements-form+.tutor-modal{min-height:auto;max-height:-webkit-calc(100% - 98px);max-height:calc(100% - 98px);height:auto}.tutor-announcements-form+.tutor-modal .tutor-modal-window{margin:0 auto}}.bb-template-v2 .tutor-dropdown .tutor-dropdown-item{border-radius:6px}.bb-template-v2 .tutor-dropdown .tutor-dropdown-item>span{color:var(--tutor-body-color)}.bb-template-v2 .tutor-modal-footer{border-top:0}[class*=" tutor-icon-"],[class^=tutor-icon-]{font-family:bb-icons!important}.tutor-icon-external-link:before{content:"\ee68"}.tutor-icon-search:before{content:"\ef10"}.tutor-icon-calender-line:before{content:"\e803"}.tutor-icon-import-o:before{content:"\ee57"}.tutor-icon-times:before{content:"\e828"}.tutor-icon-circle-info-o:before{content:"\eebc";font-weight:100}.tutor-icon-circle-info:before{content:"\eebc";font-weight:100}.tutor-icon-kebab-menu:before{content:"\ee5d"}.tutor-icon-edit:before{content:"\ee5a"}.tutor-icon-user-line:before{content:"\ef52"}.tutor-icon-clock-line:before{content:"\e884"}.tutor-icon-angle-left:before{content:"\e8ab"}.tutor-icon-angle-right:before{content:"\e827"}.tutor-icon-image-landscape:before{content:"\eeb4"}.tutor-icon-brand-zoom-o:before,.tutor-icon-brand-zoom:before{content:"\edfd"}.tutor-icon-angle-down:before{content:"\e826"}.tutor-icon-angle-up:before{content:"\e87c"}.tutor-icon-eye-bold:before,.tutor-icon-eye-line:before{content:"\ee69"}.tutor-icon-eye-slash-bold:before,.tutor-icon-eye-slash-line:before{content:"\ee6a"}.tutor-icon-eye-slash-bold:before{font-weight:300}.tutor-icon-eye-bold:before{font-weight:300}.tutor-icon-document-text:before{content:"\ee74"}.tutor-icon-mortarboard:before{content:"\eeac"}.tutor-icon-refresh-o:before{content:"\ef07"}.tutor-icon-ribbon-o:before{content:"\e865"}.tutor-icon-level:before{content:"\ef20"}.tutor-icon-purchase-mark:before{content:"\ef1b"}.tutor-icon-star-bold:before{content:"\ef32";font-weight:300}.tutor-icon-star-half-bold:before{content:"\ef33";font-weight:300}.tutor-icon-star-line:before{content:"\ef32"}.tutor-icon-bookmark-line:before{content:"\e872"}.tutor-icon-share:before{content:"\ef14"}.tutor-icon-left:before{content:"\e8ab"}.tutor-icon-circle-mark-line:before{content:"\e876";font-weight:100}.tutor-icon-bullet-point:before{content:"\e881"}.tutor-icon-plus-o:before,.tutor-icon-plus:before{content:"\eef9"}.tutor-icon-brand-youtube-bold:before{content:"\ee0b";font-weight:100}.tutor-icon-circle-question-mark:before{content:"\eeff";font-weight:100}.tutor-icon-warning::before{content:"\ee66"}.tutor-icon-mortarboard-o:before{content:"\eeac"}.tutor-icon-bookmark-bold:before{content:"\e872"}.tutor-icon-calender-line:before{content:"\e803"}.tutor-icon-bullhorn:before{content:"\ee03"}.tutor-icon-chart-pie:before{content:"\ee15"}.tutor-icon-gear:before{content:"\ee27"}.tutor-icon-signout:before{content:"\ef23"}.tutor-icon-trash-can-line:before,.tutor-icon-trash-can:before{content:"\ef48"}.tutor-icon-trash-can-bold:before{content:"\ef48";font-weight:300}.tutor-icon-archive:before{content:"\e976"}.tutor-icon-copy-text:before{content:"\ee3b"}.tutor-icon-copy:before{content:"\ee3b"}.tutor-icon-print:before{content:"\eefe"}.tutor-icon-lock-line::before{content:"\eecd"}.tutor-icon-previous:before{content:"\e85f"}.tutor-icon-next:before{content:"\e860"}.tutor-icon-minus-o:before,.tutor-icon-minus:before{content:"\eed8"}.tutor-icon-download:before{content:"\e889"}.tutor-icon-assignment:before{content:"\ee74"}.tutor-icon-certificate-landscape:before{content:"\e975"}.tutor-icon-quiz-o:before{content:"\eeff";font-weight:100}.tutor-icon-camera:before{content:"\ee06"}.tutor-icon-circle-mark-o:before{content:"\e876";font-weight:200}.tutor-icon-clipboard-list:before{content:"\e882"}.tutor-icon-brand-google-meet:before{content:"\ef65"}.tutor-icon-paperclip:before{content:"\eee6"}.tutor-icon-certificate-portrait:before{content:"\e975"}.tutor-icon-plus-square:before{content:"\eef9";font-weight:500}.tutor-icon-save-line:before{content:"\ef0e"}.tutor-icon-clock-line-o:before{content:"\e884";font-weight:400}.tutor-icon-clipboard:before{content:"\e882"}.tutor-icon-envelope::before{content:"\ee62"}.tutor-icon-important-bold:before,.tutor-icon-important-line::before{content:"\ef32"}.tutor-icon-important-bold:before{font-weight:300}.tutor-icon-circle-mark:before{content:"\e876";font-weight:100}.tutor-icon-mark:before{content:"\e876"}.tutor-icon-hamburger-menu:before,.tutor-icon-hamburger-o:before{content:"\e858"}.tutor-icon-question:before{content:"\eeff";font-weight:100}.tutor-icon-book-open-o:before{content:"\e96f"}.tutor-icon-video-camera-o:before{content:"\ef65"}.tutor-icon-cart-filled:before,.tutor-icon-cart-line:before{content:"\ef1b"}.tutor-icon-refresh:before{content:"\ef07"}.tutor-form-select-with-icon.select-success .icon1:before{content:"\ee69";font-weight:400}.tutor-form-select-with-icon.select-default .icon1:before{content:"\ee7a";font-weight:400}.tutor-icon-layer:before{content:"\eec3"}.tutor-icon-minimize:before{content:"\eed5"}.tutor-quiz-type-icon.tutor-icon-circle-half:before{content:"\eda6"}.tutor-quiz-type-icon.tutor-icon-mark:before{content:"\e881";font-weight:300}.tutor-quiz-type-icon.tutor-icon-double-mark:before{content:"\e876"}.tutor-quiz-type-icon.tutor-icon-text-width:before{content:"\e859"}.tutor-quiz-type-icon.tutor-icon-hourglass:before{content:"\eed8"}.tutor-quiz-type-icon.tutor-icon-arrow-right-left:before{content:"\ee64"}.tutor-quiz-type-icon.tutor-icon-images:before{content:"\eeb5"}.tutor-quiz-type-icon.tutor-icon-camera:before{content:"\ee06"}.tutor-icon-ordering-z-a:before{content:"\ef28"}.tutor-icon-report-time:before{content:"\ee74"}.tutor-icon-receipt-line:before{content:"\ef06"}.tutor-icon-user-bold:before{content:"\ef52";font-weight:300}.tutor-icon-bell-bold:before{content:"\e967";font-weight:300}.tutor-icon-instructor:before{content:"\ef55"}.tutor-icon-open-envelope:before{content:"\ee63"}.tutor-icon-puzzle:before{content:"\ef01"}.tutor-icon-dashboard:before{content:"\ee12"}.tutor-icon-comment:before{content:"\ee33"}.tutor-icon-circle-times-bold:before{content:"\e828";font-weight:200}.tutor-icon-circle-times-line:before{content:"\e828";font-weight:100}.tutor-icon-slider-vertical:before{content:"\ef25"}.tutor-icon-message-unread:before{content:"\ee62"}.tutor-icon-brand-facebook:before{content:"\e807";font-weight:300}.tutor-icon-brand-twitter:before{content:"\edf4";font-weight:300}.tutor-icon-brand-linkedin:before{content:"\eddf";font-weight:300}.tutor-icon-circle-warning-outline:before{content:"\eebc";font-weight:100}.tutor-icon-brand-html5-bold:before,.tutor-icon-coding:before,.tutor-icon-shortcode::before{content:"\ee25"}.tutor-icon-brand-html5-bold:before{content:"\ee25"}.tutor-icon-brand-youtube-line:before{content:"\edfc"}.tutor-icon-brand-vimeo-line:before{content:"\edf5"}.tutor-icon-link:before{content:"\eec8"}.tutor-icon-export:before{content:"\e9e8"}.tutor-icon-pencil:before{content:"\eeec"}.tutor-icon-add-group:before{content:"\ea0c"}.tutor-course-topic-single-body{background-color:var(--bb-body-background-color)}.tutor-course-topic-single-body .tutor-lesson-feature-image{padding:24px 60px 0}.tutor-course-topic-single-body .tutor-lesson-feature-image img{width:100%;border-radius:var(--bb-block-radius-inner)}.tutor-course-topic-single-body .tutor-course-spotlight-wrapper .tutor-nav:not(.tutor-nav-pills,.tutor-nav-tabs){border-bottom-color:transparent}.tutor-course-topic-single-body .tutor-course-spotlight-wrapper .tutor-nav:not(.tutor-nav-pills,.tutor-nav-tabs) .tutor-nav-item:not(:last-child){margin-left:20px}.tutor-course-topic-single-body .tutor-course-spotlight-wrapper .tutor-nav:not(.tutor-nav-pills,.tutor-nav-tabs) .tutor-nav-link{padding:10px 0 10px 8px;border-bottom-width:2px}.tutor-course-topic-single-body .tutor-course-spotlight-wrapper .tutor-nav:not(.tutor-nav-pills,.tutor-nav-tabs) .tutor-nav-link [class*=tutor-icon-]{font-size:24px;margin-left:5px}.tutor-course-topic-single-body .tutor-course-spotlight-wrapper .tutor-nav:not(.tutor-nav-pills,.tutor-nav-tabs) .tutor-nav-link.is-active{font-weight:500}.tutor-course-topic-single-header form{margin:0}.tutor-course-topic-single-header .tutor-iconic-btn .tutor-icon-times{font-size:24px}.tutor-course-topic-single-header .tutor-course-topics-sidebar-toggler{font-size:20px}.tutor-course-single-sidebar-wrapper{background-color:var(--bb-content-background-color)}.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header{border-radius:0}.tutor-course-single-sidebar-wrapper .tutor-course-single-sidebar-title{border:0;padding:20px 20px 10px}.tutor-course-single-sidebar-wrapper .tutor-course-single-sidebar-title .tutor-color-secondary{color:var(--bb-headings-color);font-size:14px;font-weight:600;text-transform:uppercase;opacity:.6;height:auto}.tutor-course-single-sidebar-wrapper .tutor-course-topic{padding:5px 20px}.tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header{border:0;border-radius:var(--bb-block-radius-inner)}.tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header .tutor-course-topic-title-info{top:0}.tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header .tutor-course-topic-title{color:var(--bb-headings-color);font-size:16px;font-weight:500}.tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header:after{color:var(--bb-alternate-text-color);font-size:24px}.tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header:hover{background-color:var(--bb-content-alternate-background-color)}.tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header.is-active{background-color:var(--tutor-color-primary)}.tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header.is-active .tutor-course-topic-summary,.tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header.is-active .tutor-course-topic-title,.tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header.is-active .tutor-course-topic-title-info-icon,.tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header.is-active:after{color:var(--bb-sidenav-count-text-color-hover)}.tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-body{padding-right:20px;margin-top:10px}.tutor-course-single-sidebar-wrapper .tutor-course-topic-item a{padding:12px 15px;border-radius:var(--bb-block-radius-inner)}.tutor-course-single-sidebar-wrapper .tutor-course-topic-item a:hover{background-color:var(--bb-content-alternate-background-color);color:inherit}.tutor-course-single-sidebar-wrapper .tutor-course-topic-item .tutor-course-topic-item-title{color:var(--bb-headings-color);font-weight:400}.tutor-course-single-sidebar-wrapper .tutor-course-topic-item .tutor-course-topic-item-icon{color:var(--bb-alternate-text-color)}.tutor-course-single-sidebar-wrapper .tutor-accordion-item-body{padding-top:0;padding-bottom:0}.tutor-course-single-sidebar-wrapper .tutor-course-topic-item.is-active .tutor-course-topic-item-title,.tutor-course-single-sidebar-wrapper .tutor-course-topic-item:hover .tutor-course-topic-item-title{color:var(--bb-headings-color)}.tutor-course-single-sidebar-wrapper .tutor-course-topic-item.is-active .tutor-course-topic-item-icon,.tutor-course-single-sidebar-wrapper .tutor-course-topic-item:hover .tutor-course-topic-item-icon{color:var(--bb-alternate-text-color)}.tutor-course-single-sidebar-wrapper .tutor-course-topic-item .tutor-form-check-circle[checked]{background-color:var(--tutor-color-primary);border-color:var(--tutor-color-primary)}.tutor-course-single-sidebar-wrapper .tutor-course-topic-item .tutor-course-topic-item-duration{font-weight:400}.tutor-spotlight-mobile-progress-complete{background-color:var(--bb-content-background-color)}.tutor-spotlight-mobile-progress-complete .tutor-topbar-complete-btn form{margin-bottom:0}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header{color:var(--bb-headings-color);background-color:var(--bb-content-background-color);box-shadow:0 3px 12px 0 rgba(0,0,0,.05)}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-iconic-btn-secondary{background-color:var(--bb-content-alternate-background-color);color:var(--bb-body-text-color)}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-iconic-btn{color:var(--bb-alternate-text-color)}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-course-topic-single-header-title{font-size:18px;font-weight:600}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-topbar-mark-btn{color:var(--bb-headings-color);border-color:var(--tutor-border-color)}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-topbar-mark-btn:hover{color:var(--bb-content-background-color);background-color:var(--tutor-color-primary);border-color:transparent}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-footer{background-color:var(--bb-content-alternate-background-color);border-top-color:transparent}@media screen and (min-width:1200px){.tutor-course-single-content-wrapper #tutor-single-entry-content{padding-top:60px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header{position:fixed;left:0;right:370px;z-index:99;top:var(--bb-header-height);-webkit-transition:right .2s;transition:right .2s}.admin-bar .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header{top:-webkit-calc(var(--bb-header-height) + 32px);top:calc(var(--bb-header-height) + 32px)}.buddypanel-open .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header{right:600px}.buddypanel-open.bb-buddypanel-right .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header{-webkit-transition:left .2s;transition:left .2s;right:370px;left:230px}}@media screen and (max-width:544px){.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-course-topic-single-header-title{font-size:16px}}.tutor-course-single-content-wrapper .tutor-course-topic-single-footer .tutor-btn{padding:8px 22px;font-size:16px;background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color)}.tutor-course-single-content-wrapper .tutor-course-topic-single-footer .tutor-btn:focus{box-shadow:var(--bb-outline-button-focus-shadow)}.tutor-course-single-content-wrapper .tutor-course-topic-single-footer .tutor-btn: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)}.tutor-course-single-content-wrapper .tutor-course-topic-single-footer .tutor-btn:focus{box-shadow:none}.tutor-course-single-content-wrapper .tutor-course-topic-single-footer .tutor-btn[disabled]{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color);opacity:.5;pointer-events:none;cursor:default}.tutor-course-single-content-wrapper .tutor-course-topic-single-footer .tutor-single-course-content-next .tutor-icon-next:before{content:"\e827"}.tutor-course-single-content-wrapper .tutor-course-topic-single-footer .tutor-single-course-content-prev .tutor-icon-previous:before{content:"\e8ab"}@media screen and (min-width:1200px){.tutor-course-single-content-wrapper.tutor-course-single-sidebar-hidden #tutor-single-entry-content .tutor-course-topic-single-header{right:0}.buddypanel-open .tutor-course-single-content-wrapper.tutor-course-single-sidebar-hidden #tutor-single-entry-content .tutor-course-topic-single-header{right:230px}.bb-buddypanel-right.buddypanel-open .tutor-course-single-content-wrapper.tutor-course-single-sidebar-hidden #tutor-single-entry-content .tutor-course-topic-single-header{right:0}}@media screen and (max-width:1200px){.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-iconic-btn{font-size:22px}.tutor-course-single-sidebar-wrapper .tutor-course-single-sidebar-title .tutor-iconic-btn{font-size:22px}}#tutor-assignment-wrap .tutor-instructor-card,.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card,.tutor-course-attachment.tutor-card{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row;flex-flow:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--bb-content-alternate-background-color);border:1px solid transparent;border-radius:var(--bb-block-radius-inner);padding:12px 17px}#tutor-assignment-wrap .tutor-instructor-card>.tutor-card-body,.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card>.tutor-card-body,.tutor-course-attachment.tutor-card>.tutor-card-body{padding:0 12px 0 0;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}#tutor-assignment-wrap .tutor-instructor-card>.tutor-card-body>.tutor-row,.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card>.tutor-card-body>.tutor-row,.tutor-course-attachment.tutor-card>.tutor-card-body>.tutor-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center}#tutor-assignment-wrap .tutor-instructor-card .tutor-icard-content .tutor-color-secondary,.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card .tutor-icard-content .tutor-color-secondary,.tutor-course-attachment.tutor-card .tutor-icard-content .tutor-color-secondary{color:var(--bb-headings-color);font-size:14px;font-weight:500}#tutor-assignment-wrap .tutor-instructor-card .tutor-icard-content .tutor-color-secondary a,.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card .tutor-icard-content .tutor-color-secondary a,.tutor-course-attachment.tutor-card .tutor-icard-content .tutor-color-secondary a{color:var(--bb-headings-color)}#tutor-assignment-wrap .tutor-instructor-card .tutor-fs-7,.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card .tutor-fs-7,.tutor-course-attachment.tutor-card .tutor-fs-7{color:var(--bb-alternate-text-color);font-size:13px}#tutor-assignment-wrap .tutor-instructor-card:before,.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card:before,.tutor-course-attachment.tutor-card:before{content:"\ee6e";color:var(--bb-alternate-text-color);font-family:bb-icons;font-size:38px;font-weight:300}#tutor-assignment-wrap .tutor-instructor-card:hover,.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card:hover,.tutor-course-attachment.tutor-card:hover{border-color:var(--tutor-border-color)}#tutor-assignment-wrap .tutor-instructor-card:hover .tutor-iconic-btn,.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card:hover .tutor-iconic-btn,.tutor-course-attachment.tutor-card:hover .tutor-iconic-btn{opacity:1;visibility:visible}#tutor-assignment-wrap .tutor-instructor-card .tutor-iconic-btn,.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card .tutor-iconic-btn,.tutor-course-attachment.tutor-card .tutor-iconic-btn{background-color:var(--bb-content-background-color);border-color:var(--tutor-border-color);border-radius:var(--bb-block-radius-inner);opacity:0;visibility:hidden}#tutor-assignment-wrap .tutor-instructor-card .tutor-iconic-btn .tutor-icon-download,#tutor-assignment-wrap .tutor-instructor-card .tutor-iconic-btn .tutor-icon-times,.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card .tutor-iconic-btn .tutor-icon-download,.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card .tutor-iconic-btn .tutor-icon-times,.tutor-course-attachment.tutor-card .tutor-iconic-btn .tutor-icon-download,.tutor-course-attachment.tutor-card .tutor-iconic-btn .tutor-icon-times{font-size:18px;color:var(--bb-headings-color);opacity:.4}#tutor-assignment-wrap .tutor-instructor-card .tutor-iconic-btn .tutor-icon-download:before,#tutor-assignment-wrap .tutor-instructor-card .tutor-iconic-btn .tutor-icon-times:before,.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card .tutor-iconic-btn .tutor-icon-download:before,.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card .tutor-iconic-btn .tutor-icon-times:before,.tutor-course-attachment.tutor-card .tutor-iconic-btn .tutor-icon-download:before,.tutor-course-attachment.tutor-card .tutor-iconic-btn .tutor-icon-times:before{content:"\ee57"}#tutor-assignment-wrap .tutor-instructor-card .tutor-iconic-btn .tutor-icon-times:before,.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card .tutor-iconic-btn .tutor-icon-times:before,.tutor-course-attachment.tutor-card .tutor-iconic-btn .tutor-icon-times:before{content:"\e828"}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-assignment-details .tutor-assignment-title{font-weight:600}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-assignment-details .tutor-assignment-detail-info .tutor-color-black{font-weight:600}.tutor-assignment-text-area .mce-tinymce,.tutor-assignment-text-area .wp-editor-container{border-radius:var(--bb-block-radius-inner)}.tutor-assignment-text-area #wp-tutor-global-text-editor-wrap div.mce-toolbar-grp{border-radius:var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0}.tutor-assignment-text-area .mce-statusbar{border-radius:0 0 var(--bb-block-radius-inner) var(--bb-block-radius-inner)}#tutor-assignment-wrap.tutor-submit-assignment .tutor-assignment-submission .tutor-assignment-body .tutor-assignment-attachment{background-color:var(--bb-content-alternate-background-color);border-radius:var(--bb-block-radius-inner)}#tutor-assignment-wrap .tutor-assignment-attachment #tutor-student-assignment-edit-file-preview .tutor-instructor-card{background-color:var(--bb-content-background-color)}.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap{background-color:var(--bb-body-background-color)}.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-start-quiz-wrapper{background-color:var(--bb-content-background-color);border-color:var(--tutor-border-color);padding:40px}.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-start-quiz-wrapper .tutor-quiz-info-area{margin:30px 0}.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-start-quiz-title{padding-bottom:5px}.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-start-quiz-title .tutor-color-black{font-weight:600}.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group #tutor-start-quiz{margin-bottom:0}.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost{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);padding:6px 12px!important}.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost:hover{color:#1e2132;background-color:rgba(255,255,255,.05)}.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost:active{color:#1e2132;background-color:rgba(255,255,255,.09)}.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost.disabled,.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost:disabled{color:#c8cbcf;background-color:#f5f5f5}.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost.outline{background:100% 0;color:#fff;border-color:#fff}.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost.outline:hover{color:rgba(255,255,255,.05);border-color:rgba(255,255,255,.05)}.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost.outline:active{color:rgba(255,255,255,.12);border-color:rgba(255,255,255,.12)}.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost.outline.disabled,.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost.outline:disabled{background:#f5f5f5;color:#dedfe2;border-color:#dedfe2;opacity:1}.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.bb-dark-theme .tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost:hover{color:var(--bb-secondary-button-text-hover);background-color:var(--bb-secondary-button-background-hover);border-color:transparent}.tutor-quiz-wrapper{margin-top:40px}.tutor-quiz-wrapper .quiz-meta-info>div .tutor-color-muted{color:var(--bb-body-text-color);font-size:14px}.tutor-quiz-wrapper .quiz-meta-info>div .tutor-fw-bold{color:var(--bb-headings-color);font-size:14px}.tutor-quiz-wrapper .quiz-meta-info .quiz-time-remaining{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tutor-quiz-wrapper .quiz-meta-info .quiz-time-remaining .quiz-time-remaining-expired-circle{width:35px!important;height:21px!important}.tutor-quiz-wrapper .quiz-meta-info .quiz-time-remaining .quiz-time-remaining-expired-circle svg{width:45px!important;height:45px!important}.tutor-quiz-wrapper .quiz-meta-info .quiz-time-remaining #tutor-quiz-time-update{text-align:right!important;color:var(--bb-headings-color);line-height:1.4}.tutor-quiz-wrapper .quiz-question .matching-quiz-question-desc p{margin-bottom:0}.tutor-quiz-wrapper .answer_limit_desc{color:var(--bb-body-text-color);font-size:13px}.tutor-quiz-wrapper .quiz-question-ans-choice textarea.tutor-form-control{min-height:110px}.tutor-quiz-wrapper .quiz-question-ans-choice-area.question-type-image_answering{display:-webkit-box;display:-ms-flexbox;display:flex;gap:25px}.tutor-quiz-wrapper .quiz-question-ans-choice-area.question-type-image_answering .quiz-short-ans-image{margin-bottom:20px}.tutor-quiz-wrapper .quiz-question-ans-choice-area.question-type-image_answering .tutor-image-answer img{max-height:250px}.tutor-quiz-wrapper .quiz-question-ans-choice-area.question-type-single_choice .tutor-quiz-question-item-has-media .tutor-card-image{max-height:260px}.tutor-quiz-wrapper .quiz-question-ans-choice-area .tutor-quiz-border-box{background-color:var(--bb-content-background-color)}.tutor-quiz-wrapper .quiz-question-ans-choice-area .tutor-quiz-border-box .tutor-dragging-text-conent{color:var(--bb-body-text-color);font-size:14px;font-weight:500}.tutor-quiz-wrapper .quiz-question-ans-choice-area .tutor-quiz-border-box .tutor-icon-hamburger-menu{color:var(--bb-alternate-text-color);font-size:24px}.tutor-quiz-wrapper .quiz-question-ans-choice-area .tutor-dropzone{border-color:var(--tutor-border-color)}.tutor-quiz-wrapper .quiz-question-ans-choice-area .tutor-dropzone .tutor-dragging-text-conent{color:var(--bb-alternate-text-color);font-size:14px;font-weight:500}.tutor-quiz-wrapper .tutor-quiz-wrap img{border-radius:var(--bb-block-radius-inner)}.tutor-quiz-wrapper .fill-in-the-gap{color:var(--bb-headings-color);font-size:14px;font-weight:500}.tutor-quiz-wrapper .fill-in-the-gap .fill-blank{border-bottom-color:var(--tutor-border-color)!important;margin:0 4px 10px!important}.tutor-quiz-wrapper .fill-in-the-gap input{border-radius:var(--bb-block-radius-inner)!important}@media screen and (max-width:544px){.tutor-quiz-wrapper .quiz-meta-info{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px}.tutor-quiz-wrapper .quiz-meta-info .quiz-meta-info-left{gap:10px}.tutor-quiz-wrapper .tutor-quiz-btn-group{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.tutor-quiz-wrapper .tutor-quiz-btn-group .tutor-btn-ghost.tutor-ml-auto{margin:10px auto}}.tutor-quiz-wrap div>a.tutor-btn-ghost{color:var(--bb-body-text-color);font-size:16px}.tutor-quiz-wrap div>a.tutor-btn-ghost [class*=tutor-icon-]{color:var(--bb-alternate-text-color);font-size:24px;margin-top:2px;margin-left:4px}.tutor-quiz-wrap .header-title{font-size:24px;font-weight:600;margin-bottom:15px}.tutor-quiz-wrap .header-title+.tutor-d-flex{-ms-flex-wrap:wrap;flex-wrap:wrap}.tutor-quiz-wrap .tutor-quiz-questions-pagination ul{padding-right:0}.tutor-quiz-wrap .tutor-quiz-question-item .tutor-card{border-radius:var(--bb-block-radius-inner)}.tutor-quiz-wrap input[type=checkbox].tutor-form-check-input,.tutor-quiz-wrap input[type=radio].tutor-form-check-input{height:20px;width:20px}.tutor-quiz-wrap input[type=checkbox].tutor-form-check-input+.tutor-fs-6,.tutor-quiz-wrap input[type=radio].tutor-form-check-input+.tutor-fs-6{color:var(--bb-body-text-color);font-size:15px;font-weight:500;line-height:1}.tutor-quiz-wrap .tutor-quiz-btn-group .tutor-quiz-answer-previous-btn{color:var(--bb-headings-color);background-color:var(--bb-content-background-color);border-color:var(--tutor-border-color)}.tutor-quiz-wrap .tutor-quiz-btn-group .tutor-quiz-answer-previous-btn .tutor-icon-previous{margin-left:3px}.tutor-quiz-wrap .tutor-quiz-btn-group .tutor-quiz-answer-previous-btn .tutor-icon-previous:before{content:"\e8ab";font-size:20px}.tutor-quiz-wrap .tutor-quiz-btn-group .tutor-quiz-answer-previous-btn:hover{color:var(--bb-primary-button-text-hover);background-color:var(--tutor-color-primary);border-color:transparent}#tutor-single-entry-content .tutor-quiz-wrap .tutor-quiz-btn-group .tutor-btn-ghost.tutor-ml-auto{color:var(--bb-alternate-text-color);font-size:15px;font-weight:500;background-color:transparent;border:0}#tutor-single-entry-content .tutor-quiz-wrap .tutor-quiz-btn-group .tutor-btn-ghost.tutor-ml-auto:hover{color:var(--tutor-color-primary)}.tutor-course-single-content-wrapper #tutor-single-entry-content #tutor-start-quiz{margin-bottom:0}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-flash-message .tutor-quiz-warning-box{padding:10px 15px;border-radius:var(--bb-block-radius-inner)}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-flash-message .tutor-quiz-warning-box .flash-action button{background-color:var(--tutor-color-warning)}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-flash-message .tutor-quiz-warning-box .flash-info span:first-child{font-size:22px}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-dashboard-builder-header{background-color:var(--bb-general-content-background-color);border-color:transparent;box-shadow:0 3px 12px 0 rgba(0,0,0,.05)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-dashboard-builder-header #tutor-course-save-draft{color:var(--bb-headings-color);font-size:16px;font-weight:500}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-dashboard-builder-header #tutor-course-save-draft [class*=tutor-icon-]{color:inherit;font-size:20px}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-dashboard-builder-header #tutor-course-save-draft:hover{color:var(--tutor-color-primary)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-dashboard-builder-header .tutor-dashboard-builder-header-right [class*=tutor-icon-]{color:var(--bb-body-text-color);font-size:24px}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-upload-tips{background-color:var(--bb-content-background-color);border:1px solid var(--tutor-border-color);border-radius:var(--bb-block-radius);padding:20px}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-upload-tips h3{color:var(--bb-headings-color);font-size:16px}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-upload-tips ul{padding:0}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-upload-tips ul li{font-size:14px;font-weight:500;margin-bottom:15px;padding-right:20px}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-upload-tips ul li:after{right:0}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section .tutor-course-builder-section-title{color:var(--bb-headings-color);font-size:18px;font-weight:600;border-color:var(--tutor-border-color);padding:8px 0}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section .tutor-course-builder-section-title span{color:inherit}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section .tutor-course-builder-section-title [class*=tutor-icon-]{color:var(--tutor-color-primary);font-size:28px;vertical-align:middle}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section .tutor-course-field-label{color:var(--bb-headings-color)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tooltip-wrap .tutor-form-control+.tutor-color-muted{color:var(--bb-body-text-color)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #wp-course_description-editor-container{border-color:var(--tutor-border-color)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #wp-course_description-editor-container .mce-top-part div.mce-toolbar-grp{background-color:var(--bb-content-alternate-background-color)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .mce-toolbar .mce-ico{color:var(--bb-headings-color);opacity:.4}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-metabox-course-settings-tabs{background-color:var(--bb-content-background-color);border-color:var(--tutor-border-color);border-radius:var(--bb-block-radius-inner)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-metabox-course-settings-tabs .course-settings-tabs-container .settings-tabs-navs-wrap{background-color:var(--bb-content-alternate-background-color)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-metabox-course-settings-tabs .course-settings-tabs-container .settings-tabs-navs-wrap ul.settings-tabs-navs li a{color:var(--bb-sidenav-text-regular)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-metabox-course-settings-tabs .course-settings-tabs-container .settings-tabs-navs-wrap ul.settings-tabs-navs li a i{font-size:24px;opacity:.5}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-metabox-course-settings-tabs .course-settings-tabs-container .settings-tabs-navs-wrap ul.settings-tabs-navs li.active a{background-color:var(--bb-content-background-color);border-top-color:transparent;border-bottom-color:transparent}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-metabox-course-settings-tabs .course-settings-tabs-container .settings-tabs-navs-wrap ul.settings-tabs-navs li:not(:first-child) a{border-bottom:1px solid var(--tutor-border-color)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-metabox-course-settings-tabs .course-settings-tabs-container .settings-tabs-container{background-color:var(--bb-content-background-color)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-metabox-course-settings-tabs .course-settings-tabs-container .settings-tabs-container label.tutor-course-setting-label{font-size:14px;font-weight:400}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-thumbnail-uploader .thumbnail-preview{border-radius:0 var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0;border:0!important}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-thumbnail-uploader .thumbnail-wrapper{background-color:var(--bb-content-background-color);border:1px solid var(--tutor-border-color);border-radius:var(--bb-block-radius-inner)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-thumbnail-uploader .tutor-thumbnail-upload-button{color:var(--bb-headings-color);background-color:var(--bb-content-background-color);border-color:var(--tutor-border-color);font-weight:500}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-thumbnail-uploader .tutor-thumbnail-upload-button [class*=tutor-icon-]{font-size:20px}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-thumbnail-uploader .tutor-thumbnail-upload-button:hover{color:var(--bb-content-background-color);background-color:var(--tutor-color-primary);border-color:var(--tutor-color-primary)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section-content .tutor-video-upload-wrap .tutor-dropdown-icon-pack i{font-size:18px}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section-content .tutor-video-upload-wrap .tutor-dashed-uploader,body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section-content .tutor-video-upload-wrap .video_source_wrap_html5{border:0;background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section-content .tutor-video-upload-wrap .video_source_wrap_html5 .video-metabox-source-html5-upload{background-color:var(--bb-content-background-color)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section-content .video-upload-icon .tutor-icon-upload-icon-line:before{content:"\ee24"}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap,body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap{background-color:var(--bb-content-background-color);border-color:var(--tutor-border-color);border-radius:var(--bb-block-radius-inner)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topic-title,body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topic-title{background-color:var(--tutor-table-header-background)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topic-title .tutor-icon-hamburger-menu:before,body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topic-title .tutor-icon-hamburger-menu:before{content:"\e9fd";color:var(--bb-alternate-text-color);font-size:20px}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topic-title .topic-inner-title,body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topic-title .topic-inner-title{color:var(--bb-headings-color)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topic-title .tutor-iconic-btn,body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topic-title .tutor-iconic-btn{color:var(--bb-alternate-text-color)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topic-title .expand-collapse-wrap,body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topic-title .expand-collapse-wrap{color:var(--bb-alternate-text-color);font-size:22px}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topic-title .expand-collapse-wrap.is-expanded,body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topic-title .expand-collapse-wrap.is-expanded{background-color:var(--tutor-table-header-background)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body,body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body{background-color:var(--bb-content-background-color)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .course-content-item,body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .course-content-item{border-color:transparent;border-radius:var(--bb-block-radius-inner);margin-bottom:5px}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .course-content-item:hover,body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .course-content-item:hover{background-color:var(--bb-content-alternate-background-color)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .course-content-item .tutor-icon-hamburger-menu,body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .course-content-item .tutor-icon-hamburger-menu{padding-right:0}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .course-content-item .tutor-icon-hamburger-menu:before,body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .course-content-item .tutor-icon-hamburger-menu:before{content:"\e9fd";color:var(--bb-alternate-text-color);font-size:20px}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .course-content-item .open-tutor-lesson-modal,body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .course-content-item .open-tutor-lesson-modal{color:var(--bb-headings-color);font-size:14px}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .course-content-item .tutor-icon-hamburger-menu,body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .course-content-item .tutor-icon-hamburger-menu{content:"\e9fd";color:var(--bb-alternate-text-color);font-size:20px}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap,body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-btn,body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-btn{color:var(--bb-headings-color);font-size:15px;font-weight:500;background-color:var(--bb-content-background-color);border-color:var(--tutor-border-color);padding:8px 20px}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-btn [class*=tutor-icon-],body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-btn [class*=tutor-icon-]{font-size:18px}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-btn:hover,body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-btn:hover{color:var(--bb-content-background-color);background-color:var(--tutor-color-primary);border-color:var(--tutor-color-primary)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-import-quiz-button,body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-import-quiz-button{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-import-quiz-button input[type=file],body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-import-quiz-button input[type=file]{background-color:var(--bb-content-alternate-background-color);padding:12px;margin-left:10px;max-width:100%}@media screen and (max-width:800px){body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-import-quiz-button,body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-import-quiz-button{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}}@media screen and (max-width:544px){body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root .tutor-quiz-builder-modal-wrap #quiz-builder-tab-settings>.tutor-mb-32>.tutor-row{-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:15px}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root .tutor-quiz-builder-modal-wrap #quiz-builder-tab-settings>.tutor-mb-32>.tutor-row .tutor-col-3{width:50%}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root .tutor-quiz-builder-modal-wrap #quiz-builder-tab-settings>.tutor-mb-32>.tutor-row .tutor-col-6{width:100%}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section #tutor-zoom-meeting-modal-form .meeting-modal-form-wrap>.tutor-row{-ms-flex-flow:column;flex-flow:column}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section #tutor-zoom-meeting-modal-form .meeting-modal-form-wrap>.tutor-row>.tutor-col-6{width:100%}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section #tutor-zoom-meeting-modal-form .meeting-modal-form-wrap>.tutor-row>.tutor-col-6+.tutor-col-6{margin-top:10px}}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-google-meet-meta-box-wrapper .tutor-google-meet-list-item{border-color:var(--tutor-border-color)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-google-meet-meta-box-wrapper .tutor-google-meet-create-wrap>.tutor-align-center .tutor-icon-brand-google-meet{color:var(--tutor-color-primary)!important}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor_course_instructor_modal .tutor-search-result,body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-available-instructors .added-instructor-item{background-color:var(--bb-content-background-color);border-color:var(--tutor-border-color);border-radius:var(--bb-block-radius-inner)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor_course_instructor_modal .tutor-search-result .tutor-instructor-delete-btn,body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-available-instructors .added-instructor-item .tutor-instructor-delete-btn{color:var(--bb-alternate-text-color);font-size:18px}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-certificates .tutor-course-certificate-tabs{background-color:var(--bb-content-alternate-background-color);padding:8px;border-radius:var(--bb-block-radius)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-certificates .tutor-course-certificate-tabs .tutor-nav-link{color:var(--bb-headings-color);font-size:16px;font-weight:500;background-color:transparent}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-certificates .tutor-course-certificate-tabs .tutor-nav-link .tutor-icon-certificate-landscape:before{content:"\eda6";font-size:20px;font-weight:500}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-certificates .tutor-course-certificate-tabs .tutor-nav-link .tutor-icon-certificate-portrait:before{content:"\eda7";font-size:20px;font-weight:500}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-certificates .tutor-course-certificate-tabs .tutor-nav-link.is-active{background-color:var(--bb-content-background-color);border-color:var(--tutor-border-color)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-attachment-cards.tutor-course-builder-attachments>.tutor-col-lg-6{width:50%}@media screen and (max-width:544px){body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-attachment-cards.tutor-course-builder-attachments>.tutor-col-lg-6{width:100%}} \ No newline at end of file diff --git a/web/app/themes/buddyboss-theme/assets/css-rtl/woocommerce.css b/web/app/themes/buddyboss-theme/assets/css-rtl/woocommerce.css index 8e16da5e..7386bbbd 100644 --- a/web/app/themes/buddyboss-theme/assets/css-rtl/woocommerce.css +++ b/web/app/themes/buddyboss-theme/assets/css-rtl/woocommerce.css @@ -6,11 +6,9 @@ margin-left: auto; color: var(--bb-alternate-text-color); } - .woocommerce form.woocommerce-ordering select::-ms-expand { display: none; } - .woocommerce form.woocommerce-ordering select { font-size: 14px; height: 36px; @@ -19,7 +17,6 @@ appearance: none; outline: none; } - .woocommerce ul.products:not(.elementor-grid) { -webkit-column-count: auto; column-count: auto; @@ -29,41 +26,34 @@ -ms-flex-wrap: wrap; flex-wrap: wrap; } - .woocommerce ul.products:not(.elementor-grid).columns-4 li.product .bs_after_shop_loop_item_links { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } - .woocommerce ul.products:not(.elementor-grid).columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward { width: 100%; border-left: 0; border-radius: 0; } - .woocommerce ul.products:not(.elementor-grid).columns-4 li.product .bs_after_shop_loop_item_links a.button { -ms-flex-item-align: center; align-self: center; width: 100%; } - .woocommerce ul.products:not(.elementor-grid).columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added { border-radius: 0 0 4px 4px; } - .woocommerce ul.products:not(.elementor-grid) li.product, .woocommerce ul.products:not(.elementor-grid) li.product.type-product { margin-bottom: 20px; } - .woocommerce ul.products:not(.elementor-grid) li.product span.onsale { margin: 0; right: 0; left: auto; } - .woocommerce li.product { background-color: var(--bb-content-background-color); box-shadow: 0 0 2px 0 rgba(18, 43, 70, 0.25); @@ -77,66 +67,55 @@ width: -webkit-calc(33.333% - 20px); width: calc(33.333% - 20px); } - .woocommerce li.product a.woocommerce-LoopProduct-link { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } - .woocommerce li.product a.woocommerce-LoopProduct-link > img { border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; margin: 0 0 0.5em; border: 0; border-bottom: 1px solid var(--bb-content-border-color); } - .woocommerce li.product .woocommerce-loop-product__title { text-align: center; font-size: 16px; line-height: 24px; } - .woocommerce li.product .star-rating { margin-right: auto; margin-left: auto; } - .woocommerce li.product .price { text-align: center; color: var(--bb-primary-color); font-weight: 500; } - .woocommerce li.product .price ins { text-decoration: none; font-weight: 500; } - .woocommerce li.product .price del { color: #c8cbcf; opacity: 1; font-weight: 400; } - .woocommerce li.product .bs_after_shop_loop_item_separator { width: 100%; height: 1px; border-bottom: 1px solid var(--bb-content-border-color); margin: 0.4em 0 0; } - .woocommerce li.product .bs_after_shop_loop_item_links { display: -webkit-box; display: -ms-flexbox; display: flex; } - .woocommerce li.product a.button { -ms-flex-item-align: end; align-self: flex-end; } - .woocommerce li.product a.button.add_to_cart_button, .woocommerce li.product a.added_to_cart.wc-forward, .woocommerce li.product a.button.product_type_simple, @@ -149,7 +128,7 @@ float: left; color: var(--bb-primary-color); text-transform: uppercase; - font-weight: 400; + font-weight: normal; font-size: 12px; line-height: 2.5; text-align: center; @@ -158,8 +137,16 @@ overflow: hidden; padding: 0.618em 1em; margin: 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; } - .woocommerce li.product a.button.add_to_cart_button:hover, .woocommerce li.product a.added_to_cart.wc-forward:hover, .woocommerce li.product a.button.product_type_simple:hover, @@ -169,21 +156,25 @@ background-color: var(--bb-primary-color); color: #fff; } - +.woocommerce li.product a.button.add_to_cart_button:focus, +.woocommerce li.product a.added_to_cart.wc-forward:focus, +.woocommerce li.product a.button.product_type_simple:focus, +.woocommerce li.product a.button.product_type_grouped:focus, +.woocommerce li.product a.button.product_type_external:focus, +.woocommerce li.product a.button.product_type_variable:focus { + box-shadow: none; +} .woocommerce li.product a.button.add_to_cart_button.added { border-radius: 0 0 0 var(--bb-block-radius); } - .woocommerce li.product a.button.product_type_external { white-space: normal; line-height: 2; } - .woocommerce li.product a.button.add_to_cart_button.added { margin-top: auto; border-top: 1px solid var(--bb-content-border-color); } - .woocommerce li.product a.button.add_to_cart_button, .woocommerce li.product a.button.product_type_simple, .woocommerce li.product a.button.product_type_grouped, @@ -198,7 +189,6 @@ margin-top: auto; border-top: 1px solid var(--bb-content-border-color); } - .woocommerce li.product a.added_to_cart.wc-forward { border-radius: 0 0 4px 0; border-left: 1px solid var(--bb-content-border-color); @@ -210,47 +200,41 @@ margin-top: auto; border-top: 1px solid var(--bb-content-border-color); } - .woocommerce li.product .star-rating { font-size: 0.757em; margin-bottom: 1em; } - -.woocommerce li.product .star-rating::before { +.woocommerce li.product .star-rating:before { content: "\53\53\53\53\53"; } - .woocommerce li.product .star-rating span { color: var(--bb-warning-color); } - .woocommerce li.product:hover { box-shadow: 0 6px 24px 0 rgba(18, 43, 70, 0.12); } @media (min-width: 1200px) { - - .woocommerce.woo-sidebar ul.products.columns-4 a.button.add_to_cart_button.added::after, .woocommerce.woo-sidebar ul.products.columns-5 a.button.add_to_cart_button.added::after, .woocommerce.woo-sidebar ul.products.columns-6 a.button.add_to_cart_button.added::after { + .woocommerce.woo-sidebar ul.products.columns-4 a.button.add_to_cart_button.added:after, .woocommerce.woo-sidebar ul.products.columns-5 a.button.add_to_cart_button.added:after, .woocommerce.woo-sidebar ul.products.columns-6 a.button.add_to_cart_button.added:after { display: none; } } - .woocommerce ul.products li.product .price { color: var(--bb-primary-color); } - .woocommerce ul.products.columns-5 a.added_to_cart.wc-forward, .woocommerce ul.products.columns-6 a.added_to_cart.wc-forward, .woocommerce.bb-has-wc-sidebar ul.products.columns-4 a.added_to_cart.wc-forward { width: 100%; border-left: 0; } @media (max-width: 992px) { - .woocommerce ul.products li.product a.added_to_cart.wc-forward { width: 100%; border-left: 0; } + .woocommerce .woocommerce li.product a.button.add_to_cart_button.added { + border-radius: 0 0 var(--bb-block-radius) var(--bb-block-radius); + } } - .woocommerce span.onsale { margin: 0; top: 0; @@ -267,31 +251,25 @@ text-transform: uppercase; font-size: 12px; } - .woocommerce li.product span.onsale { border-top: 0; border-right: 0; } - .woocommerce .star-rating { font-size: 12px; margin-top: 2px; min-width: 90px; } - -.woocommerce .star-rating::before { +.woocommerce .star-rating:before { content: "\53\53\53\53\53"; letter-spacing: 5px; } - .woocommerce .star-rating span { color: var(--bb-warning-color); } - -.woocommerce .star-rating span::before { +.woocommerce .star-rating span:before { letter-spacing: 5px; } - .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message { @@ -302,7 +280,6 @@ font-size: 16px; margin-bottom: 1em; } - .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button { @@ -310,19 +287,17 @@ color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); font-size: 14px; - font-weight: 400; + font-weight: normal; padding-right: 1em; padding-left: 1em; min-height: auto; margin-right: 30px; } - .woocommerce .woocommerce-error .button:focus, .woocommerce .woocommerce-info .button:focus, .woocommerce .woocommerce-message .button:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .woocommerce .woocommerce-error .button:hover, .woocommerce .woocommerce-info .button:hover, .woocommerce .woocommerce-message .button:hover { @@ -330,17 +305,14 @@ color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - .woocommerce .woocommerce-error { background: var(--bb-danger-color); color: #fff; border: 0; } - .woocommerce .woocommerce-error strong { color: #fff; } - .woocommerce .woocommerce-error::before { font-size: 16px; text-rendering: auto; @@ -350,11 +322,9 @@ font-weight: 100; color: #fff; } - .woocommerce .woocommerce-info { color: inherit; } - .woocommerce .woocommerce-info::before { font-size: 18px; text-rendering: auto; @@ -363,11 +333,9 @@ font-family: bb-icons; color: inherit; } - .woocommerce .woocommerce-message { color: inherit; } - .woocommerce .woocommerce-message::before { font-size: 16px; text-rendering: auto; @@ -376,34 +344,27 @@ content: "\e875"; color: inherit; } - .woocommerce .woocommerce-breadcrumb { font-size: 14px; color: var(--bb-headings-color); } - .woocommerce .woocommerce-breadcrumb a { color: var(--bb-alternate-text-color); } - .woocommerce .woocommerce-breadcrumb a:hover { color: var(--bb-headings-color); } - .woocommerce .woocommerce-breadcrumb .bc-delimiter { margin: 0 3px; position: relative; top: 1px; } - .woocommerce a.button { font-style: normal; background-color: var(--bb-primary-button-background-regular); color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); - /* min-height: $button-height; */ - /* This makes an issue with various plugins button height */ font-weight: 500; text-decoration: none; @@ -425,83 +386,69 @@ -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .woocommerce a.button:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .woocommerce a.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); } - .woocommerce a.remove { font-weight: 100; color: var(--bb-alternate-text-color) !important; line-height: 0.9; font-size: 1.8em; } - .woocommerce a.remove:hover { color: #fff !important; background-color: var(--bb-danger-color); } - .woocommerce form .form-row { padding: 3px 0; } - .woocommerce form .form-row.form-row-first { width: 49%; } - .woocommerce form .form-row.form-row-last { width: 49%; } - .woocommerce form .form-row label { font-size: 16px; line-height: 1.1; margin-bottom: 10px; } - .woocommerce form button.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: var(--bb-button-radius); font-size: 14px; - font-weight: 400; + font-weight: normal; display: inline-block; padding-right: 2em; padding-left: 2em; height: 40px; } - .woocommerce form button.button:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .woocommerce form button.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); } - .woocommerce form button.button:hover, .woocommerce form button.button:disabled:hover, .woocommerce form button.button:disabled[disabled]:hover { box-shadow: none; background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - .woocommerce form button.button:disabled, .woocommerce form button.button:disabled[disabled] { color: #fff; padding-right: 2em; padding-left: 2em; } - .woocommerce button.button, .woocommerce input.button { border-radius: var(--bb-button-radius); @@ -517,28 +464,23 @@ .woocommerce nav.woocommerce-pagination ul { border: 0; } - .woocommerce nav.woocommerce-pagination ul li { border: 0; margin: 0 5px; overflow: visible; } - .woocommerce nav.woocommerce-pagination ul li span { font-size: 13px; } - .woocommerce nav.woocommerce-pagination ul li a { font-size: 13px; background-color: #fff; color: var(--bb-primary-color); } - .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:active, .woocommerce nav.woocommerce-pagination ul li a:focus { background-color: var(--bb-primary-color); color: #fff; } - .woocommerce nav.woocommerce-pagination ul li a.next, .woocommerce nav.woocommerce-pagination ul li a.prev { font-size: 12px; } @@ -553,12 +495,10 @@ background-color: #ebebeb; background-image: none; } - .woocommerce .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-range { background-color: var(--bb-primary-color); background-image: none; } - .woocommerce .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle { background-color: var(--bb-primary-color); background-image: none; @@ -568,11 +508,9 @@ top: -0.3em; cursor: pointer; } - .woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-horizontal { height: 0.2em; } - .woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button { color: #fff; background-color: #385dff; @@ -581,22 +519,19 @@ min-height: 20px; height: 30px; font-size: 12px; - font-weight: 400; + font-weight: normal; line-height: 1; } - .woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover { background-color: #0f74e0; } @media (max-width: 800px) { - .woocommerce-cart #content .woocommerce table.cart td.product-thumbnail { display: block; text-align: center !important; } - - .woocommerce-cart #content .woocommerce table.cart td.product-thumbnail::before { + .woocommerce-cart #content .woocommerce table.cart td.product-thumbnail:before { display: none; } } @@ -614,7 +549,7 @@ } .woocommerce-cart .woocommerce table.shop_table th { - font-weight: 400; + font-weight: normal; } body.woocommerce-cart p.cart-empty { @@ -624,8 +559,7 @@ body.woocommerce-cart p.cart-empty { padding: 0 0 30px; overflow: hidden; } - -body.woocommerce-cart p.cart-empty::before { +body.woocommerce-cart p.cart-empty:before { display: inline-block; width: 100%; height: 60px; @@ -638,11 +572,9 @@ body.woocommerce-cart p.cart-empty::before { margin-top: 30px; position: static; } - body.woocommerce-cart p.cart-empty + p.return-to-shop { text-align: center; } - body.woocommerce-cart p.cart-empty + p.return-to-shop .button.wc-backward { padding: 10px 2em; margin-bottom: 1.6875rem; @@ -656,79 +588,64 @@ body.woocommerce-cart p.cart-empty + p.return-to-shop .button.wc-backward { border: 0; font-size: 14px; } - .woocommerce table.shop_table th, .woocommerce table.shop_table td { border-bottom: 1px solid var(--bb-content-border-color); border-top: 0; } - .woocommerce table.shop_table th { text-transform: uppercase; color: var(--bb-alternate-text-color); font-size: 14px; } - .woocommerce table.shop_table th.product-subtotal { text-align: left; } - .woocommerce table.shop_table td.product-name a { color: var(--bb-headings-color); font-weight: 500; } - .woocommerce table.shop_table td.product-name a:hover { color: var(--bb-primary-color); } - .woocommerce table.shop_table td.product-name a.wcs-switch-link { background-color: var(--bb-primary-button-background-regular); color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); } - .woocommerce table.shop_table td.product-name a.wcs-switch-link:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .woocommerce table.shop_table td.product-name a.wcs-switch-link:hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - .woocommerce table.shop_table td.product-quantity .quantity { display: inline-block; } - .woocommerce table.shop_table td.product-quantity .quantity input.qty { color: var(--bb-headings-color); } - .woocommerce table.shop_table td.product-quantity .quantity.quantity--readonly { visibility: hidden; width: 0; height: 0; opacity: 0; } - .woocommerce table.shop_table td.product-price { color: var(--bb-headings-color); } - .woocommerce table.shop_table td.product-subtotal { color: var(--bb-headings-color); text-align: left; } @media (max-width: 800px) { - .woocommerce table.shop_table td { padding-top: 12px; padding-bottom: 12px; } } - .woocommerce table.shop_table td.actions > button.button { background-color: var(--bb-secondary-button-background-regular); color: var(--bb-secondary-button-text-regular); @@ -740,72 +657,65 @@ body.woocommerce-cart p.cart-empty + p.return-to-shop .button.wc-backward { line-height: 1.4; margin-top: 0; } - .woocommerce table.shop_table td.actions > button.button:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - .woocommerce table.shop_table td.actions > button.button:disabled { pointer-events: none; } - .woocommerce table.shop_table td.actions > button.button: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); } - .woocommerce table.shop_table .coupon input.button, .woocommerce table.shop_table .coupon button.button { - background: #dedfe2; border-radius: 3px; - border: 0; font-size: 14px; - color: #fff; font-weight: 400; + background-color: var(--bb-secondary-button-background-regular); + color: var(--bb-secondary-button-text-regular); + border: 1px solid var(--bb-secondary-button-border-regular); } - -.woocommerce table.shop_table .coupon input.button.bp-coupon-btn-active, -.woocommerce table.shop_table .coupon button.button.bp-coupon-btn-active { - box-shadow: 0 0 100px 30px rgba(0, 0, 0, 0.2) inset; +.woocommerce table.shop_table .coupon input.button:focus, +.woocommerce table.shop_table .coupon button.button:focus { + box-shadow: var(--bb-secondary-button-focus-shadow); +} +.woocommerce table.shop_table .coupon input.button.bp-coupon-btn-active:hover, +.woocommerce table.shop_table .coupon button.button.bp-coupon-btn-active: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); } - .woocommerce table.shop_table .coupon button.button { border-radius: var(--bb-button-radius); } - .woocommerce table.shop_table .coupon input.input-text { font-size: 14px; min-width: 150px; } @media (max-width: 544px) { - .woocommerce table.shop_table .coupon input.button, .woocommerce table.shop_table .coupon button.button { width: 100% !important; margin-bottom: 10px; } - .woocommerce table.shop_table .coupon input.input-text { width: 100% !important; margin-bottom: 5px !important; } } @media (max-width: 800px) { - .woocommerce table.shop_table.shop_table_responsive tr:nth-child(even) td { background-color: var(--bb-body-background-color); } - .woocommerce table.shop_table.shop_table_responsive tr:nth-child(even) td div.quantity input.qty { background-color: var(--bb-body-background-color); } - .woocommerce table.shop_table.shop_table_responsive tr td::before { padding-left: 5px; } } - .woocommerce .bb_sku_wrapper { display: block; color: var(--bb-alternate-text-color); @@ -813,7 +723,6 @@ body.woocommerce-cart p.cart-empty + p.return-to-shop .button.wc-backward { line-height: 1; } @media (max-width: 800px) { - .woocommerce .bb_sku_wrapper { display: none; } @@ -822,7 +731,6 @@ body.woocommerce-cart p.cart-empty + p.return-to-shop .button.wc-backward { .woocommerce .bb-header-buttons a.button:hover { background-color: transparent; } - .woocommerce .bb-header-buttons a.button.signup:hover { box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1); } @@ -839,109 +747,89 @@ body.woocommerce-cart p.cart-empty + p.return-to-shop .button.wc-backward { padding: 0 12px; color: var(--bb-body-text-color); } - .woocommerce-cart .wc_empty_cart { text-align: center; } - .woocommerce-cart .wc_empty_cart .cart_message_wrap { padding: 3rem; width: 60%; margin: 0 auto; } - .woocommerce-cart .wc_empty_cart .wc-cart-sub-icon { margin-bottom: 25px; } - .woocommerce-cart .wc_empty_cart .wc-cart-sub-icon img { max-width: 60px; } - .woocommerce-cart .wc_empty_cart p.cart-empty { font-size: 22px; color: var(--bb-body-text-color); margin-bottom: 5px; } - .woocommerce-cart .wc_empty_cart p.wc_empty_cart_description { font-size: 14px; color: #939597; } - .woocommerce-cart .wc_empty_cart a.button { padding: 10px 2em; } - .woocommerce-cart .wc_empty_cart a.button:hover { background-color: #0f74e0; color: #fff; } @media (max-width: 800px) { - .woocommerce-cart .wc_empty_cart .cart_message_wrap { width: 80%; } } @media (max-width: 544px) { - .woocommerce-cart .wc_empty_cart .cart_message_wrap { padding: 3rem 2rem; width: 90%; } } - .woocommerce-cart table.cart img { width: 100px; } - .woocommerce-cart .cart-collaterals table.shop_table th, .woocommerce-cart .cart-collaterals table.shop_table td { border-bottom: 0; border-top: 0; color: var(--bb-headings-color); } - .woocommerce-cart .cart-collaterals table.shop_table th { padding-right: 0; } - .woocommerce-cart .cart-collaterals .cart_totals { float: none; width: 100%; } - .woocommerce-cart .cart-collaterals .cart_totals > h2 { display: none; } - .woocommerce-cart .cart-collaterals table.shop_table { float: left; width: 50%; } @media (max-width: 800px) { - .woocommerce-cart .cart-collaterals table.shop_table { float: none; width: 100%; } } @media (max-width: 544px) { - .woocommerce-cart .cart-collaterals .bb_cart_totals_ctrls { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } - .woocommerce-cart .cart-collaterals .bb_cart_totals_ctrls .wc-proceed-to-checkout { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; padding-bottom: 0; } - .woocommerce-cart .cart-collaterals .bb_cart_totals_ctrls .cart_shop { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; @@ -950,17 +838,14 @@ body.woocommerce-cart p.cart-empty + p.return-to-shop .button.wc-backward { margin-left: 0; } } - .woocommerce-cart .bb_cart_totals_ctrls { clear: both; } - .woocommerce-cart .bb_cart_totals_ctrls .cart_shop { margin-left: auto; -ms-flex-item-align: end; align-self: flex-end; } - .woocommerce-cart .bb_cart_totals_ctrls a.button { font-size: 14px; margin-bottom: 2em; @@ -974,7 +859,6 @@ body.woocommerce-cart p.cart-empty + p.return-to-shop .button.wc-backward { color: var(--bb-primary-color); font-weight: 500; } - .woocommerce-cart .bb_cart_totals_ctrls a.button:hover { border-color: var(--bb-primary-color); } @@ -985,21 +869,17 @@ body.woocommerce-cart p.cart-empty + p.return-to-shop .button.wc-backward { padding-right: 0; min-width: 72px; } - .woocommerce-cart-form .bs-quantity input.qty { font-size: 14px; } - .woocommerce-cart-form .bs-quantity .qty-nav { height: 35px; } - .woocommerce-cart-form .bs-quantity .quantity-button { font-size: 0; line-height: 20px; } - -.woocommerce-cart-form .bs-quantity .quantity-button::before { +.woocommerce-cart-form .bs-quantity .quantity-button:before { font-family: bb-icons; font-size: 22px; text-rendering: auto; @@ -1007,15 +887,12 @@ body.woocommerce-cart p.cart-empty + p.return-to-shop .button.wc-backward { position: relative; top: 9px; } - -.woocommerce-cart-form .bs-quantity .quantity-up::before { +.woocommerce-cart-form .bs-quantity .quantity-up:before { content: "\e827"; } - -.woocommerce-cart-form .bs-quantity .quantity-down::before { +.woocommerce-cart-form .bs-quantity .quantity-down:before { content: "\e8ab"; } - .woocommerce-cart-form .bs-quantity.bs-quantity-individually .num-individually { display: inline-block; width: 3.631em; @@ -1023,12 +900,10 @@ body.woocommerce-cart p.cart-empty + p.return-to-shop .button.wc-backward { max-width: 32px; text-align: center; } - .woocommerce-cart-form .bs-quantity.bs-quantity-individually .qty-nav { opacity: 0.3; cursor: default; } - .woocommerce-cart-form .bs-quantity.bs-quantity-individually .qty-nav .quantity-button { cursor: default; } @@ -1037,7 +912,6 @@ body.woocommerce-cart p.cart-empty + p.return-to-shop .button.wc-backward { text-align: left; clear: both; } - .woocommerce .wc-proceed-to-checkout a.button.checkout-button { background-color: var(--bb-primary-button-background-regular); color: var(--bb-primary-button-text-regular); @@ -1050,11 +924,9 @@ body.woocommerce-cart p.cart-empty + p.return-to-shop .button.wc-backward { line-height: 1.4; font-weight: 500; } - .woocommerce .wc-proceed-to-checkout a.button.checkout-button:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .woocommerce .wc-proceed-to-checkout a.button.checkout-button:hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); @@ -1071,7 +943,6 @@ body.woocommerce-cart p.cart-empty + p.return-to-shop .button.wc-backward { border: 1px solid var(--bb-primary-button-border-regular); border-radius: var(--bb-button-radius); } - .woocommerce #respond input#submit.alt:focus, .woocommerce #respond input#submit:focus, .woocommerce a.button.alt:focus, @@ -1091,7 +962,6 @@ body.woocommerce-cart p.cart-empty + p.return-to-shop .button.wc-backward { } @media (max-width: 992px) { - body.woocommerce-cart #secondary { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -1099,34 +969,28 @@ body.woocommerce-cart p.cart-empty + p.return-to-shop .button.wc-backward { max-width: 100%; } } - body.archive.woocommerce .grid.wc-grid-wrap { display: block; margin: 0; } - body.archive.woocommerce .grid.wc-grid-wrap header.woocommerce-products-header { display: block; padding-top: 1.875rem; } - body.archive.woocommerce .grid.wc-grid-wrap header.woocommerce-products-header h1 { - margin: 0 0 0.3125rem; + margin: 0rem 0rem 0.3125rem; } - body.archive.woocommerce .grid.wc-grid-wrap > .grid { display: -webkit-box; display: -ms-flexbox; display: flex; } - body.archive.woocommerce .grid.wc-grid-wrap > .grid #secondary { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; padding-top: 0; } - body.archive.woocommerce .grid.wc-grid-wrap > .grid #primary { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; @@ -1144,68 +1008,56 @@ body.archive.woocommerce .grid.wc-grid-wrap > .grid #primary { display: none; border-bottom: 1px solid #fff; } - #secondary.wc-widget-area .widgets_expand h4.widget-title { margin-bottom: 0; display: -webkit-box; display: -ms-flexbox; display: flex; } - #secondary.wc-widget-area .widgets_expand h4.widget-title span.wc-widget-area-expand { margin-right: auto; } - #secondary.wc-widget-area .widgets_expand.active { border-radius: 4px 4px 0 0; border-bottom: 1px solid var(--bb-content-border-color); } @media (min-width: 800px) { - #secondary.wc-widget-area .wc-widget-area-expandable { display: block !important; } } @media (max-width: 800px) { - #secondary.wc-widget-area .widgets_expand { display: block; } - #secondary.wc-widget-area .wc-widget-area-expandable { display: none; } - #secondary.wc-widget-area .wc-widget-area-expandable aside.widget h4.widget-title span.collapse-widget { display: none; } - #secondary.wc-widget-area aside.widget:first-of-type { margin-top: 0; border-radius: 0; } } @media (max-width: 799px) { - body.archive.woocommerce .grid.wc-grid-wrap > .grid #secondary { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } - body.archive.woocommerce .grid.wc-grid-wrap > .grid #primary { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; padding-top: 0.9375rem; } - body.archive.woocommerce .grid.wc-grid-wrap > .grid #primary ul.products { margin-bottom: 0; } } - .widget_product_categories ul.product-categories li span.count, .widget_product_categories ul.woocommerce-widget-layered-nav-list li span.count, .widget_layered_nav ul.product-categories li span.count, @@ -1217,7 +1069,6 @@ body.archive.woocommerce .grid.wc-grid-wrap > .grid #primary { padding: 0; letter-spacing: 0; } - .widget_product_categories ul.product-categories li ul.children, .widget_product_categories ul.woocommerce-widget-layered-nav-list li ul.children, .widget_layered_nav ul.product-categories li ul.children, @@ -1225,7 +1076,6 @@ body.archive.woocommerce .grid.wc-grid-wrap > .grid #primary { margin-top: 10px; padding: 0; } - .widget_product_categories ul.product-categories > li > a, .widget_product_categories ul.woocommerce-widget-layered-nav-list > li > a, .widget_layered_nav ul.product-categories > li > a, @@ -1238,7 +1088,6 @@ body.archive.woocommerce .grid.wc-grid-wrap > .grid #primary { display: inline-block; margin-left: 10px; } - .woocommerce-widget-layered-color .color-marker, .attribute-colors .color-marker { width: 25px; @@ -1251,14 +1100,12 @@ body.archive.woocommerce .grid.wc-grid-wrap > .grid #primary { position: relative; z-index: 1; } - .woocommerce-widget-layered-color .color-marker.checked, .attribute-colors .color-marker.checked { box-shadow: 0 0 0 1px var(--bb-content-border-color); } - -.woocommerce-widget-layered-color .color-marker:hover::after, -.attribute-colors .color-marker:hover::after { +.woocommerce-widget-layered-color .color-marker:hover:after, +.attribute-colors .color-marker:hover:after { border: 1px solid var(--bb-content-border-color); font-size: 12px; padding: 2px 7px; @@ -1281,22 +1128,18 @@ body.archive.woocommerce .grid.wc-grid-wrap > .grid #primary { .woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li { padding: 7px 0.9375rem; } - .woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li.on { background-color: var(--bb-body-background-color); } - .woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li.on label, .woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li.on span.count { color: var(--bb-headings-color); } - .woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li label { font-size: 14px; color: var(--bb-alternate-text-color); line-height: 1.95; } - .woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li label span.checkbox { z-index: 5; display: inline-block; @@ -1311,13 +1154,11 @@ body.archive.woocommerce .grid.wc-grid-wrap > .grid #primary { margin-left: 7px; line-height: 1.35; } - .woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li label span.checkbox.on { background-color: var(--bb-primary-color); border-color: var(--bb-primary-color); } - -.woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li label span.checkbox.on::before { +.woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li label span.checkbox.on:before { color: #fff; content: "\e876"; width: 16px; @@ -1340,13 +1181,11 @@ body.archive.woocommerce .grid.wc-grid-wrap > .grid #primary { align-items: center; padding-bottom: 10px; } - .bs_widget_price_filter .price_label .from { margin-left: auto; } .wc-widget-area aside.widget { - /* border: 0; margin-top: 0; margin-bottom: 0; @@ -1365,7 +1204,6 @@ body.archive.woocommerce .grid.wc-grid-wrap > .grid #primary { padding-bottom: 1.25rem; } */ } - .wc-widget-area aside.widget h4.widget-title { margin-right: -0.9375rem; margin-left: -0.9375rem; @@ -1378,40 +1216,33 @@ body.archive.woocommerce .grid.wc-grid-wrap > .grid #primary { -ms-flex-align: center; align-items: center; } - .wc-widget-area aside.widget.widget_product_categories h4 { padding-bottom: 15px; border-bottom: 1px solid var(--bb-content-border-color); margin-bottom: 10px; } - .wc-widget-area aside.widget.widget_product_categories ul.product-categories, .wc-widget-area aside.widget.widget_product_categories ul.woocommerce-widget-layered-nav-list:not(.woocommerce-widget-layered-color), .wc-widget-area aside.widget.widget_layered_nav ul.product-categories, .wc-widget-area aside.widget.widget_layered_nav ul.woocommerce-widget-layered-nav-list:not(.woocommerce-widget-layered-color) { margin-right: -0.9375rem; margin-left: -0.9375rem; } - .wc-widget-area aside.widget.widget_product_categories > select, .wc-widget-area aside.widget.widget_layered_nav > select { width: 100%; } - .wc-widget-area aside.widget.widget_product_categories li, .wc-widget-area aside.widget.widget_layered_nav li { margin-bottom: 0; position: relative; min-height: 38px; line-height: 1; } - .wc-widget-area aside.widget.widget_product_categories li.current-cat > a, .wc-widget-area aside.widget.widget_layered_nav li.current-cat > a { background-color: var(--bb-body-background-color); color: var(--bb-headings-color); } - .wc-widget-area aside.widget.widget_product_categories li.current-cat > .count, .wc-widget-area aside.widget.widget_layered_nav li.current-cat > .count { color: var(--bb-headings-color); } - .wc-widget-area aside.widget.widget_product_categories li a, .wc-widget-area aside.widget.widget_layered_nav li a { display: inline-block; padding: 8px 0.9375rem 7px 50px; @@ -1426,11 +1257,9 @@ body.archive.woocommerce .grid.wc-grid-wrap > .grid #primary { overflow: hidden; text-overflow: ellipsis; } - .wc-widget-area aside.widget.widget_product_categories li a:hover, .wc-widget-area aside.widget.widget_layered_nav li a:hover { background-color: var(--bb-body-background-color); } - .wc-widget-area aside.widget.widget_product_categories li span.count, .wc-widget-area aside.widget.widget_layered_nav li span.count { display: inline-block; padding-top: 13px; @@ -1438,10 +1267,9 @@ body.archive.woocommerce .grid.wc-grid-wrap > .grid #primary { position: absolute; left: 28px; top: 0; - font-weight: 400; + font-weight: normal; font-size: 13px; } - .wc-widget-area aside.widget.widget_product_categories li span.expand-parent, .wc-widget-area aside.widget.widget_layered_nav li span.expand-parent { display: inline-block; font-size: 1.3rem; @@ -1453,41 +1281,32 @@ body.archive.woocommerce .grid.wc-grid-wrap > .grid #primary { top: 0; cursor: pointer; } - .wc-widget-area aside.widget.widget_product_categories li span.expand-parent.active i, .wc-widget-area aside.widget.widget_layered_nav li span.expand-parent.active i { -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); } - .wc-widget-area aside.widget.widget_product_categories li ul.children, .wc-widget-area aside.widget.widget_layered_nav li ul.children { margin-top: 0; } - .wc-widget-area aside.widget.widget_product_categories li ul.children li a, .wc-widget-area aside.widget.widget_layered_nav li ul.children li a { padding-right: 1.5625rem; } - .wc-widget-area aside.widget.widget_product_categories li ul.children ul.children li a, .wc-widget-area aside.widget.widget_layered_nav li ul.children ul.children li a { padding-right: 2.1875rem; } - .wc-widget-area aside.widget.widget_product_categories li ul.children ul.children li ul.children a, .wc-widget-area aside.widget.widget_layered_nav li ul.children ul.children li ul.children a { padding-right: 2.8125rem; } - .wc-widget-area aside.widget.widget_product_categories li ul.children ul.children li ul.children li ul.children a, .wc-widget-area aside.widget.widget_layered_nav li ul.children ul.children li ul.children li ul.children a { padding-right: 3.4375rem; } - .wc-widget-area aside.widget.widget_product_categories li.cat-parent ul.children, .wc-widget-area aside.widget.widget_layered_nav li.cat-parent ul.children { display: none; } - .wc-widget-area aside.widget.widget_product_categories li.current-cat.cat-parent.cat-expanded > ul.children, .wc-widget-area aside.widget.widget_product_categories li.current-cat-parent.cat-parent.cat-expanded > ul.children, .wc-widget-area aside.widget.widget_layered_nav li.current-cat.cat-parent.cat-expanded > ul.children, .wc-widget-area aside.widget.widget_layered_nav li.current-cat-parent.cat-parent.cat-expanded > ul.children { display: block; } - .wc-widget-area aside.widget.widget_layered_nav li { line-height: 1.35; } @@ -1500,11 +1319,9 @@ body:not(.bb-page-loaded) .wc-widget-area aside.widget.widget_product_categories body:not(.bb-page-loaded) .wc-widget-area aside.widget.widget_layered_nav li span.count { display: none; } - body:not(.bb-page-loaded).woocommerce form.woocommerce-ordering { display: none; } - body:not(.bb-page-loaded) .bs_widget_price_filter #min_price, body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { display: none; @@ -1522,14 +1339,12 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { border-radius: var(--bb-button-radius); padding: 0 10px; } - .bs-quantity input[type="number"]::-webkit-inner-spin-button, .bs-quantity input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; appearance: none; margin: 0; } - .bs-quantity input[type="number"] { width: auto; min-width: 32px; @@ -1542,16 +1357,13 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { border: 0; appearance: textfield; } - .bs-quantity input[type="number"]:focus { outline: 0; } - .bs-quantity .qty-nav { position: relative; height: 40px; } - .bs-quantity .quantity-button { position: relative; cursor: pointer; @@ -1563,7 +1375,6 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { -ms-user-select: none; user-select: none; } - .bs-quantity .qty-nav .quantity-button.limit { opacity: 0.3; cursor: default; @@ -1572,20 +1383,16 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { .cart_totals table.shop_table td { text-align: left; } - .cart_totals table.shop_table tr.order-total th { color: var(--bb-headings-color); font-weight: bolder; } - .cart_totals table.shop_table form.woocommerce-shipping-calculator { margin-bottom: 0; } - .cart_totals table.shop_table form.woocommerce-shipping-calculator > p { margin-bottom: 5px; } - .cart_totals table.shop_table .shipping-calculator-form { text-align: right; } @@ -1600,11 +1407,9 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { font-size: 15px; background-color: var(--bb-content-background-color); } - .woocommerce-page .select2-container .select2-selection--single .select2-selection__arrow { display: none; } - .woocommerce-page .select2-container .select2-selection--single.wc-order-by { background-image: url("data:image/svg+xml;charset=utf8,%3C!-- Generated by IcoMoon.io --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 32 32'%3E%3Ctitle%3Esort-desc%3C/title%3E%3Cpath style='fill:%23A1ACB8;' d='M24.768 22.464v-13.216c0-0.544-0.448-0.992-1.024-0.992-0.544 0-0.992 0.448-0.992 0.992v13.216c0 0.576 0.448 1.024 0.992 1.024 0.576 0 1.024-0.448 1.024-1.024zM21.568 19.616c-0.352-0.384-0.992-0.416-1.408-0.032-0.384 0.384-0.416 1.024-0.032 1.408l2.912 3.104c0.384 0.448 1.056 0.448 1.44 0l2.912-3.104c0.384-0.384 0.352-1.024-0.032-1.408-0.416-0.384-1.056-0.352-1.408 0.032l-2.208 2.336-2.176-2.336zM16.736 12.64h-8.736c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h8.736c0.544 0 0.992-0.448 0.992-1.024 0-0.544-0.448-0.992-0.992-0.992zM14.56 17.376h-6.56c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h6.56c0.544 0 0.992-0.448 0.992-1.024 0-0.544-0.448-0.992-0.992-0.992zM12.352 22.368h-4.352c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h4.352c0.576 0 1.024-0.448 1.024-1.024 0-0.544-0.448-0.992-1.024-0.992zM18.176 7.648h-10.176c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h10.176c0.576 0 1.024-0.448 1.024-1.024 0-0.544-0.448-0.992-1.024-0.992z'%3E%3C/path%3E%3C/svg%3E"); border: 0; @@ -1612,19 +1417,15 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { font-size: 14px; outline: none; } - .woocommerce-page .select2-container .select2-selection--single.wc-order-by:hover { background-image: url("data:image/svg+xml;charset=utf8,%3C!-- Generated by IcoMoon.io --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 32 32'%3E%3Ctitle%3Esort-desc%3C/title%3E%3Cpath style='fill:%23122b46;' d='M24.768 22.464v-13.216c0-0.544-0.448-0.992-1.024-0.992-0.544 0-0.992 0.448-0.992 0.992v13.216c0 0.576 0.448 1.024 0.992 1.024 0.576 0 1.024-0.448 1.024-1.024zM21.568 19.616c-0.352-0.384-0.992-0.416-1.408-0.032-0.384 0.384-0.416 1.024-0.032 1.408l2.912 3.104c0.384 0.448 1.056 0.448 1.44 0l2.912-3.104c0.384-0.384 0.352-1.024-0.032-1.408-0.416-0.384-1.056-0.352-1.408 0.032l-2.208 2.336-2.176-2.336zM16.736 12.64h-8.736c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h8.736c0.544 0 0.992-0.448 0.992-1.024 0-0.544-0.448-0.992-0.992-0.992zM14.56 17.376h-6.56c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h6.56c0.544 0 0.992-0.448 0.992-1.024 0-0.544-0.448-0.992-0.992-0.992zM12.352 22.368h-4.352c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h4.352c0.576 0 1.024-0.448 1.024-1.024 0-0.544-0.448-0.992-1.024-0.992zM18.176 7.648h-10.176c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h10.176c0.576 0 1.024-0.448 1.024-1.024 0-0.544-0.448-0.992-1.024-0.992z'%3E%3C/path%3E%3C/svg%3E"); } - .woocommerce-page .select2-container .select2-search { font-size: 15px; } - .woocommerce-page .select2-container .select2-results { font-size: 15px; } - .woocommerce-page .select2-container.select2-container--open .wc-order-by-dropdown.select2-dropdown--below { border-radius: 4px; border: 0; @@ -1633,8 +1434,7 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { padding: 7px 0; margin-top: 8px; } - -.woocommerce-page .select2-container.select2-container--open .wc-order-by-dropdown.select2-dropdown--below::before { +.woocommerce-page .select2-container.select2-container--open .wc-order-by-dropdown.select2-dropdown--below:before { content: " "; position: absolute; width: 0; @@ -1656,12 +1456,10 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { transition: all linear 0.2s; z-index: 101; } - .woocommerce-page .select2-container.select2-container--open .wc-order-by-dropdown.select2-dropdown--below .select2-results ul.select2-results__options li.select2-results__option { padding: 3px 12px; font-size: 14px; } - .woocommerce-page .select2-container.select2-container--open .wc-order-by-dropdown.select2-dropdown--below .select2-results ul.select2-results__options li.select2-results__option.select2-results__option--highlighted, .woocommerce-page .select2-container.select2-container--open .wc-order-by-dropdown.select2-dropdown--below .select2-results ul.select2-results__options li.select2-results__option.select2-results__option[aria-selected="true"] { background-color: var(--bb-body-background-color); color: var(--bb-primary-color); @@ -1673,7 +1471,6 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { padding-right: 12px; color: inherit; } - .woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered[title~="Select"] { color: #c3c6c9; } @@ -1693,7 +1490,6 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { -ms-flex-align: center; align-items: center; } - .site-header a.header-cart-link span.count { background-color: var(--bb-primary-color); line-height: 1.6; @@ -1708,13 +1504,11 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { .header-mini-cart { overflow: hidden; } - .header-mini-cart ul.cart_list { list-style: none; margin-right: 0; margin-bottom: 0; } - .site-header .header-mini-cart ul.cart_list { max-width: -webkit-calc(100vw - 20px); max-width: calc(100vw - 20px); @@ -1722,7 +1516,6 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { max-height: -webkit-calc(100vh - 210px); max-height: calc(100vh - 210px); } - .header-mini-cart ul.cart_list li.mini_cart_item { padding: 15px; border-bottom: 1px solid var(--bb-content-border-color); @@ -1736,25 +1529,21 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { -ms-flex-align: center; align-items: center; } - .header-mini-cart ul.cart_list li.mini_cart_item:hover { background-color: var(--bb-content-alternate-background-color); } - .header-mini-cart ul.cart_list li.mini_cart_item > a { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; margin-left: auto; color: var(--bb-headings-color); - font-weight: 400; + font-weight: normal; margin-bottom: 0; } - .header-mini-cart ul.cart_list li.mini_cart_item > a:hover { color: var(--bb-primary-color); } - .header-mini-cart ul.cart_list li.mini_cart_item > a:not(.remove) { font-size: 14px; max-width: 270px; @@ -1763,7 +1552,6 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { overflow: hidden; text-overflow: ellipsis; } - .header-mini-cart ul.cart_list li.mini_cart_item span.quantity { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; @@ -1773,7 +1561,6 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { margin-left: 10px; white-space: nowrap; } - .header-mini-cart ul.cart_list li.mini_cart_item > a.remove { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; @@ -1784,12 +1571,10 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { line-height: 1; width: auto; } - .header-mini-cart ul.cart_list li.mini_cart_item > a.remove:hover { background-color: transparent; color: var(--bb-primary-color); } - .header-mini-cart ul.cart_list li.mini_cart_item > dl.variation { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; @@ -1807,7 +1592,6 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { padding-right: 1em; border-right: 2px solid rgba(0, 0, 0, 0.1); } - .header-mini-cart ul.cart_list li.mini_cart_item > dl.variation > dt { margin: 0; padding: 0; @@ -1820,7 +1604,6 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { padding-left: 0.5em; font-weight: 700; } - .header-mini-cart ul.cart_list li.mini_cart_item > dl.variation > dd { margin: 0; padding: 0; @@ -1829,19 +1612,15 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { flex-basis: 60%; max-width: 60%; } - .header-mini-cart ul.cart_list li.mini_cart_item > dl.variation > dd * { margin: 0; } - .header-mini-cart ul.cart_list li.mini_cart_item > dl.variation > dd > * { padding-bottom: 0.5em; } - .header-mini-cart ul.cart_list li.mini_cart_item .blockUI.blockOverlay { opacity: 0.12 !important; } - .header-mini-cart ul.cart_list img.attachment-woocommerce_thumbnail, .header-mini-cart ul.cart_list img.woocommerce-placeholder { max-width: 36px; @@ -1851,7 +1630,6 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { margin-right: 0; float: none; } - .header-mini-cart p.woocommerce-mini-cart__total { width: 50%; float: right; @@ -1862,11 +1640,9 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { padding: 10px 15px 9px 0; background-color: var(--bb-content-background-color); } - .header-mini-cart p.woocommerce-mini-cart__total strong { - font-weight: 400; + font-weight: normal; } - .header-mini-cart p.woocommerce-mini-cart__buttons { width: 50%; float: left; @@ -1876,7 +1652,6 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { padding: 12px 0 12px 15px; background-color: var(--bb-content-background-color); } - .header-mini-cart p.woocommerce-mini-cart__buttons a.button { padding: 5px 15px; font-size: 14px; @@ -1884,11 +1659,9 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { min-height: auto; border-radius: var(--bb-button-radius); } - .header-mini-cart p.woocommerce-mini-cart__buttons .wc-forward:not(.checkout) { display: none; } - .header-mini-cart p.woocommerce-mini-cart__empty-message { margin: 0; padding: 20px 15px; @@ -1905,16 +1678,14 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { .woocommerce-cart .woocommerce-shipping-calculator { position: relative; } - .woocommerce-cart .woocommerce-shipping-calculator a.shipping-calculator-button { position: relative; padding-left: 20px; } - -.woocommerce-cart .woocommerce-shipping-calculator a.shipping-calculator-button::after { +.woocommerce-cart .woocommerce-shipping-calculator a.shipping-calculator-button:after { content: "\e826"; font-family: bb-icons; - font-weight: 400; + font-weight: normal; speak: none; display: inline-block; color: #939597; @@ -1937,8 +1708,7 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { border-radius: 4px; box-shadow: 0 6px 24px 0 rgba(18, 43, 70, 0.12); } - -.shipping-calculator-form::before { +.shipping-calculator-form:before { content: " "; position: absolute; width: 0; @@ -1960,11 +1730,9 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { transition: all linear 0.2s; z-index: 1002; } - .shipping-calculator-form p:last-of-type { margin-bottom: 0; } - .shipping-calculator-form button.button { width: 100%; } @@ -1972,17 +1740,15 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { .woocommerce ul#shipping_method label { font-size: 14px; } - .woocommerce ul#shipping_method label .amount { - font-weight: 400; + font-weight: normal; } .woocommerce-shipping-destination { font-size: 12px; } - .woocommerce-shipping-destination strong { - font-weight: 400; + font-weight: normal; } .woocommerce .widget_layered_nav_filters ul li a::before, @@ -2008,9 +1774,8 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { .woocommerce ul.product_list_widget li { padding: 8px 0; } - .woocommerce ul.product_list_widget li a { - font-weight: 400; + font-weight: normal; margin-bottom: 10px; min-height: 32px; display: -webkit-box; @@ -2020,7 +1785,6 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { -ms-flex-align: center; align-items: center; } - .woocommerce ul.product_list_widget li a img { border-radius: 3px; -webkit-box-ordinal-group: 3; @@ -2028,7 +1792,6 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { order: 2; margin-right: auto; } - .woocommerce ul.product_list_widget li a .product-title { line-height: 1.35; display: block; @@ -2041,16 +1804,13 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { overflow: hidden; text-overflow: ellipsis; } - .woocommerce ul.product_list_widget li .star-rating { height: 1.5em; width: 7.2em; } - .woocommerce ul.product_list_widget li > del { color: var(--bb-alternate-text-color); } - .woocommerce ul.product_list_widget li > ins { float: left; text-decoration: none; @@ -2065,7 +1825,6 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { align-items: center; padding-left: 10px; } - .woocommerce .widget_rating_filter ul li .star-rating { width: 7.2em; margin-left: auto; @@ -2076,31 +1835,63 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { color: #fff; background-color: #385dff; } - .woocommerce.widget_shopping_cart a.button:hover { box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1); } -@media (max-width: 1200px) { +.content-area ul.products { + margin-right: -1%; + margin-left: -1%; +} +.content-area ul.products li.product { + width: 23%; + max-width: 23%; + margin: 0 1% 2%; +} - .woo-sidebar .content-area ul.products { +@media (min-width: 1200px) { + .content-area ul.products { margin-right: -1%; margin-left: -1%; } + .content-area ul.products li.product { + width: 23%; + max-width: 23%; + margin: 0 1% 2%; + } + .woo-sidebar .content-area ul.products { + margin-right: -1%; + margin-left: -1%; + } .woo-sidebar .content-area ul.products li.product { width: 31.333%; max-width: 31.333%; margin: 0 1% 2%; } } +@media (max-width: 1200px) { + .content-area ul.products { + margin-right: -1%; + margin-left: -1%; + } + .content-area ul.products li.product { + width: 31.333%; + max-width: 31.333%; + margin: 0 1% 2%; + } +} +@media (max-width: 1100px) { + .woo-sidebar .content-area ul.products li.product { + width: 48%; + max-width: 48%; + } +} @media (max-width: 992px) { - .woocommerce ul.products[class*="columns-"] { margin-right: -1%; margin-left: -1%; } - .woocommerce ul.products[class*="columns-"] li.product { width: 48%; max-width: 48%; @@ -2113,28 +1904,23 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { font-size: 12px; letter-spacing: -0.5px; } - - .woo-sidebar .content-area ul.products li.product a.button.add_to_cart_button.added::after { + .woo-sidebar .content-area ul.products li.product a.button.add_to_cart_button.added:after { vertical-align: baseline; font-size: 10px; } } @media (max-width: 544px) { - .woocommerce .woocommerce-result-count { float: none; width: 100%; } - .woocommerce form.woocommerce-ordering { float: none; } - .woocommerce ul.products[class*="columns-"] { margin-right: 0; margin-left: 0; } - .woocommerce ul.products[class*="columns-"] li.product { width: 100%; max-width: 100%; @@ -2152,7 +1938,6 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { padding-left: 5px; } } - #content .wp-block-woocommerce-handpicked-products ul.products, #content .wp-block-woocommerce-product-category ul.products, #content .wp-block-woocommerce-product-new ul.products, @@ -2170,7 +1955,6 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { margin-right: auto; margin-bottom: 20px; } - #content .wp-block-woocommerce-handpicked-products ul.products.columns-4 li.product, #content .wp-block-woocommerce-product-category ul.products.columns-4 li.product, #content .wp-block-woocommerce-product-new ul.products.columns-4 li.product, @@ -2183,7 +1967,6 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { max-width: -webkit-calc(25% - 20px); max-width: calc(25% - 20px); } - #content .wp-block-woocommerce-handpicked-products ul.products.columns-4 li.product .bs_after_shop_loop_item_links, #content .wp-block-woocommerce-product-category ul.products.columns-4 li.product .bs_after_shop_loop_item_links, #content .wp-block-woocommerce-product-new ul.products.columns-4 li.product .bs_after_shop_loop_item_links, @@ -2196,7 +1979,6 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { -ms-flex-direction: column; flex-direction: column; } - #content .wp-block-woocommerce-handpicked-products ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward, #content .wp-block-woocommerce-product-category ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward, #content .wp-block-woocommerce-product-new ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward, @@ -2208,7 +1990,6 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { border-left: 0; border-radius: 0; } - #content .wp-block-woocommerce-handpicked-products ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button, #content .wp-block-woocommerce-product-category ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button, #content .wp-block-woocommerce-product-new ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button, @@ -2220,7 +2001,6 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { align-self: center; width: 100%; } - #content .wp-block-woocommerce-handpicked-products ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added, #content .wp-block-woocommerce-product-category ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added, #content .wp-block-woocommerce-product-new ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added, @@ -2230,7 +2010,6 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { #content .wp-block-woocommerce-product-best-sellers ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added { border-radius: 0 0 4px 4px; } - #content .wp-block-woocommerce-handpicked-products ul.products li.product, #content .wp-block-woocommerce-handpicked-products ul.products li.product.type-product, #content .wp-block-woocommerce-product-category ul.products li.product, @@ -2247,7 +2026,6 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { #content .wp-block-woocommerce-product-best-sellers ul.products li.product.type-product { margin: 0 10px 20px; } - #content .wp-block-woocommerce-handpicked-products ul.products li.product span.onsale, #content .wp-block-woocommerce-product-category ul.products li.product span.onsale, #content .wp-block-woocommerce-product-new ul.products li.product span.onsale, @@ -2275,7 +2053,7 @@ body .select2-container .select2-dropdown .select2-results__option { background-color: var(--bb-primary-color); } -.widget .woocommerce-product-search button i::before { +.widget .woocommerce-product-search button i:before { color: var(--bb-primary-color); } @@ -2290,111 +2068,94 @@ body .select2-container .select2-dropdown .select2-results__option { flex-direction: column; line-height: 1; } - .widget .woocommerce table.cart thead { display: none; } - .widget .woocommerce .cart-collaterals .cart_totals, .widget .woocommerce-page .cart-collaterals .cart_totals { width: 100%; float: none; } - .widget .woocommerce-checkout .bb-wc-co { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } - .widget .woocommerce-checkout .bb-wc-co .bb-wc-col { width: 100%; } - .widget .woocommerce ul.products { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } - .widget .woocommerce ul.products.columns-1 li.product { width: 100%; max-width: 100%; margin-right: 0; margin-left: 0; } - .widget .woocommerce ul.products.columns-2 li.product { width: 100%; max-width: 100%; margin-right: 0; margin-left: 0; } - .widget .woocommerce ul.products.columns-3 li.product { width: 100%; max-width: 100%; margin-right: 0; margin-left: 0; } - .widget .woocommerce ul.products.columns-4 li.product { width: 100%; max-width: 100%; margin-right: 0; margin-left: 0; } - .widget .woocommerce ul.products.columns-5 li.product { width: 100%; max-width: 100%; margin-right: 0; margin-left: 0; } - .widget .woocommerce ul.products.columns-6 li.product { width: 100%; max-width: 100%; margin-right: 0; margin-left: 0; } - .widget .woocommerce ul.products.columns-7 li.product { width: 100%; max-width: 100%; margin-right: 0; margin-left: 0; } - .widget .woocommerce ul.products.columns-8 li.product { width: 100%; max-width: 100%; margin-right: 0; margin-left: 0; } - .widget .woocommerce ul.products.columns-9 li.product { width: 100%; max-width: 100%; margin-right: 0; margin-left: 0; } - .widget .woocommerce ul.products.columns-10 li.product { width: 100%; max-width: 100%; margin-right: 0; margin-left: 0; } - .widget .woocommerce div.product div.images, .widget .woocommerce div.product div.summary { width: 100%; float: none; } - .widget div.product div.woocommerce-product-gallery.images { width: 100%; float: none; @@ -2403,7 +2164,6 @@ body .select2-container .select2-dropdown .select2-results__option { flex: 0 0 100%; max-width: 100%; } - #content .widget div.product div.woocommerce-product-gallery.images, #content .widget div.product div.summary { min-width: 100%; @@ -2414,7 +2174,6 @@ body .select2-container .select2-dropdown .select2-results__option { } @media (max-width: 1024px) { - #content .wp-block-woocommerce-handpicked-products ul.products.products li.product, #content .wp-block-woocommerce-product-category ul.products.products li.product, #content .wp-block-woocommerce-product-new ul.products.products li.product, @@ -2429,7 +2188,6 @@ body .select2-container .select2-dropdown .select2-results__option { } } @media (max-width: 768px) { - #content .wp-block-woocommerce-handpicked-products ul.products.products li.product, #content .wp-block-woocommerce-product-category ul.products.products li.product, #content .wp-block-woocommerce-product-new ul.products.products li.product, @@ -2444,7 +2202,6 @@ body .select2-container .select2-dropdown .select2-results__option { } } @media (max-width: 480px) { - #content .wp-block-woocommerce-handpicked-products ul.products.products li.product, #content .wp-block-woocommerce-product-category ul.products.products li.product, #content .wp-block-woocommerce-product-new ul.products.products li.product, @@ -2458,18 +2215,15 @@ body .select2-container .select2-dropdown .select2-results__option { max-width: calc(100% - 20px); } } - #content div.product { display: -webkit-box; display: -ms-flexbox; display: flex; - /* flex-wrap: wrap; */ width: 100%; -ms-flex-flow: row wrap; flex-flow: row wrap; } - #content div.product > div, #content div.product > section { -webkit-box-flex: 1; -ms-flex: 1 1 auto; @@ -2477,7 +2231,6 @@ body .select2-container .select2-dropdown .select2-results__option { min-width: 100%; box-sizing: border-box; } - #content div.product div.woocommerce-product-gallery.images { width: 55%; -webkit-box-flex: 0; @@ -2490,7 +2243,6 @@ body .select2-container .select2-dropdown .select2-results__option { border-left-width: 0; padding-bottom: 0; } - #content div.product div.summary { width: 45%; -webkit-box-flex: 0; @@ -2504,11 +2256,9 @@ body .select2-container .select2-dropdown .select2-results__option { border: 1px solid var(--bb-content-border-color); border-right-width: 0; } - #content div.product div.summary h1.product_title { line-height: 2rem; } - #content div.product div.summary h4.pr-sub-heading { text-transform: uppercase; font-size: 0.75rem; @@ -2516,12 +2266,10 @@ body .select2-container .select2-dropdown .select2-results__option { margin-bottom: 10px; border-bottom: 1px solid var(--bb-content-border-color); } - #content div.product div.summary .product_meta { font-size: 16px; margin-bottom: 20px; } - #content div.product div.summary .product_meta > span { display: block; font-size: 14px; @@ -2529,11 +2277,9 @@ body .select2-container .select2-dropdown .select2-results__option { padding: 0 0 3px; margin: 0; } - #content div.product div.summary .product_meta > span:last-of-type { border-bottom: 0; } - #content div.product div.summary .product_meta .pr-atts-row { display: -webkit-box; display: -ms-flexbox; @@ -2544,37 +2290,30 @@ body .select2-container .select2-dropdown .select2-results__option { -ms-flex-flow: wrap; flex-flow: wrap; } - #content div.product div.summary .product_meta .pr-atts-row .pr-atts-title { width: 30%; padding-left: 5px; } @media (max-width: 544px) { - #content div.product div.summary .product_meta .pr-atts-row .pr-atts-title { width: 40%; } } - #content div.product div.summary .product_meta .pr-atts-row p { display: inline; margin: 0; font-size: 1em; } - #content div.product div.summary .product_meta .pr-atts-row p.out-of-stock { color: var(--bb-danger-color); } - #content div.product div.summary .attribute-colors { margin: 0 0 20px; } - #content div.product div.summary .quantity { margin-left: 10px; margin-bottom: 10px; } - #content div.product div.summary .quantity.quantity--readonly { visibility: hidden; width: 0; @@ -2582,12 +2321,10 @@ body .select2-container .select2-dropdown .select2-results__option { opacity: 0; margin: 0; } - #content div.product div.summary > p.stock { display: none; } @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { - #content div.product div.summary { width: 38%; -webkit-box-flex: 0; @@ -2596,72 +2333,57 @@ body .select2-container .select2-dropdown .select2-results__option { min-width: 38%; } } - #content div.product .flex-control-thumbs { width: 70%; overflow: visible; display: none; } - #content div.product .flex-control-thumbs.slick-initialized { display: block; min-height: 100px; } - #content div.product .flex-control-thumbs .slick-list .slick-slide { margin: 0 5px; } - #content div.product .flex-control-thumbs .slick-list .slick-slide li img { opacity: 1; } - #content div.product .flex-control-thumbs { width: 70%; margin: 10px auto 15px; } - #content div.product .flex-control-thumbs .slick-slide { margin: 0 5px; } - #content div.product .flex-control-thumbs .slick-arrow { background-color: #fff; opacity: 1; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.09); } - #content div.product .flex-control-thumbs .slick-arrow i { color: #828d98; } - #content div.product .flex-control-thumbs .slick-arrow.slick-disabled { cursor: default; } - #content div.product .flex-control-thumbs .slick-arrow.slick-disabled i { opacity: 0.3; } - #content div.product .flex-control-thumbs .slick-arrow.bb-slide-next { left: -15px; } - #content div.product .flex-control-thumbs .slick-arrow.bb-slide-prev { right: -15px; } - #content div.product div.images .woocommerce-product-gallery__trigger { background-color: var(--bb-content-background-color); color: transparent; text-indent: 0; } - #content div.product div.images .woocommerce-product-gallery__trigger img.emoji { display: none; } - -#content div.product div.images .woocommerce-product-gallery__trigger::before { +#content div.product div.images .woocommerce-product-gallery__trigger:before { border: 0; content: "\ef10"; color: var(--bb-body-text-color); @@ -2673,90 +2395,73 @@ body .select2-container .select2-dropdown .select2-results__option { top: 5px; right: 6px; } - -#content div.product div.images .woocommerce-product-gallery__trigger::after { +#content div.product div.images .woocommerce-product-gallery__trigger:after { display: none; } - #content div.product p.price { color: var(--bb-headings-color); font-weight: 500; margin-top: 1.2em; margin-bottom: 1.2em; } - #content div.product p.price ins { text-decoration: none; font-weight: 500; } - #content div.product p.price del { color: var(--bb-alternate-text-color); opacity: 1; font-weight: 400; } - #content div.product .woocommerce-product-details__short-description { font-size: 16px; } - #content div.product form.cart .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); font-size: 14px; - font-weight: 400; + font-weight: normal; padding-right: 3em; padding-left: 3em; height: 40px; } - #content div.product form.cart .button:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - #content div.product form.cart .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); } - #content div.product .woocommerce-tabs ul.tabs { padding: 0; } - #content div.product .woocommerce-tabs ul.tabs li { border: 0; background-color: transparent; } - -#content div.product .woocommerce-tabs ul.tabs li::before, #content div.product .woocommerce-tabs ul.tabs li::after { +#content div.product .woocommerce-tabs ul.tabs li:before, #content div.product .woocommerce-tabs ul.tabs li:after { display: none; } - #content div.product .woocommerce-tabs ul.tabs li.active { background: transparent; border-bottom: 1px solid var(--bb-primary-color); } - #content div.product .woocommerce-tabs ul.tabs li.active a { color: var(--bb-headings-color); } - #content div.product .woocommerce-tabs ul.tabs li.active a:hover { color: var(--bb-primary-color); } - #content div.product .woocommerce-tabs ul.tabs li a { - font-weight: 400; + font-weight: normal; font-size: 14px; color: var(--bb-body-text-color); } - #content div.product .woocommerce-tabs ul.tabs li a:hover { color: var(--bb-primary-color); } - #content div.product .woocommerce-tabs ul.tabs li#tab-title-reviews a span { display: inline-block; background-color: var(--bb-alternate-text-color); @@ -2767,11 +2472,9 @@ body .select2-container .select2-dropdown .select2-results__option { font-size: 0.9em; margin-right: 4px; } - #content div.product .woocommerce-tabs ul.tabs li#tab-title-reviews.active a span { background-color: var(--bb-primary-color); } - #content div.product .woocommerce-tabs .panel { background-color: var(--bb-content-background-color); border-radius: var(--bb-block-radius); @@ -2779,103 +2482,84 @@ body .select2-container .select2-dropdown .select2-results__option { padding: 1.25rem 1.25rem; font-size: 14px; } - #content div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description p { font-size: 16px; } - #content div.product .shop_attributes tr:nth-child(even) th, #content div.product .shop_attributes tr:nth-child(even) td { background-color: transparent; } - #content div.product .shop_attributes th, #content div.product .shop_attributes td { padding: 8px; font-size: 14px; } - #content div.product .shop_attributes th p, #content div.product .shop_attributes td p { padding: 0; } - #content div.product .shop_attributes th { text-transform: uppercase; - font-weight: 400; + font-weight: normal; } - #content div.product #reviews #comments ol.commentlist li img.avatar { border-radius: 100%; border: 0; padding: 0; } - #content div.product #reviews .comment-respond { box-shadow: none; } - #content div.product #reviews .comment-reply-title { text-transform: uppercase; font-size: 14px; - font-weight: 700; + font-weight: bold; margin-bottom: 12px; } - #content div.product #reviews p.stars a { color: #d3ced2; margin: 0 2px; } - #content div.product #reviews p.stars a:hover { color: #fcaf00; } - #content div.product #reviews p.stars.selected a:not(.active), #content div.product #reviews p.stars.selected a.active { color: var(--bb-warning-color); } - #content div.product #reviews p.stars.selected a.active ~ a { color: #d3ced2; } - #content div.product #reviews p.form-submit input#submit { background-color: var(--bb-primary-button-background-regular); color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); font-size: 14px; - font-weight: 400; + font-weight: normal; display: inline-block; padding-right: 2em; padding-left: 2em; } - #content div.product #reviews p.form-submit input#submit:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - #content div.product #reviews p.form-submit input#submit:hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - #content div.product #reviews .comment-form label { font-size: 16px; line-height: 1.1; margin-bottom: 12px; color: inherit; } - #content div.product form.cart .variations td.value { padding: 0 0 0.5rem; } - #content div.product form.cart .variations td.label { background: transparent; } - #content div.product form.cart .variations label { padding-bottom: 0; text-transform: uppercase; @@ -2887,7 +2571,6 @@ body .select2-container .select2-dropdown .select2-results__option { div.product .woocommerce-product-gallery__image { border-radius: 0 var(--bb-block-radius) var(--bb-block-radius) 0; } - div.product .woocommerce-product-gallery__wrapper img.wp-post-image { border-radius: 0 var(--bb-block-radius) var(--bb-block-radius) 0; } @@ -2908,16 +2591,13 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { .woocommerce [type="checkbox"]:checked + span { color: var(--bb-primary-color); } - .woocommerce .woocommerce-product-rating a.woocommerce-review-link { font-size: 0.757em; color: var(--bb-alternate-text-color); } - .woocommerce .woocommerce-product-rating a.woocommerce-review-link:hover { color: var(--bb-alternate-text-color); } - .woocommerce div.product .woocommerce-product-rating { display: -webkit-box; display: -ms-flexbox; @@ -2928,11 +2608,9 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { margin-top: 0.4em; margin-bottom: 0; } - .woocommerce div.product .woocommerce-product-rating .star-rating { margin-top: 0; } - .woocommerce div.product .woocommerce-product-rating span.count { background-color: transparent; color: inherit; @@ -2940,49 +2618,45 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { box-shadow: none; padding: 0 3px; } - .woocommerce #reviews #comments ol.commentlist li .meta { color: var(--bb-alternate-text-color); } - .woocommerce #review_form #respond p.comment-form-author { margin-left: 5px; width: -webkit-calc(50% - 5px); width: calc(50% - 5px); } - .woocommerce #review_form #respond p.comment-form-email { margin-right: 5px; width: -webkit-calc(50% - 5px); width: calc(50% - 5px); } @media (max-width: 992px) { - .woocommerce .has-sidebar #review_form #respond p.comment-form-author { margin-right: 0; width: 100%; } - .woocommerce .has-sidebar #review_form #respond p.comment-form-email { margin-right: 0; width: 100%; } } @media (max-width: 800px) { - .woocommerce #review_form #respond p.comment-form-author { margin-right: 0; width: 100%; } - .woocommerce #review_form #respond p.comment-form-email { margin-right: 0; width: 100%; } } -@media (max-width: 1200px) { +.woocommerce div.product form.cart .variations th { + padding: 0 1rem; +} +@media (max-width: 1200px) { body.has-sidebar.woocommerce #content div.product div.woocommerce-product-gallery.images { width: 52%; -webkit-box-flex: 0; @@ -2990,7 +2664,6 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { flex: 0 0 52%; min-width: 52%; } - body.has-sidebar.woocommerce #content div.product div.summary { width: 48%; -webkit-box-flex: 0; @@ -2998,20 +2671,17 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { flex: 0 0 48%; min-width: 48%; } - body.has-sidebar.woocommerce #content div.product .flex-control-thumbs.slick-initialized { min-height: 50px; } } @media (max-width: 992px) { - body.has-sidebar.woocommerce #content div.product { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } - body.has-sidebar.woocommerce #content div.product div.woocommerce-product-gallery.images { width: 100%; -webkit-box-flex: 0; @@ -3022,7 +2692,6 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { border-radius: 4px; float: none; } - body.has-sidebar.woocommerce #content div.product div.summary { width: 100%; -webkit-box-flex: 0; @@ -3036,18 +2705,15 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { } } @media (max-width: 800px) { - .woocommerce #content div.product { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } - .woocommerce #content div.product div.images { margin-bottom: 15px; } - .woocommerce #content div.product div.woocommerce-product-gallery.images { width: 100%; -webkit-box-flex: 1; @@ -3058,7 +2724,6 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { border-radius: var(--bb-block-radius); float: none; } - .woocommerce #content div.product div.summary { width: 100%; -webkit-box-flex: 1; @@ -3070,7 +2735,6 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { padding: 1.5em; float: none; } - .woocommerce #content div.product .flex-control-thumbs.slick-initialized { min-height: 50px; } @@ -3080,7 +2744,6 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { } } @media (max-width: 544px) { - .content-area .related.products ul.products li.product { margin-bottom: 20px; } @@ -3089,12 +2752,10 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { font-size: 14px; line-height: 150%; } - .woocommerce .woocommerce-message .button { margin-right: 10px; font-size: 13px; } - .woocommerce .woocommerce-message[role="alert"] { display: -webkit-box; display: -ms-flexbox; @@ -3104,7 +2765,6 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { -ms-flex-direction: column; flex-direction: column; } - .woocommerce .woocommerce-message[role="alert"] .button.wc-forward { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; @@ -3122,7 +2782,6 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { -ms-flex-direction: column; flex-direction: column; } - .woocommerce .woocommerce-error li .button.wc-forward { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; @@ -3131,12 +2790,10 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { max-width: 230px; } } - .wpb_wrapper li.product-category a { display: block; width: 100%; } - .wpb_wrapper li.product-category h2.woocommerce-loop-category__title { text-align: center; padding: 5px 10px; @@ -3146,22 +2803,18 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { width: 100%; float: none; } - .woocommerce-checkout form.checkout .col2-set .col-2 { width: 100%; float: none; } - .woocommerce-checkout form.checkout .col2-set .col-2 .woocommerce-shipping-fields { margin-bottom: 10px; } - .woocommerce-checkout form.checkout .col2-set h3 { text-transform: uppercase; font-size: 16px; margin: 1rem 0; } - .woocommerce-checkout .bb-wc-co { display: -webkit-box; display: -ms-flexbox; @@ -3172,13 +2825,11 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { margin-right: -10px; margin-left: -10px; } - .woocommerce-checkout .bb-wc-co .bb-wc-col { width: 50%; padding-right: 10px; padding-left: 10px; } - .woocommerce-checkout .bb-wc-co #customer_details { background-color: var(--bb-content-background-color); border-radius: var(--bb-block-radius); @@ -3186,7 +2837,6 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { margin-bottom: 20px; padding: 15px 20px; } - .woocommerce-checkout .bb-wc-co .bb-order-review { background-color: var(--bb-content-background-color); border-radius: var(--bb-block-radius); @@ -3194,85 +2844,70 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { margin-bottom: 20px; padding: 15px 20px; } - .woocommerce-checkout .bb-wc-co .bb-order-review h3 { text-transform: uppercase; font-size: 16px; - font-weight: 700; + font-weight: bold; } - .woocommerce-checkout .bb-wc-co table.shop_table { border: 0; font-size: 14px; } - .woocommerce-checkout .bb-wc-co table.shop_table th, .woocommerce-checkout .bb-wc-co table.shop_table td { border-bottom: 1px solid var(--bb-content-border-color); border-top: 0; - font-weight: 400; + font-weight: normal; padding-right: 0; } - .woocommerce-checkout .bb-wc-co table.shop_table th:first-child, .woocommerce-checkout .bb-wc-co table.shop_table td:first-child { padding-right: 0; } - .woocommerce-checkout .bb-wc-co table.shop_table th:last-child, .woocommerce-checkout .bb-wc-co table.shop_table td:last-child { padding-left: 0; text-align: left; } - .woocommerce-checkout .bb-wc-co table.shop_table td.product-name { width: 65%; } - .woocommerce-checkout .bb-wc-co table.shop_table td.product-total { color: var(--bb-headings-color); width: 35%; } - .woocommerce-checkout .bb-wc-co table.shop_table th { text-transform: uppercase; - font-weight: 400; + font-weight: normal; color: var(--bb-alternate-text-color); font-size: 14px; } - .woocommerce-checkout .bb-wc-co table.shop_table tfoot th, .woocommerce-checkout .bb-wc-co table.shop_table tfoot td { color: var(--bb-alternate-text-color); border-bottom: 0; vertical-align: top; } - .woocommerce-checkout .bb-wc-co table.shop_table tfoot th:first-child { padding-right: 30%; padding-top: 6px; padding-bottom: 6px; } - .woocommerce-checkout .bb-wc-co table.shop_table tfoot td { width: 50%; } - .woocommerce-checkout .bb-wc-co table.shop_table tfoot .order-total th, .woocommerce-checkout .bb-wc-co table.shop_table tfoot .order-total td { color: var(--bb-headings-color); font-weight: 500; } - .woocommerce-checkout .bb-wc-co table.shop_table tfoot .order-total td strong { font-weight: 500; } - .woocommerce-checkout .bb-wc-co table.shop_table tfoot tr:first-child th, .woocommerce-checkout .bb-wc-co table.shop_table tfoot tr:first-child td { padding-top: 15px; } - .woocommerce-checkout .bb-wc-co table.shop_table .bs-product-check { display: -webkit-box; display: -ms-flexbox; @@ -3281,52 +2916,43 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { -ms-flex-align: center; align-items: center; } - .woocommerce-checkout .bb-wc-co table.shop_table .bs-product-thumbnail img { max-width: 65px; height: auto; margin-left: 20px; } - .woocommerce-checkout .bb-wc-co table.shop_table .check-name { color: var(--bb-headings-color); font-weight: 500; line-height: 1.4; } - .woocommerce-checkout .bb-wc-co table.shop_table .bs-product-remove { margin-left: 10px; } - .woocommerce-checkout .bb-wc-co table.shop_table .qty { color: var(--bb-alternate-text-color); text-transform: uppercase; font-size: 13px; } - .woocommerce-checkout .bb-wc-co table.shop_table .qty strong { color: var(--bb-headings-color); - font-weight: 400; + font-weight: normal; margin-right: 5px; } @media (max-width: 544px) { - .woocommerce-checkout .bb-wc-co table.shop_table td.product-name { width: 70%; } - .woocommerce-checkout .bb-wc-co table.shop_table td.product-total { color: var(--bb-headings-color); width: 30%; } } @media (max-width: 420px) { - .woocommerce-checkout .bb-wc-co table.shop_table td.product-name .bs-product-check { -ms-flex-wrap: wrap; flex-wrap: wrap; } - .woocommerce-checkout .bb-wc-co table.shop_table td.product-name .bs-product-check .bs-product-name { width: 100%; display: -webkit-box; @@ -3340,108 +2966,89 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { } } @media (max-width: 992px) { - .woocommerce-checkout .bb-wc-co { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } - .woocommerce-checkout .bb-wc-co .bb-wc-col { width: 100%; } } @media (max-width: 544px) { - .woocommerce-checkout .bb-wc-co .bb-wc-col .bb-order-review table.shop_table tfoot th:first-child { padding-right: 0; } } - .woocommerce-checkout form .form-row { margin: 0 0 1.2rem; } - .woocommerce-checkout form .form-row label { font-size: 16px; line-height: 1.1; margin-bottom: 10px; color: var(--bb-body-text-color); } - .woocommerce-checkout form .form-row .required { color: var(--bb-danger-color); text-decoration: none; } - .woocommerce-checkout form .form-row #order_comments { height: 120px; overflow-x: hidden; } - .woocommerce-checkout form .form-row.woocommerce-validated input.input-text, .woocommerce-checkout form .form-row.woocommerce-validated select, .woocommerce-checkout form .form-row.woocommerce-validated .select2-container { border-color: #dedfe2; } - .woocommerce-checkout form .form-row.woocommerce-invalid input.input-text, .woocommerce-checkout form .form-row.woocommerce-invalid select, .woocommerce-checkout form .form-row.woocommerce-invalid .select2-container { border-color: var(--bb-danger-color); } - .woocommerce-checkout form .form-row.woocommerce-invalid label { color: var(--bb-danger-color); } - .woocommerce-checkout form .form-row .password-input .show-password-input { top: 9px; } - .woocommerce-checkout form #ship-to-different-address label { font-size: 16px; } - .woocommerce-checkout #payment { background-color: transparent; } - .woocommerce-checkout #payment ul.payment_methods { background-color: var(--bb-content-alternate-background-color); border-radius: var(--bb-block-radius-inner); border-bottom: 0; } - .woocommerce-checkout #payment div.payment_box { font-size: 13px; color: var(--bb-body-text-color); border-radius: var(--bb-block-radius-inner); } - .woocommerce-checkout #payment #place_order { background-color: var(--bb-primary-button-background-regular); color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); font-size: 14px; - font-weight: 400; + font-weight: normal; display: inline-block; padding-right: 2em; padding-left: 2em; height: 40px; } - .woocommerce-checkout #payment #place_order:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .woocommerce-checkout #payment #place_order:hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - .woocommerce-checkout #payment li.wc_payment_method input.input-radio { -webkit-appearance: none; -moz-appearance: none; @@ -3459,11 +3066,9 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { margin-left: 7px; outline: none; } - .woocommerce-checkout #payment li.wc_payment_method input.input-radio:checked { background-color: #fff; } - .woocommerce-checkout #payment li.wc_payment_method input.input-radio:checked::before { position: absolute; right: 2px; @@ -3475,20 +3080,16 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { background-color: var(--bb-primary-color); border-radius: 100%; } - .woocommerce-checkout .woocommerce-order-over { text-align: center; } - .woocommerce-checkout .woocommerce-order-over > p { font-size: 16px; color: var(--bb-alternate-text-color); } - .woocommerce-checkout .woocommerce-order-over h2.woocommerce-heading--success { margin-bottom: 5px; } - .woocommerce-checkout .woocommerce-order-over h2.woocommerce-heading--success i { color: var(--bb-success-color); padding: 0; @@ -3502,12 +3103,10 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { position: relative; bottom: 2px; } - .woocommerce-checkout .woocommerce-order-over h2.woocommerce-heading--success span { display: block; margin: 1em 0; } - .woocommerce-checkout .woocommerce-order-over h2.woocommerce-heading--success span i { color: var(--bb-success-color); border: 1px solid var(--bb-success-color); @@ -3518,12 +3117,10 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { height: 50px; line-height: 50px; } - .woocommerce-checkout ul.woocommerce-order-overview { display: inline-block; margin: 1em 0 2em; } - .woocommerce-checkout ul.woocommerce-order-overview li { float: none; padding-left: 1em; @@ -3533,7 +3130,6 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { display: inline-block; color: var(--bb-alternate-text-color); } - .woocommerce-checkout ul.woocommerce-order-overview li > span { display: block; font-weight: 500; @@ -3544,91 +3140,73 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { color: var(--bb-body-text-color); } @media (max-width: 800px) { - .woocommerce-checkout ul.woocommerce-order-overview { margin: 0.5em 0 1em; } - .woocommerce-checkout ul.woocommerce-order-overview li { display: block; text-align: center; margin-bottom: 20px; } } - .woocommerce-checkout .woocommerce-order-details-wrapper { background: var(--bb-content-background-color); border: 1px solid #eef0f3; border-radius: var(--bb-block-radius); padding: 20px; } - .woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-order-details p.order-again { text-align: left; } - .woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-order-details p.order-again a.button { padding: 8px 2em; } - .woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-order-details p.order-again a.button:hover { background-color: #0f74e0; color: #fff; } - .woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details { padding: 0 12px; } - .woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details h2.woocommerce-column__title { font-size: 17px; margin-bottom: 0.5rem; } - .woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-column h2.woocommerce-column__title { font-size: 17px; margin-bottom: 0.5rem; } @media (max-width: 992px) { - .woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-column { width: 100%; float: none; } - .woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-column.woocommerce-column--1 { margin-bottom: 30px; } } - .woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details address { border: 0; padding: 0; font-size: 14px; } - -.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details address .woocommerce-customer-details--phone::before, -.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details address .woocommerce-customer-details--email::before { +.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details address .woocommerce-customer-details--phone:before, +.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details address .woocommerce-customer-details--email:before { line-height: 2.15; } - .woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-customer-details--subcolumn { font-size: 14px; } - -.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-customer-details--subcolumn .woocommerce-customer-details--phone::before, -.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-customer-details--subcolumn .woocommerce-customer-details--email::before { +.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-customer-details--subcolumn .woocommerce-customer-details--phone:before, +.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-customer-details--subcolumn .woocommerce-customer-details--email:before { line-height: 2.15; } - .woocommerce-checkout table.shop_table.woocommerce-table--order-details td { vertical-align: top; } - .woocommerce-checkout .woocommerce-table--order-details { border: 0; } - .woocommerce-checkout .woocommerce-table--order-details th, .woocommerce-checkout .woocommerce-table--order-details td { padding-top: 8px; @@ -3637,174 +3215,142 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { border-bottom: 0; border-top: 1px solid var(--bb-content-border-color); } - .woocommerce-checkout .woocommerce-table--order-details th.product-total, .woocommerce-checkout .woocommerce-table--order-details td.product-total { width: 200px; color: inherit; text-align: left; } - .woocommerce-checkout .woocommerce-table--order-details td.product-total span.woocommerce-Price-amount { - font-weight: 700; + font-weight: bold; } @media (max-width: 1200px) { - .woocommerce-checkout .woocommerce-table--order-details td.product-total { width: auto; } } @media (max-width: 544px) { - .woocommerce-checkout .woocommerce-table--order-details th.product-total, .woocommerce-checkout .woocommerce-table--order-details td.product-total { text-align: left; } } - .woocommerce-checkout .woocommerce-table--order-details thead th { text-transform: uppercase; font-size: 14px; color: #939597; font-weight: 500; } - .woocommerce-checkout .woocommerce-table--order-details tfoot th, .woocommerce-checkout .woocommerce-table--order-details tfoot td { - font-weight: 400; + font-weight: normal; } - .woocommerce-checkout .woocommerce-table--order-details.order_details_items thead tr:first-child th, .woocommerce-checkout .woocommerce-table--order-details.order_details_items thead tr:first-child td { border-top: 0; } @media (max-width: 544px) { - .woocommerce-checkout .woocommerce-table--order-details.order_details_items thead tr:first-child th.product-thumb { display: none; } } - .woocommerce-checkout .woocommerce-table--order-details.order_details_items tbody tr:last-child th, .woocommerce-checkout .woocommerce-table--order-details.order_details_items tbody tr:last-child td { border-bottom: 1px solid var(--bb-content-border-color); } - .woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-name a { color: var(--bb-headings-color); font-weight: 500; } - .woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-name a:hover { color: var(--bb-primary-color); } - .woocommerce-checkout .woocommerce-table--order-details.order_details_items tr.product-purchase-note td { padding-top: 8px; } - .woocommerce-checkout .woocommerce-table--order-details.order_details_items td:not(.product-thumb) { padding-top: 20px; } - .woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-thumb { width: 120px; } - .woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-thumb img { max-width: 100px; } @media (max-width: 992px) { - .woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-thumb { width: 80px; } - .woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-thumb img { max-width: 70px; } } @media (max-width: 544px) { - .woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-thumb { display: none; } } - .woocommerce-checkout .woocommerce-table--order-details.order_details_items .bb_sku_wrapper { display: block; color: #939597; font-size: 13px; line-height: 1; } - .woocommerce-checkout .woocommerce-table--order-details.order_details_total { width: 70%; float: left; } - .woocommerce-checkout .woocommerce-table--order-details.order_details_total th, .woocommerce-checkout .woocommerce-table--order-details.order_details_total td { border-top: 0; border-bottom: 0; padding-top: 6px; padding-bottom: 6px; - font-weight: 400; + font-weight: normal; } - .woocommerce-checkout .woocommerce-table--order-details.order_details_total th { text-transform: uppercase; } - .woocommerce-checkout .woocommerce-table--order-details.order_details_total tfoot td:last-child { width: 200px; color: inherit; text-align: left; } - .woocommerce-checkout .woocommerce-table--order-details.order_details_total tfoot tr:last-child th, .woocommerce-checkout .woocommerce-table--order-details.order_details_total tfoot tr:last-child td { - font-weight: 700; + font-weight: bold; color: inherit; } @media (max-width: 800px) { - .woocommerce-checkout .woocommerce-table--order-details.order_details_total tfoot td:last-child { text-align: left; } } @media (max-width: 992px) { - .woocommerce-checkout .woocommerce-table--order-details.order_details_total { width: 100%; float: none; } - .woocommerce-checkout .woocommerce-table--order-details.order_details_total th, .woocommerce-checkout .woocommerce-table--order-details.order_details_total td { padding-top: 4px; padding-bottom: 4px; } } - .woocommerce-checkout .woocommerce-table--order-details.order_details_note { clear: both; } - .woocommerce-checkout .woocommerce-table--order-details.order_details_note th { color: var(--bb-body-text-color); } - .woocommerce-checkout .woocommerce-order-end { text-align: center; - margin: 2rem 0; + margin: 2rem 0rem; padding: 0 3rem; } - .woocommerce-checkout .woocommerce-order-end h3 { margin-bottom: 5px; } - .woocommerce-checkout .woocommerce-order-end p { font-size: 14px; color: var(--bb-alternate-text-color); @@ -3818,8 +3364,7 @@ form.woocommerce-checkout input[type="checkbox"] { position: absolute; opacity: 0; } - -form.woocommerce-checkout input[type="checkbox"] + span::before { +form.woocommerce-checkout input[type="checkbox"] + span:before { content: ""; margin-left: 10px; display: inline-block; @@ -3831,14 +3376,13 @@ form.woocommerce-checkout input[type="checkbox"] + span::before { border: 1px solid var(--bb-primary-color); box-shadow: none; } - -form.woocommerce-checkout input[type="checkbox"]:checked + span::before { +form.woocommerce-checkout input[type="checkbox"]:checked + span:before { background-color: var(--bb-primary-color); border-color: var(--bb-primary-color); content: "\e876"; font-family: bb-icons; font-style: normal; - font-weight: 400; + font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; @@ -3858,13 +3402,11 @@ form.woocommerce-checkout input[type="checkbox"]:checked + span::before { display: -ms-flexbox !important; display: flex !important; } - .woocommerce-checkout .payment_method_stripe #stripe-payment-data .form-row { margin-bottom: 0 !important; width: 100%; } - -.woocommerce-checkout .payment_method_stripe #stripe-payment-data #wc-stripe-new-payment-method + label::before { +.woocommerce-checkout .payment_method_stripe #stripe-payment-data #wc-stripe-new-payment-method + label:before { content: ""; margin-left: 10px; display: inline-block; @@ -3880,14 +3422,13 @@ form.woocommerce-checkout input[type="checkbox"]:checked + span::before { max-width: 20px; min-width: 20px; } - -.woocommerce-checkout .payment_method_stripe #stripe-payment-data #wc-stripe-new-payment-method:checked + label::before { +.woocommerce-checkout .payment_method_stripe #stripe-payment-data #wc-stripe-new-payment-method:checked + label:before { background-color: var(--bb-primary-color); border-color: var(--bb-primary-color); content: "\e876"; font-family: bb-icons; font-style: normal; - font-weight: 400; + font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; @@ -3901,12 +3442,10 @@ form.woocommerce-checkout input[type="checkbox"]:checked + span::before { -moz-osx-font-smoothing: grayscale; box-shadow: none; } - .woocommerce-checkout .payment_method_stripe #stripe-payment-data .stripe-source-errors .wc-stripe-error li { line-height: 1.4; } - -.woocommerce-checkout .payment_method_stripe #stripe-payment-data .stripe-source-errors .wc-stripe-error::before { +.woocommerce-checkout .payment_method_stripe #stripe-payment-data .stripe-source-errors .wc-stripe-error:before { color: #fff; } @@ -3914,8 +3453,7 @@ input[type="checkbox"]#wp-comment-cookies-consent { position: absolute; opacity: 0; } - -input[type="checkbox"]#wp-comment-cookies-consent + label::before { +input[type="checkbox"]#wp-comment-cookies-consent + label:before { content: ""; margin-left: 10px; display: inline-block; @@ -3927,14 +3465,13 @@ input[type="checkbox"]#wp-comment-cookies-consent + label::before { border: 1px solid #c9cbca; box-shadow: none; } - -input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { +input[type="checkbox"]#wp-comment-cookies-consent:checked + label:before { background-color: var(--bb-primary-color); border-color: var(--bb-primary-color); content: "\e876"; font-family: bb-icons; font-style: normal; - font-weight: 400; + font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; @@ -3957,44 +3494,36 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { margin-bottom: 1em; font-size: 14px; } - .woocommerce form.checkout_coupon .form-row-first { width: -webkit-calc(100% - 150px); width: calc(100% - 150px); padding-left: 15px; } - .woocommerce form.checkout_coupon .form-row-last { width: 150px; } - .woocommerce form.checkout_coupon .form-row-last button.button { width: 100%; } @media (max-width: 800px) { - .woocommerce form.checkout_coupon > p { margin-bottom: 5px; line-height: 150%; } - .woocommerce form.checkout_coupon .form-row-first { padding-left: 0; } } @media (max-width: 992px) { - .woocommerce-checkout.has-sidebar form.checkout_coupon .form-row-first { padding-left: 0; } - .woocommerce-checkout.has-sidebar form.checkout_coupon > p { margin-bottom: 5px; line-height: 150%; } } - .woocommerce-form-coupon-toggle .woocommerce-info { font-size: 14px; color: var(--bb-body-text-color); @@ -4015,11 +3544,9 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { } @media (max-width: 1200px) { - body.woocommerce-checkout.has-sidebar .woocommerce .woocommerce-order ul.woocommerce-order-overview { margin: 0.5em 0 1em; } - body.woocommerce-checkout.has-sidebar .woocommerce .woocommerce-order ul.woocommerce-order-overview li { display: block; text-align: center; @@ -4027,25 +3554,21 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { } } @media (max-width: 1200px) { - .woocommerce-checkout.has-sidebar .woocommerce form.checkout .bb-wc-co { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } - .woocommerce-checkout.has-sidebar .woocommerce form.checkout .bb-wc-co .bb-wc-col { width: 100%; } } @media (max-width: 992px) { - .woocommerce-checkout.has-sidebar .woocommerce form.checkout .bb-wc-co .bb-wc-col .bb-order-review table.shop_table tfoot th:first-child { padding-right: 0; } } - .elementor-widget-container .woocommerce-checkout .bb-wc-co > .bb-wc-col { width: 100%; display: -webkit-box; @@ -4053,7 +3576,6 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { display: flex; padding: 0; } - .elementor-widget-container .woocommerce-checkout .bb-wc-co > .bb-wc-col .e-checkout__container, .elementor-widget-container .woocommerce-checkout .bb-wc-co > .bb-wc-col .bb-wc-col { width: 50%; @@ -4068,7 +3590,6 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { -ms-flex-direction: column; flex-direction: column; } - .e-checkout-layout-one-column .elementor-widget-container .woocommerce-checkout .bb-wc-co > .bb-wc-col .e-checkout__container, .e-checkout-layout-one-column .elementor-widget-container .woocommerce-checkout .bb-wc-co > .bb-wc-col .bb-wc-col { width: 100%; @@ -4093,12 +3614,10 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { -ms-flex-pack: center; justify-content: center; } - .mfp-content .bs_checkout_coupon ul.woocommerce-error, .mfp-content .bs_checkout_coupon div.woocommerce-message { width: 100%; } - .mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form { display: -webkit-box !important; display: -ms-flexbox !important; @@ -4107,30 +3626,25 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { min-height: 50px !important; width: 100%; } - .mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form p.form-row-first { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin-bottom: 0; } - .mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form p.form-row-last { width: auto; margin-right: 15px; margin-bottom: 0; } - .mfp-content .bs_checkout_coupon button { color: var(--bb-alternate-text-color); } - .mfp-content .bs_checkout_coupon button:hover { color: var(--bb-headings-color); background-color: transparent; } @media (max-width: 544px) { - .mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -4138,49 +3652,49 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { flex-direction: column; min-height: 92px !important; } - .mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form p { width: 100%; } - .mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form p.form-row-last { margin-right: 0; text-align: center; } } +fieldset.wc-upe-form.wc-payment-form, +.payment_method_stripe > fieldset { + border-radius: 4px; + margin-top: 1rem; + margin-bottom: 1rem; + padding: 1rem; +} + .woocommerce .woocommerce-MyAccount-navigation { min-width: 230px; float: none; width: 230px; } - .woocommerce .woocommerce-MyAccount-navigation ul { margin: 0; } - .woocommerce .woocommerce-MyAccount-navigation ul li { display: block; } - .woocommerce .woocommerce-MyAccount-navigation ul li a { display: block; padding: 9px 15px; font-size: 14px; color: var(--bb-headings-color); } - .woocommerce .woocommerce-MyAccount-navigation ul li a.is-active { color: var(--bb-primary-color); background-color: var(--bb-body-background-color); } - .woocommerce .woocommerce-MyAccount-navigation ul li a:hover { color: var(--bb-primary-color); background-color: var(--bb-content-alternate-background-color); } - -.woocommerce .woocommerce-MyAccount-navigation ul li a::before { +.woocommerce .woocommerce-MyAccount-navigation ul li a:before { font-size: 20px; text-rendering: auto; -webkit-font-smoothing: antialiased; @@ -4188,59 +3702,46 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { margin-left: 15px; vertical-align: middle; } - .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a { color: var(--bb-primary-color); background-color: var(--bb-content-alternate-background-color); } - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before { +.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before { content: "\ee74"; } - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before { +.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before { content: "\eec3"; } - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before { +.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before { content: "\e889"; } - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::before { +.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before { content: "\ee42"; } - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before { +.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before { content: "\eed1"; } - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before { +.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before { content: "\ee27"; } - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before { +.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before { content: "\eefd"; } - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--become-a-vendor a::before { +.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--become-a-vendor a:before { content: "\ef52"; } - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--giftcards a::before { +.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--giftcards a:before { content: "\eea9"; } @media (min-width: 800px) { - .woocommerce .woocommerce-MyAccount-navigation ul.woocommerce-MyAccount-menu { display: block !important; } } - .woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading { padding: 15px; text-transform: uppercase; } - .woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading h5 { margin-bottom: 0; font-size: 14px; @@ -4251,17 +3752,14 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { -ms-flex-align: center; align-items: center; } - .woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading h5 a.push-my-account-nav { margin-right: auto; color: #939597; display: none; } - .woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading h5 a.push-my-account-nav:hover { color: var(--bb-primary-color); } - .woocommerce .woocommerce-MyAccount-content { -webkit-box-flex: 1; -ms-flex: 1; @@ -4271,7 +3769,6 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { width: auto; padding: 30px; } - .woocommerce .woocommerce-MyAccount-content input[type="submit"][name="apply_for_vendor_submit"] { border-radius: 100px; padding: 10px 20px; @@ -4286,27 +3783,22 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { color: #fff; background-color: var(--bb-headings-color); } - .woocommerce .woocommerce-MyAccount-content .MyAccount-content--dashboard p { font-size: 14px; } - .woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content { padding: 20px 0; } - .woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content .woocommerce-address-fields { width: 70%; margin: 2em auto; } @media (max-width: 1200px) { - .woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content .woocommerce-address-fields { width: 90%; } } @media (max-width: 992px) { - .woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content .woocommerce-address-fields .form-row.form-row-last, .woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content .woocommerce-address-fields .form-row.form-row-first { width: 100%; @@ -4314,149 +3806,121 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { } } @media screen and (max-width: 860px) and (min-width: 800px) { - .woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content { padding: 20px 0; } } - .woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields { width: 70%; margin: 2em auto; } - .woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields fieldset { border: 0; padding: 1.5rem 0 1rem; margin-top: 3rem; margin-bottom: 0; } - .woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields legend { font-weight: 500; font-size: 16px; color: var(--bb-headings-color); } @media (max-width: 1200px) { - .woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields { width: 90%; } } @media (max-width: 992px) { - .woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields .form-row.form-row-last, .woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields .form-row.form-row-first { width: 100%; float: none; } } - .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses { font-size: 14px; padding: 0; } - .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h3 { text-transform: uppercase; font-size: 14px; margin-bottom: 0.2rem; } - .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses address { line-height: 21px; margin-bottom: 1em; } @media (max-width: 992px) { - .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address { float: none; width: 100%; } - .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address.col-1 { padding-bottom: 30px; } } - .woocommerce .woocommerce-MyAccount-content form .form-row { margin-bottom: 1.3em; } - .woocommerce .woocommerce-MyAccount-content form .form-row .required { color: var(--bb-danger-color); text-decoration: none; } - .woocommerce .woocommerce-MyAccount-content form .form-row label { font-size: 14px; } - .woocommerce .woocommerce-MyAccount-content form .form-row input, .woocommerce .woocommerce-MyAccount-content form .form-row textarea, .woocommerce .woocommerce-MyAccount-content form .form-row select { font-size: 14px; } - .woocommerce .woocommerce-MyAccount-content form .form-row .select2-container .select2-selection--single, .woocommerce .woocommerce-MyAccount-content form .form-row .select2-container .select2-results { font-size: 14px; } - .woocommerce .woocommerce-MyAccount-content form .form-row span.select2-selection.select2-selection--single { outline: none; } - .woocommerce .woocommerce-MyAccount-content form .form-row span > em { font-size: 14px; font-style: normal; color: var(--bb-alternate-text-color); } - .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__ctrls-wrapper, .woocommerce .woocommerce-MyAccount-content form .woocommerce-account-fields__ctrls-wrapper { text-align: left; } - .woocommerce .woocommerce-MyAccount-content form .password-input .show-password-input { top: 0.4em; } - -.woocommerce .woocommerce-MyAccount-content form .password-input .show-password-input::after { +.woocommerce .woocommerce-MyAccount-content form .password-input .show-password-input:after { content: "\ee69"; font-family: bb-icons; font-size: 18px; } - -.woocommerce .woocommerce-MyAccount-content form .password-input .show-password-input.display-password::after { +.woocommerce .woocommerce-MyAccount-content form .password-input .show-password-input.display-password:after { content: "\ee6a"; font-family: bb-icons; color: inherit; } - .woocommerce .wc-MyAccount-sub-heading { padding: 0 0 10px; border-bottom: 1px solid var(--bb-content-border-color); } - .woocommerce .wc-MyAccount-sub-heading h2 { margin-bottom: 10px; } - .woocommerce .wc-MyAccount-sub-heading h2 strong { - font-weight: 400; + font-weight: normal; } - .woocommerce .wc-MyAccount-sub-heading p { font-size: 14px; margin-bottom: 0; color: var(--bb-alternate-text-color); } - .woocommerce table.my_account_orders { border: 0; } - .woocommerce table.my_account_orders th, .woocommerce table.my_account_orders td { padding-top: 8px; @@ -4464,28 +3928,23 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { font-size: 13px; border-bottom: 0; } - .woocommerce table.my_account_orders thead th { text-transform: uppercase; font-size: 12px; font-weight: 500; } - .woocommerce table.my_account_orders tbody td { border-top: 1px solid var(--bb-content-border-color); color: var(--bb-alternate-text-color); } - .woocommerce table.my_account_orders tbody td.woocommerce-orders-table__cell-order-actions { width: 95px; } @media (max-width: 800px) { - .woocommerce table.my_account_orders tbody td.woocommerce-orders-table__cell-order-actions { width: auto; } } - .woocommerce table.my_account_orders tbody td a.button { min-height: auto; padding: 5px 1.2em; @@ -4496,34 +3955,27 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { width: 100%; } @media (max-width: 800px) { - .woocommerce table.my_account_orders tbody td a.button { width: auto; } } - .woocommerce table.my_account_orders tbody td.woocommerce-orders-table__cell-order-number a { color: var(--bb-headings-color); } - .woocommerce table.my_account_orders tbody td.woocommerce-orders-table__cell-order-number a:hover { color: var(--bb-primary-color); } @media (max-width: 800px) { - .woocommerce table.my_account_orders tbody tr:nth-child(even) td { background-color: var(--bb-body-background-color); } - .woocommerce table.my_account_orders tbody tr.woocommerce-orders-table__row { margin-bottom: 30px; } - .woocommerce table.my_account_orders tbody tr:last-child { margin-bottom: 0; } } - .woocommerce table.my_account_orders.account-orders-table-dashboard tbody td a.button { padding: 6px 15px; display: block; @@ -4531,21 +3983,18 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { margin-bottom: 10px; } @media (max-width: 1200px) { - .woocommerce table.my_account_orders.account-orders-table-dashboard tbody td a.button { width: 100%; max-width: 100%; } } @media (max-width: 800px) { - .woocommerce table.my_account_orders.account-orders-table-dashboard tbody td a.button { display: inline-block; margin-right: 0; margin-left: 5px; } } - .woocommerce .bsMyAccount { display: -webkit-box; display: -ms-flexbox; @@ -4556,64 +4005,52 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { margin-bottom: 30px; } @media (max-width: 800px) { - .woocommerce .bsMyAccount { margin-bottom: 0; } } @media (max-width: 1200px) { - .woocommerce-account.has-sidebar .woocommerce .bsMyAccount { margin-bottom: 0; } } - .woocommerce .wc-MyAccount-fix-center { width: 60%; margin: 2em auto; text-align: center; } - .woocommerce .wc-MyAccount-fix-center.woocommerce-info { border: 0; padding: 0; } - -.woocommerce .wc-MyAccount-fix-center.woocommerce-info::before { +.woocommerce .wc-MyAccount-fix-center.woocommerce-info:before { display: none; } - .woocommerce .wc-MyAccount-fix-center.woocommerce-info .button { float: none; padding: 1em 3em; font-weight: 500; margin: 0 auto; } - .woocommerce .wc-MyAccount-fix-center .wc-MyAccount-sub-tagline { font-size: 22px; margin-bottom: 25px; } - .woocommerce .wc-MyAccount-fix-center .wc-MyAccount-sub-icon { margin-bottom: 25px; } - .woocommerce .wc-MyAccount-fix-center .wc-MyAccount-sub-icon img { max-width: 60px; } @media (max-width: 992px) { - .woocommerce .wc-MyAccount-fix-center { width: 85%; } } - .woocommerce #customer_login, .woocommerce .bb_customer_login { padding: 3rem; } - .woocommerce #customer_login form.login, .woocommerce #customer_login form.register, .woocommerce .bb_customer_login form.login, @@ -4622,14 +4059,12 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { padding: 10px 0; font-size: 14px; } - .woocommerce #customer_login form.login label, .woocommerce #customer_login form.register label, .woocommerce .bb_customer_login form.login label, .woocommerce .bb_customer_login form.register label { font-size: 14px; } - .woocommerce #customer_login form.login input, .woocommerce #customer_login form.login textarea, .woocommerce #customer_login form.login select, @@ -4644,7 +4079,6 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { .woocommerce .bb_customer_login form.register select { font-size: 14px; } - .woocommerce #customer_login .woocommerce-LostPassword, .woocommerce .bb_customer_login .woocommerce-LostPassword { display: -webkit-box; @@ -4654,13 +4088,11 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { -ms-flex-align: center; align-items: center; } - .woocommerce #customer_login .woocommerce-LostPassword label.woocommerce-form__label, .woocommerce .bb_customer_login .woocommerce-LostPassword label.woocommerce-form__label { margin-left: auto; } @media (max-width: 544px) { - .woocommerce #customer_login .woocommerce-LostPassword, .woocommerce .bb_customer_login .woocommerce-LostPassword { -webkit-box-orient: vertical; @@ -4668,7 +4100,6 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { -ms-flex-direction: column; flex-direction: column; } - .woocommerce #customer_login .woocommerce-LostPassword label.woocommerce-form__label, .woocommerce .bb_customer_login .woocommerce-LostPassword label.woocommerce-form__label { margin-left: auto; @@ -4676,14 +4107,12 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { margin-bottom: 15px; } } - .woocommerce #customer_login .woocommerce-LoginBtn, .woocommerce #customer_login .woocommerce-RegisterBtn, .woocommerce .bb_customer_login .woocommerce-LoginBtn, .woocommerce .bb_customer_login .woocommerce-RegisterBtn { text-align: left; } - .woocommerce #customer_login .woocommerce-LoginBtn button.button, .woocommerce #customer_login .woocommerce-RegisterBtn button.button, .woocommerce .bb_customer_login .woocommerce-LoginBtn button.button, @@ -4692,7 +4121,6 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { padding-left: 3em; } @media (max-width: 544px) { - .woocommerce #customer_login .woocommerce-LoginBtn, .woocommerce #customer_login .woocommerce-RegisterBtn, .woocommerce .bb_customer_login .woocommerce-LoginBtn, @@ -4700,40 +4128,33 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { text-align: center; } } - .woocommerce #customer_login.col2-set .col-1, .woocommerce #customer_login.col2-set .col-2, .woocommerce .bb_customer_login.col2-set .col-1, .woocommerce .bb_customer_login.col2-set .col-2 { padding: 0 20px; } - .woocommerce #customer_login.col2-set .col-1 .bb_customer_login, .woocommerce #customer_login.col2-set .col-2 .bb_customer_login, .woocommerce .bb_customer_login.col2-set .col-1 .bb_customer_login, .woocommerce .bb_customer_login.col2-set .col-2 .bb_customer_login { padding: 0; } - .woocommerce .woocommerce-MyAccount-content .bb_customer_login { width: 50%; margin: 0 auto; padding: 3rem; } - .woocommerce .woocommerce-MyAccount-content .bb_customer_login > h2 { display: none; } @media (max-width: 1200px) { - .has-sidebar .woocommerce .woocommerce-MyAccount-content .bb_customer_login { width: 80%; } } @media (max-width: 992px) { - .woocommerce .woocommerce-MyAccount-content .bb_customer_login { width: 80%; } - .has-sidebar .woocommerce .woocommerce-MyAccount-content .bb_customer_login { width: 95%; padding-right: 1rem; @@ -4741,60 +4162,49 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { } } @media (max-width: 544px) { - .woocommerce .woocommerce-MyAccount-content .bb_customer_login { width: 90%; padding-right: 1rem; padding-left: 1rem; } } - .woocommerce .wc-LostPassword { padding: 3rem; width: 50%; margin: 0 auto; } - .woocommerce .wc-LostPassword .bs_woocommerce_reset_message { font-size: 14px; color: #939597; margin-bottom: 1rem; line-height: 1.3rem; } - .woocommerce .wc-LostPassword .bs_woocommerce_reset_ctrls { text-align: left; } @media (max-width: 800px) { - .woocommerce .wc-LostPassword { width: 80%; } } @media (max-width: 544px) { - .woocommerce .wc-LostPassword { width: 100%; } } - .woocommerce section.woocommerce-order-details p.order-again { text-align: left; } - .woocommerce section.woocommerce-order-details p.order-again a.button { padding: 8px 2em; } - .woocommerce section.woocommerce-order-details p.order-again a.button:hover { background-color: #0f74e0; color: #fff; } - .woocommerce .woocommerce-table--order-details { border: 0; } - .woocommerce .woocommerce-table--order-details th, .woocommerce .woocommerce-table--order-details td { padding-top: 8px; @@ -4804,108 +4214,88 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { vertical-align: top; border-top: 1px solid var(--bb-content-border-color); } - .woocommerce .woocommerce-table--order-details thead th { text-transform: uppercase; font-size: 14px; color: var(--bb-alternate-text-color); font-weight: 500; } - .woocommerce .woocommerce-table--order-details tfoot th, .woocommerce .woocommerce-table--order-details tfoot td { - font-weight: 400; + font-weight: normal; } - .woocommerce .order_details_items thead tr:first-child th, .woocommerce .order_details_items thead tr:first-child td { border-top: 0; } @media (max-width: 544px) { - .woocommerce .order_details_items thead tr:first-child th.product-thumb { display: none; } } - .woocommerce .order_details_items tbody tr:last-child th, .woocommerce .order_details_items tbody tr:last-child td { border-bottom: 1px solid var(--bb-content-border-color); border-radius: 0; } - .woocommerce .order_details_items td.product-name a { color: var(--bb-headings-color); font-weight: 500; } - .woocommerce .order_details_items td.product-name a:hover { color: var(--bb-primary-color); } - .woocommerce .order_details_items th.product-total, .woocommerce .order_details_items td.product-total { width: 190px; text-align: left; } - .woocommerce .order_details_items th.product-total span.woocommerce-Price-amount, .woocommerce .order_details_items td.product-total span.woocommerce-Price-amount { - font-weight: 700; + font-weight: bold; } @media (max-width: 544px) { - .woocommerce .order_details_items th.product-total, .woocommerce .order_details_items td.product-total { text-align: left; } } @media (max-width: 1200px) { - .woocommerce .order_details_items td.product-total { width: auto; } } - .woocommerce .order_details_items tr.product-purchase-note td { padding-top: 8px; } - .woocommerce .order_details_items td:not(.product-thumb) { padding-top: 15px; padding-bottom: 15px; } - .woocommerce .order_details_items td.product-thumb { width: 120px; } - .woocommerce .order_details_items td.product-thumb img { max-width: 100px; } @media (max-width: 992px) { - .woocommerce .order_details_items td.product-thumb { width: 90px; } - .woocommerce .order_details_items td.product-thumb img { max-width: 80px; } } - .woocommerce .order_details_items .bb_sku_wrapper { display: block; color: var(--bb-alternate-text-color); font-size: 13px; line-height: 1; } - .woocommerce table.order_details_total { width: 70%; float: left; } - .woocommerce table.order_details_total tfoot th, .woocommerce table.order_details_total tfoot td { border-top: 0; @@ -4913,218 +4303,177 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { padding-top: 4px; padding-bottom: 4px; color: var(--bb-alternate-text-color); - font-weight: 400; + font-weight: normal; } - .woocommerce table.order_details_total th { text-transform: uppercase; } - .woocommerce table.order_details_total tfoot td:last-child { width: 190px; color: var(--bb-body-text-color); text-align: left; } @media (max-width: 800px) { - .woocommerce table.order_details_total tfoot td:last-child { text-align: left; } } - .woocommerce table.order_details_total tfoot tr:last-child th, .woocommerce table.order_details_total tfoot tr:last-child td { color: var(--bb-body-text-color); - font-weight: 700; + font-weight: bold; } @media (max-width: 992px) { - .woocommerce table.order_details_total { width: 100%; float: none; } - .woocommerce table.order_details_total th, .woocommerce table.order_details_total td { padding-top: 4px; padding-bottom: 4px; } } - .woocommerce .order_details_note { clear: both; } - .woocommerce .order_details_note th { color: var(--bb-body-text-color); } - .woocommerce section.woocommerce-customer-details { padding: 0 12px; } - .woocommerce section.woocommerce-customer-details h2.woocommerce-column__title { font-size: 17px; margin-bottom: 0.5rem; } - .woocommerce section.woocommerce-customer-details .woocommerce-column h2.woocommerce-column__title { font-size: 17px; margin-bottom: 0.5rem; } - .woocommerce section.woocommerce-customer-details .woocommerce-column.woocommerce-column--1 { width: 64%; } - .woocommerce section.woocommerce-customer-details .woocommerce-column.woocommerce-column--2 { width: 32%; } @media (max-width: 992px) { - .woocommerce section.woocommerce-customer-details .woocommerce-column, .woocommerce section.woocommerce-customer-details .woocommerce-column.woocommerce-column--1, .woocommerce section.woocommerce-customer-details .woocommerce-column.woocommerce-column--2 { width: 100%; float: none; } - .woocommerce section.woocommerce-customer-details .woocommerce-column.woocommerce-column--1 { margin-bottom: 30px; } } - .woocommerce section.woocommerce-customer-details address { border: 0; padding: 0; font-size: 14px; } - -.woocommerce section.woocommerce-customer-details address .woocommerce-customer-details--phone::before, -.woocommerce section.woocommerce-customer-details address .woocommerce-customer-details--email::before { +.woocommerce section.woocommerce-customer-details address .woocommerce-customer-details--phone:before, +.woocommerce section.woocommerce-customer-details address .woocommerce-customer-details--email:before { line-height: 2.15; } - .woocommerce section.woocommerce-customer-details .woocommerce-customer-details--subcolumn { font-size: 14px; } - -.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--subcolumn .woocommerce-customer-details--phone::before, -.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--subcolumn .woocommerce-customer-details--email::before { +.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--subcolumn .woocommerce-customer-details--phone:before, +.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--subcolumn .woocommerce-customer-details--email:before { line-height: 2.15; } - .woocommerce section.woocommerce-customer-details .woocommerce-customer-details--billwrap { display: -webkit-box; display: -ms-flexbox; display: flex; } - .woocommerce section.woocommerce-customer-details .woocommerce-customer-details--billwrap .woocommerce-customer-details--maincolumn { margin-left: 50px; } @media (max-width: 1200px) { - .woocommerce section.woocommerce-customer-details .woocommerce-customer-details--billwrap .woocommerce-customer-details--maincolumn { margin-left: 25px; } } @media (max-width: 992px) { - .woocommerce section.woocommerce-customer-details .woocommerce-customer-details--billwrap { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } - .woocommerce section.woocommerce-customer-details .woocommerce-customer-details--billwrap .woocommerce-customer-details--maincolumn { margin-left: 0; } } - .woocommerce mark { background-color: var(--bb-body-background-color); color: var(--bb-body-text-color); } @media (max-width: 800px) { - .woocommerce .bsMyAccount { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } - .woocommerce .woocommerce-MyAccount-navigation { width: 100%; } - .woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading h5 a.push-my-account-nav { display: block; } - .woocommerce .woocommerce-MyAccount-navigation ul.woocommerce-MyAccount-menu { display: none; } - .woocommerce .woocommerce-MyAccount-content { border-right: 0; } } - .woocommerce .bsMyAccount--dashboard .wc-MyAccount-inner-content { padding-bottom: 10px; } - .woocommerce .bsMyAccount--dashboard .wc-MyAccount-sub-heading { border-bottom: 0; padding-bottom: 0; } - .woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block { background-color: var(--bb-content-background-color); } - .woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .wc-MyAccount-sub-heading { border-bottom: 1px solid var(--bb-content-border-color); padding-top: 10px; padding-bottom: 5px; } - .woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .wc-MyAccount-sub-heading h2 { text-transform: uppercase; font-size: 14px; margin-bottom: 0; } - .woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .my_account_orders { margin-bottom: 0; } - .woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields { width: 100%; margin: 0; } - .woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0 -10px; } - .woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split .wcf-col { width: 50%; margin: 0 10px; } - .woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split fieldset { margin: 0; padding: 0; } @media (max-width: 1200px) { - .woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -5132,13 +4481,11 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { flex-direction: column; margin: 0; } - .woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split .wcf-col { width: 100%; margin: 0; } } - .woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .col2-set { display: -webkit-box; display: -ms-flexbox; @@ -5146,12 +4493,10 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { margin: 20px 0; padding: 0; } - -.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .col2-set::before, .woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .col2-set::after { +.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .col2-set:before, .woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .col2-set:after { display: none; } @media (max-width: 992px) { - .woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .col2-set { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -5160,40 +4505,32 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { } } @media (max-width: 992px) { - .woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .woocommerce-Address { width: 100%; } - .woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .woocommerce-Address.col-1 { margin-left: 0; margin-bottom: 20px; } - .woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .woocommerce-Address.col-2 { margin-right: 0; } } - .woocommerce .bsMyAccount--dashboard .woocommerce-Address { width: 50%; margin: 0; float: none; background-color: var(--bb-content-background-color); } - .woocommerce .bsMyAccount--dashboard .woocommerce-Address address { padding: 20px; } - .woocommerce .bsMyAccount--dashboard .woocommerce-Address.col-1 { margin-left: 10px; } - .woocommerce .bsMyAccount--dashboard .woocommerce-Address.col-2 { margin-right: 10px; } - .woocommerce .bsMyAccount--dashboard .woocommerce-Address-title { border-bottom: 1px solid #eef0f3; padding: 10px 20px 5px; @@ -5204,42 +4541,34 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { -ms-flex-align: center; align-items: center; } - .woocommerce .bsMyAccount--dashboard .woocommerce-Address-title h3 { text-transform: uppercase; font-size: 14px; margin-bottom: 0; font-weight: 500; } - .woocommerce .bsMyAccount--dashboard .woocommerce-Address-title a.edit { margin-right: auto; } - .woocommerce .bsMyAccount--dashboard-inner .shop_table.order_details .order_item:last-child > td, .woocommerce .bsMyAccount--dashboard-inner .shop_table.order_details .order_item:first-child:last-child > td { border: 0; } - .woocommerce .bsMyAccount--dashboard-inner .shop_table.order_details .order_item .product-name .product-quantity { margin-left: 10px; } - .woocommerce .bsMyAccount--dashboard-inner tfoot tr:first-child td, .woocommerce .bsMyAccount--dashboard-inner tfoot tr:first-child th { border-bottom: 0; } - .woocommerce .bsMyAccount--dashboard-inner table.subscription_details tr:last-child td:first-child, .woocommerce .bsMyAccount--dashboard-inner table.order_details tr:last-child td:first-child { border-bottom-right-radius: 0; } - .woocommerce .bsMyAccount--dashboard-inner table.subscription_details tr:last-child td:last-child, .woocommerce .bsMyAccount--dashboard-inner table.order_details tr:last-child td:last-child { border-bottom-left-radius: 0; } @media (max-width: 800px) { - .woocommerce .bsMyAccount.bsMyAccount--dashboard .MyAccount-content--dashboard > .wc-MyAccount-inner-content { padding-right: 0; padding-left: 0; @@ -5247,7 +4576,6 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { } @media (max-width: 1200px) { - .logged-in.woocommerce-account.has-sidebar .widget-area:not(.widget-area-secondary) { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -5260,45 +4588,37 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { } } @media (max-width: 800px) { - .woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb, .woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb { text-align: center !important; width: 100%; } - .woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb img, .woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb img { max-width: 100px; width: 100px; } - - .woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb::before, - .woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb::before { + .woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb:before, + .woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb:before { display: none; } - .woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr:nth-child(2n) td, .woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr:nth-child(2n) td { background-color: #fff; } - .woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items tbody tr:last-child td, .woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tbody tr:last-child td { border-bottom: 0; } - .woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr.woocommerce-table__line-item, .woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr.woocommerce-table__line-item { margin-bottom: 30px; } - .woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr.woocommerce-table__product-purchase-note, .woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr.woocommerce-table__product-purchase-note { position: relative; bottom: 30px; } - .woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr td.woocommerce-table__product-thumb, .woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr td.woocommerce-table__product-thumb { border-top: 0; @@ -5315,17 +4635,15 @@ body.woocommerce-account:not(.llms-pointer) header.entry-header { font-size: 14px; } -.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--members-area a::before { +.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--members-area a:before { font-family: bb-icons; content: "\eed4"; } - -.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--subscriptions a::before { +.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--subscriptions a:before { font-family: bb-icons; content: "\ef04"; } - -.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--wc-smart-coupons a::before { +.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--wc-smart-coupons a:before { font-family: bb-icons; content: "\e976"; } diff --git a/web/app/themes/buddyboss-theme/assets/css-rtl/woocommerce.min.css b/web/app/themes/buddyboss-theme/assets/css-rtl/woocommerce.min.css index 7645f88a..198fe727 100644 --- a/web/app/themes/buddyboss-theme/assets/css-rtl/woocommerce.min.css +++ b/web/app/themes/buddyboss-theme/assets/css-rtl/woocommerce.min.css @@ -1,1651 +1 @@ -.woocommerce .woocommerce-result-count{font-size:14px;margin:.5em 0;margin-left:auto;color:var(--bb-alternate-text-color)} - -.woocommerce form.woocommerce-ordering select::-ms-expand{display:none} - -.woocommerce form.woocommerce-ordering select{font-size:14px;height:36px;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:0} - -.woocommerce ul.products:not(.elementor-grid){-webkit-column-count:auto;column-count:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap} - -.woocommerce ul.products:not(.elementor-grid).columns-4 li.product .bs_after_shop_loop_item_links{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.woocommerce ul.products:not(.elementor-grid).columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward{width:100%;border-left:0;border-radius:0} - -.woocommerce ul.products:not(.elementor-grid).columns-4 li.product .bs_after_shop_loop_item_links a.button{-ms-flex-item-align:center;align-self:center;width:100%} - -.woocommerce ul.products:not(.elementor-grid).columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added{border-radius:0 0 4px 4px} - -.woocommerce ul.products:not(.elementor-grid) li.product,.woocommerce ul.products:not(.elementor-grid) li.product.type-product{margin-bottom:20px} - -.woocommerce ul.products:not(.elementor-grid) li.product span.onsale{margin:0;right:0;left:auto} - -.woocommerce li.product{background-color:var(--bb-content-background-color);box-shadow:0 0 2px 0 rgba(18,43,70,.25);border-radius:var(--bb-block-radius);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 10px 20px;width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)} - -.woocommerce li.product a.woocommerce-LoopProduct-link{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.woocommerce li.product a.woocommerce-LoopProduct-link>img{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0;margin:0 0 .5em;border:0;border-bottom:1px solid var(--bb-content-border-color)} - -.woocommerce li.product .woocommerce-loop-product__title{text-align:center;font-size:16px;line-height:24px} - -.woocommerce li.product .star-rating{margin-right:auto;margin-left:auto} - -.woocommerce li.product .price{text-align:center;color:var(--bb-primary-color);font-weight:500} - -.woocommerce li.product .price ins{text-decoration:none;font-weight:500} - -.woocommerce li.product .price del{color:#c8cbcf;opacity:1;font-weight:400} - -.woocommerce li.product .bs_after_shop_loop_item_separator{width:100%;height:1px;border-bottom:1px solid var(--bb-content-border-color);margin:.4em 0 0} - -.woocommerce li.product .bs_after_shop_loop_item_links{display:-webkit-box;display:-ms-flexbox;display:flex} - -.woocommerce li.product a.button{-ms-flex-item-align:end;align-self:flex-end} - -.woocommerce li.product a.added_to_cart.wc-forward,.woocommerce li.product a.button.add_to_cart_button,.woocommerce li.product a.button.product_type_external,.woocommerce li.product a.button.product_type_grouped,.woocommerce li.product a.button.product_type_simple,.woocommerce li.product a.button.product_type_variable{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius);border:0;background-color:var(--bb-content-background-color);float:left;color:var(--bb-primary-color);text-transform:uppercase;font-weight:400;font-size:12px;line-height:2.5;text-align:center;min-height:auto;white-space:nowrap;overflow:hidden;padding:.618em 1em;margin:0} - -.woocommerce li.product a.added_to_cart.wc-forward:hover,.woocommerce li.product a.button.add_to_cart_button:hover,.woocommerce li.product a.button.product_type_external:hover,.woocommerce li.product a.button.product_type_grouped:hover,.woocommerce li.product a.button.product_type_simple:hover,.woocommerce li.product a.button.product_type_variable:hover{background-color:var(--bb-primary-color);color:#fff} - -.woocommerce li.product a.button.add_to_cart_button.added{border-radius:0 0 0 var(--bb-block-radius)} - -.woocommerce li.product a.button.product_type_external{white-space:normal;line-height:2} - -.woocommerce li.product a.button.add_to_cart_button.added{margin-top:auto;border-top:1px solid var(--bb-content-border-color)} - -.woocommerce li.product a.button.add_to_cart_button,.woocommerce li.product a.button.product_type_external,.woocommerce li.product a.button.product_type_grouped,.woocommerce li.product a.button.product_type_simple,.woocommerce li.product a.button.product_type_variable{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-top:auto;border-top:1px solid var(--bb-content-border-color)} - -.woocommerce li.product a.added_to_cart.wc-forward{border-radius:0 0 4px 0;border-left:1px solid var(--bb-content-border-color);-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:50%;max-height:50px;margin-top:auto;border-top:1px solid var(--bb-content-border-color)} - -.woocommerce li.product .star-rating{font-size:.757em;margin-bottom:1em} - -.woocommerce li.product .star-rating::before{content:"\53\53\53\53\53"} - -.woocommerce li.product .star-rating span{color:var(--bb-warning-color)} - -.woocommerce li.product:hover{box-shadow:0 6px 24px 0 rgba(18,43,70,.12)}@media (min-width:1200px){ - -.woocommerce.woo-sidebar ul.products.columns-4 a.button.add_to_cart_button.added::after,.woocommerce.woo-sidebar ul.products.columns-5 a.button.add_to_cart_button.added::after,.woocommerce.woo-sidebar ul.products.columns-6 a.button.add_to_cart_button.added::after{display:none}} - -.woocommerce ul.products li.product .price{color:var(--bb-primary-color)} - -.woocommerce ul.products.columns-5 a.added_to_cart.wc-forward,.woocommerce ul.products.columns-6 a.added_to_cart.wc-forward,.woocommerce.bb-has-wc-sidebar ul.products.columns-4 a.added_to_cart.wc-forward{width:100%;border-left:0}@media (max-width:992px){ - -.woocommerce ul.products li.product a.added_to_cart.wc-forward{width:100%;border-left:0}} - -.woocommerce span.onsale{margin:0;top:0;right:0;border-top:1px solid var(--bb-content-border-color);border-right:1px solid var(--bb-content-border-color);left:auto;border-radius:0 var(--bb-block-radius) 0 var(--bb-block-radius);padding:10px;background-color:#fe6f4b;min-height:auto;min-width:auto;line-height:1em;text-transform:uppercase;font-size:12px} - -.woocommerce li.product span.onsale{border-top:0;border-right:0} - -.woocommerce .star-rating{font-size:12px;margin-top:2px;min-width:90px} - -.woocommerce .star-rating::before{content:"\53\53\53\53\53";letter-spacing:5px} - -.woocommerce .star-rating span{color:var(--bb-warning-color)} - -.woocommerce .star-rating span::before{letter-spacing:5px} - -.woocommerce .woocommerce-error,.woocommerce .woocommerce-info,.woocommerce .woocommerce-message{border-top:0;background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius);border:1px solid var(--bb-content-border-color);font-size:16px;margin-bottom:1em} - -.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .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);font-size:14px;font-weight:400;padding-right:1em;padding-left:1em;min-height:auto;margin-right:30px} - -.woocommerce .woocommerce-error .button:focus,.woocommerce .woocommerce-info .button:focus,.woocommerce .woocommerce-message .button:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.woocommerce .woocommerce-error .button:hover,.woocommerce .woocommerce-info .button:hover,.woocommerce .woocommerce-message .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)} - -.woocommerce .woocommerce-error{background:var(--bb-danger-color);color:#fff;border:0} - -.woocommerce .woocommerce-error strong{color:#fff} - -.woocommerce .woocommerce-error::before{font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons;content:"\ee65";font-weight:100;color:#fff} - -.woocommerce .woocommerce-info{color:inherit} - -.woocommerce .woocommerce-info::before{font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;content:"\e882";font-family:bb-icons;color:inherit} - -.woocommerce .woocommerce-message{color:inherit} - -.woocommerce .woocommerce-message::before{font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons;content:"\e875";color:inherit} - -.woocommerce .woocommerce-breadcrumb{font-size:14px;color:var(--bb-headings-color)} - -.woocommerce .woocommerce-breadcrumb a{color:var(--bb-alternate-text-color)} - -.woocommerce .woocommerce-breadcrumb a:hover{color:var(--bb-headings-color)} - -.woocommerce .woocommerce-breadcrumb .bc-delimiter{margin:0 3px;position:relative;top:1px} - -.woocommerce a.button{font-style:normal;background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);font-weight:500;text-decoration:none;text-align:center;cursor:pointer;display:inline-block;line-height:1.3;outline:0;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;min-height:34px;padding:6px 20px;border-radius:var(--bb-button-radius);-webkit-transition:all linear .2s;transition:all linear .2s} - -.woocommerce a.button:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.woocommerce a.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)} - -.woocommerce a.remove{font-weight:100;color:var(--bb-alternate-text-color)!important;line-height:.9;font-size:1.8em} - -.woocommerce a.remove:hover{color:#fff!important;background-color:var(--bb-danger-color)} - -.woocommerce form .form-row{padding:3px 0} - -.woocommerce form .form-row.form-row-first{width:49%} - -.woocommerce form .form-row.form-row-last{width:49%} - -.woocommerce form .form-row label{font-size:16px;line-height:1.1;margin-bottom:10px} - -.woocommerce form button.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:var(--bb-button-radius);font-size:14px;font-weight:400;display:inline-block;padding-right:2em;padding-left:2em;height:40px} - -.woocommerce form button.button:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.woocommerce form button.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)} - -.woocommerce form button.button:disabled:hover,.woocommerce form button.button:disabled[disabled]:hover,.woocommerce form button.button:hover{box-shadow:none;background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -.woocommerce form button.button:disabled,.woocommerce form button.button:disabled[disabled]{color:#fff;padding-right:2em;padding-left:2em} - -.woocommerce button.button,.woocommerce input.button{border-radius:var(--bb-button-radius)} - -.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3{padding-right:15px;padding-left:15px} - -.woocommerce nav.woocommerce-pagination ul{border:0} - -.woocommerce nav.woocommerce-pagination ul li{border:0;margin:0 5px;overflow:visible} - -.woocommerce nav.woocommerce-pagination ul li span{font-size:13px} - -.woocommerce nav.woocommerce-pagination ul li a{font-size:13px;background-color:#fff;color:var(--bb-primary-color)} - -.woocommerce nav.woocommerce-pagination ul li a:active,.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover{background-color:var(--bb-primary-color);color:#fff} - -.woocommerce nav.woocommerce-pagination ul li a.next,.woocommerce nav.woocommerce-pagination ul li a.prev{font-size:12px} - -.woocommerce-checkout .bb-wc-co table.shop_table tr:last-child td:first-child,.woocommerce-checkout .bb-wc-co table.shop_table tr:last-child td:last-child,.woocommerce-page table.cart tr:last-child td:last-child{border-radius:0} - -.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{background-color:#ebebeb;background-image:none} - -.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-range{background-color:var(--bb-primary-color);background-image:none} - -.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle{background-color:var(--bb-primary-color);background-image:none;border:0;width:.8em;height:.8em;top:-.3em;cursor:pointer} - -.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-horizontal{height:.2em} - -.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button{color:#fff;background-color:#385dff;border-radius:var(--bb-button-radius);padding:7px 20px 6px;min-height:20px;height:30px;font-size:12px;font-weight:400;line-height:1} - -.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover{background-color:#0f74e0}@media (max-width:800px){ - -.woocommerce-cart #content .woocommerce table.cart td.product-thumbnail{display:block;text-align:center!important} - -.woocommerce-cart #content .woocommerce table.cart td.product-thumbnail::before{display:none}} - -.woocommerce-cart .select2-container .select2-search{display:none} - -.woocommerce-cart .woocommerce{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius);border:1px solid var(--bb-content-border-color);margin-bottom:20px;padding:15px 20px} - -.woocommerce-cart .woocommerce table.shop_table th{font-weight:400} - -body.woocommerce-cart p.cart-empty{text-align:center;font-size:22px;margin-bottom:30px;padding:0 0 30px;overflow:hidden} - -body.woocommerce-cart p.cart-empty::before{display:inline-block;width:100%;height:60px;content:"";background-image:url(../images/svg/cart.svg);background-repeat:no-repeat;background-size:60px 60px;background-position:center;margin-bottom:20px;margin-top:30px;position:static} - -body.woocommerce-cart p.cart-empty+p.return-to-shop{text-align:center} - -body.woocommerce-cart p.cart-empty+p.return-to-shop .button.wc-backward{padding:10px 2em;margin-bottom:1.6875rem} - -.woocommerce-notices-wrapper+p.return-to-shop{text-align:center} - -.woocommerce table.shop_table{border:0;font-size:14px} - -.woocommerce table.shop_table td,.woocommerce table.shop_table th{border-bottom:1px solid var(--bb-content-border-color);border-top:0} - -.woocommerce table.shop_table th{text-transform:uppercase;color:var(--bb-alternate-text-color);font-size:14px} - -.woocommerce table.shop_table th.product-subtotal{text-align:left} - -.woocommerce table.shop_table td.product-name a{color:var(--bb-headings-color);font-weight:500} - -.woocommerce table.shop_table td.product-name a:hover{color:var(--bb-primary-color)} - -.woocommerce table.shop_table td.product-name a.wcs-switch-link{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)} - -.woocommerce table.shop_table td.product-name a.wcs-switch-link:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.woocommerce table.shop_table td.product-name a.wcs-switch-link:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -.woocommerce table.shop_table td.product-quantity .quantity{display:inline-block} - -.woocommerce table.shop_table td.product-quantity .quantity input.qty{color:var(--bb-headings-color)} - -.woocommerce table.shop_table td.product-quantity .quantity.quantity--readonly{visibility:hidden;width:0;height:0;opacity:0} - -.woocommerce table.shop_table td.product-price{color:var(--bb-headings-color)} - -.woocommerce table.shop_table td.product-subtotal{color:var(--bb-headings-color);text-align:left}@media (max-width:800px){ - -.woocommerce table.shop_table td{padding-top:12px;padding-bottom:12px}} - -.woocommerce table.shop_table td.actions>button.button{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);font-size:14px;font-weight:500;min-height:34px;padding:6px 20px;line-height:1.4;margin-top:0} - -.woocommerce table.shop_table td.actions>button.button:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -.woocommerce table.shop_table td.actions>button.button:disabled{pointer-events:none} - -.woocommerce table.shop_table td.actions>button.button: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)} - -.woocommerce table.shop_table .coupon button.button,.woocommerce table.shop_table .coupon input.button{background:#dedfe2;border-radius:3px;border:0;font-size:14px;color:#fff;font-weight:400} - -.woocommerce table.shop_table .coupon button.button.bp-coupon-btn-active,.woocommerce table.shop_table .coupon input.button.bp-coupon-btn-active{box-shadow:0 0 100px 30px rgba(0,0,0,.2) inset} - -.woocommerce table.shop_table .coupon button.button{border-radius:var(--bb-button-radius)} - -.woocommerce table.shop_table .coupon input.input-text{font-size:14px;min-width:150px}@media (max-width:544px){ - -.woocommerce table.shop_table .coupon button.button,.woocommerce table.shop_table .coupon input.button{width:100%!important;margin-bottom:10px} - -.woocommerce table.shop_table .coupon input.input-text{width:100%!important;margin-bottom:5px!important}}@media (max-width:800px){ - -.woocommerce table.shop_table.shop_table_responsive tr:nth-child(even) td{background-color:var(--bb-body-background-color)} - -.woocommerce table.shop_table.shop_table_responsive tr:nth-child(even) td div.quantity input.qty{background-color:var(--bb-body-background-color)} - -.woocommerce table.shop_table.shop_table_responsive tr td::before{padding-left:5px}} - -.woocommerce .bb_sku_wrapper{display:block;color:var(--bb-alternate-text-color);font-size:13px;line-height:1}@media (max-width:800px){ - -.woocommerce .bb_sku_wrapper{display:none}} - -.woocommerce .bb-header-buttons a.button:hover{background-color:transparent} - -.woocommerce .bb-header-buttons a.button.signup:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)} - -.woocommerce .bb-login-section a.button{margin-bottom:16px} - -.woocommerce-cart table.cart td.actions .coupon .input-text{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)} - -.woocommerce-cart .wc_empty_cart{text-align:center} - -.woocommerce-cart .wc_empty_cart .cart_message_wrap{padding:3rem;width:60%;margin:0 auto} - -.woocommerce-cart .wc_empty_cart .wc-cart-sub-icon{margin-bottom:25px} - -.woocommerce-cart .wc_empty_cart .wc-cart-sub-icon img{max-width:60px} - -.woocommerce-cart .wc_empty_cart p.cart-empty{font-size:22px;color:var(--bb-body-text-color);margin-bottom:5px} - -.woocommerce-cart .wc_empty_cart p.wc_empty_cart_description{font-size:14px;color:#939597} - -.woocommerce-cart .wc_empty_cart a.button{padding:10px 2em} - -.woocommerce-cart .wc_empty_cart a.button:hover{background-color:#0f74e0;color:#fff}@media (max-width:800px){ - -.woocommerce-cart .wc_empty_cart .cart_message_wrap{width:80%}}@media (max-width:544px){ - -.woocommerce-cart .wc_empty_cart .cart_message_wrap{padding:3rem 2rem;width:90%}} - -.woocommerce-cart table.cart img{width:100px} - -.woocommerce-cart .cart-collaterals table.shop_table td,.woocommerce-cart .cart-collaterals table.shop_table th{border-bottom:0;border-top:0;color:var(--bb-headings-color)} - -.woocommerce-cart .cart-collaterals table.shop_table th{padding-right:0} - -.woocommerce-cart .cart-collaterals .cart_totals{float:none;width:100%} - -.woocommerce-cart .cart-collaterals .cart_totals>h2{display:none} - -.woocommerce-cart .cart-collaterals table.shop_table{float:left;width:50%}@media (max-width:800px){ - -.woocommerce-cart .cart-collaterals table.shop_table{float:none;width:100%}}@media (max-width:544px){ - -.woocommerce-cart .cart-collaterals .bb_cart_totals_ctrls{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.woocommerce-cart .cart-collaterals .bb_cart_totals_ctrls .wc-proceed-to-checkout{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding-bottom:0} - -.woocommerce-cart .cart-collaterals .bb_cart_totals_ctrls .cart_shop{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-right:auto;margin-left:0}} - -.woocommerce-cart .bb_cart_totals_ctrls{clear:both} - -.woocommerce-cart .bb_cart_totals_ctrls .cart_shop{margin-left:auto;-ms-flex-item-align:end;align-self:flex-end} - -.woocommerce-cart .bb_cart_totals_ctrls a.button{font-size:14px;margin-bottom:2em;height:40px;padding:9px 2em;vertical-align:middle;display:inline-block;line-height:1.4;background:100% 0;border:1px solid var(--bb-primary-color);color:var(--bb-primary-color);font-weight:500} - -.woocommerce-cart .bb_cart_totals_ctrls a.button:hover{border-color:var(--bb-primary-color)} - -.woocommerce-cart-form .bs-quantity{border:0;padding-left:0;padding-right:0;min-width:72px} - -.woocommerce-cart-form .bs-quantity input.qty{font-size:14px} - -.woocommerce-cart-form .bs-quantity .qty-nav{height:35px} - -.woocommerce-cart-form .bs-quantity .quantity-button{font-size:0;line-height:20px} - -.woocommerce-cart-form .bs-quantity .quantity-button::before{font-family:bb-icons;font-size:22px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:relative;top:9px} - -.woocommerce-cart-form .bs-quantity .quantity-up::before{content:"\e827"} - -.woocommerce-cart-form .bs-quantity .quantity-down::before{content:"\e8ab"} - -.woocommerce-cart-form .bs-quantity.bs-quantity-individually .num-individually{display:inline-block;width:3.631em;min-width:32px;max-width:32px;text-align:center} - -.woocommerce-cart-form .bs-quantity.bs-quantity-individually .qty-nav{opacity:.3;cursor:default} - -.woocommerce-cart-form .bs-quantity.bs-quantity-individually .qty-nav .quantity-button{cursor:default} - -.woocommerce .wc-proceed-to-checkout{text-align:left;clear:both} - -.woocommerce .wc-proceed-to-checkout a.button.checkout-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);font-size:14px;display:inline-block;height:40px;padding:9px 2em;vertical-align:middle;line-height:1.4;font-weight:500} - -.woocommerce .wc-proceed-to-checkout a.button.checkout-button:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.woocommerce .wc-proceed-to-checkout a.button.checkout-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)} - -.woocommerce #respond input#submit,.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{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)} - -.woocommerce #respond input#submit.alt:focus,.woocommerce #respond input#submit:focus,.woocommerce a.button.alt:focus,.woocommerce button.button.alt:focus,.woocommerce input.button.alt:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.woocommerce #respond input#submit.alt,.woocommerce input.button.alt{background-color:var(--bb-primary-color)} - -.woocommerce-cart.woocommerce-page .bb_cart_totals_ctrls a.button.outline{background:100% 0;color:var(--bb-primary-color)}@media (max-width:992px){ - -body.woocommerce-cart #secondary{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}} - -body.archive.woocommerce .grid.wc-grid-wrap{display:block;margin:0} - -body.archive.woocommerce .grid.wc-grid-wrap header.woocommerce-products-header{display:block;padding-top:1.875rem} - -body.archive.woocommerce .grid.wc-grid-wrap header.woocommerce-products-header h1{margin:0 0 .3125rem} - -body.archive.woocommerce .grid.wc-grid-wrap>.grid{display:-webkit-box;display:-ms-flexbox;display:flex} - -body.archive.woocommerce .grid.wc-grid-wrap>.grid #secondary{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding-top:0} - -body.archive.woocommerce .grid.wc-grid-wrap>.grid #primary{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;padding-top:.9375rem} - -#secondary.wc-widget-area .widgets_expand{background:#fff;border-radius:4px;padding:.9375rem;border:0;margin-top:.9375rem;margin-bottom:0;display:none;border-bottom:1px solid #fff} - -#secondary.wc-widget-area .widgets_expand h4.widget-title{margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex} - -#secondary.wc-widget-area .widgets_expand h4.widget-title span.wc-widget-area-expand{margin-right:auto} - -#secondary.wc-widget-area .widgets_expand.active{border-radius:4px 4px 0 0;border-bottom:1px solid var(--bb-content-border-color)}@media (min-width:800px){ - -#secondary.wc-widget-area .wc-widget-area-expandable{display:block!important}}@media (max-width:800px){ - -#secondary.wc-widget-area .widgets_expand{display:block} - -#secondary.wc-widget-area .wc-widget-area-expandable{display:none} - -#secondary.wc-widget-area .wc-widget-area-expandable aside.widget h4.widget-title span.collapse-widget{display:none} - -#secondary.wc-widget-area aside.widget:first-of-type{margin-top:0;border-radius:0}}@media (max-width:799px){ - -body.archive.woocommerce .grid.wc-grid-wrap>.grid #secondary{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1} - -body.archive.woocommerce .grid.wc-grid-wrap>.grid #primary{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;padding-top:.9375rem} - -body.archive.woocommerce .grid.wc-grid-wrap>.grid #primary ul.products{margin-bottom:0}} - -.widget_layered_nav ul.product-categories li span.count,.widget_layered_nav ul.woocommerce-widget-layered-nav-list li span.count,.widget_product_categories ul.product-categories li span.count,.widget_product_categories ul.woocommerce-widget-layered-nav-list li span.count{float:left;background:100% 0;box-shadow:none;color:var(--bb-alternate-text-color);padding:0;letter-spacing:0} - -.widget_layered_nav ul.product-categories li ul.children,.widget_layered_nav ul.woocommerce-widget-layered-nav-list li ul.children,.widget_product_categories ul.product-categories li ul.children,.widget_product_categories ul.woocommerce-widget-layered-nav-list li ul.children{margin-top:10px;padding:0} - -.widget_layered_nav ul.product-categories>li>a,.widget_layered_nav ul.woocommerce-widget-layered-nav-list>li>a,.widget_product_categories ul.product-categories>li>a,.widget_product_categories ul.woocommerce-widget-layered-nav-list>li>a{text-transform:uppercase} - -.attribute-colors li,.woocommerce-widget-layered-color li{display:inline-block;margin-left:10px} - -.attribute-colors .color-marker,.woocommerce-widget-layered-color .color-marker{width:25px;height:25px;display:inline-block;border-radius:100%;border:2px solid #fff;box-shadow:0 0 0 1px #fff;cursor:pointer;position:relative;z-index:1} - -.attribute-colors .color-marker.checked,.woocommerce-widget-layered-color .color-marker.checked{box-shadow:0 0 0 1px var(--bb-content-border-color)} - -.attribute-colors .color-marker:hover::after,.woocommerce-widget-layered-color .color-marker:hover::after{border:1px solid var(--bb-content-border-color);font-size:12px;padding:2px 7px;background:#fff;color:#939597;border-radius:4px;content:attr(data-name);position:absolute;right:-50%;margin:0 auto;top:-27px;z-index:9} - -.attribute-colors .color-marker{cursor:default;margin-left:6px} - -.woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li{padding:7px .9375rem} - -.woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li.on{background-color:var(--bb-body-background-color)} - -.woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li.on label,.woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li.on span.count{color:var(--bb-headings-color)} - -.woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li label{font-size:14px;color:var(--bb-alternate-text-color);line-height:1.95} - -.woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li label span.checkbox{z-index:5;display:inline-block;width:17px;height:17px;background:#fff;border:1px solid var(--bb-content-border-color);margin:4px 0 0;top:2px;float:right;border-radius:2px;margin-left:7px;line-height:1.35} - -.woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li label span.checkbox.on{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color)} - -.woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li label span.checkbox.on::before{color:#fff;content:"\e876";width:16px;height:16px;line-height:17px;font-family:bb-icons;font-size:17px;position:relative;top:-2px;left:1px;font-weight:400} - -.bs_widget_price_filter .price_label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:10px} - -.bs_widget_price_filter .price_label .from{margin-left:auto} - -.wc-widget-area aside.widget h4.widget-title{margin-right:-.9375rem;margin-left:-.9375rem;border-bottom:1px solid var(--bb-content-border-color);padding:0 .9375rem 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.wc-widget-area aside.widget.widget_product_categories h4{padding-bottom:15px;border-bottom:1px solid var(--bb-content-border-color);margin-bottom:10px} - -.wc-widget-area aside.widget.widget_layered_nav ul.product-categories,.wc-widget-area aside.widget.widget_layered_nav ul.woocommerce-widget-layered-nav-list:not(.woocommerce-widget-layered-color),.wc-widget-area aside.widget.widget_product_categories ul.product-categories,.wc-widget-area aside.widget.widget_product_categories ul.woocommerce-widget-layered-nav-list:not(.woocommerce-widget-layered-color){margin-right:-.9375rem;margin-left:-.9375rem} - -.wc-widget-area aside.widget.widget_layered_nav>select,.wc-widget-area aside.widget.widget_product_categories>select{width:100%} - -.wc-widget-area aside.widget.widget_layered_nav li,.wc-widget-area aside.widget.widget_product_categories li{margin-bottom:0;position:relative;min-height:38px;line-height:1} - -.wc-widget-area aside.widget.widget_layered_nav li.current-cat>a,.wc-widget-area aside.widget.widget_product_categories li.current-cat>a{background-color:var(--bb-body-background-color);color:var(--bb-headings-color)} - -.wc-widget-area aside.widget.widget_layered_nav li.current-cat>.count,.wc-widget-area aside.widget.widget_product_categories li.current-cat>.count{color:var(--bb-headings-color)} - -.wc-widget-area aside.widget.widget_layered_nav li a,.wc-widget-area aside.widget.widget_product_categories li a{display:inline-block;padding:8px .9375rem 7px 50px;width:100%;line-height:24px;max-height:38px;height:38px;white-space:nowrap;margin:0;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis} - -.wc-widget-area aside.widget.widget_layered_nav li a:hover,.wc-widget-area aside.widget.widget_product_categories li a:hover{background-color:var(--bb-body-background-color)} - -.wc-widget-area aside.widget.widget_layered_nav li span.count,.wc-widget-area aside.widget.widget_product_categories li span.count{display:inline-block;padding-top:13px;padding-left:0;position:absolute;left:28px;top:0;font-weight:400;font-size:13px} - -.wc-widget-area aside.widget.widget_layered_nav li span.expand-parent,.wc-widget-area aside.widget.widget_product_categories li span.expand-parent{display:inline-block;font-size:1.3rem;padding-top:9px;padding-left:5px;padding-right:7px;position:absolute;left:0;top:0;cursor:pointer} - -.wc-widget-area aside.widget.widget_layered_nav li span.expand-parent.active i,.wc-widget-area aside.widget.widget_product_categories li span.expand-parent.active i{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)} - -.wc-widget-area aside.widget.widget_layered_nav li ul.children,.wc-widget-area aside.widget.widget_product_categories li ul.children{margin-top:0} - -.wc-widget-area aside.widget.widget_layered_nav li ul.children li a,.wc-widget-area aside.widget.widget_product_categories li ul.children li a{padding-right:1.5625rem} - -.wc-widget-area aside.widget.widget_layered_nav li ul.children ul.children li a,.wc-widget-area aside.widget.widget_product_categories li ul.children ul.children li a{padding-right:2.1875rem} - -.wc-widget-area aside.widget.widget_layered_nav li ul.children ul.children li ul.children a,.wc-widget-area aside.widget.widget_product_categories li ul.children ul.children li ul.children a{padding-right:2.8125rem} - -.wc-widget-area aside.widget.widget_layered_nav li ul.children ul.children li ul.children li ul.children a,.wc-widget-area aside.widget.widget_product_categories li ul.children ul.children li ul.children li ul.children a{padding-right:3.4375rem} - -.wc-widget-area aside.widget.widget_layered_nav li.cat-parent ul.children,.wc-widget-area aside.widget.widget_product_categories li.cat-parent ul.children{display:none} - -.wc-widget-area aside.widget.widget_layered_nav li.current-cat-parent.cat-parent.cat-expanded>ul.children,.wc-widget-area aside.widget.widget_layered_nav li.current-cat.cat-parent.cat-expanded>ul.children,.wc-widget-area aside.widget.widget_product_categories li.current-cat-parent.cat-parent.cat-expanded>ul.children,.wc-widget-area aside.widget.widget_product_categories li.current-cat.cat-parent.cat-expanded>ul.children{display:block} - -.wc-widget-area aside.widget.widget_layered_nav li{line-height:1.35} - -.no-js .wc-widget-area .widget.widget_product_categories li ul.children{display:block} - -body:not(.bb-page-loaded) .wc-widget-area aside.widget.widget_layered_nav li span.count,body:not(.bb-page-loaded) .wc-widget-area aside.widget.widget_product_categories li span.count{display:none} - -body:not(.bb-page-loaded).woocommerce form.woocommerce-ordering{display:none} - -body:not(.bb-page-loaded) .bs_widget_price_filter #max_price,body:not(.bb-page-loaded) .bs_widget_price_filter #min_price{display:none} - -.bs-quantity{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-button-radius);padding:0 10px} - -.bs-quantity input[type=number]::-webkit-inner-spin-button,.bs-quantity input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0} - -.bs-quantity input[type=number]{width:auto;min-width:32px;max-width:32px;height:40px;line-height:40px;display:block;padding:0;margin:0;border:0;appearance:textfield} - -.bs-quantity input[type=number]:focus{outline:0} - -.bs-quantity .qty-nav{position:relative;height:40px} - -.bs-quantity .quantity-button{position:relative;cursor:pointer;width:20px;text-align:center;line-height:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none} - -.bs-quantity .qty-nav .quantity-button.limit{opacity:.3;cursor:default} - -.cart_totals table.shop_table td{text-align:left} - -.cart_totals table.shop_table tr.order-total th{color:var(--bb-headings-color);font-weight:bolder} - -.cart_totals table.shop_table form.woocommerce-shipping-calculator{margin-bottom:0} - -.cart_totals table.shop_table form.woocommerce-shipping-calculator>p{margin-bottom:5px} - -.cart_totals table.shop_table .shipping-calculator-form{text-align:right} - -.woocommerce-page .select2-container .select2-selection--single{height:40px;border-color:var(--bb-content-border-color);background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:left .5rem center;padding-left:35px;font-size:15px;background-color:var(--bb-content-background-color)} - -.woocommerce-page .select2-container .select2-selection--single .select2-selection__arrow{display:none} - -.woocommerce-page .select2-container .select2-selection--single.wc-order-by{background-image:url("data:image/svg+xml;charset=utf8,%3C!-- Generated by IcoMoon.io --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 32 32'%3E%3Ctitle%3Esort-desc%3C/title%3E%3Cpath style='fill:%23A1ACB8;' d='M24.768 22.464v-13.216c0-0.544-0.448-0.992-1.024-0.992-0.544 0-0.992 0.448-0.992 0.992v13.216c0 0.576 0.448 1.024 0.992 1.024 0.576 0 1.024-0.448 1.024-1.024zM21.568 19.616c-0.352-0.384-0.992-0.416-1.408-0.032-0.384 0.384-0.416 1.024-0.032 1.408l2.912 3.104c0.384 0.448 1.056 0.448 1.44 0l2.912-3.104c0.384-0.384 0.352-1.024-0.032-1.408-0.416-0.384-1.056-0.352-1.408 0.032l-2.208 2.336-2.176-2.336zM16.736 12.64h-8.736c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h8.736c0.544 0 0.992-0.448 0.992-1.024 0-0.544-0.448-0.992-0.992-0.992zM14.56 17.376h-6.56c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h6.56c0.544 0 0.992-0.448 0.992-1.024 0-0.544-0.448-0.992-0.992-0.992zM12.352 22.368h-4.352c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h4.352c0.576 0 1.024-0.448 1.024-1.024 0-0.544-0.448-0.992-1.024-0.992zM18.176 7.648h-10.176c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h10.176c0.576 0 1.024-0.448 1.024-1.024 0-0.544-0.448-0.992-1.024-0.992z'%3E%3C/path%3E%3C/svg%3E");border:0;background-color:transparent;font-size:14px;outline:0} - -.woocommerce-page .select2-container .select2-selection--single.wc-order-by:hover{background-image:url("data:image/svg+xml;charset=utf8,%3C!-- Generated by IcoMoon.io --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 32 32'%3E%3Ctitle%3Esort-desc%3C/title%3E%3Cpath style='fill:%23122b46;' d='M24.768 22.464v-13.216c0-0.544-0.448-0.992-1.024-0.992-0.544 0-0.992 0.448-0.992 0.992v13.216c0 0.576 0.448 1.024 0.992 1.024 0.576 0 1.024-0.448 1.024-1.024zM21.568 19.616c-0.352-0.384-0.992-0.416-1.408-0.032-0.384 0.384-0.416 1.024-0.032 1.408l2.912 3.104c0.384 0.448 1.056 0.448 1.44 0l2.912-3.104c0.384-0.384 0.352-1.024-0.032-1.408-0.416-0.384-1.056-0.352-1.408 0.032l-2.208 2.336-2.176-2.336zM16.736 12.64h-8.736c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h8.736c0.544 0 0.992-0.448 0.992-1.024 0-0.544-0.448-0.992-0.992-0.992zM14.56 17.376h-6.56c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h6.56c0.544 0 0.992-0.448 0.992-1.024 0-0.544-0.448-0.992-0.992-0.992zM12.352 22.368h-4.352c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h4.352c0.576 0 1.024-0.448 1.024-1.024 0-0.544-0.448-0.992-1.024-0.992zM18.176 7.648h-10.176c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h10.176c0.576 0 1.024-0.448 1.024-1.024 0-0.544-0.448-0.992-1.024-0.992z'%3E%3C/path%3E%3C/svg%3E")} - -.woocommerce-page .select2-container .select2-search{font-size:15px} - -.woocommerce-page .select2-container .select2-results{font-size:15px} - -.woocommerce-page .select2-container.select2-container--open .wc-order-by-dropdown.select2-dropdown--below{border-radius:4px;border:0;background:#fff;box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);padding:7px 0;margin-top:8px} - -.woocommerce-page .select2-container.select2-container--open .wc-order-by-dropdown.select2-dropdown--below::before{content:" ";position:absolute;width:0;height:0;top:0;left:16px;margin:0 auto;box-sizing:border-box;border:8px solid #000;border-color:#fff transparent transparent #fff;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 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:101} - -.woocommerce-page .select2-container.select2-container--open .wc-order-by-dropdown.select2-dropdown--below .select2-results ul.select2-results__options li.select2-results__option{padding:3px 12px;font-size:14px} - -.woocommerce-page .select2-container.select2-container--open .wc-order-by-dropdown.select2-dropdown--below .select2-results ul.select2-results__options li.select2-results__option.select2-results__option--highlighted,.woocommerce-page .select2-container.select2-container--open .wc-order-by-dropdown.select2-dropdown--below .select2-results ul.select2-results__options li.select2-results__option.select2-results__option[aria-selected=true]{background-color:var(--bb-body-background-color);color:var(--bb-primary-color)} - -.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:38px;padding-left:3px;padding-right:12px;color:inherit} - -.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered[title~=Select]{color:#c3c6c9} - -.woocommerce-page form.woocommerce-ordering .select2-selection--single .select2-selection__rendered{text-align:left;color:#7f868f} - -.site-header a.header-cart-link{position:relative;padding-left:2px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.site-header a.header-cart-link span.count{background-color:var(--bb-primary-color);line-height:1.6;font-size:9px;top:-webkit-calc(50% - 20px);top:calc(50% - 20px);left:-4px;padding:1px 6px;position:absolute} - -.header-mini-cart{overflow:hidden} - -.header-mini-cart ul.cart_list{list-style:none;margin-right:0;margin-bottom:0} - -.site-header .header-mini-cart ul.cart_list{max-width:-webkit-calc(100vw - 20px);max-width:calc(100vw - 20px);overflow:auto;max-height:-webkit-calc(100vh - 210px);max-height:calc(100vh - 210px)} - -.header-mini-cart ul.cart_list li.mini_cart_item{padding:15px;border-bottom:1px solid var(--bb-content-border-color);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.header-mini-cart ul.cart_list li.mini_cart_item:hover{background-color:var(--bb-content-alternate-background-color)} - -.header-mini-cart ul.cart_list li.mini_cart_item>a{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-left:auto;color:var(--bb-headings-color);font-weight:400;margin-bottom:0} - -.header-mini-cart ul.cart_list li.mini_cart_item>a:hover{color:var(--bb-primary-color)} - -.header-mini-cart ul.cart_list li.mini_cart_item>a:not(.remove){font-size:14px;max-width:270px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis} - -.header-mini-cart ul.cart_list li.mini_cart_item span.quantity{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;color:var(--bb-alternate-text-color);font-size:13px;margin-left:10px;white-space:nowrap} - -.header-mini-cart ul.cart_list li.mini_cart_item>a.remove{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-left:0;color:var(--bb-alternate-text-color);font-size:16px;line-height:1;width:auto} - -.header-mini-cart ul.cart_list li.mini_cart_item>a.remove:hover{background-color:transparent;color:var(--bb-primary-color)} - -.header-mini-cart ul.cart_list li.mini_cart_item>dl.variation{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;margin-top:1em;margin-bottom:0;font-size:small;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-preferred-size:100%;flex-basis:100%;padding-right:1em;border-right:2px solid rgba(0,0,0,.1)} - -.header-mini-cart ul.cart_list li.mini_cart_item>dl.variation>dt{margin:0;padding:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-preferred-size:40%;flex-basis:40%;max-width:40%;padding-left:.5em;font-weight:700} - -.header-mini-cart ul.cart_list li.mini_cart_item>dl.variation>dd{margin:0;padding:0;margin-bottom:.5em;-ms-flex-preferred-size:60%;flex-basis:60%;max-width:60%} - -.header-mini-cart ul.cart_list li.mini_cart_item>dl.variation>dd *{margin:0} - -.header-mini-cart ul.cart_list li.mini_cart_item>dl.variation>dd>*{padding-bottom:.5em} - -.header-mini-cart ul.cart_list li.mini_cart_item .blockUI.blockOverlay{opacity:.12!important} - -.header-mini-cart ul.cart_list img.attachment-woocommerce_thumbnail,.header-mini-cart ul.cart_list img.woocommerce-placeholder{max-width:36px;width:36px;border-radius:6px;margin-left:10px;margin-right:0;float:none} - -.header-mini-cart p.woocommerce-mini-cart__total{width:50%;float:right;color:var(--bb-alternate-text-color);font-size:14px;margin:0;line-height:35px;padding:10px 15px 9px 0;background-color:var(--bb-content-background-color)} - -.header-mini-cart p.woocommerce-mini-cart__total strong{font-weight:400} - -.header-mini-cart p.woocommerce-mini-cart__buttons{width:50%;float:left;text-align:left;margin:0;line-height:35px;padding:12px 0 12px 15px;background-color:var(--bb-content-background-color)} - -.header-mini-cart p.woocommerce-mini-cart__buttons a.button{padding:5px 15px;font-size:14px;float:left;min-height:auto;border-radius:var(--bb-button-radius)} - -.header-mini-cart p.woocommerce-mini-cart__buttons .wc-forward:not(.checkout){display:none} - -.header-mini-cart p.woocommerce-mini-cart__empty-message{margin:0;padding:20px 15px;font-size:14px;color:var(--bb-alternate-text-color);text-align:center} - -.notification-dropdown .notification-header .header-view-cart-link{font-size:14px;font-weight:500} - -.woocommerce-cart .woocommerce-shipping-calculator{position:relative} - -.woocommerce-cart .woocommerce-shipping-calculator a.shipping-calculator-button{position:relative;padding-left:20px} - -.woocommerce-cart .woocommerce-shipping-calculator a.shipping-calculator-button::after{content:"\e826";font-family:bb-icons;font-weight:400;speak:none;display:inline-block;color:#939597;position:absolute;left:-5px;top:0;font-size:22px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} - -.shipping-calculator-form{position:absolute;width:250px;top:37px;right:14px;z-index:9;background-color:#fff;padding:1.25rem 1.25rem;border-radius:4px;box-shadow:0 6px 24px 0 rgba(18,43,70,.12)} - -.shipping-calculator-form::before{content:" ";position:absolute;width:0;height:0;top:0;left:50px;margin:0 auto;box-sizing:border-box;border:8px solid #000;border-color:#fff transparent transparent #fff;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 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:1002} - -.shipping-calculator-form p:last-of-type{margin-bottom:0} - -.shipping-calculator-form button.button{width:100%} - -.woocommerce ul#shipping_method label{font-size:14px} - -.woocommerce ul#shipping_method label .amount{font-weight:400} - -.woocommerce-shipping-destination{font-size:12px} - -.woocommerce-shipping-destination strong{font-weight:400} - -.woocommerce .widget_layered_nav_filters ul li a::before,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before{content:"\e828";font-family:bb-icons;display:inline-block;line-height:1;font-weight:100;font-style:normal;speak:none;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;color:var(--bb-alternate-text-color);position:relative;top:1px} - -.woocommerce ul.product_list_widget li{padding:8px 0} - -.woocommerce ul.product_list_widget li a{font-weight:400;margin-bottom:10px;min-height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.woocommerce ul.product_list_widget li a img{border-radius:3px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-right:auto} - -.woocommerce ul.product_list_widget li a .product-title{line-height:1.35;display:block;display:-webkit-box;max-height:3em;margin:0;margin-left:10px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis} - -.woocommerce ul.product_list_widget li .star-rating{height:1.5em;width:7.2em} - -.woocommerce ul.product_list_widget li>del{color:var(--bb-alternate-text-color)} - -.woocommerce ul.product_list_widget li>ins{float:left;text-decoration:none} - -.woocommerce .widget_rating_filter ul li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:10px} - -.woocommerce .widget_rating_filter ul li .star-rating{width:7.2em;margin-left:auto} - -.woocommerce.widget_shopping_cart a.button,.woocommerce.widget_shopping_cart a.button:hover{color:#fff;background-color:#385dff} - -.woocommerce.widget_shopping_cart a.button:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}@media (max-width:1200px){ - -.woo-sidebar .content-area ul.products{margin-right:-1%;margin-left:-1%} - -.woo-sidebar .content-area ul.products li.product{width:31.333%;max-width:31.333%;margin:0 1% 2%}}@media (max-width:992px){ - -.woocommerce ul.products[class*=columns-]{margin-right:-1%;margin-left:-1%} - -.woocommerce ul.products[class*=columns-] li.product{width:48%;max-width:48%;margin:0 1% 2%} - -.woo-sidebar .content-area ul.products li.product a.added_to_cart.wc-forward,.woo-sidebar .content-area ul.products li.product a.button.add_to_cart_button,.woo-sidebar .content-area ul.products li.product a.button.product_type_simple{font-size:12px;letter-spacing:-.5px} - -.woo-sidebar .content-area ul.products li.product a.button.add_to_cart_button.added::after{vertical-align:baseline;font-size:10px}}@media (max-width:544px){ - -.woocommerce .woocommerce-result-count{float:none;width:100%} - -.woocommerce form.woocommerce-ordering{float:none} - -.woocommerce ul.products[class*=columns-]{margin-right:0;margin-left:0} - -.woocommerce ul.products[class*=columns-] li.product{width:100%;max-width:100%} - -body.archive.woocommerce .grid.wc-grid-wrap>.grid{margin-right:auto;margin-left:auto;padding-right:0;padding-left:0} - -body.archive.woocommerce .grid.wc-grid-wrap>.grid #secondary{padding-right:5px;padding-left:5px}} - -#content .wp-block-woocommerce-handpicked-products ul.products,#content .wp-block-woocommerce-product-best-sellers ul.products,#content .wp-block-woocommerce-product-category ul.products,#content .wp-block-woocommerce-product-new ul.products,#content .wp-block-woocommerce-product-on-sale ul.products,#content .wp-block-woocommerce-product-top-rated ul.products,#content .wp-block-woocommerce-products-by-attribute ul.products{-webkit-column-count:auto;column-count:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:auto;margin-bottom:20px} - -#content .wp-block-woocommerce-handpicked-products ul.products.columns-4 li.product,#content .wp-block-woocommerce-product-best-sellers ul.products.columns-4 li.product,#content .wp-block-woocommerce-product-category ul.products.columns-4 li.product,#content .wp-block-woocommerce-product-new ul.products.columns-4 li.product,#content .wp-block-woocommerce-product-on-sale ul.products.columns-4 li.product,#content .wp-block-woocommerce-product-top-rated ul.products.columns-4 li.product,#content .wp-block-woocommerce-products-by-attribute ul.products.columns-4 li.product{width:-webkit-calc(25% - 20px);width:calc(25% - 20px);max-width:-webkit-calc(25% - 20px);max-width:calc(25% - 20px)} - -#content .wp-block-woocommerce-handpicked-products ul.products.columns-4 li.product .bs_after_shop_loop_item_links,#content .wp-block-woocommerce-product-best-sellers ul.products.columns-4 li.product .bs_after_shop_loop_item_links,#content .wp-block-woocommerce-product-category ul.products.columns-4 li.product .bs_after_shop_loop_item_links,#content .wp-block-woocommerce-product-new ul.products.columns-4 li.product .bs_after_shop_loop_item_links,#content .wp-block-woocommerce-product-on-sale ul.products.columns-4 li.product .bs_after_shop_loop_item_links,#content .wp-block-woocommerce-product-top-rated ul.products.columns-4 li.product .bs_after_shop_loop_item_links,#content .wp-block-woocommerce-products-by-attribute ul.products.columns-4 li.product .bs_after_shop_loop_item_links{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -#content .wp-block-woocommerce-handpicked-products ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward,#content .wp-block-woocommerce-product-best-sellers ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward,#content .wp-block-woocommerce-product-category ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward,#content .wp-block-woocommerce-product-new ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward,#content .wp-block-woocommerce-product-on-sale ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward,#content .wp-block-woocommerce-product-top-rated ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward,#content .wp-block-woocommerce-products-by-attribute ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward{width:100%;border-left:0;border-radius:0} - -#content .wp-block-woocommerce-handpicked-products ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button,#content .wp-block-woocommerce-product-best-sellers ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button,#content .wp-block-woocommerce-product-category ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button,#content .wp-block-woocommerce-product-new ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button,#content .wp-block-woocommerce-product-on-sale ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button,#content .wp-block-woocommerce-product-top-rated ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button,#content .wp-block-woocommerce-products-by-attribute ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button{-ms-flex-item-align:center;align-self:center;width:100%} - -#content .wp-block-woocommerce-handpicked-products ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added,#content .wp-block-woocommerce-product-best-sellers ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added,#content .wp-block-woocommerce-product-category ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added,#content .wp-block-woocommerce-product-new ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added,#content .wp-block-woocommerce-product-on-sale ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added,#content .wp-block-woocommerce-product-top-rated ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added,#content .wp-block-woocommerce-products-by-attribute ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added{border-radius:0 0 4px 4px} - -#content .wp-block-woocommerce-handpicked-products ul.products li.product,#content .wp-block-woocommerce-handpicked-products ul.products li.product.type-product,#content .wp-block-woocommerce-product-best-sellers ul.products li.product,#content .wp-block-woocommerce-product-best-sellers ul.products li.product.type-product,#content .wp-block-woocommerce-product-category ul.products li.product,#content .wp-block-woocommerce-product-category ul.products li.product.type-product,#content .wp-block-woocommerce-product-new ul.products li.product,#content .wp-block-woocommerce-product-new ul.products li.product.type-product,#content .wp-block-woocommerce-product-on-sale ul.products li.product,#content .wp-block-woocommerce-product-on-sale ul.products li.product.type-product,#content .wp-block-woocommerce-product-top-rated ul.products li.product,#content .wp-block-woocommerce-product-top-rated ul.products li.product.type-product,#content .wp-block-woocommerce-products-by-attribute ul.products li.product,#content .wp-block-woocommerce-products-by-attribute ul.products li.product.type-product{margin:0 10px 20px} - -#content .wp-block-woocommerce-handpicked-products ul.products li.product span.onsale,#content .wp-block-woocommerce-product-best-sellers ul.products li.product span.onsale,#content .wp-block-woocommerce-product-category ul.products li.product span.onsale,#content .wp-block-woocommerce-product-new ul.products li.product span.onsale,#content .wp-block-woocommerce-product-on-sale ul.products li.product span.onsale,#content .wp-block-woocommerce-product-top-rated ul.products li.product span.onsale,#content .wp-block-woocommerce-products-by-attribute ul.products li.product span.onsale{margin:0;right:0;left:auto} - -.site-header a.header-cart-link span.count,.woocommerce span.onsale{background-color:var(--bb-primary-color)} - -body .select2-container .select2-dropdown .select2-results__option{outline:0} - -.woocommerce-product-search button{font-size:14px;margin:10px 0 0;background-color:var(--bb-primary-color)} - -.widget .woocommerce-product-search button i::before{color:var(--bb-primary-color)} - -.widget .woocommerce table.shop_table td,.widget .woocommerce table.shop_table th{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;line-height:1} - -.widget .woocommerce table.cart thead{display:none} - -.widget .woocommerce .cart-collaterals .cart_totals,.widget .woocommerce-page .cart-collaterals .cart_totals{width:100%;float:none} - -.widget .woocommerce-checkout .bb-wc-co{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.widget .woocommerce-checkout .bb-wc-co .bb-wc-col{width:100%} - -.widget .woocommerce ul.products{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.widget .woocommerce ul.products.columns-1 li.product{width:100%;max-width:100%;margin-right:0;margin-left:0} - -.widget .woocommerce ul.products.columns-2 li.product{width:100%;max-width:100%;margin-right:0;margin-left:0} - -.widget .woocommerce ul.products.columns-3 li.product{width:100%;max-width:100%;margin-right:0;margin-left:0} - -.widget .woocommerce ul.products.columns-4 li.product{width:100%;max-width:100%;margin-right:0;margin-left:0} - -.widget .woocommerce ul.products.columns-5 li.product{width:100%;max-width:100%;margin-right:0;margin-left:0} - -.widget .woocommerce ul.products.columns-6 li.product{width:100%;max-width:100%;margin-right:0;margin-left:0} - -.widget .woocommerce ul.products.columns-7 li.product{width:100%;max-width:100%;margin-right:0;margin-left:0} - -.widget .woocommerce ul.products.columns-8 li.product{width:100%;max-width:100%;margin-right:0;margin-left:0} - -.widget .woocommerce ul.products.columns-9 li.product{width:100%;max-width:100%;margin-right:0;margin-left:0} - -.widget .woocommerce ul.products.columns-10 li.product{width:100%;max-width:100%;margin-right:0;margin-left:0} - -.widget .woocommerce div.product div.images,.widget .woocommerce div.product div.summary{width:100%;float:none} - -.widget div.product div.woocommerce-product-gallery.images{width:100%;float:none;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%} - -#content .widget div.product div.summary,#content .widget div.product div.woocommerce-product-gallery.images{min-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;border:0}@media (max-width:1024px){ - -#content .wp-block-woocommerce-handpicked-products ul.products.products li.product,#content .wp-block-woocommerce-product-best-sellers ul.products.products li.product,#content .wp-block-woocommerce-product-category ul.products.products li.product,#content .wp-block-woocommerce-product-new ul.products.products li.product,#content .wp-block-woocommerce-product-on-sale ul.products.products li.product,#content .wp-block-woocommerce-product-top-rated ul.products.products li.product,#content .wp-block-woocommerce-products-by-attribute ul.products.products li.product{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px);max-width:-webkit-calc(33.333% - 20px);max-width:calc(33.333% - 20px)}}@media (max-width:768px){ - -#content .wp-block-woocommerce-handpicked-products ul.products.products li.product,#content .wp-block-woocommerce-product-best-sellers ul.products.products li.product,#content .wp-block-woocommerce-product-category ul.products.products li.product,#content .wp-block-woocommerce-product-new ul.products.products li.product,#content .wp-block-woocommerce-product-on-sale ul.products.products li.product,#content .wp-block-woocommerce-product-top-rated ul.products.products li.product,#content .wp-block-woocommerce-products-by-attribute ul.products.products li.product{width:-webkit-calc(50% - 20px);width:calc(50% - 20px);max-width:-webkit-calc(50% - 20px);max-width:calc(50% - 20px)}}@media (max-width:480px){ - -#content .wp-block-woocommerce-handpicked-products ul.products.products li.product,#content .wp-block-woocommerce-product-best-sellers ul.products.products li.product,#content .wp-block-woocommerce-product-category ul.products.products li.product,#content .wp-block-woocommerce-product-new ul.products.products li.product,#content .wp-block-woocommerce-product-on-sale ul.products.products li.product,#content .wp-block-woocommerce-product-top-rated ul.products.products li.product,#content .wp-block-woocommerce-products-by-attribute ul.products.products li.product{width:-webkit-calc(100% - 20px);width:calc(100% - 20px);max-width:-webkit-calc(100% - 20px);max-width:calc(100% - 20px)}} - -#content div.product{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-ms-flex-flow:row wrap;flex-flow:row wrap} - -#content div.product>div,#content div.product>section{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-width:100%;box-sizing:border-box} - -#content div.product div.woocommerce-product-gallery.images{width:55%;-webkit-box-flex:0;-ms-flex:0 0 55%;flex:0 0 55%;min-width:55%;background-color:var(--bb-content-background-color);border-radius:0 var(--bb-block-radius) var(--bb-block-radius) 0;border:1px solid var(--bb-content-border-color);border-left-width:0;padding-bottom:0} - -#content div.product div.summary{width:45%;-webkit-box-flex:0;-ms-flex:0 0 45%;flex:0 0 45%;min-width:45%;margin-top:0;padding:2em 4% 0 2%;background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius) 0 0 var(--bb-block-radius);border:1px solid var(--bb-content-border-color);border-right-width:0} - -#content div.product div.summary h1.product_title{line-height:2rem} - -#content div.product div.summary h4.pr-sub-heading{text-transform:uppercase;font-size:.75rem;font-weight:600;margin-bottom:10px;border-bottom:1px solid var(--bb-content-border-color)} - -#content div.product div.summary .product_meta{font-size:16px;margin-bottom:20px} - -#content div.product div.summary .product_meta>span{display:block;font-size:14px;color:var(--bb-alternate-text-color);padding:0 0 3px;margin:0} - -#content div.product div.summary .product_meta>span:last-of-type{border-bottom:0} - -#content div.product div.summary .product_meta .pr-atts-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:wrap;flex-flow:wrap} - -#content div.product div.summary .product_meta .pr-atts-row .pr-atts-title{width:30%;padding-left:5px}@media (max-width:544px){ - -#content div.product div.summary .product_meta .pr-atts-row .pr-atts-title{width:40%}} - -#content div.product div.summary .product_meta .pr-atts-row p{display:inline;margin:0;font-size:1em} - -#content div.product div.summary .product_meta .pr-atts-row p.out-of-stock{color:var(--bb-danger-color)} - -#content div.product div.summary .attribute-colors{margin:0 0 20px} - -#content div.product div.summary .quantity{margin-left:10px;margin-bottom:10px} - -#content div.product div.summary .quantity.quantity--readonly{visibility:hidden;width:0;height:0;opacity:0;margin:0} - -#content div.product div.summary>p.stock{display:none}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){ - -#content div.product div.summary{width:38%;-webkit-box-flex:0;-ms-flex:0 0 38%;flex:0 0 38%;min-width:38%}} - -#content div.product .flex-control-thumbs{width:70%;overflow:visible;display:none} - -#content div.product .flex-control-thumbs.slick-initialized{display:block;min-height:100px} - -#content div.product .flex-control-thumbs .slick-list .slick-slide{margin:0 5px} - -#content div.product .flex-control-thumbs .slick-list .slick-slide li img{opacity:1} - -#content div.product .flex-control-thumbs{width:70%;margin:10px auto 15px} - -#content div.product .flex-control-thumbs .slick-slide{margin:0 5px} - -#content div.product .flex-control-thumbs .slick-arrow{background-color:#fff;opacity:1;box-shadow:0 0 6px 0 rgba(0,0,0,.09)} - -#content div.product .flex-control-thumbs .slick-arrow i{color:#828d98} - -#content div.product .flex-control-thumbs .slick-arrow.slick-disabled{cursor:default} - -#content div.product .flex-control-thumbs .slick-arrow.slick-disabled i{opacity:.3} - -#content div.product .flex-control-thumbs .slick-arrow.bb-slide-next{left:-15px} - -#content div.product .flex-control-thumbs .slick-arrow.bb-slide-prev{right:-15px} - -#content div.product div.images .woocommerce-product-gallery__trigger{background-color:var(--bb-content-background-color);color:transparent;text-indent:0} - -#content div.product div.images .woocommerce-product-gallery__trigger img.emoji{display:none} - -#content div.product div.images .woocommerce-product-gallery__trigger::before{border:0;content:"\ef10";color:var(--bb-body-text-color);font-family:bb-icons;font-style:normal;height:auto;width:auto;font-size:24px;top:5px;right:6px} - -#content div.product div.images .woocommerce-product-gallery__trigger::after{display:none} - -#content div.product p.price{color:var(--bb-headings-color);font-weight:500;margin-top:1.2em;margin-bottom:1.2em} - -#content div.product p.price ins{text-decoration:none;font-weight:500} - -#content div.product p.price del{color:var(--bb-alternate-text-color);opacity:1;font-weight:400} - -#content div.product .woocommerce-product-details__short-description{font-size:16px} - -#content div.product form.cart .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);font-size:14px;font-weight:400;padding-right:3em;padding-left:3em;height:40px} - -#content div.product form.cart .button:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -#content div.product form.cart .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)} - -#content div.product .woocommerce-tabs ul.tabs{padding:0} - -#content div.product .woocommerce-tabs ul.tabs li{border:0;background-color:transparent} - -#content div.product .woocommerce-tabs ul.tabs li::after,#content div.product .woocommerce-tabs ul.tabs li::before{display:none} - -#content div.product .woocommerce-tabs ul.tabs li.active{background:100% 0;border-bottom:1px solid var(--bb-primary-color)} - -#content div.product .woocommerce-tabs ul.tabs li.active a{color:var(--bb-headings-color)} - -#content div.product .woocommerce-tabs ul.tabs li.active a:hover{color:var(--bb-primary-color)} - -#content div.product .woocommerce-tabs ul.tabs li a{font-weight:400;font-size:14px;color:var(--bb-body-text-color)} - -#content div.product .woocommerce-tabs ul.tabs li a:hover{color:var(--bb-primary-color)} - -#content div.product .woocommerce-tabs ul.tabs li#tab-title-reviews a span{display:inline-block;background-color:var(--bb-alternate-text-color);color:var(--bb-content-background-color);padding:2px 7px;border-radius:10px;line-height:1.2;font-size:.9em;margin-right:4px} - -#content div.product .woocommerce-tabs ul.tabs li#tab-title-reviews.active a span{background-color:var(--bb-primary-color)} - -#content div.product .woocommerce-tabs .panel{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius);border:1px solid var(--bb-content-border-color);padding:1.25rem 1.25rem;font-size:14px} - -#content div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description p{font-size:16px} - -#content div.product .shop_attributes tr:nth-child(even) td,#content div.product .shop_attributes tr:nth-child(even) th{background-color:transparent} - -#content div.product .shop_attributes td,#content div.product .shop_attributes th{padding:8px;font-size:14px} - -#content div.product .shop_attributes td p,#content div.product .shop_attributes th p{padding:0} - -#content div.product .shop_attributes th{text-transform:uppercase;font-weight:400} - -#content div.product #reviews #comments ol.commentlist li img.avatar{border-radius:100%;border:0;padding:0} - -#content div.product #reviews .comment-respond{box-shadow:none} - -#content div.product #reviews .comment-reply-title{text-transform:uppercase;font-size:14px;font-weight:700;margin-bottom:12px} - -#content div.product #reviews p.stars a{color:#d3ced2;margin:0 2px} - -#content div.product #reviews p.stars a:hover{color:#fcaf00} - -#content div.product #reviews p.stars.selected a.active,#content div.product #reviews p.stars.selected a:not(.active){color:var(--bb-warning-color)} - -#content div.product #reviews p.stars.selected a.active~a{color:#d3ced2} - -#content div.product #reviews p.form-submit input#submit{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);font-size:14px;font-weight:400;display:inline-block;padding-right:2em;padding-left:2em} - -#content div.product #reviews p.form-submit input#submit:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -#content div.product #reviews p.form-submit input#submit:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -#content div.product #reviews .comment-form label{font-size:16px;line-height:1.1;margin-bottom:12px;color:inherit} - -#content div.product form.cart .variations td.value{padding:0 0 .5rem} - -#content div.product form.cart .variations td.label{background:100% 0} - -#content div.product form.cart .variations label{padding-bottom:0;text-transform:uppercase;font-size:.75rem;font-weight:600;line-height:2.5rem} - -div.product .woocommerce-product-gallery__image{border-radius:0 var(--bb-block-radius) var(--bb-block-radius) 0} - -div.product .woocommerce-product-gallery__wrapper img.wp-post-image{border-radius:0 var(--bb-block-radius) var(--bb-block-radius) 0} - -.woocommerce #reviews #comments ol.commentlist li .comment-text{border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner)} - -.woocommerce div.product .woocommerce-tabs ul.tabs::before{border-bottom:0} - -.woocommerce div.product span.price{color:var(--bb-primary-color)} - -.woocommerce [type=checkbox]:checked+span{color:var(--bb-primary-color)} - -.woocommerce .woocommerce-product-rating a.woocommerce-review-link{font-size:.757em;color:var(--bb-alternate-text-color)} - -.woocommerce .woocommerce-product-rating a.woocommerce-review-link:hover{color:var(--bb-alternate-text-color)} - -.woocommerce div.product .woocommerce-product-rating{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:.4em;margin-bottom:0} - -.woocommerce div.product .woocommerce-product-rating .star-rating{margin-top:0} - -.woocommerce div.product .woocommerce-product-rating span.count{background-color:transparent;color:inherit;letter-spacing:0;box-shadow:none;padding:0 3px} - -.woocommerce #reviews #comments ol.commentlist li .meta{color:var(--bb-alternate-text-color)} - -.woocommerce #review_form #respond p.comment-form-author{margin-left:5px;width:-webkit-calc(50% - 5px);width:calc(50% - 5px)} - -.woocommerce #review_form #respond p.comment-form-email{margin-right:5px;width:-webkit-calc(50% - 5px);width:calc(50% - 5px)}@media (max-width:992px){ - -.woocommerce .has-sidebar #review_form #respond p.comment-form-author{margin-right:0;width:100%} - -.woocommerce .has-sidebar #review_form #respond p.comment-form-email{margin-right:0;width:100%}}@media (max-width:800px){ - -.woocommerce #review_form #respond p.comment-form-author{margin-right:0;width:100%} - -.woocommerce #review_form #respond p.comment-form-email{margin-right:0;width:100%}}@media (max-width:1200px){ - -body.has-sidebar.woocommerce #content div.product div.woocommerce-product-gallery.images{width:52%;-webkit-box-flex:0;-ms-flex:0 0 52%;flex:0 0 52%;min-width:52%} - -body.has-sidebar.woocommerce #content div.product div.summary{width:48%;-webkit-box-flex:0;-ms-flex:0 0 48%;flex:0 0 48%;min-width:48%} - -body.has-sidebar.woocommerce #content div.product .flex-control-thumbs.slick-initialized{min-height:50px}}@media (max-width:992px){ - -body.has-sidebar.woocommerce #content div.product{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -body.has-sidebar.woocommerce #content div.product div.woocommerce-product-gallery.images{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-width:100%;border-left-width:1px;border-radius:4px;float:none} - -body.has-sidebar.woocommerce #content div.product div.summary{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-width:100%;border-right-width:1px;border-radius:4px;padding:1.5em;float:none}}@media (max-width:800px){ - -.woocommerce #content div.product{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.woocommerce #content div.product div.images{margin-bottom:15px} - -.woocommerce #content div.product div.woocommerce-product-gallery.images{width:100%;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-width:100%;border-left-width:1px;border-radius:var(--bb-block-radius);float:none} - -.woocommerce #content div.product div.summary{width:100%;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-width:100%;border-right-width:1px;border-radius:var(--bb-block-radius);padding:1.5em;float:none} - -.woocommerce #content div.product .flex-control-thumbs.slick-initialized{min-height:50px} - -div.product .woocommerce-product-gallery__wrapper img.wp-post-image{border-radius:var(--bb-block-radius)}}@media (max-width:544px){ - -.content-area .related.products ul.products li.product{margin-bottom:20px} - -.woocommerce .woocommerce-message{font-size:14px;line-height:150%} - -.woocommerce .woocommerce-message .button{margin-right:10px;font-size:13px} - -.woocommerce .woocommerce-message[role=alert]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.woocommerce .woocommerce-message[role=alert] .button.wc-forward{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin:10px 0 0;max-width:230px} - -.woocommerce .woocommerce-error li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.woocommerce .woocommerce-error li .button.wc-forward{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin:10px 0 0;max-width:230px}} - -.wpb_wrapper li.product-category a{display:block;width:100%} - -.wpb_wrapper li.product-category h2.woocommerce-loop-category__title{text-align:center;padding:5px 10px} - -.woocommerce-checkout form.checkout .col2-set .col-1{width:100%;float:none} - -.woocommerce-checkout form.checkout .col2-set .col-2{width:100%;float:none} - -.woocommerce-checkout form.checkout .col2-set .col-2 .woocommerce-shipping-fields{margin-bottom:10px} - -.woocommerce-checkout form.checkout .col2-set h3{text-transform:uppercase;font-size:16px;margin:1rem 0} - -.woocommerce-checkout .bb-wc-co{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-right:-10px;margin-left:-10px} - -.woocommerce-checkout .bb-wc-co .bb-wc-col{width:50%;padding-right:10px;padding-left:10px} - -.woocommerce-checkout .bb-wc-co #customer_details{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius);border:1px solid var(--bb-content-border-color);margin-bottom:20px;padding:15px 20px} - -.woocommerce-checkout .bb-wc-co .bb-order-review{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius);border:1px solid var(--bb-content-border-color);margin-bottom:20px;padding:15px 20px} - -.woocommerce-checkout .bb-wc-co .bb-order-review h3{text-transform:uppercase;font-size:16px;font-weight:700} - -.woocommerce-checkout .bb-wc-co table.shop_table{border:0;font-size:14px} - -.woocommerce-checkout .bb-wc-co table.shop_table td,.woocommerce-checkout .bb-wc-co table.shop_table th{border-bottom:1px solid var(--bb-content-border-color);border-top:0;font-weight:400;padding-right:0} - -.woocommerce-checkout .bb-wc-co table.shop_table td:first-child,.woocommerce-checkout .bb-wc-co table.shop_table th:first-child{padding-right:0} - -.woocommerce-checkout .bb-wc-co table.shop_table td:last-child,.woocommerce-checkout .bb-wc-co table.shop_table th:last-child{padding-left:0;text-align:left} - -.woocommerce-checkout .bb-wc-co table.shop_table td.product-name{width:65%} - -.woocommerce-checkout .bb-wc-co table.shop_table td.product-total{color:var(--bb-headings-color);width:35%} - -.woocommerce-checkout .bb-wc-co table.shop_table th{text-transform:uppercase;font-weight:400;color:var(--bb-alternate-text-color);font-size:14px} - -.woocommerce-checkout .bb-wc-co table.shop_table tfoot td,.woocommerce-checkout .bb-wc-co table.shop_table tfoot th{color:var(--bb-alternate-text-color);border-bottom:0;vertical-align:top} - -.woocommerce-checkout .bb-wc-co table.shop_table tfoot th:first-child{padding-right:30%;padding-top:6px;padding-bottom:6px} - -.woocommerce-checkout .bb-wc-co table.shop_table tfoot td{width:50%} - -.woocommerce-checkout .bb-wc-co table.shop_table tfoot .order-total td,.woocommerce-checkout .bb-wc-co table.shop_table tfoot .order-total th{color:var(--bb-headings-color);font-weight:500} - -.woocommerce-checkout .bb-wc-co table.shop_table tfoot .order-total td strong{font-weight:500} - -.woocommerce-checkout .bb-wc-co table.shop_table tfoot tr:first-child td,.woocommerce-checkout .bb-wc-co table.shop_table tfoot tr:first-child th{padding-top:15px} - -.woocommerce-checkout .bb-wc-co table.shop_table .bs-product-check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.woocommerce-checkout .bb-wc-co table.shop_table .bs-product-thumbnail img{max-width:65px;height:auto;margin-left:20px} - -.woocommerce-checkout .bb-wc-co table.shop_table .check-name{color:var(--bb-headings-color);font-weight:500;line-height:1.4} - -.woocommerce-checkout .bb-wc-co table.shop_table .bs-product-remove{margin-left:10px} - -.woocommerce-checkout .bb-wc-co table.shop_table .qty{color:var(--bb-alternate-text-color);text-transform:uppercase;font-size:13px} - -.woocommerce-checkout .bb-wc-co table.shop_table .qty strong{color:var(--bb-headings-color);font-weight:400;margin-right:5px}@media (max-width:544px){ - -.woocommerce-checkout .bb-wc-co table.shop_table td.product-name{width:70%} - -.woocommerce-checkout .bb-wc-co table.shop_table td.product-total{color:var(--bb-headings-color);width:30%}}@media (max-width:420px){ - -.woocommerce-checkout .bb-wc-co table.shop_table td.product-name .bs-product-check{-ms-flex-wrap:wrap;flex-wrap:wrap} - -.woocommerce-checkout .bb-wc-co table.shop_table td.product-name .bs-product-check .bs-product-name{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:5px}}@media (max-width:992px){ - -.woocommerce-checkout .bb-wc-co{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.woocommerce-checkout .bb-wc-co .bb-wc-col{width:100%}}@media (max-width:544px){ - -.woocommerce-checkout .bb-wc-co .bb-wc-col .bb-order-review table.shop_table tfoot th:first-child{padding-right:0}} - -.woocommerce-checkout form .form-row{margin:0 0 1.2rem} - -.woocommerce-checkout form .form-row label{font-size:16px;line-height:1.1;margin-bottom:10px;color:var(--bb-body-text-color)} - -.woocommerce-checkout form .form-row .required{color:var(--bb-danger-color);text-decoration:none} - -.woocommerce-checkout form .form-row #order_comments{height:120px;overflow-x:hidden} - -.woocommerce-checkout form .form-row.woocommerce-validated .select2-container,.woocommerce-checkout form .form-row.woocommerce-validated input.input-text,.woocommerce-checkout form .form-row.woocommerce-validated select{border-color:#dedfe2} - -.woocommerce-checkout form .form-row.woocommerce-invalid .select2-container,.woocommerce-checkout form .form-row.woocommerce-invalid input.input-text,.woocommerce-checkout form .form-row.woocommerce-invalid select{border-color:var(--bb-danger-color)} - -.woocommerce-checkout form .form-row.woocommerce-invalid label{color:var(--bb-danger-color)} - -.woocommerce-checkout form .form-row .password-input .show-password-input{top:9px} - -.woocommerce-checkout form #ship-to-different-address label{font-size:16px} - -.woocommerce-checkout #payment{background-color:transparent} - -.woocommerce-checkout #payment ul.payment_methods{background-color:var(--bb-content-alternate-background-color);border-radius:var(--bb-block-radius-inner);border-bottom:0} - -.woocommerce-checkout #payment div.payment_box{font-size:13px;color:var(--bb-body-text-color);border-radius:var(--bb-block-radius-inner)} - -.woocommerce-checkout #payment #place_order{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);font-size:14px;font-weight:400;display:inline-block;padding-right:2em;padding-left:2em;height:40px} - -.woocommerce-checkout #payment #place_order:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.woocommerce-checkout #payment #place_order:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -.woocommerce-checkout #payment li.wc_payment_method input.input-radio{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;position:relative;background-color:#fff;border:2px solid #d6dce6;color:#666;top:-2px;height:20px;width:20px;border-radius:50px;cursor:pointer;margin-left:7px;outline:0} - -.woocommerce-checkout #payment li.wc_payment_method input.input-radio:checked{background-color:#fff} - -.woocommerce-checkout #payment li.wc_payment_method input.input-radio:checked::before{position:absolute;right:2px;top:2px;content:"";display:inline-block;width:12px;height:12px;background-color:var(--bb-primary-color);border-radius:100%} - -.woocommerce-checkout .woocommerce-order-over{text-align:center} - -.woocommerce-checkout .woocommerce-order-over>p{font-size:16px;color:var(--bb-alternate-text-color)} - -.woocommerce-checkout .woocommerce-order-over h2.woocommerce-heading--success{margin-bottom:5px} - -.woocommerce-checkout .woocommerce-order-over h2.woocommerce-heading--success i{color:var(--bb-success-color);padding:0;display:inline-block;font-size:20px;width:20px;height:20px;line-height:20px;text-align:center;margin-left:8px;position:relative;bottom:2px} - -.woocommerce-checkout .woocommerce-order-over h2.woocommerce-heading--success span{display:block;margin:1em 0} - -.woocommerce-checkout .woocommerce-order-over h2.woocommerce-heading--success span i{color:var(--bb-success-color);border:1px solid var(--bb-success-color);border-radius:100%;padding:0 10px;display:inline-block;width:50px;height:50px;line-height:50px} - -.woocommerce-checkout ul.woocommerce-order-overview{display:inline-block;margin:1em 0 2em} - -.woocommerce-checkout ul.woocommerce-order-overview li{float:none;padding-left:1em;margin-left:1em;border-left:0;text-align:right;display:inline-block;color:var(--bb-alternate-text-color)} - -.woocommerce-checkout ul.woocommerce-order-overview li>span{display:block;font-weight:500;font-size:14px;white-space:nowrap;padding:.6em 0 0;text-transform:none;color:var(--bb-body-text-color)}@media (max-width:800px){ - -.woocommerce-checkout ul.woocommerce-order-overview{margin:.5em 0 1em} - -.woocommerce-checkout ul.woocommerce-order-overview li{display:block;text-align:center;margin-bottom:20px}} - -.woocommerce-checkout .woocommerce-order-details-wrapper{background:var(--bb-content-background-color);border:1px solid #eef0f3;border-radius:var(--bb-block-radius);padding:20px} - -.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-order-details p.order-again{text-align:left} - -.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-order-details p.order-again a.button{padding:8px 2em} - -.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-order-details p.order-again a.button:hover{background-color:#0f74e0;color:#fff} - -.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details{padding:0 12px} - -.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details h2.woocommerce-column__title{font-size:17px;margin-bottom:.5rem} - -.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-column h2.woocommerce-column__title{font-size:17px;margin-bottom:.5rem}@media (max-width:992px){ - -.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-column{width:100%;float:none} - -.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-column.woocommerce-column--1{margin-bottom:30px}} - -.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details address{border:0;padding:0;font-size:14px} - -.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details address .woocommerce-customer-details--email::before,.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details address .woocommerce-customer-details--phone::before{line-height:2.15} - -.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-customer-details--subcolumn{font-size:14px} - -.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-customer-details--subcolumn .woocommerce-customer-details--email::before,.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-customer-details--subcolumn .woocommerce-customer-details--phone::before{line-height:2.15} - -.woocommerce-checkout table.shop_table.woocommerce-table--order-details td{vertical-align:top} - -.woocommerce-checkout .woocommerce-table--order-details{border:0} - -.woocommerce-checkout .woocommerce-table--order-details td,.woocommerce-checkout .woocommerce-table--order-details th{padding-top:8px;padding-bottom:8px;font-size:14px;border-bottom:0;border-top:1px solid var(--bb-content-border-color)} - -.woocommerce-checkout .woocommerce-table--order-details td.product-total,.woocommerce-checkout .woocommerce-table--order-details th.product-total{width:200px;color:inherit;text-align:left} - -.woocommerce-checkout .woocommerce-table--order-details td.product-total span.woocommerce-Price-amount{font-weight:700}@media (max-width:1200px){ - -.woocommerce-checkout .woocommerce-table--order-details td.product-total{width:auto}}@media (max-width:544px){ - -.woocommerce-checkout .woocommerce-table--order-details td.product-total,.woocommerce-checkout .woocommerce-table--order-details th.product-total{text-align:left}} - -.woocommerce-checkout .woocommerce-table--order-details thead th{text-transform:uppercase;font-size:14px;color:#939597;font-weight:500} - -.woocommerce-checkout .woocommerce-table--order-details tfoot td,.woocommerce-checkout .woocommerce-table--order-details tfoot th{font-weight:400} - -.woocommerce-checkout .woocommerce-table--order-details.order_details_items thead tr:first-child td,.woocommerce-checkout .woocommerce-table--order-details.order_details_items thead tr:first-child th{border-top:0}@media (max-width:544px){ - -.woocommerce-checkout .woocommerce-table--order-details.order_details_items thead tr:first-child th.product-thumb{display:none}} - -.woocommerce-checkout .woocommerce-table--order-details.order_details_items tbody tr:last-child td,.woocommerce-checkout .woocommerce-table--order-details.order_details_items tbody tr:last-child th{border-bottom:1px solid var(--bb-content-border-color)} - -.woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-name a{color:var(--bb-headings-color);font-weight:500} - -.woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-name a:hover{color:var(--bb-primary-color)} - -.woocommerce-checkout .woocommerce-table--order-details.order_details_items tr.product-purchase-note td{padding-top:8px} - -.woocommerce-checkout .woocommerce-table--order-details.order_details_items td:not(.product-thumb){padding-top:20px} - -.woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-thumb{width:120px} - -.woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-thumb img{max-width:100px}@media (max-width:992px){ - -.woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-thumb{width:80px} - -.woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-thumb img{max-width:70px}}@media (max-width:544px){ - -.woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-thumb{display:none}} - -.woocommerce-checkout .woocommerce-table--order-details.order_details_items .bb_sku_wrapper{display:block;color:#939597;font-size:13px;line-height:1} - -.woocommerce-checkout .woocommerce-table--order-details.order_details_total{width:70%;float:left} - -.woocommerce-checkout .woocommerce-table--order-details.order_details_total td,.woocommerce-checkout .woocommerce-table--order-details.order_details_total th{border-top:0;border-bottom:0;padding-top:6px;padding-bottom:6px;font-weight:400} - -.woocommerce-checkout .woocommerce-table--order-details.order_details_total th{text-transform:uppercase} - -.woocommerce-checkout .woocommerce-table--order-details.order_details_total tfoot td:last-child{width:200px;color:inherit;text-align:left} - -.woocommerce-checkout .woocommerce-table--order-details.order_details_total tfoot tr:last-child td,.woocommerce-checkout .woocommerce-table--order-details.order_details_total tfoot tr:last-child th{font-weight:700;color:inherit}@media (max-width:800px){ - -.woocommerce-checkout .woocommerce-table--order-details.order_details_total tfoot td:last-child{text-align:left}}@media (max-width:992px){ - -.woocommerce-checkout .woocommerce-table--order-details.order_details_total{width:100%;float:none} - -.woocommerce-checkout .woocommerce-table--order-details.order_details_total td,.woocommerce-checkout .woocommerce-table--order-details.order_details_total th{padding-top:4px;padding-bottom:4px}} - -.woocommerce-checkout .woocommerce-table--order-details.order_details_note{clear:both} - -.woocommerce-checkout .woocommerce-table--order-details.order_details_note th{color:var(--bb-body-text-color)} - -.woocommerce-checkout .woocommerce-order-end{text-align:center;margin:2rem 0;padding:0 3rem} - -.woocommerce-checkout .woocommerce-order-end h3{margin-bottom:5px} - -.woocommerce-checkout .woocommerce-order-end p{font-size:14px;color:var(--bb-alternate-text-color)} - -.woocommerce-checkout label.checkbox{position:relative} - -form.woocommerce-checkout input[type=checkbox]{position:absolute;opacity:0} - -form.woocommerce-checkout input[type=checkbox]+span::before{content:"";margin-left:10px;display:inline-block;vertical-align:text-top;width:20px;height:20px;background:#fff;border-radius:3px;border:1px solid var(--bb-primary-color);box-shadow:none} - -form.woocommerce-checkout input[type=checkbox]:checked+span::before{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color);content:"\e876";font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;font-variant:normal;text-transform:none;text-align:center;color:#fff;line-height:18px;font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-shadow:0 0 0 1px var(--bb-primary-color)} - -.woocommerce-checkout .payment_method_stripe #stripe-payment-data [for=wc-stripe-new-payment-method]{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important} - -.woocommerce-checkout .payment_method_stripe #stripe-payment-data .form-row{margin-bottom:0!important;width:100%} - -.woocommerce-checkout .payment_method_stripe #stripe-payment-data #wc-stripe-new-payment-method+label::before{content:"";margin-left:10px;display:inline-block;vertical-align:text-top;width:20px;height:20px;background:#fff;border-radius:3px;border:1px solid #c9cbca;box-shadow:none;-ms-flex-preferred-size:40px;flex-basis:40px;max-width:20px;min-width:20px} - -.woocommerce-checkout .payment_method_stripe #stripe-payment-data #wc-stripe-new-payment-method:checked+label::before{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color);content:"\e876";font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;font-variant:normal;text-transform:none;text-align:center;color:#fff;line-height:18px;font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-shadow:none} - -.woocommerce-checkout .payment_method_stripe #stripe-payment-data .stripe-source-errors .wc-stripe-error li{line-height:1.4} - -.woocommerce-checkout .payment_method_stripe #stripe-payment-data .stripe-source-errors .wc-stripe-error::before{color:#fff} - -input[type=checkbox]#wp-comment-cookies-consent{position:absolute;opacity:0} - -input[type=checkbox]#wp-comment-cookies-consent+label::before{content:"";margin-left:10px;display:inline-block;vertical-align:text-top;width:20px;height:20px;background:#fff;border-radius:3px;border:1px solid #c9cbca;box-shadow:none} - -input[type=checkbox]#wp-comment-cookies-consent:checked+label::before{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color);content:"\e876";font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;font-variant:normal;text-transform:none;text-align:center;color:#fff;line-height:18px;font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-shadow:none} - -.woocommerce form.checkout_coupon{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);margin-top:0;margin-bottom:1em;font-size:14px} - -.woocommerce form.checkout_coupon .form-row-first{width:-webkit-calc(100% - 150px);width:calc(100% - 150px);padding-left:15px} - -.woocommerce form.checkout_coupon .form-row-last{width:150px} - -.woocommerce form.checkout_coupon .form-row-last button.button{width:100%}@media (max-width:800px){ - -.woocommerce form.checkout_coupon>p{margin-bottom:5px;line-height:150%} - -.woocommerce form.checkout_coupon .form-row-first{padding-left:0}}@media (max-width:992px){ - -.woocommerce-checkout.has-sidebar form.checkout_coupon .form-row-first{padding-left:0} - -.woocommerce-checkout.has-sidebar form.checkout_coupon>p{margin-bottom:5px;line-height:150%}} - -.woocommerce-form-coupon-toggle .woocommerce-info{font-size:14px;color:var(--bb-body-text-color);background-color:transparent!important;border:0;padding-top:0;padding-bottom:0;padding-right:25px} - -.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info::before{content:"\ef17";font-family:bb-icons;font-size:20px;top:0;right:0;color:var(--bb-body-text-color)}@media (max-width:1200px){ - -body.woocommerce-checkout.has-sidebar .woocommerce .woocommerce-order ul.woocommerce-order-overview{margin:.5em 0 1em} - -body.woocommerce-checkout.has-sidebar .woocommerce .woocommerce-order ul.woocommerce-order-overview li{display:block;text-align:center;margin-bottom:20px}}@media (max-width:1200px){ - -.woocommerce-checkout.has-sidebar .woocommerce form.checkout .bb-wc-co{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.woocommerce-checkout.has-sidebar .woocommerce form.checkout .bb-wc-co .bb-wc-col{width:100%}}@media (max-width:992px){ - -.woocommerce-checkout.has-sidebar .woocommerce form.checkout .bb-wc-co .bb-wc-col .bb-order-review table.shop_table tfoot th:first-child{padding-right:0}} - -.elementor-widget-container .woocommerce-checkout .bb-wc-co>.bb-wc-col{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0} - -.elementor-widget-container .woocommerce-checkout .bb-wc-co>.bb-wc-col .bb-wc-col,.elementor-widget-container .woocommerce-checkout .bb-wc-co>.bb-wc-col .e-checkout__container{width:50%;padding-right:10px;padding-left:10px;grid-template-columns:auto} - -.e-checkout-layout-one-column .elementor-widget-container .woocommerce-checkout .bb-wc-co>.bb-wc-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.e-checkout-layout-one-column .elementor-widget-container .woocommerce-checkout .bb-wc-co>.bb-wc-col .bb-wc-col,.e-checkout-layout-one-column .elementor-widget-container .woocommerce-checkout .bb-wc-co>.bb-wc-col .e-checkout__container{width:100%} - -.woocommerce-checkout.woocommerce-order-received header.entry-header{display:none} - -.mfp-content .bs_checkout_coupon{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-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -.mfp-content .bs_checkout_coupon div.woocommerce-message,.mfp-content .bs_checkout_coupon ul.woocommerce-error{width:100%} - -.mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;margin-bottom:0;min-height:50px!important;width:100%} - -.mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form p.form-row-first{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-bottom:0} - -.mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form p.form-row-last{width:auto;margin-right:15px;margin-bottom:0} - -.mfp-content .bs_checkout_coupon button{color:var(--bb-alternate-text-color)} - -.mfp-content .bs_checkout_coupon button:hover{color:var(--bb-headings-color);background-color:transparent}@media (max-width:544px){ - -.mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:92px!important} - -.mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form p{width:100%} - -.mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form p.form-row-last{margin-right:0;text-align:center}} - -.woocommerce .woocommerce-MyAccount-navigation{min-width:230px;float:none;width:230px} - -.woocommerce .woocommerce-MyAccount-navigation ul{margin:0} - -.woocommerce .woocommerce-MyAccount-navigation ul li{display:block} - -.woocommerce .woocommerce-MyAccount-navigation ul li a{display:block;padding:9px 15px;font-size:14px;color:var(--bb-headings-color)} - -.woocommerce .woocommerce-MyAccount-navigation ul li a.is-active{color:var(--bb-primary-color);background-color:var(--bb-body-background-color)} - -.woocommerce .woocommerce-MyAccount-navigation ul li a:hover{color:var(--bb-primary-color);background-color:var(--bb-content-alternate-background-color)} - -.woocommerce .woocommerce-MyAccount-navigation ul li a::before{font-size:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons;margin-left:15px;vertical-align:middle} - -.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a{color:var(--bb-primary-color);background-color:var(--bb-content-alternate-background-color)} - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before{content:"\ee74"} - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before{content:"\eec3"} - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before{content:"\e889"} - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::before{content:"\ee42"} - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before{content:"\eed1"} - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before{content:"\ee27"} - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before{content:"\eefd"} - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--become-a-vendor a::before{content:"\ef52"} - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--giftcards a::before{content:"\eea9"}@media (min-width:800px){ - -.woocommerce .woocommerce-MyAccount-navigation ul.woocommerce-MyAccount-menu{display:block!important}} - -.woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading{padding:15px;text-transform:uppercase} - -.woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading h5{margin-bottom:0;font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading h5 a.push-my-account-nav{margin-right:auto;color:#939597;display:none} - -.woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading h5 a.push-my-account-nav:hover{color:var(--bb-primary-color)} - -.woocommerce .woocommerce-MyAccount-content{-webkit-box-flex:1;-ms-flex:1;flex:1;border-right:1px solid var(--bb-content-border-color);min-height:400px;width:auto;padding:30px} - -.woocommerce .woocommerce-MyAccount-content input[type=submit][name=apply_for_vendor_submit]{border-radius:100px;padding:10px 20px;font-weight:500;font-style:normal;text-decoration:none;cursor:pointer;display:inline-block;line-height:1.3;border:1px solid transparent;font-size:15px;color:#fff;background-color:var(--bb-headings-color)} - -.woocommerce .woocommerce-MyAccount-content .MyAccount-content--dashboard p{font-size:14px} - -.woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content{padding:20px 0} - -.woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content .woocommerce-address-fields{width:70%;margin:2em auto}@media (max-width:1200px){ - -.woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content .woocommerce-address-fields{width:90%}}@media (max-width:992px){ - -.woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content .woocommerce-address-fields .form-row.form-row-first,.woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content .woocommerce-address-fields .form-row.form-row-last{width:100%;float:none}}@media screen and (max-width:860px) and (min-width:800px){ - -.woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content{padding:20px 0}} - -.woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields{width:70%;margin:2em auto} - -.woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields fieldset{border:0;padding:1.5rem 0 1rem;margin-top:3rem;margin-bottom:0} - -.woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields legend{font-weight:500;font-size:16px;color:var(--bb-headings-color)}@media (max-width:1200px){ - -.woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields{width:90%}}@media (max-width:992px){ - -.woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields .form-row.form-row-first,.woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields .form-row.form-row-last{width:100%;float:none}} - -.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses{font-size:14px;padding:0} - -.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h3{text-transform:uppercase;font-size:14px;margin-bottom:.2rem} - -.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses address{line-height:21px;margin-bottom:1em}@media (max-width:992px){ - -.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address{float:none;width:100%} - -.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address.col-1{padding-bottom:30px}} - -.woocommerce .woocommerce-MyAccount-content form .form-row{margin-bottom:1.3em} - -.woocommerce .woocommerce-MyAccount-content form .form-row .required{color:var(--bb-danger-color);text-decoration:none} - -.woocommerce .woocommerce-MyAccount-content form .form-row label{font-size:14px} - -.woocommerce .woocommerce-MyAccount-content form .form-row input,.woocommerce .woocommerce-MyAccount-content form .form-row select,.woocommerce .woocommerce-MyAccount-content form .form-row textarea{font-size:14px} - -.woocommerce .woocommerce-MyAccount-content form .form-row .select2-container .select2-results,.woocommerce .woocommerce-MyAccount-content form .form-row .select2-container .select2-selection--single{font-size:14px} - -.woocommerce .woocommerce-MyAccount-content form .form-row span.select2-selection.select2-selection--single{outline:0} - -.woocommerce .woocommerce-MyAccount-content form .form-row span>em{font-size:14px;font-style:normal;color:var(--bb-alternate-text-color)} - -.woocommerce .woocommerce-MyAccount-content form .woocommerce-account-fields__ctrls-wrapper,.woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__ctrls-wrapper{text-align:left} - -.woocommerce .woocommerce-MyAccount-content form .password-input .show-password-input{top:.4em} - -.woocommerce .woocommerce-MyAccount-content form .password-input .show-password-input::after{content:"\ee69";font-family:bb-icons;font-size:18px} - -.woocommerce .woocommerce-MyAccount-content form .password-input .show-password-input.display-password::after{content:"\ee6a";font-family:bb-icons;color:inherit} - -.woocommerce .wc-MyAccount-sub-heading{padding:0 0 10px;border-bottom:1px solid var(--bb-content-border-color)} - -.woocommerce .wc-MyAccount-sub-heading h2{margin-bottom:10px} - -.woocommerce .wc-MyAccount-sub-heading h2 strong{font-weight:400} - -.woocommerce .wc-MyAccount-sub-heading p{font-size:14px;margin-bottom:0;color:var(--bb-alternate-text-color)} - -.woocommerce table.my_account_orders{border:0} - -.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th{padding-top:8px;padding-bottom:8px;font-size:13px;border-bottom:0} - -.woocommerce table.my_account_orders thead th{text-transform:uppercase;font-size:12px;font-weight:500} - -.woocommerce table.my_account_orders tbody td{border-top:1px solid var(--bb-content-border-color);color:var(--bb-alternate-text-color)} - -.woocommerce table.my_account_orders tbody td.woocommerce-orders-table__cell-order-actions{width:95px}@media (max-width:800px){ - -.woocommerce table.my_account_orders tbody td.woocommerce-orders-table__cell-order-actions{width:auto}} - -.woocommerce table.my_account_orders tbody td a.button{min-height:auto;padding:5px 1.2em;margin:0 5px 5px 0;font-size:13px;line-height:1;max-width:100px;width:100%}@media (max-width:800px){ - -.woocommerce table.my_account_orders tbody td a.button{width:auto}} - -.woocommerce table.my_account_orders tbody td.woocommerce-orders-table__cell-order-number a{color:var(--bb-headings-color)} - -.woocommerce table.my_account_orders tbody td.woocommerce-orders-table__cell-order-number a:hover{color:var(--bb-primary-color)}@media (max-width:800px){ - -.woocommerce table.my_account_orders tbody tr:nth-child(even) td{background-color:var(--bb-body-background-color)} - -.woocommerce table.my_account_orders tbody tr.woocommerce-orders-table__row{margin-bottom:30px} - -.woocommerce table.my_account_orders tbody tr:last-child{margin-bottom:0}} - -.woocommerce table.my_account_orders.account-orders-table-dashboard tbody td a.button{padding:6px 15px;display:block;max-width:90%;margin-bottom:10px}@media (max-width:1200px){ - -.woocommerce table.my_account_orders.account-orders-table-dashboard tbody td a.button{width:100%;max-width:100%}}@media (max-width:800px){ - -.woocommerce table.my_account_orders.account-orders-table-dashboard tbody td a.button{display:inline-block;margin-right:0;margin-left:5px}} - -.woocommerce .bsMyAccount{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:30px}@media (max-width:800px){ - -.woocommerce .bsMyAccount{margin-bottom:0}}@media (max-width:1200px){ - -.woocommerce-account.has-sidebar .woocommerce .bsMyAccount{margin-bottom:0}} - -.woocommerce .wc-MyAccount-fix-center{width:60%;margin:2em auto;text-align:center} - -.woocommerce .wc-MyAccount-fix-center.woocommerce-info{border:0;padding:0} - -.woocommerce .wc-MyAccount-fix-center.woocommerce-info::before{display:none} - -.woocommerce .wc-MyAccount-fix-center.woocommerce-info .button{float:none;padding:1em 3em;font-weight:500;margin:0 auto} - -.woocommerce .wc-MyAccount-fix-center .wc-MyAccount-sub-tagline{font-size:22px;margin-bottom:25px} - -.woocommerce .wc-MyAccount-fix-center .wc-MyAccount-sub-icon{margin-bottom:25px} - -.woocommerce .wc-MyAccount-fix-center .wc-MyAccount-sub-icon img{max-width:60px}@media (max-width:992px){ - -.woocommerce .wc-MyAccount-fix-center{width:85%}} - -.woocommerce #customer_login,.woocommerce .bb_customer_login{padding:3rem} - -.woocommerce #customer_login form.login,.woocommerce #customer_login form.register,.woocommerce .bb_customer_login form.login,.woocommerce .bb_customer_login form.register{border:0;padding:10px 0;font-size:14px} - -.woocommerce #customer_login form.login label,.woocommerce #customer_login form.register label,.woocommerce .bb_customer_login form.login label,.woocommerce .bb_customer_login form.register label{font-size:14px} - -.woocommerce #customer_login form.login input,.woocommerce #customer_login form.login select,.woocommerce #customer_login form.login textarea,.woocommerce #customer_login form.register input,.woocommerce #customer_login form.register select,.woocommerce #customer_login form.register textarea,.woocommerce .bb_customer_login form.login input,.woocommerce .bb_customer_login form.login select,.woocommerce .bb_customer_login form.login textarea,.woocommerce .bb_customer_login form.register input,.woocommerce .bb_customer_login form.register select,.woocommerce .bb_customer_login form.register textarea{font-size:14px} - -.woocommerce #customer_login .woocommerce-LostPassword,.woocommerce .bb_customer_login .woocommerce-LostPassword{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.woocommerce #customer_login .woocommerce-LostPassword label.woocommerce-form__label,.woocommerce .bb_customer_login .woocommerce-LostPassword label.woocommerce-form__label{margin-left:auto}@media (max-width:544px){ - -.woocommerce #customer_login .woocommerce-LostPassword,.woocommerce .bb_customer_login .woocommerce-LostPassword{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.woocommerce #customer_login .woocommerce-LostPassword label.woocommerce-form__label,.woocommerce .bb_customer_login .woocommerce-LostPassword label.woocommerce-form__label{margin-left:auto;margin-right:auto;margin-bottom:15px}} - -.woocommerce #customer_login .woocommerce-LoginBtn,.woocommerce #customer_login .woocommerce-RegisterBtn,.woocommerce .bb_customer_login .woocommerce-LoginBtn,.woocommerce .bb_customer_login .woocommerce-RegisterBtn{text-align:left} - -.woocommerce #customer_login .woocommerce-LoginBtn button.button,.woocommerce #customer_login .woocommerce-RegisterBtn button.button,.woocommerce .bb_customer_login .woocommerce-LoginBtn button.button,.woocommerce .bb_customer_login .woocommerce-RegisterBtn button.button{padding-right:3em;padding-left:3em}@media (max-width:544px){ - -.woocommerce #customer_login .woocommerce-LoginBtn,.woocommerce #customer_login .woocommerce-RegisterBtn,.woocommerce .bb_customer_login .woocommerce-LoginBtn,.woocommerce .bb_customer_login .woocommerce-RegisterBtn{text-align:center}} - -.woocommerce #customer_login.col2-set .col-1,.woocommerce #customer_login.col2-set .col-2,.woocommerce .bb_customer_login.col2-set .col-1,.woocommerce .bb_customer_login.col2-set .col-2{padding:0 20px} - -.woocommerce #customer_login.col2-set .col-1 .bb_customer_login,.woocommerce #customer_login.col2-set .col-2 .bb_customer_login,.woocommerce .bb_customer_login.col2-set .col-1 .bb_customer_login,.woocommerce .bb_customer_login.col2-set .col-2 .bb_customer_login{padding:0} - -.woocommerce .woocommerce-MyAccount-content .bb_customer_login{width:50%;margin:0 auto;padding:3rem} - -.woocommerce .woocommerce-MyAccount-content .bb_customer_login>h2{display:none}@media (max-width:1200px){ - -.has-sidebar .woocommerce .woocommerce-MyAccount-content .bb_customer_login{width:80%}}@media (max-width:992px){ - -.woocommerce .woocommerce-MyAccount-content .bb_customer_login{width:80%} - -.has-sidebar .woocommerce .woocommerce-MyAccount-content .bb_customer_login{width:95%;padding-right:1rem;padding-left:1rem}}@media (max-width:544px){ - -.woocommerce .woocommerce-MyAccount-content .bb_customer_login{width:90%;padding-right:1rem;padding-left:1rem}} - -.woocommerce .wc-LostPassword{padding:3rem;width:50%;margin:0 auto} - -.woocommerce .wc-LostPassword .bs_woocommerce_reset_message{font-size:14px;color:#939597;margin-bottom:1rem;line-height:1.3rem} - -.woocommerce .wc-LostPassword .bs_woocommerce_reset_ctrls{text-align:left}@media (max-width:800px){ - -.woocommerce .wc-LostPassword{width:80%}}@media (max-width:544px){ - -.woocommerce .wc-LostPassword{width:100%}} - -.woocommerce section.woocommerce-order-details p.order-again{text-align:left} - -.woocommerce section.woocommerce-order-details p.order-again a.button{padding:8px 2em} - -.woocommerce section.woocommerce-order-details p.order-again a.button:hover{background-color:#0f74e0;color:#fff} - -.woocommerce .woocommerce-table--order-details{border:0} - -.woocommerce .woocommerce-table--order-details td,.woocommerce .woocommerce-table--order-details th{padding-top:8px;padding-bottom:8px;font-size:14px;border-bottom:0;vertical-align:top;border-top:1px solid var(--bb-content-border-color)} - -.woocommerce .woocommerce-table--order-details thead th{text-transform:uppercase;font-size:14px;color:var(--bb-alternate-text-color);font-weight:500} - -.woocommerce .woocommerce-table--order-details tfoot td,.woocommerce .woocommerce-table--order-details tfoot th{font-weight:400} - -.woocommerce .order_details_items thead tr:first-child td,.woocommerce .order_details_items thead tr:first-child th{border-top:0}@media (max-width:544px){ - -.woocommerce .order_details_items thead tr:first-child th.product-thumb{display:none}} - -.woocommerce .order_details_items tbody tr:last-child td,.woocommerce .order_details_items tbody tr:last-child th{border-bottom:1px solid var(--bb-content-border-color);border-radius:0} - -.woocommerce .order_details_items td.product-name a{color:var(--bb-headings-color);font-weight:500} - -.woocommerce .order_details_items td.product-name a:hover{color:var(--bb-primary-color)} - -.woocommerce .order_details_items td.product-total,.woocommerce .order_details_items th.product-total{width:190px;text-align:left} - -.woocommerce .order_details_items td.product-total span.woocommerce-Price-amount,.woocommerce .order_details_items th.product-total span.woocommerce-Price-amount{font-weight:700}@media (max-width:544px){ - -.woocommerce .order_details_items td.product-total,.woocommerce .order_details_items th.product-total{text-align:left}}@media (max-width:1200px){ - -.woocommerce .order_details_items td.product-total{width:auto}} - -.woocommerce .order_details_items tr.product-purchase-note td{padding-top:8px} - -.woocommerce .order_details_items td:not(.product-thumb){padding-top:15px;padding-bottom:15px} - -.woocommerce .order_details_items td.product-thumb{width:120px} - -.woocommerce .order_details_items td.product-thumb img{max-width:100px}@media (max-width:992px){ - -.woocommerce .order_details_items td.product-thumb{width:90px} - -.woocommerce .order_details_items td.product-thumb img{max-width:80px}} - -.woocommerce .order_details_items .bb_sku_wrapper{display:block;color:var(--bb-alternate-text-color);font-size:13px;line-height:1} - -.woocommerce table.order_details_total{width:70%;float:left} - -.woocommerce table.order_details_total tfoot td,.woocommerce table.order_details_total tfoot th{border-top:0;border-bottom:0;padding-top:4px;padding-bottom:4px;color:var(--bb-alternate-text-color);font-weight:400} - -.woocommerce table.order_details_total th{text-transform:uppercase} - -.woocommerce table.order_details_total tfoot td:last-child{width:190px;color:var(--bb-body-text-color);text-align:left}@media (max-width:800px){ - -.woocommerce table.order_details_total tfoot td:last-child{text-align:left}} - -.woocommerce table.order_details_total tfoot tr:last-child td,.woocommerce table.order_details_total tfoot tr:last-child th{color:var(--bb-body-text-color);font-weight:700}@media (max-width:992px){ - -.woocommerce table.order_details_total{width:100%;float:none} - -.woocommerce table.order_details_total td,.woocommerce table.order_details_total th{padding-top:4px;padding-bottom:4px}} - -.woocommerce .order_details_note{clear:both} - -.woocommerce .order_details_note th{color:var(--bb-body-text-color)} - -.woocommerce section.woocommerce-customer-details{padding:0 12px} - -.woocommerce section.woocommerce-customer-details h2.woocommerce-column__title{font-size:17px;margin-bottom:.5rem} - -.woocommerce section.woocommerce-customer-details .woocommerce-column h2.woocommerce-column__title{font-size:17px;margin-bottom:.5rem} - -.woocommerce section.woocommerce-customer-details .woocommerce-column.woocommerce-column--1{width:64%} - -.woocommerce section.woocommerce-customer-details .woocommerce-column.woocommerce-column--2{width:32%}@media (max-width:992px){ - -.woocommerce section.woocommerce-customer-details .woocommerce-column,.woocommerce section.woocommerce-customer-details .woocommerce-column.woocommerce-column--1,.woocommerce section.woocommerce-customer-details .woocommerce-column.woocommerce-column--2{width:100%;float:none} - -.woocommerce section.woocommerce-customer-details .woocommerce-column.woocommerce-column--1{margin-bottom:30px}} - -.woocommerce section.woocommerce-customer-details address{border:0;padding:0;font-size:14px} - -.woocommerce section.woocommerce-customer-details address .woocommerce-customer-details--email::before,.woocommerce section.woocommerce-customer-details address .woocommerce-customer-details--phone::before{line-height:2.15} - -.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--subcolumn{font-size:14px} - -.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--subcolumn .woocommerce-customer-details--email::before,.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--subcolumn .woocommerce-customer-details--phone::before{line-height:2.15} - -.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--billwrap{display:-webkit-box;display:-ms-flexbox;display:flex} - -.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--billwrap .woocommerce-customer-details--maincolumn{margin-left:50px}@media (max-width:1200px){ - -.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--billwrap .woocommerce-customer-details--maincolumn{margin-left:25px}}@media (max-width:992px){ - -.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--billwrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--billwrap .woocommerce-customer-details--maincolumn{margin-left:0}} - -.woocommerce mark{background-color:var(--bb-body-background-color);color:var(--bb-body-text-color)}@media (max-width:800px){ - -.woocommerce .bsMyAccount{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.woocommerce .woocommerce-MyAccount-navigation{width:100%} - -.woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading h5 a.push-my-account-nav{display:block} - -.woocommerce .woocommerce-MyAccount-navigation ul.woocommerce-MyAccount-menu{display:none} - -.woocommerce .woocommerce-MyAccount-content{border-right:0}} - -.woocommerce .bsMyAccount--dashboard .wc-MyAccount-inner-content{padding-bottom:10px} - -.woocommerce .bsMyAccount--dashboard .wc-MyAccount-sub-heading{border-bottom:0;padding-bottom:0} - -.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block{background-color:var(--bb-content-background-color)} - -.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .wc-MyAccount-sub-heading{border-bottom:1px solid var(--bb-content-border-color);padding-top:10px;padding-bottom:5px} - -.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .wc-MyAccount-sub-heading h2{text-transform:uppercase;font-size:14px;margin-bottom:0} - -.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .my_account_orders{margin-bottom:0} - -.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields{width:100%;margin:0} - -.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 -10px} - -.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split .wcf-col{width:50%;margin:0 10px} - -.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split fieldset{margin:0;padding:0}@media (max-width:1200px){ - -.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0} - -.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split .wcf-col{width:100%;margin:0}} - -.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .col2-set{display:-webkit-box;display:-ms-flexbox;display:flex;margin:20px 0;padding:0} - -.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .col2-set::after,.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .col2-set::before{display:none}@media (max-width:992px){ - -.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .col2-set{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (max-width:992px){ - -.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .woocommerce-Address{width:100%} - -.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .woocommerce-Address.col-1{margin-left:0;margin-bottom:20px} - -.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .woocommerce-Address.col-2{margin-right:0}} - -.woocommerce .bsMyAccount--dashboard .woocommerce-Address{width:50%;margin:0;float:none;background-color:var(--bb-content-background-color)} - -.woocommerce .bsMyAccount--dashboard .woocommerce-Address address{padding:20px} - -.woocommerce .bsMyAccount--dashboard .woocommerce-Address.col-1{margin-left:10px} - -.woocommerce .bsMyAccount--dashboard .woocommerce-Address.col-2{margin-right:10px} - -.woocommerce .bsMyAccount--dashboard .woocommerce-Address-title{border-bottom:1px solid #eef0f3;padding:10px 20px 5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.woocommerce .bsMyAccount--dashboard .woocommerce-Address-title h3{text-transform:uppercase;font-size:14px;margin-bottom:0;font-weight:500} - -.woocommerce .bsMyAccount--dashboard .woocommerce-Address-title a.edit{margin-right:auto} - -.woocommerce .bsMyAccount--dashboard-inner .shop_table.order_details .order_item:first-child:last-child>td,.woocommerce .bsMyAccount--dashboard-inner .shop_table.order_details .order_item:last-child>td{border:0} - -.woocommerce .bsMyAccount--dashboard-inner .shop_table.order_details .order_item .product-name .product-quantity{margin-left:10px} - -.woocommerce .bsMyAccount--dashboard-inner tfoot tr:first-child td,.woocommerce .bsMyAccount--dashboard-inner tfoot tr:first-child th{border-bottom:0} - -.woocommerce .bsMyAccount--dashboard-inner table.order_details tr:last-child td:first-child,.woocommerce .bsMyAccount--dashboard-inner table.subscription_details tr:last-child td:first-child{border-bottom-right-radius:0} - -.woocommerce .bsMyAccount--dashboard-inner table.order_details tr:last-child td:last-child,.woocommerce .bsMyAccount--dashboard-inner table.subscription_details tr:last-child td:last-child{border-bottom-left-radius:0}@media (max-width:800px){ - -.woocommerce .bsMyAccount.bsMyAccount--dashboard .MyAccount-content--dashboard>.wc-MyAccount-inner-content{padding-right:0;padding-left:0}}@media (max-width:1200px){ - -.logged-in.woocommerce-account.has-sidebar .widget-area:not(.widget-area-secondary){-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%} - -.logged-in.woocommerce-account.has-sidebar:not(.profile-sidebar,.group-sidebar,.sfwd-sidebar,.llms-pointer) #primary{max-width:100%}}@media (max-width:800px){ - -.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb,.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb{text-align:center!important;width:100%} - -.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb img,.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb img{max-width:100px;width:100px} - -.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb::before,.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb::before{display:none} - -.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr:nth-child(2n) td,.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr:nth-child(2n) td{background-color:#fff} - -.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tbody tr:last-child td,.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items tbody tr:last-child td{border-bottom:0} - -.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr.woocommerce-table__line-item,.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr.woocommerce-table__line-item{margin-bottom:30px} - -.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr.woocommerce-table__product-purchase-note,.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr.woocommerce-table__product-purchase-note{position:relative;bottom:30px} - -.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr td.woocommerce-table__product-thumb,.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr td.woocommerce-table__product-thumb{border-top:0}} - -body.woocommerce-account:not(.llms-pointer) header.entry-header{display:none} - -.woocommerce-account .select2-container .select2-results,.woocommerce-account .select2-container .select2-selection--single,.woocommerce-account .select2-container input{font-size:14px} - -.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--members-area a::before{font-family:bb-icons;content:"\eed4"} - -.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--subscriptions a::before{font-family:bb-icons;content:"\ef04"} - -.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--wc-smart-coupons a::before{font-family:bb-icons;content:"\e976"} \ No newline at end of file +.woocommerce .woocommerce-result-count{font-size:14px;margin:.5em 0;margin-left:auto;color:var(--bb-alternate-text-color)}.woocommerce form.woocommerce-ordering select::-ms-expand{display:none}.woocommerce form.woocommerce-ordering select{font-size:14px;height:36px;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:0}.woocommerce ul.products:not(.elementor-grid){-webkit-column-count:auto;column-count:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.woocommerce ul.products:not(.elementor-grid).columns-4 li.product .bs_after_shop_loop_item_links{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.woocommerce ul.products:not(.elementor-grid).columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward{width:100%;border-left:0;border-radius:0}.woocommerce ul.products:not(.elementor-grid).columns-4 li.product .bs_after_shop_loop_item_links a.button{-ms-flex-item-align:center;align-self:center;width:100%}.woocommerce ul.products:not(.elementor-grid).columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added{border-radius:0 0 4px 4px}.woocommerce ul.products:not(.elementor-grid) li.product,.woocommerce ul.products:not(.elementor-grid) li.product.type-product{margin-bottom:20px}.woocommerce ul.products:not(.elementor-grid) li.product span.onsale{margin:0;right:0;left:auto}.woocommerce li.product{background-color:var(--bb-content-background-color);box-shadow:0 0 2px 0 rgba(18,43,70,.25);border-radius:var(--bb-block-radius);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 10px 20px;width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}.woocommerce li.product a.woocommerce-LoopProduct-link{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.woocommerce li.product a.woocommerce-LoopProduct-link>img{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0;margin:0 0 .5em;border:0;border-bottom:1px solid var(--bb-content-border-color)}.woocommerce li.product .woocommerce-loop-product__title{text-align:center;font-size:16px;line-height:24px}.woocommerce li.product .star-rating{margin-right:auto;margin-left:auto}.woocommerce li.product .price{text-align:center;color:var(--bb-primary-color);font-weight:500}.woocommerce li.product .price ins{text-decoration:none;font-weight:500}.woocommerce li.product .price del{color:#c8cbcf;opacity:1;font-weight:400}.woocommerce li.product .bs_after_shop_loop_item_separator{width:100%;height:1px;border-bottom:1px solid var(--bb-content-border-color);margin:.4em 0 0}.woocommerce li.product .bs_after_shop_loop_item_links{display:-webkit-box;display:-ms-flexbox;display:flex}.woocommerce li.product a.button{-ms-flex-item-align:end;align-self:flex-end}.woocommerce li.product a.added_to_cart.wc-forward,.woocommerce li.product a.button.add_to_cart_button,.woocommerce li.product a.button.product_type_external,.woocommerce li.product a.button.product_type_grouped,.woocommerce li.product a.button.product_type_simple,.woocommerce li.product a.button.product_type_variable{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius);border:0;background-color:var(--bb-content-background-color);float:left;color:var(--bb-primary-color);text-transform:uppercase;font-weight:400;font-size:12px;line-height:2.5;text-align:center;min-height:auto;white-space:nowrap;overflow:hidden;padding:.618em 1em;margin: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}.woocommerce li.product a.added_to_cart.wc-forward:hover,.woocommerce li.product a.button.add_to_cart_button:hover,.woocommerce li.product a.button.product_type_external:hover,.woocommerce li.product a.button.product_type_grouped:hover,.woocommerce li.product a.button.product_type_simple:hover,.woocommerce li.product a.button.product_type_variable:hover{background-color:var(--bb-primary-color);color:#fff}.woocommerce li.product a.added_to_cart.wc-forward:focus,.woocommerce li.product a.button.add_to_cart_button:focus,.woocommerce li.product a.button.product_type_external:focus,.woocommerce li.product a.button.product_type_grouped:focus,.woocommerce li.product a.button.product_type_simple:focus,.woocommerce li.product a.button.product_type_variable:focus{box-shadow:none}.woocommerce li.product a.button.add_to_cart_button.added{border-radius:0 0 0 var(--bb-block-radius)}.woocommerce li.product a.button.product_type_external{white-space:normal;line-height:2}.woocommerce li.product a.button.add_to_cart_button.added{margin-top:auto;border-top:1px solid var(--bb-content-border-color)}.woocommerce li.product a.button.add_to_cart_button,.woocommerce li.product a.button.product_type_external,.woocommerce li.product a.button.product_type_grouped,.woocommerce li.product a.button.product_type_simple,.woocommerce li.product a.button.product_type_variable{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-top:auto;border-top:1px solid var(--bb-content-border-color)}.woocommerce li.product a.added_to_cart.wc-forward{border-radius:0 0 4px 0;border-left:1px solid var(--bb-content-border-color);-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:50%;max-height:50px;margin-top:auto;border-top:1px solid var(--bb-content-border-color)}.woocommerce li.product .star-rating{font-size:.757em;margin-bottom:1em}.woocommerce li.product .star-rating:before{content:"\53\53\53\53\53"}.woocommerce li.product .star-rating span{color:var(--bb-warning-color)}.woocommerce li.product:hover{box-shadow:0 6px 24px 0 rgba(18,43,70,.12)}@media (min-width:1200px){.woocommerce.woo-sidebar ul.products.columns-4 a.button.add_to_cart_button.added:after,.woocommerce.woo-sidebar ul.products.columns-5 a.button.add_to_cart_button.added:after,.woocommerce.woo-sidebar ul.products.columns-6 a.button.add_to_cart_button.added:after{display:none}}.woocommerce ul.products li.product .price{color:var(--bb-primary-color)}.woocommerce ul.products.columns-5 a.added_to_cart.wc-forward,.woocommerce ul.products.columns-6 a.added_to_cart.wc-forward,.woocommerce.bb-has-wc-sidebar ul.products.columns-4 a.added_to_cart.wc-forward{width:100%;border-left:0}@media (max-width:992px){.woocommerce ul.products li.product a.added_to_cart.wc-forward{width:100%;border-left:0}.woocommerce .woocommerce li.product a.button.add_to_cart_button.added{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)}}.woocommerce span.onsale{margin:0;top:0;right:0;border-top:1px solid var(--bb-content-border-color);border-right:1px solid var(--bb-content-border-color);left:auto;border-radius:0 var(--bb-block-radius) 0 var(--bb-block-radius);padding:10px;background-color:#fe6f4b;min-height:auto;min-width:auto;line-height:1em;text-transform:uppercase;font-size:12px}.woocommerce li.product span.onsale{border-top:0;border-right:0}.woocommerce .star-rating{font-size:12px;margin-top:2px;min-width:90px}.woocommerce .star-rating:before{content:"\53\53\53\53\53";letter-spacing:5px}.woocommerce .star-rating span{color:var(--bb-warning-color)}.woocommerce .star-rating span:before{letter-spacing:5px}.woocommerce .woocommerce-error,.woocommerce .woocommerce-info,.woocommerce .woocommerce-message{border-top:0;background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius);border:1px solid var(--bb-content-border-color);font-size:16px;margin-bottom:1em}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .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);font-size:14px;font-weight:400;padding-right:1em;padding-left:1em;min-height:auto;margin-right:30px}.woocommerce .woocommerce-error .button:focus,.woocommerce .woocommerce-info .button:focus,.woocommerce .woocommerce-message .button:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.woocommerce .woocommerce-error .button:hover,.woocommerce .woocommerce-info .button:hover,.woocommerce .woocommerce-message .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)}.woocommerce .woocommerce-error{background:var(--bb-danger-color);color:#fff;border:0}.woocommerce .woocommerce-error strong{color:#fff}.woocommerce .woocommerce-error::before{font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons;content:"\ee65";font-weight:100;color:#fff}.woocommerce .woocommerce-info{color:inherit}.woocommerce .woocommerce-info::before{font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;content:"\e882";font-family:bb-icons;color:inherit}.woocommerce .woocommerce-message{color:inherit}.woocommerce .woocommerce-message::before{font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons;content:"\e875";color:inherit}.woocommerce .woocommerce-breadcrumb{font-size:14px;color:var(--bb-headings-color)}.woocommerce .woocommerce-breadcrumb a{color:var(--bb-alternate-text-color)}.woocommerce .woocommerce-breadcrumb a:hover{color:var(--bb-headings-color)}.woocommerce .woocommerce-breadcrumb .bc-delimiter{margin:0 3px;position:relative;top:1px}.woocommerce a.button{font-style:normal;background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);font-weight:500;text-decoration:none;text-align:center;cursor:pointer;display:inline-block;line-height:1.3;outline:0;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;min-height:34px;padding:6px 20px;border-radius:var(--bb-button-radius);-webkit-transition:all linear .2s;transition:all linear .2s}.woocommerce a.button:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.woocommerce a.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)}.woocommerce a.remove{font-weight:100;color:var(--bb-alternate-text-color)!important;line-height:.9;font-size:1.8em}.woocommerce a.remove:hover{color:#fff!important;background-color:var(--bb-danger-color)}.woocommerce form .form-row{padding:3px 0}.woocommerce form .form-row.form-row-first{width:49%}.woocommerce form .form-row.form-row-last{width:49%}.woocommerce form .form-row label{font-size:16px;line-height:1.1;margin-bottom:10px}.woocommerce form button.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:var(--bb-button-radius);font-size:14px;font-weight:400;display:inline-block;padding-right:2em;padding-left:2em;height:40px}.woocommerce form button.button:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.woocommerce form button.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)}.woocommerce form button.button:disabled:hover,.woocommerce form button.button:disabled[disabled]:hover,.woocommerce form button.button:hover{box-shadow:none;background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}.woocommerce form button.button:disabled,.woocommerce form button.button:disabled[disabled]{color:#fff;padding-right:2em;padding-left:2em}.woocommerce button.button,.woocommerce input.button{border-radius:var(--bb-button-radius)}.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3{padding-right:15px;padding-left:15px}.woocommerce nav.woocommerce-pagination ul{border:0}.woocommerce nav.woocommerce-pagination ul li{border:0;margin:0 5px;overflow:visible}.woocommerce nav.woocommerce-pagination ul li span{font-size:13px}.woocommerce nav.woocommerce-pagination ul li a{font-size:13px;background-color:#fff;color:var(--bb-primary-color)}.woocommerce nav.woocommerce-pagination ul li a:active,.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover{background-color:var(--bb-primary-color);color:#fff}.woocommerce nav.woocommerce-pagination ul li a.next,.woocommerce nav.woocommerce-pagination ul li a.prev{font-size:12px}.woocommerce-checkout .bb-wc-co table.shop_table tr:last-child td:first-child,.woocommerce-checkout .bb-wc-co table.shop_table tr:last-child td:last-child,.woocommerce-page table.cart tr:last-child td:last-child{border-radius:0}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{background-color:#ebebeb;background-image:none}.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-range{background-color:var(--bb-primary-color);background-image:none}.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle{background-color:var(--bb-primary-color);background-image:none;border:0;width:.8em;height:.8em;top:-.3em;cursor:pointer}.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-horizontal{height:.2em}.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button{color:#fff;background-color:#385dff;border-radius:var(--bb-button-radius);padding:7px 20px 6px;min-height:20px;height:30px;font-size:12px;font-weight:400;line-height:1}.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover{background-color:#0f74e0}@media (max-width:800px){.woocommerce-cart #content .woocommerce table.cart td.product-thumbnail{display:block;text-align:center!important}.woocommerce-cart #content .woocommerce table.cart td.product-thumbnail:before{display:none}}.woocommerce-cart .select2-container .select2-search{display:none}.woocommerce-cart .woocommerce{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius);border:1px solid var(--bb-content-border-color);margin-bottom:20px;padding:15px 20px}.woocommerce-cart .woocommerce table.shop_table th{font-weight:400}body.woocommerce-cart p.cart-empty{text-align:center;font-size:22px;margin-bottom:30px;padding:0 0 30px;overflow:hidden}body.woocommerce-cart p.cart-empty:before{display:inline-block;width:100%;height:60px;content:"";background-image:url(../images/svg/cart.svg);background-repeat:no-repeat;background-size:60px 60px;background-position:center;margin-bottom:20px;margin-top:30px;position:static}body.woocommerce-cart p.cart-empty+p.return-to-shop{text-align:center}body.woocommerce-cart p.cart-empty+p.return-to-shop .button.wc-backward{padding:10px 2em;margin-bottom:1.6875rem}.woocommerce-notices-wrapper+p.return-to-shop{text-align:center}.woocommerce table.shop_table{border:0;font-size:14px}.woocommerce table.shop_table td,.woocommerce table.shop_table th{border-bottom:1px solid var(--bb-content-border-color);border-top:0}.woocommerce table.shop_table th{text-transform:uppercase;color:var(--bb-alternate-text-color);font-size:14px}.woocommerce table.shop_table th.product-subtotal{text-align:left}.woocommerce table.shop_table td.product-name a{color:var(--bb-headings-color);font-weight:500}.woocommerce table.shop_table td.product-name a:hover{color:var(--bb-primary-color)}.woocommerce table.shop_table td.product-name a.wcs-switch-link{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)}.woocommerce table.shop_table td.product-name a.wcs-switch-link:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.woocommerce table.shop_table td.product-name a.wcs-switch-link:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}.woocommerce table.shop_table td.product-quantity .quantity{display:inline-block}.woocommerce table.shop_table td.product-quantity .quantity input.qty{color:var(--bb-headings-color)}.woocommerce table.shop_table td.product-quantity .quantity.quantity--readonly{visibility:hidden;width:0;height:0;opacity:0}.woocommerce table.shop_table td.product-price{color:var(--bb-headings-color)}.woocommerce table.shop_table td.product-subtotal{color:var(--bb-headings-color);text-align:left}@media (max-width:800px){.woocommerce table.shop_table td{padding-top:12px;padding-bottom:12px}}.woocommerce table.shop_table td.actions>button.button{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);font-size:14px;font-weight:500;min-height:34px;padding:6px 20px;line-height:1.4;margin-top:0}.woocommerce table.shop_table td.actions>button.button:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.woocommerce table.shop_table td.actions>button.button:disabled{pointer-events:none}.woocommerce table.shop_table td.actions>button.button: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)}.woocommerce table.shop_table .coupon button.button,.woocommerce table.shop_table .coupon input.button{border-radius:3px;font-size:14px;font-weight:400;background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular)}.woocommerce table.shop_table .coupon button.button:focus,.woocommerce table.shop_table .coupon input.button:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.woocommerce table.shop_table .coupon button.button.bp-coupon-btn-active:hover,.woocommerce table.shop_table .coupon input.button.bp-coupon-btn-active: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)}.woocommerce table.shop_table .coupon button.button{border-radius:var(--bb-button-radius)}.woocommerce table.shop_table .coupon input.input-text{font-size:14px;min-width:150px}@media (max-width:544px){.woocommerce table.shop_table .coupon button.button,.woocommerce table.shop_table .coupon input.button{width:100%!important;margin-bottom:10px}.woocommerce table.shop_table .coupon input.input-text{width:100%!important;margin-bottom:5px!important}}@media (max-width:800px){.woocommerce table.shop_table.shop_table_responsive tr:nth-child(even) td{background-color:var(--bb-body-background-color)}.woocommerce table.shop_table.shop_table_responsive tr:nth-child(even) td div.quantity input.qty{background-color:var(--bb-body-background-color)}.woocommerce table.shop_table.shop_table_responsive tr td::before{padding-left:5px}}.woocommerce .bb_sku_wrapper{display:block;color:var(--bb-alternate-text-color);font-size:13px;line-height:1}@media (max-width:800px){.woocommerce .bb_sku_wrapper{display:none}}.woocommerce .bb-header-buttons a.button:hover{background-color:transparent}.woocommerce .bb-header-buttons a.button.signup:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}.woocommerce .bb-login-section a.button{margin-bottom:16px}.woocommerce-cart table.cart td.actions .coupon .input-text{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)}.woocommerce-cart .wc_empty_cart{text-align:center}.woocommerce-cart .wc_empty_cart .cart_message_wrap{padding:3rem;width:60%;margin:0 auto}.woocommerce-cart .wc_empty_cart .wc-cart-sub-icon{margin-bottom:25px}.woocommerce-cart .wc_empty_cart .wc-cart-sub-icon img{max-width:60px}.woocommerce-cart .wc_empty_cart p.cart-empty{font-size:22px;color:var(--bb-body-text-color);margin-bottom:5px}.woocommerce-cart .wc_empty_cart p.wc_empty_cart_description{font-size:14px;color:#939597}.woocommerce-cart .wc_empty_cart a.button{padding:10px 2em}.woocommerce-cart .wc_empty_cart a.button:hover{background-color:#0f74e0;color:#fff}@media (max-width:800px){.woocommerce-cart .wc_empty_cart .cart_message_wrap{width:80%}}@media (max-width:544px){.woocommerce-cart .wc_empty_cart .cart_message_wrap{padding:3rem 2rem;width:90%}}.woocommerce-cart table.cart img{width:100px}.woocommerce-cart .cart-collaterals table.shop_table td,.woocommerce-cart .cart-collaterals table.shop_table th{border-bottom:0;border-top:0;color:var(--bb-headings-color)}.woocommerce-cart .cart-collaterals table.shop_table th{padding-right:0}.woocommerce-cart .cart-collaterals .cart_totals{float:none;width:100%}.woocommerce-cart .cart-collaterals .cart_totals>h2{display:none}.woocommerce-cart .cart-collaterals table.shop_table{float:left;width:50%}@media (max-width:800px){.woocommerce-cart .cart-collaterals table.shop_table{float:none;width:100%}}@media (max-width:544px){.woocommerce-cart .cart-collaterals .bb_cart_totals_ctrls{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.woocommerce-cart .cart-collaterals .bb_cart_totals_ctrls .wc-proceed-to-checkout{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding-bottom:0}.woocommerce-cart .cart-collaterals .bb_cart_totals_ctrls .cart_shop{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-right:auto;margin-left:0}}.woocommerce-cart .bb_cart_totals_ctrls{clear:both}.woocommerce-cart .bb_cart_totals_ctrls .cart_shop{margin-left:auto;-ms-flex-item-align:end;align-self:flex-end}.woocommerce-cart .bb_cart_totals_ctrls a.button{font-size:14px;margin-bottom:2em;height:40px;padding:9px 2em;vertical-align:middle;display:inline-block;line-height:1.4;background:100% 0;border:1px solid var(--bb-primary-color);color:var(--bb-primary-color);font-weight:500}.woocommerce-cart .bb_cart_totals_ctrls a.button:hover{border-color:var(--bb-primary-color)}.woocommerce-cart-form .bs-quantity{border:0;padding-left:0;padding-right:0;min-width:72px}.woocommerce-cart-form .bs-quantity input.qty{font-size:14px}.woocommerce-cart-form .bs-quantity .qty-nav{height:35px}.woocommerce-cart-form .bs-quantity .quantity-button{font-size:0;line-height:20px}.woocommerce-cart-form .bs-quantity .quantity-button:before{font-family:bb-icons;font-size:22px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:relative;top:9px}.woocommerce-cart-form .bs-quantity .quantity-up:before{content:"\e827"}.woocommerce-cart-form .bs-quantity .quantity-down:before{content:"\e8ab"}.woocommerce-cart-form .bs-quantity.bs-quantity-individually .num-individually{display:inline-block;width:3.631em;min-width:32px;max-width:32px;text-align:center}.woocommerce-cart-form .bs-quantity.bs-quantity-individually .qty-nav{opacity:.3;cursor:default}.woocommerce-cart-form .bs-quantity.bs-quantity-individually .qty-nav .quantity-button{cursor:default}.woocommerce .wc-proceed-to-checkout{text-align:left;clear:both}.woocommerce .wc-proceed-to-checkout a.button.checkout-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);font-size:14px;display:inline-block;height:40px;padding:9px 2em;vertical-align:middle;line-height:1.4;font-weight:500}.woocommerce .wc-proceed-to-checkout a.button.checkout-button:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.woocommerce .wc-proceed-to-checkout a.button.checkout-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)}.woocommerce #respond input#submit,.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{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)}.woocommerce #respond input#submit.alt:focus,.woocommerce #respond input#submit:focus,.woocommerce a.button.alt:focus,.woocommerce button.button.alt:focus,.woocommerce input.button.alt:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.woocommerce #respond input#submit.alt,.woocommerce input.button.alt{background-color:var(--bb-primary-color)}.woocommerce-cart.woocommerce-page .bb_cart_totals_ctrls a.button.outline{background:100% 0;color:var(--bb-primary-color)}@media (max-width:992px){body.woocommerce-cart #secondary{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}body.archive.woocommerce .grid.wc-grid-wrap{display:block;margin:0}body.archive.woocommerce .grid.wc-grid-wrap header.woocommerce-products-header{display:block;padding-top:1.875rem}body.archive.woocommerce .grid.wc-grid-wrap header.woocommerce-products-header h1{margin:0 0 .3125rem}body.archive.woocommerce .grid.wc-grid-wrap>.grid{display:-webkit-box;display:-ms-flexbox;display:flex}body.archive.woocommerce .grid.wc-grid-wrap>.grid #secondary{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding-top:0}body.archive.woocommerce .grid.wc-grid-wrap>.grid #primary{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;padding-top:.9375rem}#secondary.wc-widget-area .widgets_expand{background:#fff;border-radius:4px;padding:.9375rem;border:0;margin-top:.9375rem;margin-bottom:0;display:none;border-bottom:1px solid #fff}#secondary.wc-widget-area .widgets_expand h4.widget-title{margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex}#secondary.wc-widget-area .widgets_expand h4.widget-title span.wc-widget-area-expand{margin-right:auto}#secondary.wc-widget-area .widgets_expand.active{border-radius:4px 4px 0 0;border-bottom:1px solid var(--bb-content-border-color)}@media (min-width:800px){#secondary.wc-widget-area .wc-widget-area-expandable{display:block!important}}@media (max-width:800px){#secondary.wc-widget-area .widgets_expand{display:block}#secondary.wc-widget-area .wc-widget-area-expandable{display:none}#secondary.wc-widget-area .wc-widget-area-expandable aside.widget h4.widget-title span.collapse-widget{display:none}#secondary.wc-widget-area aside.widget:first-of-type{margin-top:0;border-radius:0}}@media (max-width:799px){body.archive.woocommerce .grid.wc-grid-wrap>.grid #secondary{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}body.archive.woocommerce .grid.wc-grid-wrap>.grid #primary{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;padding-top:.9375rem}body.archive.woocommerce .grid.wc-grid-wrap>.grid #primary ul.products{margin-bottom:0}}.widget_layered_nav ul.product-categories li span.count,.widget_layered_nav ul.woocommerce-widget-layered-nav-list li span.count,.widget_product_categories ul.product-categories li span.count,.widget_product_categories ul.woocommerce-widget-layered-nav-list li span.count{float:left;background:100% 0;box-shadow:none;color:var(--bb-alternate-text-color);padding:0;letter-spacing:0}.widget_layered_nav ul.product-categories li ul.children,.widget_layered_nav ul.woocommerce-widget-layered-nav-list li ul.children,.widget_product_categories ul.product-categories li ul.children,.widget_product_categories ul.woocommerce-widget-layered-nav-list li ul.children{margin-top:10px;padding:0}.widget_layered_nav ul.product-categories>li>a,.widget_layered_nav ul.woocommerce-widget-layered-nav-list>li>a,.widget_product_categories ul.product-categories>li>a,.widget_product_categories ul.woocommerce-widget-layered-nav-list>li>a{text-transform:uppercase}.attribute-colors li,.woocommerce-widget-layered-color li{display:inline-block;margin-left:10px}.attribute-colors .color-marker,.woocommerce-widget-layered-color .color-marker{width:25px;height:25px;display:inline-block;border-radius:100%;border:2px solid #fff;box-shadow:0 0 0 1px #fff;cursor:pointer;position:relative;z-index:1}.attribute-colors .color-marker.checked,.woocommerce-widget-layered-color .color-marker.checked{box-shadow:0 0 0 1px var(--bb-content-border-color)}.attribute-colors .color-marker:hover:after,.woocommerce-widget-layered-color .color-marker:hover:after{border:1px solid var(--bb-content-border-color);font-size:12px;padding:2px 7px;background:#fff;color:#939597;border-radius:4px;content:attr(data-name);position:absolute;right:-50%;margin:0 auto;top:-27px;z-index:9}.attribute-colors .color-marker{cursor:default;margin-left:6px}.woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li{padding:7px .9375rem}.woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li.on{background-color:var(--bb-body-background-color)}.woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li.on label,.woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li.on span.count{color:var(--bb-headings-color)}.woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li label{font-size:14px;color:var(--bb-alternate-text-color);line-height:1.95}.woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li label span.checkbox{z-index:5;display:inline-block;width:17px;height:17px;background:#fff;border:1px solid var(--bb-content-border-color);margin:4px 0 0;top:2px;float:right;border-radius:2px;margin-left:7px;line-height:1.35}.woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li label span.checkbox.on{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color)}.woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li label span.checkbox.on:before{color:#fff;content:"\e876";width:16px;height:16px;line-height:17px;font-family:bb-icons;font-size:17px;position:relative;top:-2px;left:1px;font-weight:400}.bs_widget_price_filter .price_label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:10px}.bs_widget_price_filter .price_label .from{margin-left:auto}.wc-widget-area aside.widget h4.widget-title{margin-right:-.9375rem;margin-left:-.9375rem;border-bottom:1px solid var(--bb-content-border-color);padding:0 .9375rem 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wc-widget-area aside.widget.widget_product_categories h4{padding-bottom:15px;border-bottom:1px solid var(--bb-content-border-color);margin-bottom:10px}.wc-widget-area aside.widget.widget_layered_nav ul.product-categories,.wc-widget-area aside.widget.widget_layered_nav ul.woocommerce-widget-layered-nav-list:not(.woocommerce-widget-layered-color),.wc-widget-area aside.widget.widget_product_categories ul.product-categories,.wc-widget-area aside.widget.widget_product_categories ul.woocommerce-widget-layered-nav-list:not(.woocommerce-widget-layered-color){margin-right:-.9375rem;margin-left:-.9375rem}.wc-widget-area aside.widget.widget_layered_nav>select,.wc-widget-area aside.widget.widget_product_categories>select{width:100%}.wc-widget-area aside.widget.widget_layered_nav li,.wc-widget-area aside.widget.widget_product_categories li{margin-bottom:0;position:relative;min-height:38px;line-height:1}.wc-widget-area aside.widget.widget_layered_nav li.current-cat>a,.wc-widget-area aside.widget.widget_product_categories li.current-cat>a{background-color:var(--bb-body-background-color);color:var(--bb-headings-color)}.wc-widget-area aside.widget.widget_layered_nav li.current-cat>.count,.wc-widget-area aside.widget.widget_product_categories li.current-cat>.count{color:var(--bb-headings-color)}.wc-widget-area aside.widget.widget_layered_nav li a,.wc-widget-area aside.widget.widget_product_categories li a{display:inline-block;padding:8px .9375rem 7px 50px;width:100%;line-height:24px;max-height:38px;height:38px;white-space:nowrap;margin:0;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.wc-widget-area aside.widget.widget_layered_nav li a:hover,.wc-widget-area aside.widget.widget_product_categories li a:hover{background-color:var(--bb-body-background-color)}.wc-widget-area aside.widget.widget_layered_nav li span.count,.wc-widget-area aside.widget.widget_product_categories li span.count{display:inline-block;padding-top:13px;padding-left:0;position:absolute;left:28px;top:0;font-weight:400;font-size:13px}.wc-widget-area aside.widget.widget_layered_nav li span.expand-parent,.wc-widget-area aside.widget.widget_product_categories li span.expand-parent{display:inline-block;font-size:1.3rem;padding-top:9px;padding-left:5px;padding-right:7px;position:absolute;left:0;top:0;cursor:pointer}.wc-widget-area aside.widget.widget_layered_nav li span.expand-parent.active i,.wc-widget-area aside.widget.widget_product_categories li span.expand-parent.active i{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.wc-widget-area aside.widget.widget_layered_nav li ul.children,.wc-widget-area aside.widget.widget_product_categories li ul.children{margin-top:0}.wc-widget-area aside.widget.widget_layered_nav li ul.children li a,.wc-widget-area aside.widget.widget_product_categories li ul.children li a{padding-right:1.5625rem}.wc-widget-area aside.widget.widget_layered_nav li ul.children ul.children li a,.wc-widget-area aside.widget.widget_product_categories li ul.children ul.children li a{padding-right:2.1875rem}.wc-widget-area aside.widget.widget_layered_nav li ul.children ul.children li ul.children a,.wc-widget-area aside.widget.widget_product_categories li ul.children ul.children li ul.children a{padding-right:2.8125rem}.wc-widget-area aside.widget.widget_layered_nav li ul.children ul.children li ul.children li ul.children a,.wc-widget-area aside.widget.widget_product_categories li ul.children ul.children li ul.children li ul.children a{padding-right:3.4375rem}.wc-widget-area aside.widget.widget_layered_nav li.cat-parent ul.children,.wc-widget-area aside.widget.widget_product_categories li.cat-parent ul.children{display:none}.wc-widget-area aside.widget.widget_layered_nav li.current-cat-parent.cat-parent.cat-expanded>ul.children,.wc-widget-area aside.widget.widget_layered_nav li.current-cat.cat-parent.cat-expanded>ul.children,.wc-widget-area aside.widget.widget_product_categories li.current-cat-parent.cat-parent.cat-expanded>ul.children,.wc-widget-area aside.widget.widget_product_categories li.current-cat.cat-parent.cat-expanded>ul.children{display:block}.wc-widget-area aside.widget.widget_layered_nav li{line-height:1.35}.no-js .wc-widget-area .widget.widget_product_categories li ul.children{display:block}body:not(.bb-page-loaded) .wc-widget-area aside.widget.widget_layered_nav li span.count,body:not(.bb-page-loaded) .wc-widget-area aside.widget.widget_product_categories li span.count{display:none}body:not(.bb-page-loaded).woocommerce form.woocommerce-ordering{display:none}body:not(.bb-page-loaded) .bs_widget_price_filter #max_price,body:not(.bb-page-loaded) .bs_widget_price_filter #min_price{display:none}.bs-quantity{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-button-radius);padding:0 10px}.bs-quantity input[type=number]::-webkit-inner-spin-button,.bs-quantity input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.bs-quantity input[type=number]{width:auto;min-width:32px;max-width:32px;height:40px;line-height:40px;display:block;padding:0;margin:0;border:0;appearance:textfield}.bs-quantity input[type=number]:focus{outline:0}.bs-quantity .qty-nav{position:relative;height:40px}.bs-quantity .quantity-button{position:relative;cursor:pointer;width:20px;text-align:center;line-height:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bs-quantity .qty-nav .quantity-button.limit{opacity:.3;cursor:default}.cart_totals table.shop_table td{text-align:left}.cart_totals table.shop_table tr.order-total th{color:var(--bb-headings-color);font-weight:bolder}.cart_totals table.shop_table form.woocommerce-shipping-calculator{margin-bottom:0}.cart_totals table.shop_table form.woocommerce-shipping-calculator>p{margin-bottom:5px}.cart_totals table.shop_table .shipping-calculator-form{text-align:right}.woocommerce-page .select2-container .select2-selection--single{height:40px;border-color:var(--bb-content-border-color);background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:left .5rem center;padding-left:35px;font-size:15px;background-color:var(--bb-content-background-color)}.woocommerce-page .select2-container .select2-selection--single .select2-selection__arrow{display:none}.woocommerce-page .select2-container .select2-selection--single.wc-order-by{background-image:url("data:image/svg+xml;charset=utf8,%3C!-- Generated by IcoMoon.io --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 32 32'%3E%3Ctitle%3Esort-desc%3C/title%3E%3Cpath style='fill:%23A1ACB8;' d='M24.768 22.464v-13.216c0-0.544-0.448-0.992-1.024-0.992-0.544 0-0.992 0.448-0.992 0.992v13.216c0 0.576 0.448 1.024 0.992 1.024 0.576 0 1.024-0.448 1.024-1.024zM21.568 19.616c-0.352-0.384-0.992-0.416-1.408-0.032-0.384 0.384-0.416 1.024-0.032 1.408l2.912 3.104c0.384 0.448 1.056 0.448 1.44 0l2.912-3.104c0.384-0.384 0.352-1.024-0.032-1.408-0.416-0.384-1.056-0.352-1.408 0.032l-2.208 2.336-2.176-2.336zM16.736 12.64h-8.736c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h8.736c0.544 0 0.992-0.448 0.992-1.024 0-0.544-0.448-0.992-0.992-0.992zM14.56 17.376h-6.56c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h6.56c0.544 0 0.992-0.448 0.992-1.024 0-0.544-0.448-0.992-0.992-0.992zM12.352 22.368h-4.352c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h4.352c0.576 0 1.024-0.448 1.024-1.024 0-0.544-0.448-0.992-1.024-0.992zM18.176 7.648h-10.176c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h10.176c0.576 0 1.024-0.448 1.024-1.024 0-0.544-0.448-0.992-1.024-0.992z'%3E%3C/path%3E%3C/svg%3E");border:0;background-color:transparent;font-size:14px;outline:0}.woocommerce-page .select2-container .select2-selection--single.wc-order-by:hover{background-image:url("data:image/svg+xml;charset=utf8,%3C!-- Generated by IcoMoon.io --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 32 32'%3E%3Ctitle%3Esort-desc%3C/title%3E%3Cpath style='fill:%23122b46;' d='M24.768 22.464v-13.216c0-0.544-0.448-0.992-1.024-0.992-0.544 0-0.992 0.448-0.992 0.992v13.216c0 0.576 0.448 1.024 0.992 1.024 0.576 0 1.024-0.448 1.024-1.024zM21.568 19.616c-0.352-0.384-0.992-0.416-1.408-0.032-0.384 0.384-0.416 1.024-0.032 1.408l2.912 3.104c0.384 0.448 1.056 0.448 1.44 0l2.912-3.104c0.384-0.384 0.352-1.024-0.032-1.408-0.416-0.384-1.056-0.352-1.408 0.032l-2.208 2.336-2.176-2.336zM16.736 12.64h-8.736c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h8.736c0.544 0 0.992-0.448 0.992-1.024 0-0.544-0.448-0.992-0.992-0.992zM14.56 17.376h-6.56c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h6.56c0.544 0 0.992-0.448 0.992-1.024 0-0.544-0.448-0.992-0.992-0.992zM12.352 22.368h-4.352c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h4.352c0.576 0 1.024-0.448 1.024-1.024 0-0.544-0.448-0.992-1.024-0.992zM18.176 7.648h-10.176c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h10.176c0.576 0 1.024-0.448 1.024-1.024 0-0.544-0.448-0.992-1.024-0.992z'%3E%3C/path%3E%3C/svg%3E")}.woocommerce-page .select2-container .select2-search{font-size:15px}.woocommerce-page .select2-container .select2-results{font-size:15px}.woocommerce-page .select2-container.select2-container--open .wc-order-by-dropdown.select2-dropdown--below{border-radius:4px;border:0;background:#fff;box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);padding:7px 0;margin-top:8px}.woocommerce-page .select2-container.select2-container--open .wc-order-by-dropdown.select2-dropdown--below:before{content:" ";position:absolute;width:0;height:0;top:0;left:16px;margin:0 auto;box-sizing:border-box;border:8px solid #000;border-color:#fff transparent transparent #fff;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 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:101}.woocommerce-page .select2-container.select2-container--open .wc-order-by-dropdown.select2-dropdown--below .select2-results ul.select2-results__options li.select2-results__option{padding:3px 12px;font-size:14px}.woocommerce-page .select2-container.select2-container--open .wc-order-by-dropdown.select2-dropdown--below .select2-results ul.select2-results__options li.select2-results__option.select2-results__option--highlighted,.woocommerce-page .select2-container.select2-container--open .wc-order-by-dropdown.select2-dropdown--below .select2-results ul.select2-results__options li.select2-results__option.select2-results__option[aria-selected=true]{background-color:var(--bb-body-background-color);color:var(--bb-primary-color)}.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:38px;padding-left:3px;padding-right:12px;color:inherit}.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered[title~=Select]{color:#c3c6c9}.woocommerce-page form.woocommerce-ordering .select2-selection--single .select2-selection__rendered{text-align:left;color:#7f868f}.site-header a.header-cart-link{position:relative;padding-left:2px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.site-header a.header-cart-link span.count{background-color:var(--bb-primary-color);line-height:1.6;font-size:9px;top:-webkit-calc(50% - 20px);top:calc(50% - 20px);left:-4px;padding:1px 6px;position:absolute}.header-mini-cart{overflow:hidden}.header-mini-cart ul.cart_list{list-style:none;margin-right:0;margin-bottom:0}.site-header .header-mini-cart ul.cart_list{max-width:-webkit-calc(100vw - 20px);max-width:calc(100vw - 20px);overflow:auto;max-height:-webkit-calc(100vh - 210px);max-height:calc(100vh - 210px)}.header-mini-cart ul.cart_list li.mini_cart_item{padding:15px;border-bottom:1px solid var(--bb-content-border-color);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header-mini-cart ul.cart_list li.mini_cart_item:hover{background-color:var(--bb-content-alternate-background-color)}.header-mini-cart ul.cart_list li.mini_cart_item>a{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-left:auto;color:var(--bb-headings-color);font-weight:400;margin-bottom:0}.header-mini-cart ul.cart_list li.mini_cart_item>a:hover{color:var(--bb-primary-color)}.header-mini-cart ul.cart_list li.mini_cart_item>a:not(.remove){font-size:14px;max-width:270px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-mini-cart ul.cart_list li.mini_cart_item span.quantity{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;color:var(--bb-alternate-text-color);font-size:13px;margin-left:10px;white-space:nowrap}.header-mini-cart ul.cart_list li.mini_cart_item>a.remove{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-left:0;color:var(--bb-alternate-text-color);font-size:16px;line-height:1;width:auto}.header-mini-cart ul.cart_list li.mini_cart_item>a.remove:hover{background-color:transparent;color:var(--bb-primary-color)}.header-mini-cart ul.cart_list li.mini_cart_item>dl.variation{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;margin-top:1em;margin-bottom:0;font-size:small;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-preferred-size:100%;flex-basis:100%;padding-right:1em;border-right:2px solid rgba(0,0,0,.1)}.header-mini-cart ul.cart_list li.mini_cart_item>dl.variation>dt{margin:0;padding:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-preferred-size:40%;flex-basis:40%;max-width:40%;padding-left:.5em;font-weight:700}.header-mini-cart ul.cart_list li.mini_cart_item>dl.variation>dd{margin:0;padding:0;margin-bottom:.5em;-ms-flex-preferred-size:60%;flex-basis:60%;max-width:60%}.header-mini-cart ul.cart_list li.mini_cart_item>dl.variation>dd *{margin:0}.header-mini-cart ul.cart_list li.mini_cart_item>dl.variation>dd>*{padding-bottom:.5em}.header-mini-cart ul.cart_list li.mini_cart_item .blockUI.blockOverlay{opacity:.12!important}.header-mini-cart ul.cart_list img.attachment-woocommerce_thumbnail,.header-mini-cart ul.cart_list img.woocommerce-placeholder{max-width:36px;width:36px;border-radius:6px;margin-left:10px;margin-right:0;float:none}.header-mini-cart p.woocommerce-mini-cart__total{width:50%;float:right;color:var(--bb-alternate-text-color);font-size:14px;margin:0;line-height:35px;padding:10px 15px 9px 0;background-color:var(--bb-content-background-color)}.header-mini-cart p.woocommerce-mini-cart__total strong{font-weight:400}.header-mini-cart p.woocommerce-mini-cart__buttons{width:50%;float:left;text-align:left;margin:0;line-height:35px;padding:12px 0 12px 15px;background-color:var(--bb-content-background-color)}.header-mini-cart p.woocommerce-mini-cart__buttons a.button{padding:5px 15px;font-size:14px;float:left;min-height:auto;border-radius:var(--bb-button-radius)}.header-mini-cart p.woocommerce-mini-cart__buttons .wc-forward:not(.checkout){display:none}.header-mini-cart p.woocommerce-mini-cart__empty-message{margin:0;padding:20px 15px;font-size:14px;color:var(--bb-alternate-text-color);text-align:center}.notification-dropdown .notification-header .header-view-cart-link{font-size:14px;font-weight:500}.woocommerce-cart .woocommerce-shipping-calculator{position:relative}.woocommerce-cart .woocommerce-shipping-calculator a.shipping-calculator-button{position:relative;padding-left:20px}.woocommerce-cart .woocommerce-shipping-calculator a.shipping-calculator-button:after{content:"\e826";font-family:bb-icons;font-weight:400;speak:none;display:inline-block;color:#939597;position:absolute;left:-5px;top:0;font-size:22px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.shipping-calculator-form{position:absolute;width:250px;top:37px;right:14px;z-index:9;background-color:#fff;padding:1.25rem 1.25rem;border-radius:4px;box-shadow:0 6px 24px 0 rgba(18,43,70,.12)}.shipping-calculator-form:before{content:" ";position:absolute;width:0;height:0;top:0;left:50px;margin:0 auto;box-sizing:border-box;border:8px solid #000;border-color:#fff transparent transparent #fff;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 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:1002}.shipping-calculator-form p:last-of-type{margin-bottom:0}.shipping-calculator-form button.button{width:100%}.woocommerce ul#shipping_method label{font-size:14px}.woocommerce ul#shipping_method label .amount{font-weight:400}.woocommerce-shipping-destination{font-size:12px}.woocommerce-shipping-destination strong{font-weight:400}.woocommerce .widget_layered_nav_filters ul li a::before,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before{content:"\e828";font-family:bb-icons;display:inline-block;line-height:1;font-weight:100;font-style:normal;speak:none;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;color:var(--bb-alternate-text-color);position:relative;top:1px}.woocommerce ul.product_list_widget li{padding:8px 0}.woocommerce ul.product_list_widget li a{font-weight:400;margin-bottom:10px;min-height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.woocommerce ul.product_list_widget li a img{border-radius:3px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-right:auto}.woocommerce ul.product_list_widget li a .product-title{line-height:1.35;display:block;display:-webkit-box;max-height:3em;margin:0;margin-left:10px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.woocommerce ul.product_list_widget li .star-rating{height:1.5em;width:7.2em}.woocommerce ul.product_list_widget li>del{color:var(--bb-alternate-text-color)}.woocommerce ul.product_list_widget li>ins{float:left;text-decoration:none}.woocommerce .widget_rating_filter ul li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:10px}.woocommerce .widget_rating_filter ul li .star-rating{width:7.2em;margin-left:auto}.woocommerce.widget_shopping_cart a.button,.woocommerce.widget_shopping_cart a.button:hover{color:#fff;background-color:#385dff}.woocommerce.widget_shopping_cart a.button:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}.content-area ul.products{margin-right:-1%;margin-left:-1%}.content-area ul.products li.product{width:23%;max-width:23%;margin:0 1% 2%}@media (min-width:1200px){.content-area ul.products{margin-right:-1%;margin-left:-1%}.content-area ul.products li.product{width:23%;max-width:23%;margin:0 1% 2%}.woo-sidebar .content-area ul.products{margin-right:-1%;margin-left:-1%}.woo-sidebar .content-area ul.products li.product{width:31.333%;max-width:31.333%;margin:0 1% 2%}}@media (max-width:1200px){.content-area ul.products{margin-right:-1%;margin-left:-1%}.content-area ul.products li.product{width:31.333%;max-width:31.333%;margin:0 1% 2%}}@media (max-width:1100px){.woo-sidebar .content-area ul.products li.product{width:48%;max-width:48%}}@media (max-width:992px){.woocommerce ul.products[class*=columns-]{margin-right:-1%;margin-left:-1%}.woocommerce ul.products[class*=columns-] li.product{width:48%;max-width:48%;margin:0 1% 2%}.woo-sidebar .content-area ul.products li.product a.added_to_cart.wc-forward,.woo-sidebar .content-area ul.products li.product a.button.add_to_cart_button,.woo-sidebar .content-area ul.products li.product a.button.product_type_simple{font-size:12px;letter-spacing:-.5px}.woo-sidebar .content-area ul.products li.product a.button.add_to_cart_button.added:after{vertical-align:baseline;font-size:10px}}@media (max-width:544px){.woocommerce .woocommerce-result-count{float:none;width:100%}.woocommerce form.woocommerce-ordering{float:none}.woocommerce ul.products[class*=columns-]{margin-right:0;margin-left:0}.woocommerce ul.products[class*=columns-] li.product{width:100%;max-width:100%}body.archive.woocommerce .grid.wc-grid-wrap>.grid{margin-right:auto;margin-left:auto;padding-right:0;padding-left:0}body.archive.woocommerce .grid.wc-grid-wrap>.grid #secondary{padding-right:5px;padding-left:5px}}#content .wp-block-woocommerce-handpicked-products ul.products,#content .wp-block-woocommerce-product-best-sellers ul.products,#content .wp-block-woocommerce-product-category ul.products,#content .wp-block-woocommerce-product-new ul.products,#content .wp-block-woocommerce-product-on-sale ul.products,#content .wp-block-woocommerce-product-top-rated ul.products,#content .wp-block-woocommerce-products-by-attribute ul.products{-webkit-column-count:auto;column-count:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:auto;margin-bottom:20px}#content .wp-block-woocommerce-handpicked-products ul.products.columns-4 li.product,#content .wp-block-woocommerce-product-best-sellers ul.products.columns-4 li.product,#content .wp-block-woocommerce-product-category ul.products.columns-4 li.product,#content .wp-block-woocommerce-product-new ul.products.columns-4 li.product,#content .wp-block-woocommerce-product-on-sale ul.products.columns-4 li.product,#content .wp-block-woocommerce-product-top-rated ul.products.columns-4 li.product,#content .wp-block-woocommerce-products-by-attribute ul.products.columns-4 li.product{width:-webkit-calc(25% - 20px);width:calc(25% - 20px);max-width:-webkit-calc(25% - 20px);max-width:calc(25% - 20px)}#content .wp-block-woocommerce-handpicked-products ul.products.columns-4 li.product .bs_after_shop_loop_item_links,#content .wp-block-woocommerce-product-best-sellers ul.products.columns-4 li.product .bs_after_shop_loop_item_links,#content .wp-block-woocommerce-product-category ul.products.columns-4 li.product .bs_after_shop_loop_item_links,#content .wp-block-woocommerce-product-new ul.products.columns-4 li.product .bs_after_shop_loop_item_links,#content .wp-block-woocommerce-product-on-sale ul.products.columns-4 li.product .bs_after_shop_loop_item_links,#content .wp-block-woocommerce-product-top-rated ul.products.columns-4 li.product .bs_after_shop_loop_item_links,#content .wp-block-woocommerce-products-by-attribute ul.products.columns-4 li.product .bs_after_shop_loop_item_links{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#content .wp-block-woocommerce-handpicked-products ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward,#content .wp-block-woocommerce-product-best-sellers ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward,#content .wp-block-woocommerce-product-category ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward,#content .wp-block-woocommerce-product-new ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward,#content .wp-block-woocommerce-product-on-sale ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward,#content .wp-block-woocommerce-product-top-rated ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward,#content .wp-block-woocommerce-products-by-attribute ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward{width:100%;border-left:0;border-radius:0}#content .wp-block-woocommerce-handpicked-products ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button,#content .wp-block-woocommerce-product-best-sellers ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button,#content .wp-block-woocommerce-product-category ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button,#content .wp-block-woocommerce-product-new ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button,#content .wp-block-woocommerce-product-on-sale ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button,#content .wp-block-woocommerce-product-top-rated ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button,#content .wp-block-woocommerce-products-by-attribute ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button{-ms-flex-item-align:center;align-self:center;width:100%}#content .wp-block-woocommerce-handpicked-products ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added,#content .wp-block-woocommerce-product-best-sellers ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added,#content .wp-block-woocommerce-product-category ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added,#content .wp-block-woocommerce-product-new ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added,#content .wp-block-woocommerce-product-on-sale ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added,#content .wp-block-woocommerce-product-top-rated ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added,#content .wp-block-woocommerce-products-by-attribute ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added{border-radius:0 0 4px 4px}#content .wp-block-woocommerce-handpicked-products ul.products li.product,#content .wp-block-woocommerce-handpicked-products ul.products li.product.type-product,#content .wp-block-woocommerce-product-best-sellers ul.products li.product,#content .wp-block-woocommerce-product-best-sellers ul.products li.product.type-product,#content .wp-block-woocommerce-product-category ul.products li.product,#content .wp-block-woocommerce-product-category ul.products li.product.type-product,#content .wp-block-woocommerce-product-new ul.products li.product,#content .wp-block-woocommerce-product-new ul.products li.product.type-product,#content .wp-block-woocommerce-product-on-sale ul.products li.product,#content .wp-block-woocommerce-product-on-sale ul.products li.product.type-product,#content .wp-block-woocommerce-product-top-rated ul.products li.product,#content .wp-block-woocommerce-product-top-rated ul.products li.product.type-product,#content .wp-block-woocommerce-products-by-attribute ul.products li.product,#content .wp-block-woocommerce-products-by-attribute ul.products li.product.type-product{margin:0 10px 20px}#content .wp-block-woocommerce-handpicked-products ul.products li.product span.onsale,#content .wp-block-woocommerce-product-best-sellers ul.products li.product span.onsale,#content .wp-block-woocommerce-product-category ul.products li.product span.onsale,#content .wp-block-woocommerce-product-new ul.products li.product span.onsale,#content .wp-block-woocommerce-product-on-sale ul.products li.product span.onsale,#content .wp-block-woocommerce-product-top-rated ul.products li.product span.onsale,#content .wp-block-woocommerce-products-by-attribute ul.products li.product span.onsale{margin:0;right:0;left:auto}.site-header a.header-cart-link span.count,.woocommerce span.onsale{background-color:var(--bb-primary-color)}body .select2-container .select2-dropdown .select2-results__option{outline:0}.woocommerce-product-search button{font-size:14px;margin:10px 0 0;background-color:var(--bb-primary-color)}.widget .woocommerce-product-search button i:before{color:var(--bb-primary-color)}.widget .woocommerce table.shop_table td,.widget .woocommerce table.shop_table th{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;line-height:1}.widget .woocommerce table.cart thead{display:none}.widget .woocommerce .cart-collaterals .cart_totals,.widget .woocommerce-page .cart-collaterals .cart_totals{width:100%;float:none}.widget .woocommerce-checkout .bb-wc-co{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.widget .woocommerce-checkout .bb-wc-co .bb-wc-col{width:100%}.widget .woocommerce ul.products{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.widget .woocommerce ul.products.columns-1 li.product{width:100%;max-width:100%;margin-right:0;margin-left:0}.widget .woocommerce ul.products.columns-2 li.product{width:100%;max-width:100%;margin-right:0;margin-left:0}.widget .woocommerce ul.products.columns-3 li.product{width:100%;max-width:100%;margin-right:0;margin-left:0}.widget .woocommerce ul.products.columns-4 li.product{width:100%;max-width:100%;margin-right:0;margin-left:0}.widget .woocommerce ul.products.columns-5 li.product{width:100%;max-width:100%;margin-right:0;margin-left:0}.widget .woocommerce ul.products.columns-6 li.product{width:100%;max-width:100%;margin-right:0;margin-left:0}.widget .woocommerce ul.products.columns-7 li.product{width:100%;max-width:100%;margin-right:0;margin-left:0}.widget .woocommerce ul.products.columns-8 li.product{width:100%;max-width:100%;margin-right:0;margin-left:0}.widget .woocommerce ul.products.columns-9 li.product{width:100%;max-width:100%;margin-right:0;margin-left:0}.widget .woocommerce ul.products.columns-10 li.product{width:100%;max-width:100%;margin-right:0;margin-left:0}.widget .woocommerce div.product div.images,.widget .woocommerce div.product div.summary{width:100%;float:none}.widget div.product div.woocommerce-product-gallery.images{width:100%;float:none;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}#content .widget div.product div.summary,#content .widget div.product div.woocommerce-product-gallery.images{min-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;border:0}@media (max-width:1024px){#content .wp-block-woocommerce-handpicked-products ul.products.products li.product,#content .wp-block-woocommerce-product-best-sellers ul.products.products li.product,#content .wp-block-woocommerce-product-category ul.products.products li.product,#content .wp-block-woocommerce-product-new ul.products.products li.product,#content .wp-block-woocommerce-product-on-sale ul.products.products li.product,#content .wp-block-woocommerce-product-top-rated ul.products.products li.product,#content .wp-block-woocommerce-products-by-attribute ul.products.products li.product{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px);max-width:-webkit-calc(33.333% - 20px);max-width:calc(33.333% - 20px)}}@media (max-width:768px){#content .wp-block-woocommerce-handpicked-products ul.products.products li.product,#content .wp-block-woocommerce-product-best-sellers ul.products.products li.product,#content .wp-block-woocommerce-product-category ul.products.products li.product,#content .wp-block-woocommerce-product-new ul.products.products li.product,#content .wp-block-woocommerce-product-on-sale ul.products.products li.product,#content .wp-block-woocommerce-product-top-rated ul.products.products li.product,#content .wp-block-woocommerce-products-by-attribute ul.products.products li.product{width:-webkit-calc(50% - 20px);width:calc(50% - 20px);max-width:-webkit-calc(50% - 20px);max-width:calc(50% - 20px)}}@media (max-width:480px){#content .wp-block-woocommerce-handpicked-products ul.products.products li.product,#content .wp-block-woocommerce-product-best-sellers ul.products.products li.product,#content .wp-block-woocommerce-product-category ul.products.products li.product,#content .wp-block-woocommerce-product-new ul.products.products li.product,#content .wp-block-woocommerce-product-on-sale ul.products.products li.product,#content .wp-block-woocommerce-product-top-rated ul.products.products li.product,#content .wp-block-woocommerce-products-by-attribute ul.products.products li.product{width:-webkit-calc(100% - 20px);width:calc(100% - 20px);max-width:-webkit-calc(100% - 20px);max-width:calc(100% - 20px)}}#content div.product{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-ms-flex-flow:row wrap;flex-flow:row wrap}#content div.product>div,#content div.product>section{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-width:100%;box-sizing:border-box}#content div.product div.woocommerce-product-gallery.images{width:55%;-webkit-box-flex:0;-ms-flex:0 0 55%;flex:0 0 55%;min-width:55%;background-color:var(--bb-content-background-color);border-radius:0 var(--bb-block-radius) var(--bb-block-radius) 0;border:1px solid var(--bb-content-border-color);border-left-width:0;padding-bottom:0}#content div.product div.summary{width:45%;-webkit-box-flex:0;-ms-flex:0 0 45%;flex:0 0 45%;min-width:45%;margin-top:0;padding:2em 4% 0 2%;background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius) 0 0 var(--bb-block-radius);border:1px solid var(--bb-content-border-color);border-right-width:0}#content div.product div.summary h1.product_title{line-height:2rem}#content div.product div.summary h4.pr-sub-heading{text-transform:uppercase;font-size:.75rem;font-weight:600;margin-bottom:10px;border-bottom:1px solid var(--bb-content-border-color)}#content div.product div.summary .product_meta{font-size:16px;margin-bottom:20px}#content div.product div.summary .product_meta>span{display:block;font-size:14px;color:var(--bb-alternate-text-color);padding:0 0 3px;margin:0}#content div.product div.summary .product_meta>span:last-of-type{border-bottom:0}#content div.product div.summary .product_meta .pr-atts-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:wrap;flex-flow:wrap}#content div.product div.summary .product_meta .pr-atts-row .pr-atts-title{width:30%;padding-left:5px}@media (max-width:544px){#content div.product div.summary .product_meta .pr-atts-row .pr-atts-title{width:40%}}#content div.product div.summary .product_meta .pr-atts-row p{display:inline;margin:0;font-size:1em}#content div.product div.summary .product_meta .pr-atts-row p.out-of-stock{color:var(--bb-danger-color)}#content div.product div.summary .attribute-colors{margin:0 0 20px}#content div.product div.summary .quantity{margin-left:10px;margin-bottom:10px}#content div.product div.summary .quantity.quantity--readonly{visibility:hidden;width:0;height:0;opacity:0;margin:0}#content div.product div.summary>p.stock{display:none}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){#content div.product div.summary{width:38%;-webkit-box-flex:0;-ms-flex:0 0 38%;flex:0 0 38%;min-width:38%}}#content div.product .flex-control-thumbs{width:70%;overflow:visible;display:none}#content div.product .flex-control-thumbs.slick-initialized{display:block;min-height:100px}#content div.product .flex-control-thumbs .slick-list .slick-slide{margin:0 5px}#content div.product .flex-control-thumbs .slick-list .slick-slide li img{opacity:1}#content div.product .flex-control-thumbs{width:70%;margin:10px auto 15px}#content div.product .flex-control-thumbs .slick-slide{margin:0 5px}#content div.product .flex-control-thumbs .slick-arrow{background-color:#fff;opacity:1;box-shadow:0 0 6px 0 rgba(0,0,0,.09)}#content div.product .flex-control-thumbs .slick-arrow i{color:#828d98}#content div.product .flex-control-thumbs .slick-arrow.slick-disabled{cursor:default}#content div.product .flex-control-thumbs .slick-arrow.slick-disabled i{opacity:.3}#content div.product .flex-control-thumbs .slick-arrow.bb-slide-next{left:-15px}#content div.product .flex-control-thumbs .slick-arrow.bb-slide-prev{right:-15px}#content div.product div.images .woocommerce-product-gallery__trigger{background-color:var(--bb-content-background-color);color:transparent;text-indent:0}#content div.product div.images .woocommerce-product-gallery__trigger img.emoji{display:none}#content div.product div.images .woocommerce-product-gallery__trigger:before{border:0;content:"\ef10";color:var(--bb-body-text-color);font-family:bb-icons;font-style:normal;height:auto;width:auto;font-size:24px;top:5px;right:6px}#content div.product div.images .woocommerce-product-gallery__trigger:after{display:none}#content div.product p.price{color:var(--bb-headings-color);font-weight:500;margin-top:1.2em;margin-bottom:1.2em}#content div.product p.price ins{text-decoration:none;font-weight:500}#content div.product p.price del{color:var(--bb-alternate-text-color);opacity:1;font-weight:400}#content div.product .woocommerce-product-details__short-description{font-size:16px}#content div.product form.cart .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);font-size:14px;font-weight:400;padding-right:3em;padding-left:3em;height:40px}#content div.product form.cart .button:focus{box-shadow:var(--bb-primary-button-focus-shadow)}#content div.product form.cart .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)}#content div.product .woocommerce-tabs ul.tabs{padding:0}#content div.product .woocommerce-tabs ul.tabs li{border:0;background-color:transparent}#content div.product .woocommerce-tabs ul.tabs li:after,#content div.product .woocommerce-tabs ul.tabs li:before{display:none}#content div.product .woocommerce-tabs ul.tabs li.active{background:100% 0;border-bottom:1px solid var(--bb-primary-color)}#content div.product .woocommerce-tabs ul.tabs li.active a{color:var(--bb-headings-color)}#content div.product .woocommerce-tabs ul.tabs li.active a:hover{color:var(--bb-primary-color)}#content div.product .woocommerce-tabs ul.tabs li a{font-weight:400;font-size:14px;color:var(--bb-body-text-color)}#content div.product .woocommerce-tabs ul.tabs li a:hover{color:var(--bb-primary-color)}#content div.product .woocommerce-tabs ul.tabs li#tab-title-reviews a span{display:inline-block;background-color:var(--bb-alternate-text-color);color:var(--bb-content-background-color);padding:2px 7px;border-radius:10px;line-height:1.2;font-size:.9em;margin-right:4px}#content div.product .woocommerce-tabs ul.tabs li#tab-title-reviews.active a span{background-color:var(--bb-primary-color)}#content div.product .woocommerce-tabs .panel{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius);border:1px solid var(--bb-content-border-color);padding:1.25rem 1.25rem;font-size:14px}#content div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description p{font-size:16px}#content div.product .shop_attributes tr:nth-child(even) td,#content div.product .shop_attributes tr:nth-child(even) th{background-color:transparent}#content div.product .shop_attributes td,#content div.product .shop_attributes th{padding:8px;font-size:14px}#content div.product .shop_attributes td p,#content div.product .shop_attributes th p{padding:0}#content div.product .shop_attributes th{text-transform:uppercase;font-weight:400}#content div.product #reviews #comments ol.commentlist li img.avatar{border-radius:100%;border:0;padding:0}#content div.product #reviews .comment-respond{box-shadow:none}#content div.product #reviews .comment-reply-title{text-transform:uppercase;font-size:14px;font-weight:700;margin-bottom:12px}#content div.product #reviews p.stars a{color:#d3ced2;margin:0 2px}#content div.product #reviews p.stars a:hover{color:#fcaf00}#content div.product #reviews p.stars.selected a.active,#content div.product #reviews p.stars.selected a:not(.active){color:var(--bb-warning-color)}#content div.product #reviews p.stars.selected a.active~a{color:#d3ced2}#content div.product #reviews p.form-submit input#submit{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);font-size:14px;font-weight:400;display:inline-block;padding-right:2em;padding-left:2em}#content div.product #reviews p.form-submit input#submit:focus{box-shadow:var(--bb-primary-button-focus-shadow)}#content div.product #reviews p.form-submit input#submit:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}#content div.product #reviews .comment-form label{font-size:16px;line-height:1.1;margin-bottom:12px;color:inherit}#content div.product form.cart .variations td.value{padding:0 0 .5rem}#content div.product form.cart .variations td.label{background:100% 0}#content div.product form.cart .variations label{padding-bottom:0;text-transform:uppercase;font-size:.75rem;font-weight:600;line-height:2.5rem}div.product .woocommerce-product-gallery__image{border-radius:0 var(--bb-block-radius) var(--bb-block-radius) 0}div.product .woocommerce-product-gallery__wrapper img.wp-post-image{border-radius:0 var(--bb-block-radius) var(--bb-block-radius) 0}.woocommerce #reviews #comments ol.commentlist li .comment-text{border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner)}.woocommerce div.product .woocommerce-tabs ul.tabs::before{border-bottom:0}.woocommerce div.product span.price{color:var(--bb-primary-color)}.woocommerce [type=checkbox]:checked+span{color:var(--bb-primary-color)}.woocommerce .woocommerce-product-rating a.woocommerce-review-link{font-size:.757em;color:var(--bb-alternate-text-color)}.woocommerce .woocommerce-product-rating a.woocommerce-review-link:hover{color:var(--bb-alternate-text-color)}.woocommerce div.product .woocommerce-product-rating{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:.4em;margin-bottom:0}.woocommerce div.product .woocommerce-product-rating .star-rating{margin-top:0}.woocommerce div.product .woocommerce-product-rating span.count{background-color:transparent;color:inherit;letter-spacing:0;box-shadow:none;padding:0 3px}.woocommerce #reviews #comments ol.commentlist li .meta{color:var(--bb-alternate-text-color)}.woocommerce #review_form #respond p.comment-form-author{margin-left:5px;width:-webkit-calc(50% - 5px);width:calc(50% - 5px)}.woocommerce #review_form #respond p.comment-form-email{margin-right:5px;width:-webkit-calc(50% - 5px);width:calc(50% - 5px)}@media (max-width:992px){.woocommerce .has-sidebar #review_form #respond p.comment-form-author{margin-right:0;width:100%}.woocommerce .has-sidebar #review_form #respond p.comment-form-email{margin-right:0;width:100%}}@media (max-width:800px){.woocommerce #review_form #respond p.comment-form-author{margin-right:0;width:100%}.woocommerce #review_form #respond p.comment-form-email{margin-right:0;width:100%}}.woocommerce div.product form.cart .variations th{padding:0 1rem}@media (max-width:1200px){body.has-sidebar.woocommerce #content div.product div.woocommerce-product-gallery.images{width:52%;-webkit-box-flex:0;-ms-flex:0 0 52%;flex:0 0 52%;min-width:52%}body.has-sidebar.woocommerce #content div.product div.summary{width:48%;-webkit-box-flex:0;-ms-flex:0 0 48%;flex:0 0 48%;min-width:48%}body.has-sidebar.woocommerce #content div.product .flex-control-thumbs.slick-initialized{min-height:50px}}@media (max-width:992px){body.has-sidebar.woocommerce #content div.product{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}body.has-sidebar.woocommerce #content div.product div.woocommerce-product-gallery.images{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-width:100%;border-left-width:1px;border-radius:4px;float:none}body.has-sidebar.woocommerce #content div.product div.summary{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-width:100%;border-right-width:1px;border-radius:4px;padding:1.5em;float:none}}@media (max-width:800px){.woocommerce #content div.product{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.woocommerce #content div.product div.images{margin-bottom:15px}.woocommerce #content div.product div.woocommerce-product-gallery.images{width:100%;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-width:100%;border-left-width:1px;border-radius:var(--bb-block-radius);float:none}.woocommerce #content div.product div.summary{width:100%;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-width:100%;border-right-width:1px;border-radius:var(--bb-block-radius);padding:1.5em;float:none}.woocommerce #content div.product .flex-control-thumbs.slick-initialized{min-height:50px}div.product .woocommerce-product-gallery__wrapper img.wp-post-image{border-radius:var(--bb-block-radius)}}@media (max-width:544px){.content-area .related.products ul.products li.product{margin-bottom:20px}.woocommerce .woocommerce-message{font-size:14px;line-height:150%}.woocommerce .woocommerce-message .button{margin-right:10px;font-size:13px}.woocommerce .woocommerce-message[role=alert]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.woocommerce .woocommerce-message[role=alert] .button.wc-forward{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin:10px 0 0;max-width:230px}.woocommerce .woocommerce-error li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.woocommerce .woocommerce-error li .button.wc-forward{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin:10px 0 0;max-width:230px}}.wpb_wrapper li.product-category a{display:block;width:100%}.wpb_wrapper li.product-category h2.woocommerce-loop-category__title{text-align:center;padding:5px 10px}.woocommerce-checkout form.checkout .col2-set .col-1{width:100%;float:none}.woocommerce-checkout form.checkout .col2-set .col-2{width:100%;float:none}.woocommerce-checkout form.checkout .col2-set .col-2 .woocommerce-shipping-fields{margin-bottom:10px}.woocommerce-checkout form.checkout .col2-set h3{text-transform:uppercase;font-size:16px;margin:1rem 0}.woocommerce-checkout .bb-wc-co{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-right:-10px;margin-left:-10px}.woocommerce-checkout .bb-wc-co .bb-wc-col{width:50%;padding-right:10px;padding-left:10px}.woocommerce-checkout .bb-wc-co #customer_details{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius);border:1px solid var(--bb-content-border-color);margin-bottom:20px;padding:15px 20px}.woocommerce-checkout .bb-wc-co .bb-order-review{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius);border:1px solid var(--bb-content-border-color);margin-bottom:20px;padding:15px 20px}.woocommerce-checkout .bb-wc-co .bb-order-review h3{text-transform:uppercase;font-size:16px;font-weight:700}.woocommerce-checkout .bb-wc-co table.shop_table{border:0;font-size:14px}.woocommerce-checkout .bb-wc-co table.shop_table td,.woocommerce-checkout .bb-wc-co table.shop_table th{border-bottom:1px solid var(--bb-content-border-color);border-top:0;font-weight:400;padding-right:0}.woocommerce-checkout .bb-wc-co table.shop_table td:first-child,.woocommerce-checkout .bb-wc-co table.shop_table th:first-child{padding-right:0}.woocommerce-checkout .bb-wc-co table.shop_table td:last-child,.woocommerce-checkout .bb-wc-co table.shop_table th:last-child{padding-left:0;text-align:left}.woocommerce-checkout .bb-wc-co table.shop_table td.product-name{width:65%}.woocommerce-checkout .bb-wc-co table.shop_table td.product-total{color:var(--bb-headings-color);width:35%}.woocommerce-checkout .bb-wc-co table.shop_table th{text-transform:uppercase;font-weight:400;color:var(--bb-alternate-text-color);font-size:14px}.woocommerce-checkout .bb-wc-co table.shop_table tfoot td,.woocommerce-checkout .bb-wc-co table.shop_table tfoot th{color:var(--bb-alternate-text-color);border-bottom:0;vertical-align:top}.woocommerce-checkout .bb-wc-co table.shop_table tfoot th:first-child{padding-right:30%;padding-top:6px;padding-bottom:6px}.woocommerce-checkout .bb-wc-co table.shop_table tfoot td{width:50%}.woocommerce-checkout .bb-wc-co table.shop_table tfoot .order-total td,.woocommerce-checkout .bb-wc-co table.shop_table tfoot .order-total th{color:var(--bb-headings-color);font-weight:500}.woocommerce-checkout .bb-wc-co table.shop_table tfoot .order-total td strong{font-weight:500}.woocommerce-checkout .bb-wc-co table.shop_table tfoot tr:first-child td,.woocommerce-checkout .bb-wc-co table.shop_table tfoot tr:first-child th{padding-top:15px}.woocommerce-checkout .bb-wc-co table.shop_table .bs-product-check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.woocommerce-checkout .bb-wc-co table.shop_table .bs-product-thumbnail img{max-width:65px;height:auto;margin-left:20px}.woocommerce-checkout .bb-wc-co table.shop_table .check-name{color:var(--bb-headings-color);font-weight:500;line-height:1.4}.woocommerce-checkout .bb-wc-co table.shop_table .bs-product-remove{margin-left:10px}.woocommerce-checkout .bb-wc-co table.shop_table .qty{color:var(--bb-alternate-text-color);text-transform:uppercase;font-size:13px}.woocommerce-checkout .bb-wc-co table.shop_table .qty strong{color:var(--bb-headings-color);font-weight:400;margin-right:5px}@media (max-width:544px){.woocommerce-checkout .bb-wc-co table.shop_table td.product-name{width:70%}.woocommerce-checkout .bb-wc-co table.shop_table td.product-total{color:var(--bb-headings-color);width:30%}}@media (max-width:420px){.woocommerce-checkout .bb-wc-co table.shop_table td.product-name .bs-product-check{-ms-flex-wrap:wrap;flex-wrap:wrap}.woocommerce-checkout .bb-wc-co table.shop_table td.product-name .bs-product-check .bs-product-name{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:5px}}@media (max-width:992px){.woocommerce-checkout .bb-wc-co{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.woocommerce-checkout .bb-wc-co .bb-wc-col{width:100%}}@media (max-width:544px){.woocommerce-checkout .bb-wc-co .bb-wc-col .bb-order-review table.shop_table tfoot th:first-child{padding-right:0}}.woocommerce-checkout form .form-row{margin:0 0 1.2rem}.woocommerce-checkout form .form-row label{font-size:16px;line-height:1.1;margin-bottom:10px;color:var(--bb-body-text-color)}.woocommerce-checkout form .form-row .required{color:var(--bb-danger-color);text-decoration:none}.woocommerce-checkout form .form-row #order_comments{height:120px;overflow-x:hidden}.woocommerce-checkout form .form-row.woocommerce-validated .select2-container,.woocommerce-checkout form .form-row.woocommerce-validated input.input-text,.woocommerce-checkout form .form-row.woocommerce-validated select{border-color:#dedfe2}.woocommerce-checkout form .form-row.woocommerce-invalid .select2-container,.woocommerce-checkout form .form-row.woocommerce-invalid input.input-text,.woocommerce-checkout form .form-row.woocommerce-invalid select{border-color:var(--bb-danger-color)}.woocommerce-checkout form .form-row.woocommerce-invalid label{color:var(--bb-danger-color)}.woocommerce-checkout form .form-row .password-input .show-password-input{top:9px}.woocommerce-checkout form #ship-to-different-address label{font-size:16px}.woocommerce-checkout #payment{background-color:transparent}.woocommerce-checkout #payment ul.payment_methods{background-color:var(--bb-content-alternate-background-color);border-radius:var(--bb-block-radius-inner);border-bottom:0}.woocommerce-checkout #payment div.payment_box{font-size:13px;color:var(--bb-body-text-color);border-radius:var(--bb-block-radius-inner)}.woocommerce-checkout #payment #place_order{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);font-size:14px;font-weight:400;display:inline-block;padding-right:2em;padding-left:2em;height:40px}.woocommerce-checkout #payment #place_order:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.woocommerce-checkout #payment #place_order:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}.woocommerce-checkout #payment li.wc_payment_method input.input-radio{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;position:relative;background-color:#fff;border:2px solid #d6dce6;color:#666;top:-2px;height:20px;width:20px;border-radius:50px;cursor:pointer;margin-left:7px;outline:0}.woocommerce-checkout #payment li.wc_payment_method input.input-radio:checked{background-color:#fff}.woocommerce-checkout #payment li.wc_payment_method input.input-radio:checked::before{position:absolute;right:2px;top:2px;content:"";display:inline-block;width:12px;height:12px;background-color:var(--bb-primary-color);border-radius:100%}.woocommerce-checkout .woocommerce-order-over{text-align:center}.woocommerce-checkout .woocommerce-order-over>p{font-size:16px;color:var(--bb-alternate-text-color)}.woocommerce-checkout .woocommerce-order-over h2.woocommerce-heading--success{margin-bottom:5px}.woocommerce-checkout .woocommerce-order-over h2.woocommerce-heading--success i{color:var(--bb-success-color);padding:0;display:inline-block;font-size:20px;width:20px;height:20px;line-height:20px;text-align:center;margin-left:8px;position:relative;bottom:2px}.woocommerce-checkout .woocommerce-order-over h2.woocommerce-heading--success span{display:block;margin:1em 0}.woocommerce-checkout .woocommerce-order-over h2.woocommerce-heading--success span i{color:var(--bb-success-color);border:1px solid var(--bb-success-color);border-radius:100%;padding:0 10px;display:inline-block;width:50px;height:50px;line-height:50px}.woocommerce-checkout ul.woocommerce-order-overview{display:inline-block;margin:1em 0 2em}.woocommerce-checkout ul.woocommerce-order-overview li{float:none;padding-left:1em;margin-left:1em;border-left:0;text-align:right;display:inline-block;color:var(--bb-alternate-text-color)}.woocommerce-checkout ul.woocommerce-order-overview li>span{display:block;font-weight:500;font-size:14px;white-space:nowrap;padding:.6em 0 0;text-transform:none;color:var(--bb-body-text-color)}@media (max-width:800px){.woocommerce-checkout ul.woocommerce-order-overview{margin:.5em 0 1em}.woocommerce-checkout ul.woocommerce-order-overview li{display:block;text-align:center;margin-bottom:20px}}.woocommerce-checkout .woocommerce-order-details-wrapper{background:var(--bb-content-background-color);border:1px solid #eef0f3;border-radius:var(--bb-block-radius);padding:20px}.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-order-details p.order-again{text-align:left}.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-order-details p.order-again a.button{padding:8px 2em}.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-order-details p.order-again a.button:hover{background-color:#0f74e0;color:#fff}.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details{padding:0 12px}.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details h2.woocommerce-column__title{font-size:17px;margin-bottom:.5rem}.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-column h2.woocommerce-column__title{font-size:17px;margin-bottom:.5rem}@media (max-width:992px){.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-column{width:100%;float:none}.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-column.woocommerce-column--1{margin-bottom:30px}}.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details address{border:0;padding:0;font-size:14px}.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details address .woocommerce-customer-details--email:before,.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details address .woocommerce-customer-details--phone:before{line-height:2.15}.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-customer-details--subcolumn{font-size:14px}.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-customer-details--subcolumn .woocommerce-customer-details--email:before,.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-customer-details--subcolumn .woocommerce-customer-details--phone:before{line-height:2.15}.woocommerce-checkout table.shop_table.woocommerce-table--order-details td{vertical-align:top}.woocommerce-checkout .woocommerce-table--order-details{border:0}.woocommerce-checkout .woocommerce-table--order-details td,.woocommerce-checkout .woocommerce-table--order-details th{padding-top:8px;padding-bottom:8px;font-size:14px;border-bottom:0;border-top:1px solid var(--bb-content-border-color)}.woocommerce-checkout .woocommerce-table--order-details td.product-total,.woocommerce-checkout .woocommerce-table--order-details th.product-total{width:200px;color:inherit;text-align:left}.woocommerce-checkout .woocommerce-table--order-details td.product-total span.woocommerce-Price-amount{font-weight:700}@media (max-width:1200px){.woocommerce-checkout .woocommerce-table--order-details td.product-total{width:auto}}@media (max-width:544px){.woocommerce-checkout .woocommerce-table--order-details td.product-total,.woocommerce-checkout .woocommerce-table--order-details th.product-total{text-align:left}}.woocommerce-checkout .woocommerce-table--order-details thead th{text-transform:uppercase;font-size:14px;color:#939597;font-weight:500}.woocommerce-checkout .woocommerce-table--order-details tfoot td,.woocommerce-checkout .woocommerce-table--order-details tfoot th{font-weight:400}.woocommerce-checkout .woocommerce-table--order-details.order_details_items thead tr:first-child td,.woocommerce-checkout .woocommerce-table--order-details.order_details_items thead tr:first-child th{border-top:0}@media (max-width:544px){.woocommerce-checkout .woocommerce-table--order-details.order_details_items thead tr:first-child th.product-thumb{display:none}}.woocommerce-checkout .woocommerce-table--order-details.order_details_items tbody tr:last-child td,.woocommerce-checkout .woocommerce-table--order-details.order_details_items tbody tr:last-child th{border-bottom:1px solid var(--bb-content-border-color)}.woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-name a{color:var(--bb-headings-color);font-weight:500}.woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-name a:hover{color:var(--bb-primary-color)}.woocommerce-checkout .woocommerce-table--order-details.order_details_items tr.product-purchase-note td{padding-top:8px}.woocommerce-checkout .woocommerce-table--order-details.order_details_items td:not(.product-thumb){padding-top:20px}.woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-thumb{width:120px}.woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-thumb img{max-width:100px}@media (max-width:992px){.woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-thumb{width:80px}.woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-thumb img{max-width:70px}}@media (max-width:544px){.woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-thumb{display:none}}.woocommerce-checkout .woocommerce-table--order-details.order_details_items .bb_sku_wrapper{display:block;color:#939597;font-size:13px;line-height:1}.woocommerce-checkout .woocommerce-table--order-details.order_details_total{width:70%;float:left}.woocommerce-checkout .woocommerce-table--order-details.order_details_total td,.woocommerce-checkout .woocommerce-table--order-details.order_details_total th{border-top:0;border-bottom:0;padding-top:6px;padding-bottom:6px;font-weight:400}.woocommerce-checkout .woocommerce-table--order-details.order_details_total th{text-transform:uppercase}.woocommerce-checkout .woocommerce-table--order-details.order_details_total tfoot td:last-child{width:200px;color:inherit;text-align:left}.woocommerce-checkout .woocommerce-table--order-details.order_details_total tfoot tr:last-child td,.woocommerce-checkout .woocommerce-table--order-details.order_details_total tfoot tr:last-child th{font-weight:700;color:inherit}@media (max-width:800px){.woocommerce-checkout .woocommerce-table--order-details.order_details_total tfoot td:last-child{text-align:left}}@media (max-width:992px){.woocommerce-checkout .woocommerce-table--order-details.order_details_total{width:100%;float:none}.woocommerce-checkout .woocommerce-table--order-details.order_details_total td,.woocommerce-checkout .woocommerce-table--order-details.order_details_total th{padding-top:4px;padding-bottom:4px}}.woocommerce-checkout .woocommerce-table--order-details.order_details_note{clear:both}.woocommerce-checkout .woocommerce-table--order-details.order_details_note th{color:var(--bb-body-text-color)}.woocommerce-checkout .woocommerce-order-end{text-align:center;margin:2rem 0;padding:0 3rem}.woocommerce-checkout .woocommerce-order-end h3{margin-bottom:5px}.woocommerce-checkout .woocommerce-order-end p{font-size:14px;color:var(--bb-alternate-text-color)}.woocommerce-checkout label.checkbox{position:relative}form.woocommerce-checkout input[type=checkbox]{position:absolute;opacity:0}form.woocommerce-checkout input[type=checkbox]+span:before{content:"";margin-left:10px;display:inline-block;vertical-align:text-top;width:20px;height:20px;background:#fff;border-radius:3px;border:1px solid var(--bb-primary-color);box-shadow:none}form.woocommerce-checkout input[type=checkbox]:checked+span:before{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color);content:"\e876";font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;font-variant:normal;text-transform:none;text-align:center;color:#fff;line-height:18px;font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-shadow:0 0 0 1px var(--bb-primary-color)}.woocommerce-checkout .payment_method_stripe #stripe-payment-data [for=wc-stripe-new-payment-method]{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.woocommerce-checkout .payment_method_stripe #stripe-payment-data .form-row{margin-bottom:0!important;width:100%}.woocommerce-checkout .payment_method_stripe #stripe-payment-data #wc-stripe-new-payment-method+label:before{content:"";margin-left:10px;display:inline-block;vertical-align:text-top;width:20px;height:20px;background:#fff;border-radius:3px;border:1px solid #c9cbca;box-shadow:none;-ms-flex-preferred-size:40px;flex-basis:40px;max-width:20px;min-width:20px}.woocommerce-checkout .payment_method_stripe #stripe-payment-data #wc-stripe-new-payment-method:checked+label:before{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color);content:"\e876";font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;font-variant:normal;text-transform:none;text-align:center;color:#fff;line-height:18px;font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-shadow:none}.woocommerce-checkout .payment_method_stripe #stripe-payment-data .stripe-source-errors .wc-stripe-error li{line-height:1.4}.woocommerce-checkout .payment_method_stripe #stripe-payment-data .stripe-source-errors .wc-stripe-error:before{color:#fff}input[type=checkbox]#wp-comment-cookies-consent{position:absolute;opacity:0}input[type=checkbox]#wp-comment-cookies-consent+label:before{content:"";margin-left:10px;display:inline-block;vertical-align:text-top;width:20px;height:20px;background:#fff;border-radius:3px;border:1px solid #c9cbca;box-shadow:none}input[type=checkbox]#wp-comment-cookies-consent:checked+label:before{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color);content:"\e876";font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;font-variant:normal;text-transform:none;text-align:center;color:#fff;line-height:18px;font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-shadow:none}.woocommerce form.checkout_coupon{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);margin-top:0;margin-bottom:1em;font-size:14px}.woocommerce form.checkout_coupon .form-row-first{width:-webkit-calc(100% - 150px);width:calc(100% - 150px);padding-left:15px}.woocommerce form.checkout_coupon .form-row-last{width:150px}.woocommerce form.checkout_coupon .form-row-last button.button{width:100%}@media (max-width:800px){.woocommerce form.checkout_coupon>p{margin-bottom:5px;line-height:150%}.woocommerce form.checkout_coupon .form-row-first{padding-left:0}}@media (max-width:992px){.woocommerce-checkout.has-sidebar form.checkout_coupon .form-row-first{padding-left:0}.woocommerce-checkout.has-sidebar form.checkout_coupon>p{margin-bottom:5px;line-height:150%}}.woocommerce-form-coupon-toggle .woocommerce-info{font-size:14px;color:var(--bb-body-text-color);background-color:transparent!important;border:0;padding-top:0;padding-bottom:0;padding-right:25px}.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info::before{content:"\ef17";font-family:bb-icons;font-size:20px;top:0;right:0;color:var(--bb-body-text-color)}@media (max-width:1200px){body.woocommerce-checkout.has-sidebar .woocommerce .woocommerce-order ul.woocommerce-order-overview{margin:.5em 0 1em}body.woocommerce-checkout.has-sidebar .woocommerce .woocommerce-order ul.woocommerce-order-overview li{display:block;text-align:center;margin-bottom:20px}}@media (max-width:1200px){.woocommerce-checkout.has-sidebar .woocommerce form.checkout .bb-wc-co{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.woocommerce-checkout.has-sidebar .woocommerce form.checkout .bb-wc-co .bb-wc-col{width:100%}}@media (max-width:992px){.woocommerce-checkout.has-sidebar .woocommerce form.checkout .bb-wc-co .bb-wc-col .bb-order-review table.shop_table tfoot th:first-child{padding-right:0}}.elementor-widget-container .woocommerce-checkout .bb-wc-co>.bb-wc-col{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0}.elementor-widget-container .woocommerce-checkout .bb-wc-co>.bb-wc-col .bb-wc-col,.elementor-widget-container .woocommerce-checkout .bb-wc-co>.bb-wc-col .e-checkout__container{width:50%;padding-right:10px;padding-left:10px;grid-template-columns:auto}.e-checkout-layout-one-column .elementor-widget-container .woocommerce-checkout .bb-wc-co>.bb-wc-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.e-checkout-layout-one-column .elementor-widget-container .woocommerce-checkout .bb-wc-co>.bb-wc-col .bb-wc-col,.e-checkout-layout-one-column .elementor-widget-container .woocommerce-checkout .bb-wc-co>.bb-wc-col .e-checkout__container{width:100%}.woocommerce-checkout.woocommerce-order-received header.entry-header{display:none}.mfp-content .bs_checkout_coupon{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-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.mfp-content .bs_checkout_coupon div.woocommerce-message,.mfp-content .bs_checkout_coupon ul.woocommerce-error{width:100%}.mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;margin-bottom:0;min-height:50px!important;width:100%}.mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form p.form-row-first{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-bottom:0}.mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form p.form-row-last{width:auto;margin-right:15px;margin-bottom:0}.mfp-content .bs_checkout_coupon button{color:var(--bb-alternate-text-color)}.mfp-content .bs_checkout_coupon button:hover{color:var(--bb-headings-color);background-color:transparent}@media (max-width:544px){.mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:92px!important}.mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form p{width:100%}.mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form p.form-row-last{margin-right:0;text-align:center}}.payment_method_stripe>fieldset,fieldset.wc-upe-form.wc-payment-form{border-radius:4px;margin-top:1rem;margin-bottom:1rem;padding:1rem}.woocommerce .woocommerce-MyAccount-navigation{min-width:230px;float:none;width:230px}.woocommerce .woocommerce-MyAccount-navigation ul{margin:0}.woocommerce .woocommerce-MyAccount-navigation ul li{display:block}.woocommerce .woocommerce-MyAccount-navigation ul li a{display:block;padding:9px 15px;font-size:14px;color:var(--bb-headings-color)}.woocommerce .woocommerce-MyAccount-navigation ul li a.is-active{color:var(--bb-primary-color);background-color:var(--bb-body-background-color)}.woocommerce .woocommerce-MyAccount-navigation ul li a:hover{color:var(--bb-primary-color);background-color:var(--bb-content-alternate-background-color)}.woocommerce .woocommerce-MyAccount-navigation ul li a:before{font-size:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons;margin-left:15px;vertical-align:middle}.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a{color:var(--bb-primary-color);background-color:var(--bb-content-alternate-background-color)}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before{content:"\ee74"}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before{content:"\eec3"}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before{content:"\e889"}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before{content:"\ee42"}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before{content:"\eed1"}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before{content:"\ee27"}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before{content:"\eefd"}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--become-a-vendor a:before{content:"\ef52"}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--giftcards a:before{content:"\eea9"}@media (min-width:800px){.woocommerce .woocommerce-MyAccount-navigation ul.woocommerce-MyAccount-menu{display:block!important}}.woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading{padding:15px;text-transform:uppercase}.woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading h5{margin-bottom:0;font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading h5 a.push-my-account-nav{margin-right:auto;color:#939597;display:none}.woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading h5 a.push-my-account-nav:hover{color:var(--bb-primary-color)}.woocommerce .woocommerce-MyAccount-content{-webkit-box-flex:1;-ms-flex:1;flex:1;border-right:1px solid var(--bb-content-border-color);min-height:400px;width:auto;padding:30px}.woocommerce .woocommerce-MyAccount-content input[type=submit][name=apply_for_vendor_submit]{border-radius:100px;padding:10px 20px;font-weight:500;font-style:normal;text-decoration:none;cursor:pointer;display:inline-block;line-height:1.3;border:1px solid transparent;font-size:15px;color:#fff;background-color:var(--bb-headings-color)}.woocommerce .woocommerce-MyAccount-content .MyAccount-content--dashboard p{font-size:14px}.woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content{padding:20px 0}.woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content .woocommerce-address-fields{width:70%;margin:2em auto}@media (max-width:1200px){.woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content .woocommerce-address-fields{width:90%}}@media (max-width:992px){.woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content .woocommerce-address-fields .form-row.form-row-first,.woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content .woocommerce-address-fields .form-row.form-row-last{width:100%;float:none}}@media screen and (max-width:860px) and (min-width:800px){.woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content{padding:20px 0}}.woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields{width:70%;margin:2em auto}.woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields fieldset{border:0;padding:1.5rem 0 1rem;margin-top:3rem;margin-bottom:0}.woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields legend{font-weight:500;font-size:16px;color:var(--bb-headings-color)}@media (max-width:1200px){.woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields{width:90%}}@media (max-width:992px){.woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields .form-row.form-row-first,.woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields .form-row.form-row-last{width:100%;float:none}}.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses{font-size:14px;padding:0}.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h3{text-transform:uppercase;font-size:14px;margin-bottom:.2rem}.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses address{line-height:21px;margin-bottom:1em}@media (max-width:992px){.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address{float:none;width:100%}.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address.col-1{padding-bottom:30px}}.woocommerce .woocommerce-MyAccount-content form .form-row{margin-bottom:1.3em}.woocommerce .woocommerce-MyAccount-content form .form-row .required{color:var(--bb-danger-color);text-decoration:none}.woocommerce .woocommerce-MyAccount-content form .form-row label{font-size:14px}.woocommerce .woocommerce-MyAccount-content form .form-row input,.woocommerce .woocommerce-MyAccount-content form .form-row select,.woocommerce .woocommerce-MyAccount-content form .form-row textarea{font-size:14px}.woocommerce .woocommerce-MyAccount-content form .form-row .select2-container .select2-results,.woocommerce .woocommerce-MyAccount-content form .form-row .select2-container .select2-selection--single{font-size:14px}.woocommerce .woocommerce-MyAccount-content form .form-row span.select2-selection.select2-selection--single{outline:0}.woocommerce .woocommerce-MyAccount-content form .form-row span>em{font-size:14px;font-style:normal;color:var(--bb-alternate-text-color)}.woocommerce .woocommerce-MyAccount-content form .woocommerce-account-fields__ctrls-wrapper,.woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__ctrls-wrapper{text-align:left}.woocommerce .woocommerce-MyAccount-content form .password-input .show-password-input{top:.4em}.woocommerce .woocommerce-MyAccount-content form .password-input .show-password-input:after{content:"\ee69";font-family:bb-icons;font-size:18px}.woocommerce .woocommerce-MyAccount-content form .password-input .show-password-input.display-password:after{content:"\ee6a";font-family:bb-icons;color:inherit}.woocommerce .wc-MyAccount-sub-heading{padding:0 0 10px;border-bottom:1px solid var(--bb-content-border-color)}.woocommerce .wc-MyAccount-sub-heading h2{margin-bottom:10px}.woocommerce .wc-MyAccount-sub-heading h2 strong{font-weight:400}.woocommerce .wc-MyAccount-sub-heading p{font-size:14px;margin-bottom:0;color:var(--bb-alternate-text-color)}.woocommerce table.my_account_orders{border:0}.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th{padding-top:8px;padding-bottom:8px;font-size:13px;border-bottom:0}.woocommerce table.my_account_orders thead th{text-transform:uppercase;font-size:12px;font-weight:500}.woocommerce table.my_account_orders tbody td{border-top:1px solid var(--bb-content-border-color);color:var(--bb-alternate-text-color)}.woocommerce table.my_account_orders tbody td.woocommerce-orders-table__cell-order-actions{width:95px}@media (max-width:800px){.woocommerce table.my_account_orders tbody td.woocommerce-orders-table__cell-order-actions{width:auto}}.woocommerce table.my_account_orders tbody td a.button{min-height:auto;padding:5px 1.2em;margin:0 5px 5px 0;font-size:13px;line-height:1;max-width:100px;width:100%}@media (max-width:800px){.woocommerce table.my_account_orders tbody td a.button{width:auto}}.woocommerce table.my_account_orders tbody td.woocommerce-orders-table__cell-order-number a{color:var(--bb-headings-color)}.woocommerce table.my_account_orders tbody td.woocommerce-orders-table__cell-order-number a:hover{color:var(--bb-primary-color)}@media (max-width:800px){.woocommerce table.my_account_orders tbody tr:nth-child(even) td{background-color:var(--bb-body-background-color)}.woocommerce table.my_account_orders tbody tr.woocommerce-orders-table__row{margin-bottom:30px}.woocommerce table.my_account_orders tbody tr:last-child{margin-bottom:0}}.woocommerce table.my_account_orders.account-orders-table-dashboard tbody td a.button{padding:6px 15px;display:block;max-width:90%;margin-bottom:10px}@media (max-width:1200px){.woocommerce table.my_account_orders.account-orders-table-dashboard tbody td a.button{width:100%;max-width:100%}}@media (max-width:800px){.woocommerce table.my_account_orders.account-orders-table-dashboard tbody td a.button{display:inline-block;margin-right:0;margin-left:5px}}.woocommerce .bsMyAccount{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:30px}@media (max-width:800px){.woocommerce .bsMyAccount{margin-bottom:0}}@media (max-width:1200px){.woocommerce-account.has-sidebar .woocommerce .bsMyAccount{margin-bottom:0}}.woocommerce .wc-MyAccount-fix-center{width:60%;margin:2em auto;text-align:center}.woocommerce .wc-MyAccount-fix-center.woocommerce-info{border:0;padding:0}.woocommerce .wc-MyAccount-fix-center.woocommerce-info:before{display:none}.woocommerce .wc-MyAccount-fix-center.woocommerce-info .button{float:none;padding:1em 3em;font-weight:500;margin:0 auto}.woocommerce .wc-MyAccount-fix-center .wc-MyAccount-sub-tagline{font-size:22px;margin-bottom:25px}.woocommerce .wc-MyAccount-fix-center .wc-MyAccount-sub-icon{margin-bottom:25px}.woocommerce .wc-MyAccount-fix-center .wc-MyAccount-sub-icon img{max-width:60px}@media (max-width:992px){.woocommerce .wc-MyAccount-fix-center{width:85%}}.woocommerce #customer_login,.woocommerce .bb_customer_login{padding:3rem}.woocommerce #customer_login form.login,.woocommerce #customer_login form.register,.woocommerce .bb_customer_login form.login,.woocommerce .bb_customer_login form.register{border:0;padding:10px 0;font-size:14px}.woocommerce #customer_login form.login label,.woocommerce #customer_login form.register label,.woocommerce .bb_customer_login form.login label,.woocommerce .bb_customer_login form.register label{font-size:14px}.woocommerce #customer_login form.login input,.woocommerce #customer_login form.login select,.woocommerce #customer_login form.login textarea,.woocommerce #customer_login form.register input,.woocommerce #customer_login form.register select,.woocommerce #customer_login form.register textarea,.woocommerce .bb_customer_login form.login input,.woocommerce .bb_customer_login form.login select,.woocommerce .bb_customer_login form.login textarea,.woocommerce .bb_customer_login form.register input,.woocommerce .bb_customer_login form.register select,.woocommerce .bb_customer_login form.register textarea{font-size:14px}.woocommerce #customer_login .woocommerce-LostPassword,.woocommerce .bb_customer_login .woocommerce-LostPassword{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.woocommerce #customer_login .woocommerce-LostPassword label.woocommerce-form__label,.woocommerce .bb_customer_login .woocommerce-LostPassword label.woocommerce-form__label{margin-left:auto}@media (max-width:544px){.woocommerce #customer_login .woocommerce-LostPassword,.woocommerce .bb_customer_login .woocommerce-LostPassword{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.woocommerce #customer_login .woocommerce-LostPassword label.woocommerce-form__label,.woocommerce .bb_customer_login .woocommerce-LostPassword label.woocommerce-form__label{margin-left:auto;margin-right:auto;margin-bottom:15px}}.woocommerce #customer_login .woocommerce-LoginBtn,.woocommerce #customer_login .woocommerce-RegisterBtn,.woocommerce .bb_customer_login .woocommerce-LoginBtn,.woocommerce .bb_customer_login .woocommerce-RegisterBtn{text-align:left}.woocommerce #customer_login .woocommerce-LoginBtn button.button,.woocommerce #customer_login .woocommerce-RegisterBtn button.button,.woocommerce .bb_customer_login .woocommerce-LoginBtn button.button,.woocommerce .bb_customer_login .woocommerce-RegisterBtn button.button{padding-right:3em;padding-left:3em}@media (max-width:544px){.woocommerce #customer_login .woocommerce-LoginBtn,.woocommerce #customer_login .woocommerce-RegisterBtn,.woocommerce .bb_customer_login .woocommerce-LoginBtn,.woocommerce .bb_customer_login .woocommerce-RegisterBtn{text-align:center}}.woocommerce #customer_login.col2-set .col-1,.woocommerce #customer_login.col2-set .col-2,.woocommerce .bb_customer_login.col2-set .col-1,.woocommerce .bb_customer_login.col2-set .col-2{padding:0 20px}.woocommerce #customer_login.col2-set .col-1 .bb_customer_login,.woocommerce #customer_login.col2-set .col-2 .bb_customer_login,.woocommerce .bb_customer_login.col2-set .col-1 .bb_customer_login,.woocommerce .bb_customer_login.col2-set .col-2 .bb_customer_login{padding:0}.woocommerce .woocommerce-MyAccount-content .bb_customer_login{width:50%;margin:0 auto;padding:3rem}.woocommerce .woocommerce-MyAccount-content .bb_customer_login>h2{display:none}@media (max-width:1200px){.has-sidebar .woocommerce .woocommerce-MyAccount-content .bb_customer_login{width:80%}}@media (max-width:992px){.woocommerce .woocommerce-MyAccount-content .bb_customer_login{width:80%}.has-sidebar .woocommerce .woocommerce-MyAccount-content .bb_customer_login{width:95%;padding-right:1rem;padding-left:1rem}}@media (max-width:544px){.woocommerce .woocommerce-MyAccount-content .bb_customer_login{width:90%;padding-right:1rem;padding-left:1rem}}.woocommerce .wc-LostPassword{padding:3rem;width:50%;margin:0 auto}.woocommerce .wc-LostPassword .bs_woocommerce_reset_message{font-size:14px;color:#939597;margin-bottom:1rem;line-height:1.3rem}.woocommerce .wc-LostPassword .bs_woocommerce_reset_ctrls{text-align:left}@media (max-width:800px){.woocommerce .wc-LostPassword{width:80%}}@media (max-width:544px){.woocommerce .wc-LostPassword{width:100%}}.woocommerce section.woocommerce-order-details p.order-again{text-align:left}.woocommerce section.woocommerce-order-details p.order-again a.button{padding:8px 2em}.woocommerce section.woocommerce-order-details p.order-again a.button:hover{background-color:#0f74e0;color:#fff}.woocommerce .woocommerce-table--order-details{border:0}.woocommerce .woocommerce-table--order-details td,.woocommerce .woocommerce-table--order-details th{padding-top:8px;padding-bottom:8px;font-size:14px;border-bottom:0;vertical-align:top;border-top:1px solid var(--bb-content-border-color)}.woocommerce .woocommerce-table--order-details thead th{text-transform:uppercase;font-size:14px;color:var(--bb-alternate-text-color);font-weight:500}.woocommerce .woocommerce-table--order-details tfoot td,.woocommerce .woocommerce-table--order-details tfoot th{font-weight:400}.woocommerce .order_details_items thead tr:first-child td,.woocommerce .order_details_items thead tr:first-child th{border-top:0}@media (max-width:544px){.woocommerce .order_details_items thead tr:first-child th.product-thumb{display:none}}.woocommerce .order_details_items tbody tr:last-child td,.woocommerce .order_details_items tbody tr:last-child th{border-bottom:1px solid var(--bb-content-border-color);border-radius:0}.woocommerce .order_details_items td.product-name a{color:var(--bb-headings-color);font-weight:500}.woocommerce .order_details_items td.product-name a:hover{color:var(--bb-primary-color)}.woocommerce .order_details_items td.product-total,.woocommerce .order_details_items th.product-total{width:190px;text-align:left}.woocommerce .order_details_items td.product-total span.woocommerce-Price-amount,.woocommerce .order_details_items th.product-total span.woocommerce-Price-amount{font-weight:700}@media (max-width:544px){.woocommerce .order_details_items td.product-total,.woocommerce .order_details_items th.product-total{text-align:left}}@media (max-width:1200px){.woocommerce .order_details_items td.product-total{width:auto}}.woocommerce .order_details_items tr.product-purchase-note td{padding-top:8px}.woocommerce .order_details_items td:not(.product-thumb){padding-top:15px;padding-bottom:15px}.woocommerce .order_details_items td.product-thumb{width:120px}.woocommerce .order_details_items td.product-thumb img{max-width:100px}@media (max-width:992px){.woocommerce .order_details_items td.product-thumb{width:90px}.woocommerce .order_details_items td.product-thumb img{max-width:80px}}.woocommerce .order_details_items .bb_sku_wrapper{display:block;color:var(--bb-alternate-text-color);font-size:13px;line-height:1}.woocommerce table.order_details_total{width:70%;float:left}.woocommerce table.order_details_total tfoot td,.woocommerce table.order_details_total tfoot th{border-top:0;border-bottom:0;padding-top:4px;padding-bottom:4px;color:var(--bb-alternate-text-color);font-weight:400}.woocommerce table.order_details_total th{text-transform:uppercase}.woocommerce table.order_details_total tfoot td:last-child{width:190px;color:var(--bb-body-text-color);text-align:left}@media (max-width:800px){.woocommerce table.order_details_total tfoot td:last-child{text-align:left}}.woocommerce table.order_details_total tfoot tr:last-child td,.woocommerce table.order_details_total tfoot tr:last-child th{color:var(--bb-body-text-color);font-weight:700}@media (max-width:992px){.woocommerce table.order_details_total{width:100%;float:none}.woocommerce table.order_details_total td,.woocommerce table.order_details_total th{padding-top:4px;padding-bottom:4px}}.woocommerce .order_details_note{clear:both}.woocommerce .order_details_note th{color:var(--bb-body-text-color)}.woocommerce section.woocommerce-customer-details{padding:0 12px}.woocommerce section.woocommerce-customer-details h2.woocommerce-column__title{font-size:17px;margin-bottom:.5rem}.woocommerce section.woocommerce-customer-details .woocommerce-column h2.woocommerce-column__title{font-size:17px;margin-bottom:.5rem}.woocommerce section.woocommerce-customer-details .woocommerce-column.woocommerce-column--1{width:64%}.woocommerce section.woocommerce-customer-details .woocommerce-column.woocommerce-column--2{width:32%}@media (max-width:992px){.woocommerce section.woocommerce-customer-details .woocommerce-column,.woocommerce section.woocommerce-customer-details .woocommerce-column.woocommerce-column--1,.woocommerce section.woocommerce-customer-details .woocommerce-column.woocommerce-column--2{width:100%;float:none}.woocommerce section.woocommerce-customer-details .woocommerce-column.woocommerce-column--1{margin-bottom:30px}}.woocommerce section.woocommerce-customer-details address{border:0;padding:0;font-size:14px}.woocommerce section.woocommerce-customer-details address .woocommerce-customer-details--email:before,.woocommerce section.woocommerce-customer-details address .woocommerce-customer-details--phone:before{line-height:2.15}.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--subcolumn{font-size:14px}.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--subcolumn .woocommerce-customer-details--email:before,.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--subcolumn .woocommerce-customer-details--phone:before{line-height:2.15}.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--billwrap{display:-webkit-box;display:-ms-flexbox;display:flex}.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--billwrap .woocommerce-customer-details--maincolumn{margin-left:50px}@media (max-width:1200px){.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--billwrap .woocommerce-customer-details--maincolumn{margin-left:25px}}@media (max-width:992px){.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--billwrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--billwrap .woocommerce-customer-details--maincolumn{margin-left:0}}.woocommerce mark{background-color:var(--bb-body-background-color);color:var(--bb-body-text-color)}@media (max-width:800px){.woocommerce .bsMyAccount{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.woocommerce .woocommerce-MyAccount-navigation{width:100%}.woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading h5 a.push-my-account-nav{display:block}.woocommerce .woocommerce-MyAccount-navigation ul.woocommerce-MyAccount-menu{display:none}.woocommerce .woocommerce-MyAccount-content{border-right:0}}.woocommerce .bsMyAccount--dashboard .wc-MyAccount-inner-content{padding-bottom:10px}.woocommerce .bsMyAccount--dashboard .wc-MyAccount-sub-heading{border-bottom:0;padding-bottom:0}.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block{background-color:var(--bb-content-background-color)}.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .wc-MyAccount-sub-heading{border-bottom:1px solid var(--bb-content-border-color);padding-top:10px;padding-bottom:5px}.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .wc-MyAccount-sub-heading h2{text-transform:uppercase;font-size:14px;margin-bottom:0}.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .my_account_orders{margin-bottom:0}.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields{width:100%;margin:0}.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 -10px}.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split .wcf-col{width:50%;margin:0 10px}.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split fieldset{margin:0;padding:0}@media (max-width:1200px){.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0}.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split .wcf-col{width:100%;margin:0}}.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .col2-set{display:-webkit-box;display:-ms-flexbox;display:flex;margin:20px 0;padding:0}.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .col2-set:after,.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .col2-set:before{display:none}@media (max-width:992px){.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .col2-set{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (max-width:992px){.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .woocommerce-Address{width:100%}.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .woocommerce-Address.col-1{margin-left:0;margin-bottom:20px}.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .woocommerce-Address.col-2{margin-right:0}}.woocommerce .bsMyAccount--dashboard .woocommerce-Address{width:50%;margin:0;float:none;background-color:var(--bb-content-background-color)}.woocommerce .bsMyAccount--dashboard .woocommerce-Address address{padding:20px}.woocommerce .bsMyAccount--dashboard .woocommerce-Address.col-1{margin-left:10px}.woocommerce .bsMyAccount--dashboard .woocommerce-Address.col-2{margin-right:10px}.woocommerce .bsMyAccount--dashboard .woocommerce-Address-title{border-bottom:1px solid #eef0f3;padding:10px 20px 5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.woocommerce .bsMyAccount--dashboard .woocommerce-Address-title h3{text-transform:uppercase;font-size:14px;margin-bottom:0;font-weight:500}.woocommerce .bsMyAccount--dashboard .woocommerce-Address-title a.edit{margin-right:auto}.woocommerce .bsMyAccount--dashboard-inner .shop_table.order_details .order_item:first-child:last-child>td,.woocommerce .bsMyAccount--dashboard-inner .shop_table.order_details .order_item:last-child>td{border:0}.woocommerce .bsMyAccount--dashboard-inner .shop_table.order_details .order_item .product-name .product-quantity{margin-left:10px}.woocommerce .bsMyAccount--dashboard-inner tfoot tr:first-child td,.woocommerce .bsMyAccount--dashboard-inner tfoot tr:first-child th{border-bottom:0}.woocommerce .bsMyAccount--dashboard-inner table.order_details tr:last-child td:first-child,.woocommerce .bsMyAccount--dashboard-inner table.subscription_details tr:last-child td:first-child{border-bottom-right-radius:0}.woocommerce .bsMyAccount--dashboard-inner table.order_details tr:last-child td:last-child,.woocommerce .bsMyAccount--dashboard-inner table.subscription_details tr:last-child td:last-child{border-bottom-left-radius:0}@media (max-width:800px){.woocommerce .bsMyAccount.bsMyAccount--dashboard .MyAccount-content--dashboard>.wc-MyAccount-inner-content{padding-right:0;padding-left:0}}@media (max-width:1200px){.logged-in.woocommerce-account.has-sidebar .widget-area:not(.widget-area-secondary){-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.logged-in.woocommerce-account.has-sidebar:not(.profile-sidebar,.group-sidebar,.sfwd-sidebar,.llms-pointer) #primary{max-width:100%}}@media (max-width:800px){.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb,.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb{text-align:center!important;width:100%}.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb img,.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb img{max-width:100px;width:100px}.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb:before,.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb:before{display:none}.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr:nth-child(2n) td,.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr:nth-child(2n) td{background-color:#fff}.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tbody tr:last-child td,.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items tbody tr:last-child td{border-bottom:0}.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr.woocommerce-table__line-item,.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr.woocommerce-table__line-item{margin-bottom:30px}.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr.woocommerce-table__product-purchase-note,.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr.woocommerce-table__product-purchase-note{position:relative;bottom:30px}.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr td.woocommerce-table__product-thumb,.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr td.woocommerce-table__product-thumb{border-top:0}}body.woocommerce-account:not(.llms-pointer) header.entry-header{display:none}.woocommerce-account .select2-container .select2-results,.woocommerce-account .select2-container .select2-selection--single,.woocommerce-account .select2-container input{font-size:14px}.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--members-area a:before{font-family:bb-icons;content:"\eed4"}.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--subscriptions a:before{font-family:bb-icons;content:"\ef04"}.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--wc-smart-coupons a:before{font-family:bb-icons;content:"\e976"} \ No newline at end of file diff --git a/web/app/themes/buddyboss-theme/assets/css/academy.css b/web/app/themes/buddyboss-theme/assets/css/academy.css new file mode 100644 index 00000000..cc913e1c --- /dev/null +++ b/web/app/themes/buddyboss-theme/assets/css/academy.css @@ -0,0 +1,129 @@ +/* stylelint-disable scss/no-duplicate-mixins */ +/* stylelint-enable */ +:root { + --academy-primary-font: inherit !important; + --academy-secondary-font: inherit !important; +} + +body[class*="academy"] a:focus { + box-shadow: none; +} +body[class*="academy"].page-template-academy-canvas-php { + height: auto; +} + +.buddyboss-theme .media-frame .media-toolbar input[type="search"], +.buddyboss-theme .media-frame .media-toolbar select.attachment-filters { + height: auto; +} +.buddyboss-theme .media-frame .media-toolbar input[type="search"] { + padding-left: 35px; +} + +.academy-editor__content-texteditor .interface-complementary-area .components-panel__header.edit-post-sidebar__panel-tabs ul, +.academy-editor__content-texteditor .interface-complementary-area .components-panel__header.edit-post-sidebar__panel-tabs ul li { + margin: 0; +} +.academy-editor__content-texteditor .interface-complementary-area .components-button:focus { + color: inherit; + background-color: inherit; +} + +.academy-editor__content-meta .meta-field__body input[type="radio"], +.academy-react-modal input[type="radio"], +.academy-radio-options input[type="radio"] { + min-height: 1rem; +} + +.academy-list-wrap input[type="checkbox"], +.academy-react-modal input[type="checkbox"] { + min-height: 1rem; + position: relative; +} +.academy-list-wrap input[type="checkbox"]:checked::before, +.academy-react-modal input[type="checkbox"]:checked::before { + margin: 0; + position: absolute; + top: 0; + left: 0; + width: 100%; +} + +.academy-list-wrap .academy-bulk-actions .academy-select .academy-react-select__control .academy-react-select__value-container { + padding-bottom: 0; +} + +.academy-react-select__control input { + height: auto; +} +.academy-react-select__control input:focus { + box-shadow: none; +} + +.academy-calendar button { + color: inherit; +} +.academy-calendar button:disabled { + cursor: default; +} + +.academyFrontendDashWrap .academy-topbar { + border-color: var(--bb-content-border-color); +} +.academyFrontendDashWrap .academy-dashboard-entry-content .academy-dashboard-data .academy-analytics-cards--card .academy-analytics-card--data { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.academyFrontendDashWrap .academy-list-wrap .rdt_Pagination select { + padding-right: 30px; +} +.academyFrontendDashWrap .academy-list-wrap .rdt_Pagination select + svg { + display: none; +} +.academyFrontendDashWrap .academy-list-wrap .academy-table-item-control { + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start; +} +.academyFrontendDashWrap .academy-dashboard-sidebar ul.academy-dashboard-menu li ul { + margin-bottom: 0; +} + +.academy-dashboard__content .academy-editor__content > .entry-left { + width: 75%; +} +.academy-dashboard__content .academy-editor__content > .entry-right { + width: 25%; +} +.academy-dashboard__content .academy-editor__title-textfield { + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; +} +.academy-dashboard__content .academy-editor__title-submit { + width: auto; +} + +.academy-block-editor .components-panel__header.edit-post-sidebar__panel-tabs ul { + margin: 0; +} +.academy-block-editor .components-panel__header.edit-post-sidebar__panel-tabs ul li { + margin: 0; +} + +.academy-courses__sidebar .academy-archive-course-search { + width: 100%; +} + +@media only screen and (min-width: 990px) { + .academy-courses__header .academy-courses__header-filter > .academy-courses__header-ordering { + -webkit-box-flex: 0; + -ms-flex: 0 0 25%; + flex: 0 0 25%; + padding-left: 25px; + } + .academy-courses__header .academy-courses__header-filter > .academy-courses__header-ordering .academy-courses__header-orderby { + width: 100%; + } +} diff --git a/web/app/themes/buddyboss-theme/assets/css/academy.css.map b/web/app/themes/buddyboss-theme/assets/css/academy.css.map new file mode 100644 index 00000000..009a8758 --- /dev/null +++ b/web/app/themes/buddyboss-theme/assets/css/academy.css.map @@ -0,0 +1,7 @@ +{ +"version": 3, +"mappings": "AAqGA,gDAAgD;AAIhD,sBAAsB;ACzGtB,KAAM;EACF,sBAAsB,CAAC,mBAAmB;EAC1C,wBAAwB,CAAC,mBAAmB;;;AAI5C,8BAAQ;EACJ,UAAU,EAAE,IAAI;;AAGpB,uDAAmC;EAC/B,MAAM,EAAE,IAAI;;;AAMZ;sEAC0B;EACtB,MAAM,EAAE,IAAI;;AAGhB,iEAAqB;EACjB,YAAY,EAAE,IAAI;;;AAOtB;+HACM;EACF,MAAM,EAAE,CAAC;;AAKb,0FAAyB;EACrB,KAAK,EAAE,OAAO;EACd,gBAAgB,EAAE,OAAO;;;AAQjC;;0CAAoB;EAChB,UAAU,EAAE,IAAI;;;AAMpB;2CAAuB;EACnB,UAAU,EAAE,IAAI;EAChB,QAAQ,EAAE,QAAQ;;AAGtB;2DAAuC;EACnC,MAAM,EAAE,CAAC;EACT,QAAQ,EAAE,QAAQ;EAClB,GAAG,EAAE,CAAC;EACN,IAAI,EAAE,CAAC;EACP,KAAK,EAAE,IAAI;;;AAMX,8HAAsF;EAClF,cAAc,EAAE,CAAC;;;AAMzB,oCAAM;EACF,MAAM,EAAE,IAAI;;AAEZ,0CAAQ;EACJ,UAAU,EAAE,IAAI;;;AAMxB,wBAAO;EACH,KAAK,EAAE,OAAO;;AAEd,iCAAW;EACP,MAAM,EAAE,OAAO;;;AC1FvB,wCAAgB;EACZ,YAAY,EC8CL,8BAA8B;;AD1CrC,8IAA8B;EAC1B,WAAW,EAAE,MAAM;;AAKvB,kEAAO;EACH,aAAa,EAAE,IAAI;;AAGvB,wEAAa;EACT,OAAO,EAAE,IAAI;;AAIrB,uEAA+C;EAC3C,WAAW,EAAE,UAAU;;AAIvB,mFAAM;EACF,aAAa,EAAE,CAAC;;;AAMxB,kEAAuC;EACnC,KAAK,EAAE,GAAG;;AAGd,mEAAwC;EACpC,KAAK,EAAE,GAAG;;AAGd,4DAAiC;EAC7B,IAAI,EAAE,CAAC;;AAGX,yDAA8B;EAC1B,KAAK,EAAE,IAAI;;;AAKf,gFAA2D;EACvD,MAAM,EAAE,CAAC;;AAET,mFAAG;EACC,MAAM,EAAE,CAAC;;;AEtDjB,wDAA+B;EAC3B,KAAK,EAAE,IAAI;;;AAMX,yCAA0C;EACtC,4FAAsC;IAClC,IAAI,EAAE,OAAO;IACb,YAAY,EAAE,IAAI;;EAElB,6HAAiC;IAC7B,KAAK,EAAE,IAAI", +"sources": ["scss/functions/components/_utils.scss","scss/plugins/academy/components/_common.scss","scss/plugins/academy/components/_dashboard.scss","scss/functions/components/_variables.scss","scss/plugins/academy/components/_courses.scss"], +"names": [], +"file": "academy.css" +} diff --git a/web/app/themes/buddyboss-theme/assets/css/academy.min.css b/web/app/themes/buddyboss-theme/assets/css/academy.min.css new file mode 100644 index 00000000..c14a42b4 --- /dev/null +++ b/web/app/themes/buddyboss-theme/assets/css/academy.min.css @@ -0,0 +1 @@ +:root{--academy-primary-font:inherit!important;--academy-secondary-font:inherit!important}body[class*=academy] a:focus{box-shadow:none}body[class*=academy].page-template-academy-canvas-php{height:auto}.buddyboss-theme .media-frame .media-toolbar input[type=search],.buddyboss-theme .media-frame .media-toolbar select.attachment-filters{height:auto}.buddyboss-theme .media-frame .media-toolbar input[type=search]{padding-left:35px}.academy-editor__content-texteditor .interface-complementary-area .components-panel__header.edit-post-sidebar__panel-tabs ul,.academy-editor__content-texteditor .interface-complementary-area .components-panel__header.edit-post-sidebar__panel-tabs ul li{margin:0}.academy-editor__content-texteditor .interface-complementary-area .components-button:focus{color:inherit;background-color:inherit}.academy-editor__content-meta .meta-field__body input[type=radio],.academy-radio-options input[type=radio],.academy-react-modal input[type=radio]{min-height:1rem}.academy-list-wrap input[type=checkbox],.academy-react-modal input[type=checkbox]{min-height:1rem;position:relative}.academy-list-wrap input[type=checkbox]:checked::before,.academy-react-modal input[type=checkbox]:checked::before{margin:0;position:absolute;top:0;left:0;width:100%}.academy-list-wrap .academy-bulk-actions .academy-select .academy-react-select__control .academy-react-select__value-container{padding-bottom:0}.academy-react-select__control input{height:auto}.academy-react-select__control input:focus{box-shadow:none}.academy-calendar button{color:inherit}.academy-calendar button:disabled{cursor:default}.academyFrontendDashWrap .academy-topbar{border-color:var(--bb-content-border-color)}.academyFrontendDashWrap .academy-dashboard-entry-content .academy-dashboard-data .academy-analytics-cards--card .academy-analytics-card--data{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.academyFrontendDashWrap .academy-list-wrap .rdt_Pagination select{padding-right:30px}.academyFrontendDashWrap .academy-list-wrap .rdt_Pagination select+svg{display:none}.academyFrontendDashWrap .academy-list-wrap .academy-table-item-control{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.academyFrontendDashWrap .academy-dashboard-sidebar ul.academy-dashboard-menu li ul{margin-bottom:0}.academy-dashboard__content .academy-editor__content>.entry-left{width:75%}.academy-dashboard__content .academy-editor__content>.entry-right{width:25%}.academy-dashboard__content .academy-editor__title-textfield{-webkit-box-flex:1;-ms-flex:1;flex:1}.academy-dashboard__content .academy-editor__title-submit{width:auto}.academy-block-editor .components-panel__header.edit-post-sidebar__panel-tabs ul{margin:0}.academy-block-editor .components-panel__header.edit-post-sidebar__panel-tabs ul li{margin:0}.academy-courses__sidebar .academy-archive-course-search{width:100%}@media only screen and (min-width:990px){.academy-courses__header .academy-courses__header-filter>.academy-courses__header-ordering{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;padding-left:25px}.academy-courses__header .academy-courses__header-filter>.academy-courses__header-ordering .academy-courses__header-orderby{width:100%}} \ No newline at end of file diff --git a/web/app/themes/buddyboss-theme/assets/css/admin.css b/web/app/themes/buddyboss-theme/assets/css/admin.css index 7c5f9a6f..ecf38ec1 100644 --- a/web/app/themes/buddyboss-theme/assets/css/admin.css +++ b/web/app/themes/buddyboss-theme/assets/css/admin.css @@ -395,4 +395,33 @@ .bb-media-frame .attachments-browser .uploader-inline, .bb-media-frame .attachments-browser .media-toolbar { right: 363px; +} + +.sfwd_options .ld-select2:not(.ld-select-multiple) .select2-container--learndash { + max-height: 34px; +} + +.sfwd_options .ld-select2.ld-select-multiple .select2-container--learndash { + height: auto; +} + +.sfwd_options .ld-select2.ld-select-multiple .select2-container--learndash ul.select2-selection__rendered { + padding-bottom: 5px; +} + +ul.wp-block-social-links .components-button.wp-block-social-link-anchor .wp-block-social-link-label { + line-height: 21px; +} + +ul.wp-block-social-links:not(.alignright):not(.aligncenter) .wp-block-social-link-label { + text-align: left; +} + +ul.wp-block-social-links.alignright .wp-block-social-link-label { + text-align: right; +} + +/* Customize Menu height issue */ +#customize-theme-controls .accordion-section-title button.accordion-trigger { + height: auto; } \ No newline at end of file diff --git a/web/app/themes/buddyboss-theme/assets/css/admin.min.css b/web/app/themes/buddyboss-theme/assets/css/admin.min.css index eb79bc89..f762e106 100644 --- a/web/app/themes/buddyboss-theme/assets/css/admin.min.css +++ b/web/app/themes/buddyboss-theme/assets/css/admin.min.css @@ -1 +1 @@ -.unlicensed-theme{position:relative}.unlicensed-theme .block{position:absolute;left:0;right:0;top:0;bottom:0;z-index:9999;vertical-align:middle;background-color:rgba(250,250,250,.8);box-shadow:0 1px 3px rgba(0,0,0,.08);border-radius:3px}.unlicensed-theme .block p{color:#fff;font-size:22px;background-color:rgba(0,0,0,.6);padding:10px 20px;margin:100px 20px 0 20px;border-radius:5px;text-align:center}.unlicensed-theme .block a{color:#fff}.unlicensed-theme .redux-container *{pointer-events:none}[id^=buddyboss_theme_options-] .ui-icon{display:none}.add-buddypanel-sections-nav-menu .accordion-section-content p.warning{background-color:#fff3c8;padding:10px 13px;border-radius:5px;color:#8b6300;margin-bottom:0}.media-frame.bb-media-frame .media-frame-content .media-toolbar-secondary,.media-frame.bb-media-frame .search{margin:22px 0 0}.bb-media-frame .media-frame-tab-panel .media-toolbar-primary.search-form:after{content:'\ef10';display:inline-block;width:16px;height:16px;font-family:bb-icons;font-size:16px;font-weight:400;position:relative;top:-24px;left:6px}.bb-media-frame .media-frame-tab-panel .media-toolbar-primary.search-form .search{padding-left:27px}.bb-media-frame .media-frame-tab-panel .media-toolbar-primary.search-form .search::-webkit-input-placeholder{position:relative;top:1px}.media-frame.bb-media-frame .media-toolbar-secondary select,.media-frame.bb-media-frame .media-toolbar-secondary select.attachment-filters{margin:0 10px 0 0}.bb-media-frame .menu-icon-tabs{padding:0 20px;border-bottom:1px solid #dcdcde}.bb-media-frame .media-frame-router{margin-top:20px;position:relative;z-index:1}.bb-media-frame .attachments-browser ul.attachments{border-top:1px solid #dfdfdf;padding-top:10px;padding:15px}.bb-media-frame .attachments-browser .attachments-wrapper{padding:0}.bb-media-frame .attachments-browser .attachments-wrapper ul.attachments{border-top:0;overflow:hidden;padding:15px}.bb-media-frame .media-frame-content{border-top:0}.bb-media-frame.media-frame:not(.hide-router) .media-frame-content{top:50px}.bb-media-frame:not(.hide-router) .media-toolbar .media-toolbar-secondary{display:none}.bb-media-frame:not(.hide-router) .attachments-browser .media-toolbar{background:0 0;display:inline-block;width:50%;left:unset;padding:0 25px}.bb-media-frame .media-frame-toolbar .media-toolbar{padding-left:25px;padding-right:25px}.bb-media-frame .attachments-browser .media-toolbar{padding-left:25px;padding-right:25px}.bb-media-frame .media-router{overflow:hidden;border-bottom:1px solid #dfdfdf;padding:0 15px}.bb-media-frame .media-router .media-menu-item{margin-left:10px;margin-right:10px;padding:14px 0 20px;font-size:1.2em}.bb-media-frame .media-router .active,.bb-media-frame .media-router .media-menu-item.active:last-child{border:0;margin-left:10px;margin-right:10px;border-bottom:2px solid #2271b1}.bb-media-frame .media-router .media-menu-item{border:0;border-bottom:2px solid transparent;margin-top:-1px}.bb-media-frame .media-router .active{color:#2271b1;border-bottom:2px solid #2271b1}.bb-media-frame .media-router .media-menu-item:focus{box-shadow:none}.media-modal-content .menu-icon-tabs button{background-color:transparent;line-height:40px;padding:0;margin-left:5px;margin-right:5px;margin-top:10px;padding:0 10px;font-size:13px;color:#222;font-weight:600;width:120px;text-align:center;cursor:pointer;border:1px solid #dfdfdf;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;border-top-left-radius:5px;border-top-right-radius:5px;margin-bottom:-1px}.media-modal-content .menu-icon-tabs button.active{border-bottom:1px solid #fff}.buddyboss-menu-icon-panel{padding:16px 25px}.buddyboss-menu-icon-panel>h3{font-size:1.5em}.sidebar-preview-head-line{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:0;padding:0;margin:0}.media-sidebar .sidebar-preview-head-line .setting{margin:0}.media-sidebar .sidebar-preview-head-line .setting select{max-width:100%}.media-sidebar .sidebar-preview-head-line .setting>span{display:none}.sidebar-preview-head-line .mi-preview-heading{margin:0}.sidebar-preview-head-line .attachment-info{min-height:auto;line-height:1;margin:0 0 0 20px;border:0;padding:0}.mi-preview.attachment-info{background-color:#fff;border:1px solid #dcdcde;text-align:center;padding:10px 10px;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}.mi-preview.menu-item.attachment-info{min-height:55px}.mi-preview.menu-item.attachment-info a i{font-size:20px}._tip>span{font-weight:700}.buddyboss-menu-icon-settings-options>label{margin:0 0 7px;display:inline-block}.buddyboss-menu-icon-settings-options label:first-of-type{pointer-events:none;opacity:.5}.bb-media-frame .media-toolbar p.button-controls{margin:0}.bb-media-frame .media-frame-toolbar .media-toolbar-secondary{margin:15px 0 0}.bb-media-frame .media-frame-content .media-sidebar{padding-top:16px;padding-bottom:16px}.bb-media-frame .media-frame-content .media-sidebar ._info{font-size:13px}.bb-media-frame .media-toolbar-primary.search-form .media-search-input-label{display:none}.bb-media-frame .media-sidebar .mi-preview.menu-item ._icon{max-width:75px;margin:0 .25em}.bb-media-frame .mi-preview [class*=" bb-icon-"],.bb-media-frame .mi-preview [class^=bb-icon-],.bb-media-frame .mi-preview i{font-size:24px}.bb-media-frame .media-sidebar ._tip{border-top:1px solid #dcdcde;padding-top:16px}.bb-media-frame .media-sidebar ._tab_style_info{padding-bottom:16px}.attachment-info.attachment-info--header-menu,.attachment-info.attachment-info--icon-setup{border-bottom:0}.attachment-info.attachment-info--header-menu{margin-bottom:0}.bb-media-frame .attachment-info--header-menu .setting,.bb-media-frame .attachment-info--icon-setup .setting{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bb-media-frame .attachment-info--header-menu .setting span,.bb-media-frame .attachment-info--icon-setup .setting span{float:none;-webkit-box-flex:0;-ms-flex:0 0 35%;flex:0 0 35%;text-align:left}.bb-media-frame .attachment-info--header-menu .setting select,.bb-media-frame .attachment-info--icon-setup .setting select{-webkit-box-flex:1;-ms-flex:1;flex:1}.bb-media-frame .attachment-info--icon-setup .setting input[type=number]{max-width:75px;margin-right:7px;padding-right:0}.bb-media-frame .iconpicker-item ._icon i{font-size:65px}.bb-media-frame .media-frame-content li.attachment{min-width:150px;padding:0;margin:10px}.bb-media-frame .iconpicker-item ._icon{margin-top:33px}.bb-media-frame .media-sidebar{width:330px}.bb-media-frame .attachments-browser .media-toolbar,.bb-media-frame .attachments-browser .uploader-inline,.bb-media-frame .attachments-browser.has-load-more .attachments-wrapper,.bb-media-frame .attachments-browser:not(.has-load-more) .attachments{right:363px} \ No newline at end of file +.unlicensed-theme{position:relative}.unlicensed-theme .block{position:absolute;left:0;right:0;top:0;bottom:0;z-index:9999;vertical-align:middle;background-color:rgba(250,250,250,.8);box-shadow:0 1px 3px rgba(0,0,0,.08);border-radius:3px}.unlicensed-theme .block p{color:#fff;font-size:22px;background-color:rgba(0,0,0,.6);padding:10px 20px;margin:100px 20px 0 20px;border-radius:5px;text-align:center}.unlicensed-theme .block a{color:#fff}.unlicensed-theme .redux-container *{pointer-events:none}[id^=buddyboss_theme_options-] .ui-icon{display:none}.add-buddypanel-sections-nav-menu .accordion-section-content p.warning{background-color:#fff3c8;padding:10px 13px;border-radius:5px;color:#8b6300;margin-bottom:0}.media-frame.bb-media-frame .media-frame-content .media-toolbar-secondary,.media-frame.bb-media-frame .search{margin:22px 0 0}.bb-media-frame .media-frame-tab-panel .media-toolbar-primary.search-form:after{content:'\ef10';display:inline-block;width:16px;height:16px;font-family:bb-icons;font-size:16px;font-weight:400;position:relative;top:-24px;left:6px}.bb-media-frame .media-frame-tab-panel .media-toolbar-primary.search-form .search{padding-left:27px}.bb-media-frame .media-frame-tab-panel .media-toolbar-primary.search-form .search::-webkit-input-placeholder{position:relative;top:1px}.media-frame.bb-media-frame .media-toolbar-secondary select,.media-frame.bb-media-frame .media-toolbar-secondary select.attachment-filters{margin:0 10px 0 0}.bb-media-frame .menu-icon-tabs{padding:0 20px;border-bottom:1px solid #dcdcde}.bb-media-frame .media-frame-router{margin-top:20px;position:relative;z-index:1}.bb-media-frame .attachments-browser ul.attachments{border-top:1px solid #dfdfdf;padding-top:10px;padding:15px}.bb-media-frame .attachments-browser .attachments-wrapper{padding:0}.bb-media-frame .attachments-browser .attachments-wrapper ul.attachments{border-top:0;overflow:hidden;padding:15px}.bb-media-frame .media-frame-content{border-top:0}.bb-media-frame.media-frame:not(.hide-router) .media-frame-content{top:50px}.bb-media-frame:not(.hide-router) .media-toolbar .media-toolbar-secondary{display:none}.bb-media-frame:not(.hide-router) .attachments-browser .media-toolbar{background:0 0;display:inline-block;width:50%;left:unset;padding:0 25px}.bb-media-frame .media-frame-toolbar .media-toolbar{padding-left:25px;padding-right:25px}.bb-media-frame .attachments-browser .media-toolbar{padding-left:25px;padding-right:25px}.bb-media-frame .media-router{overflow:hidden;border-bottom:1px solid #dfdfdf;padding:0 15px}.bb-media-frame .media-router .media-menu-item{margin-left:10px;margin-right:10px;padding:14px 0 20px;font-size:1.2em}.bb-media-frame .media-router .active,.bb-media-frame .media-router .media-menu-item.active:last-child{border:0;margin-left:10px;margin-right:10px;border-bottom:2px solid #2271b1}.bb-media-frame .media-router .media-menu-item{border:0;border-bottom:2px solid transparent;margin-top:-1px}.bb-media-frame .media-router .active{color:#2271b1;border-bottom:2px solid #2271b1}.bb-media-frame .media-router .media-menu-item:focus{box-shadow:none}.media-modal-content .menu-icon-tabs button{background-color:transparent;line-height:40px;padding:0;margin-left:5px;margin-right:5px;margin-top:10px;padding:0 10px;font-size:13px;color:#222;font-weight:600;width:120px;text-align:center;cursor:pointer;border:1px solid #dfdfdf;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;border-top-left-radius:5px;border-top-right-radius:5px;margin-bottom:-1px}.media-modal-content .menu-icon-tabs button.active{border-bottom:1px solid #fff}.buddyboss-menu-icon-panel{padding:16px 25px}.buddyboss-menu-icon-panel>h3{font-size:1.5em}.sidebar-preview-head-line{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:0;padding:0;margin:0}.media-sidebar .sidebar-preview-head-line .setting{margin:0}.media-sidebar .sidebar-preview-head-line .setting select{max-width:100%}.media-sidebar .sidebar-preview-head-line .setting>span{display:none}.sidebar-preview-head-line .mi-preview-heading{margin:0}.sidebar-preview-head-line .attachment-info{min-height:auto;line-height:1;margin:0 0 0 20px;border:0;padding:0}.mi-preview.attachment-info{background-color:#fff;border:1px solid #dcdcde;text-align:center;padding:10px 10px;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}.mi-preview.menu-item.attachment-info{min-height:55px}.mi-preview.menu-item.attachment-info a i{font-size:20px}._tip>span{font-weight:700}.buddyboss-menu-icon-settings-options>label{margin:0 0 7px;display:inline-block}.buddyboss-menu-icon-settings-options label:first-of-type{pointer-events:none;opacity:.5}.bb-media-frame .media-toolbar p.button-controls{margin:0}.bb-media-frame .media-frame-toolbar .media-toolbar-secondary{margin:15px 0 0}.bb-media-frame .media-frame-content .media-sidebar{padding-top:16px;padding-bottom:16px}.bb-media-frame .media-frame-content .media-sidebar ._info{font-size:13px}.bb-media-frame .media-toolbar-primary.search-form .media-search-input-label{display:none}.bb-media-frame .media-sidebar .mi-preview.menu-item ._icon{max-width:75px;margin:0 .25em}.bb-media-frame .mi-preview [class*=" bb-icon-"],.bb-media-frame .mi-preview [class^=bb-icon-],.bb-media-frame .mi-preview i{font-size:24px}.bb-media-frame .media-sidebar ._tip{border-top:1px solid #dcdcde;padding-top:16px}.bb-media-frame .media-sidebar ._tab_style_info{padding-bottom:16px}.attachment-info.attachment-info--header-menu,.attachment-info.attachment-info--icon-setup{border-bottom:0}.attachment-info.attachment-info--header-menu{margin-bottom:0}.bb-media-frame .attachment-info--header-menu .setting,.bb-media-frame .attachment-info--icon-setup .setting{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bb-media-frame .attachment-info--header-menu .setting span,.bb-media-frame .attachment-info--icon-setup .setting span{float:none;-webkit-box-flex:0;-ms-flex:0 0 35%;flex:0 0 35%;text-align:left}.bb-media-frame .attachment-info--header-menu .setting select,.bb-media-frame .attachment-info--icon-setup .setting select{-webkit-box-flex:1;-ms-flex:1;flex:1}.bb-media-frame .attachment-info--icon-setup .setting input[type=number]{max-width:75px;margin-right:7px;padding-right:0}.bb-media-frame .iconpicker-item ._icon i{font-size:65px}.bb-media-frame .media-frame-content li.attachment{min-width:150px;padding:0;margin:10px}.bb-media-frame .iconpicker-item ._icon{margin-top:33px}.bb-media-frame .media-sidebar{width:330px}.bb-media-frame .attachments-browser .media-toolbar,.bb-media-frame .attachments-browser .uploader-inline,.bb-media-frame .attachments-browser.has-load-more .attachments-wrapper,.bb-media-frame .attachments-browser:not(.has-load-more) .attachments{right:363px}.sfwd_options .ld-select2:not(.ld-select-multiple) .select2-container--learndash{max-height:34px}.sfwd_options .ld-select2.ld-select-multiple .select2-container--learndash{height:auto}.sfwd_options .ld-select2.ld-select-multiple .select2-container--learndash ul.select2-selection__rendered{padding-bottom:5px}ul.wp-block-social-links .components-button.wp-block-social-link-anchor .wp-block-social-link-label{line-height:21px}ul.wp-block-social-links:not(.alignright):not(.aligncenter) .wp-block-social-link-label{text-align:left}ul.wp-block-social-links.alignright .wp-block-social-link-label{text-align:right}#customize-theme-controls .accordion-section-title button.accordion-trigger{height:auto} \ No newline at end of file diff --git a/web/app/themes/buddyboss-theme/assets/css/bbpress.css b/web/app/themes/buddyboss-theme/assets/css/bbpress.css index 2a4e4165..6f9f3714 100644 --- a/web/app/themes/buddyboss-theme/assets/css/bbpress.css +++ b/web/app/themes/buddyboss-theme/assets/css/bbpress.css @@ -1,4 +1,4 @@ -#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id="subnav"])::after, #bbpress-forums #bbp-user-wrapper div.item-list-tabs ul::after { +#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id="subnav"]):after, #bbpress-forums #bbp-user-wrapper div.item-list-tabs ul:after { content: " "; display: table; clear: both; @@ -9,41 +9,34 @@ #bbpress-forums { font-size: inherit; } - #bbpress-forums .bb-topic-states .bbp-meta { position: absolute; margin-top: 15px; right: 0; } @media screen and (max-width: 800px) { - #bbpress-forums .bb-topic-states .bbp-meta { margin-top: 0; top: 0; } } - #bbpress-forums .bs-header-item.topic-lead .bb-topic-states .bbp-meta { position: relative; right: initial; margin: 0; } @media screen and (max-width: 480px) { - #bbpress-forums .item-title .title-wrap { padding-right: 50px; } } - #bbpress-forums .item-description { font-size: 14px; } - #bbpress-forums .item-description p { margin-bottom: 10px; } @media screen and (min-width: 800px) { - #bbpress-forums .bb-topic-states { position: relative; } @@ -53,12 +46,10 @@ margin-top: -29px; } @media screen and (max-width: 540px) { - .forum-archive .entry-header .bs-dir-search { margin: 20px 0; } } - .forum-archive .bp-search-ac.ui-autocomplete.bp-forum-search-ac-header { min-width: initial; } @@ -74,29 +65,24 @@ .bs-forums-banner { padding: 76px 20px; } - .entry-content .bs-forums-banner { margin-top: -30px; } - .bs-forums-banner.has-banner-img { background-repeat: no-repeat; background-size: cover; background-position: center; color: #fff; } - .bs-forums-banner.has-banner-img .bs-search-form { background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.4); border-radius: var(--bb-input-radius); } - -.bs-forums-banner.has-banner-img .bs-search-form::before { +.bs-forums-banner.has-banner-img .bs-search-form:before { color: #fff; opacity: 0.9; } - .bs-forums-banner.has-banner-img input[type="text"] { color: #fff; /* stylelint-disable selector-pseudo-class-no-unknown */ @@ -104,58 +90,47 @@ /* stylelint-disable selector-pseudo-element-no-unknown */ /* stylelint-enable */ } - .bs-forums-banner.has-banner-img input[type="text"].placeholder { color: #fff; opacity: 0.85; } - .bs-forums-banner.has-banner-img input[type="text"]:placeholder { color: #fff; opacity: 0.85; } - .bs-forums-banner.has-banner-img input[type="text"]::-webkit-input-placeholder { color: #fff; opacity: 0.85; } - .bs-forums-banner.has-banner-img input[type="text"]:-ms-input-placeholder { color: #fff; opacity: 0.85; } - .bs-forums-banner.has-banner-img input[type="text"]::placeholder { color: #fff; opacity: 0.85; } - .bs-forums-banner.has-banner-img input[type="text"]:input-placeholder { color: #fff; opacity: 0.85; } - .bs-forums-banner.has-banner-img input[type="text"]::input-placeholder { color: #fff; opacity: 0.85; } - .bs-forums-banner.has-banner-img .search-form_reset { color: #fff; opacity: 0.85; } - .bs-forums-banner.has-banner-img h1, .bs-forums-banner.has-banner-img p { color: #fff; } - .bs-forums-banner h1 { font-size: 36px; font-weight: 500; letter-spacing: 0; } - .bs-forums-banner p { opacity: 0.9; font-size: 18px; @@ -163,7 +138,6 @@ letter-spacing: -0.24px; line-height: 26px; } - .bs-forums-banner #forums-dir-search.bs-dir-search.bs-forums-search { float: none; margin: 0 auto 15px; @@ -171,14 +145,12 @@ max-width: 575px; width: 98%; } - .bs-forums-banner #forums-dir-search.bs-dir-search.bs-forums-search #bbp_search { height: 50px; padding-left: 52px; width: 100%; } - -.bs-forums-banner .bs-search-form::before { +.bs-forums-banner .bs-search-form:before { top: 15px; font-size: 20px; left: 18px; @@ -195,41 +167,36 @@ #bbpress-forums { overflow: initial; } - #bbpress-forums h1:not(.bb-banner-title) { font-size: 1.75rem; line-height: 1.5rem; margin: 0; padding: 0; } - #bbpress-forums ul.grid { margin-left: -10px; margin-right: -10px; } - #bbpress-forums ul.grid > li { margin-bottom: 20px; padding-bottom: 0; } - #bbpress-forums li.bs-item-wrap { background-color: var(--bb-content-background-color); margin: 0 0 -1px; } - #bbpress-forums li.bs-item-wrap .bp-feedback.info { width: 100%; } - #bbpress-forums .bbp-breadcrumb { display: none; } - #bbpress-forums > .bbp-forum-content-wrap { margin-top: 0; } - +#bbpress-forums > .bbp-forum-content-wrap p { + margin-bottom: 0; +} #bbpress-forums .bbp-forum-child .bbp-breadcrumb { display: block; font-size: 12px; @@ -237,13 +204,11 @@ max-width: 50%; } @media (max-width: 900px) { - #bbpress-forums .bbp-forum-child .bbp-breadcrumb { float: none; max-width: 100%; } } - #bbpress-forums .bbp-forum-child .bbp-breadcrumb p { display: -webkit-box; display: -ms-flexbox; @@ -253,11 +218,9 @@ align-items: center; min-width: 0; } - #bbpress-forums .bbp-forum-child .bbp-breadcrumb .bb-icon-angle-right { margin: 0 3px; } - #bbpress-forums .bbp-forum-child .bbp-breadcrumb .bbp-breadcrumb-forum, #bbpress-forums .bbp-forum-child .bbp-breadcrumb .bbp-breadcrumb-current { overflow: hidden; @@ -265,39 +228,30 @@ text-overflow: ellipsis; max-width: 50%; } - #bbpress-forums .bbp-forum-child .bbp-breadcrumb:first-child + .bbp-forum-buttons-wrap #subscription-toggle { - /* display: none; */ } - #bbpress-forums .bbp-forum-child .bbp-breadcrumb:first-child ~ .bbp-template-notice { display: none; } - #bbpress-forums fieldset.bbp-form { border: 0; padding: 0; margin: 0; } - #bbpress-forums .bs-reply-list li.bs-reply-list-item:not(:last-child) { margin-bottom: 20px; } - #bbpress-forums .bs-dropdown { background: var(--bb-content-background-color); } - #bbpress-forums .bs-reply-list { width: 100%; } - #bbpress-forums fieldset.bbp-form legend { padding: 5px 20px; font-size: 16px; } - #bbpress-forums fieldset.bbp-form legend .js-modal-close { right: 25px; top: 15px; @@ -306,20 +260,16 @@ transform: translateY(0); color: rgba(17, 49, 80, 0.4); } - #bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id="subnav"]) { border-bottom: 1px solid #eef0f3; overflow: visible; } - #bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id="subnav"]) ul li { margin: 0 30px 0 0; } - #bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id="subnav"]) ul li:last-child { margin: 0; } - #bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id="subnav"]) ul li a, #bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id="subnav"]) ul li span { display: block; @@ -327,7 +277,6 @@ text-decoration: none; font-size: 14px; } - #bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id="subnav"]) ul li a span, #bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id="subnav"]) ul li a:hover span { background: #c8cbcf; @@ -342,7 +291,6 @@ display: inline-block; padding: 3px; } - #bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id="subnav"]) ul li.current a, #bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id="subnav"]) ul li.selected a { background-color: transparent; @@ -352,29 +300,24 @@ font-weight: 500; color: var(--bb-headings-color); } - #bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id="subnav"]) ul li.current a span, #bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id="subnav"]) ul li.selected a span { background-color: var(--bb-primary-color); } - #bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav { border-top: 1px solid var(--bb-content-border-color); margin-top: 20px; margin-bottom: 0; overflow: visible; } - #bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav ul { list-style: none; margin: 0; } - #bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav li { float: left; margin: 0 30px 0 0; } - #bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav a { color: #939597; display: block; @@ -383,7 +326,6 @@ font-size: 14px; border: 0; } - #bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav .selected a { background-color: transparent; border-bottom: 1px solid var(--bb-primary-color); @@ -392,11 +334,9 @@ font-weight: 500; color: var(--bb-headings-color); } - #bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav .selected a span { background-color: var(--bb-primary-color); } - #bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav span { background: #c8cbcf; box-shadow: none; @@ -414,20 +354,17 @@ text-align: center; vertical-align: middle; } - #bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav { border-top: 0; margin-top: 0; margin-bottom: 0; overflow: visible; } - #bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav li li { margin: 0; display: block; width: 100%; } - #bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav li li a { display: block; font-size: 13px; @@ -438,41 +375,33 @@ margin-bottom: 1px; padding: 0.75rem 0.9375rem; } - #bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav a.more-button { font-size: 20px; padding: 18px 0; line-height: 1.05; } - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav a.more-button.active::after { +#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav a.more-button.active:after { bottom: -10px; } - #bbpress-forums #bbp-user-wrapper div.item-list-tabs ul.sub-menu { background: #fff; top: 50px; padding: 10px 0; } - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs li.hideshow.menu-item-has-children > a::after { +#bbpress-forums #bbp-user-wrapper div.item-list-tabs li.hideshow.menu-item-has-children > a:after { top: 50px; } - #bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav li.hideshow span { float: right; } - #bbpress-forums #bbp-user-wrapper div.item-list-tabs#subnav { overflow: visible; } - #bbpress-forums #bbp-user-wrapper .widget-area:not(.widget-area-secondary) { padding-top: 0; } @media screen and (max-width: 800px) { - .bbpress .widget-area { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -488,7 +417,6 @@ padding-bottom: 0; } } - .grid.bs-card-list { margin-bottom: 15px; } @@ -503,7 +431,6 @@ } @media screen and (max-width: 1200px) { - .bbpress:not(.bp-user) .container > .grid > .widget-area { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -511,7 +438,6 @@ max-width: 100%; } } - .bs-cover-list > li { margin-bottom: 20px; } @@ -527,7 +453,6 @@ .bs-forum-details-top { padding: 15px 0 0; } - .bs-forum-details-top p { opacity: 0.75; font-size: 14px; @@ -546,18 +471,15 @@ padding: 20px; color: #fff; } - .bs-forum-details h3 { font-size: 20px; font-weight: 500; margin-bottom: 10px; line-height: 21px; } - .bs-forum-details h3 a { color: #fff; } - .bs-forum-details p { opacity: 0.75; font-size: 14px; @@ -592,11 +514,9 @@ white-space: nowrap; max-width: 90%; } - .forums-meta span a { color: inherit; } - .forums-meta span:nth-child(n+3) { display: none; } @@ -605,7 +525,6 @@ border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; padding-top: 48%; } - .bs-card-list .bb-cover-list-item { background: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); @@ -615,29 +534,23 @@ -webkit-transition: 0.2s all; transition: 0.2s all; } - .bs-card-list .bb-cover-list-item:hover { box-shadow: 0 4px 32px 0 rgba(18, 43, 70, 0.1); } - .bs-card-list .bs-timestamp { position: absolute; bottom: 20px; } - .bs-card-list .bs-sec-header { margin-bottom: 12px; } - .bs-card-list .forums-meta span { background: rgba(18, 43, 70, 0.1); color: var(--bb-headings-color); } - -.bs-card-list .bb-cover-wrap::after { +.bs-card-list .bb-cover-wrap:after { display: none; } - .bs-card-list .forums-meta { margin-bottom: 12px; } @@ -652,11 +565,9 @@ letter-spacing: -0.24px; line-height: 1.6; } - .bs-timestamp a { color: var(--bb-alternate-text-color); } - .bs-timestamp a:hover { color: var(--bb-primary-color); } @@ -664,7 +575,6 @@ .bs-cover-list .bs-timestamp a:hover { color: #fff; } - .bs-cover-list .forums-meta.bb-forums-meta { margin-bottom: 0; margin-top: 10px; @@ -681,33 +591,31 @@ .bs-card-forum-details { padding: 22px 25px; } - .bs-card-forum-details h3 { font-size: 20px; line-height: 1.2; } - .bs-card-forum-details h3 a { color: inherit; } - .bs-card-forum-details h3 a:hover { color: var(--bb-primary-color); } - .bs-card-forum-details .bb-forum-content { font-size: 14px; letter-spacing: -0.24px; line-height: 1.35; display: block; display: -webkit-box; - max-height: 2.69em; margin: 0 auto; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; } +.bs-card-forum-details .bb-forum-content p { + margin-bottom: 0; +} #bbpress-forums .bs-item-list:not(.bb-tag-items-list) .bs-item-wrap:not(.bs-header-item) { border-top: 0; @@ -727,76 +635,61 @@ } #bbpress-forums#bbpress-forums .bs-forums-items { - /* smartphones, touchscreens */ } - #bbpress-forums#bbpress-forums .bs-forums-items .bs-section-title { font-size: 1.125rem; letter-spacing: -0.24px; line-height: 1; margin: 0; } - #bbpress-forums#bbpress-forums .bs-forums-items .item-avatar { font-size: 0; -ms-flex-item-align: start; align-self: flex-start; } - #bbpress-forums#bbpress-forums .bs-forums-items .item-avatar img { border-radius: 50%; margin-top: 0; image-rendering: optimize-contrast; } - #bbpress-forums#bbpress-forums .bs-forums-items .item-avatar .bbp-author-name { display: none; } - #bbpress-forums#bbpress-forums .bs-forums-items .bs-sorting-list { list-style: none; margin-bottom: 0; } - #bbpress-forums#bbpress-forums .bs-forums-items .avatar { max-width: 48px; } - #bbpress-forums#bbpress-forums .bs-forums-items .item-avatar > a { min-width: 48px; } - #bbpress-forums#bbpress-forums .bs-forums-items .item-title { margin-bottom: 4px; } - #bbpress-forums#bbpress-forums .bs-forums-items .item-title a { font-size: 16px; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .item-meta { font-size: 14px; margin-bottom: 10px; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view > li > div .item-meta { margin-top: 7px; margin-bottom: 5px; } - #bbpress-forums#bbpress-forums .bs-forums-items .item-meta > span { margin-right: 5px; margin-bottom: 4px; margin-top: 5px; display: inline-block; } - #bbpress-forums#bbpress-forums .bs-forums-items .item-meta .bs-replied { margin-right: 10px; } - -#bbpress-forums#bbpress-forums .bs-forums-items i.bb-icon-reply::before { +#bbpress-forums#bbpress-forums .bs-forums-items i.bb-icon-reply:before { font-size: 21px; line-height: 0; margin: 0; @@ -805,61 +698,49 @@ position: relative; top: 3px; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view li.dropdown-open > .bs-reply-list-item, #bbpress-forums#bbpress-forums .bs-forums-items.list-view li .bs-reply-list-item:hover { background-color: var(--bb-content-alternate-background-color); } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view li.dropdown-open > .bs-reply-list-item .bs-dropdown-wrap .bs-dropdown-wrap-inner, #bbpress-forums#bbpress-forums .bs-forums-items.list-view li .bs-reply-list-item:hover .bs-dropdown-wrap .bs-dropdown-wrap-inner { opacity: 1; visibility: visible; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view li.bs-header-item.topic-lead .bs-dropdown-wrap .bs-dropdown-wrap-inner { opacity: 1; visibility: visible; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view:not(.bb-single) li .bs-reply-list-item.in-focus { background-color: var(--bb-content-alternate-background-color); } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view.bb-single li.dropdown-open > .bs-reply-list-item, #bbpress-forums#bbpress-forums .bs-forums-items.list-view.bb-single li .bs-reply-list-item:hover { background-color: transparent; } - #bbpress-forums#bbpress-forums .bs-forums-items .item-tags ul li a:hover { color: var(--bb-headings-color); } - #bbpress-forums#bbpress-forums .bs-forums-items .bs-dropdown .bbp-admin-links a { font-size: 13px; } @media (hover: none) and (pointer: coarse) { - #bbpress-forums#bbpress-forums .bs-forums-items.list-view li .bs-dropdown-wrap .bs-dropdown-wrap-inner { opacity: 1; visibility: visible; } } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bb-topic-states > span { margin-left: 3px; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bb-topic-states .bb-topic-status { color: var(--bb-alternate-text-color); } - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bb-topic-states .super-sticky:not(.unsticky)::before, -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bb-topic-states .sticky::before { +#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bb-topic-states .super-sticky:not(.unsticky):before, +#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bb-topic-states .sticky:before { font-weight: 300; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bs-dropdown-wrap { margin-left: 3px; + position: static; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bs-dropdown-wrap .bs-dropdown-wrap-inner > a > i { font-size: 22px; color: var(--bb-alternate-text-color); @@ -871,63 +752,51 @@ top: 3px; padding-right: 0; } - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bs-dropdown-wrap .bs-dropdown-wrap-inner > a > i::before { +#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bs-dropdown-wrap .bs-dropdown-wrap-inner > a > i:before { content: "\ee5c"; font-weight: 300; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-meta { margin: 0; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-tags { margin-top: 10px; margin-bottom: -5px; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-description { margin: 15px 0; line-height: 1.5; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-description > p, #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-description > ul, #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-description > ol { margin-bottom: 15px; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-description > p:last-child, #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-description > ul:last-child, #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-description > ol:last-child { margin-bottom: 0; } - #bbpress-forums#bbpress-forums .bs-forums-items .bbp-topic-revision-log { margin: 15px 0 0; list-style: none; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view { position: relative; right: initial; top: initial; - margin-left: 10px; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap-inner { opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap-inner > a { opacity: 1; padding: 0; line-height: 1; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap-inner > a > i { font-size: 19px; color: var(--bb-alternate-text-color); @@ -937,37 +806,43 @@ border-left-width: 0; border-radius: 0 3px 3px 0; } - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap-inner > a > i::before { +#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap-inner > a > i:before { top: 0; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap-inner > a:first-child > i { border-left-width: 1px; border-radius: 3px 0 0 3px; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap-inner > a.bb-reply-actions-button i { margin-left: -5px; padding-left: 5px; padding-right: 5px; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown { padding: 5px 0; z-index: 112; max-width: 180px; border-radius: var(--bb-block-radius); } - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown::after { +@media screen and (max-width: 980px) { + #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown.bb_more_dropdown { + padding: 0; + -webkit-transition: none; + transition: none; + width: 220px; + max-width: inherit; + bottom: inherit !important; + } + #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown.bb_more_dropdown li .bbp-admin-links { + padding: 0; + } +} +#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown:after { right: 29px; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links { padding: 0; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a { padding: 10px 14px; color: var(--bb-body-text-color); @@ -976,8 +851,7 @@ overflow: hidden; text-overflow: ellipsis; } - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a::before { +#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a:before { font-family: bb-icons; font-size: 16px; color: var(--bb-alternate-text-color); @@ -987,62 +861,48 @@ width: 20px; text-align: center; } - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-close-link::before { +#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-close-link:before { content: "\e828"; } - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-merge-link::before { +#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-merge-link:before { content: "\eed5"; } - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-edit-link::before, #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-edit-link::before { +#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-edit-link:before, #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-edit-link:before { content: "\ee5a"; } - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-move-link::before, #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-move-link::before { +#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-move-link:before, #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-move-link:before { content: "\ee34"; } - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-restore-link::before, #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-restore-link::before { +#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-restore-link:before, #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-restore-link:before { content: "\ee3e"; margin-top: -2px; } - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-delete-link::before, #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-delete-link::before { +#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-delete-link:before, #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-delete-link:before { content: "\ef48"; } - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-split-link::before { +#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-split-link:before { content: "\ee67"; } - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-trash-link::before, #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-trash-link::before { +#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-trash-link:before, #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-trash-link:before { content: "\ef48"; } - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-spam-link::before, #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-spam-link::before { +#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-spam-link:before, #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-spam-link:before { content: "\ee08"; } - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.report-content::before, #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.reported-content::before { +#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.report-content:before, #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.reported-content:before { content: "\ee9c"; font-size: 15px; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.reported-content { opacity: 0.8; border-color: transparent; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a:hover { background-color: var(--bb-content-alternate-background-color); } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bb-theme-actions .bb-forum-reply-text { display: none; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bb-theme-no-actions > a { background-color: #fff; padding: 3px 11px 3px 9px; @@ -1051,49 +911,39 @@ border-radius: 5px; font-size: 14px; } - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bb-theme-no-actions > a::before { +#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bb-theme-no-actions > a:before { display: none; } - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bb-theme-no-actions > a::after { +#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bb-theme-no-actions > a:after { display: none; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bb-theme-no-actions > a > i { border: 0; background-color: transparent; padding: 0; vertical-align: middle; } - #bbpress-forums#bbpress-forums .bs-forums-items.list-view:not(.bbp-lead-topic) > li:last-child > .bbp-threaded-replies > li:last-child .bs-dropdown-wrap .bs-dropdown, #bbpress-forums#bbpress-forums .bs-forums-items.list-view:not(.bbp-lead-topic) > li:last-child > li:last-child > div .bs-dropdown-wrap .bs-dropdown { bottom: -webkit-calc(100% + 15px); bottom: calc(100% + 15px); top: inherit; } - #bbpress-forums#bbpress-forums .bs-forums-items .closed .item-title a { opacity: 0.6; font-weight: 400; } - #bbpress-forums#bbpress-forums .bs-forums-items .closed .item-meta { - /* opacity: 0.6; */ } - #bbpress-forums#bbpress-forums .bs-forums-items .bb-icon-reply { margin-left: -2px; } - #bbpress-forums#bbpress-forums .bs-forums-items .item-tags { position: relative; margin-top: 5px; padding-left: 25px; } - #bbpress-forums#bbpress-forums .bs-forums-items .item-tags .bb-icon-tag { -webkit-transform: rotate(85deg); -ms-transform: rotate(85deg); @@ -1104,23 +954,19 @@ font-size: 17px; color: #aaa; } - #bbpress-forums#bbpress-forums .bs-forums-items .item-tags ul { margin: 0; list-style: none; display: inline-block; } - #bbpress-forums#bbpress-forums .bs-forums-items .item-tags ul li { display: inline-block; margin-right: 8px; font-size: 13px; } - #bbpress-forums#bbpress-forums .bs-forums-items .item-tags ul li a { color: #aaa; } - #bbpress-forums#bbpress-forums .bs-forums-items .item-tags ul li a:hover { color: #393e41; } @@ -1150,7 +996,6 @@ span.color.bs-meta-item a { } @media (min-width: 1241px) { - .bs-forums-meta { -webkit-box-flex: 0; -ms-flex: 0 0 25%; @@ -1161,7 +1006,6 @@ span.color.bs-meta-item a { min-width: 0; } } - .bs-meta-item { background: var(--bb-label-background-color); border-radius: 100px; @@ -1175,7 +1019,6 @@ span.color.bs-meta-item a { max-width: 100%; vertical-align: middle; } - body .bs-meta-item.bs-meta-item a { display: block; padding: 9px 12px; @@ -1186,41 +1029,33 @@ body .bs-meta-item.bs-meta-item a { overflow: hidden; text-overflow: ellipsis; } - .bs-meta-item.red { background: rgba(255, 58, 48, 0.15); color: #ff3a30; } - .bs-meta-item.green { background: rgba(72, 191, 30, 0.15); color: #48bf1e; } - .bs-meta-item.gray { background: rgba(138, 139, 145, 0.15); color: #8a8b91; } - .bs-meta-item.blue { background: rgba(22, 167, 241, 0.15); color: #16a7f1; } - .bs-meta-item.pink { background: rgba(197, 107, 218, 0.15); color: #c56bda; } - .bs-meta-item.color.no-action:hover { opacity: 1; } - .bs-meta-item .no-links { padding: 4px 10px; display: inline-block; } - .bs-meta-item .no-links.forum-label__is-single { display: none; } @@ -1232,7 +1067,6 @@ body .bbp-lead-topic .bs-meta-item.bs-meta-item, line-height: 28px; min-height: 30px; } - body .bbp-lead-topic .bs-meta-item.bs-meta-item > a, .bbp-lead-topic .bs-meta-item > a { background-color: var(--bb-content-background-color); @@ -1240,12 +1074,10 @@ body .bbp-lead-topic .bs-meta-item.bs-meta-item > a, border: 1px solid var(--bb-content-border-color); border-radius: var(--bb-button-radius); } - body .bbp-lead-topic .bs-meta-item.bs-meta-item > a:focus, .bbp-lead-topic .bs-meta-item > a:focus { box-shadow: var(--bb-outline-button-focus-shadow); } - body .bbp-lead-topic .bs-meta-item.bs-meta-item > a:hover, .bbp-lead-topic .bs-meta-item > a:hover { background-color: var(--bb-secondary-button-background-hover); @@ -1256,11 +1088,9 @@ body .bbp-lead-topic .bs-meta-item.bs-meta-item > a:hover, .bs-replied a { color: var(--bb-alternate-text-color); } - .bs-replied a[href=""] { pointer-events: none; } - .bs-replied a:hover { color: var(--bb-primary-color); } @@ -1268,11 +1098,9 @@ body .bbp-lead-topic .bs-meta-item.bs-meta-item > a:hover, #bbpress-forums .bb-forums-list { margin-bottom: 12px; } - #bbpress-forums .bs-forums-items { margin-bottom: 30px; } - #bbpress-forums .bs-forums-items.bbp-lead-topic { margin-bottom: 0; border: 0; @@ -1282,12 +1110,10 @@ body .bbp-lead-topic .bs-meta-item.bs-meta-item > a:hover, -ms-hyphens: auto; hyphens: auto; } - #bbpress-forums .bb-forums-list { margin-left: -10px; margin-right: -10px; } - #bbpress-forums .bb-forums-list > li { margin-bottom: 20px; } @@ -1302,7 +1128,6 @@ body .bbp-lead-topic .bs-meta-item.bs-meta-item > a:hover, margin-bottom: 25px; padding-bottom: 25px; } - .forums-header .flex { -ms-flex-flow: row wrap; flex-flow: row wrap; @@ -1325,7 +1150,6 @@ body .bbp-lead-topic .bs-meta-item.bs-meta-item > a:hover, .bs-model-open .buddypanel { z-index: 0; } - .bs-model-open .bbp-reply-form { position: relative; z-index: 0; @@ -1339,12 +1163,11 @@ span.bs-like-inner { -ms-flex-align: center; align-items: center; } - span.bs-like-inner a { margin-right: 5px; } -.btn-new-topic .bb-icon-edit-square-small::before { +.btn-new-topic .bb-icon-edit-square-small:before { font-size: 20px; line-height: 1px; } @@ -1352,7 +1175,6 @@ span.bs-like-inner a { .bbp_before_forum_new_post { text-align: right; } - .bbp_before_forum_new_post .button.btn-new-topic { max-width: 230px; margin-bottom: 0; @@ -1365,12 +1187,10 @@ span.bs-like-inner a { .widget_display_search form#bbp-search-form { position: relative; } - .widget_display_search form#bbp-search-form input[name="bbp_search"] { background-image: none; } - -.widget_display_search form#bbp-search-form::before { +.widget_display_search form#bbp-search-form:before { content: "\ef10"; color: inherit; font-family: bb-icons; @@ -1380,8 +1200,7 @@ span.bs-like-inner a { top: 8px; opacity: 0.4; } - -.widget_display_search form#bbp-search-form:focus-within::before { +.widget_display_search form#bbp-search-form:focus-within:before { opacity: 1; } @@ -1389,7 +1208,6 @@ span.bs-like-inner a { .widget_display_search #bbp_search_submit { display: none; } - .bbp-search-form input[name="bbp_search"], .widget_display_search input[name="bbp_search"] { background-position: 13px 50%; @@ -1401,17 +1219,14 @@ span.bs-like-inner a { overflow: hidden; margin: 0; } - .widget_display_stats dt { clear: right; } - .widget_display_stats dd { float: right; position: relative; margin-top: -18px; } - .widget_display_stats dd strong { right: 2px; top: 0; @@ -1427,7 +1242,6 @@ span.bs-like-inner a { min-height: 20px; line-height: 20px; } - .widget_display_stats abbr[title] { text-decoration: none; } @@ -1456,17 +1270,15 @@ span.bs-like-inner a { top: 22px; right: -12px; } - .bb-topic-status-wrapper + .bb-topic-status-wrapper + .bb-topic-status-wrapper { top: 45px; right: -12px; } -i.bb-topic-status::before { +i.bb-topic-status:before { border-radius: 100%; } - -i.bb-topic-status.super-sticky::before, i.bb-topic-status.bb-sticky::before { +i.bb-topic-status.super-sticky:before, i.bb-topic-status.bb-sticky:before { font-size: 24px; } @@ -1483,13 +1295,11 @@ i.bb-topic-status.super-sticky::before, i.bb-topic-status.bb-sticky::before { font-style: normal; font-size: 22px; } - .bb-topic-status > a { position: absolute; top: 0; left: 0; } - .bb-topic-status.moderator { background-image: url("../images/svg/admin.svg"); } @@ -1514,14 +1324,12 @@ span.bs-replies { } .bs-header-item .bb-topic-states { - /* position: absolute; display: inline-block; line-height: 1; right: 0; top: -3px; */ } - .bs-header-item .bb-topic-states .bb-topic-status { position: relative; display: inline-block; @@ -1533,7 +1341,6 @@ span.bs-replies { right: 0; top: 0; } - .bs-header-item .bb-topic-states .bb-topic-status a { display: block; text-indent: -9999px; @@ -1548,7 +1355,6 @@ span.bs-replies { .bs-reply-list-item:not(.depth-1) .item-avatar > a { min-width: 24px; } - .bs-reply-list-item:not(.depth-1) .item-avatar .avatar { max-width: 36px; } @@ -1569,7 +1375,6 @@ span.bs-replies { } @media (max-width: 1200px) { - #bbpress-forums#bbpress-forums .bs-forums-items.bs-item-list.list-view div.action { padding-left: 20px; } @@ -1588,9 +1393,7 @@ span.bs-replies { } } @media (max-width: 540px) { - #bbpress-forums#bbpress-forums .bs-forums-items .avatar { - /* max-width: 36px; */ } @@ -1607,7 +1410,6 @@ span.bs-replies { } #bbpress-forums#bbpress-forums .bs-forums-items.bs-item-list.list-view div.action { - /* padding-left: 52px; */ } @@ -1626,7 +1428,6 @@ span.bs-replies { width: 100%; } } - .bbp-pagination-links { border-radius: 3px; display: -webkit-box; @@ -1640,7 +1441,6 @@ span.bs-replies { flex-flow: row wrap; padding: 0; } - .bbp-pagination-links:empty { display: none; } @@ -1667,12 +1467,12 @@ span.bs-replies { color: var(--bb-alternate-text-color); font-size: 13px; } - .bbp-pagination-count:empty { display: none; } .scrubberpost { + -webkit-transition: background 0.5s; transition: background 0.5s; -webkit-transition: background 1s; transition: background 1s; @@ -1693,7 +1493,6 @@ body:not(.bb-page-loaded) .scrubber { body.bb-page-loaded .scrubber { display: block; } - body.bb-page-loaded .scrubber.light { display: none; } @@ -1712,14 +1511,12 @@ body.bb-page-loaded .scrubber.light { display: block; position: relative; } - .scrubber .reply-timeline-container { height: 300px; margin-bottom: 10px; border-left: 1px solid #e1e3e6; margin-left: 5px; } - .scrubber .handle { padding-left: 15px; min-height: 42px; @@ -1728,8 +1525,7 @@ body.bb-page-loaded .scrubber.light { font-weight: 500; color: var(--bb-headings-color); } - -.scrubber .handle::after { +.scrubber .handle:after { background: var(--bb-primary-color); content: ""; position: absolute; @@ -1739,12 +1535,10 @@ body.bb-page-loaded .scrubber.light { left: -3px; top: 0; } - .scrubber .handle.animate { -webkit-transition: top 1s; transition: top 1s; } - .scrubber .desc { display: block; font-size: 11px; @@ -1753,7 +1547,6 @@ body.bb-page-loaded .scrubber.light { margin: 0; line-height: 1; } - .scrubber a.firstpostbtn, .scrubber a.lastpostbtn { font-size: 12px; @@ -1762,12 +1555,10 @@ body.bb-page-loaded .scrubber.light { margin-bottom: 5px; z-index: 100; } - .scrubber a.lastpostbtn { position: absolute; bottom: -40px; } - .scrubber svg { margin-right: 6px; } @@ -1775,7 +1566,6 @@ body.bb-page-loaded .scrubber.light { .widget_display_forums li li .color { visibility: hidden; } - .widget_display_forums li a { color: var(--bb-alternate-text-color); white-space: nowrap; @@ -1786,24 +1576,19 @@ body.bb-page-loaded .scrubber.light { font-size: 14px; letter-spacing: -0.24px; } - .widget_display_forums li a:hover { color: var(--bb-primary-color); } - .widget_display_forums li a.selected { color: var(--bb-headings-color); } - .widget_display_forums span.topics-count { float: right; } - .widget_display_forums li { margin: 0 0 10px; padding: 0; } - .widget_display_forums span.color { width: 13px; display: inline-block; @@ -1814,8 +1599,7 @@ body.bb-page-loaded .scrubber.light { position: relative; top: -1px; } - -.widget_display_forums > ul.bb-sidebar-forums > li a::before { +.widget_display_forums > ul.bb-sidebar-forums > li a:before { content: ""; width: 13px; display: inline-block; @@ -1827,8 +1611,7 @@ body.bb-page-loaded .scrubber.light { top: 1px; background-color: rgba(var(--bb-primary-color-rgb), 0.5); } - -.widget_display_forums > ul.bb-sidebar-forums ul.bb-sidebar-forums li a::before { +.widget_display_forums > ul.bb-sidebar-forums ul.bb-sidebar-forums li a:before { visibility: hidden; } @@ -1838,15 +1621,12 @@ body.bb-page-loaded .scrubber.light { margin: 0 0 20px; font-size: 14px; } - .bbpress-widget-area-sidebar .bb-quick-links.bb-topics-link { margin: -10px 0; } - .bbpress-widget-area-sidebar .bb-quick-links li { margin: 0; } - .bbpress-widget-area-sidebar .bb-quick-links a { display: -webkit-box; display: -ms-flexbox; @@ -1861,16 +1641,13 @@ body.bb-page-loaded .scrubber.light { -webkit-transition: 0.3s all; transition: 0.3s all; } - .bbpress-widget-area-sidebar .bb-quick-links a:hover { opacity: 0.9; color: var(--bb-headings-color); } - .bbpress-widget-area-sidebar .bb-quick-links a.selected { opacity: 1; } - .bbpress-widget-area-sidebar .bb-quick-links .bb-svg-icon { margin-right: 10px; } @@ -1885,7 +1662,6 @@ body.bb-page-loaded .scrubber.light { flex: 1; margin: 0 -20px; } - .bs-topic-form-wrap select, .bs-topic-form-wrap input[type="text"] { width: 100%; @@ -1893,14 +1669,12 @@ body.bb-page-loaded .scrubber.light { border-right: 0; border-left: 0; } - .bs-topic-form-wrap .vue-input-tag-wrapper { border: 1px solid #dedfe2; appearance: initial; border-left: 0; border-right: 0; } - .bs-topic-form-wrap .vue-html5-editor { border-left: 0; border-right: 0; @@ -1914,7 +1688,6 @@ body.bb-page-loaded .scrubber.light { .bs-topic-avatar-wrap { margin-right: 15px; } - .bs-topic-avatar-wrap .avatar { max-width: 48px; } @@ -1961,7 +1734,6 @@ body.bb-page-loaded .scrubber.light { overflow: auto; padding: 0; } - .bb-resize-to-full .bb-bbp-form [name="bbp_topic_content"] { min-height: 50vh; max-height: 54vh; @@ -2009,8 +1781,8 @@ body.bb-page-loaded .scrubber.light { border-color: var(--bb-content-border-color); } -.bb-bbp-form-fields-wrap .medium-editor-placeholder-relative::after, -.bb-bbp-form-fields-wrap .medium-editor-placeholder::after { +.bb-bbp-form-fields-wrap .medium-editor-placeholder-relative:after, +.bb-bbp-form-fields-wrap .medium-editor-placeholder:after { width: 100%; color: #c3c6c9; font-style: normal; @@ -2083,8 +1855,8 @@ div.medium-editor-toolbar li button { width: 100%; } -div.medium-toolbar-arrow-over::before, -div.medium-toolbar-arrow-under::after { +div.medium-toolbar-arrow-over:before, +div.medium-toolbar-arrow-under:after { display: none; } @@ -2097,13 +1869,11 @@ div.medium-toolbar-arrow-under::after { -webkit-transition: 0.4s bottom; transition: 0.4s bottom; } - #bb-form-reply-wrapper:empty, #bb-form-topic-wrapper:empty { visibility: hidden; opacity: 0; } - #bb-form-reply-wrapper .infinite-loading-container .infinite-status-prompt, #bb-form-topic-wrapper .infinite-loading-container .infinite-status-prompt { display: none; @@ -2127,11 +1897,9 @@ div.medium-toolbar-arrow-under::after { -ms-flex-align: center; align-items: center; } - .bb-resize-to-minimize .bb-flyform-actions { top: 25px; } - .bb-flyform-actions a { margin-left: 10px; color: rgba(18, 43, 70, 0.4); @@ -2144,16 +1912,13 @@ body.bb-resize-to-full #bb-form-reply-wrapper { right: 0; top: 0; } - body.bb-resize-to-full #bb-form-reply-wrapper .bbp-form { min-height: 100vh; } - body.bb-resize-to-full .modal-container.bbp-topic-form { min-height: 100vh; border-radius: 0; } - body.bb-resize-to-full .bbp-form { min-height: -webkit-calc(100vh - 15px); min-height: calc(100vh - 15px); @@ -2163,7 +1928,6 @@ body.bb-resize-to-full .bbp-form { -ms-flex-flow: column; flex-flow: column; } - body.bb-resize-to-full .bbp-form-fields-bottom-wrap { margin-top: auto; } @@ -2171,11 +1935,9 @@ body.bb-resize-to-full .bbp-form-fields-bottom-wrap { #replies-content { min-height: 100vh; } - #replies-content .infinite-status-prompt { padding: 0; } - #replies-content span:empty { display: none; } @@ -2201,7 +1963,6 @@ body.bb-resize-to-minimize #bb-form-reply-wrapper.show { color: var(--bb-headings-color); min-width: 0; } - .item-meta.bb-reply-title span { display: inline-block; width: 80%; @@ -2220,18 +1981,15 @@ body.bb-resize-to-minimize #bb-form-reply-wrapper.show { .bb-reply-form-elem .avatar { max-width: 48px; } - .bb-reply-form-elem .bb-tags-wrap { border-bottom: 1px solid var(--bb-content-border-color); padding: 0 15px; } - -.bb-reply-form-elem .bb-bbp-form-fields-wrap .medium-editor-placeholder::after, -.bb-reply-form-elem .bb-bbp-form-fields-wrap .medium-editor-placeholder-relative::after { +.bb-reply-form-elem .bb-bbp-form-fields-wrap .medium-editor-placeholder:after, +.bb-reply-form-elem .bb-bbp-form-fields-wrap .medium-editor-placeholder-relative:after { padding: 0 15px; top: 10px; } - .bb-reply-form-elem .medium-editor-element, .bb-reply-form-elem .medium-editor-placeholder { min-height: 80px; @@ -2261,7 +2019,6 @@ div.vue-input-tag-wrapper .input-tag { align-self: center; line-height: 1.2; } - div.vue-input-tag-wrapper .input-tag span { display: inline-block; line-height: 1; @@ -2269,7 +2026,6 @@ div.vue-input-tag-wrapper .input-tag span { } .bb-bbp-form.bb-reply-form-elem input[type="text"] { - /* width: auto; */ } @@ -2285,7 +2041,6 @@ ul.bb-tags-list { margin: 0; list-style: none; } - ul.bb-tags-list li:not(:last-child) { margin-bottom: 7px; } @@ -2299,24 +2054,20 @@ ul.bb-tags-list li:not(:last-child) { margin-bottom: 10px; background: #f7fafe; } - .bb-forum-search-content > * { background: #f7fafe; border-radius: 4px; margin-bottom: 3px; padding: 15px; } - .bb-forum-search-content > *:last-child { margin-bottom: 0; } - .bb-forum-search-content .highlight { background: #f9bb2d; color: #fff; padding: 0 1px; } - .bb-forum-search-content p:empty { display: none; } @@ -2331,7 +2082,6 @@ ul.bb-tags-list li:not(:last-child) { height: 34px; position: relative; } - .bb-tag-title > a { background: #eef0f3; border-radius: 4px; @@ -2346,7 +2096,6 @@ ul.bb-tags-list li:not(:last-child) { text-overflow: ellipsis; white-space: nowrap; } - .bb-tag-title .bb-tag-bg { background: #eef0f3; border-radius: 4px; @@ -2378,13 +2127,11 @@ span.topics-count { padding: 15px 25px; margin: -20px -30px 30px; } - .bb-reply-edit-form .bb-model-header h4 { font-size: 17px; font-weight: 500; margin: 0; } - .bb-reply-edit-form .medium-editor-element { background-color: #fff; border: 1px solid var(--bb-content-border-color); @@ -2393,7 +2140,6 @@ span.topics-count { margin-bottom: 15px; padding: 5px 12px; } - .bb-reply-edit-form .bb-topic-tags-wrap { border: 1px solid var(--bb-content-border-color); padding: 10px 15px; @@ -2401,11 +2147,9 @@ span.topics-count { margin-top: 15px; margin-bottom: 15px; } - .bb-reply-edit-form .vue-input-tag-wrapper .new-tag { width: auto; } - .bb-reply-edit-form input[name="bbp_reply_edit_reason"] { border: 1px solid var(--bb-content-border-color); padding: 5px 15px; @@ -2413,13 +2157,11 @@ span.topics-count { font-size: 14px; margin-bottom: 15px; } - .bb-reply-edit-form .bbp-form-footer { border-top: 1px solid var(--bb-content-border-color); margin: 10px -30px -15px; padding: 15px 30px 0; } - .bb-reply-edit-form label { font-size: 14px; color: var(--bb-body-text-color); @@ -2465,18 +2207,15 @@ span.topics-count { .bb-bbpress-profile-card div#object-nav { border-bottom: 0 !important; } - .bb-bbpress-profile-card .profile-item-header { margin-bottom: 10px; } - .bb-bbpress-profile-card .bb-role, .bb-bbpress-profile-card .item-meta { font-size: 15px; color: #939597; margin-bottom: 10px; } - .bb-bbpress-profile-card .bb-description { color: var(--bb-body-text-color); margin-bottom: 15px; @@ -2488,7 +2227,6 @@ span.topics-count { border-radius: 4px; margin-bottom: 20px; } - .bb-edit-user-form-wrap #bbp-your-profile { border: 0; background: transparent; @@ -2497,11 +2235,9 @@ span.topics-count { max-width: 640px; width: 100%; } - .bb-edit-user-form-wrap legend { display: none; } - .bb-edit-user-form-wrap label { display: block; font-size: 15px; @@ -2510,7 +2246,6 @@ span.topics-count { line-height: 1.1; margin-bottom: 10px; } - .bb-edit-user-form-wrap input[type="text"], .bb-edit-user-form-wrap input[type="password"], .bb-edit-user-form-wrap select, @@ -2518,11 +2253,9 @@ span.topics-count { line-height: 1.4; width: 100%; } - .bb-edit-user-form-wrap .bbp-form > div { margin-bottom: 25px; } - #bbpress-forums .bb-edit-user-form-wrap fieldset.bbp-form, .bb-edit-user-form-wrap fieldset { border: 0; @@ -2530,14 +2263,12 @@ span.topics-count { margin-bottom: 20px; margin-top: 0; } - .bb-edit-user-form-wrap .entry-title { font-weight: 500; font-size: 20px; line-height: 24px; margin-bottom: 20px; } - .bb-edit-user-form-wrap .bbp-form.password .description { display: block; font-size: 15px; @@ -2546,19 +2277,15 @@ span.topics-count { line-height: 1.3; margin-bottom: 10px; } - .bb-edit-user-form-wrap .bbp-form.password input { margin-bottom: 20px; } - .bb-edit-user-form-wrap .bbp-form.password br { display: none; } - .bb-edit-user-form-wrap #pass-strength-result:empty { display: none; } - .bb-edit-user-form-wrap #bbp_user_edit_submit { min-width: 200px; min-height: 48px; @@ -2598,7 +2325,7 @@ body:not(.logged-in) .bbp-form-fields-bottom-wrap.bb-tags-field-container { resize: none; } -.bbpress.single .hentry blockquote::before { +.bbpress.single .hentry blockquote:before { display: block; } @@ -2607,12 +2334,10 @@ body:not(.logged-in) .bbp-form-fields-bottom-wrap.bb-tags-field-container { } @media (max-width: 680px) { - .bb-search-title-head { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .bb-search-title-head .bb-search-forums-meta { display: none; } @@ -2629,7 +2354,6 @@ body:not(.logged-in) .bbp-form-fields-bottom-wrap.bb-tags-field-container { .bb-resize-to-minimize .bb-bbp-form { padding-top: 0; } - .bb-resize-to-minimize .item-meta.bb-reply-title, .bb-resize-to-minimize .bb-title-wrap { display: none; @@ -2646,7 +2370,6 @@ body:not(.logged-in) .bbp-form-fields-bottom-wrap.bb-tags-field-container { flex: 0 0 100%; margin-bottom: 10px; } - body:not(logged-in) .bb-form-multiple-options > div { max-width: 100%; } @@ -2679,13 +2402,12 @@ body:not(.logged-in) .bbp-form-fields-bottom-wrap.bb-tags-field-container { display: none; } - .bb-bbp-form-fields-wrap .medium-editor-placeholder-relative::after, - .bb-bbp-form-fields-wrap .medium-editor-placeholder::after { + .bb-bbp-form-fields-wrap .medium-editor-placeholder-relative:after, + .bb-bbp-form-fields-wrap .medium-editor-placeholder:after { padding-left: 3px; } } @media (max-width: 340px) { - .bb-bbp-form input[type="text"] { height: 20px; } @@ -2699,17 +2421,14 @@ body:not(.logged-in) .bbp-form-fields-bottom-wrap.bb-tags-field-container { } .bs-dir-search input[type="text"] { - /* max-width: 150px; */ } } @media only screen and (max-device-width: 680px) { - .bbp-topic-content-wrap.bb-bbp-form-fields-wrap { text-indent: -2px; } } - .bs-single-topic-sidebar { -webkit-box-flex: 0; -ms-flex: 0 0 200px; @@ -2722,11 +2441,9 @@ body:not(.logged-in) .bbp-form-fields-bottom-wrap.bb-tags-field-container { padding-top: 0; padding-bottom: 100px; } - .bs-single-topic-sidebar .btn-reply { margin-bottom: 10px; } - .bs-single-topic-sidebar.float aside { position: fixed; top: 5px; @@ -2737,7 +2454,6 @@ body:not(.logged-in) .bbp-form-fields-bottom-wrap.bb-tags-field-container { .bb-topic-reply-link-wrap.mobile-only { text-align: center; } - .bb-topic-favorite-link-wrap.mobile-only .subscription-toggle, .bb-topic-favorite-link-wrap.mobile-only .favorite-toggle, .bb-topic-favorite-link-wrap.mobile-only .bbp-topic-reply-link, @@ -2754,7 +2470,6 @@ body:not(.logged-in) .bbp-form-fields-bottom-wrap.bb-tags-field-container { } @media (min-width: 1031px) { - .bb-topic-favorite-link-wrap.mobile-only, .bb-topic-subscription-link-wrap.mobile-only, .bb-topic-reply-link-wrap.mobile-only { @@ -2762,12 +2477,10 @@ body:not(.logged-in) .bbp-form-fields-bottom-wrap.bb-tags-field-container { } } @media (max-width: 1030px) { - .bs-single-topic-sidebar { display: none; } } - #bbpress-forums h1.bb-reply-topic-title { font-family: inherit; font-size: 22px; @@ -2814,14 +2527,12 @@ body:not(.logged-in) .bbp-form-fields-bottom-wrap.bb-tags-field-container { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .bbp-topic-reply-link:focus, .favorite-toggle:focus, .subscription-toggle:focus, .bbp-topic-login-link:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .bbp-topic-reply-link:hover, .favorite-toggle:hover, .subscription-toggle:hover, @@ -2832,7 +2543,6 @@ body:not(.logged-in) .bbp-form-fields-bottom-wrap.bb-tags-field-container { color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - .bbp-topic-reply-link:active, .favorite-toggle:active, .subscription-toggle:active, @@ -2843,7 +2553,6 @@ body:not(.logged-in) .bbp-form-fields-bottom-wrap.bb-tags-field-container { color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - .bbp-topic-reply-link.disabled, .favorite-toggle.disabled, .subscription-toggle.disabled, @@ -2861,12 +2570,10 @@ body:not(.logged-in) .bbp-form-fields-bottom-wrap.bb-tags-field-container { color: var(--bb-headings-color); border: 1px solid var(--bb-content-border-color); } - .favorite-toggle:focus, .subscription-toggle:focus { box-shadow: var(--bb-outline-button-focus-shadow); } - .favorite-toggle:hover, .subscription-toggle:hover { background-color: var(--bb-secondary-button-background-hover); @@ -2874,7 +2581,6 @@ body:not(.logged-in) .bbp-form-fields-bottom-wrap.bb-tags-field-container { border: 1px solid var(--bb-secondary-button-border-hover); box-shadow: none; } - .favorite-toggle:active, .subscription-toggle:active { background-color: var(--bb-secondary-button-background-hover); @@ -2882,7 +2588,6 @@ body:not(.logged-in) .bbp-form-fields-bottom-wrap.bb-tags-field-container { border: 1px solid var(--bb-secondary-button-border-hover); box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 0 0 2px rgba(0, 0, 0, 0.08); } - .favorite-toggle:disabled, .favorite-toggle.disabled, .subscription-toggle:disabled, .subscription-toggle.disabled { @@ -2916,11 +2621,9 @@ body:not(.logged-in) .bbp-form-fields-bottom-wrap.bb-tags-field-container { margin-bottom: 5px; line-height: 1.187; } - #bbpress-forums fieldset.bbp-form input[type="text"] { width: 100%; } - #bbpress-forums fieldset.bbp-form .bb-checkbox-label, #bbpress-forums fieldset.bbp-form .bb-radio-label { display: inline-block; @@ -2982,11 +2685,9 @@ fieldset.bbp-form { max-width: 600px; width: 100%; } - .bbp-login-form .bbp-form > div { margin: 0 0 1.6875rem; } - .bbp-login-form legend { border-bottom: 1px solid #dedfe2; color: var(--bb-headings-color); @@ -2996,7 +2697,6 @@ fieldset.bbp-form { padding-bottom: 10px; width: 100%; } - .bbp-login-form .bbp-email, .bbp-login-form .bbp-username, .bbp-login-form .bbp-password { @@ -3009,7 +2709,6 @@ fieldset.bbp-form { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .bbp-login-form .bbp-email label, .bbp-login-form .bbp-username label, .bbp-login-form .bbp-password label { @@ -3019,7 +2718,6 @@ fieldset.bbp-form { min-width: 130px; padding-right: 15px; } - .bbp-login-form .bbp-email input, .bbp-login-form .bbp-username input, .bbp-login-form .bbp-password input { @@ -3027,7 +2725,6 @@ fieldset.bbp-form { -ms-flex: 1; flex: 1; } - .bbp-login-form .bbp-username p { margin: 0; display: -webkit-box; @@ -3037,13 +2734,11 @@ fieldset.bbp-form { flex-flow: row wrap; width: 100%; } - .bbp-login-form .bbp-username p .hide { display: block !important; } @media (max-width: 580px) { - .bbp-login-form .bbp-username p .hide, .bbp-login-form .bbp-email label, .bbp-login-form .bbp-username label, @@ -3054,7 +2749,6 @@ fieldset.bbp-form { flex: 0 0 100%; } } - .bb-item-avatar-wrap { position: relative; } @@ -3063,7 +2757,6 @@ div.bbp-submit-wrapper { float: left; margin-top: 0; } - div.bbp-submit-wrapper .button.submit { min-width: 140px; font-weight: 500; @@ -3076,17 +2769,14 @@ div.bbp-submit-wrapper .button.submit { padding: 0; position: relative; } - #bbpress-forums .bs-single-forum-list > li .bs-reply-list-item { padding: 15px 30px; -webkit-transition: none; transition: none; } - .bbp-user-page.single .bb-profile-grid #bbpress-forums .bs-single-forum-list.bs-item-list.list-view li:first-child { border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; } - .bbp-user-page.single .bb-profile-grid #bbpress-forums .bs-single-forum-list.bs-item-list.list-view li:first-child:last-child { border-radius: var(--bb-block-radius); } @@ -3109,22 +2799,18 @@ div.bbp-submit-wrapper .button.submit { #bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .bs-item-wrap { padding: 15px 30px; } - #bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .bs-item-wrap:hover { box-shadow: none; border-left-color: var(--bb-content-border-color); border-right-color: var(--bb-content-border-color); } - #bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .bs-item-wrap.topic-lead > .item { width: 100%; } - #bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .bs-header-item.bs-item-wrap:not(.header-total-reply-count) { padding-top: 25px; padding-bottom: 25px; } - #bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .item-title { display: -webkit-box; display: -ms-flexbox; @@ -3132,7 +2818,6 @@ div.bbp-submit-wrapper .button.submit { margin-bottom: 10px; position: relative; } - #bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .item-title > a { font-size: 22px; line-height: 1.2; @@ -3162,7 +2847,6 @@ div.bbp-submit-wrapper .button.submit { flex: 0 0 100%; margin-bottom: 15px; } - .bs-single-forum-list .item-meta h3 { font-size: 14px; letter-spacing: -0.24px; @@ -3170,35 +2854,28 @@ div.bbp-submit-wrapper .button.submit { margin-bottom: 5px; font-family: inherit; } - .bs-single-forum-list .item-meta a { color: var(--bb-headings-color); } - .bs-single-forum-list .item-meta a[href=""] { pointer-events: none; } - .bs-single-forum-list .item-meta a:hover { color: var(--bb-primary-color); } - .bs-single-forum-list .bb-liked .bb-icon-like { color: var(--bb-primary-color); } - .bs-single-forum-list span.bs-timestamp { font-size: 12px; color: var(--bb-alternate-text-color); letter-spacing: -0.18px; } - .bs-single-forum-list .single-item-meta.secondary-meta { border-top: 1px solid var(--bb-content-border-color); color: var(--bb-body-text-color); padding-top: 15px; } - .bs-single-forum-list .children { border-top: 1px solid var(--bb-content-border-color); margin-left: 0; @@ -3213,11 +2890,9 @@ div.bbp-submit-wrapper .button.submit { .bs-reply-list-item:last-child .single-item-meta { margin-bottom: 0; } - .bs-reply-list-item.trash { background-color: rgba(239, 62, 70, 0.1); } - .bs-reply-list-item.spam { background-color: rgba(77, 92, 109, 0.1); } @@ -3226,17 +2901,14 @@ div.bbp-submit-wrapper .button.submit { list-style: none; margin: 0; } - .bs-reply-list li.bs-reply-list-item:not(:last-child) { border-bottom: 1px solid var(--bb-content-border-color); margin-bottom: 20px; } - .bs-reply-list .bb-icon-like { font-size: 25px; color: #939597; } - .bs-reply-list ul:empty { display: none; } @@ -3247,11 +2919,9 @@ div.bbp-submit-wrapper .button.submit { line-height: 1.5; margin-bottom: 20px; } - .bs-forum-content p { margin-bottom: 20px; } - .bs-forum-content table[style] { width: 100% !important; } @@ -3267,7 +2937,6 @@ div.bbp-submit-wrapper .button.submit { .bs-single-forum-sidebar { padding-top: 0; } - .bs-single-forum-sidebar .btn-reply { margin-bottom: 10px; } @@ -3280,7 +2949,6 @@ div.bbp-submit-wrapper .button.submit { .bs-header-item .action.bs-forums-meta { display: inline-block; - /* margin-top: 15px; */ margin-right: 5px; } @@ -3289,7 +2957,6 @@ div.bbp-submit-wrapper .button.submit { padding: 0; margin: 0 0 18px; } - .single.single-topic #bbpress-forums#bbpress-forums .bs-item-wrap.bs-header-item .bs-meta-item { margin-left: 0; } @@ -3299,7 +2966,6 @@ div.bbp-submit-wrapper .button.submit { -webkit-transition: 0.2s linear all; transition: 0.2s linear all; } - .bbpress .color.bs-meta-item:hover, #bbpress-forums .color.bs-meta-item:hover { opacity: 0.8; @@ -3323,95 +2989,31 @@ div.bbp-submit-wrapper .button.submit { #bbpress-forums #replies-content .bs-reply-list-item.depth-2 { padding-left: 65px; } - #bbpress-forums #replies-content .bs-reply-list-item.depth-3 { padding-left: 105px; } - #bbpress-forums #replies-content .bs-reply-list-item.depth-4 { padding-left: 145px; } - #bbpress-forums #replies-content .bs-reply-list-item.depth-5 { padding-left: 185px; } - #bbpress-forums #replies-content .bs-reply-list-item.depth-6 { padding-left: 225px; } -.medium-editor-element blockquote:not(.wp-embedded-content), -.bs-forum-content blockquote:not(.wp-embedded-content) { - border-radius: 4px; - padding: 12px; - font-size: 22px; - letter-spacing: -0.24px; - line-height: 30px; - position: relative; - margin: 0 0 15px; - background: #fafafa; - border: 1px solid var(--bb-content-border-color); -} - -.medium-editor-element blockquote:not(.wp-embedded-content)::before, -.bs-forum-content blockquote:not(.wp-embedded-content)::before { - content: "\ef02"; - font-family: bb-icons; - font-style: normal; - font-weight: 400; - display: block; - text-align: center; - font-variant: normal; - color: #92949d; - width: 30px; - height: 30px; - font-size: 22px; - line-height: 30px; - background: #e2e1e0; - background-color: rgba(0, 0, 0, 0.1); - border-radius: 100%; - margin-bottom: 10px; -} - -.medium-editor-element blockquote:not(.wp-embedded-content) p, -.bs-forum-content blockquote:not(.wp-embedded-content) p { - font-size: 20px; -} - -.medium-editor-element blockquote:not(.wp-embedded-content) p:last-child, -.bs-forum-content blockquote:not(.wp-embedded-content) p:last-child { - margin-bottom: 0; -} - -.medium-editor-element blockquote:not(.wp-embedded-content) em, -.bs-forum-content blockquote:not(.wp-embedded-content) em { - font-size: 14px; - color: #fff; - line-height: 18px; - display: block; - margin-top: 20px; - font-style: normal; -} - -.medium-editor-element blockquote:not(.wp-embedded-content) a, -.bs-forum-content blockquote:not(.wp-embedded-content) a { - color: var(--bb-alternate-text-color); -} - .bb-loading .bb-cover-wrap, -.bb-loading .bb-cover-wrap::after { +.bb-loading .bb-cover-wrap:after { background: var(--bb-content-border-color); } #bbpress-forums #replies-content .bs-single-forum-list .bs-item-wrap:not(.bs-header-item, .bs-topic-form-wrap) { padding: 0; } - #bbpress-forums #replies-content .bs-reply-list-item { margin-bottom: 0; padding: 15px 30px; } - #bbpress-forums #replies-content .contentinput { max-height: 240px; min-height: 75px; @@ -3421,7 +3023,6 @@ div.bbp-submit-wrapper .button.submit { letter-spacing: -0.24px; line-height: 22px; } - #bbpress-forums #replies-content .contentinput h1, #bbpress-forums #replies-content .contentinput .h1, #bbpress-forums #replies-content .contentinput h2, @@ -3439,11 +3040,9 @@ div.bbp-submit-wrapper .button.submit { #bbpress-forums #replies-content .contentinput hr { margin-bottom: 1rem; } - #bbpress-forums #replies-content .bs-single-forum-list .single-item-meta { margin-bottom: 0; } - #bbpress-forums #replies-content .current-new-reply { opacity: 0.5; } @@ -3452,26 +3051,21 @@ body:not(.logged-in) .bb-floating-form-wrapper .bb-anonymous-field-container { border-top: 1px solid var(--bb-content-border-color); margin: 0 -15px; } - body:not(.logged-in) .bb-floating-form-wrapper .bb-anonymous-field-container .bb-field-wrap { border-bottom: 1px solid var(--bb-content-border-color); margin: 0; } - body:not(.logged-in) .bb-floating-form-wrapper .bb-anonymous-field-container input[type="text"] { padding: 0 15px; } - body:not(.logged-in) .bb-floating-form-wrapper .bbp-form-fields-bottom-wrap { border-top: 0; } - body:not(.logged-in) .bb-floating-form-wrapper .bb-form-multiple-options > div { max-width: 100%; } body:not(.logged-in) .bs-forums-items.bs-single-forum-list .item-title { - /* padding-right: 50px; */ } @@ -3486,7 +3080,6 @@ body:not(.logged-in) .bs-forums-items.bs-single-forum-list .item-title { } @media (max-width: 768px) { - .bbpress-widget-area-sidebar { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; @@ -3501,7 +3094,6 @@ body:not(.logged-in) .bs-forums-items.bs-single-forum-list .item-title { } } @media (max-width: 800px) { - #bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .item-title { -ms-flex-flow: row wrap; flex-flow: row wrap; @@ -3522,7 +3114,6 @@ body:not(.logged-in) .bs-forums-items.bs-single-forum-list .item-title { margin-bottom: 10px; } } - .bb-sticky .bbp-topic-super-sticky-link, .bb-super-sticky.unsticky .bbp-topic-sticky-link { display: none !important; @@ -3540,7 +3131,6 @@ body:not(.logged-in) .bs-forums-items.bs-single-forum-list .item-title { padding: 0; margin: 0; } - #bbpress-forums div.bbp-forum-content .item-action-wrap, #bbpress-forums div.bbp-forum-content .media-action-wrap, #bbpress-forums div.bbp-topic-content .item-action-wrap, @@ -3550,7 +3140,6 @@ body:not(.logged-in) .bs-forums-items.bs-single-forum-list .item-title { top: 13px; right: 11px; } - #bbpress-forums div.bbp-forum-content .item-action-wrap > a, #bbpress-forums div.bbp-forum-content .media-action-wrap > a, #bbpress-forums div.bbp-topic-content .item-action-wrap > a, @@ -3559,7 +3148,6 @@ body:not(.logged-in) .bs-forums-items.bs-single-forum-list .item-title { #bbpress-forums div.bbp-reply-content .media-action-wrap > a { background-color: rgba(0, 0, 0, 0.8); } - #bbpress-forums div.bbp-forum-content .item-action_list, #bbpress-forums div.bbp-forum-content .media-action_list, #bbpress-forums div.bbp-topic-content .item-action_list, @@ -3569,7 +3157,6 @@ body:not(.logged-in) .bs-forums-items.bs-single-forum-list .item-title { background-color: var(--bb-content-background-color); border-radius: var(--bb-block-radius); } - #bbpress-forums div.bbp-forum-content .item-action_list ul, #bbpress-forums div.bbp-forum-content .media-action_list ul, #bbpress-forums div.bbp-topic-content .item-action_list ul, @@ -3580,7 +3167,6 @@ body:not(.logged-in) .bs-forums-items.bs-single-forum-list .item-title { padding: 8px; margin: 0; } - #bbpress-forums div.bbp-forum-content .item-action_list ul li, #bbpress-forums div.bbp-forum-content .media-action_list ul li, #bbpress-forums div.bbp-topic-content .item-action_list ul li, @@ -3589,7 +3175,6 @@ body:not(.logged-in) .bs-forums-items.bs-single-forum-list .item-title { #bbpress-forums div.bbp-reply-content .media-action_list ul li { list-style: none; } - #bbpress-forums div.bbp-forum-content .item-action_list ul li a, #bbpress-forums div.bbp-forum-content .media-action_list ul li a, #bbpress-forums div.bbp-topic-content .item-action_list ul li a, @@ -3601,7 +3186,6 @@ body:not(.logged-in) .bs-forums-items.bs-single-forum-list .item-title { display: block; padding: 10px 14px; } - #bbpress-forums div.bbp-forum-content .item-action_list ul li a:hover, #bbpress-forums div.bbp-forum-content .media-action_list ul li a:hover, #bbpress-forums div.bbp-topic-content .item-action_list ul li a:hover, @@ -3610,16 +3194,14 @@ body:not(.logged-in) .bs-forums-items.bs-single-forum-list .item-title { #bbpress-forums div.bbp-reply-content .media-action_list ul li a:hover { background-color: var(--bb-content-alternate-background-color); } - -#bbpress-forums div.bbp-forum-content .item-action_list ul li a::before, -#bbpress-forums div.bbp-forum-content .media-action_list ul li a::before, -#bbpress-forums div.bbp-topic-content .item-action_list ul li a::before, -#bbpress-forums div.bbp-topic-content .media-action_list ul li a::before, -#bbpress-forums div.bbp-reply-content .item-action_list ul li a::before, -#bbpress-forums div.bbp-reply-content .media-action_list ul li a::before { +#bbpress-forums div.bbp-forum-content .item-action_list ul li a:before, +#bbpress-forums div.bbp-forum-content .media-action_list ul li a:before, +#bbpress-forums div.bbp-topic-content .item-action_list ul li a:before, +#bbpress-forums div.bbp-topic-content .media-action_list ul li a:before, +#bbpress-forums div.bbp-reply-content .item-action_list ul li a:before, +#bbpress-forums div.bbp-reply-content .media-action_list ul li a:before { color: var(--bb-alternate-text-color); } - #bbpress-forums div.bbp-forum-content .bb-link-preview-container, #bbpress-forums div.bbp-topic-content .bb-link-preview-container, #bbpress-forums div.bbp-reply-content .bb-link-preview-container { @@ -3653,152 +3235,117 @@ body:not(.logged-in) .bs-forums-items.bs-single-forum-list .item-title { margin-bottom: 0; } @media (max-width: 1000px) { - #bbpress-forums ul.bbp-threaded-replies { margin-left: 15px; } } @media (max-width: 800px) { - #bbpress-forums ul.bbp-threaded-replies { margin-left: 10px; } } - #bbpress-forums ul.bbp-threaded-replies .item-avatar { margin-right: 12px; } - #bbpress-forums ul.bbp-threaded-replies .bbp-author-avatar, #bbpress-forums ul.bbp-threaded-replies .item-avatar .avatar { max-width: 36px !important; min-width: 36px !important; } - #bbpress-forums ul.bbp-threaded-replies .bs-reply-list-item { padding: 20px 30px 20px 60px; } - #bbpress-forums ul.bbp-threaded-replies .depth-3 > .bs-reply-list-item { padding-left: 90px; } - #bbpress-forums ul.bbp-threaded-replies .depth-4 > .bs-reply-list-item { padding-left: 120px; } - #bbpress-forums ul.bbp-threaded-replies .depth-5 > .bs-reply-list-item { padding-left: 150px; } - #bbpress-forums ul.bbp-threaded-replies .depth-6 > .bs-reply-list-item { padding-left: 180px; } - #bbpress-forums ul.bbp-threaded-replies .depth-7 > .bs-reply-list-item { padding-left: 210px; } - #bbpress-forums ul.bbp-threaded-replies .depth-8 > .bs-reply-list-item { padding-left: 240px; } - #bbpress-forums ul.bbp-threaded-replies .depth-9 > .bs-reply-list-item { padding-left: 270px; } - #bbpress-forums ul.bbp-threaded-replies .depth-10 > .bs-reply-list-item { padding-left: 300px; } @media screen and (max-width: 1000px) { - #bbpress-forums ul.bbp-threaded-replies { margin-left: 0; } - #bbpress-forums ul.bbp-threaded-replies .bs-reply-list-item { padding-left: 30px; } - #bbpress-forums ul.bbp-threaded-replies .depth-3 > .bs-reply-list-item { padding-left: 60px; } - #bbpress-forums ul.bbp-threaded-replies .depth-4 > .bs-reply-list-item { padding-left: 90px; } - #bbpress-forums ul.bbp-threaded-replies .depth-5 > .bs-reply-list-item { padding-left: 120px; } - #bbpress-forums ul.bbp-threaded-replies .depth-6 > .bs-reply-list-item { padding-left: 160px; } - #bbpress-forums ul.bbp-threaded-replies .depth-7 > .bs-reply-list-item { padding-left: 180px; } - #bbpress-forums ul.bbp-threaded-replies .depth-8 > .bs-reply-list-item { padding-left: 210px; } - #bbpress-forums ul.bbp-threaded-replies .depth-9 > .bs-reply-list-item { padding-left: 240px; } - #bbpress-forums ul.bbp-threaded-replies .depth-10 > .bs-reply-list-item { padding-left: 270px; } } @media screen and (max-width: 800px) { - #bbpress-forums ul.bbp-threaded-replies .bs-reply-list-item { padding-left: 25px; } - #bbpress-forums ul.bbp-threaded-replies .depth-3 > .bs-reply-list-item { padding-left: 35px; } - #bbpress-forums ul.bbp-threaded-replies .depth-4 > .bs-reply-list-item { padding-left: 45px; } - #bbpress-forums ul.bbp-threaded-replies .depth-5 > .bs-reply-list-item { padding-left: 55px; } - #bbpress-forums ul.bbp-threaded-replies .depth-6 > .bs-reply-list-item { padding-left: 65px; } - #bbpress-forums ul.bbp-threaded-replies .depth-7 > .bs-reply-list-item { padding-left: 75px; } - #bbpress-forums ul.bbp-threaded-replies .depth-8 > .bs-reply-list-item { padding-left: 85px; } - #bbpress-forums ul.bbp-threaded-replies .depth-9 > .bs-reply-list-item { padding-left: 95px; } - #bbpress-forums ul.bbp-threaded-replies .depth-10 > .bs-reply-list-item { padding-left: 105px; } } - #bbpress-forums ul.bbp-threaded-replies li { margin-bottom: 0; } - #bbpress-forums ul.bbp-threaded-replies .bs-reply-header { margin-bottom: 5px; } - #bbpress-forums ul.bbp-threaded-replies .bbp-reply-content { line-height: 1.4; margin-left: 60px; @@ -3806,12 +3353,10 @@ body:not(.logged-in) .bs-forums-items.bs-single-forum-list .item-title { } @media only screen and (max-width: 544px) { - .has-sidebar.forums-sidebar.sidebar-left #secondary + .content-area { padding-top: 0; } } - #bbpress-forums .bs-dropdown .bbp-admin-links { font-size: 0; display: -webkit-box; @@ -3822,7 +3367,6 @@ body:not(.logged-in) .bs-forums-items.bs-single-forum-list .item-title { padding: 3px 0; width: 100%; } - #bbpress-forums .bs-dropdown .bbp-admin-links a { margin: 0; padding: 9px 15px; @@ -3836,23 +3380,19 @@ body:not(.logged-in) .bs-forums-items.bs-single-forum-list .item-title { width: 100%; text-transform: none; } - #bbpress-forums .bs-dropdown .bbp-admin-links a:hover { color: var(--bb-primary-color); } - #bbpress-forums .bs-dropdown .bbp-admin-links a.bbp-topic-reply-link { background-color: transparent; line-height: inherit; border: 0; border-radius: inherit; } - #bbpress-forums .bs-dropdown .bbp-admin-links a.bbp-topic-reply-link:hover { background-color: #f5f5f5; box-shadow: none; } - #bbpress-forums .bs-dropdown .bbp-admin-links .bbp-topic-sticky-link, #bbpress-forums .bs-dropdown .bbp-admin-links .bbp-topic-super-sticky-link { display: none; @@ -3885,11 +3425,9 @@ body:not(.logged-in) .bs-forums-items.bs-single-forum-list .item-title { margin-bottom: 30px; margin-top: 30px; } - #bbpress-forums fieldset.bbp-form + fieldset.bbp-form { margin-top: 0; } - #bbpress-forums fieldset.bbp-form legend { font-size: 20px; font-weight: 500; @@ -3921,7 +3459,6 @@ body:not(.logged-in) .bs-forums-items.bs-single-forum-list .item-title { margin-bottom: 25px; display: block; } - #bbpress-forums > #subscription-toggle .subscription-toggle { min-width: 160px; width: auto; @@ -3965,16 +3502,14 @@ select#bbp_destination_topic { .bbp-user-page.single .content-area, .bbp-user-edit.single .content-area { - /* padding-top: 10px; issue with BP Pro */ } - .bbp-user-page.single .bbp-profile-avatar-link, .bbp-user-edit.single .bbp-profile-avatar-link { width: 100%; } -div#bbpress-forums::after { +div#bbpress-forums:after { content: ""; display: table; clear: both; @@ -3983,7 +3518,6 @@ div#bbpress-forums::after { #bbp-user-wrapper.bb-bbp-user-wrapper ul#user_switching_switch_to { margin-bottom: 20px; } - #bbpress-forums #bbp-user-wrapper.bb-bbp-user-wrapper .entry-title { margin-bottom: 20px; } @@ -4113,8 +3647,8 @@ div#bbpress-forums::after { border-radius: 0 0 3px 3px; } -.bbp_widget_login .bbp-logged-in h5 .bb-mini-profile-card-area .bb-profile-card::before, -.bbp_widget_login .bbp-logged-in h5 .bb-mini-group-profile-card-area .bb-profile-card::before { +.bbp_widget_login .bbp-logged-in h5 .bb-mini-profile-card-area .bb-profile-card:before, +.bbp_widget_login .bbp-logged-in h5 .bb-mini-group-profile-card-area .bb-profile-card:before { right: -55px; } @@ -4125,7 +3659,6 @@ div#bbpress-forums::after { .bbp_widget_login .bbp-logged-in h5 a { color: var(--bb-headings-color); } - .bbp_widget_login .bbp-logged-in h5 a:hover { color: var(--bb-primary-color); } @@ -4141,14 +3674,12 @@ div#bbpress-forums::after { -webkit-font-smoothing: initial; -moz-osx-font-smoothing: initial; } - .bbp-logged-in h5 a, .bp-login-widget-user-link a { color: inherit; } @media only screen and (max-width: 640px) { - #bbpress-forums #bbp-your-profile fieldset label[for], #bbpress-forums #bbp-your-profile fieldset fieldset.password, #bbpress-forums #bbp-your-profile fieldset input, @@ -4158,7 +3689,6 @@ div#bbpress-forums::after { } } @media only screen and (min-width: 992px) and (max-width: 1300px) { - #bbpress-forums .bb-forums-list .lg-grid-1-3 { -webkit-box-flex: 0; -ms-flex: 0 0 33.33%; @@ -4167,13 +3697,11 @@ div#bbpress-forums::after { } } @media (max-width: 768px) { - .topic-archive .bs-header-item .btn-new-topic { display: block; } } @media only screen and (max-width: 480px) { - #bbpress-forums div.bbp-reply-author img.avatar { position: static; width: auto; @@ -4194,21 +3722,18 @@ div#bbpress-forums::after { font-size: 13px; } } - .bbpress-sidebar .widget_tag_cloud { background-color: transparent; padding-left: 0; padding-right: 0; border: 0; } - .bbpress-sidebar .widget_tag_cloud .tagcloud a { color: var(--bb-headings-color); font-size: 14px !important; line-height: 170%; padding-right: 5px; } - .bbpress-sidebar .widget_tag_cloud .tagcloud a:hover { color: var(--bb-primary-color); } @@ -4244,18 +3769,15 @@ div#bbpress-forums::after { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .bb-sidebar-forums a.bbp-forum-title { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } - .bb-sidebar-forums .topics-count { margin-left: auto; padding-left: 20px; } - .bb-sidebar-forums .bb-sidebar-forums { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -4274,7 +3796,6 @@ div#bbpress-forums::after { #bbp_editor_forum_content { border-color: #dedfe2; } - #bbp_editor_forum_content:focus { color: inherit; border-color: var(--bb-content-border-color); @@ -4285,7 +3806,6 @@ div#bbpress-forums::after { border-top: 1px solid var(--bb-content-border-color); border-radius: 0; } - #bbp_editor_topic_content:focus { color: inherit; border-color: var(--bb-content-border-color); @@ -4304,12 +3824,10 @@ div#bbpress-forums::after { -ms-flex-pack: end; justify-content: flex-end; } - .bbp-forum-buttons-wrap > * { margin-left: 15px; margin-bottom: 20px; } - .bbp-forum-buttons-wrap .reported-content { opacity: 0.9; } @@ -4326,16 +3844,13 @@ span#subscription-toggle { .bbpress-sidebar #subscription-toggle { margin-bottom: 20px; } - .bs-topic-sidebar-inner #subscription-toggle { font-size: 0; width: 100%; } - #subscription-toggle span { display: block; } - .mobile-only #subscription-toggle { float: none; } @@ -4343,12 +3858,10 @@ span#subscription-toggle { .single-topic-sidebar-links .bb-topic-report-link-wrap { margin-top: -15px; } - .single-topic-sidebar-links .bb-topic-report-link-wrap a.reported-content, .single-topic-sidebar-links .bb-topic-report-link-wrap a.report-content { width: 100%; } - .single-topic-sidebar-links .bb-topic-report-link-wrap a.reported-content { pointer-events: none; opacity: 0.8; @@ -4359,11 +3872,9 @@ span#subscription-toggle { border-radius: 3px; padding: 10px 15px; } - .reply-edit .bbp-reply-form #whats-new-toolbar { padding: 5px 0 15px; } - .reply-edit .emojionearea.medium-editor-element { background: transparent; min-height: 1px; @@ -4372,11 +3883,9 @@ span#subscription-toggle { .reply-edit #bbpress-forums fieldset.bbp-form > div { margin-bottom: 15px; } - .reply-edit .bbp-submit-wrapper { margin-top: 20px; } - .reply-edit #bbpress-forums .bp-feedback + fieldset.bbp-form { margin-top: 30px; } @@ -4391,12 +3900,10 @@ span#subscription-toggle { margin-bottom: 2px; padding: 0 5px 0 10px; } - .bbp-form .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove { margin-top: 2px; } - -.bbp-form .select2-container--default .select2-selection--multiple .select2-selection__choice span.select2-selection__choice__remove::before { +.bbp-form .select2-container--default .select2-selection--multiple .select2-selection__choice span.select2-selection__choice__remove:before { background: none; color: #fff; font-weight: 300; @@ -4407,18 +3914,15 @@ span#subscription-toggle { margin-bottom: 30px; margin-top: 30px; } - .single-with-sub-forum .bbp-forum-content-wrap { margin-top: 0; } - .bbp-forum-content-wrap .bb-more-link { background-color: var(--bb-content-background-color); color: var(--bb-headings-color); border: 1px solid var(--bb-content-border-color); margin-top: 20px; } - .bbp-forum-content-wrap .bb-more-link:hover { background-color: var(--bb-secondary-button-background-hover); color: var(--bb-secondary-button-text-hover); @@ -4429,102 +3933,81 @@ span#subscription-toggle { body:not(.forum) .entry-content .bbp-topic-form .bbp-submit-wrapper { margin-top: 15px; } - body:not(.forum) .entry-content .bbp-topic-form .bbp-submit-wrapper .button.submit { margin-left: 0; } - body:not(.forum) .entry-content .bbp-topic-form .bb-form-select-fields { padding: 15px 10px; } - body:not(.forum) .entry-content .bbp-topic-form .new_topic_title_avatar { margin-right: 10px; } - body:not(.forum) .entry-content .bbp-topic-form .bbp_topic_form_type_wrapper { margin-bottom: 20px; } - body:not(.forum) .entry-content .bbp-topic-form .bbp_topic_title_wrapper { -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 30px; } - body:not(.forum) .entry-content .bbp-topic-form #bbp_editor_topic_content { background-color: #fff; border: 1px solid var(--bb-content-border-color); border-radius: 3px; } - body:not(.forum) .entry-content .bbp-topic-form .bbp-topic-form #whats-new-toolbar, body:not(.forum) .entry-content .bbp-topic-form .bbp-reply-form #whats-new-toolbar, body:not(.forum) .entry-content .bbp-topic-form .bbp-reply-form #whats-new-attachments, body:not(.forum) .entry-content .bbp-topic-form .bbp-topic-form #whats-new-attachments { padding: 0; } - body:not(.forum) .entry-content .bbp-topic-form .bbp-form #whats-new-toolbar, body:not(.forum) .entry-content .bbp-topic-form .bbp-form #whats-new-attachments { margin-bottom: 15px; } - body:not(.forum) .entry-content .bbp-topic-form .bbp-topic-form #whats-new-toolbar { margin-bottom: 15px; } - body:not(.forum) .entry-content .bbp-topic-form .bbp-form .emojionearea.medium-editor-element { background: transparent; } - body:not(.forum) .entry-content .bbp-topic-form .bbp_topic_tags_wrapper { background: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); - border-top: 0; border-radius: var(--bb-input-radius); padding: 0 12px; margin-bottom: 10px !important; } - body:not(.forum) .entry-content .bbp-topic-form #bbp_topic_tags { padding: 0 12px; } - body:not(.forum) .entry-content .bbp-topic-form .bbp-form .bb-form-select-fields { display: block; } - body:not(.forum) .entry-content .bbp-topic-form #bbp-close-btn { display: none; } - body:not(.forum) .entry-content .bbp-topic-form #whats-new-toolbar, body:not(.forum) .entry-content .bbp-topic-form #whats-new-toolbar { padding: 0; } - body:not(.forum) .entry-content .bbp-topic-form .bb-form-select-fields > * { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding: 0; } - body:not(.forum) .entry-content .bbp-topic-form .bbp_topic_tags_wrapper input, body:not(.forum) .entry-content .bbp-topic-form .bbp_topic_tags_wrapper select { border: 0; } - body:not(.forum) .entry-content .bbp-topic-form .bbp_topic_title_wrapper input { margin-left: 0; } - body:not(.forum) .entry-content .bbp-topic-form .bbp-the-content-wrapper { margin-bottom: 10px; } - body:not(.forum) .entry-content .bbp-topic-form #whats-new-attachments, body:not(.forum) .entry-content .bbp-topic-form #whats-new-attachments { padding: 0; @@ -4534,26 +4017,22 @@ body:not(.forum) .entry-content .bbp-topic-form #whats-new-attachments { body:not(.forum) .entry-content .widget .bbp-topic-form .bbp_topic_tags_wrapper { border-top: 1px solid var(--bb-content-border-color); } - .widget .bbp-topic-form .bbp-the-content-wrapper, body:not(.forum) .entry-content .widget .bbp-topic-form .bbp-the-content-wrapper { border: 1px solid var(--bb-content-border-color); border-radius: var(--bb-input-radius); background-color: var(--bb-content-background-color); } - .widget .bbp-topic-form .bbp-the-content-wrapper .bbp-the-content, body:not(.forum) .entry-content .widget .bbp-topic-form .bbp-the-content-wrapper .bbp-the-content { border-radius: var(--bb-input-radius); padding-left: 10px; padding-right: 10px; } - .widget .bbp-reply-form, body:not(.forum) .entry-content .widget .bbp-reply-form { margin: 0; } - .widget .bbp-reply-form .bbp-the-content-wrapper, body:not(.forum) .entry-content .widget .bbp-reply-form .bbp-the-content-wrapper { border: 1px solid var(--bb-content-border-color); @@ -4561,7 +4040,6 @@ body:not(.forum) .entry-content .widget .bbp-reply-form .bbp-the-content-wrapper background-color: var(--bb-content-background-color); margin-top: 10px; } - .widget .bbp-reply-form .bbp-the-content-wrapper .bbp-the-content, body:not(.forum) .entry-content .widget .bbp-reply-form .bbp-the-content-wrapper .bbp-the-content { border-radius: var(--bb-input-radius); @@ -4569,12 +4047,10 @@ body:not(.forum) .entry-content .widget .bbp-reply-form .bbp-the-content-wrapper padding-right: 10px; border: 0; } - .widget .bbp-reply-form #bbp-reply-exerpt:empty, body:not(.forum) .entry-content .widget .bbp-reply-form #bbp-reply-exerpt:empty { display: none; } - .widget .bbp-forum-form .bbp-the-content-wrapper, body:not(.forum) .entry-content .widget .bbp-forum-form .bbp-the-content-wrapper { border: 1px solid var(--bb-content-border-color); @@ -4583,7 +4059,6 @@ body:not(.forum) .entry-content .widget .bbp-forum-form .bbp-the-content-wrapper margin-top: 10px; margin-bottom: 10px; } - .widget .bbp-forum-form .bbp-the-content-wrapper .bbp-the-content, body:not(.forum) .entry-content .widget .bbp-forum-form .bbp-the-content-wrapper .bbp-the-content { border-radius: var(--bb-input-radius); @@ -4602,16 +4077,13 @@ body .entry-content > .bbp-topic-form.bb-modal { margin: 0; box-shadow: none; } - body .entry-content > .bbp-topic-form.bb-modal fieldset.bbp-form { margin-left: 0; margin-right: 0; } - body .entry-content > .bbp-topic-form.bb-modal .new_topic_title label { display: none !important; } - body .entry-content > .bbp-topic-form.bb-modal fieldset.bbp-form label { color: inherit; display: inline-block; @@ -4619,7 +4091,6 @@ body .entry-content > .bbp-topic-form.bb-modal fieldset.bbp-form label { letter-spacing: -0.24px; margin-bottom: 5px; } - body .entry-content > .bbp-topic-form.bb-modal .new_topic_title_avatar { margin-right: 20px; } @@ -4629,6 +4100,8 @@ body .entry-content > .bbp-topic-form.bb-modal .new_topic_title_avatar { .elementor-shortcode #bbpress-forums .bbp-topic-form select, .elementor-shortcode #bbpress-forums .bbp-forum-form input, .elementor-shortcode #bbpress-forums .bbp-forum-form select, +.elementor-widget-text-editor #bbpress-forums .bbp-forum-form input, +.elementor-widget-text-editor #bbpress-forums .bbp-forum-form select, article.type-page .entry-content > .bbp-topic-form input, article.type-page .entry-content > .bbp-topic-form select, article.type-page .entry-content > #bbpress-forums .bbp-topic-form input, @@ -4639,18 +4112,18 @@ article.type-page .entry-content > #bbpress-forums .bbp-forum-form select, .entry-content > .bbp-forum-form select { width: 100%; } - .elementor-shortcode #bbpress-forums .bbp-topic-form .bbp-the-content-wrapper, .elementor-shortcode #bbpress-forums .bbp-forum-form .bbp-the-content-wrapper, +.elementor-widget-text-editor #bbpress-forums .bbp-forum-form .bbp-the-content-wrapper, article.type-page .entry-content > .bbp-topic-form .bbp-the-content-wrapper, article.type-page .entry-content > #bbpress-forums .bbp-topic-form .bbp-the-content-wrapper, article.type-page .entry-content > #bbpress-forums .bbp-forum-form .bbp-the-content-wrapper, .entry-content > .bbp-forum-form .bbp-the-content-wrapper { margin-bottom: 0; } - .elementor-shortcode #bbpress-forums .bbp-topic-form .bbp-the-content-wrapper .bbp_editor_forum_content, .elementor-shortcode #bbpress-forums .bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content, +.elementor-widget-text-editor #bbpress-forums .bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content, article.type-page .entry-content > .bbp-topic-form .bbp-the-content-wrapper .bbp_editor_forum_content, article.type-page .entry-content > #bbpress-forums .bbp-topic-form .bbp-the-content-wrapper .bbp_editor_forum_content, article.type-page .entry-content > #bbpress-forums .bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content, @@ -4664,20 +4137,20 @@ article.type-page .entry-content > #bbpress-forums .bbp-forum-form .bbp-the-cont padding: 15px; min-height: 90px; } - -.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp-the-content-wrapper .bbp_editor_forum_content::after, -.elementor-shortcode #bbpress-forums .bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content::after, -article.type-page .entry-content > .bbp-topic-form .bbp-the-content-wrapper .bbp_editor_forum_content::after, -article.type-page .entry-content > #bbpress-forums .bbp-topic-form .bbp-the-content-wrapper .bbp_editor_forum_content::after, -article.type-page .entry-content > #bbpress-forums .bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content::after, -.entry-content > .bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content::after { +.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp-the-content-wrapper .bbp_editor_forum_content:after, +.elementor-shortcode #bbpress-forums .bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content:after, +.elementor-widget-text-editor #bbpress-forums .bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content:after, +article.type-page .entry-content > .bbp-topic-form .bbp-the-content-wrapper .bbp_editor_forum_content:after, +article.type-page .entry-content > #bbpress-forums .bbp-topic-form .bbp-the-content-wrapper .bbp_editor_forum_content:after, +article.type-page .entry-content > #bbpress-forums .bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content:after, +.entry-content > .bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content:after { font-size: 15px; color: rgba(var(--bb-body-text-color-rgb), 0.5); pointer-events: none; } - .elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar, .elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar, +.elementor-widget-text-editor #bbpress-forums .bbp-forum-form #whats-new-toolbar, article.type-page .entry-content > .bbp-topic-form #whats-new-toolbar, article.type-page .entry-content > #bbpress-forums .bbp-topic-form #whats-new-toolbar, article.type-page .entry-content > #bbpress-forums .bbp-forum-form #whats-new-toolbar, @@ -4689,9 +4162,9 @@ article.type-page .entry-content > #bbpress-forums .bbp-forum-form #whats-new-to padding: 15px; margin-bottom: 15px; } - .elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar, .elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar, +.elementor-widget-text-editor #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar, article.type-page .entry-content > .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar, article.type-page .entry-content > #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar, article.type-page .entry-content > #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar, @@ -4701,99 +4174,96 @@ article.type-page .entry-content > #bbpress-forums .bbp-forum-form #whats-new-to top: 5px; left: 45px; } - .elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions, .elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions, +.elementor-widget-text-editor #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions, article.type-page .entry-content > .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions, article.type-page .entry-content > #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions, article.type-page .entry-content > #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions, .entry-content > .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions { background-color: transparent; } - .elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active, .elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar.active, +.elementor-widget-text-editor #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar.active, article.type-page .entry-content > .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active, article.type-page .entry-content > #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active, article.type-page .entry-content > #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar.active, .entry-content > .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar.active { visibility: visible; } - .elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-button-active, .elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-button-active, +.elementor-widget-text-editor #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-button-active, article.type-page .entry-content > .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-button-active, article.type-page .entry-content > #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-button-active, article.type-page .entry-content > #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-button-active, .entry-content > .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-button-active { background-color: transparent; } - .elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li button, .elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li button, +.elementor-widget-text-editor #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li button, article.type-page .entry-content > .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li button, article.type-page .entry-content > #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li button, article.type-page .entry-content > #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li button, .entry-content > .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li button { padding: 10px 10px 10px 0; + text-shadow: none; } - .elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li button:hover, .elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li button:hover, +.elementor-widget-text-editor #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li button:hover, article.type-page .entry-content > .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li button:hover, article.type-page .entry-content > #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li button:hover, article.type-page .entry-content > #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li button:hover, .entry-content > .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li button:hover { background-color: transparent; } - .elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-action-pre, .elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-action-pre, +.elementor-widget-text-editor #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-action-pre, article.type-page .entry-content > .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-action-pre, article.type-page .entry-content > #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-action-pre, article.type-page .entry-content > #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-action-pre, .entry-content > .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-action-pre { padding: 10px; } - .elementor-shortcode #bbpress-forums .bbp-topic-form .bbp-submit-wrapper .button.submit, .elementor-shortcode #bbpress-forums .bbp-forum-form .bbp-submit-wrapper .button.submit, +.elementor-widget-text-editor #bbpress-forums .bbp-forum-form .bbp-submit-wrapper .button.submit, article.type-page .entry-content > .bbp-topic-form .bbp-submit-wrapper .button.submit, article.type-page .entry-content > #bbpress-forums .bbp-topic-form .bbp-submit-wrapper .button.submit, article.type-page .entry-content > #bbpress-forums .bbp-forum-form .bbp-submit-wrapper .button.submit, .entry-content > .bbp-forum-form .bbp-submit-wrapper .button.submit { margin-left: 0; } - .elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal #whats-new-toolbar, -.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_tags_wrapper, .elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp-the-content-wrapper, .elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper, .elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal #whats-new-toolbar, -.elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_tags_wrapper, .elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal .bbp-the-content-wrapper, .elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper, +.elementor-widget-text-editor #bbpress-forums .bbp-forum-form.bb-modal #whats-new-toolbar, +.elementor-widget-text-editor #bbpress-forums .bbp-forum-form.bb-modal .bbp-the-content-wrapper, +.elementor-widget-text-editor #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper, article.type-page .entry-content > .bbp-topic-form.bb-modal #whats-new-toolbar, -article.type-page .entry-content > .bbp-topic-form.bb-modal .bbp_topic_tags_wrapper, article.type-page .entry-content > .bbp-topic-form.bb-modal .bbp-the-content-wrapper, article.type-page .entry-content > .bbp-topic-form.bb-modal .bbp_topic_title_wrapper, article.type-page .entry-content > #bbpress-forums .bbp-topic-form.bb-modal #whats-new-toolbar, -article.type-page .entry-content > #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_tags_wrapper, article.type-page .entry-content > #bbpress-forums .bbp-topic-form.bb-modal .bbp-the-content-wrapper, article.type-page .entry-content > #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper, article.type-page .entry-content > #bbpress-forums .bbp-forum-form.bb-modal #whats-new-toolbar, -article.type-page .entry-content > #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_tags_wrapper, article.type-page .entry-content > #bbpress-forums .bbp-forum-form.bb-modal .bbp-the-content-wrapper, article.type-page .entry-content > #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper, .entry-content > .bbp-forum-form.bb-modal #whats-new-toolbar, -.entry-content > .bbp-forum-form.bb-modal .bbp_topic_tags_wrapper, .entry-content > .bbp-forum-form.bb-modal .bbp-the-content-wrapper, .entry-content > .bbp-forum-form.bb-modal .bbp_topic_title_wrapper { border: 0; } - .elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper #bbp-close-btn, .elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper #bbp-close-btn, +.elementor-widget-text-editor #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper #bbp-close-btn, article.type-page .entry-content > .bbp-topic-form.bb-modal .bbp_topic_title_wrapper #bbp-close-btn, article.type-page .entry-content > #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper #bbp-close-btn, article.type-page .entry-content > #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper #bbp-close-btn, @@ -4801,18 +4271,18 @@ article.type-page .entry-content > #bbpress-forums .bbp-forum-form.bb-modal .bbp display: block; font-weight: 400; } - .elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title #bbp_topic_title, .elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper .new_topic_title #bbp_topic_title, +.elementor-widget-text-editor #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper .new_topic_title #bbp_topic_title, article.type-page .entry-content > .bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title #bbp_topic_title, article.type-page .entry-content > #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title #bbp_topic_title, article.type-page .entry-content > #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper .new_topic_title #bbp_topic_title, .entry-content > .bbp-forum-form.bb-modal .bbp_topic_title_wrapper .new_topic_title #bbp_topic_title { margin: 0; } - .elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar, .elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar, +.elementor-widget-text-editor #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar, article.type-page .entry-content > .bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar, article.type-page .entry-content > #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar, article.type-page .entry-content > #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar, @@ -4820,15 +4290,24 @@ article.type-page .entry-content > #bbpress-forums .bbp-forum-form.bb-modal .bbp width: auto; min-width: auto; } - .elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bb-form-select-fields, .elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal .bb-form-select-fields, +.elementor-widget-text-editor #bbpress-forums .bbp-forum-form.bb-modal .bb-form-select-fields, article.type-page .entry-content > .bbp-topic-form.bb-modal .bb-form-select-fields, article.type-page .entry-content > #bbpress-forums .bbp-topic-form.bb-modal .bb-form-select-fields, article.type-page .entry-content > #bbpress-forums .bbp-forum-form.bb-modal .bb-form-select-fields, .entry-content > .bbp-forum-form.bb-modal .bb-form-select-fields { padding: 15px 25px; } +.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp-submit-wrapper .button.submit, +.elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal .bbp-submit-wrapper .button.submit, +.elementor-widget-text-editor #bbpress-forums .bbp-forum-form.bb-modal .bbp-submit-wrapper .button.submit, +article.type-page .entry-content > .bbp-topic-form.bb-modal .bbp-submit-wrapper .button.submit, +article.type-page .entry-content > #bbpress-forums .bbp-topic-form.bb-modal .bbp-submit-wrapper .button.submit, +article.type-page .entry-content > #bbpress-forums .bbp-forum-form.bb-modal .bbp-submit-wrapper .button.submit, +.entry-content > .bbp-forum-form.bb-modal .bbp-submit-wrapper .button.submit { + margin-left: 15px; +} .elementor-shortcode .bbp-reply-form .bbp-form > legend, .elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper, @@ -4846,7 +4325,6 @@ article.type-page .entry-content > .bbp-topic-form .bbp_topic_title_wrapper, border-radius: var(--bb-input-radius) var(--bb-input-radius) 0 0; margin-bottom: 0; } - .elementor-shortcode .bbp-reply-form .bbp-form > legend #bbp-close-btn, .elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper #bbp-close-btn, article.type-page .entry-content > #bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper #bbp-close-btn, @@ -4858,19 +4336,16 @@ article.type-page .entry-content > .bbp-topic-form .bbp_topic_title_wrapper #bbp .bbp-reply-form .bbp-form > legend #bbp-reply-exerpt:empty { display: none; } - .bbp-reply-form .bbp-form > legend #bbp-reply-exerpt.show-empty { display: block; padding-top: 0; } - .bbp-reply-form .bbp-form > legend #bbp-reply-exerpt.show-empty + .bb-model-close-button { top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } - .bbp-reply-form .bbp-form > legend #bbp-reply-exerpt.show-empty + .bb-model-close-button .bb-icon-close { display: -webkit-box; display: -ms-flexbox; @@ -4904,7 +4379,6 @@ article.type-page .entry-content > #bbpress-forums .bbp-topic-form .bbp-the-cont margin-bottom: 0; border-radius: 0; } - .elementor-shortcode .bbp-reply-form div.dropzone.dz-started, .elementor-shortcode #bbpress-forums .bbp-topic-form div.dropzone.dz-started, article.type-page .entry-content > .bbp-topic-form div.dropzone.dz-started, @@ -4912,27 +4386,6 @@ article.type-page .entry-content > #bbpress-forums .bbp-topic-form div.dropzone. .entry-content > .bbp-reply-form div.dropzone.dz-started { margin-bottom: 0; } - -.elementor-shortcode .bbp-reply-form .bbp_topic_tags_wrapper, -.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_tags_wrapper, -article.type-page .entry-content > .bbp-topic-form .bbp_topic_tags_wrapper, -article.type-page .entry-content > #bbpress-forums .bbp-topic-form .bbp_topic_tags_wrapper, -.entry-content > .bbp-reply-form .bbp_topic_tags_wrapper { - background-color: var(--bb-content-background-color); - border: 1px solid var(--bb-content-border-color); - border-top: 0; - border-radius: 0 0 var(--bb-input-radius) var(--bb-input-radius); -} - -.elementor-shortcode .bbp-reply-form .bb-form-select-fields, -.elementor-shortcode #bbpress-forums .bbp-topic-form .bb-form-select-fields, -article.type-page .entry-content > .bbp-topic-form .bb-form-select-fields, -article.type-page .entry-content > #bbpress-forums .bbp-topic-form .bb-form-select-fields, -.entry-content > .bbp-reply-form .bb-form-select-fields { - margin: 15px 0 0; - padding: 0; -} - .elementor-shortcode .bbp-reply-form .medium-editor-element, .elementor-shortcode #bbpress-forums .bbp-topic-form .medium-editor-element, article.type-page .entry-content > .bbp-topic-form .medium-editor-element, @@ -4941,7 +4394,6 @@ article.type-page .entry-content > #bbpress-forums .bbp-topic-form .medium-edito display: inline-block; width: 100%; } - .elementor-shortcode .bbp-reply-form #whats-new-toolbar, .elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar, article.type-page .entry-content > .bbp-topic-form #whats-new-toolbar, @@ -4949,7 +4401,6 @@ article.type-page .entry-content > #bbpress-forums .bbp-topic-form #whats-new-to .entry-content > .bbp-reply-form #whats-new-toolbar { padding: 15px 25px; } - .elementor-shortcode .bbp-reply-form #whats-new-toolbar .medium-editor-toolbar, .elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar, article.type-page .entry-content > .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar, @@ -4957,7 +4408,6 @@ article.type-page .entry-content > #bbpress-forums .bbp-topic-form #whats-new-to .entry-content > .bbp-reply-form #whats-new-toolbar .medium-editor-toolbar { left: 50px; } - .elementor-shortcode .bbp-reply-form #bbp-template-notices, .elementor-shortcode #bbpress-forums .bbp-topic-form #bbp-template-notices, article.type-page .entry-content > .bbp-topic-form #bbp-template-notices, @@ -4970,7 +4420,6 @@ article.type-page .entry-content > #bbpress-forums .bbp-topic-form #bbp-template border-top: 0; width: 100%; } - .elementor-shortcode .bbp-reply-form #bbp-template-notices .bp-feedback, .elementor-shortcode #bbpress-forums .bbp-topic-form #bbp-template-notices .bp-feedback, article.type-page .entry-content > .bbp-topic-form #bbp-template-notices .bp-feedback, @@ -4979,39 +4428,52 @@ article.type-page .entry-content > #bbpress-forums .bbp-topic-form #bbp-template margin: 10px 15px; } +.elementor-shortcode .bbp-reply-form:not(.bb-modal-box) .bbp_topic_tags_wrapper, +.elementor-shortcode #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bbp_topic_tags_wrapper, +article.type-page .entry-content > .bbp-topic-form:not(.bb-modal-box) .bbp_topic_tags_wrapper, +article.type-page .entry-content > #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bbp_topic_tags_wrapper, +.entry-content > .bbp-reply-form:not(.bb-modal-box) .bbp_topic_tags_wrapper { + background-color: var(--bb-content-background-color); + border: 1px solid var(--bb-content-border-color); + border-radius: 0 0 var(--bb-input-radius) var(--bb-input-radius); +} +.elementor-shortcode .bbp-reply-form:is(.bbp-topic-form) .bbp_topic_tags_wrapper, +.elementor-shortcode #bbpress-forums .bbp-topic-form:is(.bbp-topic-form) .bbp_topic_tags_wrapper, +article.type-page .entry-content > .bbp-topic-form:is(.bbp-topic-form) .bbp_topic_tags_wrapper, +article.type-page .entry-content > #bbpress-forums .bbp-topic-form:is(.bbp-topic-form) .bbp_topic_tags_wrapper, +.entry-content > .bbp-reply-form:is(.bbp-topic-form) .bbp_topic_tags_wrapper { + border-top: 0; +} + .elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar, .elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper .new_topic_title_avatar, article.type-page .entry-content > .bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar, -article.type-page .entry-content > #bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper .new_topic_title_avatar { +article.type-page .entry-content > #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bbp_topic_title_wrapper .new_topic_title_avatar { width: 64px; min-width: 64px; } - .elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar img, .elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper .new_topic_title_avatar img, article.type-page .entry-content > .bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar img, -article.type-page .entry-content > #bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper .new_topic_title_avatar img { +article.type-page .entry-content > #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bbp_topic_title_wrapper .new_topic_title_avatar img { width: 100%; } - .elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper #bbp_topic_title, .elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper #bbp_topic_title, article.type-page .entry-content > .bbp-topic-form.bb-modal .bbp_topic_title_wrapper #bbp_topic_title, -article.type-page .entry-content > #bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper #bbp_topic_title { +article.type-page .entry-content > #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bbp_topic_title_wrapper #bbp_topic_title { margin: 10px 0 0 15px; } - .elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal #bbp_topic_submit, .elementor-shortcode #bbpress-forums .bbp-topic-form #bbp_topic_submit, article.type-page .entry-content > .bbp-topic-form.bb-modal #bbp_topic_submit, -article.type-page .entry-content > #bbpress-forums .bbp-topic-form #bbp_topic_submit { +article.type-page .entry-content > #bbpress-forums .bbp-topic-form:not(.bb-modal-box) #bbp_topic_submit { margin-top: 15px; } - .elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_subscription_wrapper, .elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_subscription_wrapper, article.type-page .entry-content > .bbp-topic-form.bb-modal .bbp_topic_subscription_wrapper, -article.type-page .entry-content > #bbpress-forums .bbp-topic-form .bbp_topic_subscription_wrapper { +article.type-page .entry-content > #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bbp_topic_subscription_wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; @@ -5019,18 +4481,16 @@ article.type-page .entry-content > #bbpress-forums .bbp-topic-form .bbp_topic_su -ms-flex-align: center; align-items: center; } - .elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_subscription_wrapper > label, .elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_subscription_wrapper > label, article.type-page .entry-content > .bbp-topic-form.bb-modal .bbp_topic_subscription_wrapper > label, -article.type-page .entry-content > #bbpress-forums .bbp-topic-form .bbp_topic_subscription_wrapper > label { +article.type-page .entry-content > #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bbp_topic_subscription_wrapper > label { margin-bottom: -15px; } .elementor-shortcode #bbpress-forums .bbp-topic-form .avatar { border-radius: 50%; } - .elementor-shortcode #whats-new-toolbar button { text-shadow: none; } @@ -5047,81 +4507,67 @@ body:not(.logged-in) .entry-content > .bbp-reply-form .bbp-form > legend { border-radius: 0; font-size: 18px; } - body:not(.logged-in) .entry-content > .bbp-reply-form .bbp-form .bbp-the-content-wrapper { border-radius: var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0; } - body:not(.logged-in) .entry-content > .bbp-reply-form .bbp-form .bbp-the-content-wrapper .medium-editor-element:not(.emojionearea) { border-radius: var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0; } - body:not(.logged-in) .entry-content > .bbp-reply-form .bbp-form #whats-new-toolbar { border-bottom: 1px solid var(--bb-content-border-color); border-radius: 0 0 var(--bb-block-radius-inner) var(--bb-block-radius-inner); } - body:not(.logged-in) .entry-content > .bbp-reply-form .bbp-form fieldset.bbp-form-anonymous { margin: 0; } - body:not(.logged-in) .entry-content > .bbp-reply-form .bbp-form fieldset.bbp-form-anonymous > legend { font-size: 16px; margin-bottom: 15px; } - body:not(.logged-in) .entry-content > .bbp-reply-form .bbp-form fieldset.bbp-form-anonymous p > label { display: block; } @media screen and (max-width: 992px) { - - .elementor-shortcode #bbpress-forums .bbp-topic-form .bb-form-select-fields, - article.type-page .entry-content > #bbpress-forums .bbp-topic-form .bb-form-select-fields { + .elementor-shortcode #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bb-form-select-fields, + article.type-page .entry-content > #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bb-form-select-fields { display: block; } - - .elementor-shortcode #bbpress-forums .bbp-topic-form .bb-form-select-fields > div, - article.type-page .entry-content > #bbpress-forums .bbp-topic-form .bb-form-select-fields > div { + .elementor-shortcode #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bb-form-select-fields > div, + article.type-page .entry-content > #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bb-form-select-fields > div { width: 50%; float: left; } - - .elementor-shortcode #bbpress-forums .bbp-topic-form .bb-form-select-fields .bbp-submit-wrapper, - article.type-page .entry-content > #bbpress-forums .bbp-topic-form .bb-form-select-fields .bbp-submit-wrapper { + .elementor-shortcode #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bb-form-select-fields .bbp-submit-wrapper, + article.type-page .entry-content > #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bb-form-select-fields .bbp-submit-wrapper { clear: none; } } @media screen and (max-width: 544px) { - .entry-content > .bbp-reply-form .bb-form-select-fields { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } - .entry-content > .bbp-reply-form .bb-form-select-fields .bbp-submit-wrapper { margin-left: 0; } - .elementor-shortcode #bbpress-forums .bbp-topic-form .bb-form-select-fields > div, - article.type-page .entry-content > #bbpress-forums .bbp-topic-form .bb-form-select-fields > div { + .elementor-shortcode #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bb-form-select-fields > div, + article.type-page .entry-content > #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bb-form-select-fields > div { width: 100%; margin-bottom: 10px; } - - .elementor-shortcode #bbpress-forums .bbp-topic-form .bb-form-select-fields > div #bbp_topic_submit, - article.type-page .entry-content > #bbpress-forums .bbp-topic-form .bb-form-select-fields > div #bbp_topic_submit { + .elementor-shortcode #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bb-form-select-fields > div #bbp_topic_submit, + article.type-page .entry-content > #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bb-form-select-fields > div #bbp_topic_submit { margin-left: 0; } } - /* bbp-forum-form, bbp-reply-form and bbp-topic-form shortcode style ends */ body .select2-container .select2-dropdown.bb-tag-list-dropdown { bottom: 16px; } - body .select2-container .select2-dropdown.bb-tag-list-dropdown.bb-tag-list-dropdown { bottom: 45px; } @@ -5129,7 +4575,6 @@ body .select2-container .select2-dropdown.bb-tag-list-dropdown.bb-tag-list-dropd #bbp-search-form { position: relative; } - #bbp-search-form #bbp_search { font-size: 14px; font-weight: 400; @@ -5142,7 +4587,6 @@ body .select2-container .select2-dropdown.bb-tag-list-dropdown.bb-tag-list-dropd padding-right: 35px; border-radius: var(--bb-button-radius); } - #bbp-search-form #bbp_search_submit { border: 0; display: none !important; @@ -5156,7 +4600,6 @@ body .select2-container .select2-dropdown.bb-tag-list-dropdown.bb-tag-list-dropd right: 5px; opacity: 0.8; } - #bbp-search-form #bbp_search_submit:hover { box-shadow: none; opacity: 1; @@ -5174,7 +4617,6 @@ article:not(.type-forum) .entry-content > #bbpress-forums .bbp-topic-form .bbp-f display: table; width: 100%; } - article:not(.type-forum) .entry-content > .bbp-topic-form .bbp-form .bbp-the-content-wrapper .medium-editor-element:not(.emojionearea), article:not(.type-forum) .entry-content > #bbpress-forums .bbp-topic-form .bbp-form .bbp-the-content-wrapper .medium-editor-element:not(.emojionearea), .reply-edit #bbpress-forums .bbp-reply-form .bbp-form .bbp-the-content-wrapper .medium-editor-element:not(.emojionearea), @@ -5182,7 +4624,6 @@ article:not(.type-forum) .entry-content > #bbpress-forums .bbp-topic-form .bbp-f background-color: transparent; border-top: 0; } - article:not(.type-forum) .entry-content > .bbp-topic-form .bbp-form textarea.bbp-the-content, article:not(.type-forum) .entry-content > #bbpress-forums .bbp-topic-form .bbp-form textarea.bbp-the-content, .reply-edit #bbpress-forums .bbp-reply-form .bbp-form textarea.bbp-the-content, @@ -5190,7 +4631,6 @@ article:not(.type-forum) .entry-content > #bbpress-forums .bbp-topic-form .bbp-f border-top: 0; border-radius: var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0; } - article:not(.type-forum) .entry-content > .bbp-topic-form .bbp-form #whats-new-attachments, article:not(.type-forum) .entry-content > #bbpress-forums .bbp-topic-form .bbp-form #whats-new-attachments, .reply-edit #bbpress-forums .bbp-reply-form .bbp-form #whats-new-attachments, @@ -5201,7 +4641,6 @@ article:not(.type-forum) .entry-content > #bbpress-forums .bbp-topic-form .bbp-f border-width: 0 1px; padding: 15px; } - article:not(.type-forum) .entry-content > .bbp-topic-form .bbp-form #whats-new-toolbar, article:not(.type-forum) .entry-content > #bbpress-forums .bbp-topic-form .bbp-form #whats-new-toolbar, .reply-edit #bbpress-forums .bbp-reply-form .bbp-form #whats-new-toolbar, @@ -5213,26 +4652,9 @@ article:not(.type-forum) .entry-content > #bbpress-forums .bbp-topic-form .bbp-f padding: 15px; } -.single-topic article:not(.type-forum) .entry-content > .bbp-topic-form .bbp-form .bbp_topic_title_wrapper + .bbp-the-content-wrapper, -.single-topic article:not(.type-forum) .entry-content > #bbpress-forums .bbp-topic-form .bbp-form .bbp_topic_title_wrapper + .bbp-the-content-wrapper, -.single-topic .reply-edit #bbpress-forums .bbp-reply-form .bbp-form .bbp_topic_title_wrapper + .bbp-the-content-wrapper, -.single-topic .topic-edit #bbpress-forums .bbp-topic-form .bbp-form .bbp_topic_title_wrapper + .bbp-the-content-wrapper { - border-top-left-radius: 0; - border-top-right-radius: 0; -} - -.single-topic article:not(.type-forum) .entry-content > .bbp-topic-form .bbp-form:has(.bbp_topic_tags_wrapper) #whats-new-toolbar, -.single-topic article:not(.type-forum) .entry-content > #bbpress-forums .bbp-topic-form .bbp-form:has(.bbp_topic_tags_wrapper) #whats-new-toolbar, -.single-topic .reply-edit #bbpress-forums .bbp-reply-form .bbp-form:has(.bbp_topic_tags_wrapper) #whats-new-toolbar, -.single-topic .topic-edit #bbpress-forums .bbp-topic-form .bbp-form:has(.bbp_topic_tags_wrapper) #whats-new-toolbar { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; -} - .reply-edit #bbpress-forums .bbp-reply-form .bbp-form .bbp-the-content-wrapper { border-radius: var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0; } - .reply-edit #bbpress-forums .bbp-reply-form .bbp-form #whats-new-toolbar { border-radius: 0 0 var(--bb-block-radius-inner) var(--bb-block-radius-inner); } @@ -5240,7 +4662,6 @@ article:not(.type-forum) .entry-content > #bbpress-forums .bbp-topic-form .bbp-f body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new_topic_title_avatar { margin-right: 10px; } - body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new_topic_title input { width: 100%; } @@ -5251,20 +4672,17 @@ body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new margin-left: 5px; position: relative; } - .topic .forum_single_action_wrap .forum_single_action_more-wrap, #buddypress .forum_single_action_wrap .forum_single_action_more-wrap { vertical-align: middle; display: inline-block; line-height: 1; } - .topic .forum_single_action_wrap .forum_single_action_more-wrap i, #buddypress .forum_single_action_wrap .forum_single_action_more-wrap i { font-size: 21px; color: #939597; } - .topic .forum_single_action_wrap .forum_single_action_options, #buddypress .forum_single_action_wrap .forum_single_action_options { position: absolute; @@ -5277,9 +4695,8 @@ body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new padding: 5px 0; display: none; } - -.topic .forum_single_action_wrap .forum_single_action_options::after, -#buddypress .forum_single_action_wrap .forum_single_action_options::after { +.topic .forum_single_action_wrap .forum_single_action_options:after, +#buddypress .forum_single_action_wrap .forum_single_action_options:after { content: " "; position: absolute; width: 0; @@ -5301,12 +4718,10 @@ body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new transition: all linear 0.2s; z-index: 101; } - .topic .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap, #buddypress .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap { margin: 0; } - .topic .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap a, #buddypress .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap a { margin: 0; @@ -5317,7 +4732,7 @@ body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new letter-spacing: -0.24px; width: 100%; text-transform: none; - font-weight: 400; + font-weight: normal; min-height: auto; border-radius: 0; padding: 10px 14px; @@ -5325,15 +4740,13 @@ body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new line-height: 1.1; border: 0; } - .topic .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap a:hover, #buddypress .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap a:hover { background-color: #f5f5f5; color: var(--bb-primary-color) !important; } - -.topic .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap a::before, -#buddypress .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap a::before { +.topic .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap a:before, +#buddypress .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap a:before { font-family: bb-icons; content: "\ee9c"; font-size: 15px; @@ -5343,21 +4756,18 @@ body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new width: 20px; text-align: center; } - .topic .forum_single_action_wrap.is_visible .forum_single_action_options, #buddypress .forum_single_action_wrap.is_visible .forum_single_action_options { display: block; } @media screen and (max-width: 800px) { - .topic .forum_single_action_wrap .forum_single_action_options, #buddypress .forum_single_action_wrap .forum_single_action_options { right: inherit; left: 0; } - - .topic .forum_single_action_wrap .forum_single_action_options::after, - #buddypress .forum_single_action_wrap .forum_single_action_options::after { + .topic .forum_single_action_wrap .forum_single_action_options:after, + #buddypress .forum_single_action_wrap .forum_single_action_options:after { right: inherit; left: 2px; } @@ -5378,23 +4788,19 @@ body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new -ms-flex-align: center; align-items: center; } - #bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 .bs-section-title, #bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 .bbp-forum-buttons-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; } - #bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 .bs-section-title { font-size: 18px; } - #bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 .bbp-forum-buttons-wrap * { margin-bottom: 0; } @media screen and (max-width: 600px) { - #bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -5404,17 +4810,14 @@ body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new -ms-flex-align: start; align-items: flex-start; } - #bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 .bbp_before_forum_new_post { margin-top: 10px; } - #bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 #subscription-toggle { margin-top: 10px; margin-left: 0; } } - .widget #bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 { -ms-flex-flow: column; flex-flow: column; @@ -5426,7 +4829,6 @@ body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new .single.single-forum .type-forum .entry-header.bb-single-forum { margin-bottom: 1.1875rem; } - .single.single-forum .type-forum .bb-topic-banner { width: 100vw; position: relative; @@ -5438,8 +4840,7 @@ body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new z-index: 1; overflow: hidden; } - -.single.single-forum .type-forum .bb-topic-banner::before { +.single.single-forum .type-forum .bb-topic-banner:before { content: ""; opacity: 0.4; background-color: #122b46; @@ -5455,14 +4856,12 @@ body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new z-index: 1; } @media screen and (max-width: 460px) { - .single.single-forum .type-forum .bb-topic-banner { height: auto; padding-top: 30px; padding-bottom: 30px; } } - .single.single-forum .type-forum .bb-topic-banner .banner-img { max-width: 100%; min-width: 100%; @@ -5476,7 +4875,6 @@ body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new -ms-transform: translateY(-50%); transform: translateY(-50%); } - .single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum { display: -webkit-box; display: -ms-flexbox; @@ -5497,7 +4895,6 @@ body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new height: 100%; margin-bottom: 0; } - .single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum .entry-title { color: #fff; margin-bottom: 0; @@ -5506,55 +4903,49 @@ body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new font-weight: 600; padding-bottom: 60px; } - .single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum .bbp-forum-content-wrap { margin-top: -45px; } +.single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum .bbp-forum-content-wrap p { + margin-bottom: 0; +} @media screen and (max-width: 980px) { - .single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum .entry-title { max-width: 80%; line-height: 1.1; } } @media screen and (max-width: 800px) { - .single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } - .single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum .entry-title { padding-left: 20px; padding-right: 20px; max-width: 100%; padding-bottom: 0; } - .single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum .bbp-forum-content-wrap { margin-top: 20px; text-align: center; } } @media screen and (max-width: 460px) { - .single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum .entry-title { font-size: 42px; } } @media screen and (min-width: 800px) and (max-width: 1328px) { - .single.single-forum .type-forum .bb-topic-banner .entry-header { margin-left: 68px; } } @media screen and (min-width: 800px) { - .single.single-forum.single-forum-cover-image .bbpress-sidebar { padding-top: 330px; } - .single.single-forum.has-sidebar .type-forum .bb-topic-banner { left: -webkit-calc(50% + 150px); left: calc(50% + 150px); @@ -5562,7 +4953,6 @@ body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new } @media screen and (min-width: 800px) and (max-width: 1500px) { - .buddypanel-open.single.single-forum .type-forum .bb-topic-banner .entry-header { margin-left: 148px; } @@ -5579,7 +4969,6 @@ body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new } @media screen and (max-width: 1200px) { - #bbpress-forums#bbpress-forums .bs-forums-items.bs-item-list.list-view div.action .bb_more_options_action { -webkit-box-pack: end; -ms-flex-pack: end; @@ -5589,7 +4978,6 @@ body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new } @media screen and (max-width: 600px) { - .bbp-forum-buttons-wrap { width: 100%; } @@ -5603,7 +4991,6 @@ body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new #bbpress-forums .gif-search-query input[type="search"] { margin-bottom: 0; } - #bbpress-forums .gif-search-content .gif-search-results { min-height: 260px; max-height: 260px; @@ -5628,18 +5015,15 @@ fieldset.bbp-form .bbp-submit-wrapper { flex-flow: row wrap; margin: 0 -10px; } - .bb-form-select-fields > * { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding: 0 10px; } - .bb-form-select-fields .bb_subscriptions_active { padding-bottom: 20px; } - .bb-form-select-fields select { color: var(--bb-body-text-color); width: 100%; @@ -5648,16 +5032,13 @@ fieldset.bbp-form .bbp-submit-wrapper { #bbpress-forums fieldset.bbp-form .bbp_topic_title_wrapper label { display: none; } - #bbpress-forums fieldset.bbp-form .bbp_topic_title_wrapper input { margin-bottom: 0; margin-left: 10px; } - #bbpress-forums .bbp_topic_title_wrapper #bbp_topic_title { margin-left: 0; } - #bbpress-forums .bbp_topic_title_wrapper #bbp_topic_title.error { background-color: rgba(var(--bb-danger-color-rgb), 0.1); } @@ -5665,19 +5046,15 @@ fieldset.bbp-form .bbp-submit-wrapper { #bbpress-forums .bbp-topic-form fieldset.bbp-form .bb-form_rev_wrapper { display: block; } - #bbpress-forums .bbp-topic-form fieldset.bbp-form > .flex { display: block; } - #bbpress-forums .bbp-topic-form fieldset.bbp-form fieldset.bbp-form { margin-bottom: 0; } - #bbpress-forums .bbp-topic-form .bbp-tags-icon { display: none; } - #bbpress-forums .bbp-topic-form .bbp-submit-wrapper .button.submit { margin-right: 0; } @@ -5686,17 +5063,14 @@ fieldset.bbp-form .bbp-submit-wrapper { .page .bbp-reply-form:not(.bb-modal) .bbp-tags-icon { display: none; } - #bbpress-forums .bbp-reply-form textarea#bbp_reply_content, .page .bbp-reply-form:not(.bb-modal) textarea#bbp_reply_content { width: 100%; } - #bbpress-forums .bbp-reply-form fieldset.bbp-form input[type="text"], .page .bbp-reply-form:not(.bb-modal) fieldset.bbp-form input[type="text"] { width: 100%; } - #bbpress-forums .bbp-reply-form fieldset.bbp-form label, .page .bbp-reply-form:not(.bb-modal) fieldset.bbp-form label { color: inherit; @@ -5704,17 +5078,14 @@ fieldset.bbp-form .bbp-submit-wrapper { letter-spacing: -0.24px; margin-bottom: 5px; } - #bbpress-forums .bbp-reply-form fieldset.bbp-form-anonymous, .page .bbp-reply-form:not(.bb-modal) fieldset.bbp-form-anonymous { margin: 15px 0; } - #bbpress-forums .bbp-reply-form fieldset.bbp-form-anonymous p, .page .bbp-reply-form:not(.bb-modal) fieldset.bbp-form-anonymous p { margin-bottom: 15px; } - #bbpress-forums .bbp-reply-form .bb-form_rev_wrapper, #bbpress-forums .bbp-reply-form .bb-form_rev_wrapper .flex, .page .bbp-reply-form:not(.bb-modal) .bb-form_rev_wrapper, @@ -5730,41 +5101,33 @@ fieldset.bbp-form .bbp-submit-wrapper { border-radius: 4px 4px 0 0; box-shadow: 0 3px 34px 0 rgba(94, 98, 102, 0.2); } - .bbp-mfp-zoom-in .bb-modal form#new-post { margin-bottom: 0; } - .bbp-mfp-zoom-in .bb-modal form#new-post input.error { border: 0; opacity: 0.5; color: inherit; } - .bbp-mfp-zoom-in .bbp-the-content-wrapper { margin: 0; } - .bbp-mfp-zoom-in .bbp-the-content-wrapper textarea.bbp-the-content { max-height: 250px; margin: 0; font-size: 15px; font-family: inherit; } - .bbp-mfp-zoom-in .bbp-the-content-wrapper textarea#bbp_reply_content, .bbp-mfp-zoom-in .bbp-the-content-wrapper textarea#bbp_topic_content { width: 100%; } - .bbp-mfp-zoom-in .bbp-the-content-wrapper div.mce-panel.error { background-color: rgba(var(--bb-danger-color), 0.1); } - .bbp-mfp-zoom-in .bbp-the-content-wrapper div.mce-panel.error iframe#bbp_topic_content_ifr { opacity: 0.5; } - .bbp-mfp-zoom-in .bb-form-select-fields { -webkit-box-align: center; -ms-flex-align: center; @@ -5772,7 +5135,6 @@ fieldset.bbp-form .bbp-submit-wrapper { padding: 15px; } @media only screen and (max-width: 544px) { - .bbp-mfp-zoom-in .bb-form-select-fields { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -5782,13 +5144,11 @@ fieldset.bbp-form .bbp-submit-wrapper { -ms-flex-align: start; align-items: flex-start; } - .bbp-mfp-zoom-in .bb-form-select-fields .bb_subscriptions_active { margin-bottom: 20px; } } @media only screen and (max-width: 800px) { - .bbp-mfp-zoom-in .bbp-topic-form .bb-form-select-fields { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -5798,53 +5158,43 @@ fieldset.bbp-form .bbp-submit-wrapper { -ms-flex-align: start; align-items: flex-start; } - .bbp-mfp-zoom-in .bbp-topic-form .bb-form-select-fields .bbp_topic_form_type_wrapper { width: 100%; max-width: 100%; margin-bottom: 15px; } - .bbp-mfp-zoom-in .bbp-topic-form .bb-form-select-fields .bbp_topic_subscription_wrapper { margin-bottom: 20px; } } - .bbp-mfp-zoom-in .bb-form_rev_wrapper { -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 10px 15px; } - .bbp-mfp-zoom-in .bb-form_rev_wrapper fieldset.bbp-form > div { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } - .bbp-mfp-zoom-in .bb-form_rev_wrapper fieldset.bbp-form legend { margin-right: 10px; } - .bbp-mfp-zoom-in .bb-form_rev_wrapper fieldset.bbp-form label[for="bbp_topic_edit_reason"], .bbp-mfp-zoom-in .bb-form_rev_wrapper fieldset.bbp-form label[for="bbp_reply_edit_reason"] { display: none; } - .bbp-mfp-zoom-in .bb-form_rev_wrapper fieldset.bbp-form label { font-size: 14px; color: var(--bb-body-text-color); } - .bbp-mfp-zoom-in ::-webkit-input-placeholder { color: #939597; } - .bbp-mfp-zoom-in :-ms-input-placeholder { color: #939597; } - .bbp-mfp-zoom-in ::placeholder { color: #939597; } @@ -5858,18 +5208,15 @@ fieldset.bbp-form .bbp-submit-wrapper { -ms-flex: inherit; flex: inherit; } - fieldset.bbp-form .bbp-submit-wrapper .button.submit { min-width: auto; margin-left: 20px; } - fieldset.bbp-form .bbp-submit-wrapper a#bbp-close-btn, fieldset.bbp-form .bbp-submit-wrapper a#bbp-cancel-reply-to-link { color: var(--bb-alternate-text-color); font-size: 14px; } - fieldset.bbp-form .bbp-submit-wrapper a#bbp-close-btn:hover, fieldset.bbp-form .bbp-submit-wrapper a#bbp-cancel-reply-to-link:hover { color: var(--bb-primary-color); @@ -5880,7 +5227,6 @@ fieldset.bbp-form .bbp-submit-wrapper a#bbp-cancel-reply-to-link:hover { line-height: 1.4; font-size: 14px; } - .bbp-template-notice p { margin: 0; } @@ -5897,18 +5243,15 @@ fieldset.bbp-form .bbp-submit-wrapper a#bbp-cancel-reply-to-link:hover { border-bottom: 1px solid var(--bb-content-border-color); border-top: 1px solid var(--bb-content-border-color); } - .bbp_topic_tags_wrapper label { display: none !important; } - .bbp_topic_tags_wrapper > span > i { color: #939597; font-size: 18px; position: relative; top: 2px; } - .bbp_topic_tags_wrapper #bbp_topic_tags { border: 0; -webkit-box-flex: 1; @@ -5938,9 +5281,8 @@ body .bbp_topic_tags_wrapper .bb-select-container.select2-selection.select2-sele #bbpress-forums .bb-modal.bbp-reply-form .bbp-the-content { position: relative; } - -#bbpress-forums .bb-modal.bbp-topic-form .bbp-the-content[contenteditable="true"]:empty::after, -#bbpress-forums .bb-modal.bbp-reply-form .bbp-the-content[contenteditable="true"]:empty::after { +#bbpress-forums .bb-modal.bbp-topic-form .bbp-the-content[contenteditable="true"]:empty:after, +#bbpress-forums .bb-modal.bbp-reply-form .bbp-the-content[contenteditable="true"]:empty:after { color: #c3c6c9; content: attr(data-placeholder) !important; position: absolute; @@ -5949,9 +5291,8 @@ body .bbp_topic_tags_wrapper .bb-select-container.select2-selection.select2-sele padding: inherit; font-style: normal; } - -#bbpress-forums .bb-modal.bbp-topic-form .bbp-the-content.medium-editor-placeholder:not(:empty)::after, -#bbpress-forums .bb-modal.bbp-reply-form .bbp-the-content.medium-editor-placeholder:not(:empty)::after { +#bbpress-forums .bb-modal.bbp-topic-form .bbp-the-content.medium-editor-placeholder:not(:empty):after, +#bbpress-forums .bb-modal.bbp-reply-form .bbp-the-content.medium-editor-placeholder:not(:empty):after { display: none; } @@ -5963,22 +5304,18 @@ body .bbp_topic_tags_wrapper .bb-select-container.select2-selection.select2-sele #bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form { margin: 0; } - .elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form fieldset.bbp-form-anonymous + .bbp_topic_title_wrapper, #bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form fieldset.bbp-form-anonymous + .bbp_topic_title_wrapper { padding-top: 15px; } - .elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form fieldset.bbp-form-anonymous + .bbp_topic_title_wrapper #bbp_topic_title, #bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form fieldset.bbp-form-anonymous + .bbp_topic_title_wrapper #bbp_topic_title { border: 1px solid var(--bb-content-border-color); } - .elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form fieldset.bbp-form-anonymous + .bbp_topic_title_wrapper #bbp_topic_title.error, #bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form fieldset.bbp-form-anonymous + .bbp_topic_title_wrapper #bbp_topic_title.error { border: 0; } - .elementor-location-popup #bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper, #bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_title_wrapper { margin: 0; @@ -5988,12 +5325,10 @@ body .bbp_topic_tags_wrapper .bb-select-container.select2-selection.select2-sele align-items: center; position: relative; } - .elementor-location-popup #bbpress-forums .bbp-topic-form .new_topic_title_avatar img.avatar, #bbpress-forums .bb-modal.bbp-topic-form .new_topic_title_avatar img.avatar { max-width: 44px; } - .elementor-location-popup #bbpress-forums .bbp-topic-form .new_topic_title, #bbpress-forums .bb-modal.bbp-topic-form .new_topic_title { -webkit-box-flex: 1; @@ -6002,107 +5337,92 @@ body .bbp_topic_tags_wrapper .bb-select-container.select2-selection.select2-sele padding-right: 20px; margin: 0 15px; } - .elementor-location-popup #bbpress-forums .bbp-topic-form label, #bbpress-forums .bb-modal.bbp-topic-form label { display: none; } - .elementor-location-popup #bbpress-forums .bbp-topic-form #bbp_topic_title, #bbpress-forums .bb-modal.bbp-topic-form #bbp_topic_title { border: 0; width: 100%; } - .elementor-location-popup #bbpress-forums .bbp-topic-form .bb-model-close-button, #bbpress-forums .bb-modal.bbp-topic-form .bb-model-close-button { position: absolute; right: 25px; top: 22px; } - .elementor-location-popup #bbpress-forums .bbp-topic-form .bb-model-close-button:hover, #bbpress-forums .bb-modal.bbp-topic-form .bb-model-close-button:hover { color: var(--bb-primary-color); } - .elementor-location-popup #bbpress-forums .bbp-topic-form #wp-bbp_topic_content-wrap .wp-editor-container, #bbpress-forums .bb-modal.bbp-topic-form #wp-bbp_topic_content-wrap .wp-editor-container { border-left: 0; border-right: 0; } - .elementor-location-popup #bbpress-forums .bbp-topic-form #wp-bbp_topic_content-wrap .quicktags-toolbar, #bbpress-forums .bb-modal.bbp-topic-form #wp-bbp_topic_content-wrap .quicktags-toolbar { border-radius: 0; background-color: rgba(146, 164, 183, 0.1); } - .elementor-location-popup #bbpress-forums .bbp-topic-form .bbp_topic_subscription_wrapper, #bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_subscription_wrapper { -webkit-box-flex: 1; -ms-flex: auto; flex: auto; } - +.elementor-location-popup #bbpress-forums .bbp-topic-form .bbp_topic_subscription_wrapper > label, +#bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_subscription_wrapper > label { + display: block; +} .elementor-location-popup #bbpress-forums .bbp-topic-form .bbp_topic_form_forum_wrapper, #bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_form_forum_wrapper { max-width: 200px; } - .elementor-location-popup #bbpress-forums .bbp-topic-form .bbp_topic_form_forum_wrapper label, #bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_form_forum_wrapper label { display: none; } - .elementor-location-popup #bbpress-forums .bbp-topic-form .bbp_topic_form_type_wrapper, #bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_form_type_wrapper { max-width: 220px; min-width: 180px; } - .elementor-location-popup #bbpress-forums .bbp-topic-form .bbp_topic_form_type_wrapper label, #bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_form_type_wrapper label { display: none; } - .elementor-location-popup #bbpress-forums .bbp-topic-form .bp-feedback, #bbpress-forums .bb-modal.bbp-topic-form .bp-feedback { margin: 10px; } - .elementor-location-popup #bbpress-forums .bbp-topic-form .bbp-tags-icon, #bbpress-forums .bb-modal.bbp-topic-form .bbp-tags-icon { display: inline-block; } - .elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form-anonymous, #bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form-anonymous { padding: 0 15px; } - .elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form-anonymous > legend, #bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form-anonymous > legend { padding-top: 10px; padding-bottom: 5px; color: var(--bb-headings-color); } - .elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form-anonymous p, #bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form-anonymous p { margin-bottom: 15px; } - .elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form-anonymous p:last-child, #bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form-anonymous p:last-child { margin-bottom: 0; } - .elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form-anonymous label, #bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form-anonymous label { display: none; } - .elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form-anonymous input[type="text"], #bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form-anonymous input[type="text"] { width: 100%; @@ -6112,7 +5432,6 @@ body .bbp_topic_tags_wrapper .bb-select-container.select2-selection.select2-sele margin: -10px; font-size: 16px; } - .elementor-location-popup .elementor-element-populated #bbpress-forums .bb-form-select-fields { -webkit-box-align: center; -ms-flex-align: center; @@ -6120,12 +5439,10 @@ body .bbp_topic_tags_wrapper .bb-select-container.select2-selection.select2-sele padding: 15px 5px; margin: 0; } - .elementor-location-popup .elementor-element-populated #bbpress-forums .bb-form-select-fields select { margin: 0; min-width: 130px; } - .elementor-location-popup .elementor-element-populated #bbpress-forums .avatar { border-radius: 50%; } @@ -6137,49 +5454,39 @@ body .bbp_topic_tags_wrapper .bb-select-container.select2-selection.select2-sele #bbpress-forums .bb-modal.bbp-reply-form .bp-feedback { margin: 10px; } - #bbpress-forums .bb-modal.bbp-reply-form .wp-editor-container { border-left: 0; border-right: 0; } - #bbpress-forums .bb-modal.bbp-reply-form .wp-editor-container div.mce-panel.error { background-color: rgba(var(--bb-danger-color), 0.1); } - #bbpress-forums .bb-modal.bbp-reply-form .wp-editor-container div.mce-panel.error iframe#bbp_reply_content_ifr { opacity: 0.5; } - #bbpress-forums .bb-modal.bbp-reply-form .quicktags-toolbar { border-radius: 0; background-color: rgba(146, 164, 183, 0.1); } - #bbpress-forums .bb-modal.bbp-reply-form .bb_subscriptions_active { padding: 0 10px; -webkit-box-flex: 1; -ms-flex: auto; flex: auto; } - #bbpress-forums .bb-modal.bbp-reply-form fieldset.bbp-form-anonymous { padding: 0 15px; } - #bbpress-forums .bb-modal.bbp-reply-form fieldset.bbp-form-anonymous > legend { padding-top: 10px; padding-left: 0; } - #bbpress-forums .bb-modal.bbp-reply-form fieldset.bbp-form-anonymous p { margin-bottom: 15px; } - #bbpress-forums .bb-modal.bbp-reply-form fieldset.bbp-form-anonymous label { display: none; } - #bbpress-forums .bb-modal.bbp-reply-form fieldset.bbp-form-anonymous input[type="text"] { width: 100%; } @@ -6189,15 +5496,12 @@ body .bbp_topic_tags_wrapper .bb-select-container.select2-selection.select2-sele padding: 10px 0; border: 0; } - #bbpress-forums .bbp-reply-form.bb-modal form { margin-bottom: 0; } - #bbpress-forums .bbp-reply-form.bb-modal fieldset.bbp-form { margin: 0; } - #bbpress-forums .bbp-reply-form.bb-modal fieldset.bbp-form > legend { font-size: 16px; font-weight: 600; @@ -6206,7 +5510,6 @@ body .bbp_topic_tags_wrapper .bb-select-container.select2-selection.select2-sele width: 100%; padding: 20px 25px 0; } - #bbpress-forums .bbp-reply-form.bb-modal .medium-editor-placeholder, #bbpress-forums .bbp-reply-form.bb-modal #whats-new-toolbar, #bbpress-forums .bbp-reply-form.bb-modal .bbp_topic_tags_wrapper, @@ -6215,25 +5518,20 @@ body .bbp_topic_tags_wrapper .bb-select-container.select2-selection.select2-sele padding-left: 25px; padding-right: 25px; } - #bbpress-forums .bbp-reply-form.bb-modal #whats-new-toolbar .post-elements-buttons-item .bbp-the-content { padding-left: 0; padding-right: 0; } - #bbpress-forums .bbp-reply-form.bb-modal .bbp-submit-wrapper .button.submit { min-width: auto; } - #bbpress-forums .bbp-reply-form.bb-modal .wp-editor-container { border-left: 1px solid var(--bb-content-border-color); border-right: 1px solid var(--bb-content-border-color); } - #bbpress-forums .bbp-reply-form.bb-modal div.bbp-submit-wrapper { margin-top: 0; } - #bbpress-forums .bbp-reply-form.bb-modal a#bbp-close-btn, #bbpress-forums .bbp-reply-form.bb-modal a#bbp-cancel-reply-to-link { font-size: 14px; @@ -6241,27 +5539,24 @@ body .bbp_topic_tags_wrapper .bb-select-container.select2-selection.select2-sele font-weight: 400; color: var(--bb-headings-color); } - #bbpress-forums .bbp-reply-form.bb-modal a#bbp-close-btn:hover, #bbpress-forums .bbp-reply-form.bb-modal a#bbp-cancel-reply-to-link:hover { color: var(--bb-primary-color); } - #bbpress-forums .bbp-reply-form.bb-modal a#bbp-cancel-reply-to-link { color: var(--bb-alternate-text-color); } - #bbpress-forums .bbp-topic-form.bb-modal a#bbp-close-btn:hover { color: var(--bb-primary-color); } #bbpress-forums .bbp-reply-form.bb-modal #whats-new-toolbar .medium-editor-toolbar, #bbpress-forums .bbp-topic-form.bb-modal #whats-new-toolbar .medium-editor-toolbar { - left: 49px; + left: 57px; + z-index: 10; } - -#bbpress-forums .bbp-reply-form.bb-modal .bb-icon-close::before, -#bbpress-forums .bbp-topic-form.bb-modal .bb-icon-close::before { +#bbpress-forums .bbp-reply-form.bb-modal .bb-icon-close:before, +#bbpress-forums .bbp-topic-form.bb-modal .bb-icon-close:before { color: var(--bb-headings-color); font-size: 24px; } @@ -6274,51 +5569,43 @@ body .bbp_topic_tags_wrapper .bb-select-container.select2-selection.select2-sele border-top: 1px solid var(--bb-content-border-color); min-height: 120px; } - -.bbp-reply-form .medium-editor-element:not(.emojionearea)::after, -.bbp-topic-form .medium-editor-element:not(.emojionearea)::after { +.bbp-reply-form .medium-editor-element:not(.emojionearea):after, +.bbp-topic-form .medium-editor-element:not(.emojionearea):after { pointer-events: none; } - .bbp-reply-form .emojionearea.medium-editor-element, .bbp-topic-form .emojionearea.medium-editor-element { min-height: 1px; } - .bbp-reply-form #whats-new-toolbar, .bbp-topic-form #whats-new-toolbar { padding: 15px 25px; } - .bbp-reply-form #whats-new-attachments, .bbp-topic-form #whats-new-attachments { padding: 0 15px; } - .bbp-reply-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom, .bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom { top: -194px; left: 40px; margin-top: 0; } - -.bbp-reply-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after, -.bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { +.bbp-reply-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after, +.bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { left: -14px; top: 200px; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); } - .bbp-reply-form .gif-media-search-dropdown.open, .bbp-topic-form .gif-media-search-dropdown.open { left: 50px; top: -190px; } - -.bbp-reply-form .gif-media-search-dropdown::before, -.bbp-topic-form .gif-media-search-dropdown::before { +.bbp-reply-form .gif-media-search-dropdown:before, +.bbp-topic-form .gif-media-search-dropdown:before { left: 0; top: 140px; -webkit-transform: rotate(-135deg); @@ -6351,16 +5638,13 @@ body .bbp_topic_tags_wrapper .bb-select-container.select2-selection.select2-sele .bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom { top: -184px; } - -.bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { +.bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { top: 190px; } - .bbp-topic-form .gif-media-search-dropdown.open { top: -180px; } - -.bbp-topic-form .gif-media-search-dropdown::before { +.bbp-topic-form .gif-media-search-dropdown:before { top: 190px; } @@ -6394,14 +5678,12 @@ body .bbp_topic_tags_wrapper .bb-select-container.select2-selection.select2-sele border: 1px solid var(--bb-content-border-color); border-radius: var(--bb-block-radius); } - #bbpress-forums .bb-modal.bb-modal-box .bbp-the-content-wrapper.loading { text-align: center; padding: 0; position: relative; } - -#bbpress-forums .bb-modal.bb-modal-box .bbp-the-content-wrapper.loading::after { +#bbpress-forums .bb-modal.bb-modal-box .bbp-the-content-wrapper.loading:after { content: "\ef30"; font: normal normal 400 22px/1 bb-icons; margin: 0; @@ -6414,12 +5696,10 @@ body .bbp_topic_tags_wrapper .bb-select-container.select2-selection.select2-sele top: 50%; margin-top: -11px; } - #bbpress-forums .bb-modal.bb-modal-box .bbp-the-content-wrapper.loading > div[data-placeholder] { pointer-events: none; } - -#bbpress-forums .bb-modal.bb-modal-box .bbp-the-content-wrapper.loading > div[data-placeholder]::after { +#bbpress-forums .bb-modal.bb-modal-box .bbp-the-content-wrapper.loading > div[data-placeholder]:after { color: #c3c6c9; content: attr(data-placeholder) !important; position: absolute; @@ -6462,14 +5742,12 @@ body .bbp_topic_tags_wrapper .bb-select-container.select2-selection.select2-sele align-items: center; margin-bottom: 30px; } - .topic-edit #bbp_editor_topic_content, .reply-edit #bbp_editor_topic_content { background-color: #fff; border: 1px solid var(--bb-content-border-color); border-radius: 3px; } - .topic-edit .bbp-topic-form #whats-new-toolbar, .topic-edit .bbp-reply-form #whats-new-toolbar, .topic-edit .bbp-reply-form #whats-new-attachments, @@ -6480,24 +5758,20 @@ body .bbp_topic_tags_wrapper .bb-select-container.select2-selection.select2-sele .reply-edit .bbp-topic-form #whats-new-attachments { padding: 0; } - .topic-edit .bbp-form #whats-new-toolbar, .topic-edit .bbp-form #whats-new-attachments, .reply-edit .bbp-form #whats-new-toolbar, .reply-edit .bbp-form #whats-new-attachments { margin-bottom: 15px; } - .topic-edit .bbp-topic-form #whats-new-toolbar, .reply-edit .bbp-topic-form #whats-new-toolbar { margin-bottom: 15px; } - .topic-edit .bbp-form .emojionearea.medium-editor-element, .reply-edit .bbp-form .emojionearea.medium-editor-element { background: transparent; } - .topic-edit .bbp-form .bbp_topic_tags_wrapper, .reply-edit .bbp-form .bbp_topic_tags_wrapper { background: #fff; @@ -6506,17 +5780,14 @@ body .bbp_topic_tags_wrapper .bb-select-container.select2-selection.select2-sele padding: 0 12px; margin-bottom: 10px !important; } - .topic-edit #bbp_topic_tags, .reply-edit #bbp_topic_tags { padding: 0 12px; } - .topic-edit .bbp-form .bb-form-select-fields, .reply-edit .bbp-form .bb-form-select-fields { display: block; } - .topic-edit #bbp-close-btn, .reply-edit #bbp-close-btn { display: none; @@ -6558,7 +5829,7 @@ body .bbp_topic_tags_wrapper .bb-select-container.select2-selection.select2-sele margin: 3px 5px 3px 0; } -.tagify__input:empty::before { +.tagify__input:empty:before { opacity: 0.3; } @@ -6571,7 +5842,7 @@ span.tagify__tag-text { padding: 10px 15px 20px; font-size: 14px; color: #999; - font-weight: 400; + font-weight: normal; } #new-post:not(.submitting) .bb-icon-loader, @@ -6582,7 +5853,6 @@ span.tagify__tag-text { #new-post .bb-url-scrapper-container { max-width: 753px; } - #new-post .bb-url-scrapper-container .bb-icon-spinner { display: inline-block; } @@ -6592,61 +5862,52 @@ body:not(.topic-edit) #new-post input.select2-search__field { } @media screen and (max-width: 544px) { - - .bbp-reply-form .post-emoji:nth-child(5)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]::after, .bbp-reply-form .post-emoji:nth-child(6)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]::after, - .bbp-topic-form .post-emoji:nth-child(5)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]::after, - .bbp-topic-form .post-emoji:nth-child(6)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]::after { + .bbp-reply-form .post-emoji:nth-child(5)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]:after, .bbp-reply-form .post-emoji:nth-child(6)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]:after, + .bbp-topic-form .post-emoji:nth-child(5)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]:after, + .bbp-topic-form .post-emoji:nth-child(6)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]:after { margin-top: 16px; } - - .bbp-reply-form .post-emoji:nth-child(5)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]::before, .bbp-reply-form .post-emoji:nth-child(6)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]::before, - .bbp-topic-form .post-emoji:nth-child(5)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]::before, - .bbp-topic-form .post-emoji:nth-child(6)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]::before { + .bbp-reply-form .post-emoji:nth-child(5)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]:before, .bbp-reply-form .post-emoji:nth-child(6)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]:before, + .bbp-topic-form .post-emoji:nth-child(5)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]:before, + .bbp-topic-form .post-emoji:nth-child(6)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]:before { margin-top: 10px; } - .bbp-reply-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom, .bbp-reply-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom, .bbp-topic-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom, .bbp-topic-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom { height: 230px; margin-bottom: 10px; } - .bbp-reply-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper, .bbp-reply-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper, .bbp-topic-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper, .bbp-topic-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper { height: 230px; } - .bbp-reply-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper .emojionearea-search-panel + .emojionearea-scroll-area, .bbp-reply-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper .emojionearea-search-panel + .emojionearea-scroll-area, .bbp-topic-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper .emojionearea-search-panel + .emojionearea-scroll-area, .bbp-topic-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper .emojionearea-search-panel + .emojionearea-scroll-area { height: 140px; } - .bbp-reply-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom, .bbp-topic-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom { top: 50px; left: -140px; } - - .bbp-reply-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after, - .bbp-topic-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { + .bbp-reply-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after, + .bbp-topic-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { top: -12px; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); left: 142px; } - .bbp-reply-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom, .bbp-topic-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom { top: 50px; left: -179px; } - - .bbp-reply-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after, - .bbp-topic-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { + .bbp-reply-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after, + .bbp-topic-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { top: -12px; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); @@ -6654,39 +5915,34 @@ body:not(.topic-edit) #new-post input.select2-search__field { left: 181px; } - .bbp-reply-form .post-gif:nth-child(4)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]::after, - .bbp-topic-form .post-gif:nth-child(4)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]::after { + .bbp-reply-form .post-gif:nth-child(4)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]:after, + .bbp-topic-form .post-gif:nth-child(4)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]:after { margin-top: 16px; } - - .bbp-reply-form .post-gif:nth-child(4)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]::before, - .bbp-topic-form .post-gif:nth-child(4)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]::before { + .bbp-reply-form .post-gif:nth-child(4)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]:before, + .bbp-topic-form .post-gif:nth-child(4)[data-bp-tooltip][data-bp-tooltip-pos="down-left"]:before { margin-top: 10px; } - .bbp-reply-form .post-gif:nth-child(4) .gif-media-search-dropdown.open, .bbp-topic-form .post-gif:nth-child(4) .gif-media-search-dropdown.open { top: 20px; left: -90px; } - - .bbp-reply-form .post-gif:nth-child(4) .gif-media-search-dropdown.open::before, - .bbp-topic-form .post-gif:nth-child(4) .gif-media-search-dropdown.open::before { + .bbp-reply-form .post-gif:nth-child(4) .gif-media-search-dropdown.open:before, + .bbp-topic-form .post-gif:nth-child(4) .gif-media-search-dropdown.open:before { top: 0; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); left: 110px; } - .bbp-reply-form .post-gif:nth-child(5) .gif-media-search-dropdown.open, .bbp-topic-form .post-gif:nth-child(5) .gif-media-search-dropdown.open { top: 20px; left: -124px; } - - .bbp-reply-form .post-gif:nth-child(5) .gif-media-search-dropdown.open::before, - .bbp-topic-form .post-gif:nth-child(5) .gif-media-search-dropdown.open::before { + .bbp-reply-form .post-gif:nth-child(5) .gif-media-search-dropdown.open:before, + .bbp-topic-form .post-gif:nth-child(5) .gif-media-search-dropdown.open:before { top: 0; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); @@ -6694,7 +5950,6 @@ body:not(.topic-edit) #new-post input.select2-search__field { left: 144px; } } - #bbpress-forums.bbpress-forums-activity .bb-modal { top: 50%; -webkit-transform: translateY(-50%); @@ -6706,12 +5961,10 @@ body:not(.topic-edit) #new-post input.select2-search__field { #bbpress-forums .bs-forums-items li .fluid-width-video-wrapper iframe { border-radius: var(--bb-block-radius-inner); } - #bbpress-forums .bs-forums-items li iframe.twitter-timeline { border: 1px solid var(--bb-content-border-color); border-radius: 18px; } - #bbpress-forums .bs-forums-items li iframe[style="border-radius: 12px"] { border-radius: var(--bb-block-radius-inner) !important; } @@ -6727,12 +5980,10 @@ body:not(.topic-edit) #new-post input.select2-search__field { padding: 0; border-color: #e7e9ec; } - .bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .activity-inner p { margin: 0; color: #7f868f; } - .bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title { display: -webkit-box; display: -ms-flexbox; @@ -6746,18 +5997,15 @@ body:not(.topic-edit) #new-post input.select2-search__field { border-bottom: 1px solid #e7e9ec; padding: 20px 15px; } - .bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .activity-discussion-title-wrap { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: 600; } - .bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .activity-discussion-title-wrap a { color: var(--bb-headings-color); } - .bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title { display: -webkit-box; display: -ms-flexbox; @@ -6768,7 +6016,6 @@ body:not(.topic-edit) #new-post input.select2-search__field { width: 95%; } @media only screen and (max-width: 992px) { - .bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -6776,53 +6023,42 @@ body:not(.topic-edit) #new-post input.select2-search__field { flex-direction: column; } } - .bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title .reply-to { width: auto; margin-right: 5px; } @media only screen and (max-width: 992px) { - .bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title .reply-to { width: 100%; } } @media only screen and (max-width: 992px) { - .bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title .discussion-title { width: 100%; } } - .bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title .discussion-title p { margin-bottom: 0; } - .bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title .discussion-title a { text-align: left; } - .bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title .discussion-title .activity-list { padding: 0; } - -.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .close [class*="bb-icon-"]::before { +.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .close [class*="bb-icon-"]:before { font-size: 24px; color: var(--bb-headings-color); } - -.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .close:hover [class*="bb-icon-"]::before { +.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .close:hover [class*="bb-icon-"]:before { color: inherit; } - .bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .close .js-modal-close:hover { color: var(--bb-primary-color); } - .bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .activity-inner { padding: 20px 15px 10px; } - .bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .view-reply-button { padding: 0 15px 25px; } @@ -6830,7 +6066,6 @@ body:not(.topic-edit) #new-post input.select2-search__field { .bbp-reply-form.bb-modal-box .bbp-form legend { position: relative; } - .bbp-reply-form.bb-modal-box .bbp-form legend .js-modal-close { position: absolute; right: 20px; @@ -6839,8 +6074,7 @@ body:not(.topic-edit) #new-post input.select2-search__field { -ms-transform: translateY(-50%); transform: translateY(-50%); } - -.bbp-reply-form.bb-modal-box .bbp-form legend .js-modal-close .bb-icon-close::before { +.bbp-reply-form.bb-modal-box .bbp-form legend .js-modal-close .bb-icon-close:before { color: var(--bb-headings-color); font-size: 24px; } @@ -6849,7 +6083,6 @@ body:not(.topic-edit) #new-post input.select2-search__field { padding: 25px 15px !important; color: var(--bb-alternate-text-color) !important; } - .bb-quick-reply-form-wrap .bbp-reply-form .bbp-form > legend #bbp-reply-exerpt { font-weight: 600; font-size: inherit; @@ -6859,7 +6092,6 @@ body:not(.topic-edit) #new-post input.select2-search__field { margin-left: 0; margin-right: 0; } - .bb-quick-reply-form-wrap .bbp-reply-form .bbp-form > legend .js-modal-close .bb-model-close-button { color: var(--bb-headings-color); font-size: 24px; @@ -6869,118 +6101,94 @@ body.activity .bb-modal-overlay { background: rgba(250, 251, 253, 0.9); opacity: 1; } - body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-media-wrap .entry-img { border-radius: 4px; } - body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-media-wrap .entry-img img { width: 100%; } - body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-media-wrap.bb-media-length-1 .bb-activity-media-elem { width: -webkit-calc(100% - 24px); width: calc(100% - 24px); margin: 12px auto; border: none; } - body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-media-wrap.bb-media-length-1 .bb-activity-media-elem .entry-img img { width: auto; max-height: 640px; margin: 0 auto; } - body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-media-wrap:not(.bb-media-length-1) { border: 9px solid transparent; } - body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-media-wrap:not(.bb-media-length-1) .bb-activity-media-elem { padding: 3px; } - body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-video-wrap.bb-video-length-1 { width: -webkit-calc(100% - 24px); width: calc(100% - 24px); margin: 12px auto; border-radius: 4px; } - body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-video-wrap.bb-video-length-1 .bb-activity-video-elem { padding: 0; } - body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-video-wrap:not(.bb-video-length-1) { padding: 9px; margin: 0; } - body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-video-wrap .bb-activity-video-elem .single-activity-video { border-radius: 4px; } - -body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-video-wrap .bb-activity-video-elem .single-activity-video::after { +body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-video-wrap .bb-activity-video-elem .single-activity-video:after { border: 0; border-radius: 4px; } - body.activity .activity .activity-list .bbp_reply_create .activity-inner { border-radius: 4px; - /* overflow: hidden; */ } - body.activity .activity .activity-list .bbp_reply_create .activity-inner .media-activity .bb-open-media-theatre { width: 100%; border-radius: 4px; background-color: var(--bb-cover-image-background-color); } - body.activity .activity .activity-list .bbp_reply_create .activity-inner .media-activity .bb-open-media-theatre .photo { margin: 0 auto; } - body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-media-wrap.bb-media-length-1 .bb-activity-media-elem { width: -webkit-calc(100% - 24px); width: calc(100% - 24px); margin: 12px auto; border: none; } - body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-media-wrap.bb-media-length-1 .bb-activity-media-elem .entry-img img { max-height: 640px; margin: 0 auto; } - body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-media-wrap:not(.bb-media-length-1) { border: 9px solid transparent; } - body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-media-wrap:not(.bb-media-length-1) .bb-activity-media-elem { padding: 3px; } - body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-video-wrap.bb-video-length-1 { width: -webkit-calc(100% - 24px); width: calc(100% - 24px); margin: 12px auto; border-radius: 4px; } - body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-video-wrap.bb-video-length-1 .bb-activity-video-elem { padding: 0; } - body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-video-wrap:not(.bb-video-length-1) { padding: 9px; margin: 0; } - body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-video-wrap .bb-activity-video-elem .single-activity-video { border-radius: 4px; } - -body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-video-wrap .bb-activity-video-elem .single-activity-video::after { +body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-video-wrap .bb-activity-video-elem .single-activity-video:after { border: 0; border-radius: 4px; } @@ -6988,15 +6196,12 @@ body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-act body.page #bbpress-forums .bb-single-reply-list.list-view .bs-item-wrap { border-radius: var(--bb-block-radius) var(--bb-block-radius); } - body.page #bbpress-forums .bb-single-reply-list .bs-item-wrap .bs-reply-list-item { padding: 0; } - body.page #bbpress-forums .bb-single-reply-list .bs-item-wrap .bs-reply-list-item:hover { background-color: transparent !important; } - body.page #bbpress-forums .bb-single-reply-list .bs-item-wrap .bs-reply-header .item-meta { -ms-flex-wrap: wrap; flex-wrap: wrap; @@ -7004,7 +6209,6 @@ body.page #bbpress-forums .bb-single-reply-list .bs-item-wrap .bs-reply-header . -ms-flex-pack: start; justify-content: flex-start; } - body.page #bbpress-forums .bb-single-reply-list .bs-item-wrap .bs-reply-header .item-meta h3 { width: 100%; } diff --git a/web/app/themes/buddyboss-theme/assets/css/bbpress.css.map b/web/app/themes/buddyboss-theme/assets/css/bbpress.css.map index 891c21ac..2f5c329d 100644 --- a/web/app/themes/buddyboss-theme/assets/css/bbpress.css.map +++ b/web/app/themes/buddyboss-theme/assets/css/bbpress.css.map @@ -1,6 +1,6 @@ { "version": 3, -"mappings": "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", +"mappings": "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", "sources": ["scss/functions/components/_utils.scss","scss/plugins/bbpress/components/_forums.scss","scss/functions/components/_variables.scss","scss/functions/components/_functions.scss","scss/functions/components/_buttons.scss","scss/plugins/bbpress/components/_topic-reply-form.scss","scss/plugins/bbpress/components/_topic-reply-success.scss"], "names": [], "file": "bbpress.css" diff --git a/web/app/themes/buddyboss-theme/assets/css/bbpress.min.css b/web/app/themes/buddyboss-theme/assets/css/bbpress.min.css index 2ef6a81b..bcd9d3d2 100644 --- a/web/app/themes/buddyboss-theme/assets/css/bbpress.min.css +++ b/web/app/themes/buddyboss-theme/assets/css/bbpress.min.css @@ -1,2257 +1 @@ -#bbpress-forums #bbp-user-wrapper div.item-list-tabs ul::after,#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav])::after{content:" ";display:table;clear:both} - -#bbpress-forums{font-size:inherit} - -#bbpress-forums .bb-topic-states .bbp-meta{position:absolute;margin-top:15px;right:0}@media screen and (max-width:800px){ - -#bbpress-forums .bb-topic-states .bbp-meta{margin-top:0;top:0}} - -#bbpress-forums .bs-header-item.topic-lead .bb-topic-states .bbp-meta{position:relative;right:initial;margin:0}@media screen and (max-width:480px){ - -#bbpress-forums .item-title .title-wrap{padding-right:50px}} - -#bbpress-forums .item-description{font-size:14px} - -#bbpress-forums .item-description p{margin-bottom:10px}@media screen and (min-width:800px){ - -#bbpress-forums .bb-topic-states{position:relative}} - -.forum-archive .entry-header .bs-dir-search{margin-top:-29px}@media screen and (max-width:540px){ - -.forum-archive .entry-header .bs-dir-search{margin:20px 0}} - -.forum-archive .bp-search-ac.ui-autocomplete.bp-forum-search-ac-header{min-width:initial} - -.topic-edit .bbp_topic_title_wrapper .new_topic_title{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:10px} - -.bs-forums-banner{padding:76px 20px} - -.entry-content .bs-forums-banner{margin-top:-30px} - -.bs-forums-banner.has-banner-img{background-repeat:no-repeat;background-size:cover;background-position:center;color:#fff} - -.bs-forums-banner.has-banner-img .bs-search-form{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.4);border-radius:var(--bb-input-radius)} - -.bs-forums-banner.has-banner-img .bs-search-form::before{color:#fff;opacity:.9} - -.bs-forums-banner.has-banner-img input[type=text]{color:#fff} - -.bs-forums-banner.has-banner-img input[type=text].placeholder{color:#fff;opacity:.85} - -.bs-forums-banner.has-banner-img input[type=text]:placeholder{color:#fff;opacity:.85} - -.bs-forums-banner.has-banner-img input[type=text]::-webkit-input-placeholder{color:#fff;opacity:.85} - -.bs-forums-banner.has-banner-img input[type=text]:-ms-input-placeholder{color:#fff;opacity:.85} - -.bs-forums-banner.has-banner-img input[type=text]::placeholder{color:#fff;opacity:.85} - -.bs-forums-banner.has-banner-img input[type=text]:input-placeholder{color:#fff;opacity:.85} - -.bs-forums-banner.has-banner-img input[type=text]::input-placeholder{color:#fff;opacity:.85} - -.bs-forums-banner.has-banner-img .search-form_reset{color:#fff;opacity:.85} - -.bs-forums-banner.has-banner-img h1,.bs-forums-banner.has-banner-img p{color:#fff} - -.bs-forums-banner h1{font-size:36px;font-weight:500;letter-spacing:0} - -.bs-forums-banner p{opacity:.9;font-size:18px;font-weight:300;letter-spacing:-.24px;line-height:26px} - -.bs-forums-banner #forums-dir-search.bs-dir-search.bs-forums-search{float:none;margin:0 auto 15px;text-align:left;max-width:575px;width:98%} - -.bs-forums-banner #forums-dir-search.bs-dir-search.bs-forums-search #bbp_search{height:50px;padding-left:52px;width:100%} - -.bs-forums-banner .bs-search-form::before{top:15px;font-size:20px;left:18px} - -#bbpress-forums ul{clear:both} - -.bbp-the-content-wrapper .bbp-the-content ul{list-style-type:disc} - -#bbpress-forums{overflow:initial} - -#bbpress-forums h1:not(.bb-banner-title){font-size:1.75rem;line-height:1.5rem;margin:0;padding:0} - -#bbpress-forums ul.grid{margin-left:-10px;margin-right:-10px} - -#bbpress-forums ul.grid>li{margin-bottom:20px;padding-bottom:0} - -#bbpress-forums li.bs-item-wrap{background-color:var(--bb-content-background-color);margin:0 0 -1px} - -#bbpress-forums li.bs-item-wrap .bp-feedback.info{width:100%} - -#bbpress-forums .bbp-breadcrumb{display:none} - -#bbpress-forums>.bbp-forum-content-wrap{margin-top:0} - -#bbpress-forums .bbp-forum-child .bbp-breadcrumb{display:block;font-size:12px;padding:10px 0;max-width:50%}@media (max-width:900px){ - -#bbpress-forums .bbp-forum-child .bbp-breadcrumb{float:none;max-width:100%}} - -#bbpress-forums .bbp-forum-child .bbp-breadcrumb p{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:0} - -#bbpress-forums .bbp-forum-child .bbp-breadcrumb .bb-icon-angle-right{margin:0 3px} - -#bbpress-forums .bbp-forum-child .bbp-breadcrumb .bbp-breadcrumb-current,#bbpress-forums .bbp-forum-child .bbp-breadcrumb .bbp-breadcrumb-forum{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:50%} - -#bbpress-forums .bbp-forum-child .bbp-breadcrumb:first-child~.bbp-template-notice{display:none} - -#bbpress-forums fieldset.bbp-form{border:0;padding:0;margin:0} - -#bbpress-forums .bs-reply-list li.bs-reply-list-item:not(:last-child){margin-bottom:20px} - -#bbpress-forums .bs-dropdown{background:var(--bb-content-background-color)} - -#bbpress-forums .bs-reply-list{width:100%} - -#bbpress-forums fieldset.bbp-form legend{padding:5px 20px;font-size:16px} - -#bbpress-forums fieldset.bbp-form legend .js-modal-close{right:25px;top:15px;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);color:rgba(17,49,80,.4)} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]){border-bottom:1px solid #eef0f3;overflow:visible} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li{margin:0 30px 0 0} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li:last-child{margin:0} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li a,#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li span{display:block;padding:0 0 16px;text-decoration:none;font-size:14px} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li a span,#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li a:hover span{background:#c8cbcf;border-radius:100px;font-size:11px;font-weight:600;color:#fff;letter-spacing:-.26px;line-height:12px;border:0;min-width:25px;display:inline-block;padding:3px} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li.current a,#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li.selected a{background-color:transparent;border-bottom:1px solid var(--bb-primary-color);margin-bottom:-1px;opacity:1;font-weight:500;color:var(--bb-headings-color)} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li.current a span,#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li.selected a span{background-color:var(--bb-primary-color)} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav{border-top:1px solid var(--bb-content-border-color);margin-top:20px;margin-bottom:0;overflow:visible} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav ul{list-style:none;margin:0} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav li{float:left;margin:0 30px 0 0} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav a{color:#939597;display:block;padding:15px 0;text-decoration:none;font-size:14px;border:0} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav .selected a{background-color:transparent;border-bottom:1px solid var(--bb-primary-color);margin-bottom:-1px;opacity:1;font-weight:500;color:var(--bb-headings-color)} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav .selected a span{background-color:var(--bb-primary-color)} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav span{background:#c8cbcf;box-shadow:none;border-radius:100px;font-size:11px;font-weight:600;color:#fff;letter-spacing:-.26px;line-height:15px;border:0;min-width:22px;display:inline-block;margin-left:3px;padding:2px 7px 1px;text-align:center;vertical-align:middle} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav{border-top:0;margin-top:0;margin-bottom:0;overflow:visible} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav li li{margin:0;display:block;width:100%} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav li li a{display:block;font-size:13px;font-weight:inherit;color:var(--bb-body-text-color);letter-spacing:-.24px;line-height:1;margin-bottom:1px;padding:.75rem .9375rem} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav a.more-button{font-size:20px;padding:18px 0;line-height:1.05} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav a.more-button.active::after{bottom:-10px} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs ul.sub-menu{background:#fff;top:50px;padding:10px 0} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs li.hideshow.menu-item-has-children>a::after{top:50px} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav li.hideshow span{float:right} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs#subnav{overflow:visible} - -#bbpress-forums #bbp-user-wrapper .widget-area:not(.widget-area-secondary){padding-top:0}@media screen and (max-width:800px){ - -.bbpress .widget-area{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%} - -.bbpress.has-sidebar.sidebar-left:not(.bp-user) #primary{padding-top:0} - -.bbpress.has-sidebar.sidebar-right #primary{padding-bottom:0}} - -.grid.bs-card-list{margin-bottom:15px} - -.entry-content .bs-forums-banner-wrap{margin-bottom:35px} - -.forum-archive #bbpress-forums .content-area.bs-topics-wrapper{padding-top:0;padding-bottom:0}@media screen and (max-width:1200px){ - -.bbpress:not(.bp-user) .container>.grid>.widget-area{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}} - -.bs-cover-list>li{margin-bottom:20px} - -.bb-cover-list-item{position:relative} - -.entry-content .bs-forum-details h3 a{color:#fff} - -.bs-forum-details-top{padding:15px 0 0} - -.bs-forum-details-top p{opacity:.75;font-size:14px;font-weight:300;letter-spacing:-.24px;margin-bottom:0;line-height:1.35;display:block;-webkit-line-clamp:2;-webkit-box-orient:vertical} - -.bs-forum-details{position:absolute;bottom:0;padding:20px;color:#fff} - -.bs-forum-details h3{font-size:20px;font-weight:500;margin-bottom:10px;line-height:21px} - -.bs-forum-details h3 a{color:#fff} - -.bs-forum-details p{opacity:.75;font-size:14px;font-weight:300;color:#fff;letter-spacing:-.24px;line-height:1.35;display:block;display:-webkit-box;max-height:2.69em;margin:0 auto;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis} - -.forums-meta span{opacity:.7;background:rgba(255,255,255,.15);border-radius:100px;display:inline-block;font-size:11px;font-weight:500;line-height:1;color:#fff;letter-spacing:-.24px;padding:4px 10px;margin-right:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:90%} - -.forums-meta span a{color:inherit} - -.forums-meta span:nth-child(n+3){display:none} - -.bs-card-list .bb-cover-wrap{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0;padding-top:48%} - -.bs-card-list .bb-cover-list-item{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);height:100%;padding-bottom:20px;-webkit-transition:.2s all;transition:.2s all} - -.bs-card-list .bb-cover-list-item:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1)} - -.bs-card-list .bs-timestamp{position:absolute;bottom:20px} - -.bs-card-list .bs-sec-header{margin-bottom:12px} - -.bs-card-list .forums-meta span{background:rgba(18,43,70,.1);color:var(--bb-headings-color)} - -.bs-card-list .bb-cover-wrap::after{display:none} - -.bs-card-list .forums-meta{margin-bottom:12px} - -.site-content .bs-card-list .bs-sec-header h3{margin-bottom:0} - -.bs-timestamp{font-size:14px;color:var(--bb-alternate-text-color);letter-spacing:-.24px;line-height:1.6} - -.bs-timestamp a{color:var(--bb-alternate-text-color)} - -.bs-timestamp a:hover{color:var(--bb-primary-color)} - -.bs-cover-list .bs-timestamp a:hover{color:#fff} - -.bs-cover-list .forums-meta.bb-forums-meta{margin-bottom:0;margin-top:10px} - -.forums-meta.bb-forums-meta:empty{display:none} - -.bb-forum-content-wrap{margin-bottom:15px} - -.bs-card-forum-details{padding:22px 25px} - -.bs-card-forum-details h3{font-size:20px;line-height:1.2} - -.bs-card-forum-details h3 a{color:inherit} - -.bs-card-forum-details h3 a:hover{color:var(--bb-primary-color)} - -.bs-card-forum-details .bb-forum-content{font-size:14px;letter-spacing:-.24px;line-height:1.35;display:block;display:-webkit-box;max-height:2.69em;margin:0 auto;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis} - -#bbpress-forums .bs-item-list:not(.bb-tag-items-list) .bs-item-wrap:not(.bs-header-item){border-top:0;border-radius:0} - -#bbpress-forums .bs-item-list:not(.bb-tag-items-list) .bs-item-wrap.bs-header-item{margin-bottom:0} - -.bs-item-wrap.bs-header-item{min-height:68px} - -.bs-forums-items .item-title a{font-size:16px} - -#bbpress-forums#bbpress-forums .bs-forums-items .bs-section-title{font-size:1.125rem;letter-spacing:-.24px;line-height:1;margin:0} - -#bbpress-forums#bbpress-forums .bs-forums-items .item-avatar{font-size:0;-ms-flex-item-align:start;align-self:flex-start} - -#bbpress-forums#bbpress-forums .bs-forums-items .item-avatar img{border-radius:50%;margin-top:0;image-rendering:optimize-contrast} - -#bbpress-forums#bbpress-forums .bs-forums-items .item-avatar .bbp-author-name{display:none} - -#bbpress-forums#bbpress-forums .bs-forums-items .bs-sorting-list{list-style:none;margin-bottom:0} - -#bbpress-forums#bbpress-forums .bs-forums-items .avatar{max-width:48px} - -#bbpress-forums#bbpress-forums .bs-forums-items .item-avatar>a{min-width:48px} - -#bbpress-forums#bbpress-forums .bs-forums-items .item-title{margin-bottom:4px} - -#bbpress-forums#bbpress-forums .bs-forums-items .item-title a{font-size:16px} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .item-meta{font-size:14px;margin-bottom:10px} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view>li>div .item-meta{margin-top:7px;margin-bottom:5px} - -#bbpress-forums#bbpress-forums .bs-forums-items .item-meta>span{margin-right:5px;margin-bottom:4px;margin-top:5px;display:inline-block} - -#bbpress-forums#bbpress-forums .bs-forums-items .item-meta .bs-replied{margin-right:10px} - -#bbpress-forums#bbpress-forums .bs-forums-items i.bb-icon-reply::before{font-size:21px;line-height:0;margin:0;height:auto;width:auto;position:relative;top:3px} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view li .bs-reply-list-item:hover,#bbpress-forums#bbpress-forums .bs-forums-items.list-view li.dropdown-open>.bs-reply-list-item{background-color:var(--bb-content-alternate-background-color)} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view li .bs-reply-list-item:hover .bs-dropdown-wrap .bs-dropdown-wrap-inner,#bbpress-forums#bbpress-forums .bs-forums-items.list-view li.dropdown-open>.bs-reply-list-item .bs-dropdown-wrap .bs-dropdown-wrap-inner{opacity:1;visibility:visible} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view li.bs-header-item.topic-lead .bs-dropdown-wrap .bs-dropdown-wrap-inner{opacity:1;visibility:visible} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view:not(.bb-single) li .bs-reply-list-item.in-focus{background-color:var(--bb-content-alternate-background-color)} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view.bb-single li .bs-reply-list-item:hover,#bbpress-forums#bbpress-forums .bs-forums-items.list-view.bb-single li.dropdown-open>.bs-reply-list-item{background-color:transparent} - -#bbpress-forums#bbpress-forums .bs-forums-items .item-tags ul li a:hover{color:var(--bb-headings-color)} - -#bbpress-forums#bbpress-forums .bs-forums-items .bs-dropdown .bbp-admin-links a{font-size:13px}@media (hover:none) and (pointer:coarse){ - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view li .bs-dropdown-wrap .bs-dropdown-wrap-inner{opacity:1;visibility:visible}} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bb-topic-states>span{margin-left:3px} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bb-topic-states .bb-topic-status{color:var(--bb-alternate-text-color)} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bb-topic-states .sticky::before,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bb-topic-states .super-sticky:not(.unsticky)::before{font-weight:300} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bs-dropdown-wrap{margin-left:3px} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bs-dropdown-wrap .bs-dropdown-wrap-inner>a>i{font-size:22px;color:var(--bb-alternate-text-color);background-color:transparent;padding:0 7px;border:0;border-radius:0;position:relative;top:3px;padding-right:0} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bs-dropdown-wrap .bs-dropdown-wrap-inner>a>i::before{content:"\ee5c";font-weight:300} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-meta{margin:0} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-tags{margin-top:10px;margin-bottom:-5px} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-description{margin:15px 0;line-height:1.5} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-description>ol,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-description>p,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-description>ul{margin-bottom:15px} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-description>ol:last-child,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-description>p:last-child,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-description>ul:last-child{margin-bottom:0} - -#bbpress-forums#bbpress-forums .bs-forums-items .bbp-topic-revision-log{margin:15px 0 0;list-style:none} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view{position:relative;right:initial;top:initial;margin-left:10px} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap-inner{opacity:0;visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap-inner>a{opacity:1;padding:0;line-height:1} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap-inner>a>i{font-size:19px;color:var(--bb-alternate-text-color);background-color:var(--bb-content-background-color);padding:7px;border:1px solid var(--bb-content-border-color);border-left-width:0;border-radius:0 3px 3px 0} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap-inner>a>i::before{top:0} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap-inner>a:first-child>i{border-left-width:1px;border-radius:3px 0 0 3px} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap-inner>a.bb-reply-actions-button i{margin-left:-5px;padding-left:5px;padding-right:5px} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown{padding:5px 0;z-index:112;max-width:180px;border-radius:var(--bb-block-radius)} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown::after{right:29px} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links{padding:0} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a{padding:10px 14px;color:var(--bb-body-text-color);line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a::before{font-family:bb-icons;font-size:16px;color:var(--bb-alternate-text-color);display:inline-block;margin-right:10px;vertical-align:middle;width:20px;text-align:center} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-close-link::before{content:"\e828"} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-merge-link::before{content:"\eed5"} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-edit-link::before,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-edit-link::before{content:"\ee5a"} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-move-link::before,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-move-link::before{content:"\ee34"} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-restore-link::before,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-restore-link::before{content:"\ee3e";margin-top:-2px} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-delete-link::before,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-delete-link::before{content:"\ef48"} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-split-link::before{content:"\ee67"} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-trash-link::before,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-trash-link::before{content:"\ef48"} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-spam-link::before,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-spam-link::before{content:"\ee08"} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.report-content::before,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.reported-content::before{content:"\ee9c";font-size:15px} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.reported-content{opacity:.8;border-color:transparent} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a:hover{background-color:var(--bb-content-alternate-background-color)} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bb-theme-actions .bb-forum-reply-text{display:none} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bb-theme-no-actions>a{background-color:#fff;padding:3px 11px 3px 9px;color:#9ca8b4;border:1px solid #e7e9ec;border-radius:5px;font-size:14px} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bb-theme-no-actions>a::before{display:none} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bb-theme-no-actions>a::after{display:none} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bb-theme-no-actions>a>i{border:0;background-color:transparent;padding:0;vertical-align:middle} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view:not(.bbp-lead-topic)>li:last-child>.bbp-threaded-replies>li:last-child .bs-dropdown-wrap .bs-dropdown,#bbpress-forums#bbpress-forums .bs-forums-items.list-view:not(.bbp-lead-topic)>li:last-child>li:last-child>div .bs-dropdown-wrap .bs-dropdown{bottom:-webkit-calc(100% + 15px);bottom:calc(100% + 15px);top:inherit} - -#bbpress-forums#bbpress-forums .bs-forums-items .closed .item-title a{opacity:.6;font-weight:400} - -#bbpress-forums#bbpress-forums .bs-forums-items .bb-icon-reply{margin-left:-2px} - -#bbpress-forums#bbpress-forums .bs-forums-items .item-tags{position:relative;margin-top:5px;padding-left:25px} - -#bbpress-forums#bbpress-forums .bs-forums-items .item-tags .bb-icon-tag{-webkit-transform:rotate(85deg);-ms-transform:rotate(85deg);transform:rotate(85deg);position:absolute;left:0;top:2px;font-size:17px;color:#aaa} - -#bbpress-forums#bbpress-forums .bs-forums-items .item-tags ul{margin:0;list-style:none;display:inline-block} - -#bbpress-forums#bbpress-forums .bs-forums-items .item-tags ul li{display:inline-block;margin-right:8px;font-size:13px} - -#bbpress-forums#bbpress-forums .bs-forums-items .item-tags ul li a{color:#aaa} - -#bbpress-forums#bbpress-forums .bs-forums-items .item-tags ul li a:hover{color:#393e41} - -#bb-forums-archive-content .bs-card-list{margin-bottom:0} - -.bs-forums-items .item-meta.bb-reply-meta{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1.3} - -.bs-forums-items .item-meta>span.bs-like{margin-bottom:0} - -.bs-replied .bbp-author-avatar{display:none} - -span.color.bs-meta-item a{font-size:inherit;display:inline-block}@media (min-width:1241px){ - -.bs-forums-meta{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;min-width:0}} - -.bs-meta-item{background:var(--bb-label-background-color);border-radius:100px;font-size:11px;color:#fff;letter-spacing:-.19px;display:inline-block;line-height:1;margin-left:3px;text-align:center;max-width:100%;vertical-align:middle} - -body .bs-meta-item.bs-meta-item a{display:block;padding:9px 12px;font-size:13px;color:#fff;opacity:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis} - -.bs-meta-item.red{background:rgba(255,58,48,.15);color:#ff3a30} - -.bs-meta-item.green{background:rgba(72,191,30,.15);color:#48bf1e} - -.bs-meta-item.gray{background:rgba(138,139,145,.15);color:#8a8b91} - -.bs-meta-item.blue{background:rgba(22,167,241,.15);color:#16a7f1} - -.bs-meta-item.pink{background:rgba(197,107,218,.15);color:#c56bda} - -.bs-meta-item.color.no-action:hover{opacity:1} - -.bs-meta-item .no-links{padding:4px 10px;display:inline-block} - -.bs-meta-item .no-links.forum-label__is-single{display:none} - -.bbp-lead-topic .bs-meta-item,body .bbp-lead-topic .bs-meta-item.bs-meta-item{font-size:13px;letter-spacing:-.24px;line-height:28px;min-height:30px} - -.bbp-lead-topic .bs-meta-item>a,body .bbp-lead-topic .bs-meta-item.bs-meta-item>a{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)} - -.bbp-lead-topic .bs-meta-item>a:focus,body .bbp-lead-topic .bs-meta-item.bs-meta-item>a:focus{box-shadow:var(--bb-outline-button-focus-shadow)} - -.bbp-lead-topic .bs-meta-item>a:hover,body .bbp-lead-topic .bs-meta-item.bs-meta-item>a: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)} - -.bs-replied a{color:var(--bb-alternate-text-color)} - -.bs-replied a[href=""]{pointer-events:none} - -.bs-replied a:hover{color:var(--bb-primary-color)} - -#bbpress-forums .bb-forums-list{margin-bottom:12px} - -#bbpress-forums .bs-forums-items{margin-bottom:30px} - -#bbpress-forums .bs-forums-items.bbp-lead-topic{margin-bottom:0;border:0;overflow:visible;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto} - -#bbpress-forums .bb-forums-list{margin-left:-10px;margin-right:-10px} - -#bbpress-forums .bb-forums-list>li{margin-bottom:20px} - -.bs-forums-items.bbp-lead-topic .bs-dropdown-wrap a.bb-reply-actions-button.bs-dropdown-link i{border-radius:3px;padding:7px 6px 7px 7px} - -.forums-header{border-bottom:1px solid #eef0f3;margin-bottom:25px;padding-bottom:25px} - -.forums-header .flex{-ms-flex-flow:row wrap;flex-flow:row wrap} - -.bb-sidebar-subforums{margin-left:1.25rem;margin-top:.625rem;margin-bottom:.75rem} - -.content-area.bs-topics-wrapper{padding-top:35px} - -.bs-dir-search.bs-forums-search{margin:0 0 0 auto} - -.bs-model-open .buddypanel{z-index:0} - -.bs-model-open .bbp-reply-form{position:relative;z-index:0} - -span.bs-like-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -span.bs-like-inner a{margin-right:5px} - -.btn-new-topic .bb-icon-edit-square-small::before{font-size:20px;line-height:1px} - -.bbp_before_forum_new_post{text-align:right} - -.bbp_before_forum_new_post .button.btn-new-topic{max-width:230px;margin-bottom:0} - -#bbpress-forums .bbp_before_forum_new_post+ul.bs-forums-items{margin-top:20px} - -.widget_display_search form#bbp-search-form{position:relative} - -.widget_display_search form#bbp-search-form input[name=bbp_search]{background-image:none} - -.widget_display_search form#bbp-search-form::before{content:"\ef10";color:inherit;font-family:bb-icons;font-size:17px;position:absolute;left:9px;top:8px;opacity:.4} - -.widget_display_search form#bbp-search-form:focus-within::before{opacity:1} - -.bbp-search-form #bbp_search_submit,.widget_display_search #bbp_search_submit{display:none} - -.bbp-search-form input[name=bbp_search],.widget_display_search input[name=bbp_search]{background-position:13px 50%;padding-left:2.4rem;width:100%} - -.widget_display_stats dl{overflow:hidden;margin:0} - -.widget_display_stats dt{clear:right} - -.widget_display_stats dd{float:right;position:relative;margin-top:-18px} - -.widget_display_stats dd strong{right:2px;top:0;position:absolute;display:block;font-size:10px;background:#999;color:#fff;padding:0 4px;border-radius:50%;min-width:20px;text-align:center;min-height:20px;line-height:20px} - -.widget_display_stats abbr[title]{text-decoration:none} - -.widget-area.bbpress-widget-area-sidebar{padding-bottom:0;padding-top:0} - -.bs-item-wrap .item-avatar{position:relative} - -.bb-topic-status-wrapper{width:22px;height:22px;position:absolute;top:0;right:-12px;border-radius:50%;font-style:normal;font-size:22px} - -.bb-topic-status-wrapper+.bb-topic-status-wrapper{top:22px;right:-12px} - -.bb-topic-status-wrapper+.bb-topic-status-wrapper+.bb-topic-status-wrapper{top:45px;right:-12px} - -i.bb-topic-status::before{border-radius:100%} - -i.bb-topic-status.bb-sticky::before,i.bb-topic-status.super-sticky::before{font-size:24px} - -.bb-topic-status-wrapper .bb-topic-status{background-color:#fff} - -.bb-topic-status{background-size:cover;background-repeat:no-repeat;width:22px;height:22px;border-radius:50%;font-style:normal;font-size:22px} - -.bb-topic-status>a{position:absolute;top:0;left:0} - -.bb-topic-status.moderator{background-image:url(../images/svg/admin.svg)} - -h4.bb-active-order{font-size:16px;font-weight:400;color:var(--bb-alternate-text-color);letter-spacing:-.24px;margin:0 0 0 20px} - -div#bb-forum-single-content{margin-bottom:30px} - -.bs-voices-wrap,span.bs-replied,span.bs-replies,span.bs-voices{display:inline-block} - -.bs-header-item .bb-topic-states .bb-topic-status{position:relative;display:inline-block;vertical-align:middle;line-height:1;height:28px;margin:0 0 -5px;width:28px;right:0;top:0} - -.bs-header-item .bb-topic-states .bb-topic-status a{display:block;text-indent:-9999px;width:28px;height:28px} - -.bs-item-list .bs-reply-list-item .item-avatar{margin-right:15px} - -.bs-reply-list-item:not(.depth-1) .item-avatar>a{min-width:24px} - -.bs-reply-list-item:not(.depth-1) .item-avatar .avatar{max-width:36px} - -.bs-like a{display:inline-block} - -#bbpress-forums #bbp-user-body{margin-left:0} - -#bbpress-forums div.even,#bbpress-forums div.odd,#bbpress-forums ul.even,#bbpress-forums ul.odd{background-color:transparent}@media (max-width:1200px){ - -#bbpress-forums#bbpress-forums .bs-forums-items.bs-item-list.list-view div.action{padding-left:20px} - -#bbpress-forums#bbpress-forums .bs-forums-items.bs-item-list.list-view div.action{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-top:10px;min-width:0;padding-left:65px} - -#bbpress-forums#bbpress-forums .bs-forums-items .item-meta>span{margin-bottom:6px}}@media (max-width:540px){ - -#bbpress-forums#bbpress-forums .bs-forums-items .item-avatar>a{min-width:48px} - -#bbpress-forums#bbpress-forums .bs-forums-items .item-title a{font-size:15px} - -#bbpress-forums#bbpress-forums .bs-forums-items.list-view .item-meta{font-size:12px} - -#bbpress-forums#bbpress-forums .bs-forums-items.bs-item-list .bs-meta-item{margin-bottom:5px} - -.bb-topic-status{width:20px;height:20px;right:-6px} - -.bs-dir-search.bs-forums-search{margin-top:20px;width:100%}} - -.bbp-pagination-links{border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:0} - -.bbp-pagination-links:empty{display:none} - -.bbp-pagination-links a:hover,.bbp-pagination-links span.current{background:0 0;opacity:1} - -.bbp-pagination-links a,.bbp-pagination-links span.current{margin-left:0;border:0} - -.bbp-pagination-links span.dots{padding:0 10px;margin-left:0;line-height:1} - -.bbp-pagination-count{color:var(--bb-alternate-text-color);font-size:13px} - -.bbp-pagination-count:empty{display:none} - -.scrubberpost{transition:background .5s;-webkit-transition:background 1s;transition:background 1s} - -#content #buddypress .scrubberpost.highlight{background:#fff5a1} - -.single-topic-sidebar-links{overflow:hidden} - -body:not(.bb-page-loaded) .scrubber{display:none} - -body.bb-page-loaded .scrubber{display:block} - -body.bb-page-loaded .scrubber.light{display:none} - -.bbpress .scrubber .handle::after{background:var(--bb-primary-color)} - -.scrubber{margin-top:25px;margin-left:10px;-webkit-box-flex:0;-ms-flex:none;flex:none;min-width:auto;display:block;position:relative} - -.scrubber .reply-timeline-container{height:300px;margin-bottom:10px;border-left:1px solid #e1e3e6;margin-left:5px} - -.scrubber .handle{padding-left:15px;min-height:42px;cursor:move;font-size:14px;font-weight:500;color:var(--bb-headings-color)} - -.scrubber .handle::after{background:var(--bb-primary-color);content:"";position:absolute;width:5px;border-radius:10px;height:100%;left:-3px;top:0} - -.scrubber .handle.animate{-webkit-transition:top 1s;transition:top 1s} - -.scrubber .desc{display:block;font-size:11px;font-weight:400;color:var(--bb-alternate-text-color);margin:0;line-height:1} - -.scrubber a.firstpostbtn,.scrubber a.lastpostbtn{font-size:12px;color:var(--bb-alternate-text-color);display:block;margin-bottom:5px;z-index:100} - -.scrubber a.lastpostbtn{position:absolute;bottom:-40px} - -.scrubber svg{margin-right:6px} - -.widget_display_forums li li .color{visibility:hidden} - -.widget_display_forums li a{color:var(--bb-alternate-text-color);white-space:nowrap;width:80%;display:inline-block;overflow:hidden;text-overflow:ellipsis;font-size:14px;letter-spacing:-.24px} - -.widget_display_forums li a:hover{color:var(--bb-primary-color)} - -.widget_display_forums li a.selected{color:var(--bb-headings-color)} - -.widget_display_forums span.topics-count{float:right} - -.widget_display_forums li{margin:0 0 10px;padding:0} - -.widget_display_forums span.color{width:13px;display:inline-block;height:13px;margin-right:7px;border-radius:50%;border:1px solid;position:relative;top:-1px} - -.widget_display_forums>ul.bb-sidebar-forums>li a::before{content:"";width:13px;display:inline-block;height:13px;margin-right:7px;border-radius:50%;border:1px solid var(--bb-content-border-color);position:relative;top:1px;background-color:rgba(var(--bb-primary-color-rgb),.5)} - -.widget_display_forums>ul.bb-sidebar-forums ul.bb-sidebar-forums li a::before{visibility:hidden} - -.bbpress-widget-area-sidebar .bb-quick-links{list-style:none;padding:0;margin:0 0 20px;font-size:14px} - -.bbpress-widget-area-sidebar .bb-quick-links.bb-topics-link{margin:-10px 0} - -.bbpress-widget-area-sidebar .bb-quick-links li{margin:0} - -.bbpress-widget-area-sidebar .bb-quick-links a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--bb-headings-color);opacity:.4;line-height:1;padding:10px 20px;-webkit-transition:.3s all;transition:.3s all} - -.bbpress-widget-area-sidebar .bb-quick-links a:hover{opacity:.9;color:var(--bb-headings-color)} - -.bbpress-widget-area-sidebar .bb-quick-links a.selected{opacity:1} - -.bbpress-widget-area-sidebar .bb-quick-links .bb-svg-icon{margin-right:10px} - -.bbpress-widget-topicby .bb-quick-links a{padding:10px 0} - -.bs-topic-form-wrap .bbp-topic-form{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0 -20px} - -.bs-topic-form-wrap input[type=text],.bs-topic-form-wrap select{width:100%;border-radius:0;border-right:0;border-left:0} - -.bs-topic-form-wrap .vue-input-tag-wrapper{border:1px solid #dedfe2;appearance:initial;border-left:0;border-right:0} - -.bs-topic-form-wrap .vue-html5-editor{border-left:0;border-right:0;border-radius:0} - -.bbp-form-head{margin-bottom:15px} - -.bs-topic-avatar-wrap{margin-right:15px} - -.bs-topic-avatar-wrap .avatar{max-width:48px} - -.medium-editor-element,.medium-editor-placeholder{background-color:var(--bb-content-background-color);padding:20px 25px 0;cursor:text;text-align:left;outline:0;min-height:60px} - -.bb-bbp-form{margin:0} - -.bbp-form-fields-bottom-wrap{border-top:1px solid var(--bb-content-border-color)} - -.bb-topic-tags-wrap{border-bottom:1px solid var(--bb-content-border-color);padding:10px 15px} - -.bb-bbp-form .vue-input-tag-wrapper.vue-input-tag-wrapper{border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-left:10px;padding:5px 0;-webkit-box-flex:1;-ms-flex:1;flex:1} - -.bb-bbp-form [name=bbp_topic_content]{border-radius:0;min-height:80px;max-height:30vh;overflow:auto;padding:0} - -.bb-resize-to-full .bb-bbp-form [name=bbp_topic_content]{min-height:50vh;max-height:54vh} - -.bb-bbp-form textarea[name=bbp_reply_content],.bb-bbp-form textarea[name=bbp_topic_content]{width:100%;border:none} - -.modal-container.bbp-topic-form{border-radius:8px 8px 0 0;padding:15px 15px 0} - -.modal-container.bb-reply-form{border-radius:8px 8px 0 0;padding:15px} - -.bb-bbp-form-fields-wrap{margin:0 -15px} - -.bbp-topic-content-wrap{margin:0 0 15px} - -.bb-bbp-form input[type=text]{border-radius:0;border:0;padding:0;margin:0;width:100%} - -.bb-bbp-form input.new-tag{width:auto;height:auto;min-height:24px} - -.bb-bbp-form-fields-wrap input[type=text]:focus{border-color:var(--bb-content-border-color)} - -.bb-bbp-form-fields-wrap .medium-editor-placeholder-relative::after,.bb-bbp-form-fields-wrap .medium-editor-placeholder::after{width:100%;color:#c3c6c9;font-style:normal;padding:0} - -.bbp-form-footer{-ms-flex-flow:row wrap;flex-flow:row wrap;padding:15px} - -label[for=bbp_reply_subscription],label[for=bbp_topic_subscription]{font-size:15px;color:var(--bb-body-text-color);letter-spacing:-.24px} - -.bb-bbp-form a.bb-btn-cancle.bb-btn-cancle{font-size:14px;color:var(--bb-alternate-text-color);letter-spacing:-.24px} - -.bbp-form-footer .button{min-width:110px;margin-left:15px} - -.medium-editor-toolbar .medium-editor-toolbar-actions{background:var(--bb-headings-color);border-radius:4px;height:44px;padding:0} - -div.medium-editor-toolbar li button{background:0 0;border-radius:0;padding:10px;-webkit-transition:initial;transition:initial;border:0} - -.bb-form-multiple-options{font-size:13px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:6px 15px;-ms-flex-flow:row wrap;flex-flow:row wrap} - -.bb-form-multiple-options>div{max-width:32%} - -.bb-form-multiple-options label{color:#999;font-size:12px} - -.bb-form-multiple-options select{color:inherit;font-size:13px;height:32px;width:100%} - -div.medium-toolbar-arrow-over::before,div.medium-toolbar-arrow-under::after{display:none} - -#bb-form-reply-wrapper,#bb-form-topic-wrapper{position:fixed;bottom:-400px;z-index:1111;width:100%;-webkit-transition:.4s bottom;transition:.4s bottom} - -#bb-form-reply-wrapper:empty,#bb-form-topic-wrapper:empty{visibility:hidden;opacity:0} - -#bb-form-reply-wrapper .infinite-loading-container .infinite-status-prompt,#bb-form-topic-wrapper .infinite-loading-container .infinite-status-prompt{display:none} - -#bb-form-reply-wrapper.show,#bb-form-topic-wrapper.show{bottom:0;-webkit-transition:.4s bottom;transition:.4s bottom} - -.bb-flyform-actions{position:absolute;right:15px;top:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.bb-resize-to-minimize .bb-flyform-actions{top:25px} - -.bb-flyform-actions a{margin-left:10px;color:rgba(18,43,70,.4)} - -body.bb-resize-to-full #bb-form-reply-wrapper,body.bb-resize-to-full #bb-form-topic-wrapper{max-width:100%!important;left:0;right:0;top:0} - -body.bb-resize-to-full #bb-form-reply-wrapper .bbp-form{min-height:100vh} - -body.bb-resize-to-full .modal-container.bbp-topic-form{min-height:100vh;border-radius:0} - -body.bb-resize-to-full .bbp-form{min-height:-webkit-calc(100vh - 15px);min-height:calc(100vh - 15px);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column} - -body.bb-resize-to-full .bbp-form-fields-bottom-wrap{margin-top:auto} - -#replies-content{min-height:100vh} - -#replies-content .infinite-status-prompt{padding:0} - -#replies-content span:empty{display:none} - -body.bb-resize-to-full .bb-resize-large,body.bb-resize-to-minimize .bb-minimize,body:not(.bb-resize-to-full) .bb-resize-small,body:not(.bb-resize-to-minimize) .bb-maximize{display:none} - -body.bb-resize-to-minimize #bb-form-reply-wrapper.show,body.bb-resize-to-minimize #bb-form-topic-wrapper.show{bottom:auto;top:-webkit-calc(100vh - 70px);top:calc(100vh - 70px)} - -.item-meta.bb-reply-title{padding-left:12px;font-weight:500;font-size:16px;color:var(--bb-headings-color);min-width:0} - -.item-meta.bb-reply-title span{display:inline-block;width:80%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;vertical-align:middle;line-height:1;padding-left:5px} - -.bbp-reply-form{width:100%} - -.bb-reply-form-elem .avatar{max-width:48px} - -.bb-reply-form-elem .bb-tags-wrap{border-bottom:1px solid var(--bb-content-border-color);padding:0 15px} - -.bb-reply-form-elem .bb-bbp-form-fields-wrap .medium-editor-placeholder-relative::after,.bb-reply-form-elem .bb-bbp-form-fields-wrap .medium-editor-placeholder::after{padding:0 15px;top:10px} - -.bb-reply-form-elem .medium-editor-element,.bb-reply-form-elem .medium-editor-placeholder{min-height:80px;padding:10px 15px 0} - -div.vue-input-tag-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;outline:0} - -div.vue-input-tag-wrapper .input-tag{margin:2px;padding:3px 8px;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:center;align-self:center;line-height:1.2} - -div.vue-input-tag-wrapper .input-tag span{display:inline-block;line-height:1;margin-right:4px} - -.item-title.bb-tag-letter{font-size:28px;font-weight:700;margin:2px 20px 0 5px;line-height:1;min-width:22px} - -ul.bb-tags-list{margin:0;list-style:none} - -ul.bb-tags-list li:not(:last-child){margin-bottom:7px} - -.bb-forum-search-content{font-size:14px;color:var(--bb-headings-color);letter-spacing:-.24px;line-height:1.58;margin-top:16px;margin-bottom:10px;background:#f7fafe} - -.bb-forum-search-content>*{background:#f7fafe;border-radius:4px;margin-bottom:3px;padding:15px} - -.bb-forum-search-content>:last-child{margin-bottom:0} - -.bb-forum-search-content .highlight{background:#f9bb2d;color:#fff;padding:0 1px} - -.bb-forum-search-content p:empty{display:none} - -.item-title .highlight{background:#f9bb2d;color:#fff;padding:0 1px} - -.bb-tag-title{height:34px;position:relative} - -.bb-tag-title>a{background:#eef0f3;border-radius:4px;display:inline-block;font-size:16px;color:rgba(18,43,70,.6);letter-spacing:-.24px;line-height:1;padding:9px 20px;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap} - -.bb-tag-title .bb-tag-bg{background:#eef0f3;border-radius:4px;left:0;height:34px;position:absolute} - -.bb-tag-count-wrap{font-size:14px;color:var(--bb-alternate-text-color);letter-spacing:-.24px;text-align:right;margin-left:10px;min-width:30px} - -span.topics-count{font-size:12px;color:var(--bb-alternate-text-color);letter-spacing:-.19px;text-align:right} - -.bb-reply-edit-form .bb-model-header{background:var(--bb-content-alternate-background-color);box-shadow:0 1px 0 0 #eef0f3;border-radius:4px 4px 0 0;padding:15px 25px;margin:-20px -30px 30px} - -.bb-reply-edit-form .bb-model-header h4{font-size:17px;font-weight:500;margin:0} - -.bb-reply-edit-form .medium-editor-element{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:3px;box-shadow:none;margin-bottom:15px;padding:5px 12px} - -.bb-reply-edit-form .bb-topic-tags-wrap{border:1px solid var(--bb-content-border-color);padding:10px 15px;border-radius:3px;margin-top:15px;margin-bottom:15px} - -.bb-reply-edit-form .vue-input-tag-wrapper .new-tag{width:auto} - -.bb-reply-edit-form input[name=bbp_reply_edit_reason]{border:1px solid var(--bb-content-border-color);padding:5px 15px;border-radius:3px;font-size:14px;margin-bottom:15px} - -.bb-reply-edit-form .bbp-form-footer{border-top:1px solid var(--bb-content-border-color);margin:10px -30px -15px;padding:15px 30px 0} - -.bb-reply-edit-form label{font-size:14px;color:var(--bb-body-text-color);letter-spacing:-.24px} - -.bb-search-forums-meta.bb-mobile-only{display:none} - -.component-fade-enter-active,.component-fade-leave-active{-webkit-transition:opacity .3s ease;transition:opacity .3s ease} - -.component-fade-enter,.component-fade-leave-to{opacity:0} - -.list-item{display:inline-block;margin-right:10px} - -.list-enter-active,.list-leave-active{-webkit-transition:all .5s;transition:all .5s} - -.list-enter,.list-leave-to{opacity:0;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)} - -.bb-bbpress-profile-card div#object-nav{border-bottom:0!important} - -.bb-bbpress-profile-card .profile-item-header{margin-bottom:10px} - -.bb-bbpress-profile-card .bb-role,.bb-bbpress-profile-card .item-meta{font-size:15px;color:#939597;margin-bottom:10px} - -.bb-bbpress-profile-card .bb-description{color:var(--bb-body-text-color);margin-bottom:15px} - -.bb-edit-user-form-wrap{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;margin-bottom:20px} - -.bb-edit-user-form-wrap #bbp-your-profile{border:0;background:0 0;padding:25px 40px;margin:0;max-width:640px;width:100%} - -.bb-edit-user-form-wrap legend{display:none} - -.bb-edit-user-form-wrap label{display:block;font-size:15px;color:var(--bb-body-text-color);letter-spacing:-.27px;line-height:1.1;margin-bottom:10px} - -.bb-edit-user-form-wrap input[type=password],.bb-edit-user-form-wrap input[type=text],.bb-edit-user-form-wrap select,.bb-edit-user-form-wrap textarea{line-height:1.4;width:100%} - -.bb-edit-user-form-wrap .bbp-form>div{margin-bottom:25px} - -#bbpress-forums .bb-edit-user-form-wrap fieldset.bbp-form,.bb-edit-user-form-wrap fieldset{border:0;padding:0;margin-bottom:20px;margin-top:0} - -.bb-edit-user-form-wrap .entry-title{font-weight:500;font-size:20px;line-height:24px;margin-bottom:20px} - -.bb-edit-user-form-wrap .bbp-form.password .description{display:block;font-size:15px;color:var(--bb-body-text-color);letter-spacing:-.27px;line-height:1.3;margin-bottom:10px} - -.bb-edit-user-form-wrap .bbp-form.password input{margin-bottom:20px} - -.bb-edit-user-form-wrap .bbp-form.password br{display:none} - -.bb-edit-user-form-wrap #pass-strength-result:empty{display:none} - -.bb-edit-user-form-wrap #bbp_user_edit_submit{min-width:200px;min-height:48px} - -.topic-item-meta h3{font-size:16px;font-weight:500;margin:0 0 20px} - -.bb-topic-content-textarea{resize:none;padding:5px 12px;width:100%} - -.bb-reply-content-text{resize:none;width:100%} - -body:not(.logged-in) .bbp-form-fields-bottom-wrap.bb-tags-field-container{border-top:0} - -.button.btn-new-topic{margin-bottom:20px} - -.bs-topics-wrapper .btn-new-topic{margin:0 0 0 20px} - -.modal-container textarea{width:100%;resize:none} - -.bbpress.single .hentry blockquote::before{display:block} - -#bbp_editor_reply_content>p:last-child{margin-bottom:0!important}@media (max-width:680px){ - -.bb-search-title-head{-ms-flex-flow:row wrap;flex-flow:row wrap} - -.bb-search-title-head .bb-search-forums-meta{display:none} - -.bb-search-forums-meta.bb-mobile-only{margin-top:10px;display:block} - -.bb-bbp-form{padding-top:40px} - -.bb-resize-to-minimize .bb-bbp-form{padding-top:0} - -.bb-resize-to-minimize .bb-title-wrap,.bb-resize-to-minimize .item-meta.bb-reply-title{display:none} - -.bb-bbp-form input[type=text]{padding:0} - -.bb-form-multiple-options>div{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:10px} - -body:not(logged-in) .bb-form-multiple-options>div{max-width:100%} - -.bbp-submit-wrapper.push-right{margin:10px 0 10px auto} - -.bb-resize-to-full .bb-bbp-form [name=bbp_topic_content]{min-height:20vh;max-height:20vh} - -body.bb-resize-to-full .bbp-form-fields-bottom-wrap{margin-top:0} - -.bb-bbp-form [name=bbp_topic_content]{min-height:60px;padding-left:3px} - -.modal-container.bbp-topic-form{overflow-y:auto;max-height:94vh;padding-bottom:50px} - -.bb-flyform-actions a.bb-minimize{display:none} - -.bb-bbp-form-fields-wrap .medium-editor-placeholder-relative::after,.bb-bbp-form-fields-wrap .medium-editor-placeholder::after{padding-left:3px}}@media (max-width:340px){ - -.bb-bbp-form input[type=text]{height:20px} - -label[for=bbp_reply_subscription],label[for=bbp_topic_subscription]{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1.3}}@media only screen and (max-device-width:680px){ - -.bbp-topic-content-wrap.bb-bbp-form-fields-wrap{text-indent:-2px}} - -.bs-single-topic-sidebar{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;max-width:200px;padding-top:.9375rem} - -.bs-single-topic-sidebar{padding-top:0;padding-bottom:100px} - -.bs-single-topic-sidebar .btn-reply{margin-bottom:10px} - -.bs-single-topic-sidebar.float aside{position:fixed;top:5px} - -.bb-topic-favorite-link-wrap.mobile-only,.bb-topic-reply-link-wrap.mobile-only,.bb-topic-subscription-link-wrap.mobile-only{text-align:center} - -.bb-topic-favorite-link-wrap.mobile-only .bbp-topic-login-link,.bb-topic-favorite-link-wrap.mobile-only .bbp-topic-reply-link,.bb-topic-favorite-link-wrap.mobile-only .favorite-toggle,.bb-topic-favorite-link-wrap.mobile-only .subscription-toggle,.bb-topic-reply-link-wrap.mobile-only .bbp-topic-login-link,.bb-topic-reply-link-wrap.mobile-only .bbp-topic-reply-link,.bb-topic-reply-link-wrap.mobile-only .favorite-toggle,.bb-topic-reply-link-wrap.mobile-only .subscription-toggle,.bb-topic-subscription-link-wrap.mobile-only .bbp-topic-login-link,.bb-topic-subscription-link-wrap.mobile-only .bbp-topic-reply-link,.bb-topic-subscription-link-wrap.mobile-only .favorite-toggle,.bb-topic-subscription-link-wrap.mobile-only .subscription-toggle{max-width:300px}@media (min-width:1031px){ - -.bb-topic-favorite-link-wrap.mobile-only,.bb-topic-reply-link-wrap.mobile-only,.bb-topic-subscription-link-wrap.mobile-only{display:none}}@media (max-width:1030px){ - -.bs-single-topic-sidebar{display:none}} - -#bbpress-forums h1.bb-reply-topic-title{font-family:inherit;font-size:22px;line-height:1.2;letter-spacing:-.24px;margin:0;-webkit-box-flex:1;-ms-flex:1;flex:1} - -.bb-topic-reply-link-wrap,.bb-topic-subscription-link-wrap{margin-bottom:10px} - -.bbp-topic-login-link,.bbp-topic-reply-link,.favorite-toggle,.subscription-toggle{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);font-size:15px;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:0;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;-webkit-transition:all linear .2s;transition:all linear .2s} - -.bbp-topic-login-link:focus,.bbp-topic-reply-link:focus,.favorite-toggle:focus,.subscription-toggle:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.bbp-topic-login-link:hover,.bbp-topic-reply-link:hover,.favorite-toggle:hover,.subscription-toggle:hover{outline:0;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)} - -.bbp-topic-login-link:active,.bbp-topic-reply-link:active,.favorite-toggle:active,.subscription-toggle:active{outline:0;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)} - -.bbp-topic-login-link.disabled,.bbp-topic-reply-link.disabled,.favorite-toggle.disabled,.subscription-toggle.disabled{cursor:default;font-style:normal;color:#c8cbcf;background-color:#f5f5f5;opacity:1} - -.favorite-toggle,.subscription-toggle{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color)} - -.favorite-toggle:focus,.subscription-toggle:focus{box-shadow:var(--bb-outline-button-focus-shadow)} - -.favorite-toggle:hover,.subscription-toggle: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);box-shadow:none} - -.favorite-toggle:active,.subscription-toggle: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);box-shadow:0 0 1px 2px rgba(0,0,0,.05),inset 0 0 0 2px rgba(0,0,0,.08)} - -.favorite-toggle.disabled,.favorite-toggle:disabled,.subscription-toggle.disabled,.subscription-toggle:disabled{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color);opacity:.5;pointer-events:none;cursor:default} - -.bbp-admin-links .bbp-topic-close-link,.bbp-admin-links .bbp-topic-reply-link,.bbp-admin-links .bbp-topic-sticky-link,.bbp-admin-links .bbp-topic-super-sticky-link{display:none} - -#bbpress-forums#bbpress-forums .bb-user-subscribed a.subscription-toggle{border:0;width:auto!important;min-width:10px;padding:0;height:auto} - -#bbpress-forums fieldset.bbp-form label{color:inherit;font-size:15px;letter-spacing:-.24px;margin-bottom:5px;line-height:1.187} - -#bbpress-forums fieldset.bbp-form input[type=text]{width:100%} - -#bbpress-forums fieldset.bbp-form .bb-checkbox-label,#bbpress-forums fieldset.bbp-form .bb-radio-label{display:inline-block} - -body.page .bbp-reply-form code,body.page .bbp-topic-form code,body.reply-edit .bbp-reply-form code,body.single-forum .bbp-topic-form code,body.single-topic .bbp-reply-form code,body.topic-edit .bbp-topic-form code{font-size:11px;line-height:1.5;width:auto} - -#bbpress-forums fieldset select#bbp_forum_id{max-width:100%} - -h2.bb-form-title{font-size:20px;margin-bottom:20px} - -.bbp-the-content-wrapper{margin-bottom:1.5rem} - -fieldset.bbp-form{border:0;margin-left:0;margin-right:0;padding:0} - -.bs-header-item>.reply{-webkit-box-flex:1;-ms-flex:1;flex:1} - -.bbp-pagination.bbp-pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-bottom:30px} - -.bbp-login-form{max-width:600px;width:100%} - -.bbp-login-form .bbp-form>div{margin:0 0 1.6875rem} - -.bbp-login-form legend{border-bottom:1px solid #dedfe2;color:var(--bb-headings-color);font-weight:600;display:block;margin-bottom:30px;padding-bottom:10px;width:100%} - -.bbp-login-form .bbp-email,.bbp-login-form .bbp-password,.bbp-login-form .bbp-username{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} - -.bbp-login-form .bbp-email label,.bbp-login-form .bbp-password label,.bbp-login-form .bbp-username label{-webkit-box-flex:0;-ms-flex:0 0 24%;flex:0 0 24%;min-width:130px;padding-right:15px} - -.bbp-login-form .bbp-email input,.bbp-login-form .bbp-password input,.bbp-login-form .bbp-username input{-webkit-box-flex:1;-ms-flex:1;flex:1} - -.bbp-login-form .bbp-username p{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;width:100%} - -.bbp-login-form .bbp-username p .hide{display:block!important}@media (max-width:580px){ - -.bb-form-select-fields>*,.bbp-login-form .bbp-email label,.bbp-login-form .bbp-password label,.bbp-login-form .bbp-username label,.bbp-login-form .bbp-username p .hide{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}} - -.bb-item-avatar-wrap{position:relative} - -div.bbp-submit-wrapper{float:left;margin-top:0} - -div.bbp-submit-wrapper .button.submit{min-width:140px;font-weight:500} - -#bbpress-forums .bs-single-forum-list>li{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);margin:0 0 -1px;padding:0;position:relative} - -#bbpress-forums .bs-single-forum-list>li .bs-reply-list-item{padding:15px 30px;-webkit-transition:none;transition:none} - -.bbp-user-page.single .bb-profile-grid #bbpress-forums .bs-single-forum-list.bs-item-list.list-view li:first-child{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0} - -.bbp-user-page.single .bb-profile-grid #bbpress-forums .bs-single-forum-list.bs-item-list.list-view li:first-child:last-child{border-radius:var(--bb-block-radius)} - -#bbpress-forums .bs-single-forum-list>li.bs-header-item{padding-top:25px;padding-bottom:25px} - -#bbpress-forums .bs-single-forum-list>li.bs-header-item.header-total-reply-count{color:var(--bb-headings-color);border-top:0;border-bottom:0;border-radius:0;font-size:14px;font-weight:600;letter-spacing:-.24px} - -#bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .bs-item-wrap{padding:15px 30px} - -#bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .bs-item-wrap:hover{box-shadow:none;border-left-color:var(--bb-content-border-color);border-right-color:var(--bb-content-border-color)} - -#bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .bs-item-wrap.topic-lead>.item{width:100%} - -#bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .bs-header-item.bs-item-wrap:not(.header-total-reply-count){padding-top:25px;padding-bottom:25px} - -#bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .item-title{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px;position:relative} - -#bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .item-title>a{font-size:22px;line-height:1.2;-webkit-box-flex:1;-ms-flex:1;flex:1;word-break:break-word} - -.bbpress .bbp-user-section .bp-feedback{margin-bottom:1.6875rem} - -.bp-feedback.help .bp-icon,.bp-feedback.info .bp-icon{background-color:var(--bb-default-notice-color)} - -.bs-reply-button{font-size:16px;color:#c3c6c9} - -.bs-single-forum-list .single-item-meta{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:15px} - -.bs-single-forum-list .item-meta h3{font-size:14px;letter-spacing:-.24px;line-height:1.2;margin-bottom:5px;font-family:inherit} - -.bs-single-forum-list .item-meta a{color:var(--bb-headings-color)} - -.bs-single-forum-list .item-meta a[href=""]{pointer-events:none} - -.bs-single-forum-list .item-meta a:hover{color:var(--bb-primary-color)} - -.bs-single-forum-list .bb-liked .bb-icon-like{color:var(--bb-primary-color)} - -.bs-single-forum-list span.bs-timestamp{font-size:12px;color:var(--bb-alternate-text-color);letter-spacing:-.18px} - -.bs-single-forum-list .single-item-meta.secondary-meta{border-top:1px solid var(--bb-content-border-color);color:var(--bb-body-text-color);padding-top:15px} - -.bs-single-forum-list .children{border-top:1px solid var(--bb-content-border-color);margin-left:0;padding-left:50px;padding-top:15px} - -#content .bs-single-forum-list .item-meta h3{margin-bottom:5px} - -.bs-reply-list-item:last-child .single-item-meta{margin-bottom:0} - -.bs-reply-list-item.trash{background-color:rgba(239,62,70,.1)} - -.bs-reply-list-item.spam{background-color:rgba(77,92,109,.1)} - -.bs-reply-list{list-style:none;margin:0} - -.bs-reply-list li.bs-reply-list-item:not(:last-child){border-bottom:1px solid var(--bb-content-border-color);margin-bottom:20px} - -.bs-reply-list .bb-icon-like{font-size:25px;color:#939597} - -.bs-reply-list ul:empty{display:none} - -.bs-forum-content{font-size:14px;letter-spacing:-.24px;line-height:1.5;margin-bottom:20px} - -.bs-forum-content p{margin-bottom:20px} - -.bs-forum-content table[style]{width:100%!important} - -.bs-reply-header{margin-bottom:15px} - -.single-item-meta.secondary-meta span:not(.bs-meta-item){color:var(--bb-body-text-color)} - -.bs-single-forum-sidebar{padding-top:0} - -.bs-single-forum-sidebar .btn-reply{margin-bottom:10px} - -.bs-item-list.list-view li.bs-item-wrap.bs-topic-form-wrap:hover{box-shadow:none;border-left-color:var(--bb-content-border-color);border-right-color:var(--bb-content-border-color)} - -.bs-header-item .action.bs-forums-meta{display:inline-block;margin-right:5px} - -.single.single-topic #bbpress-forums#bbpress-forums .bs-item-wrap.bs-header-item .action.bs-forums-meta{padding:0;margin:0 0 18px} - -.single.single-topic #bbpress-forums#bbpress-forums .bs-item-wrap.bs-header-item .bs-meta-item{margin-left:0} - -#bbpress-forums .color.bs-meta-item,.bbpress .color.bs-meta-item{-webkit-transition:.2s linear all;transition:.2s linear all} - -#bbpress-forums .color.bs-meta-item:hover,.bbpress .color.bs-meta-item:hover{opacity:.8} - -.bs-single-forum-list+.bb-single-reply-list.list-view{margin-top:-1px} - -.bs-item-list.bs-single-forum-list{margin-bottom:40px} - -.bb-threaded-replies{list-style:none;margin-top:20px;border-top:1px solid var(--bb-content-border-color);padding-top:20px} - -#bbpress-forums #replies-content .bs-reply-list-item.depth-2{padding-left:65px} - -#bbpress-forums #replies-content .bs-reply-list-item.depth-3{padding-left:105px} - -#bbpress-forums #replies-content .bs-reply-list-item.depth-4{padding-left:145px} - -#bbpress-forums #replies-content .bs-reply-list-item.depth-5{padding-left:185px} - -#bbpress-forums #replies-content .bs-reply-list-item.depth-6{padding-left:225px} - -.bs-forum-content blockquote:not(.wp-embedded-content),.medium-editor-element blockquote:not(.wp-embedded-content){border-radius:4px;padding:12px;font-size:22px;letter-spacing:-.24px;line-height:30px;position:relative;margin:0 0 15px;background:#fafafa;border:1px solid var(--bb-content-border-color)} - -.bs-forum-content blockquote:not(.wp-embedded-content)::before,.medium-editor-element blockquote:not(.wp-embedded-content)::before{content:"\ef02";font-family:bb-icons;font-style:normal;font-weight:400;display:block;text-align:center;font-variant:normal;color:#92949d;width:30px;height:30px;font-size:22px;line-height:30px;background:#e2e1e0;background-color:rgba(0,0,0,.1);border-radius:100%;margin-bottom:10px} - -.bs-forum-content blockquote:not(.wp-embedded-content) p,.medium-editor-element blockquote:not(.wp-embedded-content) p{font-size:20px} - -.bs-forum-content blockquote:not(.wp-embedded-content) p:last-child,.medium-editor-element blockquote:not(.wp-embedded-content) p:last-child{margin-bottom:0} - -.bs-forum-content blockquote:not(.wp-embedded-content) em,.medium-editor-element blockquote:not(.wp-embedded-content) em{font-size:14px;color:#fff;line-height:18px;display:block;margin-top:20px;font-style:normal} - -.bs-forum-content blockquote:not(.wp-embedded-content) a,.medium-editor-element blockquote:not(.wp-embedded-content) a{color:var(--bb-alternate-text-color)} - -.bb-loading .bb-cover-wrap,.bb-loading .bb-cover-wrap::after{background:var(--bb-content-border-color)} - -#bbpress-forums #replies-content .bs-single-forum-list .bs-item-wrap:not(.bs-header-item,.bs-topic-form-wrap){padding:0} - -#bbpress-forums #replies-content .bs-reply-list-item{margin-bottom:0;padding:15px 30px} - -#bbpress-forums #replies-content .contentinput{max-height:240px;min-height:75px;overflow:auto;font-size:14px;color:var(--bb-headings-color);letter-spacing:-.24px;line-height:22px} - -#bbpress-forums #replies-content .contentinput .h1,#bbpress-forums #replies-content .contentinput .h2,#bbpress-forums #replies-content .contentinput .h3,#bbpress-forums #replies-content .contentinput .h4,#bbpress-forums #replies-content .contentinput .h5,#bbpress-forums #replies-content .contentinput .h6,#bbpress-forums #replies-content .contentinput address,#bbpress-forums #replies-content .contentinput h1,#bbpress-forums #replies-content .contentinput h2,#bbpress-forums #replies-content .contentinput h3,#bbpress-forums #replies-content .contentinput h4,#bbpress-forums #replies-content .contentinput h5,#bbpress-forums #replies-content .contentinput h6,#bbpress-forums #replies-content .contentinput hr,#bbpress-forums #replies-content .contentinput p{margin-bottom:1rem} - -#bbpress-forums #replies-content .bs-single-forum-list .single-item-meta{margin-bottom:0} - -#bbpress-forums #replies-content .current-new-reply{opacity:.5} - -body:not(.logged-in) .bb-floating-form-wrapper .bb-anonymous-field-container{border-top:1px solid var(--bb-content-border-color);margin:0 -15px} - -body:not(.logged-in) .bb-floating-form-wrapper .bb-anonymous-field-container .bb-field-wrap{border-bottom:1px solid var(--bb-content-border-color);margin:0} - -body:not(.logged-in) .bb-floating-form-wrapper .bb-anonymous-field-container input[type=text]{padding:0 15px} - -body:not(.logged-in) .bb-floating-form-wrapper .bbp-form-fields-bottom-wrap{border-top:0} - -body:not(.logged-in) .bb-floating-form-wrapper .bb-form-multiple-options>div{max-width:100%} - -.bb-model-form .dropdown.v-select .selected-tag{min-width:88%;line-height:1.2} - -#bbpress-forums blockquote.wp-embedded-content>a,#bbpress-forums blockquote.wp-embedded-content>p:first-child>a{font-weight:600}@media (max-width:768px){ - -.bbpress-widget-area-sidebar{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -#bb-user-topics-content{margin-bottom:20px}}@media (max-width:800px){ - -#bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .item-title{-ms-flex-flow:row wrap;flex-flow:row wrap} - -#bbpress-forums h1.bb-reply-topic-title{margin-bottom:15px} - -#bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .item-title>a,.bs-header-item .bb-topic-states{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -#bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .item-title>a{margin-bottom:10px}} - -.bb-sticky .bbp-topic-super-sticky-link,.bb-super-sticky.unsticky .bbp-topic-sticky-link{display:none!important} - -#bbpress-forums div.bbp-forum-author,#bbpress-forums div.bbp-reply-author,#bbpress-forums div.bbp-topic-author{width:auto} - -#bbpress-forums div.bbp-forum-content,#bbpress-forums div.bbp-reply-content,#bbpress-forums div.bbp-topic-content{padding:0;margin:0} - -#bbpress-forums div.bbp-forum-content .item-action-wrap,#bbpress-forums div.bbp-forum-content .media-action-wrap,#bbpress-forums div.bbp-reply-content .item-action-wrap,#bbpress-forums div.bbp-reply-content .media-action-wrap,#bbpress-forums div.bbp-topic-content .item-action-wrap,#bbpress-forums div.bbp-topic-content .media-action-wrap{top:13px;right:11px} - -#bbpress-forums div.bbp-forum-content .item-action-wrap>a,#bbpress-forums div.bbp-forum-content .media-action-wrap>a,#bbpress-forums div.bbp-reply-content .item-action-wrap>a,#bbpress-forums div.bbp-reply-content .media-action-wrap>a,#bbpress-forums div.bbp-topic-content .item-action-wrap>a,#bbpress-forums div.bbp-topic-content .media-action-wrap>a{background-color:rgba(0,0,0,.8)} - -#bbpress-forums div.bbp-forum-content .item-action_list,#bbpress-forums div.bbp-forum-content .media-action_list,#bbpress-forums div.bbp-reply-content .item-action_list,#bbpress-forums div.bbp-reply-content .media-action_list,#bbpress-forums div.bbp-topic-content .item-action_list,#bbpress-forums div.bbp-topic-content .media-action_list{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius)} - -#bbpress-forums div.bbp-forum-content .item-action_list ul,#bbpress-forums div.bbp-forum-content .media-action_list ul,#bbpress-forums div.bbp-reply-content .item-action_list ul,#bbpress-forums div.bbp-reply-content .media-action_list ul,#bbpress-forums div.bbp-topic-content .item-action_list ul,#bbpress-forums div.bbp-topic-content .media-action_list ul{border-radius:var(--bb-block-radius);padding:8px;margin:0} - -#bbpress-forums div.bbp-forum-content .item-action_list ul li,#bbpress-forums div.bbp-forum-content .media-action_list ul li,#bbpress-forums div.bbp-reply-content .item-action_list ul li,#bbpress-forums div.bbp-reply-content .media-action_list ul li,#bbpress-forums div.bbp-topic-content .item-action_list ul li,#bbpress-forums div.bbp-topic-content .media-action_list ul li{list-style:none} - -#bbpress-forums div.bbp-forum-content .item-action_list ul li a,#bbpress-forums div.bbp-forum-content .media-action_list ul li a,#bbpress-forums div.bbp-reply-content .item-action_list ul li a,#bbpress-forums div.bbp-reply-content .media-action_list ul li a,#bbpress-forums div.bbp-topic-content .item-action_list ul li a,#bbpress-forums div.bbp-topic-content .media-action_list ul li a{border-radius:var(--bb-block-radius);color:var(--bb-body-text-color);display:block;padding:10px 14px} - -#bbpress-forums div.bbp-forum-content .item-action_list ul li a:hover,#bbpress-forums div.bbp-forum-content .media-action_list ul li a:hover,#bbpress-forums div.bbp-reply-content .item-action_list ul li a:hover,#bbpress-forums div.bbp-reply-content .media-action_list ul li a:hover,#bbpress-forums div.bbp-topic-content .item-action_list ul li a:hover,#bbpress-forums div.bbp-topic-content .media-action_list ul li a:hover{background-color:var(--bb-content-alternate-background-color)} - -#bbpress-forums div.bbp-forum-content .item-action_list ul li a::before,#bbpress-forums div.bbp-forum-content .media-action_list ul li a::before,#bbpress-forums div.bbp-reply-content .item-action_list ul li a::before,#bbpress-forums div.bbp-reply-content .media-action_list ul li a::before,#bbpress-forums div.bbp-topic-content .item-action_list ul li a::before,#bbpress-forums div.bbp-topic-content .media-action_list ul li a::before{color:var(--bb-alternate-text-color)} - -#bbpress-forums div.bbp-forum-content .bb-link-preview-container,#bbpress-forums div.bbp-reply-content .bb-link-preview-container,#bbpress-forums div.bbp-topic-content .bb-link-preview-container{margin:3px 3px 3px 0;width:-webkit-calc(100% - 6px);width:calc(100% - 6px)} - -#bbpress-forums div.bbp-reply-content a.bp-video-thumbnail-submit{background-color:var(--bb-primary-color)} - -.bbp-reply-content.bs-forum-content p:last-child{margin:0} - -.bs-reply-header .bbp-author-role{display:inline-block;margin-right:5px;margin-bottom:4px} - -#bbpress-forums#bbpress-forums .bs-forums-items .item-meta>span.bs-timestamp{line-height:1;margin-top:0} - -#bbpress-forums ul.bbp-threaded-replies{list-style:none;margin-left:0;margin-bottom:0}@media (max-width:1000px){ - -#bbpress-forums ul.bbp-threaded-replies{margin-left:15px}}@media (max-width:800px){ - -#bbpress-forums ul.bbp-threaded-replies{margin-left:10px}} - -#bbpress-forums ul.bbp-threaded-replies .item-avatar{margin-right:12px} - -#bbpress-forums ul.bbp-threaded-replies .bbp-author-avatar,#bbpress-forums ul.bbp-threaded-replies .item-avatar .avatar{max-width:36px!important;min-width:36px!important} - -#bbpress-forums ul.bbp-threaded-replies .bs-reply-list-item{padding:20px 30px 20px 60px} - -#bbpress-forums ul.bbp-threaded-replies .depth-3>.bs-reply-list-item{padding-left:90px} - -#bbpress-forums ul.bbp-threaded-replies .depth-4>.bs-reply-list-item{padding-left:120px} - -#bbpress-forums ul.bbp-threaded-replies .depth-5>.bs-reply-list-item{padding-left:150px} - -#bbpress-forums ul.bbp-threaded-replies .depth-6>.bs-reply-list-item{padding-left:180px} - -#bbpress-forums ul.bbp-threaded-replies .depth-7>.bs-reply-list-item{padding-left:210px} - -#bbpress-forums ul.bbp-threaded-replies .depth-8>.bs-reply-list-item{padding-left:240px} - -#bbpress-forums ul.bbp-threaded-replies .depth-9>.bs-reply-list-item{padding-left:270px} - -#bbpress-forums ul.bbp-threaded-replies .depth-10>.bs-reply-list-item{padding-left:300px}@media screen and (max-width:1000px){ - -#bbpress-forums ul.bbp-threaded-replies{margin-left:0} - -#bbpress-forums ul.bbp-threaded-replies .bs-reply-list-item{padding-left:30px} - -#bbpress-forums ul.bbp-threaded-replies .depth-3>.bs-reply-list-item{padding-left:60px} - -#bbpress-forums ul.bbp-threaded-replies .depth-4>.bs-reply-list-item{padding-left:90px} - -#bbpress-forums ul.bbp-threaded-replies .depth-5>.bs-reply-list-item{padding-left:120px} - -#bbpress-forums ul.bbp-threaded-replies .depth-6>.bs-reply-list-item{padding-left:160px} - -#bbpress-forums ul.bbp-threaded-replies .depth-7>.bs-reply-list-item{padding-left:180px} - -#bbpress-forums ul.bbp-threaded-replies .depth-8>.bs-reply-list-item{padding-left:210px} - -#bbpress-forums ul.bbp-threaded-replies .depth-9>.bs-reply-list-item{padding-left:240px} - -#bbpress-forums ul.bbp-threaded-replies .depth-10>.bs-reply-list-item{padding-left:270px}}@media screen and (max-width:800px){ - -#bbpress-forums ul.bbp-threaded-replies .bs-reply-list-item{padding-left:25px} - -#bbpress-forums ul.bbp-threaded-replies .depth-3>.bs-reply-list-item{padding-left:35px} - -#bbpress-forums ul.bbp-threaded-replies .depth-4>.bs-reply-list-item{padding-left:45px} - -#bbpress-forums ul.bbp-threaded-replies .depth-5>.bs-reply-list-item{padding-left:55px} - -#bbpress-forums ul.bbp-threaded-replies .depth-6>.bs-reply-list-item{padding-left:65px} - -#bbpress-forums ul.bbp-threaded-replies .depth-7>.bs-reply-list-item{padding-left:75px} - -#bbpress-forums ul.bbp-threaded-replies .depth-8>.bs-reply-list-item{padding-left:85px} - -#bbpress-forums ul.bbp-threaded-replies .depth-9>.bs-reply-list-item{padding-left:95px} - -#bbpress-forums ul.bbp-threaded-replies .depth-10>.bs-reply-list-item{padding-left:105px}} - -#bbpress-forums ul.bbp-threaded-replies li{margin-bottom:0} - -#bbpress-forums ul.bbp-threaded-replies .bs-reply-header{margin-bottom:5px} - -#bbpress-forums ul.bbp-threaded-replies .bbp-reply-content{line-height:1.4;margin-left:60px;padding-right:20px}@media only screen and (max-width:544px){ - -.has-sidebar.forums-sidebar.sidebar-left #secondary+.content-area{padding-top:0}} - -#bbpress-forums .bs-dropdown .bbp-admin-links{font-size:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:3px 0;width:100%} - -#bbpress-forums .bs-dropdown .bbp-admin-links a{margin:0;padding:9px 15px;display:block;text-align:left;color:var(--bb-body-text-color);opacity:1;font-size:13px;font-weight:inherit;letter-spacing:-.24px;width:100%;text-transform:none} - -#bbpress-forums .bs-dropdown .bbp-admin-links a:hover{color:var(--bb-primary-color)} - -#bbpress-forums .bs-dropdown .bbp-admin-links a.bbp-topic-reply-link{background-color:transparent;line-height:inherit;border:0;border-radius:inherit} - -#bbpress-forums .bs-dropdown .bbp-admin-links a.bbp-topic-reply-link:hover{background-color:#f5f5f5;box-shadow:none} - -#bbpress-forums .bs-dropdown .bbp-admin-links .bbp-topic-sticky-link,#bbpress-forums .bs-dropdown .bbp-admin-links .bbp-topic-super-sticky-link{display:none} - -#bbpress-forums .status-spam.even,#bbpress-forums .status-spam.odd,#bbpress-forums .status-trash.even,#bbpress-forums .status-trash.odd{width:auto} - -#bbpress-forums .bb-single-reply-list>li>.status-spam.even,#bbpress-forums .bb-single-reply-list>li>.status-spam.odd,#bbpress-forums .bb-single-reply-list>li>.status-trash.even,#bbpress-forums .bb-single-reply-list>li>.status-trash.odd{padding:15px 30px} - -#bbpress-forums .status-closed,#bbpress-forums .status-closed a{color:inherit} - -#bbpress-forums .bbp-reply-form fieldset.bbp-form legend{padding:0} - -#bbpress-forums fieldset.bbp-form{margin-bottom:30px;margin-top:30px} - -#bbpress-forums fieldset.bbp-form+fieldset.bbp-form{margin-top:0} - -#bbpress-forums fieldset.bbp-form legend{font-size:20px;font-weight:500;color:var(--bb-headings-color);display:block;letter-spacing:-.24px;line-height:1.2;margin-bottom:20px;padding:0} - -.bbp-user-section .bbp-pagination:first-child{display:none} - -.bbp-user-page h2.entry-title{font-size:20px;margin:0 0 16px} - -.buddypress-wrap #bbpress-forums>#subscription-toggle{display:inline-block;width:auto;margin-left:10px;margin-bottom:10px} - -#bbpress-forums>#subscription-toggle{margin-bottom:25px;display:block} - -#bbpress-forums>#subscription-toggle .subscription-toggle{min-width:160px;width:auto} - -#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar .button,#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar .button-secondary{color:#555;border-color:#ccc;background:#f7f7f7;box-shadow:0 1px 0 #ccc;vertical-align:top;height:auto;min-height:2px;border-radius:3px} - -.bbp-author-link-sep::before{content:"\00a0"} - -#bbpress-forums fieldset.bbp-form label[for=bbp_destination_topic]{display:block} - -select#bbp_destination_topic{min-width:40%;width:100%} - -#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content{font-size:13px;border:none;border-top:1px solid #e7e9ec;height:140px} - -#bbpress-forums .bbp-user-section{overflow:initial} - -.bbp-user-edit.single .bbp-profile-avatar-link,.bbp-user-page.single .bbp-profile-avatar-link{width:100%} - -div#bbpress-forums::after{content:"";display:table;clear:both} - -#bbp-user-wrapper.bb-bbp-user-wrapper ul#user_switching_switch_to{margin-bottom:20px} - -#bbpress-forums #bbp-user-wrapper.bb-bbp-user-wrapper .entry-title{margin-bottom:20px} - -#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav .current a{color:var(--bb-headings-color)} - -#bbp-your-profile{background-color:#fff;border:1px solid var(--bb-content-border-color);padding:15px 20px;position:relative;border-radius:4px} - -#bbpress-forums #bbp-your-profile fieldset{padding:0} - -#bbpress-forums #bbp-your-profile fieldset label[for]{padding:0;text-align:left} - -#bbpress-forums #bbp-your-profile h2.entry-title{font-size:20px;border-bottom:1px solid rgba(0,0,0,.1);font-weight:500;padding-bottom:10px;padding-top:10px} - -#bbpress-forums #bbp-your-profile fieldset.submit{border:0;padding:0} - -#bbpress-forums #bbp-your-profile fieldset.submit button{float:left;min-width:180px;font-weight:500} - -#bbpress-forums #bbp-your-profile fieldset input,#bbpress-forums #bbp-your-profile fieldset select,#bbpress-forums #bbp-your-profile fieldset textarea{background-color:#fff;border:1px solid #dedfe2;border-radius:3px;box-shadow:none;padding:0 12px;width:60%} - -#bbpress-forums #bbp-your-profile fieldset fieldset.password{width:60%;display:block} - -#bbpress-forums .bb-edit-user-form-wrap #bbp-your-profile fieldset fieldset.password{width:100%} - -#bbpress-forums div.bbp-topic-tags{display:none} - -.single-item.groups.buddypress #bbpress-forums>h3{display:none} - -#bbpress-forums fieldset.bbp-form label[for=bbp_log_reply_edit],#bbpress-forums fieldset.bbp-form label[for=bbp_log_topic_edit]{font-weight:400;color:var(--bb-body-text-color)} - -.topic-archive .bs-header-item .btn-new-topic{display:none} - -.bbp-reply-revision-log .avatar,.bbp-topic-revision-log .avatar{vertical-align:middle} - -#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log,#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log{border-top:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color);margin-bottom:15px;padding:10px 0} - -.bbp-user-edit.single #bbpress-forums>.bbp-template-notice{margin-bottom:50px} - -#bbpress-forums#bbpress-forums .bs-forums-items.bs-item-list.list-view .bs-header-item div.action{padding-left:0;margin-top:5px;margin-bottom:5px} - -#bbpress-forums#bbpress-forums .bs-forums-items .item-title .bs-meta-item a{font-size:13px} - -.bbp-user-profile{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;padding:30px} - -#bbpress-forums .bs-single-forum-list.bb-single>li.bs-header-item{border-bottom:1px solid var(--bb-content-border-color)} - -#bbpress-forums#bbpress-forums .bs-single-forum-list.bb-single .status-spam{width:-webkit-calc(100% + 60px);width:calc(100% + 60px);margin-top:-25px;margin-bottom:-25px;border-radius:0 0 3px 3px} - -.bbp_widget_login .bbp-logged-in h5 .bb-mini-group-profile-card-area .bb-profile-card::before,.bbp_widget_login .bbp-logged-in h5 .bb-mini-profile-card-area .bb-profile-card::before{right:-55px} - -.bbp_widget_login .elementor-widget-container{width:100%} - -.bbp_widget_login .bbp-logged-in h5 a{color:var(--bb-headings-color)} - -.bbp_widget_login .bbp-logged-in h5 a:hover{color:var(--bb-primary-color)} - -.bbp-logged-in h5,.bp-login-widget-user-link{font-weight:500;font-size:16px;line-height:19px;font-family:inherit;margin-top:6px;margin-bottom:0;-webkit-font-smoothing:initial;-moz-osx-font-smoothing:initial} - -.bbp-logged-in h5 a,.bp-login-widget-user-link a{color:inherit}@media only screen and (max-width:640px){ - -#bbpress-forums #bbp-your-profile fieldset fieldset.password,#bbpress-forums #bbp-your-profile fieldset input,#bbpress-forums #bbp-your-profile fieldset label[for],#bbpress-forums #bbp-your-profile fieldset select,#bbpress-forums #bbp-your-profile fieldset textarea{width:100%}}@media only screen and (min-width:992px) and (max-width:1300px){ - -#bbpress-forums .bb-forums-list .lg-grid-1-3{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;max-width:33.33%}}@media (max-width:768px){ - -.topic-archive .bs-header-item .btn-new-topic{display:block}}@media only screen and (max-width:480px){ - -#bbpress-forums div.bbp-reply-author img.avatar{position:static;width:auto;height:auto} - -#buddypress h4.bb-active-order,h4.bb-active-order{-webkit-box-flex:0;-ms-flex:0 0 85%;flex:0 0 85%;margin:0} - -.bs-topics-wrapper .btn-new-topic{margin-left:10px;padding:8px 10px;font-size:13px}} - -.bbpress-sidebar .widget_tag_cloud{background-color:transparent;padding-left:0;padding-right:0;border:0} - -.bbpress-sidebar .widget_tag_cloud .tagcloud a{color:var(--bb-headings-color);font-size:14px!important;line-height:170%;padding-right:5px} - -.bbpress-sidebar .widget_tag_cloud .tagcloud a:hover{color:var(--bb-primary-color)} - -.bbp-topic-revision-log-item img{vertical-align:middle} - -.ggpopover.ggpopover{max-width:540px;width:82%;border-color:#ddd!important;border-radius:4px;box-shadow:0 3px 34px 0 rgba(94,98,102,.2)} - -.ggpopover .popover-title{border-radius:4px 4px 0 0} - -.ggpopover .popover-content{border-radius:4px} - -.ggpopover>.arrow{display:none} - -.bb-sidebar-forums li{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap} - -.bb-sidebar-forums a.bbp-forum-title{-webkit-box-flex:1;-ms-flex:1;flex:1} - -.bb-sidebar-forums .topics-count{margin-left:auto;padding-left:20px} - -.bb-sidebar-forums .bb-sidebar-forums{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:10px 0 -10px} - -.single.full-fi-invert:not(.groups) #bbpress-forums{padding-top:30px} - -.single.single-forum.full-fi-invert .entry-content #bbpress-forums{padding-top:0} - -#bbp_editor_forum_content{border-color:#dedfe2} - -#bbp_editor_forum_content:focus{color:inherit;border-color:var(--bb-content-border-color)} - -#bbp_editor_topic_content{border:0;border-top:1px solid var(--bb-content-border-color);border-radius:0} - -#bbp_editor_topic_content:focus{color:inherit;border-color:var(--bb-content-border-color)} - -.bbp-forum-buttons-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center;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} - -.bbp-forum-buttons-wrap>*{margin-left:15px;margin-bottom:20px} - -.bbp-forum-buttons-wrap .reported-content{opacity:.9} - -#bbpress-forums .bb-main-forum-title{margin:0 auto 20px 0} - -span#subscription-toggle{float:none;display:block} - -.bbpress-sidebar #subscription-toggle{margin-bottom:20px} - -.bs-topic-sidebar-inner #subscription-toggle{font-size:0;width:100%} - -#subscription-toggle span{display:block} - -.mobile-only #subscription-toggle{float:none} - -.single-topic-sidebar-links .bb-topic-report-link-wrap{margin-top:-15px} - -.single-topic-sidebar-links .bb-topic-report-link-wrap a.report-content,.single-topic-sidebar-links .bb-topic-report-link-wrap a.reported-content{width:100%} - -.single-topic-sidebar-links .bb-topic-report-link-wrap a.reported-content{pointer-events:none;opacity:.8} - -.reply-edit #bbp_editor_reply_content{border:1px solid #dedfe2;border-radius:3px;padding:10px 15px} - -.reply-edit .bbp-reply-form #whats-new-toolbar{padding:5px 0 15px} - -.reply-edit .emojionearea.medium-editor-element{background:0 0;min-height:1px} - -.reply-edit #bbpress-forums fieldset.bbp-form>div{margin-bottom:15px} - -.reply-edit .bbp-submit-wrapper{margin-top:20px} - -.reply-edit #bbpress-forums .bp-feedback+fieldset.bbp-form{margin-top:30px} - -#bbpress-forums fieldset.bbp-form .bp-feedback p{line-height:1.3;margin:0} - -.bbp-form .select2-container--default .select2-selection--multiple .select2-selection__choice{margin-top:2px;margin-bottom:2px;padding:0 5px 0 10px} - -.bbp-form .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove{margin-top:2px} - -.bbp-form .select2-container--default .select2-selection--multiple .select2-selection__choice span.select2-selection__choice__remove::before{background:0 0;color:#fff;font-weight:300;font-size:14px} - -.bbp-forum-content-wrap{margin-bottom:30px;margin-top:30px} - -.single-with-sub-forum .bbp-forum-content-wrap{margin-top:0} - -.bbp-forum-content-wrap .bb-more-link{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color);margin-top:20px} - -.bbp-forum-content-wrap .bb-more-link: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);box-shadow:none} - -body:not(.forum) .entry-content .bbp-topic-form .bbp-submit-wrapper{margin-top:15px} - -body:not(.forum) .entry-content .bbp-topic-form .bbp-submit-wrapper .button.submit{margin-left:0} - -body:not(.forum) .entry-content .bbp-topic-form .bb-form-select-fields{padding:15px 10px} - -body:not(.forum) .entry-content .bbp-topic-form .new_topic_title_avatar{margin-right:10px} - -body:not(.forum) .entry-content .bbp-topic-form .bbp_topic_form_type_wrapper{margin-bottom:20px} - -body:not(.forum) .entry-content .bbp-topic-form .bbp_topic_title_wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px} - -body:not(.forum) .entry-content .bbp-topic-form #bbp_editor_topic_content{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:3px} - -body:not(.forum) .entry-content .bbp-topic-form .bbp-reply-form #whats-new-attachments,body:not(.forum) .entry-content .bbp-topic-form .bbp-reply-form #whats-new-toolbar,body:not(.forum) .entry-content .bbp-topic-form .bbp-topic-form #whats-new-attachments,body:not(.forum) .entry-content .bbp-topic-form .bbp-topic-form #whats-new-toolbar{padding:0} - -body:not(.forum) .entry-content .bbp-topic-form .bbp-form #whats-new-attachments,body:not(.forum) .entry-content .bbp-topic-form .bbp-form #whats-new-toolbar{margin-bottom:15px} - -body:not(.forum) .entry-content .bbp-topic-form .bbp-topic-form #whats-new-toolbar{margin-bottom:15px} - -body:not(.forum) .entry-content .bbp-topic-form .bbp-form .emojionearea.medium-editor-element{background:0 0} - -body:not(.forum) .entry-content .bbp-topic-form .bbp_topic_tags_wrapper{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-top:0;border-radius:var(--bb-input-radius);padding:0 12px;margin-bottom:10px!important} - -body:not(.forum) .entry-content .bbp-topic-form #bbp_topic_tags{padding:0 12px} - -body:not(.forum) .entry-content .bbp-topic-form .bbp-form .bb-form-select-fields{display:block} - -body:not(.forum) .entry-content .bbp-topic-form #bbp-close-btn{display:none} - -body:not(.forum) .entry-content .bbp-topic-form #whats-new-toolbar{padding:0} - -body:not(.forum) .entry-content .bbp-topic-form .bb-form-select-fields>*{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0} - -body:not(.forum) .entry-content .bbp-topic-form .bbp_topic_tags_wrapper input,body:not(.forum) .entry-content .bbp-topic-form .bbp_topic_tags_wrapper select{border:0} - -body:not(.forum) .entry-content .bbp-topic-form .bbp_topic_title_wrapper input{margin-left:0} - -body:not(.forum) .entry-content .bbp-topic-form .bbp-the-content-wrapper{margin-bottom:10px} - -body:not(.forum) .entry-content .bbp-topic-form #whats-new-attachments{padding:0} - -.widget .bbp-topic-form .bbp_topic_tags_wrapper,body:not(.forum) .entry-content .widget .bbp-topic-form .bbp_topic_tags_wrapper{border-top:1px solid var(--bb-content-border-color)} - -.widget .bbp-topic-form .bbp-the-content-wrapper,body:not(.forum) .entry-content .widget .bbp-topic-form .bbp-the-content-wrapper{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius);background-color:var(--bb-content-background-color)} - -.widget .bbp-topic-form .bbp-the-content-wrapper .bbp-the-content,body:not(.forum) .entry-content .widget .bbp-topic-form .bbp-the-content-wrapper .bbp-the-content{border-radius:var(--bb-input-radius);padding-left:10px;padding-right:10px} - -.widget .bbp-reply-form,body:not(.forum) .entry-content .widget .bbp-reply-form{margin:0} - -.widget .bbp-reply-form .bbp-the-content-wrapper,body:not(.forum) .entry-content .widget .bbp-reply-form .bbp-the-content-wrapper{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius);background-color:var(--bb-content-background-color);margin-top:10px} - -.widget .bbp-reply-form .bbp-the-content-wrapper .bbp-the-content,body:not(.forum) .entry-content .widget .bbp-reply-form .bbp-the-content-wrapper .bbp-the-content{border-radius:var(--bb-input-radius);padding-left:10px;padding-right:10px;border:0} - -.widget .bbp-reply-form #bbp-reply-exerpt:empty,body:not(.forum) .entry-content .widget .bbp-reply-form #bbp-reply-exerpt:empty{display:none} - -.widget .bbp-forum-form .bbp-the-content-wrapper,body:not(.forum) .entry-content .widget .bbp-forum-form .bbp-the-content-wrapper{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius);background-color:var(--bb-content-background-color);margin-top:10px;margin-bottom:10px} - -.widget .bbp-forum-form .bbp-the-content-wrapper .bbp-the-content,body:not(.forum) .entry-content .widget .bbp-forum-form .bbp-the-content-wrapper .bbp-the-content{border-radius:var(--bb-input-radius);padding-left:10px;padding-right:10px;border:0;min-height:120px} - -body .entry-content>.bbp-topic-form.bb-modal{background-color:transparent;border:0;border-radius:0;padding:0;max-width:100%;margin:0;box-shadow:none} - -body .entry-content>.bbp-topic-form.bb-modal fieldset.bbp-form{margin-left:0;margin-right:0} - -body .entry-content>.bbp-topic-form.bb-modal .new_topic_title label{display:none!important} - -body .entry-content>.bbp-topic-form.bb-modal fieldset.bbp-form label{color:inherit;display:inline-block;font-size:15px;letter-spacing:-.24px;margin-bottom:5px} - -body .entry-content>.bbp-topic-form.bb-modal .new_topic_title_avatar{margin-right:20px} - -.elementor-shortcode #bbpress-forums .bbp-forum-form input,.elementor-shortcode #bbpress-forums .bbp-forum-form select,.elementor-shortcode #bbpress-forums .bbp-topic-form input,.elementor-shortcode #bbpress-forums .bbp-topic-form select,.entry-content>.bbp-forum-form input,.entry-content>.bbp-forum-form select,article.type-page .entry-content>#bbpress-forums .bbp-forum-form input,article.type-page .entry-content>#bbpress-forums .bbp-forum-form select,article.type-page .entry-content>#bbpress-forums .bbp-topic-form input,article.type-page .entry-content>#bbpress-forums .bbp-topic-form select,article.type-page .entry-content>.bbp-topic-form input,article.type-page .entry-content>.bbp-topic-form select{width:100%} - -.elementor-shortcode #bbpress-forums .bbp-forum-form .bbp-the-content-wrapper,.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp-the-content-wrapper,.entry-content>.bbp-forum-form .bbp-the-content-wrapper,article.type-page .entry-content>#bbpress-forums .bbp-forum-form .bbp-the-content-wrapper,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bbp-the-content-wrapper,article.type-page .entry-content>.bbp-topic-form .bbp-the-content-wrapper{margin-bottom:0} - -.elementor-shortcode #bbpress-forums .bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content,.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp-the-content-wrapper .bbp_editor_forum_content,.entry-content>.bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content,article.type-page .entry-content>#bbpress-forums .bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bbp-the-content-wrapper .bbp_editor_forum_content,article.type-page .entry-content>.bbp-topic-form .bbp-the-content-wrapper .bbp_editor_forum_content{font-size:15px;color:var(--bb-body-text-color);border:1px solid var(--bb-content-border-color);border-bottom:0;background-color:var(--bb-content-background-color);border-radius:var(--bb-input-radius) var(--bb-input-radius) 0 0;padding:15px;min-height:90px} - -.elementor-shortcode #bbpress-forums .bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content::after,.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp-the-content-wrapper .bbp_editor_forum_content::after,.entry-content>.bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content::after,article.type-page .entry-content>#bbpress-forums .bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content::after,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bbp-the-content-wrapper .bbp_editor_forum_content::after,article.type-page .entry-content>.bbp-topic-form .bbp-the-content-wrapper .bbp_editor_forum_content::after{font-size:15px;color:rgba(var(--bb-body-text-color-rgb),.5);pointer-events:none} - -.elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar,.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar,.entry-content>.bbp-forum-form #whats-new-toolbar,article.type-page .entry-content>#bbpress-forums .bbp-forum-form #whats-new-toolbar,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-toolbar,article.type-page .entry-content>.bbp-topic-form #whats-new-toolbar{border:1px solid var(--bb-content-border-color);border-top:0;background-color:var(--bb-content-background-color);border-radius:0 0 var(--bb-input-radius) var(--bb-input-radius);padding:15px;margin-bottom:15px} - -.elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar,.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar,.entry-content>.bbp-forum-form #whats-new-toolbar .medium-editor-toolbar,article.type-page .entry-content>#bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar,article.type-page .entry-content>.bbp-topic-form #whats-new-toolbar .medium-editor-toolbar{background-color:var(--bb-content-background-color);visibility:hidden;top:5px;left:45px} - -.elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions,.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions,.entry-content>.bbp-forum-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions,article.type-page .entry-content>#bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions,article.type-page .entry-content>.bbp-topic-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions{background-color:transparent} - -.elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar.active,.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active,.entry-content>.bbp-forum-form #whats-new-toolbar .medium-editor-toolbar.active,article.type-page .entry-content>#bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar.active,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active,article.type-page .entry-content>.bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active{visibility:visible} - -.elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-button-active,.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-button-active,.entry-content>.bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-button-active,article.type-page .entry-content>#bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-button-active,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-button-active,article.type-page .entry-content>.bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-button-active{background-color:transparent} - -.elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li button,.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li button,.entry-content>.bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li button,article.type-page .entry-content>#bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li button,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li button,article.type-page .entry-content>.bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li button{padding:10px 10px 10px 0} - -.elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li button:hover,.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li button:hover,.entry-content>.bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li button:hover,article.type-page .entry-content>#bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li button:hover,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li button:hover,article.type-page .entry-content>.bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li button:hover{background-color:transparent} - -.elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-action-pre,.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-action-pre,.entry-content>.bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-action-pre,article.type-page .entry-content>#bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-action-pre,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-action-pre,article.type-page .entry-content>.bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-action-pre{padding:10px} - -.elementor-shortcode #bbpress-forums .bbp-forum-form .bbp-submit-wrapper .button.submit,.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp-submit-wrapper .button.submit,.entry-content>.bbp-forum-form .bbp-submit-wrapper .button.submit,article.type-page .entry-content>#bbpress-forums .bbp-forum-form .bbp-submit-wrapper .button.submit,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bbp-submit-wrapper .button.submit,article.type-page .entry-content>.bbp-topic-form .bbp-submit-wrapper .button.submit{margin-left:0} - -.elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal #whats-new-toolbar,.elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal .bbp-the-content-wrapper,.elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_tags_wrapper,.elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal #whats-new-toolbar,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp-the-content-wrapper,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_tags_wrapper,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper,.entry-content>.bbp-forum-form.bb-modal #whats-new-toolbar,.entry-content>.bbp-forum-form.bb-modal .bbp-the-content-wrapper,.entry-content>.bbp-forum-form.bb-modal .bbp_topic_tags_wrapper,.entry-content>.bbp-forum-form.bb-modal .bbp_topic_title_wrapper,article.type-page .entry-content>#bbpress-forums .bbp-forum-form.bb-modal #whats-new-toolbar,article.type-page .entry-content>#bbpress-forums .bbp-forum-form.bb-modal .bbp-the-content-wrapper,article.type-page .entry-content>#bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_tags_wrapper,article.type-page .entry-content>#bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper,article.type-page .entry-content>#bbpress-forums .bbp-topic-form.bb-modal #whats-new-toolbar,article.type-page .entry-content>#bbpress-forums .bbp-topic-form.bb-modal .bbp-the-content-wrapper,article.type-page .entry-content>#bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_tags_wrapper,article.type-page .entry-content>#bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper,article.type-page .entry-content>.bbp-topic-form.bb-modal #whats-new-toolbar,article.type-page .entry-content>.bbp-topic-form.bb-modal .bbp-the-content-wrapper,article.type-page .entry-content>.bbp-topic-form.bb-modal .bbp_topic_tags_wrapper,article.type-page .entry-content>.bbp-topic-form.bb-modal .bbp_topic_title_wrapper{border:0} - -.elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper #bbp-close-btn,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper #bbp-close-btn,.entry-content>.bbp-forum-form.bb-modal .bbp_topic_title_wrapper #bbp-close-btn,article.type-page .entry-content>#bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper #bbp-close-btn,article.type-page .entry-content>#bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper #bbp-close-btn,article.type-page .entry-content>.bbp-topic-form.bb-modal .bbp_topic_title_wrapper #bbp-close-btn{display:block;font-weight:400} - -.elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper .new_topic_title #bbp_topic_title,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title #bbp_topic_title,.entry-content>.bbp-forum-form.bb-modal .bbp_topic_title_wrapper .new_topic_title #bbp_topic_title,article.type-page .entry-content>#bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper .new_topic_title #bbp_topic_title,article.type-page .entry-content>#bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title #bbp_topic_title,article.type-page .entry-content>.bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title #bbp_topic_title{margin:0} - -.elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar,.entry-content>.bbp-forum-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar,article.type-page .entry-content>#bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar,article.type-page .entry-content>#bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar,article.type-page .entry-content>.bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar{width:auto;min-width:auto} - -.elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal .bb-form-select-fields,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bb-form-select-fields,.entry-content>.bbp-forum-form.bb-modal .bb-form-select-fields,article.type-page .entry-content>#bbpress-forums .bbp-forum-form.bb-modal .bb-form-select-fields,article.type-page .entry-content>#bbpress-forums .bbp-topic-form.bb-modal .bb-form-select-fields,article.type-page .entry-content>.bbp-topic-form.bb-modal .bb-form-select-fields{padding:15px 25px} - -.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper,.elementor-shortcode .bbp-reply-form .bbp-form>legend,.entry-content>.bbp-reply-form .bbp-form>legend,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper,article.type-page .entry-content>.bbp-topic-form .bbp_topic_title_wrapper{font-size:16px;font-weight:600;color:var(--bb-headings-color);width:100%;padding:20px 25px;border:1px solid var(--bb-content-border-color);border-bottom:0;background-color:var(--bb-content-background-color);border-radius:var(--bb-input-radius) var(--bb-input-radius) 0 0;margin-bottom:0} - -.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper #bbp-close-btn,.elementor-shortcode .bbp-reply-form .bbp-form>legend #bbp-close-btn,.entry-content>.bbp-reply-form .bbp-form>legend #bbp-close-btn,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper #bbp-close-btn,article.type-page .entry-content>.bbp-topic-form .bbp_topic_title_wrapper #bbp-close-btn{display:none} - -.bbp-reply-form .bbp-form>legend #bbp-reply-exerpt:empty{display:none} - -.bbp-reply-form .bbp-form>legend #bbp-reply-exerpt.show-empty{display:block;padding-top:0} - -.bbp-reply-form .bbp-form>legend #bbp-reply-exerpt.show-empty+.bb-model-close-button{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)} - -.bbp-reply-form .bbp-form>legend #bbp-reply-exerpt.show-empty+.bb-model-close-button .bb-icon-close{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit;line-height:1} - -.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-attachments,.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar,.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp-the-content-wrapper,.elementor-shortcode .bbp-reply-form #whats-new-attachments,.elementor-shortcode .bbp-reply-form #whats-new-toolbar,.elementor-shortcode .bbp-reply-form .bbp-the-content-wrapper,.entry-content>.bbp-reply-form #whats-new-attachments,.entry-content>.bbp-reply-form #whats-new-toolbar,.entry-content>.bbp-reply-form .bbp-the-content-wrapper,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-attachments,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-toolbar,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bbp-the-content-wrapper,article.type-page .entry-content>.bbp-topic-form #whats-new-attachments,article.type-page .entry-content>.bbp-topic-form #whats-new-toolbar,article.type-page .entry-content>.bbp-topic-form .bbp-the-content-wrapper{border:1px solid var(--bb-content-border-color);border-top:0;border-bottom:0;background-color:var(--bb-content-background-color);margin-bottom:0;border-radius:0} - -.elementor-shortcode #bbpress-forums .bbp-topic-form div.dropzone.dz-started,.elementor-shortcode .bbp-reply-form div.dropzone.dz-started,.entry-content>.bbp-reply-form div.dropzone.dz-started,article.type-page .entry-content>#bbpress-forums .bbp-topic-form div.dropzone.dz-started,article.type-page .entry-content>.bbp-topic-form div.dropzone.dz-started{margin-bottom:0} - -.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_tags_wrapper,.elementor-shortcode .bbp-reply-form .bbp_topic_tags_wrapper,.entry-content>.bbp-reply-form .bbp_topic_tags_wrapper,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bbp_topic_tags_wrapper,article.type-page .entry-content>.bbp-topic-form .bbp_topic_tags_wrapper{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-top:0;border-radius:0 0 var(--bb-input-radius) var(--bb-input-radius)} - -.elementor-shortcode #bbpress-forums .bbp-topic-form .bb-form-select-fields,.elementor-shortcode .bbp-reply-form .bb-form-select-fields,.entry-content>.bbp-reply-form .bb-form-select-fields,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bb-form-select-fields,article.type-page .entry-content>.bbp-topic-form .bb-form-select-fields{margin:15px 0 0;padding:0} - -.elementor-shortcode #bbpress-forums .bbp-topic-form .medium-editor-element,.elementor-shortcode .bbp-reply-form .medium-editor-element,.entry-content>.bbp-reply-form .medium-editor-element,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .medium-editor-element,article.type-page .entry-content>.bbp-topic-form .medium-editor-element{display:inline-block;width:100%} - -.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar,.elementor-shortcode .bbp-reply-form #whats-new-toolbar,.entry-content>.bbp-reply-form #whats-new-toolbar,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-toolbar,article.type-page .entry-content>.bbp-topic-form #whats-new-toolbar{padding:15px 25px} - -.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar,.elementor-shortcode .bbp-reply-form #whats-new-toolbar .medium-editor-toolbar,.entry-content>.bbp-reply-form #whats-new-toolbar .medium-editor-toolbar,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar,article.type-page .entry-content>.bbp-topic-form #whats-new-toolbar .medium-editor-toolbar{left:50px} - -.elementor-shortcode #bbpress-forums .bbp-topic-form #bbp-template-notices,.elementor-shortcode .bbp-reply-form #bbp-template-notices,.entry-content>.bbp-reply-form #bbp-template-notices,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #bbp-template-notices,article.type-page .entry-content>.bbp-topic-form #bbp-template-notices{display:table;background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-bottom:0;border-top:0;width:100%} - -.elementor-shortcode #bbpress-forums .bbp-topic-form #bbp-template-notices .bp-feedback,.elementor-shortcode .bbp-reply-form #bbp-template-notices .bp-feedback,.entry-content>.bbp-reply-form #bbp-template-notices .bp-feedback,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #bbp-template-notices .bp-feedback,article.type-page .entry-content>.bbp-topic-form #bbp-template-notices .bp-feedback{margin:10px 15px} - -.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper .new_topic_title_avatar,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper .new_topic_title_avatar,article.type-page .entry-content>.bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar{width:64px;min-width:64px} - -.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper .new_topic_title_avatar img,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar img,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper .new_topic_title_avatar img,article.type-page .entry-content>.bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar img{width:100%} - -.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper #bbp_topic_title,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper #bbp_topic_title,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper #bbp_topic_title,article.type-page .entry-content>.bbp-topic-form.bb-modal .bbp_topic_title_wrapper #bbp_topic_title{margin:10px 0 0 15px} - -.elementor-shortcode #bbpress-forums .bbp-topic-form #bbp_topic_submit,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal #bbp_topic_submit,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #bbp_topic_submit,article.type-page .entry-content>.bbp-topic-form.bb-modal #bbp_topic_submit{margin-top:15px} - -.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_subscription_wrapper,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_subscription_wrapper,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bbp_topic_subscription_wrapper,article.type-page .entry-content>.bbp-topic-form.bb-modal .bbp_topic_subscription_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_subscription_wrapper>label,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_subscription_wrapper>label,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bbp_topic_subscription_wrapper>label,article.type-page .entry-content>.bbp-topic-form.bb-modal .bbp_topic_subscription_wrapper>label{margin-bottom:-15px} - -.elementor-shortcode #bbpress-forums .bbp-topic-form .avatar{border-radius:50%} - -.elementor-shortcode #whats-new-toolbar button{text-shadow:none} - -.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal #bbp_stick_topic_select,article.type-page .entry-content>.bbp-topic-form.bb-modal #bbp_stick_topic_select{margin-bottom:10px!important} - -body:not(.logged-in) .entry-content>.bbp-reply-form .bbp-form>legend{background-color:transparent;padding:0;border:0;border-radius:0;font-size:18px} - -body:not(.logged-in) .entry-content>.bbp-reply-form .bbp-form .bbp-the-content-wrapper{border-radius:var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0} - -body:not(.logged-in) .entry-content>.bbp-reply-form .bbp-form .bbp-the-content-wrapper .medium-editor-element:not(.emojionearea){border-radius:var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0} - -body:not(.logged-in) .entry-content>.bbp-reply-form .bbp-form #whats-new-toolbar{border-bottom:1px solid var(--bb-content-border-color);border-radius:0 0 var(--bb-block-radius-inner) var(--bb-block-radius-inner)} - -body:not(.logged-in) .entry-content>.bbp-reply-form .bbp-form fieldset.bbp-form-anonymous{margin:0} - -body:not(.logged-in) .entry-content>.bbp-reply-form .bbp-form fieldset.bbp-form-anonymous>legend{font-size:16px;margin-bottom:15px} - -body:not(.logged-in) .entry-content>.bbp-reply-form .bbp-form fieldset.bbp-form-anonymous p>label{display:block}@media screen and (max-width:992px){ - -.elementor-shortcode #bbpress-forums .bbp-topic-form .bb-form-select-fields,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bb-form-select-fields{display:block} - -.elementor-shortcode #bbpress-forums .bbp-topic-form .bb-form-select-fields>div,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bb-form-select-fields>div{width:50%;float:left} - -.elementor-shortcode #bbpress-forums .bbp-topic-form .bb-form-select-fields .bbp-submit-wrapper,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bb-form-select-fields .bbp-submit-wrapper{clear:none}}@media screen and (max-width:544px){ - -.entry-content>.bbp-reply-form .bb-form-select-fields{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.entry-content>.bbp-reply-form .bb-form-select-fields .bbp-submit-wrapper{margin-left:0} - -.elementor-shortcode #bbpress-forums .bbp-topic-form .bb-form-select-fields>div,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bb-form-select-fields>div{width:100%;margin-bottom:10px} - -.elementor-shortcode #bbpress-forums .bbp-topic-form .bb-form-select-fields>div #bbp_topic_submit,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bb-form-select-fields>div #bbp_topic_submit{margin-left:0}} - -body .select2-container .select2-dropdown.bb-tag-list-dropdown{bottom:16px} - -body .select2-container .select2-dropdown.bb-tag-list-dropdown.bb-tag-list-dropdown{bottom:45px} - -#bbp-search-form{position:relative} - -#bbp-search-form #bbp_search{font-size:14px;font-weight:400;white-space:nowrap;height:36px;line-height:36px;overflow:hidden;text-overflow:ellipsis;min-width:100%;padding-right:35px;border-radius:var(--bb-button-radius)} - -#bbp-search-form #bbp_search_submit{border:0;display:none!important;position:absolute;width:40px;font-size:0;top:0;padding:0;background:url(../images/svg/search.svg) no-repeat center transparent;background-size:45%;right:5px;opacity:.8} - -#bbp-search-form #bbp_search_submit:hover{box-shadow:none;opacity:1} - -.reply-edit #bbpress-forums .bbp-reply-form .bbp-form .bbp-the-content-wrapper,.topic-edit #bbpress-forums .bbp-topic-form .bbp-form .bbp-the-content-wrapper,article:not(.type-forum) .entry-content>#bbpress-forums .bbp-topic-form .bbp-form .bbp-the-content-wrapper,article:not(.type-forum) .entry-content>.bbp-topic-form .bbp-form .bbp-the-content-wrapper{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0;border-bottom:0;margin-bottom:0;display:table;width:100%} - -.reply-edit #bbpress-forums .bbp-reply-form .bbp-form .bbp-the-content-wrapper .medium-editor-element:not(.emojionearea),.topic-edit #bbpress-forums .bbp-topic-form .bbp-form .bbp-the-content-wrapper .medium-editor-element:not(.emojionearea),article:not(.type-forum) .entry-content>#bbpress-forums .bbp-topic-form .bbp-form .bbp-the-content-wrapper .medium-editor-element:not(.emojionearea),article:not(.type-forum) .entry-content>.bbp-topic-form .bbp-form .bbp-the-content-wrapper .medium-editor-element:not(.emojionearea){background-color:transparent;border-top:0} - -.reply-edit #bbpress-forums .bbp-reply-form .bbp-form textarea.bbp-the-content,.topic-edit #bbpress-forums .bbp-topic-form .bbp-form textarea.bbp-the-content,article:not(.type-forum) .entry-content>#bbpress-forums .bbp-topic-form .bbp-form textarea.bbp-the-content,article:not(.type-forum) .entry-content>.bbp-topic-form .bbp-form textarea.bbp-the-content{border-top:0;border-radius:var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0} - -.reply-edit #bbpress-forums .bbp-reply-form .bbp-form #whats-new-attachments,.topic-edit #bbpress-forums .bbp-topic-form .bbp-form #whats-new-attachments,article:not(.type-forum) .entry-content>#bbpress-forums .bbp-topic-form .bbp-form #whats-new-attachments,article:not(.type-forum) .entry-content>.bbp-topic-form .bbp-form #whats-new-attachments{margin-bottom:0;background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-width:0 1px;padding:15px} - -.reply-edit #bbpress-forums .bbp-reply-form .bbp-form #whats-new-toolbar,.topic-edit #bbpress-forums .bbp-topic-form .bbp-form #whats-new-toolbar,article:not(.type-forum) .entry-content>#bbpress-forums .bbp-topic-form .bbp-form #whats-new-toolbar,article:not(.type-forum) .entry-content>.bbp-topic-form .bbp-form #whats-new-toolbar{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:0 0 var(--bb-block-radius-inner) var(--bb-block-radius-inner);border-top:0;padding:15px} - -.single-topic .reply-edit #bbpress-forums .bbp-reply-form .bbp-form .bbp_topic_title_wrapper+.bbp-the-content-wrapper,.single-topic .topic-edit #bbpress-forums .bbp-topic-form .bbp-form .bbp_topic_title_wrapper+.bbp-the-content-wrapper,.single-topic article:not(.type-forum) .entry-content>#bbpress-forums .bbp-topic-form .bbp-form .bbp_topic_title_wrapper+.bbp-the-content-wrapper,.single-topic article:not(.type-forum) .entry-content>.bbp-topic-form .bbp-form .bbp_topic_title_wrapper+.bbp-the-content-wrapper{border-top-left-radius:0;border-top-right-radius:0} - -.single-topic .reply-edit #bbpress-forums .bbp-reply-form .bbp-form:has(.bbp_topic_tags_wrapper) #whats-new-toolbar,.single-topic .topic-edit #bbpress-forums .bbp-topic-form .bbp-form:has(.bbp_topic_tags_wrapper) #whats-new-toolbar,.single-topic article:not(.type-forum) .entry-content>#bbpress-forums .bbp-topic-form .bbp-form:has(.bbp_topic_tags_wrapper) #whats-new-toolbar,.single-topic article:not(.type-forum) .entry-content>.bbp-topic-form .bbp-form:has(.bbp_topic_tags_wrapper) #whats-new-toolbar{border-bottom-left-radius:0;border-bottom-right-radius:0} - -.reply-edit #bbpress-forums .bbp-reply-form .bbp-form .bbp-the-content-wrapper{border-radius:var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0} - -.reply-edit #bbpress-forums .bbp-reply-form .bbp-form #whats-new-toolbar{border-radius:0 0 var(--bb-block-radius-inner) var(--bb-block-radius-inner)} - -body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new_topic_title_avatar{margin-right:10px} - -body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new_topic_title input{width:100%} - -#buddypress .forum_single_action_wrap,.topic .forum_single_action_wrap{display:inline-block;margin-left:5px;position:relative} - -#buddypress .forum_single_action_wrap .forum_single_action_more-wrap,.topic .forum_single_action_wrap .forum_single_action_more-wrap{vertical-align:middle;display:inline-block;line-height:1} - -#buddypress .forum_single_action_wrap .forum_single_action_more-wrap i,.topic .forum_single_action_wrap .forum_single_action_more-wrap i{font-size:21px;color:#939597} - -#buddypress .forum_single_action_wrap .forum_single_action_options,.topic .forum_single_action_wrap .forum_single_action_options{position:absolute;top:30px;right:0;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;width:168px;padding:5px 0;display:none} - -#buddypress .forum_single_action_wrap .forum_single_action_options::after,.topic .forum_single_action_wrap .forum_single_action_options::after{content:" ";position:absolute;width:0;height:0;top:1px;margin:0 auto;right:8px;box-sizing:border-box;border:6px 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);-webkit-transition:all linear .2s;transition:all linear .2s;z-index:101} - -#buddypress .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap,.topic .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap{margin:0} - -#buddypress .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap a,.topic .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap a{margin:0;display:block;text-align:left;opacity:1;font-size:13px!important;letter-spacing:-.24px;width:100%;text-transform:none;font-weight:400;min-height:auto;border-radius:0;padding:10px 14px;color:#7f868f;line-height:1.1;border:0} - -#buddypress .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap a:hover,.topic .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap a:hover{background-color:#f5f5f5;color:var(--bb-primary-color)!important} - -#buddypress .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap a::before,.topic .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap a::before{font-family:bb-icons;content:"\ee9c";font-size:15px;display:inline-block;margin-right:10px;vertical-align:middle;width:20px;text-align:center} - -#buddypress .forum_single_action_wrap.is_visible .forum_single_action_options,.topic .forum_single_action_wrap.is_visible .forum_single_action_options{display:block}@media screen and (max-width:800px){ - -#buddypress .forum_single_action_wrap .forum_single_action_options,.topic .forum_single_action_wrap .forum_single_action_options{right:inherit;left:0} - -#buddypress .forum_single_action_wrap .forum_single_action_options::after,.topic .forum_single_action_wrap .forum_single_action_options::after{right:inherit;left:2px}} - -.topic .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap a:hover{color:var(--bb-primary-color)!important} - -#bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items:not(.bb-single) .bs-header-item .flex-1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -#bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 .bbp-forum-buttons-wrap,#bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 .bs-section-title{display:-webkit-box;display:-ms-flexbox;display:flex} - -#bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 .bs-section-title{font-size:18px} - -#bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 .bbp-forum-buttons-wrap *{margin-bottom:0}@media screen and (max-width:600px){ - -#bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -#bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 .bbp_before_forum_new_post{margin-top:10px} - -#bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 #subscription-toggle{margin-top:10px;margin-left:0}} - -.widget #bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1{-ms-flex-flow:column;flex-flow:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.single.single-forum .type-forum .entry-header.bb-single-forum{margin-bottom:1.1875rem} - -.single.single-forum .type-forum .bb-topic-banner{width:100vw;position:relative;left:50%;right:50%;border-bottom:1px solid var(--bb-content-border-color);height:300px;margin:-1.875rem -50vw 1.875rem;z-index:1;overflow:hidden} - -.single.single-forum .type-forum .bb-topic-banner::before{content:"";opacity:.4;background-color:#122b46;background-image:-webkit-linear-gradient(180deg,rgba(0,0,0,0) 4%,#000 100%);background-image:linear-gradient(270deg,rgba(0,0,0,0) 4%,#000 100%);background-image:-webkit-linear-gradient(270deg,rgba(0,0,0,0) 4%,#000 100%);background-image:linear-gradient(-180deg,rgba(0,0,0,0) 4%,#000 100%);position:absolute;height:100%;width:100%;top:0;left:0;z-index:1}@media screen and (max-width:460px){ - -.single.single-forum .type-forum .bb-topic-banner{height:auto;padding-top:30px;padding-bottom:30px}} - -.single.single-forum .type-forum .bb-topic-banner .banner-img{max-width:100%;min-width:100%;object-fit:cover;min-height:100%;height:auto;position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)} - -.single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum{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-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;color:#fff;position:relative;z-index:9;height:100%;margin-bottom:0} - -.single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum .entry-title{color:#fff;margin-bottom:0;max-width:60%;font-size:48px;font-weight:600;padding-bottom:60px} - -.single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum .bbp-forum-content-wrap{margin-top:-45px}@media screen and (max-width:980px){ - -.single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum .entry-title{max-width:80%;line-height:1.1}}@media screen and (max-width:800px){ - -.single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum{-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum .entry-title{padding-left:20px;padding-right:20px;max-width:100%;padding-bottom:0} - -.single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum .bbp-forum-content-wrap{margin-top:20px;text-align:center}}@media screen and (max-width:460px){ - -.single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum .entry-title{font-size:42px}}@media screen and (min-width:800px) and (max-width:1328px){ - -.single.single-forum .type-forum .bb-topic-banner .entry-header{margin-left:68px}}@media screen and (min-width:800px){ - -.single.single-forum.single-forum-cover-image .bbpress-sidebar{padding-top:330px} - -.single.single-forum.has-sidebar .type-forum .bb-topic-banner{left:-webkit-calc(50% + 150px);left:calc(50% + 150px)}}@media screen and (min-width:800px) and (max-width:1500px){ - -.buddypanel-open.single.single-forum .type-forum .bb-topic-banner .entry-header{margin-left:148px}} - -.bs-item-list.list-view div.bs-item-wrap:not(.no-hover-effect):hover{border-left-color:var(--bb-content-background-color);border-right-color:var(--bb-content-background-color);border-bottom-color:var(--bb-content-background-color)} - -.bs-item-list.list-view li.bs-item-wrap:not(.no-hover-effect):hover{border-bottom:1px solid var(--bb-content-border-color)}@media screen and (max-width:1200px){ - -#bbpress-forums#bbpress-forums .bs-forums-items.bs-item-list.list-view div.action .bb_more_options_action{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-right:0}}@media screen and (max-width:600px){ - -.bbp-forum-buttons-wrap{width:100%}} - -#bbpress-forums .bbp-reply-form.bb-modal .bb-form-select-fields,#bbpress-forums .bbp-topic-form.bb-modal .bb-form-select-fields{background:var(--bb-content-alternate-background-color)} - -#bbpress-forums .gif-search-query input[type=search]{margin-bottom:0} - -#bbpress-forums .gif-search-content .gif-search-results{min-height:260px;max-height:260px} - -fieldset.bbp-form .bbp-submit-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row-reverse;flex-flow:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.bb-form-select-fields{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -10px} - -.bb-form-select-fields>*{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 10px} - -.bb-form-select-fields .bb_subscriptions_active{padding-bottom:20px} - -.bb-form-select-fields select{color:var(--bb-body-text-color);width:100%} - -#bbpress-forums fieldset.bbp-form .bbp_topic_title_wrapper label{display:none} - -#bbpress-forums fieldset.bbp-form .bbp_topic_title_wrapper input{margin-bottom:0;margin-left:10px} - -#bbpress-forums .bbp_topic_title_wrapper #bbp_topic_title{margin-left:0} - -#bbpress-forums .bbp_topic_title_wrapper #bbp_topic_title.error{background-color:rgba(var(--bb-danger-color-rgb),.1)} - -#bbpress-forums .bbp-topic-form fieldset.bbp-form .bb-form_rev_wrapper{display:block} - -#bbpress-forums .bbp-topic-form fieldset.bbp-form>.flex{display:block} - -#bbpress-forums .bbp-topic-form fieldset.bbp-form fieldset.bbp-form{margin-bottom:0} - -#bbpress-forums .bbp-topic-form .bbp-tags-icon{display:none} - -#bbpress-forums .bbp-topic-form .bbp-submit-wrapper .button.submit{margin-right:0} - -#bbpress-forums .bbp-reply-form .bbp-tags-icon,.page .bbp-reply-form:not(.bb-modal) .bbp-tags-icon{display:none} - -#bbpress-forums .bbp-reply-form textarea#bbp_reply_content,.page .bbp-reply-form:not(.bb-modal) textarea#bbp_reply_content{width:100%} - -#bbpress-forums .bbp-reply-form fieldset.bbp-form input[type=text],.page .bbp-reply-form:not(.bb-modal) fieldset.bbp-form input[type=text]{width:100%} - -#bbpress-forums .bbp-reply-form fieldset.bbp-form label,.page .bbp-reply-form:not(.bb-modal) fieldset.bbp-form label{color:inherit;font-size:15px;letter-spacing:-.24px;margin-bottom:5px} - -#bbpress-forums .bbp-reply-form fieldset.bbp-form-anonymous,.page .bbp-reply-form:not(.bb-modal) fieldset.bbp-form-anonymous{margin:15px 0} - -#bbpress-forums .bbp-reply-form fieldset.bbp-form-anonymous p,.page .bbp-reply-form:not(.bb-modal) fieldset.bbp-form-anonymous p{margin-bottom:15px} - -#bbpress-forums .bbp-reply-form .bb-form_rev_wrapper,#bbpress-forums .bbp-reply-form .bb-form_rev_wrapper .flex,.page .bbp-reply-form:not(.bb-modal) .bb-form_rev_wrapper,.page .bbp-reply-form:not(.bb-modal) .bb-form_rev_wrapper .flex{display:block} - -.bbp-mfp-zoom-in .bb-modal{border-color:#ddd;margin:50px auto 0;max-width:750px;padding:0;border-radius:4px 4px 0 0;box-shadow:0 3px 34px 0 rgba(94,98,102,.2)} - -.bbp-mfp-zoom-in .bb-modal form#new-post{margin-bottom:0} - -.bbp-mfp-zoom-in .bb-modal form#new-post input.error{border:0;opacity:.5;color:inherit} - -.bbp-mfp-zoom-in .bbp-the-content-wrapper{margin:0} - -.bbp-mfp-zoom-in .bbp-the-content-wrapper textarea.bbp-the-content{max-height:250px;margin:0;font-size:15px;font-family:inherit} - -.bbp-mfp-zoom-in .bbp-the-content-wrapper textarea#bbp_reply_content,.bbp-mfp-zoom-in .bbp-the-content-wrapper textarea#bbp_topic_content{width:100%} - -.bbp-mfp-zoom-in .bbp-the-content-wrapper div.mce-panel.error{background-color:rgba(var(--bb-danger-color),.1)} - -.bbp-mfp-zoom-in .bbp-the-content-wrapper div.mce-panel.error iframe#bbp_topic_content_ifr{opacity:.5} - -.bbp-mfp-zoom-in .bb-form-select-fields{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px}@media only screen and (max-width:544px){ - -.bbp-mfp-zoom-in .bb-form-select-fields{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.bbp-mfp-zoom-in .bb-form-select-fields .bb_subscriptions_active{margin-bottom:20px}}@media only screen and (max-width:800px){ - -.bbp-mfp-zoom-in .bbp-topic-form .bb-form-select-fields{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.bbp-mfp-zoom-in .bbp-topic-form .bb-form-select-fields .bbp_topic_form_type_wrapper{width:100%;max-width:100%;margin-bottom:15px} - -.bbp-mfp-zoom-in .bbp-topic-form .bb-form-select-fields .bbp_topic_subscription_wrapper{margin-bottom:20px}} - -.bbp-mfp-zoom-in .bb-form_rev_wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 15px} - -.bbp-mfp-zoom-in .bb-form_rev_wrapper fieldset.bbp-form>div{-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.bbp-mfp-zoom-in .bb-form_rev_wrapper fieldset.bbp-form legend{margin-right:10px} - -.bbp-mfp-zoom-in .bb-form_rev_wrapper fieldset.bbp-form label[for=bbp_reply_edit_reason],.bbp-mfp-zoom-in .bb-form_rev_wrapper fieldset.bbp-form label[for=bbp_topic_edit_reason]{display:none} - -.bbp-mfp-zoom-in .bb-form_rev_wrapper fieldset.bbp-form label{font-size:14px;color:var(--bb-body-text-color)} - -.bbp-mfp-zoom-in ::-webkit-input-placeholder{color:#939597} - -.bbp-mfp-zoom-in :-ms-input-placeholder{color:#939597} - -.bbp-mfp-zoom-in ::placeholder{color:#939597} - -fieldset.bbp-form .bbp-submit-wrapper{margin-left:auto;margin-top:0;-ms-flex-flow:row;flex-flow:row;-webkit-box-flex:inherit;-ms-flex:inherit;flex:inherit} - -fieldset.bbp-form .bbp-submit-wrapper .button.submit{min-width:auto;margin-left:20px} - -fieldset.bbp-form .bbp-submit-wrapper a#bbp-cancel-reply-to-link,fieldset.bbp-form .bbp-submit-wrapper a#bbp-close-btn{color:var(--bb-alternate-text-color);font-size:14px} - -fieldset.bbp-form .bbp-submit-wrapper a#bbp-cancel-reply-to-link:hover,fieldset.bbp-form .bbp-submit-wrapper a#bbp-close-btn:hover{color:var(--bb-primary-color)} - -.bbp-template-notice{padding:10px;line-height:1.4;font-size:14px} - -.bbp-template-notice p{margin:0} - -.bbp_topic_tags_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0!important;padding:5px 25px;border-bottom:1px solid var(--bb-content-border-color);border-top:1px solid var(--bb-content-border-color)} - -.bbp_topic_tags_wrapper label{display:none!important} - -.bbp_topic_tags_wrapper>span>i{color:#939597;font-size:18px;position:relative;top:2px} - -.bbp_topic_tags_wrapper #bbp_topic_tags{border:0;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0;width:100%;margin:0!important} - -body .bbp_topic_tags_wrapper .bb-select-container.select2-selection.select2-selection--multiple{background-color:transparent} - -#bbpress-forums .bb-modal-box div.bbp-the-content-wrapper{margin:0} - -.bb-modal-box .bb-form-select-fields{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px 25px} - -#bbpress-forums .bb-modal.bbp-reply-form .bbp-the-content,#bbpress-forums .bb-modal.bbp-topic-form .bbp-the-content{position:relative} - -#bbpress-forums .bb-modal.bbp-reply-form .bbp-the-content[contenteditable=true]:empty::after,#bbpress-forums .bb-modal.bbp-topic-form .bbp-the-content[contenteditable=true]:empty::after{color:#c3c6c9;content:attr(data-placeholder)!important;position:absolute;left:0;top:0;padding:inherit;font-style:normal} - -#bbpress-forums .bb-modal.bbp-reply-form .bbp-the-content.medium-editor-placeholder:not(:empty)::after,#bbpress-forums .bb-modal.bbp-topic-form .bbp-the-content.medium-editor-placeholder:not(:empty)::after{display:none} - -.emojionearea.bbp-the-content.error{color:inherit} - -#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form,.elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form{margin:0} - -#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form fieldset.bbp-form-anonymous+.bbp_topic_title_wrapper,.elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form fieldset.bbp-form-anonymous+.bbp_topic_title_wrapper{padding-top:15px} - -#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form fieldset.bbp-form-anonymous+.bbp_topic_title_wrapper #bbp_topic_title,.elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form fieldset.bbp-form-anonymous+.bbp_topic_title_wrapper #bbp_topic_title{border:1px solid var(--bb-content-border-color)} - -#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form fieldset.bbp-form-anonymous+.bbp_topic_title_wrapper #bbp_topic_title.error,.elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form fieldset.bbp-form-anonymous+.bbp_topic_title_wrapper #bbp_topic_title.error{border:0} - -#bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_title_wrapper,.elementor-location-popup #bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper{margin:0;padding:18px 25px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative} - -#bbpress-forums .bb-modal.bbp-topic-form .new_topic_title_avatar img.avatar,.elementor-location-popup #bbpress-forums .bbp-topic-form .new_topic_title_avatar img.avatar{max-width:44px} - -#bbpress-forums .bb-modal.bbp-topic-form .new_topic_title,.elementor-location-popup #bbpress-forums .bbp-topic-form .new_topic_title{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-right:20px;margin:0 15px} - -#bbpress-forums .bb-modal.bbp-topic-form label,.elementor-location-popup #bbpress-forums .bbp-topic-form label{display:none} - -#bbpress-forums .bb-modal.bbp-topic-form #bbp_topic_title,.elementor-location-popup #bbpress-forums .bbp-topic-form #bbp_topic_title{border:0;width:100%} - -#bbpress-forums .bb-modal.bbp-topic-form .bb-model-close-button,.elementor-location-popup #bbpress-forums .bbp-topic-form .bb-model-close-button{position:absolute;right:25px;top:22px} - -#bbpress-forums .bb-modal.bbp-topic-form .bb-model-close-button:hover,.elementor-location-popup #bbpress-forums .bbp-topic-form .bb-model-close-button:hover{color:var(--bb-primary-color)} - -#bbpress-forums .bb-modal.bbp-topic-form #wp-bbp_topic_content-wrap .wp-editor-container,.elementor-location-popup #bbpress-forums .bbp-topic-form #wp-bbp_topic_content-wrap .wp-editor-container{border-left:0;border-right:0} - -#bbpress-forums .bb-modal.bbp-topic-form #wp-bbp_topic_content-wrap .quicktags-toolbar,.elementor-location-popup #bbpress-forums .bbp-topic-form #wp-bbp_topic_content-wrap .quicktags-toolbar{border-radius:0;background-color:rgba(146,164,183,.1)} - -#bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_subscription_wrapper,.elementor-location-popup #bbpress-forums .bbp-topic-form .bbp_topic_subscription_wrapper{-webkit-box-flex:1;-ms-flex:auto;flex:auto} - -#bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_form_forum_wrapper,.elementor-location-popup #bbpress-forums .bbp-topic-form .bbp_topic_form_forum_wrapper{max-width:200px} - -#bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_form_forum_wrapper label,.elementor-location-popup #bbpress-forums .bbp-topic-form .bbp_topic_form_forum_wrapper label{display:none} - -#bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_form_type_wrapper,.elementor-location-popup #bbpress-forums .bbp-topic-form .bbp_topic_form_type_wrapper{max-width:220px;min-width:180px} - -#bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_form_type_wrapper label,.elementor-location-popup #bbpress-forums .bbp-topic-form .bbp_topic_form_type_wrapper label{display:none} - -#bbpress-forums .bb-modal.bbp-topic-form .bp-feedback,.elementor-location-popup #bbpress-forums .bbp-topic-form .bp-feedback{margin:10px} - -#bbpress-forums .bb-modal.bbp-topic-form .bbp-tags-icon,.elementor-location-popup #bbpress-forums .bbp-topic-form .bbp-tags-icon{display:inline-block} - -#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form-anonymous,.elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form-anonymous{padding:0 15px} - -#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form-anonymous>legend,.elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form-anonymous>legend{padding-top:10px;padding-bottom:5px;color:var(--bb-headings-color)} - -#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form-anonymous p,.elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form-anonymous p{margin-bottom:15px} - -#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form-anonymous p:last-child,.elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form-anonymous p:last-child{margin-bottom:0} - -#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form-anonymous label,.elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form-anonymous label{display:none} - -#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form-anonymous input[type=text],.elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form-anonymous input[type=text]{width:100%} - -.elementor-location-popup .elementor-element-populated #bbpress-forums{margin:-10px;font-size:16px} - -.elementor-location-popup .elementor-element-populated #bbpress-forums .bb-form-select-fields{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px 5px;margin:0} - -.elementor-location-popup .elementor-element-populated #bbpress-forums .bb-form-select-fields select{margin:0;min-width:130px} - -.elementor-location-popup .elementor-element-populated #bbpress-forums .avatar{border-radius:50%} - -.elementor-popup-modal~.select2-container.select2-container--open{z-index:9999} - -#bbpress-forums .bb-modal.bbp-reply-form .bp-feedback{margin:10px} - -#bbpress-forums .bb-modal.bbp-reply-form .wp-editor-container{border-left:0;border-right:0} - -#bbpress-forums .bb-modal.bbp-reply-form .wp-editor-container div.mce-panel.error{background-color:rgba(var(--bb-danger-color),.1)} - -#bbpress-forums .bb-modal.bbp-reply-form .wp-editor-container div.mce-panel.error iframe#bbp_reply_content_ifr{opacity:.5} - -#bbpress-forums .bb-modal.bbp-reply-form .quicktags-toolbar{border-radius:0;background-color:rgba(146,164,183,.1)} - -#bbpress-forums .bb-modal.bbp-reply-form .bb_subscriptions_active{padding:0 10px;-webkit-box-flex:1;-ms-flex:auto;flex:auto} - -#bbpress-forums .bb-modal.bbp-reply-form fieldset.bbp-form-anonymous{padding:0 15px} - -#bbpress-forums .bb-modal.bbp-reply-form fieldset.bbp-form-anonymous>legend{padding-top:10px;padding-left:0} - -#bbpress-forums .bb-modal.bbp-reply-form fieldset.bbp-form-anonymous p{margin-bottom:15px} - -#bbpress-forums .bb-modal.bbp-reply-form fieldset.bbp-form-anonymous label{display:none} - -#bbpress-forums .bb-modal.bbp-reply-form fieldset.bbp-form-anonymous input[type=text]{width:100%} - -#bbpress-forums .bbp-reply-form.bb-modal{box-shadow:none;padding:10px 0;border:0} - -#bbpress-forums .bbp-reply-form.bb-modal form{margin-bottom:0} - -#bbpress-forums .bbp-reply-form.bb-modal fieldset.bbp-form{margin:0} - -#bbpress-forums .bbp-reply-form.bb-modal fieldset.bbp-form>legend{font-size:16px;font-weight:600;color:var(--bb-headings-color);margin-bottom:0;width:100%;padding:20px 25px 0} - -#bbpress-forums .bbp-reply-form.bb-modal #whats-new-toolbar,#bbpress-forums .bbp-reply-form.bb-modal .bb-form-select-fields,#bbpress-forums .bbp-reply-form.bb-modal .bbp-the-content,#bbpress-forums .bbp-reply-form.bb-modal .bbp_topic_tags_wrapper,#bbpress-forums .bbp-reply-form.bb-modal .medium-editor-placeholder{padding-left:25px;padding-right:25px} - -#bbpress-forums .bbp-reply-form.bb-modal #whats-new-toolbar .post-elements-buttons-item .bbp-the-content{padding-left:0;padding-right:0} - -#bbpress-forums .bbp-reply-form.bb-modal .bbp-submit-wrapper .button.submit{min-width:auto} - -#bbpress-forums .bbp-reply-form.bb-modal .wp-editor-container{border-left:1px solid var(--bb-content-border-color);border-right:1px solid var(--bb-content-border-color)} - -#bbpress-forums .bbp-reply-form.bb-modal div.bbp-submit-wrapper{margin-top:0} - -#bbpress-forums .bbp-reply-form.bb-modal a#bbp-cancel-reply-to-link,#bbpress-forums .bbp-reply-form.bb-modal a#bbp-close-btn{font-size:14px;margin-left:10px;font-weight:400;color:var(--bb-headings-color)} - -#bbpress-forums .bbp-reply-form.bb-modal a#bbp-cancel-reply-to-link:hover,#bbpress-forums .bbp-reply-form.bb-modal a#bbp-close-btn:hover{color:var(--bb-primary-color)} - -#bbpress-forums .bbp-reply-form.bb-modal a#bbp-cancel-reply-to-link{color:var(--bb-alternate-text-color)} - -#bbpress-forums .bbp-topic-form.bb-modal a#bbp-close-btn:hover{color:var(--bb-primary-color)} - -#bbpress-forums .bbp-reply-form.bb-modal #whats-new-toolbar .medium-editor-toolbar,#bbpress-forums .bbp-topic-form.bb-modal #whats-new-toolbar .medium-editor-toolbar{left:49px} - -#bbpress-forums .bbp-reply-form.bb-modal .bb-icon-close::before,#bbpress-forums .bbp-topic-form.bb-modal .bb-icon-close::before{color:var(--bb-headings-color);font-size:24px} - -.bbp-reply-form .medium-editor-element:not(.emojionearea),.bbp-topic-form .medium-editor-element:not(.emojionearea){border-radius:0;border-left:0;border-right:0;border-top:1px solid var(--bb-content-border-color);min-height:120px} - -.bbp-reply-form .medium-editor-element:not(.emojionearea)::after,.bbp-topic-form .medium-editor-element:not(.emojionearea)::after{pointer-events:none} - -.bbp-reply-form .emojionearea.medium-editor-element,.bbp-topic-form .emojionearea.medium-editor-element{min-height:1px} - -.bbp-reply-form #whats-new-toolbar,.bbp-topic-form #whats-new-toolbar{padding:15px 25px} - -.bbp-reply-form #whats-new-attachments,.bbp-topic-form #whats-new-attachments{padding:0 15px} - -.bbp-reply-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom,.bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom{top:-194px;left:40px;margin-top:0} - -.bbp-reply-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after,.bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{left:-14px;top:200px;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)} - -.bbp-reply-form .gif-media-search-dropdown.open,.bbp-topic-form .gif-media-search-dropdown.open{left:50px;top:-190px} - -.bbp-reply-form .gif-media-search-dropdown::before,.bbp-topic-form .gif-media-search-dropdown::before{left:0;top:140px;-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)} - -.bbp-reply-form #whats-new-toolbar .medium-editor-toolbar,.bbp-topic-form #whats-new-toolbar .medium-editor-toolbar{background-color:var(--bb-content-background-color)} - -#bbpress-forums .bbp-reply-content li>ol,#bbpress-forums .bbp-reply-content li>ul,#bbpress-forums .bbp-reply-form li>ol,#bbpress-forums .bbp-reply-form li>ul,#bbpress-forums .bbp-topic-form li>ol,#bbpress-forums .bbp-topic-form li>ul,.bbp_reply_create li>ol,.bbp_reply_create li>ul,.bbp_topic_create li>ol,.bbp_topic_create li>ul{margin-bottom:0} - -.forums-attached-gif-container.closed{display:none} - -.bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom{top:-184px} - -.bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{top:190px} - -.bbp-topic-form .gif-media-search-dropdown.open{top:-180px} - -.bbp-topic-form .gif-media-search-dropdown::before{top:190px} - -.bb-modal-box form{margin:0} - -.bb-modal-box #bbp_stick_topic_select{margin:0!important} - -#bbpress-forums .bb-modal.bb-modal-box{top:50%;left:5px;right:5px;display:none;position:fixed;z-index:999992;margin:0 auto;width:90%;max-width:800px;padding:0;box-shadow:0 6px 24px 0 rgba(18,43,70,.08);max-height:-webkit-calc(100vh - 50px);max-height:calc(100vh - 50px);overflow-y:auto;overflow-x:hidden;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius)} - -#bbpress-forums .bb-modal.bb-modal-box .bbp-the-content-wrapper.loading{text-align:center;padding:0;position:relative} - -#bbpress-forums .bb-modal.bb-modal-box .bbp-the-content-wrapper.loading::after{content:"\ef30";font:normal normal 400 22px/1 bb-icons;margin:0;display:inline-block;text-align:center;color:#939597;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;position:absolute;top:50%;margin-top:-11px} - -#bbpress-forums .bb-modal.bb-modal-box .bbp-the-content-wrapper.loading>div[data-placeholder]{pointer-events:none} - -#bbpress-forums .bb-modal.bb-modal-box .bbp-the-content-wrapper.loading>div[data-placeholder]::after{color:#c3c6c9;content:attr(data-placeholder)!important;position:absolute;left:0;top:0;padding:inherit;font-style:normal} - -.bb-modal-overlay{opacity:0;position:fixed;top:0;left:0;z-index:999991;width:100%;height:100%;background-color:rgba(250,251,253,.9);box-shadow:0 6px 24px 0 rgba(18,43,70,.1)} - -.bb-modal-overlay-open{overflow:hidden} - -#bbp-cancel-reply-to-link{display:none} - -.reply-edit fieldset.bbp-form .bbp-submit-wrapper .button.submit,.topic-edit fieldset.bbp-form .bbp-submit-wrapper .button.submit{margin-left:0;margin-top:20px} - -.reply-edit .bbp_topic_title_wrapper,.topic-edit .bbp_topic_title_wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px} - -.reply-edit #bbp_editor_topic_content,.topic-edit #bbp_editor_topic_content{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:3px} - -.reply-edit .bbp-reply-form #whats-new-attachments,.reply-edit .bbp-reply-form #whats-new-toolbar,.reply-edit .bbp-topic-form #whats-new-attachments,.reply-edit .bbp-topic-form #whats-new-toolbar,.topic-edit .bbp-reply-form #whats-new-attachments,.topic-edit .bbp-reply-form #whats-new-toolbar,.topic-edit .bbp-topic-form #whats-new-attachments,.topic-edit .bbp-topic-form #whats-new-toolbar{padding:0} - -.reply-edit .bbp-form #whats-new-attachments,.reply-edit .bbp-form #whats-new-toolbar,.topic-edit .bbp-form #whats-new-attachments,.topic-edit .bbp-form #whats-new-toolbar{margin-bottom:15px} - -.reply-edit .bbp-topic-form #whats-new-toolbar,.topic-edit .bbp-topic-form #whats-new-toolbar{margin-bottom:15px} - -.reply-edit .bbp-form .emojionearea.medium-editor-element,.topic-edit .bbp-form .emojionearea.medium-editor-element{background:0 0} - -.reply-edit .bbp-form .bbp_topic_tags_wrapper,.topic-edit .bbp-form .bbp_topic_tags_wrapper{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner);padding:0 12px;margin-bottom:10px!important} - -.reply-edit #bbp_topic_tags,.topic-edit #bbp_topic_tags{padding:0 12px} - -.reply-edit .bbp-form .bb-form-select-fields,.topic-edit .bbp-form .bb-form-select-fields{display:block} - -.reply-edit #bbp-close-btn,.topic-edit #bbp-close-btn{display:none} - -.reply-edit .bb-form-select-fields .bb_subscriptions_active{padding-bottom:0} - -.reply-edit #bbpress-forums .bb-form_rev_wrapper fieldset.bbp-form{margin:0} - -.groups.reply-edit #item-body>h3,.groups.topic-edit #item-body>h3{display:none} - -.tagify{border:0;width:100%} - -.tagify__input{margin:3px 0;padding:0} - -.tagify__tag>div{padding:0 22px 0 10px} - -.tagify__tag__removeBtn{font-size:16px;line-height:13px} - -.tagify__tag{margin:3px 5px 3px 0} - -.tagify__input:empty::before{opacity:.3} - -span.tagify__tag-text{font-size:15px} - -#bbp-reply-exerpt{margin:0 -15px;padding:10px 15px 20px;font-size:14px;color:#999;font-weight:400} - -#new-post:not(.submitting) .bb-icon-loader,#new-post:not(.submitting) .bb-icon-spinner{display:none} - -#new-post .bb-url-scrapper-container{max-width:753px} - -#new-post .bb-url-scrapper-container .bb-icon-spinner{display:inline-block} - -body:not(.topic-edit) #new-post input.select2-search__field{padding:0}@media screen and (max-width:544px){ - -.bbp-reply-form .post-emoji:nth-child(5)[data-bp-tooltip][data-bp-tooltip-pos=down-left]::after,.bbp-reply-form .post-emoji:nth-child(6)[data-bp-tooltip][data-bp-tooltip-pos=down-left]::after,.bbp-topic-form .post-emoji:nth-child(5)[data-bp-tooltip][data-bp-tooltip-pos=down-left]::after,.bbp-topic-form .post-emoji:nth-child(6)[data-bp-tooltip][data-bp-tooltip-pos=down-left]::after{margin-top:16px} - -.bbp-reply-form .post-emoji:nth-child(5)[data-bp-tooltip][data-bp-tooltip-pos=down-left]::before,.bbp-reply-form .post-emoji:nth-child(6)[data-bp-tooltip][data-bp-tooltip-pos=down-left]::before,.bbp-topic-form .post-emoji:nth-child(5)[data-bp-tooltip][data-bp-tooltip-pos=down-left]::before,.bbp-topic-form .post-emoji:nth-child(6)[data-bp-tooltip][data-bp-tooltip-pos=down-left]::before{margin-top:10px} - -.bbp-reply-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom,.bbp-reply-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom,.bbp-topic-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom,.bbp-topic-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom{height:230px;margin-bottom:10px} - -.bbp-reply-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper,.bbp-reply-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper,.bbp-topic-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper,.bbp-topic-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper{height:230px} - -.bbp-reply-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper .emojionearea-search-panel+.emojionearea-scroll-area,.bbp-reply-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper .emojionearea-search-panel+.emojionearea-scroll-area,.bbp-topic-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper .emojionearea-search-panel+.emojionearea-scroll-area,.bbp-topic-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper .emojionearea-search-panel+.emojionearea-scroll-area{height:140px} - -.bbp-reply-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom,.bbp-topic-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom{top:50px;left:-140px} - -.bbp-reply-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after,.bbp-topic-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{top:-12px;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);left:142px} - -.bbp-reply-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom,.bbp-topic-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom{top:50px;left:-179px} - -.bbp-reply-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after,.bbp-topic-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{top:-12px;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);left:181px} - -.bbp-reply-form .post-gif:nth-child(4)[data-bp-tooltip][data-bp-tooltip-pos=down-left]::after,.bbp-topic-form .post-gif:nth-child(4)[data-bp-tooltip][data-bp-tooltip-pos=down-left]::after{margin-top:16px} - -.bbp-reply-form .post-gif:nth-child(4)[data-bp-tooltip][data-bp-tooltip-pos=down-left]::before,.bbp-topic-form .post-gif:nth-child(4)[data-bp-tooltip][data-bp-tooltip-pos=down-left]::before{margin-top:10px} - -.bbp-reply-form .post-gif:nth-child(4) .gif-media-search-dropdown.open,.bbp-topic-form .post-gif:nth-child(4) .gif-media-search-dropdown.open{top:20px;left:-90px} - -.bbp-reply-form .post-gif:nth-child(4) .gif-media-search-dropdown.open::before,.bbp-topic-form .post-gif:nth-child(4) .gif-media-search-dropdown.open::before{top:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:110px} - -.bbp-reply-form .post-gif:nth-child(5) .gif-media-search-dropdown.open,.bbp-topic-form .post-gif:nth-child(5) .gif-media-search-dropdown.open{top:20px;left:-124px} - -.bbp-reply-form .post-gif:nth-child(5) .gif-media-search-dropdown.open::before,.bbp-topic-form .post-gif:nth-child(5) .gif-media-search-dropdown.open::before{top:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:144px}} - -#bbpress-forums.bbpress-forums-activity .bb-modal{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);bottom:auto} - -#bbpress-forums .bs-forums-items li .fluid-width-video-wrapper iframe{border-radius:var(--bb-block-radius-inner)} - -#bbpress-forums .bs-forums-items li iframe.twitter-timeline{border:1px solid var(--bb-content-border-color);border-radius:18px} - -#bbpress-forums .bs-forums-items li iframe[style="border-radius: 12px"]{border-radius:var(--bb-block-radius-inner)!important} - -.bbp-reply-form-success-modal .bbp-reply-form-success{position:fixed;left:0;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);padding:0;border-color:#e7e9ec} - -.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .activity-inner p{margin:0;color:#7f868f} - -.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #e7e9ec;padding:20px 15px} - -.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .activity-discussion-title-wrap{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:600} - -.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .activity-discussion-title-wrap a{color:var(--bb-headings-color)} - -.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;width:95%}@media only screen and (max-width:992px){ - -.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}} - -.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title .reply-to{width:auto;margin-right:5px}@media only screen and (max-width:992px){ - -.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title .reply-to{width:100%}}@media only screen and (max-width:992px){ - -.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title .discussion-title{width:100%}} - -.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title .discussion-title p{margin-bottom:0} - -.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title .discussion-title a{text-align:left} - -.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title .discussion-title .activity-list{padding:0} - -.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .close [class*=bb-icon-]::before{font-size:24px;color:var(--bb-headings-color)} - -.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .close:hover [class*=bb-icon-]::before{color:inherit} - -.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .close .js-modal-close:hover{color:var(--bb-primary-color)} - -.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .activity-inner{padding:20px 15px 10px} - -.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .view-reply-button{padding:0 15px 25px} - -.bbp-reply-form.bb-modal-box .bbp-form legend{position:relative} - -.bbp-reply-form.bb-modal-box .bbp-form legend .js-modal-close{position:absolute;right:20px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)} - -.bbp-reply-form.bb-modal-box .bbp-form legend .js-modal-close .bb-icon-close::before{color:var(--bb-headings-color);font-size:24px} - -.bb-quick-reply-form-wrap .bbp-reply-form .bbp-form>legend{padding:25px 15px!important;color:var(--bb-alternate-text-color)!important} - -.bb-quick-reply-form-wrap .bbp-reply-form .bbp-form>legend #bbp-reply-exerpt{font-weight:600;font-size:inherit;color:var(--bb-headings-color);padding-left:0;padding-right:0;margin-left:0;margin-right:0} - -.bb-quick-reply-form-wrap .bbp-reply-form .bbp-form>legend .js-modal-close .bb-model-close-button{color:var(--bb-headings-color);font-size:24px} - -body.activity .bb-modal-overlay{background:rgba(250,251,253,.9);opacity:1} - -body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-media-wrap .entry-img{border-radius:4px} - -body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-media-wrap .entry-img img{width:100%} - -body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-media-wrap.bb-media-length-1 .bb-activity-media-elem{width:-webkit-calc(100% - 24px);width:calc(100% - 24px);margin:12px auto;border:none} - -body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-media-wrap.bb-media-length-1 .bb-activity-media-elem .entry-img img{width:auto;max-height:640px;margin:0 auto} - -body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-media-wrap:not(.bb-media-length-1){border:9px solid transparent} - -body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-media-wrap:not(.bb-media-length-1) .bb-activity-media-elem{padding:3px} - -body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-video-wrap.bb-video-length-1{width:-webkit-calc(100% - 24px);width:calc(100% - 24px);margin:12px auto;border-radius:4px} - -body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-video-wrap.bb-video-length-1 .bb-activity-video-elem{padding:0} - -body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-video-wrap:not(.bb-video-length-1){padding:9px;margin:0} - -body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-video-wrap .bb-activity-video-elem .single-activity-video{border-radius:4px} - -body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-video-wrap .bb-activity-video-elem .single-activity-video::after{border:0;border-radius:4px} - -body.activity .activity .activity-list .bbp_reply_create .activity-inner{border-radius:4px} - -body.activity .activity .activity-list .bbp_reply_create .activity-inner .media-activity .bb-open-media-theatre{width:100%;border-radius:4px;background-color:var(--bb-cover-image-background-color)} - -body.activity .activity .activity-list .bbp_reply_create .activity-inner .media-activity .bb-open-media-theatre .photo{margin:0 auto} - -body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-media-wrap.bb-media-length-1 .bb-activity-media-elem{width:-webkit-calc(100% - 24px);width:calc(100% - 24px);margin:12px auto;border:none} - -body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-media-wrap.bb-media-length-1 .bb-activity-media-elem .entry-img img{max-height:640px;margin:0 auto} - -body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-media-wrap:not(.bb-media-length-1){border:9px solid transparent} - -body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-media-wrap:not(.bb-media-length-1) .bb-activity-media-elem{padding:3px} - -body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-video-wrap.bb-video-length-1{width:-webkit-calc(100% - 24px);width:calc(100% - 24px);margin:12px auto;border-radius:4px} - -body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-video-wrap.bb-video-length-1 .bb-activity-video-elem{padding:0} - -body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-video-wrap:not(.bb-video-length-1){padding:9px;margin:0} - -body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-video-wrap .bb-activity-video-elem .single-activity-video{border-radius:4px} - -body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-video-wrap .bb-activity-video-elem .single-activity-video::after{border:0;border-radius:4px} - -body.page #bbpress-forums .bb-single-reply-list.list-view .bs-item-wrap{border-radius:var(--bb-block-radius) var(--bb-block-radius)} - -body.page #bbpress-forums .bb-single-reply-list .bs-item-wrap .bs-reply-list-item{padding:0} - -body.page #bbpress-forums .bb-single-reply-list .bs-item-wrap .bs-reply-list-item:hover{background-color:transparent!important} - -body.page #bbpress-forums .bb-single-reply-list .bs-item-wrap .bs-reply-header .item-meta{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start} - -body.page #bbpress-forums .bb-single-reply-list .bs-item-wrap .bs-reply-header .item-meta h3{width:100%} \ No newline at end of file +#bbpress-forums #bbp-user-wrapper div.item-list-tabs ul:after,#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]):after{content:" ";display:table;clear:both}#bbpress-forums{font-size:inherit}#bbpress-forums .bb-topic-states .bbp-meta{position:absolute;margin-top:15px;right:0}@media screen and (max-width:800px){#bbpress-forums .bb-topic-states .bbp-meta{margin-top:0;top:0}}#bbpress-forums .bs-header-item.topic-lead .bb-topic-states .bbp-meta{position:relative;right:initial;margin:0}@media screen and (max-width:480px){#bbpress-forums .item-title .title-wrap{padding-right:50px}}#bbpress-forums .item-description{font-size:14px}#bbpress-forums .item-description p{margin-bottom:10px}@media screen and (min-width:800px){#bbpress-forums .bb-topic-states{position:relative}}.forum-archive .entry-header .bs-dir-search{margin-top:-29px}@media screen and (max-width:540px){.forum-archive .entry-header .bs-dir-search{margin:20px 0}}.forum-archive .bp-search-ac.ui-autocomplete.bp-forum-search-ac-header{min-width:initial}.topic-edit .bbp_topic_title_wrapper .new_topic_title{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:10px}.bs-forums-banner{padding:76px 20px}.entry-content .bs-forums-banner{margin-top:-30px}.bs-forums-banner.has-banner-img{background-repeat:no-repeat;background-size:cover;background-position:center;color:#fff}.bs-forums-banner.has-banner-img .bs-search-form{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.4);border-radius:var(--bb-input-radius)}.bs-forums-banner.has-banner-img .bs-search-form:before{color:#fff;opacity:.9}.bs-forums-banner.has-banner-img input[type=text]{color:#fff}.bs-forums-banner.has-banner-img input[type=text].placeholder{color:#fff;opacity:.85}.bs-forums-banner.has-banner-img input[type=text]:placeholder{color:#fff;opacity:.85}.bs-forums-banner.has-banner-img input[type=text]::-webkit-input-placeholder{color:#fff;opacity:.85}.bs-forums-banner.has-banner-img input[type=text]:-ms-input-placeholder{color:#fff;opacity:.85}.bs-forums-banner.has-banner-img input[type=text]::placeholder{color:#fff;opacity:.85}.bs-forums-banner.has-banner-img input[type=text]:input-placeholder{color:#fff;opacity:.85}.bs-forums-banner.has-banner-img input[type=text]::input-placeholder{color:#fff;opacity:.85}.bs-forums-banner.has-banner-img .search-form_reset{color:#fff;opacity:.85}.bs-forums-banner.has-banner-img h1,.bs-forums-banner.has-banner-img p{color:#fff}.bs-forums-banner h1{font-size:36px;font-weight:500;letter-spacing:0}.bs-forums-banner p{opacity:.9;font-size:18px;font-weight:300;letter-spacing:-.24px;line-height:26px}.bs-forums-banner #forums-dir-search.bs-dir-search.bs-forums-search{float:none;margin:0 auto 15px;text-align:left;max-width:575px;width:98%}.bs-forums-banner #forums-dir-search.bs-dir-search.bs-forums-search #bbp_search{height:50px;padding-left:52px;width:100%}.bs-forums-banner .bs-search-form:before{top:15px;font-size:20px;left:18px}#bbpress-forums ul{clear:both}.bbp-the-content-wrapper .bbp-the-content ul{list-style-type:disc}#bbpress-forums{overflow:initial}#bbpress-forums h1:not(.bb-banner-title){font-size:1.75rem;line-height:1.5rem;margin:0;padding:0}#bbpress-forums ul.grid{margin-left:-10px;margin-right:-10px}#bbpress-forums ul.grid>li{margin-bottom:20px;padding-bottom:0}#bbpress-forums li.bs-item-wrap{background-color:var(--bb-content-background-color);margin:0 0 -1px}#bbpress-forums li.bs-item-wrap .bp-feedback.info{width:100%}#bbpress-forums .bbp-breadcrumb{display:none}#bbpress-forums>.bbp-forum-content-wrap{margin-top:0}#bbpress-forums>.bbp-forum-content-wrap p{margin-bottom:0}#bbpress-forums .bbp-forum-child .bbp-breadcrumb{display:block;font-size:12px;padding:10px 0;max-width:50%}@media (max-width:900px){#bbpress-forums .bbp-forum-child .bbp-breadcrumb{float:none;max-width:100%}}#bbpress-forums .bbp-forum-child .bbp-breadcrumb p{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:0}#bbpress-forums .bbp-forum-child .bbp-breadcrumb .bb-icon-angle-right{margin:0 3px}#bbpress-forums .bbp-forum-child .bbp-breadcrumb .bbp-breadcrumb-current,#bbpress-forums .bbp-forum-child .bbp-breadcrumb .bbp-breadcrumb-forum{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:50%}#bbpress-forums .bbp-forum-child .bbp-breadcrumb:first-child~.bbp-template-notice{display:none}#bbpress-forums fieldset.bbp-form{border:0;padding:0;margin:0}#bbpress-forums .bs-reply-list li.bs-reply-list-item:not(:last-child){margin-bottom:20px}#bbpress-forums .bs-dropdown{background:var(--bb-content-background-color)}#bbpress-forums .bs-reply-list{width:100%}#bbpress-forums fieldset.bbp-form legend{padding:5px 20px;font-size:16px}#bbpress-forums fieldset.bbp-form legend .js-modal-close{right:25px;top:15px;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);color:rgba(17,49,80,.4)}#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]){border-bottom:1px solid #eef0f3;overflow:visible}#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li{margin:0 30px 0 0}#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li:last-child{margin:0}#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li a,#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li span{display:block;padding:0 0 16px;text-decoration:none;font-size:14px}#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li a span,#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li a:hover span{background:#c8cbcf;border-radius:100px;font-size:11px;font-weight:600;color:#fff;letter-spacing:-.26px;line-height:12px;border:0;min-width:25px;display:inline-block;padding:3px}#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li.current a,#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li.selected a{background-color:transparent;border-bottom:1px solid var(--bb-primary-color);margin-bottom:-1px;opacity:1;font-weight:500;color:var(--bb-headings-color)}#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li.current a span,#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li.selected a span{background-color:var(--bb-primary-color)}#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav{border-top:1px solid var(--bb-content-border-color);margin-top:20px;margin-bottom:0;overflow:visible}#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav ul{list-style:none;margin:0}#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav li{float:left;margin:0 30px 0 0}#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav a{color:#939597;display:block;padding:15px 0;text-decoration:none;font-size:14px;border:0}#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav .selected a{background-color:transparent;border-bottom:1px solid var(--bb-primary-color);margin-bottom:-1px;opacity:1;font-weight:500;color:var(--bb-headings-color)}#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav .selected a span{background-color:var(--bb-primary-color)}#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav span{background:#c8cbcf;box-shadow:none;border-radius:100px;font-size:11px;font-weight:600;color:#fff;letter-spacing:-.26px;line-height:15px;border:0;min-width:22px;display:inline-block;margin-left:3px;padding:2px 7px 1px;text-align:center;vertical-align:middle}#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav{border-top:0;margin-top:0;margin-bottom:0;overflow:visible}#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav li li{margin:0;display:block;width:100%}#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav li li a{display:block;font-size:13px;font-weight:inherit;color:var(--bb-body-text-color);letter-spacing:-.24px;line-height:1;margin-bottom:1px;padding:.75rem .9375rem}#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav a.more-button{font-size:20px;padding:18px 0;line-height:1.05}#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav a.more-button.active:after{bottom:-10px}#bbpress-forums #bbp-user-wrapper div.item-list-tabs ul.sub-menu{background:#fff;top:50px;padding:10px 0}#bbpress-forums #bbp-user-wrapper div.item-list-tabs li.hideshow.menu-item-has-children>a:after{top:50px}#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav li.hideshow span{float:right}#bbpress-forums #bbp-user-wrapper div.item-list-tabs#subnav{overflow:visible}#bbpress-forums #bbp-user-wrapper .widget-area:not(.widget-area-secondary){padding-top:0}@media screen and (max-width:800px){.bbpress .widget-area{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bbpress.has-sidebar.sidebar-left:not(.bp-user) #primary{padding-top:0}.bbpress.has-sidebar.sidebar-right #primary{padding-bottom:0}}.grid.bs-card-list{margin-bottom:15px}.entry-content .bs-forums-banner-wrap{margin-bottom:35px}.forum-archive #bbpress-forums .content-area.bs-topics-wrapper{padding-top:0;padding-bottom:0}@media screen and (max-width:1200px){.bbpress:not(.bp-user) .container>.grid>.widget-area{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.bs-cover-list>li{margin-bottom:20px}.bb-cover-list-item{position:relative}.entry-content .bs-forum-details h3 a{color:#fff}.bs-forum-details-top{padding:15px 0 0}.bs-forum-details-top p{opacity:.75;font-size:14px;font-weight:300;letter-spacing:-.24px;margin-bottom:0;line-height:1.35;display:block;-webkit-line-clamp:2;-webkit-box-orient:vertical}.bs-forum-details{position:absolute;bottom:0;padding:20px;color:#fff}.bs-forum-details h3{font-size:20px;font-weight:500;margin-bottom:10px;line-height:21px}.bs-forum-details h3 a{color:#fff}.bs-forum-details p{opacity:.75;font-size:14px;font-weight:300;color:#fff;letter-spacing:-.24px;line-height:1.35;display:block;display:-webkit-box;max-height:2.69em;margin:0 auto;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.forums-meta span{opacity:.7;background:rgba(255,255,255,.15);border-radius:100px;display:inline-block;font-size:11px;font-weight:500;line-height:1;color:#fff;letter-spacing:-.24px;padding:4px 10px;margin-right:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:90%}.forums-meta span a{color:inherit}.forums-meta span:nth-child(n+3){display:none}.bs-card-list .bb-cover-wrap{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0;padding-top:48%}.bs-card-list .bb-cover-list-item{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);height:100%;padding-bottom:20px;-webkit-transition:.2s all;transition:.2s all}.bs-card-list .bb-cover-list-item:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1)}.bs-card-list .bs-timestamp{position:absolute;bottom:20px}.bs-card-list .bs-sec-header{margin-bottom:12px}.bs-card-list .forums-meta span{background:rgba(18,43,70,.1);color:var(--bb-headings-color)}.bs-card-list .bb-cover-wrap:after{display:none}.bs-card-list .forums-meta{margin-bottom:12px}.site-content .bs-card-list .bs-sec-header h3{margin-bottom:0}.bs-timestamp{font-size:14px;color:var(--bb-alternate-text-color);letter-spacing:-.24px;line-height:1.6}.bs-timestamp a{color:var(--bb-alternate-text-color)}.bs-timestamp a:hover{color:var(--bb-primary-color)}.bs-cover-list .bs-timestamp a:hover{color:#fff}.bs-cover-list .forums-meta.bb-forums-meta{margin-bottom:0;margin-top:10px}.forums-meta.bb-forums-meta:empty{display:none}.bb-forum-content-wrap{margin-bottom:15px}.bs-card-forum-details{padding:22px 25px}.bs-card-forum-details h3{font-size:20px;line-height:1.2}.bs-card-forum-details h3 a{color:inherit}.bs-card-forum-details h3 a:hover{color:var(--bb-primary-color)}.bs-card-forum-details .bb-forum-content{font-size:14px;letter-spacing:-.24px;line-height:1.35;display:block;display:-webkit-box;margin:0 auto;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.bs-card-forum-details .bb-forum-content p{margin-bottom:0}#bbpress-forums .bs-item-list:not(.bb-tag-items-list) .bs-item-wrap:not(.bs-header-item){border-top:0;border-radius:0}#bbpress-forums .bs-item-list:not(.bb-tag-items-list) .bs-item-wrap.bs-header-item{margin-bottom:0}.bs-item-wrap.bs-header-item{min-height:68px}.bs-forums-items .item-title a{font-size:16px}#bbpress-forums#bbpress-forums .bs-forums-items .bs-section-title{font-size:1.125rem;letter-spacing:-.24px;line-height:1;margin:0}#bbpress-forums#bbpress-forums .bs-forums-items .item-avatar{font-size:0;-ms-flex-item-align:start;align-self:flex-start}#bbpress-forums#bbpress-forums .bs-forums-items .item-avatar img{border-radius:50%;margin-top:0;image-rendering:optimize-contrast}#bbpress-forums#bbpress-forums .bs-forums-items .item-avatar .bbp-author-name{display:none}#bbpress-forums#bbpress-forums .bs-forums-items .bs-sorting-list{list-style:none;margin-bottom:0}#bbpress-forums#bbpress-forums .bs-forums-items .avatar{max-width:48px}#bbpress-forums#bbpress-forums .bs-forums-items .item-avatar>a{min-width:48px}#bbpress-forums#bbpress-forums .bs-forums-items .item-title{margin-bottom:4px}#bbpress-forums#bbpress-forums .bs-forums-items .item-title a{font-size:16px}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .item-meta{font-size:14px;margin-bottom:10px}#bbpress-forums#bbpress-forums .bs-forums-items.list-view>li>div .item-meta{margin-top:7px;margin-bottom:5px}#bbpress-forums#bbpress-forums .bs-forums-items .item-meta>span{margin-right:5px;margin-bottom:4px;margin-top:5px;display:inline-block}#bbpress-forums#bbpress-forums .bs-forums-items .item-meta .bs-replied{margin-right:10px}#bbpress-forums#bbpress-forums .bs-forums-items i.bb-icon-reply:before{font-size:21px;line-height:0;margin:0;height:auto;width:auto;position:relative;top:3px}#bbpress-forums#bbpress-forums .bs-forums-items.list-view li .bs-reply-list-item:hover,#bbpress-forums#bbpress-forums .bs-forums-items.list-view li.dropdown-open>.bs-reply-list-item{background-color:var(--bb-content-alternate-background-color)}#bbpress-forums#bbpress-forums .bs-forums-items.list-view li .bs-reply-list-item:hover .bs-dropdown-wrap .bs-dropdown-wrap-inner,#bbpress-forums#bbpress-forums .bs-forums-items.list-view li.dropdown-open>.bs-reply-list-item .bs-dropdown-wrap .bs-dropdown-wrap-inner{opacity:1;visibility:visible}#bbpress-forums#bbpress-forums .bs-forums-items.list-view li.bs-header-item.topic-lead .bs-dropdown-wrap .bs-dropdown-wrap-inner{opacity:1;visibility:visible}#bbpress-forums#bbpress-forums .bs-forums-items.list-view:not(.bb-single) li .bs-reply-list-item.in-focus{background-color:var(--bb-content-alternate-background-color)}#bbpress-forums#bbpress-forums .bs-forums-items.list-view.bb-single li .bs-reply-list-item:hover,#bbpress-forums#bbpress-forums .bs-forums-items.list-view.bb-single li.dropdown-open>.bs-reply-list-item{background-color:transparent}#bbpress-forums#bbpress-forums .bs-forums-items .item-tags ul li a:hover{color:var(--bb-headings-color)}#bbpress-forums#bbpress-forums .bs-forums-items .bs-dropdown .bbp-admin-links a{font-size:13px}@media (hover:none) and (pointer:coarse){#bbpress-forums#bbpress-forums .bs-forums-items.list-view li .bs-dropdown-wrap .bs-dropdown-wrap-inner{opacity:1;visibility:visible}}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bb-topic-states>span{margin-left:3px}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bb-topic-states .bb-topic-status{color:var(--bb-alternate-text-color)}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bb-topic-states .sticky:before,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bb-topic-states .super-sticky:not(.unsticky):before{font-weight:300}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bs-dropdown-wrap{margin-left:3px;position:static}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bs-dropdown-wrap .bs-dropdown-wrap-inner>a>i{font-size:22px;color:var(--bb-alternate-text-color);background-color:transparent;padding:0 7px;border:0;border-radius:0;position:relative;top:3px;padding-right:0}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .bs-dropdown-wrap .bs-dropdown-wrap-inner>a>i:before{content:"\ee5c";font-weight:300}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-meta{margin:0}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-tags{margin-top:10px;margin-bottom:-5px}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-description{margin:15px 0;line-height:1.5}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-description>ol,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-description>p,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-description>ul{margin-bottom:15px}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-description>ol:last-child,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-description>p:last-child,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-description>ul:last-child{margin-bottom:0}#bbpress-forums#bbpress-forums .bs-forums-items .bbp-topic-revision-log{margin:15px 0 0;list-style:none}#bbpress-forums#bbpress-forums .bs-forums-items.list-view{position:relative;right:initial;top:initial}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap-inner{opacity:0;visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap-inner>a{opacity:1;padding:0;line-height:1}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap-inner>a>i{font-size:19px;color:var(--bb-alternate-text-color);background-color:var(--bb-content-background-color);padding:7px;border:1px solid var(--bb-content-border-color);border-left-width:0;border-radius:0 3px 3px 0}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap-inner>a>i:before{top:0}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap-inner>a:first-child>i{border-left-width:1px;border-radius:3px 0 0 3px}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap-inner>a.bb-reply-actions-button i{margin-left:-5px;padding-left:5px;padding-right:5px}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown{padding:5px 0;z-index:112;max-width:180px;border-radius:var(--bb-block-radius)}@media screen and (max-width:980px){#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown.bb_more_dropdown{padding:0;-webkit-transition:none;transition:none;width:220px;max-width:inherit;bottom:inherit!important}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown.bb_more_dropdown li .bbp-admin-links{padding:0}}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown:after{right:29px}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links{padding:0}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a{padding:10px 14px;color:var(--bb-body-text-color);line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a:before{font-family:bb-icons;font-size:16px;color:var(--bb-alternate-text-color);display:inline-block;margin-right:10px;vertical-align:middle;width:20px;text-align:center}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-close-link:before{content:"\e828"}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-merge-link:before{content:"\eed5"}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-edit-link:before,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-edit-link:before{content:"\ee5a"}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-move-link:before,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-move-link:before{content:"\ee34"}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-restore-link:before,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-restore-link:before{content:"\ee3e";margin-top:-2px}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-delete-link:before,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-delete-link:before{content:"\ef48"}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-split-link:before{content:"\ee67"}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-trash-link:before,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-trash-link:before{content:"\ef48"}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-reply-spam-link:before,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.bbp-topic-spam-link:before{content:"\ee08"}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.report-content:before,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.reported-content:before{content:"\ee9c";font-size:15px}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a.reported-content{opacity:.8;border-color:transparent}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown .bbp-admin-links a:hover{background-color:var(--bb-content-alternate-background-color)}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bb-theme-actions .bb-forum-reply-text{display:none}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bb-theme-no-actions>a{background-color:#fff;padding:3px 11px 3px 9px;color:#9ca8b4;border:1px solid #e7e9ec;border-radius:5px;font-size:14px}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bb-theme-no-actions>a:before{display:none}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bb-theme-no-actions>a:after{display:none}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bb-theme-no-actions>a>i{border:0;background-color:transparent;padding:0;vertical-align:middle}#bbpress-forums#bbpress-forums .bs-forums-items.list-view:not(.bbp-lead-topic)>li:last-child>.bbp-threaded-replies>li:last-child .bs-dropdown-wrap .bs-dropdown,#bbpress-forums#bbpress-forums .bs-forums-items.list-view:not(.bbp-lead-topic)>li:last-child>li:last-child>div .bs-dropdown-wrap .bs-dropdown{bottom:-webkit-calc(100% + 15px);bottom:calc(100% + 15px);top:inherit}#bbpress-forums#bbpress-forums .bs-forums-items .closed .item-title a{opacity:.6;font-weight:400}#bbpress-forums#bbpress-forums .bs-forums-items .bb-icon-reply{margin-left:-2px}#bbpress-forums#bbpress-forums .bs-forums-items .item-tags{position:relative;margin-top:5px;padding-left:25px}#bbpress-forums#bbpress-forums .bs-forums-items .item-tags .bb-icon-tag{-webkit-transform:rotate(85deg);-ms-transform:rotate(85deg);transform:rotate(85deg);position:absolute;left:0;top:2px;font-size:17px;color:#aaa}#bbpress-forums#bbpress-forums .bs-forums-items .item-tags ul{margin:0;list-style:none;display:inline-block}#bbpress-forums#bbpress-forums .bs-forums-items .item-tags ul li{display:inline-block;margin-right:8px;font-size:13px}#bbpress-forums#bbpress-forums .bs-forums-items .item-tags ul li a{color:#aaa}#bbpress-forums#bbpress-forums .bs-forums-items .item-tags ul li a:hover{color:#393e41}#bb-forums-archive-content .bs-card-list{margin-bottom:0}.bs-forums-items .item-meta.bb-reply-meta{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1.3}.bs-forums-items .item-meta>span.bs-like{margin-bottom:0}.bs-replied .bbp-author-avatar{display:none}span.color.bs-meta-item a{font-size:inherit;display:inline-block}@media (min-width:1241px){.bs-forums-meta{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;min-width:0}}.bs-meta-item{background:var(--bb-label-background-color);border-radius:100px;font-size:11px;color:#fff;letter-spacing:-.19px;display:inline-block;line-height:1;margin-left:3px;text-align:center;max-width:100%;vertical-align:middle}body .bs-meta-item.bs-meta-item a{display:block;padding:9px 12px;font-size:13px;color:#fff;opacity:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bs-meta-item.red{background:rgba(255,58,48,.15);color:#ff3a30}.bs-meta-item.green{background:rgba(72,191,30,.15);color:#48bf1e}.bs-meta-item.gray{background:rgba(138,139,145,.15);color:#8a8b91}.bs-meta-item.blue{background:rgba(22,167,241,.15);color:#16a7f1}.bs-meta-item.pink{background:rgba(197,107,218,.15);color:#c56bda}.bs-meta-item.color.no-action:hover{opacity:1}.bs-meta-item .no-links{padding:4px 10px;display:inline-block}.bs-meta-item .no-links.forum-label__is-single{display:none}.bbp-lead-topic .bs-meta-item,body .bbp-lead-topic .bs-meta-item.bs-meta-item{font-size:13px;letter-spacing:-.24px;line-height:28px;min-height:30px}.bbp-lead-topic .bs-meta-item>a,body .bbp-lead-topic .bs-meta-item.bs-meta-item>a{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)}.bbp-lead-topic .bs-meta-item>a:focus,body .bbp-lead-topic .bs-meta-item.bs-meta-item>a:focus{box-shadow:var(--bb-outline-button-focus-shadow)}.bbp-lead-topic .bs-meta-item>a:hover,body .bbp-lead-topic .bs-meta-item.bs-meta-item>a: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)}.bs-replied a{color:var(--bb-alternate-text-color)}.bs-replied a[href=""]{pointer-events:none}.bs-replied a:hover{color:var(--bb-primary-color)}#bbpress-forums .bb-forums-list{margin-bottom:12px}#bbpress-forums .bs-forums-items{margin-bottom:30px}#bbpress-forums .bs-forums-items.bbp-lead-topic{margin-bottom:0;border:0;overflow:visible;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}#bbpress-forums .bb-forums-list{margin-left:-10px;margin-right:-10px}#bbpress-forums .bb-forums-list>li{margin-bottom:20px}.bs-forums-items.bbp-lead-topic .bs-dropdown-wrap a.bb-reply-actions-button.bs-dropdown-link i{border-radius:3px;padding:7px 6px 7px 7px}.forums-header{border-bottom:1px solid #eef0f3;margin-bottom:25px;padding-bottom:25px}.forums-header .flex{-ms-flex-flow:row wrap;flex-flow:row wrap}.bb-sidebar-subforums{margin-left:1.25rem;margin-top:.625rem;margin-bottom:.75rem}.content-area.bs-topics-wrapper{padding-top:35px}.bs-dir-search.bs-forums-search{margin:0 0 0 auto}.bs-model-open .buddypanel{z-index:0}.bs-model-open .bbp-reply-form{position:relative;z-index:0}span.bs-like-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}span.bs-like-inner a{margin-right:5px}.btn-new-topic .bb-icon-edit-square-small:before{font-size:20px;line-height:1px}.bbp_before_forum_new_post{text-align:right}.bbp_before_forum_new_post .button.btn-new-topic{max-width:230px;margin-bottom:0}#bbpress-forums .bbp_before_forum_new_post+ul.bs-forums-items{margin-top:20px}.widget_display_search form#bbp-search-form{position:relative}.widget_display_search form#bbp-search-form input[name=bbp_search]{background-image:none}.widget_display_search form#bbp-search-form:before{content:"\ef10";color:inherit;font-family:bb-icons;font-size:17px;position:absolute;left:9px;top:8px;opacity:.4}.widget_display_search form#bbp-search-form:focus-within:before{opacity:1}.bbp-search-form #bbp_search_submit,.widget_display_search #bbp_search_submit{display:none}.bbp-search-form input[name=bbp_search],.widget_display_search input[name=bbp_search]{background-position:13px 50%;padding-left:2.4rem;width:100%}.widget_display_stats dl{overflow:hidden;margin:0}.widget_display_stats dt{clear:right}.widget_display_stats dd{float:right;position:relative;margin-top:-18px}.widget_display_stats dd strong{right:2px;top:0;position:absolute;display:block;font-size:10px;background:#999;color:#fff;padding:0 4px;border-radius:50%;min-width:20px;text-align:center;min-height:20px;line-height:20px}.widget_display_stats abbr[title]{text-decoration:none}.widget-area.bbpress-widget-area-sidebar{padding-bottom:0;padding-top:0}.bs-item-wrap .item-avatar{position:relative}.bb-topic-status-wrapper{width:22px;height:22px;position:absolute;top:0;right:-12px;border-radius:50%;font-style:normal;font-size:22px}.bb-topic-status-wrapper+.bb-topic-status-wrapper{top:22px;right:-12px}.bb-topic-status-wrapper+.bb-topic-status-wrapper+.bb-topic-status-wrapper{top:45px;right:-12px}i.bb-topic-status:before{border-radius:100%}i.bb-topic-status.bb-sticky:before,i.bb-topic-status.super-sticky:before{font-size:24px}.bb-topic-status-wrapper .bb-topic-status{background-color:#fff}.bb-topic-status{background-size:cover;background-repeat:no-repeat;width:22px;height:22px;border-radius:50%;font-style:normal;font-size:22px}.bb-topic-status>a{position:absolute;top:0;left:0}.bb-topic-status.moderator{background-image:url(../images/svg/admin.svg)}h4.bb-active-order{font-size:16px;font-weight:400;color:var(--bb-alternate-text-color);letter-spacing:-.24px;margin:0 0 0 20px}div#bb-forum-single-content{margin-bottom:30px}.bs-voices-wrap,span.bs-replied,span.bs-replies,span.bs-voices{display:inline-block}.bs-header-item .bb-topic-states .bb-topic-status{position:relative;display:inline-block;vertical-align:middle;line-height:1;height:28px;margin:0 0 -5px;width:28px;right:0;top:0}.bs-header-item .bb-topic-states .bb-topic-status a{display:block;text-indent:-9999px;width:28px;height:28px}.bs-item-list .bs-reply-list-item .item-avatar{margin-right:15px}.bs-reply-list-item:not(.depth-1) .item-avatar>a{min-width:24px}.bs-reply-list-item:not(.depth-1) .item-avatar .avatar{max-width:36px}.bs-like a{display:inline-block}#bbpress-forums #bbp-user-body{margin-left:0}#bbpress-forums div.even,#bbpress-forums div.odd,#bbpress-forums ul.even,#bbpress-forums ul.odd{background-color:transparent}@media (max-width:1200px){#bbpress-forums#bbpress-forums .bs-forums-items.bs-item-list.list-view div.action{padding-left:20px}#bbpress-forums#bbpress-forums .bs-forums-items.bs-item-list.list-view div.action{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-top:10px;min-width:0;padding-left:65px}#bbpress-forums#bbpress-forums .bs-forums-items .item-meta>span{margin-bottom:6px}}@media (max-width:540px){#bbpress-forums#bbpress-forums .bs-forums-items .item-avatar>a{min-width:48px}#bbpress-forums#bbpress-forums .bs-forums-items .item-title a{font-size:15px}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .item-meta{font-size:12px}#bbpress-forums#bbpress-forums .bs-forums-items.bs-item-list .bs-meta-item{margin-bottom:5px}.bb-topic-status{width:20px;height:20px;right:-6px}.bs-dir-search.bs-forums-search{margin-top:20px;width:100%}}.bbp-pagination-links{border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:0}.bbp-pagination-links:empty{display:none}.bbp-pagination-links a:hover,.bbp-pagination-links span.current{background:0 0;opacity:1}.bbp-pagination-links a,.bbp-pagination-links span.current{margin-left:0;border:0}.bbp-pagination-links span.dots{padding:0 10px;margin-left:0;line-height:1}.bbp-pagination-count{color:var(--bb-alternate-text-color);font-size:13px}.bbp-pagination-count:empty{display:none}.scrubberpost{-webkit-transition:background .5s;transition:background .5s;-webkit-transition:background 1s;transition:background 1s}#content #buddypress .scrubberpost.highlight{background:#fff5a1}.single-topic-sidebar-links{overflow:hidden}body:not(.bb-page-loaded) .scrubber{display:none}body.bb-page-loaded .scrubber{display:block}body.bb-page-loaded .scrubber.light{display:none}.bbpress .scrubber .handle::after{background:var(--bb-primary-color)}.scrubber{margin-top:25px;margin-left:10px;-webkit-box-flex:0;-ms-flex:none;flex:none;min-width:auto;display:block;position:relative}.scrubber .reply-timeline-container{height:300px;margin-bottom:10px;border-left:1px solid #e1e3e6;margin-left:5px}.scrubber .handle{padding-left:15px;min-height:42px;cursor:move;font-size:14px;font-weight:500;color:var(--bb-headings-color)}.scrubber .handle:after{background:var(--bb-primary-color);content:"";position:absolute;width:5px;border-radius:10px;height:100%;left:-3px;top:0}.scrubber .handle.animate{-webkit-transition:top 1s;transition:top 1s}.scrubber .desc{display:block;font-size:11px;font-weight:400;color:var(--bb-alternate-text-color);margin:0;line-height:1}.scrubber a.firstpostbtn,.scrubber a.lastpostbtn{font-size:12px;color:var(--bb-alternate-text-color);display:block;margin-bottom:5px;z-index:100}.scrubber a.lastpostbtn{position:absolute;bottom:-40px}.scrubber svg{margin-right:6px}.widget_display_forums li li .color{visibility:hidden}.widget_display_forums li a{color:var(--bb-alternate-text-color);white-space:nowrap;width:80%;display:inline-block;overflow:hidden;text-overflow:ellipsis;font-size:14px;letter-spacing:-.24px}.widget_display_forums li a:hover{color:var(--bb-primary-color)}.widget_display_forums li a.selected{color:var(--bb-headings-color)}.widget_display_forums span.topics-count{float:right}.widget_display_forums li{margin:0 0 10px;padding:0}.widget_display_forums span.color{width:13px;display:inline-block;height:13px;margin-right:7px;border-radius:50%;border:1px solid;position:relative;top:-1px}.widget_display_forums>ul.bb-sidebar-forums>li a:before{content:"";width:13px;display:inline-block;height:13px;margin-right:7px;border-radius:50%;border:1px solid var(--bb-content-border-color);position:relative;top:1px;background-color:rgba(var(--bb-primary-color-rgb),.5)}.widget_display_forums>ul.bb-sidebar-forums ul.bb-sidebar-forums li a:before{visibility:hidden}.bbpress-widget-area-sidebar .bb-quick-links{list-style:none;padding:0;margin:0 0 20px;font-size:14px}.bbpress-widget-area-sidebar .bb-quick-links.bb-topics-link{margin:-10px 0}.bbpress-widget-area-sidebar .bb-quick-links li{margin:0}.bbpress-widget-area-sidebar .bb-quick-links a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--bb-headings-color);opacity:.4;line-height:1;padding:10px 20px;-webkit-transition:.3s all;transition:.3s all}.bbpress-widget-area-sidebar .bb-quick-links a:hover{opacity:.9;color:var(--bb-headings-color)}.bbpress-widget-area-sidebar .bb-quick-links a.selected{opacity:1}.bbpress-widget-area-sidebar .bb-quick-links .bb-svg-icon{margin-right:10px}.bbpress-widget-topicby .bb-quick-links a{padding:10px 0}.bs-topic-form-wrap .bbp-topic-form{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0 -20px}.bs-topic-form-wrap input[type=text],.bs-topic-form-wrap select{width:100%;border-radius:0;border-right:0;border-left:0}.bs-topic-form-wrap .vue-input-tag-wrapper{border:1px solid #dedfe2;appearance:initial;border-left:0;border-right:0}.bs-topic-form-wrap .vue-html5-editor{border-left:0;border-right:0;border-radius:0}.bbp-form-head{margin-bottom:15px}.bs-topic-avatar-wrap{margin-right:15px}.bs-topic-avatar-wrap .avatar{max-width:48px}.medium-editor-element,.medium-editor-placeholder{background-color:var(--bb-content-background-color);padding:20px 25px 0;cursor:text;text-align:left;outline:0;min-height:60px}.bb-bbp-form{margin:0}.bbp-form-fields-bottom-wrap{border-top:1px solid var(--bb-content-border-color)}.bb-topic-tags-wrap{border-bottom:1px solid var(--bb-content-border-color);padding:10px 15px}.bb-bbp-form .vue-input-tag-wrapper.vue-input-tag-wrapper{border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-left:10px;padding:5px 0;-webkit-box-flex:1;-ms-flex:1;flex:1}.bb-bbp-form [name=bbp_topic_content]{border-radius:0;min-height:80px;max-height:30vh;overflow:auto;padding:0}.bb-resize-to-full .bb-bbp-form [name=bbp_topic_content]{min-height:50vh;max-height:54vh}.bb-bbp-form textarea[name=bbp_reply_content],.bb-bbp-form textarea[name=bbp_topic_content]{width:100%;border:none}.modal-container.bbp-topic-form{border-radius:8px 8px 0 0;padding:15px 15px 0}.modal-container.bb-reply-form{border-radius:8px 8px 0 0;padding:15px}.bb-bbp-form-fields-wrap{margin:0 -15px}.bbp-topic-content-wrap{margin:0 0 15px}.bb-bbp-form input[type=text]{border-radius:0;border:0;padding:0;margin:0;width:100%}.bb-bbp-form input.new-tag{width:auto;height:auto;min-height:24px}.bb-bbp-form-fields-wrap input[type=text]:focus{border-color:var(--bb-content-border-color)}.bb-bbp-form-fields-wrap .medium-editor-placeholder-relative:after,.bb-bbp-form-fields-wrap .medium-editor-placeholder:after{width:100%;color:#c3c6c9;font-style:normal;padding:0}.bbp-form-footer{-ms-flex-flow:row wrap;flex-flow:row wrap;padding:15px}label[for=bbp_reply_subscription],label[for=bbp_topic_subscription]{font-size:15px;color:var(--bb-body-text-color);letter-spacing:-.24px}.bb-bbp-form a.bb-btn-cancle.bb-btn-cancle{font-size:14px;color:var(--bb-alternate-text-color);letter-spacing:-.24px}.bbp-form-footer .button{min-width:110px;margin-left:15px}.medium-editor-toolbar .medium-editor-toolbar-actions{background:var(--bb-headings-color);border-radius:4px;height:44px;padding:0}div.medium-editor-toolbar li button{background:0 0;border-radius:0;padding:10px;-webkit-transition:initial;transition:initial;border:0}.bb-form-multiple-options{font-size:13px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:6px 15px;-ms-flex-flow:row wrap;flex-flow:row wrap}.bb-form-multiple-options>div{max-width:32%}.bb-form-multiple-options label{color:#999;font-size:12px}.bb-form-multiple-options select{color:inherit;font-size:13px;height:32px;width:100%}div.medium-toolbar-arrow-over:before,div.medium-toolbar-arrow-under:after{display:none}#bb-form-reply-wrapper,#bb-form-topic-wrapper{position:fixed;bottom:-400px;z-index:1111;width:100%;-webkit-transition:.4s bottom;transition:.4s bottom}#bb-form-reply-wrapper:empty,#bb-form-topic-wrapper:empty{visibility:hidden;opacity:0}#bb-form-reply-wrapper .infinite-loading-container .infinite-status-prompt,#bb-form-topic-wrapper .infinite-loading-container .infinite-status-prompt{display:none}#bb-form-reply-wrapper.show,#bb-form-topic-wrapper.show{bottom:0;-webkit-transition:.4s bottom;transition:.4s bottom}.bb-flyform-actions{position:absolute;right:15px;top:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bb-resize-to-minimize .bb-flyform-actions{top:25px}.bb-flyform-actions a{margin-left:10px;color:rgba(18,43,70,.4)}body.bb-resize-to-full #bb-form-reply-wrapper,body.bb-resize-to-full #bb-form-topic-wrapper{max-width:100%!important;left:0;right:0;top:0}body.bb-resize-to-full #bb-form-reply-wrapper .bbp-form{min-height:100vh}body.bb-resize-to-full .modal-container.bbp-topic-form{min-height:100vh;border-radius:0}body.bb-resize-to-full .bbp-form{min-height:-webkit-calc(100vh - 15px);min-height:calc(100vh - 15px);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}body.bb-resize-to-full .bbp-form-fields-bottom-wrap{margin-top:auto}#replies-content{min-height:100vh}#replies-content .infinite-status-prompt{padding:0}#replies-content span:empty{display:none}body.bb-resize-to-full .bb-resize-large,body.bb-resize-to-minimize .bb-minimize,body:not(.bb-resize-to-full) .bb-resize-small,body:not(.bb-resize-to-minimize) .bb-maximize{display:none}body.bb-resize-to-minimize #bb-form-reply-wrapper.show,body.bb-resize-to-minimize #bb-form-topic-wrapper.show{bottom:auto;top:-webkit-calc(100vh - 70px);top:calc(100vh - 70px)}.item-meta.bb-reply-title{padding-left:12px;font-weight:500;font-size:16px;color:var(--bb-headings-color);min-width:0}.item-meta.bb-reply-title span{display:inline-block;width:80%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;vertical-align:middle;line-height:1;padding-left:5px}.bbp-reply-form{width:100%}.bb-reply-form-elem .avatar{max-width:48px}.bb-reply-form-elem .bb-tags-wrap{border-bottom:1px solid var(--bb-content-border-color);padding:0 15px}.bb-reply-form-elem .bb-bbp-form-fields-wrap .medium-editor-placeholder-relative:after,.bb-reply-form-elem .bb-bbp-form-fields-wrap .medium-editor-placeholder:after{padding:0 15px;top:10px}.bb-reply-form-elem .medium-editor-element,.bb-reply-form-elem .medium-editor-placeholder{min-height:80px;padding:10px 15px 0}div.vue-input-tag-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;outline:0}div.vue-input-tag-wrapper .input-tag{margin:2px;padding:3px 8px;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:center;align-self:center;line-height:1.2}div.vue-input-tag-wrapper .input-tag span{display:inline-block;line-height:1;margin-right:4px}.item-title.bb-tag-letter{font-size:28px;font-weight:700;margin:2px 20px 0 5px;line-height:1;min-width:22px}ul.bb-tags-list{margin:0;list-style:none}ul.bb-tags-list li:not(:last-child){margin-bottom:7px}.bb-forum-search-content{font-size:14px;color:var(--bb-headings-color);letter-spacing:-.24px;line-height:1.58;margin-top:16px;margin-bottom:10px;background:#f7fafe}.bb-forum-search-content>*{background:#f7fafe;border-radius:4px;margin-bottom:3px;padding:15px}.bb-forum-search-content>:last-child{margin-bottom:0}.bb-forum-search-content .highlight{background:#f9bb2d;color:#fff;padding:0 1px}.bb-forum-search-content p:empty{display:none}.item-title .highlight{background:#f9bb2d;color:#fff;padding:0 1px}.bb-tag-title{height:34px;position:relative}.bb-tag-title>a{background:#eef0f3;border-radius:4px;display:inline-block;font-size:16px;color:rgba(18,43,70,.6);letter-spacing:-.24px;line-height:1;padding:9px 20px;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bb-tag-title .bb-tag-bg{background:#eef0f3;border-radius:4px;left:0;height:34px;position:absolute}.bb-tag-count-wrap{font-size:14px;color:var(--bb-alternate-text-color);letter-spacing:-.24px;text-align:right;margin-left:10px;min-width:30px}span.topics-count{font-size:12px;color:var(--bb-alternate-text-color);letter-spacing:-.19px;text-align:right}.bb-reply-edit-form .bb-model-header{background:var(--bb-content-alternate-background-color);box-shadow:0 1px 0 0 #eef0f3;border-radius:4px 4px 0 0;padding:15px 25px;margin:-20px -30px 30px}.bb-reply-edit-form .bb-model-header h4{font-size:17px;font-weight:500;margin:0}.bb-reply-edit-form .medium-editor-element{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:3px;box-shadow:none;margin-bottom:15px;padding:5px 12px}.bb-reply-edit-form .bb-topic-tags-wrap{border:1px solid var(--bb-content-border-color);padding:10px 15px;border-radius:3px;margin-top:15px;margin-bottom:15px}.bb-reply-edit-form .vue-input-tag-wrapper .new-tag{width:auto}.bb-reply-edit-form input[name=bbp_reply_edit_reason]{border:1px solid var(--bb-content-border-color);padding:5px 15px;border-radius:3px;font-size:14px;margin-bottom:15px}.bb-reply-edit-form .bbp-form-footer{border-top:1px solid var(--bb-content-border-color);margin:10px -30px -15px;padding:15px 30px 0}.bb-reply-edit-form label{font-size:14px;color:var(--bb-body-text-color);letter-spacing:-.24px}.bb-search-forums-meta.bb-mobile-only{display:none}.component-fade-enter-active,.component-fade-leave-active{-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.component-fade-enter,.component-fade-leave-to{opacity:0}.list-item{display:inline-block;margin-right:10px}.list-enter-active,.list-leave-active{-webkit-transition:all .5s;transition:all .5s}.list-enter,.list-leave-to{opacity:0;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}.bb-bbpress-profile-card div#object-nav{border-bottom:0!important}.bb-bbpress-profile-card .profile-item-header{margin-bottom:10px}.bb-bbpress-profile-card .bb-role,.bb-bbpress-profile-card .item-meta{font-size:15px;color:#939597;margin-bottom:10px}.bb-bbpress-profile-card .bb-description{color:var(--bb-body-text-color);margin-bottom:15px}.bb-edit-user-form-wrap{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;margin-bottom:20px}.bb-edit-user-form-wrap #bbp-your-profile{border:0;background:0 0;padding:25px 40px;margin:0;max-width:640px;width:100%}.bb-edit-user-form-wrap legend{display:none}.bb-edit-user-form-wrap label{display:block;font-size:15px;color:var(--bb-body-text-color);letter-spacing:-.27px;line-height:1.1;margin-bottom:10px}.bb-edit-user-form-wrap input[type=password],.bb-edit-user-form-wrap input[type=text],.bb-edit-user-form-wrap select,.bb-edit-user-form-wrap textarea{line-height:1.4;width:100%}.bb-edit-user-form-wrap .bbp-form>div{margin-bottom:25px}#bbpress-forums .bb-edit-user-form-wrap fieldset.bbp-form,.bb-edit-user-form-wrap fieldset{border:0;padding:0;margin-bottom:20px;margin-top:0}.bb-edit-user-form-wrap .entry-title{font-weight:500;font-size:20px;line-height:24px;margin-bottom:20px}.bb-edit-user-form-wrap .bbp-form.password .description{display:block;font-size:15px;color:var(--bb-body-text-color);letter-spacing:-.27px;line-height:1.3;margin-bottom:10px}.bb-edit-user-form-wrap .bbp-form.password input{margin-bottom:20px}.bb-edit-user-form-wrap .bbp-form.password br{display:none}.bb-edit-user-form-wrap #pass-strength-result:empty{display:none}.bb-edit-user-form-wrap #bbp_user_edit_submit{min-width:200px;min-height:48px}.topic-item-meta h3{font-size:16px;font-weight:500;margin:0 0 20px}.bb-topic-content-textarea{resize:none;padding:5px 12px;width:100%}.bb-reply-content-text{resize:none;width:100%}body:not(.logged-in) .bbp-form-fields-bottom-wrap.bb-tags-field-container{border-top:0}.button.btn-new-topic{margin-bottom:20px}.bs-topics-wrapper .btn-new-topic{margin:0 0 0 20px}.modal-container textarea{width:100%;resize:none}.bbpress.single .hentry blockquote:before{display:block}#bbp_editor_reply_content>p:last-child{margin-bottom:0!important}@media (max-width:680px){.bb-search-title-head{-ms-flex-flow:row wrap;flex-flow:row wrap}.bb-search-title-head .bb-search-forums-meta{display:none}.bb-search-forums-meta.bb-mobile-only{margin-top:10px;display:block}.bb-bbp-form{padding-top:40px}.bb-resize-to-minimize .bb-bbp-form{padding-top:0}.bb-resize-to-minimize .bb-title-wrap,.bb-resize-to-minimize .item-meta.bb-reply-title{display:none}.bb-bbp-form input[type=text]{padding:0}.bb-form-multiple-options>div{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:10px}body:not(logged-in) .bb-form-multiple-options>div{max-width:100%}.bbp-submit-wrapper.push-right{margin:10px 0 10px auto}.bb-resize-to-full .bb-bbp-form [name=bbp_topic_content]{min-height:20vh;max-height:20vh}body.bb-resize-to-full .bbp-form-fields-bottom-wrap{margin-top:0}.bb-bbp-form [name=bbp_topic_content]{min-height:60px;padding-left:3px}.modal-container.bbp-topic-form{overflow-y:auto;max-height:94vh;padding-bottom:50px}.bb-flyform-actions a.bb-minimize{display:none}.bb-bbp-form-fields-wrap .medium-editor-placeholder-relative:after,.bb-bbp-form-fields-wrap .medium-editor-placeholder:after{padding-left:3px}}@media (max-width:340px){.bb-bbp-form input[type=text]{height:20px}label[for=bbp_reply_subscription],label[for=bbp_topic_subscription]{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1.3}}@media only screen and (max-device-width:680px){.bbp-topic-content-wrap.bb-bbp-form-fields-wrap{text-indent:-2px}}.bs-single-topic-sidebar{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;max-width:200px;padding-top:.9375rem}.bs-single-topic-sidebar{padding-top:0;padding-bottom:100px}.bs-single-topic-sidebar .btn-reply{margin-bottom:10px}.bs-single-topic-sidebar.float aside{position:fixed;top:5px}.bb-topic-favorite-link-wrap.mobile-only,.bb-topic-reply-link-wrap.mobile-only,.bb-topic-subscription-link-wrap.mobile-only{text-align:center}.bb-topic-favorite-link-wrap.mobile-only .bbp-topic-login-link,.bb-topic-favorite-link-wrap.mobile-only .bbp-topic-reply-link,.bb-topic-favorite-link-wrap.mobile-only .favorite-toggle,.bb-topic-favorite-link-wrap.mobile-only .subscription-toggle,.bb-topic-reply-link-wrap.mobile-only .bbp-topic-login-link,.bb-topic-reply-link-wrap.mobile-only .bbp-topic-reply-link,.bb-topic-reply-link-wrap.mobile-only .favorite-toggle,.bb-topic-reply-link-wrap.mobile-only .subscription-toggle,.bb-topic-subscription-link-wrap.mobile-only .bbp-topic-login-link,.bb-topic-subscription-link-wrap.mobile-only .bbp-topic-reply-link,.bb-topic-subscription-link-wrap.mobile-only .favorite-toggle,.bb-topic-subscription-link-wrap.mobile-only .subscription-toggle{max-width:300px}@media (min-width:1031px){.bb-topic-favorite-link-wrap.mobile-only,.bb-topic-reply-link-wrap.mobile-only,.bb-topic-subscription-link-wrap.mobile-only{display:none}}@media (max-width:1030px){.bs-single-topic-sidebar{display:none}}#bbpress-forums h1.bb-reply-topic-title{font-family:inherit;font-size:22px;line-height:1.2;letter-spacing:-.24px;margin:0;-webkit-box-flex:1;-ms-flex:1;flex:1}.bb-topic-reply-link-wrap,.bb-topic-subscription-link-wrap{margin-bottom:10px}.bbp-topic-login-link,.bbp-topic-reply-link,.favorite-toggle,.subscription-toggle{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);font-size:15px;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:0;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;-webkit-transition:all linear .2s;transition:all linear .2s}.bbp-topic-login-link:focus,.bbp-topic-reply-link:focus,.favorite-toggle:focus,.subscription-toggle:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.bbp-topic-login-link:hover,.bbp-topic-reply-link:hover,.favorite-toggle:hover,.subscription-toggle:hover{outline:0;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)}.bbp-topic-login-link:active,.bbp-topic-reply-link:active,.favorite-toggle:active,.subscription-toggle:active{outline:0;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)}.bbp-topic-login-link.disabled,.bbp-topic-reply-link.disabled,.favorite-toggle.disabled,.subscription-toggle.disabled{cursor:default;font-style:normal;color:#c8cbcf;background-color:#f5f5f5;opacity:1}.favorite-toggle,.subscription-toggle{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color)}.favorite-toggle:focus,.subscription-toggle:focus{box-shadow:var(--bb-outline-button-focus-shadow)}.favorite-toggle:hover,.subscription-toggle: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);box-shadow:none}.favorite-toggle:active,.subscription-toggle: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);box-shadow:0 0 1px 2px rgba(0,0,0,.05),inset 0 0 0 2px rgba(0,0,0,.08)}.favorite-toggle.disabled,.favorite-toggle:disabled,.subscription-toggle.disabled,.subscription-toggle:disabled{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color);opacity:.5;pointer-events:none;cursor:default}.bbp-admin-links .bbp-topic-close-link,.bbp-admin-links .bbp-topic-reply-link,.bbp-admin-links .bbp-topic-sticky-link,.bbp-admin-links .bbp-topic-super-sticky-link{display:none}#bbpress-forums#bbpress-forums .bb-user-subscribed a.subscription-toggle{border:0;width:auto!important;min-width:10px;padding:0;height:auto}#bbpress-forums fieldset.bbp-form label{color:inherit;font-size:15px;letter-spacing:-.24px;margin-bottom:5px;line-height:1.187}#bbpress-forums fieldset.bbp-form input[type=text]{width:100%}#bbpress-forums fieldset.bbp-form .bb-checkbox-label,#bbpress-forums fieldset.bbp-form .bb-radio-label{display:inline-block}body.page .bbp-reply-form code,body.page .bbp-topic-form code,body.reply-edit .bbp-reply-form code,body.single-forum .bbp-topic-form code,body.single-topic .bbp-reply-form code,body.topic-edit .bbp-topic-form code{font-size:11px;line-height:1.5;width:auto}#bbpress-forums fieldset select#bbp_forum_id{max-width:100%}h2.bb-form-title{font-size:20px;margin-bottom:20px}.bbp-the-content-wrapper{margin-bottom:1.5rem}fieldset.bbp-form{border:0;margin-left:0;margin-right:0;padding:0}.bs-header-item>.reply{-webkit-box-flex:1;-ms-flex:1;flex:1}.bbp-pagination.bbp-pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-bottom:30px}.bbp-login-form{max-width:600px;width:100%}.bbp-login-form .bbp-form>div{margin:0 0 1.6875rem}.bbp-login-form legend{border-bottom:1px solid #dedfe2;color:var(--bb-headings-color);font-weight:600;display:block;margin-bottom:30px;padding-bottom:10px;width:100%}.bbp-login-form .bbp-email,.bbp-login-form .bbp-password,.bbp-login-form .bbp-username{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}.bbp-login-form .bbp-email label,.bbp-login-form .bbp-password label,.bbp-login-form .bbp-username label{-webkit-box-flex:0;-ms-flex:0 0 24%;flex:0 0 24%;min-width:130px;padding-right:15px}.bbp-login-form .bbp-email input,.bbp-login-form .bbp-password input,.bbp-login-form .bbp-username input{-webkit-box-flex:1;-ms-flex:1;flex:1}.bbp-login-form .bbp-username p{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;width:100%}.bbp-login-form .bbp-username p .hide{display:block!important}@media (max-width:580px){.bb-form-select-fields>*,.bbp-login-form .bbp-email label,.bbp-login-form .bbp-password label,.bbp-login-form .bbp-username label,.bbp-login-form .bbp-username p .hide{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.bb-item-avatar-wrap{position:relative}div.bbp-submit-wrapper{float:left;margin-top:0}div.bbp-submit-wrapper .button.submit{min-width:140px;font-weight:500}#bbpress-forums .bs-single-forum-list>li{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);margin:0 0 -1px;padding:0;position:relative}#bbpress-forums .bs-single-forum-list>li .bs-reply-list-item{padding:15px 30px;-webkit-transition:none;transition:none}.bbp-user-page.single .bb-profile-grid #bbpress-forums .bs-single-forum-list.bs-item-list.list-view li:first-child{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}.bbp-user-page.single .bb-profile-grid #bbpress-forums .bs-single-forum-list.bs-item-list.list-view li:first-child:last-child{border-radius:var(--bb-block-radius)}#bbpress-forums .bs-single-forum-list>li.bs-header-item{padding-top:25px;padding-bottom:25px}#bbpress-forums .bs-single-forum-list>li.bs-header-item.header-total-reply-count{color:var(--bb-headings-color);border-top:0;border-bottom:0;border-radius:0;font-size:14px;font-weight:600;letter-spacing:-.24px}#bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .bs-item-wrap{padding:15px 30px}#bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .bs-item-wrap:hover{box-shadow:none;border-left-color:var(--bb-content-border-color);border-right-color:var(--bb-content-border-color)}#bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .bs-item-wrap.topic-lead>.item{width:100%}#bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .bs-header-item.bs-item-wrap:not(.header-total-reply-count){padding-top:25px;padding-bottom:25px}#bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .item-title{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px;position:relative}#bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .item-title>a{font-size:22px;line-height:1.2;-webkit-box-flex:1;-ms-flex:1;flex:1;word-break:break-word}.bbpress .bbp-user-section .bp-feedback{margin-bottom:1.6875rem}.bp-feedback.help .bp-icon,.bp-feedback.info .bp-icon{background-color:var(--bb-default-notice-color)}.bs-reply-button{font-size:16px;color:#c3c6c9}.bs-single-forum-list .single-item-meta{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:15px}.bs-single-forum-list .item-meta h3{font-size:14px;letter-spacing:-.24px;line-height:1.2;margin-bottom:5px;font-family:inherit}.bs-single-forum-list .item-meta a{color:var(--bb-headings-color)}.bs-single-forum-list .item-meta a[href=""]{pointer-events:none}.bs-single-forum-list .item-meta a:hover{color:var(--bb-primary-color)}.bs-single-forum-list .bb-liked .bb-icon-like{color:var(--bb-primary-color)}.bs-single-forum-list span.bs-timestamp{font-size:12px;color:var(--bb-alternate-text-color);letter-spacing:-.18px}.bs-single-forum-list .single-item-meta.secondary-meta{border-top:1px solid var(--bb-content-border-color);color:var(--bb-body-text-color);padding-top:15px}.bs-single-forum-list .children{border-top:1px solid var(--bb-content-border-color);margin-left:0;padding-left:50px;padding-top:15px}#content .bs-single-forum-list .item-meta h3{margin-bottom:5px}.bs-reply-list-item:last-child .single-item-meta{margin-bottom:0}.bs-reply-list-item.trash{background-color:rgba(239,62,70,.1)}.bs-reply-list-item.spam{background-color:rgba(77,92,109,.1)}.bs-reply-list{list-style:none;margin:0}.bs-reply-list li.bs-reply-list-item:not(:last-child){border-bottom:1px solid var(--bb-content-border-color);margin-bottom:20px}.bs-reply-list .bb-icon-like{font-size:25px;color:#939597}.bs-reply-list ul:empty{display:none}.bs-forum-content{font-size:14px;letter-spacing:-.24px;line-height:1.5;margin-bottom:20px}.bs-forum-content p{margin-bottom:20px}.bs-forum-content table[style]{width:100%!important}.bs-reply-header{margin-bottom:15px}.single-item-meta.secondary-meta span:not(.bs-meta-item){color:var(--bb-body-text-color)}.bs-single-forum-sidebar{padding-top:0}.bs-single-forum-sidebar .btn-reply{margin-bottom:10px}.bs-item-list.list-view li.bs-item-wrap.bs-topic-form-wrap:hover{box-shadow:none;border-left-color:var(--bb-content-border-color);border-right-color:var(--bb-content-border-color)}.bs-header-item .action.bs-forums-meta{display:inline-block;margin-right:5px}.single.single-topic #bbpress-forums#bbpress-forums .bs-item-wrap.bs-header-item .action.bs-forums-meta{padding:0;margin:0 0 18px}.single.single-topic #bbpress-forums#bbpress-forums .bs-item-wrap.bs-header-item .bs-meta-item{margin-left:0}#bbpress-forums .color.bs-meta-item,.bbpress .color.bs-meta-item{-webkit-transition:.2s linear all;transition:.2s linear all}#bbpress-forums .color.bs-meta-item:hover,.bbpress .color.bs-meta-item:hover{opacity:.8}.bs-single-forum-list+.bb-single-reply-list.list-view{margin-top:-1px}.bs-item-list.bs-single-forum-list{margin-bottom:40px}.bb-threaded-replies{list-style:none;margin-top:20px;border-top:1px solid var(--bb-content-border-color);padding-top:20px}#bbpress-forums #replies-content .bs-reply-list-item.depth-2{padding-left:65px}#bbpress-forums #replies-content .bs-reply-list-item.depth-3{padding-left:105px}#bbpress-forums #replies-content .bs-reply-list-item.depth-4{padding-left:145px}#bbpress-forums #replies-content .bs-reply-list-item.depth-5{padding-left:185px}#bbpress-forums #replies-content .bs-reply-list-item.depth-6{padding-left:225px}.bb-loading .bb-cover-wrap,.bb-loading .bb-cover-wrap:after{background:var(--bb-content-border-color)}#bbpress-forums #replies-content .bs-single-forum-list .bs-item-wrap:not(.bs-header-item,.bs-topic-form-wrap){padding:0}#bbpress-forums #replies-content .bs-reply-list-item{margin-bottom:0;padding:15px 30px}#bbpress-forums #replies-content .contentinput{max-height:240px;min-height:75px;overflow:auto;font-size:14px;color:var(--bb-headings-color);letter-spacing:-.24px;line-height:22px}#bbpress-forums #replies-content .contentinput .h1,#bbpress-forums #replies-content .contentinput .h2,#bbpress-forums #replies-content .contentinput .h3,#bbpress-forums #replies-content .contentinput .h4,#bbpress-forums #replies-content .contentinput .h5,#bbpress-forums #replies-content .contentinput .h6,#bbpress-forums #replies-content .contentinput address,#bbpress-forums #replies-content .contentinput h1,#bbpress-forums #replies-content .contentinput h2,#bbpress-forums #replies-content .contentinput h3,#bbpress-forums #replies-content .contentinput h4,#bbpress-forums #replies-content .contentinput h5,#bbpress-forums #replies-content .contentinput h6,#bbpress-forums #replies-content .contentinput hr,#bbpress-forums #replies-content .contentinput p{margin-bottom:1rem}#bbpress-forums #replies-content .bs-single-forum-list .single-item-meta{margin-bottom:0}#bbpress-forums #replies-content .current-new-reply{opacity:.5}body:not(.logged-in) .bb-floating-form-wrapper .bb-anonymous-field-container{border-top:1px solid var(--bb-content-border-color);margin:0 -15px}body:not(.logged-in) .bb-floating-form-wrapper .bb-anonymous-field-container .bb-field-wrap{border-bottom:1px solid var(--bb-content-border-color);margin:0}body:not(.logged-in) .bb-floating-form-wrapper .bb-anonymous-field-container input[type=text]{padding:0 15px}body:not(.logged-in) .bb-floating-form-wrapper .bbp-form-fields-bottom-wrap{border-top:0}body:not(.logged-in) .bb-floating-form-wrapper .bb-form-multiple-options>div{max-width:100%}.bb-model-form .dropdown.v-select .selected-tag{min-width:88%;line-height:1.2}#bbpress-forums blockquote.wp-embedded-content>a,#bbpress-forums blockquote.wp-embedded-content>p:first-child>a{font-weight:600}@media (max-width:768px){.bbpress-widget-area-sidebar{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}#bb-user-topics-content{margin-bottom:20px}}@media (max-width:800px){#bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .item-title{-ms-flex-flow:row wrap;flex-flow:row wrap}#bbpress-forums h1.bb-reply-topic-title{margin-bottom:15px}#bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .item-title>a,.bs-header-item .bb-topic-states{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}#bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .item-title>a{margin-bottom:10px}}.bb-sticky .bbp-topic-super-sticky-link,.bb-super-sticky.unsticky .bbp-topic-sticky-link{display:none!important}#bbpress-forums div.bbp-forum-author,#bbpress-forums div.bbp-reply-author,#bbpress-forums div.bbp-topic-author{width:auto}#bbpress-forums div.bbp-forum-content,#bbpress-forums div.bbp-reply-content,#bbpress-forums div.bbp-topic-content{padding:0;margin:0}#bbpress-forums div.bbp-forum-content .item-action-wrap,#bbpress-forums div.bbp-forum-content .media-action-wrap,#bbpress-forums div.bbp-reply-content .item-action-wrap,#bbpress-forums div.bbp-reply-content .media-action-wrap,#bbpress-forums div.bbp-topic-content .item-action-wrap,#bbpress-forums div.bbp-topic-content .media-action-wrap{top:13px;right:11px}#bbpress-forums div.bbp-forum-content .item-action-wrap>a,#bbpress-forums div.bbp-forum-content .media-action-wrap>a,#bbpress-forums div.bbp-reply-content .item-action-wrap>a,#bbpress-forums div.bbp-reply-content .media-action-wrap>a,#bbpress-forums div.bbp-topic-content .item-action-wrap>a,#bbpress-forums div.bbp-topic-content .media-action-wrap>a{background-color:rgba(0,0,0,.8)}#bbpress-forums div.bbp-forum-content .item-action_list,#bbpress-forums div.bbp-forum-content .media-action_list,#bbpress-forums div.bbp-reply-content .item-action_list,#bbpress-forums div.bbp-reply-content .media-action_list,#bbpress-forums div.bbp-topic-content .item-action_list,#bbpress-forums div.bbp-topic-content .media-action_list{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius)}#bbpress-forums div.bbp-forum-content .item-action_list ul,#bbpress-forums div.bbp-forum-content .media-action_list ul,#bbpress-forums div.bbp-reply-content .item-action_list ul,#bbpress-forums div.bbp-reply-content .media-action_list ul,#bbpress-forums div.bbp-topic-content .item-action_list ul,#bbpress-forums div.bbp-topic-content .media-action_list ul{border-radius:var(--bb-block-radius);padding:8px;margin:0}#bbpress-forums div.bbp-forum-content .item-action_list ul li,#bbpress-forums div.bbp-forum-content .media-action_list ul li,#bbpress-forums div.bbp-reply-content .item-action_list ul li,#bbpress-forums div.bbp-reply-content .media-action_list ul li,#bbpress-forums div.bbp-topic-content .item-action_list ul li,#bbpress-forums div.bbp-topic-content .media-action_list ul li{list-style:none}#bbpress-forums div.bbp-forum-content .item-action_list ul li a,#bbpress-forums div.bbp-forum-content .media-action_list ul li a,#bbpress-forums div.bbp-reply-content .item-action_list ul li a,#bbpress-forums div.bbp-reply-content .media-action_list ul li a,#bbpress-forums div.bbp-topic-content .item-action_list ul li a,#bbpress-forums div.bbp-topic-content .media-action_list ul li a{border-radius:var(--bb-block-radius);color:var(--bb-body-text-color);display:block;padding:10px 14px}#bbpress-forums div.bbp-forum-content .item-action_list ul li a:hover,#bbpress-forums div.bbp-forum-content .media-action_list ul li a:hover,#bbpress-forums div.bbp-reply-content .item-action_list ul li a:hover,#bbpress-forums div.bbp-reply-content .media-action_list ul li a:hover,#bbpress-forums div.bbp-topic-content .item-action_list ul li a:hover,#bbpress-forums div.bbp-topic-content .media-action_list ul li a:hover{background-color:var(--bb-content-alternate-background-color)}#bbpress-forums div.bbp-forum-content .item-action_list ul li a:before,#bbpress-forums div.bbp-forum-content .media-action_list ul li a:before,#bbpress-forums div.bbp-reply-content .item-action_list ul li a:before,#bbpress-forums div.bbp-reply-content .media-action_list ul li a:before,#bbpress-forums div.bbp-topic-content .item-action_list ul li a:before,#bbpress-forums div.bbp-topic-content .media-action_list ul li a:before{color:var(--bb-alternate-text-color)}#bbpress-forums div.bbp-forum-content .bb-link-preview-container,#bbpress-forums div.bbp-reply-content .bb-link-preview-container,#bbpress-forums div.bbp-topic-content .bb-link-preview-container{margin:3px 3px 3px 0;width:-webkit-calc(100% - 6px);width:calc(100% - 6px)}#bbpress-forums div.bbp-reply-content a.bp-video-thumbnail-submit{background-color:var(--bb-primary-color)}.bbp-reply-content.bs-forum-content p:last-child{margin:0}.bs-reply-header .bbp-author-role{display:inline-block;margin-right:5px;margin-bottom:4px}#bbpress-forums#bbpress-forums .bs-forums-items .item-meta>span.bs-timestamp{line-height:1;margin-top:0}#bbpress-forums ul.bbp-threaded-replies{list-style:none;margin-left:0;margin-bottom:0}@media (max-width:1000px){#bbpress-forums ul.bbp-threaded-replies{margin-left:15px}}@media (max-width:800px){#bbpress-forums ul.bbp-threaded-replies{margin-left:10px}}#bbpress-forums ul.bbp-threaded-replies .item-avatar{margin-right:12px}#bbpress-forums ul.bbp-threaded-replies .bbp-author-avatar,#bbpress-forums ul.bbp-threaded-replies .item-avatar .avatar{max-width:36px!important;min-width:36px!important}#bbpress-forums ul.bbp-threaded-replies .bs-reply-list-item{padding:20px 30px 20px 60px}#bbpress-forums ul.bbp-threaded-replies .depth-3>.bs-reply-list-item{padding-left:90px}#bbpress-forums ul.bbp-threaded-replies .depth-4>.bs-reply-list-item{padding-left:120px}#bbpress-forums ul.bbp-threaded-replies .depth-5>.bs-reply-list-item{padding-left:150px}#bbpress-forums ul.bbp-threaded-replies .depth-6>.bs-reply-list-item{padding-left:180px}#bbpress-forums ul.bbp-threaded-replies .depth-7>.bs-reply-list-item{padding-left:210px}#bbpress-forums ul.bbp-threaded-replies .depth-8>.bs-reply-list-item{padding-left:240px}#bbpress-forums ul.bbp-threaded-replies .depth-9>.bs-reply-list-item{padding-left:270px}#bbpress-forums ul.bbp-threaded-replies .depth-10>.bs-reply-list-item{padding-left:300px}@media screen and (max-width:1000px){#bbpress-forums ul.bbp-threaded-replies{margin-left:0}#bbpress-forums ul.bbp-threaded-replies .bs-reply-list-item{padding-left:30px}#bbpress-forums ul.bbp-threaded-replies .depth-3>.bs-reply-list-item{padding-left:60px}#bbpress-forums ul.bbp-threaded-replies .depth-4>.bs-reply-list-item{padding-left:90px}#bbpress-forums ul.bbp-threaded-replies .depth-5>.bs-reply-list-item{padding-left:120px}#bbpress-forums ul.bbp-threaded-replies .depth-6>.bs-reply-list-item{padding-left:160px}#bbpress-forums ul.bbp-threaded-replies .depth-7>.bs-reply-list-item{padding-left:180px}#bbpress-forums ul.bbp-threaded-replies .depth-8>.bs-reply-list-item{padding-left:210px}#bbpress-forums ul.bbp-threaded-replies .depth-9>.bs-reply-list-item{padding-left:240px}#bbpress-forums ul.bbp-threaded-replies .depth-10>.bs-reply-list-item{padding-left:270px}}@media screen and (max-width:800px){#bbpress-forums ul.bbp-threaded-replies .bs-reply-list-item{padding-left:25px}#bbpress-forums ul.bbp-threaded-replies .depth-3>.bs-reply-list-item{padding-left:35px}#bbpress-forums ul.bbp-threaded-replies .depth-4>.bs-reply-list-item{padding-left:45px}#bbpress-forums ul.bbp-threaded-replies .depth-5>.bs-reply-list-item{padding-left:55px}#bbpress-forums ul.bbp-threaded-replies .depth-6>.bs-reply-list-item{padding-left:65px}#bbpress-forums ul.bbp-threaded-replies .depth-7>.bs-reply-list-item{padding-left:75px}#bbpress-forums ul.bbp-threaded-replies .depth-8>.bs-reply-list-item{padding-left:85px}#bbpress-forums ul.bbp-threaded-replies .depth-9>.bs-reply-list-item{padding-left:95px}#bbpress-forums ul.bbp-threaded-replies .depth-10>.bs-reply-list-item{padding-left:105px}}#bbpress-forums ul.bbp-threaded-replies li{margin-bottom:0}#bbpress-forums ul.bbp-threaded-replies .bs-reply-header{margin-bottom:5px}#bbpress-forums ul.bbp-threaded-replies .bbp-reply-content{line-height:1.4;margin-left:60px;padding-right:20px}@media only screen and (max-width:544px){.has-sidebar.forums-sidebar.sidebar-left #secondary+.content-area{padding-top:0}}#bbpress-forums .bs-dropdown .bbp-admin-links{font-size:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:3px 0;width:100%}#bbpress-forums .bs-dropdown .bbp-admin-links a{margin:0;padding:9px 15px;display:block;text-align:left;color:var(--bb-body-text-color);opacity:1;font-size:13px;font-weight:inherit;letter-spacing:-.24px;width:100%;text-transform:none}#bbpress-forums .bs-dropdown .bbp-admin-links a:hover{color:var(--bb-primary-color)}#bbpress-forums .bs-dropdown .bbp-admin-links a.bbp-topic-reply-link{background-color:transparent;line-height:inherit;border:0;border-radius:inherit}#bbpress-forums .bs-dropdown .bbp-admin-links a.bbp-topic-reply-link:hover{background-color:#f5f5f5;box-shadow:none}#bbpress-forums .bs-dropdown .bbp-admin-links .bbp-topic-sticky-link,#bbpress-forums .bs-dropdown .bbp-admin-links .bbp-topic-super-sticky-link{display:none}#bbpress-forums .status-spam.even,#bbpress-forums .status-spam.odd,#bbpress-forums .status-trash.even,#bbpress-forums .status-trash.odd{width:auto}#bbpress-forums .bb-single-reply-list>li>.status-spam.even,#bbpress-forums .bb-single-reply-list>li>.status-spam.odd,#bbpress-forums .bb-single-reply-list>li>.status-trash.even,#bbpress-forums .bb-single-reply-list>li>.status-trash.odd{padding:15px 30px}#bbpress-forums .status-closed,#bbpress-forums .status-closed a{color:inherit}#bbpress-forums .bbp-reply-form fieldset.bbp-form legend{padding:0}#bbpress-forums fieldset.bbp-form{margin-bottom:30px;margin-top:30px}#bbpress-forums fieldset.bbp-form+fieldset.bbp-form{margin-top:0}#bbpress-forums fieldset.bbp-form legend{font-size:20px;font-weight:500;color:var(--bb-headings-color);display:block;letter-spacing:-.24px;line-height:1.2;margin-bottom:20px;padding:0}.bbp-user-section .bbp-pagination:first-child{display:none}.bbp-user-page h2.entry-title{font-size:20px;margin:0 0 16px}.buddypress-wrap #bbpress-forums>#subscription-toggle{display:inline-block;width:auto;margin-left:10px;margin-bottom:10px}#bbpress-forums>#subscription-toggle{margin-bottom:25px;display:block}#bbpress-forums>#subscription-toggle .subscription-toggle{min-width:160px;width:auto}#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar .button,#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar .button-secondary{color:#555;border-color:#ccc;background:#f7f7f7;box-shadow:0 1px 0 #ccc;vertical-align:top;height:auto;min-height:2px;border-radius:3px}.bbp-author-link-sep::before{content:"\00a0"}#bbpress-forums fieldset.bbp-form label[for=bbp_destination_topic]{display:block}select#bbp_destination_topic{min-width:40%;width:100%}#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content{font-size:13px;border:none;border-top:1px solid #e7e9ec;height:140px}#bbpress-forums .bbp-user-section{overflow:initial}.bbp-user-edit.single .bbp-profile-avatar-link,.bbp-user-page.single .bbp-profile-avatar-link{width:100%}div#bbpress-forums:after{content:"";display:table;clear:both}#bbp-user-wrapper.bb-bbp-user-wrapper ul#user_switching_switch_to{margin-bottom:20px}#bbpress-forums #bbp-user-wrapper.bb-bbp-user-wrapper .entry-title{margin-bottom:20px}#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav .current a{color:var(--bb-headings-color)}#bbp-your-profile{background-color:#fff;border:1px solid var(--bb-content-border-color);padding:15px 20px;position:relative;border-radius:4px}#bbpress-forums #bbp-your-profile fieldset{padding:0}#bbpress-forums #bbp-your-profile fieldset label[for]{padding:0;text-align:left}#bbpress-forums #bbp-your-profile h2.entry-title{font-size:20px;border-bottom:1px solid rgba(0,0,0,.1);font-weight:500;padding-bottom:10px;padding-top:10px}#bbpress-forums #bbp-your-profile fieldset.submit{border:0;padding:0}#bbpress-forums #bbp-your-profile fieldset.submit button{float:left;min-width:180px;font-weight:500}#bbpress-forums #bbp-your-profile fieldset input,#bbpress-forums #bbp-your-profile fieldset select,#bbpress-forums #bbp-your-profile fieldset textarea{background-color:#fff;border:1px solid #dedfe2;border-radius:3px;box-shadow:none;padding:0 12px;width:60%}#bbpress-forums #bbp-your-profile fieldset fieldset.password{width:60%;display:block}#bbpress-forums .bb-edit-user-form-wrap #bbp-your-profile fieldset fieldset.password{width:100%}#bbpress-forums div.bbp-topic-tags{display:none}.single-item.groups.buddypress #bbpress-forums>h3{display:none}#bbpress-forums fieldset.bbp-form label[for=bbp_log_reply_edit],#bbpress-forums fieldset.bbp-form label[for=bbp_log_topic_edit]{font-weight:400;color:var(--bb-body-text-color)}.topic-archive .bs-header-item .btn-new-topic{display:none}.bbp-reply-revision-log .avatar,.bbp-topic-revision-log .avatar{vertical-align:middle}#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log,#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log{border-top:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color);margin-bottom:15px;padding:10px 0}.bbp-user-edit.single #bbpress-forums>.bbp-template-notice{margin-bottom:50px}#bbpress-forums#bbpress-forums .bs-forums-items.bs-item-list.list-view .bs-header-item div.action{padding-left:0;margin-top:5px;margin-bottom:5px}#bbpress-forums#bbpress-forums .bs-forums-items .item-title .bs-meta-item a{font-size:13px}.bbp-user-profile{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;padding:30px}#bbpress-forums .bs-single-forum-list.bb-single>li.bs-header-item{border-bottom:1px solid var(--bb-content-border-color)}#bbpress-forums#bbpress-forums .bs-single-forum-list.bb-single .status-spam{width:-webkit-calc(100% + 60px);width:calc(100% + 60px);margin-top:-25px;margin-bottom:-25px;border-radius:0 0 3px 3px}.bbp_widget_login .bbp-logged-in h5 .bb-mini-group-profile-card-area .bb-profile-card:before,.bbp_widget_login .bbp-logged-in h5 .bb-mini-profile-card-area .bb-profile-card:before{right:-55px}.bbp_widget_login .elementor-widget-container{width:100%}.bbp_widget_login .bbp-logged-in h5 a{color:var(--bb-headings-color)}.bbp_widget_login .bbp-logged-in h5 a:hover{color:var(--bb-primary-color)}.bbp-logged-in h5,.bp-login-widget-user-link{font-weight:500;font-size:16px;line-height:19px;font-family:inherit;margin-top:6px;margin-bottom:0;-webkit-font-smoothing:initial;-moz-osx-font-smoothing:initial}.bbp-logged-in h5 a,.bp-login-widget-user-link a{color:inherit}@media only screen and (max-width:640px){#bbpress-forums #bbp-your-profile fieldset fieldset.password,#bbpress-forums #bbp-your-profile fieldset input,#bbpress-forums #bbp-your-profile fieldset label[for],#bbpress-forums #bbp-your-profile fieldset select,#bbpress-forums #bbp-your-profile fieldset textarea{width:100%}}@media only screen and (min-width:992px) and (max-width:1300px){#bbpress-forums .bb-forums-list .lg-grid-1-3{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;max-width:33.33%}}@media (max-width:768px){.topic-archive .bs-header-item .btn-new-topic{display:block}}@media only screen and (max-width:480px){#bbpress-forums div.bbp-reply-author img.avatar{position:static;width:auto;height:auto}#buddypress h4.bb-active-order,h4.bb-active-order{-webkit-box-flex:0;-ms-flex:0 0 85%;flex:0 0 85%;margin:0}.bs-topics-wrapper .btn-new-topic{margin-left:10px;padding:8px 10px;font-size:13px}}.bbpress-sidebar .widget_tag_cloud{background-color:transparent;padding-left:0;padding-right:0;border:0}.bbpress-sidebar .widget_tag_cloud .tagcloud a{color:var(--bb-headings-color);font-size:14px!important;line-height:170%;padding-right:5px}.bbpress-sidebar .widget_tag_cloud .tagcloud a:hover{color:var(--bb-primary-color)}.bbp-topic-revision-log-item img{vertical-align:middle}.ggpopover.ggpopover{max-width:540px;width:82%;border-color:#ddd!important;border-radius:4px;box-shadow:0 3px 34px 0 rgba(94,98,102,.2)}.ggpopover .popover-title{border-radius:4px 4px 0 0}.ggpopover .popover-content{border-radius:4px}.ggpopover>.arrow{display:none}.bb-sidebar-forums li{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.bb-sidebar-forums a.bbp-forum-title{-webkit-box-flex:1;-ms-flex:1;flex:1}.bb-sidebar-forums .topics-count{margin-left:auto;padding-left:20px}.bb-sidebar-forums .bb-sidebar-forums{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:10px 0 -10px}.single.full-fi-invert:not(.groups) #bbpress-forums{padding-top:30px}.single.single-forum.full-fi-invert .entry-content #bbpress-forums{padding-top:0}#bbp_editor_forum_content{border-color:#dedfe2}#bbp_editor_forum_content:focus{color:inherit;border-color:var(--bb-content-border-color)}#bbp_editor_topic_content{border:0;border-top:1px solid var(--bb-content-border-color);border-radius:0}#bbp_editor_topic_content:focus{color:inherit;border-color:var(--bb-content-border-color)}.bbp-forum-buttons-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center;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}.bbp-forum-buttons-wrap>*{margin-left:15px;margin-bottom:20px}.bbp-forum-buttons-wrap .reported-content{opacity:.9}#bbpress-forums .bb-main-forum-title{margin:0 auto 20px 0}span#subscription-toggle{float:none;display:block}.bbpress-sidebar #subscription-toggle{margin-bottom:20px}.bs-topic-sidebar-inner #subscription-toggle{font-size:0;width:100%}#subscription-toggle span{display:block}.mobile-only #subscription-toggle{float:none}.single-topic-sidebar-links .bb-topic-report-link-wrap{margin-top:-15px}.single-topic-sidebar-links .bb-topic-report-link-wrap a.report-content,.single-topic-sidebar-links .bb-topic-report-link-wrap a.reported-content{width:100%}.single-topic-sidebar-links .bb-topic-report-link-wrap a.reported-content{pointer-events:none;opacity:.8}.reply-edit #bbp_editor_reply_content{border:1px solid #dedfe2;border-radius:3px;padding:10px 15px}.reply-edit .bbp-reply-form #whats-new-toolbar{padding:5px 0 15px}.reply-edit .emojionearea.medium-editor-element{background:0 0;min-height:1px}.reply-edit #bbpress-forums fieldset.bbp-form>div{margin-bottom:15px}.reply-edit .bbp-submit-wrapper{margin-top:20px}.reply-edit #bbpress-forums .bp-feedback+fieldset.bbp-form{margin-top:30px}#bbpress-forums fieldset.bbp-form .bp-feedback p{line-height:1.3;margin:0}.bbp-form .select2-container--default .select2-selection--multiple .select2-selection__choice{margin-top:2px;margin-bottom:2px;padding:0 5px 0 10px}.bbp-form .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove{margin-top:2px}.bbp-form .select2-container--default .select2-selection--multiple .select2-selection__choice span.select2-selection__choice__remove:before{background:0 0;color:#fff;font-weight:300;font-size:14px}.bbp-forum-content-wrap{margin-bottom:30px;margin-top:30px}.single-with-sub-forum .bbp-forum-content-wrap{margin-top:0}.bbp-forum-content-wrap .bb-more-link{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color);margin-top:20px}.bbp-forum-content-wrap .bb-more-link: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);box-shadow:none}body:not(.forum) .entry-content .bbp-topic-form .bbp-submit-wrapper{margin-top:15px}body:not(.forum) .entry-content .bbp-topic-form .bbp-submit-wrapper .button.submit{margin-left:0}body:not(.forum) .entry-content .bbp-topic-form .bb-form-select-fields{padding:15px 10px}body:not(.forum) .entry-content .bbp-topic-form .new_topic_title_avatar{margin-right:10px}body:not(.forum) .entry-content .bbp-topic-form .bbp_topic_form_type_wrapper{margin-bottom:20px}body:not(.forum) .entry-content .bbp-topic-form .bbp_topic_title_wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px}body:not(.forum) .entry-content .bbp-topic-form #bbp_editor_topic_content{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:3px}body:not(.forum) .entry-content .bbp-topic-form .bbp-reply-form #whats-new-attachments,body:not(.forum) .entry-content .bbp-topic-form .bbp-reply-form #whats-new-toolbar,body:not(.forum) .entry-content .bbp-topic-form .bbp-topic-form #whats-new-attachments,body:not(.forum) .entry-content .bbp-topic-form .bbp-topic-form #whats-new-toolbar{padding:0}body:not(.forum) .entry-content .bbp-topic-form .bbp-form #whats-new-attachments,body:not(.forum) .entry-content .bbp-topic-form .bbp-form #whats-new-toolbar{margin-bottom:15px}body:not(.forum) .entry-content .bbp-topic-form .bbp-topic-form #whats-new-toolbar{margin-bottom:15px}body:not(.forum) .entry-content .bbp-topic-form .bbp-form .emojionearea.medium-editor-element{background:0 0}body:not(.forum) .entry-content .bbp-topic-form .bbp_topic_tags_wrapper{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius);padding:0 12px;margin-bottom:10px!important}body:not(.forum) .entry-content .bbp-topic-form #bbp_topic_tags{padding:0 12px}body:not(.forum) .entry-content .bbp-topic-form .bbp-form .bb-form-select-fields{display:block}body:not(.forum) .entry-content .bbp-topic-form #bbp-close-btn{display:none}body:not(.forum) .entry-content .bbp-topic-form #whats-new-toolbar{padding:0}body:not(.forum) .entry-content .bbp-topic-form .bb-form-select-fields>*{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0}body:not(.forum) .entry-content .bbp-topic-form .bbp_topic_tags_wrapper input,body:not(.forum) .entry-content .bbp-topic-form .bbp_topic_tags_wrapper select{border:0}body:not(.forum) .entry-content .bbp-topic-form .bbp_topic_title_wrapper input{margin-left:0}body:not(.forum) .entry-content .bbp-topic-form .bbp-the-content-wrapper{margin-bottom:10px}body:not(.forum) .entry-content .bbp-topic-form #whats-new-attachments{padding:0}.widget .bbp-topic-form .bbp_topic_tags_wrapper,body:not(.forum) .entry-content .widget .bbp-topic-form .bbp_topic_tags_wrapper{border-top:1px solid var(--bb-content-border-color)}.widget .bbp-topic-form .bbp-the-content-wrapper,body:not(.forum) .entry-content .widget .bbp-topic-form .bbp-the-content-wrapper{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius);background-color:var(--bb-content-background-color)}.widget .bbp-topic-form .bbp-the-content-wrapper .bbp-the-content,body:not(.forum) .entry-content .widget .bbp-topic-form .bbp-the-content-wrapper .bbp-the-content{border-radius:var(--bb-input-radius);padding-left:10px;padding-right:10px}.widget .bbp-reply-form,body:not(.forum) .entry-content .widget .bbp-reply-form{margin:0}.widget .bbp-reply-form .bbp-the-content-wrapper,body:not(.forum) .entry-content .widget .bbp-reply-form .bbp-the-content-wrapper{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius);background-color:var(--bb-content-background-color);margin-top:10px}.widget .bbp-reply-form .bbp-the-content-wrapper .bbp-the-content,body:not(.forum) .entry-content .widget .bbp-reply-form .bbp-the-content-wrapper .bbp-the-content{border-radius:var(--bb-input-radius);padding-left:10px;padding-right:10px;border:0}.widget .bbp-reply-form #bbp-reply-exerpt:empty,body:not(.forum) .entry-content .widget .bbp-reply-form #bbp-reply-exerpt:empty{display:none}.widget .bbp-forum-form .bbp-the-content-wrapper,body:not(.forum) .entry-content .widget .bbp-forum-form .bbp-the-content-wrapper{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius);background-color:var(--bb-content-background-color);margin-top:10px;margin-bottom:10px}.widget .bbp-forum-form .bbp-the-content-wrapper .bbp-the-content,body:not(.forum) .entry-content .widget .bbp-forum-form .bbp-the-content-wrapper .bbp-the-content{border-radius:var(--bb-input-radius);padding-left:10px;padding-right:10px;border:0;min-height:120px}body .entry-content>.bbp-topic-form.bb-modal{background-color:transparent;border:0;border-radius:0;padding:0;max-width:100%;margin:0;box-shadow:none}body .entry-content>.bbp-topic-form.bb-modal fieldset.bbp-form{margin-left:0;margin-right:0}body .entry-content>.bbp-topic-form.bb-modal .new_topic_title label{display:none!important}body .entry-content>.bbp-topic-form.bb-modal fieldset.bbp-form label{color:inherit;display:inline-block;font-size:15px;letter-spacing:-.24px;margin-bottom:5px}body .entry-content>.bbp-topic-form.bb-modal .new_topic_title_avatar{margin-right:20px}.elementor-shortcode #bbpress-forums .bbp-forum-form input,.elementor-shortcode #bbpress-forums .bbp-forum-form select,.elementor-shortcode #bbpress-forums .bbp-topic-form input,.elementor-shortcode #bbpress-forums .bbp-topic-form select,.elementor-widget-text-editor #bbpress-forums .bbp-forum-form input,.elementor-widget-text-editor #bbpress-forums .bbp-forum-form select,.entry-content>.bbp-forum-form input,.entry-content>.bbp-forum-form select,article.type-page .entry-content>#bbpress-forums .bbp-forum-form input,article.type-page .entry-content>#bbpress-forums .bbp-forum-form select,article.type-page .entry-content>#bbpress-forums .bbp-topic-form input,article.type-page .entry-content>#bbpress-forums .bbp-topic-form select,article.type-page .entry-content>.bbp-topic-form input,article.type-page .entry-content>.bbp-topic-form select{width:100%}.elementor-shortcode #bbpress-forums .bbp-forum-form .bbp-the-content-wrapper,.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp-the-content-wrapper,.elementor-widget-text-editor #bbpress-forums .bbp-forum-form .bbp-the-content-wrapper,.entry-content>.bbp-forum-form .bbp-the-content-wrapper,article.type-page .entry-content>#bbpress-forums .bbp-forum-form .bbp-the-content-wrapper,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bbp-the-content-wrapper,article.type-page .entry-content>.bbp-topic-form .bbp-the-content-wrapper{margin-bottom:0}.elementor-shortcode #bbpress-forums .bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content,.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp-the-content-wrapper .bbp_editor_forum_content,.elementor-widget-text-editor #bbpress-forums .bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content,.entry-content>.bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content,article.type-page .entry-content>#bbpress-forums .bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bbp-the-content-wrapper .bbp_editor_forum_content,article.type-page .entry-content>.bbp-topic-form .bbp-the-content-wrapper .bbp_editor_forum_content{font-size:15px;color:var(--bb-body-text-color);border:1px solid var(--bb-content-border-color);border-bottom:0;background-color:var(--bb-content-background-color);border-radius:var(--bb-input-radius) var(--bb-input-radius) 0 0;padding:15px;min-height:90px}.elementor-shortcode #bbpress-forums .bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content:after,.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp-the-content-wrapper .bbp_editor_forum_content:after,.elementor-widget-text-editor #bbpress-forums .bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content:after,.entry-content>.bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content:after,article.type-page .entry-content>#bbpress-forums .bbp-forum-form .bbp-the-content-wrapper .bbp_editor_forum_content:after,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bbp-the-content-wrapper .bbp_editor_forum_content:after,article.type-page .entry-content>.bbp-topic-form .bbp-the-content-wrapper .bbp_editor_forum_content:after{font-size:15px;color:rgba(var(--bb-body-text-color-rgb),.5);pointer-events:none}.elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar,.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar,.elementor-widget-text-editor #bbpress-forums .bbp-forum-form #whats-new-toolbar,.entry-content>.bbp-forum-form #whats-new-toolbar,article.type-page .entry-content>#bbpress-forums .bbp-forum-form #whats-new-toolbar,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-toolbar,article.type-page .entry-content>.bbp-topic-form #whats-new-toolbar{border:1px solid var(--bb-content-border-color);border-top:0;background-color:var(--bb-content-background-color);border-radius:0 0 var(--bb-input-radius) var(--bb-input-radius);padding:15px;margin-bottom:15px}.elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar,.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar,.elementor-widget-text-editor #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar,.entry-content>.bbp-forum-form #whats-new-toolbar .medium-editor-toolbar,article.type-page .entry-content>#bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar,article.type-page .entry-content>.bbp-topic-form #whats-new-toolbar .medium-editor-toolbar{background-color:var(--bb-content-background-color);visibility:hidden;top:5px;left:45px}.elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions,.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions,.elementor-widget-text-editor #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions,.entry-content>.bbp-forum-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions,article.type-page .entry-content>#bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions,article.type-page .entry-content>.bbp-topic-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions{background-color:transparent}.elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar.active,.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active,.elementor-widget-text-editor #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar.active,.entry-content>.bbp-forum-form #whats-new-toolbar .medium-editor-toolbar.active,article.type-page .entry-content>#bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar.active,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active,article.type-page .entry-content>.bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active{visibility:visible}.elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-button-active,.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-button-active,.elementor-widget-text-editor #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-button-active,.entry-content>.bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-button-active,article.type-page .entry-content>#bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-button-active,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-button-active,article.type-page .entry-content>.bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-button-active{background-color:transparent}.elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li button,.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li button,.elementor-widget-text-editor #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li button,.entry-content>.bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li button,article.type-page .entry-content>#bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li button,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li button,article.type-page .entry-content>.bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li button{padding:10px 10px 10px 0;text-shadow:none}.elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li button:hover,.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li button:hover,.elementor-widget-text-editor #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li button:hover,.entry-content>.bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li button:hover,article.type-page .entry-content>#bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li button:hover,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li button:hover,article.type-page .entry-content>.bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li button:hover{background-color:transparent}.elementor-shortcode #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-action-pre,.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-action-pre,.elementor-widget-text-editor #bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-action-pre,.entry-content>.bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-action-pre,article.type-page .entry-content>#bbpress-forums .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-action-pre,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-action-pre,article.type-page .entry-content>.bbp-topic-form #whats-new-toolbar .medium-editor-toolbar li .medium-editor-action-pre{padding:10px}.elementor-shortcode #bbpress-forums .bbp-forum-form .bbp-submit-wrapper .button.submit,.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp-submit-wrapper .button.submit,.elementor-widget-text-editor #bbpress-forums .bbp-forum-form .bbp-submit-wrapper .button.submit,.entry-content>.bbp-forum-form .bbp-submit-wrapper .button.submit,article.type-page .entry-content>#bbpress-forums .bbp-forum-form .bbp-submit-wrapper .button.submit,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bbp-submit-wrapper .button.submit,article.type-page .entry-content>.bbp-topic-form .bbp-submit-wrapper .button.submit{margin-left:0}.elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal #whats-new-toolbar,.elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal .bbp-the-content-wrapper,.elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal #whats-new-toolbar,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp-the-content-wrapper,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper,.elementor-widget-text-editor #bbpress-forums .bbp-forum-form.bb-modal #whats-new-toolbar,.elementor-widget-text-editor #bbpress-forums .bbp-forum-form.bb-modal .bbp-the-content-wrapper,.elementor-widget-text-editor #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper,.entry-content>.bbp-forum-form.bb-modal #whats-new-toolbar,.entry-content>.bbp-forum-form.bb-modal .bbp-the-content-wrapper,.entry-content>.bbp-forum-form.bb-modal .bbp_topic_title_wrapper,article.type-page .entry-content>#bbpress-forums .bbp-forum-form.bb-modal #whats-new-toolbar,article.type-page .entry-content>#bbpress-forums .bbp-forum-form.bb-modal .bbp-the-content-wrapper,article.type-page .entry-content>#bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper,article.type-page .entry-content>#bbpress-forums .bbp-topic-form.bb-modal #whats-new-toolbar,article.type-page .entry-content>#bbpress-forums .bbp-topic-form.bb-modal .bbp-the-content-wrapper,article.type-page .entry-content>#bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper,article.type-page .entry-content>.bbp-topic-form.bb-modal #whats-new-toolbar,article.type-page .entry-content>.bbp-topic-form.bb-modal .bbp-the-content-wrapper,article.type-page .entry-content>.bbp-topic-form.bb-modal .bbp_topic_title_wrapper{border:0}.elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper #bbp-close-btn,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper #bbp-close-btn,.elementor-widget-text-editor #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper #bbp-close-btn,.entry-content>.bbp-forum-form.bb-modal .bbp_topic_title_wrapper #bbp-close-btn,article.type-page .entry-content>#bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper #bbp-close-btn,article.type-page .entry-content>#bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper #bbp-close-btn,article.type-page .entry-content>.bbp-topic-form.bb-modal .bbp_topic_title_wrapper #bbp-close-btn{display:block;font-weight:400}.elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper .new_topic_title #bbp_topic_title,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title #bbp_topic_title,.elementor-widget-text-editor #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper .new_topic_title #bbp_topic_title,.entry-content>.bbp-forum-form.bb-modal .bbp_topic_title_wrapper .new_topic_title #bbp_topic_title,article.type-page .entry-content>#bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper .new_topic_title #bbp_topic_title,article.type-page .entry-content>#bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title #bbp_topic_title,article.type-page .entry-content>.bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title #bbp_topic_title{margin:0}.elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar,.elementor-widget-text-editor #bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar,.entry-content>.bbp-forum-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar,article.type-page .entry-content>#bbpress-forums .bbp-forum-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar,article.type-page .entry-content>#bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar,article.type-page .entry-content>.bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar{width:auto;min-width:auto}.elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal .bb-form-select-fields,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bb-form-select-fields,.elementor-widget-text-editor #bbpress-forums .bbp-forum-form.bb-modal .bb-form-select-fields,.entry-content>.bbp-forum-form.bb-modal .bb-form-select-fields,article.type-page .entry-content>#bbpress-forums .bbp-forum-form.bb-modal .bb-form-select-fields,article.type-page .entry-content>#bbpress-forums .bbp-topic-form.bb-modal .bb-form-select-fields,article.type-page .entry-content>.bbp-topic-form.bb-modal .bb-form-select-fields{padding:15px 25px}.elementor-shortcode #bbpress-forums .bbp-forum-form.bb-modal .bbp-submit-wrapper .button.submit,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp-submit-wrapper .button.submit,.elementor-widget-text-editor #bbpress-forums .bbp-forum-form.bb-modal .bbp-submit-wrapper .button.submit,.entry-content>.bbp-forum-form.bb-modal .bbp-submit-wrapper .button.submit,article.type-page .entry-content>#bbpress-forums .bbp-forum-form.bb-modal .bbp-submit-wrapper .button.submit,article.type-page .entry-content>#bbpress-forums .bbp-topic-form.bb-modal .bbp-submit-wrapper .button.submit,article.type-page .entry-content>.bbp-topic-form.bb-modal .bbp-submit-wrapper .button.submit{margin-left:15px}.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper,.elementor-shortcode .bbp-reply-form .bbp-form>legend,.entry-content>.bbp-reply-form .bbp-form>legend,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper,article.type-page .entry-content>.bbp-topic-form .bbp_topic_title_wrapper{font-size:16px;font-weight:600;color:var(--bb-headings-color);width:100%;padding:20px 25px;border:1px solid var(--bb-content-border-color);border-bottom:0;background-color:var(--bb-content-background-color);border-radius:var(--bb-input-radius) var(--bb-input-radius) 0 0;margin-bottom:0}.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper #bbp-close-btn,.elementor-shortcode .bbp-reply-form .bbp-form>legend #bbp-close-btn,.entry-content>.bbp-reply-form .bbp-form>legend #bbp-close-btn,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper #bbp-close-btn,article.type-page .entry-content>.bbp-topic-form .bbp_topic_title_wrapper #bbp-close-btn{display:none}.bbp-reply-form .bbp-form>legend #bbp-reply-exerpt:empty{display:none}.bbp-reply-form .bbp-form>legend #bbp-reply-exerpt.show-empty{display:block;padding-top:0}.bbp-reply-form .bbp-form>legend #bbp-reply-exerpt.show-empty+.bb-model-close-button{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bbp-reply-form .bbp-form>legend #bbp-reply-exerpt.show-empty+.bb-model-close-button .bb-icon-close{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit;line-height:1}.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-attachments,.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar,.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp-the-content-wrapper,.elementor-shortcode .bbp-reply-form #whats-new-attachments,.elementor-shortcode .bbp-reply-form #whats-new-toolbar,.elementor-shortcode .bbp-reply-form .bbp-the-content-wrapper,.entry-content>.bbp-reply-form #whats-new-attachments,.entry-content>.bbp-reply-form #whats-new-toolbar,.entry-content>.bbp-reply-form .bbp-the-content-wrapper,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-attachments,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-toolbar,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .bbp-the-content-wrapper,article.type-page .entry-content>.bbp-topic-form #whats-new-attachments,article.type-page .entry-content>.bbp-topic-form #whats-new-toolbar,article.type-page .entry-content>.bbp-topic-form .bbp-the-content-wrapper{border:1px solid var(--bb-content-border-color);border-top:0;border-bottom:0;background-color:var(--bb-content-background-color);margin-bottom:0;border-radius:0}.elementor-shortcode #bbpress-forums .bbp-topic-form div.dropzone.dz-started,.elementor-shortcode .bbp-reply-form div.dropzone.dz-started,.entry-content>.bbp-reply-form div.dropzone.dz-started,article.type-page .entry-content>#bbpress-forums .bbp-topic-form div.dropzone.dz-started,article.type-page .entry-content>.bbp-topic-form div.dropzone.dz-started{margin-bottom:0}.elementor-shortcode #bbpress-forums .bbp-topic-form .medium-editor-element,.elementor-shortcode .bbp-reply-form .medium-editor-element,.entry-content>.bbp-reply-form .medium-editor-element,article.type-page .entry-content>#bbpress-forums .bbp-topic-form .medium-editor-element,article.type-page .entry-content>.bbp-topic-form .medium-editor-element{display:inline-block;width:100%}.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar,.elementor-shortcode .bbp-reply-form #whats-new-toolbar,.entry-content>.bbp-reply-form #whats-new-toolbar,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-toolbar,article.type-page .entry-content>.bbp-topic-form #whats-new-toolbar{padding:15px 25px}.elementor-shortcode #bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar,.elementor-shortcode .bbp-reply-form #whats-new-toolbar .medium-editor-toolbar,.entry-content>.bbp-reply-form #whats-new-toolbar .medium-editor-toolbar,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar,article.type-page .entry-content>.bbp-topic-form #whats-new-toolbar .medium-editor-toolbar{left:50px}.elementor-shortcode #bbpress-forums .bbp-topic-form #bbp-template-notices,.elementor-shortcode .bbp-reply-form #bbp-template-notices,.entry-content>.bbp-reply-form #bbp-template-notices,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #bbp-template-notices,article.type-page .entry-content>.bbp-topic-form #bbp-template-notices{display:table;background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-bottom:0;border-top:0;width:100%}.elementor-shortcode #bbpress-forums .bbp-topic-form #bbp-template-notices .bp-feedback,.elementor-shortcode .bbp-reply-form #bbp-template-notices .bp-feedback,.entry-content>.bbp-reply-form #bbp-template-notices .bp-feedback,article.type-page .entry-content>#bbpress-forums .bbp-topic-form #bbp-template-notices .bp-feedback,article.type-page .entry-content>.bbp-topic-form #bbp-template-notices .bp-feedback{margin:10px 15px}.elementor-shortcode #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bbp_topic_tags_wrapper,.elementor-shortcode .bbp-reply-form:not(.bb-modal-box) .bbp_topic_tags_wrapper,.entry-content>.bbp-reply-form:not(.bb-modal-box) .bbp_topic_tags_wrapper,article.type-page .entry-content>#bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bbp_topic_tags_wrapper,article.type-page .entry-content>.bbp-topic-form:not(.bb-modal-box) .bbp_topic_tags_wrapper{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:0 0 var(--bb-input-radius) var(--bb-input-radius)}.elementor-shortcode #bbpress-forums .bbp-topic-form:is(.bbp-topic-form) .bbp_topic_tags_wrapper,.elementor-shortcode .bbp-reply-form:is(.bbp-topic-form) .bbp_topic_tags_wrapper,.entry-content>.bbp-reply-form:is(.bbp-topic-form) .bbp_topic_tags_wrapper,article.type-page .entry-content>#bbpress-forums .bbp-topic-form:is(.bbp-topic-form) .bbp_topic_tags_wrapper,article.type-page .entry-content>.bbp-topic-form:is(.bbp-topic-form) .bbp_topic_tags_wrapper{border-top:0}.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper .new_topic_title_avatar,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar,article.type-page .entry-content>#bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bbp_topic_title_wrapper .new_topic_title_avatar,article.type-page .entry-content>.bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar{width:64px;min-width:64px}.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper .new_topic_title_avatar img,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar img,article.type-page .entry-content>#bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bbp_topic_title_wrapper .new_topic_title_avatar img,article.type-page .entry-content>.bbp-topic-form.bb-modal .bbp_topic_title_wrapper .new_topic_title_avatar img{width:100%}.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper #bbp_topic_title,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_title_wrapper #bbp_topic_title,article.type-page .entry-content>#bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bbp_topic_title_wrapper #bbp_topic_title,article.type-page .entry-content>.bbp-topic-form.bb-modal .bbp_topic_title_wrapper #bbp_topic_title{margin:10px 0 0 15px}.elementor-shortcode #bbpress-forums .bbp-topic-form #bbp_topic_submit,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal #bbp_topic_submit,article.type-page .entry-content>#bbpress-forums .bbp-topic-form:not(.bb-modal-box) #bbp_topic_submit,article.type-page .entry-content>.bbp-topic-form.bb-modal #bbp_topic_submit{margin-top:15px}.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_subscription_wrapper,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_subscription_wrapper,article.type-page .entry-content>#bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bbp_topic_subscription_wrapper,article.type-page .entry-content>.bbp-topic-form.bb-modal .bbp_topic_subscription_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-shortcode #bbpress-forums .bbp-topic-form .bbp_topic_subscription_wrapper>label,.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal .bbp_topic_subscription_wrapper>label,article.type-page .entry-content>#bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bbp_topic_subscription_wrapper>label,article.type-page .entry-content>.bbp-topic-form.bb-modal .bbp_topic_subscription_wrapper>label{margin-bottom:-15px}.elementor-shortcode #bbpress-forums .bbp-topic-form .avatar{border-radius:50%}.elementor-shortcode #whats-new-toolbar button{text-shadow:none}.elementor-shortcode #bbpress-forums .bbp-topic-form.bb-modal #bbp_stick_topic_select,article.type-page .entry-content>.bbp-topic-form.bb-modal #bbp_stick_topic_select{margin-bottom:10px!important}body:not(.logged-in) .entry-content>.bbp-reply-form .bbp-form>legend{background-color:transparent;padding:0;border:0;border-radius:0;font-size:18px}body:not(.logged-in) .entry-content>.bbp-reply-form .bbp-form .bbp-the-content-wrapper{border-radius:var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0}body:not(.logged-in) .entry-content>.bbp-reply-form .bbp-form .bbp-the-content-wrapper .medium-editor-element:not(.emojionearea){border-radius:var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0}body:not(.logged-in) .entry-content>.bbp-reply-form .bbp-form #whats-new-toolbar{border-bottom:1px solid var(--bb-content-border-color);border-radius:0 0 var(--bb-block-radius-inner) var(--bb-block-radius-inner)}body:not(.logged-in) .entry-content>.bbp-reply-form .bbp-form fieldset.bbp-form-anonymous{margin:0}body:not(.logged-in) .entry-content>.bbp-reply-form .bbp-form fieldset.bbp-form-anonymous>legend{font-size:16px;margin-bottom:15px}body:not(.logged-in) .entry-content>.bbp-reply-form .bbp-form fieldset.bbp-form-anonymous p>label{display:block}@media screen and (max-width:992px){.elementor-shortcode #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bb-form-select-fields,article.type-page .entry-content>#bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bb-form-select-fields{display:block}.elementor-shortcode #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bb-form-select-fields>div,article.type-page .entry-content>#bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bb-form-select-fields>div{width:50%;float:left}.elementor-shortcode #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bb-form-select-fields .bbp-submit-wrapper,article.type-page .entry-content>#bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bb-form-select-fields .bbp-submit-wrapper{clear:none}}@media screen and (max-width:544px){.entry-content>.bbp-reply-form .bb-form-select-fields{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.entry-content>.bbp-reply-form .bb-form-select-fields .bbp-submit-wrapper{margin-left:0}.elementor-shortcode #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bb-form-select-fields>div,article.type-page .entry-content>#bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bb-form-select-fields>div{width:100%;margin-bottom:10px}.elementor-shortcode #bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bb-form-select-fields>div #bbp_topic_submit,article.type-page .entry-content>#bbpress-forums .bbp-topic-form:not(.bb-modal-box) .bb-form-select-fields>div #bbp_topic_submit{margin-left:0}}body .select2-container .select2-dropdown.bb-tag-list-dropdown{bottom:16px}body .select2-container .select2-dropdown.bb-tag-list-dropdown.bb-tag-list-dropdown{bottom:45px}#bbp-search-form{position:relative}#bbp-search-form #bbp_search{font-size:14px;font-weight:400;white-space:nowrap;height:36px;line-height:36px;overflow:hidden;text-overflow:ellipsis;min-width:100%;padding-right:35px;border-radius:var(--bb-button-radius)}#bbp-search-form #bbp_search_submit{border:0;display:none!important;position:absolute;width:40px;font-size:0;top:0;padding:0;background:url(../images/svg/search.svg) no-repeat center transparent;background-size:45%;right:5px;opacity:.8}#bbp-search-form #bbp_search_submit:hover{box-shadow:none;opacity:1}.reply-edit #bbpress-forums .bbp-reply-form .bbp-form .bbp-the-content-wrapper,.topic-edit #bbpress-forums .bbp-topic-form .bbp-form .bbp-the-content-wrapper,article:not(.type-forum) .entry-content>#bbpress-forums .bbp-topic-form .bbp-form .bbp-the-content-wrapper,article:not(.type-forum) .entry-content>.bbp-topic-form .bbp-form .bbp-the-content-wrapper{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0;border-bottom:0;margin-bottom:0;display:table;width:100%}.reply-edit #bbpress-forums .bbp-reply-form .bbp-form .bbp-the-content-wrapper .medium-editor-element:not(.emojionearea),.topic-edit #bbpress-forums .bbp-topic-form .bbp-form .bbp-the-content-wrapper .medium-editor-element:not(.emojionearea),article:not(.type-forum) .entry-content>#bbpress-forums .bbp-topic-form .bbp-form .bbp-the-content-wrapper .medium-editor-element:not(.emojionearea),article:not(.type-forum) .entry-content>.bbp-topic-form .bbp-form .bbp-the-content-wrapper .medium-editor-element:not(.emojionearea){background-color:transparent;border-top:0}.reply-edit #bbpress-forums .bbp-reply-form .bbp-form textarea.bbp-the-content,.topic-edit #bbpress-forums .bbp-topic-form .bbp-form textarea.bbp-the-content,article:not(.type-forum) .entry-content>#bbpress-forums .bbp-topic-form .bbp-form textarea.bbp-the-content,article:not(.type-forum) .entry-content>.bbp-topic-form .bbp-form textarea.bbp-the-content{border-top:0;border-radius:var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0}.reply-edit #bbpress-forums .bbp-reply-form .bbp-form #whats-new-attachments,.topic-edit #bbpress-forums .bbp-topic-form .bbp-form #whats-new-attachments,article:not(.type-forum) .entry-content>#bbpress-forums .bbp-topic-form .bbp-form #whats-new-attachments,article:not(.type-forum) .entry-content>.bbp-topic-form .bbp-form #whats-new-attachments{margin-bottom:0;background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-width:0 1px;padding:15px}.reply-edit #bbpress-forums .bbp-reply-form .bbp-form #whats-new-toolbar,.topic-edit #bbpress-forums .bbp-topic-form .bbp-form #whats-new-toolbar,article:not(.type-forum) .entry-content>#bbpress-forums .bbp-topic-form .bbp-form #whats-new-toolbar,article:not(.type-forum) .entry-content>.bbp-topic-form .bbp-form #whats-new-toolbar{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:0 0 var(--bb-block-radius-inner) var(--bb-block-radius-inner);border-top:0;padding:15px}.reply-edit #bbpress-forums .bbp-reply-form .bbp-form .bbp-the-content-wrapper{border-radius:var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0}.reply-edit #bbpress-forums .bbp-reply-form .bbp-form #whats-new-toolbar{border-radius:0 0 var(--bb-block-radius-inner) var(--bb-block-radius-inner)}body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new_topic_title_avatar{margin-right:10px}body.page .entry-content .bbp-topic-form .bbp-form .bbp_topic_title_wrapper .new_topic_title input{width:100%}#buddypress .forum_single_action_wrap,.topic .forum_single_action_wrap{display:inline-block;margin-left:5px;position:relative}#buddypress .forum_single_action_wrap .forum_single_action_more-wrap,.topic .forum_single_action_wrap .forum_single_action_more-wrap{vertical-align:middle;display:inline-block;line-height:1}#buddypress .forum_single_action_wrap .forum_single_action_more-wrap i,.topic .forum_single_action_wrap .forum_single_action_more-wrap i{font-size:21px;color:#939597}#buddypress .forum_single_action_wrap .forum_single_action_options,.topic .forum_single_action_wrap .forum_single_action_options{position:absolute;top:30px;right:0;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;width:168px;padding:5px 0;display:none}#buddypress .forum_single_action_wrap .forum_single_action_options:after,.topic .forum_single_action_wrap .forum_single_action_options:after{content:" ";position:absolute;width:0;height:0;top:1px;margin:0 auto;right:8px;box-sizing:border-box;border:6px 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);-webkit-transition:all linear .2s;transition:all linear .2s;z-index:101}#buddypress .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap,.topic .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap{margin:0}#buddypress .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap a,.topic .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap a{margin:0;display:block;text-align:left;opacity:1;font-size:13px!important;letter-spacing:-.24px;width:100%;text-transform:none;font-weight:400;min-height:auto;border-radius:0;padding:10px 14px;color:#7f868f;line-height:1.1;border:0}#buddypress .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap a:hover,.topic .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap a:hover{background-color:#f5f5f5;color:var(--bb-primary-color)!important}#buddypress .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap a:before,.topic .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap a:before{font-family:bb-icons;content:"\ee9c";font-size:15px;display:inline-block;margin-right:10px;vertical-align:middle;width:20px;text-align:center}#buddypress .forum_single_action_wrap.is_visible .forum_single_action_options,.topic .forum_single_action_wrap.is_visible .forum_single_action_options{display:block}@media screen and (max-width:800px){#buddypress .forum_single_action_wrap .forum_single_action_options,.topic .forum_single_action_wrap .forum_single_action_options{right:inherit;left:0}#buddypress .forum_single_action_wrap .forum_single_action_options:after,.topic .forum_single_action_wrap .forum_single_action_options:after{right:inherit;left:2px}}.topic .forum_single_action_wrap .forum_single_action_options .bb-topic-report-link-wrap a:hover{color:var(--bb-primary-color)!important}#bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items:not(.bb-single) .bs-header-item .flex-1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 .bbp-forum-buttons-wrap,#bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 .bs-section-title{display:-webkit-box;display:-ms-flexbox;display:flex}#bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 .bs-section-title{font-size:18px}#bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 .bbp-forum-buttons-wrap *{margin-bottom:0}@media screen and (max-width:600px){#bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}#bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 .bbp_before_forum_new_post{margin-top:10px}#bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 #subscription-toggle{margin-top:10px;margin-left:0}}.widget #bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1{-ms-flex-flow:column;flex-flow:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.single.single-forum .type-forum .entry-header.bb-single-forum{margin-bottom:1.1875rem}.single.single-forum .type-forum .bb-topic-banner{width:100vw;position:relative;left:50%;right:50%;border-bottom:1px solid var(--bb-content-border-color);height:300px;margin:-1.875rem -50vw 1.875rem;z-index:1;overflow:hidden}.single.single-forum .type-forum .bb-topic-banner:before{content:"";opacity:.4;background-color:#122b46;background-image:-webkit-linear-gradient(180deg,rgba(0,0,0,0) 4%,#000 100%);background-image:linear-gradient(270deg,rgba(0,0,0,0) 4%,#000 100%);background-image:-webkit-linear-gradient(270deg,rgba(0,0,0,0) 4%,#000 100%);background-image:linear-gradient(-180deg,rgba(0,0,0,0) 4%,#000 100%);position:absolute;height:100%;width:100%;top:0;left:0;z-index:1}@media screen and (max-width:460px){.single.single-forum .type-forum .bb-topic-banner{height:auto;padding-top:30px;padding-bottom:30px}}.single.single-forum .type-forum .bb-topic-banner .banner-img{max-width:100%;min-width:100%;object-fit:cover;min-height:100%;height:auto;position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum{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-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;color:#fff;position:relative;z-index:9;height:100%;margin-bottom:0}.single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum .entry-title{color:#fff;margin-bottom:0;max-width:60%;font-size:48px;font-weight:600;padding-bottom:60px}.single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum .bbp-forum-content-wrap{margin-top:-45px}.single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum .bbp-forum-content-wrap p{margin-bottom:0}@media screen and (max-width:980px){.single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum .entry-title{max-width:80%;line-height:1.1}}@media screen and (max-width:800px){.single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum .entry-title{padding-left:20px;padding-right:20px;max-width:100%;padding-bottom:0}.single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum .bbp-forum-content-wrap{margin-top:20px;text-align:center}}@media screen and (max-width:460px){.single.single-forum .type-forum .bb-topic-banner .entry-header.bb-single-forum .entry-title{font-size:42px}}@media screen and (min-width:800px) and (max-width:1328px){.single.single-forum .type-forum .bb-topic-banner .entry-header{margin-left:68px}}@media screen and (min-width:800px){.single.single-forum.single-forum-cover-image .bbpress-sidebar{padding-top:330px}.single.single-forum.has-sidebar .type-forum .bb-topic-banner{left:-webkit-calc(50% + 150px);left:calc(50% + 150px)}}@media screen and (min-width:800px) and (max-width:1500px){.buddypanel-open.single.single-forum .type-forum .bb-topic-banner .entry-header{margin-left:148px}}.bs-item-list.list-view div.bs-item-wrap:not(.no-hover-effect):hover{border-left-color:var(--bb-content-background-color);border-right-color:var(--bb-content-background-color);border-bottom-color:var(--bb-content-background-color)}.bs-item-list.list-view li.bs-item-wrap:not(.no-hover-effect):hover{border-bottom:1px solid var(--bb-content-border-color)}@media screen and (max-width:1200px){#bbpress-forums#bbpress-forums .bs-forums-items.bs-item-list.list-view div.action .bb_more_options_action{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-right:0}}@media screen and (max-width:600px){.bbp-forum-buttons-wrap{width:100%}}#bbpress-forums .bbp-reply-form.bb-modal .bb-form-select-fields,#bbpress-forums .bbp-topic-form.bb-modal .bb-form-select-fields{background:var(--bb-content-alternate-background-color)}#bbpress-forums .gif-search-query input[type=search]{margin-bottom:0}#bbpress-forums .gif-search-content .gif-search-results{min-height:260px;max-height:260px}fieldset.bbp-form .bbp-submit-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row-reverse;flex-flow:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bb-form-select-fields{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -10px}.bb-form-select-fields>*{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 10px}.bb-form-select-fields .bb_subscriptions_active{padding-bottom:20px}.bb-form-select-fields select{color:var(--bb-body-text-color);width:100%}#bbpress-forums fieldset.bbp-form .bbp_topic_title_wrapper label{display:none}#bbpress-forums fieldset.bbp-form .bbp_topic_title_wrapper input{margin-bottom:0;margin-left:10px}#bbpress-forums .bbp_topic_title_wrapper #bbp_topic_title{margin-left:0}#bbpress-forums .bbp_topic_title_wrapper #bbp_topic_title.error{background-color:rgba(var(--bb-danger-color-rgb),.1)}#bbpress-forums .bbp-topic-form fieldset.bbp-form .bb-form_rev_wrapper{display:block}#bbpress-forums .bbp-topic-form fieldset.bbp-form>.flex{display:block}#bbpress-forums .bbp-topic-form fieldset.bbp-form fieldset.bbp-form{margin-bottom:0}#bbpress-forums .bbp-topic-form .bbp-tags-icon{display:none}#bbpress-forums .bbp-topic-form .bbp-submit-wrapper .button.submit{margin-right:0}#bbpress-forums .bbp-reply-form .bbp-tags-icon,.page .bbp-reply-form:not(.bb-modal) .bbp-tags-icon{display:none}#bbpress-forums .bbp-reply-form textarea#bbp_reply_content,.page .bbp-reply-form:not(.bb-modal) textarea#bbp_reply_content{width:100%}#bbpress-forums .bbp-reply-form fieldset.bbp-form input[type=text],.page .bbp-reply-form:not(.bb-modal) fieldset.bbp-form input[type=text]{width:100%}#bbpress-forums .bbp-reply-form fieldset.bbp-form label,.page .bbp-reply-form:not(.bb-modal) fieldset.bbp-form label{color:inherit;font-size:15px;letter-spacing:-.24px;margin-bottom:5px}#bbpress-forums .bbp-reply-form fieldset.bbp-form-anonymous,.page .bbp-reply-form:not(.bb-modal) fieldset.bbp-form-anonymous{margin:15px 0}#bbpress-forums .bbp-reply-form fieldset.bbp-form-anonymous p,.page .bbp-reply-form:not(.bb-modal) fieldset.bbp-form-anonymous p{margin-bottom:15px}#bbpress-forums .bbp-reply-form .bb-form_rev_wrapper,#bbpress-forums .bbp-reply-form .bb-form_rev_wrapper .flex,.page .bbp-reply-form:not(.bb-modal) .bb-form_rev_wrapper,.page .bbp-reply-form:not(.bb-modal) .bb-form_rev_wrapper .flex{display:block}.bbp-mfp-zoom-in .bb-modal{border-color:#ddd;margin:50px auto 0;max-width:750px;padding:0;border-radius:4px 4px 0 0;box-shadow:0 3px 34px 0 rgba(94,98,102,.2)}.bbp-mfp-zoom-in .bb-modal form#new-post{margin-bottom:0}.bbp-mfp-zoom-in .bb-modal form#new-post input.error{border:0;opacity:.5;color:inherit}.bbp-mfp-zoom-in .bbp-the-content-wrapper{margin:0}.bbp-mfp-zoom-in .bbp-the-content-wrapper textarea.bbp-the-content{max-height:250px;margin:0;font-size:15px;font-family:inherit}.bbp-mfp-zoom-in .bbp-the-content-wrapper textarea#bbp_reply_content,.bbp-mfp-zoom-in .bbp-the-content-wrapper textarea#bbp_topic_content{width:100%}.bbp-mfp-zoom-in .bbp-the-content-wrapper div.mce-panel.error{background-color:rgba(var(--bb-danger-color),.1)}.bbp-mfp-zoom-in .bbp-the-content-wrapper div.mce-panel.error iframe#bbp_topic_content_ifr{opacity:.5}.bbp-mfp-zoom-in .bb-form-select-fields{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px}@media only screen and (max-width:544px){.bbp-mfp-zoom-in .bb-form-select-fields{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.bbp-mfp-zoom-in .bb-form-select-fields .bb_subscriptions_active{margin-bottom:20px}}@media only screen and (max-width:800px){.bbp-mfp-zoom-in .bbp-topic-form .bb-form-select-fields{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.bbp-mfp-zoom-in .bbp-topic-form .bb-form-select-fields .bbp_topic_form_type_wrapper{width:100%;max-width:100%;margin-bottom:15px}.bbp-mfp-zoom-in .bbp-topic-form .bb-form-select-fields .bbp_topic_subscription_wrapper{margin-bottom:20px}}.bbp-mfp-zoom-in .bb-form_rev_wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 15px}.bbp-mfp-zoom-in .bb-form_rev_wrapper fieldset.bbp-form>div{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bbp-mfp-zoom-in .bb-form_rev_wrapper fieldset.bbp-form legend{margin-right:10px}.bbp-mfp-zoom-in .bb-form_rev_wrapper fieldset.bbp-form label[for=bbp_reply_edit_reason],.bbp-mfp-zoom-in .bb-form_rev_wrapper fieldset.bbp-form label[for=bbp_topic_edit_reason]{display:none}.bbp-mfp-zoom-in .bb-form_rev_wrapper fieldset.bbp-form label{font-size:14px;color:var(--bb-body-text-color)}.bbp-mfp-zoom-in ::-webkit-input-placeholder{color:#939597}.bbp-mfp-zoom-in :-ms-input-placeholder{color:#939597}.bbp-mfp-zoom-in ::placeholder{color:#939597}fieldset.bbp-form .bbp-submit-wrapper{margin-left:auto;margin-top:0;-ms-flex-flow:row;flex-flow:row;-webkit-box-flex:inherit;-ms-flex:inherit;flex:inherit}fieldset.bbp-form .bbp-submit-wrapper .button.submit{min-width:auto;margin-left:20px}fieldset.bbp-form .bbp-submit-wrapper a#bbp-cancel-reply-to-link,fieldset.bbp-form .bbp-submit-wrapper a#bbp-close-btn{color:var(--bb-alternate-text-color);font-size:14px}fieldset.bbp-form .bbp-submit-wrapper a#bbp-cancel-reply-to-link:hover,fieldset.bbp-form .bbp-submit-wrapper a#bbp-close-btn:hover{color:var(--bb-primary-color)}.bbp-template-notice{padding:10px;line-height:1.4;font-size:14px}.bbp-template-notice p{margin:0}.bbp_topic_tags_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0!important;padding:5px 25px;border-bottom:1px solid var(--bb-content-border-color);border-top:1px solid var(--bb-content-border-color)}.bbp_topic_tags_wrapper label{display:none!important}.bbp_topic_tags_wrapper>span>i{color:#939597;font-size:18px;position:relative;top:2px}.bbp_topic_tags_wrapper #bbp_topic_tags{border:0;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0;width:100%;margin:0!important}body .bbp_topic_tags_wrapper .bb-select-container.select2-selection.select2-selection--multiple{background-color:transparent}#bbpress-forums .bb-modal-box div.bbp-the-content-wrapper{margin:0}.bb-modal-box .bb-form-select-fields{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px 25px}#bbpress-forums .bb-modal.bbp-reply-form .bbp-the-content,#bbpress-forums .bb-modal.bbp-topic-form .bbp-the-content{position:relative}#bbpress-forums .bb-modal.bbp-reply-form .bbp-the-content[contenteditable=true]:empty:after,#bbpress-forums .bb-modal.bbp-topic-form .bbp-the-content[contenteditable=true]:empty:after{color:#c3c6c9;content:attr(data-placeholder)!important;position:absolute;left:0;top:0;padding:inherit;font-style:normal}#bbpress-forums .bb-modal.bbp-reply-form .bbp-the-content.medium-editor-placeholder:not(:empty):after,#bbpress-forums .bb-modal.bbp-topic-form .bbp-the-content.medium-editor-placeholder:not(:empty):after{display:none}.emojionearea.bbp-the-content.error{color:inherit}#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form,.elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form{margin:0}#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form fieldset.bbp-form-anonymous+.bbp_topic_title_wrapper,.elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form fieldset.bbp-form-anonymous+.bbp_topic_title_wrapper{padding-top:15px}#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form fieldset.bbp-form-anonymous+.bbp_topic_title_wrapper #bbp_topic_title,.elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form fieldset.bbp-form-anonymous+.bbp_topic_title_wrapper #bbp_topic_title{border:1px solid var(--bb-content-border-color)}#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form fieldset.bbp-form-anonymous+.bbp_topic_title_wrapper #bbp_topic_title.error,.elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form fieldset.bbp-form-anonymous+.bbp_topic_title_wrapper #bbp_topic_title.error{border:0}#bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_title_wrapper,.elementor-location-popup #bbpress-forums .bbp-topic-form .bbp_topic_title_wrapper{margin:0;padding:18px 25px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}#bbpress-forums .bb-modal.bbp-topic-form .new_topic_title_avatar img.avatar,.elementor-location-popup #bbpress-forums .bbp-topic-form .new_topic_title_avatar img.avatar{max-width:44px}#bbpress-forums .bb-modal.bbp-topic-form .new_topic_title,.elementor-location-popup #bbpress-forums .bbp-topic-form .new_topic_title{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-right:20px;margin:0 15px}#bbpress-forums .bb-modal.bbp-topic-form label,.elementor-location-popup #bbpress-forums .bbp-topic-form label{display:none}#bbpress-forums .bb-modal.bbp-topic-form #bbp_topic_title,.elementor-location-popup #bbpress-forums .bbp-topic-form #bbp_topic_title{border:0;width:100%}#bbpress-forums .bb-modal.bbp-topic-form .bb-model-close-button,.elementor-location-popup #bbpress-forums .bbp-topic-form .bb-model-close-button{position:absolute;right:25px;top:22px}#bbpress-forums .bb-modal.bbp-topic-form .bb-model-close-button:hover,.elementor-location-popup #bbpress-forums .bbp-topic-form .bb-model-close-button:hover{color:var(--bb-primary-color)}#bbpress-forums .bb-modal.bbp-topic-form #wp-bbp_topic_content-wrap .wp-editor-container,.elementor-location-popup #bbpress-forums .bbp-topic-form #wp-bbp_topic_content-wrap .wp-editor-container{border-left:0;border-right:0}#bbpress-forums .bb-modal.bbp-topic-form #wp-bbp_topic_content-wrap .quicktags-toolbar,.elementor-location-popup #bbpress-forums .bbp-topic-form #wp-bbp_topic_content-wrap .quicktags-toolbar{border-radius:0;background-color:rgba(146,164,183,.1)}#bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_subscription_wrapper,.elementor-location-popup #bbpress-forums .bbp-topic-form .bbp_topic_subscription_wrapper{-webkit-box-flex:1;-ms-flex:auto;flex:auto}#bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_subscription_wrapper>label,.elementor-location-popup #bbpress-forums .bbp-topic-form .bbp_topic_subscription_wrapper>label{display:block}#bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_form_forum_wrapper,.elementor-location-popup #bbpress-forums .bbp-topic-form .bbp_topic_form_forum_wrapper{max-width:200px}#bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_form_forum_wrapper label,.elementor-location-popup #bbpress-forums .bbp-topic-form .bbp_topic_form_forum_wrapper label{display:none}#bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_form_type_wrapper,.elementor-location-popup #bbpress-forums .bbp-topic-form .bbp_topic_form_type_wrapper{max-width:220px;min-width:180px}#bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_form_type_wrapper label,.elementor-location-popup #bbpress-forums .bbp-topic-form .bbp_topic_form_type_wrapper label{display:none}#bbpress-forums .bb-modal.bbp-topic-form .bp-feedback,.elementor-location-popup #bbpress-forums .bbp-topic-form .bp-feedback{margin:10px}#bbpress-forums .bb-modal.bbp-topic-form .bbp-tags-icon,.elementor-location-popup #bbpress-forums .bbp-topic-form .bbp-tags-icon{display:inline-block}#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form-anonymous,.elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form-anonymous{padding:0 15px}#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form-anonymous>legend,.elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form-anonymous>legend{padding-top:10px;padding-bottom:5px;color:var(--bb-headings-color)}#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form-anonymous p,.elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form-anonymous p{margin-bottom:15px}#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form-anonymous p:last-child,.elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form-anonymous p:last-child{margin-bottom:0}#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form-anonymous label,.elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form-anonymous label{display:none}#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form-anonymous input[type=text],.elementor-location-popup #bbpress-forums .bbp-topic-form fieldset.bbp-form-anonymous input[type=text]{width:100%}.elementor-location-popup .elementor-element-populated #bbpress-forums{margin:-10px;font-size:16px}.elementor-location-popup .elementor-element-populated #bbpress-forums .bb-form-select-fields{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px 5px;margin:0}.elementor-location-popup .elementor-element-populated #bbpress-forums .bb-form-select-fields select{margin:0;min-width:130px}.elementor-location-popup .elementor-element-populated #bbpress-forums .avatar{border-radius:50%}.elementor-popup-modal~.select2-container.select2-container--open{z-index:9999}#bbpress-forums .bb-modal.bbp-reply-form .bp-feedback{margin:10px}#bbpress-forums .bb-modal.bbp-reply-form .wp-editor-container{border-left:0;border-right:0}#bbpress-forums .bb-modal.bbp-reply-form .wp-editor-container div.mce-panel.error{background-color:rgba(var(--bb-danger-color),.1)}#bbpress-forums .bb-modal.bbp-reply-form .wp-editor-container div.mce-panel.error iframe#bbp_reply_content_ifr{opacity:.5}#bbpress-forums .bb-modal.bbp-reply-form .quicktags-toolbar{border-radius:0;background-color:rgba(146,164,183,.1)}#bbpress-forums .bb-modal.bbp-reply-form .bb_subscriptions_active{padding:0 10px;-webkit-box-flex:1;-ms-flex:auto;flex:auto}#bbpress-forums .bb-modal.bbp-reply-form fieldset.bbp-form-anonymous{padding:0 15px}#bbpress-forums .bb-modal.bbp-reply-form fieldset.bbp-form-anonymous>legend{padding-top:10px;padding-left:0}#bbpress-forums .bb-modal.bbp-reply-form fieldset.bbp-form-anonymous p{margin-bottom:15px}#bbpress-forums .bb-modal.bbp-reply-form fieldset.bbp-form-anonymous label{display:none}#bbpress-forums .bb-modal.bbp-reply-form fieldset.bbp-form-anonymous input[type=text]{width:100%}#bbpress-forums .bbp-reply-form.bb-modal{box-shadow:none;padding:10px 0;border:0}#bbpress-forums .bbp-reply-form.bb-modal form{margin-bottom:0}#bbpress-forums .bbp-reply-form.bb-modal fieldset.bbp-form{margin:0}#bbpress-forums .bbp-reply-form.bb-modal fieldset.bbp-form>legend{font-size:16px;font-weight:600;color:var(--bb-headings-color);margin-bottom:0;width:100%;padding:20px 25px 0}#bbpress-forums .bbp-reply-form.bb-modal #whats-new-toolbar,#bbpress-forums .bbp-reply-form.bb-modal .bb-form-select-fields,#bbpress-forums .bbp-reply-form.bb-modal .bbp-the-content,#bbpress-forums .bbp-reply-form.bb-modal .bbp_topic_tags_wrapper,#bbpress-forums .bbp-reply-form.bb-modal .medium-editor-placeholder{padding-left:25px;padding-right:25px}#bbpress-forums .bbp-reply-form.bb-modal #whats-new-toolbar .post-elements-buttons-item .bbp-the-content{padding-left:0;padding-right:0}#bbpress-forums .bbp-reply-form.bb-modal .bbp-submit-wrapper .button.submit{min-width:auto}#bbpress-forums .bbp-reply-form.bb-modal .wp-editor-container{border-left:1px solid var(--bb-content-border-color);border-right:1px solid var(--bb-content-border-color)}#bbpress-forums .bbp-reply-form.bb-modal div.bbp-submit-wrapper{margin-top:0}#bbpress-forums .bbp-reply-form.bb-modal a#bbp-cancel-reply-to-link,#bbpress-forums .bbp-reply-form.bb-modal a#bbp-close-btn{font-size:14px;margin-left:10px;font-weight:400;color:var(--bb-headings-color)}#bbpress-forums .bbp-reply-form.bb-modal a#bbp-cancel-reply-to-link:hover,#bbpress-forums .bbp-reply-form.bb-modal a#bbp-close-btn:hover{color:var(--bb-primary-color)}#bbpress-forums .bbp-reply-form.bb-modal a#bbp-cancel-reply-to-link{color:var(--bb-alternate-text-color)}#bbpress-forums .bbp-topic-form.bb-modal a#bbp-close-btn:hover{color:var(--bb-primary-color)}#bbpress-forums .bbp-reply-form.bb-modal #whats-new-toolbar .medium-editor-toolbar,#bbpress-forums .bbp-topic-form.bb-modal #whats-new-toolbar .medium-editor-toolbar{left:57px;z-index:10}#bbpress-forums .bbp-reply-form.bb-modal .bb-icon-close:before,#bbpress-forums .bbp-topic-form.bb-modal .bb-icon-close:before{color:var(--bb-headings-color);font-size:24px}.bbp-reply-form .medium-editor-element:not(.emojionearea),.bbp-topic-form .medium-editor-element:not(.emojionearea){border-radius:0;border-left:0;border-right:0;border-top:1px solid var(--bb-content-border-color);min-height:120px}.bbp-reply-form .medium-editor-element:not(.emojionearea):after,.bbp-topic-form .medium-editor-element:not(.emojionearea):after{pointer-events:none}.bbp-reply-form .emojionearea.medium-editor-element,.bbp-topic-form .emojionearea.medium-editor-element{min-height:1px}.bbp-reply-form #whats-new-toolbar,.bbp-topic-form #whats-new-toolbar{padding:15px 25px}.bbp-reply-form #whats-new-attachments,.bbp-topic-form #whats-new-attachments{padding:0 15px}.bbp-reply-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom,.bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom{top:-194px;left:40px;margin-top:0}.bbp-reply-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after,.bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{left:-14px;top:200px;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.bbp-reply-form .gif-media-search-dropdown.open,.bbp-topic-form .gif-media-search-dropdown.open{left:50px;top:-190px}.bbp-reply-form .gif-media-search-dropdown:before,.bbp-topic-form .gif-media-search-dropdown:before{left:0;top:140px;-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.bbp-reply-form #whats-new-toolbar .medium-editor-toolbar,.bbp-topic-form #whats-new-toolbar .medium-editor-toolbar{background-color:var(--bb-content-background-color)}#bbpress-forums .bbp-reply-content li>ol,#bbpress-forums .bbp-reply-content li>ul,#bbpress-forums .bbp-reply-form li>ol,#bbpress-forums .bbp-reply-form li>ul,#bbpress-forums .bbp-topic-form li>ol,#bbpress-forums .bbp-topic-form li>ul,.bbp_reply_create li>ol,.bbp_reply_create li>ul,.bbp_topic_create li>ol,.bbp_topic_create li>ul{margin-bottom:0}.forums-attached-gif-container.closed{display:none}.bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom{top:-184px}.bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{top:190px}.bbp-topic-form .gif-media-search-dropdown.open{top:-180px}.bbp-topic-form .gif-media-search-dropdown:before{top:190px}.bb-modal-box form{margin:0}.bb-modal-box #bbp_stick_topic_select{margin:0!important}#bbpress-forums .bb-modal.bb-modal-box{top:50%;left:5px;right:5px;display:none;position:fixed;z-index:999992;margin:0 auto;width:90%;max-width:800px;padding:0;box-shadow:0 6px 24px 0 rgba(18,43,70,.08);max-height:-webkit-calc(100vh - 50px);max-height:calc(100vh - 50px);overflow-y:auto;overflow-x:hidden;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius)}#bbpress-forums .bb-modal.bb-modal-box .bbp-the-content-wrapper.loading{text-align:center;padding:0;position:relative}#bbpress-forums .bb-modal.bb-modal-box .bbp-the-content-wrapper.loading:after{content:"\ef30";font:normal normal 400 22px/1 bb-icons;margin:0;display:inline-block;text-align:center;color:#939597;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;position:absolute;top:50%;margin-top:-11px}#bbpress-forums .bb-modal.bb-modal-box .bbp-the-content-wrapper.loading>div[data-placeholder]{pointer-events:none}#bbpress-forums .bb-modal.bb-modal-box .bbp-the-content-wrapper.loading>div[data-placeholder]:after{color:#c3c6c9;content:attr(data-placeholder)!important;position:absolute;left:0;top:0;padding:inherit;font-style:normal}.bb-modal-overlay{opacity:0;position:fixed;top:0;left:0;z-index:999991;width:100%;height:100%;background-color:rgba(250,251,253,.9);box-shadow:0 6px 24px 0 rgba(18,43,70,.1)}.bb-modal-overlay-open{overflow:hidden}#bbp-cancel-reply-to-link{display:none}.reply-edit fieldset.bbp-form .bbp-submit-wrapper .button.submit,.topic-edit fieldset.bbp-form .bbp-submit-wrapper .button.submit{margin-left:0;margin-top:20px}.reply-edit .bbp_topic_title_wrapper,.topic-edit .bbp_topic_title_wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px}.reply-edit #bbp_editor_topic_content,.topic-edit #bbp_editor_topic_content{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:3px}.reply-edit .bbp-reply-form #whats-new-attachments,.reply-edit .bbp-reply-form #whats-new-toolbar,.reply-edit .bbp-topic-form #whats-new-attachments,.reply-edit .bbp-topic-form #whats-new-toolbar,.topic-edit .bbp-reply-form #whats-new-attachments,.topic-edit .bbp-reply-form #whats-new-toolbar,.topic-edit .bbp-topic-form #whats-new-attachments,.topic-edit .bbp-topic-form #whats-new-toolbar{padding:0}.reply-edit .bbp-form #whats-new-attachments,.reply-edit .bbp-form #whats-new-toolbar,.topic-edit .bbp-form #whats-new-attachments,.topic-edit .bbp-form #whats-new-toolbar{margin-bottom:15px}.reply-edit .bbp-topic-form #whats-new-toolbar,.topic-edit .bbp-topic-form #whats-new-toolbar{margin-bottom:15px}.reply-edit .bbp-form .emojionearea.medium-editor-element,.topic-edit .bbp-form .emojionearea.medium-editor-element{background:0 0}.reply-edit .bbp-form .bbp_topic_tags_wrapper,.topic-edit .bbp-form .bbp_topic_tags_wrapper{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner);padding:0 12px;margin-bottom:10px!important}.reply-edit #bbp_topic_tags,.topic-edit #bbp_topic_tags{padding:0 12px}.reply-edit .bbp-form .bb-form-select-fields,.topic-edit .bbp-form .bb-form-select-fields{display:block}.reply-edit #bbp-close-btn,.topic-edit #bbp-close-btn{display:none}.reply-edit .bb-form-select-fields .bb_subscriptions_active{padding-bottom:0}.reply-edit #bbpress-forums .bb-form_rev_wrapper fieldset.bbp-form{margin:0}.groups.reply-edit #item-body>h3,.groups.topic-edit #item-body>h3{display:none}.tagify{border:0;width:100%}.tagify__input{margin:3px 0;padding:0}.tagify__tag>div{padding:0 22px 0 10px}.tagify__tag__removeBtn{font-size:16px;line-height:13px}.tagify__tag{margin:3px 5px 3px 0}.tagify__input:empty:before{opacity:.3}span.tagify__tag-text{font-size:15px}#bbp-reply-exerpt{margin:0 -15px;padding:10px 15px 20px;font-size:14px;color:#999;font-weight:400}#new-post:not(.submitting) .bb-icon-loader,#new-post:not(.submitting) .bb-icon-spinner{display:none}#new-post .bb-url-scrapper-container{max-width:753px}#new-post .bb-url-scrapper-container .bb-icon-spinner{display:inline-block}body:not(.topic-edit) #new-post input.select2-search__field{padding:0}@media screen and (max-width:544px){.bbp-reply-form .post-emoji:nth-child(5)[data-bp-tooltip][data-bp-tooltip-pos=down-left]:after,.bbp-reply-form .post-emoji:nth-child(6)[data-bp-tooltip][data-bp-tooltip-pos=down-left]:after,.bbp-topic-form .post-emoji:nth-child(5)[data-bp-tooltip][data-bp-tooltip-pos=down-left]:after,.bbp-topic-form .post-emoji:nth-child(6)[data-bp-tooltip][data-bp-tooltip-pos=down-left]:after{margin-top:16px}.bbp-reply-form .post-emoji:nth-child(5)[data-bp-tooltip][data-bp-tooltip-pos=down-left]:before,.bbp-reply-form .post-emoji:nth-child(6)[data-bp-tooltip][data-bp-tooltip-pos=down-left]:before,.bbp-topic-form .post-emoji:nth-child(5)[data-bp-tooltip][data-bp-tooltip-pos=down-left]:before,.bbp-topic-form .post-emoji:nth-child(6)[data-bp-tooltip][data-bp-tooltip-pos=down-left]:before{margin-top:10px}.bbp-reply-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom,.bbp-reply-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom,.bbp-topic-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom,.bbp-topic-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom{height:230px;margin-bottom:10px}.bbp-reply-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper,.bbp-reply-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper,.bbp-topic-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper,.bbp-topic-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper{height:230px}.bbp-reply-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper .emojionearea-search-panel+.emojionearea-scroll-area,.bbp-reply-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper .emojionearea-search-panel+.emojionearea-scroll-area,.bbp-topic-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper .emojionearea-search-panel+.emojionearea-scroll-area,.bbp-topic-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper .emojionearea-search-panel+.emojionearea-scroll-area{height:140px}.bbp-reply-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom,.bbp-topic-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom{top:50px;left:-140px}.bbp-reply-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after,.bbp-topic-form .post-emoji:nth-child(5) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{top:-12px;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);left:142px}.bbp-reply-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom,.bbp-topic-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom{top:50px;left:-179px}.bbp-reply-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after,.bbp-topic-form .post-emoji:nth-child(6) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{top:-12px;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);left:181px}.bbp-reply-form .post-gif:nth-child(4)[data-bp-tooltip][data-bp-tooltip-pos=down-left]:after,.bbp-topic-form .post-gif:nth-child(4)[data-bp-tooltip][data-bp-tooltip-pos=down-left]:after{margin-top:16px}.bbp-reply-form .post-gif:nth-child(4)[data-bp-tooltip][data-bp-tooltip-pos=down-left]:before,.bbp-topic-form .post-gif:nth-child(4)[data-bp-tooltip][data-bp-tooltip-pos=down-left]:before{margin-top:10px}.bbp-reply-form .post-gif:nth-child(4) .gif-media-search-dropdown.open,.bbp-topic-form .post-gif:nth-child(4) .gif-media-search-dropdown.open{top:20px;left:-90px}.bbp-reply-form .post-gif:nth-child(4) .gif-media-search-dropdown.open:before,.bbp-topic-form .post-gif:nth-child(4) .gif-media-search-dropdown.open:before{top:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:110px}.bbp-reply-form .post-gif:nth-child(5) .gif-media-search-dropdown.open,.bbp-topic-form .post-gif:nth-child(5) .gif-media-search-dropdown.open{top:20px;left:-124px}.bbp-reply-form .post-gif:nth-child(5) .gif-media-search-dropdown.open:before,.bbp-topic-form .post-gif:nth-child(5) .gif-media-search-dropdown.open:before{top:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:144px}}#bbpress-forums.bbpress-forums-activity .bb-modal{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);bottom:auto}#bbpress-forums .bs-forums-items li .fluid-width-video-wrapper iframe{border-radius:var(--bb-block-radius-inner)}#bbpress-forums .bs-forums-items li iframe.twitter-timeline{border:1px solid var(--bb-content-border-color);border-radius:18px}#bbpress-forums .bs-forums-items li iframe[style="border-radius: 12px"]{border-radius:var(--bb-block-radius-inner)!important}.bbp-reply-form-success-modal .bbp-reply-form-success{position:fixed;left:0;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);padding:0;border-color:#e7e9ec}.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .activity-inner p{margin:0;color:#7f868f}.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #e7e9ec;padding:20px 15px}.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .activity-discussion-title-wrap{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:600}.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .activity-discussion-title-wrap a{color:var(--bb-headings-color)}.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;width:95%}@media only screen and (max-width:992px){.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title .reply-to{width:auto;margin-right:5px}@media only screen and (max-width:992px){.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title .reply-to{width:100%}}@media only screen and (max-width:992px){.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title .discussion-title{width:100%}}.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title .discussion-title p{margin-bottom:0}.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title .discussion-title a{text-align:left}.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .process-title .discussion-title .activity-list{padding:0}.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .close [class*=bb-icon-]:before{font-size:24px;color:var(--bb-headings-color)}.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .close:hover [class*=bb-icon-]:before{color:inherit}.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .content-title .close .js-modal-close:hover{color:var(--bb-primary-color)}.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .activity-inner{padding:20px 15px 10px}.bbp-reply-form-success-modal .bbp-reply-form-success .reply-content .view-reply-button{padding:0 15px 25px}.bbp-reply-form.bb-modal-box .bbp-form legend{position:relative}.bbp-reply-form.bb-modal-box .bbp-form legend .js-modal-close{position:absolute;right:20px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bbp-reply-form.bb-modal-box .bbp-form legend .js-modal-close .bb-icon-close:before{color:var(--bb-headings-color);font-size:24px}.bb-quick-reply-form-wrap .bbp-reply-form .bbp-form>legend{padding:25px 15px!important;color:var(--bb-alternate-text-color)!important}.bb-quick-reply-form-wrap .bbp-reply-form .bbp-form>legend #bbp-reply-exerpt{font-weight:600;font-size:inherit;color:var(--bb-headings-color);padding-left:0;padding-right:0;margin-left:0;margin-right:0}.bb-quick-reply-form-wrap .bbp-reply-form .bbp-form>legend .js-modal-close .bb-model-close-button{color:var(--bb-headings-color);font-size:24px}body.activity .bb-modal-overlay{background:rgba(250,251,253,.9);opacity:1}body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-media-wrap .entry-img{border-radius:4px}body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-media-wrap .entry-img img{width:100%}body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-media-wrap.bb-media-length-1 .bb-activity-media-elem{width:-webkit-calc(100% - 24px);width:calc(100% - 24px);margin:12px auto;border:none}body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-media-wrap.bb-media-length-1 .bb-activity-media-elem .entry-img img{width:auto;max-height:640px;margin:0 auto}body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-media-wrap:not(.bb-media-length-1){border:9px solid transparent}body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-media-wrap:not(.bb-media-length-1) .bb-activity-media-elem{padding:3px}body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-video-wrap.bb-video-length-1{width:-webkit-calc(100% - 24px);width:calc(100% - 24px);margin:12px auto;border-radius:4px}body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-video-wrap.bb-video-length-1 .bb-activity-video-elem{padding:0}body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-video-wrap:not(.bb-video-length-1){padding:9px;margin:0}body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-video-wrap .bb-activity-video-elem .single-activity-video{border-radius:4px}body.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-video-wrap .bb-activity-video-elem .single-activity-video:after{border:0;border-radius:4px}body.activity .activity .activity-list .bbp_reply_create .activity-inner{border-radius:4px}body.activity .activity .activity-list .bbp_reply_create .activity-inner .media-activity .bb-open-media-theatre{width:100%;border-radius:4px;background-color:var(--bb-cover-image-background-color)}body.activity .activity .activity-list .bbp_reply_create .activity-inner .media-activity .bb-open-media-theatre .photo{margin:0 auto}body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-media-wrap.bb-media-length-1 .bb-activity-media-elem{width:-webkit-calc(100% - 24px);width:calc(100% - 24px);margin:12px auto;border:none}body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-media-wrap.bb-media-length-1 .bb-activity-media-elem .entry-img img{max-height:640px;margin:0 auto}body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-media-wrap:not(.bb-media-length-1){border:9px solid transparent}body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-media-wrap:not(.bb-media-length-1) .bb-activity-media-elem{padding:3px}body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-video-wrap.bb-video-length-1{width:-webkit-calc(100% - 24px);width:calc(100% - 24px);margin:12px auto;border-radius:4px}body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-video-wrap.bb-video-length-1 .bb-activity-video-elem{padding:0}body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-video-wrap:not(.bb-video-length-1){padding:9px;margin:0}body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-video-wrap .bb-activity-video-elem .single-activity-video{border-radius:4px}body.activity .activity .activity-list .bbp_reply_create .activity-inner .bb-activity-video-wrap .bb-activity-video-elem .single-activity-video:after{border:0;border-radius:4px}body.page #bbpress-forums .bb-single-reply-list.list-view .bs-item-wrap{border-radius:var(--bb-block-radius) var(--bb-block-radius)}body.page #bbpress-forums .bb-single-reply-list .bs-item-wrap .bs-reply-list-item{padding:0}body.page #bbpress-forums .bb-single-reply-list .bs-item-wrap .bs-reply-list-item:hover{background-color:transparent!important}body.page #bbpress-forums .bb-single-reply-list .bs-item-wrap .bs-reply-header .item-meta{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}body.page #bbpress-forums .bb-single-reply-list .bs-item-wrap .bs-reply-header .item-meta h3{width:100%} \ No newline at end of file diff --git a/web/app/themes/buddyboss-theme/assets/css/buddypress.css b/web/app/themes/buddyboss-theme/assets/css/buddypress.css index 6dfe2900..efbad775 100644 --- a/web/app/themes/buddyboss-theme/assets/css/buddypress.css +++ b/web/app/themes/buddyboss-theme/assets/css/buddypress.css @@ -1,6 +1,5 @@ /* stylelint-disable scss/no-duplicate-mixins */ /* stylelint-enable */ - /* Common Style used for bbPress and BuddyPress */ body #main-wrap, .formatted-content { @@ -16,7 +15,6 @@ body #main-wrap, float: right; margin: 0 0 20px; } - .bs-dir-search input[type="text"] { background: transparent; border: 0; @@ -39,22 +37,19 @@ body #main-wrap, position: relative; /* stylelint-disable selector-pseudo-element-no-unknown */ } - .bs-search-form:focus-within { border-color: var(--bb-input-focus-border-color); border-width: 1px; box-shadow: var(--bb-input-focus-shadow); } - .bs-search-form:focus-within #bbp_search { box-shadow: none; } - -.bs-search-form::before { +.bs-search-form:before { content: "\ef10"; font-family: bb-icons; font-style: normal; - font-weight: 400; + font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; @@ -74,7 +69,6 @@ body #main-wrap, -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - .bs-search-form input[type="text"]::input-placeholder { /* stylelint-enable */ color: inherit; @@ -83,9 +77,8 @@ body #main-wrap, /* Search Module - Ends Here */ .bb-secondary-list-tabs { border-bottom: 0; - margin: 0.9375rem 0; + margin: 0.9375rem 0rem; } - .bb-secondary-list-tabs h4 { font-size: 16px; font-weight: 400; @@ -93,7 +86,6 @@ body #main-wrap, letter-spacing: -0.24px; margin: 0; } - .bb-secondary-list-tabs ul { list-style: none; margin-left: auto; @@ -111,7 +103,6 @@ body #main-wrap, -webkit-transition: 0.3s all; transition: 0.3s all; } - .bs-sort-button:hover, .bs-sort-button.active { color: var(--bb-headings-color); opacity: 1; @@ -123,7 +114,6 @@ body #main-wrap, } /* Members List View - Starts Here */ - /* Prevent Firefox strange animation when switching from grid to list */ .bs-groups-items.bs-item-list.list-view .bs-item-wrap, .bs-members-items.bs-item-list.list-view .bs-item-wrap { @@ -147,7 +137,6 @@ body #main-wrap, -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - .item-title a:hover { color: var(--bb-primary-color); } @@ -156,10 +145,8 @@ body #main-wrap, -webkit-box-flex: 1; -ms-flex: 1; flex: 1; - /* justify-content: flex-end; */ } - .bs-members-items.list-view .bs-generic-button { margin-right: 20px; } @@ -168,11 +155,9 @@ body #main-wrap, margin: 0; max-width: 52px; } - .list-view.bs-groups-items .avatar:not(.profile-avatar) { max-width: 75px; } - .list-view .item-wrap-left { display: -webkit-box; display: -ms-flexbox; @@ -201,7 +186,6 @@ body #main-wrap, -ms-flex-pack: center; justify-content: center; } - .bs-members-items.grid-view .awaiting_response.bs-generic-button a { width: auto !important; } @@ -210,13 +194,11 @@ body #main-wrap, font-size: 18px; line-height: 1; } - .bs-item-list-tabs .sub-menu { -ms-flex-flow: row wrap; flex-flow: row wrap; top: 38px; } - .bs-item-list-tabs .sub-menu li { float: none; margin: 0; @@ -224,7 +206,6 @@ body #main-wrap, } @media (max-width: 800px) { - .list-view .item-wrap-left { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -243,12 +224,6 @@ body #main-wrap, margin: 0 18px 0 0; } - .list-view .bs-dropdown-wrap { - position: absolute; - right: 15px; - top: 5px; - } - .bs-item-list.list-view .bs-button-follow { margin-left: auto; margin-right: 0; @@ -263,11 +238,9 @@ body #main-wrap, } } @media (max-width: 543px) { - .list-view .item-title { margin-bottom: 3px; } - .list-view .item-title a { font-size: 18px; } @@ -310,7 +283,6 @@ body #main-wrap, } } @media (max-width: 380px) { - .bs-item-list.list-view div.action { padding-left: 70px; } @@ -324,7 +296,6 @@ body #main-wrap, margin-right: 0; } } - span.location i { font-size: 19px; margin: 0 -6px; @@ -339,7 +310,6 @@ span.location i { padding-top: 3px; line-height: 1.2; } - .bs-members-items.list-view .location i { position: absolute; left: 0; @@ -351,7 +321,6 @@ span.location i { color: #939597; letter-spacing: -0.24px; } - .bs-followers span { color: var(--bb-body-text-color); } @@ -362,11 +331,9 @@ span.location i { justify-content: center; margin-bottom: 20px; } - .follow-wrap .bs-followers { font-size: 13px; } - .follow-wrap .follow { border: 0; padding: 0; @@ -375,12 +342,10 @@ span.location i { color: var(--bb-primary-color); letter-spacing: -0.24px; } - .follow-wrap .follow:hover { border: 0; background: transparent; } - .follow-wrap .bs-generic-button { line-height: 1; margin-left: auto; @@ -395,12 +360,10 @@ span.location i { right: 5px; top: 0; } - .member-status.offline { opacity: 0; visibility: hidden; } - .notification-list .member-status { right: 0; bottom: 0; @@ -413,7 +376,6 @@ span.location i { } /* Members List View - Ends Here */ - /* * Members Grid Style - Starts Here */ @@ -435,32 +397,27 @@ span.location i { height: 100%; margin: 0 0 -1px; padding: 25px 20px 0; - /* padding: 25px 20px 40px; */ position: relative; text-align: center; -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .bs-item-list-inner:hover { box-shadow: 0 3px 24px 0 rgba(18, 43, 70, 0.08); border-radius: 3px; position: relative; z-index: 1; } - .bs-item-list-inner .bs-item { margin-bottom: 0.625rem; } - .bs-item-list-inner .item-meta { font-size: 0.875rem; color: var(--bb-alternate-text-color); letter-spacing: -0.24px; line-height: 1; } - .bs-item-list-inner .follow-wrap { margin-top: auto; } @@ -469,7 +426,6 @@ span.location i { display: inline-block; position: relative; } - .bs-item-avatar img.avatar { max-width: 125px; width: 100%; @@ -479,7 +435,6 @@ span.location i { right: 25px; top: 5px; } - .grid-view .bs-item-avatar { margin-bottom: 1rem; } @@ -490,25 +445,20 @@ div.action a { border: 0; display: inline-block; line-height: 1; - /* opacity: 0.4; */ padding: 7px 0; -webkit-transition: all linear 0.2s; transition: all linear 0.2s; border-style: solid; } - div.action a.active, div.action a:hover { background: transparent; color: rgba(18, 43, 70, 0.8); - /* opacity: 1; */ } - div.action i { font-size: 20px; } - div.action i:not(.boss-icons) { line-height: 0; } @@ -530,17 +480,17 @@ div.action i:not(.boss-icons) { -webkit-transition: box-shadow linear 0.2s; transition: box-shadow linear 0.2s; } - #buddypress .action .button:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - #buddypress .action .button:focus, #buddypress .action .button:hover, #buddypress .action .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); } - +#buddypress .action .button.fav, #buddypress .action .button.unfav, #buddypress .action .button.fav:focus, #buddypress .action .button.unfav:focus { + box-shadow: none; +} #buddypress .action .button.outline, #buddypress .action .button.join-group { background-color: var(--bb-secondary-button-background-regular); @@ -548,12 +498,10 @@ div.action i:not(.boss-icons) { border: 1px solid var(--bb-secondary-button-border-regular); box-shadow: none; } - #buddypress .action .button.outline:focus, #buddypress .action .button.join-group:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - #buddypress .action .button.outline:focus, #buddypress .action .button.outline:hover, #buddypress .action .button.join-group:focus, #buddypress .action .button.join-group:hover { @@ -561,7 +509,6 @@ div.action i:not(.boss-icons) { color: var(--bb-secondary-button-text-hover); border: 1px solid var(--bb-secondary-button-border-hover); } - #buddypress .action .button.bp-secondary-action { background-color: transparent; border: 0; @@ -574,76 +521,58 @@ div.action i:not(.boss-icons) { ul.grid-view .action { border-top: 1px solid var(--bb-content-border-color); margin: 0 -20px; - /* position: absolute; width: 100%; bottom: 0; */ } - ul.grid-view .action > * { border-right: 1px solid var(--bb-content-border-color); -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } - ul.grid-view .action > *:last-child { border: 0; } - -ul.grid-view .action .bs-dropdown::after { +ul.grid-view .action .bs-dropdown:after { right: 42px; } @media (min-width: 800px) and (max-width: 1150px) { - .has-sidebar .list-view .item-wrap-left { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } - .has-sidebar .bs-item-list.list-view div.action { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; padding-left: 70px; } - - .has-sidebar .list-view .bs-dropdown-wrap { - position: absolute; - right: 15px; - top: 5px; - } - .has-sidebar .bs-list-actions { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } - .has-sidebar .bs-item-list.list-view .bs-button-follow { margin-left: auto; margin-right: 0; } - .has-sidebar .list-view .bs-followers { margin: 0 18px 0 0; } } @media (min-width: 800px) and (max-width: 850px) { - .has-sidebar .bs-list-actions { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } - .has-sidebar .bs-item-list.list-view .bs-generic-button { margin-right: 10px; } - .has-sidebar .bs-item-list.list-view div.action { -ms-flex-flow: row wrap; flex-flow: row wrap; @@ -651,13 +580,11 @@ ul.grid-view .action .bs-dropdown::after { -ms-flex: 0 0 100%; flex: 0 0 100%; } - .has-sidebar .bs-item-list.list-view .bs-button-follow { margin-left: 0; margin-top: 5px; margin-bottom: 5px; } - .has-sidebar #buddypress .list-view .action .button { font-size: 13px; min-width: 110px; @@ -671,7 +598,6 @@ ul.grid-view .action .bs-dropdown::after { justify-content: flex-start; } } - .activity-item-header .item-title span img { border-radius: 3px; } @@ -698,15 +624,12 @@ ul.grid-view .action .bs-dropdown::after { display: -webkit-box; display: -ms-flexbox; display: flex; - /* height: 100%; */ } - .no-cover-img #content .bb-profile-avatar { -ms-flex-item-align: end; align-self: flex-end; } - #content .bb-profile-avatar img.profile-avatar { background: #fff; border: 5px solid #fff; @@ -738,12 +661,10 @@ img.profile-avatar { -ms-flex-align: center; align-items: center; } - .bb-profile-details-inner .button { margin-top: 6px; margin-bottom: 6px; } - .bb-profile-details-inner a.button.small.outline { min-height: 10px; } @@ -758,26 +679,21 @@ img.profile-avatar { margin: 6px 15px 6px 0; position: relative; } - #buddypress .profile-title a { color: var(--bb-headings-color); } - #buddypress .profile-title a:hover { color: var(--bb-primary-color); } - #buddypress .profile-title .bs-dropdown-wrap { font-size: 20px; } @media (max-width: 580px) { - #buddypress .profile-title { font-size: 1.5rem; } } - .bb-field-tag { margin-right: 15px; margin-bottom: 6px; @@ -786,7 +702,6 @@ img.profile-avatar { } .profile-item-header + div { - /* margin-top: -10px; */ } @@ -804,15 +719,12 @@ img.profile-avatar { } @media (max-width: 580px) { - .bb-field-tag > span { padding: 0 15px; } } - .profile-single-meta { font-size: 15px; - /* margin-bottom: 10px; */ } @@ -826,36 +738,28 @@ img.profile-avatar { font-size: 14px; line-height: 1.3575; color: var(--bb-alternate-text-color); - /* margin-bottom: 16px; */ } - .bb-profile-meta > span { margin-right: 22px; - /* margin-bottom: 10px; */ margin-bottom: 6px; margin-top: 6px; } - .bb-profile-meta span span { color: var(--bb-body-text-color); } - .bb-profile-meta a { color: var(--bb-headings-color); display: inline-block; opacity: 0.4; -webkit-transition: 0.3s all; transition: 0.3s all; - /* margin-bottom: 10px; */ } - .bb-profile-meta a:hover { opacity: 0.9; } - .bb-profile-meta i[class*="bb-icon-"] { font-size: 19px; line-height: 1; @@ -873,7 +777,6 @@ img.profile-avatar { margin-bottom: 5px; margin-top: 5px; } - .normal i, .bb-field-counter i { line-height: 1; @@ -883,7 +786,6 @@ img.profile-avatar { top: 2px; color: rgba(18, 43, 70, 0.3); } - .normal span:not(.bs-output), .bb-field-counter span:not(.bs-output) { font-size: 14px; @@ -891,7 +793,6 @@ img.profile-avatar { } .profile-single-meta.profile-second-row { - /* margin-bottom: 8px; */ } @@ -899,7 +800,6 @@ img.profile-avatar { margin-top: 6px; margin-bottom: 6px; margin-left: 0; - /* padding-top: 20px; */ -webkit-box-align: center; -ms-flex-align: center; @@ -914,14 +814,12 @@ img.profile-avatar { } .bs-groups-items.list-view .bs-meta-bp_group_privacy { - /* background-color: transparent !important; */ } #buddypress .list-view div.pending a { color: rgba(18, 43, 70, 0.4); } - #buddypress .list-view div.pending a:hover { color: rgba(18, 43, 70, 0.8); } @@ -933,7 +831,6 @@ img.profile-avatar { margin: 0 0 30px; border-radius: 0 0 4px 4px; } - .no-cover-img + #item-nav { padding-left: 242px; } @@ -958,7 +855,6 @@ img.profile-avatar { } @media (max-width: 800px) { - #content .bb-profile-avatar { -webkit-box-flex: 0; -ms-flex: 0 0 160px; @@ -980,12 +876,10 @@ img.profile-avatar { } .no-cover-img .bb-profile-avatar img.profile-avatar { - /* margin-bottom: 30px; */ } } @media (max-width: 720px) { - .bb-profile-details-inner > div { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -993,7 +887,6 @@ img.profile-avatar { } } @media (max-width: 580px) { - #content .bb-profile-avatar { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -1093,11 +986,9 @@ img.profile-avatar { -ms-flex-pack: center; justify-content: center; } - .bb-profile-meta > div { margin: 0 5px 15px; } - .bb-profile-meta i[class*="bb-icon-"] { margin-left: 5px; } @@ -1128,7 +1019,6 @@ img.profile-avatar { margin: 0; } } - .item-avatar { position: relative; } @@ -1146,6 +1036,14 @@ img.profile-avatar { position: relative; } +.medium-editor-element, +.medium-editor-placeholder { + cursor: text; + text-align: left; + outline: none; + background-color: var(--bb-content-background-color); +} + .medium-editor-toolbar-active.medium-editor-toolbar-active { z-index: 9999; } @@ -1162,7 +1060,6 @@ img.profile-avatar { -ms-flex-align: center; align-items: center; } - .medium-editor-toolbar .medium-editor-toolbar-form-active .medium-editor-toolbar-form a { font-size: 16px; } @@ -1172,7 +1069,6 @@ img.profile-avatar { border-radius: 5px; color: #999; } - .bp-user-blog > .medium-editor-toolbar .medium-editor-toolbar-form-active .medium-editor-toolbar-input, .bp-user-blog > .medium-editor-toolbar .medium-editor-toolbar-form-active .medium-editor-toolbar-input:focus { color: #ccc; @@ -1180,7 +1076,6 @@ img.profile-avatar { height: 50px; vertical-align: middle; } - .bp-user-blog > .medium-editor-toolbar .medium-editor-toolbar-form-active a { vertical-align: middle; } @@ -1196,7 +1091,6 @@ address { font-size: 14px; line-height: 1.2; } - .bb-field-location i { font-size: 17px; line-height: 0; @@ -1211,7 +1105,6 @@ address { margin-bottom: 6px; margin-top: 6px; } - .bb-field-icon a, .bb-field-link a { display: -webkit-box; @@ -1225,18 +1118,15 @@ address { -webkit-transition: 0.3s all; transition: 0.3s all; } - .bb-field-icon a:hover, .bb-field-link a:hover { opacity: 0.9; } - .bb-field-icon i, .bb-field-link i { font-size: 22px; line-height: 1; } - .bb-field-icon .prefix, .bb-field-link .prefix { line-height: 1; @@ -1247,25 +1137,21 @@ address { .bs-meta-xprofile_field[data-balloon=""] { cursor: initial; } - -.bs-meta-xprofile_field:not(.show-balloon)::before, .bs-meta-xprofile_field:not(.show-balloon)::after, -.bs-meta-xprofile_field[data-balloon=""]::before, -.bs-meta-xprofile_field[data-balloon=""]::after { +.bs-meta-xprofile_field:not(.show-balloon):before, .bs-meta-xprofile_field:not(.show-balloon):after, +.bs-meta-xprofile_field[data-balloon=""]:before, +.bs-meta-xprofile_field[data-balloon=""]:after { display: none; } .bb-field-icon { font-size: 0; } - -.bb-field-icon::before, .bb-field-icon::after { +.bb-field-icon:before, .bb-field-icon:after { display: none; } - -.bb-field-icon.show-balloon::before, .bb-field-icon.show-balloon::after { +.bb-field-icon.show-balloon:before, .bb-field-icon.show-balloon:after { display: block; } - .bb-field-icon .prefix { display: none; } @@ -1291,20 +1177,15 @@ address { -ms-flex-align: center; align-items: center; } - .list-view .bb-profile-index-card-area .bb-field-counter { - /* margin-bottom: 0; */ } - .list-view .bb-profile-index-card-area .profile-single-meta { margin-bottom: 0; } - .list-view .bb-profile-index-card-area div.action i:not(.boss-icons) { line-height: 0; } - #buddypress .list-view .bb-profile-index-card-area .bs-generic-button { font-size: 14px; display: -webkit-box; @@ -1316,47 +1197,37 @@ address { -ms-flex-flow: row wrap; flex-flow: row wrap; } - #buddypress .list-view .bb-profile-index-card-area .bs-generic-button a { white-space: nowrap; text-overflow: ellipsis; - /* overflow: hidden; */ cursor: pointer; - /* color: $color-headings; */ } - .list-view .bb-profile-index-card-area .profile-first-row .bb-field-location { margin-bottom: 0; margin-top: 2px; } - .list-view .bb-profile-index-card-area .action.item-wrap-right:not(.profile-second-row) { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } - .list-view .bb-profile-index-card-area .profile-first-row .bb-field-counter { margin-top: 5px; } - .list-view .bb-profile-index-card-area .bs-item-wrap:last-child { border-radius: 0; } - .list-view .bb-profile-index-card-area .bb-field-description { display: none; } - .list-view .bb-profile-index-card-area .awaiting_response.bs-generic-button + .bs-generic-button { - /* margin-top: 10px; */ } -a[data-balloon=""]::before, -a[data-balloon=""]::after { +a[data-balloon=""]:before, +a[data-balloon=""]:after { display: none; } @@ -1367,7 +1238,6 @@ a[data-balloon=""]::after { margin-top: 8px; margin-right: 0; } - .grid-view .bb-profile-index-card-area .profile-second-row { display: -webkit-box; display: -ms-flexbox; @@ -1378,11 +1248,9 @@ a[data-balloon=""]::after { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .grid-view .bb-profile-index-card-area .profile-second-row > div { margin: 0 auto; } - .grid-view .bb-profile-index-card-area .profile-third-row { display: -webkit-box; display: -ms-flexbox; @@ -1393,16 +1261,13 @@ a[data-balloon=""]::after { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .grid-view .bb-profile-index-card-area .profile-third-row > div { margin: 0 auto 10px; } - .grid-view .bb-profile-index-card-area .bb-field-counter span:not(.bs-output) { font-size: 13px; letter-spacing: -0.24px; } - #buddypress .grid-view .bb-profile-index-card-area .bs-generic-button a { min-width: 10px; height: auto; @@ -1413,31 +1278,24 @@ a[data-balloon=""]::after { min-height: 35px; cursor: pointer; padding: 6px; - /* opacity: .5; */ } - #buddypress .grid-view .bb-profile-index-card-area .bs-generic-button a:hover { color: rgba(18, 43, 70, 0.8); } - #buddypress .grid-view .bb-profile-index-card-area .bs-generic-button a i:not(.boss-icons) { line-height: 0; } - .grid-view .bb-profile-index-card-area .bb-field-description p:last-child { margin-bottom: 0; } - .grid-view .bb-profile-index-card-area div.action a { width: 100%; } - .grid-view .bb-profile-index-card-area .profile-single-meta { margin-bottom: 12px; margin-top: auto; } - .grid-view .bb-profile-index-card-area .bs-item { margin-bottom: 12px; } @@ -1455,18 +1313,15 @@ a[data-balloon=""]::after { } @media (max-width: 580px) { - .bb-field-normal { margin: 3px 10px 3px 0; } } - #content .bs-meta-bp_group_members .bs-group-members { display: inline-block; margin-right: 12px; min-width: 24px; } - #content .bs-meta-bp_group_members .bs-group-members img.round { border: 1px solid #fff; max-width: 24px; @@ -1496,7 +1351,6 @@ a[data-balloon=""]::after { .entry-content p { word-wrap: break-word; } - .entry-content p.bps_filters { font-size: 14px; } @@ -1513,43 +1367,34 @@ p.bps_filters ~ .bs-members-directory .bs-dir-search { .widget.widget_bps_widget label { font-size: 13px; } - .widget.widget_bps_widget .label { background: transparent; padding: 0; } - .widget.widget_bps_widget a.clear-value { display: none !important; } - .widget.widget_bps_widget .editfield input { height: 34px !important; } .bb-group-profile-index-card-area .bs-group-toggle { - /* white-space: nowrap; */ display: inline-block; margin-left: 15px; } - .bb-group-profile-index-card-area .bs-groups-items .action { padding-left: 12px; } - .bb-group-profile-index-card-area .bb-field-counter { line-height: 1; } - .bb-group-profile-index-card-area .bs-generic-button + .bs-generic-button { margin-top: 10px; } - .bs-groups-items .bb-group-profile-index-card-area .action { padding-left: 20px; } - .bb-group-profile-index-card-area .bb-field-location { margin-bottom: 5px; } @@ -1575,7 +1420,6 @@ p.bps_filters ~ .bs-members-directory .bs-dir-search { .bs-dropdown-model .bb-icon-loader { margin-left: 10px; font-size: 14px; - /* float: right; */ } @@ -1584,7 +1428,6 @@ ul.bb-profile-fields { list-style: none; margin: 0 0 20px; } - ul.bb-profile-fields li { display: -webkit-box; display: -ms-flexbox; @@ -1593,7 +1436,6 @@ ul.bb-profile-fields li { flex-flow: row wrap; margin-bottom: 1rem; } - ul.bb-profile-fields .bb-label { -webkit-box-flex: 0; -ms-flex: 0 0 140px; @@ -1603,7 +1445,6 @@ ul.bb-profile-fields .bb-label { line-height: 1.3; padding-right: 10px; } - ul.bb-profile-fields .bb-data { -webkit-box-flex: 1; -ms-flex: 1; @@ -1617,7 +1458,6 @@ ul.bb-profile-fields .bb-data { .single-item.groups.forum .forums-header { display: none; } - .single-item.groups.forum .forums-header h1.entry-title { display: none; visibility: hidden; @@ -1644,11 +1484,9 @@ body.bs-model-open { .gif-media-search-dropdown .gif-alert [class*="bb-icon"] { color: var(--bb-headings-color); } - .bb-template-v2 .gif-media-search-dropdown .gif-alert [class*="bb-icon"] { font-weight: 300; } - .gif-media-search-dropdown .gif-alert p { color: var(--bb-headings-color); } @@ -1659,7 +1497,6 @@ body.bs-model-open { font-size: 30px; color: var(--bb-headings-color); } - #whats-new-toolbar .gif-media-search-dropdown .gif-alert p, #whats-new-messages-toolbar .gif-media-search-dropdown .gif-alert p, #whats-new-formatting-toolbar .gif-media-search-dropdown .gif-alert p { @@ -1667,7 +1504,6 @@ body.bs-model-open { } @media (min-width: 992px) and (max-width: 1240px) { - ul.bs-item-list.bs-groups-items.grid-view.grid .md-grid-1-2 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -1676,7 +1512,6 @@ body.bs-model-open { } } @media (min-width: 992px) and (max-width: 1100px) { - ul.bb-profile-fields li { margin-bottom: 1.5rem; } @@ -1696,7 +1531,6 @@ body.bs-model-open { } } @media (max-width: 991px) { - div.bs-profile-details-wrap .lg-grid-1-2:nth-child(2n+1) { border: 0; } @@ -1706,7 +1540,6 @@ body.bs-model-open { } } @media (min-width: 821px) { - #buddypress > .no-cover-img > div > div > .bb-profile-avatar > a { display: block; position: absolute; @@ -1715,7 +1548,6 @@ body.bs-model-open { } } @media (max-width: 832px) { - #content .bb-profile-avatar { -webkit-box-flex: 0; -ms-flex: 0 0 140px; @@ -1723,7 +1555,6 @@ body.bs-model-open { } } @media (max-width: 580px) { - #content .bb-profile-avatar { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -1770,30 +1601,24 @@ body.bs-model-open { } } @media (max-width: 767px) { - ul.bs-item-list.bs-groups-items.list-view .profile-first-row { display: block; } - ul.bs-item-list.bs-groups-items.list-view .bb-field-normal { margin: 0 0 12px; } - ul.bs-item-list.bs-groups-items.list-view .item-wrap-left { margin-bottom: 10px; } - ul.bs-item-list.bs-groups-items.list-view .bs-meta-bp_group_last_active { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; margin-bottom: 20px; } - ul.bs-item-list.bs-groups-items.list-view .bs-meta-bp_group_privacy { display: inline-block; } - ul.bs-item-list.bs-groups-items.list-view .bs-groups-items.list-view .item-title-wrap { -webkit-box-flex: 1; -ms-flex: 1; @@ -1801,7 +1626,6 @@ body.bs-model-open { } } @media (max-width: 560px) { - .bs-members-items.list-view div.action { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -1824,21 +1648,17 @@ body.bs-model-open { .bs-item-list-tabs ul { display: block; } - - .bs-item-list-tabs ul::after { + .bs-item-list-tabs ul:after { content: ""; display: table; clear: both; } - .bs-item-list-tabs ul li { float: left; } } - .activity-inner a:not(.bb-post-title-link) { word-break: break-all; - /* Fixed single activity long link issue */ } @@ -1850,8 +1670,7 @@ li.feed > a { -ms-flex-align: center; align-items: center; } - -li.feed > a::before { +li.feed > a:before { margin-right: 3px; } @@ -1873,11 +1692,9 @@ li.feed > a::before { align-items: center; margin: 0; } - #buddypress ul.group-inviters li { font-size: 13px; } - #buddypress ul.group-inviters li .avatar { max-width: 20px; margin-left: 6px !important; @@ -1914,7 +1731,6 @@ li.feed > a::before { padding: 0; margin: 0 0 0 10px; } - #buddypress button.ac-reply-cancel:hover { color: var(--bb-headings-color); } @@ -1928,34 +1744,27 @@ li.feed > a::before { right: 38px; font-size: 20px; } - .tab-container-inner .v-select .dropdown-toggle .clear:hover { color: var(--bb-danger-color); } - .tab-container-inner .v-select.v-select .open-indicator { bottom: 8px; right: 15px; } - -.tab-container-inner .v-select .open-indicator::before { +.tab-container-inner .v-select .open-indicator:before { border-width: 2px 2px 0 0; width: 8px; height: 8px; } - .tab-container-inner .dropdown-menu li { margin-bottom: 0 !important; } - .tab-container-inner .dropdown-menu li a { font-size: 14px !important; } - .tab-container-inner .v-select.v-select .dropdown-toggle { position: relative; } - .tab-container-inner .v-select .selected-tag { white-space: nowrap; text-overflow: ellipsis; @@ -1967,11 +1776,9 @@ li.feed > a::before { min-width: 0; max-width: 82%; } - -.tab-container-inner .bs-styled-checkbox + label::before { +.tab-container-inner .bs-styled-checkbox + label:before { min-width: 20px; } - .tab-container-inner input.form-control[type="search"] { position: absolute; left: 0; @@ -2051,7 +1858,6 @@ body.activity-permalink .activity-list .activity-content .activity-header { #whats-new-form .medium-editor-toolbar-form-active { padding: 0 10px; } - #whats-new-form .medium-editor-toolbar-form .medium-editor-toolbar-input, #whats-new-form .medium-editor-toolbar-form .medium-editor-toolbar-input:focus { height: 35px; @@ -2105,21 +1911,18 @@ body.activity-permalink .activity-list .activity-content .activity-header { -webkit-transition: 0.3s all; transition: 0.3s all; } - -.bbpress a.medium-editor-toolbar-save::before, -.bbpress a.medium-editor-toolbar-close::before, -.buddypress a.medium-editor-toolbar-save::before, -.buddypress a.medium-editor-toolbar-close::before { +.bbpress a.medium-editor-toolbar-save:before, +.bbpress a.medium-editor-toolbar-close:before, +.buddypress a.medium-editor-toolbar-save:before, +.buddypress a.medium-editor-toolbar-close:before { font-family: bb-icons; line-height: 20px; text-align: center; } - .bbpress a.medium-editor-toolbar-save, .buddypress a.medium-editor-toolbar-save { background-color: rgba(var(--bb-success-color-rgb), 0.1); } - .bbpress a.medium-editor-toolbar-save:hover, .buddypress a.medium-editor-toolbar-save:hover { -webkit-transition: 0.3s all; @@ -2127,12 +1930,10 @@ body.activity-permalink .activity-list .activity-content .activity-header { background-color: var(--bb-success-color); border-color: var(--bb-success-color); } - .bbpress a.medium-editor-toolbar-close, .buddypress a.medium-editor-toolbar-close { background-color: rgba(var(--bb-danger-color-rgb), 0.1); } - .bbpress a.medium-editor-toolbar-close:hover, .buddypress a.medium-editor-toolbar-close:hover { -webkit-transition: 0.3s all; @@ -2140,27 +1941,24 @@ body.activity-permalink .activity-list .activity-content .activity-header { background-color: var(--bb-danger-color); border-color: var(--bb-danger-color); } - -.bbpress a.medium-editor-toolbar-save::before, -.buddypress a.medium-editor-toolbar-save::before { +.bbpress a.medium-editor-toolbar-save:before, +.buddypress a.medium-editor-toolbar-save:before { content: "\e876"; font-size: 22px; font-weight: 400; color: var(--bb-success-color); } - -.bbpress a.medium-editor-toolbar-close::before, -.buddypress a.medium-editor-toolbar-close::before { +.bbpress a.medium-editor-toolbar-close:before, +.buddypress a.medium-editor-toolbar-close:before { content: "\e828"; font-size: 24px; font-weight: 400; color: var(--bb-danger-color); } - -.bbpress a.medium-editor-toolbar-save:hover::before, -.bbpress a.medium-editor-toolbar-close:hover::before, -.buddypress a.medium-editor-toolbar-save:hover::before, -.buddypress a.medium-editor-toolbar-close:hover::before { +.bbpress a.medium-editor-toolbar-save:hover:before, +.bbpress a.medium-editor-toolbar-close:hover:before, +.buddypress a.medium-editor-toolbar-save:hover:before, +.buddypress a.medium-editor-toolbar-close:hover:before { color: var(--bb-content-background-color); -webkit-transition: 0.3s all; transition: 0.3s all; @@ -2199,7 +1997,6 @@ body.activity-permalink .activity-list .activity-content .activity-header { font-size: 14px; max-width: 300px; } - .medium-editor-anchor-preview a { margin: 0; padding: 5px; @@ -2209,17 +2006,14 @@ body.activity-permalink .activity-list .activity-content .activity-header { .bb-media-privacy-wrap .activity-privacy { background-color: var(--bb-content-background-color); } - -.bb-document-privacy-wrap .activity-privacy::before, -.bb-media-privacy-wrap .activity-privacy::before { +.bb-document-privacy-wrap .activity-privacy:before, +.bb-media-privacy-wrap .activity-privacy:before { border-color: var(--bb-content-background-color) var(--bb-content-background-color) transparent transparent; } - .bb-document-privacy-wrap .activity-privacy li:hover, .bb-media-privacy-wrap .activity-privacy li:hover { background-color: var(--bb-content-alternate-background-color); } - .bb-document-privacy-wrap .activity-privacy .selected, .bb-media-privacy-wrap .activity-privacy .selected { background-color: var(--bb-content-alternate-background-color); @@ -2228,23 +2022,23 @@ body.activity-permalink .activity-list .activity-content .activity-header { #bb-media-model-container .bb-edit-privacy a { color: var(--bb-body-text-color); } - #bb-media-model-container .bb-edit-privacy a:hover { color: var(--bb-primary-color); } -#media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list, #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list, .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list, .bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list, .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list, .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list, #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list { +#media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list, #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list, .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list, .bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list, .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list, .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list, #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list, #bbpress-forums .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list, #bbpress-forums .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list { background-color: var(--bb-content-background-color); border-radius: var(--bb-block-radius); } - #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a, #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul li a, .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a, .bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a, .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a, .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul li a, -#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a { +#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a, +#bbpress-forums .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a, +#bbpress-forums .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a { color: var(--bb-body-text-color); display: -webkit-box; display: -ms-flexbox; @@ -2254,67 +2048,80 @@ body.activity-permalink .activity-list .activity-content .activity-header { align-items: center; white-space: nowrap; } - #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a:hover, #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul li a:hover, .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:hover, .bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover, .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover, .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover, -#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover { +#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover, +#bbpress-forums .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover, +#bbpress-forums .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:hover { background-color: var(--bb-content-alternate-background-color); color: var(--bb-primary-color); } - -#media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a:hover::before, -#media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul li a:hover::before, -.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:hover::before, -.bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover::before, -.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover::before, -.search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover::before, -#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover::before { +#media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a:hover:before, +#media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul li a:hover:before, +.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:hover:before, +.bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover:before, +.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover:before, +.search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover:before, +#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover:before, +#bbpress-forums .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover:before, +#bbpress-forums .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:hover:before { color: var(--bb-primary-color); } - -#media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a::before, -#media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul li a::before, -.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a::before, -.bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a::before, -.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a::before, -.search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul li a::before, -#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a::before { +#media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a:before, +#media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul li a:before, +.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:before, +.bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:before, +.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:before, +.search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul li a:before, +#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a:before, +#bbpress-forums .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:before, +#bbpress-forums .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:before { color: var(--bb-alternate-text-color); } - .bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list, .bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list, .bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list, .bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list, .bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list, .bb-template-v2 .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list, -.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list { +.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list, +.bb-template-v2 #bbpress-forums .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list, +.bb-template-v2 #bbpress-forums .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list { top: 26px; right: 0; } - .bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul, .bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul, .bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul, .bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul, .bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul, .bb-template-v2 .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul, -.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul { +.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul, +.bb-template-v2 #bbpress-forums .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul, +.bb-template-v2 #bbpress-forums .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul { margin: 0; + padding-left: 8px; + padding-right: 8px; +} +.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a:hover:before, +.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul li a:hover:before, +.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:hover:before, +.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover:before, +.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover:before, +.bb-template-v2 .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover:before, +.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover:before, +.bb-template-v2 #bbpress-forums .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover:before, +.bb-template-v2 #bbpress-forums .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:hover:before { + color: var(--bb-alternate-text-color); } -.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a:hover::before, -.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul li a:hover::before, -.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:hover::before, -.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover::before, -.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover::before, -.bb-template-v2 .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover::before, -.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover::before { - color: var(--bb-alternate-text-color); +body #buddypress .bp-list .bb-activity-more-options-wrap.action .generic-button, +body #bbpress-forums .bp-list .bb-activity-more-options-wrap.action .generic-button { + margin-right: 0; } /* stylelint-disable max-line-length */ @@ -2328,7 +2135,6 @@ body.activity-permalink .activity-list .activity-content .activity-header { #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__anchor { color: var(--bb-headings-color); } - #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__anchor i { color: var(--bb-alternate-text-color); } @@ -2361,7 +2167,6 @@ body.activity-permalink .activity-list .activity-content .activity-header { background-color: rgba(0, 0, 0, 0.8); border-radius: var(--bb-block-radius-inner); } - #media-stream.media .bb-photo-thumb .media-action-wrap > a i, #media-stream.media .bb-photo-thumb .video-action-wrap > a i, .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap > a i, @@ -2377,37 +2182,36 @@ body.activity-permalink .activity-list .activity-content .activity-header { background-color: rgba(0, 0, 0, 0.8); border-radius: var(--bb-block-radius-inner); } - #video-stream.video .bb-item-thumb .item-action-wrap > a i, #media-stream.media .bb-video-thumb .item-action-wrap > a i, .bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap > a i { color: #fff; } -#media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list::after, -#media-stream.media .bb-photo-thumb .media-action-wrap .video-action_list::after, -#media-stream.media .bb-photo-thumb .video-action-wrap .media-action_list::after, -#media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list::after, -#media-stream.media .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list::after, -#media-stream.media .bb-activity-media-elem.media-activity .media-action-wrap .video-action_list::after, -#media-stream.media .bb-activity-media-elem.media-activity .video-action-wrap .media-action_list::after, -#media-stream.media .bb-activity-media-elem.media-activity .video-action-wrap .video-action_list::after, -#media-stream.media .bb-activity-video-elem .media-action-wrap .media-action_list::after, -#media-stream.media .bb-activity-video-elem .media-action-wrap .video-action_list::after, -#media-stream.media .bb-activity-video-elem .video-action-wrap .media-action_list::after, -#media-stream.media .bb-activity-video-elem .video-action-wrap .video-action_list::after, -.bb-activity-media-wrap .bb-photo-thumb .media-action-wrap .media-action_list::after, -.bb-activity-media-wrap .bb-photo-thumb .media-action-wrap .video-action_list::after, -.bb-activity-media-wrap .bb-photo-thumb .video-action-wrap .media-action_list::after, -.bb-activity-media-wrap .bb-photo-thumb .video-action-wrap .video-action_list::after, -.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list::after, -.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .video-action_list::after, -.bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .media-action_list::after, -.bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .video-action_list::after, -.bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .media-action_list::after, -.bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .video-action_list::after, -.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .media-action_list::after, -.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list::after { +#media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list:after, +#media-stream.media .bb-photo-thumb .media-action-wrap .video-action_list:after, +#media-stream.media .bb-photo-thumb .video-action-wrap .media-action_list:after, +#media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list:after, +#media-stream.media .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list:after, +#media-stream.media .bb-activity-media-elem.media-activity .media-action-wrap .video-action_list:after, +#media-stream.media .bb-activity-media-elem.media-activity .video-action-wrap .media-action_list:after, +#media-stream.media .bb-activity-media-elem.media-activity .video-action-wrap .video-action_list:after, +#media-stream.media .bb-activity-video-elem .media-action-wrap .media-action_list:after, +#media-stream.media .bb-activity-video-elem .media-action-wrap .video-action_list:after, +#media-stream.media .bb-activity-video-elem .video-action-wrap .media-action_list:after, +#media-stream.media .bb-activity-video-elem .video-action-wrap .video-action_list:after, +.bb-activity-media-wrap .bb-photo-thumb .media-action-wrap .media-action_list:after, +.bb-activity-media-wrap .bb-photo-thumb .media-action-wrap .video-action_list:after, +.bb-activity-media-wrap .bb-photo-thumb .video-action-wrap .media-action_list:after, +.bb-activity-media-wrap .bb-photo-thumb .video-action-wrap .video-action_list:after, +.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list:after, +.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .video-action_list:after, +.bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .media-action_list:after, +.bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .video-action_list:after, +.bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .media-action_list:after, +.bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .video-action_list:after, +.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .media-action_list:after, +.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list:after { /* stylelint-disable max-line-length */ border-color: var(--bb-content-background-color) var(--bb-content-background-color) transparent transparent; /* stylelint-enable */ @@ -2425,28 +2229,25 @@ body.activity-permalink .activity-list .activity-content .activity-header { background-color: var(--bb-content-background-color); border-radius: var(--bb-block-radius); } - -#video-stream.video .bb-item-thumb .item-action-wrap .item-action_list::after, -#video-stream.video .bb-video-thumb .item-action-wrap .item-action_list::after, -#video-stream.video .bb-activity-video-elem .item-action-wrap .item-action_list::after, -#media-stream.media .bb-item-thumb .item-action-wrap .item-action_list::after, -#media-stream.media .bb-video-thumb .item-action-wrap .item-action_list::after, -#media-stream.media .bb-activity-video-elem .item-action-wrap .item-action_list::after, -.bb-activity-video-wrap .bb-item-thumb .item-action-wrap .item-action_list::after, -.bb-activity-video-wrap .bb-video-thumb .item-action-wrap .item-action_list::after, -.bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list::after { +#video-stream.video .bb-item-thumb .item-action-wrap .item-action_list:after, +#video-stream.video .bb-video-thumb .item-action-wrap .item-action_list:after, +#video-stream.video .bb-activity-video-elem .item-action-wrap .item-action_list:after, +#media-stream.media .bb-item-thumb .item-action-wrap .item-action_list:after, +#media-stream.media .bb-video-thumb .item-action-wrap .item-action_list:after, +#media-stream.media .bb-activity-video-elem .item-action-wrap .item-action_list:after, +.bb-activity-video-wrap .bb-item-thumb .item-action-wrap .item-action_list:after, +.bb-activity-video-wrap .bb-video-thumb .item-action-wrap .item-action_list:after, +.bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list:after { border-color: var(--bb-content-background-color) var(--bb-content-background-color) transparent transparent; } @media screen and (max-width: 1024px) and (min-width: 768px) { - .side-panel { background-color: var(--bb-body-background-color); } } - -.search-document-list .media-folder_items .media-folder_actions .media-folder_action__list::after, -#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list::after { +.search-document-list .media-folder_items .media-folder_actions .media-folder_action__list:after, +#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list:after { border-color: var(--bb-content-background-color) var(--bb-content-background-color) transparent transparent; } @@ -2462,7 +2263,6 @@ body.activity-permalink .activity-list .activity-content .activity-header { align-items: center; white-space: nowrap; } - #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list ul li a:hover, #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list ul li a:hover, .bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list ul li a:hover { @@ -2483,20 +2283,17 @@ body.activity-permalink .activity-list .activity-content .activity-header { -ms-flex-flow: column; flex-flow: column; } - .widget-area .multi-review > div { width: 100%; } - .widget-area .bp-member-add-form p:last-child { margin-top: 20px; } - .widget-area .bp-member-add-form label { font-size: 14px; } -#bp-media-uploader .bb-field-steps .dz-file-preview .bb-icon-file-mp4::before { +#bp-media-uploader .bb-field-steps .dz-file-preview .bb-icon-file-mp4:before { content: "\ee97"; } @@ -2505,21 +2302,21 @@ body.activity-permalink .activity-list .activity-content .activity-header { .sap-publish-popup, .posts-stream, .posts-stream .inner, -.sl-count::after, -.sl-count::before, -.sl-icon::after, -.sl-icon::before, +.sl-count:after, +.sl-count:before, +.sl-icon:after, +.sl-icon:before, .main-navigation li ul ul, .main-navigation li ul, .header-account-login .pop .bp_components .menupop:not(#wp-admin-bar-my-account) > .ab-sub-wrapper, .header-account-login .pop .links li > .sub-menu, -.header-account-login .pop .bp_components .menupop:not(#wp-admin-bar-my-account) > .ab-sub-wrapper::before, -.header-account-login .pop .links li > .sub-menu::before, +.header-account-login .pop .bp_components .menupop:not(#wp-admin-bar-my-account) > .ab-sub-wrapper:before, +.header-account-login .pop .links li > .sub-menu:before, .header-notifications .pop, .header-account-login .pop, -#whats-new-header::after, +#whats-new-header:after, a.to-top, -.bbp-forum-data::before, +.bbp-forum-data:before, .bb-bp-settings-container { background-color: var(--bb-body-background-color); } @@ -2539,7 +2336,6 @@ input:checked + .bb-toggle-slider { .bp-subnavs ul .bp-zoom-switch-type { border-radius: var(--bb-button-radius); } - .bp-subnavs ul .bp-zoom-switch-type > a.zoom_active { color: var(--bb-headings-color); } @@ -2550,7 +2346,6 @@ input:checked + .bb-toggle-slider { #buddypress .bp-navs.bb-bp-tab-nav a { color: var(--bb-headings-color); } - .bbp-mfp-zoom-in fieldset.bbp-form .bbp-submit-wrapper a#bbp-close-btn:hover, .bb-modal.bbp-topic-form .bbp-submit-wrapper a#bbp-close-btn:hover, .bbpress .widget_display_forums li a:hover, @@ -2590,30 +2385,121 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link color: var(--bb-primary-color); } -.attachments--small div.dropzone { - padding: 0; - position: static; - pointer-events: none; +.medium-editor-element blockquote:not(.wp-embedded-content), +.bs-forum-content blockquote:not(.wp-embedded-content) { + border-radius: 4px; + padding: 12px; + font-size: 22px; + letter-spacing: -0.24px; + line-height: 30px; + position: relative; + margin: 0 0 15px; + background: #fafafa; + border: 1px solid var(--bb-content-border-color); +} +.medium-editor-element blockquote:not(.wp-embedded-content):before, +.bs-forum-content blockquote:not(.wp-embedded-content):before { + content: "\ef02"; + font-family: bb-icons; + font-style: normal; + font-weight: normal; + display: block; + text-align: center; + font-variant: normal; + color: #92949d; + width: 30px; + height: 30px; + font-size: 22px; + line-height: 30px; + background: #e2e1e0; + background-color: rgba(0, 0, 0, 0.1); + border-radius: 100%; + margin-bottom: 10px; +} +.medium-editor-element blockquote:not(.wp-embedded-content) p, +.bs-forum-content blockquote:not(.wp-embedded-content) p { + font-size: 20px; +} +.medium-editor-element blockquote:not(.wp-embedded-content) p:last-child, +.bs-forum-content blockquote:not(.wp-embedded-content) p:last-child { + margin-bottom: 0; +} +.medium-editor-element blockquote:not(.wp-embedded-content) em, +.bs-forum-content blockquote:not(.wp-embedded-content) em { + font-size: 14px; + color: #fff; + line-height: 18px; + display: block; + margin-top: 20px; + font-style: normal; +} +.medium-editor-element blockquote:not(.wp-embedded-content) a, +.bs-forum-content blockquote:not(.wp-embedded-content) a { + color: var(--bb-alternate-text-color); +} +.medium-editor-element blockquote.tiktok-embed, +.bs-forum-content blockquote.tiktok-embed { + background-color: transparent; + border: 0; + padding: 0; + margin: 0; +} +.medium-editor-element blockquote.tiktok-embed:before, +.bs-forum-content blockquote.tiktok-embed:before { + display: none; +} + +/* Discard draft button */ +#discard-draft-activity, +#bb_reply_discard_draft, +#bb_topic_discard_draft, +.buddypress .buddypress-wrap button#bb_topic_discard_draft, +.buddypress .buddypress-wrap button#bb_reply_discard_draft, +#buddypress input#discard-draft-activity[type="button"] { + border-color: transparent; + color: inherit; + box-shadow: none; +} +#discard-draft-activity:hover, #discard-draft-activity:active, #discard-draft-activity:focus, +#bb_reply_discard_draft:hover, +#bb_reply_discard_draft:active, +#bb_reply_discard_draft:focus, +#bb_topic_discard_draft:hover, +#bb_topic_discard_draft:active, +#bb_topic_discard_draft:focus, +.buddypress .buddypress-wrap button#bb_topic_discard_draft:hover, +.buddypress .buddypress-wrap button#bb_topic_discard_draft:active, +.buddypress .buddypress-wrap button#bb_topic_discard_draft:focus, +.buddypress .buddypress-wrap button#bb_reply_discard_draft:hover, +.buddypress .buddypress-wrap button#bb_reply_discard_draft:active, +.buddypress .buddypress-wrap button#bb_reply_discard_draft:focus, +#buddypress input#discard-draft-activity[type="button"]:hover, +#buddypress input#discard-draft-activity[type="button"]:active, +#buddypress input#discard-draft-activity[type="button"]:focus { + color: var(--bb-body-text-color); + background-color: transparent; + border-color: transparent; +} + +.attachments--small div.dropzone { + padding: 0; + position: static; + pointer-events: none; } - .attachments--small div.dropzone * { pointer-events: auto; } - .attachments--small div.dropzone.dz-progress-view { padding-bottom: 45px; position: relative; } - .attachments--small div.dropzone.dz-progress-view.files-uploaded { padding-bottom: 0; position: static; } - .attachments--small div.dropzone.dz-progress-view.files-uploaded .dz-global-progress { display: none; } - .attachments--small div.dropzone .dz-default.dz-message { background-color: var(--bb-content-alternate-background-color); display: none; @@ -2627,8 +2513,7 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link -ms-flex-order: 99; order: 99; } - -.attachments--small div.dropzone .dz-default.dz-message button::before, .attachments--small div.dropzone .dz-default.dz-message button:hover::before { +.attachments--small div.dropzone .dz-default.dz-message button:before, .attachments--small div.dropzone .dz-default.dz-message button:hover:before { content: "\e9ed"; background-color: transparent; color: var(--bb-headings-color); @@ -2640,50 +2525,40 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link width: 100%; margin: 0; } - -.bb-template-v2 .attachments--small div.dropzone .dz-default.dz-message button::before, -.bb-template-v2 .attachments--small div.dropzone .dz-default.dz-message button:hover::before { +.bb-template-v2 .attachments--small div.dropzone .dz-default.dz-message button:before, +.bb-template-v2 .attachments--small div.dropzone .dz-default.dz-message button:hover:before { font-weight: 300; } - -.attachments--small div.dropzone .dz-default.dz-message:hover button::before { +.attachments--small div.dropzone .dz-default.dz-message:hover button:before { opacity: 1; } - .bb-template-v2 .attachments--small div.dropzone .dz-default.dz-message { border: 0; } - .attachments--small div.dropzone.files-uploaded:not(.dz-max-files-reached) .dz-default.dz-message { display: -webkit-box; display: -ms-flexbox; display: flex; } - .attachments--small div.dropzone.dz-started { margin: 0 0 10px; height: auto; overflow: initial; } - .attachments--small div.dropzone .dz-preview { min-width: 60px; margin: 6px; } - .attachments--small div.dropzone .dz-preview .dz-image { height: 60px; border-radius: var(--bb-block-radius-inner); } - .attachments--small div.dropzone .dz-preview .dz-image img { max-width: 60px; } - .attachments--small div.dropzone .dz-preview.dz-file-preview .dz-details { border-radius: var(--bb-block-radius-inner); } - .attachments--small div.dropzone .dz-preview .dz-remove { height: 20px; width: 20px; @@ -2700,45 +2575,37 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link justify-content: center; box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.08) !important; } - -.attachments--small div.dropzone .dz-preview .dz-remove::after { +.attachments--small div.dropzone .dz-preview .dz-remove:after { color: var(--bb-headings-color); font-size: 18px; line-height: 20px; opacity: 0.4; position: static; } - -.attachments--small div.dropzone .dz-preview .dz-remove:hover::after { +.attachments--small div.dropzone .dz-preview .dz-remove:hover:after { opacity: 1; } - .bb-template-v2 .attachments--small div.dropzone .dz-preview .dz-image, .bb-template-v2 .attachments--small div.dropzone .dz-preview .dz-details { border-color: transparent; } - .attachments--small div.dropzone.media-dropzone .dz-preview .dz-progress-ring-wrap { display: none; } - .attachments--small div.dropzone.video-dropzone .dz-default.dz-message { width: 80px; max-width: 80px !important; min-height: 60px !important; height: auto; } - -.attachments--small div.dropzone.video-dropzone .dz-default.dz-message button::before, -.attachments--small div.dropzone.video-dropzone .dz-default.dz-message button:hover::before { +.attachments--small div.dropzone.video-dropzone .dz-default.dz-message button:before, +.attachments--small div.dropzone.video-dropzone .dz-default.dz-message button:hover:before { content: "\e9f1"; font-size: 32px; } - .attachments--small div.dropzone.video-dropzone .dz-preview { min-width: 80px; } - .attachments--small div.dropzone.video-dropzone .dz-preview .dz-progress-ring-wrap { background-color: transparent; height: auto; @@ -2749,11 +2616,9 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link -ms-transform: none; transform: none; } - .attachments--small div.dropzone.video-dropzone .dz-preview .dz-progress-ring-wrap .dz-progress-ring { display: none; } - .attachments--small div.dropzone.video-dropzone .dz-preview .dz-progress-ring-wrap [class*=" bb-icon-"] { color: var(--bb-content-alternate-background-color); font-size: 24px; @@ -2763,25 +2628,20 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link -ms-transform: none; transform: none; } - -.bb-template-v2 .attachments--small div.dropzone.video-dropzone .dz-preview .dz-progress-ring-wrap [class*=" bb-icon-"]::before { +.bb-template-v2 .attachments--small div.dropzone.video-dropzone .dz-preview .dz-progress-ring-wrap [class*=" bb-icon-"]:before { font-weight: 300; } - .attachments--small div.dropzone.video-dropzone .dz-preview .dz-progress-count { display: none; } - .attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview { width: 80px; min-height: 60px; } - .attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview .dz-details { min-height: 60px; height: auto; } - .attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview .dz-remove { top: -8px; bottom: inherit; @@ -2794,31 +2654,28 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link transform: none; background-color: var(--bb-content-alternate-background-color); } - -.attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview .dz-remove::after { +.attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview .dz-remove:after { font-size: 18px; position: static; color: var(--bb-headings-color); opacity: 0.4; } - -.attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview.dz-has-thumbnail:not(.dz-complete) .dz-remove::after { +.attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview.dz-has-thumbnail:not(.dz-complete) .dz-remove:after { opacity: 0.4; } - -.attachments--small div.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview .dz-remove::after, .attachments--small div.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail) .dz-remove { +.attachments--small div.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview .dz-remove:after, .attachments--small div.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail) .dz-remove { color: var(--bb-headings-color); background-color: var(--bb-content-alternate-background-color); } - +.attachments--small div.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview.dz-error .dz-remove:after { + color: var(--bb-danger-color); +} .attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview:not(.dz-has-thumbnail), .attachments--small div.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail) { border-radius: var(--bb-block-radius-inner); } - .attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview:not(.dz-has-thumbnail) .dz-progress-ring-wrap [class*=" bb-icon-"], .attachments--small div.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail) .dz-progress-ring-wrap [class*=" bb-icon-"] { color: var(--bb-alternate-text-color); } - .attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview:not(.dz-has-thumbnail) .dz-filename, .attachments--small div.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail) .dz-filename { width: auto; opacity: 1; @@ -2830,30 +2687,25 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link right: 5px; font-size: 12px; } - .attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview:not(.dz-has-thumbnail) .dz-filename > span, .attachments--small div.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail) .dz-filename > span { max-width: initial; } - .attachments--small div.dropzone.document-dropzone .dz-default.dz-message { width: 40px; height: 40px; max-width: 40px !important; margin: 0 5px; } - -.attachments--small div.dropzone.document-dropzone .dz-default.dz-message button::before, -.attachments--small div.dropzone.document-dropzone .dz-default.dz-message button:hover::before { +.attachments--small div.dropzone.document-dropzone .dz-default.dz-message button:before, +.attachments--small div.dropzone.document-dropzone .dz-default.dz-message button:hover:before { content: "\eef9"; font-size: 26px; } - .attachments--small div.dropzone.document-dropzone .dz-preview { min-width: 150px; max-width: 150px; margin: 5px 0 5px 5px; } - .attachments--small div.dropzone.document-dropzone .dz-preview.dz-file-preview .dz-details { display: -webkit-box !important; display: -ms-flexbox !important; @@ -2871,21 +2723,17 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link min-height: initial; text-align: left; } - -.attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon::before { +.attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon:before { content: "\ee6e"; font-family: bb-icons; } - .attachments--small div.dropzone.document-dropzone .dz-preview .dz-size, .attachments--small div.dropzone.document-dropzone .dz-preview .dz-progress-ring-wrap, .attachments--small div.dropzone.document-dropzone .dz-preview.dz-complete .dz-details .dz-size { display: none; } - .attachments--small div.dropzone.document-dropzone .dz-preview .dz-details { text-align: center; } - .attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon { display: inline-block; vertical-align: middle; @@ -2895,15 +2743,13 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link height: 24px; width: 24px; } - -.attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon::before { +.attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon:before { position: static; -webkit-transform: none; -ms-transform: none; transform: none; } - -.attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon::before, +.attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon:before, .attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon [class*=" bb-icon-"] { color: var(--bb-alternate-text-color); background-color: var(--bb-content-alternate-background-color); @@ -2911,19 +2757,16 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link font-weight: 400; position: static; } - -.bb-template-v2 .attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon::before, -.bb-template-v2 .attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon [class*=" bb-icon-"]::before { +.bb-template-v2 .attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon:before, +.bb-template-v2 .attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon [class*=" bb-icon-"]:before { font-weight: 300; } - .attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon > span[class*=" bb-icon-"] { position: absolute; left: 0; top: 0; z-index: 1; } - .attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-filename { font-size: 12px; line-height: 1.1; @@ -2935,7 +2778,6 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link width: -webkit-calc(100% - 45px); width: calc(100% - 45px); } - .attachments--small div.dropzone.document-dropzone .dz-preview .dz-remove { top: 50%; -webkit-transform: translateY(-50%); @@ -2944,7 +2786,6 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link right: 5px; box-shadow: none !important; } - .attachments--small [class*="attached-gif-container"] { margin-bottom: 0; background: none !important; @@ -2952,67 +2793,58 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link width: auto !important; display: table; } - .attachments--small [class*="attached-gif-container"] .gif-image-container img { background-color: var(--bb-content-alternate-background-color); height: 100px; width: 100px; object-fit: cover; border-radius: var(--bb-block-radius-inner); - margin: 0 0 15px 6px; + margin: 0 0 0 6px; } - .attachments--small [class*="attached-gif-container"] .gif-image-remove { box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.08); right: -8px; top: -8px; } - .attachments--small [class*="attached-gif-container"] .gif-image-remove .bb-icon-times { color: var(--bb-headings-color); opacity: 0.4; } - .attachments--small [class*="attached-gif-container"] .gif-image-remove:hover .bb-icon-times { opacity: 1; } @media screen and (max-width: 560px) { - .attachments--small [class*="attached-gif-container"] { max-width: 100%; background-repeat: no-repeat; } } +.attachments--small [class*="messages-attached-gif-container"] .gif-image-container img { + margin-bottom: 15px; +} .dropzone.dz-progress-view .dz-global-progress { bottom: 5px; } - .dropzone.dz-progress-view .dz-global-progress .dz-progress-bar-full { background-color: rgba(0, 0, 0, 0.08); } - .dropzone.dz-progress-view .dz-global-progress .dz-progress { background-color: var(--bb-primary-color); } - .dropzone.dz-progress-view .dz-global-progress .dz-remove-all { background-color: var(--bb-content-alternate-background-color); } - -.dropzone.dz-progress-view .dz-global-progress .dz-remove-all::before { +.dropzone.dz-progress-view .dz-global-progress .dz-remove-all:before { color: var(--bb-headings-color); opacity: 0.4; } - -.dropzone.dz-progress-view .dz-global-progress .dz-remove-all:hover::before { +.dropzone.dz-progress-view .dz-global-progress .dz-remove-all:hover:before { opacity: 1; } - .bp-messages-content-wrapper .dropzone.dz-progress-view .dz-global-progress { left: 6px; } - .dropzone.dz-progress-view.dz-single-view:not(.files-uploaded) .dz-preview { display: none; } @@ -3021,12 +2853,10 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link .mass-user-block-list.moderation-popup .modal-container { padding-bottom: 12px; } - .message-members-list.member-popup .modal-container .bb-model-header, .mass-user-block-list.moderation-popup .modal-container .bb-model-header { margin-bottom: 12px; } - .message-members-list.member-popup .bb-model-header, .mass-user-block-list.moderation-popup .bb-model-header { background-color: var(--bb-content-alternate-background-color); @@ -3034,34 +2864,28 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link padding: 17px 20px 16px; margin: -20px -30px 30px; } - .message-members-list.member-popup .bb-model-header .mfp-close, .mass-user-block-list.moderation-popup .bb-model-header .mfp-close { right: 5px; } - -.message-members-list.member-popup .bb-model-header .mfp-close::before, -.mass-user-block-list.moderation-popup .bb-model-header .mfp-close::before { +.message-members-list.member-popup .bb-model-header .mfp-close:before, +.mass-user-block-list.moderation-popup .bb-model-header .mfp-close:before { color: var(--bb-headings-color); opacity: 0.4; } - -.message-members-list.member-popup .bb-model-header .mfp-close:hover::before, -.mass-user-block-list.moderation-popup .bb-model-header .mfp-close:hover::before { +.message-members-list.member-popup .bb-model-header .mfp-close:hover:before, +.mass-user-block-list.moderation-popup .bb-model-header .mfp-close:hover:before { opacity: 1; } - .message-members-list.member-popup .bb-report-type-wrp, .mass-user-block-list.moderation-popup .bb-report-type-wrp { margin: 0 -20px; } - .message-members-list.member-popup .bb-report-type-wrp .user-item-wrp, .mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp { margin: 0; padding: 12px 10px; position: relative; } - .message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-avatar, .mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-avatar { max-height: 32px; @@ -3069,7 +2893,6 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link overflow: hidden; border-radius: 100%; } - .message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-avatar > span, .message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-avatar > a, .mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-avatar > span, @@ -3080,7 +2903,6 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link right: 0; bottom: 0; } - .message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-avatar > span img, .message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-avatar > a img, .mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-avatar > span img, @@ -3091,12 +2913,10 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link border-radius: 100%; margin: 10px; } - .message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-name, .mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-name { padding-left: 42px; } - .message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-name span, .message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-name a, .mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-name span, @@ -3104,18 +2924,15 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link color: var(--bb-headings-color); font-weight: 500; } - .message-members-list.member-popup .bb-report-type-wrp .user-item-wrp:hover, .mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp:hover { background-color: var(--bb-content-alternate-background-color); } - .message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-actions, .mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-actions { position: relative; z-index: 1; } - .message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-actions .button, .mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-actions .button { color: var(--bb-headings-color); @@ -3124,28 +2941,24 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link min-width: initial; line-height: 30px; } - .message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-actions .button:hover, .mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-actions .button:hover { color: var(--bb-primary-button-text-regular); background-color: var(--bb-primary-color); border-color: transparent; } - .bb-template-v2 .message-members-list.member-popup .bb-report-type-wrp .user-item-wrp, .bb-template-v2 .mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp { border-radius: 6px; } @media screen and (min-width: 46.8em) { - .bp-list li .item { overflow: visible; } } - -.bp-list::before, -.bp-list::after { +.bp-list:before, +.bp-list:after { content: normal; } @@ -3162,7 +2975,6 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link outline: none; vertical-align: middle; } - #buddypress a.button.small { font-size: 14px; font-weight: 500; @@ -3171,14 +2983,12 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link border-radius: var(--bb-button-radius); line-height: 1.4; } - #buddypress a.button:hover, #buddypress a.button:focus { outline: none; text-decoration: none; color: #fff; border-color: transparent; } - #buddypress a.button:active { outline: none; text-decoration: none; @@ -3186,7 +2996,6 @@ body:not(.group-admin, .group-invites) .buddypress-wrap .user-subnav.tabbed-link } form[name="whats-new-form"] img { - /* max-width: 58px; */ } @@ -3221,18 +3030,15 @@ li#members-order-select { letter-spacing: -0.24px; line-height: 1.2; } - .item-title a:hover { color: var(--bb-primary-color); } @media only screen and (max-width: 320px) { - #buddypress li div.item { margin-left: 0; } } - #buddypress div#item-header img.avatar { margin: 0; max-width: 160px; @@ -3265,17 +3071,14 @@ li#members-order-select { margin-bottom: 0; overflow: visible; } - #buddypress div.item-list-tabs#object-nav li { float: left; margin: 0; padding: 0 30px 0 0; } - #buddypress div.item-list-tabs#object-nav li.hideshow { padding: 0; } - #buddypress div.item-list-tabs#object-nav a { color: #939597; display: block; @@ -3284,11 +3087,9 @@ li#members-order-select { font-size: 14px; line-height: 2; } - #buddypress div.item-list-tabs#object-nav a:hover { color: var(--bb-headings-color); } - #buddypress div.item-list-tabs#object-nav .selected a { background-color: transparent; border-bottom: 1px solid var(--bb-primary-color); @@ -3297,11 +3098,9 @@ li#members-order-select { font-weight: 500; color: var(--bb-headings-color); } - #buddypress div.item-list-tabs#object-nav .selected a span { background-color: var(--bb-primary-color); } - #buddypress div.item-list-tabs#object-nav span { background: #c8cbcf; box-shadow: none; @@ -3329,7 +3128,7 @@ p#user_switching_switch_on { #buddypress .comment-reply-link, #buddypress .generic-button a, -#buddypress .standard-form button, +#buddypress .standard-form button:not(.search-form_reset), #buddypress a.button, #buddypress input[type="button"], #buddypress input[type="reset"], @@ -3359,10 +3158,9 @@ a.bp-title-button { -webkit-transition: 0.3s all; transition: 0.3s all; } - #buddypress .comment-reply-link:focus, #buddypress .generic-button a:focus, -#buddypress .standard-form button:focus, +#buddypress .standard-form button:not(.search-form_reset):focus, #buddypress a.button:focus, #buddypress input[type="button"]:focus, #buddypress input[type="reset"]:focus, @@ -3371,10 +3169,9 @@ a.bp-title-button { a.bp-title-button:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - #buddypress .comment-reply-link:hover, #buddypress .generic-button a:hover, -#buddypress .standard-form button:hover, +#buddypress .standard-form button:not(.search-form_reset):hover, #buddypress a.button:hover, #buddypress input[type="button"]:hover, #buddypress input[type="reset"]:hover, @@ -3387,10 +3184,9 @@ a.bp-title-button:hover { color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - #buddypress .comment-reply-link:focus, #buddypress .generic-button a:focus, -#buddypress .standard-form button:focus, +#buddypress .standard-form button:not(.search-form_reset):focus, #buddypress a.button:focus, #buddypress input[type="button"]:focus, #buddypress input[type="reset"]:focus, @@ -3401,10 +3197,9 @@ a.bp-title-button:focus { text-decoration: none; box-shadow: var(--bb-primary-button-focus-shadow); } - #buddypress .comment-reply-link:active, #buddypress .generic-button a:active, -#buddypress .standard-form button:active, +#buddypress .standard-form button:not(.search-form_reset):active, #buddypress a.button:active, #buddypress input[type="button"]:active, #buddypress input[type="reset"]:active, @@ -3417,10 +3212,9 @@ a.bp-title-button:active { color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - #buddypress .comment-reply-link.disabled, #buddypress .generic-button a.disabled, -#buddypress .standard-form button.disabled, +#buddypress .standard-form button:not(.search-form_reset).disabled, #buddypress a.button.disabled, #buddypress input[type="button"].disabled, #buddypress input[type="reset"].disabled, @@ -3433,10 +3227,9 @@ a.bp-title-button.disabled { background-color: #f5f5f5; opacity: 1; } - #buddypress .comment-reply-link.small, #buddypress .generic-button a.small, -#buddypress .standard-form button.small, +#buddypress .standard-form button:not(.search-form_reset).small, #buddypress a.button.small, #buddypress input[type="button"].small, #buddypress input[type="reset"].small, @@ -3450,10 +3243,9 @@ a.bp-title-button.small { padding: 0 20px; border-radius: var(--bb-button-radius); } - #buddypress .comment-reply-link.big, #buddypress .generic-button a.big, -#buddypress .standard-form button.big, +#buddypress .standard-form button:not(.search-form_reset).big, #buddypress a.button.big, #buddypress input[type="button"].big, #buddypress input[type="reset"].big, @@ -3465,10 +3257,9 @@ a.bp-title-button.big { padding: 20px 40px; border-radius: var(--bb-button-radius); } - #buddypress .comment-reply-link.large, #buddypress .generic-button a.large, -#buddypress .standard-form button.large, +#buddypress .standard-form button:not(.search-form_reset).large, #buddypress a.button.large, #buddypress input[type="button"].large, #buddypress input[type="reset"].large, @@ -3480,10 +3271,9 @@ a.bp-title-button.large { padding: 14px 30px; border-radius: var(--bb-button-radius); } - #buddypress .comment-reply-link.outline, #buddypress .generic-button a.outline, -#buddypress .standard-form button.outline, +#buddypress .standard-form button:not(.search-form_reset).outline, #buddypress a.button.outline, #buddypress input[type="button"].outline, #buddypress input[type="reset"].outline, @@ -3495,10 +3285,9 @@ a.bp-title-button.outline { color: var(--bb-secondary-button-text-regular); border: 1px solid var(--bb-secondary-button-border-regular); } - #buddypress .comment-reply-link.outline:focus, #buddypress .generic-button a.outline:focus, -#buddypress .standard-form button.outline:focus, +#buddypress .standard-form button:not(.search-form_reset).outline:focus, #buddypress a.button.outline:focus, #buddypress input[type="button"].outline:focus, #buddypress input[type="reset"].outline:focus, @@ -3507,12 +3296,11 @@ a.bp-title-button.outline { a.bp-title-button.outline:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - #buddypress .comment-reply-link.outline:hover, #buddypress .comment-reply-link.outline:active, #buddypress .generic-button a.outline:hover, #buddypress .generic-button a.outline:active, -#buddypress .standard-form button.outline:hover, -#buddypress .standard-form button.outline:active, +#buddypress .standard-form button:not(.search-form_reset).outline:hover, +#buddypress .standard-form button:not(.search-form_reset).outline:active, #buddypress a.button.outline:hover, #buddypress a.button.outline:active, #buddypress input[type="button"].outline:hover, @@ -3530,12 +3318,11 @@ a.bp-title-button.outline:active { border: 1px solid var(--bb-secondary-button-border-hover); box-shadow: none; } - #buddypress .comment-reply-link.outline:disabled, #buddypress .comment-reply-link.outline.disabled, #buddypress .generic-button a.outline:disabled, #buddypress .generic-button a.outline.disabled, -#buddypress .standard-form button.outline:disabled, -#buddypress .standard-form button.outline.disabled, +#buddypress .standard-form button:not(.search-form_reset).outline:disabled, +#buddypress .standard-form button:not(.search-form_reset).outline.disabled, #buddypress a.button.outline:disabled, #buddypress a.button.outline.disabled, #buddypress input[type="button"].outline:disabled, @@ -3564,15 +3351,12 @@ a.bp-title-button.outline.disabled { background: #dcdcdc; color: inherit; } - #buddypress .standard-form .tmce-active .wp-switch-editor.switch-tmce { background: #f5f5f5; } - #buddypress .standard-form .html-active .wp-switch-editor.switch-html { background: #f5f5f5; } - #buddypress .standard-form .html-active .button { min-height: 20px; color: var(--bb-headings-color); @@ -3595,7 +3379,7 @@ a.bp-title-button.outline.disabled { border: 0; } -#buddypress div.item-list-tabs ul::after { +#buddypress div.item-list-tabs ul:after { content: ""; display: table; clear: both; @@ -3614,11 +3398,9 @@ a.bp-title-button.outline.disabled { width: 100%; padding: 0; } - #buddypress div.item-list-tabs#object-nav li li.selected a { border: 0; } - #buddypress div.item-list-tabs#object-nav li li a { display: block; font-size: 13px; @@ -3640,8 +3422,7 @@ a.bp-title-button.outline.disabled { padding: 14px 0; line-height: 1.1; } - -#buddypress div.item-list-tabs#object-nav a.more-button.active::after { +#buddypress div.item-list-tabs#object-nav a.more-button.active:after { bottom: -17px; } @@ -3650,7 +3431,7 @@ a.bp-title-button.outline.disabled { padding: 10px 0; } -div.item-list-tabs li.hideshow.menu-item-has-children > a::after { +div.item-list-tabs li.hideshow.menu-item-has-children > a:after { top: 50px; } @@ -3672,7 +3453,6 @@ div.item-list-tabs li.hideshow.menu-item-has-children > a::after { font-size: 15px; padding: 10px 20px; } - #sitewide-notice #message h4 { max-width: 90%; font-size: 18px; @@ -3680,29 +3460,24 @@ div.item-list-tabs li.hideshow.menu-item-has-children > a::after { margin-bottom: 10px; font-weight: 500; } - #sitewide-notice #message p { padding: 0; margin: 0 0 1rem; font-size: 1rem; line-height: 1.4; } - #sitewide-notice #message p:empty { display: none !important; } - #sitewide-notice .bb-notice-content > *:last-child { margin-bottom: 0; } - #sitewide-notice ul, #sitewide-notice ol { margin-left: 0; margin-bottom: 1rem; list-style-position: inside; } - #sitewide-notice button { position: absolute; top: 15px; @@ -3719,17 +3494,14 @@ div.item-list-tabs li.hideshow.menu-item-has-children > a::after { } @media (min-width: 768px) { - #sitewide-notice #message { min-width: 500px; } } - #buddypress ul.item-list { border-top: 0; margin-bottom: 20px; } - #buddypress ul.item-list li:not(.load-more) { border-bottom: 0; } @@ -3757,7 +3529,6 @@ input#send_reply_button { .bs-dropdown-model { display: none; } - .bs-dropdown-model.open { display: block; } @@ -3775,7 +3546,6 @@ input#send_reply_button { #buddypress div.item-list-tabs ul.bs-dropdown { padding: 10px 0; } - #buddypress div.item-list-tabs ul.bs-dropdown a { padding: 9px 15px; } @@ -3783,12 +3553,10 @@ input#send_reply_button { #buddypress #member-forums-sub-nav ul { margin-bottom: 25px; } - #buddypress #member-forums-sub-nav li { padding-right: 30px; padding-bottom: 10px; } - #buddypress #member-forums-sub-nav a { display: block; font-size: 14px; @@ -3796,7 +3564,6 @@ input#send_reply_button { opacity: 1; padding: 0 0 10px; } - #buddypress #member-forums-sub-nav .selected a { background: transparent; border-bottom: 1px solid var(--bb-primary-color); @@ -3807,13 +3574,11 @@ input#send_reply_button { } @media (max-width: 540px) { - .bb-photos-wrap .bb-title { margin: 0 0 20px; } .bb-single-bp-header .push-right { - /* margin: 0; */ } @@ -3822,13 +3587,11 @@ input#send_reply_button { -ms-flex: 0 0 100%; flex: 0 0 100%; } - .bb-photos-actions a { margin-bottom: 10px; margin-left: 0 !important; } } - .buddypress-wrap input[type="email"]:focus, .buddypress-wrap input[type="password"]:focus, .buddypress-wrap input[type="tel"]:focus, @@ -3839,7 +3602,6 @@ input#send_reply_button { border-width: 1px; box-shadow: var(--bb-input-focus-shadow); } - .buddypress-wrap input[type="email"].error, .buddypress-wrap input[type="password"].error, .buddypress-wrap input[type="tel"].error, @@ -3848,7 +3610,6 @@ input#send_reply_button { .buddypress-wrap textarea.error { border-color: rgba(var(--bb-danger-color-rgb), 1); } - .buddypress-wrap input[type="email"].error:focus, .buddypress-wrap input[type="password"].error:focus, .buddypress-wrap input[type="tel"].error:focus, @@ -3858,7 +3619,6 @@ input#send_reply_button { border-color: var(--bb-danger-color); box-shadow: none; } - .buddypress-wrap input[type="email"]:disabled, .buddypress-wrap input[type="email"].disabled, .buddypress-wrap input[type="password"]:disabled, .buddypress-wrap input[type="password"].disabled, @@ -3909,7 +3669,6 @@ input#send_reply_button { padding: 0 12px; width: 100%; } - #buddypress .dir-search input[type="search"]:focus, #buddypress .dir-search input[type="text"]:focus, #buddypress .groups-members-search input[type="search"]:focus, @@ -3934,7 +3693,6 @@ input#send_reply_button { box-shadow: var(--bb-input-focus-shadow); border-color: var(--bb-input-focus-border-color); } - #buddypress .dir-search input[type="search"]:disabled, #buddypress .dir-search input[type="search"].disabled, #buddypress .dir-search input[type="text"]:disabled, #buddypress .dir-search input[type="text"].disabled, @@ -3979,7 +3737,6 @@ input#send_reply_button { background-color: var(--bb-content-alternate-background-color); opacity: 0.75; } - #buddypress .dir-search input[type="search"].error, #buddypress .dir-search input[type="text"].error, #buddypress .groups-members-search input[type="search"].error, @@ -4003,7 +3760,6 @@ input#send_reply_button { #buddypress .standard-form textarea.error { border-color: rgba(var(--bb-danger-color-rgb), 1); } - #buddypress .dir-search input[type="search"].error:focus, #buddypress .dir-search input[type="text"].error:focus, #buddypress .groups-members-search input[type="search"].error:focus, @@ -4035,13 +3791,11 @@ input#send_reply_button { background-position: right 1rem center; padding-right: 40px; } - #buddypress .standard-form select:focus { background-image: url("../images/svg/arrow-down.svg"); background-repeat: no-repeat; background-position: right 1rem center; } - #buddypress .standard-form select[multiple] { background-image: none; } @@ -4057,11 +3811,9 @@ input#send_reply_button { .widget.buddypress .bp-login-widget-user-links > div { padding: 0; } - .widget.buddypress .bp-login-widget-user-links > div > .bp-login-widget-user-link a { color: var(--bb-headings-color); } - .widget.buddypress .bp-login-widget-user-links > div > .bp-login-widget-user-link a:hover { color: var(--bb-primary-color); } @@ -4073,21 +3825,17 @@ input#send_reply_button { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .widget_bp_core_login_widget .widget-title { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } - .widget_bp_core_login_widget .widget-title:empty { display: none; } - .widget_bp_core_login_widget .bp-login-widget-user-avatar { margin-right: 15px; } - .widget_bp_core_login_widget .bp-login-widget-user-links { -webkit-box-flex: 1; -ms-flex: 1; @@ -4101,21 +3849,17 @@ input#send_reply_button { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .bbp_widget_login > .inner { width: 100%; } - .bbp_widget_login .widget-title { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } - .bbp_widget_login .widget-title:empty { display: none; } - .bbp_widget_login .bbp-logged-in { -webkit-box-flex: 1; -ms-flex: 1; @@ -4137,9 +3881,7 @@ input#send_reply_button { #buddypress input[type="submit"].disabled, #buddypress input[type="submit"].pending, #buddypress input[type="submit"][disabled="disabled"] { - /* border-color: inherit; */ - /* color: inherit; */ cursor: initial; } @@ -4223,7 +3965,6 @@ body #buddypress .group-item-avatar { margin-bottom: 20px; margin-top: 0; } - #buddypress .custom-homepage-info.info button { position: absolute; right: 10px; @@ -4233,11 +3974,9 @@ body #buddypress .group-item-avatar { color: var(--bb-danger-color); box-shadow: none; } - #buddypress .custom-homepage-info.info p { padding: 0; } - #buddypress .custom-homepage-info.info p:last-child { margin-bottom: 0; } @@ -4250,13 +3989,12 @@ body #buddypress .group-item-avatar { border-radius: 0; } -.buddypress-wrap a[data-bp-close] span::before, -.buddypress-wrap button[data-bp-close] span::before { +.buddypress-wrap a[data-bp-close] span:before, +.buddypress-wrap button[data-bp-close] span:before { font-size: 24px; } @media screen and (min-width: 75em) { - .widget-area .buddypress.widget ul.item-list li .avatar, .member-front-page .buddypress.widget ul.item-list li .avatar { width: 100%; @@ -4268,19 +4006,16 @@ body #buddypress .group-item-avatar { width: 100%; } } - body.buddypress.register .site-content, body.buddypress.activation .site-content { padding-top: 5%; } - body.buddypress.register .site-content .content-area, body.buddypress.activation .site-content .content-area { padding-top: 0; } @media screen and (min-width: 46.8em) { - body.buddypress .site-content { padding-top: 0; } @@ -4293,7 +4028,6 @@ body.buddypress.activation .site-content .content-area { margin-top: 0; } } - /* Cover Image */ #cover-image-container { background: var(--bb-content-background-color); @@ -4305,7 +4039,6 @@ body.buddypress.activation .site-content .content-area { font-size: 14px; line-height: 1.3575; } - .bb-template-v2 #cover-image-container { border-radius: 0 0 var(--bb-block-radius) var(--bb-block-radius); } @@ -4322,12 +4055,10 @@ body #buddypress #header-cover-image { } @media screen and (min-width: 800px) { - body #buddypress .users-header #header-cover-image { margin: -30px -30px 0; } } - body #buddypress #header-cover-image.width-full { width: 100vw; position: relative; @@ -4392,17 +4123,14 @@ nav#object-nav { margin: 0 0 20px; margin-top: -1px; } - nav#object-nav li { float: left; margin: 0; padding: 0 30px 0 0; } - nav#object-nav li.hideshow { padding-right: 5px; } - nav#object-nav a { color: var(--bb-body-text-color); display: block; @@ -4411,7 +4139,6 @@ nav#object-nav a { font-size: 14px; line-height: 2; } - nav#object-nav a:hover { color: var(--bb-primary-color); } @@ -4440,7 +4167,6 @@ nav#object-nav .selected > a { font-weight: 500; color: var(--bb-headings-color); } - nav#object-nav .selected > a:hover { color: var(--bb-primary-color); } @@ -4467,29 +4193,24 @@ body #cover-image-container span.activity { #item-header-cover-image .member-header-actions .generic-button button { font-size: 14px; } - #item-header-cover-image .member-header-actions .generic-button a.blocked-member, #item-header-cover-image .member-header-actions .generic-button button.blocked-member { opacity: 0.9; pointer-events: none; } - #item-header-cover-image .member-header-actions div.generic-button { display: inline-block; float: none; } - #item-header-cover-image .member-header-actions > li { float: none; } - #item-header-cover-image .flex > #send-private-message { margin-top: 35px; text-align: left; min-width: 140px; margin-right: -20px; } - #item-header-cover-image .flex > #send-private-message .thickbox { font-size: 12px; min-height: 30px; @@ -4497,14 +4218,13 @@ body #cover-image-container span.activity { line-height: 28px; } -#send-private-message.generic-button a::before { +#send-private-message.generic-button a:before { color: var(--bb-primary-color); } .toggle-password { color: var(--bb-primary-color); } - .toggle-password:hover { color: var(--bb-primary-color); } @@ -4532,27 +4252,75 @@ span.triangle-play-icon { } @media screen and (max-width: 1400px) { - #buddypress div#item-header #item-header-cover-image #item-header-content > .flex { -ms-flex-flow: row wrap; flex-flow: row wrap; } } +@media screen and (max-width: 1495px) { + .profile-sidebar.buddypanel-open .bp-single-vert-nav .bp-wrap:not(.bp-fullwidth-wrap) { + -ms-flex-flow: column; + flex-flow: column; + } + .profile-sidebar.buddypanel-open .bp-single-vert-nav .bp-wrap:not(.bp-fullwidth-wrap) > nav#object-nav.bb-single-main-nav--vertical { + display: block; + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + min-height: auto; + } +} +@media screen and (max-width: 1335px) { + .profile-sidebar .bp-single-vert-nav .bp-wrap:not(.bp-fullwidth-wrap) { + -ms-flex-flow: column; + flex-flow: column; + } + .profile-sidebar .bp-single-vert-nav .bp-wrap:not(.bp-fullwidth-wrap) > nav#object-nav.bb-single-main-nav--vertical { + display: block; + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + min-height: auto; + } +} @media screen and (max-width: 1200px) { - #buddypress div#item-header #item-header-cover-image #item-header-content > .flex .bb-user-content-wrap { -webkit-box-flex: 100%; -ms-flex: 100%; flex: 100%; } - #buddypress div#item-header #item-header-cover-image #item-header-content > .flex .flex > #send-private-message { margin: 5px 0 10px 10px; } } -@media screen and (max-width: 980px) { - - #item-header-cover-image .flex > #send-private-message { +@media screen and (max-width: 1130px) { + .profile-sidebar.buddypanel-open .widget-area { + -webkit-box-flex: 0; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; + } + + .profile-sidebar.buddypanel-open.sidebar-left:not(.forums-sidebar) .site-content-grid { + -ms-flex-flow: column; + flex-flow: column; + } +} +@media screen and (max-width: 1030px) { + .profile-sidebar .widget-area { + -webkit-box-flex: 0; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; + } + + .profile-sidebar.sidebar-left:not(.forums-sidebar) .site-content-grid { + -ms-flex-flow: column; + flex-flow: column; + } +} +@media screen and (max-width: 980px) { + #item-header-cover-image .flex > #send-private-message { margin: 20px 0 0; -webkit-box-flex: 100%; -ms-flex: 100%; @@ -4560,19 +4328,16 @@ span.triangle-play-icon { } } @media screen and (max-width: 782px) { - .bp_members.type-bp_members #item-header-content .gamipress-buddypress-points { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } - .bp_members.type-bp_members #item-header-content > .flex .bb-user-content-wrap, .bp_members.type-bp_members #item-header-content > .flex .member-header-actions, .bp_members.type-bp_members #item-header-content > .flex #send-private-message { text-align: center; } - .bp_members.type-bp_members #item-header-content > .flex .bb-user-content-wrap .member-title-wrap { margin-bottom: 15px; } @@ -4589,11 +4354,9 @@ span.triangle-play-icon { padding: 30px 20px 0; } } - #TB_window { border-radius: 4px; } - #TB_window #TB_title { display: inline-block; width: 100%; @@ -4601,48 +4364,39 @@ span.triangle-play-icon { padding: 10px 5px; border-radius: 4px 4px 0 0; } - #TB_window #TB_title #TB_closeAjaxWindow #TB_closeWindowButton { right: 10px; } - #TB_window #TB_title #TB_closeAjaxWindow #TB_closeWindowButton:active, #TB_window #TB_title #TB_closeAjaxWindow #TB_closeWindowButton:focus { box-shadow: none; } - #TB_window #TB_title #TB_closeAjaxWindow #TB_closeWindowButton:focus .tb-close-icon { box-shadow: none; } - #TB_window #TB_ajaxContent { padding: 0 20px 20px; width: 100% !important; height: auto !important; } - #TB_window #private-message-form-ux { margin-bottom: 0; margin-top: 12px; width: 100%; } - #TB_window #private-message-form-ux > label { margin-bottom: 10px; display: inline-block; } - #TB_window #private-message-form-ux input, #TB_window #private-message-form-ux textarea { display: block; width: 100%; max-height: 200px; } - #TB_window #private-message-form-ux input + br { display: none; } @media screen and (max-width: 560px) { - #TB_window { width: 80% !important; max-width: 100% !important; @@ -4665,32 +4419,26 @@ nav#object-nav .more-button { padding: 14px 0; line-height: 1.1; } - -nav#object-nav .more-button.active::after { +nav#object-nav .more-button.active:after { bottom: -18px; } - nav#object-nav .sub-menu { top: 50px; padding: 10px 0; } - nav#object-nav .sub-menu span.count { float: right; font-size: 10px; } - nav#object-nav .sub-menu .selected > a { border: 0; } @media screen and (min-width: 46.8em) { - .single-headers #item-header-content { padding-left: 0; } } - /* Subnav */ .subnav li:not(:last-child) { padding-right: 30px; @@ -4715,29 +4463,25 @@ nav#object-nav .sub-menu .selected > a { color: var(--bb-headings-color); font-weight: 500; } - .bp-subnavs li.selected a:hover { color: var(--bb-primary-color); } - .bp-subnavs .sub-menu li.current a, .bp-subnavs .sub-menu li.selected a { border-bottom: 0; } @media screen and (max-width: 782px) { - body #buddypress #item-header-cover-image { -ms-flex-flow: row wrap; flex-flow: row wrap; } - body #buddypress #item-header-cover-image #item-header-avatar { margin-right: auto; margin-left: auto; } - - body #buddypress div#item-header #item-header-cover-image #item-header-content { + body #buddypress div#item-header .left #item-header-cover-image.bb-disable-cover-img #item-header-content, + body #buddypress div#item-header #item-header-cover-image.bb-enable-cover-img #item-header-content { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; @@ -4746,13 +4490,11 @@ nav#object-nav .sub-menu .selected > a { #buddypress .groups-header #cover-image-container.left #item-header-cover-image #item-header-avatar { margin-left: 0; } - #buddypress .groups-header #cover-image-container.left #item-header-cover-image .bp-group-title-wrap { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } - #buddypress .groups-header #cover-image-container.left #item-header-cover-image .bb-bp-group-title { text-align: left; -webkit-box-flex: 0; @@ -4760,7 +4502,6 @@ nav#object-nav .sub-menu .selected > a { flex: none; margin-right: 10px; } - #buddypress .groups-header #cover-image-container.left #item-header-content .bp-group-meta-wrap, #buddypress .groups-header #cover-image-container.left #item-header-content .group-actions-wrap { -webkit-box-align: start; @@ -4770,17 +4511,14 @@ nav#object-nav .sub-menu .selected > a { -ms-flex-pack: start; justify-content: flex-start; } - #buddypress .groups-header #cover-image-container.left #item-header-content .group-description { text-align: left; } - #buddypress .groups-header #cover-image-container.left #item-header-content .group-actions-absolute .groups-meta:first-child { margin-left: 0; } } @media screen and (max-width: 46.8em) { - .buddypress-wrap:not(.bp-single-vert-nav) .bp-navs li { background: transparent; float: left; @@ -4807,7 +4545,6 @@ nav#object-nav .sub-menu .selected > a { color: var(--bb-headings-color); } } - /* Search */ .bp-user [data-bp-search] form input[type="text"], .bp-user [data-bp-search] form input[type="search"], @@ -4817,9 +4554,9 @@ body .buddypress-wrap .bp-invites-search-form input[type="search"] { font-size: 14px; } -body .buddypress-wrap .bp-invites-search-form::before, -body .buddypress-wrap form.bp-dir-search-form::before, -body .buddypress-wrap form.bp-messages-search-form::before { +body .buddypress-wrap .bp-invites-search-form:before, +body .buddypress-wrap form.bp-dir-search-form:before, +body .buddypress-wrap form.bp-messages-search-form:before { content: "\ef10"; color: inherit; font-family: bb-icons; @@ -4829,7 +4566,6 @@ body .buddypress-wrap form.bp-messages-search-form::before { left: 9px; top: 4px; } - body .buddypress-wrap .bp-invites-search-form input[type="search"], body .buddypress-wrap form.bp-dir-search-form input[type="search"], body .buddypress-wrap form.bp-messages-search-form input[type="search"] { @@ -4841,7 +4577,6 @@ body .buddypress-wrap form.bp-messages-search-form input[type="search"] { width: 100%; min-width: 210px; } - body .buddypress-wrap .bp-invites-search-form input[type="search"]::input-placeholder, body .buddypress-wrap form.bp-dir-search-form input[type="search"]::input-placeholder, body .buddypress-wrap form.bp-messages-search-form input[type="search"]::input-placeholder { @@ -4849,7 +4584,6 @@ body .buddypress-wrap form.bp-messages-search-form input[type="search"]::input-p opacity: 0.4; } @media screen and (max-width: 544px) { - body .buddypress-wrap .bp-invites-search-form input[type="search"], body .buddypress-wrap form.bp-dir-search-form input[type="search"], body .buddypress-wrap form.bp-messages-search-form input[type="search"] { @@ -4861,14 +4595,12 @@ body.pending-invites .buddypress-wrap .bp-invites-search-form input[type="search min-width: 360px; } @media screen and (max-width: 544px) { - body.pending-invites .buddypress-wrap .bp-invites-search-form input[type="search"] { min-width: 280px; } } input:-webkit-autofill { - /* -webkit-box-shadow: 0 0 0 30px white inset; */ } @@ -4889,7 +4621,6 @@ body .buddypress-wrap form.bp-messages-search-form input[type="search"]:-webkit- margin: 0; position: relative; } - .buddypress-wrap form.bp-dir-search-form:focus-within:hover, .buddypress-wrap form.bp-dir-search-form:focus-within, .buddypress-wrap form.bp-invites-search-form:focus-within:hover, .buddypress-wrap form.bp-invites-search-form:focus-within, @@ -5074,7 +4805,6 @@ span.notifications-order-actions { padding-top: 1px; position: relative; } - span.notifications-order-actions a { color: var(--bb-alternate-text-color); } @@ -5088,8 +4818,7 @@ body.buddypress .buddypress-wrap .bs-section-title { margin: 0; border-radius: var(--bb-block-radius-inner); } - -.buddypress-wrap .bp-messages::after { +.buddypress-wrap .bp-messages:after { content: ""; clear: both; display: table; @@ -5114,32 +4843,25 @@ span.count:empty { border-radius: var(--bb-block-radius-inner); color: var(--bb-body-text-color); } - -.bp-feedback::after { +.bp-feedback:after { content: ""; display: table; } - .bp-feedback .bp-icon { border-radius: 4px 0 0 4px; } - .bp-feedback.help .bp-icon, .bp-feedback.info .bp-icon { background-color: var(--bb-default-notice-color); } - .bp-feedback.loading .bp-icon, .bp-feedback.warning .bp-icon { background-color: var(--bb-warning-color); } - .bp-feedback.success .bp-icon, .bp-feedback.updated .bp-icon { background-color: var(--bb-success-color); } - .bp-feedback.error .bp-icon { background-color: var(--bb-danger-color); } - .bp-feedback.bp-feedback-v2 { color: var(--bb-default-notice-color); background-color: rgba(var(--bb-default-notice-color-rgb), 0.1); @@ -5147,49 +4869,39 @@ span.count:empty { border-radius: 0; padding-left: 20px; } - .bp-feedback.bp-feedback-v2 .bp-icon { background-color: transparent !important; color: var(--bb-default-notice-color); margin-right: 0; } - .bp-feedback.bp-feedback-v2 p { padding: 14px 5px; } - .bp-feedback.bp-feedback-v2.help, .bp-feedback.bp-feedback-v2.info { color: var(--bb-default-notice-color); background-color: rgba(var(--bb-default-notice-color-rgb), 0.1); } - .bp-feedback.bp-feedback-v2.help .bp-icon, .bp-feedback.bp-feedback-v2.info .bp-icon { color: var(--bb-default-notice-color); } - .bp-feedback.bp-feedback-v2.error { color: var(--bb-danger-color); background-color: rgba(var(--bb-danger-color-rgb), 0.1); } - .bp-feedback.bp-feedback-v2.error .bp-icon { color: var(--bb-danger-color); } - .bp-feedback.bp-feedback-v2.loading, .bp-feedback.bp-feedback-v2.warning { color: var(--bb-warning-color); background-color: rgba(var(--bb-warning-color-rgb), 0.1); } - .bp-feedback.bp-feedback-v2.loading .bp-icon, .bp-feedback.bp-feedback-v2.warning .bp-icon { color: var(--bb-warning-color); } - .bp-feedback.bp-feedback-v2.success, .bp-feedback.bp-feedback-v2.updated { color: var(--bb-success-color); background-color: rgba(var(--bb-success-color-rgb), 0.1); } - .bp-feedback.bp-feedback-v2.success .bp-icon, .bp-feedback.bp-feedback-v2.updated .bp-icon { color: var(--bb-success-color); } @@ -5217,7 +4929,6 @@ span.count:empty { min-width: 26px; border: 0; } - #buddypress .bb-groups-messages-left .action .invite-button .icons, #item-body #group-invites-container .bp-invites-content .action button.invite-button .icons { opacity: 0; @@ -5229,7 +4940,7 @@ span.count:empty { background: url("../images/svg/circle-close.svg") no-repeat; } -.buddypress-wrap ul.item-list li .invite-button:not(.group-remove-invite-button) span.icons::before { +.buddypress-wrap ul.item-list li .invite-button:not(.group-remove-invite-button) span.icons:before { content: "\eef9"; font-family: bb-icons; font-weight: 100; @@ -5245,7 +4956,6 @@ span.count:empty { .bulk-select-all { min-width: 40px; } - .bulk-select-check label, .bulk-select-all label { margin: 0 !important; @@ -5254,12 +4964,10 @@ span.count:empty { .notification-list.bb-nouveau-list { margin-bottom: 20px; } - -.notification-list.bb-nouveau-list .bulk-select-all > label::after, -.notification-list.bb-nouveau-list .bs-item-wrap .bb-input-wrap > label::after { +.notification-list.bb-nouveau-list .bulk-select-all > label:after, +.notification-list.bb-nouveau-list .bs-item-wrap .bb-input-wrap > label:after { font-weight: 400; } - .notification-list.bb-nouveau-list .bs-item-wrap .notification-avatar a > i { -webkit-box-align: center; -ms-flex-align: center; @@ -5281,7 +4989,6 @@ span.count:empty { right: -5px; width: 25px; } - .notification-list.bb-nouveau-list .bs-item-wrap .notification-avatar a > i.bb-icon-calendar { font-size: 17px; } @@ -5291,18 +4998,14 @@ span.count:empty { visibility: hidden; } @media (hover: none) and (pointer: coarse) { - .notification-dropdown .notification-list.bb-nouveau-list { - /* smartphones, touchscreens */ } - .notification-dropdown .notification-list.bb-nouveau-list .actions { opacity: 1; visibility: visible; } - - .notification-dropdown .notification-list.bb-nouveau-list .unread::before { + .notification-dropdown .notification-list.bb-nouveau-list .unread:before { display: none; } } @@ -5318,30 +5021,26 @@ span.count:empty { font-size: 0; min-width: 40px; } - .notification-list.bb-nouveau-list .actions a { color: rgba(18, 43, 70, 0.4); margin-left: 6px; } - .notification-list.bb-nouveau-list .actions .dashicons { font-size: 18px; } - .notification-list.bb-nouveau-list .actions .delete .dashicons { font-size: 16px; position: relative; } - -.notification-list.bb-nouveau-list .actions .dashicons-visibility::before, -.notification-list.bb-nouveau-list .actions .dashicons-dismiss::before, -.notification-list.bb-nouveau-list .actions .dashicons-trash::before, -.notification-list.bb-nouveau-list .actions .dashicons-hidden::before { +.notification-list.bb-nouveau-list .actions .dashicons-visibility:before, +.notification-list.bb-nouveau-list .actions .dashicons-dismiss:before, +.notification-list.bb-nouveau-list .actions .dashicons-trash:before, +.notification-list.bb-nouveau-list .actions .dashicons-hidden:before { content: "\ee6a"; font-family: bb-icons; speak: none; font-style: normal; - font-weight: 400; + font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; @@ -5349,21 +5048,18 @@ span.count:empty { -webkit-font-smoothing: antialiased; font-size: 20px; } - -.notification-list.bb-nouveau-list .actions .dashicons-dismiss::before { +.notification-list.bb-nouveau-list .actions .dashicons-dismiss:before { content: "\e828"; } - -.notification-list.bb-nouveau-list .actions .dashicons-trash::before { +.notification-list.bb-nouveau-list .actions .dashicons-trash:before { content: "\ef48"; } - -.notification-list.bb-nouveau-list .actions .dashicons-hidden::before { +.notification-list.bb-nouveau-list .actions .dashicons-hidden:before { content: "\ee69"; } -.buddypress-wrap .subnav-filters::before, -.buddypress-wrap .subnav-filters::after { +.buddypress-wrap .subnav-filters:before, +.buddypress-wrap .subnav-filters:after { display: none; } @@ -5373,18 +5069,15 @@ span.count:empty { } @media screen and (min-width: 32em) { - #activity-stream { clear: both; padding-top: 0; } } @media (max-width: 543px) { - .notification-list.bb-nouveau-list .avatar:not(.profile-avatar) { max-width: 44px; } - .notification-list.bb-nouveau-list .actions { font-size: 0; -webkit-box-flex: 0; @@ -5392,7 +5085,6 @@ span.count:empty { flex: 0 0 100%; padding: 8px 0 0 98px; } - .notification-list.bb-nouveau-list .notification-content + .actions { -webkit-box-flex: 0; -ms-flex: none; @@ -5415,21 +5107,17 @@ span.count:empty { align-items: flex-start; } } - .atwho-view { border-color: var(--bb-content-border-color); background-color: var(--bb-content-background-color); } - .atwho-view ul li.list-loader, .atwho-view ul li .username { color: var(--bb-alternate-text-color); } - .atwho-view small { color: var(--bb-headings-color); } - .atwho-view .cur { background-color: var(--bb-content-alternate-background-color); } @@ -5439,7 +5127,6 @@ span.count:empty { #whats-new-form { margin: 0; } - #whats-new-form-placeholder .bp-feedback, #whats-new-form .bp-feedback { min-width: 100%; @@ -5454,7 +5141,6 @@ span.count:empty { min-height: 34px; margin: 1px 0; } - #whats-new-form #whats-new-post-in-box .bp-activity-object:hover { background-color: var(--bb-content-alternate-background-color); } @@ -5471,7 +5157,6 @@ span.count:empty { background-color: var(--bb-content-alternate-background-color); border-radius: var(--bb-block-radius-inner); } - .ac-reply-content .dropzone .dz-default, .ac-reply-content .dropzone.media-dropzone .dz-preview:not(.dz-image-preview) .dz-image, .ac-reply-content .dropzone.video-dropzone .dz-preview, @@ -5499,8 +5184,7 @@ span.count:empty { margin-right: 2px; line-height: 1; } - -.buddypress .buddypress-wrap form#whats-new-form button.bp-remove-item::before { +.buddypress .buddypress-wrap form#whats-new-form button.bp-remove-item:before { content: "\e828"; font-family: bb-icons; speak: none; @@ -5534,32 +5218,27 @@ span.count:empty { -ms-flex-pack: justify; justify-content: space-between; } - .emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter.active { border-left: 1px solid var(--bb-content-border-color); border-right: 1px solid var(--bb-content-border-color); background-color: var(--bb-content-background-color); } - .emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter:last-child { border-radius: 0 4px 0 0; } - .emojionearea .emojionearea-picker .emojionearea-filters i.emojionearea-filter:first-child[style*="display: none"] + i.emojionearea-filter:not([style*="display: none"]) { border-left-width: 0; border-radius: 4px 0 0; } - .emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter:first-of-type { border-left-width: 0; } - .emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter:last-of-type { border-right-width: 0; } -#whats-new-textarea-placeholder [contenteditable="true"]:empty::before, -#whats-new-textarea [contenteditable="true"]:empty::before { +#whats-new-textarea-placeholder [contenteditable="true"]:empty:before, +#whats-new-textarea [contenteditable="true"]:empty:before { color: rgba(var(--bb-body-text-color-rgb), 0.5); } @@ -5574,49 +5253,46 @@ span.count:empty { #whats-new-formatting-toolbar .emojionearea .emojionearea-button { color: rgba(var(--bb-headings-color-rgb), 0.4); } - .ac-reply-toolbar a:hover [class*=" bb-icon-"], .ac-reply-toolbar a.active [class*=" bb-icon-"], .ac-reply-toolbar .active a [class*=" bb-icon-"], .ac-reply-toolbar a.open [class*=" bb-icon-"], .ac-reply-toolbar .emojionearea .emojionearea-button.active, -.ac-reply-toolbar .emojionearea .emojionearea-button:hover::before, +.ac-reply-toolbar .emojionearea .emojionearea-button:hover:before, #whats-new-toolbar a:hover [class*=" bb-icon-"], #whats-new-toolbar a.active [class*=" bb-icon-"], #whats-new-toolbar .active a [class*=" bb-icon-"], #whats-new-toolbar a.open [class*=" bb-icon-"], #whats-new-toolbar .emojionearea .emojionearea-button.active, -#whats-new-toolbar .emojionearea .emojionearea-button:hover::before, +#whats-new-toolbar .emojionearea .emojionearea-button:hover:before, #whats-new-messages-toolbar a:hover [class*=" bb-icon-"], #whats-new-messages-toolbar a.active [class*=" bb-icon-"], #whats-new-messages-toolbar .active a [class*=" bb-icon-"], #whats-new-messages-toolbar a.open [class*=" bb-icon-"], #whats-new-messages-toolbar .emojionearea .emojionearea-button.active, -#whats-new-messages-toolbar .emojionearea .emojionearea-button:hover::before, +#whats-new-messages-toolbar .emojionearea .emojionearea-button:hover:before, #whats-new-formatting-toolbar a:hover [class*=" bb-icon-"], #whats-new-formatting-toolbar a.active [class*=" bb-icon-"], #whats-new-formatting-toolbar .active a [class*=" bb-icon-"], #whats-new-formatting-toolbar a.open [class*=" bb-icon-"], #whats-new-formatting-toolbar .emojionearea .emojionearea-button.active, -#whats-new-formatting-toolbar .emojionearea .emojionearea-button:hover::before { +#whats-new-formatting-toolbar .emojionearea .emojionearea-button:hover:before { color: var(--bb-headings-color); } - -.ac-reply-toolbar .emojionearea .emojionearea-button.active::before, +.ac-reply-toolbar .emojionearea .emojionearea-button.active:before, .ac-reply-toolbar a.active [class*=" bb-icon-"], .ac-reply-toolbar .active a [class*=" bb-icon-"], -#whats-new-toolbar .emojionearea .emojionearea-button.active::before, +#whats-new-toolbar .emojionearea .emojionearea-button.active:before, #whats-new-toolbar a.active [class*=" bb-icon-"], #whats-new-toolbar .active a [class*=" bb-icon-"], -#whats-new-messages-toolbar .emojionearea .emojionearea-button.active::before, +#whats-new-messages-toolbar .emojionearea .emojionearea-button.active:before, #whats-new-messages-toolbar a.active [class*=" bb-icon-"], #whats-new-messages-toolbar .active a [class*=" bb-icon-"], -#whats-new-formatting-toolbar .emojionearea .emojionearea-button.active::before, +#whats-new-formatting-toolbar .emojionearea .emojionearea-button.active:before, #whats-new-formatting-toolbar a.active [class*=" bb-icon-"], #whats-new-formatting-toolbar .active a [class*=" bb-icon-"] { font-weight: 300; } - .ac-reply-toolbar .post-elements-buttons-item.disable a:hover [class*=" bb-icon-"], #whats-new-toolbar .post-elements-buttons-item.disable a:hover [class*=" bb-icon-"], #whats-new-messages-toolbar .post-elements-buttons-item.disable a:hover [class*=" bb-icon-"], @@ -5627,21 +5303,17 @@ span.count:empty { #editor-toolbar [class*=" bb-icon-"] { color: rgba(var(--bb-headings-color-rgb), 0.4); } - #editor-toolbar [class*=" bb-icon-"]:hover { color: var(--bb-headings-color); } - -#editor-toolbar .emojionearea-button::before { +#editor-toolbar .emojionearea-button:before { color: rgba(var(--bb-headings-color-rgb), 0.4); } - -#editor-toolbar .emojionearea-button:hover::before { +#editor-toolbar .emojionearea-button:hover:before { color: var(--bb-headings-color); } - -#editor-toolbar .emojionearea-button.active::before, -#editor-toolbar .active [class*=" bb-icon-"]::before { +#editor-toolbar .emojionearea-button.active:before, +#editor-toolbar .active [class*=" bb-icon-"]:before { color: var(--bb-headings-color); font-weight: 300 !important; } @@ -5650,7 +5322,6 @@ span.count:empty { .activity-update-form .bb-model-header a .bb-icon-times { color: rgba(var(--bb-headings-color-rgb), 0.4); } - .bp-nouveau-activity-form-placeholder- .bb-model-header a:hover .bb-icon-times, .activity-update-form .bb-model-header a:hover .bb-icon-times { color: var(--bb-headings-color); @@ -5660,7 +5331,6 @@ span.count:empty { .bp-nouveau-activity-form-placeholder- .bb-model-header a .bb-icon-close { color: rgba(var(--bb-headings-color-rgb), 0.4); } - .activity-update-form .bb-model-header a:hover .bb-icon-close, .bp-nouveau-activity-form-placeholder- .bb-model-header a:hover .bb-icon-close { color: var(--bb-headings-color); @@ -5671,7 +5341,6 @@ span.count:empty { #buddypress .medium-editor-toolbar .medium-editor-toolbar-actions button { color: rgba(var(--bb-headings-color-rgb), 0.4); } - .medium-editor-toolbar .medium-editor-toolbar-actions button.medium-editor-button-active, .buddypress .medium-editor-toolbar .medium-editor-toolbar-actions button.medium-editor-button-active, #buddypress .medium-editor-toolbar .medium-editor-toolbar-actions button.medium-editor-button-active { @@ -5681,7 +5350,6 @@ span.count:empty { .medium-editor-toolbar-form a { color: rgba(var(--bb-headings-color-rgb), 0.4); } - .medium-editor-toolbar-form a:hover { color: var(--bb-headings-color); } @@ -5694,7 +5362,6 @@ h4 .bp-reported-type { #buddypress input#privacy-status-group-back { color: rgba(var(--bb-headings-color-rgb), 0.4); } - #buddypress input#privacy-status-back:hover, #buddypress input#privacy-status-group-back:hover { color: var(--bb-headings-color); @@ -5738,11 +5405,9 @@ select#activity-filter-by { -ms-flex-align: center; align-items: center; } - .filters .feed a { color: rgba(18, 43, 70, 0.4); } - .filters .feed a:hover { color: #122b46; } @@ -5759,12 +5424,10 @@ body #bbpress-forums .bp-list .action { flex-flow: row wrap; margin-bottom: 15px; } - body #buddypress .bp-list .action .generic-button, body #bbpress-forums .bp-list .action .generic-button { margin-right: 15px; } - body #buddypress .bp-list .action .generic-button a, body #bbpress-forums .bp-list .action .generic-button a { color: var(--bb-primary-color); @@ -5772,20 +5435,17 @@ body #bbpress-forums .bp-list .action .generic-button a { } @media screen and (max-width: 400px) { - body #buddypress #members-list.bp-list.following-list .following-meta.action { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } - body #buddypress #members-list.bp-list.following-list .following-meta.action .generic-button, body #buddypress #members-list.bp-list.following-list .following-meta.action .generic-button:last-child { margin-left: 5px; margin-right: 5px; } } - .bp-list li .item-avatar { float: left; } @@ -5795,7 +5455,6 @@ div#cover-image-container { } @media screen and (min-width: 46.8em) { - .bp-dir-vert-nav .dir-navs { min-width: 180px; } @@ -5826,7 +5485,6 @@ div#cover-image-container { border-bottom: 0; padding: 4px 0; } - #buddypress.bp-dir-vert-nav .dir-navs li.selected a { border-bottom: 0; } @@ -5840,7 +5498,6 @@ div#cover-image-container { border: 0; } } - /* Groups */ .entry-content #groups-list .item-avatar a { display: inline-block; @@ -5920,7 +5577,6 @@ div#cover-image-container { } @media screen and (min-width: 24em) { - .grid.groups-list .list-wrap { min-height: 40px; } @@ -5930,7 +5586,6 @@ div#cover-image-container { } } @media screen and (min-width: 46.8em) { - .buddypress .bp-vertical-navs .groups-list .item-avatar { margin-right: 20px; width: auto; @@ -5943,14 +5598,12 @@ div#cover-image-container { } } @media screen and (max-width: 980px) { - body #buddypress .group-invites-column .bp-list .action { -webkit-box-flex: inherit; -ms-flex: inherit; flex: inherit; } } - body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content, body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions { margin-top: 0; @@ -5961,16 +5614,13 @@ body.single-item.single-item.groups #buddypress div#item-header #item-header-cov body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image.bb-disable-cover-img #item-header-content { margin-top: -30px; } - body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image.bb-disable-cover-img #item-header-content .group-actions-absolute { top: -10px; } - body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image.bb-disable-cover-img #item-header-avatar + #item-header-content { margin-top: 0; padding-top: 0; } - body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image.bb-disable-cover-img #item-header-avatar + #item-header-content .group-actions-absolute { top: 0; } @@ -5979,6 +5629,15 @@ body.single-item.single-item.groups #buddypress div#item-header .centered #item- margin-top: 20px; } +body.single-item.single-item.groups #buddypress div#item-header .left #item-header-cover-image.bb-disable-cover-img #item-header-content:first-child .group-actions-absolute { + top: 0; +} +@media screen and (min-width: 1400px) { + body.single-item.single-item.groups #buddypress div#item-header .left #item-header-cover-image.bb-disable-cover-img #item-header-content:first-child .group-actions-absolute { + top: 20px; + } +} + .bp-list li .item-meta, .bp-list li .meta { letter-spacing: -0.24px; @@ -6034,7 +5693,6 @@ body.buddypress .buddypress-wrap .bp-screen-title { color: var(--bb-alternate-text-color); font-size: 15px; } - .avatar-crop-management #avatar-crop-actions a.avatar-crop-cancel:hover { color: var(--bb-primary-color); } @@ -6058,7 +5716,6 @@ body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning { .bb-bp-profile-screen { font-size: 16px; } - .bb-bp-profile-screen .bp-cover-image { margin-top: 20px; margin-bottom: 20px; @@ -6073,7 +5730,6 @@ body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning { padding: 12px 25px; font-weight: 500; } - #buddypress #bp-delete-avatar:hover, #buddypress #bp-delete-cover-image:hover { box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1); @@ -6089,35 +5745,28 @@ body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning { margin: 0 0 15px; line-height: 1.2; } - #buddypress .register-section label, #buddypress .register-section legend { - font-weight: 400; + font-weight: normal; font-size: 14px; margin: 0 0 3px; } - #buddypress .register-section input[type="password"] { margin-bottom: 20px; } - #buddypress .register-section a.clear-value { display: none; } - #buddypress .register-section .field-visibility-settings-header { font-size: 12px; margin-bottom: 10px; } - #buddypress .register-section .field-visibility-settings div.radio label { position: relative; } - #buddypress .register-section .field-visibility-settings div.radio .field-visibility-text { margin-left: 35px; } - #buddypress .register-section .field-visibility-settings input[type="radio"] { width: 22px !important; height: 22px; @@ -6129,7 +5778,6 @@ body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning { opacity: 0; margin-right: 10px; } - #buddypress .register-section .field-visibility-settings span.bs-radio { display: inline-block; vertical-align: middle; @@ -6147,8 +5795,7 @@ body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning { margin-right: 10px; z-index: 7; } - -#buddypress .register-section .field-visibility-settings span.bs-radio.on::after { +#buddypress .register-section .field-visibility-settings span.bs-radio.on:after { content: ""; position: absolute; top: 2px; @@ -6160,7 +5807,6 @@ body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning { background-color: var(--bb-primary-color); z-index: 9; } - #buddypress .register-section .visibility-toggle-link { font-size: 13px; background-color: transparent; @@ -6173,17 +5819,14 @@ body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning { border-radius: 0; margin-left: 5px; } - #buddypress .register-section .visibility-toggle-link:hover, #buddypress .register-section .visibility-toggle-link:focus, #buddypress .register-section .visibility-toggle-link:active { background: transparent; color: var(--bb-primary-color); box-shadow: none; } - #buddypress .register-section p.description { font-size: 14px; } - #buddypress .register-section .datebox-selects { display: -webkit-box; display: -ms-flexbox; @@ -6194,13 +5837,11 @@ body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning { -ms-flex-flow: row wrap; flex-flow: row wrap; } - #buddypress .register-section .datebox-selects label, #buddypress .register-section .datebox-selects select { margin-right: 10px; margin-bottom: 10px; } - #buddypress .register-section .wp-editor-tabs button { background: transparent; border: 1px solid #ddd; @@ -6210,24 +5851,21 @@ body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning { min-height: 10px; border-radius: 3px 3px 0 0; } - #buddypress .register-section .wp-editor-tabs button:hover, #buddypress .register-section .wp-editor-tabs button:focus, #buddypress .register-section .wp-editor-tabs button:active { background: transparent; color: inherit; border: 1px solid #ddd; } - #buddypress .register-section .tmce-active .wp-editor-tabs .switch-tmce, #buddypress .register-section .html-active .wp-editor-tabs .switch-html { background-color: #f5f5f5; border-bottom-color: #f5f5f5; } - #buddypress .register-section .quicktags-toolbar .button { color: inherit; background: transparent; border: 0; - font-weight: 700; + font-weight: bold; padding: 0 5px; margin: 0 6px 0 0; border-radius: 0; @@ -6236,13 +5874,11 @@ body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning { height: auto; min-height: 10px; } - #buddypress .register-section .editfield:first-child { margin-top: 0; } @media screen and (min-width: 46.8em) { - .buddypress-wrap .register-page .layout-wrap { display: block; } @@ -6252,7 +5888,6 @@ body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning { padding: 0; } } - /* Group Invites */ .group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body div#group-invites-container, #group-invites-container { @@ -6260,19 +5895,16 @@ body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning { border: 1px solid var(--bb-content-border-color); margin: 0; } - .group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body div#group-invites-container .select2-container--default .select2-selection--multiple, #group-invites-container .select2-container--default .select2-selection--multiple { background-color: var(--bb-content-background-color); } - .group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body div#group-invites-container ul.subnav li, #group-invites-container ul.subnav li { float: none; margin: 0; padding-right: 0; } - .group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body div#group-invites-container ul.subnav a, #group-invites-container ul.subnav a { border-bottom: 0; @@ -6280,13 +5912,11 @@ body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning { } @media screen and (max-width: 680px) { - #group-invites-container ul.subnav li { float: left; } } - -form#group_invites_search_form::after { +form#group_invites_search_form:after { content: ""; display: table; clear: both; @@ -6323,7 +5953,6 @@ body .groups-manage-members-list .section-title { margin-left: 10px; min-width: 120px; } - #buddypress #members-list .members-meta.action > .generic-button:last-child a:hover, #buddypress #members-list .members-meta.action > .generic-button:last-child a:focus, #buddypress #members-list .members-meta.action > .generic-button:last-child button:hover, #buddypress #members-list .members-meta.action > .generic-button:last-child button:focus { @@ -6334,7 +5963,6 @@ body .groups-manage-members-list .section-title { border-top-left-radius: var(--bb-block-radius-inner); border-top-right-radius: var(--bb-block-radius-inner); } - .groups-manage-members-list ul.item-list > li:last-child { border-bottom-left-radius: var(--bb-block-radius-inner); border-bottom-right-radius: var(--bb-block-radius-inner); @@ -6343,11 +5971,9 @@ body .groups-manage-members-list .section-title { #buddypress .groups-manage-members-list { padding: 0; } - #buddypress .groups-manage-members-list ul.item-list { margin: 0 0 30px; } - #buddypress .groups-manage-members-list ul.item-list > li { background-color: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); @@ -6363,13 +5989,11 @@ body .groups-manage-members-list .section-title { -ms-flex-align: center; align-items: center; } - #buddypress .groups-manage-members-list ul.item-list > li .avatar { max-width: 44px; width: 100%; margin-right: 15px; } - #buddypress .groups-manage-members-list .members-manage-buttons { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -6385,7 +6009,6 @@ body .groups-manage-members-list .section-title { padding-left: 57px; margin: 0; } - #buddypress .groups-manage-members-list .members-manage-buttons .button { min-width: 20px; display: inline-block; @@ -6394,7 +6017,6 @@ body .groups-manage-members-list .section-title { padding: 4px 12px; margin: 5px 10px 5px 0; } - #buddypress .groups-manage-members-list .list-title.member-name a { font-size: 20px; font-weight: 400; @@ -6408,7 +6030,6 @@ body .groups-manage-members-list .section-title { font-size: 14px; line-height: 1.5; } - #group-settings-form p.description { padding: 10px 0; font-size: 13px; @@ -6437,7 +6058,6 @@ div#bs-member-profile:empty { .type-bp_members .buddypress-wrap .activity-list .load-newest a { color: var(--bb-primary-color); } - .type-bp_members .buddypress-wrap .activity-list .load-more a:hover, .type-bp_members .buddypress-wrap .activity-list .load-newest a:hover { color: #0f74e0; @@ -6451,7 +6071,6 @@ div#bs-member-profile:empty { flex-flow: row wrap; border-radius: var(--bb-block-radius); } - #item-body #group-invites-container .bp-navs.group-subnav { border-bottom: 0; -webkit-box-flex: 0; @@ -6464,7 +6083,6 @@ div#bs-member-profile:empty { margin: 0; padding: 30px 0; } - #item-body #group-invites-container .bp-navs.group-subnav a { border: 0; font-size: 14px; @@ -6480,25 +6098,21 @@ div#bs-member-profile:empty { line-height: 1; margin-bottom: 1px; } - #item-body #group-invites-container .bp-navs.group-subnav a:hover { background: rgba(77, 92, 109, 0.1); } - #item-body #group-invites-container .bp-navs.group-subnav .current a, #item-body #group-invites-container .bp-navs.group-subnav .selected a { background: rgba(77, 92, 109, 0.1); color: var(--bb-primary-color); font-weight: 400; } - #item-body #group-invites-container .group-invites-column { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding: 30px; } - #item-body #group-invites-container .bp-invites-content .item-list > li { background-color: var(--bb-body-background-color); border: 1px solid var(--bb-content-border-color); @@ -6517,33 +6131,27 @@ div#bs-member-profile:empty { border-radius: 0; width: 100%; } - #item-body #group-invites-container .bp-invites-content .item-list > li:first-child { border-top-left-radius: 3px; border-top-right-radius: 3px; } - #item-body #group-invites-container .bp-invites-content .item-list > li:last-child { border-bottom: 1px solid var(--bb-content-border-color); border-bottom-right-radius: var(--bb-block-radius-inner); border-bottom-left-radius: var(--bb-block-radius-inner); } - #item-body #group-invites-container .bp-invites-content .list-title { color: var(--bb-headings-color); font-size: 20px; margin: 0 auto; width: 100%; } - #item-body #group-invites-container .bp-invites-content .item-meta .group-inviters li { color: var(--bb-alternate-text-color); } - #item-body #group-invites-container .bp-invites-content .action { position: static; } - #item-body #group-invites-container .bp-invites-content .action button { height: auto; min-height: 10px; @@ -6554,28 +6162,22 @@ div#bs-member-profile:empty { background: transparent; box-shadow: none; } - -#item-body #group-invites-container .bp-invites-content .action button .icons::before { +#item-body #group-invites-container .bp-invites-content .action button .icons:before { font-size: 22px; } - #item-body #group-invites-container .bp-invites-content .button.selected { color: #ee343c; } - #item-body #group-invites-container .bp-invites-content #send-invites-editor { margin-top: 30px; } - #item-body #group-invites-container .bp-invites-content #send-invites-editor img.avatar { border-radius: 50%; max-width: 40px; } - #item-body #group-invites-container .bp-invites-content #send-invites-editor #bp-send-invites-form label { font-size: 14px; } - #item-body #group-invites-container .bp-invites-content #send-invites-editor #bp-send-invites-form .action { display: -webkit-box; display: -ms-flexbox; @@ -6583,11 +6185,9 @@ div#bs-member-profile:empty { -ms-flex-flow: row-reverse; flex-flow: row-reverse; } - #item-body #group-invites-container .bp-invites-content #send-invites-editor #bp-send-invites-form .action button { color: #939597; } - #item-body #group-invites-container .bp-invites-content #send-invites-editor #bp-send-invites-form .action button#bp-invites-send { margin-left: 0; background-color: var(--bb-primary-color); @@ -6596,11 +6196,9 @@ div#bs-member-profile:empty { padding: 6px 20px; border-radius: 100px; } - #item-body #group-invites-container .bp-invites-content #send-invites-editor #bp-send-invites-form .action button#bp-invites-send:hover { box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1); } - #item-body #group-invites-container li.selected { background-color: var(--bb-content-alternate-background-color); } @@ -6617,14 +6215,12 @@ div#bs-member-profile:empty { #item-body #group-invites-container .bp-navs.group-subnav a:hover { color: var(--bb-primary-color); } - #item-body #group-invites-container .bp-navs.group-subnav .current a, #item-body #group-invites-container .bp-navs.group-subnav .selected a { color: var(--bb-headings-color); } @media screen and (min-width: 768px) and (max-width: 1040px) { - /* #buddypress .bb-bp-settings-content, */ .groups.group-admin #buddypress #item-body #group-settings-form, #item-body #group-invites-container .group-invites-column, @@ -6663,7 +6259,6 @@ div#bs-member-profile:empty { } } @media screen and (max-width: 767px) { - #item-body #group-invites-container .group-invites-column, #item-body #group-invites-container .bp-navs.group-subnav { -webkit-box-flex: 0; @@ -6696,7 +6291,6 @@ div#bs-member-profile:empty { } } @media screen and (max-width: 680px) { - #buddypress .bb-bp-settings-content, .groups.group-admin #buddypress #item-body #group-settings-form, #item-body #group-invites-container .group-invites-column, @@ -6727,7 +6321,6 @@ div#bs-member-profile:empty { float: left; } } - /* Create Group */ .groups.group-create #buddypress .group-create-buttons { list-style: none; @@ -6751,14 +6344,12 @@ div#bs-member-profile:empty { margin: 50px auto; padding: 50px 100px; } - .groups.group-create .buddypress-wrap h2.bp-subhead { font-size: 28px; line-height: 1; margin-bottom: 30px; text-align: center; } - .groups.group-create .buddypress-wrap #group-create-tabs { background: var(--bb-content-alternate-background-color); border-top: 1px solid var(--bb-content-border-color); @@ -6777,11 +6368,9 @@ div#bs-member-profile:empty { font-size: 14px; letter-spacing: -0.24px; } - .groups.group-create .buddypress-wrap .group-create-buttons li { padding-right: 0; } - .groups.group-create .buddypress-wrap .group-create-buttons li a, .groups.group-create .buddypress-wrap .group-create-buttons li span { display: -webkit-box; @@ -6791,20 +6380,16 @@ div#bs-member-profile:empty { -ms-flex-align: center; align-items: center; } - .groups.group-create .buddypress-wrap .group-create-buttons li a { color: var(--bb-headings-color); } - .groups.group-create .buddypress-wrap .group-create-buttons li a:hover { color: var(--bb-primary-color); } - -.groups.group-create .buddypress-wrap .group-create-buttons li:not(:last-child) a::after { +.groups.group-create .buddypress-wrap .group-create-buttons li:not(:last-child) a:after { background-color: var(--bb-headings-color); } - -.groups.group-create .buddypress-wrap .group-create-buttons li:not(:last-child) a::after, .groups.group-create .buddypress-wrap .group-create-buttons li:not(:last-child) span::after { +.groups.group-create .buddypress-wrap .group-create-buttons li:not(:last-child) a:after, .groups.group-create .buddypress-wrap .group-create-buttons li:not(:last-child) span:after { content: ""; display: inline-block; width: 24px; @@ -6812,20 +6397,16 @@ div#bs-member-profile:empty { background: var(--bb-alternate-text-color); margin: 0 15px; } - .groups.group-create .buddypress-wrap .group-create-buttons li span { color: var(--bb-alternate-text-color); } - -.groups.group-create .buddypress-wrap .group-create-buttons li:not(:last-child) a::after { +.groups.group-create .buddypress-wrap .group-create-buttons li:not(:last-child) a:after { background: var(--bb-primary-color); } - .groups.group-create .buddypress-wrap .group-create-buttons li.current a { background: transparent; color: var(--bb-primary-color); } - .groups.group-create .buddypress-wrap label { font-size: 15px; font-weight: 400; @@ -6835,20 +6416,16 @@ div#bs-member-profile:empty { margin: 0 0 8px; cursor: pointer; } - .groups.group-create .buddypress-wrap input:not([type="checkbox"], [type="radio"], [type="submit"], [type="button"]) { - /* height: 50px !important; */ margin: 0 0 25px; } - .groups.group-create .buddypress-wrap #group-desc { height: 120px !important; padding: 10px !important; margin: 0 0 25px; resize: none; } - .groups.group-create .buddypress-wrap .submit { display: -webkit-box; display: -ms-flexbox; @@ -6862,26 +6439,21 @@ div#bs-member-profile:empty { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .groups.group-create .buddypress-wrap #group-creation-next { margin-right: 0; margin-bottom: 15px; } - .groups.group-create .buddypress-wrap #group-creation-previous { margin-bottom: 15px; } - .groups.group-create .buddypress-wrap #group-creation-finish { margin-bottom: 15px; } - .groups.group-create .buddypress-wrap fieldset { border: 0; padding: 0; margin: 0 0 40px; } - .groups.group-create .buddypress-wrap legend { color: var(--bb-headings-color); letter-spacing: -0.14px; @@ -6894,28 +6466,23 @@ div#bs-member-profile:empty { line-height: 1; margin-bottom: 22px; } - .groups.group-create .buddypress-wrap .group-status-type ul { font-size: 14px; margin: 0 0 30px 53px; line-height: 1.6; letter-spacing: -0.24px; } - .groups.group-create .buddypress-wrap h4 { font-weight: 500; } - .groups.group-create .buddypress-wrap .left-menu { float: none; max-width: 160px; margin: 0 auto 30px; } - .groups.group-create .buddypress-wrap img.avatar { width: 100%; } - .groups.group-create .buddypress-wrap .main-column { margin-left: 0; font-size: 14px; @@ -6923,25 +6490,20 @@ div#bs-member-profile:empty { text-align: center; line-height: 1.5; } - .groups.group-create .buddypress-wrap .main-column p { margin-bottom: 1rem; } - .groups.group-create .buddypress-wrap #drag-drop-area { background: var(--bb-content-alternate-background-color); border: 1px dashed var(--bb-content-border-color); border-radius: var(--bb-block-radius); } - .groups.group-create .buddypress-wrap button#bp-delete-avatar { margin-top: 30px; } - .groups.group-create .buddypress-wrap div#avatar-crop-pane { margin-bottom: 20px; } - .groups.group-create .buddypress-wrap #subnav .subnav { display: -webkit-box; display: -ms-flexbox; @@ -6955,24 +6517,20 @@ div#bs-member-profile:empty { -ms-flex-align: center; align-items: center; } - .groups.group-create .buddypress-wrap #subnav li { margin: 0 12px; } - .groups.group-create .buddypress-wrap #subnav a { font-size: 18px; font-weight: 500; letter-spacing: -0.14px; line-height: 40px; } - .groups.group-create .buddypress-wrap .group-invites-search.subnav-search, .groups.group-create .buddypress-wrap .bp-search, .groups.group-create .buddypress-wrap #group_invites_search_form { width: 100%; } - .groups.group-create .buddypress-wrap input#group_invites_search { background-size: 15px; background-position: left 14px center; @@ -6983,7 +6541,6 @@ div#bs-member-profile:empty { font-size: 14px; background-image: none; } - .groups.group-create .buddypress-wrap .bp-invites-content #members-list li { background-color: var(--bb-body-background-color); border: 1px solid var(--bb-content-border-color); @@ -7001,22 +6558,18 @@ div#bs-member-profile:empty { border-radius: 0; width: 100%; } - .groups.group-create .buddypress-wrap .bp-invites-content #members-list .list-title { color: var(--bb-headings-color); font-size: 20px; margin: 0 auto; width: 100%; } - .groups.group-create .buddypress-wrap .bp-invites-content #members-list li.selected { box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.01); } - .groups.group-create .buddypress-wrap .bp-invites-content #members-list .action { position: static; } - .groups.group-create .buddypress-wrap .bp-invites-content #members-list button { height: auto; min-height: 10px; @@ -7027,12 +6580,10 @@ div#bs-member-profile:empty { background: transparent; box-shadow: none; } - .groups.group-create .buddypress-wrap .bp-invites-content #members-list .button.selected { color: #ee343c; } - -.groups.group-create .buddypress-wrap .bp-invites-content #members-list button .icons::before { +.groups.group-create .buddypress-wrap .bp-invites-content #members-list button .icons:before { font-size: 22px; } @@ -7043,12 +6594,10 @@ div#bs-member-profile:empty { #group-create-body { padding: 0; } - #group-create-body #group-invites-container { margin-bottom: 25px; } - -#group-create-body #group-invites-container ul#members-list::after { +#group-create-body #group-invites-container ul#members-list:after { content: ""; display: table; clear: both; @@ -7081,7 +6630,6 @@ div#bs-member-profile:empty { .widget .standard-form.bps_form .editfield { margin-bottom: 15px; } - .widget .standard-form.bps_form label { display: block; margin-bottom: 5px; @@ -7098,7 +6646,6 @@ div#bs-member-profile:empty { .buddypress-wrap select { height: 40px; } - .buddypress-wrap select.bp-navs__dropdown { height: 44px; } @@ -7134,13 +6681,11 @@ div.bp-cover-image-status p.success { } @media screen and (max-width: 800px) { - .buddypress-wrap div#group-invites-container .group-subnav-filters .last { text-align: right; } } - -.mce-top-part.mce-top-part::before { +.mce-top-part.mce-top-part:before { box-shadow: none; } @@ -7155,7 +6700,6 @@ div.has-text-field #wp-link .query-results { } @media screen and (max-width: 782px) { - body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content, body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions { -webkit-box-flex: 0; @@ -7175,6 +6719,11 @@ div.has-text-field #wp-link .query-results { body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image.bb-disable-cover-img #item-header-avatar + #item-header-content { margin-top: 15px; } + body.single-item.single-item.groups #buddypress div#item-header #cover-image-container.centered #item-header-cover-image.bb-disable-cover-img #item-header-avatar + #item-header-content { + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; + } .groups-header .groups-meta { display: -webkit-box; @@ -7192,7 +6741,6 @@ div.has-text-field #wp-link .query-results { top: 275px; } } - #buddypress a.view.activity-time-since { display: inline-block; } @@ -7205,7 +6753,6 @@ div.has-text-field #wp-link .query-results { body #buddypress div#item-header li { float: none; } - body #buddypress div#item-header .activity-comments-items { margin: 0; list-style: none; @@ -7232,61 +6779,45 @@ div#item-header .bp-feedback.bp-messages { margin-bottom: 15px; } -#item-header.single-headers .bp-feedback.bp-feedback { - margin: 0; -} - .bb-template-v1 #item-header.single-headers .bp-feedback.bp-feedback { border-top: 0; border-radius: 0; } - .bb-template-v1 #item-header.single-headers .bp-feedback.bp-feedback .bp-icon { border-radius: 0; } - .bb-template-v2 #item-header.single-headers .bp-feedback.bp-feedback { border-radius: var(--bb-block-radius-inner); margin-top: 5px; } - .bb-template-v2 #item-header.single-headers .bp-feedback.bp-feedback .bp-icon { border-radius: var(--bb-block-radius-inner) 0 0 var(--bb-block-radius-inner); } - #item-header.single-headers .bp-feedback.bp-feedback.help .bp-icon, #item-header.single-headers .bp-feedback.bp-feedback.info .bp-icon { background: var(--bb-default-notice-color); } - -#item-header.single-headers .bp-feedback.bp-feedback.help .bp-icon::before, #item-header.single-headers .bp-feedback.bp-feedback.info .bp-icon::before { +#item-header.single-headers .bp-feedback.bp-feedback.help .bp-icon:before, #item-header.single-headers .bp-feedback.bp-feedback.info .bp-icon:before { content: "\eebc"; } - #item-header.single-headers .bp-feedback.bp-feedback.warning .bp-icon { background: var(--bb-warning-color); } - -#item-header.single-headers .bp-feedback.bp-feedback.warning .bp-icon::before { +#item-header.single-headers .bp-feedback.bp-feedback.warning .bp-icon:before { content: "\eebc"; } - #item-header.single-headers .bp-feedback.bp-feedback.success .bp-icon { background: var(--bb-success-color); color: var(--bb-success-color); } - -#item-header.single-headers .bp-feedback.bp-feedback.success .bp-icon::before { +#item-header.single-headers .bp-feedback.bp-feedback.success .bp-icon:before { content: "\e876"; } - #item-header.single-headers .bp-feedback.bp-feedback.error .bp-icon { background: var(--bb-danger-color); } - -#item-header.single-headers .bp-feedback.bp-feedback.error .bp-icon::before { +#item-header.single-headers .bp-feedback.bp-feedback.error .bp-icon:before { content: "\eebc"; } - #item-header.single-headers .bp-feedback.bp-feedback p { padding: 15px; } @@ -7300,6 +6831,10 @@ div#item-header .bp-feedback.bp-messages { border-radius: var(--bb-block-radius-inner) 0 0 var(--bb-block-radius-inner); } +.bbp-user-page.single #item-header.single-headers #cover-image-container + .bp-feedback { + margin: 0; +} + .buddypress-wrap #group-create-body .bp-cover-image-status p.warning { box-shadow: none; background: var(--bb-success-color); @@ -7311,8 +6846,7 @@ div#item-header .bp-feedback.bp-messages { margin-right: 10px; margin-bottom: 0; } - -.buddypress-wrap .filter label::before { +.buddypress-wrap .filter label:before { display: none; } @@ -7322,26 +6856,21 @@ div#item-header .bp-feedback.bp-messages { font-size: 14px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); } - .buddypress.widget .activity-list blockquote > p { word-wrap: break-word; margin-bottom: 10px; } - .buddypress.widget .activity-list blockquote iframe { max-width: 100%; height: auto; } - .buddypress.widget .activity-list blockquote footer { overflow: hidden; } - .buddypress.widget .activity-list blockquote cite { float: left; margin-right: 15px; } - .buddypress.widget .activity-list blockquote a.view.activity-time-since { line-height: 1; display: block; @@ -7360,7 +6889,6 @@ div#item-header .bp-feedback.bp-messages { padding-left: 10px; padding-right: 10px; } - #buddypress .group-front-page .group-description { padding-left: 10px; padding-right: 10px; @@ -7368,7 +6896,6 @@ div#item-header .bp-feedback.bp-messages { -ms-flex-order: 3; order: 3; } - #buddypress .group-front-page #group-front-widgets { -webkit-box-flex: 0; -ms-flex: 0 0 300px; @@ -7380,23 +6907,19 @@ div#item-header .bp-feedback.bp-messages { -ms-flex-order: 1; order: 1; } - #buddypress .group-front-page #group-front-widgets .item-avatar .avatar { width: 100%; } - #buddypress .group-front-page .widget_bp_core_login_widget { display: -webkit-box; display: -ms-flexbox; display: flex; } - #buddypress .group-front-page .widget_bp_core_login_widget h2.widget-title { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } - #buddypress .group-front-page .widget .widget-title { font-family: inherit; font-size: 0.75rem; @@ -7466,26 +6989,24 @@ div#item-header .bp-feedback.bp-messages { display: none; } } */ -.buddypress-wrap .custom-homepage-info button[data-bp-close] span::before { +.buddypress-wrap .custom-homepage-info button[data-bp-close] span:before { font-size: 20px; } .custom-homepage-info .dashicons-dismiss { color: rgba(18, 43, 70, 0.4); } - .custom-homepage-info .dashicons-dismiss:hover { color: rgba(18, 43, 70, 0.9); } - -.custom-homepage-info .dashicons-dismiss::before { +.custom-homepage-info .dashicons-dismiss:before { display: inline-block; text-rendering: auto; font-size: 20px; font-family: bb-icons; speak: none; font-style: normal; - font-weight: 400; + font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; @@ -7516,7 +7037,6 @@ div#item-header .bp-feedback.bp-messages { padding: 0; width: 20px; } - .buddypress .buddypress-wrap .mejs-button > button:hover { background-color: transparent; } @@ -7575,7 +7095,6 @@ div#item-header .bp-feedback.bp-messages { font-size: 14px; line-height: 1.3575; } - .bb-group-header-wrapper .avatar { box-shadow: 0 2px 5px 0 rgba(18, 43, 70, 0.12), 0 0 0 1px var(--bb-content-border-color); border: 5px solid #fff; @@ -7583,7 +7102,6 @@ div#item-header .bp-feedback.bp-messages { } @media screen and (max-width: 46.8em) { - .buddypress-wrap .bp-subnavs li.current a, .buddypress-wrap .bp-subnavs li.current a:focus, .buddypress-wrap .bp-subnavs li.current a:hover, @@ -7593,7 +7111,6 @@ div#item-header .bp-feedback.bp-messages { background: transparent; } } - .bp-messages .bp-feedback { margin: 12px 8px; } @@ -7612,27 +7129,23 @@ div#item-header .bp-feedback.bp-messages { } .grid-filters .dashicons { - font: 400 normal normal 22px/1 bb-icons; + font: normal normal normal 22px/1 bb-icons; width: auto; height: auto; } - -.grid-filters .layout-grid-view .dashicons::before { +.grid-filters .layout-grid-view .dashicons:before { content: "\eead"; } - -.grid-filters .layout-list-view .dashicons::before { +.grid-filters .layout-list-view .dashicons:before { content: "\edb1"; } .pc_progress_wrap .pc_progress_rate { stroke: var(--bb-success-color); } - .pc_progress_wrap .progress_text_unit { margin-left: 3px; } - .pc_progress_wrap .progress_text_unit, .pc_progress_wrap .progress_text_label { color: var(--bb-alternate-text-color); @@ -7642,7 +7155,6 @@ div#item-header .bp-feedback.bp-messages { .progress_text_wrap h3 { line-height: 1.2; } - .progress_text_wrap .progress_text_value { font-size: 34px; } @@ -7659,7 +7171,6 @@ div#item-header .bp-feedback.bp-messages { -ms-flex-align: center; align-items: center; } - .profile_completion_wrap .pc_progress_wrap { display: -webkit-box; display: -ms-flexbox; @@ -7671,7 +7182,6 @@ div#item-header .bp-feedback.bp-messages { -ms-flex: 1; flex: 1; } - .profile_completion_wrap .pc_detailed_progress_wrap { -webkit-box-flex: 1; -ms-flex: 1; @@ -7679,11 +7189,9 @@ div#item-header .bp-feedback.bp-messages { max-width: 100%; } @media (max-width: 800px) and (min-width: 544px) { - .profile_completion_wrap .pc_detailed_progress_wrap { max-width: 50%; } - .profile_completion_wrap .pc_progress_wrap { margin-bottom: 0; } @@ -7692,14 +7200,12 @@ div#item-header .bp-feedback.bp-messages { .pc_detailed_progress_wrap .pc_detailed_progress { list-style: none; } - .pc_detailed_progress_wrap .single_section_wrap { margin: 0; padding: 10px 0; position: relative; margin-left: 25px; } - .pc_detailed_progress_wrap .single_section_wrap .section_ico { border: 2px solid var(--bb-content-border-color); margin-left: -30px; @@ -7711,12 +7217,10 @@ div#item-header .bp-feedback.bp-messages { position: relative; vertical-align: middle; } - .pc_detailed_progress_wrap .single_section_wrap .section_ico i { display: none; } - -.pc_detailed_progress_wrap .single_section_wrap .section_ico::before { +.pc_detailed_progress_wrap .single_section_wrap .section_ico:before { content: ""; display: inline-block; width: 1px; @@ -7730,22 +7234,18 @@ div#item-header .bp-feedback.bp-messages { transform: translateX(-50%); background-color: #d0d3d6; } - .pc_detailed_progress_wrap .single_section_wrap .section_number { display: none; } - .pc_detailed_progress_wrap .single_section_wrap .section_name a { text-decoration: none; font-size: 14px; } - .pc_detailed_progress_wrap .single_section_wrap .progress .completed_staus { width: 33px; font-weight: 500; text-align: right; } - .pc_detailed_progress_wrap .single_section_wrap .section_name { width: -webkit-calc(100% - 45px); width: calc(100% - 45px); @@ -7754,11 +7254,9 @@ div#item-header .bp-feedback.bp-messages { color: var(--bb-alternate-text-color); overflow: hidden; } - .pc_detailed_progress_wrap .single_section_wrap.completed .section_ico { border-color: #05d786; } - .pc_detailed_progress_wrap .single_section_wrap.completed .section_ico i { display: block; position: absolute; @@ -7771,22 +7269,18 @@ div#item-header .bp-feedback.bp-messages { font-size: 12px; color: #05d786; } - .pc_detailed_progress_wrap .single_section_wrap.completed .section_name a { font-size: 14px; color: var(--bb-headings-color); font-weight: 500; } - .pc_detailed_progress_wrap .single_section_wrap.completed .progress .completed_staus { color: #05d786; } - -.pc_detailed_progress_wrap .single_section_wrap:first-of-type .section_ico::before { +.pc_detailed_progress_wrap .single_section_wrap:first-of-type .section_ico:before { display: none; } - -.pc_detailed_progress_wrap .single_section_wrap.completed + .single_section_wrap.completed .section_ico::before { +.pc_detailed_progress_wrap .single_section_wrap.completed + .single_section_wrap.completed .section_ico:before { background-color: #05d786; } @@ -7794,11 +7288,23 @@ div#item-header .bp-feedback.bp-messages { padding: 20px; } @media screen and (max-width: 46.8em) { - .bb-template-v1 .bp-single-vert-nav .item-body { padding: 10px; } } +.bb-template-v1 .bp-subnavs:not(.bb-subnav-vert, .group-subnav) .subnav li a { + padding-left: 0; + padding-right: 0; +} +.bb-template-v1 .bp-subnavs:not(.bb-subnav-vert, .group-subnav) .subnav .sub-menu li a { + padding: 0.9375rem; +} +.bb-template-v1 .bb-profile-grid .item-body-inner > div.bp-settings-container .bp-subnavs { + margin-bottom: 0; +} +.bb-template-v1 .bb-profile-grid .item-body-inner > div.bp-settings-container .bp-subnavs .subnav li a { + padding: 16px 20px; +} .elementor-widget-wp-widget-bp_xprofile_profile_completion_widget, .widget.widget_bp_profile_completion_widget { @@ -7818,7 +7324,138 @@ span.atwho-inserted a { border-radius: var(--bb-button-radius); } +.type-post .buddypress-wrap.bp-shortcode-wrap ul.bp-list.groups-dir-list > li { + min-width: auto; +} + +.type-post #buddypress.bp-shortcode-wrap .members-list > li { + min-width: auto; +} + +.bb-footer .bb_more_dropdown .bb_more_dropdown__title, +nav.bp-navs .bb_more_dropdown .bb_more_dropdown__title { + display: none; + background-color: var(--bb-content-alternate-background-color); + padding: 10px 15px; + position: relative; +} +.bb-footer .bb_more_dropdown .bb_more_dropdown__title__text, +nav.bp-navs .bb_more_dropdown .bb_more_dropdown__title__text { + color: var(--bb-headings-color); + display: inline-block; + font-size: 16px; + font-weight: 600; + line-height: 24px; +} +.bb-footer .bb_more_dropdown .bb_more_dropdown__close_button, +nav.bp-navs .bb_more_dropdown .bb_more_dropdown__close_button { + color: var(--bb-headings-color); + cursor: pointer; + font-size: 24px; + line-height: 1; + opacity: 0.4; + position: absolute; + right: 15px; + top: 11px; +} +.bb-footer .bb_more_dropdown .bb_more_dropdown__close_button > i, +nav.bp-navs .bb_more_dropdown .bb_more_dropdown__close_button > i { + font-size: 24px; + margin: 0; + line-height: 1; +} +.bb-footer .bb_more_dropdown + .bb_more_dropdown_overlay, +nav.bp-navs .bb_more_dropdown + .bb_more_dropdown_overlay { + display: none; +} +@media screen and (max-width: 980px) { + .bb-footer .bb_more_dropdown.open, + nav.bp-navs .bb_more_dropdown.open { + border: 1px solid var(--bb-content-border-color); + bottom: inherit; + position: fixed; + top: 50%; + left: 50%; + max-height: -webkit-calc(100% - 100px); + max-height: calc(100% - 100px); + height: -webkit-fit-content; + height: -moz-fit-content; + height: fit-content; + max-width: 220px; + overflow: auto; + padding: 0; + -webkit-transform: translate(-50%, -50%); + -ms-transform: translate(-50%, -50%); + transform: translate(-50%, -50%); + z-index: 992; + } + .bb-footer .bb_more_dropdown.open:before, .bb-footer .bb_more_dropdown.open:after, + nav.bp-navs .bb_more_dropdown.open:before, + nav.bp-navs .bb_more_dropdown.open:after { + display: none; + } + .bb-footer .bb_more_dropdown.open .bb_more_dropdown__title, + nav.bp-navs .bb_more_dropdown.open .bb_more_dropdown__title { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + border-bottom: 1px solid var(--bb-content-border-color); + border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; + text-align: left; + } + .bb-footer .bb_more_dropdown.open + .bb_more_dropdown_overlay, + nav.bp-navs .bb_more_dropdown.open + .bb_more_dropdown_overlay { + background-color: rgba(0, 0, 0, 0.1); + bottom: 0; + display: block; + position: fixed; + left: 0; + right: 0; + top: 0; + z-index: 991; + } +} + +@media screen and (min-width: 75em) { + body.single-post:not(.has-sidebar) .buddypress-wrap.bp-shortcode-wrap .grid.bp-list > li { + -webkit-box-flex: 0; + -ms-flex: 0 0 33.333%; + flex: 0 0 33.333%; + max-width: 33.333%; + } +} +/* More option popup colors */ +#buddypress .bb_more_dropdown .bb_more_dropdown__title { + background-color: var(--bb-content-alternate-background-color); +} +#buddypress .bb_more_dropdown .bb_more_dropdown__title__text, +#buddypress .bb_more_dropdown .bb_more_dropdown__close_button { + color: var(--bb-headings-color); +} +@media screen and (max-width: 980px) { + #buddypress .bb_more_dropdown.open { + border-color: var(--bb-content-border-color); + } + #buddypress .bb_more_dropdown.open .bb_more_dropdown__title { + border-bottom-color: var(--bb-content-border-color); + border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; + } +} + @media screen and (max-width: 980px) { + /* More option popup z-index and prevent body scroll */ + body[class*="more_option_open"] { + overflow: hidden; + } + body[class*="more_option_open"] .site-header, + body[class*="more_option_open"] .activity-list.bp-list .download-media, + body[class*="more_option_open"] .activity-list.bp-list .download-document, + body[class*="more_option_open"] .activity-list.bp-list .download-video { + z-index: 9 !important; + } .groups.group-create .buddypress-wrap { padding: 50px 30px; @@ -7827,13 +7464,15 @@ span.atwho-inserted a { .groups.group-create .buddypress-wrap #group-create-tabs { margin: 0 -30px 40px; } + + .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul { + margin: 0; + } } @media screen and (max-width: 640px) { - .bp-invites-content .bp-list li .item-avatar { margin-right: 15px; } - .bp-invites-content #members-list.item-list .item-avatar img { max-width: 42px; } @@ -7842,7 +7481,7 @@ span.atwho-inserted a { font-size: 16px; } - #item-body #group-invites-container .bp-invites-content .action button .icons::before { + #item-body #group-invites-container .bp-invites-content .action button .icons:before { font-size: 18px; } @@ -7886,7 +7525,6 @@ span.atwho-inserted a { } } @media screen and (max-width: 511px) { - .buddypress-wrap .subnav-filters div { clear: both; margin-top: 10px; @@ -7897,7 +7535,6 @@ span.atwho-inserted a { margin-top: 10px; margin-bottom: 0; } - .buddypress-wrap .subnav-filters .user-messages-bulk-actions div.bulk-actions-wrap div { margin-top: 0; margin-bottom: 0; @@ -7934,7 +7571,6 @@ span.atwho-inserted a { } } @media screen and (max-width: 370px) { - .avatar-crop-management #avatar-crop-pane { margin-left: -30px; -webkit-transform: scale(0.6); @@ -7948,7 +7584,6 @@ span.atwho-inserted a { #avatar-to-crop { margin: 0 auto; } - #avatar-to-crop > .jcrop-holder { margin: 0 auto; -webkit-transform: scale(0.8) translateX(-10px); @@ -7964,11 +7599,9 @@ span.atwho-inserted a { } } @media screen and (min-width: 55em) { - body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.groups-list { grid-template-columns: repeat(auto-fit, minmax(275px, 33.333%)); } - body:not(.has-sidebar) .buddypress-wrap .grid.bp-list > li { -webkit-box-flex: 0; -ms-flex: 0 0 33.333%; @@ -7977,11 +7610,9 @@ span.atwho-inserted a { } } @media screen and (min-width: 75em) { - body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.groups-list { grid-template-columns: repeat(auto-fit, minmax(275px, 25%)); } - body:not(.has-sidebar) .buddypress-wrap .grid.bp-list > li { -webkit-box-flex: 0; -ms-flex: 0 0 25%; @@ -8017,12 +7648,10 @@ span.atwho-inserted a { #whats-new-post-in-box-items { display: inline-block; } - #whats-new-post-in-box-items .activity-autocomplete-clear i { color: var(--bb-body-text-color); opacity: 0.4; } - #whats-new-post-in-box-items .activity-autocomplete-clear i:hover { opacity: 1; } @@ -8033,7 +7662,6 @@ span.atwho-inserted a { font-weight: 500; letter-spacing: -0.24px; } - .activity-post-avatar:hover { color: var(--bb-primary-color); } @@ -8049,86 +7677,266 @@ span.atwho-inserted a { background-color: var(--bb-content-alternate-background-color); } -.privacy-status-form-footer { - background-color: var(--bb-content-alternate-background-color); - border-radius: 0 0 var(--bb-block-radius) var(--bb-block-radius); +.bb-schedule-post_dropdown_section .bb-schedule-post_dropdown_button { + border-color: var(--bb-content-border-color); + border-radius: var(--bb-block-radius-inner); } - -#whats-new-post-in-box-items #activity-autocomplete { - border-radius: var(--bb-input-radius); +.bb-schedule-post_dropdown_section .bb-schedule-post_dropdown_button i { + color: var(--bb-alternate-text-color); } - -#whats-new-form-placeholder, -#whats-new-form { +.bb-schedule-post_dropdown_section .bb-schedule-post_dropdown_button.is_scheduled { + color: var(--bb-headings-color); + background-color: var(--bb-content-border-color); +} +.bb-schedule-post_dropdown_section .bb-schedule-post_dropdown_list { background-color: var(--bb-content-background-color); - border: 1px solid var(--bb-content-border-color); - border-radius: var(--bb-block-radius); - box-shadow: none; - padding: 0; - position: relative; + border-radius: var(--bb-block-radius-inner); } - -#whats-new-form-placeholder.focus-in, -#whats-new-form.focus-in { - box-shadow: 0 6px 24px 0 rgba(18, 43, 70, 0.08); +.bb-schedule-post_dropdown_section .bb-schedule-post_dropdown_list li > a { + color: var(--bb-body-text-color); } - -#whats-new-form-placeholder .avatar, -#whats-new-form .avatar { - margin-right: 10px; - max-width: 45px; +.bb-schedule-post_dropdown_section .bb-schedule-post_dropdown_list li > a:hover { + background-color: var(--bb-content-alternate-background-color); } - -#whats-new-form-placeholder .username, -#whats-new-form .username { +.bb-schedule-post_dropdown_section .bb-schedule-post_dropdown_list li > a > i { + color: var(--bb-alternate-text-color); +} +#buddypress .bb-schedule-post_dropdown_section .bb-model-footer .button.button-outline { + background-color: var(--bb-content-background-color); + border-color: var(--bb-content-border-color); color: var(--bb-headings-color); - font-size: 14px; - font-weight: 500; - text-transform: capitalize; + margin-right: 6px; } - -#whats-new-form-placeholder .username:hover, -#whats-new-form .username:hover { - color: var(--bb-primary-color); +.bb-schedule-post_dropdown_section .schedule-posts-placeholder p, +.bb-schedule-post_dropdown_section .schedule-posts-placeholder > [class*="bb-icon"] { + color: var(--bb-alternate-text-color); } - -#whats-new-form-placeholder .activity-url-scrapper-container, -#whats-new-form .activity-url-scrapper-container { - margin: 0; - width: 100%; +.bb-schedule-post_dropdown_section .bb-schedule-posts_modal .bb-action-popup-content { + background-color: var(--bb-body-background-color); + border-radius: 0 0 var(--bb-block-radius) var(--bb-block-radius); } - -#whats-new-form-placeholder .activity-url-scrapper-container #activity-link-preview-url, -#whats-new-form .activity-url-scrapper-container #activity-link-preview-url { - max-width: 400px; - width: 100%; +.bb-schedule-post_dropdown_section .bb-action-popup-content .input-field-inline .bb-schedule-activity-meridian-wrap label span { + color: var(--bb-alternate-text-color); + background-color: var(--bb-content-background-color); + border-color: var(--bb-content-border-color); } - -#whats-new-form-placeholder .activity-url-scrapper-container.activity-post-form-link-wp-embed .activity-link-preview-container, -#whats-new-form-placeholder .activity-url-scrapper-container.activity-post-form-link-wp-embed .activity-link-preview-info, -#whats-new-form .activity-url-scrapper-container.activity-post-form-link-wp-embed .activity-link-preview-container, -#whats-new-form .activity-url-scrapper-container.activity-post-form-link-wp-embed .activity-link-preview-info { - background-color: transparent; +.bb-schedule-post_dropdown_section .bb-action-popup-content .input-field-inline .bb-schedule-activity-meridian-wrap label input:checked + span { + background-color: var(--bb-primary-color); + border-color: var(--bb-primary-color); } - -#whats-new-form-placeholder #whats-new-toolbar, +.bb-schedule-post_dropdown_section .bb-action-popup .bb-model-header .bb-model-close-button > span[class*="bb-icon"]:hover { + opacity: 1; +} +.bb-schedule-post_dropdown_section .bb-schedule-posts_modal .activity-list .activity-date { + color: var(--bb-alternate-text-color); +} +.bb-schedule-post_dropdown_section .bb-schedule-posts_modal .activity-list .activity-date .schedule-text { + color: var(--bb-body-text-color); +} +.bb-schedule-post_dropdown_section .bb-schedule-posts_modal .activity-list .activity-date .time-since { + color: var(--bb-alternate-text-color); +} +.bb-schedule-post_dropdown_section .bb-schedule-posts_modal .activity-list .bb-media-privacy-wrap { + color: var(--bb-alternate-text-color); +} +.bb-schedule-post_dropdown_section .bb-schedule-posts_modal .activity-list .bb-media-privacy-wrap .privacy:after { + display: none; +} +.bb-schedule-post_dropdown_section .bb-schedule-posts_modal .activity-list .bb-media-privacy-wrap .privacy:before { + font-size: 13px; +} +.bb-schedule-post_dropdown_section .bb-schedule-posts_modal .activity-list .bb-activity-schedule-actions .bb-activity-schedule-action i { + color: var(--bb-headings-color); + opacity: 0.4; +} +.bb-schedule-post_dropdown_section .bb-schedule-posts_modal .activity-list .bb-activity-schedule-actions .bb-activity-schedule-action i:hover { + opacity: 1; +} + +.bb-schedule-activity-date-wrap.xdsoft_datetimepicker { + background-color: var(--bb-content-background-color); + border-color: var(--bb-content-border-color); + border-radius: var(--bb-block-radius); + padding: 25px 20px; + font-family: inherit; + box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.12), 0 3px 8px 0 rgba(0, 0, 0, 0.06); +} +.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_today_button { + display: none; +} +.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current { + background-color: var(--bb-primary-color); + box-shadow: none; +} +.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_datepicker { + width: 255px; +} +.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_year { + width: 58px; +} +.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_month, +.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_year { + margin-top: 6px; +} +.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_scroller_box { + border-color: var(--bb-content-border-color); + border-radius: var(--bb-block-radius-inner); + text-align: center; +} +.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option { + background-color: var(--bb-content-background-color); + border-color: transparent; + border-radius: var(--bb-block-radius-inner); + font-size: 12px; + height: auto; + line-height: 28px; + margin: 0 5px; +} +.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover, .bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current { + background-color: var(--bb-primary-color) !important; +} +.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_next, +.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_prev { + padding: 8px 10px; + background-color: var(--bb-secondary-button-background-regular); + color: var(--bb-secondary-button-text-regular); + background-image: none; + width: auto; + height: auto; + min-width: auto; + text-indent: 0; + border-radius: 50%; +} +.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_next:before, +.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_prev:before { + content: "\ee0a"; + font-family: bb-icons; + font-weight: 300; + font-size: 20px; +} +.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_next:before { + content: "\ee0b"; +} +.bb-schedule-activity-date-wrap.xdsoft_datetimepicker table { + border: 0; +} +.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_calendar th, +.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_calendar td { + background-color: transparent; + border: 0; + text-align: center; + border-radius: 6px; + height: 28px; +} +.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover { + color: #fff !important; +} +.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_calendar td > div { + padding: 0; +} +.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_calendar td:hover { + background-color: var(--bb-primary-color) !important; +} + +.xdsoft_datetimepicker.bb-schedule-activity-time-picker { + padding: 15px 10px; + border: 0; + background-color: var(--bb-content-background-color); + border-radius: var(--bb-block-radius); + font-family: inherit; +} +.xdsoft_datetimepicker.bb-schedule-activity-time-picker .xdsoft_timepicker { + width: 48px; + margin: 0; +} +.xdsoft_datetimepicker.bb-schedule-activity-time-picker .xdsoft_timepicker .xdsoft_prev, +.xdsoft_datetimepicker.bb-schedule-activity-time-picker .xdsoft_timepicker .xdsoft_next { + display: none; +} +.xdsoft_datetimepicker.bb-schedule-activity-time-picker .xdsoft_timepicker .xdsoft_time_box { + border: 0; +} +.xdsoft_datetimepicker.bb-schedule-activity-time-picker .xdsoft_timepicker .xdsoft_time_box > div > div { + background-color: var(--bb-content-background-color); + border-color: transparent; + border-radius: var(--bb-block-radius-inner); + font-size: 12px; + line-height: 28px; + height: auto; +} +.xdsoft_datetimepicker.bb-schedule-activity-time-picker .xdsoft_timepicker .xdsoft_time_box > div > div:hover, .xdsoft_datetimepicker.bb-schedule-activity-time-picker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current { + background-color: var(--bb-primary-color) !important; +} + +.privacy-status-form-footer { + background-color: var(--bb-content-alternate-background-color); + border-radius: 0 0 var(--bb-block-radius) var(--bb-block-radius); +} + +#whats-new-post-in-box-items #activity-autocomplete { + border-radius: var(--bb-input-radius); +} + +#whats-new-form-placeholder, +#whats-new-form { + background-color: var(--bb-content-background-color); + border: 1px solid var(--bb-content-border-color); + border-radius: var(--bb-block-radius); + box-shadow: none; + padding: 0; + position: relative; +} +#whats-new-form-placeholder.focus-in, +#whats-new-form.focus-in { + box-shadow: 0 6px 24px 0 rgba(18, 43, 70, 0.08); +} +#whats-new-form-placeholder .avatar, +#whats-new-form .avatar { + margin-right: 10px; + max-width: 45px; +} +#whats-new-form-placeholder .username, +#whats-new-form .username { + color: var(--bb-headings-color); + font-size: 14px; + font-weight: 500; + text-transform: capitalize; +} +#whats-new-form-placeholder .username:hover, +#whats-new-form .username:hover { + color: var(--bb-primary-color); +} +#whats-new-form-placeholder .activity-url-scrapper-container, +#whats-new-form .activity-url-scrapper-container { + margin: 0; + width: 100%; +} +#whats-new-form-placeholder .activity-url-scrapper-container #activity-link-preview-url, +#whats-new-form .activity-url-scrapper-container #activity-link-preview-url { + max-width: 400px; + width: 100%; +} +#whats-new-form-placeholder .activity-url-scrapper-container.activity-post-form-link-wp-embed .activity-link-preview-container, +#whats-new-form-placeholder .activity-url-scrapper-container.activity-post-form-link-wp-embed .activity-link-preview-info, +#whats-new-form .activity-url-scrapper-container.activity-post-form-link-wp-embed .activity-link-preview-container, +#whats-new-form .activity-url-scrapper-container.activity-post-form-link-wp-embed .activity-link-preview-info { + background-color: transparent; +} +#whats-new-form-placeholder #whats-new-toolbar, #whats-new-form-placeholder #whats-new-attachments, #whats-new-form #whats-new-toolbar, #whats-new-form #whats-new-attachments { margin: 0; padding: 0 15px; } - #whats-new-form-placeholder #whats-new-toolbar a .bb-icon, #whats-new-form #whats-new-toolbar a .bb-icon { color: rgba(var(--bb-headings-color-rgb), 0.4); } - #whats-new-form-placeholder #whats-new-toolbar a:hover .bb-icon, #whats-new-form #whats-new-toolbar a:hover .bb-icon { color: var(--bb-headings-color); } - #whats-new-form-placeholder:not(.focus-in) #whats-new-toolbar, #whats-new-form-placeholder .whats-new-form-footer, #whats-new-form:not(.focus-in) #whats-new-toolbar, @@ -8136,129 +7944,82 @@ span.atwho-inserted a { border-radius: 0 0 var(--bb-block-radius) var(--bb-block-radius); border-color: var(--bb-content-border-color); } - #whats-new-form-placeholder #whats-new-toolbar, #whats-new-form #whats-new-toolbar { border-radius: 0 0 0 4px; } @media screen and (max-width: 520px) { - #whats-new-form-placeholder #whats-new-toolbar .post-emoji:first-child .emojionearea-picker, #whats-new-form #whats-new-toolbar .post-emoji:first-child .emojionearea-picker { margin-left: -5px; } - - #whats-new-form-placeholder #whats-new-toolbar .post-emoji:first-child .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after, - #whats-new-form #whats-new-toolbar .post-emoji:first-child .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { + #whats-new-form-placeholder #whats-new-toolbar .post-emoji:first-child .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after, + #whats-new-form #whats-new-toolbar .post-emoji:first-child .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { left: 27px; } - #whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(2) .emojionearea-picker, #whats-new-form #whats-new-toolbar .post-emoji:nth-child(2) .emojionearea-picker { margin-left: -39px; } - - #whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(2) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after, - #whats-new-form #whats-new-toolbar .post-emoji:nth-child(2) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { + #whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(2) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after, + #whats-new-form #whats-new-toolbar .post-emoji:nth-child(2) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { left: 62px; } - #whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(3) .emojionearea-picker, #whats-new-form #whats-new-toolbar .post-emoji:nth-child(3) .emojionearea-picker { margin-left: -73px; } - - #whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(3) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after, - #whats-new-form #whats-new-toolbar .post-emoji:nth-child(3) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { + #whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(3) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after, + #whats-new-form #whats-new-toolbar .post-emoji:nth-child(3) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { left: 96px; } - #whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(4) .emojionearea-picker, #whats-new-form #whats-new-toolbar .post-emoji:nth-child(4) .emojionearea-picker { margin-left: -107px; } - - #whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(4) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after, - #whats-new-form #whats-new-toolbar .post-emoji:nth-child(4) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { + #whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(4) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after, + #whats-new-form #whats-new-toolbar .post-emoji:nth-child(4) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { left: 130px; } - #whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(5) .emojionearea-picker, #whats-new-form #whats-new-toolbar .post-emoji:nth-child(5) .emojionearea-picker { margin-left: -141px; } - - #whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(5) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after, - #whats-new-form #whats-new-toolbar .post-emoji:nth-child(5) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { + #whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(5) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after, + #whats-new-form #whats-new-toolbar .post-emoji:nth-child(5) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { left: 163px; } - #whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(6) .emojionearea-picker, #whats-new-form #whats-new-toolbar .post-emoji:nth-child(6) .emojionearea-picker { margin-left: -175px; } - - #whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(6) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after, - #whats-new-form #whats-new-toolbar .post-emoji:nth-child(6) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { + #whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(6) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after, + #whats-new-form #whats-new-toolbar .post-emoji:nth-child(6) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { left: 196px; } - - #whats-new-form-placeholder #whats-new-toolbar .post-gif:first-child .gif-media-search-dropdown, - #whats-new-form #whats-new-toolbar .post-gif:first-child .gif-media-search-dropdown { - left: -10px; - } - - #whats-new-form-placeholder #whats-new-toolbar .post-gif:first-child .gif-media-search-dropdown.open::before, - #whats-new-form #whats-new-toolbar .post-gif:first-child .gif-media-search-dropdown.open::before { - left: 30px; - } - - #whats-new-form-placeholder #whats-new-toolbar .post-gif:nth-child(2) .gif-media-search-dropdown, - #whats-new-form #whats-new-toolbar .post-gif:nth-child(2) .gif-media-search-dropdown { - left: -44px; - } - - #whats-new-form-placeholder #whats-new-toolbar .post-gif:nth-child(2) .gif-media-search-dropdown.open::before, - #whats-new-form #whats-new-toolbar .post-gif:nth-child(2) .gif-media-search-dropdown.open::before { - left: 64px; - } - - #whats-new-form-placeholder #whats-new-toolbar .post-gif:nth-child(3) .gif-media-search-dropdown, - #whats-new-form #whats-new-toolbar .post-gif:nth-child(3) .gif-media-search-dropdown { - left: -78px; - } - - #whats-new-form-placeholder #whats-new-toolbar .post-gif:nth-child(3) .gif-media-search-dropdown.open::before, - #whats-new-form #whats-new-toolbar .post-gif:nth-child(3) .gif-media-search-dropdown.open::before { - left: 98px; - } - - #whats-new-form-placeholder #whats-new-toolbar .post-gif:nth-child(4) .gif-media-search-dropdown, - #whats-new-form #whats-new-toolbar .post-gif:nth-child(4) .gif-media-search-dropdown { - left: -112px; - } - - #whats-new-form-placeholder #whats-new-toolbar .post-gif:nth-child(4) .gif-media-search-dropdown.open::before, - #whats-new-form #whats-new-toolbar .post-gif:nth-child(4) .gif-media-search-dropdown.open::before { - left: 130px; - } - - #whats-new-form-placeholder #whats-new-toolbar .post-gif:nth-child(5) .gif-media-search-dropdown, - #whats-new-form #whats-new-toolbar .post-gif:nth-child(5) .gif-media-search-dropdown { - left: -146px; +} +@media screen and (max-width: 580px) { + #whats-new-form-placeholder #whats-new-toolbar .post-gif .gif-media-search-dropdown, + #whats-new-form #whats-new-toolbar .post-gif .gif-media-search-dropdown { + left: unset; + -webkit-transform: translateX(-45%); + -ms-transform: translateX(-45%); + transform: translateX(-45%); } - - #whats-new-form-placeholder #whats-new-toolbar .post-gif:nth-child(5) .gif-media-search-dropdown.open::before, - #whats-new-form #whats-new-toolbar .post-gif:nth-child(5) .gif-media-search-dropdown.open::before { - left: 166px; +} +@media screen and (max-width: 400px) { + #whats-new-form-placeholder #whats-new-toolbar .post-gif .gif-media-search-dropdown, + #whats-new-form #whats-new-toolbar .post-gif .gif-media-search-dropdown { + left: unset; + -webkit-transform: translateX(-50%); + -ms-transform: translateX(-50%); + transform: translateX(-50%); } } - #whats-new-form-placeholder .gif-image-container img, #whats-new-form .gif-image-container img { max-width: 100%; } - #whats-new-form-placeholder .found-media-item img, #whats-new-form .found-media-item img { max-width: 100%; @@ -8276,18 +8037,21 @@ span.atwho-inserted a { background-repeat: no-repeat; max-width: 100%; } - .activity-attached-gif-container .gif-image-container { - margin: 15px 0; + margin: 15px 0 0; +} +.activity-attached-gif-container .gif-image-container > img { + margin-bottom: 0; } - .activity-inner .activity-attached-gif-container { margin-bottom: 0; } - .acomment-content .activity-attached-gif-container { margin-top: 10px; } +.activity-attached-gif-container .gif-search-results-list li:before { + display: none !important; +} .gif-image-container video { display: block; @@ -8306,8 +8070,7 @@ span.atwho-inserted a { background-color: var(--bb-content-alternate-background-color); border-color: var(--bb-content-border-color); } - -.gif-search-content .gif-search-query::before { +.gif-search-content .gif-search-query:before { content: "\ef10"; font-family: bb-icons; font-size: 20px; @@ -8320,7 +8083,6 @@ span.atwho-inserted a { -ms-transform: translateY(-50%); transform: translateY(-50%); } - #buddypress .gif-search-content .gif-search-query input[type="search"], .gif-search-content .gif-search-query input[type="search"] { font-size: 14px; @@ -8331,14 +8093,12 @@ span.atwho-inserted a { box-shadow: none; /* stylelint-disable selector-pseudo-element-no-unknown */ } - #buddypress .gif-search-content .gif-search-query input[type="search"]::input-placeholder, .gif-search-content .gif-search-query input[type="search"]::input-placeholder { /* stylelint-enable */ color: var(--bb-headings-color); opacity: 0.4; } - .gif-search-content .gif-media-search-dropdown { border-color: var(--bb-content-border-color); background-color: var(--bb-content-background-color); @@ -8361,25 +8121,20 @@ span.atwho-inserted a { .activity-update-form #whats-new pre { white-space: pre-wrap; } - .activity-update-form #whats-new pre p { margin-bottom: 0; } - .activity-update-form #whats-new p { margin-bottom: 15px; } - .activity-update-form #whats-new li > ol, .activity-update-form #whats-new li > ul { margin-bottom: 0; } - .activity-update-form #whats-new ul, .activity-update-form #whats-new ol { margin: 0 0 15px; } - .activity-update-form #whats-new ul li, .activity-update-form #whats-new ol li { margin: 0 0 3px 18px; @@ -8404,10 +8159,15 @@ span.atwho-inserted a { color: var(--bb-headings-color); font-weight: 500; } - .bp-activity-huddle a.activity-post-user-name:hover { color: var(--bb-primary-color); } +.bp-activity-huddle .activity-post-schedule-details { + color: var(--bb-body-text-color); +} +.bp-activity-huddle .activity-post-schedule-details [class*="bb-icon"] { + color: var(--bb-alternate-text-color); +} .activity-update-form textarea#whats-new { box-shadow: none; @@ -8419,7 +8179,6 @@ span.atwho-inserted a { min-height: 85px; padding: 15px; } - .activity-update-form textarea#whats-new:focus { box-shadow: none; } @@ -8427,7 +8186,6 @@ span.atwho-inserted a { .activity-update-form #whats-new-post-in-box { margin: 10px 0 0; } - .activity-update-form #whats-new-post-in-box .activity-autocomplete-wrapper { margin: 0 30px; display: -webkit-box; @@ -8438,21 +8196,17 @@ span.atwho-inserted a { .bp-activity-privacy__label:hover { background-color: var(--bb-content-alternate-background-color); } - .bp-activity-privacy__label:hover .privacy-figure { background-color: var(--bb-content-background-color); } - .bp-activity-privacy__label .privacy-figure { color: var(--bb-alternate-text-color); background-color: var(--bb-content-alternate-background-color); } - .bp-activity-privacy__label .privacy-tag { width: -webkit-calc(100% - 50px); width: calc(100% - 50px); } - .bp-activity-privacy__label .privacy-sub-label { color: var(--bb-alternate-text-color); } @@ -8480,7 +8234,6 @@ span.atwho-inserted a { -ms-flex-flow: row-reverse; flex-flow: row-reverse; } - #buddypress input#aw-whats-new-reset { background: transparent; border: 0; @@ -8492,7 +8245,6 @@ span.atwho-inserted a { width: auto; box-shadow: none; } - #buddypress input#aw-whats-new-submit, #buddypress input#privacy-status-submit { font-size: 14px; @@ -8528,15 +8280,12 @@ span.atwho-inserted a { border-radius: 4px; line-height: 1; } - #whats-new-form #bp-activity-privacy-point * { color: var(--bb-secondary-button-text-regular); } - #whats-new-form #bp-activity-privacy-point .privacy-point-icon { font-size: 15px; } - #whats-new-form #bp-activity-privacy-point .bb-icon-caret-down { font-size: 13px; color: var(--bb-secondary-button-text-regular); @@ -8544,11 +8293,9 @@ span.atwho-inserted a { margin-left: 5px; margin-top: 3px; } - #whats-new-form #bp-activity-privacy-point:not(.bp-activity-edit-group) { padding-right: 6px; } - #whats-new-form .activity-post-user-name-container h5 { margin-bottom: 3px; } @@ -8561,7 +8308,6 @@ span.atwho-inserted a { -ms-flex-align: start; align-items: flex-start; } - .atwho-view ul li .username { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; @@ -8569,16 +8315,13 @@ span.atwho-inserted a { } @media screen and (min-width: 46.8em) { - .activity-update-form #whats-new-content, .activity-update-form #whats-new-elements, .activity-update-form #whats-new-submit { margin-left: 0; } } - /* Actiity Update Form ==> Ends Here */ - /* Actiity Stream Form ==> Starts Here */ ul.activity-list.bp-list { background: transparent; @@ -8598,17 +8341,6 @@ ul.activity-list.bp-list { margin-bottom: 20px; padding: 15px 15px 10px; } - -#buddypress .activity-lists.bp-list .activity-item .activity-comments > ul, -#buddypress .activity-lists.bp-list .activity-item .activity-comments > .ac-form, -#buddypress .activity-list.bp-list .activity-item .activity-comments > ul, -#buddypress .activity-list.bp-list .activity-item .activity-comments > .ac-form, -#bbpress-forums .activity-list.bp-list .activity-item .activity-comments > ul, -#bbpress-forums .activity-list.bp-list .activity-item .activity-comments > .ac-form { - border-radius: 0 0 var(--bb-block-radius) var(--bb-block-radius); - margin-bottom: -10px; -} - #buddypress .activity-lists.bp-list .activity-item .activity-link-preview-image img, #buddypress .activity-list.bp-list .activity-item .activity-link-preview-image img, #bbpress-forums .activity-list.bp-list .activity-item .activity-link-preview-image img { @@ -8616,17 +8348,25 @@ ul.activity-list.bp-list { max-width: 100%; } +#buddypress .activity-list.bp-list .activity-item.bb-closed-comments:not(.has-comments) { + padding-bottom: 0; +} +#buddypress .activity-list.bp-list .activity-item.bb-closed-comments:not(.has-comments) .bb-activity-closed-comments-notice { + border-bottom: 0; + border-bottom-left-radius: var(--bb-block-radius); + border-bottom-right-radius: var(--bb-block-radius); +} +#buddypress .bb-media-info-section .activity-list.bp-list .activity-item.bb-closed-comments:not(.has-comments) .bb-activity-closed-comments-notice { + border-bottom: 1px solid var(--bb-content-border-color); + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; +} + #buddypress .bb-media-model-inner .activity-list.bp-list .activity-item, #bbpress-forums .bb-media-model-inner .activity-list.bp-list .activity-item { margin-bottom: 0; min-height: 90vh; } - -#buddypress .bb-media-model-inner .activity-list.bp-list .activity-item .activity-comments, -#bbpress-forums .bb-media-model-inner .activity-list.bp-list .activity-item .activity-comments { - margin-bottom: 40px; -} - #buddypress .bb-media-model-inner .activity-list.bp-list .activity-item .activity-comments .ac-reply-content .ac-textarea .ac-input[contenteditable="true"], #bbpress-forums .bb-media-model-inner .activity-list.bp-list .activity-item .activity-comments .ac-reply-content .ac-textarea .ac-input[contenteditable="true"] { max-height: 250px; @@ -8638,30 +8378,25 @@ ul.activity-list.bp-list { border-radius: var(--bb-block-radius); background-color: transparent; } - #buddypress .bb-media-model-inner .bb-media-section, #bbpress-forums .bb-media-model-inner .bb-media-section { border-radius: var(--bb-block-radius) 0 0 var(--bb-block-radius); } - #buddypress .bb-media-model-inner .bb-media-info-section, #bbpress-forums .bb-media-model-inner .bb-media-info-section { background-color: var(--bb-content-background-color); border-radius: 0 var(--bb-block-radius) var(--bb-block-radius) 0; } - #buddypress .bb-media-model-inner .activity-list.bp-list .activity-item, #bbpress-forums .bb-media-model-inner .activity-list.bp-list .activity-item { margin-bottom: 0; min-height: 90vh; } @media screen and (max-width: 1024px) { - #buddypress .bb-media-model-inner .bb-media-info-section, #bbpress-forums .bb-media-model-inner .bb-media-info-section { border-radius: 0 0 var(--bb-block-radius) var(--bb-block-radius); } - #buddypress .bb-media-model-inner .bb-media-section, #bbpress-forums .bb-media-model-inner .bb-media-section { border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; @@ -8669,12 +8404,10 @@ ul.activity-list.bp-list { } @media screen and (max-width: 1024px) { - #buddypress .bb-document-theater .bb-media-model-inner .bb-media-info-section.document { border-radius: 0 0 var(--bb-block-radius) var(--bb-block-radius); } } - #buddypress .bb-media-model-container .activity-list.bp-list .activity-item, #bbpress-forums .bb-media-model-container .activity-list.bp-list .activity-item { border-radius: 0; @@ -8689,7 +8422,6 @@ ul.activity-list.bp-list { align-items: center; margin: 20px 0; } - .actvity-head-bar .subnav-filters { margin: 0 0 0 auto; } @@ -8697,7 +8429,6 @@ ul.activity-list.bp-list { .activity-list .activity-item .activity-inner p { margin-bottom: 15px; } - .activity-list .activity-item .activity-inner p:last-child { margin-bottom: 0; } @@ -8705,8 +8436,7 @@ ul.activity-list.bp-list { .activity-list .activity-item .activity-inner { position: relative; } - -.activity-list .activity-item .activity-inner .activity-discussion-title-wrap a::before { +.activity-list .activity-item .activity-inner .activity-discussion-title-wrap a:before { content: ""; position: absolute; left: 0; @@ -8714,16 +8444,13 @@ ul.activity-list.bp-list { top: 0; bottom: 0; } - .activity-list .activity-item .activity-inner .activity-inner-meta { padding: 12px; border-top: 1px solid var(--bb-content-border-color); } - -.activity-list .activity-item .activity-inner .activity-inner-meta .button::before { +.activity-list .activity-item .activity-inner .activity-inner-meta .button:before { display: none; } - .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down .comment-count, .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down .text, .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square .comment-count, .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square .text, .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment .comment-count, @@ -8731,15 +8458,14 @@ ul.activity-list.bp-list { margin-bottom: 0; position: relative; padding-left: 25px; - font-weight: 400; + font-weight: normal; font-size: 13px; color: var(--bb-alternate-text-color); } - -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down .comment-count::before, -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down .text::before, .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square .comment-count::before, -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square .text::before, .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment .comment-count::before, -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment .text::before { +.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down .comment-count:before, +.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down .text:before, .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square .comment-count:before, +.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square .text:before, .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment .comment-count:before, +.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment .text:before { font-size: 18px; font-family: bb-icons; display: inline-block; @@ -8750,15 +8476,13 @@ ul.activity-list.bp-list { line-height: 1.6; color: var(--bb-primary-color); } - .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down:hover .comment-count, .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down:hover .text, .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square:hover .comment-count, .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square:hover .text, .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment:hover .comment-count, .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment:hover .text { color: var(--bb-primary-color); } - -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down .text::before { +.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down .text:before { content: "\e861"; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); @@ -8766,23 +8490,18 @@ ul.activity-list.bp-list { font-family: bb-icons; font-weight: 100; } - .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square .comment-count { display: block; } - -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square .comment-count::before { +.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square .comment-count:before { content: "\ee37"; } - .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment .comment-count { display: block; } - -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment .comment-count::before { +.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment .comment-count:before { content: "\e979"; } - .activity-list .activity-item .activity-inner blockquote:not(.wp-embedded-content) { padding: 12px; font-size: 22px; @@ -8794,12 +8513,11 @@ ul.activity-list.bp-list { border: 1px solid var(--bb-content-border-color); border-radius: 4px; } - -.activity-list .activity-item .activity-inner blockquote:not(.wp-embedded-content)::before { +.activity-list .activity-item .activity-inner blockquote:not(.wp-embedded-content):before { content: "\ef02"; font-family: bb-icons; font-style: normal; - font-weight: 400; + font-weight: normal; display: block; text-align: center; font-variant: normal; @@ -8812,15 +8530,12 @@ ul.activity-list.bp-list { border-radius: 100%; margin-bottom: 10px; } - .activity-list .activity-item .activity-inner blockquote:not(.wp-embedded-content) p { font-size: 20px; } - .activity-list .activity-item .activity-inner blockquote:not(.wp-embedded-content) p:last-child { margin-bottom: 0; } - .activity-list .activity-item .activity-inner blockquote:not(.wp-embedded-content) em { font-size: 14px; color: #fff; @@ -8829,21 +8544,26 @@ ul.activity-list.bp-list { margin-top: 20px; font-style: normal; } - .activity-list .activity-item .activity-inner blockquote:not(.wp-embedded-content) a { color: var(--bb-alternate-text-color); } - +.activity-list .activity-item .activity-inner blockquote.tiktok-embed { + background-color: transparent; + border: 0; + padding: 0; + margin: 0; +} +.activity-list .activity-item .activity-inner blockquote.tiktok-embed:before { + display: none; +} .activity-list .activity-item .activity-inner li > ol, .activity-list .activity-item .activity-inner li > ul { margin-bottom: 0; } - .activity-list .activity-item .activity-inner > ol, .activity-list .activity-item .activity-inner > ul { margin: 0 0 15px; } - .activity-list .activity-item .activity-inner > ol li, .activity-list .activity-item .activity-inner > ul li { list-style: decimal; @@ -8851,24 +8571,83 @@ ul.activity-list.bp-list { list-style-position: inside; padding: 0; } - -.activity-list .activity-item .activity-inner > ol li::before, .activity-list .activity-item .activity-inner > ol li::before, -.activity-list .activity-item .activity-inner > ul li::before, -.activity-list .activity-item .activity-inner > ul li::before { +.activity-list .activity-item .activity-inner > ol li:before, .activity-list .activity-item .activity-inner > ol li:before, +.activity-list .activity-item .activity-inner > ul li:before, +.activity-list .activity-item .activity-inner > ul li:before { display: none; } - .activity-list .activity-item .activity-inner > ul li { list-style: disc; } - .activity-list .activity-item .activity-inner pre { white-space: pre-wrap; } - .activity-list .activity-item .activity-inner pre p { margin-bottom: 0; } +.activity-list .activity-item .activity-inner > .bb-video-wrapper:has(iframe[src*="youtube.com"]) { + margin-bottom: 25px; +} +.activity-list .activity-item .activity-inner > .bb-video-wrapper:has(iframe[src*="vimeo.com"]) { + background-color: var(--bb-content-alternate-background-color); + border-radius: var(--bb-block-radius-inner); + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + margin-bottom: 0; +} + +.activity-list .activity-state-popup .activity-state-popup_inner { + background-color: var(--bb-content-background-color); + border-color: var(--bb-content-border-color); +} +.activity-list .activity-state-popup .activity-state-popup_title h4 { + color: var(--bb-headings-color); +} +.activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_panel ul li > a > span { + color: var(--bb-body-text-color); +} +.activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_panel ul li > a.active { + color: var(--bb-headings-color); +} +.activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_panel ul li > a.active > span { + color: var(--bb-headings-color); +} +.activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_item .activity-state_user .activity-state_user__avatar .activity-state_user__reaction { + background-color: var(--bb-content-background-color); +} +.activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_item .activity-state_user .activity-state_user__name a { + color: var(--bb-headings-color); +} +.activity-list .activity-item .activity-state-reactions .reactions_item { + background-color: var(--bb-content-background-color); + min-width: 22px; +} +.activity-list .activity-item .activity-state-reactions .reactions_item > i { + color: var(--bb-primary-color); +} +.activity-list .activity-item .comment-reactions .activity-state-reactions .reactions_item { + background-color: var(--bb-content-background-color); +} +.activity-list .activity-item .activity-content .activity-state-reactions { + color: var(--bb-body-text-color); + max-width: 67%; +} +.activity-list .activity-item .activity-content .activity-state-reactions .activity-reactions_count { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} +.activity-list .activity-item .activity-content .activity-state:not(.has-comments) .activity-state-reactions { + max-width: 100%; +} +.activity-list .activity-item .activity-content .activity-state-comments { + color: var(--bb-alternate-text-color); +} #buddypress .activity-list .activity-item .activity-inner .activity-inner-meta a.button { border: none; @@ -8883,12 +8662,15 @@ ul.activity-list.bp-list { margin-bottom: 15px; } -.bb-activity-media-wrap, -.bb-activity-video-wrap, -.activity-list .bb-video-wrapper, -.video-activity-wrap { +.bb-activity-media-wrap, .bb-activity-video-wrap, .activity-list .bb-video-wrapper, .video-activity-wrap > .activity-inner { max-width: 640px; } +.activity-modal .bb-activity-media-wrap, +.activity-modal .bb-activity-video-wrap, +.activity-modal .activity-list .bb-video-wrapper, +.activity-modal .video-activity-wrap > .activity-inner { + max-width: 100%; +} .activity-list .activity-item .activity-header { color: var(--bb-body-text-color); @@ -8897,6 +8679,9 @@ ul.activity-list.bp-list { margin: 0; width: auto; } +.activity-list .activity-item .activity-header .activity-group-post-meta { + font-size: 13px; +} .activity-header a { font-size: 14px; @@ -8906,19 +8691,15 @@ ul.activity-list.bp-list { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - .activity-header a[href]:hover { color: var(--bb-primary-color); } - .activity-header a[href=""] { pointer-events: none; } - .activity-header p:not([class]) a:first-child { font-weight: 600; } - .activity-header p { margin: 0; } @@ -8953,10 +8734,29 @@ ul.activity-list.bp-list { font-size: 12px; } -.activity-list .activity-item .bp-generic-meta.action { - border: 0; - background: transparent; - padding: 0; +.activity-list .activity-item .activity-content > .bp-generic-meta.activity-meta, +.activity-list .activity-item > .bp-generic-meta.activity-meta, +.activity-list .activity-item > .bp-generic-meta[class*="-meta"], +.activity-list .activity-item .activity-actions > .bp-generic-meta.action, +.activity-list .activity-item .activity-content > .bp-generic-meta.groups-meta, +.activity-list .activity-item > .bp-generic-meta.groups-meta { + border-color: var(--bb-content-border-color); +} +#buddypress .activity-list .activity-item .activity-content > .bp-generic-meta.activity-meta div.generic-button > a.button, +#buddypress .activity-list .activity-item > .bp-generic-meta.activity-meta div.generic-button > a.button, +#buddypress .activity-list .activity-item > .bp-generic-meta[class*="-meta"] div.generic-button > a.button, +#buddypress .activity-list .activity-item .activity-actions > .bp-generic-meta.action div.generic-button > a.button, +#buddypress .activity-list .activity-item .activity-content > .bp-generic-meta.groups-meta div.generic-button > a.button, +#buddypress .activity-list .activity-item > .bp-generic-meta.groups-meta div.generic-button > a.button { + min-height: 32px; +} +#buddypress .activity-list .activity-item .activity-content > .bp-generic-meta.activity-meta div.generic-button > a.button:hover, +#buddypress .activity-list .activity-item > .bp-generic-meta.activity-meta div.generic-button > a.button:hover, +#buddypress .activity-list .activity-item > .bp-generic-meta[class*="-meta"] div.generic-button > a.button:hover, +#buddypress .activity-list .activity-item .activity-actions > .bp-generic-meta.action div.generic-button > a.button:hover, +#buddypress .activity-list .activity-item .activity-content > .bp-generic-meta.groups-meta div.generic-button > a.button:hover, +#buddypress .activity-list .activity-item > .bp-generic-meta.groups-meta div.generic-button > a.button:hover { + background-color: var(--bb-content-alternate-background-color); } body #buddypress .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel, @@ -8968,12 +8768,23 @@ body #bbpress-forums .bp-list.bp-list .bp-generic-meta .generic-button { margin-right: 15px; } +body #buddypress .bp-list.bp-list .acomment-foot-actions .bp-generic-meta .generic-button { + margin-top: 5px; + margin-right: 10px; + line-height: 10px; +} + +body #buddypress .activity-list .activity-item > .bp-generic-meta .generic-button, +body #buddypress .activity-list .activity-item .activity-actions > .bp-generic-meta .generic-button { + margin-bottom: 0; + margin-right: 0; +} + /* Activity Reaction Button Support */ body .activity-list .bp-generic-meta #ai_ar_main { margin-bottom: 5px; position: static !important; } - body .activity-list .bp-generic-meta #ai_ar_main .main_smiley_div { left: 0; right: inherit; @@ -8999,7 +8810,6 @@ body .activity-list .bp-generic-meta #ai_ar_main .main_smiley_div { -webkit-animation: none !important; animation: none !important; } - #buddypress .activity-lists .action.bp-generic-meta .button:hover, #buddypress .activity-lists .action.bp-generic-meta .button:hover span, #buddypress .activity-list .action.bp-generic-meta .button:hover, #buddypress .activity-list .action.bp-generic-meta .button:hover span, @@ -9015,41 +8825,88 @@ body .activity-list .bp-generic-meta #ai_ar_main .main_smiley_div { color: var(--bb-primary-color); } -#buddypress .activity-lists .action.bp-generic-meta .button, -#bbpress-forums .activity-list .action.bp-generic-meta .button { +/* stylelint-disable max-line-length */ +#buddypress .activity-list .activity-item .activity-content .bp-generic-meta.action .button > .like-count, +#buddypress .activity-list .activity-item > .bp-generic-meta.action .button > .like-count, +#buddypress .activity-list .activity-item .activity-content .bp-generic-meta.action .acomment-reply.button .comment-count, +#buddypress .activity-list .activity-item .bp-generic-meta.action .acomment-reply.button .comment-count { + color: var(--bb-headings-color); +} + +#buddypress .activity-list .activity-item .activity-content .action.bp-generic-meta .button, +#buddypress .activity-list .activity-item .action.bp-generic-meta .button, +#bbpress-forums .activity-list .activity-item .action.bp-generic-meta .button, +#bbpress-forums .activity-list .activity-item .activity-content .action.bp-generic-meta .button { + color: var(--bb-primary-color); +} +#buddypress .activity-list .activity-item .activity-content .action.bp-generic-meta .button:before, +#buddypress .activity-list .activity-item .activity-content .action.bp-generic-meta .button > i, +#buddypress .activity-list .activity-item .action.bp-generic-meta .button:before, +#buddypress .activity-list .activity-item .action.bp-generic-meta .button > i, +#bbpress-forums .activity-list .activity-item .action.bp-generic-meta .button:before, +#bbpress-forums .activity-list .activity-item .action.bp-generic-meta .button > i, +#bbpress-forums .activity-list .activity-item .activity-content .action.bp-generic-meta .button:before, +#bbpress-forums .activity-list .activity-item .activity-content .action.bp-generic-meta .button > i { + color: var(--bb-alternate-text-color); +} +#buddypress .activity-list .activity-item .activity-content .action.bp-generic-meta .button:hover > i, +#buddypress .activity-list .activity-item .activity-content .action.bp-generic-meta .button:hover > .like-count, #buddypress .activity-list .activity-item .activity-content .action.bp-generic-meta .button:hover:before, +#buddypress .activity-list .activity-item .action.bp-generic-meta .button:hover > i, +#buddypress .activity-list .activity-item .action.bp-generic-meta .button:hover > .like-count, +#buddypress .activity-list .activity-item .action.bp-generic-meta .button:hover:before, +#bbpress-forums .activity-list .activity-item .action.bp-generic-meta .button:hover > i, +#bbpress-forums .activity-list .activity-item .action.bp-generic-meta .button:hover > .like-count, +#bbpress-forums .activity-list .activity-item .action.bp-generic-meta .button:hover:before, +#bbpress-forums .activity-list .activity-item .activity-content .action.bp-generic-meta .button:hover > i, +#bbpress-forums .activity-list .activity-item .activity-content .action.bp-generic-meta .button:hover > .like-count, +#bbpress-forums .activity-list .activity-item .activity-content .action.bp-generic-meta .button:hover:before { + color: var(--bb-primary-color); +} +#buddypress .activity-list .activity-item .activity-content .action.bp-generic-meta .button.acomment-reply:hover > .comment-count, +#buddypress .activity-list .activity-item .action.bp-generic-meta .button.acomment-reply:hover > .comment-count, +#bbpress-forums .activity-list .activity-item .action.bp-generic-meta .button.acomment-reply:hover > .comment-count, +#bbpress-forums .activity-list .activity-item .activity-content .action.bp-generic-meta .button.acomment-reply:hover > .comment-count { + color: var(--bb-primary-color); +} +#buddypress .activity-list .activity-item .activity-content .action.bp-generic-meta .button.bp-like-button.has-reaction > i, +#buddypress .activity-list .activity-item .activity-content .action.bp-generic-meta .button.bp-like-button.has-reaction .like-count, +#buddypress .activity-list .activity-item .action.bp-generic-meta .button.bp-like-button.has-reaction > i, +#buddypress .activity-list .activity-item .action.bp-generic-meta .button.bp-like-button.has-reaction .like-count, +#bbpress-forums .activity-list .activity-item .action.bp-generic-meta .button.bp-like-button.has-reaction > i, +#bbpress-forums .activity-list .activity-item .action.bp-generic-meta .button.bp-like-button.has-reaction .like-count, +#bbpress-forums .activity-list .activity-item .activity-content .action.bp-generic-meta .button.bp-like-button.has-reaction > i, +#bbpress-forums .activity-list .activity-item .activity-content .action.bp-generic-meta .button.bp-like-button.has-reaction .like-count { color: var(--bb-primary-color); } -.activity-list .activity-item .bp-generic-meta.action .unfav::before, +/* stylelint-enable */ +.activity-list .activity-item .bp-generic-meta.action .unfav:before, .activity-list .activity-item .bp-generic-meta.action .unfav .like-count { color: var(--bb-primary-color); } -.activity-list .activity-item .bp-generic-meta.action .unfav:hover::before { +.activity-list .activity-item .bp-generic-meta.action .unfav:before, +.activity-list .activity-item .bp-generic-meta.action .unfav .like-count { color: var(--bb-primary-color); } - -.activity-state { - color: var(--bb-alternate-text-color); - font-size: 13px; - margin-bottom: 5px; +.activity-list .activity-item .bp-generic-meta.action .unfav:hover:before { + color: var(--bb-primary-color); } - -.activity-list .activity-item .bp-generic-meta.action .fav::before, -.activity-list .activity-item .bp-generic-meta.action .unfav::before, -.activity-list .activity-item .bp-generic-meta.action .edit-activity::before, -.activity-list .activity-item .bp-generic-meta.action .delete-activity::before, -.activity-list .activity-item .bp-generic-meta.action .spam-activity::before, -.activity-list .activity-item .bp-generic-meta.action .acomment-reply.button::before, -.activity-list .activity-item .bp-generic-meta.action .view.button::before, -.activity-list .activity-item .bp-generic-meta.action .open-close-activity::before { +.activity-list .activity-item .bp-generic-meta.action .fav:before, +.activity-list .activity-item .bp-generic-meta.action .unfav:before, +.activity-list .activity-item .bp-generic-meta.action .edit-activity:before, +.activity-list .activity-item .bp-generic-meta.action .delete-activity:before, +.activity-list .activity-item .bp-generic-meta.action .spam-activity:before, +.activity-list .activity-item .bp-generic-meta.action .acomment-reply.button:before, +.activity-list .activity-item .bp-generic-meta.action .view.button:before, +.activity-list .activity-item .bp-generic-meta.action .open-close-activity:before { display: inline-block; text-rendering: auto; - font-size: 22px; - min-width: 22px; + font-size: 24px; + min-width: 24px; speak: none; font-style: normal; - font-weight: 400; + font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; @@ -9058,44 +8915,43 @@ body .activity-list .bp-generic-meta #ai_ar_main .main_smiley_div { -moz-osx-font-smoothing: grayscale; vertical-align: middle; } +.activity-list .activity-item .activity-content .activity-state { + color: var(--bb-alternate-text-color); +} -.activity-list .activity-item .bp-generic-meta.action .open-close-activity:hover::before, -.activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity:hover::before, -.activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity_cancel:hover::before, -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-circle .comment-count::before, -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-discussion .text::before, -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-chat .comment-count::before, -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-chat .text::before, +.activity-list .activity-item .bp-generic-meta.action .open-close-activity:hover:before, +.activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity:hover:before, +.activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity_cancel:hover:before, +.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-circle .comment-count:before, +.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-discussion .text:before, +.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-chat .comment-count:before, +.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-chat .text:before, .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-circle .comment-count:hover, .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-circle .text:hover, .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-discussion .comment-count:hover, .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-discussion .text:hover, .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-chat .comment-count:hover, .activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-chat .text:hover, -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-discussion .text:hover::before, -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-chat .comment-count:hover::before, -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-chat .text:hover::before { +.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-discussion .text:hover:before, +.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-chat .comment-count:hover:before, +.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-chat .text:hover:before { color: var(--bb-primary-color); } - -.activity-list .activity-item .bp-generic-meta.action .unfav::before { +.activity-list .activity-item .bp-generic-meta.action .unfav:before { font-weight: 300; } - -.activity-list .activity-item .bp-generic-meta.action .fav::before, -.activity-list .activity-item .bp-generic-meta.action .view.button::before, -.activity-list .activity-item .bp-generic-meta.action .unfav::before { +.activity-list .activity-item .bp-generic-meta.action .fav:before, +.activity-list .activity-item .bp-generic-meta.action .view.button:before, +.activity-list .activity-item .bp-generic-meta.action .unfav:before { position: relative; top: -1px; } - -.activity-list .activity-item .bp-generic-meta.action .delete-activity::before { +.activity-list .activity-item .bp-generic-meta.action .delete-activity:before { position: relative; top: -1px; font-size: 19px; } - -.activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity_cancel::before { +.activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity_cancel:before { content: "\e828"; position: relative; top: -1px; @@ -9104,8 +8960,7 @@ body .activity-list .bp-generic-meta #ai_ar_main .main_smiley_div { font-family: bb-icons; color: var(--bb-primary-color); } - -.activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity::before { +.activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity:before { content: "\ee5a"; position: relative; top: -1px; @@ -9115,20 +8970,17 @@ body .activity-list .bp-generic-meta #ai_ar_main .main_smiley_div { display: inline-block; color: var(--bb-primary-color); } - -.activity-list .activity-item .bp-generic-meta.action .edit-activity::before { +.activity-list .activity-item .bp-generic-meta.action .edit-activity:before { position: relative; top: -1px; font-size: 17px; } - -.activity-list .activity-item .bp-generic-meta.action .spam-activity::before { +.activity-list .activity-item .bp-generic-meta.action .spam-activity:before { font-size: 16px; position: relative; top: -2px; } - -.activity-list .activity-item .bp-generic-meta.action .open-close-activity::before { +.activity-list .activity-item .bp-generic-meta.action .open-close-activity:before { content: "\eecc"; font-family: bb-icons; font-size: 15px; @@ -9138,8 +8990,7 @@ body .activity-list .bp-generic-meta #ai_ar_main .main_smiley_div { min-width: 20px; margin-right: 3px; } - -.activity-list .activity-item .bp-generic-meta.action .open-close-activity.bplua-open-activity::before { +.activity-list .activity-item .bp-generic-meta.action .open-close-activity.bplua-open-activity:before { font-family: bb-icons; content: "\eecf"; } @@ -9160,9 +9011,10 @@ div#buddypress .activity-read-more a { #buddypress .activity-lists .activity-item .bp-generic-meta.action .open-close-activity, #buddypress .activity-list .activity-item .bp-generic-meta.action .open-close-activity, .activity-list .activity-item .bp-generic-meta.action .button span:not(.bp-screen-reader-text), +.activity-list .activity-item .activity-actions .bp-generic-meta.action .button span:not(.bp-screen-reader-text), #buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity, #buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity_cancel { - font-size: 13px; + font-size: 14px; font-weight: 400; color: var(--bb-alternate-text-color); letter-spacing: -0.24px; @@ -9171,12 +9023,13 @@ div#buddypress .activity-read-more a { -webkit-font-smoothing: auto; -moz-osx-font-smoothing: auto; } - #buddypress .activity-lists .activity-item .bp-generic-meta.action .open-close-activity:focus, #buddypress .activity-lists .activity-item .bp-generic-meta.action .open-close-activity:active, #buddypress .activity-list .activity-item .bp-generic-meta.action .open-close-activity:focus, #buddypress .activity-list .activity-item .bp-generic-meta.action .open-close-activity:active, .activity-list .activity-item .bp-generic-meta.action .button span:not(.bp-screen-reader-text):focus, .activity-list .activity-item .bp-generic-meta.action .button span:not(.bp-screen-reader-text):active, +.activity-list .activity-item .activity-actions .bp-generic-meta.action .button span:not(.bp-screen-reader-text):focus, +.activity-list .activity-item .activity-actions .bp-generic-meta.action .button span:not(.bp-screen-reader-text):active, #buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity:focus, #buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity:active, #buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity_cancel:focus, @@ -9187,11 +9040,9 @@ div#buddypress .activity-read-more a { .bb-document-theater .bb-media-section.bb-media-no-preview .img-section > i { color: var(--bb-alternate-text-color); } - .bb-document-theater .bb-media-section.bb-media-no-preview .img-section a.download-button { color: var(--bb-primary-color); } - .bb-document-theater .bb-media-section.bb-media-no-preview .img-section a.download-button:hover { color: var(--bb-primary-color); } @@ -9199,31 +9050,25 @@ div#buddypress .activity-read-more a { .bb-document-theater .bb-media-section .document-preview h3 { border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; } - .bb-document-theater .bb-media-section .img-section { background-color: var(--bb-content-background-color); border-radius: var(--bb-block-radius) 0 0 var(--bb-block-radius); } - .bb-document-theater .bb-media-section .img-section img > .download-button, .bb-document-theater .bb-media-section .img-section img > .download-button:hover { color: var(--bb-primary-color); } @media screen and (max-width: 1024px) { - .bb-document-theater .bb-media-section .img-section { border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; } } - .bb-document-theater .bb-media-info-section.document { background-color: var(--bb-content-background-color); border-color: var(--bb-content-border-color); } - .bb-document-theater .bb-media-section.bb-media-no-preview { background-color: var(--bb-content-background-color); } - .bb-document-theater .bb-media-section.bb-media-no-preview .img-section a.download-button { color: var(--bb-primary-color); } @@ -9234,8 +9079,62 @@ div#buddypress .activity-read-more a { background-color: var(--bb-content-background-color); } +.activity-list .bb-pin-action [class*="bb-icon"], .activity-list .bb-activity-more-options-wrap .bb-activity-more-options-action i { color: var(--bb-alternate-text-color); + font-size: 16px; +} +.activity-list .bb-activity-more-options-wrap .bb-activity-more-options-action { + border-radius: 6px; + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + width: 24px; + height: 24px; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + padding: 0; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} +.activity-list .bb-activity-more-options-wrap .bb-activity-more-options-action:hover { + background-color: var(--bb-content-alternate-background-color); +} +.activity-list .activity-comments .bb-activity-more-options-wrap .bb-activity-more-options-action { + visibility: hidden; + pointer-events: none; +} +.activity-list .activity-item.loading-pin .bb-pin-action .bb-mute-action_button [class*="bb-icon"], +.activity-list .activity-item.loading-pin .bb-pin-action .bb-pin-action_button [class*="bb-icon"], +.activity-list .activity-item.loading-mute .bb-pin-action .bb-mute-action_button [class*="bb-icon"], +.activity-list .activity-item.loading-mute .bb-pin-action .bb-pin-action_button [class*="bb-icon"] { + display: block; +} +.activity-list .activity-item.loading-pin .bb-pin-action .bb-mute-action_button [class*="bb-icon"]:before, .activity-list .activity-item.loading-pin .bb-pin-action .bb-pin-action_button [class*="bb-icon"]:before, .activity-list .activity-item.loading-mute .bb-pin-action .bb-mute-action_button [class*="bb-icon"]:before, +.activity-list .activity-item.loading-mute .bb-pin-action .bb-pin-action_button [class*="bb-icon"]:before { + display: block; +} +.bb-template-v2 .activity-list .activity-item.loading-pin .bb-pin-action .bb-mute-action_button [class*="bb-icon"]:before, +.bb-template-v2 .activity-list .activity-item.loading-pin .bb-pin-action .bb-pin-action_button [class*="bb-icon"]:before, +.bb-template-v2 .activity-list .activity-item.loading-mute .bb-pin-action .bb-mute-action_button [class*="bb-icon"]:before, +.bb-template-v2 +.activity-list .activity-item.loading-mute .bb-pin-action .bb-pin-action_button [class*="bb-icon"]:before { + display: block; +} +.activity-list .activity-item.bb-closed-comments .bb-activity-closed-comments-notice { + padding: 8px 0; + background-color: var(--bb-content-alternate-background-color); + border-top: 1px solid var(--bb-content-border-color); + border-bottom: 1px solid var(--bb-content-border-color); + font-size: 13px; +} + +.bb-media-model-wrapper .activity-comments li > .acomment-display:hover .bb-activity-more-options-action, +.buddypress-wrap .activity-comments li > .acomment-display:hover .bb-activity-more-options-action { + visibility: visible; + pointer-events: initial; } .buddypress .buddypress-wrap .activity-state a { @@ -9285,30 +9184,29 @@ div#buddypress .activity-read-more a { } .activity-list.item-list .activity-item .activity-avatar { - margin: 0 15px 0 0; + margin: 0 10px 0 0; width: auto; -webkit-box-flex: 0; -ms-flex: 0 0 36px; flex: 0 0 36px; } +.activity-list .activity-item .bp-activity-head .activity-avatar img.avatar { + max-width: 40px; +} + .activity-list .activity-item div.item-avatar img, .activity-list .activity-item.mini .activity-avatar img.avatar, .activity-list .activity-item.mini .activity-avatar img.FB_profile_pic { - max-width: 36px; + max-width: 32px; } .buddypress-wrap .activity-comments ul { - margin-top: 15px; + margin-top: 12px; margin-bottom: 2px; } -.buddypress-wrap .activity-comments > .ac-form { - padding-top: 15px; -} - @media screen and (min-width: 46.8em) { - .buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) .actvity-head-bar nav { margin-bottom: 0; } @@ -9317,50 +9215,64 @@ div#buddypress .activity-read-more a { font-size: 14px; } } - /* Actiity Stream Form ==> Ends Here */ -.buddypress-wrap .activity-comments { - margin: 0; - overflow: visible; +form.ac-form.not-initialized .ac-reply-content { + border-radius: var(--bb-block-radius-inner); + border: 1.5px solid transparent; } - -.buddypress-wrap .activity-comments form { - background: var(--bb-content-alternate-background-color); - margin: 0 -15px; - padding: 15px; +form.ac-form.not-initialized .ac-reply-content .ac-input:before { + color: var(--bb-alternate-text-color); } -.buddypress-wrap .activity-comments > ul { - background: var(--bb-content-alternate-background-color); - margin: 0 -15px; - padding: 15px 15px 0; - border-top: 1px solid #eef0f3; - border-radius: 0 0 4px 4px; +form.ac-form .ac-reply-content { + background-color: var(--bb-content-alternate-background-color); +} +form.ac-form .ac-reply-content:focus-within { + border-color: var(--bb-primary-color); +} +form.ac-form .ac-reply-content .ac-submit-wrap { + background-color: var(--bb-primary-color); + border-radius: var(--bb-button-radius); +} +form.ac-form .ac-reply-content .ac-submit-wrap.loading:before { + color: var(--bb-secondary-button-text-regular); +} +.bb-template-v2 form.ac-form .ac-reply-content .ac-submit-wrap.loading:before { + 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), 0.2); + border-top-color: var(--bb-alternate-text-color); } -.buddypress-wrap .activity-comments > form:first-child { - border-top: 1px solid #eef0f3; +.buddypress-wrap .activity-comments { + margin: 0; + overflow: visible; } .activity-list .activity-item.has-comments { padding-bottom: 0; } -.buddypress-wrap .activity-comments form { +.buddypress-wrap .activity-comments form, +.bb-media-model-wrapper .activity-comments form { padding-top: 0; } -.buddypress-wrap .activity-comments li form.ac-form { - padding-top: 15px; - padding-bottom: 0; -} - form.ac-form .ac-reply-content { padding-left: 0; } .activity-comments li form.ac-form { margin-right: 0; + margin-top: 5px; +} +.activity-comments .acomment-edit-form form.ac-form { + margin-top: 0; + margin-bottom: 10px; } .activity-list .activity-item, @@ -9381,23 +9293,67 @@ form.ac-form .ac-reply-content { } .buddypress-wrap .activity-comments .acomment-content { - border-left: 0; - margin: 0 0 0 51px; - padding: 0; overflow: hidden; } - .buddypress-wrap .activity-comments .acomment-content .bb-activity-media-elem .entry-img img { width: 100%; } -.buddypress-wrap .activity-comments ul ul .acomment-content, -body #buddypress .bp-list .comment-item .comment-item .action { - margin-left: 43px; +form.ac-form .ac-reply-content { + border-color: var(--bb-content-border-color); + background-color: var(--bb-content-alternate-background-color); + border-radius: var(--bb-block-radius-inner); } - -.buddypress-wrap .activity-comments ul ul .acomment-content { - margin-bottom: 5px; +form.ac-form .ac-reply-content:focus { + border-color: var(--bb-primary-color); +} +#buddypress form.ac-form .ac-reply-content .ac-reply-cancel { + color: var(--bb-headings-color); + border: 1px solid var(--bb-content-border-color); + border-radius: var(--bb-button-radius); + /* padding: 5px 15px; + height: auto; */ + min-height: 10px; + /* Hide cancel button from comment/reply form */ + visibility: hidden; + opacity: 0; + width: 0; + height: 0; + font-size: 0; + padding: 0; +} +form.ac-form div.dropzone .dz-default.dz-message { + background-color: var(--bb-content-alternate-background-color); +} +form.ac-form div.dropzone .dz-default.dz-message:after { + color: var(--bb-headings-color); +} +form.ac-form div.dropzone .dz-preview.dz-file-preview .dz-details, form.ac-form div.dropzone.document-dropzone .dz-preview .dz-remove, form.ac-form div.dropzone.media-dropzone .dz-preview:not(.dz-image-preview) .dz-image { + background-color: var(--bb-content-alternate-background-color); +} +form.ac-form div.dropzone.video-dropzone div.dz-preview.dz-file-preview .dz-remove { + background-color: var(--bb-content-alternate-background-color); +} +form.ac-form div.dropzone.video-dropzone div.dz-preview.dz-file-preview .dz-remove:after { + color: var(--bb-headings-color); +} +form.ac-form div.dropzone.media-dropzone.dz-started, form.ac-form div.dropzone.video-dropzone.dz-started { + margin-top: 10px; +} +form.ac-form div.dropzone.media-dropzone.dz-started.files-uploaded, form.ac-form div.dropzone.video-dropzone.dz-started.files-uploaded { + margin-top: 0; +} +form.ac-form div.dropzone.document-dropzone.dz-started { + margin-top: 10px; +} +form.ac-form div.dropzone.document-dropzone.dz-started.files-uploaded { + margin-top: 14px; +} +form.ac-form .activity-attached-gif-container .gif-image-remove .bb-icon-times { + color: var(--bb-headings-color); +} +form.ac-form .activity-attached-gif-container .gif-image-container img { + border-radius: var(--bb-block-radius-inner); } .buddypress-wrap .activity-comments .acomment-meta { @@ -9408,18 +9364,15 @@ body #buddypress .bp-list .comment-item .comment-item .action { .activity-comments-items li { position: relative; } - .activity-comments-items .item-title p { margin-bottom: 10px; margin-top: 10px; } - .activity-comments-items .bs-item-wrap .item { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } - .activity-comments-items .item-title .video-container { display: block; margin-top: 10px; @@ -9438,12 +9391,10 @@ body #buddypress .bp-list .comment-item .comment-item .action { } @media screen and (max-width: 544px) { - .activity-update-form #activity-post-form-privacy { margin-top: 10px; } } - .activity-type .gif-photo-type { font-size: 13px; position: absolute; @@ -9467,35 +9418,212 @@ body #buddypress .bp-list .comment-item .comment-item .action { color: #767676; } -.buddypress-wrap .activity-comments .bp-feedback { - padding: 5px 10px; +.buddypress-wrap .activity-comments .bp-feedback, +.bb-modal-activity-footer .bp-feedback { + padding: 5px 10px 5px 0; font-size: 13px; + margin-left: 46px; } - -.buddypress-wrap .activity-comments .bp-feedback.error { - background-color: var(--bb-danger-color); - color: #fff; +.buddypress-wrap .activity-comments .bp-feedback.error, +.bb-modal-activity-footer .bp-feedback.error { + background-color: transparent; + color: var(--bb-danger-color); border: 0; - margin-top: 20px; + margin-top: 8px; +} +.buddypress-wrap .activity-comments .bp-feedback.error:before, +.bb-modal-activity-footer .bp-feedback.error:before { + display: inline-block; + width: 14px; + height: 14px; + content: "\ee65"; + font-family: bb-icons; + font-size: 14px; + font-weight: 200; + margin-right: 5px; +} + +.bb-modal-activity-footer { + font-size: 0.875rem; +} +.bb-modal-activity-footer .bp-feedback { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + margin-left: 46px; +} +.bb-modal-activity-footer .bp-feedback.error:before { + line-height: 1; +} + +.buddypress-wrap .activity-comments > .ac-form .bp-feedback, +.bb-media-model-wrapper .activity-comments > .ac-form .bp-feedback { + margin-left: 46px; +} +.buddypress-wrap .activity-comments ul li.comment-item .ac-form .bp-feedback, +.bb-media-model-wrapper .activity-comments ul li.comment-item .ac-form .bp-feedback { + margin-left: 38px; + line-height: 1.5; +} +.buddypress-wrap .activity-comments > ul > li.comment-item > .ac-form .bp-feedback, +.bb-media-model-wrapper .activity-comments > ul > li.comment-item > .ac-form .bp-feedback { + margin-left: 46px; +} +.buddypress-wrap .activity-comments .display-focus .acomment_inner .acomment-content_block, +.bb-media-model-wrapper .activity-comments .display-focus .acomment_inner .acomment-content_block { + background-color: rgba(var(--bb-primary-color-rgb), 0.1); +} +.buddypress-wrap .activity-comments .acomment_inner .acomment-content_block, +.bb-media-model-wrapper .activity-comments .acomment_inner .acomment-content_block { + background-color: var(--bb-content-alternate-background-color); +} +.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.button, .buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.acomment-reply, +.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.button, +.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.acomment-reply, +.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.button, +.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.acomment-reply, +.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.button, +.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.acomment-reply, +.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.button, +.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.acomment-reply, +.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.button, +.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.acomment-reply { + color: var(--bb-body-text-color); + font-size: 13px; + font-weight: 500; +} +.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.button span:not(.bp-screen-reader-text), .buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.acomment-reply span:not(.bp-screen-reader-text), +.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.button span:not(.bp-screen-reader-text), +.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.acomment-reply span:not(.bp-screen-reader-text), +.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.button span:not(.bp-screen-reader-text), +.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.acomment-reply span:not(.bp-screen-reader-text), +.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.button span:not(.bp-screen-reader-text), +.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.acomment-reply span:not(.bp-screen-reader-text), +.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.button span:not(.bp-screen-reader-text), +.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.acomment-reply span:not(.bp-screen-reader-text), +.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.button span:not(.bp-screen-reader-text), +.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.acomment-reply span:not(.bp-screen-reader-text) { + color: var(--bb-body-text-color); + font-size: 13px; + font-weight: 500; +} +@media screen and (max-width: 544px) { + .buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.button span:not(.bp-screen-reader-text), .buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.acomment-reply span:not(.bp-screen-reader-text), + .buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.button span:not(.bp-screen-reader-text), + .buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.acomment-reply span:not(.bp-screen-reader-text), + .buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.button span:not(.bp-screen-reader-text), + .buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.acomment-reply span:not(.bp-screen-reader-text), + .bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.button span:not(.bp-screen-reader-text), + .bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.acomment-reply span:not(.bp-screen-reader-text), + .bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.button span:not(.bp-screen-reader-text), + .bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.acomment-reply span:not(.bp-screen-reader-text), + .bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.button span:not(.bp-screen-reader-text), + .bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.acomment-reply span:not(.bp-screen-reader-text) { + font-size: 12px; + } +} +@media screen and (max-width: 544px) { + .buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.button, .buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.acomment-reply, + .buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.button, + .buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.acomment-reply, + .buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.button, + .buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.acomment-reply, + .bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.button, + .bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.acomment-reply, + .bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.button, + .bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.acomment-reply, + .bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.button, + .bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.acomment-reply { + font-size: 12px; + } +} + +#buddypress .activity-list .activity-item .action.bp-generic-meta .button:hover > .like-count { + color: var(--bb-body-text-color); +} + +.activity-group-avatar img { + border-radius: 8px; +} +.activity-group-avatar .author-avatar img { + border-radius: 50%; + border: 2px solid var(--bb-content-background-color); +} + +.activity-header .activity-group-heading a { + color: var(--bb-headings-color); + font-weight: 600; +} +.activity-header .activity-group-heading a:hover { + color: var(--bb-primary-color); +} +.activity-header .activity-post-author a { + color: var(--bb-body-text-color); + font-weight: 600; + font-size: 13px; +} +.activity-header .activity-group-post-meta .time-since a { + color: var(--bb-alternate-text-color); + font-weight: 400; +} + +.buddypress-wrap .activity_reaction_popup_error .bp-feedback { + padding: 0; +} +.buddypress-wrap .activity_reaction_popup_error .bp-feedback.error { + color: var(--bb-body-text-color); + background-color: transparent; + border: 1px solid var(--bb-content-border-color); } body #buddypress .bp-list .activity-comments .action { line-height: 1; - margin-left: 51px; +} + +@media screen and (max-width: 980px) { + body #buddypress .bp-list .activity-comments .action { + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; + } +} +.acomment-foot-actions .activity-time-since { + color: var(--bb-alternate-text-color); + font-size: 13px; + line-height: 1; +} +@media screen and (max-width: 544px) { + .acomment-foot-actions .activity-time-since { + font-size: 12px; + } } .activity-list.item-list .activity-item .activity-comments img.avatar { - max-width: 36px; + max-width: 32px; width: 100%; height: auto; } -.activity-list.item-list .activity-item .activity-comments > ul ul li img.avatar { - max-width: 28px; -} - .activity-list .activity-item div.item-avatar { - margin: 0 15px 0 0; + margin: 0 10px 0 0; +} +.activity-list .activity-item .comment-item div.item-avatar { + margin: 7px 10px 0 0; +} +.activity-list .activity-item .comment-item .bb-activity-more-options-wrap .bb-activity-more-options-action:hover { + background-color: var(--bb-content-alternate-background-color); +} +.activity-list .activity-item .comment-item .bb-activity-more-options-wrap .bb-activity-more-options-action i { + color: var(--bb-headings-color-rgb); +} +.activity-list .activity-item .comment-item .bb-activity-more-options-wrap:has(.bb-activity-more-options.is_visible) .bb-activity-more-options-action { + background-color: var(--bb-content-alternate-background-color); +} +.activity-list .activity-item .comment-item .comment-reactions .activity-state-reactions { + background-color: var(--bb-content-background-color); } .buddypress-wrap .activity-comments .show-all button:hover { @@ -9516,25 +9644,39 @@ form.ac-form .ac-reply-content .ac-textarea textarea:focus { #buddypress .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel, #buddypress .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment, #buddypress .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save, -#buddypress .bp-list .activity-comments .bp-generic-meta .generic-button a { +#buddypress .bp-list .activity-comments .bp-generic-meta .generic-button a, +#buddypress .activity-list .activity-item .action.bp-generic-meta .button { background: transparent; padding: 0; - color: #939597; + color: var(--bb-body-text-color); + font-weight: 500; border: 0; - font-size: 12px; + font-size: 13px; line-height: 1; margin: 0; min-height: 10px; + box-shadow: none; } +@media screen and (max-width: 544px) { + #buddypress .bp-list .activity-comments .bp-generic-meta .generic-button a { + font-size: 12px; + } +} #buddypress .activity-list .activity-item .comment-item .activity-meta.action .buddyboss_edit_activity_cancel { font-weight: 500; } .buddypress-wrap .activity-comments .acomment-content p { + margin-bottom: 0.5em; +} +.buddypress-wrap .activity-comments .acomment-content p:last-child { margin-bottom: 0; } +.buddypress-wrap .activity-comments .show-all { + padding: 8px 0 0; +} .buddypress-wrap .activity-comments .show-all button { box-shadow: none; display: -webkit-box; @@ -9544,39 +9686,37 @@ form.ac-form .ac-reply-content .ac-textarea textarea:focus { -ms-flex-align: center; align-items: center; font-size: 14px; + font-weight: 600; + color: var(--bb-body-text-color); text-decoration: none; padding: 0; - margin-bottom: 15px; -} - -.buddypress-wrap .activity-comments .show-all button .icon { - margin-right: 6px; -} - -.buddypress-wrap .activity-comments .show-all button .text-button { - color: #939597; -} - -.buddypress-wrap .activity-comments .show-all button .text-button:hover { - color: var(--bb-primary-color); + line-height: 1.5; } .buddypress-wrap .activity-comments ul li { border-top: 0; margin: 0; - padding-bottom: 15px; +} + +.buddypress-wrap .activity-comments ul li > .acomment-display, +.bb-media-model-wrapper .activity-comments ul li > .acomment-display { + padding-bottom: 12px; +} +.buddypress-wrap .activity-comments ul li > .acomment-display.bp-hide + .acomment-edit-form, +.bb-media-model-wrapper .activity-comments ul li > .acomment-display.bp-hide + .acomment-edit-form { + padding-bottom: 10px; } .buddypress-wrap .activity-comments .acomment-content p, .buddypress-wrap .activity-comments .acomment-meta { - font-size: 13px; + font-size: 14px; } .acomment-meta .author-name { color: var(--bb-headings-color); font-weight: 600; } - +.acomment-meta .bb-activity-edited-text, .acomment-meta .activity-time-since { color: var(--bb-alternate-text-color); font-size: 12px; @@ -9586,6 +9726,11 @@ form.ac-form .ac-reply-content .ac-textarea { padding: 0 10px; } +@media only screen and (max-width: 1120px) and (min-width: 1080px) { + .has-sidebar.activity-sidebar-left form.ac-form .ac-reply-content .ac-textarea .ac-reply-toolbar .post-elements-buttons-item { + margin-right: 5px; + } +} #buddypress form.ac-form .ac-reply-content input[type="submit"] { padding: 7px 20px; height: auto; @@ -9593,7 +9738,6 @@ form.ac-form .ac-reply-content .ac-textarea { line-height: 1; font-size: 14px; font-weight: 500; - margin: 0 0 0 10px; } .acomment-content iframe { @@ -9601,18 +9745,27 @@ form.ac-form .ac-reply-content .ac-textarea { margin-bottom: 5px; } -.buddypress-wrap .activity-comments ul li ul { +.buddypress-wrap .activity-comments ul li ul, +.bb-media-model-wrapper .activity-comments ul li ul { margin-bottom: 0; margin-top: 0; } - -.buddypress-wrap .activity-comments ul li ul li { +.buddypress-wrap .activity-comments ul li ul li, +.bb-media-model-wrapper .activity-comments ul li ul li { margin-bottom: 0; padding-bottom: 0; } - -.buddypress-wrap .activity-comments ul li ul li:first-child { - margin-top: 15px; +.buddypress-wrap .activity-comments ul li ul li.acomments-view-more, +.bb-media-model-wrapper .activity-comments ul li ul li.acomments-view-more { + margin-top: -10px; +} +.buddypress-wrap .activity-comments ul li ul li.acomments-view-more:last-of-type, +.bb-media-model-wrapper .activity-comments ul li ul li.acomments-view-more:last-of-type { + margin-bottom: 0; +} +.buddypress-wrap .activity-comments ul li ul li.acomments-view-more:last-of-type:last-of-type, +.bb-media-model-wrapper .activity-comments ul li ul li.acomments-view-more:last-of-type:last-of-type { + margin-bottom: 8px; } ul.activity-list.item-list.bp-list { @@ -9625,16 +9778,17 @@ ul.activity-list.item-list.bp-list { } .activity-list .activity-item .activity-header .time-since { - font-size: 12px; + font-size: 13px; color: var(--bb-alternate-text-color); text-decoration: none; + font-weight: 400; + letter-spacing: -0.24px; } - .activity-list .activity-item .activity-header .time-since:hover { text-decoration: none; } -.activity-list .activity-item .activity-header .activity-time-since::before { +.activity-list .activity-item .activity-header .activity-time-since:before { color: var(--bb-alternate-text-color); } @@ -9644,7 +9798,6 @@ ul.activity-list.item-list.bp-list { overflow: hidden; padding: 0; } - .activity-list .activity-item .activity-content .activity-inner iframe { margin-top: 10px; border-radius: var(--bb-block-radius-inner); @@ -9697,41 +9850,33 @@ ul.activity-list.item-list.bp-list { } @media screen and (max-width: 1100px) { - .acomment-content iframe, .activity-list .activity-item .activity-content .activity-inner iframe { - - /* height: 100%; + /* height: 100%; width: 100%; */ } } - -.activity-header .activity-time-since::before { +.activity-header .activity-time-since:before { display: block; content: ""; } @media screen and (min-width: 46.8em) { - .buddypress-wrap .activity-inner, .buddypress-wrap .activity-header { font-size: 14px; } } - body.activity-permalink #activity-stream { margin-top: 0; padding-top: 0; } - body.activity-permalink ul.activity-list { margin-top: 0; } - body.activity-permalink .bp-messages { margin-bottom: 20px; } - body.activity-permalink .activity-list .activity-comments { margin-bottom: 0; } @@ -9746,13 +9891,11 @@ body.activity-permalink .activity-comments > ul { } @media screen and (min-width: 46.8em) { - body.activity-permalink .activity-list .activity-avatar { left: 0; top: 0; } } - .activity-comments-items .item-title { word-break: break-word; } @@ -9766,19 +9909,16 @@ body.activity-permalink .activity-comments > ul { .activity-form:not(.focus-in) .medium-editor-placeholder { background-color: transparent; } - .activity-form:not(.focus-in) .whats-new-form-header { border-radius: 4px 4px 0 0; -webkit-transition: background-color 0.5s; transition: background-color 0.5s; } - .activity-form:not(.focus-in):hover .whats-new-form-header { background-color: var(--bb-content-alternate-background-color); } @media screen and (min-width: 46.8em) { - .activity.buddypress .bp-single-vert-nav .item-body { overflow: inherit; } @@ -9789,7 +9929,6 @@ body.activity-permalink .activity-comments > ul { margin-left: 0; } } - .activity-inner .fluid-width-video-wrapper, .acomment-content .fluid-width-video-wrapper { margin: 12px 0; @@ -9818,11 +9957,9 @@ body.activity-permalink .activity-comments > ul { width: 100%; border-radius: 4px; } - .bs-activity-wrap .inner-wrap .gif-wrap img { border-radius: 4px; } - .bs-activity-wrap .inner-wrap .video-container { border-radius: 4px; overflow: hidden; @@ -9840,7 +9977,6 @@ body.activity-permalink .activity-comments > ul { padding-top: 100%; display: block; } - .bb-dz-preview-wrap .dz-image img { position: absolute; top: 0; @@ -9873,7 +10009,6 @@ body.activity-permalink .activity-comments > ul { .bb-activity-author { margin-right: 3px; } - .bb-activity-author + p { display: inline; } @@ -9885,12 +10020,10 @@ body.activity-permalink .activity-comments > ul { div#buddypress .activity-read-more { margin-left: 0; } - div#buddypress .activity-read-more a { font-size: inherit; border: 0; } - div#buddypress .activity-read-more a:hover { background: transparent; } @@ -9899,7 +10032,6 @@ div#buddypress .activity-read-more a:hover { height: auto; padding-bottom: 0; } - .wp-embedded-content + .video-container iframe { position: static; } @@ -9918,54 +10050,44 @@ iframe.wp-embedded-content { margin-bottom: 5px; padding: 12px 0; } - .bs-update .activity-item-header { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } - .activity-item-header .item-avatar { margin-right: 12px; padding-top: 3px; position: relative; } - .activity-item-header .item-avatar .avatar:not(.profile-avatar) { border-radius: 50%; max-width: 36px; } - .activity-item-header .item { line-height: 21px; } - .activity-item-header .item p { margin-bottom: 0; color: #7f868f; } - .activity-item-header .item p a { color: var(--bb-headings-color); } - .activity-item-header .item p a:hover { color: var(--bb-primary-color); text-decoration: none; } - .activity-item-header .item p a img.avatar { border-radius: 50%; margin-right: 4px; position: relative; bottom: 1px; } - .activity-item-header .item p a.activity-time-since { display: none; } - -.activity-item-header .bs-dropdown::after { +.activity-item-header .bs-dropdown:after { right: 19px; } @@ -9985,7 +10107,6 @@ iframe.wp-embedded-content { color: #939597; position: relative; } - .activity-item-header .item-title img { position: relative; bottom: 1px; @@ -10001,7 +10122,6 @@ iframe.wp-embedded-content { color: var(--bb-headings-color); display: inline; } - .activity-item-header .item-title a:hover { color: var(--bb-primary-color); } @@ -10044,7 +10164,6 @@ a.activity-date:hover { .activity-item-footer { padding: 15px 0; } - .activity-item-footer input { width: 100%; } @@ -10092,7 +10211,6 @@ span.gif-photo-source { font-size: 20px; opacity: 0.4; } - .bs-activity-wrap .bs-dropdown-link:hover { color: rgba(18, 43, 70, 0.8); } @@ -10104,43 +10222,35 @@ span.gif-photo-type { .bs-activity-wrap .bs-dropdown { right: -12px; } - .bs-activity-wrap .bs-dropdown#activity-actionlist-location { padding: 10px; } - .bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart { border: 0; } - .bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart .emoji-mart-anchors .emoji-mart-anchor { color: rgba(18, 43, 70, 0.3); cursor: pointer; } - .bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart .emoji-mart-anchors .emoji-mart-anchor:hover { color: rgba(18, 43, 70, 0.8); } - .bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart .emoji-mart-anchors .emoji-mart-anchor-selected { color: rgba(18, 43, 70, 0.8) !important; } - .bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart .emoji-mart-anchors .emoji-mart-anchor-selected .emoji-mart-anchor-bar { background-color: rgba(18, 43, 70, 0.8) !important; } - .bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart-search { margin-bottom: 6px; } - .bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart-search input { height: 35px; font-size: 14px; padding: 0.1em 0.9em; } -.bs-activity-wrap .bs-dropdown::after { +.bs-activity-wrap .bs-dropdown:after { right: 22px; } @@ -10151,9 +10261,8 @@ span.gif-photo-type { right: -5px; left: auto; } - -.bb-media-model-container .add-comment-wrap.bb-emoji-up .bs-emoji-dropdown::after, -.bb-media-model-container .activity-comments-items li:nth-child(n+4) .bs-emoji-dropdown::after { +.bb-media-model-container .add-comment-wrap.bb-emoji-up .bs-emoji-dropdown:after, +.bb-media-model-container .activity-comments-items li:nth-child(n+4) .bs-emoji-dropdown:after { right: -2px; bottom: -10px; top: auto; @@ -10166,8 +10275,7 @@ span.gif-photo-type { top: auto; bottom: 25px; } - -.bb-media-model-container .bs-item-wrap:last-child .bs-dropdown::after { +.bb-media-model-container .bs-item-wrap:last-child .bs-dropdown:after { right: -2px; bottom: -10px; top: auto; @@ -10199,7 +10307,6 @@ span.gif-photo-type { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .bs-activity-ctrl > div { margin-top: 10px; margin-bottom: 10px; @@ -10214,11 +10321,9 @@ span.gif-photo-type { letter-spacing: 0; line-height: 1; } - #buddypress h6.list-comments-heading a { color: inherit; } - #buddypress h6.list-comments-heading a:hover { color: var(--bb-primary-color); } @@ -10226,7 +10331,6 @@ span.gif-photo-type { .activity-comments-items .bs-item-wrap .item-avatar { margin-right: 12px; } - .activity-comments-items .bs-item-wrap .item-avatar .avatar:not(.profile-avatar) { border-radius: 50%; max-width: 36px; @@ -10265,21 +10369,17 @@ span.gif-photo-type { padding: 12px 15px; border-radius: 0 0 4px 4px; } - .add-comment-wrap .item-avatar { margin-right: 12px; } - .add-comment-wrap .avatar:not(.profile-avatar) { max-width: 36px; } - .add-comment-wrap .add-comment { width: 100%; background: transparent; border-radius: 4px; } - .add-comment-wrap .add-comment:hover { background: #fff; } @@ -10300,6 +10400,9 @@ span.gif-photo-type { max-height: calc(100% - 61px); overflow: auto; } +.bb-media-model-wrapper.bb-internal-model .activity-list .comment-item .bb-activity-more-options-wrap { + right: -10px; +} .activity-item-footer .like-count { margin-left: 7px; @@ -10338,7 +10441,6 @@ span.gif-photo-type { .bs-activity-comments .add-comment .bs-generic-button { position: relative; } - .bs-activity-comments .add-comment .bs-generic-button a { color: rgba(18, 43, 70, 0.4); -webkit-transition: all linear 0.2s; @@ -10363,45 +10465,36 @@ span.gif-photo-type { border: 0; background-color: transparent; } - .bs-item-list.activity-comments-items.list-view .bs-item-wrap:hover { box-shadow: 0 3px 24px 0 rgba(18, 43, 70, 0.08); border-radius: 3px; position: relative; z-index: 1; } - .bs-item-list.activity-comments-items.list-view .bs-item-wrap .item-expand .bs-dropdown { right: 7px; top: 45px; } - .bs-item-list.activity-comments-items.list-view .bs-item-wrap ul.activity-comments-items { width: 100%; padding-top: 10px; } - .bs-item-list.activity-comments-items.list-view .bs-item-wrap ul.activity-comments-items li { padding-right: 0; } - .bs-item-list.activity-comments-items.list-view .bs-item-wrap ul.activity-comments-items li:hover { box-shadow: none; border-radius: 0; } - .bs-item-list.activity-comments-items.list-view .bs-item-wrap ul.activity-comments-items li:last-of-type { padding-bottom: 0; } - .bs-item-list.activity-comments-items.list-view .bs-item-wrap ul.activity-comments-items li .item-expand .bs-dropdown { right: -15px; } - .bs-item-list.activity-comments-items.list-view .bs-item-wrap .item { line-height: 24px; } - .bs-item-list.activity-comments-items.list-view .bs-item-wrap .add-comment-wrap { padding-right: 0; } @@ -10436,13 +10529,11 @@ span.gif-photo-type { font-size: 14px; opacity: 1; } - .activity-comments-items .bs-item-wrap a.expand-comment .bb-icon-angle-down { font-size: 22px; position: relative; top: -5px; } - .activity-comments-items .bs-item-wrap a.expand-comment:hover { color: rgba(18, 43, 70, 0.8); } @@ -10539,7 +10630,7 @@ span.gif-photo-type { margin: 0 0 0 10px; } -.poll-item i.bb-icon-check-small::before { +.poll-item i.bb-icon-check-small:before { content: "\e876"; width: 22px; height: 22px; @@ -10557,15 +10648,12 @@ span.gif-photo-type { .befriend-info { margin-bottom: 5px; } - .befriend-info p { margin: 0; } - .befriend-info a { color: var(--bb-headings-color); } - .befriend-info img.avatar { max-width: 30px; border-radius: 50%; @@ -10580,7 +10668,6 @@ span.gif-photo-type { #buddypress .befriend-info a.activity-time-since { color: var(--bb-headings-color); } - #buddypress .befriend-info a.activity-time-since:hover { color: var(--bb-primary-color); text-decoration: none; @@ -10601,11 +10688,9 @@ span.gif-photo-type { line-height: 1.357; word-wrap: break-word; } - .bs-activity-wrap .post-info p { margin-bottom: 1rem; } - .bs-activity-wrap .post-info img { margin-top: 1rem; } @@ -10613,7 +10698,6 @@ span.gif-photo-type { .bs-activity-wrap.bb-poll .activity-item-body { padding-left: 48px; } - .bs-activity-wrap.bb-poll .activity-item-body .inner-wrap { font-size: 16px; } @@ -10640,13 +10724,11 @@ span.gif-photo-type { position: relative; min-height: 36px; } - .post-link-container .close-link { position: absolute; right: 5px; top: 5px; } - .post-link-container h4 { font-size: 15px; font-weight: 500; @@ -10654,7 +10736,6 @@ span.gif-photo-type { line-height: 1.21; margin: 0 0 10px; } - .post-link-container .link-wrap { padding: 7px 10px; } @@ -10679,7 +10760,6 @@ span.gif-photo-type { width: 180px; min-height: 208px; } - .link-img-holder a { display: block; width: 100%; @@ -10692,7 +10772,7 @@ span.gif-photo-type { min-height: 140px; } -.post-link-container .bb-icon-close-circle::before { +.post-link-container .bb-icon-close-circle:before { color: var(--bb-alternate-text-color); font-size: 1.5em; margin-top: 5px; @@ -10748,7 +10828,6 @@ label[for="whats-new-post-in"] { .bs-update .activity-item-body { padding: 0 15px; } - .bs-update .activity-item-footer { padding: 0 15px 15px; } @@ -10784,7 +10863,6 @@ label[for="whats-new-post-in"] { } .group-media { - /* position: relative; z-index: 1; */ } @@ -10859,7 +10937,6 @@ label[for="whats-new-post-in"] { font-size: 0; margin: 0 0 1rem; } - .type-case-photo ul li { position: relative; display: inline-block; @@ -10867,7 +10944,6 @@ label[for="whats-new-post-in"] { width: calc(33.333% - 0.5rem); margin-bottom: 0.5rem; } - .type-case-photo ul li a img { position: absolute; top: 0; @@ -10876,8 +10952,7 @@ label[for="whats-new-post-in"] { object-fit: cover; border-radius: 4px; } - -.type-case-photo ul li::before { +.type-case-photo ul li:before { display: block; width: 100%; padding-bottom: 100%; @@ -10889,10 +10964,9 @@ label[for="whats-new-post-in"] { margin-bottom: 1rem; font-size: 16px; } - -.type-tag-wrap a i::before { +.type-tag-wrap a i:before { color: rgba(18, 43, 70, 0.4); - font-weight: 700; + font-weight: bold; } .type-tag-wrap .bs-dropdown { @@ -10904,13 +10978,12 @@ label[for="whats-new-post-in"] { padding: 10px; min-width: 300px; } - .type-tag-wrap .bs-dropdown input[type="search"] { width: 100%; padding-left: 2.5rem; } -.type-tag-wrap .bs-dropdown::after { +.type-tag-wrap .bs-dropdown:after { top: unset; right: unset; left: 50px; @@ -10928,7 +11001,6 @@ label[for="whats-new-post-in"] { z-index: 9; cursor: pointer; } - .close-type-photo i { color: #fd4343; } @@ -10951,8 +11023,7 @@ label[for="whats-new-post-in"] { min-width: 400px; z-index: 100; } - -.act-dropdown::after { +.act-dropdown:after { content: " "; position: absolute; width: 0; @@ -10974,25 +11045,21 @@ label[for="whats-new-post-in"] { transition: all linear 0.2s; z-index: 101; } - .act-dropdown#activity-actionlist-gifsearch .gif-search-result { max-height: 300px; overflow: auto; margin: 10px 0; } - .act-dropdown input[type="search"] { padding-left: 2.5rem; width: 100%; } @media (max-width: 544px) { - .act-dropdown { min-width: 250px; } } - a.activity-type-icon { position: relative; } @@ -11005,7 +11072,7 @@ span.bs-dropdown-wrap.disabled { display: none; } -a.activity-type-icon.open-down::after { +a.activity-type-icon.open-down:after { content: " "; position: absolute; width: 0; @@ -11037,14 +11104,12 @@ a.activity-type-icon.open-down::after { flex-wrap: wrap; margin: 0 5px 0 0; } - .gif-holder ul li { width: -webkit-calc(100% * (1 / 3)); width: calc(100% * (1 / 3)); margin-bottom: 4px; padding: 0 2px; } - .gif-holder ul li img { width: 100%; } @@ -11052,7 +11117,6 @@ a.activity-type-icon.open-down::after { .bs-dropdown-model { display: none; } - .bs-dropdown-model.open { display: block; } @@ -11060,7 +11124,6 @@ a.activity-type-icon.open-down::after { .bb-input-poll { max-width: 400px; } - .bb-input-poll .item { display: -webkit-box; display: -ms-flexbox; @@ -11070,8 +11133,7 @@ a.activity-type-icon.open-down::after { align-items: center; padding: 6px 0; } - -.bb-input-poll .item::before { +.bb-input-poll .item:before { content: ""; background: var(--bb-content-alternate-background-color); border: 1px solid #dedfe2; @@ -11081,7 +11143,6 @@ a.activity-type-icon.open-down::after { margin-right: 10px; cursor: move; } - .bb-input-poll input { -webkit-box-flex: 1; -ms-flex: 1; @@ -11091,7 +11152,6 @@ a.activity-type-icon.open-down::after { height: 34px; max-width: 343px; } - .bb-input-poll .bb-icon-close-circle { font-size: 22px; color: #c4cad1; @@ -11101,12 +11161,10 @@ a.activity-type-icon.open-down::after { -webkit-transition: 0.2s all; transition: 0.2s all; } - .bb-input-poll .item:hover .bb-icon-close-circle { visibility: visible; opacity: 1; } - .bb-input-poll .bb-sign { font-size: 14px; } @@ -11125,7 +11183,6 @@ a.activity-type-icon.open-down::after { font-weight: 500; line-height: 1; } - #adds-poll-choice a { cursor: pointer; } @@ -11134,7 +11191,6 @@ a.activity-type-icon.open-down::after { color: var(--bb-danger-color); margin-left: 20px; } - .bb-input-poll .close-link .bb-sign { font-size: 11px; } @@ -11150,101 +11206,83 @@ a.activity-type-icon.open-down::after { -ms-flex-align: start; align-items: flex-start; position: relative; + width: -webkit-calc(100% + 6px); + width: calc(100% + 6px); } .bb-activity-video-elem .video-js { border-radius: var(--bb-block-radius-inner); } - .bb-activity-video-elem .video-js video, .bb-activity-video-elem .video-js .vjs-poster { border-radius: var(--bb-block-radius-inner); } - .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap { background-color: var(--bb-content-alternate-background-color); } - .acomment-content .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap { -webkit-filter: brightness(0.94); filter: brightness(0.94); } - -.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap::before { +.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap:before { background-color: var(--bb-alternate-text-color) !important; color: var(--bb-content-alternate-background-color); opacity: 0.5; } - -.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap:hover::before, +.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap:hover:before, .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap:hover .item-action-wrap > a i, .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap:hover .bb-videos-length { opacity: 1; } - -.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap::after { +.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap:after { display: none; } - .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap img { opacity: 0; } - .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap .bb-video-duration { background-color: transparent; color: var(--bb-alternate-text-color); opacity: 1; } - .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap .bb-videos-length { background-color: transparent; color: var(--bb-alternate-text-color); opacity: 0.6; } - .bb-activity-video-elem.has-no-thumbnail .video-js:not(.vjs-has-started).vjs-paused { background-color: transparent; } - .bb-activity-video-elem.has-no-thumbnail .video-js:not(.vjs-has-started).vjs-paused video { opacity: 0; } - .bb-activity-video-elem.has-no-thumbnail .video-js:not(.vjs-has-started).vjs-paused .vjs-big-play-button { background-color: var(--bb-alternate-text-color) !important; opacity: 0.5 !important; } - -.bb-activity-video-elem.has-no-thumbnail .video-js:not(.vjs-has-started).vjs-paused .vjs-big-play-button::before { +.bb-activity-video-elem.has-no-thumbnail .video-js:not(.vjs-has-started).vjs-paused .vjs-big-play-button:before { color: var(--bb-content-alternate-background-color); } - .bb-activity-video-elem.has-no-thumbnail .video-js:not(.vjs-has-started).vjs-paused:hover .vjs-big-play-button { opacity: 1 !important; } - -.bb-activity-video-elem.has-no-thumbnail .video-js:not(.vjs-has-started).vjs-paused::after { +.bb-activity-video-elem.has-no-thumbnail .video-js:not(.vjs-has-started).vjs-paused:after { display: none; } - .bb-activity-video-elem.has-no-thumbnail .vjs-poster { background-color: var(--bb-content-alternate-background-color); } - .bb-activity-video-elem.has-no-thumbnail .bb-video-duration { background-color: var(--bb-alternate-text-color); color: #fff; opacity: 0.8; } - .bb-activity-video-elem.has-no-thumbnail:hover .item-action-wrap > a i { opacity: 1; } - .bb-activity-video-elem.has-no-thumbnail .item-action-wrap > a { background-color: transparent !important; } - .bb-activity-video-elem.has-no-thumbnail .item-action-wrap > a i { color: var(--bb-alternate-text-color); font-size: 18px; @@ -11256,54 +11294,45 @@ a.activity-type-icon.open-down::after { -webkit-filter: brightness(0.94); filter: brightness(0.94); } - -#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap::before, -.bb-video-thumb.has-no-thumbnail .bb-video-cover-wrap::before { +#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap:before, +.bb-video-thumb.has-no-thumbnail .bb-video-cover-wrap:before { background-color: var(--bb-alternate-text-color) !important; color: var(--bb-content-alternate-background-color); opacity: 0.5; } - -#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap:hover::before, -.bb-video-thumb.has-no-thumbnail .bb-video-cover-wrap:hover::before { +#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap:hover:before, +.bb-video-thumb.has-no-thumbnail .bb-video-cover-wrap:hover:before { opacity: 1; } - -#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap::after, -.bb-video-thumb.has-no-thumbnail .bb-video-cover-wrap::after { +#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap:after, +.bb-video-thumb.has-no-thumbnail .bb-video-cover-wrap:after { display: none; } - #bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap img, .bb-video-thumb.has-no-thumbnail .bb-video-cover-wrap img { opacity: 0; } - #bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .item-action-wrap > a, .bb-video-thumb.has-no-thumbnail .item-action-wrap > a { background-color: transparent !important; } - #bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .item-action-wrap > a i, .bb-video-thumb.has-no-thumbnail .item-action-wrap > a i { color: var(--bb-alternate-text-color) !important; opacity: 1 !important; } - #bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail:hover .item-action-wrap > a i, #bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail:hover .bb-videos-length, .bb-video-thumb.has-no-thumbnail:hover .item-action-wrap > a i, .bb-video-thumb.has-no-thumbnail:hover .bb-videos-length { opacity: 1; } - #bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-video-duration, .bb-video-thumb.has-no-thumbnail .bb-video-duration { background-color: transparent; color: var(--bb-alternate-text-color); opacity: 1; } - #bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-videos-length, .bb-video-thumb.has-no-thumbnail .bb-videos-length { background-color: transparent; @@ -11324,68 +11353,55 @@ a.activity-type-icon.open-down::after { .video-js { font-family: inherit; } - .video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical { background: var(--bb-tooltip-background); border-radius: 5px; width: 25px; } - -.video-js [data-balloon]::after { +.video-js [data-balloon]:after { background: var(--bb-tooltip-background); } - .video-js .vjs-play-progress { background-color: var(--bb-primary-color); } - -.video-js .vjs-play-progress::before { +.video-js .vjs-play-progress:before { color: var(--bb-primary-color); } - .video-js .vjs-volume-level { background-color: var(--bb-primary-color); border-radius: 4px; } - .video-js .vjs-menu .vjs-menu-content { background: var(--bb-tooltip-background); border-radius: 5px; } - .video-js .vjs-menu li { color: var(--bb-tooltip-color); } - .video-js .vjs-menu li .vjs-menu-item-text { opacity: 0.7; font-size: 11px; font-weight: 500; } - .video-js .vjs-menu li.vjs-selected, .video-js .vjs-menu li:hover { color: var(--bb-tooltip-background); /* stylelint-disable max-line-length */ background-color: var(--bb-tooltip-color) !important; /* stylelint-enable */ } - .video-js .vjs-menu li.vjs-selected .vjs-menu-item-text, .video-js .vjs-menu li:hover .vjs-menu-item-text { opacity: 1; } - .has-no-thumbnail .video-js.vjs-error .vjs-error-display.vjs-modal-dialog { background: var(--bb-content-alternate-background-color); color: var(--bb-alternate-text-color); } - .has-no-thumbnail .video-js.vjs-error .vjs-error-display.vjs-modal-dialog .vjs-modal-dialog-content { font-size: 16px; font-weight: 500; color: var(--bb-alternate-text-color); } - -.has-no-thumbnail .video-js.vjs-error .vjs-error-display.vjs-modal-dialog::before { +.has-no-thumbnail .video-js.vjs-error .vjs-error-display.vjs-modal-dialog:before { color: var(--bb-alternate-text-color); opacity: 0.4; } @@ -11393,7 +11409,6 @@ a.activity-type-icon.open-down::after { .bb-activity-media-elem { padding: 3px; } - .bb-activity-media-elem .entry-img { background: transparent; border-radius: var(--bb-block-radius-inner); @@ -11401,7 +11416,6 @@ a.activity-type-icon.open-down::after { position: relative; padding-top: 38.56%; } - .bb-activity-media-elem .bb-photos-length { position: absolute; width: 100%; @@ -11426,7 +11440,6 @@ a.activity-type-icon.open-down::after { font-weight: 500; line-height: 1.31; } - .bb-activity-media-elem .bb-photos-length strong { color: inherit; display: block; @@ -11434,15 +11447,12 @@ a.activity-type-icon.open-down::after { font-weight: 600; line-height: 1.33; } - .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap > a:hover { color: var(--bb-primary-color); } - .bb-activity-media-elem.document-activity.code-full-view .document-action-wrap .document-action_collapse i { color: var(--bb-primary-color); } - .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-preview-wrap { background-color: rgba(0, 0, 0, 0.05); border-color: var(--bb-content-border-color); @@ -11453,75 +11463,59 @@ a.activity-type-icon.open-down::after { border-color: var(--bb-content-border-color); border-radius: var(--bb-block-radius-inner); } - .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-preview-wrap { border-radius: var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0; } - .bb-activity-media-wrap .bb-activity-media-elem.document-activity .more_text_view { background-color: var(--bb-body-background-color); border-color: var(--bb-content-border-color); color: var(--bb-alternate-text-color); } - .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-text-wrap { border-color: var(--bb-content-border-color); border-radius: var(--bb-option-radius); } - .bb-activity-media-wrap .bb-activity-media-elem.document-activity:hover { background-color: var(--bb-content-alternate-background-color); } - .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap { background-color: var(--bb-content-background-color); } - .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-description, .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-extension-description, .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-helper-text { color: var(--bb-alternate-text-color); } - .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-title { color: var(--bb-headings-color); } - .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap > a i { background-color: var(--bb-content-background-color); border-color: var(--bb-content-border-color); color: var(--bb-headings-color); } - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap > a i::before { +.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap > a i:before { opacity: 0.4; } - .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap > a:hover > i { color: var(--bb-headings-color); } - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap > a:hover > i::before { +.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap > a:hover > i:before { opacity: 1; } - .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul li a { color: var(--bb-body-text-color); } - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul li a::before { +.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul li a:before { color: var(--bb-alternate-text-color); } - .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .entry-img > i { color: var(--bb-alternate-text-color); } - .bb-activity-media-wrap .CodeMirror-gutters { background-color: var(--bb-body-background-color); border-color: var(--bb-content-border-color); } - .bb-activity-media-wrap .CodeMirror-linenumber { color: var(--bb-alternate-text-color); text-align: center; @@ -11530,11 +11524,9 @@ a.activity-type-icon.open-down::after { .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap > a.document-action_download i { border-radius: var(--bb-option-radius) 0 0 var(--bb-option-radius); } - .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap > a.document-action_more i { border-radius: 0 var(--bb-option-radius) var(--bb-option-radius) 0; } - .bb-activity-media-wrap .bb-activity-media-elem.document-activity.is_large .document-action-wrap .document-action_collapse i, .bb-activity-media-wrap .bb-activity-media-elem.document-activity.code-full-view .document-action-wrap .document-action_collapse i { border-radius: var(--bb-option-radius) 0 0 var(--bb-option-radius); } @@ -11542,15 +11534,12 @@ a.activity-type-icon.open-down::after { .activity-list li.blogs .activity-content .activity-inner .bb-post-title { color: var(--bb-headings-color); } - .activity-list li.blogs .activity-content .activity-inner .activity-discussion-title-wrap { color: var(--bb-headings-color); } - .activity-list li.blogs .activity-content .activity-inner .activity-discussion-title-wrap a:hover { color: var(--bb-primary-color); } - .activity-list li.blogs .activity-content .activity-inner .bb-content-wrp { background-color: var(--bb-content-alternate-background-color); } @@ -11559,17 +11548,14 @@ a.activity-type-icon.open-down::after { .activity-list li.bbp_reply_create .activity-content .activity-inner .activity-discussion-title-wrap a { color: var(--bb-headings-color); } - .activity-list li.bbp_topic_create .activity-content .activity-inner .activity-discussion-title-wrap a:hover, .activity-list li.bbp_reply_create .activity-content .activity-inner .activity-discussion-title-wrap a:hover { color: var(--bb-primary-color); } - .activity-list li.bbp_topic_create .activity-content .activity-inner .activity-discussion-title-wrap ~ .activity-attached-gif-container .gif-player, .activity-list li.bbp_reply_create .activity-content .activity-inner .activity-discussion-title-wrap ~ .activity-attached-gif-container .gif-player { margin: auto; } - .activity-list li.bbp_topic_create .activity-content .activity-inner .activity-discussion-title-wrap ~ .activity-attached-gif-container .gif-player .gif-icon, .activity-list li.bbp_reply_create .activity-content .activity-inner .activity-discussion-title-wrap ~ .activity-attached-gif-container .gif-player .gif-icon { border-radius: 0 var(--bb-block-radius-inner) 0 var(--bb-block-radius-inner); @@ -11601,15 +11587,12 @@ a.activity-type-icon.open-down::after { .bb-media-length-1 .bb-activity-media-elem .entry-img { padding-top: 0 !important; } - .bb-media-length-1 .bb-activity-media-elem .entry-img img { position: static; } - .bb-media-length-2 .bb-activity-media-elem .entry-img { padding-top: 80%; } - .bb-media-length-3 .bb-activity-media-elem .entry-img.act-grid-1-1 { padding-top: 52.56%; } @@ -11620,7 +11603,6 @@ a.activity-type-icon.open-down::after { flex: 0 0 33.33%; max-width: 33.33%; } - .bb-media-length-4 .bb-activity-media-elem.act-grid-1-2 .entry-img { padding-top: 72.56%; } @@ -11628,21 +11610,18 @@ a.activity-type-icon.open-down::after { .bb-media-length-5 .bb-activity-media-elem .entry-img { padding-top: 72.56%; } - .bb-media-length-5 .act-grid-1-1 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } - .bb-media-length-5 .act-grid-1-1 + .act-grid-1-2 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } - .bb-media-length-5 .act-grid-1-2 { -webkit-box-flex: 0; -ms-flex: 0 0 33.33%; @@ -11653,25 +11632,21 @@ a.activity-type-icon.open-down::after { .bb-activity-media-wrap.bb-media-length-3 .act-grid-1-2 .entry-img { padding-top: 55.56%; } - .bb-activity-media-wrap.bb-media-length-3 .act-grid-1-1.bb-vertical-layout { -webkit-box-flex: 0; -ms-flex: 0 0 64%; flex: 0 0 64%; max-width: 64%; } - .bb-activity-media-wrap.bb-media-length-3 .act-grid-1-1.bb-vertical-layout ~ .bb-activity-media-elem { -webkit-box-flex: 0; -ms-flex: 0 0 36%; flex: 0 0 36%; max-width: 36%; } - .bb-activity-media-wrap.bb-media-length-3 .act-grid-1-1.bb-vertical-layout ~ .bb-activity-media-elem .entry-img { padding-top: 105.6%; } - .bb-activity-media-wrap.bb-media-length-3 .act-grid-1-1.bb-vertical-layout + div + div { position: absolute; right: 0; @@ -11679,7 +11654,6 @@ a.activity-type-icon.open-down::after { width: 36%; } @media screen and (max-width: 544px) { - .bb-activity-media-wrap.bb-media-length-3 .act-grid-1-1.bb-vertical-layout + div, .bb-activity-media-wrap.bb-media-length-3 .act-grid-1-1.bb-vertical-layout + div + div { position: static; @@ -11693,22 +11667,18 @@ a.activity-type-icon.open-down::after { flex: 0 0 64%; max-width: 64%; } - .bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout ~ .bb-activity-media-elem { -webkit-box-flex: 0; -ms-flex: 0 0 36%; flex: 0 0 36%; max-width: 36%; } - .bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout ~ .bb-activity-media-elem .entry-img { padding-top: 69.1%; } - .bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout .entry-img { padding-top: 119%; } - .bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout + div, .bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout + div + div, .bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout + div + div + div { @@ -11717,17 +11687,14 @@ a.activity-type-icon.open-down::after { top: 0; width: 36%; } - .bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout + div + div { top: 33.4%; } - .bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout + div + div + div { top: initial; bottom: 0; } @media screen and (max-width: 544px) { - .bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout + div, .bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout + div + div, .bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout + div + div + div { @@ -11739,21 +11706,18 @@ a.activity-type-icon.open-down::after { .bb-activity-media-wrap.bb-media-length-more .bb-activity-media-elem .entry-img { padding-top: 82.56%; } - .bb-activity-media-wrap.bb-media-length-more .act-grid-1-1 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } - .bb-activity-media-wrap.bb-media-length-more .act-grid-1-1 + .act-grid-1-2 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } - .bb-activity-media-wrap.bb-media-length-more .act-grid-1-2 { -webkit-box-flex: 0; -ms-flex: 0 0 33.33%; @@ -11776,25 +11740,21 @@ a.activity-type-icon.open-down::after { -ms-flex-direction: column; flex-direction: column; } - .bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } - .bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-text-wrap { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } - .bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .more_text_view { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; } - .bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap { bottom: 21px; top: inherit; @@ -11807,7 +11767,6 @@ a.activity-type-icon.open-down::after { div[class*="attached-gif-container"] .gif-player video { border-radius: var(--bb-block-radius-inner); } - div[class*="attached-gif-container"] .gif-player .gif-play-button { display: -webkit-box; display: -ms-flexbox; @@ -11819,7 +11778,6 @@ div[class*="attached-gif-container"] .gif-player .gif-play-button { -ms-flex-pack: center; justify-content: center; } - div[class*="attached-gif-container"] .gif-player .gif-play-button .bb-icon-play { content: "\eef7"; font-family: bb-icons; @@ -11853,12 +11811,10 @@ div[class*="attached-gif-container"] .gif-player .gif-play-button .bb-icon-play transition: all ease 0.3s !important; border-radius: 50%; } - -div[class*="attached-gif-container"] .gif-player .gif-play-button .bb-icon-play::before { +div[class*="attached-gif-container"] .gif-player .gif-play-button .bb-icon-play:before { font-size: 46px; opacity: 0.8; } - div[class*="attached-gif-container"] .gif-player .gif-icon { border-radius: 0 var(--bb-block-radius-inner) 0 0; } @@ -11878,15 +11834,12 @@ ul.bb-choices { color: var(--bb-headings-color); margin: 0 0 20px; } - ul.bb-choices li { margin-bottom: 12px; } - ul.bb-choices a { color: inherit; } - ul.bb-choices .bb-choice-wrap { position: relative; border-radius: 3px; @@ -11901,20 +11854,16 @@ ul.bb-choices .bb-choice-wrap { -ms-flex-align: center; align-items: center; } - ul.bb-choices label { font-size: 16px; } - ul.bb-choices .bar { margin-right: 20px; position: relative; } - ul.bb-choices svg { position: relative; } - ul.bb-choices .bg-bag { width: 50%; background: var(--bb-content-border-color); @@ -11924,39 +11873,34 @@ ul.bb-choices .bg-bag { height: 100%; top: 0; } - ul.bb-choices strong { font-weight: 500; min-width: 42px; display: inline-block; } - ul.bb-choices .bb-votes { color: var(--bb-alternate-text-color); letter-spacing: -0.24px; } - -ul.bb-choices .bs-styled-radio + label::before, -ul.bb-choices .bs-styled-radio + .bb-radio-label::before { +ul.bb-choices .bs-styled-radio + label:before, +ul.bb-choices .bs-styled-radio + .bb-radio-label:before { border-width: 1px; width: 18px; height: 18px; top: -2px; } - -ul.bb-choices .bs-styled-radio:checked + label::before, -ul.bb-choices .bs-styled-radio:checked + .bb-radio-label::before { +ul.bb-choices .bs-styled-radio:checked + label:before, +ul.bb-choices .bs-styled-radio:checked + .bb-radio-label:before { background: var(--bb-success-color); border-color: var(--bb-success-color); } - -ul.bb-choices .bs-styled-radio:checked + label::after, -ul.bb-choices .bs-styled-radio:checked + .bb-radio-label::after { +ul.bb-choices .bs-styled-radio:checked + label:after, +ul.bb-choices .bs-styled-radio:checked + .bb-radio-label:after { background: transparent; color: #fff; content: "\e876"; display: inline-block; - font: 400 normal normal 14px/1 bb-icons; + font: normal normal normal 14px/1 bb-icons; font-size: 24px; text-rendering: auto; -webkit-font-smoothing: antialiased; @@ -11969,7 +11913,6 @@ ul.bb-choices .bs-styled-radio:checked + .bb-radio-label::after { min-width: 110px; margin-right: 25px; } - .bb-poll-footer .bb-votes { color: var(--bb-alternate-text-color); letter-spacing: -0.24px; @@ -11980,14 +11923,12 @@ ul.bb-choices .bs-styled-radio:checked + .bb-radio-label::after { border: 1px solid var(--bb-content-border-color); border-radius: 4px; } - .map-wrap .bb-map-img-wrap { position: relative; overflow: hidden; padding-top: 42.56%; display: block; } - .map-wrap .bb-map-img-wrap img { position: absolute; top: 0; @@ -12001,27 +11942,23 @@ ul.bb-choices .bs-styled-radio:checked + .bb-radio-label::after { min-width: 100%; object-fit: cover; } - .map-wrap .location-info { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 15px; } - .map-wrap h4 { font-size: 14px; font-weight: 500; letter-spacing: -0.24px; margin: 0 0 3px; } - .map-wrap .location-meta { font-size: 13px; color: var(--bb-alternate-text-color); line-height: 1.4; } - .map-wrap .bb-checkin-img { display: inline-block; margin-right: 15px; @@ -12064,41 +12001,32 @@ ul.bb-choices .bs-styled-radio:checked + .bb-radio-label::after { justify-content: space-between; margin-bottom: 20px; } - #buddypress div#subnav.bb-item-list-tabs ul#activity-sub-nav { margin: 0; } - #buddypress div#subnav.bb-item-list-tabs ul#activity-sub-nav > li { padding-bottom: 0; } - #buddypress div#subnav.bb-item-list-tabs ul#activity-sub-nav .sub-menu { top: 36px; } - #buddypress div#subnav.bb-item-list-tabs ul#activity-sub-nav .sub-menu li { float: none; } - #buddypress div#subnav.bb-item-list-tabs ul#activity-sub-nav .sub-menu li a { padding: 9px 15px; } - #buddypress div#subnav.bb-item-list-tabs ul#activity-sub-nav .sub-menu li.selected a { background: #f5f5f5; color: var(--bb-headings-color); border-bottom: 0; } - #buddypress div#subnav.bb-item-list-tabs a.more-button { font-size: 16px; } - -#buddypress div#subnav.bb-item-list-tabs a.more-button::after { +#buddypress div#subnav.bb-item-list-tabs a.more-button:after { bottom: -25px; } - #buddypress div#subnav.bb-item-list-tabs .bs-dropdown-wrap { display: -webkit-box; display: -ms-flexbox; @@ -12108,7 +12036,6 @@ ul.bb-choices .bs-styled-radio:checked + .bb-radio-label::after { align-items: center; font-size: 13px; } - #buddypress div#subnav.bb-item-list-tabs .bs-sort-button { padding: 5px 0 5px 10px; } @@ -12131,12 +12058,10 @@ ul#activity-sub-nav { font-size: 11px; line-height: 1; } - .activity.bp-user .activity-type .dropzone .dz-preview { min-width: 99px; } - -.activity.bp-user .dropzone .dz-default span::before { +.activity.bp-user .dropzone .dz-default span:before { height: 25px; width: 30px; margin: 0 auto 10px; @@ -12148,69 +12073,56 @@ ul#activity-sub-nav { background: var(--bb-content-alternate-background-color); padding: 15px; } - .activity-comments-items li:not(:last-child) { margin-bottom: 20px; } - .activity-comments-items .item-title { font-size: 13px; letter-spacing: -0.22px; line-height: 1.307; position: relative; } - .activity-comments-items .item-title a { font-weight: 600; } - .activity-comments-items .bs-activity-comments:not(.show) { display: none; } - .activity-comments-items .bs-item-list.list-view .bs-item-wrap { margin-bottom: 15px; padding: 0; } - .activity-comments-items .bs-item-list.list-view .bs-item-wrap:last-child { margin-bottom: 0; } - .activity-comments-items h6.list-comments-heading { padding: 0; margin-bottom: 16px; font-size: 13px; color: #939597; } - .activity-comments-items h6.list-comments-heading a { color: inherit; } - -.activity-comments-items .activity-comments-items .bs-item-wrap a.expand-comment .bb-icon-angle-down::before { +.activity-comments-items .activity-comments-items .bs-item-wrap a.expand-comment .bb-icon-angle-down:before { font-size: 20px; } - .activity-comments-items .bs-item-list.activity-comments-items.list-view .bs-item-wrap .item-expand .bs-dropdown { min-width: 100px; right: 24px; top: -5px; padding: 2px 0; } - -.activity-comments-items .bs-item-list.activity-comments-items.list-view .bs-item-wrap .item-expand .bs-dropdown::after { +.activity-comments-items .bs-item-list.activity-comments-items.list-view .bs-item-wrap .item-expand .bs-dropdown:after { top: 8px; right: -12px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } - .activity-comments-items .bs-item-list.activity-comments-items.list-view .bs-item-wrap:hover { box-shadow: none; } - .activity-comments-items .activity-comments-items .activity-comment-text { display: inline-block; font-size: 13px; @@ -12218,19 +12130,15 @@ ul#activity-sub-nav { line-height: 17px; color: inherit; } - .activity-comments-items .activity-comment-text p { margin: 0; } - .activity-comments-items .list-comments-wrap > .bs-item-list.activity-comments-items.list-view { border-bottom: 0; } - .activity-comments-items .add-comment-wrap .add-comment { background: #fff; } - .activity-comments-items .item-meta { font-size: 12px; color: var(--bb-alternate-text-color); @@ -12238,20 +12146,13 @@ ul#activity-sub-nav { line-height: 1.666; margin: 5px 0 0; } - .activity-comments-items .item-meta a { color: inherit; } - .activity-comments-items .item-meta a:hover { color: var(--bb-headings-color); } -.bb_discard_topic_reply_draft, -#discard-draft-activity { - color: var(--bb-body-text-color) !important; -} - .bb-media-comment-text { border: 0; height: 36px; @@ -12265,7 +12166,6 @@ ul#activity-sub-nav { .bb-media-comment-wrap { position: relative; } - .bb-media-comment-wrap .item-meta { display: -webkit-box; display: -ms-flexbox; @@ -12278,7 +12178,6 @@ ul#activity-sub-nav { bottom: 2px; font-size: 20px; } - .bb-media-comment-wrap .item-meta a { color: var(--bb-alternate-text-color); } @@ -12287,11 +12186,11 @@ ul#activity-sub-nav { display: block; } -.bs-item-list-tabs .more-button.active::after { +.bs-item-list-tabs .more-button.active:after { bottom: -18px; } -body.activity.bp-user:not(.settings, .edit-details) .dropzone .dz-default span::before { +body.activity.bp-user:not(.settings, .edit-details) .dropzone .dz-default span:before { height: 26px; width: 31px; } @@ -12303,8 +12202,7 @@ body.activity.bp-user .dropzone .dz-preview .dz-error-mark { li.load-more a.button { min-width: 180px; } - -li.load-more a.loading::after { +li.load-more a.loading:after { content: "\ef30"; font-family: bb-icons; font-size: 18px; @@ -12356,12 +12254,10 @@ li.load-more a.loading::after { .activity-privacy > li { font-size: 13px; } - -.media-privacy > li::before, -.activity-privacy > li::before { +.media-privacy > li:before, +.activity-privacy > li:before { color: var(--bb-alternate-text-color); } - .media-privacy .selected, .activity-privacy .selected { color: var(--bb-primary-color); @@ -12372,7 +12268,7 @@ p.activity-date { display: inline-block; } -.bb-media-privacy-wrap::before { +.bb-media-privacy-wrap:before { content: "\00b7"; display: inline-block; margin: 0 4px; @@ -12390,22 +12286,20 @@ p.activity-date { margin-left: auto; } -#bp-activity-group-ac-items .dashicons-update::before { +#bp-activity-group-ac-items .dashicons-update:before { content: "\ef30"; font-family: bb-icons; font-size: 20px; display: block; } -#bb-media-model-container .bb-edit-privacy::before { +#bb-media-model-container .bb-edit-privacy:before { content: "\ee5a"; font-family: bb-icons; } - #bb-media-model-container .bb-edit-privacy a { color: inherit; } - #bb-media-model-container .bb-edit-privacy a:hover { color: inherit; } @@ -12415,14 +12309,17 @@ p.activity-date { color: rgba(255, 255, 255, 0.9); } -.bb-media-model-container .bb-media-privacy-wrap [data-bp-tooltip][data-bp-tooltip-pos="up"]::before { +.bb-media-model-container .bb-media-privacy-wrap [data-bp-tooltip][data-bp-tooltip-pos="up"]:before { margin-bottom: 0; } - -.bb-media-model-container .bb-media-privacy-wrap [data-bp-tooltip][data-bp-tooltip-pos="up"]::after { +.bb-media-model-container .bb-media-privacy-wrap [data-bp-tooltip][data-bp-tooltip-pos="up"]:after { margin-bottom: 4px; } +.bb-media-model-container .activity-list .bb-activity-more-options-wrap + .bb-pin-action { + margin: 0 5px 0 0; +} + .activity-anonymous-options { position: relative; font-size: 14px; @@ -12432,16 +12329,13 @@ p.activity-date { border: 1px solid #ebe9e6; border-radius: 4px; } - .activity-anonymous-options .anonymous-post-as-text { margin-right: 5px; } - .activity-anonymous-options label { margin-right: 5px; font-size: 14px; } - .activity-anonymous-options label input { margin-right: 5px; } @@ -12452,14 +12346,13 @@ p.activity-date { border-color: var(--bb-danger-color); } -.dropzone .dz-preview .dz-error-message::after { +.dropzone .dz-preview .dz-error-message:after { border-bottom-color: var(--bb-danger-color); } .bb-template-v1 .dropzone .dz-preview.dz-error { background-color: var(--bb-content-alternate-background-color); } - .dropzone .dz-preview.dz-error .dz-error-title { color: var(--bb-danger-color); } @@ -12476,11 +12369,9 @@ p.activity-date { color: var(--bb-headings-color); border: 1px solid var(--bb-content-border-color); } - #buddypress .load-more a.button.outline:focus { box-shadow: var(--bb-outline-button-focus-shadow); } - #buddypress .load-more a.button.outline:hover { background-color: var(--bb-secondary-button-background-hover); color: var(--bb-secondary-button-text-hover); @@ -12489,18 +12380,50 @@ p.activity-date { .activity-list .bb-activity-more-options-wrap .bb-activity-more-options, #buddypress .bb_more_options .bb_more_options_list, +body .meeting-actions .meeting-actions-list, +body .webinar-actions .webinar-actions-list, .bb_more_options .bb_more_options_list { background-color: var(--bb-content-background-color); width: 187px; border-radius: var(--bb-block-radius); } - -.activity-list .bb-activity-more-options-wrap .bb-activity-more-options::after, -#buddypress .bb_more_options .bb_more_options_list::after, -.bb_more_options .bb_more_options_list::after { +@media screen and (max-width: 980px) { + .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .bb_more_dropdown__title, + #buddypress .bb_more_options .bb_more_options_list .bb_more_dropdown__title, + body .meeting-actions .meeting-actions-list .bb_more_dropdown__title, + body .webinar-actions .webinar-actions-list .bb_more_dropdown__title, + .bb_more_options .bb_more_options_list .bb_more_dropdown__title { + border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; + } +} +.activity-list .bb-activity-more-options-wrap .bb-activity-more-options:after, +#buddypress .bb_more_options .bb_more_options_list:after, +body .meeting-actions .meeting-actions-list:after, +body .webinar-actions .webinar-actions-list:after, +.bb_more_options .bb_more_options_list:after { border-color: var(--bb-content-background-color) var(--bb-content-background-color) transparent transparent; } +.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list { + border-radius: var(--bb-block-radius); +} + +@media screen and (max-width: 980px) { + /* stylelint-disable max-line-length */ + .bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options, + .bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options, + .bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list, + .bb-template-v2 #buddypress .bb_more_options .bb_more_options_list, + .bb-template-v2 .bb_more_options .bb_more_options_list, + .bb-template-v2 #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner .bs-dropdown { + /* stylelint-enable */ + padding: 0 0 8px; + } +} +.activity-list .activity-item > .bb-activity-more-options-wrap .bb-activity-more-options { + min-width: 200px; +} + .bb_more_options .bb_more_options_list a, .bb_more_options .bb_more_options_list button, .bb_more_options .bb_more_options_list .generic-button > button, @@ -12517,16 +12440,14 @@ p.activity-date { align-items: center; border: 0; } - -.bb_more_options .bb_more_options_list a::before, -.bb_more_options .bb_more_options_list button::before, -.bb_more_options .bb_more_options_list .generic-button > button::before, -#buddypress .bb_more_options .bb_more_options_list a::before, -#buddypress .bb_more_options .bb_more_options_list button::before, -#buddypress .bb_more_options .bb_more_options_list .generic-button > button::before { +.bb_more_options .bb_more_options_list a:before, +.bb_more_options .bb_more_options_list button:before, +.bb_more_options .bb_more_options_list .generic-button > button:before, +#buddypress .bb_more_options .bb_more_options_list a:before, +#buddypress .bb_more_options .bb_more_options_list button:before, +#buddypress .bb_more_options .bb_more_options_list .generic-button > button:before { color: var(--bb-alternate-text-color); } - .bb_more_options .bb_more_options_list a:hover, .bb_more_options .bb_more_options_list button:hover, .bb_more_options .bb_more_options_list .generic-button > button:hover, @@ -12539,6 +12460,7 @@ p.activity-date { } .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a, +#buddypress .activity-comments .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a, #buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a { color: var(--bb-body-text-color); display: -webkit-box; @@ -12549,13 +12471,13 @@ p.activity-date { align-items: center; line-height: 1; } - -.activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a::before, -#buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a::before { +.activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a:before, +#buddypress .activity-comments .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a:before, +#buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a:before { color: var(--bb-alternate-text-color); } - .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a:hover, +#buddypress .activity-comments .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a:hover, #buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a:hover { color: var(--bb-primary-color); background-color: var(--bb-content-alternate-background-color); @@ -12566,15 +12488,12 @@ p.activity-date { border-radius: var(--bb-block-radius); width: auto; } - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list::after { +.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list:after { border-color: var(--bb-content-background-color) var(--bb-content-background-color) transparent transparent; } - .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul li a { white-space: nowrap; } - .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul li a:hover { color: var(--bb-primary-color); background-color: var(--bb-content-alternate-background-color); @@ -12583,47 +12502,189 @@ p.activity-date { .ac-reply-toolbar a .bb-icon { color: rgba(var(--bb-headings-color-rgb), 0.4); } - .ac-reply-toolbar a:hover .bb-icon { color: var(--bb-headings-color); } -@media only screen and (min-width: 1081px) { - - #secondary.sidebar-left { - -webkit-box-ordinal-group: 0; +.bb-activity-placeholder { + background-color: var(--bb-content-background-color); + border-color: var(--bb-content-border-color); + border-radius: var(--bb-block-radius); +} + +.buddypress #buddypress .bb-poll-form .bb-activity-poll-cancel, .buddypress #buddypress +.bb-poll-form .button.bb-poll-option_add { + color: var(--bb-secondary-button-text-regular); + background-color: var(--bb-content-background-color); + border-color: var(--bb-content-border-color); +} +.buddypress #buddypress .bb-poll-form .bb-activity-poll-cancel:hover, .buddypress #buddypress +.bb-poll-form .button.bb-poll-option_add:hover { + color: var(--bb-primary-button-text-regular); + background-color: var(--bb-primary-button-background-regular); + border-color: transparent; +} +.bb-poll-form .sortable-placeholder, +.bb-poll-form .input-field input[type="text"] { + border-color: var(--bb-content-border-color); +} +.bb-poll-form .sortable-placeholder:focus, +.bb-poll-form .input-field input[type="text"]:focus { + border-color: var(--bb-input-focus-border-color); +} +.bb-poll-form .bb-poll_option_draggable:before, +.bb-poll-form .bb-poll_option_draggable .bb-poll-edit-option_remove { + color: var(--bb-headings-color); +} +.bb-poll-form #bb-activity-poll-form_modal.edit-activity-poll .bb-poll_duration { + background-color: var(--bb-content-alternate-background-color); +} + +.bb-activity-poll_block { + border-color: var(--bb-content-border-color); + border-radius: var(--bb-block-radius-inner); +} +.activity-inner .bb-activity-poll_block .bb-activity-poll-option:hover { + border-color: var(--bb-alternate-text-color); +} +.activity-inner .bb-activity-poll_block .bb-activity-poll-option.bb-activity-poll-new-option:focus-within { + border-color: var(--bb-alternate-text-color); +} +.bb-activity-poll_block .bb-activity-poll-option { + border-color: var(--bb-content-border-color); + border-radius: var(--bb-block-radius-inner); +} +.bb-activity-poll_block .bb-activity-poll-option.is-invalid { + border-color: var(--bb-warning-color); + box-shadow: 0 2px rgba(var(--bb-warning-color-rgb), 0.2), 0 -2px rgba(var(--bb-warning-color-rgb), 0.2); +} +.bb-activity-poll_block .bb-activity-poll-option .bb-poll-option-fill { + background-color: rgba(var(--bb-primary-color-rgb), 0.1); +} +.bb-activity-poll_block .bb-activity-poll-option label { + color: var(--bb-body-text-color); +} +.bb-activity-poll_block .bb-activity-poll-option .bb-poll-option-state, +.bb-activity-poll_block .bb-activity-poll-option .bb-poll-option-view-state { + color: var(--bb-headings-color); +} +.bb-activity-poll_block .bb-activity-poll-option .bb-poll-option-view-state:hover { + background-color: var(--bb-content-alternate-background-color); +} +.bb-activity-poll_block .bb-activity-poll-option .bb-poll-option_remove { + color: var(--bb-headings-color); +} +.bb-activity-poll_block .bb-activity-poll-new-option .bb-activity-poll-new-option-input { + color: var(--bb-body-text-color); +} +.bb-activity-poll_block .bb-activity-poll-new-option > span { + color: var(--bb-headings-color); +} +.bb-activity-poll_block .bb-activity-poll-see-more-link { + color: var(--bb-secondary-button-text-regular); + background-color: var(--bb-secondary-button-background-regular); +} +.bb-activity-poll_block .bb-activity-poll-footer { + color: var(--bb-alternate-text-color); +} +.bb-activity-poll_block .bb-activity-poll-footer .bb-activity-poll_duration:before { + background-color: var(--bb-alternate-text-color); +} +.bb-activity-poll_block .bb-activity-poll-options-wrap .bb-activity-poll-options-action i { + color: var(--bb-headings-color); +} +.bb-activity-poll_block .bb-activity-poll-options-wrap .bb-activity-poll-action-options { + background-color: var(--bb-content-background-color); + border-radius: var(--bb-block-radius-inner); +} +.bb-activity-poll_block .bb-activity-poll-options-wrap .bb-activity-poll-action-options .bb-activity-poll-action-option { + border-radius: var(--bb-block-radius-inner); +} +.bb-activity-poll_block .bb-activity-poll-options-wrap .bb-activity-poll-action-options .bb-activity-poll-action-option:hover { + background-color: var(--bb-content-alternate-background-color); +} +.bb-activity-poll_block .bb-activity-poll-options-wrap .bb-activity-poll-action-options .bb-activity-poll-action-option span { + color: var(--bb-body-text-color); +} +.bb-activity-poll_block .bb-activity-poll-options-wrap .bb-activity-poll-action-options .bb-activity-poll-action-option span i { + color: var(--bb-alternate-text-color); +} +.bb-activity-poll_block .bb-poll-error { + color: var(--bb-body-text-color); +} + +.bb-video-wrapper + .bb-poll-view, +.activity-link-preview-container + .bb-poll-view { + margin-top: 15px; +} + +#bb-activity-poll-state_modal .bb-option-state { + color: var(--bb-body-text-color); +} +#bb-activity-poll-state_modal .bb-model-header { + background-color: var(--bb-content-background-color); +} +#bb-activity-poll-state_modal .bb-model-header .bb-model-close-button > span[class*="bb-icon"] { + opacity: 0.4; +} +#bb-activity-poll-state_modal .bb-model-header .bb-model-close-button:hover > span[class*="bb-icon"] { + opacity: 1; +} +#bb-activity-poll-state_modal .activity-state_user .activity-state_user__name a { + color: var(--bb-headings-color); +} + +@media only screen and (min-width: 1081px) { + #secondary.sidebar-left { + -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; } } +@media only screen and (max-width: 980px) { + /* stylelint-disable max-line-length */ + .buddypanel-open.directory.activity.activity-sidebar-left:not(.profile-sidebar, .group-sidebar, .llms-pointer), + .buddypanel-open.directory.activity.activity-sidebar-left:not(.profile-sidebar, .group-sidebar, .llms-pointer) #page { + /* stylelint-enable */ + } + .buddypanel-open.directory.activity.activity-sidebar-left:not(.profile-sidebar, .group-sidebar, .llms-pointer) .site-content-grid, + .buddypanel-open.directory.activity.activity-sidebar-left:not(.profile-sidebar, .group-sidebar, .llms-pointer) #page .site-content-grid { + display: block; + } + .buddypanel-open.directory.activity.activity-sidebar-left:not(.profile-sidebar, .group-sidebar, .llms-pointer) #primary, + .buddypanel-open.directory.activity.activity-sidebar-left:not(.profile-sidebar, .group-sidebar, .llms-pointer) #page #primary { + width: auto; + } + .buddypanel-open.directory.activity.activity-sidebar-left:not(.profile-sidebar, .group-sidebar, .llms-pointer) .widget-area, + .buddypanel-open.directory.activity.activity-sidebar-left:not(.profile-sidebar, .group-sidebar, .llms-pointer) #page .widget-area { + -webkit-box-flex: 0; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; + } +} @media only screen and (min-width: 768px) and (max-width: 1080px) { - #user-activity { display: none; } .directory.activity.activity-sidebar-left #primary { - /* flex: 0 0 calc(100% - 300px); */ grid-row: 1 / 4; } - .directory.activity.activity-sidebar-left:not(.profile-sidebar, .group-sidebar, .llms-pointer) #primary, .directory.activity.activity-sidebar-left:not(.profile-sidebar, .group-sidebar, .llms-pointer) #page #primary { width: auto; } - .directory.activity.activity-sidebar-left .site-content-grid { display: grid; grid-template-columns: auto 300px; } - .directory.activity.activity-sidebar-left #secondary-right { padding-top: 0; margin-top: -20px; } } @media only screen and (max-width: 640px) { - .bb-input-poll .bb-icon-close-circle { visibility: visible; opacity: 1; @@ -12670,7 +12731,7 @@ p.activity-date { line-height: 1.2; } - body:not(.settings, .edit-details) .dropzone .dz-default span::before { + body:not(.settings, .edit-details) .dropzone .dz-default span:before { height: 31px; width: 36px; } @@ -12690,87 +12751,82 @@ p.activity-date { } } @media screen and (max-width: 720px) { - .blogs.activity-item .activity-inner img:not(.emoji) { max-width: 100%; } } +@media screen and (max-width: 544px) { + .bb-media-model-inner .ac-reply-toolbar .post-gif .gif-media-search-dropdown { + -webkit-transform: translateX(-65%); + -ms-transform: translateX(-65%); + transform: translateX(-65%); + } + .bb-media-model-inner .activity-comments > .ac-form .ac-reply-toolbar .post-gif .gif-media-search-dropdown { + -webkit-transform: translateX(-40%); + -ms-transform: translateX(-40%); + transform: translateX(-40%); + } +} @media screen and (max-width: 520px) { - .ac-reply-toolbar .post-emoji[data-nth-child="1"] .emojionearea-picker { margin-left: -52px; } - - .ac-reply-toolbar .post-emoji[data-nth-child="1"] .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { + .ac-reply-toolbar .post-emoji[data-nth-child="1"] .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { left: 75px; } - .ac-reply-toolbar .post-emoji[data-nth-child="2"] .emojionearea-picker { margin-left: -84px; } - - .ac-reply-toolbar .post-emoji[data-nth-child="2"] .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { + .ac-reply-toolbar .post-emoji[data-nth-child="2"] .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { left: 105px; } - .ac-reply-toolbar .post-emoji[data-nth-child="3"] .emojionearea-picker { margin-left: -120px; } - - .ac-reply-toolbar .post-emoji[data-nth-child="3"] .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { + .ac-reply-toolbar .post-emoji[data-nth-child="3"] .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { left: 143px; } - .ac-reply-toolbar .post-emoji[data-nth-child="4"] .emojionearea-picker { margin-left: -154px; } - - .ac-reply-toolbar .post-emoji[data-nth-child="4"] .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { + .ac-reply-toolbar .post-emoji[data-nth-child="4"] .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { left: 177px; } - .ac-reply-toolbar .post-emoji[data-nth-child="5"] .emojionearea-picker { margin-left: -188px; } - - .ac-reply-toolbar .post-emoji[data-nth-child="5"] .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { + .ac-reply-toolbar .post-emoji[data-nth-child="5"] .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { left: 211px; } - - .ac-reply-toolbar .post-gif[data-nth-child="1"] .gif-media-search-dropdown { - left: -58px; + .ac-reply-toolbar .post-gif .gif-media-search-dropdown { + left: unset; + -webkit-transform: translateX(-65%); + -ms-transform: translateX(-65%); + transform: translateX(-65%); } - - .ac-reply-toolbar .post-gif[data-nth-child="1"] .gif-media-search-dropdown.open::before { - left: 77px; + .ac-reply-toolbar .post-gif[data-nth-child="1"] .gif-media-search-dropdown { + -webkit-transform: translateX(-20%); + -ms-transform: translateX(-20%); + transform: translateX(-20%); } - .ac-reply-toolbar .post-gif[data-nth-child="2"] .gif-media-search-dropdown { - left: -92px; + -webkit-transform: translateX(-25%); + -ms-transform: translateX(-25%); + transform: translateX(-25%); } - - .ac-reply-toolbar .post-gif[data-nth-child="2"] .gif-media-search-dropdown.open::before { - left: 111px; - } - .ac-reply-toolbar .post-gif[data-nth-child="3"] .gif-media-search-dropdown { - left: -125px; - } - - .ac-reply-toolbar .post-gif[data-nth-child="3"] .gif-media-search-dropdown.open::before { - left: 145px; - } - - .ac-reply-toolbar .post-gif[data-nth-child="4"] .gif-media-search-dropdown { - left: -158px; + -webkit-transform: translateX(-30%); + -ms-transform: translateX(-30%); + transform: translateX(-30%); } - .ac-reply-toolbar .post-gif[data-nth-child="4"] .gif-media-search-dropdown.open::before { - left: 178px; + .activity-comments > .ac-form .ac-reply-toolbar .post-gif .gif-media-search-dropdown { + -webkit-transform: translateX(-40%); + -ms-transform: translateX(-40%); + transform: translateX(-40%); } } @media only screen and (max-width: 544px) { - #activity-form-submit-wrapper select { margin-right: 0; } @@ -12778,12 +12834,10 @@ p.activity-date { #activity-post-form-privacy { width: 100%; } - #activity-post-form-privacy:first-child { margin-top: 15px; margin-bottom: 5px; } - #activity-post-form-privacy select { width: 100%; } @@ -12797,42 +12851,37 @@ p.activity-date { right: -30px; } - .bb-media-privacy-wrap .activity-privacy::before { + .bb-media-privacy-wrap .activity-privacy:before { left: auto; right: 32px; } } @media only screen and (max-width: 520px) { - .actvity-head-bar { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .actvity-head-bar .subnav-filters { margin: 10px 0 0; width: 100%; } } - -#activity-stream .bp-generic-meta .generic-button .bb-icon-discussion::before { +#activity-stream .bp-generic-meta .generic-button .bb-icon-discussion:before { font-size: 14px; } body.activity .activity-list .activity-item .activity-content .bb-empty-content { margin-bottom: 0; } - body.activity .activity-list .activity-item .activity-content .bb-empty-content:has(.activity-discussion-title-wrap) { - margin-bottom: 12px; + margin-bottom: 10px; } - body.activity .activity-list .activity-item .activity-content.document-activity .bb-empty-content, body.activity .activity-list .activity-item .activity-content.media-activity-wrap .bb-empty-content, body.activity .activity-list .activity-item .activity-content.video-activity-wrap .bb-empty-content { - margin-bottom: 12px; + margin-bottom: 10px; } -.bb-document-privacy-wrap .privacy::after, -.bb-media-privacy-wrap .privacy::after { +.bb-document-privacy-wrap .privacy:after, +.bb-media-privacy-wrap .privacy:after { content: "\ee09"; font-weight: 300; opacity: 0.3; @@ -12853,7 +12902,6 @@ body.activity .activity-list .activity-item .activity-content.document-activity -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - #activity-close-link-suggestion:hover { color: var(--bb-headings-color); -webkit-transition: all linear 0.2s; @@ -12865,7 +12913,6 @@ body.activity .activity-list .activity-item .activity-content.document-activity border-color: var(--bb-content-border-color); background-color: var(--bb-content-alternate-background-color); } - .activity-link-preview-container .activity-link-preview-info { display: -webkit-box; display: -ms-flexbox; @@ -12878,7 +12925,6 @@ body.activity .activity-list .activity-item .activity-content.document-activity transition: all linear 0.2s; border-radius: 0 0 var(--bb-block-radius) var(--bb-block-radius); } - .activity-link-preview-container .activity-link-preview-info .activity-link-preview-link-name { font-size: 13px; font-weight: 500; @@ -12886,29 +12932,25 @@ body.activity .activity-list .activity-item .activity-content.document-activity text-transform: uppercase; line-height: 20px; } - .activity-link-preview-container .activity-link-preview-info .activity-link-preview-title { color: var(--bb-headings-color); } - .activity-link-preview-container .activity-link-preview-info .activity-link-preview-title a { color: var(--bb-headings-color); + overflow-wrap: break-word; + word-break: break-word; } - .activity-link-preview-container .activity-link-preview-info p { margin-bottom: 2px !important; } - .activity-link-preview-container .activity-url-error { padding: 10px 15px; } - .activity-link-preview-container .activity-link-preview-image { position: relative; -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover { display: -webkit-box; display: -ms-flexbox; @@ -12924,12 +12966,10 @@ body.activity .activity-list .activity-item .activity-content.document-activity min-height: 120px; max-height: 340px; } - .activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover a { width: 100%; } - -.activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover::before { +.activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover:before { content: ""; position: absolute; inset: 0; @@ -12938,7 +12978,6 @@ body.activity .activity-list .activity-item .activity-content.document-activity border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; pointer-events: none; } - .activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover img { object-fit: cover; object-position: center; @@ -12946,26 +12985,22 @@ body.activity .activity-list .activity-item .activity-content.document-activity min-height: 340px; max-width: initial; } - .activity-link-preview-container .activity-link-preview-icons a, .activity-link-preview-container #activity-link-preview-close-image { background-color: var(--bb-content-alternate-background-color); } - -.activity-link-preview-container .activity-link-preview-info::before, -.activity-link-preview-container .activity-link-preview-image::before { +.activity-link-preview-container .activity-link-preview-info:before, +.activity-link-preview-container .activity-link-preview-image:before { content: ""; -webkit-transition: all linear 0.3s; transition: all linear 0.3s; } - .activity-link-preview-container:hover .activity-link-preview-info, .activity-link-preview-container:hover .activity-link-preview-image { position: relative; } - -.activity-link-preview-container:hover .activity-link-preview-info::before, -.activity-link-preview-container:hover .activity-link-preview-image::before { +.activity-link-preview-container:hover .activity-link-preview-info:before, +.activity-link-preview-container:hover .activity-link-preview-image:before { content: ""; background-color: rgba(0, 0, 0, 0.05); position: absolute; @@ -12975,15 +13010,12 @@ body.activity .activity-list .activity-item .activity-content.document-activity transition: all linear 0.2s; pointer-events: none; } - .activity-link-preview-container:hover .activity-link-preview-image + .activity-link-preview-info::before { border-radius: 0 0 var(--bb-block-radius-inner) var(--bb-block-radius-inner); } - .activity-link-preview-container:hover .activity-link-preview-info::before { border-radius: var(--bb-block-radius-inner); } - .activity-link-preview-container:hover .activity-link-preview-image::before { border-radius: var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0; } @@ -12996,12 +13028,10 @@ body.activity .activity-list .activity-item .activity-content.document-activity background-color: var(--bb-content-alternate-background-color); z-index: 2; } - .activity-url-scrapper-container #activity-url-scrapper-img-holder .activity-link-preview-image .activity-link-preview-icons a i { color: var(--bb-headings-color); opacity: 0.4; } - .activity-url-scrapper-container #activity-url-scrapper-img-holder .activity-link-preview-image .activity-link-preview-icons a:hover i { opacity: 1; } @@ -13010,30 +13040,25 @@ body.activity .activity-list .activity-item .activity-content.document-activity .activity-form #whats-new-attachments .activity-link-preview-image-cover { min-height: 340px; } - .activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover img, .activity-form #whats-new-attachments .activity-link-preview-image-cover img { min-height: 340px; } @media screen and (max-width: 900px) { - .activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover, .activity-form #whats-new-attachments .activity-link-preview-image-cover { min-height: 30vh; } - .activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover img, .activity-form #whats-new-attachments .activity-link-preview-image-cover img { min-height: 30vh; } } @media screen and (max-width: 680px) { - .activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover, .activity-form #whats-new-attachments .activity-link-preview-image-cover { min-height: 150px; } - .activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover img, .activity-form #whats-new-attachments .activity-link-preview-image-cover img { min-height: 150px; @@ -13043,7 +13068,6 @@ body.activity .activity-list .activity-item .activity-content.document-activity .activity-video-preview .activity-link-preview-container .activity-link-preview-info { padding: 0; } - .activity-video-preview .activity-link-preview-excerpt p iframe { border-radius: var(--bb-block-radius); } @@ -13053,12 +13077,10 @@ body.activity .activity-list .activity-item .activity-content.document-activity } @media only screen and (max-width: 992px) { - .has-sidebar .actvity-head-bar { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .has-sidebar .actvity-head-bar .subnav-filters { width: 100%; margin-top: 10px; @@ -13066,104 +13088,2138 @@ body.activity .activity-list .activity-item .activity-content.document-activity } @media only screen and (max-width: 1200px) { - .has-sidebar.activity-sidebar-left .actvity-head-bar { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .has-sidebar.activity-sidebar-left .actvity-head-bar .subnav-filters { width: 100%; margin-top: 10px; } } @media only screen and (max-width: 1300px) { - .has-sidebar.activity-sidebar-left.buddypanel-open .actvity-head-bar { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .has-sidebar.activity-sidebar-left.buddypanel-open .actvity-head-bar .subnav-filters { width: 100%; margin-top: 10px; } } -.activity-video-preview .activity-link-preview-container:hover .activity-link-preview-info::before { +.activity-video-preview .activity-link-preview-container:hover .activity-link-preview-info:before { display: none; } -/* Members */ -.avatar { - border-radius: 50%; - image-rendering: optimize-contrast; +/* Activity comment modal ==> Starts Here */ +.bb-activity-model-wrapper .activity-modal { + background: var(--bb-content-background-color); + border: 1px solid var(--bb-content-border-color); + border-radius: var(--bb-block-radius); + box-shadow: 0 6px 24px 0 rgba(18, 43, 70, 0); } - -.subnav-search.members-search { - float: right; - margin-top: -56px; - display: -webkit-box; - display: -ms-flexbox; - display: flex; +#buddypress .bb-activity-model-wrapper .activity-modal .activity-list.bp-list .activity-item { + border: 0; + padding: 0; + margin: 0; + box-shadow: none; + background: transparent; } -@media screen and (max-width: 370px) { - - .subnav-search.members-search { - margin-top: -10px; - margin-bottom: 15px; - } +#buddypress .bb-activity-model-wrapper .activity-list.bp-list { + margin-bottom: 0; } - -.buddypress-wrap .subnav-search.members-search .subnav-filters { - margin-top: 0; - margin-left: 10px; +.bb-activity-model-wrapper .footer-overflow { + border-color: var(--bb-content-border-color); } -#buddypress #dir-members-search { - border: 0; - background-color: transparent; - padding-left: 32px; - font-size: 14px; - height: 34px; +.bb-modal-activity-header { + border-color: var(--bb-content-border-color); } - -.member-status { - background: var(--bb-success-color); - border: 2px solid var(--bb-content-background-color); - border-radius: 100%; - position: absolute; - width: 12px; - height: 12px; - right: 2px; - top: 0; +.bb-modal-activity-header .bb-model-close-button { + color: var(--bb-headings-color); } -.member-status.offline { - opacity: 0; - visibility: hidden; +.view-more-comments { + color: var(--bb-body-text-color); + text-decoration: none; + display: inline-block; + margin-top: 12px; } - -.grid .member-status { - right: 18px; - top: 5px; - width: 14px; - height: 14px; +.view-more-comments:hover { + color: var(--bb-body-text-color); } -.single-headers .member-status { - right: 25px; - top: 14px; - width: 15px; - height: 15px; +.buddypress-wrap .activity-comments .acomments-view-more, +.bb-media-model-wrapper .activity-comments .acomments-view-more { + font-weight: 600; } -#members-list.grid, -#friend-list.grid, -#groups-list.grid { - margin: 0 -10px; +.ac-form-placeholder .ac-submit-wrap { + background-color: var(--bb-primary-color); + border-radius: var(--bb-button-radius); } - +.ac-form-placeholder .ac-reply-content { + background-color: var(--bb-content-alternate-background-color); + border-radius: var(--bb-block-radius-inner); + border-color: var(--bb-content-border-color); +} + +.activity-sync-loader .activity-sync-bar { + background: var(--bb-content-border-color); +} +.activity-sync-loader .activity-sync-progress { + background: var(--bb-primary-color); +} + +#buddypress.bb-activity-model-wrapper .activity-modal { + background: var(--bb-content-background-color); + border: 1px solid var(--bb-content-border-color); + border-radius: var(--bb-block-radius); + box-shadow: 0 6px 24px 0 rgba(18, 43, 70, 0.08); +} +#buddypress.bb-activity-model-wrapper .activity-modal .activity-list.bp-list .activity-item { + border: 0; + padding: 0; + margin: 0; + box-shadow: none; + background: transparent; +} +#buddypress.bb-activity-model-wrapper .activity-list.bp-list { + margin-bottom: 0; +} + +.elementor .activity-modal img.avatar { + border-radius: 50%; +} + +.elementor-activity-item .activity-actions > .bp-generic-meta .button { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-column-gap: 2px; + column-gap: 2px; +} +.elementor-activity-item .activity-actions > .bp-generic-meta .button > i { + font-size: 22px; + font-weight: 400; + display: inline-block; + vertical-align: middle; +} +.elementor-activity-item .activity-actions > .bp-generic-meta .button.has-reaction > i { + font-weight: 200; + font-size: 24px; +} +body:not(.bb-reactions-mode) .elementor-activity-item .activity-actions > .bp-generic-meta .button.has-reaction > i { + font-weight: 300; +} +.elementor-activity-item .activity-actions > .bp-generic-meta .button > img { + height: 24px; + width: 24px; + object-fit: cover; +} +.elementor-activity-item .activity-actions > .bp-generic-meta .button > img.custom { + border-radius: 100%; +} +.elementor-activity-item .activity-actions > .bp-generic-meta .button > .like-count { + color: var(--bb-body-text-color); + line-height: 20px; + display: inline-block; + vertical-align: middle; +} +.elementor-activity-item .activity-actions > .bp-generic-meta .button.bp-like-button:before { + display: none; +} +.elementor-activity-item .activity-actions > .bp-generic-meta .button.bp-like-button.bb-reaction-migration-inprogress:before { + content: ""; + display: block; + position: absolute; + bottom: 100%; + left: 50%; + top: inherit; + min-width: auto; + -webkit-transition: none; + transition: none; +} +.elementor-activity-item .activity-actions > .bp-generic-meta .button.bp-like-button.bb-reaction-migration-inprogress:after { + width: 180px; + white-space: normal; + left: 0; + -webkit-transform: none; + -ms-transform: none; + transform: none; + -webkit-transition: none; + transition: none; +} + +/* Activity comment modal ==> Ends Here */ +/* Comments reply link graph ==> Starts Here */ +#buddypress.buddypress-wrap .activity-comments.threaded-comments ul > .acomments-view-more:not(.acomments-view-more--hide) + li.activity-comment { + margin-top: 15px; +} +#buddypress.buddypress-wrap .activity-comments.threaded-comments ul > .acomments-view-more:not(.acomments-view-more--hide) + li.activity-comment:after { + content: ""; + display: inline-block; + width: 2px; + height: 30px; + background-color: var(--bb-content-border-color); + position: absolute; + left: -26px; + top: -35px; +} +#buddypress.buddypress-wrap .activity-comments.threaded-comments ul > .acomments-view-more:not(.acomments-view-more--hide) + li.activity-comment ~ li.activity-comment:before { + content: ""; + display: inline-block; + width: 2px; + height: 100%; + background-color: var(--bb-content-border-color); + position: absolute; + left: -26px; + top: 0; +} +#buddypress.buddypress-wrap .activity-comments.threaded-comments ul > .acomments-view-more:not(.acomments-view-more--hide) + li.activity-comment ~ li.activity-comment:last-of-type:before { + display: none; +} +#buddypress.buddypress-wrap .activity-comments.threaded-comments ul > .acomments-view-more:not(.acomments-view-more--hide) + li.activity-comment ~ li.activity-comment:after { + display: none; +} + +.buddypress-wrap .activity-comments:not(.threaded-comments) > ul > li > ul { + margin-left: 0; +} +.buddypress-wrap .activity-comments:not(.threaded-comments) > ul > li ul:has(> li.acomments-view-more:first-of-type) { + margin-left: 40px; +} + +.buddypress-wrap .activity-comments.threaded-level-1 > ul ul:has(> li.acomments-view-more:first-of-type), .buddypress-wrap .activity-comments.threaded-level-1 .activity-actions > ul ul:has(> li.acomments-view-more:first-of-type), +.bb-media-model-wrapper .activity-comments.threaded-level-1 > ul ul:has(> li.acomments-view-more:first-of-type), +.bb-media-model-wrapper .activity-comments.threaded-level-1 .activity-actions > ul ul:has(> li.acomments-view-more:first-of-type) { + margin-left: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-1 > ul > .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-1 .activity-actions > ul > .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-1 > ul > .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-1 .activity-actions > ul > .acomments-view-more::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-1 > ul .comment-item-focus .display-focus::before, .buddypress-wrap .activity-comments.threaded-level-1 .activity-actions > ul .comment-item-focus .display-focus::before, +.bb-media-model-wrapper .activity-comments.threaded-level-1 > ul .comment-item-focus .display-focus::before, +.bb-media-model-wrapper .activity-comments.threaded-level-1 .activity-actions > ul .comment-item-focus .display-focus::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 30px); + height: calc(100% - 30px); + background-color: var(--bb-content-border-color); + position: absolute; + left: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-1 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, .buddypress-wrap .activity-comments.threaded-level-1 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, +.bb-media-model-wrapper .activity-comments.threaded-level-1 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, +.bb-media-model-wrapper .activity-comments.threaded-level-1 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-1 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, .buddypress-wrap .activity-comments.threaded-level-1 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, +.bb-media-model-wrapper .activity-comments.threaded-level-1 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, +.bb-media-model-wrapper .activity-comments.threaded-level-1 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before { + content: ""; + width: 2px; + height: 100%; + background-color: var(--bb-content-border-color); + position: absolute; + left: -26px; + top: 3px; +} +.buddypress-wrap .activity-comments.threaded-level-1 > ul .comment-item-focus > .ac-form, .buddypress-wrap .activity-comments.threaded-level-1 .activity-actions > ul .comment-item-focus > .ac-form, +.bb-media-model-wrapper .activity-comments.threaded-level-1 > ul .comment-item-focus > .ac-form, +.bb-media-model-wrapper .activity-comments.threaded-level-1 .activity-actions > ul .comment-item-focus > .ac-form { + margin-left: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-1 > ul .comment-item-focus > .ac-form .ac-reply-avatar, .buddypress-wrap .activity-comments.threaded-level-1 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-1 > ul .comment-item-focus > .ac-form .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-1 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-1 > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-1 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-1 > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-1 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar::before { + content: ""; + width: 16px; + position: absolute; + left: -26px; + top: -14px; + height: 32px; + border-style: solid; + border-width: 0 0 2px 2px; + border-bottom-color: var(--bb-content-border-color); + border-left-color: var(--bb-content-border-color); + border-bottom-left-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-1 > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-1 .activity-actions > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-1 > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-1 .activity-actions > ul > li > ul { + margin-left: 0; +} +.buddypress-wrap .activity-comments.threaded-level-2 > ul ul:has(> li.acomments-view-more:first-of-type), .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul ul:has(> li.acomments-view-more:first-of-type), +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul ul:has(> li.acomments-view-more:first-of-type), +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul ul:has(> li.acomments-view-more:first-of-type) { + margin-left: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-2 > ul > .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul > .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul > .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul > .acomments-view-more::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-2 > ul .comment-item-focus .display-focus::before, .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul .comment-item-focus .display-focus::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul .comment-item-focus .display-focus::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul .comment-item-focus .display-focus::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 30px); + height: calc(100% - 30px); + background-color: var(--bb-content-border-color); + position: absolute; + left: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-2 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-2 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before { + content: ""; + width: 2px; + height: 100%; + background-color: var(--bb-content-border-color); + position: absolute; + left: -26px; + top: 3px; +} +.buddypress-wrap .activity-comments.threaded-level-2 > ul .comment-item-focus > .ac-form, .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul .comment-item-focus > .ac-form, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul .comment-item-focus > .ac-form, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul .comment-item-focus > .ac-form { + margin-left: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-2 > ul .comment-item-focus > .ac-form .ac-reply-avatar, .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul .comment-item-focus > .ac-form .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-2 > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar::before { + content: ""; + width: 16px; + position: absolute; + left: -26px; + top: -14px; + height: 32px; + border-style: solid; + border-width: 0 0 2px 2px; + border-bottom-color: var(--bb-content-border-color); + border-left-color: var(--bb-content-border-color); + border-bottom-left-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-2 > ul > li > ul li::before, .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul > li > ul li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul > li > ul li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul > li > ul li::before { + content: ""; + width: 2px; + height: 100%; + background-color: var(--bb-content-border-color); + position: absolute; + left: -26px; +} +.buddypress-wrap .activity-comments.threaded-level-2 > ul > li > ul li:not(.acomments-view-more):last-of-type::before, .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul > li > ul li:not(.acomments-view-more):last-of-type::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul > li > ul li:not(.acomments-view-more):last-of-type::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul > li > ul li:not(.acomments-view-more):last-of-type::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-2 > ul > li > ul .activity-state-popup li::before, .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul > li > ul .activity-state-popup li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul > li > ul .activity-state-popup li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul > li > ul .activity-state-popup li::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-2 > ul > li ul .item-avatar, +.buddypress-wrap .activity-comments.threaded-level-2 > ul > li ul .acomment-edit .ac-reply-avatar, .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul > li ul .item-avatar, +.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul > li ul .item-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul > li ul .acomment-edit .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul > li ul .item-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-2 > ul > li ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-2 > ul > li ul .acomment-edit .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul > li ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul > li ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul > li ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul > li ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar::before { + content: ""; + width: 16px; + position: absolute; + left: -26px; + top: -14px; + height: 32px; + border-style: solid; + border-width: 0 0 2px 2px; + border-bottom-color: var(--bb-content-border-color); + border-left-color: var(--bb-content-border-color); + border-bottom-left-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-2 > ul .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul .acomments-view-more::before { + content: ""; + background-color: transparent; + width: 16px; + position: absolute; + left: -26px; + top: -15px; + height: 32px; + border-style: solid; + border-width: 0 0 2px 2px; + border-bottom-color: var(--bb-content-border-color); + border-left-color: var(--bb-content-border-color); + border-bottom-left-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-2 > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul .has-child-comments > .acomment-display::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 50px); + height: calc(100% - 50px); + background-color: var(--bb-content-border-color); + position: absolute; + left: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-2 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-2 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 50px); + height: calc(100% - 50px); + background-color: var(--bb-content-border-color); + position: absolute; + left: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-2 > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul > li > ul { + margin-left: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-2 > ul > li > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-2 > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul > li > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul > li > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul > li > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-2 > ul > li > ul > li > ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-2 > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul > li > ul > li > ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul > li > ul > li > ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul > li > ul > li > ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-2 > ul > li > ul > li > ul .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul > li > ul > li > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul > li > ul > li > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul > li > ul > li > ul .acomments-view-more::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-2 > ul > li > ul > li ul li:not(.acomments-view-more)::before, .buddypress-wrap .activity-comments.threaded-level-2 .activity-actions > ul > li > ul > li ul li:not(.acomments-view-more)::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 > ul > li > ul > li ul li:not(.acomments-view-more)::before, +.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions > ul > li > ul > li ul li:not(.acomments-view-more)::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-3 > ul ul:has(> li.acomments-view-more:first-of-type), .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul ul:has(> li.acomments-view-more:first-of-type), +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul ul:has(> li.acomments-view-more:first-of-type), +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul ul:has(> li.acomments-view-more:first-of-type) { + margin-left: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-3 > ul > .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul > .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul > .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul > .acomments-view-more::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-3 > ul .comment-item-focus .display-focus::before, .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul .comment-item-focus .display-focus::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul .comment-item-focus .display-focus::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul .comment-item-focus .display-focus::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 30px); + height: calc(100% - 30px); + background-color: var(--bb-content-border-color); + position: absolute; + left: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-3 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-3 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before { + content: ""; + width: 2px; + height: 100%; + background-color: var(--bb-content-border-color); + position: absolute; + left: -26px; + top: 3px; +} +.buddypress-wrap .activity-comments.threaded-level-3 > ul .comment-item-focus > .ac-form, .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul .comment-item-focus > .ac-form, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul .comment-item-focus > .ac-form, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul .comment-item-focus > .ac-form { + margin-left: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-3 > ul .comment-item-focus > .ac-form .ac-reply-avatar, .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul .comment-item-focus > .ac-form .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-3 > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar::before { + content: ""; + width: 16px; + position: absolute; + left: -26px; + top: -14px; + height: 32px; + border-style: solid; + border-width: 0 0 2px 2px; + border-bottom-color: var(--bb-content-border-color); + border-left-color: var(--bb-content-border-color); + border-bottom-left-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-3 > ul > li > ul li::before, .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul > li > ul li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul > li > ul li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul > li > ul li::before { + content: ""; + width: 2px; + height: 100%; + background-color: var(--bb-content-border-color); + position: absolute; + left: -26px; +} +.buddypress-wrap .activity-comments.threaded-level-3 > ul > li > ul li:not(.acomments-view-more):last-of-type::before, .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul > li > ul li:not(.acomments-view-more):last-of-type::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul > li > ul li:not(.acomments-view-more):last-of-type::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul > li > ul li:not(.acomments-view-more):last-of-type::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-3 > ul > li > ul .activity-state-popup li::before, .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul > li > ul .activity-state-popup li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul > li > ul .activity-state-popup li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul > li > ul .activity-state-popup li::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-3 > ul > li ul .item-avatar, +.buddypress-wrap .activity-comments.threaded-level-3 > ul > li ul .acomment-edit .ac-reply-avatar, .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul > li ul .item-avatar, +.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul > li ul .item-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul > li ul .acomment-edit .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul > li ul .item-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-3 > ul > li ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-3 > ul > li ul .acomment-edit .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul > li ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul > li ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul > li ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul > li ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar::before { + content: ""; + width: 16px; + position: absolute; + left: -26px; + top: -14px; + height: 32px; + border-style: solid; + border-width: 0 0 2px 2px; + border-bottom-color: var(--bb-content-border-color); + border-left-color: var(--bb-content-border-color); + border-bottom-left-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-3 > ul .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul .acomments-view-more::before { + content: ""; + background-color: transparent; + width: 16px; + position: absolute; + left: -26px; + top: -15px; + height: 32px; + border-style: solid; + border-width: 0 0 2px 2px; + border-bottom-color: var(--bb-content-border-color); + border-left-color: var(--bb-content-border-color); + border-bottom-left-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-3 > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul .has-child-comments > .acomment-display::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 50px); + height: calc(100% - 50px); + background-color: var(--bb-content-border-color); + position: absolute; + left: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-3 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-3 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 50px); + height: calc(100% - 50px); + background-color: var(--bb-content-border-color); + position: absolute; + left: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-3 > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul > li > ul { + margin-left: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-3 > ul > li > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul > li > ul > li > ul { + margin-left: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-3 > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-3 > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-3 > ul > li > ul > li > ul > li > ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-3 > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul > li > ul > li > ul > li > ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul > li > ul > li > ul > li > ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul > li > ul > li > ul > li > ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-3 > ul > li > ul > li > ul > li > ul .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-3 .activity-actions > ul > li > ul > li > ul > li > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 > ul > li > ul > li > ul > li > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions > ul > li > ul > li > ul > li > ul .acomments-view-more::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul ul:has(> li.acomments-view-more:first-of-type), .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul ul:has(> li.acomments-view-more:first-of-type), +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul ul:has(> li.acomments-view-more:first-of-type), +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul ul:has(> li.acomments-view-more:first-of-type) { + margin-left: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul > .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul > .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul > .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul > .acomments-view-more::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul .comment-item-focus .display-focus::before, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul .comment-item-focus .display-focus::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul .comment-item-focus .display-focus::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul .comment-item-focus .display-focus::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 30px); + height: calc(100% - 30px); + background-color: var(--bb-content-border-color); + position: absolute; + left: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before { + content: ""; + width: 2px; + height: 100%; + background-color: var(--bb-content-border-color); + position: absolute; + left: -26px; + top: 3px; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul .comment-item-focus > .ac-form, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul .comment-item-focus > .ac-form, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul .comment-item-focus > .ac-form, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul .comment-item-focus > .ac-form { + margin-left: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul .comment-item-focus > .ac-form .ac-reply-avatar, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul .comment-item-focus > .ac-form .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar::before { + content: ""; + width: 16px; + position: absolute; + left: -26px; + top: -14px; + height: 32px; + border-style: solid; + border-width: 0 0 2px 2px; + border-bottom-color: var(--bb-content-border-color); + border-left-color: var(--bb-content-border-color); + border-bottom-left-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul > li > ul li::before, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul > li > ul li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul > li > ul li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul > li > ul li::before { + content: ""; + width: 2px; + height: 100%; + background-color: var(--bb-content-border-color); + position: absolute; + left: -26px; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul > li > ul li:not(.acomments-view-more):last-of-type::before, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul > li > ul li:not(.acomments-view-more):last-of-type::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul > li > ul li:not(.acomments-view-more):last-of-type::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul > li > ul li:not(.acomments-view-more):last-of-type::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul > li > ul .activity-state-popup li::before, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul > li > ul .activity-state-popup li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul > li > ul .activity-state-popup li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul > li > ul .activity-state-popup li::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul > li ul .item-avatar, +.buddypress-wrap .activity-comments.threaded-level-4 > ul > li ul .acomment-edit .ac-reply-avatar, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul > li ul .item-avatar, +.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul > li ul .item-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul > li ul .acomment-edit .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul > li ul .item-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul > li ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-4 > ul > li ul .acomment-edit .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul > li ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul > li ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul > li ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul > li ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar::before { + content: ""; + width: 16px; + position: absolute; + left: -26px; + top: -14px; + height: 32px; + border-style: solid; + border-width: 0 0 2px 2px; + border-bottom-color: var(--bb-content-border-color); + border-left-color: var(--bb-content-border-color); + border-bottom-left-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul .acomments-view-more::before { + content: ""; + background-color: transparent; + width: 16px; + position: absolute; + left: -26px; + top: -15px; + height: 32px; + border-style: solid; + border-width: 0 0 2px 2px; + border-bottom-color: var(--bb-content-border-color); + border-left-color: var(--bb-content-border-color); + border-bottom-left-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul .has-child-comments > .acomment-display::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 50px); + height: calc(100% - 50px); + background-color: var(--bb-content-border-color); + position: absolute; + left: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 50px); + height: calc(100% - 50px); + background-color: var(--bb-content-border-color); + position: absolute; + left: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul > li > ul { + margin-left: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul > li > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul > li > ul > li > ul { + margin-left: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul > li > ul > li > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul > li > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul > li > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul > li > ul > li > ul > li > ul { + margin-left: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-4 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-4 > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-4 > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-4 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul ul:has(> li.acomments-view-more:first-of-type), .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul ul:has(> li.acomments-view-more:first-of-type), +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul ul:has(> li.acomments-view-more:first-of-type), +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul ul:has(> li.acomments-view-more:first-of-type) { + margin-left: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul > .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul > .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul > .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul > .acomments-view-more::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul .comment-item-focus .display-focus::before, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul .comment-item-focus .display-focus::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul .comment-item-focus .display-focus::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul .comment-item-focus .display-focus::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 30px); + height: calc(100% - 30px); + background-color: var(--bb-content-border-color); + position: absolute; + left: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before { + content: ""; + width: 2px; + height: 100%; + background-color: var(--bb-content-border-color); + position: absolute; + left: -26px; + top: 3px; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul .comment-item-focus > .ac-form, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul .comment-item-focus > .ac-form, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul .comment-item-focus > .ac-form, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul .comment-item-focus > .ac-form { + margin-left: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul .comment-item-focus > .ac-form .ac-reply-avatar, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul .comment-item-focus > .ac-form .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar::before { + content: ""; + width: 16px; + position: absolute; + left: -26px; + top: -14px; + height: 32px; + border-style: solid; + border-width: 0 0 2px 2px; + border-bottom-color: var(--bb-content-border-color); + border-left-color: var(--bb-content-border-color); + border-bottom-left-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul > li > ul li::before, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul > li > ul li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul > li > ul li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul > li > ul li::before { + content: ""; + width: 2px; + height: 100%; + background-color: var(--bb-content-border-color); + position: absolute; + left: -26px; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul > li > ul li:not(.acomments-view-more):last-of-type::before, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul > li > ul li:not(.acomments-view-more):last-of-type::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul > li > ul li:not(.acomments-view-more):last-of-type::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul > li > ul li:not(.acomments-view-more):last-of-type::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul > li > ul .activity-state-popup li::before, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul > li > ul .activity-state-popup li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul > li > ul .activity-state-popup li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul > li > ul .activity-state-popup li::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul > li ul .item-avatar, +.buddypress-wrap .activity-comments.threaded-level-5 > ul > li ul .acomment-edit .ac-reply-avatar, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul > li ul .item-avatar, +.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul > li ul .item-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul > li ul .acomment-edit .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul > li ul .item-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul > li ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-5 > ul > li ul .acomment-edit .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul > li ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul > li ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul > li ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul > li ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar::before { + content: ""; + width: 16px; + position: absolute; + left: -26px; + top: -14px; + height: 32px; + border-style: solid; + border-width: 0 0 2px 2px; + border-bottom-color: var(--bb-content-border-color); + border-left-color: var(--bb-content-border-color); + border-bottom-left-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul .acomments-view-more::before { + content: ""; + background-color: transparent; + width: 16px; + position: absolute; + left: -26px; + top: -15px; + height: 32px; + border-style: solid; + border-width: 0 0 2px 2px; + border-bottom-color: var(--bb-content-border-color); + border-left-color: var(--bb-content-border-color); + border-bottom-left-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul .has-child-comments > .acomment-display::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 50px); + height: calc(100% - 50px); + background-color: var(--bb-content-border-color); + position: absolute; + left: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 50px); + height: calc(100% - 50px); + background-color: var(--bb-content-border-color); + position: absolute; + left: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul > li > ul { + margin-left: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul > li > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul > li > ul > li > ul { + margin-left: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul > li > ul > li > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul > li > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul > li > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul > li > ul > li > ul > li > ul { + margin-left: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-5 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before { + display: none; +} +#buddypress .buddypress-wrap .activity-comments.threaded-level-5 > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply, #buddypress .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply, +#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-5 > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply, +#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-5 > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-5 > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul ul:has(> li.acomments-view-more:first-of-type), .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul ul:has(> li.acomments-view-more:first-of-type), +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul ul:has(> li.acomments-view-more:first-of-type), +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul ul:has(> li.acomments-view-more:first-of-type) { + margin-left: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul > .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul > .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul > .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul > .acomments-view-more::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul .comment-item-focus .display-focus::before, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul .comment-item-focus .display-focus::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul .comment-item-focus .display-focus::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul .comment-item-focus .display-focus::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 30px); + height: calc(100% - 30px); + background-color: var(--bb-content-border-color); + position: absolute; + left: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before { + content: ""; + width: 2px; + height: 100%; + background-color: var(--bb-content-border-color); + position: absolute; + left: -26px; + top: 3px; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul .comment-item-focus > .ac-form, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul .comment-item-focus > .ac-form, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul .comment-item-focus > .ac-form, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul .comment-item-focus > .ac-form { + margin-left: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul .comment-item-focus > .ac-form .ac-reply-avatar, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul .comment-item-focus > .ac-form .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar::before { + content: ""; + width: 16px; + position: absolute; + left: -26px; + top: -14px; + height: 32px; + border-style: solid; + border-width: 0 0 2px 2px; + border-bottom-color: var(--bb-content-border-color); + border-left-color: var(--bb-content-border-color); + border-bottom-left-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul > li > ul li::before, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul > li > ul li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul > li > ul li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul > li > ul li::before { + content: ""; + width: 2px; + height: 100%; + background-color: var(--bb-content-border-color); + position: absolute; + left: -26px; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul > li > ul li:not(.acomments-view-more):last-of-type::before, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul > li > ul li:not(.acomments-view-more):last-of-type::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul > li > ul li:not(.acomments-view-more):last-of-type::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul > li > ul li:not(.acomments-view-more):last-of-type::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul > li > ul .activity-state-popup li::before, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul > li > ul .activity-state-popup li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul > li > ul .activity-state-popup li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul > li > ul .activity-state-popup li::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul > li ul .item-avatar, +.buddypress-wrap .activity-comments.threaded-level-6 > ul > li ul .acomment-edit .ac-reply-avatar, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul > li ul .item-avatar, +.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul > li ul .item-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul > li ul .acomment-edit .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul > li ul .item-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul > li ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-6 > ul > li ul .acomment-edit .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul > li ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul > li ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul > li ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul > li ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar::before { + content: ""; + width: 16px; + position: absolute; + left: -26px; + top: -14px; + height: 32px; + border-style: solid; + border-width: 0 0 2px 2px; + border-bottom-color: var(--bb-content-border-color); + border-left-color: var(--bb-content-border-color); + border-bottom-left-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul .acomments-view-more::before { + content: ""; + background-color: transparent; + width: 16px; + position: absolute; + left: -26px; + top: -15px; + height: 32px; + border-style: solid; + border-width: 0 0 2px 2px; + border-bottom-color: var(--bb-content-border-color); + border-left-color: var(--bb-content-border-color); + border-bottom-left-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul .has-child-comments > .acomment-display::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 50px); + height: calc(100% - 50px); + background-color: var(--bb-content-border-color); + position: absolute; + left: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 50px); + height: calc(100% - 50px); + background-color: var(--bb-content-border-color); + position: absolute; + left: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul > li > ul { + margin-left: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul > li > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul > li > ul > li > ul { + margin-left: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul > li > ul > li > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul > li > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul > li > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul > li > ul > li > ul > li > ul { + margin-left: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-6 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before { + display: none; +} +#buddypress .buddypress-wrap .activity-comments.threaded-level-6 > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply, #buddypress .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply, +#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-6 > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply, +#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-6 > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-6 > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul ul:has(> li.acomments-view-more:first-of-type), .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul ul:has(> li.acomments-view-more:first-of-type), +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul ul:has(> li.acomments-view-more:first-of-type), +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul ul:has(> li.acomments-view-more:first-of-type) { + margin-left: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul > .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul > .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul > .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul > .acomments-view-more::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul .comment-item-focus .display-focus::before, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul .comment-item-focus .display-focus::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul .comment-item-focus .display-focus::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul .comment-item-focus .display-focus::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 30px); + height: calc(100% - 30px); + background-color: var(--bb-content-border-color); + position: absolute; + left: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before { + content: ""; + width: 2px; + height: 100%; + background-color: var(--bb-content-border-color); + position: absolute; + left: -26px; + top: 3px; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul .comment-item-focus > .ac-form, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul .comment-item-focus > .ac-form, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul .comment-item-focus > .ac-form, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul .comment-item-focus > .ac-form { + margin-left: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul .comment-item-focus > .ac-form .ac-reply-avatar, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul .comment-item-focus > .ac-form .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar::before { + content: ""; + width: 16px; + position: absolute; + left: -26px; + top: -14px; + height: 32px; + border-style: solid; + border-width: 0 0 2px 2px; + border-bottom-color: var(--bb-content-border-color); + border-left-color: var(--bb-content-border-color); + border-bottom-left-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul > li > ul li::before, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul > li > ul li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul > li > ul li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul > li > ul li::before { + content: ""; + width: 2px; + height: 100%; + background-color: var(--bb-content-border-color); + position: absolute; + left: -26px; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul > li > ul li:not(.acomments-view-more):last-of-type::before, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul > li > ul li:not(.acomments-view-more):last-of-type::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul > li > ul li:not(.acomments-view-more):last-of-type::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul > li > ul li:not(.acomments-view-more):last-of-type::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul > li > ul .activity-state-popup li::before, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul > li > ul .activity-state-popup li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul > li > ul .activity-state-popup li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul > li > ul .activity-state-popup li::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul > li ul .item-avatar, +.buddypress-wrap .activity-comments.threaded-level-7 > ul > li ul .acomment-edit .ac-reply-avatar, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul > li ul .item-avatar, +.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul > li ul .item-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul > li ul .acomment-edit .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul > li ul .item-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul > li ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-7 > ul > li ul .acomment-edit .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul > li ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul > li ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul > li ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul > li ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar::before { + content: ""; + width: 16px; + position: absolute; + left: -26px; + top: -14px; + height: 32px; + border-style: solid; + border-width: 0 0 2px 2px; + border-bottom-color: var(--bb-content-border-color); + border-left-color: var(--bb-content-border-color); + border-bottom-left-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul .acomments-view-more::before { + content: ""; + background-color: transparent; + width: 16px; + position: absolute; + left: -26px; + top: -15px; + height: 32px; + border-style: solid; + border-width: 0 0 2px 2px; + border-bottom-color: var(--bb-content-border-color); + border-left-color: var(--bb-content-border-color); + border-bottom-left-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul .has-child-comments > .acomment-display::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 50px); + height: calc(100% - 50px); + background-color: var(--bb-content-border-color); + position: absolute; + left: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 50px); + height: calc(100% - 50px); + background-color: var(--bb-content-border-color); + position: absolute; + left: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul > li > ul { + margin-left: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul > li > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul > li > ul > li > ul { + margin-left: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul > li > ul > li > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul > li > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul > li > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul > li > ul > li > ul > li > ul { + margin-left: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-7 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before { + display: none; +} +#buddypress .buddypress-wrap .activity-comments.threaded-level-7 > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply, #buddypress .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply, +#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-7 > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply, +#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-7 > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-7 > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul ul:has(> li.acomments-view-more:first-of-type), .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul ul:has(> li.acomments-view-more:first-of-type), +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul ul:has(> li.acomments-view-more:first-of-type), +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul ul:has(> li.acomments-view-more:first-of-type) { + margin-left: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul > .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul > .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul > .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul > .acomments-view-more::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul .comment-item-focus .display-focus::before, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul .comment-item-focus .display-focus::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul .comment-item-focus .display-focus::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul .comment-item-focus .display-focus::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 30px); + height: calc(100% - 30px); + background-color: var(--bb-content-border-color); + position: absolute; + left: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before { + content: ""; + width: 2px; + height: 100%; + background-color: var(--bb-content-border-color); + position: absolute; + left: -26px; + top: 3px; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul .comment-item-focus > .ac-form, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul .comment-item-focus > .ac-form, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul .comment-item-focus > .ac-form, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul .comment-item-focus > .ac-form { + margin-left: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul .comment-item-focus > .ac-form .ac-reply-avatar, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul .comment-item-focus > .ac-form .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar::before { + content: ""; + width: 16px; + position: absolute; + left: -26px; + top: -14px; + height: 32px; + border-style: solid; + border-width: 0 0 2px 2px; + border-bottom-color: var(--bb-content-border-color); + border-left-color: var(--bb-content-border-color); + border-bottom-left-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul > li > ul li::before, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul > li > ul li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul > li > ul li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul > li > ul li::before { + content: ""; + width: 2px; + height: 100%; + background-color: var(--bb-content-border-color); + position: absolute; + left: -26px; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul > li > ul li:not(.acomments-view-more):last-of-type::before, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul > li > ul li:not(.acomments-view-more):last-of-type::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul > li > ul li:not(.acomments-view-more):last-of-type::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul > li > ul li:not(.acomments-view-more):last-of-type::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul > li > ul .activity-state-popup li::before, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul > li > ul .activity-state-popup li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul > li > ul .activity-state-popup li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul > li > ul .activity-state-popup li::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul > li ul .item-avatar, +.buddypress-wrap .activity-comments.threaded-level-8 > ul > li ul .acomment-edit .ac-reply-avatar, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul > li ul .item-avatar, +.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul > li ul .item-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul > li ul .acomment-edit .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul > li ul .item-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul > li ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-8 > ul > li ul .acomment-edit .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul > li ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul > li ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul > li ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul > li ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar::before { + content: ""; + width: 16px; + position: absolute; + left: -26px; + top: -14px; + height: 32px; + border-style: solid; + border-width: 0 0 2px 2px; + border-bottom-color: var(--bb-content-border-color); + border-left-color: var(--bb-content-border-color); + border-bottom-left-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul .acomments-view-more::before { + content: ""; + background-color: transparent; + width: 16px; + position: absolute; + left: -26px; + top: -15px; + height: 32px; + border-style: solid; + border-width: 0 0 2px 2px; + border-bottom-color: var(--bb-content-border-color); + border-left-color: var(--bb-content-border-color); + border-bottom-left-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul .has-child-comments > .acomment-display::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 50px); + height: calc(100% - 50px); + background-color: var(--bb-content-border-color); + position: absolute; + left: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 50px); + height: calc(100% - 50px); + background-color: var(--bb-content-border-color); + position: absolute; + left: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul > li > ul { + margin-left: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul > li > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul > li > ul > li > ul { + margin-left: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul > li > ul > li > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul > li > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul > li > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul > li > ul > li > ul > li > ul { + margin-left: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-8 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before { + display: none; +} +#buddypress .buddypress-wrap .activity-comments.threaded-level-8 > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply, #buddypress .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply, +#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-8 > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply, +#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-8 > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-8 > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul ul:has(> li.acomments-view-more:first-of-type), .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul ul:has(> li.acomments-view-more:first-of-type), +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul ul:has(> li.acomments-view-more:first-of-type), +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul ul:has(> li.acomments-view-more:first-of-type) { + margin-left: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul > .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul > .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul > .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul > .acomments-view-more::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul .comment-item-focus .display-focus::before, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul .comment-item-focus .display-focus::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul .comment-item-focus .display-focus::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul .comment-item-focus .display-focus::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 30px); + height: calc(100% - 30px); + background-color: var(--bb-content-border-color); + position: absolute; + left: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before { + content: ""; + width: 2px; + height: 100%; + background-color: var(--bb-content-border-color); + position: absolute; + left: -26px; + top: 3px; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul .comment-item-focus > .ac-form, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul .comment-item-focus > .ac-form, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul .comment-item-focus > .ac-form, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul .comment-item-focus > .ac-form { + margin-left: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul .comment-item-focus > .ac-form .ac-reply-avatar, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul .comment-item-focus > .ac-form .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar::before { + content: ""; + width: 16px; + position: absolute; + left: -26px; + top: -14px; + height: 32px; + border-style: solid; + border-width: 0 0 2px 2px; + border-bottom-color: var(--bb-content-border-color); + border-left-color: var(--bb-content-border-color); + border-bottom-left-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul > li > ul li::before, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul > li > ul li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul > li > ul li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul > li > ul li::before { + content: ""; + width: 2px; + height: 100%; + background-color: var(--bb-content-border-color); + position: absolute; + left: -26px; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul > li > ul li:not(.acomments-view-more):last-of-type::before, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul > li > ul li:not(.acomments-view-more):last-of-type::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul > li > ul li:not(.acomments-view-more):last-of-type::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul > li > ul li:not(.acomments-view-more):last-of-type::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul > li > ul .activity-state-popup li::before, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul > li > ul .activity-state-popup li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul > li > ul .activity-state-popup li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul > li > ul .activity-state-popup li::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul > li ul .item-avatar, +.buddypress-wrap .activity-comments.threaded-level-9 > ul > li ul .acomment-edit .ac-reply-avatar, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul > li ul .item-avatar, +.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul > li ul .item-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul > li ul .acomment-edit .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul > li ul .item-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul > li ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-9 > ul > li ul .acomment-edit .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul > li ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul > li ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul > li ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul > li ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar::before { + content: ""; + width: 16px; + position: absolute; + left: -26px; + top: -14px; + height: 32px; + border-style: solid; + border-width: 0 0 2px 2px; + border-bottom-color: var(--bb-content-border-color); + border-left-color: var(--bb-content-border-color); + border-bottom-left-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul .acomments-view-more::before { + content: ""; + background-color: transparent; + width: 16px; + position: absolute; + left: -26px; + top: -15px; + height: 32px; + border-style: solid; + border-width: 0 0 2px 2px; + border-bottom-color: var(--bb-content-border-color); + border-left-color: var(--bb-content-border-color); + border-bottom-left-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul .has-child-comments > .acomment-display::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 50px); + height: calc(100% - 50px); + background-color: var(--bb-content-border-color); + position: absolute; + left: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 50px); + height: calc(100% - 50px); + background-color: var(--bb-content-border-color); + position: absolute; + left: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul > li > ul { + margin-left: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul > li > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul > li > ul > li > ul { + margin-left: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul > li > ul > li > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul > li > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul > li > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul > li > ul > li > ul > li > ul { + margin-left: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-9 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before { + display: none; +} +#buddypress .buddypress-wrap .activity-comments.threaded-level-9 > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply, #buddypress .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply, +#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-9 > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply, +#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-9 > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-9 > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul ul:has(> li.acomments-view-more:first-of-type), .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul ul:has(> li.acomments-view-more:first-of-type), +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul ul:has(> li.acomments-view-more:first-of-type), +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul ul:has(> li.acomments-view-more:first-of-type) { + margin-left: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul > .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul > .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul > .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul > .acomments-view-more::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul .comment-item-focus .display-focus::before, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul .comment-item-focus .display-focus::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul .comment-item-focus .display-focus::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul .comment-item-focus .display-focus::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 30px); + height: calc(100% - 30px); + background-color: var(--bb-content-border-color); + position: absolute; + left: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul .comment-item-focus .display-focus:not(.bp-hide) + .acomment-edit-form + ul::before { + content: ""; + width: 2px; + height: 100%; + background-color: var(--bb-content-border-color); + position: absolute; + left: -26px; + top: 3px; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul .comment-item-focus > .ac-form, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul .comment-item-focus > .ac-form, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul .comment-item-focus > .ac-form, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul .comment-item-focus > .ac-form { + margin-left: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul .comment-item-focus > .ac-form .ac-reply-avatar, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul .comment-item-focus > .ac-form .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul .comment-item-focus > .ac-form .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul .comment-item-focus > .ac-form .ac-reply-avatar::before { + content: ""; + width: 16px; + position: absolute; + left: -26px; + top: -14px; + height: 32px; + border-style: solid; + border-width: 0 0 2px 2px; + border-bottom-color: var(--bb-content-border-color); + border-left-color: var(--bb-content-border-color); + border-bottom-left-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul > li > ul li::before, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul > li > ul li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul > li > ul li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul > li > ul li::before { + content: ""; + width: 2px; + height: 100%; + background-color: var(--bb-content-border-color); + position: absolute; + left: -26px; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul > li > ul li:not(.acomments-view-more):last-of-type::before, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul > li > ul li:not(.acomments-view-more):last-of-type::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul > li > ul li:not(.acomments-view-more):last-of-type::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul > li > ul li:not(.acomments-view-more):last-of-type::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul > li > ul .activity-state-popup li::before, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul > li > ul .activity-state-popup li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul > li > ul .activity-state-popup li::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul > li > ul .activity-state-popup li::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul > li ul .item-avatar, +.buddypress-wrap .activity-comments.threaded-level-10 > ul > li ul .acomment-edit .ac-reply-avatar, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul > li ul .item-avatar, +.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul > li ul .item-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul > li ul .acomment-edit .ac-reply-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul > li ul .item-avatar, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul > li ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-10 > ul > li ul .acomment-edit .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul > li ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul > li ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul > li ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul > li ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul > li ul .acomment-edit .ac-reply-avatar::before { + content: ""; + width: 16px; + position: absolute; + left: -26px; + top: -14px; + height: 32px; + border-style: solid; + border-width: 0 0 2px 2px; + border-bottom-color: var(--bb-content-border-color); + border-left-color: var(--bb-content-border-color); + border-bottom-left-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul .acomments-view-more::before { + content: ""; + background-color: transparent; + width: 16px; + position: absolute; + left: -26px; + top: -15px; + height: 32px; + border-style: solid; + border-width: 0 0 2px 2px; + border-bottom-color: var(--bb-content-border-color); + border-left-color: var(--bb-content-border-color); + border-bottom-left-radius: 10px; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul .has-child-comments > .acomment-display::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 50px); + height: calc(100% - 50px); + background-color: var(--bb-content-border-color); + position: absolute; + left: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form { + position: relative; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before { + content: ""; + width: 2px; + height: -webkit-calc(100% - 50px); + height: calc(100% - 50px); + background-color: var(--bb-content-border-color); + position: absolute; + left: 14px; + top: 49px; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul > li > ul { + margin-left: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul > li > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul > li > ul > li > ul { + margin-left: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul > li > ul > li > ul > li > ul, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul > li > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul > li > ul > li > ul > li > ul, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul > li > ul > li > ul > li > ul { + margin-left: 40px; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-10 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul > li > ul > li > ul > li > ul .has-child-comments > .acomment-display.bp-hide + .acomment-edit-form::before { + display: none; +} +#buddypress .buddypress-wrap .activity-comments.threaded-level-10 > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply, #buddypress .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply, +#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-10 > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply, +#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul > li > ul > li > ul > li > ul .acomment-foot-actions .generic-button .acomment-reply { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-10 > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .item-avatar::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomment-edit .ac-reply-avatar::before { + display: none; +} +.buddypress-wrap .activity-comments.threaded-level-10 > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before, .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before, +.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions > ul > li > ul > li > ul > li > ul > li > ul .acomments-view-more::before { + display: none; +} + +@media screen and (max-width: 480px) { + .activity-list .activity-item .activity-comments > ul > li > ul > li > ul > li > ul .acomment-display .ac-emotions_list.active, + .activity-list .activity-item.elementor-activity-item .activity-comments > ul > li > ul > li > ul > li > ul .acomment-display .ac-emotions_list.active { + left: -40px; + } + body:not(.bb-is-mobile) .activity-list .activity-item .activity-comments > ul > li > ul > li > ul > li > ul .acomment-display .ac-emotions_list:hover, + body:not(.bb-is-mobile) .activity-list .activity-item.elementor-activity-item .activity-comments > ul > li > ul > li > ul > li > ul .acomment-display .ac-emotions_list:hover { + left: -40px; + } + + .bb-media-model-wrapper .activity-list .activity-item .activity-comments > ul > li > ul > li > ul > li > ul .acomment-display .ac-emotions_list.active { + left: -60px; + } + body:not(.bb-is-mobile) .bb-media-model-wrapper .activity-list .activity-item .activity-comments > ul > li > ul > li > ul > li > ul .acomment-display .ac-emotions_list:hover { + left: -60px; + } +} +@media screen and (max-width: 420px) { + .activity-list .activity-item .activity-comments > ul > li > ul > li > ul > li > ul .acomment-display .ac-emotions_list.active, + .activity-list .activity-item.elementor-activity-item .activity-comments > ul > li > ul > li > ul > li > ul .acomment-display .ac-emotions_list.active { + left: -70px; + } + body:not(.bb-is-mobile) .activity-list .activity-item .activity-comments > ul > li > ul > li > ul > li > ul .acomment-display .ac-emotions_list:hover, + body:not(.bb-is-mobile) .activity-list .activity-item.elementor-activity-item .activity-comments > ul > li > ul > li > ul > li > ul .acomment-display .ac-emotions_list:hover { + left: -70px; + } + + .bb-media-model-wrapper .activity-list .activity-item .activity-comments > ul > li > ul > li > ul .acomment-display .ac-emotions_list.active { + left: -70px; + } + body:not(.bb-is-mobile) .bb-media-model-wrapper .activity-list .activity-item .activity-comments > ul > li > ul > li > ul .acomment-display .ac-emotions_list:hover { + left: -70px; + } + + .bb-media-model-wrapper .activity-list .activity-item .activity-comments > ul > li > ul > li > ul > li > ul .acomment-display .ac-emotions_list.active { + left: -90px; + } + body:not(.bb-is-mobile) .bb-media-model-wrapper .activity-list .activity-item .activity-comments > ul > li > ul > li > ul > li > ul .acomment-display .ac-emotions_list:hover { + left: -90px; + } +} +/* Comments reply link graph ==> Ends Here */ +/* Members */ +.avatar { + border-radius: 50%; + image-rendering: optimize-contrast; +} + +.subnav-search.members-search { + float: right; + margin-top: -56px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} +@media screen and (max-width: 370px) { + .subnav-search.members-search { + margin-top: -10px; + margin-bottom: 15px; + } +} + +.buddypress-wrap .subnav-search.members-search .subnav-filters { + margin-top: 0; + margin-left: 10px; +} + +#buddypress #dir-members-search { + border: 0; + background-color: transparent; + padding-left: 32px; + font-size: 14px; + height: 34px; +} + +.member-status { + background: var(--bb-success-color); + border: 2px solid var(--bb-content-background-color); + border-radius: 100%; + position: absolute; + width: 12px; + height: 12px; + right: 2px; + top: 0; +} +.member-status.offline { + opacity: 0; + visibility: hidden; +} +.grid .member-status { + right: 18px; + top: 5px; + width: 14px; + height: 14px; +} + +.single-headers .member-status { + right: 25px; + top: 14px; + width: 15px; + height: 15px; +} + +#members-list.grid, +#friend-list.grid, +#groups-list.grid { + margin: 0 -10px; +} + #friend-list.item-list .item-avatar img, #members-list.item-list .item-avatar img { border-radius: 50%; @@ -13176,7 +15232,6 @@ body.activity .activity-list .activity-item .activity-content.document-activity margin: 0; padding: 0; } - #friend-list.item-list:not(.grid) .list-wrap, #members-list.item-list:not(.grid) .list-wrap, .item-list.bp-search-results-list:not(.grid) .list-wrap, @@ -13185,7 +15240,6 @@ body.activity .activity-list .activity-item .activity-content.document-activity display: -ms-flexbox; display: flex; } - #friend-list.item-list:not(.grid) li:first-child .list-wrap, #members-list.item-list:not(.grid) li:first-child .list-wrap, .item-list.bp-search-results-list:not(.grid) li:first-child .list-wrap, @@ -13193,7 +15247,6 @@ body.activity .activity-list .activity-item .activity-content.document-activity border-top-left-radius: var(--bb-block-radius); border-top-right-radius: var(--bb-block-radius); } - #friend-list.item-list:not(.grid) li:last-child .list-wrap, #members-list.item-list:not(.grid) li:last-child .list-wrap, .item-list.bp-search-results-list:not(.grid) li:last-child .list-wrap, @@ -13201,14 +15254,12 @@ body.activity .activity-list .activity-item .activity-content.document-activity border-bottom-left-radius: var(--bb-block-radius); border-bottom-right-radius: var(--bb-block-radius); } - #friend-list.item-list:not(.grid) li:last-child:first-child .list-wrap, #members-list.item-list:not(.grid) li:last-child:first-child .list-wrap, .item-list.bp-search-results-list:not(.grid) li:last-child:first-child .list-wrap, .item-list.groups-list:not(.grid) li:last-child:first-child .list-wrap { border-radius: var(--bb-block-radius); } - #friend-list.item-list .list-wrap, #members-list.item-list .list-wrap, .item-list.bp-search-results-list .list-wrap, @@ -13222,37 +15273,35 @@ body.activity .activity-list .activity-item .activity-content.document-activity -webkit-transition: box-shadow linear 0.2s; transition: box-shadow linear 0.2s; } - -#friend-list.item-list .list-wrap:hover, -#members-list.item-list .list-wrap:hover, -.item-list.bp-search-results-list .list-wrap:hover, -.item-list.groups-list .list-wrap:hover { +#friend-list.item-list .list-wrap:hover, #members-list.item-list .list-wrap:hover, .item-list.bp-search-results-list .list-wrap:hover, .item-list.groups-list .list-wrap:hover { box-shadow: 0 3px 24px 0 rgba(18, 43, 70, 0.08); position: relative; z-index: 10; } - +.user_more_option_open #friend-list.item-list .list-wrap:hover, +.user_more_option_open #members-list.item-list .list-wrap:hover, +.user_more_option_open .item-list.bp-search-results-list .list-wrap:hover, +.user_more_option_open .item-list.groups-list .list-wrap:hover { + z-index: 11; +} #friend-list.item-list.grid .list-wrap, #members-list.item-list.grid .list-wrap, .item-list.bp-search-results-list.grid .list-wrap, .item-list.groups-list.grid .list-wrap { border-radius: var(--bb-block-radius); } - #friend-list.item-list.grid .list-wrap.secondary-buttons, #members-list.item-list.grid .list-wrap.secondary-buttons, .item-list.bp-search-results-list.grid .list-wrap.secondary-buttons, .item-list.groups-list.grid .list-wrap.secondary-buttons { padding: 15px 20px 52px; } - #friend-list.item-list.grid .list-wrap.secondary-buttons.no-secondary-buttons.no-primary-button, #members-list.item-list.grid .list-wrap.secondary-buttons.no-secondary-buttons.no-primary-button, .item-list.bp-search-results-list.grid .list-wrap.secondary-buttons.no-secondary-buttons.no-primary-button, .item-list.groups-list.grid .list-wrap.secondary-buttons.no-secondary-buttons.no-primary-button { padding-bottom: 20px; } - #friend-list.item-list .item-avatar img, #members-list.item-list .item-avatar img, .item-list.bp-search-results-list .item-avatar img, @@ -13264,7 +15313,6 @@ body.activity .activity-list .activity-item .activity-content.document-activity border-top-left-radius: var(--bb-block-radius); border-top-right-radius: var(--bb-block-radius); } - .members-group-list li.last-of-type .list-wrap { border-bottom-left-radius: var(--bb-block-radius); border-bottom-right-radius: var(--bb-block-radius); @@ -13273,7 +15321,6 @@ body.activity .activity-list .activity-item .activity-content.document-activity body.search-results .item-list.bp-search-results-list:not(.grid) li:first-child .list-wrap { border-radius: 0; } - body.search-results .item-list.bp-search-results-list:not(.grid) li:last-child .list-wrap { border-radius: 0; } @@ -13281,15 +15328,12 @@ body.search-results .item-list.bp-search-results-list:not(.grid) li:last-child . #members-list.item-list.grid .list-wrap.primary-button.secondary-buttons { padding-bottom: 115px; } - #members-list.item-list.grid .list-wrap.primary-button.no-secondary-buttons { padding-bottom: 75px; } - #members-list.item-list.grid .list-wrap.primary-button.no-secondary-buttons .primary-action { bottom: 10px; } - #members-list.item-list.grid .list-wrap.primary-button .primary-action { position: absolute; left: 20px; @@ -13301,7 +15345,6 @@ body.search-results .item-list.bp-search-results-list:not(.grid) li:last-child . body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.secondary-buttons { padding-bottom: 0; } - body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-secondary-buttons { padding-bottom: 0; } @@ -13314,7 +15357,6 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s #members-list.item-list:not(.grid) .list-wrap { display: block; } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner { -webkit-box-align: center; -ms-flex-align: center; @@ -13324,12 +15366,10 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s display: flex; padding-right: 40px; } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-status.online { right: 2px; top: 2px; } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner > .primary-action { -webkit-box-flex: 1; -ms-flex: 1; @@ -13338,13 +15378,11 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s -ms-flex-pack: end; justify-content: flex-end; } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item .item-block { -webkit-box-flex: unset; -ms-flex: unset; @@ -13352,11 +15390,9 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s width: -webkit-calc(100% - 125px); width: calc(100% - 125px); } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item .last-activity { margin-bottom: 0; } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap { display: -webkit-box; display: -ms-flexbox; @@ -13372,27 +15408,66 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s -ms-flex-pack: end; justify-content: flex-end; } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .primary-action .generic-button { margin: 0; } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .primary-action .generic-button > * { min-width: 200px; margin-bottom: 0; } - #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item { -webkit-box-flex: 0; -ms-flex: 0 0 60%; flex: 0 0 60%; } - #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap { margin: 0 0 0 10px; } +@media screen and (min-width: 1181px) { + body.my-account.my-friends.has-sidebar .bp-vertical-navs #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner { + -ms-flex-wrap: wrap; + flex-wrap: wrap; + } + body.my-account.my-friends.has-sidebar .bp-vertical-navs #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item { + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-flex: 0; + -ms-flex: 0 0 44%; + flex: 0 0 44%; + margin-top: 15px; + margin-bottom: 15px; + } + body.my-account.my-friends.has-sidebar .bp-vertical-navs #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item .item-block { + width: 100%; + margin-bottom: 10px; + } + body.my-account.my-friends.has-sidebar .bp-vertical-navs #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .member-buttons-wrap { + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + margin-left: 60px; + } + body.my-account.my-friends.has-sidebar .bp-vertical-navs #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap { + margin: 0 15px 0 20px; + -webkit-box-flex: unset; + -ms-flex: unset; + flex: unset; + } + body.my-account.my-friends.has-sidebar .bp-vertical-navs #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap > .generic-button { + padding: 6px 15px 7px 0; + } + body.my-account.my-friends.has-sidebar .bp-vertical-navs #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner > .primary-action { + -webkit-box-flex: unset; + -ms-flex: unset; + flex: unset; + } +} @media screen and (min-width: 800px) and (max-width: 1440px) { - body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item { -webkit-box-align: start; -ms-flex-align: start; @@ -13406,28 +15481,23 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s flex: 0 0 44%; margin-top: 15px; } - body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item .item-block { width: 100%; margin-bottom: 10px; } - body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap { -webkit-box-flex: unset; -ms-flex: unset; flex: unset; } - body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap > .generic-button { padding: 6px 15px 7px 0; } - body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner > .primary-action { -webkit-box-flex: unset; -ms-flex: unset; flex: unset; } - body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .item { -webkit-box-align: start; -ms-flex-align: start; @@ -13441,22 +15511,18 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s flex: 0 0 44%; margin-top: 15px; } - body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .item .item-block { width: 100%; margin-bottom: 10px; } - body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap { -webkit-box-flex: unset; -ms-flex: unset; flex: unset; } - body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap > .generic-button { padding: 6px 15px 7px 0; } - body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner > .primary-action { -webkit-box-flex: unset; -ms-flex: unset; @@ -13464,38 +15530,32 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s } } @media screen and (min-width: 800px) and (max-width: 1340px) { - body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner { -ms-flex-wrap: wrap; flex-wrap: wrap; } - body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item { -webkit-box-flex: 0; -ms-flex: 0 0 55%; flex: 0 0 55%; margin-bottom: 15px; } - body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .member-buttons-wrap { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; margin-left: 60px; } - body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap { margin: 0 15px 0 20px; -webkit-box-flex: unset; -ms-flex: unset; flex: unset; } - body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner { -ms-flex-wrap: wrap; flex-wrap: wrap; } - body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -13508,14 +15568,12 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s -ms-flex: 0 0 50%; flex: 0 0 50%; } - body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item .item-block { margin-bottom: 10px; width: 100%; } } @media screen and (min-width: 800px) and (max-width: 1320px) { - body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item { -webkit-box-align: start; -ms-flex-align: start; @@ -13529,28 +15587,23 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s flex: 0 0 44%; margin-top: 15px; } - body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item .item-block { width: 100%; margin-bottom: 10px; } - body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap { -webkit-box-flex: unset; -ms-flex: unset; flex: unset; } - body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap > .generic-button { padding: 6px 15px 7px 0; } - body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner > .primary-action { -webkit-box-flex: unset; -ms-flex: unset; flex: unset; } - body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .item { -webkit-box-align: start; -ms-flex-align: start; @@ -13564,22 +15617,18 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s flex: 0 0 44%; margin-top: 15px; } - body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .item .item-block { width: 100%; margin-bottom: 10px; } - body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap { -webkit-box-flex: unset; -ms-flex: unset; flex: unset; } - body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap > .generic-button { padding: 6px 15px 7px 0; } - body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner > .primary-action { -webkit-box-flex: unset; -ms-flex: unset; @@ -13587,7 +15636,6 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s } } @media screen and (min-width: 800px) and (max-width: 1200px) { - body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 80px); @@ -13595,18 +15643,15 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s flex: 0 0 calc(100% - 80px); margin-bottom: 10px; } - body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item .item-block { margin-bottom: 10px; width: 100%; } - body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .member-buttons-wrap { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } - body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap { -webkit-box-flex: unset; -ms-flex: unset; @@ -13615,7 +15660,6 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s } } @media screen and (min-width: 800px) and (max-width: 1120px) { - body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 80px); @@ -13625,38 +15669,32 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s } } @media screen and (min-width: 800px) and (max-width: 1180px) { - body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner { -ms-flex-wrap: wrap; flex-wrap: wrap; } - body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item { -webkit-box-flex: 0; -ms-flex: 0 0 55%; flex: 0 0 55%; margin-bottom: 15px; } - body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .member-buttons-wrap { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; margin-left: 60px; } - body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap { margin: 0 15px 0 20px; -webkit-box-flex: unset; -ms-flex: unset; flex: unset; } - body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner { -ms-flex-wrap: wrap; flex-wrap: wrap; } - body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -13669,14 +15707,12 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s -ms-flex: 0 0 50%; flex: 0 0 50%; } - body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item .item-block { margin-bottom: 10px; width: 100%; } } @media screen and (min-width: 1120px) and (max-width: 1440px) { - body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item { -webkit-box-align: center; -ms-flex-align: center; @@ -13691,7 +15727,6 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s margin-bottom: 0; margin-top: 0; } - body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item .item-block { -webkit-box-flex: unset; -ms-flex: unset; @@ -13699,20 +15734,17 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s width: -webkit-calc(100% - 125px); width: calc(100% - 125px); } - body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .member-buttons-wrap { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; margin-left: 0; } - body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap { margin-left: 0; } } @media screen and (min-width: 1060px) and (max-width: 1440px) { - body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item { -webkit-box-align: center; -ms-flex-align: center; @@ -13725,7 +15757,6 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s -ms-flex-direction: row; flex-direction: row; } - body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item .item-block { -webkit-box-flex: unset; -ms-flex: unset; @@ -13733,19 +15764,16 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s width: -webkit-calc(100% - 125px); width: calc(100% - 125px); } - body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .member-buttons-wrap { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } - body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap { margin-left: 0; } } @media screen and (min-width: 800px) and (max-width: 1060px) { - #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap { -webkit-box-flex: unset; -ms-flex: unset; @@ -13756,13 +15784,11 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s margin-bottom: 10px; margin-left: 0; } - #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap > .generic-button { -webkit-box-flex: unset; -ms-flex: unset; flex: unset; } - #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .member-buttons-wrap { -webkit-box-flex: unset; -ms-flex: unset; @@ -13773,7 +15799,6 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s flex-direction: column; margin-left: 80px; } - #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .member-buttons-wrap > .primary-action { -webkit-box-pack: start; -ms-flex-pack: start; @@ -13781,7 +15806,6 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s } } @media screen and (max-width: 799px) { - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner { -ms-flex-wrap: wrap; flex-wrap: wrap; @@ -13790,13 +15814,11 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s justify-content: flex-start; padding-right: 20px; } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap { -webkit-box-flex: unset; -ms-flex: unset; flex: unset; } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item { -webkit-box-align: start; -ms-flex-align: start; @@ -13811,7 +15833,6 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s margin-bottom: 15px; margin-top: 15px; } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item .item-block { -webkit-box-flex: unset; -ms-flex: unset; @@ -13819,20 +15840,17 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s width: 100%; margin-bottom: 10px; } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap { margin-left: 70px; -webkit-box-flex: unset; -ms-flex: unset; flex: unset; } - #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; } - #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .member-buttons-wrap { -webkit-box-flex: 1; -ms-flex: 1; @@ -13840,21 +15858,18 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s } } @media screen and (max-width: 600px) { - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 80px); flex: 0 0 -webkit-calc(100% - 80px); flex: 0 0 calc(100% - 80px); } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 80px); flex: 0 0 -webkit-calc(100% - 80px); flex: 0 0 calc(100% - 80px); } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap { -webkit-box-flex: 1; -ms-flex: 1; @@ -13863,14 +15878,12 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s -ms-flex-pack: start; justify-content: flex-start; } - #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 80px); flex: 0 0 -webkit-calc(100% - 80px); flex: 0 0 calc(100% - 80px); } - #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap { -webkit-box-flex: unset; -ms-flex: unset; @@ -13879,30 +15892,24 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s } } @media screen and (max-width: 480px) { - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item { margin-top: 0; } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap { margin-left: 78px; } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap .member-button-wrap > .generic-button { padding-left: 0; } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-type { margin: 5px 0 10px; display: block; } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -13912,20 +15919,17 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s -ms-flex-align: start; align-items: flex-start; } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap .member-button-wrap .generic-button { -webkit-box-flex: unset; -ms-flex: unset; flex: unset; } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap { margin-left: 0; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } - #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item { -webkit-box-flex: 1; -ms-flex: auto; @@ -13933,19 +15937,16 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s } } @media screen and (max-width: 370px) { - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } - #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap { margin-left: 0; } } - #members-list.item-list:not(.grid) .list-wrap .button-wrap.member-button-wrap.footer-button-wrap .generic-button { border: 0; } @@ -13953,12 +15954,10 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s #members-list.item-list li .bp-members-list-hook .more-action-button { display: none; } - #members-list.item-list li .bp-members-list-hook .generic-button { margin: 10px 0 0; display: block; } - #members-list.item-list li .bp-members-list-hook .generic-button a { font-size: 13px; display: block; @@ -13971,33 +15970,27 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s text-align: center; line-height: 1; } - #members-list.item-list li .bp-members-list-hook .generic-button a:hover { color: #4c464e; } - #members-list.item-list:not(.grid) .has_hook_content.list-wrap { padding-right: 35px; } @media screen and (max-width: 1240px) { - #members-list.item-list:not(.grid) .has_hook_content.list-wrap { padding-bottom: 25px; } } @media screen and (max-width: 880px) and (min-width: 768px) { - #members-list.item-list:not(.grid) li .has_hook_content .button-wrap.member-button-wrap { padding-right: 6px; } } @media screen and (max-width: 480px) { - #members-list.item-list:not(.grid) li .has_hook_content .button-wrap.member-button-wrap { padding-right: 6px; } } - #members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button { position: absolute; right: 0; @@ -14006,30 +15999,25 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s z-index: 11; display: block; } - #members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button i.bb-icon-menu-dots-h { font-size: 20px; color: #939597; } @media screen and (max-width: 1240px) { - #members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button { right: -4px; } - #members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button i.bb-icon-menu-dots-h { font-size: 24px; } } @media screen and (max-width: 1100px) and (min-width: 768px) { - #members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button { top: inherit; bottom: 26px; } } @media screen and (max-width: 880px) and (min-width: 768px) { - #members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button { top: 50%; bottom: inherit; @@ -14040,14 +16028,12 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s } } @media screen and (max-width: 680px) { - #members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button { top: inherit; bottom: 27px; } } @media screen and (max-width: 480px) { - #members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button { right: -1px; top: 50%; @@ -14058,7 +16044,6 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s margin-top: -4px; } } - #members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner { opacity: 0; visibility: hidden; @@ -14076,35 +16061,30 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s z-index: 111; } @media screen and (max-width: 1100px) and (min-width: 768px) { - #members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner { top: 100%; margin-top: -20px; } } @media screen and (max-width: 880px) and (min-width: 768px) { - #members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner { top: 50%; margin-top: 20px; } } @media screen and (max-width: 680px) { - #members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner { top: 100%; margin-top: -20px; } } @media screen and (max-width: 480px) { - #members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner { top: 50%; margin-top: 20px; } } - -#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner::before { +#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner:before { content: " "; position: absolute; width: 0; @@ -14126,16 +16106,13 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s opacity: 1; visibility: visible; } - #members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner .generic-button { margin: 0 0 15px; display: block; } - #members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner .generic-button:last-child { margin: 0; } - #members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner .generic-button a { font-size: 14px; min-height: 34px; @@ -14147,38 +16124,37 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s min-width: 140px; line-height: 1.5; } - #members-list.item-list:not(.grid) li.active { z-index: 111; } - #members-list.item-list:not(.grid) li.active .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner { opacity: 1; visibility: visible; } - #members-list.item-list.grid.bp-list .item-avatar { margin-top: 30px; } - #members-list.item-list.grid .member-type { margin-bottom: 20px; margin-top: -30px; position: relative; } - +#members-list.item-list.grid .member-type .bp-member-type { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + max-width: 100%; +} #members-list.item-list:not(.grid) .member-name { display: inline-block; vertical-align: middle; margin-bottom: 5px; } - #members-list.item-list:not(.grid) .member-type { display: inline-block; margin: 0 0 5px 10px; vertical-align: middle; } - #members-list.item-list:not(.grid) .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap { display: -webkit-box !important; display: -ms-flexbox !important; @@ -14194,15 +16170,14 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s border: 0; margin: 0 15px 0 0; } - #members-list.item-list:not(.grid) .bb_more_options.member-dropdown { top: 50%; - -webkit-transform: translateY(-54%); - -ms-transform: translateY(-54%); - transform: translateY(-54%); + margin-top: -18px; z-index: 11; } - +#members-list.item-list:not(.grid) .bb_more_options.member-dropdown.more_option_active { + z-index: 12; +} #members-list.item-list .member-name a { font-size: 18px; } @@ -14233,7 +16208,6 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s margin-bottom: 0; width: auto; } - #groups-list.grid > li, #members-list.grid > li, #friend-list.grid > li { @@ -14254,7 +16228,6 @@ body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-s letter-spacing: -0.24px; line-height: 1.2; } - .list-title a:hover { color: var(--bb-primary-color); } @@ -14269,17 +16242,14 @@ body #buddypress .bp-list .action, body #bbpress-forums .bp-list .action { margin: 0; } - body #buddypress .bp-list .action .generic-button, body #bbpress-forums .bp-list .action .generic-button { margin: 0 10px 0 0; } - body #buddypress .bp-list .action .generic-button:last-child, body #bbpress-forums .bp-list .action .generic-button:last-child { margin-right: 0; } - body #buddypress .bp-list .action .generic-button button, body #bbpress-forums .bp-list .action .generic-button button { font-size: 13px; @@ -14295,12 +16265,10 @@ body #bbpress-forums .bp-list .action .generic-button button { -moz-font-smoothing: initial; box-shadow: none; } - body #buddypress .bp-list .action .generic-button button:focus, body #bbpress-forums .bp-list .action .generic-button button:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - body #buddypress .bp-list .action .generic-button button:hover, body #buddypress .bp-list .action .generic-button button:focus, body #buddypress .bp-list .action .generic-button button:active, body #bbpress-forums .bp-list .action .generic-button button:hover, body #bbpress-forums .bp-list .action .generic-button button:focus, @@ -14309,19 +16277,16 @@ body #bbpress-forums .bp-list .action .generic-button button:active { color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - body #buddypress .bp-list .action .generic-button button.join-group, body #bbpress-forums .bp-list .action .generic-button button.join-group { background-color: var(--bb-secondary-button-background-regular); color: var(--bb-secondary-button-text-regular); border: 1px solid var(--bb-secondary-button-border-regular); } - body #buddypress .bp-list .action .generic-button button.join-group:focus, body #bbpress-forums .bp-list .action .generic-button button.join-group:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - body #buddypress .bp-list .action .generic-button button.join-group:hover, body #buddypress .bp-list .action .generic-button button.join-group:focus, body #buddypress .bp-list .action .generic-button button.join-group:active, body #bbpress-forums .bp-list .action .generic-button button.join-group:hover, body #bbpress-forums .bp-list .action .generic-button button.join-group:focus, @@ -14343,7 +16308,6 @@ body #bbpress-forums .bp-list.members-list .action .generic-button a { margin-bottom: 0; box-shadow: none; } - body #buddypress .bp-list.members-list .action .generic-button button:hover, body #buddypress .bp-list.members-list .action .generic-button a:hover, body #bbpress-forums .bp-list.members-list .action .generic-button button:hover, @@ -14390,7 +16354,6 @@ body #bbpress-forums .bp-list.members-list .action .generic-button a:hover { float: left; margin-right: 20px; } - .bp-list li .item-avatar a { display: inline-block; position: relative; @@ -14430,34 +16393,28 @@ body.logged-in .bp-list li .item .item-block { #friend-list.bp-list.grid li { margin-bottom: 20px; } - #members-list.bp-list.grid .item-avatar, #friend-list.bp-list.grid .item-avatar { margin-bottom: 18px; margin-top: 10px; } - #members-list.bp-list.grid .item-avatar a, #friend-list.bp-list.grid .item-avatar a { display: inline-block; } - #members-list.bp-list.grid .item-avatar img, #friend-list.bp-list.grid .item-avatar img { max-width: 126px; width: 100%; } - #members-list.bp-list.grid .action, #friend-list.bp-list.grid .action { text-align: center; } - #members-list.bp-list.grid .action .generic-button, #friend-list.bp-list.grid .action .generic-button { margin: 0; } - #members-list.bp-list.grid .action .generic-button a, #members-list.bp-list.grid .action .generic-button button, #friend-list.bp-list.grid .action .generic-button a, @@ -14470,7 +16427,6 @@ body.logged-in .bp-list li .item .item-block { .buddypress-wrap .grid.bp-list > li .item .item-block { margin-bottom: 0; } - .buddypress-wrap .grid.bp-list > li .item .item-block .member-name { margin-bottom: 5px; } @@ -14498,7 +16454,6 @@ body.logged-in .bp-list li .item .item-block { #friend-list.grid .list-wrap .item-block { min-height: 10px; } - #members-list.grid .list-wrap .item-block .member-name a, #friend-list.grid .list-wrap .item-block .member-name a { width: 100%; @@ -14534,7 +16489,6 @@ div#buddypress .bs-members-items.list-view .bs-meta-xprofile_field { -ms-hyphens: auto; hyphens: auto; } - div#buddypress .bs-members-items.list-view .bs-meta-bp_member_last_post.normal span:not(.bs-output), div#buddypress .bs-members-items.list-view .bs-meta-xprofile_field.normal span:not(.bs-output) { font-size: 13px; @@ -14556,7 +16510,6 @@ div#buddypress .bs-members-items.list-view .bs-meta-xprofile_field.normal span:n .bp-secondary-header { margin-bottom: 20px; } - .bp-secondary-header .bb-icon-sort-desc, .bp-secondary-header .bb-icon-grid-view-small, .bp-secondary-header .bb-icon-list-view-small { @@ -14579,7 +16532,6 @@ div#buddypress .bs-members-items.list-view .bs-meta-xprofile_field.normal span:n display: flex; font-size: 21px; } - .buddypress-wrap .grid-filters a { color: var(--bb-headings-color); display: -webkit-box; @@ -14594,12 +16546,10 @@ div#buddypress .bs-members-items.list-view .bs-meta-xprofile_field.normal span:n -webkit-transition: 0.3s all; transition: 0.3s all; } - .buddypress-wrap .grid-filters a:hover { color: var(--bb-headings-color); opacity: 1; } - .buddypress-wrap .grid-filters .active { opacity: 1; } @@ -14609,12 +16559,11 @@ a.layout-grid-view { border-right: 1px solid var(--bb-content-border-color); } -.buddypress-wrap .subnav-filters::after { +.buddypress-wrap .subnav-filters:after { content: ""; display: table; clear: both; } - .buddypress-wrap .subnav-filters .bp-search { float: left; } @@ -14624,12 +16573,10 @@ a.layout-grid-view { clear: right; float: right; } - .buddypress-wrap .subnav-filters .grid-filters a { padding-top: 4px; padding-bottom: 4px; } - .buddypress-wrap .subnav-filters .grid-filters a i { font-size: 22px; line-height: 1; @@ -14651,7 +16598,6 @@ a.layout-grid-view { -ms-flex-pack: end; justify-content: flex-end; } - .button-wrap.member-button-wrap i { font-size: 22px; } @@ -14666,7 +16612,6 @@ a.layout-grid-view { min-height: 1px; border: 0; } - #buddypress .button-wrap.member-button-wrap .generic-button:not(.follow-button) a:hover, #buddypress .button-wrap.member-button-wrap .generic-button:not(.follow-button) a:focus, #buddypress .button-wrap.member-button-wrap .generic-button:not(.follow-button) button:hover, #buddypress .button-wrap.member-button-wrap .generic-button:not(.follow-button) button:focus { @@ -14692,7 +16637,6 @@ a.layout-grid-view { margin-bottom: 5px; margin-top: 5px; } - .followers-wrap strong, .following-wrap strong { color: var(--bb-body-text-color); @@ -14724,7 +16668,6 @@ a.layout-grid-view { -ms-flex-flow: column; flex-flow: column; } - .bp-list.grid .only-list-view { display: none !important; } @@ -14738,7 +16681,6 @@ a.layout-grid-view { #buddypress .bp-list li .on-top .generic-button { margin: 0; } - #buddypress .bp-list li .on-top .generic-button i { opacity: 0.7; } @@ -14756,7 +16698,6 @@ a.layout-grid-view { min-height: 1px; padding: 0; } - #buddypress .only-grid-view .follow-button .follow-button:hover { color: var(--bb-primary-color); background-color: transparent; @@ -14765,7 +16706,6 @@ a.layout-grid-view { #buddypress .bp-list li .follow-container { margin-bottom: 15px; } - #buddypress .bp-list li .follow-container > div { -webkit-box-flex: unset; -ms-flex: unset; @@ -14773,7 +16713,6 @@ a.layout-grid-view { margin-bottom: 0; color: var(--bb-alternate-text-color); } - #buddypress .bp-list li .follow-container .generic-button { font-size: 14px; line-height: 1; @@ -14792,13 +16731,11 @@ a.layout-grid-view { .member-header-actions .bb-friend-button-tag { display: inline-block; } - .member-header-actions .friendship-button i { display: none; } - -.member-header-actions .friendship-button[data-balloon]::before, -.member-header-actions .friendship-button[data-balloon]::after { +.member-header-actions .friendship-button[data-balloon]:before, +.member-header-actions .friendship-button[data-balloon]:after { display: none; } @@ -14809,13 +16746,12 @@ a.layout-grid-view { padding: 0; text-align: center; } - -#buddypress .bp-list li .member-button-wrap .friendship-button .bp-feedback.success::before { +#buddypress .bp-list li .member-button-wrap .friendship-button .bp-feedback.success:before { content: "\ef64"; font-family: bb-icons; display: inline-block; line-height: 1; - font-weight: 400; + font-weight: normal; font-style: normal; speak: none; text-decoration: inherit; @@ -14846,7 +16782,6 @@ a.layout-grid-view { -webkit-font-smoothing: initial; border-radius: 100px; } - #buddypress .bp-list li .member-request-list-wrap .generic-button a { font-size: 13px; font-weight: 500; @@ -14854,11 +16789,9 @@ a.layout-grid-view { height: 34px; line-height: 32px; } - #buddypress .bp-list li .member-request-list-wrap .item-avatar .gamipress-buddypress-user-details { display: none; } - #buddypress .bp-list li .member-request-list-wrap .bp-feedback.error { padding: 10px 20px 10px 0; position: absolute; @@ -14866,16 +16799,13 @@ a.layout-grid-view { left: 20px; right: 20px; } - #buddypress .bp-list li .member-request-list-wrap .bp-feedback.error[style*="opacity"] ~ * { margin-top: 55px; } - #buddypress .bp-list li .member-request-list-wrap .bp-feedback.error ~ .bp-feedback.error { display: none !important; } - -#buddypress .bp-list li .member-request-list-wrap .bp-feedback.error::before { +#buddypress .bp-list li .member-request-list-wrap .bp-feedback.error:before { background-color: var(--bb-danger-color); border-radius: 4px 0 0 4px; content: "\f534"; @@ -14892,18 +16822,16 @@ a.layout-grid-view { padding: 0 0.5em; } @media screen and (max-width: 1120px) { - #buddypress .bp-list li .member-request-list-wrap .bp-feedback.error { position: static; margin-bottom: 20px; } - #buddypress .bp-list li .member-request-list-wrap .bp-feedback.error ~ * { margin-top: 0 !important; } } -.bb-template-v2 #buddypress .bp-list li .member-request-list-wrap .bp-feedback.error::before { +.bb-template-v2 #buddypress .bp-list li .member-request-list-wrap .bp-feedback.error:before { border-radius: 6px 0 0 6px; } @@ -14919,7 +16847,6 @@ a.layout-grid-view { width: 100%; bottom: 0; } - #buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap > .generic-button { -webkit-box-flex: 1; -ms-flex: 1; @@ -14937,28 +16864,23 @@ a.layout-grid-view { -ms-flex-pack: center; justify-content: center; } - #buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap > .generic-button > *:hover { background: none; border: 0; } - #buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap > .generic-button > *:hover > i { opacity: 1; } - #buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap a, #buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap button { border: 0; background: none; } - #buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap a:focus, #buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap button:focus { color: var(--bb-primary-color); opacity: 1; } - #buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap i { opacity: 0.7; } @@ -14966,11 +16888,9 @@ a.layout-grid-view { #buddypress .button-wrap.member-button-wrap.footer-button-wrap .generic-button { border-right: 1px solid var(--bb-content-border-color); } - #buddypress .button-wrap.member-button-wrap.footer-button-wrap .generic-button:last-child { border: 0; } - #buddypress .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > * { -webkit-box-align: center; -ms-flex-align: center; @@ -14989,12 +16909,10 @@ a.layout-grid-view { -ms-user-select: none; user-select: none; } - -#buddypress .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > *::after, #buddypress .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > *::before { +#buddypress .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > *:after, #buddypress .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > *:before { -webkit-transition: none; transition: none; } - #buddypress .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > * > i { -webkit-box-align: center; -ms-flex-align: center; @@ -15007,41 +16925,33 @@ a.layout-grid-view { pointer-events: auto; font-weight: 400; } - -#buddypress .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > * > i::before { +#buddypress .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > * > i:before { color: var(--bb-body-text-color); font-family: bb-icons; font-size: 24px; } - -#buddypress .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > *.following > i::before { +#buddypress .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > *.following > i:before { content: "\ee03"; font-weight: 300; } - -#buddypress .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > *.not_following > i::before { +#buddypress .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > *.not_following > i:before { content: "\ee03"; } - -#buddypress .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > *.not_friends > i::before { +#buddypress .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > *.not_friends > i:before { content: "\ef60"; } - -#buddypress .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > *.is_friend > i::before { +#buddypress .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > *.is_friend > i:before { content: "\ef56"; font-weight: 300; } - -#buddypress .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > *.send-message > i::before { +#buddypress .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > *.send-message > i:before { content: "\ee62"; } - -#buddypress .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > *.pending_friend > i::before { +#buddypress .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > *.pending_friend > i:before { content: "\ef57"; font-weight: 300; } - -#buddypress .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > *.awaiting_response_friend > i::before { +#buddypress .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > *.awaiting_response_friend > i:before { content: "\ef57"; font-weight: 300; } @@ -15050,7 +16960,6 @@ a.layout-grid-view { margin: 10px 0 5px; padding: 0; } - #buddypress .members-list > li .primary-action .generic-button > * { background-color: var(--bb-secondary-button-background-regular); color: var(--bb-secondary-button-text-regular); @@ -15064,99 +16973,80 @@ a.layout-grid-view { transition: none; width: 100%; } - #buddypress .members-list > li .primary-action .generic-button > *:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - #buddypress .members-list > li .primary-action .generic-button > *: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); } - #buddypress .members-list > li .primary-action .generic-button > *.not_friends, #buddypress .members-list > li .primary-action .generic-button > *.send-message { background-color: var(--bb-content-background-color); color: var(--bb-headings-color); border: 1px solid var(--bb-content-border-color); } - #buddypress .members-list > li .primary-action .generic-button > *.not_friends:focus, #buddypress .members-list > li .primary-action .generic-button > *.send-message:focus { box-shadow: var(--bb-outline-button-focus-shadow); } - #buddypress .members-list > li .primary-action .generic-button > *.not_friends:hover, #buddypress .members-list > li .primary-action .generic-button > *.send-message: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); } - #buddypress .members-list > li .primary-action .generic-button > * > i { font-style: normal; line-height: 1; pointer-events: none; } - -#buddypress .members-list > li .primary-action .generic-button > * > i::before { +#buddypress .members-list > li .primary-action .generic-button > * > i:before { color: inherit; font-family: bb-icons; font-size: 16px; margin-right: 5px; } - -#buddypress .members-list > li .primary-action .generic-button > *.following > i::before { +#buddypress .members-list > li .primary-action .generic-button > *.following > i:before { content: "\e876"; font-weight: 300; } - -#buddypress .members-list > li .primary-action .generic-button > *.following:hover > i::before { +#buddypress .members-list > li .primary-action .generic-button > *.following:hover > i:before { content: "\ee08"; position: relative; top: 1px; } - -#buddypress .members-list > li .primary-action .generic-button > *.not_following > i::before { +#buddypress .members-list > li .primary-action .generic-button > *.not_following > i:before { content: "\ee03"; font-weight: 400; } - -#buddypress .members-list > li .primary-action .generic-button > *.not_following:hover > i::before { +#buddypress .members-list > li .primary-action .generic-button > *.not_following:hover > i:before { font-weight: 300; } - -#buddypress .members-list > li .primary-action .generic-button > *.awaiting_response_friend > i::before { +#buddypress .members-list > li .primary-action .generic-button > *.awaiting_response_friend > i:before { content: "\e94e"; } - -#buddypress .members-list > li .primary-action .generic-button > *.not_friends > i::before { +#buddypress .members-list > li .primary-action .generic-button > *.not_friends > i:before { content: "\ef60"; font-weight: 400; } - -#buddypress .members-list > li .primary-action .generic-button > *.not_friends:hover > i::before { +#buddypress .members-list > li .primary-action .generic-button > *.not_friends:hover > i:before { font-weight: 300; } - -#buddypress .members-list > li .primary-action .generic-button > *.is_friend > i::before { +#buddypress .members-list > li .primary-action .generic-button > *.is_friend > i:before { content: "\ebbd"; } - -#buddypress .members-list > li .primary-action .generic-button > *.send-message > i::before { +#buddypress .members-list > li .primary-action .generic-button > *.send-message > i:before { content: "\ee62"; font-weight: 400; font-size: 15px; } - -#buddypress .members-list > li .primary-action .generic-button > *.send-message:hover > i::before { +#buddypress .members-list > li .primary-action .generic-button > *.send-message:hover > i:before { font-weight: 300; } - -#buddypress .members-list > li .primary-action .generic-button > *.pending_friend > i::before, #buddypress .members-list > li .primary-action .generic-button > *.is_friend > i::before { +#buddypress .members-list > li .primary-action .generic-button > *.pending_friend > i:before, #buddypress .members-list > li .primary-action .generic-button > *.is_friend > i:before { content: "\e876"; font-weight: 300; } - -#buddypress .members-list > li .primary-action .generic-button > *.pending_friend:hover > i::before, #buddypress .members-list > li .primary-action .generic-button > *.is_friend:hover > i::before { +#buddypress .members-list > li .primary-action .generic-button > *.pending_friend:hover > i:before, #buddypress .members-list > li .primary-action .generic-button > *.is_friend:hover > i:before { content: "\ee08"; position: relative; top: 1px; @@ -15211,38 +17101,31 @@ body.logged-in .bp-list li .list-wrap:not(.follow-active) .item .item-block { color: var(--bb-primary-button-text-regular); border-color: var(--bb-primary-button-border-regular); } - #buddypress .follow-button button:hover { color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - #buddypress .follow-button button.outline { background-color: var(--bb-secondary-button-background-regular); color: var(--bb-secondary-button-text-regular); border: 1px solid var(--bb-secondary-button-border-regular); } - #buddypress .follow-button button.outline:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - #buddypress .follow-button button.outline: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); } - #buddypress .follow-button button.outline.not_following { background-color: var(--bb-content-background-color); color: var(--bb-headings-color); border: 1px solid var(--bb-content-border-color); } - #buddypress .follow-button button.outline.not_following:focus { box-shadow: var(--bb-outline-button-focus-shadow); } - #buddypress .follow-button button.outline.not_following:hover { background-color: var(--bb-secondary-button-background-hover); color: var(--bb-secondary-button-text-hover); @@ -15262,34 +17145,28 @@ body.logged-in .bp-list li .list-wrap:not(.follow-active) .item .item-block { } @media screen and (min-width: 24em) { - .grid.members-list .list-wrap { min-height: 40px; } } @media screen and (max-width: 1120px) { - .has-sidebar #friend-list .list-wrap.member-request-list-wrap { -ms-flex-flow: wrap; flex-flow: wrap; } - .has-sidebar #friend-list .friends-meta.action { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } - .has-sidebar #buddypress .list-wrap.member-request-list-wrap .friends-meta.action { margin-top: 15px; } - .has-sidebar #buddypress #friend-list .action .button { min-width: 100px; } } @media screen and (max-width: 1420px) { - body.has-sidebar .buddypress-wrap .grid.bp-list.members-list > li { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -15298,7 +17175,6 @@ body.logged-in .bp-list li .list-wrap:not(.follow-active) .item .item-block { } } @media screen and (max-width: 1145px) { - body.has-sidebar .buddypress-wrap .grid.bp-list.members-list > li { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -15308,7 +17184,6 @@ body.logged-in .bp-list li .list-wrap:not(.follow-active) .item .item-block { } @media screen and (max-width: 1240px) { - body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.members-list > li { -webkit-box-flex: 0; -ms-flex: 0 0 33%; @@ -15317,7 +17192,6 @@ body.logged-in .bp-list li .list-wrap:not(.follow-active) .item .item-block { } } @media screen and (max-width: 968px) { - body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.members-list > li { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -15327,7 +17201,6 @@ body.logged-in .bp-list li .list-wrap:not(.follow-active) .item .item-block { } @media screen and (max-width: 799px) { - body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.members-list > li, body.has-sidebar .buddypress-wrap .grid.bp-list.members-list > li { -webkit-box-flex: 0; @@ -15337,7 +17210,6 @@ body.logged-in .bp-list li .list-wrap:not(.follow-active) .item .item-block { } } @media screen and (max-width: 590px) { - body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.members-list > li, body.has-sidebar .buddypress-wrap .grid.bp-list.members-list > li { -webkit-box-flex: 0; @@ -15348,12 +17220,10 @@ body.logged-in .bp-list li .list-wrap:not(.follow-active) .item .item-block { } @media screen and (max-width: 992px) { - #friend-list .list-wrap.member-request-list-wrap { -ms-flex-flow: wrap; flex-flow: wrap; } - #friend-list .friends-meta.action { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -15369,7 +17239,6 @@ body.logged-in .bp-list li .list-wrap:not(.follow-active) .item .item-block { } } @media screen and (max-width: 980px) { - body #buddypress .bp-list .action { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -15378,7 +17247,6 @@ body.logged-in .bp-list li .list-wrap:not(.follow-active) .item .item-block { } } @media screen and (min-width: 768px) and (max-width: 1100px) { - body.logged-in .bp-list li .item .item-block { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -15387,7 +17255,6 @@ body.logged-in .bp-list li .list-wrap:not(.follow-active) .item .item-block { } } @media screen and (min-width: 768px) and (max-width: 880px) { - body.logged-in .bp-list li .item .item-block { margin-bottom: 8px; } @@ -15400,7 +17267,6 @@ body.logged-in .bp-list li .list-wrap:not(.follow-active) .item .item-block { } } @media screen and (max-width: 680px) { - body.logged-in .bp-list li .item .item-block { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -15408,7 +17274,6 @@ body.logged-in .bp-list li .list-wrap:not(.follow-active) .item .item-block { } } @media screen and (max-width: 511px) { - .directory.members .buddypress-wrap .subnav-filters .component-filters, .directory.members .buddypress-wrap .subnav-filters div { margin-top: 0; @@ -15416,7 +17281,6 @@ body.logged-in .bp-list li .list-wrap:not(.follow-active) .item .item-block { } } @media screen and (max-width: 480px) { - body.logged-in .bp-list li .item .item-block { margin-bottom: 8px; } @@ -15441,12 +17305,10 @@ body.logged-in .bp-list li .list-wrap:not(.follow-active) .item .item-block { -ms-flex-wrap: wrap; flex-wrap: wrap; } - .buddypress .item-list.groups-list:not(.grid) .list-wrap .item-avatar { margin-bottom: 15px; } } - body.buddypress.bp-user #page #primary .entry-header { display: -webkit-box; display: -ms-flexbox; @@ -15456,11 +17318,9 @@ body.buddypress.bp-user #page #primary .entry-header { .bp-dir-hori-nav nav#object-nav { background: var(--bb-content-background-color); } - .bp-dir-hori-nav nav#object-nav.bb-single-main-nav--vertical { background: var(--bb-body-background-color); } - .bp-dir-hori-nav nav.horizontal { display: block; width: 100%; @@ -15471,7 +17331,6 @@ body.buddypress.bp-user #page #primary .entry-header { .buddypress-wrap nav#object-nav.horizontal .group-nav-tabs ul li.selected { background-color: var(--bb-body-background-color); } - .buddypress-wrap nav#object-nav.horizontal .user-nav-tabs ul li.selected a, .buddypress-wrap nav#object-nav.horizontal .group-nav-tabs ul li.selected a { border-bottom-color: var(--bb-body-background-color); @@ -15487,7 +17346,6 @@ body.buddypress.bp-user #page #primary .entry-header { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .bb-user-content-wrap .member-social > .flex { margin-bottom: 10px; } @@ -15495,15 +17353,12 @@ body.buddypress.bp-user #page #primary .entry-header { .social-networks-wrap { white-space: nowrap; } - .social-networks-wrap svg path { fill: var(--bb-alternate-text-color); } - .social-networks-wrap .social a { color: var(--bb-headings-color); } - .social-networks-wrap .social a:hover { color: var(--bb-primary-color); } @@ -15513,7 +17368,6 @@ body.buddypress.bp-user #page #primary .entry-header { max-width: 280px; z-index: 1; } - .users-header .social-networks-wrap span.social { width: 24px; } @@ -15525,11 +17379,9 @@ body.buddypress.bp-user #page #primary .entry-header { .users-header .centered #item-header-content .item-meta { text-align: center; } - .users-header .centered.my_profile .social-networks-wrap { max-width: 230px; } - .users-header .centered .social-networks-wrap { text-align: center; } @@ -15539,7 +17391,8 @@ body.buddypress.bp-user #page #primary .entry-header { } .members-list .bp-member-type, -.users-header .bp-member-type { +.users-header .bp-member-type, +.friends-mutual-list .bp-member-type { background: var(--bb-label-background-color); border-radius: var(--bb-label-type-radius); font-size: 11px; @@ -15562,7 +17415,6 @@ body.buddypress.bp-user #page #primary .entry-header { -ms-flex-pack: center; justify-content: center; } - .logged-in .single-headers .member-header-actions-wrap .bb_more_options { position: relative; top: 8px; @@ -15570,7 +17422,6 @@ body.buddypress.bp-user #page #primary .entry-header { margin: 36px 0 0 5px; } @media screen and (max-width: 980px) { - .logged-in .single-headers .member-header-actions-wrap .bb_more_options { margin: 10px 0 20px; right: initial; @@ -15582,17 +17433,14 @@ body.buddypress.bp-user #page #primary .entry-header { right: 0; bottom: 4px; } - .users-header #cover-image-container.left .member-social-links { - bottom: 42px; + bottom: 5px; } - .users-header #cover-image-container.left .member-social-links.left-align { position: static; } @media screen and (max-width: 1370px) { - .users-header #item-header-content > .flex { -webkit-box-align: start; -ms-flex-align: start; @@ -15602,25 +17450,35 @@ body.buddypress.bp-user #page #primary .entry-header { -ms-flex-direction: column; flex-direction: column; } - - .users-header #item-header-content > .flex .member-header-actions-wrap { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - } - .users-header #item-header-content > .flex .member-header-actions-wrap .member-header-actions, .users-header #item-header-content > .flex .member-header-actions-wrap .bb_more_options { - margin-top: 0; top: initial; } + .bb-template-v1 .users-header #item-header-content > .flex .member-header-actions-wrap .bb_more_options { + margin-top: 30px; + } .users-header #cover-image-container .member-social-links { position: static; margin-bottom: 15px; } } +@media screen and (max-width: 1300px) { + #buddypress #item-header.users-header #item-header-cover-image #item-header-content > .flex { + -ms-flex-flow: column nowrap; + flex-flow: column nowrap; + } + .users-header #item-header-content > .flex .member-header-actions-wrap .member-header-actions { + margin-top: 0; + } + .bb-template-v1 .users-header #item-header-content > .flex .member-header-actions-wrap .bb_more_options { + margin-top: 0; + } + .bb-template-v2 .users-header #item-header-content > .flex .member-header-actions-wrap .bb_more_options { + margin-top: 5px; + } +} .single-headers .member-header-actions > .generic-button { margin: 5px 0 10px 2px; } @@ -15638,43 +17496,35 @@ body.buddypress.bp-user #page #primary .entry-header { color: var(--bb-secondary-button-text-regular); border: 1px solid var(--bb-secondary-button-border-regular); } - .buddypress .member-header-actions > .generic-button button:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - .buddypress .member-header-actions > .generic-button button: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); } - .buddypress .member-header-actions > .generic-button button.block-member { background-color: var(--bb-primary-button-background-regular); color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); } - .buddypress .member-header-actions > .generic-button button.block-member:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .buddypress .member-header-actions > .generic-button button.block-member:hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - .buddypress .member-header-actions > .generic-button button.not_friends { background-color: var(--bb-primary-button-background-regular); color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); } - .buddypress .member-header-actions > .generic-button button.not_friends:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .buddypress .member-header-actions > .generic-button button.not_friends:hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); @@ -15688,13 +17538,11 @@ body.buddypress.bp-user #page #primary .entry-header { color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); } - #buddypress .member-header-actions > .generic-button a.view-as:focus, #buddypress .member-header-actions > .generic-button a.back-to-admin:focus, #buddypress .member-header-actions > .generic-button a.send-message:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - #buddypress .member-header-actions > .generic-button a.view-as:hover, #buddypress .member-header-actions > .generic-button a.back-to-admin:hover, #buddypress .member-header-actions > .generic-button a.send-message:hover { @@ -15702,17 +17550,14 @@ body.buddypress.bp-user #page #primary .entry-header { color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - #buddypress .member-header-actions > .generic-button button.not_following { background-color: var(--bb-primary-button-background-regular); color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); } - #buddypress .member-header-actions > .generic-button button.not_following:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - #buddypress .member-header-actions > .generic-button button.not_following:hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); @@ -15730,121 +17575,98 @@ body #buddypress .member-header-actions { text-align: right; overflow: visible; } - body #buddypress .member-header-actions a, body #buddypress .member-header-actions button { font-weight: 500; } - body #buddypress .member-header-actions .friendship-button i { font-size: 15px; } - body #buddypress .member-header-actions + .bb_more_options { position: relative !important; top: 10px; right: initial; margin: 20px 0 0 5px; } - body #buddypress .member-header-actions + .bb_more_options i { line-height: 36px; color: var(--bb-body-text-color); } - -body #buddypress .member-header-actions + .bb_more_options .bb_more_options_action > i::before { +body #buddypress .member-header-actions + .bb_more_options .bb_more_options_action > i:before { line-height: 0; } - body #buddypress .member-header-actions > .generic-button > * { -webkit-transition: none; transition: none; } - body #buddypress .member-header-actions > .generic-button > * i { display: inline-block; font-style: normal; } - -body #buddypress .member-header-actions > .generic-button > * i::before { +body #buddypress .member-header-actions > .generic-button > * i:before { display: inline-block; font-family: bb-icons; font-size: 18px; margin-right: 6px; } - body #buddypress .member-header-actions > .generic-button > *.pending_friend, body #buddypress .member-header-actions > .generic-button > *.is_friend, body #buddypress .member-header-actions > .generic-button > *.following, body #buddypress .member-header-actions > .generic-button > *.awaiting_response_friend { background-color: var(--bb-secondary-button-background-regular); color: var(--bb-secondary-button-text-regular); border: 1px solid var(--bb-secondary-button-border-regular); } - body #buddypress .member-header-actions > .generic-button > *.pending_friend:focus, body #buddypress .member-header-actions > .generic-button > *.is_friend:focus, body #buddypress .member-header-actions > .generic-button > *.following:focus, body #buddypress .member-header-actions > .generic-button > *.awaiting_response_friend:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - body #buddypress .member-header-actions > .generic-button > *.pending_friend:hover, body #buddypress .member-header-actions > .generic-button > *.is_friend:hover, body #buddypress .member-header-actions > .generic-button > *.following:hover, body #buddypress .member-header-actions > .generic-button > *.awaiting_response_friend: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); } - body #buddypress .member-header-actions > .generic-button > *.awaiting_response_friend { border: 1px solid var(--bb-primary-color); } - -body #buddypress .member-header-actions > .generic-button > *.awaiting_response_friend i::before { +body #buddypress .member-header-actions > .generic-button > *.awaiting_response_friend i:before { content: "\ef57"; font-weight: 400; } - -body #buddypress .member-header-actions > .generic-button > *.following i::before { +body #buddypress .member-header-actions > .generic-button > *.following i:before { content: "\e876"; font-weight: 400; } - -body #buddypress .member-header-actions > .generic-button > *.following:hover i::before { +body #buddypress .member-header-actions > .generic-button > *.following:hover i:before { content: "\ee08"; font-weight: 400; } - -body #buddypress .member-header-actions > .generic-button > *.not_following i::before { +body #buddypress .member-header-actions > .generic-button > *.not_following i:before { content: "\ee03"; font-size: 14px; font-weight: 300; } - -body #buddypress .member-header-actions > .generic-button > *.not_friends i::before { +body #buddypress .member-header-actions > .generic-button > *.not_friends i:before { content: "\ef60"; font-weight: 300; } - -body #buddypress .member-header-actions > .generic-button > *.pending_friend i::before { +body #buddypress .member-header-actions > .generic-button > *.pending_friend i:before { content: "\e876"; font-weight: 400; } - -body #buddypress .member-header-actions > .generic-button > *.pending_friend:hover i::before { +body #buddypress .member-header-actions > .generic-button > *.pending_friend:hover i:before { content: "\ef64"; font-weight: 400; } - -body #buddypress .member-header-actions > .generic-button > *.is_friend i::before { +body #buddypress .member-header-actions > .generic-button > *.is_friend i:before { content: "\e876"; font-weight: 400; } - -body #buddypress .member-header-actions > .generic-button > *.is_friend:hover i::before { +body #buddypress .member-header-actions > .generic-button > *.is_friend:hover i:before { content: "\ef64"; font-weight: 300; } - -body #buddypress .member-header-actions > .generic-button > *.send-message i::before { +body #buddypress .member-header-actions > .generic-button > *.send-message i:before { content: "\ee62"; font-weight: 300; } - -body #buddypress .member-header-actions > .generic-button > *.block-member::before, body #buddypress .member-header-actions > .generic-button > *.back-to-admin::before, body #buddypress .member-header-actions > .generic-button > *.view-as::before { +body #buddypress .member-header-actions > .generic-button > *.block-member:before, body #buddypress .member-header-actions > .generic-button > *.back-to-admin:before, body #buddypress .member-header-actions > .generic-button > *.view-as:before { content: "\ee69"; display: inline-block; font-family: bb-icons; @@ -15852,7 +17674,6 @@ body #buddypress .member-header-actions > .generic-button > *.block-member::befo margin-right: 6px; font-weight: 400; } - body #buddypress .member-header-actions > .generic-button > *.block-member { display: -webkit-box; display: -ms-flexbox; @@ -15863,15 +17684,13 @@ body #buddypress .member-header-actions > .generic-button > *.block-member { padding-top: 7px; padding-bottom: 7px; } - -body #buddypress .member-header-actions > .generic-button > *.block-member::before { +body #buddypress .member-header-actions > .generic-button > *.block-member:before { content: "\ee08"; font-weight: 400; position: relative; top: 1px; } @media screen and (max-width: 980px) { - body #buddypress .member-header-actions + .bb_more_options { margin: 10px 0 20px; } @@ -15880,6 +17699,7 @@ body #buddypress .member-header-actions > .generic-button > *.block-member::befo #buddypress div#item-header-cover-image .user-nicename a, #buddypress div#item-header-cover-image .user-nicename { margin: 0 15px 0 0; + word-break: break-all; } .single-headers .followers-wrap, @@ -15890,7 +17710,6 @@ body #buddypress .member-header-actions > .generic-button > *.block-member::befo margin-right: 20px; margin-top: 6px; } - .single-headers .followers-wrap strong, .single-headers .following-wrap strong { font-weight: 500; @@ -15904,7 +17723,6 @@ body #buddypress .member-header-actions > .generic-button > *.block-member::befo flex-flow: row wrap; margin: 0 -10px; } - #member-front-widgets .widget { margin: 10px; -webkit-box-flex: 0; @@ -15912,7 +17730,6 @@ body #buddypress .member-header-actions > .generic-button > *.block-member::befo flex: 0 0 -webkit-calc(25% - 20px); flex: 0 0 calc(25% - 20px); } - #member-front-widgets ul.item-list { margin: 0; } @@ -15923,19 +17740,16 @@ body #buddypress .member-header-actions > .generic-button > *.block-member::befo flex: 1; padding: 55px 80px; } - #buddypress .bb-bp-invites-content .screen-heading { font-size: 22px; line-height: 1.1; } - #buddypress .bb-bp-invites-content .invite-info { font-size: 16px; color: var(--bb-alternate-text-color); letter-spacing: -0.27px; line-height: 1.2; } - #buddypress .bb-bp-invites-content label { display: block; font-size: 16px; @@ -15945,13 +17759,11 @@ body #buddypress .member-header-actions > .generic-button > *.block-member::befo line-height: 1.2; margin: 1.6875rem 0; } - #buddypress .bb-bp-invites-content textarea { height: 120px; margin-bottom: 0; padding: 10px 15px; } - #buddypress .bb-bp-invites-content .bp-feedback { margin: 0 0 30px; } @@ -15961,64 +17773,51 @@ body #buddypress .member-header-actions > .generic-button > *.block-member::befo margin-bottom: 0; border: 0; } - #member-invites-table th, #member-invites-table td { padding: 12px 0 12px 25px; } - #member-invites-table th { border-bottom: 1px solid var(--bb-content-border-color); border-top: 1px solid var(--bb-content-border-color); } - #member-invites-table th:first-child { border-left: 1px solid var(--bb-content-border-color); border-top-left-radius: var(--bb-block-radius-inner); } - #member-invites-table th:last-child { border-right: 1px solid var(--bb-content-border-color); border-top-right-radius: var(--bb-block-radius-inner); } - #member-invites-table tr { background-color: transparent !important; border-bottom: 0; } - #member-invites-table tr td { border-bottom: 0; } - #member-invites-table tr td input { background-color: var(--bb-content-alternate-background-color) !important; } - #member-invites-table tr td:first-child { border-left: 1px solid var(--bb-content-border-color); } - #member-invites-table tr td:last-child { border-right: 1px solid var(--bb-content-border-color); } - #member-invites-table tr:first-child td { padding-top: 24px; } - #member-invites-table tr:last-child td { border-bottom: 1px solid var(--bb-content-border-color); padding-top: 10px; padding-bottom: 25px; } - #member-invites-table th.actions, #member-invites-table td.field-actions { padding: 12px 0 12px 25px; text-align: left; } - #member-invites-table th.actions span, #member-invites-table td.field-actions span { background-color: var(--bb-secondary-button-background-regular); @@ -16035,14 +17834,12 @@ body #buddypress .member-header-actions > .generic-button > *.block-member::befo margin-left: -15px; cursor: pointer; } - #member-invites-table th.actions span:focus, #member-invites-table td.field-actions span:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - -#member-invites-table th.actions span i::before, -#member-invites-table td.field-actions span i::before { +#member-invites-table th.actions span i:before, +#member-invites-table td.field-actions span i:before { content: "\e828"; font-family: bb-icons; height: 20px; @@ -16051,20 +17848,16 @@ body #buddypress .member-header-actions > .generic-button > *.block-member::befo font-size: 20px; margin: 0; } - #member-invites-table .field-actions-last { padding: 12px 0; text-align: left; } - -#member-invites-table .field-actions-add i::before { +#member-invites-table .field-actions-add i:before { margin: 0; } - #member-invites-table .field-actions-add { margin-left: 7px; } - #member-invites-table .field-actions-add i { vertical-align: middle; display: inline-block; @@ -16077,13 +17870,11 @@ body #buddypress .member-header-actions > .generic-button > *.block-member::befo line-height: 1; font-size: 20px; } - -#member-invites-table .field-actions-add i ::before { +#member-invites-table .field-actions-add i :before { content: "\eef9"; font-family: bb-icons; margin: 0; } - #member-invites-table .field-actions-add i:hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); @@ -16093,49 +17884,39 @@ body #buddypress .member-header-actions > .generic-button > *.block-member::befo border-radius: 4px; overflow: hidden; } - #buddypress #send-invite-form .submit { padding-top: 30px; } @media screen and (max-width: 420px) { - #send-invite-form #member-invites-table { table-layout: fixed; } - #send-invite-form #member-invites-table th { white-space: normal; line-height: 1.2; } - #send-invite-form #member-invites-table th.title { width: 40%; } - #send-invite-form #member-invites-table th.title.actions { width: 20%; } - #send-invite-form #member-invites-table td { padding: 12px 5px; } - #send-invite-form #member-invites-table td input { max-width: 100%; margin: 0 5px; } - #send-invite-form #member-invites-table td.field-actions span { margin-right: 0; margin-left: 6px; } - #send-invite-form #member-invites-table td .field-actions-add { margin-left: 2px; } } - .bp-invitee-status a { display: -webkit-box; display: -ms-flexbox; @@ -16144,23 +17925,21 @@ body #buddypress .member-header-actions > .generic-button > *.block-member::befo -ms-flex-align: center; align-items: center; } - .bp-invitee-status span { font-size: 20px; width: 22px; margin-right: 5px; } - .bp-invitee-status .registered { color: inherit; } -#buddypress #invites-send-invite-personal-li a::before { +#buddypress #invites-send-invite-personal-li a:before { content: "\ee62"; font-family: bb-icons; } -#buddypress #invites-sent-invites-personal-li a::before { +#buddypress #invites-sent-invites-personal-li a:before { font-family: bb-icons; content: "\eeba"; } @@ -16174,7 +17953,6 @@ td.field-email span { background: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); } - .bb-template-v1 .bp-invites-container .bp-navs { border-bottom: 1px solid var(--bb-content-border-color); } @@ -16192,7 +17970,6 @@ td.field-email span { flex: 1; padding: 30px 50px; } - .invites:not(.settings) #buddypress.bp-single-vert-nav .bb-bp-invites-content { padding: 30px; } @@ -16207,25 +17984,24 @@ td.field-email span { border-radius: 4px 4px 0 0; padding: 0; } - .bp-invites-container .bp-navs a { - margin: 0 20px -1px; - padding: 14px 0; + padding-top: 14px; + margin: 0; } - -.bp-invites-container .bp-navs a::before { +.bp-invites-container .bp-navs a:before { display: none; } - .bp-invites-container .bp-navs a:hover { background: transparent; } - .bp-invites-container .bp-navs .selected a { background: transparent; border-bottom: 1px solid var(--bb-primary-color); font-weight: 500; } +.bp-invites-container .bp-navs li:first-child a { + margin-left: 20px; +} #buddypress .bp-invites-container .bp-navs li { float: left; @@ -16236,7 +18012,6 @@ td.field-email span { } @media only screen and (min-width: 1081px) { - #user-activity, #group-activity { -webkit-box-ordinal-group: 0; @@ -16245,7 +18020,6 @@ td.field-email span { padding-top: 0; } } - #secondary.no-padding-top { padding-top: 0; } @@ -16260,12 +18034,10 @@ td.field-email span { padding: 20px; border-top: 0; } - .recent-visitors h5 { font-weight: 500; margin-bottom: 12px !important; } - .recent-visitors a { display: inline-block; margin-right: 5px; @@ -16275,15 +18047,39 @@ body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs .selected a border-bottom-color: var(--bb-primary-color); } -@media screen and (max-width: 600px) { +div.bb-sso-container .bb-sso-button-default { + background-color: var(--bb-content-background-color); + border-color: var(--bb-content-border-color); + color: var(--bb-secondary-button-text-regular); + border-radius: var(--bb-button-radius); +} +div.bb-sso-container .bb-sso-button.bb-sso-button--client { + border-radius: var(--bb-block-radius-inner); +} + +.bb-sso-option-actions .bb-sso-action-button { + color: #1e2132; + background-color: var(--bb-secondary-button-background-regular); + border-radius: var(--bb-button-radius); +} +.bb-sso-option-actions .bb-sso-action-button.active { + border-color: var(--bb-content-border-color); + background-color: var(--bb-content-background-color); +} +.bb-sso-button-auth .bb-sso-status { + color: var(--bb-headings-color); + background-color: var(--bb-content-alternate-background-color); + border-color: var(--bb-content-border-color); +} + +@media screen and (max-width: 600px) { .invite-settings.bp-tables-user { white-space: nowrap; margin-bottom: 10px; } } @media screen and (max-width: 1200px) { - #member-front-widgets .widget { -webkit-box-flex: 0; -ms-flex: 0 0 calc(33.33% - 20px); @@ -16292,23 +18088,18 @@ body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs .selected a } } @media screen and (min-width: 981px) { - body #buddypress .member-header-actions { - /* display: flex; */ - /* flex-flow: row wrap; */ margin: 30px 0 0; } } @media screen and (max-width: 1080px) { - #buddypress .bb-bp-invites-content { padding: 30px; } } @media screen and (max-width: 900px) { - #buddypress .bb-bp-invites-content { padding: 20px; max-width: 100%; @@ -16319,20 +18110,15 @@ body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs .selected a } } @media screen and (max-width: 980px) { - div#item-header-content .flex { -ms-flex-flow: row wrap; flex-flow: row wrap; } body #buddypress .member-header-actions { - -webkit-box-flex: 0; - -ms-flex: 0 0 100%; - flex: 0 0 100%; padding: 0; text-align: left; } - body #buddypress .member-header-actions > .generic-button { float: left; margin-left: 0; @@ -16347,15 +18133,18 @@ body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs .selected a } } @media screen and (max-width: 782px) { - div#item-header-content .flex { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; - /* margin-top: 10px; */ } + #buddypress #item-header.users-header #item-header-cover-image #item-header-content > .flex { + -ms-flex-flow: row wrap; + flex-flow: row wrap; + } + .social-networks-wrap { width: 100%; } @@ -16371,7 +18160,6 @@ body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs .selected a body #buddypress .member-header-actions { text-align: center; } - body #buddypress .member-header-actions > .generic-button { float: none; margin-left: 5px; @@ -16397,7 +18185,6 @@ body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs .selected a } } @media screen and (max-width: 640px) { - #member-front-widgets .widget { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 20px); @@ -16405,19 +18192,19 @@ body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs .selected a flex: 0 0 calc(100% - 20px); } } - /* Friends / Groups */ .widget.buddypress div.item-options, -.elementor-widget-wrap div.item-options { +.elementor-widget-wrap div.item-options, +.elementor-element div.item-options { border-bottom: 1px solid var(--bb-content-border-color); font-size: 0; line-height: 1; margin: -10px 0 15px; padding: 0; } - .widget.buddypress div.item-options a, -.elementor-widget-wrap div.item-options a { +.elementor-widget-wrap div.item-options a, +.elementor-element div.item-options a { color: var(--bb-body-text-color); font-size: 0.875rem; display: inline-block; @@ -16427,19 +18214,19 @@ body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs .selected a -webkit-animation: unset; animation: unset; } - .widget.buddypress div.item-options a:hover, -.elementor-widget-wrap div.item-options a:hover { +.elementor-widget-wrap div.item-options a:hover, +.elementor-element div.item-options a:hover { color: var(--bb-primary-color); } - .widget.buddypress div.item-options a:last-child, -.elementor-widget-wrap div.item-options a:last-child { +.elementor-widget-wrap div.item-options a:last-child, +.elementor-element div.item-options a:last-child { margin-right: 0; } - .widget.buddypress div.item-options .selected, -.elementor-widget-wrap div.item-options .selected { +.elementor-widget-wrap div.item-options .selected, +.elementor-element div.item-options .selected { border-bottom: 1px solid var(--bb-primary-color); color: var(--bb-primary-color); margin-bottom: -1px; @@ -16456,7 +18243,6 @@ body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs .selected a line-height: 19px; color: var(--bb-headings-color); } - .widget.buddypress .bp-login-widget-user-links > div.bp-login-widget-user-link a:hover { color: var(--bb-primary-color); } @@ -16496,7 +18282,6 @@ body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs .selected a .widget.buddypress:not(.widget_bp_groups_widget) span.activity { display: none; } - .widget.buddypress:not(.widget_bp_groups_widget) .GamiPress-data-popup span.activity { display: inline-block; } @@ -16526,7 +18311,8 @@ body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs .selected a } .widget.buddypress #groups-list li, -.elementor-widget-wrap #groups-list li { +.elementor-widget-wrap .elementor-widget-bb-groups #groups-list li, +.elementor-element .elementor-widget-bb-groups #groups-list li { display: -webkit-box; display: -ms-flexbox; display: flex; @@ -16541,7 +18327,8 @@ body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs .selected a min-width: 100%; } -.elementor-widget-wrap #groups-list li { +.elementor-widget-wrap #groups-list li, +.elementor-element #groups-list li { padding: 10px 0; } @@ -16579,7 +18366,6 @@ body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs .selected a .widget .item-list .item-avatar { margin-right: 12px; - /* min-width: 48px; */ } @@ -16594,7 +18380,6 @@ body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs .selected a letter-spacing: -0.24px; line-height: 16px; } - .widget .item-list .item-title a:hover { color: var(--bb-primary-color); } @@ -16609,7 +18394,6 @@ body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs .selected a color: var(--bb-headings-color); letter-spacing: -0.24px; } - .widget.widget_bp_groups_widget .item-list .item-title a:hover { color: var(--bb-primary-color); } @@ -16635,23 +18419,19 @@ body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs .selected a .widget_display_replies > ul > li { position: relative; } - .widget_display_replies > ul > li.bbp-reply-topic-no-avatar { padding-left: 0; } - .widget_display_replies > ul > li > a { font-weight: 600; line-height: 19px; } - .widget_display_replies > ul > li div.time-since { color: var(--bb-alternate-text-color); font-size: 13px; font-weight: 500; padding-top: 5px; } - .widget_display_replies .bbp-author-avatar img.avatar, .widget_display_replies li > img.avatar { width: 40px; @@ -16661,17 +18441,14 @@ body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs .selected a left: 0; top: -1px; } - .widget_display_replies .bbp-author-avatar { display: inline-block; float: left; margin-right: 10px; } - .widget_display_replies .bbp-author-link-sep { display: none; } - .widget_display_replies .reply-author, .widget_display_replies .bbp-reply-topic-title { font-weight: 600; @@ -16684,47 +18461,38 @@ body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs .selected a position: relative; top: -1px; } - .widget_display_topics .topic-author { font-weight: 600; } - .widget_display_topics .bbp-forum-title { font-weight: 600; } - .widget_display_topics ul li { font-weight: 400; color: var(--bb-headings-color); font-size: 14px; line-height: 19px; } - .widget_display_topics ul li > a { font-weight: 600; } - .widget_display_topics ul li > span { font-weight: 600; } - .widget_display_topics ul li div.time-since { color: var(--bb-alternate-text-color); font-size: 13px; font-weight: 500; padding-top: 5px; } - .widget_display_topics ul li.bbp-topic-no-avatar .bbp-topic-time { margin-left: 0; } - .widget_display_topics .bbp-topic-author-wrapper { display: inline-block; float: left; margin-right: 10px; } - .widget_display_topics .bbp-topic-author-wrapper img { width: 36px; } @@ -16741,13 +18509,11 @@ body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs .selected a -ms-flex-pack: center; justify-content: center; } - .bbp-stats .bbp-count strong { font-size: 36px; font-weight: 600; color: var(--bb-headings-color); } - .bbp-stats .bbp-count i { display: none; } @@ -16755,7 +18521,6 @@ body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs .selected a ul.bbp-stats { margin: 20px 0 0; } - ul.bbp-stats h4 { font-size: 13px; font-weight: 500; @@ -16767,34 +18532,28 @@ ul.bbp-stats h4 { /* widget_bp_core_login_widget */ .widget.widget_bp_core_login_widget { - /* overflow: hidden; */ } - .widget.widget_bp_core_login_widget label { font-size: 16px; line-height: 21px; font-weight: 500; letter-spacing: -0.24px; } - .widget.widget_bp_core_login_widget .bbp-remember-me label { font-size: 14px; line-height: 21px; font-weight: 400; letter-spacing: -0.15px; } - -.widget.widget_bp_core_login_widget::after { +.widget.widget_bp_core_login_widget:after { content: ""; display: table; clear: both; } - .widget.widget_bp_core_login_widget.bs-bp-login .widget-title { margin-bottom: 10px; } - .widget.widget_bp_core_login_widget input[type="text"], .widget.widget_bp_core_login_widget input[type="password"] { width: 100%; @@ -16802,18 +18561,15 @@ ul.bbp-stats h4 { line-height: 41px; padding: 0 12px; } - .widget.widget_bp_core_login_widget .forgetmenot label { font-size: 14px; line-height: 21px; font-weight: 400; letter-spacing: -0.15px; } - -.widget.widget_bp_core_login_widget .forgetmenot .bs-styled-checkbox:checked + label::after { +.widget.widget_bp_core_login_widget .forgetmenot .bs-styled-checkbox:checked + label:after { line-height: 17px; } - .widget.widget_bp_core_login_widget.buddypress #bp-login-widget-form #bp-login-widget-submit { float: right; margin-top: 10px; @@ -16825,16 +18581,13 @@ ul.bbp-stats h4 { cursor: pointer; padding: 5px 20px; } - .widget.widget_bp_core_login_widget.buddypress #bp-login-widget-form #bp-login-widget-submit.bp-login-btn-active { background: var(--bb-primary-color); } - .widget.widget_bp_core_login_widget label[for="bp-login-widget-user-login"], .widget.widget_bp_core_login_widget label[for="bp-login-widget-user-pass"] { position: relative; } - .widget.widget_bp_core_login_widget label[for="bp-login-widget-user-pass"] span.label-switch { position: absolute; top: 46px; @@ -16844,12 +18597,11 @@ ul.bbp-stats h4 { transition: all 0.3s ease; cursor: pointer; } - -.widget.widget_bp_core_login_widget label[for="bp-login-widget-user-pass"] span.label-switch::after { +.widget.widget_bp_core_login_widget label[for="bp-login-widget-user-pass"] span.label-switch:after { content: "\ee69"; font-family: bb-icons; font-style: normal; - font-weight: 400; + font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; @@ -16863,21 +18615,17 @@ ul.bbp-stats h4 { font-size: 20px; color: var(--bb-body-text-color); } - -.widget.widget_bp_core_login_widget label[for="bp-login-widget-user-pass"] span.label-switch.bb-eye::after { +.widget.widget_bp_core_login_widget label[for="bp-login-widget-user-pass"] span.label-switch.bb-eye:after { content: "\ee6a"; } - .widget.widget_bp_core_login_widget .bp-login-widget-register-link { clear: both; display: none; } - .widget.widget_bp_core_login_widget .bs-login-id { margin: 0; text-align: center; } - .widget.widget_bp_core_login_widget .bs-login-id span { width: 33%; border-radius: 100%; @@ -16888,8 +18636,7 @@ ul.bbp-stats h4 { background-repeat: no-repeat; background-position: 50% 50%; } - -.widget.widget_bp_core_login_widget .bs-login-id span::after { +.widget.widget_bp_core_login_widget .bs-login-id span:after { content: ""; display: block; padding-bottom: 100%; @@ -16898,11 +18645,9 @@ ul.bbp-stats h4 { #bp-login-widget-form { width: 100%; } - #bp-login-widget-form label { display: block; } - #bp-login-widget-form label[for="bp-login-widget-rememberme"] { display: -webkit-box; display: -ms-flexbox; @@ -16911,7 +18656,6 @@ ul.bbp-stats h4 { -ms-flex-align: center; align-items: center; } - #bp-login-widget-form input { margin-bottom: 12px; } @@ -16940,37 +18684,31 @@ ul.bbp-stats h4 { font-weight: 500; letter-spacing: -0.24px; } - .widget.bbp_widget_login .bbp-remember-me label { font-size: 14px; line-height: 21px; font-weight: 400; letter-spacing: -0.15px; } - -.widget.bbp_widget_login .bs-styled-checkbox + label::before { +.widget.bbp_widget_login .bs-styled-checkbox + label:before { position: relative; top: -2px; } - .widget.bbp_widget_login div.bbp-submit-wrapper .button.submit { min-width: 100px; } -.bbp_widget_login::after { +.bbp_widget_login:after { content: " "; display: table; clear: both; } - .bbp_widget_login form.bbp-login-form { width: 100%; } - .bbp_widget_login fieldset > legend { display: none; } - .bbp_widget_login input[type="text"], .bbp_widget_login input[type="password"] { width: 100%; @@ -16978,11 +18716,9 @@ ul.bbp-stats h4 { line-height: 41px; padding: 0 12px; } - .bbp_widget_login .bbp-login-form .bbp-username { margin-top: 0; } - .bbp_widget_login .bbp-login-form .bbp-username label, .bbp_widget_login .bbp-login-form .bbp-password label { width: 100%; @@ -16990,14 +18726,12 @@ ul.bbp-stats h4 { -ms-flex: 0 0 100%; flex: 0 0 100%; } - .bbp_widget_login label[for="user_login"], .bbp_widget_login label[for="user_pass"] { display: block; margin: 0 0 10px; position: relative; } - .bbp_widget_login label[for="user_pass"] span.label-switch { position: absolute; top: 46px; @@ -17007,12 +18741,11 @@ ul.bbp-stats h4 { transition: all 0.3s ease; cursor: pointer; } - -.bbp_widget_login label[for="user_pass"] span.label-switch::after { +.bbp_widget_login label[for="user_pass"] span.label-switch:after { content: "\ee69"; font-family: bb-icons; font-style: normal; - font-weight: 400; + font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; @@ -17026,26 +18759,21 @@ ul.bbp-stats h4 { font-size: 20px; color: var(--bb-body-text-color); } - -.bbp_widget_login label[for="user_pass"] span.label-switch.bb-eye::after { +.bbp_widget_login label[for="user_pass"] span.label-switch.bb-eye:after { content: "\ee6a"; } - .bbp_widget_login .bbp-remember-me { float: none; margin-top: 15px; } - .bbp_widget_login .bbp-submit-wrapper { float: none; margin-top: 10px; text-align: left; } - .bbp_widget_login .bbp-submit-wrapper p.lostmenot { display: none; } - .bbp_widget_login .bbp-submit-wrapper button { font-size: 14px; font-weight: 500; @@ -17054,21 +18782,17 @@ ul.bbp-stats h4 { padding: 4px 20px; cursor: pointer; } - .bbp_widget_login .bbp-submit-wrapper button.bp-login-btn-active { background: var(--bb-primary-color); } - .bbp_widget_login .bbp-logged-in > a.user-submit { float: left; margin-right: 15px; } - .bbp_widget_login .bbp-logged-in > a.user-submit > img { margin-right: 0; border-radius: 100px; } - .bbp_widget_login h2.widget-title { display: -webkit-box; display: -ms-flexbox; @@ -17077,7 +18801,6 @@ ul.bbp-stats h4 { -ms-flex: 0 0 100%; flex: 0 0 100%; } - .bbp_widget_login .bbp-login-links { margin-top: 20px; overflow: hidden; @@ -17090,7 +18813,6 @@ ul.bbp-stats h4 { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .bbp_widget_login .bbp-login-links a:first-child { margin-right: 10px; } @@ -17113,7 +18835,6 @@ ul.bbp-stats h4 { border: 0; min-height: auto; } - .bbp_widget_login a.button.logout-link:hover { color: var(--bb-primary-color); box-shadow: none; @@ -17129,14 +18850,12 @@ ul.bbp-stats h4 { top: -48px; right: -7px; } - .widget .bp-site-wide-message #message button span { font-size: 0; line-height: 1; display: block; } - -.widget .bp-site-wide-message #message button span::before { +.widget .bp-site-wide-message #message button span:before { content: "\e828"; color: #fff; font-family: bb-icons; @@ -17151,13 +18870,11 @@ ul.bbp-stats h4 { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - .widget .bp-site-wide-message #message p { margin: 0; padding-right: 0; position: static; } - .widget .bp-site-wide-message #message p strong { font-weight: 600; font-size: 12px; @@ -17188,7 +18905,6 @@ div#groups-list-options { margin-left: auto; position: relative; } - .bb-widget-dropdown i.bb-icon-menu-dots-v { position: relative; top: -2px; @@ -17203,7 +18919,6 @@ div#groups-list-options { display: -ms-flexbox; display: flex; } - .widget_bp_core_recently_active_widget .widget-title a.bs-widget-reload { color: #939597; margin-left: auto; @@ -17219,20 +18934,16 @@ div#groups-list-options { font-size: 14px; line-height: 21px; } - .more-block a.count-more { cursor: pointer; padding-left: 10px; } - .more-block a.count-more .bb-icon-angle-right { - /* vertical-align: middle; */ line-height: 17px; display: inline-block; } - -.more-block .bb-icon-angle-right::before { +.more-block .bb-icon-angle-right:before { font-size: 18px; vertical-align: bottom; margin-left: 0.1em; @@ -17243,7 +18954,6 @@ div#groups-list-options { .elementor-widget-wp-widget-bp_core_whos_online_widget .item-avatar a { display: inline-block; } - .widget_bp_core_whos_online_widget .item-avatar a .member-status, .elementor-widget-wp-widget-bp_core_whos_online_widget .item-avatar a .member-status { width: 13px; @@ -17252,12 +18962,10 @@ div#groups-list-options { top: 3px; border: 2px solid var(--bb-content-background-color); } - .widget_bp_core_whos_online_widget .item-avatar a .member-status.online, .elementor-widget-wp-widget-bp_core_whos_online_widget .item-avatar a .member-status.online { background-color: var(--bb-success-color); } - .widget_bp_core_whos_online_widget .item-avatar a .member-status.offline, .elementor-widget-wp-widget-bp_core_whos_online_widget .item-avatar a .member-status.offline { background-color: #bdbdbd; @@ -17268,12 +18976,10 @@ div#groups-list-options { .widget_bp_core_members_widget #members-list .item-avatar { position: relative; } - .elementor-widget-wp-widget-bp_core_members_widget #members-list .item-avatar a, .widget_bp_core_members_widget #members-list .item-avatar a { display: inline-block; } - .elementor-widget-wp-widget-bp_core_members_widget #members-list .item-avatar a .member-status, .widget_bp_core_members_widget #members-list .item-avatar a .member-status { width: 13px; @@ -17282,12 +18988,10 @@ div#groups-list-options { top: 1px; border: 2px solid var(--bb-content-background-color); } - .elementor-widget-wp-widget-bp_core_members_widget #members-list .item-avatar a .member-status.online, .widget_bp_core_members_widget #members-list .item-avatar a .member-status.online { background-color: var(--bb-success-color); } - .elementor-widget-wp-widget-bp_core_members_widget #members-list .item-avatar a .member-status.offline, .widget_bp_core_members_widget #members-list .item-avatar a .member-status.offline { background-color: #bdbdbd; @@ -17304,30 +19008,24 @@ div#groups-list-options { display: -ms-flexbox; display: flex; } - .widget.buddypress #network-list li .item-title a { letter-spacing: 0; color: var(--bb-headings-color); } - .widget.buddypress #network-list li .item-data { color: var(--bb-headings-color); } - .widget.buddypress #network-list li .item-data .netowrk-post-activity { color: #939597; } - .widget.buddypress #network-list li div.item-avatar img { width: 28px; height: 28px; } - .widget.buddypress #network-list li .data-photo { max-width: 60%; margin: 5px 0; } - .widget.buddypress #network-list li .data-photo a { border-radius: 3px; } @@ -17362,7 +19060,6 @@ body.buddypress .buddypress-wrap .bbp-logged-in h5 { border: 0; min-height: auto; } - .buddypress .buddypress-wrap .bbp_widget_login a.button.logout-link:hover, #buddypress .bbp_widget_login a.button.logout-link:hover { color: #0f74e0; @@ -17379,8 +19076,7 @@ body.buddypress .buddypress-wrap .bbp-logged-in h5 { background: transparent; color: var(--bb-body-text-color); } - -.single .hentry .buddypress.widget .activity-list blockquote::before { +.single .hentry .buddypress.widget .activity-list blockquote:before { display: none; } @@ -17404,7 +19100,6 @@ body.buddypress .buddypress-wrap .bbp-logged-in h5 { display: -ms-flexbox; display: flex; } - .widget .mc4wp-form-fields input[type="submit"], #buddypress .widget .mc4wp-form-fields input[type="submit"], .buddypress .buddypress-wrap .widget .mc4wp-form-fields input[type="submit"] { @@ -17412,13 +19107,11 @@ body.buddypress .buddypress-wrap .bbp-logged-in h5 { padding: 0 10px; border-radius: 0 3px 3px 0; } - .widget .mc4wp-form-fields input[type="submit"]:disabled, #buddypress .widget .mc4wp-form-fields input[type="submit"]:disabled, .buddypress .buddypress-wrap .widget .mc4wp-form-fields input[type="submit"]:disabled { background: #d0d4d8; } - .widget .mc4wp-form-fields input[type="submit"][disabled="disabled"], #buddypress .widget .mc4wp-form-fields input[type="submit"][disabled="disabled"], .buddypress .buddypress-wrap .widget .mc4wp-form-fields input[type="submit"][disabled="disabled"] { @@ -17426,7 +19119,6 @@ body.buddypress .buddypress-wrap .bbp-logged-in h5 { color: #fff; border: 1px solid transparent; } - .widget .mc4wp-form-fields input[type="email"], #buddypress .widget .mc4wp-form-fields input[type="email"], .buddypress .buddypress-wrap .widget .mc4wp-form-fields input[type="email"] { @@ -17440,7 +19132,6 @@ body.buddypress .buddypress-wrap .bbp-logged-in h5 { .widget_display_topics ul li { margin-bottom: 15px; } - .widget_display_topics ul img.avatar { border-radius: 50%; } @@ -17458,10 +19149,9 @@ body.buddypress .buddypress-wrap .bb-recent-posts h4 { } .buddypress-wrap .widget.widget_bps_widget .standard-form label { - font-weight: 400; + font-weight: normal; margin-top: 0; } - .buddypress-wrap .widget.widget_bps_widget .standard-form .submit { padding-top: 0; } @@ -17471,13 +19161,11 @@ div[id*="bps_accordion_form"] .ui-accordion .ui-accordion-header, div[id*="bps_accordion_form"].ui-accordion .ui-accordion-header { padding-left: 30px; } - .widget.widget_bps_widget .ui-accordion .ui-accordion-content, .widget.widget_bps_widget.ui-accordion .ui-accordion-content, div[id*="bps_accordion_form"] .ui-accordion .ui-accordion-content, div[id*="bps_accordion_form"].ui-accordion .ui-accordion-content { padding: 1em; } - .widget.widget_bps_widget .ui-accordion-header .ui-icon-plus, .widget.widget_bps_widget .ui-accordion-header .ui-icon-minus, div[id*="bps_accordion_form"] .ui-accordion-header .ui-icon-plus, @@ -17486,17 +19174,16 @@ div[id*="bps_accordion_form"] .ui-accordion-header .ui-icon-minus { text-indent: initial; margin-top: -7px; } - -.widget.widget_bps_widget .ui-accordion-header .ui-icon-plus::after, -.widget.widget_bps_widget .ui-accordion-header .ui-icon-minus::after, -div[id*="bps_accordion_form"] .ui-accordion-header .ui-icon-plus::after, -div[id*="bps_accordion_form"] .ui-accordion-header .ui-icon-minus::after { +.widget.widget_bps_widget .ui-accordion-header .ui-icon-plus:after, +.widget.widget_bps_widget .ui-accordion-header .ui-icon-minus:after, +div[id*="bps_accordion_form"] .ui-accordion-header .ui-icon-plus:after, +div[id*="bps_accordion_form"] .ui-accordion-header .ui-icon-minus:after { font-family: bb-icons; display: inline-block; width: 16px; height: 16px; font-style: normal; - font-weight: 400; + font-weight: normal; speak: none; text-decoration: inherit; text-align: center; @@ -17508,73 +19195,61 @@ div[id*="bps_accordion_form"] .ui-accordion-header .ui-icon-minus::after { left: 0; top: 0; } - -.widget.widget_bps_widget .ui-accordion-header .ui-icon-plus::after, -div[id*="bps_accordion_form"] .ui-accordion-header .ui-icon-plus::after { +.widget.widget_bps_widget .ui-accordion-header .ui-icon-plus:after, +div[id*="bps_accordion_form"] .ui-accordion-header .ui-icon-plus:after { content: "\eef9"; } - -.widget.widget_bps_widget .ui-accordion-header .ui-icon-minus::after, -div[id*="bps_accordion_form"] .ui-accordion-header .ui-icon-minus::after { +.widget.widget_bps_widget .ui-accordion-header .ui-icon-minus:after, +div[id*="bps_accordion_form"] .ui-accordion-header .ui-icon-minus:after { content: "\eed8"; } - .widget.widget_bps_widget .ui-widget, .widget.widget_bps_widget.ui-widget, div[id*="bps_accordion_form"] .ui-widget, div[id*="bps_accordion_form"].ui-widget { font-family: inherit; } - .widget.widget_bps_widget .ui-accordion-content input[type="search"], .widget.widget_bps_widget .ui-accordion-content .bps-selectbox select, div[id*="bps_accordion_form"] .ui-accordion-content input[type="search"], div[id*="bps_accordion_form"] .ui-accordion-content .bps-selectbox select { width: 100%; } - .widget.widget_bps_widget .ui-accordion-content label, div[id*="bps_accordion_form"] .ui-accordion-content label { display: inline-block; margin-bottom: 5px; - font-weight: 400; + font-weight: normal; } - .widget.widget_bps_widget .ui-state-default, div[id*="bps_accordion_form"] .ui-state-default { background-color: var(--bb-content-background-color); border-color: var(--bb-content-border-color); color: inherit; } - .widget.widget_bps_widget .ui-state-focus, div[id*="bps_accordion_form"] .ui-state-focus { background-color: var(--bb-content-background-color); border-color: var(--bb-content-border-color); } - .widget.widget_bps_widget .ui-state-active, div[id*="bps_accordion_form"] .ui-state-active { background: var(--bb-primary-color); border-color: var(--bb-primary-color); color: #fff; } - .widget.widget_bps_widget .bps-description, div[id*="bps_accordion_form"] .bps-description { color: var(--bb-alternate-text-color); } - .widget.widget_bps_widget .ui-corner-all, div[id*="bps_accordion_form"] .ui-corner-all { border-radius: var(--bb-input-radius); } - .widget.widget_bps_widget .ui-corner-top, div[id*="bps_accordion_form"] .ui-corner-top { border-top-right-radius: var(--bb-input-radius); border-top-left-radius: var(--bb-input-radius); } - .widget.widget_bps_widget .ui-corner-bottom, div[id*="bps_accordion_form"] .ui-corner-bottom { border-bottom-right-radius: var(--bb-block-radius-inner); @@ -17598,11 +19273,9 @@ body.buddypress .buddypress-wrap .widget_sfwd-quiz-widget li h4 { width: 100%; min-height: auto; } - .widget_nav_menu.buddypress_object_nav nav#object-nav.vertical li.selected { background: transparent; } - .widget_nav_menu.buddypress_object_nav nav#object-nav.vertical li a { padding: 2px 0; } @@ -17615,33 +19288,27 @@ body.buddypress .buddypress-wrap .widget_sfwd-quiz-widget li h4 { border: 0; margin-bottom: 0; } - .widget_nav_menu.buddypress_object_nav nav#object-nav .more-button, .widget_nav_menu.buddypress_object_nav nav#object-nav.vertical .more-button { display: none; } - .widget_nav_menu.buddypress_object_nav nav#object-nav > ul > li, .widget_nav_menu.buddypress_object_nav nav#object-nav.vertical > ul > li { padding-right: 0; float: none; } - .widget_nav_menu.buddypress_object_nav nav#object-nav ul.sub-menu, .widget_nav_menu.buddypress_object_nav nav#object-nav.vertical ul.sub-menu { margin-left: 0; } - .widget_nav_menu.buddypress_object_nav nav#object-nav ul.sub-menu a, .widget_nav_menu.buddypress_object_nav nav#object-nav.vertical ul.sub-menu a { padding: 8px 0; } - .widget_nav_menu.buddypress_object_nav nav#object-nav ul.sub-menu a:hover, .widget_nav_menu.buddypress_object_nav nav#object-nav.vertical ul.sub-menu a:hover { background: transparent; } - .widget_nav_menu.buddypress_object_nav nav#object-nav ul.sub-menu .selected > a, .widget_nav_menu.buddypress_object_nav nav#object-nav.vertical ul.sub-menu .selected > a { background: transparent; @@ -17656,35 +19323,29 @@ body.buddypress .buddypress-wrap .widget_sfwd-quiz-widget li h4 { margin-bottom: 0.9375rem; padding: 0; } - .bp-profile-search-widget .bps-form-title { font-weight: 600; border-bottom: 1px solid rgba(0, 0, 0, 0.06); margin: 0; padding: 1.125rem 1.25rem; } - .bp-profile-search-widget .bps-form { margin: 0; padding: 1.125rem 1.25rem 1.375rem; } - .bp-profile-search-widget .bps-label { font-size: 14px; font-weight: 400; margin-bottom: 8px; display: block; } - .bp-profile-search-widget .bps-label strong { font-weight: 400; } - .bp-profile-search-widget label { font-size: 14px; font-weight: 400; } - .bp-profile-search-widget .bp-radio-wrap label, .bp-profile-search-widget .bp-checkbox-wrap label { color: var(--bb-headings-color); @@ -17692,43 +19353,35 @@ body.buddypress .buddypress-wrap .widget_sfwd-quiz-widget li h4 { font-size: 15px; font-weight: 500; } - -.bp-profile-search-widget .bp-checkbox-wrap label::after { +.bp-profile-search-widget .bp-checkbox-wrap label:after { font-weight: 400; top: 1px; } - .bp-profile-search-widget input[type="search"] { background: transparent; padding-left: 12px; width: 100%; } - .bp-profile-search-widget p.bps-description { margin: 5px 0; font-size: 12px; color: var(--bb-headings-color); } - .bp-profile-search-widget .bp-radio-wrap, .bp-profile-search-widget .bp-checkbox-wrap { margin-bottom: 0; } - .bp-profile-search-widget .submit-wrapper input { min-width: 140px; font-size: 14px; font-weight: 500; } - .bp-profile-search-widget .bp-field-wrap input:not([type="checkbox"], [type="radio"]) { width: 100%; } - .bp-profile-search-widget .clear-from-wrap { margin-bottom: 20px; } - .bp-profile-search-widget .bp-heading-field-wrap { background: var(--bb-content-alternate-background-color); border-top: 1px solid var(--bb-content-border-color); @@ -17736,23 +19389,19 @@ body.buddypress .buddypress-wrap .widget_sfwd-quiz-widget li h4 { margin: 0 -20px 20px; padding: 12px 20px; } - .bp-profile-search-widget .bp-heading-field-wrap strong { text-transform: uppercase; font-size: 0.75rem; font-weight: 600; color: var(--bb-headings-color); } - .bp-profile-search-widget .bp-heading-field-wrap p.bps-description { margin: 5px 0 0; } - .bp-profile-search-widget .date-label { display: block; margin-bottom: 5px; } - .bp-profile-search-widget .date-wrapper select { margin-bottom: 10px; } @@ -17769,52 +19418,43 @@ body.buddypress .buddypress-wrap .widget_sfwd-quiz-widget li h4 { .elementor-widget-wp-widget-bp_latest_activities .activity-link-preview-image { max-width: 100%; } - .widget.activity_update .activity-link-preview-content, .elementor-widget-wp-widget-bp_latest_activities .activity-link-preview-content { clear: both; padding: 0; } - .widget.activity_update .activity-link-preview-title, .elementor-widget-wp-widget-bp_latest_activities .activity-link-preview-title { font-style: normal; margin-bottom: 5px; margin-right: 0; } - .widget.activity_update footer cite, .elementor-widget-wp-widget-bp_latest_activities footer cite { margin-right: 12px; } - .widget.activity_update .activity-list > div, .elementor-widget-wp-widget-bp_latest_activities .activity-list > div { margin-bottom: 15px; } - .widget.activity_update .activity-list > div:last-of-type, .elementor-widget-wp-widget-bp_latest_activities .activity-list > div:last-of-type { margin-bottom: 0; } - .widget.activity_update .activity-list > div p, .elementor-widget-wp-widget-bp_latest_activities .activity-list > div p { margin-bottom: 10px; } - .widget.activity_update .activity-list img, .elementor-widget-wp-widget-bp_latest_activities .activity-list img { margin-bottom: 0; } - .widget.activity_update .view.activity-time-since, .elementor-widget-wp-widget-bp_latest_activities .view.activity-time-since { font-style: normal; font-weight: 500; font-size: 13px; } - .widget.activity_update footer, .elementor-widget-wp-widget-bp_latest_activities footer { display: -webkit-box; @@ -17824,35 +19464,29 @@ body.buddypress .buddypress-wrap .widget_sfwd-quiz-widget li h4 { -ms-flex-align: center; align-items: center; } - .widget.activity_update .activity-update .update-item, .elementor-widget-wp-widget-bp_latest_activities .activity-update .update-item { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } - .widget.activity_update .activity-update .update-item a[href=""], .elementor-widget-wp-widget-bp_latest_activities .activity-update .update-item a[href=""] { cursor: default; } - .widget.activity_update .activity-update p, .elementor-widget-wp-widget-bp_latest_activities .activity-update p { color: var(--bb-alternate-text-color); } - .widget.activity_update .activity-update p a[href]:not([href=""]):not(.activity-time-since), .elementor-widget-wp-widget-bp_latest_activities .activity-update p a[href]:not([href=""]):not(.activity-time-since) { color: var(--bb-headings-color); font-weight: 500; } - .widget.activity_update .activity-update p a[href]:not([href=""]):not(.activity-time-since):hover, .elementor-widget-wp-widget-bp_latest_activities .activity-update p a[href]:not([href=""]):not(.activity-time-since):hover { color: var(--bb-primary-color); } - .widget.activity_update .activity-update .activity-time-since, .elementor-widget-wp-widget-bp_latest_activities .activity-update .activity-time-since { display: block; @@ -17860,7 +19494,6 @@ body.buddypress .buddypress-wrap .widget_sfwd-quiz-widget li h4 { color: var(--bb-headings-color); margin-top: 5px; } - .widget.activity_update .activity-update .activity-time-since:hover, .elementor-widget-wp-widget-bp_latest_activities .activity-update .activity-time-since:hover { color: var(--bb-primary-color); @@ -17872,22 +19505,54 @@ body.buddypress .buddypress-wrap .widget_sfwd-quiz-widget li h4 { flex: 0 0 40px; } +.buddypress.widget .activity-update .update-item cite { + -webkit-box-flex: 0; + -ms-flex: 0 0 40px; + flex: 0 0 40px; +} +.buddypress.widget .activity-update .bp-activity-info { + max-width: -webkit-calc(100% - 50px); + max-width: calc(100% - 50px); +} +.buddypress.widget .activity-update .bp-activity-info > p { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.buddypress.widget .activity-update .bp-activity-info > p a.activity-time-since { + display: inline-block; + width: 100%; +} +.buddypress.widget .activity-update .bp-activity-info > p > .activity-to { + margin-right: 3px; +} +.buddypress.widget .activity-update .bp-activity-info p a:not(.activity-time-since) { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + display: inline-block; + max-width: 100%; + margin-right: 3px; +} + .widget.bp-latest-activities .activity-update { color: var(--bb-alternate-text-color); font-size: 14px; letter-spacing: -0.24px; margin-bottom: 20px; } - .widget.bp-latest-activities a { color: var(--bb-headings-color); font-style: normal; } - .widget.bp-latest-activities a:hover { color: var(--bb-primary-color); } - .widget.bp-latest-activities p { margin-bottom: 0; } @@ -17906,36 +19571,30 @@ body.buddypress .buddypress-wrap .widget_sfwd-quiz-widget li h4 { .widget .bs-forums-items > li { margin-bottom: 0; } - .widget .bbp-forum-form .bp-forum-settings { -ms-flex-flow: column; flex-flow: column; } - .widget ul a.subscription-toggle { background-color: var(--bb-content-background-color); color: var(--bb-headings-color); border: 1px solid var(--bb-content-border-color); } - .widget ul a.subscription-toggle:focus { box-shadow: var(--bb-outline-button-focus-shadow); } - .widget ul a.subscription-toggle: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); box-shadow: none; } - .widget ul a.subscription-toggle: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); box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 0 0 2px rgba(0, 0, 0, 0.08); } - .widget ul a.subscription-toggle:disabled, .widget ul a.subscription-toggle.disabled { background-color: var(--bb-content-background-color); color: var(--bb-headings-color); @@ -17944,22 +19603,18 @@ body.buddypress .buddypress-wrap .widget_sfwd-quiz-widget li h4 { pointer-events: none; cursor: default; } - .widget .bbp-forum-buttons-wrap { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } - .widget .bbp-forum-buttons-wrap > * { margin-left: 0; margin-right: 5px; } - .widget #bbpress-forums#bbpress-forums .bs-forums-items .bs-section-title { margin-bottom: 10px; } - .widget .bbp-reply-form fieldset.bbp-form legend { font-size: 20px; font-weight: 500; @@ -17970,15 +19625,12 @@ body.buddypress .buddypress-wrap .widget_sfwd-quiz-widget li h4 { margin-bottom: 0; padding: 0; } - .widget .bbp-reply-form fieldset.bbp-form-anonymous { margin-top: 15px; } - .widget .bbp-reply-form fieldset.bbp-form-anonymous legend { margin-bottom: 20px; } - .widget .bbp-reply-form #whats-new-toolbar, .widget .bbp-reply-form #whats-new-attachments, .widget .bbp-topic-form #whats-new-toolbar, @@ -17988,7 +19640,6 @@ body.buddypress .buddypress-wrap .widget_sfwd-quiz-widget li h4 { padding-left: 0; padding-right: 0; } - .widget .bbp-reply-form .bbp_topic_title_wrapper, .widget .bbp-topic-form .bbp_topic_title_wrapper, .widget .bbp-forum-form .bbp_topic_title_wrapper { @@ -17997,40 +19648,33 @@ body.buddypress .buddypress-wrap .widget_sfwd-quiz-widget li h4 { -ms-flex-align: center; align-items: center; } - .widget .bbp-reply-form .new_topic_title_avatar, .widget .bbp-topic-form .new_topic_title_avatar, .widget .bbp-forum-form .new_topic_title_avatar { margin-right: 10px; } - .widget .bbp-reply-form #bbp-close-btn, .widget .bbp-topic-form #bbp-close-btn, .widget .bbp-forum-form #bbp-close-btn { display: none; } - .widget #bbpress-forums fieldset.bbp-form { margin-top: 0; } - .widget #bbpress-forums fieldset.bbp-form label { color: var(--bb-headings-color); letter-spacing: normal; } - .widget .bbp-reply-form #whats-new-toolbar .medium-editor-toolbar, .widget .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar, .widget .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar { left: 30px; } - .widget .bbp-reply-form #whats-new-toolbar .medium-editor-toolbar.active, .widget .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active, .widget .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar.active { z-index: 10; } - .widget .bbp-reply-form .bbp-form label, .widget .bbp-topic-form .bbp-form label, .widget .bbp-forum-form .bbp-form label { @@ -18040,24 +19684,20 @@ body.buddypress .buddypress-wrap .widget_sfwd-quiz-widget li h4 { margin-bottom: 5px; line-height: 1.187; } - .widget .bbp-reply-form ul.medium-editor-toolbar-actions .medium-editor-action b, .widget .bbp-topic-form ul.medium-editor-toolbar-actions .medium-editor-action b, .widget .bbp-forum-form ul.medium-editor-toolbar-actions .medium-editor-action b { width: 20px; } - .widget .bbp-reply-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions button, .widget .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions button, .widget .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions button { padding: 10px 3px; min-width: 28px; } - .widget .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar { top: unset; } - .widget .bb-content-area.bs-replies-wrapper .bb-grid { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -18067,19 +19707,15 @@ body.buddypress .buddypress-wrap .widget_sfwd-quiz-widget li h4 { -ms-flex-align: center; align-items: center; } - .widget #bbpress-forums .bs-single-forum-list > li { border: 0; } - .widget fieldset.bbp-form .bbp-submit-wrapper .button.submit { margin-left: 0; } - .widget #bbpress-forums { margin-bottom: 0; } - .widget fieldset.bbp-form { margin: 0; } @@ -18096,24 +19732,19 @@ body.buddypress .buddypress-wrap .widget_sfwd-quiz-widget li h4 { .bs-groups-items { margin-bottom: 0; } - .bs-groups-items .item-title a { margin-bottom: 8px; display: inline-block; } - .bs-groups-items .item-meta p { margin-bottom: 7px; } - .bs-groups-items .item-meta p:last-child { margin: 0; } - .bs-groups-items span.status { text-transform: capitalize; } - .bs-groups-items .item-desc { font-size: 14px; color: var(--bb-body-text-color); @@ -18131,21 +19762,17 @@ body.buddypress .buddypress-wrap .widget_sfwd-quiz-widget li h4 { overflow: hidden; text-overflow: ellipsis; } - -.bs-groups-items .item-desc::after { +.bs-groups-items .item-desc:after { content: " "; display: inline-block; vertical-align: middle; } - .bs-groups-items .action { margin-left: auto; } - .bs-groups-items.list-view .item-title-wrap { min-width: 0; } - .bs-groups-items.list-view .item-title a { display: block; white-space: nowrap; @@ -18163,10 +19790,8 @@ body.buddypress .buddypress-wrap .widget_sfwd-quiz-widget li h4 { a.group-item-avatar { border-radius: 3px; - /* width: 81px; */ } - a.group-item-avatar .avatar { max-width: 100%; } @@ -18175,24 +19800,20 @@ a.group-item-avatar .avatar { padding-bottom: 14px; text-align: left; } - .bs-groups-items.grid-view .item-avatar { margin-top: -50px; position: relative; max-width: 75px; width: 100%; } - .bs-groups-items.grid-view span.status { font-size: 13px; color: #939597; letter-spacing: -0.24px; } - .bs-groups-items.grid-view .item-title { margin-bottom: 15px; } - .bs-groups-items.grid-view .item-title a { margin-bottom: 0; } @@ -18210,12 +19831,15 @@ a.group-item-avatar .avatar { cursor: pointer; } +.buddypress-wrap ul.bp-list.groups-dir-list .list-wrap .item-meta-wrap .item-meta.group-details > span { + font-size: 13px; +} + .buddypress-wrap .item-list.groups-list .item-meta { font-size: 13px; font-weight: 400; color: var(--bb-alternate-text-color); } - .buddypress-wrap .item-list.groups-list .invite-message { margin-top: 5px; font-size: 14px; @@ -18228,12 +19852,10 @@ body #buddypress .bp-list .action .generic-button .membership-requested { color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); } - body #buddypress .bp-list .action .generic-button .leave-group:focus, body #buddypress .bp-list .action .generic-button .membership-requested:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - body #buddypress .bp-list .action .generic-button .leave-group:hover, body #buddypress .bp-list .action .generic-button .membership-requested:hover { background-color: var(--bb-primary-button-background-hover); @@ -18267,17 +19889,14 @@ body #buddypress .bp-list .action .generic-button .membership-requested { flex: 0 0 28%; margin-bottom: 20px; } - #buddypress .bp-list.groups-list li .list-wrap .item .item-block .groups-title a { width: 100%; overflow-wrap: break-word; word-wrap: break-word; } - #buddypress .bp-list.groups-list.centered li .list-wrap .item .item-block { padding-right: 0; } - #buddypress .bp-list.groups-list:not(.grid) li .list-wrap .item .item-block { margin-bottom: 0; } @@ -18296,12 +19915,10 @@ div#groups-order-select .select-wrap { } @media (hover: none) { - .entry-content .bs-group-head a.btn-group:not(.button):hover { color: var(--bb-primary-color); } } - #buddypress .group-title { line-height: 1; margin: 6px 0 2px; @@ -18311,7 +19928,6 @@ div#groups-order-select .select-wrap { display: inline-block; margin-right: 12px; } - .bs-group-members img { border: 1px solid #fff; max-width: 24px; @@ -18320,11 +19936,9 @@ div#groups-order-select .select-wrap { position: relative; z-index: 3; } - .bs-group-members img:nth-child(2) { z-index: 2; } - .bs-group-members img:nth-child(3) { z-index: 1; } @@ -18332,8 +19946,7 @@ div#groups-order-select .select-wrap { a.bb-more { display: inline-block; } - -a.bb-more i::before { +a.bb-more i:before { margin: 0; font-size: 19px; line-height: 0.5; @@ -18358,12 +19971,10 @@ a.bb-more i::before { #groups-list.bp-list .avatar { border-radius: 3px; } - #groups-list.bp-list .group-avatar-wrap { min-height: 81px; min-width: 81px; } - #groups-list.bp-list .bs-group-members { margin-bottom: 0; } @@ -18371,31 +19982,25 @@ a.bb-more i::before { .elementor-widget-wrap .buddypress-wrap.bp-shortcode-wrap .subnav-filters { margin: 25px 0; } - .elementor-widget-wrap #groups-list.bp-list li { - min-width: inherit; padding: 0 9px; margin: 0 0 20px; display: list-item; } - .elementor-widget-wrap #groups-list.bp-list li .item { line-height: inherit; } - .elementor-widget-wrap #groups-list.bp-list li .item-avatar { -webkit-box-flex: 0; -ms-flex: none; flex: none; margin-right: 0; } - .elementor-widget-wrap #groups-list.bp-list li .bs-group-members img { max-width: 24px; border-radius: 50%; border: 1px solid #fff; } - .elementor-widget-wrap #groups-list.bp-list:not(.grid) .item-avatar { margin-right: 20px; } @@ -18406,20 +20011,16 @@ a.bb-more i::before { display: -ms-flexbox; display: flex; } - #groups-list.bp-list.grid.bb-cover-enabled .item-avatar .group-avatar-wrap { margin-top: -47px; } - #groups-list.bp-list.grid.bb-cover-enabled .item-avatar img { max-width: 75px; width: 100%; } - #groups-list.bp-list.grid.bb-cover-enabled .item-avatar .generic-button { text-align: right; } - #groups-list.bp-list.grid.bb-cover-enabled .item-avatar .generic-button .group-button { line-height: 1.3; min-height: 1px; @@ -18436,35 +20037,30 @@ a.bb-more i::before { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - #groups-list.bp-list.grid.bb-cover-enabled .item-avatar .generic-button .group-button:hover { color: var(--bb-primary-color); } - #groups-list.bp-list.grid.bb-cover-enabled .item-avatar .generic-button .group-button span { font-size: 0; } - -#groups-list.bp-list.grid.bb-cover-enabled .item-avatar .generic-button .group-button span::before { +#groups-list.bp-list.grid.bb-cover-enabled .item-avatar .generic-button .group-button span:before { content: "\e876"; font-family: bb-icons; speak: none; font-size: 14px; margin-right: 5px; font-style: normal; - font-weight: 400; + font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; list-style: none; -webkit-font-smoothing: antialiased; } - #groups-list.bp-list.grid.bb-cover-enabled .list-title, #groups-list.bp-list.grid.bb-cover-enabled .item-meta { text-align: left; } - #groups-list.bp-list.grid.bb-cover-enabled .groups-loop-buttons { -ms-flex-item-align: end; align-self: flex-end; @@ -18474,7 +20070,6 @@ a.bb-more i::before { flex: 1; margin-left: 5px; } - #groups-list.bp-list.grid.bb-cover-enabled .groups-loop-buttons .group-button { text-align: right; } @@ -18482,7 +20077,6 @@ a.bb-more i::before { .buddypress-wrap ul.bp-list.groups-dir-list.grid .list-wrap { border-radius: var(--bb-block-radius); } - .buddypress-wrap ul.bp-list.groups-dir-list .bs-group-cover a { border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; } @@ -18492,7 +20086,6 @@ a.bb-more i::before { background-color: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); } - #groups-list.bp-list .item-entry .list-wrap .group-footer-wrap { display: -webkit-box; display: -ms-flexbox; @@ -18505,16 +20098,13 @@ a.bb-more i::before { align-items: center; margin-bottom: 27px; } - #groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap { display: block; min-width: auto; } - #groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .generic-button { margin-bottom: 0; } - #groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button) { background-color: var(--bb-secondary-button-background-regular); color: var(--bb-secondary-button-text-regular); @@ -18531,184 +20121,149 @@ a.bb-more i::before { text-align: center; text-transform: capitalize; width: auto; + white-space: nowrap; } - #groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button):focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - -#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button)::before { +#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button):before { display: inline-block; font-family: bb-icons; font-size: 14px; margin-right: 5px; font-weight: 400; } - -#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).join-group::before { +#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).join-group:before { content: "\eef9"; } - -#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).leave-group::before, #groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).membership-requested::before { +#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).leave-group:before, #groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).membership-requested:before { content: "\e876"; } - -#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).request-membership::before { +#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).request-membership:before { content: "\eecc"; } - -#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).leave-group:hover::before { +#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).leave-group:hover:before { content: "\ef23"; } - #groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button):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); } - #groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).join-group, #groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).request-membership { background-color: var(--bb-content-background-color); color: var(--bb-headings-color); border: 1px solid var(--bb-content-border-color); } - #groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).join-group:focus, #groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).request-membership:focus { box-shadow: var(--bb-outline-button-focus-shadow); } - #groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).join-group:hover, #groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).request-membership: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); } - #groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).membership-requested { opacity: 0.5; pointer-events: none; } - #groups-list.bp-list.grid.bb-cover-disabled .item-avatar .groups-loop-buttons { display: none; } - #groups-list.bp-list.grid.bb-cover-disabled img.avatar { max-width: 115px; width: 100%; } - #groups-list.bp-list.grid.bb-cover-disabled .group-avatar-wrap { margin: 15px 0 0 15px; } - #groups-list.bp-list.grid.bb-cover-disabled .item-meta { margin-bottom: 5px; } - #groups-list.bp-list.grid.bb-cover-disabled.centered .group-avatar-wrap { margin-top: 25px; } - #groups-list.bp-list.grid .list-wrap .item { padding-bottom: 55px; } - #groups-list.bp-list.grid .list-wrap .item.group-members-hidden.group-join-button-hidden { padding-bottom: 0; } - #groups-list.bp-list.grid .list-wrap .group-footer-wrap { position: absolute; left: 20px; right: 20px; bottom: -5px; } - #groups-list.bp-list:not(.grid) { display: -webkit-box; display: -ms-flexbox; display: flex; } - #groups-list.bp-list:not(.grid) .item-entry .item { -ms-flex-flow: row; flex-flow: row; } - #groups-list.bp-list:not(.grid) .item-entry .item .group-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 250px); flex: 0 0 -webkit-calc(100% - 250px); flex: 0 0 calc(100% - 250px); } - #groups-list.bp-list:not(.grid) .item-entry .item .group-item-wrap .item-desc p { max-width: 600px; } - #groups-list.bp-list:not(.grid) .item-entry .item-avatar { display: block; } - #groups-list.bp-list:not(.grid) .item-entry .group-avatar-wrap { margin-left: 0; } - #groups-list.bp-list:not(.grid) .item-entry .list-wrap { padding: 15px 20px; } - #groups-list.bp-list:not(.grid) .item-entry .list-wrap .group-footer-wrap { margin-bottom: 0; } - #groups-list.bp-list:not(.grid) .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button) { min-width: 135px; padding: 1px 12px; } @media screen and (max-width: 1000px) { - #groups-list.bp-list:not(.grid) .item-entry .item { -ms-flex-flow: column; flex-flow: column; } - #groups-list.bp-list:not(.grid) .item-entry .item .group-footer-wrap { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } } - #groups-list.bp-list.invites:not(.grid) { width: 100%; display: block; } - #groups-list.bp-list.invites:not(.grid) .item-entry .item { -ms-flex-flow: row wrap; flex-flow: row wrap; } - #groups-list.bp-list.left .group-footer-wrap.group-members-hidden .groups-loop-buttons { -webkit-box-flex: 0; -ms-flex: none; flex: none; margin-left: 0; } - #groups-list.bp-list.centered .group-footer-wrap.group-join-button-hidden { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } - #groups-list.bp-list.centered .group-footer-wrap.group-members-hidden { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } - #groups-list.bp-list.centered .group-footer-wrap.group-members-hidden .groups-loop-buttons { -webkit-box-flex: 0; -ms-flex: none; @@ -18724,13 +20279,11 @@ body:not(.logged-in) #groups-list.bp-list.grid .list-wrap .item.group-members-hi .buddypress-wrap ul.bp-list.groups-dir-list:not(.grid) .item-entry:first-child .list-wrap { border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; } - .buddypress-wrap ul.bp-list.groups-dir-list:not(.grid) .item-entry:last-child .list-wrap { border-radius: 0 0 var(--bb-block-radius) var(--bb-block-radius); } @media screen and (min-width: 1146px) and (max-width: 1500px) { - body.has-sidebar.buddypanel-open .buddypress-wrap .grid.bp-list.groups-list > li { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -18739,7 +20292,6 @@ body:not(.logged-in) #groups-list.bp-list.grid .list-wrap .item.group-members-hi } } @media screen and (min-width: 1146px) and (max-width: 1195px) { - body.has-sidebar.buddypanel-open .buddypress-wrap .grid.bp-list.groups-list > li { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -18749,7 +20301,6 @@ body:not(.logged-in) #groups-list.bp-list.grid .list-wrap .item.group-members-hi } @media screen and (min-width: 1146px) and (max-width: 1500px) { - body:not(.has-sidebar).buddypanel-open .buddypress-wrap .grid.bp-list.groups-list > li { -webkit-box-flex: 0; -ms-flex: 0 0 33.3333%; @@ -18758,7 +20309,6 @@ body:not(.logged-in) #groups-list.bp-list.grid .list-wrap .item.group-members-hi } } @media screen and (min-width: 895px) and (max-width: 1195px) { - body:not(.has-sidebar).buddypanel-open .buddypress-wrap .grid.bp-list.groups-list > li { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -18767,7 +20317,6 @@ body:not(.logged-in) #groups-list.bp-list.grid .list-wrap .item.group-members-hi } } @media screen and (min-width: 800px) and (max-width: 894px) { - body:not(.has-sidebar).buddypanel-open .buddypress-wrap .grid.bp-list.groups-list > li { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -18777,7 +20326,6 @@ body:not(.logged-in) #groups-list.bp-list.grid .list-wrap .item.group-members-hi } @media screen and (min-width: 1046px) and (max-width: 1345px) { - body:not(.has-sidebar, .buddypanel-open) .buddypress-wrap .grid.bp-list.groups-list > li { -webkit-box-flex: 0; -ms-flex: 0 0 33.3333%; @@ -18786,7 +20334,6 @@ body:not(.logged-in) #groups-list.bp-list.grid .list-wrap .item.group-members-hi } } @media screen and (min-width: 800px) and (max-width: 1044px) { - body:not(.has-sidebar, .buddypanel-open) .buddypress-wrap .grid.bp-list.groups-list > li { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -18796,7 +20343,6 @@ body:not(.logged-in) #groups-list.bp-list.grid .list-wrap .item.group-members-hi } @media screen and (max-width: 1420px) { - body.has-sidebar .buddypress-wrap .grid.bp-list.groups-list > li { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -18805,7 +20351,6 @@ body:not(.logged-in) #groups-list.bp-list.grid .list-wrap .item.group-members-hi } } @media screen and (max-width: 1145px) { - body.has-sidebar .buddypress-wrap .grid.bp-list.groups-list > li { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -18815,7 +20360,6 @@ body:not(.logged-in) #groups-list.bp-list.grid .list-wrap .item.group-members-hi } @media screen and (max-width: 1240px) { - body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.groups-list > li { -webkit-box-flex: 0; -ms-flex: 0 0 33%; @@ -18824,7 +20368,6 @@ body:not(.logged-in) #groups-list.bp-list.grid .list-wrap .item.group-members-hi } } @media screen and (max-width: 968px) { - body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.groups-list > li { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -18834,7 +20377,6 @@ body:not(.logged-in) #groups-list.bp-list.grid .list-wrap .item.group-members-hi } @media screen and (max-width: 799px) { - body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.groups-list > li, body.has-sidebar .buddypress-wrap .grid.bp-list.groups-list > li { -webkit-box-flex: 0; @@ -18844,7 +20386,6 @@ body:not(.logged-in) #groups-list.bp-list.grid .list-wrap .item.group-members-hi } } @media screen and (max-width: 640px) { - body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.groups-list > li, body.has-sidebar .buddypress-wrap .grid.bp-list.groups-list > li { -webkit-box-flex: 0; @@ -18866,7 +20407,6 @@ body:not(.logged-in) #groups-list.bp-list.grid .list-wrap .item.group-members-hi height: 34px; font-size: 15px; } - .groups.group-members .buddypress-wrap .subnav-filters { margin-bottom: 20px; } @@ -18879,7 +20419,6 @@ a.bb-more-link { -ms-flex-align: center; align-items: center; } - a.bb-more-link i { font-size: 12px; } @@ -18900,12 +20439,17 @@ a.bb-more-link i { margin-top: -5px; margin-bottom: 20px; } - .bp-shortcode-wrap .dir-list { border-top: 1px solid var(--bb-content-border-color); padding-top: 30px; } - +.type-post .bp-shortcode-wrap .dir-list { + padding-top: 60px; + border-top: 0; +} +.type-post .bp-shortcode-wrap .dir-list .bp-pagination.bottom { + float: none; +} .bp-shortcode-wrap .item-desc.group-item-desc { padding-right: 40px; } @@ -18914,6 +20458,9 @@ a.bb-more-link i { margin-top: -56px; float: right; } +.type-post .buddypress-wrap.bp-shortcode-wrap .subnav-filters { + margin-top: 0; +} body #buddypress .bp-list .action .generic-button .group-button { min-width: 170px; @@ -18925,15 +20472,13 @@ body #buddypress .bp-list .action .generic-button .group-button { } .groups .bp-single-vert-nav.bp-vertical-navs #item-body #subnav .subnav { - display: inline-block; width: 100%; margin: 0; padding: 0; border-bottom: none; } - .groups.bb-template-v1 .bp-single-vert-nav.bp-vertical-navs #item-body #subnav .subnav li a { - padding: 5px 10px; + padding-bottom: 5px; line-height: inherit; } @@ -18946,13 +20491,11 @@ body #buddypress .bp-list .action .generic-button .group-button { border: 1px solid var(--bb-secondary-button-border-regular); font-size: 13px; } - .buddypress .buddypress-wrap .group-subscription-div button.ges-change:focus, .buddypress .buddypress-wrap .bp-list.grid .action .group-subscription-div button.ges-change:focus, .group-subscription-div button.ges-change:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - .buddypress .buddypress-wrap .group-subscription-div button.ges-change:hover, .buddypress .buddypress-wrap .bp-list.grid .action .group-subscription-div button.ges-change:hover, .group-subscription-div button.ges-change:hover { @@ -18971,7 +20514,6 @@ body #buddypress .bp-list .action .generic-button .group-button { -ms-flex-pack: center; justify-content: center; } - .groups-header .group-subscription-div { display: -webkit-box; display: -ms-flexbox; @@ -18983,7 +20525,6 @@ body #buddypress .bp-list .action .generic-button .group-button { flex-wrap: wrap; } @media screen and (max-width: 782px) { - .groups-header .group-subscription-div { text-align: center; -webkit-box-pack: center; @@ -18991,14 +20532,12 @@ body #buddypress .bp-list .action .generic-button .group-button { justify-content: center; } } - .groups-header .group-subscription-div .group-subscription-status-desc { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; margin-bottom: 3px; } - .groups-header .group-subscription-div + [id*="ges-panel"] { display: none; } @@ -19009,7 +20548,6 @@ body.bp-nouveau.groups:not(.single-item) .group-subscription-div #js-dialogtoolt z-index: 11; } @media screen and (min-width: 46.8em) { - body.bp-nouveau.groups:not(.single-item) .group-subscription-div #js-dialogtooltip { left: 0; right: 0; @@ -19019,30 +20557,25 @@ body.bp-nouveau.groups:not(.single-item) .group-subscription-div #js-dialogtoolt .group-subscription-div { font-size: 13px; } - .group-subscription-div #js-dialogtooltip { border: 1px solid var(--bb-content-border-color); background-color: var(--bb-content-background-color); border-radius: var(--bb-block-radius-inner); } @media screen and (max-width: 800px) { - .group-subscription-div #js-dialogtooltip { max-width: 350px; } } @media screen and (max-width: 544px) { - .group-subscription-div #js-dialogtooltip { max-width: 250px; } } - .group-subscription-div #js-dialogtooltip #tooltip-title { font-size: 13px; line-height: 150%; } - .group-subscription-div #js-tooltip-close { border: 0; background-color: transparent; @@ -19052,12 +20585,10 @@ body.bp-nouveau.groups:not(.single-item) .group-subscription-div #js-dialogtoolt margin-right: 6px; color: var(--bb-alternate-text-color); } - .group-subscription-div #js-tooltip-close:hover { color: var(--bb-headings-color); } - -.group-subscription-div #js-tooltip-close::before { +.group-subscription-div #js-tooltip-close:before { content: "\e828"; font-family: bb-icons; speak: none; @@ -19074,11 +20605,9 @@ body.bp-nouveau.groups:not(.single-item) .group-subscription-div #js-dialogtoolt width: 16px; height: 16px; } - .group-subscription-div #js-tooltip-close .modal-close__text { font-size: 0; } - .group-subscription-div .gemail_icon { background-image: none !important; padding-left: 0 !important; @@ -19089,8 +20618,7 @@ body.bp-nouveau.groups:not(.single-item) .group-subscription-div #js-dialogtoolt -ms-flex-align: center; align-items: center; } - -.group-subscription-div .gemail_icon::before { +.group-subscription-div .gemail_icon:before { content: "\ee62"; font-family: bb-icons; speak: none; @@ -19112,16 +20640,14 @@ body.bp-nouveau.groups:not(.single-item) .group-subscription-div #js-dialogtoolt .buddypress .buddypress-wrap .bp-list.list .action .group-subscription-div .js-tooltip-content { color: var(--bb-body-text-color); } - .buddypress .buddypress-wrap .bp-list.grid .action .group-subscription-div a.group-sub, .buddypress .buddypress-wrap .bp-list.list .action .group-subscription-div a.group-sub { display: inline-block; border: 0; padding: 0 5px 0 0; color: var(--bb-headings-color); - font-weight: 700; + font-weight: bold; } - .buddypress .buddypress-wrap .bp-list.grid .action .group-subscription-div a.group-sub:hover, .buddypress .buddypress-wrap .bp-list.list .action .group-subscription-div a.group-sub:hover { background-color: transparent; @@ -19132,7 +20658,6 @@ body.bp-nouveau.groups:not(.single-item) .group-subscription-div #js-dialogtoolt -ms-flex-wrap: wrap; flex-wrap: wrap; } - .bpgesWrapper .group-footer-wrap > .group-subscription-div { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -19150,14 +20675,12 @@ body.bp-nouveau.groups:not(.single-item) .group-subscription-div #js-dialogtoolt } @media screen and (max-width: 1000px) { - .bp-list:not(.grid) .bpgesWrapper .group-footer-wrap > .group-subscription-div { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } } - body.bp-nouveau.groups:not(.single-item) .bpgesWrapper .group-subscription-div { position: relative; top: 10px; @@ -19189,7 +20712,6 @@ body #buddypress .bp-list.bp-list .bpgesWrapper .bp-generic-meta .generic-button border-radius: var(--bb-block-radius); padding: 20px; } - #ass-email-subscriptions-options-page form > b { color: var(--bb-headings-color); } @@ -19203,8 +20725,29 @@ body #buddypress .bp-list.bp-list .bpgesWrapper .bp-generic-meta .generic-button margin-right: 10px; } -@media screen and (min-width: 800px) { +@media screen and (min-width: 544px) { + .groups-manage-members-list .section-title.gen-members-section .search-wrapper { + margin-top: 0; + } + .groups-manage-members-list .section-title.gen-members-section .search-wrapper.loading:after { + left: -30px; + right: unset; + } + .gen-members-section { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + margin-bottom: 1em; + } + .gen-members-section .group-search.search-wrapper { + margin-left: auto; + } +} +@media screen and (min-width: 800px) { .sidebar-left .bb-profile-grid, .sidebar-left .bb-user-nav-display-wrap { -ms-flex-flow: row-reverse; @@ -19212,17 +20755,14 @@ body #buddypress .bp-list.bp-list .bpgesWrapper .bp-generic-meta .generic-button } } @media (min-width: 800px) and (max-width: 1150px) { - .has-sidebar .bs-groups-items.list-view .item-wrap-left { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } - .has-sidebar .bs-groups-items.list-view .item-wrap-left { margin-bottom: 20px; } - .has-sidebar .bs-groups-items.list-view div.action { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -19230,12 +20770,10 @@ body #buddypress .bp-list.bp-list .bpgesWrapper .bp-generic-meta .generic-button padding: 0; margin: 0; } - .has-sidebar .bs-groups-items.list-view .item-wrap-right { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .has-sidebar .bs-groups-items .item-desc { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -19243,7 +20781,6 @@ body #buddypress .bp-list.bp-list .bpgesWrapper .bp-generic-meta .generic-button margin-bottom: 15px; padding-right: 0; } - .has-sidebar #buddypress .bs-groups-items .action .button { display: inline-block; } @@ -19256,7 +20793,6 @@ body #buddypress .bp-list.bp-list .bpgesWrapper .bp-generic-meta .generic-button } } @media (max-width: 1000px) { - .bs-groups-items.list-view .item-wrap-left { -webkit-box-align: start; -ms-flex-align: start; @@ -19266,7 +20802,6 @@ body #buddypress .bp-list.bp-list .bpgesWrapper .bp-generic-meta .generic-button .bs-groups-items.list-view .item-wrap-left { margin-bottom: 20px; } - .bs-groups-items.list-view div.action { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -19274,11 +20809,9 @@ body #buddypress .bp-list.bp-list .bpgesWrapper .bp-generic-meta .generic-button padding: 0; margin: 0; } - .bs-groups-items.list-view .item-wrap-right { -ms-flex-flow: row wrap; flex-flow: row wrap; - /* flex: 0 0 100%; */ } @@ -19316,7 +20849,6 @@ body #buddypress .bp-list.bp-list .bpgesWrapper .bp-generic-meta .generic-button } } @media (max-width: 543px) { - .item-title a { font-size: 18px; line-height: 1.4; @@ -19333,7 +20865,6 @@ body #buddypress .bp-list.bp-list .bpgesWrapper .bp-generic-meta .generic-button } } @media screen and (max-width: 782px) { - #item-actions.group-item-actions dl { display: -webkit-box; display: -ms-flexbox; @@ -19362,21 +20893,17 @@ body #buddypress .bp-list.bp-list .bpgesWrapper .bp-generic-meta .generic-button } } @media (max-width: 380px) { - .list-view .item-wrap-left { -ms-flex-flow: row wrap; flex-flow: row wrap; } .bs-item-list.list-view a.group-item-avatar { - /* width: 65px; */ } .bs-item-list.list-view .item-avatar { - /* flex: 0 0 100%; */ - /* margin-bottom: 15px; */ margin-right: 15px; } @@ -19392,7 +20919,6 @@ body #buddypress .bp-list.bp-list .bpgesWrapper .bp-generic-meta .generic-button } } @media (max-width: 544px) { - .subnav-search.groups-search { float: right; margin-top: -6px; @@ -19400,7 +20926,6 @@ body #buddypress .bp-list.bp-list .bpgesWrapper .bp-generic-meta .generic-button margin-bottom: 20px; } } - .bb-single-bp-content { background: #fff; border: 1px solid var(--bb-content-border-color); @@ -19408,17 +20933,14 @@ body #buddypress .bp-list.bp-list .bpgesWrapper .bp-generic-meta .generic-button padding: 20px; margin-bottom: 20px; } - #buddypress .bb-single-bp-content.bb-friends-wrap .bs-dir-search { margin-top: -10px; } - .bb-single-bp-content .bs-item-list-tabs { margin-top: 20px; margin-bottom: -16px; border: 0; } - .bb-single-bp-content .bs-item-list-tabs .selected a { font-weight: inherit; } @@ -19428,7 +20950,6 @@ body #buddypress .bp-list.bp-list .bpgesWrapper .bp-generic-meta .generic-button margin: 0 -20px 20px; padding: 0 20px 15px; } - #buddypress .bb-single-bp-header .bs-title { font-family: inherit; font-size: 1rem; @@ -19438,11 +20959,9 @@ body #buddypress .bp-list.bp-list .bpgesWrapper .bp-generic-meta .generic-button text-transform: uppercase; line-height: 1; } - #buddypress .bb-single-bp-header .bs-dir-search { margin: 0 0 0 auto; } - #buddypress .bb-single-bp-header .bs-link { font-size: 14px; } @@ -19451,45 +20970,36 @@ body #buddypress .bp-list.bp-list .bpgesWrapper .bp-generic-meta .generic-button .single-item.groups #buddypress #item-header #item-header-cover-image #item-actions { max-width: none; } - .single-item.groups #buddypress div#item-header div.generic-button { margin: 0; } - .single-item.groups #buddypress div#item-header #item-buttons { padding: 0; margin-bottom: 0; } - .single-item.groups #buddypress .group-title-bar { margin-top: 30px; } - .single-item.groups #buddypress div#item-header div#item-meta { margin: 10px 0 5px; padding: 0; } - .single-item.groups #buddypress div#item-header div#item-meta p { margin-bottom: 12px; color: var(--bb-body-text-color); } - .single-item.groups #buddypress .highlight, .single-item.groups #buddypress .highlight strong { display: block; font-size: 15px; background: none; } - .single-item.groups #buddypress ul.bbp-threaded-replies li.highlight { margin-bottom: 0; } - .single-item.groups #buddypress .group-members-preview .gmp-list { margin-right: 10px; } - .single-item.groups #buddypress .group-members-preview img { float: right; width: 32px; @@ -19498,17 +21008,14 @@ body #buddypress .bp-list.bp-list .bpgesWrapper .bp-generic-meta .generic-button border-radius: 50%; border: 1px solid #fff; } - .single-item.groups #buddypress .group-members-preview img:last-child { margin: 0; } - .single-item.groups #buddypress div#item-header div#item-meta .group-members-preview p { margin: 0; font-size: 13px; color: #939597; } - .single-item.groups #buddypress div#item-header div#item-meta .group-members-preview p span { color: #3c4a5a; } @@ -19516,7 +21023,6 @@ body #buddypress .bp-list.bp-list .bpgesWrapper .bp-generic-meta .generic-button .single-item.subgroups #buddypress .item-body .subnav-filters { margin-bottom: 1.5em; } - .single-item.subgroups #buddypress .item-body .groups-type-navs { display: none; } @@ -19543,7 +21049,6 @@ body #buddypress .groups-header #item-header-cover-image { padding: 6px 20px; border-radius: var(--bb-button-radius); } - #buddypress .generic-button a.group-button.join-group:hover, #buddypress .generic-button a.group-button.leave-group:hover, #buddypress .bs-group-invite .button:hover { @@ -19552,7 +21057,6 @@ body #buddypress .groups-header #item-header-cover-image { } .bb-group-members-wrap .grid-view .member-status { - /* right: auto; left: 4px; top: 4px; */ @@ -19569,7 +21073,6 @@ body #buddypress .groups-header #item-header-cover-image { border-radius: 4px; overflow: hidden; } - .bs-suggested-groups .item .bs-suggested-group-cover { height: 66px; display: block; @@ -19577,7 +21080,6 @@ body #buddypress .groups-header #item-header-cover-image { background-repeat: no-repeat; background-size: cover; } - .bs-suggested-groups .item #item-header-avatar { position: relative; width: 52px; @@ -19586,33 +21088,27 @@ body #buddypress .groups-header #item-header-cover-image { border: 2px solid #fff; border-radius: 3px; } - .bs-suggested-groups .item #item-header-avatar a { border-radius: 3px; overflow: hidden; } - .bs-suggested-groups .item .item-meta { position: relative; padding: 10px 15px 15px; } - .bs-suggested-groups .item h5 { margin-bottom: 0; } - .bs-suggested-groups .item .meta-members { font-size: 13px; color: #939597; } - .bs-suggested-groups .item a.meta-join { font-size: 15px; position: absolute; top: 2px; right: 15px; } - .bs-suggested-groups .item a.meta-join:hover { color: #0070e6; } @@ -19636,7 +21132,6 @@ body #buddypress .groups-header #item-header-cover-image { flex-wrap: wrap; margin: 0 -2px -4px; } - .bs-group-admins ul li, .bs-group-members-grid ul li, .bs-group-photos ul li { @@ -19645,7 +21140,6 @@ body #buddypress .groups-header #item-header-cover-image { width: -webkit-calc(100% * (1 / 4)); width: calc(100% * (1 / 4)); } - .bs-group-admins ul a, .bs-group-members-grid ul a, .bs-group-photos ul a { @@ -19667,7 +21161,6 @@ body #buddypress .groups-header #item-header-cover-image { background: rgba(18, 43, 70, 0.05); color: var(--bb-primary-color); } - .bs-group-admins ul img, .bs-group-members-grid ul img, .bs-group-photos ul img { @@ -19682,7 +21175,6 @@ body #buddypress .groups-header #item-header-cover-image { .bs-group-invite .widget-title { margin-bottom: 10px; } - .bs-group-invite p { margin-bottom: 12px; } @@ -19696,12 +21188,10 @@ body #buddypress .groups-header #item-header-cover-image { -ms-flex-align: center; align-items: center; } - .widget .more i { margin-left: -8px; font-size: 24px; } - .widget .more:hover { color: #0070e6; } @@ -19710,7 +21200,6 @@ body #buddypress .groups-header #item-header-cover-image { .bs-group-photos { padding-bottom: 15px; } - .bs-group-members-grid .more, .bs-group-photos .more { margin-top: 15px; @@ -19724,13 +21213,11 @@ body #buddypress .groups-header #item-header-cover-image { #buddypress .bs-group-invite .group-invite-form { margin-bottom: 10px; } - .bs-group-invite input, #buddypress .bs-group-invite input { font-size: 14px; height: 33px; } - .bs-group-invite input[type="email"], #buddypress .bs-group-invite input[type="email"] { width: -webkit-calc(100% - 72px); @@ -19738,7 +21225,6 @@ body #buddypress .groups-header #item-header-cover-image { border: 1px solid #dedfe2; border-radius: 3px 0 0 3px; } - .bs-group-invite input[type="submit"], #buddypress .bs-group-invite input[type="submit"] { min-height: 33px; @@ -19750,7 +21236,6 @@ body #buddypress .groups-header #item-header-cover-image { border-left: 0; color: #fff; } - .bs-group-invite .button:hover, #buddypress .bs-group-invite .button:hover { background: transparent; @@ -19764,7 +21249,6 @@ body #buddypress .groups-header #item-header-cover-image { border-radius: 4px 4px 0 0; background: #fff; } - .group-members-heading h6 { margin: 0; text-transform: uppercase; @@ -19783,31 +21267,25 @@ hr.group-members-border { border-radius: 0 0 4px 4px; background: #fff; } - #buddypress #member-list li { padding: 10px; border: none; } - #buddypress #member-list h5 { margin-bottom: 0; font-weight: 600; } - #buddypress #member-list h5 a { color: var(--bb-headings-color); } - #buddypress #member-list .member-options-wrap { position: relative; cursor: pointer; } - #buddypress #member-list .member-options-wrap > a { color: var(--bb-alternate-text-color); } - -#buddypress #member-list .member-options-wrap > a::after { +#buddypress #member-list .member-options-wrap > a:after { content: " "; position: absolute; width: 0; @@ -19831,7 +21309,6 @@ hr.group-members-border { opacity: 0; visibility: hidden; } - #buddypress #member-list .member-options-wrap .member-options-menu { position: absolute; right: 0; @@ -19847,7 +21324,6 @@ hr.group-members-border { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - #buddypress #member-list .member-options-wrap .member-options-menu a { display: block; padding: 2px 15px; @@ -19862,41 +21338,33 @@ hr.group-members-border { color: var(--bb-body-text-color); text-align: left; } - #buddypress #member-list .member-options-wrap .member-options-menu a:hover { color: var(--bb-primary-color); background: #f5f5f5; } - #buddypress #member-list .member-options-wrap:hover > a { color: var(--bb-headings-color); } - -#buddypress #member-list .member-options-wrap:hover > a::after { +#buddypress #member-list .member-options-wrap:hover > a:after { opacity: 1; visibility: visible; } - #buddypress #member-list .member-options-wrap:hover .member-options-menu { opacity: 1; visibility: visible; } - #buddypress #member-list .inside { border: 1px solid var(--bb-content-border-color); border-radius: 4px; overflow: hidden; } - #buddypress #member-list .inside > a { display: block; overflow: hidden; } - #buddypress #member-list .inside img { margin: 0; } - #buddypress #member-list .member-info { position: relative; -webkit-box-flex: 1; @@ -19904,7 +21372,6 @@ hr.group-members-border { flex: 1; padding: 20px; } - #buddypress #member-list .member-location { display: -webkit-box; display: -ms-flexbox; @@ -19915,12 +21382,10 @@ hr.group-members-border { font-size: 14px; color: #939597; } - #buddypress #member-list .member-location i { margin-left: -8px; font-size: 20px; } - #buddypress #member-list .activity { position: absolute; bottom: 20px; @@ -19930,25 +21395,20 @@ hr.group-members-border { .bs-item-list.square-view .bs-item-list-inner { padding: 0; } - .bs-item-list.square-view .bs-item-avatar { margin-bottom: 0; } - .bs-item-list.square-view .bs-item-avatar img.avatar { border-radius: 3px 0 0 3px; max-width: 150px; } - .bs-item-list.square-view .bb-member-deails-wrap { text-align: left; padding: 20px; } - .bs-item-list.square-view .follow-wrap { margin-bottom: 0; } - .bs-item-list.square-view a.bs-dropdown-link { color: var(--bb-headings-color); border: 0; @@ -19968,17 +21428,14 @@ hr.group-members-border { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .bb-member-deails-wrap > div { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } - .bb-member-deails-wrap > div:last-child { margin-top: auto; } - .bb-member-deails-wrap .item-meta { margin-top: -20px; } @@ -20030,12 +21487,10 @@ p.bp-group-meta.bp-group-type { .group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body { padding-bottom: 0; } - .group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-invites-container { border: 0; margin: 0 -20px; } - .group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-invites-container .bp-navs.group-subnav { background: transparent; min-height: 1px; @@ -20046,11 +21501,9 @@ p.bp-group-meta.bp-group-type { border-radius: 0; border: 0; } - .group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-invites-container .group-invites-column { padding: 0; } - .group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body li.selected { background: transparent; } @@ -20058,7 +21511,6 @@ p.bp-group-meta.bp-group-type { .pending-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-invites-container .group-invites-column { padding: 20px 20px 0; } - .pending-invites #item-body #group-invites-container .bp-invites-content .list-title { margin-bottom: 5px; } @@ -20074,22 +21526,18 @@ p.bp-group-meta.bp-group-type { background: #fff; border-bottom: 1px solid var(--bb-content-border-color); } - .group-invites .bp-dir-hori-nav:not(.bp-vertical-navs) #group-invites-container ul.subnav li { float: left; margin-right: 30px; } - .group-invites .bp-dir-hori-nav:not(.bp-vertical-navs) #item-body #group-invites-container .subnav li.selected { background: transparent; border-bottom: 1px solid var(--bb-primary-color); margin-bottom: -1px; } - .group-invites .bp-dir-hori-nav:not(.bp-vertical-navs) #item-body #group-invites-container .subnav li.selected a { font-weight: 500; } - .group-invites .bp-dir-hori-nav:not(.bp-vertical-navs) #item-body #group-invites-container .bp-navs.group-subnav a { background: transparent; margin-bottom: 0; @@ -20097,7 +21545,6 @@ p.bp-group-meta.bp-group-type { } @media (max-width: 1050px) { - .group-invites .bp-single-vert-nav nav#object-nav.vertical { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -20120,7 +21567,6 @@ p.bp-group-meta.bp-group-type { padding: 5px 15px; } } - .groups-header .parent-list .parent-title { display: none; } @@ -20130,7 +21576,6 @@ p.bp-group-meta.bp-group-type { -ms-flex-flow: column; flex-flow: column; } - .groups.group-admin #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-settings-form { padding: 30px 0 0; } @@ -20143,23 +21588,22 @@ p.bp-group-meta.bp-group-type { min-height: 1px; padding: 0; border: 0; + padding-top: 10px; } - .groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav a { background: transparent; line-height: 1.6875rem; padding: 0 0 10px; margin-bottom: -1px; } - .groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav .selected a { border-bottom: 1px solid var(--bb-primary-color); font-weight: 500; border-top: 0; } - .groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li { float: left; + padding-right: 30px; } .bp-learndash-reports-filters-form { @@ -20172,12 +21616,10 @@ p.bp-group-meta.bp-group-type { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .bp-learndash-reports-filters-form > * { margin-left: 10px; margin-bottom: 10px; } - .bp-learndash-reports-filters-form button.button { font-size: 14px; font-weight: 500; @@ -20185,7 +21627,6 @@ p.bp-group-meta.bp-group-type { min-width: 120px; padding: 6px 20px; } - .bp-learndash-reports-filters-form .bp-learndash-reports-filters select { height: 34px; } @@ -20204,21 +21645,18 @@ p.bp-group-meta.bp-group-type { box-shadow: 0 0 0 1px #e7eaec; width: 100%; } - .bp_ld_report_table_wrapper .bp_ld_report_table thead tr { background: #fff; border-bottom: 1px solid var(--bb-content-border-color); } - .bp_ld_report_table_wrapper .bp_ld_report_table thead th { border-bottom: 0; font-size: 13px; outline: none; - font-weight: 400; + font-weight: normal; text-transform: uppercase; color: var(--bb-alternate-text-color); } - .bp_ld_report_table_wrapper .bp_ld_report_table th, .bp_ld_report_table_wrapper .bp_ld_report_table td { border: 0; @@ -20234,12 +21672,10 @@ table.dataTable thead .sorting { background: url("../images/svg/sort-arrows.svg") no-repeat center right 15px; background-size: 10px; } - table.dataTable thead .sorting_asc { background: url("../images/svg/sort-up.svg") no-repeat center right 15px; background-size: 8px; } - table.dataTable thead .sorting_desc { background: url("../images/svg/sort-down.svg") no-repeat center right 15px; background-size: 8px; @@ -20258,12 +21694,11 @@ table.dataTable thead .sorting_desc { border-radius: 4px; font-size: 0; } - -.dataTables_wrapper .dataTables_processing::after { +.dataTables_wrapper .dataTables_processing:after { content: "\ef30"; -webkit-animation: spin 2s infinite linear; animation: spin 2s infinite linear; - font: 400 normal normal 20px/1 bb-icons; + font: normal normal normal 20px/1 bb-icons; speak: none; display: inline-block; text-decoration: inherit; @@ -20277,7 +21712,6 @@ table.dataTable thead .sorting_desc { font-size: 22px; line-height: 1.1; } - .ld-report-course-name a { color: inherit; } @@ -20292,7 +21726,6 @@ a.button.ld-report-export-csv.has-data { margin-bottom: 35px; border-radius: 5px; } - .ld-report-course-stats b, .ld-report-user-stats b { color: var(--bb-body-text-color); @@ -20301,7 +21734,6 @@ a.button.ld-report-export-csv.has-data { .user-steps { color: #939597; } - .user-steps b { color: var(--bb-body-text-color); } @@ -20309,19 +21741,15 @@ a.button.ld-report-export-csv.has-data { .ld-report-user-stats .user-message { margin-left: auto; } - .ld-report-user-stats a.send-message { min-width: 120px; } - .ld-report-user-stats .item-meta { font-size: 13px; } - .ld-report-user-stats .user-info { min-width: 25%; } - #buddypress .ld-report-user-stats .generic-button .send-message { font-size: 14px; font-weight: 500; @@ -20332,7 +21760,6 @@ a.button.ld-report-export-csv.has-data { .item-header-wrap .bp-group-meta { margin: 0; } - .item-header-wrap .bp-group-meta span { border-radius: 100px; display: inline-block; @@ -20344,36 +21771,30 @@ a.button.ld-report-export-csv.has-data { line-height: 1; white-space: nowrap; } - .item-header-wrap .bp-group-meta .group-type { background: var(--bb-label-background-color); color: var(--bb-label-text-color); font-size: 11px; font-weight: 700; } - .item-header-wrap .bp-group-meta .type-separator { display: none; } - .item-header-wrap .bp-group-meta-wrap .bp-group-status > span { padding: 0; font-size: 14px; } - .buddypress-wrap .item-header-wrap .bp-title { font-size: 14px; font-weight: 400; color: var(--bb-alternate-text-color); margin: 0 0 5px; } - .item-header-wrap #item-actions.group-item-actions { margin-bottom: 0; } - -.item-header-wrap span.group-visibility::before { - font: 400 normal normal 15px/1 bb-icons; +.item-header-wrap span.group-visibility:before { + font: normal normal normal 15px/1 bb-icons; speak: none; display: inline-block; margin-right: 3px; @@ -20382,20 +21803,16 @@ a.button.ld-report-export-csv.has-data { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - -.bb-template-v2 .item-header-wrap span.group-visibility::before { +.bb-template-v2 .item-header-wrap span.group-visibility:before { font-weight: 300; } - -.item-header-wrap span.group-visibility.public::before { +.item-header-wrap span.group-visibility.public:before { content: "\ef5a"; } - -.item-header-wrap span.group-visibility.private::before { +.item-header-wrap span.group-visibility.private:before { content: "\eecd"; } - -.item-header-wrap span.group-visibility.hidden::before { +.item-header-wrap span.group-visibility.hidden:before { content: "\ee6a"; -webkit-transform: scale(1.2); -ms-transform: scale(1.2); @@ -20412,20 +21829,16 @@ a.button.ld-report-export-csv.has-data { margin: 0; padding: 0; } - #buddypress #item-header .bp-group-parent-wrap .parent-list .avatar { max-width: 26px; height: auto; } - #buddypress #item-header .bp-group-parent-wrap .group-list { margin: 0 10px 0 0; } - #buddypress #item-header .bp-group-parent-wrap .group-list li { margin: 0; } - #buddypress #item-header .bp-group-parent-wrap .bp-parent-group-title-wrap { margin: 0; } @@ -20456,7 +21869,6 @@ a.button.ld-report-export-csv.has-data { margin-left: auto; margin-bottom: 0; } - #admins-list .action .button { min-height: 30px; font-size: 12px; @@ -20474,22 +21886,18 @@ a.button.ld-report-export-csv.has-data { ul#group-admins li { margin: 0 -10px 0 0; } - ul#group-admins li a { display: inline-block; } - ul#group-admins li .avatar { border: 2px solid #fff; } @media (max-width: 800px) { - ul#group-admins { margin-left: -10px; } } - .groups-header .moderators-lists { margin: 0; } @@ -20506,122 +21914,98 @@ ul#group-admins li .avatar { box-shadow: none; text-transform: capitalize; } - .groups-header #item-header-content .generic-button .group-button:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - -.groups-header #item-header-content .generic-button .group-button::before { +.groups-header #item-header-content .generic-button .group-button:before { display: inline-block; font-family: bb-icons; font-size: 18px; margin-right: 5px; } - .groups-header #item-header-content .generic-button .group-button.join-group, .groups-header #item-header-content .generic-button .group-button.request-membership { background-color: var(--bb-primary-button-background-regular); color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); } - .groups-header #item-header-content .generic-button .group-button.join-group:focus, .groups-header #item-header-content .generic-button .group-button.request-membership:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - -.groups-header #item-header-content .generic-button .group-button.join-group::before, .groups-header #item-header-content .generic-button .group-button.request-membership::before { +.groups-header #item-header-content .generic-button .group-button.join-group:before, .groups-header #item-header-content .generic-button .group-button.request-membership:before { content: "\eef9"; font-weight: 400; } - .groups-header #item-header-content .generic-button .group-button.join-group:hover, .groups-header #item-header-content .generic-button .group-button.join-group:focus, .groups-header #item-header-content .generic-button .group-button.request-membership:hover, .groups-header #item-header-content .generic-button .group-button.request-membership:focus { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - -.groups-header #item-header-content .generic-button .group-button.request-membership::before { +.groups-header #item-header-content .generic-button .group-button.request-membership:before { content: "\eecd"; } - -.bb-template-v2 .groups-header #item-header-content .generic-button .group-button.request-membership::before { +.bb-template-v2 .groups-header #item-header-content .generic-button .group-button.request-membership:before { font-weight: 300; } - -.groups-header #item-header-content .generic-button .group-button.leave-group::before { +.groups-header #item-header-content .generic-button .group-button.leave-group:before { content: "\e876"; font-weight: 400; } - -.groups-header #item-header-content .generic-button .group-button.leave-group:hover::before { +.groups-header #item-header-content .generic-button .group-button.leave-group:hover:before { content: "\ef23"; } - .groups-header #item-header-content .generic-button .group-button.membership-requested { opacity: 0.5; pointer-events: none; } - -.groups-header #item-header-content .generic-button .group-button.membership-requested::before { +.groups-header #item-header-content .generic-button .group-button.membership-requested:before { content: "\e876"; font-weight: 400; } - .groups-header #item-header-content .generic-button .group-button:hover, .groups-header #item-header-content .generic-button .group-button:focus, .groups-header #item-header-content .generic-button .group-button: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); } - .groups-header #item-header-content .group-actions-absolute .bb_more_options .bb_more_options_action:hover { background-color: var(--bb-content-alternate-background-color); border-color: var(--bb-content-border-color); } - .groups-header #item-header-content .group-actions-absolute .bb_more_options .bb_more_options_action:hover i { color: var(--bb-headings-color); } - .groups-header #item-header-content .group-actions-absolute .groups-meta .group-subscription { background-color: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); } - .groups-header #item-header-content .group-actions-absolute .groups-meta .group-subscription:focus, .groups-header #item-header-content .group-actions-absolute .groups-meta .group-subscription:hover { color: var(--bb-primary-button-text-regular); background-color: var(--bb-primary-button-background-regular); border-color: transparent; } - .groups-header #item-header-content .group-actions-absolute .bb_more_options { position: relative !important; top: 0; right: 0; } - .groups-header #item-header-content .group-actions-absolute .bb_more_options .bb_more_options_action { border-radius: var(--bb-button-radius); border: 1px solid var(--bb-content-border-color); padding: 0 8px; } - .groups-header #item-header-content .group-actions-absolute .bb_more_options .bb_more_options_action i { color: var(--bb-headings-color); line-height: 36px; } - .groups-header #item-header-content .group-actions-absolute .bb_more_options .bb_more_options_list .button { margin-left: 0; } - .groups-header #cover-image-container.centered #item-header-content .group-actions-absolute { position: static; margin-top: 0; } - .groups-header #cover-image-container.centered #item-header-cover-image .bb-bp-group-title { margin-right: 0; } - .groups-header #item-header-cover-image { -webkit-box-align: start; -ms-flex-align: start; @@ -20635,6 +22019,10 @@ ul#group-admins li .avatar { min-width: 145px; } +#buddypress .groups-header.single-headers .bb_more_options.action .bb_more_options_list .button { + margin-left: 0; +} + #buddypress .groups-header.single-headers .action .button.reported-content { opacity: 0.9; } @@ -20656,7 +22044,7 @@ ul#group-admins li .avatar { white-space: nowrap; } -.groups-meta.action::after { +.groups-meta.action:after { content: ""; display: table; clear: both; @@ -20684,7 +22072,6 @@ ul#group-admins li .avatar { background: var(--bb-content-background-color); border-radius: var(--bb-block-radius); } - .groups.group-admin #buddypress #item-body #group-settings-form label { display: block; font-size: 15px; @@ -20695,78 +22082,63 @@ ul#group-admins li .avatar { margin-bottom: 12px; margin-top: 0; } - .groups.group-admin #buddypress #item-body #group-settings-form h4.bb-section-title { font-size: 24px; font-weight: 600; letter-spacing: -0.24px; } - .groups.group-admin #buddypress #item-body #group-settings-form p.bb-section-info { color: var(--bb-body-text-color); margin: 0 0 1rem; } - .groups.group-admin #buddypress #item-body #group-settings-form .bb-sep-line { background: #eef0f3; height: 1px; } - .groups.group-admin #buddypress #item-body #group-settings-form .bp-group-option-enable { background: var(--bb-content-alternate-background-color); border-radius: var(--bb-block-radius-inner); padding: 15px; } - .groups.group-admin #buddypress #item-body #group-settings-form .bp-group-option-enable label { margin: 0; font-size: 14px; } - -.groups.group-admin #buddypress #item-body #group-settings-form #delete-group-understand + label::before { +.groups.group-admin #buddypress #item-body #group-settings-form #delete-group-understand + label:before { margin-right: 12px; } - .groups.group-admin #buddypress #item-body #group-settings-form input[type="text"], .groups.group-admin #buddypress #item-body #group-settings-form textarea { margin-bottom: 30px; } - .groups.group-admin #buddypress #item-body #group-settings-form textarea { height: auto; min-height: 100px; line-height: 1.35; padding: 10px 12px; } - .groups.group-admin #buddypress #item-body #group-settings-form .bp-controls-wrap { margin: 0 0 30px; } - .groups.group-admin #buddypress #item-body #group-settings-form .group-settings-selections fieldset label { font-weight: 600; } - .groups.group-admin #buddypress #item-body #group-settings-form .group-parent #bp-groups-parent { margin-bottom: 1em; } - .groups.group-admin #buddypress #item-body #group-settings-form .bp-template-notice.bp-feedback-v2 { border: 1px solid rgba(0, 0, 0, 0.05); border-radius: 4px; padding-left: 10px; } - .groups.group-admin #buddypress #item-body #group-settings-form .bp-template-notice.bp-feedback-v2 p a { text-decoration: underline; } - .groups.group-admin #buddypress #item-body .group-settings-selections fieldset { border: 0; padding: 0; margin: 0 0 20px; } - .groups.group-admin #buddypress #item-body .group-settings-selections legend { color: var(--bb-headings-color); font-size: 18px; @@ -20776,17 +22148,14 @@ ul#group-admins li .avatar { width: 100%; margin-bottom: 25px; } - .groups.group-admin #buddypress #item-body .group-settings-selections ul { font-size: 13px; margin: 0 0 30px 53px; line-height: 1.6; } - .groups.group-admin #buddypress #item-body label.bp-label-text.warn { margin-top: 40px; } - .groups.group-admin #buddypress #drag-drop-area { background: rgba(240, 243, 247, 0.5); border: 1px dashed #dedfe2; @@ -20804,51 +22173,55 @@ ul#group-admins li .avatar { letter-spacing: -0.24px; line-height: 26px; } - .groups.group-admin #buddypress .password-toggle .bb-hide-pw .bb-icon { color: var(--bb-body-text-color); } - .groups.group-admin #buddypress .bb-group-zoom-settings-container .bb-field-wrap .copy-toggle .bb-copy-button [class*="bb-icon"] { color: var(--bb-body-text-color); } - .groups.group-admin #buddypress .bb-group-zoom-settings-container .bb-field-wrap .bp-input-wrap .bb-guide-icon [class*="bb-icon"] { color: var(--bb-headings-color); } - .groups.group-admin #buddypress .bb-group-zoom-settings-container .bb-section-title-wrap .bb-wizard-button { color: var(--bb-headings-color); background-color: var(--bb-content-background-color); border-color: var(--bb-content-border-color); } - .groups.group-admin #buddypress .bb-zoom-setting-tab .bb-zoom-setting-tabs ul li a { color: var(--bb-body-text-color); } - .groups.group-admin #buddypress .bb-zoom-setting-tab .bb-zoom-setting-tabs ul li a.active-tab { color: var(--bb-headings-color); border-color: var(--bb-primary-color); } - .groups.group-admin #buddypress #item-body #group-settings-form .bb-zoom-setting-content .bb-field-wrap .group-setting-label { font-size: 16px !important; font-weight: 500; color: var(--bb-headings-color); } +#buddypress .bb-group-zoom-settings-container .password-toggle .bb-hide-pw { + border: 0; + box-shadow: none; + padding: 0; + height: auto; + min-height: 30px; + line-height: 30px; + margin-top: 5px; +} +#buddypress .bb-group-zoom-settings-container .password-toggle .bb-hide-pw:focus { + box-shadow: none; +} + .groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2 { border: 1px solid rgba(0, 0, 0, 0.05); border-radius: var(--bb-block-radius-inner); padding-left: 0; margin-bottom: 25px; } - .groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2 p { padding-left: 10px; } - .groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2 .bp-icon { background-color: transparent; color: inherit; @@ -20858,37 +22231,30 @@ ul#group-admins li .avatar { padding: 0 0 0 15px; margin: 0; } - -.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.error .bp-icon::before { +.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.error .bp-icon:before { content: "\ee65"; font-weight: 200; } - -.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.warning .bp-icon::before { +.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.warning .bp-icon:before { content: "\ee66"; font-weight: 300; } - -.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.success .bp-icon::before { +.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.success .bp-icon:before { content: "\e876"; font-weight: 200; } - -.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.info .bp-icon::before { +.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.info .bp-icon:before { content: "\eebc"; font-weight: 200; } - -.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.loading .bp-icon::before { +.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.loading .bp-icon:before { content: "\e884"; } - -.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.help .bp-icon::before { +.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.help .bp-icon:before { content: "\eec6"; font-weight: 200; } - -.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.updated .bp-icon::before { +.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.updated .bp-icon:before { content: "\e876"; font-weight: 200; } @@ -20914,7 +22280,6 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting padding: 30px 0; } @media screen and (max-width: 1041px) { - .groups.group-admin .bp-navs.group-subnav { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -20922,12 +22287,10 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting min-height: auto; padding: 0; } - .groups.group-admin .bp-navs.group-subnav li { float: left; } } - .groups.group-admin .bp-navs.group-subnav a { border: 0; font-size: 14px; @@ -20938,11 +22301,9 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting line-height: 1; margin-bottom: 1px; } - .groups.group-admin .bp-navs.group-subnav a:hover { color: var(--bb-primary-color); } - .groups.group-admin .bp-navs.group-subnav .current a, .groups.group-admin .bp-navs.group-subnav .selected a { background: var(--bb-content-background-color); @@ -20951,14 +22312,12 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting text-decoration: none; } @media screen and (min-width: 1041px) { - .groups.group-admin .bp-navs.group-subnav .current a, .groups.group-admin .bp-navs.group-subnav .selected a { border-top: 1px solid var(--bb-content-border-color); border-bottom: 1px solid var(--bb-content-border-color); } } - .groups.group-admin .bp-navs.group-subnav .selected { position: relative; } @@ -20973,16 +22332,10 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting padding: 0 20px; border-bottom: 1px solid #e7e9ec; } - -.groups .bp-single-vert-nav .subnav li:not(:last-child) { - padding-right: 30px; -} - .groups .bp-single-vert-nav .subnav .current a { border-color: var(--bb-primary-color); font-weight: 500; } - .groups .bp-single-vert-nav .subnav a { background: transparent; border-bottom: 1px solid transparent; @@ -21008,37 +22361,34 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting .bb-template-v2.groups #buddypress .bp-zoom-meeting-container .bp-navs { padding: 0; } - .bb-template-v2.groups #buddypress .bp-zoom-webinar-container .bp-navs a, .bb-template-v2.groups #buddypress .bp-zoom-meeting-container .bp-navs a { padding: 10px; } +.bb-template-v2 .buddypress-wrap.bp-single-vert-nav #item-body { + padding-top: 0; +} + .groups .bb-single-course-sidebar { margin: 0 !important; } - .groups .bb-single-course-sidebar .widget { box-shadow: none; border: 1px solid var(--bb-content-border-color); } - .groups .bb-learndash-content-wrap { padding-top: 0; } - .groups .bb-grid .bb-learndash-content-wrap { padding-right: 10px; } - .groups h3.bbp-topic-title { display: none; } - .groups .bs-single-forum-list .bs-header-item .bs-forums-meta { display: none; } - .groups #bbpress-forums { display: -webkit-box; display: -ms-flexbox; @@ -21046,31 +22396,25 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting -ms-flex-flow: column; flex-flow: column; } - .groups #bbpress-forums .bp-group-single-forums { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; } - .groups .learndash-wrapper .ld-progress .ld-progress-stats, .groups .bb-learndash-content-wrap .ld-progress-stats { color: inherit; } - .groups .bb-learndash-content-wrap .entry-title { font-weight: 500; margin-top: 10px; } - .groups .bb-learndash-content-wrap .bb-course-excerpt { margin-bottom: 30px; } - .groups .bb-learndash-content-wrap .bb-about-instructor h5 { margin: 0 0 5px; } - .groups .learndash-wrapper .ld-course-status .ld-status { font-weight: 500; } @@ -21082,7 +22426,6 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting -ms-flex-flow: column; flex-flow: column; } - #bbpress-forums.single-with-sub-forum .bp-group-single-forums { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; @@ -21099,7 +22442,6 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting border-radius: var(--bb-block-radius); background-color: var(--bb-content-background-color); } - #group-messages-container .select2-container--default .select2-selection--multiple { background-color: var(--bb-content-background-color); } @@ -21108,7 +22450,6 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting margin: 0; padding: 0; } - #group-settings-form #request-list li { -ms-flex-flow: row wrap; flex-flow: row wrap; @@ -21118,59 +22459,48 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting margin: 0 0 -1px; padding: 15px 20px; } - #group-settings-form #request-list li:first-child { border-top-left-radius: var(--bb-block-radius); border-top-right-radius: var(--bb-block-radius); } - #group-settings-form #request-list li:last-child { border-bottom-right-radius: var(--bb-block-radius); border-bottom-left-radius: var(--bb-block-radius); border-bottom: 1px solid var(--bb-content-border-color); } - #group-settings-form #request-list li .item-meta { margin-right: 20px; } - #group-settings-form #request-list li .item-meta span.comments { display: block; font-size: 14px; font-weight: 400; margin-bottom: 6px; } - #group-settings-form #request-list li .item-meta span.activity { display: block; font-size: 13px; font-weight: 400; } - #group-settings-form #request-list .action { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } - #group-settings-form #request-list .item-title { text-align: left; } - #group-settings-form #request-list img.avatar { max-width: 50px; } - #group-settings-form #request-list .item { -ms-flex-flow: column; flex-flow: column; } - #group-settings-form #request-list .item-title h3 { margin: 0 0 5px; } @media screen and (max-width: 980px) { - #group-settings-form #request-list li .action { margin-top: 15px; } @@ -21193,16 +22523,13 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting transform: translateX(-50%); max-width: 460px; } - .group-forum-confirmation .ui-dialog-content { font-size: 15px; line-height: 1.5; } - .group-forum-confirmation .ui-dialog-buttonpane { border-color: var(--bb-content-border-color); } - .group-forum-confirmation .ui-button { background-color: var(--bb-primary-button-background-regular); color: var(--bb-primary-button-text-regular); @@ -21234,11 +22561,9 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting } @media (min-width: 1181px) { - .logged-in .item-header-wrap .bp-group-title-wrap { max-width: 50%; } - .logged-in .item-header-wrap .groups-meta.action { position: absolute; top: 20px; @@ -21253,11 +22578,9 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting -ms-flex-pack: end; justify-content: flex-end; } - .logged-in .item-header-wrap .groups-meta.action > .generic-button { margin-bottom: 10px; } - .logged-in .item-header-wrap .bb_more_options { position: absolute; top: 33px; @@ -21270,27 +22593,22 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting top: 20px; width: auto; } - .groups-header .bb-disable-cover-img #item-header-content .group-actions-absolute { top: 20px; } } @media (max-width: 1400px) { - .has-sidebar.buddypanel-open .groups-header #item-header-content .group-actions-absolute { position: relative; top: 0; margin-top: 15px; } - .has-sidebar.buddypanel-open .groups-header #cover-image-container.left #item-header-content .group-actions-absolute { margin: 0 0 15px; } - .has-sidebar.buddypanel-open .groups-header #cover-image-container.left #item-header-content .group-actions-absolute .groups-meta:first-child { margin-left: 0; } - .has-sidebar.buddypanel-open.logged-in .item-header-wrap .bp-group-title-wrap, .has-sidebar.buddypanel-open.logged-in .item-header-wrap .group-description { max-width: 100%; @@ -21299,21 +22617,17 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting .groups-header #cover-image-container.left #item-header-content .group-actions-absolute { margin: 0 0 15px; } - .groups-header #cover-image-container.left #item-header-content .group-actions-absolute .groups-meta:first-child { margin-left: 0; } } @media (max-width: 1180px) { - .groups-header #item-header-content .group-actions-absolute { margin-top: 15px; } - .groups-header #item-header-content .group-actions-absolute .bp-group-meta span { padding-left: 0; } - .groups-header #item-header-content .group-actions-absolute .groups-meta { margin-top: 0; } @@ -21327,7 +22641,6 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting } } @media (max-width: 1080px) { - .groups-header #item-header-content .group-actions-absolute { margin-top: 15px; } @@ -21346,7 +22659,6 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting } .single-item.groups.has-sidebar .content-area { - /* margin-bottom: 30px; */ } @@ -21363,13 +22675,11 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting } } @media (max-width: 960px) { - .dataTables_wrapper { overflow: auto; } } @media (min-width: 992px) and (max-width: 1200px) { - #buddypress #member-list .inside img { width: 90px; } @@ -21379,7 +22689,6 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting } } @media (max-width: 799px) { - .bb-single-bp-content .flex.bs-item-list-tabs { -ms-flex-flow: row wrap; flex-flow: row wrap; @@ -21409,13 +22718,11 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting } } @media (min-width: 749px) { - .groups.messages .bp-single-vert-nav .groups-header.single-headers { margin-bottom: 20px; } } @media (max-width: 748px) { - .group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-invites-container .bp-navs.group-subnav { padding-top: 15px; } @@ -21438,7 +22745,6 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting } } @media (max-width: 520px) { - .bs-item-list.square-view .bs-item-avatar img.avatar { max-width: 100px; } @@ -21463,17 +22769,14 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting .tab-container-inner .list-view .avatar:not(.profile-avatar) { max-width: 36px; } - .tab-container-inner .bb-group-settings .item-title a { font-size: 16px; } - .tab-container-inner .action .button { width: 100%; } } @media (max-width: 380px) { - #buddypress .bb-single-bp-content.bb-friends-wrap .bs-dir-search { margin-top: 0; -webkit-box-flex: 0; @@ -21490,7 +22793,6 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting .single-item.groups #buddypress div#item-header div.generic-button { margin: 0 0 10px; } - .single-item.groups #buddypress div#item-header div.generic-button button { margin: 0; } @@ -21502,12 +22804,10 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting -ms-flex-align: start; align-items: flex-start; } - #buddypress #item-header.groups-header #cover-image-container.left #item-header-cover-image .bp-group-title-wrap .bp-group-type { margin: 0 0 15px; } } - .messages-wrapper { background: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); @@ -21515,39 +22815,32 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting min-height: -webkit-calc(80vh - 110px); min-height: calc(80vh - 110px); } - .messages-wrapper #compose-personal-li a { color: var(--bb-primary-color); } - .messages-wrapper #compose-action-personal-li .bb_more_options_action { position: relative; background-color: transparent; margin-top: -2px; } - .messages-wrapper #compose-action-personal-li .bb_more_options_action > i { color: var(--bb-headings-color); font-size: 20px; position: relative; } - .messages-wrapper #compose-action-personal-li.optionsOpen .bb_more_options_action > i, .messages-wrapper #compose-action-personal-li .bb_more_options_action:hover > i { color: var(--bb-primary-color); } - .bb-template-v2 .messages-wrapper #compose-action-personal-li { margin-bottom: 5px; } - .bb-template-v2 .messages-wrapper #compose-action-personal-li.optionsOpen .bb_more_options_action > i, .bb-template-v2 .messages-wrapper #compose-action-personal-li .bb_more_options_action:hover > i { color: var(--bb-headings-color); } - -.bb-template-v2 .messages-wrapper #compose-action-personal-li.optionsOpen .bb_more_options_action::before, -.bb-template-v2 .messages-wrapper #compose-action-personal-li .bb_more_options_action:hover::before { +.bb-template-v2 .messages-wrapper #compose-action-personal-li.optionsOpen .bb_more_options_action:before, +.bb-template-v2 .messages-wrapper #compose-action-personal-li .bb_more_options_action:hover:before { content: ""; height: 34px; width: 34px; @@ -21557,15 +22850,12 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting border-radius: 6.8px; left: -3px; } - .bb-template-v2 .buddypress-wrap .messages-wrapper #compose-action-personal-li .message-action-options .message_action__list li { margin-bottom: 0; } - .messages-wrapper .message-action-options .bb_more_options_list li { width: 100%; } - .messages-wrapper #subnav .subnav { display: -webkit-box; display: -ms-flexbox; @@ -21576,30 +22866,24 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting width: 100%; min-height: 65px; } - .messages-wrapper #subnav .subnav #back-to-thread-li { color: var(--bb-headings-color); } - .messages-wrapper #subnav .subnav #back-to-thread { color: inherit; } - .messages-wrapper #subnav .subnav #back-to-thread:hover > [class*="bb-icon"] { color: var(--bb-primary-color); } - .bb-template-v2 .messages-wrapper #subnav .subnav #back-to-thread:hover > [class*="bb-icon"] { color: var(--bb-headings-color); position: relative; } - -.bb-template-v2 .messages-wrapper #subnav .subnav #back-to-thread:hover > [class*="bb-icon"]::before { +.bb-template-v2 .messages-wrapper #subnav .subnav #back-to-thread:hover > [class*="bb-icon"]:before { position: relative; z-index: 1; } - -.bb-template-v2 .messages-wrapper #subnav .subnav #back-to-thread:hover > [class*="bb-icon"]::after { +.bb-template-v2 .messages-wrapper #subnav .subnav #back-to-thread:hover > [class*="bb-icon"]:after { content: ""; height: 34px; width: 34px; @@ -21609,17 +22893,14 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting left: -5px; top: -5px; } - .messages-wrapper #subnav li { margin: 0; padding: 0; } - .messages-wrapper #subnav #compose-personal-li { margin-right: 0; padding-right: 0; } - .messages-wrapper #subnav a { border: 0; font-weight: 400; @@ -21633,11 +22914,9 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .messages-wrapper .bp-no-messages #subnav .subnav { min-height: 76px; } - .messages-wrapper #inbox-personal-li a { color: var(--bb-headings-color); font-size: 24px; @@ -21646,11 +22925,9 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting line-height: 1.3; padding: 0; } - .messages-wrapper #inbox-personal-li a:hover { color: var(--bb-primary-color); } - .messages-wrapper #compose-personal-li a { color: var(--bb-headings-color); font-size: 0; @@ -21660,24 +22937,20 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting position: relative; background: none; } - -.messages-wrapper #compose-personal-li a::after { +.messages-wrapper #compose-personal-li a:after { font-size: 22px; font-weight: 300; line-height: 20px; } - .messages-wrapper #compose-personal-li a:hover { color: var(--bb-primary-color); background: none; } - -.bb-template-v2 .messages-wrapper #compose-personal-li a:hover::after { +.bb-template-v2 .messages-wrapper #compose-personal-li a:hover:after { color: var(--bb-headings-color); position: relative; } - -.bb-template-v2 .messages-wrapper #compose-personal-li a:hover::before { +.bb-template-v2 .messages-wrapper #compose-personal-li a:hover:before { content: ""; height: 34px; width: 34px; @@ -21687,7 +22960,6 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting border-radius: 6.8px; left: -6.5px; } - .messages-wrapper #user_messages_search { height: 36px; background-size: 14px; @@ -21695,11 +22967,9 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting padding-right: 35px; border-radius: var(--bb-block-radius-inner); } - .messages-wrapper #user_messages_search_reset { color: var(--bb-body-text-color); } - .messages-wrapper .member-status { right: 1px; top: inherit; @@ -21709,8 +22979,7 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting .bb-group-message-info { color: var(--bb-alternate-text-color); } - -.bb-template-v2 .bb-group-message-info::before { +.bb-template-v2 .bb-group-message-info:before { font-weight: 300; } @@ -21718,17 +22987,14 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting .bp-messages-nav-panel .messages-search { width: 100%; } - .bp-messages-nav-panel #subnav { padding: 0 20px; margin: 0; border: 0; } - .buddypress-wrap .bp-messages-nav-panel .bp-messages-search-form { border-radius: var(--bb-block-radius-inner); } - .bp-messages-nav-panel .messages-search-loader > i { color: var(--bb-alternate-text-color); } @@ -21737,12 +23003,11 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting padding: 0 20px 15px; margin-bottom: 0; border-bottom: 1px solid var(--bb-content-border-color); + float: none; } - .bb-template-v2 .buddypress-wrap .bb-profile-grid .bp-messages-nav-panel .subnav-filters { border-bottom: 0; } - .bb-template-v2 .buddypress-wrap .bb-profile-grid .bp-messages-nav-panel.threads-scrolled .subnav-filters { box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1); position: relative; @@ -21758,7 +23023,6 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting margin-right: 0; margin-left: 10px; } - #buddypress div.message-search input[type="text"] { height: 34px; font-size: 13px; @@ -21779,60 +23043,48 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting -ms-flex-wrap: wrap; flex-wrap: wrap; } - .messages-screen .bp-messages-container .bp-feedback.error { color: var(--bb-danger-color); background-color: rgba(var(--bb-danger-color-rgb), 0.1); } - -.messages-screen .bp-messages-container .bp-feedback.error .bp-icon::before { +.messages-screen .bp-messages-container .bp-feedback.error .bp-icon:before { content: "\ee65"; font-weight: 200; } - .messages-screen .bp-messages-container .bp-feedback.warning { color: var(--bb-warning-color); background-color: rgba(var(--bb-warning-color-rgb), 0.1); } - -.messages-screen .bp-messages-container .bp-feedback.warning .bp-icon::before { +.messages-screen .bp-messages-container .bp-feedback.warning .bp-icon:before { content: "\ee66"; } - .messages-screen .bp-messages-container .bp-feedback.success { color: var(--bb-success-color); background-color: rgba(var(--bb-success-color-rgb), 0.1); } - -.messages-screen .bp-messages-container .bp-feedback.success .bp-icon::before { +.messages-screen .bp-messages-container .bp-feedback.success .bp-icon:before { content: "\e876"; font-weight: 200; } - .messages-screen .bp-messages-container .bp-feedback.info { color: var(--bb-default-notice-color); background-color: rgba(var(--bb-default-notice-color-rgb), 0.1); } - -.messages-screen .bp-messages-container .bp-feedback.info .bp-icon::before { +.messages-screen .bp-messages-container .bp-feedback.info .bp-icon:before { content: "\eebc"; font-weight: 200; } - -.messages-screen .bp-messages-container .bp-feedback.loading .bp-icon::before { +.messages-screen .bp-messages-container .bp-feedback.loading .bp-icon:before { content: "\e884"; } - -.messages-screen .bp-messages-container .bp-feedback.help .bp-icon::before { +.messages-screen .bp-messages-container .bp-feedback.help .bp-icon:before { content: "\eec6"; font-weight: 200; } - -.messages-screen .bp-messages-container .bp-feedback.updated .bp-icon::before { +.messages-screen .bp-messages-container .bp-feedback.updated .bp-icon:before { content: "\e876"; font-weight: 200; } - .messages-screen .bp-messages-container .bp-feedback .bp-icon { background-color: transparent; color: inherit; @@ -21842,20 +23094,16 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting padding: 0 0 0 15px; margin: 0; } - -.messages-screen .bp-messages-container .bp-feedback .bp-icon::before { +.messages-screen .bp-messages-container .bp-feedback .bp-icon:before { font-weight: 300; } - .messages-screen .bp-messages-container .bp-feedback p { font-size: 13px; padding: 10px 15px 10px 10px; } - .messages-screen .bp-messages-container .bp-feedback p + .bb-allowed-file-types { margin-top: -10px; } - .messages-screen .bp-messages-container .bp-feedback .bb-allowed-file-types { font-size: 13px; -webkit-box-flex: 100%; @@ -21863,7 +23111,6 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting flex: 100%; margin: 0 10px 0 40px; } - .bb-template-v2 .messages-screen .bp-messages-container .bp-feedback { border-color: transparent; } @@ -21873,7 +23120,6 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting } @-webkit-keyframes autofill { - to { background-color: transparent; background-image: url("../images/svg/search.svg"); @@ -21881,13 +23127,11 @@ body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting } @keyframes autofill { - to { background-color: transparent; background-image: url("../images/svg/search.svg"); } } - #buddypress div.message-search input#messages_search:-webkit-autofill { -webkit-animation-name: autofill; animation-name: autofill; @@ -21914,7 +23158,6 @@ div#buddypress #message-thread .confirm { top: 20px; right: 20px; } - div#buddypress #message-thread div.alt { background: rgba(247, 250, 254, 0.5); } @@ -21923,14 +23166,12 @@ div#buddypress #message-thread div.alt { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .message-metadata img { float: none; max-width: 40px; border-radius: 50%; margin-right: 15px; } - .message-metadata .meta-user-info a { display: block; font-weight: 500; @@ -21939,11 +23180,9 @@ div#buddypress #message-thread div.alt { color: var(--bb-headings-color); margin-bottom: 2px; } - .message-metadata .meta-user-info a:hover { color: var(--bb-primary-color); } - .message-metadata .meta-user-info span { display: block; font-size: 12px; @@ -21969,18 +23208,15 @@ div#buddypress #message-thread div.alt { letter-spacing: -0.24px; margin: 0; } - #buddypress #message-thread #message-recipients .highlight { font-size: 14px; font-weight: 300; color: #939597; background-color: transparent; } - #buddypress #message-thread #message-recipients .highlight a { color: var(--bb-headings-color); } - #buddypress #message-thread #message-recipients .highlight a:hover { color: var(--bb-primary-color); } @@ -21992,7 +23228,6 @@ div#buddypress #message-thread div.alt { line-height: 1.5; letter-spacing: -0.24px; } - #message-thread h1, #message-thread .h1, #message-thread h2, @@ -22040,7 +23275,6 @@ a.bb-cover-link { .thread-to a { color: var(--bb-headings-color); } - .thread-to a:hover { color: var(--bb-primary-color); } @@ -22057,32 +23291,26 @@ a.bb-cover-link { .reply-box { padding: 30px; } - .reply-box .reply-box-header { margin-bottom: 16px; } - .reply-box .avatar { width: 40px; margin-right: 10px; } - .reply-box .reply-user-info p { margin-bottom: 0; line-height: 20px; } - .reply-box .reply-user-info p:first-child { font-size: 14px; font-weight: 500; color: var(--bb-body-text-color); } - .reply-box .reply-user-info p:last-child { font-size: 12px; color: var(--bb-alternate-text-color); } - .reply-box textarea { display: block; width: 100%; @@ -22101,7 +23329,6 @@ a.bb-cover-link { border-radius: var(--bb-button-radius); line-height: 1.4; } - #buddypress .reply-box input[type="submit"].small:hover { outline: none; text-decoration: none; @@ -22124,19 +23351,16 @@ a.bb-cover-link { -ms-flex-flow: column; flex-flow: column; } - #send_message_form .bp-messages-form-header { border-bottom: 1px solid var(--bb-content-border-color); margin: 0 -20px 20px; padding: 0 20px 18px; } - .compose #send_message_form .bp-messages-form-header { border: 0; padding: 0; margin: 0; } - .compose #send_message_form .bp-messages-form-header .bp-close-compose-form { display: -webkit-box; display: -ms-flexbox; @@ -22151,46 +23375,37 @@ a.bb-cover-link { justify-content: center; margin-top: 3px; } - .compose #send_message_form .bp-messages-form-header .bp-close-compose-form [class*="bb-icon"] { color: var(--bb-headings-color); } - .compose #send_message_form .bp-messages-form-header .bp-close-compose-form [class*="bb-icon"]:hover { color: var(--bb-primary-color); } @media screen and (min-width: 1080px) { - .compose .bp-messages-container.bp-no-messages #send_message_form .bp-messages-form-header .bp-close-compose-form { display: none; } } - #send_message_form label[for="send-to-input"] { margin: 0; } - #send_message_form .select2-selection--multiple { border-color: transparent; padding: 0; background-color: transparent; } - #send_message_form .select2-selection__rendered { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } - #send_message_form .select2-selection__rendered li { margin: 0; } - #send_message_form li.select2-selection__choice { margin-right: 10px; margin-bottom: 5px; } - #buddypress #send_message_form .select2-search__field { background: transparent; border-width: 0; @@ -22201,11 +23416,9 @@ a.bb-cover-link { height: auto; box-shadow: none; } - #send_message_form .dropzone .dz-default { margin: 0 0 0 5px; } - #send_message_form .select2-container--default .select2-selection--multiple .select2-selection__choice { background-color: var(--bb-label-background-color) !important; border: 0; @@ -22224,7 +23437,6 @@ a.bb-cover-link { padding: 2px 6px 2px 10px; margin-right: 5px; } - #send_message_form .select2-selection__choice__remove { color: var(--bb-label-text-color); font-size: 0; @@ -22232,30 +23444,25 @@ a.bb-cover-link { margin: 0 0 0 2px; opacity: 0.5; } - -#send_message_form .select2-selection__choice__remove::before { +#send_message_form .select2-selection__choice__remove:before { font-size: 18px; font-weight: 400; line-height: initial; background-color: transparent; color: var(--bb-label-text-color); } - #send_message_form .select2-selection__choice__remove:hover { opacity: 1; } - #send_message_form .bp-messages-feedback { top: 90px; position: absolute; left: 20px; right: 20px; } - #send_message_form .bp-messages-feedback .bp-feedback { margin: 0 0 20px; } - #send_message_form #bp-message-content { margin: auto 0 0; } @@ -22266,7 +23473,6 @@ a.bb-cover-link { left: 20px; right: 20px; } - .messages-screen .bp-messages-container .compose-feedback .bp-feedback { margin: 0 0 20px; } @@ -22283,18 +23489,15 @@ a.bb-cover-link { -webkit-transition: box-shadow ease 0.1s; transition: box-shadow ease 0.1s; } - .bp-messages-content #bp-message-content #whats-new-messages-attachments { margin-top: 0; padding: 0 9px; } - .bb-template-v2 .bp-messages-content #bp-message-content:focus-within { box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.12); -webkit-transition: box-shadow ease 0.1s; transition: box-shadow ease 0.1s; } - .bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-actions button.medium-editor-button-first { padding-left: 2px !important; } @@ -22303,7 +23506,6 @@ a.bb-cover-link { background-color: var(--bb-content-alternate-background-color); border-radius: 6px; } - .bb-template-v2.compose #send_message_form .bp-messages-form-header .bp-close-compose-form:hover [class*="bb-icon"] { color: var(--bb-headings-color); } @@ -22311,7 +23513,6 @@ a.bb-cover-link { .bp-messages-recipient { border-bottom: 1px solid var(--bb-content-border-color); } - .bp-messages-recipient > span:first-child { color: var(--bb-headings-color); } @@ -22323,12 +23524,10 @@ body .select2-container .select2-dropdown.bb-compose-input { margin: 40px 0 0 -30px; max-width: 230px; } - body .select2-container .select2-dropdown.bb-compose-input .avatar { max-width: 30px; margin-right: 6px; } - body .select2-container .select2-dropdown.bb-compose-input .select2-results__option { border-radius: var(--bb-block-radius-inner); color: var(--bb-headings-color); @@ -22336,15 +23535,12 @@ body .select2-container .select2-dropdown.bb-compose-input .select2-results__opt font-weight: 500; padding: 6px 8px; } - body .select2-container .select2-dropdown.bb-compose-input .select2-results__option strong { font-weight: 500; } - body .select2-container .select2-dropdown.bb-compose-input .select2-results__option:hover:not(.select2-results__message, .loading-results), body .select2-container .select2-dropdown.bb-compose-input .select2-results__option.select2-results__option--highlighted { background-color: var(--bb-content-alternate-background-color); } - body .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results, body .select2-container .select2-dropdown.bb-compose-input .select2-results__option.select2-results__message { font-size: 13px; @@ -22352,15 +23548,13 @@ body .select2-container .select2-dropdown.bb-compose-input .select2-results__opt color: var(--bb-alternate-text-color); letter-spacing: 0.14px; } - body .select2-container .select2-dropdown.bb-compose-input .select2-results__option--load-more, body .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results { position: relative; overflow: hidden; } - -body .select2-container .select2-dropdown.bb-compose-input .select2-results__option--load-more::before, -body .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results::before { +body .select2-container .select2-dropdown.bb-compose-input .select2-results__option--load-more:before, +body .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results:before { content: "\ef30"; font-family: bb-icons; font-weight: 400; @@ -22376,8 +23570,8 @@ body .select2-container .select2-dropdown.bb-compose-input .select2-results__opt text-align: center; } -body.bb-template-v1 .select2-container .select2-dropdown.bb-compose-input .select2-results__option--load-more::before, -body.bb-template-v1 .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results::before { +body.bb-template-v1 .select2-container .select2-dropdown.bb-compose-input .select2-results__option--load-more:before, +body.bb-template-v1 .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results:before { margin-left: 0; } @@ -22395,7 +23589,6 @@ body .select2-container .select2-dropdown { margin-right: 0; max-width: 300px; } - body .select2-container .select2-dropdown .select2-results__option { border-radius: 3px; margin-bottom: 0; @@ -22420,8 +23613,7 @@ body .select2-container .select2-dropdown .select2-results__option { margin-top: 4px; overflow: visible; } - -.messages .ac_results::after { +.messages .ac_results:after { content: " "; position: absolute; width: 0; @@ -22443,22 +23635,18 @@ body .select2-container .select2-dropdown .select2-results__option { transition: all linear 0.2s; z-index: 101; } - .messages .ac_results li { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } - .messages .ac_results .ac_odd { background: #fff; } - .messages .ac_results .ac_over { color: var(--bb-primary-color); background: #f5f5f5; } - .messages .ac_results img { margin-right: 0; width: auto !important; @@ -22491,13 +23679,11 @@ body .select2-container .select2-dropdown .select2-results__option { .bp-user-messages-loading.loading .message-user-loading { padding: 15px 3px; } - .bb-template-v2 .bp-user-messages-loading.loading .message-user-loading { padding: 15px; } @media (max-width: 600px) { - #send_message_form { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; @@ -22541,7 +23727,6 @@ body .select2-container .select2-dropdown .select2-results__option { } } @media (max-width: 520px) { - #buddypress .bb-message-heading .message-search { margin: 10px auto; width: 100%; @@ -22551,7 +23736,6 @@ body .select2-container .select2-dropdown .select2-results__option { width: 100%; } } - .buddypress-wrap .subnav-filters .user-messages-bulk-actions label { padding: 0; margin: 0; @@ -22595,25 +23779,20 @@ body .select2-container .select2-dropdown .select2-results__option { #bp-message-thread-list { max-height: initial; } - #bp-message-thread-list li { background-color: var(--bb-content-background-color); } - #bp-message-thread-list .bp-message-content-wrap + .bb-activity-media-wrap, #bp-message-thread-list .bp-message-content-wrap + .bb-activity-video-wrap { margin-top: 10px; } - #bp-message-thread-list .bp-message-content-wrap + .bb-activity-video-wrap { margin-left: -3px; } - #bp-message-thread-list .bp-message-content-wrap p.blocked, #bp-message-thread-list .bp-message-content-wrap p.suspended, #bp-message-thread-list .bp-message-content-wrap span.blocked, #bp-message-thread-list .bp-message-content-wrap span.suspended, #bp-message-thread-list .bp-message-content-wrap p.deleted-message { color: var(--bb-alternate-text-color); border-color: var(--bb-content-border-color); } - .bb-template-v2 #bp-message-thread-list .bp-message-content-wrap p.blocked, .bb-template-v2 #bp-message-thread-list .bp-message-content-wrap p.suspended, .bb-template-v2 #bp-message-thread-list .bp-message-content-wrap span.blocked, @@ -22622,7 +23801,6 @@ body .select2-container .select2-dropdown .select2-results__option { background-color: var(--bb-content-alternate-background-color); border-color: transparent; } - #bp-message-thread-list li.divider-date .bp-message-content-wrap { color: var(--bb-alternate-text-color); opacity: 1; @@ -22638,7 +23816,6 @@ body .select2-container .select2-dropdown .select2-results__option { border-width: 0; border-color: var(--bb-content-border-color); } - .bb-template-v2 .bp-messages-content-wrapper .message-thread-header ~ .bp-messages-feedback:not(:empty) ~ #bp-message-thread-list { border-top: 0; } @@ -22652,16 +23829,13 @@ body .select2-container .select2-dropdown .select2-results__option { margin-bottom: 0; margin-top: 0; } - -.buddypress-wrap .subnav-filters.bp-messages-filters .messages-search #user_messages_search_form::before { +.buddypress-wrap .subnav-filters.bp-messages-filters .messages-search #user_messages_search_form:before { top: 5px; } - .bb-template-v2 .buddypress-wrap .subnav-filters.bp-messages-filters .messages-search #user_messages_search_form:focus-within { border-color: var(--bb-primary-color); background-color: var(--bb-content-background-color); } - .buddypress-wrap .subnav-filters.bp-messages-filters .messages-search #user_messages_search_form button[type="submit"] span { font-size: 20px; color: var(--bb-body-text-color); @@ -22692,17 +23866,14 @@ body .select2-container .select2-dropdown .select2-results__option { max-height: 80vh; min-height: 670px; } - .bp-messages-content-wrapper .dropzone.dz-started .dz-default.dz-message { display: none; } - .bp-messages-content-wrapper .dropzone.dz-started.files-uploaded:not(.dz-max-files-reached) .dz-default.dz-message { display: -webkit-box; display: -ms-flexbox; display: flex; } - .bp-messages-content-wrapper .bb-pusher-typing-indicator { margin: 0 -20px -10px; padding: 15px 0 0 20px; @@ -22710,15 +23881,12 @@ body .select2-container .select2-dropdown .select2-results__option { position: relative; background-color: var(--bb-content-background-color); } - .bp-messages-content-wrapper .bb-pusher-typing-indicator .bb-pusher-typing-indicator-text-inner strong { font-weight: 500; } - .bp-messages-content-wrapper.focus-in--scroll .bb-pusher-typing-indicator { border-top: 1px solid var(--bb-content-border-color); } - .bb-template-v2 .bp-messages-content-wrapper.focus-in--scroll .bb-pusher-typing-indicator { box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.1); border-top: 0; @@ -22728,7 +23896,6 @@ body .select2-container .select2-dropdown .select2-results__option { #buddypress #bp-message-content .dropzone .dz-default .dz-button { line-height: 1.5; } - #buddypress #bp-message-content .dropzone .dz-default .dz-button > strong { line-height: 1; } @@ -22744,8 +23911,7 @@ body .bp-messages-user-threads { #message-threads { border: 0; } - -#message-threads li.can-not-send-msg .thread-to::after { +#message-threads li.can-not-send-msg .thread-to:after { bottom: inherit; right: 21px; top: 50%; @@ -22753,15 +23919,12 @@ body .bp-messages-user-threads { -ms-transform: translateY(-50%); transform: translateY(-50%); } - -.bb-template-v2 #message-threads li.can-not-send-msg .thread-to::after { +.bb-template-v2 #message-threads li.can-not-send-msg .thread-to:after { right: 36px; } - #message-threads .bb-user-avatar { margin-right: 15px; } - #message-threads .bb-user-avatar .avatar { max-width: 40px; } @@ -22771,10 +23934,6 @@ body .bp-messages-user-threads { margin-bottom: 10px; } -nav#subnav #subnav { - margin-bottom: 0; -} - .bb-thread-cb { margin-top: 10px; } @@ -22788,20 +23947,16 @@ nav#subnav #subnav { -ms-flex-align: center; align-items: center; } - #message-threads .bp-message-link:last-child { border-bottom: 0; } - #message-threads .bp-message-link.unread { background-color: inherit; } - #message-threads .bp-message-link.unread .thread-to { position: relative; } - -#message-threads .bp-message-link.unread .thread-to::before { +#message-threads .bp-message-link.unread .thread-to:before { content: "\25CF"; font-size: 14px; color: var(--bb-primary-color); @@ -22809,13 +23964,11 @@ nav#subnav #subnav { left: -14px; top: 0; } - .bb-template-v2 #message-threads .bp-message-link { margin: 0 15px 5px; border-radius: var(--bb-block-radius-inner); border: 0; } - #message-threads .thread-item.optionsOpen:not(.current) .bp-message-link, #message-threads .bp-message-link:hover { background: var(--bb-content-alternate-background-color); @@ -22844,7 +23997,6 @@ nav#subnav #subnav { .bb-thread-title { font-size: 15px; } - .bb-thread-title .bb-user-link { font-weight: 500; color: inherit; @@ -22866,8 +24018,7 @@ nav#subnav #subnav { line-height: 17px; min-width: 0; } - -#message-threads .bp-message-link .thread-date::before { +#message-threads .bp-message-link .thread-date:before { background-color: var(--bb-alternate-text-color); } @@ -22879,7 +24030,7 @@ nav#subnav #subnav { color: var(--bb-alternate-text-color); } -.user-messages-bulk-actions .bs-styled-checkbox + label::before { +.user-messages-bulk-actions .bs-styled-checkbox + label:before { margin-right: 15px; } @@ -22951,7 +24102,6 @@ dl.thread-participants { flex-flow: row wrap; padding: 10px 20px 10px 0; } - dl.thread-participants + .actions { position: absolute; right: 20px; @@ -22976,34 +24126,27 @@ dl.thread-participants + .actions { color: var(--bb-headings-color); letter-spacing: -0.27px; } - .bp-messages-content .thread-participants .participants-name { color: var(--bb-header-links); word-break: break-all; } - .bp-messages-content .thread-participants .participants-name a { color: var(--bb-headings-color); } - .bp-messages-content .thread-participants .participants-name a:hover { color: var(--bb-primary-color); } - .bp-messages-content .thread-participants #view_more_members:hover .num-name, .bp-messages-content .thread-participants a:hover .participants-name { color: var(--bb-primary-color); } - .bp-messages-content .thread-participants #view_more_members .num-name { color: var(--bb-header-links); font-size: 16px; } - .bp-messages-content .thread-participants dt { padding-right: 10px; } - .bp-messages-content .thread-participants dt, .bp-messages-content .thread-participants dd { display: block; @@ -23041,7 +24184,6 @@ body.compose .bp-messages-content { border: 0; color: inherit; } - .message-action-delete.bp-tooltip.bp-icons:hover, .message-action-delete.bp-tooltip.bp-icons:focus { background: transparent; box-shadow: none; @@ -23067,36 +24209,41 @@ body.compose .bp-messages-content { align-items: center; min-height: 76px; } - -.bp-messages-content .single-message-thread-header .thread-avatar .thread-multiple-avatar::after { +.bp-messages-content .single-message-thread-header .thread-avatar .thread-multiple-avatar:after { background-color: var(--bb-content-background-color); } - .bp-messages-content .single-message-thread-header .actions .message_actions .message_action__list { min-width: 200px; } - .bp-messages-content .single-message-thread-header .message_action__anchor { position: relative; } - .bp-messages-content .single-message-thread-header .message_action__anchor [class*=" bb-icon-"] { font-size: 20px; color: var(--bb-headings-color); } - .bp-messages-content .single-message-thread-header .message_action__anchor:hover [class*=" bb-icon-"] { color: var(--bb-primary-color); } +@media screen and (max-width: 980px) { + .bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions .message_action__list.open { + border-radius: 10px; + } + .bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions .message_action__list.open .bb_more_dropdown__title { + border-radius: 10px 10px 0 0; + } + .bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions .message_action__list.open ul { + border-radius: 0 0 10px 10px; + } +} .bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions.open .message_action__anchor [class*=" bb-icon-"], .bb-template-v2 .bp-messages-content .single-message-thread-header .message_action__anchor:hover [class*=" bb-icon-"] { color: var(--bb-headings-color); position: relative; } - -.bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions.open .message_action__anchor::before, -.bb-template-v2 .bp-messages-content .single-message-thread-header .message_action__anchor:hover::before { +.bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions.open .message_action__anchor:before, +.bb-template-v2 .bp-messages-content .single-message-thread-header .message_action__anchor:hover:before { content: ""; height: 34px; width: 34px; @@ -23112,7 +24259,6 @@ body.compose .bp-messages-content { line-height: 1.1; padding: 10px 15px; } - #buddypress .bp-messages-container .message_action__list li a.button { background-color: transparent; border: 0; @@ -23124,29 +24270,23 @@ body.compose .bp-messages-content { -webkit-transition: none; transition: none; } - -#buddypress .bp-messages-container .message_action__list li a.button::before { +#buddypress .bp-messages-container .message_action__list li a.button:before { font-weight: 400; } - -#buddypress .bp-messages-container .message_action__list li a::before { +#buddypress .bp-messages-container .message_action__list li a:before { color: var(--bb-alternate-text-color); } - #buddypress .bp-messages-container .message_action__list li a:hover { background-color: var(--bb-content-alternate-background-color); color: var(--bb-primary-color); } - -#buddypress .bp-messages-container .message_action__list li a:hover::before { +#buddypress .bp-messages-container .message_action__list li a:hover:before { color: var(--bb-primary-color); } - .bb-template-v2 #buddypress .bp-messages-container .message_action__list li a:hover { color: var(--bb-body-text-color); } - -.bb-template-v2 #buddypress .bp-messages-container .message_action__list li a:hover::before { +.bb-template-v2 #buddypress .bp-messages-container .message_action__list li a:hover:before { color: var(--bb-alternate-text-color); } @@ -23185,7 +24325,7 @@ body.compose .bp-messages-content { color: var(--bb-content-background-color); } -#message-threads .bp-message-link .thread-avatar .thread-multiple-avatar::before { +#message-threads .bp-message-link .thread-avatar .thread-multiple-avatar:before { content: ""; height: 38px; width: 38px; @@ -23196,21 +24336,17 @@ body.compose .bp-messages-content { top: 15px; z-index: 1; } - #message-threads .bp-message-link .thread-avatar .thread-multiple-avatar img { border: 0; } - #message-threads .bp-message-link .thread-avatar .thread-multiple-avatar img + img { z-index: 2; } - -#message-threads .current .bp-message-link .thread-avatar .thread-multiple-avatar::before, #message-threads .bp-message-link:hover .thread-avatar .thread-multiple-avatar::before { +#message-threads .current .bp-message-link .thread-avatar .thread-multiple-avatar:before, #message-threads .bp-message-link:hover .thread-avatar .thread-multiple-avatar:before { background-color: var(--bb-content-alternate-background-color); } - -.bb-template-v2 #message-threads .current .bp-message-link .thread-avatar .thread-multiple-avatar::before, -.bb-template-v2 #message-threads .bp-message-link:hover .thread-avatar .thread-multiple-avatar::before { +.bb-template-v2 #message-threads .current .bp-message-link .thread-avatar .thread-multiple-avatar:before, +.bb-template-v2 #message-threads .bp-message-link:hover .thread-avatar .thread-multiple-avatar:before { /* stylelint-disable max-line-length */ background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), var(--bb-primary-color); background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), var(--bb-primary-color); @@ -23229,7 +24365,6 @@ body.compose .bp-messages-content { opacity: 0.85; text-transform: capitalize; } - .unread .thread-to { font-weight: 500; opacity: 1; @@ -23238,12 +24373,10 @@ body.compose .bp-messages-content { .unread .thread-subject { font-weight: 500; } - .unread .thread-date time { position: relative; } - -.unread .bp-message-link::after { +.unread .bp-message-link:after { content: ""; height: 10px; width: 10px; @@ -23257,12 +24390,10 @@ body.compose .bp-messages-content { -ms-transform: translateY(-50%); transform: translateY(-50%); } - -.bb-template-v2 .unread .bp-message-link::after { +.bb-template-v2 .unread .bp-message-link:after { right: 37px; } - -.unread.optionsOpen .bp-message-link::after, .unread:hover .bp-message-link::after { +.unread.optionsOpen .bp-message-link:after, .unread:hover .bp-message-link:after { display: none; } @@ -23297,7 +24428,6 @@ body.compose .bp-messages-content { min-height: 21px; text-overflow: initial; } - #message-threads .bp-message-link .thread-content .thread-subject .typing-indicator { display: inline-block; max-width: -webkit-calc(100% - 107px); @@ -23314,16 +24444,15 @@ body.compose .bp-messages-content { #message-threads li .thread-content .thread-subject a { color: var(--bb-headings-color); } - #message-threads li .thread-content .thread-subject a:hover { color: var(--bb-primary-color); } -#message-threads li.unread .thread-date time::after { +#message-threads li.unread .thread-date time:after { background-color: var(--bb-primary-color); } -#message-threads li.unread .thread-to::before { +#message-threads li.unread .thread-to:before { color: var(--bb-primary-color); } @@ -23336,11 +24465,9 @@ body.compose .bp-messages-content { .bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-form { background-color: var(--bb-content-alternate-background-color); } - .bp-messages-content #bp-message-content .medium-editor-toolbar.static-toolbar.active { overflow: visible; } - .bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-form { width: -webkit-calc(100% + 123px); width: calc(100% + 123px); @@ -23348,12 +24475,10 @@ body.compose .bp-messages-content { padding: 5px 10px 5px 0; box-shadow: none; } - .bp-messages-content #bp-message-content #whats-new-messages-toolbar .media-off + .medium-editor-toolbar .medium-editor-toolbar-form { width: auto; } @media screen and (max-width: 430px) { - .bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-form { width: -webkit-calc(100% + 108px); width: calc(100% + 108px); @@ -23361,13 +24486,11 @@ body.compose .bp-messages-content { } } @media screen and (max-width: 374px) { - .bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-form { width: -webkit-calc(100% + 68px); width: calc(100% + 68px); } } - .bp-messages-content #bp-message-thread-list { background: transparent; border: 0; @@ -23387,7 +24510,11 @@ body.compose .bp-messages-content { -ms-flex-direction: column; flex-direction: column; } - +@media screen and (max-width: 800px) { + .bp-messages-content #bp-message-thread-list { + overflow-x: hidden; + } +} .bp-messages-content #bp-message-thread-list li { margin: 0 -20px; border-radius: 0; @@ -23397,17 +24524,14 @@ body.compose .bp-messages-content { width: auto; background-color: transparent; } - .bp-messages-content #bp-message-thread-list li .bp-avatar-wrap { margin-right: 15px; max-width: 40px; } - .bp-messages-content #bp-message-thread-list li.sending, .bp-messages-content #bp-message-thread-list li.error { padding-bottom: 35px; position: relative; } - .bp-messages-content #bp-message-thread-list li.sending .bp-avatar-wrap, .bp-messages-content #bp-message-thread-list li.sending .message-metadata, .bp-messages-content #bp-message-thread-list li.sending .bb-activity-media-wrap, @@ -23417,14 +24541,12 @@ body.compose .bp-messages-content { .bp-messages-content #bp-message-thread-list li.error .bp-message-content-wrap > *:not(.message_send_error, .message_send_sending) { opacity: 0.5; } - .bp-messages-content #bp-message-thread-list li.error .message_send_error { color: var(--bb-content-border-color); font-size: 13px; position: absolute; bottom: 8px; } - .bp-messages-content #bp-message-thread-list li.error .message_send_error a { font-size: 13px; font-weight: 500; @@ -23432,22 +24554,18 @@ body.compose .bp-messages-content { opacity: 0.4; margin-right: 3px; } - .bp-messages-content #bp-message-thread-list li.error .message_send_error a:hover { opacity: 1; } - .bp-messages-content #bp-message-thread-list li.error .message_send_error a ~ a { margin-left: 3px; } - .bp-messages-content #bp-message-thread-list li.error .info-text-error-message { font-size: 13px; color: var(--bb-danger-color); margin-right: 5px; } - -.bp-messages-content #bp-message-thread-list li.error .info-text-error-message::before { +.bp-messages-content #bp-message-thread-list li.error .info-text-error-message:before { content: "\ee65"; font-family: bb-icons; font-weight: 100; @@ -23456,24 +24574,20 @@ body.compose .bp-messages-content { vertical-align: top; margin-right: 5px; } - -.bb-template-v2 .bp-messages-content #bp-message-thread-list li.error .info-text-error-message::before { +.bb-template-v2 .bp-messages-content #bp-message-thread-list li.error .info-text-error-message:before { font-weight: 200; } - .bp-messages-content #bp-message-thread-list li.sending .message_send_sending { position: absolute; bottom: 8px; } - .bp-messages-content #bp-message-thread-list li.sending .message_send_sending .info-text-send-message { color: var(--bb-alternate-text-color); font-size: 13px; line-height: 17px; display: inline-block; } - -.bp-messages-content #bp-message-thread-list li.sending .message_send_sending .info-text-send-message::before { +.bp-messages-content #bp-message-thread-list li.sending .message_send_sending .info-text-send-message:before { content: "\ef30"; font-family: bb-icons; font-weight: 400; @@ -23484,19 +24598,15 @@ body.compose .bp-messages-content { vertical-align: middle; margin-right: 5px; } - .bp-messages-content #bp-message-thread-list li .fluid-width-video-wrapper iframe { border-radius: var(--bb-block-radius-inner); } - .bp-messages-content #bp-message-thread-list li .bp-message-content-wrap iframe[style="border-radius: 12px"] { border-radius: var(--bb-block-radius-inner) !important; } - -.bp-messages-content #bp-message-thread-list .message-metadata .user-link strong::after { +.bp-messages-content #bp-message-thread-list .message-metadata .user-link strong:after { display: none; } - .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback { border: 0; border-radius: 0 0 var(--bb-block-radius) 0; @@ -23512,7 +24622,6 @@ body.compose .bp-messages-content { margin: 0 -20px; padding: 20px; } - .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback p { margin: 0; padding: 0; @@ -23520,11 +24629,9 @@ body.compose .bp-messages-content { line-height: 1.5; color: var(--bb-alternate-text-color); } - .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback p + .generic-button { margin: 10px 0 0; } - #buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .button-wrapper .generic-button > button, #buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .generic-button > a { font-size: 14px; font-weight: 600; @@ -23535,14 +24642,12 @@ body.compose .bp-messages-content { border: 0; padding: 0; } - #buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .button-wrapper .generic-button > button.requested, #buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .generic-button > a.requested { color: var(--bb-alternate-text-color); cursor: auto; pointer-events: none; } - -#buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .button-wrapper .generic-button > button.requested::before, #buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .generic-button > a.requested::before { +#buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .button-wrapper .generic-button > button.requested:before, #buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .generic-button > a.requested:before { content: "\e876"; color: var(--bb-alternate-text-color); font-family: bb-icons; @@ -23552,19 +24657,16 @@ body.compose .bp-messages-content { vertical-align: middle; margin-right: 5px; } - .bb-template-v2 .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback { border: 0; border-radius: var(--bb-block-radius-inner); margin: 20px 0; } @media screen and (max-width: 1080px) { - .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback { border-radius: 0 0 var(--bb-block-radius) var(--bb-block-radius); } } - .bp-messages-content.has_info { position: relative; } @@ -23605,19 +24707,16 @@ body.compose .bp-messages-content { height: auto; width: 100%; } - #buddypress .message-action-delete:hover, #buddypress .message-action-delete:focus, #buddypress .message_action__anchor:hover, #buddypress .message_action__anchor:focus { background: transparent; box-shadow: none; } - #buddypress .message-action-delete .bb-icon-trash, #buddypress .message_action__anchor .bb-icon-trash { color: #939597; } - #buddypress .message-action-delete .bb-icon-menu-dots-v, #buddypress .message_action__anchor .bb-icon-menu-dots-v { color: #939597; @@ -23627,16 +24726,13 @@ body.compose .bp-messages-content { .bp-messages-content .actions { line-height: 1.3; } - .bp-messages-content .actions .message_actions .message_action__list li a:hover { color: var(--bb-header-links-hover); } - -.bp-messages-content .actions .message_actions.loading .message_action__anchor:hover::before { +.bp-messages-content .actions .message_actions.loading .message_action__anchor:hover:before { display: none; } - -.bb-template-v2 .bp-messages-content .actions .message_actions.loading .message_action__anchor > i::before { +.bb-template-v2 .bp-messages-content .actions .message_actions.loading .message_action__anchor > i:before { content: ""; display: inline-block; box-sizing: border-box; @@ -23657,15 +24753,12 @@ body.compose .bp-messages-content { padding-left: 3px; line-height: 1.5; } - .bp-messages-content #bp-message-thread-list .message-metadata .avatar { width: auto; } - .bp-messages-content #bp-message-thread-list .message-metadata .user-link { color: var(--bb-headings-color); } - .bp-messages-content #bp-message-thread-list .message-metadata .user-link:hover { color: var(--bb-primary-color); } @@ -23685,21 +24778,17 @@ body.compose .bp-messages-content { height: auto; min-height: 0; } - .bp-messages-content #send-reply .message-box { width: 100%; display: none; } - .bp-messages-content #send-reply .wp-editor-container { border-left: 0; border-right: 0; } - .bp-messages-content #send-reply .message-metadata { display: none; } - .bp-messages-content #send-reply .dropzone .dz-default { padding: 18px 5px; } @@ -23707,7 +24796,6 @@ body.compose .bp-messages-content { .scrolled--up.focus-in--scroll #send-reply { border-top: 1px solid var(--bb-content-border-color); } - .bb-template-v2 .scrolled--up.focus-in--scroll #send-reply { box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.1); border-top: 0; @@ -23730,9 +24818,8 @@ body.compose .bp-messages-content { margin-top: 0; border-top: 1px solid var(--bb-content-border-color); } - -#bp-message-thread-list:empty::before { - font: 400 normal normal 25px/1 bb-icons; +#bp-message-thread-list:empty:before { + font: normal normal normal 25px/1 bb-icons; speak: none; display: inline-block; text-decoration: inherit; @@ -23770,8 +24857,7 @@ body.compose .bp-messages-content { .send-reply.loading { position: relative; } - -.send-reply.loading::before { +.send-reply.loading:before { background: rgba(255, 255, 255, 0.6); content: ""; position: absolute; @@ -23779,8 +24865,7 @@ body.compose .bp-messages-content { width: 100%; z-index: 10; } - -.send-reply.loading::after { +.send-reply.loading:after { position: absolute; top: 42%; left: 0; @@ -23803,7 +24888,6 @@ body.compose .bp-messages-content { #message_content { margin-bottom: 0; } - #message_content > p:last-child { margin-bottom: 0; } @@ -23815,11 +24899,9 @@ body.compose .bp-messages-content { height: 80px; width: 86px; } - -.no-message-wrap .dashicons-email-alt::before { +.no-message-wrap .dashicons-email-alt:before { display: none; } - .no-message-wrap .bb-icon { color: var(--bb-alternate-text-color); } @@ -23832,17 +24914,14 @@ body.compose .bp-messages-content { max-width: 310px; margin: 0 auto; } - #bp-messages-threads-list .no-message-content h3 { font-size: 24px; font-weight: 600; margin-bottom: 5px; } - .no-message-content > p { margin-bottom: 20px; } - .no-message-content .no-messages-links { font-weight: 600; } @@ -23851,16 +24930,14 @@ body.compose .bp-messages-content { border-top: 1px solid var(--bb-content-border-color); padding: 20px; } - #bp-message-content .medium-editor-element, #bp-message-content .medium-editor-placeholder { color: var(--bb-body-text-color); font-size: 14px; line-height: 1.5; } - -#bp-message-content .medium-editor-element[contenteditable="true"]:empty::after, -#bp-message-content .medium-editor-placeholder[contenteditable="true"]:empty::after { +#bp-message-content .medium-editor-element[contenteditable="true"]:empty:after, +#bp-message-content .medium-editor-placeholder[contenteditable="true"]:empty:after { color: var(--bb-body-text-color); content: attr(data-placeholder); position: absolute; @@ -23869,39 +24946,32 @@ body.compose .bp-messages-content { font-style: normal; opacity: 0.5; } - #bp-message-content pre { white-space: pre-wrap; position: relative; z-index: 1; } - #bp-message-content pre p { margin-bottom: 0; } - #bp-message-content p { margin-bottom: 5px; } - #bp-message-content ul:not(.medium-editor-toolbar-actions), #bp-message-content ol:not(.medium-editor-toolbar-actions) { margin-bottom: 15px; margin-left: 16px; } - #bp-message-content ul:not(.medium-editor-toolbar-actions) li, #bp-message-content ol:not(.medium-editor-toolbar-actions) li { margin: 5px 0; } - #bp-message-content ul:not(.medium-editor-toolbar-actions) li > ol, #bp-message-content ul:not(.medium-editor-toolbar-actions) li > ul, #bp-message-content ol:not(.medium-editor-toolbar-actions) li > ol, #bp-message-content ol:not(.medium-editor-toolbar-actions) li > ul { margin-bottom: 0; } - #bp-message-content .medium-editor-element:not(.emojionearea) { border: 0; min-height: auto; @@ -23911,9 +24981,9 @@ body.compose .bp-messages-content { padding: 20px 15px; border-radius: var(--bb-block-radius-inner); position: relative; + outline: none; } - -#bp-message-content .medium-editor-element:not(.emojionearea).medium-editor-placeholder::after { +#bp-message-content .medium-editor-element:not(.emojionearea).medium-editor-placeholder:after { left: 0; font-size: 14px; position: absolute; @@ -23922,12 +24992,10 @@ body.compose .bp-messages-content { padding: 20px 15px; pointer-events: none; } - -#bp-message-content .medium-editor-placeholder::after { +#bp-message-content .medium-editor-placeholder:after { color: var(--bb-body-text-color); opacity: 0.5; } - #bp-message-content .messages-media-container .dz-button > strong { line-height: 1.3; } @@ -23944,7 +25012,6 @@ body.compose .bp-messages-content { #message-reply-new-submit { padding: 0; } - #message-new-submit input, #message-reply-new-submit input { margin-right: 0; @@ -23955,12 +25022,10 @@ body.compose .bp-messages-content { border-radius: 0; padding-top: 0; } - .bp-messages-container .bp-messages.loading .dashicons-update { font-family: bb-icons; } - -.bp-messages-container .bp-messages.loading .dashicons-update::before { +.bp-messages-container .bp-messages.loading .dashicons-update:before { content: "\ef30"; } @@ -23975,23 +25040,19 @@ body.compose .bp-messages-content { #page .ql-bubble .ql-tooltip { padding: 0 10px; } - #page .ql-bubble .ql-tooltip button { background: transparent; margin: 0; padding: 0; } - #page .ql-bubble.ql-toolbar button svg, #page .ql-bubble .ql-toolbar button svg { float: none; max-width: 18px; } - #page .ql-bubble .ql-toolbar .ql-formats { margin: 0; } - #page .ql-bubble .ql-toolbar .ql-formats:first-child { margin-left: 0; } @@ -24005,30 +25066,24 @@ body.compose .bp-messages-content { line-height: 1.5; font-weight: 500; } - .bp-single-message-content .bp-user-link > strong { font-weight: 500; } - .bp-single-message-content .message-metadata { line-height: 1; margin-bottom: 3px; } - .bp-single-message-content .bb-activity-media-wrap .bb-item-cover-wrap { border: 1px solid var(--bb-content-border-color); border-radius: var(--bb-block-radius-inner); background-color: var(--bb-content-alternate-background-color); } - .bb-template-v2 .bp-single-message-content .bb-activity-media-wrap .bb-item-cover-wrap { border: 0; } - .bp-single-message-content .bb-activity-media-wrap.bb-media-length-1 .bb-activity-media-elem { min-width: auto !important; } - .bp-single-message-content .bb-activity-media-wrap.bb-media-length-1 .bb-item-cover-wrap { display: -webkit-box; display: -ms-flexbox; @@ -24043,7 +25098,6 @@ body.compose .bp-messages-content { min-width: 65px; min-height: 65px; } - .bp-single-message-content .bb-activity-media-wrap.bb-media-length-1 .bb-item-cover-wrap img { position: static; height: auto; @@ -24053,71 +25107,57 @@ body.compose .bp-messages-content { min-width: auto; min-height: auto; } - .bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity { max-width: 400px; } - .bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .entry-img > i { margin-top: 5px; line-height: 1.5; } - .bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap { color: var(--bb-headings-color); } - .bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-title, .bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-helper-text, .bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-extension-description, .bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-description { line-height: 1.5; } - .bp-single-message-content .bb-activity-video-wrap.bb-video-length-1 .bb-activity-video-elem { min-width: auto; width: 100%; max-width: 400px; } - .bp-single-message-content .bb-activity-video-wrap.bb-video-length-1 .bb-activity-video-elem .video-js .vjs-control-bar button { width: 3em; } - .bp-single-message-content .bb-activity-video-wrap.bb-video-length-1 .bb-activity-video-elem .video-js .vjs-control-bar .vjs-time-divider { min-width: 1em; } - .bp-single-message-content .bb-activity-video-wrap.bb-video-length-1 .bb-activity-video-elem .video-js .vjs-control-bar .vjs-progress-control .vjs-progress-holder { margin: 3px 10px 0; } - .bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem.video-activity .video-description-wrap .entry-img > i { margin-top: 5px; } - .bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem.video-activity .video-description-wrap .video-detail-wrap .video-title, .bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem.video-activity .video-description-wrap .video-detail-wrap .video-helper-text, .bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem.video-activity .video-description-wrap .video-detail-wrap .video-extension-description, .bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem.video-activity .video-description-wrap .video-detail-wrap .video-description { line-height: 1.5; } - .bp-single-message-content .bb-activity-media-wrap, .bp-single-message-content .bb-activity-video-wrap { max-width: 600px; } - .bp-single-message-content .bb-activity-media-elem { padding: 5px; min-width: 25%; } - .bp-single-message-content .bb-activity-media-elem .bb-item-cover-wrap { padding-top: 75%; } @media screen and (max-width: 590px) { - .bp-single-message-content .bb-activity-media-elem { min-width: 33.3333% !important; -webkit-box-flex: initial !important; @@ -24126,31 +25166,25 @@ body.compose .bp-messages-content { } } @media screen and (max-width: 435px) { - .bp-single-message-content .bb-activity-media-elem { max-width: initial !important; min-width: 50% !important; } - .bp-single-message-content .bb-activity-media-elem .bb-item-cover-wrap { padding-top: 100%; } - .bp-single-message-content .bb-activity-media-wrap.bb-media-length-1 .bb-activity-media-elem { max-width: 100% !important; } } - .bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem { padding: 5px; min-width: 33.3333%; } - .bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem .bb-item-cover-wrap { padding-top: 66.6666%; } @media screen and (max-width: 590px) { - .bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem { min-width: 50%; max-width: 50%; @@ -24160,31 +25194,26 @@ body.compose .bp-messages-content { } } @media screen and (max-width: 435px) { - .bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem { min-width: 100%; max-width: 100%; } } - .bp-single-message-content .bb-video-wrapper { max-width: 400px; } - .bp-single-message-content .fluid-width-video-wrapper { width: 100%; max-width: 400px; height: auto; margin: 10px 0 0; } - .bp-single-message-content p > iframe { max-width: 400px; width: 100%; height: auto; min-height: 200px; } - .bp-single-message-content .activity-attached-gif-container { display: inline-block; height: auto; @@ -24192,11 +25221,9 @@ body.compose .bp-messages-content { max-width: 360px; max-height: 360px; } - .bp-single-message-content .activity-attached-gif-container .gif-image-container { margin: 15px 0 0; } - .bp-single-message-content .activity-attached-gif-container .gif-player { display: -webkit-box; display: -ms-flexbox; @@ -24208,7 +25235,6 @@ body.compose .bp-messages-content { min-width: 65px; min-height: 65px; } - .bp-single-message-content .activity-attached-gif-container .gif-player video { height: auto; max-width: 360px; @@ -24218,18 +25244,15 @@ body.compose .bp-messages-content { border-radius: var(--bb-block-radius-inner); background-color: var(--bb-content-alternate-background-color); } - .bb-template-v2 .bp-single-message-content .activity-attached-gif-container .gif-player video { border: 0; } - .bp-single-message-content img.emoji, .bp-single-message-content img.emojioneemoji { margin: 1px 3px; width: 18px !important; height: 18px !important; } - .bp-single-message-content blockquote { margin-top: 0; } @@ -24241,35 +25264,28 @@ ul#bp-message-thread-list .bp-message-content-wrap { overflow: initial; word-wrap: break-word; } - ul#bp-message-thread-list .bp-message-content-wrap p { margin-bottom: 5px; min-height: 0.1px; } - ul#bp-message-thread-list .bp-message-content-wrap p.joined { position: relative; } - ul#bp-message-thread-list .bp-message-content-wrap p.joined strong { font-weight: 500; color: var(--bb-alternate-text-color); } - ul#bp-message-thread-list .bp-message-content-wrap p.joined strong.bp-tooltip { display: inline-block; } @media screen and (max-width: 768px) { - ul#bp-message-thread-list .bp-message-content-wrap p.joined strong.bp-tooltip { position: static; } - - ul#bp-message-thread-list .bp-message-content-wrap p.joined strong.bp-tooltip::before { + ul#bp-message-thread-list .bp-message-content-wrap p.joined strong.bp-tooltip:before { display: none; } - - ul#bp-message-thread-list .bp-message-content-wrap p.joined strong.bp-tooltip::after { + ul#bp-message-thread-list .bp-message-content-wrap p.joined strong.bp-tooltip:after { width: 180px; width: -webkit-max-content; width: -moz-max-content; @@ -24278,38 +25294,31 @@ ul#bp-message-thread-list .bp-message-content-wrap p.joined strong.bp-tooltip { white-space: break-spaces; } } - ul#bp-message-thread-list .bp-message-content-wrap li > ol, ul#bp-message-thread-list .bp-message-content-wrap li > ul { margin-bottom: 0; } - ul#bp-message-thread-list .bp-message-content-wrap ul, ul#bp-message-thread-list .bp-message-content-wrap ol { margin-bottom: 15px; margin-left: 16px; } - ul#bp-message-thread-list .bp-message-content-wrap li { background: transparent; margin: 5px 0; padding: 0; list-style-type: disc; } - ul#bp-message-thread-list .bp-message-content-wrap li p { margin-bottom: 0; } - ul#bp-message-thread-list .bp-message-content-wrap ol li { list-style-type: decimal; } - ul#bp-message-thread-list .bp-message-content-wrap pre { width: -webkit-calc(100% + 12px); width: calc(100% + 12px); } - ul#bp-message-thread-list .bp-message-content-wrap blockquote { padding: 12px; font-size: 22px; @@ -24323,17 +25332,15 @@ ul#bp-message-thread-list .bp-message-content-wrap blockquote { border: 1px solid var(--bb-content-border-color); border-radius: 4px; } - ul#bp-message-thread-list .bp-message-content-wrap blockquote p { font-size: 20px; margin-bottom: 0; } - -ul#bp-message-thread-list .bp-message-content-wrap blockquote::before { +ul#bp-message-thread-list .bp-message-content-wrap blockquote:before { content: "\ef02"; font-family: bb-icons; font-style: normal; - font-weight: 400; + font-weight: normal; display: inline-block; text-align: center; font-variant: normal; @@ -24352,27 +25359,20 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap pre border: 1px solid #f8e8ac; background: #fff; } - ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blockquote { width: auto; border: 1px solid #f8e8ac; background: #fffef7; } - -ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blockquote::before { +ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blockquote:before { color: #f8e8ac; border: 1px solid #f8e8ac; background: #fff; } -.messages .bp-single-vert-nav .item-body { - padding: 0; -} - .bb-template-v2.messages .bp-single-vert-nav .bb-profile-grid { margin: 0; } - .bb-template-v2.messages .bp-single-vert-nav #item-body { margin-left: 0; } @@ -24381,7 +25381,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo #whats-new-formatting-toolbar a .bb-icon { color: rgba(var(--bb-headings-color-rgb), 0.4); } - #whats-new-messages-toolbar a:hover .bb-icon, #whats-new-formatting-toolbar a:hover .bb-icon { color: var(--bb-headings-color); @@ -24390,14 +25389,12 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo #whats-new-messages-toolbar .medium-editor-placeholder { background-color: transparent; } - #whats-new-messages-toolbar .gif-media-search-dropdown.open { margin: 0 0 10px -20px; top: auto; bottom: 100%; } - -#whats-new-messages-toolbar .gif-media-search-dropdown::before { +#whats-new-messages-toolbar .gif-media-search-dropdown:before { left: 38px; top: auto; bottom: -11px; @@ -24405,7 +25402,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo -ms-transform: rotate(135deg); transform: rotate(135deg); } - #whats-new-messages-toolbar .gif-search-content { display: -webkit-box; display: -ms-flexbox; @@ -24413,66 +25409,51 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo -ms-flex-flow: column; flex-flow: column; } - #whats-new-messages-toolbar .gif-search-content .gif-search-results-list { margin: 0; } - #whats-new-messages-toolbar .messages-attached-gif-container { margin-bottom: 0; } - #whats-new-messages-toolbar .messages-attached-gif-container .gif-search-query .search-query-input { background-color: transparent; border: 0; } @media screen and (max-width: 1080px) { - #whats-new-messages-toolbar .gif-media-search-dropdown.open { z-index: 999; } - #whats-new-messages-toolbar .gif-media-search-dropdown.open .gif-search-results { max-height: 280px; } - #whats-new-messages-toolbar .post-gif:first-child .gif-media-search-dropdown.open { left: -10px; } - - #whats-new-messages-toolbar .post-gif:first-child .gif-media-search-dropdown.open::before { + #whats-new-messages-toolbar .post-gif:first-child .gif-media-search-dropdown.open:before { left: 50px; } - #whats-new-messages-toolbar .post-gif:nth-child(2) .gif-media-search-dropdown.open { left: -44px; } - - #whats-new-messages-toolbar .post-gif:nth-child(2) .gif-media-search-dropdown.open::before { + #whats-new-messages-toolbar .post-gif:nth-child(2) .gif-media-search-dropdown.open:before { left: 84px; } - #whats-new-messages-toolbar .post-gif:nth-child(3) .gif-media-search-dropdown.open { left: -78px; } - - #whats-new-messages-toolbar .post-gif:nth-child(3) .gif-media-search-dropdown.open::before { + #whats-new-messages-toolbar .post-gif:nth-child(3) .gif-media-search-dropdown.open:before { left: 118px; } - #whats-new-messages-toolbar .post-gif:nth-child(4) .gif-media-search-dropdown.open { left: -112px; } - - #whats-new-messages-toolbar .post-gif:nth-child(4) .gif-media-search-dropdown.open::before { + #whats-new-messages-toolbar .post-gif:nth-child(4) .gif-media-search-dropdown.open:before { left: 152px; } - #whats-new-messages-toolbar .post-gif:nth-child(5) .gif-media-search-dropdown.open { left: -146px; } - - #whats-new-messages-toolbar .post-gif:nth-child(5) .gif-media-search-dropdown.open::before { + #whats-new-messages-toolbar .post-gif:nth-child(5) .gif-media-search-dropdown.open:before { left: 186px; } } @@ -24480,14 +25461,12 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo #whats-new-formatting-toolbar .emojionearea { background-color: transparent; } - #whats-new-formatting-toolbar .emojionearea .emojionearea-picker .emojionearea-search > input { outline: none; width: 100%; min-width: 100%; height: 30px; } - #whats-new-formatting-toolbar .emojionearea .emojionearea-picker { top: auto; bottom: 40px; @@ -24495,8 +25474,7 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo left: inherit; margin-right: -25px; } - -#whats-new-formatting-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { +#whats-new-formatting-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { bottom: -10px; top: auto; -webkit-transform: rotate(180deg); @@ -24505,12 +25483,10 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo left: inherit; right: 5px; } - -.bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { +.bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { display: none; } @media screen and (max-width: 1080px) { - #whats-new-formatting-toolbar .post-emoji .emojionearea .emojionearea-picker { z-index: 999; } @@ -24519,19 +25495,16 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo .bp-back-to-thread-list { margin-left: -5px; } - .bp-back-to-thread-list [class*="bb-icon"] { font-size: 24px; color: var(--bb-headings-color); } @media screen and (min-width: 1081px) { - #message-threads .current > a { background: var(--bb-content-alternate-background-color); border-color: var(--bb-primary-color); } - .bb-template-v2 #message-threads .current > a { /* stylelint-disable max-line-length */ background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), var(--bb-primary-color); @@ -24539,12 +25512,10 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo /* stylelint-enable */ } } - .message-thread-options:hover ~ .bp-message-link { background: var(--bb-content-alternate-background-color); border-color: var(--bb-primary-color); } - .bb-template-v2 .message-thread-options .current:hover + .bp-message-link { /* stylelint-disable max-line-length */ background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), var(--bb-primary-color); @@ -24555,12 +25526,10 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo .bb-template-v2 #message-threads .message-thread-options { right: 30px; } - .bb-template-v2 #message-threads .message-thread-options.loading .bb_more_options_action:hover { background-color: transparent; } - -.bb-template-v2 #message-threads .message-thread-options.loading .bb_more_options_action > i::before { +.bb-template-v2 #message-threads .message-thread-options.loading .bb_more_options_action > i:before { content: ""; display: inline-block; box-sizing: border-box; @@ -24570,7 +25539,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo border: 2px solid rgba(var(--bb-alternate-text-color-rgb), 0.2); border-top-color: var(--bb-alternate-text-color); } - .bb-template-v2 #message-threads .message-thread-options .bb_more_options_action:hover, .bb-template-v2 #message-threads .optionsOpen .message-thread-options .bb_more_options_action { background-color: var(--bb-content-background-color); @@ -24580,7 +25548,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo .bp-single-message-wrap .bb-messages-group-notices { color: var(--bb-alternate-text-color); } - .bp-single-message-wrap .bb-messages-group-notices .bp-tooltip { color: var(--bb-alternate-text-color); } @@ -24591,7 +25558,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo margin: 0 -2px; position: relative; } - .header-aside .thread-multiple-avatar img { border: 2px solid #fff; max-width: 28px; @@ -24599,18 +25565,15 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo left: 0; top: 0; } - .header-aside .thread-multiple-avatar img + img { top: auto; right: 0; bottom: 0; left: auto; } - .header-aside li:hover .thread-multiple-avatar img { border-color: #f5f5f5; } - .header-aside .unread .thread-multiple-avatar img { border-color: #f7fafe; } @@ -24620,23 +25583,19 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo -ms-flex: 0 0 36px; flex: 0 0 36px; } - .messages-wrap .notification-dropdown .notification-list { max-width: 400px; } - .messages-wrap .notification-dropdown .notification-list li .notification-content { width: 100%; overflow: hidden; } - .messages-wrap .notification-dropdown .notification-list li .notification-content .notification-users { width: -webkit-calc(100% - 50px); width: calc(100% - 50px); display: block; white-space: nowrap; } - .messages-wrap .notification-dropdown .notification-list li .notification-content .notification-users > a { display: block; text-overflow: ellipsis; @@ -24655,7 +25614,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo margin: 0; padding: 10px; } - .bb-template-v1 #message-form-submit-wrapper, .bb-template-v1 #message-reply-form-submit-wrapper { border-top: 1px solid var(--bb-content-border-color); @@ -24666,9 +25624,8 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo background-color: var(--bb-primary-color); border-radius: var(--bb-button-radius); } - -#message-new-submit::before, -#message-reply-new-submit::before { +#message-new-submit:before, +#message-reply-new-submit:before { color: var(--bb-primary-button-text-regular); } @@ -24678,7 +25635,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo } @media screen and (min-width: 46.8em) { - .bp-single-vert-nav .subnav { background: transparent; } @@ -24694,7 +25650,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo } } @media screen and (min-width: 55em) { - .buddypress-wrap form.bp-dir-search-form, .buddypress-wrap form.bp-invites-search-form, .buddypress-wrap form.bp-messages-search-form { @@ -24702,13 +25657,11 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo } } @media screen and (min-width: 1081px) { - .bp-messages-nav-panel { border-right: 1px solid var(--bb-content-border-color); } } @media screen and (max-width: 1080px) { - .messages-wrapper { margin-bottom: 20px; } @@ -24723,13 +25676,11 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo -ms-flex-order: 1; order: 1; } - .message-thread-header .thread-avatar { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } - .message-thread-header .thread-participants { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; @@ -24739,12 +25690,10 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo } } @media screen and (max-width: 800px) { - .messages-screen > .flex { -ms-flex-wrap: wrap; flex-wrap: wrap; } - .messages-screen > .flex .bp-messages-content { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -24753,7 +25702,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo } } @media screen and (max-width: 680px) { - .messages-wrapper #subnav { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -24790,18 +25738,15 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo } } @media screen and (min-width: 46.8em) { - .bp-messages-user-threads { max-height: 66vh; } } @media screen and (max-width: 560px) { - .bp-messages-content #bp-message-content #message-reply-form-submit-wrapper #whats-new-messages-toolbar .media-off, .bp-messages-content #bp-message-content #message-form-submit-wrapper #whats-new-messages-toolbar .media-off { height: 27px; } - .bp-messages-content #bp-message-content #message-reply-form-submit-wrapper #message-new-submit, .bp-messages-content #bp-message-content #message-reply-form-submit-wrapper #message-reply-new-submit, .bp-messages-content #bp-message-content #message-form-submit-wrapper #message-new-submit, @@ -24811,57 +25756,44 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo } } @media screen and (max-width: 430px) { - .bp-messages-content #bp-message-content #whats-new-messages-toolbar { padding: 1px 15px 0 0; } - .bp-messages-content #bp-message-content #whats-new-messages-toolbar [class*=" bb-icon-"] { font-size: 20px; } - .bp-messages-content #bp-message-content #whats-new-messages-toolbar .post-elements-buttons-item { margin-right: 8px; } - .bp-messages-content #bp-message-content .medium-editor-toolbar.active { height: 35px; } - .bp-messages-content #bp-message-content .medium-editor-toolbar.active .medium-editor-toolbar-input { height: 35px; } - .bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-actions button { min-width: 20px; } - .bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-actions button.medium-editor-button-first { padding-left: 0 !important; padding-right: 0; } - .bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-actions .medium-editor-button-last { padding-right: 0 !important; } - - .bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-actions b::before { + .bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-actions b:before { font-size: 18px; } - .bp-messages-content #bp-message-content #whats-new-formatting-toolbar { margin: 1px 5px 0 0; } - .bp-messages-content #bp-message-content #whats-new-formatting-toolbar [class*=" bb-icon-"] { font-size: 20px; } - .bp-messages-content #bp-message-content #whats-new-formatting-toolbar .post-elements-buttons-item { margin-right: 8px; } - - .bp-messages-content #bp-message-content #whats-new-formatting-toolbar .emojionearea .emojionearea-button::before { + .bp-messages-content #bp-message-content #whats-new-formatting-toolbar .emojionearea .emojionearea-button:before { font-size: 20px; line-height: 1.4; } @@ -24869,13 +25801,11 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo #whats-new-formatting-toolbar .emojionearea .emojionearea-picker { margin-right: -75px; } - - #whats-new-formatting-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { + #whats-new-formatting-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { right: 55px; } } @media screen and (max-width: 374px) { - #message-form-submit-wrapper, #message-reply-form-submit-wrapper { -ms-flex-wrap: wrap; @@ -24888,34 +25818,27 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo min-width: calc(100% - 50px); min-height: 20px; } - .bp-messages-content #bp-message-content #whats-new-messages-toolbar .post-elements-buttons-item { margin-right: 6px; } - .bp-messages-content #bp-message-content #whats-new-messages-toolbar .medium-editor-toolbar-actions .medium-editor-action b { width: 22px; } - .bp-messages-content #bp-message-content #whats-new-messages-toolbar [class*=" bb-icon-"] { font-size: 20px; } - .bp-messages-content #bp-message-content #whats-new-formatting-toolbar { margin: 0; } - .bp-messages-content #bp-message-content #whats-new-formatting-toolbar .post-elements-buttons-item:last-child { margin-right: 0; } - .bp-messages-content #bp-message-content #message-form-submit-wrapper #message-new-submit, .bp-messages-content #bp-message-content #message-reply-form-submit-wrapper #message-reply-new-submit { margin: 10px auto 5px; width: auto; padding: 0 15px; } - .bp-messages-content #bp-message-content #message-new-submit #bp-messages-send, .bp-messages-content #bp-message-content #message-reply-new-submit #send_reply_button { position: static; @@ -24930,7 +25853,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo font-size: 11px; text-align: center; } - .bp-messages-content .bp-message-content_foot_note .space_note { margin-right: 10px; } @@ -24938,40 +25860,33 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo #whats-new-formatting-toolbar .emojionearea .emojionearea-picker { margin-right: -60px; } - - #whats-new-formatting-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { + #whats-new-formatting-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { right: 40px; } } - #buddypress .notifications-header { -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 14px; } - #buddypress .notifications-header .entry-title { margin: 0; } - #buddypress .notifications-header .subnav-filters { margin: 0; } - #buddypress .notifications-header #subnav { border: 0; } - #buddypress .notifications-header .bp-navs { margin: 0; width: auto; } - #buddypress .notifications-header .bp-navs li { margin-bottom: 0; + float: left; } - #buddypress .notifications-header .bp-navs li:last-child { padding: 0; } @@ -24981,7 +25896,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo } @media screen and (max-width: 544px) { - .notifications-options-nav > .select-wrap { width: 100%; } @@ -24990,7 +25904,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo margin-left: 10px; } } - #notifications-bulk-management #notification-select { background-position: right 0.6rem center; border: 0; @@ -25005,18 +25918,14 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo padding: 0; margin-bottom: 30px; } - .bs-member-notifications .title.title { font-size: 1.75rem; } - .bs-member-notifications .notification-header a { font-size: 0.875rem; } - .bs-member-notifications .notification-header .settings { font-size: 1.375rem; - /* opacity: 0.4; */ color: #9ca8b4; min-width: 22px; @@ -25024,12 +25933,11 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo margin-left: 20px; } -.notification-wrap.menu-item-has-children > a::after { +.notification-wrap.menu-item-has-children > a:after { bottom: -4px; left: 0; } - -.notification-wrap.menu-item-has-children > a::before { +.notification-wrap.menu-item-has-children > a:before { content: ""; display: block; position: absolute; @@ -25046,8 +25954,7 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo opacity: 0; visibility: hidden; } - -.notification-wrap.menu-item-has-children.selected > a::before { +.notification-wrap.menu-item-has-children.selected > a:before { opacity: 1; visibility: visible; z-index: 1002; @@ -25061,7 +25968,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo border-radius: 100%; color: rgba(var(--bb-primary-color), 0.5); } - .circle-mark.read { background: var(--bb-primary-color); } @@ -25069,8 +25975,7 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo .notification-list .unread { position: relative; } - -.notification-list .unread::before { +.notification-list .unread:before { background-color: var(--bb-primary-color); border-radius: 50%; content: ""; @@ -25084,15 +25989,12 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo transform: translateX(-50%); width: 10px; } - .notification-list .unread:hover { background: var(--bb-content-alternate-background-color); } - -.notification-list .unread:hover::before { +.notification-list .unread:hover:before { display: none; } - .notification-list .unread:hover .actions:hover .mark-read { color: #122b46; } @@ -25100,7 +26002,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo .bs-item-list.notification-list .bs-item-wrap.read-item { background: var(--bb-content-alternate-background-color); } - .bs-item-list.notification-list .bs-item-wrap:not(.no-hover-effect):hover { border-left-color: transparent; border-right-color: transparent; @@ -25113,7 +26014,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo .notification-list { margin-left: 0; } - .site-header .notification-list { min-width: 400px; max-height: 52vh; @@ -25122,7 +26022,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo margin-bottom: 0; overflow-x: hidden; } - .site-header .notification-list .read-item .notification-avatar a > i { -webkit-box-align: center; -ms-flex-align: center; @@ -25145,23 +26044,19 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo right: -5px; width: 19px; } - .site-header .notification-list .read-item .notification-avatar a > i.bb-icon-calendar { font-size: 17px; } @media (max-width: 543px) { - .site-header .notification-list { min-width: 330px; } } @media (max-width: 380px) { - .site-header .notification-list { min-width: 280px; } } - .notification-list li { display: -webkit-box; display: -ms-flexbox; @@ -25173,16 +26068,13 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo border-bottom: 1px solid var(--bb-content-border-color); position: relative; } - .notification-list li.bs-item-wrap:hover { background-color: transparent; } - .notification-list li:hover { background: var(--bb-content-alternate-background-color); } @media (min-width: 1025px) { - .notification-list li:hover .actions { opacity: 1; visibility: visible; @@ -25190,7 +26082,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo transition: 0.2s all; } } - .notification-list .actions { display: -webkit-box; display: -ms-flexbox; @@ -25204,32 +26095,27 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo position: relative; } @media (min-width: 1025px) { - .notification-list .actions { opacity: 0; visibility: hidden; } } - .notification-list .actions a { display: inline-block; padding: 0; font-size: 24px; margin-left: 4px; } - .notification-list .bs-item-wrap { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } - .notification-list .delete-notification { color: var(--bb-headings-color); opacity: 0.4; margin-left: 10px; } - .notification-list .delete-notification:hover { color: var(--bb-primary-color); opacity: 1; @@ -25238,7 +26124,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo .menu-item-has-children .notification-list li:last-child { margin-bottom: -1px; } - .menu-item-has-children .notification-list .bs-item-wrap:last-child { border-bottom: 0; margin-bottom: 0; @@ -25258,7 +26143,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo padding: 15px; border-bottom: 1px solid var(--bb-content-border-color); } - .notification-header a { display: block; font-size: 13px; @@ -25269,40 +26153,32 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo margin: 0 0 0 22px; padding: 0; } - .notification-header a:hover { background: transparent; } - .notification-header a.mark-all-read { margin-left: auto; } - .notification-header .settings { color: inherit; } - .notification-header .settings i { margin-left: -7px; } - .notification-header .title { font-size: 1.125rem; line-height: 1; margin: 0; } - .notification-header .title + a { margin-left: auto; } - .notification-header .mark-read-all { font-size: 0.875rem; font-weight: 500; color: var(--bb-primary-color); cursor: pointer; } - .notification-header .mark-read-all:hover { color: var(--bb-primary-color); } @@ -25311,7 +26187,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo margin-right: 10px; position: relative; } - .notification-avatar img { display: block; max-width: 36px; @@ -25329,27 +26204,22 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo line-height: 1.3; position: relative; } - .notification-content a { color: var(--bb-headings-color); } - .notification-content a:hover { background: transparent; } - .notification-content a span { color: var(--bb-primary-color); display: inline-block; } - .notification-content .typing-indicator, .notification-content .posted { display: block; font-size: 0.8125rem; margin-top: 3px; line-height: 19px; } - [dir="rtl"] .notification-content .typing-indicator, [dir="rtl"] .notification-content .posted { direction: rtl; @@ -25358,11 +26228,9 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo .bs-item-wrap .notification-content { font-size: 0.875rem; } - .bs-item-wrap span.posted { font-size: 14px; } - .bs-item-wrap .notification-avatar { margin-right: 20px; } @@ -25378,7 +26246,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo width: 100%; border-top: 1px solid var(--bb-content-border-color); } - .notification-footer .delete-all { font-size: 0.875rem; font-weight: 500; @@ -25395,7 +26262,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo -ms-flex-pack: center; justify-content: center; } - .notification-footer .bb-icon-angle-right { color: inherit; margin-left: 0; @@ -25405,7 +26271,6 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo .bb-full-link { font-size: 0; } - .bb-full-link > a { cursor: pointer; font-size: 0; @@ -25417,41 +26282,35 @@ ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blo opacity: 0; } -#header-messages-dropdown-elem .notification-link.active i::after { +#header-messages-dropdown-elem .notification-link.active i:after { right: 0; } - #header-messages-dropdown-elem .notification-users a { font-weight: 500; } - #header-messages-dropdown-elem .notification-list li { padding: 15px 40px 15px 15px; } - -#header-messages-dropdown-elem .notification-list li.unread::before { +#header-messages-dropdown-elem .notification-list li.unread:before { display: block; } -body.settings .bp-vertical-navs #item-body, -body.messages .bp-vertical-navs #item-body, -body.notifications .bp-vertical-navs #item-body { +body.settings:not(body.messages) .bp-vertical-navs #item-body, +body.messages:not(body.messages) .bp-vertical-navs #item-body, +body.notifications:not(body.messages) .bp-vertical-navs #item-body { margin: 0; padding: 0; } - -body.settings .bp-vertical-navs #subnav, -body.messages .bp-vertical-navs #subnav, -body.notifications .bp-vertical-navs #subnav { +body.settings:not(body.messages) .bp-vertical-navs #subnav, +body.messages:not(body.messages) .bp-vertical-navs #subnav, +body.notifications:not(body.messages) .bp-vertical-navs #subnav { margin: 0; } - body.settings #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap, body.messages #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap, body.notifications #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap { margin-top: 0; } - body.settings.bb-template-v1 .bp-vertical-navs #item-body, body.messages.bb-template-v1 .bp-vertical-navs #item-body, body.notifications.bb-template-v1 .bp-vertical-navs #item-body { @@ -25459,24 +26318,40 @@ body.notifications.bb-template-v1 .bp-vertical-navs #item-body { } @media screen and (max-width: 1050px) { - body.settings .bp-vertical-navs #subnav.bb-subnav-private { margin-bottom: 15px; } } - body.messages.bb-template-v1 .bp-vertical-navs #item-body { padding: 20px; } +@media (min-width: 800px) and (max-width: 992px) { + .buddypanel-open #buddypress .notifications-header { + -ms-flex-flow: row wrap; + flex-flow: row wrap; + } + .buddypanel-open #buddypress .notifications-header .subnav-filters { + margin-top: 20px; + width: 100%; + } + .buddypanel-open .notifications-header .subnav-search, + .buddypanel-open .notifications-header .notifications-search { + width: 100%; + } + .buddypanel-open #buddypress .notifications-header .bp-navs li:last-child { + padding-right: 0; + } + .buddypanel-open .notifications-header .subnav-filters { + float: right; + } +} @media (min-width: 544px) { - #notifications-filter-select .select-wrap { margin: 0 0 0 30px; } } @media (max-width: 543px) { - .bs-member-notifications .bs-item-list.list-view .bs-item-wrap { -webkit-box-align: start; -ms-flex-align: start; @@ -25514,7 +26389,8 @@ body.messages.bb-template-v1 .bp-vertical-navs #item-body { .bs-member-notifications .notification-header .settings { margin-left: auto; } - +} +@media screen and (max-width: 800px) { #buddypress .notifications-header { -ms-flex-flow: row wrap; flex-flow: row wrap; @@ -25540,22 +26416,18 @@ body.messages.bb-template-v1 .bp-vertical-navs #item-body { } } @media screen and (max-width: 440px) { - .bb-sort-by-date { margin-top: 10px; width: 100%; } } - body.bp-user.profile:not(.public) #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap { margin-top: 0; } - body.bp-user.profile:not(.public) .bp-wrap { background: transparent; border: 0; } - body.bp-user.profile:not(.public) .bp-vertical-navs #item-body { margin: 0; padding: 0; @@ -25569,7 +26441,6 @@ body.bp-user.profile:not(.public) .bp-vertical-navs #item-body { margin: 0; } @media screen and (max-width: 748px) { - .bp-vertical-navs .bb-profile-grid { margin-left: -10px; margin-right: -10px; @@ -25593,7 +26464,6 @@ header.profile-header { margin: 0 0 30px; padding: 20px 0; } - .profile-loop-header .entry-title.bb-profile-title { margin: 0; font-family: inherit; @@ -25601,7 +26471,6 @@ header.profile-header { line-height: 1.8; } @media (max-width: 375px) { - #buddypress .bp-profile-content .profile-loop-header .button { padding: 6px 14px; } @@ -25619,22 +26488,18 @@ header.profile-header { margin-bottom: 30px; } @media screen and (max-width: 1050px) { - .bp-profile-wrapper { border: 0; background-color: transparent; } } - .bp-profile-wrapper.need-separator { background-color: transparent; border-color: transparent; } - .bp-profile-wrapper.need-separator .bp-profile-content { padding: 0; } - .bp-profile-wrapper.need-separator .group-separator-block { background: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); @@ -25642,37 +26507,29 @@ header.profile-header { margin-bottom: 30px; padding: 0 30px; } - .bp-profile-wrapper.need-separator table.profile-fields td.data > p { margin: 0 0 10px; } - .bp-profile-wrapper.need-separator header.profile-header { margin-bottom: 20px; } - .bp-profile-wrapper.need-separator .bp-widget { margin-bottom: 5px; } - .bp-profile-wrapper.need-separator .repeater-separator { display: none; } - .bp-profile-wrapper table.profile-fields { box-shadow: none; border-radius: 0; border: 0; } - .bp-profile-wrapper .bp-tables-user tbody tr:nth-child(odd) { background: transparent; } - .bp-profile-wrapper .bp-widget:not(:last-child) { margin-bottom: 30px; } - .bp-profile-wrapper #public-personal-li { display: none; } @@ -25682,11 +26539,9 @@ header.profile-header { border: 0; border-radius: 0; } - .bb-user-nav-display-wrap .bp-profile-content { padding: 0; } - .bb-user-nav-display-wrap header.profile-header { padding-top: 0; padding-bottom: 20px; @@ -25704,16 +26559,13 @@ header.profile-header { margin: 0; padding: 30px 0; } - #page #buddypress #item-body .bp-profile-wrapper #subnav .subnav { float: none; } - #page #buddypress #item-body .bp-profile-wrapper #subnav li { float: none; padding: 0; } - #page #buddypress #item-body .bp-profile-wrapper #subnav a { border: 0; font-size: 14px; @@ -25729,10 +26581,9 @@ header.profile-header { line-height: 1; margin-bottom: 1px; } - -#page #buddypress #item-body .bp-profile-wrapper #subnav a::before { +#page #buddypress #item-body .bp-profile-wrapper #subnav a:before { content: "\ee6e"; - font: 400 normal normal 14px/1 bb-icons; + font: normal normal normal 14px/1 bb-icons; speak: none; display: inline-block; font-size: 22px; @@ -25742,30 +26593,25 @@ header.profile-header { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - #page #buddypress #item-body .bp-profile-wrapper #subnav a:hover { background: var(--bb-content-alternate-background-color); color: var(--bb-primary-color); } - -#page #buddypress #item-body .bp-profile-wrapper #subnav #edit::before { +#page #buddypress #item-body .bp-profile-wrapper #subnav #edit:before { content: "\ee5a"; font-family: bb-icons; font-size: 18px; min-width: 22px; text-align: center; } - -#page #buddypress #item-body .bp-profile-wrapper #subnav #change-avatar::before { +#page #buddypress #item-body .bp-profile-wrapper #subnav #change-avatar:before { content: "\ed91"; font-family: bb-icons; } - -#page #buddypress #item-body .bp-profile-wrapper #subnav #change-cover-image::before { +#page #buddypress #item-body .bp-profile-wrapper #subnav #change-cover-image:before { content: "\eeb4"; font-family: bb-icons; } - #page #buddypress #item-body .bp-profile-wrapper #subnav .selected a { background: var(--bb-content-background-color); color: var(--bb-headings-color); @@ -25774,18 +26620,15 @@ header.profile-header { border-bottom: 1px solid var(--bb-content-border-color); } @media screen and (max-width: 900px) { - #page #buddypress #item-body .bp-profile-wrapper #subnav .selected a { border-top: none; border-bottom: none; } } - #page #buddypress #item-body .bp-profile-wrapper #subnav .selected { position: relative; } - -#page #buddypress #item-body .bp-profile-wrapper #subnav .selected::after { +#page #buddypress #item-body .bp-profile-wrapper #subnav .selected:after { content: ""; background: var(--bb-content-background-color); width: 4px; @@ -25797,8 +26640,7 @@ header.profile-header { top: 1px; } @media screen and (max-width: 900px) { - - #page #buddypress #item-body .bp-profile-wrapper #subnav .selected::after { + #page #buddypress #item-body .bp-profile-wrapper #subnav .selected:after { display: none; } } @@ -25811,18 +26653,15 @@ header.profile-header { padding: 0 30px; } @media screen and (max-width: 1050px) { - .bp-navs + .bp-profile-content { border: 1px solid var(--bb-content-border-color); border-radius: var(--bb-block-radius); background-color: var(--bb-content-background-color); } } - .bp-profile-content .profile:not(.public) { padding: 50px; } - .bp-profile-content .profile:not(.public) .screen-heading { font-weight: 500; font-size: 22px; @@ -25834,13 +26673,11 @@ header.profile-header { font-size: 14px; line-height: 1.7; } - .profile.change-avatar .bp-help-text, .profile.change-cover-image .bp-help-text { font-style: normal; padding: 10px 0; } - .profile.change-avatar .warning, .profile.change-cover-image .warning { line-height: 1.6; @@ -25871,7 +26708,6 @@ header.profile-header { line-height: 30px; border-bottom: 1px solid var(--bb-content-border-color); } - .bs-profile-details-wrap .bs-profile-widget-heading { display: -webkit-box; display: -ms-flexbox; @@ -25881,7 +26717,6 @@ header.profile-header { align-items: center; margin-bottom: 20px; } - .bs-profile-details-wrap .bs-profile-widget-heading i { display: none; margin-right: 10px; @@ -25891,11 +26726,9 @@ header.profile-header { text-align: center; font-size: 22px; } - .bs-profile-details-wrap .lg-grid-1-2:nth-child(2n + 1) { border-right: 1px solid var(--bb-content-border-color); } - .bs-profile-details-wrap .bp-widget { margin-bottom: 30px; } @@ -25903,7 +26736,6 @@ header.profile-header { .bs-profile-details-grid .bb-field-group:nth-child(odd) .bp-widget { padding-right: 10px; } - .bs-profile-details-grid .bb-field-group:nth-child(even) .bp-widget { padding-left: 10px; } @@ -25912,7 +26744,7 @@ header.profile-header { #buddypress table.profile-fields tr td.data { padding: 5px 0; font-size: 14px; - font-weight: 400; + font-weight: normal; line-height: inherit; background: none; border: 0; @@ -25946,7 +26778,6 @@ header.profile-header { } .profile.public .bp-widget:not(:last-child) { - /* margin-bottom: 20px; border-bottom: 1px solid $color-border; padding-bottom: 20px; */ @@ -25957,7 +26788,6 @@ header.profile-header { font-style: normal; padding: 10px 5px; } - #item-body > div.profile p.bp-feedback { background: var(--bb-content-alternate-background-color); border: 1px solid var(--bb-content-border-color); @@ -26007,61 +26837,49 @@ div#buddypress #profile-edit-form .datebox-selects label { #buddypress .profile.edit .button-nav a { color: var(--bb-headings-color); } - #buddypress .profile.edit .button-nav a:hover { color: var(--bb-primary-color); } - #buddypress .profile.edit .button-nav .current a { color: var(--bb-headings-color); border-bottom-color: var(--bb-primary-color); } - #buddypress .profile.edit > #profile-edit-form { max-width: 100%; } - #buddypress .profile.edit > #profile-edit-form .editfield { background: transparent; border: 0; margin: 0; padding: 0; } - #buddypress .profile.edit > #profile-edit-form fieldset { padding: 0; } - #buddypress .profile.edit > #profile-edit-form fieldset .editfield legend { font-size: 14px; color: var(--bb-headings-color); } - #buddypress .profile.edit > #profile-edit-form select, #buddypress .profile.edit > #profile-edit-form input[type="number"], #buddypress .profile.edit > #profile-edit-form input[type="email"], #buddypress .profile.edit > #profile-edit-form input[type="text"] { height: 50px; } - #buddypress .profile.edit > #profile-edit-form select[multiple] { min-height: 90px; padding: 5px; } - #buddypress .profile.edit > #profile-edit-form select[multiple] option { padding: 7px; } - #buddypress .profile.edit > #profile-edit-form .editfield { margin: 15px 0; } - #buddypress .profile.edit .button-nav { margin: 30px 0; border-bottom: 1px solid var(--bb-content-border-color); } - #buddypress .profile.edit .button-nav a { background: transparent; padding: 0 0 10px; @@ -26072,18 +26890,15 @@ div#buddypress #profile-edit-form .datebox-selects label { border-radius: 0; box-shadow: none; } - #buddypress .profile.edit .button-nav a:hover { color: var(--bb-headings-color); } - #buddypress .profile.edit .button-nav .current a { background: transparent; border-bottom: 1px solid var(--bb-primary-color); color: var(--bb-headings-color); font-weight: 500; } - #buddypress .profile.edit .visibility-toggle-link { font-size: 13px; background-color: transparent; @@ -26093,18 +26908,15 @@ div#buddypress #profile-edit-form .datebox-selects label { min-height: auto; padding: 0; vertical-align: baseline; - /* border-bottom: 1px dotted; */ border-radius: 0; margin-left: 5px; } - #buddypress .profile.edit .visibility-toggle-link:hover, #buddypress .profile.edit .visibility-toggle-link:focus, #buddypress .profile.edit .visibility-toggle-link:active { background: transparent; color: var(--bb-primary-color); box-shadow: none; } - #buddypress .profile.edit .field-visibility-settings-header { font-size: 12px; } @@ -26122,18 +26934,15 @@ div#buddypress #profile-edit-form .datebox-selects label { margin-bottom: 20px; font-size: 16px; } - #item-body > div.profile .bp-tables-user, #item-body > div.profile table.forum, #item-body > div.profile table.wp-profile-fields { border-radius: 0; box-shadow: none; } - #item-body > div.profile tr:nth-child(odd) { background: transparent; } - #item-body > div.profile h2.screen-heading { border-bottom: 1px solid var(--bb-content-border-color); margin: 0 -20px 20px; @@ -26150,19 +26959,17 @@ a.link-change-profile-image, a.position-change-cover-image { color: var(--bb-content-background-color); } - -a.link-change-cover-image i::before, -a.link-change-profile-image i::before, -a.position-change-cover-image i::before { +a.link-change-cover-image i:before, +a.link-change-profile-image i:before, +a.position-change-cover-image i:before { margin: 0; color: var(--bb-content-background-color); position: relative; z-index: 2; } - -a.link-change-cover-image i::after, -a.link-change-profile-image i::after, -a.position-change-cover-image i::after { +a.link-change-cover-image i:after, +a.link-change-profile-image i:after, +a.position-change-cover-image i:after { position: absolute; left: 4px; top: 4px; @@ -26173,16 +26980,14 @@ a.position-change-cover-image i::after { background-color: var(--bb-headings-color); border-radius: 15px; } - a.link-change-cover-image .bb-icon-edit-thin, a.link-change-profile-image .bb-icon-edit-thin, a.position-change-cover-image .bb-icon-edit-thin { font-size: 24px; } - -a.link-change-cover-image:hover i::after, -a.link-change-profile-image:hover i::after, -a.position-change-cover-image:hover i::after { +a.link-change-cover-image:hover i:after, +a.link-change-profile-image:hover i:after, +a.position-change-cover-image:hover i:after { background-color: var(--bb-primary-color); } @@ -26191,11 +26996,9 @@ a.position-change-cover-image:hover i::after { color: var(--bb-secondary-button-text-regular); border: 1px solid var(--bb-secondary-button-border-regular); } - #buddypress #header-cover-image .header-cover-reposition-wrap > .button:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - #buddypress #header-cover-image .header-cover-reposition-wrap > .button:hover { background-color: var(--bb-secondary-button-background-hover); color: var(--bb-secondary-button-text-hover); @@ -26231,12 +27034,10 @@ a.position-change-cover-image:hover i::after { height: 32px; margin-right: 10px; } - #buddypress #btn_add_repeater_set .dashicons { - font: 400 normal normal 18px/1 bb-icons; + font: normal normal normal 18px/1 bb-icons; } - -#buddypress #btn_add_repeater_set .dashicons::before { +#buddypress #btn_add_repeater_set .dashicons:before { content: "\eef9"; } @@ -26244,20 +27045,16 @@ a.position-change-cover-image:hover i::after { color: var(--bb-alternate-text-color); cursor: pointer; } - #buddypress .repeater_tools a:hover { color: var(--bb-primary-color); } - #buddypress .repeater_tools .dashicons { - font: 400 normal normal 18px/1 bb-icons; + font: normal normal normal 18px/1 bb-icons; } - -#buddypress .repeater_tools .dashicons-edit::before { +#buddypress .repeater_tools .dashicons-edit:before { content: "\ee5a"; } - -#buddypress .repeater_tools .dashicons-trash::before { +#buddypress .repeater_tools .dashicons-trash:before { content: "\ef48"; } @@ -26331,11 +27128,9 @@ body #buddypress .bp-list.invites .action { margin: 0; position: relative; } - .site-content .bp-feedback.bp-sitewide-notice { display: none; } - .bp-feedback.bp-sitewide-notice button { height: auto; width: auto; @@ -26346,11 +27141,9 @@ body #buddypress .bp-list.invites .action { color: var(--bb-body-text-color); margin-left: auto; } - .bp-feedback.bp-sitewide-notice .bp-icon { display: none; } - .bp-feedback.bp-sitewide-notice p { -webkit-box-flex: 1; -ms-flex: 1; @@ -26359,7 +27152,6 @@ body #buddypress .bp-list.invites .action { color: var(--bb-body-text-color); font-size: 14px; } - .bp-feedback.bp-sitewide-notice strong { display: block; margin-bottom: -15px; @@ -26370,7 +27162,6 @@ body #buddypress .bp-list.invites .action { } @media (min-width: 800px) { - #buddypress table.profile-fields tr td.label { width: 25%; } @@ -26380,17 +27171,14 @@ body #buddypress .bp-list.invites .action { } } @media (max-width: 991px) { - .bs-profile-details-grid .bb-field-group:nth-child(odd) .bp-widget { padding-right: 0; } - .bs-profile-details-grid .bb-field-group:nth-child(even) .bp-widget { padding-left: 0; } } @media screen and (max-width: 1050px) { - #page #buddypress #item-body .bp-profile-wrapper #subnav { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -26428,7 +27216,6 @@ body #buddypress .bp-list.invites .action { } } @media screen and (max-width: 520px) { - #buddypress #btn_add_repeater_set { margin-bottom: 15px; } @@ -26437,7 +27224,6 @@ body #buddypress .bp-list.invites .action { margin-bottom: 0; } } - /* Settings */ .bp-settings-container, .bp-invites-container { @@ -26453,13 +27239,11 @@ body #buddypress .bp-list.invites .action { } @media screen and (max-width: 1050px) { - .bp-settings-container { border: 0; background-color: transparent; } } - .bp-invites-container { border: 0; border-radius: var(--bb-block-radius); @@ -26479,13 +27263,11 @@ body #buddypress .bp-list.invites .action { margin: 0; padding: 30px 0; } - .buddypress-wrap .bp-settings-container .bp-navs li, .bp-single-vert-nav .bp-settings-container .bp-navs li { float: none; padding: 0; } - .buddypress-wrap .bp-settings-container .bp-navs a, .bp-single-vert-nav .bp-settings-container .bp-navs a { border: 0; @@ -26502,11 +27284,10 @@ body #buddypress .bp-list.invites .action { line-height: 1; margin-bottom: 1px; } - -.buddypress-wrap .bp-settings-container .bp-navs a::before, -.bp-single-vert-nav .bp-settings-container .bp-navs a::before { +.buddypress-wrap .bp-settings-container .bp-navs a:before, +.bp-single-vert-nav .bp-settings-container .bp-navs a:before { content: "\ee6e"; - font: 400 normal normal 14px/1 bb-icons; + font: normal normal normal 14px/1 bb-icons; speak: none; display: inline-block; font-size: 18px; @@ -26517,69 +27298,60 @@ body #buddypress .bp-list.invites .action { -moz-osx-font-smoothing: grayscale; } @media only screen and (max-width: 768px) { - - .buddypress-wrap .bp-settings-container .bp-navs a::before, - .bp-single-vert-nav .bp-settings-container .bp-navs a::before { + .buddypress-wrap .bp-settings-container .bp-navs a:before, + .bp-single-vert-nav .bp-settings-container .bp-navs a:before { display: none; } } - .buddypress-wrap .bp-settings-container .bp-navs a:hover, .bp-single-vert-nav .bp-settings-container .bp-navs a:hover { background: var(--bb-content-alternate-background-color); color: var(--bb-primary-color); } - -.buddypress-wrap .bp-settings-container .bp-navs #general::before, -.bp-single-vert-nav .bp-settings-container .bp-navs #general::before { +.buddypress-wrap .bp-settings-container .bp-navs #general:before, +.bp-single-vert-nav .bp-settings-container .bp-navs #general:before { content: "\ee27"; } - -.buddypress-wrap .bp-settings-container .bp-navs #notifications::before, -.bp-single-vert-nav .bp-settings-container .bp-navs #notifications::before { +.buddypress-wrap .bp-settings-container .bp-navs #notifications:before, +.bp-single-vert-nav .bp-settings-container .bp-navs #notifications:before { content: "\ee62"; } - -.buddypress-wrap .bp-settings-container .bp-navs #notifications.notification-preferences::before, -.bp-single-vert-nav .bp-settings-container .bp-navs #notifications.notification-preferences::before { +.buddypress-wrap .bp-settings-container .bp-navs #notifications.notification-preferences:before, +.bp-single-vert-nav .bp-settings-container .bp-navs #notifications.notification-preferences:before { content: "\e86d"; } - -.buddypress-wrap .bp-settings-container .bp-navs #profile::before, -.bp-single-vert-nav .bp-settings-container .bp-navs #profile::before { +.buddypress-wrap .bp-settings-container .bp-navs #social.bb-sso-accounts:before, +.bp-single-vert-nav .bp-settings-container .bp-navs #social.bb-sso-accounts:before { + content: "\eec8"; +} +.buddypress-wrap .bp-settings-container .bp-navs #profile:before, +.bp-single-vert-nav .bp-settings-container .bp-navs #profile:before { content: "\eecc"; } - -.buddypress-wrap .bp-settings-container .bp-navs #blocked-members::before, -.bp-single-vert-nav .bp-settings-container .bp-navs #blocked-members::before { +.buddypress-wrap .bp-settings-container .bp-navs #blocked-members:before, +.bp-single-vert-nav .bp-settings-container .bp-navs #blocked-members:before { content: "\ef64"; } - -.buddypress-wrap .bp-settings-container .bp-navs #invites::before, -.bp-single-vert-nav .bp-settings-container .bp-navs #invites::before { +.buddypress-wrap .bp-settings-container .bp-navs #invites:before, +.bp-single-vert-nav .bp-settings-container .bp-navs #invites:before { content: "\ef5a"; } - -.buddypress-wrap .bp-settings-container .bp-navs #export::before, -.bp-single-vert-nav .bp-settings-container .bp-navs #export::before { +.buddypress-wrap .bp-settings-container .bp-navs #export:before, +.bp-single-vert-nav .bp-settings-container .bp-navs #export:before { content: "\E889"; } - -.buddypress-wrap .bp-settings-container .bp-navs #delete-account::before, -.bp-single-vert-nav .bp-settings-container .bp-navs #delete-account::before { +.buddypress-wrap .bp-settings-container .bp-navs #delete-account:before, +.bp-single-vert-nav .bp-settings-container .bp-navs #delete-account:before { content: "\ef48"; } - .buddypress-wrap .bp-settings-container .bp-navs ul.subnav, .bp-single-vert-nav .bp-settings-container .bp-navs ul.subnav { width: 100%; } - .buddypress-wrap .bp-settings-container .bp-navs .current a, .buddypress-wrap .bp-settings-container .bp-navs .selected a, .bp-single-vert-nav .bp-settings-container .bp-navs .current a, .bp-single-vert-nav .bp-settings-container .bp-navs .selected a { - /* background: var(--bb-content-background-color); color: $color-link; */ background: var(--bb-content-background-color); @@ -26589,7 +27361,6 @@ body #buddypress .bp-list.invites .action { border-bottom: 1px solid var(--bb-content-border-color); } @media screen and (max-width: 900px) { - .buddypress-wrap .bp-settings-container .bp-navs .current a, .buddypress-wrap .bp-settings-container .bp-navs .selected a, .bp-single-vert-nav .bp-settings-container .bp-navs .current a, @@ -26598,14 +27369,12 @@ body #buddypress .bp-list.invites .action { border-bottom: none; } } - .buddypress-wrap .bp-settings-container .bp-navs .selected, .bp-single-vert-nav .bp-settings-container .bp-navs .selected { position: relative; } - -.buddypress-wrap .bp-settings-container .bp-navs .selected::after, -.bp-single-vert-nav .bp-settings-container .bp-navs .selected::after { +.buddypress-wrap .bp-settings-container .bp-navs .selected:after, +.bp-single-vert-nav .bp-settings-container .bp-navs .selected:after { content: ""; background: var(--bb-content-background-color); width: 4px; @@ -26617,9 +27386,8 @@ body #buddypress .bp-list.invites .action { top: 1px; } @media screen and (max-width: 900px) { - - .buddypress-wrap .bp-settings-container .bp-navs .selected::after, - .bp-single-vert-nav .bp-settings-container .bp-navs .selected::after { + .buddypress-wrap .bp-settings-container .bp-navs .selected:after, + .bp-single-vert-nav .bp-settings-container .bp-navs .selected:after { display: none; } } @@ -26633,13 +27401,11 @@ body #buddypress .bp-list.invites .action { width: -webkit-calc(100% - 245px); width: calc(100% - 245px); } - #buddypress .bb-bp-settings-content h2.screen-heading { font-weight: 500; font-size: 22px; line-height: 1.1; } - #buddypress .bb-bp-settings-content label { display: block; font-size: 16px; @@ -26649,46 +27415,38 @@ body #buddypress .bp-list.invites .action { line-height: 1.187; margin-bottom: 12px; } - #buddypress .bb-bp-settings-content .bp-radio-wrap label { display: inline-block; } - #buddypress .bb-bp-settings-content .settings-input { margin-bottom: 20px; } - #buddypress .bb-bp-settings-content .bp-feedback { margin-bottom: 30px; } - #buddypress .bb-bp-settings-content .info.bp-feedback { background: var(--bb-content-background-color); } - #buddypress .bb-bp-settings-content .info.email-pwd-info { display: none; } - #buddypress .bb-bp-settings-content .bp-help-text { font-size: 16px; color: var(--bb-alternate-text-color); letter-spacing: -0.27px; line-height: 1.2; } - #buddypress .bb-bp-settings-content .notification-settings { border-top: 1px solid rgba(0, 0, 0, 0.05); + border-radius: 0; margin-top: 20px; margin-bottom: 20px; } - #buddypress .bb-bp-settings-content .notification-settings th, #buddypress .bb-bp-settings-content .notification-settings td { border-bottom: 0; padding: 0; } - #buddypress .bb-bp-settings-content .notification-settings th, #buddypress .bb-bp-settings-content .notification-settings td { padding: 6px 0; @@ -26699,7 +27457,6 @@ body #buddypress .bp-list.invites .action { letter-spacing: -0.27px; line-height: 1.38; } - #buddypress .bb-bp-settings-content .notification-settings th { font-size: 14px; color: var(--bb-alternate-text-color); @@ -26707,27 +27464,22 @@ body #buddypress .bp-list.invites .action { text-transform: uppercase; font-weight: 500; } - #buddypress .bb-bp-settings-content .notification-settings th.title { padding-top: 30px; } - #buddypress .bb-bp-settings-content .notification-settings th.yes { min-width: 80px; } - #buddypress .bb-bp-settings-content .bp-tables-user, #buddypress .bb-bp-settings-content table.forum, #buddypress .bb-bp-settings-content table.wp-profile-fields { table-layout: fixed; } - #buddypress .bb-bp-settings-content .bp-tables-user th.title, #buddypress .bb-bp-settings-content table.forum th.title, #buddypress .bb-bp-settings-content table.wp-profile-fields th.title { padding: 12px 20px; } - #buddypress .bb-bp-settings-content .bp-tables-user td, #buddypress .bb-bp-settings-content table.forum td, #buddypress .bb-bp-settings-content table.wp-profile-fields td { @@ -26735,7 +27487,6 @@ body #buddypress .bp-list.invites .action { border: 0; padding: 12px 20px; } - #buddypress .bb-bp-settings-content table#xprofile-settings-base th:first-child, #buddypress .bb-bp-settings-content table#xprofile-settings-important-data th:first-child { width: 40%; @@ -26744,11 +27495,9 @@ body #buddypress .bp-list.invites .action { #buddypress .bp-tables-report { table-layout: fixed; } - #buddypress .bp-tables-report th { padding: 12px 20px; } - #buddypress .bp-tables-report td { background: transparent; border: 0; @@ -26758,50 +27507,41 @@ body #buddypress .bp-list.invites .action { .bb-bp-settings-content #settings-form input.settings-input { height: 50px; } - .bb-bp-settings-content #settings-form .bb-password-wrap .settings-input { padding-right: 50px; } - .bb-bp-settings-content input#submit { min-width: 160px; height: 42px; font-weight: 500; } - .bb-bp-settings-content .bb-password-wrap a.bb-toggle-password { height: 50px; width: 50px; } - .bb-bp-settings-content .bp-help-text.email-notifications-info { margin-bottom: 2.1875rem; } - .bb-bp-settings-content .notification_info { margin-bottom: 35px; } - .bb-bp-settings-content .notification_info .notification_type h3 { font-size: 1rem; line-height: 1.2rem; font-weight: 600; margin-bottom: 5px; } - .bb-bp-settings-content .notification_info .notification_type p { color: var(--bb-alternate-text-color); font-size: 0.9rem; line-height: 1rem; } - .bb-bp-settings-content .notification_info .notification_type .notification_type_info { margin-left: 15px; -ms-flex-preferred-size: calc(100% - 60px); flex-basis: -webkit-calc(100% - 60px); flex-basis: calc(100% - 60px); } - .bb-bp-settings-content .notification_info .notification_type .notification_type_icon { width: 45px; height: 45px; @@ -26812,77 +27552,115 @@ body #buddypress .bp-list.invites .action { justify-content: center; padding: 0; } - .bb-bp-settings-content .notification_info .notification_type .bb-icon { color: var(--bb-alternate-text-color); font-size: 24px; line-height: 42px; } - .bb-template-v2 .bb-bp-settings-content .notification_info .notification_type .bb-icon { font-weight: 300; } - .buddypress-wrap .bb-bp-settings-content .email-settings-screen { margin-bottom: 10px; } - +.bb-bp-settings-content .main-notification-settings + #activity-notification-settings { + border-collapse: separate; + border: 0; + margin-bottom: 20px; +} +.bb-bp-settings-content .main-notification-settings + #activity-notification-settings thead th { + border-top: 1px solid var(--bb-content-border-color); + border-bottom: 0; + padding-top: 15px; + padding-bottom: 0; +} +.bb-bp-settings-content .main-notification-settings + #activity-notification-settings thead th.title { + border-left: 1px solid var(--bb-content-border-color); + border-top-left-radius: var(--bb-block-radius-inner); + padding-left: 25px; + padding-top: 15px; +} +.bb-bp-settings-content .main-notification-settings + #activity-notification-settings thead th.no { + border-right: 1px solid var(--bb-content-border-color); + border-top-right-radius: var(--bb-block-radius-inner); + padding-right: 25px; + min-width: 80px; +} +.bb-bp-settings-content .main-notification-settings + #activity-notification-settings tbody td { + padding: 15px 0 0 10px; + font-size: 14px; +} +.bb-bp-settings-content .main-notification-settings + #activity-notification-settings tbody td:nth-child(2) { + border-left: 1px solid var(--bb-content-border-color); + padding-left: 25px; +} +.bb-bp-settings-content .main-notification-settings + #activity-notification-settings tbody td:last-child { + padding-right: 25px; + border-right: 1px solid var(--bb-content-border-color); +} +.bb-bp-settings-content .main-notification-settings + #activity-notification-settings tbody td .bp-radio-wrap label { + margin: 0; +} +.bb-bp-settings-content .main-notification-settings + #activity-notification-settings tbody tr:last-child td { + border-bottom: 1px solid var(--bb-content-border-color); + padding-bottom: 20px; +} +.bb-bp-settings-content .main-notification-settings + #activity-notification-settings tbody tr:last-child td:nth-child(2) { + border-bottom-left-radius: var(--bb-block-radius-inner); +} +.bb-bp-settings-content .main-notification-settings + #activity-notification-settings tbody tr:last-child td:last-child { + border-bottom-right-radius: var(--bb-block-radius-inner); +} +.bb-bp-settings-content .main-notification-settings + #activity-notification-settings .yes, +.bb-bp-settings-content .main-notification-settings + #activity-notification-settings .no, +.bb-bp-settings-content .main-notification-settings + #activity-notification-settings .title { + font-size: 13px; + font-weight: 600; +} .bb-bp-settings-content .main-notification-settings { border-collapse: separate; border: 0; margin-bottom: 20px; } - .bb-template-v2 .bb-bp-settings-content .main-notification-settings:first-of-type thead th { border: 0; } - .bb-bp-settings-content .main-notification-settings thead { background-color: transparent; } - .bb-bp-settings-content .main-notification-settings thead .title { padding-left: 25px; } - .bb-bp-settings-content .main-notification-settings thead + tbody tr:first-child td { padding-top: 30px; } - .bb-bp-settings-content .main-notification-settings th { border-color: var(--bb-content-border-color); background-color: var(--bb-content-alternate-background-color); font-size: 14px; padding: 14px; } - .bb-bp-settings-content .main-notification-settings th:first-child { border-radius: var(--bb-block-radius-inner) 0 0 var(--bb-block-radius-inner); } - .bb-bp-settings-content .main-notification-settings th:last-child { border-right: 1px solid var(--bb-content-border-color); border-radius: 0 var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0; overflow: hidden; } - .bb-bp-settings-content .main-notification-settings tr:last-child th { border-bottom: 1px solid var(--bb-content-border-color); } - .bb-bp-settings-content .main-notification-settings .title { font-size: 13px; font-weight: 600; } - .bb-bp-settings-content .main-notification-settings tbody tr:first-child td:first-child { border-top-left-radius: var(--bb-block-radius-inner); } - .bb-bp-settings-content .main-notification-settings tbody tr:first-child td:last-child { border-top-right-radius: var(--bb-block-radius-inner); } - .bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child td { padding-left: 25px; padding-right: 25px; @@ -26891,142 +27669,113 @@ body #buddypress .bp-list.invites .action { border-top-right-radius: var(--bb-block-radius-inner); border-bottom: 0; } - .bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child ~ tr td { border-bottom: 0; padding-bottom: 0; } - .bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child ~ tr td:first-child { border-left: 1px solid var(--bb-content-border-color); padding-left: 25px; } - .bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child ~ tr td:last-child { border-right: 1px solid var(--bb-content-border-color); } - .bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child ~ tr:last-child td { border-bottom: 1px solid var(--bb-content-border-color); padding-bottom: 20px; } - .bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child ~ tr:last-child td:first-child { border-bottom-left-radius: var(--bb-block-radius-inner); } - .bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child ~ tr:last-child td:last-child { border-bottom-right-radius: var(--bb-block-radius-inner); } - .bb-bp-settings-content .main-notification-settings tbody tr:not(.notification_heading):first-child td { border-top: 1px solid var(--bb-content-border-color); } - .bb-bp-settings-content .main-notification-settings tbody tr:not(.notification_heading):first-child td:first-child { border-left: 1px solid var(--bb-content-border-color); padding-left: 25px; } - .bb-bp-settings-content .main-notification-settings tbody tr:not(.notification_heading):first-child td:last-child { border-right: 1px solid var(--bb-content-border-color); } - .bb-bp-settings-content .main-notification-settings tbody td { font-size: 14px; padding: 15px 0 15px 10px; } - .bb-bp-settings-content .main-notification-settings tbody td:first-child { padding-left: 0; } - .bb-bp-settings-content .main-notification-settings tbody tr:last-child:not(.notification_heading) td { border-bottom: 1px solid var(--bb-content-border-color); } - .bb-bp-settings-content .main-notification-settings tbody .notification_heading td { padding-top: 15px; padding-bottom: 0; } - .bb-bp-settings-content .main-notification-settings tbody .title { color: var(--bb-alternate-text-color); } - -.bb-bp-settings-content .main-notification-settings .bs-styled-checkbox + label::before { +.bb-bp-settings-content .main-notification-settings .bs-styled-checkbox + label:before { width: 16px; height: 16px; vertical-align: middle; } - -.bb-bp-settings-content .main-notification-settings .bs-styled-checkbox:checked + label::after { +.bb-bp-settings-content .main-notification-settings .bs-styled-checkbox:checked + label:after { font-size: 13px; font-weight: 400; left: 2px; top: 3px; line-height: 1; } - -.bb-bp-settings-content .main-notification-settings li.disabled > .bs-styled-checkbox + label::before, -.bb-bp-settings-content .main-notification-settings .bs-styled-checkbox:disabled + label::before { +.bb-bp-settings-content .main-notification-settings li.disabled > .bs-styled-checkbox + label:before, +.bb-bp-settings-content .main-notification-settings .bs-styled-checkbox:disabled + label:before { border-color: #ddd; background: #ddd; } - -.bb-bp-settings-content .main-notification-settings .bs-styled-checkbox:disabled:not(:checked) + label::before { +.bb-bp-settings-content .main-notification-settings .bs-styled-checkbox:disabled:not(:checked) + label:before { background-color: transparent; } @media screen and (max-width: 900px) { - .bb-bp-settings-content .main-notification-settings { margin-bottom: 0; } - .bb-bp-settings-content .main-notification-settings:first-of-type { margin-bottom: 20px; } - .bb-bp-settings-content .main-notification-settings:last-of-type tbody tr.notification_heading:first-child ~ tr:last-child td { border-bottom: 0; } - .bb-bp-settings-content .main-notification-settings .bb-mobile-setting ul { background-color: var(--bb-content-background-color); border-radius: var(--bb-block-radius-inner); } - .bb-bp-settings-content .main-notification-settings thead th.title { border-radius: var(--bb-block-radius-inner); border-right: 1px solid var(--bb-content-border-color); } - .bb-bp-settings-content .main-notification-settings .disabled input.bs-styled-checkbox { opacity: 0; } - .bb-bp-settings-content .main-notification-settings .bb-mobile-setting .bb-mobile-setting-anchor { font-weight: 400; border-radius: var(--bb-block-radius-inner); } - - .bb-bp-settings-content .main-notification-settings .bb-mobile-setting .bb-mobile-setting-anchor::after { + .bb-bp-settings-content .main-notification-settings .bb-mobile-setting .bb-mobile-setting-anchor:after { font-size: 20px; font-weight: 400; } - .bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child td { border: 0; padding-left: 15px; } - .bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child ~ tr td:first-child { border-left: 0; border-radius: 0 !important; padding-left: 15px; padding-right: 15px; } - .bb-bp-settings-content .main-notification-settings tbody tr:only-child td:first-child, .bb-bp-settings-content .main-notification-settings tbody tr:only-child td:last-child, .bb-bp-settings-content .main-notification-settings tbody tr:not(.notification_heading):only-child td:first-child, @@ -27040,12 +27789,10 @@ body #buddypress .bp-list.invites .action { } @media screen and (max-width: 900px) { - .notification_info .notification_type { border-color: var(--bb-content-border-color); } } - #buddypress .bb-bp-settings-content .main-notification-settings label { margin: 0; font-size: 14px; @@ -27059,13 +27806,11 @@ body #buddypress .bp-list.invites .action { font-weight: 500; float: right; } - #moderation-list .moderation-item-actions .button.disabled { color: #fff; border: 0; box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1); } - #moderation-list td.moderation-block-member .description { margin-left: 10px; font-size: 90%; @@ -27086,8 +27831,7 @@ body #buddypress .bp-list.invites .action { color: #fff; text-align: center; } - -.dz-default::before { +.dz-default:before { content: "\e864"; font-family: bb-icons; font-size: 24px; @@ -27106,7 +27850,6 @@ body #buddypress .bp-list.invites .action { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - .dz-default span { display: block; margin-top: 8px; @@ -27134,8 +27877,7 @@ body #buddypress .bp-list.invites .action { z-index: 5; pointer-events: none; } - -.dz-default.dz-drag::before { +.dz-default.dz-drag:before { content: "\edb1"; } @@ -27149,12 +27891,10 @@ body #buddypress .bp-list.invites .action { border-radius: 4px 0 0 4px; padding: 40px 0; } - .left-vertical-tabs ul { list-style: none; margin: 0; } - .left-vertical-tabs ul a { font-size: 14px; color: #939597; @@ -27163,34 +27903,27 @@ body #buddypress .bp-list.invites .action { padding: 13px 20px; line-height: 1; } - .left-vertical-tabs ul a:hover { color: var(--bb-primary-color); } - .left-vertical-tabs ul i { font-size: 24px; width: 24px; } - .left-vertical-tabs li { -webkit-transition: 0.3s all; transition: 0.3s all; margin-bottom: 1px; } - .left-vertical-tabs li:hover { background: rgba(77, 92, 109, 0.1); } - .left-vertical-tabs .active { background: rgba(77, 92, 109, 0.1); } - .left-vertical-tabs .active a { color: #122b46; } - .left-vertical-tabs span.title { display: -webkit-box; display: -ms-flexbox; @@ -27199,7 +27932,6 @@ body #buddypress .bp-list.invites .action { -ms-flex-align: center; align-items: center; } - .left-vertical-tabs span.title span { margin-left: 10px; } @@ -27208,12 +27940,10 @@ body #buddypress .bp-list.invites .action { display: block; position: relative; } - .bb-input-wrap .bb-input { height: 50px; width: 100%; } - .bb-input-wrap i { left: 0; top: 0; @@ -27227,22 +27957,18 @@ body #buddypress .bp-list.invites .action { font-size: 22px; z-index: 1; } - .bb-input-wrap i + .bb-input { padding-left: 48px; } - .bb-input-wrap .bb-icon-visibility { font-size: 24px; left: auto; right: 0; } - .bb-input-wrap .bb-textarea { height: 120px; width: 100%; } - .bb-input-wrap textarea { resize: vertical; } @@ -27257,12 +27983,12 @@ span.bb-visibility-wrap { z-index: 1; } -.bb-input[type="password"] + .bb-visibility-wrap .bb-icon-visibility::before { +.bb-input[type="password"] + .bb-visibility-wrap .bb-icon-visibility:before { font-family: bb-icons; content: "\ee6a"; } -.bb-input[type="text"] + .bb-visibility-wrap .bb-icon-visibility::before { +.bb-input[type="text"] + .bb-visibility-wrap .bb-icon-visibility:before { content: "\ee69"; font-family: bb-icons; } @@ -27293,7 +28019,6 @@ div.bs-settings-container .bb-profile-avatar-wrap { height: 152px; width: 152px; } - div.bs-settings-container .bb-profile-avatar-wrap .dz-default span { display: block; } @@ -27309,13 +28034,11 @@ div.bs-settings-container .bb-profile-avatar-wrap .dz-default span { border-radius: 4px; position: relative; } - #bb-profile-avatar-wrap-components video { position: absolute; z-index: 3; object-fit: cover; } - #bb-profile-avatar-wrap-components #captureAvatarlink { position: absolute; z-index: 3; @@ -27325,11 +28048,9 @@ div.bs-settings-container .bb-profile-avatar-wrap .dz-default span { font-weight: 500; text-transform: uppercase; } - #bb-profile-avatar-wrap-components #avatar-drag-message { z-index: 1; } - #bb-profile-avatar-wrap-components div#profile_avatar { background-size: cover; background-repeat: no-repeat; @@ -27347,8 +28068,7 @@ div.bs-settings-container .bb-profile-avatar-wrap .dz-default span { justify-content: center; z-index: 5; } - -#bb-profile-avatar-wrap-components div#profile_avatar::before { +#bb-profile-avatar-wrap-components div#profile_avatar:before { background: rgba(18, 43, 70, 0.3); content: ""; position: absolute; @@ -27357,7 +28077,6 @@ div.bs-settings-container .bb-profile-avatar-wrap .dz-default span { height: 100%; width: 100%; } - #bb-profile-avatar-wrap-components .croppie-container { position: absolute; top: 0; @@ -27365,7 +28084,6 @@ div.bs-settings-container .bb-profile-avatar-wrap .dz-default span { transition: all 200ms ease; z-index: 3; } - #bb-profile-avatar-wrap-components .croppie-container .cr-boundary { width: 100% !important; height: 100% !important; @@ -27374,7 +28092,6 @@ div.bs-settings-container .bb-profile-avatar-wrap .dz-default span { z-index: 3; background: #fff; } - #bb-profile-avatar-wrap-components .croppie-container .cr-viewport { border: 0; } @@ -27384,7 +28101,6 @@ div.bs-settings-container .bb-profile-avatar-wrap .dz-default span { height: 90px; margin-top: -60px; } - .has-sidebar .bb-profile-avatar-wrap .dz-default span { display: none; } @@ -27392,14 +28108,12 @@ div.bs-settings-container .bb-profile-avatar-wrap .dz-default span { .bb-profile-cover-wrap #cover-drag-message { z-index: 1; } - .bb-profile-cover-wrap .croppie-container { position: absolute; overflow: hidden; border-radius: 4px; z-index: 3; } - .bb-profile-cover-wrap .croppie-container .cr-boundary { width: 100% !important; height: 100% !important; @@ -27408,17 +28122,14 @@ div.bs-settings-container .bb-profile-avatar-wrap .dz-default span { top: 0; background: #fff; } - .bb-profile-cover-wrap .croppie-container .cr-viewport { border: 0; } - .bb-profile-cover-wrap .dz-default { position: absolute; top: 50%; margin-top: -25px; } - .bb-profile-cover-wrap .dz-default.dz-drag { top: 0; margin: 0; @@ -27433,7 +28144,6 @@ div.bs-settings-container .bb-profile-avatar-wrap .dz-default span { z-index: 2; position: relative; } - .bb-profile-wrap [class*="bb-delete"] { color: #fff; font-size: 22px; @@ -27442,34 +28152,28 @@ div.bs-settings-container .bb-profile-avatar-wrap .dz-default span { right: 0; z-index: 5; } - .bb-profile-wrap .bs-dropdown-wrap { position: absolute; z-index: 7; top: 0; right: 0; } - .bb-profile-wrap .bs-dropdown-wrap .bs-dropdown { top: 46px; } - -.bb-profile-wrap .bs-dropdown-wrap .bs-dropdown::after { +.bb-profile-wrap .bs-dropdown-wrap .bs-dropdown:after { right: 15px; } - .bb-profile-wrap .bs-dropdown-wrap .bb-icon-menu-dots-v { color: #fff; position: relative; right: 10px; top: 10px; } - .bb-profile-wrap.loading .cr-image { opacity: 0.6 !important; } - -.bb-profile-wrap.loading::before { +.bb-profile-wrap.loading:before { position: absolute; top: 38%; left: 0; @@ -27486,16 +28190,13 @@ div.bs-settings-container .bb-profile-avatar-wrap .dz-default span { animation: spin 3s infinite linear; z-index: 12; } - .bb-profile-wrap.loading .dz-default { display: none; } body.notifications.bp-user #item-header, body.settings.bp-user #item-header { - /* display: none; */ - /* This is removed due to issue in 'BuddyPress Nouveau' */ } @@ -27512,19 +28213,16 @@ body.settings.bp-user #item-header { background-repeat: no-repeat; padding-right: 15px; } - .bb-profile-section i { font-size: 14px; color: #939597; margin-right: 5px; } - .bb-profile-section input:not([type="checkbox"], [type="radio"]), .bb-profile-section textarea, .bb-profile-section select { width: 100%; } - .bb-profile-section .bb-icon-user-small-plus { font-size: 17px; } @@ -27534,11 +28232,9 @@ body.settings.bp-user #item-header { padding-top: 25px; padding-bottom: 25px; } - .notification-settings-wrap:last-child { border-bottom: 1px solid rgba(0, 0, 0, 0.05); } - .notification-settings-wrap th, .notification-settings-wrap td { padding: 6px 0; @@ -27549,11 +28245,9 @@ body.settings.bp-user #item-header { letter-spacing: -0.27px; line-height: 1.38; } - .notification-settings-wrap th { padding: 5px 0 15px; } - .notification-settings-wrap .yes { padding-left: 15px; text-align: right; @@ -27580,7 +28274,6 @@ div#message.error { border-radius: 4px; max-width: 100%; } - .vdp-datepicker .vdp-datepicker__calendar header { border-bottom: 1px solid #e8eaed; overflow: hidden; @@ -27597,24 +28290,21 @@ div#message.error { -ms-flex-align: center; align-items: center; } - .vdp-datepicker .vdp-datepicker__calendar > div { padding: 10px 20px 20px; } - .vdp-datepicker .vdp-datepicker__calendar .prev, .vdp-datepicker .vdp-datepicker__calendar .next { line-height: 1; text-indent: 0; font-size: 0; } - -.vdp-datepicker .vdp-datepicker__calendar .prev::before, -.vdp-datepicker .vdp-datepicker__calendar .next::before { +.vdp-datepicker .vdp-datepicker__calendar .prev:before, +.vdp-datepicker .vdp-datepicker__calendar .next:before { content: "\e827"; color: #53597b; display: inline-block; - font: 400 normal normal 14px/1 bb-icons; + font: normal normal normal 14px/1 bb-icons; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; @@ -27625,30 +28315,25 @@ div#message.error { transform: rotate(180deg); top: -12px; } - -.vdp-datepicker .vdp-datepicker__calendar .prev::after, -.vdp-datepicker .vdp-datepicker__calendar .next::after { +.vdp-datepicker .vdp-datepicker__calendar .prev:after, +.vdp-datepicker .vdp-datepicker__calendar .next:after { display: none; } - -.vdp-datepicker .vdp-datepicker__calendar .next::before { +.vdp-datepicker .vdp-datepicker__calendar .next:before { -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); } - .vdp-datepicker .vdp-datepicker__calendar .cell.day-header { font-size: 10px; color: var(--bb-body-text-color); opacity: 0.5; text-transform: uppercase; } - .vdp-datepicker .vdp-datepicker__calendar .cell { font-size: 14px; color: var(--bb-headings-color); } - .vdp-datepicker .vdp-datepicker__calendar .cell.selected, .vdp-datepicker .vdp-datepicker__calendar .cell.selected.highlighted, .vdp-datepicker .vdp-datepicker__calendar .cell.selected:hover { @@ -27656,16 +28341,14 @@ div#message.error { color: #fff; position: relative; } - .vdp-datepicker .vdp-datepicker__calendar .cell.selected:not(.day), .vdp-datepicker .vdp-datepicker__calendar .cell.selected.highlighted:not(.day), .vdp-datepicker .vdp-datepicker__calendar .cell.selected:hover:not(.day) { background: var(--bb-primary-color); } - -.vdp-datepicker .vdp-datepicker__calendar .cell.selected.day::before, -.vdp-datepicker .vdp-datepicker__calendar .cell.selected.highlighted.day::before, -.vdp-datepicker .vdp-datepicker__calendar .cell.selected:hover.day::before { +.vdp-datepicker .vdp-datepicker__calendar .cell.selected.day:before, +.vdp-datepicker .vdp-datepicker__calendar .cell.selected.highlighted.day:before, +.vdp-datepicker .vdp-datepicker__calendar .cell.selected:hover.day:before { content: ""; position: absolute; left: 0; @@ -27680,15 +28363,12 @@ div#message.error { z-index: -1; top: 3px; } - .vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank, .disabled).day:hover, .vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank, .disabled).month:hover, .vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank, .disabled).year:hover { border: 1px solid transparent; - /* color: $color-link; */ } - .vdp-datepicker .vdp-datepicker__calendar .cell:not(.selected):hover { color: var(--bb-primary-color); } @@ -27697,19 +28377,15 @@ div#message.error { max-width: 520px; width: 100%; } - #buddypress #profile-edit-form .editfield { margin-bottom: 20px; } - #buddypress #profile-edit-form fieldset { margin: 0; } - #buddypress #profile-edit-form .clear-value { display: none; } - #buddypress #profile-edit-form label:not(.bp-screen-reader-text), #buddypress #profile-edit-form legend:not(.bp-screen-reader-text) { display: block; @@ -27721,19 +28397,16 @@ div#message.error { line-height: 1; margin-bottom: 12px; } - #buddypress #profile-edit-form input[type="text"], #buddypress #profile-edit-form select { height: 50px; font-style: normal; width: 100%; } - #buddypress #profile-edit-form .field-visibility-settings-toggle { margin: 0; position: relative; } - #buddypress #profile-edit-form .field-visibility-settings-toggle select { position: absolute; right: 0; @@ -27754,7 +28427,6 @@ div#message.error { -moz-appearance: none; appearance: none; } - #buddypress #profile-edit-form .wp-editor-container button, #buddypress #profile-edit-form .wp-editor-container .button { padding: 4px 2px; @@ -27764,15 +28436,12 @@ div#message.error { margin: 0; min-height: 20px; } - #buddypress #profile-edit-form .wp-editor-container .mce-ico { color: #222; } - #buddypress #profile-edit-form .quicktags-toolbar { background: #ecf0f1; } - #buddypress #profile-edit-form .wp-editor-container textarea { border: 0; font-family: inherit; @@ -27783,29 +28452,24 @@ div#message.error { padding-bottom: 10px; height: auto; } - #buddypress #profile-edit-form .datebox-selects { display: -webkit-box; display: -ms-flexbox; display: flex; } - #buddypress #profile-edit-form .datebox-selects select:not(:last-child) { margin-right: 10px; } - #buddypress #profile-edit-form .datebox-selects label { margin-right: 10px; -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0; } - #buddypress #profile-edit-form div.submit { clear: none; padding: 0; } - #buddypress #profile-edit-form div.submit input { margin-right: 0; height: 38px; @@ -27815,11 +28479,9 @@ div#message.error { #subnav.subnav_tab { border-bottom: 0; } - #subnav.subnav_tab .subnav li { padding: 0; } - #subnav.subnav_tab .subnav li a { color: var(--bb-body-text-color); background-color: transparent; @@ -27828,11 +28490,9 @@ div#message.error { border-radius: 0; padding: 0 0 10px; } - #subnav.subnav_tab .subnav li a:focus, #subnav.subnav_tab .subnav li a:hover { background-color: transparent; } - #subnav.subnav_tab .subnav li.selected a { border-bottom-color: var(--bb-primary-color); color: var(--bb-headings-color); @@ -27843,16 +28503,13 @@ div#message.error { border-color: var(--bb-content-border-color); border-radius: var(--bb-block-radius-inner); } - .bb-accordion .bb-accordion_panel { border-color: var(--bb-content-border-color); } - .buddypress-wrap .bb-accordion .bb-accordion_title { color: var(--bb-headings-color); margin-bottom: 0; } - .buddypress .buddypress-wrap .bb-accordion .bb-accordion_trigger { color: var(--bb-headings-color); opacity: 0.4; @@ -27860,11 +28517,9 @@ div#message.error { box-shadow: none; } @media screen and (max-width: 767px) { - .bb-accordion { border-radius: 0; } - .bb-accordion.is_closed { border-color: var(--bb-content-border-color); } @@ -27873,49 +28528,39 @@ div#message.error { .subscription-items li { border-radius: var(--bb-block-radius-inner); } - .subscription-items li:focus-within, .subscription-items li:hover { background-color: var(--bb-content-alternate-background-color); } - -.subscription-items .subscription-item_image img, .subscription-items .subscription-item_image::before { +.subscription-items .subscription-item_image img, .subscription-items .subscription-item_image:before { border-radius: var(--bb-block-radius-inner); } - .subscription-items .subscription-item_detail .subscription-item_title { color: var(--bb-headings-color); } - .subscription-items .subscription-item_detail .subscription-item_meta { color: var(--bb-alternate-text-color); } - .buddypress .buddypress-wrap .subscription-items .subscription-item_remove { color: var(--bb-headings-color); border-radius: var(--bb-block-radius-inner); opacity: 0.4; } - .buddypress .buddypress-wrap .subscription-items .subscription-item_remove:focus, .buddypress .buddypress-wrap .subscription-items .subscription-item_remove:hover { background-color: var(--bb-content-background-color); opacity: 1; box-shadow: none; } - .buddypress .buddypress-wrap .subscription-items .subscription-item_remove:focus i, .buddypress .buddypress-wrap .subscription-items .subscription-item_remove:hover i { color: var(--bb-headings-color); } - .buddypress .buddypress-wrap .subscription-items .subscription-item_remove.is_loading { opacity: 1; margin-top: 3px; background-color: transparent; } - .subscription-items > p { color: var(--bb-body-text-color); } - .subscription-items.is_loading .subscription-items_loading .subscription-items-image_loading { border-radius: var(--bb-block-radius-inner); } @@ -27925,21 +28570,18 @@ div#message.error { } @media (min-width: 1081px) { - - .left-vertical-tabs [data-balloon]::before, - .left-vertical-tabs [data-balloon]::after { + .left-vertical-tabs [data-balloon]:before, + .left-vertical-tabs [data-balloon]:after { display: none; } } @media (max-width: 1080px) { - .has-sidebar .left-vertical-tabs { -ms-flex-preferred-size: auto; flex-basis: auto; } } @media (max-width: 800px) { - .notification-settings-wrap th, .notification-settings-wrap td { font-size: 14px; @@ -27951,13 +28593,11 @@ div#message.error { margin-top: -70px; margin-left: 30px; } - .bb-profile-avatar-wrap .dz-default span { display: none; } } @media (max-width: 800px) { - div.bs-settings-container .bb-profile-avatar-wrap { margin-left: 30px; margin-top: -122px; @@ -27979,7 +28619,6 @@ div#message.error { } } @media screen and (max-width: 1050px) { - #buddypress .bp-settings-container .bp-navs { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -28008,7 +28647,6 @@ div#message.error { .bb-bp-settings-content .screen-heading.group-invites-screen { display: none; } - .bb-bp-settings-content .subnav_tab .subnav { margin-top: 0; } @@ -28016,6 +28654,7 @@ div#message.error { .bb-subnav-private .bp-navs__dropdown { display: block; width: 100%; + margin-bottom: 15px; } .bp-subnavs.bb-subnav-private .subnav { @@ -28023,7 +28662,6 @@ div#message.error { } } @media (max-width: 640px) { - div.bs-settings-container .bb-profile-avatar-wrap { width: 120px; height: 120px; @@ -28044,7 +28682,6 @@ div#message.error { } } @media (min-width: 541px) { - #buddypress #profile-edit-form .datebox-selects select[name*="day"] { -webkit-box-flex: 0; -ms-flex: 0 0 90px; @@ -28052,13 +28689,12 @@ div#message.error { } } @media (max-width: 540px) { - - .bb-profile-wrap.loading::before { + .bb-profile-wrap.loading:before { font-size: 20px; } - .left-vertical-tabs [data-balloon]::before, - .left-vertical-tabs [data-balloon]::after { + .left-vertical-tabs [data-balloon]:before, + .left-vertical-tabs [data-balloon]:after { display: none; } @@ -28066,9 +28702,9 @@ div#message.error { font-size: 10px; } - .vdp-datepicker .vdp-datepicker__calendar .cell.selected.day::before, - .vdp-datepicker .vdp-datepicker__calendar .cell.selected.highlighted.day::before, - .vdp-datepicker .vdp-datepicker__calendar .cell.selected:hover.day::before { + .vdp-datepicker .vdp-datepicker__calendar .cell.selected.day:before, + .vdp-datepicker .vdp-datepicker__calendar .cell.selected.highlighted.day:before, + .vdp-datepicker .vdp-datepicker__calendar .cell.selected:hover.day:before { height: 24px; width: 24px; top: 8px; @@ -28076,13 +28712,12 @@ div#message.error { .vdp-datepicker .vdp-datepicker__calendar .cell.day-header { font-size: 8px; - font-weight: 700; + font-weight: bold; } .bb-profile-avatar-wrap + .button-wrap { text-align: center; } - .bb-profile-avatar-wrap + .button-wrap .button { margin-bottom: 10px; } @@ -28146,34 +28781,29 @@ div#message.error { #moderation-list thead { display: none; } - #moderation-list tbody, #moderation-list tbody tr, #moderation-list tbody tr td { display: block; width: 100%; } - #moderation-list tbody tr td { padding-top: 30px; border-bottom: 1px solid var(--bb-content-border-color) !important; display: inline-block; width: 100%; } - - #moderation-list tbody tr td::before { + #moderation-list tbody tr td:before { content: attr(data-title); display: block; font-size: 15px; font-weight: 700; } - #moderation-list .bp-unblock-user { width: 100%; } } @media (max-width: 380px) { - .bs-settings-container .button-wrap input[type="button"] { margin-top: 5px; margin-bottom: 5px; @@ -28182,7 +28812,6 @@ div#message.error { .settings-messages .message { font-size: 13px; } - .settings-messages .message code { font-size: 13px; } @@ -28206,36 +28835,30 @@ div#message.error { -ms-flex-direction: column; flex-direction: column; } - .settings #buddypress .settings-header > .button { margin: 10px auto 0; } } @-webkit-keyframes spin { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes spin { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } - .buddypress-wrap .bp-tables-report tr th { font-size: 14px; } @@ -28257,7 +28880,6 @@ body #buddypress a.export-csv { -webkit-transition: 0.3s all; transition: 0.3s all; } - body #buddypress a.export-csv:hover { box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1); } @@ -28268,40 +28890,33 @@ body #buddypress a.export-csv:hover { margin-left: -2px; margin-right: -2px; } - .bs-bp-container-reg #buddypress #signup-form.standard-form > p { font-size: 14px; line-height: 21px; } - .bs-bp-container-reg #buddypress #signup-form.standard-form p.description { margin: 0 0 12px; background: transparent; color: var(--bb-alternate-text-color); line-height: 150%; } - .bs-bp-container-reg #buddypress #signup-form.standard-form #basic-details-section.register-section, .bs-bp-container-reg #buddypress #signup-form.standard-form #profile-details-section.register-section { float: none; margin: 0 auto; width: 100%; } - .bs-bp-container-reg #buddypress #signup-form.standard-form #basic-details-section.register-section > h2, .bs-bp-container-reg #buddypress #signup-form.standard-form #profile-details-section.register-section > h2 { margin-bottom: 0.5rem; } - .bs-bp-container-reg #buddypress #signup-form.standard-form #basic-details-section.register-section { margin-bottom: 0; } - .bs-bp-container-reg #buddypress #signup-form.standard-form #profile-details-section.register-section .editfield { margin-top: 0; margin-bottom: 0; } - .bs-bp-container-reg #buddypress #signup-form.standard-form input[type="color"], .bs-bp-container-reg #buddypress #signup-form.standard-form input[type="date"], .bs-bp-container-reg #buddypress #signup-form.standard-form input[type="datetime-local"], @@ -28333,7 +28948,6 @@ body #buddypress a.export-csv:hover { padding: 0 12px; margin-bottom: 12px; } - .bs-bp-container-reg #buddypress #signup-form.standard-form input[type="color"]:focus, .bs-bp-container-reg #buddypress #signup-form.standard-form input[type="date"]:focus, .bs-bp-container-reg #buddypress #signup-form.standard-form input[type="datetime-local"]:focus, @@ -28354,84 +28968,69 @@ body #buddypress a.export-csv:hover { box-shadow: var(--bb-input-focus-shadow); border-color: var(--bb-input-focus-border-color); } - .bs-bp-container-reg #buddypress #signup-form.standard-form input#signup_blog_url { margin-bottom: 0; } - .bs-bp-container-reg #buddypress #signup-form.standard-form select { padding-right: 30px; } - .bs-bp-container-reg #buddypress #signup-form.standard-form .datebox-selects select { width: auto; } @media (max-width: 544px) { - .bs-bp-container-reg #buddypress #signup-form.standard-form .datebox-selects select { width: 100%; margin-bottom: 10px; } } - .bs-bp-container-reg #buddypress #signup-form.standard-form fieldset { margin-top: 0; } - .bs-bp-container-reg #buddypress #signup-form.standard-form label, .bs-bp-container-reg #buddypress #signup-form.standard-form legend { - font-weight: 400; + font-weight: normal; font-size: 16px; color: var(--bb-headings-color); } - .bs-bp-container-reg #buddypress #signup-form.standard-form .radio-button-options label { line-height: 1; } - .bs-bp-container-reg #buddypress #signup-form.standard-form .checkbox-options label, .bs-bp-container-reg #buddypress #signup-form.standard-form .radio-button-options label { margin-top: 8px; margin-bottom: 8px; font-size: 14px; } - -.bs-bp-container-reg #buddypress #signup-form.standard-form .checkbox-options label::before, -.bs-bp-container-reg #buddypress #signup-form.standard-form .radio-button-options label::before { +.bs-bp-container-reg #buddypress #signup-form.standard-form .checkbox-options label:before, +.bs-bp-container-reg #buddypress #signup-form.standard-form .radio-button-options label:before { position: relative; bottom: 1px; z-index: 1; } - -.bs-bp-container-reg #buddypress #signup-form.standard-form .checkbox-options label::after, -.bs-bp-container-reg #buddypress #signup-form.standard-form .radio-button-options label::after { +.bs-bp-container-reg #buddypress #signup-form.standard-form .checkbox-options label:after, +.bs-bp-container-reg #buddypress #signup-form.standard-form .radio-button-options label:after { top: 2px; z-index: 2; } - .bs-bp-container-reg #buddypress #signup-form.standard-form .popup-modal-register { font-weight: 600; } - .bs-bp-container-reg #buddypress #signup-form.standard-form .submit input[type="submit"], .bs-bp-container-reg #buddypress #signup-form.standard-form button { font-size: 14px; margin-right: 0; } - .bs-bp-container-reg #buddypress #signup-form.standard-form button { padding: 6px 20px; min-height: 34px; } - .bs-bp-container-reg #buddypress #signup-form.standard-form .field-visibility-settings-toggle { font-size: 12px; margin-top: 0.3rem; } - .bs-bp-container-reg #buddypress #signup-form.standard-form .field-visibility-settings-toggle button { font-size: 12px; - font-weight: 400; + font-weight: normal; background: none; background-color: none; color: #fff; @@ -28442,15 +29041,12 @@ body #buddypress a.export-csv:hover { line-height: 1.6875rem; vertical-align: baseline; } - .bs-bp-container-reg #buddypress #signup-form.standard-form a.clear-value { font-size: 12px; } - .bs-bp-container-reg #buddypress #signup-form.standard-form .register-section > h2 { font-size: 18px; } - .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap.html-active .wp-editor-tabs button { border-color: #ddd; border-bottom: 0; @@ -28458,11 +29054,9 @@ body #buddypress a.export-csv:hover { border-radius: 3px 3px 0 0; box-shadow: none; } - .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap.html-active .wp-editor-tabs button.switch-html { background-color: var(--bb-content-alternate-background-color); } - .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap.tmce-active .wp-editor-tabs button { border-color: #ddd; border-bottom: 0; @@ -28470,25 +29064,20 @@ body #buddypress a.export-csv:hover { border-radius: 3px 3px 0 0; box-shadow: none; } - .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap.tmce-active button.switch-tmce { background-color: var(--bb-content-alternate-background-color); } - .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-tabs button { border-radius: 0; padding: 0 15px; } - .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container { border-radius: 3px; } - .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel, .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar { background-color: var(--bb-content-alternate-background-color); } - .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn:focus, .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn:hover, .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .qt-dfw:focus, @@ -28501,7 +29090,6 @@ body #buddypress a.export-csv:hover { border-color: transparent; color: rgba(18, 43, 70, 0.8); } - .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn:focus .mce-ico, .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn:hover .mce-ico, .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .qt-dfw:focus .mce-ico, @@ -28512,33 +29100,28 @@ body #buddypress a.export-csv:hover { .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .qt-dfw:hover .mce-ico { color: rgba(18, 43, 70, 0.8); } - .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus, .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:hover, .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus, .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:hover { color: rgba(18, 43, 70, 0.4); } - .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus .mce-ico, .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:hover .mce-ico, .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus .mce-ico, .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:hover .mce-ico { color: rgba(18, 43, 70, 0.4); } - .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-ico, .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-ico { color: rgba(18, 43, 70, 0.4); -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel button i, .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar button i { font-size: 16px; } - .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container button, .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container input[type="button"] { background-color: transparent; @@ -28551,12 +29134,10 @@ body #buddypress a.export-csv:hover { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container button:hover, .bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container input[type="button"]:hover { color: rgba(18, 43, 70, 0.8); } - .bs-bp-container-reg #buddypress #signup-form.standard-form div.error { background-color: var(--bb-danger-color); color: #fff; @@ -28567,7 +29148,6 @@ body #buddypress a.export-csv:hover { margin-bottom: 3px; border: 0; } - .bs-bp-container-reg #buddypress #signup-form.standard-form div.error .error { padding: 0; border: 0; @@ -28577,18 +29157,15 @@ body #buddypress a.export-csv:hover { background: transparent; line-height: 1; } - .bs-bp-container-reg #buddypress #signup-form.standard-form div.error span.bp-icon { margin-right: 0; display: none; } - .bs-bp-container-reg #buddypress #signup-form.standard-form div.error p { padding: 0; margin: 0; line-height: 1.6875rem; } - .bs-bp-container-reg #buddypress #signup-form.standard-form .submit { padding: 25px 0 0; } @@ -28615,7 +29192,7 @@ body.buddypress.activation article.bp_activate label { .bs-bp-container-reg .buddypress-wrap #pass-strength-result.short, .bs-bp-container-reg .buddypress-wrap #pass-strength-result.show { - font-weight: 400; + font-weight: normal; background-color: var(--bb-warning-color); border-color: var(--bb-warning-color); color: #fff; @@ -28638,20 +29215,18 @@ body.buddypress.activation article.bp_activate label { background-color: var(--bb-success-color); border-color: var(--bb-success-color); color: #fff; - font-weight: 400 !important; + font-weight: normal !important; } .bs-bp-container-reg .buddypress-wrap .bp-messages.info { background-color: var(--bb-default-notice-color); border-color: var(--bb-default-notice-color); } - .bs-bp-container-reg .buddypress-wrap .bp-messages.info .bp-icon { background-color: var(--bb-default-notice-color); margin-right: 0; } - -.bs-bp-container-reg .buddypress-wrap .bp-messages.info .bp-icon::before { +.bs-bp-container-reg .buddypress-wrap .bp-messages.info .bp-icon:before { font-family: bb-icons; speak: none; font-style: normal; @@ -28663,7 +29238,6 @@ body.buddypress.activation article.bp_activate label { -webkit-font-smoothing: antialiased; content: "\eebc"; } - .bs-bp-container-reg .buddypress-wrap .bp-messages.info p { color: #fff; } @@ -28685,12 +29259,10 @@ body.buddypress.activation #buddypress input[type="submit"] { color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); } - body.buddypress.register #buddypress input[type="submit"]:focus, body.buddypress.activation #buddypress input[type="submit"]:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - body.buddypress.register #buddypress input[type="submit"]:hover, body.buddypress.activation #buddypress input[type="submit"]:hover { background-color: var(--bb-primary-button-background-hover); @@ -28704,7 +29276,6 @@ body.buddypress.register article.bp_register { margin-left: auto; margin-right: auto; } - body.buddypress.register article.bp_register .entry-header { margin-bottom: 1.2rem; display: -webkit-box; @@ -28713,12 +29284,10 @@ body.buddypress.register article.bp_register .entry-header { -ms-flex-flow: row wrap; flex-flow: row wrap; } - body.buddypress.register article.bp_register .entry-header h1 { font-size: 20px; margin-right: auto; } - body.buddypress.register article.bp_register .entry-header span { font-size: 14px; text-transform: lowercase; @@ -28730,16 +29299,13 @@ body.buddypress.register .register-section-logo { text-align: center; margin: 0 auto 1.7rem; } - body.buddypress.register .register-section-logo img { max-width: 320px; width: 22%; } - body.buddypress.register .register-section-logo span { background-size: contain; width: 84px; - /* height: 84px; */ height: auto; display: block; @@ -28747,12 +29313,10 @@ body.buddypress.register .register-section-logo span { background-repeat: no-repeat; margin: auto; } - body.buddypress.register .register-section-logo .bs-register-section-logo { visibility: hidden; width: 100%; } - body.buddypress.register .register-section-logo a { font-size: 20px; line-height: 1.3em; @@ -28769,7 +29333,6 @@ body.buddypress.register.login-split-page .login-split { } @media (max-width: 991px) { - body.buddypress.register.login-split-page .bb-grid, body.buddypress.activate.login-split-page .bb-grid { -webkit-box-orient: vertical; @@ -28778,32 +29341,27 @@ body.buddypress.register.login-split-page .login-split { flex-direction: column; } } - body.buddypress.register.login-split-page, body.buddypress.activate.login-split-page { min-height: 100%; } - body.buddypress.register.login-split-page .site-content, body.buddypress.activate.login-split-page .site-content { padding: 0; min-height: 100vh; height: 100%; } - body.buddypress.register.login-split-page .container, body.buddypress.activate.login-split-page .container { max-width: none; padding: 0; height: 100%; } - body.buddypress.register.login-split-page .bb-grid, body.buddypress.activate.login-split-page .bb-grid { margin: 0; height: 100%; } - body.buddypress.register.login-split-page .login-split, body.buddypress.activate.login-split-page .login-split { padding: 0; @@ -28818,18 +29376,15 @@ body.buddypress.activate.login-split-page .login-split { -ms-flex-pack: center; justify-content: center; } - body.buddypress.register.login-split-page #primary, body.buddypress.activate.login-split-page #primary { position: static; } - body.buddypress.register.login-split-page .bs-bp-container-reg, body.buddypress.activate.login-split-page .bs-bp-container-reg { padding-left: 0; padding-right: 0; } - body.buddypress.register.login-split-page .register-section-logo, body.buddypress.register.login-split-page .activate-section-logo, body.buddypress.activate.login-split-page .register-section-logo, @@ -28838,7 +29393,6 @@ body.buddypress.activate.login-split-page .activate-section-logo { margin-top: 30px; margin-bottom: 35px; } - body.buddypress.register.login-split-page .submit input[type="submit"], body.buddypress.activate.login-split-page .submit input[type="submit"] { width: 100%; @@ -28853,7 +29407,6 @@ body.buddypress.activate.login-split-page .split-overlay { z-index: 1; opacity: 0; } - body.buddypress.register.login-split-page .login-split__entry, body.buddypress.activate.login-split-page .login-split__entry { display: block; @@ -28864,7 +29417,6 @@ body.buddypress.activate.login-split-page .login-split__entry { position: relative; z-index: 9; } - body.buddypress.register.login-split-page .login-split__entry h1, body.buddypress.activate.login-split-page .login-split__entry h1 { color: var(--bb-login-custom-heading-color); @@ -28872,7 +29424,6 @@ body.buddypress.activate.login-split-page .login-split__entry h1 { line-height: 1.1; margin: 0; } - body.buddypress.register.login-split-page .login-split__entry p, body.buddypress.activate.login-split-page .login-split__entry p { font-size: 16px; @@ -28884,7 +29435,6 @@ body.buddypress.activate.login-split-page .login-split__entry p { } @media (max-width: 991px) { - body.buddypress.register.login-split-page .login-split__entry, body.buddypress.activate.login-split-page .login-split__entry { max-width: 450px; @@ -28893,49 +29443,41 @@ body.buddypress.activate.login-split-page .login-split__entry p { } } @media (max-width: 544px) { - body.buddypress.register.login-split-page .login-split__entry, body.buddypress.activate.login-split-page .login-split__entry { width: 85%; } } @media (min-width: 992px) { - body.buddypress.register.login-split-page, body.buddypress.activate.login-split-page { min-height: 100%; } - body.buddypress.register.login-split-page .site-content, body.buddypress.activate.login-split-page .site-content { padding: 0; min-height: 100vh; height: 100%; } - body.buddypress.register.login-split-page .container, body.buddypress.activate.login-split-page .container { max-width: none; padding: 0; height: 100%; } - body.buddypress.register.login-split-page .site-content .container, body.buddypress.activate.login-split-page .site-content .container { min-height: 100vh; } - body.buddypress.register.login-split-page .site-content .container .bb-grid, body.buddypress.activate.login-split-page .site-content .container .bb-grid { min-height: 100vh; } - body.buddypress.register.login-split-page .bb-grid, body.buddypress.activate.login-split-page .bb-grid { margin: 0; height: 100%; } - body.buddypress.register.login-split-page .login-split, body.buddypress.activate.login-split-page .login-split { padding: 0; @@ -28953,7 +29495,6 @@ body.buddypress.activate.login-split-page .login-split__entry p { -ms-flex-pack: center; justify-content: center; } - body.buddypress.register.login-split-page #primary, body.buddypress.activate.login-split-page #primary { position: static; @@ -28965,19 +29506,15 @@ body.buddypress.activate.login-split-page .login-split__entry p { -ms-flex-align: center; align-items: center; } - body.buddypress.register.login-split-page #primary #main, body.buddypress.activate.login-split-page #primary #main { - /* margin-top: 50px; */ } - body.buddypress.register.login-split-page .bs-bp-container-reg, body.buddypress.activate.login-split-page .bs-bp-container-reg { padding-left: 0; padding-right: 0; } - body.buddypress.register.login-split-page .register-section-logo, body.buddypress.register.login-split-page .activate-section-logo, body.buddypress.activate.login-split-page .register-section-logo, @@ -28987,7 +29524,6 @@ body.buddypress.activate.login-split-page .login-split__entry p { margin-right: -webkit-calc((50vw - 450px) / 2); margin-right: calc((50vw - 450px) / 2); } - body.buddypress.register.login-split-page article.bp_register, body.buddypress.register.login-split-page article.bp_activate, body.buddypress.activate.login-split-page article.bp_register, @@ -29008,7 +29544,6 @@ body.buddypress.activate.login-split-page .login-split__entry p { } } @media (max-width: 800px) { - body.buddypress.register article.bp_register, body.buddypress.activate article.bp_activate { width: 80%; @@ -29020,7 +29555,6 @@ body.buddypress.activate.login-split-page .login-split__entry p { } } @media (max-width: 544px) { - body.buddypress.register article.bp_register, body.buddypress.activate article.bp_activate { width: 85%; @@ -29031,7 +29565,6 @@ body.buddypress.activate.login-split-page .login-split__entry p { width: 85%; } } - body.register .registration-popup, body.registration .mfp-content #terms-modal, body.registration .mfp-content #privacy-modal { @@ -29081,7 +29614,6 @@ body.register .registration-popup .mfp-close { height: 40px; width: 40px; } - .bb-password-wrap a.bb-toggle-password .bb-icon-eye { font-size: 18px; } @@ -29092,7 +29624,6 @@ body.buddypress.activation article.bp_activate { margin-left: auto; margin-right: auto; } - body.buddypress.activation article.bp_activate .entry-header { margin-bottom: 1.2rem; display: -webkit-box; @@ -29101,26 +29632,22 @@ body.buddypress.activation article.bp_activate .entry-header { -ms-flex-flow: row wrap; flex-flow: row wrap; } - body.buddypress.activation article.bp_activate .entry-header h1 { font-size: 20px; margin-right: auto; } - body.buddypress.activation article.bp_activate .entry-header span { font-size: 14px; text-transform: lowercase; } - body.buddypress.activation article.bp_activate label { - font-weight: 400; + font-weight: normal; font-size: 14px; } body.buddypress.activation .site { min-height: initial; } - body.buddypress.activation.sticky-header .site-content { min-height: initial; } @@ -29139,12 +29666,10 @@ body.buddypress.activation .activate-section-logo { max-width: 450px; margin: 0 auto 1.7rem; } - body.buddypress.activation .activate-section-logo img { max-width: 320px; width: 22%; } - body.buddypress.activation .activate-section-logo span { background-size: contain; width: 84px; @@ -29154,7 +29679,6 @@ body.buddypress.activation .activate-section-logo span { background-repeat: no-repeat; margin: auto; } - body.buddypress.activation .activate-section-logo a { font-size: 20px; line-height: 1.3em; @@ -29170,7 +29694,6 @@ body.buddypress.activation .activate-section-logo a { body.buddypress.activation.login-split-page #primary { max-width: none; } - body.buddypress.activation.login-split-page #main { width: 100%; } @@ -29182,7 +29705,6 @@ body.buddypress.activation.login-split-page .login-split__entry h1 { } @media (min-width: 992px) { - body.buddypress.activation.login-split-page .login-split > div > span { font-size: 16px; line-height: 1.4; @@ -29191,7 +29713,6 @@ body.buddypress.activation.login-split-page .login-split__entry h1 { } } @media (max-width: 800px) { - body.buddypress.activation article.bp_activate { width: 80%; } @@ -29201,7 +29722,6 @@ body.buddypress.activation.login-split-page .login-split__entry h1 { } } @media (max-width: 544px) { - body.buddypress.activation article.bp_activate { width: 85%; } @@ -29210,25 +29730,20 @@ body.buddypress.activation.login-split-page .login-split__entry h1 { width: 85%; } } - body.group-create .site-content > .container { max-width: 100%; } - body.group-create .content-area { padding-top: 0; } - body.group-create #buddypress .item-body { margin: 0; } - body.group-create #group-invites-container .total-members-text, body.group-create #group-invites-container input.select2-search__field, body.group-create #group-invites-container label.bp-group-invite-label { margin: 0; } - body.group-create .bb-groups-invites-left .bb-panel-head { min-height: 66px; display: -webkit-box; @@ -29238,15 +29753,12 @@ body.group-create .bb-groups-invites-left .bb-panel-head { -ms-flex-align: center; align-items: center; } - body.group-create .bb-groups-invites-left .bb-panel-subhead { width: 100%; } - body.group-create #group-invites-container .bb-groups-invites-left #members-list { max-height: 67vh; } - body.group-create #send_group_invite_form .select2-selection__rendered { max-height: 200px; } @@ -29254,33 +29766,27 @@ body.group-create #send_group_invite_form .select2-selection__rendered { .bb-create-group-container { margin: 0 -20px; } - .bb-create-group-container div#profile_cover { padding-top: 22%; } - -.bb-create-group-container div#profile_cover::before { +.bb-create-group-container div#profile_cover:before { background: #eef0f3; } - #group-create-body .bb-create-group-container .dz-default { min-height: 1px; background: transparent; border: 0; line-height: 1; } - -#group-create-body .bb-create-group-container .dz-default span::before { +#group-create-body .bb-create-group-container .dz-default span:before { background: url("../images/svg/group-avatar.svg") no-repeat; margin: 0; width: 65px; height: 60px; } - #group-create-body .bb-create-group-container .dz-default.dz-message { font-size: 0; } - .bb-create-group-container .bb-profile-cover-wrap .more-actions, .bb-create-group-container #bb_profile_avatar_wrap .more-actions { top: 50%; @@ -29293,12 +29799,10 @@ body.group-create #send_group_invite_form .select2-selection__rendered { text-align: center; z-index: 22; } - .bb-create-group-container .bb-profile-cover-wrap .croppie-container, .bb-create-group-container #bb_profile_avatar_wrap .croppie-container { border-radius: 0; } - .bb-create-group-container .bb-profile-cover-wrap .bb-icon-menu-dots-v, .bb-create-group-container #bb_profile_avatar_wrap .bb-icon-menu-dots-v { font-family: inherit; @@ -29308,12 +29812,10 @@ body.group-create #send_group_invite_form .select2-selection__rendered { right: 0; top: 0; } - -.bb-create-group-container .bb-profile-cover-wrap .bb-icon-menu-dots-v::before, -.bb-create-group-container #bb_profile_avatar_wrap .bb-icon-menu-dots-v::before { +.bb-create-group-container .bb-profile-cover-wrap .bb-icon-menu-dots-v:before, +.bb-create-group-container #bb_profile_avatar_wrap .bb-icon-menu-dots-v:before { content: ""; } - .bb-create-group-container .bb-profile-cover-wrap .bs-dropdown, .bb-create-group-container #bb_profile_avatar_wrap .bs-dropdown { top: 35px; @@ -29322,45 +29824,37 @@ body.group-create #send_group_invite_form .select2-selection__rendered { margin: auto; max-width: 160px; } - -.bb-create-group-container .bb-profile-cover-wrap .bs-dropdown::after, -.bb-create-group-container #bb_profile_avatar_wrap .bs-dropdown::after { +.bb-create-group-container .bb-profile-cover-wrap .bs-dropdown:after, +.bb-create-group-container #bb_profile_avatar_wrap .bs-dropdown:after { right: 0; left: 0; } - .bb-create-group-container #bb-profile-avatar-wrap-components div#profile_avatar { background: #eef0f3; border: 2px solid rgba(255, 255, 255, 0.37); box-shadow: 0 4px 12px 0 #d0d3d6; border-radius: 5px; } - .bb-create-group-container .bb-profile-avatar-wrap, .bb-create-group-container #bb-profile-avatar-wrap-components { height: 200px; width: 200px; overflow: visible; } - .bb-create-group-container .bb-profile-avatar-wrap { margin-left: 150px; margin-top: -162px; } - -.bb-create-group-container #bb-profile-avatar-wrap-components div#profile_avatar::before { +.bb-create-group-container #bb-profile-avatar-wrap-components div#profile_avatar:before { display: none; } - .bb-create-group-container .bb-profile-avatar-wrap .dz-default span { display: block; } - .bb-create-group-container .bb-profile-wrap .croppie-container .cr-boundary { border: 1px solid #fff; border-radius: 5px; } - .bb-create-group-container .bb-privary-box { background: #fff; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12); @@ -29381,14 +29875,12 @@ body.group-create #send_group_invite_form .select2-selection__rendered { position: relative; cursor: pointer; } - .bb-create-group-container .bb-privary-box .bb-text { opacity: 0.5; color: var(--bb-body-text-color); line-height: 1; margin-top: 15px; } - .bb-create-group-container .bb-privary-box svg { opacity: 0.5; } @@ -29413,8 +29905,7 @@ div#profile_cover { margin-bottom: 2rem; z-index: 5; } - -div#profile_cover::before { +div#profile_cover:before { background: rgba(18, 43, 70, 0.3); content: ""; position: absolute; @@ -29450,7 +29941,7 @@ div#profile_avatar { z-index: 5; } -#group-create-body #bb_profile_avatar_wrap .dz-default span::before { +#group-create-body #bb_profile_avatar_wrap .dz-default span:before { background: url("../images/svg/group-profile.svg") no-repeat; margin-top: -20px; } @@ -29469,7 +29960,6 @@ div#profile_avatar { margin: auto; padding: 80px 15px 0; } - #create-group-form.standard-form .bb-create-group-details-wrap .bb-field-wrap { display: -webkit-box; display: -ms-flexbox; @@ -29486,7 +29976,6 @@ div#profile_avatar { letter-spacing: -0.24px; line-height: 1.57; } - #create-group-form.standard-form .bb-create-group-details-wrap .bb-field-wrap > label { -webkit-box-flex: 0; -ms-flex: 0 0 200px; @@ -29499,24 +29988,20 @@ div#profile_avatar { letter-spacing: -0.24px; cursor: pointer; } - #create-group-form.standard-form .bb-create-group-details-wrap .bb-field-input { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } - #create-group-form.standard-form .bb-create-group-details-wrap .bb-field-input label { font-size: 14px; color: var(--bb-body-text-color); font-weight: 500; letter-spacing: -0.24px; cursor: pointer; - /* -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; */ } - #create-group-form.standard-form .bb-create-group-details-wrap input, #create-group-form.standard-form .bb-create-group-details-wrap select { height: 48px; @@ -29524,7 +30009,6 @@ div#profile_avatar { letter-spacing: -0.24px; padding: 10px 15px; } - #create-group-form.standard-form .bb-create-group-details-wrap textarea { height: 145px; resize: none; @@ -29532,31 +30016,24 @@ div#profile_avatar { letter-spacing: -0.24px; padding: 10px 15px; } - #create-group-form.standard-form .bb-create-group-details-wrap .bb-field-inner-wrap { margin-bottom: 20px; } - #create-group-form.standard-form .bb-create-group-details-wrap .bb-field-inner-wrap:last-child { margin-bottom: 0; } - #create-group-form.standard-form .bb-create-group-details-wrap .bb-field-inner-wrap span { color: #939597; } - #create-group-form.standard-form .bb-create-group-details-wrap .bb-field-inner-wrap .checked + span { color: var(--bb-body-text-color); } - #create-group-form.standard-form .bb-create-group-details-wrap input.button { min-width: 200px; } - #create-group-form.standard-form .bb-create-group-details-wrap a.cancel { margin-right: 25px; } - #create-group-form.standard-form .bb-create-group-details-wrap .group-create-privacy .radio { display: -webkit-box; display: -ms-flexbox; @@ -29564,19 +30041,15 @@ div#profile_avatar { -ms-flex-flow: row wrap; flex-flow: row wrap; } - #create-group-form.standard-form .bb-create-group-details-wrap .group-create-privacy .radio .bb-field-inner-wrap { margin-right: 10px; } - #create-group-form.standard-form .bb-create-group-details-wrap .group-create-privacy .checked + .bb-privary-box { box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.12), inset 0 -2px 0 0 var(--bb-primary-color); } - #create-group-form.standard-form .bb-create-group-details-wrap .group-create-privacy .checked + .bb-privary-box svg { opacity: 1; } - #create-group-form.standard-form .bb-create-group-details-wrap .group-create-privacy .checked + .bb-privary-box .bb-text { opacity: 1; } @@ -29598,18 +30071,15 @@ div#profile_avatar { width: auto; max-height: 500px; } - #content div#invite-list ul { margin: 0; list-style: none; } - #content div#invite-list .avatar { max-width: 40px; border-radius: 50%; margin-right: 10px; } - #content div#invite-list label { cursor: pointer; display: -webkit-box; @@ -29619,18 +30089,15 @@ div#profile_avatar { -ms-flex-align: center; align-items: center; } - #content div#invite-list .bb-name-wrap span { display: block; } - #content div#invite-list .bb-name { font-size: 16px; color: var(--bb-body-text-color); letter-spacing: -0.24px; line-height: 1; } - #content div#invite-list .bb-mention { font-size: 13px; font-weight: 300; @@ -29639,16 +30106,13 @@ div#profile_avatar { line-height: 1; margin-top: 3px; } - #content div#invite-list .bb-input-wrap { margin-left: auto; } - #content div#invite-list .bb-input-wrap input { position: absolute; opacity: 0; } - #content div#invite-list .bb-check-icon { display: inline-block; width: 22px; @@ -29659,7 +30123,6 @@ div#profile_avatar { border-radius: 0; margin-right: 0; } - #content div#invite-list input:checked + .bb-check-icon { background-image: url("../images/svg/circle-select.svg"); opacity: 0.5; @@ -29669,7 +30132,6 @@ ul#friend-list .avatar { border-radius: 50%; max-width: 52px; } - ul#friend-list .bb-user-avatar { margin-right: 15px; } @@ -29684,16 +30146,13 @@ ul#friend-list .bb-user-avatar { font-weight: 500; letter-spacing: -0.24px; line-height: 1.2; - /* -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; */ margin: 0; } - .bb-invite-user-meta h2 a { color: inherit; } - .bb-invite-user-meta .bb-activity { display: block; font-size: 13px; @@ -29725,15 +30184,12 @@ div#group-step-popup { max-width: 600px; padding: 40px; } - div#group-step-popup #content div#invite-list { max-height: 45vh; } - div#group-step-popup .bb-invite-search input { width: 100%; } - div#group-step-popup .bb-input-wrap input { width: 26px; height: 26px; @@ -29747,36 +30203,29 @@ div#group-step-popup .bb-input-wrap input { -moz-appearance: none; appearance: none; } - div#group-step-popup .bb-input-wrap input:checked { background-image: url("../images/svg/circle-select.svg"); opacity: 0.5; } - div#group-step-popup #content div#invite-list .avatar { max-width: 44px; margin-right: 20px; } - div#group-step-popup #content form.standard-form .left-menu #invite-list ul li { margin: 0; border-bottom: 1px solid var(--bb-content-border-color); padding-bottom: 20px; padding-top: 20px; } - div#group-step-popup #content div#invite-list .bb-name { font-size: 18px; } - div#group-step-popup #content div#invite-list .bb-mention { margin-top: 6px; } - div#group-step-popup input#groups_invite_search { height: 50px; } - div#group-step-popup .bb-search-title { font-size: 30px; color: var(--bb-body-text-color); @@ -29785,11 +30234,9 @@ div#group-step-popup .bb-search-title { line-height: 40px; margin-bottom: 5px; } - div#group-step-popup .mfp-close { background: transparent; } - div#group-step-popup .mfp-close:hover { background: transparent; } @@ -29797,7 +30244,6 @@ div#group-step-popup .mfp-close:hover { .group-step-buttons { text-align: center; } - .group-step-buttons input.button { min-width: 180px; min-height: 46px; @@ -29811,31 +30257,26 @@ div#group-step-popup .mfp-close:hover { #buddypress .bb-group-settings { font-size: 16px; } - #buddypress .bb-group-settings .bs-styled-checkbox + label { display: -webkit-box; display: -ms-flexbox; display: flex; } - -#buddypress .bb-group-settings .bs-styled-checkbox:checked + label::before { +#buddypress .bb-group-settings .bs-styled-checkbox:checked + label:before { -webkit-box-flex: 0; -ms-flex: 0 0 20px; flex: 0 0 20px; } - #buddypress .bb-group-settings .bb-field-title { font-size: 18px; font-weight: 500; border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding-bottom: 15px; } - -#buddypress .bb-group-settings .bs-styled-radio:checked + label::after, -#buddypress .bb-group-settings .bs-styled-radio:checked + .bb-radio-label::after { +#buddypress .bb-group-settings .bs-styled-radio:checked + label:after, +#buddypress .bb-group-settings .bs-styled-radio:checked + .bb-radio-label:after { top: 4px; } - #content #buddypress .bb-group-settings .action .button { min-width: 20px; display: inline-block; @@ -29843,47 +30284,37 @@ div#group-step-popup .mfp-close:hover { min-height: 20px; padding: 4px 12px; } - #content #buddypress .bb-group-settings .bs-item-wrap div.action { padding: 0; } - #content #buddypress .bb-group-settings .bs-item-wrap .bs-generic-button { margin: 0 5px 0 0; } - #buddypress .bb-group-settings .bs-item-wrap > .item > .item-title { margin-bottom: 5px; } - #buddypress .bb-group-settings .item-title a { font-size: 18px; } - #buddypress .bb-group-settings .bs-item-list.list-view { margin-bottom: 30px; } - #buddypress .bb-group-settings .bs-members-items .bs-generic-button { margin-right: 5px; } - #buddypress .bb-group-settings .item-title { position: relative; } - #buddypress .bb-group-settings .bs-members-items.list-view .bb-profile-card div.action { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } - #buddypress .bb-group-settings .bs-members-items.list-view .bb-profile-card div.action a { font-size: 13px; } .groups.edit-details div#secondary { - /* display: none; */ } @@ -29938,13 +30369,11 @@ p.group-setting-label { } @media screen and (min-width: 768px) { - .groups.group-create .buddypress-wrap #group-create-tabs.tabbed-links .group-create-buttons li.current { background-color: var(--bb-body-background-color); } } @media (max-width: 1080px) { - .bb-create-group-cover-wrap div#profile_cover { padding-top: 28%; } @@ -29986,13 +30415,11 @@ p.group-setting-label { } } @media (min-width: 800px) and (max-width: 920px) { - .invite-action.invite-action { padding-left: 0; } } @media (max-width: 820px) { - .bb-create-group-container .bb-privary-box { min-width: 130px; min-height: 100px; @@ -30005,7 +30432,6 @@ p.group-setting-label { } } @media (max-width: 760px) { - .bb-create-group-cover-wrap div#profile_cover { padding-top: 32%; } @@ -30021,7 +30447,6 @@ p.group-setting-label { } } @media (max-width: 640px) { - .bb-create-group-container .bb-profile-avatar-wrap { margin: 0 auto; margin-top: -50px; @@ -30039,7 +30464,6 @@ p.group-setting-label { } } @media (max-width: 580px) { - #send-invite-form .left-menu { border-right: 0; border-bottom: 1px solid var(--bb-content-border-color); @@ -30053,20 +30477,16 @@ p.group-setting-label { } } @media (max-width: 440px) { - .bb-create-group-cover-wrap div#profile_cover { padding-top: 60%; } } - body.bp-search .buddypanel { z-index: 611; } - body.bp-search .site-header { z-index: 610; } - body.bp-search .bp-forum-search-ac-header, body.bp-search .bp-search-ac-header, body.bp-search .bp-search-ac { @@ -30086,7 +30506,6 @@ body.bp-search .bp-search-ac { transform: translate(-50%, 10px); z-index: 610; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type), body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type), body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type) { @@ -30095,19 +30514,16 @@ body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type) { margin: auto; width: 100%; float: none; - /* Overwrite jQuery-ui CSS for Header Searchbar */ padding: 0 15px; border-bottom: 1px solid var(--bb-content-border-color); color: var(--bb-alternate-text-color); } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type) .item p, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type) .item p, body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type) .item p { margin-bottom: 5px; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type) .item-avatar > i, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type) .item-avatar > i, body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type) .item-avatar > i { @@ -30128,21 +30544,18 @@ body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type) .item-avatar > i height: 48px; width: 48px; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type) .bp-search-ajax-item, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type) .bp-search-ajax-item, body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type) .bp-search-ajax-item { margin: 0; padding: 15px 0; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type) .bp-search-ajax-item .item-avatar, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type) .bp-search-ajax-item .item-avatar, body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type) .bp-search-ajax-item .item-avatar { margin-right: 15px; margin-top: 5px; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type) .bp-search-ajax-item .item-desc, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type) .bp-search-ajax-item .item-desc, body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type) .bp-search-ajax-item .item-desc { @@ -30152,7 +30565,6 @@ body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type) .bp-search-ajax- margin: 0; line-height: 21px; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type) .entry-meta, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type) .entry-meta, body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type) .entry-meta { @@ -30164,25 +30576,21 @@ body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type) .entry-meta { min-height: 26px; margin-bottom: 0; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type) .entry-meta a, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type) .entry-meta a, body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type) .entry-meta a { color: var(--bb-alternate-text-color); } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type):last-child, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type):last-child, body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type):last-child { border-bottom: 0; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type):last-child:not(.bbls-view_all_type-type), body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type):last-child:not(.bbls-view_all_type-type), body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type):last-child:not(.bbls-view_all_type-type) { margin-bottom: 12px; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-reply-type > .bp-search-ajax-item, body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity_comment-type > .bp-search-ajax-item, body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity-type > .bp-search-ajax-item, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-reply-type > .bp-search-ajax-item, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity_comment-type > .bp-search-ajax-item, @@ -30194,7 +30602,6 @@ body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-activity-ty display: -ms-flexbox; display: flex; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-reply-type > .bp-search-ajax-item > .item a, body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity_comment-type > .bp-search-ajax-item > .item a, body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity-type > .bp-search-ajax-item > .item a, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-reply-type > .bp-search-ajax-item > .item a, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity_comment-type > .bp-search-ajax-item > .item a, @@ -30204,7 +30611,6 @@ body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-activity_co body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-activity-type > .bp-search-ajax-item > .item a { display: inline; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-reply-type > .bp-search-ajax-item > .item .item-title a, body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-reply-type > .bp-search-ajax-item > .item .item-title p, body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity_comment-type > .bp-search-ajax-item > .item .item-title a, body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity_comment-type > .bp-search-ajax-item > .item .item-title p, body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity-type > .bp-search-ajax-item > .item .item-title a, @@ -30226,7 +30632,6 @@ body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-activity-ty color: var(--bb-headings-color); letter-spacing: -0.24px; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-reply-type > .bp-search-ajax-item > .item .item-title a, body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity_comment-type > .bp-search-ajax-item > .item .item-title a, body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity-type > .bp-search-ajax-item > .item .item-title a, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-reply-type > .bp-search-ajax-item > .item .item-title a, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity_comment-type > .bp-search-ajax-item > .item .item-title a, @@ -30236,7 +30641,6 @@ body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-activity_co body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-activity-type > .bp-search-ajax-item > .item .item-title a { font-weight: 500; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-reply-type > .bp-search-ajax-item > .item .item-title a > img, body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity_comment-type > .bp-search-ajax-item > .item .item-title a > img, body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity-type > .bp-search-ajax-item > .item .item-title a > img, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-reply-type > .bp-search-ajax-item > .item .item-title a > img, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity_comment-type > .bp-search-ajax-item > .item .item-title a > img, @@ -30246,7 +30650,6 @@ body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-activity_co body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-activity-type > .bp-search-ajax-item > .item .item-title a > img { display: none; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-reply-type > .bp-search-ajax-item .woocommerce-product-details__short-description, body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity_comment-type > .bp-search-ajax-item .woocommerce-product-details__short-description, body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity-type > .bp-search-ajax-item .woocommerce-product-details__short-description, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-reply-type > .bp-search-ajax-item .woocommerce-product-details__short-description, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity_comment-type > .bp-search-ajax-item .woocommerce-product-details__short-description, @@ -30258,25 +30661,21 @@ body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-activity-ty font-size: 14px; font-weight: 400; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-members-type .bp-search-ajax-item .item-avatar, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-members-type .bp-search-ajax-item .item-avatar, body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-members-type .bp-search-ajax-item .item-avatar { margin-top: 0; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-members-type .bp-search-ajax-item .item, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-members-type .bp-search-ajax-item .item, body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-members-type .bp-search-ajax-item .item { margin-top: 4px; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-posts-type .bp-search-ajax-item .item-avatar, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-posts-type .bp-search-ajax-item .item-avatar, body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-posts-type .bp-search-ajax-item .item-avatar { margin-top: 0; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-reply-type > .bp-search-ajax-item .item .entry-title, body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity_comment-type > .bp-search-ajax-item .item .entry-title, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-reply-type > .bp-search-ajax-item .item .entry-title, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity_comment-type > .bp-search-ajax-item .item .entry-title, @@ -30285,7 +30684,6 @@ body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-activity_co font-weight: 400; margin-bottom: 0; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-topic-type > .bp-search-ajax-item, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-topic-type > .bp-search-ajax-item, body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-topic-type > .bp-search-ajax-item { @@ -30293,7 +30691,6 @@ body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-topic-type display: -ms-flexbox; display: flex; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-cpt-product-type > .bp-search-ajax-item, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-cpt-product-type > .bp-search-ajax-item, body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-cpt-product-type > .bp-search-ajax-item { @@ -30301,13 +30698,11 @@ body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-cpt-product display: -ms-flexbox; display: flex; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-cpt-product-type > .bp-search-ajax-item > .item a, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-cpt-product-type > .bp-search-ajax-item > .item a, body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-cpt-product-type > .bp-search-ajax-item > .item a { display: inline; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-cpt-product-type > .bp-search-ajax-item .woocommerce-product-details__short-description, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-cpt-product-type > .bp-search-ajax-item .woocommerce-product-details__short-description, body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-cpt-product-type > .bp-search-ajax-item .woocommerce-product-details__short-description { @@ -30315,7 +30710,6 @@ body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-cpt-product font-size: 14px; font-weight: 400; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-groups-type > .bp-search-ajax-item, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-groups-type > .bp-search-ajax-item, body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-groups-type > .bp-search-ajax-item { @@ -30323,7 +30717,6 @@ body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-groups-type display: -ms-flexbox; display: flex; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-groups-type > .bp-search-ajax-item .group-details, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-groups-type > .bp-search-ajax-item .group-details, body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-groups-type > .bp-search-ajax-item .group-details { @@ -30331,16 +30724,14 @@ body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-groups-type font-size: 14px; font-weight: 400; } - body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-sub-item .item-avatar, body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-sub-item .item-avatar, body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-sub-item .item-avatar { position: relative; } - -body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-sub-item .item-avatar::before, -body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-sub-item .item-avatar::before, -body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-sub-item .item-avatar::before { +body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-sub-item .item-avatar:before, +body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-sub-item .item-avatar:before, +body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-sub-item .item-avatar:before { background-color: var(--bb-alternate-text-color); top: 25px; border-radius: 50%; @@ -30356,37 +30747,31 @@ body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-sub-item .i text-align: center; width: 24px; } - -body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity_comment-type .item-avatar::before, -body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity_comment-type .item-avatar::before, -body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-activity_comment-type .item-avatar::before { +body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity_comment-type .item-avatar:before, +body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity_comment-type .item-avatar:before, +body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-activity_comment-type .item-avatar:before { content: "\e967"; } - -body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity-type .item-avatar::before, -body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity-type .item-avatar::before, -body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-activity-type .item-avatar::before { +body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity-type .item-avatar:before, +body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-activity-type .item-avatar:before, +body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-activity-type .item-avatar:before { content: "\e854"; } - -body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-topic-type .item-avatar::before, -body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-topic-type .item-avatar::before, -body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-topic-type .item-avatar::before { +body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-topic-type .item-avatar:before, +body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-topic-type .item-avatar:before, +body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-topic-type .item-avatar:before { content: "\ee34"; } - -body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-reply-type .item-avatar::before, -body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-reply-type .item-avatar::before, -body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-reply-type .item-avatar::before { +body.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-reply-type .item-avatar:before, +body.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-reply-type .item-avatar:before, +body.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-reply-type .item-avatar:before { content: "\ef0a"; } - body.bp-search .bp-forum-search-ac-header li:hover .item-avatar > i, body.bp-search .bp-search-ac-header li:hover .item-avatar > i, body.bp-search .bp-search-ac li:hover .item-avatar > i { background-color: var(--bb-content-background-color); } - body.bp-search .bp-forum-search-ac-header li .bp-member-type, body.bp-search .bp-forum-search-ac-header li .item-meta, body.bp-search .bp-search-ac-header li .bp-member-type, @@ -30401,7 +30786,6 @@ body.bp-search .bp-search-ac li .item-meta { letter-spacing: -0.15px; line-height: 1.1875rem; } - body.bp-search .bp-forum-search-ac-header li .bp-member-type strong, body.bp-search .bp-forum-search-ac-header li .item-meta strong, body.bp-search .bp-search-ac-header li .bp-member-type strong, @@ -30410,7 +30794,6 @@ body.bp-search .bp-search-ac li .bp-member-type strong, body.bp-search .bp-search-ac li .item-meta strong { font-weight: 400; } - body.bp-search .bp-forum-search-ac-header li .middot, body.bp-search .bp-search-ac-header li .middot, body.bp-search .bp-search-ac li .middot { @@ -30420,40 +30803,32 @@ body.bp-search .bp-search-ac li .middot { margin: 0 6px; line-height: 1; } - body.bp-search .bp-forum-search-ac-header > li.bbls-view_all_type-type, body.bp-search .bp-search-ac-header > li.bbls-view_all_type-type, body.bp-search .bp-search-ac > li.bbls-view_all_type-type { margin-bottom: -10px; text-align: center; } - body.bp-search .bp-forum-search-ac-header > li a:not(.x), body.bp-search .bp-search-ac-header > li a:not(.x), body.bp-search .bp-search-ac > li a:not(.x) { display: -webkit-box; display: -ms-flexbox; display: flex; - /* Overwrite jQuery-ui CSS for Header Searchbar */ } - body.bp-search .bp-forum-search-ac-header > li .ui-state-active, body.bp-search .bp-search-ac-header > li .ui-state-active, body.bp-search .bp-search-ac > li .ui-state-active { - /* Overwrite jQuery-ui CSS for Header Searchbar */ background: transparent; border: none; } - body.bp-search .bp-forum-search-ac-header > li.bbls-view_all_type-type, body.bp-search .bp-search-ac-header > li.bbls-view_all_type-type, body.bp-search .bp-search-ac > li.bbls-view_all_type-type { - /* Overwrite jQuery-ui CSS for Header Searchbar */ } - body.bp-search .bp-forum-search-ac-header > li.bbls-view_all_type-type a, body.bp-search .bp-search-ac-header > li.bbls-view_all_type-type a, body.bp-search .bp-search-ac > li.bbls-view_all_type-type a { @@ -30462,8 +30837,7 @@ body.bp-search .bp-search-ac > li.bbls-view_all_type-type a { font-weight: 500; padding: 11px 10px !important; } - -body.bp-search .bp-forum-search-ac-header > li.bbls-view_all_type-type a::after, body.bp-search .bp-search-ac-header > li.bbls-view_all_type-type a::after, body.bp-search .bp-search-ac > li.bbls-view_all_type-type a::after { +body.bp-search .bp-forum-search-ac-header > li.bbls-view_all_type-type a:after, body.bp-search .bp-search-ac-header > li.bbls-view_all_type-type a:after, body.bp-search .bp-search-ac > li.bbls-view_all_type-type a:after { content: "\e827"; color: var(--bb-alternate-text-color); font-family: bb-icons; @@ -30473,33 +30847,28 @@ body.bp-search .bp-forum-search-ac-header > li.bbls-view_all_type-type a::after, display: inline-block; line-height: 22px; } - -[dir="rtl"] body.bp-search .bp-forum-search-ac-header > li.bbls-view_all_type-type a::after, -[dir="rtl"] body.bp-search .bp-search-ac-header > li.bbls-view_all_type-type a::after, -[dir="rtl"] body.bp-search .bp-search-ac > li.bbls-view_all_type-type a::after { +[dir="rtl"] body.bp-search .bp-forum-search-ac-header > li.bbls-view_all_type-type a:after, +[dir="rtl"] body.bp-search .bp-search-ac-header > li.bbls-view_all_type-type a:after, +[dir="rtl"] body.bp-search .bp-search-ac > li.bbls-view_all_type-type a:after { content: "\e8ab"; } - body.bp-search .bp-forum-search-ac-header > li.bbls-albums-type .media-album_items .item-avatar, body.bp-search .bp-search-ac-header > li.bbls-albums-type .media-album_items .item-avatar, body.bp-search .bp-search-ac > li.bbls-albums-type .media-album_items .item-avatar { float: left; margin-top: 0; } - body.bp-search .bp-forum-search-ac-header > li.bbls-albums-type .media-album_items .item-avatar + .media-album_details, body.bp-search .bp-search-ac-header > li.bbls-albums-type .media-album_items .item-avatar + .media-album_details, body.bp-search .bp-search-ac > li.bbls-albums-type .media-album_items .item-avatar + .media-album_details { width: -webkit-calc(100% - 65px); width: calc(100% - 65px); } - body.bp-search .bp-forum-search-ac-header img, body.bp-search .bp-search-ac-header img, body.bp-search .bp-search-ac img { border-radius: 50%; } - body.bp-search .bp-forum-search-ac-header { max-width: initial !important; right: initial; @@ -30507,48 +30876,38 @@ body.bp-search .bp-forum-search-ac-header { -ms-transform: none; transform: none; } - body.bp-search .bp-forum-search-ac-header > li a:not(.x) { -ms-flex-wrap: wrap; flex-wrap: wrap; } - body.bp-search .bp-forum-search-ac-header > li a:not(.x) .item-avatar { margin-bottom: 15px; } - body.bp-search .bp-forum-search-ac-header > li a:not(.x) .item { min-width: 160px; } - body.bp-search .bp-forum-search-ac-header .bp-search-ajax-item { -ms-flex-wrap: wrap; flex-wrap: wrap; } - body.bp-search .bp-forum-search-ac-header .bp-search-ajax-item > .item-avatar { margin-bottom: 15px; } - body.bp-search .bp-forum-search-ac-header .bp-search-ajax-item > .item { min-width: 160px; } - body.bp-search .bp-forum-search-ac-header > li.bbls-undefined-type, body.bp-search .bp-forum-search-ac-header > li:last-child { margin-bottom: 0; } - body.bp-search .search-media-list .media-album_details .media-album_name, body.bp-search .search-video-list .media-album_details .media-album_name { color: var(--bb-headings-color); } - body.bp-search .search-media-list .media-album_details .media-album_name:hover, body.bp-search .search-video-list .media-album_details .media-album_name:hover { color: var(--bb-primary-color); } - body.bp-search .search-media-list .media-album_group, body.bp-search .search-media-list .media-photo_count, body.bp-search .search-media-list .media-album_modified, @@ -30563,36 +30922,29 @@ body.bp-search .search-video-list .media-album_modified .media-album_details__bo body.bp-search .search-video-list .media-album_modified .media-album_details__bottom { color: var(--bb-alternate-text-color); } - body.bp-search .search-media-list .media-album_author a, body.bp-search .search-video-list .media-album_author a { color: var(--bb-alternate-text-color); } - body.bp-search .search-media-list .middot, body.bp-search .search-video-list .middot { color: var(--bb-alternate-text-color); } - body.bp-search .search-document-list .media-folder_items .media-folder_details .media-folder_name { color: var(--bb-headings-color); } - body.bp-search .search-document-list .media-folder_items .media-folder_details .media-folder_name:hover { color: var(--bb-primary-color); } - body.bp-search .search-document-list .media-folder_items .media-folder_details__bottom { color: var(--bb-alternate-text-color); } - body.bp-search .search-document-list .media-folder_items .media-folder_details__bottom .media-folder_date, body.bp-search .search-document-list .media-folder_items .media-folder_details__bottom .media-folder_author, body.bp-search .search-document-list .media-folder_items .media-folder_details__bottom .media-folder_group, body.bp-search .search-document-list .media-folder_items .media-folder_details__bottom .media-folder_author a { color: var(--bb-alternate-text-color); } - body.bp-search .bbls-category a { font-size: 12px; font-weight: 600; @@ -30600,7 +30952,6 @@ body.bp-search .bbls-category a { letter-spacing: 0.7px; text-transform: uppercase; } - body.bp-search .bp-search-ac .item-avatar img { max-width: 48px; min-height: 48px; @@ -30630,7 +30981,6 @@ body.admin-bar.bp-search .bp-search-ac { } .activity-user { - /* color: $color-headings; */ font-weight: 500; } @@ -30642,7 +30992,6 @@ body.admin-bar.bp-search .bp-search-ac { .bp-search-results-list li:first-child .list-wrap { border-radius: 0 !important; } - #buddypress .bp-search-results-list .list-wrap { border-left: 0; border-right: 0; @@ -30650,12 +30999,10 @@ body.admin-bar.bp-search .bp-search-ac { padding-left: 0; padding-right: 0; } - .bp-search-results-list .bp-search-item .item-avatar { max-width: 90px; width: 100%; } - .bp-search-results-list .bp-search-item .item-avatar a { border-radius: 3px; display: block; @@ -30667,7 +31014,6 @@ body.admin-bar.bp-search .bp-search-ac { width: 100%; height: auto; } - .bp-search-results-list .bp-search-item .item-avatar a > i { min-height: 90px; min-width: 90px; @@ -30685,11 +31031,9 @@ body.admin-bar.bp-search .bp-search-ac { font-size: 28px; color: var(--bb-alternate-text-color); } - .bp-search-results-list .bp-search-item .item-avatar a:empty { display: none; } - .bp-search-results-list .bp-search-item .item-avatar img { position: absolute; top: 0; @@ -30703,17 +31047,14 @@ body.admin-bar.bp-search .bp-search-ac { min-width: 100%; object-fit: cover; } - .bp-search-results-list .bp-search-item_topic .item-avatar > a, .bp-search-results-list .bp-search-item_reply .item-avatar > a { min-height: initial; } - .bp-search-results-list .bp-search-item_topic .item-avatar > a:last-child, .bp-search-results-list .bp-search-item_reply .item-avatar > a:last-child { min-height: 90px; } - .bp-search-results-list .entry-summary { font-size: 14px; color: var(--bb-body-text-color); @@ -30721,30 +31062,24 @@ body.admin-bar.bp-search .bp-search-ac { line-height: 1.3; margin-bottom: 6px; } - .bp-search-results-list .entry-summary > p { margin-bottom: 6px; } - .bp-search-results-list .entry-summary > p:last-child { margin-bottom: 0; } - .bp-search-results-list .entry-content { float: none; width: auto; word-break: break-word; } - .bp-search-results-list .fluid-width-video-wrapper { min-width: 240px; margin: 0 !important; } - .bp-search-results-list .item-meta.activity-header { margin-bottom: 0 !important; } - .bp-search-results-list .bp-search-item .entry-meta, .bp-search-results-list .bp-search-item .entry-meta a, .bp-search-results-list .bp-search-item .entry-meta span, @@ -30759,7 +31094,6 @@ body.admin-bar.bp-search .bp-search-ac { letter-spacing: 0; line-height: 1.3; } - .bp-search-results-list .bp-search-item .entry-meta span.middot, .bp-search-results-list .bp-search-item .item-tags span.middot, .bp-search-results-list .bp-search-item .item-meta span.middot { @@ -30769,7 +31103,6 @@ body.admin-bar.bp-search .bp-search-ac { color: var(--bb-alternate-text-color); line-height: 1; } - .bp-search-results-list .bp-search-item.bp-search-item_product span.middot { display: inline-block; margin: 0 2px; @@ -30777,19 +31110,15 @@ body.admin-bar.bp-search .bp-search-ac { color: var(--bb-alternate-text-color); line-height: 0; } - .bp-search-results-list.members-list .item-meta .middot { vertical-align: initial; } - .bp-search-results-list .bp-search-item .item-tags { margin-top: 5px; } - .bp-search-results-list .entry-content:last-child { margin: 0; } - .buddypress-wrap .bp-search-results-list .item-meta.last-activity, .buddypress-wrap .bp-search-results-list .bp-member-type { color: var(--bb-alternate-text-color); @@ -30802,16 +31131,13 @@ body.admin-bar.bp-search .bp-search-ac { line-height: 1.1875rem; padding: 0; } - .buddypress-wrap .bp-search-results-list.members-list li .list-wrap .last-activity { color: var(--bb-alternate-text-color); margin-bottom: 0; } - .buddypress-wrap .bp-search-results-list.members-list li .list-wrap .last-activity span.middot { vertical-align: middle; } - .bp-search-results-list .item-meta .middot { display: inline-block; margin: 0 6px; @@ -30819,21 +31145,17 @@ body.admin-bar.bp-search .bp-search-ac { color: var(--bb-alternate-text-color); vertical-align: middle; } - .bp-search-results-list.cpt-product-list .item-extra, .bp-search-results-list.cpt-product-list .entry-meta { color: var(--bb-alternate-text-color); display: inline-block; } - .bp-search-results-list.cpt-product-list .woocommerce-product-details__short-description p { margin-bottom: 0; } - .bp-search-results-list.cpt-sfwd-lessons-list .item .item-title { margin-bottom: 0; } - .bp-search-results-list.cpt-sfwd-lessons-list .entry-summary { color: var(--bb-alternate-text-color); margin-top: 5px; @@ -30843,53 +31165,42 @@ body.admin-bar.bp-search .bp-search-ac { font-size: 13px; font-weight: 400; } - .search-results .bp-list li .item-meta a { color: var(--bb-alternate-text-color); } - .search-results .bp-list li .item-meta a:hover { color: var(--bb-primary-color); } - .search-results .bp-list li .item-meta time { font-weight: 400; } - .search-results .pag-count { float: left; margin: 0 0 10px; } - .search-results .pag-data { color: var(--bb-alternate-text-color); font-size: 13px; } - .search-results .pagination { float: right; margin: 0 0 10px; } - .search-results .pagination-links a, .search-results .pagination-links span { border: 0; font-size: 13px; padding: 0 5px; } - .search-results .pagination-links a { color: var(--bb-primary-color); } - .search-results .pagination-links span { color: var(--bb-primary-color); } - .search-results .pagination-links .current { color: var(--bb-alternate-text-color); } - .search-results .item-meta.last-activity { font-size: 13px; } @@ -30919,12 +31230,10 @@ body.admin-bar.bp-search .bp-search-ac { margin: 0; padding: 30px 0; } - .bp-search-results-wrapper .bp-navs li { float: none; padding: 0; } - .bp-search-results-wrapper .bp-navs a { border: 0; font-size: 14px; @@ -30940,10 +31249,9 @@ body.admin-bar.bp-search .bp-search-ac { line-height: 1; margin-bottom: 1px; } - -.bp-search-results-wrapper .bp-navs a::before { +.bp-search-results-wrapper .bp-navs a:before { content: "\ee7a"; - font: 400 normal normal 14px/1 bb-icons; + font: normal normal normal 14px/1 bb-icons; speak: none; display: inline-block; font-size: 20px; @@ -30956,135 +31264,106 @@ body.admin-bar.bp-search .bp-search-ac { text-align: center; } @media only screen and (max-width: 768px) { - - .bp-search-results-wrapper .bp-navs a::before { + .bp-search-results-wrapper .bp-navs a:before { display: none; } } - .bp-search-results-wrapper .bp-navs a:hover { background: var(--bb-content-alternate-background-color); color: var(--bb-primary-color); } - .bp-search-results-wrapper .bp-navs a:hover .count { background-color: var(--bb-primary-color); color: var(--bb-content-background-color); } - -.bp-search-results-wrapper .bp-navs li:first-child a::before { +.bp-search-results-wrapper .bp-navs li:first-child a:before { content: "\e96f"; } - -.bp-search-results-wrapper .bp-navs .activity a::before { +.bp-search-results-wrapper .bp-navs .activity a:before { content: "\e854"; } - -.bp-search-results-wrapper .bp-navs .activity_comment a::before { +.bp-search-results-wrapper .bp-navs .activity_comment a:before { content: "\e967"; } - -.bp-search-results-wrapper .bp-navs .members a::before { +.bp-search-results-wrapper .bp-navs .members a:before { content: "\ef5b"; } - -.bp-search-results-wrapper .bp-navs .documents a::before { +.bp-search-results-wrapper .bp-navs .documents a:before { content: "\ee6e"; } - -.bp-search-results-wrapper .bp-navs .folders a::before { +.bp-search-results-wrapper .bp-navs .folders a:before { content: "\ee9e"; } - -.bp-search-results-wrapper .bp-navs .forum a::before { +.bp-search-results-wrapper .bp-navs .forum a:before { content: "\ee34"; } - -.bp-search-results-wrapper .bp-navs .topic a::before, -.bp-search-results-wrapper .bp-navs .reply a::before { +.bp-search-results-wrapper .bp-navs .topic a:before, +.bp-search-results-wrapper .bp-navs .reply a:before { content: "\ee37"; } - -.bp-search-results-wrapper .bp-navs .photos a::before { +.bp-search-results-wrapper .bp-navs .photos a:before { content: "\eeb4"; } - -.bp-search-results-wrapper .bp-navs .albums a::before, -.bp-search-results-wrapper .bp-navs .cpt-attachment a::before { +.bp-search-results-wrapper .bp-navs .albums a:before, +.bp-search-results-wrapper .bp-navs .cpt-attachment a:before { content: "\eeb5"; } - -.bp-search-results-wrapper .bp-navs .videos a::before { +.bp-search-results-wrapper .bp-navs .videos a:before { content: "\ef65"; } - -.bp-search-results-wrapper .bp-navs .cpt-product a::before { +.bp-search-results-wrapper .bp-navs .cpt-product a:before { content: "\ef19"; } - -.bp-search-results-wrapper .bp-navs .cpt-bp-member-type a::before { +.bp-search-results-wrapper .bp-navs .cpt-bp-member-type a:before { content: "\ef58"; } - -.bp-search-results-wrapper .bp-navs .posts a::before { +.bp-search-results-wrapper .bp-navs .posts a:before { content: "\eda9"; } - -.bp-search-results-wrapper .bp-navs .cpt-page a::before { +.bp-search-results-wrapper .bp-navs .cpt-page a:before { content: "\ee7a"; } - -.bp-search-results-wrapper .bp-navs .groups a::before, -.bp-search-results-wrapper .bp-navs .cpt-memberpressgroup a::before { +.bp-search-results-wrapper .bp-navs .groups a:before, +.bp-search-results-wrapper .bp-navs .cpt-memberpressgroup a:before { content: "\e95d"; } - -.bp-search-results-wrapper .bp-navs .cpt-sfwd-courses a::before, -.bp-search-results-wrapper .bp-navs .cpt-course a::before { +.bp-search-results-wrapper .bp-navs .cpt-sfwd-courses a:before, +.bp-search-results-wrapper .bp-navs .cpt-course a:before { content: "\ee3f"; } - -.bp-search-results-wrapper .bp-navs .cpt-sfwd-lessons a::before { +.bp-search-results-wrapper .bp-navs .cpt-sfwd-lessons a:before { content: "\e86e"; } - -.bp-search-results-wrapper .bp-navs .cpt-sfwd-topic a::before, -.bp-search-results-wrapper .bp-navs .cpt-lesson a::before { +.bp-search-results-wrapper .bp-navs .cpt-sfwd-topic a:before, +.bp-search-results-wrapper .bp-navs .cpt-lesson a:before { content: "\ee73"; } - -.bp-search-results-wrapper .bp-navs .cpt-sfwd-quiz a::before, -.bp-search-results-wrapper .bp-navs .cpt-llms_quiz a::before { +.bp-search-results-wrapper .bp-navs .cpt-sfwd-quiz a:before, +.bp-search-results-wrapper .bp-navs .cpt-llms_quiz a:before { content: "\ef01"; } - -.bp-search-results-wrapper .bp-navs .cpt-wp-parser-function a::before, -.bp-search-results-wrapper .bp-navs .cpt-wp-parser-class a::before, -.bp-search-results-wrapper .bp-navs .cpt-wp-parser-hook a::before, -.bp-search-results-wrapper .bp-navs .cpt-wp-parser-method a::before, -.bp-search-results-wrapper .bp-navs .cpt-command a::before { +.bp-search-results-wrapper .bp-navs .cpt-wp-parser-function a:before, +.bp-search-results-wrapper .bp-navs .cpt-wp-parser-class a:before, +.bp-search-results-wrapper .bp-navs .cpt-wp-parser-hook a:before, +.bp-search-results-wrapper .bp-navs .cpt-wp-parser-method a:before, +.bp-search-results-wrapper .bp-navs .cpt-command a:before { content: "\e977"; } - -.bp-search-results-wrapper .bp-navs .cpt-llms_assignment a::before { +.bp-search-results-wrapper .bp-navs .cpt-llms_assignment a:before { content: "\ee73"; } - -.bp-search-results-wrapper .bp-navs .cpt-llms_membership a::before, -.bp-search-results-wrapper .bp-navs .cpt-memberpressproduct a::before { +.bp-search-results-wrapper .bp-navs .cpt-llms_membership a:before, +.bp-search-results-wrapper .bp-navs .cpt-memberpressproduct a:before { content: "\eed4"; } - -.bp-search-results-wrapper .bp-navs .cpt-llms_certificate a::before, -.bp-search-results-wrapper .bp-navs .cpt-llms_my_certificate a::before { +.bp-search-results-wrapper .bp-navs .cpt-llms_certificate a:before, +.bp-search-results-wrapper .bp-navs .cpt-llms_my_certificate a:before { content: "\e975"; } - .bp-search-results-wrapper .bp-navs ul.subnav { width: 100%; } @media only screen and (max-width: 900px) { - .bp-search-results-wrapper .bp-navs ul.subnav { display: -webkit-box; display: -ms-flexbox; @@ -31096,7 +31375,6 @@ body.admin-bar.bp-search .bp-search-ac { flex-wrap: wrap; } } - .bp-search-results-wrapper .bp-navs .current a:hover, .bp-search-results-wrapper .bp-navs .current a, .bp-search-results-wrapper .bp-navs .selected a:hover, @@ -31108,11 +31386,10 @@ body.admin-bar.bp-search .bp-search-ac { font-weight: 400; position: relative; } - -.bp-search-results-wrapper .bp-navs .current a:hover::after, -.bp-search-results-wrapper .bp-navs .current a::after, -.bp-search-results-wrapper .bp-navs .selected a:hover::after, -.bp-search-results-wrapper .bp-navs .selected a::after { +.bp-search-results-wrapper .bp-navs .current a:hover:after, +.bp-search-results-wrapper .bp-navs .current a:after, +.bp-search-results-wrapper .bp-navs .selected a:hover:after, +.bp-search-results-wrapper .bp-navs .selected a:after { content: ""; background: var(--bb-content-background-color); height: 100%; @@ -31122,7 +31399,6 @@ body.admin-bar.bp-search .bp-search-ac { top: 0; width: 4px; } - .bp-search-results-wrapper .bp-navs .current a:hover .count, .bp-search-results-wrapper .bp-navs .current a .count, .bp-search-results-wrapper .bp-navs .selected a:hover .count, @@ -31131,16 +31407,14 @@ body.admin-bar.bp-search .bp-search-ac { color: var(--bb-content-background-color); } @media screen and (max-width: 900px) { - .bp-search-results-wrapper .bp-navs .current a, .bp-search-results-wrapper .bp-navs .selected a { border-top: 0; border-bottom: 0; background: transparent; } - - .bp-search-results-wrapper .bp-navs .current a::after, - .bp-search-results-wrapper .bp-navs .selected a::after { + .bp-search-results-wrapper .bp-navs .current a:after, + .bp-search-results-wrapper .bp-navs .selected a:after { display: none; } } @@ -31155,7 +31429,6 @@ body.admin-bar.bp-search .bp-search-ac { -ms-flex-align: center; align-items: center; } - .search-results-header .bp-search-form-wrapper { margin-bottom: 1.6875rem; } @@ -31206,7 +31479,6 @@ body.admin-bar.bp-search .bp-search-ac { border-radius: 3px 3px 0 0; padding: 0 0 20px; } - #buddypress header.results-group-header .results-group-title { font-size: 20px; letter-spacing: -0.24px; @@ -31221,15 +31493,12 @@ body.admin-bar.bp-search .bp-search-ac { padding: 35px 40px 10px; min-width: 0; } - .search_results .avatar { border-radius: 0; } - .search_results .item-title a { font-size: inherit; } - .search_results div.item-avatar a { display: block; } @@ -31251,7 +31520,6 @@ body.admin-bar.bp-search .bp-search-ac { border-color: var(--bb-content-border-color); padding: 15px 0; } - #buddypress .members-list.bp-search-results-list .list-wrap .member-name { font-size: 14px; margin: 0; @@ -31263,10 +31531,9 @@ body.admin-bar.bp-search .bp-search-ac { text-transform: uppercase; letter-spacing: -0.24px; } - -.bp-search-results-wrap .view-all-link::after { +.bp-search-results-wrap .view-all-link:after { content: "\e827"; - font: 400 normal normal 18px/1 bb-icons; + font: normal normal normal 18px/1 bb-icons; speak: none; display: inline-block; text-decoration: inherit; @@ -31277,8 +31544,7 @@ body.admin-bar.bp-search .bp-search-ac { position: relative; top: 2px; } - -.bp-search-results-wrap .view-all-link:hover, .bp-search-results-wrap .view-all-link:focus, .bp-search-results-wrap .view-all-link:hover::after { +.bp-search-results-wrap .view-all-link:hover, .bp-search-results-wrap .view-all-link:focus, .bp-search-results-wrap .view-all-link:hover:after { color: var(--bb-primary-color); } @@ -31310,8 +31576,7 @@ body.bp-search .bp-search-ac .bbls-undefined-type { width: 20px; margin: 0 10px 0 0; } - -.bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_global_search_spinner::after { +.bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_global_search_spinner:after { content: "\ef30"; font-family: bb-icons; font-weight: 400; @@ -31323,7 +31588,7 @@ body:not(.bb-template-v2) .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_g width: 25px; } -.bb-template-v2 .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_global_search_spinner::after { +.bb-template-v2 .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_global_search_spinner:after { content: ""; display: inline-block; box-sizing: border-box; @@ -31364,7 +31629,6 @@ body:not(.bb-template-v2) .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_g line-height: 1.3; color: var(--bb-body-text-color); } - .bp-search-results-list .bp-search-item .group-description p { margin: 0 0 6px; } @@ -31399,36 +31663,29 @@ body:not(.bb-template-v2) .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_g .bp-search-results-wrap.results-group-activity .activity-content .activity-header { margin-bottom: 4px; } - .bp-search-results-wrap.results-group-activity .activity-content .activity-header p { color: var(--bb-headings-color); } - .bp-search-results-wrap.results-group-activity .activity-header a { text-transform: capitalize; } - .bp-search-results-wrap.results-group-activity .activity-inner { font-size: 14px; letter-spacing: -0.24px; line-height: 1.3; } - .bp-search-results-wrap.results-group-activity li .item { margin-bottom: 0; } - .bp-search-results-wrap.results-group-activity time { font-size: 13px; font-weight: 400; } - .bp-search-results-wrap.results-group-activity .activity-item .activity-avatar { -webkit-box-flex: 0; -ms-flex: 0 0 90px; flex: 0 0 90px; } - .bp-search-results-wrap.results-group-activity .activity-avatar img { max-width: 100%; } @@ -31437,26 +31694,21 @@ body:not(.bb-template-v2) .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_g .bp-search-results-wrap.results-group-activity_comment .activity-header { color: var(--bb-headings-color); } - -.bp-search-results-wrap.results-group-activity_comment .activity-header a { +.bp-search-results-wrap.results-group-activity_comment .activity-header a:first-child { letter-spacing: 0; text-transform: capitalize; } - .bp-search-results-wrap.results-group-activity_comment .activity-inner { font-size: 14px; letter-spacing: -0.21px; line-height: 1.42; } - .bp-search-results-wrap.results-group-activity_comment .activity-inner a { color: inherit; } - .bp-search-results-wrap.results-group-activity_comment .activity-inner a:hover { color: var(--bb-primary-color); } - .bp-search-results-wrap.results-group-activity_comment .activity-inner p { margin: 0 0 5px; } @@ -31465,24 +31717,19 @@ body:not(.bb-template-v2) .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_g .bp-search-results-wrap.results-group-cpt-product span.entry-meta { margin: 4px 0; } - .bp-search-results-wrap.results-group-cpt-product .rating-custom .woocommerce-product-rating .star-rating { margin: 0 0 5px; } - .bp-search-results-wrap.results-group-cpt-product .rating-custom .star-rating { font-size: 14px; } - .bp-search-results-wrap.results-group-cpt-product .star-rating span { color: #ffd21a; } - .bp-search-results-wrap.results-group-cpt-product .product-sale { line-height: 1; margin-top: 2px; } - .bp-search-results-wrap.results-group-cpt-product .product-sale .onsale { background: #3ebc7d; border-radius: 4px; @@ -31501,11 +31748,9 @@ body:not(.bb-template-v2) .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_g max-width: 220px; width: 100%; } - .bp-search-results-wrap.results-group-cpt-sfwd-courses .course_progress_blue { background: #05d786; } - .bp-search-results-wrap.results-group-cpt-sfwd-courses .entry-meta { margin-bottom: 6px; } @@ -31538,13 +31783,23 @@ body:not(.bb-template-v2) .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_g color: var(--bb-body-text-color); } +#buddypress .standard-form .search-form-has-reset button.search-form_reset { + font-size: 13px; + color: var(--bb-body-text-color); + background-color: transparent; + min-height: auto; + line-height: 1.3; + border: 0; + padding: 0; + display: none; +} + #buddypress .search-form-has-reset input[type="search"], #buddypress .search-form-has-reset #bbp_search { padding-right: 30px; } @media screen and (max-width: 900px) { - #buddypress .bp-search-results-wrapper .bp-navs { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -31572,7 +31827,6 @@ body:not(.bb-template-v2) .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_g } } @media (max-width: 799px) { - body.bp-search .bp-search-ac-header, body.bp-search .bp-search-ac { left: 30px !important; @@ -31587,7 +31841,6 @@ body:not(.bb-template-v2) .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_g } } @media (max-width: 640px) { - #buddypress .bp-search-results-wrapper .search_filters > ul { padding-right: 0; } @@ -31601,18 +31854,15 @@ body:not(.bb-template-v2) .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_g float: none; } } - .directory.media .subnav-filters .subnav-search { position: absolute; right: 0; top: 0; margin: 0; } - .directory.media .dir-search.media-search.bp-search { margin: 0; } - .directory.media #buddypress #dir-media-search { border: 0; background-color: transparent; @@ -31631,11 +31881,9 @@ body:not(.bb-template-v2) .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_g top: 0; margin: 0; } - .directory.video .dir-search.video-search.bp-search { margin: 0; } - .directory.video #buddypress #dir-video-search { border: 0; background-color: transparent; @@ -31664,7 +31912,6 @@ body:not(.bb-template-v2) .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_g -ms-flex-flow: column; flex-flow: column; } - .bb-media-container #subnav { margin: 20px -20px; width: auto; @@ -31683,23 +31930,19 @@ body:not(.bb-template-v2) .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_g -ms-flex-pack: justify; justify-content: space-between; } - #buddypress .bb-media-actions-wrap .bb-title { margin: 0; } - .groups.single-item .bb-media-actions-wrap { margin-bottom: 20px; } @media screen and (max-width: 360px) { - .bb-media-actions-wrap { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } - .bb-media-actions-wrap > .bb-video-actions, .bb-media-actions-wrap > .bb-media-actions { margin-top: 15px; @@ -31712,35 +31955,38 @@ body:not(.bb-template-v2) .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_g margin-left: -10px; margin-right: -10px; } - #buddypress .bb-photo-list li { margin-bottom: 20px; margin-top: 0; padding: 0 10px; } - #buddypress .bb-item-cover-wrap { border-radius: var(--bb-block-radius-inner); } - #buddypress .bb-item-thumb { box-shadow: 0 3px 12px -1px rgba(7, 10, 25, 0.2), 0 22px 27px -20px rgba(7, 10, 25, 0.2); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; border-radius: var(--bb-block-radius-inner); } - #buddypress .bb-item-thumb:hover { box-shadow: 0 15px 45px -5px rgba(7, 10, 25, 0.25); -webkit-transform: translate(0, -2px); -ms-transform: translate(0, -2px); transform: translate(0, -2px); } - +@media screen and (max-width: 980px) { + #buddypress .bb-item-thumb:hover.is-visible { + -webkit-transform: none; + -ms-transform: none; + transform: none; + -webkit-transition: none; + transition: none; + } +} #buddypress .video-list.item-list > li:not(.load-more) { margin-top: 0; } - #buddypress #media-stream.document-parent { margin-top: 35px; } @@ -31754,7 +32000,6 @@ body:not(.bb-template-v2) .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_g border-color: var(--bb-content-border-color); background-color: var(--bb-content-background-color); } - #media-stream.document-parent.group-column #media-folder-document-data-table .media-folder_items .media-folder_group a:hover { color: var(--bb-primary-color); } @@ -31779,41 +32024,33 @@ body:not(.bb-template-v2) .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_g margin-bottom: 30px; } -.dropzone.document-dropzone .dz-preview .dz-remove, .dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview .dz-remove::after { +.dropzone.document-dropzone .dz-preview .dz-remove, .dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview .dz-remove:after { color: rgba(var(--bb-alternate-text-color-rgb), 0.8); } - .dropzone .dz-preview .dz-progress-ring-wrap .dz-progress-ring circle { stroke: var(--bb-primary-color); } - -.bb-template-v1 .dropzone .dz-preview .dz-progress-ring-wrap [class*="bb-icon-"]::before { +.bb-template-v1 .dropzone .dz-preview .dz-progress-ring-wrap [class*="bb-icon-"]:before { font-weight: 400; } - .bb-template-v2 .dropzone .dz-preview .dz-image, .bb-template-v2 .dropzone .dz-preview.dz-file-preview .dz-details { border: 0; } - .dropzone .dz-preview .dz-image { border: 1px solid var(--bb-content-border-color); } - .dropzone .dz-remove { background-color: var(--bb-content-alternate-background-color); } - -.dropzone .dz-remove::after { +.dropzone .dz-remove:after { color: var(--bb-headings-color); opacity: 0.4; font-size: 20px; line-height: 1; } - -.dropzone .dz-remove:hover::after { +.dropzone .dz-remove:hover:after { opacity: 1; } - .dropzone .dz-default { background: var(--bb-content-alternate-background-color); border: 1px solid var(--bb-content-border-color); @@ -31835,15 +32072,12 @@ body:not(.bb-template-v2) .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_g line-height: 26px; padding: 20px 0; } - .bb-template-v2 .dropzone .dz-default { border: 0; } - -.dropzone .dz-default::before { +.dropzone .dz-default:before { display: none; } - .dropzone .dz-default .dz-button, .dropzone .dz-default .dz-button:hover { background-color: transparent !important; @@ -31855,9 +32089,8 @@ body:not(.bb-template-v2) .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_g font-size: 16px !important; border-radius: 0 !important; } - -.dropzone .dz-default .dz-button::before, -.dropzone .dz-default .dz-button:hover::before { +.dropzone .dz-default .dz-button:before, +.dropzone .dz-default .dz-button:hover:before { content: "\ee24"; font-family: bb-icons; font-size: 24px; @@ -31871,7 +32104,6 @@ body:not(.bb-template-v2) .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_g color: var(--bb-alternate-text-color); margin-bottom: 10px; } - .dropzone .dz-default .dz-button > strong, .dropzone .dz-default .dz-button:hover > strong { display: block; @@ -31881,44 +32113,35 @@ body:not(.bb-template-v2) .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_g line-height: 1; margin-bottom: 2px; } - .ac-reply-content .dropzone .dz-default { background-color: var(--bb-content-background-color); } - #buddypress .dropzone .dz-default .dz-button { border: 0; line-height: 1.5; } - #buddypress .dropzone .dz-default .dz-button:hover { border: 0; } - -.bb-template-v2 .dropzone .dz-default .dz-button::before { +.bb-template-v2 .dropzone .dz-default .dz-button:before { font-weight: 300; } - -.dropzone.document-dropzone .dz-default .dz-button::before, -.dropzone.document-dropzone .dz-default .dz-button:hover::before { +.dropzone.document-dropzone .dz-default .dz-button:before, +.dropzone.document-dropzone .dz-default .dz-button:hover:before { content: "\e980"; } - .bb-template-v2 .dropzone.document-dropzone .dz-preview .dz-icon > [class*="bb-icon"] { font-weight: 300; } - -.dropzone.media-dropzone .dz-default .dz-button::before, -.dropzone.media-dropzone .dz-default .dz-button:hover::before { +.dropzone.media-dropzone .dz-default .dz-button:before, +.dropzone.media-dropzone .dz-default .dz-button:hover:before { content: "\ee06"; } - -.dropzone.video-dropzone .dz-default .dz-button::before, -.dropzone.video-dropzone .dz-default .dz-button:hover::before { +.dropzone.video-dropzone .dz-default .dz-button:before, +.dropzone.video-dropzone .dz-default .dz-button:hover:before { content: "\ef65"; } @media screen and (max-width: 768px) { - .dropzone .dz-default .dz-button { font-size: 15px; } @@ -31943,7 +32166,7 @@ div[class*="attached-gif-container"] .gif-image-overlay { .dropzone.document-dropzone .dz-preview .dz-details .dz-filename, .dropzone.document-dropzone .dz-preview .dz-details .dz-size, .dropzone .dz-preview.dz-error .dz-progress-ring-wrap [class*=" bb-icon-"], -.dropzone .dz-preview.dz-error .dz-details::before, +.dropzone .dz-preview.dz-error .dz-details:before, .dropzone.document-dropzone .dz-preview:not(.dz-complete) .dz-progress-ring-wrap [class*=" bb-icon-"] { color: var(--bb-alternate-text-color); } @@ -31953,11 +32176,11 @@ div[class*="attached-gif-container"] .gif-image-overlay { } .dropzone.document-dropzone .dz-preview .dz-remove, -.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview .dz-remove::after { +.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview .dz-remove:after { color: var(--bb-headings-color); } -.dropzone.document-dropzone .dz-preview.dz-complete .dz-details .dz-icon::before, +.dropzone.document-dropzone .dz-preview.dz-complete .dz-details .dz-icon:before, .dropzone.document-dropzone .dz-preview.dz-complete .dz-details .dz-icon > [class*="bb-icon"] { color: var(--bb-alternate-text-color); font-size: 38px; @@ -31971,46 +32194,38 @@ div[class*="attached-gif-container"] .gif-image-overlay { line-height: 19.5px; } -.dropzone.video-dropzone .dz-preview:not(.dz-has-thumbnail, .dz-complete) .dz-remove::after, -.dropzone.video-dropzone div.dz-preview:not(.dz-has-thumbnail) .dz-remove::after, +.dropzone.video-dropzone .dz-preview:not(.dz-has-thumbnail, .dz-complete) .dz-remove:after, +.dropzone.video-dropzone div.dz-preview:not(.dz-has-thumbnail) .dz-remove:after, .dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail) .dz-filename { color: var(--bb-alternate-text-color); } - .dropzone.video-dropzone .dz-preview.dz-file-preview .dz-details .dz-filename > span { font-weight: 400; line-height: 1.5; } - -.dropzone.video-dropzone div.dz-preview:not(.dz-has-thumbnail).dz-complete .dz-remove::after, -.dropzone.video-dropzone div.dz-preview.dz-file-preview .dz-remove::after { +.dropzone.video-dropzone div.dz-preview:not(.dz-has-thumbnail).dz-complete .dz-remove:after, +.dropzone.video-dropzone div.dz-preview.dz-file-preview .dz-remove:after { color: var(--bb-headings-color); } - -.dropzone.video-dropzone div.dz-preview:not(.dz-has-thumbnail).dz-complete .dz-remove::after::after, -.dropzone.video-dropzone div.dz-preview.dz-file-preview .dz-remove::after::after { +.dropzone.video-dropzone div.dz-preview:not(.dz-has-thumbnail).dz-complete .dz-remove:after:after, +.dropzone.video-dropzone div.dz-preview.dz-file-preview .dz-remove:after:after { opacity: 0.4; } - -.dropzone.video-dropzone div.dz-preview:not(.dz-has-thumbnail).dz-complete .dz-remove::after:hover::after, -.dropzone.video-dropzone div.dz-preview.dz-file-preview .dz-remove::after:hover::after { +.dropzone.video-dropzone div.dz-preview:not(.dz-has-thumbnail).dz-complete .dz-remove:after:hover:after, +.dropzone.video-dropzone div.dz-preview.dz-file-preview .dz-remove:after:hover:after { opacity: 1; } - .dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview .dz-remove { background-color: var(--bb-content-alternate-background-color); } - -.dropzone.video-dropzone div.dz-preview.dz-file-preview .dz-remove::after, +.dropzone.video-dropzone div.dz-preview.dz-file-preview .dz-remove:after, .dropzone.video-dropzone .dz-progress-count { color: var(--bb-content-background-color); } - -.dropzone.video-dropzone div.dz-preview.dz-file-preview.dz-has-thumbnail:not(.dz-complete) .dz-remove::after { +.dropzone.video-dropzone div.dz-preview.dz-file-preview.dz-has-thumbnail:not(.dz-complete) .dz-remove:after { opacity: 0.75; } - -.dropzone.video-dropzone div.dz-preview.dz-file-preview.dz-has-thumbnail:not(.dz-complete) .dz-remove:hover::after { +.dropzone.video-dropzone div.dz-preview.dz-file-preview.dz-has-thumbnail:not(.dz-complete) .dz-remove:hover:after { opacity: 1; } @@ -32021,58 +32236,46 @@ div[class*="attached-gif-container"] .gif-image-overlay { .bb-template-v2 .dropzone.document-dropzone .dz-preview.dz-error.dz-preview .dz-details .dz-filename { color: var(--bb-danger-color); } - -.bb-template-v2 .dropzone.document-dropzone .dz-preview.dz-error.dz-complete .dz-remove::after, -.bb-template-v2 .dropzone.document-dropzone .dz-preview.dz-error .dz-remove::after { +.bb-template-v2 .dropzone.document-dropzone .dz-preview.dz-error.dz-complete .dz-remove:after, +.bb-template-v2 .dropzone.document-dropzone .dz-preview.dz-error .dz-remove:after { color: var(--bb-danger-color); } - .bb-template-v2 .dropzone.video-dropzone .dz-preview.dz-error.dz-preview .dz-details { background: rgba(var(--bb-danger-color-rgb), 0.1); } - .bb-template-v2 .dropzone.video-dropzone .dz-preview.dz-error.dz-preview .dz-details .dz-filename { color: var(--bb-danger-color); } - .bb-template-v2 .dropzone.video-dropzone .dz-preview.dz-error .dz-progress-ring-wrap { background: rgba(var(--bb-danger-color-rgb), 0.15); } - .bb-template-v2 .dropzone.video-dropzone .dz-preview.dz-error .dz-progress-ring-wrap > i { color: var(--bb-danger-color); opacity: 0.5; } - -.bb-template-v2 .dropzone.video-dropzone .dz-preview.dz-error.dz-complete .dz-remove::after, -.bb-template-v2 .dropzone.video-dropzone .dz-preview.dz-error .dz-remove::after { +.bb-template-v2 .dropzone.video-dropzone .dz-preview.dz-error.dz-complete .dz-remove:after, +.bb-template-v2 .dropzone.video-dropzone .dz-preview.dz-error .dz-remove:after { color: var(--bb-danger-color); } - .bb-template-v2 .dropzone.media-dropzone .dz-preview.dz-error .dz-details .dz-filename { color: var(--bb-danger-color); } - .bb-template-v2 .dropzone.media-dropzone .dz-preview.dz-error .dz-image { background: rgba(var(--bb-danger-color-rgb), 0.1); } - -.bb-template-v2 .dropzone.media-dropzone .dz-preview.dz-error .dz-remove::after { +.bb-template-v2 .dropzone.media-dropzone .dz-preview.dz-error .dz-remove:after { color: var(--bb-danger-color); } - -.bb-template-v2 .dropzone.media-dropzone .dz-preview.dz-error .dz-details::before { +.bb-template-v2 .dropzone.media-dropzone .dz-preview.dz-error .dz-details:before { background: rgba(var(--bb-danger-color-rgb), 0.15); color: var(--bb-danger-color); opacity: 0.5; font-weight: 300; } - .bb-template-v2 .dropzone.document-dropzone .dz-preview.dz-error.dz-preview .dz-details { background: rgba(var(--bb-danger-color-rgb), 0.1); } - -.bb-template-v2 .dropzone.document-dropzone .dz-preview.dz-error.dz-preview .dz-details::before { +.bb-template-v2 .dropzone.document-dropzone .dz-preview.dz-error.dz-preview .dz-details:before { background: rgba(var(--bb-danger-color-rgb), 0.15); color: var(--bb-danger-color); opacity: 0.5; @@ -32100,21 +32303,17 @@ div[class*="attached-gif-container"] .gif-image-overlay { .bb-media-meta { margin-bottom: 20px; } - .bb-media-meta .bb-delete { line-height: 1; } - .bb-media-meta .bb-delete i { font-size: 24px; } - .bb-media-meta .bb-select i { font-size: 20px; border: 0; font-weight: 100; } - .bb-media-meta .bb-select.selected i { font-weight: 200; background-color: transparent; @@ -32144,11 +32343,9 @@ div[class*="attached-gif-container"] .gif-image-overlay { justify-content: center; font-size: 25px; } - .selected .bb-action-check-wrap [class*=" bb-icon-"] { background-color: var(--bb-primary-color); } - .modal-wrapper .bb-action-check-wrap { top: 5px; left: 5px; @@ -32187,15 +32384,13 @@ div[class*="attached-gif-container"] .gif-image-overlay { border-color: var(--bb-content-border-color); box-shadow: 0 12px 28px 0 rgba(18, 43, 70, 0.15), 0 2px 7px 0 rgba(18, 43, 70, 0.08); } - -.modal-container.has-folderlocationUI .bb-model-footer a.loading::after { +.modal-container.has-folderlocationUI .bb-model-footer a.loading:after { font-weight: 300; } .modal-container .bp-existing-media-wrap { padding: 30px 0; } - .modal-container .bp-existing-media-wrap .media-list .bp-feedback { margin-left: 10px; margin-right: 10px; @@ -32211,12 +32406,10 @@ div[class*="attached-gif-container"] .gif-image-overlay { .bb-action-popup.bb-remove-connection .bb-model-header, .bb-action-popup.bb-leave-group-popup .bb-model-header { background: var(--bb-content-background-color); } - .bb-action-popup .bb-model-header { background-color: var(--bb-content-alternate-background-color); border-color: var(--bb-content-border-color); } - .bb-action-popup .bb-action-popup-content { font-size: 14px; font-weight: 400; @@ -32230,7 +32423,6 @@ div[class*="attached-gif-container"] .gif-image-overlay { .location-folder-list-wrap-main .location-album-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options) { color: var(--bb-headings-color); } - .location-album-list-wrap-main .ac_document_search_folder_list .breadcrumbs-append-ul-li .item span:not(.more_options):hover, .location-album-list-wrap-main .location-folder-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover, .location-album-list-wrap-main .location-album-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover, @@ -32240,16 +32432,14 @@ div[class*="attached-gif-container"] .gif-image-overlay { text-decoration: none; color: var(--bb-primary-color); } - -.location-album-list-wrap-main .ac_document_search_folder_list .breadcrumbs-append-ul-li .item span:not(.more_options):hover::before, -.location-album-list-wrap-main .location-folder-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover::before, -.location-album-list-wrap-main .location-album-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover::before, -.location-folder-list-wrap-main .ac_document_search_folder_list .breadcrumbs-append-ul-li .item span:not(.more_options):hover::before, -.location-folder-list-wrap-main .location-folder-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover::before, -.location-folder-list-wrap-main .location-album-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover::before { +.location-album-list-wrap-main .ac_document_search_folder_list .breadcrumbs-append-ul-li .item span:not(.more_options):hover:before, +.location-album-list-wrap-main .location-folder-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover:before, +.location-album-list-wrap-main .location-album-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover:before, +.location-folder-list-wrap-main .ac_document_search_folder_list .breadcrumbs-append-ul-li .item span:not(.more_options):hover:before, +.location-folder-list-wrap-main .location-folder-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover:before, +.location-folder-list-wrap-main .location-album-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover:before { color: var(--bb-headings-color); } - .location-album-list-wrap-main .ac_document_search_folder_list .location-album-list, .location-album-list-wrap-main .ac_document_search_folder_list .location-folder-list, .location-album-list-wrap-main .location-folder-list-wrap .location-album-list, @@ -32266,7 +32456,6 @@ div[class*="attached-gif-container"] .gif-image-overlay { background-color: var(--bb-content-background-color); border-color: var(--bb-content-border-color); } - .location-album-list-wrap-main .ac_document_search_folder_list .location-album-list li span, .location-album-list-wrap-main .ac_document_search_folder_list .location-folder-list li span, .location-album-list-wrap-main .location-folder-list-wrap .location-album-list li span, @@ -32281,7 +32470,6 @@ div[class*="attached-gif-container"] .gif-image-overlay { .location-folder-list-wrap-main .location-album-list-wrap .location-folder-list li span { border-color: var(--bb-content-border-color); } - .location-album-list-wrap-main .ac_document_search_folder_list .location-album-list li span:hover, .location-album-list-wrap-main .ac_document_search_folder_list .location-folder-list li span:hover, .location-album-list-wrap-main .location-folder-list-wrap .location-album-list li span:hover, @@ -32301,7 +32489,6 @@ div[class*="attached-gif-container"] .gif-image-overlay { margin-bottom: 0; border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; } - .bb-model-header button.mfp-close, .bb-model-header .bb-model-close-button > span[class*="bb-icon"], .bb-model-header .bb-model-close-button > [class*="bb-icon"], @@ -32316,16 +32503,13 @@ div[class*="attached-gif-container"] .gif-image-overlay { border-color: var(--bb-content-border-color); border-radius: 0 0 var(--bb-block-radius) var(--bb-block-radius); } - .bb-model-footer .button { margin-top: 0; } - .bb-model-footer a { color: var(--bb-primary-color); font-size: 14px; } - .bb-model-footer a.close-create-popup-folder, .bb-model-footer a.ac-document-close-button, .bb-model-footer a.ac-video-close-button, .bb-model-footer a.ac-folder-close-button, .bb-model-footer a.ac-media-close-button, .bb-model-footer a.bb-field-uploader-actions, .bb-model-footer a.bp-video-open-create-popup-album, .bb-model-footer a.bp-media-open-create-popup-folder, .bb-model-footer a.bp-document-open-create-popup-folder { color: var(--bb-body-text-color); } @@ -32336,42 +32520,35 @@ div[class*="attached-gif-container"] .gif-image-overlay { #buddypress .bb-model-footer a.button { font-size: 14px; } - -.bb-model-footer .button.loading::after, -.bb-model-footer a.button.loading::after, -#buddypress .bb-model-footer .button.loading::after, -#buddypress .bb-model-footer a.button.loading::after { +.bb-model-footer .button.loading:after, +.bb-model-footer a.button.loading:after, +#buddypress .bb-model-footer .button.loading:after, +#buddypress .bb-model-footer a.button.loading:after { vertical-align: middle; } #bp-media-single-folder .album-single-view .bp-media-header-wrap .bb-media-actions > .button i { font-size: 18px; } - #bp-media-single-folder .album-single-view .bp-media-header-wrap .media-folder_items .media-folder_action__anchor i { color: var(--bb-alternate-text-color); } - #bp-media-single-folder .album-single-view .bp-media-header-wrap .media-folder_items .media-folder_action__list { background-color: var(--bb-content-background-color); border-radius: var(--bb-block-radius); } - -.bb-template-v2 #bp-media-single-folder .album-single-view .bp-media-header-wrap .media-folder_items .media-folder_action__list::after { +.bb-template-v2 #bp-media-single-folder .album-single-view .bp-media-header-wrap .media-folder_items .media-folder_action__list:after { display: none; } - .bb-template-v2 #bp-media-single-folder .album-single-view .bp-media-header-wrap .media-folder_items .media-folder_action__list ul { border-radius: 10px; padding: 8px; margin: 0; } - .bb-template-v2 #bp-media-single-folder .album-single-view .bp-media-header-wrap .media-folder_items .media-folder_action__list ul li a { border-radius: 6px; color: var(--bb-body-text-color); } - .bb-template-v2 #bp-media-single-folder .album-single-view .bp-media-header-wrap .media-folder_items .media-folder_action__list ul li a > i { color: var(--bb-alternate-text-color); } @@ -32444,24 +32621,20 @@ div[class*="attached-gif-container"] .gif-image-overlay { .moderation-popup .mfp-close { background-color: transparent; } - .message-members-list.member-popup .bb-model-footer, .moderation-popup .bb-model-footer { min-width: auto; } - .message-members-list.member-popup .bb-model-footer .bb-cancel-report-content, .moderation-popup .bb-model-footer .bb-cancel-report-content { border: 0; } - .message-members-list.member-popup .modal-container .bb-model-footer .button.bb-cancel-report-content, .moderation-popup .modal-container .bb-model-footer .button.bb-cancel-report-content { color: var(--bb-body-text-color); font-size: 13px; font-weight: 500; } - .message-members-list.member-popup .modal-container .bb-model-header ~ .bp-feedback, .moderation-popup .modal-container .bb-model-header ~ .bp-feedback { margin: -25px -30px 15px; @@ -32472,7 +32645,6 @@ div[class*="attached-gif-container"] .gif-image-overlay { margin: 30px -30px -30px; padding: 11px 30px; } - .bp-video-thumbnail-uploader .bb-model-footer a.button { margin-top: 0; } @@ -32489,7 +32661,6 @@ div[class*="attached-gif-container"] .gif-image-overlay { .modal-container .dropzone { margin-bottom: 0; } - #bbpress-forums div.bbp-reply-content .modal-container .bp-upload-tab, #bbpress-forums div.bbp-reply-content .modal-container .bp-thumbnail-upload-tab, .modal-container .bp-upload-tab, @@ -32498,7 +32669,6 @@ div[class*="attached-gif-container"] .gif-image-overlay { font-size: 20px; color: #939597; } - #bbpress-forums div.bbp-reply-content .modal-container .bp-upload-tab.selected, #bbpress-forums div.bbp-reply-content .modal-container .bp-thumbnail-upload-tab.selected, .modal-container .bp-upload-tab.selected, @@ -32526,17 +32696,15 @@ div.dropzone.dz-started { .bb-member-photos-header { margin-top: 0; } - .groups.single-item .bb-member-photos-header { - /* margin-top: 20px; */ } -.media-folder-document-filters .media-search-form::before { +.media-folder-document-filters .media-search-form:before { content: "\ef10"; font-family: bb-icons; font-style: normal; - font-weight: 400; + font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; @@ -32556,7 +32724,6 @@ div.dropzone.dz-started { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - .media-folder-document-filters .select-wrap select { -webkit-appearance: none; -moz-appearance: none; @@ -32567,9 +32734,9 @@ div.dropzone.dz-started { font-size: 14px; } -#bp-media-create-folder .bb-folder-location-select::after, -#bp-media-edit-child-folder .bb-folder-location-select::after, -#bp-media-create-child-folder .bb-folder-location-select::after { +#bp-media-create-folder .bb-folder-location-select:after, +#bp-media-edit-child-folder .bb-folder-location-select:after, +#bp-media-create-child-folder .bb-folder-location-select:after { content: ""; background-image: url("../images/svg/arrow-down.svg"); background-repeat: no-repeat; @@ -32581,10 +32748,9 @@ div.dropzone.dz-started { -ms-transform: translateY(-50%); transform: translateY(-50%); } - -#bp-media-create-folder .bb-folder-location-select-list li::before, -#bp-media-edit-child-folder .bb-folder-location-select-list li::before, -#bp-media-create-child-folder .bb-folder-location-select-list li::before { +#bp-media-create-folder .bb-folder-location-select-list li:before, +#bp-media-edit-child-folder .bb-folder-location-select-list li:before, +#bp-media-create-child-folder .bb-folder-location-select-list li:before { content: "\ee9e" !important; font-family: bb-icons !important; display: inline-block; @@ -32607,11 +32773,9 @@ div.dropzone.dz-started { .comments-area .comment-content-wrap { position: relative; } - .comments-area .comment-content-wrap .comment-meta { margin-right: 35px; } - .comments-area .comment-content-wrap .bb_more_options { position: absolute; top: 0; @@ -32627,7 +32791,6 @@ div.dropzone.dz-started { color: var(--bb-body-text-color); border-radius: var(--bb-input-radius); } - .directory.document .document-options .subnav-filters .subnav-search .bp-dir-search-form:focus-within, .directory.media .media-options .subnav-filters .subnav-search .bp-dir-search-form:focus-within, .directory.video .video-options .subnav-filters .subnav-search .bp-dir-search-form:focus-within, @@ -32642,21 +32805,17 @@ div.dropzone.dz-started { border-radius: 0; background-color: transparent; } - -.bp-media-header-wrap .media-search-form::after { +.bp-media-header-wrap .media-search-form:after { display: none; } - .bp-media-header-wrap .media-search-form .bp-dir-search-form { border-width: 1px; border-style: solid; height: 34px; } - -.bp-media-header-wrap .media-search-form .bp-dir-search-form::before { +.bp-media-header-wrap .media-search-form .bp-dir-search-form:before { top: 3px; } - .bp-media-header-wrap .media-search-form .bp-dir-search-form #group-document-search { padding: 5px 30px 5px 32px; } @@ -32664,13 +32823,11 @@ div.dropzone.dz-started { .bb-groups-invites-left { border-color: var(--bb-content-border-color); } - .bb-groups-invites-left .bb-panel-head { position: relative; border-bottom: 1px solid var(--bb-content-border-color); padding: 15px 20px; } - .bb-groups-invites-left .bb-panel-subhead { display: -webkit-box; display: -ms-flexbox; @@ -32683,25 +32840,20 @@ div.dropzone.dz-started { justify-content: space-between; padding: 4px 0; } - .bb-groups-invites-left span.select-members-text { font-size: 13px; } - .bb-groups-invites-left .bb-title-wrap { margin: -20px -20px 20px; border-bottom: 1px solid var(--bb-content-border-color); padding: 20px; } - -.bb-groups-invites-left .bs-styled-checkbox + label::before { +.bb-groups-invites-left .bs-styled-checkbox + label:before { vertical-align: middle; } - .bb-groups-invites-left #members-list.item-list .item-avatar img { max-width: 45px; } - .bb-groups-invites-left input#group_invites_search { background-size: 14px; background-position: left 12px center; @@ -32724,7 +32876,6 @@ div.dropzone.dz-started { .bb-groups-invites-right-top { min-height: 222px; } - .bb-groups-invites-right-top div.bp-feedback { background: var(--bb-content-alternate-background-color); } @@ -32749,11 +32900,9 @@ div.dropzone.dz-started { border: 1px solid var(--bb-secondary-button-border-regular); box-shadow: none; } - #buddypress input#bp_invites_reset:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - #buddypress input#bp_invites_reset:hover { background-color: var(--bb-secondary-button-background-hover); color: var(--bb-secondary-button-text-hover); @@ -32781,8 +32930,7 @@ div.dropzone.dz-started { font-size: 0; padding: 1px 0 0; } - -#send_group_invite_form .select2-selection__choice__remove::before { +#send_group_invite_form .select2-selection__choice__remove:before { content: "\e828"; font-family: bb-icons; font-size: 14px; @@ -32811,16 +32959,17 @@ div.dropzone.dz-started { #group-invites-new-submit { padding: 0; } - #group-invites-new-submit #bp_invites_reset { margin: 0; } #bp-invites-dropdown-options-loader { - margin-left: auto; - margin-right: 10px; - position: relative; - top: 3px; + margin-left: 10px; +} +#bp-invites-dropdown-options-loader .bb-icon-spinner { + display: -webkit-box; + display: -ms-flexbox; + display: flex; } .group-invites-members-listing .bp-invites-feedback { @@ -32851,19 +33000,15 @@ body.send-invites .select2-container .select2-dropdown { .bb-groups-messages-left .bp-search { padding: 0 20px; } - .bb-groups-messages-left select { height: 37px; } - .bb-groups-messages-left .bp-list li .item-avatar { margin-right: 15px; } - .bb-groups-messages-left #members-list.item-list .item-avatar img { max-width: 45px; } - .bb-groups-messages-left #members-list.item-list .member-name a { font-size: 15px; } @@ -32889,8 +33034,7 @@ body.send-invites .select2-container .select2-dropdown { .bb-groups-messages-right .group-messages-compose { font-size: 0; } - -.bb-groups-messages-right .group-messages-compose::after { +.bb-groups-messages-right .group-messages-compose:after { content: "\ee5a"; font-family: bb-icons; font-size: 22px; @@ -32926,18 +33070,15 @@ a.bb-close-select-members.button { .add-more-members .bb-add-members { font-size: 14px; } - .add-more-members .bb-add-members .bb-icon-plus-circle { margin-right: 5px; font-size: 18px; vertical-align: middle; } @media screen and (max-width: 560px) { - .add-more-members .bb-add-members { font-size: 12px; } - .add-more-members .bb-add-members .bb-icon-plus-circle { font-size: 16px; } @@ -32953,7 +33094,7 @@ a.bb-close-select-members.button { margin: 0 0 0 8px; } -#send_group_message_form .select2-selection__choice__remove::before { +#send_group_message_form .select2-selection__choice__remove:before { content: "\e828"; font-family: bb-icons; font-size: 13px; @@ -32983,52 +33124,43 @@ a.bb-close-select-members.button { .bb-groups-messages-right .medium-editor-placeholder { padding: 0; } - .bb-groups-messages-right .medium-editor-element li > ol, .bb-groups-messages-right .medium-editor-element li > ul, .bb-groups-messages-right .medium-editor-placeholder li > ol, .bb-groups-messages-right .medium-editor-placeholder li > ul { margin-bottom: 0; } - .bb-groups-messages-right .medium-editor-element pre, .bb-groups-messages-right .medium-editor-placeholder pre { white-space: pre-wrap; position: relative; z-index: 1; } - .bb-groups-messages-right .medium-editor-element pre p, .bb-groups-messages-right .medium-editor-placeholder pre p { margin-bottom: 0; } - -.bb-groups-messages-right .medium-editor-element[contenteditable="true"]:empty::after, -.bb-groups-messages-right .medium-editor-placeholder[contenteditable="true"]:empty::after { +.bb-groups-messages-right .medium-editor-element[contenteditable="true"]:empty:after, +.bb-groups-messages-right .medium-editor-placeholder[contenteditable="true"]:empty:after { color: #c3c6c9; content: attr(data-placeholder); position: absolute; padding: inherit; font-style: normal; } - .bb-groups-messages-right .standard-form .submit { padding: 0; } - .bb-groups-messages-right div.bp-feedback { background: var(--bb-content-alternate-background-color); } - .bb-groups-messages-right .bp-group-messages-attached-gif-container { margin-bottom: 20px; } - .bb-groups-messages-right .bp-group-messages-attached-gif-container.closed { display: none; } - -.bb-groups-messages-right #bp-group-message-content .medium-editor-placeholder::after { +.bb-groups-messages-right #bp-group-message-content .medium-editor-placeholder:after { font-style: normal; pointer-events: none; } @@ -33052,18 +33184,15 @@ a.bb-close-select-members.button { padding: 0; margin-top: auto; } - .bb-groups-messages-right #whats-new-toolbar #send_group_message_button { margin: 0; } - .bb-groups-messages-right #whats-new-toolbar .emojionearea .emojionearea-picker .emojionearea-search > input { outline: none; width: 100%; min-width: 100%; height: 30px; } - .bb-groups-messages-right #whats-new-toolbar .gif-media-search-dropdown.open { margin: 0 0 10px -20px; top: auto; @@ -33071,8 +33200,7 @@ a.bb-close-select-members.button { padding-bottom: 0; padding-top: 10px; } - -.bb-groups-messages-right #whats-new-toolbar .gif-media-search-dropdown::before { +.bb-groups-messages-right #whats-new-toolbar .gif-media-search-dropdown:before { left: 38px; top: auto; bottom: -11px; @@ -33080,7 +33208,6 @@ a.bb-close-select-members.button { -ms-transform: rotate(135deg); transform: rotate(135deg); } - .bb-groups-messages-right #whats-new-toolbar .gif-search-content { display: -webkit-box; display: -ms-flexbox; @@ -33088,28 +33215,23 @@ a.bb-close-select-members.button { -ms-flex-flow: column-reverse; flex-flow: column-reverse; } - .bb-groups-messages-right #whats-new-toolbar .emojionearea .emojionearea-picker { top: auto; bottom: 40px; } - .bb-groups-messages-right #whats-new-toolbar .emojionearea .emojionearea-picker.emojionearea-filters-position-top .emojionearea-filters { top: auto; bottom: 0; } - .bb-groups-messages-right #whats-new-toolbar .emojionearea .emojionearea-picker .emojionearea-search-panel { top: auto; bottom: 40px; } - .bb-groups-messages-right #whats-new-toolbar .emojionearea .emojionearea-picker.emojionearea-filters-position-top.emojionearea-search-position-top .emojionearea-scroll-area { bottom: auto; top: 0; } - -.bb-groups-messages-right #whats-new-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { +.bb-groups-messages-right #whats-new-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { bottom: -10px; top: auto; -webkit-transform: rotate(180deg); @@ -33121,21 +33243,18 @@ a.bb-close-select-members.button { color: var(--bb-headings-color); } -.group-messages.private-message #group-messages-container .group-messages-members-listing .all-members .group-message-member-li.selected .invite-button .icons::before { +.group-messages.private-message #group-messages-container .group-messages-members-listing .all-members .group-message-member-li.selected .invite-button .icons:before { background-color: var(--bb-primary-color); font-weight: 400; } - .group-messages.private-message #group-messages-container .bb-groups-messages-right .bb-groups-messages-right-top { border-color: var(--bb-content-border-color); padding: 10px 20px; } - .group-messages.private-message #group-messages-container .bb-groups-messages-right .bp-select-members-wrap .group-messages-helper-text { color: var(--bb-alternate-text-color); font-size: 15px; } - .group-messages.private-message #group-messages-container .bb-groups-messages-left .group-messages-members-listing .item-list li.selected { background-color: var(--bb-content-alternate-background-color); } @@ -33143,7 +33262,6 @@ a.bb-close-select-members.button { .group-messages.public-message .bb-groups-messages-right .bb-groups-messages-right-top { border-color: var(--bb-content-border-color); } - .group-messages.public-message .bb-groups-messages-right .bp-select-members-wrap .group-messages-helper-text { color: var(--bb-alternate-text-color); } @@ -33161,18 +33279,15 @@ a.bb-close-select-members.button { } @media screen and (min-width: 1081px) { - .bb-groups-messages-left { border-color: var(--bb-content-border-color); } } - .bb-invite-anyone-wrap { background: #fff; border: 1px solid var(--bb-content-border-color); border-radius: 4px; } - .bb-invite-anyone-wrap #send-invite-form { display: -webkit-box; display: -ms-flexbox; @@ -33181,7 +33296,6 @@ a.bb-close-select-members.button { flex-flow: row wrap; margin: 0; } - .bb-invite-anyone-wrap div.left-menu { border-right: 1px solid #e7e9ec; min-width: 0; @@ -33192,7 +33306,6 @@ a.bb-close-select-members.button { margin: 0; padding-bottom: 20px; } - #main .bb-invite-anyone-wrap .main-column { -webkit-box-flex: 1; -ms-flex: 1; @@ -33201,7 +33314,6 @@ a.bb-close-select-members.button { margin: 0 !important; padding: 20px 30px 30px; } - .bb-invite-anyone-wrap #invite-anyone-member-list { background: transparent; height: auto; @@ -33210,12 +33322,10 @@ a.bb-close-select-members.button { border-radius: 0; padding: 0; } - .bb-invite-anyone-wrap ul.first.acfb-holder { margin: 0 !important; padding: 20px; } - #primary #main .bb-invite-anyone-wrap .send-to-input { background: url("../images/svg/search.svg") no-repeat; background-size: 14px; @@ -33228,12 +33338,10 @@ a.bb-close-select-members.button { margin: 0; padding: 0 20px 0 35px; } - .bb-invite-anyone-wrap .total-members-text { border-bottom: 1px solid #e7e9ec; padding: 23px 20px; } - .bb-invite-anyone-wrap .bb-select-members-text { font-size: 14px; padding: 0 20px 20px; @@ -33255,7 +33363,6 @@ a.bb-close-select-members.button { max-height: 550px; overflow: auto; } - #invite-anyone-invite-list li { display: -webkit-box; display: -ms-flexbox; @@ -33266,35 +33373,28 @@ a.bb-close-select-members.button { align-items: center; padding: 15px 20px; } - #invite-anyone-invite-list li:first-child { border-top: 0; } - #invite-anyone-invite-list h4 { margin: 0; } - #invite-anyone-invite-list .avatar { margin-right: 15px !important; max-width: 52px; } - #invite-anyone-invite-list .activity { display: none; } - #invite-anyone-invite-list .action { margin-left: auto; } - #invite-anyone-invite-list .remove { font-size: 0; display: inline-block; margin: 0; } - -#invite-anyone-invite-list .remove::before { +#invite-anyone-invite-list .remove:before { content: "\e8f7"; font-family: bb-icons; speak: none; @@ -33317,7 +33417,6 @@ a.bb-close-select-members.button { flex-flow: row wrap; margin: 0 0 30px; } - .group-create .buddypress-wrap .bb-invite-anyone-wrap .left-menu { border-right: 1px solid #e7e9ec; min-width: 0; @@ -33329,13 +33428,11 @@ a.bb-close-select-members.button { max-width: 100%; padding-bottom: 30px; } - .group-create .bb-invite-anyone-wrap .total-members-text { margin: 0; } @media (max-width: 767px) { - .group-create .buddypress-wrap .bb-invite-anyone-wrap .left-menu { -webkit-box-flex: 0; -ms-flex: 0 0 240px; @@ -33343,7 +33440,6 @@ a.bb-close-select-members.button { } } @media (max-width: 600px) { - .group-create .buddypress-wrap .bb-invite-anyone-wrap .left-menu { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -33352,7 +33448,6 @@ a.bb-close-select-members.button { border-bottom: 1px solid #e7e9ec; } } - .bp-single-vert-nav .bb-single-main-nav--vertical li { -webkit-transition: 0.3s all; transition: 0.3s all; @@ -33373,7 +33468,6 @@ nav#object-nav.bb-single-main-nav--vertical li.selected > a { } @media screen and (max-width: 46.8em) { - .bb-template-v1 nav#object-nav.bb-single-main-nav--vertical { border-radius: var(--bb-block-radius); } @@ -33381,9 +33475,16 @@ nav#object-nav.bb-single-main-nav--vertical li.selected > a { nav#object-nav.bb-single-main-nav--vertical > ul > li > a:hover { background-color: transparent; } + + .bp-single-vert-nav .main-navs ul li { + width: auto; + } + + .buddypress-wrap .bp-navs.bb-subnav-vert li { + float: left; + } } @media screen and (min-width: 46.8em) { - .bb-single-main-nav--vertical li:focus, .bb-single-main-nav--vertical li:hover { background: transparent; @@ -33401,12 +33502,10 @@ nav#object-nav.bb-single-main-nav--vertical li.selected > a { border-right: 1px solid var(--bb-content-border-color); padding: 20px 0; } - nav#object-nav.bb-single-main-nav--vertical li { width: 100%; padding: 0; } - nav#object-nav.bb-single-main-nav--vertical .selected > a { background: var(--bb-content-background-color); border-bottom: 1px solid var(--bb-content-border-color); @@ -33414,8 +33513,7 @@ nav#object-nav.bb-single-main-nav--vertical li.selected > a { margin: 0; position: relative; } - - nav#object-nav.bb-single-main-nav--vertical .selected > a::after { + nav#object-nav.bb-single-main-nav--vertical .selected > a:after { background-color: var(--bb-content-background-color); bottom: 0; content: ""; @@ -33424,7 +33522,6 @@ nav#object-nav.bb-single-main-nav--vertical li.selected > a { top: 0; width: 1px; } - nav#object-nav.bb-single-main-nav--vertical a { border: 0; display: -webkit-box; @@ -33439,13 +33536,12 @@ nav#object-nav.bb-single-main-nav--vertical li.selected > a { margin-bottom: 1px; padding: 10px 15px; } - nav#object-nav.bb-single-main-nav--vertical a:hover { background: var(--bb-content-alternate-background-color); color: var(--bb-primary-color); } - .group-admin .bb-subnav-plain .selected > a::after { + .group-admin.bb-template-v1 .bb-subnav-plain .selected > a:after { background-color: var(--bb-content-background-color); bottom: 0; content: ""; @@ -33456,7 +33552,6 @@ nav#object-nav.bb-single-main-nav--vertical li.selected > a { } } @media screen and (min-width: 46.8em) { - .bp-single-vert-nav .bp-wrap:not(.bp-fullwidth-wrap) { display: -webkit-box; display: -ms-flexbox; @@ -33492,9 +33587,8 @@ nav#object-nav.bb-single-main-nav--vertical li.selected > a { width: auto; } } - .bookmark-link-container .bookmark-it .bb-helper-icon { - font: 400 normal normal 20px/1 bb-icons; + font: normal normal normal 20px/1 bb-icons; speak: none; display: inline-block; text-decoration: inherit; @@ -33502,37 +33596,31 @@ nav#object-nav.bb-single-main-nav--vertical li.selected > a { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - -.bookmark-link-container .bookmark-it .bb-helper-icon::before { +.bookmark-link-container .bookmark-it .bb-helper-icon:before { content: "\e872"; } - .bookmark-link-container .bookmark-it .bb-helper-icon.fa-spinner { font-family: "Font Awesome\ 5 Free"; font-weight: 900; } - -.bookmark-link-container .bookmark-it .bb-helper-icon.fa-spinner::before { +.bookmark-link-container .bookmark-it .bb-helper-icon.fa-spinner:before { content: "\f110" !important; } - -.bookmark-link-container .bookmark-it.bookmarked .bb-helper-icon::before { +.bookmark-link-container .bookmark-it.bookmarked .bb-helper-icon:before { content: "\e872"; font-family: bb-icons; font-weight: 300; } - .bookmark-link-container .bookmark-it.bookmarked .bb-helper-icon.fa-spinner { font-family: "Font Awesome\ 5 Free"; font-weight: 900; } - -.bookmark-link-container .bookmark-it.bookmarked .bb-helper-icon.fa-spinner::before { +.bookmark-link-container .bookmark-it.bookmarked .bb-helper-icon.fa-spinner:before { content: "\f110" !important; } .sl-wrapper .sl-button .sl-icon .fa { - font: 400 normal normal 18px/1 bb-icons; + font: normal normal normal 18px/1 bb-icons; speak: none; display: inline-block; text-decoration: inherit; @@ -33540,31 +33628,25 @@ nav#object-nav.bb-single-main-nav--vertical li.selected > a { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - -.sl-wrapper .sl-button .sl-icon .fa::before { +.sl-wrapper .sl-button .sl-icon .fa:before { content: "\eeb2"; } - .sl-wrapper .sl-button .sl-icon .fa.fa-spinner { font-family: "Font Awesome\ 5 Free"; font-weight: 900; } - -.sl-wrapper .sl-button .sl-icon .fa.fa-spinner::before { +.sl-wrapper .sl-button .sl-icon .fa.fa-spinner:before { content: "\f110" !important; } - -.sl-wrapper .sl-button.liked .sl-icon .fa::before { +.sl-wrapper .sl-button.liked .sl-icon .fa:before { font-family: bb-icons; content: "\eeb2"; } - .sl-wrapper .sl-button.liked .sl-icon .fa.fa-spinner { font-family: "Font Awesome\ 5 Free"; font-weight: 900; } - -.sl-wrapper .sl-button.liked .sl-icon .fa.fa-spinner::before { +.sl-wrapper .sl-button.liked .sl-icon .fa.fa-spinner:before { content: "\f110" !important; } @@ -33574,17 +33656,14 @@ div.bp-zoom-webinar-container { background-color: var(--bb-content-background-color); border-color: var(--bb-content-border-color); } - div.bp-zoom-meeting-container .bp-zoom-meeting-left, div.bp-zoom-webinar-container .bp-zoom-meeting-left { border-color: var(--bb-content-border-color); } - div.bp-zoom-meeting-container .bp-meeting-fields-wrap hr, div.bp-zoom-webinar-container .bp-meeting-fields-wrap hr { background-color: var(--bb-content-border-color); } - div.bp-zoom-meeting-container #subnav, div.bp-zoom-webinar-container #subnav { border-radius: var(--bb-block-radius); @@ -33596,17 +33675,14 @@ div.bp-zoom-webinar-container #subnav { .bp-zoom-webinar-container #meetings-list li.current { background-color: var(--bb-content-alternate-background-color); } - .bp-zoom-meeting-container .meeting-topic .meeting-title, .bp-zoom-webinar-container .meeting-topic .meeting-title { color: var(--bb-headings-color); } - .bp-zoom-meeting-container .meeting-item-col.meeting-meta-wrap, .bp-zoom-webinar-container .meeting-item-col.meeting-meta-wrap { color: var(--bb-alternate-text-color); } - .bp-zoom-meeting-container .bp-zoom-meeting-members-listing .meeting-timezone, .bp-zoom-webinar-container .bp-zoom-meeting-members-listing .meeting-timezone { background-color: var(--bb-content-alternate-background-color); @@ -33626,7 +33702,6 @@ body.rtl .bp_zoom_countdown { -ms-flex-pack: end; justify-content: flex-end; } - body.rtl .single-meeting-item.bb-countdown-wrap .bp_zoom_countdown { -webkit-box-pack: end; -ms-flex-pack: end; diff --git a/web/app/themes/buddyboss-theme/assets/css/buddypress.css.map b/web/app/themes/buddyboss-theme/assets/css/buddypress.css.map index 5228b36e..bd0df6c0 100644 --- a/web/app/themes/buddyboss-theme/assets/css/buddypress.css.map +++ b/web/app/themes/buddyboss-theme/assets/css/buddypress.css.map @@ -1,6 +1,6 @@ { "version": 3, -"mappings": "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", +"mappings": "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", "sources": ["scss/functions/components/_utils.scss","scss/plugins/buddypress/components/_common.scss","scss/functions/components/_variables.scss","scss/functions/components/_functions.scss","scss/functions/components/_buttons.scss","scss/plugins/buddypress/components/_default.scss","scss/plugins/buddypress/components/_activity.scss","scss/plugins/buddypress/components/_members.scss","scss/plugins/buddypress/components/_user-profile.scss","scss/plugins/buddypress/components/_widgets.scss","scss/functions/components/_flex.scss","scss/plugins/buddypress/components/_groups.scss","scss/plugins/buddypress/components/_group-single.scss","scss/plugins/buddypress/components/_messages.scss","scss/plugins/buddypress/components/_notifications.scss","scss/plugins/buddypress/components/_profile-details.scss","scss/plugins/buddypress/components/_settings.scss","scss/plugins/buddypress/components/_sfwd.scss","scss/plugins/buddypress/components/_register.scss","scss/plugins/buddypress/components/_activation.scss","scss/plugins/buddypress/components/_create-group.scss","scss/plugins/buddypress/components/_search.scss","scss/plugins/buddypress/components/_media.scss","scss/plugins/buddypress/components/_group-invites.scss","scss/plugins/buddypress/components/_group-messages.scss","scss/plugins/buddypress/components/_invite-anyone.scss","scss/plugins/buddypress/components/_navs.scss","scss/plugins/buddypress/components/_user-blog.scss","scss/plugins/buddypress/components/_zoom.scss"], "names": [], "file": "buddypress.css" diff --git a/web/app/themes/buddyboss-theme/assets/css/buddypress.min.css b/web/app/themes/buddyboss-theme/assets/css/buddypress.min.css index 9c3159f2..6cd4db77 100644 --- a/web/app/themes/buddyboss-theme/assets/css/buddypress.min.css +++ b/web/app/themes/buddyboss-theme/assets/css/buddypress.min.css @@ -1,10647 +1 @@ -.formatted-content,body #main-wrap{background-color:var(--bb-body-background-color)} - -.bb_processing_overlay{background-color:rgba(var(--bb-body-background-color-rgb),.8)} - -.bs-dir-search{float:right;margin:0 0 20px} - -.bs-dir-search input[type=text]{background:0 0;border:0;height:34px;font-size:14px;letter-spacing:-.24px;padding:0 30px 0 35px} - -.modal-mask{z-index:999999} - -.bs-search-form{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);color:var(--bb-body-text-color);border-radius:var(--bb-button-radius);margin-bottom:0;position:relative} - -.bs-search-form:focus-within{border-color:var(--bb-input-focus-border-color);border-width:1px;box-shadow:var(--bb-input-focus-shadow)} - -.bs-search-form:focus-within #bbp_search{box-shadow:none} - -.bs-search-form::before{content:"\ef10";font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;position:absolute;top:10px;font-size:17px;color:inherit;opacity:.4;left:9px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} - -.bs-search-form input[type=text]::input-placeholder{color:inherit} - -.bb-secondary-list-tabs{border-bottom:0;margin:.9375rem 0} - -.bb-secondary-list-tabs h4{font-size:16px;font-weight:400;color:var(--bb-alternate-text-color);letter-spacing:-.24px;margin:0} - -.bb-secondary-list-tabs ul{list-style:none;margin-left:auto;margin-bottom:0} - -.bs-sort-button{color:var(--bb-headings-color);opacity:.4;font-size:22px;line-height:1;display:block;padding:5px 10px;text-decoration:none;-webkit-transition:.3s all;transition:.3s all} - -.bs-sort-button.active,.bs-sort-button:hover{color:var(--bb-headings-color);opacity:1} - -.bs-dir-form{margin:0} - -.bs-groups-items.bs-item-list.list-view .bs-item-wrap,.bs-members-items.bs-item-list.list-view .bs-item-wrap{-webkit-transition:border-color .2s linear,box-shadow .2s linear;transition:border-color .2s linear,box-shadow .2s linear} - -.bs-groups-items.bs-item-list .sm-grid-1-2,.bs-members-items.bs-item-list .sm-grid-1-2{border-color:#e7eaec} - -.item-title a{color:var(--bb-headings-color);display:inline-block;font-size:20px;font-weight:500;letter-spacing:-.24px;line-height:1.2;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} - -.item-title a:hover{color:var(--bb-primary-color)} - -.bs-members-items.list-view div.action{-webkit-box-flex:1;-ms-flex:1;flex:1} - -.bs-members-items.list-view .bs-generic-button{margin-right:20px} - -.list-view .avatar:not(.profile-avatar){margin:0;max-width:52px} - -.list-view.bs-groups-items .avatar:not(.profile-avatar){max-width:75px} - -.list-view .item-wrap-left{display:-webkit-box;display:-ms-flexbox;display:flex;min-width:38%;-webkit-box-flex:0;-ms-flex:0 0 38%;flex:0 0 38%;padding-right:20px} - -.bs-list-actions{-webkit-box-flex:1;-ms-flex:1;flex:1} - -.bs-members-items.grid-view .awaiting_response.bs-generic-button{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} - -.bs-members-items.grid-view .awaiting_response.bs-generic-button a{width:auto!important} - -.bs-item-list-tabs .more-button i{font-size:18px;line-height:1} - -.bs-item-list-tabs .sub-menu{-ms-flex-flow:row wrap;flex-flow:row wrap;top:38px} - -.bs-item-list-tabs .sub-menu li{float:none;margin:0;width:100%}@media (max-width:800px){ - -.list-view .item-wrap-left{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%} - -.bs-item-list.list-view div.action{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:75px} - -.list-view .bs-followers{margin:0 18px 0 0} - -.list-view .bs-dropdown-wrap{position:absolute;right:15px;top:5px} - -.bs-item-list.list-view .bs-button-follow{margin-left:auto;margin-right:0} - -#buddypress .list-view .action .button{font-size:13px;min-width:110px;min-height:30px;padding:6px 20px;margin-bottom:5px}}@media (max-width:543px){ - -.list-view .item-title{margin-bottom:3px} - -.list-view .item-title a{font-size:18px} - -.bs-item-list.list-view div.action{-ms-flex-flow:row wrap;flex-flow:row wrap} - -.bs-list-actions{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bs-item-list.list-view .bs-button-follow{margin-left:0;margin-top:8px;margin-bottom:4px} - -#buddypress .list-view .action .button{font-size:13px;min-width:110px;min-height:24px;padding:6px 20px} - -.bs-item-list.list-view .bs-generic-button{margin-right:10px} - -.list-view .bs-followers{margin:0 15px 0 0} - -.bs-dir-search{margin:0 0 40px;float:left}}@media (max-width:380px){ - -.bs-item-list.list-view div.action{padding-left:70px} - -.bs-item-list.list-view .item-wrap-left{-ms-flex-flow:nowrap;flex-flow:nowrap} - -.bs-item-list.list-view .bs-list-actions .send-private-message{margin-right:0}} - -span.location i{font-size:19px;margin:0 -6px;position:relative;top:2px} - -.bs-members-items.list-view .location{display:block;position:relative;padding-left:15px;padding-top:3px;line-height:1.2} - -.bs-members-items.list-view .location i{position:absolute;left:0;top:0} - -.bs-followers{font-size:14px;color:#939597;letter-spacing:-.24px} - -.bs-followers span{color:var(--bb-body-text-color)} - -.follow-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:20px} - -.follow-wrap .bs-followers{font-size:13px} - -.follow-wrap .follow{border:0;padding:0;font-size:13px;font-weight:500;color:var(--bb-primary-color);letter-spacing:-.24px} - -.follow-wrap .follow:hover{border:0;background:0 0} - -.follow-wrap .bs-generic-button{line-height:1;margin-left:auto} - -.member-status{background:var(--bb-success-color);border-radius:100%;position:absolute;width:9px;height:9px;right:5px;top:0} - -.member-status.offline{opacity:0;visibility:hidden} - -.notification-list .member-status{right:0;bottom:0;top:inherit} - -.notification-list [class*=bb-icon]+.member-status{bottom:initial;top:0} - -.bs-item-list.grid-view>li{margin-bottom:1.25rem} - -.bs-item-list-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-color:#fff;border:1px solid #e7eaec;border-radius:4px;height:100%;margin:0 0 -1px;padding:25px 20px 0;position:relative;text-align:center;-webkit-transition:all linear .2s;transition:all linear .2s} - -.bs-item-list-inner:hover{box-shadow:0 3px 24px 0 rgba(18,43,70,.08);border-radius:3px;position:relative;z-index:1} - -.bs-item-list-inner .bs-item{margin-bottom:.625rem} - -.bs-item-list-inner .item-meta{font-size:.875rem;color:var(--bb-alternate-text-color);letter-spacing:-.24px;line-height:1} - -.bs-item-list-inner .follow-wrap{margin-top:auto} - -.bs-item-avatar a{display:inline-block;position:relative} - -.bs-item-avatar img.avatar{max-width:125px;width:100%} - -.grid-view .member-status{right:25px;top:5px} - -.grid-view .bs-item-avatar{margin-bottom:1rem} - -div.action a{color:rgba(18,43,70,.4);border:0;display:inline-block;line-height:1;padding:7px 0;-webkit-transition:all linear .2s;transition:all linear .2s;border-style:solid} - -div.action a.active,div.action a:hover{background:0 0;color:rgba(18,43,70,.8)} - -div.action i{font-size:20px} - -div.action i:not(.boss-icons){line-height:0} - -#buddypress .action .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:var(--bb-button-radius);font-weight:500;font-size:14px;font-style:normal;letter-spacing:-.24px;padding:8px 20px;display:block;line-height:1.2;min-width:140px;opacity:1;-webkit-transition:box-shadow linear .2s;transition:box-shadow linear .2s} - -#buddypress .action .button:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -#buddypress .action .button:active,#buddypress .action .button:focus,#buddypress .action .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)} - -#buddypress .action .button.join-group,#buddypress .action .button.outline{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} - -#buddypress .action .button.join-group:focus,#buddypress .action .button.outline:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -#buddypress .action .button.join-group:focus,#buddypress .action .button.join-group:hover,#buddypress .action .button.outline:focus,#buddypress .action .button.outline: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)} - -#buddypress .action .button.bp-secondary-action{background-color:transparent;border:0} - -#buddypress #item-body .button.accept,#buddypress #item-body .button.reject{color:var(--bb-primary-button-text-regular)} - -ul.grid-view .action{border-top:1px solid var(--bb-content-border-color);margin:0 -20px} - -ul.grid-view .action>*{border-right:1px solid var(--bb-content-border-color);-webkit-box-flex:1;-ms-flex:1;flex:1} - -ul.grid-view .action>:last-child{border:0} - -ul.grid-view .action .bs-dropdown::after{right:42px}@media (min-width:800px) and (max-width:1150px){ - -.has-sidebar .list-view .item-wrap-left{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%} - -.has-sidebar .bs-item-list.list-view div.action{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:70px} - -.has-sidebar .list-view .bs-dropdown-wrap{position:absolute;right:15px;top:5px} - -.has-sidebar .bs-list-actions{-webkit-box-flex:1;-ms-flex:1;flex:1} - -.has-sidebar .bs-item-list.list-view .bs-button-follow{margin-left:auto;margin-right:0} - -.has-sidebar .list-view .bs-followers{margin:0 18px 0 0}}@media (min-width:800px) and (max-width:850px){ - -.has-sidebar .bs-list-actions{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.has-sidebar .bs-item-list.list-view .bs-generic-button{margin-right:10px} - -.has-sidebar .bs-item-list.list-view div.action{-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.has-sidebar .bs-item-list.list-view .bs-button-follow{margin-left:0;margin-top:5px;margin-bottom:5px} - -.has-sidebar #buddypress .list-view .action .button{font-size:13px;min-width:110px;min-height:24px;padding:6px 20px} - -ul.list-view .bb-profile-index-card-area .action.item-wrap-right:not(.profile-second-row){-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}} - -.activity-item-header .item-title span img{border-radius:3px} - -.bp-login-widget-user-avatar{position:relative} - -.bp-login-widget-user-avatar img.avatar{height:auto;max-width:52px;width:100%;border-radius:100%} - -.bp-login-widget-user-avatar img.avatar.profile-avatar{max-width:110px} - -#content .bb-profile-avatar{-webkit-box-flex:0;-ms-flex:0 0 160px;flex:0 0 160px;display:-webkit-box;display:-ms-flexbox;display:flex} - -.no-cover-img #content .bb-profile-avatar{-ms-flex-item-align:end;align-self:flex-end} - -#content .bb-profile-avatar img.profile-avatar{background:#fff;border:5px solid #fff;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px var(--bb-content-border-color);border-radius:5px;max-width:180px;width:100%} - -img.profile-avatar{background:#fff;border:5px solid #fff;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px var(--bb-content-border-color);border-radius:5px;max-width:100px;width:100%} - -.bb-profile-details{padding:0 0 15px 30px;-ms-flex-flow:row wrap;flex-flow:row wrap} - -.bb-profile-details-inner{-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.bb-profile-details-inner .button{margin-top:6px;margin-bottom:6px} - -.bb-profile-details-inner a.button.small.outline{min-height:10px} - -.cover-img .profile-item-header{margin:15px 0 3px} - -#buddypress .profile-title{font-size:2rem;line-height:1.1;margin:6px 15px 6px 0;position:relative} - -#buddypress .profile-title a{color:var(--bb-headings-color)} - -#buddypress .profile-title a:hover{color:var(--bb-primary-color)} - -#buddypress .profile-title .bs-dropdown-wrap{font-size:20px}@media (max-width:580px){ - -#buddypress .profile-title{font-size:1.5rem}} - -.bb-field-tag{margin-right:15px;margin-bottom:6px;margin-top:6px;border-radius:100px} - -.bb-field-tag>span{border-radius:100px;display:inline-block;font-weight:500;font-size:10px;color:#fff;line-height:18px;padding:0 6px;letter-spacing:.25px;text-transform:uppercase;margin:0 3px}@media (max-width:580px){ - -.bb-field-tag>span{padding:0 15px}} - -.profile-single-meta{font-size:15px} - -.bs-meta-bp_group_description{color:var(--bb-body-text-color)} - -.bb-profile-meta{-ms-flex-flow:row wrap;flex-flow:row wrap;font-size:14px;line-height:1.3575;color:var(--bb-alternate-text-color)} - -.bb-profile-meta>span{margin-right:22px;margin-bottom:6px;margin-top:6px} - -.bb-profile-meta span span{color:var(--bb-body-text-color)} - -.bb-profile-meta a{color:var(--bb-headings-color);display:inline-block;opacity:.4;-webkit-transition:.3s all;transition:.3s all} - -.bb-profile-meta a:hover{opacity:.9} - -.bb-profile-meta i[class*=bb-icon-]{font-size:19px;line-height:1} - -.bb-separator-dot{color:var(--bb-headings-color);opacity:.15;margin-left:2px} - -.bb-field-counter,.normal{margin-right:18px;margin-bottom:5px;margin-top:5px} - -.bb-field-counter i,.normal i{line-height:1;margin-right:5px;font-size:18px;position:relative;top:2px;color:rgba(18,43,70,.3)} - -.bb-field-counter span:not(.bs-output),.normal span:not(.bs-output){font-size:14px;color:var(--bb-alternate-text-color)} - -.bb-profile-details-inner>.action{margin-top:6px;margin-bottom:6px;margin-left:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:row wrap;flex-flow:row wrap} - -.bs-meta-bp_group_privacy{line-height:1;text-transform:capitalize} - -#buddypress .list-view div.pending a{color:rgba(18,43,70,.4)} - -#buddypress .list-view div.pending a:hover{color:rgba(18,43,70,.8)} - -#item-nav{background:#fff;border:1px solid var(--bb-content-border-color);padding:0 20px;margin:0 0 30px;border-radius:0 0 4px 4px} - -.no-cover-img+#item-nav{padding-left:242px} - -.main-navs #messages-personal-li,.main-navs #notifications-personal-li,.main-navs #settings-personal-li{display:none!important;width:0!important} - -.single-item #content .bs-meta-bp_group_members .bs-group-members img.round{max-width:32px} - -.single-item .bs-meta-bp_group_members.bb-field-normal{margin:12px 0} - -.bs-meta-bp_group_privacy.bb-field-tag i{font-size:10px}@media (max-width:800px){ - -#content .bb-profile-avatar{-webkit-box-flex:0;-ms-flex:0 0 160px;flex:0 0 160px} - -.profile-title{font-size:28px;margin-top:0} - -.no-cover-img .bb-profile-avatar{-ms-flex-item-align:start;align-self:flex-start} - -.no-cover-img+#item-nav{padding-left:30px}}@media (max-width:720px){ - -.bb-profile-details-inner>div{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media (max-width:580px){ - -#content .bb-profile-avatar{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -div#bb-media-model-container{text-align:left} - -.bb-profile-details{margin-bottom:12px} - -.profile-title{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:5px 0} - -.profile-first-row{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:5px} - -.bs-groups-items.grid-view .profile-first-row{-webkit-box-flex:1;-ms-flex:1;flex:1} - -.profile-item .profile-first-row{margin-top:5px} - -.profile-item-header+div{margin-top:0} - -.bb-profile-details .bb-field-tag{margin:0 5px} - -.bb-profile-details{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:0;text-align:center} - -#content .no-cover-img .bb-profile-avatar img.profile-avatar{display:block;margin:0 auto 20px;max-width:160px;float:none} - -div#buddypress div#item-header img.avatar{margin:0 auto;float:none} - -div.no-cover-img .bb-profile-details-inner{margin-top:0} - -#buddypress .bb-profile-details .profile-title{margin-right:0;margin-bottom:5px} - -.bb-profile-details-inner .action{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -.profile-item-header{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -.bb-profile-meta{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -.bb-profile-meta>div{margin:0 5px 15px} - -.bb-profile-meta i[class*=bb-icon-]{margin-left:5px} - -.bs-groups-items.grid-view .bb-profile-meta{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left} - -span.bb-separator-dot{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-profile-meta>span{margin:0 auto 10px;padding:0 8px} - -.no-cover-img+#item-nav{padding-left:20px} - -#buddypress div.item-list-tabs#object-nav li.hideshow{float:right;margin:0}} - -.item-avatar{position:relative} - -.bbp-logged-in h5,.bp-login-widget-user-link{position:relative} - -.profile-single-meta:empty{display:none} - -.widget .item-avatar{position:relative} - -.medium-editor-toolbar-active.medium-editor-toolbar-active{z-index:9999} - -.medium-editor-toolbar .medium-editor-toolbar-form-active{background:var(--bb-content-background-color);padding:10px;box-shadow:0 6px 24px 0 rgba(18,43,70,.08);border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.medium-editor-toolbar .medium-editor-toolbar-form-active .medium-editor-toolbar-form a{font-size:16px} - -.bp-user-blog>.medium-editor-toolbar .medium-editor-toolbar-form-active{background:#242424;border-radius:5px;color:#999} - -.bp-user-blog>.medium-editor-toolbar .medium-editor-toolbar-form-active .medium-editor-toolbar-input,.bp-user-blog>.medium-editor-toolbar .medium-editor-toolbar-form-active .medium-editor-toolbar-input:focus{color:#ccc;border:0;height:50px;vertical-align:middle} - -.bp-user-blog>.medium-editor-toolbar .medium-editor-toolbar-form-active a{vertical-align:middle} - -address{font-style:inherit} - -.bb-field-location{margin-bottom:6px;margin-top:6px;margin-right:20px;font-size:14px;line-height:1.2} - -.bb-field-location i{font-size:17px;line-height:0;position:relative;top:2px;margin-left:-3px} - -.bb-field-icon,.bb-field-link{margin-right:20px;margin-bottom:6px;margin-top:6px} - -.bb-field-icon a,.bb-field-link a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--bb-headings-color);opacity:.4;-webkit-transition:.3s all;transition:.3s all} - -.bb-field-icon a:hover,.bb-field-link a:hover{opacity:.9} - -.bb-field-icon i,.bb-field-link i{font-size:22px;line-height:1} - -.bb-field-icon .prefix,.bb-field-link .prefix{line-height:1;margin-left:8px} - -.bs-meta-xprofile_field:not(.show-balloon),.bs-meta-xprofile_field[data-balloon=""]{cursor:initial} - -.bs-meta-xprofile_field:not(.show-balloon)::after,.bs-meta-xprofile_field:not(.show-balloon)::before,.bs-meta-xprofile_field[data-balloon=""]::after,.bs-meta-xprofile_field[data-balloon=""]::before{display:none} - -.bb-field-icon{font-size:0} - -.bb-field-icon::after,.bb-field-icon::before{display:none} - -.bb-field-icon.show-balloon::after,.bb-field-icon.show-balloon::before{display:block} - -.bb-field-icon .prefix{display:none} - -.bb-profile-index-card-area{height:100%} - -.profile-second-row{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} - -.list-view .bb-profile-index-card-area .bs-item-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.list-view .bb-profile-index-card-area .profile-single-meta{margin-bottom:0} - -.list-view .bb-profile-index-card-area div.action i:not(.boss-icons){line-height:0} - -#buddypress .list-view .bb-profile-index-card-area .bs-generic-button{font-size:14px;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} - -#buddypress .list-view .bb-profile-index-card-area .bs-generic-button a{white-space:nowrap;text-overflow:ellipsis;cursor:pointer} - -.list-view .bb-profile-index-card-area .profile-first-row .bb-field-location{margin-bottom:0;margin-top:2px} - -.list-view .bb-profile-index-card-area .action.item-wrap-right:not(.profile-second-row){-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end} - -.list-view .bb-profile-index-card-area .profile-first-row .bb-field-counter{margin-top:5px} - -.list-view .bb-profile-index-card-area .bs-item-wrap:last-child{border-radius:0} - -.list-view .bb-profile-index-card-area .bb-field-description{display:none} - -a[data-balloon=""]::after,a[data-balloon=""]::before{display:none} - -.grid-view .bb-profile-index-card-area .bb-field-location,.grid-view .bb-profile-index-card-area .profile-first-row .bb-field-location{margin-bottom:0;margin-top:8px;margin-right:0} - -.grid-view .bb-profile-index-card-area .profile-second-row{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} - -.grid-view .bb-profile-index-card-area .profile-second-row>div{margin:0 auto} - -.grid-view .bb-profile-index-card-area .profile-third-row{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} - -.grid-view .bb-profile-index-card-area .profile-third-row>div{margin:0 auto 10px} - -.grid-view .bb-profile-index-card-area .bb-field-counter span:not(.bs-output){font-size:13px;letter-spacing:-.24px} - -#buddypress .grid-view .bb-profile-index-card-area .bs-generic-button a{min-width:10px;height:auto;border:0;font-size:13px;line-height:1.5;color:rgba(18,43,70,.4);min-height:35px;cursor:pointer;padding:6px} - -#buddypress .grid-view .bb-profile-index-card-area .bs-generic-button a:hover{color:rgba(18,43,70,.8)} - -#buddypress .grid-view .bb-profile-index-card-area .bs-generic-button a i:not(.boss-icons){line-height:0} - -.grid-view .bb-profile-index-card-area .bb-field-description p:last-child{margin-bottom:0} - -.grid-view .bb-profile-index-card-area div.action a{width:100%} - -.grid-view .bb-profile-index-card-area .profile-single-meta{margin-bottom:12px;margin-top:auto} - -.grid-view .bb-profile-index-card-area .bs-item{margin-bottom:12px} - -#buddypress .list-view .action .button{min-width:130px} - -.bb-field-normal{margin:6px 18px 6px 0} - -.bs-meta-xprofile_field:not(.bb-field-tag){background-color:transparent!important}@media (max-width:580px){ - -.bb-field-normal{margin:3px 10px 3px 0}} - -#content .bs-meta-bp_group_members .bs-group-members{display:inline-block;margin-right:12px;min-width:24px} - -#content .bs-meta-bp_group_members .bs-group-members img.round{border:1px solid #fff;max-width:24px;display:inline-block;margin-right:-8px;position:relative;z-index:3;border-radius:50%;float:left} - -.bs-meta-bp_group_members.bb-field-normal>span,.bs-meta-bp_group_members.normal>span{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -#groups-list .item-avatar a{display:inline-block} - -.entry-content p{word-wrap:break-word} - -.entry-content p.bps_filters{font-size:14px} - -#primary.content-area iframe,.bb-modal iframe{margin-bottom:1.6875rem} - -p.bps_filters~.bs-members-directory .bs-dir-search{margin-top:0} - -.widget.widget_bps_widget label{font-size:13px} - -.widget.widget_bps_widget .label{background:0 0;padding:0} - -.widget.widget_bps_widget a.clear-value{display:none!important} - -.widget.widget_bps_widget .editfield input{height:34px!important} - -.bb-group-profile-index-card-area .bs-group-toggle{display:inline-block;margin-left:15px} - -.bb-group-profile-index-card-area .bs-groups-items .action{padding-left:12px} - -.bb-group-profile-index-card-area .bb-field-counter{line-height:1} - -.bb-group-profile-index-card-area .bs-generic-button+.bs-generic-button{margin-top:10px} - -.bs-groups-items .bb-group-profile-index-card-area .action{padding-left:20px} - -.bb-group-profile-index-card-area .bb-field-location{margin-bottom:5px} - -.bs-meta-bp_group_description{line-height:1.357} - -.profile-single-meta .normal{margin:6px 0} - -.bs-meta-bp_group_description.bb-field-description{font-size:14px;line-height:1.357;margin-top:6px;margin-bottom:6px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bs-dropdown-model .bb-icon-loader{margin-left:10px;font-size:14px} - -ul.bb-profile-fields{padding:0;list-style:none;margin:0 0 20px} - -ul.bb-profile-fields li{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-bottom:1rem} - -ul.bb-profile-fields .bb-label{-webkit-box-flex:0;-ms-flex:0 0 140px;flex:0 0 140px;font-size:14px;color:var(--bb-alternate-text-color);line-height:1.3;padding-right:10px} - -ul.bb-profile-fields .bb-data{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:14px;line-height:1.3;word-wrap:break-word;min-width:0} - -.single-item.groups.forum .forums-header{display:none} - -.single-item.groups.forum .forums-header h1.entry-title{display:none;visibility:hidden} - -#activity-actionlist-media a.close-link{display:block;cursor:pointer;margin:0 auto;max-width:100px;text-align:center} - -.bs-meta-bp_followers_count span.bs-output,.bs-meta-bp_following_count span.bs-output,.bs-meta-bp_friends_count span.bs-output{font-weight:500} - -body.bs-model-open{overflow:hidden} - -.gif-media-search-dropdown .gif-alert [class*=bb-icon]{color:var(--bb-headings-color)} - -.bb-template-v2 .gif-media-search-dropdown .gif-alert [class*=bb-icon]{font-weight:300} - -.gif-media-search-dropdown .gif-alert p{color:var(--bb-headings-color)} - -#whats-new-formatting-toolbar .gif-media-search-dropdown .gif-alert [class*=bb-icon],#whats-new-messages-toolbar .gif-media-search-dropdown .gif-alert [class*=bb-icon],#whats-new-toolbar .gif-media-search-dropdown .gif-alert [class*=bb-icon]{font-size:30px;color:var(--bb-headings-color)} - -#whats-new-formatting-toolbar .gif-media-search-dropdown .gif-alert p,#whats-new-messages-toolbar .gif-media-search-dropdown .gif-alert p,#whats-new-toolbar .gif-media-search-dropdown .gif-alert p{color:var(--bb-headings-color)}@media (min-width:992px) and (max-width:1240px){ - -ul.bs-item-list.bs-groups-items.grid-view.grid .md-grid-1-2{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media (min-width:992px) and (max-width:1100px){ - -ul.bb-profile-fields li{margin-bottom:1.5rem} - -ul.bb-profile-fields .bb-label{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:0;margin-bottom:6px} - -ul.bb-profile-fields .bb-data{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media (max-width:991px){ - -div.bs-profile-details-wrap .lg-grid-1-2:nth-child(2n+1){border:0} - -.bs-profile-details-grid>div{margin-bottom:20px}}@media (min-width:821px){ - -#buddypress>.no-cover-img>div>div>.bb-profile-avatar>a{display:block;position:absolute;bottom:0;width:100%}}@media (max-width:832px){ - -#content .bb-profile-avatar{-webkit-box-flex:0;-ms-flex:0 0 140px;flex:0 0 140px}}@media (max-width:580px){ - -#content .bb-profile-avatar{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.entry-header+.entry-content .bs-dir-search{margin-top:0;width:100%} - -.bs-dir-search input[type=text]{width:100%} - -ul.bb-profile-fields li{margin-bottom:1.5rem} - -ul.bb-profile-fields .bb-label{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:0;margin-bottom:6px} - -ul.bb-profile-fields .bb-data{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.profile-second-row{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -.bs-groups-items.grid-view .profile-second-row{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}}@media (max-width:767px){ - -ul.bs-item-list.bs-groups-items.list-view .profile-first-row{display:block} - -ul.bs-item-list.bs-groups-items.list-view .bb-field-normal{margin:0 0 12px} - -ul.bs-item-list.bs-groups-items.list-view .item-wrap-left{margin-bottom:10px} - -ul.bs-item-list.bs-groups-items.list-view .bs-meta-bp_group_last_active{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:20px} - -ul.bs-item-list.bs-groups-items.list-view .bs-meta-bp_group_privacy{display:inline-block} - -ul.bs-item-list.bs-groups-items.list-view .bs-groups-items.list-view .item-title-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1}}@media (max-width:560px){ - -.bs-members-items.list-view div.action{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.list-view .bb-profile-index-card-area .action.item-wrap-right:not(.profile-second-row){-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.list-view.bs-groups-items .avatar:not(.profile-avatar){max-width:70px} - -.bs-item-list-tabs ul{display:block} - -.bs-item-list-tabs ul::after{content:"";display:table;clear:both} - -.bs-item-list-tabs ul li{float:left}} - -.activity-inner a:not(.bb-post-title-link){word-break:break-all} - -li.feed>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -li.feed>a::before{margin-right:3px} - -.buddypress .bp-invites-content li .status{font-size:13px;font-style:normal;clear:both;color:inherit;margin:0;display:none} - -#buddypress ul.group-inviters{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0} - -#buddypress ul.group-inviters li{font-size:13px} - -#buddypress ul.group-inviters li .avatar{max-width:20px;margin-left:6px!important} - -#buddypress div#item-header .bb-media-model-container .item-avatar .avatar{max-width:36px} - -#buddypress div#item-header .activity-item-header .item-title .avatar{margin-right:2px;margin-top:2px;float:none} - -.bs-meta-bp_group_members>span{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} - -#buddypress button.ac-reply-cancel{font-size:14px;font-weight:500;color:var(--bb-alternate-text-color);letter-spacing:-.24px;background:0 0;border:0;padding:0;margin:0 0 0 10px} - -#buddypress button.ac-reply-cancel:hover{color:var(--bb-headings-color)} - -.vue-tabs .tab-content{min-width:0} - -.tab-container-inner .v-select .dropdown-toggle .clear{background:0 0;right:38px;font-size:20px} - -.tab-container-inner .v-select .dropdown-toggle .clear:hover{color:var(--bb-danger-color)} - -.tab-container-inner .v-select.v-select .open-indicator{bottom:8px;right:15px} - -.tab-container-inner .v-select .open-indicator::before{border-width:2px 2px 0 0;width:8px;height:8px} - -.tab-container-inner .dropdown-menu li{margin-bottom:0!important} - -.tab-container-inner .dropdown-menu li a{font-size:14px!important} - -.tab-container-inner .v-select.v-select .dropdown-toggle{position:relative} - -.tab-container-inner .v-select .selected-tag{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;-webkit-box-flex:0;-ms-flex:0 0 82%;flex:0 0 82%;margin-top:0;min-width:0;max-width:82%} - -.tab-container-inner .bs-styled-checkbox+label::before{min-width:20px} - -.tab-container-inner input.form-control[type=search]{position:absolute;left:0} - -div,dl,li{border-radius:0} - -.acomment-content,.bs-forum-content{word-wrap:break-word} - -body.activity-permalink .activity-list .activity-content .activity-header{text-align:left} - -.bb-model-form-content .vue-input-tag-wrapper .new-tag{width:auto} - -#content #buddypress #bb-media-model-container .activity-comments-items ul:not(.bs-dropdown){padding-bottom:0} - -#content #buddypress #bb-media-model-container .activity-comments-items ul .avatar{max-width:28px} - -.bb-profile-details-inner .bs-generic-button.bs-button-follow>a:first-child{margin-right:12px} - -.webui-popover-title{font-weight:500;padding:12px 14px} - -.webui-popover-inner .close{font-size:24px;margin:10px 10px 0 0} - -#bbpress-forums .bs-dropdown .bbp-admin-links a.bbp-topic-reply-link{-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;border:0} - -.medium-editor-toolbar-form-active{box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);border-radius:4px} - -.medium-editor-toolbar-form .medium-editor-toolbar-input,.medium-editor-toolbar-form .medium-editor-toolbar-input:focus{background:0 0;border:1px solid var(--bb-content-border-color);color:var(--bb-body-text-color);height:34px!important;border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex} - -.activity-update-form .medium-editor-toolbar .medium-editor-toolbar-form .medium-editor-toolbar-input,.medium-editor-toolbar-form .medium-editor-toolbar-input{width:-webkit-calc(100% - 96px);width:calc(100% - 96px)} - -#whats-new-form .medium-editor-toolbar-form-active{padding:0 10px} - -#whats-new-form .medium-editor-toolbar-form .medium-editor-toolbar-input,#whats-new-form .medium-editor-toolbar-form .medium-editor-toolbar-input:focus{height:35px} - -.medium-editor-toolbar .medium-editor-toolbar-actions{height:auto;overflow:hidden;padding:0 15px 10px} - -.medium-editor-toolbar li .medium-editor-button-first{border-bottom-left-radius:0!important;border-top-left-radius:0!important;padding-left:10px} - -.activity-update-form .medium-editor-toolbar .medium-editor-toolbar-actions li .medium-editor-button-first{padding-left:10px} - -.medium-editor-toolbar li .medium-editor-button-last{border-bottom-right-radius:0!important;border-right:none!important;border-top-right-radius:0!important;padding-right:10px!important} - -.bbpress a.medium-editor-toolbar-close,.bbpress a.medium-editor-toolbar-save,.buddypress a.medium-editor-toolbar-close,.buddypress a.medium-editor-toolbar-save{font-size:0;height:34px;width:34px;border-radius:4px;border:1px solid var(--bb-content-border-color);margin:0 0 0 8px;-webkit-transform:inherit;-ms-transform:inherit;transform:inherit;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:.3s all;transition:.3s all} - -.bbpress a.medium-editor-toolbar-close::before,.bbpress a.medium-editor-toolbar-save::before,.buddypress a.medium-editor-toolbar-close::before,.buddypress a.medium-editor-toolbar-save::before{font-family:bb-icons;line-height:20px;text-align:center} - -.bbpress a.medium-editor-toolbar-save,.buddypress a.medium-editor-toolbar-save{background-color:rgba(var(--bb-success-color-rgb),.1)} - -.bbpress a.medium-editor-toolbar-save:hover,.buddypress a.medium-editor-toolbar-save:hover{-webkit-transition:.3s all;transition:.3s all;background-color:var(--bb-success-color);border-color:var(--bb-success-color)} - -.bbpress a.medium-editor-toolbar-close,.buddypress a.medium-editor-toolbar-close{background-color:rgba(var(--bb-danger-color-rgb),.1)} - -.bbpress a.medium-editor-toolbar-close:hover,.buddypress a.medium-editor-toolbar-close:hover{-webkit-transition:.3s all;transition:.3s all;background-color:var(--bb-danger-color);border-color:var(--bb-danger-color)} - -.bbpress a.medium-editor-toolbar-save::before,.buddypress a.medium-editor-toolbar-save::before{content:"\e876";font-size:22px;font-weight:400;color:var(--bb-success-color)} - -.bbpress a.medium-editor-toolbar-close::before,.buddypress a.medium-editor-toolbar-close::before{content:"\e828";font-size:24px;font-weight:400;color:var(--bb-danger-color)} - -.bbpress a.medium-editor-toolbar-close:hover::before,.bbpress a.medium-editor-toolbar-save:hover::before,.buddypress a.medium-editor-toolbar-close:hover::before,.buddypress a.medium-editor-toolbar-save:hover::before{color:var(--bb-content-background-color);-webkit-transition:.3s all;transition:.3s all} - -.medium-editor-toolbar-form .medium-editor-toolbar-close{margin-left:0;margin-right:10px} - -.mediumtoolbar-form .medium-editor-toolbar-input::-webkit-input-placeholder{color:rgba(0,0,0,.3)} - -.mediumtoolbar-form .medium-editor-toolbar-input:-moz-placeholder{color:rgba(0,0,0,.3)} - -.mediumtoolbar-form .medium-editor-toolbar-input::-moz-placeholder{color:rgba(0,0,0,.3)} - -.mediumtoolbar-form .medium-editor-toolbar-input:-ms-input-placeholder{color:rgba(0,0,0,.3)} - -.medium-editor-anchor-preview{font-size:14px;max-width:300px} - -.medium-editor-anchor-preview a{margin:0;padding:5px} - -.bb-document-privacy-wrap .activity-privacy,.bb-media-privacy-wrap .activity-privacy{background-color:var(--bb-content-background-color)} - -.bb-document-privacy-wrap .activity-privacy::before,.bb-media-privacy-wrap .activity-privacy::before{border-color:var(--bb-content-background-color) var(--bb-content-background-color) transparent transparent} - -.bb-document-privacy-wrap .activity-privacy li:hover,.bb-media-privacy-wrap .activity-privacy li:hover{background-color:var(--bb-content-alternate-background-color)} - -.bb-document-privacy-wrap .activity-privacy .selected,.bb-media-privacy-wrap .activity-privacy .selected{background-color:var(--bb-content-alternate-background-color)} - -#bb-media-model-container .bb-edit-privacy a{color:var(--bb-body-text-color)} - -#bb-media-model-container .bb-edit-privacy a:hover{color:var(--bb-primary-color)} - -#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list,#media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list,#media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list,.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list,.bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list,.search-document-list .media-folder_items .media-folder_actions .media-folder_action__list{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius)} - -#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a,#media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a,#media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul li a,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a,.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a,.bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a,.search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul li a{color:var(--bb-body-text-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap} - -#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover,#media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a:hover,#media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul li a:hover,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:hover,.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover,.bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover,.search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover{background-color:var(--bb-content-alternate-background-color);color:var(--bb-primary-color)} - -#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover::before,#media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a:hover::before,#media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul li a:hover::before,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:hover::before,.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover::before,.bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover::before,.search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover::before{color:var(--bb-primary-color)} - -#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a::before,#media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a::before,#media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul li a::before,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a::before,.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a::before,.bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a::before,.search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul li a::before{color:var(--bb-alternate-text-color)} - -.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list,.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list,.bb-template-v2 .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list{top:26px;right:0} - -.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul,.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul,.bb-template-v2 .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul{margin:0} - -.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover::before,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a:hover::before,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul li a:hover::before,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:hover::before,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover::before,.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover::before,.bb-template-v2 .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover::before{color:var(--bb-alternate-text-color)} - -.bb-template-v2 #media-folder-document-data-table .media-folder_items:last-child .media-folder_actions .media-folder_action__list,.bb-template-v2 .search-document-list .media-folder_items:last-child .media-folder_action__list{top:initial;bottom:33px} - -#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__anchor{color:var(--bb-headings-color)} - -#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__anchor i{color:var(--bb-alternate-text-color)} - -#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover,#media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a:hover,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:hover,.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover,.bb-media-model-container .activity-list .video-action-wrap.item-action-wrap .video-action_list ul li a:hover{color:var(--bb-primary-color)} - -.search-document-list .media-folder_items .media-folder_details .media-folder_name:hover,.search-document-list .media-folder_items .media-folder_details__bottom .media-folder_author a:hover,.search-document-list .media-folder_items .media-folder_group a:hover{color:var(--bb-primary-color)} - -#media-folder-document-data-table .media-folder_items .media-folder_details .media-folder_name:hover,#media-folder-document-data-table .media-folder_items .media-folder_details__bottom .media-folder_author a:hover{color:var(--bb-primary-color)} - -#media-stream.media .bb-photo-thumb .media-action-wrap>a,#media-stream.media .bb-photo-thumb .video-action-wrap>a,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap>a,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap>a,.bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap>a,.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap>a{background-color:rgba(0,0,0,.8);border-radius:var(--bb-block-radius-inner)} - -#media-stream.media .bb-photo-thumb .media-action-wrap>a i,#media-stream.media .bb-photo-thumb .video-action-wrap>a i,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap>a i,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap>a i,.bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap>a i,.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap>a i{color:#fff} - -#media-stream.media .bb-video-thumb .item-action-wrap>a,#video-stream.video .bb-item-thumb .item-action-wrap>a,.bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap>a{background-color:rgba(0,0,0,.8);border-radius:var(--bb-block-radius-inner)} - -#media-stream.media .bb-video-thumb .item-action-wrap>a i,#video-stream.video .bb-item-thumb .item-action-wrap>a i,.bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap>a i{color:#fff} - -#media-stream.media .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list::after,#media-stream.media .bb-activity-media-elem.media-activity .media-action-wrap .video-action_list::after,#media-stream.media .bb-activity-media-elem.media-activity .video-action-wrap .media-action_list::after,#media-stream.media .bb-activity-media-elem.media-activity .video-action-wrap .video-action_list::after,#media-stream.media .bb-activity-video-elem .media-action-wrap .media-action_list::after,#media-stream.media .bb-activity-video-elem .media-action-wrap .video-action_list::after,#media-stream.media .bb-activity-video-elem .video-action-wrap .media-action_list::after,#media-stream.media .bb-activity-video-elem .video-action-wrap .video-action_list::after,#media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list::after,#media-stream.media .bb-photo-thumb .media-action-wrap .video-action_list::after,#media-stream.media .bb-photo-thumb .video-action-wrap .media-action_list::after,#media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list::after,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list::after,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .video-action_list::after,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .media-action_list::after,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .video-action_list::after,.bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .media-action_list::after,.bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .video-action_list::after,.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .media-action_list::after,.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list::after,.bb-activity-media-wrap .bb-photo-thumb .media-action-wrap .media-action_list::after,.bb-activity-media-wrap .bb-photo-thumb .media-action-wrap .video-action_list::after,.bb-activity-media-wrap .bb-photo-thumb .video-action-wrap .media-action_list::after,.bb-activity-media-wrap .bb-photo-thumb .video-action-wrap .video-action_list::after{border-color:var(--bb-content-background-color) var(--bb-content-background-color) transparent transparent} - -#media-stream.media .bb-activity-video-elem .item-action-wrap .item-action_list,#media-stream.media .bb-item-thumb .item-action-wrap .item-action_list,#media-stream.media .bb-video-thumb .item-action-wrap .item-action_list,#video-stream.video .bb-activity-video-elem .item-action-wrap .item-action_list,#video-stream.video .bb-item-thumb .item-action-wrap .item-action_list,#video-stream.video .bb-video-thumb .item-action-wrap .item-action_list,.bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list,.bb-activity-video-wrap .bb-item-thumb .item-action-wrap .item-action_list,.bb-activity-video-wrap .bb-video-thumb .item-action-wrap .item-action_list{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius)} - -#media-stream.media .bb-activity-video-elem .item-action-wrap .item-action_list::after,#media-stream.media .bb-item-thumb .item-action-wrap .item-action_list::after,#media-stream.media .bb-video-thumb .item-action-wrap .item-action_list::after,#video-stream.video .bb-activity-video-elem .item-action-wrap .item-action_list::after,#video-stream.video .bb-item-thumb .item-action-wrap .item-action_list::after,#video-stream.video .bb-video-thumb .item-action-wrap .item-action_list::after,.bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list::after,.bb-activity-video-wrap .bb-item-thumb .item-action-wrap .item-action_list::after,.bb-activity-video-wrap .bb-video-thumb .item-action-wrap .item-action_list::after{border-color:var(--bb-content-background-color) var(--bb-content-background-color) transparent transparent}@media screen and (max-width:1024px) and (min-width:768px){ - -.side-panel{background-color:var(--bb-body-background-color)}} - -#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list::after,.search-document-list .media-folder_items .media-folder_actions .media-folder_action__list::after{border-color:var(--bb-content-background-color) var(--bb-content-background-color) transparent transparent} - -#media-stream.media .bb-video-thumb .item-action-wrap .item-action_list ul li a,#video-stream.video .bb-item-thumb .item-action-wrap .item-action_list ul li a,.bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list ul li a{color:var(--bb-body-text-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap} - -#media-stream.media .bb-video-thumb .item-action-wrap .item-action_list ul li a:hover,#video-stream.video .bb-item-thumb .item-action-wrap .item-action_list ul li a:hover,.bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list ul li a:hover{background-color:var(--bb-content-alternate-background-color);color:var(--bb-primary-color)} - -#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list,.search-document-list .media-folder_items .media-folder_actions .media-folder_action__list{width:205px} - -.widget-area .multi-review{background:0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column} - -.widget-area .multi-review>div{width:100%} - -.widget-area .bp-member-add-form p:last-child{margin-top:20px} - -.widget-area .bp-member-add-form label{font-size:14px} - -#bp-media-uploader .bb-field-steps .dz-file-preview .bb-icon-file-mp4::before{content:"\ee97"} - -#whats-new-header::after,.bb-bp-settings-container,.bbp-forum-data::before,.header-account-login .pop,.header-account-login .pop .bp_components .menupop:not(#wp-admin-bar-my-account)>.ab-sub-wrapper,.header-account-login .pop .bp_components .menupop:not(#wp-admin-bar-my-account)>.ab-sub-wrapper::before,.header-account-login .pop .links li>.sub-menu,.header-account-login .pop .links li>.sub-menu::before,.header-notifications .pop,.main-navigation li ul,.main-navigation li ul ul,.medium-editor-insert-plugin .medium-insert-buttons .medium-insert-buttons-addons li,.os-loader,.posts-stream,.posts-stream .inner,.sap-publish-popup,.sl-count::after,.sl-count::before,.sl-icon::after,.sl-icon::before,a.to-top{background-color:var(--bb-body-background-color)} - -input:checked+.bb-time-meridian{border-color:var(--bb-primary-color);background-color:var(--bb-primary-color)} - -.bb-groups-messages-left-inner input:checked+.bp-group-message-slider,.buddypress-wrap .bp-subnavs ul #bp-zoom-switch-type .bb-toggle-switch .bb-toggle-slider,.widget_bp_core_login_widget.buddypress #bp-login-widget-form #bp-login-widget-submit.bp-login-btn-active,input:checked+.bb-toggle-slider{background-color:var(--bb-primary-color)} - -.bp-subnavs ul .bp-zoom-switch-type{border-radius:var(--bb-button-radius)} - -.bp-subnavs ul .bp-zoom-switch-type>a.zoom_active{color:var(--bb-headings-color)} - -#buddypress .bp-navs.bb-bp-tab-nav a,.bb-modal.bbp-topic-form .bbp-submit-wrapper a#bbp-close-btn,.bbp-mfp-zoom-in fieldset.bbp-form .bbp-submit-wrapper a#bbp-close-btn,.bbpress .widget_display_forums li a{color:var(--bb-headings-color)} - -#buddypress .bp-navs.bb-bp-tab-nav a:hover,.bb-modal.bbp-topic-form .bbp-submit-wrapper a#bbp-close-btn:hover,.bbp-mfp-zoom-in fieldset.bbp-form .bbp-submit-wrapper a#bbp-close-btn:hover,.bbpress .widget_display_forums li a:hover{color:var(--bb-primary-color)} - -.bb-single-album-header .document-breadcrumb li a:hover{color:var(--bb-primary-color)} - -.bb-groups-messages-left-inner .input:focus+.bp-group-message-slider{box-shadow:0 0 1px var(--bb-primary-color)} - -#buddypress .bp-navs.bb-bp-tab-nav .current a,#buddypress .bp-navs.bb-bp-tab-nav .current a:focus,#buddypress .bp-navs.bb-bp-tab-nav .current a:hover,#buddypress .bp-navs.bb-bp-tab-nav .selected a,#buddypress .bp-navs.bb-bp-tab-nav .selected a:focus,#buddypress .bp-navs.bb-bp-tab-nav .selected a:hover{color:var(--bb-headings-color)} - -.buddypress-wrap .user-subnav.tabbed-links ul.subnav li.selected,body:not(.group-admin,.group-invites) .buddypress-wrap .group-subnav.tabbed-links ul.subnav li.selected,body:not(.group-admin,.group-invites) .buddypress-wrap .user-subnav.tabbed-links ul.subnav li.selected{border-bottom-color:var(--bb-body-background-color)} - -.activity-update-form .medium-editor-toolbar .medium-editor-action-more>ul{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color)} - -.medium-editor-create-link{color:var(--bb-primary-color)} - -.attachments--small div.dropzone{padding:0;position:static;pointer-events:none} - -.attachments--small div.dropzone *{pointer-events:auto} - -.attachments--small div.dropzone.dz-progress-view{padding-bottom:45px;position:relative} - -.attachments--small div.dropzone.dz-progress-view.files-uploaded{padding-bottom:0;position:static} - -.attachments--small div.dropzone.dz-progress-view.files-uploaded .dz-global-progress{display:none} - -.attachments--small div.dropzone .dz-default.dz-message{background-color:var(--bb-content-alternate-background-color);display:none;min-height:initial!important;width:60px;height:60px;max-width:60px!important;margin:0 6px;padding:0!important;-webkit-box-ordinal-group:100;-ms-flex-order:99;order:99} - -.attachments--small div.dropzone .dz-default.dz-message button::before,.attachments--small div.dropzone .dz-default.dz-message button:hover::before{content:"\e9ed";background-color:transparent;color:var(--bb-headings-color);font-size:30px;font-weight:400;line-height:1;opacity:.4;height:100%;width:100%;margin:0} - -.bb-template-v2 .attachments--small div.dropzone .dz-default.dz-message button::before,.bb-template-v2 .attachments--small div.dropzone .dz-default.dz-message button:hover::before{font-weight:300} - -.attachments--small div.dropzone .dz-default.dz-message:hover button::before{opacity:1} - -.bb-template-v2 .attachments--small div.dropzone .dz-default.dz-message{border:0} - -.attachments--small div.dropzone.files-uploaded:not(.dz-max-files-reached) .dz-default.dz-message{display:-webkit-box;display:-ms-flexbox;display:flex} - -.attachments--small div.dropzone.dz-started{margin:0 0 10px;height:auto;overflow:initial} - -.attachments--small div.dropzone .dz-preview{min-width:60px;margin:6px} - -.attachments--small div.dropzone .dz-preview .dz-image{height:60px;border-radius:var(--bb-block-radius-inner)} - -.attachments--small div.dropzone .dz-preview .dz-image img{max-width:60px} - -.attachments--small div.dropzone .dz-preview.dz-file-preview .dz-details{border-radius:var(--bb-block-radius-inner)} - -.attachments--small div.dropzone .dz-preview .dz-remove{height:20px;width:20px;top:-8px;right:-8px;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;box-shadow:0 1px 1.5px rgba(0,0,0,.08)!important} - -.attachments--small div.dropzone .dz-preview .dz-remove::after{color:var(--bb-headings-color);font-size:18px;line-height:20px;opacity:.4;position:static} - -.attachments--small div.dropzone .dz-preview .dz-remove:hover::after{opacity:1} - -.bb-template-v2 .attachments--small div.dropzone .dz-preview .dz-details,.bb-template-v2 .attachments--small div.dropzone .dz-preview .dz-image{border-color:transparent} - -.attachments--small div.dropzone.media-dropzone .dz-preview .dz-progress-ring-wrap{display:none} - -.attachments--small div.dropzone.video-dropzone .dz-default.dz-message{width:80px;max-width:80px!important;min-height:60px!important;height:auto} - -.attachments--small div.dropzone.video-dropzone .dz-default.dz-message button::before,.attachments--small div.dropzone.video-dropzone .dz-default.dz-message button:hover::before{content:"\e9f1";font-size:32px} - -.attachments--small div.dropzone.video-dropzone .dz-preview{min-width:80px} - -.attachments--small div.dropzone.video-dropzone .dz-preview .dz-progress-ring-wrap{background-color:transparent;height:auto;width:auto;left:5px;top:5px;-webkit-transform:none;-ms-transform:none;transform:none} - -.attachments--small div.dropzone.video-dropzone .dz-preview .dz-progress-ring-wrap .dz-progress-ring{display:none} - -.attachments--small div.dropzone.video-dropzone .dz-preview .dz-progress-ring-wrap [class*=" bb-icon-"]{color:var(--bb-content-alternate-background-color);font-size:24px;font-weight:400;position:static;-webkit-transform:none;-ms-transform:none;transform:none} - -.bb-template-v2 .attachments--small div.dropzone.video-dropzone .dz-preview .dz-progress-ring-wrap [class*=" bb-icon-"]::before{font-weight:300} - -.attachments--small div.dropzone.video-dropzone .dz-preview .dz-progress-count{display:none} - -.attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview{width:80px;min-height:60px} - -.attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview .dz-details{min-height:60px;height:auto} - -.attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview .dz-remove{top:-8px;bottom:inherit;right:-8px;left:inherit;height:20px;width:20px;-webkit-transform:none;-ms-transform:none;transform:none;background-color:var(--bb-content-alternate-background-color)} - -.attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview .dz-remove::after{font-size:18px;position:static;color:var(--bb-headings-color);opacity:.4} - -.attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview.dz-has-thumbnail:not(.dz-complete) .dz-remove::after{opacity:.4} - -.attachments--small div.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview .dz-remove::after,.attachments--small div.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail) .dz-remove{color:var(--bb-headings-color);background-color:var(--bb-content-alternate-background-color)} - -.attachments--small div.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail),.attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview:not(.dz-has-thumbnail){border-radius:var(--bb-block-radius-inner)} - -.attachments--small div.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail) .dz-progress-ring-wrap [class*=" bb-icon-"],.attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview:not(.dz-has-thumbnail) .dz-progress-ring-wrap [class*=" bb-icon-"]{color:var(--bb-alternate-text-color)} - -.attachments--small div.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail) .dz-filename,.attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview:not(.dz-has-thumbnail) .dz-filename{width:auto;opacity:1;visibility:visible;color:var(--bb-alternate-text-color);position:absolute;bottom:5px;left:5px;right:5px;font-size:12px} - -.attachments--small div.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail) .dz-filename>span,.attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview:not(.dz-has-thumbnail) .dz-filename>span{max-width:initial} - -.attachments--small div.dropzone.document-dropzone .dz-default.dz-message{width:40px;height:40px;max-width:40px!important;margin:0 5px} - -.attachments--small div.dropzone.document-dropzone .dz-default.dz-message button::before,.attachments--small div.dropzone.document-dropzone .dz-default.dz-message button:hover::before{content:"\eef9";font-size:26px} - -.attachments--small div.dropzone.document-dropzone .dz-preview{min-width:150px;max-width:150px;margin:5px 0 5px 5px} - -.attachments--small div.dropzone.document-dropzone .dz-preview.dz-file-preview .dz-details{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;background-color:var(--bb-content-alternate-background-color);height:40px;width:100%;min-height:initial;text-align:left} - -.attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon::before{content:"\ee6e";font-family:bb-icons} - -.attachments--small div.dropzone.document-dropzone .dz-preview .dz-progress-ring-wrap,.attachments--small div.dropzone.document-dropzone .dz-preview .dz-size,.attachments--small div.dropzone.document-dropzone .dz-preview.dz-complete .dz-details .dz-size{display:none} - -.attachments--small div.dropzone.document-dropzone .dz-preview .dz-details{text-align:center} - -.attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon{display:inline-block;vertical-align:middle;line-height:1;position:relative;margin:0 6px 0 0;height:24px;width:24px} - -.attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon::before{position:static;-webkit-transform:none;-ms-transform:none;transform:none} - -.attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon [class*=" bb-icon-"],.attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon::before{color:var(--bb-alternate-text-color);background-color:var(--bb-content-alternate-background-color);font-size:24px;font-weight:400;position:static} - -.bb-template-v2 .attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon [class*=" bb-icon-"]::before,.bb-template-v2 .attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon::before{font-weight:300} - -.attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon>span[class*=" bb-icon-"]{position:absolute;left:0;top:0;z-index:1} - -.attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-filename{font-size:12px;line-height:1.1;display:inline-block;vertical-align:middle;position:static;padding:0;margin:0;width:-webkit-calc(100% - 45px);width:calc(100% - 45px)} - -.attachments--small div.dropzone.document-dropzone .dz-preview .dz-remove{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:5px;box-shadow:none!important} - -.attachments--small [class*=attached-gif-container]{margin-bottom:0;background:0 0!important;height:auto!important;width:auto!important;display:table} - -.attachments--small [class*=attached-gif-container] .gif-image-container img{background-color:var(--bb-content-alternate-background-color);height:100px;width:100px;object-fit:cover;border-radius:var(--bb-block-radius-inner);margin:0 0 15px 6px} - -.attachments--small [class*=attached-gif-container] .gif-image-remove{box-shadow:0 1px 1.5px rgba(0,0,0,.08);right:-8px;top:-8px} - -.attachments--small [class*=attached-gif-container] .gif-image-remove .bb-icon-times{color:var(--bb-headings-color);opacity:.4} - -.attachments--small [class*=attached-gif-container] .gif-image-remove:hover .bb-icon-times{opacity:1}@media screen and (max-width:560px){ - -.attachments--small [class*=attached-gif-container]{max-width:100%;background-repeat:no-repeat}} - -.dropzone.dz-progress-view .dz-global-progress{bottom:5px} - -.dropzone.dz-progress-view .dz-global-progress .dz-progress-bar-full{background-color:rgba(0,0,0,.08)} - -.dropzone.dz-progress-view .dz-global-progress .dz-progress{background-color:var(--bb-primary-color)} - -.dropzone.dz-progress-view .dz-global-progress .dz-remove-all{background-color:var(--bb-content-alternate-background-color)} - -.dropzone.dz-progress-view .dz-global-progress .dz-remove-all::before{color:var(--bb-headings-color);opacity:.4} - -.dropzone.dz-progress-view .dz-global-progress .dz-remove-all:hover::before{opacity:1} - -.bp-messages-content-wrapper .dropzone.dz-progress-view .dz-global-progress{left:6px} - -.dropzone.dz-progress-view.dz-single-view:not(.files-uploaded) .dz-preview{display:none} - -.mass-user-block-list.moderation-popup .modal-container,.message-members-list.member-popup .modal-container{padding-bottom:12px} - -.mass-user-block-list.moderation-popup .modal-container .bb-model-header,.message-members-list.member-popup .modal-container .bb-model-header{margin-bottom:12px} - -.mass-user-block-list.moderation-popup .bb-model-header,.message-members-list.member-popup .bb-model-header{background-color:var(--bb-content-alternate-background-color);border-radius:0;padding:17px 20px 16px;margin:-20px -30px 30px} - -.mass-user-block-list.moderation-popup .bb-model-header .mfp-close,.message-members-list.member-popup .bb-model-header .mfp-close{right:5px} - -.mass-user-block-list.moderation-popup .bb-model-header .mfp-close::before,.message-members-list.member-popup .bb-model-header .mfp-close::before{color:var(--bb-headings-color);opacity:.4} - -.mass-user-block-list.moderation-popup .bb-model-header .mfp-close:hover::before,.message-members-list.member-popup .bb-model-header .mfp-close:hover::before{opacity:1} - -.mass-user-block-list.moderation-popup .bb-report-type-wrp,.message-members-list.member-popup .bb-report-type-wrp{margin:0 -20px} - -.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp{margin:0;padding:12px 10px;position:relative} - -.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-avatar,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-avatar{max-height:32px;max-width:32px;overflow:hidden;border-radius:100%} - -.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-avatar>a,.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-avatar>span,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-avatar>a,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-avatar>span{position:absolute;left:0;top:0;right:0;bottom:0} - -.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-avatar>a img,.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-avatar>span img,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-avatar>a img,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-avatar>span img{max-height:32px;max-width:32px;overflow:hidden;border-radius:100%;margin:10px} - -.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-name,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-name{padding-left:42px} - -.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-name a,.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-name span,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-name a,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-name span{color:var(--bb-headings-color);font-weight:500} - -.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp:hover,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp:hover{background-color:var(--bb-content-alternate-background-color)} - -.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-actions,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-actions{position:relative;z-index:1} - -.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-actions .button,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-actions .button{color:var(--bb-headings-color);background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color);min-width:initial;line-height:30px} - -.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-actions .button:hover,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-actions .button:hover{color:var(--bb-primary-button-text-regular);background-color:var(--bb-primary-color);border-color:transparent} - -.bb-template-v2 .mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp,.bb-template-v2 .message-members-list.member-popup .bb-report-type-wrp .user-item-wrp{border-radius:6px}@media screen and (min-width:46.8em){ - -.bp-list li .item{overflow:visible}} - -.bp-list::after,.bp-list::before{content:normal} - -.bp-pagination.top{display:none} - -#buddypress a.button{color:#fff;background-color:#385dff;font-weight:500;text-decoration:none;border:1px solid transparent;outline:0;vertical-align:middle} - -#buddypress a.button.small{font-size:14px;font-weight:500;min-height:34px;padding:6px 20px;border-radius:var(--bb-button-radius);line-height:1.4} - -#buddypress a.button:focus,#buddypress a.button:hover{outline:0;text-decoration:none;color:#fff;border-color:transparent} - -#buddypress a.button:active{outline:0;text-decoration:none;color:#fff} - -#buddypress #admins-list li,#buddypress #members-list li,#buddypress #mods-list li{overflow:initial} - -#buddypress #pag-top{display:none} - -#buddypress .dir-form{margin-top:40px} - -li#members-order-select{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.item-title a{color:var(--bb-headings-color);display:inline-block;font-size:20px;font-weight:500;letter-spacing:-.24px;line-height:1.2} - -.item-title a:hover{color:var(--bb-primary-color)}@media only screen and (max-width:320px){ - -#buddypress li div.item{margin-left:0}} - -#buddypress div#item-header img.avatar{margin:0;max-width:160px;image-rendering:optimize-contrast} - -#buddypress div#item-header #item-header-cover-image #item-header-content{margin-left:0;margin-top:0;-webkit-box-flex:1;-ms-flex:1;flex:1} - -#buddypress #item-header-cover-image{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap} - -#item-header-cover-image{min-height:225px} - -#buddypress div.item-list-tabs#object-nav{border-top:1px solid var(--bb-content-border-color);margin-top:20px;margin-bottom:0;overflow:visible} - -#buddypress div.item-list-tabs#object-nav li{float:left;margin:0;padding:0 30px 0 0} - -#buddypress div.item-list-tabs#object-nav li.hideshow{padding:0} - -#buddypress div.item-list-tabs#object-nav a{color:#939597;display:block;padding:11px 0;text-decoration:none;font-size:14px;line-height:2} - -#buddypress div.item-list-tabs#object-nav a:hover{color:var(--bb-headings-color)} - -#buddypress div.item-list-tabs#object-nav .selected a{background-color:transparent;border-bottom:1px solid var(--bb-primary-color);margin-bottom:-1px;opacity:1;font-weight:500;color:var(--bb-headings-color)} - -#buddypress div.item-list-tabs#object-nav .selected a span{background-color:var(--bb-primary-color)} - -#buddypress div.item-list-tabs#object-nav span{background:#c8cbcf;box-shadow:none;border-radius:100px;font-size:11px;font-weight:600;color:#fff;letter-spacing:-.26px;line-height:15px;border:0;min-width:22px;display:inline-block;margin-left:3px;padding:2px 7px 1px;text-align:center;vertical-align:middle} - -p#user_switching_switch_on{max-width:1200px;padding-left:10px;padding-right:10px;margin:20px auto 50px} - -#buddypress .comment-reply-link,#buddypress .generic-button a,#buddypress .standard-form button,#buddypress a.button,#buddypress input[type=button],#buddypress input[type=reset],#buddypress input[type=submit],#buddypress ul.button-nav li a,a.bp-title-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);font-family:inherit;font-size:15px;border-radius:var(--bb-button-radius);min-height:38px;line-height:38px;padding:0 20px;font-weight:500;text-decoration:none;cursor:pointer;display:inline-block;border-width:1px;border-style:solid;outline:0;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-transition:.3s all;transition:.3s all} - -#buddypress .comment-reply-link:focus,#buddypress .generic-button a:focus,#buddypress .standard-form button:focus,#buddypress a.button:focus,#buddypress input[type=button]:focus,#buddypress input[type=reset]:focus,#buddypress input[type=submit]:focus,#buddypress ul.button-nav li a:focus,a.bp-title-button:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -#buddypress .comment-reply-link:hover,#buddypress .generic-button a:hover,#buddypress .standard-form button:hover,#buddypress a.button:hover,#buddypress input[type=button]:hover,#buddypress input[type=reset]:hover,#buddypress input[type=submit]:hover,#buddypress ul.button-nav li a:hover,a.bp-title-button:hover{outline:0;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)} - -#buddypress .comment-reply-link:focus,#buddypress .generic-button a:focus,#buddypress .standard-form button:focus,#buddypress a.button:focus,#buddypress input[type=button]:focus,#buddypress input[type=reset]:focus,#buddypress input[type=submit]:focus,#buddypress ul.button-nav li a:focus,a.bp-title-button:focus{outline:0;text-decoration:none;box-shadow:var(--bb-primary-button-focus-shadow)} - -#buddypress .comment-reply-link:active,#buddypress .generic-button a:active,#buddypress .standard-form button:active,#buddypress a.button:active,#buddypress input[type=button]:active,#buddypress input[type=reset]:active,#buddypress input[type=submit]:active,#buddypress ul.button-nav li a:active,a.bp-title-button:active{outline:0;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)} - -#buddypress .comment-reply-link.disabled,#buddypress .generic-button a.disabled,#buddypress .standard-form button.disabled,#buddypress a.button.disabled,#buddypress input[type=button].disabled,#buddypress input[type=reset].disabled,#buddypress input[type=submit].disabled,#buddypress ul.button-nav li a.disabled,a.bp-title-button.disabled{cursor:default;font-style:normal;color:#c8cbcf;background-color:#f5f5f5;opacity:1} - -#buddypress .comment-reply-link.small,#buddypress .generic-button a.small,#buddypress .standard-form button.small,#buddypress a.button.small,#buddypress input[type=button].small,#buddypress input[type=reset].small,#buddypress input[type=submit].small,#buddypress ul.button-nav li a.small,a.bp-title-button.small{font-size:14px;font-weight:500;min-height:34px;line-height:34px;padding:0 20px;border-radius:var(--bb-button-radius)} - -#buddypress .comment-reply-link.big,#buddypress .generic-button a.big,#buddypress .standard-form button.big,#buddypress a.button.big,#buddypress input[type=button].big,#buddypress input[type=reset].big,#buddypress input[type=submit].big,#buddypress ul.button-nav li a.big,a.bp-title-button.big{font-size:16px;min-height:62px;padding:20px 40px;border-radius:var(--bb-button-radius)} - -#buddypress .comment-reply-link.large,#buddypress .generic-button a.large,#buddypress .standard-form button.large,#buddypress a.button.large,#buddypress input[type=button].large,#buddypress input[type=reset].large,#buddypress input[type=submit].large,#buddypress ul.button-nav li a.large,a.bp-title-button.large{font-size:16px;min-height:50px;padding:14px 30px;border-radius:var(--bb-button-radius)} - -#buddypress .comment-reply-link.outline,#buddypress .generic-button a.outline,#buddypress .standard-form button.outline,#buddypress a.button.outline,#buddypress input[type=button].outline,#buddypress input[type=reset].outline,#buddypress input[type=submit].outline,#buddypress ul.button-nav li a.outline,a.bp-title-button.outline{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)} - -#buddypress .comment-reply-link.outline:focus,#buddypress .generic-button a.outline:focus,#buddypress .standard-form button.outline:focus,#buddypress a.button.outline:focus,#buddypress input[type=button].outline:focus,#buddypress input[type=reset].outline:focus,#buddypress input[type=submit].outline:focus,#buddypress ul.button-nav li a.outline:focus,a.bp-title-button.outline:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -#buddypress .comment-reply-link.outline:active,#buddypress .comment-reply-link.outline:hover,#buddypress .generic-button a.outline:active,#buddypress .generic-button a.outline:hover,#buddypress .standard-form button.outline:active,#buddypress .standard-form button.outline:hover,#buddypress a.button.outline:active,#buddypress a.button.outline:hover,#buddypress input[type=button].outline:active,#buddypress input[type=button].outline:hover,#buddypress input[type=reset].outline:active,#buddypress input[type=reset].outline:hover,#buddypress input[type=submit].outline:active,#buddypress input[type=submit].outline:hover,#buddypress ul.button-nav li a.outline:active,#buddypress ul.button-nav li a.outline:hover,a.bp-title-button.outline:active,a.bp-title-button.outline: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);box-shadow:none} - -#buddypress .comment-reply-link.outline.disabled,#buddypress .comment-reply-link.outline:disabled,#buddypress .generic-button a.outline.disabled,#buddypress .generic-button a.outline:disabled,#buddypress .standard-form button.outline.disabled,#buddypress .standard-form button.outline:disabled,#buddypress a.button.outline.disabled,#buddypress a.button.outline:disabled,#buddypress input[type=button].outline.disabled,#buddypress input[type=button].outline:disabled,#buddypress input[type=reset].outline.disabled,#buddypress input[type=reset].outline:disabled,#buddypress input[type=submit].outline.disabled,#buddypress input[type=submit].outline:disabled,#buddypress ul.button-nav li a.outline.disabled,#buddypress ul.button-nav li a.outline:disabled,a.bp-title-button.outline.disabled,a.bp-title-button.outline:disabled{background:0 0;color:#c8cbcf;border-color:#f5f5f5;opacity:1} - -#buddypress .standard-form button.wp-switch-editor{padding:6px 12px;height:auto;min-height:10px;border-radius:0;border:1px solid #d7e0e2;border-bottom:0;background:#dcdcdc;color:inherit} - -#buddypress .standard-form .tmce-active .wp-switch-editor.switch-tmce{background:#f5f5f5} - -#buddypress .standard-form .html-active .wp-switch-editor.switch-html{background:#f5f5f5} - -#buddypress .standard-form .html-active .button{min-height:20px;color:var(--bb-headings-color);border:1px solid #d7e0e2;padding:6px;margin:4px 1px;font-size:13px;line-height:1;border-radius:3px} - -#buddypress a.button.outline{box-shadow:none} - -#buddypress table.notification-settings th.title,#buddypress table.profile-settings th.title{width:100%;padding:0 0 20px;border:0} - -#buddypress div.item-list-tabs ul::after{content:"";display:table;clear:both} - -#buddypress div.item-list-tabs#object-nav{border-top:0;margin-top:0;margin-bottom:0;overflow:visible} - -#buddypress div.item-list-tabs#object-nav li li{margin:0;display:block;width:100%;padding:0} - -#buddypress div.item-list-tabs#object-nav li li.selected a{border:0} - -#buddypress div.item-list-tabs#object-nav li li a{display:block;font-size:13px;font-weight:inherit;color:var(--bb-body-text-color);letter-spacing:-.24px;line-height:1;margin-bottom:1px;padding:.75rem .9375rem} - -.bb-single-bp-header .flex{-ms-flex-flow:row wrap;flex-flow:row wrap} - -#buddypress div.item-list-tabs#object-nav a.more-button{font-size:20px;padding:14px 0;line-height:1.1} - -#buddypress div.item-list-tabs#object-nav a.more-button.active::after{bottom:-17px} - -#buddypress div.item-list-tabs ul.sub-menu{top:50px;padding:10px 0} - -div.item-list-tabs li.hideshow.menu-item-has-children>a::after{top:50px} - -#buddypress div.item-list-tabs#object-nav li.hideshow span{float:right} - -#sitewide-notice #message{background:var(--bb-default-notice-color);color:#fff;border:0;border-radius:10px;width:auto;left:auto;right:1%;margin-left:1%;opacity:.9;font-size:15px;padding:10px 20px} - -#sitewide-notice #message h4{max-width:90%;font-size:18px;color:#fff;margin-bottom:10px;font-weight:500} - -#sitewide-notice #message p{padding:0;margin:0 0 1rem;font-size:1rem;line-height:1.4} - -#sitewide-notice #message p:empty{display:none!important} - -#sitewide-notice .bb-notice-content>:last-child{margin-bottom:0} - -#sitewide-notice ol,#sitewide-notice ul{margin-left:0;margin-bottom:1rem;list-style-position:inside} - -#sitewide-notice button{position:absolute;top:15px;right:15px;min-height:0;height:18px;width:18px;padding:0;line-height:16px;font-size:10px;font-weight:800;background:#fff;color:var(--bb-default-notice-color)}@media (min-width:768px){ - -#sitewide-notice #message{min-width:500px}} - -#buddypress ul.item-list{border-top:0;margin-bottom:20px} - -#buddypress ul.item-list li:not(.load-more){border-bottom:0} - -#buddypress ul.item-list li img.avatar{margin:0} - -.widget_bp_core_friends_widget .item-meta{display:none} - -.dir-list{margin-bottom:30px} - -input#send_reply_button{min-width:87px} - -#buddypress div.item-list-tabs#subnav{overflow:visible} - -.bs-dropdown-model{display:none} - -.bs-dropdown-model.open{display:block} - -.gif-search-result .loading-icon{display:block;margin:0 auto;max-height:300px} - -#buddypress div#message-thread div.message-content{margin-left:0} - -#buddypress div.item-list-tabs ul.bs-dropdown{padding:10px 0} - -#buddypress div.item-list-tabs ul.bs-dropdown a{padding:9px 15px} - -#buddypress #member-forums-sub-nav ul{margin-bottom:25px} - -#buddypress #member-forums-sub-nav li{padding-right:30px;padding-bottom:10px} - -#buddypress #member-forums-sub-nav a{display:block;font-size:14px;color:#939597;opacity:1;padding:0 0 10px} - -#buddypress #member-forums-sub-nav .selected a{background:0 0;border-bottom:1px solid var(--bb-primary-color);font-weight:500;font-size:14px;color:var(--bb-headings-color);opacity:1}@media (max-width:540px){ - -.bb-photos-wrap .bb-title{margin:0 0 20px} - -.bb-photos-actions{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-photos-actions a{margin-bottom:10px;margin-left:0!important}} - -.buddypress-wrap input[type=email]:focus,.buddypress-wrap input[type=password]:focus,.buddypress-wrap input[type=tel]:focus,.buddypress-wrap input[type=text]:focus,.buddypress-wrap input[type=url]:focus,.buddypress-wrap textarea:focus{border-color:var(--bb-input-focus-border-color);border-width:1px;box-shadow:var(--bb-input-focus-shadow)} - -.buddypress-wrap input[type=email].error,.buddypress-wrap input[type=password].error,.buddypress-wrap input[type=tel].error,.buddypress-wrap input[type=text].error,.buddypress-wrap input[type=url].error,.buddypress-wrap textarea.error{border-color:rgba(var(--bb-danger-color-rgb),1)} - -.buddypress-wrap input[type=email].error:focus,.buddypress-wrap input[type=password].error:focus,.buddypress-wrap input[type=tel].error:focus,.buddypress-wrap input[type=text].error:focus,.buddypress-wrap input[type=url].error:focus,.buddypress-wrap textarea.error:focus{border-color:var(--bb-danger-color);box-shadow:none} - -.buddypress-wrap input[type=email].disabled,.buddypress-wrap input[type=email]:disabled,.buddypress-wrap input[type=password].disabled,.buddypress-wrap input[type=password]:disabled,.buddypress-wrap input[type=tel].disabled,.buddypress-wrap input[type=tel]:disabled,.buddypress-wrap input[type=text].disabled,.buddypress-wrap input[type=text]:disabled,.buddypress-wrap input[type=url].disabled,.buddypress-wrap input[type=url]:disabled,.buddypress-wrap textarea.disabled,.buddypress-wrap textarea:disabled{background-color:var(--bb-content-alternate-background-color);opacity:.75} - -#buddypress .dir-search input[type=search],#buddypress .dir-search input[type=text],#buddypress .groups-members-search input[type=search],#buddypress .groups-members-search input[type=text],#buddypress .standard-form input[type=color],#buddypress .standard-form input[type=date],#buddypress .standard-form input[type=datetime-local],#buddypress .standard-form input[type=datetime],#buddypress .standard-form input[type=email],#buddypress .standard-form input[type=month],#buddypress .standard-form input[type=number],#buddypress .standard-form input[type=password],#buddypress .standard-form input[type=range],#buddypress .standard-form input[type=search],#buddypress .standard-form input[type=tel],#buddypress .standard-form input[type=text],#buddypress .standard-form input[type=time],#buddypress .standard-form input[type=url],#buddypress .standard-form input[type=week],#buddypress .standard-form select,#buddypress .standard-form textarea{display:inline-block;font-family:inherit;font-style:inherit;font-size:15px;height:40px;outline:0;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;width:100%} - -#buddypress .dir-search input[type=search]:focus,#buddypress .dir-search input[type=text]:focus,#buddypress .groups-members-search input[type=search]:focus,#buddypress .groups-members-search input[type=text]:focus,#buddypress .standard-form input[type=color]:focus,#buddypress .standard-form input[type=date]:focus,#buddypress .standard-form input[type=datetime-local]:focus,#buddypress .standard-form input[type=datetime]:focus,#buddypress .standard-form input[type=email]:focus,#buddypress .standard-form input[type=month]:focus,#buddypress .standard-form input[type=number]:focus,#buddypress .standard-form input[type=password]:focus,#buddypress .standard-form input[type=range]:focus,#buddypress .standard-form input[type=search]:focus,#buddypress .standard-form input[type=tel]:focus,#buddypress .standard-form input[type=text]:focus,#buddypress .standard-form input[type=time]:focus,#buddypress .standard-form input[type=url]:focus,#buddypress .standard-form input[type=week]:focus,#buddypress .standard-form select:focus,#buddypress .standard-form textarea:focus{box-shadow:var(--bb-input-focus-shadow);border-color:var(--bb-input-focus-border-color)} - -#buddypress .dir-search input[type=search].disabled,#buddypress .dir-search input[type=search]:disabled,#buddypress .dir-search input[type=text].disabled,#buddypress .dir-search input[type=text]:disabled,#buddypress .groups-members-search input[type=search].disabled,#buddypress .groups-members-search input[type=search]:disabled,#buddypress .groups-members-search input[type=text].disabled,#buddypress .groups-members-search input[type=text]:disabled,#buddypress .standard-form input[type=color].disabled,#buddypress .standard-form input[type=color]:disabled,#buddypress .standard-form input[type=date].disabled,#buddypress .standard-form input[type=date]:disabled,#buddypress .standard-form input[type=datetime-local].disabled,#buddypress .standard-form input[type=datetime-local]:disabled,#buddypress .standard-form input[type=datetime].disabled,#buddypress .standard-form input[type=datetime]:disabled,#buddypress .standard-form input[type=email].disabled,#buddypress .standard-form input[type=email]:disabled,#buddypress .standard-form input[type=month].disabled,#buddypress .standard-form input[type=month]:disabled,#buddypress .standard-form input[type=number].disabled,#buddypress .standard-form input[type=number]:disabled,#buddypress .standard-form input[type=password].disabled,#buddypress .standard-form input[type=password]:disabled,#buddypress .standard-form input[type=range].disabled,#buddypress .standard-form input[type=range]:disabled,#buddypress .standard-form input[type=search].disabled,#buddypress .standard-form input[type=search]:disabled,#buddypress .standard-form input[type=tel].disabled,#buddypress .standard-form input[type=tel]:disabled,#buddypress .standard-form input[type=text].disabled,#buddypress .standard-form input[type=text]:disabled,#buddypress .standard-form input[type=time].disabled,#buddypress .standard-form input[type=time]:disabled,#buddypress .standard-form input[type=url].disabled,#buddypress .standard-form input[type=url]:disabled,#buddypress .standard-form input[type=week].disabled,#buddypress .standard-form input[type=week]:disabled,#buddypress .standard-form select.disabled,#buddypress .standard-form select:disabled,#buddypress .standard-form textarea.disabled,#buddypress .standard-form textarea:disabled{background-color:var(--bb-content-alternate-background-color);opacity:.75} - -#buddypress .dir-search input[type=search].error,#buddypress .dir-search input[type=text].error,#buddypress .groups-members-search input[type=search].error,#buddypress .groups-members-search input[type=text].error,#buddypress .standard-form input[type=color].error,#buddypress .standard-form input[type=date].error,#buddypress .standard-form input[type=datetime-local].error,#buddypress .standard-form input[type=datetime].error,#buddypress .standard-form input[type=email].error,#buddypress .standard-form input[type=month].error,#buddypress .standard-form input[type=number].error,#buddypress .standard-form input[type=password].error,#buddypress .standard-form input[type=range].error,#buddypress .standard-form input[type=search].error,#buddypress .standard-form input[type=tel].error,#buddypress .standard-form input[type=text].error,#buddypress .standard-form input[type=time].error,#buddypress .standard-form input[type=url].error,#buddypress .standard-form input[type=week].error,#buddypress .standard-form select.error,#buddypress .standard-form textarea.error{border-color:rgba(var(--bb-danger-color-rgb),1)} - -#buddypress .dir-search input[type=search].error:focus,#buddypress .dir-search input[type=text].error:focus,#buddypress .groups-members-search input[type=search].error:focus,#buddypress .groups-members-search input[type=text].error:focus,#buddypress .standard-form input[type=color].error:focus,#buddypress .standard-form input[type=date].error:focus,#buddypress .standard-form input[type=datetime-local].error:focus,#buddypress .standard-form input[type=datetime].error:focus,#buddypress .standard-form input[type=email].error:focus,#buddypress .standard-form input[type=month].error:focus,#buddypress .standard-form input[type=number].error:focus,#buddypress .standard-form input[type=password].error:focus,#buddypress .standard-form input[type=range].error:focus,#buddypress .standard-form input[type=search].error:focus,#buddypress .standard-form input[type=tel].error:focus,#buddypress .standard-form input[type=text].error:focus,#buddypress .standard-form input[type=time].error:focus,#buddypress .standard-form input[type=url].error:focus,#buddypress .standard-form input[type=week].error:focus,#buddypress .standard-form select.error:focus,#buddypress .standard-form textarea.error:focus{border-color:var(--bb-danger-color);box-shadow:none} - -#buddypress .standard-form select{background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:right 1rem center;padding-right:40px} - -#buddypress .standard-form select:focus{background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:right 1rem center} - -#buddypress .standard-form select[multiple]{background-image:none} - -#buddypress .standard-form input[type=search]{background-repeat:no-repeat;background-size:16px;background-image:url(../images/svg/search.svg);background-position:left 10px center;padding-left:2rem} - -.widget.buddypress .bp-login-widget-user-links>div{padding:0} - -.widget.buddypress .bp-login-widget-user-links>div>.bp-login-widget-user-link a{color:var(--bb-headings-color)} - -.widget.buddypress .bp-login-widget-user-links>div>.bp-login-widget-user-link a:hover{color:var(--bb-primary-color)} - -.widget_bp_core_login_widget{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap} - -.widget_bp_core_login_widget .widget-title{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.widget_bp_core_login_widget .widget-title:empty{display:none} - -.widget_bp_core_login_widget .bp-login-widget-user-avatar{margin-right:15px} - -.widget_bp_core_login_widget .bp-login-widget-user-links{-webkit-box-flex:1;-ms-flex:1;flex:1} - -.bbp_widget_login{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap} - -.bbp_widget_login>.inner{width:100%} - -.bbp_widget_login .widget-title{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bbp_widget_login .widget-title:empty{display:none} - -.bbp_widget_login .bbp-logged-in{-webkit-box-flex:1;-ms-flex:1;flex:1} - -.bbp-logged-in{position:relative} - -#buddypress a.disabled,#buddypress button.disabled,#buddypress button.pending,#buddypress div.pending a,#buddypress input[type=button].disabled,#buddypress input[type=button].pending,#buddypress input[type=reset].disabled,#buddypress input[type=reset].pending,#buddypress input[type=submit].disabled,#buddypress input[type=submit].pending,#buddypress input[type=submit][disabled=disabled]{cursor:initial} - -body #buddypress * a{box-shadow:initial} - -body.buddypress .buddypress-wrap h1,body.buddypress .buddypress-wrap h2,body.buddypress .buddypress-wrap h3,body.buddypress .buddypress-wrap h4,body.buddypress .buddypress-wrap h5,body.buddypress .buddypress-wrap h6{margin:0 0 1.6875rem} - -.bp-navs.bp-navs{overflow:initial} - -.document-type-navs.main-navs,.video-type-navs.main-navs{border-bottom:0} - -body #buddypress .group-item-avatar{box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px var(--bb-content-border-color)} - -#buddypress div.item-list-tabs ul li{float:left;margin:0;list-style:none} - -#buddypress div.item-list-tabs ul li a,#buddypress div.item-list-tabs ul li span{display:block} - -.widget.buddypress #friends-list li,.widget.buddypress #groups-list li,.widget.buddypress #members-list li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:0 0 15px;border:0;padding:0} - -.buddypress.widget ul.item-list li .item-avatar{padding:0;-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px} - -.buddypress.widget ul.item-list li .item{padding:0} - -#buddypress div.item-list-tabs ul{margin:0;padding:0} - -#buddypress .bp-feedback.custom-homepage-info button.bp-tooltip{padding:0} - -#buddypress .custom-homepage-info.info{border:1px solid var(--bb-content-border-color);background:var(--bb-content-background-color);box-shadow:none;border-radius:3px;padding:20px;position:relative;font-size:16px;margin-bottom:20px;margin-top:0} - -#buddypress .custom-homepage-info.info button{position:absolute;right:10px;top:10px;background:0 0;border:0;color:var(--bb-danger-color);box-shadow:none} - -#buddypress .custom-homepage-info.info p{padding:0} - -#buddypress .custom-homepage-info.info p:last-child{margin-bottom:0} - -.bs-groups-items.grid-view .item-avatar .avatar{width:100%} - -.buddypress-wrap:not(.round-avatars) .bs-groups-items.grid-view .item-avatar .avatar{border-radius:0} - -.buddypress-wrap a[data-bp-close] span::before,.buddypress-wrap button[data-bp-close] span::before{font-size:24px}@media screen and (min-width:75em){ - -.member-front-page .buddypress.widget ul.item-list li .avatar,.widget-area .buddypress.widget ul.item-list li .avatar{width:100%} - -.member-front-page .buddypress.widget ul.item-list,.widget-area .buddypress.widget ul.item-list{margin:0;width:100%}} - -body.buddypress.activation .site-content,body.buddypress.register .site-content{padding-top:5%} - -body.buddypress.activation .site-content .content-area,body.buddypress.register .site-content .content-area{padding-top:0}@media screen and (min-width:46.8em){ - -body.buddypress .site-content{padding-top:0} - -.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav{border-bottom:0;border-top:0;box-shadow:none;margin-bottom:20px;margin-top:0}} - -#cover-image-container{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0;padding:30px 30px 0;font-size:14px;line-height:1.3575} - -.bb-template-v2 #cover-image-container{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)} - -#header-cover-image{background-color:#607387} - -body #buddypress #header-cover-image{background-position:center center;margin:-30px -30px 0;position:relative;width:auto}@media screen and (min-width:800px){ - -body #buddypress .users-header #header-cover-image{margin:-30px -30px 0}} - -body #buddypress #header-cover-image.width-full{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;border-bottom:1px solid var(--bb-content-border-color)} - -body #buddypress #header-cover-image.cover-large{height:300px} - -body #buddypress #item-header-cover-image{min-height:auto;margin-bottom:0;padding-bottom:30px;width:100%} - -body #buddypress .groups-header #item-header-cover-image{display:-webkit-box;display:-ms-flexbox;display:flex} - -.bp-user #buddypress #item-header{margin:0} - -#buddypress #item-header-cover-image #item-header-avatar{margin-top:-40px;margin-right:30px;margin-bottom:5px;padding:0} - -#buddypress #item-header-cover-image.bb-disable-cover-img #item-header-avatar{margin-top:0;margin-bottom:0} - -body #buddypress #item-header-cover-image #item-header-avatar img.avatar{box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px var(--bb-content-border-color);border:3px solid #fff;max-width:170px} - -body #buddypress:not(.round-avatars) .groups-header #item-header-cover-image #item-header-avatar img.avatar{border-radius:4px} - -.bb-template-v1 nav#object-nav{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)} - -nav#object-nav{background:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);padding:0 30px;margin:0 0 20px;margin-top:-1px} - -nav#object-nav li{float:left;margin:0;padding:0 30px 0 0} - -nav#object-nav li.hideshow{padding-right:5px} - -nav#object-nav a{color:var(--bb-body-text-color);display:block;padding:11px 0;text-decoration:none;font-size:14px;line-height:2} - -nav#object-nav a:hover{color:var(--bb-primary-color)} - -.buddypress-wrap .bp-navs li:not(.current) a:focus,.buddypress-wrap .bp-navs li:not(.current) a:hover,.buddypress-wrap .bp-navs li:not(.selected) a:focus,.buddypress-wrap .bp-navs li:not(.selected) a:hover{background:0 0;color:var(--bb-primary-color)} - -.buddypress-wrap .bp-navs li.current a .count,.buddypress-wrap .bp-navs li.dynamic.current a .count,.buddypress-wrap .bp-navs li.selected a .count,.buddypress_object_nav .bp-navs li.current a .count,.buddypress_object_nav .bp-navs li.selected a .count{background-color:var(--bb-primary-color)} - -nav#object-nav .selected>a{background-color:transparent;border-bottom:1px solid var(--bb-primary-color);margin-bottom:-1px;opacity:1;font-weight:500;color:var(--bb-headings-color)} - -nav#object-nav .selected>a:hover{color:var(--bb-primary-color)} - -body #buddypress div#item-header-cover-image h2,body #buddypress div#item-header-cover-image h2 a{font-size:1.8rem;position:relative;color:var(--bb-headings-color);text-shadow:none} - -body #cover-image-container span.activity{font-size:14px} - -.single-headers .item-meta{margin:0 0 10px;padding:0;color:var(--bb-alternate-text-color)} - -#item-header-cover-image .member-header-actions .generic-button a,#item-header-cover-image .member-header-actions .generic-button button{font-size:14px} - -#item-header-cover-image .member-header-actions .generic-button a.blocked-member,#item-header-cover-image .member-header-actions .generic-button button.blocked-member{opacity:.9;pointer-events:none} - -#item-header-cover-image .member-header-actions div.generic-button{display:inline-block;float:none} - -#item-header-cover-image .member-header-actions>li{float:none} - -#item-header-cover-image .flex>#send-private-message{margin-top:35px;text-align:left;min-width:140px;margin-right:-20px} - -#item-header-cover-image .flex>#send-private-message .thickbox{font-size:12px;min-height:30px;padding:0 20px;line-height:28px} - -#send-private-message.generic-button a::before{color:var(--bb-primary-color)} - -.toggle-password{color:var(--bb-primary-color)} - -.toggle-password:hover{color:var(--bb-primary-color)} - -span.triangle-play-icon{color:var(--bb-primary-color);border-color:var(--bb-primary-color)} - -.recording-preview-img:hover span.triangle-play-icon{color:var(--bb-primary-color)} - -.bb-shared-screen svg g{stroke:var(--bb-primary-color)} - -.bb-cover-photo,.bb-cover-photo .progress{background:var(--bb-cover-image-background-color)} - -.header-button.underlined{box-shadow:0 -1px 0 var(--bb-primary-color) inset}@media screen and (max-width:1400px){ - -#buddypress div#item-header #item-header-cover-image #item-header-content>.flex{-ms-flex-flow:row wrap;flex-flow:row wrap}}@media screen and (max-width:1200px){ - -#buddypress div#item-header #item-header-cover-image #item-header-content>.flex .bb-user-content-wrap{-webkit-box-flex:100%;-ms-flex:100%;flex:100%} - -#buddypress div#item-header #item-header-cover-image #item-header-content>.flex .flex>#send-private-message{margin:5px 0 10px 10px}}@media screen and (max-width:980px){ - -#item-header-cover-image .flex>#send-private-message{margin:20px 0 0;-webkit-box-flex:100%;-ms-flex:100%;flex:100%}}@media screen and (max-width:782px){ - -.bp_members.type-bp_members #item-header-content .gamipress-buddypress-points{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -.bp_members.type-bp_members #item-header-content>.flex #send-private-message,.bp_members.type-bp_members #item-header-content>.flex .bb-user-content-wrap,.bp_members.type-bp_members #item-header-content>.flex .member-header-actions{text-align:center} - -.bp_members.type-bp_members #item-header-content>.flex .bb-user-content-wrap .member-title-wrap{margin-bottom:15px} - -body #buddypress .users-header #header-cover-image.width-default{margin:-30px -20px 0} - -body #buddypress #header-cover-image{margin:-30px -20px 0} - -#cover-image-container{padding:30px 20px 0}} - -#TB_window{border-radius:4px} - -#TB_window #TB_title{display:inline-block;width:100%;height:auto;padding:10px 5px;border-radius:4px 4px 0 0} - -#TB_window #TB_title #TB_closeAjaxWindow #TB_closeWindowButton{right:10px} - -#TB_window #TB_title #TB_closeAjaxWindow #TB_closeWindowButton:active,#TB_window #TB_title #TB_closeAjaxWindow #TB_closeWindowButton:focus{box-shadow:none} - -#TB_window #TB_title #TB_closeAjaxWindow #TB_closeWindowButton:focus .tb-close-icon{box-shadow:none} - -#TB_window #TB_ajaxContent{padding:0 20px 20px;width:100%!important;height:auto!important} - -#TB_window #private-message-form-ux{margin-bottom:0;margin-top:12px;width:100%} - -#TB_window #private-message-form-ux>label{margin-bottom:10px;display:inline-block} - -#TB_window #private-message-form-ux input,#TB_window #private-message-form-ux textarea{display:block;width:100%;max-height:200px} - -#TB_window #private-message-form-ux input+br{display:none}@media screen and (max-width:560px){ - -#TB_window{width:80%!important;max-width:100%!important;margin-left:0!important;margin-top:0!important;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}} - -body .single-headers a.button,body .single-headers div.generic-button,body .single-headers li.generic-button{margin:5px 8px 5px 0} - -nav#object-nav .more-button{font-size:20px;padding:14px 0;line-height:1.1} - -nav#object-nav .more-button.active::after{bottom:-18px} - -nav#object-nav .sub-menu{top:50px;padding:10px 0} - -nav#object-nav .sub-menu span.count{float:right;font-size:10px} - -nav#object-nav .sub-menu .selected>a{border:0}@media screen and (min-width:46.8em){ - -.single-headers #item-header-content{padding-left:0}} - -.subnav li:not(:last-child){padding-right:30px} - -.activity-type-navs ul li:not(:last-child),.document-type-navs ul li:not(:last-child),.groups-type-navs ul li:not(:last-child),.media-type-navs ul li:not(:last-child),.members-type-navs ul li:not(:last-child),.video-type-navs ul li:not(:last-child){padding-right:30px} - -.bp-single-vert-nav .bp-wrap .bp-navs.bp-subnavs{margin-bottom:20px} - -.bp-subnavs li.selected a{background:0 0;border-bottom:1px solid var(--bb-primary-color);color:var(--bb-headings-color);font-weight:500} - -.bp-subnavs li.selected a:hover{color:var(--bb-primary-color)} - -.bp-subnavs .sub-menu li.current a,.bp-subnavs .sub-menu li.selected a{border-bottom:0}@media screen and (max-width:782px){ - -body #buddypress #item-header-cover-image{-ms-flex-flow:row wrap;flex-flow:row wrap} - -body #buddypress #item-header-cover-image #item-header-avatar{margin-right:auto;margin-left:auto} - -body #buddypress div#item-header #item-header-cover-image #item-header-content{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -#buddypress .groups-header #cover-image-container.left #item-header-cover-image #item-header-avatar{margin-left:0} - -#buddypress .groups-header #cover-image-container.left #item-header-cover-image .bp-group-title-wrap{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start} - -#buddypress .groups-header #cover-image-container.left #item-header-cover-image .bb-bp-group-title{text-align:left;-webkit-box-flex:0;-ms-flex:none;flex:none;margin-right:10px} - -#buddypress .groups-header #cover-image-container.left #item-header-content .bp-group-meta-wrap,#buddypress .groups-header #cover-image-container.left #item-header-content .group-actions-wrap{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start} - -#buddypress .groups-header #cover-image-container.left #item-header-content .group-description{text-align:left} - -#buddypress .groups-header #cover-image-container.left #item-header-content .group-actions-absolute .groups-meta:first-child{margin-left:0}}@media screen and (max-width:46.8em){ - -.buddypress-wrap:not(.bp-single-vert-nav) .bp-navs li{background:0 0;float:left} - -.buddypress-wrap .bb-subnav-plain li{margin-bottom:5px} - -.buddypress-wrap .bb-subnav-vert li{margin-bottom:5px} - -.buddypress-wrap .single-screen-navs li{border-bottom:0} - -.buddypress-wrap .bp-subnavs li.current a,.buddypress-wrap .bp-subnavs li.current a:focus,.buddypress-wrap .bp-subnavs li.current a:hover,.buddypress-wrap .bp-subnavs li.selected a,.buddypress-wrap .bp-subnavs li.selected a:focus,.buddypress-wrap .bp-subnavs li.selected a:hover{color:var(--bb-headings-color)}} - -.bp-user [data-bp-search] form input[type=search],.bp-user [data-bp-search] form input[type=text],body .buddypress-wrap .bp-invites-search-form input[type=search]{padding:6px 10px;height:auto;font-size:14px} - -body .buddypress-wrap .bp-invites-search-form::before,body .buddypress-wrap form.bp-dir-search-form::before,body .buddypress-wrap form.bp-messages-search-form::before{content:"\ef10";color:inherit;font-family:bb-icons;font-size:17px;opacity:.4;position:absolute;left:9px;top:4px} - -body .buddypress-wrap .bp-invites-search-form input[type=search],body .buddypress-wrap form.bp-dir-search-form input[type=search],body .buddypress-wrap form.bp-messages-search-form input[type=search]{background-repeat:no-repeat;background-position:10px 50%;background-size:16px;background-image:none;padding-left:2rem;width:100%;min-width:210px} - -body .buddypress-wrap .bp-invites-search-form input[type=search]::input-placeholder,body .buddypress-wrap form.bp-dir-search-form input[type=search]::input-placeholder,body .buddypress-wrap form.bp-messages-search-form input[type=search]::input-placeholder{color:inherit;opacity:.4}@media screen and (max-width:544px){ - -body .buddypress-wrap .bp-invites-search-form input[type=search],body .buddypress-wrap form.bp-dir-search-form input[type=search],body .buddypress-wrap form.bp-messages-search-form input[type=search]{min-width:150px}} - -body.pending-invites .buddypress-wrap .bp-invites-search-form input[type=search]{min-width:360px}@media screen and (max-width:544px){ - -body.pending-invites .buddypress-wrap .bp-invites-search-form input[type=search]{min-width:280px}} - -body .buddypress-wrap form.bp-messages-search-form input[type=search]:-webkit-autofill{background-repeat:no-repeat;background-size:16px;background-image:url(../images/svg/search.svg);background-position:left 10px center} - -.buddypress-wrap form.bp-dir-search-form,.buddypress-wrap form.bp-invites-search-form,.buddypress-wrap form.bp-messages-search-form{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);box-shadow:none;border-radius:var(--bb-input-radius);margin:0;position:relative} - -.buddypress-wrap form.bp-dir-search-form:focus-within,.buddypress-wrap form.bp-dir-search-form:focus-within:hover,.buddypress-wrap form.bp-invites-search-form:focus-within,.buddypress-wrap form.bp-invites-search-form:focus-within:hover,.buddypress-wrap form.bp-messages-search-form:focus-within,.buddypress-wrap form.bp-messages-search-form:focus-within:hover{border-color:var(--bb-input-focus-border-color);border-width:1px;box-shadow:var(--bb-input-focus-shadow)} - -.buddypress-wrap .bp-search form:hover,.buddypress-wrap .select-wrap:hover{border-color:var(--bb-content-border-color);box-shadow:none} - -.buddypress-wrap .select-wrap select,.buddypress-wrap .select-wrap select:active,.buddypress-wrap .select-wrap select:focus{background-color:var(--bb-content-background-color)} - -#content .buddypress-wrap .subnav-filters div button#user_messages_search_submit,body #content .buddypress-wrap .bp-invites-search-form .nouveau-search-submit{padding:0;position:absolute!important;width:30px;height:33px;opacity:0;left:0;z-index:10;overflow:hidden} - -.buddypress-wrap form.bp-dir-search-form button[type=submit],.buddypress-wrap form.bp-messages-search-form button[type=submit]{position:absolute;opacity:0;visibility:hidden;left:7px;top:7px;height:20px;width:20px} - -.buddypress-wrap .bp-tables-report,.buddypress-wrap .bp-tables-user,.buddypress-wrap table.forum,.buddypress-wrap table.wp-profile-fields{background-color:#fff;border-radius:4px;overflow:hidden} - -.buddypress-wrap .bp-tables-report{box-shadow:0 0 0 1px var(--bb-content-border-color)} - -.buddypress-wrap .bp-tables-user{background-color:var(--bb-content-background-color)} - -.buddypress-wrap .bp-tables-report tr td,.buddypress-wrap .bp-tables-report tr th,.buddypress-wrap .bp-tables-user tr td,.buddypress-wrap .bp-tables-user tr th,.buddypress-wrap table.forum tr td,.buddypress-wrap table.forum tr th,.buddypress-wrap table.wp-profile-fields tr td,.buddypress-wrap table.wp-profile-fields tr th{padding:25px 20px} - -.buddypress-wrap .bp-tables-report thead tr,.buddypress-wrap .bp-tables-user thead tr,.buddypress-wrap table.forum thead tr,.buddypress-wrap table.wp-profile-fields thead tr{background:0 0;border-bottom:1px solid var(--bb-content-border-color)} - -.buddypress-wrap .bp-tables-report tbody tr,.buddypress-wrap .bp-tables-user tbody tr,.buddypress-wrap table.forum tbody tr,.buddypress-wrap table.wp-profile-fields tbody tr{background:0 0} - -.buddypress-wrap .bp-tables-report tbody tr:nth-child(odd),.buddypress-wrap .bp-tables-user tbody tr:nth-child(odd){background:var(--bb-content-alternate-background-color)} - -.buddypress-wrap .bp-tables-report tbody tr:hover,.buddypress-wrap .bp-tables-user tbody tr:hover{background:var(--bb-content-alternate-background-color)} - -td.notification-description a{font-size:16px;color:var(--bb-headings-color);letter-spacing:-.24px;line-height:1.3;position:relative} - -.buddypress-wrap .subnav-filters .select-wrap{margin-right:12px} - -.buddypress-wrap .select-wrap{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius)} - -.buddypress-wrap .select-wrap select{margin-right:0;padding:6px 25px 6px 10px;position:relative;text-indent:0;background-color:var(--bb-content-background-color)} - -.buddypress-wrap .select-wrap span.select-arrow{display:none} - -.buddypress-wrap .current-visibility-level{color:var(--bb-alternate-text-color)} - -.buddypress-wrap .field-visibility-settings{color:inherit} - -body .buddypress-wrap .subnav-filters .component-filters select,body .buddypress-wrap .subnav-filters .last select{font-size:14px;max-width:100%;min-height:34px;background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:right 10px center;border:0} - -.buddypress-wrap .bp-pagination{color:var(--bb-alternate-text-color);padding:10px 0} - -.buddypress-wrap .notifications-options-nav input#notification-bulk-manage{border:0;border-radius:3px;line-height:1;margin:1px 0 0 10px;padding:0 20px;min-height:34px;height:34px;font-size:14px;font-weight:500} - -.bb-sort-by-date{font-size:15px;color:var(--bb-alternate-text-color);letter-spacing:-.24px;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -span.notifications-order-actions{margin-left:5px;padding-top:1px;position:relative} - -span.notifications-order-actions a{color:var(--bb-alternate-text-color)} - -body.buddypress .buddypress-wrap .bs-section-title{margin-bottom:0} - -.buddypress-wrap .bp-messages{border:1px solid var(--bb-content-border-color);margin:0;border-radius:var(--bb-block-radius-inner)} - -.buddypress-wrap .bp-messages::after{content:"";clear:both;display:table} - -span.count:empty{display:none!important} - -#whats-new-content+#message{margin-top:20px} - -.buddypress-wrap #group-settings-form .bp-messages{margin-bottom:20px} - -.bp-feedback{box-shadow:none;border:1px solid var(--bb-content-border-color);background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius-inner);color:var(--bb-body-text-color)} - -.bp-feedback::after{content:"";display:table} - -.bp-feedback .bp-icon{border-radius:4px 0 0 4px} - -.bp-feedback.help .bp-icon,.bp-feedback.info .bp-icon{background-color:var(--bb-default-notice-color)} - -.bp-feedback.loading .bp-icon,.bp-feedback.warning .bp-icon{background-color:var(--bb-warning-color)} - -.bp-feedback.success .bp-icon,.bp-feedback.updated .bp-icon{background-color:var(--bb-success-color)} - -.bp-feedback.error .bp-icon{background-color:var(--bb-danger-color)} - -.bp-feedback.bp-feedback-v2{color:var(--bb-default-notice-color);background-color:rgba(var(--bb-default-notice-color-rgb),.1);border:0;border-radius:0;padding-left:20px} - -.bp-feedback.bp-feedback-v2 .bp-icon{background-color:transparent!important;color:var(--bb-default-notice-color);margin-right:0} - -.bp-feedback.bp-feedback-v2 p{padding:14px 5px} - -.bp-feedback.bp-feedback-v2.help,.bp-feedback.bp-feedback-v2.info{color:var(--bb-default-notice-color);background-color:rgba(var(--bb-default-notice-color-rgb),.1)} - -.bp-feedback.bp-feedback-v2.help .bp-icon,.bp-feedback.bp-feedback-v2.info .bp-icon{color:var(--bb-default-notice-color)} - -.bp-feedback.bp-feedback-v2.error{color:var(--bb-danger-color);background-color:rgba(var(--bb-danger-color-rgb),.1)} - -.bp-feedback.bp-feedback-v2.error .bp-icon{color:var(--bb-danger-color)} - -.bp-feedback.bp-feedback-v2.loading,.bp-feedback.bp-feedback-v2.warning{color:var(--bb-warning-color);background-color:rgba(var(--bb-warning-color-rgb),.1)} - -.bp-feedback.bp-feedback-v2.loading .bp-icon,.bp-feedback.bp-feedback-v2.warning .bp-icon{color:var(--bb-warning-color)} - -.bp-feedback.bp-feedback-v2.success,.bp-feedback.bp-feedback-v2.updated{color:var(--bb-success-color);background-color:rgba(var(--bb-success-color-rgb),.1)} - -.bp-feedback.bp-feedback-v2.success .bp-icon,.bp-feedback.bp-feedback-v2.updated .bp-icon{color:var(--bb-success-color)} - -.buddypress-wrap .bp-feedback:not(.custom-homepage-info) p,.widget-error .bp-feedback p{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0;padding-right:20px} - -#buddypress .bp-invites-content ul.item-list li img.avatar{border-radius:50%} - -#buddypress .bb-groups-messages-left .action .invite-button,#item-body #group-invites-container .bp-invites-content .action button.invite-button{background:url(../images/svg/circle-add.svg) no-repeat;height:26px;width:26px;background-size:contain;padding:0;min-width:26px;border:0} - -#buddypress .bb-groups-messages-left .action .invite-button .icons,#item-body #group-invites-container .bp-invites-content .action button.invite-button .icons{opacity:0;visibility:hidden} - -#buddypress .bb-groups-messages-left .selected .invite-button,#item-body #group-invites-container .bp-invites-content .selected .action button.invite-button{background:url(../images/svg/circle-close.svg) no-repeat} - -.buddypress-wrap ul.item-list li .invite-button:not(.group-remove-invite-button) span.icons::before{content:"\eef9";font-family:bb-icons;font-weight:100} - -.bp-feedback p{font-size:14px;line-height:1.5;padding:10px 5px} - -.bulk-select-all,.bulk-select-check{min-width:40px} - -.bulk-select-all label,.bulk-select-check label{margin:0!important} - -.notification-list.bb-nouveau-list{margin-bottom:20px} - -.notification-list.bb-nouveau-list .bs-item-wrap .bb-input-wrap>label::after,.notification-list.bb-nouveau-list .bulk-select-all>label::after{font-weight:400} - -.notification-list.bb-nouveau-list .bs-item-wrap .notification-avatar a>i{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--bb-alternate-text-color);bottom:-5px;border-radius:50%;color:var(--bb-content-background-color);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:18px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:25px;line-height:25px;position:absolute;right:-5px;width:25px} - -.notification-list.bb-nouveau-list .bs-item-wrap .notification-avatar a>i.bb-icon-calendar{font-size:17px} - -.notification-dropdown .notification-list.bb-nouveau-list .actions{opacity:0;visibility:hidden}@media (hover:none) and (pointer:coarse){ - -.notification-dropdown .notification-list.bb-nouveau-list .actions{opacity:1;visibility:visible} - -.notification-dropdown .notification-list.bb-nouveau-list .unread::before{display:none}} - -.notification-dropdown .notification-list.bb-nouveau-list li:hover .actions{opacity:1;visibility:visible} - -.notification-list.bb-nouveau-list .actions{opacity:1;visibility:visible;font-size:0;min-width:40px} - -.notification-list.bb-nouveau-list .actions a{color:rgba(18,43,70,.4);margin-left:6px} - -.notification-list.bb-nouveau-list .actions .dashicons{font-size:18px} - -.notification-list.bb-nouveau-list .actions .delete .dashicons{font-size:16px;position:relative} - -.notification-list.bb-nouveau-list .actions .dashicons-dismiss::before,.notification-list.bb-nouveau-list .actions .dashicons-hidden::before,.notification-list.bb-nouveau-list .actions .dashicons-trash::before,.notification-list.bb-nouveau-list .actions .dashicons-visibility::before{content:"\ee6a";font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;font-size:20px} - -.notification-list.bb-nouveau-list .actions .dashicons-dismiss::before{content:"\e828"} - -.notification-list.bb-nouveau-list .actions .dashicons-trash::before{content:"\ef48"} - -.notification-list.bb-nouveau-list .actions .dashicons-hidden::before{content:"\ee69"} - -.buddypress-wrap .subnav-filters::after,.buddypress-wrap .subnav-filters::before{display:none} - -.buddypress-wrap .subnav-filters>ul{margin-left:0;margin-bottom:0}@media screen and (min-width:32em){ - -#activity-stream{clear:both;padding-top:0}}@media (max-width:543px){ - -.notification-list.bb-nouveau-list .avatar:not(.profile-avatar){max-width:44px} - -.notification-list.bb-nouveau-list .actions{font-size:0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:8px 0 0 98px} - -.notification-list.bb-nouveau-list .notification-content+.actions{-webkit-box-flex:0;-ms-flex:none;flex:none;padding:0} - -body.buddypress .buddypress-wrap .bs-section-title{font-size:20px} - -.bb-sort-by-date{font-size:13px;text-align:right} - -.notification-list .bs-item-wrap:not(.bs-header-item){-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}} - -.atwho-view{border-color:var(--bb-content-border-color);background-color:var(--bb-content-background-color)} - -.atwho-view ul li .username,.atwho-view ul li.list-loader{color:var(--bb-alternate-text-color)} - -.atwho-view small{color:var(--bb-headings-color)} - -.atwho-view .cur{background-color:var(--bb-content-alternate-background-color)} - -#whats-new-form,#whats-new-form-placeholder{margin:0} - -#whats-new-form .bp-feedback,#whats-new-form-placeholder .bp-feedback{min-width:100%} - -#whats-new-form.focus-in #bp-activity-privacy-point{color:var(--bb-alternate-text-color)} - -#whats-new-form #whats-new-post-in-box .bp-activity-object{padding:7px 26px 7px 30px;min-height:34px;margin:1px 0} - -#whats-new-form #whats-new-post-in-box .bp-activity-object:hover{background-color:var(--bb-content-alternate-background-color)} - -#whats-new-post-in-box-items .bp-activity-object label{margin:0} - -.activity-link-preview-title{color:var(--bb-headings-color)} - -.dropzone .dz-default,.dropzone .dz-preview .dz-image,.dropzone .dz-preview.dz-file-preview .dz-details,.dropzone.media-dropzone .dz-preview:not(.dz-image-preview) .dz-image,.dropzone.video-dropzone .dz-preview,.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail){background-color:var(--bb-content-alternate-background-color);border-radius:var(--bb-block-radius-inner)} - -.ac-reply-content .dropzone .dz-default,.ac-reply-content .dropzone .dz-preview .dz-image,.ac-reply-content .dropzone .dz-preview.dz-file-preview .dz-details,.ac-reply-content .dropzone.media-dropzone .dz-preview:not(.dz-image-preview) .dz-image,.ac-reply-content .dropzone.video-dropzone .dz-preview,.ac-reply-content .dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail){background-color:var(--bb-content-background-color)} - -.dropzone .dz-default .dz-button:hover>strong,.dropzone .dz-default .dz-button>strong{color:var(--bb-headings-color)} - -.dropzone .dz-preview.dz-file-preview .dz-details{border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner)} - -.buddypress .buddypress-wrap form#whats-new-form button.bp-remove-item{background-color:transparent;border:0;padding:0;margin-top:0;margin-left:30px;margin-right:2px;line-height:1} - -.buddypress .buddypress-wrap form#whats-new-form button.bp-remove-item::before{content:"\e828";font-family:bb-icons;speak:none;font-style:normal;font-weight:100;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;color:#939597} - -.emojionearea .emojionearea-picker{background-color:var(--bb-content-background-color);border-radius:4px} - -.emojionearea .emojionearea-picker.emojionearea-filters-position-top .emojionearea-filters{border-top-right-radius:4px;border-top-left-radius:4px} - -.emojionearea .emojionearea-picker .emojionearea-filters{background-color:var(--bb-content-alternate-background-color);border-bottom:1px solid var(--bb-content-border-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between} - -.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter.active{border-left:1px solid var(--bb-content-border-color);border-right:1px solid var(--bb-content-border-color);background-color:var(--bb-content-background-color)} - -.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter:last-child{border-radius:0 4px 0 0} - -.emojionearea .emojionearea-picker .emojionearea-filters i.emojionearea-filter:first-child[style*="display: none"]+i.emojionearea-filter:not([style*="display: none"]){border-left-width:0;border-radius:4px 0 0} - -.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter:first-of-type{border-left-width:0} - -.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter:last-of-type{border-right-width:0} - -#whats-new-textarea [contenteditable=true]:empty::before,#whats-new-textarea-placeholder [contenteditable=true]:empty::before{color:rgba(var(--bb-body-text-color-rgb),.5)} - -#whats-new-formatting-toolbar .emojionearea .emojionearea-button,#whats-new-formatting-toolbar a [class*=" bb-icon-"],#whats-new-messages-toolbar .emojionearea .emojionearea-button,#whats-new-messages-toolbar a [class*=" bb-icon-"],#whats-new-toolbar .emojionearea .emojionearea-button,#whats-new-toolbar a [class*=" bb-icon-"],.ac-reply-toolbar .emojionearea .emojionearea-button,.ac-reply-toolbar a [class*=" bb-icon-"]{color:rgba(var(--bb-headings-color-rgb),.4)} - -#whats-new-formatting-toolbar .active a [class*=" bb-icon-"],#whats-new-formatting-toolbar .emojionearea .emojionearea-button.active,#whats-new-formatting-toolbar .emojionearea .emojionearea-button:hover::before,#whats-new-formatting-toolbar a.active [class*=" bb-icon-"],#whats-new-formatting-toolbar a.open [class*=" bb-icon-"],#whats-new-formatting-toolbar a:hover [class*=" bb-icon-"],#whats-new-messages-toolbar .active a [class*=" bb-icon-"],#whats-new-messages-toolbar .emojionearea .emojionearea-button.active,#whats-new-messages-toolbar .emojionearea .emojionearea-button:hover::before,#whats-new-messages-toolbar a.active [class*=" bb-icon-"],#whats-new-messages-toolbar a.open [class*=" bb-icon-"],#whats-new-messages-toolbar a:hover [class*=" bb-icon-"],#whats-new-toolbar .active a [class*=" bb-icon-"],#whats-new-toolbar .emojionearea .emojionearea-button.active,#whats-new-toolbar .emojionearea .emojionearea-button:hover::before,#whats-new-toolbar a.active [class*=" bb-icon-"],#whats-new-toolbar a.open [class*=" bb-icon-"],#whats-new-toolbar a:hover [class*=" bb-icon-"],.ac-reply-toolbar .active a [class*=" bb-icon-"],.ac-reply-toolbar .emojionearea .emojionearea-button.active,.ac-reply-toolbar .emojionearea .emojionearea-button:hover::before,.ac-reply-toolbar a.active [class*=" bb-icon-"],.ac-reply-toolbar a.open [class*=" bb-icon-"],.ac-reply-toolbar a:hover [class*=" bb-icon-"]{color:var(--bb-headings-color)} - -#whats-new-formatting-toolbar .active a [class*=" bb-icon-"],#whats-new-formatting-toolbar .emojionearea .emojionearea-button.active::before,#whats-new-formatting-toolbar a.active [class*=" bb-icon-"],#whats-new-messages-toolbar .active a [class*=" bb-icon-"],#whats-new-messages-toolbar .emojionearea .emojionearea-button.active::before,#whats-new-messages-toolbar a.active [class*=" bb-icon-"],#whats-new-toolbar .active a [class*=" bb-icon-"],#whats-new-toolbar .emojionearea .emojionearea-button.active::before,#whats-new-toolbar a.active [class*=" bb-icon-"],.ac-reply-toolbar .active a [class*=" bb-icon-"],.ac-reply-toolbar .emojionearea .emojionearea-button.active::before,.ac-reply-toolbar a.active [class*=" bb-icon-"]{font-weight:300} - -#whats-new-formatting-toolbar .post-elements-buttons-item.disable a:hover [class*=" bb-icon-"],#whats-new-messages-toolbar .post-elements-buttons-item.disable a:hover [class*=" bb-icon-"],#whats-new-toolbar .post-elements-buttons-item.disable a:hover [class*=" bb-icon-"],.ac-reply-toolbar .post-elements-buttons-item.disable a:hover [class*=" bb-icon-"]{color:rgba(var(--bb-headings-color-rgb),.3)} - -#editor-toolbar [class*=" bb-icon-"]{color:rgba(var(--bb-headings-color-rgb),.4)} - -#editor-toolbar [class*=" bb-icon-"]:hover{color:var(--bb-headings-color)} - -#editor-toolbar .emojionearea-button::before{color:rgba(var(--bb-headings-color-rgb),.4)} - -#editor-toolbar .emojionearea-button:hover::before{color:var(--bb-headings-color)} - -#editor-toolbar .active [class*=" bb-icon-"]::before,#editor-toolbar .emojionearea-button.active::before{color:var(--bb-headings-color);font-weight:300!important} - -.activity-update-form .bb-model-header a .bb-icon-times,.bp-nouveau-activity-form-placeholder- .bb-model-header a .bb-icon-times{color:rgba(var(--bb-headings-color-rgb),.4)} - -.activity-update-form .bb-model-header a:hover .bb-icon-times,.bp-nouveau-activity-form-placeholder- .bb-model-header a:hover .bb-icon-times{color:var(--bb-headings-color)} - -.activity-update-form .bb-model-header a .bb-icon-close,.bp-nouveau-activity-form-placeholder- .bb-model-header a .bb-icon-close{color:rgba(var(--bb-headings-color-rgb),.4)} - -.activity-update-form .bb-model-header a:hover .bb-icon-close,.bp-nouveau-activity-form-placeholder- .bb-model-header a:hover .bb-icon-close{color:var(--bb-headings-color)} - -#buddypress .medium-editor-toolbar .medium-editor-toolbar-actions button,.buddypress .medium-editor-toolbar .medium-editor-toolbar-actions button,.medium-editor-toolbar .medium-editor-toolbar-actions button{color:rgba(var(--bb-headings-color-rgb),.4)} - -#buddypress .medium-editor-toolbar .medium-editor-toolbar-actions button.medium-editor-button-active,.buddypress .medium-editor-toolbar .medium-editor-toolbar-actions button.medium-editor-button-active,.medium-editor-toolbar .medium-editor-toolbar-actions button.medium-editor-button-active{color:var(--bb-headings-color)} - -.medium-editor-toolbar-form a{color:rgba(var(--bb-headings-color-rgb),.4)} - -.medium-editor-toolbar-form a:hover{color:var(--bb-headings-color)} - -h4 .bp-reported-type{color:var(--bb-headings-color)} - -#buddypress input#privacy-status-back,#buddypress input#privacy-status-group-back{color:rgba(var(--bb-headings-color-rgb),.4)} - -#buddypress input#privacy-status-back:hover,#buddypress input#privacy-status-group-back:hover{color:var(--bb-headings-color)} - -#whats-new-toolbar .active a .bb-icon,#whats-new-toolbar a.active .bb-icon,#whats-new-toolbar a.open .bb-icon{color:var(--bb-headings-color)} - -.buddypress-wrap:not(.bp-single-vert-nav) .main-navs>ul>li>a{padding:10px 0} - -body.buddypress article.page>.entry-header .entry-title{font-size:28px;color:var(--bb-headings-color)} - -#buddypress #dir-activity-search,#buddypress #dir-groups-search,#buddypress #group-activity-search{border:0;background-color:transparent;padding-left:35px;font-size:14px;height:34px} - -select#activity-filter-by{border:0} - -.filters .feed{height:34px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.filters .feed a{color:rgba(18,43,70,.4)} - -.filters .feed a:hover{color:#122b46} - -body #bbpress-forums .bp-list .action,body #buddypress .bp-list .action{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} - -body #bbpress-forums .bp-list .action .generic-button,body #buddypress .bp-list .action .generic-button{margin-right:15px} - -body #bbpress-forums .bp-list .action .generic-button a,body #buddypress .bp-list .action .generic-button a{color:var(--bb-primary-color);border-color:var(--bb-primary-color)}@media screen and (max-width:400px){ - -body #buddypress #members-list.bp-list.following-list .following-meta.action{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -body #buddypress #members-list.bp-list.following-list .following-meta.action .generic-button,body #buddypress #members-list.bp-list.following-list .following-meta.action .generic-button:last-child{margin-left:5px;margin-right:5px}} - -.bp-list li .item-avatar{float:left} - -div#cover-image-container{margin-top:-31px}@media screen and (min-width:46.8em){ - -.bp-dir-vert-nav .dir-navs{min-width:180px} - -.bp-dir-vert-nav .screen-content{border-color:var(--bb-content-border-color)} - -.bp-dir-vert-nav .dir-navs ul li.selected a{background:0 0;color:inherit} - -.bp-dir-vert-nav .dir-navs ul li.selected{border:0} - -#buddypress.bp-dir-vert-nav .dir-navs 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;border-bottom:0;padding:4px 0} - -#buddypress.bp-dir-vert-nav .dir-navs li.selected a{border-bottom:0} - -.bp-dir-vert-nav .dir-navs ul li.selected a span{color:#fff} - -.bp-dir-vert-nav .dir-navs ul li a:focus span,.bp-dir-vert-nav .dir-navs ul li a:hover span{border:0}} - -.entry-content #groups-list .item-avatar a{display:inline-block;background:#fff;border:3px solid #fff;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px var(--bb-content-border-color);border-radius:4px} - -.entry-content .widget #groups-list .item-avatar a{box-shadow:none;border:0} - -.buddypress-wrap.round-avatars .item-avatar a{border-radius:50%} - -.buddypress-wrap .groups-list li .item-meta{margin-bottom:0;line-height:1.6} - -.buddypress #buddypress.bp-dir-vert-nav .create-button a{font-size:14px;font-weight:400;min-height:34px;padding:4px 20px;border:1px solid var(--bb-primary-color);background:0 0;color:var(--bb-primary-color);box-shadow:none;border-radius:50px;text-decoration:none} - -#buddypress h4.bb-active-order{margin:0 0 0 20px} - -.buddypress-wrap .groups-list li .group-desc{border:0;border-radius:0;color:#737373;font-style:italic;margin:0;padding:0} - -.buddypress-wrap .grid.bp-list>li .item .group-desc,.buddypress-wrap .grid.bp-list>li .item .item-block{width:100%;margin-top:0;min-height:10px;font-size:13px} - -.buddypress-wrap .grid.bp-list>li .item .item-block{min-height:auto} - -.buddypress-wrap .grid.groups-list>li .item .last-activity{margin-top:0} - -.buddypress-wrap .grid.groups-list li .list-title{margin-bottom:10px} - -.buddypress-wrap .groups-list li p{margin:0 0 15px} - -.buddypress #buddypress.bp-dir-hori-nav .create-button a,.buddypress #buddypress.bp-dir-hori-nav .create-button a:hover{text-decoration:none}@media screen and (min-width:24em){ - -.grid.groups-list .list-wrap{min-height:40px} - -.grid.groups-list .list-wrap .item-block{min-height:10px}}@media screen and (min-width:46.8em){ - -.buddypress .bp-vertical-navs .groups-list .item-avatar{margin-right:20px;width:auto} - -.buddypress-wrap .groups-list li .group-desc{font-size:13px;line-height:1.5;font-style:normal}}@media screen and (max-width:980px){ - -body #buddypress .group-invites-column .bp-list .action{-webkit-box-flex:inherit;-ms-flex:inherit;flex:inherit}} - -body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions,body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content{margin-top:0;margin-left:0;max-width:100%} - -body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image.bb-disable-cover-img #item-header-content{margin-top:-30px} - -body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image.bb-disable-cover-img #item-header-content .group-actions-absolute{top:-10px} - -body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image.bb-disable-cover-img #item-header-avatar+#item-header-content{margin-top:0;padding-top:0} - -body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image.bb-disable-cover-img #item-header-avatar+#item-header-content .group-actions-absolute{top:0} - -body.single-item.single-item.groups #buddypress div#item-header .centered #item-header-cover-image.bb-disable-cover-img #item-header-avatar+#item-header-content{margin-top:20px} - -.bp-list li .item-meta,.bp-list li .meta{letter-spacing:-.24px;line-height:1.3;font-size:12px;font-weight:300;color:var(--bb-alternate-text-color);margin:0} - -.single-headers{margin-bottom:0} - -body.buddypress .buddypress-wrap .bp-screen-title{margin:15px 0 0;display:none} - -.single-headers .activity{font-size:13px;margin-bottom:0} - -#buddypress #item-header-cover-image .highlight{margin-bottom:6px;padding:0} - -.group-description p{margin-bottom:1rem} - -.bp-avatar-nav ul,.bp-avatar-nav ul.avatar-nav-items li.current{border-color:var(--bb-content-border-color);font-size:14px} - -.bp-avatar-nav ul.avatar-nav-items li.current{border-bottom-color:var(--bb-content-background-color)} - -#buddypress input#bp-browse-button{margin-top:10px} - -.avatar-crop-management #avatar-crop-pane{margin-bottom:10px} - -.avatar-crop-management #avatar-crop-actions a.avatar-crop-cancel{color:var(--bb-alternate-text-color);font-size:15px} - -.avatar-crop-management #avatar-crop-actions a.avatar-crop-cancel:hover{color:var(--bb-primary-color)} - -body #buddypress p.warning,body.profile_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning,body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning{display:block;font-size:85%;margin:1em 0;color:var(--bb-warning-color);background-color:rgba(var(--bb-warning-color-rgb),.1);border-color:rgba(var(--bb-warning-color-rgb),.1);position:relative;padding:10px 15px;margin-bottom:1rem;border:1px solid transparent;border-radius:var(--bb-block-radius-inner)} - -.bb-bp-profile-screen{font-size:16px} - -.bb-bp-profile-screen .bp-cover-image{margin-top:20px;margin-bottom:20px} - -#buddypress #bp-delete-avatar,#buddypress #bp-delete-cover-image{color:#fff;background-color:var(--bb-danger-color);border:0;font-size:14px;padding:12px 25px;font-weight:500} - -#buddypress #bp-delete-avatar:hover,#buddypress #bp-delete-cover-image:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)} - -#pass-strength-result{margin-bottom:30px} - -#buddypress .register-section .bp-heading{font-size:18px;margin:0 0 15px;line-height:1.2} - -#buddypress .register-section label,#buddypress .register-section legend{font-weight:400;font-size:14px;margin:0 0 3px} - -#buddypress .register-section input[type=password]{margin-bottom:20px} - -#buddypress .register-section a.clear-value{display:none} - -#buddypress .register-section .field-visibility-settings-header{font-size:12px;margin-bottom:10px} - -#buddypress .register-section .field-visibility-settings div.radio label{position:relative} - -#buddypress .register-section .field-visibility-settings div.radio .field-visibility-text{margin-left:35px} - -#buddypress .register-section .field-visibility-settings input[type=radio]{width:22px!important;height:22px;position:absolute;top:0;left:0;z-index:10;margin-top:0;opacity:0;margin-right:10px} - -#buddypress .register-section .field-visibility-settings span.bs-radio{display:inline-block;vertical-align:middle;cursor:pointer;position:absolute;top:0;left:0;overflow:hidden;width:22px;height:22px;line-height:1;background-color:#fff;border:2px solid #d6dce6;border-radius:100%;margin-right:10px;z-index:7} - -#buddypress .register-section .field-visibility-settings span.bs-radio.on::after{content:"";position:absolute;top:2px;left:2px;border-radius:100%;width:14px;height:14px;display:inline-block;background-color:var(--bb-primary-color);z-index:9} - -#buddypress .register-section .visibility-toggle-link{font-size:13px;background-color:transparent;color:var(--bb-headings-color);border:0;font-weight:600;min-height:auto;padding:0;vertical-align:baseline;border-radius:0;margin-left:5px} - -#buddypress .register-section .visibility-toggle-link:active,#buddypress .register-section .visibility-toggle-link:focus,#buddypress .register-section .visibility-toggle-link:hover{background:0 0;color:var(--bb-primary-color);box-shadow:none} - -#buddypress .register-section p.description{font-size:14px} - -#buddypress .register-section .datebox-selects{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} - -#buddypress .register-section .datebox-selects label,#buddypress .register-section .datebox-selects select{margin-right:10px;margin-bottom:10px} - -#buddypress .register-section .wp-editor-tabs button{background:0 0;border:1px solid #ddd;color:inherit;padding:6px 12px;height:auto;min-height:10px;border-radius:3px 3px 0 0} - -#buddypress .register-section .wp-editor-tabs button:active,#buddypress .register-section .wp-editor-tabs button:focus,#buddypress .register-section .wp-editor-tabs button:hover{background:0 0;color:inherit;border:1px solid #ddd} - -#buddypress .register-section .html-active .wp-editor-tabs .switch-html,#buddypress .register-section .tmce-active .wp-editor-tabs .switch-tmce{background-color:#f5f5f5;border-bottom-color:#f5f5f5} - -#buddypress .register-section .quicktags-toolbar .button{color:inherit;background:0 0;border:0;font-weight:700;padding:0 5px;margin:0 6px 0 0;border-radius:0;box-shadow:none;font-size:14px;height:auto;min-height:10px} - -#buddypress .register-section .editfield:first-child{margin-top:0}@media screen and (min-width:46.8em){ - -.buddypress-wrap .register-page .layout-wrap{display:block} - -.buddypress-wrap.extended-default-reg .register-page .default-profile,.buddypress-wrap.extended-default-reg .register-page .extended-profile{padding:0}} - -#group-invites-container,.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body div#group-invites-container{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);margin:0} - -#group-invites-container .select2-container--default .select2-selection--multiple,.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body div#group-invites-container .select2-container--default .select2-selection--multiple{background-color:var(--bb-content-background-color)} - -#group-invites-container ul.subnav li,.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body div#group-invites-container ul.subnav li{float:none;margin:0;padding-right:0} - -#group-invites-container ul.subnav a,.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body div#group-invites-container ul.subnav a{border-bottom:0;padding:6px 0}@media screen and (max-width:680px){ - -#group-invites-container ul.subnav li{float:left}} - -form#group_invites_search_form::after{content:"";display:table;clear:both} - -.drag-drop .drag-drop-inside p{color:inherit} - -.groups.group-admin .bp-navs.group-subnav li{float:none;padding:0} - -body .groups-manage-members-list .section-title{background:0 0;color:var(--bb-headings-color);font-weight:500;font-size:20px;line-height:1.1;padding-left:0;letter-spacing:0} - -#buddypress #members-list .members-meta.action>.generic-button:last-child a,#buddypress #members-list .members-meta.action>.generic-button:last-child button{font-size:.875rem;min-height:32px;padding:5px 20px;border-radius:100px;border:1px solid var(--bb-primary-color);background:0 0;color:var(--bb-primary-color);margin-left:10px;min-width:120px} - -#buddypress #members-list .members-meta.action>.generic-button:last-child a:focus,#buddypress #members-list .members-meta.action>.generic-button:last-child a:hover,#buddypress #members-list .members-meta.action>.generic-button:last-child button:focus,#buddypress #members-list .members-meta.action>.generic-button:last-child button:hover{box-shadow:none} - -.groups-manage-members-list ul.item-list>li:first-child{border-top-left-radius:var(--bb-block-radius-inner);border-top-right-radius:var(--bb-block-radius-inner)} - -.groups-manage-members-list ul.item-list>li:last-child{border-bottom-left-radius:var(--bb-block-radius-inner);border-bottom-right-radius:var(--bb-block-radius-inner)} - -#buddypress .groups-manage-members-list{padding:0} - -#buddypress .groups-manage-members-list ul.item-list{margin:0 0 30px} - -#buddypress .groups-manage-members-list ul.item-list>li{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);margin-bottom:-1px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:15px 20px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -#buddypress .groups-manage-members-list ul.item-list>li .avatar{max-width:44px;width:100%;margin-right:15px} - -#buddypress .groups-manage-members-list .members-manage-buttons{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;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;padding-left:57px;margin:0} - -#buddypress .groups-manage-members-list .members-manage-buttons .button{min-width:20px;display:inline-block;font-size:12px;min-height:20px;padding:4px 12px;margin:5px 10px 5px 0} - -#buddypress .groups-manage-members-list .list-title.member-name a{font-size:20px;font-weight:400} - -#group-settings-form fieldset{border:0;padding:0;margin-bottom:0;margin-top:0;font-size:14px;line-height:1.5} - -#group-settings-form p.description{padding:10px 0;font-size:13px;margin-bottom:20px} - -.groups.group-admin #item-body #group-settings-form label[for=delete-group-understand]{margin:30px 0 15px} - -div#bs-member-profile:empty{display:none} - -#item-body .bb-message-heading h2,#item-body .bs-member-notifications .title.title{margin:0} - -.group-create #buddypress.bp-single-vert-nav #group-invites-container .group-invites-column,.group-create .type-bp_members #buddypress.bp-single-vert-nav #group-invites-container .group-invites-column{padding:0} - -.type-bp_members .buddypress-wrap .activity-list .load-more a,.type-bp_members .buddypress-wrap .activity-list .load-newest a{color:var(--bb-primary-color)} - -.type-bp_members .buddypress-wrap .activity-list .load-more a:hover,.type-bp_members .buddypress-wrap .activity-list .load-newest a:hover{color:#0f74e0} - -#item-body #group-invites-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;border-radius:var(--bb-block-radius)} - -#item-body #group-invites-container .bp-navs.group-subnav{border-bottom:0;-webkit-box-flex:0;-ms-flex:0 0 220px;flex:0 0 220px;background:var(--bb-content-alternate-background-color);border-right:1px solid var(--bb-content-border-color);min-height:60vh;border-radius:var(--bb-block-radius) 0 0 var(--bb-block-radius);margin:0;padding:30px 0} - -#item-body #group-invites-container .bp-navs.group-subnav a{border:0;font-size:14px;color:var(--bb-headings-color);letter-spacing:-.24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:13px 20px;line-height:1;margin-bottom:1px} - -#item-body #group-invites-container .bp-navs.group-subnav a:hover{background:rgba(77,92,109,.1)} - -#item-body #group-invites-container .bp-navs.group-subnav .current a,#item-body #group-invites-container .bp-navs.group-subnav .selected a{background:rgba(77,92,109,.1);color:var(--bb-primary-color);font-weight:400} - -#item-body #group-invites-container .group-invites-column{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:30px} - -#item-body #group-invites-container .bp-invites-content .item-list>li{background-color:var(--bb-body-background-color);border:1px solid var(--bb-content-border-color);border-bottom:0;margin-bottom:-1px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:15px 20px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:0;width:100%} - -#item-body #group-invites-container .bp-invites-content .item-list>li:first-child{border-top-left-radius:3px;border-top-right-radius:3px} - -#item-body #group-invites-container .bp-invites-content .item-list>li:last-child{border-bottom:1px solid var(--bb-content-border-color);border-bottom-right-radius:var(--bb-block-radius-inner);border-bottom-left-radius:var(--bb-block-radius-inner)} - -#item-body #group-invites-container .bp-invites-content .list-title{color:var(--bb-headings-color);font-size:20px;margin:0 auto;width:100%} - -#item-body #group-invites-container .bp-invites-content .item-meta .group-inviters li{color:var(--bb-alternate-text-color)} - -#item-body #group-invites-container .bp-invites-content .action{position:static} - -#item-body #group-invites-container .bp-invites-content .action button{height:auto;min-height:10px;padding:0;min-width:40px;border:0;color:inherit;background:0 0;box-shadow:none} - -#item-body #group-invites-container .bp-invites-content .action button .icons::before{font-size:22px} - -#item-body #group-invites-container .bp-invites-content .button.selected{color:#ee343c} - -#item-body #group-invites-container .bp-invites-content #send-invites-editor{margin-top:30px} - -#item-body #group-invites-container .bp-invites-content #send-invites-editor img.avatar{border-radius:50%;max-width:40px} - -#item-body #group-invites-container .bp-invites-content #send-invites-editor #bp-send-invites-form label{font-size:14px} - -#item-body #group-invites-container .bp-invites-content #send-invites-editor #bp-send-invites-form .action{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row-reverse;flex-flow:row-reverse} - -#item-body #group-invites-container .bp-invites-content #send-invites-editor #bp-send-invites-form .action button{color:#939597} - -#item-body #group-invites-container .bp-invites-content #send-invites-editor #bp-send-invites-form .action button#bp-invites-send{margin-left:0;background-color:var(--bb-primary-color);color:#fff;min-height:34px;padding:6px 20px;border-radius:100px} - -#item-body #group-invites-container .bp-invites-content #send-invites-editor #bp-send-invites-form .action button#bp-invites-send:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)} - -#item-body #group-invites-container li.selected{background-color:var(--bb-content-alternate-background-color)} - -#item-body #group-invites-container .bp-invites-content .action{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end} - -#item-body #group-invites-container .bp-navs.group-subnav a:hover{color:var(--bb-primary-color)} - -#item-body #group-invites-container .bp-navs.group-subnav .current a,#item-body #group-invites-container .bp-navs.group-subnav .selected a{color:var(--bb-headings-color)}@media screen and (min-width:768px) and (max-width:1040px){ - -#item-body #group-invites-container .bp-navs.group-subnav,#item-body #group-invites-container .group-invites-column,.groups.group-admin #buddypress #item-body #group-settings-form,.groups.group-admin #buddypress #item-body nav.bp-navs.group-subnav{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:10px;border-right:0;border-radius:4px 4px 0 0} - -#item-body #group-invites-container .bp-navs.group-subnav,.groups.group-admin #buddypress #item-body nav.bp-navs.group-subnav{padding:0;margin-bottom:10px} - -.groups.group-admin #buddypress #item-body .bp-navs.group-subnav a{padding:10px 15px} - -#item-body #group-invites-container .group-invites-column,.groups.group-admin #buddypress #item-body #group-settings-form{padding:20px} - -#group-invites-container ul.subnav li,.groups.group-admin #buddypress #item-body nav.bp-navs.group-subnav li{float:left!important} - -#item-body #group-invites-container .bp-navs.group-subnav{border-bottom:1px solid var(--bb-content-border-color)}}@media screen and (max-width:767px){ - -#item-body #group-invites-container .bp-navs.group-subnav,#item-body #group-invites-container .group-invites-column{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:10px;border-right:0;border-radius:4px 4px 0 0} - -#item-body #group-invites-container .bp-navs.group-subnav{padding:0} - -#item-body #group-invites-container .group-invites-column{padding:20px} - -#group-invites-container ul.subnav li{float:left!important} - -#item-body #group-invites-container .bp-navs.group-subnav{border-bottom:1px solid var(--bb-content-border-color)} - -.bb-groups-invites-left.bb-select-member-view .bb-groups-invites-left-inner{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color)}}@media screen and (max-width:680px){ - -#buddypress .bb-bp-settings-content,#item-body #group-invites-container .bp-navs.group-subnav,#item-body #group-invites-container .group-invites-column,.groups.group-admin #buddypress #item-body #group-settings-form,.groups.group-admin #buddypress #item-body nav.bp-navs.group-subnav{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:10px;border-right:0;border-bottom:1px solid var(--bb-content-border-color);border-radius:4px 4px 0 0} - -#item-body #group-invites-container .bp-navs.group-subnav,.groups.group-admin #buddypress #item-body nav.bp-navs.group-subnav{padding:0} - -#item-body #group-invites-container .group-invites-column,.groups.group-admin #buddypress #item-body form#group-settings-form{border-bottom:0;margin-bottom:0;padding:20px} - -.groups.group-admin #buddypress #item-body .bp-navs.group-subnav li{float:left}} - -.groups.group-create #buddypress .group-create-buttons{list-style:none;margin:0;overflow:hidden;display:inline-block} - -#create-group-form div#header-cover-image{background-color:var(--bb-content-alternate-background-color);border-radius:4px;max-width:100%;margin:0 auto 15px} - -.groups.group-create .buddypress-wrap{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);max-width:960px;margin:50px auto;padding:50px 100px} - -.groups.group-create .buddypress-wrap h2.bp-subhead{font-size:28px;line-height:1;margin-bottom:30px;text-align:center} - -.groups.group-create .buddypress-wrap #group-create-tabs{background:var(--bb-content-alternate-background-color);border-top:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color);margin:0 -100px 40px;padding:10px 30px;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:14px;letter-spacing:-.24px} - -.groups.group-create .buddypress-wrap .group-create-buttons li{padding-right:0} - -.groups.group-create .buddypress-wrap .group-create-buttons li a,.groups.group-create .buddypress-wrap .group-create-buttons li span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.groups.group-create .buddypress-wrap .group-create-buttons li a{color:var(--bb-headings-color)} - -.groups.group-create .buddypress-wrap .group-create-buttons li a:hover{color:var(--bb-primary-color)} - -.groups.group-create .buddypress-wrap .group-create-buttons li:not(:last-child) a::after{background-color:var(--bb-headings-color)} - -.groups.group-create .buddypress-wrap .group-create-buttons li:not(:last-child) a::after,.groups.group-create .buddypress-wrap .group-create-buttons li:not(:last-child) span::after{content:"";display:inline-block;width:24px;height:1px;background:var(--bb-alternate-text-color);margin:0 15px} - -.groups.group-create .buddypress-wrap .group-create-buttons li span{color:var(--bb-alternate-text-color)} - -.groups.group-create .buddypress-wrap .group-create-buttons li:not(:last-child) a::after{background:var(--bb-primary-color)} - -.groups.group-create .buddypress-wrap .group-create-buttons li.current a{background:0 0;color:var(--bb-primary-color)} - -.groups.group-create .buddypress-wrap label{font-size:15px;font-weight:400;color:var(--bb-headings-color);letter-spacing:-.24px;line-height:1;margin:0 0 8px;cursor:pointer} - -.groups.group-create .buddypress-wrap input:not([type=checkbox],[type=radio],[type=submit],[type=button]){margin:0 0 25px} - -.groups.group-create .buddypress-wrap #group-desc{height:120px!important;padding:10px!important;margin:0 0 25px;resize:none} - -.groups.group-create .buddypress-wrap .submit{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;-ms-flex-flow:row wrap;flex-flow:row wrap} - -.groups.group-create .buddypress-wrap #group-creation-next{margin-right:0;margin-bottom:15px} - -.groups.group-create .buddypress-wrap #group-creation-previous{margin-bottom:15px} - -.groups.group-create .buddypress-wrap #group-creation-finish{margin-bottom:15px} - -.groups.group-create .buddypress-wrap fieldset{border:0;padding:0;margin:0 0 40px} - -.groups.group-create .buddypress-wrap legend{color:var(--bb-headings-color);letter-spacing:-.14px;font-size:18px;font-weight:500;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:20px;display:block;width:100%;line-height:1;margin-bottom:22px} - -.groups.group-create .buddypress-wrap .group-status-type ul{font-size:14px;margin:0 0 30px 53px;line-height:1.6;letter-spacing:-.24px} - -.groups.group-create .buddypress-wrap h4{font-weight:500} - -.groups.group-create .buddypress-wrap .left-menu{float:none;max-width:160px;margin:0 auto 30px} - -.groups.group-create .buddypress-wrap img.avatar{width:100%} - -.groups.group-create .buddypress-wrap .main-column{margin-left:0;font-size:14px;letter-spacing:-.24px;text-align:center;line-height:1.5} - -.groups.group-create .buddypress-wrap .main-column p{margin-bottom:1rem} - -.groups.group-create .buddypress-wrap #drag-drop-area{background:var(--bb-content-alternate-background-color);border:1px dashed var(--bb-content-border-color);border-radius:var(--bb-block-radius)} - -.groups.group-create .buddypress-wrap button#bp-delete-avatar{margin-top:30px} - -.groups.group-create .buddypress-wrap div#avatar-crop-pane{margin-bottom:20px} - -.groups.group-create .buddypress-wrap #subnav .subnav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.groups.group-create .buddypress-wrap #subnav li{margin:0 12px} - -.groups.group-create .buddypress-wrap #subnav a{font-size:18px;font-weight:500;letter-spacing:-.14px;line-height:40px} - -.groups.group-create .buddypress-wrap #group_invites_search_form,.groups.group-create .buddypress-wrap .bp-search,.groups.group-create .buddypress-wrap .group-invites-search.subnav-search{width:100%} - -.groups.group-create .buddypress-wrap input#group_invites_search{background-size:15px;background-position:left 14px center;height:34px;margin:0;border:0;padding-left:38px;font-size:14px;background-image:none} - -.groups.group-create .buddypress-wrap .bp-invites-content #members-list li{background-color:var(--bb-body-background-color);border:1px solid var(--bb-content-border-color);margin-bottom:-1px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:15px 20px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:0;width:100%} - -.groups.group-create .buddypress-wrap .bp-invites-content #members-list .list-title{color:var(--bb-headings-color);font-size:20px;margin:0 auto;width:100%} - -.groups.group-create .buddypress-wrap .bp-invites-content #members-list li.selected{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.01)} - -.groups.group-create .buddypress-wrap .bp-invites-content #members-list .action{position:static} - -.groups.group-create .buddypress-wrap .bp-invites-content #members-list button{height:auto;min-height:10px;padding:0;min-width:60px;border:0;color:inherit;background:0 0;box-shadow:none} - -.groups.group-create .buddypress-wrap .bp-invites-content #members-list .button.selected{color:#ee343c} - -.groups.group-create .buddypress-wrap .bp-invites-content #members-list button .icons::before{font-size:22px} - -#item-body #group-invites-container .bp-invites-content ul.item-list li.selected{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.01)} - -#group-create-body{padding:0} - -#group-create-body #group-invites-container{margin-bottom:25px} - -#group-create-body #group-invites-container ul#members-list::after{content:"";display:table;clear:both} - -#buddypress textarea.activity-update{box-shadow:none} - -.groups.group-admin .settings-header{display:none} - -.bp-feedback{clear:both} - -.bb-group-settings .bs-item-list.list-view .bs-item-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.bs-member-notifications .title{-webkit-box-flex:1;-ms-flex:1;flex:1} - -.widget .standard-form.bps_form .editfield{margin-bottom:15px} - -.widget .standard-form.bps_form label{display:block;margin-bottom:5px} - -#buddypress h1.entry-title.settings-title{margin:0} - -.bp-navs__dropdown{display:none} - -.buddypress-wrap select{height:40px} - -.buddypress-wrap select.bp-navs__dropdown{height:44px} - -body #buddypress #item-body blockquote,body #buddypress .bp-lists blockquote{margin-left:0} - -div.bp-avatar-status p.updated,div.bp-cover-image-status p.updated{border-radius:3px;font-size:14px;line-height:1.5} - -div.bp-avatar-status p.success,div.bp-cover-image-status p.success{background-color:var(--bb-success-color);border-color:var(--bb-success-color);color:#fff} - -.buddypress-wrap a.loading,.buddypress-wrap input.loading{-webkit-transition-property:none!important;transition-property:none!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;-webkit-animation:none!important;animation:none!important}@media screen and (max-width:800px){ - -.buddypress-wrap div#group-invites-container .group-subnav-filters .last{text-align:right}} - -.mce-top-part.mce-top-part::before{box-shadow:none} - -.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-apply span{font-size:18px;padding-right:2px;padding-top:1px} - -div.has-text-field #wp-link .query-results{top:260px}@media screen and (max-width:782px){ - -body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions,body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;text-align:center} - -body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content{margin-top:15px} - -body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image.bb-disable-cover-img #item-header-content{margin-top:-15px} - -body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image.bb-disable-cover-img #item-header-avatar+#item-header-content{margin-top:15px} - -.groups-header .groups-meta{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} - -#wp-link-wrap.has-text-field .query-results{top:275px}} - -#buddypress a.view.activity-time-since{display:inline-block} - -.bp-user.notifications #buddypress #item-header{margin-bottom:20px;display:none} - -body #buddypress div#item-header li{float:none} - -body #buddypress div#item-header .activity-comments-items{margin:0;list-style:none;background:var(--bb-content-alternate-background-color);padding:15px} - -div#item-header .bp-feedback.bp-messages{margin-bottom:20px} - -.type-bp_members div#item-header #cover-image-container+.bp-feedback.bp-messages{margin-top:20px} - -.bp-user.notifications #buddypress div#item-header .bp-feedback.bp-messages{margin-bottom:0} - -#bp-send-invites-form #bp-invites-reset,#bp-send-invites-form #bp-invites-send{display:inline-block;margin-right:15px;margin-bottom:15px} - -#item-header.single-headers .bp-feedback.bp-feedback{margin:0} - -.bb-template-v1 #item-header.single-headers .bp-feedback.bp-feedback{border-top:0;border-radius:0} - -.bb-template-v1 #item-header.single-headers .bp-feedback.bp-feedback .bp-icon{border-radius:0} - -.bb-template-v2 #item-header.single-headers .bp-feedback.bp-feedback{border-radius:var(--bb-block-radius-inner);margin-top:5px} - -.bb-template-v2 #item-header.single-headers .bp-feedback.bp-feedback .bp-icon{border-radius:var(--bb-block-radius-inner) 0 0 var(--bb-block-radius-inner)} - -#item-header.single-headers .bp-feedback.bp-feedback.help .bp-icon,#item-header.single-headers .bp-feedback.bp-feedback.info .bp-icon{background:var(--bb-default-notice-color)} - -#item-header.single-headers .bp-feedback.bp-feedback.help .bp-icon::before,#item-header.single-headers .bp-feedback.bp-feedback.info .bp-icon::before{content:"\eebc"} - -#item-header.single-headers .bp-feedback.bp-feedback.warning .bp-icon{background:var(--bb-warning-color)} - -#item-header.single-headers .bp-feedback.bp-feedback.warning .bp-icon::before{content:"\eebc"} - -#item-header.single-headers .bp-feedback.bp-feedback.success .bp-icon{background:var(--bb-success-color);color:var(--bb-success-color)} - -#item-header.single-headers .bp-feedback.bp-feedback.success .bp-icon::before{content:"\e876"} - -#item-header.single-headers .bp-feedback.bp-feedback.error .bp-icon{background:var(--bb-danger-color)} - -#item-header.single-headers .bp-feedback.bp-feedback.error .bp-icon::before{content:"\eebc"} - -#item-header.single-headers .bp-feedback.bp-feedback p{padding:15px} - -#item-header.single-headers .bp-feedback.bp-feedback .bp-icon{font-family:bb-icons;color:var(--bb-content-background-color)!important;padding:11px 16px;font-weight:200;margin:0;border-radius:var(--bb-block-radius-inner) 0 0 var(--bb-block-radius-inner)} - -.buddypress-wrap #group-create-body .bp-cover-image-status p.warning{box-shadow:none;background:var(--bb-success-color);border-radius:4px} - -.buddypress-wrap .filter label{font-size:14px;margin-right:10px;margin-bottom:0} - -.buddypress-wrap .filter label::before{display:none} - -.buddypress.widget .activity-list blockquote{margin:0 0 10px;padding:0 0 10px;font-size:14px;border-bottom:1px solid rgba(0,0,0,.1)} - -.buddypress.widget .activity-list blockquote>p{word-wrap:break-word;margin-bottom:10px} - -.buddypress.widget .activity-list blockquote iframe{max-width:100%;height:auto} - -.buddypress.widget .activity-list blockquote footer{overflow:hidden} - -.buddypress.widget .activity-list blockquote cite{float:left;margin-right:15px} - -.buddypress.widget .activity-list blockquote a.view.activity-time-since{line-height:1;display:block} - -.friends-request-list .list-wrap{width:100%} - -#buddypress .group-front-page{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:-10px;margin-right:-10px;padding-left:10px;padding-right:10px} - -#buddypress .group-front-page .group-description{padding-left:10px;padding-right:10px;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3} - -#buddypress .group-front-page #group-front-widgets{-webkit-box-flex:0;-ms-flex:0 0 300px;flex:0 0 300px;max-width:300px;padding-left:10px;padding-right:10px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1} - -#buddypress .group-front-page #group-front-widgets .item-avatar .avatar{width:100%} - -#buddypress .group-front-page .widget_bp_core_login_widget{display:-webkit-box;display:-ms-flexbox;display:flex} - -#buddypress .group-front-page .widget_bp_core_login_widget h2.widget-title{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -#buddypress .group-front-page .widget .widget-title{font-family:inherit;font-size:.75rem;font-weight:600;letter-spacing:.25px;line-height:1rem;margin:0 0 20px;text-transform:uppercase} - -.buddypress-wrap .custom-homepage-info button[data-bp-close] span::before{font-size:20px} - -.custom-homepage-info .dashicons-dismiss{color:rgba(18,43,70,.4)} - -.custom-homepage-info .dashicons-dismiss:hover{color:rgba(18,43,70,.9)} - -.custom-homepage-info .dashicons-dismiss::before{display:inline-block;text-rendering:auto;font-size:20px;font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e828"} - -.bp-single-vert-nav .bp-wrap{border-radius:4px;margin-top:20px} - -.bb-single-main-nav--vertical li .count{border-radius:10px} - -.buddypress-wrap.round-avatars .widget_bp_core_login_widget .avatar{border-radius:3px} - -.buddypress .buddypress-wrap .mejs-button>button{background-color:transparent;background-image:url(../../../../../wp-includes/js/mediaelement/mejs-controls.svg);color:inherit;border:0;padding:0;width:20px} - -.buddypress .buddypress-wrap .mejs-button>button:hover{background-color:transparent} - -.buddypress .buddypress-wrap .mejs-play>button{background-position:0 0} - -.buddypress .buddypress-wrap .mejs-pause>button{background-position:-20px 0} - -.buddypress .buddypress-wrap .mejs-unmute>button{background-position:-40px 0} - -.buddypress .buddypress-wrap .mejs-mute>button{background-position:-60px 0} - -.buddypress .buddypress-wrap .mejs-fullscreen-button>button{background-position:-80px 0} - -.buddypress .buddypress-wrap .mejs-unfullscreen>button{background-position:-100px 0} - -.buddypress .buddypress-wrap .mejs-captions-button>button{background-position:-140px 0} - -.buddypress .buddypress-wrap .mejs-replay>button{background-position:-160px 0} - -.buddypress .buddypress-wrap .mejs-chapters-button>button{background-position:-180px 0} - -.bp-user .messages nav#object-nav,.bp-user .notifications nav#object-nav,.bp-user .settings nav#object-nav{display:none} - -.bb-group-header-wrapper{overflow:hidden;background:#fff;border:1px solid var(--bb-content-border-color);border-bottom:0;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0;padding:30px;font-size:14px;line-height:1.3575} - -.bb-group-header-wrapper .avatar{box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px var(--bb-content-border-color);border:5px solid #fff;border-radius:5px}@media screen and (max-width:46.8em){ - -.buddypress-wrap .bp-subnavs li.current a,.buddypress-wrap .bp-subnavs li.current a:focus,.buddypress-wrap .bp-subnavs li.current a:hover,.buddypress-wrap .bp-subnavs li.selected a,.buddypress-wrap .bp-subnavs li.selected a:focus,.buddypress-wrap .bp-subnavs li.selected a:hover{background:0 0}} - -.bp-messages .bp-feedback{margin:12px 8px} - -.widget.bp-latest-activities .fluid-width-video-wrapper{margin-bottom:25px} - -.bb-group-settings h4+#bb_profile_avatar_wrap,.settings-messages+#bb_profile_avatar_wrap{margin:0 auto 30px} - -.bb-author.bb-message-title{min-height:67px} - -.grid-filters .dashicons{font:400 normal normal 22px/1 bb-icons;width:auto;height:auto} - -.grid-filters .layout-grid-view .dashicons::before{content:"\eead"} - -.grid-filters .layout-list-view .dashicons::before{content:"\edb1"} - -.pc_progress_wrap .pc_progress_rate{stroke:var(--bb-success-color)} - -.pc_progress_wrap .progress_text_unit{margin-left:3px} - -.pc_progress_wrap .progress_text_label,.pc_progress_wrap .progress_text_unit{color:var(--bb-alternate-text-color);font-size:14px} - -.progress_text_wrap h3{line-height:1.2} - -.progress_text_wrap .progress_text_value{font-size:34px} - -.profile_completion_wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row;flex-flow:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.profile_completion_wrap .pc_progress_wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;min-width:240px;-webkit-box-flex:1;-ms-flex:1;flex:1} - -.profile_completion_wrap .pc_detailed_progress_wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:100%}@media (max-width:800px) and (min-width:544px){ - -.profile_completion_wrap .pc_detailed_progress_wrap{max-width:50%} - -.profile_completion_wrap .pc_progress_wrap{margin-bottom:0}} - -.pc_detailed_progress_wrap .pc_detailed_progress{list-style:none} - -.pc_detailed_progress_wrap .single_section_wrap{margin:0;padding:10px 0;position:relative;margin-left:25px} - -.pc_detailed_progress_wrap .single_section_wrap .section_ico{border:2px solid var(--bb-content-border-color);margin-left:-30px;margin-right:10px;display:inline-block;height:18px;width:18px;border-radius:50%;position:relative;vertical-align:middle} - -.pc_detailed_progress_wrap .single_section_wrap .section_ico i{display:none} - -.pc_detailed_progress_wrap .single_section_wrap .section_ico::before{content:"";display:inline-block;width:1px;height:10px;position:absolute;left:50%;margin-top:0;top:-17px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);background-color:#d0d3d6} - -.pc_detailed_progress_wrap .single_section_wrap .section_number{display:none} - -.pc_detailed_progress_wrap .single_section_wrap .section_name a{text-decoration:none;font-size:14px} - -.pc_detailed_progress_wrap .single_section_wrap .progress .completed_staus{width:33px;font-weight:500;text-align:right} - -.pc_detailed_progress_wrap .single_section_wrap .section_name{width:-webkit-calc(100% - 45px);width:calc(100% - 45px);display:inline-block;vertical-align:middle;color:var(--bb-alternate-text-color);overflow:hidden} - -.pc_detailed_progress_wrap .single_section_wrap.completed .section_ico{border-color:#05d786} - -.pc_detailed_progress_wrap .single_section_wrap.completed .section_ico i{display:block;position:absolute;left:1px;margin-top:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:12px;color:#05d786} - -.pc_detailed_progress_wrap .single_section_wrap.completed .section_name a{font-size:14px;color:var(--bb-headings-color);font-weight:500} - -.pc_detailed_progress_wrap .single_section_wrap.completed .progress .completed_staus{color:#05d786} - -.pc_detailed_progress_wrap .single_section_wrap:first-of-type .section_ico::before{display:none} - -.pc_detailed_progress_wrap .single_section_wrap.completed+.single_section_wrap.completed .section_ico::before{background-color:#05d786} - -.bb-template-v1 .bp-single-vert-nav .item-body{padding:20px}@media screen and (max-width:46.8em){ - -.bb-template-v1 .bp-single-vert-nav .item-body{padding:10px}} - -.elementor-widget-wp-widget-bp_xprofile_profile_completion_widget,.widget.widget_bp_profile_completion_widget{padding-bottom:10px} - -#new-post span.atwho-inserted,#whats-new-form span.atwho-inserted,.ac-form span.atwho-inserted,span.atwho-inserted a{color:var(--bb-primary-color)} - -.bb-loading-bg{background-color:var(--bb-content-alternate-background-color)} - -.bb-loading-bg.bb-loading-input{border-radius:var(--bb-button-radius)}@media screen and (max-width:980px){ - -.groups.group-create .buddypress-wrap{padding:50px 30px} - -.groups.group-create .buddypress-wrap #group-create-tabs{margin:0 -30px 40px}}@media screen and (max-width:640px){ - -.bp-invites-content .bp-list li .item-avatar{margin-right:15px} - -.bp-invites-content #members-list.item-list .item-avatar img{max-width:42px} - -#item-body #group-invites-container .bp-invites-content .list-title{font-size:16px} - -#item-body #group-invites-container .bp-invites-content .action button .icons::before{font-size:18px} - -#item-body #group-invites-container .bp-invites-content .action button{min-width:20px} - -.buddypress-wrap .bp-invites-filters ul li #bp-invites-next-page,.buddypress-wrap .bp-invites-filters ul li #bp-invites-prev-page,.buddypress-wrap .bp-messages-filters ul li #bp-messages-next-page,.buddypress-wrap .bp-messages-filters ul li #bp-messages-prev-page{margin-bottom:10px} - -.buddypress-wrap .subnav-filters .bulk-actions-wrap.bp-show{margin-top:20px;margin-bottom:10px} - -.user-messages-bulk-actions .bulk-actions.select-wrap{margin-left:0} - -.groups.group-create .buddypress-wrap #group-creation-next,.groups.group-create .buddypress-wrap #group-creation-previous,.submit input#group-creation-create{font-size:13px;font-weight:500} - -.groups.group-create .buddypress-wrap label{font-size:14px} - -.groups.group-create .buddypress-wrap .bp-invites-content #members-list .list-title{font-size:16px} - -.groups.group-create .buddypress-wrap .bp-invites-content #members-list .action{margin-left:auto}}@media screen and (max-width:511px){ - -.buddypress-wrap .subnav-filters div{clear:both;margin-top:10px;margin-bottom:10px} - -.buddypress-wrap .subnav-filters .user-messages-bulk-actions div.bulk-actions-wrap{margin-top:10px;margin-bottom:0} - -.buddypress-wrap .subnav-filters .user-messages-bulk-actions div.bulk-actions-wrap div{margin-top:0;margin-bottom:0} - -.buddypress-wrap .subnav-filters>ul{margin-left:0;margin-bottom:0;width:100%;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} - -li.group-act-search{-webkit-box-flex:1;-ms-flex:1;flex:1} - -.avatar-crop-management #avatar-crop-pane{-webkit-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75)} - -.drag-drop-inside p.drag-drop-buttons{margin-top:10px}}@media screen and (max-width:370px){ - -.avatar-crop-management #avatar-crop-pane{margin-left:-30px;-webkit-transform:scale(.6);-ms-transform:scale(.6);transform:scale(.6);-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center} - -#avatar-to-crop{margin:0 auto} - -#avatar-to-crop>.jcrop-holder{margin:0 auto;-webkit-transform:scale(.8) translateX(-10px);-ms-transform:scale(.8) translateX(-10px);transform:scale(.8) translateX(-10px);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center} - -#avatar-crop-actions{margin-top:-60px}}@media screen and (min-width:55em){ - -body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.groups-list{grid-template-columns:repeat(auto-fit,minmax(275px,33.333%))} - -body:not(.has-sidebar) .buddypress-wrap .grid.bp-list>li{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%;max-width:33.333%}}@media screen and (min-width:75em){ - -body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.groups-list{grid-template-columns:repeat(auto-fit,minmax(275px,25%))} - -body:not(.has-sidebar) .buddypress-wrap .grid.bp-list>li{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}} - -.activity-update-form,.bp-nouveau-activity-form-placeholder-{border:0;margin:0;padding:0} - -.activity-update-form #activity-form-submit-wrapper{margin:0;padding:0 15px} - -.activity-update-form #activity-header h3{font-size:20px} - -#activity-form-submit-wrapper select{height:34px;margin-right:12px;border:1px solid #dedfe2;font-size:13px} - -#whats-new-post-in-box-items{display:inline-block} - -#whats-new-post-in-box-items .activity-autocomplete-clear i{color:var(--bb-body-text-color);opacity:.4} - -#whats-new-post-in-box-items .activity-autocomplete-clear i:hover{opacity:1} - -.activity-post-avatar{color:var(--bb-headings-color);font-size:14px;font-weight:500;letter-spacing:-.24px} - -.activity-post-avatar:hover{color:var(--bb-primary-color)} - -.activity-update-form #whats-new-form #whats-new-toolbar,.activity-update-form #whats-new-form-placeholder #whats-new-toolbar,.bp-nouveau-activity-form-placeholder- #whats-new-form #whats-new-toolbar,.bp-nouveau-activity-form-placeholder- #whats-new-form-placeholder #whats-new-toolbar{background-color:var(--bb-content-alternate-background-color)} - -.activity-update-form .whats-new-form-footer{background-color:var(--bb-content-alternate-background-color)} - -.privacy-status-form-footer{background-color:var(--bb-content-alternate-background-color);border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)} - -#whats-new-post-in-box-items #activity-autocomplete{border-radius:var(--bb-input-radius)} - -#whats-new-form,#whats-new-form-placeholder{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);box-shadow:none;padding:0;position:relative} - -#whats-new-form-placeholder.focus-in,#whats-new-form.focus-in{box-shadow:0 6px 24px 0 rgba(18,43,70,.08)} - -#whats-new-form .avatar,#whats-new-form-placeholder .avatar{margin-right:10px;max-width:45px} - -#whats-new-form .username,#whats-new-form-placeholder .username{color:var(--bb-headings-color);font-size:14px;font-weight:500;text-transform:capitalize} - -#whats-new-form .username:hover,#whats-new-form-placeholder .username:hover{color:var(--bb-primary-color)} - -#whats-new-form .activity-url-scrapper-container,#whats-new-form-placeholder .activity-url-scrapper-container{margin:0;width:100%} - -#whats-new-form .activity-url-scrapper-container #activity-link-preview-url,#whats-new-form-placeholder .activity-url-scrapper-container #activity-link-preview-url{max-width:400px;width:100%} - -#whats-new-form .activity-url-scrapper-container.activity-post-form-link-wp-embed .activity-link-preview-container,#whats-new-form .activity-url-scrapper-container.activity-post-form-link-wp-embed .activity-link-preview-info,#whats-new-form-placeholder .activity-url-scrapper-container.activity-post-form-link-wp-embed .activity-link-preview-container,#whats-new-form-placeholder .activity-url-scrapper-container.activity-post-form-link-wp-embed .activity-link-preview-info{background-color:transparent} - -#whats-new-form #whats-new-attachments,#whats-new-form #whats-new-toolbar,#whats-new-form-placeholder #whats-new-attachments,#whats-new-form-placeholder #whats-new-toolbar{margin:0;padding:0 15px} - -#whats-new-form #whats-new-toolbar a .bb-icon,#whats-new-form-placeholder #whats-new-toolbar a .bb-icon{color:rgba(var(--bb-headings-color-rgb),.4)} - -#whats-new-form #whats-new-toolbar a:hover .bb-icon,#whats-new-form-placeholder #whats-new-toolbar a:hover .bb-icon{color:var(--bb-headings-color)} - -#whats-new-form .whats-new-form-footer,#whats-new-form-placeholder .whats-new-form-footer,#whats-new-form-placeholder:not(.focus-in) #whats-new-toolbar,#whats-new-form:not(.focus-in) #whats-new-toolbar{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius);border-color:var(--bb-content-border-color)} - -#whats-new-form #whats-new-toolbar,#whats-new-form-placeholder #whats-new-toolbar{border-radius:0 0 0 4px}@media screen and (max-width:520px){ - -#whats-new-form #whats-new-toolbar .post-emoji:first-child .emojionearea-picker,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:first-child .emojionearea-picker{margin-left:-5px} - -#whats-new-form #whats-new-toolbar .post-emoji:first-child .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:first-child .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{left:27px} - -#whats-new-form #whats-new-toolbar .post-emoji:nth-child(2) .emojionearea-picker,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(2) .emojionearea-picker{margin-left:-39px} - -#whats-new-form #whats-new-toolbar .post-emoji:nth-child(2) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(2) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{left:62px} - -#whats-new-form #whats-new-toolbar .post-emoji:nth-child(3) .emojionearea-picker,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(3) .emojionearea-picker{margin-left:-73px} - -#whats-new-form #whats-new-toolbar .post-emoji:nth-child(3) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(3) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{left:96px} - -#whats-new-form #whats-new-toolbar .post-emoji:nth-child(4) .emojionearea-picker,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(4) .emojionearea-picker{margin-left:-107px} - -#whats-new-form #whats-new-toolbar .post-emoji:nth-child(4) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(4) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{left:130px} - -#whats-new-form #whats-new-toolbar .post-emoji:nth-child(5) .emojionearea-picker,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(5) .emojionearea-picker{margin-left:-141px} - -#whats-new-form #whats-new-toolbar .post-emoji:nth-child(5) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(5) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{left:163px} - -#whats-new-form #whats-new-toolbar .post-emoji:nth-child(6) .emojionearea-picker,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(6) .emojionearea-picker{margin-left:-175px} - -#whats-new-form #whats-new-toolbar .post-emoji:nth-child(6) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(6) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{left:196px} - -#whats-new-form #whats-new-toolbar .post-gif:first-child .gif-media-search-dropdown,#whats-new-form-placeholder #whats-new-toolbar .post-gif:first-child .gif-media-search-dropdown{left:-10px} - -#whats-new-form #whats-new-toolbar .post-gif:first-child .gif-media-search-dropdown.open::before,#whats-new-form-placeholder #whats-new-toolbar .post-gif:first-child .gif-media-search-dropdown.open::before{left:30px} - -#whats-new-form #whats-new-toolbar .post-gif:nth-child(2) .gif-media-search-dropdown,#whats-new-form-placeholder #whats-new-toolbar .post-gif:nth-child(2) .gif-media-search-dropdown{left:-44px} - -#whats-new-form #whats-new-toolbar .post-gif:nth-child(2) .gif-media-search-dropdown.open::before,#whats-new-form-placeholder #whats-new-toolbar .post-gif:nth-child(2) .gif-media-search-dropdown.open::before{left:64px} - -#whats-new-form #whats-new-toolbar .post-gif:nth-child(3) .gif-media-search-dropdown,#whats-new-form-placeholder #whats-new-toolbar .post-gif:nth-child(3) .gif-media-search-dropdown{left:-78px} - -#whats-new-form #whats-new-toolbar .post-gif:nth-child(3) .gif-media-search-dropdown.open::before,#whats-new-form-placeholder #whats-new-toolbar .post-gif:nth-child(3) .gif-media-search-dropdown.open::before{left:98px} - -#whats-new-form #whats-new-toolbar .post-gif:nth-child(4) .gif-media-search-dropdown,#whats-new-form-placeholder #whats-new-toolbar .post-gif:nth-child(4) .gif-media-search-dropdown{left:-112px} - -#whats-new-form #whats-new-toolbar .post-gif:nth-child(4) .gif-media-search-dropdown.open::before,#whats-new-form-placeholder #whats-new-toolbar .post-gif:nth-child(4) .gif-media-search-dropdown.open::before{left:130px} - -#whats-new-form #whats-new-toolbar .post-gif:nth-child(5) .gif-media-search-dropdown,#whats-new-form-placeholder #whats-new-toolbar .post-gif:nth-child(5) .gif-media-search-dropdown{left:-146px} - -#whats-new-form #whats-new-toolbar .post-gif:nth-child(5) .gif-media-search-dropdown.open::before,#whats-new-form-placeholder #whats-new-toolbar .post-gif:nth-child(5) .gif-media-search-dropdown.open::before{left:166px}} - -#whats-new-form .gif-image-container img,#whats-new-form-placeholder .gif-image-container img{max-width:100%} - -#whats-new-form .found-media-item img,#whats-new-form-placeholder .found-media-item img{max-width:100%} - -.activity-update-form .activity-form.focus-in #editor-toolbar,.bp-nouveau-activity-form-placeholder- .activity-form.focus-in #editor-toolbar{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-color:var(--bb-content-border-color)} - -.activity-attached-gif-container{background-repeat:no-repeat;max-width:100%} - -.activity-attached-gif-container .gif-image-container{margin:15px 0} - -.activity-inner .activity-attached-gif-container{margin-bottom:0} - -.acomment-content .activity-attached-gif-container{margin-top:10px} - -.gif-image-container video{display:block} - -.gif-media-search-dropdown{background-color:var(--bb-content-background-color)} - -.gif-media-search-dropdown{border-color:var(--bb-content-border-color);box-shadow:0 2px 4px -2px rgba(0,0,0,.13)} - -.gif-search-content .gif-search-query{background-color:var(--bb-content-alternate-background-color);border-color:var(--bb-content-border-color)} - -.gif-search-content .gif-search-query::before{content:"\ef10";font-family:bb-icons;font-size:20px;color:var(--bb-headings-color);opacity:.4;position:absolute;left:15px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)} - -#buddypress .gif-search-content .gif-search-query input[type=search],.gif-search-content .gif-search-query input[type=search]{font-size:14px;color:var(--bb-headings-color);line-height:1.5;background-image:none;background-color:transparent;box-shadow:none} - -#buddypress .gif-search-content .gif-search-query input[type=search]::input-placeholder,.gif-search-content .gif-search-query input[type=search]::input-placeholder{color:var(--bb-headings-color);opacity:.4} - -.gif-search-content .gif-media-search-dropdown{border-color:var(--bb-content-border-color);background-color:var(--bb-content-background-color)} - -.activity-attached-gif-container .gif-image-overlay,.messages-attached-gif-container .gif-image-overlay{background:#f8f8f8;width:14px;height:14px;border-radius:50%} - -.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-title{color:var(--bb-headings-color);font-weight:500;background-color:var(--bb-content-background-color)} - -.activity-update-form #whats-new pre{white-space:pre-wrap} - -.activity-update-form #whats-new pre p{margin-bottom:0} - -.activity-update-form #whats-new p{margin-bottom:15px} - -.activity-update-form #whats-new li>ol,.activity-update-form #whats-new li>ul{margin-bottom:0} - -.activity-update-form #whats-new ol,.activity-update-form #whats-new ul{margin:0 0 15px} - -.activity-update-form #whats-new ol li,.activity-update-form #whats-new ul li{margin:0 0 3px 18px} - -.activity-update-form #whats-new-content{padding:0} - -.activity-update-form #whats-new-avatar,.bp-nouveau-activity-form-placeholder- #whats-new-avatar{line-height:36px;text-align:left;float:left} - -.activity-update-form #whats-new-textarea textarea{background:var(--bb-content-background-color)} - -.bp-activity-huddle a.activity-post-user-name{color:var(--bb-headings-color);font-weight:500} - -.bp-activity-huddle a.activity-post-user-name:hover{color:var(--bb-primary-color)} - -.activity-update-form textarea#whats-new{box-shadow:none;border:0;border-radius:0;font-size:1rem;font-weight:300;resize:none;min-height:85px;padding:15px} - -.activity-update-form textarea#whats-new:focus{box-shadow:none} - -.activity-update-form #whats-new-post-in-box{margin:10px 0 0} - -.activity-update-form #whats-new-post-in-box .activity-autocomplete-wrapper{margin:0 30px;display:-webkit-box;display:-ms-flexbox;display:flex} - -.bp-activity-privacy__label:hover{background-color:var(--bb-content-alternate-background-color)} - -.bp-activity-privacy__label:hover .privacy-figure{background-color:var(--bb-content-background-color)} - -.bp-activity-privacy__label .privacy-figure{color:var(--bb-alternate-text-color);background-color:var(--bb-content-alternate-background-color)} - -.bp-activity-privacy__label .privacy-tag{width:-webkit-calc(100% - 50px);width:calc(100% - 50px)} - -.bp-activity-privacy__label .privacy-sub-label{color:var(--bb-alternate-text-color)} - -.focus-in #whats-new-elements{border-bottom:1px solid var(--bb-content-border-color)} - -.buddypress-wrap #whats-new-post-in-box select,.buddypress-wrap .filter select{border:1px solid #dedfe2;font-size:13px;height:34px} - -.dropzone .dz-preview .dz-progress .dz-upload{background:var(--bb-primary-color)} - -#buddypress #whats-new-submit{margin:15px 0 15px auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row-reverse;flex-flow:row-reverse} - -#buddypress input#aw-whats-new-reset{background:0 0;border:0;font-size:14px;color:var(--bb-alternate-text-color);font-weight:400;margin:0 10px;padding:0 10px;width:auto;box-shadow:none} - -#buddypress input#aw-whats-new-submit,#buddypress input#privacy-status-submit{font-size:14px;width:auto;font-weight:500;letter-spacing:0;height:34px;padding:0 20px;margin:0;border-radius:var(--bb-button-radius)} - -.bp-activity-object .bp-activity-object__radio{opacity:0;position:absolute;left:0;top:40%} - -.activity-form .bb-model-header{background-color:var(--bb-content-background-color)} - -#whats-new-form .bb-model-header{border-color:var(--bb-content-border-color)} - -#whats-new-form #bp-activity-privacy-point{background-color:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);font-size:12px;padding:6px 8px;border-radius:4px;line-height:1} - -#whats-new-form #bp-activity-privacy-point *{color:var(--bb-secondary-button-text-regular)} - -#whats-new-form #bp-activity-privacy-point .privacy-point-icon{font-size:15px} - -#whats-new-form #bp-activity-privacy-point .bb-icon-caret-down{font-size:13px;color:var(--bb-secondary-button-text-regular);opacity:.3;margin-left:5px;margin-top:3px} - -#whats-new-form #bp-activity-privacy-point:not(.bp-activity-edit-group){padding-right:6px} - -#whats-new-form .activity-post-user-name-container h5{margin-bottom:3px} - -.atwho-view ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.atwho-view ul li .username{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}@media screen and (min-width:46.8em){ - -.activity-update-form #whats-new-content,.activity-update-form #whats-new-elements,.activity-update-form #whats-new-submit{margin-left:0}} - -ul.activity-list.bp-list{background:0 0;border:0;padding:0} - -#bbpress-forums .activity-list.bp-list .activity-item,#buddypress .activity-list.bp-list .activity-item,#buddypress .activity-lists.bp-list .activity-item{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);box-shadow:0 6px 24px 0 rgba(18,43,70,0);font-size:.875rem;line-height:1.5;margin-bottom:20px;padding:15px 15px 10px} - -#bbpress-forums .activity-list.bp-list .activity-item .activity-comments>.ac-form,#bbpress-forums .activity-list.bp-list .activity-item .activity-comments>ul,#buddypress .activity-list.bp-list .activity-item .activity-comments>.ac-form,#buddypress .activity-list.bp-list .activity-item .activity-comments>ul,#buddypress .activity-lists.bp-list .activity-item .activity-comments>.ac-form,#buddypress .activity-lists.bp-list .activity-item .activity-comments>ul{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius);margin-bottom:-10px} - -#bbpress-forums .activity-list.bp-list .activity-item .activity-link-preview-image img,#buddypress .activity-list.bp-list .activity-item .activity-link-preview-image img,#buddypress .activity-lists.bp-list .activity-item .activity-link-preview-image img{margin-top:0;max-width:100%} - -#bbpress-forums .bb-media-model-inner .activity-list.bp-list .activity-item,#buddypress .bb-media-model-inner .activity-list.bp-list .activity-item{margin-bottom:0;min-height:90vh} - -#bbpress-forums .bb-media-model-inner .activity-list.bp-list .activity-item .activity-comments,#buddypress .bb-media-model-inner .activity-list.bp-list .activity-item .activity-comments{margin-bottom:40px} - -#bbpress-forums .bb-media-model-inner .activity-list.bp-list .activity-item .activity-comments .ac-reply-content .ac-textarea .ac-input[contenteditable=true],#buddypress .bb-media-model-inner .activity-list.bp-list .activity-item .activity-comments .ac-reply-content .ac-textarea .ac-input[contenteditable=true]{max-height:250px;overflow:auto} - -#bbpress-forums .bb-media-model-inner,#buddypress .bb-media-model-inner{border-radius:var(--bb-block-radius);background-color:transparent} - -#bbpress-forums .bb-media-model-inner .bb-media-section,#buddypress .bb-media-model-inner .bb-media-section{border-radius:var(--bb-block-radius) 0 0 var(--bb-block-radius)} - -#bbpress-forums .bb-media-model-inner .bb-media-info-section,#buddypress .bb-media-model-inner .bb-media-info-section{background-color:var(--bb-content-background-color);border-radius:0 var(--bb-block-radius) var(--bb-block-radius) 0} - -#bbpress-forums .bb-media-model-inner .activity-list.bp-list .activity-item,#buddypress .bb-media-model-inner .activity-list.bp-list .activity-item{margin-bottom:0;min-height:90vh}@media screen and (max-width:1024px){ - -#bbpress-forums .bb-media-model-inner .bb-media-info-section,#buddypress .bb-media-model-inner .bb-media-info-section{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)} - -#bbpress-forums .bb-media-model-inner .bb-media-section,#buddypress .bb-media-model-inner .bb-media-section{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}}@media screen and (max-width:1024px){ - -#buddypress .bb-document-theater .bb-media-model-inner .bb-media-info-section.document{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)}} - -#bbpress-forums .bb-media-model-container .activity-list.bp-list .activity-item,#buddypress .bb-media-model-container .activity-list.bp-list .activity-item{border-radius:0;border-left:0;border-top:0;border-right:0} - -.actvity-head-bar{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:20px 0} - -.actvity-head-bar .subnav-filters{margin:0 0 0 auto} - -.activity-list .activity-item .activity-inner p{margin-bottom:15px} - -.activity-list .activity-item .activity-inner p:last-child{margin-bottom:0} - -.activity-list .activity-item .activity-inner{position:relative} - -.activity-list .activity-item .activity-inner .activity-discussion-title-wrap a::before{content:"";position:absolute;left:0;right:0;top:0;bottom:0} - -.activity-list .activity-item .activity-inner .activity-inner-meta{padding:12px;border-top:1px solid var(--bb-content-border-color)} - -.activity-list .activity-item .activity-inner .activity-inner-meta .button::before{display:none} - -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down .comment-count,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down .text,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment .comment-count,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment .text,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square .comment-count,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square .text{margin-bottom:0;position:relative;padding-left:25px;font-weight:400;font-size:13px;color:var(--bb-alternate-text-color)} - -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down .comment-count::before,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down .text::before,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment .comment-count::before,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment .text::before,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square .comment-count::before,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square .text::before{font-size:18px;font-family:bb-icons;display:inline-block;position:absolute;left:0;top:50%;margin-top:-14px;line-height:1.6;color:var(--bb-primary-color)} - -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down:hover .comment-count,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down:hover .text,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment:hover .comment-count,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment:hover .text,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square:hover .comment-count,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square:hover .text{color:var(--bb-primary-color)} - -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down .text::before{content:"\e861";-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);font-family:bb-icons;font-weight:100} - -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square .comment-count{display:block} - -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square .comment-count::before{content:"\ee37"} - -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment .comment-count{display:block} - -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment .comment-count::before{content:"\e979"} - -.activity-list .activity-item .activity-inner blockquote:not(.wp-embedded-content){padding:12px;font-size:22px;letter-spacing:-.24px;line-height:30px;position:relative;margin:0 0 15px;background:#fafafa;border:1px solid var(--bb-content-border-color);border-radius:4px} - -.activity-list .activity-item .activity-inner blockquote:not(.wp-embedded-content)::before{content:"\ef02";font-family:bb-icons;font-style:normal;font-weight:400;display:block;text-align:center;font-variant:normal;color:#92949d;width:30px;height:30px;font-size:22px;line-height:30px;background:#e2e1e0;border-radius:100%;margin-bottom:10px} - -.activity-list .activity-item .activity-inner blockquote:not(.wp-embedded-content) p{font-size:20px} - -.activity-list .activity-item .activity-inner blockquote:not(.wp-embedded-content) p:last-child{margin-bottom:0} - -.activity-list .activity-item .activity-inner blockquote:not(.wp-embedded-content) em{font-size:14px;color:#fff;line-height:18px;display:block;margin-top:20px;font-style:normal} - -.activity-list .activity-item .activity-inner blockquote:not(.wp-embedded-content) a{color:var(--bb-alternate-text-color)} - -.activity-list .activity-item .activity-inner li>ol,.activity-list .activity-item .activity-inner li>ul{margin-bottom:0} - -.activity-list .activity-item .activity-inner>ol,.activity-list .activity-item .activity-inner>ul{margin:0 0 15px} - -.activity-list .activity-item .activity-inner>ol li,.activity-list .activity-item .activity-inner>ul li{list-style:decimal;margin:0 0 3px 16px;list-style-position:inside;padding:0} - -.activity-list .activity-item .activity-inner>ol li::before,.activity-list .activity-item .activity-inner>ul li::before{display:none} - -.activity-list .activity-item .activity-inner>ul li{list-style:disc} - -.activity-list .activity-item .activity-inner pre{white-space:pre-wrap} - -.activity-list .activity-item .activity-inner pre p{margin-bottom:0} - -#buddypress .activity-list .activity-item .activity-inner .activity-inner-meta a.button{border:none;padding:0;margin:0;min-height:auto;min-width:inherit} - -.activity-list .activity-content .fluid-width-video-wrapper{margin-top:5px;margin-bottom:15px} - -.activity-list .bb-video-wrapper,.bb-activity-media-wrap,.bb-activity-video-wrap,.video-activity-wrap{max-width:640px} - -.activity-list .activity-item .activity-header{color:var(--bb-body-text-color);font-size:14px;letter-spacing:-.24px;margin:0;width:auto} - -.activity-header a{font-size:14px;font-weight:500;letter-spacing:-.24px;color:var(--bb-headings-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} - -.activity-header a[href]:hover{color:var(--bb-primary-color)} - -.activity-header a[href=""]{pointer-events:none} - -.activity-header p:not([class]) a:first-child{font-weight:600} - -.activity-header p{margin:0} - -.activity-list .activity-item .activity-content .activity-header,.activity-list .activity-item .activity-content .comment-header{margin-bottom:15px} - -#buddypress .activity-list .activity-item .activity-header img.avatar,#buddypress .activity-lists .activity-item .activity-header img.avatar{margin-right:5px;margin-left:3px;position:relative;bottom:1px} - -#bbpress-forums a.view.activity-time-since,#buddypress a.view.activity-time-since{display:none} - -.activity-item-header .item p a img.avatar{border-radius:50%;margin-right:4px;position:relative;bottom:1px} - -.activity-date{color:var(--bb-alternate-text-color);font-size:12px} - -.activity-list .activity-item .bp-generic-meta.action{border:0;background:0 0;padding:0} - -body #bbpress-forums .bp-list.bp-list .bp-generic-meta .generic-button,body #buddypress .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel,body #buddypress .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment,body #buddypress .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save,body #buddypress .bp-list.bp-list .bp-generic-meta .generic-button{margin-bottom:5px;margin-right:15px} - -body .activity-list .bp-generic-meta #ai_ar_main{margin-bottom:5px;position:static!important} - -body .activity-list .bp-generic-meta #ai_ar_main .main_smiley_div{left:0;right:inherit} - -#bbpress-forums .activity-list .action.bp-generic-meta .button,#buddypress .activity-list .action.bp-generic-meta .button,#buddypress .activity-list .action.bp-generic-meta .open-close-activity,#buddypress .activity-lists .action.bp-generic-meta .button,#buddypress .activity-lists .action.bp-generic-meta .open-close-activity{background:0 0;border:0;color:var(--bb-primary-color);margin:0;min-width:10px;min-height:1px;padding:0;-webkit-transition-property:none!important;transition-property:none!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;-webkit-animation:none!important;animation:none!important} - -#bbpress-forums .activity-list .action.bp-generic-meta .button:hover,#bbpress-forums .activity-list .action.bp-generic-meta .button:hover span,#buddypress .activity-list .action.bp-generic-meta .button:hover,#buddypress .activity-list .action.bp-generic-meta .button:hover span,#buddypress .activity-list .action.bp-generic-meta .open-close-activity:hover,#buddypress .activity-list .action.bp-generic-meta .open-close-activity:hover span,#buddypress .activity-lists .action.bp-generic-meta .button:hover,#buddypress .activity-lists .action.bp-generic-meta .button:hover span,#buddypress .activity-lists .action.bp-generic-meta .open-close-activity:hover,#buddypress .activity-lists .action.bp-generic-meta .open-close-activity:hover span{background:0 0;border:0;box-shadow:none;color:var(--bb-primary-color)} - -#bbpress-forums .activity-list .action.bp-generic-meta .button,#buddypress .activity-lists .action.bp-generic-meta .button{color:var(--bb-primary-color)} - -.activity-list .activity-item .bp-generic-meta.action .unfav .like-count,.activity-list .activity-item .bp-generic-meta.action .unfav::before{color:var(--bb-primary-color)} - -.activity-list .activity-item .bp-generic-meta.action .unfav:hover::before{color:var(--bb-primary-color)} - -.activity-state{color:var(--bb-alternate-text-color);font-size:13px;margin-bottom:5px} - -.activity-list .activity-item .bp-generic-meta.action .acomment-reply.button::before,.activity-list .activity-item .bp-generic-meta.action .delete-activity::before,.activity-list .activity-item .bp-generic-meta.action .edit-activity::before,.activity-list .activity-item .bp-generic-meta.action .fav::before,.activity-list .activity-item .bp-generic-meta.action .open-close-activity::before,.activity-list .activity-item .bp-generic-meta.action .spam-activity::before,.activity-list .activity-item .bp-generic-meta.action .unfav::before,.activity-list .activity-item .bp-generic-meta.action .view.button::before{display:inline-block;text-rendering:auto;font-size:22px;min-width:22px;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align:middle} - -.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-circle .comment-count::before,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-circle .comment-count:hover,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-circle .text:hover,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-chat .comment-count::before,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-chat .comment-count:hover,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-chat .comment-count:hover::before,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-chat .text::before,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-chat .text:hover,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-chat .text:hover::before,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-discussion .comment-count:hover,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-discussion .text::before,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-discussion .text:hover,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-discussion .text:hover::before,.activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity:hover::before,.activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity_cancel:hover::before,.activity-list .activity-item .bp-generic-meta.action .open-close-activity:hover::before{color:var(--bb-primary-color)} - -.activity-list .activity-item .bp-generic-meta.action .unfav::before{font-weight:300} - -.activity-list .activity-item .bp-generic-meta.action .fav::before,.activity-list .activity-item .bp-generic-meta.action .unfav::before,.activity-list .activity-item .bp-generic-meta.action .view.button::before{position:relative;top:-1px} - -.activity-list .activity-item .bp-generic-meta.action .delete-activity::before{position:relative;top:-1px;font-size:19px} - -.activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity_cancel::before{content:"\e828";position:relative;top:-1px;font-size:21px;min-width:22px;font-family:bb-icons;color:var(--bb-primary-color)} - -.activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity::before{content:"\ee5a";position:relative;top:-1px;font-size:15px;min-width:22px;font-family:bb-icons;display:inline-block;color:var(--bb-primary-color)} - -.activity-list .activity-item .bp-generic-meta.action .edit-activity::before{position:relative;top:-1px;font-size:17px} - -.activity-list .activity-item .bp-generic-meta.action .spam-activity::before{font-size:16px;position:relative;top:-2px} - -.activity-list .activity-item .bp-generic-meta.action .open-close-activity::before{content:"\eecc";font-family:bb-icons;font-size:15px;position:relative;top:-2px;color:var(--bb-primary-color);min-width:20px;margin-right:3px} - -.activity-list .activity-item .bp-generic-meta.action .open-close-activity.bplua-open-activity::before{font-family:bb-icons;content:"\eecf"} - -div#buddypress .activity-read-more a{font-size:inherit;border:0;padding:0} - -#buddypress .activity-list .activity-item .bp-generic-meta.action .open-close-activity,#buddypress .activity-lists .activity-item .bp-generic-meta.action .open-close-activity{margin:0 15px 5px 0!important;box-shadow:none;line-height:32px!important} - -#buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity,#buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity_cancel,#buddypress .activity-list .activity-item .bp-generic-meta.action .open-close-activity,#buddypress .activity-lists .activity-item .bp-generic-meta.action .open-close-activity,.activity-list .activity-item .bp-generic-meta.action .button span:not(.bp-screen-reader-text){font-size:13px;font-weight:400;color:var(--bb-alternate-text-color);letter-spacing:-.24px;line-height:1;margin-left:2px;-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto} - -#buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity:active,#buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity:focus,#buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity_cancel:active,#buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity_cancel:focus,#buddypress .activity-list .activity-item .bp-generic-meta.action .open-close-activity:active,#buddypress .activity-list .activity-item .bp-generic-meta.action .open-close-activity:focus,#buddypress .activity-lists .activity-item .bp-generic-meta.action .open-close-activity:active,#buddypress .activity-lists .activity-item .bp-generic-meta.action .open-close-activity:focus,.activity-list .activity-item .bp-generic-meta.action .button span:not(.bp-screen-reader-text):active,.activity-list .activity-item .bp-generic-meta.action .button span:not(.bp-screen-reader-text):focus{box-shadow:none} - -.bb-document-theater .bb-media-section.bb-media-no-preview .img-section>i{color:var(--bb-alternate-text-color)} - -.bb-document-theater .bb-media-section.bb-media-no-preview .img-section a.download-button{color:var(--bb-primary-color)} - -.bb-document-theater .bb-media-section.bb-media-no-preview .img-section a.download-button:hover{color:var(--bb-primary-color)} - -.bb-document-theater .bb-media-section .document-preview h3{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0} - -.bb-document-theater .bb-media-section .img-section{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius) 0 0 var(--bb-block-radius)} - -.bb-document-theater .bb-media-section .img-section img>.download-button,.bb-document-theater .bb-media-section .img-section img>.download-button:hover{color:var(--bb-primary-color)}@media screen and (max-width:1024px){ - -.bb-document-theater .bb-media-section .img-section{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}} - -.bb-document-theater .bb-media-info-section.document{background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color)} - -.bb-document-theater .bb-media-section.bb-media-no-preview{background-color:var(--bb-content-background-color)} - -.bb-document-theater .bb-media-section.bb-media-no-preview .img-section a.download-button{color:var(--bb-primary-color)} - -#buddypress .bb-document-theater ul.bp-list.loading,#buddypress .media-theatre ul.bp-list.loading,#buddypress .video-theatre ul.bp-list.loading{background-color:var(--bb-content-background-color)} - -.activity-list .bb-activity-more-options-wrap .bb-activity-more-options-action i{color:var(--bb-alternate-text-color)} - -.buddypress .buddypress-wrap .activity-state a{color:var(--bb-alternate-text-color);background-color:transparent} - -#bbpress-forums .bb-media-model-container .activity-list.bp-list .download-document,#buddypress .bb-media-model-wrapper.document-theatre .activity-list.bp-list .download-document,#buddypress .bb-media-model-wrapper.media-theatre .activity-list.bp-list .download-media,#buddypress.bb-media-model-wrapper.document-theatre .activity-list.bp-list .download-document,#buddypress.bb-media-model-wrapper.media-theatre .activity-list.bp-list .download-media{border-color:var(--bb-content-border-color)} - -.bb-media-model-inner{background-color:var(--bb-content-background-color)} - -#buddypress .bb-media-model-wrapper.document-theatre .activity-list.bp-list .download-document,#buddypress .bb-media-model-wrapper.media-theatre .activity-list.bp-list .download-media,#buddypress.bb-media-model-wrapper.document-theatre .activity-list.bp-list .download-document,#buddypress.bb-media-model-wrapper.media-theatre .activity-list.bp-list .download-media{background-color:var(--bb-content-background-color)} - -#buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity,#buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity_cancel{margin-bottom:2px} - -#buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity_cancel{margin-right:15px} - -.bp-activity-head{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:15px} - -.activity-header{-webkit-box-flex:1;-ms-flex:1;flex:1} - -.activity-list.item-list .activity-item .activity-avatar{margin:0 15px 0 0;width:auto;-webkit-box-flex:0;-ms-flex:0 0 36px;flex:0 0 36px} - -.activity-list .activity-item div.item-avatar img,.activity-list .activity-item.mini .activity-avatar img.FB_profile_pic,.activity-list .activity-item.mini .activity-avatar img.avatar{max-width:36px} - -.buddypress-wrap .activity-comments ul{margin-top:15px;margin-bottom:2px} - -.buddypress-wrap .activity-comments>.ac-form{padding-top:15px}@media screen and (min-width:46.8em){ - -.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) .actvity-head-bar nav{margin-bottom:0} - -.buddypress-wrap .activity-inner{font-size:14px}} - -.buddypress-wrap .activity-comments{margin:0;overflow:visible} - -.buddypress-wrap .activity-comments form{background:var(--bb-content-alternate-background-color);margin:0 -15px;padding:15px} - -.buddypress-wrap .activity-comments>ul{background:var(--bb-content-alternate-background-color);margin:0 -15px;padding:15px 15px 0;border-top:1px solid #eef0f3;border-radius:0 0 4px 4px} - -.buddypress-wrap .activity-comments>form:first-child{border-top:1px solid #eef0f3} - -.activity-list .activity-item.has-comments{padding-bottom:0} - -.buddypress-wrap .activity-comments form{padding-top:0} - -.buddypress-wrap .activity-comments li form.ac-form{padding-top:15px;padding-bottom:0} - -form.ac-form .ac-reply-content{padding-left:0} - -.activity-comments li form.ac-form{margin-right:0} - -.activity-list .activity-item,.buddypress-wrap .activity-comments ul li{padding:0} - -#buddypress button.ac-reply-cancel{background:0 0;box-shadow:none;border:0;font-size:14px;color:var(--bb-alternate-text-color);font-weight:500;margin:0;padding:0 10px;width:auto} - -.buddypress-wrap .activity-comments .acomment-content{border-left:0;margin:0 0 0 51px;padding:0;overflow:hidden} - -.buddypress-wrap .activity-comments .acomment-content .bb-activity-media-elem .entry-img img{width:100%} - -.buddypress-wrap .activity-comments ul ul .acomment-content,body #buddypress .bp-list .comment-item .comment-item .action{margin-left:43px} - -.buddypress-wrap .activity-comments ul ul .acomment-content{margin-bottom:5px} - -.buddypress-wrap .activity-comments .acomment-meta{padding-left:0;color:inherit} - -.activity-comments-items li{position:relative} - -.activity-comments-items .item-title p{margin-bottom:10px;margin-top:10px} - -.activity-comments-items .bs-item-wrap .item{-webkit-box-flex:1;-ms-flex:1;flex:1} - -.activity-comments-items .item-title .video-container{display:block;margin-top:10px;margin-bottom:10px;border-radius:0} - -.activity-comments-items:not(.depth1){padding-bottom:0} - -.bs-activity-wrap.bb-media-info-section .activity-comments-items{max-height:100%;overflow-x:initial;overflow-y:initial}@media screen and (max-width:544px){ - -.activity-update-form #activity-post-form-privacy{margin-top:10px}} - -.activity-type .gif-photo-type{font-size:13px;position:absolute;z-index:9;cursor:pointer;left:10px;bottom:10px;background-color:#000;padding:2px 10px;color:#fff;border-radius:5px;font-weight:lighter} - -.activity-type .gif-photo-source{position:absolute;z-index:9;cursor:pointer;bottom:-30px;font-size:14px;color:#767676} - -.buddypress-wrap .activity-comments .bp-feedback{padding:5px 10px;font-size:13px} - -.buddypress-wrap .activity-comments .bp-feedback.error{background-color:var(--bb-danger-color);color:#fff;border:0;margin-top:20px} - -body #buddypress .bp-list .activity-comments .action{line-height:1;margin-left:51px} - -.activity-list.item-list .activity-item .activity-comments img.avatar{max-width:36px;width:100%;height:auto} - -.activity-list.item-list .activity-item .activity-comments>ul ul li img.avatar{max-width:28px} - -.activity-list .activity-item div.item-avatar{margin:0 15px 0 0} - -.buddypress-wrap .activity-comments .show-all button:hover{color:inherit;text-decoration:none} - -form.ac-form .ac-reply-content .ac-textarea textarea,form.ac-form .ac-reply-content .ac-textarea textarea:focus{box-shadow:none;border-color:#eef0f3;resize:none;background:#fff;height:36px;padding:5px 10px} - -#buddypress .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel,#buddypress .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment,#buddypress .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save,#buddypress .bp-list .activity-comments .bp-generic-meta .generic-button a{background:0 0;padding:0;color:#939597;border:0;font-size:12px;line-height:1;margin:0;min-height:10px} - -#buddypress .activity-list .activity-item .comment-item .activity-meta.action .buddyboss_edit_activity_cancel{font-weight:500} - -.buddypress-wrap .activity-comments .acomment-content p{margin-bottom:0} - -.buddypress-wrap .activity-comments .show-all button{box-shadow:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;text-decoration:none;padding:0;margin-bottom:15px} - -.buddypress-wrap .activity-comments .show-all button .icon{margin-right:6px} - -.buddypress-wrap .activity-comments .show-all button .text-button{color:#939597} - -.buddypress-wrap .activity-comments .show-all button .text-button:hover{color:var(--bb-primary-color)} - -.buddypress-wrap .activity-comments ul li{border-top:0;margin:0;padding-bottom:15px} - -.buddypress-wrap .activity-comments .acomment-content p,.buddypress-wrap .activity-comments .acomment-meta{font-size:13px} - -.acomment-meta .author-name{color:var(--bb-headings-color);font-weight:600} - -.acomment-meta .activity-time-since{color:var(--bb-alternate-text-color);font-size:12px} - -form.ac-form .ac-reply-content .ac-textarea{padding:0 10px} - -#buddypress form.ac-form .ac-reply-content input[type=submit]{padding:7px 20px;height:auto;min-height:10px;line-height:1;font-size:14px;font-weight:500;margin:0 0 0 10px} - -.acomment-content iframe{margin-top:15px;margin-bottom:5px} - -.buddypress-wrap .activity-comments ul li ul{margin-bottom:0;margin-top:0} - -.buddypress-wrap .activity-comments ul li ul li{margin-bottom:0;padding-bottom:0} - -.buddypress-wrap .activity-comments ul li ul li:first-child{margin-top:15px} - -ul.activity-list.item-list.bp-list{margin-bottom:0} - -#buddypress ul.item-list .activity-header img.avatar{margin-right:6px;margin-left:4px} - -.activity-list .activity-item .activity-header .time-since{font-size:12px;color:var(--bb-alternate-text-color);text-decoration:none} - -.activity-list .activity-item .activity-header .time-since:hover{text-decoration:none} - -.activity-list .activity-item .activity-header .activity-time-since::before{color:var(--bb-alternate-text-color)} - -.activity-list .activity-item .activity-content .activity-inner{background:0 0;margin:0 0 12px;overflow:hidden;padding:0} - -.activity-list .activity-item .activity-content .activity-inner iframe{margin-top:10px;border-radius:var(--bb-block-radius-inner)} - -.activity-list .activity-item .activity-content .activity-inner,.activity-list li.bbp_reply_create .activity-content .activity-inner,.activity-list li.bbp_topic_create .activity-content .activity-inner,.activity-list li.blogs .activity-content .activity-inner{border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner)} - -.activity-list .activity-item .activity-content .activity-inner iframe[style="border-radius: 12px"]{border-radius:var(--bb-block-radius-inner)!important} - -.activity-list li.bbp_reply_create .activity-content .activity-inner .activity-discussion-title-wrap,.activity-list li.bbp_reply_create .bb-content-inr-wrap,.activity-list li.bbp_topic_create .activity-content .activity-inner .activity-discussion-title-wrap,.activity-list li.bbp_topic_create .bb-content-inr-wrap{background-color:var(--bb-content-background-color)} - -.activity-list li.bbp_reply_create .activity-content .activity-inner .activity-discussion-title-wrap,.activity-list li.bbp_topic_create .activity-content .activity-inner .activity-discussion-title-wrap{border-radius:var(--bb-block-radius-inner)} - -.activity-list li .bb-content-inr-wrap iframe{z-index:2} - -.activity-list li.bbp_reply_create .activity-content .activity-inner .activity-discussion-title-wrap,.activity-list li.bbp_reply_create .activity-content .activity-inner .bb-post-title,.activity-list li.bbp_reply_create .bp-activity-head .bb-post-singular,.activity-list li.bbp_topic_create .activity-content .activity-inner .bb-post-title,.activity-list li.bbp_topic_create .bp-activity-head .bb-post-singular,.activity-list li.blogs .bp-activity-head .bb-post-singular{color:var(--bb-headings-color)} - -.activity-list li.bbp_topic_create .activity-content .activity-inner .activity-discussion-title-wrap{color:var(--bb-headings-color)} - -.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-media-wrap .bb-open-media-theatre,.activity-list li.blogs .activity-content .activity-inner .bb-post-img-link{background-color:var(--bb-cover-image-background-color)} - -.activity-header .activity-time-since::before{display:block;content:""}@media screen and (min-width:46.8em){ - -.buddypress-wrap .activity-header,.buddypress-wrap .activity-inner{font-size:14px}} - -body.activity-permalink #activity-stream{margin-top:0;padding-top:0} - -body.activity-permalink ul.activity-list{margin-top:0} - -body.activity-permalink .bp-messages{margin-bottom:20px} - -body.activity-permalink .activity-list .activity-comments{margin-bottom:0} - -#buddypress .activity-list.item-list.bp-list>li.load-newest,#buddypress .activity-lists.item-list.bp-list>li.load-newest{padding-bottom:15px} - -body.activity-permalink .activity-comments>ul{padding:15px}@media screen and (min-width:46.8em){ - -body.activity-permalink .activity-list .activity-avatar{left:0;top:0}} - -.activity-comments-items .item-title{word-break:break-word} - -.buddypress-wrap .activity-comments .show-all button:focus,.buddypress-wrap .activity-comments .show-all button:hover{color:inherit} - -.activity-form:not(.focus-in) .medium-editor-element,.activity-form:not(.focus-in) .medium-editor-placeholder{background-color:transparent} - -.activity-form:not(.focus-in) .whats-new-form-header{border-radius:4px 4px 0 0;-webkit-transition:background-color .5s;transition:background-color .5s} - -.activity-form:not(.focus-in):hover .whats-new-form-header{background-color:var(--bb-content-alternate-background-color)}@media screen and (min-width:46.8em){ - -.activity.buddypress .bp-single-vert-nav .item-body{overflow:inherit} - -.activity-update-form #whats-new-content,.activity-update-form #whats-new-elements,.activity-update-form #whats-new-submit{margin-left:0}} - -.acomment-content .fluid-width-video-wrapper,.activity-inner .fluid-width-video-wrapper{margin:12px 0} - -.fluid-width-video-wrapper iframe{margin:0} - -.bs-activity-wrap{background:#fff;border:1px solid #eef0f3;border-radius:4px;margin-bottom:20px;font-size:14px;line-height:1.5;box-shadow:0 6px 24px 0 rgba(18,43,70,0)} - -#bs-activity-form-wrap.highlight .bs-activity-wrap{border:1px solid #d2d4d6;box-shadow:0 6px 24px 0 rgba(18,43,70,.08)} - -.bs-activity-wrap .inner-wrap .map-wrap img{width:100%;border-radius:4px} - -.bs-activity-wrap .inner-wrap .gif-wrap img{border-radius:4px} - -.bs-activity-wrap .inner-wrap .video-container{border-radius:4px;overflow:hidden;margin:0} - -.activity-type .dropzone .dz-preview{min-width:200px} - -.bb-dz-preview-wrap .dz-image{border-radius:4px;position:relative;overflow:hidden;padding-top:100%;display:block} - -.bb-dz-preview-wrap .dz-image img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:0;min-height:100%;height:auto!important;width:auto!important;min-width:100%;object-fit:cover!important;cursor:move} - -.bs-update.bs-activity-wrap .inner-wrap{margin-top:15px;margin-bottom:15px} - -.bs-activity-wrap.bb-media-info-section{margin:0} - -.loading.bs-activity-wrap:not(.bs-update){padding:0 15px} - -.bb-activity-author{margin-right:3px} - -.bb-activity-author+p{display:inline} - -.bb-mini-profile-card-area+p{display:inline} - -div#buddypress .activity-read-more{margin-left:0} - -div#buddypress .activity-read-more a{font-size:inherit;border:0} - -div#buddypress .activity-read-more a:hover{background:0 0} - -.wp-embedded-content+.video-container{height:auto;padding-bottom:0} - -.wp-embedded-content+.video-container iframe{position:static} - -iframe.wp-embedded-content{max-width:100%;width:100%} - -.activity-item-header{border-radius:4px 4px 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:61px;margin-bottom:5px;padding:12px 0} - -.bs-update .activity-item-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.activity-item-header .item-avatar{margin-right:12px;padding-top:3px;position:relative} - -.activity-item-header .item-avatar .avatar:not(.profile-avatar){border-radius:50%;max-width:36px} - -.activity-item-header .item{line-height:21px} - -.activity-item-header .item p{margin-bottom:0;color:#7f868f} - -.activity-item-header .item p a{color:var(--bb-headings-color)} - -.activity-item-header .item p a:hover{color:var(--bb-primary-color);text-decoration:none} - -.activity-item-header .item p a img.avatar{border-radius:50%;margin-right:4px;position:relative;bottom:1px} - -.activity-item-header .item p a.activity-time-since{display:none} - -.activity-item-header .bs-dropdown::after{right:19px} - -#buddypress .activity-item-header .item p a.activity-time-since:hover{text-decoration:none} - -.bs-update .activity-item-header{background-color:var(--bb-content-alternate-background-color);border-bottom:1px solid #eef0f3;padding:12px 15px} - -.activity-item-header .item-title{font-size:14px;letter-spacing:-.24px;color:#939597;position:relative} - -.activity-item-header .item-title img{position:relative;bottom:1px} - -.gif-holder .loading-icon{max-width:80px} - -.activity-item-header .item-title a{font-size:14px;letter-spacing:-.24px;color:var(--bb-headings-color);display:inline} - -.activity-item-header .item-title a:hover{color:var(--bb-primary-color)} - -.activity-item-header .item-meta{font-size:12px} - -.activity-date{color:var(--bb-alternate-text-color)} - -a.activity-date:hover{color:var(--bb-headings-color)} - -.activity-item-body .inner-wrap.act-photo{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 -6px;-ms-flex-wrap:wrap;flex-wrap:wrap} - -.activity-body-photo a 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} - -.activity-item-footer{padding:15px 0} - -.activity-item-footer input{width:100%} - -span.gif-photo-source{display:none} - -.activity-item-footer a.bb-comment-ico .bb-icon-comment,.activity-item-footer a.bb-like-wrap .bb-icon-like{color:rgba(18,43,70,.4);font-size:24px;-webkit-transition:all linear .2s;transition:all linear .2s} - -.activity-item-footer a.bb-like-wrap.bb-favorite .bb-icon-like{color:#122b46} - -.activity-item-footer a.bb-comment-ico{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto 0 25px} - -.activity-item-footer a.bb-comment-ico i.bb-icon-comment:hover,.activity-item-footer a.bb-like-wrap i.bb-icon-like:hover{color:rgba(18,43,70,.8)} - -.activity-item-footer .comment-count,.activity-item-footer .like-count{color:#7f868f} - -.bs-activity-wrap .bs-dropdown-link{color:rgba(18,43,70,.4);-webkit-transition:all linear .2s;transition:all linear .2s;font-size:20px;opacity:.4} - -.bs-activity-wrap .bs-dropdown-link:hover{color:rgba(18,43,70,.8)} - -span.gif-photo-type{display:none} - -.bs-activity-wrap .bs-dropdown{right:-12px} - -.bs-activity-wrap .bs-dropdown#activity-actionlist-location{padding:10px} - -.bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart{border:0} - -.bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart .emoji-mart-anchors .emoji-mart-anchor{color:rgba(18,43,70,.3);cursor:pointer} - -.bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart .emoji-mart-anchors .emoji-mart-anchor:hover{color:rgba(18,43,70,.8)} - -.bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart .emoji-mart-anchors .emoji-mart-anchor-selected{color:rgba(18,43,70,.8)!important} - -.bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart .emoji-mart-anchors .emoji-mart-anchor-selected .emoji-mart-anchor-bar{background-color:rgba(18,43,70,.8)!important} - -.bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart-search{margin-bottom:6px} - -.bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart-search input{height:35px;font-size:14px;padding:.1em .9em} - -.bs-activity-wrap .bs-dropdown::after{right:22px} - -.bb-media-model-container .activity-comments-items li:nth-child(n+4) .bs-emoji-dropdown,.bb-media-model-container .add-comment-wrap.bb-emoji-up .bs-emoji-dropdown{bottom:40px;top:auto;right:-5px;left:auto} - -.bb-media-model-container .activity-comments-items li:nth-child(n+4) .bs-emoji-dropdown::after,.bb-media-model-container .add-comment-wrap.bb-emoji-up .bs-emoji-dropdown::after{right:-2px;bottom:-10px;top:auto;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)} - -.bb-media-model-container .bs-item-wrap:last-child .bs-dropdown{top:auto;bottom:25px} - -.bb-media-model-container .bs-item-wrap:last-child .bs-dropdown::after{right:-2px;bottom:-10px;top:auto;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)} - -.bs-activity-comments{background-color:var(--bb-content-alternate-background-color);border-top:1px solid #eef0f3;margin:0 -15px} - -.activity-comments-items .bs-activity-comments{border-top:0;margin-top:10px} - -.bs-activity-ctrl{border-top:1px solid #eef0f3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 15px;-ms-flex-flow:row wrap;flex-flow:row wrap} - -.bs-activity-ctrl>div{margin-top:10px;margin-bottom:10px} - -#buddypress h6.list-comments-heading{padding:15px 20px 5px;margin-bottom:0;font-size:13px;color:#939597;font-weight:400;letter-spacing:0;line-height:1} - -#buddypress h6.list-comments-heading a{color:inherit} - -#buddypress h6.list-comments-heading a:hover{color:var(--bb-primary-color)} - -.activity-comments-items .bs-item-wrap .item-avatar{margin-right:12px} - -.activity-comments-items .bs-item-wrap .item-avatar .avatar:not(.profile-avatar){border-radius:50%;max-width:36px} - -.activity-comments-items:not(.depth1) .bs-item-wrap .item-avatar .avatar:not(.profile-avatar){max-width:28px} - -.bb-media-comments-wrapper:not(.depth1){padding-left:48px} - -.bb-media-comments-wrapper.depth3{padding-left:42px} - -.bb-media-comments-wrapper.depth4{padding-left:40px} - -.activity-comments-items>li>.bb-media-comments-wrapper.depth1{padding-left:50px} - -.bb-mini-profile-card-area:empty{display:none} - -.add-comment-wrap{background-color:var(--bb-content-alternate-background-color);border-top:1px solid #eef0f3;display:-webkit-box;display:-ms-flexbox;display:flex;padding:12px 15px;border-radius:0 0 4px 4px} - -.add-comment-wrap .item-avatar{margin-right:12px} - -.add-comment-wrap .avatar:not(.profile-avatar){max-width:36px} - -.add-comment-wrap .add-comment{width:100%;background:0 0;border-radius:4px} - -.add-comment-wrap .add-comment:hover{background:#fff} - -.bb-activity-info-inner-wrap{font-size:14px;letter-spacing:-.24px;line-height:22px;padding:0 15px} - -.bs-activity-comments:empty{display:none} - -.bb-media-model-wrapper.bb-internal-model .bb-activity-info-inner-wrap{max-height:-webkit-calc(100% - 61px);max-height:calc(100% - 61px);overflow:auto} - -.activity-item-footer .like-count{margin-left:7px} - -.activity-item-footer .comment-count{margin-left:10px} - -.activity-comment-field{margin-right:auto} - -.activity-comment-field{width:100%} - -.activity-comment-field textarea.bs-comment-textarea{width:100%;padding:5px 12px;height:2.417em;border-color:transparent;background-color:transparent;resize:none;font-size:13px;color:var(--bb-body-text-color);letter-spacing:-.22px;line-height:1.307} - -.activity-comment-field textarea.bs-comment-textarea:focus{border-color:transparent;background-color:transparent} - -.bs-activity-comments .add-comment .bs-generic-button{position:relative} - -.bs-activity-comments .add-comment .bs-generic-button a{color:rgba(18,43,70,.4);-webkit-transition:all linear .2s;transition:all linear .2s;font-size:20px} - -.bs-activity-comments .add-comment .bs-generic-button a:hover{color:rgba(18,43,70,.8)} - -.bs-activity-comments .add-comment .bs-generic-button i{font-size:20px} - -.bs-item-list.activity-comments-items.list-view .bs-item-wrap:first-child,.bs-item-list.activity-comments-items.list-view .bs-item-wrap:last-child{border-radius:0} - -.bs-item-list.activity-comments-items.list-view .bs-item-wrap{border:0;background-color:transparent} - -.bs-item-list.activity-comments-items.list-view .bs-item-wrap:hover{box-shadow:0 3px 24px 0 rgba(18,43,70,.08);border-radius:3px;position:relative;z-index:1} - -.bs-item-list.activity-comments-items.list-view .bs-item-wrap .item-expand .bs-dropdown{right:7px;top:45px} - -.bs-item-list.activity-comments-items.list-view .bs-item-wrap ul.activity-comments-items{width:100%;padding-top:10px} - -.bs-item-list.activity-comments-items.list-view .bs-item-wrap ul.activity-comments-items li{padding-right:0} - -.bs-item-list.activity-comments-items.list-view .bs-item-wrap ul.activity-comments-items li:hover{box-shadow:none;border-radius:0} - -.bs-item-list.activity-comments-items.list-view .bs-item-wrap ul.activity-comments-items li:last-of-type{padding-bottom:0} - -.bs-item-list.activity-comments-items.list-view .bs-item-wrap ul.activity-comments-items li .item-expand .bs-dropdown{right:-15px} - -.bs-item-list.activity-comments-items.list-view .bs-item-wrap .item{line-height:24px} - -.bs-item-list.activity-comments-items.list-view .bs-item-wrap .add-comment-wrap{padding-right:0} - -.list-comments-wrap>.bs-item-list.activity-comments-items.list-view{border-bottom:1px solid #eef0f3} - -.bs-item-list.activity-comments-items.list-view.depth1 li.bs-item-wrap.hide_comment{display:none} - -.item-wrap-stretch{display:-webkit-box;display:-ms-flexbox;display:flex;min-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.activity-comments-items .bs-item-wrap .item-expand{margin-left:20px;position:relative} - -.activity-comments-items .bs-item-wrap a.expand-comment{color:rgba(18,43,70,.4);-webkit-transition:all linear .2s;transition:all linear .2s;font-size:14px;opacity:1} - -.activity-comments-items .bs-item-wrap a.expand-comment .bb-icon-angle-down{font-size:22px;position:relative;top:-5px} - -.activity-comments-items .bs-item-wrap a.expand-comment:hover{color:rgba(18,43,70,.8)} - -.activity-comments-items .item,.activity-comments-items .item-title a,.bs-item-list.activity-comments-items.list-view .item-meta{font-size:14px} - -.activity-comments-items .activity-comment-text{color:#7f868f} - -.bs-item-list.activity-comments-items.list-view .item-meta{margin:5px 0 0;font-size:12px} - -.bs-item-list.activity-comments-items.list-view .item-meta a{color:#7f868f} - -.bs-item-list.activity-comments-items.list-view .item-meta a:hover{color:var(--bb-primary-color)} - -.activity-comments-items .item-expand .bs-dropdown{top:28px} - -.inner-wrap.act-poll{margin-left:70px} - -.inner-wrap.act-poll label{font-size:1rem;margin-bottom:20px;display:block} - -.poll-button{margin-right:20px} - -#buddypress .poll-button input[type=button],.poll-button input[type=button]{padding-right:40px;padding-left:40px} - -.bb-input-vote .count{color:#7f868f} - -.bb-input-vote{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:20px 0 0} - -.bb-shared-poll .poll-item{background:#fff;border-radius:4px;height:35px;line-height:35px;margin:10px 0;padding:0 15px;position:relative;z-index:1;overflow:hidden} - -.bb-shared-poll .poll-progress{display:inline-block;height:35px;background-color:var(--bb-content-border-color);position:absolute;top:0;left:0;z-index:2} - -.poll-data{position:relative;z-index:9} - -.poll-item i.bb-icon-check-small{margin:0 0 0 10px} - -.poll-item i.bb-icon-check-small::before{content:"\e876";width:22px;height:22px;line-height:22px;border:1px solid var(--bb-body-text-color);border-radius:50%;font-family:bb-icons} - -.bs-befriend .inner-wrap{text-align:center;color:#7f868f} - -.befriend-info{margin-bottom:5px} - -.befriend-info p{margin:0} - -.befriend-info a{color:var(--bb-headings-color)} - -.befriend-info img.avatar{max-width:30px;border-radius:50%;margin-right:6px} - -.befriend-date{font-size:12px;display:none} - -#buddypress .befriend-info a.activity-time-since{color:var(--bb-headings-color)} - -#buddypress .befriend-info a.activity-time-since:hover{color:var(--bb-primary-color);text-decoration:none} - -.befriend-info a:hover{color:var(--bb-primary-color)} - -.befriend-icon img{max-width:70px;display:block;margin:0 auto 15px} - -.bs-activity-wrap .post-info{letter-spacing:-.24px;line-height:1.357;word-wrap:break-word} - -.bs-activity-wrap .post-info p{margin-bottom:1rem} - -.bs-activity-wrap .post-info img{margin-top:1rem} - -.bs-activity-wrap.bb-poll .activity-item-body{padding-left:48px} - -.bs-activity-wrap.bb-poll .activity-item-body .inner-wrap{font-size:16px} - -.bb-poll-footer{margin-bottom:10px} - -.entry-content .bs-video-post .fluid-width-video-wrapper{margin-bottom:0;margin-top:0} - -.bs-activity-map .map-wrap img{width:100%} - -.post-link-container{border-radius:4px;border:1px solid #eef0f3;overflow:hidden;margin-bottom:20px;max-width:420px;position:relative;min-height:36px} - -.post-link-container .close-link{position:absolute;right:5px;top:5px} - -.post-link-container h4{font-size:15px;font-weight:500;letter-spacing:-.24px;line-height:1.21;margin:0 0 10px} - -.post-link-container .link-wrap{padding:7px 10px} - -.link-info{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:40px 20px;font-size:13px;color:#939597;letter-spacing:-.24px;line-height:1.38;-ms-flex-item-align:center;align-self:center} - -.link-img-holder{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:180px;min-height:208px} - -.link-img-holder a{display:block;width:100%;height:100%;background-size:cover;background-position:50% 50%;background-color:transparent;border-top-left-radius:4px;border-bottom-left-radius:4px;min-height:140px} - -.post-link-container .bb-icon-close-circle::before{color:var(--bb-alternate-text-color);font-size:1.5em;margin-top:5px} - -.activity-update-buttons{padding:0;margin-left:auto} - -a.cancel{font-size:14px;color:var(--bb-alternate-text-color);letter-spacing:-.24px;margin-right:15px} - -#buddypress .activity-post input[type=button]{padding-left:40px;padding-right:40px;font-size:14px} - -#buddypress .activity-post input.cancel[type=button]{background-color:#fff;border-color:#fff;color:#7f868f} - -textarea.activity-update{width:100%;min-height:85px;padding:0;border-color:#fff;font-size:1rem;font-weight:300;resize:none;border:0} - -label[for=whats-new-post-in]{font-size:14px;color:inherit;letter-spacing:-.24px;margin-right:5px} - -#whats-new-post-in{width:auto;font-size:13px} - -.bs-update .activity-item-body{padding:0 15px} - -.bs-update .activity-item-footer{padding:0 15px 15px} - -.bs-update .activity-item-footer a.activity-emoji-icon i,.bs-update .activity-item-footer a.activity-type-icon i{color:rgba(18,43,70,.4);font-size:24px;-webkit-transition:all linear .2s;transition:all linear .2s;padding:0 3px} - -.bs-update .activity-item-footer a.activity-emoji-icon i:hover,.bs-update .activity-item-footer a.activity-type-icon i:hover,.bs-update .activity-item-footer a.activity-type-icon.active i{color:rgba(18,43,70,.8)} - -.group-wrap{overflow:hidden} - -.activity-types>*{text-align:center;display:inline-block;margin-right:8px} - -.bs-activity-wrap.bs-activity-group .inner-wrap{margin-top:0;margin-bottom:0} - -.group-hero-image{padding-top:40.476%;border-top-left-radius:4px;border-top-right-radius:4px;position:relative;overflow:hidden} - -.group-hero-image 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} - -.group-icon{position:absolute;bottom:-60px;left:50px;z-index:5} - -.group-icon div#item-header-avatar{display:inline-block} - -.group-icon div#item-header-avatar img{max-width:160px} - -.group-meta{padding:25px 20px 25px 270px;border:1px solid #eef0f3;border-top:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px} - -.group-activity-members a{margin-left:-20px} - -.group-activity-members img.avatar{max-width:40px;border:2px solid #fff} - -.count-members{color:#7f868f;padding-left:10px} - -.type-case-photo ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;width:100%;font-size:0;margin:0 0 1rem} - -.type-case-photo ul li{position:relative;display:inline-block;width:-webkit-calc(33.333% - .5rem);width:calc(33.333% - .5rem);margin-bottom:.5rem} - -.type-case-photo ul li a img{position:absolute;top:0;height:100%;width:100%;object-fit:cover;border-radius:4px} - -.type-case-photo ul li::before{display:block;width:100%;padding-bottom:100%;content:" "} - -.type-tag-wrap{display:inline-block;margin-bottom:1rem;font-size:16px} - -.type-tag-wrap a i::before{color:rgba(18,43,70,.4);font-weight:700} - -.type-tag-wrap .bs-dropdown{top:-75px;right:inherit;left:0;opacity:1;visibility:visible;padding:10px;min-width:300px} - -.type-tag-wrap .bs-dropdown input[type=search]{width:100%;padding-left:2.5rem} - -.type-tag-wrap .bs-dropdown::after{top:unset;right:unset;left:50px;bottom:-12px;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)} - -.close-type-photo{font-size:24px;position:absolute;top:5px;right:5px;z-index:9;cursor:pointer} - -.close-type-photo i{color:#fd4343} - -.act-dropdown-wrap{position:relative} - -.act-dropdown{position:absolute;left:-15px;top:38px;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;padding:10px;-webkit-transition:all linear .2s;transition:all linear .2s;margin:0;min-width:400px;z-index:100} - -.act-dropdown::after{content:" ";position:absolute;width:0;height:0;top:1px;margin:0 auto;left:20px;box-sizing:border-box;border:6px 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);-webkit-transition:all linear .2s;transition:all linear .2s;z-index:101} - -.act-dropdown#activity-actionlist-gifsearch .gif-search-result{max-height:300px;overflow:auto;margin:10px 0} - -.act-dropdown input[type=search]{padding-left:2.5rem;width:100%}@media (max-width:544px){ - -.act-dropdown{min-width:250px}} - -a.activity-type-icon{position:relative} - -a.activity-type-icon.disabled{display:none} - -span.bs-dropdown-wrap.disabled{display:none} - -a.activity-type-icon.open-down::after{content:" ";position:absolute;width:0;height:0;top:37px;margin:0 auto;left:10px;box-sizing:border-box;border:6px 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);-webkit-transition:all linear .2s;transition:all linear .2s;z-index:101} - -.gif-holder ul{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 5px 0 0} - -.gif-holder ul li{width:-webkit-calc(100% * (1 / 3));width:calc(100% * (1 / 3));margin-bottom:4px;padding:0 2px} - -.gif-holder ul li img{width:100%} - -.bs-dropdown-model{display:none} - -.bs-dropdown-model.open{display:block} - -.bb-input-poll{max-width:400px} - -.bb-input-poll .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:6px 0} - -.bb-input-poll .item::before{content:"";background:var(--bb-content-alternate-background-color);border:1px solid #dedfe2;width:18px;height:18px;border-radius:50%;margin-right:10px;cursor:move} - -.bb-input-poll input{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:7px;font-size:14px;height:34px;max-width:343px} - -.bb-input-poll .bb-icon-close-circle{font-size:22px;color:#c4cad1;cursor:pointer;visibility:hidden;opacity:0;-webkit-transition:.2s all;transition:.2s all} - -.bb-input-poll .item:hover .bb-icon-close-circle{visibility:visible;opacity:1} - -.bb-input-poll .bb-sign{font-size:14px} - -#adds-poll-choice{padding:10px 26px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:12px;color:var(--bb-primary-color);letter-spacing:-.24px;font-weight:500;line-height:1} - -#adds-poll-choice a{cursor:pointer} - -.bb-input-poll .close-link{color:var(--bb-danger-color);margin-left:20px} - -.bb-input-poll .close-link .bb-sign{font-size:11px} - -.bb-activity-media-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -3px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative} - -.bb-activity-video-elem .video-js{border-radius:var(--bb-block-radius-inner)} - -.bb-activity-video-elem .video-js .vjs-poster,.bb-activity-video-elem .video-js video{border-radius:var(--bb-block-radius-inner)} - -.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap{background-color:var(--bb-content-alternate-background-color)} - -.acomment-content .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap{-webkit-filter:brightness(.94);filter:brightness(.94)} - -.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap::before{background-color:var(--bb-alternate-text-color)!important;color:var(--bb-content-alternate-background-color);opacity:.5} - -.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap:hover .bb-videos-length,.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap:hover .item-action-wrap>a i,.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap:hover::before{opacity:1} - -.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap::after{display:none} - -.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap img{opacity:0} - -.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap .bb-video-duration{background-color:transparent;color:var(--bb-alternate-text-color);opacity:1} - -.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap .bb-videos-length{background-color:transparent;color:var(--bb-alternate-text-color);opacity:.6} - -.bb-activity-video-elem.has-no-thumbnail .video-js:not(.vjs-has-started).vjs-paused{background-color:transparent} - -.bb-activity-video-elem.has-no-thumbnail .video-js:not(.vjs-has-started).vjs-paused video{opacity:0} - -.bb-activity-video-elem.has-no-thumbnail .video-js:not(.vjs-has-started).vjs-paused .vjs-big-play-button{background-color:var(--bb-alternate-text-color)!important;opacity:.5!important} - -.bb-activity-video-elem.has-no-thumbnail .video-js:not(.vjs-has-started).vjs-paused .vjs-big-play-button::before{color:var(--bb-content-alternate-background-color)} - -.bb-activity-video-elem.has-no-thumbnail .video-js:not(.vjs-has-started).vjs-paused:hover .vjs-big-play-button{opacity:1!important} - -.bb-activity-video-elem.has-no-thumbnail .video-js:not(.vjs-has-started).vjs-paused::after{display:none} - -.bb-activity-video-elem.has-no-thumbnail .vjs-poster{background-color:var(--bb-content-alternate-background-color)} - -.bb-activity-video-elem.has-no-thumbnail .bb-video-duration{background-color:var(--bb-alternate-text-color);color:#fff;opacity:.8} - -.bb-activity-video-elem.has-no-thumbnail:hover .item-action-wrap>a i{opacity:1} - -.bb-activity-video-elem.has-no-thumbnail .item-action-wrap>a{background-color:transparent!important} - -.bb-activity-video-elem.has-no-thumbnail .item-action-wrap>a i{color:var(--bb-alternate-text-color);font-size:18px} - -#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap,.bb-video-thumb.has-no-thumbnail .bb-video-cover-wrap{background-color:var(--bb-content-alternate-background-color);-webkit-filter:brightness(.94);filter:brightness(.94)} - -#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap::before,.bb-video-thumb.has-no-thumbnail .bb-video-cover-wrap::before{background-color:var(--bb-alternate-text-color)!important;color:var(--bb-content-alternate-background-color);opacity:.5} - -#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap:hover::before,.bb-video-thumb.has-no-thumbnail .bb-video-cover-wrap:hover::before{opacity:1} - -#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap::after,.bb-video-thumb.has-no-thumbnail .bb-video-cover-wrap::after{display:none} - -#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap img,.bb-video-thumb.has-no-thumbnail .bb-video-cover-wrap img{opacity:0} - -#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .item-action-wrap>a,.bb-video-thumb.has-no-thumbnail .item-action-wrap>a{background-color:transparent!important} - -#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .item-action-wrap>a i,.bb-video-thumb.has-no-thumbnail .item-action-wrap>a i{color:var(--bb-alternate-text-color)!important;opacity:1!important} - -#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail:hover .bb-videos-length,#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail:hover .item-action-wrap>a i,.bb-video-thumb.has-no-thumbnail:hover .bb-videos-length,.bb-video-thumb.has-no-thumbnail:hover .item-action-wrap>a i{opacity:1} - -#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-video-duration,.bb-video-thumb.has-no-thumbnail .bb-video-duration{background-color:transparent;color:var(--bb-alternate-text-color);opacity:1} - -#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-videos-length,.bb-video-thumb.has-no-thumbnail .bb-videos-length{background-color:transparent;color:var(--bb-alternate-text-color);opacity:.6} - -.bb-video-thumb.has-no-thumbnail .bb-custom-check:not(:checked)+label{color:var(--bb-alternate-text-color)} - -#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap,.bbp-reply-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity{-webkit-filter:brightness(.96);filter:brightness(.96)} - -.video-js{font-family:inherit} - -.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{background:var(--bb-tooltip-background);border-radius:5px;width:25px} - -.video-js [data-balloon]::after{background:var(--bb-tooltip-background)} - -.video-js .vjs-play-progress{background-color:var(--bb-primary-color)} - -.video-js .vjs-play-progress::before{color:var(--bb-primary-color)} - -.video-js .vjs-volume-level{background-color:var(--bb-primary-color);border-radius:4px} - -.video-js .vjs-menu .vjs-menu-content{background:var(--bb-tooltip-background);border-radius:5px} - -.video-js .vjs-menu li{color:var(--bb-tooltip-color)} - -.video-js .vjs-menu li .vjs-menu-item-text{opacity:.7;font-size:11px;font-weight:500} - -.video-js .vjs-menu li.vjs-selected,.video-js .vjs-menu li:hover{color:var(--bb-tooltip-background);background-color:var(--bb-tooltip-color)!important} - -.video-js .vjs-menu li.vjs-selected .vjs-menu-item-text,.video-js .vjs-menu li:hover .vjs-menu-item-text{opacity:1} - -.has-no-thumbnail .video-js.vjs-error .vjs-error-display.vjs-modal-dialog{background:var(--bb-content-alternate-background-color);color:var(--bb-alternate-text-color)} - -.has-no-thumbnail .video-js.vjs-error .vjs-error-display.vjs-modal-dialog .vjs-modal-dialog-content{font-size:16px;font-weight:500;color:var(--bb-alternate-text-color)} - -.has-no-thumbnail .video-js.vjs-error .vjs-error-display.vjs-modal-dialog::before{color:var(--bb-alternate-text-color);opacity:.4} - -.bb-activity-media-elem{padding:3px} - -.bb-activity-media-elem .entry-img{background:0 0;border-radius:var(--bb-block-radius-inner);margin:0;position:relative;padding-top:38.56%} - -.bb-activity-media-elem .bb-photos-length{position:absolute;width:100%;top:0;left:0;height:100%;text-align:center;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;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:rgba(0,0,0,.5);color:#fff;font-size:16px;font-weight:500;line-height:1.31} - -.bb-activity-media-elem .bb-photos-length strong{color:inherit;display:block;font-size:24px;font-weight:600;line-height:1.33} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap>a:hover{color:var(--bb-primary-color)} - -.bb-activity-media-elem.document-activity.code-full-view .document-action-wrap .document-action_collapse i{color:var(--bb-primary-color)} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-preview-wrap{background-color:rgba(0,0,0,.05);border-color:var(--bb-content-border-color)} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity{background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner)} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-preview-wrap{border-radius:var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .more_text_view{background-color:var(--bb-body-background-color);border-color:var(--bb-content-border-color);color:var(--bb-alternate-text-color)} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-text-wrap{border-color:var(--bb-content-border-color);border-radius:var(--bb-option-radius)} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity:hover{background-color:var(--bb-content-alternate-background-color)} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap{background-color:var(--bb-content-background-color)} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-description,.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-extension-description,.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-helper-text{color:var(--bb-alternate-text-color)} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-title{color:var(--bb-headings-color)} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap>a i{background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color);color:var(--bb-headings-color)} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap>a i::before{opacity:.4} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap>a:hover>i{color:var(--bb-headings-color)} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap>a:hover>i::before{opacity:1} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul li a{color:var(--bb-body-text-color)} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul li a::before{color:var(--bb-alternate-text-color)} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .entry-img>i{color:var(--bb-alternate-text-color)} - -.bb-activity-media-wrap .CodeMirror-gutters{background-color:var(--bb-body-background-color);border-color:var(--bb-content-border-color)} - -.bb-activity-media-wrap .CodeMirror-linenumber{color:var(--bb-alternate-text-color);text-align:center} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap>a.document-action_download i{border-radius:var(--bb-option-radius) 0 0 var(--bb-option-radius)} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap>a.document-action_more i{border-radius:0 var(--bb-option-radius) var(--bb-option-radius) 0} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity.code-full-view .document-action-wrap .document-action_collapse i,.bb-activity-media-wrap .bb-activity-media-elem.document-activity.is_large .document-action-wrap .document-action_collapse i{border-radius:var(--bb-option-radius) 0 0 var(--bb-option-radius)} - -.activity-list li.blogs .activity-content .activity-inner .bb-post-title{color:var(--bb-headings-color)} - -.activity-list li.blogs .activity-content .activity-inner .activity-discussion-title-wrap{color:var(--bb-headings-color)} - -.activity-list li.blogs .activity-content .activity-inner .activity-discussion-title-wrap a:hover{color:var(--bb-primary-color)} - -.activity-list li.blogs .activity-content .activity-inner .bb-content-wrp{background-color:var(--bb-content-alternate-background-color)} - -.activity-list li.bbp_reply_create .activity-content .activity-inner .activity-discussion-title-wrap a,.activity-list li.bbp_topic_create .activity-content .activity-inner .activity-discussion-title-wrap a{color:var(--bb-headings-color)} - -.activity-list li.bbp_reply_create .activity-content .activity-inner .activity-discussion-title-wrap a:hover,.activity-list li.bbp_topic_create .activity-content .activity-inner .activity-discussion-title-wrap a:hover{color:var(--bb-primary-color)} - -.activity-list li.bbp_reply_create .activity-content .activity-inner .activity-discussion-title-wrap~.activity-attached-gif-container .gif-player,.activity-list li.bbp_topic_create .activity-content .activity-inner .activity-discussion-title-wrap~.activity-attached-gif-container .gif-player{margin:auto} - -.activity-list li.bbp_reply_create .activity-content .activity-inner .activity-discussion-title-wrap~.activity-attached-gif-container .gif-player .gif-icon,.activity-list li.bbp_topic_create .activity-content .activity-inner .activity-discussion-title-wrap~.activity-attached-gif-container .gif-player .gif-icon{border-radius:0 var(--bb-block-radius-inner) 0 var(--bb-block-radius-inner)} - -.bb-media-length-2 .act-grid-1-1{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%} - -.act-grid-1-2{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%} - -.activity-body-photo a.entry-img{padding-top:40.476%;border-radius:4px} - -.activity-body-photo .act-grid-1-2 a.entry-img{padding-top:52.56%} - -.bb-media-length-1 .bb-activity-media-elem .entry-img{padding-top:0!important} - -.bb-media-length-1 .bb-activity-media-elem .entry-img img{position:static} - -.bb-media-length-2 .bb-activity-media-elem .entry-img{padding-top:80%} - -.bb-media-length-3 .bb-activity-media-elem .entry-img.act-grid-1-1{padding-top:52.56%} - -.bb-media-length-4 .act-grid-1-2{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;max-width:33.33%} - -.bb-media-length-4 .bb-activity-media-elem.act-grid-1-2 .entry-img{padding-top:72.56%} - -.bb-media-length-5 .bb-activity-media-elem .entry-img{padding-top:72.56%} - -.bb-media-length-5 .act-grid-1-1{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%} - -.bb-media-length-5 .act-grid-1-1+.act-grid-1-2{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%} - -.bb-media-length-5 .act-grid-1-2{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;max-width:33.33%} - -.bb-activity-media-wrap.bb-media-length-3 .act-grid-1-2 .entry-img{padding-top:55.56%} - -.bb-activity-media-wrap.bb-media-length-3 .act-grid-1-1.bb-vertical-layout{-webkit-box-flex:0;-ms-flex:0 0 64%;flex:0 0 64%;max-width:64%} - -.bb-activity-media-wrap.bb-media-length-3 .act-grid-1-1.bb-vertical-layout~.bb-activity-media-elem{-webkit-box-flex:0;-ms-flex:0 0 36%;flex:0 0 36%;max-width:36%} - -.bb-activity-media-wrap.bb-media-length-3 .act-grid-1-1.bb-vertical-layout~.bb-activity-media-elem .entry-img{padding-top:105.6%} - -.bb-activity-media-wrap.bb-media-length-3 .act-grid-1-1.bb-vertical-layout+div+div{position:absolute;right:0;bottom:0;width:36%}@media screen and (max-width:544px){ - -.bb-activity-media-wrap.bb-media-length-3 .act-grid-1-1.bb-vertical-layout+div,.bb-activity-media-wrap.bb-media-length-3 .act-grid-1-1.bb-vertical-layout+div+div{position:static;width:100%}} - -.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout{-webkit-box-flex:0;-ms-flex:0 0 64%;flex:0 0 64%;max-width:64%} - -.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout~.bb-activity-media-elem{-webkit-box-flex:0;-ms-flex:0 0 36%;flex:0 0 36%;max-width:36%} - -.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout~.bb-activity-media-elem .entry-img{padding-top:69.1%} - -.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout .entry-img{padding-top:119%} - -.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout+div,.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout+div+div,.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout+div+div+div{position:absolute;right:0;top:0;width:36%} - -.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout+div+div{top:33.4%} - -.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout+div+div+div{top:initial;bottom:0}@media screen and (max-width:544px){ - -.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout+div,.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout+div+div,.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout+div+div+div{position:static;width:100%}} - -.bb-activity-media-wrap.bb-media-length-more .bb-activity-media-elem .entry-img{padding-top:82.56%} - -.bb-activity-media-wrap.bb-media-length-more .act-grid-1-1{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%} - -.bb-activity-media-wrap.bb-media-length-more .act-grid-1-1+.act-grid-1-2{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%} - -.bb-activity-media-wrap.bb-media-length-more .act-grid-1-2{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;max-width:33.33%} - -#bbpress-forums .bbp-reply-content .bb-activity-media-wrap.bb-media-length-1 .bb-activity-video-elem.has-no-thumbnail,.acomment-content .bb-activity-video-wrap.bb-video-length-1 .bb-activity-video-elem.has-no-thumbnail{-webkit-filter:brightness(.94);filter:brightness(.94)} - -.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1} - -.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-text-wrap{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2} - -.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .more_text_view{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3} - -.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap{bottom:21px;top:inherit} - -.acomment-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity{background-color:var(--bb-content-background-color)} - -div[class*=attached-gif-container] .gif-player video{border-radius:var(--bb-block-radius-inner)} - -div[class*=attached-gif-container] .gif-player .gif-play-button{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} - -div[class*=attached-gif-container] .gif-player .gif-play-button .bb-icon-play{content:"\eef7";font-family:bb-icons;font-size:28px;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;text-indent:3px;font-weight:300;font-style:normal;color:#fff;background-color:rgba(0,0,0,.7)!important;box-shadow:0 0 20px rgba(0,0,0,.1);height:60px;width:60px;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:11;border:0;-webkit-transition:all ease .3s!important;transition:all ease .3s!important;border-radius:50%} - -div[class*=attached-gif-container] .gif-player .gif-play-button .bb-icon-play::before{font-size:46px;opacity:.8} - -div[class*=attached-gif-container] .gif-player .gif-icon{border-radius:0 var(--bb-block-radius-inner) 0 0} - -.activity-attached-gif-container .gif-icon{border-radius:0 var(--bb-block-radius-inner) 0 0} - -.activity-item-header .item-title img{margin-right:5px;margin-left:5px} - -ul.bb-choices{list-style:none;font-size:16px;color:var(--bb-headings-color);margin:0 0 20px} - -ul.bb-choices li{margin-bottom:12px} - -ul.bb-choices a{color:inherit} - -ul.bb-choices .bb-choice-wrap{position:relative;border-radius:3px;overflow:hidden;font-size:16px;color:var(--bb-headings-color);padding:6px 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -ul.bb-choices label{font-size:16px} - -ul.bb-choices .bar{margin-right:20px;position:relative} - -ul.bb-choices svg{position:relative} - -ul.bb-choices .bg-bag{width:50%;background:var(--bb-content-border-color);display:block;position:absolute;left:0;height:100%;top:0} - -ul.bb-choices strong{font-weight:500;min-width:42px;display:inline-block} - -ul.bb-choices .bb-votes{color:var(--bb-alternate-text-color);letter-spacing:-.24px} - -ul.bb-choices .bs-styled-radio+.bb-radio-label::before,ul.bb-choices .bs-styled-radio+label::before{border-width:1px;width:18px;height:18px;top:-2px} - -ul.bb-choices .bs-styled-radio:checked+.bb-radio-label::before,ul.bb-choices .bs-styled-radio:checked+label::before{background:var(--bb-success-color);border-color:var(--bb-success-color)} - -ul.bb-choices .bs-styled-radio:checked+.bb-radio-label::after,ul.bb-choices .bs-styled-radio:checked+label::after{background:0 0;color:#fff;content:"\e876";display:inline-block;font:400 normal normal 14px/1 bb-icons;font-size:24px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;left:-3px;top:-2px} - -.bb-poll-footer .button{min-width:110px;margin-right:25px} - -.bb-poll-footer .bb-votes{color:var(--bb-alternate-text-color);letter-spacing:-.24px} - -.map-wrap{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px} - -.map-wrap .bb-map-img-wrap{position:relative;overflow:hidden;padding-top:42.56%;display:block} - -.map-wrap .bb-map-img-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} - -.map-wrap .location-info{display:-webkit-box;display:-ms-flexbox;display:flex;padding:15px} - -.map-wrap h4{font-size:14px;font-weight:500;letter-spacing:-.24px;margin:0 0 3px} - -.map-wrap .location-meta{font-size:13px;color:var(--bb-alternate-text-color);line-height:1.4} - -.map-wrap .bb-checkin-img{display:inline-block;margin-right:15px} - -.activity-add-smile{position:relative} - -.bb-load-new-activities{margin-bottom:20px} - -#bs-activity-form-wrap .bs-activity-wrap.bs-activity-wrap .dropzone .dz-default{min-height:200px;max-height:200px} - -#bs-activity-update-wrap .dropzone.dz-started .dz-message{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;min-height:1px;max-width:200px;height:200px;font-size:14px;line-height:1;margin:0 5px 10px} - -#buddypress div#subnav.bb-item-list-tabs{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;margin-bottom:20px} - -#buddypress div#subnav.bb-item-list-tabs ul#activity-sub-nav{margin:0} - -#buddypress div#subnav.bb-item-list-tabs ul#activity-sub-nav>li{padding-bottom:0} - -#buddypress div#subnav.bb-item-list-tabs ul#activity-sub-nav .sub-menu{top:36px} - -#buddypress div#subnav.bb-item-list-tabs ul#activity-sub-nav .sub-menu li{float:none} - -#buddypress div#subnav.bb-item-list-tabs ul#activity-sub-nav .sub-menu li a{padding:9px 15px} - -#buddypress div#subnav.bb-item-list-tabs ul#activity-sub-nav .sub-menu li.selected a{background:#f5f5f5;color:var(--bb-headings-color);border-bottom:0} - -#buddypress div#subnav.bb-item-list-tabs a.more-button{font-size:16px} - -#buddypress div#subnav.bb-item-list-tabs a.more-button::after{bottom:-25px} - -#buddypress div#subnav.bb-item-list-tabs .bs-dropdown-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:13px} - -#buddypress div#subnav.bb-item-list-tabs .bs-sort-button{padding:5px 0 5px 10px} - -ul#activity-sub-nav{-webkit-box-flex:1;-ms-flex:1;flex:1} - -.bb-mini-group-profile-card-area:empty,.dz-details{display:none} - -.activity.bp-user #bs-activity-update-wrap .dropzone.dz-started .dz-message{max-width:99px;height:100px;min-height:100px;font-size:11px;line-height:1} - -.activity.bp-user .activity-type .dropzone .dz-preview{min-width:99px} - -.activity.bp-user .dropzone .dz-default span::before{height:25px;width:30px;margin:0 auto 10px} - -.activity-comments-items{margin:0;list-style:none;background:var(--bb-content-alternate-background-color);padding:15px} - -.activity-comments-items li:not(:last-child){margin-bottom:20px} - -.activity-comments-items .item-title{font-size:13px;letter-spacing:-.22px;line-height:1.307;position:relative} - -.activity-comments-items .item-title a{font-weight:600} - -.activity-comments-items .bs-activity-comments:not(.show){display:none} - -.activity-comments-items .bs-item-list.list-view .bs-item-wrap{margin-bottom:15px;padding:0} - -.activity-comments-items .bs-item-list.list-view .bs-item-wrap:last-child{margin-bottom:0} - -.activity-comments-items h6.list-comments-heading{padding:0;margin-bottom:16px;font-size:13px;color:#939597} - -.activity-comments-items h6.list-comments-heading a{color:inherit} - -.activity-comments-items .activity-comments-items .bs-item-wrap a.expand-comment .bb-icon-angle-down::before{font-size:20px} - -.activity-comments-items .bs-item-list.activity-comments-items.list-view .bs-item-wrap .item-expand .bs-dropdown{min-width:100px;right:24px;top:-5px;padding:2px 0} - -.activity-comments-items .bs-item-list.activity-comments-items.list-view .bs-item-wrap .item-expand .bs-dropdown::after{top:8px;right:-12px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)} - -.activity-comments-items .bs-item-list.activity-comments-items.list-view .bs-item-wrap:hover{box-shadow:none} - -.activity-comments-items .activity-comments-items .activity-comment-text{display:inline-block;font-size:13px;letter-spacing:-.22px;line-height:17px;color:inherit} - -.activity-comments-items .activity-comment-text p{margin:0} - -.activity-comments-items .list-comments-wrap>.bs-item-list.activity-comments-items.list-view{border-bottom:0} - -.activity-comments-items .add-comment-wrap .add-comment{background:#fff} - -.activity-comments-items .item-meta{font-size:12px;color:var(--bb-alternate-text-color);letter-spacing:-.18px;line-height:1.666;margin:5px 0 0} - -.activity-comments-items .item-meta a{color:inherit} - -.activity-comments-items .item-meta a:hover{color:var(--bb-headings-color)} - -#discard-draft-activity,.bb_discard_topic_reply_draft{color:var(--bb-body-text-color)!important} - -.bb-media-comment-text{border:0;height:36px;resize:none;width:100%;font-size:14px;padding:5px 12px;overflow:hidden} - -.bb-media-comment-wrap{position:relative} - -.bb-media-comment-wrap .item-meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;position:absolute;right:6px;bottom:2px;font-size:20px} - -.bb-media-comment-wrap .item-meta a{color:var(--bb-alternate-text-color)} - -.activity-item-header .item-title .bs-dropdown a{display:block} - -.bs-item-list-tabs .more-button.active::after{bottom:-18px} - -body.activity.bp-user:not(.settings,.edit-details) .dropzone .dz-default span::before{height:26px;width:31px} - -body.activity.bp-user .dropzone .dz-preview .dz-error-mark{top:28%} - -li.load-more a.button{min-width:180px} - -li.load-more a.loading::after{content:"\ef30";font-family:bb-icons;font-size:18px;line-height:1;margin-left:10px;text-align:center;display:inline-block;-webkit-animation:spin 3s infinite linear;animation:spin 3s infinite linear;font-weight:400} - -.buddypress-wrap .activity-list .load-more,.buddypress-wrap .activity-list .load-newest{background:0 0;border:0;border-radius:0;box-shadow:none;overflow:hidden} - -.webui-popover.webui-popover{z-index:999912} - -#buddypress .activity-list.item-list.bp-list>li.load-newest,#buddypress .activity-lists.item-list.bp-list>li.load-newest{padding-bottom:0;border-bottom:1px solid var(--bb-content-border-color)} - -.emojionearea-search>input,.search-query-input{border-radius:4px} - -.blogs.activity-item .activity-inner img:not(.emoji){border-radius:3px;margin-top:10px;max-width:640px;display:block} - -#whats-new-post-in-box-items .bp-activity-object .bp-item-name{margin-right:20px} - -.activity-privacy>li,.media-privacy>li{font-size:13px} - -.activity-privacy>li::before,.media-privacy>li::before{color:var(--bb-alternate-text-color)} - -.activity-privacy .selected,.media-privacy .selected{color:var(--bb-primary-color);font-weight:500} - -p.activity-date{display:inline-block} - -.bb-media-privacy-wrap::before{content:"\00b7";display:inline-block;margin:0 4px} - -.bb-media-privacy-wrap .activity-privacy{left:-5px} - -.privacy{vertical-align:bottom} - -.buddypress .buddypress-wrap form#whats-new-form button.bp-remove-item{margin-left:auto} - -#bp-activity-group-ac-items .dashicons-update::before{content:"\ef30";font-family:bb-icons;font-size:20px;display:block} - -#bb-media-model-container .bb-edit-privacy::before{content:"\ee5a";font-family:bb-icons} - -#bb-media-model-container .bb-edit-privacy a{color:inherit} - -#bb-media-model-container .bb-edit-privacy a:hover{color:inherit} - -.bb-media-only-privacy .privacy{background:rgba(0,0,0,.6);color:rgba(255,255,255,.9)} - -.bb-media-model-container .bb-media-privacy-wrap [data-bp-tooltip][data-bp-tooltip-pos=up]::before{margin-bottom:0} - -.bb-media-model-container .bb-media-privacy-wrap [data-bp-tooltip][data-bp-tooltip-pos=up]::after{margin-bottom:4px} - -.activity-anonymous-options{position:relative;font-size:14px;margin:-15px 0 15px;padding:8px 14px;background-color:var(--bb-content-background-color);border:1px solid #ebe9e6;border-radius:4px} - -.activity-anonymous-options .anonymous-post-as-text{margin-right:5px} - -.activity-anonymous-options label{margin-right:5px;font-size:14px} - -.activity-anonymous-options label input{margin-right:5px} - -.dropzone.document-dropzone .dz-preview.dz-error.dz-preview .dz-details,.dropzone.media-dropzone .dz-preview.dz-error .dz-image,.dropzone.video-dropzone .dz-preview.dz-error.dz-preview .dz-details{border-color:var(--bb-danger-color)} - -.dropzone .dz-preview .dz-error-message::after{border-bottom-color:var(--bb-danger-color)} - -.bb-template-v1 .dropzone .dz-preview.dz-error{background-color:var(--bb-content-alternate-background-color)} - -.dropzone .dz-preview.dz-error .dz-error-title{color:var(--bb-danger-color)} - -.dropzone .dz-preview .dz-error-message{background:var(--bb-danger-color);background:-webkit-gradient(linear,left top,left bottom,from(var(--bb-danger-color)),to(var(--bb-danger-color)));background:-webkit-linear-gradient(top,var(--bb-danger-color),var(--bb-danger-color));background:linear-gradient(to bottom,var(--bb-danger-color),var(--bb-danger-color))} - -#buddypress .load-more a.button.outline{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color)} - -#buddypress .load-more a.button.outline:focus{box-shadow:var(--bb-outline-button-focus-shadow)} - -#buddypress .load-more a.button.outline: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)} - -#buddypress .bb_more_options .bb_more_options_list,.activity-list .bb-activity-more-options-wrap .bb-activity-more-options,.bb_more_options .bb_more_options_list{background-color:var(--bb-content-background-color);width:187px;border-radius:var(--bb-block-radius)} - -#buddypress .bb_more_options .bb_more_options_list::after,.activity-list .bb-activity-more-options-wrap .bb-activity-more-options::after,.bb_more_options .bb_more_options_list::after{border-color:var(--bb-content-background-color) var(--bb-content-background-color) transparent transparent} - -#buddypress .bb_more_options .bb_more_options_list .generic-button>button,#buddypress .bb_more_options .bb_more_options_list a,#buddypress .bb_more_options .bb_more_options_list button,.bb_more_options .bb_more_options_list .generic-button>button,.bb_more_options .bb_more_options_list a,.bb_more_options .bb_more_options_list button{color:var(--bb-body-text-color)!important;background-color:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:0} - -#buddypress .bb_more_options .bb_more_options_list .generic-button>button::before,#buddypress .bb_more_options .bb_more_options_list a::before,#buddypress .bb_more_options .bb_more_options_list button::before,.bb_more_options .bb_more_options_list .generic-button>button::before,.bb_more_options .bb_more_options_list a::before,.bb_more_options .bb_more_options_list button::before{color:var(--bb-alternate-text-color)} - -#buddypress .bb_more_options .bb_more_options_list .generic-button>button:hover,#buddypress .bb_more_options .bb_more_options_list a:hover,#buddypress .bb_more_options .bb_more_options_list button:hover,.bb_more_options .bb_more_options_list .generic-button>button:hover,.bb_more_options .bb_more_options_list a:hover,.bb_more_options .bb_more_options_list button:hover{color:var(--bb-primary-color)!important;background-color:var(--bb-content-alternate-background-color)!important;border:0} - -#buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a,.activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a{color:var(--bb-body-text-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1} - -#buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a::before,.activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a::before{color:var(--bb-alternate-text-color)} - -#buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a:hover,.activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a:hover{color:var(--bb-primary-color);background-color:var(--bb-content-alternate-background-color)} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius);width:auto} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list::after{border-color:var(--bb-content-background-color) var(--bb-content-background-color) transparent transparent} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul li a{white-space:nowrap} - -.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul li a:hover{color:var(--bb-primary-color);background-color:var(--bb-content-alternate-background-color)} - -.ac-reply-toolbar a .bb-icon{color:rgba(var(--bb-headings-color-rgb),.4)} - -.ac-reply-toolbar a:hover .bb-icon{color:var(--bb-headings-color)}@media only screen and (min-width:1081px){ - -#secondary.sidebar-left{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}}@media only screen and (min-width:768px) and (max-width:1080px){ - -#user-activity{display:none} - -.directory.activity.activity-sidebar-left #primary{grid-row:1/4} - -.directory.activity.activity-sidebar-left:not(.profile-sidebar,.group-sidebar,.llms-pointer) #page #primary,.directory.activity.activity-sidebar-left:not(.profile-sidebar,.group-sidebar,.llms-pointer) #primary{width:auto} - -.directory.activity.activity-sidebar-left .site-content-grid{display:grid;grid-template-columns:auto 300px} - -.directory.activity.activity-sidebar-left #secondary-right{padding-top:0;margin-top:-20px}}@media only screen and (max-width:640px){ - -.bb-input-poll .bb-icon-close-circle{visibility:visible;opacity:1} - -.activity-comments-items:not(.depth1){padding-left:8px;padding-right:8px} - -.activity-comments-items.depth3{padding-left:8px} - -.activity-comments-items.depth4{padding-left:8px} - -.post-link-container{-ms-flex-flow:row wrap;flex-flow:row wrap} - -.link-img-holder{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%;min-height:180px} - -.link-info{padding:20px} - -.activity-type .dropzone .dz-preview{min-width:104px} - -#bs-activity-update-wrap .dropzone.dz-started .dz-message{max-width:106px;height:106px;font-size:11px;line-height:1.2} - -body:not(.settings,.edit-details) .dropzone .dz-default span::before{height:31px;width:36px} - -body:not(.settings,.edit-details) .dropzone .dz-default{min-height:18vh;font-size:14px} - -.dropzone .dz-preview .dz-error-mark{top:28%} - -#bs-activity-form-wrap .bs-activity-wrap.bs-activity-wrap .dropzone .dz-default{min-height:80px;max-height:104px}}@media screen and (max-width:720px){ - -.blogs.activity-item .activity-inner img:not(.emoji){max-width:100%}}@media screen and (max-width:520px){ - -.ac-reply-toolbar .post-emoji[data-nth-child="1"] .emojionearea-picker{margin-left:-52px} - -.ac-reply-toolbar .post-emoji[data-nth-child="1"] .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{left:75px} - -.ac-reply-toolbar .post-emoji[data-nth-child="2"] .emojionearea-picker{margin-left:-84px} - -.ac-reply-toolbar .post-emoji[data-nth-child="2"] .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{left:105px} - -.ac-reply-toolbar .post-emoji[data-nth-child="3"] .emojionearea-picker{margin-left:-120px} - -.ac-reply-toolbar .post-emoji[data-nth-child="3"] .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{left:143px} - -.ac-reply-toolbar .post-emoji[data-nth-child="4"] .emojionearea-picker{margin-left:-154px} - -.ac-reply-toolbar .post-emoji[data-nth-child="4"] .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{left:177px} - -.ac-reply-toolbar .post-emoji[data-nth-child="5"] .emojionearea-picker{margin-left:-188px} - -.ac-reply-toolbar .post-emoji[data-nth-child="5"] .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{left:211px} - -.ac-reply-toolbar .post-gif[data-nth-child="1"] .gif-media-search-dropdown{left:-58px} - -.ac-reply-toolbar .post-gif[data-nth-child="1"] .gif-media-search-dropdown.open::before{left:77px} - -.ac-reply-toolbar .post-gif[data-nth-child="2"] .gif-media-search-dropdown{left:-92px} - -.ac-reply-toolbar .post-gif[data-nth-child="2"] .gif-media-search-dropdown.open::before{left:111px} - -.ac-reply-toolbar .post-gif[data-nth-child="3"] .gif-media-search-dropdown{left:-125px} - -.ac-reply-toolbar .post-gif[data-nth-child="3"] .gif-media-search-dropdown.open::before{left:145px} - -.ac-reply-toolbar .post-gif[data-nth-child="4"] .gif-media-search-dropdown{left:-158px} - -.ac-reply-toolbar .post-gif[data-nth-child="4"] .gif-media-search-dropdown.open::before{left:178px}}@media only screen and (max-width:544px){ - -#activity-form-submit-wrapper select{margin-right:0} - -#activity-post-form-privacy{width:100%} - -#activity-post-form-privacy:first-child{margin-top:15px;margin-bottom:5px} - -#activity-post-form-privacy select{width:100%} - -#whats-new-form #whats-new-post-in-box input[type=text]{width:100%} - -.bb-media-privacy-wrap .activity-privacy{left:auto;right:-30px} - -.bb-media-privacy-wrap .activity-privacy::before{left:auto;right:32px}}@media only screen and (max-width:520px){ - -.actvity-head-bar{-ms-flex-flow:row wrap;flex-flow:row wrap} - -.actvity-head-bar .subnav-filters{margin:10px 0 0;width:100%}} - -#activity-stream .bp-generic-meta .generic-button .bb-icon-discussion::before{font-size:14px} - -body.activity .activity-list .activity-item .activity-content .bb-empty-content{margin-bottom:0} - -body.activity .activity-list .activity-item .activity-content .bb-empty-content:has(.activity-discussion-title-wrap){margin-bottom:12px} - -body.activity .activity-list .activity-item .activity-content.document-activity .bb-empty-content,body.activity .activity-list .activity-item .activity-content.media-activity-wrap .bb-empty-content,body.activity .activity-list .activity-item .activity-content.video-activity-wrap .bb-empty-content{margin-bottom:12px} - -.bb-document-privacy-wrap .privacy::after,.bb-media-privacy-wrap .privacy::after{content:"\ee09";font-weight:300;opacity:.3;font-size:18px} - -.activity #buddypress .groups .bp-generic-meta .generic-button .button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -#activity-close-link-suggestion{color:rgba(var(--bb-headings-color-rgb),.4);-webkit-transition:all linear .2s;transition:all linear .2s} - -#activity-close-link-suggestion:hover{color:var(--bb-headings-color);-webkit-transition:all linear .2s;transition:all linear .2s} - -.activity-link-preview-container{border-radius:var(--bb-block-radius);border-color:var(--bb-content-border-color);background-color:var(--bb-content-alternate-background-color)} - -.activity-link-preview-container .activity-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:0 0 var(--bb-block-radius) var(--bb-block-radius)} - -.activity-link-preview-container .activity-link-preview-info .activity-link-preview-link-name{font-size:13px;font-weight:500;color:var(--bb-alternate-text-color);text-transform:uppercase;line-height:20px} - -.activity-link-preview-container .activity-link-preview-info .activity-link-preview-title{color:var(--bb-headings-color)} - -.activity-link-preview-container .activity-link-preview-info .activity-link-preview-title a{color:var(--bb-headings-color)} - -.activity-link-preview-container .activity-link-preview-info p{margin-bottom:2px!important} - -.activity-link-preview-container .activity-url-error{padding:10px 15px} - -.activity-link-preview-container .activity-link-preview-image{position:relative;-webkit-transition:all linear .2s;transition:all linear .2s} - -.activity-link-preview-container .activity-link-preview-image .activity-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) var(--bb-block-radius) 0 0;min-height:120px;max-height:340px} - -.activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover a{width:100%} - -.activity-link-preview-container .activity-link-preview-image .activity-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} - -.activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover img{object-fit:cover;object-position:center;min-width:100%;min-height:340px;max-width:initial} - -.activity-link-preview-container #activity-link-preview-close-image,.activity-link-preview-container .activity-link-preview-icons a{background-color:var(--bb-content-alternate-background-color)} - -.activity-link-preview-container .activity-link-preview-image::before,.activity-link-preview-container .activity-link-preview-info::before{content:"";-webkit-transition:all linear .3s;transition:all linear .3s} - -.activity-link-preview-container:hover .activity-link-preview-image,.activity-link-preview-container:hover .activity-link-preview-info{position:relative} - -.activity-link-preview-container:hover .activity-link-preview-image::before,.activity-link-preview-container:hover .activity-link-preview-info::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} - -.activity-link-preview-container:hover .activity-link-preview-image+.activity-link-preview-info::before{border-radius:0 0 var(--bb-block-radius-inner) var(--bb-block-radius-inner)} - -.activity-link-preview-container:hover .activity-link-preview-info::before{border-radius:var(--bb-block-radius-inner)} - -.activity-link-preview-container:hover .activity-link-preview-image::before{border-radius:var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0} - -.activity-link-preview-excerpt p{color:var(--bb-body-text-color)} - -.activity-url-scrapper-container #activity-url-scrapper-img-holder .activity-link-preview-image .activity-link-preview-icons a{background-color:var(--bb-content-alternate-background-color);z-index:2} - -.activity-url-scrapper-container #activity-url-scrapper-img-holder .activity-link-preview-image .activity-link-preview-icons a i{color:var(--bb-headings-color);opacity:.4} - -.activity-url-scrapper-container #activity-url-scrapper-img-holder .activity-link-preview-image .activity-link-preview-icons a:hover i{opacity:1} - -.activity-form #whats-new-attachments .activity-link-preview-image-cover,.activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover{min-height:340px} - -.activity-form #whats-new-attachments .activity-link-preview-image-cover img,.activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover img{min-height:340px}@media screen and (max-width:900px){ - -.activity-form #whats-new-attachments .activity-link-preview-image-cover,.activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover{min-height:30vh} - -.activity-form #whats-new-attachments .activity-link-preview-image-cover img,.activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover img{min-height:30vh}}@media screen and (max-width:680px){ - -.activity-form #whats-new-attachments .activity-link-preview-image-cover,.activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover{min-height:150px} - -.activity-form #whats-new-attachments .activity-link-preview-image-cover img,.activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover img{min-height:150px}} - -.activity-video-preview .activity-link-preview-container .activity-link-preview-info{padding:0} - -.activity-video-preview .activity-link-preview-excerpt p iframe{border-radius:var(--bb-block-radius)} - -.bb-template-v2 .activity-type-navs .activity-nav a{border-bottom:0}@media only screen and (max-width:992px){ - -.has-sidebar .actvity-head-bar{-ms-flex-flow:row wrap;flex-flow:row wrap} - -.has-sidebar .actvity-head-bar .subnav-filters{width:100%;margin-top:10px}}@media only screen and (max-width:1200px){ - -.has-sidebar.activity-sidebar-left .actvity-head-bar{-ms-flex-flow:row wrap;flex-flow:row wrap} - -.has-sidebar.activity-sidebar-left .actvity-head-bar .subnav-filters{width:100%;margin-top:10px}}@media only screen and (max-width:1300px){ - -.has-sidebar.activity-sidebar-left.buddypanel-open .actvity-head-bar{-ms-flex-flow:row wrap;flex-flow:row wrap} - -.has-sidebar.activity-sidebar-left.buddypanel-open .actvity-head-bar .subnav-filters{width:100%;margin-top:10px}} - -.activity-video-preview .activity-link-preview-container:hover .activity-link-preview-info::before{display:none} - -.avatar{border-radius:50%;image-rendering:optimize-contrast} - -.subnav-search.members-search{float:right;margin-top:-56px;display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:370px){ - -.subnav-search.members-search{margin-top:-10px;margin-bottom:15px}} - -.buddypress-wrap .subnav-search.members-search .subnav-filters{margin-top:0;margin-left:10px} - -#buddypress #dir-members-search{border:0;background-color:transparent;padding-left:32px;font-size:14px;height:34px} - -.member-status{background:var(--bb-success-color);border:2px solid var(--bb-content-background-color);border-radius:100%;position:absolute;width:12px;height:12px;right:2px;top:0} - -.member-status.offline{opacity:0;visibility:hidden} - -.grid .member-status{right:18px;top:5px;width:14px;height:14px} - -.single-headers .member-status{right:25px;top:14px;width:15px;height:15px} - -#friend-list.grid,#groups-list.grid,#members-list.grid{margin:0 -10px} - -#friend-list.item-list .item-avatar img,#members-list.item-list .item-avatar img{border-radius:50%} - -#friend-list.item-list li,#members-list.item-list li,.item-list.bp-search-results-list li,.item-list.groups-list li{margin:0;padding:0} - -#friend-list.item-list:not(.grid) .list-wrap,#members-list.item-list:not(.grid) .list-wrap,.item-list.bp-search-results-list:not(.grid) .list-wrap,.item-list.groups-list:not(.grid) .list-wrap{display:-webkit-box;display:-ms-flexbox;display:flex} - -#friend-list.item-list:not(.grid) li:first-child .list-wrap,#members-list.item-list:not(.grid) li:first-child .list-wrap,.item-list.bp-search-results-list:not(.grid) li:first-child .list-wrap,.item-list.groups-list:not(.grid) li:first-child .list-wrap{border-top-left-radius:var(--bb-block-radius);border-top-right-radius:var(--bb-block-radius)} - -#friend-list.item-list:not(.grid) li:last-child .list-wrap,#members-list.item-list:not(.grid) li:last-child .list-wrap,.item-list.bp-search-results-list:not(.grid) li:last-child .list-wrap,.item-list.groups-list:not(.grid) li:last-child .list-wrap{border-bottom-left-radius:var(--bb-block-radius);border-bottom-right-radius:var(--bb-block-radius)} - -#friend-list.item-list:not(.grid) li:last-child:first-child .list-wrap,#members-list.item-list:not(.grid) li:last-child:first-child .list-wrap,.item-list.bp-search-results-list:not(.grid) li:last-child:first-child .list-wrap,.item-list.groups-list:not(.grid) li:last-child:first-child .list-wrap{border-radius:var(--bb-block-radius)} - -#friend-list.item-list .list-wrap,#members-list.item-list .list-wrap,.item-list.bp-search-results-list .list-wrap,.item-list.groups-list .list-wrap{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);margin:0 0 -1px;overflow:visible;padding:15px 20px;position:relative;-webkit-transition:box-shadow linear .2s;transition:box-shadow linear .2s} - -#friend-list.item-list .list-wrap:hover,#members-list.item-list .list-wrap:hover,.item-list.bp-search-results-list .list-wrap:hover,.item-list.groups-list .list-wrap:hover{box-shadow:0 3px 24px 0 rgba(18,43,70,.08);position:relative;z-index:10} - -#friend-list.item-list.grid .list-wrap,#members-list.item-list.grid .list-wrap,.item-list.bp-search-results-list.grid .list-wrap,.item-list.groups-list.grid .list-wrap{border-radius:var(--bb-block-radius)} - -#friend-list.item-list.grid .list-wrap.secondary-buttons,#members-list.item-list.grid .list-wrap.secondary-buttons,.item-list.bp-search-results-list.grid .list-wrap.secondary-buttons,.item-list.groups-list.grid .list-wrap.secondary-buttons{padding:15px 20px 52px} - -#friend-list.item-list.grid .list-wrap.secondary-buttons.no-secondary-buttons.no-primary-button,#members-list.item-list.grid .list-wrap.secondary-buttons.no-secondary-buttons.no-primary-button,.item-list.bp-search-results-list.grid .list-wrap.secondary-buttons.no-secondary-buttons.no-primary-button,.item-list.groups-list.grid .list-wrap.secondary-buttons.no-secondary-buttons.no-primary-button{padding-bottom:20px} - -#friend-list.item-list .item-avatar img,#members-list.item-list .item-avatar img,.item-list.bp-search-results-list .item-avatar img,.item-list.groups-list .item-avatar img{max-width:60px} - -.members-group-list li.item-entry-header+li.item-entry .list-wrap{border-top-left-radius:var(--bb-block-radius);border-top-right-radius:var(--bb-block-radius)} - -.members-group-list li.last-of-type .list-wrap{border-bottom-left-radius:var(--bb-block-radius);border-bottom-right-radius:var(--bb-block-radius)} - -body.search-results .item-list.bp-search-results-list:not(.grid) li:first-child .list-wrap{border-radius:0} - -body.search-results .item-list.bp-search-results-list:not(.grid) li:last-child .list-wrap{border-radius:0} - -#members-list.item-list.grid .list-wrap.primary-button.secondary-buttons{padding-bottom:115px} - -#members-list.item-list.grid .list-wrap.primary-button.no-secondary-buttons{padding-bottom:75px} - -#members-list.item-list.grid .list-wrap.primary-button.no-secondary-buttons .primary-action{bottom:10px} - -#members-list.item-list.grid .list-wrap.primary-button .primary-action{position:absolute;left:20px;right:20px;bottom:50px} - -body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.secondary-buttons{padding-bottom:0} - -body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-secondary-buttons{padding-bottom:0} - -#members-list.item-list.grid .list-wrap.no-primary-buttons.no-secondary-buttons{padding-bottom:22px} - -#members-list.item-list:not(.grid) .list-wrap{display:block} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;padding-right:40px} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-status.online{right:2px;top:2px} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner>.primary-action{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item .item-block{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;width:-webkit-calc(100% - 125px);width:calc(100% - 125px)} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item .last-activity{margin-bottom:0} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .primary-action .generic-button{margin:0} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .primary-action .generic-button>*{min-width:200px;margin-bottom:0} - -#members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item{-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%} - -#members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{margin:0 0 0 10px}@media screen and (min-width:800px) and (max-width:1440px){ - -body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:0;-ms-flex:0 0 44%;flex:0 0 44%;margin-top:15px} - -body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item .item-block{width:100%;margin-bottom:10px} - -body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{-webkit-box-flex:unset;-ms-flex:unset;flex:unset} - -body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap>.generic-button{padding:6px 15px 7px 0} - -body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner>.primary-action{-webkit-box-flex:unset;-ms-flex:unset;flex:unset} - -body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:0;-ms-flex:0 0 44%;flex:0 0 44%;margin-top:15px} - -body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .item .item-block{width:100%;margin-bottom:10px} - -body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{-webkit-box-flex:unset;-ms-flex:unset;flex:unset} - -body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap>.generic-button{padding:6px 15px 7px 0} - -body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner>.primary-action{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}}@media screen and (min-width:800px) and (max-width:1340px){ - -body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner{-ms-flex-wrap:wrap;flex-wrap:wrap} - -body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item{-webkit-box-flex:0;-ms-flex:0 0 55%;flex:0 0 55%;margin-bottom:15px} - -body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .member-buttons-wrap{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-left:60px} - -body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{margin:0 15px 0 20px;-webkit-box-flex:unset;-ms-flex:unset;flex:unset} - -body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner{-ms-flex-wrap:wrap;flex-wrap:wrap} - -body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item .item-block{margin-bottom:10px;width:100%}}@media screen and (min-width:800px) and (max-width:1320px){ - -body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:0;-ms-flex:0 0 44%;flex:0 0 44%;margin-top:15px} - -body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item .item-block{width:100%;margin-bottom:10px} - -body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{-webkit-box-flex:unset;-ms-flex:unset;flex:unset} - -body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap>.generic-button{padding:6px 15px 7px 0} - -body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner>.primary-action{-webkit-box-flex:unset;-ms-flex:unset;flex:unset} - -body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:0;-ms-flex:0 0 44%;flex:0 0 44%;margin-top:15px} - -body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .item .item-block{width:100%;margin-bottom:10px} - -body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{-webkit-box-flex:unset;-ms-flex:unset;flex:unset} - -body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap>.generic-button{padding:6px 15px 7px 0} - -body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner>.primary-action{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}}@media screen and (min-width:800px) and (max-width:1200px){ - -body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 80px);flex:0 0 -webkit-calc(100% - 80px);flex:0 0 calc(100% - 80px);margin-bottom:10px} - -body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item .item-block{margin-bottom:10px;width:100%} - -body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .member-buttons-wrap{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start} - -body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;margin-left:70px}}@media screen and (min-width:800px) and (max-width:1120px){ - -body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 80px);flex:0 0 -webkit-calc(100% - 80px);flex:0 0 calc(100% - 80px);margin-bottom:10px}}@media screen and (min-width:800px) and (max-width:1180px){ - -body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner{-ms-flex-wrap:wrap;flex-wrap:wrap} - -body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item{-webkit-box-flex:0;-ms-flex:0 0 55%;flex:0 0 55%;margin-bottom:15px} - -body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .member-buttons-wrap{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-left:60px} - -body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{margin:0 15px 0 20px;-webkit-box-flex:unset;-ms-flex:unset;flex:unset} - -body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner{-ms-flex-wrap:wrap;flex-wrap:wrap} - -body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item .item-block{margin-bottom:10px;width:100%}}@media screen and (min-width:1120px) and (max-width:1440px){ - -body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-bottom:0;margin-top:0} - -body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item .item-block{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;width:-webkit-calc(100% - 125px);width:calc(100% - 125px)} - -body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .member-buttons-wrap{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-left:0} - -body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{margin-left:0}}@media screen and (min-width:1060px) and (max-width:1440px){ - -body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row} - -body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item .item-block{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;width:-webkit-calc(100% - 125px);width:calc(100% - 125px)} - -body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .member-buttons-wrap{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end} - -body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{margin-left:0}}@media screen and (min-width:800px) and (max-width:1060px){ - -#members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:10px;margin-left:0} - -#members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap>.generic-button{-webkit-box-flex:unset;-ms-flex:unset;flex:unset} - -#members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .member-buttons-wrap{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-left:80px} - -#members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .member-buttons-wrap>.primary-action{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media screen and (max-width:799px){ - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-right:20px} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap{-webkit-box-flex:unset;-ms-flex:unset;flex:unset} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:0;-ms-flex:0 0 48%;flex:0 0 48%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:15px;margin-top:15px} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item .item-block{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;width:100%;margin-bottom:10px} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{margin-left:70px;-webkit-box-flex:unset;-ms-flex:unset;flex:unset} - -#members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -#members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .member-buttons-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1}}@media screen and (max-width:600px){ - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 80px);flex:0 0 -webkit-calc(100% - 80px);flex:0 0 calc(100% - 80px)} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 80px);flex:0 0 -webkit-calc(100% - 80px);flex:0 0 calc(100% - 80px)} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start} - -#members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 80px);flex:0 0 -webkit-calc(100% - 80px);flex:0 0 calc(100% - 80px)} - -#members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;margin-left:0}}@media screen and (max-width:480px){ - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item{margin-top:0} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap{margin-left:78px} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap .member-button-wrap>.generic-button{padding-left:0} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-type{margin:5px 0 10px;display:block} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap .member-button-wrap .generic-button{-webkit-box-flex:unset;-ms-flex:unset;flex:unset} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{margin-left:0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start} - -#members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item{-webkit-box-flex:1;-ms-flex:auto;flex:auto}}@media screen and (max-width:370px){ - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap{margin-left:0}} - -#members-list.item-list:not(.grid) .list-wrap .button-wrap.member-button-wrap.footer-button-wrap .generic-button{border:0} - -#members-list.item-list li .bp-members-list-hook .more-action-button{display:none} - -#members-list.item-list li .bp-members-list-hook .generic-button{margin:10px 0 0;display:block} - -#members-list.item-list li .bp-members-list-hook .generic-button a{font-size:13px;display:block;padding:10px 20px;border:1px solid #e7e9ec;border-radius:5px;background-color:transparent;color:#939597;min-height:0;text-align:center;line-height:1} - -#members-list.item-list li .bp-members-list-hook .generic-button a:hover{color:#4c464e} - -#members-list.item-list:not(.grid) .has_hook_content.list-wrap{padding-right:35px}@media screen and (max-width:1240px){ - -#members-list.item-list:not(.grid) .has_hook_content.list-wrap{padding-bottom:25px}}@media screen and (max-width:880px) and (min-width:768px){ - -#members-list.item-list:not(.grid) li .has_hook_content .button-wrap.member-button-wrap{padding-right:6px}}@media screen and (max-width:480px){ - -#members-list.item-list:not(.grid) li .has_hook_content .button-wrap.member-button-wrap{padding-right:6px}} - -#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button{position:absolute;right:0;top:27px;padding-right:10px;z-index:11;display:block} - -#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button i.bb-icon-menu-dots-h{font-size:20px;color:#939597}@media screen and (max-width:1240px){ - -#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button{right:-4px} - -#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button i.bb-icon-menu-dots-h{font-size:24px}}@media screen and (max-width:1100px) and (min-width:768px){ - -#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button{top:inherit;bottom:26px}}@media screen and (max-width:880px) and (min-width:768px){ - -#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button{top:50%;bottom:inherit;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-top:-2px}}@media screen and (max-width:680px){ - -#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button{top:inherit;bottom:27px}}@media screen and (max-width:480px){ - -#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button{right:-1px;top:50%;bottom:inherit;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-top:-4px}} - -#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner{opacity:0;visibility:hidden;-webkit-transition:ease .3s;transition:ease .3s;background-color:#fff;margin-top:0;text-align:center;padding:15px;border-radius:4px;position:absolute;right:0;box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);top:70px;z-index:111}@media screen and (max-width:1100px) and (min-width:768px){ - -#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner{top:100%;margin-top:-20px}}@media screen and (max-width:880px) and (min-width:768px){ - -#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner{top:50%;margin-top:20px}}@media screen and (max-width:680px){ - -#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner{top:100%;margin-top:-20px}}@media screen and (max-width:480px){ - -#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner{top:50%;margin-top:20px}} - -#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner::before{content:" ";position:absolute;width:0;height:0;margin:0 auto;top:0;right:16px;box-sizing:border-box;border:8px 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:101;opacity:1;visibility:visible} - -#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner .generic-button{margin:0 0 15px;display:block} - -#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner .generic-button:last-child{margin:0} - -#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner .generic-button a{font-size:14px;min-height:34px;padding:6px 20px;border:1px solid #e7e9ec;color:#939597;border-radius:100px;text-align:center;min-width:140px;line-height:1.5} - -#members-list.item-list:not(.grid) li.active{z-index:111} - -#members-list.item-list:not(.grid) li.active .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner{opacity:1;visibility:visible} - -#members-list.item-list.grid.bp-list .item-avatar{margin-top:30px} - -#members-list.item-list.grid .member-type{margin-bottom:20px;margin-top:-30px;position:relative} - -#members-list.item-list:not(.grid) .member-name{display:inline-block;vertical-align:middle;margin-bottom:5px} - -#members-list.item-list:not(.grid) .member-type{display:inline-block;margin:0 0 5px 10px;vertical-align:middle} - -#members-list.item-list:not(.grid) .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;position:static;background-color:transparent;-webkit-box-flex:unset;-ms-flex:unset;flex:unset;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:auto;border:0;margin:0 15px 0 0} - -#members-list.item-list:not(.grid) .bb_more_options.member-dropdown{top:50%;-webkit-transform:translateY(-54%);-ms-transform:translateY(-54%);transform:translateY(-54%);z-index:11} - -#members-list.item-list .member-name a{font-size:18px} - -.item-list.groups-list .item-avatar img{max-width:75px} - -.buddypress-wrap #members-list li .user-update{border:0;border-radius:0;font-style:normal;font-size:13px;margin:0;padding:0;clear:both} - -#friend-list.grid,#groups-list.grid,#members-list.grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-bottom:0;width:auto} - -#friend-list.grid>li,#groups-list.grid>li,#members-list.grid>li{margin:0 0 20px;padding:0 10px} - -#groups-list.groups-list{padding:0;margin-top:0;margin-bottom:0} - -.list-title a{color:var(--bb-headings-color);display:inline-block;font-size:20px;letter-spacing:-.24px;line-height:1.2} - -.list-title a:hover{color:var(--bb-primary-color)} - -.buddypress-wrap #friend-list:not(.grid) li .user-update,.buddypress-wrap #members-list:not(.grid) li .user-update,.buddypress-wrap .groups-list:not(.grid) li .group-desc{display:none} - -body #bbpress-forums .bp-list .action,body #buddypress .bp-list .action{margin:0} - -body #bbpress-forums .bp-list .action .generic-button,body #buddypress .bp-list .action .generic-button{margin:0 10px 0 0} - -body #bbpress-forums .bp-list .action .generic-button:last-child,body #buddypress .bp-list .action .generic-button:last-child{margin-right:0} - -body #bbpress-forums .bp-list .action .generic-button button,body #buddypress .bp-list .action .generic-button button{font-size:13px;font-weight:500;min-height:32px;line-height:32px;padding:0 20px;background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);margin:5px 0;-webkit-font-smoothing:initial;-moz-font-smoothing:initial;box-shadow:none} - -body #bbpress-forums .bp-list .action .generic-button button:focus,body #buddypress .bp-list .action .generic-button button:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -body #bbpress-forums .bp-list .action .generic-button button:active,body #bbpress-forums .bp-list .action .generic-button button:focus,body #bbpress-forums .bp-list .action .generic-button button:hover,body #buddypress .bp-list .action .generic-button button:active,body #buddypress .bp-list .action .generic-button button:focus,body #buddypress .bp-list .action .generic-button 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)} - -body #bbpress-forums .bp-list .action .generic-button button.join-group,body #buddypress .bp-list .action .generic-button button.join-group{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular)} - -body #bbpress-forums .bp-list .action .generic-button button.join-group:focus,body #buddypress .bp-list .action .generic-button button.join-group:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -body #bbpress-forums .bp-list .action .generic-button button.join-group:active,body #bbpress-forums .bp-list .action .generic-button button.join-group:focus,body #bbpress-forums .bp-list .action .generic-button button.join-group:hover,body #buddypress .bp-list .action .generic-button button.join-group:active,body #buddypress .bp-list .action .generic-button button.join-group:focus,body #buddypress .bp-list .action .generic-button button.join-group: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)} - -body #bbpress-forums .bp-list.members-list .action .generic-button a,body #bbpress-forums .bp-list.members-list .action .generic-button button,body #buddypress .bp-list.members-list .action .generic-button a,body #buddypress .bp-list.members-list .action .generic-button button{padding:0;line-height:1.54;min-height:auto;border:0;color:var(--bb-headings-color);margin-bottom:0;box-shadow:none} - -body #bbpress-forums .bp-list.members-list .action .generic-button a:hover,body #bbpress-forums .bp-list.members-list .action .generic-button button:hover,body #buddypress .bp-list.members-list .action .generic-button a:hover,body #buddypress .bp-list.members-list .action .generic-button button:hover{color:var(--bb-primary-color)} - -.buddypress-wrap .bp-list li .list-title{margin-bottom:5px} - -.buddypress-wrap .bp-list li .last-activity,.buddypress-wrap .bp-list li .member-type{clear:left;line-height:1.3;letter-spacing:0;font-size:12px;font-weight:300;color:var(--bb-alternate-text-color);margin:0} - -.buddypress-wrap .grid>li .last-activity{font-weight:500} - -.buddypress-wrap .grid>li .member-type{font-weight:500;font-size:13px} - -.bp-list li .item .group-details,.bp-list li .item .item-avatar,.bp-list li .item .item-meta,.bp-list li .item .list-title{text-align:left} - -.buddypress-wrap .members-list li .list-wrap .last-activity{color:var(--bb-alternate-text-color)} - -.bp-list li .item-avatar{float:left;margin-right:20px} - -.bp-list li .item-avatar a{display:inline-block;position:relative} - -.bp-list li .item .item-block{margin-right:0;width:auto;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -body.logged-in .bp-list li .item .item-block{-webkit-box-flex:0;-ms-flex:0 0 55%;flex:0 0 55%} - -.bp-list li .item{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap} - -.buddypress-wrap #friend-list li .user-update,.buddypress-wrap #members-list li .user-update{font-size:14px} - -#friend-list.bp-list.grid li,#members-list.bp-list.grid li{margin-bottom:20px} - -#friend-list.bp-list.grid .item-avatar,#members-list.bp-list.grid .item-avatar{margin-bottom:18px;margin-top:10px} - -#friend-list.bp-list.grid .item-avatar a,#members-list.bp-list.grid .item-avatar a{display:inline-block} - -#friend-list.bp-list.grid .item-avatar img,#members-list.bp-list.grid .item-avatar img{max-width:126px;width:100%} - -#friend-list.bp-list.grid .action,#members-list.bp-list.grid .action{text-align:center} - -#friend-list.bp-list.grid .action .generic-button,#members-list.bp-list.grid .action .generic-button{margin:0} - -#friend-list.bp-list.grid .action .generic-button a,#friend-list.bp-list.grid .action .generic-button button,#members-list.bp-list.grid .action .generic-button a,#members-list.bp-list.grid .action .generic-button button{width:auto;float:none;margin:0 auto 12px} - -.buddypress-wrap .grid.bp-list>li .item .item-block{margin-bottom:0} - -.buddypress-wrap .grid.bp-list>li .item .item-block .member-name{margin-bottom:5px} - -.buddypress:not(.logged-in) .grid.groups-list .list-wrap{min-height:30px} - -.grid>li .list-wrap .list-title{padding:0} - -.buddypress-wrap .grid.bp-list>li .list-wrap{padding-bottom:15px;height:100%} - -.buddypress-wrap .grid.bp-list>li .action{padding:0;position:static;width:100%} - -#friend-list.grid .list-wrap .item-block,#members-list.grid .list-wrap .item-block{min-height:10px} - -#friend-list.grid .list-wrap .item-block .member-name a,#members-list.grid .list-wrap .item-block .member-name a{width:100%;overflow-wrap:break-word;word-wrap:break-word} - -.buddypress-wrap .grid.bp-list>li .item .user-update{text-align:center;width:100%} - -.grid>li .list-wrap .update{color:#737373;padding:0;font-size:13px;line-height:1.6} - -div#buddypress .bs-members-items.list-view .activity-read-more a{padding-left:0} - -div#buddypress .bs-members-items.list-view .bs-meta-bp_member_last_post,div#buddypress .bs-members-items.list-view .bs-meta-xprofile_field{line-height:1.3;overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-all;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto} - -div#buddypress .bs-members-items.list-view .bs-meta-bp_member_last_post.normal span:not(.bs-output),div#buddypress .bs-members-items.list-view .bs-meta-xprofile_field.normal span:not(.bs-output){font-size:13px} - -#buddypress .bb-member-profile-card span.activity{font-size:13px} - -#buddypress .single-headers .item-meta span{color:var(--bb-alternate-text-color)} - -.buddypress-wrap .subnav-filters{margin-bottom:0;margin-top:0} - -.bp-secondary-header{margin-bottom:20px} - -.bp-secondary-header .bb-icon-grid-view-small,.bp-secondary-header .bb-icon-list-view-small,.bp-secondary-header .bb-icon-sort-desc{font-size:22px} - -#friend-list,#members-list{padding:0;margin:0} - -.buddypress-wrap .grid-filters{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:21px} - -.buddypress-wrap .grid-filters a{color:var(--bb-headings-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:5px;padding-right:5px;opacity:.4;-webkit-transition:.3s all;transition:.3s all} - -.buddypress-wrap .grid-filters a:hover{color:var(--bb-headings-color);opacity:1} - -.buddypress-wrap .grid-filters .active{opacity:1} - -a.layout-grid-view{padding-left:5px;border-right:1px solid var(--bb-content-border-color)} - -.buddypress-wrap .subnav-filters::after{content:"";display:table;clear:both} - -.buddypress-wrap .subnav-filters .bp-search{float:left} - -.buddypress-wrap .subnav-filters .grid-filters{padding:0;clear:right;float:right} - -.buddypress-wrap .subnav-filters .grid-filters a{padding-top:4px;padding-bottom:4px} - -.buddypress-wrap .subnav-filters .grid-filters a i{font-size:22px;line-height:1} - -.button-wrap.member-button-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;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end} - -.button-wrap.member-button-wrap i{font-size:22px} - -#buddypress .button-wrap.member-button-wrap .generic-button:not(.follow-button) a,#buddypress .button-wrap.member-button-wrap .generic-button:not(.follow-button) button{background:0 0;color:#939597;padding:0;margin:0;line-height:1;min-height:1px;border:0} - -#buddypress .button-wrap.member-button-wrap .generic-button:not(.follow-button) a:focus,#buddypress .button-wrap.member-button-wrap .generic-button:not(.follow-button) a:hover,#buddypress .button-wrap.member-button-wrap .generic-button:not(.follow-button) button:focus,#buddypress .button-wrap.member-button-wrap .generic-button:not(.follow-button) button:hover{color:var(--bb-primary-color);background:0 0;box-shadow:none} - -.followers-wrap,.following-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:14px;color:#939597;line-height:1;margin-bottom:5px;margin-top:5px} - -.followers-wrap strong,.following-wrap strong{color:var(--bb-body-text-color);font-weight:400;margin-right:3px} - -#buddypress .member-button-wrap .follow-button .follow-button{min-width:140px} - -#buddypress .bp-list li .generic-button{margin:0 0 0 20px} - -.directory.members .buddypress-wrap .subnav-filters{margin-bottom:0} - -.buddypress-wrap .grid.bp-list>li .item{width:100%} - -.bp-list:not(.grid) .only-grid-view{display:none!important} - -.bp-list.grid li .item{-ms-flex-flow:column;flex-flow:column} - -.bp-list.grid .only-list-view{display:none!important} - -.button-wrap.member-button-wrap.on-top{position:absolute;top:2px;right:5px} - -#buddypress .bp-list li .on-top .generic-button{margin:0} - -#buddypress .bp-list li .on-top .generic-button i{opacity:.7} - -#buddypress .bp-list li .on-top #send-private-message{margin:0 2px 0 0} - -#buddypress .only-grid-view .follow-button .follow-button{background:0 0;border:0;box-shadow:none;color:var(--bb-primary-color);line-height:1.3;min-height:1px;padding:0} - -#buddypress .only-grid-view .follow-button .follow-button:hover{color:var(--bb-primary-color);background-color:transparent} - -#buddypress .bp-list li .follow-container{margin-bottom:15px} - -#buddypress .bp-list li .follow-container>div{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;margin-bottom:0;color:var(--bb-alternate-text-color)} - -#buddypress .bp-list li .follow-container .generic-button{font-size:14px;line-height:1;margin:5px 0} - -#buddypress .bp-list:not(.grid) li .follow-container,#buddypress .bp-list:not(.grid) li .followers-wrap{margin:0} - -.bb-friend-button-tag{display:none} - -.member-header-actions .bb-friend-button-tag{display:inline-block} - -.member-header-actions .friendship-button i{display:none} - -.member-header-actions .friendship-button[data-balloon]::after,.member-header-actions .friendship-button[data-balloon]::before{display:none} - -#buddypress .bp-list li .member-button-wrap .friendship-button .bp-feedback.success{font-size:0;border:0;margin:0;padding:0;text-align:center} - -#buddypress .bp-list li .member-button-wrap .friendship-button .bp-feedback.success::before{content:"\ef64";font-family:bb-icons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:none;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;padding-top:3px;vertical-align:top;text-align:center;color:var(--bb-alternate-text-color);opacity:.7} - -#buddypress .bp-list li .member-request-list-wrap .friends-meta .bp-feedback.success{font-size:13px;font-weight:500;min-height:32px;line-height:32px;padding:0 20px;border:1px solid var(--bb-content-border-color);background:0 0;color:var(--bb-alternate-text-color);margin:5px 0;-webkit-font-smoothing:initial;border-radius:100px} - -#buddypress .bp-list li .member-request-list-wrap .generic-button a{font-size:13px;font-weight:500;min-height:34px;height:34px;line-height:32px} - -#buddypress .bp-list li .member-request-list-wrap .item-avatar .gamipress-buddypress-user-details{display:none} - -#buddypress .bp-list li .member-request-list-wrap .bp-feedback.error{padding:10px 20px 10px 0;position:absolute;top:0;left:20px;right:20px} - -#buddypress .bp-list li .member-request-list-wrap .bp-feedback.error[style*=opacity]~*{margin-top:55px} - -#buddypress .bp-list li .member-request-list-wrap .bp-feedback.error~.bp-feedback.error{display:none!important} - -#buddypress .bp-list li .member-request-list-wrap .bp-feedback.error::before{background-color:var(--bb-danger-color);border-radius:4px 0 0 4px;content:"\f534";color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:-10px 10px -10px 0;font-size:20px;font-family:dashicons;padding:0 .5em}@media screen and (max-width:1120px){ - -#buddypress .bp-list li .member-request-list-wrap .bp-feedback.error{position:static;margin-bottom:20px} - -#buddypress .bp-list li .member-request-list-wrap .bp-feedback.error~*{margin-top:0!important}} - -.bb-template-v2 #buddypress .bp-list li .member-request-list-wrap .bp-feedback.error::before{border-radius:6px 0 0 6px} - -#buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{background-color:var(--bb-body-background-color);border-top:1px solid var(--bb-content-border-color);border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius);margin:0 -20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;width:100%;bottom:0} - -#buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap>.generic-button{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:35px;padding:10px 15px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -#buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap>.generic-button>:hover{background:0 0;border:0} - -#buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap>.generic-button>:hover>i{opacity:1} - -#buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap a,#buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap button{border:0;background:0 0} - -#buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap a:focus,#buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap button:focus{color:var(--bb-primary-color);opacity:1} - -#buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap i{opacity:.7} - -#buddypress .button-wrap.member-button-wrap.footer-button-wrap .generic-button{border-right:1px solid var(--bb-content-border-color)} - -#buddypress .button-wrap.member-button-wrap.footer-button-wrap .generic-button:last-child{border:0} - -#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>*{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:transparent!important;display:-webkit-box;display:-ms-flexbox;display:flex;height:24px;margin:0;min-width:auto;pointer-events:none;width:22px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none} - -#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>::after,#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>::before{-webkit-transition:none;transition:none} - -#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>*>i{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-style:normal;line-height:1;pointer-events:auto;font-weight:400} - -#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>*>i::before{color:var(--bb-body-text-color);font-family:bb-icons;font-size:24px} - -#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>.following>i::before{content:"\ee03";font-weight:300} - -#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>.not_following>i::before{content:"\ee03"} - -#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>.not_friends>i::before{content:"\ef60"} - -#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>.is_friend>i::before{content:"\ef56";font-weight:300} - -#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>.send-message>i::before{content:"\ee62"} - -#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>.pending_friend>i::before{content:"\ef57";font-weight:300} - -#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>.awaiting_response_friend>i::before{content:"\ef57";font-weight:300} - -#buddypress .members-list>li .primary-action .generic-button{margin:10px 0 5px;padding:0} - -#buddypress .members-list>li .primary-action .generic-button>*{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);font-size:14px;font-weight:500;line-height:1.8;min-height:34px;padding:6px 20px;-webkit-transition:none;transition:none;width:100%} - -#buddypress .members-list>li .primary-action .generic-button>:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -#buddypress .members-list>li .primary-action .generic-button>: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)} - -#buddypress .members-list>li .primary-action .generic-button>.not_friends,#buddypress .members-list>li .primary-action .generic-button>.send-message{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color)} - -#buddypress .members-list>li .primary-action .generic-button>.not_friends:focus,#buddypress .members-list>li .primary-action .generic-button>.send-message:focus{box-shadow:var(--bb-outline-button-focus-shadow)} - -#buddypress .members-list>li .primary-action .generic-button>.not_friends:hover,#buddypress .members-list>li .primary-action .generic-button>.send-message: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)} - -#buddypress .members-list>li .primary-action .generic-button>*>i{font-style:normal;line-height:1;pointer-events:none} - -#buddypress .members-list>li .primary-action .generic-button>*>i::before{color:inherit;font-family:bb-icons;font-size:16px;margin-right:5px} - -#buddypress .members-list>li .primary-action .generic-button>.following>i::before{content:"\e876";font-weight:300} - -#buddypress .members-list>li .primary-action .generic-button>.following:hover>i::before{content:"\ee08";position:relative;top:1px} - -#buddypress .members-list>li .primary-action .generic-button>.not_following>i::before{content:"\ee03";font-weight:400} - -#buddypress .members-list>li .primary-action .generic-button>.not_following:hover>i::before{font-weight:300} - -#buddypress .members-list>li .primary-action .generic-button>.awaiting_response_friend>i::before{content:"\e94e"} - -#buddypress .members-list>li .primary-action .generic-button>.not_friends>i::before{content:"\ef60";font-weight:400} - -#buddypress .members-list>li .primary-action .generic-button>.not_friends:hover>i::before{font-weight:300} - -#buddypress .members-list>li .primary-action .generic-button>.is_friend>i::before{content:"\ebbd"} - -#buddypress .members-list>li .primary-action .generic-button>.send-message>i::before{content:"\ee62";font-weight:400;font-size:15px} - -#buddypress .members-list>li .primary-action .generic-button>.send-message:hover>i::before{font-weight:300} - -#buddypress .members-list>li .primary-action .generic-button>.is_friend>i::before,#buddypress .members-list>li .primary-action .generic-button>.pending_friend>i::before{content:"\e876";font-weight:300} - -#buddypress .members-list>li .primary-action .generic-button>.is_friend:hover>i::before,#buddypress .members-list>li .primary-action .generic-button>.pending_friend:hover>i::before{content:"\ee08";position:relative;top:1px} - -.follow-container{-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between} - -.list-wrap:not(.footer-buttons-on) .follow-container{margin-top:20px} - -body.logged-in .bp-list li .list-wrap:not(.follow-active) .item .item-block{-webkit-box-flex:1;-ms-flex:1;flex:1} - -.buddypress-wrap .bb-profile-grid .subnav-filters{margin-bottom:20px} - -#buddypress .member-request-list-wrap #send-private-message,#buddypress .member-request-list-wrap .follow-button{display:none} - -.follow-container.justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -.buddypress:not(.logged-in) .grid.bp-list .list-wrap{padding-bottom:15px} - -.button-wrap.member-button-wrap .friendship-button i{font-size:17px} - -.button-wrap.member-button-wrap .friendship-button .bb-icon-connection-waiting{font-size:18px} - -#buddypress .follow-button button{color:var(--bb-primary-button-text-regular);border-color:var(--bb-primary-button-border-regular)} - -#buddypress .follow-button button:hover{color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -#buddypress .follow-button button.outline{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular)} - -#buddypress .follow-button button.outline:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -#buddypress .follow-button button.outline: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)} - -#buddypress .follow-button button.outline.not_following{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color)} - -#buddypress .follow-button button.outline.not_following:focus{box-shadow:var(--bb-outline-button-focus-shadow)} - -#buddypress .follow-button button.outline.not_following: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)} - -#buddypress .bb_more_options_list .follow-button button,#buddypress .bb_more_options_list .follow-button button:hover,#buddypress .member-header-actions-wrap .bb_more_options_list .follow-button button,#buddypress .member-header-actions-wrap .bb_more_options_list .follow-button button:hover{border:0} - -.bp-members-list-hook:empty,.member-button-wrap.footer-button-wrap:empty{display:none!important}@media screen and (min-width:24em){ - -.grid.members-list .list-wrap{min-height:40px}}@media screen and (max-width:1120px){ - -.has-sidebar #friend-list .list-wrap.member-request-list-wrap{-ms-flex-flow:wrap;flex-flow:wrap} - -.has-sidebar #friend-list .friends-meta.action{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.has-sidebar #buddypress .list-wrap.member-request-list-wrap .friends-meta.action{margin-top:15px} - -.has-sidebar #buddypress #friend-list .action .button{min-width:100px}}@media screen and (max-width:1420px){ - -body.has-sidebar .buddypress-wrap .grid.bp-list.members-list>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (max-width:1145px){ - -body.has-sidebar .buddypress-wrap .grid.bp-list.members-list>li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (max-width:1240px){ - -body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.members-list>li{-webkit-box-flex:0;-ms-flex:0 0 33%;flex:0 0 33%;max-width:33%}}@media screen and (max-width:968px){ - -body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.members-list>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (max-width:799px){ - -body.has-sidebar .buddypress-wrap .grid.bp-list.members-list>li,body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.members-list>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (max-width:590px){ - -body.has-sidebar .buddypress-wrap .grid.bp-list.members-list>li,body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.members-list>li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (max-width:992px){ - -#friend-list .list-wrap.member-request-list-wrap{-ms-flex-flow:wrap;flex-flow:wrap} - -#friend-list .friends-meta.action{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -body #buddypress .list-wrap.member-request-list-wrap .friends-meta.action{margin-top:15px} - -#buddypress #friend-list .action .button{min-width:100px}}@media screen and (max-width:980px){ - -body #buddypress .bp-list .action{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (min-width:768px) and (max-width:1100px){ - -body.logged-in .bp-list li .item .item-block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (min-width:768px) and (max-width:880px){ - -body.logged-in .bp-list li .item .item-block{margin-bottom:8px} - -#buddypress .bp-list:not(.grid) li .follow-button{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:5px 0}}@media screen and (max-width:680px){ - -body.logged-in .bp-list li .item .item-block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media screen and (max-width:511px){ - -.directory.members .buddypress-wrap .subnav-filters .component-filters,.directory.members .buddypress-wrap .subnav-filters div{margin-top:0;margin-bottom:0}}@media screen and (max-width:480px){ - -body.logged-in .bp-list li .item .item-block{margin-bottom:8px} - -#buddypress .bp-list:not(.grid) li .follow-button{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:5px 0} - -#buddypress #friend-list .action .button,.has-sidebar #buddypress #friend-list .action .button{min-width:80px} - -body #buddypress #friend-list .action .generic-button{margin-right:5px} - -.buddypress .item-list.groups-list:not(.grid) .list-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap} - -.buddypress .item-list.groups-list:not(.grid) .list-wrap .item-avatar{margin-bottom:15px}} - -body.buddypress.bp-user #page #primary .entry-header{display:-webkit-box;display:-ms-flexbox;display:flex} - -.bp-dir-hori-nav nav#object-nav{background:var(--bb-content-background-color)} - -.bp-dir-hori-nav nav#object-nav.bb-single-main-nav--vertical{background:var(--bb-body-background-color)} - -.bp-dir-hori-nav nav.horizontal{display:block;width:100%;height:auto} - -.buddypress-wrap nav#object-nav.horizontal .group-nav-tabs ul li.selected,.buddypress-wrap nav#object-nav.horizontal .user-nav-tabs ul li.selected{background-color:var(--bb-body-background-color)} - -.buddypress-wrap nav#object-nav.horizontal .group-nav-tabs ul li.selected a,.buddypress-wrap nav#object-nav.horizontal .user-nav-tabs ul li.selected a{border-bottom-color:var(--bb-body-background-color)} - -.bb-user-content-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1} - -.bb-user-content-wrap .member-social{-ms-flex-flow:row wrap;flex-flow:row wrap} - -.bb-user-content-wrap .member-social>.flex{margin-bottom:10px} - -.social-networks-wrap{white-space:nowrap} - -.social-networks-wrap svg path{fill:var(--bb-alternate-text-color)} - -.social-networks-wrap .social a{color:var(--bb-headings-color)} - -.social-networks-wrap .social a:hover{color:var(--bb-primary-color)} - -.users-header .social-networks-wrap{white-space:normal;max-width:280px;z-index:1} - -.users-header .social-networks-wrap span.social{width:24px} - -.users-header .member-social-links.left-align .social-networks-wrap span.social:nth-child(6)~span.social{margin-top:5px} - -.users-header .centered #item-header-content .item-meta{text-align:center} - -.users-header .centered.my_profile .social-networks-wrap{max-width:230px} - -.users-header .centered .social-networks-wrap{text-align:center} - -.member-title-wrap{margin:30px 0 6px} - -.members-list .bp-member-type,.users-header .bp-member-type{background:var(--bb-label-background-color);border-radius:var(--bb-label-type-radius);font-size:11px;font-weight:700;color:var(--bb-label-text-color);letter-spacing:.25px;text-align:center;display:inline-block;padding:5px 15px;line-height:13.13px} - -.single-headers .member-header-actions-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -.logged-in .single-headers .member-header-actions-wrap .bb_more_options{position:relative;top:8px;right:0;margin:36px 0 0 5px}@media screen and (max-width:980px){ - -.logged-in .single-headers .member-header-actions-wrap .bb_more_options{margin:10px 0 20px;right:initial}} - -.users-header #cover-image-container .member-social-links{position:absolute;right:0;bottom:4px} - -.users-header #cover-image-container.left .member-social-links{bottom:42px} - -.users-header #cover-image-container.left .member-social-links.left-align{position:static}@media screen and (max-width:1370px){ - -.users-header #item-header-content>.flex{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.users-header #item-header-content>.flex .member-header-actions-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.users-header #item-header-content>.flex .member-header-actions-wrap .bb_more_options,.users-header #item-header-content>.flex .member-header-actions-wrap .member-header-actions{margin-top:0;top:initial} - -.users-header #cover-image-container .member-social-links{position:static;margin-bottom:15px}} - -.single-headers .member-header-actions>.generic-button{margin:5px 0 10px 2px} - -.buddypress .member-header-actions>.generic-button a,.buddypress .member-header-actions>.generic-button button{padding-top:0;padding-bottom:0;height:38px;line-height:38px} - -.buddypress .member-header-actions>.generic-button button{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular)} - -.buddypress .member-header-actions>.generic-button button:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -.buddypress .member-header-actions>.generic-button button: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)} - -.buddypress .member-header-actions>.generic-button button.block-member{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)} - -.buddypress .member-header-actions>.generic-button button.block-member:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.buddypress .member-header-actions>.generic-button button.block-member:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -.buddypress .member-header-actions>.generic-button button.not_friends{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)} - -.buddypress .member-header-actions>.generic-button button.not_friends:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.buddypress .member-header-actions>.generic-button button.not_friends:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -#buddypress .member-header-actions>.generic-button a.back-to-admin,#buddypress .member-header-actions>.generic-button a.send-message,#buddypress .member-header-actions>.generic-button a.view-as{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)} - -#buddypress .member-header-actions>.generic-button a.back-to-admin:focus,#buddypress .member-header-actions>.generic-button a.send-message:focus,#buddypress .member-header-actions>.generic-button a.view-as:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -#buddypress .member-header-actions>.generic-button a.back-to-admin:hover,#buddypress .member-header-actions>.generic-button a.send-message:hover,#buddypress .member-header-actions>.generic-button a.view-as:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -#buddypress .member-header-actions>.generic-button button.not_following{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)} - -#buddypress .member-header-actions>.generic-button button.not_following:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -#buddypress .member-header-actions>.generic-button button.not_following:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -.member-header-actions-wrap .bb_more_options_list>.generic-button a,.member-header-actions-wrap .bb_more_options_list>.generic-button button{white-space:nowrap} - -body #buddypress .member-header-actions{padding-left:5px;margin:15px 0 0;text-align:right;overflow:visible} - -body #buddypress .member-header-actions a,body #buddypress .member-header-actions button{font-weight:500} - -body #buddypress .member-header-actions .friendship-button i{font-size:15px} - -body #buddypress .member-header-actions+.bb_more_options{position:relative!important;top:10px;right:initial;margin:20px 0 0 5px} - -body #buddypress .member-header-actions+.bb_more_options i{line-height:36px;color:var(--bb-body-text-color)} - -body #buddypress .member-header-actions+.bb_more_options .bb_more_options_action>i::before{line-height:0} - -body #buddypress .member-header-actions>.generic-button>*{-webkit-transition:none;transition:none} - -body #buddypress .member-header-actions>.generic-button>* i{display:inline-block;font-style:normal} - -body #buddypress .member-header-actions>.generic-button>* i::before{display:inline-block;font-family:bb-icons;font-size:18px;margin-right:6px} - -body #buddypress .member-header-actions>.generic-button>.awaiting_response_friend,body #buddypress .member-header-actions>.generic-button>.following,body #buddypress .member-header-actions>.generic-button>.is_friend,body #buddypress .member-header-actions>.generic-button>.pending_friend{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular)} - -body #buddypress .member-header-actions>.generic-button>.awaiting_response_friend:focus,body #buddypress .member-header-actions>.generic-button>.following:focus,body #buddypress .member-header-actions>.generic-button>.is_friend:focus,body #buddypress .member-header-actions>.generic-button>.pending_friend:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -body #buddypress .member-header-actions>.generic-button>.awaiting_response_friend:hover,body #buddypress .member-header-actions>.generic-button>.following:hover,body #buddypress .member-header-actions>.generic-button>.is_friend:hover,body #buddypress .member-header-actions>.generic-button>.pending_friend: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)} - -body #buddypress .member-header-actions>.generic-button>.awaiting_response_friend{border:1px solid var(--bb-primary-color)} - -body #buddypress .member-header-actions>.generic-button>.awaiting_response_friend i::before{content:"\ef57";font-weight:400} - -body #buddypress .member-header-actions>.generic-button>.following i::before{content:"\e876";font-weight:400} - -body #buddypress .member-header-actions>.generic-button>.following:hover i::before{content:"\ee08";font-weight:400} - -body #buddypress .member-header-actions>.generic-button>.not_following i::before{content:"\ee03";font-size:14px;font-weight:300} - -body #buddypress .member-header-actions>.generic-button>.not_friends i::before{content:"\ef60";font-weight:300} - -body #buddypress .member-header-actions>.generic-button>.pending_friend i::before{content:"\e876";font-weight:400} - -body #buddypress .member-header-actions>.generic-button>.pending_friend:hover i::before{content:"\ef64";font-weight:400} - -body #buddypress .member-header-actions>.generic-button>.is_friend i::before{content:"\e876";font-weight:400} - -body #buddypress .member-header-actions>.generic-button>.is_friend:hover i::before{content:"\ef64";font-weight:300} - -body #buddypress .member-header-actions>.generic-button>.send-message i::before{content:"\ee62";font-weight:300} - -body #buddypress .member-header-actions>.generic-button>.back-to-admin::before,body #buddypress .member-header-actions>.generic-button>.block-member::before,body #buddypress .member-header-actions>.generic-button>.view-as::before{content:"\ee69";display:inline-block;font-family:bb-icons;font-size:18px;margin-right:6px;font-weight:400} - -body #buddypress .member-header-actions>.generic-button>.block-member{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:7px;padding-bottom:7px} - -body #buddypress .member-header-actions>.generic-button>.block-member::before{content:"\ee08";font-weight:400;position:relative;top:1px}@media screen and (max-width:980px){ - -body #buddypress .member-header-actions+.bb_more_options{margin:10px 0 20px}} - -#buddypress div#item-header-cover-image .user-nicename,#buddypress div#item-header-cover-image .user-nicename a{margin:0 15px 0 0} - -.single-headers .followers-wrap,.single-headers .following-wrap{-webkit-box-flex:initial;-ms-flex:initial;flex:initial;margin-right:20px;margin-top:6px} - -.single-headers .followers-wrap strong,.single-headers .following-wrap strong{font-weight:500} - -#member-front-widgets{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -10px} - -#member-front-widgets .widget{margin:10px;-webkit-box-flex:0;-ms-flex:0 0 calc(25% - 20px);flex:0 0 -webkit-calc(25% - 20px);flex:0 0 calc(25% - 20px)} - -#member-front-widgets ul.item-list{margin:0} - -#buddypress .bb-bp-invites-content{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:55px 80px} - -#buddypress .bb-bp-invites-content .screen-heading{font-size:22px;line-height:1.1} - -#buddypress .bb-bp-invites-content .invite-info{font-size:16px;color:var(--bb-alternate-text-color);letter-spacing:-.27px;line-height:1.2} - -#buddypress .bb-bp-invites-content label{display:block;font-size:16px;font-weight:400;color:var(--bb-alternate-text-color);letter-spacing:-.27px;line-height:1.2;margin:1.6875rem 0} - -#buddypress .bb-bp-invites-content textarea{height:120px;margin-bottom:0;padding:10px 15px} - -#buddypress .bb-bp-invites-content .bp-feedback{margin:0 0 30px} - -#member-invites-table{box-shadow:none;margin-bottom:0;border:0} - -#member-invites-table td,#member-invites-table th{padding:12px 0 12px 25px} - -#member-invites-table th{border-bottom:1px solid var(--bb-content-border-color);border-top:1px solid var(--bb-content-border-color)} - -#member-invites-table th:first-child{border-left:1px solid var(--bb-content-border-color);border-top-left-radius:var(--bb-block-radius-inner)} - -#member-invites-table th:last-child{border-right:1px solid var(--bb-content-border-color);border-top-right-radius:var(--bb-block-radius-inner)} - -#member-invites-table tr{background-color:transparent!important;border-bottom:0} - -#member-invites-table tr td{border-bottom:0} - -#member-invites-table tr td input{background-color:var(--bb-content-alternate-background-color)!important} - -#member-invites-table tr td:first-child{border-left:1px solid var(--bb-content-border-color)} - -#member-invites-table tr td:last-child{border-right:1px solid var(--bb-content-border-color)} - -#member-invites-table tr:first-child td{padding-top:24px} - -#member-invites-table tr:last-child td{border-bottom:1px solid var(--bb-content-border-color);padding-top:10px;padding-bottom:25px} - -#member-invites-table td.field-actions,#member-invites-table th.actions{padding:12px 0 12px 25px;text-align:left} - -#member-invites-table td.field-actions span,#member-invites-table th.actions span{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);border-radius:100%;padding:1px;line-height:16px;font-size:16px;text-align:center;display:inline-block;vertical-align:middle;margin-right:5px;margin-left:-15px;cursor:pointer} - -#member-invites-table td.field-actions span:focus,#member-invites-table th.actions span:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -#member-invites-table td.field-actions span i::before,#member-invites-table th.actions span i::before{content:"\e828";font-family:bb-icons;height:20px;width:20px;display:inline-block;font-size:20px;margin:0} - -#member-invites-table .field-actions-last{padding:12px 0;text-align:left} - -#member-invites-table .field-actions-add i::before{margin:0} - -#member-invites-table .field-actions-add{margin-left:7px} - -#member-invites-table .field-actions-add i{vertical-align:middle;display:inline-block;background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border-radius:100%;padding:5px;height:auto;width:auto;line-height:1;font-size:20px} - -#member-invites-table .field-actions-add i ::before{content:"\eef9";font-family:bb-icons;margin:0} - -#member-invites-table .field-actions-add i:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover)} - -#buddypress #send-invite-form #wp-bp-member-invites-custom-content-editor-container{border-radius:4px;overflow:hidden} - -#buddypress #send-invite-form .submit{padding-top:30px}@media screen and (max-width:420px){ - -#send-invite-form #member-invites-table{table-layout:fixed} - -#send-invite-form #member-invites-table th{white-space:normal;line-height:1.2} - -#send-invite-form #member-invites-table th.title{width:40%} - -#send-invite-form #member-invites-table th.title.actions{width:20%} - -#send-invite-form #member-invites-table td{padding:12px 5px} - -#send-invite-form #member-invites-table td input{max-width:100%;margin:0 5px} - -#send-invite-form #member-invites-table td.field-actions span{margin-right:0;margin-left:6px} - -#send-invite-form #member-invites-table td .field-actions-add{margin-left:2px}} - -.bp-invitee-status a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.bp-invitee-status span{font-size:20px;width:22px;margin-right:5px} - -.bp-invitee-status .registered{color:inherit} - -#buddypress #invites-send-invite-personal-li a::before{content:"\ee62";font-family:bb-icons} - -#buddypress #invites-sent-invites-personal-li a::before{font-family:bb-icons;content:"\eeba"} - -td.field-email span,td.field-name span{word-break:break-word} - -.bb-template-v1 .bp-invites-container{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color)} - -.bb-template-v1 .bp-invites-container .bp-navs{border-bottom:1px solid var(--bb-content-border-color)} - -.bp-invites-container .bb-bp-invites-content .table-responsive .page-numbers{display:inline-block;vertical-align:middle;border-radius:var(--bb-block-radius-inner);margin-bottom:20px!important} - -.invites:not(.settings) #buddypress .bb-bp-invites-content{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:30px 50px} - -.invites:not(.settings) #buddypress.bp-single-vert-nav .bb-bp-invites-content{padding:30px} - -.bp-invites-container .bp-navs{background:0 0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:10px;border-right:0;border-radius:4px 4px 0 0;padding:0} - -.bp-invites-container .bp-navs a{margin:0 20px -1px;padding:14px 0} - -.bp-invites-container .bp-navs a::before{display:none} - -.bp-invites-container .bp-navs a:hover{background:0 0} - -.bp-invites-container .bp-navs .selected a{background:0 0;border-bottom:1px solid var(--bb-primary-color);font-weight:500} - -#buddypress .bp-invites-container .bp-navs li{float:left} - -.member-header-actions.action:empty{display:none}@media only screen and (min-width:1081px){ - -#group-activity,#user-activity{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;padding-top:0}} - -#secondary.no-padding-top{padding-top:0} - -.bp-single-vert-nav .bb-profile-grid #subnav{margin-bottom:20px} - -.recent-visitors{background:#fff;border:1px solid var(--bb-content-border-color);padding:20px;border-top:0} - -.recent-visitors h5{font-weight:500;margin-bottom:12px!important} - -.recent-visitors a{display:inline-block;margin-right:5px} - -body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs .selected a{border-bottom-color:var(--bb-primary-color)}@media screen and (max-width:600px){ - -.invite-settings.bp-tables-user{white-space:nowrap;margin-bottom:10px}}@media screen and (max-width:1200px){ - -#member-front-widgets .widget{-webkit-box-flex:0;-ms-flex:0 0 calc(33.33% - 20px);flex:0 0 -webkit-calc(33.33% - 20px);flex:0 0 calc(33.33% - 20px)}}@media screen and (min-width:981px){ - -body #buddypress .member-header-actions{margin:30px 0 0}}@media screen and (max-width:1080px){ - -#buddypress .bb-bp-invites-content{padding:30px}}@media screen and (max-width:900px){ - -#buddypress .bb-bp-invites-content{padding:20px;max-width:100%} - -body.invites.has-sidebar #buddypress .bb-bp-invites-content{padding:20px}}@media screen and (max-width:980px){ - -div#item-header-content .flex{-ms-flex-flow:row wrap;flex-flow:row wrap} - -body #buddypress .member-header-actions{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:0;text-align:left} - -body #buddypress .member-header-actions>.generic-button{float:left;margin-left:0;margin-right:10px} - -#member-front-widgets .widget{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 20px);flex:0 0 -webkit-calc(50% - 20px);flex:0 0 calc(50% - 20px)}}@media screen and (max-width:782px){ - -div#item-header-content .flex{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -.social-networks-wrap{width:100%} - -.member-title-wrap{margin-top:5px} - -.single-headers .following-wrap{margin-right:0} - -body #buddypress .member-header-actions{text-align:center} - -body #buddypress .member-header-actions>.generic-button{float:none;margin-left:5px;margin-right:5px} - -.single-headers .followers-wrap,.single-headers .following-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -#buddypress div#item-header-cover-image .user-nicename{margin:0 0 5px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.single-headers .activity{margin-bottom:0}}@media screen and (max-width:640px){ - -#member-front-widgets .widget{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 20px);flex:0 0 -webkit-calc(100% - 20px);flex:0 0 calc(100% - 20px)}} - -.elementor-widget-wrap div.item-options,.widget.buddypress div.item-options{border-bottom:1px solid var(--bb-content-border-color);font-size:0;line-height:1;margin:-10px 0 15px;padding:0} - -.elementor-widget-wrap div.item-options a,.widget.buddypress div.item-options a{color:var(--bb-body-text-color);font-size:.875rem;display:inline-block;padding-bottom:10px;margin-right:1.25rem;margin-top:10px;-webkit-animation:unset;animation:unset} - -.elementor-widget-wrap div.item-options a:hover,.widget.buddypress div.item-options a:hover{color:var(--bb-primary-color)} - -.elementor-widget-wrap div.item-options a:last-child,.widget.buddypress div.item-options a:last-child{margin-right:0} - -.elementor-widget-wrap div.item-options .selected,.widget.buddypress div.item-options .selected{border-bottom:1px solid var(--bb-primary-color);color:var(--bb-primary-color);margin-bottom:-1px} - -.widget.buddypress .bp-login-widget-user-links>div,.widget.buddypress div.item{margin:0} - -.widget.buddypress .bp-login-widget-user-links>div.bp-login-widget-user-link a{font-weight:500;font-size:14px;line-height:19px;color:var(--bb-headings-color)} - -.widget.buddypress .bp-login-widget-user-links>div.bp-login-widget-user-link a:hover{color:var(--bb-primary-color)} - -.elementor-widget-wp-widget-bp_core_friends_widget div.item-avatar img,.widget.buddypress div.item-avatar img{height:auto;margin:0;max-width:38px;width:100%;border-radius:100%} - -.widget.widget_bp_groups_widget div.item-avatar img{border-radius:4px} - -.widget_bp_groups_widget.buddypress div.item-avatar img{height:auto;max-width:48px;width:100%} - -.elementor-widget-wp-widget-bp_core_follow_follower_widget .item-avatar img,.elementor-widget-wp-widget-bp_core_follow_following_widget .item-avatar img,.elementor-widget-wp-widget-bp_core_recently_active_widget .item-avatar img,.elementor-widget-wp-widget-bp_core_whos_online_widget div.item-avatar img,.widget_bp_core_recently_active_widget.buddypress div.item-avatar img,.widget_bp_core_whos_online_widget.buddypress div.item-avatar img,.widget_bp_follow_follower_widget.buddypress div.item-avatar img,.widget_bp_follow_following_widget.buddypress div.item-avatar img{height:auto;max-width:42px;width:100%} - -.widget.buddypress:not(.widget_bp_groups_widget) span.activity{display:none} - -.widget.buddypress:not(.widget_bp_groups_widget) .GamiPress-data-popup span.activity{display:inline-block} - -.widget.buddypress .item-avatar a{float:none;margin-bottom:0;margin-right:0} - -.elementor-widget-wp-widget-bp_core_friends_widget #friends-list li,.elementor-widget-wp-widget-bp_core_members_widget #friends-list li,.elementor-widget-wp-widget-bp_core_members_widget #members-list li,.widget.buddypress #friends-list li,.widget.buddypress #members-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:100%} - -.elementor-widget-wrap #groups-list li,.widget.buddypress #groups-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:7.5px 0;margin-bottom:0;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:100%} - -.elementor-widget-wrap #groups-list li{padding:10px 0} - -.widget.buddypress div.item-content,.widget.buddypress div.item-meta{margin-left:0} - -.elementor-widget-wp-widget-bp_core_whos_online_widget .avatar-block,.widget_bp_core_recently_active_widget .avatar-block,.widget_bp_core_whos_online_widget .avatar-block{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -2px} - -.widget_bp_core_recently_active_widget .avatar-block{margin-bottom:20px} - -.elementor-widget-wp-widget-bp_core_follow_follower_widget .item-avatar,.elementor-widget-wp-widget-bp_core_follow_following_widget .item-avatar,.elementor-widget-wp-widget-bp_core_recently_active_widget .item-avatar,.elementor-widget-wp-widget-bp_core_whos_online_widget .item-avatar,.widget_bp_core_recently_active_widget .item-avatar,.widget_bp_core_whos_online_widget .item-avatar,.widget_bp_follow_follower_widget .item-avatar,.widget_bp_follow_following_widget .item-avatar{padding:4px;max-width:20%} - -.widget .item-list .item-avatar{margin-right:12px} - -.widget .item-list .item{-webkit-box-flex:1;-ms-flex:1;flex:1} - -.widget .item-list .item-title a{color:var(--bb-headings-color);letter-spacing:-.24px;line-height:16px} - -.widget .item-list .item-title a:hover{color:var(--bb-primary-color)} - -.widget.widget_bp_groups_widget .item-list .item-title{margin-bottom:3px} - -.widget.widget_bp_groups_widget .item-list .item-title a{font-size:.9375rem;font-weight:500;color:var(--bb-headings-color);letter-spacing:-.24px} - -.widget.widget_bp_groups_widget .item-list .item-title a:hover{color:var(--bb-primary-color)} - -.widget.buddypress span.activity{color:var(--bb-alternate-text-color);font-size:12px;letter-spacing:-.26px;line-height:1.2} - -#bbpress-forums .widget_display_replies img.avatar,#bbpress-forums .widget_display_topics img.avatar,#bbpress-forums div.bbp-template-notice img.avatar,#bbpress-forums p.bbp-topic-meta img.avatar,#bbpress-forums ul.bbp-reply-revision-log img.avatar,#bbpress-forums ul.bbp-topic-revision-log img.avatar{margin-bottom:0;border:0} - -.widget_display_replies>ul>li{position:relative} - -.widget_display_replies>ul>li.bbp-reply-topic-no-avatar{padding-left:0} - -.widget_display_replies>ul>li>a{font-weight:600;line-height:19px} - -.widget_display_replies>ul>li div.time-since{color:var(--bb-alternate-text-color);font-size:13px;font-weight:500;padding-top:5px} - -.widget_display_replies .bbp-author-avatar img.avatar,.widget_display_replies li>img.avatar{width:40px;height:40px;border-radius:100%;position:absolute;left:0;top:-1px} - -.widget_display_replies .bbp-author-avatar{display:inline-block;float:left;margin-right:10px} - -.widget_display_replies .bbp-author-link-sep{display:none} - -.widget_display_replies .bbp-reply-topic-title,.widget_display_replies .reply-author{font-weight:600} - -.widget_display_topics li>img.avatar{width:40px;height:40px;border-radius:100%;position:relative;top:-1px} - -.widget_display_topics .topic-author{font-weight:600} - -.widget_display_topics .bbp-forum-title{font-weight:600} - -.widget_display_topics ul li{font-weight:400;color:var(--bb-headings-color);font-size:14px;line-height:19px} - -.widget_display_topics ul li>a{font-weight:600} - -.widget_display_topics ul li>span{font-weight:600} - -.widget_display_topics ul li div.time-since{color:var(--bb-alternate-text-color);font-size:13px;font-weight:500;padding-top:5px} - -.widget_display_topics ul li.bbp-topic-no-avatar .bbp-topic-time{margin-left:0} - -.widget_display_topics .bbp-topic-author-wrapper{display:inline-block;float:left;margin-right:10px} - -.widget_display_topics .bbp-topic-author-wrapper img{width:36px} - -.bbp-stats .bbp-count{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} - -.bbp-stats .bbp-count strong{font-size:36px;font-weight:600;color:var(--bb-headings-color)} - -.bbp-stats .bbp-count i{display:none} - -ul.bbp-stats{margin:20px 0 0} - -ul.bbp-stats h4{font-size:13px;font-weight:500;line-height:16px;color:var(--bb-alternate-text-color);padding:0 10px;min-height:33px} - -.widget.widget_bp_core_login_widget label{font-size:16px;line-height:21px;font-weight:500;letter-spacing:-.24px} - -.widget.widget_bp_core_login_widget .bbp-remember-me label{font-size:14px;line-height:21px;font-weight:400;letter-spacing:-.15px} - -.widget.widget_bp_core_login_widget::after{content:"";display:table;clear:both} - -.widget.widget_bp_core_login_widget.bs-bp-login .widget-title{margin-bottom:10px} - -.widget.widget_bp_core_login_widget input[type=password],.widget.widget_bp_core_login_widget input[type=text]{width:100%;height:41px;line-height:41px;padding:0 12px} - -.widget.widget_bp_core_login_widget .forgetmenot label{font-size:14px;line-height:21px;font-weight:400;letter-spacing:-.15px} - -.widget.widget_bp_core_login_widget .forgetmenot .bs-styled-checkbox:checked+label::after{line-height:17px} - -.widget.widget_bp_core_login_widget.buddypress #bp-login-widget-form #bp-login-widget-submit{float:right;margin-top:10px;margin-right:0;font-size:14px;font-weight:500;min-width:100px;height:34px;cursor:pointer;padding:5px 20px} - -.widget.widget_bp_core_login_widget.buddypress #bp-login-widget-form #bp-login-widget-submit.bp-login-btn-active{background:var(--bb-primary-color)} - -.widget.widget_bp_core_login_widget label[for=bp-login-widget-user-login],.widget.widget_bp_core_login_widget label[for=bp-login-widget-user-pass]{position:relative} - -.widget.widget_bp_core_login_widget label[for=bp-login-widget-user-pass] span.label-switch{position:absolute;top:46px;right:10px;font-size:0;-webkit-transition:all .3s ease;transition:all .3s ease;cursor:pointer} - -.widget.widget_bp_core_login_widget label[for=bp-login-widget-user-pass] span.label-switch::after{content:"\ee69";font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;font-size:20px;color:var(--bb-body-text-color)} - -.widget.widget_bp_core_login_widget label[for=bp-login-widget-user-pass] span.label-switch.bb-eye::after{content:"\ee6a"} - -.widget.widget_bp_core_login_widget .bp-login-widget-register-link{clear:both;display:none} - -.widget.widget_bp_core_login_widget .bs-login-id{margin:0;text-align:center} - -.widget.widget_bp_core_login_widget .bs-login-id span{width:33%;border-radius:100%;position:relative;display:inline-block;background-size:cover;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%} - -.widget.widget_bp_core_login_widget .bs-login-id span::after{content:"";display:block;padding-bottom:100%} - -#bp-login-widget-form{width:100%} - -#bp-login-widget-form label{display:block} - -#bp-login-widget-form label[for=bp-login-widget-rememberme]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -#bp-login-widget-form input{margin-bottom:12px} - -.widget_bp_core_login_widget label[for=bp-login-widget-user-login]::before{top:36px} - -.widget_bp_core_login_widget label[for=bp-login-widget-user-pass]::before{top:32px} - -.widget_bp_core_login_widget label[for=bp-login-widget-user-pass] span.label-switch{top:35px} - -.widget_bp_core_login_widget .forgetmenot{width:100%;margin-top:5px} - -.widget.bbp_widget_login label{font-size:16px;line-height:21px;font-weight:500;letter-spacing:-.24px} - -.widget.bbp_widget_login .bbp-remember-me label{font-size:14px;line-height:21px;font-weight:400;letter-spacing:-.15px} - -.widget.bbp_widget_login .bs-styled-checkbox+label::before{position:relative;top:-2px} - -.widget.bbp_widget_login div.bbp-submit-wrapper .button.submit{min-width:100px} - -.bbp_widget_login::after{content:" ";display:table;clear:both} - -.bbp_widget_login form.bbp-login-form{width:100%} - -.bbp_widget_login fieldset>legend{display:none} - -.bbp_widget_login input[type=password],.bbp_widget_login input[type=text]{width:100%;height:41px;line-height:41px;padding:0 12px} - -.bbp_widget_login .bbp-login-form .bbp-username{margin-top:0} - -.bbp_widget_login .bbp-login-form .bbp-password label,.bbp_widget_login .bbp-login-form .bbp-username label{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bbp_widget_login label[for=user_login],.bbp_widget_login label[for=user_pass]{display:block;margin:0 0 10px;position:relative} - -.bbp_widget_login label[for=user_pass] span.label-switch{position:absolute;top:46px;right:10px;font-size:0;-webkit-transition:all .3s ease;transition:all .3s ease;cursor:pointer} - -.bbp_widget_login label[for=user_pass] span.label-switch::after{content:"\ee69";font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;font-size:20px;color:var(--bb-body-text-color)} - -.bbp_widget_login label[for=user_pass] span.label-switch.bb-eye::after{content:"\ee6a"} - -.bbp_widget_login .bbp-remember-me{float:none;margin-top:15px} - -.bbp_widget_login .bbp-submit-wrapper{float:none;margin-top:10px;text-align:left} - -.bbp_widget_login .bbp-submit-wrapper p.lostmenot{display:none} - -.bbp_widget_login .bbp-submit-wrapper button{font-size:14px;font-weight:500;min-width:100px;height:34px;padding:4px 20px;cursor:pointer} - -.bbp_widget_login .bbp-submit-wrapper button.bp-login-btn-active{background:var(--bb-primary-color)} - -.bbp_widget_login .bbp-logged-in>a.user-submit{float:left;margin-right:15px} - -.bbp_widget_login .bbp-logged-in>a.user-submit>img{margin-right:0;border-radius:100px} - -.bbp_widget_login h2.widget-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bbp_widget_login .bbp-login-links{margin-top:20px;overflow:hidden;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} - -.bbp_widget_login .bbp-login-links a:first-child{margin-right:10px} - -.bbp-logged-in>a>.avatar,.buddypress-wrap.round-avatars .bbp-logged-in>a>.avatar{width:52px;height:auto;border-radius:3px} - -.bbp_widget_login a.button.logout-link{padding:3px 0;font-size:14px;font-weight:500;font-style:normal;line-height:1;color:var(--bb-primary-color);background:0 0;border:0;min-height:auto} - -.bbp_widget_login a.button.logout-link:hover{color:var(--bb-primary-color);box-shadow:none} - -.widget .bp-site-wide-message #message button{background:0 0;border:0;padding:0;position:absolute;min-height:1px;top:-48px;right:-7px} - -.widget .bp-site-wide-message #message button span{font-size:0;line-height:1;display:block} - -.widget .bp-site-wide-message #message button span::before{content:"\e828";color:#fff;font-family:bb-icons;font-size:26px;font-style:normal;font-weight:100;display:inline-block;text-decoration:inherit;text-align:center;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} - -.widget .bp-site-wide-message #message p{margin:0;padding-right:0;position:static} - -.widget .bp-site-wide-message #message p strong{font-weight:600;font-size:12px;color:var(--bb-headings-color);letter-spacing:.25px;line-height:16px;text-transform:uppercase;margin-bottom:-8px;display:block} - -.bp-site-wide-message{position:relative} - -div#groups-list-options{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} - -.bb-widget-dropdown{margin-left:auto;position:relative} - -.bb-widget-dropdown i.bb-icon-menu-dots-v{position:relative;top:-2px;font-size:20px;margin-bottom:-5px;display:block} - -.widget_bp_core_recently_active_widget .widget-title{display:-webkit-box;display:-ms-flexbox;display:flex} - -.widget_bp_core_recently_active_widget .widget-title a.bs-widget-reload{color:#939597;margin-left:auto} - -.more-block{text-align:center;text-transform:capitalize;margin:10px 0 0;display:block;height:18px;font-size:14px;line-height:21px} - -.more-block a.count-more{cursor:pointer;padding-left:10px} - -.more-block a.count-more .bb-icon-angle-right{line-height:17px;display:inline-block} - -.more-block .bb-icon-angle-right::before{font-size:18px;vertical-align:bottom;margin-left:.1em;margin-right:0} - -.elementor-widget-wp-widget-bp_core_whos_online_widget .item-avatar a,.widget_bp_core_whos_online_widget .item-avatar a{display:inline-block} - -.elementor-widget-wp-widget-bp_core_whos_online_widget .item-avatar a .member-status,.widget_bp_core_whos_online_widget .item-avatar a .member-status{width:13px;height:13px;right:1px;top:3px;border:2px solid var(--bb-content-background-color)} - -.elementor-widget-wp-widget-bp_core_whos_online_widget .item-avatar a .member-status.online,.widget_bp_core_whos_online_widget .item-avatar a .member-status.online{background-color:var(--bb-success-color)} - -.elementor-widget-wp-widget-bp_core_whos_online_widget .item-avatar a .member-status.offline,.widget_bp_core_whos_online_widget .item-avatar a .member-status.offline{background-color:#bdbdbd} - -.elementor-widget-wp-widget-bp_core_members_widget #members-list .item-avatar,.widget_bp_core_members_widget #members-list .item-avatar{position:relative} - -.elementor-widget-wp-widget-bp_core_members_widget #members-list .item-avatar a,.widget_bp_core_members_widget #members-list .item-avatar a{display:inline-block} - -.elementor-widget-wp-widget-bp_core_members_widget #members-list .item-avatar a .member-status,.widget_bp_core_members_widget #members-list .item-avatar a .member-status{width:13px;height:13px;right:-3px;top:1px;border:2px solid var(--bb-content-background-color)} - -.elementor-widget-wp-widget-bp_core_members_widget #members-list .item-avatar a .member-status.online,.widget_bp_core_members_widget #members-list .item-avatar a .member-status.online{background-color:var(--bb-success-color)} - -.elementor-widget-wp-widget-bp_core_members_widget #members-list .item-avatar a .member-status.offline,.widget_bp_core_members_widget #members-list .item-avatar a .member-status.offline{background-color:#bdbdbd} - -.widget_bp_core_members_widget #members-list .member_last_visit{font-size:12px;color:var(--bb-alternate-text-color)} - -.widget.buddypress #network-list li{display:-webkit-box;display:-ms-flexbox;display:flex} - -.widget.buddypress #network-list li .item-title a{letter-spacing:0;color:var(--bb-headings-color)} - -.widget.buddypress #network-list li .item-data{color:var(--bb-headings-color)} - -.widget.buddypress #network-list li .item-data .netowrk-post-activity{color:#939597} - -.widget.buddypress #network-list li div.item-avatar img{width:28px;height:28px} - -.widget.buddypress #network-list li .data-photo{max-width:60%;margin:5px 0} - -.widget.buddypress #network-list li .data-photo a{border-radius:3px} - -.netowrk-post-type{color:#939597} - -a.button.logout-link{padding:6px 15px;min-height:20px;font-size:12px;font-weight:600;font-style:normal;line-height:1} - -body.buddypress .buddypress-wrap .bbp-logged-in h5{margin-top:4px;margin-bottom:0} - -#buddypress .bbp_widget_login a.button.logout-link,.buddypress .buddypress-wrap .bbp_widget_login a.button.logout-link{padding:3px 0;font-size:13px;font-weight:500;font-style:normal;line-height:1;color:var(--bb-primary-color);background:0 0;border:0;min-height:auto} - -#buddypress .bbp_widget_login a.button.logout-link:hover,.buddypress .buddypress-wrap .bbp_widget_login a.button.logout-link:hover{color:#0f74e0} - -.bp-login-widget-user-logout a.logout{padding:3px 0;font-weight:500;font-style:normal;line-height:1} - -.single .hentry .buddypress.widget .activity-list blockquote{background:0 0;color:var(--bb-body-text-color)} - -.single .hentry .buddypress.widget .activity-list blockquote::before{display:none} - -.elementor-widget-wp-widget-bp_core_follow_follower_widget .avatar-block,.elementor-widget-wp-widget-bp_core_follow_following_widget .avatar-block,.elementor-widget-wp-widget-bp_core_recently_active_widget .avatar-block,.widget_bp_follow_follower_widget .avatar-block,.widget_bp_follow_following_widget .avatar-block{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -2px} - -#buddypress .widget .mc4wp-form-fields p,.buddypress .buddypress-wrap .widget .mc4wp-form-fields p,.widget .mc4wp-form-fields p{display:-webkit-box;display:-ms-flexbox;display:flex} - -#buddypress .widget .mc4wp-form-fields input[type=submit],.buddypress .buddypress-wrap .widget .mc4wp-form-fields input[type=submit],.widget .mc4wp-form-fields input[type=submit]{font-size:14px;padding:0 10px;border-radius:0 3px 3px 0} - -#buddypress .widget .mc4wp-form-fields input[type=submit]:disabled,.buddypress .buddypress-wrap .widget .mc4wp-form-fields input[type=submit]:disabled,.widget .mc4wp-form-fields input[type=submit]:disabled{background:#d0d4d8} - -#buddypress .widget .mc4wp-form-fields input[type=submit][disabled=disabled],.buddypress .buddypress-wrap .widget .mc4wp-form-fields input[type=submit][disabled=disabled],.widget .mc4wp-form-fields input[type=submit][disabled=disabled]{background:#d0d4d8;color:#fff;border:1px solid transparent} - -#buddypress .widget .mc4wp-form-fields input[type=email],.buddypress .buddypress-wrap .widget .mc4wp-form-fields input[type=email],.widget .mc4wp-form-fields input[type=email]{border-radius:3px 0 0 3px;border-right:0;font-size:14px;letter-spacing:-.24px;min-width:160px} - -.widget_display_topics ul li{margin-bottom:15px} - -.widget_display_topics ul img.avatar{border-radius:50%} - -body.buddypress .buddypress-wrap .bb-recent-posts h4{margin:0} - -#buddypress .widget_display_search input#bbp_search_submit{display:none} - -.buddypress-wrap.round-avatars .widget:not(.widget_bp_core_members_widget) .avatar{border-radius:3px} - -.buddypress-wrap .widget.widget_bps_widget .standard-form label{font-weight:400;margin-top:0} - -.buddypress-wrap .widget.widget_bps_widget .standard-form .submit{padding-top:0} - -.widget.widget_bps_widget .ui-accordion .ui-accordion-header,.widget.widget_bps_widget.ui-accordion .ui-accordion-header,div[id*=bps_accordion_form] .ui-accordion .ui-accordion-header,div[id*=bps_accordion_form].ui-accordion .ui-accordion-header{padding-left:30px} - -.widget.widget_bps_widget .ui-accordion .ui-accordion-content,.widget.widget_bps_widget.ui-accordion .ui-accordion-content,div[id*=bps_accordion_form] .ui-accordion .ui-accordion-content,div[id*=bps_accordion_form].ui-accordion .ui-accordion-content{padding:1em} - -.widget.widget_bps_widget .ui-accordion-header .ui-icon-minus,.widget.widget_bps_widget .ui-accordion-header .ui-icon-plus,div[id*=bps_accordion_form] .ui-accordion-header .ui-icon-minus,div[id*=bps_accordion_form] .ui-accordion-header .ui-icon-plus{background-image:none;text-indent:initial;margin-top:-7px} - -.widget.widget_bps_widget .ui-accordion-header .ui-icon-minus::after,.widget.widget_bps_widget .ui-accordion-header .ui-icon-plus::after,div[id*=bps_accordion_form] .ui-accordion-header .ui-icon-minus::after,div[id*=bps_accordion_form] .ui-accordion-header .ui-icon-plus::after{font-family:bb-icons;display:inline-block;width:16px;height:16px;font-style:normal;font-weight:400;speak:none;text-decoration:inherit;text-align:center;font-variant:normal;text-transform:none;line-height:1em;font-size:16px;position:absolute;left:0;top:0} - -.widget.widget_bps_widget .ui-accordion-header .ui-icon-plus::after,div[id*=bps_accordion_form] .ui-accordion-header .ui-icon-plus::after{content:"\eef9"} - -.widget.widget_bps_widget .ui-accordion-header .ui-icon-minus::after,div[id*=bps_accordion_form] .ui-accordion-header .ui-icon-minus::after{content:"\eed8"} - -.widget.widget_bps_widget .ui-widget,.widget.widget_bps_widget.ui-widget,div[id*=bps_accordion_form] .ui-widget,div[id*=bps_accordion_form].ui-widget{font-family:inherit} - -.widget.widget_bps_widget .ui-accordion-content .bps-selectbox select,.widget.widget_bps_widget .ui-accordion-content input[type=search],div[id*=bps_accordion_form] .ui-accordion-content .bps-selectbox select,div[id*=bps_accordion_form] .ui-accordion-content input[type=search]{width:100%} - -.widget.widget_bps_widget .ui-accordion-content label,div[id*=bps_accordion_form] .ui-accordion-content label{display:inline-block;margin-bottom:5px;font-weight:400} - -.widget.widget_bps_widget .ui-state-default,div[id*=bps_accordion_form] .ui-state-default{background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color);color:inherit} - -.widget.widget_bps_widget .ui-state-focus,div[id*=bps_accordion_form] .ui-state-focus{background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color)} - -.widget.widget_bps_widget .ui-state-active,div[id*=bps_accordion_form] .ui-state-active{background:var(--bb-primary-color);border-color:var(--bb-primary-color);color:#fff} - -.widget.widget_bps_widget .bps-description,div[id*=bps_accordion_form] .bps-description{color:var(--bb-alternate-text-color)} - -.widget.widget_bps_widget .ui-corner-all,div[id*=bps_accordion_form] .ui-corner-all{border-radius:var(--bb-input-radius)} - -.widget.widget_bps_widget .ui-corner-top,div[id*=bps_accordion_form] .ui-corner-top{border-top-right-radius:var(--bb-input-radius);border-top-left-radius:var(--bb-input-radius)} - -.widget.widget_bps_widget .ui-corner-bottom,div[id*=bps_accordion_form] .ui-corner-bottom{border-bottom-right-radius:var(--bb-block-radius-inner);border-bottom-left-radius:var(--bb-block-radius-inner)} - -.widget_sfwd-quiz-widget li h4,body.buddypress .buddypress-wrap .widget_sfwd-quiz-widget li h4{margin-bottom:10px} - -#buddypress .widget_search .search-submit{display:none} - -.widget_nav_menu.buddypress_object_nav{overflow:hidden} - -.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical{width:100%;min-height:auto} - -.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical li.selected{background:0 0} - -.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical li a{padding:2px 0} - -.widget_nav_menu.buddypress_object_nav nav#object-nav,.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical{padding-left:0;padding-right:0;background-color:transparent;border:0;margin-bottom:0} - -.widget_nav_menu.buddypress_object_nav nav#object-nav .more-button,.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical .more-button{display:none} - -.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical>ul>li,.widget_nav_menu.buddypress_object_nav nav#object-nav>ul>li{padding-right:0;float:none} - -.widget_nav_menu.buddypress_object_nav nav#object-nav ul.sub-menu,.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical ul.sub-menu{margin-left:0} - -.widget_nav_menu.buddypress_object_nav nav#object-nav ul.sub-menu a,.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical ul.sub-menu a{padding:8px 0} - -.widget_nav_menu.buddypress_object_nav nav#object-nav ul.sub-menu a:hover,.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical ul.sub-menu a:hover{background:0 0} - -.widget_nav_menu.buddypress_object_nav nav#object-nav ul.sub-menu .selected>a,.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical ul.sub-menu .selected>a{background:0 0} - -.widget .bp-navs ul li{margin-bottom:10px} - -.bp-profile-search-widget{margin-bottom:.9375rem;padding:0} - -.bp-profile-search-widget .bps-form-title{font-weight:600;border-bottom:1px solid rgba(0,0,0,.06);margin:0;padding:1.125rem 1.25rem} - -.bp-profile-search-widget .bps-form{margin:0;padding:1.125rem 1.25rem 1.375rem} - -.bp-profile-search-widget .bps-label{font-size:14px;font-weight:400;margin-bottom:8px;display:block} - -.bp-profile-search-widget .bps-label strong{font-weight:400} - -.bp-profile-search-widget label{font-size:14px;font-weight:400} - -.bp-profile-search-widget .bp-checkbox-wrap label,.bp-profile-search-widget .bp-radio-wrap label{color:var(--bb-headings-color);text-transform:none;font-size:15px;font-weight:500} - -.bp-profile-search-widget .bp-checkbox-wrap label::after{font-weight:400;top:1px} - -.bp-profile-search-widget input[type=search]{background:0 0;padding-left:12px;width:100%} - -.bp-profile-search-widget p.bps-description{margin:5px 0;font-size:12px;color:var(--bb-headings-color)} - -.bp-profile-search-widget .bp-checkbox-wrap,.bp-profile-search-widget .bp-radio-wrap{margin-bottom:0} - -.bp-profile-search-widget .submit-wrapper input{min-width:140px;font-size:14px;font-weight:500} - -.bp-profile-search-widget .bp-field-wrap input:not([type=checkbox],[type=radio]){width:100%} - -.bp-profile-search-widget .clear-from-wrap{margin-bottom:20px} - -.bp-profile-search-widget .bp-heading-field-wrap{background:var(--bb-content-alternate-background-color);border-top:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color);margin:0 -20px 20px;padding:12px 20px} - -.bp-profile-search-widget .bp-heading-field-wrap strong{text-transform:uppercase;font-size:.75rem;font-weight:600;color:var(--bb-headings-color)} - -.bp-profile-search-widget .bp-heading-field-wrap p.bps-description{margin:5px 0 0} - -.bp-profile-search-widget .date-label{display:block;margin-bottom:5px} - -.bp-profile-search-widget .date-wrapper select{margin-bottom:10px} - -.buddypress.widget ul.item-list{margin:0} - -.buddypress.widget ul.item-list li .item-avatar .avatar{width:100%} - -.elementor-widget-wp-widget-bp_latest_activities .activity-link-preview-image,.widget.activity_update .activity-link-preview-image{max-width:100%} - -.elementor-widget-wp-widget-bp_latest_activities .activity-link-preview-content,.widget.activity_update .activity-link-preview-content{clear:both;padding:0} - -.elementor-widget-wp-widget-bp_latest_activities .activity-link-preview-title,.widget.activity_update .activity-link-preview-title{font-style:normal;margin-bottom:5px;margin-right:0} - -.elementor-widget-wp-widget-bp_latest_activities footer cite,.widget.activity_update footer cite{margin-right:12px} - -.elementor-widget-wp-widget-bp_latest_activities .activity-list>div,.widget.activity_update .activity-list>div{margin-bottom:15px} - -.elementor-widget-wp-widget-bp_latest_activities .activity-list>div:last-of-type,.widget.activity_update .activity-list>div:last-of-type{margin-bottom:0} - -.elementor-widget-wp-widget-bp_latest_activities .activity-list>div p,.widget.activity_update .activity-list>div p{margin-bottom:10px} - -.elementor-widget-wp-widget-bp_latest_activities .activity-list img,.widget.activity_update .activity-list img{margin-bottom:0} - -.elementor-widget-wp-widget-bp_latest_activities .view.activity-time-since,.widget.activity_update .view.activity-time-since{font-style:normal;font-weight:500;font-size:13px} - -.elementor-widget-wp-widget-bp_latest_activities footer,.widget.activity_update footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.elementor-widget-wp-widget-bp_latest_activities .activity-update .update-item,.widget.activity_update .activity-update .update-item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.elementor-widget-wp-widget-bp_latest_activities .activity-update .update-item a[href=""],.widget.activity_update .activity-update .update-item a[href=""]{cursor:default} - -.elementor-widget-wp-widget-bp_latest_activities .activity-update p,.widget.activity_update .activity-update p{color:var(--bb-alternate-text-color)} - -.elementor-widget-wp-widget-bp_latest_activities .activity-update p a[href]:not([href=""]):not(.activity-time-since),.widget.activity_update .activity-update p a[href]:not([href=""]):not(.activity-time-since){color:var(--bb-headings-color);font-weight:500} - -.elementor-widget-wp-widget-bp_latest_activities .activity-update p a[href]:not([href=""]):not(.activity-time-since):hover,.widget.activity_update .activity-update p a[href]:not([href=""]):not(.activity-time-since):hover{color:var(--bb-primary-color)} - -.elementor-widget-wp-widget-bp_latest_activities .activity-update .activity-time-since,.widget.activity_update .activity-update .activity-time-since{display:block;font-size:12px;color:var(--bb-headings-color);margin-top:5px} - -.elementor-widget-wp-widget-bp_latest_activities .activity-update .activity-time-since:hover,.widget.activity_update .activity-update .activity-time-since:hover{color:var(--bb-primary-color)} - -.buddypress.widget .activity-update .update-item cite{-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px} - -.widget.bp-latest-activities .activity-update{color:var(--bb-alternate-text-color);font-size:14px;letter-spacing:-.24px;margin-bottom:20px} - -.widget.bp-latest-activities a{color:var(--bb-headings-color);font-style:normal} - -.widget.bp-latest-activities a:hover{color:var(--bb-primary-color)} - -.widget.bp-latest-activities p{margin-bottom:0} - -.widget-area .widget.bp-latest-activities .activity-update p img{max-width:15px;vertical-align:text-bottom;margin-right:5px;margin-left:2px} - -.widget.widget_block .twitter-tweet{word-break:break-word} - -.widget .bs-forums-items>li{margin-bottom:0} - -.widget .bbp-forum-form .bp-forum-settings{-ms-flex-flow:column;flex-flow:column} - -.widget ul a.subscription-toggle{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color)} - -.widget ul a.subscription-toggle:focus{box-shadow:var(--bb-outline-button-focus-shadow)} - -.widget ul a.subscription-toggle: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);box-shadow:none} - -.widget ul a.subscription-toggle: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);box-shadow:0 0 1px 2px rgba(0,0,0,.05),inset 0 0 0 2px rgba(0,0,0,.08)} - -.widget ul a.subscription-toggle.disabled,.widget ul a.subscription-toggle:disabled{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color);opacity:.5;pointer-events:none;cursor:default} - -.widget .bbp-forum-buttons-wrap{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start} - -.widget .bbp-forum-buttons-wrap>*{margin-left:0;margin-right:5px} - -.widget #bbpress-forums#bbpress-forums .bs-forums-items .bs-section-title{margin-bottom:10px} - -.widget .bbp-reply-form fieldset.bbp-form legend{font-size:20px;font-weight:500;color:var(--bb-headings-color);display:block;letter-spacing:-.24px;line-height:1.2;margin-bottom:0;padding:0} - -.widget .bbp-reply-form fieldset.bbp-form-anonymous{margin-top:15px} - -.widget .bbp-reply-form fieldset.bbp-form-anonymous legend{margin-bottom:20px} - -.widget .bbp-forum-form #whats-new-attachments,.widget .bbp-forum-form #whats-new-toolbar,.widget .bbp-reply-form #whats-new-attachments,.widget .bbp-reply-form #whats-new-toolbar,.widget .bbp-topic-form #whats-new-attachments,.widget .bbp-topic-form #whats-new-toolbar{padding-left:0;padding-right:0} - -.widget .bbp-forum-form .bbp_topic_title_wrapper,.widget .bbp-reply-form .bbp_topic_title_wrapper,.widget .bbp-topic-form .bbp_topic_title_wrapper{margin-bottom:15px;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.widget .bbp-forum-form .new_topic_title_avatar,.widget .bbp-reply-form .new_topic_title_avatar,.widget .bbp-topic-form .new_topic_title_avatar{margin-right:10px} - -.widget .bbp-forum-form #bbp-close-btn,.widget .bbp-reply-form #bbp-close-btn,.widget .bbp-topic-form #bbp-close-btn{display:none} - -.widget #bbpress-forums fieldset.bbp-form{margin-top:0} - -.widget #bbpress-forums fieldset.bbp-form label{color:var(--bb-headings-color);letter-spacing:normal} - -.widget .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar,.widget .bbp-reply-form #whats-new-toolbar .medium-editor-toolbar,.widget .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar{left:30px} - -.widget .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar.active,.widget .bbp-reply-form #whats-new-toolbar .medium-editor-toolbar.active,.widget .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active{z-index:10} - -.widget .bbp-forum-form .bbp-form label,.widget .bbp-reply-form .bbp-form label,.widget .bbp-topic-form .bbp-form label{color:var(--bb-headings-color);font-size:15px;letter-spacing:-.24px;margin-bottom:5px;line-height:1.187} - -.widget .bbp-forum-form ul.medium-editor-toolbar-actions .medium-editor-action b,.widget .bbp-reply-form ul.medium-editor-toolbar-actions .medium-editor-action b,.widget .bbp-topic-form ul.medium-editor-toolbar-actions .medium-editor-action b{width:20px} - -.widget .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions button,.widget .bbp-reply-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions button,.widget .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions button{padding:10px 3px;min-width:28px} - -.widget .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar{top:unset} - -.widget .bb-content-area.bs-replies-wrapper .bb-grid{-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} - -.widget #bbpress-forums .bs-single-forum-list>li{border:0} - -.widget fieldset.bbp-form .bbp-submit-wrapper .button.submit{margin-left:0} - -.widget #bbpress-forums{margin-bottom:0} - -.widget fieldset.bbp-form{margin:0} - -.widget.widget_block:empty{display:none} - -.subnav-search.groups-search{float:right;margin-top:-56px} - -.bs-groups-items{margin-bottom:0} - -.bs-groups-items .item-title a{margin-bottom:8px;display:inline-block} - -.bs-groups-items .item-meta p{margin-bottom:7px} - -.bs-groups-items .item-meta p:last-child{margin:0} - -.bs-groups-items span.status{text-transform:capitalize} - -.bs-groups-items .item-desc{font-size:14px;color:var(--bb-body-text-color);line-height:1.35;-webkit-box-flex:1;-ms-flex:1;flex:1;padding-right:30px;display:block;display:-webkit-box;height:2.69em;margin:0 auto;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis} - -.bs-groups-items .item-desc::after{content:" ";display:inline-block;vertical-align:middle} - -.bs-groups-items .action{margin-left:auto} - -.bs-groups-items.list-view .item-title-wrap{min-width:0} - -.bs-groups-items.list-view .item-title a{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis} - -.group-item-avatar{background:#fff;border:3px solid #fff;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px var(--bb-content-border-color);border-radius:1px;display:inline-block} - -a.group-item-avatar{border-radius:3px} - -a.group-item-avatar .avatar{max-width:100%} - -.bs-groups-items.grid-view .bs-item-list-inner{padding-bottom:14px;text-align:left} - -.bs-groups-items.grid-view .item-avatar{margin-top:-50px;position:relative;max-width:75px;width:100%} - -.bs-groups-items.grid-view span.status{font-size:13px;color:#939597;letter-spacing:-.24px} - -.bs-groups-items.grid-view .item-title{margin-bottom:15px} - -.bs-groups-items.grid-view .item-title a{margin-bottom:0} - -.bs-group-head{margin-bottom:6px} - -.btn-group{color:var(--bb-primary-color);font-size:13px;line-height:1.1875;letter-spacing:-.24px;font-weight:500;cursor:pointer} - -.buddypress-wrap .item-list.groups-list .item-meta{font-size:13px;font-weight:400;color:var(--bb-alternate-text-color)} - -.buddypress-wrap .item-list.groups-list .invite-message{margin-top:5px;font-size:14px;font-style:italic} - -body #buddypress .bp-list .action .generic-button .leave-group,body #buddypress .bp-list .action .generic-button .membership-requested{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)} - -body #buddypress .bp-list .action .generic-button .leave-group:focus,body #buddypress .bp-list .action .generic-button .membership-requested:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -body #buddypress .bp-list .action .generic-button .leave-group:hover,body #buddypress .bp-list .action .generic-button .membership-requested:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -body #buddypress .bp-list .action .generic-button .membership-requested{min-width:140px} - -.item-desc.group-item-desc{-ms-flex-item-align:center;align-self:center;-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:14px;line-height:1.4;padding-right:20px} - -.buddypress-wrap .groups-list .item-desc.group-item-desc p{margin:0;max-width:85%} - -#buddypress .bp-list.groups-list li .list-wrap .item .item-block{-webkit-box-flex:0;-ms-flex:0 0 28%;flex:0 0 28%;margin-bottom:20px} - -#buddypress .bp-list.groups-list li .list-wrap .item .item-block .groups-title a{width:100%;overflow-wrap:break-word;word-wrap:break-word} - -#buddypress .bp-list.groups-list.centered li .list-wrap .item .item-block{padding-right:0} - -#buddypress .bp-list.groups-list:not(.grid) li .list-wrap .item .item-block{margin-bottom:0} - -.groups-loop-buttons{-ms-flex-item-align:center;align-self:center;min-width:140px} - -#groups-order-select,.bp-groups-filter-wrap #dir-filters,div#groups-order-select .select-wrap{margin-top:0;margin-bottom:0}@media (hover:none){ - -.entry-content .bs-group-head a.btn-group:not(.button):hover{color:var(--bb-primary-color)}} - -#buddypress .group-title{line-height:1;margin:6px 0 2px} - -.bs-group-members{display:inline-block;margin-right:12px} - -.bs-group-members img{border:1px solid #fff;max-width:24px;display:inline-block;margin-right:-8px;position:relative;z-index:3} - -.bs-group-members img:nth-child(2){z-index:2} - -.bs-group-members img:nth-child(3){z-index:1} - -a.bb-more{display:inline-block} - -a.bb-more i::before{margin:0;font-size:19px;line-height:.5;position:relative;top:3px;left:-7px;opacity:.7} - -.members-count{color:var(--bb-body-text-color)} - -.bs-groups-items .bs-item-list-inner .item-meta{font-size:12px} - -.bs-groups-directory .bs-item-list-tabs{clear:both} - -#groups-list.bp-list .avatar{border-radius:3px} - -#groups-list.bp-list .group-avatar-wrap{min-height:81px;min-width:81px} - -#groups-list.bp-list .bs-group-members{margin-bottom:0} - -.elementor-widget-wrap .buddypress-wrap.bp-shortcode-wrap .subnav-filters{margin:25px 0} - -.elementor-widget-wrap #groups-list.bp-list li{min-width:inherit;padding:0 9px;margin:0 0 20px;display:list-item} - -.elementor-widget-wrap #groups-list.bp-list li .item{line-height:inherit} - -.elementor-widget-wrap #groups-list.bp-list li .item-avatar{-webkit-box-flex:0;-ms-flex:none;flex:none;margin-right:0} - -.elementor-widget-wrap #groups-list.bp-list li .bs-group-members img{max-width:24px;border-radius:50%;border:1px solid #fff} - -.elementor-widget-wrap #groups-list.bp-list:not(.grid) .item-avatar{margin-right:20px} - -#groups-list.bp-list.grid.bb-cover-enabled .item-avatar{text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex} - -#groups-list.bp-list.grid.bb-cover-enabled .item-avatar .group-avatar-wrap{margin-top:-47px} - -#groups-list.bp-list.grid.bb-cover-enabled .item-avatar img{max-width:75px;width:100%} - -#groups-list.bp-list.grid.bb-cover-enabled .item-avatar .generic-button{text-align:right} - -#groups-list.bp-list.grid.bb-cover-enabled .item-avatar .generic-button .group-button{line-height:1.3;min-height:1px;padding:0;border:0;border-radius:0;min-width:1px;width:auto;background:0 0;box-shadow:none;margin:5px 0 5px auto;font-size:14px;color:var(--bb-primary-color);-webkit-transition:all linear .2s;transition:all linear .2s} - -#groups-list.bp-list.grid.bb-cover-enabled .item-avatar .generic-button .group-button:hover{color:var(--bb-primary-color)} - -#groups-list.bp-list.grid.bb-cover-enabled .item-avatar .generic-button .group-button span{font-size:0} - -#groups-list.bp-list.grid.bb-cover-enabled .item-avatar .generic-button .group-button span::before{content:"\e876";font-family:bb-icons;speak:none;font-size:14px;margin-right:5px;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased} - -#groups-list.bp-list.grid.bb-cover-enabled .item-meta,#groups-list.bp-list.grid.bb-cover-enabled .list-title{text-align:left} - -#groups-list.bp-list.grid.bb-cover-enabled .groups-loop-buttons{-ms-flex-item-align:end;align-self:flex-end;min-width:1px;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:5px} - -#groups-list.bp-list.grid.bb-cover-enabled .groups-loop-buttons .group-button{text-align:right} - -.buddypress-wrap ul.bp-list.groups-dir-list.grid .list-wrap{border-radius:var(--bb-block-radius)} - -.buddypress-wrap ul.bp-list.groups-dir-list .bs-group-cover a{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0} - -#groups-list.bp-list .item-entry .list-wrap{padding:0;background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color)} - -#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:27px} - -#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap{display:block;min-width:auto} - -#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .generic-button{margin-bottom:0} - -#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button){background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);cursor:pointer;font-size:13px;float:right;letter-spacing:-.24px;line-height:28px;margin:0;min-height:30px;min-width:initial;padding:0 12px;text-align:center;text-transform:capitalize;width:auto} - -#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button):focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button)::before{display:inline-block;font-family:bb-icons;font-size:14px;margin-right:5px;font-weight:400} - -#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).join-group::before{content:"\eef9"} - -#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).leave-group::before,#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).membership-requested::before{content:"\e876"} - -#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).request-membership::before{content:"\eecc"} - -#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).leave-group:hover::before{content:"\ef23"} - -#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button):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)} - -#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).join-group,#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).request-membership{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color)} - -#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).join-group:focus,#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).request-membership:focus{box-shadow:var(--bb-outline-button-focus-shadow)} - -#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).join-group:hover,#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).request-membership: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)} - -#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).membership-requested{opacity:.5;pointer-events:none} - -#groups-list.bp-list.grid.bb-cover-disabled .item-avatar .groups-loop-buttons{display:none} - -#groups-list.bp-list.grid.bb-cover-disabled img.avatar{max-width:115px;width:100%} - -#groups-list.bp-list.grid.bb-cover-disabled .group-avatar-wrap{margin:15px 0 0 15px} - -#groups-list.bp-list.grid.bb-cover-disabled .item-meta{margin-bottom:5px} - -#groups-list.bp-list.grid.bb-cover-disabled.centered .group-avatar-wrap{margin-top:25px} - -#groups-list.bp-list.grid .list-wrap .item{padding-bottom:55px} - -#groups-list.bp-list.grid .list-wrap .item.group-members-hidden.group-join-button-hidden{padding-bottom:0} - -#groups-list.bp-list.grid .list-wrap .group-footer-wrap{position:absolute;left:20px;right:20px;bottom:-5px} - -#groups-list.bp-list:not(.grid){display:-webkit-box;display:-ms-flexbox;display:flex} - -#groups-list.bp-list:not(.grid) .item-entry .item{-ms-flex-flow:row;flex-flow:row} - -#groups-list.bp-list:not(.grid) .item-entry .item .group-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 250px);flex:0 0 -webkit-calc(100% - 250px);flex:0 0 calc(100% - 250px)} - -#groups-list.bp-list:not(.grid) .item-entry .item .group-item-wrap .item-desc p{max-width:600px} - -#groups-list.bp-list:not(.grid) .item-entry .item-avatar{display:block} - -#groups-list.bp-list:not(.grid) .item-entry .group-avatar-wrap{margin-left:0} - -#groups-list.bp-list:not(.grid) .item-entry .list-wrap{padding:15px 20px} - -#groups-list.bp-list:not(.grid) .item-entry .list-wrap .group-footer-wrap{margin-bottom:0} - -#groups-list.bp-list:not(.grid) .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button){min-width:135px;padding:1px 12px}@media screen and (max-width:1000px){ - -#groups-list.bp-list:not(.grid) .item-entry .item{-ms-flex-flow:column;flex-flow:column} - -#groups-list.bp-list:not(.grid) .item-entry .item .group-footer-wrap{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}} - -#groups-list.bp-list.invites:not(.grid){width:100%;display:block} - -#groups-list.bp-list.invites:not(.grid) .item-entry .item{-ms-flex-flow:row wrap;flex-flow:row wrap} - -#groups-list.bp-list.left .group-footer-wrap.group-members-hidden .groups-loop-buttons{-webkit-box-flex:0;-ms-flex:none;flex:none;margin-left:0} - -#groups-list.bp-list.centered .group-footer-wrap.group-join-button-hidden{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -#groups-list.bp-list.centered .group-footer-wrap.group-members-hidden{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -#groups-list.bp-list.centered .group-footer-wrap.group-members-hidden .groups-loop-buttons{-webkit-box-flex:0;-ms-flex:none;flex:none} - -body:not(.logged-in) #groups-list.bp-list.grid .list-wrap .item.group-members-hidden{padding-bottom:0} - -.buddypress-wrap ul.bp-list.groups-dir-list:not(.grid) .item-entry:first-child .list-wrap{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0} - -.buddypress-wrap ul.bp-list.groups-dir-list:not(.grid) .item-entry:last-child .list-wrap{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)}@media screen and (min-width:1146px) and (max-width:1500px){ - -body.has-sidebar.buddypanel-open .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (min-width:1146px) and (max-width:1195px){ - -body.has-sidebar.buddypanel-open .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (min-width:1146px) and (max-width:1500px){ - -body:not(.has-sidebar).buddypanel-open .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%;max-width:33.3333%}}@media screen and (min-width:895px) and (max-width:1195px){ - -body:not(.has-sidebar).buddypanel-open .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (min-width:800px) and (max-width:894px){ - -body:not(.has-sidebar).buddypanel-open .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (min-width:1046px) and (max-width:1345px){ - -body:not(.has-sidebar,.buddypanel-open) .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%;max-width:33.3333%}}@media screen and (min-width:800px) and (max-width:1044px){ - -body:not(.has-sidebar,.buddypanel-open) .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (max-width:1420px){ - -body.has-sidebar .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (max-width:1145px){ - -body.has-sidebar .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (max-width:1240px){ - -body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 33%;flex:0 0 33%;max-width:33%}}@media screen and (max-width:968px){ - -body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (max-width:799px){ - -body.has-sidebar .buddypress-wrap .grid.bp-list.groups-list>li,body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (max-width:640px){ - -body.has-sidebar .buddypress-wrap .grid.bp-list.groups-list>li,body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}} - -.group-members-wrap.only-grid-view{font-size:12px;color:var(--bb-alternate-text-color);letter-spacing:-.24px;margin-bottom:2px;text-align:left} - -.groups.group-members #group-members-search{height:34px;font-size:15px} - -.groups.group-members .buddypress-wrap .subnav-filters{margin-bottom:20px} - -a.bb-more-link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -a.bb-more-link i{font-size:12px} - -.groups.single-item .activity-update-form{margin-bottom:20px} - -#item-body.group-single-wrapper{margin:0 -10px} - -.bb-cover-disabled.grid .group-members-wrap.only-grid-view{display:none} - -.bp-shortcode-wrap .bp-feedback.info{margin-top:-5px;margin-bottom:20px} - -.bp-shortcode-wrap .dir-list{border-top:1px solid var(--bb-content-border-color);padding-top:30px} - -.bp-shortcode-wrap .item-desc.group-item-desc{padding-right:40px} - -.buddypress-wrap.bp-shortcode-wrap .subnav-filters{margin-top:-56px;float:right} - -body #buddypress .bp-list .action .generic-button .group-button{min-width:170px} - -#request-membership-form #group-request-membership-comments{min-height:80px;margin-bottom:20px} - -.groups .bp-single-vert-nav.bp-vertical-navs #item-body #subnav .subnav{display:inline-block;width:100%;margin:0;padding:0;border-bottom:none} - -.groups.bb-template-v1 .bp-single-vert-nav.bp-vertical-navs #item-body #subnav .subnav li a{padding:5px 10px;line-height:inherit} - -.buddypress .buddypress-wrap .bp-list.grid .action .group-subscription-div button.ges-change,.buddypress .buddypress-wrap .group-subscription-div button.ges-change,.group-subscription-div button.ges-change{padding:2px 5px;background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);font-size:13px} - -.buddypress .buddypress-wrap .bp-list.grid .action .group-subscription-div button.ges-change:focus,.buddypress .buddypress-wrap .group-subscription-div button.ges-change:focus,.group-subscription-div button.ges-change:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -.buddypress .buddypress-wrap .bp-list.grid .action .group-subscription-div button.ges-change:hover,.buddypress .buddypress-wrap .group-subscription-div button.ges-change:hover,.group-subscription-div button.ges-change: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)} - -#buddypress .groups-header .group-subscription-div .group-subscription-status{color:var(--bb-body-text-color)} - -.groups-header .centered .group-subscription-div{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -.groups-header .group-subscription-div{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}@media screen and (max-width:782px){ - -.groups-header .group-subscription-div{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}} - -.groups-header .group-subscription-div .group-subscription-status-desc{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:3px} - -.groups-header .group-subscription-div+[id*=ges-panel]{display:none} - -body.bp-nouveau.groups:not(.single-item) .group-subscription-div #js-dialogtooltip{left:0;right:0;z-index:11}@media screen and (min-width:46.8em){ - -body.bp-nouveau.groups:not(.single-item) .group-subscription-div #js-dialogtooltip{left:0;right:0}} - -.group-subscription-div{font-size:13px} - -.group-subscription-div #js-dialogtooltip{border:1px solid var(--bb-content-border-color);background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius-inner)}@media screen and (max-width:800px){ - -.group-subscription-div #js-dialogtooltip{max-width:350px}}@media screen and (max-width:544px){ - -.group-subscription-div #js-dialogtooltip{max-width:250px}} - -.group-subscription-div #js-dialogtooltip #tooltip-title{font-size:13px;line-height:150%} - -.group-subscription-div #js-tooltip-close{border:0;background-color:transparent;display:inline-block;width:16px;height:16px;margin-right:6px;color:var(--bb-alternate-text-color)} - -.group-subscription-div #js-tooltip-close:hover{color:var(--bb-headings-color)} - -.group-subscription-div #js-tooltip-close::before{content:"\e828";font-family:bb-icons;speak:none;font-size:16px;margin-right:5px;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;display:inline-block;width:16px;height:16px} - -.group-subscription-div #js-tooltip-close .modal-close__text{font-size:0} - -.group-subscription-div .gemail_icon{background-image:none!important;padding-left:0!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.group-subscription-div .gemail_icon::before{content:"\ee62";font-family:bb-icons;speak:none;font-size:16px;margin-right:5px;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;display:inline-block;width:16px;height:16px} - -.buddypress .buddypress-wrap .bp-list.grid .action .group-subscription-div .js-tooltip-content,.buddypress .buddypress-wrap .bp-list.list .action .group-subscription-div .js-tooltip-content{color:var(--bb-body-text-color)} - -.buddypress .buddypress-wrap .bp-list.grid .action .group-subscription-div a.group-sub,.buddypress .buddypress-wrap .bp-list.list .action .group-subscription-div a.group-sub{display:inline-block;border:0;padding:0 5px 0 0;color:var(--bb-headings-color);font-weight:700} - -.buddypress .buddypress-wrap .bp-list.grid .action .group-subscription-div a.group-sub:hover,.buddypress .buddypress-wrap .bp-list.list .action .group-subscription-div a.group-sub:hover{background-color:transparent;color:var(--bb-primary-color)} - -.bpgesWrapper .group-footer-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap} - -.bpgesWrapper .group-footer-wrap>.group-subscription-div{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding-top:10px;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}@media screen and (max-width:1000px){ - -.bp-list:not(.grid) .bpgesWrapper .group-footer-wrap>.group-subscription-div{-webkit-box-flex:1;-ms-flex:1;flex:1}} - -body.bp-nouveau.groups:not(.single-item) .bpgesWrapper .group-subscription-div{position:relative;top:10px} - -body #buddypress .bp-list.bp-list .bpgesWrapper .bp-generic-meta .generic-button{margin-right:0} - -.bp-list.bp-list .bpgesWrapper .group-footer-wrap>.group-subscription-div{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end} - -.bp-list.grid .bpgesWrapper .group-footer-wrap>.group-subscription-div{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -#groups-list.bp-list.grid .list-wrap .item.bpgesWrapper{padding-bottom:105px} - -#ass-email-subscriptions-options-page{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);padding:20px} - -#ass-email-subscriptions-options-page form>b{color:var(--bb-headings-color)} - -.ass-email-type .ass-email-explain{color:var(--bb-alternate-text-color);margin-left:24px} - -.ass-email-type label input[type=radio]{margin-right:10px}@media screen and (min-width:800px){ - -.sidebar-left .bb-profile-grid,.sidebar-left .bb-user-nav-display-wrap{-ms-flex-flow:row-reverse;flex-flow:row-reverse}}@media (min-width:800px) and (max-width:1150px){ - -.has-sidebar .bs-groups-items.list-view .item-wrap-left{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.has-sidebar .bs-groups-items.list-view .item-wrap-left{margin-bottom:20px} - -.has-sidebar .bs-groups-items.list-view div.action{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:0;margin:0} - -.has-sidebar .bs-groups-items.list-view .item-wrap-right{-ms-flex-flow:row wrap;flex-flow:row wrap} - -.has-sidebar .bs-groups-items .item-desc{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:15px;padding-right:0} - -.has-sidebar #buddypress .bs-groups-items .action .button{display:inline-block} - -.bs-item-list.list-view .bb-group-profile-card .bs-meta-bp_group_last_active{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:15px}}@media (max-width:1000px){ - -.bs-groups-items.list-view .item-wrap-left{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.bs-groups-items.list-view .item-wrap-left{margin-bottom:20px} - -.bs-groups-items.list-view div.action{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:0;margin:0} - -.bs-groups-items.list-view .item-wrap-right{-ms-flex-flow:row wrap;flex-flow:row wrap} - -.bs-groups-items .item-desc{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:15px;padding-right:0} - -#buddypress .bs-groups-items .action .button{display:inline-block} - -.item-desc.group-item-desc{margin:10px 0;padding-right:0} - -#buddypress .bp-list.groups-list li .list-wrap .item .item-block,.item-desc.group-item-desc{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding-right:0} - -.buddypress-wrap .groups-list .item-desc.group-item-desc p{max-width:100%} - -body.logged-in .bp-list.groups-list li .item .item-block{margin-bottom:0}}@media (max-width:543px){ - -.item-title a{font-size:18px;line-height:1.4} - -.bs-groups-items.list-view .item-wrap-left{padding-right:0} - -.bs-groups-items.list-view .item-wrap-right{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media screen and (max-width:782px){ - -#item-actions.group-item-actions dl{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 0 10px;padding:0} - -.directory.groups .bp-secondary-header{margin-top:20px} - -.bp-group-filter-wrap #group-type-filters,.bp-group-filter-wrap #group-type-select,.bp-group-filter-wrap #group-type-select .select-wrap{margin-top:0;margin-bottom:0}}@media (max-width:380px){ - -.list-view .item-wrap-left{-ms-flex-flow:row wrap;flex-flow:row wrap} - -.bs-item-list.list-view .item-avatar{margin-right:15px} - -.bs-groups-items .item-title a{margin-bottom:3px} - -.bs-groups-items.list-view .item-title-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1}}@media (max-width:544px){ - -.subnav-search.groups-search{float:right;margin-top:-6px;width:100%;margin-bottom:20px}} - -.bb-single-bp-content{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;padding:20px;margin-bottom:20px} - -#buddypress .bb-single-bp-content.bb-friends-wrap .bs-dir-search{margin-top:-10px} - -.bb-single-bp-content .bs-item-list-tabs{margin-top:20px;margin-bottom:-16px;border:0} - -.bb-single-bp-content .bs-item-list-tabs .selected a{font-weight:inherit} - -#buddypress .bb-single-bp-header{border-bottom:1px solid var(--bb-content-border-color);margin:0 -20px 20px;padding:0 20px 15px} - -#buddypress .bb-single-bp-header .bs-title{font-family:inherit;font-size:1rem;letter-spacing:.33px;margin-bottom:0;font-weight:600;text-transform:uppercase;line-height:1} - -#buddypress .bb-single-bp-header .bs-dir-search{margin:0 0 0 auto} - -#buddypress .bb-single-bp-header .bs-link{font-size:14px} - -.single-item.groups #buddypress #item-header #item-header-cover-image #item-actions,.single-item.groups #buddypress #item-header #item-header-cover-image #item-header-content{max-width:none} - -.single-item.groups #buddypress div#item-header div.generic-button{margin:0} - -.single-item.groups #buddypress div#item-header #item-buttons{padding:0;margin-bottom:0} - -.single-item.groups #buddypress .group-title-bar{margin-top:30px} - -.single-item.groups #buddypress div#item-header div#item-meta{margin:10px 0 5px;padding:0} - -.single-item.groups #buddypress div#item-header div#item-meta p{margin-bottom:12px;color:var(--bb-body-text-color)} - -.single-item.groups #buddypress .highlight,.single-item.groups #buddypress .highlight strong{display:block;font-size:15px;background:0 0} - -.single-item.groups #buddypress ul.bbp-threaded-replies li.highlight{margin-bottom:0} - -.single-item.groups #buddypress .group-members-preview .gmp-list{margin-right:10px} - -.single-item.groups #buddypress .group-members-preview img{float:right;width:32px;height:32px;margin-left:-10px;border-radius:50%;border:1px solid #fff} - -.single-item.groups #buddypress .group-members-preview img:last-child{margin:0} - -.single-item.groups #buddypress div#item-header div#item-meta .group-members-preview p{margin:0;font-size:13px;color:#939597} - -.single-item.groups #buddypress div#item-header div#item-meta .group-members-preview p span{color:#3c4a5a} - -.single-item.subgroups #buddypress .item-body .subnav-filters{margin-bottom:1.5em} - -.single-item.subgroups #buddypress .item-body .groups-type-navs{display:none} - -#buddypress #item-header-cover-image #item-buttons{margin-left:auto} - -body #buddypress .groups-header #item-header-cover-image{margin-left:auto;padding-bottom:30px} - -#buddypress .bs-group-invite .button,#buddypress .generic-button a.group-button.join-group,#buddypress .generic-button a.group-button.leave-group{background:0 0;border-width:1px;border-color:#385dff;box-shadow:none;color:#385dff;font-size:14px;min-height:34px;padding:6px 20px;border-radius:var(--bb-button-radius)} - -#buddypress .bs-group-invite .button:hover,#buddypress .generic-button a.group-button.join-group:hover,#buddypress .generic-button a.group-button.leave-group:hover{color:#0070e6;border-color:#0070e6} - -.bb-group-members-wrap.bb-single-bp-content .item-meta{margin:10px 0 15px} - -.bs-suggested-groups .item{margin-bottom:10px;border:1px solid var(--bb-content-border-color);border-radius:4px;overflow:hidden} - -.bs-suggested-groups .item .bs-suggested-group-cover{height:66px;display:block;background-position:center top;background-repeat:no-repeat;background-size:cover} - -.bs-suggested-groups .item #item-header-avatar{position:relative;width:52px;margin-left:15px;margin-top:-40px;border:2px solid #fff;border-radius:3px} - -.bs-suggested-groups .item #item-header-avatar a{border-radius:3px;overflow:hidden} - -.bs-suggested-groups .item .item-meta{position:relative;padding:10px 15px 15px} - -.bs-suggested-groups .item h5{margin-bottom:0} - -.bs-suggested-groups .item .meta-members{font-size:13px;color:#939597} - -.bs-suggested-groups .item a.meta-join{font-size:15px;position:absolute;top:2px;right:15px} - -.bs-suggested-groups .item a.meta-join:hover{color:#0070e6} - -.widget-title .stats{color:#818385} - -.bs-group-invite .more,.bs-suggested-groups .more{font-weight:600} - -.bs-group-admins ul,.bs-group-members-grid ul,.bs-group-photos ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -2px -4px} - -.bs-group-admins ul li,.bs-group-members-grid ul li,.bs-group-photos ul li{margin-bottom:4px;padding:0 2px;width:-webkit-calc(100% * (1 / 4));width:calc(100% * (1 / 4))} - -.bs-group-admins ul a,.bs-group-members-grid ul a,.bs-group-photos ul a{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;font-size:13px;border-radius:3px;overflow:hidden;background:rgba(18,43,70,.05);color:var(--bb-primary-color)} - -.bs-group-admins ul img,.bs-group-members-grid ul img,.bs-group-photos ul img{width:100%} - -.bs-group-photos ul li{width:-webkit-calc(100% * (1 / 3));width:calc(100% * (1 / 3))} - -.bs-group-invite .widget-title{margin-bottom:10px} - -.bs-group-invite p{margin-bottom:12px} - -.widget .more{font-size:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.widget .more i{margin-left:-8px;font-size:24px} - -.widget .more:hover{color:#0070e6} - -.bs-group-members-grid,.bs-group-photos{padding-bottom:15px} - -.bs-group-members-grid .more,.bs-group-photos .more{margin-top:15px;text-transform:uppercase;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -#buddypress .bs-group-invite .group-invite-form,.bs-group-invite .group-invite-form{margin-bottom:10px} - -#buddypress .bs-group-invite input,.bs-group-invite input{font-size:14px;height:33px} - -#buddypress .bs-group-invite input[type=email],.bs-group-invite input[type=email]{width:-webkit-calc(100% - 72px);width:calc(100% - 72px);border:1px solid #dedfe2;border-radius:3px 0 0 3px} - -#buddypress .bs-group-invite input[type=submit],.bs-group-invite input[type=submit]{min-height:33px;line-height:33px;padding-top:0;padding-bottom:0;background:#d0d4d8;border-radius:0 3px 3px 0;border-left:0;color:#fff} - -#buddypress .bs-group-invite .button:hover,.bs-group-invite .button:hover{background:0 0} - -.group-members-heading{padding:20px;border:1px solid var(--bb-content-border-color);border-bottom:none;border-radius:4px 4px 0 0;background:#fff} - -.group-members-heading h6{margin:0;text-transform:uppercase} - -hr.group-members-border{height:1px;margin:0 20px;background:var(--bb-content-border-color)} - -#buddypress #member-list{padding:10px;border:1px solid var(--bb-content-border-color);border-top:none;border-radius:0 0 4px 4px;background:#fff} - -#buddypress #member-list li{padding:10px;border:none} - -#buddypress #member-list h5{margin-bottom:0;font-weight:600} - -#buddypress #member-list h5 a{color:var(--bb-headings-color)} - -#buddypress #member-list .member-options-wrap{position:relative;cursor:pointer} - -#buddypress #member-list .member-options-wrap>a{color:var(--bb-alternate-text-color)} - -#buddypress #member-list .member-options-wrap>a::after{content:" ";position:absolute;width:0;height:0;top:26px;margin:0 8px 0 0;right:0;box-sizing:border-box;border:8px 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);-webkit-transition:all linear .2s;transition:all linear .2s;z-index:101;opacity:0;visibility:hidden} - -#buddypress #member-list .member-options-wrap .member-options-menu{position:absolute;right:0;top:26px;margin-right:-10px;padding:10px 0;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;z-index:100;opacity:0;visibility:hidden;-webkit-transition:all linear .2s;transition:all linear .2s} - -#buddypress #member-list .member-options-wrap .member-options-menu a{display:block;padding:2px 15px;margin:0;min-height:0;font-size:13px;line-height:24px;white-space:nowrap;border:0;border-radius:0;background:0 0;color:var(--bb-body-text-color);text-align:left} - -#buddypress #member-list .member-options-wrap .member-options-menu a:hover{color:var(--bb-primary-color);background:#f5f5f5} - -#buddypress #member-list .member-options-wrap:hover>a{color:var(--bb-headings-color)} - -#buddypress #member-list .member-options-wrap:hover>a::after{opacity:1;visibility:visible} - -#buddypress #member-list .member-options-wrap:hover .member-options-menu{opacity:1;visibility:visible} - -#buddypress #member-list .inside{border:1px solid var(--bb-content-border-color);border-radius:4px;overflow:hidden} - -#buddypress #member-list .inside>a{display:block;overflow:hidden} - -#buddypress #member-list .inside img{margin:0} - -#buddypress #member-list .member-info{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:20px} - -#buddypress #member-list .member-location{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;color:#939597} - -#buddypress #member-list .member-location i{margin-left:-8px;font-size:20px} - -#buddypress #member-list .activity{position:absolute;bottom:20px;left:20px} - -.bs-item-list.square-view .bs-item-list-inner{padding:0} - -.bs-item-list.square-view .bs-item-avatar{margin-bottom:0} - -.bs-item-list.square-view .bs-item-avatar img.avatar{border-radius:3px 0 0 3px;max-width:150px} - -.bs-item-list.square-view .bb-member-deails-wrap{text-align:left;padding:20px} - -.bs-item-list.square-view .follow-wrap{margin-bottom:0} - -.bs-item-list.square-view a.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;font-size:20px} - -.bb-member-deails-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap} - -.bb-member-deails-wrap>div{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-member-deails-wrap>div:last-child{margin-top:auto} - -.bb-member-deails-wrap .item-meta{margin-top:-20px} - -.bp-group-status{margin-bottom:1rem} - -p.bp-group-meta.bp-group-status,p.bp-group-meta.bp-group-type{-ms-flex-item-align:start;align-self:flex-start;margin-top:8px;margin-bottom:10px} - -.groups-header #item-header-cover-image #item-actions{padding:0;text-align:left} - -.group-description{font-size:14px;color:inherit;margin:10px 0} - -.groups-header div#item-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column} - -.group-members #buddypress #item-body .bp-navs.group-subnav,.groups-header .moderators-lists .moderators-title{display:none} - -.buddypress-wrap.bp-single-vert-nav .group-invites-members-listing{padding-bottom:20px} - -#group-invites-container .bb-groups-invites-left #members-list{max-height:60vh} - -.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body{padding-bottom:0} - -.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-invites-container{border:0;margin:0 -20px} - -.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-invites-container .bp-navs.group-subnav{background:0 0;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:0 20px;border-radius:0;border:0} - -.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-invites-container .group-invites-column{padding:0} - -.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body li.selected{background:0 0} - -.pending-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-invites-container .group-invites-column{padding:20px 20px 0} - -.pending-invites #item-body #group-invites-container .bp-invites-content .list-title{margin-bottom:5px} - -.group-invites .bp-dir-hori-nav:not(.bp-vertical-navs) #item-body #group-invites-container .bp-navs.group-subnav{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:1px;border:0;padding:0 20px;border-radius:4px 4px 0 0;background:#fff;border-bottom:1px solid var(--bb-content-border-color)} - -.group-invites .bp-dir-hori-nav:not(.bp-vertical-navs) #group-invites-container ul.subnav li{float:left;margin-right:30px} - -.group-invites .bp-dir-hori-nav:not(.bp-vertical-navs) #item-body #group-invites-container .subnav li.selected{background:0 0;border-bottom:1px solid var(--bb-primary-color);margin-bottom:-1px} - -.group-invites .bp-dir-hori-nav:not(.bp-vertical-navs) #item-body #group-invites-container .subnav li.selected a{font-weight:500} - -.group-invites .bp-dir-hori-nav:not(.bp-vertical-navs) #item-body #group-invites-container .bp-navs.group-subnav a{background:0 0;margin-bottom:0;padding:16px 0}@media (max-width:1050px){ - -.group-invites .bp-single-vert-nav nav#object-nav.vertical{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;border:0;border-bottom:1px solid var(--bb-content-border-color);min-height:1px;padding:10px 0} - -.group-invites .bp-single-vert-nav nav#object-nav.vertical li{width:auto} - -.group-invites #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap nav#object-nav.vertical{border-radius:4px 4px 0 0} - -.group-invites nav#object-nav.vertical a{padding:5px 15px}} - -.groups-header .parent-list .parent-title{display:none} - -.groups.group-admin #buddypress.buddypress-wrap.bp-single-vert-nav #item-body{border:0;-ms-flex-flow:column;flex-flow:column} - -.groups.group-admin #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-settings-form{padding:30px 0 0} - -.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav{background:0 0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:1px;padding:0;border:0} - -.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav a{background:0 0;line-height:1.6875rem;padding:0 0 10px;margin-bottom:-1px} - -.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav .selected a{border-bottom:1px solid var(--bb-primary-color);font-weight:500;border-top:0} - -.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li{float:left} - -.bp-learndash-reports-filters-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-flow:row wrap;flex-flow:row wrap} - -.bp-learndash-reports-filters-form>*{margin-left:10px;margin-bottom:10px} - -.bp-learndash-reports-filters-form button.button{font-size:14px;font-weight:500;min-height:34px;min-width:120px;padding:6px 20px} - -.bp-learndash-reports-filters-form .bp-learndash-reports-filters select{height:34px} - -.bp_ld_report_table_wrapper h2{font-weight:500;font-size:22px;line-height:1.1} - -.bp_ld_report_table_wrapper .bp_ld_report_table{border:0;border-collapse:collapse;border-radius:4px;overflow:hidden;box-shadow:0 0 0 1px #e7eaec;width:100%} - -.bp_ld_report_table_wrapper .bp_ld_report_table thead tr{background:#fff;border-bottom:1px solid var(--bb-content-border-color)} - -.bp_ld_report_table_wrapper .bp_ld_report_table thead th{border-bottom:0;font-size:13px;outline:0;font-weight:400;text-transform:uppercase;color:var(--bb-alternate-text-color)} - -.bp_ld_report_table_wrapper .bp_ld_report_table td,.bp_ld_report_table_wrapper .bp_ld_report_table th{border:0;font-size:14px;padding:12px 20px} - -table.dataTable.no-footer.bp_ld_report_table{border-bottom:0} - -table.dataTable thead .sorting{background:url(../images/svg/sort-arrows.svg) no-repeat center right 15px;background-size:10px} - -table.dataTable thead .sorting_asc{background:url(../images/svg/sort-up.svg) no-repeat center right 15px;background-size:8px} - -table.dataTable thead .sorting_desc{background:url(../images/svg/sort-down.svg) no-repeat center right 15px;background-size:8px} - -.dataTables_wrapper .dataTables_processing{background:rgba(255,255,255,.78);box-shadow:0 0 0 1px #e7eaec;top:0;height:-webkit-calc(97% - 29px);height:calc(97% - 29px);min-height:48px;margin:0 auto;left:0;padding:15px 0 0;border-radius:4px;font-size:0} - -.dataTables_wrapper .dataTables_processing::after{content:"\ef30";-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;font:400 normal normal 20px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} - -.ld-report-course-name{font-weight:500;font-size:22px;line-height:1.1} - -.ld-report-course-name a{color:inherit} - -a.button.ld-report-export-csv.has-data{min-width:140px} - -.ld-report-course-stats,.ld-report-user-stats{color:#939597;margin-bottom:35px;border-radius:5px} - -.ld-report-course-stats b,.ld-report-user-stats b{color:var(--bb-body-text-color)} - -.user-steps{color:#939597} - -.user-steps b{color:var(--bb-body-text-color)} - -.ld-report-user-stats .user-message{margin-left:auto} - -.ld-report-user-stats a.send-message{min-width:120px} - -.ld-report-user-stats .item-meta{font-size:13px} - -.ld-report-user-stats .user-info{min-width:25%} - -#buddypress .ld-report-user-stats .generic-button .send-message{font-size:14px;font-weight:500;min-height:34px;padding:6px 20px} - -.item-header-wrap .bp-group-meta{margin:0} - -.item-header-wrap .bp-group-meta span{border-radius:100px;display:inline-block;font-size:13px;font-weight:500;letter-spacing:.25px;color:inherit;padding:6px 10px;line-height:1;white-space:nowrap} - -.item-header-wrap .bp-group-meta .group-type{background:var(--bb-label-background-color);color:var(--bb-label-text-color);font-size:11px;font-weight:700} - -.item-header-wrap .bp-group-meta .type-separator{display:none} - -.item-header-wrap .bp-group-meta-wrap .bp-group-status>span{padding:0;font-size:14px} - -.buddypress-wrap .item-header-wrap .bp-title{font-size:14px;font-weight:400;color:var(--bb-alternate-text-color);margin:0 0 5px} - -.item-header-wrap #item-actions.group-item-actions{margin-bottom:0} - -.item-header-wrap span.group-visibility::before{font:400 normal normal 15px/1 bb-icons;speak:none;display:inline-block;margin-right:3px;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} - -.bb-template-v2 .item-header-wrap span.group-visibility::before{font-weight:300} - -.item-header-wrap span.group-visibility.public::before{content:"\ef5a"} - -.item-header-wrap span.group-visibility.private::before{content:"\eecd"} - -.item-header-wrap span.group-visibility.hidden::before{content:"\ee6a";-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)} - -#buddypress div#item-header-cover-image .bb-bp-group-title{margin:0 10px 10px 0;max-width:100%;word-break:break-word} - -#buddypress #item-header .bp-group-parent-wrap .parent-list{margin:0;padding:0} - -#buddypress #item-header .bp-group-parent-wrap .parent-list .avatar{max-width:26px;height:auto} - -#buddypress #item-header .bp-group-parent-wrap .group-list{margin:0 10px 0 0} - -#buddypress #item-header .bp-group-parent-wrap .group-list li{margin:0} - -#buddypress #item-header .bp-group-parent-wrap .bp-parent-group-title-wrap{margin:0} - -.bp-group-parent-wrap{margin-bottom:10px} - -#buddypress .bp-group-status .group-type,#buddypress .bp-group-type .group-visibility{display:none} - -.bp-parent-group-title{color:var(--bb-body-text-color);font-size:14px;font-weight:500;letter-spacing:-.2px} - -.bp-current-group-title{font-size:14px;letter-spacing:-.2px;color:#939597} - -#admins-list .action{margin-left:auto;margin-bottom:0} - -#admins-list .action .button{min-height:30px;font-size:12px;font-weight:600;letter-spacing:0;padding:0 20px;line-height:30px} - -#group-settings-form #admins-list li:last-child,#group-settings-form #members-list li:last-child{border-bottom:1px solid var(--bb-content-border-color)} - -ul#group-admins li{margin:0 -10px 0 0} - -ul#group-admins li a{display:inline-block} - -ul#group-admins li .avatar{border:2px solid #fff}@media (max-width:800px){ - -ul#group-admins{margin-left:-10px}} - -.groups-header .moderators-lists{margin:0} - -.groups-header #item-header-cover-image #item-actions,.groups-header #item-header-cover-image #item-header-content{padding-bottom:0} - -.groups-header #item-header-content .generic-button .group-button{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;text-transform:capitalize} - -.groups-header #item-header-content .generic-button .group-button:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -.groups-header #item-header-content .generic-button .group-button::before{display:inline-block;font-family:bb-icons;font-size:18px;margin-right:5px} - -.groups-header #item-header-content .generic-button .group-button.join-group,.groups-header #item-header-content .generic-button .group-button.request-membership{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)} - -.groups-header #item-header-content .generic-button .group-button.join-group:focus,.groups-header #item-header-content .generic-button .group-button.request-membership:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.groups-header #item-header-content .generic-button .group-button.join-group::before,.groups-header #item-header-content .generic-button .group-button.request-membership::before{content:"\eef9";font-weight:400} - -.groups-header #item-header-content .generic-button .group-button.join-group:focus,.groups-header #item-header-content .generic-button .group-button.join-group:hover,.groups-header #item-header-content .generic-button .group-button.request-membership:focus,.groups-header #item-header-content .generic-button .group-button.request-membership:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -.groups-header #item-header-content .generic-button .group-button.request-membership::before{content:"\eecd"} - -.bb-template-v2 .groups-header #item-header-content .generic-button .group-button.request-membership::before{font-weight:300} - -.groups-header #item-header-content .generic-button .group-button.leave-group::before{content:"\e876";font-weight:400} - -.groups-header #item-header-content .generic-button .group-button.leave-group:hover::before{content:"\ef23"} - -.groups-header #item-header-content .generic-button .group-button.membership-requested{opacity:.5;pointer-events:none} - -.groups-header #item-header-content .generic-button .group-button.membership-requested::before{content:"\e876";font-weight:400} - -.groups-header #item-header-content .generic-button .group-button:active,.groups-header #item-header-content .generic-button .group-button:focus,.groups-header #item-header-content .generic-button .group-button: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)} - -.groups-header #item-header-content .group-actions-absolute .bb_more_options .bb_more_options_action:hover{background-color:var(--bb-content-alternate-background-color);border-color:var(--bb-content-border-color)} - -.groups-header #item-header-content .group-actions-absolute .bb_more_options .bb_more_options_action:hover i{color:var(--bb-headings-color)} - -.groups-header #item-header-content .group-actions-absolute .groups-meta .group-subscription{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color)} - -.groups-header #item-header-content .group-actions-absolute .groups-meta .group-subscription:focus,.groups-header #item-header-content .group-actions-absolute .groups-meta .group-subscription:hover{color:var(--bb-primary-button-text-regular);background-color:var(--bb-primary-button-background-regular);border-color:transparent} - -.groups-header #item-header-content .group-actions-absolute .bb_more_options{position:relative!important;top:0;right:0} - -.groups-header #item-header-content .group-actions-absolute .bb_more_options .bb_more_options_action{border-radius:var(--bb-button-radius);border:1px solid var(--bb-content-border-color);padding:0 8px} - -.groups-header #item-header-content .group-actions-absolute .bb_more_options .bb_more_options_action i{color:var(--bb-headings-color);line-height:36px} - -.groups-header #item-header-content .group-actions-absolute .bb_more_options .bb_more_options_list .button{margin-left:0} - -.groups-header #cover-image-container.centered #item-header-content .group-actions-absolute{position:static;margin-top:0} - -.groups-header #cover-image-container.centered #item-header-cover-image .bb-bp-group-title{margin-right:0} - -.groups-header #item-header-cover-image{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -#buddypress .groups-header.single-headers .action .button{margin-left:12px;margin-right:0;min-height:auto;min-width:145px} - -#buddypress .groups-header.single-headers .action .button.reported-content{opacity:.9} - -.groups-header .moderators-lists .user-list{-webkit-box-flex:1;-ms-flex:1;flex:1} - -#buddypress .groups-header.single-headers .action .generic-button:first-child .button{margin-left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap} - -.groups-meta.action::after{content:"";display:table;clear:both} - -.buddypress-wrap:not(.bp-single-vert-nav) .bp-manage-group-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:4px;margin-bottom:30px} - -.groups.group-admin #buddypress #item-body #group-settings-form{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1px;padding:40px 50px;background:var(--bb-content-background-color);border-radius:var(--bb-block-radius)} - -.groups.group-admin #buddypress #item-body #group-settings-form label{display:block;font-size:15px;font-weight:400;color:var(--bb-body-text-color);letter-spacing:-.27px;line-height:1.187;margin-bottom:12px;margin-top:0} - -.groups.group-admin #buddypress #item-body #group-settings-form h4.bb-section-title{font-size:24px;font-weight:600;letter-spacing:-.24px} - -.groups.group-admin #buddypress #item-body #group-settings-form p.bb-section-info{color:var(--bb-body-text-color);margin:0 0 1rem} - -.groups.group-admin #buddypress #item-body #group-settings-form .bb-sep-line{background:#eef0f3;height:1px} - -.groups.group-admin #buddypress #item-body #group-settings-form .bp-group-option-enable{background:var(--bb-content-alternate-background-color);border-radius:var(--bb-block-radius-inner);padding:15px} - -.groups.group-admin #buddypress #item-body #group-settings-form .bp-group-option-enable label{margin:0;font-size:14px} - -.groups.group-admin #buddypress #item-body #group-settings-form #delete-group-understand+label::before{margin-right:12px} - -.groups.group-admin #buddypress #item-body #group-settings-form input[type=text],.groups.group-admin #buddypress #item-body #group-settings-form textarea{margin-bottom:30px} - -.groups.group-admin #buddypress #item-body #group-settings-form textarea{height:auto;min-height:100px;line-height:1.35;padding:10px 12px} - -.groups.group-admin #buddypress #item-body #group-settings-form .bp-controls-wrap{margin:0 0 30px} - -.groups.group-admin #buddypress #item-body #group-settings-form .group-settings-selections fieldset label{font-weight:600} - -.groups.group-admin #buddypress #item-body #group-settings-form .group-parent #bp-groups-parent{margin-bottom:1em} - -.groups.group-admin #buddypress #item-body #group-settings-form .bp-template-notice.bp-feedback-v2{border:1px solid rgba(0,0,0,.05);border-radius:4px;padding-left:10px} - -.groups.group-admin #buddypress #item-body #group-settings-form .bp-template-notice.bp-feedback-v2 p a{text-decoration:underline} - -.groups.group-admin #buddypress #item-body .group-settings-selections fieldset{border:0;padding:0;margin:0 0 20px} - -.groups.group-admin #buddypress #item-body .group-settings-selections legend{color:var(--bb-headings-color);font-size:18px;font-weight:500;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:15px;width:100%;margin-bottom:25px} - -.groups.group-admin #buddypress #item-body .group-settings-selections ul{font-size:13px;margin:0 0 30px 53px;line-height:1.6} - -.groups.group-admin #buddypress #item-body label.bp-label-text.warn{margin-top:40px} - -.groups.group-admin #buddypress #drag-drop-area{background:rgba(240,243,247,.5);border:1px dashed #dedfe2;border-radius:6px;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:16px;letter-spacing:-.24px;line-height:26px} - -.groups.group-admin #buddypress .password-toggle .bb-hide-pw .bb-icon{color:var(--bb-body-text-color)} - -.groups.group-admin #buddypress .bb-group-zoom-settings-container .bb-field-wrap .copy-toggle .bb-copy-button [class*=bb-icon]{color:var(--bb-body-text-color)} - -.groups.group-admin #buddypress .bb-group-zoom-settings-container .bb-field-wrap .bp-input-wrap .bb-guide-icon [class*=bb-icon]{color:var(--bb-headings-color)} - -.groups.group-admin #buddypress .bb-group-zoom-settings-container .bb-section-title-wrap .bb-wizard-button{color:var(--bb-headings-color);background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color)} - -.groups.group-admin #buddypress .bb-zoom-setting-tab .bb-zoom-setting-tabs ul li a{color:var(--bb-body-text-color)} - -.groups.group-admin #buddypress .bb-zoom-setting-tab .bb-zoom-setting-tabs ul li a.active-tab{color:var(--bb-headings-color);border-color:var(--bb-primary-color)} - -.groups.group-admin #buddypress #item-body #group-settings-form .bb-zoom-setting-content .bb-field-wrap .group-setting-label{font-size:16px!important;font-weight:500;color:var(--bb-headings-color)} - -.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2{border:1px solid rgba(0,0,0,.05);border-radius:var(--bb-block-radius-inner);padding-left:0;margin-bottom:25px} - -.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2 p{padding-left:10px} - -.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2 .bp-icon{background-color:transparent;color:inherit;font-family:bb-icons;font-size:18px;font-weight:200;padding:0 0 0 15px;margin:0} - -.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.error .bp-icon::before{content:"\ee65";font-weight:200} - -.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.warning .bp-icon::before{content:"\ee66";font-weight:300} - -.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.success .bp-icon::before{content:"\e876";font-weight:200} - -.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.info .bp-icon::before{content:"\eebc";font-weight:200} - -.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.loading .bp-icon::before{content:"\e884"} - -.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.help .bp-icon::before{content:"\eec6";font-weight:200} - -.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.updated .bp-icon::before{content:"\e876";font-weight:200} - -body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting-container #subnav.bp-navs .subnav,body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-webinar-container #subnav.bp-navs .subnav{display:block;padding:0 0 16px;line-height:1;margin-bottom:-1px} - -.groups.group-admin .bp-navs.group-subnav{-webkit-box-flex:0;-ms-flex:0 0 220px;flex:0 0 220px;background-color:var(--bb-body-background-color);border-right:1px solid var(--bb-content-border-color);border-bottom:0;min-height:60vh;border-radius:4px 0 0 4px;margin:0;padding:30px 0}@media screen and (max-width:1041px){ - -.groups.group-admin .bp-navs.group-subnav{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:auto;padding:0} - -.groups.group-admin .bp-navs.group-subnav li{float:left}} - -.groups.group-admin .bp-navs.group-subnav a{border:0;font-size:14px;color:var(--bb-headings-color);letter-spacing:-.24px;display:block;padding:13px 20px;line-height:1;margin-bottom:1px} - -.groups.group-admin .bp-navs.group-subnav a:hover{color:var(--bb-primary-color)} - -.groups.group-admin .bp-navs.group-subnav .current a,.groups.group-admin .bp-navs.group-subnav .selected a{background:var(--bb-content-background-color);color:var(--bb-headings-color);font-weight:400;text-decoration:none}@media screen and (min-width:1041px){ - -.groups.group-admin .bp-navs.group-subnav .current a,.groups.group-admin .bp-navs.group-subnav .selected a{border-top:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color)}} - -.groups.group-admin .bp-navs.group-subnav .selected{position:relative} - -.groups .bp-single-vert-nav .subnav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -20px;padding:0 20px;border-bottom:1px solid #e7e9ec} - -.groups .bp-single-vert-nav .subnav li:not(:last-child){padding-right:30px} - -.groups .bp-single-vert-nav .subnav .current a{border-color:var(--bb-primary-color);font-weight:500} - -.groups .bp-single-vert-nav .subnav a{background:0 0;border-bottom:1px solid transparent;display:block;padding:0 0 16px;line-height:1;margin-bottom:-1px} - -.groups .bp-zoom-meeting-container .bb-model-footer,.groups .bp-zoom-webinar-container .bb-model-footer{background-color:transparent} - -.groups #buddypress .bp-zoom-meeting-container .bp-wrap-duration input,.groups #buddypress .bp-zoom-meeting-container .bp-wrap-duration select,.groups #buddypress .bp-zoom-webinar-container .bp-wrap-duration input,.groups #buddypress .bp-zoom-webinar-container .bp-wrap-duration select{padding-right:30px} - -.bb-template-v2.groups #buddypress .bp-zoom-meeting-container .bp-navs,.bb-template-v2.groups #buddypress .bp-zoom-webinar-container .bp-navs{padding:0} - -.bb-template-v2.groups #buddypress .bp-zoom-meeting-container .bp-navs a,.bb-template-v2.groups #buddypress .bp-zoom-webinar-container .bp-navs a{padding:10px} - -.groups .bb-single-course-sidebar{margin:0!important} - -.groups .bb-single-course-sidebar .widget{box-shadow:none;border:1px solid var(--bb-content-border-color)} - -.groups .bb-learndash-content-wrap{padding-top:0} - -.groups .bb-grid .bb-learndash-content-wrap{padding-right:10px} - -.groups h3.bbp-topic-title{display:none} - -.groups .bs-single-forum-list .bs-header-item .bs-forums-meta{display:none} - -.groups #bbpress-forums{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column} - -.groups #bbpress-forums .bp-group-single-forums{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5} - -.groups .bb-learndash-content-wrap .ld-progress-stats,.groups .learndash-wrapper .ld-progress .ld-progress-stats{color:inherit} - -.groups .bb-learndash-content-wrap .entry-title{font-weight:500;margin-top:10px} - -.groups .bb-learndash-content-wrap .bb-course-excerpt{margin-bottom:30px} - -.groups .bb-learndash-content-wrap .bb-about-instructor h5{margin:0 0 5px} - -.groups .learndash-wrapper .ld-course-status .ld-status{font-weight:500} - -#bbpress-forums.single-with-sub-forum{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column} - -#bbpress-forums.single-with-sub-forum .bp-group-single-forums{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5} - -#bbpress-forums .bp-group-single-forums hr{height:1px;margin:0 0 35px} - -#group-messages-container{border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color)} - -#group-messages-container .select2-container--default .select2-selection--multiple{background-color:var(--bb-content-background-color)} - -#group-settings-form #request-list{margin:0;padding:0} - -#group-settings-form #request-list li{-ms-flex-flow:row wrap;flex-flow:row wrap;background-color:var(--bb-body-background-color);border:1px solid var(--bb-content-border-color);border-bottom:0;margin:0 0 -1px;padding:15px 20px} - -#group-settings-form #request-list li:first-child{border-top-left-radius:var(--bb-block-radius);border-top-right-radius:var(--bb-block-radius)} - -#group-settings-form #request-list li:last-child{border-bottom-right-radius:var(--bb-block-radius);border-bottom-left-radius:var(--bb-block-radius);border-bottom:1px solid var(--bb-content-border-color)} - -#group-settings-form #request-list li .item-meta{margin-right:20px} - -#group-settings-form #request-list li .item-meta span.comments{display:block;font-size:14px;font-weight:400;margin-bottom:6px} - -#group-settings-form #request-list li .item-meta span.activity{display:block;font-size:13px;font-weight:400} - -#group-settings-form #request-list .action{-webkit-box-flex:1;-ms-flex:1;flex:1} - -#group-settings-form #request-list .item-title{text-align:left} - -#group-settings-form #request-list img.avatar{max-width:50px} - -#group-settings-form #request-list .item{-ms-flex-flow:column;flex-flow:column} - -#group-settings-form #request-list .item-title h3{margin:0 0 5px}@media screen and (max-width:980px){ - -#group-settings-form #request-list li .action{margin-top:15px}} - -.group-avatar #avatar-crop-pane,.group-avatar #group-create-body .avatar{border-radius:4px} - -.group-forum-confirmation{border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);box-shadow:0 12px 28px 0 rgba(18,43,70,.15),0 2px 7px 0 rgba(18,43,70,.08);width:95%!important;left:50%!important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);max-width:460px} - -.group-forum-confirmation .ui-dialog-content{font-size:15px;line-height:1.5} - -.group-forum-confirmation .ui-dialog-buttonpane{border-color:var(--bb-content-border-color)} - -.group-forum-confirmation .ui-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);font-family:inherit;font-size:15px;border-radius:var(--bb-button-radius);min-height:38px;padding:0 20px;font-weight:500;text-decoration:none;cursor:pointer;display:inline-block;border-width:1px;border-style:solid;outline:0;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:none;-webkit-transition:.3s all;transition:.3s all} - -.ui-widget-overlay{background:rgba(250,251,253,.5);opacity:1}@media (min-width:1181px){ - -.logged-in .item-header-wrap .bp-group-title-wrap{max-width:50%} - -.logged-in .item-header-wrap .groups-meta.action{position:absolute;top:20px;right:20px;max-width:35%;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} - -.logged-in .item-header-wrap .groups-meta.action>.generic-button{margin-bottom:10px} - -.logged-in .item-header-wrap .bb_more_options{position:absolute;top:33px;right:-20px} - -.groups-header #item-header-content .group-actions-absolute{position:absolute;right:0;top:20px;width:auto} - -.groups-header .bb-disable-cover-img #item-header-content .group-actions-absolute{top:20px}}@media (max-width:1400px){ - -.has-sidebar.buddypanel-open .groups-header #item-header-content .group-actions-absolute{position:relative;top:0;margin-top:15px} - -.has-sidebar.buddypanel-open .groups-header #cover-image-container.left #item-header-content .group-actions-absolute{margin:0 0 15px} - -.has-sidebar.buddypanel-open .groups-header #cover-image-container.left #item-header-content .group-actions-absolute .groups-meta:first-child{margin-left:0} - -.has-sidebar.buddypanel-open.logged-in .item-header-wrap .bp-group-title-wrap,.has-sidebar.buddypanel-open.logged-in .item-header-wrap .group-description{max-width:100%} - -.groups-header #cover-image-container.left #item-header-content .group-actions-absolute{margin:0 0 15px} - -.groups-header #cover-image-container.left #item-header-content .group-actions-absolute .groups-meta:first-child{margin-left:0}}@media (max-width:1180px){ - -.groups-header #item-header-content .group-actions-absolute{margin-top:15px} - -.groups-header #item-header-content .group-actions-absolute .bp-group-meta span{padding-left:0} - -.groups-header #item-header-content .group-actions-absolute .groups-meta{margin-top:0} - -.buddypanel-open.single-item.groups.has-sidebar .widget-area:not(.widget-area-secondary){-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding-top:0}}@media (max-width:1080px){ - -.groups-header #item-header-content .group-actions-absolute{margin-top:15px} - -.groups-header .groups-meta{margin:12px 0 4px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle} - -.bb_more_options{display:inline-block;vertical-align:middle} - -.single-item.groups.has-sidebar .bp-zoom-meeting-container{padding-bottom:0} - -.single-item.groups.has-sidebar .widget-area:not(.widget-area-secondary){-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding-top:0}}@media (max-width:960px){ - -.dataTables_wrapper{overflow:auto}}@media (min-width:992px) and (max-width:1200px){ - -#buddypress #member-list .inside img{width:90px} - -#buddypress #member-list .activity{position:static}}@media (max-width:799px){ - -.bb-single-bp-content .flex.bs-item-list-tabs{-ms-flex-flow:row wrap;flex-flow:row wrap} - -#buddypress .bb-single-bp-content.bb-friends-wrap .bs-dir-search{margin-top:-45px;float:right} - -.bb-single-bp-content .bs-item-list-tabs ul{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;clear:both} - -#buddypress div#item-header-cover-image .bb-bp-group-title{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:0 0 12px} - -.groups-header .groups-meta{margin:4px 0}}@media (min-width:749px){ - -.groups.messages .bp-single-vert-nav .groups-header.single-headers{margin-bottom:20px}}@media (max-width:748px){ - -.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-invites-container .bp-navs.group-subnav{padding-top:15px} - -.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-invites-container{margin:0 -10px} - -.group-invites nav#object-nav.vertical a{padding:5px 0} - -.group-invites .bp-single-vert-nav nav#object-nav.vertical{border-bottom:0} - -.group-invites .buddypress-wrap.bp-vertical-navs .bb-profile-grid{border:1px solid var(--bb-content-border-color);border-radius:4px}}@media (max-width:520px){ - -.bs-item-list.square-view .bs-item-avatar img.avatar{max-width:100px} - -.bb-member-deails-wrap .item-meta{margin-top:-8px} - -.bb-single-bp-header .bs-dir-search{width:100%} - -#buddypress .bb-single-bp-content.bb-friends-wrap .bs-dir-search{margin-top:0;margin-bottom:20px} - -.bs-item-list.square-view .bb-member-deails-wrap{padding:8px 15px} - -.tab-container-inner .list-view .avatar:not(.profile-avatar){max-width:36px} - -.tab-container-inner .bb-group-settings .item-title a{font-size:16px} - -.tab-container-inner .action .button{width:100%}}@media (max-width:380px){ - -#buddypress .bb-single-bp-content.bb-friends-wrap .bs-dir-search{margin-top:0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:20px} - -.groups-header .item-header-wrap .groups-meta{-ms-flex-flow:column;flex-flow:column} - -.single-item.groups #buddypress div#item-header div.generic-button{margin:0 0 10px} - -.single-item.groups #buddypress div#item-header div.generic-button button{margin:0} - -#buddypress #item-header.groups-header #cover-image-container.left #item-header-cover-image .bp-group-title-wrap{-ms-flex-flow:column;flex-flow:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -#buddypress #item-header.groups-header #cover-image-container.left #item-header-cover-image .bp-group-title-wrap .bp-group-type{margin:0 0 15px}} - -.messages-wrapper{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);min-height:-webkit-calc(80vh - 110px);min-height:calc(80vh - 110px)} - -.messages-wrapper #compose-personal-li a{color:var(--bb-primary-color)} - -.messages-wrapper #compose-action-personal-li .bb_more_options_action{position:relative;background-color:transparent;margin-top:-2px} - -.messages-wrapper #compose-action-personal-li .bb_more_options_action>i{color:var(--bb-headings-color);font-size:20px;position:relative} - -.messages-wrapper #compose-action-personal-li .bb_more_options_action:hover>i,.messages-wrapper #compose-action-personal-li.optionsOpen .bb_more_options_action>i{color:var(--bb-primary-color)} - -.bb-template-v2 .messages-wrapper #compose-action-personal-li{margin-bottom:5px} - -.bb-template-v2 .messages-wrapper #compose-action-personal-li .bb_more_options_action:hover>i,.bb-template-v2 .messages-wrapper #compose-action-personal-li.optionsOpen .bb_more_options_action>i{color:var(--bb-headings-color)} - -.bb-template-v2 .messages-wrapper #compose-action-personal-li .bb_more_options_action:hover::before,.bb-template-v2 .messages-wrapper #compose-action-personal-li.optionsOpen .bb_more_options_action::before{content:"";height:34px;width:34px;background-color:var(--bb-content-alternate-background-color);position:absolute;top:2px;border-radius:6.8px;left:-3px} - -.bb-template-v2 .buddypress-wrap .messages-wrapper #compose-action-personal-li .message-action-options .message_action__list li{margin-bottom:0} - -.messages-wrapper .message-action-options .bb_more_options_list li{width:100%} - -.messages-wrapper #subnav .subnav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:65px} - -.messages-wrapper #subnav .subnav #back-to-thread-li{color:var(--bb-headings-color)} - -.messages-wrapper #subnav .subnav #back-to-thread{color:inherit} - -.messages-wrapper #subnav .subnav #back-to-thread:hover>[class*=bb-icon]{color:var(--bb-primary-color)} - -.bb-template-v2 .messages-wrapper #subnav .subnav #back-to-thread:hover>[class*=bb-icon]{color:var(--bb-headings-color);position:relative} - -.bb-template-v2 .messages-wrapper #subnav .subnav #back-to-thread:hover>[class*=bb-icon]::before{position:relative;z-index:1} - -.bb-template-v2 .messages-wrapper #subnav .subnav #back-to-thread:hover>[class*=bb-icon]::after{content:"";height:34px;width:34px;background-color:var(--bb-content-alternate-background-color);border-radius:6.8px;position:absolute;left:-5px;top:-5px} - -.messages-wrapper #subnav li{margin:0;padding:0} - -.messages-wrapper #subnav #compose-personal-li{margin-right:0;padding-right:0} - -.messages-wrapper #subnav a{border:0;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.875rem;-webkit-transition:all linear .2s;transition:all linear .2s} - -.messages-wrapper .bp-no-messages #subnav .subnav{min-height:76px} - -.messages-wrapper #inbox-personal-li a{color:var(--bb-headings-color);font-size:24px;font-weight:600;letter-spacing:-.24px;line-height:1.3;padding:0} - -.messages-wrapper #inbox-personal-li a:hover{color:var(--bb-primary-color)} - -.messages-wrapper #compose-personal-li a{color:var(--bb-headings-color);font-size:0;padding:0;-webkit-transition:none;transition:none;position:relative;background:0 0} - -.messages-wrapper #compose-personal-li a::after{font-size:22px;font-weight:300;line-height:20px} - -.messages-wrapper #compose-personal-li a:hover{color:var(--bb-primary-color);background:0 0} - -.bb-template-v2 .messages-wrapper #compose-personal-li a:hover::after{color:var(--bb-headings-color);position:relative} - -.bb-template-v2 .messages-wrapper #compose-personal-li a:hover::before{content:"";height:34px;width:34px;background-color:var(--bb-content-alternate-background-color);position:absolute;top:-3px;border-radius:6.8px;left:-6.5px} - -.messages-wrapper #user_messages_search{height:36px;background-size:14px;background-position:left 12px center;padding-right:35px;border-radius:var(--bb-block-radius-inner)} - -.messages-wrapper #user_messages_search_reset{color:var(--bb-body-text-color)} - -.messages-wrapper .member-status{right:1px;top:inherit;bottom:1px} - -.bb-group-message-info{color:var(--bb-alternate-text-color)} - -.bb-template-v2 .bb-group-message-info::before{font-weight:300} - -.bp-messages-nav-panel .messages-search,.bp-messages-nav-panel .user-messages-search{width:100%} - -.bp-messages-nav-panel #subnav{padding:0 20px;margin:0;border:0} - -.buddypress-wrap .bp-messages-nav-panel .bp-messages-search-form{border-radius:var(--bb-block-radius-inner)} - -.bp-messages-nav-panel .messages-search-loader>i{color:var(--bb-alternate-text-color)} - -.buddypress-wrap .bb-profile-grid .bp-messages-nav-panel .subnav-filters{padding:0 20px 15px;margin-bottom:0;border-bottom:1px solid var(--bb-content-border-color)} - -.bb-template-v2 .buddypress-wrap .bb-profile-grid .bp-messages-nav-panel .subnav-filters{border-bottom:0} - -.bb-template-v2 .buddypress-wrap .bb-profile-grid .bp-messages-nav-panel.threads-scrolled .subnav-filters{box-shadow:0 4px 4px rgba(0,0,0,.1);position:relative;z-index:1} - -.bp-messages-feedback:empty{display:none} - -#buddypress div.message-search{margin-right:0;margin-left:10px} - -#buddypress div.message-search input[type=text]{height:34px;font-size:13px;padding:0 12px;border-radius:17px;background-size:16px;background-repeat:no-repeat;background-position:14px 53%;background-image:url(../images/svg/search.svg);padding-left:2.375rem} - -.messages-screen .bp-messages-container .bp-feedback{margin:30px;border-color:rgba(0,0,0,.05);color:var(--bb-default-notice-color);background-color:rgba(var(--bb-default-notice-color-rgb),.1);-ms-flex-wrap:wrap;flex-wrap:wrap} - -.messages-screen .bp-messages-container .bp-feedback.error{color:var(--bb-danger-color);background-color:rgba(var(--bb-danger-color-rgb),.1)} - -.messages-screen .bp-messages-container .bp-feedback.error .bp-icon::before{content:"\ee65";font-weight:200} - -.messages-screen .bp-messages-container .bp-feedback.warning{color:var(--bb-warning-color);background-color:rgba(var(--bb-warning-color-rgb),.1)} - -.messages-screen .bp-messages-container .bp-feedback.warning .bp-icon::before{content:"\ee66"} - -.messages-screen .bp-messages-container .bp-feedback.success{color:var(--bb-success-color);background-color:rgba(var(--bb-success-color-rgb),.1)} - -.messages-screen .bp-messages-container .bp-feedback.success .bp-icon::before{content:"\e876";font-weight:200} - -.messages-screen .bp-messages-container .bp-feedback.info{color:var(--bb-default-notice-color);background-color:rgba(var(--bb-default-notice-color-rgb),.1)} - -.messages-screen .bp-messages-container .bp-feedback.info .bp-icon::before{content:"\eebc";font-weight:200} - -.messages-screen .bp-messages-container .bp-feedback.loading .bp-icon::before{content:"\e884"} - -.messages-screen .bp-messages-container .bp-feedback.help .bp-icon::before{content:"\eec6";font-weight:200} - -.messages-screen .bp-messages-container .bp-feedback.updated .bp-icon::before{content:"\e876";font-weight:200} - -.messages-screen .bp-messages-container .bp-feedback .bp-icon{background-color:transparent;color:inherit;font-family:bb-icons;font-size:18px;font-weight:200;padding:0 0 0 15px;margin:0} - -.messages-screen .bp-messages-container .bp-feedback .bp-icon::before{font-weight:300} - -.messages-screen .bp-messages-container .bp-feedback p{font-size:13px;padding:10px 15px 10px 10px} - -.messages-screen .bp-messages-container .bp-feedback p+.bb-allowed-file-types{margin-top:-10px} - -.messages-screen .bp-messages-container .bp-feedback .bb-allowed-file-types{font-size:13px;-webkit-box-flex:100%;-ms-flex:100%;flex:100%;margin:0 10px 0 40px} - -.bb-template-v2 .messages-screen .bp-messages-container .bp-feedback{border-color:transparent} - -.messages-screen .bp-messages-container .bp-send-message-notices .bp-feedback{margin:20px 20px 0}@-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)}} - -#buddypress div.message-search input#messages_search:-webkit-autofill{-webkit-animation-name:autofill;animation-name:autofill;-webkit-animation-fill-mode:both;animation-fill-mode:both} - -#message-thread{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;position:relative;padding:30px 30px 0;border-left:1px solid var(--bb-content-border-color);max-height:78vh;min-height:78vh;overflow-x:hidden;overflow-y:auto} - -div#buddypress #message-thread .confirm{position:absolute;top:20px;right:20px} - -div#buddypress #message-thread div.alt{background:rgba(247,250,254,.5)} - -.message-metadata{-ms-flex-flow:row wrap;flex-flow:row wrap} - -.message-metadata img{float:none;max-width:40px;border-radius:50%;margin-right:15px} - -.message-metadata .meta-user-info a{display:block;font-weight:500;font-size:14px;line-height:19px;color:var(--bb-headings-color);margin-bottom:2px} - -.message-metadata .meta-user-info a:hover{color:var(--bb-primary-color)} - -.message-metadata .meta-user-info span{display:block;font-size:12px;line-height:14px;color:var(--bb-alternate-text-color)} - -.thread-load{display:block;text-align:center} - -#bb-message-subject{margin-bottom:5px;font-family:inherit;font-size:16px;font-weight:500;letter-spacing:-.27px;line-height:1.1875} - -#buddypress #message-thread #message-recipients{letter-spacing:-.24px;margin:0} - -#buddypress #message-thread #message-recipients .highlight{font-size:14px;font-weight:300;color:#939597;background-color:transparent} - -#buddypress #message-thread #message-recipients .highlight a{color:var(--bb-headings-color)} - -#buddypress #message-thread #message-recipients .highlight a:hover{color:var(--bb-primary-color)} - -#message-thread{margin:0;font-size:14px;color:var(--bb-body-text-color);line-height:1.5;letter-spacing:-.24px} - -#message-thread .h1,#message-thread .h2,#message-thread .h3,#message-thread .h4,#message-thread .h5,#message-thread .h6,#message-thread address,#message-thread h1,#message-thread h2,#message-thread h3,#message-thread h4,#message-thread h5,#message-thread h6,#message-thread hr,#message-thread p{margin-bottom:1rem} - -a.bb-cover-link{display:block;position:absolute;width:100%;left:0;top:0;font-size:0;height:100%} - -.thread-excerpt,.thread-subject,.thread-to a{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis} - -.thread-excerpt{max-width:-webkit-calc(100% - 107px);max-width:calc(100% - 107px);display:inline-block;vertical-align:middle} - -.thread-to a{color:var(--bb-headings-color)} - -.thread-to a:hover{color:var(--bb-primary-color)} - -.thread-subject .emoji{max-width:14px;vertical-align:middle;line-height:1;margin-top:0;margin-bottom:0;height:auto!important} - -.reply-box{padding:30px} - -.reply-box .reply-box-header{margin-bottom:16px} - -.reply-box .avatar{width:40px;margin-right:10px} - -.reply-box .reply-user-info p{margin-bottom:0;line-height:20px} - -.reply-box .reply-user-info p:first-child{font-size:14px;font-weight:500;color:var(--bb-body-text-color)} - -.reply-box .reply-user-info p:last-child{font-size:12px;color:var(--bb-alternate-text-color)} - -.reply-box textarea{display:block;width:100%;height:100px;margin-bottom:16px;padding:0 0 0 50px;border:none;font-size:16px;resize:vertical} - -#buddypress .reply-box input[type=submit].small{font-size:14px;min-height:34px;padding:6px 20px;border-radius:var(--bb-button-radius);line-height:1.4} - -#buddypress .reply-box input[type=submit].small:hover{outline:0;text-decoration:none;color:#fff;background-color:#1f48ff;border-color:transparent} - -#send_message_form{padding:20px;margin:0;position:relative;color:var(--bb-body-text-color);height:80vh;max-height:80vh;min-height:670px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column} - -#send_message_form .bp-messages-form-header{border-bottom:1px solid var(--bb-content-border-color);margin:0 -20px 20px;padding:0 20px 18px} - -.compose #send_message_form .bp-messages-form-header{border:0;padding:0;margin:0} - -.compose #send_message_form .bp-messages-form-header .bp-close-compose-form{display:-webkit-box;display:-ms-flexbox;display:flex;height:34px;width:34px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:3px} - -.compose #send_message_form .bp-messages-form-header .bp-close-compose-form [class*=bb-icon]{color:var(--bb-headings-color)} - -.compose #send_message_form .bp-messages-form-header .bp-close-compose-form [class*=bb-icon]:hover{color:var(--bb-primary-color)}@media screen and (min-width:1080px){ - -.compose .bp-messages-container.bp-no-messages #send_message_form .bp-messages-form-header .bp-close-compose-form{display:none}} - -#send_message_form label[for=send-to-input]{margin:0} - -#send_message_form .select2-selection--multiple{border-color:transparent;padding:0;background-color:transparent} - -#send_message_form .select2-selection__rendered{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -#send_message_form .select2-selection__rendered li{margin:0} - -#send_message_form li.select2-selection__choice{margin-right:10px;margin-bottom:5px} - -#buddypress #send_message_form .select2-search__field{background:0 0;border-width:0;min-width:100%;width:100%;padding-left:0;padding-bottom:35px;height:auto;box-shadow:none} - -#send_message_form .dropzone .dz-default{margin:0 0 0 5px} - -#send_message_form .select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:var(--bb-label-background-color)!important;border:0;border-radius:var(--bb-block-radius-inner);font-size:14px;color:var(--bb-label-text-color);letter-spacing:-.24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:row-reverse;flex-flow:row-reverse;padding:2px 6px 2px 10px;margin-right:5px} - -#send_message_form .select2-selection__choice__remove{color:var(--bb-label-text-color);font-size:0;line-height:1;margin:0 0 0 2px;opacity:.5} - -#send_message_form .select2-selection__choice__remove::before{font-size:18px;font-weight:400;line-height:initial;background-color:transparent;color:var(--bb-label-text-color)} - -#send_message_form .select2-selection__choice__remove:hover{opacity:1} - -#send_message_form .bp-messages-feedback{top:90px;position:absolute;left:20px;right:20px} - -#send_message_form .bp-messages-feedback .bp-feedback{margin:0 0 20px} - -#send_message_form #bp-message-content{margin:auto 0 0} - -.messages-screen .bp-messages-container .compose-feedback{top:90px;position:absolute;left:20px;right:20px} - -.messages-screen .bp-messages-container .compose-feedback .bp-feedback{margin:0 0 20px} - -.bp-compose-message #send_message_form #bp-message-content{margin:auto 0 0} - -.bp-messages-content #bp-message-content{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner);margin:20px;padding:0;-webkit-transition:box-shadow ease .1s;transition:box-shadow ease .1s} - -.bp-messages-content #bp-message-content #whats-new-messages-attachments{margin-top:0;padding:0 9px} - -.bb-template-v2 .bp-messages-content #bp-message-content:focus-within{box-shadow:0 3px 5px -2px rgba(0,0,0,.12);-webkit-transition:box-shadow ease .1s;transition:box-shadow ease .1s} - -.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-actions button.medium-editor-button-first{padding-left:2px!important} - -.bb-template-v2.compose #send_message_form .bp-messages-form-header .bp-close-compose-form:hover{background-color:var(--bb-content-alternate-background-color);border-radius:6px} - -.bb-template-v2.compose #send_message_form .bp-messages-form-header .bp-close-compose-form:hover [class*=bb-icon]{color:var(--bb-headings-color)} - -.bp-messages-recipient{border-bottom:1px solid var(--bb-content-border-color)} - -.bp-messages-recipient>span:first-child{color:var(--bb-headings-color)} - -body .select2-container .select2-dropdown.bb-compose-input{padding:8px;box-shadow:0 3px 8px rgba(0,0,0,.06),0 6px 24px rgba(0,0,0,.12);border:1px solid var(--bb-content-border-color);margin:40px 0 0 -30px;max-width:230px} - -body .select2-container .select2-dropdown.bb-compose-input .avatar{max-width:30px;margin-right:6px} - -body .select2-container .select2-dropdown.bb-compose-input .select2-results__option{border-radius:var(--bb-block-radius-inner);color:var(--bb-headings-color);font-size:13px;font-weight:500;padding:6px 8px} - -body .select2-container .select2-dropdown.bb-compose-input .select2-results__option strong{font-weight:500} - -body .select2-container .select2-dropdown.bb-compose-input .select2-results__option.select2-results__option--highlighted,body .select2-container .select2-dropdown.bb-compose-input .select2-results__option:hover:not(.select2-results__message,.loading-results){background-color:var(--bb-content-alternate-background-color)} - -body .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results,body .select2-container .select2-dropdown.bb-compose-input .select2-results__option.select2-results__message{font-size:13px;font-weight:500;color:var(--bb-alternate-text-color);letter-spacing:.14px} - -body .select2-container .select2-dropdown.bb-compose-input .select2-results__option--load-more,body .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results{position:relative;overflow:hidden} - -body .select2-container .select2-dropdown.bb-compose-input .select2-results__option--load-more::before,body .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results::before{content:"\ef30";font-family:bb-icons;font-weight:400;font-size:20px;vertical-align:middle;margin-right:5px;margin-left:3px;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;display:inline-block;height:25px;width:25px;text-align:center} - -body.bb-template-v1 .select2-container .select2-dropdown.bb-compose-input .select2-results__option--load-more::before,body.bb-template-v1 .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results::before{margin-left:0} - -body.bb-template-v2 .select2-container .select2-dropdown.bb-compose-input{border-radius:8px;border:0} - -body .select2-container .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} - -body .select2-container .select2-dropdown .select2-results__option{border-radius:3px;margin-bottom:0;font-size:14px;padding:2px 5px} - -.thread.bb-new-message{background:rgba(0,124,255,.1)} - -.messages .ac_results{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:none;min-width:200px;font-size:13px;max-width:200px;padding:5px 0;margin-left:-12px;margin-top:4px;overflow:visible} - -.messages .ac_results::after{content:" ";position:absolute;width:0;height:0;top:1px;margin:0 auto;left:15px;box-sizing:border-box;border:6px 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);-webkit-transition:all linear .2s;transition:all linear .2s;z-index:101} - -.messages .ac_results li{white-space:nowrap;text-overflow:ellipsis;overflow:hidden} - -.messages .ac_results .ac_odd{background:#fff} - -.messages .ac_results .ac_over{color:var(--bb-primary-color);background:#f5f5f5} - -.messages .ac_results img{margin-right:0;width:auto!important;max-width:25px;border-radius:50%} - -#buddypress div#message-thread .bb-send-reply-title{font-size:13px;font-weight:500;color:var(--bb-body-text-color)} - -#sitewide-notice{position:fixed;z-index:9999;top:2%;right:1%} - -.bp-single-message-wrap .bp-avatar-wrap.bp-suspended-avatar{position:relative} - -#message-threads .message-thread-options .bb_more_options_action i{color:var(--bb-headings-color)} - -.bp-user-messages-loading.loading .message-user-loading{padding:15px 3px} - -.bb-template-v2 .bp-user-messages-loading.loading .message-user-loading{padding:15px}@media (max-width:600px){ - -#send_message_form{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1} - -.bb-messages-wrap{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2} - -.thread.bb-new-message{display:none} - -#message-thread,.bb-messages-wrap{overflow:initial;min-height:100%;max-height:100%} - -.bb-mobile-view .bb-messages-wrap{display:none} - -#message-thread{padding:30px 20px} - -.metadata-right{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding-left:50px} - -.message-metadata .message-star-actions{margin-left:auto}}@media (max-width:520px){ - -#buddypress .bb-message-heading .message-search{margin:10px auto;width:100%} - -.bb-message-heading .message-search #messages_search{width:100%}} - -.buddypress-wrap .subnav-filters .user-messages-bulk-actions label{padding:0;margin:0;font-family:inherit;font-size:1rem;font-weight:500;text-transform:uppercase} - -.buddypress-wrap .subnav-filters .user-messages-bulk-actions .select-wrap:focus,.buddypress-wrap .subnav-filters .user-messages-bulk-actions .select-wrap:hover{box-shadow:none;outline:0} - -.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-apply{padding:0;margin:0;min-height:10px;line-height:1} - -.user-messages-bulk-actions .bulk-actions.select-wrap{margin-left:10px;margin-right:10px} - -.buddypress-wrap .subnav-filters .user-messages-bulk-actions div select{border:1px solid #eee;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:right 10px center;font-size:14px;height:26px;padding:0 25px 0 8px} - -#bp-message-thread-list{max-height:initial} - -#bp-message-thread-list li{background-color:var(--bb-content-background-color)} - -#bp-message-thread-list .bp-message-content-wrap+.bb-activity-media-wrap,#bp-message-thread-list .bp-message-content-wrap+.bb-activity-video-wrap{margin-top:10px} - -#bp-message-thread-list .bp-message-content-wrap+.bb-activity-video-wrap{margin-left:-3px} - -#bp-message-thread-list .bp-message-content-wrap p.blocked,#bp-message-thread-list .bp-message-content-wrap p.deleted-message,#bp-message-thread-list .bp-message-content-wrap p.suspended,#bp-message-thread-list .bp-message-content-wrap span.blocked,#bp-message-thread-list .bp-message-content-wrap span.suspended{color:var(--bb-alternate-text-color);border-color:var(--bb-content-border-color)} - -.bb-template-v2 #bp-message-thread-list .bp-message-content-wrap p.blocked,.bb-template-v2 #bp-message-thread-list .bp-message-content-wrap p.deleted-message,.bb-template-v2 #bp-message-thread-list .bp-message-content-wrap p.suspended,.bb-template-v2 #bp-message-thread-list .bp-message-content-wrap span.blocked,.bb-template-v2 #bp-message-thread-list .bp-message-content-wrap span.suspended{background-color:var(--bb-content-alternate-background-color);border-color:transparent} - -#bp-message-thread-list li.divider-date .bp-message-content-wrap{color:var(--bb-alternate-text-color);opacity:1} - -.bp-messages-content-wrapper.has_info .bp-messages-feedback .bp-feedback{margin:10px 30px} - -.bp-messages-content-wrapper .message-thread-header~.bp-messages-feedback:not(:empty) .bp-feedback{border-radius:0;margin:0;border-width:0;border-color:var(--bb-content-border-color)} - -.bb-template-v2 .bp-messages-content-wrapper .message-thread-header~.bp-messages-feedback:not(:empty)~#bp-message-thread-list{border-top:0} - -.bp-messages-content-wrapper.has_info .bp-messages-feedback{border-top:1px solid var(--bb-content-border-color);margin:0 -20px} - -.buddypress-wrap .subnav-filters.bp-messages-filters .messages-search{margin-bottom:0;margin-top:0} - -.buddypress-wrap .subnav-filters.bp-messages-filters .messages-search #user_messages_search_form::before{top:5px} - -.bb-template-v2 .buddypress-wrap .subnav-filters.bp-messages-filters .messages-search #user_messages_search_form:focus-within{border-color:var(--bb-primary-color);background-color:var(--bb-content-background-color)} - -.buddypress-wrap .subnav-filters.bp-messages-filters .messages-search #user_messages_search_form button[type=submit] span{font-size:20px;color:var(--bb-body-text-color);opacity:.4} - -.buddypress-wrap .subnav-filters.bp-messages-filters ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.bp-messages-content{margin:0} - -.bp-messages-content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;padding:0 20px;height:80vh;max-height:80vh;min-height:670px} - -.bp-messages-content-wrapper .dropzone.dz-started .dz-default.dz-message{display:none} - -.bp-messages-content-wrapper .dropzone.dz-started.files-uploaded:not(.dz-max-files-reached) .dz-default.dz-message{display:-webkit-box;display:-ms-flexbox;display:flex} - -.bp-messages-content-wrapper .bb-pusher-typing-indicator{margin:0 -20px -10px;padding:15px 0 0 20px;z-index:1;position:relative;background-color:var(--bb-content-background-color)} - -.bp-messages-content-wrapper .bb-pusher-typing-indicator .bb-pusher-typing-indicator-text-inner strong{font-weight:500} - -.bp-messages-content-wrapper.focus-in--scroll .bb-pusher-typing-indicator{border-top:1px solid var(--bb-content-border-color)} - -.bb-template-v2 .bp-messages-content-wrapper.focus-in--scroll .bb-pusher-typing-indicator{box-shadow:0 -4px 4px rgba(0,0,0,.1);border-top:0;z-index:111} - -#buddypress #bp-message-content .dropzone .dz-default .dz-button{line-height:1.5} - -#buddypress #bp-message-content .dropzone .dz-default .dz-button>strong{line-height:1} - -body .bp-messages-user-threads{min-height:550px;max-height:-webkit-calc(80vh - 118px);max-height:calc(80vh - 118px);height:-webkit-calc(80vh - 118px);height:calc(80vh - 118px)} - -#message-threads{border:0} - -#message-threads li.can-not-send-msg .thread-to::after{bottom:inherit;right:21px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)} - -.bb-template-v2 #message-threads li.can-not-send-msg .thread-to::after{right:36px} - -#message-threads .bb-user-avatar{margin-right:15px} - -#message-threads .bb-user-avatar .avatar{max-width:40px} - -.bb-thread-subject{line-height:1.3;margin-bottom:10px} - -nav#subnav #subnav{margin-bottom:0} - -.bb-thread-cb{margin-top:10px} - -#message-threads .bp-message-link{border-bottom:0;padding:15px 45px 15px 15px;border-left:3px solid transparent;min-width:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -#message-threads .bp-message-link:last-child{border-bottom:0} - -#message-threads .bp-message-link.unread{background-color:inherit} - -#message-threads .bp-message-link.unread .thread-to{position:relative} - -#message-threads .bp-message-link.unread .thread-to::before{content:"\25CF";font-size:14px;color:var(--bb-primary-color);position:absolute;left:-14px;top:0} - -.bb-template-v2 #message-threads .bp-message-link{margin:0 15px 5px;border-radius:var(--bb-block-radius-inner);border:0} - -#message-threads .bp-message-link:hover,#message-threads .thread-item.optionsOpen:not(.current) .bp-message-link{background:var(--bb-content-alternate-background-color)} - -#message-threads li.selected{background-color:#f7fafe} - -#message-threads .bp-message-link .thread-cb{-webkit-box-flex:0;-ms-flex:0 0 35px;flex:0 0 35px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -#message-threads .bb-thread-info{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0} - -.bb-thread-title{font-size:15px} - -.bb-thread-title .bb-user-link{font-weight:500;color:inherit} - -.bb-thread-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1;margin-bottom:3px} - -#message-threads .bp-message-link .thread-date{font-size:13px;font-weight:400;color:var(--bb-alternate-text-color);letter-spacing:-.19px;line-height:17px;min-width:0} - -#message-threads .bp-message-link .thread-date::before{background-color:var(--bb-alternate-text-color)} - -.bp-messages-content time{letter-spacing:-.24px;line-height:1.3;font-size:12px;font-weight:300;color:var(--bb-alternate-text-color)} - -.user-messages-bulk-actions .bs-styled-checkbox+label::before{margin-right:15px} - -#buddypress .mce-toolbar .mce-btn button,#buddypress .mce-toolbar .mce-btn button:focus,#buddypress .mce-toolbar .mce-btn button:hover{background:0 0;border:0;box-shadow:none;padding:0;margin:0;color:inherit;min-height:16px;padding-bottom:2px} - -#message-threads li .thread-content .excerpt{margin:0 0 3px;font-size:14px;color:#7f868f;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis} - -.bp-messages-content #bp-message-thread-header h2:first-child{background-color:transparent;color:var(--bb-headings-color);padding:0;margin-bottom:12px;font-family:inherit;font-size:16px;font-weight:500;letter-spacing:-.27px;line-height:1.25} - -.bp-messages-content .preview-thread-title .messages-title,.bp-messages-content .single-thread-title .messages-title{padding-left:0} - -ul.participants-list{list-style:none;margin:0} - -.preview-content .actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.bp-messages-content .thread-participants dd,.bp-messages-content .thread-participants ul{margin-bottom:0} - -dl.thread-participants{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;padding:10px 20px 10px 0} - -dl.thread-participants+.actions{position:absolute;right:20px} - -.bp-messages-content .thread-participants img{width:100%;max-width:30px;border-radius:50%} - -.bp-messages-content .preview-pane-header,.bp-messages-content .single-message-thread-header{margin-bottom:0} - -.bp-messages-content .thread-participants{margin:0;width:auto;font-size:16px;font-weight:500;color:var(--bb-headings-color);letter-spacing:-.27px} - -.bp-messages-content .thread-participants .participants-name{color:var(--bb-header-links);word-break:break-all} - -.bp-messages-content .thread-participants .participants-name a{color:var(--bb-headings-color)} - -.bp-messages-content .thread-participants .participants-name a:hover{color:var(--bb-primary-color)} - -.bp-messages-content .thread-participants #view_more_members:hover .num-name,.bp-messages-content .thread-participants a:hover .participants-name{color:var(--bb-primary-color)} - -.bp-messages-content .thread-participants #view_more_members .num-name{color:var(--bb-header-links);font-size:16px} - -.bp-messages-content .thread-participants dt{padding-right:10px} - -.bp-messages-content .thread-participants dd,.bp-messages-content .thread-participants dt{display:block;width:100%;line-height:1.3} - -.bp-messages-content .participants-list a{display:inline-block;margin-right:3px} - -div#subsubnav:empty{display:none} - -dl.thread-participants{font-size:14px;line-height:1.5;letter-spacing:-.24px} - -body.compose .bp-messages-content{border:0} - -.mce-btn button:hover,.mce-window-head .mce-close:hover{background:0 0;box-shadow:none} - -.message-action-delete.bp-tooltip.bp-icons{background:0 0;border:0;color:inherit} - -.message-action-delete.bp-tooltip.bp-icons:focus,.message-action-delete.bp-tooltip.bp-icons:hover{background:0 0;box-shadow:none;border:0} - -.bp-hide{display:none!important} - -.bp-messages-content .thread-participants li{float:left;margin:5px 2px} - -.bp-messages-content .single-message-thread-header{border-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:76px} - -.bp-messages-content .single-message-thread-header .thread-avatar .thread-multiple-avatar::after{background-color:var(--bb-content-background-color)} - -.bp-messages-content .single-message-thread-header .actions .message_actions .message_action__list{min-width:200px} - -.bp-messages-content .single-message-thread-header .message_action__anchor{position:relative} - -.bp-messages-content .single-message-thread-header .message_action__anchor [class*=" bb-icon-"]{font-size:20px;color:var(--bb-headings-color)} - -.bp-messages-content .single-message-thread-header .message_action__anchor:hover [class*=" bb-icon-"]{color:var(--bb-primary-color)} - -.bb-template-v2 .bp-messages-content .single-message-thread-header .message_action__anchor:hover [class*=" bb-icon-"],.bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions.open .message_action__anchor [class*=" bb-icon-"]{color:var(--bb-headings-color);position:relative} - -.bb-template-v2 .bp-messages-content .single-message-thread-header .message_action__anchor:hover::before,.bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions.open .message_action__anchor::before{content:"";height:34px;width:34px;background-color:var(--bb-content-alternate-background-color);position:absolute;top:-14px;border-radius:6.8px;left:-7.5px} - -#buddypress .bp-messages-container .message_action__list li a{color:var(--bb-body-text-color);line-height:1.1;padding:10px 15px} - -#buddypress .bp-messages-container .message_action__list li a.button{background-color:transparent;border:0;font-size:13px;font-weight:500;display:block;text-align:left;border-radius:var(--bb-block-radius-inner);-webkit-transition:none;transition:none} - -#buddypress .bp-messages-container .message_action__list li a.button::before{font-weight:400} - -#buddypress .bp-messages-container .message_action__list li a::before{color:var(--bb-alternate-text-color)} - -#buddypress .bp-messages-container .message_action__list li a:hover{background-color:var(--bb-content-alternate-background-color);color:var(--bb-primary-color)} - -#buddypress .bp-messages-container .message_action__list li a:hover::before{color:var(--bb-primary-color)} - -.bb-template-v2 #buddypress .bp-messages-container .message_action__list li a:hover{color:var(--bb-body-text-color)} - -.bb-template-v2 #buddypress .bp-messages-container .message_action__list li a:hover::before{color:var(--bb-alternate-text-color)} - -.single.messages.view .bp-messages-filters,.single.messages.view .bp-messages-threads-list{display:block} - -.bp-messages-content:empty{display:none} - -.bp-messages-content,.bp-messages-threads-list{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;padding:0} - -.bb-template-v1 .bp-messages-threads-list.bp-no-messages{border-top:1px solid var(--bb-content-border-color)} - -#message-threads .bp-message-link .thread-avatar{-webkit-box-flex:0;-ms-flex:0 0 52px;flex:0 0 52px;margin-right:15px} - -#message-threads .thread-avatar .user-status-icon,.messages-screen .user-status-icon{background-color:var(--bb-alternate-text-color);color:var(--bb-content-background-color)} - -#message-threads .bp-message-link .thread-avatar .thread-multiple-avatar::before{content:"";height:38px;width:38px;background-color:var(--bb-content-background-color);border-radius:50%;position:absolute;left:15px;top:15px;z-index:1} - -#message-threads .bp-message-link .thread-avatar .thread-multiple-avatar img{border:0} - -#message-threads .bp-message-link .thread-avatar .thread-multiple-avatar img+img{z-index:2} - -#message-threads .bp-message-link:hover .thread-avatar .thread-multiple-avatar::before,#message-threads .current .bp-message-link .thread-avatar .thread-multiple-avatar::before{background-color:var(--bb-content-alternate-background-color)} - -.bb-template-v2 #message-threads .bp-message-link:hover .thread-avatar .thread-multiple-avatar::before,.bb-template-v2 #message-threads .current .bp-message-link .thread-avatar .thread-multiple-avatar::before{background:-webkit-linear-gradient(90deg,rgba(255,255,255,.9),rgba(255,255,255,.9)),var(--bb-primary-color);background:linear-gradient(0deg,rgba(255,255,255,.9),rgba(255,255,255,.9)),var(--bb-primary-color)} - -#message-threads .bp-message-link .thread-avatar img.avatar{margin:0} - -.thread-to{font-size:14px;color:var(--bb-headings-color);line-height:1.5;font-weight:500;opacity:.85;text-transform:capitalize} - -.unread .thread-to{font-weight:500;opacity:1} - -.unread .thread-subject{font-weight:500} - -.unread .thread-date time{position:relative} - -.unread .bp-message-link::after{content:"";height:10px;width:10px;border-radius:100%;background-color:var(--bb-primary-color);display:inline-block;position:absolute;right:22px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)} - -.bb-template-v2 .unread .bp-message-link::after{right:37px} - -.unread.optionsOpen .bp-message-link::after,.unread:hover .bp-message-link::after{display:none} - -.buddypress-wrap .bp-messages.bp-user-messages-feedback{border:0;border-radius:0} - -#bp-messages-next-page,#bp-messages-prev-page{padding:0 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:34px;height:34px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:15px} - -#message-threads .bp-message-link .thread-content .thread-subject{color:var(--bb-body-text-color);font-size:13px;font-weight:500;letter-spacing:-.21px;line-height:1.5;min-height:21px;text-overflow:initial} - -#message-threads .bp-message-link .thread-content .thread-subject .typing-indicator{display:inline-block;max-width:-webkit-calc(100% - 107px);max-width:calc(100% - 107px);overflow:hidden;text-overflow:ellipsis;vertical-align:middle} - -#message-threads li.unread .thread-subject .subject{color:var(--bb-headings-color)} - -#message-threads li .thread-content .thread-subject a{color:var(--bb-headings-color)} - -#message-threads li .thread-content .thread-subject a:hover{color:var(--bb-primary-color)} - -#message-threads li.unread .thread-date time::after{background-color:var(--bb-primary-color)} - -#message-threads li.unread .thread-to::before{color:var(--bb-primary-color)} - -.bp-avatar-wrap{margin-right:18px;max-width:38px} - -.bp-messages-content #bp-message-content .medium-editor-toolbar,.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-form{background-color:var(--bb-content-alternate-background-color)} - -.bp-messages-content #bp-message-content .medium-editor-toolbar.static-toolbar.active{overflow:visible} - -.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-form{width:-webkit-calc(100% + 123px);width:calc(100% + 123px);overflow:visible;padding:5px 10px 5px 0;box-shadow:none} - -.bp-messages-content #bp-message-content #whats-new-messages-toolbar .media-off+.medium-editor-toolbar .medium-editor-toolbar-form{width:auto}@media screen and (max-width:430px){ - -.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-form{width:-webkit-calc(100% + 108px);width:calc(100% + 108px);padding:2px 10px 2px 0}}@media screen and (max-width:374px){ - -.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-form{width:-webkit-calc(100% + 68px);width:calc(100% + 68px)}} - -.bp-messages-content #bp-message-thread-list{background:0 0;border:0;border-top:1px solid var(--bb-content-border-color);margin:0 -20px;padding:10px 20px;height:auto;min-height:0;-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} - -.bp-messages-content #bp-message-thread-list li{margin:0 -20px;border-radius:0;padding:10px 20px;border:0;box-shadow:none;width:auto;background-color:transparent} - -.bp-messages-content #bp-message-thread-list li .bp-avatar-wrap{margin-right:15px;max-width:40px} - -.bp-messages-content #bp-message-thread-list li.error,.bp-messages-content #bp-message-thread-list li.sending{padding-bottom:35px;position:relative} - -.bp-messages-content #bp-message-thread-list li.error .bb-activity-media-wrap,.bp-messages-content #bp-message-thread-list li.error .bp-avatar-wrap,.bp-messages-content #bp-message-thread-list li.error .bp-message-content-wrap>:not(.message_send_error,.message_send_sending),.bp-messages-content #bp-message-thread-list li.error .message-metadata,.bp-messages-content #bp-message-thread-list li.sending .bb-activity-media-wrap,.bp-messages-content #bp-message-thread-list li.sending .bp-avatar-wrap,.bp-messages-content #bp-message-thread-list li.sending .bp-message-content-wrap>:not(.message_send_error,.message_send_sending),.bp-messages-content #bp-message-thread-list li.sending .message-metadata{opacity:.5} - -.bp-messages-content #bp-message-thread-list li.error .message_send_error{color:var(--bb-content-border-color);font-size:13px;position:absolute;bottom:8px} - -.bp-messages-content #bp-message-thread-list li.error .message_send_error a{font-size:13px;font-weight:500;color:var(--bb-headings-color);opacity:.4;margin-right:3px} - -.bp-messages-content #bp-message-thread-list li.error .message_send_error a:hover{opacity:1} - -.bp-messages-content #bp-message-thread-list li.error .message_send_error a~a{margin-left:3px} - -.bp-messages-content #bp-message-thread-list li.error .info-text-error-message{font-size:13px;color:var(--bb-danger-color);margin-right:5px} - -.bp-messages-content #bp-message-thread-list li.error .info-text-error-message::before{content:"\ee65";font-family:bb-icons;font-weight:100;font-size:14px;display:inline-block;vertical-align:top;margin-right:5px} - -.bb-template-v2 .bp-messages-content #bp-message-thread-list li.error .info-text-error-message::before{font-weight:200} - -.bp-messages-content #bp-message-thread-list li.sending .message_send_sending{position:absolute;bottom:8px} - -.bp-messages-content #bp-message-thread-list li.sending .message_send_sending .info-text-send-message{color:var(--bb-alternate-text-color);font-size:13px;line-height:17px;display:inline-block} - -.bp-messages-content #bp-message-thread-list li.sending .message_send_sending .info-text-send-message::before{content:"\ef30";font-family:bb-icons;font-weight:400;font-size:16px;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;display:inline-block;vertical-align:middle;margin-right:5px} - -.bp-messages-content #bp-message-thread-list li .fluid-width-video-wrapper iframe{border-radius:var(--bb-block-radius-inner)} - -.bp-messages-content #bp-message-thread-list li .bp-message-content-wrap iframe[style="border-radius: 12px"]{border-radius:var(--bb-block-radius-inner)!important} - -.bp-messages-content #bp-message-thread-list .message-metadata .user-link strong::after{display:none} - -.bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback{border:0;border-radius:0 0 var(--bb-block-radius) 0;border-top:1px solid var(--bb-content-border-color);background-color:var(--bb-content-alternate-background-color);-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;margin:0 -20px;padding:20px} - -.bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback p{margin:0;padding:0;text-align:center;line-height:1.5;color:var(--bb-alternate-text-color)} - -.bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback p+.generic-button{margin:10px 0 0} - -#buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .button-wrapper .generic-button>button,#buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .generic-button>a{font-size:14px;font-weight:600;color:var(--bb-primary-color);line-height:1.5;min-height:auto;background:0 0;border:0;padding:0} - -#buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .button-wrapper .generic-button>button.requested,#buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .generic-button>a.requested{color:var(--bb-alternate-text-color);cursor:auto;pointer-events:none} - -#buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .button-wrapper .generic-button>button.requested::before,#buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .generic-button>a.requested::before{content:"\e876";color:var(--bb-alternate-text-color);font-family:bb-icons;font-size:20px;font-weight:300;line-height:1;vertical-align:middle;margin-right:5px} - -.bb-template-v2 .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback{border:0;border-radius:var(--bb-block-radius-inner);margin:20px 0}@media screen and (max-width:1080px){ - -.bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)}} - -.bp-messages-content.has_info{position:relative} - -.bp-messages-content form.send-reply .avatar-box{padding:0} - -#message-threads .bp-message-link .thread-content{-webkit-box-flex:1;-ms-flex:1;flex:1;line-height:1;min-width:0} - -.bp-messages-content .thread-participants .thread-date{color:var(--bb-alternate-text-color);font-size:13px;font-weight:400;line-height:1.4;display:inline-block} - -#bp-message-load-more:empty{display:none} - -#buddypress .message-action-delete,#buddypress .message_action__anchor{background:0 0;border:0;color:inherit;font-size:10px;padding:0;line-height:1;min-height:1px;height:auto;width:100%} - -#buddypress .message-action-delete:focus,#buddypress .message-action-delete:hover,#buddypress .message_action__anchor:focus,#buddypress .message_action__anchor:hover{background:0 0;box-shadow:none} - -#buddypress .message-action-delete .bb-icon-trash,#buddypress .message_action__anchor .bb-icon-trash{color:#939597} - -#buddypress .message-action-delete .bb-icon-menu-dots-v,#buddypress .message_action__anchor .bb-icon-menu-dots-v{color:#939597;font-size:21px} - -.bp-messages-content .actions{line-height:1.3} - -.bp-messages-content .actions .message_actions .message_action__list li a:hover{color:var(--bb-header-links-hover)} - -.bp-messages-content .actions .message_actions.loading .message_action__anchor:hover::before{display:none} - -.bb-template-v2 .bp-messages-content .actions .message_actions.loading .message_action__anchor>i::before{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)} - -.message-metadata .user-link{height:auto} - -.bp-messages-content #bp-message-thread-list .message-metadata time{color:var(--bb-alternate-text-color);font-size:13px;padding-left:3px;line-height:1.5} - -.bp-messages-content #bp-message-thread-list .message-metadata .avatar{width:auto} - -.bp-messages-content #bp-message-thread-list .message-metadata .user-link{color:var(--bb-headings-color)} - -.bp-messages-content #bp-message-thread-list .message-metadata .user-link:hover{color:var(--bb-primary-color)} - -.bp-messages-content #send-reply{margin:0 -20px;width:auto;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;height:auto;min-height:0} - -.bp-messages-content #send-reply .message-box{width:100%;display:none} - -.bp-messages-content #send-reply .wp-editor-container{border-left:0;border-right:0} - -.bp-messages-content #send-reply .message-metadata{display:none} - -.bp-messages-content #send-reply .dropzone .dz-default{padding:18px 5px} - -.scrolled--up.focus-in--scroll #send-reply{border-top:1px solid var(--bb-content-border-color)} - -.bb-template-v2 .scrolled--up.focus-in--scroll #send-reply{box-shadow:0 -4px 4px rgba(0,0,0,.1);border-top:0;z-index:11} - -.buddypress-wrap .standard-form#send-reply textarea{width:100%;border:0} - -#bp-message-thread-list:empty{border:0;max-height:initial;min-height:auto;padding:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:0;border-top:1px solid var(--bb-content-border-color)} - -#bp-message-thread-list:empty::before{font:400 normal normal 25px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\ef30";-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear} - -#bp-message-thread-header:empty~#bp-message-thread-list:empty{margin-top:76px} - -.archived-empty #bp-message-thread-list{margin-top:76px} - -.messages.compose .bp-messages-filters{display:block} - -#buddypress #bp-messages-reset,#buddypress #bp-messages-send{min-width:140px;font-weight:500;height:40px} - -.buddypress-wrap .standard-form .wp-editor-container{border:1px solid #dedfe2} - -.send-reply.loading{position:relative} - -.send-reply.loading::before{background:rgba(255,255,255,.6);content:"";position:absolute;height:100%;width:100%;z-index:10} - -.send-reply.loading::after{position:absolute;top:42%;left:0;right:0;margin:auto;content:"\ef30";font-family:bb-icons;font-size:24px;line-height:36px;text-align:center;-webkit-animation:spin 3s infinite linear;animation:spin 3s infinite linear;z-index:12} - -#message_content_ifr{max-height:80px} - -#message_content{margin-bottom:0} - -#message_content>p:last-child{margin-bottom:0} - -.no-message-wrap .dashicons-email-alt{background:url(../images/svg/new-message.svg) no-repeat center center;display:block;margin:20px auto 0;height:80px;width:86px} - -.no-message-wrap .dashicons-email-alt::before{display:none} - -.no-message-wrap .bb-icon{color:var(--bb-alternate-text-color)} - -.no-message-content{font-size:14px;color:var(--bb-alternate-text-color);letter-spacing:-.24px;line-height:1.5;max-width:310px;margin:0 auto} - -#bp-messages-threads-list .no-message-content h3{font-size:24px;font-weight:600;margin-bottom:5px} - -.no-message-content>p{margin-bottom:20px} - -.no-message-content .no-messages-links{font-weight:600} - -#bp-message-content{border-top:1px solid var(--bb-content-border-color);padding:20px} - -#bp-message-content .medium-editor-element,#bp-message-content .medium-editor-placeholder{color:var(--bb-body-text-color);font-size:14px;line-height:1.5} - -#bp-message-content .medium-editor-element[contenteditable=true]:empty::after,#bp-message-content .medium-editor-placeholder[contenteditable=true]:empty::after{color:var(--bb-body-text-color);content:attr(data-placeholder);position:absolute;left:0;padding:0 15px;font-style:normal;opacity:.5} - -#bp-message-content pre{white-space:pre-wrap;position:relative;z-index:1} - -#bp-message-content pre p{margin-bottom:0} - -#bp-message-content p{margin-bottom:5px} - -#bp-message-content ol:not(.medium-editor-toolbar-actions),#bp-message-content ul:not(.medium-editor-toolbar-actions){margin-bottom:15px;margin-left:16px} - -#bp-message-content ol:not(.medium-editor-toolbar-actions) li,#bp-message-content ul:not(.medium-editor-toolbar-actions) li{margin:5px 0} - -#bp-message-content ol:not(.medium-editor-toolbar-actions) li>ol,#bp-message-content ol:not(.medium-editor-toolbar-actions) li>ul,#bp-message-content ul:not(.medium-editor-toolbar-actions) li>ol,#bp-message-content ul:not(.medium-editor-toolbar-actions) li>ul{margin-bottom:0} - -#bp-message-content .medium-editor-element:not(.emojionearea){border:0;min-height:auto;max-height:120px;margin:0;overflow:auto;padding:20px 15px;border-radius:var(--bb-block-radius-inner);position:relative} - -#bp-message-content .medium-editor-element:not(.emojionearea).medium-editor-placeholder::after{left:0;font-size:14px;position:absolute;font-style:normal;margin:0;padding:20px 15px;pointer-events:none} - -#bp-message-content .medium-editor-placeholder::after{color:var(--bb-body-text-color);opacity:.5} - -#bp-message-content .messages-media-container .dz-button>strong{line-height:1.3} - -.bp-messages-content .bp-message-content_foot_note{color:var(--bb-alternate-text-color)} - -.bp-messages-content #send_reply_button{margin:0} - -#message-new-submit,#message-reply-new-submit{padding:0} - -#message-new-submit input,#message-reply-new-submit input{margin-right:0} - -.bp-messages-container .bp-messages.loading{border:0;border-radius:0;padding-top:0} - -.bp-messages-container .bp-messages.loading .dashicons-update{font-family:bb-icons} - -.bp-messages-container .bp-messages.loading .dashicons-update::before{content:"\ef30"} - -.bb-template-v1 .bp-messages-container #message-threads:empty+.bp-messages.loading{border-top:1px solid var(--bb-content-border-color)} - -.bp-message-content-wrap .bp-messages.loading{display:none} - -#page .ql-bubble .ql-tooltip{padding:0 10px} - -#page .ql-bubble .ql-tooltip button{background:0 0;margin:0;padding:0} - -#page .ql-bubble .ql-toolbar button svg,#page .ql-bubble.ql-toolbar button svg{float:none;max-width:18px} - -#page .ql-bubble .ql-toolbar .ql-formats{margin:0} - -#page .ql-bubble .ql-toolbar .ql-formats:first-child{margin-left:0} - -.bp-single-message-content .bp-user-link,.bp-single-message-content .message-metadata>strong,.bp-single-message-content strong.bp-user-deleted{font-size:14px;color:var(--bb-headings-color);letter-spacing:-.2px;line-height:1.5;font-weight:500} - -.bp-single-message-content .bp-user-link>strong{font-weight:500} - -.bp-single-message-content .message-metadata{line-height:1;margin-bottom:3px} - -.bp-single-message-content .bb-activity-media-wrap .bb-item-cover-wrap{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner);background-color:var(--bb-content-alternate-background-color)} - -.bb-template-v2 .bp-single-message-content .bb-activity-media-wrap .bb-item-cover-wrap{border:0} - -.bp-single-message-content .bb-activity-media-wrap.bb-media-length-1 .bb-activity-media-elem{min-width:auto!important} - -.bp-single-message-content .bb-activity-media-wrap.bb-media-length-1 .bb-item-cover-wrap{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;padding:0;min-width:65px;min-height:65px} - -.bp-single-message-content .bb-activity-media-wrap.bb-media-length-1 .bb-item-cover-wrap img{position:static;height:auto;width:auto;max-width:360px;max-height:360px;min-width:auto;min-height:auto} - -.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity{max-width:400px} - -.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .entry-img>i{margin-top:5px;line-height:1.5} - -.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap{color:var(--bb-headings-color)} - -.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-description,.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-extension-description,.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-helper-text,.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-title{line-height:1.5} - -.bp-single-message-content .bb-activity-video-wrap.bb-video-length-1 .bb-activity-video-elem{min-width:auto;width:100%;max-width:400px} - -.bp-single-message-content .bb-activity-video-wrap.bb-video-length-1 .bb-activity-video-elem .video-js .vjs-control-bar button{width:3em} - -.bp-single-message-content .bb-activity-video-wrap.bb-video-length-1 .bb-activity-video-elem .video-js .vjs-control-bar .vjs-time-divider{min-width:1em} - -.bp-single-message-content .bb-activity-video-wrap.bb-video-length-1 .bb-activity-video-elem .video-js .vjs-control-bar .vjs-progress-control .vjs-progress-holder{margin:3px 10px 0} - -.bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem.video-activity .video-description-wrap .entry-img>i{margin-top:5px} - -.bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem.video-activity .video-description-wrap .video-detail-wrap .video-description,.bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem.video-activity .video-description-wrap .video-detail-wrap .video-extension-description,.bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem.video-activity .video-description-wrap .video-detail-wrap .video-helper-text,.bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem.video-activity .video-description-wrap .video-detail-wrap .video-title{line-height:1.5} - -.bp-single-message-content .bb-activity-media-wrap,.bp-single-message-content .bb-activity-video-wrap{max-width:600px} - -.bp-single-message-content .bb-activity-media-elem{padding:5px;min-width:25%} - -.bp-single-message-content .bb-activity-media-elem .bb-item-cover-wrap{padding-top:75%}@media screen and (max-width:590px){ - -.bp-single-message-content .bb-activity-media-elem{min-width:33.3333%!important;-webkit-box-flex:initial!important;-ms-flex:initial!important;flex:initial!important}}@media screen and (max-width:435px){ - -.bp-single-message-content .bb-activity-media-elem{max-width:initial!important;min-width:50%!important} - -.bp-single-message-content .bb-activity-media-elem .bb-item-cover-wrap{padding-top:100%} - -.bp-single-message-content .bb-activity-media-wrap.bb-media-length-1 .bb-activity-media-elem{max-width:100%!important}} - -.bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem{padding:5px;min-width:33.3333%} - -.bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem .bb-item-cover-wrap{padding-top:66.6666%}@media screen and (max-width:590px){ - -.bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem{min-width:50%;max-width:50%;-webkit-box-flex:1;-ms-flex:auto;flex:auto}}@media screen and (max-width:435px){ - -.bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem{min-width:100%;max-width:100%}} - -.bp-single-message-content .bb-video-wrapper{max-width:400px} - -.bp-single-message-content .fluid-width-video-wrapper{width:100%;max-width:400px;height:auto;margin:10px 0 0} - -.bp-single-message-content p>iframe{max-width:400px;width:100%;height:auto;min-height:200px} - -.bp-single-message-content .activity-attached-gif-container{display:inline-block;height:auto;width:auto;max-width:360px;max-height:360px} - -.bp-single-message-content .activity-attached-gif-container .gif-image-container{margin:15px 0 0} - -.bp-single-message-content .activity-attached-gif-container .gif-player{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-self:center;min-width:65px;min-height:65px} - -.bp-single-message-content .activity-attached-gif-container .gif-player video{height:auto;max-width:360px;max-height:360px;width:100%;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner);background-color:var(--bb-content-alternate-background-color)} - -.bb-template-v2 .bp-single-message-content .activity-attached-gif-container .gif-player video{border:0} - -.bp-single-message-content img.emoji,.bp-single-message-content img.emojioneemoji{margin:1px 3px;width:18px!important;height:18px!important} - -.bp-single-message-content blockquote{margin-top:0} - -ul#bp-message-thread-list .bp-message-content-wrap{color:var(--bb-body-text-color);letter-spacing:-.2px;line-height:1.5;overflow:initial;word-wrap:break-word} - -ul#bp-message-thread-list .bp-message-content-wrap p{margin-bottom:5px;min-height:.1px} - -ul#bp-message-thread-list .bp-message-content-wrap p.joined{position:relative} - -ul#bp-message-thread-list .bp-message-content-wrap p.joined strong{font-weight:500;color:var(--bb-alternate-text-color)} - -ul#bp-message-thread-list .bp-message-content-wrap p.joined strong.bp-tooltip{display:inline-block}@media screen and (max-width:768px){ - -ul#bp-message-thread-list .bp-message-content-wrap p.joined strong.bp-tooltip{position:static} - -ul#bp-message-thread-list .bp-message-content-wrap p.joined strong.bp-tooltip::before{display:none} - -ul#bp-message-thread-list .bp-message-content-wrap p.joined strong.bp-tooltip::after{width:180px;width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:180px;white-space:break-spaces}} - -ul#bp-message-thread-list .bp-message-content-wrap li>ol,ul#bp-message-thread-list .bp-message-content-wrap li>ul{margin-bottom:0} - -ul#bp-message-thread-list .bp-message-content-wrap ol,ul#bp-message-thread-list .bp-message-content-wrap ul{margin-bottom:15px;margin-left:16px} - -ul#bp-message-thread-list .bp-message-content-wrap li{background:0 0;margin:5px 0;padding:0;list-style-type:disc} - -ul#bp-message-thread-list .bp-message-content-wrap li p{margin-bottom:0} - -ul#bp-message-thread-list .bp-message-content-wrap ol li{list-style-type:decimal} - -ul#bp-message-thread-list .bp-message-content-wrap pre{width:-webkit-calc(100% + 12px);width:calc(100% + 12px)} - -ul#bp-message-thread-list .bp-message-content-wrap blockquote{padding:12px;font-size:22px;letter-spacing:-.24px;line-height:30px;position:relative;margin:0 0 15px;width:-webkit-calc(100% + 12px);width:calc(100% + 12px);background:#fafafa;border:1px solid var(--bb-content-border-color);border-radius:4px} - -ul#bp-message-thread-list .bp-message-content-wrap blockquote p{font-size:20px;margin-bottom:0} - -ul#bp-message-thread-list .bp-message-content-wrap blockquote::before{content:"\ef02";font-family:bb-icons;font-style:normal;font-weight:400;display:inline-block;text-align:center;font-variant:normal;color:#92949d;width:30px;height:30px;font-size:22px;line-height:30px;background:#e2e1e0;border-radius:100%;margin-bottom:10px} - -ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap pre{width:auto;border:1px solid #f8e8ac;background:#fff} - -ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blockquote{width:auto;border:1px solid #f8e8ac;background:#fffef7} - -ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blockquote::before{color:#f8e8ac;border:1px solid #f8e8ac;background:#fff} - -.messages .bp-single-vert-nav .item-body{padding:0} - -.bb-template-v2.messages .bp-single-vert-nav .bb-profile-grid{margin:0} - -.bb-template-v2.messages .bp-single-vert-nav #item-body{margin-left:0} - -#whats-new-formatting-toolbar a .bb-icon,#whats-new-messages-toolbar a .bb-icon{color:rgba(var(--bb-headings-color-rgb),.4)} - -#whats-new-formatting-toolbar a:hover .bb-icon,#whats-new-messages-toolbar a:hover .bb-icon{color:var(--bb-headings-color)} - -#whats-new-messages-toolbar .medium-editor-placeholder{background-color:transparent} - -#whats-new-messages-toolbar .gif-media-search-dropdown.open{margin:0 0 10px -20px;top:auto;bottom:100%} - -#whats-new-messages-toolbar .gif-media-search-dropdown::before{left:38px;top:auto;bottom:-11px;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)} - -#whats-new-messages-toolbar .gif-search-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column} - -#whats-new-messages-toolbar .gif-search-content .gif-search-results-list{margin:0} - -#whats-new-messages-toolbar .messages-attached-gif-container{margin-bottom:0} - -#whats-new-messages-toolbar .messages-attached-gif-container .gif-search-query .search-query-input{background-color:transparent;border:0}@media screen and (max-width:1080px){ - -#whats-new-messages-toolbar .gif-media-search-dropdown.open{z-index:999} - -#whats-new-messages-toolbar .gif-media-search-dropdown.open .gif-search-results{max-height:280px} - -#whats-new-messages-toolbar .post-gif:first-child .gif-media-search-dropdown.open{left:-10px} - -#whats-new-messages-toolbar .post-gif:first-child .gif-media-search-dropdown.open::before{left:50px} - -#whats-new-messages-toolbar .post-gif:nth-child(2) .gif-media-search-dropdown.open{left:-44px} - -#whats-new-messages-toolbar .post-gif:nth-child(2) .gif-media-search-dropdown.open::before{left:84px} - -#whats-new-messages-toolbar .post-gif:nth-child(3) .gif-media-search-dropdown.open{left:-78px} - -#whats-new-messages-toolbar .post-gif:nth-child(3) .gif-media-search-dropdown.open::before{left:118px} - -#whats-new-messages-toolbar .post-gif:nth-child(4) .gif-media-search-dropdown.open{left:-112px} - -#whats-new-messages-toolbar .post-gif:nth-child(4) .gif-media-search-dropdown.open::before{left:152px} - -#whats-new-messages-toolbar .post-gif:nth-child(5) .gif-media-search-dropdown.open{left:-146px} - -#whats-new-messages-toolbar .post-gif:nth-child(5) .gif-media-search-dropdown.open::before{left:186px}} - -#whats-new-formatting-toolbar .emojionearea{background-color:transparent} - -#whats-new-formatting-toolbar .emojionearea .emojionearea-picker .emojionearea-search>input{outline:0;width:100%;min-width:100%;height:30px} - -#whats-new-formatting-toolbar .emojionearea .emojionearea-picker{top:auto;bottom:40px;right:100%;left:inherit;margin-right:-25px} - -#whats-new-formatting-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{bottom:-10px;top:auto;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);left:inherit;right:5px} - -.bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{display:none}@media screen and (max-width:1080px){ - -#whats-new-formatting-toolbar .post-emoji .emojionearea .emojionearea-picker{z-index:999}} - -.bp-back-to-thread-list{margin-left:-5px} - -.bp-back-to-thread-list [class*=bb-icon]{font-size:24px;color:var(--bb-headings-color)}@media screen and (min-width:1081px){ - -#message-threads .current>a{background:var(--bb-content-alternate-background-color);border-color:var(--bb-primary-color)} - -.bb-template-v2 #message-threads .current>a{background:-webkit-linear-gradient(90deg,rgba(255,255,255,.9),rgba(255,255,255,.9)),var(--bb-primary-color);background:linear-gradient(0deg,rgba(255,255,255,.9),rgba(255,255,255,.9)),var(--bb-primary-color)}} - -.message-thread-options:hover~.bp-message-link{background:var(--bb-content-alternate-background-color);border-color:var(--bb-primary-color)} - -.bb-template-v2 .message-thread-options .current:hover+.bp-message-link{background:-webkit-linear-gradient(90deg,rgba(255,255,255,.9),rgba(255,255,255,.9)),var(--bb-primary-color);background:linear-gradient(0deg,rgba(255,255,255,.9),rgba(255,255,255,.9)),var(--bb-primary-color)} - -.bb-template-v2 #message-threads .message-thread-options{right:30px} - -.bb-template-v2 #message-threads .message-thread-options.loading .bb_more_options_action:hover{background-color:transparent} - -.bb-template-v2 #message-threads .message-thread-options.loading .bb_more_options_action>i::before{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)} - -.bb-template-v2 #message-threads .message-thread-options .bb_more_options_action:hover,.bb-template-v2 #message-threads .optionsOpen .message-thread-options .bb_more_options_action{background-color:var(--bb-content-background-color);border-radius:6px} - -.bp-single-message-wrap .bb-messages-group-notices{color:var(--bb-alternate-text-color)} - -.bp-single-message-wrap .bb-messages-group-notices .bp-tooltip{color:var(--bb-alternate-text-color)} - -.header-aside .thread-multiple-avatar{min-height:36px;min-width:36px;margin:0 -2px;position:relative} - -.header-aside .thread-multiple-avatar img{border:2px solid #fff;max-width:28px;position:absolute;left:0;top:0} - -.header-aside .thread-multiple-avatar img+img{top:auto;right:0;bottom:0;left:auto} - -.header-aside li:hover .thread-multiple-avatar img{border-color:#f5f5f5} - -.header-aside .unread .thread-multiple-avatar img{border-color:#f7fafe} - -.messages-wrap .notification-dropdown .notification-avatar{-webkit-box-flex:0;-ms-flex:0 0 36px;flex:0 0 36px} - -.messages-wrap .notification-dropdown .notification-list{max-width:400px} - -.messages-wrap .notification-dropdown .notification-list li .notification-content{width:100%;overflow:hidden} - -.messages-wrap .notification-dropdown .notification-list li .notification-content .notification-users{width:-webkit-calc(100% - 50px);width:calc(100% - 50px);display:block;white-space:nowrap} - -.messages-wrap .notification-dropdown .notification-list li .notification-content .notification-users>a{display:block;text-overflow:ellipsis;overflow:hidden;width:100%} - -.bb-pusher-typing-indicator-text,.thread-item .typing-indicator{color:var(--bb-alternate-text-color)} - -#message-form-submit-wrapper,#message-reply-form-submit-wrapper{background-color:var(--bb-content-alternate-background-color);border-radius:0 0 var(--bb-block-radius-inner) var(--bb-block-radius-inner);margin:0;padding:10px} - -.bb-template-v1 #message-form-submit-wrapper,.bb-template-v1 #message-reply-form-submit-wrapper{border-top:1px solid var(--bb-content-border-color)} - -#message-new-submit,#message-reply-new-submit{background-color:var(--bb-primary-color);border-radius:var(--bb-button-radius)} - -#message-new-submit::before,#message-reply-new-submit::before{color:var(--bb-primary-button-text-regular)} - -.mass-user-block-list .bb-report-type-pagination .page-data #load_more_rl.loading,.message-members-list .bb-report-type-pagination .page-data #load_more_rl.loading{color:var(--bb-alternate-text-color)}@media screen and (min-width:46.8em){ - -.bp-single-vert-nav .subnav{background:0 0} - -.bp-single-vert-nav .subnav li{font-size:inherit;margin:0} - -.bp-single-vert-nav .subnav li a{border-right:0;padding:0 0 5px}}@media screen and (min-width:55em){ - -.buddypress-wrap form.bp-dir-search-form,.buddypress-wrap form.bp-invites-search-form,.buddypress-wrap form.bp-messages-search-form{width:auto}}@media screen and (min-width:1081px){ - -.bp-messages-nav-panel{border-right:1px solid var(--bb-content-border-color)}}@media screen and (max-width:1080px){ - -.messages-wrapper{margin-bottom:20px} - -#send_message_form,.bp-messages-content-wrapper{min-height:670px} - -.message-thread-header .bp-back-to-thread-list{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1} - -.message-thread-header .thread-avatar{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2} - -.message-thread-header .thread-participants{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;width:-webkit-calc(100% - 100px);width:calc(100% - 100px)}}@media screen and (max-width:800px){ - -.messages-screen>.flex{-ms-flex-wrap:wrap;flex-wrap:wrap} - -.messages-screen>.flex .bp-messages-content{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;border-top:1px solid var(--bb-content-border-color)}}@media screen and (max-width:680px){ - -.messages-wrapper #subnav{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.buddypress-wrap .messages-wrapper .bp-subnavs{margin:0} - -.messages-wrapper #subnav .subnav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap} - -.messages-screen{border-left:0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bp-messages-content #message-threads{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:10px;max-height:100%;overflow:initial}}@media screen and (min-width:46.8em){ - -.bp-messages-user-threads{max-height:66vh}}@media screen and (max-width:560px){ - -.bp-messages-content #bp-message-content #message-form-submit-wrapper #whats-new-messages-toolbar .media-off,.bp-messages-content #bp-message-content #message-reply-form-submit-wrapper #whats-new-messages-toolbar .media-off{height:27px} - -.bp-messages-content #bp-message-content #message-form-submit-wrapper #message-new-submit,.bp-messages-content #bp-message-content #message-form-submit-wrapper #message-reply-new-submit,.bp-messages-content #bp-message-content #message-reply-form-submit-wrapper #message-new-submit,.bp-messages-content #bp-message-content #message-reply-form-submit-wrapper #message-reply-new-submit{padding:0;width:30px}}@media screen and (max-width:430px){ - -.bp-messages-content #bp-message-content #whats-new-messages-toolbar{padding:1px 15px 0 0} - -.bp-messages-content #bp-message-content #whats-new-messages-toolbar [class*=" bb-icon-"]{font-size:20px} - -.bp-messages-content #bp-message-content #whats-new-messages-toolbar .post-elements-buttons-item{margin-right:8px} - -.bp-messages-content #bp-message-content .medium-editor-toolbar.active{height:35px} - -.bp-messages-content #bp-message-content .medium-editor-toolbar.active .medium-editor-toolbar-input{height:35px} - -.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-actions button{min-width:20px} - -.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-actions button.medium-editor-button-first{padding-left:0!important;padding-right:0} - -.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-actions .medium-editor-button-last{padding-right:0!important} - -.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-actions b::before{font-size:18px} - -.bp-messages-content #bp-message-content #whats-new-formatting-toolbar{margin:1px 5px 0 0} - -.bp-messages-content #bp-message-content #whats-new-formatting-toolbar [class*=" bb-icon-"]{font-size:20px} - -.bp-messages-content #bp-message-content #whats-new-formatting-toolbar .post-elements-buttons-item{margin-right:8px} - -.bp-messages-content #bp-message-content #whats-new-formatting-toolbar .emojionearea .emojionearea-button::before{font-size:20px;line-height:1.4} - -#whats-new-formatting-toolbar .emojionearea .emojionearea-picker{margin-right:-75px} - -#whats-new-formatting-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{right:55px}}@media screen and (max-width:374px){ - -#message-form-submit-wrapper,#message-reply-form-submit-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap} - -.bp-messages-content #bp-message-content #whats-new-messages-toolbar{padding:0;min-width:-webkit-calc(100% - 50px);min-width:calc(100% - 50px);min-height:20px} - -.bp-messages-content #bp-message-content #whats-new-messages-toolbar .post-elements-buttons-item{margin-right:6px} - -.bp-messages-content #bp-message-content #whats-new-messages-toolbar .medium-editor-toolbar-actions .medium-editor-action b{width:22px} - -.bp-messages-content #bp-message-content #whats-new-messages-toolbar [class*=" bb-icon-"]{font-size:20px} - -.bp-messages-content #bp-message-content #whats-new-formatting-toolbar{margin:0} - -.bp-messages-content #bp-message-content #whats-new-formatting-toolbar .post-elements-buttons-item:last-child{margin-right:0} - -.bp-messages-content #bp-message-content #message-form-submit-wrapper #message-new-submit,.bp-messages-content #bp-message-content #message-reply-form-submit-wrapper #message-reply-new-submit{margin:10px auto 5px;width:auto;padding:0 15px} - -.bp-messages-content #bp-message-content #message-new-submit #bp-messages-send,.bp-messages-content #bp-message-content #message-reply-new-submit #send_reply_button{position:static;opacity:1;background-color:transparent;border:0;padding:0 10px;min-width:auto} - -.bp-messages-content .bp-message-content_foot_note{font-size:11px;text-align:center} - -.bp-messages-content .bp-message-content_foot_note .space_note{margin-right:10px} - -#whats-new-formatting-toolbar .emojionearea .emojionearea-picker{margin-right:-60px} - -#whats-new-formatting-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{right:40px}} - -#buddypress .notifications-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:14px} - -#buddypress .notifications-header .entry-title{margin:0} - -#buddypress .notifications-header .subnav-filters{margin:0} - -#buddypress .notifications-header #subnav{border:0} - -#buddypress .notifications-header .bp-navs{margin:0;width:auto} - -#buddypress .notifications-header .bp-navs li{margin-bottom:0} - -#buddypress .notifications-header .bp-navs li:last-child{padding:0} - -.notifications-options-nav .select-wrap{float:left}@media screen and (max-width:544px){ - -.notifications-options-nav>.select-wrap{width:100%} - -.notification-list .bs-header-item .bb-sort-by-date{margin-left:10px}} - -#notifications-bulk-management #notification-select{background-position:right .6rem center;border:0;font-size:14px;height:34px;padding-right:30px;min-width:125px} - -.bs-member-notifications .notification-header{border:0;padding:0;margin-bottom:30px} - -.bs-member-notifications .title.title{font-size:1.75rem} - -.bs-member-notifications .notification-header a{font-size:.875rem} - -.bs-member-notifications .notification-header .settings{font-size:1.375rem;color:#9ca8b4;min-width:22px;text-align:right;margin-left:20px} - -.notification-wrap.menu-item-has-children>a::after{bottom:-4px;left:0} - -.notification-wrap.menu-item-has-children>a::before{content:"";display:block;position:absolute;bottom:7px;left:4px;width:15px;height:15px;background:var(--bb-content-background-color);border-right:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color);-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg);opacity:0;visibility:hidden} - -.notification-wrap.menu-item-has-children.selected>a::before{opacity:1;visibility:visible;z-index:1002} - -.circle-mark{display:block;width:10px;height:10px;border:2px solid;border-radius:100%;color:rgba(var(--bb-primary-color),.5)} - -.circle-mark.read{background:var(--bb-primary-color)} - -.notification-list .unread{position:relative} - -.notification-list .unread::before{background-color:var(--bb-primary-color);border-radius:50%;content:"";height:10px;margin-top:-5px;position:absolute;right:22px;top:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:10px} - -.notification-list .unread:hover{background:var(--bb-content-alternate-background-color)} - -.notification-list .unread:hover::before{display:none} - -.notification-list .unread:hover .actions:hover .mark-read{color:#122b46} - -.bs-item-list.notification-list .bs-item-wrap.read-item{background:var(--bb-content-alternate-background-color)} - -.bs-item-list.notification-list .bs-item-wrap:not(.no-hover-effect):hover{border-left-color:transparent;border-right-color:transparent} - -.unread-item{background:#f0f3f7} - -.notification-list{margin-left:0} - -.site-header .notification-list{min-width:400px;max-height:52vh;overflow:auto;padding-bottom:0;margin-bottom:0;overflow-x:hidden} - -.site-header .notification-list .read-item .notification-avatar a>i{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--bb-alternate-text-color);bottom:-5px;border-radius:50%;color:var(--bb-content-background-color);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:19px;line-height:19px;position:absolute;z-index:1;right:-5px;width:19px} - -.site-header .notification-list .read-item .notification-avatar a>i.bb-icon-calendar{font-size:17px}@media (max-width:543px){ - -.site-header .notification-list{min-width:330px}}@media (max-width:380px){ - -.site-header .notification-list{min-width:280px}} - -.notification-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:15px;border-bottom:1px solid var(--bb-content-border-color);position:relative} - -.notification-list li.bs-item-wrap:hover{background-color:transparent} - -.notification-list li:hover{background:var(--bb-content-alternate-background-color)}@media (min-width:1025px){ - -.notification-list li:hover .actions{opacity:1;visibility:visible;-webkit-transition:.2s all;transition:.2s all}} - -.notification-list .actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:center;align-self:center;padding-left:5px;position:relative}@media (min-width:1025px){ - -.notification-list .actions{opacity:0;visibility:hidden}} - -.notification-list .actions a{display:inline-block;padding:0;font-size:24px;margin-left:4px} - -.notification-list .bs-item-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.notification-list .delete-notification{color:var(--bb-headings-color);opacity:.4;margin-left:10px} - -.notification-list .delete-notification:hover{color:var(--bb-primary-color);opacity:1} - -.menu-item-has-children .notification-list li:last-child{margin-bottom:-1px} - -.menu-item-has-children .notification-list .bs-item-wrap:last-child{border-bottom:0;margin-bottom:0} - -#header-notification-dropdown .notification-list li{padding-right:12px} - -.notification-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px;border-bottom:1px solid var(--bb-content-border-color)} - -.notification-header a{display:block;font-size:13px;font-weight:inherit;color:var(--bb-primary-color);letter-spacing:-.24px;line-height:1;margin:0 0 0 22px;padding:0} - -.notification-header a:hover{background:0 0} - -.notification-header a.mark-all-read{margin-left:auto} - -.notification-header .settings{color:inherit} - -.notification-header .settings i{margin-left:-7px} - -.notification-header .title{font-size:1.125rem;line-height:1;margin:0} - -.notification-header .title+a{margin-left:auto} - -.notification-header .mark-read-all{font-size:.875rem;font-weight:500;color:var(--bb-primary-color);cursor:pointer} - -.notification-header .mark-read-all:hover{color:var(--bb-primary-color)} - -.notification-avatar{margin-right:10px;position:relative} - -.notification-avatar img{display:block;max-width:36px;border-radius:50%;image-rendering:optimize-contrast} - -.notification-content{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:14px;color:var(--bb-alternate-text-color);letter-spacing:-.24px;line-height:1.3;position:relative} - -.notification-content a{color:var(--bb-headings-color)} - -.notification-content a:hover{background:0 0} - -.notification-content a span{color:var(--bb-primary-color);display:inline-block} - -.notification-content .posted,.notification-content .typing-indicator{display:block;font-size:.8125rem;margin-top:3px;line-height:19px} - -[dir=rtl] .notification-content .posted,[dir=rtl] .notification-content .typing-indicator{direction:rtl} - -.bs-item-wrap .notification-content{font-size:.875rem} - -.bs-item-wrap span.posted{font-size:14px} - -.bs-item-wrap .notification-avatar{margin-right:20px} - -.notification-wrap .bs-item-wrap .notification-content{text-align:center} - -.notification-footer{position:relative;bottom:0;background:var(--bb-content-background-color);width:100%;border-top:1px solid var(--bb-content-border-color)} - -.notification-footer .delete-all{font-size:.875rem;font-weight:500;color:var(--bb-primary-color);padding:15px 0;line-height:21px;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} - -.notification-footer .bb-icon-angle-right{color:inherit;margin-left:0;opacity:.6} - -.bb-full-link{font-size:0} - -.bb-full-link>a{cursor:pointer;font-size:0;position:absolute;width:100%;height:100%;left:0;top:0;opacity:0} - -#header-messages-dropdown-elem .notification-link.active i::after{right:0} - -#header-messages-dropdown-elem .notification-users a{font-weight:500} - -#header-messages-dropdown-elem .notification-list li{padding:15px 40px 15px 15px} - -#header-messages-dropdown-elem .notification-list li.unread::before{display:block} - -body.messages .bp-vertical-navs #item-body,body.notifications .bp-vertical-navs #item-body,body.settings .bp-vertical-navs #item-body{margin:0;padding:0} - -body.messages .bp-vertical-navs #subnav,body.notifications .bp-vertical-navs #subnav,body.settings .bp-vertical-navs #subnav{margin:0} - -body.messages #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap,body.notifications #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap,body.settings #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap{margin-top:0} - -body.messages.bb-template-v1 .bp-vertical-navs #item-body,body.notifications.bb-template-v1 .bp-vertical-navs #item-body,body.settings.bb-template-v1 .bp-vertical-navs #item-body{padding:20px}@media screen and (max-width:1050px){ - -body.settings .bp-vertical-navs #subnav.bb-subnav-private{margin-bottom:15px}} - -body.messages.bb-template-v1 .bp-vertical-navs #item-body{padding:20px}@media (min-width:544px){ - -#notifications-filter-select .select-wrap{margin:0 0 0 30px}}@media (max-width:543px){ - -.bs-member-notifications .bs-item-list.list-view .bs-item-wrap{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -section.notifications .notification-list .actions{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-top:10px;padding-left:75px} - -.bs-item-wrap span.posted{margin-top:5px} - -.bs-member-notifications .notification-header{-ms-flex-flow:row wrap;flex-flow:row wrap} - -#buddypress #item-body .bs-member-notifications .title{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:20px} - -.bs-member-notifications .notification-header a.mark-all-read{margin-left:0} - -.bs-member-notifications .notification-header .settings{margin-left:auto} - -#buddypress .notifications-header{-ms-flex-flow:row wrap;flex-flow:row wrap} - -#buddypress .notifications-header .subnav-filters{margin-top:20px;width:100%} - -.notifications-header .notifications-search,.notifications-header .subnav-search{width:100%} - -#buddypress .notifications-header .bp-navs li:last-child{padding-right:0} - -.notifications-header .subnav-filters div{margin-top:0;margin-bottom:0}}@media screen and (max-width:440px){ - -.bb-sort-by-date{margin-top:10px;width:100%}} - -body.bp-user.profile:not(.public) #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap{margin-top:0} - -body.bp-user.profile:not(.public) .bp-wrap{background:0 0;border:0} - -body.bp-user.profile:not(.public) .bp-vertical-navs #item-body{margin:0;padding:0} - -.bp-vertical-navs .bb-profile-grid{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1px;margin:0}@media screen and (max-width:748px){ - -.bp-vertical-navs .bb-profile-grid{margin-left:-10px;margin-right:-10px}} - -.buddypress-wrap .profile{margin:0} - -header.profile-header{margin-bottom:30px} - -#item-body .bb-profile-title{margin:0} - -.profile-loop-header{border-bottom:1px solid var(--bb-content-border-color);margin:0 0 30px;padding:20px 0} - -.profile-loop-header .entry-title.bb-profile-title{margin:0;font-family:inherit;font-size:18px;line-height:1.8}@media (max-width:375px){ - -#buddypress .bp-profile-content .profile-loop-header .button{padding:6px 14px}} - -.bp-profile-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);margin-bottom:30px}@media screen and (max-width:1050px){ - -.bp-profile-wrapper{border:0;background-color:transparent}} - -.bp-profile-wrapper.need-separator{background-color:transparent;border-color:transparent} - -.bp-profile-wrapper.need-separator .bp-profile-content{padding:0} - -.bp-profile-wrapper.need-separator .group-separator-block{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);margin-bottom:30px;padding:0 30px} - -.bp-profile-wrapper.need-separator table.profile-fields td.data>p{margin:0 0 10px} - -.bp-profile-wrapper.need-separator header.profile-header{margin-bottom:20px} - -.bp-profile-wrapper.need-separator .bp-widget{margin-bottom:5px} - -.bp-profile-wrapper.need-separator .repeater-separator{display:none} - -.bp-profile-wrapper table.profile-fields{box-shadow:none;border-radius:0;border:0} - -.bp-profile-wrapper .bp-tables-user tbody tr:nth-child(odd){background:0 0} - -.bp-profile-wrapper .bp-widget:not(:last-child){margin-bottom:30px} - -.bp-profile-wrapper #public-personal-li{display:none} - -.bb-user-nav-display-wrap .bp-profile-wrapper{background:0 0;border:0;border-radius:0} - -.bb-user-nav-display-wrap .bp-profile-content{padding:0} - -.bb-user-nav-display-wrap header.profile-header{padding-top:0;padding-bottom:20px} - -#page #buddypress #item-body .bp-profile-wrapper #subnav{-webkit-box-flex:0;-ms-flex:0 0 230px;flex:0 0 230px;background-color:var(--bb-body-background-color);border-right:1px solid var(--bb-content-border-color);border-bottom:0;min-height:60vh;border-radius:4px 0 0 4px;margin:0;padding:30px 0} - -#page #buddypress #item-body .bp-profile-wrapper #subnav .subnav{float:none} - -#page #buddypress #item-body .bp-profile-wrapper #subnav li{float:none;padding:0} - -#page #buddypress #item-body .bp-profile-wrapper #subnav a{border:0;font-size:14px;color:var(--bb-headings-color);letter-spacing:-.24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:13px 20px;line-height:1;margin-bottom:1px} - -#page #buddypress #item-body .bp-profile-wrapper #subnav a::before{content:"\ee6e";font:400 normal normal 14px/1 bb-icons;speak:none;display:inline-block;font-size:22px;margin-right:10px;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} - -#page #buddypress #item-body .bp-profile-wrapper #subnav a:hover{background:var(--bb-content-alternate-background-color);color:var(--bb-primary-color)} - -#page #buddypress #item-body .bp-profile-wrapper #subnav #edit::before{content:"\ee5a";font-family:bb-icons;font-size:18px;min-width:22px;text-align:center} - -#page #buddypress #item-body .bp-profile-wrapper #subnav #change-avatar::before{content:"\ed91";font-family:bb-icons} - -#page #buddypress #item-body .bp-profile-wrapper #subnav #change-cover-image::before{content:"\eeb4";font-family:bb-icons} - -#page #buddypress #item-body .bp-profile-wrapper #subnav .selected a{background:var(--bb-content-background-color);color:var(--bb-headings-color);font-weight:400;border-top:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color)}@media screen and (max-width:900px){ - -#page #buddypress #item-body .bp-profile-wrapper #subnav .selected a{border-top:none;border-bottom:none}} - -#page #buddypress #item-body .bp-profile-wrapper #subnav .selected{position:relative} - -#page #buddypress #item-body .bp-profile-wrapper #subnav .selected::after{content:"";background:var(--bb-content-background-color);width:4px;height:-webkit-calc(100% - 2px);height:calc(100% - 2px);position:absolute;left:-webkit-calc(100% - 2px);left:calc(100% - 2px);top:1px}@media screen and (max-width:900px){ - -#page #buddypress #item-body .bp-profile-wrapper #subnav .selected::after{display:none}} - -.bp-profile-content{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1px;padding:0 30px}@media screen and (max-width:1050px){ - -.bp-navs+.bp-profile-content{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color)}} - -.bp-profile-content .profile:not(.public){padding:50px} - -.bp-profile-content .profile:not(.public) .screen-heading{font-weight:500;font-size:22px;line-height:1.1} - -.profile.change-avatar .bp-feedback,.profile.change-cover-image .bp-feedback{font-size:14px;line-height:1.7} - -.profile.change-avatar .bp-help-text,.profile.change-cover-image .bp-help-text{font-style:normal;padding:10px 0} - -.profile.change-avatar .warning,.profile.change-cover-image .warning{line-height:1.6} - -.profile.change-cover-image .bp-cover-image{margin:20px 0} - -#buddypress div.bp-profile-content table.profile-fields tr td{padding:0 0 12px;word-break:break-word} - -#buddypress div.bp-profile-content table.profile-fields tr td.label{padding-right:12px} - -.buddypress-wrap .profile.edit .editfield .description{outline:0;color:var(--bb-alternate-text-color);font-size:14px} - -.bs-profile-details-wrap .profile-details-heading{margin-bottom:20px;padding:10px 0;line-height:30px;border-bottom:1px solid var(--bb-content-border-color)} - -.bs-profile-details-wrap .bs-profile-widget-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px} - -.bs-profile-details-wrap .bs-profile-widget-heading i{display:none;margin-right:10px;width:30px;height:30px;line-height:30px;text-align:center;font-size:22px} - -.bs-profile-details-wrap .lg-grid-1-2:nth-child(2n+1){border-right:1px solid var(--bb-content-border-color)} - -.bs-profile-details-wrap .bp-widget{margin-bottom:30px} - -.bs-profile-details-grid .bb-field-group:nth-child(odd) .bp-widget{padding-right:10px} - -.bs-profile-details-grid .bb-field-group:nth-child(even) .bp-widget{padding-left:10px} - -#buddypress table.profile-fields tr td.data,#buddypress table.profile-fields tr td.label{padding:5px 0;font-size:14px;font-weight:400;line-height:inherit;background:0 0;border:0} - -#buddypress table.profile-fields tr td.label{color:var(--bb-alternate-text-color);width:35%} - -#buddypress table.profile-fields tr td.data{color:var(--bb-body-text-color);width:65%} - -#buddypress table.profile-fields tr:hover{background:0 0} - -#buddypress table.profile-fields tr td.label{display:table-cell;padding-right:20px;width:35%;vertical-align:top} - -#buddypress table.profile-fields tr td.data{display:table-cell;width:65%;vertical-align:top} - -#item-body>div.profile .bp-feedback .bp-help-text{display:block;font-style:normal;padding:10px 5px} - -#item-body>div.profile p.bp-feedback{background:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);border-radius:3px;font-size:14px;line-height:1.5;overflow:hidden} - -#item-body .profile #drag-drop-area{background:rgba(240,243,247,.5);border:1px dashed #dedfe2;border-radius:6px;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:16px;color:var(--bb-headings-color);letter-spacing:-.24px;line-height:26px} - -#profile-edit-form fieldset{border:0;padding:0;margin-bottom:0;margin-top:0} - -#buddypress #profile-edit-form .datebox-selects{-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -div#buddypress #profile-edit-form .datebox-selects label{margin-top:0;margin-bottom:0} - -#buddypress .profile.edit .button-nav a{color:var(--bb-headings-color)} - -#buddypress .profile.edit .button-nav a:hover{color:var(--bb-primary-color)} - -#buddypress .profile.edit .button-nav .current a{color:var(--bb-headings-color);border-bottom-color:var(--bb-primary-color)} - -#buddypress .profile.edit>#profile-edit-form{max-width:100%} - -#buddypress .profile.edit>#profile-edit-form .editfield{background:0 0;border:0;margin:0;padding:0} - -#buddypress .profile.edit>#profile-edit-form fieldset{padding:0} - -#buddypress .profile.edit>#profile-edit-form fieldset .editfield legend{font-size:14px;color:var(--bb-headings-color)} - -#buddypress .profile.edit>#profile-edit-form input[type=email],#buddypress .profile.edit>#profile-edit-form input[type=number],#buddypress .profile.edit>#profile-edit-form input[type=text],#buddypress .profile.edit>#profile-edit-form select{height:50px} - -#buddypress .profile.edit>#profile-edit-form select[multiple]{min-height:90px;padding:5px} - -#buddypress .profile.edit>#profile-edit-form select[multiple] option{padding:7px} - -#buddypress .profile.edit>#profile-edit-form .editfield{margin:15px 0} - -#buddypress .profile.edit .button-nav{margin:30px 0;border-bottom:1px solid var(--bb-content-border-color)} - -#buddypress .profile.edit .button-nav a{background:0 0;padding:0 0 10px;border:0;margin:0 20px -1px 0;color:inherit;min-height:1px;border-radius:0;box-shadow:none} - -#buddypress .profile.edit .button-nav a:hover{color:var(--bb-headings-color)} - -#buddypress .profile.edit .button-nav .current a{background:0 0;border-bottom:1px solid var(--bb-primary-color);color:var(--bb-headings-color);font-weight:500} - -#buddypress .profile.edit .visibility-toggle-link{font-size:13px;background-color:transparent;color:var(--bb-headings-color);border:0;font-weight:600;min-height:auto;padding:0;vertical-align:baseline;border-radius:0;margin-left:5px} - -#buddypress .profile.edit .visibility-toggle-link:active,#buddypress .profile.edit .visibility-toggle-link:focus,#buddypress .profile.edit .visibility-toggle-link:hover{background:0 0;color:var(--bb-primary-color);box-shadow:none} - -#buddypress .profile.edit .field-visibility-settings-header{font-size:12px} - -.buddypress-wrap .profile.edit .button-nav li{margin-top:10px} - -#item-body>div.profile{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:4px;padding:20px;margin-bottom:20px;font-size:16px} - -#item-body>div.profile .bp-tables-user,#item-body>div.profile table.forum,#item-body>div.profile table.wp-profile-fields{border-radius:0;box-shadow:none} - -#item-body>div.profile tr:nth-child(odd){background:0 0} - -#item-body>div.profile h2.screen-heading{border-bottom:1px solid var(--bb-content-border-color);margin:0 -20px 20px;padding:0 20px 15px;letter-spacing:.33px;font-size:1rem;font-weight:600;text-transform:uppercase;line-height:1} - -a.link-change-cover-image,a.link-change-profile-image,a.position-change-cover-image{color:var(--bb-content-background-color)} - -a.link-change-cover-image i::before,a.link-change-profile-image i::before,a.position-change-cover-image i::before{margin:0;color:var(--bb-content-background-color);position:relative;z-index:2} - -a.link-change-cover-image i::after,a.link-change-profile-image i::after,a.position-change-cover-image i::after{position:absolute;left:4px;top:4px;z-index:1;content:" ";width:28px;height:28px;background-color:var(--bb-headings-color);border-radius:15px} - -a.link-change-cover-image .bb-icon-edit-thin,a.link-change-profile-image .bb-icon-edit-thin,a.position-change-cover-image .bb-icon-edit-thin{font-size:24px} - -a.link-change-cover-image:hover i::after,a.link-change-profile-image:hover i::after,a.position-change-cover-image:hover i::after{background-color:var(--bb-primary-color)} - -#buddypress #header-cover-image .header-cover-reposition-wrap>.button{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular)} - -#buddypress #header-cover-image .header-cover-reposition-wrap>.button:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -#buddypress #header-cover-image .header-cover-reposition-wrap>.button: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)} - -.bb-buddypanel #item-header .width-full .position-change-cover-image,.bb-buddypanel #item-header .width-full a.link-change-cover-image{left:45px} - -.bb-buddypanel #item-header #header-cover-image.width-full .header-cover-reposition-wrap .cover-image-save{margin-right:55px} - -.bb-buddypanel.buddypanel-open #item-header #header-cover-image.width-full .header-cover-reposition-wrap .cover-image-save{margin-right:135px} - -.bb-buddypanel.buddypanel-open #item-header .width-full .position-change-cover-image,.bb-buddypanel.buddypanel-open #item-header .width-full a.link-change-cover-image{left:120px} - -.buddypress-wrap .profile.edit .repeater_group_outer{background:var(--bb-content-alternate-background-color);border-radius:4px;padding:15px 15px 0} - -#buddypress #btn_add_repeater_set{float:left;height:32px;margin-right:10px} - -#buddypress #btn_add_repeater_set .dashicons{font:400 normal normal 18px/1 bb-icons} - -#buddypress #btn_add_repeater_set .dashicons::before{content:"\eef9"} - -#buddypress .repeater_tools a{color:var(--bb-alternate-text-color);cursor:pointer} - -#buddypress .repeater_tools a:hover{color:var(--bb-primary-color)} - -#buddypress .repeater_tools .dashicons{font:400 normal normal 18px/1 bb-icons} - -#buddypress .repeater_tools .dashicons-edit::before{content:"\ee5a"} - -#buddypress .repeater_tools .dashicons-trash::before{content:"\ef48"} - -tr.repeater-separator td{border-top:1px solid rgba(0,0,0,.025);border-bottom:0} - -.repeater_group_inner{border-top:1px solid #eee;display:none;margin:10px -15px;padding:10px 15px} - -.buddypress-wrap .profile.edit .repeater_group_outer .repeater_tools{margin-bottom:15px} - -.buddypress-wrap .profile.edit .repeater_group_outer .repeater_set_title{font-size:17px} - -.active .repeater_set_title{font-weight:600} - -.bb-user-nav-display-wrap .widget-area{margin-top:20px} - -body #buddypress .bp-list.invites .action{margin:0 0 0 auto} - -.bp-sitewide-notice-wrap{background:0 0;border:0;display:-webkit-box;display:-ms-flexbox;display:flex} - -.bp-sitewide-notice .bp-sitewide-notice-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto;max-width:1200px;padding-left:10px;padding-right:10px;width:100%} - -.bp-feedback.bp-sitewide-notice+.users-header div#cover-image-container{margin-top:-26px} - -#cover-image-container #item-header-avatar img{background-color:var(--bb-content-background-color)} - -.site .bp-feedback.bp-sitewide-notice{background:#fff;box-shadow:0 10px 25px -5px rgba(18,43,70,.05);padding:20px 30px;border:0;border-bottom:1px solid var(--bb-content-border-color);border-radius:0;line-height:1.5;margin:0;position:relative} - -.site-content .bp-feedback.bp-sitewide-notice{display:none} - -.bp-feedback.bp-sitewide-notice button{height:auto;width:auto;padding:0;background:0 0;box-shadow:none;border:0;color:var(--bb-body-text-color);margin-left:auto} - -.bp-feedback.bp-sitewide-notice .bp-icon{display:none} - -.bp-feedback.bp-sitewide-notice p{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 10px 0 0;color:var(--bb-body-text-color);font-size:14px} - -.bp-feedback.bp-sitewide-notice strong{display:block;margin-bottom:-15px} - -.messages #buddypress .bp-feedback.bp-sitewide-notice{margin-top:-25px}@media (min-width:800px){ - -#buddypress table.profile-fields tr td.label{width:25%} - -#buddypress table.profile-fields tr td.data{width:75%}}@media (max-width:991px){ - -.bs-profile-details-grid .bb-field-group:nth-child(odd) .bp-widget{padding-right:0} - -.bs-profile-details-grid .bb-field-group:nth-child(even) .bp-widget{padding-left:0}}@media screen and (max-width:1050px){ - -#page #buddypress #item-body .bp-profile-wrapper #subnav{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:10px;border-right:0;border-radius:4px 4px 0 0;padding:0;margin-bottom:15px} - -.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav{padding:0} - -#page #buddypress #item-body .bp-profile-wrapper #subnav li{float:left;margin-right:1px} - -#buddypress .profile.edit .button-nav a{margin-top:20px} - -#buddypress .profile.edit .button-nav{margin-top:0} - -.buddypress-wrap .item-body .profile.edit .screen-heading{margin:0} - -.bp-profile-content .profile:not(.public){padding:30px 0}}@media screen and (max-width:520px){ - -#buddypress #btn_add_repeater_set{margin-bottom:15px} - -#buddypress #profile-edit-form{margin-bottom:0}} - -.bp-invites-container,.bp-settings-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:4px;margin-bottom:30px}@media screen and (max-width:1050px){ - -.bp-settings-container{border:0;background-color:transparent}} - -.bp-invites-container{border:0;border-radius:var(--bb-block-radius);background:0 0} - -.bp-single-vert-nav .bp-settings-container .bp-navs,.buddypress-wrap .bp-settings-container .bp-navs{-webkit-box-flex:0;-ms-flex:0 0 245px;flex:0 0 245px;background-color:var(--bb-body-background-color);border-right:1px solid var(--bb-content-border-color);border-bottom:0;min-height:60vh;border-radius:4px 0 0 4px;margin:0;padding:30px 0} - -.bp-single-vert-nav .bp-settings-container .bp-navs li,.buddypress-wrap .bp-settings-container .bp-navs li{float:none;padding:0} - -.bp-single-vert-nav .bp-settings-container .bp-navs a,.buddypress-wrap .bp-settings-container .bp-navs a{border:0;font-size:14px;color:var(--bb-headings-color);letter-spacing:-.24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px 20px;line-height:1;margin-bottom:1px} - -.bp-single-vert-nav .bp-settings-container .bp-navs a::before,.buddypress-wrap .bp-settings-container .bp-navs a::before{content:"\ee6e";font:400 normal normal 14px/1 bb-icons;speak:none;display:inline-block;font-size:18px;margin-right:10px;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media only screen and (max-width:768px){ - -.bp-single-vert-nav .bp-settings-container .bp-navs a::before,.buddypress-wrap .bp-settings-container .bp-navs a::before{display:none}} - -.bp-single-vert-nav .bp-settings-container .bp-navs a:hover,.buddypress-wrap .bp-settings-container .bp-navs a:hover{background:var(--bb-content-alternate-background-color);color:var(--bb-primary-color)} - -.bp-single-vert-nav .bp-settings-container .bp-navs #general::before,.buddypress-wrap .bp-settings-container .bp-navs #general::before{content:"\ee27"} - -.bp-single-vert-nav .bp-settings-container .bp-navs #notifications::before,.buddypress-wrap .bp-settings-container .bp-navs #notifications::before{content:"\ee62"} - -.bp-single-vert-nav .bp-settings-container .bp-navs #notifications.notification-preferences::before,.buddypress-wrap .bp-settings-container .bp-navs #notifications.notification-preferences::before{content:"\e86d"} - -.bp-single-vert-nav .bp-settings-container .bp-navs #profile::before,.buddypress-wrap .bp-settings-container .bp-navs #profile::before{content:"\eecc"} - -.bp-single-vert-nav .bp-settings-container .bp-navs #blocked-members::before,.buddypress-wrap .bp-settings-container .bp-navs #blocked-members::before{content:"\ef64"} - -.bp-single-vert-nav .bp-settings-container .bp-navs #invites::before,.buddypress-wrap .bp-settings-container .bp-navs #invites::before{content:"\ef5a"} - -.bp-single-vert-nav .bp-settings-container .bp-navs #export::before,.buddypress-wrap .bp-settings-container .bp-navs #export::before{content:"\E889"} - -.bp-single-vert-nav .bp-settings-container .bp-navs #delete-account::before,.buddypress-wrap .bp-settings-container .bp-navs #delete-account::before{content:"\ef48"} - -.bp-single-vert-nav .bp-settings-container .bp-navs ul.subnav,.buddypress-wrap .bp-settings-container .bp-navs ul.subnav{width:100%} - -.bp-single-vert-nav .bp-settings-container .bp-navs .current a,.bp-single-vert-nav .bp-settings-container .bp-navs .selected a,.buddypress-wrap .bp-settings-container .bp-navs .current a,.buddypress-wrap .bp-settings-container .bp-navs .selected a{background:var(--bb-content-background-color);color:var(--bb-headings-color);font-weight:400;border-top:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color)}@media screen and (max-width:900px){ - -.bp-single-vert-nav .bp-settings-container .bp-navs .current a,.bp-single-vert-nav .bp-settings-container .bp-navs .selected a,.buddypress-wrap .bp-settings-container .bp-navs .current a,.buddypress-wrap .bp-settings-container .bp-navs .selected a{border-top:none;border-bottom:none}} - -.bp-single-vert-nav .bp-settings-container .bp-navs .selected,.buddypress-wrap .bp-settings-container .bp-navs .selected{position:relative} - -.bp-single-vert-nav .bp-settings-container .bp-navs .selected::after,.buddypress-wrap .bp-settings-container .bp-navs .selected::after{content:"";background:var(--bb-content-background-color);width:4px;height:-webkit-calc(100% - 2px);height:calc(100% - 2px);position:absolute;left:-webkit-calc(100% - 2px);left:calc(100% - 2px);top:1px}@media screen and (max-width:900px){ - -.bp-single-vert-nav .bp-settings-container .bp-navs .selected::after,.buddypress-wrap .bp-settings-container .bp-navs .selected::after{display:none}} - -#buddypress .bb-bp-settings-content{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:55px 50px;border-radius:var(--bb-block-radius);width:-webkit-calc(100% - 245px);width:calc(100% - 245px)} - -#buddypress .bb-bp-settings-content h2.screen-heading{font-weight:500;font-size:22px;line-height:1.1} - -#buddypress .bb-bp-settings-content label{display:block;font-size:16px;font-weight:400;color:var(--bb-body-text-color);letter-spacing:-.27px;line-height:1.187;margin-bottom:12px} - -#buddypress .bb-bp-settings-content .bp-radio-wrap label{display:inline-block} - -#buddypress .bb-bp-settings-content .settings-input{margin-bottom:20px} - -#buddypress .bb-bp-settings-content .bp-feedback{margin-bottom:30px} - -#buddypress .bb-bp-settings-content .info.bp-feedback{background:var(--bb-content-background-color)} - -#buddypress .bb-bp-settings-content .info.email-pwd-info{display:none} - -#buddypress .bb-bp-settings-content .bp-help-text{font-size:16px;color:var(--bb-alternate-text-color);letter-spacing:-.27px;line-height:1.2} - -#buddypress .bb-bp-settings-content .notification-settings{border-top:1px solid rgba(0,0,0,.05);margin-top:20px;margin-bottom:20px} - -#buddypress .bb-bp-settings-content .notification-settings td,#buddypress .bb-bp-settings-content .notification-settings th{border-bottom:0;padding:0} - -#buddypress .bb-bp-settings-content .notification-settings td,#buddypress .bb-bp-settings-content .notification-settings th{padding:6px 0;border:0;vertical-align:middle;font-size:16px;color:inherit;letter-spacing:-.27px;line-height:1.38} - -#buddypress .bb-bp-settings-content .notification-settings th{font-size:14px;color:var(--bb-alternate-text-color);letter-spacing:.5px;text-transform:uppercase;font-weight:500} - -#buddypress .bb-bp-settings-content .notification-settings th.title{padding-top:30px} - -#buddypress .bb-bp-settings-content .notification-settings th.yes{min-width:80px} - -#buddypress .bb-bp-settings-content .bp-tables-user,#buddypress .bb-bp-settings-content table.forum,#buddypress .bb-bp-settings-content table.wp-profile-fields{table-layout:fixed} - -#buddypress .bb-bp-settings-content .bp-tables-user th.title,#buddypress .bb-bp-settings-content table.forum th.title,#buddypress .bb-bp-settings-content table.wp-profile-fields th.title{padding:12px 20px} - -#buddypress .bb-bp-settings-content .bp-tables-user td,#buddypress .bb-bp-settings-content table.forum td,#buddypress .bb-bp-settings-content table.wp-profile-fields td{background:0 0;border:0;padding:12px 20px} - -#buddypress .bb-bp-settings-content table#xprofile-settings-base th:first-child,#buddypress .bb-bp-settings-content table#xprofile-settings-important-data th:first-child{width:40%} - -#buddypress .bp-tables-report{table-layout:fixed} - -#buddypress .bp-tables-report th{padding:12px 20px} - -#buddypress .bp-tables-report td{background:0 0;border:0;padding:12px 20px} - -.bb-bp-settings-content #settings-form input.settings-input{height:50px} - -.bb-bp-settings-content #settings-form .bb-password-wrap .settings-input{padding-right:50px} - -.bb-bp-settings-content input#submit{min-width:160px;height:42px;font-weight:500} - -.bb-bp-settings-content .bb-password-wrap a.bb-toggle-password{height:50px;width:50px} - -.bb-bp-settings-content .bp-help-text.email-notifications-info{margin-bottom:2.1875rem} - -.bb-bp-settings-content .notification_info{margin-bottom:35px} - -.bb-bp-settings-content .notification_info .notification_type h3{font-size:1rem;line-height:1.2rem;font-weight:600;margin-bottom:5px} - -.bb-bp-settings-content .notification_info .notification_type p{color:var(--bb-alternate-text-color);font-size:.9rem;line-height:1rem} - -.bb-bp-settings-content .notification_info .notification_type .notification_type_info{margin-left:15px;-ms-flex-preferred-size:calc(100% - 60px);flex-basis:-webkit-calc(100% - 60px);flex-basis:calc(100% - 60px)} - -.bb-bp-settings-content .notification_info .notification_type .notification_type_icon{width:45px;height:45px;background-color:var(--bb-content-alternate-background-color);border-radius:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0} - -.bb-bp-settings-content .notification_info .notification_type .bb-icon{color:var(--bb-alternate-text-color);font-size:24px;line-height:42px} - -.bb-template-v2 .bb-bp-settings-content .notification_info .notification_type .bb-icon{font-weight:300} - -.buddypress-wrap .bb-bp-settings-content .email-settings-screen{margin-bottom:10px} - -.bb-bp-settings-content .main-notification-settings{border-collapse:separate;border:0;margin-bottom:20px} - -.bb-template-v2 .bb-bp-settings-content .main-notification-settings:first-of-type thead th{border:0} - -.bb-bp-settings-content .main-notification-settings thead{background-color:transparent} - -.bb-bp-settings-content .main-notification-settings thead .title{padding-left:25px} - -.bb-bp-settings-content .main-notification-settings thead+tbody tr:first-child td{padding-top:30px} - -.bb-bp-settings-content .main-notification-settings th{border-color:var(--bb-content-border-color);background-color:var(--bb-content-alternate-background-color);font-size:14px;padding:14px} - -.bb-bp-settings-content .main-notification-settings th:first-child{border-radius:var(--bb-block-radius-inner) 0 0 var(--bb-block-radius-inner)} - -.bb-bp-settings-content .main-notification-settings th:last-child{border-right:1px solid var(--bb-content-border-color);border-radius:0 var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0;overflow:hidden} - -.bb-bp-settings-content .main-notification-settings tr:last-child th{border-bottom:1px solid var(--bb-content-border-color)} - -.bb-bp-settings-content .main-notification-settings .title{font-size:13px;font-weight:600} - -.bb-bp-settings-content .main-notification-settings tbody tr:first-child td:first-child{border-top-left-radius:var(--bb-block-radius-inner)} - -.bb-bp-settings-content .main-notification-settings tbody tr:first-child td:last-child{border-top-right-radius:var(--bb-block-radius-inner)} - -.bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child td{padding-left:25px;padding-right:25px;border:1px solid var(--bb-content-border-color);border-top-left-radius:var(--bb-block-radius-inner);border-top-right-radius:var(--bb-block-radius-inner);border-bottom:0} - -.bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child~tr td{border-bottom:0;padding-bottom:0} - -.bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child~tr td:first-child{border-left:1px solid var(--bb-content-border-color);padding-left:25px} - -.bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child~tr td:last-child{border-right:1px solid var(--bb-content-border-color)} - -.bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child~tr:last-child td{border-bottom:1px solid var(--bb-content-border-color);padding-bottom:20px} - -.bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child~tr:last-child td:first-child{border-bottom-left-radius:var(--bb-block-radius-inner)} - -.bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child~tr:last-child td:last-child{border-bottom-right-radius:var(--bb-block-radius-inner)} - -.bb-bp-settings-content .main-notification-settings tbody tr:not(.notification_heading):first-child td{border-top:1px solid var(--bb-content-border-color)} - -.bb-bp-settings-content .main-notification-settings tbody tr:not(.notification_heading):first-child td:first-child{border-left:1px solid var(--bb-content-border-color);padding-left:25px} - -.bb-bp-settings-content .main-notification-settings tbody tr:not(.notification_heading):first-child td:last-child{border-right:1px solid var(--bb-content-border-color)} - -.bb-bp-settings-content .main-notification-settings tbody td{font-size:14px;padding:15px 0 15px 10px} - -.bb-bp-settings-content .main-notification-settings tbody td:first-child{padding-left:0} - -.bb-bp-settings-content .main-notification-settings tbody tr:last-child:not(.notification_heading) td{border-bottom:1px solid var(--bb-content-border-color)} - -.bb-bp-settings-content .main-notification-settings tbody .notification_heading td{padding-top:15px;padding-bottom:0} - -.bb-bp-settings-content .main-notification-settings tbody .title{color:var(--bb-alternate-text-color)} - -.bb-bp-settings-content .main-notification-settings .bs-styled-checkbox+label::before{width:16px;height:16px;vertical-align:middle} - -.bb-bp-settings-content .main-notification-settings .bs-styled-checkbox:checked+label::after{font-size:13px;font-weight:400;left:2px;top:3px;line-height:1} - -.bb-bp-settings-content .main-notification-settings .bs-styled-checkbox:disabled+label::before,.bb-bp-settings-content .main-notification-settings li.disabled>.bs-styled-checkbox+label::before{border-color:#ddd;background:#ddd} - -.bb-bp-settings-content .main-notification-settings .bs-styled-checkbox:disabled:not(:checked)+label::before{background-color:transparent}@media screen and (max-width:900px){ - -.bb-bp-settings-content .main-notification-settings{margin-bottom:0} - -.bb-bp-settings-content .main-notification-settings:first-of-type{margin-bottom:20px} - -.bb-bp-settings-content .main-notification-settings:last-of-type tbody tr.notification_heading:first-child~tr:last-child td{border-bottom:0} - -.bb-bp-settings-content .main-notification-settings .bb-mobile-setting ul{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius-inner)} - -.bb-bp-settings-content .main-notification-settings thead th.title{border-radius:var(--bb-block-radius-inner);border-right:1px solid var(--bb-content-border-color)} - -.bb-bp-settings-content .main-notification-settings .disabled input.bs-styled-checkbox{opacity:0} - -.bb-bp-settings-content .main-notification-settings .bb-mobile-setting .bb-mobile-setting-anchor{font-weight:400;border-radius:var(--bb-block-radius-inner)} - -.bb-bp-settings-content .main-notification-settings .bb-mobile-setting .bb-mobile-setting-anchor::after{font-size:20px;font-weight:400} - -.bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child td{border:0;padding-left:15px} - -.bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child~tr td:first-child{border-left:0;border-radius:0!important;padding-left:15px;padding-right:15px} - -.bb-bp-settings-content .main-notification-settings tbody tr:not(.notification_heading):only-child td:first-child,.bb-bp-settings-content .main-notification-settings tbody tr:not(.notification_heading):only-child td:last-child,.bb-bp-settings-content .main-notification-settings tbody tr:only-child td:first-child,.bb-bp-settings-content .main-notification-settings tbody tr:only-child td:last-child{border-width:0;border-bottom-width:1px;border-radius:0;padding-left:15px;padding-right:15px}}@media screen and (max-width:900px){ - -.notification_info .notification_type{border-color:var(--bb-content-border-color)}} - -#buddypress .bb-bp-settings-content .main-notification-settings label{margin:0;font-size:14px;font-weight:500} - -#moderation-list .bp-unblock-user,#moderation-list .moderation-item-actions .button.disabled{min-width:120px;height:42px;font-weight:500;float:right} - -#moderation-list .moderation-item-actions .button.disabled{color:#fff;border:0;box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)} - -#moderation-list td.moderation-block-member .description{margin-left:10px;font-size:90%;border:1px solid var(--bb-danger-color);color:var(--bb-danger-color);padding:4px 8px;border-radius:20px} - -.dz-default{font-size:14px;font-weight:300;cursor:pointer;letter-spacing:-.24px;line-height:1.3;position:relative;z-index:1;color:#fff;text-align:center} - -.dz-default::before{content:"\e864";font-family:bb-icons;font-size:24px;font-style:normal;font-weight:500;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} - -.dz-default span{display:block;margin-top:8px} - -.dz-default.dz-drag{position:absolute;width:100%;height:100%;top:0;margin: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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:5;pointer-events:none} - -.dz-default.dz-drag::before{content:"\edb1"} - -.left-vertical-tabs{-webkit-box-flex:0;-ms-flex:0 0 250px;flex:0 0 250px;background:var(--bb-content-alternate-background-color);border-right:1px solid var(--bb-content-border-color);min-height:60vh;border-radius:4px 0 0 4px;padding:40px 0} - -.left-vertical-tabs ul{list-style:none;margin:0} - -.left-vertical-tabs ul a{font-size:14px;color:#939597;letter-spacing:-.24px;display:block;padding:13px 20px;line-height:1} - -.left-vertical-tabs ul a:hover{color:var(--bb-primary-color)} - -.left-vertical-tabs ul i{font-size:24px;width:24px} - -.left-vertical-tabs li{-webkit-transition:.3s all;transition:.3s all;margin-bottom:1px} - -.left-vertical-tabs li:hover{background:rgba(77,92,109,.1)} - -.left-vertical-tabs .active{background:rgba(77,92,109,.1)} - -.left-vertical-tabs .active a{color:#122b46} - -.left-vertical-tabs span.title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.left-vertical-tabs span.title span{margin-left:10px} - -.bb-input-wrap{display:block;position:relative} - -.bb-input-wrap .bb-input{height:50px;width:100%} - -.bb-input-wrap i{left:0;top:0;position:absolute;width:50px;height:50px;line-height:50px;text-align:center;color:var(--bb-headings-color);opacity:.4;font-size:22px;z-index:1} - -.bb-input-wrap i+.bb-input{padding-left:48px} - -.bb-input-wrap .bb-icon-visibility{font-size:24px;left:auto;right:0} - -.bb-input-wrap .bb-textarea{height:120px;width:100%} - -.bb-input-wrap textarea{resize:vertical} - -span.bb-visibility-wrap{right:0;top:0;position:absolute;width:50px;height:50px;line-height:50px;z-index:1} - -.bb-input[type=password]+.bb-visibility-wrap .bb-icon-visibility::before{font-family:bb-icons;content:"\ee6a"} - -.bb-input[type=text]+.bb-visibility-wrap .bb-icon-visibility::before{content:"\ee69";font-family:bb-icons} - -.bs-settings-container .bb-input[type=password]{padding-right:40px} - -.settings-header.entry-header{margin-bottom:30px} - -.profile-header i.bb-icon-user-small,.settings-header i.bb-icon-user-small{margin:0;width:auto;height:auto;font-size:18px;position:relative;line-height:1;top:1px} - -div.bs-settings-container .bb-profile-avatar-wrap{position:relative;margin-left:45px;margin-top:-155px;height:152px;width:152px} - -div.bs-settings-container .bb-profile-avatar-wrap .dz-default span{display:block} - -.bb-profile-avatar-wrap+.button-wrap{margin-top:0} - -#bb-profile-avatar-wrap-components{overflow:hidden;height:152px;width:152px;border-radius:4px;position:relative} - -#bb-profile-avatar-wrap-components video{position:absolute;z-index:3;object-fit:cover} - -#bb-profile-avatar-wrap-components #captureAvatarlink{position:absolute;z-index:3;top:0;left:10px;font-size:12px;font-weight:500;text-transform:uppercase} - -#bb-profile-avatar-wrap-components #avatar-drag-message{z-index:1} - -#bb-profile-avatar-wrap-components div#profile_avatar{background-size:cover;background-repeat:no-repeat;border:2px solid #fff;position:relative;height:100%;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;z-index:5} - -#bb-profile-avatar-wrap-components div#profile_avatar::before{background:rgba(18,43,70,.3);content:"";position:absolute;left:0;top:0;height:100%;width:100%} - -#bb-profile-avatar-wrap-components .croppie-container{position:absolute;top:0;-webkit-transition:all .2s ease;transition:all .2s ease;z-index:3} - -#bb-profile-avatar-wrap-components .croppie-container .cr-boundary{width:100%!important;height:100%!important;position:absolute;top:0;z-index:3;background:#fff} - -#bb-profile-avatar-wrap-components .croppie-container .cr-viewport{border:0} - -.has-sidebar .bb-profile-avatar-wrap{width:90px;height:90px;margin-top:-60px} - -.has-sidebar .bb-profile-avatar-wrap .dz-default span{display:none} - -.bb-profile-cover-wrap #cover-drag-message{z-index:1} - -.bb-profile-cover-wrap .croppie-container{position:absolute;overflow:hidden;border-radius:4px;z-index:3} - -.bb-profile-cover-wrap .croppie-container .cr-boundary{width:100%!important;height:100%!important;padding-top:26.895%;position:absolute;top:0;background:#fff} - -.bb-profile-cover-wrap .croppie-container .cr-viewport{border:0} - -.bb-profile-cover-wrap .dz-default{position:absolute;top:50%;margin-top:-25px} - -.bb-profile-cover-wrap .dz-default.dz-drag{top:0;margin:0} - -.cr-viewport{width:100%!important;height:100%!important} - -.bb-profile-wrap{z-index:2;position:relative} - -.bb-profile-wrap [class*=bb-delete]{color:#fff;font-size:22px;position:absolute;top:0;right:0;z-index:5} - -.bb-profile-wrap .bs-dropdown-wrap{position:absolute;z-index:7;top:0;right:0} - -.bb-profile-wrap .bs-dropdown-wrap .bs-dropdown{top:46px} - -.bb-profile-wrap .bs-dropdown-wrap .bs-dropdown::after{right:15px} - -.bb-profile-wrap .bs-dropdown-wrap .bb-icon-menu-dots-v{color:#fff;position:relative;right:10px;top:10px} - -.bb-profile-wrap.loading .cr-image{opacity:.6!important} - -.bb-profile-wrap.loading::before{position:absolute;top:38%;left:0;right:0;margin:auto;content:"\ef30";font-family:bb-icons;font-size:24px;font-weight:400;line-height:36px;color:#fff;text-align:center;-webkit-animation:spin 3s infinite linear;animation:spin 3s infinite linear;z-index:12} - -.bb-profile-wrap.loading .dz-default{display:none} - -.bb-field-wrap{margin-bottom:20px} - -.bb-profile-section .bs-dropdown-link .bs-dropdown-link{font-size:14px;cursor:pointer;color:#939597;background-image:url(../images/svg/arrow-down.svg);background-position:right 7px;background-repeat:no-repeat;padding-right:15px} - -.bb-profile-section i{font-size:14px;color:#939597;margin-right:5px} - -.bb-profile-section input:not([type=checkbox],[type=radio]),.bb-profile-section select,.bb-profile-section textarea{width:100%} - -.bb-profile-section .bb-icon-user-small-plus{font-size:17px} - -.notification-settings-wrap{border-top:1px solid rgba(0,0,0,.05);padding-top:25px;padding-bottom:25px} - -.notification-settings-wrap:last-child{border-bottom:1px solid rgba(0,0,0,.05)} - -.notification-settings-wrap td,.notification-settings-wrap th{padding:6px 0;border:0;vertical-align:middle;font-size:16px;color:var(--bb-body-text-color);letter-spacing:-.27px;line-height:1.38} - -.notification-settings-wrap th{padding:5px 0 15px} - -.notification-settings-wrap .yes{padding-left:15px;text-align:right} - -div#message.error{background-color:var(--bb-danger-color);color:#fff;border:1px solid var(--bb-danger-color);padding:.615em 2.25em .615em 1.15em;font-size:14px;line-height:1.5;border-radius:3px} - -.bb-delete-account-wrap{margin:30px 0} - -.vdp-datepicker .vdp-datepicker__calendar{background:#fff;box-shadow:0 8px 14px 0 rgba(0,0,0,.08);border:0;border-radius:4px;max-width:100%} - -.vdp-datepicker .vdp-datepicker__calendar header{border-bottom:1px solid #e8eaed;overflow:hidden;height:48px;line-height:48px;font-size:14px;color:var(--bb-primary-color);letter-spacing:-.24px;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.vdp-datepicker .vdp-datepicker__calendar>div{padding:10px 20px 20px} - -.vdp-datepicker .vdp-datepicker__calendar .next,.vdp-datepicker .vdp-datepicker__calendar .prev{line-height:1;text-indent:0;font-size:0} - -.vdp-datepicker .vdp-datepicker__calendar .next::before,.vdp-datepicker .vdp-datepicker__calendar .prev::before{content:"\e827";color:#53597b;display:inline-block;font:400 normal normal 14px/1 bb-icons;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;left:10px;font-size:24px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);top:-12px} - -.vdp-datepicker .vdp-datepicker__calendar .next::after,.vdp-datepicker .vdp-datepicker__calendar .prev::after{display:none} - -.vdp-datepicker .vdp-datepicker__calendar .next::before{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)} - -.vdp-datepicker .vdp-datepicker__calendar .cell.day-header{font-size:10px;color:var(--bb-body-text-color);opacity:.5;text-transform:uppercase} - -.vdp-datepicker .vdp-datepicker__calendar .cell{font-size:14px;color:var(--bb-headings-color)} - -.vdp-datepicker .vdp-datepicker__calendar .cell.selected,.vdp-datepicker .vdp-datepicker__calendar .cell.selected.highlighted,.vdp-datepicker .vdp-datepicker__calendar .cell.selected:hover{background:0 0;color:#fff;position:relative} - -.vdp-datepicker .vdp-datepicker__calendar .cell.selected.highlighted:not(.day),.vdp-datepicker .vdp-datepicker__calendar .cell.selected:hover:not(.day),.vdp-datepicker .vdp-datepicker__calendar .cell.selected:not(.day){background:var(--bb-primary-color)} - -.vdp-datepicker .vdp-datepicker__calendar .cell.selected.day::before,.vdp-datepicker .vdp-datepicker__calendar .cell.selected.highlighted.day::before,.vdp-datepicker .vdp-datepicker__calendar .cell.selected:hover.day::before{content:"";position:absolute;left:0;right:0;margin:0 auto;display:block;height:32px;width:32px;background:var(--bb-primary-color);color:#fff;border-radius:50%;z-index:-1;top:3px} - -.vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank,.disabled).day:hover,.vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank,.disabled).month:hover,.vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank,.disabled).year:hover{border:1px solid transparent} - -.vdp-datepicker .vdp-datepicker__calendar .cell:not(.selected):hover{color:var(--bb-primary-color)} - -#buddypress #profile-edit-form{max-width:520px;width:100%} - -#buddypress #profile-edit-form .editfield{margin-bottom:20px} - -#buddypress #profile-edit-form fieldset{margin:0} - -#buddypress #profile-edit-form .clear-value{display:none} - -#buddypress #profile-edit-form label:not(.bp-screen-reader-text),#buddypress #profile-edit-form legend:not(.bp-screen-reader-text){display:block;font-size:16px;font-weight:400;font-style:normal;color:var(--bb-headings-color);letter-spacing:-.27px;line-height:1;margin-bottom:12px} - -#buddypress #profile-edit-form input[type=text],#buddypress #profile-edit-form select{height:50px;font-style:normal;width:100%} - -#buddypress #profile-edit-form .field-visibility-settings-toggle{margin:0;position:relative} - -#buddypress #profile-edit-form .field-visibility-settings-toggle select{position:absolute;right:0;top:-6px;width:140px;height:30px;font-size:14px;color:#939597;background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:right 10px center;padding-right:26px;border:0;text-align:right;direction:rtl;font-style:normal;-webkit-appearance:none;-moz-appearance:none;appearance:none} - -#buddypress #profile-edit-form .wp-editor-container .button,#buddypress #profile-edit-form .wp-editor-container button{padding:4px 2px;background:0 0;border:0;height:auto;margin:0;min-height:20px} - -#buddypress #profile-edit-form .wp-editor-container .mce-ico{color:#222} - -#buddypress #profile-edit-form .quicktags-toolbar{background:#ecf0f1} - -#buddypress #profile-edit-form .wp-editor-container textarea{border:0;font-family:inherit;letter-spacing:-.24px;line-height:1.5;font-size:1rem;padding-top:10px;padding-bottom:10px;height:auto} - -#buddypress #profile-edit-form .datebox-selects{display:-webkit-box;display:-ms-flexbox;display:flex} - -#buddypress #profile-edit-form .datebox-selects select:not(:last-child){margin-right:10px} - -#buddypress #profile-edit-form .datebox-selects label{margin-right:10px;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0} - -#buddypress #profile-edit-form div.submit{clear:none;padding:0} - -#buddypress #profile-edit-form div.submit input{margin-right:0;height:38px} - -#subnav.subnav_tab{border-bottom:0} - -#subnav.subnav_tab .subnav li{padding:0} - -#subnav.subnav_tab .subnav li a{color:var(--bb-body-text-color);background-color:transparent;border:0;border-bottom:1px solid transparent;border-radius:0;padding:0 0 10px} - -#subnav.subnav_tab .subnav li a:focus,#subnav.subnav_tab .subnav li a:hover{background-color:transparent} - -#subnav.subnav_tab .subnav li.selected a{border-bottom-color:var(--bb-primary-color);color:var(--bb-headings-color);font-weight:600} - -.bb-accordion{border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner)} - -.bb-accordion .bb-accordion_panel{border-color:var(--bb-content-border-color)} - -.buddypress-wrap .bb-accordion .bb-accordion_title{color:var(--bb-headings-color);margin-bottom:0} - -.buddypress .buddypress-wrap .bb-accordion .bb-accordion_trigger{color:var(--bb-headings-color);opacity:.4;top:15px;box-shadow:none}@media screen and (max-width:767px){ - -.bb-accordion{border-radius:0} - -.bb-accordion.is_closed{border-color:var(--bb-content-border-color)}} - -.subscription-items li{border-radius:var(--bb-block-radius-inner)} - -.subscription-items li:focus-within,.subscription-items li:hover{background-color:var(--bb-content-alternate-background-color)} - -.subscription-items .subscription-item_image img,.subscription-items .subscription-item_image::before{border-radius:var(--bb-block-radius-inner)} - -.subscription-items .subscription-item_detail .subscription-item_title{color:var(--bb-headings-color)} - -.subscription-items .subscription-item_detail .subscription-item_meta{color:var(--bb-alternate-text-color)} - -.buddypress .buddypress-wrap .subscription-items .subscription-item_remove{color:var(--bb-headings-color);border-radius:var(--bb-block-radius-inner);opacity:.4} - -.buddypress .buddypress-wrap .subscription-items .subscription-item_remove:focus,.buddypress .buddypress-wrap .subscription-items .subscription-item_remove:hover{background-color:var(--bb-content-background-color);opacity:1;box-shadow:none} - -.buddypress .buddypress-wrap .subscription-items .subscription-item_remove:focus i,.buddypress .buddypress-wrap .subscription-items .subscription-item_remove:hover i{color:var(--bb-headings-color)} - -.buddypress .buddypress-wrap .subscription-items .subscription-item_remove.is_loading{opacity:1;margin-top:3px;background-color:transparent} - -.subscription-items>p{color:var(--bb-body-text-color)} - -.subscription-items.is_loading .subscription-items_loading .subscription-items-image_loading{border-radius:var(--bb-block-radius-inner)} - -.subscription-items-loader.is_loading .subscription-items_loading .subscription-items-image_loading{border-radius:var(--bb-block-radius-inner)}@media (min-width:1081px){ - -.left-vertical-tabs [data-balloon]::after,.left-vertical-tabs [data-balloon]::before{display:none}}@media (max-width:1080px){ - -.has-sidebar .left-vertical-tabs{-ms-flex-preferred-size:auto;flex-basis:auto}}@media (max-width:800px){ - -.notification-settings-wrap td,.notification-settings-wrap th{font-size:14px} - -.bb-profile-avatar-wrap{width:80px;height:80px;margin-top:-70px;margin-left:30px} - -.bb-profile-avatar-wrap .dz-default span{display:none}}@media (max-width:800px){ - -div.bs-settings-container .bb-profile-avatar-wrap{margin-left:30px;margin-top:-122px;height:120px;width:120px} - -.bb-profile-avatar-wrap #bb-profile-avatar-wrap-components{height:120px;width:120px} - -.bs-dropdown-wrap .bs-dropdown a.bb-webcam{display:none} - -.tab-container .bb-profile-wrap{z-index:initial}}@media screen and (max-width:1050px){ - -#buddypress .bp-settings-container .bp-navs{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:10px;border-right:0;border-radius:4px 4px 0 0;padding:0;margin-bottom:15px} - -.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) .bp-settings-container nav{border-bottom:0} - -#buddypress .bb-bp-settings-content{padding:20px;width:100%;background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius)} - -.bb-bp-settings-content .screen-heading.email-settings-screen,.bb-bp-settings-content .screen-heading.general-settings-screen,.bb-bp-settings-content .screen-heading.group-invites-screen{display:none} - -.bb-bp-settings-content .subnav_tab .subnav{margin-top:0} - -.bb-subnav-private .bp-navs__dropdown{display:block;width:100%} - -.bp-subnavs.bb-subnav-private .subnav{display:none}}@media (max-width:640px){ - -div.bs-settings-container .bb-profile-avatar-wrap{width:120px;height:120px;margin:-20px auto 40px} - -.bb-profile-avatar-wrap #bb-profile-avatar-wrap-components{height:120px;width:120px} - -.bb-profile-avatar-wrap .button-wrap{margin-top:-15px} - -div.bs-settings-container .bb-profile-avatar-wrap .dz-default span{font-size:11px}}@media (min-width:541px){ - -#buddypress #profile-edit-form .datebox-selects select[name*=day]{-webkit-box-flex:0;-ms-flex:0 0 90px;flex:0 0 90px}}@media (max-width:540px){ - -.bb-profile-wrap.loading::before{font-size:20px} - -.left-vertical-tabs [data-balloon]::after,.left-vertical-tabs [data-balloon]::before{display:none} - -.vdp-datepicker .vdp-datepicker__calendar .cell{font-size:10px} - -.vdp-datepicker .vdp-datepicker__calendar .cell.selected.day::before,.vdp-datepicker .vdp-datepicker__calendar .cell.selected.highlighted.day::before,.vdp-datepicker .vdp-datepicker__calendar .cell.selected:hover.day::before{height:24px;width:24px;top:8px} - -.vdp-datepicker .vdp-datepicker__calendar .cell.day-header{font-size:8px;font-weight:700} - -.bb-profile-avatar-wrap+.button-wrap{text-align:center} - -.bb-profile-avatar-wrap+.button-wrap .button{margin-bottom:10px} - -#buddypress #profile-edit-form .field-visibility-settings-toggle>span{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap} - -#buddypress #profile-edit-form label,#buddypress #profile-edit-form legend{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:0} - -#buddypress #profile-edit-form .field-visibility-settings-toggle select{text-align:left;direction:inherit;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;position:static;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:10px;padding-left:0} - -#buddypress #profile-edit-form input[type=text],#buddypress #profile-edit-form select{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -#buddypress #profile-edit-form .datebox-selects{-ms-flex-flow:row wrap;flex-flow:row wrap} - -#buddypress #profile-edit-form .datebox-selects select:not(:last-child){margin-right:0;margin-bottom:12px;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0} - -#moderation-list thead{display:none} - -#moderation-list tbody,#moderation-list tbody tr,#moderation-list tbody tr td{display:block;width:100%} - -#moderation-list tbody tr td{padding-top:30px;border-bottom:1px solid var(--bb-content-border-color)!important;display:inline-block;width:100%} - -#moderation-list tbody tr td::before{content:attr(data-title);display:block;font-size:15px;font-weight:700} - -#moderation-list .bp-unblock-user{width:100%}}@media (max-width:380px){ - -.bs-settings-container .button-wrap input[type=button]{margin-top:5px;margin-bottom:5px} - -.settings-messages .message{font-size:13px} - -.settings-messages .message code{font-size:13px} - -.bb-profile-section .bs-dropdown-link .bs-dropdown-link{font-size:11px} - -.bb-profile-section i{font-size:12px;margin-right:3px} - -span.push-right.field-visibility{margin:0} - -.settings #buddypress .settings-header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.settings #buddypress .settings-header>.button{margin:10px auto 0}}@-webkit-keyframes spin{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}} - -.buddypress-wrap .bp-tables-report tr th{font-size:14px} - -body #buddypress a.export-csv{background-color:var(--bb-primary-color);color:#fff;font-size:14px;border-radius:100px;padding:10px 30px;text-decoration:none;display:inline-block;line-height:1.3;outline:0;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-transition:.3s all;transition:.3s all} - -body #buddypress a.export-csv:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)} - -.bs-bp-container-reg #buddypress #signup-form.standard-form{overflow:hidden;padding:2px;margin-left:-2px;margin-right:-2px} - -.bs-bp-container-reg #buddypress #signup-form.standard-form>p{font-size:14px;line-height:21px} - -.bs-bp-container-reg #buddypress #signup-form.standard-form p.description{margin:0 0 12px;background:0 0;color:var(--bb-alternate-text-color);line-height:150%} - -.bs-bp-container-reg #buddypress #signup-form.standard-form #basic-details-section.register-section,.bs-bp-container-reg #buddypress #signup-form.standard-form #profile-details-section.register-section{float:none;margin:0 auto;width:100%} - -.bs-bp-container-reg #buddypress #signup-form.standard-form #basic-details-section.register-section>h2,.bs-bp-container-reg #buddypress #signup-form.standard-form #profile-details-section.register-section>h2{margin-bottom:.5rem} - -.bs-bp-container-reg #buddypress #signup-form.standard-form #basic-details-section.register-section{margin-bottom:0} - -.bs-bp-container-reg #buddypress #signup-form.standard-form #profile-details-section.register-section .editfield{margin-top:0;margin-bottom:0} - -.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=color],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=date],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=datetime-local],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=datetime],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=email],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=month],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=number],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=password],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=range],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=search],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=tel],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=text],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=time],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=url],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=week],.bs-bp-container-reg #buddypress #signup-form.standard-form select,.bs-bp-container-reg #buddypress #signup-form.standard-form textarea{display:inline-block;width:100%;font-family:inherit;font-size:15px;height:41px;outline:0;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;margin-bottom:12px} - -.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=color]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=date]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=datetime-local]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=datetime]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=email]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=month]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=number]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=password]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=range]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=search]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=tel]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=text]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=time]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=url]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=week]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form select:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form textarea:focus{box-shadow:var(--bb-input-focus-shadow);border-color:var(--bb-input-focus-border-color)} - -.bs-bp-container-reg #buddypress #signup-form.standard-form input#signup_blog_url{margin-bottom:0} - -.bs-bp-container-reg #buddypress #signup-form.standard-form select{padding-right:30px} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .datebox-selects select{width:auto}@media (max-width:544px){ - -.bs-bp-container-reg #buddypress #signup-form.standard-form .datebox-selects select{width:100%;margin-bottom:10px}} - -.bs-bp-container-reg #buddypress #signup-form.standard-form fieldset{margin-top:0} - -.bs-bp-container-reg #buddypress #signup-form.standard-form label,.bs-bp-container-reg #buddypress #signup-form.standard-form legend{font-weight:400;font-size:16px;color:var(--bb-headings-color)} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .radio-button-options label{line-height:1} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .checkbox-options label,.bs-bp-container-reg #buddypress #signup-form.standard-form .radio-button-options label{margin-top:8px;margin-bottom:8px;font-size:14px} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .checkbox-options label::before,.bs-bp-container-reg #buddypress #signup-form.standard-form .radio-button-options label::before{position:relative;bottom:1px;z-index:1} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .checkbox-options label::after,.bs-bp-container-reg #buddypress #signup-form.standard-form .radio-button-options label::after{top:2px;z-index:2} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .popup-modal-register{font-weight:600} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .submit input[type=submit],.bs-bp-container-reg #buddypress #signup-form.standard-form button{font-size:14px;margin-right:0} - -.bs-bp-container-reg #buddypress #signup-form.standard-form button{padding:6px 20px;min-height:34px} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .field-visibility-settings-toggle{font-size:12px;margin-top:.3rem} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .field-visibility-settings-toggle button{font-size:12px;font-weight:400;background:0 0;background-color:none;color:#fff;border:0;min-height:auto;padding:0;border-radius:0;line-height:1.6875rem;vertical-align:baseline} - -.bs-bp-container-reg #buddypress #signup-form.standard-form a.clear-value{font-size:12px} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .register-section>h2{font-size:18px} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap.html-active .wp-editor-tabs button{border-color:#ddd;border-bottom:0;background-color:transparent;border-radius:3px 3px 0 0;box-shadow:none} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap.html-active .wp-editor-tabs button.switch-html{background-color:var(--bb-content-alternate-background-color)} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap.tmce-active .wp-editor-tabs button{border-color:#ddd;border-bottom:0;background-color:transparent;border-radius:3px 3px 0 0;box-shadow:none} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap.tmce-active button.switch-tmce{background-color:var(--bb-content-alternate-background-color)} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-tabs button{border-radius:0;padding:0 15px} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container{border-radius:3px} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar{background-color:var(--bb-content-alternate-background-color)} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn:hover,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .qt-dfw:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .qt-dfw:hover,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn:hover,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .qt-dfw:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .qt-dfw:hover{box-shadow:none;border-color:transparent;color:rgba(18,43,70,.8)} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn:focus .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn:hover .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .qt-dfw:focus .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .qt-dfw:hover .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn:focus .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn:hover .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .qt-dfw:focus .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .qt-dfw:hover .mce-ico{color:rgba(18,43,70,.8)} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:hover,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:hover{color:rgba(18,43,70,.4)} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:hover .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:hover .mce-ico{color:rgba(18,43,70,.4)} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-ico{color:rgba(18,43,70,.4);-webkit-transition:all linear .2s;transition:all linear .2s} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel button i,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar button i{font-size:16px} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container button,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container input[type=button]{background-color:transparent;border-color:transparent;border-radius:0;padding:0 8px;color:rgba(18,43,70,.4);box-shadow:none;min-height:30px;-webkit-transition:all linear .2s;transition:all linear .2s} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container button:hover,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container input[type=button]:hover{color:rgba(18,43,70,.8)} - -.bs-bp-container-reg #buddypress #signup-form.standard-form div.error{background-color:var(--bb-danger-color);color:#fff;width:100%;border-radius:3px;font-size:14px;padding:6px 12px;margin-bottom:3px;border:0} - -.bs-bp-container-reg #buddypress #signup-form.standard-form div.error .error{padding:0;border:0;border-radius:0;width:auto;margin:0;background:0 0;line-height:1} - -.bs-bp-container-reg #buddypress #signup-form.standard-form div.error span.bp-icon{margin-right:0;display:none} - -.bs-bp-container-reg #buddypress #signup-form.standard-form div.error p{padding:0;margin:0;line-height:1.6875rem} - -.bs-bp-container-reg #buddypress #signup-form.standard-form .submit{padding:25px 0 0} - -.register-page .register-privacy-info a{font-weight:600} - -body.activate.buddypress,body.register.buddypress,body.register.buddypress .site{background-color:var(--bb-admin-screen-bgr-color)} - -.bs-bp-container-reg #buddypress #signup-form.standard-form label,.bs-bp-container-reg #buddypress #signup-form.standard-form legend,body.buddypress.activation article.bp_activate .entry-header h1,body.buddypress.activation article.bp_activate label,body.buddypress.register article.page>.entry-header .entry-title,body.register.buddypress #primary,body.register.buddypress #primary label{color:var(--bb-admin-screen-txt-color)} - -.bs-bp-container-reg .buddypress-wrap #pass-strength-result.short,.bs-bp-container-reg .buddypress-wrap #pass-strength-result.show{font-weight:400;background-color:var(--bb-warning-color);border-color:var(--bb-warning-color);color:#fff;border-radius:var(--bb-input-radius);font-size:14px} - -.bs-bp-container-reg .buddypress-wrap #pass-strength-result.show.good{background-color:var(--bb-default-notice-color);border-color:var(--bb-default-notice-color)} - -.bs-bp-container-reg .buddypress-wrap #pass-strength-result.short{background-color:var(--bb-danger-color);border-color:var(--bb-danger-color);color:#fff} - -.bs-bp-container-reg .buddypress-wrap #pass-strength-result.strong{background-color:var(--bb-success-color);border-color:var(--bb-success-color);color:#fff;font-weight:400!important} - -.bs-bp-container-reg .buddypress-wrap .bp-messages.info{background-color:var(--bb-default-notice-color);border-color:var(--bb-default-notice-color)} - -.bs-bp-container-reg .buddypress-wrap .bp-messages.info .bp-icon{background-color:var(--bb-default-notice-color);margin-right:0} - -.bs-bp-container-reg .buddypress-wrap .bp-messages.info .bp-icon::before{font-family:bb-icons;speak:none;font-style:normal;font-weight:100;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;content:"\eebc"} - -.bs-bp-container-reg .buddypress-wrap .bp-messages.info p{color:#fff} - -.bs-bp-container-reg a,body.buddypress.register .register-section-logo a{color:var(--bb-login-register-link-color-regular)} - -.bb-password-wrap a.bb-toggle-password:hover,.bs-bp-container-reg a:hover,body.buddypress.register .register-section-logo a:hover{color:var(--bb-login-register-link-color-hover)} - -body.buddypress.activation #buddypress input[type=submit],body.buddypress.register #buddypress input[type=submit]{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)} - -body.buddypress.activation #buddypress input[type=submit]:focus,body.buddypress.register #buddypress input[type=submit]:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -body.buddypress.activation #buddypress input[type=submit]:hover,body.buddypress.register #buddypress input[type=submit]:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -body.buddypress.register article.bp_register{max-width:450px;width:100%;margin-left:auto;margin-right:auto} - -body.buddypress.register article.bp_register .entry-header{margin-bottom:1.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap} - -body.buddypress.register article.bp_register .entry-header h1{font-size:20px;margin-right:auto} - -body.buddypress.register article.bp_register .entry-header span{font-size:14px;text-transform:lowercase} - -body.buddypress.register .register-section-logo{width:85%;max-width:450px;text-align:center;margin:0 auto 1.7rem} - -body.buddypress.register .register-section-logo img{max-width:320px;width:22%} - -body.buddypress.register .register-section-logo span{background-size:contain;width:84px;height:auto;display:block;background-position:center top;background-repeat:no-repeat;margin:auto} - -body.buddypress.register .register-section-logo .bs-register-section-logo{visibility:hidden;width:100%} - -body.buddypress.register .register-section-logo a{font-size:20px;line-height:1.3em} - -body.buddypress.register.login-split-page .login-split{display:none} - -.register-section.extended-profile .checkbox-options,.register-section.extended-profile .radio-button-options,.register-section.extended-profile .wp-editor-wrap{margin-bottom:12px}@media (max-width:991px){ - -body.buddypress.activate.login-split-page .bb-grid,body.buddypress.register.login-split-page .bb-grid{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}} - -body.buddypress.activate.login-split-page,body.buddypress.register.login-split-page{min-height:100%} - -body.buddypress.activate.login-split-page .site-content,body.buddypress.register.login-split-page .site-content{padding:0;min-height:100vh;height:100%} - -body.buddypress.activate.login-split-page .container,body.buddypress.register.login-split-page .container{max-width:none;padding:0;height:100%} - -body.buddypress.activate.login-split-page .bb-grid,body.buddypress.register.login-split-page .bb-grid{margin:0;height:100%} - -body.buddypress.activate.login-split-page .login-split,body.buddypress.register.login-split-page .login-split{padding:0;position:relative;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} - -body.buddypress.activate.login-split-page #primary,body.buddypress.register.login-split-page #primary{position:static} - -body.buddypress.activate.login-split-page .bs-bp-container-reg,body.buddypress.register.login-split-page .bs-bp-container-reg{padding-left:0;padding-right:0} - -body.buddypress.activate.login-split-page .activate-section-logo,body.buddypress.activate.login-split-page .register-section-logo,body.buddypress.register.login-split-page .activate-section-logo,body.buddypress.register.login-split-page .register-section-logo{text-align:left;margin-top:30px;margin-bottom:35px} - -body.buddypress.activate.login-split-page .submit input[type=submit],body.buddypress.register.login-split-page .submit input[type=submit]{width:100%} - -body.buddypress.activate.login-split-page .split-overlay,body.buddypress.register.login-split-page .split-overlay{width:100%;height:100%;background-color:#000;position:absolute;z-index:1;opacity:0} - -body.buddypress.activate.login-split-page .login-split__entry,body.buddypress.register.login-split-page .login-split__entry{display:block;width:80%;max-width:450px;font-size:32px;line-height:1.15;position:relative;z-index:9} - -body.buddypress.activate.login-split-page .login-split__entry h1,body.buddypress.register.login-split-page .login-split__entry h1{color:var(--bb-login-custom-heading-color);text-align:left;line-height:1.1;margin:0} - -body.buddypress.activate.login-split-page .login-split__entry p,body.buddypress.register.login-split-page .login-split__entry p{font-size:16px;line-height:1.4;display:block;margin-top:20px;margin-bottom:0;color:var(--bb-login-custom-heading-color)}@media (max-width:991px){ - -body.buddypress.activate.login-split-page .login-split__entry,body.buddypress.register.login-split-page .login-split__entry{max-width:450px;width:90%;padding:80px 0}}@media (max-width:544px){ - -body.buddypress.activate.login-split-page .login-split__entry,body.buddypress.register.login-split-page .login-split__entry{width:85%}}@media (min-width:992px){ - -body.buddypress.activate.login-split-page,body.buddypress.register.login-split-page{min-height:100%} - -body.buddypress.activate.login-split-page .site-content,body.buddypress.register.login-split-page .site-content{padding:0;min-height:100vh;height:100%} - -body.buddypress.activate.login-split-page .container,body.buddypress.register.login-split-page .container{max-width:none;padding:0;height:100%} - -body.buddypress.activate.login-split-page .site-content .container,body.buddypress.register.login-split-page .site-content .container{min-height:100vh} - -body.buddypress.activate.login-split-page .site-content .container .bb-grid,body.buddypress.register.login-split-page .site-content .container .bb-grid{min-height:100vh} - -body.buddypress.activate.login-split-page .bb-grid,body.buddypress.register.login-split-page .bb-grid{margin:0;height:100%} - -body.buddypress.activate.login-split-page .login-split,body.buddypress.register.login-split-page .login-split{padding:0;width:50%;position:fixed;left:0;height:100%;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} - -body.buddypress.activate.login-split-page #primary,body.buddypress.register.login-split-page #primary{position:static;margin-left:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -body.buddypress.activate.login-split-page .bs-bp-container-reg,body.buddypress.register.login-split-page .bs-bp-container-reg{padding-left:0;padding-right:0} - -body.buddypress.activate.login-split-page .activate-section-logo,body.buddypress.activate.login-split-page .register-section-logo,body.buddypress.register.login-split-page .activate-section-logo,body.buddypress.register.login-split-page .register-section-logo{margin-left:-webkit-calc((50vw - 450px)/ 2);margin-left:calc((50vw - 450px)/ 2);margin-right:-webkit-calc((50vw - 450px)/ 2);margin-right:calc((50vw - 450px)/ 2)} - -body.buddypress.activate.login-split-page article.bp_activate,body.buddypress.activate.login-split-page article.bp_register,body.buddypress.register.login-split-page article.bp_activate,body.buddypress.register.login-split-page article.bp_register{margin-left:-webkit-calc((50vw - 450px)/ 2);margin-left:calc((50vw - 450px)/ 2);margin-right:-webkit-calc((50vw - 450px)/ 2);margin-right:calc((50vw - 450px)/ 2)} - -body.buddypress.activate.login-split-page .login-split__entry,body.buddypress.register.login-split-page .login-split__entry{margin-left:-webkit-calc((50vw - 450px)/ 2);margin-left:calc((50vw - 450px)/ 2);margin-right:-webkit-calc((50vw - 450px)/ 2);margin-right:calc((50vw - 450px)/ 2);max-width:450px}}@media (max-width:800px){ - -body.buddypress.activate article.bp_activate,body.buddypress.register article.bp_register{width:80%} - -body.buddypress.activate .activate-section-logo,body.buddypress.register .register-section-logo{width:80%}}@media (max-width:544px){ - -body.buddypress.activate article.bp_activate,body.buddypress.register article.bp_register{width:85%} - -body.buddypress.activate .activate-section-logo,body.buddypress.register .register-section-logo{width:85%}} - -body.register .registration-popup,body.registration .mfp-content #privacy-modal,body.registration .mfp-content #terms-modal{border-radius:var(--bb-block-radius);border-color:var(--bb-content-border-color)} - -body.register .registration-popup.bb-modal{max-width:800px} - -.registration .registration-popup.bb-modal>h1:first-of-type{color:var(--bb-headings-color);text-align:left;line-height:24px;margin:-30px -30px 30px;background-color:var(--bb-content-alternate-background-color);padding:17px 30px;border-top-left-radius:var(--bb-block-radius);border-top-right-radius:var(--bb-block-radius);border-bottom:1px solid var(--bb-content-border-color);font-size:20px} - -.bb-template-v2.registration .registration-popup.bb-modal>h1:first-of-type{border-bottom:0} - -body.register .registration-popup .mfp-close{top:6px;right:15px;font-size:24px} - -.registration .mfp-content #privacy-modal.bb-modal>h1:first-of-type,.registration .mfp-content #terms-modal.bb-modal>h1:first-of-type,.registration .mfp-content #terms-modal.registration-popup.bb-modal>h1:first-of-type,.registration .mfp-content .registration-popup.bb-modal>h1:first-of-type{font-size:20px} - -.registration .mfp-content #terms-modal.registration-popup.bb-modal{border-color:var(--bb-content-border-color)} - -.bb-password-wrap a.bb-toggle-password{height:40px;width:40px} - -.bb-password-wrap a.bb-toggle-password .bb-icon-eye{font-size:18px} - -body.buddypress.activation article.bp_activate{max-width:450px;width:100%;margin-left:auto;margin-right:auto} - -body.buddypress.activation article.bp_activate .entry-header{margin-bottom:1.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap} - -body.buddypress.activation article.bp_activate .entry-header h1{font-size:20px;margin-right:auto} - -body.buddypress.activation article.bp_activate .entry-header span{font-size:14px;text-transform:lowercase} - -body.buddypress.activation article.bp_activate label{font-weight:400;font-size:14px} - -body.buddypress.activation .site{min-height:initial} - -body.buddypress.activation.sticky-header .site-content{min-height:initial} - -.bb-buddypanel.activate .site{margin-left:0} - -body.buddypress.activation:not(.login-split-page) .site{padding-top:8%;padding-bottom:8%} - -body.buddypress.activation .activate-section-logo{width:100%;max-width:450px;margin:0 auto 1.7rem} - -body.buddypress.activation .activate-section-logo img{max-width:320px;width:22%} - -body.buddypress.activation .activate-section-logo span{background-size:contain;width:84px;height:auto;display:block;background-position:center top;background-repeat:no-repeat;margin:auto} - -body.buddypress.activation .activate-section-logo a{font-size:20px;line-height:1.3em} - -.buddypress.activate .elementor-location-footer,.buddypress.activate .elementor-location-header,.buddypress.register .elementor-location-footer,.buddypress.register .elementor-location-header{display:none} - -body.buddypress.activation.login-split-page #primary{max-width:none} - -body.buddypress.activation.login-split-page #main{width:100%} - -body.buddypress.activation.login-split-page .login-split__entry h1{color:var(--bb-login-custom-heading-color);text-align:left;line-height:1.1}@media (min-width:992px){ - -body.buddypress.activation.login-split-page .login-split>div>span{font-size:16px;line-height:1.4;display:block;margin-top:20px}}@media (max-width:800px){ - -body.buddypress.activation article.bp_activate{width:80%} - -body.buddypress.activation .activate-section-logo{width:80%}}@media (max-width:544px){ - -body.buddypress.activation article.bp_activate{width:85%} - -body.buddypress.activation .activate-section-logo{width:85%}} - -body.group-create .site-content>.container{max-width:100%} - -body.group-create .content-area{padding-top:0} - -body.group-create #buddypress .item-body{margin:0} - -body.group-create #group-invites-container .total-members-text,body.group-create #group-invites-container input.select2-search__field,body.group-create #group-invites-container label.bp-group-invite-label{margin:0} - -body.group-create .bb-groups-invites-left .bb-panel-head{min-height:66px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -body.group-create .bb-groups-invites-left .bb-panel-subhead{width:100%} - -body.group-create #group-invites-container .bb-groups-invites-left #members-list{max-height:67vh} - -body.group-create #send_group_invite_form .select2-selection__rendered{max-height:200px} - -.bb-create-group-container{margin:0 -20px} - -.bb-create-group-container div#profile_cover{padding-top:22%} - -.bb-create-group-container div#profile_cover::before{background:#eef0f3} - -#group-create-body .bb-create-group-container .dz-default{min-height:1px;background:0 0;border:0;line-height:1} - -#group-create-body .bb-create-group-container .dz-default span::before{background:url(../images/svg/group-avatar.svg) no-repeat;margin:0;width:65px;height:60px} - -#group-create-body .bb-create-group-container .dz-default.dz-message{font-size:0} - -.bb-create-group-container #bb_profile_avatar_wrap .more-actions,.bb-create-group-container .bb-profile-cover-wrap .more-actions{top:50%;left:0;right:0;margin:auto;margin-top:40px;max-width:240px;font-size:16px;text-align:center;z-index:22} - -.bb-create-group-container #bb_profile_avatar_wrap .croppie-container,.bb-create-group-container .bb-profile-cover-wrap .croppie-container{border-radius:0} - -.bb-create-group-container #bb_profile_avatar_wrap .bb-icon-menu-dots-v,.bb-create-group-container .bb-profile-cover-wrap .bb-icon-menu-dots-v{font-family:inherit;font-size:16px;color:rgba(77,92,109,.63);letter-spacing:-.24px;right:0;top:0} - -.bb-create-group-container #bb_profile_avatar_wrap .bb-icon-menu-dots-v::before,.bb-create-group-container .bb-profile-cover-wrap .bb-icon-menu-dots-v::before{content:""} - -.bb-create-group-container #bb_profile_avatar_wrap .bs-dropdown,.bb-create-group-container .bb-profile-cover-wrap .bs-dropdown{top:35px;left:0;right:0;margin:auto;max-width:160px} - -.bb-create-group-container #bb_profile_avatar_wrap .bs-dropdown::after,.bb-create-group-container .bb-profile-cover-wrap .bs-dropdown::after{right:0;left:0} - -.bb-create-group-container #bb-profile-avatar-wrap-components div#profile_avatar{background:#eef0f3;border:2px solid rgba(255,255,255,.37);box-shadow:0 4px 12px 0 #d0d3d6;border-radius:5px} - -.bb-create-group-container #bb-profile-avatar-wrap-components,.bb-create-group-container .bb-profile-avatar-wrap{height:200px;width:200px;overflow:visible} - -.bb-create-group-container .bb-profile-avatar-wrap{margin-left:150px;margin-top:-162px} - -.bb-create-group-container #bb-profile-avatar-wrap-components div#profile_avatar::before{display:none} - -.bb-create-group-container .bb-profile-avatar-wrap .dz-default span{display:block} - -.bb-create-group-container .bb-profile-wrap .croppie-container .cr-boundary{border:1px solid #fff;border-radius:5px} - -.bb-create-group-container .bb-privary-box{background:#fff;box-shadow:0 2px 4px 0 rgba(0,0,0,.12);border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;min-width:160px;min-height:130px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;cursor:pointer} - -.bb-create-group-container .bb-privary-box .bb-text{opacity:.5;color:var(--bb-body-text-color);line-height:1;margin-top:15px} - -.bb-create-group-container .bb-privary-box svg{opacity:.5} - -div#profile_cover{border-radius:4px;padding-top:36.47%;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;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;overflow:hidden;margin-bottom:2rem;z-index:5} - -div#profile_cover::before{background:rgba(18,43,70,.3);content:"";position:absolute;left:0;top:0;height:100%;width:100%} - -.bb-profile-avatar-wrap{position:relative;margin-left:45px;margin-top:-155px;height:152px;width:152px} - -div#profile_avatar{background-size:cover;background-repeat:no-repeat;border:2px solid #fff;position:relative;height:100%;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;z-index:5} - -#group-create-body #bb_profile_avatar_wrap .dz-default span::before{background:url(../images/svg/group-profile.svg) no-repeat;margin-top:-20px} - -.bb-profile-wrap .croppie-container .cr-overlay{background:rgba(0,0,0,.3)} - -.bb-create-group-container #bb_profile_avatar_wrap .dz-started~div .bb-icon-menu-dots-v,.bb-profile-cover-wrap .dz-started~div .bb-icon-menu-dots-v{color:#fff} - -#create-group-form.standard-form .bb-create-group-details-wrap{max-width:750px;margin:auto;padding:80px 15px 0} - -#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:0 0 30px;padding:0;font-size:14px;color:var(--bb-body-text-color);letter-spacing:-.24px;line-height:1.57} - -#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-wrap>label{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;margin:0;padding:0;font-size:14px;font-weight:500;color:var(--bb-body-text-color);letter-spacing:-.24px;cursor:pointer} - -#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-input{-webkit-box-flex:1;-ms-flex:1;flex:1} - -#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-input label{font-size:14px;color:var(--bb-body-text-color);font-weight:500;letter-spacing:-.24px;cursor:pointer} - -#create-group-form.standard-form .bb-create-group-details-wrap input,#create-group-form.standard-form .bb-create-group-details-wrap select{height:48px;font-size:14px;letter-spacing:-.24px;padding:10px 15px} - -#create-group-form.standard-form .bb-create-group-details-wrap textarea{height:145px;resize:none;font-size:14px;letter-spacing:-.24px;padding:10px 15px} - -#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-inner-wrap{margin-bottom:20px} - -#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-inner-wrap:last-child{margin-bottom:0} - -#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-inner-wrap span{color:#939597} - -#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-inner-wrap .checked+span{color:var(--bb-body-text-color)} - -#create-group-form.standard-form .bb-create-group-details-wrap input.button{min-width:200px} - -#create-group-form.standard-form .bb-create-group-details-wrap a.cancel{margin-right:25px} - -#create-group-form.standard-form .bb-create-group-details-wrap .group-create-privacy .radio{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap} - -#create-group-form.standard-form .bb-create-group-details-wrap .group-create-privacy .radio .bb-field-inner-wrap{margin-right:10px} - -#create-group-form.standard-form .bb-create-group-details-wrap .group-create-privacy .checked+.bb-privary-box{box-shadow:0 7px 16px 0 rgba(0,0,0,.12),inset 0 -2px 0 0 var(--bb-primary-color)} - -#create-group-form.standard-form .bb-create-group-details-wrap .group-create-privacy .checked+.bb-privary-box svg{opacity:1} - -#create-group-form.standard-form .bb-create-group-details-wrap .group-create-privacy .checked+.bb-privary-box .bb-text{opacity:1} - -#content form.standard-form .left-menu #invite-list ul{margin:0} - -#content form.standard-form .left-menu #invite-list ul li{margin:0 0 15px} - -#content div#invite-list{background:0 0;height:auto;margin:0;overflow:auto;padding:0 20px 20px;width:auto;max-height:500px} - -#content div#invite-list ul{margin:0;list-style:none} - -#content div#invite-list .avatar{max-width:40px;border-radius:50%;margin-right:10px} - -#content div#invite-list label{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -#content div#invite-list .bb-name-wrap span{display:block} - -#content div#invite-list .bb-name{font-size:16px;color:var(--bb-body-text-color);letter-spacing:-.24px;line-height:1} - -#content div#invite-list .bb-mention{font-size:13px;font-weight:300;color:rgba(0,0,0,.3);letter-spacing:-.24px;line-height:1;margin-top:3px} - -#content div#invite-list .bb-input-wrap{margin-left:auto} - -#content div#invite-list .bb-input-wrap input{position:absolute;opacity:0} - -#content div#invite-list .bb-check-icon{display:inline-block;width:22px;height:22px;background:url(../images/svg/circle-add.svg) no-repeat;background-size:cover;border:0;border-radius:0;margin-right:0} - -#content div#invite-list input:checked+.bb-check-icon{background-image:url(../images/svg/circle-select.svg);opacity:.5} - -ul#friend-list .avatar{border-radius:50%;max-width:52px} - -ul#friend-list .bb-user-avatar{margin-right:15px} - -.bb-invite-search{padding:20px} - -.bb-invite-user-meta h2{color:var(--bb-headings-color);font-size:18px;font-weight:500;letter-spacing:-.24px;line-height:1.2;margin:0} - -.bb-invite-user-meta h2 a{color:inherit} - -.bb-invite-user-meta .bb-activity{display:block;font-size:13px;font-weight:300;color:rgba(0,0,0,.3);letter-spacing:-.24px;line-height:1;margin-top:3px} - -#send-invite-form ul#friend-list li{border-bottom:1px solid #eaeaea;padding:20px 0} - -#buddypress div.pagination .pag-count{margin-left:0} - -.invite-action{margin-left:auto} - -.main-column.hide{display:none} - -div#group-step-popup{max-width:600px;padding:40px} - -div#group-step-popup #content div#invite-list{max-height:45vh} - -div#group-step-popup .bb-invite-search input{width:100%} - -div#group-step-popup .bb-input-wrap input{width:26px;height:26px;background:url(../images/svg/circle-add.svg) no-repeat;background-size:cover;border:0;border-radius:0;margin-right:0;display:block;-webkit-appearance:none;-moz-appearance:none;appearance:none} - -div#group-step-popup .bb-input-wrap input:checked{background-image:url(../images/svg/circle-select.svg);opacity:.5} - -div#group-step-popup #content div#invite-list .avatar{max-width:44px;margin-right:20px} - -div#group-step-popup #content form.standard-form .left-menu #invite-list ul li{margin:0;border-bottom:1px solid var(--bb-content-border-color);padding-bottom:20px;padding-top:20px} - -div#group-step-popup #content div#invite-list .bb-name{font-size:18px} - -div#group-step-popup #content div#invite-list .bb-mention{margin-top:6px} - -div#group-step-popup input#groups_invite_search{height:50px} - -div#group-step-popup .bb-search-title{font-size:30px;color:var(--bb-body-text-color);letter-spacing:-.23px;text-align:center;line-height:40px;margin-bottom:5px} - -div#group-step-popup .mfp-close{background:0 0} - -div#group-step-popup .mfp-close:hover{background:0 0} - -.group-step-buttons{text-align:center} - -.group-step-buttons input.button{min-width:180px;min-height:46px} - -.bb-no-fiends{font-size:14px} - -#buddypress .bb-group-settings{font-size:16px} - -#buddypress .bb-group-settings .bs-styled-checkbox+label{display:-webkit-box;display:-ms-flexbox;display:flex} - -#buddypress .bb-group-settings .bs-styled-checkbox:checked+label::before{-webkit-box-flex:0;-ms-flex:0 0 20px;flex:0 0 20px} - -#buddypress .bb-group-settings .bb-field-title{font-size:18px;font-weight:500;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:15px} - -#buddypress .bb-group-settings .bs-styled-radio:checked+.bb-radio-label::after,#buddypress .bb-group-settings .bs-styled-radio:checked+label::after{top:4px} - -#content #buddypress .bb-group-settings .action .button{min-width:20px;display:inline-block;font-size:12px;min-height:20px;padding:4px 12px} - -#content #buddypress .bb-group-settings .bs-item-wrap div.action{padding:0} - -#content #buddypress .bb-group-settings .bs-item-wrap .bs-generic-button{margin:0 5px 0 0} - -#buddypress .bb-group-settings .bs-item-wrap>.item>.item-title{margin-bottom:5px} - -#buddypress .bb-group-settings .item-title a{font-size:18px} - -#buddypress .bb-group-settings .bs-item-list.list-view{margin-bottom:30px} - -#buddypress .bb-group-settings .bs-members-items .bs-generic-button{margin-right:5px} - -#buddypress .bb-group-settings .item-title{position:relative} - -#buddypress .bb-group-settings .bs-members-items.list-view .bb-profile-card div.action{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -#buddypress .bb-group-settings .bs-members-items.list-view .bb-profile-card div.action a{font-size:13px} - -.group-create-privacy label{font-weight:500} - -.bb-group-desc{font-size:13px;margin:0 0 30px 53px;line-height:1.6} - -.bb-delete-group-wrap{margin:30px 0} - -.bb-create-group-container div.bb-profile-avatar-wrap:first-child{margin:50px auto 0} - -p.group-setting-label{outline:0;margin:0 0 12px} - -#create-group-form #group-create-body select{width:auto;min-width:50%;margin:0 0 8px} - -.groups.group-create .buddypress-wrap .group-status-type ul:last-child{margin-bottom:0} - -.groups.group-create .buddypress-wrap .group-status-type label{font-size:16px;line-height:1} - -.groups.group-create .buddypress-wrap .submit{padding:0} - -#bp-delete-cover-image-container{margin-bottom:30px} - -#create-group-form>.bp-messages{margin-bottom:30px}@media screen and (min-width:768px){ - -.groups.group-create .buddypress-wrap #group-create-tabs.tabbed-links .group-create-buttons li.current{background-color:var(--bb-body-background-color)}}@media (max-width:1080px){ - -.bb-create-group-cover-wrap div#profile_cover{padding-top:28%} - -.bb-create-group-container .bb-profile-avatar-wrap{margin-left:60px} - -#send-invite-form .left-menu{-webkit-box-flex:0;-ms-flex:0 0 240px;flex:0 0 240px} - -#content div#invite-list .avatar{max-width:36px} - -#content div#invite-list .bb-name{font-size:14px} - -.invite-action{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding-left:67px;padding-top:6px} - -#buddypress a.button.small.remove{font-size:13px;min-height:30px;padding:5px 20px} - -.bb-invite-user-meta .bb-activity{font-size:11px}}@media (min-width:800px) and (max-width:920px){ - -.invite-action.invite-action{padding-left:0}}@media (max-width:820px){ - -.bb-create-group-container .bb-privary-box{min-width:130px;min-height:100px} - -#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-wrap>label{-webkit-box-flex:0;-ms-flex:0 0 150px;flex:0 0 150px}}@media (max-width:760px){ - -.bb-create-group-cover-wrap div#profile_cover{padding-top:32%} - -.bb-create-group-container #bb-profile-avatar-wrap-components,.bb-create-group-container .bb-profile-avatar-wrap{height:160px;width:160px} - -.bb-create-group-container #bb_profile_avatar_wrap .bb-icon-menu-dots-v{font-size:12px}}@media (max-width:640px){ - -.bb-create-group-container .bb-profile-avatar-wrap{margin:0 auto;margin-top:-50px} - -.bb-create-group-cover-wrap div#profile_cover{padding-top:45%} - -#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-wrap>label{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:10px}}@media (max-width:580px){ - -#send-invite-form .left-menu{border-right:0;border-bottom:1px solid var(--bb-content-border-color);-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -div#group-step-popup{padding:30px}}@media (max-width:440px){ - -.bb-create-group-cover-wrap div#profile_cover{padding-top:60%}} - -body.bp-search .buddypanel{z-index:611} - -body.bp-search .site-header{z-index:610} - -body.bp-search .bp-forum-search-ac-header,body.bp-search .bp-search-ac,body.bp-search .bp-search-ac-header{background-color:var(--bb-content-background-color);box-shadow:0 3px 8px rgba(0,0,0,.06),0 6px 24px rgba(0,0,0,.12);border-radius:var(--bb-block-radius);display:block;padding:0;right:0;overflow:auto;max-height:-webkit-calc(100vh - 76px);max-height:calc(100vh - 76px);max-width:500px!important;width:100%;-webkit-transform:translate(-50%,10px);-ms-transform:translate(-50%,10px);transform:translate(-50%,10px);z-index:610} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type),body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type),body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type){background-color:var(--bb-content-background-color);max-width:1190px;margin:auto;width:100%;float:none;padding:0 15px;border-bottom:1px solid var(--bb-content-border-color);color:var(--bb-alternate-text-color)} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type) .item p,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type) .item p,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) .item p{margin-bottom:5px} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type) .item-avatar>i,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type) .item-avatar>i,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) .item-avatar>i{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--bb-content-alternate-background-color);border-radius:50%;color:var(--bb-alternate-text-color);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:24px;font-weight:300;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:48px;width:48px} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type) .bp-search-ajax-item,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type) .bp-search-ajax-item,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) .bp-search-ajax-item{margin:0;padding:15px 0} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type) .bp-search-ajax-item .item-avatar,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type) .bp-search-ajax-item .item-avatar,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) .bp-search-ajax-item .item-avatar{margin-right:15px;margin-top:5px} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type) .bp-search-ajax-item .item-desc,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type) .bp-search-ajax-item .item-desc,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) .bp-search-ajax-item .item-desc{color:var(--bb-body-text-color);font-size:14px;font-weight:400;margin:0;line-height:21px} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type) .entry-meta,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type) .entry-meta,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) .entry-meta{font-size:13px;font-weight:400;-ms-flex-wrap:wrap;flex-wrap:wrap;color:var(--bb-alternate-text-color);min-height:26px;margin-bottom:0} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type) .entry-meta a,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type) .entry-meta a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) .entry-meta a{color:var(--bb-alternate-text-color)} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type):last-child,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type):last-child,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type):last-child{border-bottom:0} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type):last-child:not(.bbls-view_all_type-type),body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type):last-child:not(.bbls-view_all_type-type),body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type):last-child:not(.bbls-view_all_type-type){margin-bottom:12px} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item{display:-webkit-box;display:-ms-flexbox;display:flex} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item a,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item a,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item a,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item a,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item a,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item a{display:inline} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title p,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title p,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title p,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title p,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title p,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title p,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title p,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title p,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title p{font-size:14px;font-weight:400;color:var(--bb-headings-color);letter-spacing:-.24px} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title a{font-weight:500} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title a>img,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title a>img,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title a>img,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title a>img,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title a>img,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title a>img,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title a>img,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title a>img,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title a>img{display:none} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item .woocommerce-product-details__short-description,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item .woocommerce-product-details__short-description,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item .woocommerce-product-details__short-description,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item .woocommerce-product-details__short-description,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item .woocommerce-product-details__short-description,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item .woocommerce-product-details__short-description,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item .woocommerce-product-details__short-description,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item .woocommerce-product-details__short-description,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item .woocommerce-product-details__short-description{color:var(--bb-body-text-color);font-size:14px;font-weight:400} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-members-type .bp-search-ajax-item .item-avatar,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-members-type .bp-search-ajax-item .item-avatar,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-members-type .bp-search-ajax-item .item-avatar{margin-top:0} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-members-type .bp-search-ajax-item .item,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-members-type .bp-search-ajax-item .item,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-members-type .bp-search-ajax-item .item{margin-top:4px} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-posts-type .bp-search-ajax-item .item-avatar,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-posts-type .bp-search-ajax-item .item-avatar,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-posts-type .bp-search-ajax-item .item-avatar{margin-top:0} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item .item .entry-title,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item .item .entry-title,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item .item .entry-title,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item .item .entry-title,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item .item .entry-title,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item .item .entry-title{font-weight:400;margin-bottom:0} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-topic-type>.bp-search-ajax-item,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-topic-type>.bp-search-ajax-item,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-topic-type>.bp-search-ajax-item{display:-webkit-box;display:-ms-flexbox;display:flex} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-cpt-product-type>.bp-search-ajax-item,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-cpt-product-type>.bp-search-ajax-item,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-cpt-product-type>.bp-search-ajax-item{display:-webkit-box;display:-ms-flexbox;display:flex} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-cpt-product-type>.bp-search-ajax-item>.item a,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-cpt-product-type>.bp-search-ajax-item>.item a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-cpt-product-type>.bp-search-ajax-item>.item a{display:inline} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-cpt-product-type>.bp-search-ajax-item .woocommerce-product-details__short-description,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-cpt-product-type>.bp-search-ajax-item .woocommerce-product-details__short-description,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-cpt-product-type>.bp-search-ajax-item .woocommerce-product-details__short-description{color:var(--bb-body-text-color);font-size:14px;font-weight:400} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-groups-type>.bp-search-ajax-item,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-groups-type>.bp-search-ajax-item,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-groups-type>.bp-search-ajax-item{display:-webkit-box;display:-ms-flexbox;display:flex} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-groups-type>.bp-search-ajax-item .group-details,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-groups-type>.bp-search-ajax-item .group-details,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-groups-type>.bp-search-ajax-item .group-details{color:var(--bb-body-text-color);font-size:14px;font-weight:400} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-sub-item .item-avatar,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-sub-item .item-avatar,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-sub-item .item-avatar{position:relative} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-sub-item .item-avatar::before,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-sub-item .item-avatar::before,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-sub-item .item-avatar::before{background-color:var(--bb-alternate-text-color);top:25px;border-radius:50%;color:var(--bb-content-background-color);display:block;font-family:bb-icons;font-size:17px;font-weight:300;height:24px;line-height:25px;position:absolute;right:-5px;text-align:center;width:24px} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type .item-avatar::before,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type .item-avatar::before,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type .item-avatar::before{content:"\e967"} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type .item-avatar::before,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type .item-avatar::before,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type .item-avatar::before{content:"\e854"} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-topic-type .item-avatar::before,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-topic-type .item-avatar::before,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-topic-type .item-avatar::before{content:"\ee34"} - -body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type .item-avatar::before,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type .item-avatar::before,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type .item-avatar::before{content:"\ef0a"} - -body.bp-search .bp-forum-search-ac-header li:hover .item-avatar>i,body.bp-search .bp-search-ac li:hover .item-avatar>i,body.bp-search .bp-search-ac-header li:hover .item-avatar>i{background-color:var(--bb-content-background-color)} - -body.bp-search .bp-forum-search-ac-header li .bp-member-type,body.bp-search .bp-forum-search-ac-header li .item-meta,body.bp-search .bp-search-ac li .bp-member-type,body.bp-search .bp-search-ac li .item-meta,body.bp-search .bp-search-ac-header li .bp-member-type,body.bp-search .bp-search-ac-header li .item-meta{background-color:transparent;color:var(--bb-alternate-text-color);display:inline-block;font-size:.8125rem;font-weight:400;letter-spacing:-.15px;line-height:1.1875rem} - -body.bp-search .bp-forum-search-ac-header li .bp-member-type strong,body.bp-search .bp-forum-search-ac-header li .item-meta strong,body.bp-search .bp-search-ac li .bp-member-type strong,body.bp-search .bp-search-ac li .item-meta strong,body.bp-search .bp-search-ac-header li .bp-member-type strong,body.bp-search .bp-search-ac-header li .item-meta strong{font-weight:400} - -body.bp-search .bp-forum-search-ac-header li .middot,body.bp-search .bp-search-ac li .middot,body.bp-search .bp-search-ac-header li .middot{color:var(--bb-alternate-text-color);display:inline-block;font-size:17px;margin:0 6px;line-height:1} - -body.bp-search .bp-forum-search-ac-header>li.bbls-view_all_type-type,body.bp-search .bp-search-ac-header>li.bbls-view_all_type-type,body.bp-search .bp-search-ac>li.bbls-view_all_type-type{margin-bottom:-10px;text-align:center} - -body.bp-search .bp-forum-search-ac-header>li a:not(.x),body.bp-search .bp-search-ac-header>li a:not(.x),body.bp-search .bp-search-ac>li a:not(.x){display:-webkit-box;display:-ms-flexbox;display:flex} - -body.bp-search .bp-forum-search-ac-header>li .ui-state-active,body.bp-search .bp-search-ac-header>li .ui-state-active,body.bp-search .bp-search-ac>li .ui-state-active{background:0 0;border:none} - -body.bp-search .bp-forum-search-ac-header>li.bbls-view_all_type-type a,body.bp-search .bp-search-ac-header>li.bbls-view_all_type-type a,body.bp-search .bp-search-ac>li.bbls-view_all_type-type a{color:var(--bb-primary-color);font-size:14px;font-weight:500;padding:11px 10px!important} - -body.bp-search .bp-forum-search-ac-header>li.bbls-view_all_type-type a::after,body.bp-search .bp-search-ac-header>li.bbls-view_all_type-type a::after,body.bp-search .bp-search-ac>li.bbls-view_all_type-type a::after{content:"\e827";color:var(--bb-alternate-text-color);font-family:bb-icons;font-size:21px;font-weight:400;vertical-align:middle;display:inline-block;line-height:22px} - -[dir=rtl] body.bp-search .bp-forum-search-ac-header>li.bbls-view_all_type-type a::after,[dir=rtl] body.bp-search .bp-search-ac-header>li.bbls-view_all_type-type a::after,[dir=rtl] body.bp-search .bp-search-ac>li.bbls-view_all_type-type a::after{content:"\e8ab"} - -body.bp-search .bp-forum-search-ac-header>li.bbls-albums-type .media-album_items .item-avatar,body.bp-search .bp-search-ac-header>li.bbls-albums-type .media-album_items .item-avatar,body.bp-search .bp-search-ac>li.bbls-albums-type .media-album_items .item-avatar{float:left;margin-top:0} - -body.bp-search .bp-forum-search-ac-header>li.bbls-albums-type .media-album_items .item-avatar+.media-album_details,body.bp-search .bp-search-ac-header>li.bbls-albums-type .media-album_items .item-avatar+.media-album_details,body.bp-search .bp-search-ac>li.bbls-albums-type .media-album_items .item-avatar+.media-album_details{width:-webkit-calc(100% - 65px);width:calc(100% - 65px)} - -body.bp-search .bp-forum-search-ac-header img,body.bp-search .bp-search-ac img,body.bp-search .bp-search-ac-header img{border-radius:50%} - -body.bp-search .bp-forum-search-ac-header{max-width:initial!important;right:initial;-webkit-transform:none;-ms-transform:none;transform:none} - -body.bp-search .bp-forum-search-ac-header>li a:not(.x){-ms-flex-wrap:wrap;flex-wrap:wrap} - -body.bp-search .bp-forum-search-ac-header>li a:not(.x) .item-avatar{margin-bottom:15px} - -body.bp-search .bp-forum-search-ac-header>li a:not(.x) .item{min-width:160px} - -body.bp-search .bp-forum-search-ac-header .bp-search-ajax-item{-ms-flex-wrap:wrap;flex-wrap:wrap} - -body.bp-search .bp-forum-search-ac-header .bp-search-ajax-item>.item-avatar{margin-bottom:15px} - -body.bp-search .bp-forum-search-ac-header .bp-search-ajax-item>.item{min-width:160px} - -body.bp-search .bp-forum-search-ac-header>li.bbls-undefined-type,body.bp-search .bp-forum-search-ac-header>li:last-child{margin-bottom:0} - -body.bp-search .search-media-list .media-album_details .media-album_name,body.bp-search .search-video-list .media-album_details .media-album_name{color:var(--bb-headings-color)} - -body.bp-search .search-media-list .media-album_details .media-album_name:hover,body.bp-search .search-video-list .media-album_details .media-album_name:hover{color:var(--bb-primary-color)} - -body.bp-search .search-media-list .media-album_group,body.bp-search .search-media-list .media-album_modified,body.bp-search .search-media-list .media-album_modified .media-album_details__bottom,body.bp-search .search-media-list .media-album_modified .media-album_details__bottom .media-album_date,body.bp-search .search-media-list .media-album_visibility,body.bp-search .search-media-list .media-photo_count,body.bp-search .search-video-list .media-album_group,body.bp-search .search-video-list .media-album_modified,body.bp-search .search-video-list .media-album_modified .media-album_details__bottom,body.bp-search .search-video-list .media-album_modified .media-album_details__bottom .media-album_date,body.bp-search .search-video-list .media-album_visibility,body.bp-search .search-video-list .media-photo_count{color:var(--bb-alternate-text-color)} - -body.bp-search .search-media-list .media-album_author a,body.bp-search .search-video-list .media-album_author a{color:var(--bb-alternate-text-color)} - -body.bp-search .search-media-list .middot,body.bp-search .search-video-list .middot{color:var(--bb-alternate-text-color)} - -body.bp-search .search-document-list .media-folder_items .media-folder_details .media-folder_name{color:var(--bb-headings-color)} - -body.bp-search .search-document-list .media-folder_items .media-folder_details .media-folder_name:hover{color:var(--bb-primary-color)} - -body.bp-search .search-document-list .media-folder_items .media-folder_details__bottom{color:var(--bb-alternate-text-color)} - -body.bp-search .search-document-list .media-folder_items .media-folder_details__bottom .media-folder_author,body.bp-search .search-document-list .media-folder_items .media-folder_details__bottom .media-folder_author a,body.bp-search .search-document-list .media-folder_items .media-folder_details__bottom .media-folder_date,body.bp-search .search-document-list .media-folder_items .media-folder_details__bottom .media-folder_group{color:var(--bb-alternate-text-color)} - -body.bp-search .bbls-category a{font-size:12px;font-weight:600;color:#939597;letter-spacing:.7px;text-transform:uppercase} - -body.bp-search .bp-search-ac .item-avatar img{max-width:48px;min-height:48px;max-height:48px;object-fit:cover;width:100%;height:auto} - -.bp-dir-search-form #bp-dir-search-form_reset{color:var(--bb-body-text-color)} - -.sticky-header .bp-search-ac-header{position:fixed} - -body.admin-bar.bp-search .bp-search-ac,body.admin-bar.bp-search .bp-search-ac-header{max-height:-webkit-calc(100vh - 108px);max-height:calc(100vh - 108px)} - -.members-group-list .item-entry-header{font-size:18px;color:var(--bb-headings-color)} - -.activity-user{font-weight:500} - -.item-title.activity-content p:last-child{margin:0} - -.bp-search-results-list li:first-child .list-wrap{border-radius:0!important} - -#buddypress .bp-search-results-list .list-wrap{border-left:0;border-right:0;box-shadow:none;padding-left:0;padding-right:0} - -.bp-search-results-list .bp-search-item .item-avatar{max-width:90px;width:100%} - -.bp-search-results-list .bp-search-item .item-avatar a{border-radius:3px;display:block;margin-right:15px;max-width:100%;min-height:90px;overflow:hidden;position:relative;width:100%;height:auto} - -.bp-search-results-list .bp-search-item .item-avatar a>i{min-height:90px;min-width:90px;-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;width:100%;background-color:var(--bb-content-alternate-background-color);font-size:28px;color:var(--bb-alternate-text-color)} - -.bp-search-results-list .bp-search-item .item-avatar a:empty{display:none} - -.bp-search-results-list .bp-search-item .item-avatar 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} - -.bp-search-results-list .bp-search-item_reply .item-avatar>a,.bp-search-results-list .bp-search-item_topic .item-avatar>a{min-height:initial} - -.bp-search-results-list .bp-search-item_reply .item-avatar>a:last-child,.bp-search-results-list .bp-search-item_topic .item-avatar>a:last-child{min-height:90px} - -.bp-search-results-list .entry-summary{font-size:14px;color:var(--bb-body-text-color);letter-spacing:-.24px;line-height:1.3;margin-bottom:6px} - -.bp-search-results-list .entry-summary>p{margin-bottom:6px} - -.bp-search-results-list .entry-summary>p:last-child{margin-bottom:0} - -.bp-search-results-list .entry-content{float:none;width:auto;word-break:break-word} - -.bp-search-results-list .fluid-width-video-wrapper{min-width:240px;margin:0!important} - -.bp-search-results-list .item-meta.activity-header{margin-bottom:0!important} - -.bp-search-results-list .bp-search-item .entry-meta,.bp-search-results-list .bp-search-item .entry-meta a,.bp-search-results-list .bp-search-item .entry-meta span,.bp-search-results-list .bp-search-item .item-meta,.bp-search-results-list .bp-search-item .item-meta a,.bp-search-results-list .bp-search-item .item-meta span,.bp-search-results-list .bp-search-item .item-tags,.bp-search-results-list .bp-search-item .item-tags a,.bp-search-results-list .bp-search-item .item-tags span{font-size:13px;color:var(--bb-alternate-text-color);letter-spacing:0;line-height:1.3} - -.bp-search-results-list .bp-search-item .entry-meta span.middot,.bp-search-results-list .bp-search-item .item-meta span.middot,.bp-search-results-list .bp-search-item .item-tags span.middot{display:inline-block;margin:0 6px;font-size:17px;color:var(--bb-alternate-text-color);line-height:1} - -.bp-search-results-list .bp-search-item.bp-search-item_product span.middot{display:inline-block;margin:0 2px;font-size:17px;color:var(--bb-alternate-text-color);line-height:0} - -.bp-search-results-list.members-list .item-meta .middot{vertical-align:initial} - -.bp-search-results-list .bp-search-item .item-tags{margin-top:5px} - -.bp-search-results-list .entry-content:last-child{margin:0} - -.buddypress-wrap .bp-search-results-list .bp-member-type,.buddypress-wrap .bp-search-results-list .item-meta.last-activity{color:var(--bb-alternate-text-color);background-color:transparent;display:inline-block;vertical-align:middle;font-size:.8125rem;font-weight:400;letter-spacing:-.15px;line-height:1.1875rem;padding:0} - -.buddypress-wrap .bp-search-results-list.members-list li .list-wrap .last-activity{color:var(--bb-alternate-text-color);margin-bottom:0} - -.buddypress-wrap .bp-search-results-list.members-list li .list-wrap .last-activity span.middot{vertical-align:middle} - -.bp-search-results-list .item-meta .middot{display:inline-block;margin:0 6px;font-size:22px;color:var(--bb-alternate-text-color);vertical-align:middle} - -.bp-search-results-list.cpt-product-list .entry-meta,.bp-search-results-list.cpt-product-list .item-extra{color:var(--bb-alternate-text-color);display:inline-block} - -.bp-search-results-list.cpt-product-list .woocommerce-product-details__short-description p{margin-bottom:0} - -.bp-search-results-list.cpt-sfwd-lessons-list .item .item-title{margin-bottom:0} - -.bp-search-results-list.cpt-sfwd-lessons-list .entry-summary{color:var(--bb-alternate-text-color);margin-top:5px} - -.search-results .bp-list li .item-meta{font-size:13px;font-weight:400} - -.search-results .bp-list li .item-meta a{color:var(--bb-alternate-text-color)} - -.search-results .bp-list li .item-meta a:hover{color:var(--bb-primary-color)} - -.search-results .bp-list li .item-meta time{font-weight:400} - -.search-results .pag-count{float:left;margin:0 0 10px} - -.search-results .pag-data{color:var(--bb-alternate-text-color);font-size:13px} - -.search-results .pagination{float:right;margin:0 0 10px} - -.search-results .pagination-links a,.search-results .pagination-links span{border:0;font-size:13px;padding:0 5px} - -.search-results .pagination-links a{color:var(--bb-primary-color)} - -.search-results .pagination-links span{color:var(--bb-primary-color)} - -.search-results .pagination-links .current{color:var(--bb-alternate-text-color)} - -.search-results .item-meta.last-activity{font-size:13px} - -#buddypress .dir-form.bp-search-results-wrapper{margin-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:4px;margin-bottom:30px} - -.bp-search-results-wrapper .bp-navs{-webkit-box-flex:0;-ms-flex:0 0 260px;flex:0 0 260px;background-color:var(--bb-body-background-color);border-right:1px solid var(--bb-content-border-color);border-bottom:0;min-height:60vh;border-radius:4px 0 0 4px;margin:0;padding:30px 0} - -.bp-search-results-wrapper .bp-navs li{float:none;padding:0} - -.bp-search-results-wrapper .bp-navs a{border:0;font-size:14px;color:#939597;letter-spacing:-.24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px 20px;line-height:1;margin-bottom:1px} - -.bp-search-results-wrapper .bp-navs a::before{content:"\ee7a";font:400 normal normal 14px/1 bb-icons;speak:none;display:inline-block;font-size:20px;margin-right:10px;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:22px;text-align:center}@media only screen and (max-width:768px){ - -.bp-search-results-wrapper .bp-navs a::before{display:none}} - -.bp-search-results-wrapper .bp-navs a:hover{background:var(--bb-content-alternate-background-color);color:var(--bb-primary-color)} - -.bp-search-results-wrapper .bp-navs a:hover .count{background-color:var(--bb-primary-color);color:var(--bb-content-background-color)} - -.bp-search-results-wrapper .bp-navs li:first-child a::before{content:"\e96f"} - -.bp-search-results-wrapper .bp-navs .activity a::before{content:"\e854"} - -.bp-search-results-wrapper .bp-navs .activity_comment a::before{content:"\e967"} - -.bp-search-results-wrapper .bp-navs .members a::before{content:"\ef5b"} - -.bp-search-results-wrapper .bp-navs .documents a::before{content:"\ee6e"} - -.bp-search-results-wrapper .bp-navs .folders a::before{content:"\ee9e"} - -.bp-search-results-wrapper .bp-navs .forum a::before{content:"\ee34"} - -.bp-search-results-wrapper .bp-navs .reply a::before,.bp-search-results-wrapper .bp-navs .topic a::before{content:"\ee37"} - -.bp-search-results-wrapper .bp-navs .photos a::before{content:"\eeb4"} - -.bp-search-results-wrapper .bp-navs .albums a::before,.bp-search-results-wrapper .bp-navs .cpt-attachment a::before{content:"\eeb5"} - -.bp-search-results-wrapper .bp-navs .videos a::before{content:"\ef65"} - -.bp-search-results-wrapper .bp-navs .cpt-product a::before{content:"\ef19"} - -.bp-search-results-wrapper .bp-navs .cpt-bp-member-type a::before{content:"\ef58"} - -.bp-search-results-wrapper .bp-navs .posts a::before{content:"\eda9"} - -.bp-search-results-wrapper .bp-navs .cpt-page a::before{content:"\ee7a"} - -.bp-search-results-wrapper .bp-navs .cpt-memberpressgroup a::before,.bp-search-results-wrapper .bp-navs .groups a::before{content:"\e95d"} - -.bp-search-results-wrapper .bp-navs .cpt-course a::before,.bp-search-results-wrapper .bp-navs .cpt-sfwd-courses a::before{content:"\ee3f"} - -.bp-search-results-wrapper .bp-navs .cpt-sfwd-lessons a::before{content:"\e86e"} - -.bp-search-results-wrapper .bp-navs .cpt-lesson a::before,.bp-search-results-wrapper .bp-navs .cpt-sfwd-topic a::before{content:"\ee73"} - -.bp-search-results-wrapper .bp-navs .cpt-llms_quiz a::before,.bp-search-results-wrapper .bp-navs .cpt-sfwd-quiz a::before{content:"\ef01"} - -.bp-search-results-wrapper .bp-navs .cpt-command a::before,.bp-search-results-wrapper .bp-navs .cpt-wp-parser-class a::before,.bp-search-results-wrapper .bp-navs .cpt-wp-parser-function a::before,.bp-search-results-wrapper .bp-navs .cpt-wp-parser-hook a::before,.bp-search-results-wrapper .bp-navs .cpt-wp-parser-method a::before{content:"\e977"} - -.bp-search-results-wrapper .bp-navs .cpt-llms_assignment a::before{content:"\ee73"} - -.bp-search-results-wrapper .bp-navs .cpt-llms_membership a::before,.bp-search-results-wrapper .bp-navs .cpt-memberpressproduct a::before{content:"\eed4"} - -.bp-search-results-wrapper .bp-navs .cpt-llms_certificate a::before,.bp-search-results-wrapper .bp-navs .cpt-llms_my_certificate a::before{content:"\e975"} - -.bp-search-results-wrapper .bp-navs ul.subnav{width:100%}@media only screen and (max-width:900px){ - -.bp-search-results-wrapper .bp-navs ul.subnav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}} - -.bp-search-results-wrapper .bp-navs .current a,.bp-search-results-wrapper .bp-navs .current a:hover,.bp-search-results-wrapper .bp-navs .selected a,.bp-search-results-wrapper .bp-navs .selected a:hover{background:var(--bb-content-background-color);border-top:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color);color:var(--bb-headings-color);font-weight:400;position:relative} - -.bp-search-results-wrapper .bp-navs .current a::after,.bp-search-results-wrapper .bp-navs .current a:hover::after,.bp-search-results-wrapper .bp-navs .selected a::after,.bp-search-results-wrapper .bp-navs .selected a:hover::after{content:"";background:var(--bb-content-background-color);height:100%;left:-webkit-calc(100% - 2px);left:calc(100% - 2px);position:absolute;top:0;width:4px} - -.bp-search-results-wrapper .bp-navs .current a .count,.bp-search-results-wrapper .bp-navs .current a:hover .count,.bp-search-results-wrapper .bp-navs .selected a .count,.bp-search-results-wrapper .bp-navs .selected a:hover .count{background-color:var(--bb-primary-color);color:var(--bb-content-background-color)}@media screen and (max-width:900px){ - -.bp-search-results-wrapper .bp-navs .current a,.bp-search-results-wrapper .bp-navs .selected a{border-top:0;border-bottom:0;background:0 0} - -.bp-search-results-wrapper .bp-navs .current a::after,.bp-search-results-wrapper .bp-navs .selected a::after{display:none}} - -.search-results-header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.search-results-header .bp-search-form-wrapper{margin-bottom:1.6875rem} - -.bp-search-page .bp-navs ul li .count{margin-left:auto} - -.bp-search-results-list .bp-search-item .item-title,.buddypress-wrap .members-list li .member-name{margin-bottom:6px;margin-top:0;word-break:break-word;font-size:14px;font-weight:500;color:var(--bb-headings-color);letter-spacing:-.21px;line-height:1.35} - -.bp-search-results-list .bp-search-item .item{font-size:14px} - -.entry-title.item-title a:empty{display:none} - -.results-group{margin-bottom:40px} - -.bp-search-page .results-group ul#activity-stream li.activity-item{padding:0} - -#buddypress .bp-search-form-wrapper .bp-dir-search-form input[type=search]{border:0;background-color:transparent;padding-left:32px;font-size:14px;height:34px} - -#buddypress header.results-group-header{background:var(--bb-content-background-color);border-bottom:0;border-radius:3px 3px 0 0;padding:0 0 20px} - -#buddypress header.results-group-header .results-group-title{font-size:20px;letter-spacing:-.24px;line-height:1;margin:0} - -.search_results{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:35px 40px 10px;min-width:0} - -.search_results .avatar{border-radius:0} - -.search_results .item-title a{font-size:inherit} - -.search_results div.item-avatar a{display:block} - -.total-results{font-size:14px;color:var(--bb-headings-color);font-weight:500;line-height:1} - -#buddypress ul.bp-search-results-list{margin-bottom:0;padding-bottom:0} - -#buddypress .members-list.bp-search-results-list .list-wrap{background-color:transparent;border-color:var(--bb-content-border-color);padding:15px 0} - -#buddypress .members-list.bp-search-results-list .list-wrap .member-name{font-size:14px;margin:0} - -.bp-search-results-wrap .view-all-link{color:var(--bb-primary-color);font-size:14px;text-transform:uppercase;letter-spacing:-.24px} - -.bp-search-results-wrap .view-all-link::after{content:"\e827";font:400 normal normal 18px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:2px;position:relative;top:2px} - -.bp-search-results-wrap .view-all-link:focus,.bp-search-results-wrap .view-all-link:hover,.bp-search-results-wrap .view-all-link:hover::after{color:var(--bb-primary-color)} - -.bb-template-v2.bp-search .bp-forum-search-ac-header>li.bbls-undefined-type,body.bp-search .bp-forum-search-ac-header .bbls-undefined-type{margin:0 auto!important} - -body.bp-search .bp-search-ac .bbls-undefined-type,body.bp-search .bp-search-ac-header .bbls-undefined-type{padding:5px 10px;margin:0 auto!important} - -.bp-search-ac.ui-menu .ui-menu-item .bp-search-ajax-item.noresult,.bp-search-ac.ui-menu .ui-menu-item .loading-msg{padding:23px 0;box-shadow:0 1px var(--bb-body-background-color);margin:0 -15px;font-size:14px;font-weight:500} - -.bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_global_search_spinner{-webkit-animation-duration:2s;animation-duration:2s;background:0 0;height:20px;width:20px;margin:0 10px 0 0} - -.bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_global_search_spinner::after{content:"\ef30";font-family:bb-icons;font-weight:400;font-size:19px} - -body:not(.bb-template-v2) .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_global_search_spinner{height:25px;width:25px} - -.bb-template-v2 .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_global_search_spinner::after{content:"";display:inline-block;box-sizing:border-box;width:20px;height:20px;border-radius:50%;border:2px solid #ebebec;border-top-color:var(--bb-alternate-text-color)} - -.bp-search-ac.ui-menu .ui-menu-item .bp-search-ajax-item.noresult{font-weight:500;font-size:14px;color:var(--bb-alternate-text-color);padding:23px 10px;text-align:center} - -.bp-search-results-wrapper .bp-navs.bp-subnavs{float:left;margin:0 0 30px;width:auto} - -.bp-search-results-wrapper .bp-search-form-wrapper{float:right;margin:0 0 30px} - -.bp-search-results-list .bp-search-item .item-desc{font-size:13px;font-weight:300;color:var(--bb-alternate-text-color)} - -.bp-search-results-list .bp-search-item .group-description{margin:0;line-height:1.3;color:var(--bb-body-text-color)} - -.bp-search-results-list .bp-search-item .group-description p{margin:0 0 6px} - -.bp-search-ac.ui-menu .ui-menu-item.ui-state-focus,.bp-search-ac.ui-menu .ui-menu-item.ui-state-hover,.bp-search-ac.ui-menu .ui-menu-item:hover{background:var(--bb-content-alternate-background-color)} - -.bp-search-ajax-item .item-title,.bp-search-ajax-item .item-title>a{font-size:14px;font-weight:500;color:var(--bb-headings-color);letter-spacing:-.24px} - -.bp-search-ajax-item .item .item-desc,.bp-search-ajax-item .item .item-tags{font-size:13px;font-weight:400;color:var(--bb-alternate-text-color);letter-spacing:-.18px} - -.bp-search-results-wrap .results-group-footer{margin-top:15px} - -.bp-search-results-wrap.results-group-activity .activity-content .activity-header{margin-bottom:4px} - -.bp-search-results-wrap.results-group-activity .activity-content .activity-header p{color:var(--bb-headings-color)} - -.bp-search-results-wrap.results-group-activity .activity-header a{text-transform:capitalize} - -.bp-search-results-wrap.results-group-activity .activity-inner{font-size:14px;letter-spacing:-.24px;line-height:1.3} - -.bp-search-results-wrap.results-group-activity li .item{margin-bottom:0} - -.bp-search-results-wrap.results-group-activity time{font-size:13px;font-weight:400} - -.bp-search-results-wrap.results-group-activity .activity-item .activity-avatar{-webkit-box-flex:0;-ms-flex:0 0 90px;flex:0 0 90px} - -.bp-search-results-wrap.results-group-activity .activity-avatar img{max-width:100%} - -.bp-search-results-wrap.results-group-activity_comment .activity-header{color:var(--bb-headings-color)} - -.bp-search-results-wrap.results-group-activity_comment .activity-header a{letter-spacing:0;text-transform:capitalize} - -.bp-search-results-wrap.results-group-activity_comment .activity-inner{font-size:14px;letter-spacing:-.21px;line-height:1.42} - -.bp-search-results-wrap.results-group-activity_comment .activity-inner a{color:inherit} - -.bp-search-results-wrap.results-group-activity_comment .activity-inner a:hover{color:var(--bb-primary-color)} - -.bp-search-results-wrap.results-group-activity_comment .activity-inner p{margin:0 0 5px} - -.bp-search-results-wrap.results-group-cpt-product span.entry-meta{margin:4px 0} - -.bp-search-results-wrap.results-group-cpt-product .rating-custom .woocommerce-product-rating .star-rating{margin:0 0 5px} - -.bp-search-results-wrap.results-group-cpt-product .rating-custom .star-rating{font-size:14px} - -.bp-search-results-wrap.results-group-cpt-product .star-rating span{color:#ffd21a} - -.bp-search-results-wrap.results-group-cpt-product .product-sale{line-height:1;margin-top:2px} - -.bp-search-results-wrap.results-group-cpt-product .product-sale .onsale{background:#3ebc7d;border-radius:4px;font-size:11px;color:#fff;letter-spacing:-.24px;display:inline-block;line-height:1;padding:3px 6px} - -.bp-search-results-wrap.results-group-cpt-sfwd-courses dd.course_progress{height:4px;margin:0 0 8px;max-width:220px;width:100%} - -.bp-search-results-wrap.results-group-cpt-sfwd-courses .course_progress_blue{background:#05d786} - -.bp-search-results-wrap.results-group-cpt-sfwd-courses .entry-meta{margin-bottom:6px} - -.bp-search-page .results-group ul#activity-stream li.activity-item .activity-inner{margin-bottom:6px} - -#buddypress .bp-search-results-list.groups-list .avatar{border-radius:3px} - -.bp-search-ac.ui-autocomplete.bp-forum-search-ac-header{border-radius:var(--bb-block-radius);border:0} - -.bp-search-results-list .learndash-wrapper.learndash-widget{display:none} - -.search-media-list .media-album_details .media-album_name:hover,.search-media-list .media-album_group_name a:hover,.search-media-list .media-album_modified .media-album_details__bottom .media-album_author a:hover{color:var(--bb-primary-color)} - -.buddypress .buddypress-wrap .search-form-has-reset .search-form_reset,.search-form-has-reset .search-form_reset{color:var(--bb-body-text-color)} - -#buddypress .search-form-has-reset #bbp_search,#buddypress .search-form-has-reset input[type=search]{padding-right:30px}@media screen and (max-width:900px){ - -#buddypress .bp-search-results-wrapper .bp-navs{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:10px;border-right:0;border-radius:4px 4px 0 0;padding:0} - -#buddypress .bp-search-results-wrapper .search-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap} - -.bp-search-page .bp-navs ul li .count{margin-left:10px} - -.search_results{padding:30px}}@media (max-width:799px){ - -body.bp-search .bp-search-ac,body.bp-search .bp-search-ac-header{left:30px!important;right:30px!important;width:-webkit-calc(100vw - 90px)!important;width:calc(100vw - 90px)!important;max-width:initial!important;min-width:initial;-webkit-transform:translate(0,20px)!important;-ms-transform:translate(0,20px)!important;transform:translate(0,20px)!important}}@media (max-width:640px){ - -#buddypress .bp-search-results-wrapper .search_filters>ul{padding-right:0} - -.bp-search-results-wrapper .bp-navs.bp-subnavs{margin-bottom:20px} - -.bp-search-results-wrapper .bp-navs.bp-subnavs,.bp-search-results-wrapper .bp-search-form-wrapper{float:none}} - -.directory.media .subnav-filters .subnav-search{position:absolute;right:0;top:0;margin:0} - -.directory.media .dir-search.media-search.bp-search{margin:0} - -.directory.media #buddypress #dir-media-search{border:0;background-color:transparent;padding-left:32px;font-size:14px;height:40px} - -.media.document-parent{background-color:var(--bb-body-background-color)} - -.directory.video .subnav-filters .subnav-search{position:absolute;right:0;top:0;margin:0} - -.directory.video .dir-search.video-search.bp-search{margin:0} - -.directory.video #buddypress #dir-video-search{border:0;background-color:transparent;padding-left:32px;font-size:14px;height:40px} - -.directory.document #buddypress .document-options .button.small,.directory.media #buddypress .media-options .button.small,.directory.video #buddypress .video-options .button.small{min-height:40px;line-height:36px;padding-left:16px} - -.bb-media-container{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);padding:20px;margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column} - -.bb-media-container #subnav{margin:20px -20px;width:auto;padding:0 20px} - -.bb-media-actions-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between} - -#buddypress .bb-media-actions-wrap .bb-title{margin:0} - -.groups.single-item .bb-media-actions-wrap{margin-bottom:20px}@media screen and (max-width:360px){ - -.bb-media-actions-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.bb-media-actions-wrap>.bb-media-actions,.bb-media-actions-wrap>.bb-video-actions{margin-top:15px}} - -#buddypress .media-list.item-list{margin-bottom:0;padding-top:1em;margin-left:-10px;margin-right:-10px} - -#buddypress .bb-photo-list li{margin-bottom:20px;margin-top:0;padding:0 10px} - -#buddypress .bb-item-cover-wrap{border-radius:var(--bb-block-radius-inner)} - -#buddypress .bb-item-thumb{box-shadow:0 3px 12px -1px rgba(7,10,25,.2),0 22px 27px -20px rgba(7,10,25,.2);-webkit-transition:all .3s ease;transition:all .3s ease;border-radius:var(--bb-block-radius-inner)} - -#buddypress .bb-item-thumb:hover{box-shadow:0 15px 45px -5px rgba(7,10,25,.25);-webkit-transform:translate(0,-2px);-ms-transform:translate(0,-2px);transform:translate(0,-2px)} - -#buddypress .video-list.item-list>li:not(.load-more){margin-top:0} - -#buddypress #media-stream.document-parent{margin-top:35px} - -#media-stream .document-data-table-head{border-color:var(--bb-content-border-color)} - -#media-stream.document-parent{border-radius:var(--bb-block-radius);border-color:var(--bb-content-border-color);background-color:var(--bb-content-background-color)} - -#media-stream.document-parent.group-column #media-folder-document-data-table .media-folder_items .media-folder_group a:hover{color:var(--bb-primary-color)} - -#media-folder-document-data-table .media-folder_items{border-color:var(--bb-content-border-color)} - -.bb-album-list-item .bs-cover-wrap{border-radius:var(--bb-block-radius-inner)} - -.video #buddypress .video-list.item-list>li.load-more{margin:40px 0 0} - -.single.media.albums .bb-media-container #subnav{margin-top:-10px} - -.bb-media-actions-wrap.album-actions-wrap{margin-bottom:30px} - -.dropzone.document-dropzone .dz-preview .dz-remove,.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview .dz-remove::after{color:rgba(var(--bb-alternate-text-color-rgb),.8)} - -.dropzone .dz-preview .dz-progress-ring-wrap .dz-progress-ring circle{stroke:var(--bb-primary-color)} - -.bb-template-v1 .dropzone .dz-preview .dz-progress-ring-wrap [class*=bb-icon-]::before{font-weight:400} - -.bb-template-v2 .dropzone .dz-preview .dz-image,.bb-template-v2 .dropzone .dz-preview.dz-file-preview .dz-details{border:0} - -.dropzone .dz-preview .dz-image{border:1px solid var(--bb-content-border-color)} - -.dropzone .dz-remove{background-color:var(--bb-content-alternate-background-color)} - -.dropzone .dz-remove::after{color:var(--bb-headings-color);opacity:.4;font-size:20px;line-height:1} - -.dropzone .dz-remove:hover::after{opacity:1} - -.dropzone .dz-default{background:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner);min-height:153px;max-height:153px;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:16px;color:var(--bb-headings-color);letter-spacing:-.24px;line-height:26px;padding:20px 0} - -.bb-template-v2 .dropzone .dz-default{border:0} - -.dropzone .dz-default::before{display:none} - -.dropzone .dz-default .dz-button,.dropzone .dz-default .dz-button:hover{background-color:transparent!important;border:0;color:rgba(18,43,70,.5)!important;box-shadow:none!important;padding:0!important;font-weight:300!important;font-size:16px!important;border-radius:0!important} - -.dropzone .dz-default .dz-button::before,.dropzone .dz-default .dz-button:hover::before{content:"\ee24";font-family:bb-icons;font-size:24px;font-weight:400;height:52px;width:52px;display:inline-block;background-color:rgba(0,0,0,.05);border-radius:50%;line-height:54px;color:var(--bb-alternate-text-color);margin-bottom:10px} - -.dropzone .dz-default .dz-button:hover>strong,.dropzone .dz-default .dz-button>strong{display:block;color:var(--bb-headings-color);font-weight:500;font-size:16px;line-height:1;margin-bottom:2px} - -.ac-reply-content .dropzone .dz-default{background-color:var(--bb-content-background-color)} - -#buddypress .dropzone .dz-default .dz-button{border:0;line-height:1.5} - -#buddypress .dropzone .dz-default .dz-button:hover{border:0} - -.bb-template-v2 .dropzone .dz-default .dz-button::before{font-weight:300} - -.dropzone.document-dropzone .dz-default .dz-button::before,.dropzone.document-dropzone .dz-default .dz-button:hover::before{content:"\e980"} - -.bb-template-v2 .dropzone.document-dropzone .dz-preview .dz-icon>[class*=bb-icon]{font-weight:300} - -.dropzone.media-dropzone .dz-default .dz-button::before,.dropzone.media-dropzone .dz-default .dz-button:hover::before{content:"\ee06"} - -.dropzone.video-dropzone .dz-default .dz-button::before,.dropzone.video-dropzone .dz-default .dz-button:hover::before{content:"\ef65"}@media screen and (max-width:768px){ - -.dropzone .dz-default .dz-button{font-size:15px}} - -.dropzone .dz-preview .dz-progress-ring-wrap .dz-progress-ring circle{stroke:var(--bb-primary-color)} - -div[class*=attached-gif-container] .gif-image-remove{background-color:var(--bb-content-alternate-background-color)} - -div[class*=attached-gif-container] .gif-image-overlay{color:var(--bb-alternate-text-color)} - -.dropzone .dz-preview.dz-error .dz-details::before,.dropzone .dz-preview.dz-error .dz-progress-ring-wrap [class*=" bb-icon-"],.dropzone.document-dropzone .dz-preview .dz-details .dz-filename,.dropzone.document-dropzone .dz-preview .dz-details .dz-size,.dropzone.document-dropzone .dz-preview.dz-complete .dz-details .dz-icon [class*=bb-icons],.dropzone.document-dropzone .dz-preview:not(.dz-complete) .dz-progress-ring-wrap [class*=" bb-icon-"],.dropzone.media-dropzone .dz-preview:not(.dz-image-preview) .dz-progress-ring-wrap [class*=" bb-icon-"],.dropzone.video-dropzone .dz-preview:not(.dz-has-thumbnail) .dz-progress-count,.dropzone.video-dropzone .dz-preview:not(.dz-has-thumbnail) .dz-progress-ring-wrap [class*=" bb-icon-"]{color:var(--bb-alternate-text-color)} - -.video-thumbnail-uploader-wrapper .dropzone.video-dropzone .dz-preview:not(.dz-has-thumbnail) .dz-progress-ring-wrap [class*=" bb-icon-"]{color:var(--bb-content-alternate-background-color)} - -.dropzone.document-dropzone .dz-preview .dz-remove,.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview .dz-remove::after{color:var(--bb-headings-color)} - -.dropzone.document-dropzone .dz-preview.dz-complete .dz-details .dz-icon::before,.dropzone.document-dropzone .dz-preview.dz-complete .dz-details .dz-icon>[class*=bb-icon]{color:var(--bb-alternate-text-color);font-size:38px} - -.dropzone .dz-default .dz-button,.dropzone .dz-default .dz-button:hover{color:var(--bb-alternate-text-color)!important;font-size:13px!important;font-weight:400!important;line-height:19.5px} - -.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail) .dz-filename,.dropzone.video-dropzone .dz-preview:not(.dz-has-thumbnail,.dz-complete) .dz-remove::after,.dropzone.video-dropzone div.dz-preview:not(.dz-has-thumbnail) .dz-remove::after{color:var(--bb-alternate-text-color)} - -.dropzone.video-dropzone .dz-preview.dz-file-preview .dz-details .dz-filename>span{font-weight:400;line-height:1.5} - -.dropzone.video-dropzone div.dz-preview.dz-file-preview .dz-remove::after,.dropzone.video-dropzone div.dz-preview:not(.dz-has-thumbnail).dz-complete .dz-remove::after{color:var(--bb-headings-color)} - -.dropzone.video-dropzone div.dz-preview.dz-file-preview .dz-remove::after::after,.dropzone.video-dropzone div.dz-preview:not(.dz-has-thumbnail).dz-complete .dz-remove::after::after{opacity:.4} - -.dropzone.video-dropzone div.dz-preview.dz-file-preview .dz-remove::after:hover::after,.dropzone.video-dropzone div.dz-preview:not(.dz-has-thumbnail).dz-complete .dz-remove::after:hover::after{opacity:1} - -.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview .dz-remove{background-color:var(--bb-content-alternate-background-color)} - -.dropzone.video-dropzone .dz-progress-count,.dropzone.video-dropzone div.dz-preview.dz-file-preview .dz-remove::after{color:var(--bb-content-background-color)} - -.dropzone.video-dropzone div.dz-preview.dz-file-preview.dz-has-thumbnail:not(.dz-complete) .dz-remove::after{opacity:.75} - -.dropzone.video-dropzone div.dz-preview.dz-file-preview.dz-has-thumbnail:not(.dz-complete) .dz-remove:hover::after{opacity:1} - -.dropzone .dz-preview .dz-progress-ring-wrap [class*=" bb-icon-"]{color:var(--bb-content-alternate-background-color)} - -.bb-template-v2 .dropzone.document-dropzone .dz-preview.dz-error.dz-preview .dz-details .dz-filename{color:var(--bb-danger-color)} - -.bb-template-v2 .dropzone.document-dropzone .dz-preview.dz-error .dz-remove::after,.bb-template-v2 .dropzone.document-dropzone .dz-preview.dz-error.dz-complete .dz-remove::after{color:var(--bb-danger-color)} - -.bb-template-v2 .dropzone.video-dropzone .dz-preview.dz-error.dz-preview .dz-details{background:rgba(var(--bb-danger-color-rgb),.1)} - -.bb-template-v2 .dropzone.video-dropzone .dz-preview.dz-error.dz-preview .dz-details .dz-filename{color:var(--bb-danger-color)} - -.bb-template-v2 .dropzone.video-dropzone .dz-preview.dz-error .dz-progress-ring-wrap{background:rgba(var(--bb-danger-color-rgb),.15)} - -.bb-template-v2 .dropzone.video-dropzone .dz-preview.dz-error .dz-progress-ring-wrap>i{color:var(--bb-danger-color);opacity:.5} - -.bb-template-v2 .dropzone.video-dropzone .dz-preview.dz-error .dz-remove::after,.bb-template-v2 .dropzone.video-dropzone .dz-preview.dz-error.dz-complete .dz-remove::after{color:var(--bb-danger-color)} - -.bb-template-v2 .dropzone.media-dropzone .dz-preview.dz-error .dz-details .dz-filename{color:var(--bb-danger-color)} - -.bb-template-v2 .dropzone.media-dropzone .dz-preview.dz-error .dz-image{background:rgba(var(--bb-danger-color-rgb),.1)} - -.bb-template-v2 .dropzone.media-dropzone .dz-preview.dz-error .dz-remove::after{color:var(--bb-danger-color)} - -.bb-template-v2 .dropzone.media-dropzone .dz-preview.dz-error .dz-details::before{background:rgba(var(--bb-danger-color-rgb),.15);color:var(--bb-danger-color);opacity:.5;font-weight:300} - -.bb-template-v2 .dropzone.document-dropzone .dz-preview.dz-error.dz-preview .dz-details{background:rgba(var(--bb-danger-color-rgb),.1)} - -.bb-template-v2 .dropzone.document-dropzone .dz-preview.dz-error.dz-preview .dz-details::before{background:rgba(var(--bb-danger-color-rgb),.15);color:var(--bb-danger-color);opacity:.5;font-weight:300} - -#buddypress .bb-model-header h4{font-size:20px;font-weight:600;margin:0} - -#boss-media-create-album-popup .media-uploader-wrapper{max-height:50vh;overflow-x:hidden;overflow-y:auto} - -.bbm-uploader-model-wrap .media-uploader-wrapper{max-height:50vh;overflow-x:hidden;overflow-y:auto} - -.bb-media-meta{margin-bottom:20px} - -.bb-media-meta .bb-delete{line-height:1} - -.bb-media-meta .bb-delete i{font-size:24px} - -.bb-media-meta .bb-select i{font-size:20px;border:0;font-weight:100} - -.bb-media-meta .bb-select.selected i{font-weight:200;background-color:transparent;color:var(--bb-primary-color)} - -.bb-media-meta i{font-size:22px} - -.bb-media-meta .bb-icon-select{font-size:18px} - -.bb-action-check-wrap [class*=" bb-icon-"]{width:25px;height:25px;border-radius:50%;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:25px} - -.selected .bb-action-check-wrap [class*=" bb-icon-"]{background-color:var(--bb-primary-color)} - -.modal-wrapper .bb-action-check-wrap{top:5px;left:5px} - -.modal-wrapper .bb-video-thumb .bb-video-duration{font-size:11px;line-height:1.8;left:3px;bottom:3px} - -.bp-video-thumbnail-auto-generated .bb-action-check-wrap .bb-custom-check:checked+label [class*=" bb-icon-"],.bp-video-thumbnail-uploader .video-thumbnail-content .bb-action-check-wrap .bb-custom-check:checked+label [class*=" bb-icon-"]{background:var(--bb-primary-color)} - -.modal-wrapper .modal-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.video-thumbnail-content .bb-dropzone-wrap .bb-custom-check:checked~.bb-field-wrap .dropzone .dz-preview .dz-image,.video-thumbnail-content .bb-dropzone-wrap .bb-custom-check[name=bb-video-thumbnail-select]:checked~.video-thumbnail-custom,.video-thumbnail-content .bp-video-thumbnail-auto-generated .video-thumb-list li .bb-custom-check:checked~a{border-color:var(--bb-primary-color)} - -.modal-container{background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color);box-shadow:0 12px 28px 0 rgba(18,43,70,.15),0 2px 7px 0 rgba(18,43,70,.08)} - -.modal-container.has-folderlocationUI .bb-model-footer a.loading::after{font-weight:300} - -.modal-container .bp-existing-media-wrap{padding:30px 0} - -.modal-container .bp-existing-media-wrap .media-list .bp-feedback{margin-left:10px;margin-right:10px;width:100%} - -#bbpress-forums div.bbp-reply-content .bb-model-header,.bb-model-header{background:var(--bb-content-background-color);box-shadow:0 1px 0 0 var(--bb-content-border-color)} - -.bb-action-popup.bb-leave-group-popup .bb-model-header,.bb-action-popup.bb-remove-connection .bb-model-header{background:var(--bb-content-background-color)} - -.bb-action-popup .bb-model-header{background-color:var(--bb-content-alternate-background-color);border-color:var(--bb-content-border-color)} - -.bb-action-popup .bb-action-popup-content{font-size:14px;font-weight:400} - -.location-album-list-wrap-main .ac_document_search_folder_list .breadcrumbs-append-ul-li .item span:not(.more_options),.location-album-list-wrap-main .location-album-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options),.location-album-list-wrap-main .location-folder-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options),.location-folder-list-wrap-main .ac_document_search_folder_list .breadcrumbs-append-ul-li .item span:not(.more_options),.location-folder-list-wrap-main .location-album-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options),.location-folder-list-wrap-main .location-folder-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options){color:var(--bb-headings-color)} - -.location-album-list-wrap-main .ac_document_search_folder_list .breadcrumbs-append-ul-li .item span:not(.more_options):hover,.location-album-list-wrap-main .location-album-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover,.location-album-list-wrap-main .location-folder-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover,.location-folder-list-wrap-main .ac_document_search_folder_list .breadcrumbs-append-ul-li .item span:not(.more_options):hover,.location-folder-list-wrap-main .location-album-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover,.location-folder-list-wrap-main .location-folder-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover{text-decoration:none;color:var(--bb-primary-color)} - -.location-album-list-wrap-main .ac_document_search_folder_list .breadcrumbs-append-ul-li .item span:not(.more_options):hover::before,.location-album-list-wrap-main .location-album-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover::before,.location-album-list-wrap-main .location-folder-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover::before,.location-folder-list-wrap-main .ac_document_search_folder_list .breadcrumbs-append-ul-li .item span:not(.more_options):hover::before,.location-folder-list-wrap-main .location-album-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover::before,.location-folder-list-wrap-main .location-folder-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover::before{color:var(--bb-headings-color)} - -.location-album-list-wrap-main .ac_document_search_folder_list .location-album-list,.location-album-list-wrap-main .ac_document_search_folder_list .location-folder-list,.location-album-list-wrap-main .location-album-list-wrap .location-album-list,.location-album-list-wrap-main .location-album-list-wrap .location-folder-list,.location-album-list-wrap-main .location-folder-list-wrap .location-album-list,.location-album-list-wrap-main .location-folder-list-wrap .location-folder-list,.location-folder-list-wrap-main .ac_document_search_folder_list .location-album-list,.location-folder-list-wrap-main .ac_document_search_folder_list .location-folder-list,.location-folder-list-wrap-main .location-album-list-wrap .location-album-list,.location-folder-list-wrap-main .location-album-list-wrap .location-folder-list,.location-folder-list-wrap-main .location-folder-list-wrap .location-album-list,.location-folder-list-wrap-main .location-folder-list-wrap .location-folder-list{border-radius:var(--bb-block-radius-inner);background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color)} - -.location-album-list-wrap-main .ac_document_search_folder_list .location-album-list li span,.location-album-list-wrap-main .ac_document_search_folder_list .location-folder-list li span,.location-album-list-wrap-main .location-album-list-wrap .location-album-list li span,.location-album-list-wrap-main .location-album-list-wrap .location-folder-list li span,.location-album-list-wrap-main .location-folder-list-wrap .location-album-list li span,.location-album-list-wrap-main .location-folder-list-wrap .location-folder-list li span,.location-folder-list-wrap-main .ac_document_search_folder_list .location-album-list li span,.location-folder-list-wrap-main .ac_document_search_folder_list .location-folder-list li span,.location-folder-list-wrap-main .location-album-list-wrap .location-album-list li span,.location-folder-list-wrap-main .location-album-list-wrap .location-folder-list li span,.location-folder-list-wrap-main .location-folder-list-wrap .location-album-list li span,.location-folder-list-wrap-main .location-folder-list-wrap .location-folder-list li span{border-color:var(--bb-content-border-color)} - -.location-album-list-wrap-main .ac_document_search_folder_list .location-album-list li span:hover,.location-album-list-wrap-main .ac_document_search_folder_list .location-folder-list li span:hover,.location-album-list-wrap-main .location-album-list-wrap .location-album-list li span:hover,.location-album-list-wrap-main .location-album-list-wrap .location-folder-list li span:hover,.location-album-list-wrap-main .location-folder-list-wrap .location-album-list li span:hover,.location-album-list-wrap-main .location-folder-list-wrap .location-folder-list li span:hover,.location-folder-list-wrap-main .ac_document_search_folder_list .location-album-list li span:hover,.location-folder-list-wrap-main .ac_document_search_folder_list .location-folder-list li span:hover,.location-folder-list-wrap-main .location-album-list-wrap .location-album-list li span:hover,.location-folder-list-wrap-main .location-album-list-wrap .location-folder-list li span:hover,.location-folder-list-wrap-main .location-folder-list-wrap .location-album-list li span:hover,.location-folder-list-wrap-main .location-folder-list-wrap .location-folder-list li span:hover{background-color:var(--bb-content-alternate-background-color)} - -.bb-model-header{margin-bottom:0;border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0} - -.bb-model-header .bb-model-close-button>.dashicons,.bb-model-header .bb-model-close-button>[class*=bb-icon],.bb-model-header .bb-model-close-button>span[class*=bb-icon],.bb-model-header button.mfp-close{color:var(--bb-headings-color);font-size:24px;opacity:1} - -.bb-model-footer{background-color:var(--bb-content-alternate-background-color);border-color:var(--bb-content-border-color);border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)} - -.bb-model-footer .button{margin-top:0} - -.bb-model-footer a{color:var(--bb-primary-color);font-size:14px} - -.bb-model-footer a.ac-document-close-button,.bb-model-footer a.ac-folder-close-button,.bb-model-footer a.ac-media-close-button,.bb-model-footer a.ac-video-close-button,.bb-model-footer a.bb-field-uploader-actions,.bb-model-footer a.bp-document-open-create-popup-folder,.bb-model-footer a.bp-media-open-create-popup-folder,.bb-model-footer a.bp-video-open-create-popup-album,.bb-model-footer a.close-create-popup-folder{color:var(--bb-body-text-color)} - -#buddypress .bb-model-footer .button,#buddypress .bb-model-footer a.button,.bb-model-footer .button,.bb-model-footer a.button{font-size:14px} - -#buddypress .bb-model-footer .button.loading::after,#buddypress .bb-model-footer a.button.loading::after,.bb-model-footer .button.loading::after,.bb-model-footer a.button.loading::after{vertical-align:middle} - -#bp-media-single-folder .album-single-view .bp-media-header-wrap .bb-media-actions>.button i{font-size:18px} - -#bp-media-single-folder .album-single-view .bp-media-header-wrap .media-folder_items .media-folder_action__anchor i{color:var(--bb-alternate-text-color)} - -#bp-media-single-folder .album-single-view .bp-media-header-wrap .media-folder_items .media-folder_action__list{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius)} - -.bb-template-v2 #bp-media-single-folder .album-single-view .bp-media-header-wrap .media-folder_items .media-folder_action__list::after{display:none} - -.bb-template-v2 #bp-media-single-folder .album-single-view .bp-media-header-wrap .media-folder_items .media-folder_action__list ul{border-radius:10px;padding:8px;margin:0} - -.bb-template-v2 #bp-media-single-folder .album-single-view .bp-media-header-wrap .media-folder_items .media-folder_action__list ul li a{border-radius:6px;color:var(--bb-body-text-color)} - -.bb-template-v2 #bp-media-single-folder .album-single-view .bp-media-header-wrap .media-folder_items .media-folder_action__list ul li a>i{color:var(--bb-alternate-text-color)} - -#bp-media-uploader .bb-model-footer,#buddypress .bp-media-document-uploader .document-uploader-footer,#buddypress .bp-media-photo-uploader .media-uploader-footer,#buddypress .bp-video-uploader .video-uploader-footer{background-color:transparent} - -#boss-media-create-album-popup .bb-model-footer,#boss-video-create-album-popup .bb-model-footer,.bp-media-move-file .bb-model-footer,.bp-media-move-folder .bb-model-footer,.bp-video-move-file .bb-model-footer,.moderation-popup .bb-model-footer{border-top:1px solid var(--bb-content-border-color);display:block;margin:35px -30px -30px;min-width:100%;padding:11px 30px;width:auto} - -#boss-media-create-album-popup .bb-model-footer .bb-dropdown-wrap,#boss-video-create-album-popup .bb-model-footer .bb-dropdown-wrap{float:left;margin-bottom:0} - -#boss-media-create-album-popup .bb-model-footer #bp-media-create-album-submit,#boss-video-create-album-popup .bb-model-footer #bp-video-create-album-submit{float:right} - -#buddypress .bp-media-photo-uploader #bp-media-photo-next{position:relative;z-index:1;margin:0 0 20px} - -#buddypress .bp-media-document-uploader #bp-media-document-next>i,#buddypress .bp-media-photo-uploader #bp-media-photo-next>i,#buddypress .bp-video-uploader #bp-video-next>i{font-size:20px;margin-right:3px;position:relative;top:1px} - -.message-members-list.member-popup .mfp-close,.moderation-popup .mfp-close{background-color:transparent} - -.message-members-list.member-popup .bb-model-footer,.moderation-popup .bb-model-footer{min-width:auto} - -.message-members-list.member-popup .bb-model-footer .bb-cancel-report-content,.moderation-popup .bb-model-footer .bb-cancel-report-content{border:0} - -.message-members-list.member-popup .modal-container .bb-model-footer .button.bb-cancel-report-content,.moderation-popup .modal-container .bb-model-footer .button.bb-cancel-report-content{color:var(--bb-body-text-color);font-size:13px;font-weight:500} - -.message-members-list.member-popup .modal-container .bb-model-header~.bp-feedback,.moderation-popup .modal-container .bb-model-header~.bp-feedback{margin:-25px -30px 15px} - -.bp-video-thumbnail-uploader .bb-model-footer{border-color:var(--bb-content-border-color);margin:30px -30px -30px;padding:11px 30px} - -.bp-video-thumbnail-uploader .bb-model-footer a.button{margin-top:0} - -.bb-item-thumb label{display:block} - -.bp-upload-tab-content{padding-top:30px} - -#bbpress-forums div.bbp-reply-content .modal-container .dropzone,.modal-container .dropzone{margin-bottom:0} - -#bbpress-forums div.bbp-reply-content .modal-container .bp-thumbnail-upload-tab,#bbpress-forums div.bbp-reply-content .modal-container .bp-upload-tab,.modal-container .bp-thumbnail-upload-tab,.modal-container .bp-upload-tab{font-weight:600;font-size:20px;color:#939597} - -#bbpress-forums div.bbp-reply-content .modal-container .bp-thumbnail-upload-tab.selected,#bbpress-forums div.bbp-reply-content .modal-container .bp-upload-tab.selected,.modal-container .bp-thumbnail-upload-tab.selected,.modal-container .bp-upload-tab.selected{color:var(--bb-headings-color)} - -div.dropzone.dz-started{margin:0 -4px 10px} - -.activity-list.loading [class*=bb-icon]{font-size:20px} - -#buddypress .bb-photo-list li.load-more{margin:20px auto 10px;text-align:center;width:100%;-webkit-box-flex:100%;-ms-flex:100%;flex:100%} - -.bb-member-photos-header{margin-top:0} - -.media-folder-document-filters .media-search-form::before{content:"\ef10";font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;position:absolute;top:10px;font-size:14px;color:var(--bb-body-text-color);left:9px;opacity:.4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} - -.media-folder-document-filters .select-wrap select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url(../images/svg/arrow-down.svg) no-repeat right 1em center!important;padding-right:40px;height:34px;font-size:14px} - -#bp-media-create-child-folder .bb-folder-location-select::after,#bp-media-create-folder .bb-folder-location-select::after,#bp-media-edit-child-folder .bb-folder-location-select::after{content:"";background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:center;height:10px;width:10px;display:inline-block;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)} - -#bp-media-create-child-folder .bb-folder-location-select-list li::before,#bp-media-create-folder .bb-folder-location-select-list li::before,#bp-media-edit-child-folder .bb-folder-location-select-list li::before{content:"\ee9e"!important;font-family:bb-icons!important;display:inline-block;font-size:14px;margin-right:8px} - -.album-single-view #bp-media-uploader .bp-existing-media-wrap .load-more{max-width:220px;-webkit-box-flex:1;-ms-flex:auto;flex:auto} - -#bp-media-single-folder .bp-media-header-wrap .media-folder_items .media-folder_action__list ul li a:hover{color:var(--bb-primary-color)} - -.comments-area .comment-content-wrap{position:relative} - -.comments-area .comment-content-wrap .comment-meta{margin-right:35px} - -.comments-area .comment-content-wrap .bb_more_options{position:absolute;top:0;right:0} - -.bp-media-header-wrap .media-search-form .bp-dir-search-form,.directory.document .document-options .subnav-filters .subnav-search .bp-dir-search-form,.directory.media .media-options .subnav-filters .subnav-search .bp-dir-search-form,.directory.video .video-options .subnav-filters .subnav-search .bp-dir-search-form{background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color);color:var(--bb-body-text-color);border-radius:var(--bb-input-radius)} - -.bp-media-header-wrap .media-search-form .bp-dir-search-form:focus-within,.directory.document .document-options .subnav-filters .subnav-search .bp-dir-search-form:focus-within,.directory.media .media-options .subnav-filters .subnav-search .bp-dir-search-form:focus-within,.directory.video .video-options .subnav-filters .subnav-search .bp-dir-search-form:focus-within{border-color:var(--bb-input-focus-border-color);border-width:1px;box-shadow:var(--bb-input-focus-shadow)} - -.bp-media-header-wrap .media-search-form{border:0;border-radius:0;background-color:transparent} - -.bp-media-header-wrap .media-search-form::after{display:none} - -.bp-media-header-wrap .media-search-form .bp-dir-search-form{border-width:1px;border-style:solid;height:34px} - -.bp-media-header-wrap .media-search-form .bp-dir-search-form::before{top:3px} - -.bp-media-header-wrap .media-search-form .bp-dir-search-form #group-document-search{padding:5px 30px 5px 32px} - -.bb-groups-invites-left{border-color:var(--bb-content-border-color)} - -.bb-groups-invites-left .bb-panel-head{position:relative;border-bottom:1px solid var(--bb-content-border-color);padding:15px 20px} - -.bb-groups-invites-left .bb-panel-subhead{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;padding:4px 0} - -.bb-groups-invites-left span.select-members-text{font-size:13px} - -.bb-groups-invites-left .bb-title-wrap{margin:-20px -20px 20px;border-bottom:1px solid var(--bb-content-border-color);padding:20px} - -.bb-groups-invites-left .bs-styled-checkbox+label::before{vertical-align:middle} - -.bb-groups-invites-left #members-list.item-list .item-avatar img{max-width:45px} - -.bb-groups-invites-left input#group_invites_search{background-size:14px;background-position:left 12px center;background-color:var(--bb-content-background-color);height:34px;border-radius:var(--bb-input-radius)} - -.bb-groups-invites-right-bottom{border-color:var(--bb-content-border-color)} - -#item-body .total-members-text{font-size:18px;font-weight:500;letter-spacing:-.24px;margin:0} - -.bb-groups-invites-right-top{min-height:222px} - -.bb-groups-invites-right-top div.bp-feedback{background:var(--bb-content-alternate-background-color)} - -#send_group_invite_form .bb-groups-invites-right-top .bb-title{margin:0;line-height:1.4;font-size:18px;font-weight:500;letter-spacing:-.24px} - -.bb-groups-invites-right .bb-title-wrap{margin:-20px -20px 20px;border-bottom:1px solid var(--bb-content-border-color);padding:20px} - -#buddypress input#bp_invites_reset{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} - -#buddypress input#bp_invites_reset:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -#buddypress input#bp_invites_reset: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)} - -#group-invites-container .bb-groups-invites-left .group-invites-members-listing .action button{background:url(../images/svg/circle-add.svg) no-repeat;height:26px;width:26px;background-size:contain;padding:0;min-width:26px} - -#group-invites-container .bb-groups-invites-left .group-invites-members-listing li.selected .action button{background:url(../images/svg/circle-close.svg) no-repeat} - -#group-invites-container .bb-groups-invites-left .group-invites-members-listing .action button .icons{opacity:0} - -#send_group_invite_form .select2-selection__choice__remove{font-size:0;padding:1px 0 0} - -#send_group_invite_form .select2-selection__choice__remove::before{content:"\e828";font-family:bb-icons;font-size:14px;font-weight:400;line-height:1;color:#4d5c6d;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;-webkit-font-smoothing:antialiased} - -#bp-group-invite-content #whats-new-toolbar{padding:20px;position:absolute;bottom:0;right:0} - -#group-invites-new-submit{padding:0} - -#group-invites-new-submit #bp_invites_reset{margin:0} - -#bp-invites-dropdown-options-loader{margin-left:auto;margin-right:10px;position:relative;top:3px} - -.group-invites-members-listing .bp-invites-feedback{padding:0 20px} - -#buddypress #send_group_invite_form .select2-search__field{height:30px} - -body #buddypress .group-invites-members-listing .bp-list .action{max-width:26px} - -body.send-invites .select2-container .select2-dropdown{display:none} - -.bb-more-invites-wrap .bb-icons{margin-right:5px;font-size:20px} - -.bb-panel-head{min-height:66px} - -.bb-groups-messages-left .bp-search{padding:0 20px} - -.bb-groups-messages-left select{height:37px} - -.bb-groups-messages-left .bp-list li .item-avatar{margin-right:15px} - -.bb-groups-messages-left #members-list.item-list .item-avatar img{max-width:45px} - -.bb-groups-messages-left #members-list.item-list .member-name a{font-size:15px} - -#item-body .total-members-text{font-size:16px;font-weight:500;letter-spacing:-.24px} - -#group_messages_search{background-size:14px;background-position:left 12px center;height:32px} - -.bb-groups-messages-right .bb-title-wrap{margin:-20px -20px 20px;border-bottom:1px solid var(--bb-content-border-color);padding:20px} - -.bb-groups-messages-right .group-messages-compose{font-size:0} - -.bb-groups-messages-right .group-messages-compose::after{content:"\ee5a";font-family:bb-icons;font-size:22px;line-height:20px;text-align:center} - -#group-messages-container .bb-groups-messages-right-top .bb-title{margin:0;line-height:1.4;font-size:18px;font-weight:500;letter-spacing:-.24px} - -label.bp-group-message-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.group-messages-members-listing .button{box-shadow:none} - -a.bb-close-select-members.button{min-width:110px} - -.add-more-members .bb-add-members{font-size:14px} - -.add-more-members .bb-add-members .bb-icon-plus-circle{margin-right:5px;font-size:18px;vertical-align:middle}@media screen and (max-width:560px){ - -.add-more-members .bb-add-members{font-size:12px} - -.add-more-members .bb-add-members .bb-icon-plus-circle{font-size:16px}} - -#group-messages-container .load-more .bb-icon-loader{font-size:20px} - -#send_group_message_form .select2-selection__choice__remove{font-size:0;line-height:1;margin:0 0 0 8px} - -#send_group_message_form .select2-selection__choice__remove::before{content:"\e828";font-family:bb-icons;font-size:13px;font-weight:400;line-height:1;background:#fff;border-radius:50%;color:var(--bb-body-text-color);display:-webkit-box;display:flexbox;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;min-width:13px;min-height:13px;text-indent:-1px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} - -.bb-groups-messages-right .medium-editor-element,.bb-groups-messages-right .medium-editor-placeholder{padding:0} - -.bb-groups-messages-right .medium-editor-element li>ol,.bb-groups-messages-right .medium-editor-element li>ul,.bb-groups-messages-right .medium-editor-placeholder li>ol,.bb-groups-messages-right .medium-editor-placeholder li>ul{margin-bottom:0} - -.bb-groups-messages-right .medium-editor-element pre,.bb-groups-messages-right .medium-editor-placeholder pre{white-space:pre-wrap;position:relative;z-index:1} - -.bb-groups-messages-right .medium-editor-element pre p,.bb-groups-messages-right .medium-editor-placeholder pre p{margin-bottom:0} - -.bb-groups-messages-right .medium-editor-element[contenteditable=true]:empty::after,.bb-groups-messages-right .medium-editor-placeholder[contenteditable=true]:empty::after{color:#c3c6c9;content:attr(data-placeholder);position:absolute;padding:inherit;font-style:normal} - -.bb-groups-messages-right .standard-form .submit{padding:0} - -.bb-groups-messages-right div.bp-feedback{background:var(--bb-content-alternate-background-color)} - -.bb-groups-messages-right .bp-group-messages-attached-gif-container{margin-bottom:20px} - -.bb-groups-messages-right .bp-group-messages-attached-gif-container.closed{display:none} - -.bb-groups-messages-right #bp-group-message-content .medium-editor-placeholder::after{font-style:normal;pointer-events:none} - -#group-messages-container .bb-groups-messages-right .group-messages-type{height:34px} - -#group-messages-container .group-messages-members-listing .item-list li{border-bottom:0;margin:0 -20px 1px;width:auto;padding:8px 20px} - -.groups.group-messages .item-body{margin-bottom:55px} - -.bb-groups-messages-right #whats-new-toolbar{padding:0;margin-top:auto} - -.bb-groups-messages-right #whats-new-toolbar #send_group_message_button{margin:0} - -.bb-groups-messages-right #whats-new-toolbar .emojionearea .emojionearea-picker .emojionearea-search>input{outline:0;width:100%;min-width:100%;height:30px} - -.bb-groups-messages-right #whats-new-toolbar .gif-media-search-dropdown.open{margin:0 0 10px -20px;top:auto;bottom:100%;padding-bottom:0;padding-top:10px} - -.bb-groups-messages-right #whats-new-toolbar .gif-media-search-dropdown::before{left:38px;top:auto;bottom:-11px;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)} - -.bb-groups-messages-right #whats-new-toolbar .gif-search-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column-reverse;flex-flow:column-reverse} - -.bb-groups-messages-right #whats-new-toolbar .emojionearea .emojionearea-picker{top:auto;bottom:40px} - -.bb-groups-messages-right #whats-new-toolbar .emojionearea .emojionearea-picker.emojionearea-filters-position-top .emojionearea-filters{top:auto;bottom:0} - -.bb-groups-messages-right #whats-new-toolbar .emojionearea .emojionearea-picker .emojionearea-search-panel{top:auto;bottom:40px} - -.bb-groups-messages-right #whats-new-toolbar .emojionearea .emojionearea-picker.emojionearea-filters-position-top.emojionearea-search-position-top .emojionearea-scroll-area{bottom:auto;top:0} - -.bb-groups-messages-right #whats-new-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{bottom:-10px;top:auto;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)} - -#group-messages-container .bp-navs.group-subnav li.selected a{color:var(--bb-headings-color)} - -.group-messages.private-message #group-messages-container .group-messages-members-listing .all-members .group-message-member-li.selected .invite-button .icons::before{background-color:var(--bb-primary-color);font-weight:400} - -.group-messages.private-message #group-messages-container .bb-groups-messages-right .bb-groups-messages-right-top{border-color:var(--bb-content-border-color);padding:10px 20px} - -.group-messages.private-message #group-messages-container .bb-groups-messages-right .bp-select-members-wrap .group-messages-helper-text{color:var(--bb-alternate-text-color);font-size:15px} - -.group-messages.private-message #group-messages-container .bb-groups-messages-left .group-messages-members-listing .item-list li.selected{background-color:var(--bb-content-alternate-background-color)} - -.group-messages.public-message .bb-groups-messages-right .bb-groups-messages-right-top{border-color:var(--bb-content-border-color)} - -.group-messages.public-message .bb-groups-messages-right .bp-select-members-wrap .group-messages-helper-text{color:var(--bb-alternate-text-color)} - -#group-messages-container #whats-new-toolbar #group-messages-new-submit{border-color:var(--bb-content-border-color)} - -.bp-vertical-navs .group-messages-members-listing #members-list .member-name a{font-size:16px} - -.bb-panel-head{border-color:var(--bb-content-border-color)}@media screen and (min-width:1081px){ - -.bb-groups-messages-left{border-color:var(--bb-content-border-color)}} - -.bb-invite-anyone-wrap{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px} - -.bb-invite-anyone-wrap #send-invite-form{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0} - -.bb-invite-anyone-wrap div.left-menu{border-right:1px solid #e7e9ec;min-width:0;-webkit-box-flex:0;-ms-flex:0 0 360px;flex:0 0 360px;width:auto;margin:0;padding-bottom:20px} - -#main .bb-invite-anyone-wrap .main-column{-webkit-box-flex:1;-ms-flex:1;flex:1;width:auto!important;margin:0!important;padding:20px 30px 30px} - -.bb-invite-anyone-wrap #invite-anyone-member-list{background:0 0;height:auto;max-height:500px;border:0;border-radius:0;padding:0} - -.bb-invite-anyone-wrap ul.first.acfb-holder{margin:0!important;padding:20px} - -#primary #main .bb-invite-anyone-wrap .send-to-input{background:url(../images/svg/search.svg) no-repeat;background-size:14px;background-position:left 12px center;background-color:#fbfbfc;border-radius:20px;font-size:14px;height:32px;width:100%;margin:0;padding:0 20px 0 35px} - -.bb-invite-anyone-wrap .total-members-text{border-bottom:1px solid #e7e9ec;padding:23px 20px} - -.bb-invite-anyone-wrap .bb-select-members-text{font-size:14px;padding:0 20px 20px} - -.left-menu #invite-anyone-member-list ul li{font-size:15px;padding:10px 20px} - -#main #buddypress .bb-ia-feedback{margin:0 0 20px} - -#buddypress #invite-anyone-invite-list{margin:0;border:1px solid #e7e9ec;border-radius:3px;max-height:550px;overflow:auto} - -#invite-anyone-invite-list li{display:-webkit-box;display:-ms-flexbox;display:flex;border-top:1px solid #e7e9ec;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px 20px} - -#invite-anyone-invite-list li:first-child{border-top:0} - -#invite-anyone-invite-list h4{margin:0} - -#invite-anyone-invite-list .avatar{margin-right:15px!important;max-width:52px} - -#invite-anyone-invite-list .activity{display:none} - -#invite-anyone-invite-list .action{margin-left:auto} - -#invite-anyone-invite-list .remove{font-size:0;display:inline-block;margin:0} - -#invite-anyone-invite-list .remove::before{content:"\e8f7";font-family:bb-icons;speak:none;font-size:20px;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;color:#939597} - -.group-create .bb-invite-anyone-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 0 30px} - -.group-create .buddypress-wrap .bb-invite-anyone-wrap .left-menu{border-right:1px solid #e7e9ec;min-width:0;-webkit-box-flex:0;-ms-flex:0 0 300px;flex:0 0 300px;width:auto;margin:0;max-width:100%;padding-bottom:30px} - -.group-create .bb-invite-anyone-wrap .total-members-text{margin:0}@media (max-width:767px){ - -.group-create .buddypress-wrap .bb-invite-anyone-wrap .left-menu{-webkit-box-flex:0;-ms-flex:0 0 240px;flex:0 0 240px}}@media (max-width:600px){ - -.group-create .buddypress-wrap .bb-invite-anyone-wrap .left-menu{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;border-right:0;border-bottom:1px solid #e7e9ec}} - -.bp-single-vert-nav .bb-single-main-nav--vertical li{-webkit-transition:.3s all;transition:.3s all} - -.bb-template-v1 nav#object-nav.bb-single-main-nav--vertical{border-radius:var(--bb-block-radius) 0 0 var(--bb-block-radius)} - -nav#object-nav.bb-single-main-nav--vertical a:hover{color:var(--bb-primary-color);background-color:var(--bb-content-alternate-background-color)} - -nav#object-nav.bb-single-main-nav--vertical li.selected>a{color:var(--bb-headings-color);font-weight:inherit}@media screen and (max-width:46.8em){ - -.bb-template-v1 nav#object-nav.bb-single-main-nav--vertical{border-radius:var(--bb-block-radius)} - -nav#object-nav.bb-single-main-nav--vertical>ul>li>a:hover{background-color:transparent}}@media screen and (min-width:46.8em){ - -.bb-single-main-nav--vertical li:focus,.bb-single-main-nav--vertical li:hover{background:0 0} - -nav#object-nav.bb-single-main-nav--vertical{width:100%;-webkit-box-flex:0;-ms-flex:0 0 230px;flex:0 0 230px;float:left;margin:0;min-height:50vh;border:0;border-right:1px solid var(--bb-content-border-color);padding:20px 0} - -nav#object-nav.bb-single-main-nav--vertical li{width:100%;padding:0} - -nav#object-nav.bb-single-main-nav--vertical .selected>a{background:var(--bb-content-background-color);border-bottom:1px solid var(--bb-content-border-color);border-top:1px solid var(--bb-content-border-color);margin:0;position:relative} - -nav#object-nav.bb-single-main-nav--vertical .selected>a::after{background-color:var(--bb-content-background-color);bottom:0;content:"";position:absolute;right:-1px;top:0;width:1px} - -nav#object-nav.bb-single-main-nav--vertical a{border:0;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;margin-bottom:1px;padding:10px 15px} - -nav#object-nav.bb-single-main-nav--vertical a:hover{background:var(--bb-content-alternate-background-color);color:var(--bb-primary-color)} - -.group-admin .bb-subnav-plain .selected>a::after{background-color:var(--bb-content-background-color);bottom:0;content:"";position:absolute;right:-1px;top:0;width:1px}}@media screen and (min-width:46.8em){ - -.bp-single-vert-nav .bp-wrap:not(.bp-fullwidth-wrap){display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color)} - -.bb-user-nav-display-wrap nav#object-nav.vertical{width:100%;-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px} - -.bp-single-vert-nav .item-body{min-height:50vh;padding:20px 0 20px 20px} - -.group-invites.buddypress .bp-single-vert-nav .item-body,.type-bp_members .bp-single-vert-nav .item-body{overflow:inherit} - -.bb-single-main-nav--vertical ul{border-right:0;border-bottom:0;float:none;margin-right:0;width:auto}} - -.bookmark-link-container .bookmark-it .bb-helper-icon{font:400 normal normal 20px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} - -.bookmark-link-container .bookmark-it .bb-helper-icon::before{content:"\e872"} - -.bookmark-link-container .bookmark-it .bb-helper-icon.fa-spinner{font-family:"Font Awesome\ 5 Free";font-weight:900} - -.bookmark-link-container .bookmark-it .bb-helper-icon.fa-spinner::before{content:"\f110"!important} - -.bookmark-link-container .bookmark-it.bookmarked .bb-helper-icon::before{content:"\e872";font-family:bb-icons;font-weight:300} - -.bookmark-link-container .bookmark-it.bookmarked .bb-helper-icon.fa-spinner{font-family:"Font Awesome\ 5 Free";font-weight:900} - -.bookmark-link-container .bookmark-it.bookmarked .bb-helper-icon.fa-spinner::before{content:"\f110"!important} - -.sl-wrapper .sl-button .sl-icon .fa{font:400 normal normal 18px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} - -.sl-wrapper .sl-button .sl-icon .fa::before{content:"\eeb2"} - -.sl-wrapper .sl-button .sl-icon .fa.fa-spinner{font-family:"Font Awesome\ 5 Free";font-weight:900} - -.sl-wrapper .sl-button .sl-icon .fa.fa-spinner::before{content:"\f110"!important} - -.sl-wrapper .sl-button.liked .sl-icon .fa::before{font-family:bb-icons;content:"\eeb2"} - -.sl-wrapper .sl-button.liked .sl-icon .fa.fa-spinner{font-family:"Font Awesome\ 5 Free";font-weight:900} - -.sl-wrapper .sl-button.liked .sl-icon .fa.fa-spinner::before{content:"\f110"!important} - -div.bp-zoom-meeting-container,div.bp-zoom-webinar-container{border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color)} - -div.bp-zoom-meeting-container .bp-zoom-meeting-left,div.bp-zoom-webinar-container .bp-zoom-meeting-left{border-color:var(--bb-content-border-color)} - -div.bp-zoom-meeting-container .bp-meeting-fields-wrap hr,div.bp-zoom-webinar-container .bp-meeting-fields-wrap hr{background-color:var(--bb-content-border-color)} - -div.bp-zoom-meeting-container #subnav,div.bp-zoom-webinar-container #subnav{border-radius:var(--bb-block-radius)} - -.bp-zoom-meeting-container #meetings-list li.current,.bp-zoom-meeting-container #meetings-list li:hover,.bp-zoom-webinar-container #meetings-list li.current,.bp-zoom-webinar-container #meetings-list li:hover{background-color:var(--bb-content-alternate-background-color)} - -.bp-zoom-meeting-container .meeting-topic .meeting-title,.bp-zoom-webinar-container .meeting-topic .meeting-title{color:var(--bb-headings-color)} - -.bp-zoom-meeting-container .meeting-item-col.meeting-meta-wrap,.bp-zoom-webinar-container .meeting-item-col.meeting-meta-wrap{color:var(--bb-alternate-text-color)} - -.bp-zoom-meeting-container .bp-zoom-meeting-members-listing .meeting-timezone,.bp-zoom-webinar-container .bp-zoom-meeting-members-listing .meeting-timezone{background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color)} - -#page div.bp-zoom-meeting-container .bp-navs,#page div.bp-zoom-webinar-container .bp-navs{background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0} - -body.rtl .bp_zoom_countdown{direction:rtl;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end} - -body.rtl .single-meeting-item.bb-countdown-wrap .bp_zoom_countdown{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end} \ No newline at end of file +.formatted-content,body #main-wrap{background-color:var(--bb-body-background-color)}.bb_processing_overlay{background-color:rgba(var(--bb-body-background-color-rgb),.8)}.bs-dir-search{float:right;margin:0 0 20px}.bs-dir-search input[type=text]{background:0 0;border:0;height:34px;font-size:14px;letter-spacing:-.24px;padding:0 30px 0 35px}.modal-mask{z-index:999999}.bs-search-form{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);color:var(--bb-body-text-color);border-radius:var(--bb-button-radius);margin-bottom:0;position:relative}.bs-search-form:focus-within{border-color:var(--bb-input-focus-border-color);border-width:1px;box-shadow:var(--bb-input-focus-shadow)}.bs-search-form:focus-within #bbp_search{box-shadow:none}.bs-search-form:before{content:"\ef10";font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;position:absolute;top:10px;font-size:17px;color:inherit;opacity:.4;left:9px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bs-search-form input[type=text]::input-placeholder{color:inherit}.bb-secondary-list-tabs{border-bottom:0;margin:.9375rem 0}.bb-secondary-list-tabs h4{font-size:16px;font-weight:400;color:var(--bb-alternate-text-color);letter-spacing:-.24px;margin:0}.bb-secondary-list-tabs ul{list-style:none;margin-left:auto;margin-bottom:0}.bs-sort-button{color:var(--bb-headings-color);opacity:.4;font-size:22px;line-height:1;display:block;padding:5px 10px;text-decoration:none;-webkit-transition:.3s all;transition:.3s all}.bs-sort-button.active,.bs-sort-button:hover{color:var(--bb-headings-color);opacity:1}.bs-dir-form{margin:0}.bs-groups-items.bs-item-list.list-view .bs-item-wrap,.bs-members-items.bs-item-list.list-view .bs-item-wrap{-webkit-transition:border-color .2s linear,box-shadow .2s linear;transition:border-color .2s linear,box-shadow .2s linear}.bs-groups-items.bs-item-list .sm-grid-1-2,.bs-members-items.bs-item-list .sm-grid-1-2{border-color:#e7eaec}.item-title a{color:var(--bb-headings-color);display:inline-block;font-size:20px;font-weight:500;letter-spacing:-.24px;line-height:1.2;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.item-title a:hover{color:var(--bb-primary-color)}.bs-members-items.list-view div.action{-webkit-box-flex:1;-ms-flex:1;flex:1}.bs-members-items.list-view .bs-generic-button{margin-right:20px}.list-view .avatar:not(.profile-avatar){margin:0;max-width:52px}.list-view.bs-groups-items .avatar:not(.profile-avatar){max-width:75px}.list-view .item-wrap-left{display:-webkit-box;display:-ms-flexbox;display:flex;min-width:38%;-webkit-box-flex:0;-ms-flex:0 0 38%;flex:0 0 38%;padding-right:20px}.bs-list-actions{-webkit-box-flex:1;-ms-flex:1;flex:1}.bs-members-items.grid-view .awaiting_response.bs-generic-button{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}.bs-members-items.grid-view .awaiting_response.bs-generic-button a{width:auto!important}.bs-item-list-tabs .more-button i{font-size:18px;line-height:1}.bs-item-list-tabs .sub-menu{-ms-flex-flow:row wrap;flex-flow:row wrap;top:38px}.bs-item-list-tabs .sub-menu li{float:none;margin:0;width:100%}@media (max-width:800px){.list-view .item-wrap-left{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bs-item-list.list-view div.action{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:75px}.list-view .bs-followers{margin:0 18px 0 0}.bs-item-list.list-view .bs-button-follow{margin-left:auto;margin-right:0}#buddypress .list-view .action .button{font-size:13px;min-width:110px;min-height:30px;padding:6px 20px;margin-bottom:5px}}@media (max-width:543px){.list-view .item-title{margin-bottom:3px}.list-view .item-title a{font-size:18px}.bs-item-list.list-view div.action{-ms-flex-flow:row wrap;flex-flow:row wrap}.bs-list-actions{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bs-item-list.list-view .bs-button-follow{margin-left:0;margin-top:8px;margin-bottom:4px}#buddypress .list-view .action .button{font-size:13px;min-width:110px;min-height:24px;padding:6px 20px}.bs-item-list.list-view .bs-generic-button{margin-right:10px}.list-view .bs-followers{margin:0 15px 0 0}.bs-dir-search{margin:0 0 40px;float:left}}@media (max-width:380px){.bs-item-list.list-view div.action{padding-left:70px}.bs-item-list.list-view .item-wrap-left{-ms-flex-flow:nowrap;flex-flow:nowrap}.bs-item-list.list-view .bs-list-actions .send-private-message{margin-right:0}}span.location i{font-size:19px;margin:0 -6px;position:relative;top:2px}.bs-members-items.list-view .location{display:block;position:relative;padding-left:15px;padding-top:3px;line-height:1.2}.bs-members-items.list-view .location i{position:absolute;left:0;top:0}.bs-followers{font-size:14px;color:#939597;letter-spacing:-.24px}.bs-followers span{color:var(--bb-body-text-color)}.follow-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:20px}.follow-wrap .bs-followers{font-size:13px}.follow-wrap .follow{border:0;padding:0;font-size:13px;font-weight:500;color:var(--bb-primary-color);letter-spacing:-.24px}.follow-wrap .follow:hover{border:0;background:0 0}.follow-wrap .bs-generic-button{line-height:1;margin-left:auto}.member-status{background:var(--bb-success-color);border-radius:100%;position:absolute;width:9px;height:9px;right:5px;top:0}.member-status.offline{opacity:0;visibility:hidden}.notification-list .member-status{right:0;bottom:0;top:inherit}.notification-list [class*=bb-icon]+.member-status{bottom:initial;top:0}.bs-item-list.grid-view>li{margin-bottom:1.25rem}.bs-item-list-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-color:#fff;border:1px solid #e7eaec;border-radius:4px;height:100%;margin:0 0 -1px;padding:25px 20px 0;position:relative;text-align:center;-webkit-transition:all linear .2s;transition:all linear .2s}.bs-item-list-inner:hover{box-shadow:0 3px 24px 0 rgba(18,43,70,.08);border-radius:3px;position:relative;z-index:1}.bs-item-list-inner .bs-item{margin-bottom:.625rem}.bs-item-list-inner .item-meta{font-size:.875rem;color:var(--bb-alternate-text-color);letter-spacing:-.24px;line-height:1}.bs-item-list-inner .follow-wrap{margin-top:auto}.bs-item-avatar a{display:inline-block;position:relative}.bs-item-avatar img.avatar{max-width:125px;width:100%}.grid-view .member-status{right:25px;top:5px}.grid-view .bs-item-avatar{margin-bottom:1rem}div.action a{color:rgba(18,43,70,.4);border:0;display:inline-block;line-height:1;padding:7px 0;-webkit-transition:all linear .2s;transition:all linear .2s;border-style:solid}div.action a.active,div.action a:hover{background:0 0;color:rgba(18,43,70,.8)}div.action i{font-size:20px}div.action i:not(.boss-icons){line-height:0}#buddypress .action .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:var(--bb-button-radius);font-weight:500;font-size:14px;font-style:normal;letter-spacing:-.24px;padding:8px 20px;display:block;line-height:1.2;min-width:140px;opacity:1;-webkit-transition:box-shadow linear .2s;transition:box-shadow linear .2s}#buddypress .action .button:focus{box-shadow:var(--bb-primary-button-focus-shadow)}#buddypress .action .button:active,#buddypress .action .button:focus,#buddypress .action .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)}#buddypress .action .button.fav,#buddypress .action .button.fav:focus,#buddypress .action .button.unfav,#buddypress .action .button.unfav:focus{box-shadow:none}#buddypress .action .button.join-group,#buddypress .action .button.outline{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}#buddypress .action .button.join-group:focus,#buddypress .action .button.outline:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}#buddypress .action .button.join-group:focus,#buddypress .action .button.join-group:hover,#buddypress .action .button.outline:focus,#buddypress .action .button.outline: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)}#buddypress .action .button.bp-secondary-action{background-color:transparent;border:0}#buddypress #item-body .button.accept,#buddypress #item-body .button.reject{color:var(--bb-primary-button-text-regular)}ul.grid-view .action{border-top:1px solid var(--bb-content-border-color);margin:0 -20px}ul.grid-view .action>*{border-right:1px solid var(--bb-content-border-color);-webkit-box-flex:1;-ms-flex:1;flex:1}ul.grid-view .action>:last-child{border:0}ul.grid-view .action .bs-dropdown:after{right:42px}@media (min-width:800px) and (max-width:1150px){.has-sidebar .list-view .item-wrap-left{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.has-sidebar .bs-item-list.list-view div.action{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:70px}.has-sidebar .bs-list-actions{-webkit-box-flex:1;-ms-flex:1;flex:1}.has-sidebar .bs-item-list.list-view .bs-button-follow{margin-left:auto;margin-right:0}.has-sidebar .list-view .bs-followers{margin:0 18px 0 0}}@media (min-width:800px) and (max-width:850px){.has-sidebar .bs-list-actions{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.has-sidebar .bs-item-list.list-view .bs-generic-button{margin-right:10px}.has-sidebar .bs-item-list.list-view div.action{-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.has-sidebar .bs-item-list.list-view .bs-button-follow{margin-left:0;margin-top:5px;margin-bottom:5px}.has-sidebar #buddypress .list-view .action .button{font-size:13px;min-width:110px;min-height:24px;padding:6px 20px}ul.list-view .bb-profile-index-card-area .action.item-wrap-right:not(.profile-second-row){-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.activity-item-header .item-title span img{border-radius:3px}.bp-login-widget-user-avatar{position:relative}.bp-login-widget-user-avatar img.avatar{height:auto;max-width:52px;width:100%;border-radius:100%}.bp-login-widget-user-avatar img.avatar.profile-avatar{max-width:110px}#content .bb-profile-avatar{-webkit-box-flex:0;-ms-flex:0 0 160px;flex:0 0 160px;display:-webkit-box;display:-ms-flexbox;display:flex}.no-cover-img #content .bb-profile-avatar{-ms-flex-item-align:end;align-self:flex-end}#content .bb-profile-avatar img.profile-avatar{background:#fff;border:5px solid #fff;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px var(--bb-content-border-color);border-radius:5px;max-width:180px;width:100%}img.profile-avatar{background:#fff;border:5px solid #fff;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px var(--bb-content-border-color);border-radius:5px;max-width:100px;width:100%}.bb-profile-details{padding:0 0 15px 30px;-ms-flex-flow:row wrap;flex-flow:row wrap}.bb-profile-details-inner{-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bb-profile-details-inner .button{margin-top:6px;margin-bottom:6px}.bb-profile-details-inner a.button.small.outline{min-height:10px}.cover-img .profile-item-header{margin:15px 0 3px}#buddypress .profile-title{font-size:2rem;line-height:1.1;margin:6px 15px 6px 0;position:relative}#buddypress .profile-title a{color:var(--bb-headings-color)}#buddypress .profile-title a:hover{color:var(--bb-primary-color)}#buddypress .profile-title .bs-dropdown-wrap{font-size:20px}@media (max-width:580px){#buddypress .profile-title{font-size:1.5rem}}.bb-field-tag{margin-right:15px;margin-bottom:6px;margin-top:6px;border-radius:100px}.bb-field-tag>span{border-radius:100px;display:inline-block;font-weight:500;font-size:10px;color:#fff;line-height:18px;padding:0 6px;letter-spacing:.25px;text-transform:uppercase;margin:0 3px}@media (max-width:580px){.bb-field-tag>span{padding:0 15px}}.profile-single-meta{font-size:15px}.bs-meta-bp_group_description{color:var(--bb-body-text-color)}.bb-profile-meta{-ms-flex-flow:row wrap;flex-flow:row wrap;font-size:14px;line-height:1.3575;color:var(--bb-alternate-text-color)}.bb-profile-meta>span{margin-right:22px;margin-bottom:6px;margin-top:6px}.bb-profile-meta span span{color:var(--bb-body-text-color)}.bb-profile-meta a{color:var(--bb-headings-color);display:inline-block;opacity:.4;-webkit-transition:.3s all;transition:.3s all}.bb-profile-meta a:hover{opacity:.9}.bb-profile-meta i[class*=bb-icon-]{font-size:19px;line-height:1}.bb-separator-dot{color:var(--bb-headings-color);opacity:.15;margin-left:2px}.bb-field-counter,.normal{margin-right:18px;margin-bottom:5px;margin-top:5px}.bb-field-counter i,.normal i{line-height:1;margin-right:5px;font-size:18px;position:relative;top:2px;color:rgba(18,43,70,.3)}.bb-field-counter span:not(.bs-output),.normal span:not(.bs-output){font-size:14px;color:var(--bb-alternate-text-color)}.bb-profile-details-inner>.action{margin-top:6px;margin-bottom:6px;margin-left:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:row wrap;flex-flow:row wrap}.bs-meta-bp_group_privacy{line-height:1;text-transform:capitalize}#buddypress .list-view div.pending a{color:rgba(18,43,70,.4)}#buddypress .list-view div.pending a:hover{color:rgba(18,43,70,.8)}#item-nav{background:#fff;border:1px solid var(--bb-content-border-color);padding:0 20px;margin:0 0 30px;border-radius:0 0 4px 4px}.no-cover-img+#item-nav{padding-left:242px}.main-navs #messages-personal-li,.main-navs #notifications-personal-li,.main-navs #settings-personal-li{display:none!important;width:0!important}.single-item #content .bs-meta-bp_group_members .bs-group-members img.round{max-width:32px}.single-item .bs-meta-bp_group_members.bb-field-normal{margin:12px 0}.bs-meta-bp_group_privacy.bb-field-tag i{font-size:10px}@media (max-width:800px){#content .bb-profile-avatar{-webkit-box-flex:0;-ms-flex:0 0 160px;flex:0 0 160px}.profile-title{font-size:28px;margin-top:0}.no-cover-img .bb-profile-avatar{-ms-flex-item-align:start;align-self:flex-start}.no-cover-img+#item-nav{padding-left:30px}}@media (max-width:720px){.bb-profile-details-inner>div{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media (max-width:580px){#content .bb-profile-avatar{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}div#bb-media-model-container{text-align:left}.bb-profile-details{margin-bottom:12px}.profile-title{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:5px 0}.profile-first-row{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:5px}.bs-groups-items.grid-view .profile-first-row{-webkit-box-flex:1;-ms-flex:1;flex:1}.profile-item .profile-first-row{margin-top:5px}.profile-item-header+div{margin-top:0}.bb-profile-details .bb-field-tag{margin:0 5px}.bb-profile-details{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:0;text-align:center}#content .no-cover-img .bb-profile-avatar img.profile-avatar{display:block;margin:0 auto 20px;max-width:160px;float:none}div#buddypress div#item-header img.avatar{margin:0 auto;float:none}div.no-cover-img .bb-profile-details-inner{margin-top:0}#buddypress .bb-profile-details .profile-title{margin-right:0;margin-bottom:5px}.bb-profile-details-inner .action{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.profile-item-header{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bb-profile-meta{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bb-profile-meta>div{margin:0 5px 15px}.bb-profile-meta i[class*=bb-icon-]{margin-left:5px}.bs-groups-items.grid-view .bb-profile-meta{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}span.bb-separator-dot{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-profile-meta>span{margin:0 auto 10px;padding:0 8px}.no-cover-img+#item-nav{padding-left:20px}#buddypress div.item-list-tabs#object-nav li.hideshow{float:right;margin:0}}.item-avatar{position:relative}.bbp-logged-in h5,.bp-login-widget-user-link{position:relative}.profile-single-meta:empty{display:none}.widget .item-avatar{position:relative}.medium-editor-element,.medium-editor-placeholder{cursor:text;text-align:left;outline:0;background-color:var(--bb-content-background-color)}.medium-editor-toolbar-active.medium-editor-toolbar-active{z-index:9999}.medium-editor-toolbar .medium-editor-toolbar-form-active{background:var(--bb-content-background-color);padding:10px;box-shadow:0 6px 24px 0 rgba(18,43,70,.08);border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.medium-editor-toolbar .medium-editor-toolbar-form-active .medium-editor-toolbar-form a{font-size:16px}.bp-user-blog>.medium-editor-toolbar .medium-editor-toolbar-form-active{background:#242424;border-radius:5px;color:#999}.bp-user-blog>.medium-editor-toolbar .medium-editor-toolbar-form-active .medium-editor-toolbar-input,.bp-user-blog>.medium-editor-toolbar .medium-editor-toolbar-form-active .medium-editor-toolbar-input:focus{color:#ccc;border:0;height:50px;vertical-align:middle}.bp-user-blog>.medium-editor-toolbar .medium-editor-toolbar-form-active a{vertical-align:middle}address{font-style:inherit}.bb-field-location{margin-bottom:6px;margin-top:6px;margin-right:20px;font-size:14px;line-height:1.2}.bb-field-location i{font-size:17px;line-height:0;position:relative;top:2px;margin-left:-3px}.bb-field-icon,.bb-field-link{margin-right:20px;margin-bottom:6px;margin-top:6px}.bb-field-icon a,.bb-field-link a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--bb-headings-color);opacity:.4;-webkit-transition:.3s all;transition:.3s all}.bb-field-icon a:hover,.bb-field-link a:hover{opacity:.9}.bb-field-icon i,.bb-field-link i{font-size:22px;line-height:1}.bb-field-icon .prefix,.bb-field-link .prefix{line-height:1;margin-left:8px}.bs-meta-xprofile_field:not(.show-balloon),.bs-meta-xprofile_field[data-balloon=""]{cursor:initial}.bs-meta-xprofile_field:not(.show-balloon):after,.bs-meta-xprofile_field:not(.show-balloon):before,.bs-meta-xprofile_field[data-balloon=""]:after,.bs-meta-xprofile_field[data-balloon=""]:before{display:none}.bb-field-icon{font-size:0}.bb-field-icon:after,.bb-field-icon:before{display:none}.bb-field-icon.show-balloon:after,.bb-field-icon.show-balloon:before{display:block}.bb-field-icon .prefix{display:none}.bb-profile-index-card-area{height:100%}.profile-second-row{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}.list-view .bb-profile-index-card-area .bs-item-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.list-view .bb-profile-index-card-area .profile-single-meta{margin-bottom:0}.list-view .bb-profile-index-card-area div.action i:not(.boss-icons){line-height:0}#buddypress .list-view .bb-profile-index-card-area .bs-generic-button{font-size:14px;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}#buddypress .list-view .bb-profile-index-card-area .bs-generic-button a{white-space:nowrap;text-overflow:ellipsis;cursor:pointer}.list-view .bb-profile-index-card-area .profile-first-row .bb-field-location{margin-bottom:0;margin-top:2px}.list-view .bb-profile-index-card-area .action.item-wrap-right:not(.profile-second-row){-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.list-view .bb-profile-index-card-area .profile-first-row .bb-field-counter{margin-top:5px}.list-view .bb-profile-index-card-area .bs-item-wrap:last-child{border-radius:0}.list-view .bb-profile-index-card-area .bb-field-description{display:none}a[data-balloon=""]:after,a[data-balloon=""]:before{display:none}.grid-view .bb-profile-index-card-area .bb-field-location,.grid-view .bb-profile-index-card-area .profile-first-row .bb-field-location{margin-bottom:0;margin-top:8px;margin-right:0}.grid-view .bb-profile-index-card-area .profile-second-row{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}.grid-view .bb-profile-index-card-area .profile-second-row>div{margin:0 auto}.grid-view .bb-profile-index-card-area .profile-third-row{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}.grid-view .bb-profile-index-card-area .profile-third-row>div{margin:0 auto 10px}.grid-view .bb-profile-index-card-area .bb-field-counter span:not(.bs-output){font-size:13px;letter-spacing:-.24px}#buddypress .grid-view .bb-profile-index-card-area .bs-generic-button a{min-width:10px;height:auto;border:0;font-size:13px;line-height:1.5;color:rgba(18,43,70,.4);min-height:35px;cursor:pointer;padding:6px}#buddypress .grid-view .bb-profile-index-card-area .bs-generic-button a:hover{color:rgba(18,43,70,.8)}#buddypress .grid-view .bb-profile-index-card-area .bs-generic-button a i:not(.boss-icons){line-height:0}.grid-view .bb-profile-index-card-area .bb-field-description p:last-child{margin-bottom:0}.grid-view .bb-profile-index-card-area div.action a{width:100%}.grid-view .bb-profile-index-card-area .profile-single-meta{margin-bottom:12px;margin-top:auto}.grid-view .bb-profile-index-card-area .bs-item{margin-bottom:12px}#buddypress .list-view .action .button{min-width:130px}.bb-field-normal{margin:6px 18px 6px 0}.bs-meta-xprofile_field:not(.bb-field-tag){background-color:transparent!important}@media (max-width:580px){.bb-field-normal{margin:3px 10px 3px 0}}#content .bs-meta-bp_group_members .bs-group-members{display:inline-block;margin-right:12px;min-width:24px}#content .bs-meta-bp_group_members .bs-group-members img.round{border:1px solid #fff;max-width:24px;display:inline-block;margin-right:-8px;position:relative;z-index:3;border-radius:50%;float:left}.bs-meta-bp_group_members.bb-field-normal>span,.bs-meta-bp_group_members.normal>span{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#groups-list .item-avatar a{display:inline-block}.entry-content p{word-wrap:break-word}.entry-content p.bps_filters{font-size:14px}#primary.content-area iframe,.bb-modal iframe{margin-bottom:1.6875rem}p.bps_filters~.bs-members-directory .bs-dir-search{margin-top:0}.widget.widget_bps_widget label{font-size:13px}.widget.widget_bps_widget .label{background:0 0;padding:0}.widget.widget_bps_widget a.clear-value{display:none!important}.widget.widget_bps_widget .editfield input{height:34px!important}.bb-group-profile-index-card-area .bs-group-toggle{display:inline-block;margin-left:15px}.bb-group-profile-index-card-area .bs-groups-items .action{padding-left:12px}.bb-group-profile-index-card-area .bb-field-counter{line-height:1}.bb-group-profile-index-card-area .bs-generic-button+.bs-generic-button{margin-top:10px}.bs-groups-items .bb-group-profile-index-card-area .action{padding-left:20px}.bb-group-profile-index-card-area .bb-field-location{margin-bottom:5px}.bs-meta-bp_group_description{line-height:1.357}.profile-single-meta .normal{margin:6px 0}.bs-meta-bp_group_description.bb-field-description{font-size:14px;line-height:1.357;margin-top:6px;margin-bottom:6px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bs-dropdown-model .bb-icon-loader{margin-left:10px;font-size:14px}ul.bb-profile-fields{padding:0;list-style:none;margin:0 0 20px}ul.bb-profile-fields li{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-bottom:1rem}ul.bb-profile-fields .bb-label{-webkit-box-flex:0;-ms-flex:0 0 140px;flex:0 0 140px;font-size:14px;color:var(--bb-alternate-text-color);line-height:1.3;padding-right:10px}ul.bb-profile-fields .bb-data{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:14px;line-height:1.3;word-wrap:break-word;min-width:0}.single-item.groups.forum .forums-header{display:none}.single-item.groups.forum .forums-header h1.entry-title{display:none;visibility:hidden}#activity-actionlist-media a.close-link{display:block;cursor:pointer;margin:0 auto;max-width:100px;text-align:center}.bs-meta-bp_followers_count span.bs-output,.bs-meta-bp_following_count span.bs-output,.bs-meta-bp_friends_count span.bs-output{font-weight:500}body.bs-model-open{overflow:hidden}.gif-media-search-dropdown .gif-alert [class*=bb-icon]{color:var(--bb-headings-color)}.bb-template-v2 .gif-media-search-dropdown .gif-alert [class*=bb-icon]{font-weight:300}.gif-media-search-dropdown .gif-alert p{color:var(--bb-headings-color)}#whats-new-formatting-toolbar .gif-media-search-dropdown .gif-alert [class*=bb-icon],#whats-new-messages-toolbar .gif-media-search-dropdown .gif-alert [class*=bb-icon],#whats-new-toolbar .gif-media-search-dropdown .gif-alert [class*=bb-icon]{font-size:30px;color:var(--bb-headings-color)}#whats-new-formatting-toolbar .gif-media-search-dropdown .gif-alert p,#whats-new-messages-toolbar .gif-media-search-dropdown .gif-alert p,#whats-new-toolbar .gif-media-search-dropdown .gif-alert p{color:var(--bb-headings-color)}@media (min-width:992px) and (max-width:1240px){ul.bs-item-list.bs-groups-items.grid-view.grid .md-grid-1-2{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media (min-width:992px) and (max-width:1100px){ul.bb-profile-fields li{margin-bottom:1.5rem}ul.bb-profile-fields .bb-label{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:0;margin-bottom:6px}ul.bb-profile-fields .bb-data{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media (max-width:991px){div.bs-profile-details-wrap .lg-grid-1-2:nth-child(2n+1){border:0}.bs-profile-details-grid>div{margin-bottom:20px}}@media (min-width:821px){#buddypress>.no-cover-img>div>div>.bb-profile-avatar>a{display:block;position:absolute;bottom:0;width:100%}}@media (max-width:832px){#content .bb-profile-avatar{-webkit-box-flex:0;-ms-flex:0 0 140px;flex:0 0 140px}}@media (max-width:580px){#content .bb-profile-avatar{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.entry-header+.entry-content .bs-dir-search{margin-top:0;width:100%}.bs-dir-search input[type=text]{width:100%}ul.bb-profile-fields li{margin-bottom:1.5rem}ul.bb-profile-fields .bb-label{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:0;margin-bottom:6px}ul.bb-profile-fields .bb-data{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.profile-second-row{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bs-groups-items.grid-view .profile-second-row{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}}@media (max-width:767px){ul.bs-item-list.bs-groups-items.list-view .profile-first-row{display:block}ul.bs-item-list.bs-groups-items.list-view .bb-field-normal{margin:0 0 12px}ul.bs-item-list.bs-groups-items.list-view .item-wrap-left{margin-bottom:10px}ul.bs-item-list.bs-groups-items.list-view .bs-meta-bp_group_last_active{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:20px}ul.bs-item-list.bs-groups-items.list-view .bs-meta-bp_group_privacy{display:inline-block}ul.bs-item-list.bs-groups-items.list-view .bs-groups-items.list-view .item-title-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1}}@media (max-width:560px){.bs-members-items.list-view div.action{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.list-view .bb-profile-index-card-area .action.item-wrap-right:not(.profile-second-row){-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.list-view.bs-groups-items .avatar:not(.profile-avatar){max-width:70px}.bs-item-list-tabs ul{display:block}.bs-item-list-tabs ul:after{content:"";display:table;clear:both}.bs-item-list-tabs ul li{float:left}}.activity-inner a:not(.bb-post-title-link){word-break:break-all}li.feed>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}li.feed>a:before{margin-right:3px}.buddypress .bp-invites-content li .status{font-size:13px;font-style:normal;clear:both;color:inherit;margin:0;display:none}#buddypress ul.group-inviters{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0}#buddypress ul.group-inviters li{font-size:13px}#buddypress ul.group-inviters li .avatar{max-width:20px;margin-left:6px!important}#buddypress div#item-header .bb-media-model-container .item-avatar .avatar{max-width:36px}#buddypress div#item-header .activity-item-header .item-title .avatar{margin-right:2px;margin-top:2px;float:none}.bs-meta-bp_group_members>span{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}#buddypress button.ac-reply-cancel{font-size:14px;font-weight:500;color:var(--bb-alternate-text-color);letter-spacing:-.24px;background:0 0;border:0;padding:0;margin:0 0 0 10px}#buddypress button.ac-reply-cancel:hover{color:var(--bb-headings-color)}.vue-tabs .tab-content{min-width:0}.tab-container-inner .v-select .dropdown-toggle .clear{background:0 0;right:38px;font-size:20px}.tab-container-inner .v-select .dropdown-toggle .clear:hover{color:var(--bb-danger-color)}.tab-container-inner .v-select.v-select .open-indicator{bottom:8px;right:15px}.tab-container-inner .v-select .open-indicator:before{border-width:2px 2px 0 0;width:8px;height:8px}.tab-container-inner .dropdown-menu li{margin-bottom:0!important}.tab-container-inner .dropdown-menu li a{font-size:14px!important}.tab-container-inner .v-select.v-select .dropdown-toggle{position:relative}.tab-container-inner .v-select .selected-tag{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;-webkit-box-flex:0;-ms-flex:0 0 82%;flex:0 0 82%;margin-top:0;min-width:0;max-width:82%}.tab-container-inner .bs-styled-checkbox+label:before{min-width:20px}.tab-container-inner input.form-control[type=search]{position:absolute;left:0}div,dl,li{border-radius:0}.acomment-content,.bs-forum-content{word-wrap:break-word}body.activity-permalink .activity-list .activity-content .activity-header{text-align:left}.bb-model-form-content .vue-input-tag-wrapper .new-tag{width:auto}#content #buddypress #bb-media-model-container .activity-comments-items ul:not(.bs-dropdown){padding-bottom:0}#content #buddypress #bb-media-model-container .activity-comments-items ul .avatar{max-width:28px}.bb-profile-details-inner .bs-generic-button.bs-button-follow>a:first-child{margin-right:12px}.webui-popover-title{font-weight:500;padding:12px 14px}.webui-popover-inner .close{font-size:24px;margin:10px 10px 0 0}#bbpress-forums .bs-dropdown .bbp-admin-links a.bbp-topic-reply-link{-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;border:0}.medium-editor-toolbar-form-active{box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);border-radius:4px}.medium-editor-toolbar-form .medium-editor-toolbar-input,.medium-editor-toolbar-form .medium-editor-toolbar-input:focus{background:0 0;border:1px solid var(--bb-content-border-color);color:var(--bb-body-text-color);height:34px!important;border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex}.activity-update-form .medium-editor-toolbar .medium-editor-toolbar-form .medium-editor-toolbar-input,.medium-editor-toolbar-form .medium-editor-toolbar-input{width:-webkit-calc(100% - 96px);width:calc(100% - 96px)}#whats-new-form .medium-editor-toolbar-form-active{padding:0 10px}#whats-new-form .medium-editor-toolbar-form .medium-editor-toolbar-input,#whats-new-form .medium-editor-toolbar-form .medium-editor-toolbar-input:focus{height:35px}.medium-editor-toolbar .medium-editor-toolbar-actions{height:auto;overflow:hidden;padding:0 15px 10px}.medium-editor-toolbar li .medium-editor-button-first{border-bottom-left-radius:0!important;border-top-left-radius:0!important;padding-left:10px}.activity-update-form .medium-editor-toolbar .medium-editor-toolbar-actions li .medium-editor-button-first{padding-left:10px}.medium-editor-toolbar li .medium-editor-button-last{border-bottom-right-radius:0!important;border-right:none!important;border-top-right-radius:0!important;padding-right:10px!important}.bbpress a.medium-editor-toolbar-close,.bbpress a.medium-editor-toolbar-save,.buddypress a.medium-editor-toolbar-close,.buddypress a.medium-editor-toolbar-save{font-size:0;height:34px;width:34px;border-radius:4px;border:1px solid var(--bb-content-border-color);margin:0 0 0 8px;-webkit-transform:inherit;-ms-transform:inherit;transform:inherit;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:.3s all;transition:.3s all}.bbpress a.medium-editor-toolbar-close:before,.bbpress a.medium-editor-toolbar-save:before,.buddypress a.medium-editor-toolbar-close:before,.buddypress a.medium-editor-toolbar-save:before{font-family:bb-icons;line-height:20px;text-align:center}.bbpress a.medium-editor-toolbar-save,.buddypress a.medium-editor-toolbar-save{background-color:rgba(var(--bb-success-color-rgb),.1)}.bbpress a.medium-editor-toolbar-save:hover,.buddypress a.medium-editor-toolbar-save:hover{-webkit-transition:.3s all;transition:.3s all;background-color:var(--bb-success-color);border-color:var(--bb-success-color)}.bbpress a.medium-editor-toolbar-close,.buddypress a.medium-editor-toolbar-close{background-color:rgba(var(--bb-danger-color-rgb),.1)}.bbpress a.medium-editor-toolbar-close:hover,.buddypress a.medium-editor-toolbar-close:hover{-webkit-transition:.3s all;transition:.3s all;background-color:var(--bb-danger-color);border-color:var(--bb-danger-color)}.bbpress a.medium-editor-toolbar-save:before,.buddypress a.medium-editor-toolbar-save:before{content:"\e876";font-size:22px;font-weight:400;color:var(--bb-success-color)}.bbpress a.medium-editor-toolbar-close:before,.buddypress a.medium-editor-toolbar-close:before{content:"\e828";font-size:24px;font-weight:400;color:var(--bb-danger-color)}.bbpress a.medium-editor-toolbar-close:hover:before,.bbpress a.medium-editor-toolbar-save:hover:before,.buddypress a.medium-editor-toolbar-close:hover:before,.buddypress a.medium-editor-toolbar-save:hover:before{color:var(--bb-content-background-color);-webkit-transition:.3s all;transition:.3s all}.medium-editor-toolbar-form .medium-editor-toolbar-close{margin-left:0;margin-right:10px}.mediumtoolbar-form .medium-editor-toolbar-input::-webkit-input-placeholder{color:rgba(0,0,0,.3)}.mediumtoolbar-form .medium-editor-toolbar-input:-moz-placeholder{color:rgba(0,0,0,.3)}.mediumtoolbar-form .medium-editor-toolbar-input::-moz-placeholder{color:rgba(0,0,0,.3)}.mediumtoolbar-form .medium-editor-toolbar-input:-ms-input-placeholder{color:rgba(0,0,0,.3)}.medium-editor-anchor-preview{font-size:14px;max-width:300px}.medium-editor-anchor-preview a{margin:0;padding:5px}.bb-document-privacy-wrap .activity-privacy,.bb-media-privacy-wrap .activity-privacy{background-color:var(--bb-content-background-color)}.bb-document-privacy-wrap .activity-privacy:before,.bb-media-privacy-wrap .activity-privacy:before{border-color:var(--bb-content-background-color) var(--bb-content-background-color) transparent transparent}.bb-document-privacy-wrap .activity-privacy li:hover,.bb-media-privacy-wrap .activity-privacy li:hover{background-color:var(--bb-content-alternate-background-color)}.bb-document-privacy-wrap .activity-privacy .selected,.bb-media-privacy-wrap .activity-privacy .selected{background-color:var(--bb-content-alternate-background-color)}#bb-media-model-container .bb-edit-privacy a{color:var(--bb-body-text-color)}#bb-media-model-container .bb-edit-privacy a:hover{color:var(--bb-primary-color)}#bbpress-forums .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list,#bbpress-forums .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list,#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list,#media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list,#media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list,.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list,.bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list,.search-document-list .media-folder_items .media-folder_actions .media-folder_action__list{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius)}#bbpress-forums .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a,#bbpress-forums .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a,#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a,#media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a,#media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul li a,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a,.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a,.bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a,.search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul li a{color:var(--bb-body-text-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap}#bbpress-forums .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:hover,#bbpress-forums .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover,#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover,#media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a:hover,#media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul li a:hover,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:hover,.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover,.bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover,.search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover{background-color:var(--bb-content-alternate-background-color);color:var(--bb-primary-color)}#bbpress-forums .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:hover:before,#bbpress-forums .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover:before,#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover:before,#media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a:hover:before,#media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul li a:hover:before,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:hover:before,.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover:before,.bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover:before,.search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover:before{color:var(--bb-primary-color)}#bbpress-forums .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:before,#bbpress-forums .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:before,#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a:before,#media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a:before,#media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul li a:before,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:before,.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:before,.bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:before,.search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul li a:before{color:var(--bb-alternate-text-color)}.bb-template-v2 #bbpress-forums .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list,.bb-template-v2 #bbpress-forums .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list,.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list,.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list,.bb-template-v2 .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list{top:26px;right:0}.bb-template-v2 #bbpress-forums .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul,.bb-template-v2 #bbpress-forums .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul,.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul,.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul,.bb-template-v2 .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul{margin:0;padding-left:8px;padding-right:8px}.bb-template-v2 #bbpress-forums .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:hover:before,.bb-template-v2 #bbpress-forums .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover:before,.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover:before,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a:hover:before,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul li a:hover:before,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:hover:before,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover:before,.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover:before,.bb-template-v2 .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover:before{color:var(--bb-alternate-text-color)}body #bbpress-forums .bp-list .bb-activity-more-options-wrap.action .generic-button,body #buddypress .bp-list .bb-activity-more-options-wrap.action .generic-button{margin-right:0}.bb-template-v2 #media-folder-document-data-table .media-folder_items:last-child .media-folder_actions .media-folder_action__list,.bb-template-v2 .search-document-list .media-folder_items:last-child .media-folder_action__list{top:initial;bottom:33px}#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__anchor{color:var(--bb-headings-color)}#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__anchor i{color:var(--bb-alternate-text-color)}#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover,#media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a:hover,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:hover,.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover,.bb-media-model-container .activity-list .video-action-wrap.item-action-wrap .video-action_list ul li a:hover{color:var(--bb-primary-color)}.search-document-list .media-folder_items .media-folder_details .media-folder_name:hover,.search-document-list .media-folder_items .media-folder_details__bottom .media-folder_author a:hover,.search-document-list .media-folder_items .media-folder_group a:hover{color:var(--bb-primary-color)}#media-folder-document-data-table .media-folder_items .media-folder_details .media-folder_name:hover,#media-folder-document-data-table .media-folder_items .media-folder_details__bottom .media-folder_author a:hover{color:var(--bb-primary-color)}#media-stream.media .bb-photo-thumb .media-action-wrap>a,#media-stream.media .bb-photo-thumb .video-action-wrap>a,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap>a,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap>a,.bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap>a,.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap>a{background-color:rgba(0,0,0,.8);border-radius:var(--bb-block-radius-inner)}#media-stream.media .bb-photo-thumb .media-action-wrap>a i,#media-stream.media .bb-photo-thumb .video-action-wrap>a i,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap>a i,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap>a i,.bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap>a i,.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap>a i{color:#fff}#media-stream.media .bb-video-thumb .item-action-wrap>a,#video-stream.video .bb-item-thumb .item-action-wrap>a,.bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap>a{background-color:rgba(0,0,0,.8);border-radius:var(--bb-block-radius-inner)}#media-stream.media .bb-video-thumb .item-action-wrap>a i,#video-stream.video .bb-item-thumb .item-action-wrap>a i,.bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap>a i{color:#fff}#media-stream.media .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list:after,#media-stream.media .bb-activity-media-elem.media-activity .media-action-wrap .video-action_list:after,#media-stream.media .bb-activity-media-elem.media-activity .video-action-wrap .media-action_list:after,#media-stream.media .bb-activity-media-elem.media-activity .video-action-wrap .video-action_list:after,#media-stream.media .bb-activity-video-elem .media-action-wrap .media-action_list:after,#media-stream.media .bb-activity-video-elem .media-action-wrap .video-action_list:after,#media-stream.media .bb-activity-video-elem .video-action-wrap .media-action_list:after,#media-stream.media .bb-activity-video-elem .video-action-wrap .video-action_list:after,#media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list:after,#media-stream.media .bb-photo-thumb .media-action-wrap .video-action_list:after,#media-stream.media .bb-photo-thumb .video-action-wrap .media-action_list:after,#media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list:after,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list:after,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .video-action_list:after,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .media-action_list:after,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .video-action_list:after,.bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .media-action_list:after,.bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .video-action_list:after,.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .media-action_list:after,.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list:after,.bb-activity-media-wrap .bb-photo-thumb .media-action-wrap .media-action_list:after,.bb-activity-media-wrap .bb-photo-thumb .media-action-wrap .video-action_list:after,.bb-activity-media-wrap .bb-photo-thumb .video-action-wrap .media-action_list:after,.bb-activity-media-wrap .bb-photo-thumb .video-action-wrap .video-action_list:after{border-color:var(--bb-content-background-color) var(--bb-content-background-color) transparent transparent}#media-stream.media .bb-activity-video-elem .item-action-wrap .item-action_list,#media-stream.media .bb-item-thumb .item-action-wrap .item-action_list,#media-stream.media .bb-video-thumb .item-action-wrap .item-action_list,#video-stream.video .bb-activity-video-elem .item-action-wrap .item-action_list,#video-stream.video .bb-item-thumb .item-action-wrap .item-action_list,#video-stream.video .bb-video-thumb .item-action-wrap .item-action_list,.bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list,.bb-activity-video-wrap .bb-item-thumb .item-action-wrap .item-action_list,.bb-activity-video-wrap .bb-video-thumb .item-action-wrap .item-action_list{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius)}#media-stream.media .bb-activity-video-elem .item-action-wrap .item-action_list:after,#media-stream.media .bb-item-thumb .item-action-wrap .item-action_list:after,#media-stream.media .bb-video-thumb .item-action-wrap .item-action_list:after,#video-stream.video .bb-activity-video-elem .item-action-wrap .item-action_list:after,#video-stream.video .bb-item-thumb .item-action-wrap .item-action_list:after,#video-stream.video .bb-video-thumb .item-action-wrap .item-action_list:after,.bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list:after,.bb-activity-video-wrap .bb-item-thumb .item-action-wrap .item-action_list:after,.bb-activity-video-wrap .bb-video-thumb .item-action-wrap .item-action_list:after{border-color:var(--bb-content-background-color) var(--bb-content-background-color) transparent transparent}@media screen and (max-width:1024px) and (min-width:768px){.side-panel{background-color:var(--bb-body-background-color)}}#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list:after,.search-document-list .media-folder_items .media-folder_actions .media-folder_action__list:after{border-color:var(--bb-content-background-color) var(--bb-content-background-color) transparent transparent}#media-stream.media .bb-video-thumb .item-action-wrap .item-action_list ul li a,#video-stream.video .bb-item-thumb .item-action-wrap .item-action_list ul li a,.bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list ul li a{color:var(--bb-body-text-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap}#media-stream.media .bb-video-thumb .item-action-wrap .item-action_list ul li a:hover,#video-stream.video .bb-item-thumb .item-action-wrap .item-action_list ul li a:hover,.bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list ul li a:hover{background-color:var(--bb-content-alternate-background-color);color:var(--bb-primary-color)}#media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list,.search-document-list .media-folder_items .media-folder_actions .media-folder_action__list{width:205px}.widget-area .multi-review{background:0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}.widget-area .multi-review>div{width:100%}.widget-area .bp-member-add-form p:last-child{margin-top:20px}.widget-area .bp-member-add-form label{font-size:14px}#bp-media-uploader .bb-field-steps .dz-file-preview .bb-icon-file-mp4:before{content:"\ee97"}#whats-new-header:after,.bb-bp-settings-container,.bbp-forum-data:before,.header-account-login .pop,.header-account-login .pop .bp_components .menupop:not(#wp-admin-bar-my-account)>.ab-sub-wrapper,.header-account-login .pop .bp_components .menupop:not(#wp-admin-bar-my-account)>.ab-sub-wrapper:before,.header-account-login .pop .links li>.sub-menu,.header-account-login .pop .links li>.sub-menu:before,.header-notifications .pop,.main-navigation li ul,.main-navigation li ul ul,.medium-editor-insert-plugin .medium-insert-buttons .medium-insert-buttons-addons li,.os-loader,.posts-stream,.posts-stream .inner,.sap-publish-popup,.sl-count:after,.sl-count:before,.sl-icon:after,.sl-icon:before,a.to-top{background-color:var(--bb-body-background-color)}input:checked+.bb-time-meridian{border-color:var(--bb-primary-color);background-color:var(--bb-primary-color)}.bb-groups-messages-left-inner input:checked+.bp-group-message-slider,.buddypress-wrap .bp-subnavs ul #bp-zoom-switch-type .bb-toggle-switch .bb-toggle-slider,.widget_bp_core_login_widget.buddypress #bp-login-widget-form #bp-login-widget-submit.bp-login-btn-active,input:checked+.bb-toggle-slider{background-color:var(--bb-primary-color)}.bp-subnavs ul .bp-zoom-switch-type{border-radius:var(--bb-button-radius)}.bp-subnavs ul .bp-zoom-switch-type>a.zoom_active{color:var(--bb-headings-color)}#buddypress .bp-navs.bb-bp-tab-nav a,.bb-modal.bbp-topic-form .bbp-submit-wrapper a#bbp-close-btn,.bbp-mfp-zoom-in fieldset.bbp-form .bbp-submit-wrapper a#bbp-close-btn,.bbpress .widget_display_forums li a{color:var(--bb-headings-color)}#buddypress .bp-navs.bb-bp-tab-nav a:hover,.bb-modal.bbp-topic-form .bbp-submit-wrapper a#bbp-close-btn:hover,.bbp-mfp-zoom-in fieldset.bbp-form .bbp-submit-wrapper a#bbp-close-btn:hover,.bbpress .widget_display_forums li a:hover{color:var(--bb-primary-color)}.bb-single-album-header .document-breadcrumb li a:hover{color:var(--bb-primary-color)}.bb-groups-messages-left-inner .input:focus+.bp-group-message-slider{box-shadow:0 0 1px var(--bb-primary-color)}#buddypress .bp-navs.bb-bp-tab-nav .current a,#buddypress .bp-navs.bb-bp-tab-nav .current a:focus,#buddypress .bp-navs.bb-bp-tab-nav .current a:hover,#buddypress .bp-navs.bb-bp-tab-nav .selected a,#buddypress .bp-navs.bb-bp-tab-nav .selected a:focus,#buddypress .bp-navs.bb-bp-tab-nav .selected a:hover{color:var(--bb-headings-color)}.buddypress-wrap .user-subnav.tabbed-links ul.subnav li.selected,body:not(.group-admin,.group-invites) .buddypress-wrap .group-subnav.tabbed-links ul.subnav li.selected,body:not(.group-admin,.group-invites) .buddypress-wrap .user-subnav.tabbed-links ul.subnav li.selected{border-bottom-color:var(--bb-body-background-color)}.activity-update-form .medium-editor-toolbar .medium-editor-action-more>ul{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color)}.medium-editor-create-link{color:var(--bb-primary-color)}.bs-forum-content blockquote:not(.wp-embedded-content),.medium-editor-element blockquote:not(.wp-embedded-content){border-radius:4px;padding:12px;font-size:22px;letter-spacing:-.24px;line-height:30px;position:relative;margin:0 0 15px;background:#fafafa;border:1px solid var(--bb-content-border-color)}.bs-forum-content blockquote:not(.wp-embedded-content):before,.medium-editor-element blockquote:not(.wp-embedded-content):before{content:"\ef02";font-family:bb-icons;font-style:normal;font-weight:400;display:block;text-align:center;font-variant:normal;color:#92949d;width:30px;height:30px;font-size:22px;line-height:30px;background:#e2e1e0;background-color:rgba(0,0,0,.1);border-radius:100%;margin-bottom:10px}.bs-forum-content blockquote:not(.wp-embedded-content) p,.medium-editor-element blockquote:not(.wp-embedded-content) p{font-size:20px}.bs-forum-content blockquote:not(.wp-embedded-content) p:last-child,.medium-editor-element blockquote:not(.wp-embedded-content) p:last-child{margin-bottom:0}.bs-forum-content blockquote:not(.wp-embedded-content) em,.medium-editor-element blockquote:not(.wp-embedded-content) em{font-size:14px;color:#fff;line-height:18px;display:block;margin-top:20px;font-style:normal}.bs-forum-content blockquote:not(.wp-embedded-content) a,.medium-editor-element blockquote:not(.wp-embedded-content) a{color:var(--bb-alternate-text-color)}.bs-forum-content blockquote.tiktok-embed,.medium-editor-element blockquote.tiktok-embed{background-color:transparent;border:0;padding:0;margin:0}.bs-forum-content blockquote.tiktok-embed:before,.medium-editor-element blockquote.tiktok-embed:before{display:none}#bb_reply_discard_draft,#bb_topic_discard_draft,#buddypress input#discard-draft-activity[type=button],#discard-draft-activity,.buddypress .buddypress-wrap button#bb_reply_discard_draft,.buddypress .buddypress-wrap button#bb_topic_discard_draft{border-color:transparent;color:inherit;box-shadow:none}#bb_reply_discard_draft:active,#bb_reply_discard_draft:focus,#bb_reply_discard_draft:hover,#bb_topic_discard_draft:active,#bb_topic_discard_draft:focus,#bb_topic_discard_draft:hover,#buddypress input#discard-draft-activity[type=button]:active,#buddypress input#discard-draft-activity[type=button]:focus,#buddypress input#discard-draft-activity[type=button]:hover,#discard-draft-activity:active,#discard-draft-activity:focus,#discard-draft-activity:hover,.buddypress .buddypress-wrap button#bb_reply_discard_draft:active,.buddypress .buddypress-wrap button#bb_reply_discard_draft:focus,.buddypress .buddypress-wrap button#bb_reply_discard_draft:hover,.buddypress .buddypress-wrap button#bb_topic_discard_draft:active,.buddypress .buddypress-wrap button#bb_topic_discard_draft:focus,.buddypress .buddypress-wrap button#bb_topic_discard_draft:hover{color:var(--bb-body-text-color);background-color:transparent;border-color:transparent}.attachments--small div.dropzone{padding:0;position:static;pointer-events:none}.attachments--small div.dropzone *{pointer-events:auto}.attachments--small div.dropzone.dz-progress-view{padding-bottom:45px;position:relative}.attachments--small div.dropzone.dz-progress-view.files-uploaded{padding-bottom:0;position:static}.attachments--small div.dropzone.dz-progress-view.files-uploaded .dz-global-progress{display:none}.attachments--small div.dropzone .dz-default.dz-message{background-color:var(--bb-content-alternate-background-color);display:none;min-height:initial!important;width:60px;height:60px;max-width:60px!important;margin:0 6px;padding:0!important;-webkit-box-ordinal-group:100;-ms-flex-order:99;order:99}.attachments--small div.dropzone .dz-default.dz-message button:before,.attachments--small div.dropzone .dz-default.dz-message button:hover:before{content:"\e9ed";background-color:transparent;color:var(--bb-headings-color);font-size:30px;font-weight:400;line-height:1;opacity:.4;height:100%;width:100%;margin:0}.bb-template-v2 .attachments--small div.dropzone .dz-default.dz-message button:before,.bb-template-v2 .attachments--small div.dropzone .dz-default.dz-message button:hover:before{font-weight:300}.attachments--small div.dropzone .dz-default.dz-message:hover button:before{opacity:1}.bb-template-v2 .attachments--small div.dropzone .dz-default.dz-message{border:0}.attachments--small div.dropzone.files-uploaded:not(.dz-max-files-reached) .dz-default.dz-message{display:-webkit-box;display:-ms-flexbox;display:flex}.attachments--small div.dropzone.dz-started{margin:0 0 10px;height:auto;overflow:initial}.attachments--small div.dropzone .dz-preview{min-width:60px;margin:6px}.attachments--small div.dropzone .dz-preview .dz-image{height:60px;border-radius:var(--bb-block-radius-inner)}.attachments--small div.dropzone .dz-preview .dz-image img{max-width:60px}.attachments--small div.dropzone .dz-preview.dz-file-preview .dz-details{border-radius:var(--bb-block-radius-inner)}.attachments--small div.dropzone .dz-preview .dz-remove{height:20px;width:20px;top:-8px;right:-8px;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;box-shadow:0 1px 1.5px rgba(0,0,0,.08)!important}.attachments--small div.dropzone .dz-preview .dz-remove:after{color:var(--bb-headings-color);font-size:18px;line-height:20px;opacity:.4;position:static}.attachments--small div.dropzone .dz-preview .dz-remove:hover:after{opacity:1}.bb-template-v2 .attachments--small div.dropzone .dz-preview .dz-details,.bb-template-v2 .attachments--small div.dropzone .dz-preview .dz-image{border-color:transparent}.attachments--small div.dropzone.media-dropzone .dz-preview .dz-progress-ring-wrap{display:none}.attachments--small div.dropzone.video-dropzone .dz-default.dz-message{width:80px;max-width:80px!important;min-height:60px!important;height:auto}.attachments--small div.dropzone.video-dropzone .dz-default.dz-message button:before,.attachments--small div.dropzone.video-dropzone .dz-default.dz-message button:hover:before{content:"\e9f1";font-size:32px}.attachments--small div.dropzone.video-dropzone .dz-preview{min-width:80px}.attachments--small div.dropzone.video-dropzone .dz-preview .dz-progress-ring-wrap{background-color:transparent;height:auto;width:auto;left:5px;top:5px;-webkit-transform:none;-ms-transform:none;transform:none}.attachments--small div.dropzone.video-dropzone .dz-preview .dz-progress-ring-wrap .dz-progress-ring{display:none}.attachments--small div.dropzone.video-dropzone .dz-preview .dz-progress-ring-wrap [class*=" bb-icon-"]{color:var(--bb-content-alternate-background-color);font-size:24px;font-weight:400;position:static;-webkit-transform:none;-ms-transform:none;transform:none}.bb-template-v2 .attachments--small div.dropzone.video-dropzone .dz-preview .dz-progress-ring-wrap [class*=" bb-icon-"]:before{font-weight:300}.attachments--small div.dropzone.video-dropzone .dz-preview .dz-progress-count{display:none}.attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview{width:80px;min-height:60px}.attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview .dz-details{min-height:60px;height:auto}.attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview .dz-remove{top:-8px;bottom:inherit;right:-8px;left:inherit;height:20px;width:20px;-webkit-transform:none;-ms-transform:none;transform:none;background-color:var(--bb-content-alternate-background-color)}.attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview .dz-remove:after{font-size:18px;position:static;color:var(--bb-headings-color);opacity:.4}.attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview.dz-has-thumbnail:not(.dz-complete) .dz-remove:after{opacity:.4}.attachments--small div.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview .dz-remove:after,.attachments--small div.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail) .dz-remove{color:var(--bb-headings-color);background-color:var(--bb-content-alternate-background-color)}.attachments--small div.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview.dz-error .dz-remove:after{color:var(--bb-danger-color)}.attachments--small div.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail),.attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview:not(.dz-has-thumbnail){border-radius:var(--bb-block-radius-inner)}.attachments--small div.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail) .dz-progress-ring-wrap [class*=" bb-icon-"],.attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview:not(.dz-has-thumbnail) .dz-progress-ring-wrap [class*=" bb-icon-"]{color:var(--bb-alternate-text-color)}.attachments--small div.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail) .dz-filename,.attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview:not(.dz-has-thumbnail) .dz-filename{width:auto;opacity:1;visibility:visible;color:var(--bb-alternate-text-color);position:absolute;bottom:5px;left:5px;right:5px;font-size:12px}.attachments--small div.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail) .dz-filename>span,.attachments--small div.dropzone.video-dropzone .dz-preview.dz-file-preview:not(.dz-has-thumbnail) .dz-filename>span{max-width:initial}.attachments--small div.dropzone.document-dropzone .dz-default.dz-message{width:40px;height:40px;max-width:40px!important;margin:0 5px}.attachments--small div.dropzone.document-dropzone .dz-default.dz-message button:before,.attachments--small div.dropzone.document-dropzone .dz-default.dz-message button:hover:before{content:"\eef9";font-size:26px}.attachments--small div.dropzone.document-dropzone .dz-preview{min-width:150px;max-width:150px;margin:5px 0 5px 5px}.attachments--small div.dropzone.document-dropzone .dz-preview.dz-file-preview .dz-details{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;background-color:var(--bb-content-alternate-background-color);height:40px;width:100%;min-height:initial;text-align:left}.attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon:before{content:"\ee6e";font-family:bb-icons}.attachments--small div.dropzone.document-dropzone .dz-preview .dz-progress-ring-wrap,.attachments--small div.dropzone.document-dropzone .dz-preview .dz-size,.attachments--small div.dropzone.document-dropzone .dz-preview.dz-complete .dz-details .dz-size{display:none}.attachments--small div.dropzone.document-dropzone .dz-preview .dz-details{text-align:center}.attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon{display:inline-block;vertical-align:middle;line-height:1;position:relative;margin:0 6px 0 0;height:24px;width:24px}.attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon:before{position:static;-webkit-transform:none;-ms-transform:none;transform:none}.attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon [class*=" bb-icon-"],.attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon:before{color:var(--bb-alternate-text-color);background-color:var(--bb-content-alternate-background-color);font-size:24px;font-weight:400;position:static}.bb-template-v2 .attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon [class*=" bb-icon-"]:before,.bb-template-v2 .attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon:before{font-weight:300}.attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-icon>span[class*=" bb-icon-"]{position:absolute;left:0;top:0;z-index:1}.attachments--small div.dropzone.document-dropzone .dz-preview .dz-details .dz-filename{font-size:12px;line-height:1.1;display:inline-block;vertical-align:middle;position:static;padding:0;margin:0;width:-webkit-calc(100% - 45px);width:calc(100% - 45px)}.attachments--small div.dropzone.document-dropzone .dz-preview .dz-remove{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:5px;box-shadow:none!important}.attachments--small [class*=attached-gif-container]{margin-bottom:0;background:0 0!important;height:auto!important;width:auto!important;display:table}.attachments--small [class*=attached-gif-container] .gif-image-container img{background-color:var(--bb-content-alternate-background-color);height:100px;width:100px;object-fit:cover;border-radius:var(--bb-block-radius-inner);margin:0 0 0 6px}.attachments--small [class*=attached-gif-container] .gif-image-remove{box-shadow:0 1px 1.5px rgba(0,0,0,.08);right:-8px;top:-8px}.attachments--small [class*=attached-gif-container] .gif-image-remove .bb-icon-times{color:var(--bb-headings-color);opacity:.4}.attachments--small [class*=attached-gif-container] .gif-image-remove:hover .bb-icon-times{opacity:1}@media screen and (max-width:560px){.attachments--small [class*=attached-gif-container]{max-width:100%;background-repeat:no-repeat}}.attachments--small [class*=messages-attached-gif-container] .gif-image-container img{margin-bottom:15px}.dropzone.dz-progress-view .dz-global-progress{bottom:5px}.dropzone.dz-progress-view .dz-global-progress .dz-progress-bar-full{background-color:rgba(0,0,0,.08)}.dropzone.dz-progress-view .dz-global-progress .dz-progress{background-color:var(--bb-primary-color)}.dropzone.dz-progress-view .dz-global-progress .dz-remove-all{background-color:var(--bb-content-alternate-background-color)}.dropzone.dz-progress-view .dz-global-progress .dz-remove-all:before{color:var(--bb-headings-color);opacity:.4}.dropzone.dz-progress-view .dz-global-progress .dz-remove-all:hover:before{opacity:1}.bp-messages-content-wrapper .dropzone.dz-progress-view .dz-global-progress{left:6px}.dropzone.dz-progress-view.dz-single-view:not(.files-uploaded) .dz-preview{display:none}.mass-user-block-list.moderation-popup .modal-container,.message-members-list.member-popup .modal-container{padding-bottom:12px}.mass-user-block-list.moderation-popup .modal-container .bb-model-header,.message-members-list.member-popup .modal-container .bb-model-header{margin-bottom:12px}.mass-user-block-list.moderation-popup .bb-model-header,.message-members-list.member-popup .bb-model-header{background-color:var(--bb-content-alternate-background-color);border-radius:0;padding:17px 20px 16px;margin:-20px -30px 30px}.mass-user-block-list.moderation-popup .bb-model-header .mfp-close,.message-members-list.member-popup .bb-model-header .mfp-close{right:5px}.mass-user-block-list.moderation-popup .bb-model-header .mfp-close:before,.message-members-list.member-popup .bb-model-header .mfp-close:before{color:var(--bb-headings-color);opacity:.4}.mass-user-block-list.moderation-popup .bb-model-header .mfp-close:hover:before,.message-members-list.member-popup .bb-model-header .mfp-close:hover:before{opacity:1}.mass-user-block-list.moderation-popup .bb-report-type-wrp,.message-members-list.member-popup .bb-report-type-wrp{margin:0 -20px}.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp{margin:0;padding:12px 10px;position:relative}.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-avatar,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-avatar{max-height:32px;max-width:32px;overflow:hidden;border-radius:100%}.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-avatar>a,.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-avatar>span,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-avatar>a,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-avatar>span{position:absolute;left:0;top:0;right:0;bottom:0}.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-avatar>a img,.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-avatar>span img,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-avatar>a img,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-avatar>span img{max-height:32px;max-width:32px;overflow:hidden;border-radius:100%;margin:10px}.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-name,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-name{padding-left:42px}.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-name a,.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-name span,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-name a,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-name span{color:var(--bb-headings-color);font-weight:500}.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp:hover,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp:hover{background-color:var(--bb-content-alternate-background-color)}.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-actions,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-actions{position:relative;z-index:1}.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-actions .button,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-actions .button{color:var(--bb-headings-color);background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color);min-width:initial;line-height:30px}.mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp .user-actions .button:hover,.message-members-list.member-popup .bb-report-type-wrp .user-item-wrp .user-actions .button:hover{color:var(--bb-primary-button-text-regular);background-color:var(--bb-primary-color);border-color:transparent}.bb-template-v2 .mass-user-block-list.moderation-popup .bb-report-type-wrp .user-item-wrp,.bb-template-v2 .message-members-list.member-popup .bb-report-type-wrp .user-item-wrp{border-radius:6px}@media screen and (min-width:46.8em){.bp-list li .item{overflow:visible}}.bp-list:after,.bp-list:before{content:normal}.bp-pagination.top{display:none}#buddypress a.button{color:#fff;background-color:#385dff;font-weight:500;text-decoration:none;border:1px solid transparent;outline:0;vertical-align:middle}#buddypress a.button.small{font-size:14px;font-weight:500;min-height:34px;padding:6px 20px;border-radius:var(--bb-button-radius);line-height:1.4}#buddypress a.button:focus,#buddypress a.button:hover{outline:0;text-decoration:none;color:#fff;border-color:transparent}#buddypress a.button:active{outline:0;text-decoration:none;color:#fff}#buddypress #admins-list li,#buddypress #members-list li,#buddypress #mods-list li{overflow:initial}#buddypress #pag-top{display:none}#buddypress .dir-form{margin-top:40px}li#members-order-select{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.item-title a{color:var(--bb-headings-color);display:inline-block;font-size:20px;font-weight:500;letter-spacing:-.24px;line-height:1.2}.item-title a:hover{color:var(--bb-primary-color)}@media only screen and (max-width:320px){#buddypress li div.item{margin-left:0}}#buddypress div#item-header img.avatar{margin:0;max-width:160px;image-rendering:optimize-contrast}#buddypress div#item-header #item-header-cover-image #item-header-content{margin-left:0;margin-top:0;-webkit-box-flex:1;-ms-flex:1;flex:1}#buddypress #item-header-cover-image{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}#item-header-cover-image{min-height:225px}#buddypress div.item-list-tabs#object-nav{border-top:1px solid var(--bb-content-border-color);margin-top:20px;margin-bottom:0;overflow:visible}#buddypress div.item-list-tabs#object-nav li{float:left;margin:0;padding:0 30px 0 0}#buddypress div.item-list-tabs#object-nav li.hideshow{padding:0}#buddypress div.item-list-tabs#object-nav a{color:#939597;display:block;padding:11px 0;text-decoration:none;font-size:14px;line-height:2}#buddypress div.item-list-tabs#object-nav a:hover{color:var(--bb-headings-color)}#buddypress div.item-list-tabs#object-nav .selected a{background-color:transparent;border-bottom:1px solid var(--bb-primary-color);margin-bottom:-1px;opacity:1;font-weight:500;color:var(--bb-headings-color)}#buddypress div.item-list-tabs#object-nav .selected a span{background-color:var(--bb-primary-color)}#buddypress div.item-list-tabs#object-nav span{background:#c8cbcf;box-shadow:none;border-radius:100px;font-size:11px;font-weight:600;color:#fff;letter-spacing:-.26px;line-height:15px;border:0;min-width:22px;display:inline-block;margin-left:3px;padding:2px 7px 1px;text-align:center;vertical-align:middle}p#user_switching_switch_on{max-width:1200px;padding-left:10px;padding-right:10px;margin:20px auto 50px}#buddypress .comment-reply-link,#buddypress .generic-button a,#buddypress .standard-form button:not(.search-form_reset),#buddypress a.button,#buddypress input[type=button],#buddypress input[type=reset],#buddypress input[type=submit],#buddypress ul.button-nav li a,a.bp-title-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);font-family:inherit;font-size:15px;border-radius:var(--bb-button-radius);min-height:38px;line-height:38px;padding:0 20px;font-weight:500;text-decoration:none;cursor:pointer;display:inline-block;border-width:1px;border-style:solid;outline:0;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-transition:.3s all;transition:.3s all}#buddypress .comment-reply-link:focus,#buddypress .generic-button a:focus,#buddypress .standard-form button:not(.search-form_reset):focus,#buddypress a.button:focus,#buddypress input[type=button]:focus,#buddypress input[type=reset]:focus,#buddypress input[type=submit]:focus,#buddypress ul.button-nav li a:focus,a.bp-title-button:focus{box-shadow:var(--bb-primary-button-focus-shadow)}#buddypress .comment-reply-link:hover,#buddypress .generic-button a:hover,#buddypress .standard-form button:not(.search-form_reset):hover,#buddypress a.button:hover,#buddypress input[type=button]:hover,#buddypress input[type=reset]:hover,#buddypress input[type=submit]:hover,#buddypress ul.button-nav li a:hover,a.bp-title-button:hover{outline:0;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)}#buddypress .comment-reply-link:focus,#buddypress .generic-button a:focus,#buddypress .standard-form button:not(.search-form_reset):focus,#buddypress a.button:focus,#buddypress input[type=button]:focus,#buddypress input[type=reset]:focus,#buddypress input[type=submit]:focus,#buddypress ul.button-nav li a:focus,a.bp-title-button:focus{outline:0;text-decoration:none;box-shadow:var(--bb-primary-button-focus-shadow)}#buddypress .comment-reply-link:active,#buddypress .generic-button a:active,#buddypress .standard-form button:not(.search-form_reset):active,#buddypress a.button:active,#buddypress input[type=button]:active,#buddypress input[type=reset]:active,#buddypress input[type=submit]:active,#buddypress ul.button-nav li a:active,a.bp-title-button:active{outline:0;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)}#buddypress .comment-reply-link.disabled,#buddypress .generic-button a.disabled,#buddypress .standard-form button:not(.search-form_reset).disabled,#buddypress a.button.disabled,#buddypress input[type=button].disabled,#buddypress input[type=reset].disabled,#buddypress input[type=submit].disabled,#buddypress ul.button-nav li a.disabled,a.bp-title-button.disabled{cursor:default;font-style:normal;color:#c8cbcf;background-color:#f5f5f5;opacity:1}#buddypress .comment-reply-link.small,#buddypress .generic-button a.small,#buddypress .standard-form button:not(.search-form_reset).small,#buddypress a.button.small,#buddypress input[type=button].small,#buddypress input[type=reset].small,#buddypress input[type=submit].small,#buddypress ul.button-nav li a.small,a.bp-title-button.small{font-size:14px;font-weight:500;min-height:34px;line-height:34px;padding:0 20px;border-radius:var(--bb-button-radius)}#buddypress .comment-reply-link.big,#buddypress .generic-button a.big,#buddypress .standard-form button:not(.search-form_reset).big,#buddypress a.button.big,#buddypress input[type=button].big,#buddypress input[type=reset].big,#buddypress input[type=submit].big,#buddypress ul.button-nav li a.big,a.bp-title-button.big{font-size:16px;min-height:62px;padding:20px 40px;border-radius:var(--bb-button-radius)}#buddypress .comment-reply-link.large,#buddypress .generic-button a.large,#buddypress .standard-form button:not(.search-form_reset).large,#buddypress a.button.large,#buddypress input[type=button].large,#buddypress input[type=reset].large,#buddypress input[type=submit].large,#buddypress ul.button-nav li a.large,a.bp-title-button.large{font-size:16px;min-height:50px;padding:14px 30px;border-radius:var(--bb-button-radius)}#buddypress .comment-reply-link.outline,#buddypress .generic-button a.outline,#buddypress .standard-form button:not(.search-form_reset).outline,#buddypress a.button.outline,#buddypress input[type=button].outline,#buddypress input[type=reset].outline,#buddypress input[type=submit].outline,#buddypress ul.button-nav li a.outline,a.bp-title-button.outline{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)}#buddypress .comment-reply-link.outline:focus,#buddypress .generic-button a.outline:focus,#buddypress .standard-form button:not(.search-form_reset).outline:focus,#buddypress a.button.outline:focus,#buddypress input[type=button].outline:focus,#buddypress input[type=reset].outline:focus,#buddypress input[type=submit].outline:focus,#buddypress ul.button-nav li a.outline:focus,a.bp-title-button.outline:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}#buddypress .comment-reply-link.outline:active,#buddypress .comment-reply-link.outline:hover,#buddypress .generic-button a.outline:active,#buddypress .generic-button a.outline:hover,#buddypress .standard-form button:not(.search-form_reset).outline:active,#buddypress .standard-form button:not(.search-form_reset).outline:hover,#buddypress a.button.outline:active,#buddypress a.button.outline:hover,#buddypress input[type=button].outline:active,#buddypress input[type=button].outline:hover,#buddypress input[type=reset].outline:active,#buddypress input[type=reset].outline:hover,#buddypress input[type=submit].outline:active,#buddypress input[type=submit].outline:hover,#buddypress ul.button-nav li a.outline:active,#buddypress ul.button-nav li a.outline:hover,a.bp-title-button.outline:active,a.bp-title-button.outline: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);box-shadow:none}#buddypress .comment-reply-link.outline.disabled,#buddypress .comment-reply-link.outline:disabled,#buddypress .generic-button a.outline.disabled,#buddypress .generic-button a.outline:disabled,#buddypress .standard-form button:not(.search-form_reset).outline.disabled,#buddypress .standard-form button:not(.search-form_reset).outline:disabled,#buddypress a.button.outline.disabled,#buddypress a.button.outline:disabled,#buddypress input[type=button].outline.disabled,#buddypress input[type=button].outline:disabled,#buddypress input[type=reset].outline.disabled,#buddypress input[type=reset].outline:disabled,#buddypress input[type=submit].outline.disabled,#buddypress input[type=submit].outline:disabled,#buddypress ul.button-nav li a.outline.disabled,#buddypress ul.button-nav li a.outline:disabled,a.bp-title-button.outline.disabled,a.bp-title-button.outline:disabled{background:0 0;color:#c8cbcf;border-color:#f5f5f5;opacity:1}#buddypress .standard-form button.wp-switch-editor{padding:6px 12px;height:auto;min-height:10px;border-radius:0;border:1px solid #d7e0e2;border-bottom:0;background:#dcdcdc;color:inherit}#buddypress .standard-form .tmce-active .wp-switch-editor.switch-tmce{background:#f5f5f5}#buddypress .standard-form .html-active .wp-switch-editor.switch-html{background:#f5f5f5}#buddypress .standard-form .html-active .button{min-height:20px;color:var(--bb-headings-color);border:1px solid #d7e0e2;padding:6px;margin:4px 1px;font-size:13px;line-height:1;border-radius:3px}#buddypress a.button.outline{box-shadow:none}#buddypress table.notification-settings th.title,#buddypress table.profile-settings th.title{width:100%;padding:0 0 20px;border:0}#buddypress div.item-list-tabs ul:after{content:"";display:table;clear:both}#buddypress div.item-list-tabs#object-nav{border-top:0;margin-top:0;margin-bottom:0;overflow:visible}#buddypress div.item-list-tabs#object-nav li li{margin:0;display:block;width:100%;padding:0}#buddypress div.item-list-tabs#object-nav li li.selected a{border:0}#buddypress div.item-list-tabs#object-nav li li a{display:block;font-size:13px;font-weight:inherit;color:var(--bb-body-text-color);letter-spacing:-.24px;line-height:1;margin-bottom:1px;padding:.75rem .9375rem}.bb-single-bp-header .flex{-ms-flex-flow:row wrap;flex-flow:row wrap}#buddypress div.item-list-tabs#object-nav a.more-button{font-size:20px;padding:14px 0;line-height:1.1}#buddypress div.item-list-tabs#object-nav a.more-button.active:after{bottom:-17px}#buddypress div.item-list-tabs ul.sub-menu{top:50px;padding:10px 0}div.item-list-tabs li.hideshow.menu-item-has-children>a:after{top:50px}#buddypress div.item-list-tabs#object-nav li.hideshow span{float:right}#sitewide-notice #message{background:var(--bb-default-notice-color);color:#fff;border:0;border-radius:10px;width:auto;left:auto;right:1%;margin-left:1%;opacity:.9;font-size:15px;padding:10px 20px}#sitewide-notice #message h4{max-width:90%;font-size:18px;color:#fff;margin-bottom:10px;font-weight:500}#sitewide-notice #message p{padding:0;margin:0 0 1rem;font-size:1rem;line-height:1.4}#sitewide-notice #message p:empty{display:none!important}#sitewide-notice .bb-notice-content>:last-child{margin-bottom:0}#sitewide-notice ol,#sitewide-notice ul{margin-left:0;margin-bottom:1rem;list-style-position:inside}#sitewide-notice button{position:absolute;top:15px;right:15px;min-height:0;height:18px;width:18px;padding:0;line-height:16px;font-size:10px;font-weight:800;background:#fff;color:var(--bb-default-notice-color)}@media (min-width:768px){#sitewide-notice #message{min-width:500px}}#buddypress ul.item-list{border-top:0;margin-bottom:20px}#buddypress ul.item-list li:not(.load-more){border-bottom:0}#buddypress ul.item-list li img.avatar{margin:0}.widget_bp_core_friends_widget .item-meta{display:none}.dir-list{margin-bottom:30px}input#send_reply_button{min-width:87px}#buddypress div.item-list-tabs#subnav{overflow:visible}.bs-dropdown-model{display:none}.bs-dropdown-model.open{display:block}.gif-search-result .loading-icon{display:block;margin:0 auto;max-height:300px}#buddypress div#message-thread div.message-content{margin-left:0}#buddypress div.item-list-tabs ul.bs-dropdown{padding:10px 0}#buddypress div.item-list-tabs ul.bs-dropdown a{padding:9px 15px}#buddypress #member-forums-sub-nav ul{margin-bottom:25px}#buddypress #member-forums-sub-nav li{padding-right:30px;padding-bottom:10px}#buddypress #member-forums-sub-nav a{display:block;font-size:14px;color:#939597;opacity:1;padding:0 0 10px}#buddypress #member-forums-sub-nav .selected a{background:0 0;border-bottom:1px solid var(--bb-primary-color);font-weight:500;font-size:14px;color:var(--bb-headings-color);opacity:1}@media (max-width:540px){.bb-photos-wrap .bb-title{margin:0 0 20px}.bb-photos-actions{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-photos-actions a{margin-bottom:10px;margin-left:0!important}}.buddypress-wrap input[type=email]:focus,.buddypress-wrap input[type=password]:focus,.buddypress-wrap input[type=tel]:focus,.buddypress-wrap input[type=text]:focus,.buddypress-wrap input[type=url]:focus,.buddypress-wrap textarea:focus{border-color:var(--bb-input-focus-border-color);border-width:1px;box-shadow:var(--bb-input-focus-shadow)}.buddypress-wrap input[type=email].error,.buddypress-wrap input[type=password].error,.buddypress-wrap input[type=tel].error,.buddypress-wrap input[type=text].error,.buddypress-wrap input[type=url].error,.buddypress-wrap textarea.error{border-color:rgba(var(--bb-danger-color-rgb),1)}.buddypress-wrap input[type=email].error:focus,.buddypress-wrap input[type=password].error:focus,.buddypress-wrap input[type=tel].error:focus,.buddypress-wrap input[type=text].error:focus,.buddypress-wrap input[type=url].error:focus,.buddypress-wrap textarea.error:focus{border-color:var(--bb-danger-color);box-shadow:none}.buddypress-wrap input[type=email].disabled,.buddypress-wrap input[type=email]:disabled,.buddypress-wrap input[type=password].disabled,.buddypress-wrap input[type=password]:disabled,.buddypress-wrap input[type=tel].disabled,.buddypress-wrap input[type=tel]:disabled,.buddypress-wrap input[type=text].disabled,.buddypress-wrap input[type=text]:disabled,.buddypress-wrap input[type=url].disabled,.buddypress-wrap input[type=url]:disabled,.buddypress-wrap textarea.disabled,.buddypress-wrap textarea:disabled{background-color:var(--bb-content-alternate-background-color);opacity:.75}#buddypress .dir-search input[type=search],#buddypress .dir-search input[type=text],#buddypress .groups-members-search input[type=search],#buddypress .groups-members-search input[type=text],#buddypress .standard-form input[type=color],#buddypress .standard-form input[type=date],#buddypress .standard-form input[type=datetime-local],#buddypress .standard-form input[type=datetime],#buddypress .standard-form input[type=email],#buddypress .standard-form input[type=month],#buddypress .standard-form input[type=number],#buddypress .standard-form input[type=password],#buddypress .standard-form input[type=range],#buddypress .standard-form input[type=search],#buddypress .standard-form input[type=tel],#buddypress .standard-form input[type=text],#buddypress .standard-form input[type=time],#buddypress .standard-form input[type=url],#buddypress .standard-form input[type=week],#buddypress .standard-form select,#buddypress .standard-form textarea{display:inline-block;font-family:inherit;font-style:inherit;font-size:15px;height:40px;outline:0;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;width:100%}#buddypress .dir-search input[type=search]:focus,#buddypress .dir-search input[type=text]:focus,#buddypress .groups-members-search input[type=search]:focus,#buddypress .groups-members-search input[type=text]:focus,#buddypress .standard-form input[type=color]:focus,#buddypress .standard-form input[type=date]:focus,#buddypress .standard-form input[type=datetime-local]:focus,#buddypress .standard-form input[type=datetime]:focus,#buddypress .standard-form input[type=email]:focus,#buddypress .standard-form input[type=month]:focus,#buddypress .standard-form input[type=number]:focus,#buddypress .standard-form input[type=password]:focus,#buddypress .standard-form input[type=range]:focus,#buddypress .standard-form input[type=search]:focus,#buddypress .standard-form input[type=tel]:focus,#buddypress .standard-form input[type=text]:focus,#buddypress .standard-form input[type=time]:focus,#buddypress .standard-form input[type=url]:focus,#buddypress .standard-form input[type=week]:focus,#buddypress .standard-form select:focus,#buddypress .standard-form textarea:focus{box-shadow:var(--bb-input-focus-shadow);border-color:var(--bb-input-focus-border-color)}#buddypress .dir-search input[type=search].disabled,#buddypress .dir-search input[type=search]:disabled,#buddypress .dir-search input[type=text].disabled,#buddypress .dir-search input[type=text]:disabled,#buddypress .groups-members-search input[type=search].disabled,#buddypress .groups-members-search input[type=search]:disabled,#buddypress .groups-members-search input[type=text].disabled,#buddypress .groups-members-search input[type=text]:disabled,#buddypress .standard-form input[type=color].disabled,#buddypress .standard-form input[type=color]:disabled,#buddypress .standard-form input[type=date].disabled,#buddypress .standard-form input[type=date]:disabled,#buddypress .standard-form input[type=datetime-local].disabled,#buddypress .standard-form input[type=datetime-local]:disabled,#buddypress .standard-form input[type=datetime].disabled,#buddypress .standard-form input[type=datetime]:disabled,#buddypress .standard-form input[type=email].disabled,#buddypress .standard-form input[type=email]:disabled,#buddypress .standard-form input[type=month].disabled,#buddypress .standard-form input[type=month]:disabled,#buddypress .standard-form input[type=number].disabled,#buddypress .standard-form input[type=number]:disabled,#buddypress .standard-form input[type=password].disabled,#buddypress .standard-form input[type=password]:disabled,#buddypress .standard-form input[type=range].disabled,#buddypress .standard-form input[type=range]:disabled,#buddypress .standard-form input[type=search].disabled,#buddypress .standard-form input[type=search]:disabled,#buddypress .standard-form input[type=tel].disabled,#buddypress .standard-form input[type=tel]:disabled,#buddypress .standard-form input[type=text].disabled,#buddypress .standard-form input[type=text]:disabled,#buddypress .standard-form input[type=time].disabled,#buddypress .standard-form input[type=time]:disabled,#buddypress .standard-form input[type=url].disabled,#buddypress .standard-form input[type=url]:disabled,#buddypress .standard-form input[type=week].disabled,#buddypress .standard-form input[type=week]:disabled,#buddypress .standard-form select.disabled,#buddypress .standard-form select:disabled,#buddypress .standard-form textarea.disabled,#buddypress .standard-form textarea:disabled{background-color:var(--bb-content-alternate-background-color);opacity:.75}#buddypress .dir-search input[type=search].error,#buddypress .dir-search input[type=text].error,#buddypress .groups-members-search input[type=search].error,#buddypress .groups-members-search input[type=text].error,#buddypress .standard-form input[type=color].error,#buddypress .standard-form input[type=date].error,#buddypress .standard-form input[type=datetime-local].error,#buddypress .standard-form input[type=datetime].error,#buddypress .standard-form input[type=email].error,#buddypress .standard-form input[type=month].error,#buddypress .standard-form input[type=number].error,#buddypress .standard-form input[type=password].error,#buddypress .standard-form input[type=range].error,#buddypress .standard-form input[type=search].error,#buddypress .standard-form input[type=tel].error,#buddypress .standard-form input[type=text].error,#buddypress .standard-form input[type=time].error,#buddypress .standard-form input[type=url].error,#buddypress .standard-form input[type=week].error,#buddypress .standard-form select.error,#buddypress .standard-form textarea.error{border-color:rgba(var(--bb-danger-color-rgb),1)}#buddypress .dir-search input[type=search].error:focus,#buddypress .dir-search input[type=text].error:focus,#buddypress .groups-members-search input[type=search].error:focus,#buddypress .groups-members-search input[type=text].error:focus,#buddypress .standard-form input[type=color].error:focus,#buddypress .standard-form input[type=date].error:focus,#buddypress .standard-form input[type=datetime-local].error:focus,#buddypress .standard-form input[type=datetime].error:focus,#buddypress .standard-form input[type=email].error:focus,#buddypress .standard-form input[type=month].error:focus,#buddypress .standard-form input[type=number].error:focus,#buddypress .standard-form input[type=password].error:focus,#buddypress .standard-form input[type=range].error:focus,#buddypress .standard-form input[type=search].error:focus,#buddypress .standard-form input[type=tel].error:focus,#buddypress .standard-form input[type=text].error:focus,#buddypress .standard-form input[type=time].error:focus,#buddypress .standard-form input[type=url].error:focus,#buddypress .standard-form input[type=week].error:focus,#buddypress .standard-form select.error:focus,#buddypress .standard-form textarea.error:focus{border-color:var(--bb-danger-color);box-shadow:none}#buddypress .standard-form select{background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:right 1rem center;padding-right:40px}#buddypress .standard-form select:focus{background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:right 1rem center}#buddypress .standard-form select[multiple]{background-image:none}#buddypress .standard-form input[type=search]{background-repeat:no-repeat;background-size:16px;background-image:url(../images/svg/search.svg);background-position:left 10px center;padding-left:2rem}.widget.buddypress .bp-login-widget-user-links>div{padding:0}.widget.buddypress .bp-login-widget-user-links>div>.bp-login-widget-user-link a{color:var(--bb-headings-color)}.widget.buddypress .bp-login-widget-user-links>div>.bp-login-widget-user-link a:hover{color:var(--bb-primary-color)}.widget_bp_core_login_widget{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.widget_bp_core_login_widget .widget-title{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.widget_bp_core_login_widget .widget-title:empty{display:none}.widget_bp_core_login_widget .bp-login-widget-user-avatar{margin-right:15px}.widget_bp_core_login_widget .bp-login-widget-user-links{-webkit-box-flex:1;-ms-flex:1;flex:1}.bbp_widget_login{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.bbp_widget_login>.inner{width:100%}.bbp_widget_login .widget-title{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bbp_widget_login .widget-title:empty{display:none}.bbp_widget_login .bbp-logged-in{-webkit-box-flex:1;-ms-flex:1;flex:1}.bbp-logged-in{position:relative}#buddypress a.disabled,#buddypress button.disabled,#buddypress button.pending,#buddypress div.pending a,#buddypress input[type=button].disabled,#buddypress input[type=button].pending,#buddypress input[type=reset].disabled,#buddypress input[type=reset].pending,#buddypress input[type=submit].disabled,#buddypress input[type=submit].pending,#buddypress input[type=submit][disabled=disabled]{cursor:initial}body #buddypress * a{box-shadow:initial}body.buddypress .buddypress-wrap h1,body.buddypress .buddypress-wrap h2,body.buddypress .buddypress-wrap h3,body.buddypress .buddypress-wrap h4,body.buddypress .buddypress-wrap h5,body.buddypress .buddypress-wrap h6{margin:0 0 1.6875rem}.bp-navs.bp-navs{overflow:initial}.document-type-navs.main-navs,.video-type-navs.main-navs{border-bottom:0}body #buddypress .group-item-avatar{box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px var(--bb-content-border-color)}#buddypress div.item-list-tabs ul li{float:left;margin:0;list-style:none}#buddypress div.item-list-tabs ul li a,#buddypress div.item-list-tabs ul li span{display:block}.widget.buddypress #friends-list li,.widget.buddypress #groups-list li,.widget.buddypress #members-list li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:0 0 15px;border:0;padding:0}.buddypress.widget ul.item-list li .item-avatar{padding:0;-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px}.buddypress.widget ul.item-list li .item{padding:0}#buddypress div.item-list-tabs ul{margin:0;padding:0}#buddypress .bp-feedback.custom-homepage-info button.bp-tooltip{padding:0}#buddypress .custom-homepage-info.info{border:1px solid var(--bb-content-border-color);background:var(--bb-content-background-color);box-shadow:none;border-radius:3px;padding:20px;position:relative;font-size:16px;margin-bottom:20px;margin-top:0}#buddypress .custom-homepage-info.info button{position:absolute;right:10px;top:10px;background:0 0;border:0;color:var(--bb-danger-color);box-shadow:none}#buddypress .custom-homepage-info.info p{padding:0}#buddypress .custom-homepage-info.info p:last-child{margin-bottom:0}.bs-groups-items.grid-view .item-avatar .avatar{width:100%}.buddypress-wrap:not(.round-avatars) .bs-groups-items.grid-view .item-avatar .avatar{border-radius:0}.buddypress-wrap a[data-bp-close] span:before,.buddypress-wrap button[data-bp-close] span:before{font-size:24px}@media screen and (min-width:75em){.member-front-page .buddypress.widget ul.item-list li .avatar,.widget-area .buddypress.widget ul.item-list li .avatar{width:100%}.member-front-page .buddypress.widget ul.item-list,.widget-area .buddypress.widget ul.item-list{margin:0;width:100%}}body.buddypress.activation .site-content,body.buddypress.register .site-content{padding-top:5%}body.buddypress.activation .site-content .content-area,body.buddypress.register .site-content .content-area{padding-top:0}@media screen and (min-width:46.8em){body.buddypress .site-content{padding-top:0}.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav{border-bottom:0;border-top:0;box-shadow:none;margin-bottom:20px;margin-top:0}}#cover-image-container{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0;padding:30px 30px 0;font-size:14px;line-height:1.3575}.bb-template-v2 #cover-image-container{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)}#header-cover-image{background-color:#607387}body #buddypress #header-cover-image{background-position:center center;margin:-30px -30px 0;position:relative;width:auto}@media screen and (min-width:800px){body #buddypress .users-header #header-cover-image{margin:-30px -30px 0}}body #buddypress #header-cover-image.width-full{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;border-bottom:1px solid var(--bb-content-border-color)}body #buddypress #header-cover-image.cover-large{height:300px}body #buddypress #item-header-cover-image{min-height:auto;margin-bottom:0;padding-bottom:30px;width:100%}body #buddypress .groups-header #item-header-cover-image{display:-webkit-box;display:-ms-flexbox;display:flex}.bp-user #buddypress #item-header{margin:0}#buddypress #item-header-cover-image #item-header-avatar{margin-top:-40px;margin-right:30px;margin-bottom:5px;padding:0}#buddypress #item-header-cover-image.bb-disable-cover-img #item-header-avatar{margin-top:0;margin-bottom:0}body #buddypress #item-header-cover-image #item-header-avatar img.avatar{box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px var(--bb-content-border-color);border:3px solid #fff;max-width:170px}body #buddypress:not(.round-avatars) .groups-header #item-header-cover-image #item-header-avatar img.avatar{border-radius:4px}.bb-template-v1 nav#object-nav{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)}nav#object-nav{background:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);padding:0 30px;margin:0 0 20px;margin-top:-1px}nav#object-nav li{float:left;margin:0;padding:0 30px 0 0}nav#object-nav li.hideshow{padding-right:5px}nav#object-nav a{color:var(--bb-body-text-color);display:block;padding:11px 0;text-decoration:none;font-size:14px;line-height:2}nav#object-nav a:hover{color:var(--bb-primary-color)}.buddypress-wrap .bp-navs li:not(.current) a:focus,.buddypress-wrap .bp-navs li:not(.current) a:hover,.buddypress-wrap .bp-navs li:not(.selected) a:focus,.buddypress-wrap .bp-navs li:not(.selected) a:hover{background:0 0;color:var(--bb-primary-color)}.buddypress-wrap .bp-navs li.current a .count,.buddypress-wrap .bp-navs li.dynamic.current a .count,.buddypress-wrap .bp-navs li.selected a .count,.buddypress_object_nav .bp-navs li.current a .count,.buddypress_object_nav .bp-navs li.selected a .count{background-color:var(--bb-primary-color)}nav#object-nav .selected>a{background-color:transparent;border-bottom:1px solid var(--bb-primary-color);margin-bottom:-1px;opacity:1;font-weight:500;color:var(--bb-headings-color)}nav#object-nav .selected>a:hover{color:var(--bb-primary-color)}body #buddypress div#item-header-cover-image h2,body #buddypress div#item-header-cover-image h2 a{font-size:1.8rem;position:relative;color:var(--bb-headings-color);text-shadow:none}body #cover-image-container span.activity{font-size:14px}.single-headers .item-meta{margin:0 0 10px;padding:0;color:var(--bb-alternate-text-color)}#item-header-cover-image .member-header-actions .generic-button a,#item-header-cover-image .member-header-actions .generic-button button{font-size:14px}#item-header-cover-image .member-header-actions .generic-button a.blocked-member,#item-header-cover-image .member-header-actions .generic-button button.blocked-member{opacity:.9;pointer-events:none}#item-header-cover-image .member-header-actions div.generic-button{display:inline-block;float:none}#item-header-cover-image .member-header-actions>li{float:none}#item-header-cover-image .flex>#send-private-message{margin-top:35px;text-align:left;min-width:140px;margin-right:-20px}#item-header-cover-image .flex>#send-private-message .thickbox{font-size:12px;min-height:30px;padding:0 20px;line-height:28px}#send-private-message.generic-button a:before{color:var(--bb-primary-color)}.toggle-password{color:var(--bb-primary-color)}.toggle-password:hover{color:var(--bb-primary-color)}span.triangle-play-icon{color:var(--bb-primary-color);border-color:var(--bb-primary-color)}.recording-preview-img:hover span.triangle-play-icon{color:var(--bb-primary-color)}.bb-shared-screen svg g{stroke:var(--bb-primary-color)}.bb-cover-photo,.bb-cover-photo .progress{background:var(--bb-cover-image-background-color)}.header-button.underlined{box-shadow:0 -1px 0 var(--bb-primary-color) inset}@media screen and (max-width:1400px){#buddypress div#item-header #item-header-cover-image #item-header-content>.flex{-ms-flex-flow:row wrap;flex-flow:row wrap}}@media screen and (max-width:1495px){.profile-sidebar.buddypanel-open .bp-single-vert-nav .bp-wrap:not(.bp-fullwidth-wrap){-ms-flex-flow:column;flex-flow:column}.profile-sidebar.buddypanel-open .bp-single-vert-nav .bp-wrap:not(.bp-fullwidth-wrap)>nav#object-nav.bb-single-main-nav--vertical{display:block;-webkit-box-flex:0;-ms-flex:none;flex:none;min-height:auto}}@media screen and (max-width:1335px){.profile-sidebar .bp-single-vert-nav .bp-wrap:not(.bp-fullwidth-wrap){-ms-flex-flow:column;flex-flow:column}.profile-sidebar .bp-single-vert-nav .bp-wrap:not(.bp-fullwidth-wrap)>nav#object-nav.bb-single-main-nav--vertical{display:block;-webkit-box-flex:0;-ms-flex:none;flex:none;min-height:auto}}@media screen and (max-width:1200px){#buddypress div#item-header #item-header-cover-image #item-header-content>.flex .bb-user-content-wrap{-webkit-box-flex:100%;-ms-flex:100%;flex:100%}#buddypress div#item-header #item-header-cover-image #item-header-content>.flex .flex>#send-private-message{margin:5px 0 10px 10px}}@media screen and (max-width:1130px){.profile-sidebar.buddypanel-open .widget-area{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.profile-sidebar.buddypanel-open.sidebar-left:not(.forums-sidebar) .site-content-grid{-ms-flex-flow:column;flex-flow:column}}@media screen and (max-width:1030px){.profile-sidebar .widget-area{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.profile-sidebar.sidebar-left:not(.forums-sidebar) .site-content-grid{-ms-flex-flow:column;flex-flow:column}}@media screen and (max-width:980px){#item-header-cover-image .flex>#send-private-message{margin:20px 0 0;-webkit-box-flex:100%;-ms-flex:100%;flex:100%}}@media screen and (max-width:782px){.bp_members.type-bp_members #item-header-content .gamipress-buddypress-points{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bp_members.type-bp_members #item-header-content>.flex #send-private-message,.bp_members.type-bp_members #item-header-content>.flex .bb-user-content-wrap,.bp_members.type-bp_members #item-header-content>.flex .member-header-actions{text-align:center}.bp_members.type-bp_members #item-header-content>.flex .bb-user-content-wrap .member-title-wrap{margin-bottom:15px}body #buddypress .users-header #header-cover-image.width-default{margin:-30px -20px 0}body #buddypress #header-cover-image{margin:-30px -20px 0}#cover-image-container{padding:30px 20px 0}}#TB_window{border-radius:4px}#TB_window #TB_title{display:inline-block;width:100%;height:auto;padding:10px 5px;border-radius:4px 4px 0 0}#TB_window #TB_title #TB_closeAjaxWindow #TB_closeWindowButton{right:10px}#TB_window #TB_title #TB_closeAjaxWindow #TB_closeWindowButton:active,#TB_window #TB_title #TB_closeAjaxWindow #TB_closeWindowButton:focus{box-shadow:none}#TB_window #TB_title #TB_closeAjaxWindow #TB_closeWindowButton:focus .tb-close-icon{box-shadow:none}#TB_window #TB_ajaxContent{padding:0 20px 20px;width:100%!important;height:auto!important}#TB_window #private-message-form-ux{margin-bottom:0;margin-top:12px;width:100%}#TB_window #private-message-form-ux>label{margin-bottom:10px;display:inline-block}#TB_window #private-message-form-ux input,#TB_window #private-message-form-ux textarea{display:block;width:100%;max-height:200px}#TB_window #private-message-form-ux input+br{display:none}@media screen and (max-width:560px){#TB_window{width:80%!important;max-width:100%!important;margin-left:0!important;margin-top:0!important;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}body .single-headers a.button,body .single-headers div.generic-button,body .single-headers li.generic-button{margin:5px 8px 5px 0}nav#object-nav .more-button{font-size:20px;padding:14px 0;line-height:1.1}nav#object-nav .more-button.active:after{bottom:-18px}nav#object-nav .sub-menu{top:50px;padding:10px 0}nav#object-nav .sub-menu span.count{float:right;font-size:10px}nav#object-nav .sub-menu .selected>a{border:0}@media screen and (min-width:46.8em){.single-headers #item-header-content{padding-left:0}}.subnav li:not(:last-child){padding-right:30px}.activity-type-navs ul li:not(:last-child),.document-type-navs ul li:not(:last-child),.groups-type-navs ul li:not(:last-child),.media-type-navs ul li:not(:last-child),.members-type-navs ul li:not(:last-child),.video-type-navs ul li:not(:last-child){padding-right:30px}.bp-single-vert-nav .bp-wrap .bp-navs.bp-subnavs{margin-bottom:20px}.bp-subnavs li.selected a{background:0 0;border-bottom:1px solid var(--bb-primary-color);color:var(--bb-headings-color);font-weight:500}.bp-subnavs li.selected a:hover{color:var(--bb-primary-color)}.bp-subnavs .sub-menu li.current a,.bp-subnavs .sub-menu li.selected a{border-bottom:0}@media screen and (max-width:782px){body #buddypress #item-header-cover-image{-ms-flex-flow:row wrap;flex-flow:row wrap}body #buddypress #item-header-cover-image #item-header-avatar{margin-right:auto;margin-left:auto}body #buddypress div#item-header #item-header-cover-image.bb-enable-cover-img #item-header-content,body #buddypress div#item-header .left #item-header-cover-image.bb-disable-cover-img #item-header-content{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}#buddypress .groups-header #cover-image-container.left #item-header-cover-image #item-header-avatar{margin-left:0}#buddypress .groups-header #cover-image-container.left #item-header-cover-image .bp-group-title-wrap{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}#buddypress .groups-header #cover-image-container.left #item-header-cover-image .bb-bp-group-title{text-align:left;-webkit-box-flex:0;-ms-flex:none;flex:none;margin-right:10px}#buddypress .groups-header #cover-image-container.left #item-header-content .bp-group-meta-wrap,#buddypress .groups-header #cover-image-container.left #item-header-content .group-actions-wrap{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}#buddypress .groups-header #cover-image-container.left #item-header-content .group-description{text-align:left}#buddypress .groups-header #cover-image-container.left #item-header-content .group-actions-absolute .groups-meta:first-child{margin-left:0}}@media screen and (max-width:46.8em){.buddypress-wrap:not(.bp-single-vert-nav) .bp-navs li{background:0 0;float:left}.buddypress-wrap .bb-subnav-plain li{margin-bottom:5px}.buddypress-wrap .bb-subnav-vert li{margin-bottom:5px}.buddypress-wrap .single-screen-navs li{border-bottom:0}.buddypress-wrap .bp-subnavs li.current a,.buddypress-wrap .bp-subnavs li.current a:focus,.buddypress-wrap .bp-subnavs li.current a:hover,.buddypress-wrap .bp-subnavs li.selected a,.buddypress-wrap .bp-subnavs li.selected a:focus,.buddypress-wrap .bp-subnavs li.selected a:hover{color:var(--bb-headings-color)}}.bp-user [data-bp-search] form input[type=search],.bp-user [data-bp-search] form input[type=text],body .buddypress-wrap .bp-invites-search-form input[type=search]{padding:6px 10px;height:auto;font-size:14px}body .buddypress-wrap .bp-invites-search-form:before,body .buddypress-wrap form.bp-dir-search-form:before,body .buddypress-wrap form.bp-messages-search-form:before{content:"\ef10";color:inherit;font-family:bb-icons;font-size:17px;opacity:.4;position:absolute;left:9px;top:4px}body .buddypress-wrap .bp-invites-search-form input[type=search],body .buddypress-wrap form.bp-dir-search-form input[type=search],body .buddypress-wrap form.bp-messages-search-form input[type=search]{background-repeat:no-repeat;background-position:10px 50%;background-size:16px;background-image:none;padding-left:2rem;width:100%;min-width:210px}body .buddypress-wrap .bp-invites-search-form input[type=search]::input-placeholder,body .buddypress-wrap form.bp-dir-search-form input[type=search]::input-placeholder,body .buddypress-wrap form.bp-messages-search-form input[type=search]::input-placeholder{color:inherit;opacity:.4}@media screen and (max-width:544px){body .buddypress-wrap .bp-invites-search-form input[type=search],body .buddypress-wrap form.bp-dir-search-form input[type=search],body .buddypress-wrap form.bp-messages-search-form input[type=search]{min-width:150px}}body.pending-invites .buddypress-wrap .bp-invites-search-form input[type=search]{min-width:360px}@media screen and (max-width:544px){body.pending-invites .buddypress-wrap .bp-invites-search-form input[type=search]{min-width:280px}}body .buddypress-wrap form.bp-messages-search-form input[type=search]:-webkit-autofill{background-repeat:no-repeat;background-size:16px;background-image:url(../images/svg/search.svg);background-position:left 10px center}.buddypress-wrap form.bp-dir-search-form,.buddypress-wrap form.bp-invites-search-form,.buddypress-wrap form.bp-messages-search-form{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);box-shadow:none;border-radius:var(--bb-input-radius);margin:0;position:relative}.buddypress-wrap form.bp-dir-search-form:focus-within,.buddypress-wrap form.bp-dir-search-form:focus-within:hover,.buddypress-wrap form.bp-invites-search-form:focus-within,.buddypress-wrap form.bp-invites-search-form:focus-within:hover,.buddypress-wrap form.bp-messages-search-form:focus-within,.buddypress-wrap form.bp-messages-search-form:focus-within:hover{border-color:var(--bb-input-focus-border-color);border-width:1px;box-shadow:var(--bb-input-focus-shadow)}.buddypress-wrap .bp-search form:hover,.buddypress-wrap .select-wrap:hover{border-color:var(--bb-content-border-color);box-shadow:none}.buddypress-wrap .select-wrap select,.buddypress-wrap .select-wrap select:active,.buddypress-wrap .select-wrap select:focus{background-color:var(--bb-content-background-color)}#content .buddypress-wrap .subnav-filters div button#user_messages_search_submit,body #content .buddypress-wrap .bp-invites-search-form .nouveau-search-submit{padding:0;position:absolute!important;width:30px;height:33px;opacity:0;left:0;z-index:10;overflow:hidden}.buddypress-wrap form.bp-dir-search-form button[type=submit],.buddypress-wrap form.bp-messages-search-form button[type=submit]{position:absolute;opacity:0;visibility:hidden;left:7px;top:7px;height:20px;width:20px}.buddypress-wrap .bp-tables-report,.buddypress-wrap .bp-tables-user,.buddypress-wrap table.forum,.buddypress-wrap table.wp-profile-fields{background-color:#fff;border-radius:4px;overflow:hidden}.buddypress-wrap .bp-tables-report{box-shadow:0 0 0 1px var(--bb-content-border-color)}.buddypress-wrap .bp-tables-user{background-color:var(--bb-content-background-color)}.buddypress-wrap .bp-tables-report tr td,.buddypress-wrap .bp-tables-report tr th,.buddypress-wrap .bp-tables-user tr td,.buddypress-wrap .bp-tables-user tr th,.buddypress-wrap table.forum tr td,.buddypress-wrap table.forum tr th,.buddypress-wrap table.wp-profile-fields tr td,.buddypress-wrap table.wp-profile-fields tr th{padding:25px 20px}.buddypress-wrap .bp-tables-report thead tr,.buddypress-wrap .bp-tables-user thead tr,.buddypress-wrap table.forum thead tr,.buddypress-wrap table.wp-profile-fields thead tr{background:0 0;border-bottom:1px solid var(--bb-content-border-color)}.buddypress-wrap .bp-tables-report tbody tr,.buddypress-wrap .bp-tables-user tbody tr,.buddypress-wrap table.forum tbody tr,.buddypress-wrap table.wp-profile-fields tbody tr{background:0 0}.buddypress-wrap .bp-tables-report tbody tr:nth-child(odd),.buddypress-wrap .bp-tables-user tbody tr:nth-child(odd){background:var(--bb-content-alternate-background-color)}.buddypress-wrap .bp-tables-report tbody tr:hover,.buddypress-wrap .bp-tables-user tbody tr:hover{background:var(--bb-content-alternate-background-color)}td.notification-description a{font-size:16px;color:var(--bb-headings-color);letter-spacing:-.24px;line-height:1.3;position:relative}.buddypress-wrap .subnav-filters .select-wrap{margin-right:12px}.buddypress-wrap .select-wrap{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius)}.buddypress-wrap .select-wrap select{margin-right:0;padding:6px 25px 6px 10px;position:relative;text-indent:0;background-color:var(--bb-content-background-color)}.buddypress-wrap .select-wrap span.select-arrow{display:none}.buddypress-wrap .current-visibility-level{color:var(--bb-alternate-text-color)}.buddypress-wrap .field-visibility-settings{color:inherit}body .buddypress-wrap .subnav-filters .component-filters select,body .buddypress-wrap .subnav-filters .last select{font-size:14px;max-width:100%;min-height:34px;background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:right 10px center;border:0}.buddypress-wrap .bp-pagination{color:var(--bb-alternate-text-color);padding:10px 0}.buddypress-wrap .notifications-options-nav input#notification-bulk-manage{border:0;border-radius:3px;line-height:1;margin:1px 0 0 10px;padding:0 20px;min-height:34px;height:34px;font-size:14px;font-weight:500}.bb-sort-by-date{font-size:15px;color:var(--bb-alternate-text-color);letter-spacing:-.24px;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}span.notifications-order-actions{margin-left:5px;padding-top:1px;position:relative}span.notifications-order-actions a{color:var(--bb-alternate-text-color)}body.buddypress .buddypress-wrap .bs-section-title{margin-bottom:0}.buddypress-wrap .bp-messages{border:1px solid var(--bb-content-border-color);margin:0;border-radius:var(--bb-block-radius-inner)}.buddypress-wrap .bp-messages:after{content:"";clear:both;display:table}span.count:empty{display:none!important}#whats-new-content+#message{margin-top:20px}.buddypress-wrap #group-settings-form .bp-messages{margin-bottom:20px}.bp-feedback{box-shadow:none;border:1px solid var(--bb-content-border-color);background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius-inner);color:var(--bb-body-text-color)}.bp-feedback:after{content:"";display:table}.bp-feedback .bp-icon{border-radius:4px 0 0 4px}.bp-feedback.help .bp-icon,.bp-feedback.info .bp-icon{background-color:var(--bb-default-notice-color)}.bp-feedback.loading .bp-icon,.bp-feedback.warning .bp-icon{background-color:var(--bb-warning-color)}.bp-feedback.success .bp-icon,.bp-feedback.updated .bp-icon{background-color:var(--bb-success-color)}.bp-feedback.error .bp-icon{background-color:var(--bb-danger-color)}.bp-feedback.bp-feedback-v2{color:var(--bb-default-notice-color);background-color:rgba(var(--bb-default-notice-color-rgb),.1);border:0;border-radius:0;padding-left:20px}.bp-feedback.bp-feedback-v2 .bp-icon{background-color:transparent!important;color:var(--bb-default-notice-color);margin-right:0}.bp-feedback.bp-feedback-v2 p{padding:14px 5px}.bp-feedback.bp-feedback-v2.help,.bp-feedback.bp-feedback-v2.info{color:var(--bb-default-notice-color);background-color:rgba(var(--bb-default-notice-color-rgb),.1)}.bp-feedback.bp-feedback-v2.help .bp-icon,.bp-feedback.bp-feedback-v2.info .bp-icon{color:var(--bb-default-notice-color)}.bp-feedback.bp-feedback-v2.error{color:var(--bb-danger-color);background-color:rgba(var(--bb-danger-color-rgb),.1)}.bp-feedback.bp-feedback-v2.error .bp-icon{color:var(--bb-danger-color)}.bp-feedback.bp-feedback-v2.loading,.bp-feedback.bp-feedback-v2.warning{color:var(--bb-warning-color);background-color:rgba(var(--bb-warning-color-rgb),.1)}.bp-feedback.bp-feedback-v2.loading .bp-icon,.bp-feedback.bp-feedback-v2.warning .bp-icon{color:var(--bb-warning-color)}.bp-feedback.bp-feedback-v2.success,.bp-feedback.bp-feedback-v2.updated{color:var(--bb-success-color);background-color:rgba(var(--bb-success-color-rgb),.1)}.bp-feedback.bp-feedback-v2.success .bp-icon,.bp-feedback.bp-feedback-v2.updated .bp-icon{color:var(--bb-success-color)}.buddypress-wrap .bp-feedback:not(.custom-homepage-info) p,.widget-error .bp-feedback p{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0;padding-right:20px}#buddypress .bp-invites-content ul.item-list li img.avatar{border-radius:50%}#buddypress .bb-groups-messages-left .action .invite-button,#item-body #group-invites-container .bp-invites-content .action button.invite-button{background:url(../images/svg/circle-add.svg) no-repeat;height:26px;width:26px;background-size:contain;padding:0;min-width:26px;border:0}#buddypress .bb-groups-messages-left .action .invite-button .icons,#item-body #group-invites-container .bp-invites-content .action button.invite-button .icons{opacity:0;visibility:hidden}#buddypress .bb-groups-messages-left .selected .invite-button,#item-body #group-invites-container .bp-invites-content .selected .action button.invite-button{background:url(../images/svg/circle-close.svg) no-repeat}.buddypress-wrap ul.item-list li .invite-button:not(.group-remove-invite-button) span.icons:before{content:"\eef9";font-family:bb-icons;font-weight:100}.bp-feedback p{font-size:14px;line-height:1.5;padding:10px 5px}.bulk-select-all,.bulk-select-check{min-width:40px}.bulk-select-all label,.bulk-select-check label{margin:0!important}.notification-list.bb-nouveau-list{margin-bottom:20px}.notification-list.bb-nouveau-list .bs-item-wrap .bb-input-wrap>label:after,.notification-list.bb-nouveau-list .bulk-select-all>label:after{font-weight:400}.notification-list.bb-nouveau-list .bs-item-wrap .notification-avatar a>i{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--bb-alternate-text-color);bottom:-5px;border-radius:50%;color:var(--bb-content-background-color);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:18px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:25px;line-height:25px;position:absolute;right:-5px;width:25px}.notification-list.bb-nouveau-list .bs-item-wrap .notification-avatar a>i.bb-icon-calendar{font-size:17px}.notification-dropdown .notification-list.bb-nouveau-list .actions{opacity:0;visibility:hidden}@media (hover:none) and (pointer:coarse){.notification-dropdown .notification-list.bb-nouveau-list .actions{opacity:1;visibility:visible}.notification-dropdown .notification-list.bb-nouveau-list .unread:before{display:none}}.notification-dropdown .notification-list.bb-nouveau-list li:hover .actions{opacity:1;visibility:visible}.notification-list.bb-nouveau-list .actions{opacity:1;visibility:visible;font-size:0;min-width:40px}.notification-list.bb-nouveau-list .actions a{color:rgba(18,43,70,.4);margin-left:6px}.notification-list.bb-nouveau-list .actions .dashicons{font-size:18px}.notification-list.bb-nouveau-list .actions .delete .dashicons{font-size:16px;position:relative}.notification-list.bb-nouveau-list .actions .dashicons-dismiss:before,.notification-list.bb-nouveau-list .actions .dashicons-hidden:before,.notification-list.bb-nouveau-list .actions .dashicons-trash:before,.notification-list.bb-nouveau-list .actions .dashicons-visibility:before{content:"\ee6a";font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;font-size:20px}.notification-list.bb-nouveau-list .actions .dashicons-dismiss:before{content:"\e828"}.notification-list.bb-nouveau-list .actions .dashicons-trash:before{content:"\ef48"}.notification-list.bb-nouveau-list .actions .dashicons-hidden:before{content:"\ee69"}.buddypress-wrap .subnav-filters:after,.buddypress-wrap .subnav-filters:before{display:none}.buddypress-wrap .subnav-filters>ul{margin-left:0;margin-bottom:0}@media screen and (min-width:32em){#activity-stream{clear:both;padding-top:0}}@media (max-width:543px){.notification-list.bb-nouveau-list .avatar:not(.profile-avatar){max-width:44px}.notification-list.bb-nouveau-list .actions{font-size:0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:8px 0 0 98px}.notification-list.bb-nouveau-list .notification-content+.actions{-webkit-box-flex:0;-ms-flex:none;flex:none;padding:0}body.buddypress .buddypress-wrap .bs-section-title{font-size:20px}.bb-sort-by-date{font-size:13px;text-align:right}.notification-list .bs-item-wrap:not(.bs-header-item){-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.atwho-view{border-color:var(--bb-content-border-color);background-color:var(--bb-content-background-color)}.atwho-view ul li .username,.atwho-view ul li.list-loader{color:var(--bb-alternate-text-color)}.atwho-view small{color:var(--bb-headings-color)}.atwho-view .cur{background-color:var(--bb-content-alternate-background-color)}#whats-new-form,#whats-new-form-placeholder{margin:0}#whats-new-form .bp-feedback,#whats-new-form-placeholder .bp-feedback{min-width:100%}#whats-new-form.focus-in #bp-activity-privacy-point{color:var(--bb-alternate-text-color)}#whats-new-form #whats-new-post-in-box .bp-activity-object{padding:7px 26px 7px 30px;min-height:34px;margin:1px 0}#whats-new-form #whats-new-post-in-box .bp-activity-object:hover{background-color:var(--bb-content-alternate-background-color)}#whats-new-post-in-box-items .bp-activity-object label{margin:0}.activity-link-preview-title{color:var(--bb-headings-color)}.dropzone .dz-default,.dropzone .dz-preview .dz-image,.dropzone .dz-preview.dz-file-preview .dz-details,.dropzone.media-dropzone .dz-preview:not(.dz-image-preview) .dz-image,.dropzone.video-dropzone .dz-preview,.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail){background-color:var(--bb-content-alternate-background-color);border-radius:var(--bb-block-radius-inner)}.ac-reply-content .dropzone .dz-default,.ac-reply-content .dropzone .dz-preview .dz-image,.ac-reply-content .dropzone .dz-preview.dz-file-preview .dz-details,.ac-reply-content .dropzone.media-dropzone .dz-preview:not(.dz-image-preview) .dz-image,.ac-reply-content .dropzone.video-dropzone .dz-preview,.ac-reply-content .dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail){background-color:var(--bb-content-background-color)}.dropzone .dz-default .dz-button:hover>strong,.dropzone .dz-default .dz-button>strong{color:var(--bb-headings-color)}.dropzone .dz-preview.dz-file-preview .dz-details{border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner)}.buddypress .buddypress-wrap form#whats-new-form button.bp-remove-item{background-color:transparent;border:0;padding:0;margin-top:0;margin-left:30px;margin-right:2px;line-height:1}.buddypress .buddypress-wrap form#whats-new-form button.bp-remove-item:before{content:"\e828";font-family:bb-icons;speak:none;font-style:normal;font-weight:100;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;color:#939597}.emojionearea .emojionearea-picker{background-color:var(--bb-content-background-color);border-radius:4px}.emojionearea .emojionearea-picker.emojionearea-filters-position-top .emojionearea-filters{border-top-right-radius:4px;border-top-left-radius:4px}.emojionearea .emojionearea-picker .emojionearea-filters{background-color:var(--bb-content-alternate-background-color);border-bottom:1px solid var(--bb-content-border-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter.active{border-left:1px solid var(--bb-content-border-color);border-right:1px solid var(--bb-content-border-color);background-color:var(--bb-content-background-color)}.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter:last-child{border-radius:0 4px 0 0}.emojionearea .emojionearea-picker .emojionearea-filters i.emojionearea-filter:first-child[style*="display: none"]+i.emojionearea-filter:not([style*="display: none"]){border-left-width:0;border-radius:4px 0 0}.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter:first-of-type{border-left-width:0}.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter:last-of-type{border-right-width:0}#whats-new-textarea [contenteditable=true]:empty:before,#whats-new-textarea-placeholder [contenteditable=true]:empty:before{color:rgba(var(--bb-body-text-color-rgb),.5)}#whats-new-formatting-toolbar .emojionearea .emojionearea-button,#whats-new-formatting-toolbar a [class*=" bb-icon-"],#whats-new-messages-toolbar .emojionearea .emojionearea-button,#whats-new-messages-toolbar a [class*=" bb-icon-"],#whats-new-toolbar .emojionearea .emojionearea-button,#whats-new-toolbar a [class*=" bb-icon-"],.ac-reply-toolbar .emojionearea .emojionearea-button,.ac-reply-toolbar a [class*=" bb-icon-"]{color:rgba(var(--bb-headings-color-rgb),.4)}#whats-new-formatting-toolbar .active a [class*=" bb-icon-"],#whats-new-formatting-toolbar .emojionearea .emojionearea-button.active,#whats-new-formatting-toolbar .emojionearea .emojionearea-button:hover:before,#whats-new-formatting-toolbar a.active [class*=" bb-icon-"],#whats-new-formatting-toolbar a.open [class*=" bb-icon-"],#whats-new-formatting-toolbar a:hover [class*=" bb-icon-"],#whats-new-messages-toolbar .active a [class*=" bb-icon-"],#whats-new-messages-toolbar .emojionearea .emojionearea-button.active,#whats-new-messages-toolbar .emojionearea .emojionearea-button:hover:before,#whats-new-messages-toolbar a.active [class*=" bb-icon-"],#whats-new-messages-toolbar a.open [class*=" bb-icon-"],#whats-new-messages-toolbar a:hover [class*=" bb-icon-"],#whats-new-toolbar .active a [class*=" bb-icon-"],#whats-new-toolbar .emojionearea .emojionearea-button.active,#whats-new-toolbar .emojionearea .emojionearea-button:hover:before,#whats-new-toolbar a.active [class*=" bb-icon-"],#whats-new-toolbar a.open [class*=" bb-icon-"],#whats-new-toolbar a:hover [class*=" bb-icon-"],.ac-reply-toolbar .active a [class*=" bb-icon-"],.ac-reply-toolbar .emojionearea .emojionearea-button.active,.ac-reply-toolbar .emojionearea .emojionearea-button:hover:before,.ac-reply-toolbar a.active [class*=" bb-icon-"],.ac-reply-toolbar a.open [class*=" bb-icon-"],.ac-reply-toolbar a:hover [class*=" bb-icon-"]{color:var(--bb-headings-color)}#whats-new-formatting-toolbar .active a [class*=" bb-icon-"],#whats-new-formatting-toolbar .emojionearea .emojionearea-button.active:before,#whats-new-formatting-toolbar a.active [class*=" bb-icon-"],#whats-new-messages-toolbar .active a [class*=" bb-icon-"],#whats-new-messages-toolbar .emojionearea .emojionearea-button.active:before,#whats-new-messages-toolbar a.active [class*=" bb-icon-"],#whats-new-toolbar .active a [class*=" bb-icon-"],#whats-new-toolbar .emojionearea .emojionearea-button.active:before,#whats-new-toolbar a.active [class*=" bb-icon-"],.ac-reply-toolbar .active a [class*=" bb-icon-"],.ac-reply-toolbar .emojionearea .emojionearea-button.active:before,.ac-reply-toolbar a.active [class*=" bb-icon-"]{font-weight:300}#whats-new-formatting-toolbar .post-elements-buttons-item.disable a:hover [class*=" bb-icon-"],#whats-new-messages-toolbar .post-elements-buttons-item.disable a:hover [class*=" bb-icon-"],#whats-new-toolbar .post-elements-buttons-item.disable a:hover [class*=" bb-icon-"],.ac-reply-toolbar .post-elements-buttons-item.disable a:hover [class*=" bb-icon-"]{color:rgba(var(--bb-headings-color-rgb),.3)}#editor-toolbar [class*=" bb-icon-"]{color:rgba(var(--bb-headings-color-rgb),.4)}#editor-toolbar [class*=" bb-icon-"]:hover{color:var(--bb-headings-color)}#editor-toolbar .emojionearea-button:before{color:rgba(var(--bb-headings-color-rgb),.4)}#editor-toolbar .emojionearea-button:hover:before{color:var(--bb-headings-color)}#editor-toolbar .active [class*=" bb-icon-"]:before,#editor-toolbar .emojionearea-button.active:before{color:var(--bb-headings-color);font-weight:300!important}.activity-update-form .bb-model-header a .bb-icon-times,.bp-nouveau-activity-form-placeholder- .bb-model-header a .bb-icon-times{color:rgba(var(--bb-headings-color-rgb),.4)}.activity-update-form .bb-model-header a:hover .bb-icon-times,.bp-nouveau-activity-form-placeholder- .bb-model-header a:hover .bb-icon-times{color:var(--bb-headings-color)}.activity-update-form .bb-model-header a .bb-icon-close,.bp-nouveau-activity-form-placeholder- .bb-model-header a .bb-icon-close{color:rgba(var(--bb-headings-color-rgb),.4)}.activity-update-form .bb-model-header a:hover .bb-icon-close,.bp-nouveau-activity-form-placeholder- .bb-model-header a:hover .bb-icon-close{color:var(--bb-headings-color)}#buddypress .medium-editor-toolbar .medium-editor-toolbar-actions button,.buddypress .medium-editor-toolbar .medium-editor-toolbar-actions button,.medium-editor-toolbar .medium-editor-toolbar-actions button{color:rgba(var(--bb-headings-color-rgb),.4)}#buddypress .medium-editor-toolbar .medium-editor-toolbar-actions button.medium-editor-button-active,.buddypress .medium-editor-toolbar .medium-editor-toolbar-actions button.medium-editor-button-active,.medium-editor-toolbar .medium-editor-toolbar-actions button.medium-editor-button-active{color:var(--bb-headings-color)}.medium-editor-toolbar-form a{color:rgba(var(--bb-headings-color-rgb),.4)}.medium-editor-toolbar-form a:hover{color:var(--bb-headings-color)}h4 .bp-reported-type{color:var(--bb-headings-color)}#buddypress input#privacy-status-back,#buddypress input#privacy-status-group-back{color:rgba(var(--bb-headings-color-rgb),.4)}#buddypress input#privacy-status-back:hover,#buddypress input#privacy-status-group-back:hover{color:var(--bb-headings-color)}#whats-new-toolbar .active a .bb-icon,#whats-new-toolbar a.active .bb-icon,#whats-new-toolbar a.open .bb-icon{color:var(--bb-headings-color)}.buddypress-wrap:not(.bp-single-vert-nav) .main-navs>ul>li>a{padding:10px 0}body.buddypress article.page>.entry-header .entry-title{font-size:28px;color:var(--bb-headings-color)}#buddypress #dir-activity-search,#buddypress #dir-groups-search,#buddypress #group-activity-search{border:0;background-color:transparent;padding-left:35px;font-size:14px;height:34px}select#activity-filter-by{border:0}.filters .feed{height:34px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.filters .feed a{color:rgba(18,43,70,.4)}.filters .feed a:hover{color:#122b46}body #bbpress-forums .bp-list .action,body #buddypress .bp-list .action{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}body #bbpress-forums .bp-list .action .generic-button,body #buddypress .bp-list .action .generic-button{margin-right:15px}body #bbpress-forums .bp-list .action .generic-button a,body #buddypress .bp-list .action .generic-button a{color:var(--bb-primary-color);border-color:var(--bb-primary-color)}@media screen and (max-width:400px){body #buddypress #members-list.bp-list.following-list .following-meta.action{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}body #buddypress #members-list.bp-list.following-list .following-meta.action .generic-button,body #buddypress #members-list.bp-list.following-list .following-meta.action .generic-button:last-child{margin-left:5px;margin-right:5px}}.bp-list li .item-avatar{float:left}div#cover-image-container{margin-top:-31px}@media screen and (min-width:46.8em){.bp-dir-vert-nav .dir-navs{min-width:180px}.bp-dir-vert-nav .screen-content{border-color:var(--bb-content-border-color)}.bp-dir-vert-nav .dir-navs ul li.selected a{background:0 0;color:inherit}.bp-dir-vert-nav .dir-navs ul li.selected{border:0}#buddypress.bp-dir-vert-nav .dir-navs 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;border-bottom:0;padding:4px 0}#buddypress.bp-dir-vert-nav .dir-navs li.selected a{border-bottom:0}.bp-dir-vert-nav .dir-navs ul li.selected a span{color:#fff}.bp-dir-vert-nav .dir-navs ul li a:focus span,.bp-dir-vert-nav .dir-navs ul li a:hover span{border:0}}.entry-content #groups-list .item-avatar a{display:inline-block;background:#fff;border:3px solid #fff;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px var(--bb-content-border-color);border-radius:4px}.entry-content .widget #groups-list .item-avatar a{box-shadow:none;border:0}.buddypress-wrap.round-avatars .item-avatar a{border-radius:50%}.buddypress-wrap .groups-list li .item-meta{margin-bottom:0;line-height:1.6}.buddypress #buddypress.bp-dir-vert-nav .create-button a{font-size:14px;font-weight:400;min-height:34px;padding:4px 20px;border:1px solid var(--bb-primary-color);background:0 0;color:var(--bb-primary-color);box-shadow:none;border-radius:50px;text-decoration:none}#buddypress h4.bb-active-order{margin:0 0 0 20px}.buddypress-wrap .groups-list li .group-desc{border:0;border-radius:0;color:#737373;font-style:italic;margin:0;padding:0}.buddypress-wrap .grid.bp-list>li .item .group-desc,.buddypress-wrap .grid.bp-list>li .item .item-block{width:100%;margin-top:0;min-height:10px;font-size:13px}.buddypress-wrap .grid.bp-list>li .item .item-block{min-height:auto}.buddypress-wrap .grid.groups-list>li .item .last-activity{margin-top:0}.buddypress-wrap .grid.groups-list li .list-title{margin-bottom:10px}.buddypress-wrap .groups-list li p{margin:0 0 15px}.buddypress #buddypress.bp-dir-hori-nav .create-button a,.buddypress #buddypress.bp-dir-hori-nav .create-button a:hover{text-decoration:none}@media screen and (min-width:24em){.grid.groups-list .list-wrap{min-height:40px}.grid.groups-list .list-wrap .item-block{min-height:10px}}@media screen and (min-width:46.8em){.buddypress .bp-vertical-navs .groups-list .item-avatar{margin-right:20px;width:auto}.buddypress-wrap .groups-list li .group-desc{font-size:13px;line-height:1.5;font-style:normal}}@media screen and (max-width:980px){body #buddypress .group-invites-column .bp-list .action{-webkit-box-flex:inherit;-ms-flex:inherit;flex:inherit}}body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions,body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content{margin-top:0;margin-left:0;max-width:100%}body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image.bb-disable-cover-img #item-header-content{margin-top:-30px}body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image.bb-disable-cover-img #item-header-content .group-actions-absolute{top:-10px}body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image.bb-disable-cover-img #item-header-avatar+#item-header-content{margin-top:0;padding-top:0}body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image.bb-disable-cover-img #item-header-avatar+#item-header-content .group-actions-absolute{top:0}body.single-item.single-item.groups #buddypress div#item-header .centered #item-header-cover-image.bb-disable-cover-img #item-header-avatar+#item-header-content{margin-top:20px}body.single-item.single-item.groups #buddypress div#item-header .left #item-header-cover-image.bb-disable-cover-img #item-header-content:first-child .group-actions-absolute{top:0}@media screen and (min-width:1400px){body.single-item.single-item.groups #buddypress div#item-header .left #item-header-cover-image.bb-disable-cover-img #item-header-content:first-child .group-actions-absolute{top:20px}}.bp-list li .item-meta,.bp-list li .meta{letter-spacing:-.24px;line-height:1.3;font-size:12px;font-weight:300;color:var(--bb-alternate-text-color);margin:0}.single-headers{margin-bottom:0}body.buddypress .buddypress-wrap .bp-screen-title{margin:15px 0 0;display:none}.single-headers .activity{font-size:13px;margin-bottom:0}#buddypress #item-header-cover-image .highlight{margin-bottom:6px;padding:0}.group-description p{margin-bottom:1rem}.bp-avatar-nav ul,.bp-avatar-nav ul.avatar-nav-items li.current{border-color:var(--bb-content-border-color);font-size:14px}.bp-avatar-nav ul.avatar-nav-items li.current{border-bottom-color:var(--bb-content-background-color)}#buddypress input#bp-browse-button{margin-top:10px}.avatar-crop-management #avatar-crop-pane{margin-bottom:10px}.avatar-crop-management #avatar-crop-actions a.avatar-crop-cancel{color:var(--bb-alternate-text-color);font-size:15px}.avatar-crop-management #avatar-crop-actions a.avatar-crop-cancel:hover{color:var(--bb-primary-color)}body #buddypress p.warning,body.profile_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning,body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning{display:block;font-size:85%;margin:1em 0;color:var(--bb-warning-color);background-color:rgba(var(--bb-warning-color-rgb),.1);border-color:rgba(var(--bb-warning-color-rgb),.1);position:relative;padding:10px 15px;margin-bottom:1rem;border:1px solid transparent;border-radius:var(--bb-block-radius-inner)}.bb-bp-profile-screen{font-size:16px}.bb-bp-profile-screen .bp-cover-image{margin-top:20px;margin-bottom:20px}#buddypress #bp-delete-avatar,#buddypress #bp-delete-cover-image{color:#fff;background-color:var(--bb-danger-color);border:0;font-size:14px;padding:12px 25px;font-weight:500}#buddypress #bp-delete-avatar:hover,#buddypress #bp-delete-cover-image:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}#pass-strength-result{margin-bottom:30px}#buddypress .register-section .bp-heading{font-size:18px;margin:0 0 15px;line-height:1.2}#buddypress .register-section label,#buddypress .register-section legend{font-weight:400;font-size:14px;margin:0 0 3px}#buddypress .register-section input[type=password]{margin-bottom:20px}#buddypress .register-section a.clear-value{display:none}#buddypress .register-section .field-visibility-settings-header{font-size:12px;margin-bottom:10px}#buddypress .register-section .field-visibility-settings div.radio label{position:relative}#buddypress .register-section .field-visibility-settings div.radio .field-visibility-text{margin-left:35px}#buddypress .register-section .field-visibility-settings input[type=radio]{width:22px!important;height:22px;position:absolute;top:0;left:0;z-index:10;margin-top:0;opacity:0;margin-right:10px}#buddypress .register-section .field-visibility-settings span.bs-radio{display:inline-block;vertical-align:middle;cursor:pointer;position:absolute;top:0;left:0;overflow:hidden;width:22px;height:22px;line-height:1;background-color:#fff;border:2px solid #d6dce6;border-radius:100%;margin-right:10px;z-index:7}#buddypress .register-section .field-visibility-settings span.bs-radio.on:after{content:"";position:absolute;top:2px;left:2px;border-radius:100%;width:14px;height:14px;display:inline-block;background-color:var(--bb-primary-color);z-index:9}#buddypress .register-section .visibility-toggle-link{font-size:13px;background-color:transparent;color:var(--bb-headings-color);border:0;font-weight:600;min-height:auto;padding:0;vertical-align:baseline;border-radius:0;margin-left:5px}#buddypress .register-section .visibility-toggle-link:active,#buddypress .register-section .visibility-toggle-link:focus,#buddypress .register-section .visibility-toggle-link:hover{background:0 0;color:var(--bb-primary-color);box-shadow:none}#buddypress .register-section p.description{font-size:14px}#buddypress .register-section .datebox-selects{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}#buddypress .register-section .datebox-selects label,#buddypress .register-section .datebox-selects select{margin-right:10px;margin-bottom:10px}#buddypress .register-section .wp-editor-tabs button{background:0 0;border:1px solid #ddd;color:inherit;padding:6px 12px;height:auto;min-height:10px;border-radius:3px 3px 0 0}#buddypress .register-section .wp-editor-tabs button:active,#buddypress .register-section .wp-editor-tabs button:focus,#buddypress .register-section .wp-editor-tabs button:hover{background:0 0;color:inherit;border:1px solid #ddd}#buddypress .register-section .html-active .wp-editor-tabs .switch-html,#buddypress .register-section .tmce-active .wp-editor-tabs .switch-tmce{background-color:#f5f5f5;border-bottom-color:#f5f5f5}#buddypress .register-section .quicktags-toolbar .button{color:inherit;background:0 0;border:0;font-weight:700;padding:0 5px;margin:0 6px 0 0;border-radius:0;box-shadow:none;font-size:14px;height:auto;min-height:10px}#buddypress .register-section .editfield:first-child{margin-top:0}@media screen and (min-width:46.8em){.buddypress-wrap .register-page .layout-wrap{display:block}.buddypress-wrap.extended-default-reg .register-page .default-profile,.buddypress-wrap.extended-default-reg .register-page .extended-profile{padding:0}}#group-invites-container,.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body div#group-invites-container{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);margin:0}#group-invites-container .select2-container--default .select2-selection--multiple,.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body div#group-invites-container .select2-container--default .select2-selection--multiple{background-color:var(--bb-content-background-color)}#group-invites-container ul.subnav li,.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body div#group-invites-container ul.subnav li{float:none;margin:0;padding-right:0}#group-invites-container ul.subnav a,.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body div#group-invites-container ul.subnav a{border-bottom:0;padding:6px 0}@media screen and (max-width:680px){#group-invites-container ul.subnav li{float:left}}form#group_invites_search_form:after{content:"";display:table;clear:both}.drag-drop .drag-drop-inside p{color:inherit}.groups.group-admin .bp-navs.group-subnav li{float:none;padding:0}body .groups-manage-members-list .section-title{background:0 0;color:var(--bb-headings-color);font-weight:500;font-size:20px;line-height:1.1;padding-left:0;letter-spacing:0}#buddypress #members-list .members-meta.action>.generic-button:last-child a,#buddypress #members-list .members-meta.action>.generic-button:last-child button{font-size:.875rem;min-height:32px;padding:5px 20px;border-radius:100px;border:1px solid var(--bb-primary-color);background:0 0;color:var(--bb-primary-color);margin-left:10px;min-width:120px}#buddypress #members-list .members-meta.action>.generic-button:last-child a:focus,#buddypress #members-list .members-meta.action>.generic-button:last-child a:hover,#buddypress #members-list .members-meta.action>.generic-button:last-child button:focus,#buddypress #members-list .members-meta.action>.generic-button:last-child button:hover{box-shadow:none}.groups-manage-members-list ul.item-list>li:first-child{border-top-left-radius:var(--bb-block-radius-inner);border-top-right-radius:var(--bb-block-radius-inner)}.groups-manage-members-list ul.item-list>li:last-child{border-bottom-left-radius:var(--bb-block-radius-inner);border-bottom-right-radius:var(--bb-block-radius-inner)}#buddypress .groups-manage-members-list{padding:0}#buddypress .groups-manage-members-list ul.item-list{margin:0 0 30px}#buddypress .groups-manage-members-list ul.item-list>li{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);margin-bottom:-1px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:15px 20px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#buddypress .groups-manage-members-list ul.item-list>li .avatar{max-width:44px;width:100%;margin-right:15px}#buddypress .groups-manage-members-list .members-manage-buttons{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;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;padding-left:57px;margin:0}#buddypress .groups-manage-members-list .members-manage-buttons .button{min-width:20px;display:inline-block;font-size:12px;min-height:20px;padding:4px 12px;margin:5px 10px 5px 0}#buddypress .groups-manage-members-list .list-title.member-name a{font-size:20px;font-weight:400}#group-settings-form fieldset{border:0;padding:0;margin-bottom:0;margin-top:0;font-size:14px;line-height:1.5}#group-settings-form p.description{padding:10px 0;font-size:13px;margin-bottom:20px}.groups.group-admin #item-body #group-settings-form label[for=delete-group-understand]{margin:30px 0 15px}div#bs-member-profile:empty{display:none}#item-body .bb-message-heading h2,#item-body .bs-member-notifications .title.title{margin:0}.group-create #buddypress.bp-single-vert-nav #group-invites-container .group-invites-column,.group-create .type-bp_members #buddypress.bp-single-vert-nav #group-invites-container .group-invites-column{padding:0}.type-bp_members .buddypress-wrap .activity-list .load-more a,.type-bp_members .buddypress-wrap .activity-list .load-newest a{color:var(--bb-primary-color)}.type-bp_members .buddypress-wrap .activity-list .load-more a:hover,.type-bp_members .buddypress-wrap .activity-list .load-newest a:hover{color:#0f74e0}#item-body #group-invites-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;border-radius:var(--bb-block-radius)}#item-body #group-invites-container .bp-navs.group-subnav{border-bottom:0;-webkit-box-flex:0;-ms-flex:0 0 220px;flex:0 0 220px;background:var(--bb-content-alternate-background-color);border-right:1px solid var(--bb-content-border-color);min-height:60vh;border-radius:var(--bb-block-radius) 0 0 var(--bb-block-radius);margin:0;padding:30px 0}#item-body #group-invites-container .bp-navs.group-subnav a{border:0;font-size:14px;color:var(--bb-headings-color);letter-spacing:-.24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:13px 20px;line-height:1;margin-bottom:1px}#item-body #group-invites-container .bp-navs.group-subnav a:hover{background:rgba(77,92,109,.1)}#item-body #group-invites-container .bp-navs.group-subnav .current a,#item-body #group-invites-container .bp-navs.group-subnav .selected a{background:rgba(77,92,109,.1);color:var(--bb-primary-color);font-weight:400}#item-body #group-invites-container .group-invites-column{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:30px}#item-body #group-invites-container .bp-invites-content .item-list>li{background-color:var(--bb-body-background-color);border:1px solid var(--bb-content-border-color);border-bottom:0;margin-bottom:-1px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:15px 20px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:0;width:100%}#item-body #group-invites-container .bp-invites-content .item-list>li:first-child{border-top-left-radius:3px;border-top-right-radius:3px}#item-body #group-invites-container .bp-invites-content .item-list>li:last-child{border-bottom:1px solid var(--bb-content-border-color);border-bottom-right-radius:var(--bb-block-radius-inner);border-bottom-left-radius:var(--bb-block-radius-inner)}#item-body #group-invites-container .bp-invites-content .list-title{color:var(--bb-headings-color);font-size:20px;margin:0 auto;width:100%}#item-body #group-invites-container .bp-invites-content .item-meta .group-inviters li{color:var(--bb-alternate-text-color)}#item-body #group-invites-container .bp-invites-content .action{position:static}#item-body #group-invites-container .bp-invites-content .action button{height:auto;min-height:10px;padding:0;min-width:40px;border:0;color:inherit;background:0 0;box-shadow:none}#item-body #group-invites-container .bp-invites-content .action button .icons:before{font-size:22px}#item-body #group-invites-container .bp-invites-content .button.selected{color:#ee343c}#item-body #group-invites-container .bp-invites-content #send-invites-editor{margin-top:30px}#item-body #group-invites-container .bp-invites-content #send-invites-editor img.avatar{border-radius:50%;max-width:40px}#item-body #group-invites-container .bp-invites-content #send-invites-editor #bp-send-invites-form label{font-size:14px}#item-body #group-invites-container .bp-invites-content #send-invites-editor #bp-send-invites-form .action{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row-reverse;flex-flow:row-reverse}#item-body #group-invites-container .bp-invites-content #send-invites-editor #bp-send-invites-form .action button{color:#939597}#item-body #group-invites-container .bp-invites-content #send-invites-editor #bp-send-invites-form .action button#bp-invites-send{margin-left:0;background-color:var(--bb-primary-color);color:#fff;min-height:34px;padding:6px 20px;border-radius:100px}#item-body #group-invites-container .bp-invites-content #send-invites-editor #bp-send-invites-form .action button#bp-invites-send:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}#item-body #group-invites-container li.selected{background-color:var(--bb-content-alternate-background-color)}#item-body #group-invites-container .bp-invites-content .action{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}#item-body #group-invites-container .bp-navs.group-subnav a:hover{color:var(--bb-primary-color)}#item-body #group-invites-container .bp-navs.group-subnav .current a,#item-body #group-invites-container .bp-navs.group-subnav .selected a{color:var(--bb-headings-color)}@media screen and (min-width:768px) and (max-width:1040px){#item-body #group-invites-container .bp-navs.group-subnav,#item-body #group-invites-container .group-invites-column,.groups.group-admin #buddypress #item-body #group-settings-form,.groups.group-admin #buddypress #item-body nav.bp-navs.group-subnav{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:10px;border-right:0;border-radius:4px 4px 0 0}#item-body #group-invites-container .bp-navs.group-subnav,.groups.group-admin #buddypress #item-body nav.bp-navs.group-subnav{padding:0;margin-bottom:10px}.groups.group-admin #buddypress #item-body .bp-navs.group-subnav a{padding:10px 15px}#item-body #group-invites-container .group-invites-column,.groups.group-admin #buddypress #item-body #group-settings-form{padding:20px}#group-invites-container ul.subnav li,.groups.group-admin #buddypress #item-body nav.bp-navs.group-subnav li{float:left!important}#item-body #group-invites-container .bp-navs.group-subnav{border-bottom:1px solid var(--bb-content-border-color)}}@media screen and (max-width:767px){#item-body #group-invites-container .bp-navs.group-subnav,#item-body #group-invites-container .group-invites-column{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:10px;border-right:0;border-radius:4px 4px 0 0}#item-body #group-invites-container .bp-navs.group-subnav{padding:0}#item-body #group-invites-container .group-invites-column{padding:20px}#group-invites-container ul.subnav li{float:left!important}#item-body #group-invites-container .bp-navs.group-subnav{border-bottom:1px solid var(--bb-content-border-color)}.bb-groups-invites-left.bb-select-member-view .bb-groups-invites-left-inner{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color)}}@media screen and (max-width:680px){#buddypress .bb-bp-settings-content,#item-body #group-invites-container .bp-navs.group-subnav,#item-body #group-invites-container .group-invites-column,.groups.group-admin #buddypress #item-body #group-settings-form,.groups.group-admin #buddypress #item-body nav.bp-navs.group-subnav{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:10px;border-right:0;border-bottom:1px solid var(--bb-content-border-color);border-radius:4px 4px 0 0}#item-body #group-invites-container .bp-navs.group-subnav,.groups.group-admin #buddypress #item-body nav.bp-navs.group-subnav{padding:0}#item-body #group-invites-container .group-invites-column,.groups.group-admin #buddypress #item-body form#group-settings-form{border-bottom:0;margin-bottom:0;padding:20px}.groups.group-admin #buddypress #item-body .bp-navs.group-subnav li{float:left}}.groups.group-create #buddypress .group-create-buttons{list-style:none;margin:0;overflow:hidden;display:inline-block}#create-group-form div#header-cover-image{background-color:var(--bb-content-alternate-background-color);border-radius:4px;max-width:100%;margin:0 auto 15px}.groups.group-create .buddypress-wrap{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);max-width:960px;margin:50px auto;padding:50px 100px}.groups.group-create .buddypress-wrap h2.bp-subhead{font-size:28px;line-height:1;margin-bottom:30px;text-align:center}.groups.group-create .buddypress-wrap #group-create-tabs{background:var(--bb-content-alternate-background-color);border-top:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color);margin:0 -100px 40px;padding:10px 30px;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:14px;letter-spacing:-.24px}.groups.group-create .buddypress-wrap .group-create-buttons li{padding-right:0}.groups.group-create .buddypress-wrap .group-create-buttons li a,.groups.group-create .buddypress-wrap .group-create-buttons li span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.groups.group-create .buddypress-wrap .group-create-buttons li a{color:var(--bb-headings-color)}.groups.group-create .buddypress-wrap .group-create-buttons li a:hover{color:var(--bb-primary-color)}.groups.group-create .buddypress-wrap .group-create-buttons li:not(:last-child) a:after{background-color:var(--bb-headings-color)}.groups.group-create .buddypress-wrap .group-create-buttons li:not(:last-child) a:after,.groups.group-create .buddypress-wrap .group-create-buttons li:not(:last-child) span:after{content:"";display:inline-block;width:24px;height:1px;background:var(--bb-alternate-text-color);margin:0 15px}.groups.group-create .buddypress-wrap .group-create-buttons li span{color:var(--bb-alternate-text-color)}.groups.group-create .buddypress-wrap .group-create-buttons li:not(:last-child) a:after{background:var(--bb-primary-color)}.groups.group-create .buddypress-wrap .group-create-buttons li.current a{background:0 0;color:var(--bb-primary-color)}.groups.group-create .buddypress-wrap label{font-size:15px;font-weight:400;color:var(--bb-headings-color);letter-spacing:-.24px;line-height:1;margin:0 0 8px;cursor:pointer}.groups.group-create .buddypress-wrap input:not([type=checkbox],[type=radio],[type=submit],[type=button]){margin:0 0 25px}.groups.group-create .buddypress-wrap #group-desc{height:120px!important;padding:10px!important;margin:0 0 25px;resize:none}.groups.group-create .buddypress-wrap .submit{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;-ms-flex-flow:row wrap;flex-flow:row wrap}.groups.group-create .buddypress-wrap #group-creation-next{margin-right:0;margin-bottom:15px}.groups.group-create .buddypress-wrap #group-creation-previous{margin-bottom:15px}.groups.group-create .buddypress-wrap #group-creation-finish{margin-bottom:15px}.groups.group-create .buddypress-wrap fieldset{border:0;padding:0;margin:0 0 40px}.groups.group-create .buddypress-wrap legend{color:var(--bb-headings-color);letter-spacing:-.14px;font-size:18px;font-weight:500;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:20px;display:block;width:100%;line-height:1;margin-bottom:22px}.groups.group-create .buddypress-wrap .group-status-type ul{font-size:14px;margin:0 0 30px 53px;line-height:1.6;letter-spacing:-.24px}.groups.group-create .buddypress-wrap h4{font-weight:500}.groups.group-create .buddypress-wrap .left-menu{float:none;max-width:160px;margin:0 auto 30px}.groups.group-create .buddypress-wrap img.avatar{width:100%}.groups.group-create .buddypress-wrap .main-column{margin-left:0;font-size:14px;letter-spacing:-.24px;text-align:center;line-height:1.5}.groups.group-create .buddypress-wrap .main-column p{margin-bottom:1rem}.groups.group-create .buddypress-wrap #drag-drop-area{background:var(--bb-content-alternate-background-color);border:1px dashed var(--bb-content-border-color);border-radius:var(--bb-block-radius)}.groups.group-create .buddypress-wrap button#bp-delete-avatar{margin-top:30px}.groups.group-create .buddypress-wrap div#avatar-crop-pane{margin-bottom:20px}.groups.group-create .buddypress-wrap #subnav .subnav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.groups.group-create .buddypress-wrap #subnav li{margin:0 12px}.groups.group-create .buddypress-wrap #subnav a{font-size:18px;font-weight:500;letter-spacing:-.14px;line-height:40px}.groups.group-create .buddypress-wrap #group_invites_search_form,.groups.group-create .buddypress-wrap .bp-search,.groups.group-create .buddypress-wrap .group-invites-search.subnav-search{width:100%}.groups.group-create .buddypress-wrap input#group_invites_search{background-size:15px;background-position:left 14px center;height:34px;margin:0;border:0;padding-left:38px;font-size:14px;background-image:none}.groups.group-create .buddypress-wrap .bp-invites-content #members-list li{background-color:var(--bb-body-background-color);border:1px solid var(--bb-content-border-color);margin-bottom:-1px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:15px 20px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:0;width:100%}.groups.group-create .buddypress-wrap .bp-invites-content #members-list .list-title{color:var(--bb-headings-color);font-size:20px;margin:0 auto;width:100%}.groups.group-create .buddypress-wrap .bp-invites-content #members-list li.selected{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.01)}.groups.group-create .buddypress-wrap .bp-invites-content #members-list .action{position:static}.groups.group-create .buddypress-wrap .bp-invites-content #members-list button{height:auto;min-height:10px;padding:0;min-width:60px;border:0;color:inherit;background:0 0;box-shadow:none}.groups.group-create .buddypress-wrap .bp-invites-content #members-list .button.selected{color:#ee343c}.groups.group-create .buddypress-wrap .bp-invites-content #members-list button .icons:before{font-size:22px}#item-body #group-invites-container .bp-invites-content ul.item-list li.selected{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.01)}#group-create-body{padding:0}#group-create-body #group-invites-container{margin-bottom:25px}#group-create-body #group-invites-container ul#members-list:after{content:"";display:table;clear:both}#buddypress textarea.activity-update{box-shadow:none}.groups.group-admin .settings-header{display:none}.bp-feedback{clear:both}.bb-group-settings .bs-item-list.list-view .bs-item-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bs-member-notifications .title{-webkit-box-flex:1;-ms-flex:1;flex:1}.widget .standard-form.bps_form .editfield{margin-bottom:15px}.widget .standard-form.bps_form label{display:block;margin-bottom:5px}#buddypress h1.entry-title.settings-title{margin:0}.bp-navs__dropdown{display:none}.buddypress-wrap select{height:40px}.buddypress-wrap select.bp-navs__dropdown{height:44px}body #buddypress #item-body blockquote,body #buddypress .bp-lists blockquote{margin-left:0}div.bp-avatar-status p.updated,div.bp-cover-image-status p.updated{border-radius:3px;font-size:14px;line-height:1.5}div.bp-avatar-status p.success,div.bp-cover-image-status p.success{background-color:var(--bb-success-color);border-color:var(--bb-success-color);color:#fff}.buddypress-wrap a.loading,.buddypress-wrap input.loading{-webkit-transition-property:none!important;transition-property:none!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;-webkit-animation:none!important;animation:none!important}@media screen and (max-width:800px){.buddypress-wrap div#group-invites-container .group-subnav-filters .last{text-align:right}}.mce-top-part.mce-top-part:before{box-shadow:none}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-apply span{font-size:18px;padding-right:2px;padding-top:1px}div.has-text-field #wp-link .query-results{top:260px}@media screen and (max-width:782px){body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions,body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;text-align:center}body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content{margin-top:15px}body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image.bb-disable-cover-img #item-header-content{margin-top:-15px}body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image.bb-disable-cover-img #item-header-avatar+#item-header-content{margin-top:15px}body.single-item.single-item.groups #buddypress div#item-header #cover-image-container.centered #item-header-cover-image.bb-disable-cover-img #item-header-avatar+#item-header-content{-webkit-box-flex:1;-ms-flex:1;flex:1}.groups-header .groups-meta{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}#wp-link-wrap.has-text-field .query-results{top:275px}}#buddypress a.view.activity-time-since{display:inline-block}.bp-user.notifications #buddypress #item-header{margin-bottom:20px;display:none}body #buddypress div#item-header li{float:none}body #buddypress div#item-header .activity-comments-items{margin:0;list-style:none;background:var(--bb-content-alternate-background-color);padding:15px}div#item-header .bp-feedback.bp-messages{margin-bottom:20px}.type-bp_members div#item-header #cover-image-container+.bp-feedback.bp-messages{margin-top:20px}.bp-user.notifications #buddypress div#item-header .bp-feedback.bp-messages{margin-bottom:0}#bp-send-invites-form #bp-invites-reset,#bp-send-invites-form #bp-invites-send{display:inline-block;margin-right:15px;margin-bottom:15px}.bb-template-v1 #item-header.single-headers .bp-feedback.bp-feedback{border-top:0;border-radius:0}.bb-template-v1 #item-header.single-headers .bp-feedback.bp-feedback .bp-icon{border-radius:0}.bb-template-v2 #item-header.single-headers .bp-feedback.bp-feedback{border-radius:var(--bb-block-radius-inner);margin-top:5px}.bb-template-v2 #item-header.single-headers .bp-feedback.bp-feedback .bp-icon{border-radius:var(--bb-block-radius-inner) 0 0 var(--bb-block-radius-inner)}#item-header.single-headers .bp-feedback.bp-feedback.help .bp-icon,#item-header.single-headers .bp-feedback.bp-feedback.info .bp-icon{background:var(--bb-default-notice-color)}#item-header.single-headers .bp-feedback.bp-feedback.help .bp-icon:before,#item-header.single-headers .bp-feedback.bp-feedback.info .bp-icon:before{content:"\eebc"}#item-header.single-headers .bp-feedback.bp-feedback.warning .bp-icon{background:var(--bb-warning-color)}#item-header.single-headers .bp-feedback.bp-feedback.warning .bp-icon:before{content:"\eebc"}#item-header.single-headers .bp-feedback.bp-feedback.success .bp-icon{background:var(--bb-success-color);color:var(--bb-success-color)}#item-header.single-headers .bp-feedback.bp-feedback.success .bp-icon:before{content:"\e876"}#item-header.single-headers .bp-feedback.bp-feedback.error .bp-icon{background:var(--bb-danger-color)}#item-header.single-headers .bp-feedback.bp-feedback.error .bp-icon:before{content:"\eebc"}#item-header.single-headers .bp-feedback.bp-feedback p{padding:15px}#item-header.single-headers .bp-feedback.bp-feedback .bp-icon{font-family:bb-icons;color:var(--bb-content-background-color)!important;padding:11px 16px;font-weight:200;margin:0;border-radius:var(--bb-block-radius-inner) 0 0 var(--bb-block-radius-inner)}.bbp-user-page.single #item-header.single-headers #cover-image-container+.bp-feedback{margin:0}.buddypress-wrap #group-create-body .bp-cover-image-status p.warning{box-shadow:none;background:var(--bb-success-color);border-radius:4px}.buddypress-wrap .filter label{font-size:14px;margin-right:10px;margin-bottom:0}.buddypress-wrap .filter label:before{display:none}.buddypress.widget .activity-list blockquote{margin:0 0 10px;padding:0 0 10px;font-size:14px;border-bottom:1px solid rgba(0,0,0,.1)}.buddypress.widget .activity-list blockquote>p{word-wrap:break-word;margin-bottom:10px}.buddypress.widget .activity-list blockquote iframe{max-width:100%;height:auto}.buddypress.widget .activity-list blockquote footer{overflow:hidden}.buddypress.widget .activity-list blockquote cite{float:left;margin-right:15px}.buddypress.widget .activity-list blockquote a.view.activity-time-since{line-height:1;display:block}.friends-request-list .list-wrap{width:100%}#buddypress .group-front-page{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:-10px;margin-right:-10px;padding-left:10px;padding-right:10px}#buddypress .group-front-page .group-description{padding-left:10px;padding-right:10px;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}#buddypress .group-front-page #group-front-widgets{-webkit-box-flex:0;-ms-flex:0 0 300px;flex:0 0 300px;max-width:300px;padding-left:10px;padding-right:10px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}#buddypress .group-front-page #group-front-widgets .item-avatar .avatar{width:100%}#buddypress .group-front-page .widget_bp_core_login_widget{display:-webkit-box;display:-ms-flexbox;display:flex}#buddypress .group-front-page .widget_bp_core_login_widget h2.widget-title{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}#buddypress .group-front-page .widget .widget-title{font-family:inherit;font-size:.75rem;font-weight:600;letter-spacing:.25px;line-height:1rem;margin:0 0 20px;text-transform:uppercase}.buddypress-wrap .custom-homepage-info button[data-bp-close] span:before{font-size:20px}.custom-homepage-info .dashicons-dismiss{color:rgba(18,43,70,.4)}.custom-homepage-info .dashicons-dismiss:hover{color:rgba(18,43,70,.9)}.custom-homepage-info .dashicons-dismiss:before{display:inline-block;text-rendering:auto;font-size:20px;font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e828"}.bp-single-vert-nav .bp-wrap{border-radius:4px;margin-top:20px}.bb-single-main-nav--vertical li .count{border-radius:10px}.buddypress-wrap.round-avatars .widget_bp_core_login_widget .avatar{border-radius:3px}.buddypress .buddypress-wrap .mejs-button>button{background-color:transparent;background-image:url(../../../../../wp-includes/js/mediaelement/mejs-controls.svg);color:inherit;border:0;padding:0;width:20px}.buddypress .buddypress-wrap .mejs-button>button:hover{background-color:transparent}.buddypress .buddypress-wrap .mejs-play>button{background-position:0 0}.buddypress .buddypress-wrap .mejs-pause>button{background-position:-20px 0}.buddypress .buddypress-wrap .mejs-unmute>button{background-position:-40px 0}.buddypress .buddypress-wrap .mejs-mute>button{background-position:-60px 0}.buddypress .buddypress-wrap .mejs-fullscreen-button>button{background-position:-80px 0}.buddypress .buddypress-wrap .mejs-unfullscreen>button{background-position:-100px 0}.buddypress .buddypress-wrap .mejs-captions-button>button{background-position:-140px 0}.buddypress .buddypress-wrap .mejs-replay>button{background-position:-160px 0}.buddypress .buddypress-wrap .mejs-chapters-button>button{background-position:-180px 0}.bp-user .messages nav#object-nav,.bp-user .notifications nav#object-nav,.bp-user .settings nav#object-nav{display:none}.bb-group-header-wrapper{overflow:hidden;background:#fff;border:1px solid var(--bb-content-border-color);border-bottom:0;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0;padding:30px;font-size:14px;line-height:1.3575}.bb-group-header-wrapper .avatar{box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px var(--bb-content-border-color);border:5px solid #fff;border-radius:5px}@media screen and (max-width:46.8em){.buddypress-wrap .bp-subnavs li.current a,.buddypress-wrap .bp-subnavs li.current a:focus,.buddypress-wrap .bp-subnavs li.current a:hover,.buddypress-wrap .bp-subnavs li.selected a,.buddypress-wrap .bp-subnavs li.selected a:focus,.buddypress-wrap .bp-subnavs li.selected a:hover{background:0 0}}.bp-messages .bp-feedback{margin:12px 8px}.widget.bp-latest-activities .fluid-width-video-wrapper{margin-bottom:25px}.bb-group-settings h4+#bb_profile_avatar_wrap,.settings-messages+#bb_profile_avatar_wrap{margin:0 auto 30px}.bb-author.bb-message-title{min-height:67px}.grid-filters .dashicons{font:normal normal normal 22px/1 bb-icons;width:auto;height:auto}.grid-filters .layout-grid-view .dashicons:before{content:"\eead"}.grid-filters .layout-list-view .dashicons:before{content:"\edb1"}.pc_progress_wrap .pc_progress_rate{stroke:var(--bb-success-color)}.pc_progress_wrap .progress_text_unit{margin-left:3px}.pc_progress_wrap .progress_text_label,.pc_progress_wrap .progress_text_unit{color:var(--bb-alternate-text-color);font-size:14px}.progress_text_wrap h3{line-height:1.2}.progress_text_wrap .progress_text_value{font-size:34px}.profile_completion_wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row;flex-flow:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.profile_completion_wrap .pc_progress_wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;min-width:240px;-webkit-box-flex:1;-ms-flex:1;flex:1}.profile_completion_wrap .pc_detailed_progress_wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:100%}@media (max-width:800px) and (min-width:544px){.profile_completion_wrap .pc_detailed_progress_wrap{max-width:50%}.profile_completion_wrap .pc_progress_wrap{margin-bottom:0}}.pc_detailed_progress_wrap .pc_detailed_progress{list-style:none}.pc_detailed_progress_wrap .single_section_wrap{margin:0;padding:10px 0;position:relative;margin-left:25px}.pc_detailed_progress_wrap .single_section_wrap .section_ico{border:2px solid var(--bb-content-border-color);margin-left:-30px;margin-right:10px;display:inline-block;height:18px;width:18px;border-radius:50%;position:relative;vertical-align:middle}.pc_detailed_progress_wrap .single_section_wrap .section_ico i{display:none}.pc_detailed_progress_wrap .single_section_wrap .section_ico:before{content:"";display:inline-block;width:1px;height:10px;position:absolute;left:50%;margin-top:0;top:-17px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);background-color:#d0d3d6}.pc_detailed_progress_wrap .single_section_wrap .section_number{display:none}.pc_detailed_progress_wrap .single_section_wrap .section_name a{text-decoration:none;font-size:14px}.pc_detailed_progress_wrap .single_section_wrap .progress .completed_staus{width:33px;font-weight:500;text-align:right}.pc_detailed_progress_wrap .single_section_wrap .section_name{width:-webkit-calc(100% - 45px);width:calc(100% - 45px);display:inline-block;vertical-align:middle;color:var(--bb-alternate-text-color);overflow:hidden}.pc_detailed_progress_wrap .single_section_wrap.completed .section_ico{border-color:#05d786}.pc_detailed_progress_wrap .single_section_wrap.completed .section_ico i{display:block;position:absolute;left:1px;margin-top:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:12px;color:#05d786}.pc_detailed_progress_wrap .single_section_wrap.completed .section_name a{font-size:14px;color:var(--bb-headings-color);font-weight:500}.pc_detailed_progress_wrap .single_section_wrap.completed .progress .completed_staus{color:#05d786}.pc_detailed_progress_wrap .single_section_wrap:first-of-type .section_ico:before{display:none}.pc_detailed_progress_wrap .single_section_wrap.completed+.single_section_wrap.completed .section_ico:before{background-color:#05d786}.bb-template-v1 .bp-single-vert-nav .item-body{padding:20px}@media screen and (max-width:46.8em){.bb-template-v1 .bp-single-vert-nav .item-body{padding:10px}}.bb-template-v1 .bp-subnavs:not(.bb-subnav-vert,.group-subnav) .subnav li a{padding-left:0;padding-right:0}.bb-template-v1 .bp-subnavs:not(.bb-subnav-vert,.group-subnav) .subnav .sub-menu li a{padding:.9375rem}.bb-template-v1 .bb-profile-grid .item-body-inner>div.bp-settings-container .bp-subnavs{margin-bottom:0}.bb-template-v1 .bb-profile-grid .item-body-inner>div.bp-settings-container .bp-subnavs .subnav li a{padding:16px 20px}.elementor-widget-wp-widget-bp_xprofile_profile_completion_widget,.widget.widget_bp_profile_completion_widget{padding-bottom:10px}#new-post span.atwho-inserted,#whats-new-form span.atwho-inserted,.ac-form span.atwho-inserted,span.atwho-inserted a{color:var(--bb-primary-color)}.bb-loading-bg{background-color:var(--bb-content-alternate-background-color)}.bb-loading-bg.bb-loading-input{border-radius:var(--bb-button-radius)}.type-post .buddypress-wrap.bp-shortcode-wrap ul.bp-list.groups-dir-list>li{min-width:auto}.type-post #buddypress.bp-shortcode-wrap .members-list>li{min-width:auto}.bb-footer .bb_more_dropdown .bb_more_dropdown__title,nav.bp-navs .bb_more_dropdown .bb_more_dropdown__title{display:none;background-color:var(--bb-content-alternate-background-color);padding:10px 15px;position:relative}.bb-footer .bb_more_dropdown .bb_more_dropdown__title__text,nav.bp-navs .bb_more_dropdown .bb_more_dropdown__title__text{color:var(--bb-headings-color);display:inline-block;font-size:16px;font-weight:600;line-height:24px}.bb-footer .bb_more_dropdown .bb_more_dropdown__close_button,nav.bp-navs .bb_more_dropdown .bb_more_dropdown__close_button{color:var(--bb-headings-color);cursor:pointer;font-size:24px;line-height:1;opacity:.4;position:absolute;right:15px;top:11px}.bb-footer .bb_more_dropdown .bb_more_dropdown__close_button>i,nav.bp-navs .bb_more_dropdown .bb_more_dropdown__close_button>i{font-size:24px;margin:0;line-height:1}.bb-footer .bb_more_dropdown+.bb_more_dropdown_overlay,nav.bp-navs .bb_more_dropdown+.bb_more_dropdown_overlay{display:none}@media screen and (max-width:980px){.bb-footer .bb_more_dropdown.open,nav.bp-navs .bb_more_dropdown.open{border:1px solid var(--bb-content-border-color);bottom:inherit;position:fixed;top:50%;left:50%;max-height:-webkit-calc(100% - 100px);max-height:calc(100% - 100px);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-width:220px;overflow:auto;padding:0;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:992}.bb-footer .bb_more_dropdown.open:after,.bb-footer .bb_more_dropdown.open:before,nav.bp-navs .bb_more_dropdown.open:after,nav.bp-navs .bb_more_dropdown.open:before{display:none}.bb-footer .bb_more_dropdown.open .bb_more_dropdown__title,nav.bp-navs .bb_more_dropdown.open .bb_more_dropdown__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0;text-align:left}.bb-footer .bb_more_dropdown.open+.bb_more_dropdown_overlay,nav.bp-navs .bb_more_dropdown.open+.bb_more_dropdown_overlay{background-color:rgba(0,0,0,.1);bottom:0;display:block;position:fixed;left:0;right:0;top:0;z-index:991}}@media screen and (min-width:75em){body.single-post:not(.has-sidebar) .buddypress-wrap.bp-shortcode-wrap .grid.bp-list>li{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%;max-width:33.333%}}#buddypress .bb_more_dropdown .bb_more_dropdown__title{background-color:var(--bb-content-alternate-background-color)}#buddypress .bb_more_dropdown .bb_more_dropdown__close_button,#buddypress .bb_more_dropdown .bb_more_dropdown__title__text{color:var(--bb-headings-color)}@media screen and (max-width:980px){#buddypress .bb_more_dropdown.open{border-color:var(--bb-content-border-color)}#buddypress .bb_more_dropdown.open .bb_more_dropdown__title{border-bottom-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}}@media screen and (max-width:980px){body[class*=more_option_open]{overflow:hidden}body[class*=more_option_open] .activity-list.bp-list .download-document,body[class*=more_option_open] .activity-list.bp-list .download-media,body[class*=more_option_open] .activity-list.bp-list .download-video,body[class*=more_option_open] .site-header{z-index:9!important}.groups.group-create .buddypress-wrap{padding:50px 30px}.groups.group-create .buddypress-wrap #group-create-tabs{margin:0 -30px 40px}.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul{margin:0}}@media screen and (max-width:640px){.bp-invites-content .bp-list li .item-avatar{margin-right:15px}.bp-invites-content #members-list.item-list .item-avatar img{max-width:42px}#item-body #group-invites-container .bp-invites-content .list-title{font-size:16px}#item-body #group-invites-container .bp-invites-content .action button .icons:before{font-size:18px}#item-body #group-invites-container .bp-invites-content .action button{min-width:20px}.buddypress-wrap .bp-invites-filters ul li #bp-invites-next-page,.buddypress-wrap .bp-invites-filters ul li #bp-invites-prev-page,.buddypress-wrap .bp-messages-filters ul li #bp-messages-next-page,.buddypress-wrap .bp-messages-filters ul li #bp-messages-prev-page{margin-bottom:10px}.buddypress-wrap .subnav-filters .bulk-actions-wrap.bp-show{margin-top:20px;margin-bottom:10px}.user-messages-bulk-actions .bulk-actions.select-wrap{margin-left:0}.groups.group-create .buddypress-wrap #group-creation-next,.groups.group-create .buddypress-wrap #group-creation-previous,.submit input#group-creation-create{font-size:13px;font-weight:500}.groups.group-create .buddypress-wrap label{font-size:14px}.groups.group-create .buddypress-wrap .bp-invites-content #members-list .list-title{font-size:16px}.groups.group-create .buddypress-wrap .bp-invites-content #members-list .action{margin-left:auto}}@media screen and (max-width:511px){.buddypress-wrap .subnav-filters div{clear:both;margin-top:10px;margin-bottom:10px}.buddypress-wrap .subnav-filters .user-messages-bulk-actions div.bulk-actions-wrap{margin-top:10px;margin-bottom:0}.buddypress-wrap .subnav-filters .user-messages-bulk-actions div.bulk-actions-wrap div{margin-top:0;margin-bottom:0}.buddypress-wrap .subnav-filters>ul{margin-left:0;margin-bottom:0;width:100%;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}li.group-act-search{-webkit-box-flex:1;-ms-flex:1;flex:1}.avatar-crop-management #avatar-crop-pane{-webkit-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75)}.drag-drop-inside p.drag-drop-buttons{margin-top:10px}}@media screen and (max-width:370px){.avatar-crop-management #avatar-crop-pane{margin-left:-30px;-webkit-transform:scale(.6);-ms-transform:scale(.6);transform:scale(.6);-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center}#avatar-to-crop{margin:0 auto}#avatar-to-crop>.jcrop-holder{margin:0 auto;-webkit-transform:scale(.8) translateX(-10px);-ms-transform:scale(.8) translateX(-10px);transform:scale(.8) translateX(-10px);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}#avatar-crop-actions{margin-top:-60px}}@media screen and (min-width:55em){body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.groups-list{grid-template-columns:repeat(auto-fit,minmax(275px,33.333%))}body:not(.has-sidebar) .buddypress-wrap .grid.bp-list>li{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%;max-width:33.333%}}@media screen and (min-width:75em){body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.groups-list{grid-template-columns:repeat(auto-fit,minmax(275px,25%))}body:not(.has-sidebar) .buddypress-wrap .grid.bp-list>li{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}}.activity-update-form,.bp-nouveau-activity-form-placeholder-{border:0;margin:0;padding:0}.activity-update-form #activity-form-submit-wrapper{margin:0;padding:0 15px}.activity-update-form #activity-header h3{font-size:20px}#activity-form-submit-wrapper select{height:34px;margin-right:12px;border:1px solid #dedfe2;font-size:13px}#whats-new-post-in-box-items{display:inline-block}#whats-new-post-in-box-items .activity-autocomplete-clear i{color:var(--bb-body-text-color);opacity:.4}#whats-new-post-in-box-items .activity-autocomplete-clear i:hover{opacity:1}.activity-post-avatar{color:var(--bb-headings-color);font-size:14px;font-weight:500;letter-spacing:-.24px}.activity-post-avatar:hover{color:var(--bb-primary-color)}.activity-update-form #whats-new-form #whats-new-toolbar,.activity-update-form #whats-new-form-placeholder #whats-new-toolbar,.bp-nouveau-activity-form-placeholder- #whats-new-form #whats-new-toolbar,.bp-nouveau-activity-form-placeholder- #whats-new-form-placeholder #whats-new-toolbar{background-color:var(--bb-content-alternate-background-color)}.activity-update-form .whats-new-form-footer{background-color:var(--bb-content-alternate-background-color)}.bb-schedule-post_dropdown_section .bb-schedule-post_dropdown_button{border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner)}.bb-schedule-post_dropdown_section .bb-schedule-post_dropdown_button i{color:var(--bb-alternate-text-color)}.bb-schedule-post_dropdown_section .bb-schedule-post_dropdown_button.is_scheduled{color:var(--bb-headings-color);background-color:var(--bb-content-border-color)}.bb-schedule-post_dropdown_section .bb-schedule-post_dropdown_list{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius-inner)}.bb-schedule-post_dropdown_section .bb-schedule-post_dropdown_list li>a{color:var(--bb-body-text-color)}.bb-schedule-post_dropdown_section .bb-schedule-post_dropdown_list li>a:hover{background-color:var(--bb-content-alternate-background-color)}.bb-schedule-post_dropdown_section .bb-schedule-post_dropdown_list li>a>i{color:var(--bb-alternate-text-color)}#buddypress .bb-schedule-post_dropdown_section .bb-model-footer .button.button-outline{background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color);color:var(--bb-headings-color);margin-right:6px}.bb-schedule-post_dropdown_section .schedule-posts-placeholder p,.bb-schedule-post_dropdown_section .schedule-posts-placeholder>[class*=bb-icon]{color:var(--bb-alternate-text-color)}.bb-schedule-post_dropdown_section .bb-schedule-posts_modal .bb-action-popup-content{background-color:var(--bb-body-background-color);border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)}.bb-schedule-post_dropdown_section .bb-action-popup-content .input-field-inline .bb-schedule-activity-meridian-wrap label span{color:var(--bb-alternate-text-color);background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color)}.bb-schedule-post_dropdown_section .bb-action-popup-content .input-field-inline .bb-schedule-activity-meridian-wrap label input:checked+span{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color)}.bb-schedule-post_dropdown_section .bb-action-popup .bb-model-header .bb-model-close-button>span[class*=bb-icon]:hover{opacity:1}.bb-schedule-post_dropdown_section .bb-schedule-posts_modal .activity-list .activity-date{color:var(--bb-alternate-text-color)}.bb-schedule-post_dropdown_section .bb-schedule-posts_modal .activity-list .activity-date .schedule-text{color:var(--bb-body-text-color)}.bb-schedule-post_dropdown_section .bb-schedule-posts_modal .activity-list .activity-date .time-since{color:var(--bb-alternate-text-color)}.bb-schedule-post_dropdown_section .bb-schedule-posts_modal .activity-list .bb-media-privacy-wrap{color:var(--bb-alternate-text-color)}.bb-schedule-post_dropdown_section .bb-schedule-posts_modal .activity-list .bb-media-privacy-wrap .privacy:after{display:none}.bb-schedule-post_dropdown_section .bb-schedule-posts_modal .activity-list .bb-media-privacy-wrap .privacy:before{font-size:13px}.bb-schedule-post_dropdown_section .bb-schedule-posts_modal .activity-list .bb-activity-schedule-actions .bb-activity-schedule-action i{color:var(--bb-headings-color);opacity:.4}.bb-schedule-post_dropdown_section .bb-schedule-posts_modal .activity-list .bb-activity-schedule-actions .bb-activity-schedule-action i:hover{opacity:1}.bb-schedule-activity-date-wrap.xdsoft_datetimepicker{background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius);padding:25px 20px;font-family:inherit;box-shadow:0 6px 24px 0 rgba(0,0,0,.12),0 3px 8px 0 rgba(0,0,0,.06)}.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_today_button{display:none}.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current{background-color:var(--bb-primary-color);box-shadow:none}.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_datepicker{width:255px}.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_year{width:58px}.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_month,.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_year{margin-top:6px}.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_scroller_box{border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner);text-align:center}.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option{background-color:var(--bb-content-background-color);border-color:transparent;border-radius:var(--bb-block-radius-inner);font-size:12px;height:auto;line-height:28px;margin:0 5px}.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current,.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover{background-color:var(--bb-primary-color)!important}.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_next,.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_prev{padding:8px 10px;background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);background-image:none;width:auto;height:auto;min-width:auto;text-indent:0;border-radius:50%}.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_next:before,.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_prev:before{content:"\ee0a";font-family:bb-icons;font-weight:300;font-size:20px}.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_next:before{content:"\ee0b"}.bb-schedule-activity-date-wrap.xdsoft_datetimepicker table{border:0}.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_calendar td,.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_calendar th{background-color:transparent;border:0;text-align:center;border-radius:6px;height:28px}.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover{color:#fff!important}.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_calendar td>div{padding:0}.bb-schedule-activity-date-wrap.xdsoft_datetimepicker .xdsoft_calendar td:hover{background-color:var(--bb-primary-color)!important}.xdsoft_datetimepicker.bb-schedule-activity-time-picker{padding:15px 10px;border:0;background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius);font-family:inherit}.xdsoft_datetimepicker.bb-schedule-activity-time-picker .xdsoft_timepicker{width:48px;margin:0}.xdsoft_datetimepicker.bb-schedule-activity-time-picker .xdsoft_timepicker .xdsoft_next,.xdsoft_datetimepicker.bb-schedule-activity-time-picker .xdsoft_timepicker .xdsoft_prev{display:none}.xdsoft_datetimepicker.bb-schedule-activity-time-picker .xdsoft_timepicker .xdsoft_time_box{border:0}.xdsoft_datetimepicker.bb-schedule-activity-time-picker .xdsoft_timepicker .xdsoft_time_box>div>div{background-color:var(--bb-content-background-color);border-color:transparent;border-radius:var(--bb-block-radius-inner);font-size:12px;line-height:28px;height:auto}.xdsoft_datetimepicker.bb-schedule-activity-time-picker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current,.xdsoft_datetimepicker.bb-schedule-activity-time-picker .xdsoft_timepicker .xdsoft_time_box>div>div:hover{background-color:var(--bb-primary-color)!important}.privacy-status-form-footer{background-color:var(--bb-content-alternate-background-color);border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)}#whats-new-post-in-box-items #activity-autocomplete{border-radius:var(--bb-input-radius)}#whats-new-form,#whats-new-form-placeholder{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);box-shadow:none;padding:0;position:relative}#whats-new-form-placeholder.focus-in,#whats-new-form.focus-in{box-shadow:0 6px 24px 0 rgba(18,43,70,.08)}#whats-new-form .avatar,#whats-new-form-placeholder .avatar{margin-right:10px;max-width:45px}#whats-new-form .username,#whats-new-form-placeholder .username{color:var(--bb-headings-color);font-size:14px;font-weight:500;text-transform:capitalize}#whats-new-form .username:hover,#whats-new-form-placeholder .username:hover{color:var(--bb-primary-color)}#whats-new-form .activity-url-scrapper-container,#whats-new-form-placeholder .activity-url-scrapper-container{margin:0;width:100%}#whats-new-form .activity-url-scrapper-container #activity-link-preview-url,#whats-new-form-placeholder .activity-url-scrapper-container #activity-link-preview-url{max-width:400px;width:100%}#whats-new-form .activity-url-scrapper-container.activity-post-form-link-wp-embed .activity-link-preview-container,#whats-new-form .activity-url-scrapper-container.activity-post-form-link-wp-embed .activity-link-preview-info,#whats-new-form-placeholder .activity-url-scrapper-container.activity-post-form-link-wp-embed .activity-link-preview-container,#whats-new-form-placeholder .activity-url-scrapper-container.activity-post-form-link-wp-embed .activity-link-preview-info{background-color:transparent}#whats-new-form #whats-new-attachments,#whats-new-form #whats-new-toolbar,#whats-new-form-placeholder #whats-new-attachments,#whats-new-form-placeholder #whats-new-toolbar{margin:0;padding:0 15px}#whats-new-form #whats-new-toolbar a .bb-icon,#whats-new-form-placeholder #whats-new-toolbar a .bb-icon{color:rgba(var(--bb-headings-color-rgb),.4)}#whats-new-form #whats-new-toolbar a:hover .bb-icon,#whats-new-form-placeholder #whats-new-toolbar a:hover .bb-icon{color:var(--bb-headings-color)}#whats-new-form .whats-new-form-footer,#whats-new-form-placeholder .whats-new-form-footer,#whats-new-form-placeholder:not(.focus-in) #whats-new-toolbar,#whats-new-form:not(.focus-in) #whats-new-toolbar{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius);border-color:var(--bb-content-border-color)}#whats-new-form #whats-new-toolbar,#whats-new-form-placeholder #whats-new-toolbar{border-radius:0 0 0 4px}@media screen and (max-width:520px){#whats-new-form #whats-new-toolbar .post-emoji:first-child .emojionearea-picker,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:first-child .emojionearea-picker{margin-left:-5px}#whats-new-form #whats-new-toolbar .post-emoji:first-child .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:first-child .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{left:27px}#whats-new-form #whats-new-toolbar .post-emoji:nth-child(2) .emojionearea-picker,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(2) .emojionearea-picker{margin-left:-39px}#whats-new-form #whats-new-toolbar .post-emoji:nth-child(2) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(2) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{left:62px}#whats-new-form #whats-new-toolbar .post-emoji:nth-child(3) .emojionearea-picker,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(3) .emojionearea-picker{margin-left:-73px}#whats-new-form #whats-new-toolbar .post-emoji:nth-child(3) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(3) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{left:96px}#whats-new-form #whats-new-toolbar .post-emoji:nth-child(4) .emojionearea-picker,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(4) .emojionearea-picker{margin-left:-107px}#whats-new-form #whats-new-toolbar .post-emoji:nth-child(4) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(4) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{left:130px}#whats-new-form #whats-new-toolbar .post-emoji:nth-child(5) .emojionearea-picker,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(5) .emojionearea-picker{margin-left:-141px}#whats-new-form #whats-new-toolbar .post-emoji:nth-child(5) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(5) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{left:163px}#whats-new-form #whats-new-toolbar .post-emoji:nth-child(6) .emojionearea-picker,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(6) .emojionearea-picker{margin-left:-175px}#whats-new-form #whats-new-toolbar .post-emoji:nth-child(6) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(6) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{left:196px}}@media screen and (max-width:580px){#whats-new-form #whats-new-toolbar .post-gif .gif-media-search-dropdown,#whats-new-form-placeholder #whats-new-toolbar .post-gif .gif-media-search-dropdown{left:unset;-webkit-transform:translateX(-45%);-ms-transform:translateX(-45%);transform:translateX(-45%)}}@media screen and (max-width:400px){#whats-new-form #whats-new-toolbar .post-gif .gif-media-search-dropdown,#whats-new-form-placeholder #whats-new-toolbar .post-gif .gif-media-search-dropdown{left:unset;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}}#whats-new-form .gif-image-container img,#whats-new-form-placeholder .gif-image-container img{max-width:100%}#whats-new-form .found-media-item img,#whats-new-form-placeholder .found-media-item img{max-width:100%}.activity-update-form .activity-form.focus-in #editor-toolbar,.bp-nouveau-activity-form-placeholder- .activity-form.focus-in #editor-toolbar{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-color:var(--bb-content-border-color)}.activity-attached-gif-container{background-repeat:no-repeat;max-width:100%}.activity-attached-gif-container .gif-image-container{margin:15px 0 0}.activity-attached-gif-container .gif-image-container>img{margin-bottom:0}.activity-inner .activity-attached-gif-container{margin-bottom:0}.acomment-content .activity-attached-gif-container{margin-top:10px}.activity-attached-gif-container .gif-search-results-list li:before{display:none!important}.gif-image-container video{display:block}.gif-media-search-dropdown{background-color:var(--bb-content-background-color)}.gif-media-search-dropdown{border-color:var(--bb-content-border-color);box-shadow:0 2px 4px -2px rgba(0,0,0,.13)}.gif-search-content .gif-search-query{background-color:var(--bb-content-alternate-background-color);border-color:var(--bb-content-border-color)}.gif-search-content .gif-search-query:before{content:"\ef10";font-family:bb-icons;font-size:20px;color:var(--bb-headings-color);opacity:.4;position:absolute;left:15px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}#buddypress .gif-search-content .gif-search-query input[type=search],.gif-search-content .gif-search-query input[type=search]{font-size:14px;color:var(--bb-headings-color);line-height:1.5;background-image:none;background-color:transparent;box-shadow:none}#buddypress .gif-search-content .gif-search-query input[type=search]::input-placeholder,.gif-search-content .gif-search-query input[type=search]::input-placeholder{color:var(--bb-headings-color);opacity:.4}.gif-search-content .gif-media-search-dropdown{border-color:var(--bb-content-border-color);background-color:var(--bb-content-background-color)}.activity-attached-gif-container .gif-image-overlay,.messages-attached-gif-container .gif-image-overlay{background:#f8f8f8;width:14px;height:14px;border-radius:50%}.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-title{color:var(--bb-headings-color);font-weight:500;background-color:var(--bb-content-background-color)}.activity-update-form #whats-new pre{white-space:pre-wrap}.activity-update-form #whats-new pre p{margin-bottom:0}.activity-update-form #whats-new p{margin-bottom:15px}.activity-update-form #whats-new li>ol,.activity-update-form #whats-new li>ul{margin-bottom:0}.activity-update-form #whats-new ol,.activity-update-form #whats-new ul{margin:0 0 15px}.activity-update-form #whats-new ol li,.activity-update-form #whats-new ul li{margin:0 0 3px 18px}.activity-update-form #whats-new-content{padding:0}.activity-update-form #whats-new-avatar,.bp-nouveau-activity-form-placeholder- #whats-new-avatar{line-height:36px;text-align:left;float:left}.activity-update-form #whats-new-textarea textarea{background:var(--bb-content-background-color)}.bp-activity-huddle a.activity-post-user-name{color:var(--bb-headings-color);font-weight:500}.bp-activity-huddle a.activity-post-user-name:hover{color:var(--bb-primary-color)}.bp-activity-huddle .activity-post-schedule-details{color:var(--bb-body-text-color)}.bp-activity-huddle .activity-post-schedule-details [class*=bb-icon]{color:var(--bb-alternate-text-color)}.activity-update-form textarea#whats-new{box-shadow:none;border:0;border-radius:0;font-size:1rem;font-weight:300;resize:none;min-height:85px;padding:15px}.activity-update-form textarea#whats-new:focus{box-shadow:none}.activity-update-form #whats-new-post-in-box{margin:10px 0 0}.activity-update-form #whats-new-post-in-box .activity-autocomplete-wrapper{margin:0 30px;display:-webkit-box;display:-ms-flexbox;display:flex}.bp-activity-privacy__label:hover{background-color:var(--bb-content-alternate-background-color)}.bp-activity-privacy__label:hover .privacy-figure{background-color:var(--bb-content-background-color)}.bp-activity-privacy__label .privacy-figure{color:var(--bb-alternate-text-color);background-color:var(--bb-content-alternate-background-color)}.bp-activity-privacy__label .privacy-tag{width:-webkit-calc(100% - 50px);width:calc(100% - 50px)}.bp-activity-privacy__label .privacy-sub-label{color:var(--bb-alternate-text-color)}.focus-in #whats-new-elements{border-bottom:1px solid var(--bb-content-border-color)}.buddypress-wrap #whats-new-post-in-box select,.buddypress-wrap .filter select{border:1px solid #dedfe2;font-size:13px;height:34px}.dropzone .dz-preview .dz-progress .dz-upload{background:var(--bb-primary-color)}#buddypress #whats-new-submit{margin:15px 0 15px auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row-reverse;flex-flow:row-reverse}#buddypress input#aw-whats-new-reset{background:0 0;border:0;font-size:14px;color:var(--bb-alternate-text-color);font-weight:400;margin:0 10px;padding:0 10px;width:auto;box-shadow:none}#buddypress input#aw-whats-new-submit,#buddypress input#privacy-status-submit{font-size:14px;width:auto;font-weight:500;letter-spacing:0;height:34px;padding:0 20px;margin:0;border-radius:var(--bb-button-radius)}.bp-activity-object .bp-activity-object__radio{opacity:0;position:absolute;left:0;top:40%}.activity-form .bb-model-header{background-color:var(--bb-content-background-color)}#whats-new-form .bb-model-header{border-color:var(--bb-content-border-color)}#whats-new-form #bp-activity-privacy-point{background-color:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);font-size:12px;padding:6px 8px;border-radius:4px;line-height:1}#whats-new-form #bp-activity-privacy-point *{color:var(--bb-secondary-button-text-regular)}#whats-new-form #bp-activity-privacy-point .privacy-point-icon{font-size:15px}#whats-new-form #bp-activity-privacy-point .bb-icon-caret-down{font-size:13px;color:var(--bb-secondary-button-text-regular);opacity:.3;margin-left:5px;margin-top:3px}#whats-new-form #bp-activity-privacy-point:not(.bp-activity-edit-group){padding-right:6px}#whats-new-form .activity-post-user-name-container h5{margin-bottom:3px}.atwho-view ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.atwho-view ul li .username{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}@media screen and (min-width:46.8em){.activity-update-form #whats-new-content,.activity-update-form #whats-new-elements,.activity-update-form #whats-new-submit{margin-left:0}}ul.activity-list.bp-list{background:0 0;border:0;padding:0}#bbpress-forums .activity-list.bp-list .activity-item,#buddypress .activity-list.bp-list .activity-item,#buddypress .activity-lists.bp-list .activity-item{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);box-shadow:0 6px 24px 0 rgba(18,43,70,0);font-size:.875rem;line-height:1.5;margin-bottom:20px;padding:15px 15px 10px}#bbpress-forums .activity-list.bp-list .activity-item .activity-link-preview-image img,#buddypress .activity-list.bp-list .activity-item .activity-link-preview-image img,#buddypress .activity-lists.bp-list .activity-item .activity-link-preview-image img{margin-top:0;max-width:100%}#buddypress .activity-list.bp-list .activity-item.bb-closed-comments:not(.has-comments){padding-bottom:0}#buddypress .activity-list.bp-list .activity-item.bb-closed-comments:not(.has-comments) .bb-activity-closed-comments-notice{border-bottom:0;border-bottom-left-radius:var(--bb-block-radius);border-bottom-right-radius:var(--bb-block-radius)}#buddypress .bb-media-info-section .activity-list.bp-list .activity-item.bb-closed-comments:not(.has-comments) .bb-activity-closed-comments-notice{border-bottom:1px solid var(--bb-content-border-color);border-bottom-left-radius:0;border-bottom-right-radius:0}#bbpress-forums .bb-media-model-inner .activity-list.bp-list .activity-item,#buddypress .bb-media-model-inner .activity-list.bp-list .activity-item{margin-bottom:0;min-height:90vh}#bbpress-forums .bb-media-model-inner .activity-list.bp-list .activity-item .activity-comments .ac-reply-content .ac-textarea .ac-input[contenteditable=true],#buddypress .bb-media-model-inner .activity-list.bp-list .activity-item .activity-comments .ac-reply-content .ac-textarea .ac-input[contenteditable=true]{max-height:250px;overflow:auto}#bbpress-forums .bb-media-model-inner,#buddypress .bb-media-model-inner{border-radius:var(--bb-block-radius);background-color:transparent}#bbpress-forums .bb-media-model-inner .bb-media-section,#buddypress .bb-media-model-inner .bb-media-section{border-radius:var(--bb-block-radius) 0 0 var(--bb-block-radius)}#bbpress-forums .bb-media-model-inner .bb-media-info-section,#buddypress .bb-media-model-inner .bb-media-info-section{background-color:var(--bb-content-background-color);border-radius:0 var(--bb-block-radius) var(--bb-block-radius) 0}#bbpress-forums .bb-media-model-inner .activity-list.bp-list .activity-item,#buddypress .bb-media-model-inner .activity-list.bp-list .activity-item{margin-bottom:0;min-height:90vh}@media screen and (max-width:1024px){#bbpress-forums .bb-media-model-inner .bb-media-info-section,#buddypress .bb-media-model-inner .bb-media-info-section{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)}#bbpress-forums .bb-media-model-inner .bb-media-section,#buddypress .bb-media-model-inner .bb-media-section{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}}@media screen and (max-width:1024px){#buddypress .bb-document-theater .bb-media-model-inner .bb-media-info-section.document{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)}}#bbpress-forums .bb-media-model-container .activity-list.bp-list .activity-item,#buddypress .bb-media-model-container .activity-list.bp-list .activity-item{border-radius:0;border-left:0;border-top:0;border-right:0}.actvity-head-bar{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:20px 0}.actvity-head-bar .subnav-filters{margin:0 0 0 auto}.activity-list .activity-item .activity-inner p{margin-bottom:15px}.activity-list .activity-item .activity-inner p:last-child{margin-bottom:0}.activity-list .activity-item .activity-inner{position:relative}.activity-list .activity-item .activity-inner .activity-discussion-title-wrap a:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.activity-list .activity-item .activity-inner .activity-inner-meta{padding:12px;border-top:1px solid var(--bb-content-border-color)}.activity-list .activity-item .activity-inner .activity-inner-meta .button:before{display:none}.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down .comment-count,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down .text,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment .comment-count,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment .text,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square .comment-count,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square .text{margin-bottom:0;position:relative;padding-left:25px;font-weight:400;font-size:13px;color:var(--bb-alternate-text-color)}.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down .comment-count:before,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down .text:before,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment .comment-count:before,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment .text:before,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square .comment-count:before,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square .text:before{font-size:18px;font-family:bb-icons;display:inline-block;position:absolute;left:0;top:50%;margin-top:-14px;line-height:1.6;color:var(--bb-primary-color)}.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down:hover .comment-count,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down:hover .text,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment:hover .comment-count,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment:hover .text,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square:hover .comment-count,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square:hover .text{color:var(--bb-primary-color)}.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-down .text:before{content:"\e861";-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);font-family:bb-icons;font-weight:100}.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square .comment-count{display:block}.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comments-square .comment-count:before{content:"\ee37"}.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment .comment-count{display:block}.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-comment .comment-count:before{content:"\e979"}.activity-list .activity-item .activity-inner blockquote:not(.wp-embedded-content){padding:12px;font-size:22px;letter-spacing:-.24px;line-height:30px;position:relative;margin:0 0 15px;background:#fafafa;border:1px solid var(--bb-content-border-color);border-radius:4px}.activity-list .activity-item .activity-inner blockquote:not(.wp-embedded-content):before{content:"\ef02";font-family:bb-icons;font-style:normal;font-weight:400;display:block;text-align:center;font-variant:normal;color:#92949d;width:30px;height:30px;font-size:22px;line-height:30px;background:#e2e1e0;border-radius:100%;margin-bottom:10px}.activity-list .activity-item .activity-inner blockquote:not(.wp-embedded-content) p{font-size:20px}.activity-list .activity-item .activity-inner blockquote:not(.wp-embedded-content) p:last-child{margin-bottom:0}.activity-list .activity-item .activity-inner blockquote:not(.wp-embedded-content) em{font-size:14px;color:#fff;line-height:18px;display:block;margin-top:20px;font-style:normal}.activity-list .activity-item .activity-inner blockquote:not(.wp-embedded-content) a{color:var(--bb-alternate-text-color)}.activity-list .activity-item .activity-inner blockquote.tiktok-embed{background-color:transparent;border:0;padding:0;margin:0}.activity-list .activity-item .activity-inner blockquote.tiktok-embed:before{display:none}.activity-list .activity-item .activity-inner li>ol,.activity-list .activity-item .activity-inner li>ul{margin-bottom:0}.activity-list .activity-item .activity-inner>ol,.activity-list .activity-item .activity-inner>ul{margin:0 0 15px}.activity-list .activity-item .activity-inner>ol li,.activity-list .activity-item .activity-inner>ul li{list-style:decimal;margin:0 0 3px 16px;list-style-position:inside;padding:0}.activity-list .activity-item .activity-inner>ol li:before,.activity-list .activity-item .activity-inner>ul li:before{display:none}.activity-list .activity-item .activity-inner>ul li{list-style:disc}.activity-list .activity-item .activity-inner pre{white-space:pre-wrap}.activity-list .activity-item .activity-inner pre p{margin-bottom:0}.activity-list .activity-item .activity-inner>.bb-video-wrapper:has(iframe[src*="youtube.com"]){margin-bottom:25px}.activity-list .activity-item .activity-inner>.bb-video-wrapper:has(iframe[src*="vimeo.com"]){background-color:var(--bb-content-alternate-background-color);border-radius:var(--bb-block-radius-inner);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:0}.activity-list .activity-state-popup .activity-state-popup_inner{background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color)}.activity-list .activity-state-popup .activity-state-popup_title h4{color:var(--bb-headings-color)}.activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_panel ul li>a>span{color:var(--bb-body-text-color)}.activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_panel ul li>a.active{color:var(--bb-headings-color)}.activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_panel ul li>a.active>span{color:var(--bb-headings-color)}.activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_item .activity-state_user .activity-state_user__avatar .activity-state_user__reaction{background-color:var(--bb-content-background-color)}.activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_item .activity-state_user .activity-state_user__name a{color:var(--bb-headings-color)}.activity-list .activity-item .activity-state-reactions .reactions_item{background-color:var(--bb-content-background-color);min-width:22px}.activity-list .activity-item .activity-state-reactions .reactions_item>i{color:var(--bb-primary-color)}.activity-list .activity-item .comment-reactions .activity-state-reactions .reactions_item{background-color:var(--bb-content-background-color)}.activity-list .activity-item .activity-content .activity-state-reactions{color:var(--bb-body-text-color);max-width:67%}.activity-list .activity-item .activity-content .activity-state-reactions .activity-reactions_count{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.activity-list .activity-item .activity-content .activity-state:not(.has-comments) .activity-state-reactions{max-width:100%}.activity-list .activity-item .activity-content .activity-state-comments{color:var(--bb-alternate-text-color)}#buddypress .activity-list .activity-item .activity-inner .activity-inner-meta a.button{border:none;padding:0;margin:0;min-height:auto;min-width:inherit}.activity-list .activity-content .fluid-width-video-wrapper{margin-top:5px;margin-bottom:15px}.activity-list .bb-video-wrapper,.bb-activity-media-wrap,.bb-activity-video-wrap,.video-activity-wrap>.activity-inner{max-width:640px}.activity-modal .activity-list .bb-video-wrapper,.activity-modal .bb-activity-media-wrap,.activity-modal .bb-activity-video-wrap,.activity-modal .video-activity-wrap>.activity-inner{max-width:100%}.activity-list .activity-item .activity-header{color:var(--bb-body-text-color);font-size:14px;letter-spacing:-.24px;margin:0;width:auto}.activity-list .activity-item .activity-header .activity-group-post-meta{font-size:13px}.activity-header a{font-size:14px;font-weight:500;letter-spacing:-.24px;color:var(--bb-headings-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.activity-header a[href]:hover{color:var(--bb-primary-color)}.activity-header a[href=""]{pointer-events:none}.activity-header p:not([class]) a:first-child{font-weight:600}.activity-header p{margin:0}.activity-list .activity-item .activity-content .activity-header,.activity-list .activity-item .activity-content .comment-header{margin-bottom:15px}#buddypress .activity-list .activity-item .activity-header img.avatar,#buddypress .activity-lists .activity-item .activity-header img.avatar{margin-right:5px;margin-left:3px;position:relative;bottom:1px}#bbpress-forums a.view.activity-time-since,#buddypress a.view.activity-time-since{display:none}.activity-item-header .item p a img.avatar{border-radius:50%;margin-right:4px;position:relative;bottom:1px}.activity-date{color:var(--bb-alternate-text-color);font-size:12px}.activity-list .activity-item .activity-actions>.bp-generic-meta.action,.activity-list .activity-item .activity-content>.bp-generic-meta.activity-meta,.activity-list .activity-item .activity-content>.bp-generic-meta.groups-meta,.activity-list .activity-item>.bp-generic-meta.activity-meta,.activity-list .activity-item>.bp-generic-meta.groups-meta,.activity-list .activity-item>.bp-generic-meta[class*="-meta"]{border-color:var(--bb-content-border-color)}#buddypress .activity-list .activity-item .activity-actions>.bp-generic-meta.action div.generic-button>a.button,#buddypress .activity-list .activity-item .activity-content>.bp-generic-meta.activity-meta div.generic-button>a.button,#buddypress .activity-list .activity-item .activity-content>.bp-generic-meta.groups-meta div.generic-button>a.button,#buddypress .activity-list .activity-item>.bp-generic-meta.activity-meta div.generic-button>a.button,#buddypress .activity-list .activity-item>.bp-generic-meta.groups-meta div.generic-button>a.button,#buddypress .activity-list .activity-item>.bp-generic-meta[class*="-meta"] div.generic-button>a.button{min-height:32px}#buddypress .activity-list .activity-item .activity-actions>.bp-generic-meta.action div.generic-button>a.button:hover,#buddypress .activity-list .activity-item .activity-content>.bp-generic-meta.activity-meta div.generic-button>a.button:hover,#buddypress .activity-list .activity-item .activity-content>.bp-generic-meta.groups-meta div.generic-button>a.button:hover,#buddypress .activity-list .activity-item>.bp-generic-meta.activity-meta div.generic-button>a.button:hover,#buddypress .activity-list .activity-item>.bp-generic-meta.groups-meta div.generic-button>a.button:hover,#buddypress .activity-list .activity-item>.bp-generic-meta[class*="-meta"] div.generic-button>a.button:hover{background-color:var(--bb-content-alternate-background-color)}body #bbpress-forums .bp-list.bp-list .bp-generic-meta .generic-button,body #buddypress .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel,body #buddypress .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment,body #buddypress .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save,body #buddypress .bp-list.bp-list .bp-generic-meta .generic-button{margin-bottom:5px;margin-right:15px}body #buddypress .bp-list.bp-list .acomment-foot-actions .bp-generic-meta .generic-button{margin-top:5px;margin-right:10px;line-height:10px}body #buddypress .activity-list .activity-item .activity-actions>.bp-generic-meta .generic-button,body #buddypress .activity-list .activity-item>.bp-generic-meta .generic-button{margin-bottom:0;margin-right:0}body .activity-list .bp-generic-meta #ai_ar_main{margin-bottom:5px;position:static!important}body .activity-list .bp-generic-meta #ai_ar_main .main_smiley_div{left:0;right:inherit}#bbpress-forums .activity-list .action.bp-generic-meta .button,#buddypress .activity-list .action.bp-generic-meta .button,#buddypress .activity-list .action.bp-generic-meta .open-close-activity,#buddypress .activity-lists .action.bp-generic-meta .button,#buddypress .activity-lists .action.bp-generic-meta .open-close-activity{background:0 0;border:0;color:var(--bb-primary-color);margin:0;min-width:10px;min-height:1px;padding:0;-webkit-transition-property:none!important;transition-property:none!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;-webkit-animation:none!important;animation:none!important}#bbpress-forums .activity-list .action.bp-generic-meta .button:hover,#bbpress-forums .activity-list .action.bp-generic-meta .button:hover span,#buddypress .activity-list .action.bp-generic-meta .button:hover,#buddypress .activity-list .action.bp-generic-meta .button:hover span,#buddypress .activity-list .action.bp-generic-meta .open-close-activity:hover,#buddypress .activity-list .action.bp-generic-meta .open-close-activity:hover span,#buddypress .activity-lists .action.bp-generic-meta .button:hover,#buddypress .activity-lists .action.bp-generic-meta .button:hover span,#buddypress .activity-lists .action.bp-generic-meta .open-close-activity:hover,#buddypress .activity-lists .action.bp-generic-meta .open-close-activity:hover span{background:0 0;border:0;box-shadow:none;color:var(--bb-primary-color)}#buddypress .activity-list .activity-item .activity-content .bp-generic-meta.action .acomment-reply.button .comment-count,#buddypress .activity-list .activity-item .activity-content .bp-generic-meta.action .button>.like-count,#buddypress .activity-list .activity-item .bp-generic-meta.action .acomment-reply.button .comment-count,#buddypress .activity-list .activity-item>.bp-generic-meta.action .button>.like-count{color:var(--bb-headings-color)}#bbpress-forums .activity-list .activity-item .action.bp-generic-meta .button,#bbpress-forums .activity-list .activity-item .activity-content .action.bp-generic-meta .button,#buddypress .activity-list .activity-item .action.bp-generic-meta .button,#buddypress .activity-list .activity-item .activity-content .action.bp-generic-meta .button{color:var(--bb-primary-color)}#bbpress-forums .activity-list .activity-item .action.bp-generic-meta .button:before,#bbpress-forums .activity-list .activity-item .action.bp-generic-meta .button>i,#bbpress-forums .activity-list .activity-item .activity-content .action.bp-generic-meta .button:before,#bbpress-forums .activity-list .activity-item .activity-content .action.bp-generic-meta .button>i,#buddypress .activity-list .activity-item .action.bp-generic-meta .button:before,#buddypress .activity-list .activity-item .action.bp-generic-meta .button>i,#buddypress .activity-list .activity-item .activity-content .action.bp-generic-meta .button:before,#buddypress .activity-list .activity-item .activity-content .action.bp-generic-meta .button>i{color:var(--bb-alternate-text-color)}#bbpress-forums .activity-list .activity-item .action.bp-generic-meta .button:hover:before,#bbpress-forums .activity-list .activity-item .action.bp-generic-meta .button:hover>.like-count,#bbpress-forums .activity-list .activity-item .action.bp-generic-meta .button:hover>i,#bbpress-forums .activity-list .activity-item .activity-content .action.bp-generic-meta .button:hover:before,#bbpress-forums .activity-list .activity-item .activity-content .action.bp-generic-meta .button:hover>.like-count,#bbpress-forums .activity-list .activity-item .activity-content .action.bp-generic-meta .button:hover>i,#buddypress .activity-list .activity-item .action.bp-generic-meta .button:hover:before,#buddypress .activity-list .activity-item .action.bp-generic-meta .button:hover>.like-count,#buddypress .activity-list .activity-item .action.bp-generic-meta .button:hover>i,#buddypress .activity-list .activity-item .activity-content .action.bp-generic-meta .button:hover:before,#buddypress .activity-list .activity-item .activity-content .action.bp-generic-meta .button:hover>.like-count,#buddypress .activity-list .activity-item .activity-content .action.bp-generic-meta .button:hover>i{color:var(--bb-primary-color)}#bbpress-forums .activity-list .activity-item .action.bp-generic-meta .button.acomment-reply:hover>.comment-count,#bbpress-forums .activity-list .activity-item .activity-content .action.bp-generic-meta .button.acomment-reply:hover>.comment-count,#buddypress .activity-list .activity-item .action.bp-generic-meta .button.acomment-reply:hover>.comment-count,#buddypress .activity-list .activity-item .activity-content .action.bp-generic-meta .button.acomment-reply:hover>.comment-count{color:var(--bb-primary-color)}#bbpress-forums .activity-list .activity-item .action.bp-generic-meta .button.bp-like-button.has-reaction .like-count,#bbpress-forums .activity-list .activity-item .action.bp-generic-meta .button.bp-like-button.has-reaction>i,#bbpress-forums .activity-list .activity-item .activity-content .action.bp-generic-meta .button.bp-like-button.has-reaction .like-count,#bbpress-forums .activity-list .activity-item .activity-content .action.bp-generic-meta .button.bp-like-button.has-reaction>i,#buddypress .activity-list .activity-item .action.bp-generic-meta .button.bp-like-button.has-reaction .like-count,#buddypress .activity-list .activity-item .action.bp-generic-meta .button.bp-like-button.has-reaction>i,#buddypress .activity-list .activity-item .activity-content .action.bp-generic-meta .button.bp-like-button.has-reaction .like-count,#buddypress .activity-list .activity-item .activity-content .action.bp-generic-meta .button.bp-like-button.has-reaction>i{color:var(--bb-primary-color)}.activity-list .activity-item .bp-generic-meta.action .unfav .like-count,.activity-list .activity-item .bp-generic-meta.action .unfav:before{color:var(--bb-primary-color)}.activity-list .activity-item .bp-generic-meta.action .unfav .like-count,.activity-list .activity-item .bp-generic-meta.action .unfav:before{color:var(--bb-primary-color)}.activity-list .activity-item .bp-generic-meta.action .unfav:hover:before{color:var(--bb-primary-color)}.activity-list .activity-item .bp-generic-meta.action .acomment-reply.button:before,.activity-list .activity-item .bp-generic-meta.action .delete-activity:before,.activity-list .activity-item .bp-generic-meta.action .edit-activity:before,.activity-list .activity-item .bp-generic-meta.action .fav:before,.activity-list .activity-item .bp-generic-meta.action .open-close-activity:before,.activity-list .activity-item .bp-generic-meta.action .spam-activity:before,.activity-list .activity-item .bp-generic-meta.action .unfav:before,.activity-list .activity-item .bp-generic-meta.action .view.button:before{display:inline-block;text-rendering:auto;font-size:24px;min-width:24px;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align:middle}.activity-list .activity-item .activity-content .activity-state{color:var(--bb-alternate-text-color)}.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-circle .comment-count:before,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-circle .comment-count:hover,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-arrow-circle .text:hover,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-chat .comment-count:before,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-chat .comment-count:hover,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-chat .comment-count:hover:before,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-chat .text:before,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-chat .text:hover,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-chat .text:hover:before,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-discussion .comment-count:hover,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-discussion .text:before,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-discussion .text:hover,.activity-list .activity-item .activity-inner .activity-inner-meta .button.bb-icon-discussion .text:hover:before,.activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity:hover:before,.activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity_cancel:hover:before,.activity-list .activity-item .bp-generic-meta.action .open-close-activity:hover:before{color:var(--bb-primary-color)}.activity-list .activity-item .bp-generic-meta.action .unfav:before{font-weight:300}.activity-list .activity-item .bp-generic-meta.action .fav:before,.activity-list .activity-item .bp-generic-meta.action .unfav:before,.activity-list .activity-item .bp-generic-meta.action .view.button:before{position:relative;top:-1px}.activity-list .activity-item .bp-generic-meta.action .delete-activity:before{position:relative;top:-1px;font-size:19px}.activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity_cancel:before{content:"\e828";position:relative;top:-1px;font-size:21px;min-width:22px;font-family:bb-icons;color:var(--bb-primary-color)}.activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity:before{content:"\ee5a";position:relative;top:-1px;font-size:15px;min-width:22px;font-family:bb-icons;display:inline-block;color:var(--bb-primary-color)}.activity-list .activity-item .bp-generic-meta.action .edit-activity:before{position:relative;top:-1px;font-size:17px}.activity-list .activity-item .bp-generic-meta.action .spam-activity:before{font-size:16px;position:relative;top:-2px}.activity-list .activity-item .bp-generic-meta.action .open-close-activity:before{content:"\eecc";font-family:bb-icons;font-size:15px;position:relative;top:-2px;color:var(--bb-primary-color);min-width:20px;margin-right:3px}.activity-list .activity-item .bp-generic-meta.action .open-close-activity.bplua-open-activity:before{font-family:bb-icons;content:"\eecf"}div#buddypress .activity-read-more a{font-size:inherit;border:0;padding:0}#buddypress .activity-list .activity-item .bp-generic-meta.action .open-close-activity,#buddypress .activity-lists .activity-item .bp-generic-meta.action .open-close-activity{margin:0 15px 5px 0!important;box-shadow:none;line-height:32px!important}#buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity,#buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity_cancel,#buddypress .activity-list .activity-item .bp-generic-meta.action .open-close-activity,#buddypress .activity-lists .activity-item .bp-generic-meta.action .open-close-activity,.activity-list .activity-item .activity-actions .bp-generic-meta.action .button span:not(.bp-screen-reader-text),.activity-list .activity-item .bp-generic-meta.action .button span:not(.bp-screen-reader-text){font-size:14px;font-weight:400;color:var(--bb-alternate-text-color);letter-spacing:-.24px;line-height:1;margin-left:2px;-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}#buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity:active,#buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity:focus,#buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity_cancel:active,#buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity_cancel:focus,#buddypress .activity-list .activity-item .bp-generic-meta.action .open-close-activity:active,#buddypress .activity-list .activity-item .bp-generic-meta.action .open-close-activity:focus,#buddypress .activity-lists .activity-item .bp-generic-meta.action .open-close-activity:active,#buddypress .activity-lists .activity-item .bp-generic-meta.action .open-close-activity:focus,.activity-list .activity-item .activity-actions .bp-generic-meta.action .button span:not(.bp-screen-reader-text):active,.activity-list .activity-item .activity-actions .bp-generic-meta.action .button span:not(.bp-screen-reader-text):focus,.activity-list .activity-item .bp-generic-meta.action .button span:not(.bp-screen-reader-text):active,.activity-list .activity-item .bp-generic-meta.action .button span:not(.bp-screen-reader-text):focus{box-shadow:none}.bb-document-theater .bb-media-section.bb-media-no-preview .img-section>i{color:var(--bb-alternate-text-color)}.bb-document-theater .bb-media-section.bb-media-no-preview .img-section a.download-button{color:var(--bb-primary-color)}.bb-document-theater .bb-media-section.bb-media-no-preview .img-section a.download-button:hover{color:var(--bb-primary-color)}.bb-document-theater .bb-media-section .document-preview h3{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}.bb-document-theater .bb-media-section .img-section{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius) 0 0 var(--bb-block-radius)}.bb-document-theater .bb-media-section .img-section img>.download-button,.bb-document-theater .bb-media-section .img-section img>.download-button:hover{color:var(--bb-primary-color)}@media screen and (max-width:1024px){.bb-document-theater .bb-media-section .img-section{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}}.bb-document-theater .bb-media-info-section.document{background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color)}.bb-document-theater .bb-media-section.bb-media-no-preview{background-color:var(--bb-content-background-color)}.bb-document-theater .bb-media-section.bb-media-no-preview .img-section a.download-button{color:var(--bb-primary-color)}#buddypress .bb-document-theater ul.bp-list.loading,#buddypress .media-theatre ul.bp-list.loading,#buddypress .video-theatre ul.bp-list.loading{background-color:var(--bb-content-background-color)}.activity-list .bb-activity-more-options-wrap .bb-activity-more-options-action i,.activity-list .bb-pin-action [class*=bb-icon]{color:var(--bb-alternate-text-color);font-size:16px}.activity-list .bb-activity-more-options-wrap .bb-activity-more-options-action{border-radius:6px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:24px;height:24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.activity-list .bb-activity-more-options-wrap .bb-activity-more-options-action:hover{background-color:var(--bb-content-alternate-background-color)}.activity-list .activity-comments .bb-activity-more-options-wrap .bb-activity-more-options-action{visibility:hidden;pointer-events:none}.activity-list .activity-item.loading-mute .bb-pin-action .bb-mute-action_button [class*=bb-icon],.activity-list .activity-item.loading-mute .bb-pin-action .bb-pin-action_button [class*=bb-icon],.activity-list .activity-item.loading-pin .bb-pin-action .bb-mute-action_button [class*=bb-icon],.activity-list .activity-item.loading-pin .bb-pin-action .bb-pin-action_button [class*=bb-icon]{display:block}.activity-list .activity-item.loading-mute .bb-pin-action .bb-mute-action_button [class*=bb-icon]:before,.activity-list .activity-item.loading-mute .bb-pin-action .bb-pin-action_button [class*=bb-icon]:before,.activity-list .activity-item.loading-pin .bb-pin-action .bb-mute-action_button [class*=bb-icon]:before,.activity-list .activity-item.loading-pin .bb-pin-action .bb-pin-action_button [class*=bb-icon]:before{display:block}.bb-template-v2 .activity-list .activity-item.loading-mute .bb-pin-action .bb-mute-action_button [class*=bb-icon]:before,.bb-template-v2 .activity-list .activity-item.loading-mute .bb-pin-action .bb-pin-action_button [class*=bb-icon]:before,.bb-template-v2 .activity-list .activity-item.loading-pin .bb-pin-action .bb-mute-action_button [class*=bb-icon]:before,.bb-template-v2 .activity-list .activity-item.loading-pin .bb-pin-action .bb-pin-action_button [class*=bb-icon]:before{display:block}.activity-list .activity-item.bb-closed-comments .bb-activity-closed-comments-notice{padding:8px 0;background-color:var(--bb-content-alternate-background-color);border-top:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color);font-size:13px}.bb-media-model-wrapper .activity-comments li>.acomment-display:hover .bb-activity-more-options-action,.buddypress-wrap .activity-comments li>.acomment-display:hover .bb-activity-more-options-action{visibility:visible;pointer-events:initial}.buddypress .buddypress-wrap .activity-state a{color:var(--bb-alternate-text-color);background-color:transparent}#bbpress-forums .bb-media-model-container .activity-list.bp-list .download-document,#buddypress .bb-media-model-wrapper.document-theatre .activity-list.bp-list .download-document,#buddypress .bb-media-model-wrapper.media-theatre .activity-list.bp-list .download-media,#buddypress.bb-media-model-wrapper.document-theatre .activity-list.bp-list .download-document,#buddypress.bb-media-model-wrapper.media-theatre .activity-list.bp-list .download-media{border-color:var(--bb-content-border-color)}.bb-media-model-inner{background-color:var(--bb-content-background-color)}#buddypress .bb-media-model-wrapper.document-theatre .activity-list.bp-list .download-document,#buddypress .bb-media-model-wrapper.media-theatre .activity-list.bp-list .download-media,#buddypress.bb-media-model-wrapper.document-theatre .activity-list.bp-list .download-document,#buddypress.bb-media-model-wrapper.media-theatre .activity-list.bp-list .download-media{background-color:var(--bb-content-background-color)}#buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity,#buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity_cancel{margin-bottom:2px}#buddypress .activity-list .activity-item .bp-generic-meta.action .buddyboss_edit_activity_cancel{margin-right:15px}.bp-activity-head{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:15px}.activity-header{-webkit-box-flex:1;-ms-flex:1;flex:1}.activity-list.item-list .activity-item .activity-avatar{margin:0 10px 0 0;width:auto;-webkit-box-flex:0;-ms-flex:0 0 36px;flex:0 0 36px}.activity-list .activity-item .bp-activity-head .activity-avatar img.avatar{max-width:40px}.activity-list .activity-item div.item-avatar img,.activity-list .activity-item.mini .activity-avatar img.FB_profile_pic,.activity-list .activity-item.mini .activity-avatar img.avatar{max-width:32px}.buddypress-wrap .activity-comments ul{margin-top:12px;margin-bottom:2px}@media screen and (min-width:46.8em){.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) .actvity-head-bar nav{margin-bottom:0}.buddypress-wrap .activity-inner{font-size:14px}}form.ac-form.not-initialized .ac-reply-content{border-radius:var(--bb-block-radius-inner);border:1.5px solid transparent}form.ac-form.not-initialized .ac-reply-content .ac-input:before{color:var(--bb-alternate-text-color)}form.ac-form .ac-reply-content{background-color:var(--bb-content-alternate-background-color)}form.ac-form .ac-reply-content:focus-within{border-color:var(--bb-primary-color)}form.ac-form .ac-reply-content .ac-submit-wrap{background-color:var(--bb-primary-color);border-radius:var(--bb-button-radius)}form.ac-form .ac-reply-content .ac-submit-wrap.loading:before{color:var(--bb-secondary-button-text-regular)}.bb-template-v2 form.ac-form .ac-reply-content .ac-submit-wrap.loading:before{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)}.buddypress-wrap .activity-comments{margin:0;overflow:visible}.activity-list .activity-item.has-comments{padding-bottom:0}.bb-media-model-wrapper .activity-comments form,.buddypress-wrap .activity-comments form{padding-top:0}form.ac-form .ac-reply-content{padding-left:0}.activity-comments li form.ac-form{margin-right:0;margin-top:5px}.activity-comments .acomment-edit-form form.ac-form{margin-top:0;margin-bottom:10px}.activity-list .activity-item,.buddypress-wrap .activity-comments ul li{padding:0}#buddypress button.ac-reply-cancel{background:0 0;box-shadow:none;border:0;font-size:14px;color:var(--bb-alternate-text-color);font-weight:500;margin:0;padding:0 10px;width:auto}.buddypress-wrap .activity-comments .acomment-content{overflow:hidden}.buddypress-wrap .activity-comments .acomment-content .bb-activity-media-elem .entry-img img{width:100%}form.ac-form .ac-reply-content{border-color:var(--bb-content-border-color);background-color:var(--bb-content-alternate-background-color);border-radius:var(--bb-block-radius-inner)}form.ac-form .ac-reply-content:focus{border-color:var(--bb-primary-color)}#buddypress form.ac-form .ac-reply-content .ac-reply-cancel{color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-button-radius);min-height:10px;visibility:hidden;opacity:0;width:0;height:0;font-size:0;padding:0}form.ac-form div.dropzone .dz-default.dz-message{background-color:var(--bb-content-alternate-background-color)}form.ac-form div.dropzone .dz-default.dz-message:after{color:var(--bb-headings-color)}form.ac-form div.dropzone .dz-preview.dz-file-preview .dz-details,form.ac-form div.dropzone.document-dropzone .dz-preview .dz-remove,form.ac-form div.dropzone.media-dropzone .dz-preview:not(.dz-image-preview) .dz-image{background-color:var(--bb-content-alternate-background-color)}form.ac-form div.dropzone.video-dropzone div.dz-preview.dz-file-preview .dz-remove{background-color:var(--bb-content-alternate-background-color)}form.ac-form div.dropzone.video-dropzone div.dz-preview.dz-file-preview .dz-remove:after{color:var(--bb-headings-color)}form.ac-form div.dropzone.media-dropzone.dz-started,form.ac-form div.dropzone.video-dropzone.dz-started{margin-top:10px}form.ac-form div.dropzone.media-dropzone.dz-started.files-uploaded,form.ac-form div.dropzone.video-dropzone.dz-started.files-uploaded{margin-top:0}form.ac-form div.dropzone.document-dropzone.dz-started{margin-top:10px}form.ac-form div.dropzone.document-dropzone.dz-started.files-uploaded{margin-top:14px}form.ac-form .activity-attached-gif-container .gif-image-remove .bb-icon-times{color:var(--bb-headings-color)}form.ac-form .activity-attached-gif-container .gif-image-container img{border-radius:var(--bb-block-radius-inner)}.buddypress-wrap .activity-comments .acomment-meta{padding-left:0;color:inherit}.activity-comments-items li{position:relative}.activity-comments-items .item-title p{margin-bottom:10px;margin-top:10px}.activity-comments-items .bs-item-wrap .item{-webkit-box-flex:1;-ms-flex:1;flex:1}.activity-comments-items .item-title .video-container{display:block;margin-top:10px;margin-bottom:10px;border-radius:0}.activity-comments-items:not(.depth1){padding-bottom:0}.bs-activity-wrap.bb-media-info-section .activity-comments-items{max-height:100%;overflow-x:initial;overflow-y:initial}@media screen and (max-width:544px){.activity-update-form #activity-post-form-privacy{margin-top:10px}}.activity-type .gif-photo-type{font-size:13px;position:absolute;z-index:9;cursor:pointer;left:10px;bottom:10px;background-color:#000;padding:2px 10px;color:#fff;border-radius:5px;font-weight:lighter}.activity-type .gif-photo-source{position:absolute;z-index:9;cursor:pointer;bottom:-30px;font-size:14px;color:#767676}.bb-modal-activity-footer .bp-feedback,.buddypress-wrap .activity-comments .bp-feedback{padding:5px 10px 5px 0;font-size:13px;margin-left:46px}.bb-modal-activity-footer .bp-feedback.error,.buddypress-wrap .activity-comments .bp-feedback.error{background-color:transparent;color:var(--bb-danger-color);border:0;margin-top:8px}.bb-modal-activity-footer .bp-feedback.error:before,.buddypress-wrap .activity-comments .bp-feedback.error:before{display:inline-block;width:14px;height:14px;content:"\ee65";font-family:bb-icons;font-size:14px;font-weight:200;margin-right:5px}.bb-modal-activity-footer{font-size:.875rem}.bb-modal-activity-footer .bp-feedback{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:46px}.bb-modal-activity-footer .bp-feedback.error:before{line-height:1}.bb-media-model-wrapper .activity-comments>.ac-form .bp-feedback,.buddypress-wrap .activity-comments>.ac-form .bp-feedback{margin-left:46px}.bb-media-model-wrapper .activity-comments ul li.comment-item .ac-form .bp-feedback,.buddypress-wrap .activity-comments ul li.comment-item .ac-form .bp-feedback{margin-left:38px;line-height:1.5}.bb-media-model-wrapper .activity-comments>ul>li.comment-item>.ac-form .bp-feedback,.buddypress-wrap .activity-comments>ul>li.comment-item>.ac-form .bp-feedback{margin-left:46px}.bb-media-model-wrapper .activity-comments .display-focus .acomment_inner .acomment-content_block,.buddypress-wrap .activity-comments .display-focus .acomment_inner .acomment-content_block{background-color:rgba(var(--bb-primary-color-rgb),.1)}.bb-media-model-wrapper .activity-comments .acomment_inner .acomment-content_block,.buddypress-wrap .activity-comments .acomment_inner .acomment-content_block{background-color:var(--bb-content-alternate-background-color)}.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.acomment-reply,.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.button,.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.acomment-reply,.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.button,.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.acomment-reply,.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.button,.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.acomment-reply,.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.button,.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.acomment-reply,.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.button,.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.acomment-reply,.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.button{color:var(--bb-body-text-color);font-size:13px;font-weight:500}.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.acomment-reply span:not(.bp-screen-reader-text),.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.button span:not(.bp-screen-reader-text),.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.acomment-reply span:not(.bp-screen-reader-text),.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.button span:not(.bp-screen-reader-text),.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.acomment-reply span:not(.bp-screen-reader-text),.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.button span:not(.bp-screen-reader-text),.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.acomment-reply span:not(.bp-screen-reader-text),.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.button span:not(.bp-screen-reader-text),.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.acomment-reply span:not(.bp-screen-reader-text),.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.button span:not(.bp-screen-reader-text),.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.acomment-reply span:not(.bp-screen-reader-text),.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.button span:not(.bp-screen-reader-text){color:var(--bb-body-text-color);font-size:13px;font-weight:500}@media screen and (max-width:544px){.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.acomment-reply span:not(.bp-screen-reader-text),.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.button span:not(.bp-screen-reader-text),.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.acomment-reply span:not(.bp-screen-reader-text),.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.button span:not(.bp-screen-reader-text),.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.acomment-reply span:not(.bp-screen-reader-text),.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.button span:not(.bp-screen-reader-text),.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.acomment-reply span:not(.bp-screen-reader-text),.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.button span:not(.bp-screen-reader-text),.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.acomment-reply span:not(.bp-screen-reader-text),.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.button span:not(.bp-screen-reader-text),.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.acomment-reply span:not(.bp-screen-reader-text),.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.button span:not(.bp-screen-reader-text){font-size:12px}}@media screen and (max-width:544px){.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.acomment-reply,.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.button,.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.acomment-reply,.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.button,.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.acomment-reply,.bb-media-model-wrapper .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.button,.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.acomment-reply,.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.activity-meta .generic-button a.button,.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.acomment-reply,.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta.groups-meta .generic-button a.button,.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.acomment-reply,.buddypress-wrap .activity-comments .acomment_inner .bp-generic-meta[class*="-meta"] .generic-button a.button{font-size:12px}}#buddypress .activity-list .activity-item .action.bp-generic-meta .button:hover>.like-count{color:var(--bb-body-text-color)}.activity-group-avatar img{border-radius:8px}.activity-group-avatar .author-avatar img{border-radius:50%;border:2px solid var(--bb-content-background-color)}.activity-header .activity-group-heading a{color:var(--bb-headings-color);font-weight:600}.activity-header .activity-group-heading a:hover{color:var(--bb-primary-color)}.activity-header .activity-post-author a{color:var(--bb-body-text-color);font-weight:600;font-size:13px}.activity-header .activity-group-post-meta .time-since a{color:var(--bb-alternate-text-color);font-weight:400}.buddypress-wrap .activity_reaction_popup_error .bp-feedback{padding:0}.buddypress-wrap .activity_reaction_popup_error .bp-feedback.error{color:var(--bb-body-text-color);background-color:transparent;border:1px solid var(--bb-content-border-color)}body #buddypress .bp-list .activity-comments .action{line-height:1}@media screen and (max-width:980px){body #buddypress .bp-list .activity-comments .action{-webkit-box-flex:1;-ms-flex:1;flex:1}}.acomment-foot-actions .activity-time-since{color:var(--bb-alternate-text-color);font-size:13px;line-height:1}@media screen and (max-width:544px){.acomment-foot-actions .activity-time-since{font-size:12px}}.activity-list.item-list .activity-item .activity-comments img.avatar{max-width:32px;width:100%;height:auto}.activity-list .activity-item div.item-avatar{margin:0 10px 0 0}.activity-list .activity-item .comment-item div.item-avatar{margin:7px 10px 0 0}.activity-list .activity-item .comment-item .bb-activity-more-options-wrap .bb-activity-more-options-action:hover{background-color:var(--bb-content-alternate-background-color)}.activity-list .activity-item .comment-item .bb-activity-more-options-wrap .bb-activity-more-options-action i{color:var(--bb-headings-color-rgb)}.activity-list .activity-item .comment-item .bb-activity-more-options-wrap:has(.bb-activity-more-options.is_visible) .bb-activity-more-options-action{background-color:var(--bb-content-alternate-background-color)}.activity-list .activity-item .comment-item .comment-reactions .activity-state-reactions{background-color:var(--bb-content-background-color)}.buddypress-wrap .activity-comments .show-all button:hover{color:inherit;text-decoration:none}form.ac-form .ac-reply-content .ac-textarea textarea,form.ac-form .ac-reply-content .ac-textarea textarea:focus{box-shadow:none;border-color:#eef0f3;resize:none;background:#fff;height:36px;padding:5px 10px}#buddypress .activity-list .activity-item .action.bp-generic-meta .button,#buddypress .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel,#buddypress .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment,#buddypress .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save,#buddypress .bp-list .activity-comments .bp-generic-meta .generic-button a{background:0 0;padding:0;color:var(--bb-body-text-color);font-weight:500;border:0;font-size:13px;line-height:1;margin:0;min-height:10px;box-shadow:none}@media screen and (max-width:544px){#buddypress .bp-list .activity-comments .bp-generic-meta .generic-button a{font-size:12px}}#buddypress .activity-list .activity-item .comment-item .activity-meta.action .buddyboss_edit_activity_cancel{font-weight:500}.buddypress-wrap .activity-comments .acomment-content p{margin-bottom:.5em}.buddypress-wrap .activity-comments .acomment-content p:last-child{margin-bottom:0}.buddypress-wrap .activity-comments .show-all{padding:8px 0 0}.buddypress-wrap .activity-comments .show-all button{box-shadow:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;font-weight:600;color:var(--bb-body-text-color);text-decoration:none;padding:0;line-height:1.5}.buddypress-wrap .activity-comments ul li{border-top:0;margin:0}.bb-media-model-wrapper .activity-comments ul li>.acomment-display,.buddypress-wrap .activity-comments ul li>.acomment-display{padding-bottom:12px}.bb-media-model-wrapper .activity-comments ul li>.acomment-display.bp-hide+.acomment-edit-form,.buddypress-wrap .activity-comments ul li>.acomment-display.bp-hide+.acomment-edit-form{padding-bottom:10px}.buddypress-wrap .activity-comments .acomment-content p,.buddypress-wrap .activity-comments .acomment-meta{font-size:14px}.acomment-meta .author-name{color:var(--bb-headings-color);font-weight:600}.acomment-meta .activity-time-since,.acomment-meta .bb-activity-edited-text{color:var(--bb-alternate-text-color);font-size:12px}form.ac-form .ac-reply-content .ac-textarea{padding:0 10px}@media only screen and (max-width:1120px) and (min-width:1080px){.has-sidebar.activity-sidebar-left form.ac-form .ac-reply-content .ac-textarea .ac-reply-toolbar .post-elements-buttons-item{margin-right:5px}}#buddypress form.ac-form .ac-reply-content input[type=submit]{padding:7px 20px;height:auto;min-height:10px;line-height:1;font-size:14px;font-weight:500}.acomment-content iframe{margin-top:15px;margin-bottom:5px}.bb-media-model-wrapper .activity-comments ul li ul,.buddypress-wrap .activity-comments ul li ul{margin-bottom:0;margin-top:0}.bb-media-model-wrapper .activity-comments ul li ul li,.buddypress-wrap .activity-comments ul li ul li{margin-bottom:0;padding-bottom:0}.bb-media-model-wrapper .activity-comments ul li ul li.acomments-view-more,.buddypress-wrap .activity-comments ul li ul li.acomments-view-more{margin-top:-10px}.bb-media-model-wrapper .activity-comments ul li ul li.acomments-view-more:last-of-type,.buddypress-wrap .activity-comments ul li ul li.acomments-view-more:last-of-type{margin-bottom:0}.bb-media-model-wrapper .activity-comments ul li ul li.acomments-view-more:last-of-type:last-of-type,.buddypress-wrap .activity-comments ul li ul li.acomments-view-more:last-of-type:last-of-type{margin-bottom:8px}ul.activity-list.item-list.bp-list{margin-bottom:0}#buddypress ul.item-list .activity-header img.avatar{margin-right:6px;margin-left:4px}.activity-list .activity-item .activity-header .time-since{font-size:13px;color:var(--bb-alternate-text-color);text-decoration:none;font-weight:400;letter-spacing:-.24px}.activity-list .activity-item .activity-header .time-since:hover{text-decoration:none}.activity-list .activity-item .activity-header .activity-time-since:before{color:var(--bb-alternate-text-color)}.activity-list .activity-item .activity-content .activity-inner{background:0 0;margin:0 0 12px;overflow:hidden;padding:0}.activity-list .activity-item .activity-content .activity-inner iframe{margin-top:10px;border-radius:var(--bb-block-radius-inner)}.activity-list .activity-item .activity-content .activity-inner,.activity-list li.bbp_reply_create .activity-content .activity-inner,.activity-list li.bbp_topic_create .activity-content .activity-inner,.activity-list li.blogs .activity-content .activity-inner{border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner)}.activity-list .activity-item .activity-content .activity-inner iframe[style="border-radius: 12px"]{border-radius:var(--bb-block-radius-inner)!important}.activity-list li.bbp_reply_create .activity-content .activity-inner .activity-discussion-title-wrap,.activity-list li.bbp_reply_create .bb-content-inr-wrap,.activity-list li.bbp_topic_create .activity-content .activity-inner .activity-discussion-title-wrap,.activity-list li.bbp_topic_create .bb-content-inr-wrap{background-color:var(--bb-content-background-color)}.activity-list li.bbp_reply_create .activity-content .activity-inner .activity-discussion-title-wrap,.activity-list li.bbp_topic_create .activity-content .activity-inner .activity-discussion-title-wrap{border-radius:var(--bb-block-radius-inner)}.activity-list li .bb-content-inr-wrap iframe{z-index:2}.activity-list li.bbp_reply_create .activity-content .activity-inner .activity-discussion-title-wrap,.activity-list li.bbp_reply_create .activity-content .activity-inner .bb-post-title,.activity-list li.bbp_reply_create .bp-activity-head .bb-post-singular,.activity-list li.bbp_topic_create .activity-content .activity-inner .bb-post-title,.activity-list li.bbp_topic_create .bp-activity-head .bb-post-singular,.activity-list li.blogs .bp-activity-head .bb-post-singular{color:var(--bb-headings-color)}.activity-list li.bbp_topic_create .activity-content .activity-inner .activity-discussion-title-wrap{color:var(--bb-headings-color)}.activity .activity .activity-list .bbp_topic_create .activity-inner .bb-activity-media-wrap .bb-open-media-theatre,.activity-list li.blogs .activity-content .activity-inner .bb-post-img-link{background-color:var(--bb-cover-image-background-color)}.activity-header .activity-time-since:before{display:block;content:""}@media screen and (min-width:46.8em){.buddypress-wrap .activity-header,.buddypress-wrap .activity-inner{font-size:14px}}body.activity-permalink #activity-stream{margin-top:0;padding-top:0}body.activity-permalink ul.activity-list{margin-top:0}body.activity-permalink .bp-messages{margin-bottom:20px}body.activity-permalink .activity-list .activity-comments{margin-bottom:0}#buddypress .activity-list.item-list.bp-list>li.load-newest,#buddypress .activity-lists.item-list.bp-list>li.load-newest{padding-bottom:15px}body.activity-permalink .activity-comments>ul{padding:15px}@media screen and (min-width:46.8em){body.activity-permalink .activity-list .activity-avatar{left:0;top:0}}.activity-comments-items .item-title{word-break:break-word}.buddypress-wrap .activity-comments .show-all button:focus,.buddypress-wrap .activity-comments .show-all button:hover{color:inherit}.activity-form:not(.focus-in) .medium-editor-element,.activity-form:not(.focus-in) .medium-editor-placeholder{background-color:transparent}.activity-form:not(.focus-in) .whats-new-form-header{border-radius:4px 4px 0 0;-webkit-transition:background-color .5s;transition:background-color .5s}.activity-form:not(.focus-in):hover .whats-new-form-header{background-color:var(--bb-content-alternate-background-color)}@media screen and (min-width:46.8em){.activity.buddypress .bp-single-vert-nav .item-body{overflow:inherit}.activity-update-form #whats-new-content,.activity-update-form #whats-new-elements,.activity-update-form #whats-new-submit{margin-left:0}}.acomment-content .fluid-width-video-wrapper,.activity-inner .fluid-width-video-wrapper{margin:12px 0}.fluid-width-video-wrapper iframe{margin:0}.bs-activity-wrap{background:#fff;border:1px solid #eef0f3;border-radius:4px;margin-bottom:20px;font-size:14px;line-height:1.5;box-shadow:0 6px 24px 0 rgba(18,43,70,0)}#bs-activity-form-wrap.highlight .bs-activity-wrap{border:1px solid #d2d4d6;box-shadow:0 6px 24px 0 rgba(18,43,70,.08)}.bs-activity-wrap .inner-wrap .map-wrap img{width:100%;border-radius:4px}.bs-activity-wrap .inner-wrap .gif-wrap img{border-radius:4px}.bs-activity-wrap .inner-wrap .video-container{border-radius:4px;overflow:hidden;margin:0}.activity-type .dropzone .dz-preview{min-width:200px}.bb-dz-preview-wrap .dz-image{border-radius:4px;position:relative;overflow:hidden;padding-top:100%;display:block}.bb-dz-preview-wrap .dz-image img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:0;min-height:100%;height:auto!important;width:auto!important;min-width:100%;object-fit:cover!important;cursor:move}.bs-update.bs-activity-wrap .inner-wrap{margin-top:15px;margin-bottom:15px}.bs-activity-wrap.bb-media-info-section{margin:0}.loading.bs-activity-wrap:not(.bs-update){padding:0 15px}.bb-activity-author{margin-right:3px}.bb-activity-author+p{display:inline}.bb-mini-profile-card-area+p{display:inline}div#buddypress .activity-read-more{margin-left:0}div#buddypress .activity-read-more a{font-size:inherit;border:0}div#buddypress .activity-read-more a:hover{background:0 0}.wp-embedded-content+.video-container{height:auto;padding-bottom:0}.wp-embedded-content+.video-container iframe{position:static}iframe.wp-embedded-content{max-width:100%;width:100%}.activity-item-header{border-radius:4px 4px 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:61px;margin-bottom:5px;padding:12px 0}.bs-update .activity-item-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.activity-item-header .item-avatar{margin-right:12px;padding-top:3px;position:relative}.activity-item-header .item-avatar .avatar:not(.profile-avatar){border-radius:50%;max-width:36px}.activity-item-header .item{line-height:21px}.activity-item-header .item p{margin-bottom:0;color:#7f868f}.activity-item-header .item p a{color:var(--bb-headings-color)}.activity-item-header .item p a:hover{color:var(--bb-primary-color);text-decoration:none}.activity-item-header .item p a img.avatar{border-radius:50%;margin-right:4px;position:relative;bottom:1px}.activity-item-header .item p a.activity-time-since{display:none}.activity-item-header .bs-dropdown:after{right:19px}#buddypress .activity-item-header .item p a.activity-time-since:hover{text-decoration:none}.bs-update .activity-item-header{background-color:var(--bb-content-alternate-background-color);border-bottom:1px solid #eef0f3;padding:12px 15px}.activity-item-header .item-title{font-size:14px;letter-spacing:-.24px;color:#939597;position:relative}.activity-item-header .item-title img{position:relative;bottom:1px}.gif-holder .loading-icon{max-width:80px}.activity-item-header .item-title a{font-size:14px;letter-spacing:-.24px;color:var(--bb-headings-color);display:inline}.activity-item-header .item-title a:hover{color:var(--bb-primary-color)}.activity-item-header .item-meta{font-size:12px}.activity-date{color:var(--bb-alternate-text-color)}a.activity-date:hover{color:var(--bb-headings-color)}.activity-item-body .inner-wrap.act-photo{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 -6px;-ms-flex-wrap:wrap;flex-wrap:wrap}.activity-body-photo a 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}.activity-item-footer{padding:15px 0}.activity-item-footer input{width:100%}span.gif-photo-source{display:none}.activity-item-footer a.bb-comment-ico .bb-icon-comment,.activity-item-footer a.bb-like-wrap .bb-icon-like{color:rgba(18,43,70,.4);font-size:24px;-webkit-transition:all linear .2s;transition:all linear .2s}.activity-item-footer a.bb-like-wrap.bb-favorite .bb-icon-like{color:#122b46}.activity-item-footer a.bb-comment-ico{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto 0 25px}.activity-item-footer a.bb-comment-ico i.bb-icon-comment:hover,.activity-item-footer a.bb-like-wrap i.bb-icon-like:hover{color:rgba(18,43,70,.8)}.activity-item-footer .comment-count,.activity-item-footer .like-count{color:#7f868f}.bs-activity-wrap .bs-dropdown-link{color:rgba(18,43,70,.4);-webkit-transition:all linear .2s;transition:all linear .2s;font-size:20px;opacity:.4}.bs-activity-wrap .bs-dropdown-link:hover{color:rgba(18,43,70,.8)}span.gif-photo-type{display:none}.bs-activity-wrap .bs-dropdown{right:-12px}.bs-activity-wrap .bs-dropdown#activity-actionlist-location{padding:10px}.bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart{border:0}.bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart .emoji-mart-anchors .emoji-mart-anchor{color:rgba(18,43,70,.3);cursor:pointer}.bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart .emoji-mart-anchors .emoji-mart-anchor:hover{color:rgba(18,43,70,.8)}.bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart .emoji-mart-anchors .emoji-mart-anchor-selected{color:rgba(18,43,70,.8)!important}.bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart .emoji-mart-anchors .emoji-mart-anchor-selected .emoji-mart-anchor-bar{background-color:rgba(18,43,70,.8)!important}.bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart-search{margin-bottom:6px}.bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart-search input{height:35px;font-size:14px;padding:.1em .9em}.bs-activity-wrap .bs-dropdown:after{right:22px}.bb-media-model-container .activity-comments-items li:nth-child(n+4) .bs-emoji-dropdown,.bb-media-model-container .add-comment-wrap.bb-emoji-up .bs-emoji-dropdown{bottom:40px;top:auto;right:-5px;left:auto}.bb-media-model-container .activity-comments-items li:nth-child(n+4) .bs-emoji-dropdown:after,.bb-media-model-container .add-comment-wrap.bb-emoji-up .bs-emoji-dropdown:after{right:-2px;bottom:-10px;top:auto;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.bb-media-model-container .bs-item-wrap:last-child .bs-dropdown{top:auto;bottom:25px}.bb-media-model-container .bs-item-wrap:last-child .bs-dropdown:after{right:-2px;bottom:-10px;top:auto;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.bs-activity-comments{background-color:var(--bb-content-alternate-background-color);border-top:1px solid #eef0f3;margin:0 -15px}.activity-comments-items .bs-activity-comments{border-top:0;margin-top:10px}.bs-activity-ctrl{border-top:1px solid #eef0f3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 15px;-ms-flex-flow:row wrap;flex-flow:row wrap}.bs-activity-ctrl>div{margin-top:10px;margin-bottom:10px}#buddypress h6.list-comments-heading{padding:15px 20px 5px;margin-bottom:0;font-size:13px;color:#939597;font-weight:400;letter-spacing:0;line-height:1}#buddypress h6.list-comments-heading a{color:inherit}#buddypress h6.list-comments-heading a:hover{color:var(--bb-primary-color)}.activity-comments-items .bs-item-wrap .item-avatar{margin-right:12px}.activity-comments-items .bs-item-wrap .item-avatar .avatar:not(.profile-avatar){border-radius:50%;max-width:36px}.activity-comments-items:not(.depth1) .bs-item-wrap .item-avatar .avatar:not(.profile-avatar){max-width:28px}.bb-media-comments-wrapper:not(.depth1){padding-left:48px}.bb-media-comments-wrapper.depth3{padding-left:42px}.bb-media-comments-wrapper.depth4{padding-left:40px}.activity-comments-items>li>.bb-media-comments-wrapper.depth1{padding-left:50px}.bb-mini-profile-card-area:empty{display:none}.add-comment-wrap{background-color:var(--bb-content-alternate-background-color);border-top:1px solid #eef0f3;display:-webkit-box;display:-ms-flexbox;display:flex;padding:12px 15px;border-radius:0 0 4px 4px}.add-comment-wrap .item-avatar{margin-right:12px}.add-comment-wrap .avatar:not(.profile-avatar){max-width:36px}.add-comment-wrap .add-comment{width:100%;background:0 0;border-radius:4px}.add-comment-wrap .add-comment:hover{background:#fff}.bb-activity-info-inner-wrap{font-size:14px;letter-spacing:-.24px;line-height:22px;padding:0 15px}.bs-activity-comments:empty{display:none}.bb-media-model-wrapper.bb-internal-model .bb-activity-info-inner-wrap{max-height:-webkit-calc(100% - 61px);max-height:calc(100% - 61px);overflow:auto}.bb-media-model-wrapper.bb-internal-model .activity-list .comment-item .bb-activity-more-options-wrap{right:-10px}.activity-item-footer .like-count{margin-left:7px}.activity-item-footer .comment-count{margin-left:10px}.activity-comment-field{margin-right:auto}.activity-comment-field{width:100%}.activity-comment-field textarea.bs-comment-textarea{width:100%;padding:5px 12px;height:2.417em;border-color:transparent;background-color:transparent;resize:none;font-size:13px;color:var(--bb-body-text-color);letter-spacing:-.22px;line-height:1.307}.activity-comment-field textarea.bs-comment-textarea:focus{border-color:transparent;background-color:transparent}.bs-activity-comments .add-comment .bs-generic-button{position:relative}.bs-activity-comments .add-comment .bs-generic-button a{color:rgba(18,43,70,.4);-webkit-transition:all linear .2s;transition:all linear .2s;font-size:20px}.bs-activity-comments .add-comment .bs-generic-button a:hover{color:rgba(18,43,70,.8)}.bs-activity-comments .add-comment .bs-generic-button i{font-size:20px}.bs-item-list.activity-comments-items.list-view .bs-item-wrap:first-child,.bs-item-list.activity-comments-items.list-view .bs-item-wrap:last-child{border-radius:0}.bs-item-list.activity-comments-items.list-view .bs-item-wrap{border:0;background-color:transparent}.bs-item-list.activity-comments-items.list-view .bs-item-wrap:hover{box-shadow:0 3px 24px 0 rgba(18,43,70,.08);border-radius:3px;position:relative;z-index:1}.bs-item-list.activity-comments-items.list-view .bs-item-wrap .item-expand .bs-dropdown{right:7px;top:45px}.bs-item-list.activity-comments-items.list-view .bs-item-wrap ul.activity-comments-items{width:100%;padding-top:10px}.bs-item-list.activity-comments-items.list-view .bs-item-wrap ul.activity-comments-items li{padding-right:0}.bs-item-list.activity-comments-items.list-view .bs-item-wrap ul.activity-comments-items li:hover{box-shadow:none;border-radius:0}.bs-item-list.activity-comments-items.list-view .bs-item-wrap ul.activity-comments-items li:last-of-type{padding-bottom:0}.bs-item-list.activity-comments-items.list-view .bs-item-wrap ul.activity-comments-items li .item-expand .bs-dropdown{right:-15px}.bs-item-list.activity-comments-items.list-view .bs-item-wrap .item{line-height:24px}.bs-item-list.activity-comments-items.list-view .bs-item-wrap .add-comment-wrap{padding-right:0}.list-comments-wrap>.bs-item-list.activity-comments-items.list-view{border-bottom:1px solid #eef0f3}.bs-item-list.activity-comments-items.list-view.depth1 li.bs-item-wrap.hide_comment{display:none}.item-wrap-stretch{display:-webkit-box;display:-ms-flexbox;display:flex;min-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.activity-comments-items .bs-item-wrap .item-expand{margin-left:20px;position:relative}.activity-comments-items .bs-item-wrap a.expand-comment{color:rgba(18,43,70,.4);-webkit-transition:all linear .2s;transition:all linear .2s;font-size:14px;opacity:1}.activity-comments-items .bs-item-wrap a.expand-comment .bb-icon-angle-down{font-size:22px;position:relative;top:-5px}.activity-comments-items .bs-item-wrap a.expand-comment:hover{color:rgba(18,43,70,.8)}.activity-comments-items .item,.activity-comments-items .item-title a,.bs-item-list.activity-comments-items.list-view .item-meta{font-size:14px}.activity-comments-items .activity-comment-text{color:#7f868f}.bs-item-list.activity-comments-items.list-view .item-meta{margin:5px 0 0;font-size:12px}.bs-item-list.activity-comments-items.list-view .item-meta a{color:#7f868f}.bs-item-list.activity-comments-items.list-view .item-meta a:hover{color:var(--bb-primary-color)}.activity-comments-items .item-expand .bs-dropdown{top:28px}.inner-wrap.act-poll{margin-left:70px}.inner-wrap.act-poll label{font-size:1rem;margin-bottom:20px;display:block}.poll-button{margin-right:20px}#buddypress .poll-button input[type=button],.poll-button input[type=button]{padding-right:40px;padding-left:40px}.bb-input-vote .count{color:#7f868f}.bb-input-vote{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:20px 0 0}.bb-shared-poll .poll-item{background:#fff;border-radius:4px;height:35px;line-height:35px;margin:10px 0;padding:0 15px;position:relative;z-index:1;overflow:hidden}.bb-shared-poll .poll-progress{display:inline-block;height:35px;background-color:var(--bb-content-border-color);position:absolute;top:0;left:0;z-index:2}.poll-data{position:relative;z-index:9}.poll-item i.bb-icon-check-small{margin:0 0 0 10px}.poll-item i.bb-icon-check-small:before{content:"\e876";width:22px;height:22px;line-height:22px;border:1px solid var(--bb-body-text-color);border-radius:50%;font-family:bb-icons}.bs-befriend .inner-wrap{text-align:center;color:#7f868f}.befriend-info{margin-bottom:5px}.befriend-info p{margin:0}.befriend-info a{color:var(--bb-headings-color)}.befriend-info img.avatar{max-width:30px;border-radius:50%;margin-right:6px}.befriend-date{font-size:12px;display:none}#buddypress .befriend-info a.activity-time-since{color:var(--bb-headings-color)}#buddypress .befriend-info a.activity-time-since:hover{color:var(--bb-primary-color);text-decoration:none}.befriend-info a:hover{color:var(--bb-primary-color)}.befriend-icon img{max-width:70px;display:block;margin:0 auto 15px}.bs-activity-wrap .post-info{letter-spacing:-.24px;line-height:1.357;word-wrap:break-word}.bs-activity-wrap .post-info p{margin-bottom:1rem}.bs-activity-wrap .post-info img{margin-top:1rem}.bs-activity-wrap.bb-poll .activity-item-body{padding-left:48px}.bs-activity-wrap.bb-poll .activity-item-body .inner-wrap{font-size:16px}.bb-poll-footer{margin-bottom:10px}.entry-content .bs-video-post .fluid-width-video-wrapper{margin-bottom:0;margin-top:0}.bs-activity-map .map-wrap img{width:100%}.post-link-container{border-radius:4px;border:1px solid #eef0f3;overflow:hidden;margin-bottom:20px;max-width:420px;position:relative;min-height:36px}.post-link-container .close-link{position:absolute;right:5px;top:5px}.post-link-container h4{font-size:15px;font-weight:500;letter-spacing:-.24px;line-height:1.21;margin:0 0 10px}.post-link-container .link-wrap{padding:7px 10px}.link-info{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:40px 20px;font-size:13px;color:#939597;letter-spacing:-.24px;line-height:1.38;-ms-flex-item-align:center;align-self:center}.link-img-holder{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:180px;min-height:208px}.link-img-holder a{display:block;width:100%;height:100%;background-size:cover;background-position:50% 50%;background-color:transparent;border-top-left-radius:4px;border-bottom-left-radius:4px;min-height:140px}.post-link-container .bb-icon-close-circle:before{color:var(--bb-alternate-text-color);font-size:1.5em;margin-top:5px}.activity-update-buttons{padding:0;margin-left:auto}a.cancel{font-size:14px;color:var(--bb-alternate-text-color);letter-spacing:-.24px;margin-right:15px}#buddypress .activity-post input[type=button]{padding-left:40px;padding-right:40px;font-size:14px}#buddypress .activity-post input.cancel[type=button]{background-color:#fff;border-color:#fff;color:#7f868f}textarea.activity-update{width:100%;min-height:85px;padding:0;border-color:#fff;font-size:1rem;font-weight:300;resize:none;border:0}label[for=whats-new-post-in]{font-size:14px;color:inherit;letter-spacing:-.24px;margin-right:5px}#whats-new-post-in{width:auto;font-size:13px}.bs-update .activity-item-body{padding:0 15px}.bs-update .activity-item-footer{padding:0 15px 15px}.bs-update .activity-item-footer a.activity-emoji-icon i,.bs-update .activity-item-footer a.activity-type-icon i{color:rgba(18,43,70,.4);font-size:24px;-webkit-transition:all linear .2s;transition:all linear .2s;padding:0 3px}.bs-update .activity-item-footer a.activity-emoji-icon i:hover,.bs-update .activity-item-footer a.activity-type-icon i:hover,.bs-update .activity-item-footer a.activity-type-icon.active i{color:rgba(18,43,70,.8)}.group-wrap{overflow:hidden}.activity-types>*{text-align:center;display:inline-block;margin-right:8px}.bs-activity-wrap.bs-activity-group .inner-wrap{margin-top:0;margin-bottom:0}.group-hero-image{padding-top:40.476%;border-top-left-radius:4px;border-top-right-radius:4px;position:relative;overflow:hidden}.group-hero-image 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}.group-icon{position:absolute;bottom:-60px;left:50px;z-index:5}.group-icon div#item-header-avatar{display:inline-block}.group-icon div#item-header-avatar img{max-width:160px}.group-meta{padding:25px 20px 25px 270px;border:1px solid #eef0f3;border-top:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.group-activity-members a{margin-left:-20px}.group-activity-members img.avatar{max-width:40px;border:2px solid #fff}.count-members{color:#7f868f;padding-left:10px}.type-case-photo ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;width:100%;font-size:0;margin:0 0 1rem}.type-case-photo ul li{position:relative;display:inline-block;width:-webkit-calc(33.333% - .5rem);width:calc(33.333% - .5rem);margin-bottom:.5rem}.type-case-photo ul li a img{position:absolute;top:0;height:100%;width:100%;object-fit:cover;border-radius:4px}.type-case-photo ul li:before{display:block;width:100%;padding-bottom:100%;content:" "}.type-tag-wrap{display:inline-block;margin-bottom:1rem;font-size:16px}.type-tag-wrap a i:before{color:rgba(18,43,70,.4);font-weight:700}.type-tag-wrap .bs-dropdown{top:-75px;right:inherit;left:0;opacity:1;visibility:visible;padding:10px;min-width:300px}.type-tag-wrap .bs-dropdown input[type=search]{width:100%;padding-left:2.5rem}.type-tag-wrap .bs-dropdown:after{top:unset;right:unset;left:50px;bottom:-12px;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.close-type-photo{font-size:24px;position:absolute;top:5px;right:5px;z-index:9;cursor:pointer}.close-type-photo i{color:#fd4343}.act-dropdown-wrap{position:relative}.act-dropdown{position:absolute;left:-15px;top:38px;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;padding:10px;-webkit-transition:all linear .2s;transition:all linear .2s;margin:0;min-width:400px;z-index:100}.act-dropdown:after{content:" ";position:absolute;width:0;height:0;top:1px;margin:0 auto;left:20px;box-sizing:border-box;border:6px 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);-webkit-transition:all linear .2s;transition:all linear .2s;z-index:101}.act-dropdown#activity-actionlist-gifsearch .gif-search-result{max-height:300px;overflow:auto;margin:10px 0}.act-dropdown input[type=search]{padding-left:2.5rem;width:100%}@media (max-width:544px){.act-dropdown{min-width:250px}}a.activity-type-icon{position:relative}a.activity-type-icon.disabled{display:none}span.bs-dropdown-wrap.disabled{display:none}a.activity-type-icon.open-down:after{content:" ";position:absolute;width:0;height:0;top:37px;margin:0 auto;left:10px;box-sizing:border-box;border:6px 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);-webkit-transition:all linear .2s;transition:all linear .2s;z-index:101}.gif-holder ul{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 5px 0 0}.gif-holder ul li{width:-webkit-calc(100% * (1 / 3));width:calc(100% * (1 / 3));margin-bottom:4px;padding:0 2px}.gif-holder ul li img{width:100%}.bs-dropdown-model{display:none}.bs-dropdown-model.open{display:block}.bb-input-poll{max-width:400px}.bb-input-poll .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:6px 0}.bb-input-poll .item:before{content:"";background:var(--bb-content-alternate-background-color);border:1px solid #dedfe2;width:18px;height:18px;border-radius:50%;margin-right:10px;cursor:move}.bb-input-poll input{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:7px;font-size:14px;height:34px;max-width:343px}.bb-input-poll .bb-icon-close-circle{font-size:22px;color:#c4cad1;cursor:pointer;visibility:hidden;opacity:0;-webkit-transition:.2s all;transition:.2s all}.bb-input-poll .item:hover .bb-icon-close-circle{visibility:visible;opacity:1}.bb-input-poll .bb-sign{font-size:14px}#adds-poll-choice{padding:10px 26px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:12px;color:var(--bb-primary-color);letter-spacing:-.24px;font-weight:500;line-height:1}#adds-poll-choice a{cursor:pointer}.bb-input-poll .close-link{color:var(--bb-danger-color);margin-left:20px}.bb-input-poll .close-link .bb-sign{font-size:11px}.bb-activity-media-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -3px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative;width:-webkit-calc(100% + 6px);width:calc(100% + 6px)}.bb-activity-video-elem .video-js{border-radius:var(--bb-block-radius-inner)}.bb-activity-video-elem .video-js .vjs-poster,.bb-activity-video-elem .video-js video{border-radius:var(--bb-block-radius-inner)}.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap{background-color:var(--bb-content-alternate-background-color)}.acomment-content .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap{-webkit-filter:brightness(.94);filter:brightness(.94)}.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap:before{background-color:var(--bb-alternate-text-color)!important;color:var(--bb-content-alternate-background-color);opacity:.5}.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap:hover .bb-videos-length,.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap:hover .item-action-wrap>a i,.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap:hover:before{opacity:1}.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap:after{display:none}.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap img{opacity:0}.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap .bb-video-duration{background-color:transparent;color:var(--bb-alternate-text-color);opacity:1}.bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap .bb-videos-length{background-color:transparent;color:var(--bb-alternate-text-color);opacity:.6}.bb-activity-video-elem.has-no-thumbnail .video-js:not(.vjs-has-started).vjs-paused{background-color:transparent}.bb-activity-video-elem.has-no-thumbnail .video-js:not(.vjs-has-started).vjs-paused video{opacity:0}.bb-activity-video-elem.has-no-thumbnail .video-js:not(.vjs-has-started).vjs-paused .vjs-big-play-button{background-color:var(--bb-alternate-text-color)!important;opacity:.5!important}.bb-activity-video-elem.has-no-thumbnail .video-js:not(.vjs-has-started).vjs-paused .vjs-big-play-button:before{color:var(--bb-content-alternate-background-color)}.bb-activity-video-elem.has-no-thumbnail .video-js:not(.vjs-has-started).vjs-paused:hover .vjs-big-play-button{opacity:1!important}.bb-activity-video-elem.has-no-thumbnail .video-js:not(.vjs-has-started).vjs-paused:after{display:none}.bb-activity-video-elem.has-no-thumbnail .vjs-poster{background-color:var(--bb-content-alternate-background-color)}.bb-activity-video-elem.has-no-thumbnail .bb-video-duration{background-color:var(--bb-alternate-text-color);color:#fff;opacity:.8}.bb-activity-video-elem.has-no-thumbnail:hover .item-action-wrap>a i{opacity:1}.bb-activity-video-elem.has-no-thumbnail .item-action-wrap>a{background-color:transparent!important}.bb-activity-video-elem.has-no-thumbnail .item-action-wrap>a i{color:var(--bb-alternate-text-color);font-size:18px}#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap,.bb-video-thumb.has-no-thumbnail .bb-video-cover-wrap{background-color:var(--bb-content-alternate-background-color);-webkit-filter:brightness(.94);filter:brightness(.94)}#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap:before,.bb-video-thumb.has-no-thumbnail .bb-video-cover-wrap:before{background-color:var(--bb-alternate-text-color)!important;color:var(--bb-content-alternate-background-color);opacity:.5}#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap:hover:before,.bb-video-thumb.has-no-thumbnail .bb-video-cover-wrap:hover:before{opacity:1}#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap:after,.bb-video-thumb.has-no-thumbnail .bb-video-cover-wrap:after{display:none}#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap img,.bb-video-thumb.has-no-thumbnail .bb-video-cover-wrap img{opacity:0}#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .item-action-wrap>a,.bb-video-thumb.has-no-thumbnail .item-action-wrap>a{background-color:transparent!important}#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .item-action-wrap>a i,.bb-video-thumb.has-no-thumbnail .item-action-wrap>a i{color:var(--bb-alternate-text-color)!important;opacity:1!important}#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail:hover .bb-videos-length,#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail:hover .item-action-wrap>a i,.bb-video-thumb.has-no-thumbnail:hover .bb-videos-length,.bb-video-thumb.has-no-thumbnail:hover .item-action-wrap>a i{opacity:1}#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-video-duration,.bb-video-thumb.has-no-thumbnail .bb-video-duration{background-color:transparent;color:var(--bb-alternate-text-color);opacity:1}#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-videos-length,.bb-video-thumb.has-no-thumbnail .bb-videos-length{background-color:transparent;color:var(--bb-alternate-text-color);opacity:.6}.bb-video-thumb.has-no-thumbnail .bb-custom-check:not(:checked)+label{color:var(--bb-alternate-text-color)}#bbpress-forums div.bbp-reply-content .bb-activity-video-elem.has-no-thumbnail .bb-video-cover-wrap,.bbp-reply-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity{-webkit-filter:brightness(.96);filter:brightness(.96)}.video-js{font-family:inherit}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{background:var(--bb-tooltip-background);border-radius:5px;width:25px}.video-js [data-balloon]:after{background:var(--bb-tooltip-background)}.video-js .vjs-play-progress{background-color:var(--bb-primary-color)}.video-js .vjs-play-progress:before{color:var(--bb-primary-color)}.video-js .vjs-volume-level{background-color:var(--bb-primary-color);border-radius:4px}.video-js .vjs-menu .vjs-menu-content{background:var(--bb-tooltip-background);border-radius:5px}.video-js .vjs-menu li{color:var(--bb-tooltip-color)}.video-js .vjs-menu li .vjs-menu-item-text{opacity:.7;font-size:11px;font-weight:500}.video-js .vjs-menu li.vjs-selected,.video-js .vjs-menu li:hover{color:var(--bb-tooltip-background);background-color:var(--bb-tooltip-color)!important}.video-js .vjs-menu li.vjs-selected .vjs-menu-item-text,.video-js .vjs-menu li:hover .vjs-menu-item-text{opacity:1}.has-no-thumbnail .video-js.vjs-error .vjs-error-display.vjs-modal-dialog{background:var(--bb-content-alternate-background-color);color:var(--bb-alternate-text-color)}.has-no-thumbnail .video-js.vjs-error .vjs-error-display.vjs-modal-dialog .vjs-modal-dialog-content{font-size:16px;font-weight:500;color:var(--bb-alternate-text-color)}.has-no-thumbnail .video-js.vjs-error .vjs-error-display.vjs-modal-dialog:before{color:var(--bb-alternate-text-color);opacity:.4}.bb-activity-media-elem{padding:3px}.bb-activity-media-elem .entry-img{background:0 0;border-radius:var(--bb-block-radius-inner);margin:0;position:relative;padding-top:38.56%}.bb-activity-media-elem .bb-photos-length{position:absolute;width:100%;top:0;left:0;height:100%;text-align:center;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;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:rgba(0,0,0,.5);color:#fff;font-size:16px;font-weight:500;line-height:1.31}.bb-activity-media-elem .bb-photos-length strong{color:inherit;display:block;font-size:24px;font-weight:600;line-height:1.33}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap>a:hover{color:var(--bb-primary-color)}.bb-activity-media-elem.document-activity.code-full-view .document-action-wrap .document-action_collapse i{color:var(--bb-primary-color)}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-preview-wrap{background-color:rgba(0,0,0,.05);border-color:var(--bb-content-border-color)}.bb-activity-media-wrap .bb-activity-media-elem.document-activity{background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner)}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-preview-wrap{border-radius:var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .more_text_view{background-color:var(--bb-body-background-color);border-color:var(--bb-content-border-color);color:var(--bb-alternate-text-color)}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-text-wrap{border-color:var(--bb-content-border-color);border-radius:var(--bb-option-radius)}.bb-activity-media-wrap .bb-activity-media-elem.document-activity:hover{background-color:var(--bb-content-alternate-background-color)}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap{background-color:var(--bb-content-background-color)}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-description,.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-extension-description,.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-helper-text{color:var(--bb-alternate-text-color)}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-title{color:var(--bb-headings-color)}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap>a i{background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color);color:var(--bb-headings-color)}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap>a i:before{opacity:.4}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap>a:hover>i{color:var(--bb-headings-color)}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap>a:hover>i:before{opacity:1}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul li a{color:var(--bb-body-text-color)}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul li a:before{color:var(--bb-alternate-text-color)}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .entry-img>i{color:var(--bb-alternate-text-color)}.bb-activity-media-wrap .CodeMirror-gutters{background-color:var(--bb-body-background-color);border-color:var(--bb-content-border-color)}.bb-activity-media-wrap .CodeMirror-linenumber{color:var(--bb-alternate-text-color);text-align:center}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap>a.document-action_download i{border-radius:var(--bb-option-radius) 0 0 var(--bb-option-radius)}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap>a.document-action_more i{border-radius:0 var(--bb-option-radius) var(--bb-option-radius) 0}.bb-activity-media-wrap .bb-activity-media-elem.document-activity.code-full-view .document-action-wrap .document-action_collapse i,.bb-activity-media-wrap .bb-activity-media-elem.document-activity.is_large .document-action-wrap .document-action_collapse i{border-radius:var(--bb-option-radius) 0 0 var(--bb-option-radius)}.activity-list li.blogs .activity-content .activity-inner .bb-post-title{color:var(--bb-headings-color)}.activity-list li.blogs .activity-content .activity-inner .activity-discussion-title-wrap{color:var(--bb-headings-color)}.activity-list li.blogs .activity-content .activity-inner .activity-discussion-title-wrap a:hover{color:var(--bb-primary-color)}.activity-list li.blogs .activity-content .activity-inner .bb-content-wrp{background-color:var(--bb-content-alternate-background-color)}.activity-list li.bbp_reply_create .activity-content .activity-inner .activity-discussion-title-wrap a,.activity-list li.bbp_topic_create .activity-content .activity-inner .activity-discussion-title-wrap a{color:var(--bb-headings-color)}.activity-list li.bbp_reply_create .activity-content .activity-inner .activity-discussion-title-wrap a:hover,.activity-list li.bbp_topic_create .activity-content .activity-inner .activity-discussion-title-wrap a:hover{color:var(--bb-primary-color)}.activity-list li.bbp_reply_create .activity-content .activity-inner .activity-discussion-title-wrap~.activity-attached-gif-container .gif-player,.activity-list li.bbp_topic_create .activity-content .activity-inner .activity-discussion-title-wrap~.activity-attached-gif-container .gif-player{margin:auto}.activity-list li.bbp_reply_create .activity-content .activity-inner .activity-discussion-title-wrap~.activity-attached-gif-container .gif-player .gif-icon,.activity-list li.bbp_topic_create .activity-content .activity-inner .activity-discussion-title-wrap~.activity-attached-gif-container .gif-player .gif-icon{border-radius:0 var(--bb-block-radius-inner) 0 var(--bb-block-radius-inner)}.bb-media-length-2 .act-grid-1-1{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.act-grid-1-2{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.activity-body-photo a.entry-img{padding-top:40.476%;border-radius:4px}.activity-body-photo .act-grid-1-2 a.entry-img{padding-top:52.56%}.bb-media-length-1 .bb-activity-media-elem .entry-img{padding-top:0!important}.bb-media-length-1 .bb-activity-media-elem .entry-img img{position:static}.bb-media-length-2 .bb-activity-media-elem .entry-img{padding-top:80%}.bb-media-length-3 .bb-activity-media-elem .entry-img.act-grid-1-1{padding-top:52.56%}.bb-media-length-4 .act-grid-1-2{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;max-width:33.33%}.bb-media-length-4 .bb-activity-media-elem.act-grid-1-2 .entry-img{padding-top:72.56%}.bb-media-length-5 .bb-activity-media-elem .entry-img{padding-top:72.56%}.bb-media-length-5 .act-grid-1-1{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bb-media-length-5 .act-grid-1-1+.act-grid-1-2{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bb-media-length-5 .act-grid-1-2{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;max-width:33.33%}.bb-activity-media-wrap.bb-media-length-3 .act-grid-1-2 .entry-img{padding-top:55.56%}.bb-activity-media-wrap.bb-media-length-3 .act-grid-1-1.bb-vertical-layout{-webkit-box-flex:0;-ms-flex:0 0 64%;flex:0 0 64%;max-width:64%}.bb-activity-media-wrap.bb-media-length-3 .act-grid-1-1.bb-vertical-layout~.bb-activity-media-elem{-webkit-box-flex:0;-ms-flex:0 0 36%;flex:0 0 36%;max-width:36%}.bb-activity-media-wrap.bb-media-length-3 .act-grid-1-1.bb-vertical-layout~.bb-activity-media-elem .entry-img{padding-top:105.6%}.bb-activity-media-wrap.bb-media-length-3 .act-grid-1-1.bb-vertical-layout+div+div{position:absolute;right:0;bottom:0;width:36%}@media screen and (max-width:544px){.bb-activity-media-wrap.bb-media-length-3 .act-grid-1-1.bb-vertical-layout+div,.bb-activity-media-wrap.bb-media-length-3 .act-grid-1-1.bb-vertical-layout+div+div{position:static;width:100%}}.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout{-webkit-box-flex:0;-ms-flex:0 0 64%;flex:0 0 64%;max-width:64%}.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout~.bb-activity-media-elem{-webkit-box-flex:0;-ms-flex:0 0 36%;flex:0 0 36%;max-width:36%}.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout~.bb-activity-media-elem .entry-img{padding-top:69.1%}.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout .entry-img{padding-top:119%}.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout+div,.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout+div+div,.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout+div+div+div{position:absolute;right:0;top:0;width:36%}.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout+div+div{top:33.4%}.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout+div+div+div{top:initial;bottom:0}@media screen and (max-width:544px){.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout+div,.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout+div+div,.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout+div+div+div{position:static;width:100%}}.bb-activity-media-wrap.bb-media-length-more .bb-activity-media-elem .entry-img{padding-top:82.56%}.bb-activity-media-wrap.bb-media-length-more .act-grid-1-1{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bb-activity-media-wrap.bb-media-length-more .act-grid-1-1+.act-grid-1-2{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bb-activity-media-wrap.bb-media-length-more .act-grid-1-2{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;max-width:33.33%}#bbpress-forums .bbp-reply-content .bb-activity-media-wrap.bb-media-length-1 .bb-activity-video-elem.has-no-thumbnail,.acomment-content .bb-activity-video-wrap.bb-video-length-1 .bb-activity-video-elem.has-no-thumbnail{-webkit-filter:brightness(.94);filter:brightness(.94)}.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-text-wrap{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .more_text_view{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap{bottom:21px;top:inherit}.acomment-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity{background-color:var(--bb-content-background-color)}div[class*=attached-gif-container] .gif-player video{border-radius:var(--bb-block-radius-inner)}div[class*=attached-gif-container] .gif-player .gif-play-button{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}div[class*=attached-gif-container] .gif-player .gif-play-button .bb-icon-play{content:"\eef7";font-family:bb-icons;font-size:28px;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;text-indent:3px;font-weight:300;font-style:normal;color:#fff;background-color:rgba(0,0,0,.7)!important;box-shadow:0 0 20px rgba(0,0,0,.1);height:60px;width:60px;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:11;border:0;-webkit-transition:all ease .3s!important;transition:all ease .3s!important;border-radius:50%}div[class*=attached-gif-container] .gif-player .gif-play-button .bb-icon-play:before{font-size:46px;opacity:.8}div[class*=attached-gif-container] .gif-player .gif-icon{border-radius:0 var(--bb-block-radius-inner) 0 0}.activity-attached-gif-container .gif-icon{border-radius:0 var(--bb-block-radius-inner) 0 0}.activity-item-header .item-title img{margin-right:5px;margin-left:5px}ul.bb-choices{list-style:none;font-size:16px;color:var(--bb-headings-color);margin:0 0 20px}ul.bb-choices li{margin-bottom:12px}ul.bb-choices a{color:inherit}ul.bb-choices .bb-choice-wrap{position:relative;border-radius:3px;overflow:hidden;font-size:16px;color:var(--bb-headings-color);padding:6px 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}ul.bb-choices label{font-size:16px}ul.bb-choices .bar{margin-right:20px;position:relative}ul.bb-choices svg{position:relative}ul.bb-choices .bg-bag{width:50%;background:var(--bb-content-border-color);display:block;position:absolute;left:0;height:100%;top:0}ul.bb-choices strong{font-weight:500;min-width:42px;display:inline-block}ul.bb-choices .bb-votes{color:var(--bb-alternate-text-color);letter-spacing:-.24px}ul.bb-choices .bs-styled-radio+.bb-radio-label:before,ul.bb-choices .bs-styled-radio+label:before{border-width:1px;width:18px;height:18px;top:-2px}ul.bb-choices .bs-styled-radio:checked+.bb-radio-label:before,ul.bb-choices .bs-styled-radio:checked+label:before{background:var(--bb-success-color);border-color:var(--bb-success-color)}ul.bb-choices .bs-styled-radio:checked+.bb-radio-label:after,ul.bb-choices .bs-styled-radio:checked+label:after{background:0 0;color:#fff;content:"\e876";display:inline-block;font:normal normal normal 14px/1 bb-icons;font-size:24px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;left:-3px;top:-2px}.bb-poll-footer .button{min-width:110px;margin-right:25px}.bb-poll-footer .bb-votes{color:var(--bb-alternate-text-color);letter-spacing:-.24px}.map-wrap{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px}.map-wrap .bb-map-img-wrap{position:relative;overflow:hidden;padding-top:42.56%;display:block}.map-wrap .bb-map-img-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}.map-wrap .location-info{display:-webkit-box;display:-ms-flexbox;display:flex;padding:15px}.map-wrap h4{font-size:14px;font-weight:500;letter-spacing:-.24px;margin:0 0 3px}.map-wrap .location-meta{font-size:13px;color:var(--bb-alternate-text-color);line-height:1.4}.map-wrap .bb-checkin-img{display:inline-block;margin-right:15px}.activity-add-smile{position:relative}.bb-load-new-activities{margin-bottom:20px}#bs-activity-form-wrap .bs-activity-wrap.bs-activity-wrap .dropzone .dz-default{min-height:200px;max-height:200px}#bs-activity-update-wrap .dropzone.dz-started .dz-message{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;min-height:1px;max-width:200px;height:200px;font-size:14px;line-height:1;margin:0 5px 10px}#buddypress div#subnav.bb-item-list-tabs{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;margin-bottom:20px}#buddypress div#subnav.bb-item-list-tabs ul#activity-sub-nav{margin:0}#buddypress div#subnav.bb-item-list-tabs ul#activity-sub-nav>li{padding-bottom:0}#buddypress div#subnav.bb-item-list-tabs ul#activity-sub-nav .sub-menu{top:36px}#buddypress div#subnav.bb-item-list-tabs ul#activity-sub-nav .sub-menu li{float:none}#buddypress div#subnav.bb-item-list-tabs ul#activity-sub-nav .sub-menu li a{padding:9px 15px}#buddypress div#subnav.bb-item-list-tabs ul#activity-sub-nav .sub-menu li.selected a{background:#f5f5f5;color:var(--bb-headings-color);border-bottom:0}#buddypress div#subnav.bb-item-list-tabs a.more-button{font-size:16px}#buddypress div#subnav.bb-item-list-tabs a.more-button:after{bottom:-25px}#buddypress div#subnav.bb-item-list-tabs .bs-dropdown-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:13px}#buddypress div#subnav.bb-item-list-tabs .bs-sort-button{padding:5px 0 5px 10px}ul#activity-sub-nav{-webkit-box-flex:1;-ms-flex:1;flex:1}.bb-mini-group-profile-card-area:empty,.dz-details{display:none}.activity.bp-user #bs-activity-update-wrap .dropzone.dz-started .dz-message{max-width:99px;height:100px;min-height:100px;font-size:11px;line-height:1}.activity.bp-user .activity-type .dropzone .dz-preview{min-width:99px}.activity.bp-user .dropzone .dz-default span:before{height:25px;width:30px;margin:0 auto 10px}.activity-comments-items{margin:0;list-style:none;background:var(--bb-content-alternate-background-color);padding:15px}.activity-comments-items li:not(:last-child){margin-bottom:20px}.activity-comments-items .item-title{font-size:13px;letter-spacing:-.22px;line-height:1.307;position:relative}.activity-comments-items .item-title a{font-weight:600}.activity-comments-items .bs-activity-comments:not(.show){display:none}.activity-comments-items .bs-item-list.list-view .bs-item-wrap{margin-bottom:15px;padding:0}.activity-comments-items .bs-item-list.list-view .bs-item-wrap:last-child{margin-bottom:0}.activity-comments-items h6.list-comments-heading{padding:0;margin-bottom:16px;font-size:13px;color:#939597}.activity-comments-items h6.list-comments-heading a{color:inherit}.activity-comments-items .activity-comments-items .bs-item-wrap a.expand-comment .bb-icon-angle-down:before{font-size:20px}.activity-comments-items .bs-item-list.activity-comments-items.list-view .bs-item-wrap .item-expand .bs-dropdown{min-width:100px;right:24px;top:-5px;padding:2px 0}.activity-comments-items .bs-item-list.activity-comments-items.list-view .bs-item-wrap .item-expand .bs-dropdown:after{top:8px;right:-12px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.activity-comments-items .bs-item-list.activity-comments-items.list-view .bs-item-wrap:hover{box-shadow:none}.activity-comments-items .activity-comments-items .activity-comment-text{display:inline-block;font-size:13px;letter-spacing:-.22px;line-height:17px;color:inherit}.activity-comments-items .activity-comment-text p{margin:0}.activity-comments-items .list-comments-wrap>.bs-item-list.activity-comments-items.list-view{border-bottom:0}.activity-comments-items .add-comment-wrap .add-comment{background:#fff}.activity-comments-items .item-meta{font-size:12px;color:var(--bb-alternate-text-color);letter-spacing:-.18px;line-height:1.666;margin:5px 0 0}.activity-comments-items .item-meta a{color:inherit}.activity-comments-items .item-meta a:hover{color:var(--bb-headings-color)}.bb-media-comment-text{border:0;height:36px;resize:none;width:100%;font-size:14px;padding:5px 12px;overflow:hidden}.bb-media-comment-wrap{position:relative}.bb-media-comment-wrap .item-meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;position:absolute;right:6px;bottom:2px;font-size:20px}.bb-media-comment-wrap .item-meta a{color:var(--bb-alternate-text-color)}.activity-item-header .item-title .bs-dropdown a{display:block}.bs-item-list-tabs .more-button.active:after{bottom:-18px}body.activity.bp-user:not(.settings,.edit-details) .dropzone .dz-default span:before{height:26px;width:31px}body.activity.bp-user .dropzone .dz-preview .dz-error-mark{top:28%}li.load-more a.button{min-width:180px}li.load-more a.loading:after{content:"\ef30";font-family:bb-icons;font-size:18px;line-height:1;margin-left:10px;text-align:center;display:inline-block;-webkit-animation:spin 3s infinite linear;animation:spin 3s infinite linear;font-weight:400}.buddypress-wrap .activity-list .load-more,.buddypress-wrap .activity-list .load-newest{background:0 0;border:0;border-radius:0;box-shadow:none;overflow:hidden}.webui-popover.webui-popover{z-index:999912}#buddypress .activity-list.item-list.bp-list>li.load-newest,#buddypress .activity-lists.item-list.bp-list>li.load-newest{padding-bottom:0;border-bottom:1px solid var(--bb-content-border-color)}.emojionearea-search>input,.search-query-input{border-radius:4px}.blogs.activity-item .activity-inner img:not(.emoji){border-radius:3px;margin-top:10px;max-width:640px;display:block}#whats-new-post-in-box-items .bp-activity-object .bp-item-name{margin-right:20px}.activity-privacy>li,.media-privacy>li{font-size:13px}.activity-privacy>li:before,.media-privacy>li:before{color:var(--bb-alternate-text-color)}.activity-privacy .selected,.media-privacy .selected{color:var(--bb-primary-color);font-weight:500}p.activity-date{display:inline-block}.bb-media-privacy-wrap:before{content:"\00b7";display:inline-block;margin:0 4px}.bb-media-privacy-wrap .activity-privacy{left:-5px}.privacy{vertical-align:bottom}.buddypress .buddypress-wrap form#whats-new-form button.bp-remove-item{margin-left:auto}#bp-activity-group-ac-items .dashicons-update:before{content:"\ef30";font-family:bb-icons;font-size:20px;display:block}#bb-media-model-container .bb-edit-privacy:before{content:"\ee5a";font-family:bb-icons}#bb-media-model-container .bb-edit-privacy a{color:inherit}#bb-media-model-container .bb-edit-privacy a:hover{color:inherit}.bb-media-only-privacy .privacy{background:rgba(0,0,0,.6);color:rgba(255,255,255,.9)}.bb-media-model-container .bb-media-privacy-wrap [data-bp-tooltip][data-bp-tooltip-pos=up]:before{margin-bottom:0}.bb-media-model-container .bb-media-privacy-wrap [data-bp-tooltip][data-bp-tooltip-pos=up]:after{margin-bottom:4px}.bb-media-model-container .activity-list .bb-activity-more-options-wrap+.bb-pin-action{margin:0 5px 0 0}.activity-anonymous-options{position:relative;font-size:14px;margin:-15px 0 15px;padding:8px 14px;background-color:var(--bb-content-background-color);border:1px solid #ebe9e6;border-radius:4px}.activity-anonymous-options .anonymous-post-as-text{margin-right:5px}.activity-anonymous-options label{margin-right:5px;font-size:14px}.activity-anonymous-options label input{margin-right:5px}.dropzone.document-dropzone .dz-preview.dz-error.dz-preview .dz-details,.dropzone.media-dropzone .dz-preview.dz-error .dz-image,.dropzone.video-dropzone .dz-preview.dz-error.dz-preview .dz-details{border-color:var(--bb-danger-color)}.dropzone .dz-preview .dz-error-message:after{border-bottom-color:var(--bb-danger-color)}.bb-template-v1 .dropzone .dz-preview.dz-error{background-color:var(--bb-content-alternate-background-color)}.dropzone .dz-preview.dz-error .dz-error-title{color:var(--bb-danger-color)}.dropzone .dz-preview .dz-error-message{background:var(--bb-danger-color);background:-webkit-gradient(linear,left top,left bottom,from(var(--bb-danger-color)),to(var(--bb-danger-color)));background:-webkit-linear-gradient(top,var(--bb-danger-color),var(--bb-danger-color));background:linear-gradient(to bottom,var(--bb-danger-color),var(--bb-danger-color))}#buddypress .load-more a.button.outline{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color)}#buddypress .load-more a.button.outline:focus{box-shadow:var(--bb-outline-button-focus-shadow)}#buddypress .load-more a.button.outline: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)}#buddypress .bb_more_options .bb_more_options_list,.activity-list .bb-activity-more-options-wrap .bb-activity-more-options,.bb_more_options .bb_more_options_list,body .meeting-actions .meeting-actions-list,body .webinar-actions .webinar-actions-list{background-color:var(--bb-content-background-color);width:187px;border-radius:var(--bb-block-radius)}@media screen and (max-width:980px){#buddypress .bb_more_options .bb_more_options_list .bb_more_dropdown__title,.activity-list .bb-activity-more-options-wrap .bb-activity-more-options .bb_more_dropdown__title,.bb_more_options .bb_more_options_list .bb_more_dropdown__title,body .meeting-actions .meeting-actions-list .bb_more_dropdown__title,body .webinar-actions .webinar-actions-list .bb_more_dropdown__title{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}}#buddypress .bb_more_options .bb_more_options_list:after,.activity-list .bb-activity-more-options-wrap .bb-activity-more-options:after,.bb_more_options .bb_more_options_list:after,body .meeting-actions .meeting-actions-list:after,body .webinar-actions .webinar-actions-list:after{border-color:var(--bb-content-background-color) var(--bb-content-background-color) transparent transparent}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list{border-radius:var(--bb-block-radius)}@media screen and (max-width:980px){.bb-template-v2 #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner .bs-dropdown,.bb-template-v2 #buddypress .bb_more_options .bb_more_options_list,.bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list,.bb-template-v2 .bb_more_options .bb_more_options_list{padding:0 0 8px}}.activity-list .activity-item>.bb-activity-more-options-wrap .bb-activity-more-options{min-width:200px}#buddypress .bb_more_options .bb_more_options_list .generic-button>button,#buddypress .bb_more_options .bb_more_options_list a,#buddypress .bb_more_options .bb_more_options_list button,.bb_more_options .bb_more_options_list .generic-button>button,.bb_more_options .bb_more_options_list a,.bb_more_options .bb_more_options_list button{color:var(--bb-body-text-color)!important;background-color:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:0}#buddypress .bb_more_options .bb_more_options_list .generic-button>button:before,#buddypress .bb_more_options .bb_more_options_list a:before,#buddypress .bb_more_options .bb_more_options_list button:before,.bb_more_options .bb_more_options_list .generic-button>button:before,.bb_more_options .bb_more_options_list a:before,.bb_more_options .bb_more_options_list button:before{color:var(--bb-alternate-text-color)}#buddypress .bb_more_options .bb_more_options_list .generic-button>button:hover,#buddypress .bb_more_options .bb_more_options_list a:hover,#buddypress .bb_more_options .bb_more_options_list button:hover,.bb_more_options .bb_more_options_list .generic-button>button:hover,.bb_more_options .bb_more_options_list a:hover,.bb_more_options .bb_more_options_list button:hover{color:var(--bb-primary-color)!important;background-color:var(--bb-content-alternate-background-color)!important;border:0}#buddypress .activity-comments .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a,#buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a,.activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a{color:var(--bb-body-text-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1}#buddypress .activity-comments .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a:before,#buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a:before,.activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a:before{color:var(--bb-alternate-text-color)}#buddypress .activity-comments .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a:hover,#buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a:hover,.activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a:hover{color:var(--bb-primary-color);background-color:var(--bb-content-alternate-background-color)}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius);width:auto}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list:after{border-color:var(--bb-content-background-color) var(--bb-content-background-color) transparent transparent}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul li a{white-space:nowrap}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul li a:hover{color:var(--bb-primary-color);background-color:var(--bb-content-alternate-background-color)}.ac-reply-toolbar a .bb-icon{color:rgba(var(--bb-headings-color-rgb),.4)}.ac-reply-toolbar a:hover .bb-icon{color:var(--bb-headings-color)}.bb-activity-placeholder{background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius)}.buddypress #buddypress .bb-poll-form .bb-activity-poll-cancel,.buddypress #buddypress .bb-poll-form .button.bb-poll-option_add{color:var(--bb-secondary-button-text-regular);background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color)}.buddypress #buddypress .bb-poll-form .bb-activity-poll-cancel:hover,.buddypress #buddypress .bb-poll-form .button.bb-poll-option_add:hover{color:var(--bb-primary-button-text-regular);background-color:var(--bb-primary-button-background-regular);border-color:transparent}.bb-poll-form .input-field input[type=text],.bb-poll-form .sortable-placeholder{border-color:var(--bb-content-border-color)}.bb-poll-form .input-field input[type=text]:focus,.bb-poll-form .sortable-placeholder:focus{border-color:var(--bb-input-focus-border-color)}.bb-poll-form .bb-poll_option_draggable .bb-poll-edit-option_remove,.bb-poll-form .bb-poll_option_draggable:before{color:var(--bb-headings-color)}.bb-poll-form #bb-activity-poll-form_modal.edit-activity-poll .bb-poll_duration{background-color:var(--bb-content-alternate-background-color)}.bb-activity-poll_block{border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner)}.activity-inner .bb-activity-poll_block .bb-activity-poll-option:hover{border-color:var(--bb-alternate-text-color)}.activity-inner .bb-activity-poll_block .bb-activity-poll-option.bb-activity-poll-new-option:focus-within{border-color:var(--bb-alternate-text-color)}.bb-activity-poll_block .bb-activity-poll-option{border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner)}.bb-activity-poll_block .bb-activity-poll-option.is-invalid{border-color:var(--bb-warning-color);box-shadow:0 2px rgba(var(--bb-warning-color-rgb),.2),0 -2px rgba(var(--bb-warning-color-rgb),.2)}.bb-activity-poll_block .bb-activity-poll-option .bb-poll-option-fill{background-color:rgba(var(--bb-primary-color-rgb),.1)}.bb-activity-poll_block .bb-activity-poll-option label{color:var(--bb-body-text-color)}.bb-activity-poll_block .bb-activity-poll-option .bb-poll-option-state,.bb-activity-poll_block .bb-activity-poll-option .bb-poll-option-view-state{color:var(--bb-headings-color)}.bb-activity-poll_block .bb-activity-poll-option .bb-poll-option-view-state:hover{background-color:var(--bb-content-alternate-background-color)}.bb-activity-poll_block .bb-activity-poll-option .bb-poll-option_remove{color:var(--bb-headings-color)}.bb-activity-poll_block .bb-activity-poll-new-option .bb-activity-poll-new-option-input{color:var(--bb-body-text-color)}.bb-activity-poll_block .bb-activity-poll-new-option>span{color:var(--bb-headings-color)}.bb-activity-poll_block .bb-activity-poll-see-more-link{color:var(--bb-secondary-button-text-regular);background-color:var(--bb-secondary-button-background-regular)}.bb-activity-poll_block .bb-activity-poll-footer{color:var(--bb-alternate-text-color)}.bb-activity-poll_block .bb-activity-poll-footer .bb-activity-poll_duration:before{background-color:var(--bb-alternate-text-color)}.bb-activity-poll_block .bb-activity-poll-options-wrap .bb-activity-poll-options-action i{color:var(--bb-headings-color)}.bb-activity-poll_block .bb-activity-poll-options-wrap .bb-activity-poll-action-options{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius-inner)}.bb-activity-poll_block .bb-activity-poll-options-wrap .bb-activity-poll-action-options .bb-activity-poll-action-option{border-radius:var(--bb-block-radius-inner)}.bb-activity-poll_block .bb-activity-poll-options-wrap .bb-activity-poll-action-options .bb-activity-poll-action-option:hover{background-color:var(--bb-content-alternate-background-color)}.bb-activity-poll_block .bb-activity-poll-options-wrap .bb-activity-poll-action-options .bb-activity-poll-action-option span{color:var(--bb-body-text-color)}.bb-activity-poll_block .bb-activity-poll-options-wrap .bb-activity-poll-action-options .bb-activity-poll-action-option span i{color:var(--bb-alternate-text-color)}.bb-activity-poll_block .bb-poll-error{color:var(--bb-body-text-color)}.activity-link-preview-container+.bb-poll-view,.bb-video-wrapper+.bb-poll-view{margin-top:15px}#bb-activity-poll-state_modal .bb-option-state{color:var(--bb-body-text-color)}#bb-activity-poll-state_modal .bb-model-header{background-color:var(--bb-content-background-color)}#bb-activity-poll-state_modal .bb-model-header .bb-model-close-button>span[class*=bb-icon]{opacity:.4}#bb-activity-poll-state_modal .bb-model-header .bb-model-close-button:hover>span[class*=bb-icon]{opacity:1}#bb-activity-poll-state_modal .activity-state_user .activity-state_user__name a{color:var(--bb-headings-color)}@media only screen and (min-width:1081px){#secondary.sidebar-left{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}}@media only screen and (max-width:980px){.buddypanel-open.directory.activity.activity-sidebar-left:not(.profile-sidebar,.group-sidebar,.llms-pointer) #page .site-content-grid,.buddypanel-open.directory.activity.activity-sidebar-left:not(.profile-sidebar,.group-sidebar,.llms-pointer) .site-content-grid{display:block}.buddypanel-open.directory.activity.activity-sidebar-left:not(.profile-sidebar,.group-sidebar,.llms-pointer) #page #primary,.buddypanel-open.directory.activity.activity-sidebar-left:not(.profile-sidebar,.group-sidebar,.llms-pointer) #primary{width:auto}.buddypanel-open.directory.activity.activity-sidebar-left:not(.profile-sidebar,.group-sidebar,.llms-pointer) #page .widget-area,.buddypanel-open.directory.activity.activity-sidebar-left:not(.profile-sidebar,.group-sidebar,.llms-pointer) .widget-area{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media only screen and (min-width:768px) and (max-width:1080px){#user-activity{display:none}.directory.activity.activity-sidebar-left #primary{grid-row:1/4}.directory.activity.activity-sidebar-left:not(.profile-sidebar,.group-sidebar,.llms-pointer) #page #primary,.directory.activity.activity-sidebar-left:not(.profile-sidebar,.group-sidebar,.llms-pointer) #primary{width:auto}.directory.activity.activity-sidebar-left .site-content-grid{display:grid;grid-template-columns:auto 300px}.directory.activity.activity-sidebar-left #secondary-right{padding-top:0;margin-top:-20px}}@media only screen and (max-width:640px){.bb-input-poll .bb-icon-close-circle{visibility:visible;opacity:1}.activity-comments-items:not(.depth1){padding-left:8px;padding-right:8px}.activity-comments-items.depth3{padding-left:8px}.activity-comments-items.depth4{padding-left:8px}.post-link-container{-ms-flex-flow:row wrap;flex-flow:row wrap}.link-img-holder{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%;min-height:180px}.link-info{padding:20px}.activity-type .dropzone .dz-preview{min-width:104px}#bs-activity-update-wrap .dropzone.dz-started .dz-message{max-width:106px;height:106px;font-size:11px;line-height:1.2}body:not(.settings,.edit-details) .dropzone .dz-default span:before{height:31px;width:36px}body:not(.settings,.edit-details) .dropzone .dz-default{min-height:18vh;font-size:14px}.dropzone .dz-preview .dz-error-mark{top:28%}#bs-activity-form-wrap .bs-activity-wrap.bs-activity-wrap .dropzone .dz-default{min-height:80px;max-height:104px}}@media screen and (max-width:720px){.blogs.activity-item .activity-inner img:not(.emoji){max-width:100%}}@media screen and (max-width:544px){.bb-media-model-inner .ac-reply-toolbar .post-gif .gif-media-search-dropdown{-webkit-transform:translateX(-65%);-ms-transform:translateX(-65%);transform:translateX(-65%)}.bb-media-model-inner .activity-comments>.ac-form .ac-reply-toolbar .post-gif .gif-media-search-dropdown{-webkit-transform:translateX(-40%);-ms-transform:translateX(-40%);transform:translateX(-40%)}}@media screen and (max-width:520px){.ac-reply-toolbar .post-emoji[data-nth-child="1"] .emojionearea-picker{margin-left:-52px}.ac-reply-toolbar .post-emoji[data-nth-child="1"] .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{left:75px}.ac-reply-toolbar .post-emoji[data-nth-child="2"] .emojionearea-picker{margin-left:-84px}.ac-reply-toolbar .post-emoji[data-nth-child="2"] .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{left:105px}.ac-reply-toolbar .post-emoji[data-nth-child="3"] .emojionearea-picker{margin-left:-120px}.ac-reply-toolbar .post-emoji[data-nth-child="3"] .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{left:143px}.ac-reply-toolbar .post-emoji[data-nth-child="4"] .emojionearea-picker{margin-left:-154px}.ac-reply-toolbar .post-emoji[data-nth-child="4"] .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{left:177px}.ac-reply-toolbar .post-emoji[data-nth-child="5"] .emojionearea-picker{margin-left:-188px}.ac-reply-toolbar .post-emoji[data-nth-child="5"] .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{left:211px}.ac-reply-toolbar .post-gif .gif-media-search-dropdown{left:unset;-webkit-transform:translateX(-65%);-ms-transform:translateX(-65%);transform:translateX(-65%)}.ac-reply-toolbar .post-gif[data-nth-child="1"] .gif-media-search-dropdown{-webkit-transform:translateX(-20%);-ms-transform:translateX(-20%);transform:translateX(-20%)}.ac-reply-toolbar .post-gif[data-nth-child="2"] .gif-media-search-dropdown{-webkit-transform:translateX(-25%);-ms-transform:translateX(-25%);transform:translateX(-25%)}.ac-reply-toolbar .post-gif[data-nth-child="3"] .gif-media-search-dropdown{-webkit-transform:translateX(-30%);-ms-transform:translateX(-30%);transform:translateX(-30%)}.activity-comments>.ac-form .ac-reply-toolbar .post-gif .gif-media-search-dropdown{-webkit-transform:translateX(-40%);-ms-transform:translateX(-40%);transform:translateX(-40%)}}@media only screen and (max-width:544px){#activity-form-submit-wrapper select{margin-right:0}#activity-post-form-privacy{width:100%}#activity-post-form-privacy:first-child{margin-top:15px;margin-bottom:5px}#activity-post-form-privacy select{width:100%}#whats-new-form #whats-new-post-in-box input[type=text]{width:100%}.bb-media-privacy-wrap .activity-privacy{left:auto;right:-30px}.bb-media-privacy-wrap .activity-privacy:before{left:auto;right:32px}}@media only screen and (max-width:520px){.actvity-head-bar{-ms-flex-flow:row wrap;flex-flow:row wrap}.actvity-head-bar .subnav-filters{margin:10px 0 0;width:100%}}#activity-stream .bp-generic-meta .generic-button .bb-icon-discussion:before{font-size:14px}body.activity .activity-list .activity-item .activity-content .bb-empty-content{margin-bottom:0}body.activity .activity-list .activity-item .activity-content .bb-empty-content:has(.activity-discussion-title-wrap){margin-bottom:10px}body.activity .activity-list .activity-item .activity-content.document-activity .bb-empty-content,body.activity .activity-list .activity-item .activity-content.media-activity-wrap .bb-empty-content,body.activity .activity-list .activity-item .activity-content.video-activity-wrap .bb-empty-content{margin-bottom:10px}.bb-document-privacy-wrap .privacy:after,.bb-media-privacy-wrap .privacy:after{content:"\ee09";font-weight:300;opacity:.3;font-size:18px}.activity #buddypress .groups .bp-generic-meta .generic-button .button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#activity-close-link-suggestion{color:rgba(var(--bb-headings-color-rgb),.4);-webkit-transition:all linear .2s;transition:all linear .2s}#activity-close-link-suggestion:hover{color:var(--bb-headings-color);-webkit-transition:all linear .2s;transition:all linear .2s}.activity-link-preview-container{border-radius:var(--bb-block-radius);border-color:var(--bb-content-border-color);background-color:var(--bb-content-alternate-background-color)}.activity-link-preview-container .activity-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:0 0 var(--bb-block-radius) var(--bb-block-radius)}.activity-link-preview-container .activity-link-preview-info .activity-link-preview-link-name{font-size:13px;font-weight:500;color:var(--bb-alternate-text-color);text-transform:uppercase;line-height:20px}.activity-link-preview-container .activity-link-preview-info .activity-link-preview-title{color:var(--bb-headings-color)}.activity-link-preview-container .activity-link-preview-info .activity-link-preview-title a{color:var(--bb-headings-color);overflow-wrap:break-word;word-break:break-word}.activity-link-preview-container .activity-link-preview-info p{margin-bottom:2px!important}.activity-link-preview-container .activity-url-error{padding:10px 15px}.activity-link-preview-container .activity-link-preview-image{position:relative;-webkit-transition:all linear .2s;transition:all linear .2s}.activity-link-preview-container .activity-link-preview-image .activity-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) var(--bb-block-radius) 0 0;min-height:120px;max-height:340px}.activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover a{width:100%}.activity-link-preview-container .activity-link-preview-image .activity-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}.activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover img{object-fit:cover;object-position:center;min-width:100%;min-height:340px;max-width:initial}.activity-link-preview-container #activity-link-preview-close-image,.activity-link-preview-container .activity-link-preview-icons a{background-color:var(--bb-content-alternate-background-color)}.activity-link-preview-container .activity-link-preview-image:before,.activity-link-preview-container .activity-link-preview-info:before{content:"";-webkit-transition:all linear .3s;transition:all linear .3s}.activity-link-preview-container:hover .activity-link-preview-image,.activity-link-preview-container:hover .activity-link-preview-info{position:relative}.activity-link-preview-container:hover .activity-link-preview-image:before,.activity-link-preview-container:hover .activity-link-preview-info: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}.activity-link-preview-container:hover .activity-link-preview-image+.activity-link-preview-info::before{border-radius:0 0 var(--bb-block-radius-inner) var(--bb-block-radius-inner)}.activity-link-preview-container:hover .activity-link-preview-info::before{border-radius:var(--bb-block-radius-inner)}.activity-link-preview-container:hover .activity-link-preview-image::before{border-radius:var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0}.activity-link-preview-excerpt p{color:var(--bb-body-text-color)}.activity-url-scrapper-container #activity-url-scrapper-img-holder .activity-link-preview-image .activity-link-preview-icons a{background-color:var(--bb-content-alternate-background-color);z-index:2}.activity-url-scrapper-container #activity-url-scrapper-img-holder .activity-link-preview-image .activity-link-preview-icons a i{color:var(--bb-headings-color);opacity:.4}.activity-url-scrapper-container #activity-url-scrapper-img-holder .activity-link-preview-image .activity-link-preview-icons a:hover i{opacity:1}.activity-form #whats-new-attachments .activity-link-preview-image-cover,.activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover{min-height:340px}.activity-form #whats-new-attachments .activity-link-preview-image-cover img,.activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover img{min-height:340px}@media screen and (max-width:900px){.activity-form #whats-new-attachments .activity-link-preview-image-cover,.activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover{min-height:30vh}.activity-form #whats-new-attachments .activity-link-preview-image-cover img,.activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover img{min-height:30vh}}@media screen and (max-width:680px){.activity-form #whats-new-attachments .activity-link-preview-image-cover,.activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover{min-height:150px}.activity-form #whats-new-attachments .activity-link-preview-image-cover img,.activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover img{min-height:150px}}.activity-video-preview .activity-link-preview-container .activity-link-preview-info{padding:0}.activity-video-preview .activity-link-preview-excerpt p iframe{border-radius:var(--bb-block-radius)}.bb-template-v2 .activity-type-navs .activity-nav a{border-bottom:0}@media only screen and (max-width:992px){.has-sidebar .actvity-head-bar{-ms-flex-flow:row wrap;flex-flow:row wrap}.has-sidebar .actvity-head-bar .subnav-filters{width:100%;margin-top:10px}}@media only screen and (max-width:1200px){.has-sidebar.activity-sidebar-left .actvity-head-bar{-ms-flex-flow:row wrap;flex-flow:row wrap}.has-sidebar.activity-sidebar-left .actvity-head-bar .subnav-filters{width:100%;margin-top:10px}}@media only screen and (max-width:1300px){.has-sidebar.activity-sidebar-left.buddypanel-open .actvity-head-bar{-ms-flex-flow:row wrap;flex-flow:row wrap}.has-sidebar.activity-sidebar-left.buddypanel-open .actvity-head-bar .subnav-filters{width:100%;margin-top:10px}}.activity-video-preview .activity-link-preview-container:hover .activity-link-preview-info:before{display:none}.bb-activity-model-wrapper .activity-modal{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);box-shadow:0 6px 24px 0 rgba(18,43,70,0)}#buddypress .bb-activity-model-wrapper .activity-modal .activity-list.bp-list .activity-item{border:0;padding:0;margin:0;box-shadow:none;background:0 0}#buddypress .bb-activity-model-wrapper .activity-list.bp-list{margin-bottom:0}.bb-activity-model-wrapper .footer-overflow{border-color:var(--bb-content-border-color)}.bb-modal-activity-header{border-color:var(--bb-content-border-color)}.bb-modal-activity-header .bb-model-close-button{color:var(--bb-headings-color)}.view-more-comments{color:var(--bb-body-text-color);text-decoration:none;display:inline-block;margin-top:12px}.view-more-comments:hover{color:var(--bb-body-text-color)}.bb-media-model-wrapper .activity-comments .acomments-view-more,.buddypress-wrap .activity-comments .acomments-view-more{font-weight:600}.ac-form-placeholder .ac-submit-wrap{background-color:var(--bb-primary-color);border-radius:var(--bb-button-radius)}.ac-form-placeholder .ac-reply-content{background-color:var(--bb-content-alternate-background-color);border-radius:var(--bb-block-radius-inner);border-color:var(--bb-content-border-color)}.activity-sync-loader .activity-sync-bar{background:var(--bb-content-border-color)}.activity-sync-loader .activity-sync-progress{background:var(--bb-primary-color)}#buddypress.bb-activity-model-wrapper .activity-modal{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);box-shadow:0 6px 24px 0 rgba(18,43,70,.08)}#buddypress.bb-activity-model-wrapper .activity-modal .activity-list.bp-list .activity-item{border:0;padding:0;margin:0;box-shadow:none;background:0 0}#buddypress.bb-activity-model-wrapper .activity-list.bp-list{margin-bottom:0}.elementor .activity-modal img.avatar{border-radius:50%}.elementor-activity-item .activity-actions>.bp-generic-meta .button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:2px;column-gap:2px}.elementor-activity-item .activity-actions>.bp-generic-meta .button>i{font-size:22px;font-weight:400;display:inline-block;vertical-align:middle}.elementor-activity-item .activity-actions>.bp-generic-meta .button.has-reaction>i{font-weight:200;font-size:24px}body:not(.bb-reactions-mode) .elementor-activity-item .activity-actions>.bp-generic-meta .button.has-reaction>i{font-weight:300}.elementor-activity-item .activity-actions>.bp-generic-meta .button>img{height:24px;width:24px;object-fit:cover}.elementor-activity-item .activity-actions>.bp-generic-meta .button>img.custom{border-radius:100%}.elementor-activity-item .activity-actions>.bp-generic-meta .button>.like-count{color:var(--bb-body-text-color);line-height:20px;display:inline-block;vertical-align:middle}.elementor-activity-item .activity-actions>.bp-generic-meta .button.bp-like-button:before{display:none}.elementor-activity-item .activity-actions>.bp-generic-meta .button.bp-like-button.bb-reaction-migration-inprogress:before{content:"";display:block;position:absolute;bottom:100%;left:50%;top:inherit;min-width:auto;-webkit-transition:none;transition:none}.elementor-activity-item .activity-actions>.bp-generic-meta .button.bp-like-button.bb-reaction-migration-inprogress:after{width:180px;white-space:normal;left:0;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:none;transition:none}#buddypress.buddypress-wrap .activity-comments.threaded-comments ul>.acomments-view-more:not(.acomments-view-more--hide)+li.activity-comment{margin-top:15px}#buddypress.buddypress-wrap .activity-comments.threaded-comments ul>.acomments-view-more:not(.acomments-view-more--hide)+li.activity-comment:after{content:"";display:inline-block;width:2px;height:30px;background-color:var(--bb-content-border-color);position:absolute;left:-26px;top:-35px}#buddypress.buddypress-wrap .activity-comments.threaded-comments ul>.acomments-view-more:not(.acomments-view-more--hide)+li.activity-comment~li.activity-comment:before{content:"";display:inline-block;width:2px;height:100%;background-color:var(--bb-content-border-color);position:absolute;left:-26px;top:0}#buddypress.buddypress-wrap .activity-comments.threaded-comments ul>.acomments-view-more:not(.acomments-view-more--hide)+li.activity-comment~li.activity-comment:last-of-type:before{display:none}#buddypress.buddypress-wrap .activity-comments.threaded-comments ul>.acomments-view-more:not(.acomments-view-more--hide)+li.activity-comment~li.activity-comment:after{display:none}.buddypress-wrap .activity-comments:not(.threaded-comments)>ul>li>ul{margin-left:0}.buddypress-wrap .activity-comments:not(.threaded-comments)>ul>li ul:has(>li.acomments-view-more:first-of-type){margin-left:40px}.bb-media-model-wrapper .activity-comments.threaded-level-1 .activity-actions>ul ul:has(>li.acomments-view-more:first-of-type),.bb-media-model-wrapper .activity-comments.threaded-level-1>ul ul:has(>li.acomments-view-more:first-of-type),.buddypress-wrap .activity-comments.threaded-level-1 .activity-actions>ul ul:has(>li.acomments-view-more:first-of-type),.buddypress-wrap .activity-comments.threaded-level-1>ul ul:has(>li.acomments-view-more:first-of-type){margin-left:40px}.bb-media-model-wrapper .activity-comments.threaded-level-1 .activity-actions>ul>.acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-1>ul>.acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-1 .activity-actions>ul>.acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-1>ul>.acomments-view-more::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-1 .activity-actions>ul .comment-item-focus .display-focus::before,.bb-media-model-wrapper .activity-comments.threaded-level-1>ul .comment-item-focus .display-focus::before,.buddypress-wrap .activity-comments.threaded-level-1 .activity-actions>ul .comment-item-focus .display-focus::before,.buddypress-wrap .activity-comments.threaded-level-1>ul .comment-item-focus .display-focus::before{content:"";width:2px;height:-webkit-calc(100% - 30px);height:calc(100% - 30px);background-color:var(--bb-content-border-color);position:absolute;left:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-1 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.bb-media-model-wrapper .activity-comments.threaded-level-1>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.buddypress-wrap .activity-comments.threaded-level-1 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.buddypress-wrap .activity-comments.threaded-level-1>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-1 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.bb-media-model-wrapper .activity-comments.threaded-level-1>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.buddypress-wrap .activity-comments.threaded-level-1 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.buddypress-wrap .activity-comments.threaded-level-1>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before{content:"";width:2px;height:100%;background-color:var(--bb-content-border-color);position:absolute;left:-26px;top:3px}.bb-media-model-wrapper .activity-comments.threaded-level-1 .activity-actions>ul .comment-item-focus>.ac-form,.bb-media-model-wrapper .activity-comments.threaded-level-1>ul .comment-item-focus>.ac-form,.buddypress-wrap .activity-comments.threaded-level-1 .activity-actions>ul .comment-item-focus>.ac-form,.buddypress-wrap .activity-comments.threaded-level-1>ul .comment-item-focus>.ac-form{margin-left:40px}.bb-media-model-wrapper .activity-comments.threaded-level-1 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-1>ul .comment-item-focus>.ac-form .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-1 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-1>ul .comment-item-focus>.ac-form .ac-reply-avatar{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-1 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-1>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-1 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-1>ul .comment-item-focus>.ac-form .ac-reply-avatar::before{content:"";width:16px;position:absolute;left:-26px;top:-14px;height:32px;border-style:solid;border-width:0 0 2px 2px;border-bottom-color:var(--bb-content-border-color);border-left-color:var(--bb-content-border-color);border-bottom-left-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-1 .activity-actions>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-1>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-1 .activity-actions>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-1>ul>li>ul{margin-left:0}.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul ul:has(>li.acomments-view-more:first-of-type),.bb-media-model-wrapper .activity-comments.threaded-level-2>ul ul:has(>li.acomments-view-more:first-of-type),.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul ul:has(>li.acomments-view-more:first-of-type),.buddypress-wrap .activity-comments.threaded-level-2>ul ul:has(>li.acomments-view-more:first-of-type){margin-left:40px}.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul>.acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul>.acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul>.acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-2>ul>.acomments-view-more::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul .comment-item-focus .display-focus::before,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul .comment-item-focus .display-focus::before,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul .comment-item-focus .display-focus::before,.buddypress-wrap .activity-comments.threaded-level-2>ul .comment-item-focus .display-focus::before{content:"";width:2px;height:-webkit-calc(100% - 30px);height:calc(100% - 30px);background-color:var(--bb-content-border-color);position:absolute;left:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.buddypress-wrap .activity-comments.threaded-level-2>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.buddypress-wrap .activity-comments.threaded-level-2>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before{content:"";width:2px;height:100%;background-color:var(--bb-content-border-color);position:absolute;left:-26px;top:3px}.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul .comment-item-focus>.ac-form,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul .comment-item-focus>.ac-form,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul .comment-item-focus>.ac-form,.buddypress-wrap .activity-comments.threaded-level-2>ul .comment-item-focus>.ac-form{margin-left:40px}.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul .comment-item-focus>.ac-form .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-2>ul .comment-item-focus>.ac-form .ac-reply-avatar{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-2>ul .comment-item-focus>.ac-form .ac-reply-avatar::before{content:"";width:16px;position:absolute;left:-26px;top:-14px;height:32px;border-style:solid;border-width:0 0 2px 2px;border-bottom-color:var(--bb-content-border-color);border-left-color:var(--bb-content-border-color);border-bottom-left-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul>li>ul li::before,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul>li>ul li::before,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul>li>ul li::before,.buddypress-wrap .activity-comments.threaded-level-2>ul>li>ul li::before{content:"";width:2px;height:100%;background-color:var(--bb-content-border-color);position:absolute;left:-26px}.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.buddypress-wrap .activity-comments.threaded-level-2>ul>li>ul li:not(.acomments-view-more):last-of-type::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul>li>ul .activity-state-popup li::before,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul>li>ul .activity-state-popup li::before,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul>li>ul .activity-state-popup li::before,.buddypress-wrap .activity-comments.threaded-level-2>ul>li>ul .activity-state-popup li::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul>li ul .item-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul>li ul .acomment-edit .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul>li ul .item-avatar,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul>li ul .item-avatar,.buddypress-wrap .activity-comments.threaded-level-2>ul>li ul .acomment-edit .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-2>ul>li ul .item-avatar{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul>li ul .item-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul>li ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul>li ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul>li ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-2>ul>li ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-2>ul>li ul .item-avatar::before{content:"";width:16px;position:absolute;left:-26px;top:-14px;height:32px;border-style:solid;border-width:0 0 2px 2px;border-bottom-color:var(--bb-content-border-color);border-left-color:var(--bb-content-border-color);border-bottom-left-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul .acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-2>ul .acomments-view-more::before{content:"";background-color:transparent;width:16px;position:absolute;left:-26px;top:-15px;height:32px;border-style:solid;border-width:0 0 2px 2px;border-bottom-color:var(--bb-content-border-color);border-left-color:var(--bb-content-border-color);border-bottom-left-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul .has-child-comments>.acomment-display::before,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-2>ul .has-child-comments>.acomment-display::before{content:"";width:2px;height:-webkit-calc(100% - 50px);height:calc(100% - 50px);background-color:var(--bb-content-border-color);position:absolute;left:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.buddypress-wrap .activity-comments.threaded-level-2>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-2>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before{content:"";width:2px;height:-webkit-calc(100% - 50px);height:calc(100% - 50px);background-color:var(--bb-content-border-color);position:absolute;left:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-2>ul>li>ul{margin-left:40px}.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul>li>ul .has-child-comments>.acomment-display::before,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul>li>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul>li>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-2>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-2>ul>li>ul .has-child-comments>.acomment-display::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul>li>ul>li>ul .item-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul>li>ul>li>ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul>li>ul>li>ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-2>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-2>ul>li>ul>li>ul .item-avatar::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul>li>ul>li>ul .acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul>li>ul>li>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul>li>ul>li>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-2>ul>li>ul>li>ul .acomments-view-more::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-2 .activity-actions>ul>li>ul>li ul li:not(.acomments-view-more)::before,.bb-media-model-wrapper .activity-comments.threaded-level-2>ul>li>ul>li ul li:not(.acomments-view-more)::before,.buddypress-wrap .activity-comments.threaded-level-2 .activity-actions>ul>li>ul>li ul li:not(.acomments-view-more)::before,.buddypress-wrap .activity-comments.threaded-level-2>ul>li>ul>li ul li:not(.acomments-view-more)::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul ul:has(>li.acomments-view-more:first-of-type),.bb-media-model-wrapper .activity-comments.threaded-level-3>ul ul:has(>li.acomments-view-more:first-of-type),.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul ul:has(>li.acomments-view-more:first-of-type),.buddypress-wrap .activity-comments.threaded-level-3>ul ul:has(>li.acomments-view-more:first-of-type){margin-left:40px}.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul>.acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul>.acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul>.acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-3>ul>.acomments-view-more::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul .comment-item-focus .display-focus::before,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul .comment-item-focus .display-focus::before,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul .comment-item-focus .display-focus::before,.buddypress-wrap .activity-comments.threaded-level-3>ul .comment-item-focus .display-focus::before{content:"";width:2px;height:-webkit-calc(100% - 30px);height:calc(100% - 30px);background-color:var(--bb-content-border-color);position:absolute;left:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.buddypress-wrap .activity-comments.threaded-level-3>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.buddypress-wrap .activity-comments.threaded-level-3>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before{content:"";width:2px;height:100%;background-color:var(--bb-content-border-color);position:absolute;left:-26px;top:3px}.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul .comment-item-focus>.ac-form,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul .comment-item-focus>.ac-form,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul .comment-item-focus>.ac-form,.buddypress-wrap .activity-comments.threaded-level-3>ul .comment-item-focus>.ac-form{margin-left:40px}.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul .comment-item-focus>.ac-form .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-3>ul .comment-item-focus>.ac-form .ac-reply-avatar{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-3>ul .comment-item-focus>.ac-form .ac-reply-avatar::before{content:"";width:16px;position:absolute;left:-26px;top:-14px;height:32px;border-style:solid;border-width:0 0 2px 2px;border-bottom-color:var(--bb-content-border-color);border-left-color:var(--bb-content-border-color);border-bottom-left-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul>li>ul li::before,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul>li>ul li::before,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul>li>ul li::before,.buddypress-wrap .activity-comments.threaded-level-3>ul>li>ul li::before{content:"";width:2px;height:100%;background-color:var(--bb-content-border-color);position:absolute;left:-26px}.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.buddypress-wrap .activity-comments.threaded-level-3>ul>li>ul li:not(.acomments-view-more):last-of-type::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul>li>ul .activity-state-popup li::before,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul>li>ul .activity-state-popup li::before,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul>li>ul .activity-state-popup li::before,.buddypress-wrap .activity-comments.threaded-level-3>ul>li>ul .activity-state-popup li::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul>li ul .item-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul>li ul .acomment-edit .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul>li ul .item-avatar,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul>li ul .item-avatar,.buddypress-wrap .activity-comments.threaded-level-3>ul>li ul .acomment-edit .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-3>ul>li ul .item-avatar{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul>li ul .item-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul>li ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul>li ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul>li ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-3>ul>li ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-3>ul>li ul .item-avatar::before{content:"";width:16px;position:absolute;left:-26px;top:-14px;height:32px;border-style:solid;border-width:0 0 2px 2px;border-bottom-color:var(--bb-content-border-color);border-left-color:var(--bb-content-border-color);border-bottom-left-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul .acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-3>ul .acomments-view-more::before{content:"";background-color:transparent;width:16px;position:absolute;left:-26px;top:-15px;height:32px;border-style:solid;border-width:0 0 2px 2px;border-bottom-color:var(--bb-content-border-color);border-left-color:var(--bb-content-border-color);border-bottom-left-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul .has-child-comments>.acomment-display::before,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-3>ul .has-child-comments>.acomment-display::before{content:"";width:2px;height:-webkit-calc(100% - 50px);height:calc(100% - 50px);background-color:var(--bb-content-border-color);position:absolute;left:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.buddypress-wrap .activity-comments.threaded-level-3>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-3>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before{content:"";width:2px;height:-webkit-calc(100% - 50px);height:calc(100% - 50px);background-color:var(--bb-content-border-color);position:absolute;left:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-3>ul>li>ul{margin-left:40px}.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul>li>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-3>ul>li>ul>li>ul{margin-left:40px}.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-3>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-3>ul>li>ul>li>ul .has-child-comments>.acomment-display::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul>li>ul>li>ul>li>ul .item-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul>li>ul>li>ul>li>ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul>li>ul>li>ul>li>ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-3>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-3>ul>li>ul>li>ul>li>ul .item-avatar::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-3 .activity-actions>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-3>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-3 .activity-actions>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-3>ul>li>ul>li>ul>li>ul .acomments-view-more::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul ul:has(>li.acomments-view-more:first-of-type),.bb-media-model-wrapper .activity-comments.threaded-level-4>ul ul:has(>li.acomments-view-more:first-of-type),.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul ul:has(>li.acomments-view-more:first-of-type),.buddypress-wrap .activity-comments.threaded-level-4>ul ul:has(>li.acomments-view-more:first-of-type){margin-left:40px}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul>.acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul>.acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul>.acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-4>ul>.acomments-view-more::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul .comment-item-focus .display-focus::before,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul .comment-item-focus .display-focus::before,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul .comment-item-focus .display-focus::before,.buddypress-wrap .activity-comments.threaded-level-4>ul .comment-item-focus .display-focus::before{content:"";width:2px;height:-webkit-calc(100% - 30px);height:calc(100% - 30px);background-color:var(--bb-content-border-color);position:absolute;left:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.buddypress-wrap .activity-comments.threaded-level-4>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.buddypress-wrap .activity-comments.threaded-level-4>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before{content:"";width:2px;height:100%;background-color:var(--bb-content-border-color);position:absolute;left:-26px;top:3px}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul .comment-item-focus>.ac-form,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul .comment-item-focus>.ac-form,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul .comment-item-focus>.ac-form,.buddypress-wrap .activity-comments.threaded-level-4>ul .comment-item-focus>.ac-form{margin-left:40px}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul .comment-item-focus>.ac-form .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-4>ul .comment-item-focus>.ac-form .ac-reply-avatar{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-4>ul .comment-item-focus>.ac-form .ac-reply-avatar::before{content:"";width:16px;position:absolute;left:-26px;top:-14px;height:32px;border-style:solid;border-width:0 0 2px 2px;border-bottom-color:var(--bb-content-border-color);border-left-color:var(--bb-content-border-color);border-bottom-left-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul>li>ul li::before,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul>li>ul li::before,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul>li>ul li::before,.buddypress-wrap .activity-comments.threaded-level-4>ul>li>ul li::before{content:"";width:2px;height:100%;background-color:var(--bb-content-border-color);position:absolute;left:-26px}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.buddypress-wrap .activity-comments.threaded-level-4>ul>li>ul li:not(.acomments-view-more):last-of-type::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul>li>ul .activity-state-popup li::before,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul>li>ul .activity-state-popup li::before,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul>li>ul .activity-state-popup li::before,.buddypress-wrap .activity-comments.threaded-level-4>ul>li>ul .activity-state-popup li::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul>li ul .item-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul>li ul .acomment-edit .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul>li ul .item-avatar,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul>li ul .item-avatar,.buddypress-wrap .activity-comments.threaded-level-4>ul>li ul .acomment-edit .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-4>ul>li ul .item-avatar{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul>li ul .item-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul>li ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul>li ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul>li ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-4>ul>li ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-4>ul>li ul .item-avatar::before{content:"";width:16px;position:absolute;left:-26px;top:-14px;height:32px;border-style:solid;border-width:0 0 2px 2px;border-bottom-color:var(--bb-content-border-color);border-left-color:var(--bb-content-border-color);border-bottom-left-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul .acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-4>ul .acomments-view-more::before{content:"";background-color:transparent;width:16px;position:absolute;left:-26px;top:-15px;height:32px;border-style:solid;border-width:0 0 2px 2px;border-bottom-color:var(--bb-content-border-color);border-left-color:var(--bb-content-border-color);border-bottom-left-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul .has-child-comments>.acomment-display::before,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-4>ul .has-child-comments>.acomment-display::before{content:"";width:2px;height:-webkit-calc(100% - 50px);height:calc(100% - 50px);background-color:var(--bb-content-border-color);position:absolute;left:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.buddypress-wrap .activity-comments.threaded-level-4>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-4>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before{content:"";width:2px;height:-webkit-calc(100% - 50px);height:calc(100% - 50px);background-color:var(--bb-content-border-color);position:absolute;left:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-4>ul>li>ul{margin-left:40px}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul>li>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-4>ul>li>ul>li>ul{margin-left:40px}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul>li>ul>li>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul>li>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul>li>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-4>ul>li>ul>li>ul>li>ul{margin-left:40px}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-4>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-4>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-4>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-4>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-4 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-4>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-4 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-4>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul ul:has(>li.acomments-view-more:first-of-type),.bb-media-model-wrapper .activity-comments.threaded-level-5>ul ul:has(>li.acomments-view-more:first-of-type),.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul ul:has(>li.acomments-view-more:first-of-type),.buddypress-wrap .activity-comments.threaded-level-5>ul ul:has(>li.acomments-view-more:first-of-type){margin-left:40px}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul>.acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul>.acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul>.acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-5>ul>.acomments-view-more::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul .comment-item-focus .display-focus::before,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul .comment-item-focus .display-focus::before,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul .comment-item-focus .display-focus::before,.buddypress-wrap .activity-comments.threaded-level-5>ul .comment-item-focus .display-focus::before{content:"";width:2px;height:-webkit-calc(100% - 30px);height:calc(100% - 30px);background-color:var(--bb-content-border-color);position:absolute;left:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.buddypress-wrap .activity-comments.threaded-level-5>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.buddypress-wrap .activity-comments.threaded-level-5>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before{content:"";width:2px;height:100%;background-color:var(--bb-content-border-color);position:absolute;left:-26px;top:3px}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul .comment-item-focus>.ac-form,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul .comment-item-focus>.ac-form,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul .comment-item-focus>.ac-form,.buddypress-wrap .activity-comments.threaded-level-5>ul .comment-item-focus>.ac-form{margin-left:40px}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul .comment-item-focus>.ac-form .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-5>ul .comment-item-focus>.ac-form .ac-reply-avatar{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-5>ul .comment-item-focus>.ac-form .ac-reply-avatar::before{content:"";width:16px;position:absolute;left:-26px;top:-14px;height:32px;border-style:solid;border-width:0 0 2px 2px;border-bottom-color:var(--bb-content-border-color);border-left-color:var(--bb-content-border-color);border-bottom-left-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul>li>ul li::before,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul>li>ul li::before,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul>li>ul li::before,.buddypress-wrap .activity-comments.threaded-level-5>ul>li>ul li::before{content:"";width:2px;height:100%;background-color:var(--bb-content-border-color);position:absolute;left:-26px}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.buddypress-wrap .activity-comments.threaded-level-5>ul>li>ul li:not(.acomments-view-more):last-of-type::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul>li>ul .activity-state-popup li::before,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul>li>ul .activity-state-popup li::before,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul>li>ul .activity-state-popup li::before,.buddypress-wrap .activity-comments.threaded-level-5>ul>li>ul .activity-state-popup li::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul>li ul .item-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul>li ul .acomment-edit .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul>li ul .item-avatar,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul>li ul .item-avatar,.buddypress-wrap .activity-comments.threaded-level-5>ul>li ul .acomment-edit .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-5>ul>li ul .item-avatar{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul>li ul .item-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul>li ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul>li ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul>li ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-5>ul>li ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-5>ul>li ul .item-avatar::before{content:"";width:16px;position:absolute;left:-26px;top:-14px;height:32px;border-style:solid;border-width:0 0 2px 2px;border-bottom-color:var(--bb-content-border-color);border-left-color:var(--bb-content-border-color);border-bottom-left-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul .acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-5>ul .acomments-view-more::before{content:"";background-color:transparent;width:16px;position:absolute;left:-26px;top:-15px;height:32px;border-style:solid;border-width:0 0 2px 2px;border-bottom-color:var(--bb-content-border-color);border-left-color:var(--bb-content-border-color);border-bottom-left-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul .has-child-comments>.acomment-display::before,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-5>ul .has-child-comments>.acomment-display::before{content:"";width:2px;height:-webkit-calc(100% - 50px);height:calc(100% - 50px);background-color:var(--bb-content-border-color);position:absolute;left:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.buddypress-wrap .activity-comments.threaded-level-5>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-5>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before{content:"";width:2px;height:-webkit-calc(100% - 50px);height:calc(100% - 50px);background-color:var(--bb-content-border-color);position:absolute;left:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-5>ul>li>ul{margin-left:40px}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul>li>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-5>ul>li>ul>li>ul{margin-left:40px}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul>li>ul>li>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul>li>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul>li>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-5>ul>li>ul>li>ul>li>ul{margin-left:40px}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-5>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-5>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before{display:none}#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply,#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-5>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply,#buddypress .buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply,#buddypress .buddypress-wrap .activity-comments.threaded-level-5>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-5>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-5>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-5 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-5>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-5 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-5>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul ul:has(>li.acomments-view-more:first-of-type),.bb-media-model-wrapper .activity-comments.threaded-level-6>ul ul:has(>li.acomments-view-more:first-of-type),.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul ul:has(>li.acomments-view-more:first-of-type),.buddypress-wrap .activity-comments.threaded-level-6>ul ul:has(>li.acomments-view-more:first-of-type){margin-left:40px}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul>.acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul>.acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul>.acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-6>ul>.acomments-view-more::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul .comment-item-focus .display-focus::before,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul .comment-item-focus .display-focus::before,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul .comment-item-focus .display-focus::before,.buddypress-wrap .activity-comments.threaded-level-6>ul .comment-item-focus .display-focus::before{content:"";width:2px;height:-webkit-calc(100% - 30px);height:calc(100% - 30px);background-color:var(--bb-content-border-color);position:absolute;left:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.buddypress-wrap .activity-comments.threaded-level-6>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.buddypress-wrap .activity-comments.threaded-level-6>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before{content:"";width:2px;height:100%;background-color:var(--bb-content-border-color);position:absolute;left:-26px;top:3px}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul .comment-item-focus>.ac-form,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul .comment-item-focus>.ac-form,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul .comment-item-focus>.ac-form,.buddypress-wrap .activity-comments.threaded-level-6>ul .comment-item-focus>.ac-form{margin-left:40px}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul .comment-item-focus>.ac-form .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-6>ul .comment-item-focus>.ac-form .ac-reply-avatar{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-6>ul .comment-item-focus>.ac-form .ac-reply-avatar::before{content:"";width:16px;position:absolute;left:-26px;top:-14px;height:32px;border-style:solid;border-width:0 0 2px 2px;border-bottom-color:var(--bb-content-border-color);border-left-color:var(--bb-content-border-color);border-bottom-left-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul>li>ul li::before,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul>li>ul li::before,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul>li>ul li::before,.buddypress-wrap .activity-comments.threaded-level-6>ul>li>ul li::before{content:"";width:2px;height:100%;background-color:var(--bb-content-border-color);position:absolute;left:-26px}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.buddypress-wrap .activity-comments.threaded-level-6>ul>li>ul li:not(.acomments-view-more):last-of-type::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul>li>ul .activity-state-popup li::before,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul>li>ul .activity-state-popup li::before,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul>li>ul .activity-state-popup li::before,.buddypress-wrap .activity-comments.threaded-level-6>ul>li>ul .activity-state-popup li::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul>li ul .item-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul>li ul .acomment-edit .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul>li ul .item-avatar,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul>li ul .item-avatar,.buddypress-wrap .activity-comments.threaded-level-6>ul>li ul .acomment-edit .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-6>ul>li ul .item-avatar{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul>li ul .item-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul>li ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul>li ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul>li ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-6>ul>li ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-6>ul>li ul .item-avatar::before{content:"";width:16px;position:absolute;left:-26px;top:-14px;height:32px;border-style:solid;border-width:0 0 2px 2px;border-bottom-color:var(--bb-content-border-color);border-left-color:var(--bb-content-border-color);border-bottom-left-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul .acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-6>ul .acomments-view-more::before{content:"";background-color:transparent;width:16px;position:absolute;left:-26px;top:-15px;height:32px;border-style:solid;border-width:0 0 2px 2px;border-bottom-color:var(--bb-content-border-color);border-left-color:var(--bb-content-border-color);border-bottom-left-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul .has-child-comments>.acomment-display::before,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-6>ul .has-child-comments>.acomment-display::before{content:"";width:2px;height:-webkit-calc(100% - 50px);height:calc(100% - 50px);background-color:var(--bb-content-border-color);position:absolute;left:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.buddypress-wrap .activity-comments.threaded-level-6>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-6>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before{content:"";width:2px;height:-webkit-calc(100% - 50px);height:calc(100% - 50px);background-color:var(--bb-content-border-color);position:absolute;left:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-6>ul>li>ul{margin-left:40px}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul>li>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-6>ul>li>ul>li>ul{margin-left:40px}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul>li>ul>li>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul>li>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul>li>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-6>ul>li>ul>li>ul>li>ul{margin-left:40px}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-6>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-6>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before{display:none}#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply,#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-6>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply,#buddypress .buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply,#buddypress .buddypress-wrap .activity-comments.threaded-level-6>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-6>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-6>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-6 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-6>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-6 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-6>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul ul:has(>li.acomments-view-more:first-of-type),.bb-media-model-wrapper .activity-comments.threaded-level-7>ul ul:has(>li.acomments-view-more:first-of-type),.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul ul:has(>li.acomments-view-more:first-of-type),.buddypress-wrap .activity-comments.threaded-level-7>ul ul:has(>li.acomments-view-more:first-of-type){margin-left:40px}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul>.acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul>.acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul>.acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-7>ul>.acomments-view-more::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul .comment-item-focus .display-focus::before,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul .comment-item-focus .display-focus::before,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul .comment-item-focus .display-focus::before,.buddypress-wrap .activity-comments.threaded-level-7>ul .comment-item-focus .display-focus::before{content:"";width:2px;height:-webkit-calc(100% - 30px);height:calc(100% - 30px);background-color:var(--bb-content-border-color);position:absolute;left:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.buddypress-wrap .activity-comments.threaded-level-7>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.buddypress-wrap .activity-comments.threaded-level-7>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before{content:"";width:2px;height:100%;background-color:var(--bb-content-border-color);position:absolute;left:-26px;top:3px}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul .comment-item-focus>.ac-form,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul .comment-item-focus>.ac-form,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul .comment-item-focus>.ac-form,.buddypress-wrap .activity-comments.threaded-level-7>ul .comment-item-focus>.ac-form{margin-left:40px}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul .comment-item-focus>.ac-form .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-7>ul .comment-item-focus>.ac-form .ac-reply-avatar{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-7>ul .comment-item-focus>.ac-form .ac-reply-avatar::before{content:"";width:16px;position:absolute;left:-26px;top:-14px;height:32px;border-style:solid;border-width:0 0 2px 2px;border-bottom-color:var(--bb-content-border-color);border-left-color:var(--bb-content-border-color);border-bottom-left-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul>li>ul li::before,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul>li>ul li::before,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul>li>ul li::before,.buddypress-wrap .activity-comments.threaded-level-7>ul>li>ul li::before{content:"";width:2px;height:100%;background-color:var(--bb-content-border-color);position:absolute;left:-26px}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.buddypress-wrap .activity-comments.threaded-level-7>ul>li>ul li:not(.acomments-view-more):last-of-type::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul>li>ul .activity-state-popup li::before,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul>li>ul .activity-state-popup li::before,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul>li>ul .activity-state-popup li::before,.buddypress-wrap .activity-comments.threaded-level-7>ul>li>ul .activity-state-popup li::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul>li ul .item-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul>li ul .acomment-edit .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul>li ul .item-avatar,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul>li ul .item-avatar,.buddypress-wrap .activity-comments.threaded-level-7>ul>li ul .acomment-edit .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-7>ul>li ul .item-avatar{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul>li ul .item-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul>li ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul>li ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul>li ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-7>ul>li ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-7>ul>li ul .item-avatar::before{content:"";width:16px;position:absolute;left:-26px;top:-14px;height:32px;border-style:solid;border-width:0 0 2px 2px;border-bottom-color:var(--bb-content-border-color);border-left-color:var(--bb-content-border-color);border-bottom-left-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul .acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-7>ul .acomments-view-more::before{content:"";background-color:transparent;width:16px;position:absolute;left:-26px;top:-15px;height:32px;border-style:solid;border-width:0 0 2px 2px;border-bottom-color:var(--bb-content-border-color);border-left-color:var(--bb-content-border-color);border-bottom-left-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul .has-child-comments>.acomment-display::before,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-7>ul .has-child-comments>.acomment-display::before{content:"";width:2px;height:-webkit-calc(100% - 50px);height:calc(100% - 50px);background-color:var(--bb-content-border-color);position:absolute;left:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.buddypress-wrap .activity-comments.threaded-level-7>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-7>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before{content:"";width:2px;height:-webkit-calc(100% - 50px);height:calc(100% - 50px);background-color:var(--bb-content-border-color);position:absolute;left:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-7>ul>li>ul{margin-left:40px}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul>li>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-7>ul>li>ul>li>ul{margin-left:40px}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul>li>ul>li>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul>li>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul>li>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-7>ul>li>ul>li>ul>li>ul{margin-left:40px}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-7>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-7>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before{display:none}#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply,#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-7>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply,#buddypress .buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply,#buddypress .buddypress-wrap .activity-comments.threaded-level-7>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-7>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-7>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-7 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-7>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-7 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-7>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul ul:has(>li.acomments-view-more:first-of-type),.bb-media-model-wrapper .activity-comments.threaded-level-8>ul ul:has(>li.acomments-view-more:first-of-type),.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul ul:has(>li.acomments-view-more:first-of-type),.buddypress-wrap .activity-comments.threaded-level-8>ul ul:has(>li.acomments-view-more:first-of-type){margin-left:40px}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul>.acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul>.acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul>.acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-8>ul>.acomments-view-more::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul .comment-item-focus .display-focus::before,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul .comment-item-focus .display-focus::before,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul .comment-item-focus .display-focus::before,.buddypress-wrap .activity-comments.threaded-level-8>ul .comment-item-focus .display-focus::before{content:"";width:2px;height:-webkit-calc(100% - 30px);height:calc(100% - 30px);background-color:var(--bb-content-border-color);position:absolute;left:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.buddypress-wrap .activity-comments.threaded-level-8>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.buddypress-wrap .activity-comments.threaded-level-8>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before{content:"";width:2px;height:100%;background-color:var(--bb-content-border-color);position:absolute;left:-26px;top:3px}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul .comment-item-focus>.ac-form,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul .comment-item-focus>.ac-form,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul .comment-item-focus>.ac-form,.buddypress-wrap .activity-comments.threaded-level-8>ul .comment-item-focus>.ac-form{margin-left:40px}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul .comment-item-focus>.ac-form .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-8>ul .comment-item-focus>.ac-form .ac-reply-avatar{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-8>ul .comment-item-focus>.ac-form .ac-reply-avatar::before{content:"";width:16px;position:absolute;left:-26px;top:-14px;height:32px;border-style:solid;border-width:0 0 2px 2px;border-bottom-color:var(--bb-content-border-color);border-left-color:var(--bb-content-border-color);border-bottom-left-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul>li>ul li::before,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul>li>ul li::before,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul>li>ul li::before,.buddypress-wrap .activity-comments.threaded-level-8>ul>li>ul li::before{content:"";width:2px;height:100%;background-color:var(--bb-content-border-color);position:absolute;left:-26px}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.buddypress-wrap .activity-comments.threaded-level-8>ul>li>ul li:not(.acomments-view-more):last-of-type::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul>li>ul .activity-state-popup li::before,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul>li>ul .activity-state-popup li::before,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul>li>ul .activity-state-popup li::before,.buddypress-wrap .activity-comments.threaded-level-8>ul>li>ul .activity-state-popup li::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul>li ul .item-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul>li ul .acomment-edit .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul>li ul .item-avatar,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul>li ul .item-avatar,.buddypress-wrap .activity-comments.threaded-level-8>ul>li ul .acomment-edit .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-8>ul>li ul .item-avatar{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul>li ul .item-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul>li ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul>li ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul>li ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-8>ul>li ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-8>ul>li ul .item-avatar::before{content:"";width:16px;position:absolute;left:-26px;top:-14px;height:32px;border-style:solid;border-width:0 0 2px 2px;border-bottom-color:var(--bb-content-border-color);border-left-color:var(--bb-content-border-color);border-bottom-left-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul .acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-8>ul .acomments-view-more::before{content:"";background-color:transparent;width:16px;position:absolute;left:-26px;top:-15px;height:32px;border-style:solid;border-width:0 0 2px 2px;border-bottom-color:var(--bb-content-border-color);border-left-color:var(--bb-content-border-color);border-bottom-left-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul .has-child-comments>.acomment-display::before,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-8>ul .has-child-comments>.acomment-display::before{content:"";width:2px;height:-webkit-calc(100% - 50px);height:calc(100% - 50px);background-color:var(--bb-content-border-color);position:absolute;left:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.buddypress-wrap .activity-comments.threaded-level-8>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-8>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before{content:"";width:2px;height:-webkit-calc(100% - 50px);height:calc(100% - 50px);background-color:var(--bb-content-border-color);position:absolute;left:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-8>ul>li>ul{margin-left:40px}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul>li>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-8>ul>li>ul>li>ul{margin-left:40px}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul>li>ul>li>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul>li>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul>li>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-8>ul>li>ul>li>ul>li>ul{margin-left:40px}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-8>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-8>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before{display:none}#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply,#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-8>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply,#buddypress .buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply,#buddypress .buddypress-wrap .activity-comments.threaded-level-8>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-8>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-8>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-8 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-8>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-8 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-8>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul ul:has(>li.acomments-view-more:first-of-type),.bb-media-model-wrapper .activity-comments.threaded-level-9>ul ul:has(>li.acomments-view-more:first-of-type),.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul ul:has(>li.acomments-view-more:first-of-type),.buddypress-wrap .activity-comments.threaded-level-9>ul ul:has(>li.acomments-view-more:first-of-type){margin-left:40px}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul>.acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul>.acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul>.acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-9>ul>.acomments-view-more::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul .comment-item-focus .display-focus::before,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul .comment-item-focus .display-focus::before,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul .comment-item-focus .display-focus::before,.buddypress-wrap .activity-comments.threaded-level-9>ul .comment-item-focus .display-focus::before{content:"";width:2px;height:-webkit-calc(100% - 30px);height:calc(100% - 30px);background-color:var(--bb-content-border-color);position:absolute;left:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.buddypress-wrap .activity-comments.threaded-level-9>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.buddypress-wrap .activity-comments.threaded-level-9>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before{content:"";width:2px;height:100%;background-color:var(--bb-content-border-color);position:absolute;left:-26px;top:3px}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul .comment-item-focus>.ac-form,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul .comment-item-focus>.ac-form,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul .comment-item-focus>.ac-form,.buddypress-wrap .activity-comments.threaded-level-9>ul .comment-item-focus>.ac-form{margin-left:40px}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul .comment-item-focus>.ac-form .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-9>ul .comment-item-focus>.ac-form .ac-reply-avatar{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-9>ul .comment-item-focus>.ac-form .ac-reply-avatar::before{content:"";width:16px;position:absolute;left:-26px;top:-14px;height:32px;border-style:solid;border-width:0 0 2px 2px;border-bottom-color:var(--bb-content-border-color);border-left-color:var(--bb-content-border-color);border-bottom-left-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul>li>ul li::before,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul>li>ul li::before,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul>li>ul li::before,.buddypress-wrap .activity-comments.threaded-level-9>ul>li>ul li::before{content:"";width:2px;height:100%;background-color:var(--bb-content-border-color);position:absolute;left:-26px}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.buddypress-wrap .activity-comments.threaded-level-9>ul>li>ul li:not(.acomments-view-more):last-of-type::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul>li>ul .activity-state-popup li::before,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul>li>ul .activity-state-popup li::before,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul>li>ul .activity-state-popup li::before,.buddypress-wrap .activity-comments.threaded-level-9>ul>li>ul .activity-state-popup li::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul>li ul .item-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul>li ul .acomment-edit .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul>li ul .item-avatar,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul>li ul .item-avatar,.buddypress-wrap .activity-comments.threaded-level-9>ul>li ul .acomment-edit .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-9>ul>li ul .item-avatar{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul>li ul .item-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul>li ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul>li ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul>li ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-9>ul>li ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-9>ul>li ul .item-avatar::before{content:"";width:16px;position:absolute;left:-26px;top:-14px;height:32px;border-style:solid;border-width:0 0 2px 2px;border-bottom-color:var(--bb-content-border-color);border-left-color:var(--bb-content-border-color);border-bottom-left-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul .acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-9>ul .acomments-view-more::before{content:"";background-color:transparent;width:16px;position:absolute;left:-26px;top:-15px;height:32px;border-style:solid;border-width:0 0 2px 2px;border-bottom-color:var(--bb-content-border-color);border-left-color:var(--bb-content-border-color);border-bottom-left-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul .has-child-comments>.acomment-display::before,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-9>ul .has-child-comments>.acomment-display::before{content:"";width:2px;height:-webkit-calc(100% - 50px);height:calc(100% - 50px);background-color:var(--bb-content-border-color);position:absolute;left:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.buddypress-wrap .activity-comments.threaded-level-9>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-9>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before{content:"";width:2px;height:-webkit-calc(100% - 50px);height:calc(100% - 50px);background-color:var(--bb-content-border-color);position:absolute;left:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-9>ul>li>ul{margin-left:40px}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul>li>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-9>ul>li>ul>li>ul{margin-left:40px}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul>li>ul>li>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul>li>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul>li>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-9>ul>li>ul>li>ul>li>ul{margin-left:40px}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-9>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-9>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before{display:none}#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply,#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-9>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply,#buddypress .buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply,#buddypress .buddypress-wrap .activity-comments.threaded-level-9>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-9>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-9>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-9 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-9>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-9 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-9>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul ul:has(>li.acomments-view-more:first-of-type),.bb-media-model-wrapper .activity-comments.threaded-level-10>ul ul:has(>li.acomments-view-more:first-of-type),.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul ul:has(>li.acomments-view-more:first-of-type),.buddypress-wrap .activity-comments.threaded-level-10>ul ul:has(>li.acomments-view-more:first-of-type){margin-left:40px}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul>.acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul>.acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul>.acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-10>ul>.acomments-view-more::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul .comment-item-focus .display-focus::before,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul .comment-item-focus .display-focus::before,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul .comment-item-focus .display-focus::before,.buddypress-wrap .activity-comments.threaded-level-10>ul .comment-item-focus .display-focus::before{content:"";width:2px;height:-webkit-calc(100% - 30px);height:calc(100% - 30px);background-color:var(--bb-content-border-color);position:absolute;left:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul,.buddypress-wrap .activity-comments.threaded-level-10>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before,.buddypress-wrap .activity-comments.threaded-level-10>ul .comment-item-focus .display-focus:not(.bp-hide)+.acomment-edit-form+ul::before{content:"";width:2px;height:100%;background-color:var(--bb-content-border-color);position:absolute;left:-26px;top:3px}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul .comment-item-focus>.ac-form,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul .comment-item-focus>.ac-form,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul .comment-item-focus>.ac-form,.buddypress-wrap .activity-comments.threaded-level-10>ul .comment-item-focus>.ac-form{margin-left:40px}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul .comment-item-focus>.ac-form .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-10>ul .comment-item-focus>.ac-form .ac-reply-avatar{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul .comment-item-focus>.ac-form .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-10>ul .comment-item-focus>.ac-form .ac-reply-avatar::before{content:"";width:16px;position:absolute;left:-26px;top:-14px;height:32px;border-style:solid;border-width:0 0 2px 2px;border-bottom-color:var(--bb-content-border-color);border-left-color:var(--bb-content-border-color);border-bottom-left-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul>li>ul li::before,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul>li>ul li::before,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul>li>ul li::before,.buddypress-wrap .activity-comments.threaded-level-10>ul>li>ul li::before{content:"";width:2px;height:100%;background-color:var(--bb-content-border-color);position:absolute;left:-26px}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul>li>ul li:not(.acomments-view-more):last-of-type::before,.buddypress-wrap .activity-comments.threaded-level-10>ul>li>ul li:not(.acomments-view-more):last-of-type::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul>li>ul .activity-state-popup li::before,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul>li>ul .activity-state-popup li::before,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul>li>ul .activity-state-popup li::before,.buddypress-wrap .activity-comments.threaded-level-10>ul>li>ul .activity-state-popup li::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul>li ul .item-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul>li ul .acomment-edit .ac-reply-avatar,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul>li ul .item-avatar,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul>li ul .item-avatar,.buddypress-wrap .activity-comments.threaded-level-10>ul>li ul .acomment-edit .ac-reply-avatar,.buddypress-wrap .activity-comments.threaded-level-10>ul>li ul .item-avatar{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul>li ul .item-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul>li ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul>li ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul>li ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul>li ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-10>ul>li ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-10>ul>li ul .item-avatar::before{content:"";width:16px;position:absolute;left:-26px;top:-14px;height:32px;border-style:solid;border-width:0 0 2px 2px;border-bottom-color:var(--bb-content-border-color);border-left-color:var(--bb-content-border-color);border-bottom-left-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul .acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-10>ul .acomments-view-more::before{content:"";background-color:transparent;width:16px;position:absolute;left:-26px;top:-15px;height:32px;border-style:solid;border-width:0 0 2px 2px;border-bottom-color:var(--bb-content-border-color);border-left-color:var(--bb-content-border-color);border-bottom-left-radius:10px}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul .has-child-comments>.acomment-display::before,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-10>ul .has-child-comments>.acomment-display::before{content:"";width:2px;height:-webkit-calc(100% - 50px);height:calc(100% - 50px);background-color:var(--bb-content-border-color);position:absolute;left:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form,.buddypress-wrap .activity-comments.threaded-level-10>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form{position:relative}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-10>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before{content:"";width:2px;height:-webkit-calc(100% - 50px);height:calc(100% - 50px);background-color:var(--bb-content-border-color);position:absolute;left:14px;top:49px}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-10>ul>li>ul{margin-left:40px}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul>li>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-10>ul>li>ul>li>ul{margin-left:40px}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul>li>ul>li>ul>li>ul,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul>li>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul>li>ul>li>ul>li>ul,.buddypress-wrap .activity-comments.threaded-level-10>ul>li>ul>li>ul>li>ul{margin-left:40px}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before,.buddypress-wrap .activity-comments.threaded-level-10>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display.bp-hide+.acomment-edit-form::before,.buddypress-wrap .activity-comments.threaded-level-10>ul>li>ul>li>ul>li>ul .has-child-comments>.acomment-display::before{display:none}#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply,#buddypress .bb-media-model-wrapper .activity-comments.threaded-level-10>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply,#buddypress .buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply,#buddypress .buddypress-wrap .activity-comments.threaded-level-10>ul>li>ul>li>ul>li>ul .acomment-foot-actions .generic-button .acomment-reply{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before,.buddypress-wrap .activity-comments.threaded-level-10>ul>li>ul>li>ul>li>ul>li>ul .acomment-edit .ac-reply-avatar::before,.buddypress-wrap .activity-comments.threaded-level-10>ul>li>ul>li>ul>li>ul>li>ul .item-avatar::before{display:none}.bb-media-model-wrapper .activity-comments.threaded-level-10 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.bb-media-model-wrapper .activity-comments.threaded-level-10>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-10 .activity-actions>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before,.buddypress-wrap .activity-comments.threaded-level-10>ul>li>ul>li>ul>li>ul>li>ul .acomments-view-more::before{display:none}@media screen and (max-width:480px){.activity-list .activity-item .activity-comments>ul>li>ul>li>ul>li>ul .acomment-display .ac-emotions_list.active,.activity-list .activity-item.elementor-activity-item .activity-comments>ul>li>ul>li>ul>li>ul .acomment-display .ac-emotions_list.active{left:-40px}body:not(.bb-is-mobile) .activity-list .activity-item .activity-comments>ul>li>ul>li>ul>li>ul .acomment-display .ac-emotions_list:hover,body:not(.bb-is-mobile) .activity-list .activity-item.elementor-activity-item .activity-comments>ul>li>ul>li>ul>li>ul .acomment-display .ac-emotions_list:hover{left:-40px}.bb-media-model-wrapper .activity-list .activity-item .activity-comments>ul>li>ul>li>ul>li>ul .acomment-display .ac-emotions_list.active{left:-60px}body:not(.bb-is-mobile) .bb-media-model-wrapper .activity-list .activity-item .activity-comments>ul>li>ul>li>ul>li>ul .acomment-display .ac-emotions_list:hover{left:-60px}}@media screen and (max-width:420px){.activity-list .activity-item .activity-comments>ul>li>ul>li>ul>li>ul .acomment-display .ac-emotions_list.active,.activity-list .activity-item.elementor-activity-item .activity-comments>ul>li>ul>li>ul>li>ul .acomment-display .ac-emotions_list.active{left:-70px}body:not(.bb-is-mobile) .activity-list .activity-item .activity-comments>ul>li>ul>li>ul>li>ul .acomment-display .ac-emotions_list:hover,body:not(.bb-is-mobile) .activity-list .activity-item.elementor-activity-item .activity-comments>ul>li>ul>li>ul>li>ul .acomment-display .ac-emotions_list:hover{left:-70px}.bb-media-model-wrapper .activity-list .activity-item .activity-comments>ul>li>ul>li>ul .acomment-display .ac-emotions_list.active{left:-70px}body:not(.bb-is-mobile) .bb-media-model-wrapper .activity-list .activity-item .activity-comments>ul>li>ul>li>ul .acomment-display .ac-emotions_list:hover{left:-70px}.bb-media-model-wrapper .activity-list .activity-item .activity-comments>ul>li>ul>li>ul>li>ul .acomment-display .ac-emotions_list.active{left:-90px}body:not(.bb-is-mobile) .bb-media-model-wrapper .activity-list .activity-item .activity-comments>ul>li>ul>li>ul>li>ul .acomment-display .ac-emotions_list:hover{left:-90px}}.avatar{border-radius:50%;image-rendering:optimize-contrast}.subnav-search.members-search{float:right;margin-top:-56px;display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:370px){.subnav-search.members-search{margin-top:-10px;margin-bottom:15px}}.buddypress-wrap .subnav-search.members-search .subnav-filters{margin-top:0;margin-left:10px}#buddypress #dir-members-search{border:0;background-color:transparent;padding-left:32px;font-size:14px;height:34px}.member-status{background:var(--bb-success-color);border:2px solid var(--bb-content-background-color);border-radius:100%;position:absolute;width:12px;height:12px;right:2px;top:0}.member-status.offline{opacity:0;visibility:hidden}.grid .member-status{right:18px;top:5px;width:14px;height:14px}.single-headers .member-status{right:25px;top:14px;width:15px;height:15px}#friend-list.grid,#groups-list.grid,#members-list.grid{margin:0 -10px}#friend-list.item-list .item-avatar img,#members-list.item-list .item-avatar img{border-radius:50%}#friend-list.item-list li,#members-list.item-list li,.item-list.bp-search-results-list li,.item-list.groups-list li{margin:0;padding:0}#friend-list.item-list:not(.grid) .list-wrap,#members-list.item-list:not(.grid) .list-wrap,.item-list.bp-search-results-list:not(.grid) .list-wrap,.item-list.groups-list:not(.grid) .list-wrap{display:-webkit-box;display:-ms-flexbox;display:flex}#friend-list.item-list:not(.grid) li:first-child .list-wrap,#members-list.item-list:not(.grid) li:first-child .list-wrap,.item-list.bp-search-results-list:not(.grid) li:first-child .list-wrap,.item-list.groups-list:not(.grid) li:first-child .list-wrap{border-top-left-radius:var(--bb-block-radius);border-top-right-radius:var(--bb-block-radius)}#friend-list.item-list:not(.grid) li:last-child .list-wrap,#members-list.item-list:not(.grid) li:last-child .list-wrap,.item-list.bp-search-results-list:not(.grid) li:last-child .list-wrap,.item-list.groups-list:not(.grid) li:last-child .list-wrap{border-bottom-left-radius:var(--bb-block-radius);border-bottom-right-radius:var(--bb-block-radius)}#friend-list.item-list:not(.grid) li:last-child:first-child .list-wrap,#members-list.item-list:not(.grid) li:last-child:first-child .list-wrap,.item-list.bp-search-results-list:not(.grid) li:last-child:first-child .list-wrap,.item-list.groups-list:not(.grid) li:last-child:first-child .list-wrap{border-radius:var(--bb-block-radius)}#friend-list.item-list .list-wrap,#members-list.item-list .list-wrap,.item-list.bp-search-results-list .list-wrap,.item-list.groups-list .list-wrap{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);margin:0 0 -1px;overflow:visible;padding:15px 20px;position:relative;-webkit-transition:box-shadow linear .2s;transition:box-shadow linear .2s}#friend-list.item-list .list-wrap:hover,#members-list.item-list .list-wrap:hover,.item-list.bp-search-results-list .list-wrap:hover,.item-list.groups-list .list-wrap:hover{box-shadow:0 3px 24px 0 rgba(18,43,70,.08);position:relative;z-index:10}.user_more_option_open #friend-list.item-list .list-wrap:hover,.user_more_option_open #members-list.item-list .list-wrap:hover,.user_more_option_open .item-list.bp-search-results-list .list-wrap:hover,.user_more_option_open .item-list.groups-list .list-wrap:hover{z-index:11}#friend-list.item-list.grid .list-wrap,#members-list.item-list.grid .list-wrap,.item-list.bp-search-results-list.grid .list-wrap,.item-list.groups-list.grid .list-wrap{border-radius:var(--bb-block-radius)}#friend-list.item-list.grid .list-wrap.secondary-buttons,#members-list.item-list.grid .list-wrap.secondary-buttons,.item-list.bp-search-results-list.grid .list-wrap.secondary-buttons,.item-list.groups-list.grid .list-wrap.secondary-buttons{padding:15px 20px 52px}#friend-list.item-list.grid .list-wrap.secondary-buttons.no-secondary-buttons.no-primary-button,#members-list.item-list.grid .list-wrap.secondary-buttons.no-secondary-buttons.no-primary-button,.item-list.bp-search-results-list.grid .list-wrap.secondary-buttons.no-secondary-buttons.no-primary-button,.item-list.groups-list.grid .list-wrap.secondary-buttons.no-secondary-buttons.no-primary-button{padding-bottom:20px}#friend-list.item-list .item-avatar img,#members-list.item-list .item-avatar img,.item-list.bp-search-results-list .item-avatar img,.item-list.groups-list .item-avatar img{max-width:60px}.members-group-list li.item-entry-header+li.item-entry .list-wrap{border-top-left-radius:var(--bb-block-radius);border-top-right-radius:var(--bb-block-radius)}.members-group-list li.last-of-type .list-wrap{border-bottom-left-radius:var(--bb-block-radius);border-bottom-right-radius:var(--bb-block-radius)}body.search-results .item-list.bp-search-results-list:not(.grid) li:first-child .list-wrap{border-radius:0}body.search-results .item-list.bp-search-results-list:not(.grid) li:last-child .list-wrap{border-radius:0}#members-list.item-list.grid .list-wrap.primary-button.secondary-buttons{padding-bottom:115px}#members-list.item-list.grid .list-wrap.primary-button.no-secondary-buttons{padding-bottom:75px}#members-list.item-list.grid .list-wrap.primary-button.no-secondary-buttons .primary-action{bottom:10px}#members-list.item-list.grid .list-wrap.primary-button .primary-action{position:absolute;left:20px;right:20px;bottom:50px}body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.secondary-buttons{padding-bottom:0}body:not(.logged-in) #members-list.item-list.grid .list-wrap.primary-button.no-secondary-buttons{padding-bottom:0}#members-list.item-list.grid .list-wrap.no-primary-buttons.no-secondary-buttons{padding-bottom:22px}#members-list.item-list:not(.grid) .list-wrap{display:block}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;padding-right:40px}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-status.online{right:2px;top:2px}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner>.primary-action{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item .item-block{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;width:-webkit-calc(100% - 125px);width:calc(100% - 125px)}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item .last-activity{margin-bottom:0}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .primary-action .generic-button{margin:0}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .primary-action .generic-button>*{min-width:200px;margin-bottom:0}#members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item{-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%}#members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{margin:0 0 0 10px}@media screen and (min-width:1181px){body.my-account.my-friends.has-sidebar .bp-vertical-navs #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner{-ms-flex-wrap:wrap;flex-wrap:wrap}body.my-account.my-friends.has-sidebar .bp-vertical-navs #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:0;-ms-flex:0 0 44%;flex:0 0 44%;margin-top:15px;margin-bottom:15px}body.my-account.my-friends.has-sidebar .bp-vertical-navs #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item .item-block{width:100%;margin-bottom:10px}body.my-account.my-friends.has-sidebar .bp-vertical-navs #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .member-buttons-wrap{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-left:60px}body.my-account.my-friends.has-sidebar .bp-vertical-navs #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{margin:0 15px 0 20px;-webkit-box-flex:unset;-ms-flex:unset;flex:unset}body.my-account.my-friends.has-sidebar .bp-vertical-navs #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap>.generic-button{padding:6px 15px 7px 0}body.my-account.my-friends.has-sidebar .bp-vertical-navs #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner>.primary-action{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}}@media screen and (min-width:800px) and (max-width:1440px){body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:0;-ms-flex:0 0 44%;flex:0 0 44%;margin-top:15px}body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item .item-block{width:100%;margin-bottom:10px}body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap>.generic-button{padding:6px 15px 7px 0}body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner>.primary-action{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:0;-ms-flex:0 0 44%;flex:0 0 44%;margin-top:15px}body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .item .item-block{width:100%;margin-bottom:10px}body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap>.generic-button{padding:6px 15px 7px 0}body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner>.primary-action{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}}@media screen and (min-width:800px) and (max-width:1340px){body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner{-ms-flex-wrap:wrap;flex-wrap:wrap}body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item{-webkit-box-flex:0;-ms-flex:0 0 55%;flex:0 0 55%;margin-bottom:15px}body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .member-buttons-wrap{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-left:60px}body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{margin:0 15px 0 20px;-webkit-box-flex:unset;-ms-flex:unset;flex:unset}body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner{-ms-flex-wrap:wrap;flex-wrap:wrap}body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item .item-block{margin-bottom:10px;width:100%}}@media screen and (min-width:800px) and (max-width:1320px){body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:0;-ms-flex:0 0 44%;flex:0 0 44%;margin-top:15px}body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item .item-block{width:100%;margin-bottom:10px}body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap>.generic-button{padding:6px 15px 7px 0}body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner>.primary-action{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:0;-ms-flex:0 0 44%;flex:0 0 44%;margin-top:15px}body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .item .item-block{width:100%;margin-bottom:10px}body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap>.generic-button{padding:6px 15px 7px 0}body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-button .list-wrap-inner>.primary-action{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}}@media screen and (min-width:800px) and (max-width:1200px){body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 80px);flex:0 0 -webkit-calc(100% - 80px);flex:0 0 calc(100% - 80px);margin-bottom:10px}body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item .item-block{margin-bottom:10px;width:100%}body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .member-buttons-wrap{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;margin-left:70px}}@media screen and (min-width:800px) and (max-width:1120px){body.buddypanel-open #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 80px);flex:0 0 -webkit-calc(100% - 80px);flex:0 0 calc(100% - 80px);margin-bottom:10px}}@media screen and (min-width:800px) and (max-width:1180px){body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner{-ms-flex-wrap:wrap;flex-wrap:wrap}body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item{-webkit-box-flex:0;-ms-flex:0 0 55%;flex:0 0 55%;margin-bottom:15px}body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .member-buttons-wrap{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-left:60px}body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{margin:0 15px 0 20px;-webkit-box-flex:unset;-ms-flex:unset;flex:unset}body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner{-ms-flex-wrap:wrap;flex-wrap:wrap}body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}body:not(.buddypanel-open) #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item .item-block{margin-bottom:10px;width:100%}}@media screen and (min-width:1120px) and (max-width:1440px){body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-bottom:0;margin-top:0}body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .item .item-block{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;width:-webkit-calc(100% - 125px);width:calc(100% - 125px)}body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .member-buttons-wrap{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-left:0}body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{margin-left:0}}@media screen and (min-width:1060px) and (max-width:1440px){body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item .item-block{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;width:-webkit-calc(100% - 125px);width:calc(100% - 125px)}body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .member-buttons-wrap{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}body:not(.has-sidebar) #members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{margin-left:0}}@media screen and (min-width:800px) and (max-width:1060px){#members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:10px;margin-left:0}#members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap>.generic-button{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}#members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .member-buttons-wrap{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-left:80px}#members-list.item-list:not(.grid) .list-wrap.primary-button .list-wrap-inner .member-buttons-wrap>.primary-action{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media screen and (max-width:799px){#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-right:20px}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:0;-ms-flex:0 0 48%;flex:0 0 48%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:15px;margin-top:15px}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item .item-block{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;width:100%;margin-bottom:10px}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{margin-left:70px;-webkit-box-flex:unset;-ms-flex:unset;flex:unset}#members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}#members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .member-buttons-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1}}@media screen and (max-width:600px){#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 80px);flex:0 0 -webkit-calc(100% - 80px);flex:0 0 calc(100% - 80px)}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 80px);flex:0 0 -webkit-calc(100% - 80px);flex:0 0 calc(100% - 80px)}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}#members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 80px);flex:0 0 -webkit-calc(100% - 80px);flex:0 0 calc(100% - 80px)}#members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;margin-left:0}}@media screen and (max-width:480px){#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item{margin-top:0}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap{margin-left:78px}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap .member-button-wrap>.generic-button{padding-left:0}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-type{margin:5px 0 10px;display:block}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap .member-button-wrap .generic-button{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{margin-left:0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}#members-list.item-list:not(.grid) .list-wrap.no-primary-buttons .list-wrap-inner .item{-webkit-box-flex:1;-ms-flex:auto;flex:auto}}@media screen and (max-width:370px){#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap{margin-left:0}}#members-list.item-list:not(.grid) .list-wrap .button-wrap.member-button-wrap.footer-button-wrap .generic-button{border:0}#members-list.item-list li .bp-members-list-hook .more-action-button{display:none}#members-list.item-list li .bp-members-list-hook .generic-button{margin:10px 0 0;display:block}#members-list.item-list li .bp-members-list-hook .generic-button a{font-size:13px;display:block;padding:10px 20px;border:1px solid #e7e9ec;border-radius:5px;background-color:transparent;color:#939597;min-height:0;text-align:center;line-height:1}#members-list.item-list li .bp-members-list-hook .generic-button a:hover{color:#4c464e}#members-list.item-list:not(.grid) .has_hook_content.list-wrap{padding-right:35px}@media screen and (max-width:1240px){#members-list.item-list:not(.grid) .has_hook_content.list-wrap{padding-bottom:25px}}@media screen and (max-width:880px) and (min-width:768px){#members-list.item-list:not(.grid) li .has_hook_content .button-wrap.member-button-wrap{padding-right:6px}}@media screen and (max-width:480px){#members-list.item-list:not(.grid) li .has_hook_content .button-wrap.member-button-wrap{padding-right:6px}}#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button{position:absolute;right:0;top:27px;padding-right:10px;z-index:11;display:block}#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button i.bb-icon-menu-dots-h{font-size:20px;color:#939597}@media screen and (max-width:1240px){#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button{right:-4px}#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button i.bb-icon-menu-dots-h{font-size:24px}}@media screen and (max-width:1100px) and (min-width:768px){#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button{top:inherit;bottom:26px}}@media screen and (max-width:880px) and (min-width:768px){#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button{top:50%;bottom:inherit;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-top:-2px}}@media screen and (max-width:680px){#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button{top:inherit;bottom:27px}}@media screen and (max-width:480px){#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button{right:-1px;top:50%;bottom:inherit;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-top:-4px}}#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner{opacity:0;visibility:hidden;-webkit-transition:ease .3s;transition:ease .3s;background-color:#fff;margin-top:0;text-align:center;padding:15px;border-radius:4px;position:absolute;right:0;box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);top:70px;z-index:111}@media screen and (max-width:1100px) and (min-width:768px){#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner{top:100%;margin-top:-20px}}@media screen and (max-width:880px) and (min-width:768px){#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner{top:50%;margin-top:20px}}@media screen and (max-width:680px){#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner{top:100%;margin-top:-20px}}@media screen and (max-width:480px){#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner{top:50%;margin-top:20px}}#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner:before{content:" ";position:absolute;width:0;height:0;margin:0 auto;top:0;right:16px;box-sizing:border-box;border:8px 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:101;opacity:1;visibility:visible}#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner .generic-button{margin:0 0 15px;display:block}#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner .generic-button:last-child{margin:0}#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner .generic-button a{font-size:14px;min-height:34px;padding:6px 20px;border:1px solid #e7e9ec;color:#939597;border-radius:100px;text-align:center;min-width:140px;line-height:1.5}#members-list.item-list:not(.grid) li.active{z-index:111}#members-list.item-list:not(.grid) li.active .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner{opacity:1;visibility:visible}#members-list.item-list.grid.bp-list .item-avatar{margin-top:30px}#members-list.item-list.grid .member-type{margin-bottom:20px;margin-top:-30px;position:relative}#members-list.item-list.grid .member-type .bp-member-type{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}#members-list.item-list:not(.grid) .member-name{display:inline-block;vertical-align:middle;margin-bottom:5px}#members-list.item-list:not(.grid) .member-type{display:inline-block;margin:0 0 5px 10px;vertical-align:middle}#members-list.item-list:not(.grid) .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;position:static;background-color:transparent;-webkit-box-flex:unset;-ms-flex:unset;flex:unset;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:auto;border:0;margin:0 15px 0 0}#members-list.item-list:not(.grid) .bb_more_options.member-dropdown{top:50%;margin-top:-18px;z-index:11}#members-list.item-list:not(.grid) .bb_more_options.member-dropdown.more_option_active{z-index:12}#members-list.item-list .member-name a{font-size:18px}.item-list.groups-list .item-avatar img{max-width:75px}.buddypress-wrap #members-list li .user-update{border:0;border-radius:0;font-style:normal;font-size:13px;margin:0;padding:0;clear:both}#friend-list.grid,#groups-list.grid,#members-list.grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-bottom:0;width:auto}#friend-list.grid>li,#groups-list.grid>li,#members-list.grid>li{margin:0 0 20px;padding:0 10px}#groups-list.groups-list{padding:0;margin-top:0;margin-bottom:0}.list-title a{color:var(--bb-headings-color);display:inline-block;font-size:20px;letter-spacing:-.24px;line-height:1.2}.list-title a:hover{color:var(--bb-primary-color)}.buddypress-wrap #friend-list:not(.grid) li .user-update,.buddypress-wrap #members-list:not(.grid) li .user-update,.buddypress-wrap .groups-list:not(.grid) li .group-desc{display:none}body #bbpress-forums .bp-list .action,body #buddypress .bp-list .action{margin:0}body #bbpress-forums .bp-list .action .generic-button,body #buddypress .bp-list .action .generic-button{margin:0 10px 0 0}body #bbpress-forums .bp-list .action .generic-button:last-child,body #buddypress .bp-list .action .generic-button:last-child{margin-right:0}body #bbpress-forums .bp-list .action .generic-button button,body #buddypress .bp-list .action .generic-button button{font-size:13px;font-weight:500;min-height:32px;line-height:32px;padding:0 20px;background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);margin:5px 0;-webkit-font-smoothing:initial;-moz-font-smoothing:initial;box-shadow:none}body #bbpress-forums .bp-list .action .generic-button button:focus,body #buddypress .bp-list .action .generic-button button:focus{box-shadow:var(--bb-primary-button-focus-shadow)}body #bbpress-forums .bp-list .action .generic-button button:active,body #bbpress-forums .bp-list .action .generic-button button:focus,body #bbpress-forums .bp-list .action .generic-button button:hover,body #buddypress .bp-list .action .generic-button button:active,body #buddypress .bp-list .action .generic-button button:focus,body #buddypress .bp-list .action .generic-button 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)}body #bbpress-forums .bp-list .action .generic-button button.join-group,body #buddypress .bp-list .action .generic-button button.join-group{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular)}body #bbpress-forums .bp-list .action .generic-button button.join-group:focus,body #buddypress .bp-list .action .generic-button button.join-group:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}body #bbpress-forums .bp-list .action .generic-button button.join-group:active,body #bbpress-forums .bp-list .action .generic-button button.join-group:focus,body #bbpress-forums .bp-list .action .generic-button button.join-group:hover,body #buddypress .bp-list .action .generic-button button.join-group:active,body #buddypress .bp-list .action .generic-button button.join-group:focus,body #buddypress .bp-list .action .generic-button button.join-group: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)}body #bbpress-forums .bp-list.members-list .action .generic-button a,body #bbpress-forums .bp-list.members-list .action .generic-button button,body #buddypress .bp-list.members-list .action .generic-button a,body #buddypress .bp-list.members-list .action .generic-button button{padding:0;line-height:1.54;min-height:auto;border:0;color:var(--bb-headings-color);margin-bottom:0;box-shadow:none}body #bbpress-forums .bp-list.members-list .action .generic-button a:hover,body #bbpress-forums .bp-list.members-list .action .generic-button button:hover,body #buddypress .bp-list.members-list .action .generic-button a:hover,body #buddypress .bp-list.members-list .action .generic-button button:hover{color:var(--bb-primary-color)}.buddypress-wrap .bp-list li .list-title{margin-bottom:5px}.buddypress-wrap .bp-list li .last-activity,.buddypress-wrap .bp-list li .member-type{clear:left;line-height:1.3;letter-spacing:0;font-size:12px;font-weight:300;color:var(--bb-alternate-text-color);margin:0}.buddypress-wrap .grid>li .last-activity{font-weight:500}.buddypress-wrap .grid>li .member-type{font-weight:500;font-size:13px}.bp-list li .item .group-details,.bp-list li .item .item-avatar,.bp-list li .item .item-meta,.bp-list li .item .list-title{text-align:left}.buddypress-wrap .members-list li .list-wrap .last-activity{color:var(--bb-alternate-text-color)}.bp-list li .item-avatar{float:left;margin-right:20px}.bp-list li .item-avatar a{display:inline-block;position:relative}.bp-list li .item .item-block{margin-right:0;width:auto;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}body.logged-in .bp-list li .item .item-block{-webkit-box-flex:0;-ms-flex:0 0 55%;flex:0 0 55%}.bp-list li .item{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.buddypress-wrap #friend-list li .user-update,.buddypress-wrap #members-list li .user-update{font-size:14px}#friend-list.bp-list.grid li,#members-list.bp-list.grid li{margin-bottom:20px}#friend-list.bp-list.grid .item-avatar,#members-list.bp-list.grid .item-avatar{margin-bottom:18px;margin-top:10px}#friend-list.bp-list.grid .item-avatar a,#members-list.bp-list.grid .item-avatar a{display:inline-block}#friend-list.bp-list.grid .item-avatar img,#members-list.bp-list.grid .item-avatar img{max-width:126px;width:100%}#friend-list.bp-list.grid .action,#members-list.bp-list.grid .action{text-align:center}#friend-list.bp-list.grid .action .generic-button,#members-list.bp-list.grid .action .generic-button{margin:0}#friend-list.bp-list.grid .action .generic-button a,#friend-list.bp-list.grid .action .generic-button button,#members-list.bp-list.grid .action .generic-button a,#members-list.bp-list.grid .action .generic-button button{width:auto;float:none;margin:0 auto 12px}.buddypress-wrap .grid.bp-list>li .item .item-block{margin-bottom:0}.buddypress-wrap .grid.bp-list>li .item .item-block .member-name{margin-bottom:5px}.buddypress:not(.logged-in) .grid.groups-list .list-wrap{min-height:30px}.grid>li .list-wrap .list-title{padding:0}.buddypress-wrap .grid.bp-list>li .list-wrap{padding-bottom:15px;height:100%}.buddypress-wrap .grid.bp-list>li .action{padding:0;position:static;width:100%}#friend-list.grid .list-wrap .item-block,#members-list.grid .list-wrap .item-block{min-height:10px}#friend-list.grid .list-wrap .item-block .member-name a,#members-list.grid .list-wrap .item-block .member-name a{width:100%;overflow-wrap:break-word;word-wrap:break-word}.buddypress-wrap .grid.bp-list>li .item .user-update{text-align:center;width:100%}.grid>li .list-wrap .update{color:#737373;padding:0;font-size:13px;line-height:1.6}div#buddypress .bs-members-items.list-view .activity-read-more a{padding-left:0}div#buddypress .bs-members-items.list-view .bs-meta-bp_member_last_post,div#buddypress .bs-members-items.list-view .bs-meta-xprofile_field{line-height:1.3;overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-all;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}div#buddypress .bs-members-items.list-view .bs-meta-bp_member_last_post.normal span:not(.bs-output),div#buddypress .bs-members-items.list-view .bs-meta-xprofile_field.normal span:not(.bs-output){font-size:13px}#buddypress .bb-member-profile-card span.activity{font-size:13px}#buddypress .single-headers .item-meta span{color:var(--bb-alternate-text-color)}.buddypress-wrap .subnav-filters{margin-bottom:0;margin-top:0}.bp-secondary-header{margin-bottom:20px}.bp-secondary-header .bb-icon-grid-view-small,.bp-secondary-header .bb-icon-list-view-small,.bp-secondary-header .bb-icon-sort-desc{font-size:22px}#friend-list,#members-list{padding:0;margin:0}.buddypress-wrap .grid-filters{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:21px}.buddypress-wrap .grid-filters a{color:var(--bb-headings-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:5px;padding-right:5px;opacity:.4;-webkit-transition:.3s all;transition:.3s all}.buddypress-wrap .grid-filters a:hover{color:var(--bb-headings-color);opacity:1}.buddypress-wrap .grid-filters .active{opacity:1}a.layout-grid-view{padding-left:5px;border-right:1px solid var(--bb-content-border-color)}.buddypress-wrap .subnav-filters:after{content:"";display:table;clear:both}.buddypress-wrap .subnav-filters .bp-search{float:left}.buddypress-wrap .subnav-filters .grid-filters{padding:0;clear:right;float:right}.buddypress-wrap .subnav-filters .grid-filters a{padding-top:4px;padding-bottom:4px}.buddypress-wrap .subnav-filters .grid-filters a i{font-size:22px;line-height:1}.button-wrap.member-button-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;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.button-wrap.member-button-wrap i{font-size:22px}#buddypress .button-wrap.member-button-wrap .generic-button:not(.follow-button) a,#buddypress .button-wrap.member-button-wrap .generic-button:not(.follow-button) button{background:0 0;color:#939597;padding:0;margin:0;line-height:1;min-height:1px;border:0}#buddypress .button-wrap.member-button-wrap .generic-button:not(.follow-button) a:focus,#buddypress .button-wrap.member-button-wrap .generic-button:not(.follow-button) a:hover,#buddypress .button-wrap.member-button-wrap .generic-button:not(.follow-button) button:focus,#buddypress .button-wrap.member-button-wrap .generic-button:not(.follow-button) button:hover{color:var(--bb-primary-color);background:0 0;box-shadow:none}.followers-wrap,.following-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:14px;color:#939597;line-height:1;margin-bottom:5px;margin-top:5px}.followers-wrap strong,.following-wrap strong{color:var(--bb-body-text-color);font-weight:400;margin-right:3px}#buddypress .member-button-wrap .follow-button .follow-button{min-width:140px}#buddypress .bp-list li .generic-button{margin:0 0 0 20px}.directory.members .buddypress-wrap .subnav-filters{margin-bottom:0}.buddypress-wrap .grid.bp-list>li .item{width:100%}.bp-list:not(.grid) .only-grid-view{display:none!important}.bp-list.grid li .item{-ms-flex-flow:column;flex-flow:column}.bp-list.grid .only-list-view{display:none!important}.button-wrap.member-button-wrap.on-top{position:absolute;top:2px;right:5px}#buddypress .bp-list li .on-top .generic-button{margin:0}#buddypress .bp-list li .on-top .generic-button i{opacity:.7}#buddypress .bp-list li .on-top #send-private-message{margin:0 2px 0 0}#buddypress .only-grid-view .follow-button .follow-button{background:0 0;border:0;box-shadow:none;color:var(--bb-primary-color);line-height:1.3;min-height:1px;padding:0}#buddypress .only-grid-view .follow-button .follow-button:hover{color:var(--bb-primary-color);background-color:transparent}#buddypress .bp-list li .follow-container{margin-bottom:15px}#buddypress .bp-list li .follow-container>div{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;margin-bottom:0;color:var(--bb-alternate-text-color)}#buddypress .bp-list li .follow-container .generic-button{font-size:14px;line-height:1;margin:5px 0}#buddypress .bp-list:not(.grid) li .follow-container,#buddypress .bp-list:not(.grid) li .followers-wrap{margin:0}.bb-friend-button-tag{display:none}.member-header-actions .bb-friend-button-tag{display:inline-block}.member-header-actions .friendship-button i{display:none}.member-header-actions .friendship-button[data-balloon]:after,.member-header-actions .friendship-button[data-balloon]:before{display:none}#buddypress .bp-list li .member-button-wrap .friendship-button .bp-feedback.success{font-size:0;border:0;margin:0;padding:0;text-align:center}#buddypress .bp-list li .member-button-wrap .friendship-button .bp-feedback.success:before{content:"\ef64";font-family:bb-icons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:none;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;padding-top:3px;vertical-align:top;text-align:center;color:var(--bb-alternate-text-color);opacity:.7}#buddypress .bp-list li .member-request-list-wrap .friends-meta .bp-feedback.success{font-size:13px;font-weight:500;min-height:32px;line-height:32px;padding:0 20px;border:1px solid var(--bb-content-border-color);background:0 0;color:var(--bb-alternate-text-color);margin:5px 0;-webkit-font-smoothing:initial;border-radius:100px}#buddypress .bp-list li .member-request-list-wrap .generic-button a{font-size:13px;font-weight:500;min-height:34px;height:34px;line-height:32px}#buddypress .bp-list li .member-request-list-wrap .item-avatar .gamipress-buddypress-user-details{display:none}#buddypress .bp-list li .member-request-list-wrap .bp-feedback.error{padding:10px 20px 10px 0;position:absolute;top:0;left:20px;right:20px}#buddypress .bp-list li .member-request-list-wrap .bp-feedback.error[style*=opacity]~*{margin-top:55px}#buddypress .bp-list li .member-request-list-wrap .bp-feedback.error~.bp-feedback.error{display:none!important}#buddypress .bp-list li .member-request-list-wrap .bp-feedback.error:before{background-color:var(--bb-danger-color);border-radius:4px 0 0 4px;content:"\f534";color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:-10px 10px -10px 0;font-size:20px;font-family:dashicons;padding:0 .5em}@media screen and (max-width:1120px){#buddypress .bp-list li .member-request-list-wrap .bp-feedback.error{position:static;margin-bottom:20px}#buddypress .bp-list li .member-request-list-wrap .bp-feedback.error~*{margin-top:0!important}}.bb-template-v2 #buddypress .bp-list li .member-request-list-wrap .bp-feedback.error:before{border-radius:6px 0 0 6px}#buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{background-color:var(--bb-body-background-color);border-top:1px solid var(--bb-content-border-color);border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius);margin:0 -20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;width:100%;bottom:0}#buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap>.generic-button{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:35px;padding:10px 15px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap>.generic-button>:hover{background:0 0;border:0}#buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap>.generic-button>:hover>i{opacity:1}#buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap a,#buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap button{border:0;background:0 0}#buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap a:focus,#buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap button:focus{color:var(--bb-primary-color);opacity:1}#buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap i{opacity:.7}#buddypress .button-wrap.member-button-wrap.footer-button-wrap .generic-button{border-right:1px solid var(--bb-content-border-color)}#buddypress .button-wrap.member-button-wrap.footer-button-wrap .generic-button:last-child{border:0}#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>*{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:transparent!important;display:-webkit-box;display:-ms-flexbox;display:flex;height:24px;margin:0;min-width:auto;pointer-events:none;width:22px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>:after,#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>:before{-webkit-transition:none;transition:none}#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>*>i{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-style:normal;line-height:1;pointer-events:auto;font-weight:400}#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>*>i:before{color:var(--bb-body-text-color);font-family:bb-icons;font-size:24px}#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>.following>i:before{content:"\ee03";font-weight:300}#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>.not_following>i:before{content:"\ee03"}#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>.not_friends>i:before{content:"\ef60"}#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>.is_friend>i:before{content:"\ef56";font-weight:300}#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>.send-message>i:before{content:"\ee62"}#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>.pending_friend>i:before{content:"\ef57";font-weight:300}#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>.awaiting_response_friend>i:before{content:"\ef57";font-weight:300}#buddypress .members-list>li .primary-action .generic-button{margin:10px 0 5px;padding:0}#buddypress .members-list>li .primary-action .generic-button>*{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);font-size:14px;font-weight:500;line-height:1.8;min-height:34px;padding:6px 20px;-webkit-transition:none;transition:none;width:100%}#buddypress .members-list>li .primary-action .generic-button>:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}#buddypress .members-list>li .primary-action .generic-button>: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)}#buddypress .members-list>li .primary-action .generic-button>.not_friends,#buddypress .members-list>li .primary-action .generic-button>.send-message{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color)}#buddypress .members-list>li .primary-action .generic-button>.not_friends:focus,#buddypress .members-list>li .primary-action .generic-button>.send-message:focus{box-shadow:var(--bb-outline-button-focus-shadow)}#buddypress .members-list>li .primary-action .generic-button>.not_friends:hover,#buddypress .members-list>li .primary-action .generic-button>.send-message: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)}#buddypress .members-list>li .primary-action .generic-button>*>i{font-style:normal;line-height:1;pointer-events:none}#buddypress .members-list>li .primary-action .generic-button>*>i:before{color:inherit;font-family:bb-icons;font-size:16px;margin-right:5px}#buddypress .members-list>li .primary-action .generic-button>.following>i:before{content:"\e876";font-weight:300}#buddypress .members-list>li .primary-action .generic-button>.following:hover>i:before{content:"\ee08";position:relative;top:1px}#buddypress .members-list>li .primary-action .generic-button>.not_following>i:before{content:"\ee03";font-weight:400}#buddypress .members-list>li .primary-action .generic-button>.not_following:hover>i:before{font-weight:300}#buddypress .members-list>li .primary-action .generic-button>.awaiting_response_friend>i:before{content:"\e94e"}#buddypress .members-list>li .primary-action .generic-button>.not_friends>i:before{content:"\ef60";font-weight:400}#buddypress .members-list>li .primary-action .generic-button>.not_friends:hover>i:before{font-weight:300}#buddypress .members-list>li .primary-action .generic-button>.is_friend>i:before{content:"\ebbd"}#buddypress .members-list>li .primary-action .generic-button>.send-message>i:before{content:"\ee62";font-weight:400;font-size:15px}#buddypress .members-list>li .primary-action .generic-button>.send-message:hover>i:before{font-weight:300}#buddypress .members-list>li .primary-action .generic-button>.is_friend>i:before,#buddypress .members-list>li .primary-action .generic-button>.pending_friend>i:before{content:"\e876";font-weight:300}#buddypress .members-list>li .primary-action .generic-button>.is_friend:hover>i:before,#buddypress .members-list>li .primary-action .generic-button>.pending_friend:hover>i:before{content:"\ee08";position:relative;top:1px}.follow-container{-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.list-wrap:not(.footer-buttons-on) .follow-container{margin-top:20px}body.logged-in .bp-list li .list-wrap:not(.follow-active) .item .item-block{-webkit-box-flex:1;-ms-flex:1;flex:1}.buddypress-wrap .bb-profile-grid .subnav-filters{margin-bottom:20px}#buddypress .member-request-list-wrap #send-private-message,#buddypress .member-request-list-wrap .follow-button{display:none}.follow-container.justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.buddypress:not(.logged-in) .grid.bp-list .list-wrap{padding-bottom:15px}.button-wrap.member-button-wrap .friendship-button i{font-size:17px}.button-wrap.member-button-wrap .friendship-button .bb-icon-connection-waiting{font-size:18px}#buddypress .follow-button button{color:var(--bb-primary-button-text-regular);border-color:var(--bb-primary-button-border-regular)}#buddypress .follow-button button:hover{color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}#buddypress .follow-button button.outline{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular)}#buddypress .follow-button button.outline:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}#buddypress .follow-button button.outline: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)}#buddypress .follow-button button.outline.not_following{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color)}#buddypress .follow-button button.outline.not_following:focus{box-shadow:var(--bb-outline-button-focus-shadow)}#buddypress .follow-button button.outline.not_following: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)}#buddypress .bb_more_options_list .follow-button button,#buddypress .bb_more_options_list .follow-button button:hover,#buddypress .member-header-actions-wrap .bb_more_options_list .follow-button button,#buddypress .member-header-actions-wrap .bb_more_options_list .follow-button button:hover{border:0}.bp-members-list-hook:empty,.member-button-wrap.footer-button-wrap:empty{display:none!important}@media screen and (min-width:24em){.grid.members-list .list-wrap{min-height:40px}}@media screen and (max-width:1120px){.has-sidebar #friend-list .list-wrap.member-request-list-wrap{-ms-flex-flow:wrap;flex-flow:wrap}.has-sidebar #friend-list .friends-meta.action{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.has-sidebar #buddypress .list-wrap.member-request-list-wrap .friends-meta.action{margin-top:15px}.has-sidebar #buddypress #friend-list .action .button{min-width:100px}}@media screen and (max-width:1420px){body.has-sidebar .buddypress-wrap .grid.bp-list.members-list>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (max-width:1145px){body.has-sidebar .buddypress-wrap .grid.bp-list.members-list>li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (max-width:1240px){body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.members-list>li{-webkit-box-flex:0;-ms-flex:0 0 33%;flex:0 0 33%;max-width:33%}}@media screen and (max-width:968px){body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.members-list>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (max-width:799px){body.has-sidebar .buddypress-wrap .grid.bp-list.members-list>li,body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.members-list>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (max-width:590px){body.has-sidebar .buddypress-wrap .grid.bp-list.members-list>li,body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.members-list>li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (max-width:992px){#friend-list .list-wrap.member-request-list-wrap{-ms-flex-flow:wrap;flex-flow:wrap}#friend-list .friends-meta.action{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}body #buddypress .list-wrap.member-request-list-wrap .friends-meta.action{margin-top:15px}#buddypress #friend-list .action .button{min-width:100px}}@media screen and (max-width:980px){body #buddypress .bp-list .action{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (min-width:768px) and (max-width:1100px){body.logged-in .bp-list li .item .item-block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (min-width:768px) and (max-width:880px){body.logged-in .bp-list li .item .item-block{margin-bottom:8px}#buddypress .bp-list:not(.grid) li .follow-button{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:5px 0}}@media screen and (max-width:680px){body.logged-in .bp-list li .item .item-block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media screen and (max-width:511px){.directory.members .buddypress-wrap .subnav-filters .component-filters,.directory.members .buddypress-wrap .subnav-filters div{margin-top:0;margin-bottom:0}}@media screen and (max-width:480px){body.logged-in .bp-list li .item .item-block{margin-bottom:8px}#buddypress .bp-list:not(.grid) li .follow-button{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:5px 0}#buddypress #friend-list .action .button,.has-sidebar #buddypress #friend-list .action .button{min-width:80px}body #buddypress #friend-list .action .generic-button{margin-right:5px}.buddypress .item-list.groups-list:not(.grid) .list-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.buddypress .item-list.groups-list:not(.grid) .list-wrap .item-avatar{margin-bottom:15px}}body.buddypress.bp-user #page #primary .entry-header{display:-webkit-box;display:-ms-flexbox;display:flex}.bp-dir-hori-nav nav#object-nav{background:var(--bb-content-background-color)}.bp-dir-hori-nav nav#object-nav.bb-single-main-nav--vertical{background:var(--bb-body-background-color)}.bp-dir-hori-nav nav.horizontal{display:block;width:100%;height:auto}.buddypress-wrap nav#object-nav.horizontal .group-nav-tabs ul li.selected,.buddypress-wrap nav#object-nav.horizontal .user-nav-tabs ul li.selected{background-color:var(--bb-body-background-color)}.buddypress-wrap nav#object-nav.horizontal .group-nav-tabs ul li.selected a,.buddypress-wrap nav#object-nav.horizontal .user-nav-tabs ul li.selected a{border-bottom-color:var(--bb-body-background-color)}.bb-user-content-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1}.bb-user-content-wrap .member-social{-ms-flex-flow:row wrap;flex-flow:row wrap}.bb-user-content-wrap .member-social>.flex{margin-bottom:10px}.social-networks-wrap{white-space:nowrap}.social-networks-wrap svg path{fill:var(--bb-alternate-text-color)}.social-networks-wrap .social a{color:var(--bb-headings-color)}.social-networks-wrap .social a:hover{color:var(--bb-primary-color)}.users-header .social-networks-wrap{white-space:normal;max-width:280px;z-index:1}.users-header .social-networks-wrap span.social{width:24px}.users-header .member-social-links.left-align .social-networks-wrap span.social:nth-child(6)~span.social{margin-top:5px}.users-header .centered #item-header-content .item-meta{text-align:center}.users-header .centered.my_profile .social-networks-wrap{max-width:230px}.users-header .centered .social-networks-wrap{text-align:center}.member-title-wrap{margin:30px 0 6px}.friends-mutual-list .bp-member-type,.members-list .bp-member-type,.users-header .bp-member-type{background:var(--bb-label-background-color);border-radius:var(--bb-label-type-radius);font-size:11px;font-weight:700;color:var(--bb-label-text-color);letter-spacing:.25px;text-align:center;display:inline-block;padding:5px 15px;line-height:13.13px}.single-headers .member-header-actions-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.logged-in .single-headers .member-header-actions-wrap .bb_more_options{position:relative;top:8px;right:0;margin:36px 0 0 5px}@media screen and (max-width:980px){.logged-in .single-headers .member-header-actions-wrap .bb_more_options{margin:10px 0 20px;right:initial}}.users-header #cover-image-container .member-social-links{position:absolute;right:0;bottom:4px}.users-header #cover-image-container.left .member-social-links{bottom:5px}.users-header #cover-image-container.left .member-social-links.left-align{position:static}@media screen and (max-width:1370px){.users-header #item-header-content>.flex{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.users-header #item-header-content>.flex .member-header-actions-wrap .bb_more_options,.users-header #item-header-content>.flex .member-header-actions-wrap .member-header-actions{top:initial}.bb-template-v1 .users-header #item-header-content>.flex .member-header-actions-wrap .bb_more_options{margin-top:30px}.users-header #cover-image-container .member-social-links{position:static;margin-bottom:15px}}@media screen and (max-width:1300px){#buddypress #item-header.users-header #item-header-cover-image #item-header-content>.flex{-ms-flex-flow:column nowrap;flex-flow:column nowrap}.users-header #item-header-content>.flex .member-header-actions-wrap .member-header-actions{margin-top:0}.bb-template-v1 .users-header #item-header-content>.flex .member-header-actions-wrap .bb_more_options{margin-top:0}.bb-template-v2 .users-header #item-header-content>.flex .member-header-actions-wrap .bb_more_options{margin-top:5px}}.single-headers .member-header-actions>.generic-button{margin:5px 0 10px 2px}.buddypress .member-header-actions>.generic-button a,.buddypress .member-header-actions>.generic-button button{padding-top:0;padding-bottom:0;height:38px;line-height:38px}.buddypress .member-header-actions>.generic-button button{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular)}.buddypress .member-header-actions>.generic-button button:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.buddypress .member-header-actions>.generic-button button: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)}.buddypress .member-header-actions>.generic-button button.block-member{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)}.buddypress .member-header-actions>.generic-button button.block-member:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.buddypress .member-header-actions>.generic-button button.block-member:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}.buddypress .member-header-actions>.generic-button button.not_friends{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)}.buddypress .member-header-actions>.generic-button button.not_friends:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.buddypress .member-header-actions>.generic-button button.not_friends:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}#buddypress .member-header-actions>.generic-button a.back-to-admin,#buddypress .member-header-actions>.generic-button a.send-message,#buddypress .member-header-actions>.generic-button a.view-as{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)}#buddypress .member-header-actions>.generic-button a.back-to-admin:focus,#buddypress .member-header-actions>.generic-button a.send-message:focus,#buddypress .member-header-actions>.generic-button a.view-as:focus{box-shadow:var(--bb-primary-button-focus-shadow)}#buddypress .member-header-actions>.generic-button a.back-to-admin:hover,#buddypress .member-header-actions>.generic-button a.send-message:hover,#buddypress .member-header-actions>.generic-button a.view-as:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}#buddypress .member-header-actions>.generic-button button.not_following{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)}#buddypress .member-header-actions>.generic-button button.not_following:focus{box-shadow:var(--bb-primary-button-focus-shadow)}#buddypress .member-header-actions>.generic-button button.not_following:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}.member-header-actions-wrap .bb_more_options_list>.generic-button a,.member-header-actions-wrap .bb_more_options_list>.generic-button button{white-space:nowrap}body #buddypress .member-header-actions{padding-left:5px;margin:15px 0 0;text-align:right;overflow:visible}body #buddypress .member-header-actions a,body #buddypress .member-header-actions button{font-weight:500}body #buddypress .member-header-actions .friendship-button i{font-size:15px}body #buddypress .member-header-actions+.bb_more_options{position:relative!important;top:10px;right:initial;margin:20px 0 0 5px}body #buddypress .member-header-actions+.bb_more_options i{line-height:36px;color:var(--bb-body-text-color)}body #buddypress .member-header-actions+.bb_more_options .bb_more_options_action>i:before{line-height:0}body #buddypress .member-header-actions>.generic-button>*{-webkit-transition:none;transition:none}body #buddypress .member-header-actions>.generic-button>* i{display:inline-block;font-style:normal}body #buddypress .member-header-actions>.generic-button>* i:before{display:inline-block;font-family:bb-icons;font-size:18px;margin-right:6px}body #buddypress .member-header-actions>.generic-button>.awaiting_response_friend,body #buddypress .member-header-actions>.generic-button>.following,body #buddypress .member-header-actions>.generic-button>.is_friend,body #buddypress .member-header-actions>.generic-button>.pending_friend{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular)}body #buddypress .member-header-actions>.generic-button>.awaiting_response_friend:focus,body #buddypress .member-header-actions>.generic-button>.following:focus,body #buddypress .member-header-actions>.generic-button>.is_friend:focus,body #buddypress .member-header-actions>.generic-button>.pending_friend:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}body #buddypress .member-header-actions>.generic-button>.awaiting_response_friend:hover,body #buddypress .member-header-actions>.generic-button>.following:hover,body #buddypress .member-header-actions>.generic-button>.is_friend:hover,body #buddypress .member-header-actions>.generic-button>.pending_friend: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)}body #buddypress .member-header-actions>.generic-button>.awaiting_response_friend{border:1px solid var(--bb-primary-color)}body #buddypress .member-header-actions>.generic-button>.awaiting_response_friend i:before{content:"\ef57";font-weight:400}body #buddypress .member-header-actions>.generic-button>.following i:before{content:"\e876";font-weight:400}body #buddypress .member-header-actions>.generic-button>.following:hover i:before{content:"\ee08";font-weight:400}body #buddypress .member-header-actions>.generic-button>.not_following i:before{content:"\ee03";font-size:14px;font-weight:300}body #buddypress .member-header-actions>.generic-button>.not_friends i:before{content:"\ef60";font-weight:300}body #buddypress .member-header-actions>.generic-button>.pending_friend i:before{content:"\e876";font-weight:400}body #buddypress .member-header-actions>.generic-button>.pending_friend:hover i:before{content:"\ef64";font-weight:400}body #buddypress .member-header-actions>.generic-button>.is_friend i:before{content:"\e876";font-weight:400}body #buddypress .member-header-actions>.generic-button>.is_friend:hover i:before{content:"\ef64";font-weight:300}body #buddypress .member-header-actions>.generic-button>.send-message i:before{content:"\ee62";font-weight:300}body #buddypress .member-header-actions>.generic-button>.back-to-admin:before,body #buddypress .member-header-actions>.generic-button>.block-member:before,body #buddypress .member-header-actions>.generic-button>.view-as:before{content:"\ee69";display:inline-block;font-family:bb-icons;font-size:18px;margin-right:6px;font-weight:400}body #buddypress .member-header-actions>.generic-button>.block-member{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:7px;padding-bottom:7px}body #buddypress .member-header-actions>.generic-button>.block-member:before{content:"\ee08";font-weight:400;position:relative;top:1px}@media screen and (max-width:980px){body #buddypress .member-header-actions+.bb_more_options{margin:10px 0 20px}}#buddypress div#item-header-cover-image .user-nicename,#buddypress div#item-header-cover-image .user-nicename a{margin:0 15px 0 0;word-break:break-all}.single-headers .followers-wrap,.single-headers .following-wrap{-webkit-box-flex:initial;-ms-flex:initial;flex:initial;margin-right:20px;margin-top:6px}.single-headers .followers-wrap strong,.single-headers .following-wrap strong{font-weight:500}#member-front-widgets{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -10px}#member-front-widgets .widget{margin:10px;-webkit-box-flex:0;-ms-flex:0 0 calc(25% - 20px);flex:0 0 -webkit-calc(25% - 20px);flex:0 0 calc(25% - 20px)}#member-front-widgets ul.item-list{margin:0}#buddypress .bb-bp-invites-content{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:55px 80px}#buddypress .bb-bp-invites-content .screen-heading{font-size:22px;line-height:1.1}#buddypress .bb-bp-invites-content .invite-info{font-size:16px;color:var(--bb-alternate-text-color);letter-spacing:-.27px;line-height:1.2}#buddypress .bb-bp-invites-content label{display:block;font-size:16px;font-weight:400;color:var(--bb-alternate-text-color);letter-spacing:-.27px;line-height:1.2;margin:1.6875rem 0}#buddypress .bb-bp-invites-content textarea{height:120px;margin-bottom:0;padding:10px 15px}#buddypress .bb-bp-invites-content .bp-feedback{margin:0 0 30px}#member-invites-table{box-shadow:none;margin-bottom:0;border:0}#member-invites-table td,#member-invites-table th{padding:12px 0 12px 25px}#member-invites-table th{border-bottom:1px solid var(--bb-content-border-color);border-top:1px solid var(--bb-content-border-color)}#member-invites-table th:first-child{border-left:1px solid var(--bb-content-border-color);border-top-left-radius:var(--bb-block-radius-inner)}#member-invites-table th:last-child{border-right:1px solid var(--bb-content-border-color);border-top-right-radius:var(--bb-block-radius-inner)}#member-invites-table tr{background-color:transparent!important;border-bottom:0}#member-invites-table tr td{border-bottom:0}#member-invites-table tr td input{background-color:var(--bb-content-alternate-background-color)!important}#member-invites-table tr td:first-child{border-left:1px solid var(--bb-content-border-color)}#member-invites-table tr td:last-child{border-right:1px solid var(--bb-content-border-color)}#member-invites-table tr:first-child td{padding-top:24px}#member-invites-table tr:last-child td{border-bottom:1px solid var(--bb-content-border-color);padding-top:10px;padding-bottom:25px}#member-invites-table td.field-actions,#member-invites-table th.actions{padding:12px 0 12px 25px;text-align:left}#member-invites-table td.field-actions span,#member-invites-table th.actions span{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);border-radius:100%;padding:1px;line-height:16px;font-size:16px;text-align:center;display:inline-block;vertical-align:middle;margin-right:5px;margin-left:-15px;cursor:pointer}#member-invites-table td.field-actions span:focus,#member-invites-table th.actions span:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}#member-invites-table td.field-actions span i:before,#member-invites-table th.actions span i:before{content:"\e828";font-family:bb-icons;height:20px;width:20px;display:inline-block;font-size:20px;margin:0}#member-invites-table .field-actions-last{padding:12px 0;text-align:left}#member-invites-table .field-actions-add i:before{margin:0}#member-invites-table .field-actions-add{margin-left:7px}#member-invites-table .field-actions-add i{vertical-align:middle;display:inline-block;background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border-radius:100%;padding:5px;height:auto;width:auto;line-height:1;font-size:20px}#member-invites-table .field-actions-add i :before{content:"\eef9";font-family:bb-icons;margin:0}#member-invites-table .field-actions-add i:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover)}#buddypress #send-invite-form #wp-bp-member-invites-custom-content-editor-container{border-radius:4px;overflow:hidden}#buddypress #send-invite-form .submit{padding-top:30px}@media screen and (max-width:420px){#send-invite-form #member-invites-table{table-layout:fixed}#send-invite-form #member-invites-table th{white-space:normal;line-height:1.2}#send-invite-form #member-invites-table th.title{width:40%}#send-invite-form #member-invites-table th.title.actions{width:20%}#send-invite-form #member-invites-table td{padding:12px 5px}#send-invite-form #member-invites-table td input{max-width:100%;margin:0 5px}#send-invite-form #member-invites-table td.field-actions span{margin-right:0;margin-left:6px}#send-invite-form #member-invites-table td .field-actions-add{margin-left:2px}}.bp-invitee-status a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bp-invitee-status span{font-size:20px;width:22px;margin-right:5px}.bp-invitee-status .registered{color:inherit}#buddypress #invites-send-invite-personal-li a:before{content:"\ee62";font-family:bb-icons}#buddypress #invites-sent-invites-personal-li a:before{font-family:bb-icons;content:"\eeba"}td.field-email span,td.field-name span{word-break:break-word}.bb-template-v1 .bp-invites-container{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color)}.bb-template-v1 .bp-invites-container .bp-navs{border-bottom:1px solid var(--bb-content-border-color)}.bp-invites-container .bb-bp-invites-content .table-responsive .page-numbers{display:inline-block;vertical-align:middle;border-radius:var(--bb-block-radius-inner);margin-bottom:20px!important}.invites:not(.settings) #buddypress .bb-bp-invites-content{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:30px 50px}.invites:not(.settings) #buddypress.bp-single-vert-nav .bb-bp-invites-content{padding:30px}.bp-invites-container .bp-navs{background:0 0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:10px;border-right:0;border-radius:4px 4px 0 0;padding:0}.bp-invites-container .bp-navs a{padding-top:14px;margin:0}.bp-invites-container .bp-navs a:before{display:none}.bp-invites-container .bp-navs a:hover{background:0 0}.bp-invites-container .bp-navs .selected a{background:0 0;border-bottom:1px solid var(--bb-primary-color);font-weight:500}.bp-invites-container .bp-navs li:first-child a{margin-left:20px}#buddypress .bp-invites-container .bp-navs li{float:left}.member-header-actions.action:empty{display:none}@media only screen and (min-width:1081px){#group-activity,#user-activity{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;padding-top:0}}#secondary.no-padding-top{padding-top:0}.bp-single-vert-nav .bb-profile-grid #subnav{margin-bottom:20px}.recent-visitors{background:#fff;border:1px solid var(--bb-content-border-color);padding:20px;border-top:0}.recent-visitors h5{font-weight:500;margin-bottom:12px!important}.recent-visitors a{display:inline-block;margin-right:5px}body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs .selected a{border-bottom-color:var(--bb-primary-color)}div.bb-sso-container .bb-sso-button-default{background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color);color:var(--bb-secondary-button-text-regular);border-radius:var(--bb-button-radius)}div.bb-sso-container .bb-sso-button.bb-sso-button--client{border-radius:var(--bb-block-radius-inner)}.bb-sso-option-actions .bb-sso-action-button{color:#1e2132;background-color:var(--bb-secondary-button-background-regular);border-radius:var(--bb-button-radius)}.bb-sso-option-actions .bb-sso-action-button.active{border-color:var(--bb-content-border-color);background-color:var(--bb-content-background-color)}.bb-sso-button-auth .bb-sso-status{color:var(--bb-headings-color);background-color:var(--bb-content-alternate-background-color);border-color:var(--bb-content-border-color)}@media screen and (max-width:600px){.invite-settings.bp-tables-user{white-space:nowrap;margin-bottom:10px}}@media screen and (max-width:1200px){#member-front-widgets .widget{-webkit-box-flex:0;-ms-flex:0 0 calc(33.33% - 20px);flex:0 0 -webkit-calc(33.33% - 20px);flex:0 0 calc(33.33% - 20px)}}@media screen and (min-width:981px){body #buddypress .member-header-actions{margin:30px 0 0}}@media screen and (max-width:1080px){#buddypress .bb-bp-invites-content{padding:30px}}@media screen and (max-width:900px){#buddypress .bb-bp-invites-content{padding:20px;max-width:100%}body.invites.has-sidebar #buddypress .bb-bp-invites-content{padding:20px}}@media screen and (max-width:980px){div#item-header-content .flex{-ms-flex-flow:row wrap;flex-flow:row wrap}body #buddypress .member-header-actions{padding:0;text-align:left}body #buddypress .member-header-actions>.generic-button{float:left;margin-left:0;margin-right:10px}#member-front-widgets .widget{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 20px);flex:0 0 -webkit-calc(50% - 20px);flex:0 0 calc(50% - 20px)}}@media screen and (max-width:782px){div#item-header-content .flex{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#buddypress #item-header.users-header #item-header-cover-image #item-header-content>.flex{-ms-flex-flow:row wrap;flex-flow:row wrap}.social-networks-wrap{width:100%}.member-title-wrap{margin-top:5px}.single-headers .following-wrap{margin-right:0}body #buddypress .member-header-actions{text-align:center}body #buddypress .member-header-actions>.generic-button{float:none;margin-left:5px;margin-right:5px}.single-headers .followers-wrap,.single-headers .following-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#buddypress div#item-header-cover-image .user-nicename{margin:0 0 5px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.single-headers .activity{margin-bottom:0}}@media screen and (max-width:640px){#member-front-widgets .widget{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 20px);flex:0 0 -webkit-calc(100% - 20px);flex:0 0 calc(100% - 20px)}}.elementor-element div.item-options,.elementor-widget-wrap div.item-options,.widget.buddypress div.item-options{border-bottom:1px solid var(--bb-content-border-color);font-size:0;line-height:1;margin:-10px 0 15px;padding:0}.elementor-element div.item-options a,.elementor-widget-wrap div.item-options a,.widget.buddypress div.item-options a{color:var(--bb-body-text-color);font-size:.875rem;display:inline-block;padding-bottom:10px;margin-right:1.25rem;margin-top:10px;-webkit-animation:unset;animation:unset}.elementor-element div.item-options a:hover,.elementor-widget-wrap div.item-options a:hover,.widget.buddypress div.item-options a:hover{color:var(--bb-primary-color)}.elementor-element div.item-options a:last-child,.elementor-widget-wrap div.item-options a:last-child,.widget.buddypress div.item-options a:last-child{margin-right:0}.elementor-element div.item-options .selected,.elementor-widget-wrap div.item-options .selected,.widget.buddypress div.item-options .selected{border-bottom:1px solid var(--bb-primary-color);color:var(--bb-primary-color);margin-bottom:-1px}.widget.buddypress .bp-login-widget-user-links>div,.widget.buddypress div.item{margin:0}.widget.buddypress .bp-login-widget-user-links>div.bp-login-widget-user-link a{font-weight:500;font-size:14px;line-height:19px;color:var(--bb-headings-color)}.widget.buddypress .bp-login-widget-user-links>div.bp-login-widget-user-link a:hover{color:var(--bb-primary-color)}.elementor-widget-wp-widget-bp_core_friends_widget div.item-avatar img,.widget.buddypress div.item-avatar img{height:auto;margin:0;max-width:38px;width:100%;border-radius:100%}.widget.widget_bp_groups_widget div.item-avatar img{border-radius:4px}.widget_bp_groups_widget.buddypress div.item-avatar img{height:auto;max-width:48px;width:100%}.elementor-widget-wp-widget-bp_core_follow_follower_widget .item-avatar img,.elementor-widget-wp-widget-bp_core_follow_following_widget .item-avatar img,.elementor-widget-wp-widget-bp_core_recently_active_widget .item-avatar img,.elementor-widget-wp-widget-bp_core_whos_online_widget div.item-avatar img,.widget_bp_core_recently_active_widget.buddypress div.item-avatar img,.widget_bp_core_whos_online_widget.buddypress div.item-avatar img,.widget_bp_follow_follower_widget.buddypress div.item-avatar img,.widget_bp_follow_following_widget.buddypress div.item-avatar img{height:auto;max-width:42px;width:100%}.widget.buddypress:not(.widget_bp_groups_widget) span.activity{display:none}.widget.buddypress:not(.widget_bp_groups_widget) .GamiPress-data-popup span.activity{display:inline-block}.widget.buddypress .item-avatar a{float:none;margin-bottom:0;margin-right:0}.elementor-widget-wp-widget-bp_core_friends_widget #friends-list li,.elementor-widget-wp-widget-bp_core_members_widget #friends-list li,.elementor-widget-wp-widget-bp_core_members_widget #members-list li,.widget.buddypress #friends-list li,.widget.buddypress #members-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:100%}.elementor-element .elementor-widget-bb-groups #groups-list li,.elementor-widget-wrap .elementor-widget-bb-groups #groups-list li,.widget.buddypress #groups-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:7.5px 0;margin-bottom:0;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:100%}.elementor-element #groups-list li,.elementor-widget-wrap #groups-list li{padding:10px 0}.widget.buddypress div.item-content,.widget.buddypress div.item-meta{margin-left:0}.elementor-widget-wp-widget-bp_core_whos_online_widget .avatar-block,.widget_bp_core_recently_active_widget .avatar-block,.widget_bp_core_whos_online_widget .avatar-block{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -2px}.widget_bp_core_recently_active_widget .avatar-block{margin-bottom:20px}.elementor-widget-wp-widget-bp_core_follow_follower_widget .item-avatar,.elementor-widget-wp-widget-bp_core_follow_following_widget .item-avatar,.elementor-widget-wp-widget-bp_core_recently_active_widget .item-avatar,.elementor-widget-wp-widget-bp_core_whos_online_widget .item-avatar,.widget_bp_core_recently_active_widget .item-avatar,.widget_bp_core_whos_online_widget .item-avatar,.widget_bp_follow_follower_widget .item-avatar,.widget_bp_follow_following_widget .item-avatar{padding:4px;max-width:20%}.widget .item-list .item-avatar{margin-right:12px}.widget .item-list .item{-webkit-box-flex:1;-ms-flex:1;flex:1}.widget .item-list .item-title a{color:var(--bb-headings-color);letter-spacing:-.24px;line-height:16px}.widget .item-list .item-title a:hover{color:var(--bb-primary-color)}.widget.widget_bp_groups_widget .item-list .item-title{margin-bottom:3px}.widget.widget_bp_groups_widget .item-list .item-title a{font-size:.9375rem;font-weight:500;color:var(--bb-headings-color);letter-spacing:-.24px}.widget.widget_bp_groups_widget .item-list .item-title a:hover{color:var(--bb-primary-color)}.widget.buddypress span.activity{color:var(--bb-alternate-text-color);font-size:12px;letter-spacing:-.26px;line-height:1.2}#bbpress-forums .widget_display_replies img.avatar,#bbpress-forums .widget_display_topics img.avatar,#bbpress-forums div.bbp-template-notice img.avatar,#bbpress-forums p.bbp-topic-meta img.avatar,#bbpress-forums ul.bbp-reply-revision-log img.avatar,#bbpress-forums ul.bbp-topic-revision-log img.avatar{margin-bottom:0;border:0}.widget_display_replies>ul>li{position:relative}.widget_display_replies>ul>li.bbp-reply-topic-no-avatar{padding-left:0}.widget_display_replies>ul>li>a{font-weight:600;line-height:19px}.widget_display_replies>ul>li div.time-since{color:var(--bb-alternate-text-color);font-size:13px;font-weight:500;padding-top:5px}.widget_display_replies .bbp-author-avatar img.avatar,.widget_display_replies li>img.avatar{width:40px;height:40px;border-radius:100%;position:absolute;left:0;top:-1px}.widget_display_replies .bbp-author-avatar{display:inline-block;float:left;margin-right:10px}.widget_display_replies .bbp-author-link-sep{display:none}.widget_display_replies .bbp-reply-topic-title,.widget_display_replies .reply-author{font-weight:600}.widget_display_topics li>img.avatar{width:40px;height:40px;border-radius:100%;position:relative;top:-1px}.widget_display_topics .topic-author{font-weight:600}.widget_display_topics .bbp-forum-title{font-weight:600}.widget_display_topics ul li{font-weight:400;color:var(--bb-headings-color);font-size:14px;line-height:19px}.widget_display_topics ul li>a{font-weight:600}.widget_display_topics ul li>span{font-weight:600}.widget_display_topics ul li div.time-since{color:var(--bb-alternate-text-color);font-size:13px;font-weight:500;padding-top:5px}.widget_display_topics ul li.bbp-topic-no-avatar .bbp-topic-time{margin-left:0}.widget_display_topics .bbp-topic-author-wrapper{display:inline-block;float:left;margin-right:10px}.widget_display_topics .bbp-topic-author-wrapper img{width:36px}.bbp-stats .bbp-count{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}.bbp-stats .bbp-count strong{font-size:36px;font-weight:600;color:var(--bb-headings-color)}.bbp-stats .bbp-count i{display:none}ul.bbp-stats{margin:20px 0 0}ul.bbp-stats h4{font-size:13px;font-weight:500;line-height:16px;color:var(--bb-alternate-text-color);padding:0 10px;min-height:33px}.widget.widget_bp_core_login_widget label{font-size:16px;line-height:21px;font-weight:500;letter-spacing:-.24px}.widget.widget_bp_core_login_widget .bbp-remember-me label{font-size:14px;line-height:21px;font-weight:400;letter-spacing:-.15px}.widget.widget_bp_core_login_widget:after{content:"";display:table;clear:both}.widget.widget_bp_core_login_widget.bs-bp-login .widget-title{margin-bottom:10px}.widget.widget_bp_core_login_widget input[type=password],.widget.widget_bp_core_login_widget input[type=text]{width:100%;height:41px;line-height:41px;padding:0 12px}.widget.widget_bp_core_login_widget .forgetmenot label{font-size:14px;line-height:21px;font-weight:400;letter-spacing:-.15px}.widget.widget_bp_core_login_widget .forgetmenot .bs-styled-checkbox:checked+label:after{line-height:17px}.widget.widget_bp_core_login_widget.buddypress #bp-login-widget-form #bp-login-widget-submit{float:right;margin-top:10px;margin-right:0;font-size:14px;font-weight:500;min-width:100px;height:34px;cursor:pointer;padding:5px 20px}.widget.widget_bp_core_login_widget.buddypress #bp-login-widget-form #bp-login-widget-submit.bp-login-btn-active{background:var(--bb-primary-color)}.widget.widget_bp_core_login_widget label[for=bp-login-widget-user-login],.widget.widget_bp_core_login_widget label[for=bp-login-widget-user-pass]{position:relative}.widget.widget_bp_core_login_widget label[for=bp-login-widget-user-pass] span.label-switch{position:absolute;top:46px;right:10px;font-size:0;-webkit-transition:all .3s ease;transition:all .3s ease;cursor:pointer}.widget.widget_bp_core_login_widget label[for=bp-login-widget-user-pass] span.label-switch:after{content:"\ee69";font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;font-size:20px;color:var(--bb-body-text-color)}.widget.widget_bp_core_login_widget label[for=bp-login-widget-user-pass] span.label-switch.bb-eye:after{content:"\ee6a"}.widget.widget_bp_core_login_widget .bp-login-widget-register-link{clear:both;display:none}.widget.widget_bp_core_login_widget .bs-login-id{margin:0;text-align:center}.widget.widget_bp_core_login_widget .bs-login-id span{width:33%;border-radius:100%;position:relative;display:inline-block;background-size:cover;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%}.widget.widget_bp_core_login_widget .bs-login-id span:after{content:"";display:block;padding-bottom:100%}#bp-login-widget-form{width:100%}#bp-login-widget-form label{display:block}#bp-login-widget-form label[for=bp-login-widget-rememberme]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#bp-login-widget-form input{margin-bottom:12px}.widget_bp_core_login_widget label[for=bp-login-widget-user-login]::before{top:36px}.widget_bp_core_login_widget label[for=bp-login-widget-user-pass]::before{top:32px}.widget_bp_core_login_widget label[for=bp-login-widget-user-pass] span.label-switch{top:35px}.widget_bp_core_login_widget .forgetmenot{width:100%;margin-top:5px}.widget.bbp_widget_login label{font-size:16px;line-height:21px;font-weight:500;letter-spacing:-.24px}.widget.bbp_widget_login .bbp-remember-me label{font-size:14px;line-height:21px;font-weight:400;letter-spacing:-.15px}.widget.bbp_widget_login .bs-styled-checkbox+label:before{position:relative;top:-2px}.widget.bbp_widget_login div.bbp-submit-wrapper .button.submit{min-width:100px}.bbp_widget_login:after{content:" ";display:table;clear:both}.bbp_widget_login form.bbp-login-form{width:100%}.bbp_widget_login fieldset>legend{display:none}.bbp_widget_login input[type=password],.bbp_widget_login input[type=text]{width:100%;height:41px;line-height:41px;padding:0 12px}.bbp_widget_login .bbp-login-form .bbp-username{margin-top:0}.bbp_widget_login .bbp-login-form .bbp-password label,.bbp_widget_login .bbp-login-form .bbp-username label{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bbp_widget_login label[for=user_login],.bbp_widget_login label[for=user_pass]{display:block;margin:0 0 10px;position:relative}.bbp_widget_login label[for=user_pass] span.label-switch{position:absolute;top:46px;right:10px;font-size:0;-webkit-transition:all .3s ease;transition:all .3s ease;cursor:pointer}.bbp_widget_login label[for=user_pass] span.label-switch:after{content:"\ee69";font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;font-size:20px;color:var(--bb-body-text-color)}.bbp_widget_login label[for=user_pass] span.label-switch.bb-eye:after{content:"\ee6a"}.bbp_widget_login .bbp-remember-me{float:none;margin-top:15px}.bbp_widget_login .bbp-submit-wrapper{float:none;margin-top:10px;text-align:left}.bbp_widget_login .bbp-submit-wrapper p.lostmenot{display:none}.bbp_widget_login .bbp-submit-wrapper button{font-size:14px;font-weight:500;min-width:100px;height:34px;padding:4px 20px;cursor:pointer}.bbp_widget_login .bbp-submit-wrapper button.bp-login-btn-active{background:var(--bb-primary-color)}.bbp_widget_login .bbp-logged-in>a.user-submit{float:left;margin-right:15px}.bbp_widget_login .bbp-logged-in>a.user-submit>img{margin-right:0;border-radius:100px}.bbp_widget_login h2.widget-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bbp_widget_login .bbp-login-links{margin-top:20px;overflow:hidden;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}.bbp_widget_login .bbp-login-links a:first-child{margin-right:10px}.bbp-logged-in>a>.avatar,.buddypress-wrap.round-avatars .bbp-logged-in>a>.avatar{width:52px;height:auto;border-radius:3px}.bbp_widget_login a.button.logout-link{padding:3px 0;font-size:14px;font-weight:500;font-style:normal;line-height:1;color:var(--bb-primary-color);background:0 0;border:0;min-height:auto}.bbp_widget_login a.button.logout-link:hover{color:var(--bb-primary-color);box-shadow:none}.widget .bp-site-wide-message #message button{background:0 0;border:0;padding:0;position:absolute;min-height:1px;top:-48px;right:-7px}.widget .bp-site-wide-message #message button span{font-size:0;line-height:1;display:block}.widget .bp-site-wide-message #message button span:before{content:"\e828";color:#fff;font-family:bb-icons;font-size:26px;font-style:normal;font-weight:100;display:inline-block;text-decoration:inherit;text-align:center;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.widget .bp-site-wide-message #message p{margin:0;padding-right:0;position:static}.widget .bp-site-wide-message #message p strong{font-weight:600;font-size:12px;color:var(--bb-headings-color);letter-spacing:.25px;line-height:16px;text-transform:uppercase;margin-bottom:-8px;display:block}.bp-site-wide-message{position:relative}div#groups-list-options{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}.bb-widget-dropdown{margin-left:auto;position:relative}.bb-widget-dropdown i.bb-icon-menu-dots-v{position:relative;top:-2px;font-size:20px;margin-bottom:-5px;display:block}.widget_bp_core_recently_active_widget .widget-title{display:-webkit-box;display:-ms-flexbox;display:flex}.widget_bp_core_recently_active_widget .widget-title a.bs-widget-reload{color:#939597;margin-left:auto}.more-block{text-align:center;text-transform:capitalize;margin:10px 0 0;display:block;height:18px;font-size:14px;line-height:21px}.more-block a.count-more{cursor:pointer;padding-left:10px}.more-block a.count-more .bb-icon-angle-right{line-height:17px;display:inline-block}.more-block .bb-icon-angle-right:before{font-size:18px;vertical-align:bottom;margin-left:.1em;margin-right:0}.elementor-widget-wp-widget-bp_core_whos_online_widget .item-avatar a,.widget_bp_core_whos_online_widget .item-avatar a{display:inline-block}.elementor-widget-wp-widget-bp_core_whos_online_widget .item-avatar a .member-status,.widget_bp_core_whos_online_widget .item-avatar a .member-status{width:13px;height:13px;right:1px;top:3px;border:2px solid var(--bb-content-background-color)}.elementor-widget-wp-widget-bp_core_whos_online_widget .item-avatar a .member-status.online,.widget_bp_core_whos_online_widget .item-avatar a .member-status.online{background-color:var(--bb-success-color)}.elementor-widget-wp-widget-bp_core_whos_online_widget .item-avatar a .member-status.offline,.widget_bp_core_whos_online_widget .item-avatar a .member-status.offline{background-color:#bdbdbd}.elementor-widget-wp-widget-bp_core_members_widget #members-list .item-avatar,.widget_bp_core_members_widget #members-list .item-avatar{position:relative}.elementor-widget-wp-widget-bp_core_members_widget #members-list .item-avatar a,.widget_bp_core_members_widget #members-list .item-avatar a{display:inline-block}.elementor-widget-wp-widget-bp_core_members_widget #members-list .item-avatar a .member-status,.widget_bp_core_members_widget #members-list .item-avatar a .member-status{width:13px;height:13px;right:-3px;top:1px;border:2px solid var(--bb-content-background-color)}.elementor-widget-wp-widget-bp_core_members_widget #members-list .item-avatar a .member-status.online,.widget_bp_core_members_widget #members-list .item-avatar a .member-status.online{background-color:var(--bb-success-color)}.elementor-widget-wp-widget-bp_core_members_widget #members-list .item-avatar a .member-status.offline,.widget_bp_core_members_widget #members-list .item-avatar a .member-status.offline{background-color:#bdbdbd}.widget_bp_core_members_widget #members-list .member_last_visit{font-size:12px;color:var(--bb-alternate-text-color)}.widget.buddypress #network-list li{display:-webkit-box;display:-ms-flexbox;display:flex}.widget.buddypress #network-list li .item-title a{letter-spacing:0;color:var(--bb-headings-color)}.widget.buddypress #network-list li .item-data{color:var(--bb-headings-color)}.widget.buddypress #network-list li .item-data .netowrk-post-activity{color:#939597}.widget.buddypress #network-list li div.item-avatar img{width:28px;height:28px}.widget.buddypress #network-list li .data-photo{max-width:60%;margin:5px 0}.widget.buddypress #network-list li .data-photo a{border-radius:3px}.netowrk-post-type{color:#939597}a.button.logout-link{padding:6px 15px;min-height:20px;font-size:12px;font-weight:600;font-style:normal;line-height:1}body.buddypress .buddypress-wrap .bbp-logged-in h5{margin-top:4px;margin-bottom:0}#buddypress .bbp_widget_login a.button.logout-link,.buddypress .buddypress-wrap .bbp_widget_login a.button.logout-link{padding:3px 0;font-size:13px;font-weight:500;font-style:normal;line-height:1;color:var(--bb-primary-color);background:0 0;border:0;min-height:auto}#buddypress .bbp_widget_login a.button.logout-link:hover,.buddypress .buddypress-wrap .bbp_widget_login a.button.logout-link:hover{color:#0f74e0}.bp-login-widget-user-logout a.logout{padding:3px 0;font-weight:500;font-style:normal;line-height:1}.single .hentry .buddypress.widget .activity-list blockquote{background:0 0;color:var(--bb-body-text-color)}.single .hentry .buddypress.widget .activity-list blockquote:before{display:none}.elementor-widget-wp-widget-bp_core_follow_follower_widget .avatar-block,.elementor-widget-wp-widget-bp_core_follow_following_widget .avatar-block,.elementor-widget-wp-widget-bp_core_recently_active_widget .avatar-block,.widget_bp_follow_follower_widget .avatar-block,.widget_bp_follow_following_widget .avatar-block{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -2px}#buddypress .widget .mc4wp-form-fields p,.buddypress .buddypress-wrap .widget .mc4wp-form-fields p,.widget .mc4wp-form-fields p{display:-webkit-box;display:-ms-flexbox;display:flex}#buddypress .widget .mc4wp-form-fields input[type=submit],.buddypress .buddypress-wrap .widget .mc4wp-form-fields input[type=submit],.widget .mc4wp-form-fields input[type=submit]{font-size:14px;padding:0 10px;border-radius:0 3px 3px 0}#buddypress .widget .mc4wp-form-fields input[type=submit]:disabled,.buddypress .buddypress-wrap .widget .mc4wp-form-fields input[type=submit]:disabled,.widget .mc4wp-form-fields input[type=submit]:disabled{background:#d0d4d8}#buddypress .widget .mc4wp-form-fields input[type=submit][disabled=disabled],.buddypress .buddypress-wrap .widget .mc4wp-form-fields input[type=submit][disabled=disabled],.widget .mc4wp-form-fields input[type=submit][disabled=disabled]{background:#d0d4d8;color:#fff;border:1px solid transparent}#buddypress .widget .mc4wp-form-fields input[type=email],.buddypress .buddypress-wrap .widget .mc4wp-form-fields input[type=email],.widget .mc4wp-form-fields input[type=email]{border-radius:3px 0 0 3px;border-right:0;font-size:14px;letter-spacing:-.24px;min-width:160px}.widget_display_topics ul li{margin-bottom:15px}.widget_display_topics ul img.avatar{border-radius:50%}body.buddypress .buddypress-wrap .bb-recent-posts h4{margin:0}#buddypress .widget_display_search input#bbp_search_submit{display:none}.buddypress-wrap.round-avatars .widget:not(.widget_bp_core_members_widget) .avatar{border-radius:3px}.buddypress-wrap .widget.widget_bps_widget .standard-form label{font-weight:400;margin-top:0}.buddypress-wrap .widget.widget_bps_widget .standard-form .submit{padding-top:0}.widget.widget_bps_widget .ui-accordion .ui-accordion-header,.widget.widget_bps_widget.ui-accordion .ui-accordion-header,div[id*=bps_accordion_form] .ui-accordion .ui-accordion-header,div[id*=bps_accordion_form].ui-accordion .ui-accordion-header{padding-left:30px}.widget.widget_bps_widget .ui-accordion .ui-accordion-content,.widget.widget_bps_widget.ui-accordion .ui-accordion-content,div[id*=bps_accordion_form] .ui-accordion .ui-accordion-content,div[id*=bps_accordion_form].ui-accordion .ui-accordion-content{padding:1em}.widget.widget_bps_widget .ui-accordion-header .ui-icon-minus,.widget.widget_bps_widget .ui-accordion-header .ui-icon-plus,div[id*=bps_accordion_form] .ui-accordion-header .ui-icon-minus,div[id*=bps_accordion_form] .ui-accordion-header .ui-icon-plus{background-image:none;text-indent:initial;margin-top:-7px}.widget.widget_bps_widget .ui-accordion-header .ui-icon-minus:after,.widget.widget_bps_widget .ui-accordion-header .ui-icon-plus:after,div[id*=bps_accordion_form] .ui-accordion-header .ui-icon-minus:after,div[id*=bps_accordion_form] .ui-accordion-header .ui-icon-plus:after{font-family:bb-icons;display:inline-block;width:16px;height:16px;font-style:normal;font-weight:400;speak:none;text-decoration:inherit;text-align:center;font-variant:normal;text-transform:none;line-height:1em;font-size:16px;position:absolute;left:0;top:0}.widget.widget_bps_widget .ui-accordion-header .ui-icon-plus:after,div[id*=bps_accordion_form] .ui-accordion-header .ui-icon-plus:after{content:"\eef9"}.widget.widget_bps_widget .ui-accordion-header .ui-icon-minus:after,div[id*=bps_accordion_form] .ui-accordion-header .ui-icon-minus:after{content:"\eed8"}.widget.widget_bps_widget .ui-widget,.widget.widget_bps_widget.ui-widget,div[id*=bps_accordion_form] .ui-widget,div[id*=bps_accordion_form].ui-widget{font-family:inherit}.widget.widget_bps_widget .ui-accordion-content .bps-selectbox select,.widget.widget_bps_widget .ui-accordion-content input[type=search],div[id*=bps_accordion_form] .ui-accordion-content .bps-selectbox select,div[id*=bps_accordion_form] .ui-accordion-content input[type=search]{width:100%}.widget.widget_bps_widget .ui-accordion-content label,div[id*=bps_accordion_form] .ui-accordion-content label{display:inline-block;margin-bottom:5px;font-weight:400}.widget.widget_bps_widget .ui-state-default,div[id*=bps_accordion_form] .ui-state-default{background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color);color:inherit}.widget.widget_bps_widget .ui-state-focus,div[id*=bps_accordion_form] .ui-state-focus{background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color)}.widget.widget_bps_widget .ui-state-active,div[id*=bps_accordion_form] .ui-state-active{background:var(--bb-primary-color);border-color:var(--bb-primary-color);color:#fff}.widget.widget_bps_widget .bps-description,div[id*=bps_accordion_form] .bps-description{color:var(--bb-alternate-text-color)}.widget.widget_bps_widget .ui-corner-all,div[id*=bps_accordion_form] .ui-corner-all{border-radius:var(--bb-input-radius)}.widget.widget_bps_widget .ui-corner-top,div[id*=bps_accordion_form] .ui-corner-top{border-top-right-radius:var(--bb-input-radius);border-top-left-radius:var(--bb-input-radius)}.widget.widget_bps_widget .ui-corner-bottom,div[id*=bps_accordion_form] .ui-corner-bottom{border-bottom-right-radius:var(--bb-block-radius-inner);border-bottom-left-radius:var(--bb-block-radius-inner)}.widget_sfwd-quiz-widget li h4,body.buddypress .buddypress-wrap .widget_sfwd-quiz-widget li h4{margin-bottom:10px}#buddypress .widget_search .search-submit{display:none}.widget_nav_menu.buddypress_object_nav{overflow:hidden}.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical{width:100%;min-height:auto}.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical li.selected{background:0 0}.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical li a{padding:2px 0}.widget_nav_menu.buddypress_object_nav nav#object-nav,.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical{padding-left:0;padding-right:0;background-color:transparent;border:0;margin-bottom:0}.widget_nav_menu.buddypress_object_nav nav#object-nav .more-button,.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical .more-button{display:none}.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical>ul>li,.widget_nav_menu.buddypress_object_nav nav#object-nav>ul>li{padding-right:0;float:none}.widget_nav_menu.buddypress_object_nav nav#object-nav ul.sub-menu,.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical ul.sub-menu{margin-left:0}.widget_nav_menu.buddypress_object_nav nav#object-nav ul.sub-menu a,.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical ul.sub-menu a{padding:8px 0}.widget_nav_menu.buddypress_object_nav nav#object-nav ul.sub-menu a:hover,.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical ul.sub-menu a:hover{background:0 0}.widget_nav_menu.buddypress_object_nav nav#object-nav ul.sub-menu .selected>a,.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical ul.sub-menu .selected>a{background:0 0}.widget .bp-navs ul li{margin-bottom:10px}.bp-profile-search-widget{margin-bottom:.9375rem;padding:0}.bp-profile-search-widget .bps-form-title{font-weight:600;border-bottom:1px solid rgba(0,0,0,.06);margin:0;padding:1.125rem 1.25rem}.bp-profile-search-widget .bps-form{margin:0;padding:1.125rem 1.25rem 1.375rem}.bp-profile-search-widget .bps-label{font-size:14px;font-weight:400;margin-bottom:8px;display:block}.bp-profile-search-widget .bps-label strong{font-weight:400}.bp-profile-search-widget label{font-size:14px;font-weight:400}.bp-profile-search-widget .bp-checkbox-wrap label,.bp-profile-search-widget .bp-radio-wrap label{color:var(--bb-headings-color);text-transform:none;font-size:15px;font-weight:500}.bp-profile-search-widget .bp-checkbox-wrap label:after{font-weight:400;top:1px}.bp-profile-search-widget input[type=search]{background:0 0;padding-left:12px;width:100%}.bp-profile-search-widget p.bps-description{margin:5px 0;font-size:12px;color:var(--bb-headings-color)}.bp-profile-search-widget .bp-checkbox-wrap,.bp-profile-search-widget .bp-radio-wrap{margin-bottom:0}.bp-profile-search-widget .submit-wrapper input{min-width:140px;font-size:14px;font-weight:500}.bp-profile-search-widget .bp-field-wrap input:not([type=checkbox],[type=radio]){width:100%}.bp-profile-search-widget .clear-from-wrap{margin-bottom:20px}.bp-profile-search-widget .bp-heading-field-wrap{background:var(--bb-content-alternate-background-color);border-top:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color);margin:0 -20px 20px;padding:12px 20px}.bp-profile-search-widget .bp-heading-field-wrap strong{text-transform:uppercase;font-size:.75rem;font-weight:600;color:var(--bb-headings-color)}.bp-profile-search-widget .bp-heading-field-wrap p.bps-description{margin:5px 0 0}.bp-profile-search-widget .date-label{display:block;margin-bottom:5px}.bp-profile-search-widget .date-wrapper select{margin-bottom:10px}.buddypress.widget ul.item-list{margin:0}.buddypress.widget ul.item-list li .item-avatar .avatar{width:100%}.elementor-widget-wp-widget-bp_latest_activities .activity-link-preview-image,.widget.activity_update .activity-link-preview-image{max-width:100%}.elementor-widget-wp-widget-bp_latest_activities .activity-link-preview-content,.widget.activity_update .activity-link-preview-content{clear:both;padding:0}.elementor-widget-wp-widget-bp_latest_activities .activity-link-preview-title,.widget.activity_update .activity-link-preview-title{font-style:normal;margin-bottom:5px;margin-right:0}.elementor-widget-wp-widget-bp_latest_activities footer cite,.widget.activity_update footer cite{margin-right:12px}.elementor-widget-wp-widget-bp_latest_activities .activity-list>div,.widget.activity_update .activity-list>div{margin-bottom:15px}.elementor-widget-wp-widget-bp_latest_activities .activity-list>div:last-of-type,.widget.activity_update .activity-list>div:last-of-type{margin-bottom:0}.elementor-widget-wp-widget-bp_latest_activities .activity-list>div p,.widget.activity_update .activity-list>div p{margin-bottom:10px}.elementor-widget-wp-widget-bp_latest_activities .activity-list img,.widget.activity_update .activity-list img{margin-bottom:0}.elementor-widget-wp-widget-bp_latest_activities .view.activity-time-since,.widget.activity_update .view.activity-time-since{font-style:normal;font-weight:500;font-size:13px}.elementor-widget-wp-widget-bp_latest_activities footer,.widget.activity_update footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-wp-widget-bp_latest_activities .activity-update .update-item,.widget.activity_update .activity-update .update-item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-wp-widget-bp_latest_activities .activity-update .update-item a[href=""],.widget.activity_update .activity-update .update-item a[href=""]{cursor:default}.elementor-widget-wp-widget-bp_latest_activities .activity-update p,.widget.activity_update .activity-update p{color:var(--bb-alternate-text-color)}.elementor-widget-wp-widget-bp_latest_activities .activity-update p a[href]:not([href=""]):not(.activity-time-since),.widget.activity_update .activity-update p a[href]:not([href=""]):not(.activity-time-since){color:var(--bb-headings-color);font-weight:500}.elementor-widget-wp-widget-bp_latest_activities .activity-update p a[href]:not([href=""]):not(.activity-time-since):hover,.widget.activity_update .activity-update p a[href]:not([href=""]):not(.activity-time-since):hover{color:var(--bb-primary-color)}.elementor-widget-wp-widget-bp_latest_activities .activity-update .activity-time-since,.widget.activity_update .activity-update .activity-time-since{display:block;font-size:12px;color:var(--bb-headings-color);margin-top:5px}.elementor-widget-wp-widget-bp_latest_activities .activity-update .activity-time-since:hover,.widget.activity_update .activity-update .activity-time-since:hover{color:var(--bb-primary-color)}.buddypress.widget .activity-update .update-item cite{-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px}.buddypress.widget .activity-update .update-item cite{-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px}.buddypress.widget .activity-update .bp-activity-info{max-width:-webkit-calc(100% - 50px);max-width:calc(100% - 50px)}.buddypress.widget .activity-update .bp-activity-info>p{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.buddypress.widget .activity-update .bp-activity-info>p a.activity-time-since{display:inline-block;width:100%}.buddypress.widget .activity-update .bp-activity-info>p>.activity-to{margin-right:3px}.buddypress.widget .activity-update .bp-activity-info p a:not(.activity-time-since){white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;max-width:100%;margin-right:3px}.widget.bp-latest-activities .activity-update{color:var(--bb-alternate-text-color);font-size:14px;letter-spacing:-.24px;margin-bottom:20px}.widget.bp-latest-activities a{color:var(--bb-headings-color);font-style:normal}.widget.bp-latest-activities a:hover{color:var(--bb-primary-color)}.widget.bp-latest-activities p{margin-bottom:0}.widget-area .widget.bp-latest-activities .activity-update p img{max-width:15px;vertical-align:text-bottom;margin-right:5px;margin-left:2px}.widget.widget_block .twitter-tweet{word-break:break-word}.widget .bs-forums-items>li{margin-bottom:0}.widget .bbp-forum-form .bp-forum-settings{-ms-flex-flow:column;flex-flow:column}.widget ul a.subscription-toggle{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color)}.widget ul a.subscription-toggle:focus{box-shadow:var(--bb-outline-button-focus-shadow)}.widget ul a.subscription-toggle: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);box-shadow:none}.widget ul a.subscription-toggle: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);box-shadow:0 0 1px 2px rgba(0,0,0,.05),inset 0 0 0 2px rgba(0,0,0,.08)}.widget ul a.subscription-toggle.disabled,.widget ul a.subscription-toggle:disabled{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color);opacity:.5;pointer-events:none;cursor:default}.widget .bbp-forum-buttons-wrap{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.widget .bbp-forum-buttons-wrap>*{margin-left:0;margin-right:5px}.widget #bbpress-forums#bbpress-forums .bs-forums-items .bs-section-title{margin-bottom:10px}.widget .bbp-reply-form fieldset.bbp-form legend{font-size:20px;font-weight:500;color:var(--bb-headings-color);display:block;letter-spacing:-.24px;line-height:1.2;margin-bottom:0;padding:0}.widget .bbp-reply-form fieldset.bbp-form-anonymous{margin-top:15px}.widget .bbp-reply-form fieldset.bbp-form-anonymous legend{margin-bottom:20px}.widget .bbp-forum-form #whats-new-attachments,.widget .bbp-forum-form #whats-new-toolbar,.widget .bbp-reply-form #whats-new-attachments,.widget .bbp-reply-form #whats-new-toolbar,.widget .bbp-topic-form #whats-new-attachments,.widget .bbp-topic-form #whats-new-toolbar{padding-left:0;padding-right:0}.widget .bbp-forum-form .bbp_topic_title_wrapper,.widget .bbp-reply-form .bbp_topic_title_wrapper,.widget .bbp-topic-form .bbp_topic_title_wrapper{margin-bottom:15px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.widget .bbp-forum-form .new_topic_title_avatar,.widget .bbp-reply-form .new_topic_title_avatar,.widget .bbp-topic-form .new_topic_title_avatar{margin-right:10px}.widget .bbp-forum-form #bbp-close-btn,.widget .bbp-reply-form #bbp-close-btn,.widget .bbp-topic-form #bbp-close-btn{display:none}.widget #bbpress-forums fieldset.bbp-form{margin-top:0}.widget #bbpress-forums fieldset.bbp-form label{color:var(--bb-headings-color);letter-spacing:normal}.widget .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar,.widget .bbp-reply-form #whats-new-toolbar .medium-editor-toolbar,.widget .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar{left:30px}.widget .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar.active,.widget .bbp-reply-form #whats-new-toolbar .medium-editor-toolbar.active,.widget .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active{z-index:10}.widget .bbp-forum-form .bbp-form label,.widget .bbp-reply-form .bbp-form label,.widget .bbp-topic-form .bbp-form label{color:var(--bb-headings-color);font-size:15px;letter-spacing:-.24px;margin-bottom:5px;line-height:1.187}.widget .bbp-forum-form ul.medium-editor-toolbar-actions .medium-editor-action b,.widget .bbp-reply-form ul.medium-editor-toolbar-actions .medium-editor-action b,.widget .bbp-topic-form ul.medium-editor-toolbar-actions .medium-editor-action b{width:20px}.widget .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions button,.widget .bbp-reply-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions button,.widget .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar .medium-editor-toolbar-actions button{padding:10px 3px;min-width:28px}.widget .bbp-forum-form #whats-new-toolbar .medium-editor-toolbar{top:unset}.widget .bb-content-area.bs-replies-wrapper .bb-grid{-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}.widget #bbpress-forums .bs-single-forum-list>li{border:0}.widget fieldset.bbp-form .bbp-submit-wrapper .button.submit{margin-left:0}.widget #bbpress-forums{margin-bottom:0}.widget fieldset.bbp-form{margin:0}.widget.widget_block:empty{display:none}.subnav-search.groups-search{float:right;margin-top:-56px}.bs-groups-items{margin-bottom:0}.bs-groups-items .item-title a{margin-bottom:8px;display:inline-block}.bs-groups-items .item-meta p{margin-bottom:7px}.bs-groups-items .item-meta p:last-child{margin:0}.bs-groups-items span.status{text-transform:capitalize}.bs-groups-items .item-desc{font-size:14px;color:var(--bb-body-text-color);line-height:1.35;-webkit-box-flex:1;-ms-flex:1;flex:1;padding-right:30px;display:block;display:-webkit-box;height:2.69em;margin:0 auto;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.bs-groups-items .item-desc:after{content:" ";display:inline-block;vertical-align:middle}.bs-groups-items .action{margin-left:auto}.bs-groups-items.list-view .item-title-wrap{min-width:0}.bs-groups-items.list-view .item-title a{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.group-item-avatar{background:#fff;border:3px solid #fff;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px var(--bb-content-border-color);border-radius:1px;display:inline-block}a.group-item-avatar{border-radius:3px}a.group-item-avatar .avatar{max-width:100%}.bs-groups-items.grid-view .bs-item-list-inner{padding-bottom:14px;text-align:left}.bs-groups-items.grid-view .item-avatar{margin-top:-50px;position:relative;max-width:75px;width:100%}.bs-groups-items.grid-view span.status{font-size:13px;color:#939597;letter-spacing:-.24px}.bs-groups-items.grid-view .item-title{margin-bottom:15px}.bs-groups-items.grid-view .item-title a{margin-bottom:0}.bs-group-head{margin-bottom:6px}.btn-group{color:var(--bb-primary-color);font-size:13px;line-height:1.1875;letter-spacing:-.24px;font-weight:500;cursor:pointer}.buddypress-wrap ul.bp-list.groups-dir-list .list-wrap .item-meta-wrap .item-meta.group-details>span{font-size:13px}.buddypress-wrap .item-list.groups-list .item-meta{font-size:13px;font-weight:400;color:var(--bb-alternate-text-color)}.buddypress-wrap .item-list.groups-list .invite-message{margin-top:5px;font-size:14px;font-style:italic}body #buddypress .bp-list .action .generic-button .leave-group,body #buddypress .bp-list .action .generic-button .membership-requested{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)}body #buddypress .bp-list .action .generic-button .leave-group:focus,body #buddypress .bp-list .action .generic-button .membership-requested:focus{box-shadow:var(--bb-primary-button-focus-shadow)}body #buddypress .bp-list .action .generic-button .leave-group:hover,body #buddypress .bp-list .action .generic-button .membership-requested:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}body #buddypress .bp-list .action .generic-button .membership-requested{min-width:140px}.item-desc.group-item-desc{-ms-flex-item-align:center;align-self:center;-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:14px;line-height:1.4;padding-right:20px}.buddypress-wrap .groups-list .item-desc.group-item-desc p{margin:0;max-width:85%}#buddypress .bp-list.groups-list li .list-wrap .item .item-block{-webkit-box-flex:0;-ms-flex:0 0 28%;flex:0 0 28%;margin-bottom:20px}#buddypress .bp-list.groups-list li .list-wrap .item .item-block .groups-title a{width:100%;overflow-wrap:break-word;word-wrap:break-word}#buddypress .bp-list.groups-list.centered li .list-wrap .item .item-block{padding-right:0}#buddypress .bp-list.groups-list:not(.grid) li .list-wrap .item .item-block{margin-bottom:0}.groups-loop-buttons{-ms-flex-item-align:center;align-self:center;min-width:140px}#groups-order-select,.bp-groups-filter-wrap #dir-filters,div#groups-order-select .select-wrap{margin-top:0;margin-bottom:0}@media (hover:none){.entry-content .bs-group-head a.btn-group:not(.button):hover{color:var(--bb-primary-color)}}#buddypress .group-title{line-height:1;margin:6px 0 2px}.bs-group-members{display:inline-block;margin-right:12px}.bs-group-members img{border:1px solid #fff;max-width:24px;display:inline-block;margin-right:-8px;position:relative;z-index:3}.bs-group-members img:nth-child(2){z-index:2}.bs-group-members img:nth-child(3){z-index:1}a.bb-more{display:inline-block}a.bb-more i:before{margin:0;font-size:19px;line-height:.5;position:relative;top:3px;left:-7px;opacity:.7}.members-count{color:var(--bb-body-text-color)}.bs-groups-items .bs-item-list-inner .item-meta{font-size:12px}.bs-groups-directory .bs-item-list-tabs{clear:both}#groups-list.bp-list .avatar{border-radius:3px}#groups-list.bp-list .group-avatar-wrap{min-height:81px;min-width:81px}#groups-list.bp-list .bs-group-members{margin-bottom:0}.elementor-widget-wrap .buddypress-wrap.bp-shortcode-wrap .subnav-filters{margin:25px 0}.elementor-widget-wrap #groups-list.bp-list li{padding:0 9px;margin:0 0 20px;display:list-item}.elementor-widget-wrap #groups-list.bp-list li .item{line-height:inherit}.elementor-widget-wrap #groups-list.bp-list li .item-avatar{-webkit-box-flex:0;-ms-flex:none;flex:none;margin-right:0}.elementor-widget-wrap #groups-list.bp-list li .bs-group-members img{max-width:24px;border-radius:50%;border:1px solid #fff}.elementor-widget-wrap #groups-list.bp-list:not(.grid) .item-avatar{margin-right:20px}#groups-list.bp-list.grid.bb-cover-enabled .item-avatar{text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex}#groups-list.bp-list.grid.bb-cover-enabled .item-avatar .group-avatar-wrap{margin-top:-47px}#groups-list.bp-list.grid.bb-cover-enabled .item-avatar img{max-width:75px;width:100%}#groups-list.bp-list.grid.bb-cover-enabled .item-avatar .generic-button{text-align:right}#groups-list.bp-list.grid.bb-cover-enabled .item-avatar .generic-button .group-button{line-height:1.3;min-height:1px;padding:0;border:0;border-radius:0;min-width:1px;width:auto;background:0 0;box-shadow:none;margin:5px 0 5px auto;font-size:14px;color:var(--bb-primary-color);-webkit-transition:all linear .2s;transition:all linear .2s}#groups-list.bp-list.grid.bb-cover-enabled .item-avatar .generic-button .group-button:hover{color:var(--bb-primary-color)}#groups-list.bp-list.grid.bb-cover-enabled .item-avatar .generic-button .group-button span{font-size:0}#groups-list.bp-list.grid.bb-cover-enabled .item-avatar .generic-button .group-button span:before{content:"\e876";font-family:bb-icons;speak:none;font-size:14px;margin-right:5px;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased}#groups-list.bp-list.grid.bb-cover-enabled .item-meta,#groups-list.bp-list.grid.bb-cover-enabled .list-title{text-align:left}#groups-list.bp-list.grid.bb-cover-enabled .groups-loop-buttons{-ms-flex-item-align:end;align-self:flex-end;min-width:1px;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:5px}#groups-list.bp-list.grid.bb-cover-enabled .groups-loop-buttons .group-button{text-align:right}.buddypress-wrap ul.bp-list.groups-dir-list.grid .list-wrap{border-radius:var(--bb-block-radius)}.buddypress-wrap ul.bp-list.groups-dir-list .bs-group-cover a{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}#groups-list.bp-list .item-entry .list-wrap{padding:0;background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color)}#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:27px}#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap{display:block;min-width:auto}#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .generic-button{margin-bottom:0}#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button){background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);cursor:pointer;font-size:13px;float:right;letter-spacing:-.24px;line-height:28px;margin:0;min-height:30px;min-width:initial;padding:0 12px;text-align:center;text-transform:capitalize;width:auto;white-space:nowrap}#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button):focus{box-shadow:var(--bb-secondary-button-focus-shadow)}#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button):before{display:inline-block;font-family:bb-icons;font-size:14px;margin-right:5px;font-weight:400}#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).join-group:before{content:"\eef9"}#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).leave-group:before,#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).membership-requested:before{content:"\e876"}#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).request-membership:before{content:"\eecc"}#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).leave-group:hover:before{content:"\ef23"}#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button):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)}#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).join-group,#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).request-membership{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color)}#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).join-group:focus,#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).request-membership:focus{box-shadow:var(--bb-outline-button-focus-shadow)}#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).join-group:hover,#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).request-membership: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)}#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button).membership-requested{opacity:.5;pointer-events:none}#groups-list.bp-list.grid.bb-cover-disabled .item-avatar .groups-loop-buttons{display:none}#groups-list.bp-list.grid.bb-cover-disabled img.avatar{max-width:115px;width:100%}#groups-list.bp-list.grid.bb-cover-disabled .group-avatar-wrap{margin:15px 0 0 15px}#groups-list.bp-list.grid.bb-cover-disabled .item-meta{margin-bottom:5px}#groups-list.bp-list.grid.bb-cover-disabled.centered .group-avatar-wrap{margin-top:25px}#groups-list.bp-list.grid .list-wrap .item{padding-bottom:55px}#groups-list.bp-list.grid .list-wrap .item.group-members-hidden.group-join-button-hidden{padding-bottom:0}#groups-list.bp-list.grid .list-wrap .group-footer-wrap{position:absolute;left:20px;right:20px;bottom:-5px}#groups-list.bp-list:not(.grid){display:-webkit-box;display:-ms-flexbox;display:flex}#groups-list.bp-list:not(.grid) .item-entry .item{-ms-flex-flow:row;flex-flow:row}#groups-list.bp-list:not(.grid) .item-entry .item .group-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 250px);flex:0 0 -webkit-calc(100% - 250px);flex:0 0 calc(100% - 250px)}#groups-list.bp-list:not(.grid) .item-entry .item .group-item-wrap .item-desc p{max-width:600px}#groups-list.bp-list:not(.grid) .item-entry .item-avatar{display:block}#groups-list.bp-list:not(.grid) .item-entry .group-avatar-wrap{margin-left:0}#groups-list.bp-list:not(.grid) .item-entry .list-wrap{padding:15px 20px}#groups-list.bp-list:not(.grid) .item-entry .list-wrap .group-footer-wrap{margin-bottom:0}#groups-list.bp-list:not(.grid) .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button){min-width:135px;padding:1px 12px}@media screen and (max-width:1000px){#groups-list.bp-list:not(.grid) .item-entry .item{-ms-flex-flow:column;flex-flow:column}#groups-list.bp-list:not(.grid) .item-entry .item .group-footer-wrap{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}#groups-list.bp-list.invites:not(.grid){width:100%;display:block}#groups-list.bp-list.invites:not(.grid) .item-entry .item{-ms-flex-flow:row wrap;flex-flow:row wrap}#groups-list.bp-list.left .group-footer-wrap.group-members-hidden .groups-loop-buttons{-webkit-box-flex:0;-ms-flex:none;flex:none;margin-left:0}#groups-list.bp-list.centered .group-footer-wrap.group-join-button-hidden{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#groups-list.bp-list.centered .group-footer-wrap.group-members-hidden{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#groups-list.bp-list.centered .group-footer-wrap.group-members-hidden .groups-loop-buttons{-webkit-box-flex:0;-ms-flex:none;flex:none}body:not(.logged-in) #groups-list.bp-list.grid .list-wrap .item.group-members-hidden{padding-bottom:0}.buddypress-wrap ul.bp-list.groups-dir-list:not(.grid) .item-entry:first-child .list-wrap{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}.buddypress-wrap ul.bp-list.groups-dir-list:not(.grid) .item-entry:last-child .list-wrap{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)}@media screen and (min-width:1146px) and (max-width:1500px){body.has-sidebar.buddypanel-open .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (min-width:1146px) and (max-width:1195px){body.has-sidebar.buddypanel-open .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (min-width:1146px) and (max-width:1500px){body:not(.has-sidebar).buddypanel-open .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%;max-width:33.3333%}}@media screen and (min-width:895px) and (max-width:1195px){body:not(.has-sidebar).buddypanel-open .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (min-width:800px) and (max-width:894px){body:not(.has-sidebar).buddypanel-open .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (min-width:1046px) and (max-width:1345px){body:not(.has-sidebar,.buddypanel-open) .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%;max-width:33.3333%}}@media screen and (min-width:800px) and (max-width:1044px){body:not(.has-sidebar,.buddypanel-open) .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (max-width:1420px){body.has-sidebar .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (max-width:1145px){body.has-sidebar .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (max-width:1240px){body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 33%;flex:0 0 33%;max-width:33%}}@media screen and (max-width:968px){body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (max-width:799px){body.has-sidebar .buddypress-wrap .grid.bp-list.groups-list>li,body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (max-width:640px){body.has-sidebar .buddypress-wrap .grid.bp-list.groups-list>li,body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.groups-list>li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.group-members-wrap.only-grid-view{font-size:12px;color:var(--bb-alternate-text-color);letter-spacing:-.24px;margin-bottom:2px;text-align:left}.groups.group-members #group-members-search{height:34px;font-size:15px}.groups.group-members .buddypress-wrap .subnav-filters{margin-bottom:20px}a.bb-more-link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}a.bb-more-link i{font-size:12px}.groups.single-item .activity-update-form{margin-bottom:20px}#item-body.group-single-wrapper{margin:0 -10px}.bb-cover-disabled.grid .group-members-wrap.only-grid-view{display:none}.bp-shortcode-wrap .bp-feedback.info{margin-top:-5px;margin-bottom:20px}.bp-shortcode-wrap .dir-list{border-top:1px solid var(--bb-content-border-color);padding-top:30px}.type-post .bp-shortcode-wrap .dir-list{padding-top:60px;border-top:0}.type-post .bp-shortcode-wrap .dir-list .bp-pagination.bottom{float:none}.bp-shortcode-wrap .item-desc.group-item-desc{padding-right:40px}.buddypress-wrap.bp-shortcode-wrap .subnav-filters{margin-top:-56px;float:right}.type-post .buddypress-wrap.bp-shortcode-wrap .subnav-filters{margin-top:0}body #buddypress .bp-list .action .generic-button .group-button{min-width:170px}#request-membership-form #group-request-membership-comments{min-height:80px;margin-bottom:20px}.groups .bp-single-vert-nav.bp-vertical-navs #item-body #subnav .subnav{width:100%;margin:0;padding:0;border-bottom:none}.groups.bb-template-v1 .bp-single-vert-nav.bp-vertical-navs #item-body #subnav .subnav li a{padding-bottom:5px;line-height:inherit}.buddypress .buddypress-wrap .bp-list.grid .action .group-subscription-div button.ges-change,.buddypress .buddypress-wrap .group-subscription-div button.ges-change,.group-subscription-div button.ges-change{padding:2px 5px;background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);font-size:13px}.buddypress .buddypress-wrap .bp-list.grid .action .group-subscription-div button.ges-change:focus,.buddypress .buddypress-wrap .group-subscription-div button.ges-change:focus,.group-subscription-div button.ges-change:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.buddypress .buddypress-wrap .bp-list.grid .action .group-subscription-div button.ges-change:hover,.buddypress .buddypress-wrap .group-subscription-div button.ges-change:hover,.group-subscription-div button.ges-change: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)}#buddypress .groups-header .group-subscription-div .group-subscription-status{color:var(--bb-body-text-color)}.groups-header .centered .group-subscription-div{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.groups-header .group-subscription-div{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}@media screen and (max-width:782px){.groups-header .group-subscription-div{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.groups-header .group-subscription-div .group-subscription-status-desc{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:3px}.groups-header .group-subscription-div+[id*=ges-panel]{display:none}body.bp-nouveau.groups:not(.single-item) .group-subscription-div #js-dialogtooltip{left:0;right:0;z-index:11}@media screen and (min-width:46.8em){body.bp-nouveau.groups:not(.single-item) .group-subscription-div #js-dialogtooltip{left:0;right:0}}.group-subscription-div{font-size:13px}.group-subscription-div #js-dialogtooltip{border:1px solid var(--bb-content-border-color);background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius-inner)}@media screen and (max-width:800px){.group-subscription-div #js-dialogtooltip{max-width:350px}}@media screen and (max-width:544px){.group-subscription-div #js-dialogtooltip{max-width:250px}}.group-subscription-div #js-dialogtooltip #tooltip-title{font-size:13px;line-height:150%}.group-subscription-div #js-tooltip-close{border:0;background-color:transparent;display:inline-block;width:16px;height:16px;margin-right:6px;color:var(--bb-alternate-text-color)}.group-subscription-div #js-tooltip-close:hover{color:var(--bb-headings-color)}.group-subscription-div #js-tooltip-close:before{content:"\e828";font-family:bb-icons;speak:none;font-size:16px;margin-right:5px;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;display:inline-block;width:16px;height:16px}.group-subscription-div #js-tooltip-close .modal-close__text{font-size:0}.group-subscription-div .gemail_icon{background-image:none!important;padding-left:0!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.group-subscription-div .gemail_icon:before{content:"\ee62";font-family:bb-icons;speak:none;font-size:16px;margin-right:5px;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;display:inline-block;width:16px;height:16px}.buddypress .buddypress-wrap .bp-list.grid .action .group-subscription-div .js-tooltip-content,.buddypress .buddypress-wrap .bp-list.list .action .group-subscription-div .js-tooltip-content{color:var(--bb-body-text-color)}.buddypress .buddypress-wrap .bp-list.grid .action .group-subscription-div a.group-sub,.buddypress .buddypress-wrap .bp-list.list .action .group-subscription-div a.group-sub{display:inline-block;border:0;padding:0 5px 0 0;color:var(--bb-headings-color);font-weight:700}.buddypress .buddypress-wrap .bp-list.grid .action .group-subscription-div a.group-sub:hover,.buddypress .buddypress-wrap .bp-list.list .action .group-subscription-div a.group-sub:hover{background-color:transparent;color:var(--bb-primary-color)}.bpgesWrapper .group-footer-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.bpgesWrapper .group-footer-wrap>.group-subscription-div{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding-top:10px;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}@media screen and (max-width:1000px){.bp-list:not(.grid) .bpgesWrapper .group-footer-wrap>.group-subscription-div{-webkit-box-flex:1;-ms-flex:1;flex:1}}body.bp-nouveau.groups:not(.single-item) .bpgesWrapper .group-subscription-div{position:relative;top:10px}body #buddypress .bp-list.bp-list .bpgesWrapper .bp-generic-meta .generic-button{margin-right:0}.bp-list.bp-list .bpgesWrapper .group-footer-wrap>.group-subscription-div{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.bp-list.grid .bpgesWrapper .group-footer-wrap>.group-subscription-div{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#groups-list.bp-list.grid .list-wrap .item.bpgesWrapper{padding-bottom:105px}#ass-email-subscriptions-options-page{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);padding:20px}#ass-email-subscriptions-options-page form>b{color:var(--bb-headings-color)}.ass-email-type .ass-email-explain{color:var(--bb-alternate-text-color);margin-left:24px}.ass-email-type label input[type=radio]{margin-right:10px}@media screen and (min-width:544px){.groups-manage-members-list .section-title.gen-members-section .search-wrapper{margin-top:0}.groups-manage-members-list .section-title.gen-members-section .search-wrapper.loading:after{left:-30px;right:unset}.gen-members-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1em}.gen-members-section .group-search.search-wrapper{margin-left:auto}}@media screen and (min-width:800px){.sidebar-left .bb-profile-grid,.sidebar-left .bb-user-nav-display-wrap{-ms-flex-flow:row-reverse;flex-flow:row-reverse}}@media (min-width:800px) and (max-width:1150px){.has-sidebar .bs-groups-items.list-view .item-wrap-left{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.has-sidebar .bs-groups-items.list-view .item-wrap-left{margin-bottom:20px}.has-sidebar .bs-groups-items.list-view div.action{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:0;margin:0}.has-sidebar .bs-groups-items.list-view .item-wrap-right{-ms-flex-flow:row wrap;flex-flow:row wrap}.has-sidebar .bs-groups-items .item-desc{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:15px;padding-right:0}.has-sidebar #buddypress .bs-groups-items .action .button{display:inline-block}.bs-item-list.list-view .bb-group-profile-card .bs-meta-bp_group_last_active{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:15px}}@media (max-width:1000px){.bs-groups-items.list-view .item-wrap-left{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.bs-groups-items.list-view .item-wrap-left{margin-bottom:20px}.bs-groups-items.list-view div.action{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:0;margin:0}.bs-groups-items.list-view .item-wrap-right{-ms-flex-flow:row wrap;flex-flow:row wrap}.bs-groups-items .item-desc{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:15px;padding-right:0}#buddypress .bs-groups-items .action .button{display:inline-block}.item-desc.group-item-desc{margin:10px 0;padding-right:0}#buddypress .bp-list.groups-list li .list-wrap .item .item-block,.item-desc.group-item-desc{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding-right:0}.buddypress-wrap .groups-list .item-desc.group-item-desc p{max-width:100%}body.logged-in .bp-list.groups-list li .item .item-block{margin-bottom:0}}@media (max-width:543px){.item-title a{font-size:18px;line-height:1.4}.bs-groups-items.list-view .item-wrap-left{padding-right:0}.bs-groups-items.list-view .item-wrap-right{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media screen and (max-width:782px){#item-actions.group-item-actions dl{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 0 10px;padding:0}.directory.groups .bp-secondary-header{margin-top:20px}.bp-group-filter-wrap #group-type-filters,.bp-group-filter-wrap #group-type-select,.bp-group-filter-wrap #group-type-select .select-wrap{margin-top:0;margin-bottom:0}}@media (max-width:380px){.list-view .item-wrap-left{-ms-flex-flow:row wrap;flex-flow:row wrap}.bs-item-list.list-view .item-avatar{margin-right:15px}.bs-groups-items .item-title a{margin-bottom:3px}.bs-groups-items.list-view .item-title-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1}}@media (max-width:544px){.subnav-search.groups-search{float:right;margin-top:-6px;width:100%;margin-bottom:20px}}.bb-single-bp-content{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;padding:20px;margin-bottom:20px}#buddypress .bb-single-bp-content.bb-friends-wrap .bs-dir-search{margin-top:-10px}.bb-single-bp-content .bs-item-list-tabs{margin-top:20px;margin-bottom:-16px;border:0}.bb-single-bp-content .bs-item-list-tabs .selected a{font-weight:inherit}#buddypress .bb-single-bp-header{border-bottom:1px solid var(--bb-content-border-color);margin:0 -20px 20px;padding:0 20px 15px}#buddypress .bb-single-bp-header .bs-title{font-family:inherit;font-size:1rem;letter-spacing:.33px;margin-bottom:0;font-weight:600;text-transform:uppercase;line-height:1}#buddypress .bb-single-bp-header .bs-dir-search{margin:0 0 0 auto}#buddypress .bb-single-bp-header .bs-link{font-size:14px}.single-item.groups #buddypress #item-header #item-header-cover-image #item-actions,.single-item.groups #buddypress #item-header #item-header-cover-image #item-header-content{max-width:none}.single-item.groups #buddypress div#item-header div.generic-button{margin:0}.single-item.groups #buddypress div#item-header #item-buttons{padding:0;margin-bottom:0}.single-item.groups #buddypress .group-title-bar{margin-top:30px}.single-item.groups #buddypress div#item-header div#item-meta{margin:10px 0 5px;padding:0}.single-item.groups #buddypress div#item-header div#item-meta p{margin-bottom:12px;color:var(--bb-body-text-color)}.single-item.groups #buddypress .highlight,.single-item.groups #buddypress .highlight strong{display:block;font-size:15px;background:0 0}.single-item.groups #buddypress ul.bbp-threaded-replies li.highlight{margin-bottom:0}.single-item.groups #buddypress .group-members-preview .gmp-list{margin-right:10px}.single-item.groups #buddypress .group-members-preview img{float:right;width:32px;height:32px;margin-left:-10px;border-radius:50%;border:1px solid #fff}.single-item.groups #buddypress .group-members-preview img:last-child{margin:0}.single-item.groups #buddypress div#item-header div#item-meta .group-members-preview p{margin:0;font-size:13px;color:#939597}.single-item.groups #buddypress div#item-header div#item-meta .group-members-preview p span{color:#3c4a5a}.single-item.subgroups #buddypress .item-body .subnav-filters{margin-bottom:1.5em}.single-item.subgroups #buddypress .item-body .groups-type-navs{display:none}#buddypress #item-header-cover-image #item-buttons{margin-left:auto}body #buddypress .groups-header #item-header-cover-image{margin-left:auto;padding-bottom:30px}#buddypress .bs-group-invite .button,#buddypress .generic-button a.group-button.join-group,#buddypress .generic-button a.group-button.leave-group{background:0 0;border-width:1px;border-color:#385dff;box-shadow:none;color:#385dff;font-size:14px;min-height:34px;padding:6px 20px;border-radius:var(--bb-button-radius)}#buddypress .bs-group-invite .button:hover,#buddypress .generic-button a.group-button.join-group:hover,#buddypress .generic-button a.group-button.leave-group:hover{color:#0070e6;border-color:#0070e6}.bb-group-members-wrap.bb-single-bp-content .item-meta{margin:10px 0 15px}.bs-suggested-groups .item{margin-bottom:10px;border:1px solid var(--bb-content-border-color);border-radius:4px;overflow:hidden}.bs-suggested-groups .item .bs-suggested-group-cover{height:66px;display:block;background-position:center top;background-repeat:no-repeat;background-size:cover}.bs-suggested-groups .item #item-header-avatar{position:relative;width:52px;margin-left:15px;margin-top:-40px;border:2px solid #fff;border-radius:3px}.bs-suggested-groups .item #item-header-avatar a{border-radius:3px;overflow:hidden}.bs-suggested-groups .item .item-meta{position:relative;padding:10px 15px 15px}.bs-suggested-groups .item h5{margin-bottom:0}.bs-suggested-groups .item .meta-members{font-size:13px;color:#939597}.bs-suggested-groups .item a.meta-join{font-size:15px;position:absolute;top:2px;right:15px}.bs-suggested-groups .item a.meta-join:hover{color:#0070e6}.widget-title .stats{color:#818385}.bs-group-invite .more,.bs-suggested-groups .more{font-weight:600}.bs-group-admins ul,.bs-group-members-grid ul,.bs-group-photos ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -2px -4px}.bs-group-admins ul li,.bs-group-members-grid ul li,.bs-group-photos ul li{margin-bottom:4px;padding:0 2px;width:-webkit-calc(100% * (1 / 4));width:calc(100% * (1 / 4))}.bs-group-admins ul a,.bs-group-members-grid ul a,.bs-group-photos ul a{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;font-size:13px;border-radius:3px;overflow:hidden;background:rgba(18,43,70,.05);color:var(--bb-primary-color)}.bs-group-admins ul img,.bs-group-members-grid ul img,.bs-group-photos ul img{width:100%}.bs-group-photos ul li{width:-webkit-calc(100% * (1 / 3));width:calc(100% * (1 / 3))}.bs-group-invite .widget-title{margin-bottom:10px}.bs-group-invite p{margin-bottom:12px}.widget .more{font-size:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.widget .more i{margin-left:-8px;font-size:24px}.widget .more:hover{color:#0070e6}.bs-group-members-grid,.bs-group-photos{padding-bottom:15px}.bs-group-members-grid .more,.bs-group-photos .more{margin-top:15px;text-transform:uppercase;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#buddypress .bs-group-invite .group-invite-form,.bs-group-invite .group-invite-form{margin-bottom:10px}#buddypress .bs-group-invite input,.bs-group-invite input{font-size:14px;height:33px}#buddypress .bs-group-invite input[type=email],.bs-group-invite input[type=email]{width:-webkit-calc(100% - 72px);width:calc(100% - 72px);border:1px solid #dedfe2;border-radius:3px 0 0 3px}#buddypress .bs-group-invite input[type=submit],.bs-group-invite input[type=submit]{min-height:33px;line-height:33px;padding-top:0;padding-bottom:0;background:#d0d4d8;border-radius:0 3px 3px 0;border-left:0;color:#fff}#buddypress .bs-group-invite .button:hover,.bs-group-invite .button:hover{background:0 0}.group-members-heading{padding:20px;border:1px solid var(--bb-content-border-color);border-bottom:none;border-radius:4px 4px 0 0;background:#fff}.group-members-heading h6{margin:0;text-transform:uppercase}hr.group-members-border{height:1px;margin:0 20px;background:var(--bb-content-border-color)}#buddypress #member-list{padding:10px;border:1px solid var(--bb-content-border-color);border-top:none;border-radius:0 0 4px 4px;background:#fff}#buddypress #member-list li{padding:10px;border:none}#buddypress #member-list h5{margin-bottom:0;font-weight:600}#buddypress #member-list h5 a{color:var(--bb-headings-color)}#buddypress #member-list .member-options-wrap{position:relative;cursor:pointer}#buddypress #member-list .member-options-wrap>a{color:var(--bb-alternate-text-color)}#buddypress #member-list .member-options-wrap>a:after{content:" ";position:absolute;width:0;height:0;top:26px;margin:0 8px 0 0;right:0;box-sizing:border-box;border:8px 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);-webkit-transition:all linear .2s;transition:all linear .2s;z-index:101;opacity:0;visibility:hidden}#buddypress #member-list .member-options-wrap .member-options-menu{position:absolute;right:0;top:26px;margin-right:-10px;padding:10px 0;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;z-index:100;opacity:0;visibility:hidden;-webkit-transition:all linear .2s;transition:all linear .2s}#buddypress #member-list .member-options-wrap .member-options-menu a{display:block;padding:2px 15px;margin:0;min-height:0;font-size:13px;line-height:24px;white-space:nowrap;border:0;border-radius:0;background:0 0;color:var(--bb-body-text-color);text-align:left}#buddypress #member-list .member-options-wrap .member-options-menu a:hover{color:var(--bb-primary-color);background:#f5f5f5}#buddypress #member-list .member-options-wrap:hover>a{color:var(--bb-headings-color)}#buddypress #member-list .member-options-wrap:hover>a:after{opacity:1;visibility:visible}#buddypress #member-list .member-options-wrap:hover .member-options-menu{opacity:1;visibility:visible}#buddypress #member-list .inside{border:1px solid var(--bb-content-border-color);border-radius:4px;overflow:hidden}#buddypress #member-list .inside>a{display:block;overflow:hidden}#buddypress #member-list .inside img{margin:0}#buddypress #member-list .member-info{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:20px}#buddypress #member-list .member-location{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;color:#939597}#buddypress #member-list .member-location i{margin-left:-8px;font-size:20px}#buddypress #member-list .activity{position:absolute;bottom:20px;left:20px}.bs-item-list.square-view .bs-item-list-inner{padding:0}.bs-item-list.square-view .bs-item-avatar{margin-bottom:0}.bs-item-list.square-view .bs-item-avatar img.avatar{border-radius:3px 0 0 3px;max-width:150px}.bs-item-list.square-view .bb-member-deails-wrap{text-align:left;padding:20px}.bs-item-list.square-view .follow-wrap{margin-bottom:0}.bs-item-list.square-view a.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;font-size:20px}.bb-member-deails-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.bb-member-deails-wrap>div{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-member-deails-wrap>div:last-child{margin-top:auto}.bb-member-deails-wrap .item-meta{margin-top:-20px}.bp-group-status{margin-bottom:1rem}p.bp-group-meta.bp-group-status,p.bp-group-meta.bp-group-type{-ms-flex-item-align:start;align-self:flex-start;margin-top:8px;margin-bottom:10px}.groups-header #item-header-cover-image #item-actions{padding:0;text-align:left}.group-description{font-size:14px;color:inherit;margin:10px 0}.groups-header div#item-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}.group-members #buddypress #item-body .bp-navs.group-subnav,.groups-header .moderators-lists .moderators-title{display:none}.buddypress-wrap.bp-single-vert-nav .group-invites-members-listing{padding-bottom:20px}#group-invites-container .bb-groups-invites-left #members-list{max-height:60vh}.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body{padding-bottom:0}.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-invites-container{border:0;margin:0 -20px}.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-invites-container .bp-navs.group-subnav{background:0 0;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:0 20px;border-radius:0;border:0}.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-invites-container .group-invites-column{padding:0}.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body li.selected{background:0 0}.pending-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-invites-container .group-invites-column{padding:20px 20px 0}.pending-invites #item-body #group-invites-container .bp-invites-content .list-title{margin-bottom:5px}.group-invites .bp-dir-hori-nav:not(.bp-vertical-navs) #item-body #group-invites-container .bp-navs.group-subnav{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:1px;border:0;padding:0 20px;border-radius:4px 4px 0 0;background:#fff;border-bottom:1px solid var(--bb-content-border-color)}.group-invites .bp-dir-hori-nav:not(.bp-vertical-navs) #group-invites-container ul.subnav li{float:left;margin-right:30px}.group-invites .bp-dir-hori-nav:not(.bp-vertical-navs) #item-body #group-invites-container .subnav li.selected{background:0 0;border-bottom:1px solid var(--bb-primary-color);margin-bottom:-1px}.group-invites .bp-dir-hori-nav:not(.bp-vertical-navs) #item-body #group-invites-container .subnav li.selected a{font-weight:500}.group-invites .bp-dir-hori-nav:not(.bp-vertical-navs) #item-body #group-invites-container .bp-navs.group-subnav a{background:0 0;margin-bottom:0;padding:16px 0}@media (max-width:1050px){.group-invites .bp-single-vert-nav nav#object-nav.vertical{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;border:0;border-bottom:1px solid var(--bb-content-border-color);min-height:1px;padding:10px 0}.group-invites .bp-single-vert-nav nav#object-nav.vertical li{width:auto}.group-invites #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap nav#object-nav.vertical{border-radius:4px 4px 0 0}.group-invites nav#object-nav.vertical a{padding:5px 15px}}.groups-header .parent-list .parent-title{display:none}.groups.group-admin #buddypress.buddypress-wrap.bp-single-vert-nav #item-body{border:0;-ms-flex-flow:column;flex-flow:column}.groups.group-admin #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-settings-form{padding:30px 0 0}.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav{background:0 0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:1px;padding:0;border:0;padding-top:10px}.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav a{background:0 0;line-height:1.6875rem;padding:0 0 10px;margin-bottom:-1px}.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav .selected a{border-bottom:1px solid var(--bb-primary-color);font-weight:500;border-top:0}.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li{float:left;padding-right:30px}.bp-learndash-reports-filters-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-flow:row wrap;flex-flow:row wrap}.bp-learndash-reports-filters-form>*{margin-left:10px;margin-bottom:10px}.bp-learndash-reports-filters-form button.button{font-size:14px;font-weight:500;min-height:34px;min-width:120px;padding:6px 20px}.bp-learndash-reports-filters-form .bp-learndash-reports-filters select{height:34px}.bp_ld_report_table_wrapper h2{font-weight:500;font-size:22px;line-height:1.1}.bp_ld_report_table_wrapper .bp_ld_report_table{border:0;border-collapse:collapse;border-radius:4px;overflow:hidden;box-shadow:0 0 0 1px #e7eaec;width:100%}.bp_ld_report_table_wrapper .bp_ld_report_table thead tr{background:#fff;border-bottom:1px solid var(--bb-content-border-color)}.bp_ld_report_table_wrapper .bp_ld_report_table thead th{border-bottom:0;font-size:13px;outline:0;font-weight:400;text-transform:uppercase;color:var(--bb-alternate-text-color)}.bp_ld_report_table_wrapper .bp_ld_report_table td,.bp_ld_report_table_wrapper .bp_ld_report_table th{border:0;font-size:14px;padding:12px 20px}table.dataTable.no-footer.bp_ld_report_table{border-bottom:0}table.dataTable thead .sorting{background:url(../images/svg/sort-arrows.svg) no-repeat center right 15px;background-size:10px}table.dataTable thead .sorting_asc{background:url(../images/svg/sort-up.svg) no-repeat center right 15px;background-size:8px}table.dataTable thead .sorting_desc{background:url(../images/svg/sort-down.svg) no-repeat center right 15px;background-size:8px}.dataTables_wrapper .dataTables_processing{background:rgba(255,255,255,.78);box-shadow:0 0 0 1px #e7eaec;top:0;height:-webkit-calc(97% - 29px);height:calc(97% - 29px);min-height:48px;margin:0 auto;left:0;padding:15px 0 0;border-radius:4px;font-size:0}.dataTables_wrapper .dataTables_processing:after{content:"\ef30";-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;font:normal normal normal 20px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ld-report-course-name{font-weight:500;font-size:22px;line-height:1.1}.ld-report-course-name a{color:inherit}a.button.ld-report-export-csv.has-data{min-width:140px}.ld-report-course-stats,.ld-report-user-stats{color:#939597;margin-bottom:35px;border-radius:5px}.ld-report-course-stats b,.ld-report-user-stats b{color:var(--bb-body-text-color)}.user-steps{color:#939597}.user-steps b{color:var(--bb-body-text-color)}.ld-report-user-stats .user-message{margin-left:auto}.ld-report-user-stats a.send-message{min-width:120px}.ld-report-user-stats .item-meta{font-size:13px}.ld-report-user-stats .user-info{min-width:25%}#buddypress .ld-report-user-stats .generic-button .send-message{font-size:14px;font-weight:500;min-height:34px;padding:6px 20px}.item-header-wrap .bp-group-meta{margin:0}.item-header-wrap .bp-group-meta span{border-radius:100px;display:inline-block;font-size:13px;font-weight:500;letter-spacing:.25px;color:inherit;padding:6px 10px;line-height:1;white-space:nowrap}.item-header-wrap .bp-group-meta .group-type{background:var(--bb-label-background-color);color:var(--bb-label-text-color);font-size:11px;font-weight:700}.item-header-wrap .bp-group-meta .type-separator{display:none}.item-header-wrap .bp-group-meta-wrap .bp-group-status>span{padding:0;font-size:14px}.buddypress-wrap .item-header-wrap .bp-title{font-size:14px;font-weight:400;color:var(--bb-alternate-text-color);margin:0 0 5px}.item-header-wrap #item-actions.group-item-actions{margin-bottom:0}.item-header-wrap span.group-visibility:before{font:normal normal normal 15px/1 bb-icons;speak:none;display:inline-block;margin-right:3px;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bb-template-v2 .item-header-wrap span.group-visibility:before{font-weight:300}.item-header-wrap span.group-visibility.public:before{content:"\ef5a"}.item-header-wrap span.group-visibility.private:before{content:"\eecd"}.item-header-wrap span.group-visibility.hidden:before{content:"\ee6a";-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}#buddypress div#item-header-cover-image .bb-bp-group-title{margin:0 10px 10px 0;max-width:100%;word-break:break-word}#buddypress #item-header .bp-group-parent-wrap .parent-list{margin:0;padding:0}#buddypress #item-header .bp-group-parent-wrap .parent-list .avatar{max-width:26px;height:auto}#buddypress #item-header .bp-group-parent-wrap .group-list{margin:0 10px 0 0}#buddypress #item-header .bp-group-parent-wrap .group-list li{margin:0}#buddypress #item-header .bp-group-parent-wrap .bp-parent-group-title-wrap{margin:0}.bp-group-parent-wrap{margin-bottom:10px}#buddypress .bp-group-status .group-type,#buddypress .bp-group-type .group-visibility{display:none}.bp-parent-group-title{color:var(--bb-body-text-color);font-size:14px;font-weight:500;letter-spacing:-.2px}.bp-current-group-title{font-size:14px;letter-spacing:-.2px;color:#939597}#admins-list .action{margin-left:auto;margin-bottom:0}#admins-list .action .button{min-height:30px;font-size:12px;font-weight:600;letter-spacing:0;padding:0 20px;line-height:30px}#group-settings-form #admins-list li:last-child,#group-settings-form #members-list li:last-child{border-bottom:1px solid var(--bb-content-border-color)}ul#group-admins li{margin:0 -10px 0 0}ul#group-admins li a{display:inline-block}ul#group-admins li .avatar{border:2px solid #fff}@media (max-width:800px){ul#group-admins{margin-left:-10px}}.groups-header .moderators-lists{margin:0}.groups-header #item-header-cover-image #item-actions,.groups-header #item-header-cover-image #item-header-content{padding-bottom:0}.groups-header #item-header-content .generic-button .group-button{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;text-transform:capitalize}.groups-header #item-header-content .generic-button .group-button:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.groups-header #item-header-content .generic-button .group-button:before{display:inline-block;font-family:bb-icons;font-size:18px;margin-right:5px}.groups-header #item-header-content .generic-button .group-button.join-group,.groups-header #item-header-content .generic-button .group-button.request-membership{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)}.groups-header #item-header-content .generic-button .group-button.join-group:focus,.groups-header #item-header-content .generic-button .group-button.request-membership:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.groups-header #item-header-content .generic-button .group-button.join-group:before,.groups-header #item-header-content .generic-button .group-button.request-membership:before{content:"\eef9";font-weight:400}.groups-header #item-header-content .generic-button .group-button.join-group:focus,.groups-header #item-header-content .generic-button .group-button.join-group:hover,.groups-header #item-header-content .generic-button .group-button.request-membership:focus,.groups-header #item-header-content .generic-button .group-button.request-membership:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}.groups-header #item-header-content .generic-button .group-button.request-membership:before{content:"\eecd"}.bb-template-v2 .groups-header #item-header-content .generic-button .group-button.request-membership:before{font-weight:300}.groups-header #item-header-content .generic-button .group-button.leave-group:before{content:"\e876";font-weight:400}.groups-header #item-header-content .generic-button .group-button.leave-group:hover:before{content:"\ef23"}.groups-header #item-header-content .generic-button .group-button.membership-requested{opacity:.5;pointer-events:none}.groups-header #item-header-content .generic-button .group-button.membership-requested:before{content:"\e876";font-weight:400}.groups-header #item-header-content .generic-button .group-button:active,.groups-header #item-header-content .generic-button .group-button:focus,.groups-header #item-header-content .generic-button .group-button: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)}.groups-header #item-header-content .group-actions-absolute .bb_more_options .bb_more_options_action:hover{background-color:var(--bb-content-alternate-background-color);border-color:var(--bb-content-border-color)}.groups-header #item-header-content .group-actions-absolute .bb_more_options .bb_more_options_action:hover i{color:var(--bb-headings-color)}.groups-header #item-header-content .group-actions-absolute .groups-meta .group-subscription{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color)}.groups-header #item-header-content .group-actions-absolute .groups-meta .group-subscription:focus,.groups-header #item-header-content .group-actions-absolute .groups-meta .group-subscription:hover{color:var(--bb-primary-button-text-regular);background-color:var(--bb-primary-button-background-regular);border-color:transparent}.groups-header #item-header-content .group-actions-absolute .bb_more_options{position:relative!important;top:0;right:0}.groups-header #item-header-content .group-actions-absolute .bb_more_options .bb_more_options_action{border-radius:var(--bb-button-radius);border:1px solid var(--bb-content-border-color);padding:0 8px}.groups-header #item-header-content .group-actions-absolute .bb_more_options .bb_more_options_action i{color:var(--bb-headings-color);line-height:36px}.groups-header #item-header-content .group-actions-absolute .bb_more_options .bb_more_options_list .button{margin-left:0}.groups-header #cover-image-container.centered #item-header-content .group-actions-absolute{position:static;margin-top:0}.groups-header #cover-image-container.centered #item-header-cover-image .bb-bp-group-title{margin-right:0}.groups-header #item-header-cover-image{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}#buddypress .groups-header.single-headers .action .button{margin-left:12px;margin-right:0;min-height:auto;min-width:145px}#buddypress .groups-header.single-headers .bb_more_options.action .bb_more_options_list .button{margin-left:0}#buddypress .groups-header.single-headers .action .button.reported-content{opacity:.9}.groups-header .moderators-lists .user-list{-webkit-box-flex:1;-ms-flex:1;flex:1}#buddypress .groups-header.single-headers .action .generic-button:first-child .button{margin-left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap}.groups-meta.action:after{content:"";display:table;clear:both}.buddypress-wrap:not(.bp-single-vert-nav) .bp-manage-group-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:4px;margin-bottom:30px}.groups.group-admin #buddypress #item-body #group-settings-form{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1px;padding:40px 50px;background:var(--bb-content-background-color);border-radius:var(--bb-block-radius)}.groups.group-admin #buddypress #item-body #group-settings-form label{display:block;font-size:15px;font-weight:400;color:var(--bb-body-text-color);letter-spacing:-.27px;line-height:1.187;margin-bottom:12px;margin-top:0}.groups.group-admin #buddypress #item-body #group-settings-form h4.bb-section-title{font-size:24px;font-weight:600;letter-spacing:-.24px}.groups.group-admin #buddypress #item-body #group-settings-form p.bb-section-info{color:var(--bb-body-text-color);margin:0 0 1rem}.groups.group-admin #buddypress #item-body #group-settings-form .bb-sep-line{background:#eef0f3;height:1px}.groups.group-admin #buddypress #item-body #group-settings-form .bp-group-option-enable{background:var(--bb-content-alternate-background-color);border-radius:var(--bb-block-radius-inner);padding:15px}.groups.group-admin #buddypress #item-body #group-settings-form .bp-group-option-enable label{margin:0;font-size:14px}.groups.group-admin #buddypress #item-body #group-settings-form #delete-group-understand+label:before{margin-right:12px}.groups.group-admin #buddypress #item-body #group-settings-form input[type=text],.groups.group-admin #buddypress #item-body #group-settings-form textarea{margin-bottom:30px}.groups.group-admin #buddypress #item-body #group-settings-form textarea{height:auto;min-height:100px;line-height:1.35;padding:10px 12px}.groups.group-admin #buddypress #item-body #group-settings-form .bp-controls-wrap{margin:0 0 30px}.groups.group-admin #buddypress #item-body #group-settings-form .group-settings-selections fieldset label{font-weight:600}.groups.group-admin #buddypress #item-body #group-settings-form .group-parent #bp-groups-parent{margin-bottom:1em}.groups.group-admin #buddypress #item-body #group-settings-form .bp-template-notice.bp-feedback-v2{border:1px solid rgba(0,0,0,.05);border-radius:4px;padding-left:10px}.groups.group-admin #buddypress #item-body #group-settings-form .bp-template-notice.bp-feedback-v2 p a{text-decoration:underline}.groups.group-admin #buddypress #item-body .group-settings-selections fieldset{border:0;padding:0;margin:0 0 20px}.groups.group-admin #buddypress #item-body .group-settings-selections legend{color:var(--bb-headings-color);font-size:18px;font-weight:500;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:15px;width:100%;margin-bottom:25px}.groups.group-admin #buddypress #item-body .group-settings-selections ul{font-size:13px;margin:0 0 30px 53px;line-height:1.6}.groups.group-admin #buddypress #item-body label.bp-label-text.warn{margin-top:40px}.groups.group-admin #buddypress #drag-drop-area{background:rgba(240,243,247,.5);border:1px dashed #dedfe2;border-radius:6px;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:16px;letter-spacing:-.24px;line-height:26px}.groups.group-admin #buddypress .password-toggle .bb-hide-pw .bb-icon{color:var(--bb-body-text-color)}.groups.group-admin #buddypress .bb-group-zoom-settings-container .bb-field-wrap .copy-toggle .bb-copy-button [class*=bb-icon]{color:var(--bb-body-text-color)}.groups.group-admin #buddypress .bb-group-zoom-settings-container .bb-field-wrap .bp-input-wrap .bb-guide-icon [class*=bb-icon]{color:var(--bb-headings-color)}.groups.group-admin #buddypress .bb-group-zoom-settings-container .bb-section-title-wrap .bb-wizard-button{color:var(--bb-headings-color);background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color)}.groups.group-admin #buddypress .bb-zoom-setting-tab .bb-zoom-setting-tabs ul li a{color:var(--bb-body-text-color)}.groups.group-admin #buddypress .bb-zoom-setting-tab .bb-zoom-setting-tabs ul li a.active-tab{color:var(--bb-headings-color);border-color:var(--bb-primary-color)}.groups.group-admin #buddypress #item-body #group-settings-form .bb-zoom-setting-content .bb-field-wrap .group-setting-label{font-size:16px!important;font-weight:500;color:var(--bb-headings-color)}#buddypress .bb-group-zoom-settings-container .password-toggle .bb-hide-pw{border:0;box-shadow:none;padding:0;height:auto;min-height:30px;line-height:30px;margin-top:5px}#buddypress .bb-group-zoom-settings-container .password-toggle .bb-hide-pw:focus{box-shadow:none}.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2{border:1px solid rgba(0,0,0,.05);border-radius:var(--bb-block-radius-inner);padding-left:0;margin-bottom:25px}.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2 p{padding-left:10px}.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2 .bp-icon{background-color:transparent;color:inherit;font-family:bb-icons;font-size:18px;font-weight:200;padding:0 0 0 15px;margin:0}.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.error .bp-icon:before{content:"\ee65";font-weight:200}.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.warning .bp-icon:before{content:"\ee66";font-weight:300}.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.success .bp-icon:before{content:"\e876";font-weight:200}.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.info .bp-icon:before{content:"\eebc";font-weight:200}.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.loading .bp-icon:before{content:"\e884"}.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.help .bp-icon:before{content:"\eec6";font-weight:200}.groups.group-admin .bb-group-zoom-settings-container .bp-feedback-v2.updated .bp-icon:before{content:"\e876";font-weight:200}body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-meeting-container #subnav.bp-navs .subnav,body:not(.bb-template-v2).groups .bp-single-vert-nav #item-body .bp-zoom-webinar-container #subnav.bp-navs .subnav{display:block;padding:0 0 16px;line-height:1;margin-bottom:-1px}.groups.group-admin .bp-navs.group-subnav{-webkit-box-flex:0;-ms-flex:0 0 220px;flex:0 0 220px;background-color:var(--bb-body-background-color);border-right:1px solid var(--bb-content-border-color);border-bottom:0;min-height:60vh;border-radius:4px 0 0 4px;margin:0;padding:30px 0}@media screen and (max-width:1041px){.groups.group-admin .bp-navs.group-subnav{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:auto;padding:0}.groups.group-admin .bp-navs.group-subnav li{float:left}}.groups.group-admin .bp-navs.group-subnav a{border:0;font-size:14px;color:var(--bb-headings-color);letter-spacing:-.24px;display:block;padding:13px 20px;line-height:1;margin-bottom:1px}.groups.group-admin .bp-navs.group-subnav a:hover{color:var(--bb-primary-color)}.groups.group-admin .bp-navs.group-subnav .current a,.groups.group-admin .bp-navs.group-subnav .selected a{background:var(--bb-content-background-color);color:var(--bb-headings-color);font-weight:400;text-decoration:none}@media screen and (min-width:1041px){.groups.group-admin .bp-navs.group-subnav .current a,.groups.group-admin .bp-navs.group-subnav .selected a{border-top:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color)}}.groups.group-admin .bp-navs.group-subnav .selected{position:relative}.groups .bp-single-vert-nav .subnav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -20px;padding:0 20px;border-bottom:1px solid #e7e9ec}.groups .bp-single-vert-nav .subnav .current a{border-color:var(--bb-primary-color);font-weight:500}.groups .bp-single-vert-nav .subnav a{background:0 0;border-bottom:1px solid transparent;display:block;padding:0 0 16px;line-height:1;margin-bottom:-1px}.groups .bp-zoom-meeting-container .bb-model-footer,.groups .bp-zoom-webinar-container .bb-model-footer{background-color:transparent}.groups #buddypress .bp-zoom-meeting-container .bp-wrap-duration input,.groups #buddypress .bp-zoom-meeting-container .bp-wrap-duration select,.groups #buddypress .bp-zoom-webinar-container .bp-wrap-duration input,.groups #buddypress .bp-zoom-webinar-container .bp-wrap-duration select{padding-right:30px}.bb-template-v2.groups #buddypress .bp-zoom-meeting-container .bp-navs,.bb-template-v2.groups #buddypress .bp-zoom-webinar-container .bp-navs{padding:0}.bb-template-v2.groups #buddypress .bp-zoom-meeting-container .bp-navs a,.bb-template-v2.groups #buddypress .bp-zoom-webinar-container .bp-navs a{padding:10px}.bb-template-v2 .buddypress-wrap.bp-single-vert-nav #item-body{padding-top:0}.groups .bb-single-course-sidebar{margin:0!important}.groups .bb-single-course-sidebar .widget{box-shadow:none;border:1px solid var(--bb-content-border-color)}.groups .bb-learndash-content-wrap{padding-top:0}.groups .bb-grid .bb-learndash-content-wrap{padding-right:10px}.groups h3.bbp-topic-title{display:none}.groups .bs-single-forum-list .bs-header-item .bs-forums-meta{display:none}.groups #bbpress-forums{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}.groups #bbpress-forums .bp-group-single-forums{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.groups .bb-learndash-content-wrap .ld-progress-stats,.groups .learndash-wrapper .ld-progress .ld-progress-stats{color:inherit}.groups .bb-learndash-content-wrap .entry-title{font-weight:500;margin-top:10px}.groups .bb-learndash-content-wrap .bb-course-excerpt{margin-bottom:30px}.groups .bb-learndash-content-wrap .bb-about-instructor h5{margin:0 0 5px}.groups .learndash-wrapper .ld-course-status .ld-status{font-weight:500}#bbpress-forums.single-with-sub-forum{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}#bbpress-forums.single-with-sub-forum .bp-group-single-forums{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#bbpress-forums .bp-group-single-forums hr{height:1px;margin:0 0 35px}#group-messages-container{border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color)}#group-messages-container .select2-container--default .select2-selection--multiple{background-color:var(--bb-content-background-color)}#group-settings-form #request-list{margin:0;padding:0}#group-settings-form #request-list li{-ms-flex-flow:row wrap;flex-flow:row wrap;background-color:var(--bb-body-background-color);border:1px solid var(--bb-content-border-color);border-bottom:0;margin:0 0 -1px;padding:15px 20px}#group-settings-form #request-list li:first-child{border-top-left-radius:var(--bb-block-radius);border-top-right-radius:var(--bb-block-radius)}#group-settings-form #request-list li:last-child{border-bottom-right-radius:var(--bb-block-radius);border-bottom-left-radius:var(--bb-block-radius);border-bottom:1px solid var(--bb-content-border-color)}#group-settings-form #request-list li .item-meta{margin-right:20px}#group-settings-form #request-list li .item-meta span.comments{display:block;font-size:14px;font-weight:400;margin-bottom:6px}#group-settings-form #request-list li .item-meta span.activity{display:block;font-size:13px;font-weight:400}#group-settings-form #request-list .action{-webkit-box-flex:1;-ms-flex:1;flex:1}#group-settings-form #request-list .item-title{text-align:left}#group-settings-form #request-list img.avatar{max-width:50px}#group-settings-form #request-list .item{-ms-flex-flow:column;flex-flow:column}#group-settings-form #request-list .item-title h3{margin:0 0 5px}@media screen and (max-width:980px){#group-settings-form #request-list li .action{margin-top:15px}}.group-avatar #avatar-crop-pane,.group-avatar #group-create-body .avatar{border-radius:4px}.group-forum-confirmation{border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);box-shadow:0 12px 28px 0 rgba(18,43,70,.15),0 2px 7px 0 rgba(18,43,70,.08);width:95%!important;left:50%!important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);max-width:460px}.group-forum-confirmation .ui-dialog-content{font-size:15px;line-height:1.5}.group-forum-confirmation .ui-dialog-buttonpane{border-color:var(--bb-content-border-color)}.group-forum-confirmation .ui-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);font-family:inherit;font-size:15px;border-radius:var(--bb-button-radius);min-height:38px;padding:0 20px;font-weight:500;text-decoration:none;cursor:pointer;display:inline-block;border-width:1px;border-style:solid;outline:0;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:none;-webkit-transition:.3s all;transition:.3s all}.ui-widget-overlay{background:rgba(250,251,253,.5);opacity:1}@media (min-width:1181px){.logged-in .item-header-wrap .bp-group-title-wrap{max-width:50%}.logged-in .item-header-wrap .groups-meta.action{position:absolute;top:20px;right:20px;max-width:35%;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}.logged-in .item-header-wrap .groups-meta.action>.generic-button{margin-bottom:10px}.logged-in .item-header-wrap .bb_more_options{position:absolute;top:33px;right:-20px}.groups-header #item-header-content .group-actions-absolute{position:absolute;right:0;top:20px;width:auto}.groups-header .bb-disable-cover-img #item-header-content .group-actions-absolute{top:20px}}@media (max-width:1400px){.has-sidebar.buddypanel-open .groups-header #item-header-content .group-actions-absolute{position:relative;top:0;margin-top:15px}.has-sidebar.buddypanel-open .groups-header #cover-image-container.left #item-header-content .group-actions-absolute{margin:0 0 15px}.has-sidebar.buddypanel-open .groups-header #cover-image-container.left #item-header-content .group-actions-absolute .groups-meta:first-child{margin-left:0}.has-sidebar.buddypanel-open.logged-in .item-header-wrap .bp-group-title-wrap,.has-sidebar.buddypanel-open.logged-in .item-header-wrap .group-description{max-width:100%}.groups-header #cover-image-container.left #item-header-content .group-actions-absolute{margin:0 0 15px}.groups-header #cover-image-container.left #item-header-content .group-actions-absolute .groups-meta:first-child{margin-left:0}}@media (max-width:1180px){.groups-header #item-header-content .group-actions-absolute{margin-top:15px}.groups-header #item-header-content .group-actions-absolute .bp-group-meta span{padding-left:0}.groups-header #item-header-content .group-actions-absolute .groups-meta{margin-top:0}.buddypanel-open.single-item.groups.has-sidebar .widget-area:not(.widget-area-secondary){-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding-top:0}}@media (max-width:1080px){.groups-header #item-header-content .group-actions-absolute{margin-top:15px}.groups-header .groups-meta{margin:12px 0 4px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.bb_more_options{display:inline-block;vertical-align:middle}.single-item.groups.has-sidebar .bp-zoom-meeting-container{padding-bottom:0}.single-item.groups.has-sidebar .widget-area:not(.widget-area-secondary){-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding-top:0}}@media (max-width:960px){.dataTables_wrapper{overflow:auto}}@media (min-width:992px) and (max-width:1200px){#buddypress #member-list .inside img{width:90px}#buddypress #member-list .activity{position:static}}@media (max-width:799px){.bb-single-bp-content .flex.bs-item-list-tabs{-ms-flex-flow:row wrap;flex-flow:row wrap}#buddypress .bb-single-bp-content.bb-friends-wrap .bs-dir-search{margin-top:-45px;float:right}.bb-single-bp-content .bs-item-list-tabs ul{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;clear:both}#buddypress div#item-header-cover-image .bb-bp-group-title{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:0 0 12px}.groups-header .groups-meta{margin:4px 0}}@media (min-width:749px){.groups.messages .bp-single-vert-nav .groups-header.single-headers{margin-bottom:20px}}@media (max-width:748px){.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-invites-container .bp-navs.group-subnav{padding-top:15px}.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-invites-container{margin:0 -10px}.group-invites nav#object-nav.vertical a{padding:5px 0}.group-invites .bp-single-vert-nav nav#object-nav.vertical{border-bottom:0}.group-invites .buddypress-wrap.bp-vertical-navs .bb-profile-grid{border:1px solid var(--bb-content-border-color);border-radius:4px}}@media (max-width:520px){.bs-item-list.square-view .bs-item-avatar img.avatar{max-width:100px}.bb-member-deails-wrap .item-meta{margin-top:-8px}.bb-single-bp-header .bs-dir-search{width:100%}#buddypress .bb-single-bp-content.bb-friends-wrap .bs-dir-search{margin-top:0;margin-bottom:20px}.bs-item-list.square-view .bb-member-deails-wrap{padding:8px 15px}.tab-container-inner .list-view .avatar:not(.profile-avatar){max-width:36px}.tab-container-inner .bb-group-settings .item-title a{font-size:16px}.tab-container-inner .action .button{width:100%}}@media (max-width:380px){#buddypress .bb-single-bp-content.bb-friends-wrap .bs-dir-search{margin-top:0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:20px}.groups-header .item-header-wrap .groups-meta{-ms-flex-flow:column;flex-flow:column}.single-item.groups #buddypress div#item-header div.generic-button{margin:0 0 10px}.single-item.groups #buddypress div#item-header div.generic-button button{margin:0}#buddypress #item-header.groups-header #cover-image-container.left #item-header-cover-image .bp-group-title-wrap{-ms-flex-flow:column;flex-flow:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}#buddypress #item-header.groups-header #cover-image-container.left #item-header-cover-image .bp-group-title-wrap .bp-group-type{margin:0 0 15px}}.messages-wrapper{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);min-height:-webkit-calc(80vh - 110px);min-height:calc(80vh - 110px)}.messages-wrapper #compose-personal-li a{color:var(--bb-primary-color)}.messages-wrapper #compose-action-personal-li .bb_more_options_action{position:relative;background-color:transparent;margin-top:-2px}.messages-wrapper #compose-action-personal-li .bb_more_options_action>i{color:var(--bb-headings-color);font-size:20px;position:relative}.messages-wrapper #compose-action-personal-li .bb_more_options_action:hover>i,.messages-wrapper #compose-action-personal-li.optionsOpen .bb_more_options_action>i{color:var(--bb-primary-color)}.bb-template-v2 .messages-wrapper #compose-action-personal-li{margin-bottom:5px}.bb-template-v2 .messages-wrapper #compose-action-personal-li .bb_more_options_action:hover>i,.bb-template-v2 .messages-wrapper #compose-action-personal-li.optionsOpen .bb_more_options_action>i{color:var(--bb-headings-color)}.bb-template-v2 .messages-wrapper #compose-action-personal-li .bb_more_options_action:hover:before,.bb-template-v2 .messages-wrapper #compose-action-personal-li.optionsOpen .bb_more_options_action:before{content:"";height:34px;width:34px;background-color:var(--bb-content-alternate-background-color);position:absolute;top:2px;border-radius:6.8px;left:-3px}.bb-template-v2 .buddypress-wrap .messages-wrapper #compose-action-personal-li .message-action-options .message_action__list li{margin-bottom:0}.messages-wrapper .message-action-options .bb_more_options_list li{width:100%}.messages-wrapper #subnav .subnav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:65px}.messages-wrapper #subnav .subnav #back-to-thread-li{color:var(--bb-headings-color)}.messages-wrapper #subnav .subnav #back-to-thread{color:inherit}.messages-wrapper #subnav .subnav #back-to-thread:hover>[class*=bb-icon]{color:var(--bb-primary-color)}.bb-template-v2 .messages-wrapper #subnav .subnav #back-to-thread:hover>[class*=bb-icon]{color:var(--bb-headings-color);position:relative}.bb-template-v2 .messages-wrapper #subnav .subnav #back-to-thread:hover>[class*=bb-icon]:before{position:relative;z-index:1}.bb-template-v2 .messages-wrapper #subnav .subnav #back-to-thread:hover>[class*=bb-icon]:after{content:"";height:34px;width:34px;background-color:var(--bb-content-alternate-background-color);border-radius:6.8px;position:absolute;left:-5px;top:-5px}.messages-wrapper #subnav li{margin:0;padding:0}.messages-wrapper #subnav #compose-personal-li{margin-right:0;padding-right:0}.messages-wrapper #subnav a{border:0;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.875rem;-webkit-transition:all linear .2s;transition:all linear .2s}.messages-wrapper .bp-no-messages #subnav .subnav{min-height:76px}.messages-wrapper #inbox-personal-li a{color:var(--bb-headings-color);font-size:24px;font-weight:600;letter-spacing:-.24px;line-height:1.3;padding:0}.messages-wrapper #inbox-personal-li a:hover{color:var(--bb-primary-color)}.messages-wrapper #compose-personal-li a{color:var(--bb-headings-color);font-size:0;padding:0;-webkit-transition:none;transition:none;position:relative;background:0 0}.messages-wrapper #compose-personal-li a:after{font-size:22px;font-weight:300;line-height:20px}.messages-wrapper #compose-personal-li a:hover{color:var(--bb-primary-color);background:0 0}.bb-template-v2 .messages-wrapper #compose-personal-li a:hover:after{color:var(--bb-headings-color);position:relative}.bb-template-v2 .messages-wrapper #compose-personal-li a:hover:before{content:"";height:34px;width:34px;background-color:var(--bb-content-alternate-background-color);position:absolute;top:-3px;border-radius:6.8px;left:-6.5px}.messages-wrapper #user_messages_search{height:36px;background-size:14px;background-position:left 12px center;padding-right:35px;border-radius:var(--bb-block-radius-inner)}.messages-wrapper #user_messages_search_reset{color:var(--bb-body-text-color)}.messages-wrapper .member-status{right:1px;top:inherit;bottom:1px}.bb-group-message-info{color:var(--bb-alternate-text-color)}.bb-template-v2 .bb-group-message-info:before{font-weight:300}.bp-messages-nav-panel .messages-search,.bp-messages-nav-panel .user-messages-search{width:100%}.bp-messages-nav-panel #subnav{padding:0 20px;margin:0;border:0}.buddypress-wrap .bp-messages-nav-panel .bp-messages-search-form{border-radius:var(--bb-block-radius-inner)}.bp-messages-nav-panel .messages-search-loader>i{color:var(--bb-alternate-text-color)}.buddypress-wrap .bb-profile-grid .bp-messages-nav-panel .subnav-filters{padding:0 20px 15px;margin-bottom:0;border-bottom:1px solid var(--bb-content-border-color);float:none}.bb-template-v2 .buddypress-wrap .bb-profile-grid .bp-messages-nav-panel .subnav-filters{border-bottom:0}.bb-template-v2 .buddypress-wrap .bb-profile-grid .bp-messages-nav-panel.threads-scrolled .subnav-filters{box-shadow:0 4px 4px rgba(0,0,0,.1);position:relative;z-index:1}.bp-messages-feedback:empty{display:none}#buddypress div.message-search{margin-right:0;margin-left:10px}#buddypress div.message-search input[type=text]{height:34px;font-size:13px;padding:0 12px;border-radius:17px;background-size:16px;background-repeat:no-repeat;background-position:14px 53%;background-image:url(../images/svg/search.svg);padding-left:2.375rem}.messages-screen .bp-messages-container .bp-feedback{margin:30px;border-color:rgba(0,0,0,.05);color:var(--bb-default-notice-color);background-color:rgba(var(--bb-default-notice-color-rgb),.1);-ms-flex-wrap:wrap;flex-wrap:wrap}.messages-screen .bp-messages-container .bp-feedback.error{color:var(--bb-danger-color);background-color:rgba(var(--bb-danger-color-rgb),.1)}.messages-screen .bp-messages-container .bp-feedback.error .bp-icon:before{content:"\ee65";font-weight:200}.messages-screen .bp-messages-container .bp-feedback.warning{color:var(--bb-warning-color);background-color:rgba(var(--bb-warning-color-rgb),.1)}.messages-screen .bp-messages-container .bp-feedback.warning .bp-icon:before{content:"\ee66"}.messages-screen .bp-messages-container .bp-feedback.success{color:var(--bb-success-color);background-color:rgba(var(--bb-success-color-rgb),.1)}.messages-screen .bp-messages-container .bp-feedback.success .bp-icon:before{content:"\e876";font-weight:200}.messages-screen .bp-messages-container .bp-feedback.info{color:var(--bb-default-notice-color);background-color:rgba(var(--bb-default-notice-color-rgb),.1)}.messages-screen .bp-messages-container .bp-feedback.info .bp-icon:before{content:"\eebc";font-weight:200}.messages-screen .bp-messages-container .bp-feedback.loading .bp-icon:before{content:"\e884"}.messages-screen .bp-messages-container .bp-feedback.help .bp-icon:before{content:"\eec6";font-weight:200}.messages-screen .bp-messages-container .bp-feedback.updated .bp-icon:before{content:"\e876";font-weight:200}.messages-screen .bp-messages-container .bp-feedback .bp-icon{background-color:transparent;color:inherit;font-family:bb-icons;font-size:18px;font-weight:200;padding:0 0 0 15px;margin:0}.messages-screen .bp-messages-container .bp-feedback .bp-icon:before{font-weight:300}.messages-screen .bp-messages-container .bp-feedback p{font-size:13px;padding:10px 15px 10px 10px}.messages-screen .bp-messages-container .bp-feedback p+.bb-allowed-file-types{margin-top:-10px}.messages-screen .bp-messages-container .bp-feedback .bb-allowed-file-types{font-size:13px;-webkit-box-flex:100%;-ms-flex:100%;flex:100%;margin:0 10px 0 40px}.bb-template-v2 .messages-screen .bp-messages-container .bp-feedback{border-color:transparent}.messages-screen .bp-messages-container .bp-send-message-notices .bp-feedback{margin:20px 20px 0}@-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)}}#buddypress div.message-search input#messages_search:-webkit-autofill{-webkit-animation-name:autofill;animation-name:autofill;-webkit-animation-fill-mode:both;animation-fill-mode:both}#message-thread{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;position:relative;padding:30px 30px 0;border-left:1px solid var(--bb-content-border-color);max-height:78vh;min-height:78vh;overflow-x:hidden;overflow-y:auto}div#buddypress #message-thread .confirm{position:absolute;top:20px;right:20px}div#buddypress #message-thread div.alt{background:rgba(247,250,254,.5)}.message-metadata{-ms-flex-flow:row wrap;flex-flow:row wrap}.message-metadata img{float:none;max-width:40px;border-radius:50%;margin-right:15px}.message-metadata .meta-user-info a{display:block;font-weight:500;font-size:14px;line-height:19px;color:var(--bb-headings-color);margin-bottom:2px}.message-metadata .meta-user-info a:hover{color:var(--bb-primary-color)}.message-metadata .meta-user-info span{display:block;font-size:12px;line-height:14px;color:var(--bb-alternate-text-color)}.thread-load{display:block;text-align:center}#bb-message-subject{margin-bottom:5px;font-family:inherit;font-size:16px;font-weight:500;letter-spacing:-.27px;line-height:1.1875}#buddypress #message-thread #message-recipients{letter-spacing:-.24px;margin:0}#buddypress #message-thread #message-recipients .highlight{font-size:14px;font-weight:300;color:#939597;background-color:transparent}#buddypress #message-thread #message-recipients .highlight a{color:var(--bb-headings-color)}#buddypress #message-thread #message-recipients .highlight a:hover{color:var(--bb-primary-color)}#message-thread{margin:0;font-size:14px;color:var(--bb-body-text-color);line-height:1.5;letter-spacing:-.24px}#message-thread .h1,#message-thread .h2,#message-thread .h3,#message-thread .h4,#message-thread .h5,#message-thread .h6,#message-thread address,#message-thread h1,#message-thread h2,#message-thread h3,#message-thread h4,#message-thread h5,#message-thread h6,#message-thread hr,#message-thread p{margin-bottom:1rem}a.bb-cover-link{display:block;position:absolute;width:100%;left:0;top:0;font-size:0;height:100%}.thread-excerpt,.thread-subject,.thread-to a{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.thread-excerpt{max-width:-webkit-calc(100% - 107px);max-width:calc(100% - 107px);display:inline-block;vertical-align:middle}.thread-to a{color:var(--bb-headings-color)}.thread-to a:hover{color:var(--bb-primary-color)}.thread-subject .emoji{max-width:14px;vertical-align:middle;line-height:1;margin-top:0;margin-bottom:0;height:auto!important}.reply-box{padding:30px}.reply-box .reply-box-header{margin-bottom:16px}.reply-box .avatar{width:40px;margin-right:10px}.reply-box .reply-user-info p{margin-bottom:0;line-height:20px}.reply-box .reply-user-info p:first-child{font-size:14px;font-weight:500;color:var(--bb-body-text-color)}.reply-box .reply-user-info p:last-child{font-size:12px;color:var(--bb-alternate-text-color)}.reply-box textarea{display:block;width:100%;height:100px;margin-bottom:16px;padding:0 0 0 50px;border:none;font-size:16px;resize:vertical}#buddypress .reply-box input[type=submit].small{font-size:14px;min-height:34px;padding:6px 20px;border-radius:var(--bb-button-radius);line-height:1.4}#buddypress .reply-box input[type=submit].small:hover{outline:0;text-decoration:none;color:#fff;background-color:#1f48ff;border-color:transparent}#send_message_form{padding:20px;margin:0;position:relative;color:var(--bb-body-text-color);height:80vh;max-height:80vh;min-height:670px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}#send_message_form .bp-messages-form-header{border-bottom:1px solid var(--bb-content-border-color);margin:0 -20px 20px;padding:0 20px 18px}.compose #send_message_form .bp-messages-form-header{border:0;padding:0;margin:0}.compose #send_message_form .bp-messages-form-header .bp-close-compose-form{display:-webkit-box;display:-ms-flexbox;display:flex;height:34px;width:34px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:3px}.compose #send_message_form .bp-messages-form-header .bp-close-compose-form [class*=bb-icon]{color:var(--bb-headings-color)}.compose #send_message_form .bp-messages-form-header .bp-close-compose-form [class*=bb-icon]:hover{color:var(--bb-primary-color)}@media screen and (min-width:1080px){.compose .bp-messages-container.bp-no-messages #send_message_form .bp-messages-form-header .bp-close-compose-form{display:none}}#send_message_form label[for=send-to-input]{margin:0}#send_message_form .select2-selection--multiple{border-color:transparent;padding:0;background-color:transparent}#send_message_form .select2-selection__rendered{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}#send_message_form .select2-selection__rendered li{margin:0}#send_message_form li.select2-selection__choice{margin-right:10px;margin-bottom:5px}#buddypress #send_message_form .select2-search__field{background:0 0;border-width:0;min-width:100%;width:100%;padding-left:0;padding-bottom:35px;height:auto;box-shadow:none}#send_message_form .dropzone .dz-default{margin:0 0 0 5px}#send_message_form .select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:var(--bb-label-background-color)!important;border:0;border-radius:var(--bb-block-radius-inner);font-size:14px;color:var(--bb-label-text-color);letter-spacing:-.24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:row-reverse;flex-flow:row-reverse;padding:2px 6px 2px 10px;margin-right:5px}#send_message_form .select2-selection__choice__remove{color:var(--bb-label-text-color);font-size:0;line-height:1;margin:0 0 0 2px;opacity:.5}#send_message_form .select2-selection__choice__remove:before{font-size:18px;font-weight:400;line-height:initial;background-color:transparent;color:var(--bb-label-text-color)}#send_message_form .select2-selection__choice__remove:hover{opacity:1}#send_message_form .bp-messages-feedback{top:90px;position:absolute;left:20px;right:20px}#send_message_form .bp-messages-feedback .bp-feedback{margin:0 0 20px}#send_message_form #bp-message-content{margin:auto 0 0}.messages-screen .bp-messages-container .compose-feedback{top:90px;position:absolute;left:20px;right:20px}.messages-screen .bp-messages-container .compose-feedback .bp-feedback{margin:0 0 20px}.bp-compose-message #send_message_form #bp-message-content{margin:auto 0 0}.bp-messages-content #bp-message-content{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner);margin:20px;padding:0;-webkit-transition:box-shadow ease .1s;transition:box-shadow ease .1s}.bp-messages-content #bp-message-content #whats-new-messages-attachments{margin-top:0;padding:0 9px}.bb-template-v2 .bp-messages-content #bp-message-content:focus-within{box-shadow:0 3px 5px -2px rgba(0,0,0,.12);-webkit-transition:box-shadow ease .1s;transition:box-shadow ease .1s}.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-actions button.medium-editor-button-first{padding-left:2px!important}.bb-template-v2.compose #send_message_form .bp-messages-form-header .bp-close-compose-form:hover{background-color:var(--bb-content-alternate-background-color);border-radius:6px}.bb-template-v2.compose #send_message_form .bp-messages-form-header .bp-close-compose-form:hover [class*=bb-icon]{color:var(--bb-headings-color)}.bp-messages-recipient{border-bottom:1px solid var(--bb-content-border-color)}.bp-messages-recipient>span:first-child{color:var(--bb-headings-color)}body .select2-container .select2-dropdown.bb-compose-input{padding:8px;box-shadow:0 3px 8px rgba(0,0,0,.06),0 6px 24px rgba(0,0,0,.12);border:1px solid var(--bb-content-border-color);margin:40px 0 0 -30px;max-width:230px}body .select2-container .select2-dropdown.bb-compose-input .avatar{max-width:30px;margin-right:6px}body .select2-container .select2-dropdown.bb-compose-input .select2-results__option{border-radius:var(--bb-block-radius-inner);color:var(--bb-headings-color);font-size:13px;font-weight:500;padding:6px 8px}body .select2-container .select2-dropdown.bb-compose-input .select2-results__option strong{font-weight:500}body .select2-container .select2-dropdown.bb-compose-input .select2-results__option.select2-results__option--highlighted,body .select2-container .select2-dropdown.bb-compose-input .select2-results__option:hover:not(.select2-results__message,.loading-results){background-color:var(--bb-content-alternate-background-color)}body .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results,body .select2-container .select2-dropdown.bb-compose-input .select2-results__option.select2-results__message{font-size:13px;font-weight:500;color:var(--bb-alternate-text-color);letter-spacing:.14px}body .select2-container .select2-dropdown.bb-compose-input .select2-results__option--load-more,body .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results{position:relative;overflow:hidden}body .select2-container .select2-dropdown.bb-compose-input .select2-results__option--load-more:before,body .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results:before{content:"\ef30";font-family:bb-icons;font-weight:400;font-size:20px;vertical-align:middle;margin-right:5px;margin-left:3px;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;display:inline-block;height:25px;width:25px;text-align:center}body.bb-template-v1 .select2-container .select2-dropdown.bb-compose-input .select2-results__option--load-more:before,body.bb-template-v1 .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results:before{margin-left:0}body.bb-template-v2 .select2-container .select2-dropdown.bb-compose-input{border-radius:8px;border:0}body .select2-container .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}body .select2-container .select2-dropdown .select2-results__option{border-radius:3px;margin-bottom:0;font-size:14px;padding:2px 5px}.thread.bb-new-message{background:rgba(0,124,255,.1)}.messages .ac_results{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:none;min-width:200px;font-size:13px;max-width:200px;padding:5px 0;margin-left:-12px;margin-top:4px;overflow:visible}.messages .ac_results:after{content:" ";position:absolute;width:0;height:0;top:1px;margin:0 auto;left:15px;box-sizing:border-box;border:6px 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);-webkit-transition:all linear .2s;transition:all linear .2s;z-index:101}.messages .ac_results li{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.messages .ac_results .ac_odd{background:#fff}.messages .ac_results .ac_over{color:var(--bb-primary-color);background:#f5f5f5}.messages .ac_results img{margin-right:0;width:auto!important;max-width:25px;border-radius:50%}#buddypress div#message-thread .bb-send-reply-title{font-size:13px;font-weight:500;color:var(--bb-body-text-color)}#sitewide-notice{position:fixed;z-index:9999;top:2%;right:1%}.bp-single-message-wrap .bp-avatar-wrap.bp-suspended-avatar{position:relative}#message-threads .message-thread-options .bb_more_options_action i{color:var(--bb-headings-color)}.bp-user-messages-loading.loading .message-user-loading{padding:15px 3px}.bb-template-v2 .bp-user-messages-loading.loading .message-user-loading{padding:15px}@media (max-width:600px){#send_message_form{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.bb-messages-wrap{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.thread.bb-new-message{display:none}#message-thread,.bb-messages-wrap{overflow:initial;min-height:100%;max-height:100%}.bb-mobile-view .bb-messages-wrap{display:none}#message-thread{padding:30px 20px}.metadata-right{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding-left:50px}.message-metadata .message-star-actions{margin-left:auto}}@media (max-width:520px){#buddypress .bb-message-heading .message-search{margin:10px auto;width:100%}.bb-message-heading .message-search #messages_search{width:100%}}.buddypress-wrap .subnav-filters .user-messages-bulk-actions label{padding:0;margin:0;font-family:inherit;font-size:1rem;font-weight:500;text-transform:uppercase}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .select-wrap:focus,.buddypress-wrap .subnav-filters .user-messages-bulk-actions .select-wrap:hover{box-shadow:none;outline:0}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-apply{padding:0;margin:0;min-height:10px;line-height:1}.user-messages-bulk-actions .bulk-actions.select-wrap{margin-left:10px;margin-right:10px}.buddypress-wrap .subnav-filters .user-messages-bulk-actions div select{border:1px solid #eee;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:right 10px center;font-size:14px;height:26px;padding:0 25px 0 8px}#bp-message-thread-list{max-height:initial}#bp-message-thread-list li{background-color:var(--bb-content-background-color)}#bp-message-thread-list .bp-message-content-wrap+.bb-activity-media-wrap,#bp-message-thread-list .bp-message-content-wrap+.bb-activity-video-wrap{margin-top:10px}#bp-message-thread-list .bp-message-content-wrap+.bb-activity-video-wrap{margin-left:-3px}#bp-message-thread-list .bp-message-content-wrap p.blocked,#bp-message-thread-list .bp-message-content-wrap p.deleted-message,#bp-message-thread-list .bp-message-content-wrap p.suspended,#bp-message-thread-list .bp-message-content-wrap span.blocked,#bp-message-thread-list .bp-message-content-wrap span.suspended{color:var(--bb-alternate-text-color);border-color:var(--bb-content-border-color)}.bb-template-v2 #bp-message-thread-list .bp-message-content-wrap p.blocked,.bb-template-v2 #bp-message-thread-list .bp-message-content-wrap p.deleted-message,.bb-template-v2 #bp-message-thread-list .bp-message-content-wrap p.suspended,.bb-template-v2 #bp-message-thread-list .bp-message-content-wrap span.blocked,.bb-template-v2 #bp-message-thread-list .bp-message-content-wrap span.suspended{background-color:var(--bb-content-alternate-background-color);border-color:transparent}#bp-message-thread-list li.divider-date .bp-message-content-wrap{color:var(--bb-alternate-text-color);opacity:1}.bp-messages-content-wrapper.has_info .bp-messages-feedback .bp-feedback{margin:10px 30px}.bp-messages-content-wrapper .message-thread-header~.bp-messages-feedback:not(:empty) .bp-feedback{border-radius:0;margin:0;border-width:0;border-color:var(--bb-content-border-color)}.bb-template-v2 .bp-messages-content-wrapper .message-thread-header~.bp-messages-feedback:not(:empty)~#bp-message-thread-list{border-top:0}.bp-messages-content-wrapper.has_info .bp-messages-feedback{border-top:1px solid var(--bb-content-border-color);margin:0 -20px}.buddypress-wrap .subnav-filters.bp-messages-filters .messages-search{margin-bottom:0;margin-top:0}.buddypress-wrap .subnav-filters.bp-messages-filters .messages-search #user_messages_search_form:before{top:5px}.bb-template-v2 .buddypress-wrap .subnav-filters.bp-messages-filters .messages-search #user_messages_search_form:focus-within{border-color:var(--bb-primary-color);background-color:var(--bb-content-background-color)}.buddypress-wrap .subnav-filters.bp-messages-filters .messages-search #user_messages_search_form button[type=submit] span{font-size:20px;color:var(--bb-body-text-color);opacity:.4}.buddypress-wrap .subnav-filters.bp-messages-filters ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bp-messages-content{margin:0}.bp-messages-content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;padding:0 20px;height:80vh;max-height:80vh;min-height:670px}.bp-messages-content-wrapper .dropzone.dz-started .dz-default.dz-message{display:none}.bp-messages-content-wrapper .dropzone.dz-started.files-uploaded:not(.dz-max-files-reached) .dz-default.dz-message{display:-webkit-box;display:-ms-flexbox;display:flex}.bp-messages-content-wrapper .bb-pusher-typing-indicator{margin:0 -20px -10px;padding:15px 0 0 20px;z-index:1;position:relative;background-color:var(--bb-content-background-color)}.bp-messages-content-wrapper .bb-pusher-typing-indicator .bb-pusher-typing-indicator-text-inner strong{font-weight:500}.bp-messages-content-wrapper.focus-in--scroll .bb-pusher-typing-indicator{border-top:1px solid var(--bb-content-border-color)}.bb-template-v2 .bp-messages-content-wrapper.focus-in--scroll .bb-pusher-typing-indicator{box-shadow:0 -4px 4px rgba(0,0,0,.1);border-top:0;z-index:111}#buddypress #bp-message-content .dropzone .dz-default .dz-button{line-height:1.5}#buddypress #bp-message-content .dropzone .dz-default .dz-button>strong{line-height:1}body .bp-messages-user-threads{min-height:550px;max-height:-webkit-calc(80vh - 118px);max-height:calc(80vh - 118px);height:-webkit-calc(80vh - 118px);height:calc(80vh - 118px)}#message-threads{border:0}#message-threads li.can-not-send-msg .thread-to:after{bottom:inherit;right:21px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bb-template-v2 #message-threads li.can-not-send-msg .thread-to:after{right:36px}#message-threads .bb-user-avatar{margin-right:15px}#message-threads .bb-user-avatar .avatar{max-width:40px}.bb-thread-subject{line-height:1.3;margin-bottom:10px}.bb-thread-cb{margin-top:10px}#message-threads .bp-message-link{border-bottom:0;padding:15px 45px 15px 15px;border-left:3px solid transparent;min-width:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#message-threads .bp-message-link:last-child{border-bottom:0}#message-threads .bp-message-link.unread{background-color:inherit}#message-threads .bp-message-link.unread .thread-to{position:relative}#message-threads .bp-message-link.unread .thread-to:before{content:"\25CF";font-size:14px;color:var(--bb-primary-color);position:absolute;left:-14px;top:0}.bb-template-v2 #message-threads .bp-message-link{margin:0 15px 5px;border-radius:var(--bb-block-radius-inner);border:0}#message-threads .bp-message-link:hover,#message-threads .thread-item.optionsOpen:not(.current) .bp-message-link{background:var(--bb-content-alternate-background-color)}#message-threads li.selected{background-color:#f7fafe}#message-threads .bp-message-link .thread-cb{-webkit-box-flex:0;-ms-flex:0 0 35px;flex:0 0 35px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}#message-threads .bb-thread-info{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.bb-thread-title{font-size:15px}.bb-thread-title .bb-user-link{font-weight:500;color:inherit}.bb-thread-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1;margin-bottom:3px}#message-threads .bp-message-link .thread-date{font-size:13px;font-weight:400;color:var(--bb-alternate-text-color);letter-spacing:-.19px;line-height:17px;min-width:0}#message-threads .bp-message-link .thread-date:before{background-color:var(--bb-alternate-text-color)}.bp-messages-content time{letter-spacing:-.24px;line-height:1.3;font-size:12px;font-weight:300;color:var(--bb-alternate-text-color)}.user-messages-bulk-actions .bs-styled-checkbox+label:before{margin-right:15px}#buddypress .mce-toolbar .mce-btn button,#buddypress .mce-toolbar .mce-btn button:focus,#buddypress .mce-toolbar .mce-btn button:hover{background:0 0;border:0;box-shadow:none;padding:0;margin:0;color:inherit;min-height:16px;padding-bottom:2px}#message-threads li .thread-content .excerpt{margin:0 0 3px;font-size:14px;color:#7f868f;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bp-messages-content #bp-message-thread-header h2:first-child{background-color:transparent;color:var(--bb-headings-color);padding:0;margin-bottom:12px;font-family:inherit;font-size:16px;font-weight:500;letter-spacing:-.27px;line-height:1.25}.bp-messages-content .preview-thread-title .messages-title,.bp-messages-content .single-thread-title .messages-title{padding-left:0}ul.participants-list{list-style:none;margin:0}.preview-content .actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bp-messages-content .thread-participants dd,.bp-messages-content .thread-participants ul{margin-bottom:0}dl.thread-participants{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;padding:10px 20px 10px 0}dl.thread-participants+.actions{position:absolute;right:20px}.bp-messages-content .thread-participants img{width:100%;max-width:30px;border-radius:50%}.bp-messages-content .preview-pane-header,.bp-messages-content .single-message-thread-header{margin-bottom:0}.bp-messages-content .thread-participants{margin:0;width:auto;font-size:16px;font-weight:500;color:var(--bb-headings-color);letter-spacing:-.27px}.bp-messages-content .thread-participants .participants-name{color:var(--bb-header-links);word-break:break-all}.bp-messages-content .thread-participants .participants-name a{color:var(--bb-headings-color)}.bp-messages-content .thread-participants .participants-name a:hover{color:var(--bb-primary-color)}.bp-messages-content .thread-participants #view_more_members:hover .num-name,.bp-messages-content .thread-participants a:hover .participants-name{color:var(--bb-primary-color)}.bp-messages-content .thread-participants #view_more_members .num-name{color:var(--bb-header-links);font-size:16px}.bp-messages-content .thread-participants dt{padding-right:10px}.bp-messages-content .thread-participants dd,.bp-messages-content .thread-participants dt{display:block;width:100%;line-height:1.3}.bp-messages-content .participants-list a{display:inline-block;margin-right:3px}div#subsubnav:empty{display:none}dl.thread-participants{font-size:14px;line-height:1.5;letter-spacing:-.24px}body.compose .bp-messages-content{border:0}.mce-btn button:hover,.mce-window-head .mce-close:hover{background:0 0;box-shadow:none}.message-action-delete.bp-tooltip.bp-icons{background:0 0;border:0;color:inherit}.message-action-delete.bp-tooltip.bp-icons:focus,.message-action-delete.bp-tooltip.bp-icons:hover{background:0 0;box-shadow:none;border:0}.bp-hide{display:none!important}.bp-messages-content .thread-participants li{float:left;margin:5px 2px}.bp-messages-content .single-message-thread-header{border-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:76px}.bp-messages-content .single-message-thread-header .thread-avatar .thread-multiple-avatar:after{background-color:var(--bb-content-background-color)}.bp-messages-content .single-message-thread-header .actions .message_actions .message_action__list{min-width:200px}.bp-messages-content .single-message-thread-header .message_action__anchor{position:relative}.bp-messages-content .single-message-thread-header .message_action__anchor [class*=" bb-icon-"]{font-size:20px;color:var(--bb-headings-color)}.bp-messages-content .single-message-thread-header .message_action__anchor:hover [class*=" bb-icon-"]{color:var(--bb-primary-color)}@media screen and (max-width:980px){.bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions .message_action__list.open{border-radius:10px}.bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions .message_action__list.open .bb_more_dropdown__title{border-radius:10px 10px 0 0}.bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions .message_action__list.open ul{border-radius:0 0 10px 10px}}.bb-template-v2 .bp-messages-content .single-message-thread-header .message_action__anchor:hover [class*=" bb-icon-"],.bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions.open .message_action__anchor [class*=" bb-icon-"]{color:var(--bb-headings-color);position:relative}.bb-template-v2 .bp-messages-content .single-message-thread-header .message_action__anchor:hover:before,.bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions.open .message_action__anchor:before{content:"";height:34px;width:34px;background-color:var(--bb-content-alternate-background-color);position:absolute;top:-14px;border-radius:6.8px;left:-7.5px}#buddypress .bp-messages-container .message_action__list li a{color:var(--bb-body-text-color);line-height:1.1;padding:10px 15px}#buddypress .bp-messages-container .message_action__list li a.button{background-color:transparent;border:0;font-size:13px;font-weight:500;display:block;text-align:left;border-radius:var(--bb-block-radius-inner);-webkit-transition:none;transition:none}#buddypress .bp-messages-container .message_action__list li a.button:before{font-weight:400}#buddypress .bp-messages-container .message_action__list li a:before{color:var(--bb-alternate-text-color)}#buddypress .bp-messages-container .message_action__list li a:hover{background-color:var(--bb-content-alternate-background-color);color:var(--bb-primary-color)}#buddypress .bp-messages-container .message_action__list li a:hover:before{color:var(--bb-primary-color)}.bb-template-v2 #buddypress .bp-messages-container .message_action__list li a:hover{color:var(--bb-body-text-color)}.bb-template-v2 #buddypress .bp-messages-container .message_action__list li a:hover:before{color:var(--bb-alternate-text-color)}.single.messages.view .bp-messages-filters,.single.messages.view .bp-messages-threads-list{display:block}.bp-messages-content:empty{display:none}.bp-messages-content,.bp-messages-threads-list{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;padding:0}.bb-template-v1 .bp-messages-threads-list.bp-no-messages{border-top:1px solid var(--bb-content-border-color)}#message-threads .bp-message-link .thread-avatar{-webkit-box-flex:0;-ms-flex:0 0 52px;flex:0 0 52px;margin-right:15px}#message-threads .thread-avatar .user-status-icon,.messages-screen .user-status-icon{background-color:var(--bb-alternate-text-color);color:var(--bb-content-background-color)}#message-threads .bp-message-link .thread-avatar .thread-multiple-avatar:before{content:"";height:38px;width:38px;background-color:var(--bb-content-background-color);border-radius:50%;position:absolute;left:15px;top:15px;z-index:1}#message-threads .bp-message-link .thread-avatar .thread-multiple-avatar img{border:0}#message-threads .bp-message-link .thread-avatar .thread-multiple-avatar img+img{z-index:2}#message-threads .bp-message-link:hover .thread-avatar .thread-multiple-avatar:before,#message-threads .current .bp-message-link .thread-avatar .thread-multiple-avatar:before{background-color:var(--bb-content-alternate-background-color)}.bb-template-v2 #message-threads .bp-message-link:hover .thread-avatar .thread-multiple-avatar:before,.bb-template-v2 #message-threads .current .bp-message-link .thread-avatar .thread-multiple-avatar:before{background:-webkit-linear-gradient(90deg,rgba(255,255,255,.9),rgba(255,255,255,.9)),var(--bb-primary-color);background:linear-gradient(0deg,rgba(255,255,255,.9),rgba(255,255,255,.9)),var(--bb-primary-color)}#message-threads .bp-message-link .thread-avatar img.avatar{margin:0}.thread-to{font-size:14px;color:var(--bb-headings-color);line-height:1.5;font-weight:500;opacity:.85;text-transform:capitalize}.unread .thread-to{font-weight:500;opacity:1}.unread .thread-subject{font-weight:500}.unread .thread-date time{position:relative}.unread .bp-message-link:after{content:"";height:10px;width:10px;border-radius:100%;background-color:var(--bb-primary-color);display:inline-block;position:absolute;right:22px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bb-template-v2 .unread .bp-message-link:after{right:37px}.unread.optionsOpen .bp-message-link:after,.unread:hover .bp-message-link:after{display:none}.buddypress-wrap .bp-messages.bp-user-messages-feedback{border:0;border-radius:0}#bp-messages-next-page,#bp-messages-prev-page{padding:0 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:34px;height:34px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:15px}#message-threads .bp-message-link .thread-content .thread-subject{color:var(--bb-body-text-color);font-size:13px;font-weight:500;letter-spacing:-.21px;line-height:1.5;min-height:21px;text-overflow:initial}#message-threads .bp-message-link .thread-content .thread-subject .typing-indicator{display:inline-block;max-width:-webkit-calc(100% - 107px);max-width:calc(100% - 107px);overflow:hidden;text-overflow:ellipsis;vertical-align:middle}#message-threads li.unread .thread-subject .subject{color:var(--bb-headings-color)}#message-threads li .thread-content .thread-subject a{color:var(--bb-headings-color)}#message-threads li .thread-content .thread-subject a:hover{color:var(--bb-primary-color)}#message-threads li.unread .thread-date time:after{background-color:var(--bb-primary-color)}#message-threads li.unread .thread-to:before{color:var(--bb-primary-color)}.bp-avatar-wrap{margin-right:18px;max-width:38px}.bp-messages-content #bp-message-content .medium-editor-toolbar,.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-form{background-color:var(--bb-content-alternate-background-color)}.bp-messages-content #bp-message-content .medium-editor-toolbar.static-toolbar.active{overflow:visible}.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-form{width:-webkit-calc(100% + 123px);width:calc(100% + 123px);overflow:visible;padding:5px 10px 5px 0;box-shadow:none}.bp-messages-content #bp-message-content #whats-new-messages-toolbar .media-off+.medium-editor-toolbar .medium-editor-toolbar-form{width:auto}@media screen and (max-width:430px){.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-form{width:-webkit-calc(100% + 108px);width:calc(100% + 108px);padding:2px 10px 2px 0}}@media screen and (max-width:374px){.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-form{width:-webkit-calc(100% + 68px);width:calc(100% + 68px)}}.bp-messages-content #bp-message-thread-list{background:0 0;border:0;border-top:1px solid var(--bb-content-border-color);margin:0 -20px;padding:10px 20px;height:auto;min-height:0;-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}@media screen and (max-width:800px){.bp-messages-content #bp-message-thread-list{overflow-x:hidden}}.bp-messages-content #bp-message-thread-list li{margin:0 -20px;border-radius:0;padding:10px 20px;border:0;box-shadow:none;width:auto;background-color:transparent}.bp-messages-content #bp-message-thread-list li .bp-avatar-wrap{margin-right:15px;max-width:40px}.bp-messages-content #bp-message-thread-list li.error,.bp-messages-content #bp-message-thread-list li.sending{padding-bottom:35px;position:relative}.bp-messages-content #bp-message-thread-list li.error .bb-activity-media-wrap,.bp-messages-content #bp-message-thread-list li.error .bp-avatar-wrap,.bp-messages-content #bp-message-thread-list li.error .bp-message-content-wrap>:not(.message_send_error,.message_send_sending),.bp-messages-content #bp-message-thread-list li.error .message-metadata,.bp-messages-content #bp-message-thread-list li.sending .bb-activity-media-wrap,.bp-messages-content #bp-message-thread-list li.sending .bp-avatar-wrap,.bp-messages-content #bp-message-thread-list li.sending .bp-message-content-wrap>:not(.message_send_error,.message_send_sending),.bp-messages-content #bp-message-thread-list li.sending .message-metadata{opacity:.5}.bp-messages-content #bp-message-thread-list li.error .message_send_error{color:var(--bb-content-border-color);font-size:13px;position:absolute;bottom:8px}.bp-messages-content #bp-message-thread-list li.error .message_send_error a{font-size:13px;font-weight:500;color:var(--bb-headings-color);opacity:.4;margin-right:3px}.bp-messages-content #bp-message-thread-list li.error .message_send_error a:hover{opacity:1}.bp-messages-content #bp-message-thread-list li.error .message_send_error a~a{margin-left:3px}.bp-messages-content #bp-message-thread-list li.error .info-text-error-message{font-size:13px;color:var(--bb-danger-color);margin-right:5px}.bp-messages-content #bp-message-thread-list li.error .info-text-error-message:before{content:"\ee65";font-family:bb-icons;font-weight:100;font-size:14px;display:inline-block;vertical-align:top;margin-right:5px}.bb-template-v2 .bp-messages-content #bp-message-thread-list li.error .info-text-error-message:before{font-weight:200}.bp-messages-content #bp-message-thread-list li.sending .message_send_sending{position:absolute;bottom:8px}.bp-messages-content #bp-message-thread-list li.sending .message_send_sending .info-text-send-message{color:var(--bb-alternate-text-color);font-size:13px;line-height:17px;display:inline-block}.bp-messages-content #bp-message-thread-list li.sending .message_send_sending .info-text-send-message:before{content:"\ef30";font-family:bb-icons;font-weight:400;font-size:16px;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;display:inline-block;vertical-align:middle;margin-right:5px}.bp-messages-content #bp-message-thread-list li .fluid-width-video-wrapper iframe{border-radius:var(--bb-block-radius-inner)}.bp-messages-content #bp-message-thread-list li .bp-message-content-wrap iframe[style="border-radius: 12px"]{border-radius:var(--bb-block-radius-inner)!important}.bp-messages-content #bp-message-thread-list .message-metadata .user-link strong:after{display:none}.bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback{border:0;border-radius:0 0 var(--bb-block-radius) 0;border-top:1px solid var(--bb-content-border-color);background-color:var(--bb-content-alternate-background-color);-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;margin:0 -20px;padding:20px}.bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback p{margin:0;padding:0;text-align:center;line-height:1.5;color:var(--bb-alternate-text-color)}.bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback p+.generic-button{margin:10px 0 0}#buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .button-wrapper .generic-button>button,#buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .generic-button>a{font-size:14px;font-weight:600;color:var(--bb-primary-color);line-height:1.5;min-height:auto;background:0 0;border:0;padding:0}#buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .button-wrapper .generic-button>button.requested,#buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .generic-button>a.requested{color:var(--bb-alternate-text-color);cursor:auto;pointer-events:none}#buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .button-wrapper .generic-button>button.requested:before,#buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .generic-button>a.requested:before{content:"\e876";color:var(--bb-alternate-text-color);font-family:bb-icons;font-size:20px;font-weight:300;line-height:1;vertical-align:middle;margin-right:5px}.bb-template-v2 .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback{border:0;border-radius:var(--bb-block-radius-inner);margin:20px 0}@media screen and (max-width:1080px){.bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)}}.bp-messages-content.has_info{position:relative}.bp-messages-content form.send-reply .avatar-box{padding:0}#message-threads .bp-message-link .thread-content{-webkit-box-flex:1;-ms-flex:1;flex:1;line-height:1;min-width:0}.bp-messages-content .thread-participants .thread-date{color:var(--bb-alternate-text-color);font-size:13px;font-weight:400;line-height:1.4;display:inline-block}#bp-message-load-more:empty{display:none}#buddypress .message-action-delete,#buddypress .message_action__anchor{background:0 0;border:0;color:inherit;font-size:10px;padding:0;line-height:1;min-height:1px;height:auto;width:100%}#buddypress .message-action-delete:focus,#buddypress .message-action-delete:hover,#buddypress .message_action__anchor:focus,#buddypress .message_action__anchor:hover{background:0 0;box-shadow:none}#buddypress .message-action-delete .bb-icon-trash,#buddypress .message_action__anchor .bb-icon-trash{color:#939597}#buddypress .message-action-delete .bb-icon-menu-dots-v,#buddypress .message_action__anchor .bb-icon-menu-dots-v{color:#939597;font-size:21px}.bp-messages-content .actions{line-height:1.3}.bp-messages-content .actions .message_actions .message_action__list li a:hover{color:var(--bb-header-links-hover)}.bp-messages-content .actions .message_actions.loading .message_action__anchor:hover:before{display:none}.bb-template-v2 .bp-messages-content .actions .message_actions.loading .message_action__anchor>i:before{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)}.message-metadata .user-link{height:auto}.bp-messages-content #bp-message-thread-list .message-metadata time{color:var(--bb-alternate-text-color);font-size:13px;padding-left:3px;line-height:1.5}.bp-messages-content #bp-message-thread-list .message-metadata .avatar{width:auto}.bp-messages-content #bp-message-thread-list .message-metadata .user-link{color:var(--bb-headings-color)}.bp-messages-content #bp-message-thread-list .message-metadata .user-link:hover{color:var(--bb-primary-color)}.bp-messages-content #send-reply{margin:0 -20px;width:auto;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;height:auto;min-height:0}.bp-messages-content #send-reply .message-box{width:100%;display:none}.bp-messages-content #send-reply .wp-editor-container{border-left:0;border-right:0}.bp-messages-content #send-reply .message-metadata{display:none}.bp-messages-content #send-reply .dropzone .dz-default{padding:18px 5px}.scrolled--up.focus-in--scroll #send-reply{border-top:1px solid var(--bb-content-border-color)}.bb-template-v2 .scrolled--up.focus-in--scroll #send-reply{box-shadow:0 -4px 4px rgba(0,0,0,.1);border-top:0;z-index:11}.buddypress-wrap .standard-form#send-reply textarea{width:100%;border:0}#bp-message-thread-list:empty{border:0;max-height:initial;min-height:auto;padding:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:0;border-top:1px solid var(--bb-content-border-color)}#bp-message-thread-list:empty:before{font:normal normal normal 25px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\ef30";-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear}#bp-message-thread-header:empty~#bp-message-thread-list:empty{margin-top:76px}.archived-empty #bp-message-thread-list{margin-top:76px}.messages.compose .bp-messages-filters{display:block}#buddypress #bp-messages-reset,#buddypress #bp-messages-send{min-width:140px;font-weight:500;height:40px}.buddypress-wrap .standard-form .wp-editor-container{border:1px solid #dedfe2}.send-reply.loading{position:relative}.send-reply.loading:before{background:rgba(255,255,255,.6);content:"";position:absolute;height:100%;width:100%;z-index:10}.send-reply.loading:after{position:absolute;top:42%;left:0;right:0;margin:auto;content:"\ef30";font-family:bb-icons;font-size:24px;line-height:36px;text-align:center;-webkit-animation:spin 3s infinite linear;animation:spin 3s infinite linear;z-index:12}#message_content_ifr{max-height:80px}#message_content{margin-bottom:0}#message_content>p:last-child{margin-bottom:0}.no-message-wrap .dashicons-email-alt{background:url(../images/svg/new-message.svg) no-repeat center center;display:block;margin:20px auto 0;height:80px;width:86px}.no-message-wrap .dashicons-email-alt:before{display:none}.no-message-wrap .bb-icon{color:var(--bb-alternate-text-color)}.no-message-content{font-size:14px;color:var(--bb-alternate-text-color);letter-spacing:-.24px;line-height:1.5;max-width:310px;margin:0 auto}#bp-messages-threads-list .no-message-content h3{font-size:24px;font-weight:600;margin-bottom:5px}.no-message-content>p{margin-bottom:20px}.no-message-content .no-messages-links{font-weight:600}#bp-message-content{border-top:1px solid var(--bb-content-border-color);padding:20px}#bp-message-content .medium-editor-element,#bp-message-content .medium-editor-placeholder{color:var(--bb-body-text-color);font-size:14px;line-height:1.5}#bp-message-content .medium-editor-element[contenteditable=true]:empty:after,#bp-message-content .medium-editor-placeholder[contenteditable=true]:empty:after{color:var(--bb-body-text-color);content:attr(data-placeholder);position:absolute;left:0;padding:0 15px;font-style:normal;opacity:.5}#bp-message-content pre{white-space:pre-wrap;position:relative;z-index:1}#bp-message-content pre p{margin-bottom:0}#bp-message-content p{margin-bottom:5px}#bp-message-content ol:not(.medium-editor-toolbar-actions),#bp-message-content ul:not(.medium-editor-toolbar-actions){margin-bottom:15px;margin-left:16px}#bp-message-content ol:not(.medium-editor-toolbar-actions) li,#bp-message-content ul:not(.medium-editor-toolbar-actions) li{margin:5px 0}#bp-message-content ol:not(.medium-editor-toolbar-actions) li>ol,#bp-message-content ol:not(.medium-editor-toolbar-actions) li>ul,#bp-message-content ul:not(.medium-editor-toolbar-actions) li>ol,#bp-message-content ul:not(.medium-editor-toolbar-actions) li>ul{margin-bottom:0}#bp-message-content .medium-editor-element:not(.emojionearea){border:0;min-height:auto;max-height:120px;margin:0;overflow:auto;padding:20px 15px;border-radius:var(--bb-block-radius-inner);position:relative;outline:0}#bp-message-content .medium-editor-element:not(.emojionearea).medium-editor-placeholder:after{left:0;font-size:14px;position:absolute;font-style:normal;margin:0;padding:20px 15px;pointer-events:none}#bp-message-content .medium-editor-placeholder:after{color:var(--bb-body-text-color);opacity:.5}#bp-message-content .messages-media-container .dz-button>strong{line-height:1.3}.bp-messages-content .bp-message-content_foot_note{color:var(--bb-alternate-text-color)}.bp-messages-content #send_reply_button{margin:0}#message-new-submit,#message-reply-new-submit{padding:0}#message-new-submit input,#message-reply-new-submit input{margin-right:0}.bp-messages-container .bp-messages.loading{border:0;border-radius:0;padding-top:0}.bp-messages-container .bp-messages.loading .dashicons-update{font-family:bb-icons}.bp-messages-container .bp-messages.loading .dashicons-update:before{content:"\ef30"}.bb-template-v1 .bp-messages-container #message-threads:empty+.bp-messages.loading{border-top:1px solid var(--bb-content-border-color)}.bp-message-content-wrap .bp-messages.loading{display:none}#page .ql-bubble .ql-tooltip{padding:0 10px}#page .ql-bubble .ql-tooltip button{background:0 0;margin:0;padding:0}#page .ql-bubble .ql-toolbar button svg,#page .ql-bubble.ql-toolbar button svg{float:none;max-width:18px}#page .ql-bubble .ql-toolbar .ql-formats{margin:0}#page .ql-bubble .ql-toolbar .ql-formats:first-child{margin-left:0}.bp-single-message-content .bp-user-link,.bp-single-message-content .message-metadata>strong,.bp-single-message-content strong.bp-user-deleted{font-size:14px;color:var(--bb-headings-color);letter-spacing:-.2px;line-height:1.5;font-weight:500}.bp-single-message-content .bp-user-link>strong{font-weight:500}.bp-single-message-content .message-metadata{line-height:1;margin-bottom:3px}.bp-single-message-content .bb-activity-media-wrap .bb-item-cover-wrap{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner);background-color:var(--bb-content-alternate-background-color)}.bb-template-v2 .bp-single-message-content .bb-activity-media-wrap .bb-item-cover-wrap{border:0}.bp-single-message-content .bb-activity-media-wrap.bb-media-length-1 .bb-activity-media-elem{min-width:auto!important}.bp-single-message-content .bb-activity-media-wrap.bb-media-length-1 .bb-item-cover-wrap{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;padding:0;min-width:65px;min-height:65px}.bp-single-message-content .bb-activity-media-wrap.bb-media-length-1 .bb-item-cover-wrap img{position:static;height:auto;width:auto;max-width:360px;max-height:360px;min-width:auto;min-height:auto}.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity{max-width:400px}.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .entry-img>i{margin-top:5px;line-height:1.5}.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap{color:var(--bb-headings-color)}.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-description,.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-extension-description,.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-helper-text,.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-title{line-height:1.5}.bp-single-message-content .bb-activity-video-wrap.bb-video-length-1 .bb-activity-video-elem{min-width:auto;width:100%;max-width:400px}.bp-single-message-content .bb-activity-video-wrap.bb-video-length-1 .bb-activity-video-elem .video-js .vjs-control-bar button{width:3em}.bp-single-message-content .bb-activity-video-wrap.bb-video-length-1 .bb-activity-video-elem .video-js .vjs-control-bar .vjs-time-divider{min-width:1em}.bp-single-message-content .bb-activity-video-wrap.bb-video-length-1 .bb-activity-video-elem .video-js .vjs-control-bar .vjs-progress-control .vjs-progress-holder{margin:3px 10px 0}.bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem.video-activity .video-description-wrap .entry-img>i{margin-top:5px}.bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem.video-activity .video-description-wrap .video-detail-wrap .video-description,.bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem.video-activity .video-description-wrap .video-detail-wrap .video-extension-description,.bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem.video-activity .video-description-wrap .video-detail-wrap .video-helper-text,.bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem.video-activity .video-description-wrap .video-detail-wrap .video-title{line-height:1.5}.bp-single-message-content .bb-activity-media-wrap,.bp-single-message-content .bb-activity-video-wrap{max-width:600px}.bp-single-message-content .bb-activity-media-elem{padding:5px;min-width:25%}.bp-single-message-content .bb-activity-media-elem .bb-item-cover-wrap{padding-top:75%}@media screen and (max-width:590px){.bp-single-message-content .bb-activity-media-elem{min-width:33.3333%!important;-webkit-box-flex:initial!important;-ms-flex:initial!important;flex:initial!important}}@media screen and (max-width:435px){.bp-single-message-content .bb-activity-media-elem{max-width:initial!important;min-width:50%!important}.bp-single-message-content .bb-activity-media-elem .bb-item-cover-wrap{padding-top:100%}.bp-single-message-content .bb-activity-media-wrap.bb-media-length-1 .bb-activity-media-elem{max-width:100%!important}}.bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem{padding:5px;min-width:33.3333%}.bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem .bb-item-cover-wrap{padding-top:66.6666%}@media screen and (max-width:590px){.bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem{min-width:50%;max-width:50%;-webkit-box-flex:1;-ms-flex:auto;flex:auto}}@media screen and (max-width:435px){.bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem{min-width:100%;max-width:100%}}.bp-single-message-content .bb-video-wrapper{max-width:400px}.bp-single-message-content .fluid-width-video-wrapper{width:100%;max-width:400px;height:auto;margin:10px 0 0}.bp-single-message-content p>iframe{max-width:400px;width:100%;height:auto;min-height:200px}.bp-single-message-content .activity-attached-gif-container{display:inline-block;height:auto;width:auto;max-width:360px;max-height:360px}.bp-single-message-content .activity-attached-gif-container .gif-image-container{margin:15px 0 0}.bp-single-message-content .activity-attached-gif-container .gif-player{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-self:center;min-width:65px;min-height:65px}.bp-single-message-content .activity-attached-gif-container .gif-player video{height:auto;max-width:360px;max-height:360px;width:100%;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner);background-color:var(--bb-content-alternate-background-color)}.bb-template-v2 .bp-single-message-content .activity-attached-gif-container .gif-player video{border:0}.bp-single-message-content img.emoji,.bp-single-message-content img.emojioneemoji{margin:1px 3px;width:18px!important;height:18px!important}.bp-single-message-content blockquote{margin-top:0}ul#bp-message-thread-list .bp-message-content-wrap{color:var(--bb-body-text-color);letter-spacing:-.2px;line-height:1.5;overflow:initial;word-wrap:break-word}ul#bp-message-thread-list .bp-message-content-wrap p{margin-bottom:5px;min-height:.1px}ul#bp-message-thread-list .bp-message-content-wrap p.joined{position:relative}ul#bp-message-thread-list .bp-message-content-wrap p.joined strong{font-weight:500;color:var(--bb-alternate-text-color)}ul#bp-message-thread-list .bp-message-content-wrap p.joined strong.bp-tooltip{display:inline-block}@media screen and (max-width:768px){ul#bp-message-thread-list .bp-message-content-wrap p.joined strong.bp-tooltip{position:static}ul#bp-message-thread-list .bp-message-content-wrap p.joined strong.bp-tooltip:before{display:none}ul#bp-message-thread-list .bp-message-content-wrap p.joined strong.bp-tooltip:after{width:180px;width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:180px;white-space:break-spaces}}ul#bp-message-thread-list .bp-message-content-wrap li>ol,ul#bp-message-thread-list .bp-message-content-wrap li>ul{margin-bottom:0}ul#bp-message-thread-list .bp-message-content-wrap ol,ul#bp-message-thread-list .bp-message-content-wrap ul{margin-bottom:15px;margin-left:16px}ul#bp-message-thread-list .bp-message-content-wrap li{background:0 0;margin:5px 0;padding:0;list-style-type:disc}ul#bp-message-thread-list .bp-message-content-wrap li p{margin-bottom:0}ul#bp-message-thread-list .bp-message-content-wrap ol li{list-style-type:decimal}ul#bp-message-thread-list .bp-message-content-wrap pre{width:-webkit-calc(100% + 12px);width:calc(100% + 12px)}ul#bp-message-thread-list .bp-message-content-wrap blockquote{padding:12px;font-size:22px;letter-spacing:-.24px;line-height:30px;position:relative;margin:0 0 15px;width:-webkit-calc(100% + 12px);width:calc(100% + 12px);background:#fafafa;border:1px solid var(--bb-content-border-color);border-radius:4px}ul#bp-message-thread-list .bp-message-content-wrap blockquote p{font-size:20px;margin-bottom:0}ul#bp-message-thread-list .bp-message-content-wrap blockquote:before{content:"\ef02";font-family:bb-icons;font-style:normal;font-weight:400;display:inline-block;text-align:center;font-variant:normal;color:#92949d;width:30px;height:30px;font-size:22px;line-height:30px;background:#e2e1e0;border-radius:100%;margin-bottom:10px}ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap pre{width:auto;border:1px solid #f8e8ac;background:#fff}ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blockquote{width:auto;border:1px solid #f8e8ac;background:#fffef7}ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blockquote:before{color:#f8e8ac;border:1px solid #f8e8ac;background:#fff}.bb-template-v2.messages .bp-single-vert-nav .bb-profile-grid{margin:0}.bb-template-v2.messages .bp-single-vert-nav #item-body{margin-left:0}#whats-new-formatting-toolbar a .bb-icon,#whats-new-messages-toolbar a .bb-icon{color:rgba(var(--bb-headings-color-rgb),.4)}#whats-new-formatting-toolbar a:hover .bb-icon,#whats-new-messages-toolbar a:hover .bb-icon{color:var(--bb-headings-color)}#whats-new-messages-toolbar .medium-editor-placeholder{background-color:transparent}#whats-new-messages-toolbar .gif-media-search-dropdown.open{margin:0 0 10px -20px;top:auto;bottom:100%}#whats-new-messages-toolbar .gif-media-search-dropdown:before{left:38px;top:auto;bottom:-11px;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}#whats-new-messages-toolbar .gif-search-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}#whats-new-messages-toolbar .gif-search-content .gif-search-results-list{margin:0}#whats-new-messages-toolbar .messages-attached-gif-container{margin-bottom:0}#whats-new-messages-toolbar .messages-attached-gif-container .gif-search-query .search-query-input{background-color:transparent;border:0}@media screen and (max-width:1080px){#whats-new-messages-toolbar .gif-media-search-dropdown.open{z-index:999}#whats-new-messages-toolbar .gif-media-search-dropdown.open .gif-search-results{max-height:280px}#whats-new-messages-toolbar .post-gif:first-child .gif-media-search-dropdown.open{left:-10px}#whats-new-messages-toolbar .post-gif:first-child .gif-media-search-dropdown.open:before{left:50px}#whats-new-messages-toolbar .post-gif:nth-child(2) .gif-media-search-dropdown.open{left:-44px}#whats-new-messages-toolbar .post-gif:nth-child(2) .gif-media-search-dropdown.open:before{left:84px}#whats-new-messages-toolbar .post-gif:nth-child(3) .gif-media-search-dropdown.open{left:-78px}#whats-new-messages-toolbar .post-gif:nth-child(3) .gif-media-search-dropdown.open:before{left:118px}#whats-new-messages-toolbar .post-gif:nth-child(4) .gif-media-search-dropdown.open{left:-112px}#whats-new-messages-toolbar .post-gif:nth-child(4) .gif-media-search-dropdown.open:before{left:152px}#whats-new-messages-toolbar .post-gif:nth-child(5) .gif-media-search-dropdown.open{left:-146px}#whats-new-messages-toolbar .post-gif:nth-child(5) .gif-media-search-dropdown.open:before{left:186px}}#whats-new-formatting-toolbar .emojionearea{background-color:transparent}#whats-new-formatting-toolbar .emojionearea .emojionearea-picker .emojionearea-search>input{outline:0;width:100%;min-width:100%;height:30px}#whats-new-formatting-toolbar .emojionearea .emojionearea-picker{top:auto;bottom:40px;right:100%;left:inherit;margin-right:-25px}#whats-new-formatting-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{bottom:-10px;top:auto;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);left:inherit;right:5px}.bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{display:none}@media screen and (max-width:1080px){#whats-new-formatting-toolbar .post-emoji .emojionearea .emojionearea-picker{z-index:999}}.bp-back-to-thread-list{margin-left:-5px}.bp-back-to-thread-list [class*=bb-icon]{font-size:24px;color:var(--bb-headings-color)}@media screen and (min-width:1081px){#message-threads .current>a{background:var(--bb-content-alternate-background-color);border-color:var(--bb-primary-color)}.bb-template-v2 #message-threads .current>a{background:-webkit-linear-gradient(90deg,rgba(255,255,255,.9),rgba(255,255,255,.9)),var(--bb-primary-color);background:linear-gradient(0deg,rgba(255,255,255,.9),rgba(255,255,255,.9)),var(--bb-primary-color)}}.message-thread-options:hover~.bp-message-link{background:var(--bb-content-alternate-background-color);border-color:var(--bb-primary-color)}.bb-template-v2 .message-thread-options .current:hover+.bp-message-link{background:-webkit-linear-gradient(90deg,rgba(255,255,255,.9),rgba(255,255,255,.9)),var(--bb-primary-color);background:linear-gradient(0deg,rgba(255,255,255,.9),rgba(255,255,255,.9)),var(--bb-primary-color)}.bb-template-v2 #message-threads .message-thread-options{right:30px}.bb-template-v2 #message-threads .message-thread-options.loading .bb_more_options_action:hover{background-color:transparent}.bb-template-v2 #message-threads .message-thread-options.loading .bb_more_options_action>i:before{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)}.bb-template-v2 #message-threads .message-thread-options .bb_more_options_action:hover,.bb-template-v2 #message-threads .optionsOpen .message-thread-options .bb_more_options_action{background-color:var(--bb-content-background-color);border-radius:6px}.bp-single-message-wrap .bb-messages-group-notices{color:var(--bb-alternate-text-color)}.bp-single-message-wrap .bb-messages-group-notices .bp-tooltip{color:var(--bb-alternate-text-color)}.header-aside .thread-multiple-avatar{min-height:36px;min-width:36px;margin:0 -2px;position:relative}.header-aside .thread-multiple-avatar img{border:2px solid #fff;max-width:28px;position:absolute;left:0;top:0}.header-aside .thread-multiple-avatar img+img{top:auto;right:0;bottom:0;left:auto}.header-aside li:hover .thread-multiple-avatar img{border-color:#f5f5f5}.header-aside .unread .thread-multiple-avatar img{border-color:#f7fafe}.messages-wrap .notification-dropdown .notification-avatar{-webkit-box-flex:0;-ms-flex:0 0 36px;flex:0 0 36px}.messages-wrap .notification-dropdown .notification-list{max-width:400px}.messages-wrap .notification-dropdown .notification-list li .notification-content{width:100%;overflow:hidden}.messages-wrap .notification-dropdown .notification-list li .notification-content .notification-users{width:-webkit-calc(100% - 50px);width:calc(100% - 50px);display:block;white-space:nowrap}.messages-wrap .notification-dropdown .notification-list li .notification-content .notification-users>a{display:block;text-overflow:ellipsis;overflow:hidden;width:100%}.bb-pusher-typing-indicator-text,.thread-item .typing-indicator{color:var(--bb-alternate-text-color)}#message-form-submit-wrapper,#message-reply-form-submit-wrapper{background-color:var(--bb-content-alternate-background-color);border-radius:0 0 var(--bb-block-radius-inner) var(--bb-block-radius-inner);margin:0;padding:10px}.bb-template-v1 #message-form-submit-wrapper,.bb-template-v1 #message-reply-form-submit-wrapper{border-top:1px solid var(--bb-content-border-color)}#message-new-submit,#message-reply-new-submit{background-color:var(--bb-primary-color);border-radius:var(--bb-button-radius)}#message-new-submit:before,#message-reply-new-submit:before{color:var(--bb-primary-button-text-regular)}.mass-user-block-list .bb-report-type-pagination .page-data #load_more_rl.loading,.message-members-list .bb-report-type-pagination .page-data #load_more_rl.loading{color:var(--bb-alternate-text-color)}@media screen and (min-width:46.8em){.bp-single-vert-nav .subnav{background:0 0}.bp-single-vert-nav .subnav li{font-size:inherit;margin:0}.bp-single-vert-nav .subnav li a{border-right:0;padding:0 0 5px}}@media screen and (min-width:55em){.buddypress-wrap form.bp-dir-search-form,.buddypress-wrap form.bp-invites-search-form,.buddypress-wrap form.bp-messages-search-form{width:auto}}@media screen and (min-width:1081px){.bp-messages-nav-panel{border-right:1px solid var(--bb-content-border-color)}}@media screen and (max-width:1080px){.messages-wrapper{margin-bottom:20px}#send_message_form,.bp-messages-content-wrapper{min-height:670px}.message-thread-header .bp-back-to-thread-list{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.message-thread-header .thread-avatar{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.message-thread-header .thread-participants{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;width:-webkit-calc(100% - 100px);width:calc(100% - 100px)}}@media screen and (max-width:800px){.messages-screen>.flex{-ms-flex-wrap:wrap;flex-wrap:wrap}.messages-screen>.flex .bp-messages-content{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;border-top:1px solid var(--bb-content-border-color)}}@media screen and (max-width:680px){.messages-wrapper #subnav{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.buddypress-wrap .messages-wrapper .bp-subnavs{margin:0}.messages-wrapper #subnav .subnav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.messages-screen{border-left:0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bp-messages-content #message-threads{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:10px;max-height:100%;overflow:initial}}@media screen and (min-width:46.8em){.bp-messages-user-threads{max-height:66vh}}@media screen and (max-width:560px){.bp-messages-content #bp-message-content #message-form-submit-wrapper #whats-new-messages-toolbar .media-off,.bp-messages-content #bp-message-content #message-reply-form-submit-wrapper #whats-new-messages-toolbar .media-off{height:27px}.bp-messages-content #bp-message-content #message-form-submit-wrapper #message-new-submit,.bp-messages-content #bp-message-content #message-form-submit-wrapper #message-reply-new-submit,.bp-messages-content #bp-message-content #message-reply-form-submit-wrapper #message-new-submit,.bp-messages-content #bp-message-content #message-reply-form-submit-wrapper #message-reply-new-submit{padding:0;width:30px}}@media screen and (max-width:430px){.bp-messages-content #bp-message-content #whats-new-messages-toolbar{padding:1px 15px 0 0}.bp-messages-content #bp-message-content #whats-new-messages-toolbar [class*=" bb-icon-"]{font-size:20px}.bp-messages-content #bp-message-content #whats-new-messages-toolbar .post-elements-buttons-item{margin-right:8px}.bp-messages-content #bp-message-content .medium-editor-toolbar.active{height:35px}.bp-messages-content #bp-message-content .medium-editor-toolbar.active .medium-editor-toolbar-input{height:35px}.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-actions button{min-width:20px}.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-actions button.medium-editor-button-first{padding-left:0!important;padding-right:0}.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-actions .medium-editor-button-last{padding-right:0!important}.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-actions b:before{font-size:18px}.bp-messages-content #bp-message-content #whats-new-formatting-toolbar{margin:1px 5px 0 0}.bp-messages-content #bp-message-content #whats-new-formatting-toolbar [class*=" bb-icon-"]{font-size:20px}.bp-messages-content #bp-message-content #whats-new-formatting-toolbar .post-elements-buttons-item{margin-right:8px}.bp-messages-content #bp-message-content #whats-new-formatting-toolbar .emojionearea .emojionearea-button:before{font-size:20px;line-height:1.4}#whats-new-formatting-toolbar .emojionearea .emojionearea-picker{margin-right:-75px}#whats-new-formatting-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{right:55px}}@media screen and (max-width:374px){#message-form-submit-wrapper,#message-reply-form-submit-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.bp-messages-content #bp-message-content #whats-new-messages-toolbar{padding:0;min-width:-webkit-calc(100% - 50px);min-width:calc(100% - 50px);min-height:20px}.bp-messages-content #bp-message-content #whats-new-messages-toolbar .post-elements-buttons-item{margin-right:6px}.bp-messages-content #bp-message-content #whats-new-messages-toolbar .medium-editor-toolbar-actions .medium-editor-action b{width:22px}.bp-messages-content #bp-message-content #whats-new-messages-toolbar [class*=" bb-icon-"]{font-size:20px}.bp-messages-content #bp-message-content #whats-new-formatting-toolbar{margin:0}.bp-messages-content #bp-message-content #whats-new-formatting-toolbar .post-elements-buttons-item:last-child{margin-right:0}.bp-messages-content #bp-message-content #message-form-submit-wrapper #message-new-submit,.bp-messages-content #bp-message-content #message-reply-form-submit-wrapper #message-reply-new-submit{margin:10px auto 5px;width:auto;padding:0 15px}.bp-messages-content #bp-message-content #message-new-submit #bp-messages-send,.bp-messages-content #bp-message-content #message-reply-new-submit #send_reply_button{position:static;opacity:1;background-color:transparent;border:0;padding:0 10px;min-width:auto}.bp-messages-content .bp-message-content_foot_note{font-size:11px;text-align:center}.bp-messages-content .bp-message-content_foot_note .space_note{margin-right:10px}#whats-new-formatting-toolbar .emojionearea .emojionearea-picker{margin-right:-60px}#whats-new-formatting-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{right:40px}}#buddypress .notifications-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:14px}#buddypress .notifications-header .entry-title{margin:0}#buddypress .notifications-header .subnav-filters{margin:0}#buddypress .notifications-header #subnav{border:0}#buddypress .notifications-header .bp-navs{margin:0;width:auto}#buddypress .notifications-header .bp-navs li{margin-bottom:0;float:left}#buddypress .notifications-header .bp-navs li:last-child{padding:0}.notifications-options-nav .select-wrap{float:left}@media screen and (max-width:544px){.notifications-options-nav>.select-wrap{width:100%}.notification-list .bs-header-item .bb-sort-by-date{margin-left:10px}}#notifications-bulk-management #notification-select{background-position:right .6rem center;border:0;font-size:14px;height:34px;padding-right:30px;min-width:125px}.bs-member-notifications .notification-header{border:0;padding:0;margin-bottom:30px}.bs-member-notifications .title.title{font-size:1.75rem}.bs-member-notifications .notification-header a{font-size:.875rem}.bs-member-notifications .notification-header .settings{font-size:1.375rem;color:#9ca8b4;min-width:22px;text-align:right;margin-left:20px}.notification-wrap.menu-item-has-children>a:after{bottom:-4px;left:0}.notification-wrap.menu-item-has-children>a:before{content:"";display:block;position:absolute;bottom:7px;left:4px;width:15px;height:15px;background:var(--bb-content-background-color);border-right:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color);-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg);opacity:0;visibility:hidden}.notification-wrap.menu-item-has-children.selected>a:before{opacity:1;visibility:visible;z-index:1002}.circle-mark{display:block;width:10px;height:10px;border:2px solid;border-radius:100%;color:rgba(var(--bb-primary-color),.5)}.circle-mark.read{background:var(--bb-primary-color)}.notification-list .unread{position:relative}.notification-list .unread:before{background-color:var(--bb-primary-color);border-radius:50%;content:"";height:10px;margin-top:-5px;position:absolute;right:22px;top:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:10px}.notification-list .unread:hover{background:var(--bb-content-alternate-background-color)}.notification-list .unread:hover:before{display:none}.notification-list .unread:hover .actions:hover .mark-read{color:#122b46}.bs-item-list.notification-list .bs-item-wrap.read-item{background:var(--bb-content-alternate-background-color)}.bs-item-list.notification-list .bs-item-wrap:not(.no-hover-effect):hover{border-left-color:transparent;border-right-color:transparent}.unread-item{background:#f0f3f7}.notification-list{margin-left:0}.site-header .notification-list{min-width:400px;max-height:52vh;overflow:auto;padding-bottom:0;margin-bottom:0;overflow-x:hidden}.site-header .notification-list .read-item .notification-avatar a>i{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--bb-alternate-text-color);bottom:-5px;border-radius:50%;color:var(--bb-content-background-color);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:19px;line-height:19px;position:absolute;z-index:1;right:-5px;width:19px}.site-header .notification-list .read-item .notification-avatar a>i.bb-icon-calendar{font-size:17px}@media (max-width:543px){.site-header .notification-list{min-width:330px}}@media (max-width:380px){.site-header .notification-list{min-width:280px}}.notification-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:15px;border-bottom:1px solid var(--bb-content-border-color);position:relative}.notification-list li.bs-item-wrap:hover{background-color:transparent}.notification-list li:hover{background:var(--bb-content-alternate-background-color)}@media (min-width:1025px){.notification-list li:hover .actions{opacity:1;visibility:visible;-webkit-transition:.2s all;transition:.2s all}}.notification-list .actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:center;align-self:center;padding-left:5px;position:relative}@media (min-width:1025px){.notification-list .actions{opacity:0;visibility:hidden}}.notification-list .actions a{display:inline-block;padding:0;font-size:24px;margin-left:4px}.notification-list .bs-item-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.notification-list .delete-notification{color:var(--bb-headings-color);opacity:.4;margin-left:10px}.notification-list .delete-notification:hover{color:var(--bb-primary-color);opacity:1}.menu-item-has-children .notification-list li:last-child{margin-bottom:-1px}.menu-item-has-children .notification-list .bs-item-wrap:last-child{border-bottom:0;margin-bottom:0}#header-notification-dropdown .notification-list li{padding-right:12px}.notification-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px;border-bottom:1px solid var(--bb-content-border-color)}.notification-header a{display:block;font-size:13px;font-weight:inherit;color:var(--bb-primary-color);letter-spacing:-.24px;line-height:1;margin:0 0 0 22px;padding:0}.notification-header a:hover{background:0 0}.notification-header a.mark-all-read{margin-left:auto}.notification-header .settings{color:inherit}.notification-header .settings i{margin-left:-7px}.notification-header .title{font-size:1.125rem;line-height:1;margin:0}.notification-header .title+a{margin-left:auto}.notification-header .mark-read-all{font-size:.875rem;font-weight:500;color:var(--bb-primary-color);cursor:pointer}.notification-header .mark-read-all:hover{color:var(--bb-primary-color)}.notification-avatar{margin-right:10px;position:relative}.notification-avatar img{display:block;max-width:36px;border-radius:50%;image-rendering:optimize-contrast}.notification-content{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:14px;color:var(--bb-alternate-text-color);letter-spacing:-.24px;line-height:1.3;position:relative}.notification-content a{color:var(--bb-headings-color)}.notification-content a:hover{background:0 0}.notification-content a span{color:var(--bb-primary-color);display:inline-block}.notification-content .posted,.notification-content .typing-indicator{display:block;font-size:.8125rem;margin-top:3px;line-height:19px}[dir=rtl] .notification-content .posted,[dir=rtl] .notification-content .typing-indicator{direction:rtl}.bs-item-wrap .notification-content{font-size:.875rem}.bs-item-wrap span.posted{font-size:14px}.bs-item-wrap .notification-avatar{margin-right:20px}.notification-wrap .bs-item-wrap .notification-content{text-align:center}.notification-footer{position:relative;bottom:0;background:var(--bb-content-background-color);width:100%;border-top:1px solid var(--bb-content-border-color)}.notification-footer .delete-all{font-size:.875rem;font-weight:500;color:var(--bb-primary-color);padding:15px 0;line-height:21px;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}.notification-footer .bb-icon-angle-right{color:inherit;margin-left:0;opacity:.6}.bb-full-link{font-size:0}.bb-full-link>a{cursor:pointer;font-size:0;position:absolute;width:100%;height:100%;left:0;top:0;opacity:0}#header-messages-dropdown-elem .notification-link.active i:after{right:0}#header-messages-dropdown-elem .notification-users a{font-weight:500}#header-messages-dropdown-elem .notification-list li{padding:15px 40px 15px 15px}#header-messages-dropdown-elem .notification-list li.unread:before{display:block}body.messages:not(body.messages) .bp-vertical-navs #item-body,body.notifications:not(body.messages) .bp-vertical-navs #item-body,body.settings:not(body.messages) .bp-vertical-navs #item-body{margin:0;padding:0}body.messages:not(body.messages) .bp-vertical-navs #subnav,body.notifications:not(body.messages) .bp-vertical-navs #subnav,body.settings:not(body.messages) .bp-vertical-navs #subnav{margin:0}body.messages #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap,body.notifications #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap,body.settings #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap{margin-top:0}body.messages.bb-template-v1 .bp-vertical-navs #item-body,body.notifications.bb-template-v1 .bp-vertical-navs #item-body,body.settings.bb-template-v1 .bp-vertical-navs #item-body{padding:20px}@media screen and (max-width:1050px){body.settings .bp-vertical-navs #subnav.bb-subnav-private{margin-bottom:15px}}body.messages.bb-template-v1 .bp-vertical-navs #item-body{padding:20px}@media (min-width:800px) and (max-width:992px){.buddypanel-open #buddypress .notifications-header{-ms-flex-flow:row wrap;flex-flow:row wrap}.buddypanel-open #buddypress .notifications-header .subnav-filters{margin-top:20px;width:100%}.buddypanel-open .notifications-header .notifications-search,.buddypanel-open .notifications-header .subnav-search{width:100%}.buddypanel-open #buddypress .notifications-header .bp-navs li:last-child{padding-right:0}.buddypanel-open .notifications-header .subnav-filters{float:right}}@media (min-width:544px){#notifications-filter-select .select-wrap{margin:0 0 0 30px}}@media (max-width:543px){.bs-member-notifications .bs-item-list.list-view .bs-item-wrap{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}section.notifications .notification-list .actions{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-top:10px;padding-left:75px}.bs-item-wrap span.posted{margin-top:5px}.bs-member-notifications .notification-header{-ms-flex-flow:row wrap;flex-flow:row wrap}#buddypress #item-body .bs-member-notifications .title{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:20px}.bs-member-notifications .notification-header a.mark-all-read{margin-left:0}.bs-member-notifications .notification-header .settings{margin-left:auto}}@media screen and (max-width:800px){#buddypress .notifications-header{-ms-flex-flow:row wrap;flex-flow:row wrap}#buddypress .notifications-header .subnav-filters{margin-top:20px;width:100%}.notifications-header .notifications-search,.notifications-header .subnav-search{width:100%}#buddypress .notifications-header .bp-navs li:last-child{padding-right:0}.notifications-header .subnav-filters div{margin-top:0;margin-bottom:0}}@media screen and (max-width:440px){.bb-sort-by-date{margin-top:10px;width:100%}}body.bp-user.profile:not(.public) #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap{margin-top:0}body.bp-user.profile:not(.public) .bp-wrap{background:0 0;border:0}body.bp-user.profile:not(.public) .bp-vertical-navs #item-body{margin:0;padding:0}.bp-vertical-navs .bb-profile-grid{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1px;margin:0}@media screen and (max-width:748px){.bp-vertical-navs .bb-profile-grid{margin-left:-10px;margin-right:-10px}}.buddypress-wrap .profile{margin:0}header.profile-header{margin-bottom:30px}#item-body .bb-profile-title{margin:0}.profile-loop-header{border-bottom:1px solid var(--bb-content-border-color);margin:0 0 30px;padding:20px 0}.profile-loop-header .entry-title.bb-profile-title{margin:0;font-family:inherit;font-size:18px;line-height:1.8}@media (max-width:375px){#buddypress .bp-profile-content .profile-loop-header .button{padding:6px 14px}}.bp-profile-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);margin-bottom:30px}@media screen and (max-width:1050px){.bp-profile-wrapper{border:0;background-color:transparent}}.bp-profile-wrapper.need-separator{background-color:transparent;border-color:transparent}.bp-profile-wrapper.need-separator .bp-profile-content{padding:0}.bp-profile-wrapper.need-separator .group-separator-block{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);margin-bottom:30px;padding:0 30px}.bp-profile-wrapper.need-separator table.profile-fields td.data>p{margin:0 0 10px}.bp-profile-wrapper.need-separator header.profile-header{margin-bottom:20px}.bp-profile-wrapper.need-separator .bp-widget{margin-bottom:5px}.bp-profile-wrapper.need-separator .repeater-separator{display:none}.bp-profile-wrapper table.profile-fields{box-shadow:none;border-radius:0;border:0}.bp-profile-wrapper .bp-tables-user tbody tr:nth-child(odd){background:0 0}.bp-profile-wrapper .bp-widget:not(:last-child){margin-bottom:30px}.bp-profile-wrapper #public-personal-li{display:none}.bb-user-nav-display-wrap .bp-profile-wrapper{background:0 0;border:0;border-radius:0}.bb-user-nav-display-wrap .bp-profile-content{padding:0}.bb-user-nav-display-wrap header.profile-header{padding-top:0;padding-bottom:20px}#page #buddypress #item-body .bp-profile-wrapper #subnav{-webkit-box-flex:0;-ms-flex:0 0 230px;flex:0 0 230px;background-color:var(--bb-body-background-color);border-right:1px solid var(--bb-content-border-color);border-bottom:0;min-height:60vh;border-radius:4px 0 0 4px;margin:0;padding:30px 0}#page #buddypress #item-body .bp-profile-wrapper #subnav .subnav{float:none}#page #buddypress #item-body .bp-profile-wrapper #subnav li{float:none;padding:0}#page #buddypress #item-body .bp-profile-wrapper #subnav a{border:0;font-size:14px;color:var(--bb-headings-color);letter-spacing:-.24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:13px 20px;line-height:1;margin-bottom:1px}#page #buddypress #item-body .bp-profile-wrapper #subnav a:before{content:"\ee6e";font:normal normal normal 14px/1 bb-icons;speak:none;display:inline-block;font-size:22px;margin-right:10px;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#page #buddypress #item-body .bp-profile-wrapper #subnav a:hover{background:var(--bb-content-alternate-background-color);color:var(--bb-primary-color)}#page #buddypress #item-body .bp-profile-wrapper #subnav #edit:before{content:"\ee5a";font-family:bb-icons;font-size:18px;min-width:22px;text-align:center}#page #buddypress #item-body .bp-profile-wrapper #subnav #change-avatar:before{content:"\ed91";font-family:bb-icons}#page #buddypress #item-body .bp-profile-wrapper #subnav #change-cover-image:before{content:"\eeb4";font-family:bb-icons}#page #buddypress #item-body .bp-profile-wrapper #subnav .selected a{background:var(--bb-content-background-color);color:var(--bb-headings-color);font-weight:400;border-top:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color)}@media screen and (max-width:900px){#page #buddypress #item-body .bp-profile-wrapper #subnav .selected a{border-top:none;border-bottom:none}}#page #buddypress #item-body .bp-profile-wrapper #subnav .selected{position:relative}#page #buddypress #item-body .bp-profile-wrapper #subnav .selected:after{content:"";background:var(--bb-content-background-color);width:4px;height:-webkit-calc(100% - 2px);height:calc(100% - 2px);position:absolute;left:-webkit-calc(100% - 2px);left:calc(100% - 2px);top:1px}@media screen and (max-width:900px){#page #buddypress #item-body .bp-profile-wrapper #subnav .selected:after{display:none}}.bp-profile-content{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1px;padding:0 30px}@media screen and (max-width:1050px){.bp-navs+.bp-profile-content{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color)}}.bp-profile-content .profile:not(.public){padding:50px}.bp-profile-content .profile:not(.public) .screen-heading{font-weight:500;font-size:22px;line-height:1.1}.profile.change-avatar .bp-feedback,.profile.change-cover-image .bp-feedback{font-size:14px;line-height:1.7}.profile.change-avatar .bp-help-text,.profile.change-cover-image .bp-help-text{font-style:normal;padding:10px 0}.profile.change-avatar .warning,.profile.change-cover-image .warning{line-height:1.6}.profile.change-cover-image .bp-cover-image{margin:20px 0}#buddypress div.bp-profile-content table.profile-fields tr td{padding:0 0 12px;word-break:break-word}#buddypress div.bp-profile-content table.profile-fields tr td.label{padding-right:12px}.buddypress-wrap .profile.edit .editfield .description{outline:0;color:var(--bb-alternate-text-color);font-size:14px}.bs-profile-details-wrap .profile-details-heading{margin-bottom:20px;padding:10px 0;line-height:30px;border-bottom:1px solid var(--bb-content-border-color)}.bs-profile-details-wrap .bs-profile-widget-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px}.bs-profile-details-wrap .bs-profile-widget-heading i{display:none;margin-right:10px;width:30px;height:30px;line-height:30px;text-align:center;font-size:22px}.bs-profile-details-wrap .lg-grid-1-2:nth-child(2n+1){border-right:1px solid var(--bb-content-border-color)}.bs-profile-details-wrap .bp-widget{margin-bottom:30px}.bs-profile-details-grid .bb-field-group:nth-child(odd) .bp-widget{padding-right:10px}.bs-profile-details-grid .bb-field-group:nth-child(even) .bp-widget{padding-left:10px}#buddypress table.profile-fields tr td.data,#buddypress table.profile-fields tr td.label{padding:5px 0;font-size:14px;font-weight:400;line-height:inherit;background:0 0;border:0}#buddypress table.profile-fields tr td.label{color:var(--bb-alternate-text-color);width:35%}#buddypress table.profile-fields tr td.data{color:var(--bb-body-text-color);width:65%}#buddypress table.profile-fields tr:hover{background:0 0}#buddypress table.profile-fields tr td.label{display:table-cell;padding-right:20px;width:35%;vertical-align:top}#buddypress table.profile-fields tr td.data{display:table-cell;width:65%;vertical-align:top}#item-body>div.profile .bp-feedback .bp-help-text{display:block;font-style:normal;padding:10px 5px}#item-body>div.profile p.bp-feedback{background:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);border-radius:3px;font-size:14px;line-height:1.5;overflow:hidden}#item-body .profile #drag-drop-area{background:rgba(240,243,247,.5);border:1px dashed #dedfe2;border-radius:6px;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:16px;color:var(--bb-headings-color);letter-spacing:-.24px;line-height:26px}#profile-edit-form fieldset{border:0;padding:0;margin-bottom:0;margin-top:0}#buddypress #profile-edit-form .datebox-selects{-webkit-box-align:center;-ms-flex-align:center;align-items:center}div#buddypress #profile-edit-form .datebox-selects label{margin-top:0;margin-bottom:0}#buddypress .profile.edit .button-nav a{color:var(--bb-headings-color)}#buddypress .profile.edit .button-nav a:hover{color:var(--bb-primary-color)}#buddypress .profile.edit .button-nav .current a{color:var(--bb-headings-color);border-bottom-color:var(--bb-primary-color)}#buddypress .profile.edit>#profile-edit-form{max-width:100%}#buddypress .profile.edit>#profile-edit-form .editfield{background:0 0;border:0;margin:0;padding:0}#buddypress .profile.edit>#profile-edit-form fieldset{padding:0}#buddypress .profile.edit>#profile-edit-form fieldset .editfield legend{font-size:14px;color:var(--bb-headings-color)}#buddypress .profile.edit>#profile-edit-form input[type=email],#buddypress .profile.edit>#profile-edit-form input[type=number],#buddypress .profile.edit>#profile-edit-form input[type=text],#buddypress .profile.edit>#profile-edit-form select{height:50px}#buddypress .profile.edit>#profile-edit-form select[multiple]{min-height:90px;padding:5px}#buddypress .profile.edit>#profile-edit-form select[multiple] option{padding:7px}#buddypress .profile.edit>#profile-edit-form .editfield{margin:15px 0}#buddypress .profile.edit .button-nav{margin:30px 0;border-bottom:1px solid var(--bb-content-border-color)}#buddypress .profile.edit .button-nav a{background:0 0;padding:0 0 10px;border:0;margin:0 20px -1px 0;color:inherit;min-height:1px;border-radius:0;box-shadow:none}#buddypress .profile.edit .button-nav a:hover{color:var(--bb-headings-color)}#buddypress .profile.edit .button-nav .current a{background:0 0;border-bottom:1px solid var(--bb-primary-color);color:var(--bb-headings-color);font-weight:500}#buddypress .profile.edit .visibility-toggle-link{font-size:13px;background-color:transparent;color:var(--bb-headings-color);border:0;font-weight:600;min-height:auto;padding:0;vertical-align:baseline;border-radius:0;margin-left:5px}#buddypress .profile.edit .visibility-toggle-link:active,#buddypress .profile.edit .visibility-toggle-link:focus,#buddypress .profile.edit .visibility-toggle-link:hover{background:0 0;color:var(--bb-primary-color);box-shadow:none}#buddypress .profile.edit .field-visibility-settings-header{font-size:12px}.buddypress-wrap .profile.edit .button-nav li{margin-top:10px}#item-body>div.profile{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:4px;padding:20px;margin-bottom:20px;font-size:16px}#item-body>div.profile .bp-tables-user,#item-body>div.profile table.forum,#item-body>div.profile table.wp-profile-fields{border-radius:0;box-shadow:none}#item-body>div.profile tr:nth-child(odd){background:0 0}#item-body>div.profile h2.screen-heading{border-bottom:1px solid var(--bb-content-border-color);margin:0 -20px 20px;padding:0 20px 15px;letter-spacing:.33px;font-size:1rem;font-weight:600;text-transform:uppercase;line-height:1}a.link-change-cover-image,a.link-change-profile-image,a.position-change-cover-image{color:var(--bb-content-background-color)}a.link-change-cover-image i:before,a.link-change-profile-image i:before,a.position-change-cover-image i:before{margin:0;color:var(--bb-content-background-color);position:relative;z-index:2}a.link-change-cover-image i:after,a.link-change-profile-image i:after,a.position-change-cover-image i:after{position:absolute;left:4px;top:4px;z-index:1;content:" ";width:28px;height:28px;background-color:var(--bb-headings-color);border-radius:15px}a.link-change-cover-image .bb-icon-edit-thin,a.link-change-profile-image .bb-icon-edit-thin,a.position-change-cover-image .bb-icon-edit-thin{font-size:24px}a.link-change-cover-image:hover i:after,a.link-change-profile-image:hover i:after,a.position-change-cover-image:hover i:after{background-color:var(--bb-primary-color)}#buddypress #header-cover-image .header-cover-reposition-wrap>.button{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular)}#buddypress #header-cover-image .header-cover-reposition-wrap>.button:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}#buddypress #header-cover-image .header-cover-reposition-wrap>.button: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)}.bb-buddypanel #item-header .width-full .position-change-cover-image,.bb-buddypanel #item-header .width-full a.link-change-cover-image{left:45px}.bb-buddypanel #item-header #header-cover-image.width-full .header-cover-reposition-wrap .cover-image-save{margin-right:55px}.bb-buddypanel.buddypanel-open #item-header #header-cover-image.width-full .header-cover-reposition-wrap .cover-image-save{margin-right:135px}.bb-buddypanel.buddypanel-open #item-header .width-full .position-change-cover-image,.bb-buddypanel.buddypanel-open #item-header .width-full a.link-change-cover-image{left:120px}.buddypress-wrap .profile.edit .repeater_group_outer{background:var(--bb-content-alternate-background-color);border-radius:4px;padding:15px 15px 0}#buddypress #btn_add_repeater_set{float:left;height:32px;margin-right:10px}#buddypress #btn_add_repeater_set .dashicons{font:normal normal normal 18px/1 bb-icons}#buddypress #btn_add_repeater_set .dashicons:before{content:"\eef9"}#buddypress .repeater_tools a{color:var(--bb-alternate-text-color);cursor:pointer}#buddypress .repeater_tools a:hover{color:var(--bb-primary-color)}#buddypress .repeater_tools .dashicons{font:normal normal normal 18px/1 bb-icons}#buddypress .repeater_tools .dashicons-edit:before{content:"\ee5a"}#buddypress .repeater_tools .dashicons-trash:before{content:"\ef48"}tr.repeater-separator td{border-top:1px solid rgba(0,0,0,.025);border-bottom:0}.repeater_group_inner{border-top:1px solid #eee;display:none;margin:10px -15px;padding:10px 15px}.buddypress-wrap .profile.edit .repeater_group_outer .repeater_tools{margin-bottom:15px}.buddypress-wrap .profile.edit .repeater_group_outer .repeater_set_title{font-size:17px}.active .repeater_set_title{font-weight:600}.bb-user-nav-display-wrap .widget-area{margin-top:20px}body #buddypress .bp-list.invites .action{margin:0 0 0 auto}.bp-sitewide-notice-wrap{background:0 0;border:0;display:-webkit-box;display:-ms-flexbox;display:flex}.bp-sitewide-notice .bp-sitewide-notice-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto;max-width:1200px;padding-left:10px;padding-right:10px;width:100%}.bp-feedback.bp-sitewide-notice+.users-header div#cover-image-container{margin-top:-26px}#cover-image-container #item-header-avatar img{background-color:var(--bb-content-background-color)}.site .bp-feedback.bp-sitewide-notice{background:#fff;box-shadow:0 10px 25px -5px rgba(18,43,70,.05);padding:20px 30px;border:0;border-bottom:1px solid var(--bb-content-border-color);border-radius:0;line-height:1.5;margin:0;position:relative}.site-content .bp-feedback.bp-sitewide-notice{display:none}.bp-feedback.bp-sitewide-notice button{height:auto;width:auto;padding:0;background:0 0;box-shadow:none;border:0;color:var(--bb-body-text-color);margin-left:auto}.bp-feedback.bp-sitewide-notice .bp-icon{display:none}.bp-feedback.bp-sitewide-notice p{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 10px 0 0;color:var(--bb-body-text-color);font-size:14px}.bp-feedback.bp-sitewide-notice strong{display:block;margin-bottom:-15px}.messages #buddypress .bp-feedback.bp-sitewide-notice{margin-top:-25px}@media (min-width:800px){#buddypress table.profile-fields tr td.label{width:25%}#buddypress table.profile-fields tr td.data{width:75%}}@media (max-width:991px){.bs-profile-details-grid .bb-field-group:nth-child(odd) .bp-widget{padding-right:0}.bs-profile-details-grid .bb-field-group:nth-child(even) .bp-widget{padding-left:0}}@media screen and (max-width:1050px){#page #buddypress #item-body .bp-profile-wrapper #subnav{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:10px;border-right:0;border-radius:4px 4px 0 0;padding:0;margin-bottom:15px}.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav{padding:0}#page #buddypress #item-body .bp-profile-wrapper #subnav li{float:left;margin-right:1px}#buddypress .profile.edit .button-nav a{margin-top:20px}#buddypress .profile.edit .button-nav{margin-top:0}.buddypress-wrap .item-body .profile.edit .screen-heading{margin:0}.bp-profile-content .profile:not(.public){padding:30px 0}}@media screen and (max-width:520px){#buddypress #btn_add_repeater_set{margin-bottom:15px}#buddypress #profile-edit-form{margin-bottom:0}}.bp-invites-container,.bp-settings-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:4px;margin-bottom:30px}@media screen and (max-width:1050px){.bp-settings-container{border:0;background-color:transparent}}.bp-invites-container{border:0;border-radius:var(--bb-block-radius);background:0 0}.bp-single-vert-nav .bp-settings-container .bp-navs,.buddypress-wrap .bp-settings-container .bp-navs{-webkit-box-flex:0;-ms-flex:0 0 245px;flex:0 0 245px;background-color:var(--bb-body-background-color);border-right:1px solid var(--bb-content-border-color);border-bottom:0;min-height:60vh;border-radius:4px 0 0 4px;margin:0;padding:30px 0}.bp-single-vert-nav .bp-settings-container .bp-navs li,.buddypress-wrap .bp-settings-container .bp-navs li{float:none;padding:0}.bp-single-vert-nav .bp-settings-container .bp-navs a,.buddypress-wrap .bp-settings-container .bp-navs a{border:0;font-size:14px;color:var(--bb-headings-color);letter-spacing:-.24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px 20px;line-height:1;margin-bottom:1px}.bp-single-vert-nav .bp-settings-container .bp-navs a:before,.buddypress-wrap .bp-settings-container .bp-navs a:before{content:"\ee6e";font:normal normal normal 14px/1 bb-icons;speak:none;display:inline-block;font-size:18px;margin-right:10px;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media only screen and (max-width:768px){.bp-single-vert-nav .bp-settings-container .bp-navs a:before,.buddypress-wrap .bp-settings-container .bp-navs a:before{display:none}}.bp-single-vert-nav .bp-settings-container .bp-navs a:hover,.buddypress-wrap .bp-settings-container .bp-navs a:hover{background:var(--bb-content-alternate-background-color);color:var(--bb-primary-color)}.bp-single-vert-nav .bp-settings-container .bp-navs #general:before,.buddypress-wrap .bp-settings-container .bp-navs #general:before{content:"\ee27"}.bp-single-vert-nav .bp-settings-container .bp-navs #notifications:before,.buddypress-wrap .bp-settings-container .bp-navs #notifications:before{content:"\ee62"}.bp-single-vert-nav .bp-settings-container .bp-navs #notifications.notification-preferences:before,.buddypress-wrap .bp-settings-container .bp-navs #notifications.notification-preferences:before{content:"\e86d"}.bp-single-vert-nav .bp-settings-container .bp-navs #social.bb-sso-accounts:before,.buddypress-wrap .bp-settings-container .bp-navs #social.bb-sso-accounts:before{content:"\eec8"}.bp-single-vert-nav .bp-settings-container .bp-navs #profile:before,.buddypress-wrap .bp-settings-container .bp-navs #profile:before{content:"\eecc"}.bp-single-vert-nav .bp-settings-container .bp-navs #blocked-members:before,.buddypress-wrap .bp-settings-container .bp-navs #blocked-members:before{content:"\ef64"}.bp-single-vert-nav .bp-settings-container .bp-navs #invites:before,.buddypress-wrap .bp-settings-container .bp-navs #invites:before{content:"\ef5a"}.bp-single-vert-nav .bp-settings-container .bp-navs #export:before,.buddypress-wrap .bp-settings-container .bp-navs #export:before{content:"\E889"}.bp-single-vert-nav .bp-settings-container .bp-navs #delete-account:before,.buddypress-wrap .bp-settings-container .bp-navs #delete-account:before{content:"\ef48"}.bp-single-vert-nav .bp-settings-container .bp-navs ul.subnav,.buddypress-wrap .bp-settings-container .bp-navs ul.subnav{width:100%}.bp-single-vert-nav .bp-settings-container .bp-navs .current a,.bp-single-vert-nav .bp-settings-container .bp-navs .selected a,.buddypress-wrap .bp-settings-container .bp-navs .current a,.buddypress-wrap .bp-settings-container .bp-navs .selected a{background:var(--bb-content-background-color);color:var(--bb-headings-color);font-weight:400;border-top:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color)}@media screen and (max-width:900px){.bp-single-vert-nav .bp-settings-container .bp-navs .current a,.bp-single-vert-nav .bp-settings-container .bp-navs .selected a,.buddypress-wrap .bp-settings-container .bp-navs .current a,.buddypress-wrap .bp-settings-container .bp-navs .selected a{border-top:none;border-bottom:none}}.bp-single-vert-nav .bp-settings-container .bp-navs .selected,.buddypress-wrap .bp-settings-container .bp-navs .selected{position:relative}.bp-single-vert-nav .bp-settings-container .bp-navs .selected:after,.buddypress-wrap .bp-settings-container .bp-navs .selected:after{content:"";background:var(--bb-content-background-color);width:4px;height:-webkit-calc(100% - 2px);height:calc(100% - 2px);position:absolute;left:-webkit-calc(100% - 2px);left:calc(100% - 2px);top:1px}@media screen and (max-width:900px){.bp-single-vert-nav .bp-settings-container .bp-navs .selected:after,.buddypress-wrap .bp-settings-container .bp-navs .selected:after{display:none}}#buddypress .bb-bp-settings-content{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:55px 50px;border-radius:var(--bb-block-radius);width:-webkit-calc(100% - 245px);width:calc(100% - 245px)}#buddypress .bb-bp-settings-content h2.screen-heading{font-weight:500;font-size:22px;line-height:1.1}#buddypress .bb-bp-settings-content label{display:block;font-size:16px;font-weight:400;color:var(--bb-body-text-color);letter-spacing:-.27px;line-height:1.187;margin-bottom:12px}#buddypress .bb-bp-settings-content .bp-radio-wrap label{display:inline-block}#buddypress .bb-bp-settings-content .settings-input{margin-bottom:20px}#buddypress .bb-bp-settings-content .bp-feedback{margin-bottom:30px}#buddypress .bb-bp-settings-content .info.bp-feedback{background:var(--bb-content-background-color)}#buddypress .bb-bp-settings-content .info.email-pwd-info{display:none}#buddypress .bb-bp-settings-content .bp-help-text{font-size:16px;color:var(--bb-alternate-text-color);letter-spacing:-.27px;line-height:1.2}#buddypress .bb-bp-settings-content .notification-settings{border-top:1px solid rgba(0,0,0,.05);border-radius:0;margin-top:20px;margin-bottom:20px}#buddypress .bb-bp-settings-content .notification-settings td,#buddypress .bb-bp-settings-content .notification-settings th{border-bottom:0;padding:0}#buddypress .bb-bp-settings-content .notification-settings td,#buddypress .bb-bp-settings-content .notification-settings th{padding:6px 0;border:0;vertical-align:middle;font-size:16px;color:inherit;letter-spacing:-.27px;line-height:1.38}#buddypress .bb-bp-settings-content .notification-settings th{font-size:14px;color:var(--bb-alternate-text-color);letter-spacing:.5px;text-transform:uppercase;font-weight:500}#buddypress .bb-bp-settings-content .notification-settings th.title{padding-top:30px}#buddypress .bb-bp-settings-content .notification-settings th.yes{min-width:80px}#buddypress .bb-bp-settings-content .bp-tables-user,#buddypress .bb-bp-settings-content table.forum,#buddypress .bb-bp-settings-content table.wp-profile-fields{table-layout:fixed}#buddypress .bb-bp-settings-content .bp-tables-user th.title,#buddypress .bb-bp-settings-content table.forum th.title,#buddypress .bb-bp-settings-content table.wp-profile-fields th.title{padding:12px 20px}#buddypress .bb-bp-settings-content .bp-tables-user td,#buddypress .bb-bp-settings-content table.forum td,#buddypress .bb-bp-settings-content table.wp-profile-fields td{background:0 0;border:0;padding:12px 20px}#buddypress .bb-bp-settings-content table#xprofile-settings-base th:first-child,#buddypress .bb-bp-settings-content table#xprofile-settings-important-data th:first-child{width:40%}#buddypress .bp-tables-report{table-layout:fixed}#buddypress .bp-tables-report th{padding:12px 20px}#buddypress .bp-tables-report td{background:0 0;border:0;padding:12px 20px}.bb-bp-settings-content #settings-form input.settings-input{height:50px}.bb-bp-settings-content #settings-form .bb-password-wrap .settings-input{padding-right:50px}.bb-bp-settings-content input#submit{min-width:160px;height:42px;font-weight:500}.bb-bp-settings-content .bb-password-wrap a.bb-toggle-password{height:50px;width:50px}.bb-bp-settings-content .bp-help-text.email-notifications-info{margin-bottom:2.1875rem}.bb-bp-settings-content .notification_info{margin-bottom:35px}.bb-bp-settings-content .notification_info .notification_type h3{font-size:1rem;line-height:1.2rem;font-weight:600;margin-bottom:5px}.bb-bp-settings-content .notification_info .notification_type p{color:var(--bb-alternate-text-color);font-size:.9rem;line-height:1rem}.bb-bp-settings-content .notification_info .notification_type .notification_type_info{margin-left:15px;-ms-flex-preferred-size:calc(100% - 60px);flex-basis:-webkit-calc(100% - 60px);flex-basis:calc(100% - 60px)}.bb-bp-settings-content .notification_info .notification_type .notification_type_icon{width:45px;height:45px;background-color:var(--bb-content-alternate-background-color);border-radius:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0}.bb-bp-settings-content .notification_info .notification_type .bb-icon{color:var(--bb-alternate-text-color);font-size:24px;line-height:42px}.bb-template-v2 .bb-bp-settings-content .notification_info .notification_type .bb-icon{font-weight:300}.buddypress-wrap .bb-bp-settings-content .email-settings-screen{margin-bottom:10px}.bb-bp-settings-content .main-notification-settings+#activity-notification-settings{border-collapse:separate;border:0;margin-bottom:20px}.bb-bp-settings-content .main-notification-settings+#activity-notification-settings thead th{border-top:1px solid var(--bb-content-border-color);border-bottom:0;padding-top:15px;padding-bottom:0}.bb-bp-settings-content .main-notification-settings+#activity-notification-settings thead th.title{border-left:1px solid var(--bb-content-border-color);border-top-left-radius:var(--bb-block-radius-inner);padding-left:25px;padding-top:15px}.bb-bp-settings-content .main-notification-settings+#activity-notification-settings thead th.no{border-right:1px solid var(--bb-content-border-color);border-top-right-radius:var(--bb-block-radius-inner);padding-right:25px;min-width:80px}.bb-bp-settings-content .main-notification-settings+#activity-notification-settings tbody td{padding:15px 0 0 10px;font-size:14px}.bb-bp-settings-content .main-notification-settings+#activity-notification-settings tbody td:nth-child(2){border-left:1px solid var(--bb-content-border-color);padding-left:25px}.bb-bp-settings-content .main-notification-settings+#activity-notification-settings tbody td:last-child{padding-right:25px;border-right:1px solid var(--bb-content-border-color)}.bb-bp-settings-content .main-notification-settings+#activity-notification-settings tbody td .bp-radio-wrap label{margin:0}.bb-bp-settings-content .main-notification-settings+#activity-notification-settings tbody tr:last-child td{border-bottom:1px solid var(--bb-content-border-color);padding-bottom:20px}.bb-bp-settings-content .main-notification-settings+#activity-notification-settings tbody tr:last-child td:nth-child(2){border-bottom-left-radius:var(--bb-block-radius-inner)}.bb-bp-settings-content .main-notification-settings+#activity-notification-settings tbody tr:last-child td:last-child{border-bottom-right-radius:var(--bb-block-radius-inner)}.bb-bp-settings-content .main-notification-settings+#activity-notification-settings .no,.bb-bp-settings-content .main-notification-settings+#activity-notification-settings .title,.bb-bp-settings-content .main-notification-settings+#activity-notification-settings .yes{font-size:13px;font-weight:600}.bb-bp-settings-content .main-notification-settings{border-collapse:separate;border:0;margin-bottom:20px}.bb-template-v2 .bb-bp-settings-content .main-notification-settings:first-of-type thead th{border:0}.bb-bp-settings-content .main-notification-settings thead{background-color:transparent}.bb-bp-settings-content .main-notification-settings thead .title{padding-left:25px}.bb-bp-settings-content .main-notification-settings thead+tbody tr:first-child td{padding-top:30px}.bb-bp-settings-content .main-notification-settings th{border-color:var(--bb-content-border-color);background-color:var(--bb-content-alternate-background-color);font-size:14px;padding:14px}.bb-bp-settings-content .main-notification-settings th:first-child{border-radius:var(--bb-block-radius-inner) 0 0 var(--bb-block-radius-inner)}.bb-bp-settings-content .main-notification-settings th:last-child{border-right:1px solid var(--bb-content-border-color);border-radius:0 var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0;overflow:hidden}.bb-bp-settings-content .main-notification-settings tr:last-child th{border-bottom:1px solid var(--bb-content-border-color)}.bb-bp-settings-content .main-notification-settings .title{font-size:13px;font-weight:600}.bb-bp-settings-content .main-notification-settings tbody tr:first-child td:first-child{border-top-left-radius:var(--bb-block-radius-inner)}.bb-bp-settings-content .main-notification-settings tbody tr:first-child td:last-child{border-top-right-radius:var(--bb-block-radius-inner)}.bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child td{padding-left:25px;padding-right:25px;border:1px solid var(--bb-content-border-color);border-top-left-radius:var(--bb-block-radius-inner);border-top-right-radius:var(--bb-block-radius-inner);border-bottom:0}.bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child~tr td{border-bottom:0;padding-bottom:0}.bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child~tr td:first-child{border-left:1px solid var(--bb-content-border-color);padding-left:25px}.bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child~tr td:last-child{border-right:1px solid var(--bb-content-border-color)}.bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child~tr:last-child td{border-bottom:1px solid var(--bb-content-border-color);padding-bottom:20px}.bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child~tr:last-child td:first-child{border-bottom-left-radius:var(--bb-block-radius-inner)}.bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child~tr:last-child td:last-child{border-bottom-right-radius:var(--bb-block-radius-inner)}.bb-bp-settings-content .main-notification-settings tbody tr:not(.notification_heading):first-child td{border-top:1px solid var(--bb-content-border-color)}.bb-bp-settings-content .main-notification-settings tbody tr:not(.notification_heading):first-child td:first-child{border-left:1px solid var(--bb-content-border-color);padding-left:25px}.bb-bp-settings-content .main-notification-settings tbody tr:not(.notification_heading):first-child td:last-child{border-right:1px solid var(--bb-content-border-color)}.bb-bp-settings-content .main-notification-settings tbody td{font-size:14px;padding:15px 0 15px 10px}.bb-bp-settings-content .main-notification-settings tbody td:first-child{padding-left:0}.bb-bp-settings-content .main-notification-settings tbody tr:last-child:not(.notification_heading) td{border-bottom:1px solid var(--bb-content-border-color)}.bb-bp-settings-content .main-notification-settings tbody .notification_heading td{padding-top:15px;padding-bottom:0}.bb-bp-settings-content .main-notification-settings tbody .title{color:var(--bb-alternate-text-color)}.bb-bp-settings-content .main-notification-settings .bs-styled-checkbox+label:before{width:16px;height:16px;vertical-align:middle}.bb-bp-settings-content .main-notification-settings .bs-styled-checkbox:checked+label:after{font-size:13px;font-weight:400;left:2px;top:3px;line-height:1}.bb-bp-settings-content .main-notification-settings .bs-styled-checkbox:disabled+label:before,.bb-bp-settings-content .main-notification-settings li.disabled>.bs-styled-checkbox+label:before{border-color:#ddd;background:#ddd}.bb-bp-settings-content .main-notification-settings .bs-styled-checkbox:disabled:not(:checked)+label:before{background-color:transparent}@media screen and (max-width:900px){.bb-bp-settings-content .main-notification-settings{margin-bottom:0}.bb-bp-settings-content .main-notification-settings:first-of-type{margin-bottom:20px}.bb-bp-settings-content .main-notification-settings:last-of-type tbody tr.notification_heading:first-child~tr:last-child td{border-bottom:0}.bb-bp-settings-content .main-notification-settings .bb-mobile-setting ul{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius-inner)}.bb-bp-settings-content .main-notification-settings thead th.title{border-radius:var(--bb-block-radius-inner);border-right:1px solid var(--bb-content-border-color)}.bb-bp-settings-content .main-notification-settings .disabled input.bs-styled-checkbox{opacity:0}.bb-bp-settings-content .main-notification-settings .bb-mobile-setting .bb-mobile-setting-anchor{font-weight:400;border-radius:var(--bb-block-radius-inner)}.bb-bp-settings-content .main-notification-settings .bb-mobile-setting .bb-mobile-setting-anchor:after{font-size:20px;font-weight:400}.bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child td{border:0;padding-left:15px}.bb-bp-settings-content .main-notification-settings tbody tr.notification_heading:first-child~tr td:first-child{border-left:0;border-radius:0!important;padding-left:15px;padding-right:15px}.bb-bp-settings-content .main-notification-settings tbody tr:not(.notification_heading):only-child td:first-child,.bb-bp-settings-content .main-notification-settings tbody tr:not(.notification_heading):only-child td:last-child,.bb-bp-settings-content .main-notification-settings tbody tr:only-child td:first-child,.bb-bp-settings-content .main-notification-settings tbody tr:only-child td:last-child{border-width:0;border-bottom-width:1px;border-radius:0;padding-left:15px;padding-right:15px}}@media screen and (max-width:900px){.notification_info .notification_type{border-color:var(--bb-content-border-color)}}#buddypress .bb-bp-settings-content .main-notification-settings label{margin:0;font-size:14px;font-weight:500}#moderation-list .bp-unblock-user,#moderation-list .moderation-item-actions .button.disabled{min-width:120px;height:42px;font-weight:500;float:right}#moderation-list .moderation-item-actions .button.disabled{color:#fff;border:0;box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}#moderation-list td.moderation-block-member .description{margin-left:10px;font-size:90%;border:1px solid var(--bb-danger-color);color:var(--bb-danger-color);padding:4px 8px;border-radius:20px}.dz-default{font-size:14px;font-weight:300;cursor:pointer;letter-spacing:-.24px;line-height:1.3;position:relative;z-index:1;color:#fff;text-align:center}.dz-default:before{content:"\e864";font-family:bb-icons;font-size:24px;font-style:normal;font-weight:500;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dz-default span{display:block;margin-top:8px}.dz-default.dz-drag{position:absolute;width:100%;height:100%;top:0;margin: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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:5;pointer-events:none}.dz-default.dz-drag:before{content:"\edb1"}.left-vertical-tabs{-webkit-box-flex:0;-ms-flex:0 0 250px;flex:0 0 250px;background:var(--bb-content-alternate-background-color);border-right:1px solid var(--bb-content-border-color);min-height:60vh;border-radius:4px 0 0 4px;padding:40px 0}.left-vertical-tabs ul{list-style:none;margin:0}.left-vertical-tabs ul a{font-size:14px;color:#939597;letter-spacing:-.24px;display:block;padding:13px 20px;line-height:1}.left-vertical-tabs ul a:hover{color:var(--bb-primary-color)}.left-vertical-tabs ul i{font-size:24px;width:24px}.left-vertical-tabs li{-webkit-transition:.3s all;transition:.3s all;margin-bottom:1px}.left-vertical-tabs li:hover{background:rgba(77,92,109,.1)}.left-vertical-tabs .active{background:rgba(77,92,109,.1)}.left-vertical-tabs .active a{color:#122b46}.left-vertical-tabs span.title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.left-vertical-tabs span.title span{margin-left:10px}.bb-input-wrap{display:block;position:relative}.bb-input-wrap .bb-input{height:50px;width:100%}.bb-input-wrap i{left:0;top:0;position:absolute;width:50px;height:50px;line-height:50px;text-align:center;color:var(--bb-headings-color);opacity:.4;font-size:22px;z-index:1}.bb-input-wrap i+.bb-input{padding-left:48px}.bb-input-wrap .bb-icon-visibility{font-size:24px;left:auto;right:0}.bb-input-wrap .bb-textarea{height:120px;width:100%}.bb-input-wrap textarea{resize:vertical}span.bb-visibility-wrap{right:0;top:0;position:absolute;width:50px;height:50px;line-height:50px;z-index:1}.bb-input[type=password]+.bb-visibility-wrap .bb-icon-visibility:before{font-family:bb-icons;content:"\ee6a"}.bb-input[type=text]+.bb-visibility-wrap .bb-icon-visibility:before{content:"\ee69";font-family:bb-icons}.bs-settings-container .bb-input[type=password]{padding-right:40px}.settings-header.entry-header{margin-bottom:30px}.profile-header i.bb-icon-user-small,.settings-header i.bb-icon-user-small{margin:0;width:auto;height:auto;font-size:18px;position:relative;line-height:1;top:1px}div.bs-settings-container .bb-profile-avatar-wrap{position:relative;margin-left:45px;margin-top:-155px;height:152px;width:152px}div.bs-settings-container .bb-profile-avatar-wrap .dz-default span{display:block}.bb-profile-avatar-wrap+.button-wrap{margin-top:0}#bb-profile-avatar-wrap-components{overflow:hidden;height:152px;width:152px;border-radius:4px;position:relative}#bb-profile-avatar-wrap-components video{position:absolute;z-index:3;object-fit:cover}#bb-profile-avatar-wrap-components #captureAvatarlink{position:absolute;z-index:3;top:0;left:10px;font-size:12px;font-weight:500;text-transform:uppercase}#bb-profile-avatar-wrap-components #avatar-drag-message{z-index:1}#bb-profile-avatar-wrap-components div#profile_avatar{background-size:cover;background-repeat:no-repeat;border:2px solid #fff;position:relative;height:100%;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;z-index:5}#bb-profile-avatar-wrap-components div#profile_avatar:before{background:rgba(18,43,70,.3);content:"";position:absolute;left:0;top:0;height:100%;width:100%}#bb-profile-avatar-wrap-components .croppie-container{position:absolute;top:0;-webkit-transition:all .2s ease;transition:all .2s ease;z-index:3}#bb-profile-avatar-wrap-components .croppie-container .cr-boundary{width:100%!important;height:100%!important;position:absolute;top:0;z-index:3;background:#fff}#bb-profile-avatar-wrap-components .croppie-container .cr-viewport{border:0}.has-sidebar .bb-profile-avatar-wrap{width:90px;height:90px;margin-top:-60px}.has-sidebar .bb-profile-avatar-wrap .dz-default span{display:none}.bb-profile-cover-wrap #cover-drag-message{z-index:1}.bb-profile-cover-wrap .croppie-container{position:absolute;overflow:hidden;border-radius:4px;z-index:3}.bb-profile-cover-wrap .croppie-container .cr-boundary{width:100%!important;height:100%!important;padding-top:26.895%;position:absolute;top:0;background:#fff}.bb-profile-cover-wrap .croppie-container .cr-viewport{border:0}.bb-profile-cover-wrap .dz-default{position:absolute;top:50%;margin-top:-25px}.bb-profile-cover-wrap .dz-default.dz-drag{top:0;margin:0}.cr-viewport{width:100%!important;height:100%!important}.bb-profile-wrap{z-index:2;position:relative}.bb-profile-wrap [class*=bb-delete]{color:#fff;font-size:22px;position:absolute;top:0;right:0;z-index:5}.bb-profile-wrap .bs-dropdown-wrap{position:absolute;z-index:7;top:0;right:0}.bb-profile-wrap .bs-dropdown-wrap .bs-dropdown{top:46px}.bb-profile-wrap .bs-dropdown-wrap .bs-dropdown:after{right:15px}.bb-profile-wrap .bs-dropdown-wrap .bb-icon-menu-dots-v{color:#fff;position:relative;right:10px;top:10px}.bb-profile-wrap.loading .cr-image{opacity:.6!important}.bb-profile-wrap.loading:before{position:absolute;top:38%;left:0;right:0;margin:auto;content:"\ef30";font-family:bb-icons;font-size:24px;font-weight:400;line-height:36px;color:#fff;text-align:center;-webkit-animation:spin 3s infinite linear;animation:spin 3s infinite linear;z-index:12}.bb-profile-wrap.loading .dz-default{display:none}.bb-field-wrap{margin-bottom:20px}.bb-profile-section .bs-dropdown-link .bs-dropdown-link{font-size:14px;cursor:pointer;color:#939597;background-image:url(../images/svg/arrow-down.svg);background-position:right 7px;background-repeat:no-repeat;padding-right:15px}.bb-profile-section i{font-size:14px;color:#939597;margin-right:5px}.bb-profile-section input:not([type=checkbox],[type=radio]),.bb-profile-section select,.bb-profile-section textarea{width:100%}.bb-profile-section .bb-icon-user-small-plus{font-size:17px}.notification-settings-wrap{border-top:1px solid rgba(0,0,0,.05);padding-top:25px;padding-bottom:25px}.notification-settings-wrap:last-child{border-bottom:1px solid rgba(0,0,0,.05)}.notification-settings-wrap td,.notification-settings-wrap th{padding:6px 0;border:0;vertical-align:middle;font-size:16px;color:var(--bb-body-text-color);letter-spacing:-.27px;line-height:1.38}.notification-settings-wrap th{padding:5px 0 15px}.notification-settings-wrap .yes{padding-left:15px;text-align:right}div#message.error{background-color:var(--bb-danger-color);color:#fff;border:1px solid var(--bb-danger-color);padding:.615em 2.25em .615em 1.15em;font-size:14px;line-height:1.5;border-radius:3px}.bb-delete-account-wrap{margin:30px 0}.vdp-datepicker .vdp-datepicker__calendar{background:#fff;box-shadow:0 8px 14px 0 rgba(0,0,0,.08);border:0;border-radius:4px;max-width:100%}.vdp-datepicker .vdp-datepicker__calendar header{border-bottom:1px solid #e8eaed;overflow:hidden;height:48px;line-height:48px;font-size:14px;color:var(--bb-primary-color);letter-spacing:-.24px;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.vdp-datepicker .vdp-datepicker__calendar>div{padding:10px 20px 20px}.vdp-datepicker .vdp-datepicker__calendar .next,.vdp-datepicker .vdp-datepicker__calendar .prev{line-height:1;text-indent:0;font-size:0}.vdp-datepicker .vdp-datepicker__calendar .next:before,.vdp-datepicker .vdp-datepicker__calendar .prev:before{content:"\e827";color:#53597b;display:inline-block;font:normal normal normal 14px/1 bb-icons;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;left:10px;font-size:24px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);top:-12px}.vdp-datepicker .vdp-datepicker__calendar .next:after,.vdp-datepicker .vdp-datepicker__calendar .prev:after{display:none}.vdp-datepicker .vdp-datepicker__calendar .next:before{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.vdp-datepicker .vdp-datepicker__calendar .cell.day-header{font-size:10px;color:var(--bb-body-text-color);opacity:.5;text-transform:uppercase}.vdp-datepicker .vdp-datepicker__calendar .cell{font-size:14px;color:var(--bb-headings-color)}.vdp-datepicker .vdp-datepicker__calendar .cell.selected,.vdp-datepicker .vdp-datepicker__calendar .cell.selected.highlighted,.vdp-datepicker .vdp-datepicker__calendar .cell.selected:hover{background:0 0;color:#fff;position:relative}.vdp-datepicker .vdp-datepicker__calendar .cell.selected.highlighted:not(.day),.vdp-datepicker .vdp-datepicker__calendar .cell.selected:hover:not(.day),.vdp-datepicker .vdp-datepicker__calendar .cell.selected:not(.day){background:var(--bb-primary-color)}.vdp-datepicker .vdp-datepicker__calendar .cell.selected.day:before,.vdp-datepicker .vdp-datepicker__calendar .cell.selected.highlighted.day:before,.vdp-datepicker .vdp-datepicker__calendar .cell.selected:hover.day:before{content:"";position:absolute;left:0;right:0;margin:0 auto;display:block;height:32px;width:32px;background:var(--bb-primary-color);color:#fff;border-radius:50%;z-index:-1;top:3px}.vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank,.disabled).day:hover,.vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank,.disabled).month:hover,.vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank,.disabled).year:hover{border:1px solid transparent}.vdp-datepicker .vdp-datepicker__calendar .cell:not(.selected):hover{color:var(--bb-primary-color)}#buddypress #profile-edit-form{max-width:520px;width:100%}#buddypress #profile-edit-form .editfield{margin-bottom:20px}#buddypress #profile-edit-form fieldset{margin:0}#buddypress #profile-edit-form .clear-value{display:none}#buddypress #profile-edit-form label:not(.bp-screen-reader-text),#buddypress #profile-edit-form legend:not(.bp-screen-reader-text){display:block;font-size:16px;font-weight:400;font-style:normal;color:var(--bb-headings-color);letter-spacing:-.27px;line-height:1;margin-bottom:12px}#buddypress #profile-edit-form input[type=text],#buddypress #profile-edit-form select{height:50px;font-style:normal;width:100%}#buddypress #profile-edit-form .field-visibility-settings-toggle{margin:0;position:relative}#buddypress #profile-edit-form .field-visibility-settings-toggle select{position:absolute;right:0;top:-6px;width:140px;height:30px;font-size:14px;color:#939597;background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:right 10px center;padding-right:26px;border:0;text-align:right;direction:rtl;font-style:normal;-webkit-appearance:none;-moz-appearance:none;appearance:none}#buddypress #profile-edit-form .wp-editor-container .button,#buddypress #profile-edit-form .wp-editor-container button{padding:4px 2px;background:0 0;border:0;height:auto;margin:0;min-height:20px}#buddypress #profile-edit-form .wp-editor-container .mce-ico{color:#222}#buddypress #profile-edit-form .quicktags-toolbar{background:#ecf0f1}#buddypress #profile-edit-form .wp-editor-container textarea{border:0;font-family:inherit;letter-spacing:-.24px;line-height:1.5;font-size:1rem;padding-top:10px;padding-bottom:10px;height:auto}#buddypress #profile-edit-form .datebox-selects{display:-webkit-box;display:-ms-flexbox;display:flex}#buddypress #profile-edit-form .datebox-selects select:not(:last-child){margin-right:10px}#buddypress #profile-edit-form .datebox-selects label{margin-right:10px;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#buddypress #profile-edit-form div.submit{clear:none;padding:0}#buddypress #profile-edit-form div.submit input{margin-right:0;height:38px}#subnav.subnav_tab{border-bottom:0}#subnav.subnav_tab .subnav li{padding:0}#subnav.subnav_tab .subnav li a{color:var(--bb-body-text-color);background-color:transparent;border:0;border-bottom:1px solid transparent;border-radius:0;padding:0 0 10px}#subnav.subnav_tab .subnav li a:focus,#subnav.subnav_tab .subnav li a:hover{background-color:transparent}#subnav.subnav_tab .subnav li.selected a{border-bottom-color:var(--bb-primary-color);color:var(--bb-headings-color);font-weight:600}.bb-accordion{border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner)}.bb-accordion .bb-accordion_panel{border-color:var(--bb-content-border-color)}.buddypress-wrap .bb-accordion .bb-accordion_title{color:var(--bb-headings-color);margin-bottom:0}.buddypress .buddypress-wrap .bb-accordion .bb-accordion_trigger{color:var(--bb-headings-color);opacity:.4;top:15px;box-shadow:none}@media screen and (max-width:767px){.bb-accordion{border-radius:0}.bb-accordion.is_closed{border-color:var(--bb-content-border-color)}}.subscription-items li{border-radius:var(--bb-block-radius-inner)}.subscription-items li:focus-within,.subscription-items li:hover{background-color:var(--bb-content-alternate-background-color)}.subscription-items .subscription-item_image img,.subscription-items .subscription-item_image:before{border-radius:var(--bb-block-radius-inner)}.subscription-items .subscription-item_detail .subscription-item_title{color:var(--bb-headings-color)}.subscription-items .subscription-item_detail .subscription-item_meta{color:var(--bb-alternate-text-color)}.buddypress .buddypress-wrap .subscription-items .subscription-item_remove{color:var(--bb-headings-color);border-radius:var(--bb-block-radius-inner);opacity:.4}.buddypress .buddypress-wrap .subscription-items .subscription-item_remove:focus,.buddypress .buddypress-wrap .subscription-items .subscription-item_remove:hover{background-color:var(--bb-content-background-color);opacity:1;box-shadow:none}.buddypress .buddypress-wrap .subscription-items .subscription-item_remove:focus i,.buddypress .buddypress-wrap .subscription-items .subscription-item_remove:hover i{color:var(--bb-headings-color)}.buddypress .buddypress-wrap .subscription-items .subscription-item_remove.is_loading{opacity:1;margin-top:3px;background-color:transparent}.subscription-items>p{color:var(--bb-body-text-color)}.subscription-items.is_loading .subscription-items_loading .subscription-items-image_loading{border-radius:var(--bb-block-radius-inner)}.subscription-items-loader.is_loading .subscription-items_loading .subscription-items-image_loading{border-radius:var(--bb-block-radius-inner)}@media (min-width:1081px){.left-vertical-tabs [data-balloon]:after,.left-vertical-tabs [data-balloon]:before{display:none}}@media (max-width:1080px){.has-sidebar .left-vertical-tabs{-ms-flex-preferred-size:auto;flex-basis:auto}}@media (max-width:800px){.notification-settings-wrap td,.notification-settings-wrap th{font-size:14px}.bb-profile-avatar-wrap{width:80px;height:80px;margin-top:-70px;margin-left:30px}.bb-profile-avatar-wrap .dz-default span{display:none}}@media (max-width:800px){div.bs-settings-container .bb-profile-avatar-wrap{margin-left:30px;margin-top:-122px;height:120px;width:120px}.bb-profile-avatar-wrap #bb-profile-avatar-wrap-components{height:120px;width:120px}.bs-dropdown-wrap .bs-dropdown a.bb-webcam{display:none}.tab-container .bb-profile-wrap{z-index:initial}}@media screen and (max-width:1050px){#buddypress .bp-settings-container .bp-navs{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:10px;border-right:0;border-radius:4px 4px 0 0;padding:0;margin-bottom:15px}.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) .bp-settings-container nav{border-bottom:0}#buddypress .bb-bp-settings-content{padding:20px;width:100%;background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius)}.bb-bp-settings-content .screen-heading.email-settings-screen,.bb-bp-settings-content .screen-heading.general-settings-screen,.bb-bp-settings-content .screen-heading.group-invites-screen{display:none}.bb-bp-settings-content .subnav_tab .subnav{margin-top:0}.bb-subnav-private .bp-navs__dropdown{display:block;width:100%;margin-bottom:15px}.bp-subnavs.bb-subnav-private .subnav{display:none}}@media (max-width:640px){div.bs-settings-container .bb-profile-avatar-wrap{width:120px;height:120px;margin:-20px auto 40px}.bb-profile-avatar-wrap #bb-profile-avatar-wrap-components{height:120px;width:120px}.bb-profile-avatar-wrap .button-wrap{margin-top:-15px}div.bs-settings-container .bb-profile-avatar-wrap .dz-default span{font-size:11px}}@media (min-width:541px){#buddypress #profile-edit-form .datebox-selects select[name*=day]{-webkit-box-flex:0;-ms-flex:0 0 90px;flex:0 0 90px}}@media (max-width:540px){.bb-profile-wrap.loading:before{font-size:20px}.left-vertical-tabs [data-balloon]:after,.left-vertical-tabs [data-balloon]:before{display:none}.vdp-datepicker .vdp-datepicker__calendar .cell{font-size:10px}.vdp-datepicker .vdp-datepicker__calendar .cell.selected.day:before,.vdp-datepicker .vdp-datepicker__calendar .cell.selected.highlighted.day:before,.vdp-datepicker .vdp-datepicker__calendar .cell.selected:hover.day:before{height:24px;width:24px;top:8px}.vdp-datepicker .vdp-datepicker__calendar .cell.day-header{font-size:8px;font-weight:700}.bb-profile-avatar-wrap+.button-wrap{text-align:center}.bb-profile-avatar-wrap+.button-wrap .button{margin-bottom:10px}#buddypress #profile-edit-form .field-visibility-settings-toggle>span{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}#buddypress #profile-edit-form label,#buddypress #profile-edit-form legend{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:0}#buddypress #profile-edit-form .field-visibility-settings-toggle select{text-align:left;direction:inherit;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;position:static;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:10px;padding-left:0}#buddypress #profile-edit-form input[type=text],#buddypress #profile-edit-form select{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}#buddypress #profile-edit-form .datebox-selects{-ms-flex-flow:row wrap;flex-flow:row wrap}#buddypress #profile-edit-form .datebox-selects select:not(:last-child){margin-right:0;margin-bottom:12px;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#moderation-list thead{display:none}#moderation-list tbody,#moderation-list tbody tr,#moderation-list tbody tr td{display:block;width:100%}#moderation-list tbody tr td{padding-top:30px;border-bottom:1px solid var(--bb-content-border-color)!important;display:inline-block;width:100%}#moderation-list tbody tr td:before{content:attr(data-title);display:block;font-size:15px;font-weight:700}#moderation-list .bp-unblock-user{width:100%}}@media (max-width:380px){.bs-settings-container .button-wrap input[type=button]{margin-top:5px;margin-bottom:5px}.settings-messages .message{font-size:13px}.settings-messages .message code{font-size:13px}.bb-profile-section .bs-dropdown-link .bs-dropdown-link{font-size:11px}.bb-profile-section i{font-size:12px;margin-right:3px}span.push-right.field-visibility{margin:0}.settings #buddypress .settings-header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.settings #buddypress .settings-header>.button{margin:10px auto 0}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.buddypress-wrap .bp-tables-report tr th{font-size:14px}body #buddypress a.export-csv{background-color:var(--bb-primary-color);color:#fff;font-size:14px;border-radius:100px;padding:10px 30px;text-decoration:none;display:inline-block;line-height:1.3;outline:0;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-transition:.3s all;transition:.3s all}body #buddypress a.export-csv:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}.bs-bp-container-reg #buddypress #signup-form.standard-form{overflow:hidden;padding:2px;margin-left:-2px;margin-right:-2px}.bs-bp-container-reg #buddypress #signup-form.standard-form>p{font-size:14px;line-height:21px}.bs-bp-container-reg #buddypress #signup-form.standard-form p.description{margin:0 0 12px;background:0 0;color:var(--bb-alternate-text-color);line-height:150%}.bs-bp-container-reg #buddypress #signup-form.standard-form #basic-details-section.register-section,.bs-bp-container-reg #buddypress #signup-form.standard-form #profile-details-section.register-section{float:none;margin:0 auto;width:100%}.bs-bp-container-reg #buddypress #signup-form.standard-form #basic-details-section.register-section>h2,.bs-bp-container-reg #buddypress #signup-form.standard-form #profile-details-section.register-section>h2{margin-bottom:.5rem}.bs-bp-container-reg #buddypress #signup-form.standard-form #basic-details-section.register-section{margin-bottom:0}.bs-bp-container-reg #buddypress #signup-form.standard-form #profile-details-section.register-section .editfield{margin-top:0;margin-bottom:0}.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=color],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=date],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=datetime-local],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=datetime],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=email],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=month],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=number],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=password],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=range],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=search],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=tel],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=text],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=time],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=url],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=week],.bs-bp-container-reg #buddypress #signup-form.standard-form select,.bs-bp-container-reg #buddypress #signup-form.standard-form textarea{display:inline-block;width:100%;font-family:inherit;font-size:15px;height:41px;outline:0;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;margin-bottom:12px}.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=color]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=date]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=datetime-local]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=datetime]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=email]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=month]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=number]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=password]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=range]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=search]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=tel]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=text]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=time]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=url]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=week]:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form select:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form textarea:focus{box-shadow:var(--bb-input-focus-shadow);border-color:var(--bb-input-focus-border-color)}.bs-bp-container-reg #buddypress #signup-form.standard-form input#signup_blog_url{margin-bottom:0}.bs-bp-container-reg #buddypress #signup-form.standard-form select{padding-right:30px}.bs-bp-container-reg #buddypress #signup-form.standard-form .datebox-selects select{width:auto}@media (max-width:544px){.bs-bp-container-reg #buddypress #signup-form.standard-form .datebox-selects select{width:100%;margin-bottom:10px}}.bs-bp-container-reg #buddypress #signup-form.standard-form fieldset{margin-top:0}.bs-bp-container-reg #buddypress #signup-form.standard-form label,.bs-bp-container-reg #buddypress #signup-form.standard-form legend{font-weight:400;font-size:16px;color:var(--bb-headings-color)}.bs-bp-container-reg #buddypress #signup-form.standard-form .radio-button-options label{line-height:1}.bs-bp-container-reg #buddypress #signup-form.standard-form .checkbox-options label,.bs-bp-container-reg #buddypress #signup-form.standard-form .radio-button-options label{margin-top:8px;margin-bottom:8px;font-size:14px}.bs-bp-container-reg #buddypress #signup-form.standard-form .checkbox-options label:before,.bs-bp-container-reg #buddypress #signup-form.standard-form .radio-button-options label:before{position:relative;bottom:1px;z-index:1}.bs-bp-container-reg #buddypress #signup-form.standard-form .checkbox-options label:after,.bs-bp-container-reg #buddypress #signup-form.standard-form .radio-button-options label:after{top:2px;z-index:2}.bs-bp-container-reg #buddypress #signup-form.standard-form .popup-modal-register{font-weight:600}.bs-bp-container-reg #buddypress #signup-form.standard-form .submit input[type=submit],.bs-bp-container-reg #buddypress #signup-form.standard-form button{font-size:14px;margin-right:0}.bs-bp-container-reg #buddypress #signup-form.standard-form button{padding:6px 20px;min-height:34px}.bs-bp-container-reg #buddypress #signup-form.standard-form .field-visibility-settings-toggle{font-size:12px;margin-top:.3rem}.bs-bp-container-reg #buddypress #signup-form.standard-form .field-visibility-settings-toggle button{font-size:12px;font-weight:400;background:0 0;background-color:none;color:#fff;border:0;min-height:auto;padding:0;border-radius:0;line-height:1.6875rem;vertical-align:baseline}.bs-bp-container-reg #buddypress #signup-form.standard-form a.clear-value{font-size:12px}.bs-bp-container-reg #buddypress #signup-form.standard-form .register-section>h2{font-size:18px}.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap.html-active .wp-editor-tabs button{border-color:#ddd;border-bottom:0;background-color:transparent;border-radius:3px 3px 0 0;box-shadow:none}.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap.html-active .wp-editor-tabs button.switch-html{background-color:var(--bb-content-alternate-background-color)}.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap.tmce-active .wp-editor-tabs button{border-color:#ddd;border-bottom:0;background-color:transparent;border-radius:3px 3px 0 0;box-shadow:none}.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap.tmce-active button.switch-tmce{background-color:var(--bb-content-alternate-background-color)}.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-tabs button{border-radius:0;padding:0 15px}.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container{border-radius:3px}.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar{background-color:var(--bb-content-alternate-background-color)}.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn:hover,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .qt-dfw:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .qt-dfw:hover,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn:hover,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .qt-dfw:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .qt-dfw:hover{box-shadow:none;border-color:transparent;color:rgba(18,43,70,.8)}.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn:focus .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn:hover .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .qt-dfw:focus .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .qt-dfw:hover .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn:focus .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn:hover .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .qt-dfw:focus .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .qt-dfw:hover .mce-ico{color:rgba(18,43,70,.8)}.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:hover,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:hover{color:rgba(18,43,70,.4)}.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:hover .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:hover .mce-ico{color:rgba(18,43,70,.4)}.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-ico{color:rgba(18,43,70,.4);-webkit-transition:all linear .2s;transition:all linear .2s}.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel button i,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar button i{font-size:16px}.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container button,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container input[type=button]{background-color:transparent;border-color:transparent;border-radius:0;padding:0 8px;color:rgba(18,43,70,.4);box-shadow:none;min-height:30px;-webkit-transition:all linear .2s;transition:all linear .2s}.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container button:hover,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container input[type=button]:hover{color:rgba(18,43,70,.8)}.bs-bp-container-reg #buddypress #signup-form.standard-form div.error{background-color:var(--bb-danger-color);color:#fff;width:100%;border-radius:3px;font-size:14px;padding:6px 12px;margin-bottom:3px;border:0}.bs-bp-container-reg #buddypress #signup-form.standard-form div.error .error{padding:0;border:0;border-radius:0;width:auto;margin:0;background:0 0;line-height:1}.bs-bp-container-reg #buddypress #signup-form.standard-form div.error span.bp-icon{margin-right:0;display:none}.bs-bp-container-reg #buddypress #signup-form.standard-form div.error p{padding:0;margin:0;line-height:1.6875rem}.bs-bp-container-reg #buddypress #signup-form.standard-form .submit{padding:25px 0 0}.register-page .register-privacy-info a{font-weight:600}body.activate.buddypress,body.register.buddypress,body.register.buddypress .site{background-color:var(--bb-admin-screen-bgr-color)}.bs-bp-container-reg #buddypress #signup-form.standard-form label,.bs-bp-container-reg #buddypress #signup-form.standard-form legend,body.buddypress.activation article.bp_activate .entry-header h1,body.buddypress.activation article.bp_activate label,body.buddypress.register article.page>.entry-header .entry-title,body.register.buddypress #primary,body.register.buddypress #primary label{color:var(--bb-admin-screen-txt-color)}.bs-bp-container-reg .buddypress-wrap #pass-strength-result.short,.bs-bp-container-reg .buddypress-wrap #pass-strength-result.show{font-weight:400;background-color:var(--bb-warning-color);border-color:var(--bb-warning-color);color:#fff;border-radius:var(--bb-input-radius);font-size:14px}.bs-bp-container-reg .buddypress-wrap #pass-strength-result.show.good{background-color:var(--bb-default-notice-color);border-color:var(--bb-default-notice-color)}.bs-bp-container-reg .buddypress-wrap #pass-strength-result.short{background-color:var(--bb-danger-color);border-color:var(--bb-danger-color);color:#fff}.bs-bp-container-reg .buddypress-wrap #pass-strength-result.strong{background-color:var(--bb-success-color);border-color:var(--bb-success-color);color:#fff;font-weight:400!important}.bs-bp-container-reg .buddypress-wrap .bp-messages.info{background-color:var(--bb-default-notice-color);border-color:var(--bb-default-notice-color)}.bs-bp-container-reg .buddypress-wrap .bp-messages.info .bp-icon{background-color:var(--bb-default-notice-color);margin-right:0}.bs-bp-container-reg .buddypress-wrap .bp-messages.info .bp-icon:before{font-family:bb-icons;speak:none;font-style:normal;font-weight:100;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;content:"\eebc"}.bs-bp-container-reg .buddypress-wrap .bp-messages.info p{color:#fff}.bs-bp-container-reg a,body.buddypress.register .register-section-logo a{color:var(--bb-login-register-link-color-regular)}.bb-password-wrap a.bb-toggle-password:hover,.bs-bp-container-reg a:hover,body.buddypress.register .register-section-logo a:hover{color:var(--bb-login-register-link-color-hover)}body.buddypress.activation #buddypress input[type=submit],body.buddypress.register #buddypress input[type=submit]{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)}body.buddypress.activation #buddypress input[type=submit]:focus,body.buddypress.register #buddypress input[type=submit]:focus{box-shadow:var(--bb-primary-button-focus-shadow)}body.buddypress.activation #buddypress input[type=submit]:hover,body.buddypress.register #buddypress input[type=submit]:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}body.buddypress.register article.bp_register{max-width:450px;width:100%;margin-left:auto;margin-right:auto}body.buddypress.register article.bp_register .entry-header{margin-bottom:1.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}body.buddypress.register article.bp_register .entry-header h1{font-size:20px;margin-right:auto}body.buddypress.register article.bp_register .entry-header span{font-size:14px;text-transform:lowercase}body.buddypress.register .register-section-logo{width:85%;max-width:450px;text-align:center;margin:0 auto 1.7rem}body.buddypress.register .register-section-logo img{max-width:320px;width:22%}body.buddypress.register .register-section-logo span{background-size:contain;width:84px;height:auto;display:block;background-position:center top;background-repeat:no-repeat;margin:auto}body.buddypress.register .register-section-logo .bs-register-section-logo{visibility:hidden;width:100%}body.buddypress.register .register-section-logo a{font-size:20px;line-height:1.3em}body.buddypress.register.login-split-page .login-split{display:none}.register-section.extended-profile .checkbox-options,.register-section.extended-profile .radio-button-options,.register-section.extended-profile .wp-editor-wrap{margin-bottom:12px}@media (max-width:991px){body.buddypress.activate.login-split-page .bb-grid,body.buddypress.register.login-split-page .bb-grid{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}body.buddypress.activate.login-split-page,body.buddypress.register.login-split-page{min-height:100%}body.buddypress.activate.login-split-page .site-content,body.buddypress.register.login-split-page .site-content{padding:0;min-height:100vh;height:100%}body.buddypress.activate.login-split-page .container,body.buddypress.register.login-split-page .container{max-width:none;padding:0;height:100%}body.buddypress.activate.login-split-page .bb-grid,body.buddypress.register.login-split-page .bb-grid{margin:0;height:100%}body.buddypress.activate.login-split-page .login-split,body.buddypress.register.login-split-page .login-split{padding:0;position:relative;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}body.buddypress.activate.login-split-page #primary,body.buddypress.register.login-split-page #primary{position:static}body.buddypress.activate.login-split-page .bs-bp-container-reg,body.buddypress.register.login-split-page .bs-bp-container-reg{padding-left:0;padding-right:0}body.buddypress.activate.login-split-page .activate-section-logo,body.buddypress.activate.login-split-page .register-section-logo,body.buddypress.register.login-split-page .activate-section-logo,body.buddypress.register.login-split-page .register-section-logo{text-align:left;margin-top:30px;margin-bottom:35px}body.buddypress.activate.login-split-page .submit input[type=submit],body.buddypress.register.login-split-page .submit input[type=submit]{width:100%}body.buddypress.activate.login-split-page .split-overlay,body.buddypress.register.login-split-page .split-overlay{width:100%;height:100%;background-color:#000;position:absolute;z-index:1;opacity:0}body.buddypress.activate.login-split-page .login-split__entry,body.buddypress.register.login-split-page .login-split__entry{display:block;width:80%;max-width:450px;font-size:32px;line-height:1.15;position:relative;z-index:9}body.buddypress.activate.login-split-page .login-split__entry h1,body.buddypress.register.login-split-page .login-split__entry h1{color:var(--bb-login-custom-heading-color);text-align:left;line-height:1.1;margin:0}body.buddypress.activate.login-split-page .login-split__entry p,body.buddypress.register.login-split-page .login-split__entry p{font-size:16px;line-height:1.4;display:block;margin-top:20px;margin-bottom:0;color:var(--bb-login-custom-heading-color)}@media (max-width:991px){body.buddypress.activate.login-split-page .login-split__entry,body.buddypress.register.login-split-page .login-split__entry{max-width:450px;width:90%;padding:80px 0}}@media (max-width:544px){body.buddypress.activate.login-split-page .login-split__entry,body.buddypress.register.login-split-page .login-split__entry{width:85%}}@media (min-width:992px){body.buddypress.activate.login-split-page,body.buddypress.register.login-split-page{min-height:100%}body.buddypress.activate.login-split-page .site-content,body.buddypress.register.login-split-page .site-content{padding:0;min-height:100vh;height:100%}body.buddypress.activate.login-split-page .container,body.buddypress.register.login-split-page .container{max-width:none;padding:0;height:100%}body.buddypress.activate.login-split-page .site-content .container,body.buddypress.register.login-split-page .site-content .container{min-height:100vh}body.buddypress.activate.login-split-page .site-content .container .bb-grid,body.buddypress.register.login-split-page .site-content .container .bb-grid{min-height:100vh}body.buddypress.activate.login-split-page .bb-grid,body.buddypress.register.login-split-page .bb-grid{margin:0;height:100%}body.buddypress.activate.login-split-page .login-split,body.buddypress.register.login-split-page .login-split{padding:0;width:50%;position:fixed;left:0;height:100%;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}body.buddypress.activate.login-split-page #primary,body.buddypress.register.login-split-page #primary{position:static;margin-left:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}body.buddypress.activate.login-split-page .bs-bp-container-reg,body.buddypress.register.login-split-page .bs-bp-container-reg{padding-left:0;padding-right:0}body.buddypress.activate.login-split-page .activate-section-logo,body.buddypress.activate.login-split-page .register-section-logo,body.buddypress.register.login-split-page .activate-section-logo,body.buddypress.register.login-split-page .register-section-logo{margin-left:-webkit-calc((50vw - 450px)/ 2);margin-left:calc((50vw - 450px)/ 2);margin-right:-webkit-calc((50vw - 450px)/ 2);margin-right:calc((50vw - 450px)/ 2)}body.buddypress.activate.login-split-page article.bp_activate,body.buddypress.activate.login-split-page article.bp_register,body.buddypress.register.login-split-page article.bp_activate,body.buddypress.register.login-split-page article.bp_register{margin-left:-webkit-calc((50vw - 450px)/ 2);margin-left:calc((50vw - 450px)/ 2);margin-right:-webkit-calc((50vw - 450px)/ 2);margin-right:calc((50vw - 450px)/ 2)}body.buddypress.activate.login-split-page .login-split__entry,body.buddypress.register.login-split-page .login-split__entry{margin-left:-webkit-calc((50vw - 450px)/ 2);margin-left:calc((50vw - 450px)/ 2);margin-right:-webkit-calc((50vw - 450px)/ 2);margin-right:calc((50vw - 450px)/ 2);max-width:450px}}@media (max-width:800px){body.buddypress.activate article.bp_activate,body.buddypress.register article.bp_register{width:80%}body.buddypress.activate .activate-section-logo,body.buddypress.register .register-section-logo{width:80%}}@media (max-width:544px){body.buddypress.activate article.bp_activate,body.buddypress.register article.bp_register{width:85%}body.buddypress.activate .activate-section-logo,body.buddypress.register .register-section-logo{width:85%}}body.register .registration-popup,body.registration .mfp-content #privacy-modal,body.registration .mfp-content #terms-modal{border-radius:var(--bb-block-radius);border-color:var(--bb-content-border-color)}body.register .registration-popup.bb-modal{max-width:800px}.registration .registration-popup.bb-modal>h1:first-of-type{color:var(--bb-headings-color);text-align:left;line-height:24px;margin:-30px -30px 30px;background-color:var(--bb-content-alternate-background-color);padding:17px 30px;border-top-left-radius:var(--bb-block-radius);border-top-right-radius:var(--bb-block-radius);border-bottom:1px solid var(--bb-content-border-color);font-size:20px}.bb-template-v2.registration .registration-popup.bb-modal>h1:first-of-type{border-bottom:0}body.register .registration-popup .mfp-close{top:6px;right:15px;font-size:24px}.registration .mfp-content #privacy-modal.bb-modal>h1:first-of-type,.registration .mfp-content #terms-modal.bb-modal>h1:first-of-type,.registration .mfp-content #terms-modal.registration-popup.bb-modal>h1:first-of-type,.registration .mfp-content .registration-popup.bb-modal>h1:first-of-type{font-size:20px}.registration .mfp-content #terms-modal.registration-popup.bb-modal{border-color:var(--bb-content-border-color)}.bb-password-wrap a.bb-toggle-password{height:40px;width:40px}.bb-password-wrap a.bb-toggle-password .bb-icon-eye{font-size:18px}body.buddypress.activation article.bp_activate{max-width:450px;width:100%;margin-left:auto;margin-right:auto}body.buddypress.activation article.bp_activate .entry-header{margin-bottom:1.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}body.buddypress.activation article.bp_activate .entry-header h1{font-size:20px;margin-right:auto}body.buddypress.activation article.bp_activate .entry-header span{font-size:14px;text-transform:lowercase}body.buddypress.activation article.bp_activate label{font-weight:400;font-size:14px}body.buddypress.activation .site{min-height:initial}body.buddypress.activation.sticky-header .site-content{min-height:initial}.bb-buddypanel.activate .site{margin-left:0}body.buddypress.activation:not(.login-split-page) .site{padding-top:8%;padding-bottom:8%}body.buddypress.activation .activate-section-logo{width:100%;max-width:450px;margin:0 auto 1.7rem}body.buddypress.activation .activate-section-logo img{max-width:320px;width:22%}body.buddypress.activation .activate-section-logo span{background-size:contain;width:84px;height:auto;display:block;background-position:center top;background-repeat:no-repeat;margin:auto}body.buddypress.activation .activate-section-logo a{font-size:20px;line-height:1.3em}.buddypress.activate .elementor-location-footer,.buddypress.activate .elementor-location-header,.buddypress.register .elementor-location-footer,.buddypress.register .elementor-location-header{display:none}body.buddypress.activation.login-split-page #primary{max-width:none}body.buddypress.activation.login-split-page #main{width:100%}body.buddypress.activation.login-split-page .login-split__entry h1{color:var(--bb-login-custom-heading-color);text-align:left;line-height:1.1}@media (min-width:992px){body.buddypress.activation.login-split-page .login-split>div>span{font-size:16px;line-height:1.4;display:block;margin-top:20px}}@media (max-width:800px){body.buddypress.activation article.bp_activate{width:80%}body.buddypress.activation .activate-section-logo{width:80%}}@media (max-width:544px){body.buddypress.activation article.bp_activate{width:85%}body.buddypress.activation .activate-section-logo{width:85%}}body.group-create .site-content>.container{max-width:100%}body.group-create .content-area{padding-top:0}body.group-create #buddypress .item-body{margin:0}body.group-create #group-invites-container .total-members-text,body.group-create #group-invites-container input.select2-search__field,body.group-create #group-invites-container label.bp-group-invite-label{margin:0}body.group-create .bb-groups-invites-left .bb-panel-head{min-height:66px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}body.group-create .bb-groups-invites-left .bb-panel-subhead{width:100%}body.group-create #group-invites-container .bb-groups-invites-left #members-list{max-height:67vh}body.group-create #send_group_invite_form .select2-selection__rendered{max-height:200px}.bb-create-group-container{margin:0 -20px}.bb-create-group-container div#profile_cover{padding-top:22%}.bb-create-group-container div#profile_cover:before{background:#eef0f3}#group-create-body .bb-create-group-container .dz-default{min-height:1px;background:0 0;border:0;line-height:1}#group-create-body .bb-create-group-container .dz-default span:before{background:url(../images/svg/group-avatar.svg) no-repeat;margin:0;width:65px;height:60px}#group-create-body .bb-create-group-container .dz-default.dz-message{font-size:0}.bb-create-group-container #bb_profile_avatar_wrap .more-actions,.bb-create-group-container .bb-profile-cover-wrap .more-actions{top:50%;left:0;right:0;margin:auto;margin-top:40px;max-width:240px;font-size:16px;text-align:center;z-index:22}.bb-create-group-container #bb_profile_avatar_wrap .croppie-container,.bb-create-group-container .bb-profile-cover-wrap .croppie-container{border-radius:0}.bb-create-group-container #bb_profile_avatar_wrap .bb-icon-menu-dots-v,.bb-create-group-container .bb-profile-cover-wrap .bb-icon-menu-dots-v{font-family:inherit;font-size:16px;color:rgba(77,92,109,.63);letter-spacing:-.24px;right:0;top:0}.bb-create-group-container #bb_profile_avatar_wrap .bb-icon-menu-dots-v:before,.bb-create-group-container .bb-profile-cover-wrap .bb-icon-menu-dots-v:before{content:""}.bb-create-group-container #bb_profile_avatar_wrap .bs-dropdown,.bb-create-group-container .bb-profile-cover-wrap .bs-dropdown{top:35px;left:0;right:0;margin:auto;max-width:160px}.bb-create-group-container #bb_profile_avatar_wrap .bs-dropdown:after,.bb-create-group-container .bb-profile-cover-wrap .bs-dropdown:after{right:0;left:0}.bb-create-group-container #bb-profile-avatar-wrap-components div#profile_avatar{background:#eef0f3;border:2px solid rgba(255,255,255,.37);box-shadow:0 4px 12px 0 #d0d3d6;border-radius:5px}.bb-create-group-container #bb-profile-avatar-wrap-components,.bb-create-group-container .bb-profile-avatar-wrap{height:200px;width:200px;overflow:visible}.bb-create-group-container .bb-profile-avatar-wrap{margin-left:150px;margin-top:-162px}.bb-create-group-container #bb-profile-avatar-wrap-components div#profile_avatar:before{display:none}.bb-create-group-container .bb-profile-avatar-wrap .dz-default span{display:block}.bb-create-group-container .bb-profile-wrap .croppie-container .cr-boundary{border:1px solid #fff;border-radius:5px}.bb-create-group-container .bb-privary-box{background:#fff;box-shadow:0 2px 4px 0 rgba(0,0,0,.12);border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;min-width:160px;min-height:130px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;cursor:pointer}.bb-create-group-container .bb-privary-box .bb-text{opacity:.5;color:var(--bb-body-text-color);line-height:1;margin-top:15px}.bb-create-group-container .bb-privary-box svg{opacity:.5}div#profile_cover{border-radius:4px;padding-top:36.47%;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;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;overflow:hidden;margin-bottom:2rem;z-index:5}div#profile_cover:before{background:rgba(18,43,70,.3);content:"";position:absolute;left:0;top:0;height:100%;width:100%}.bb-profile-avatar-wrap{position:relative;margin-left:45px;margin-top:-155px;height:152px;width:152px}div#profile_avatar{background-size:cover;background-repeat:no-repeat;border:2px solid #fff;position:relative;height:100%;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;z-index:5}#group-create-body #bb_profile_avatar_wrap .dz-default span:before{background:url(../images/svg/group-profile.svg) no-repeat;margin-top:-20px}.bb-profile-wrap .croppie-container .cr-overlay{background:rgba(0,0,0,.3)}.bb-create-group-container #bb_profile_avatar_wrap .dz-started~div .bb-icon-menu-dots-v,.bb-profile-cover-wrap .dz-started~div .bb-icon-menu-dots-v{color:#fff}#create-group-form.standard-form .bb-create-group-details-wrap{max-width:750px;margin:auto;padding:80px 15px 0}#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:0 0 30px;padding:0;font-size:14px;color:var(--bb-body-text-color);letter-spacing:-.24px;line-height:1.57}#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-wrap>label{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;margin:0;padding:0;font-size:14px;font-weight:500;color:var(--bb-body-text-color);letter-spacing:-.24px;cursor:pointer}#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-input{-webkit-box-flex:1;-ms-flex:1;flex:1}#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-input label{font-size:14px;color:var(--bb-body-text-color);font-weight:500;letter-spacing:-.24px;cursor:pointer}#create-group-form.standard-form .bb-create-group-details-wrap input,#create-group-form.standard-form .bb-create-group-details-wrap select{height:48px;font-size:14px;letter-spacing:-.24px;padding:10px 15px}#create-group-form.standard-form .bb-create-group-details-wrap textarea{height:145px;resize:none;font-size:14px;letter-spacing:-.24px;padding:10px 15px}#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-inner-wrap{margin-bottom:20px}#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-inner-wrap:last-child{margin-bottom:0}#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-inner-wrap span{color:#939597}#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-inner-wrap .checked+span{color:var(--bb-body-text-color)}#create-group-form.standard-form .bb-create-group-details-wrap input.button{min-width:200px}#create-group-form.standard-form .bb-create-group-details-wrap a.cancel{margin-right:25px}#create-group-form.standard-form .bb-create-group-details-wrap .group-create-privacy .radio{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}#create-group-form.standard-form .bb-create-group-details-wrap .group-create-privacy .radio .bb-field-inner-wrap{margin-right:10px}#create-group-form.standard-form .bb-create-group-details-wrap .group-create-privacy .checked+.bb-privary-box{box-shadow:0 7px 16px 0 rgba(0,0,0,.12),inset 0 -2px 0 0 var(--bb-primary-color)}#create-group-form.standard-form .bb-create-group-details-wrap .group-create-privacy .checked+.bb-privary-box svg{opacity:1}#create-group-form.standard-form .bb-create-group-details-wrap .group-create-privacy .checked+.bb-privary-box .bb-text{opacity:1}#content form.standard-form .left-menu #invite-list ul{margin:0}#content form.standard-form .left-menu #invite-list ul li{margin:0 0 15px}#content div#invite-list{background:0 0;height:auto;margin:0;overflow:auto;padding:0 20px 20px;width:auto;max-height:500px}#content div#invite-list ul{margin:0;list-style:none}#content div#invite-list .avatar{max-width:40px;border-radius:50%;margin-right:10px}#content div#invite-list label{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#content div#invite-list .bb-name-wrap span{display:block}#content div#invite-list .bb-name{font-size:16px;color:var(--bb-body-text-color);letter-spacing:-.24px;line-height:1}#content div#invite-list .bb-mention{font-size:13px;font-weight:300;color:rgba(0,0,0,.3);letter-spacing:-.24px;line-height:1;margin-top:3px}#content div#invite-list .bb-input-wrap{margin-left:auto}#content div#invite-list .bb-input-wrap input{position:absolute;opacity:0}#content div#invite-list .bb-check-icon{display:inline-block;width:22px;height:22px;background:url(../images/svg/circle-add.svg) no-repeat;background-size:cover;border:0;border-radius:0;margin-right:0}#content div#invite-list input:checked+.bb-check-icon{background-image:url(../images/svg/circle-select.svg);opacity:.5}ul#friend-list .avatar{border-radius:50%;max-width:52px}ul#friend-list .bb-user-avatar{margin-right:15px}.bb-invite-search{padding:20px}.bb-invite-user-meta h2{color:var(--bb-headings-color);font-size:18px;font-weight:500;letter-spacing:-.24px;line-height:1.2;margin:0}.bb-invite-user-meta h2 a{color:inherit}.bb-invite-user-meta .bb-activity{display:block;font-size:13px;font-weight:300;color:rgba(0,0,0,.3);letter-spacing:-.24px;line-height:1;margin-top:3px}#send-invite-form ul#friend-list li{border-bottom:1px solid #eaeaea;padding:20px 0}#buddypress div.pagination .pag-count{margin-left:0}.invite-action{margin-left:auto}.main-column.hide{display:none}div#group-step-popup{max-width:600px;padding:40px}div#group-step-popup #content div#invite-list{max-height:45vh}div#group-step-popup .bb-invite-search input{width:100%}div#group-step-popup .bb-input-wrap input{width:26px;height:26px;background:url(../images/svg/circle-add.svg) no-repeat;background-size:cover;border:0;border-radius:0;margin-right:0;display:block;-webkit-appearance:none;-moz-appearance:none;appearance:none}div#group-step-popup .bb-input-wrap input:checked{background-image:url(../images/svg/circle-select.svg);opacity:.5}div#group-step-popup #content div#invite-list .avatar{max-width:44px;margin-right:20px}div#group-step-popup #content form.standard-form .left-menu #invite-list ul li{margin:0;border-bottom:1px solid var(--bb-content-border-color);padding-bottom:20px;padding-top:20px}div#group-step-popup #content div#invite-list .bb-name{font-size:18px}div#group-step-popup #content div#invite-list .bb-mention{margin-top:6px}div#group-step-popup input#groups_invite_search{height:50px}div#group-step-popup .bb-search-title{font-size:30px;color:var(--bb-body-text-color);letter-spacing:-.23px;text-align:center;line-height:40px;margin-bottom:5px}div#group-step-popup .mfp-close{background:0 0}div#group-step-popup .mfp-close:hover{background:0 0}.group-step-buttons{text-align:center}.group-step-buttons input.button{min-width:180px;min-height:46px}.bb-no-fiends{font-size:14px}#buddypress .bb-group-settings{font-size:16px}#buddypress .bb-group-settings .bs-styled-checkbox+label{display:-webkit-box;display:-ms-flexbox;display:flex}#buddypress .bb-group-settings .bs-styled-checkbox:checked+label:before{-webkit-box-flex:0;-ms-flex:0 0 20px;flex:0 0 20px}#buddypress .bb-group-settings .bb-field-title{font-size:18px;font-weight:500;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:15px}#buddypress .bb-group-settings .bs-styled-radio:checked+.bb-radio-label:after,#buddypress .bb-group-settings .bs-styled-radio:checked+label:after{top:4px}#content #buddypress .bb-group-settings .action .button{min-width:20px;display:inline-block;font-size:12px;min-height:20px;padding:4px 12px}#content #buddypress .bb-group-settings .bs-item-wrap div.action{padding:0}#content #buddypress .bb-group-settings .bs-item-wrap .bs-generic-button{margin:0 5px 0 0}#buddypress .bb-group-settings .bs-item-wrap>.item>.item-title{margin-bottom:5px}#buddypress .bb-group-settings .item-title a{font-size:18px}#buddypress .bb-group-settings .bs-item-list.list-view{margin-bottom:30px}#buddypress .bb-group-settings .bs-members-items .bs-generic-button{margin-right:5px}#buddypress .bb-group-settings .item-title{position:relative}#buddypress .bb-group-settings .bs-members-items.list-view .bb-profile-card div.action{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}#buddypress .bb-group-settings .bs-members-items.list-view .bb-profile-card div.action a{font-size:13px}.group-create-privacy label{font-weight:500}.bb-group-desc{font-size:13px;margin:0 0 30px 53px;line-height:1.6}.bb-delete-group-wrap{margin:30px 0}.bb-create-group-container div.bb-profile-avatar-wrap:first-child{margin:50px auto 0}p.group-setting-label{outline:0;margin:0 0 12px}#create-group-form #group-create-body select{width:auto;min-width:50%;margin:0 0 8px}.groups.group-create .buddypress-wrap .group-status-type ul:last-child{margin-bottom:0}.groups.group-create .buddypress-wrap .group-status-type label{font-size:16px;line-height:1}.groups.group-create .buddypress-wrap .submit{padding:0}#bp-delete-cover-image-container{margin-bottom:30px}#create-group-form>.bp-messages{margin-bottom:30px}@media screen and (min-width:768px){.groups.group-create .buddypress-wrap #group-create-tabs.tabbed-links .group-create-buttons li.current{background-color:var(--bb-body-background-color)}}@media (max-width:1080px){.bb-create-group-cover-wrap div#profile_cover{padding-top:28%}.bb-create-group-container .bb-profile-avatar-wrap{margin-left:60px}#send-invite-form .left-menu{-webkit-box-flex:0;-ms-flex:0 0 240px;flex:0 0 240px}#content div#invite-list .avatar{max-width:36px}#content div#invite-list .bb-name{font-size:14px}.invite-action{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding-left:67px;padding-top:6px}#buddypress a.button.small.remove{font-size:13px;min-height:30px;padding:5px 20px}.bb-invite-user-meta .bb-activity{font-size:11px}}@media (min-width:800px) and (max-width:920px){.invite-action.invite-action{padding-left:0}}@media (max-width:820px){.bb-create-group-container .bb-privary-box{min-width:130px;min-height:100px}#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-wrap>label{-webkit-box-flex:0;-ms-flex:0 0 150px;flex:0 0 150px}}@media (max-width:760px){.bb-create-group-cover-wrap div#profile_cover{padding-top:32%}.bb-create-group-container #bb-profile-avatar-wrap-components,.bb-create-group-container .bb-profile-avatar-wrap{height:160px;width:160px}.bb-create-group-container #bb_profile_avatar_wrap .bb-icon-menu-dots-v{font-size:12px}}@media (max-width:640px){.bb-create-group-container .bb-profile-avatar-wrap{margin:0 auto;margin-top:-50px}.bb-create-group-cover-wrap div#profile_cover{padding-top:45%}#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-wrap>label{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:10px}}@media (max-width:580px){#send-invite-form .left-menu{border-right:0;border-bottom:1px solid var(--bb-content-border-color);-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}div#group-step-popup{padding:30px}}@media (max-width:440px){.bb-create-group-cover-wrap div#profile_cover{padding-top:60%}}body.bp-search .buddypanel{z-index:611}body.bp-search .site-header{z-index:610}body.bp-search .bp-forum-search-ac-header,body.bp-search .bp-search-ac,body.bp-search .bp-search-ac-header{background-color:var(--bb-content-background-color);box-shadow:0 3px 8px rgba(0,0,0,.06),0 6px 24px rgba(0,0,0,.12);border-radius:var(--bb-block-radius);display:block;padding:0;right:0;overflow:auto;max-height:-webkit-calc(100vh - 76px);max-height:calc(100vh - 76px);max-width:500px!important;width:100%;-webkit-transform:translate(-50%,10px);-ms-transform:translate(-50%,10px);transform:translate(-50%,10px);z-index:610}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type),body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type),body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type){background-color:var(--bb-content-background-color);max-width:1190px;margin:auto;width:100%;float:none;padding:0 15px;border-bottom:1px solid var(--bb-content-border-color);color:var(--bb-alternate-text-color)}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type) .item p,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type) .item p,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) .item p{margin-bottom:5px}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type) .item-avatar>i,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type) .item-avatar>i,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) .item-avatar>i{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--bb-content-alternate-background-color);border-radius:50%;color:var(--bb-alternate-text-color);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:24px;font-weight:300;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:48px;width:48px}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type) .bp-search-ajax-item,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type) .bp-search-ajax-item,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) .bp-search-ajax-item{margin:0;padding:15px 0}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type) .bp-search-ajax-item .item-avatar,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type) .bp-search-ajax-item .item-avatar,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) .bp-search-ajax-item .item-avatar{margin-right:15px;margin-top:5px}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type) .bp-search-ajax-item .item-desc,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type) .bp-search-ajax-item .item-desc,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) .bp-search-ajax-item .item-desc{color:var(--bb-body-text-color);font-size:14px;font-weight:400;margin:0;line-height:21px}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type) .entry-meta,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type) .entry-meta,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) .entry-meta{font-size:13px;font-weight:400;-ms-flex-wrap:wrap;flex-wrap:wrap;color:var(--bb-alternate-text-color);min-height:26px;margin-bottom:0}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type) .entry-meta a,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type) .entry-meta a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) .entry-meta a{color:var(--bb-alternate-text-color)}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type):last-child,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type):last-child,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type):last-child{border-bottom:0}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type):last-child:not(.bbls-view_all_type-type),body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type):last-child:not(.bbls-view_all_type-type),body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type):last-child:not(.bbls-view_all_type-type){margin-bottom:12px}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item{display:-webkit-box;display:-ms-flexbox;display:flex}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item a,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item a,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item a,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item a,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item a,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item a{display:inline}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title p,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title p,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title p,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title p,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title p,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title p,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title p,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title p,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title p{font-size:14px;font-weight:400;color:var(--bb-headings-color);letter-spacing:-.24px}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title a{font-weight:500}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title a>img,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title a>img,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title a>img,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title a>img,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title a>img,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title a>img,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title a>img,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title a>img,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title a>img{display:none}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item .woocommerce-product-details__short-description,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item .woocommerce-product-details__short-description,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item .woocommerce-product-details__short-description,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item .woocommerce-product-details__short-description,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item .woocommerce-product-details__short-description,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item .woocommerce-product-details__short-description,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item .woocommerce-product-details__short-description,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item .woocommerce-product-details__short-description,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item .woocommerce-product-details__short-description{color:var(--bb-body-text-color);font-size:14px;font-weight:400}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-members-type .bp-search-ajax-item .item-avatar,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-members-type .bp-search-ajax-item .item-avatar,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-members-type .bp-search-ajax-item .item-avatar{margin-top:0}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-members-type .bp-search-ajax-item .item,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-members-type .bp-search-ajax-item .item,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-members-type .bp-search-ajax-item .item{margin-top:4px}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-posts-type .bp-search-ajax-item .item-avatar,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-posts-type .bp-search-ajax-item .item-avatar,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-posts-type .bp-search-ajax-item .item-avatar{margin-top:0}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item .item .entry-title,body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item .item .entry-title,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item .item .entry-title,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item .item .entry-title,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item .item .entry-title,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item .item .entry-title{font-weight:400;margin-bottom:0}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-topic-type>.bp-search-ajax-item,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-topic-type>.bp-search-ajax-item,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-topic-type>.bp-search-ajax-item{display:-webkit-box;display:-ms-flexbox;display:flex}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-cpt-product-type>.bp-search-ajax-item,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-cpt-product-type>.bp-search-ajax-item,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-cpt-product-type>.bp-search-ajax-item{display:-webkit-box;display:-ms-flexbox;display:flex}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-cpt-product-type>.bp-search-ajax-item>.item a,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-cpt-product-type>.bp-search-ajax-item>.item a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-cpt-product-type>.bp-search-ajax-item>.item a{display:inline}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-cpt-product-type>.bp-search-ajax-item .woocommerce-product-details__short-description,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-cpt-product-type>.bp-search-ajax-item .woocommerce-product-details__short-description,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-cpt-product-type>.bp-search-ajax-item .woocommerce-product-details__short-description{color:var(--bb-body-text-color);font-size:14px;font-weight:400}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-groups-type>.bp-search-ajax-item,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-groups-type>.bp-search-ajax-item,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-groups-type>.bp-search-ajax-item{display:-webkit-box;display:-ms-flexbox;display:flex}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-groups-type>.bp-search-ajax-item .group-details,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-groups-type>.bp-search-ajax-item .group-details,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-groups-type>.bp-search-ajax-item .group-details{color:var(--bb-body-text-color);font-size:14px;font-weight:400}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-sub-item .item-avatar,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-sub-item .item-avatar,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-sub-item .item-avatar{position:relative}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-sub-item .item-avatar:before,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-sub-item .item-avatar:before,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-sub-item .item-avatar:before{background-color:var(--bb-alternate-text-color);top:25px;border-radius:50%;color:var(--bb-content-background-color);display:block;font-family:bb-icons;font-size:17px;font-weight:300;height:24px;line-height:25px;position:absolute;right:-5px;text-align:center;width:24px}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type .item-avatar:before,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity_comment-type .item-avatar:before,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type .item-avatar:before{content:"\e967"}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type .item-avatar:before,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-activity-type .item-avatar:before,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type .item-avatar:before{content:"\e854"}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-topic-type .item-avatar:before,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-topic-type .item-avatar:before,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-topic-type .item-avatar:before{content:"\ee34"}body.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type .item-avatar:before,body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-reply-type .item-avatar:before,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type .item-avatar:before{content:"\ef0a"}body.bp-search .bp-forum-search-ac-header li:hover .item-avatar>i,body.bp-search .bp-search-ac li:hover .item-avatar>i,body.bp-search .bp-search-ac-header li:hover .item-avatar>i{background-color:var(--bb-content-background-color)}body.bp-search .bp-forum-search-ac-header li .bp-member-type,body.bp-search .bp-forum-search-ac-header li .item-meta,body.bp-search .bp-search-ac li .bp-member-type,body.bp-search .bp-search-ac li .item-meta,body.bp-search .bp-search-ac-header li .bp-member-type,body.bp-search .bp-search-ac-header li .item-meta{background-color:transparent;color:var(--bb-alternate-text-color);display:inline-block;font-size:.8125rem;font-weight:400;letter-spacing:-.15px;line-height:1.1875rem}body.bp-search .bp-forum-search-ac-header li .bp-member-type strong,body.bp-search .bp-forum-search-ac-header li .item-meta strong,body.bp-search .bp-search-ac li .bp-member-type strong,body.bp-search .bp-search-ac li .item-meta strong,body.bp-search .bp-search-ac-header li .bp-member-type strong,body.bp-search .bp-search-ac-header li .item-meta strong{font-weight:400}body.bp-search .bp-forum-search-ac-header li .middot,body.bp-search .bp-search-ac li .middot,body.bp-search .bp-search-ac-header li .middot{color:var(--bb-alternate-text-color);display:inline-block;font-size:17px;margin:0 6px;line-height:1}body.bp-search .bp-forum-search-ac-header>li.bbls-view_all_type-type,body.bp-search .bp-search-ac-header>li.bbls-view_all_type-type,body.bp-search .bp-search-ac>li.bbls-view_all_type-type{margin-bottom:-10px;text-align:center}body.bp-search .bp-forum-search-ac-header>li a:not(.x),body.bp-search .bp-search-ac-header>li a:not(.x),body.bp-search .bp-search-ac>li a:not(.x){display:-webkit-box;display:-ms-flexbox;display:flex}body.bp-search .bp-forum-search-ac-header>li .ui-state-active,body.bp-search .bp-search-ac-header>li .ui-state-active,body.bp-search .bp-search-ac>li .ui-state-active{background:0 0;border:none}body.bp-search .bp-forum-search-ac-header>li.bbls-view_all_type-type a,body.bp-search .bp-search-ac-header>li.bbls-view_all_type-type a,body.bp-search .bp-search-ac>li.bbls-view_all_type-type a{color:var(--bb-primary-color);font-size:14px;font-weight:500;padding:11px 10px!important}body.bp-search .bp-forum-search-ac-header>li.bbls-view_all_type-type a:after,body.bp-search .bp-search-ac-header>li.bbls-view_all_type-type a:after,body.bp-search .bp-search-ac>li.bbls-view_all_type-type a:after{content:"\e827";color:var(--bb-alternate-text-color);font-family:bb-icons;font-size:21px;font-weight:400;vertical-align:middle;display:inline-block;line-height:22px}[dir=rtl] body.bp-search .bp-forum-search-ac-header>li.bbls-view_all_type-type a:after,[dir=rtl] body.bp-search .bp-search-ac-header>li.bbls-view_all_type-type a:after,[dir=rtl] body.bp-search .bp-search-ac>li.bbls-view_all_type-type a:after{content:"\e8ab"}body.bp-search .bp-forum-search-ac-header>li.bbls-albums-type .media-album_items .item-avatar,body.bp-search .bp-search-ac-header>li.bbls-albums-type .media-album_items .item-avatar,body.bp-search .bp-search-ac>li.bbls-albums-type .media-album_items .item-avatar{float:left;margin-top:0}body.bp-search .bp-forum-search-ac-header>li.bbls-albums-type .media-album_items .item-avatar+.media-album_details,body.bp-search .bp-search-ac-header>li.bbls-albums-type .media-album_items .item-avatar+.media-album_details,body.bp-search .bp-search-ac>li.bbls-albums-type .media-album_items .item-avatar+.media-album_details{width:-webkit-calc(100% - 65px);width:calc(100% - 65px)}body.bp-search .bp-forum-search-ac-header img,body.bp-search .bp-search-ac img,body.bp-search .bp-search-ac-header img{border-radius:50%}body.bp-search .bp-forum-search-ac-header{max-width:initial!important;right:initial;-webkit-transform:none;-ms-transform:none;transform:none}body.bp-search .bp-forum-search-ac-header>li a:not(.x){-ms-flex-wrap:wrap;flex-wrap:wrap}body.bp-search .bp-forum-search-ac-header>li a:not(.x) .item-avatar{margin-bottom:15px}body.bp-search .bp-forum-search-ac-header>li a:not(.x) .item{min-width:160px}body.bp-search .bp-forum-search-ac-header .bp-search-ajax-item{-ms-flex-wrap:wrap;flex-wrap:wrap}body.bp-search .bp-forum-search-ac-header .bp-search-ajax-item>.item-avatar{margin-bottom:15px}body.bp-search .bp-forum-search-ac-header .bp-search-ajax-item>.item{min-width:160px}body.bp-search .bp-forum-search-ac-header>li.bbls-undefined-type,body.bp-search .bp-forum-search-ac-header>li:last-child{margin-bottom:0}body.bp-search .search-media-list .media-album_details .media-album_name,body.bp-search .search-video-list .media-album_details .media-album_name{color:var(--bb-headings-color)}body.bp-search .search-media-list .media-album_details .media-album_name:hover,body.bp-search .search-video-list .media-album_details .media-album_name:hover{color:var(--bb-primary-color)}body.bp-search .search-media-list .media-album_group,body.bp-search .search-media-list .media-album_modified,body.bp-search .search-media-list .media-album_modified .media-album_details__bottom,body.bp-search .search-media-list .media-album_modified .media-album_details__bottom .media-album_date,body.bp-search .search-media-list .media-album_visibility,body.bp-search .search-media-list .media-photo_count,body.bp-search .search-video-list .media-album_group,body.bp-search .search-video-list .media-album_modified,body.bp-search .search-video-list .media-album_modified .media-album_details__bottom,body.bp-search .search-video-list .media-album_modified .media-album_details__bottom .media-album_date,body.bp-search .search-video-list .media-album_visibility,body.bp-search .search-video-list .media-photo_count{color:var(--bb-alternate-text-color)}body.bp-search .search-media-list .media-album_author a,body.bp-search .search-video-list .media-album_author a{color:var(--bb-alternate-text-color)}body.bp-search .search-media-list .middot,body.bp-search .search-video-list .middot{color:var(--bb-alternate-text-color)}body.bp-search .search-document-list .media-folder_items .media-folder_details .media-folder_name{color:var(--bb-headings-color)}body.bp-search .search-document-list .media-folder_items .media-folder_details .media-folder_name:hover{color:var(--bb-primary-color)}body.bp-search .search-document-list .media-folder_items .media-folder_details__bottom{color:var(--bb-alternate-text-color)}body.bp-search .search-document-list .media-folder_items .media-folder_details__bottom .media-folder_author,body.bp-search .search-document-list .media-folder_items .media-folder_details__bottom .media-folder_author a,body.bp-search .search-document-list .media-folder_items .media-folder_details__bottom .media-folder_date,body.bp-search .search-document-list .media-folder_items .media-folder_details__bottom .media-folder_group{color:var(--bb-alternate-text-color)}body.bp-search .bbls-category a{font-size:12px;font-weight:600;color:#939597;letter-spacing:.7px;text-transform:uppercase}body.bp-search .bp-search-ac .item-avatar img{max-width:48px;min-height:48px;max-height:48px;object-fit:cover;width:100%;height:auto}.bp-dir-search-form #bp-dir-search-form_reset{color:var(--bb-body-text-color)}.sticky-header .bp-search-ac-header{position:fixed}body.admin-bar.bp-search .bp-search-ac,body.admin-bar.bp-search .bp-search-ac-header{max-height:-webkit-calc(100vh - 108px);max-height:calc(100vh - 108px)}.members-group-list .item-entry-header{font-size:18px;color:var(--bb-headings-color)}.activity-user{font-weight:500}.item-title.activity-content p:last-child{margin:0}.bp-search-results-list li:first-child .list-wrap{border-radius:0!important}#buddypress .bp-search-results-list .list-wrap{border-left:0;border-right:0;box-shadow:none;padding-left:0;padding-right:0}.bp-search-results-list .bp-search-item .item-avatar{max-width:90px;width:100%}.bp-search-results-list .bp-search-item .item-avatar a{border-radius:3px;display:block;margin-right:15px;max-width:100%;min-height:90px;overflow:hidden;position:relative;width:100%;height:auto}.bp-search-results-list .bp-search-item .item-avatar a>i{min-height:90px;min-width:90px;-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;width:100%;background-color:var(--bb-content-alternate-background-color);font-size:28px;color:var(--bb-alternate-text-color)}.bp-search-results-list .bp-search-item .item-avatar a:empty{display:none}.bp-search-results-list .bp-search-item .item-avatar 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}.bp-search-results-list .bp-search-item_reply .item-avatar>a,.bp-search-results-list .bp-search-item_topic .item-avatar>a{min-height:initial}.bp-search-results-list .bp-search-item_reply .item-avatar>a:last-child,.bp-search-results-list .bp-search-item_topic .item-avatar>a:last-child{min-height:90px}.bp-search-results-list .entry-summary{font-size:14px;color:var(--bb-body-text-color);letter-spacing:-.24px;line-height:1.3;margin-bottom:6px}.bp-search-results-list .entry-summary>p{margin-bottom:6px}.bp-search-results-list .entry-summary>p:last-child{margin-bottom:0}.bp-search-results-list .entry-content{float:none;width:auto;word-break:break-word}.bp-search-results-list .fluid-width-video-wrapper{min-width:240px;margin:0!important}.bp-search-results-list .item-meta.activity-header{margin-bottom:0!important}.bp-search-results-list .bp-search-item .entry-meta,.bp-search-results-list .bp-search-item .entry-meta a,.bp-search-results-list .bp-search-item .entry-meta span,.bp-search-results-list .bp-search-item .item-meta,.bp-search-results-list .bp-search-item .item-meta a,.bp-search-results-list .bp-search-item .item-meta span,.bp-search-results-list .bp-search-item .item-tags,.bp-search-results-list .bp-search-item .item-tags a,.bp-search-results-list .bp-search-item .item-tags span{font-size:13px;color:var(--bb-alternate-text-color);letter-spacing:0;line-height:1.3}.bp-search-results-list .bp-search-item .entry-meta span.middot,.bp-search-results-list .bp-search-item .item-meta span.middot,.bp-search-results-list .bp-search-item .item-tags span.middot{display:inline-block;margin:0 6px;font-size:17px;color:var(--bb-alternate-text-color);line-height:1}.bp-search-results-list .bp-search-item.bp-search-item_product span.middot{display:inline-block;margin:0 2px;font-size:17px;color:var(--bb-alternate-text-color);line-height:0}.bp-search-results-list.members-list .item-meta .middot{vertical-align:initial}.bp-search-results-list .bp-search-item .item-tags{margin-top:5px}.bp-search-results-list .entry-content:last-child{margin:0}.buddypress-wrap .bp-search-results-list .bp-member-type,.buddypress-wrap .bp-search-results-list .item-meta.last-activity{color:var(--bb-alternate-text-color);background-color:transparent;display:inline-block;vertical-align:middle;font-size:.8125rem;font-weight:400;letter-spacing:-.15px;line-height:1.1875rem;padding:0}.buddypress-wrap .bp-search-results-list.members-list li .list-wrap .last-activity{color:var(--bb-alternate-text-color);margin-bottom:0}.buddypress-wrap .bp-search-results-list.members-list li .list-wrap .last-activity span.middot{vertical-align:middle}.bp-search-results-list .item-meta .middot{display:inline-block;margin:0 6px;font-size:22px;color:var(--bb-alternate-text-color);vertical-align:middle}.bp-search-results-list.cpt-product-list .entry-meta,.bp-search-results-list.cpt-product-list .item-extra{color:var(--bb-alternate-text-color);display:inline-block}.bp-search-results-list.cpt-product-list .woocommerce-product-details__short-description p{margin-bottom:0}.bp-search-results-list.cpt-sfwd-lessons-list .item .item-title{margin-bottom:0}.bp-search-results-list.cpt-sfwd-lessons-list .entry-summary{color:var(--bb-alternate-text-color);margin-top:5px}.search-results .bp-list li .item-meta{font-size:13px;font-weight:400}.search-results .bp-list li .item-meta a{color:var(--bb-alternate-text-color)}.search-results .bp-list li .item-meta a:hover{color:var(--bb-primary-color)}.search-results .bp-list li .item-meta time{font-weight:400}.search-results .pag-count{float:left;margin:0 0 10px}.search-results .pag-data{color:var(--bb-alternate-text-color);font-size:13px}.search-results .pagination{float:right;margin:0 0 10px}.search-results .pagination-links a,.search-results .pagination-links span{border:0;font-size:13px;padding:0 5px}.search-results .pagination-links a{color:var(--bb-primary-color)}.search-results .pagination-links span{color:var(--bb-primary-color)}.search-results .pagination-links .current{color:var(--bb-alternate-text-color)}.search-results .item-meta.last-activity{font-size:13px}#buddypress .dir-form.bp-search-results-wrapper{margin-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:4px;margin-bottom:30px}.bp-search-results-wrapper .bp-navs{-webkit-box-flex:0;-ms-flex:0 0 260px;flex:0 0 260px;background-color:var(--bb-body-background-color);border-right:1px solid var(--bb-content-border-color);border-bottom:0;min-height:60vh;border-radius:4px 0 0 4px;margin:0;padding:30px 0}.bp-search-results-wrapper .bp-navs li{float:none;padding:0}.bp-search-results-wrapper .bp-navs a{border:0;font-size:14px;color:#939597;letter-spacing:-.24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px 20px;line-height:1;margin-bottom:1px}.bp-search-results-wrapper .bp-navs a:before{content:"\ee7a";font:normal normal normal 14px/1 bb-icons;speak:none;display:inline-block;font-size:20px;margin-right:10px;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:22px;text-align:center}@media only screen and (max-width:768px){.bp-search-results-wrapper .bp-navs a:before{display:none}}.bp-search-results-wrapper .bp-navs a:hover{background:var(--bb-content-alternate-background-color);color:var(--bb-primary-color)}.bp-search-results-wrapper .bp-navs a:hover .count{background-color:var(--bb-primary-color);color:var(--bb-content-background-color)}.bp-search-results-wrapper .bp-navs li:first-child a:before{content:"\e96f"}.bp-search-results-wrapper .bp-navs .activity a:before{content:"\e854"}.bp-search-results-wrapper .bp-navs .activity_comment a:before{content:"\e967"}.bp-search-results-wrapper .bp-navs .members a:before{content:"\ef5b"}.bp-search-results-wrapper .bp-navs .documents a:before{content:"\ee6e"}.bp-search-results-wrapper .bp-navs .folders a:before{content:"\ee9e"}.bp-search-results-wrapper .bp-navs .forum a:before{content:"\ee34"}.bp-search-results-wrapper .bp-navs .reply a:before,.bp-search-results-wrapper .bp-navs .topic a:before{content:"\ee37"}.bp-search-results-wrapper .bp-navs .photos a:before{content:"\eeb4"}.bp-search-results-wrapper .bp-navs .albums a:before,.bp-search-results-wrapper .bp-navs .cpt-attachment a:before{content:"\eeb5"}.bp-search-results-wrapper .bp-navs .videos a:before{content:"\ef65"}.bp-search-results-wrapper .bp-navs .cpt-product a:before{content:"\ef19"}.bp-search-results-wrapper .bp-navs .cpt-bp-member-type a:before{content:"\ef58"}.bp-search-results-wrapper .bp-navs .posts a:before{content:"\eda9"}.bp-search-results-wrapper .bp-navs .cpt-page a:before{content:"\ee7a"}.bp-search-results-wrapper .bp-navs .cpt-memberpressgroup a:before,.bp-search-results-wrapper .bp-navs .groups a:before{content:"\e95d"}.bp-search-results-wrapper .bp-navs .cpt-course a:before,.bp-search-results-wrapper .bp-navs .cpt-sfwd-courses a:before{content:"\ee3f"}.bp-search-results-wrapper .bp-navs .cpt-sfwd-lessons a:before{content:"\e86e"}.bp-search-results-wrapper .bp-navs .cpt-lesson a:before,.bp-search-results-wrapper .bp-navs .cpt-sfwd-topic a:before{content:"\ee73"}.bp-search-results-wrapper .bp-navs .cpt-llms_quiz a:before,.bp-search-results-wrapper .bp-navs .cpt-sfwd-quiz a:before{content:"\ef01"}.bp-search-results-wrapper .bp-navs .cpt-command a:before,.bp-search-results-wrapper .bp-navs .cpt-wp-parser-class a:before,.bp-search-results-wrapper .bp-navs .cpt-wp-parser-function a:before,.bp-search-results-wrapper .bp-navs .cpt-wp-parser-hook a:before,.bp-search-results-wrapper .bp-navs .cpt-wp-parser-method a:before{content:"\e977"}.bp-search-results-wrapper .bp-navs .cpt-llms_assignment a:before{content:"\ee73"}.bp-search-results-wrapper .bp-navs .cpt-llms_membership a:before,.bp-search-results-wrapper .bp-navs .cpt-memberpressproduct a:before{content:"\eed4"}.bp-search-results-wrapper .bp-navs .cpt-llms_certificate a:before,.bp-search-results-wrapper .bp-navs .cpt-llms_my_certificate a:before{content:"\e975"}.bp-search-results-wrapper .bp-navs ul.subnav{width:100%}@media only screen and (max-width:900px){.bp-search-results-wrapper .bp-navs ul.subnav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}}.bp-search-results-wrapper .bp-navs .current a,.bp-search-results-wrapper .bp-navs .current a:hover,.bp-search-results-wrapper .bp-navs .selected a,.bp-search-results-wrapper .bp-navs .selected a:hover{background:var(--bb-content-background-color);border-top:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color);color:var(--bb-headings-color);font-weight:400;position:relative}.bp-search-results-wrapper .bp-navs .current a:after,.bp-search-results-wrapper .bp-navs .current a:hover:after,.bp-search-results-wrapper .bp-navs .selected a:after,.bp-search-results-wrapper .bp-navs .selected a:hover:after{content:"";background:var(--bb-content-background-color);height:100%;left:-webkit-calc(100% - 2px);left:calc(100% - 2px);position:absolute;top:0;width:4px}.bp-search-results-wrapper .bp-navs .current a .count,.bp-search-results-wrapper .bp-navs .current a:hover .count,.bp-search-results-wrapper .bp-navs .selected a .count,.bp-search-results-wrapper .bp-navs .selected a:hover .count{background-color:var(--bb-primary-color);color:var(--bb-content-background-color)}@media screen and (max-width:900px){.bp-search-results-wrapper .bp-navs .current a,.bp-search-results-wrapper .bp-navs .selected a{border-top:0;border-bottom:0;background:0 0}.bp-search-results-wrapper .bp-navs .current a:after,.bp-search-results-wrapper .bp-navs .selected a:after{display:none}}.search-results-header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.search-results-header .bp-search-form-wrapper{margin-bottom:1.6875rem}.bp-search-page .bp-navs ul li .count{margin-left:auto}.bp-search-results-list .bp-search-item .item-title,.buddypress-wrap .members-list li .member-name{margin-bottom:6px;margin-top:0;word-break:break-word;font-size:14px;font-weight:500;color:var(--bb-headings-color);letter-spacing:-.21px;line-height:1.35}.bp-search-results-list .bp-search-item .item{font-size:14px}.entry-title.item-title a:empty{display:none}.results-group{margin-bottom:40px}.bp-search-page .results-group ul#activity-stream li.activity-item{padding:0}#buddypress .bp-search-form-wrapper .bp-dir-search-form input[type=search]{border:0;background-color:transparent;padding-left:32px;font-size:14px;height:34px}#buddypress header.results-group-header{background:var(--bb-content-background-color);border-bottom:0;border-radius:3px 3px 0 0;padding:0 0 20px}#buddypress header.results-group-header .results-group-title{font-size:20px;letter-spacing:-.24px;line-height:1;margin:0}.search_results{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:35px 40px 10px;min-width:0}.search_results .avatar{border-radius:0}.search_results .item-title a{font-size:inherit}.search_results div.item-avatar a{display:block}.total-results{font-size:14px;color:var(--bb-headings-color);font-weight:500;line-height:1}#buddypress ul.bp-search-results-list{margin-bottom:0;padding-bottom:0}#buddypress .members-list.bp-search-results-list .list-wrap{background-color:transparent;border-color:var(--bb-content-border-color);padding:15px 0}#buddypress .members-list.bp-search-results-list .list-wrap .member-name{font-size:14px;margin:0}.bp-search-results-wrap .view-all-link{color:var(--bb-primary-color);font-size:14px;text-transform:uppercase;letter-spacing:-.24px}.bp-search-results-wrap .view-all-link:after{content:"\e827";font:normal normal normal 18px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:2px;position:relative;top:2px}.bp-search-results-wrap .view-all-link:focus,.bp-search-results-wrap .view-all-link:hover,.bp-search-results-wrap .view-all-link:hover:after{color:var(--bb-primary-color)}.bb-template-v2.bp-search .bp-forum-search-ac-header>li.bbls-undefined-type,body.bp-search .bp-forum-search-ac-header .bbls-undefined-type{margin:0 auto!important}body.bp-search .bp-search-ac .bbls-undefined-type,body.bp-search .bp-search-ac-header .bbls-undefined-type{padding:5px 10px;margin:0 auto!important}.bp-search-ac.ui-menu .ui-menu-item .bp-search-ajax-item.noresult,.bp-search-ac.ui-menu .ui-menu-item .loading-msg{padding:23px 0;box-shadow:0 1px var(--bb-body-background-color);margin:0 -15px;font-size:14px;font-weight:500}.bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_global_search_spinner{-webkit-animation-duration:2s;animation-duration:2s;background:0 0;height:20px;width:20px;margin:0 10px 0 0}.bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_global_search_spinner:after{content:"\ef30";font-family:bb-icons;font-weight:400;font-size:19px}body:not(.bb-template-v2) .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_global_search_spinner{height:25px;width:25px}.bb-template-v2 .bp-search-ac.ui-menu .ui-menu-item .loading-msg .bb_global_search_spinner:after{content:"";display:inline-block;box-sizing:border-box;width:20px;height:20px;border-radius:50%;border:2px solid #ebebec;border-top-color:var(--bb-alternate-text-color)}.bp-search-ac.ui-menu .ui-menu-item .bp-search-ajax-item.noresult{font-weight:500;font-size:14px;color:var(--bb-alternate-text-color);padding:23px 10px;text-align:center}.bp-search-results-wrapper .bp-navs.bp-subnavs{float:left;margin:0 0 30px;width:auto}.bp-search-results-wrapper .bp-search-form-wrapper{float:right;margin:0 0 30px}.bp-search-results-list .bp-search-item .item-desc{font-size:13px;font-weight:300;color:var(--bb-alternate-text-color)}.bp-search-results-list .bp-search-item .group-description{margin:0;line-height:1.3;color:var(--bb-body-text-color)}.bp-search-results-list .bp-search-item .group-description p{margin:0 0 6px}.bp-search-ac.ui-menu .ui-menu-item.ui-state-focus,.bp-search-ac.ui-menu .ui-menu-item.ui-state-hover,.bp-search-ac.ui-menu .ui-menu-item:hover{background:var(--bb-content-alternate-background-color)}.bp-search-ajax-item .item-title,.bp-search-ajax-item .item-title>a{font-size:14px;font-weight:500;color:var(--bb-headings-color);letter-spacing:-.24px}.bp-search-ajax-item .item .item-desc,.bp-search-ajax-item .item .item-tags{font-size:13px;font-weight:400;color:var(--bb-alternate-text-color);letter-spacing:-.18px}.bp-search-results-wrap .results-group-footer{margin-top:15px}.bp-search-results-wrap.results-group-activity .activity-content .activity-header{margin-bottom:4px}.bp-search-results-wrap.results-group-activity .activity-content .activity-header p{color:var(--bb-headings-color)}.bp-search-results-wrap.results-group-activity .activity-header a{text-transform:capitalize}.bp-search-results-wrap.results-group-activity .activity-inner{font-size:14px;letter-spacing:-.24px;line-height:1.3}.bp-search-results-wrap.results-group-activity li .item{margin-bottom:0}.bp-search-results-wrap.results-group-activity time{font-size:13px;font-weight:400}.bp-search-results-wrap.results-group-activity .activity-item .activity-avatar{-webkit-box-flex:0;-ms-flex:0 0 90px;flex:0 0 90px}.bp-search-results-wrap.results-group-activity .activity-avatar img{max-width:100%}.bp-search-results-wrap.results-group-activity_comment .activity-header{color:var(--bb-headings-color)}.bp-search-results-wrap.results-group-activity_comment .activity-header a:first-child{letter-spacing:0;text-transform:capitalize}.bp-search-results-wrap.results-group-activity_comment .activity-inner{font-size:14px;letter-spacing:-.21px;line-height:1.42}.bp-search-results-wrap.results-group-activity_comment .activity-inner a{color:inherit}.bp-search-results-wrap.results-group-activity_comment .activity-inner a:hover{color:var(--bb-primary-color)}.bp-search-results-wrap.results-group-activity_comment .activity-inner p{margin:0 0 5px}.bp-search-results-wrap.results-group-cpt-product span.entry-meta{margin:4px 0}.bp-search-results-wrap.results-group-cpt-product .rating-custom .woocommerce-product-rating .star-rating{margin:0 0 5px}.bp-search-results-wrap.results-group-cpt-product .rating-custom .star-rating{font-size:14px}.bp-search-results-wrap.results-group-cpt-product .star-rating span{color:#ffd21a}.bp-search-results-wrap.results-group-cpt-product .product-sale{line-height:1;margin-top:2px}.bp-search-results-wrap.results-group-cpt-product .product-sale .onsale{background:#3ebc7d;border-radius:4px;font-size:11px;color:#fff;letter-spacing:-.24px;display:inline-block;line-height:1;padding:3px 6px}.bp-search-results-wrap.results-group-cpt-sfwd-courses dd.course_progress{height:4px;margin:0 0 8px;max-width:220px;width:100%}.bp-search-results-wrap.results-group-cpt-sfwd-courses .course_progress_blue{background:#05d786}.bp-search-results-wrap.results-group-cpt-sfwd-courses .entry-meta{margin-bottom:6px}.bp-search-page .results-group ul#activity-stream li.activity-item .activity-inner{margin-bottom:6px}#buddypress .bp-search-results-list.groups-list .avatar{border-radius:3px}.bp-search-ac.ui-autocomplete.bp-forum-search-ac-header{border-radius:var(--bb-block-radius);border:0}.bp-search-results-list .learndash-wrapper.learndash-widget{display:none}.search-media-list .media-album_details .media-album_name:hover,.search-media-list .media-album_group_name a:hover,.search-media-list .media-album_modified .media-album_details__bottom .media-album_author a:hover{color:var(--bb-primary-color)}.buddypress .buddypress-wrap .search-form-has-reset .search-form_reset,.search-form-has-reset .search-form_reset{color:var(--bb-body-text-color)}#buddypress .standard-form .search-form-has-reset button.search-form_reset{font-size:13px;color:var(--bb-body-text-color);background-color:transparent;min-height:auto;line-height:1.3;border:0;padding:0;display:none}#buddypress .search-form-has-reset #bbp_search,#buddypress .search-form-has-reset input[type=search]{padding-right:30px}@media screen and (max-width:900px){#buddypress .bp-search-results-wrapper .bp-navs{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:10px;border-right:0;border-radius:4px 4px 0 0;padding:0}#buddypress .bp-search-results-wrapper .search-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap}.bp-search-page .bp-navs ul li .count{margin-left:10px}.search_results{padding:30px}}@media (max-width:799px){body.bp-search .bp-search-ac,body.bp-search .bp-search-ac-header{left:30px!important;right:30px!important;width:-webkit-calc(100vw - 90px)!important;width:calc(100vw - 90px)!important;max-width:initial!important;min-width:initial;-webkit-transform:translate(0,20px)!important;-ms-transform:translate(0,20px)!important;transform:translate(0,20px)!important}}@media (max-width:640px){#buddypress .bp-search-results-wrapper .search_filters>ul{padding-right:0}.bp-search-results-wrapper .bp-navs.bp-subnavs{margin-bottom:20px}.bp-search-results-wrapper .bp-navs.bp-subnavs,.bp-search-results-wrapper .bp-search-form-wrapper{float:none}}.directory.media .subnav-filters .subnav-search{position:absolute;right:0;top:0;margin:0}.directory.media .dir-search.media-search.bp-search{margin:0}.directory.media #buddypress #dir-media-search{border:0;background-color:transparent;padding-left:32px;font-size:14px;height:40px}.media.document-parent{background-color:var(--bb-body-background-color)}.directory.video .subnav-filters .subnav-search{position:absolute;right:0;top:0;margin:0}.directory.video .dir-search.video-search.bp-search{margin:0}.directory.video #buddypress #dir-video-search{border:0;background-color:transparent;padding-left:32px;font-size:14px;height:40px}.directory.document #buddypress .document-options .button.small,.directory.media #buddypress .media-options .button.small,.directory.video #buddypress .video-options .button.small{min-height:40px;line-height:36px;padding-left:16px}.bb-media-container{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);padding:20px;margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}.bb-media-container #subnav{margin:20px -20px;width:auto;padding:0 20px}.bb-media-actions-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#buddypress .bb-media-actions-wrap .bb-title{margin:0}.groups.single-item .bb-media-actions-wrap{margin-bottom:20px}@media screen and (max-width:360px){.bb-media-actions-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bb-media-actions-wrap>.bb-media-actions,.bb-media-actions-wrap>.bb-video-actions{margin-top:15px}}#buddypress .media-list.item-list{margin-bottom:0;padding-top:1em;margin-left:-10px;margin-right:-10px}#buddypress .bb-photo-list li{margin-bottom:20px;margin-top:0;padding:0 10px}#buddypress .bb-item-cover-wrap{border-radius:var(--bb-block-radius-inner)}#buddypress .bb-item-thumb{box-shadow:0 3px 12px -1px rgba(7,10,25,.2),0 22px 27px -20px rgba(7,10,25,.2);-webkit-transition:all .3s ease;transition:all .3s ease;border-radius:var(--bb-block-radius-inner)}#buddypress .bb-item-thumb:hover{box-shadow:0 15px 45px -5px rgba(7,10,25,.25);-webkit-transform:translate(0,-2px);-ms-transform:translate(0,-2px);transform:translate(0,-2px)}@media screen and (max-width:980px){#buddypress .bb-item-thumb:hover.is-visible{-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:none;transition:none}}#buddypress .video-list.item-list>li:not(.load-more){margin-top:0}#buddypress #media-stream.document-parent{margin-top:35px}#media-stream .document-data-table-head{border-color:var(--bb-content-border-color)}#media-stream.document-parent{border-radius:var(--bb-block-radius);border-color:var(--bb-content-border-color);background-color:var(--bb-content-background-color)}#media-stream.document-parent.group-column #media-folder-document-data-table .media-folder_items .media-folder_group a:hover{color:var(--bb-primary-color)}#media-folder-document-data-table .media-folder_items{border-color:var(--bb-content-border-color)}.bb-album-list-item .bs-cover-wrap{border-radius:var(--bb-block-radius-inner)}.video #buddypress .video-list.item-list>li.load-more{margin:40px 0 0}.single.media.albums .bb-media-container #subnav{margin-top:-10px}.bb-media-actions-wrap.album-actions-wrap{margin-bottom:30px}.dropzone.document-dropzone .dz-preview .dz-remove,.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview .dz-remove:after{color:rgba(var(--bb-alternate-text-color-rgb),.8)}.dropzone .dz-preview .dz-progress-ring-wrap .dz-progress-ring circle{stroke:var(--bb-primary-color)}.bb-template-v1 .dropzone .dz-preview .dz-progress-ring-wrap [class*=bb-icon-]:before{font-weight:400}.bb-template-v2 .dropzone .dz-preview .dz-image,.bb-template-v2 .dropzone .dz-preview.dz-file-preview .dz-details{border:0}.dropzone .dz-preview .dz-image{border:1px solid var(--bb-content-border-color)}.dropzone .dz-remove{background-color:var(--bb-content-alternate-background-color)}.dropzone .dz-remove:after{color:var(--bb-headings-color);opacity:.4;font-size:20px;line-height:1}.dropzone .dz-remove:hover:after{opacity:1}.dropzone .dz-default{background:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner);min-height:153px;max-height:153px;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:16px;color:var(--bb-headings-color);letter-spacing:-.24px;line-height:26px;padding:20px 0}.bb-template-v2 .dropzone .dz-default{border:0}.dropzone .dz-default:before{display:none}.dropzone .dz-default .dz-button,.dropzone .dz-default .dz-button:hover{background-color:transparent!important;border:0;color:rgba(18,43,70,.5)!important;box-shadow:none!important;padding:0!important;font-weight:300!important;font-size:16px!important;border-radius:0!important}.dropzone .dz-default .dz-button:before,.dropzone .dz-default .dz-button:hover:before{content:"\ee24";font-family:bb-icons;font-size:24px;font-weight:400;height:52px;width:52px;display:inline-block;background-color:rgba(0,0,0,.05);border-radius:50%;line-height:54px;color:var(--bb-alternate-text-color);margin-bottom:10px}.dropzone .dz-default .dz-button:hover>strong,.dropzone .dz-default .dz-button>strong{display:block;color:var(--bb-headings-color);font-weight:500;font-size:16px;line-height:1;margin-bottom:2px}.ac-reply-content .dropzone .dz-default{background-color:var(--bb-content-background-color)}#buddypress .dropzone .dz-default .dz-button{border:0;line-height:1.5}#buddypress .dropzone .dz-default .dz-button:hover{border:0}.bb-template-v2 .dropzone .dz-default .dz-button:before{font-weight:300}.dropzone.document-dropzone .dz-default .dz-button:before,.dropzone.document-dropzone .dz-default .dz-button:hover:before{content:"\e980"}.bb-template-v2 .dropzone.document-dropzone .dz-preview .dz-icon>[class*=bb-icon]{font-weight:300}.dropzone.media-dropzone .dz-default .dz-button:before,.dropzone.media-dropzone .dz-default .dz-button:hover:before{content:"\ee06"}.dropzone.video-dropzone .dz-default .dz-button:before,.dropzone.video-dropzone .dz-default .dz-button:hover:before{content:"\ef65"}@media screen and (max-width:768px){.dropzone .dz-default .dz-button{font-size:15px}}.dropzone .dz-preview .dz-progress-ring-wrap .dz-progress-ring circle{stroke:var(--bb-primary-color)}div[class*=attached-gif-container] .gif-image-remove{background-color:var(--bb-content-alternate-background-color)}div[class*=attached-gif-container] .gif-image-overlay{color:var(--bb-alternate-text-color)}.dropzone .dz-preview.dz-error .dz-details:before,.dropzone .dz-preview.dz-error .dz-progress-ring-wrap [class*=" bb-icon-"],.dropzone.document-dropzone .dz-preview .dz-details .dz-filename,.dropzone.document-dropzone .dz-preview .dz-details .dz-size,.dropzone.document-dropzone .dz-preview.dz-complete .dz-details .dz-icon [class*=bb-icons],.dropzone.document-dropzone .dz-preview:not(.dz-complete) .dz-progress-ring-wrap [class*=" bb-icon-"],.dropzone.media-dropzone .dz-preview:not(.dz-image-preview) .dz-progress-ring-wrap [class*=" bb-icon-"],.dropzone.video-dropzone .dz-preview:not(.dz-has-thumbnail) .dz-progress-count,.dropzone.video-dropzone .dz-preview:not(.dz-has-thumbnail) .dz-progress-ring-wrap [class*=" bb-icon-"]{color:var(--bb-alternate-text-color)}.video-thumbnail-uploader-wrapper .dropzone.video-dropzone .dz-preview:not(.dz-has-thumbnail) .dz-progress-ring-wrap [class*=" bb-icon-"]{color:var(--bb-content-alternate-background-color)}.dropzone.document-dropzone .dz-preview .dz-remove,.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview .dz-remove:after{color:var(--bb-headings-color)}.dropzone.document-dropzone .dz-preview.dz-complete .dz-details .dz-icon:before,.dropzone.document-dropzone .dz-preview.dz-complete .dz-details .dz-icon>[class*=bb-icon]{color:var(--bb-alternate-text-color);font-size:38px}.dropzone .dz-default .dz-button,.dropzone .dz-default .dz-button:hover{color:var(--bb-alternate-text-color)!important;font-size:13px!important;font-weight:400!important;line-height:19.5px}.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview:not(.dz-has-thumbnail) .dz-filename,.dropzone.video-dropzone .dz-preview:not(.dz-has-thumbnail,.dz-complete) .dz-remove:after,.dropzone.video-dropzone div.dz-preview:not(.dz-has-thumbnail) .dz-remove:after{color:var(--bb-alternate-text-color)}.dropzone.video-dropzone .dz-preview.dz-file-preview .dz-details .dz-filename>span{font-weight:400;line-height:1.5}.dropzone.video-dropzone div.dz-preview.dz-file-preview .dz-remove:after,.dropzone.video-dropzone div.dz-preview:not(.dz-has-thumbnail).dz-complete .dz-remove:after{color:var(--bb-headings-color)}.dropzone.video-dropzone div.dz-preview.dz-file-preview .dz-remove:after:after,.dropzone.video-dropzone div.dz-preview:not(.dz-has-thumbnail).dz-complete .dz-remove:after:after{opacity:.4}.dropzone.video-dropzone div.dz-preview.dz-file-preview .dz-remove:after:hover:after,.dropzone.video-dropzone div.dz-preview:not(.dz-has-thumbnail).dz-complete .dz-remove:after:hover:after{opacity:1}.dropzone.video-dropzone .dz-preview.dz-complete.dz-file-preview .dz-remove{background-color:var(--bb-content-alternate-background-color)}.dropzone.video-dropzone .dz-progress-count,.dropzone.video-dropzone div.dz-preview.dz-file-preview .dz-remove:after{color:var(--bb-content-background-color)}.dropzone.video-dropzone div.dz-preview.dz-file-preview.dz-has-thumbnail:not(.dz-complete) .dz-remove:after{opacity:.75}.dropzone.video-dropzone div.dz-preview.dz-file-preview.dz-has-thumbnail:not(.dz-complete) .dz-remove:hover:after{opacity:1}.dropzone .dz-preview .dz-progress-ring-wrap [class*=" bb-icon-"]{color:var(--bb-content-alternate-background-color)}.bb-template-v2 .dropzone.document-dropzone .dz-preview.dz-error.dz-preview .dz-details .dz-filename{color:var(--bb-danger-color)}.bb-template-v2 .dropzone.document-dropzone .dz-preview.dz-error .dz-remove:after,.bb-template-v2 .dropzone.document-dropzone .dz-preview.dz-error.dz-complete .dz-remove:after{color:var(--bb-danger-color)}.bb-template-v2 .dropzone.video-dropzone .dz-preview.dz-error.dz-preview .dz-details{background:rgba(var(--bb-danger-color-rgb),.1)}.bb-template-v2 .dropzone.video-dropzone .dz-preview.dz-error.dz-preview .dz-details .dz-filename{color:var(--bb-danger-color)}.bb-template-v2 .dropzone.video-dropzone .dz-preview.dz-error .dz-progress-ring-wrap{background:rgba(var(--bb-danger-color-rgb),.15)}.bb-template-v2 .dropzone.video-dropzone .dz-preview.dz-error .dz-progress-ring-wrap>i{color:var(--bb-danger-color);opacity:.5}.bb-template-v2 .dropzone.video-dropzone .dz-preview.dz-error .dz-remove:after,.bb-template-v2 .dropzone.video-dropzone .dz-preview.dz-error.dz-complete .dz-remove:after{color:var(--bb-danger-color)}.bb-template-v2 .dropzone.media-dropzone .dz-preview.dz-error .dz-details .dz-filename{color:var(--bb-danger-color)}.bb-template-v2 .dropzone.media-dropzone .dz-preview.dz-error .dz-image{background:rgba(var(--bb-danger-color-rgb),.1)}.bb-template-v2 .dropzone.media-dropzone .dz-preview.dz-error .dz-remove:after{color:var(--bb-danger-color)}.bb-template-v2 .dropzone.media-dropzone .dz-preview.dz-error .dz-details:before{background:rgba(var(--bb-danger-color-rgb),.15);color:var(--bb-danger-color);opacity:.5;font-weight:300}.bb-template-v2 .dropzone.document-dropzone .dz-preview.dz-error.dz-preview .dz-details{background:rgba(var(--bb-danger-color-rgb),.1)}.bb-template-v2 .dropzone.document-dropzone .dz-preview.dz-error.dz-preview .dz-details:before{background:rgba(var(--bb-danger-color-rgb),.15);color:var(--bb-danger-color);opacity:.5;font-weight:300}#buddypress .bb-model-header h4{font-size:20px;font-weight:600;margin:0}#boss-media-create-album-popup .media-uploader-wrapper{max-height:50vh;overflow-x:hidden;overflow-y:auto}.bbm-uploader-model-wrap .media-uploader-wrapper{max-height:50vh;overflow-x:hidden;overflow-y:auto}.bb-media-meta{margin-bottom:20px}.bb-media-meta .bb-delete{line-height:1}.bb-media-meta .bb-delete i{font-size:24px}.bb-media-meta .bb-select i{font-size:20px;border:0;font-weight:100}.bb-media-meta .bb-select.selected i{font-weight:200;background-color:transparent;color:var(--bb-primary-color)}.bb-media-meta i{font-size:22px}.bb-media-meta .bb-icon-select{font-size:18px}.bb-action-check-wrap [class*=" bb-icon-"]{width:25px;height:25px;border-radius:50%;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:25px}.selected .bb-action-check-wrap [class*=" bb-icon-"]{background-color:var(--bb-primary-color)}.modal-wrapper .bb-action-check-wrap{top:5px;left:5px}.modal-wrapper .bb-video-thumb .bb-video-duration{font-size:11px;line-height:1.8;left:3px;bottom:3px}.bp-video-thumbnail-auto-generated .bb-action-check-wrap .bb-custom-check:checked+label [class*=" bb-icon-"],.bp-video-thumbnail-uploader .video-thumbnail-content .bb-action-check-wrap .bb-custom-check:checked+label [class*=" bb-icon-"]{background:var(--bb-primary-color)}.modal-wrapper .modal-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.video-thumbnail-content .bb-dropzone-wrap .bb-custom-check:checked~.bb-field-wrap .dropzone .dz-preview .dz-image,.video-thumbnail-content .bb-dropzone-wrap .bb-custom-check[name=bb-video-thumbnail-select]:checked~.video-thumbnail-custom,.video-thumbnail-content .bp-video-thumbnail-auto-generated .video-thumb-list li .bb-custom-check:checked~a{border-color:var(--bb-primary-color)}.modal-container{background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color);box-shadow:0 12px 28px 0 rgba(18,43,70,.15),0 2px 7px 0 rgba(18,43,70,.08)}.modal-container.has-folderlocationUI .bb-model-footer a.loading:after{font-weight:300}.modal-container .bp-existing-media-wrap{padding:30px 0}.modal-container .bp-existing-media-wrap .media-list .bp-feedback{margin-left:10px;margin-right:10px;width:100%}#bbpress-forums div.bbp-reply-content .bb-model-header,.bb-model-header{background:var(--bb-content-background-color);box-shadow:0 1px 0 0 var(--bb-content-border-color)}.bb-action-popup.bb-leave-group-popup .bb-model-header,.bb-action-popup.bb-remove-connection .bb-model-header{background:var(--bb-content-background-color)}.bb-action-popup .bb-model-header{background-color:var(--bb-content-alternate-background-color);border-color:var(--bb-content-border-color)}.bb-action-popup .bb-action-popup-content{font-size:14px;font-weight:400}.location-album-list-wrap-main .ac_document_search_folder_list .breadcrumbs-append-ul-li .item span:not(.more_options),.location-album-list-wrap-main .location-album-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options),.location-album-list-wrap-main .location-folder-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options),.location-folder-list-wrap-main .ac_document_search_folder_list .breadcrumbs-append-ul-li .item span:not(.more_options),.location-folder-list-wrap-main .location-album-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options),.location-folder-list-wrap-main .location-folder-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options){color:var(--bb-headings-color)}.location-album-list-wrap-main .ac_document_search_folder_list .breadcrumbs-append-ul-li .item span:not(.more_options):hover,.location-album-list-wrap-main .location-album-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover,.location-album-list-wrap-main .location-folder-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover,.location-folder-list-wrap-main .ac_document_search_folder_list .breadcrumbs-append-ul-li .item span:not(.more_options):hover,.location-folder-list-wrap-main .location-album-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover,.location-folder-list-wrap-main .location-folder-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover{text-decoration:none;color:var(--bb-primary-color)}.location-album-list-wrap-main .ac_document_search_folder_list .breadcrumbs-append-ul-li .item span:not(.more_options):hover:before,.location-album-list-wrap-main .location-album-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover:before,.location-album-list-wrap-main .location-folder-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover:before,.location-folder-list-wrap-main .ac_document_search_folder_list .breadcrumbs-append-ul-li .item span:not(.more_options):hover:before,.location-folder-list-wrap-main .location-album-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover:before,.location-folder-list-wrap-main .location-folder-list-wrap .breadcrumbs-append-ul-li .item span:not(.more_options):hover:before{color:var(--bb-headings-color)}.location-album-list-wrap-main .ac_document_search_folder_list .location-album-list,.location-album-list-wrap-main .ac_document_search_folder_list .location-folder-list,.location-album-list-wrap-main .location-album-list-wrap .location-album-list,.location-album-list-wrap-main .location-album-list-wrap .location-folder-list,.location-album-list-wrap-main .location-folder-list-wrap .location-album-list,.location-album-list-wrap-main .location-folder-list-wrap .location-folder-list,.location-folder-list-wrap-main .ac_document_search_folder_list .location-album-list,.location-folder-list-wrap-main .ac_document_search_folder_list .location-folder-list,.location-folder-list-wrap-main .location-album-list-wrap .location-album-list,.location-folder-list-wrap-main .location-album-list-wrap .location-folder-list,.location-folder-list-wrap-main .location-folder-list-wrap .location-album-list,.location-folder-list-wrap-main .location-folder-list-wrap .location-folder-list{border-radius:var(--bb-block-radius-inner);background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color)}.location-album-list-wrap-main .ac_document_search_folder_list .location-album-list li span,.location-album-list-wrap-main .ac_document_search_folder_list .location-folder-list li span,.location-album-list-wrap-main .location-album-list-wrap .location-album-list li span,.location-album-list-wrap-main .location-album-list-wrap .location-folder-list li span,.location-album-list-wrap-main .location-folder-list-wrap .location-album-list li span,.location-album-list-wrap-main .location-folder-list-wrap .location-folder-list li span,.location-folder-list-wrap-main .ac_document_search_folder_list .location-album-list li span,.location-folder-list-wrap-main .ac_document_search_folder_list .location-folder-list li span,.location-folder-list-wrap-main .location-album-list-wrap .location-album-list li span,.location-folder-list-wrap-main .location-album-list-wrap .location-folder-list li span,.location-folder-list-wrap-main .location-folder-list-wrap .location-album-list li span,.location-folder-list-wrap-main .location-folder-list-wrap .location-folder-list li span{border-color:var(--bb-content-border-color)}.location-album-list-wrap-main .ac_document_search_folder_list .location-album-list li span:hover,.location-album-list-wrap-main .ac_document_search_folder_list .location-folder-list li span:hover,.location-album-list-wrap-main .location-album-list-wrap .location-album-list li span:hover,.location-album-list-wrap-main .location-album-list-wrap .location-folder-list li span:hover,.location-album-list-wrap-main .location-folder-list-wrap .location-album-list li span:hover,.location-album-list-wrap-main .location-folder-list-wrap .location-folder-list li span:hover,.location-folder-list-wrap-main .ac_document_search_folder_list .location-album-list li span:hover,.location-folder-list-wrap-main .ac_document_search_folder_list .location-folder-list li span:hover,.location-folder-list-wrap-main .location-album-list-wrap .location-album-list li span:hover,.location-folder-list-wrap-main .location-album-list-wrap .location-folder-list li span:hover,.location-folder-list-wrap-main .location-folder-list-wrap .location-album-list li span:hover,.location-folder-list-wrap-main .location-folder-list-wrap .location-folder-list li span:hover{background-color:var(--bb-content-alternate-background-color)}.bb-model-header{margin-bottom:0;border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}.bb-model-header .bb-model-close-button>.dashicons,.bb-model-header .bb-model-close-button>[class*=bb-icon],.bb-model-header .bb-model-close-button>span[class*=bb-icon],.bb-model-header button.mfp-close{color:var(--bb-headings-color);font-size:24px;opacity:1}.bb-model-footer{background-color:var(--bb-content-alternate-background-color);border-color:var(--bb-content-border-color);border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)}.bb-model-footer .button{margin-top:0}.bb-model-footer a{color:var(--bb-primary-color);font-size:14px}.bb-model-footer a.ac-document-close-button,.bb-model-footer a.ac-folder-close-button,.bb-model-footer a.ac-media-close-button,.bb-model-footer a.ac-video-close-button,.bb-model-footer a.bb-field-uploader-actions,.bb-model-footer a.bp-document-open-create-popup-folder,.bb-model-footer a.bp-media-open-create-popup-folder,.bb-model-footer a.bp-video-open-create-popup-album,.bb-model-footer a.close-create-popup-folder{color:var(--bb-body-text-color)}#buddypress .bb-model-footer .button,#buddypress .bb-model-footer a.button,.bb-model-footer .button,.bb-model-footer a.button{font-size:14px}#buddypress .bb-model-footer .button.loading:after,#buddypress .bb-model-footer a.button.loading:after,.bb-model-footer .button.loading:after,.bb-model-footer a.button.loading:after{vertical-align:middle}#bp-media-single-folder .album-single-view .bp-media-header-wrap .bb-media-actions>.button i{font-size:18px}#bp-media-single-folder .album-single-view .bp-media-header-wrap .media-folder_items .media-folder_action__anchor i{color:var(--bb-alternate-text-color)}#bp-media-single-folder .album-single-view .bp-media-header-wrap .media-folder_items .media-folder_action__list{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius)}.bb-template-v2 #bp-media-single-folder .album-single-view .bp-media-header-wrap .media-folder_items .media-folder_action__list:after{display:none}.bb-template-v2 #bp-media-single-folder .album-single-view .bp-media-header-wrap .media-folder_items .media-folder_action__list ul{border-radius:10px;padding:8px;margin:0}.bb-template-v2 #bp-media-single-folder .album-single-view .bp-media-header-wrap .media-folder_items .media-folder_action__list ul li a{border-radius:6px;color:var(--bb-body-text-color)}.bb-template-v2 #bp-media-single-folder .album-single-view .bp-media-header-wrap .media-folder_items .media-folder_action__list ul li a>i{color:var(--bb-alternate-text-color)}#bp-media-uploader .bb-model-footer,#buddypress .bp-media-document-uploader .document-uploader-footer,#buddypress .bp-media-photo-uploader .media-uploader-footer,#buddypress .bp-video-uploader .video-uploader-footer{background-color:transparent}#boss-media-create-album-popup .bb-model-footer,#boss-video-create-album-popup .bb-model-footer,.bp-media-move-file .bb-model-footer,.bp-media-move-folder .bb-model-footer,.bp-video-move-file .bb-model-footer,.moderation-popup .bb-model-footer{border-top:1px solid var(--bb-content-border-color);display:block;margin:35px -30px -30px;min-width:100%;padding:11px 30px;width:auto}#boss-media-create-album-popup .bb-model-footer .bb-dropdown-wrap,#boss-video-create-album-popup .bb-model-footer .bb-dropdown-wrap{float:left;margin-bottom:0}#boss-media-create-album-popup .bb-model-footer #bp-media-create-album-submit,#boss-video-create-album-popup .bb-model-footer #bp-video-create-album-submit{float:right}#buddypress .bp-media-photo-uploader #bp-media-photo-next{position:relative;z-index:1;margin:0 0 20px}#buddypress .bp-media-document-uploader #bp-media-document-next>i,#buddypress .bp-media-photo-uploader #bp-media-photo-next>i,#buddypress .bp-video-uploader #bp-video-next>i{font-size:20px;margin-right:3px;position:relative;top:1px}.message-members-list.member-popup .mfp-close,.moderation-popup .mfp-close{background-color:transparent}.message-members-list.member-popup .bb-model-footer,.moderation-popup .bb-model-footer{min-width:auto}.message-members-list.member-popup .bb-model-footer .bb-cancel-report-content,.moderation-popup .bb-model-footer .bb-cancel-report-content{border:0}.message-members-list.member-popup .modal-container .bb-model-footer .button.bb-cancel-report-content,.moderation-popup .modal-container .bb-model-footer .button.bb-cancel-report-content{color:var(--bb-body-text-color);font-size:13px;font-weight:500}.message-members-list.member-popup .modal-container .bb-model-header~.bp-feedback,.moderation-popup .modal-container .bb-model-header~.bp-feedback{margin:-25px -30px 15px}.bp-video-thumbnail-uploader .bb-model-footer{border-color:var(--bb-content-border-color);margin:30px -30px -30px;padding:11px 30px}.bp-video-thumbnail-uploader .bb-model-footer a.button{margin-top:0}.bb-item-thumb label{display:block}.bp-upload-tab-content{padding-top:30px}#bbpress-forums div.bbp-reply-content .modal-container .dropzone,.modal-container .dropzone{margin-bottom:0}#bbpress-forums div.bbp-reply-content .modal-container .bp-thumbnail-upload-tab,#bbpress-forums div.bbp-reply-content .modal-container .bp-upload-tab,.modal-container .bp-thumbnail-upload-tab,.modal-container .bp-upload-tab{font-weight:600;font-size:20px;color:#939597}#bbpress-forums div.bbp-reply-content .modal-container .bp-thumbnail-upload-tab.selected,#bbpress-forums div.bbp-reply-content .modal-container .bp-upload-tab.selected,.modal-container .bp-thumbnail-upload-tab.selected,.modal-container .bp-upload-tab.selected{color:var(--bb-headings-color)}div.dropzone.dz-started{margin:0 -4px 10px}.activity-list.loading [class*=bb-icon]{font-size:20px}#buddypress .bb-photo-list li.load-more{margin:20px auto 10px;text-align:center;width:100%;-webkit-box-flex:100%;-ms-flex:100%;flex:100%}.bb-member-photos-header{margin-top:0}.media-folder-document-filters .media-search-form:before{content:"\ef10";font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;position:absolute;top:10px;font-size:14px;color:var(--bb-body-text-color);left:9px;opacity:.4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.media-folder-document-filters .select-wrap select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url(../images/svg/arrow-down.svg) no-repeat right 1em center!important;padding-right:40px;height:34px;font-size:14px}#bp-media-create-child-folder .bb-folder-location-select:after,#bp-media-create-folder .bb-folder-location-select:after,#bp-media-edit-child-folder .bb-folder-location-select:after{content:"";background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:center;height:10px;width:10px;display:inline-block;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}#bp-media-create-child-folder .bb-folder-location-select-list li:before,#bp-media-create-folder .bb-folder-location-select-list li:before,#bp-media-edit-child-folder .bb-folder-location-select-list li:before{content:"\ee9e"!important;font-family:bb-icons!important;display:inline-block;font-size:14px;margin-right:8px}.album-single-view #bp-media-uploader .bp-existing-media-wrap .load-more{max-width:220px;-webkit-box-flex:1;-ms-flex:auto;flex:auto}#bp-media-single-folder .bp-media-header-wrap .media-folder_items .media-folder_action__list ul li a:hover{color:var(--bb-primary-color)}.comments-area .comment-content-wrap{position:relative}.comments-area .comment-content-wrap .comment-meta{margin-right:35px}.comments-area .comment-content-wrap .bb_more_options{position:absolute;top:0;right:0}.bp-media-header-wrap .media-search-form .bp-dir-search-form,.directory.document .document-options .subnav-filters .subnav-search .bp-dir-search-form,.directory.media .media-options .subnav-filters .subnav-search .bp-dir-search-form,.directory.video .video-options .subnav-filters .subnav-search .bp-dir-search-form{background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color);color:var(--bb-body-text-color);border-radius:var(--bb-input-radius)}.bp-media-header-wrap .media-search-form .bp-dir-search-form:focus-within,.directory.document .document-options .subnav-filters .subnav-search .bp-dir-search-form:focus-within,.directory.media .media-options .subnav-filters .subnav-search .bp-dir-search-form:focus-within,.directory.video .video-options .subnav-filters .subnav-search .bp-dir-search-form:focus-within{border-color:var(--bb-input-focus-border-color);border-width:1px;box-shadow:var(--bb-input-focus-shadow)}.bp-media-header-wrap .media-search-form{border:0;border-radius:0;background-color:transparent}.bp-media-header-wrap .media-search-form:after{display:none}.bp-media-header-wrap .media-search-form .bp-dir-search-form{border-width:1px;border-style:solid;height:34px}.bp-media-header-wrap .media-search-form .bp-dir-search-form:before{top:3px}.bp-media-header-wrap .media-search-form .bp-dir-search-form #group-document-search{padding:5px 30px 5px 32px}.bb-groups-invites-left{border-color:var(--bb-content-border-color)}.bb-groups-invites-left .bb-panel-head{position:relative;border-bottom:1px solid var(--bb-content-border-color);padding:15px 20px}.bb-groups-invites-left .bb-panel-subhead{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;padding:4px 0}.bb-groups-invites-left span.select-members-text{font-size:13px}.bb-groups-invites-left .bb-title-wrap{margin:-20px -20px 20px;border-bottom:1px solid var(--bb-content-border-color);padding:20px}.bb-groups-invites-left .bs-styled-checkbox+label:before{vertical-align:middle}.bb-groups-invites-left #members-list.item-list .item-avatar img{max-width:45px}.bb-groups-invites-left input#group_invites_search{background-size:14px;background-position:left 12px center;background-color:var(--bb-content-background-color);height:34px;border-radius:var(--bb-input-radius)}.bb-groups-invites-right-bottom{border-color:var(--bb-content-border-color)}#item-body .total-members-text{font-size:18px;font-weight:500;letter-spacing:-.24px;margin:0}.bb-groups-invites-right-top{min-height:222px}.bb-groups-invites-right-top div.bp-feedback{background:var(--bb-content-alternate-background-color)}#send_group_invite_form .bb-groups-invites-right-top .bb-title{margin:0;line-height:1.4;font-size:18px;font-weight:500;letter-spacing:-.24px}.bb-groups-invites-right .bb-title-wrap{margin:-20px -20px 20px;border-bottom:1px solid var(--bb-content-border-color);padding:20px}#buddypress input#bp_invites_reset{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}#buddypress input#bp_invites_reset:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}#buddypress input#bp_invites_reset: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)}#group-invites-container .bb-groups-invites-left .group-invites-members-listing .action button{background:url(../images/svg/circle-add.svg) no-repeat;height:26px;width:26px;background-size:contain;padding:0;min-width:26px}#group-invites-container .bb-groups-invites-left .group-invites-members-listing li.selected .action button{background:url(../images/svg/circle-close.svg) no-repeat}#group-invites-container .bb-groups-invites-left .group-invites-members-listing .action button .icons{opacity:0}#send_group_invite_form .select2-selection__choice__remove{font-size:0;padding:1px 0 0}#send_group_invite_form .select2-selection__choice__remove:before{content:"\e828";font-family:bb-icons;font-size:14px;font-weight:400;line-height:1;color:#4d5c6d;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;-webkit-font-smoothing:antialiased}#bp-group-invite-content #whats-new-toolbar{padding:20px;position:absolute;bottom:0;right:0}#group-invites-new-submit{padding:0}#group-invites-new-submit #bp_invites_reset{margin:0}#bp-invites-dropdown-options-loader{margin-left:10px}#bp-invites-dropdown-options-loader .bb-icon-spinner{display:-webkit-box;display:-ms-flexbox;display:flex}.group-invites-members-listing .bp-invites-feedback{padding:0 20px}#buddypress #send_group_invite_form .select2-search__field{height:30px}body #buddypress .group-invites-members-listing .bp-list .action{max-width:26px}body.send-invites .select2-container .select2-dropdown{display:none}.bb-more-invites-wrap .bb-icons{margin-right:5px;font-size:20px}.bb-panel-head{min-height:66px}.bb-groups-messages-left .bp-search{padding:0 20px}.bb-groups-messages-left select{height:37px}.bb-groups-messages-left .bp-list li .item-avatar{margin-right:15px}.bb-groups-messages-left #members-list.item-list .item-avatar img{max-width:45px}.bb-groups-messages-left #members-list.item-list .member-name a{font-size:15px}#item-body .total-members-text{font-size:16px;font-weight:500;letter-spacing:-.24px}#group_messages_search{background-size:14px;background-position:left 12px center;height:32px}.bb-groups-messages-right .bb-title-wrap{margin:-20px -20px 20px;border-bottom:1px solid var(--bb-content-border-color);padding:20px}.bb-groups-messages-right .group-messages-compose{font-size:0}.bb-groups-messages-right .group-messages-compose:after{content:"\ee5a";font-family:bb-icons;font-size:22px;line-height:20px;text-align:center}#group-messages-container .bb-groups-messages-right-top .bb-title{margin:0;line-height:1.4;font-size:18px;font-weight:500;letter-spacing:-.24px}label.bp-group-message-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.group-messages-members-listing .button{box-shadow:none}a.bb-close-select-members.button{min-width:110px}.add-more-members .bb-add-members{font-size:14px}.add-more-members .bb-add-members .bb-icon-plus-circle{margin-right:5px;font-size:18px;vertical-align:middle}@media screen and (max-width:560px){.add-more-members .bb-add-members{font-size:12px}.add-more-members .bb-add-members .bb-icon-plus-circle{font-size:16px}}#group-messages-container .load-more .bb-icon-loader{font-size:20px}#send_group_message_form .select2-selection__choice__remove{font-size:0;line-height:1;margin:0 0 0 8px}#send_group_message_form .select2-selection__choice__remove:before{content:"\e828";font-family:bb-icons;font-size:13px;font-weight:400;line-height:1;background:#fff;border-radius:50%;color:var(--bb-body-text-color);display:-webkit-box;display:flexbox;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;min-width:13px;min-height:13px;text-indent:-1px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bb-groups-messages-right .medium-editor-element,.bb-groups-messages-right .medium-editor-placeholder{padding:0}.bb-groups-messages-right .medium-editor-element li>ol,.bb-groups-messages-right .medium-editor-element li>ul,.bb-groups-messages-right .medium-editor-placeholder li>ol,.bb-groups-messages-right .medium-editor-placeholder li>ul{margin-bottom:0}.bb-groups-messages-right .medium-editor-element pre,.bb-groups-messages-right .medium-editor-placeholder pre{white-space:pre-wrap;position:relative;z-index:1}.bb-groups-messages-right .medium-editor-element pre p,.bb-groups-messages-right .medium-editor-placeholder pre p{margin-bottom:0}.bb-groups-messages-right .medium-editor-element[contenteditable=true]:empty:after,.bb-groups-messages-right .medium-editor-placeholder[contenteditable=true]:empty:after{color:#c3c6c9;content:attr(data-placeholder);position:absolute;padding:inherit;font-style:normal}.bb-groups-messages-right .standard-form .submit{padding:0}.bb-groups-messages-right div.bp-feedback{background:var(--bb-content-alternate-background-color)}.bb-groups-messages-right .bp-group-messages-attached-gif-container{margin-bottom:20px}.bb-groups-messages-right .bp-group-messages-attached-gif-container.closed{display:none}.bb-groups-messages-right #bp-group-message-content .medium-editor-placeholder:after{font-style:normal;pointer-events:none}#group-messages-container .bb-groups-messages-right .group-messages-type{height:34px}#group-messages-container .group-messages-members-listing .item-list li{border-bottom:0;margin:0 -20px 1px;width:auto;padding:8px 20px}.groups.group-messages .item-body{margin-bottom:55px}.bb-groups-messages-right #whats-new-toolbar{padding:0;margin-top:auto}.bb-groups-messages-right #whats-new-toolbar #send_group_message_button{margin:0}.bb-groups-messages-right #whats-new-toolbar .emojionearea .emojionearea-picker .emojionearea-search>input{outline:0;width:100%;min-width:100%;height:30px}.bb-groups-messages-right #whats-new-toolbar .gif-media-search-dropdown.open{margin:0 0 10px -20px;top:auto;bottom:100%;padding-bottom:0;padding-top:10px}.bb-groups-messages-right #whats-new-toolbar .gif-media-search-dropdown:before{left:38px;top:auto;bottom:-11px;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.bb-groups-messages-right #whats-new-toolbar .gif-search-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column-reverse;flex-flow:column-reverse}.bb-groups-messages-right #whats-new-toolbar .emojionearea .emojionearea-picker{top:auto;bottom:40px}.bb-groups-messages-right #whats-new-toolbar .emojionearea .emojionearea-picker.emojionearea-filters-position-top .emojionearea-filters{top:auto;bottom:0}.bb-groups-messages-right #whats-new-toolbar .emojionearea .emojionearea-picker .emojionearea-search-panel{top:auto;bottom:40px}.bb-groups-messages-right #whats-new-toolbar .emojionearea .emojionearea-picker.emojionearea-filters-position-top.emojionearea-search-position-top .emojionearea-scroll-area{bottom:auto;top:0}.bb-groups-messages-right #whats-new-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{bottom:-10px;top:auto;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}#group-messages-container .bp-navs.group-subnav li.selected a{color:var(--bb-headings-color)}.group-messages.private-message #group-messages-container .group-messages-members-listing .all-members .group-message-member-li.selected .invite-button .icons:before{background-color:var(--bb-primary-color);font-weight:400}.group-messages.private-message #group-messages-container .bb-groups-messages-right .bb-groups-messages-right-top{border-color:var(--bb-content-border-color);padding:10px 20px}.group-messages.private-message #group-messages-container .bb-groups-messages-right .bp-select-members-wrap .group-messages-helper-text{color:var(--bb-alternate-text-color);font-size:15px}.group-messages.private-message #group-messages-container .bb-groups-messages-left .group-messages-members-listing .item-list li.selected{background-color:var(--bb-content-alternate-background-color)}.group-messages.public-message .bb-groups-messages-right .bb-groups-messages-right-top{border-color:var(--bb-content-border-color)}.group-messages.public-message .bb-groups-messages-right .bp-select-members-wrap .group-messages-helper-text{color:var(--bb-alternate-text-color)}#group-messages-container #whats-new-toolbar #group-messages-new-submit{border-color:var(--bb-content-border-color)}.bp-vertical-navs .group-messages-members-listing #members-list .member-name a{font-size:16px}.bb-panel-head{border-color:var(--bb-content-border-color)}@media screen and (min-width:1081px){.bb-groups-messages-left{border-color:var(--bb-content-border-color)}}.bb-invite-anyone-wrap{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px}.bb-invite-anyone-wrap #send-invite-form{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0}.bb-invite-anyone-wrap div.left-menu{border-right:1px solid #e7e9ec;min-width:0;-webkit-box-flex:0;-ms-flex:0 0 360px;flex:0 0 360px;width:auto;margin:0;padding-bottom:20px}#main .bb-invite-anyone-wrap .main-column{-webkit-box-flex:1;-ms-flex:1;flex:1;width:auto!important;margin:0!important;padding:20px 30px 30px}.bb-invite-anyone-wrap #invite-anyone-member-list{background:0 0;height:auto;max-height:500px;border:0;border-radius:0;padding:0}.bb-invite-anyone-wrap ul.first.acfb-holder{margin:0!important;padding:20px}#primary #main .bb-invite-anyone-wrap .send-to-input{background:url(../images/svg/search.svg) no-repeat;background-size:14px;background-position:left 12px center;background-color:#fbfbfc;border-radius:20px;font-size:14px;height:32px;width:100%;margin:0;padding:0 20px 0 35px}.bb-invite-anyone-wrap .total-members-text{border-bottom:1px solid #e7e9ec;padding:23px 20px}.bb-invite-anyone-wrap .bb-select-members-text{font-size:14px;padding:0 20px 20px}.left-menu #invite-anyone-member-list ul li{font-size:15px;padding:10px 20px}#main #buddypress .bb-ia-feedback{margin:0 0 20px}#buddypress #invite-anyone-invite-list{margin:0;border:1px solid #e7e9ec;border-radius:3px;max-height:550px;overflow:auto}#invite-anyone-invite-list li{display:-webkit-box;display:-ms-flexbox;display:flex;border-top:1px solid #e7e9ec;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px 20px}#invite-anyone-invite-list li:first-child{border-top:0}#invite-anyone-invite-list h4{margin:0}#invite-anyone-invite-list .avatar{margin-right:15px!important;max-width:52px}#invite-anyone-invite-list .activity{display:none}#invite-anyone-invite-list .action{margin-left:auto}#invite-anyone-invite-list .remove{font-size:0;display:inline-block;margin:0}#invite-anyone-invite-list .remove:before{content:"\e8f7";font-family:bb-icons;speak:none;font-size:20px;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;color:#939597}.group-create .bb-invite-anyone-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 0 30px}.group-create .buddypress-wrap .bb-invite-anyone-wrap .left-menu{border-right:1px solid #e7e9ec;min-width:0;-webkit-box-flex:0;-ms-flex:0 0 300px;flex:0 0 300px;width:auto;margin:0;max-width:100%;padding-bottom:30px}.group-create .bb-invite-anyone-wrap .total-members-text{margin:0}@media (max-width:767px){.group-create .buddypress-wrap .bb-invite-anyone-wrap .left-menu{-webkit-box-flex:0;-ms-flex:0 0 240px;flex:0 0 240px}}@media (max-width:600px){.group-create .buddypress-wrap .bb-invite-anyone-wrap .left-menu{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;border-right:0;border-bottom:1px solid #e7e9ec}}.bp-single-vert-nav .bb-single-main-nav--vertical li{-webkit-transition:.3s all;transition:.3s all}.bb-template-v1 nav#object-nav.bb-single-main-nav--vertical{border-radius:var(--bb-block-radius) 0 0 var(--bb-block-radius)}nav#object-nav.bb-single-main-nav--vertical a:hover{color:var(--bb-primary-color);background-color:var(--bb-content-alternate-background-color)}nav#object-nav.bb-single-main-nav--vertical li.selected>a{color:var(--bb-headings-color);font-weight:inherit}@media screen and (max-width:46.8em){.bb-template-v1 nav#object-nav.bb-single-main-nav--vertical{border-radius:var(--bb-block-radius)}nav#object-nav.bb-single-main-nav--vertical>ul>li>a:hover{background-color:transparent}.bp-single-vert-nav .main-navs ul li{width:auto}.buddypress-wrap .bp-navs.bb-subnav-vert li{float:left}}@media screen and (min-width:46.8em){.bb-single-main-nav--vertical li:focus,.bb-single-main-nav--vertical li:hover{background:0 0}nav#object-nav.bb-single-main-nav--vertical{width:100%;-webkit-box-flex:0;-ms-flex:0 0 230px;flex:0 0 230px;float:left;margin:0;min-height:50vh;border:0;border-right:1px solid var(--bb-content-border-color);padding:20px 0}nav#object-nav.bb-single-main-nav--vertical li{width:100%;padding:0}nav#object-nav.bb-single-main-nav--vertical .selected>a{background:var(--bb-content-background-color);border-bottom:1px solid var(--bb-content-border-color);border-top:1px solid var(--bb-content-border-color);margin:0;position:relative}nav#object-nav.bb-single-main-nav--vertical .selected>a:after{background-color:var(--bb-content-background-color);bottom:0;content:"";position:absolute;right:-1px;top:0;width:1px}nav#object-nav.bb-single-main-nav--vertical a{border:0;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;margin-bottom:1px;padding:10px 15px}nav#object-nav.bb-single-main-nav--vertical a:hover{background:var(--bb-content-alternate-background-color);color:var(--bb-primary-color)}.group-admin.bb-template-v1 .bb-subnav-plain .selected>a:after{background-color:var(--bb-content-background-color);bottom:0;content:"";position:absolute;right:-1px;top:0;width:1px}}@media screen and (min-width:46.8em){.bp-single-vert-nav .bp-wrap:not(.bp-fullwidth-wrap){display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color)}.bb-user-nav-display-wrap nav#object-nav.vertical{width:100%;-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px}.bp-single-vert-nav .item-body{min-height:50vh;padding:20px 0 20px 20px}.group-invites.buddypress .bp-single-vert-nav .item-body,.type-bp_members .bp-single-vert-nav .item-body{overflow:inherit}.bb-single-main-nav--vertical ul{border-right:0;border-bottom:0;float:none;margin-right:0;width:auto}}.bookmark-link-container .bookmark-it .bb-helper-icon{font:normal normal normal 20px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bookmark-link-container .bookmark-it .bb-helper-icon:before{content:"\e872"}.bookmark-link-container .bookmark-it .bb-helper-icon.fa-spinner{font-family:"Font Awesome\ 5 Free";font-weight:900}.bookmark-link-container .bookmark-it .bb-helper-icon.fa-spinner:before{content:"\f110"!important}.bookmark-link-container .bookmark-it.bookmarked .bb-helper-icon:before{content:"\e872";font-family:bb-icons;font-weight:300}.bookmark-link-container .bookmark-it.bookmarked .bb-helper-icon.fa-spinner{font-family:"Font Awesome\ 5 Free";font-weight:900}.bookmark-link-container .bookmark-it.bookmarked .bb-helper-icon.fa-spinner:before{content:"\f110"!important}.sl-wrapper .sl-button .sl-icon .fa{font:normal normal normal 18px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sl-wrapper .sl-button .sl-icon .fa:before{content:"\eeb2"}.sl-wrapper .sl-button .sl-icon .fa.fa-spinner{font-family:"Font Awesome\ 5 Free";font-weight:900}.sl-wrapper .sl-button .sl-icon .fa.fa-spinner:before{content:"\f110"!important}.sl-wrapper .sl-button.liked .sl-icon .fa:before{font-family:bb-icons;content:"\eeb2"}.sl-wrapper .sl-button.liked .sl-icon .fa.fa-spinner{font-family:"Font Awesome\ 5 Free";font-weight:900}.sl-wrapper .sl-button.liked .sl-icon .fa.fa-spinner:before{content:"\f110"!important}div.bp-zoom-meeting-container,div.bp-zoom-webinar-container{border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color)}div.bp-zoom-meeting-container .bp-zoom-meeting-left,div.bp-zoom-webinar-container .bp-zoom-meeting-left{border-color:var(--bb-content-border-color)}div.bp-zoom-meeting-container .bp-meeting-fields-wrap hr,div.bp-zoom-webinar-container .bp-meeting-fields-wrap hr{background-color:var(--bb-content-border-color)}div.bp-zoom-meeting-container #subnav,div.bp-zoom-webinar-container #subnav{border-radius:var(--bb-block-radius)}.bp-zoom-meeting-container #meetings-list li.current,.bp-zoom-meeting-container #meetings-list li:hover,.bp-zoom-webinar-container #meetings-list li.current,.bp-zoom-webinar-container #meetings-list li:hover{background-color:var(--bb-content-alternate-background-color)}.bp-zoom-meeting-container .meeting-topic .meeting-title,.bp-zoom-webinar-container .meeting-topic .meeting-title{color:var(--bb-headings-color)}.bp-zoom-meeting-container .meeting-item-col.meeting-meta-wrap,.bp-zoom-webinar-container .meeting-item-col.meeting-meta-wrap{color:var(--bb-alternate-text-color)}.bp-zoom-meeting-container .bp-zoom-meeting-members-listing .meeting-timezone,.bp-zoom-webinar-container .bp-zoom-meeting-members-listing .meeting-timezone{background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color)}#page div.bp-zoom-meeting-container .bp-navs,#page div.bp-zoom-webinar-container .bp-navs{background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}body.rtl .bp_zoom_countdown{direction:rtl;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}body.rtl .single-meeting-item.bb-countdown-wrap .bp_zoom_countdown{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end} \ No newline at end of file diff --git a/web/app/themes/buddyboss-theme/assets/css/elementor.css b/web/app/themes/buddyboss-theme/assets/css/elementor.css index 982c5e65..d2f6e13d 100644 --- a/web/app/themes/buddyboss-theme/assets/css/elementor.css +++ b/web/app/themes/buddyboss-theme/assets/css/elementor.css @@ -16,7 +16,6 @@ padding-left: 0; padding-right: 0; } - .elementor-template-full-width #content > .container, [class*="template-elementor_header_footer"] #content > .container { max-width: 100%; @@ -34,7 +33,6 @@ body:not(.register) .elementor-header + #content { /* Elementor Fixes */ @media (min-width: 800px) { - body.bb-buddypanel:not(.elementor-template-canvas) .elementor-section-stretched[style*="width"], body.bb-buddypanel:not(.elementor-template-canvas) .elementor-section-boxed[style*="width"], body.bb-buddypanel:not(.elementor-template-canvas) .elementor-section-full_width[style*="width"] { @@ -43,7 +41,6 @@ body:not(.register) .elementor-header + #content { } @media (min-width: 800px) { - body.bb-buddypanel.buddypanel-open:not(.elementor-template-canvas) .elementor-section-stretched[style*="width"], body.bb-buddypanel.buddypanel-open:not(.elementor-template-canvas) .elementor-section-boxed[style*="width"], body.bb-buddypanel.buddypanel-open:not(.elementor-template-canvas) .elementor-section-full_width[style*="width"] { @@ -65,7 +62,6 @@ body:not(.register) .elementor-header + #content { .elementor-widget-container ul.elementor-nav-menu { z-index: initial; } - .elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown { z-index: 5; } @@ -96,7 +92,6 @@ body:not(.register) .elementor-header + #content { display: -ms-flexbox; display: flex; } - #content .elementor-widget-container li.product:hover, #content .wp-block-woocommerce-handpicked-products li.product:hover, #content .wp-block-woocommerce-product-category li.product:hover, @@ -107,7 +102,6 @@ body:not(.register) .elementor-header + #content { #content .wp-block-woocommerce-product-best-sellers li.product:hover { box-shadow: 0 6px 24px 0 rgba(18, 43, 70, 0.12); } - #content .elementor-widget-container .woocommerce-loop-product__title, #content .elementor-widget-container .woocommerce-loop-category__title, #content .wp-block-woocommerce-handpicked-products .woocommerce-loop-product__title, @@ -128,7 +122,6 @@ body:not(.register) .elementor-header + #content { font-size: 16px; line-height: 24px; } - #content .elementor-widget-container li.product .price, #content .wp-block-woocommerce-handpicked-products li.product .price, #content .wp-block-woocommerce-product-category li.product .price, @@ -141,7 +134,6 @@ body:not(.register) .elementor-header + #content { font-weight: 500; text-align: center; } - #content .elementor-widget-container li.product .price del, #content .wp-block-woocommerce-handpicked-products li.product .price del, #content .wp-block-woocommerce-product-category li.product .price del, @@ -154,7 +146,6 @@ body:not(.register) .elementor-header + #content { font-weight: 400; opacity: 1; } - #content .elementor-widget-container ul.products li.product .onsale, #content .wp-block-woocommerce-handpicked-products ul.products li.product .onsale, #content .wp-block-woocommerce-product-category ul.products li.product .onsale, @@ -178,7 +169,6 @@ body:not(.register) .elementor-header + #content { text-transform: uppercase; font-size: 12px; } - #content .elementor-widget-container li.product .button, #content .wp-block-woocommerce-handpicked-products li.product .button, #content .wp-block-woocommerce-product-category li.product .button, @@ -192,7 +182,6 @@ body:not(.register) .elementor-header + #content { padding: 0.618em 1em; margin-top: auto; } - #content .elementor-widget-container li.product .button .add_to_cart_button.added, #content .wp-block-woocommerce-handpicked-products li.product .button .add_to_cart_button.added, #content .wp-block-woocommerce-product-category li.product .button .add_to_cart_button.added, @@ -204,7 +193,6 @@ body:not(.register) .elementor-header + #content { width: 50%; border-right: 1px solid var(--bb-content-border-color); } - #content .elementor-widget-container li.product .button .added_to_cart.wc-forward, #content .wp-block-woocommerce-handpicked-products li.product .button .added_to_cart.wc-forward, #content .wp-block-woocommerce-product-category li.product .button .added_to_cart.wc-forward, @@ -215,7 +203,6 @@ body:not(.register) .elementor-header + #content { #content .wp-block-woocommerce-product-best-sellers li.product .button .added_to_cart.wc-forward { border-right: 0; } - #content .elementor-widget-container li.product .button:hover, #content .wp-block-woocommerce-handpicked-products li.product .button:hover, #content .wp-block-woocommerce-product-category li.product .button:hover, @@ -226,7 +213,6 @@ body:not(.register) .elementor-header + #content { #content .wp-block-woocommerce-product-best-sellers li.product .button:hover { color: #fff; } - #content .elementor-widget-container .star-rating, #content .wp-block-woocommerce-handpicked-products .star-rating, #content .wp-block-woocommerce-product-category .star-rating, @@ -237,7 +223,6 @@ body:not(.register) .elementor-header + #content { #content .wp-block-woocommerce-product-best-sellers .star-rating { margin: 0 auto 10px; } - #content .elementor-widget-container .woocommerce-placeholder, #content .wp-block-woocommerce-handpicked-products .woocommerce-placeholder, #content .wp-block-woocommerce-product-category .woocommerce-placeholder, @@ -254,7 +239,6 @@ body:not(.register) .elementor-header + #content { list-style: none; margin: 0; } - .elementor-widget-container .product_list_widget li { background-color: var(--bb-content-background-color); border-radius: var(--bb-block-radius); @@ -266,11 +250,9 @@ body:not(.register) .elementor-header + #content { flex-flow: column; margin-bottom: 20px; } - .elementor-widget-container .product_list_widget li:hover { box-shadow: 0 6px 24px 0 rgba(18, 43, 70, 0.12); } - .elementor-widget-container .product_list_widget img { width: 100%; height: auto; @@ -278,7 +260,6 @@ body:not(.register) .elementor-header + #content { margin: 0 0 1em; box-shadow: none; } - .elementor-widget-container .product_list_widget .product-title { color: var(--bb-headings-color); display: block; @@ -287,7 +268,6 @@ body:not(.register) .elementor-header + #content { margin-bottom: 15px; text-align: center; } - .elementor-widget-container .product_list_widget .amount { color: var(--bb-primary-color); display: block; @@ -296,48 +276,47 @@ body:not(.register) .elementor-header + #content { margin-bottom: 15px; text-align: center; } - .elementor-widget-container .product_list_widget del .amount { color: var(--bb-alternate-text-color); margin-bottom: 10px; } - .elementor-widget-container .product_list_widget .star-rating { font-size: 12px; } -.elementor-widget-wrap #groups-list { +.elementor-widget-wrap #groups-list, +.elementor-element #groups-list { list-style: none; margin: 0; } - -.elementor-widget-wrap #groups-list .item-avatar { +.elementor-widget-wrap #groups-list .item-avatar, +.elementor-element #groups-list .item-avatar { -webkit-box-flex: 0; -ms-flex: 0 0 40px; flex: 0 0 40px; margin-right: 12px; } - -.elementor-widget-wrap #groups-list .item-avatar img { +.elementor-widget-wrap #groups-list .item-avatar img, +.elementor-element #groups-list .item-avatar img { border-radius: 3px; } - -.elementor-widget-wrap #groups-list .item { +.elementor-widget-wrap #groups-list .item, +.elementor-element #groups-list .item { line-height: 1; } - -.elementor-widget-wrap #groups-list .item-title { +.elementor-widget-wrap #groups-list .item-title, +.elementor-element #groups-list .item-title { margin-bottom: 3px; } - -.elementor-widget-wrap #groups-list .item-title a { +.elementor-widget-wrap #groups-list .item-title a, +.elementor-element #groups-list .item-title a { font-size: 0.9375rem; font-weight: 500; color: var(--bb-headings-color); letter-spacing: -0.24px; } - -.elementor-widget-wrap #groups-list span.activity { +.elementor-widget-wrap #groups-list span.activity, +.elementor-element #groups-list span.activity { color: var(--bb-alternate-text-color); font-size: 12px; letter-spacing: -0.26px; @@ -347,13 +326,11 @@ body:not(.register) .elementor-header + #content { .elementor-widget-wp-widget-bp_latest_activities .activity-list { padding: 0; } - .elementor-widget-wp-widget-bp_latest_activities .update-item { display: -webkit-box; display: -ms-flexbox; display: flex; } - .elementor-widget-wp-widget-bp_latest_activities .update-item cite { -webkit-box-flex: 0; -ms-flex: 0 0 40px; @@ -361,15 +338,12 @@ body:not(.register) .elementor-header + #content { min-width: 0; margin-right: 10px; } - .elementor-widget-wp-widget-bp_latest_activities .update-item { font-size: 14px; } - .elementor-widget-wp-widget-bp_latest_activities .avatar { border-radius: 50%; } - .elementor-widget-wp-widget-bp_latest_activities .view.activity-time-since { line-height: 1; margin: 0; @@ -380,11 +354,9 @@ body:not(.register) .elementor-header + #content { font-size: 0.875rem; line-height: 1.35; } - .elementor-widget-wp-widget-bp_core_members_widget #members-list li { margin-bottom: 10px; } - .elementor-widget-wp-widget-bp_core_members_widget ul.item-list li .item-avatar { margin-right: 12px; -webkit-box-flex: 0; @@ -392,15 +364,12 @@ body:not(.register) .elementor-header + #content { flex: 0 0 40px; padding: 0; } - .elementor-widget-wp-widget-bp_core_members_widget .item-title a { font-size: 14px; } - .elementor-widget-wp-widget-bp_core_members_widget .item-meta { display: none; } - .elementor-widget-wp-widget-bp_core_members_widget #members-list.item-list .item-avatar img { max-width: 100%; } @@ -424,7 +393,6 @@ body:not(.register) .elementor-header + #content { margin: 0 !important; width: auto; } - .uael-subscribe-bar .fluid-width-video-wrapper iframe { height: auto; position: static; @@ -436,28 +404,23 @@ body:not(.register) .elementor-header + #content { max-width: inherit; width: inherit; } - .elementor-element.elementor-products-grid .woocommerce ul.products li.product .onsale.onsale { padding: 10px; } - .elementor-element.elementor-products-grid .woocommerce ul.products li.product h2.woocommerce-loop-category__title { text-align: center; } - .elementor-element.elementor-products-grid .woocommerce .woocommerce-pagination a:hover { color: var(--bb-body-background-color); } - .elementor-element.elementor-products-grid .woocommerce .woocommerce-pagination a.next, .elementor-element.elementor-products-grid .woocommerce .woocommerce-pagination a.prev { font-size: 0; color: var(--bb-body-text-color); padding: 0; } - -.elementor-element.elementor-products-grid .woocommerce .woocommerce-pagination a.next::before, -.elementor-element.elementor-products-grid .woocommerce .woocommerce-pagination a.prev::before { +.elementor-element.elementor-products-grid .woocommerce .woocommerce-pagination a.next:before, +.elementor-element.elementor-products-grid .woocommerce .woocommerce-pagination a.prev:before { line-height: 28px; display: inline-block; width: 28px; @@ -468,7 +431,6 @@ body:not(.register) .elementor-header + #content { -ms-flex: 0 0 100%; flex: 0 0 100%; } - .site-content-grid > .woocommerce-notices-wrapper:empty { display: none; } @@ -514,19 +476,16 @@ nav.elementor-pagination { } @media (max-width: 1024px) { - #content .elementor-element.elementor-products-grid ul.products.products { grid-template-columns: repeat(3, 1fr); } } @media screen and (min-width: 800px) { - .bb-buddypanel.bb-sfwd-aside .site-header.site-header--elementor { width: auto; } } @media (max-width: 768px) { - #content .elementor-element.elementor-products-grid ul.products.products { grid-template-columns: repeat(2, 1fr); } @@ -541,17 +500,14 @@ nav.elementor-pagination { } } @media (max-width: 480px) { - #content .elementor-element.elementor-products-grid ul.products.products { grid-template-columns: repeat(1, 1fr); } } - /** common */ .bb-block-header { margin: 0 0 22px; } - .bb-block-header h3 { margin: 0; font-weight: 500; @@ -577,7 +533,6 @@ body.rtl .bb-block-header__extra a.count-more i { overflow-y: auto; padding: 0 20px; } - .bb-members .bbel-list-flow { max-height: 850px; } @@ -594,31 +549,28 @@ body.rtl .bb-block-header__extra a.count-more i { transform: translate(-50%, -50%); width: 100%; } - .bb-no-data img.bb-no-data__image { max-width: 50%; margin: 0 0 25px; } - +.bb-no-data .bp-feedback.info { + border: 0; +} .bb-no-data .bp-feedback.info .bp-icon { display: none; } - .bb-no-data .bp-feedback { box-shadow: none; margin: 0; padding: 0 10%; } - .bb-no-data .bp-feedback p { width: 100%; padding: 0; } - .bb-no-data .bp-messages { border: 0; } - .bb-no-data .bb-no-data__link { display: inline-block; font-size: 14px; @@ -637,32 +589,27 @@ body.rtl .bb-block-header__extra a.count-more i { } @media screen and (max-width: 1200px) { - .elementor-section.elementor-section-boxed > .elementor-container { padding-left: 30px; padding-right: 30px; } } @media screen and (max-width: 800px) { - .elementor-section.elementor-section-boxed > .elementor-container { padding-left: 10px; padding-right: 10px; } } @media screen and (max-width: 544px) { - .elementor-section.elementor-section-boxed > .elementor-container { padding-left: 0; padding-right: 0; } } - .elementor-button { background-color: var(--bb-primary-color); border-radius: var(--bb-button-radius); } - .elementor-button.elementor-size-xs, .elementor-button.elementor-size-md, .elementor-button.elementor-size-lg, .elementor-button.elementor-size-xl { border-radius: var(--bb-button-radius); } @@ -691,7 +638,6 @@ body.rtl .bb-block-header__extra a.count-more i { .elementor-post__title a { color: var(--bb-headings-color); } - .elementor-post__title a:hover { color: var(--bb-primary-color); } @@ -816,7 +762,6 @@ div.elementor-price-table__ribbon-inner { .header-mini-cart { overflow: hidden; } - .header-mini-cart .elementor-menu-cart__product { display: -webkit-box; display: -ms-flexbox; @@ -827,7 +772,6 @@ div.elementor-price-table__ribbon-inner { padding: 15px 20px; border-bottom: 1px solid var(--bb-content-border-color); } - .header-mini-cart .elementor-menu-cart__product .elementor-menu-cart__product-image img { max-width: 36px; width: 36px; @@ -836,58 +780,47 @@ div.elementor-price-table__ribbon-inner { margin-left: 0; float: none; } - .header-mini-cart .elementor-menu-cart__product .elementor-menu-cart__product-name { max-width: 240px; } - .header-mini-cart .elementor-menu-cart__product .elementor-menu-cart__product-name a { color: var(--bb-headings-color); font-size: 14px; } - .header-mini-cart .elementor-menu-cart__product .elementor-menu-cart__product-name a:hover { color: var(--bb-primary-color); } - .header-mini-cart .elementor-menu-cart__product .elementor-menu-cart__product-price { margin-left: auto; font-size: 13px; color: var(--bb-alternate-text-color); } - .header-mini-cart .elementor-menu-cart__product .elementor-menu-cart__product-price .quantity { display: -webkit-box; display: -ms-flexbox; display: flex; } - .header-mini-cart .elementor-menu-cart__subtotal { margin: 15px 0 15px 20px; font-size: 14px; color: var(--bb-alternate-text-color); float: left; } - .header-mini-cart .elementor-menu-cart__subtotal strong { - font-weight: 400; + font-weight: normal; } - .header-mini-cart .elementor-menu-cart__footer-buttons { margin: 15px 20px 15px 0; float: right; } - .header-mini-cart .elementor-menu-cart__footer-buttons .elementor-button { background-color: transparent; font-size: 14px; margin-left: 5px; } - .bb-template-v2 .header-mini-cart .elementor-menu-cart__product { border-bottom: 0; } - .bb-template-v2 .header-mini-cart .elementor-menu-cart__products { border-bottom: 1px solid var(--bb-content-border-color); } @@ -896,7 +829,6 @@ div.elementor-price-table__ribbon-inner { -webkit-transition: padding-left 0.3s ease-in-out; transition: padding-left 0.3s ease-in-out; } - .bb-sfwd-aside .site > .elementor-location-header .elementor-section.elementor-section-stretched { left: inherit !important; } @@ -904,14 +836,12 @@ div.elementor-price-table__ribbon-inner { .bb-sfwd-aside:not(.lms-side-panel-close) .site > .elementor-location-header { padding: 0 0 0 370px; } - .bb-sfwd-aside:not(.lms-side-panel-close) .site > .elementor-location-header .elementor-section.elementor-section-stretched { width: 100% !important; left: inherit !important; padding: 0 !important; } @media screen and (max-width: 767px) { - .bb-sfwd-aside:not(.lms-side-panel-close) .site > .elementor-location-header { padding: 0; } @@ -927,7 +857,6 @@ div.elementor-price-table__ribbon-inner { margin-bottom: -1px; color: var(--bb-headings-color); } - .elementor-element-edit-mode .elementor-widget-wp-widget-bp_core_whos_online_widget #boss_whos_online_widget_connections { display: none; } @@ -935,11 +864,9 @@ div.elementor-price-table__ribbon-inner { .elementor-widget.elementor-widget-wp-widget-bp_core_friends_widget ul a { font-size: 14px; } - .elementor-widget.elementor-widget-wp-widget-bp_core_friends_widget .item-meta { display: none; } - .elementor-widget.elementor-widget-wp-widget-bp_core_friends_widget .item-list .item-avatar { margin-right: 12px; } @@ -959,6 +886,10 @@ div.elementor-price-table__ribbon-inner { outline: none; } +.elementor-nav-menu--main li.menu-item { + z-index: 0; +} + /** header bar widget */ .site-header.site-header--elementor, .sticky-header .site-header.site-header--elementor, @@ -994,29 +925,24 @@ body.bp-search .site-header.site-header--elementor { .site-header--elementor .course-toggle-view { display: none; } - .site-header--elementor.site-header--align-right .header-aside { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } - .site-header--elementor.site-header--align-left .header-aside { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } - .site-header--elementor.site-header--align-center .header-aside { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } - .site-header--elementor .bb-header-buttons { white-space: nowrap; } - .site-header--elementor .user-mention .bp-suggestions-mention { padding: 0; margin: 0; @@ -1030,24 +956,19 @@ body.bp-search .site-header.site-header--elementor { .site-header--elementor .user-link img, .site-header--elementor.avatar-none .user-link img { border-style: none; } - .site-header--elementor.avatar-solid .user-link img { border-style: solid; } - .site-header--elementor.avatar-dotted .user-link img { border-style: dotted; } - .site-header--elementor.avatar-dashed .user-link img { border-style: dashed; } - .site-header--elementor.avatar-double .user-link img { border-style: double; } - -.site-header--elementor .primary-menu.bb-primary-overflow .menu-item-has-children::after { +.site-header--elementor .primary-menu.bb-primary-overflow .menu-item-has-children:after { opacity: 1; } @@ -1060,20 +981,16 @@ body.bp-search .site-header.site-header--elementor { flex-flow: row; margin-bottom: 0; } - .elementor-widget-container .site-header--elementor .product_list_widget li:hover { box-shadow: none; } - .elementor-widget-container .site-header--elementor .product_list_widget img { margin: 0 10px 0 0; } - .elementor-widget-container .site-header--elementor .product_list_widget .amount { margin-bottom: 0; color: inherit; } - .elementor-widget-container .site-header--elementor .header-mini-cart ul.cart_list li.mini_cart_item > a:not(.remove) { display: -webkit-box; display: -ms-flexbox; @@ -1101,18 +1018,15 @@ body.bp-search .site-header.site-header--elementor { transition: all linear 0.2s; z-index: 2; } - .search-visible-el .header-search-wrap--elementor { opacity: 1; visibility: visible; } - .header-search-wrap--elementor .container { padding: 0; position: relative; width: 100%; } - .header-search-wrap--elementor .search-form { display: -webkit-box; display: -ms-flexbox; @@ -1124,14 +1038,12 @@ body.bp-search .site-header.site-header--elementor { align-items: center; max-width: 100%; } - .header-search-wrap--elementor .search-form label { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin: 0; } - .header-search-wrap--elementor input.search-field, .header-search-wrap--elementor .search-field-top { border: 0; @@ -1147,7 +1059,6 @@ body.bp-search .site-header.site-header--elementor { text-overflow: ellipsis; background-color: var(--bb-header-background); } - .header-search-wrap--elementor input.search-submit { position: absolute; width: 30px; @@ -1156,7 +1067,6 @@ body.bp-search .site-header.site-header--elementor { padding: 0; opacity: 0; } - .header-search-wrap--elementor a.close-search { display: inline-block; line-height: 1; @@ -1165,11 +1075,9 @@ body.bp-search .site-header.site-header--elementor { top: calc(50% - 11px); right: 15px; } - .header-search-wrap--elementor a.close-search i { font-size: 22px; } - .header-search-wrap--elementor input[type="search"] { background-position: left 15px center; } @@ -1192,18 +1100,15 @@ body.bp-search .site-header.site-header--elementor { } @media (max-width: 799px) { - .site-header--elementor .site-header-container { display: -webkit-box; display: -ms-flexbox; display: flex; } - .site-header--elementor.site-header--is-logo.site-header--is-nav .site-header-container { display: none; } } - .elementor-widget-header-bar.is-active { z-index: 12; } @@ -1214,7 +1119,6 @@ body.bp-search .site-header.site-header--elementor { order: 1; width: 40%; } - .elementor-element--logo-position-right .site-header-container #site-logo { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; @@ -1229,7 +1133,6 @@ body.bp-search .site-header.site-header--elementor { order: 1; width: 40%; } - .elementor-element--logo-position-full-center .site-header-container #site-logo { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; @@ -1237,7 +1140,6 @@ body.bp-search .site-header.site-header--elementor { margin: auto; padding: 0 20px; } - .elementor-element--logo-position-full-center .site-header-container #header-aside { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; @@ -1251,7 +1153,6 @@ body.bp-search .site-header.site-header--elementor { order: 1; width: 40%; } - .elementor-element--logo-position-full-right .site-header-container #site-logo { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; @@ -1259,7 +1160,6 @@ body.bp-search .site-header.site-header--elementor { margin: auto; padding: 0 20px; } - .elementor-element--logo-position-full-right .site-header-container #header-aside { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; @@ -1268,71 +1168,58 @@ body.bp-search .site-header.site-header--elementor { } /* Support Font Awesome icons */ -.elementor-widget-container .fab::before { +.elementor-widget-container .fab:before { font-family: "Font Awesome 5 Brands"; } - -.elementor-widget-container .far::before { +.elementor-widget-container .far:before { font-family: "Font Awesome 5 Free"; } - -.elementor-widget-container .fa::before, -.elementor-widget-container .fas::before { +.elementor-widget-container .fa:before, +.elementor-widget-container .fas:before { font-family: "Font Awesome 5 Free"; } @media (max-width: 768px) { - .site-header--elementor .user-wrap > a.user-link .user-name, .site-header--elementor .user-wrap > a.user-link i.bb-icon-angle-down { display: none; } - .site-header--elementor .user-wrap > .sub-menu { right: -54px; } - .site-header--elementor .header-aside-inner > .bb-separator { margin: 0; opacity: 0; } } @media (max-width: 500px) { - .site-header--elementor .user-wrap > .sub-menu { right: -94px; } - - .site-header--elementor .user-wrap-container > .sub-menu::before { + .site-header--elementor .user-wrap-container > .sub-menu:before { right: 118px; } - .site-header--elementor .user-wrap > .sub-menu { min-width: 150px; } - .site-header--elementor .user-wrap > .sub-menu .wrapper .sub-menu-inner { width: 150px; } - .site-header--elementor .user-wrap > .sub-menu .ab-sub-wrapper { width: 140px; left: -140px; } } @media (max-width: 420px) { - .site-header--elementor .user-wrap > .sub-menu .ab-sub-wrapper { width: 130px; left: -130px; } } @media (max-width: 380px) { - .site-header--elementor .user-wrap > .sub-menu .menupop.parent { position: relative !important; } - .site-header--elementor .user-wrap > .sub-menu .ab-sub-wrapper { position: relative; width: 100%; @@ -1341,19 +1228,16 @@ body.bp-search .site-header.site-header--elementor { left: 0; top: 0 !important; } - .site-header--elementor .user-wrap > .sub-menu .ab-sub-wrapper .ab-submenu { box-shadow: none; background-color: var(--bb-body-background-color); display: none; } - .site-header--elementor .user-wrap > .sub-menu .ab-sub-wrapper .ab-submenu a { font-size: 12px; padding: 0.3125rem 0.9375rem 0.3125rem 1.25rem; } - - .site-header--elementor .user-wrap > .sub-menu .menupop.parent .ab-sub-wrapper::before { + .site-header--elementor .user-wrap > .sub-menu .menupop.parent .ab-sub-wrapper:before { content: "\e826"; font-family: bb-icons; width: 20px; @@ -1374,19 +1258,16 @@ body.bp-search .site-header.site-header--elementor { box-shadow: none; background-color: transparent !important; } - - .site-header--elementor .user-wrap > .sub-menu .ab-sub-wrapper::before { + .site-header--elementor .user-wrap > .sub-menu .ab-sub-wrapper:before { display: none; } } - /** bb profile completion widget */ .profile_bit { position: relative; display: inline-block; text-align: left; } - .profile_bit .progress_container { text-align: center; } @@ -1396,11 +1277,9 @@ body.bp-search .site-header.site-header--elementor { min-height: 110px; width: 100%; } - .profile_bit_wrapper.profile_bit_wrapper--blank { min-height: auto; } - .profile_bit_wrapper.has-profile-button { min-height: 180px; } @@ -1422,7 +1301,6 @@ body.bp-search .site-header.site-header--elementor { right: 0; } @media (max-width: 768px) { - .elementor-cta--completion-right .profile_bit.skin-linear { right: 0; left: 0; @@ -1466,14 +1344,12 @@ body.bp-search .site-header.site-header--elementor { } @media (max-width: 768px) { - .elementor-cta--completion-right, .elementor-cta--completion-left, .elementor-cta--completion-center { text-align: center; } } - .progress_bit { position: relative; display: inline-block; @@ -1496,7 +1372,6 @@ body.bp-search .site-header.site-header--elementor { .profile_bit.skin-linear .progress_bit_graph { display: none; } - .profile_bit.skin-linear .progress_bit__data { position: relative; display: block; @@ -1508,14 +1383,12 @@ body.bp-search .site-header.site-header--elementor { .profile_bit.skin-semicircle { width: 100%; } - .profile_bit.skin-linear .progress_bit, .profile_bit.skin-semicircle .progress_bit { width: 100%; padding: 20px 20px 0; cursor: pointer; } - .profile_bit.skin-linear .progress_container, .profile_bit.skin-semicircle .progress_container { background-color: #fff; @@ -1524,18 +1397,15 @@ body.bp-search .site-header.site-header--elementor { border-width: 1px; padding-bottom: 20px; } - .profile_bit.skin-linear .profile_bit_action, .profile_bit.skin-semicircle .profile_bit_action { text-align: left; padding: 0 15px; } - .profile_bit.skin-linear.active .progress_container, .profile_bit.skin-semicircle.active .progress_container { border-radius: 10px 10px 0 0; } - .profile_bit.skin-linear .profile_bit__details, .profile_bit.skin-semicircle .profile_bit__details { top: 0; @@ -1550,7 +1420,6 @@ body.bp-search .site-header.site-header--elementor { padding-top: 0; border-width: 1px; } - .profile_bit.skin-linear .profile_bit__details .profile_bit__heading, .profile_bit.skin-semicircle .profile_bit__details .profile_bit__heading { display: none; @@ -1560,7 +1429,6 @@ body.bp-search .site-header.site-header--elementor { position: absolute; top: 100%; } - .profile_bit.skin-semicircle .profile_bit_action__link { text-align: center; } @@ -1570,31 +1438,26 @@ body.bp-search .site-header.site-header--elementor { .profile_bit.skin-semicircle.border-solid .profile_bit__details { border-style: solid; } - .profile_bit.skin-linear.border-dashed .progress_container, .profile_bit.skin-linear.border-dashed .profile_bit__details, .profile_bit.skin-semicircle.border-dashed .progress_container, .profile_bit.skin-semicircle.border-dashed .profile_bit__details { border-style: dashed; } - .profile_bit.skin-linear.border-dotted .progress_container, .profile_bit.skin-linear.border-dotted .profile_bit__details, .profile_bit.skin-semicircle.border-dotted .progress_container, .profile_bit.skin-semicircle.border-dotted .profile_bit__details { border-style: dotted; } - .profile_bit.skin-linear.border-none .progress_container, .profile_bit.skin-linear.border-none .profile_bit__details, .profile_bit.skin-semicircle.border-none .progress_container, .profile_bit.skin-semicircle.border-none .profile_bit__details { border-style: none; } - .profile_bit.skin-linear.border-double .progress_container, .profile_bit.skin-linear.border-double .profile_bit__details, .profile_bit.skin-semicircle.border-double .progress_container, .profile_bit.skin-semicircle.border-double .profile_bit__details { border-style: double; } - .profile_bit.skin-linear .profile_bit__details, .profile_bit.skin-semicircle .profile_bit__details { border-top-width: 0; @@ -1609,17 +1472,15 @@ body.bp-search .site-header.site-header--elementor { align-items: center; margin: 0 0 15px; } - .skin-semicircle .progress_bit__heading i { margin-left: auto; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; color: var(--bb-headings-color); } - .skin-semicircle .progress_bit__heading h3 { text-transform: uppercase; - font-weight: 700; + font-weight: bold; font-size: 13px; margin: 0; } @@ -1629,7 +1490,6 @@ body.bp-search .site-header.site-header--elementor { width: 100%; text-align: left; } - .skin-linear .progress_bit_linear .progress_bit__heading { display: -webkit-box; display: -ms-flexbox; @@ -1639,17 +1499,15 @@ body.bp-search .site-header.site-header--elementor { align-items: center; margin: 0 0 15px; } - .skin-linear .progress_bit_linear .progress_bit__heading i { margin-left: auto; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; color: var(--bb-headings-color); } - .skin-linear .progress_bit_linear .progress_bit__heading h3 { text-transform: uppercase; - font-weight: 700; + font-weight: bold; font-size: 13px; margin: 0; } @@ -1697,23 +1555,19 @@ body.bp-search .site-header.site-header--elementor { box-shadow: none; position: relative; } - -.progress-bit__ring::after { +.progress-bit__ring:after { content: ""; - /* width: 100%; height: 100%; */ width: 98px; height: 98px; border-radius: 50%; - /* border: $border-width solid $color-lightgray; */ border: 4px solid #dedfe2; position: absolute; top: 1px; left: 1px; } - .progress-bit__ring > span { width: 50%; height: 100%; @@ -1722,11 +1576,9 @@ body.bp-search .site-header.site-header--elementor { top: 0; z-index: 1; } - .progress-bit__ring .progress-bit__left { left: 0; } - .progress-bit__ring .progress-bit__disc { width: 100%; height: 100%; @@ -1737,7 +1589,6 @@ body.bp-search .site-header.site-header--elementor { top: 0; border-color: #dedfe2; } - .progress-bit__ring .progress-bit__left .progress-bit__disc { left: 100%; border-top-right-radius: 50px; @@ -1749,11 +1600,9 @@ body.bp-search .site-header.site-header--elementor { -webkit-animation: loading-2 1.5s linear forwards 1.8s; animation: loading-2 1.5s linear forwards 1.8s; } - .progress-bit__ring .progress-bit__right { right: 0; } - .progress-bit__ring .progress-bit__right .progress-bit__disc { left: -100%; border-top-left-radius: 50px; @@ -1765,7 +1614,6 @@ body.bp-search .site-header.site-header--elementor { -webkit-animation: loading-1 1.8s linear forwards; animation: loading-1 1.8s linear forwards; } - .progress-bit__ring .bb-progress-value { display: -webkit-box; display: -ms-flexbox; @@ -1783,11 +1631,9 @@ body.bp-search .site-header.site-header--elementor { height: 100%; font-weight: 300; } - .progress-bit__ring .bb-progress-value div { margin-top: 10px; } - .progress-bit__ring .bb-progress-value span { font-size: 12px; text-transform: uppercase; @@ -1799,28 +1645,23 @@ body.bp-search .site-header.site-header--elementor { height: 46px; line-height: 46px; } - -.progress_bit_graph--sm .progress-bit__ring::after { +.progress_bit_graph--sm .progress-bit__ring:after { border-width: 4px; width: 100%; height: 100%; top: 0; left: 0; } - .progress_bit_graph--sm .progress-bit__disc { border-width: 4px; } - .progress_bit_graph--sm .progress-bit__left .progress-bit__disc { border-top-right-radius: 23px; border-bottom-right-radius: 23px; } - .progress_bit_graph--sm .progress-bit__right { right: 0; } - .progress_bit_graph--sm .progress-bit__right .progress-bit__disc { border-top-left-radius: 23px; border-bottom-left-radius: 23px; @@ -1861,7 +1702,6 @@ body.bp-search .site-header.site-header--elementor { font-weight: 500; color: var(--bb-headings-color); } - .progress_bit__data-num > span { font-size: 12px; color: var(--bb-alternate-text-color); @@ -1872,21 +1712,17 @@ body.bp-search .site-header.site-header--elementor { font-size: 36px; font-weight: 600; } - .skin-semicircle .progress_bit__data-num > span { font-size: 14px; } - .skin-semicircle .progress_bit__data-remark { font-size: 14px; line-height: 1.3; } - .skin-semicircle .progress_bit__data { top: unset; bottom: 20px; } - .skin-semicircle .pc_progress_wrap { margin: 0 0 10px; } @@ -1903,7 +1739,6 @@ body.bp-search .site-header.site-header--elementor { font-size: 13px; color: var(--bb-alternate-text-color); } - .profile_bit.skin-linear .progress_bit__data-num > span { vertical-align: initial; } @@ -1922,7 +1757,6 @@ body.bp-search .site-header.site-header--elementor { } @media (max-width: 768px) { - .profile_bit.skin-circle .profile_bit__details { top: 100px; left: 50%; @@ -1943,8 +1777,7 @@ ul.profile_bit__list li .section_number { line-height: 1; position: relative; } - -ul.profile_bit__list li .section_number::before { +ul.profile_bit__list li .section_number:before { content: ""; border: 2px solid #dedfe2; margin-right: 10px; @@ -1954,8 +1787,7 @@ ul.profile_bit__list li .section_number::before { width: 22px; border-radius: 50%; } - -ul.profile_bit__list li.completed .section_number::before { +ul.profile_bit__list li.completed .section_number:before { content: ""; content: "\e876"; font-family: bb-icons; @@ -1983,24 +1815,19 @@ ul.profile_bit__list li { align-items: center; position: relative; } - ul.profile_bit__list li .progress { margin-left: auto; } - ul.profile_bit__list li .section_name { margin-right: 15px; } - ul.profile_bit__list li .section_name a { color: #939597; font-size: 15px; } - ul.profile_bit__list li:last-of-type { margin-bottom: 0; } - ul.profile_bit__list li .completed_staus { display: inline-block; padding: 3px 0; @@ -2010,15 +1837,12 @@ ul.profile_bit__list li .completed_staus { font-weight: 600; text-align: center; } - ul.profile_bit__list li.completed .completed_staus { color: var(--bb-success-color); } - ul.profile_bit__list li.incomplete .completed_staus { color: var(--bb-danger-color); } - ul.profile_bit__list li.incomplete .section_name a { color: var(--bb-danger-color); } @@ -2036,26 +1860,21 @@ ul.profile_bit__list li.incomplete .section_name a { margin: 0 0 15px; font-size: 14px; } - .profile_bit__heading .progress-num { color: var(--bb-headings-color); } - .profile_bit__heading .progress-label { text-align: right; color: var(--bb-headings-color); } - .profile_bit__heading > span { -webkit-box-flex: 0; -ms-flex: 0 0 33.333%; flex: 0 0 33.333%; } - .profile_bit__heading .progress-figure { position: relative; } - .profile_bit__heading .progress_bit_graph--sm { position: absolute; top: -23px; @@ -2063,7 +1882,6 @@ ul.profile_bit__list li.incomplete .section_name a { left: 0; right: 0; } - .profile_bit__heading .progress_bit_graph--sm .progress-bit__ring { border: 3px solid #fff; background-color: #fff; @@ -2078,7 +1896,6 @@ ul.profile_bit__list li.incomplete .section_name a { .profile_bit_action { margin: 10px 0 0; } - .profile_bit_action a.profile_bit_action__link { font-size: 13px; display: inline-block; @@ -2088,11 +1905,9 @@ ul.profile_bit__list li.incomplete .section_name a { border: 1px solid #9ea8b2; cursor: pointer; } - .profile_bit_action a.profile_bit_action__link:hover { color: var(--bb-primary-color); } - .profile_bit_action a.profile_bit_action__link i { font-size: 20px; position: relative; @@ -2113,7 +1928,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-1 1.5s linear forwards; animation: loading-1 1.5s linear forwards; } - .progress-bit__ring[data-percentage="1"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2123,7 +1937,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-2 1.5s linear forwards; animation: loading-2 1.5s linear forwards; } - .progress-bit__ring[data-percentage="2"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2133,7 +1946,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-3 1.5s linear forwards; animation: loading-3 1.5s linear forwards; } - .progress-bit__ring[data-percentage="3"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2143,7 +1955,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-4 1.5s linear forwards; animation: loading-4 1.5s linear forwards; } - .progress-bit__ring[data-percentage="4"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2153,7 +1964,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-5 1.5s linear forwards; animation: loading-5 1.5s linear forwards; } - .progress-bit__ring[data-percentage="5"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2163,7 +1973,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-6 1.5s linear forwards; animation: loading-6 1.5s linear forwards; } - .progress-bit__ring[data-percentage="6"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2173,7 +1982,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-7 1.5s linear forwards; animation: loading-7 1.5s linear forwards; } - .progress-bit__ring[data-percentage="7"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2183,7 +1991,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-8 1.5s linear forwards; animation: loading-8 1.5s linear forwards; } - .progress-bit__ring[data-percentage="8"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2193,7 +2000,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-9 1.5s linear forwards; animation: loading-9 1.5s linear forwards; } - .progress-bit__ring[data-percentage="9"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2203,7 +2009,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-10 1.5s linear forwards; animation: loading-10 1.5s linear forwards; } - .progress-bit__ring[data-percentage="10"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2213,7 +2018,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-11 1.5s linear forwards; animation: loading-11 1.5s linear forwards; } - .progress-bit__ring[data-percentage="11"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2223,7 +2027,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-12 1.5s linear forwards; animation: loading-12 1.5s linear forwards; } - .progress-bit__ring[data-percentage="12"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2233,7 +2036,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-13 1.5s linear forwards; animation: loading-13 1.5s linear forwards; } - .progress-bit__ring[data-percentage="13"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2243,7 +2045,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-14 1.5s linear forwards; animation: loading-14 1.5s linear forwards; } - .progress-bit__ring[data-percentage="14"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2253,7 +2054,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-15 1.5s linear forwards; animation: loading-15 1.5s linear forwards; } - .progress-bit__ring[data-percentage="15"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2263,7 +2063,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-16 1.5s linear forwards; animation: loading-16 1.5s linear forwards; } - .progress-bit__ring[data-percentage="16"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2273,7 +2072,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-17 1.5s linear forwards; animation: loading-17 1.5s linear forwards; } - .progress-bit__ring[data-percentage="17"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2283,7 +2081,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-18 1.5s linear forwards; animation: loading-18 1.5s linear forwards; } - .progress-bit__ring[data-percentage="18"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2293,7 +2090,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-19 1.5s linear forwards; animation: loading-19 1.5s linear forwards; } - .progress-bit__ring[data-percentage="19"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2303,7 +2099,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-20 1.5s linear forwards; animation: loading-20 1.5s linear forwards; } - .progress-bit__ring[data-percentage="20"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2313,7 +2108,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-21 1.5s linear forwards; animation: loading-21 1.5s linear forwards; } - .progress-bit__ring[data-percentage="21"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2323,7 +2117,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-22 1.5s linear forwards; animation: loading-22 1.5s linear forwards; } - .progress-bit__ring[data-percentage="22"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2333,7 +2126,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-23 1.5s linear forwards; animation: loading-23 1.5s linear forwards; } - .progress-bit__ring[data-percentage="23"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2343,7 +2135,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-24 1.5s linear forwards; animation: loading-24 1.5s linear forwards; } - .progress-bit__ring[data-percentage="24"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2353,7 +2144,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-25 1.5s linear forwards; animation: loading-25 1.5s linear forwards; } - .progress-bit__ring[data-percentage="25"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2363,7 +2153,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-26 1.5s linear forwards; animation: loading-26 1.5s linear forwards; } - .progress-bit__ring[data-percentage="26"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2373,7 +2162,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-27 1.5s linear forwards; animation: loading-27 1.5s linear forwards; } - .progress-bit__ring[data-percentage="27"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2383,7 +2171,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-28 1.5s linear forwards; animation: loading-28 1.5s linear forwards; } - .progress-bit__ring[data-percentage="28"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2393,7 +2180,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-29 1.5s linear forwards; animation: loading-29 1.5s linear forwards; } - .progress-bit__ring[data-percentage="29"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2403,7 +2189,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-30 1.5s linear forwards; animation: loading-30 1.5s linear forwards; } - .progress-bit__ring[data-percentage="30"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2413,7 +2198,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-31 1.5s linear forwards; animation: loading-31 1.5s linear forwards; } - .progress-bit__ring[data-percentage="31"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2423,7 +2207,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-32 1.5s linear forwards; animation: loading-32 1.5s linear forwards; } - .progress-bit__ring[data-percentage="32"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2433,7 +2216,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-33 1.5s linear forwards; animation: loading-33 1.5s linear forwards; } - .progress-bit__ring[data-percentage="33"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2443,7 +2225,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-34 1.5s linear forwards; animation: loading-34 1.5s linear forwards; } - .progress-bit__ring[data-percentage="34"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2453,7 +2234,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-35 1.5s linear forwards; animation: loading-35 1.5s linear forwards; } - .progress-bit__ring[data-percentage="35"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2463,7 +2243,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-36 1.5s linear forwards; animation: loading-36 1.5s linear forwards; } - .progress-bit__ring[data-percentage="36"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2473,7 +2252,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-37 1.5s linear forwards; animation: loading-37 1.5s linear forwards; } - .progress-bit__ring[data-percentage="37"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2483,7 +2261,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-38 1.5s linear forwards; animation: loading-38 1.5s linear forwards; } - .progress-bit__ring[data-percentage="38"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2493,7 +2270,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-39 1.5s linear forwards; animation: loading-39 1.5s linear forwards; } - .progress-bit__ring[data-percentage="39"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2503,7 +2279,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-40 1.5s linear forwards; animation: loading-40 1.5s linear forwards; } - .progress-bit__ring[data-percentage="40"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2513,7 +2288,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-41 1.5s linear forwards; animation: loading-41 1.5s linear forwards; } - .progress-bit__ring[data-percentage="41"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2523,7 +2297,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-42 1.5s linear forwards; animation: loading-42 1.5s linear forwards; } - .progress-bit__ring[data-percentage="42"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2533,7 +2306,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-43 1.5s linear forwards; animation: loading-43 1.5s linear forwards; } - .progress-bit__ring[data-percentage="43"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2543,7 +2315,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-44 1.5s linear forwards; animation: loading-44 1.5s linear forwards; } - .progress-bit__ring[data-percentage="44"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2553,7 +2324,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-45 1.5s linear forwards; animation: loading-45 1.5s linear forwards; } - .progress-bit__ring[data-percentage="45"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2563,7 +2333,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-46 1.5s linear forwards; animation: loading-46 1.5s linear forwards; } - .progress-bit__ring[data-percentage="46"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2573,7 +2342,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-47 1.5s linear forwards; animation: loading-47 1.5s linear forwards; } - .progress-bit__ring[data-percentage="47"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2583,7 +2351,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-48 1.5s linear forwards; animation: loading-48 1.5s linear forwards; } - .progress-bit__ring[data-percentage="48"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2593,7 +2360,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-49 1.5s linear forwards; animation: loading-49 1.5s linear forwards; } - .progress-bit__ring[data-percentage="49"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2603,7 +2369,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="50"] .progress-bit__left .progress-bit__disc { -webkit-animation: 0; animation: 0; @@ -2613,7 +2378,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="51"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-1 1.5s linear forwards 1.5s; animation: loading-1 1.5s linear forwards 1.5s; @@ -2623,7 +2387,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="52"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-2 1.5s linear forwards 1.5s; animation: loading-2 1.5s linear forwards 1.5s; @@ -2633,7 +2396,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="53"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-3 1.5s linear forwards 1.5s; animation: loading-3 1.5s linear forwards 1.5s; @@ -2643,7 +2405,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="54"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-4 1.5s linear forwards 1.5s; animation: loading-4 1.5s linear forwards 1.5s; @@ -2653,7 +2414,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="55"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-5 1.5s linear forwards 1.5s; animation: loading-5 1.5s linear forwards 1.5s; @@ -2663,7 +2423,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="56"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-6 1.5s linear forwards 1.5s; animation: loading-6 1.5s linear forwards 1.5s; @@ -2673,7 +2432,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="57"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-7 1.5s linear forwards 1.5s; animation: loading-7 1.5s linear forwards 1.5s; @@ -2683,7 +2441,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="58"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-8 1.5s linear forwards 1.5s; animation: loading-8 1.5s linear forwards 1.5s; @@ -2693,7 +2450,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="59"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-9 1.5s linear forwards 1.5s; animation: loading-9 1.5s linear forwards 1.5s; @@ -2703,7 +2459,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="60"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-10 1.5s linear forwards 1.5s; animation: loading-10 1.5s linear forwards 1.5s; @@ -2713,7 +2468,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="61"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-11 1.5s linear forwards 1.5s; animation: loading-11 1.5s linear forwards 1.5s; @@ -2723,7 +2477,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="62"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-12 1.5s linear forwards 1.5s; animation: loading-12 1.5s linear forwards 1.5s; @@ -2733,7 +2486,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="63"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-13 1.5s linear forwards 1.5s; animation: loading-13 1.5s linear forwards 1.5s; @@ -2743,7 +2495,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="64"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-14 1.5s linear forwards 1.5s; animation: loading-14 1.5s linear forwards 1.5s; @@ -2753,7 +2504,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="65"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-15 1.5s linear forwards 1.5s; animation: loading-15 1.5s linear forwards 1.5s; @@ -2763,7 +2513,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="66"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-16 1.5s linear forwards 1.5s; animation: loading-16 1.5s linear forwards 1.5s; @@ -2773,7 +2522,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="67"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-17 1.5s linear forwards 1.5s; animation: loading-17 1.5s linear forwards 1.5s; @@ -2783,7 +2531,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="68"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-18 1.5s linear forwards 1.5s; animation: loading-18 1.5s linear forwards 1.5s; @@ -2793,7 +2540,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="69"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-19 1.5s linear forwards 1.5s; animation: loading-19 1.5s linear forwards 1.5s; @@ -2803,7 +2549,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="70"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-20 1.5s linear forwards 1.5s; animation: loading-20 1.5s linear forwards 1.5s; @@ -2813,7 +2558,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="71"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-21 1.5s linear forwards 1.5s; animation: loading-21 1.5s linear forwards 1.5s; @@ -2823,7 +2567,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="72"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-22 1.5s linear forwards 1.5s; animation: loading-22 1.5s linear forwards 1.5s; @@ -2833,7 +2576,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="73"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-23 1.5s linear forwards 1.5s; animation: loading-23 1.5s linear forwards 1.5s; @@ -2843,7 +2585,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="74"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-24 1.5s linear forwards 1.5s; animation: loading-24 1.5s linear forwards 1.5s; @@ -2853,7 +2594,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="75"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-25 1.5s linear forwards 1.5s; animation: loading-25 1.5s linear forwards 1.5s; @@ -2863,7 +2603,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="76"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-26 1.5s linear forwards 1.5s; animation: loading-26 1.5s linear forwards 1.5s; @@ -2873,7 +2612,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="77"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-27 1.5s linear forwards 1.5s; animation: loading-27 1.5s linear forwards 1.5s; @@ -2883,7 +2621,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="78"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-28 1.5s linear forwards 1.5s; animation: loading-28 1.5s linear forwards 1.5s; @@ -2893,7 +2630,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="79"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-29 1.5s linear forwards 1.5s; animation: loading-29 1.5s linear forwards 1.5s; @@ -2903,7 +2639,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="80"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-30 1.5s linear forwards 1.5s; animation: loading-30 1.5s linear forwards 1.5s; @@ -2913,7 +2648,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="81"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-31 1.5s linear forwards 1.5s; animation: loading-31 1.5s linear forwards 1.5s; @@ -2923,7 +2657,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="82"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-32 1.5s linear forwards 1.5s; animation: loading-32 1.5s linear forwards 1.5s; @@ -2933,7 +2666,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="83"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-33 1.5s linear forwards 1.5s; animation: loading-33 1.5s linear forwards 1.5s; @@ -2943,7 +2675,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="84"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-34 1.5s linear forwards 1.5s; animation: loading-34 1.5s linear forwards 1.5s; @@ -2953,7 +2684,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="85"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-35 1.5s linear forwards 1.5s; animation: loading-35 1.5s linear forwards 1.5s; @@ -2963,7 +2693,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="86"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-36 1.5s linear forwards 1.5s; animation: loading-36 1.5s linear forwards 1.5s; @@ -2973,7 +2702,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="87"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-37 1.5s linear forwards 1.5s; animation: loading-37 1.5s linear forwards 1.5s; @@ -2983,7 +2711,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="88"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-38 1.5s linear forwards 1.5s; animation: loading-38 1.5s linear forwards 1.5s; @@ -2993,7 +2720,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="89"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-39 1.5s linear forwards 1.5s; animation: loading-39 1.5s linear forwards 1.5s; @@ -3003,7 +2729,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="90"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-40 1.5s linear forwards 1.5s; animation: loading-40 1.5s linear forwards 1.5s; @@ -3013,7 +2738,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="91"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-41 1.5s linear forwards 1.5s; animation: loading-41 1.5s linear forwards 1.5s; @@ -3023,7 +2747,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="92"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-42 1.5s linear forwards 1.5s; animation: loading-42 1.5s linear forwards 1.5s; @@ -3033,7 +2756,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="93"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-43 1.5s linear forwards 1.5s; animation: loading-43 1.5s linear forwards 1.5s; @@ -3043,7 +2765,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="94"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-44 1.5s linear forwards 1.5s; animation: loading-44 1.5s linear forwards 1.5s; @@ -3053,7 +2774,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="95"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-45 1.5s linear forwards 1.5s; animation: loading-45 1.5s linear forwards 1.5s; @@ -3063,7 +2783,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="96"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-46 1.5s linear forwards 1.5s; animation: loading-46 1.5s linear forwards 1.5s; @@ -3073,7 +2792,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="97"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-47 1.5s linear forwards 1.5s; animation: loading-47 1.5s linear forwards 1.5s; @@ -3083,7 +2801,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="98"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-48 1.5s linear forwards 1.5s; animation: loading-48 1.5s linear forwards 1.5s; @@ -3093,7 +2810,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="99"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-49 1.5s linear forwards 1.5s; animation: loading-49 1.5s linear forwards 1.5s; @@ -3103,19 +2819,16 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .progress-bit__ring[data-percentage="100"] .progress-bit__left .progress-bit__disc { -webkit-animation: loading-50 1.5s linear forwards 1.5s; animation: loading-50 1.5s linear forwards 1.5s; } @-webkit-keyframes loading-1 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(3.6deg); transform: rotate(3.6deg); @@ -3123,1203 +2836,1002 @@ Due to the split circle of progress-left and progress right, we must use the ani } @keyframes loading-1 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(3.6deg); transform: rotate(3.6deg); } } @-webkit-keyframes loading-2 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(7.2deg); transform: rotate(7.2deg); } } @keyframes loading-2 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(7.2deg); transform: rotate(7.2deg); } } @-webkit-keyframes loading-3 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(10.8deg); transform: rotate(10.8deg); } } @keyframes loading-3 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(10.8deg); transform: rotate(10.8deg); } } @-webkit-keyframes loading-4 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(14.4deg); transform: rotate(14.4deg); } } @keyframes loading-4 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(14.4deg); transform: rotate(14.4deg); } } @-webkit-keyframes loading-5 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(18deg); transform: rotate(18deg); } } @keyframes loading-5 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(18deg); transform: rotate(18deg); } } @-webkit-keyframes loading-6 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(21.6deg); transform: rotate(21.6deg); } } @keyframes loading-6 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(21.6deg); transform: rotate(21.6deg); } } @-webkit-keyframes loading-7 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(25.2deg); transform: rotate(25.2deg); } } @keyframes loading-7 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(25.2deg); transform: rotate(25.2deg); } } @-webkit-keyframes loading-8 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(28.8deg); transform: rotate(28.8deg); } } @keyframes loading-8 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(28.8deg); transform: rotate(28.8deg); } } @-webkit-keyframes loading-9 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(32.4deg); transform: rotate(32.4deg); } } @keyframes loading-9 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(32.4deg); transform: rotate(32.4deg); } } @-webkit-keyframes loading-10 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(36deg); transform: rotate(36deg); } } @keyframes loading-10 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(36deg); transform: rotate(36deg); } } @-webkit-keyframes loading-11 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(39.6deg); transform: rotate(39.6deg); } } @keyframes loading-11 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(39.6deg); transform: rotate(39.6deg); } } @-webkit-keyframes loading-12 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(43.2deg); transform: rotate(43.2deg); } } @keyframes loading-12 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(43.2deg); transform: rotate(43.2deg); } } @-webkit-keyframes loading-13 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(46.8deg); transform: rotate(46.8deg); } } @keyframes loading-13 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(46.8deg); transform: rotate(46.8deg); } } @-webkit-keyframes loading-14 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(50.4deg); transform: rotate(50.4deg); } } @keyframes loading-14 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(50.4deg); transform: rotate(50.4deg); } } @-webkit-keyframes loading-15 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(54deg); transform: rotate(54deg); } } @keyframes loading-15 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(54deg); transform: rotate(54deg); } } @-webkit-keyframes loading-16 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(57.6deg); transform: rotate(57.6deg); } } @keyframes loading-16 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(57.6deg); transform: rotate(57.6deg); } } @-webkit-keyframes loading-17 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(61.2deg); transform: rotate(61.2deg); } } @keyframes loading-17 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(61.2deg); transform: rotate(61.2deg); } } @-webkit-keyframes loading-18 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(64.8deg); transform: rotate(64.8deg); } } @keyframes loading-18 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(64.8deg); transform: rotate(64.8deg); } } @-webkit-keyframes loading-19 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(68.4deg); transform: rotate(68.4deg); } } @keyframes loading-19 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(68.4deg); transform: rotate(68.4deg); } } @-webkit-keyframes loading-20 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(72deg); transform: rotate(72deg); } } @keyframes loading-20 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(72deg); transform: rotate(72deg); } } @-webkit-keyframes loading-21 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(75.6deg); transform: rotate(75.6deg); } } @keyframes loading-21 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(75.6deg); transform: rotate(75.6deg); } } @-webkit-keyframes loading-22 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(79.2deg); transform: rotate(79.2deg); } } @keyframes loading-22 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(79.2deg); transform: rotate(79.2deg); } } @-webkit-keyframes loading-23 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(82.8deg); transform: rotate(82.8deg); } } @keyframes loading-23 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(82.8deg); transform: rotate(82.8deg); } } @-webkit-keyframes loading-24 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(86.4deg); transform: rotate(86.4deg); } } @keyframes loading-24 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(86.4deg); transform: rotate(86.4deg); } } @-webkit-keyframes loading-25 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(90deg); transform: rotate(90deg); } } @keyframes loading-25 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(90deg); transform: rotate(90deg); } } @-webkit-keyframes loading-26 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(93.6deg); transform: rotate(93.6deg); } } @keyframes loading-26 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(93.6deg); transform: rotate(93.6deg); } } @-webkit-keyframes loading-27 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(97.2deg); transform: rotate(97.2deg); } } @keyframes loading-27 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(97.2deg); transform: rotate(97.2deg); } } @-webkit-keyframes loading-28 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(100.8deg); transform: rotate(100.8deg); } } @keyframes loading-28 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(100.8deg); transform: rotate(100.8deg); } } @-webkit-keyframes loading-29 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(104.4deg); transform: rotate(104.4deg); } } @keyframes loading-29 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(104.4deg); transform: rotate(104.4deg); } } @-webkit-keyframes loading-30 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(108deg); transform: rotate(108deg); } } @keyframes loading-30 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(108deg); transform: rotate(108deg); } } @-webkit-keyframes loading-31 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(111.6deg); transform: rotate(111.6deg); } } @keyframes loading-31 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(111.6deg); transform: rotate(111.6deg); } } @-webkit-keyframes loading-32 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(115.2deg); transform: rotate(115.2deg); } } @keyframes loading-32 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(115.2deg); transform: rotate(115.2deg); } } @-webkit-keyframes loading-33 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(118.8deg); transform: rotate(118.8deg); } } @keyframes loading-33 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(118.8deg); transform: rotate(118.8deg); } } @-webkit-keyframes loading-34 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(122.4deg); transform: rotate(122.4deg); } } @keyframes loading-34 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(122.4deg); transform: rotate(122.4deg); } } @-webkit-keyframes loading-35 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(126deg); transform: rotate(126deg); } } @keyframes loading-35 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(126deg); transform: rotate(126deg); } } @-webkit-keyframes loading-36 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(129.6deg); transform: rotate(129.6deg); } } @keyframes loading-36 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(129.6deg); transform: rotate(129.6deg); } } @-webkit-keyframes loading-37 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(133.2deg); transform: rotate(133.2deg); } } @keyframes loading-37 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(133.2deg); transform: rotate(133.2deg); } } @-webkit-keyframes loading-38 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(136.8deg); transform: rotate(136.8deg); } } @keyframes loading-38 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(136.8deg); transform: rotate(136.8deg); } } @-webkit-keyframes loading-39 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(140.4deg); transform: rotate(140.4deg); } } @keyframes loading-39 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(140.4deg); transform: rotate(140.4deg); } } @-webkit-keyframes loading-40 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(144deg); transform: rotate(144deg); } } @keyframes loading-40 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(144deg); transform: rotate(144deg); } } @-webkit-keyframes loading-41 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(147.6deg); transform: rotate(147.6deg); } } @keyframes loading-41 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(147.6deg); transform: rotate(147.6deg); } } @-webkit-keyframes loading-42 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(151.2deg); transform: rotate(151.2deg); } } @keyframes loading-42 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(151.2deg); transform: rotate(151.2deg); } } @-webkit-keyframes loading-43 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(154.8deg); transform: rotate(154.8deg); } } @keyframes loading-43 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(154.8deg); transform: rotate(154.8deg); } } @-webkit-keyframes loading-44 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(158.4deg); transform: rotate(158.4deg); } } @keyframes loading-44 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(158.4deg); transform: rotate(158.4deg); } } @-webkit-keyframes loading-45 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(162deg); transform: rotate(162deg); } } @keyframes loading-45 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(162deg); transform: rotate(162deg); } } @-webkit-keyframes loading-46 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(165.6deg); transform: rotate(165.6deg); } } @keyframes loading-46 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(165.6deg); transform: rotate(165.6deg); } } @-webkit-keyframes loading-47 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(169.2deg); transform: rotate(169.2deg); } } @keyframes loading-47 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(169.2deg); transform: rotate(169.2deg); } } @-webkit-keyframes loading-48 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(172.8deg); transform: rotate(172.8deg); } } @keyframes loading-48 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(172.8deg); transform: rotate(172.8deg); } } @-webkit-keyframes loading-49 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(176.4deg); transform: rotate(176.4deg); } } @keyframes loading-49 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(176.4deg); transform: rotate(176.4deg); } } @-webkit-keyframes loading-50 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(180deg); transform: rotate(180deg); } } @keyframes loading-50 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(180deg); transform: rotate(180deg); } } - /** bb learndash activity widget */ .bb-lms-progress-wrap--ld-activity { position: relative; } - .bb-lms-progress-wrap--ld-activity .bb-progress .bb-progress-circle { border-width: 3px; } - .bb-lms-progress-wrap--ld-activity .bb-progress__value { position: absolute; top: 50%; @@ -4330,22 +3842,18 @@ Due to the split circle of progress-left and progress right, we must use the ani font-size: 11px; color: #fff; } - .bb-lms-progress-wrap--ld-activity .bb-progress { width: 36px; height: 36px; line-height: 36px; } - -.bb-lms-progress-wrap--ld-activity .bb-progress::after { +.bb-lms-progress-wrap--ld-activity .bb-progress:after { border: 3px solid #dedfe2; } - .bb-lms-progress-wrap--ld-activity .bb-progress .bb-progress-left .bb-progress-circle { border-top-right-radius: 18px; border-bottom-right-radius: 18px; } - .bb-lms-progress-wrap--ld-activity .bb-progress .bb-progress-right .bb-progress-circle { left: -100%; border-top-left-radius: 18px; @@ -4359,8 +3867,7 @@ Due to the split circle of progress-left and progress right, we must use the ani .bb-la-composer.bb-la--isslick.bb-la__overlap { margin-right: 10px; } - -.bb-la-composer.bb-la--isslick.bb-la__overlap::after { +.bb-la-composer.bb-la--isslick.bb-la__overlap:after { content: ""; position: absolute; top: 4%; @@ -4374,12 +3881,10 @@ Due to the split circle of progress-left and progress right, we must use the ani opacity: 0.6; } @media (max-width: 544px) { - .bb-la-composer.bb-la--isslick.bb-la__overlap { margin-right: 0; } - - .bb-la-composer.bb-la--isslick.bb-la__overlap::after { + .bb-la-composer.bb-la--isslick.bb-la__overlap:after { display: none; } } @@ -4389,18 +3894,15 @@ Due to the split circle of progress-left and progress right, we must use the ani } @media (min-width: 768px) { - .elementor-widget-ld-activity, .elementor-widget-ld-activity .elementor-widget-container, .bb-ldactivity { height: 100%; } - .elementor-column[data-col="100"] .elementor-widget-ld-activity, .elementor-col-100 .elementor-widget-ld-activity, .elementor-column[data-col="100"] .elementor-widget-ld-activity .elementor-widget-container, .elementor-col-100 .elementor-widget-ld-activity .elementor-widget-container, .elementor-column[data-col="100"] .bb-ldactivity, .elementor-col-100 .bb-ldactivity { height: auto; } } - .bb-la.bb-la-composer, .bb-la-slide, .bb-la-block { @@ -4425,7 +3927,6 @@ Due to the split circle of progress-left and progress right, we must use the ani text-align: left; } @media screen and (max-width: 540px) { - .dots--align-left .bb-ldactivity ul.slick-dots { text-align: center; } @@ -4435,7 +3936,6 @@ Due to the split circle of progress-left and progress right, we must use the ani text-align: right; } @media screen and (max-width: 540px) { - .dots--align-right .bb-ldactivity ul.slick-dots { text-align: center; } @@ -4444,14 +3944,12 @@ Due to the split circle of progress-left and progress right, we must use the ani .bb-ldactivity .slick-dotted .bb-la__body { padding: 20px 15px 35px; } - .bb-ldactivity .bb-la__body { padding: 20px 15px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } - .bb-ldactivity ul.slick-dots { left: -webkit-calc(50% + 30px); left: calc(50% + 30px); @@ -4459,23 +3957,18 @@ Due to the split circle of progress-left and progress right, we must use the ani text-align: left; margin-right: 40px; } - .bb-ldactivity ul.slick-dots li:first-child button { border-radius: 10px 0 0 10px; } - .bb-ldactivity ul.slick-dots li:last-child button { border-radius: 0 10px 10px 0; } - .bb-ldactivity ul.slick-dots li.slick-active button { background-color: var(--bb-primary-color); } - .bb-ldactivity ul.slick-dots li:not(.slick-active) button { background-color: #eef0f3; } - .bb-ldactivity ul.slick-dots button { font-size: 0; padding: 1px 0; @@ -4483,7 +3976,6 @@ Due to the split circle of progress-left and progress right, we must use the ani width: 30px; } @media screen and (max-width: 540px) { - .bb-ldactivity ul.slick-dots { margin: 0 auto; left: 0; @@ -4491,12 +3983,10 @@ Due to the split circle of progress-left and progress right, we must use the ani text-align: center; } } - .bb-ldactivity .bb-la__thumb { height: 100%; } - -.bb-ldactivity .bb-la__media::after { +.bb-ldactivity .bb-la__media:after { content: ""; display: inline-block; width: 100%; @@ -4508,12 +3998,10 @@ Due to the split circle of progress-left and progress right, we must use the ani border-radius: 8px 0 0 8px; } @media (max-width: 544px) { - - .bb-ldactivity .bb-la__media::after { + .bb-ldactivity .bb-la__media:after { border-radius: 8px 8px 0 0; } } - .bb-ldactivity .thumbnail-container { position: relative; overflow: hidden; @@ -4523,7 +4011,6 @@ Due to the split circle of progress-left and progress right, we must use the ani z-index: 3; padding-bottom: 56.25%; } - .bb-ldactivity .thumbnail-container img { position: absolute; top: 0; @@ -4570,7 +4057,6 @@ Due to the split circle of progress-left and progress right, we must use the ani position: relative; } @media (max-width: 544px) { - .bb-la__media { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -4582,14 +4068,12 @@ Due to the split circle of progress-left and progress right, we must use the ani .bb-la-block { position: relative; } - .bb-la-block .bb-la__progress { position: absolute; top: 20px; z-index: 10; } @media (max-width: 544px) { - .bb-la-block { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -4637,7 +4121,6 @@ Due to the split circle of progress-left and progress right, we must use the ani display: flex; margin-bottom: 10px; } - .bb-la__link a { display: inline-block; font-size: 14px; @@ -4662,21 +4145,18 @@ Due to the split circle of progress-left and progress right, we must use the ani .bb-la .slick-arrow { background-color: #fff; } - .bb-la .slick-arrow i { color: var(--bb-primary-color); } - .bb-la .slick-arrow.bb-slide-next { right: -21px; } - .bb-la .slick-arrow.bb-slide-prev { left: -21px; } -.bb-la__notooltip [data-balloon]::after, -.bb-la__notooltip [data-balloon]::before { +.bb-la__notooltip [data-balloon]:after, +.bb-la__notooltip [data-balloon]:before { display: none; } @@ -4684,7 +4164,6 @@ Due to the split circle of progress-left and progress right, we must use the ani text-align: right; right: 0; } - .elementor-cta--la-my-align-right .bb-la-activity-btn.bb-la-activity-btn--isslick { right: 8px; } @@ -4706,18 +4185,15 @@ Due to the split circle of progress-left and progress right, we must use the ani } @media (max-width: 768px) { - .bb-ldactivity--ismy { margin-top: 50px; } } - .bb-la-activity-btn { text-align: right; position: absolute; top: -50px; } - .bb-la-activity-btn a.bb-la-activity-btn__link { font-size: 13px; display: inline-block; @@ -4727,11 +4203,9 @@ Due to the split circle of progress-left and progress right, we must use the ani border: 1px solid #9ea8b2; cursor: pointer; } - .bb-la-activity-btn a.bb-la-activity-btn__link:hover { color: var(--bb-primary-color); } - .bb-la-activity-btn a.bb-la-activity-btn__link i { font-size: 20px; position: relative; @@ -4743,7 +4217,6 @@ body.rtl .bb-ldactivity .slick-arrow.bb-slide-next { left: -21px !important; right: unset !important; } - body.rtl .bb-la-activity-btn__link { display: -webkit-box; display: -ms-flexbox; @@ -4751,7 +4224,6 @@ body.rtl .bb-la-activity-btn__link { -ms-flex-flow: row-reverse; flex-flow: row-reverse; } - body.rtl .bb-la-activity-btn__link i { -webkit-transform: scaleX(-1); -ms-transform: scaleX(-1); @@ -4760,13 +4232,11 @@ body.rtl .bb-la-activity-btn__link i { /** Content Animation **/ @-webkit-keyframes fade-in-ld-slide { - 0% { opacity: 0; -webkit-transform: translateY(100px); transform: translateY(100px); } - 100% { opacity: 1; -webkit-transform: none; @@ -4774,13 +4244,11 @@ body.rtl .bb-la-activity-btn__link i { } } @keyframes fade-in-ld-slide { - 0% { opacity: 0; -webkit-transform: translateY(100px); transform: translateY(100px); } - 100% { opacity: 1; -webkit-transform: none; @@ -4788,20 +4256,17 @@ body.rtl .bb-la-activity-btn__link i { } } @keyframes fade-in-ld-slide { - 0% { opacity: 0; -webkit-transform: translateY(100px); transform: translateY(100px); } - 100% { opacity: 1; -webkit-transform: none; transform: none; } } - .fade-in-ld-slide { -webkit-animation-name: fade-in-ld-slide; animation-name: fade-in-ld-slide; @@ -4817,10 +4282,8 @@ body.rtl .bb-la-activity-btn__link i { } /* Animation End **/ - /* Fix for floating buttons in "Learndash Activity" */ @media (min-width: 768px) { - .elementor-max-50 .elementor-heading-title { max-width: 50%; } @@ -4833,55 +4296,45 @@ body.rtl .bb-la-activity-btn__link i { padding-top: 0; } } - /** ld courses widget */ .learndash-course-list--elementor .grid-box-solid .bb-course-items .bb-cover-list-item { border-style: solid; } - .learndash-course-list--elementor .grid-box-dotted .bb-course-items .bb-cover-list-item { border-style: dotted; } - .learndash-course-list--elementor .grid-box-dashed .bb-course-items .bb-cover-list-item { border-style: dashed; } - .learndash-course-list--elementor .grid-box-double .bb-course-items .bb-cover-list-item { border-style: double; } - .learndash-course-list--elementor .grid-box-none .bb-course-items .bb-cover-list-item { border-style: none; } - .learndash-course-list--elementor .columns-1 .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } - .learndash-course-list--elementor .columns-2 .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; } @media screen and (max-width: 480px) { - .learndash-course-list--elementor .columns-2 .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } } - .learndash-course-list--elementor .columns-3 .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 33.333%; flex: 0 0 33.333%; } @media screen and (max-width: 820px) { - .learndash-course-list--elementor .columns-3 .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -4889,14 +4342,12 @@ body.rtl .bb-la-activity-btn__link i { } } @media screen and (max-width: 480px) { - .learndash-course-list--elementor .columns-3 .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } } - .learndash-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap, .learndash-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; @@ -4904,7 +4355,6 @@ body.rtl .bb-la-activity-btn__link i { flex: 0 0 25%; } @media screen and (max-width: 1200px) { - .learndash-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap, .learndash-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; @@ -4913,7 +4363,6 @@ body.rtl .bb-la-activity-btn__link i { } } @media screen and (max-width: 820px) { - .learndash-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap, .learndash-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; @@ -4922,7 +4371,6 @@ body.rtl .bb-la-activity-btn__link i { } } @media screen and (max-width: 480px) { - .learndash-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap, .learndash-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; @@ -4930,43 +4378,33 @@ body.rtl .bb-la-activity-btn__link i { flex: 0 0 100%; } } - .learndash-course-list--elementor .course-dir-list--hidestatus .bb-cover-list-item .ld-status { display: none; } - .learndash-course-list--elementor .course-dir-list--hidemedia .bb-course-items .bb-course-cover .bb-cover-wrap img { display: none; } - .learndash-course-list--elementor.noMeta .bb-course-meta { display: none; } - .learndash-course-list--elementor.noExcerpt .bb-course-excerpt { display: none; } - .learndash-course-list--elementor.noPrice .bb-course-footer.bb-course-pay { display: none; } - .learndash-course-list--elementor.noProgress .course-progress-wrap { display: none; } - .learndash-course-list--elementor.noTitle .bb-courses-header > .bb-title { display: none; } - .learndash-course-list--elementor.noSearch .bb-courses-header > #courses-dir-search { display: none; } - .learndash-course-list--elementor.noCourseNavigation.learndash-course-list .courses-type-navs { display: none; } - .learndash-course-list--elementor.noPagination .course-dir-list .bb-lms-pagination { display: none; } @@ -4978,34 +4416,28 @@ body.rtl .bb-la-activity-btn__link i { .learndash-course-list--cover .bb-courses-directory .grid-filters { display: none; } - .learndash-course-list--cover .bb-courses-directory .sfwd-courses-filters .select-wrap:last-of-type select { margin-right: 0; } - .learndash-course-list--cover.learndash-course-list--featured .bb-course-items.grid-view .bb-course-item-wrap:nth-child(1), .learndash-course-list--cover.learndash-course-list--featured .bb-course-items.grid-view .bb-course-item-wrap:nth-child(2) { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; } - .learndash-course-list--cover .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; } - .learndash-course-list--cover .bb-course-items.list-view, .learndash-course-list--cover .bb-course-items.list-view.hide { display: none !important; } - .learndash-course-list--cover .bb-course-items .bb-cover-wrap { position: relative; } - -.learndash-course-list--cover .bb-course-items .bb-cover-wrap::after { +.learndash-course-list--cover .bb-course-items .bb-cover-wrap:after { content: ""; display: inline-block; position: absolute; @@ -5014,26 +4446,21 @@ body.rtl .bb-la-activity-btn__link i { background-color: rgba(0, 0, 0, 0.3); background-image: none; } - .learndash-course-list--cover .bb-cover-list-item { position: relative; } - .learndash-course-list--cover .bb-course-items .bb-cover-list-item.bb-course-paid { padding-bottom: 0; } - .learndash-course-list--cover .bb-course-items .bb-cover-wrap { border-radius: 4px; } - .learndash-course-list--cover .bb-course-cover { position: absolute; z-index: 9; height: 100%; width: 100%; } - .learndash-course-list--cover .bb-card-course-details { position: relative; z-index: 15; @@ -5046,62 +4473,51 @@ body.rtl .bb-la-activity-btn__link i { flex-direction: column; height: 100%; } - .learndash-course-list--cover .bb-card-course-details .course-lesson-count { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } - .learndash-course-list--cover .bb-card-course-details .bb-course-title { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } - .learndash-course-list--cover .bb-card-course-details .bb-course-excerpt { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; } - .learndash-course-list--cover .bb-card-course-details .course-progress-wrap { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; } - .learndash-course-list--cover .bb-card-course-details .bb-course-meta { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; } - .learndash-course-list--cover .bb-card-course-details .bb-course-footer { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; display: none; } - .learndash-course-list--cover .bb-course-items .bb-cover-wrap { height: 100%; padding-top: 0; } - .learndash-course-list--cover .bb-cover-list-item .ld-status, .learndash-course-list--cover .course-lesson-count { display: none; } - .learndash-course-list--cover .bb-course-title a { color: #fff; } - .learndash-course-list--cover .bb-course-items .bb-course-excerpt { color: #fff; } - .learndash-course-list--cover .bb-course-meta strong a { color: #fff; } @@ -5166,7 +4582,6 @@ body.rtl .bb-la-activity-btn__link i { display: inline-block; text-align: center; } - .learndash-course-list--elementor .bb-lms-pagination.noPrevNext a.next, .learndash-course-list--elementor .bb-lms-pagination.noPrevNext a.prev { display: none; @@ -5178,22 +4593,18 @@ body.rtl .bb-la-activity-btn__link i { } @media screen and (max-width: 767px) { - .elementor div.elementor-element .elementor-widget-ld-activity .bb-la .slick-arrow.bb-slide-next { right: 2px; margin-top: 20px; } - .elementor div.elementor-element .elementor-widget-ld-activity .bb-la .slick-arrow.bb-slide-prev { left: 2px; margin-top: 20px; } - .elementor div.elementor-element .elementor-widget-ld-activity .bb-la-slide .bb-la__body { padding: 40px 50px; } } - /** bb tabs widget */ .tabs-wrapper { -webkit-box-orient: vertical; @@ -5201,7 +4612,6 @@ body.rtl .bb-la-activity-btn__link i { -ms-flex-direction: column; flex-direction: column; } - .tabs-wrapper.tabs-wrapper--style1.bb-is-dotted { padding-bottom: 30px; } @@ -5218,7 +4628,6 @@ body.rtl .bb-la-activity-btn__link i { .bb-tabs__run ul.slick-dots { bottom: -30px; } - .bb-tabs__run ul.slick-dots button { font-size: 0; background-color: var(--bb-alternate-text-color); @@ -5226,40 +4635,32 @@ body.rtl .bb-la-activity-btn__link i { padding: 1px 30px; border: 0; } - .bb-tabs__run ul.slick-dots .slick-active button { background-color: var(--bb-primary-color); border-radius: 3px; } - .bb-tabs__run ul.slick-dots li:first-child button { border-radius: 3px 0 0 3px; } - .bb-tabs__run ul.slick-dots li:last-child button { border-radius: 0 3px 3px 0; } - .bb-tabs__run .slick-arrow.bb-slide-prev { left: -15px; -webkit-transform: none; -ms-transform: none; transform: none; } - .bb-tabs__run .slick-arrow.bb-slide-next { right: -15px; } - .bb-tabs__run .slick-arrow:hover { background-color: var(--bb-primary-color); } - .bb-tabs__run .slick-arrow i { font-size: 14px; } - -.bb-tabs__run .slick-arrow i::before { +.bb-tabs__run .slick-arrow i:before { position: relative; top: 1px; } @@ -5268,7 +4669,6 @@ body.rtl .bb-tabs__run .slick-arrow.bb-slide-prev { right: 10px !important; left: unset !important; } - body.rtl .bb-tabs__run .slick-arrow.bb-slide-next { left: -15px !important; right: unset !important; @@ -5292,7 +4692,6 @@ body.rtl .bb-tabs__run .slick-arrow.bb-slide-next { height: 100%; z-index: 3; } - .bb-tabs__image .media-container img { position: absolute; top: 0; @@ -5332,7 +4731,6 @@ body.rtl .bb-tabs__run .slick-arrow.bb-slide-next { flex-direction: row-reverse; } @media (max-width: 800px) { - .elementor-cta--meadia-align-left .tabs-wrapper--style1 .bb-tabs__block { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -5348,7 +4746,6 @@ body.rtl .bb-tabs__run .slick-arrow.bb-slide-next { flex-direction: row; } @media (max-width: 800px) { - .elementor-cta--meadia-align-right .tabs-wrapper--style1 .bb-tabs__block { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -5360,12 +4757,10 @@ body.rtl .bb-tabs__run .slick-arrow.bb-slide-next { .tabs-wrapper--style1 .bb-tabs__nav-item { margin: 0 10px; } - .tabs-wrapper--style1 .bb-tabs__nav-index, .tabs-wrapper--style1 .bb-tabs__subtitle { display: none; } - .tabs-wrapper--style1 .bb-tabs__nav .slick-track { width: 100% !important; display: -webkit-box !important; @@ -5380,27 +4775,22 @@ body.rtl .bb-tabs__run .slick-arrow.bb-slide-next { -ms-transform: none !important; transform: none !important; } - .tabs-wrapper--style1 .bb-tabs__nav { margin: 0 0 40px; } - .tabs-wrapper--style1 .bb-tabs__nav .slick-slide { float: none; margin-bottom: 10px; } - .tabs-wrapper--style1 .bb-tabs__nav .bb-tabs__nav-title { display: inline-block; padding: 5px 20px; cursor: pointer; } - .tabs-wrapper--style1 .bb-tabs__nav.bb-tabs__active-outline .slick-current .bb-tabs__nav-title { border: 1px solid var(--bb-primary-color); border-radius: 30px; } - .tabs-wrapper--style1 .bb-tabs__nav.bb-tabs__active-underline .slick-current .bb-tabs__nav-title { border-left-width: 0 !important; border-top-width: 0 !important; @@ -5408,30 +4798,25 @@ body.rtl .bb-tabs__run .slick-arrow.bb-slide-next { border-bottom: 1px solid var(--bb-primary-color); border-radius: 0; } - .tabs-wrapper--style1 .bb-tabs__block { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } - .tabs-wrapper--style1 .bb-tabs__body { background-color: #f6f8fa; padding: 50px 40px; width: 100%; } - .tabs-wrapper--style1 .bb-tabs__ismedia .bb-tabs__body { margin-right: 2%; } - .tabs-wrapper--style1 .bb-tabs__ismedia .bb-tabs__image { -webkit-box-flex: 0; -ms-flex: 0 0 49%; flex: 0 0 49%; } @media (max-width: 800px) { - .tabs-wrapper--style1 .bb-tabs__ismedia .bb-tabs__image { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -5439,7 +4824,6 @@ body.rtl .bb-tabs__run .slick-arrow.bb-slide-next { max-width: 100%; } } - .tabs-wrapper--style1 a.bb-tabs__link { background-color: var(--bb-primary-color); color: #fff; @@ -5488,7 +4872,6 @@ body.rtl .bb-tabs__run .slick-arrow.bb-slide-next { flex-direction: row-reverse; } @media (max-width: 800px) { - .elementor-cta--meadia-align-left .tabs-wrapper--style2 .bb-tabs__block { /* stylelint-disable declaration-block-no-shorthand-property-overrides */ -webkit-box-orient: vertical; @@ -5508,7 +4891,6 @@ body.rtl .bb-tabs__run .slick-arrow.bb-slide-next { flex-direction: row; } @media (max-width: 800px) { - .elementor-cta--meadia-align-right .tabs-wrapper--style2 .bb-tabs__block { /* stylelint-disable declaration-block-no-shorthand-property-overrides */ -webkit-box-orient: vertical; @@ -5548,26 +4930,21 @@ body.rtl .bb-tabs__run .slick-arrow.bb-slide-next { -ms-flex-align: center; align-items: center; } - .tabs-wrapper--style2 .bb-tabs__nav { -webkit-box-flex: 0; -ms-flex: 0 0 50px; flex: 0 0 50px; max-width: 50px; } - .tabs-wrapper--style2 .bb-tabs__nav .slick-track { width: 100% !important; } - .tabs-wrapper--style2 .bb-tabs__nav .slick-slide { float: none; } - .tabs-wrapper--style2 .bb-tabs__nav-item { text-align: center; } - .tabs-wrapper--style2 .bb-tabs__run { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 50px); @@ -5576,11 +4953,9 @@ body.rtl .bb-tabs__run .slick-arrow.bb-slide-next { max-width: -webkit-calc(100% - 50px); max-width: calc(100% - 50px); } - .tabs-wrapper--style2 .bb-tabs__nav-item { margin: 10px 0; } - .tabs-wrapper--style2 .bb-tabs__nav-index { display: inline-block; width: 28px; @@ -5591,15 +4966,12 @@ body.rtl .bb-tabs__run .slick-arrow.bb-slide-next { text-align: center; cursor: pointer; } - .tabs-wrapper--style2 .slick-current .bb-tabs__nav-index { border: 1px solid var(--bb-primary-color); } - .tabs-wrapper--style2 .bb-tabs__nav-title { display: none; } - .tabs-wrapper--style2 .bb-tabs__block { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; @@ -5609,19 +4981,16 @@ body.rtl .bb-tabs__run .slick-arrow.bb-slide-next { -ms-flex-align: center; align-items: center; } - .tabs-wrapper--style2 .bb-tabs__body { padding: 40px; width: 100%; } - .tabs-wrapper--style2 .bb-tabs__ismedia .bb-tabs__image { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; } @media (max-width: 800px) { - .tabs-wrapper--style2 .bb-tabs__ismedia .bb-tabs__image { -webkit-box-flex: 0 !important; -ms-flex: 0 0 100% !important; @@ -5629,12 +4998,10 @@ body.rtl .bb-tabs__run .slick-arrow.bb-slide-next { max-width: 100%; } } - .tabs-wrapper--style2 .bb-tabs__subtitle h6 { font-weight: 600; margin-bottom: 5px; } - .tabs-wrapper--style2 a.bb-tabs__link { background-color: transparent; padding: 2px 0; @@ -5648,38 +5015,31 @@ body.rtl .bb-tabs__run .slick-arrow.bb-slide-next { } @media screen and (max-width: 767px) { - .elementor div.elementor-element .elementor-widget-bb-tabs .slick-arrow.bb-slide-next { right: 5px; margin-top: 20px; } - .elementor div.elementor-element .elementor-widget-bb-tabs .slick-arrow.bb-slide-prev { left: 5px; margin-top: 20px; } } - /** bb review widget */ .bb-review__media { margin: 0 0 15px; } - .bb-review__media .bb-review__image { margin-left: auto; margin-right: auto; } - .bb-review__media .media-container { text-align: center; } - .bb-review__media.media-square .media-container { position: relative; overflow: hidden; padding-bottom: 100%; } - .bb-review__media.media-square .media-container img { position: absolute; width: 100%; @@ -5697,7 +5057,6 @@ body.rtl .bb-tabs__run .slick-arrow.bb-slide-next { height: 100%; z-index: 3; } - .bb-review__media:not(.media-video, .media-square) .media-container img { position: absolute; top: 0; @@ -5736,7 +5095,6 @@ body.rtl .bb-tabs__run .slick-arrow.bb-slide-next { max-width: 50px; margin: 0 10px 0 0; } - .bb-review__avatar img { border-radius: 100%; width: 50px; @@ -5769,7 +5127,7 @@ body.rtl .bb-tabs__run .slick-arrow.bb-slide-next { font-family: bb-icons; } -.bb-review .elementor-star-rating i::before { +.bb-review .elementor-star-rating i:before { content: "\ef32"; font-weight: 300; } @@ -5779,14 +5137,12 @@ body.rtl .bb-tabs__run .slick-arrow.bb-slide-next { font-family: bb-icons; display: inline-block; } - .bb-star-rating > span { padding: 4px; border-radius: 4px; margin: 0 3px 0 0; background-color: var(--bb-success-color); } - .bb-star-rating i { display: inline-block; position: relative; @@ -5795,8 +5151,7 @@ body.rtl .bb-tabs__run .slick-arrow.bb-slide-next { font-size: 15px; line-height: 1; } - -.bb-star-rating i::before { +.bb-star-rating i:before { content: "\ef32"; display: block; font-size: inherit; @@ -5809,43 +5164,35 @@ body.rtl .bb-tabs__run .slick-arrow.bb-slide-next { left: 0; } -i.bb-star-blank::before { +i.bb-star-blank:before { display: none; } -.bb-star-rating .bb-star-1::before { +.bb-star-rating .bb-star-1:before { width: 10%; } - -.bb-star-rating .bb-star-2::before { +.bb-star-rating .bb-star-2:before { width: 20%; } - -.bb-star-rating .bb-star-3::before { +.bb-star-rating .bb-star-3:before { width: 30%; } - -.bb-star-rating .bb-star-4::before { +.bb-star-rating .bb-star-4:before { width: 40%; } - -.bb-star-rating .bb-star-5::before { +.bb-star-rating .bb-star-5:before { width: 50%; } - -.bb-star-rating .bb-star-6::before { +.bb-star-rating .bb-star-6:before { width: 60%; } - -.bb-star-rating .bb-star-7::before { +.bb-star-rating .bb-star-7:before { width: 70%; } - -.bb-star-rating .bb-star-8::before { +.bb-star-rating .bb-star-8:before { width: 80%; } - -.bb-star-rating .bb-star-9::before { +.bb-star-rating .bb-star-9:before { width: 90%; } @@ -5856,7 +5203,6 @@ i.bb-star-blank::before { flex-direction: row-reverse; text-align: right; } - .elementor-cta--footer-align-right .bb-review__avatar { margin-right: 0; margin-left: 10px; @@ -5885,7 +5231,6 @@ i.bb-star-blank::before { z-index: 9; cursor: pointer; } - .bb-review__image-overlay .media-ctrl { position: absolute; z-index: 15; @@ -5904,7 +5249,6 @@ i.bb-star-blank::before { align-items: center; font-weight: 600; } - .bb-review__image-overlay .media-ctrl i { font-size: 20px; line-height: 1; @@ -5934,7 +5278,6 @@ i.bb-star-blank::before { .bb-gallery__image.is-video { z-index: 9; } - .bb-gallery__image.is-video .media-container { position: relative; z-index: 9; @@ -5960,8 +5303,7 @@ i.bb-star-blank::before { display: -ms-flexbox; display: flex; } - -.bb-gallery__image.is-video:not(.is-active) .bb-gallery__play::after { +.bb-gallery__image.is-video:not(.is-active) .bb-gallery__play:after { content: ""; display: inline-block; position: relative; @@ -6028,13 +5370,10 @@ i.bb-star-blank::before { } @-webkit-keyframes fade-in-dfy { - 0% { opacity: 0; - /* transform: translateY(100px); */ } - 100% { opacity: 1; -webkit-transform: none; @@ -6043,13 +5382,10 @@ i.bb-star-blank::before { } @keyframes fade-in-dfy { - 0% { opacity: 0; - /* transform: translateY(100px); */ } - 100% { opacity: 1; -webkit-transform: none; @@ -6057,59 +5393,48 @@ i.bb-star-blank::before { } } @-webkit-keyframes slide-up-dfy { - 0% { -webkit-transform: translateY(100px); transform: translateY(100px); } - 100% { -webkit-transform: none; transform: none; } } @keyframes slide-up-dfy { - 0% { -webkit-transform: translateY(100px); transform: translateY(100px); } - 100% { -webkit-transform: none; transform: none; } } - .bb-gallery .slick-track { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; } - .bb-gallery .slick-slide { height: 500px !important; margin: 0 10px; } - .bb-gallery .bb-gallery__body { opacity: 0; width: 100%; text-align: center; } - .bb-gallery .bb-gallery__body.gallery-center { text-align: center; } - .bb-gallery .bb-gallery__body.gallery-left { text-align: left; } - .bb-gallery .bb-gallery__body.gallery-right { text-align: right; } - .bb-gallery .slick-slide.slick-current .bb-gallery__body { -webkit-animation-name: fade-in-dfy; animation-name: fade-in-dfy; @@ -6117,7 +5442,6 @@ i.bb-star-blank::before { animation-duration: 1s; opacity: 1; } - .bb-gallery .slick-slide.slick-current .bb-gallery__excerpt { -webkit-animation-name: fade-in-dfy; animation-name: fade-in-dfy; @@ -6125,25 +5449,20 @@ i.bb-star-blank::before { animation-duration: 1.5s; opacity: 1; } - .bb-gallery .media-container { background-size: cover; background-repeat: no-repeat; background-position: center center; } - .bb-gallery .slick-current .media-container--cover { background-size: cover; } - .bb-gallery .slick-current .media-container--contain { background-size: contain; } - .bb-gallery .slick-current .media-container--auto { background-size: auto; } - .bb-gallery .slick-slide > div, .bb-gallery .bb-gallery__slide, .bb-gallery .bb-gallery__block, @@ -6151,23 +5470,18 @@ i.bb-star-blank::before { .bb-gallery .media-container { height: 100%; } - .bb-gallery ul.slick-dots li { margin: 0; } - .bb-gallery ul.slick-dots li:first-child button { border-radius: 4px 0 0 4px; } - .bb-gallery ul.slick-dots li:last-child button { border-radius: 0 4px 4px 0; } - .bb-gallery ul.slick-dots li.slick-active button { background-color: var(--bb-primary-color); } - .bb-gallery ul.slick-dots li button { font-size: 0; border-radius: 0; @@ -6176,7 +5490,6 @@ i.bb-star-blank::before { } @media (max-width: 768px) { - .bb-gallery .slick-arrow.bb-slide-prev { left: 0 !important; } @@ -6185,16 +5498,13 @@ i.bb-star-blank::before { right: 0 !important; } } - body.rtl .bb-gallery .slick-arrow.bb-slide-next { right: unset !important; } @media (max-width: 768px) { - body.rtl .bb-gallery .slick-arrow.bb-slide-prev { right: 0 !important; } - body.rtl .bb-gallery .slick-arrow.bb-slide-next { left: 0 !important; } @@ -6225,19 +5535,16 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { position: relative; padding: 20px 0; } - .bb-dash-grid__block .bb-dash-grid__link { display: inline-block; height: 100%; } - .bb-dash-grid__block:hover { box-shadow: 0 3px 34px 0 rgba(18, 43, 70, 0.12); background-color: #fff; } @media (min-width: 544px) { - - .bb-dash-grid__block:hover::after { + .bb-dash-grid__block:hover:after { content: ""; display: inline-block; width: 1px; @@ -6247,8 +5554,7 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { right: 0; top: 0; } - - .bb-dash-grid__block:hover::before { + .bb-dash-grid__block:hover:before { content: ""; display: inline-block; width: 1px; @@ -6260,16 +5566,14 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { } } -.bb-dash-grid__frame .bb-dash-grid__block:first-of-type:hover::before { +.bb-dash-grid__frame .bb-dash-grid__block:first-of-type:hover:before { display: none; } - -.bb-dash-grid__frame .bb-dash-grid__block:last-of-type:hover::after { +.bb-dash-grid__frame .bb-dash-grid__block:last-of-type:hover:after { display: none; } @media (max-width: 992px) { - .bb-dash-grid__cols-5 .bb-dash-grid__block { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -6487,7 +5791,6 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { } } @media (max-width: 800px) { - .bb-dash-grid__frame { -ms-flex-flow: wrap; flex-flow: wrap; @@ -6498,24 +5801,19 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { -ms-flex: 0 0 100%; flex: 0 0 100%; } - .bb-dash-grid__cols-3 .bb-dash-grid__block.bb-dash-grid__sep { border-bottom: 1px solid var(--bb-content-border-color); } - .bb-dash-grid__cols-3 .bb-dash-grid__block.bb-dash-grid__sep:last-of-type { border-bottom: 0; } - .bb-dash-grid__cols-3 .bb-dash-grid__block .bb-dash-grid__inner.is-sep { border-right: 0; } - - .bb-dash-grid__cols-3 .bb-dash-grid__block .bb-dash-grid__block:hover::before { + .bb-dash-grid__cols-3 .bb-dash-grid__block .bb-dash-grid__block:hover:before { display: none; } - - .bb-dash-grid__cols-3 .bb-dash-grid__block .bb-dash-grid__block:hover::after { + .bb-dash-grid__cols-3 .bb-dash-grid__block .bb-dash-grid__block:hover:after { display: none; } @@ -6744,7 +6042,6 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { .bb-dash-grid__cols-4 .bb-dash-grid__block:nth-child(2) .bb-dash-grid__inner.is-sep { border-right: 0; } - .bb-dash-grid__cols-4 .bb-dash-grid__block.bb-dash-grid__sep:nth-child(1), .bb-dash-grid__cols-4 .bb-dash-grid__block.bb-dash-grid__sep:nth-child(2) { border-bottom: 1px solid var(--bb-content-border-color); } @@ -6752,29 +6049,24 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { .bb-dash-grid__cols-5 .bb-dash-grid__block.bb-dash-grid__sep { border-bottom: 1px solid var(--bb-content-border-color); } - .bb-dash-grid__cols-5 .bb-dash-grid__block.bb-dash-grid__sep:last-of-type { border-bottom: 0; } - - .bb-dash-grid__cols-5 .bb-dash-grid__block .bb-dash-grid__block:hover::before { + .bb-dash-grid__cols-5 .bb-dash-grid__block .bb-dash-grid__block:hover:before { display: none; } - - .bb-dash-grid__cols-5 .bb-dash-grid__block .bb-dash-grid__block:hover::after { + .bb-dash-grid__cols-5 .bb-dash-grid__block .bb-dash-grid__block:hover:after { display: none; } .bb-dash-grid__cols-6 .bb-dash-grid__block:nth-child(2) .bb-dash-grid__inner.is-sep, .bb-dash-grid__cols-6 .bb-dash-grid__block:nth-child(4) .bb-dash-grid__inner.is-sep, .bb-dash-grid__cols-6 .bb-dash-grid__block:nth-child(6) .bb-dash-grid__inner.is-sep { border-right: 0; } - .bb-dash-grid__cols-6 .bb-dash-grid__block.bb-dash-grid__sep:nth-child(1), .bb-dash-grid__cols-6 .bb-dash-grid__block.bb-dash-grid__sep:nth-child(2), .bb-dash-grid__cols-6 .bb-dash-grid__block.bb-dash-grid__sep:nth-child(3), .bb-dash-grid__cols-6 .bb-dash-grid__block.bb-dash-grid__sep:nth-child(4) { border-bottom: 1px solid var(--bb-content-border-color); } } @media (max-width: 544px) { - .bb-dash-grid__cols-4 .bb-dash-grid__block { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -7000,7 +6292,6 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { .bb-dash-grid__block.bb-dash-grid__sep { border-bottom: 1px solid var(--bb-content-border-color); } - .bb-dash-grid__block.bb-dash-grid__sep:last-of-type { border-bottom: 0; } @@ -7013,12 +6304,11 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { border-right: 0; } - .bb-dash-grid__block:hover::before { + .bb-dash-grid__block:hover:before { display: none; } } @media (min-width: 800px) { - .bb-dash-grid__cols-1 .bb-dash-grid__block { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -7044,7 +6334,6 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { } } @media (min-width: 992px) { - .bb-dash-grid__cols-5 .bb-dash-grid__block { -webkit-box-flex: 0; -ms-flex: 0 0 20%; @@ -7057,13 +6346,11 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { flex: 0 0 16.666%; } } - .bb-dash-grid__info { font-size: 14px; line-height: 1.4; color: var(--bb-body-text-color); } - .bb-dash-grid__info p { margin: 0; } @@ -7088,17 +6375,17 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { height: 100%; } -.bb-dash-grid__inner[data-balloon][data-balloon-pos="up"][data-balloon-visible]::after, -.bb-dash-grid__inner[data-balloon][data-balloon-pos="up"]::after { +.bb-dash-grid__inner[data-balloon][data-balloon-pos="up"][data-balloon-visible]:after, +.bb-dash-grid__inner[data-balloon][data-balloon-pos="up"]:after { width: 96%; padding: 15px; border-radius: 6px; } -.bb-dash-grid__inner[data-balloon][data-balloon-pos="up"][data-balloon-visible]::after, -.bb-dash-grid__inner[data-balloon][data-balloon-pos="up"]::after, -.bb-dash-grid__inner[data-balloon][data-balloon-pos="up"][data-balloon-visible]::before, -.bb-dash-grid__inner[data-balloon][data-balloon-pos="up"]::before { +.bb-dash-grid__inner[data-balloon][data-balloon-pos="up"][data-balloon-visible]:after, +.bb-dash-grid__inner[data-balloon][data-balloon-pos="up"]:after, +.bb-dash-grid__inner[data-balloon][data-balloon-pos="up"][data-balloon-visible]:before, +.bb-dash-grid__inner[data-balloon][data-balloon-pos="up"]:before { bottom: 100%; } @@ -7131,8 +6418,7 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { color: var(--bb-primary-color); text-align: center; } - -.bb-dash-grid__body .bb-dash-grid__ico i::before { +.bb-dash-grid__body .bb-dash-grid__ico i:before { position: relative; top: -4px; } @@ -7141,14 +6427,12 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { border-radius: 50%; margin-top: 15px; } - .bb-dash-grid__block .bb-dash-grid__image.square img { max-width: 100px; width: 100px; height: 100px; object-fit: cover; } - .bb-dash-grid__block .bb-dash-grid__image.rectangular { position: relative; overflow: hidden; @@ -7156,7 +6440,6 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { display: block; background: transparent; } - .bb-dash-grid__block .bb-dash-grid__image.rectangular img { position: absolute; top: 0; @@ -7171,7 +6454,7 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { object-fit: cover; } -.bb-dash-grid [data-balloon]::after { +.bb-dash-grid [data-balloon]:after { white-space: normal; text-align: left; width: 100%; @@ -7189,11 +6472,9 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { -ms-flex-direction: column; flex-direction: column; } - .elementor-cta--dash-grid-above .bb-dash-grid__body .bb-dash-grid__info { margin-bottom: auto; } - .elementor-cta--dash-grid-above .bb-dash-grid__body .bb-dash-grid__ico { margin-top: auto; } @@ -7207,11 +6488,9 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { -ms-flex-pack: center; justify-content: center; } - .elementor-cta--dash-grid-left .bb-dash-grid__body { text-align: left; } - .elementor-cta--dash-grid-left .bb-dash-grid__block .bb-dash-grid__image img { margin-top: 0; } @@ -7225,11 +6504,9 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { -ms-flex-pack: center; justify-content: center; } - .elementor-cta--dash-grid-right .bb-dash-grid__body { text-align: right; } - .elementor-cta--dash-grid-right .bb-dash-grid__block .bb-dash-grid__image img { margin-top: 0; } @@ -7262,11 +6539,9 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { -ms-flex-pack: center; justify-content: center; } - .elementor-cta--dash-intro-above .bb-dash__avatar { margin-bottom: 15px; } - .elementor-cta--dash-intro-above .bb-dash__intro { text-align: center; } @@ -7274,20 +6549,17 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { .elementor-cta--dash-intro-right .bb-dash__avatar { margin-left: 15px; } - .elementor-cta--dash-intro-right .bb-dash > .flex { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } - .elementor-cta--dash-intro-right .bb-dash__intro { text-align: right; } @media (max-width: 768px) { - .elementor-cta--dash-intro-left .bb-dash > .flex, .elementor-cta--dash-intro-right .bb-dash > .flex { -webkit-box-orient: vertical; @@ -7298,24 +6570,20 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { -ms-flex-pack: center; justify-content: center; } - .elementor-cta--dash-intro-left .bb-dash__avatar, .elementor-cta--dash-intro-right .bb-dash__avatar { margin-bottom: 15px; margin-right: 0 !important; } - .elementor-cta--dash-intro-left .bb-dash__intro, .elementor-cta--dash-intro-right .bb-dash__intro { text-align: center; } } - /** bb activity widget */ .elementor-widget-bbp-activity, .elementor-widget-bbp-activity .elementor-widget-container, .bb-activity { height: 100%; } - .elementor-column[data-col="100"] .elementor-widget-bbp-activity, .elementor-col-100 .elementor-widget-bbp-activity, .elementor-column[data-col="100"] .elementor-widget-bbp-activity .elementor-widget-container, .elementor-col-100 .elementor-widget-bbp-activity .elementor-widget-container, .elementor-column[data-col="100"] .bb-activity, .elementor-col-100 .bb-activity { @@ -7328,72 +6596,69 @@ body.rtl .bb-gallery .slick-arrow.bb-slide-next { background-color: #fff; position: relative; } - .bb-activity .activity-list.item-list { padding: 0; } - -.bb-activity .activity-list.item-list .activity-item .document-action-wrap .document-action_more[data-balloon][data-balloon-pos="up"]::before { +.bb-activity .activity-list.item-list .activity-item .document-action-wrap .document-action_more[data-balloon][data-balloon-pos="up"]:before { right: 0; } - -.bb-activity .activity-list.item-list .activity-item .document-action-wrap .document-action_more[data-balloon][data-balloon-pos="up"]::after { +.bb-activity .activity-list.item-list .activity-item .document-action-wrap .document-action_more[data-balloon][data-balloon-pos="up"]:after { left: -15px; } - .bb-activity .activity-update p { margin-bottom: 0; } - .bb-activity .update-item { color: var(--bb-alternate-text-color); font-size: 14px; } - .bb-activity .update-item a { color: var(--bb-headings-color); font-weight: 500; } - .bb-activity .update-item .activity-time-since { display: block; } - .bb-activity .update-item p img { max-width: 15px; vertical-align: text-bottom; margin-right: 5px; margin-left: 2px; } - .bb-activity .update-item > p { line-height: 1.5; } - .bb-activity img.avatar { border-radius: 100%; } - .bb-activity .bp-activity-head .activity-header a { - font-weight: 400; + font-weight: normal; } - .bb-activity .bp-activity-head .activity-header > p:first-of-type > a:first-of-type { font-weight: 500; } - .bb-activity .bb-activity-media-wrap { margin: 0; } - .bb-activity .activity-list .activity-item .activity-content .activity-inner { overflow: initial; } +.bb-activity .activity-list .activity-item .ac-emotions_list.active { + bottom: 20px; +} +.bb-activity .activity-list .activity-item .activity-comments .ac-emotions_list.active { + bottom: 15px; +} +body:not(.bb-is-mobile) .bb-activity .activity-list .activity-item .ac-emotions_list:hover { + bottom: 20px; +} +body:not(.bb-is-mobile) .bb-activity .activity-list .activity-item .activity-comments .ac-emotions_list:hover { + bottom: 15px; +} html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid { display: block; } - html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid > li { width: 100%; max-width: initial; @@ -7401,7 +6666,6 @@ html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid > li -ms-flex: initial; flex: initial; } - html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid > li .item-avatar img.avatar { width: auto; } @@ -7410,20 +6674,21 @@ html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid > li min-height: 300px; } -.bb-activity [data-bp-tooltip]::after { +.bb-activity [data-bp-tooltip]:after { font-style: normal; } -.bb-activity .activity-content { +.bb-activity .activity-content, +.activity-modal .activity-content { padding: 0; font-size: 14px; } - -.bb-activity .activity-content.no-media .bb-activity-media-wrap { +.bb-activity .activity-content.no-media .bb-activity-media-wrap, +.activity-modal .activity-content.no-media .bb-activity-media-wrap { display: none; } - -.bb-activity .activity-content .activity-read-more { +.bb-activity .activity-content .activity-read-more, +.activity-modal .activity-content .activity-read-more { display: block; margin: 3px 0 7px; } @@ -7446,37 +6711,30 @@ html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid > li margin: 0 0 15px; border-bottom: 1px solid var(--bb-content-border-color); } - .bb-activity-extra.border-dotted { border-bottom-style: dotted; } - .bb-activity-extra.border-dashed { border-bottom-style: dashed; } - .bb-activity-extra.border-solid { border-bottom-style: solid; } - .bb-activity-extra.border-double { border-bottom-style: double; } - .bb-activity-extra.border-none { border-bottom-style: none; } -.bb-activity .activity-content > p:first-of-type { - - /* line-height: 1.6; */ +.elementor .found-media-item img { + height: 100%; } .bb-activity ul.activity-lists.bp-list { margin: 0; padding: 0; } - .bb-activity #buddypress .activity-lists.bp-list .activity-item { padding: 0 0 15px; border: 0; @@ -7485,138 +6743,173 @@ html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid > li border-radius: 0; margin: 0 0 15px; } - .bb-activity #buddypress .activity-lists.bp-list .activity-item:last-of-type { border-bottom: 0; margin-bottom: 0; } - .bb-activity .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-detail-wrap .document-helper-text { height: 0; } - .bb-activity .bb-activity-media-wrap .bb-activity-media-elem.document-activity:hover .document-detail-wrap .document-helper-text { height: auto; } - .bb-activity .activity-content .activity-state a.activity-state-likes .like-text { color: var(--bb-alternate-text-color); } - .bb-activity #buddypress .bp-list.bp-list .bp-generic-meta .generic-button { margin-bottom: 0; } - .bb-activity #buddypress .activity-lists.bp-list .activity-item, .bb-activity .bb-activity-media-wrap .bb-activity-media-elem.document-activity, .bb-activity .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap { background-color: transparent; } -.bb-activity #buddypress .activity-actions { +.bb-activity #buddypress .activity-actions, +#buddypress .activity-modal .activity-actions { display: none; } - -.bb-activity #buddypress .activity-actions.activity-actions--show { +.bb-activity #buddypress .activity-actions.activity-actions--show, +#buddypress .activity-modal .activity-actions.activity-actions--show { display: block; } - -.bb-activity #buddypress .activity-actions.activity-actions--show .generic-button { +.bb-activity #buddypress .activity-actions.activity-actions--show .generic-button, +#buddypress .activity-modal .activity-actions.activity-actions--show .generic-button { margin: 0 !important; } - -.bb-activity #buddypress .activity-actions.activity-actions--show .generic-button a { +.bb-activity #buddypress .activity-actions.activity-actions--show .generic-button a, +#buddypress .activity-modal .activity-actions.activity-actions--show .generic-button a { margin-right: 15px !important; } - -.bb-activity #buddypress .activity-actions.activity-actions--show .generic-button a { +.bb-activity #buddypress .activity-actions.activity-actions--show .bb-activity-more-options-wrap, +#buddypress .activity-modal .activity-actions.activity-actions--show .bb-activity-more-options-wrap { + -webkit-transform: translateY(-webkit-calc(-50% - 15px)); + -ms-transform: translateY(calc(-50% - 15px)); + transform: translateY(calc(-50% - 15px)); +} +.bb-activity #buddypress .activity-actions.activity-actions--show .bp-generic-meta.action .generic-button a, +.bb-activity #buddypress .activity-actions.activity-actions--show .bb-activity-more-options-wrap.action .generic-button a, +#buddypress .activity-modal .activity-actions.activity-actions--show .bp-generic-meta.action .generic-button a, +#buddypress .activity-modal .activity-actions.activity-actions--show .bb-activity-more-options-wrap.action .generic-button a { display: none; } - -.bb-activity #buddypress .activity-actions.activity-actions--show.activity-actions--fav .generic-button a.fav { - display: inline-block; +.bb-activity #buddypress .activity-actions.activity-actions--show.activity-actions--fav .bp-generic-meta.action .generic-button a.has-emotion, .bb-activity #buddypress .activity-actions.activity-actions--show.activity-actions--fav .bp-generic-meta.action .generic-button a.has-like, .bb-activity #buddypress .activity-actions.activity-actions--show.activity-actions--fav .bp-generic-meta.action .generic-button a.fav, .bb-activity #buddypress .activity-actions.activity-actions--show.activity-actions--fav .bp-generic-meta.action .generic-button a.unfav, +#buddypress .activity-modal .activity-actions.activity-actions--show.activity-actions--fav .bp-generic-meta.action .generic-button a.has-emotion, +#buddypress .activity-modal .activity-actions.activity-actions--show.activity-actions--fav .bp-generic-meta.action .generic-button a.has-like, +#buddypress .activity-modal .activity-actions.activity-actions--show.activity-actions--fav .bp-generic-meta.action .generic-button a.fav, +#buddypress .activity-modal .activity-actions.activity-actions--show.activity-actions--fav .bp-generic-meta.action .generic-button a.unfav { + display: -webkit-box; + display: -ms-flexbox; + display: flex; } - -.bb-activity #buddypress .activity-actions.activity-actions--show.activity-actions--comment .generic-button a.acomment-reply { - display: inline-block; +.bb-activity #buddypress .activity-actions.activity-actions--show .bb-activity-more-options.open, +#buddypress .activity-modal .activity-actions.activity-actions--show .bb-activity-more-options.open { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; +} +@media screen and (max-width: 980px) { + .bb-activity #buddypress .activity-actions.activity-actions--show .bb-activity-more-options-wrap, + #buddypress .activity-modal .activity-actions.activity-actions--show .bb-activity-more-options-wrap { + -webkit-transform: none; + -ms-transform: none; + transform: none; + } +} +.bb-activity #buddypress .activity-actions.activity-actions--show.activity-actions--comment .bp-generic-meta.action .generic-button a.acomment-reply, +#buddypress .activity-modal .activity-actions.activity-actions--show.activity-actions--comment .bp-generic-meta.action .generic-button a.acomment-reply { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; +} +.bb-activity #buddypress .activity-actions.activity-actions--show.activity-actions--edit .bb-activity-more-options-wrap.action .generic-button a.acomment-edit, +#buddypress .activity-modal .activity-actions.activity-actions--show.activity-actions--edit .bb-activity-more-options-wrap.action .generic-button a.acomment-edit { + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} +.bb-activity #buddypress .activity-actions.activity-actions--show.activity-actions--delete .bb-activity-more-options-wrap.action .generic-button a.acomment-delete, +#buddypress .activity-modal .activity-actions.activity-actions--show.activity-actions--delete .bb-activity-more-options-wrap.action .generic-button a.acomment-delete { + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} +.bb-activity #buddypress .activity-actions.activity-actions--show:not(.activity-actions--edit, .activity-actions--delete) .bb-activity-more-options-wrap.action, +#buddypress .activity-modal .activity-actions.activity-actions--show:not(.activity-actions--edit, .activity-actions--delete) .bb-activity-more-options-wrap.action { + display: none; } -.bb-activity #buddypress .activity-actions.activity-actions--show.activity-actions--edit .generic-button a.edit-activity { +.bb-activity #buddypress .activity-content .comment-reactions, +.bb-activity #buddypress .activity-content .ac-state-separator, +.bb-activity #buddypress .activity-content .activity-state-reactions { + display: none; +} +.bb-activity #buddypress .activity-content .do-state--show .comment-reactions, +.bb-activity #buddypress .activity-content .do-state--show .activity-state-reactions { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; +} +.bb-activity #buddypress .activity-content .do-state--show .ac-state-separator { display: inline-block; } -.bb-activity #buddypress .activity-actions.activity-actions--show.activity-actions--delete .generic-button a.delete-activity { - display: inline-block; +.bb-activity #buddypress .activity-comments .comment-reactions { + display: none; +} +.bb-activity #buddypress .activity-comments .activity-actions--fav .comment-reactions { + display: -webkit-box; + display: -ms-flexbox; + display: flex; } +.bb-activity { + /* stylelint-disable max-line-length */ + /* stylelint-enable */ +} .bb-activity .activity-list .activity-item .activity-content .do-state:not(.is-activity-comments) .activity-state.has-comments a.activity-state-comments { display: none; } - +.bb-activity #buddypress .activity-content .do-state--show:not(.is-activity-comments) .activity-state.has-comments .ac-state-separator { + display: none; +} .bb-activity .activity-list .activity-item .activity-content .do-state.is-activity-comments .activity-state.has-comments a.activity-state-comments { display: inline-block; } -.bb-activity .buddypress-wrap .activity-comments ul ul .acomment-content { - margin-left: 51px; -} - -.bb-activity #buddypress .bp-list .comment-item .comment-item .action { - margin-left: 51px; -} - .elementor-widget-bbp-activity .bb-media-info-section .activity-comments .acomment-content p, .elementor-widget-bbp-activity .bb-media-info-section .activity-comments .acomment-meta { font-size: 13px; } - .elementor-widget-bbp-activity .bb-media-info-section .activity-state a { color: #555; } - -.elementor-widget-bbp-activity .bb-media-info-section .activity-comments > ul > li > ul { - margin-left: 51px; -} - .elementor-widget-bbp-activity .bb-media-info-section .activity-comments ul li ul { margin-top: 0; margin-bottom: 0; } - .elementor-widget-bbp-activity .bb-media-info-section .activity-comments ul { margin: 15px 0 0; } - .elementor-widget-bbp-activity .bb-media-info-section .activity-comments > ul { margin: 0 -15px; } - .elementor-widget-bbp-activity .bb-media-info-section .activity-comments ul li ul li { padding-bottom: 0; } - -.elementor-widget-bbp-activity .bb-media-info-section .activity-comments .acomment-content { - margin-left: 51px; -} - -.elementor-widget-bbp-activity .bb-media-info-section .activity-comments ul ul .acomment-content { - margin-left: 43px; -} - .elementor-widget-bbp-activity .bb-media-info-section .activity-comments .acomment-content p { margin-bottom: 0; } -.elementor-widget-bbp-activity .bb-media-info-section .activity-comments ul li ul li:first-child { - margin-top: 15px; -} - .bb-media-privacy-wrap.bb-media-privacy-wrap--el-activity .activity-privacy { left: -70px; min-width: 185px; } - -.bb-media-privacy-wrap.bb-media-privacy-wrap--el-activity .activity-privacy::before { +.bb-media-privacy-wrap.bb-media-privacy-wrap--el-activity .activity-privacy:before { left: 85px; } @@ -7627,29 +6920,23 @@ html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid > li -ms-flex-align: start; align-items: flex-start; } - .elementor-column[class*="elementor-col-"]:not(.elementor-col-100) .bb-activity .zoom-meeting-block-right { margin: 10px 0 0; } - .elementor-column[class*="elementor-col-"]:not(.elementor-col-100) .bb-activity .bp_zoom_countdown .position { height: 50px; width: 18px; } - .elementor-column[class*="elementor-col-"]:not(.elementor-col-100) .bb-activity .bp_zoom_countdown span.digit { font-size: 18px; } - .elementor-column[class*="elementor-col-"]:not(.elementor-col-100) .bb-activity .bp_zoom_countdown .countdown_label { font-size: 11px; } - .elementor-column[class*="elementor-col-"]:not(.elementor-col-100) .bb-activity .bp_zoom_countdown > span { max-width: 58px; margin: 0; } - .elementor-column[class*="elementor-col-"]:not(.elementor-col-100) .bb-activity .bp_zoom_countdown > span.countDays { max-width: 66px; } @@ -7658,7 +6945,6 @@ html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid > li .elementor-widget-bbp-members, .elementor-widget-bbp-members .elementor-widget-container, .bb-members { height: 100%; } - .elementor-column[data-col="100"] .elementor-widget-bbp-members, .elementor-col-100 .elementor-widget-bbp-members, .elementor-column[data-col="100"] .elementor-widget-bbp-members .elementor-widget-container, .elementor-col-100 .elementor-widget-bbp-members .elementor-widget-container, .elementor-column[data-col="100"] .bb-members, .elementor-col-100 .bb-members { @@ -7668,18 +6954,15 @@ html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid > li .elementor-widget-bbp-members .bb-members-list .bb-members-list__item { position: relative; } - .elementor-widget-bbp-members .bb-members-list .bb-members-list__avatar { position: relative; } - .elementor-widget-bbp-members .bb-members-list .member-status.online { position: absolute; left: 30px; top: 3px; right: inherit; } - .elementor-widget-bbp-members .item-options a { color: var(--bb-body-text-color); font-size: 0.875rem; @@ -7690,17 +6973,14 @@ html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid > li -webkit-animation: unset !important; animation: unset !important; } - .elementor-widget-bbp-members .item-options a:hover { color: var(--bb-primary-color); } - .elementor-widget-bbp-members .item-options a.selected { border-bottom: 1px solid var(--bb-primary-color); color: var(--bb-primary-color); margin-bottom: -1px; } - .bb-template-v2 .elementor-widget-bbp-members .item-options a { text-transform: uppercase; font-size: 0.6875rem; @@ -7709,12 +6989,10 @@ html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid > li padding-bottom: 5px; color: var(--bb-alternate-text-color); } - .bb-template-v2 .elementor-widget-bbp-members .item-options a.selected { color: var(--bb-headings-color); font-weight: 700; } - .bb-template-v2 .elementor-widget-bbp-members .item-options { border-bottom: 0; margin-bottom: 18px; @@ -7725,11 +7003,9 @@ html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid > li padding: 20px; background-color: #fff; } - .bb-members .bb-members-list:not(.active) { display: none; } - .bb-members .bb-members__tab { text-transform: capitalize; } @@ -7751,23 +7027,18 @@ html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid > li .bb-members div.item-options.border-solid { border-bottom-style: solid; } - .bb-members div.item-options.border-dashed { border-bottom-style: dashed; } - .bb-members div.item-options.border-dotted { border-bottom-style: dotted; } - .bb-members div.item-options.border-double { border-bottom-style: double; } - .bb-members div.item-options.border-none { border-bottom-style: none; } - .bb-members div.item-options.border-none .selected { border-bottom-style: none; } @@ -7788,7 +7059,6 @@ html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid > li -ms-flex-pack: start; justify-content: flex-start; } - .bb-members-list--align-left .bb-members-list__item .bb-members-list__avatar { margin-right: 15px; } @@ -7806,12 +7076,10 @@ html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid > li -ms-flex-flow: row-reverse; flex-flow: row-reverse; } - .bb-members-list--align-right .bb-members-list__item .bb-members-list__avatar { margin-left: 15px; margin-right: 0; } - .bb-members-list--align-right .bb-members-list__item .member-status.online { margin-right: auto; margin-left: 0; @@ -7820,7 +7088,6 @@ html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid > li .bb-members-list__avatar a { display: inline-block; } - .bb-members-list__avatar .avatar { border-radius: 100%; } @@ -7855,7 +7122,6 @@ div.item-options .bb-members__tab.selected { .elementor-widget-bbp-forums, .elementor-widget-bbp-forums .elementor-widget-container, .bb-forums { height: 100%; } - .elementor-column[data-col="100"] .elementor-widget-bbp-forums, .elementor-col-100 .elementor-widget-bbp-forums, .elementor-column[data-col="100"] .elementor-widget-bbp-forums .elementor-widget-container, .elementor-col-100 .elementor-widget-bbp-forums .elementor-widget-container, .elementor-column[data-col="100"] .bb-forums, .elementor-col-100 .bb-forums { @@ -7868,58 +7134,45 @@ div.item-options .bb-members__tab.selected { background-color: #fff; position: relative; } - .bb-forums .bbel-list-flow .bb-forums__item .item { width: 100%; } - .bb-forums .item-title a { font-size: 14px; } - .bb-forums .bb-forums__list .bb-forums__item .item-meta .bs-replied > a:hover { color: var(--bb-primary-color); } - .bb-forums .bb-forums__list .bb-forums__item .item-title > a:hover { color: var(--bb-primary-color); } - .bb-forums .bb-forums__avatar + .item .bs-last-reply { padding-left: 0; } - .bb-forums .bb-forums__avatar + .item .bs-last-reply a.bbp-reply-to-link { left: -32px; } - .bb-forums .bb-forums__avatar + .item .bb-forums__last-reply { margin-top: 0; } - .bb-forums .bb-forums__avatar + .item .bb-forums__last-reply .bs-last-reply { padding-left: 25px; margin-top: 0; } - .bb-forums .bb-forums__avatar + .item .bb-forums__last-reply .bs-last-reply a.bbp-reply-to-link { left: 0; top: -3px; } - .bb-forums .bb-forums__avatar + .item .bb-forums__ww + .bb-forums__last-reply { margin-top: 10px; } - .bb-forums .bb-forums__avatar + .item .bb-forums__ww + .bb-forums__last-reply .bs-last-reply { padding-left: 0; } - .bb-forums .bb-forums__avatar + .item .bb-forums__ww + .bb-forums__last-reply .bs-last-reply a.bbp-reply-to-link { left: -32px; top: -4px; } - .bb-forums .bs-last-reply { display: block; color: var(--bb-body-text-color); @@ -7928,20 +7181,16 @@ div.item-options .bb-members__tab.selected { line-height: 1.4; padding-left: 35px; } - .bb-forums .bs-last-reply.is-empty { margin: 0; } - .bb-forums .bs-last-reply.is-empty i { display: none; } - .bb-forums .bs-last-reply i { font-size: 24px; opacity: 0.5; } - .bb-forums .bs-last-reply a.bbp-reply-to-link { color: #939597; display: inline-block; @@ -7949,7 +7198,6 @@ div.item-options .bb-members__tab.selected { left: 0; top: -4px; } - .bb-forums .bs-forums-items .item-meta.bb-reply-meta { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -7961,7 +7209,6 @@ div.item-options .bb-members__tab.selected { border-bottom: 1px solid var(--bb-content-border-color); padding-bottom: 20px; } - .bb-forums__list > li:last-of-type { border-bottom: 0; padding-bottom: 0; @@ -7970,6 +7217,13 @@ div.item-options .bb-members__tab.selected { .bb-forums--blank { min-height: 300px; } +.bb-forums--blank .bb-no-data .bs-item-list.list-view .bs-item-wrap { + margin: 0 1px; + border: 0; +} +.bb-forums--blank .bb-no-data .bs-item-list.list-view .bs-item-wrap.bs-header-item { + display: none; +} .list-view .bb-forums__avatar .avatar { border-radius: 100%; @@ -7991,24 +7245,19 @@ div.item-options .bb-members__tab.selected { .bb-forums__item .bb-forums__ww .bs-replied > a.bbp-author-link { font-size: 0; } - .bb-forums__item .bb-forums__ww .bs-replied > a.bbp-author-link span { font-size: 13px; } - .bb-forums__item .bb-forums__last-reply { margin-top: 10px; } - .bb-forums__item .bb-forums__ww + .bb-forums__last-reply { margin-top: 0; } - .bb-forums__item .item-title { line-height: 1.2; margin-bottom: 3px; } - .bb-forums__item .item-title > a { line-height: 1.5; } @@ -8017,11 +7266,9 @@ div.item-options .bb-members__tab.selected { padding: 10px 0 3px; display: block; } - .bb-forums__ww .bs-replied a { color: var(--bb-headings-color); } - .bb-forums__ww .bs-replied a:hover { color: var(--bb-primary-color); } @@ -8034,23 +7281,18 @@ div.item-options .bb-members__tab.selected { margin: 0 0 15px; border-bottom: 1px solid var(--bb-content-border-color); } - .bb-forums-extra.border-dotted { border-bottom-style: dotted; } - .bb-forums-extra.border-dashed { border-bottom-style: dashed; } - .bb-forums-extra.border-solid { border-bottom-style: solid; } - .bb-forums-extra.border-double { border-bottom-style: double; } - .bb-forums-extra.border-none { border-bottom-style: none; } @@ -8062,11 +7304,9 @@ body.rtl .bb-forums__avatar { /** bb forums activity widget */ @media (min-width: 768px) { - .elementor-widget-bbp-forums-activity, .elementor-widget-bbp-forums-activity .elementor-widget-container, .bb-forums-activity, .bb-forums-activity-wrapper { height: 100%; } - .elementor-column[data-col="100"] .elementor-widget-bbp-forums-activity, .elementor-col-100 .elementor-widget-bbp-forums-activity, .elementor-column[data-col="100"] .elementor-widget-bbp-forums-activity .elementor-widget-container, .elementor-col-100 .elementor-widget-bbp-forums-activity .elementor-widget-container, .elementor-column[data-col="100"] .bb-forums-activity, .elementor-col-100 .bb-forums-activity, @@ -8074,7 +7314,6 @@ body.rtl .bb-forums__avatar { height: auto; } } - .bb-forums-activity { border: 1px solid var(--bb-content-border-color); padding: 20px; @@ -8100,7 +7339,6 @@ body.rtl .bb-forums__avatar { line-height: 1; margin: 0 0 20px; } - .bb-fa__meta span { color: var(--bb-alternate-text-color); font-size: 13px; @@ -8118,16 +7356,13 @@ body.rtl .bb-forums__avatar { align-items: flex-start; position: relative; } - .bb-fa__excerpt.no-link { margin-left: 0; } - .bb-fa__excerpt a.bbp-reply-to-link i { font-size: 24px; opacity: 0.5; } - .bb-fa__excerpt a.bbp-reply-to-link { color: #939597; display: inline-block; @@ -8135,11 +7370,9 @@ body.rtl .bb-forums__avatar { left: -32px; top: -3px; } - .bb-fa__excerpt.is-empty { margin: 0; } - .bb-fa__excerpt.is-empty a.bbp-reply-to-link { display: none; } @@ -8149,7 +7382,6 @@ body.rtl .bb-forums__avatar { display: -ms-flexbox; display: flex; } - .bb-fa__link a { display: inline-block; font-size: 14px; @@ -8190,7 +7422,6 @@ body.rtl .bb-forums__avatar { /* Fix for floating buttons in "Forum Activity" */ @media (min-width: 768px) { - .elementor-max-50 .elementor-heading-title { max-width: 50%; } @@ -8203,25 +7434,21 @@ body.rtl .bb-forums__avatar { padding-top: 0; } } - .bb-forums-activity-wrapper { position: relative; min-height: 250px; } @media (max-width: 768px) { - .bb-forums-activity-wrapper--ismy { margin-top: 50px; } } - .bb-forums-activity-btn { text-align: right; position: absolute; top: -50px; } - .bb-forums-activity-btn a.bb-forums-activity-btn__link { font-size: 13px; display: inline-block; @@ -8231,11 +7458,9 @@ body.rtl .bb-forums__avatar { border: 1px solid #9ea8b2; cursor: pointer; } - .bb-forums-activity-btn a.bb-forums-activity-btn__link:hover { color: var(--bb-primary-color); } - .bb-forums-activity-btn a.bb-forums-activity-btn__link i { font-size: 20px; position: relative; @@ -8255,28 +7480,24 @@ body.rtl .bb-forums-activity-btn__link i { -ms-flex: 0 0 100%; flex: 0 0 100%; } - .lifterlms-course-list--elementor .columns-2 .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; } @media screen and (max-width: 480px) { - .lifterlms-course-list--elementor .columns-2 .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } } - .lifterlms-course-list--elementor .columns-3 .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 33.333%; flex: 0 0 33.333%; } @media screen and (max-width: 820px) { - .lifterlms-course-list--elementor .columns-3 .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -8284,14 +7505,12 @@ body.rtl .bb-forums-activity-btn__link i { } } @media screen and (max-width: 480px) { - .lifterlms-course-list--elementor .columns-3 .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } } - .lifterlms-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap, .lifterlms-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; @@ -8299,7 +7518,6 @@ body.rtl .bb-forums-activity-btn__link i { flex: 0 0 25%; } @media screen and (max-width: 1200px) { - .lifterlms-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap, .lifterlms-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; @@ -8308,7 +7526,6 @@ body.rtl .bb-forums-activity-btn__link i { } } @media screen and (max-width: 820px) { - .lifterlms-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap, .lifterlms-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; @@ -8317,7 +7534,6 @@ body.rtl .bb-forums-activity-btn__link i { } } @media screen and (max-width: 480px) { - .lifterlms-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap, .lifterlms-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; @@ -8325,43 +7541,33 @@ body.rtl .bb-forums-activity-btn__link i { flex: 0 0 100%; } } - .lifterlms-course-list--elementor .course-dir-list--hidestatus .bb-cover-list-item .ld-status { display: none; } - .lifterlms-course-list--elementor .course-dir-list--hidemedia .bb-course-items .bb-course-cover .bb-cover-wrap img { display: none; } - .lifterlms-course-list--elementor.noProgress .llms-progress { display: none; } - .lifterlms-course-list--elementor.noPrice .llms-meta-aplans .llms-meta-aplans__price { display: none; } - .lifterlms-course-list--elementor.noEnroll .llms-meta-aplans .llms-meta-aplans__btn { display: none; } - .lifterlms-course-list--elementor.noTimestamp .llms-meta-aplans.llms-meta-aplans--enrolled { display: none; } - .lifterlms-course-list--elementor.noTitle .bb-courses-header > .bb-title { display: none; } - .lifterlms-course-list--elementor.noSearch .bb-courses-header > #courses-dir-search { display: none; } - .lifterlms-course-list--elementor.noCourseNavigation.lifterlms-course-list .courses-type-navs { display: none; } - .lifterlms-course-list--elementor.noPagination .course-dir-list .bb-lms-pagination { display: none; } @@ -8370,7 +7576,6 @@ body.rtl .bb-forums-activity-btn__link i { display: inline-block; text-align: center; } - .lifterlms-course-list--elementor .bb-lms-pagination.noPrevNext a.next, .lifterlms-course-list--elementor .bb-lms-pagination.noPrevNext a.prev { display: none; @@ -8384,34 +7589,28 @@ body.rtl .bb-forums-activity-btn__link i { .lifterlms-course-list--cover .bb-courses-directory .grid-filters { display: none; } - .lifterlms-course-list--cover .bb-courses-directory .sfwd-courses-filters .select-wrap:last-of-type select { margin-right: 0; } - .lifterlms-course-list--cover.lifterlms-course-list--featured .bb-course-items.grid-view .bb-course-item-wrap:nth-child(1), .lifterlms-course-list--cover.lifterlms-course-list--featured .bb-course-items.grid-view .bb-course-item-wrap:nth-child(2) { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; } - .lifterlms-course-list--cover .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; } - .lifterlms-course-list--cover .bb-course-items.list-view, .lifterlms-course-list--cover .bb-course-items.list-view.hide { display: none !important; } - .lifterlms-course-list--cover .bb-course-items .bb-cover-wrap { position: relative; } - -.lifterlms-course-list--cover .bb-course-items .bb-cover-wrap::after { +.lifterlms-course-list--cover .bb-course-items .bb-cover-wrap:after { content: ""; display: inline-block; position: absolute; @@ -8420,26 +7619,21 @@ body.rtl .bb-forums-activity-btn__link i { background-color: rgba(0, 0, 0, 0.3); background-image: none; } - .lifterlms-course-list--cover .bb-cover-list-item { position: relative; } - .lifterlms-course-list--cover .bb-course-items .bb-cover-list-item.bb-course-paid { padding-bottom: 0; } - .lifterlms-course-list--cover .bb-course-items .bb-cover-wrap { border-radius: 4px; } - .lifterlms-course-list--cover .bb-course-cover { position: absolute; z-index: 9; height: 100%; width: 100%; } - .lifterlms-course-list--cover .bb-card-course-details { position: relative; z-index: 15; @@ -8452,62 +7646,51 @@ body.rtl .bb-forums-activity-btn__link i { flex-direction: column; height: 100%; } - .lifterlms-course-list--cover .bb-card-course-details .course-lesson-count { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } - .lifterlms-course-list--cover .bb-card-course-details .bb-course-title { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } - .lifterlms-course-list--cover .bb-card-course-details .bb-course-excerpt { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; } - .lifterlms-course-list--cover .bb-card-course-details .course-progress-wrap { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; } - .lifterlms-course-list--cover .bb-card-course-details .bb-course-meta { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; } - .lifterlms-course-list--cover .bb-card-course-details .bb-course-footer { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; display: none; } - .lifterlms-course-list--cover .bb-course-items .bb-cover-wrap { height: 100%; padding-top: 0; } - .lifterlms-course-list--cover .bb-cover-list-item .ld-status, .lifterlms-course-list--cover .course-lesson-count { display: none; } - .lifterlms-course-list--cover .bb-course-title a { color: #fff; } - .lifterlms-course-list--cover .bb-course-items .bb-course-excerpt { color: #fff; } - .lifterlms-course-list--cover .bb-course-meta strong a { color: #fff; } @@ -8515,13 +7698,11 @@ body.rtl .bb-forums-activity-btn__link i { .lifterlms-course-list--cover .course-details-verbose { padding-bottom: 10px; } - .lifterlms-course-list--cover .lifterlms-price, .lifterlms-course-list--cover .llms-meta-aplans__inDate, .lifterlms-course-list--cover .llms-meta-aplans__btn a { color: #fff; } - .lifterlms-course-list--cover.lifterlms-course-list .bb-cover-list-item .llms-meta-aplans { position: static; min-height: auto; @@ -8563,20 +7744,16 @@ body.rtl .bb-forums-activity-btn__link i { padding: 20px; background-color: #fff; } - .bb-groups .bb-groups-list:not(.active) { display: none; } - .bb-groups .bb-groups__tab { text-transform: capitalize; } - .bb-groups #groups-list .item-avatar img { border-color: var(--bb-content-border-color); border-width: 1px; } - .bb-groups #groups-list .item-avatar a { border: 0; box-shadow: none; diff --git a/web/app/themes/buddyboss-theme/assets/css/elementor.css.map b/web/app/themes/buddyboss-theme/assets/css/elementor.css.map index f38958ad..b98f298e 100644 --- a/web/app/themes/buddyboss-theme/assets/css/elementor.css.map +++ b/web/app/themes/buddyboss-theme/assets/css/elementor.css.map @@ -1,6 +1,6 @@ { "version": 3, -"mappings": "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AAE,CAAC;;;AAJtD,kFAAyC;EACrC,SAAS,EAAE,+BAA6C;;AAG5D,iFAAwC;EAAE,SAAS,EAAE,CAAC;;;AAJtD,kFAAyC;EACrC,SAAS,EAAE,+BAA6C;;AAG5D,iFAAwC;EAAE,SAAS,EAAE,CAAC;;;AAJtD,kFAAyC;EACrC,SAAS,EAAE,+BAA6C;;AAG5D,iFAAwC;EAAE,SAAS,EAAE,CAAC;;;AAJtD,kFAAyC;EACrC,SAAS,EAAE,+BAA6C;;AAG5D,iFAAwC;EAAE,SAAS,EAAE,CAAC;;;AAJtD,kFAAyC;EACrC,SAAS,EAAE,+BAA6C;;AAG5D,iFAAwC;EAAE,SAAS,EAAE,CAAC;;;AAJtD,kFAAyC;EACrC,SAAS,EAAE,+BAA6C;;AAG5D,iFAAwC;EAAE,SAAS,EAAE,CAAC;;;AAJtD,kFAAyC;EACrC,SAAS,EAAE,+BAA6C;;AAG5D,iFAAwC;EAAE,SAAS,EAAE,CAAC;;;AAJtD,kFAAyC;EACrC,SAAS,EAAE,+BAA6C;;AAG5D,iFAAwC;EAAE,SAAS,EAAE,CAAC;;;AAJtD,kFAAyC;EACrC,SAAS,EAAE,+BAA6C;;AAG5D,iFAAwC;EAAE,SAAS,EAAE,CAAC;;;AAJtD,kFAAyC;EACrC,SAAS,EAAE,+BAA6C;;AAG5D,iFAAwC;EAAE,SAAS,EAAE,CAAC;;;AAJtD,kFAAyC;EACrC,SAAS,EAAE,+BAA6C;;AAG5D,iFAAwC;EAAE,SAAS,EAAE,CAAC;;;AAJtD,kFAAyC;EACrC,SAAS,EAAE,+BAA6C;;AAG5D,iFAAwC;EAAE,SAAS,EAAE,CAAC;;;AAJtD,kFAAyC;EACrC,SAAS,EAAE,+BAA6C;;AAG5D,iFAAwC;EAAE,SAAS,EAAE,CAAC;;;AAJtD,kFAAyC;EACrC,SAAS,EAAE,+BAA6C;;AAG5D,iFAAwC;EAAE,SAAS,EAAE,CAAC;;;AAJtD,kFAAyC;EACrC,SAAS,EAAE,+BAA6C;;AAG5D,iFAAwC;EAAE,SAAS,EAAE,CAAC;;;AAJtD,kFAAyC;EACrC,SAAS,EAAE,+BAA6C;;AAG5D,iFAAwC;EAAE,SAAS,EAAE,CAAC;;;AAJtD,kFAAyC;EACrC,SAAS,EAAE,+BAA6C;;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", +"mappings": "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AC;;;AAJtD,kFAAyC;EACrC,SAAS,EAAE,+BAA6C;;AAG5D,iFAAwC;EAAE,SAAS,EAAE,CAAC;;;AAJtD,kFAAyC;EACrC,SAAS,EAAE,+BAA6C;;AAG5D,iFAAwC;EAAE,SAAS,EAAE,CAAC;;;AAJtD,kFAAyC;EACrC,SAAS,EAAE,+BAA6C;;AAG5D,iFAAwC;EAAE,SAAS,EAAE,CAAC;;;AAJtD,kFAAyC;EACrC,SAAS,EAAE,+BAA6C;;AAG5D,iFAAwC;EAAE,SAAS,EAAE,CAAC;;;AAJtD,kFAAyC;EACrC,SAAS,EAAE,+BAA6C;;AAG5D,iFAAwC;EAAE,SAAS,EAAE,CAAC;;;AAJtD,kFAAyC;EACrC,SAAS,EAAE,+BAA6C;;AAG5D,iFAAwC;EAAE,SAAS,EAAE,CAAC;;;AAJtD,kFAAyC;EACrC,SAAS,EAAE,+BAA6C;;AAG5D,iFAAwC;EAAE,SAAS,EAAE,CAAC;;;AAJtD,kFAAyC;EACrC,SAAS,EAAE,+BAA6C;;AAG5D,iFAAwC;EAAE,SAAS,EAAE,CAAC;;;AAJtD,kFAAyC;EACrC,SAAS,EAAE,+BAA6C;;AAG5D,iFAAwC;EAAE,SAAS,EAAE,CAAC;;;AAJtD,kFAAyC;EACrC,SAAS,EAAE,+BAA6C;;AAG5D,iFAAwC;EAAE,SAAS,EAAE,CAAC;;;AAJtD,kFAAyC;EACrC,SAAS,EAAE,+BAA6C;;AAG5D,iFAAwC;EAAE,SAAS,EAAE,CAAC;;;AAJtD,kFAAyC;EACrC,SAAS,EAAE,+BAA6C;;AAG5D,iFAAwC;EAAE,SAAS,EAAE,CAAC;;;AAJtD,kFAAyC;EACrC,SAAS,EAAE,+BAA6C;;AAG5D,iFAAwC;EAAE,SAAS,EAAE,CAAC;;;AAJtD,kFAAyC;EACrC,SAAS,EAAE,+BAA6C;;AAG5D,iFAAwC;EAAE,SAAS,EAAE,CAAC;;;AAJtD,kFAAyC;EACrC,SAAS,EAAE,+BAA6C;;AAG5D,iFAAwC;EAAE,SAAS,EAAE,CAAC;;;AAJtD,kFAAyC;EACrC,SAAS,EAAE,+BAA6C;;AAG5D,iFAAwC;EAAE,SAAS,EAAE,CAAC;;;AAJtD,kFAAyC;EACrC,SAAS,EAAE,+BAA6C;;AAG5D,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", "sources": ["scss/functions/components/_utils.scss","scss/plugins/elementor/components/_editor.scss","scss/plugins/elementor/components/_layout.scss","scss/functions/components/_variables.scss","scss/plugins/elementor/components/_blocks.scss","scss/plugins/elementor/components/_common.scss","scss/plugins/elementor/components/_blocks-header-bar.scss","scss/functions/components/_functions.scss","scss/plugins/elementor/components/_blocks-profile-completion.scss","scss/plugins/elementor/components/_blocks-ld-activity.scss","scss/plugins/elementor/components/_blocks-ld-courses.scss","scss/plugins/elementor/components/_blocks-bb-tabs.scss","scss/plugins/elementor/components/_blocks-bb-review.scss","scss/plugins/elementor/components/_blocks-bb-gallery.scss","scss/plugins/elementor/components/_blocks-bb-grid.scss","scss/plugins/elementor/components/_blocks-bb-intro.scss","scss/plugins/elementor/components/_blocks-bb-activity.scss","scss/plugins/elementor/components/_blocks-bb-members.scss","scss/plugins/elementor/components/_blocks-bb-forums.scss","scss/plugins/elementor/components/_blocks-bb-forums-activity.scss","scss/plugins/elementor/components/_blocks-llms-courses.scss","scss/plugins/elementor/components/_blocks-common-courses.scss","scss/plugins/elementor/components/_blocks-bb-groups.scss"], "names": [], "file": "elementor.css" diff --git a/web/app/themes/buddyboss-theme/assets/css/elementor.min.css b/web/app/themes/buddyboss-theme/assets/css/elementor.min.css index f9996f99..6511716b 100644 --- a/web/app/themes/buddyboss-theme/assets/css/elementor.min.css +++ b/web/app/themes/buddyboss-theme/assets/css/elementor.min.css @@ -1,2927 +1 @@ -.elementor-add-section .elementor-add-new-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-flow:wrap;flex-flow:wrap} - -.elementor-template-full-width #content,[class*=template-elementor_header_footer] #content{padding-left:0;padding-right:0} - -.elementor-template-full-width #content>.container,[class*=template-elementor_header_footer] #content>.container{max-width:100%;padding:0} - -body:not(.register) .elementor-header+#content{padding-top:0} - -.elementor-page.page-template-page-fullwidth-content #primary{padding-left:0;padding-right:0}@media (min-width:800px){ - -body.bb-buddypanel:not(.elementor-template-canvas) .elementor-section-boxed[style*=width],body.bb-buddypanel:not(.elementor-template-canvas) .elementor-section-full_width[style*=width],body.bb-buddypanel:not(.elementor-template-canvas) .elementor-section-stretched[style*=width]{padding-left:68px}}@media (min-width:800px){ - -body.bb-buddypanel.buddypanel-open:not(.elementor-template-canvas) .elementor-section-boxed[style*=width],body.bb-buddypanel.buddypanel-open:not(.elementor-template-canvas) .elementor-section-full_width[style*=width],body.bb-buddypanel.buddypanel-open:not(.elementor-template-canvas) .elementor-section-stretched[style*=width]{padding-left:230px}} - -.elementor-add-section-drag-title{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.entry-content .elementor-wrapper .fluid-width-video-wrapper{margin-top:0;margin-bottom:0} - -.elementor-widget-container ul.elementor-nav-menu{z-index:initial} - -.elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown{z-index:5} - -.elementor-slick-slider .slick-next,.elementor-slick-slider .slick-prev{box-shadow:none} - -.elementor-slick-slider .slick-arrows-inside .slick-next{left:auto} - -#content .elementor-widget-container li.product,#content .wp-block-woocommerce-handpicked-products li.product,#content .wp-block-woocommerce-product-best-sellers li.product,#content .wp-block-woocommerce-product-category li.product,#content .wp-block-woocommerce-product-new li.product,#content .wp-block-woocommerce-product-on-sale li.product,#content .wp-block-woocommerce-product-top-rated li.product,#content .wp-block-woocommerce-products-by-attribute li.product{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius);overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex} - -#content .elementor-widget-container li.product:hover,#content .wp-block-woocommerce-handpicked-products li.product:hover,#content .wp-block-woocommerce-product-best-sellers li.product:hover,#content .wp-block-woocommerce-product-category li.product:hover,#content .wp-block-woocommerce-product-new li.product:hover,#content .wp-block-woocommerce-product-on-sale li.product:hover,#content .wp-block-woocommerce-product-top-rated li.product:hover,#content .wp-block-woocommerce-products-by-attribute li.product:hover{box-shadow:0 6px 24px 0 rgba(18,43,70,.12)} - -#content .elementor-widget-container .woocommerce-loop-category__title,#content .elementor-widget-container .woocommerce-loop-product__title,#content .wp-block-woocommerce-handpicked-products .woocommerce-loop-category__title,#content .wp-block-woocommerce-handpicked-products .woocommerce-loop-product__title,#content .wp-block-woocommerce-product-best-sellers .woocommerce-loop-category__title,#content .wp-block-woocommerce-product-best-sellers .woocommerce-loop-product__title,#content .wp-block-woocommerce-product-category .woocommerce-loop-category__title,#content .wp-block-woocommerce-product-category .woocommerce-loop-product__title,#content .wp-block-woocommerce-product-new .woocommerce-loop-category__title,#content .wp-block-woocommerce-product-new .woocommerce-loop-product__title,#content .wp-block-woocommerce-product-on-sale .woocommerce-loop-category__title,#content .wp-block-woocommerce-product-on-sale .woocommerce-loop-product__title,#content .wp-block-woocommerce-product-top-rated .woocommerce-loop-category__title,#content .wp-block-woocommerce-product-top-rated .woocommerce-loop-product__title,#content .wp-block-woocommerce-products-by-attribute .woocommerce-loop-category__title,#content .wp-block-woocommerce-products-by-attribute .woocommerce-loop-product__title{text-align:center;font-size:16px;line-height:24px} - -#content .elementor-widget-container li.product .price,#content .wp-block-woocommerce-handpicked-products li.product .price,#content .wp-block-woocommerce-product-best-sellers li.product .price,#content .wp-block-woocommerce-product-category li.product .price,#content .wp-block-woocommerce-product-new li.product .price,#content .wp-block-woocommerce-product-on-sale li.product .price,#content .wp-block-woocommerce-product-top-rated li.product .price,#content .wp-block-woocommerce-products-by-attribute li.product .price{color:var(--bb-primary-color);font-weight:500;text-align:center} - -#content .elementor-widget-container li.product .price del,#content .wp-block-woocommerce-handpicked-products li.product .price del,#content .wp-block-woocommerce-product-best-sellers li.product .price del,#content .wp-block-woocommerce-product-category li.product .price del,#content .wp-block-woocommerce-product-new li.product .price del,#content .wp-block-woocommerce-product-on-sale li.product .price del,#content .wp-block-woocommerce-product-top-rated li.product .price del,#content .wp-block-woocommerce-products-by-attribute li.product .price del{color:var(--bb-alternate-text-color);font-weight:400;opacity:1} - -#content .elementor-widget-container ul.products li.product .onsale,#content .wp-block-woocommerce-handpicked-products ul.products li.product .onsale,#content .wp-block-woocommerce-product-best-sellers ul.products li.product .onsale,#content .wp-block-woocommerce-product-category ul.products li.product .onsale,#content .wp-block-woocommerce-product-new ul.products li.product .onsale,#content .wp-block-woocommerce-product-on-sale ul.products li.product .onsale,#content .wp-block-woocommerce-product-top-rated ul.products li.product .onsale,#content .wp-block-woocommerce-products-by-attribute ul.products li.product .onsale{margin:0;top:0;left:0;border-top:1px solid var(--bb-content-border-color);border-left:1px solid var(--bb-content-border-color);right:auto;border-radius:4px 0;padding:10px;background-color:var(--bb-primary-color);min-height:auto;min-width:auto;line-height:1em;text-transform:uppercase;font-size:12px} - -#content .elementor-widget-container li.product .button,#content .wp-block-woocommerce-handpicked-products li.product .button,#content .wp-block-woocommerce-product-best-sellers li.product .button,#content .wp-block-woocommerce-product-category li.product .button,#content .wp-block-woocommerce-product-new li.product .button,#content .wp-block-woocommerce-product-on-sale li.product .button,#content .wp-block-woocommerce-product-top-rated li.product .button,#content .wp-block-woocommerce-products-by-attribute li.product .button{width:100%;border-radius:0;padding:.618em 1em;margin-top:auto} - -#content .elementor-widget-container li.product .button .add_to_cart_button.added,#content .wp-block-woocommerce-handpicked-products li.product .button .add_to_cart_button.added,#content .wp-block-woocommerce-product-best-sellers li.product .button .add_to_cart_button.added,#content .wp-block-woocommerce-product-category li.product .button .add_to_cart_button.added,#content .wp-block-woocommerce-product-new li.product .button .add_to_cart_button.added,#content .wp-block-woocommerce-product-on-sale li.product .button .add_to_cart_button.added,#content .wp-block-woocommerce-product-top-rated li.product .button .add_to_cart_button.added,#content .wp-block-woocommerce-products-by-attribute li.product .button .add_to_cart_button.added{width:50%;border-right:1px solid var(--bb-content-border-color)} - -#content .elementor-widget-container li.product .button .added_to_cart.wc-forward,#content .wp-block-woocommerce-handpicked-products li.product .button .added_to_cart.wc-forward,#content .wp-block-woocommerce-product-best-sellers li.product .button .added_to_cart.wc-forward,#content .wp-block-woocommerce-product-category li.product .button .added_to_cart.wc-forward,#content .wp-block-woocommerce-product-new li.product .button .added_to_cart.wc-forward,#content .wp-block-woocommerce-product-on-sale li.product .button .added_to_cart.wc-forward,#content .wp-block-woocommerce-product-top-rated li.product .button .added_to_cart.wc-forward,#content .wp-block-woocommerce-products-by-attribute li.product .button .added_to_cart.wc-forward{border-right:0} - -#content .elementor-widget-container li.product .button:hover,#content .wp-block-woocommerce-handpicked-products li.product .button:hover,#content .wp-block-woocommerce-product-best-sellers li.product .button:hover,#content .wp-block-woocommerce-product-category li.product .button:hover,#content .wp-block-woocommerce-product-new li.product .button:hover,#content .wp-block-woocommerce-product-on-sale li.product .button:hover,#content .wp-block-woocommerce-product-top-rated li.product .button:hover,#content .wp-block-woocommerce-products-by-attribute li.product .button:hover{color:#fff} - -#content .elementor-widget-container .star-rating,#content .wp-block-woocommerce-handpicked-products .star-rating,#content .wp-block-woocommerce-product-best-sellers .star-rating,#content .wp-block-woocommerce-product-category .star-rating,#content .wp-block-woocommerce-product-new .star-rating,#content .wp-block-woocommerce-product-on-sale .star-rating,#content .wp-block-woocommerce-product-top-rated .star-rating,#content .wp-block-woocommerce-products-by-attribute .star-rating{margin:0 auto 10px} - -#content .elementor-widget-container .woocommerce-placeholder,#content .wp-block-woocommerce-handpicked-products .woocommerce-placeholder,#content .wp-block-woocommerce-product-best-sellers .woocommerce-placeholder,#content .wp-block-woocommerce-product-category .woocommerce-placeholder,#content .wp-block-woocommerce-product-new .woocommerce-placeholder,#content .wp-block-woocommerce-product-on-sale .woocommerce-placeholder,#content .wp-block-woocommerce-product-top-rated .woocommerce-placeholder,#content .wp-block-woocommerce-products-by-attribute .woocommerce-placeholder{border:0;border-bottom:1px solid var(--bb-content-border-color)} - -.elementor-widget-container .product_list_widget{list-style:none;margin:0} - -.elementor-widget-container .product_list_widget li{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius);overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;margin-bottom:20px} - -.elementor-widget-container .product_list_widget li:hover{box-shadow:0 6px 24px 0 rgba(18,43,70,.12)} - -.elementor-widget-container .product_list_widget img{width:100%;height:auto;display:block;margin:0 0 1em;box-shadow:none} - -.elementor-widget-container .product_list_widget .product-title{color:var(--bb-headings-color);display:block;font-size:16px;line-height:24px;margin-bottom:15px;text-align:center} - -.elementor-widget-container .product_list_widget .amount{color:var(--bb-primary-color);display:block;font-weight:500;margin-top:-10px;margin-bottom:15px;text-align:center} - -.elementor-widget-container .product_list_widget del .amount{color:var(--bb-alternate-text-color);margin-bottom:10px} - -.elementor-widget-container .product_list_widget .star-rating{font-size:12px} - -.elementor-widget-wrap #groups-list{list-style:none;margin:0} - -.elementor-widget-wrap #groups-list .item-avatar{-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px;margin-right:12px} - -.elementor-widget-wrap #groups-list .item-avatar img{border-radius:3px} - -.elementor-widget-wrap #groups-list .item{line-height:1} - -.elementor-widget-wrap #groups-list .item-title{margin-bottom:3px} - -.elementor-widget-wrap #groups-list .item-title a{font-size:.9375rem;font-weight:500;color:var(--bb-headings-color);letter-spacing:-.24px} - -.elementor-widget-wrap #groups-list span.activity{color:var(--bb-alternate-text-color);font-size:12px;letter-spacing:-.26px;line-height:1.2} - -.elementor-widget-wp-widget-bp_latest_activities .activity-list{padding:0} - -.elementor-widget-wp-widget-bp_latest_activities .update-item{display:-webkit-box;display:-ms-flexbox;display:flex} - -.elementor-widget-wp-widget-bp_latest_activities .update-item cite{-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px;min-width:0;margin-right:10px} - -.elementor-widget-wp-widget-bp_latest_activities .update-item{font-size:14px} - -.elementor-widget-wp-widget-bp_latest_activities .avatar{border-radius:50%} - -.elementor-widget-wp-widget-bp_latest_activities .view.activity-time-since{line-height:1;margin:0} - -.elementor-widget-wp-widget-bp_core_members_widget #members-list{list-style:none;font-size:.875rem;line-height:1.35} - -.elementor-widget-wp-widget-bp_core_members_widget #members-list li{margin-bottom:10px} - -.elementor-widget-wp-widget-bp_core_members_widget ul.item-list li .item-avatar{margin-right:12px;-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px;padding:0} - -.elementor-widget-wp-widget-bp_core_members_widget .item-title a{font-size:14px} - -.elementor-widget-wp-widget-bp_core_members_widget .item-meta{display:none} - -.elementor-widget-wp-widget-bp_core_members_widget #members-list.item-list .item-avatar img{max-width:100%} - -.elementor-widget .widget-num-count{padding:0 0 0 6px;color:var(--bb-alternate-text-color);margin-right:auto;font-size:14px} - -.elementor-widget-wp-widget-bp_core_follow_follower_widget .item-avatar img,.elementor-widget-wp-widget-bp_core_follow_following_widget .item-avatar img,.elementor-widget-wp-widget-bp_core_recently_active_widget .item-avatar img,.elementor-widget-wp-widget-bp_core_whos_online_widget .item-avatar img{border-radius:50%} - -.uael-subscribe-bar .fluid-width-video-wrapper{padding:0!important;margin:0!important;width:auto} - -.uael-subscribe-bar .fluid-width-video-wrapper iframe{height:auto;position:static;width:auto} - -.elementor-element.elementor-products-grid .woocommerce ul.products li.product{max-width:inherit;width:inherit} - -.elementor-element.elementor-products-grid .woocommerce ul.products li.product .onsale.onsale{padding:10px} - -.elementor-element.elementor-products-grid .woocommerce ul.products li.product h2.woocommerce-loop-category__title{text-align:center} - -.elementor-element.elementor-products-grid .woocommerce .woocommerce-pagination a:hover{color:var(--bb-body-background-color)} - -.elementor-element.elementor-products-grid .woocommerce .woocommerce-pagination a.next,.elementor-element.elementor-products-grid .woocommerce .woocommerce-pagination a.prev{font-size:0;color:var(--bb-body-text-color);padding:0} - -.elementor-element.elementor-products-grid .woocommerce .woocommerce-pagination a.next::before,.elementor-element.elementor-products-grid .woocommerce .woocommerce-pagination a.prev::before{line-height:28px;display:inline-block;width:28px} - -.site-content-grid>.woocommerce-notices-wrapper{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.site-content-grid>.woocommerce-notices-wrapper:empty{display:none} - -.woocommerce #content .site-content-grid>.product.elementor{display:block} - -nav.elementor-pagination{margin-top:30px;margin-bottom:30px} - -.elementor-image>.wp-caption{background:0 0} - -.elementor-nav-menu .menu-item i._mi{margin-top:0} - -.elementor-nav-menu ul.elementor-nav-menu--dropdown a,.elementor-nav-menu ul.elementor-nav-menu--dropdown a:focus,.elementor-nav-menu ul.elementor-nav-menu--dropdown a:hover{border-left:0} - -.elementor-element.elementor-products-grid ul.products li.product a.woocommerce-loop-product__link{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.elementor-element.elementor-products-grid ul.products li.product a.button:last-child{-webkit-box-flex:0;-ms-flex:none;flex:none} - -.elementor-element.elementor-products-grid ul.products li.product .woocommerce-loop-product__title{padding-left:5px;padding-right:5px}@media (max-width:1024px){ - -#content .elementor-element.elementor-products-grid ul.products.products{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:800px){ - -.bb-buddypanel.bb-sfwd-aside .site-header.site-header--elementor{width:auto}}@media (max-width:768px){ - -#content .elementor-element.elementor-products-grid ul.products.products{grid-template-columns:repeat(2,1fr)} - -.bb-footer-logo-max-width .elementor-image>img{max-width:50%} - -.bb-logo-align-center.bb-footer-logo-max-width .elementor-image>img{margin:0 auto;display:block}}@media (max-width:480px){ - -#content .elementor-element.elementor-products-grid ul.products.products{grid-template-columns:repeat(1,1fr)}} - -.bb-block-header{margin:0 0 22px} - -.bb-block-header h3{margin:0;font-weight:500} - -.bb-block-header__extra{font-size:12px;font-weight:500;text-align:right;text-transform:uppercase;letter-spacing:.3px} - -body.rtl .bb-block-header__extra a.count-more i{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)} - -.bbel-list-flow{margin:0 -20px;max-height:900px;overflow-y:auto;padding:0 20px} - -.bb-members .bbel-list-flow{max-height:850px} - -.bb-no-data{text-align:center;font-size:14px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%} - -.bb-no-data img.bb-no-data__image{max-width:50%;margin:0 0 25px} - -.bb-no-data .bp-feedback.info .bp-icon{display:none} - -.bb-no-data .bp-feedback{box-shadow:none;margin:0;padding:0 10%} - -.bb-no-data .bp-feedback p{width:100%;padding:0} - -.bb-no-data .bp-messages{border:0} - -.bb-no-data .bb-no-data__link{display:inline-block;font-size:14px;padding:4px 20px;border:1px solid var(--bb-content-border-color);border-radius:30px;margin:10px 0 0} - -.elementor-field-group .elementor-field-textual:focus,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper select:focus,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input:focus,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea:focus{outline:0;box-shadow:none}@media screen and (max-width:1200px){ - -.elementor-section.elementor-section-boxed>.elementor-container{padding-left:30px;padding-right:30px}}@media screen and (max-width:800px){ - -.elementor-section.elementor-section-boxed>.elementor-container{padding-left:10px;padding-right:10px}}@media screen and (max-width:544px){ - -.elementor-section.elementor-section-boxed>.elementor-container{padding-left:0;padding-right:0}} - -.elementor-button{background-color:var(--bb-primary-color);border-radius:var(--bb-button-radius)} - -.elementor-button.elementor-size-lg,.elementor-button.elementor-size-md,.elementor-button.elementor-size-xl,.elementor-button.elementor-size-xs{border-radius:var(--bb-button-radius)} - -.elementor-icon,.elementor-view-framed .elementor-icon{color:var(--bb-alternate-text-color)} - -.elementor-view-stacked .elementor-icon{background-color:var(--bb-alternate-text-color)} - -.elementor-view-framed .elementor-icon{border-color:var(--bb-alternate-text-color)} - -.elementor-headline--style-highlight svg path{stroke:var(--bb-primary-color)} - -.elementor-price-list-description{color:var(--bb-alternate-text-color)} - -.elementor-post__title a{color:var(--bb-headings-color)} - -.elementor-post__title a:hover{color:var(--bb-primary-color)} - -.elementor-posts div.elementor-post__meta-data{color:var(--bb-alternate-text-color)} - -.elementor-posts div.elementor-post__excerpt p{color:var(--bb-body-text-color)} - -div.elementor-field-group .elementor-field-textual{border-color:var(--bb-content-border-color)} - -.elementor-price-table .elementor-price-table__currency,.elementor-price-table .elementor-price-table__fractional-part,.elementor-price-table .elementor-price-table__integer-part{color:var(--bb-headings-color)} - -.elementor-price-table .elementor-price-table__period{color:var(--bb-body-text-color)} - -.elementor-cta--skin-classic .elementor-cta__content-item.elementor-cta__title{color:var(--bb-headings-color)} - -.elementor-counter div.elementor-counter-title,.elementor-cta--skin-classic .elementor-cta__content-item.elementor-cta__description{color:var(--bb-body-text-color)} - -.elementor-blockquote__author,.elementor-counter div.elementor-counter-number-wrapper,.elementor-testimonial-wrapper div.elementor-testimonial-name,.elementor-testimonial__name,.elementor-widget-reviews .elementor-testimonial__name{color:var(--bb-headings-color)} - -.elementor-testimonial-wrapper div.elementor-testimonial-job,.elementor-testimonial__title,.elementor-widget-reviews .elementor-testimonial__title{color:var(--bb-alternate-text-color)} - -div.elementor-widget-blockquote blockquote{color:var(--bb-body-text-color)} - -.elementor-element.elementor-button-info a.elementor-button,.elementor-widget-progress .elementor-progress-wrapper.progress-info div.elementor-progress-bar{background-color:var(--bb-default-notice-color)} - -.elementor-element.elementor-button-success a.elementor-button,.elementor-widget-progress .elementor-progress-wrapper.progress-success div.elementor-progress-bar{background-color:var(--bb-success-color)} - -.elementor-element.elementor-button-warning a.elementor-button,.elementor-widget-progress .elementor-progress-wrapper.progress-warning div.elementor-progress-bar{background-color:var(--bb-warning-color)} - -.elementor-element.elementor-button-danger a.elementor-button,.elementor-widget-progress .elementor-progress-wrapper.progress-danger div.elementor-progress-bar{background-color:var(--bb-danger-color)} - -.elementor-accordion .elementor-tab-title{color:var(--bb-headings-color)} - -.elementor-toggle .elementor-tab-title{color:var(--bb-headings-color)} - -.elementor-icon-box-title{color:var(--bb-headings-color)} - -div.elementor-alert.elementor-alert-info{color:var(--bb-default-notice-color);border-color:rgba(var(--bb-default-notice-color-rgb),.7);background-color:rgba(var(--bb-default-notice-color-rgb),.1)} - -div.elementor-alert.elementor-alert-success{color:var(--bb-success-color);border-color:rgba(var(--bb-success-color-rgb),.7);background-color:rgba(var(--bb-success-color-rgb),.1)} - -div.elementor-alert.elementor-alert-warning{color:var(--bb-warning-color);border-color:rgba(var(--bb-warning-color-rgb),.7);background-color:rgba(var(--bb-warning-color-rgb),.1)} - -div.elementor-alert.elementor-alert-danger{color:var(--bb-danger-color);border-color:rgba(var(--bb-danger-color-rgb),.7);background-color:rgba(var(--bb-danger-color-rgb),.1)} - -.elementor-menu-cart__toggle a.elementor-button{color:var(--bb-alternate-text-color)} - -.elementor-widget-post-comments .commentlist{list-style:none} - -div.elementor-price-table__ribbon-inner{background-color:var(--bb-primary-color)} - -.header-mini-cart{overflow:hidden} - -.header-mini-cart .elementor-menu-cart__product{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px 20px;border-bottom:1px solid var(--bb-content-border-color)} - -.header-mini-cart .elementor-menu-cart__product .elementor-menu-cart__product-image img{max-width:36px;width:36px;border-radius:50%;margin-right:10px;margin-left:0;float:none} - -.header-mini-cart .elementor-menu-cart__product .elementor-menu-cart__product-name{max-width:240px} - -.header-mini-cart .elementor-menu-cart__product .elementor-menu-cart__product-name a{color:var(--bb-headings-color);font-size:14px} - -.header-mini-cart .elementor-menu-cart__product .elementor-menu-cart__product-name a:hover{color:var(--bb-primary-color)} - -.header-mini-cart .elementor-menu-cart__product .elementor-menu-cart__product-price{margin-left:auto;font-size:13px;color:var(--bb-alternate-text-color)} - -.header-mini-cart .elementor-menu-cart__product .elementor-menu-cart__product-price .quantity{display:-webkit-box;display:-ms-flexbox;display:flex} - -.header-mini-cart .elementor-menu-cart__subtotal{margin:15px 0 15px 20px;font-size:14px;color:var(--bb-alternate-text-color);float:left} - -.header-mini-cart .elementor-menu-cart__subtotal strong{font-weight:400} - -.header-mini-cart .elementor-menu-cart__footer-buttons{margin:15px 20px 15px 0;float:right} - -.header-mini-cart .elementor-menu-cart__footer-buttons .elementor-button{background-color:transparent;font-size:14px;margin-left:5px} - -.bb-template-v2 .header-mini-cart .elementor-menu-cart__product{border-bottom:0} - -.bb-template-v2 .header-mini-cart .elementor-menu-cart__products{border-bottom:1px solid var(--bb-content-border-color)} - -.bb-sfwd-aside .site>.elementor-location-header{-webkit-transition:padding-left .3s ease-in-out;transition:padding-left .3s ease-in-out} - -.bb-sfwd-aside .site>.elementor-location-header .elementor-section.elementor-section-stretched{left:inherit!important} - -.bb-sfwd-aside:not(.lms-side-panel-close) .site>.elementor-location-header{padding:0 0 0 370px} - -.bb-sfwd-aside:not(.lms-side-panel-close) .site>.elementor-location-header .elementor-section.elementor-section-stretched{width:100%!important;left:inherit!important;padding:0!important}@media screen and (max-width:767px){ - -.bb-sfwd-aside:not(.lms-side-panel-close) .site>.elementor-location-header{padding:0}} - -.bb-sfwd-aside .site>.elementor-location-header{z-index:initial!important} - -.elementor-element-edit-mode .elementor-widget-wp-widget-bp_core_whos_online_widget a#online-members{border-bottom:1px solid #ed7e00;font-weight:600;margin-bottom:-1px;color:var(--bb-headings-color)} - -.elementor-element-edit-mode .elementor-widget-wp-widget-bp_core_whos_online_widget #boss_whos_online_widget_connections{display:none} - -.elementor-widget.elementor-widget-wp-widget-bp_core_friends_widget ul a{font-size:14px} - -.elementor-widget.elementor-widget-wp-widget-bp_core_friends_widget .item-meta{display:none} - -.elementor-widget.elementor-widget-wp-widget-bp_core_friends_widget .item-list .item-avatar{margin-right:12px} - -.elementor-element-edit-mode.elementor-widget[class*=wp-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 .9375rem} - -.elementor-widget-search-form .elementor-search-form__input{height:auto;outline:0} - -.bb-buddypanel.sticky-header:not(.bb-sfwd-aside) .site-header.site-header--elementor,.site-header.site-header--elementor,.sticky-header .site-header.site-header--elementor{width:auto;background-color:transparent;box-shadow:none;position:relative} - -.lms-side-panel-close .site-header--elementor .header-maximize-link{display:none!important} - -body:not(.lms-side-panel-close) .site-header--elementor .header-minimize-link{display:none!important} - -.site-header.site-header--elementor,body.bp-search .site-header.site-header--elementor{z-index:9;padding-right:0;padding-left:0} - -.site-header--elementor #bb-toggle-theme,.site-header--elementor #header-messages-dropdown-elem,.site-header--elementor #header-notifications-dropdown-elem,.site-header--elementor .bb-separator,.site-header--elementor .course-toggle-view,.site-header--elementor .header-cart-link-wrap,.site-header--elementor .header-search-link,.site-header--elementor .user-wrap{display:none} - -.site-header--elementor.site-header--align-right .header-aside{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end} - -.site-header--elementor.site-header--align-left .header-aside{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start} - -.site-header--elementor.site-header--align-center .header-aside{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -.site-header--elementor .bb-header-buttons{white-space:nowrap} - -.site-header--elementor .user-mention .bp-suggestions-mention{padding:0;margin:0;color:inherit} - -.site-header--elementor .sub-menu .ab-submenu a:hover{background-color:transparent} - -.site-header--elementor .user-link img,.site-header--elementor.avatar-none .user-link img{border-style:none} - -.site-header--elementor.avatar-solid .user-link img{border-style:solid} - -.site-header--elementor.avatar-dotted .user-link img{border-style:dotted} - -.site-header--elementor.avatar-dashed .user-link img{border-style:dashed} - -.site-header--elementor.avatar-double .user-link img{border-style:double} - -.site-header--elementor .primary-menu.bb-primary-overflow .menu-item-has-children::after{opacity:1} - -.elementor .user-link img{max-width:36px} - -.elementor-widget-container .site-header--elementor .product_list_widget li{-ms-flex-flow:row;flex-flow:row;margin-bottom:0} - -.elementor-widget-container .site-header--elementor .product_list_widget li:hover{box-shadow:none} - -.elementor-widget-container .site-header--elementor .product_list_widget img{margin:0 10px 0 0} - -.elementor-widget-container .site-header--elementor .product_list_widget .amount{margin-bottom:0;color:inherit} - -.elementor-widget-container .site-header--elementor .header-mini-cart ul.cart_list li.mini_cart_item>a:not(.remove){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.elementor .notification-avatar img{max-width:36px} - -.header-search-wrap--elementor{position:absolute;width:100%;left:0;top:0;height:var(--bb-header-height);background-color:var(--bb-header-background);box-shadow:0 1px 0 0 rgba(139,141,157,.05),0 5px 18px 0 rgba(65,71,108,.22);opacity:0;visibility:hidden;-webkit-transition:all linear .2s;transition:all linear .2s;z-index:2} - -.search-visible-el .header-search-wrap--elementor{opacity:1;visibility:visible} - -.header-search-wrap--elementor .container{padding:0;position:relative;width:100%} - -.header-search-wrap--elementor .search-form{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;height:var(--bb-header-height);-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:100%} - -.header-search-wrap--elementor .search-form label{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0} - -.header-search-wrap--elementor .search-field-top,.header-search-wrap--elementor input.search-field{border:0;background-size:20px;outline:0;box-shadow:none;padding:0 50px;font-size:16px;width:100%;height:var(--bb-header-height);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background-color:var(--bb-header-background)} - -.header-search-wrap--elementor input.search-submit{position:absolute;width:30px;font-size:0;top:18px;padding:0;opacity:0} - -.header-search-wrap--elementor a.close-search{display:inline-block;line-height:1;position:absolute;top:-webkit-calc(50% - 11px);top:calc(50% - 11px);right:15px} - -.header-search-wrap--elementor a.close-search i{font-size:22px} - -.header-search-wrap--elementor input[type=search]{background-position:left 15px center} - -.site-header--elementor.icon-fill-in #bb-toggle-theme i,.site-header--elementor.icon-fill-in #header-messages-dropdown-elem i,.site-header--elementor.icon-fill-in #header-notifications-dropdown-elem i,.site-header--elementor.icon-fill-in .course-toggle-view i,.site-header--elementor.icon-fill-in .header-cart-link-wrap i,.site-header--elementor.icon-fill-in .header-search-link i{opacity:0} - -.site-header--elementor.site-header--is-logo:not(.site-header--is-nav) #site-logo{margin-right:auto} - -.site-header--elementor:not(.site-header--is-logo) .bb-mobile-header-wrapper,.site-header--elementor:not(.site-header--is-nav) .bb-mobile-header-wrapper{display:none}@media (max-width:799px){ - -.site-header--elementor .site-header-container{display:-webkit-box;display:-ms-flexbox;display:flex} - -.site-header--elementor.site-header--is-logo.site-header--is-nav .site-header-container{display:none}} - -.elementor-widget-header-bar.is-active{z-index:12} - -.elementor-element--logo-position-right .site-header-container #site-navigation{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:40%} - -.elementor-element--logo-position-right .site-header-container #site-logo{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin:auto;padding:0 20px} - -.elementor-element--logo-position-full-center .site-header-container #site-navigation{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:40%} - -.elementor-element--logo-position-full-center .site-header-container #site-logo{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin:auto;padding:0 20px} - -.elementor-element--logo-position-full-center .site-header-container #header-aside{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;width:40%} - -.elementor-element--logo-position-full-right .site-header-container #site-navigation{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:40%} - -.elementor-element--logo-position-full-right .site-header-container #site-logo{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin:auto;padding:0 20px} - -.elementor-element--logo-position-full-right .site-header-container #header-aside{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:40%} - -.elementor-widget-container .fab::before{font-family:"Font Awesome 5 Brands"} - -.elementor-widget-container .far::before{font-family:"Font Awesome 5 Free"} - -.elementor-widget-container .fa::before,.elementor-widget-container .fas::before{font-family:"Font Awesome 5 Free"}@media (max-width:768px){ - -.site-header--elementor .user-wrap>a.user-link .user-name,.site-header--elementor .user-wrap>a.user-link i.bb-icon-angle-down{display:none} - -.site-header--elementor .user-wrap>.sub-menu{right:-54px} - -.site-header--elementor .header-aside-inner>.bb-separator{margin:0;opacity:0}}@media (max-width:500px){ - -.site-header--elementor .user-wrap>.sub-menu{right:-94px} - -.site-header--elementor .user-wrap-container>.sub-menu::before{right:118px} - -.site-header--elementor .user-wrap>.sub-menu{min-width:150px} - -.site-header--elementor .user-wrap>.sub-menu .wrapper .sub-menu-inner{width:150px} - -.site-header--elementor .user-wrap>.sub-menu .ab-sub-wrapper{width:140px;left:-140px}}@media (max-width:420px){ - -.site-header--elementor .user-wrap>.sub-menu .ab-sub-wrapper{width:130px;left:-130px}}@media (max-width:380px){ - -.site-header--elementor .user-wrap>.sub-menu .menupop.parent{position:relative!important} - -.site-header--elementor .user-wrap>.sub-menu .ab-sub-wrapper{position:relative;width:100%;box-shadow:none;display:block!important;left:0;top:0!important} - -.site-header--elementor .user-wrap>.sub-menu .ab-sub-wrapper .ab-submenu{box-shadow:none;background-color:var(--bb-body-background-color);display:none} - -.site-header--elementor .user-wrap>.sub-menu .ab-sub-wrapper .ab-submenu a{font-size:12px;padding:.3125rem .9375rem .3125rem 1.25rem} - -.site-header--elementor .user-wrap>.sub-menu .menupop.parent .ab-sub-wrapper::before{content:"\e826";font-family:bb-icons;width:20px;height:20px;font-size:12px;line-height:20px;vertical-align:top;text-align:center;color:var(--bb-alternate-text-color);top:-27px;right:5px;display:inline-block;-webkit-transform:none;-ms-transform:none;transform:none;z-index:110;cursor:pointer;box-shadow:none;background-color:transparent!important} - -.site-header--elementor .user-wrap>.sub-menu .ab-sub-wrapper::before{display:none}} - -.profile_bit{position:relative;display:inline-block;text-align:left} - -.profile_bit .progress_container{text-align:center} - -.profile_bit_wrapper{display:block;min-height:110px;width:100%} - -.profile_bit_wrapper.profile_bit_wrapper--blank{min-height:auto} - -.profile_bit_wrapper.has-profile-button{min-height:180px} - -.profile_bit.skin-linear{position:absolute;right:0} - -.profile_bit.skin-semicircle{position:static} - -.profile_bit_wrapper--semicircle .profile_bit_figure{width:100%} - -.elementor-cta--completion-right .profile_bit.skin-linear{right:0}@media (max-width:768px){ - -.elementor-cta--completion-right .profile_bit.skin-linear{right:0;left:0;margin:0 auto}} - -.elementor-cta--completion-left .profile_bit.skin-linear{left:0;right:unset} - -.elementor-cta--completion-center .profile_bit.skin-linear{left:0;right:0;margin:0 auto} - -.elementor-cta--completion-right{text-align:right} - -.elementor-cta--completion-left{text-align:left} - -.elementor-cta--completion-center{text-align:center} - -.elementor-cta--btn-alignment-left .profile_bit.skin-semicircle .profile_bit_action{text-align:left} - -.elementor-cta--btn-alignment-center .profile_bit.skin-semicircle .profile_bit_action{text-align:center} - -.elementor-cta--btn-alignment-right .profile_bit.skin-semicircle .profile_bit_action{text-align:right}@media (max-width:768px){ - -.elementor-cta--completion-center,.elementor-cta--completion-left,.elementor-cta--completion-right{text-align:center}} - -.progress_bit{position:relative;display:inline-block;cursor:pointer} - -.progress_bit_arc,.progress_bit_linear{display:none} - -.skin-semicircle .progress_bit_graph{display:none} - -.profile_bit.skin-semicircle{width:100%} - -.profile_bit.skin-linear .progress_bit_graph{display:none} - -.profile_bit.skin-linear .progress_bit__data{position:relative;display:block;text-align:left;margin:0} - -.profile_bit.skin-linear,.profile_bit.skin-semicircle{width:100%} - -.profile_bit.skin-linear .progress_bit,.profile_bit.skin-semicircle .progress_bit{width:100%;padding:20px 20px 0;cursor:pointer} - -.profile_bit.skin-linear .progress_container,.profile_bit.skin-semicircle .progress_container{background-color:#fff;border-radius:10px;border-color:var(--bb-content-border-color);border-width:1px;padding-bottom:20px} - -.profile_bit.skin-linear .profile_bit_action,.profile_bit.skin-semicircle .profile_bit_action{text-align:left;padding:0 15px} - -.profile_bit.skin-linear.active .progress_container,.profile_bit.skin-semicircle.active .progress_container{border-radius:10px 10px 0 0} - -.profile_bit.skin-linear .profile_bit__details,.profile_bit.skin-semicircle .profile_bit__details{top:0;position:relative;left:0;right:unset;width:100%;box-shadow:none;border-radius:0 0 10px 10px;border-color:var(--bb-content-border-color);margin-top:-5px;padding-top:0;border-width:1px} - -.profile_bit.skin-linear .profile_bit__details .profile_bit__heading,.profile_bit.skin-semicircle .profile_bit__details .profile_bit__heading{display:none} - -.profile_bit.skin-semicircle .profile_bit__details{position:absolute;top:100%} - -.profile_bit.skin-semicircle .profile_bit_action__link{text-align:center} - -.profile_bit.skin-linear.border-solid .profile_bit__details,.profile_bit.skin-linear.border-solid .progress_container,.profile_bit.skin-semicircle.border-solid .profile_bit__details,.profile_bit.skin-semicircle.border-solid .progress_container{border-style:solid} - -.profile_bit.skin-linear.border-dashed .profile_bit__details,.profile_bit.skin-linear.border-dashed .progress_container,.profile_bit.skin-semicircle.border-dashed .profile_bit__details,.profile_bit.skin-semicircle.border-dashed .progress_container{border-style:dashed} - -.profile_bit.skin-linear.border-dotted .profile_bit__details,.profile_bit.skin-linear.border-dotted .progress_container,.profile_bit.skin-semicircle.border-dotted .profile_bit__details,.profile_bit.skin-semicircle.border-dotted .progress_container{border-style:dotted} - -.profile_bit.skin-linear.border-none .profile_bit__details,.profile_bit.skin-linear.border-none .progress_container,.profile_bit.skin-semicircle.border-none .profile_bit__details,.profile_bit.skin-semicircle.border-none .progress_container{border-style:none} - -.profile_bit.skin-linear.border-double .profile_bit__details,.profile_bit.skin-linear.border-double .progress_container,.profile_bit.skin-semicircle.border-double .profile_bit__details,.profile_bit.skin-semicircle.border-double .progress_container{border-style:double} - -.profile_bit.skin-linear .profile_bit__details,.profile_bit.skin-semicircle .profile_bit__details{border-top-width:0} - -.skin-semicircle .progress_bit__heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 15px} - -.skin-semicircle .progress_bit__heading i{margin-left:auto;-webkit-transition:all .5s ease;transition:all .5s ease;color:var(--bb-headings-color)} - -.skin-semicircle .progress_bit__heading h3{text-transform:uppercase;font-weight:700;font-size:13px;margin:0} - -.skin-linear .progress_bit_linear{display:block;width:100%;text-align:left} - -.skin-linear .progress_bit_linear .progress_bit__heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 15px} - -.skin-linear .progress_bit_linear .progress_bit__heading i{margin-left:auto;-webkit-transition:all .5s ease;transition:all .5s ease;color:var(--bb-headings-color)} - -.skin-linear .progress_bit_linear .progress_bit__heading h3{text-transform:uppercase;font-weight:700;font-size:13px;margin:0} - -.skin-semicircle .progress_bit_arc{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;min-width:240px;-webkit-box-flex:1;-ms-flex:1;flex:1} - -.profile_bit.skin-linear.active .progress_bit__heading i,.profile_bit.skin-semicircle.active .progress_bit__heading i{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)} - -.progress_bit__line{position:relative;border-radius:20px} - -.progress_bit__scale{position:absolute;top:0;left:0;display:inline-block;border-radius:20px 0 0 20px} - -.progress-bit__ring{overflow:hidden;border-radius:4px;width:100px;height:100px;line-height:100px;background:0 0;margin:0 auto;box-shadow:none;position:relative} - -.progress-bit__ring::after{content:"";width:98px;height:98px;border-radius:50%;border:4px solid #dedfe2;position:absolute;top:1px;left:1px} - -.progress-bit__ring>span{width:50%;height:100%;overflow:hidden;position:absolute;top:0;z-index:1} - -.progress-bit__ring .progress-bit__left{left:0} - -.progress-bit__ring .progress-bit__disc{width:100%;height:100%;background:0 0;border-width:6px;border-style:solid;position:absolute;top:0;border-color:#dedfe2} - -.progress-bit__ring .progress-bit__left .progress-bit__disc{left:100%;border-top-right-radius:50px;border-bottom-right-radius:50px;border-left:0;-webkit-transform-origin:center left;-ms-transform-origin:center left;transform-origin:center left;-webkit-animation:loading-2 1.5s linear forwards 1.8s;animation:loading-2 1.5s linear forwards 1.8s} - -.progress-bit__ring .progress-bit__right{right:0} - -.progress-bit__ring .progress-bit__right .progress-bit__disc{left:-100%;border-top-left-radius:50px;border-bottom-left-radius:50px;border-right:0;-webkit-transform-origin:center right;-ms-transform-origin:center right;transform-origin:center right;-webkit-animation:loading-1 1.8s linear forwards;animation:loading-1 1.8s linear forwards} - -.progress-bit__ring .bb-progress-value{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:50%;font-size:36px;text-align:center;line-height:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;font-weight:300} - -.progress-bit__ring .bb-progress-value div{margin-top:10px} - -.progress-bit__ring .bb-progress-value span{font-size:12px;text-transform:uppercase} - -.progress_bit_graph--sm .progress-bit__ring{border-radius:2px;width:46px;height:46px;line-height:46px} - -.progress_bit_graph--sm .progress-bit__ring::after{border-width:4px;width:100%;height:100%;top:0;left:0} - -.progress_bit_graph--sm .progress-bit__disc{border-width:4px} - -.progress_bit_graph--sm .progress-bit__left .progress-bit__disc{border-top-right-radius:23px;border-bottom-right-radius:23px} - -.progress_bit_graph--sm .progress-bit__right{right:0} - -.progress_bit_graph--sm .progress-bit__right .progress-bit__disc{border-top-left-radius:23px;border-bottom-left-radius:23px} - -.progress-bit__ring .progress-bit__disc{border-color:#1cd991} - -.progress-bit__ring[data-percentage="0"] .progress-bit__disc{opacity:0} - -.progress_bit__data{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.progress_bit__data-num{font-size:22px;font-weight:500;color:var(--bb-headings-color)} - -.progress_bit__data-num>span{font-size:12px;color:var(--bb-alternate-text-color);vertical-align:super} - -.skin-semicircle .progress_bit__data-num{font-size:36px;font-weight:600} - -.skin-semicircle .progress_bit__data-num>span{font-size:14px} - -.skin-semicircle .progress_bit__data-remark{font-size:14px;line-height:1.3} - -.skin-semicircle .progress_bit__data{top:unset;bottom:20px} - -.skin-semicircle .pc_progress_wrap{margin:0 0 10px} - -.progress_bit__data-remark{font-size:12px;color:var(--bb-alternate-text-color);line-height:1.3} - -.profile_bit.skin-linear .progress_bit__data-num,.profile_bit.skin-linear .progress_bit__data-num>span,.profile_bit.skin-linear .progress_bit__data-remark{font-size:13px;color:var(--bb-alternate-text-color)} - -.profile_bit.skin-linear .progress_bit__data-num>span{vertical-align:initial} - -.profile_bit__details{min-width:280px;display:none;background-color:#fff;border-radius:10px;box-shadow:0 3px 24px 0 rgba(18,43,70,.08);padding:20px;position:absolute;top:0;right:100px;z-index:999}@media (max-width:768px){ - -.profile_bit.skin-circle .profile_bit__details{top:100px;left:50%;right:unset;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}} - -ul.profile_bit__list{margin:0;padding:0;list-style:none} - -ul.profile_bit__list li .section_number{line-height:1;position:relative} - -ul.profile_bit__list li .section_number::before{content:"";border:2px solid #dedfe2;margin-right:10px;display:inline-block;vertical-align:middle;height:22px;width:22px;border-radius:50%} - -ul.profile_bit__list li.completed .section_number::before{content:"";content:"\e876";font-family:bb-icons;border:0;background-color:var(--bb-success-color);margin-right:10px;display:inline-block;vertical-align:middle;height:22px;width:22px;border-radius:50%;color:#fff;text-align:center;line-height:22px;font-size:14px} - -ul.profile_bit__list li{margin:0 0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative} - -ul.profile_bit__list li .progress{margin-left:auto} - -ul.profile_bit__list li .section_name{margin-right:15px} - -ul.profile_bit__list li .section_name a{color:#939597;font-size:15px} - -ul.profile_bit__list li:last-of-type{margin-bottom:0} - -ul.profile_bit__list li .completed_staus{display:inline-block;padding:3px 0;width:40px;font-size:12px;line-height:1;font-weight:600;text-align:center} - -ul.profile_bit__list li.completed .completed_staus{color:var(--bb-success-color)} - -ul.profile_bit__list li.incomplete .completed_staus{color:var(--bb-danger-color)} - -ul.profile_bit__list li.incomplete .section_name a{color:var(--bb-danger-color)} - -.profile_bit__heading{background-color:#f5f5f5;border-radius:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px 10px;margin:0 0 15px;font-size:14px} - -.profile_bit__heading .progress-num{color:var(--bb-headings-color)} - -.profile_bit__heading .progress-label{text-align:right;color:var(--bb-headings-color)} - -.profile_bit__heading>span{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%} - -.profile_bit__heading .progress-figure{position:relative} - -.profile_bit__heading .progress_bit_graph--sm{position:absolute;top:-23px;margin:auto;left:0;right:0} - -.profile_bit__heading .progress_bit_graph--sm .progress-bit__ring{border:3px solid #fff;background-color:#fff;border-radius:50%} - -.profile_bit_figure{text-align:center;display:inline-block} - -.profile_bit_action{margin:10px 0 0} - -.profile_bit_action a.profile_bit_action__link{font-size:13px;display:inline-block;border-radius:var(--bb-button-radius);padding:2px 15px;color:#939597;border:1px solid #9ea8b2;cursor:pointer} - -.profile_bit_action a.profile_bit_action__link:hover{color:var(--bb-primary-color)} - -.profile_bit_action a.profile_bit_action__link i{font-size:20px;position:relative;top:3px;left:3px} - -body.rtl .profile_bit_action__link i{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)} - -.progress-bit__ring[data-percentage="1"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-1 1.5s linear forwards;animation:loading-1 1.5s linear forwards} - -.progress-bit__ring[data-percentage="1"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="2"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-2 1.5s linear forwards;animation:loading-2 1.5s linear forwards} - -.progress-bit__ring[data-percentage="2"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="3"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-3 1.5s linear forwards;animation:loading-3 1.5s linear forwards} - -.progress-bit__ring[data-percentage="3"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="4"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-4 1.5s linear forwards;animation:loading-4 1.5s linear forwards} - -.progress-bit__ring[data-percentage="4"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="5"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-5 1.5s linear forwards;animation:loading-5 1.5s linear forwards} - -.progress-bit__ring[data-percentage="5"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="6"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-6 1.5s linear forwards;animation:loading-6 1.5s linear forwards} - -.progress-bit__ring[data-percentage="6"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="7"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-7 1.5s linear forwards;animation:loading-7 1.5s linear forwards} - -.progress-bit__ring[data-percentage="7"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="8"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-8 1.5s linear forwards;animation:loading-8 1.5s linear forwards} - -.progress-bit__ring[data-percentage="8"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="9"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-9 1.5s linear forwards;animation:loading-9 1.5s linear forwards} - -.progress-bit__ring[data-percentage="9"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="10"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-10 1.5s linear forwards;animation:loading-10 1.5s linear forwards} - -.progress-bit__ring[data-percentage="10"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="11"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-11 1.5s linear forwards;animation:loading-11 1.5s linear forwards} - -.progress-bit__ring[data-percentage="11"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="12"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-12 1.5s linear forwards;animation:loading-12 1.5s linear forwards} - -.progress-bit__ring[data-percentage="12"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="13"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-13 1.5s linear forwards;animation:loading-13 1.5s linear forwards} - -.progress-bit__ring[data-percentage="13"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="14"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-14 1.5s linear forwards;animation:loading-14 1.5s linear forwards} - -.progress-bit__ring[data-percentage="14"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="15"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-15 1.5s linear forwards;animation:loading-15 1.5s linear forwards} - -.progress-bit__ring[data-percentage="15"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="16"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-16 1.5s linear forwards;animation:loading-16 1.5s linear forwards} - -.progress-bit__ring[data-percentage="16"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="17"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-17 1.5s linear forwards;animation:loading-17 1.5s linear forwards} - -.progress-bit__ring[data-percentage="17"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="18"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-18 1.5s linear forwards;animation:loading-18 1.5s linear forwards} - -.progress-bit__ring[data-percentage="18"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="19"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-19 1.5s linear forwards;animation:loading-19 1.5s linear forwards} - -.progress-bit__ring[data-percentage="19"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="20"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-20 1.5s linear forwards;animation:loading-20 1.5s linear forwards} - -.progress-bit__ring[data-percentage="20"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="21"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-21 1.5s linear forwards;animation:loading-21 1.5s linear forwards} - -.progress-bit__ring[data-percentage="21"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="22"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-22 1.5s linear forwards;animation:loading-22 1.5s linear forwards} - -.progress-bit__ring[data-percentage="22"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="23"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-23 1.5s linear forwards;animation:loading-23 1.5s linear forwards} - -.progress-bit__ring[data-percentage="23"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="24"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-24 1.5s linear forwards;animation:loading-24 1.5s linear forwards} - -.progress-bit__ring[data-percentage="24"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="25"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-25 1.5s linear forwards;animation:loading-25 1.5s linear forwards} - -.progress-bit__ring[data-percentage="25"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="26"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-26 1.5s linear forwards;animation:loading-26 1.5s linear forwards} - -.progress-bit__ring[data-percentage="26"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="27"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-27 1.5s linear forwards;animation:loading-27 1.5s linear forwards} - -.progress-bit__ring[data-percentage="27"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="28"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-28 1.5s linear forwards;animation:loading-28 1.5s linear forwards} - -.progress-bit__ring[data-percentage="28"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="29"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-29 1.5s linear forwards;animation:loading-29 1.5s linear forwards} - -.progress-bit__ring[data-percentage="29"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="30"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-30 1.5s linear forwards;animation:loading-30 1.5s linear forwards} - -.progress-bit__ring[data-percentage="30"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="31"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-31 1.5s linear forwards;animation:loading-31 1.5s linear forwards} - -.progress-bit__ring[data-percentage="31"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="32"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-32 1.5s linear forwards;animation:loading-32 1.5s linear forwards} - -.progress-bit__ring[data-percentage="32"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="33"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-33 1.5s linear forwards;animation:loading-33 1.5s linear forwards} - -.progress-bit__ring[data-percentage="33"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="34"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-34 1.5s linear forwards;animation:loading-34 1.5s linear forwards} - -.progress-bit__ring[data-percentage="34"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="35"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-35 1.5s linear forwards;animation:loading-35 1.5s linear forwards} - -.progress-bit__ring[data-percentage="35"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="36"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-36 1.5s linear forwards;animation:loading-36 1.5s linear forwards} - -.progress-bit__ring[data-percentage="36"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="37"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-37 1.5s linear forwards;animation:loading-37 1.5s linear forwards} - -.progress-bit__ring[data-percentage="37"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="38"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-38 1.5s linear forwards;animation:loading-38 1.5s linear forwards} - -.progress-bit__ring[data-percentage="38"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="39"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-39 1.5s linear forwards;animation:loading-39 1.5s linear forwards} - -.progress-bit__ring[data-percentage="39"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="40"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-40 1.5s linear forwards;animation:loading-40 1.5s linear forwards} - -.progress-bit__ring[data-percentage="40"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="41"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-41 1.5s linear forwards;animation:loading-41 1.5s linear forwards} - -.progress-bit__ring[data-percentage="41"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="42"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-42 1.5s linear forwards;animation:loading-42 1.5s linear forwards} - -.progress-bit__ring[data-percentage="42"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="43"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-43 1.5s linear forwards;animation:loading-43 1.5s linear forwards} - -.progress-bit__ring[data-percentage="43"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="44"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-44 1.5s linear forwards;animation:loading-44 1.5s linear forwards} - -.progress-bit__ring[data-percentage="44"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="45"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-45 1.5s linear forwards;animation:loading-45 1.5s linear forwards} - -.progress-bit__ring[data-percentage="45"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="46"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-46 1.5s linear forwards;animation:loading-46 1.5s linear forwards} - -.progress-bit__ring[data-percentage="46"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="47"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-47 1.5s linear forwards;animation:loading-47 1.5s linear forwards} - -.progress-bit__ring[data-percentage="47"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="48"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-48 1.5s linear forwards;animation:loading-48 1.5s linear forwards} - -.progress-bit__ring[data-percentage="48"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="49"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-49 1.5s linear forwards;animation:loading-49 1.5s linear forwards} - -.progress-bit__ring[data-percentage="49"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="50"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="50"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0} - -.progress-bit__ring[data-percentage="51"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="51"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-1 1.5s linear forwards 1.5s;animation:loading-1 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="52"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="52"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-2 1.5s linear forwards 1.5s;animation:loading-2 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="53"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="53"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-3 1.5s linear forwards 1.5s;animation:loading-3 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="54"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="54"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-4 1.5s linear forwards 1.5s;animation:loading-4 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="55"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="55"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-5 1.5s linear forwards 1.5s;animation:loading-5 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="56"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="56"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-6 1.5s linear forwards 1.5s;animation:loading-6 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="57"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="57"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-7 1.5s linear forwards 1.5s;animation:loading-7 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="58"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="58"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-8 1.5s linear forwards 1.5s;animation:loading-8 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="59"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="59"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-9 1.5s linear forwards 1.5s;animation:loading-9 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="60"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="60"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-10 1.5s linear forwards 1.5s;animation:loading-10 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="61"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="61"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-11 1.5s linear forwards 1.5s;animation:loading-11 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="62"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="62"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-12 1.5s linear forwards 1.5s;animation:loading-12 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="63"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="63"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-13 1.5s linear forwards 1.5s;animation:loading-13 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="64"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="64"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-14 1.5s linear forwards 1.5s;animation:loading-14 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="65"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="65"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-15 1.5s linear forwards 1.5s;animation:loading-15 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="66"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="66"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-16 1.5s linear forwards 1.5s;animation:loading-16 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="67"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="67"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-17 1.5s linear forwards 1.5s;animation:loading-17 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="68"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="68"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-18 1.5s linear forwards 1.5s;animation:loading-18 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="69"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="69"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-19 1.5s linear forwards 1.5s;animation:loading-19 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="70"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="70"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-20 1.5s linear forwards 1.5s;animation:loading-20 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="71"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="71"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-21 1.5s linear forwards 1.5s;animation:loading-21 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="72"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="72"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-22 1.5s linear forwards 1.5s;animation:loading-22 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="73"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="73"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-23 1.5s linear forwards 1.5s;animation:loading-23 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="74"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="74"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-24 1.5s linear forwards 1.5s;animation:loading-24 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="75"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="75"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-25 1.5s linear forwards 1.5s;animation:loading-25 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="76"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="76"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-26 1.5s linear forwards 1.5s;animation:loading-26 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="77"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="77"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-27 1.5s linear forwards 1.5s;animation:loading-27 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="78"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="78"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-28 1.5s linear forwards 1.5s;animation:loading-28 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="79"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="79"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-29 1.5s linear forwards 1.5s;animation:loading-29 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="80"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="80"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-30 1.5s linear forwards 1.5s;animation:loading-30 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="81"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="81"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-31 1.5s linear forwards 1.5s;animation:loading-31 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="82"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="82"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-32 1.5s linear forwards 1.5s;animation:loading-32 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="83"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="83"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-33 1.5s linear forwards 1.5s;animation:loading-33 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="84"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="84"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-34 1.5s linear forwards 1.5s;animation:loading-34 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="85"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="85"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-35 1.5s linear forwards 1.5s;animation:loading-35 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="86"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="86"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-36 1.5s linear forwards 1.5s;animation:loading-36 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="87"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="87"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-37 1.5s linear forwards 1.5s;animation:loading-37 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="88"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="88"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-38 1.5s linear forwards 1.5s;animation:loading-38 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="89"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="89"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-39 1.5s linear forwards 1.5s;animation:loading-39 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="90"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="90"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-40 1.5s linear forwards 1.5s;animation:loading-40 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="91"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="91"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-41 1.5s linear forwards 1.5s;animation:loading-41 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="92"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="92"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-42 1.5s linear forwards 1.5s;animation:loading-42 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="93"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="93"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-43 1.5s linear forwards 1.5s;animation:loading-43 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="94"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="94"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-44 1.5s linear forwards 1.5s;animation:loading-44 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="95"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="95"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-45 1.5s linear forwards 1.5s;animation:loading-45 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="96"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="96"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-46 1.5s linear forwards 1.5s;animation:loading-46 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="97"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="97"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-47 1.5s linear forwards 1.5s;animation:loading-47 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="98"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="98"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-48 1.5s linear forwards 1.5s;animation:loading-48 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="99"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="99"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-49 1.5s linear forwards 1.5s;animation:loading-49 1.5s linear forwards 1.5s} - -.progress-bit__ring[data-percentage="100"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.progress-bit__ring[data-percentage="100"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards 1.5s;animation:loading-50 1.5s linear forwards 1.5s}@-webkit-keyframes loading-1{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(3.6deg);transform:rotate(3.6deg)}}@keyframes loading-1{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(3.6deg);transform:rotate(3.6deg)}}@-webkit-keyframes loading-2{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(7.2deg);transform:rotate(7.2deg)}}@keyframes loading-2{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(7.2deg);transform:rotate(7.2deg)}}@-webkit-keyframes loading-3{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(10.8deg);transform:rotate(10.8deg)}}@keyframes loading-3{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(10.8deg);transform:rotate(10.8deg)}}@-webkit-keyframes loading-4{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(14.4deg);transform:rotate(14.4deg)}}@keyframes loading-4{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(14.4deg);transform:rotate(14.4deg)}}@-webkit-keyframes loading-5{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}}@keyframes loading-5{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}}@-webkit-keyframes loading-6{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(21.6deg);transform:rotate(21.6deg)}}@keyframes loading-6{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(21.6deg);transform:rotate(21.6deg)}}@-webkit-keyframes loading-7{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(25.2deg);transform:rotate(25.2deg)}}@keyframes loading-7{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(25.2deg);transform:rotate(25.2deg)}}@-webkit-keyframes loading-8{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(28.8deg);transform:rotate(28.8deg)}}@keyframes loading-8{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(28.8deg);transform:rotate(28.8deg)}}@-webkit-keyframes loading-9{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(32.4deg);transform:rotate(32.4deg)}}@keyframes loading-9{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(32.4deg);transform:rotate(32.4deg)}}@-webkit-keyframes loading-10{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(36deg);transform:rotate(36deg)}}@keyframes loading-10{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(36deg);transform:rotate(36deg)}}@-webkit-keyframes loading-11{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(39.6deg);transform:rotate(39.6deg)}}@keyframes loading-11{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(39.6deg);transform:rotate(39.6deg)}}@-webkit-keyframes loading-12{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(43.2deg);transform:rotate(43.2deg)}}@keyframes loading-12{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(43.2deg);transform:rotate(43.2deg)}}@-webkit-keyframes loading-13{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(46.8deg);transform:rotate(46.8deg)}}@keyframes loading-13{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(46.8deg);transform:rotate(46.8deg)}}@-webkit-keyframes loading-14{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(50.4deg);transform:rotate(50.4deg)}}@keyframes loading-14{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(50.4deg);transform:rotate(50.4deg)}}@-webkit-keyframes loading-15{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(54deg);transform:rotate(54deg)}}@keyframes loading-15{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(54deg);transform:rotate(54deg)}}@-webkit-keyframes loading-16{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(57.6deg);transform:rotate(57.6deg)}}@keyframes loading-16{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(57.6deg);transform:rotate(57.6deg)}}@-webkit-keyframes loading-17{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(61.2deg);transform:rotate(61.2deg)}}@keyframes loading-17{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(61.2deg);transform:rotate(61.2deg)}}@-webkit-keyframes loading-18{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(64.8deg);transform:rotate(64.8deg)}}@keyframes loading-18{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(64.8deg);transform:rotate(64.8deg)}}@-webkit-keyframes loading-19{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(68.4deg);transform:rotate(68.4deg)}}@keyframes loading-19{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(68.4deg);transform:rotate(68.4deg)}}@-webkit-keyframes loading-20{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(72deg);transform:rotate(72deg)}}@keyframes loading-20{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(72deg);transform:rotate(72deg)}}@-webkit-keyframes loading-21{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(75.6deg);transform:rotate(75.6deg)}}@keyframes loading-21{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(75.6deg);transform:rotate(75.6deg)}}@-webkit-keyframes loading-22{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(79.2deg);transform:rotate(79.2deg)}}@keyframes loading-22{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(79.2deg);transform:rotate(79.2deg)}}@-webkit-keyframes loading-23{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(82.8deg);transform:rotate(82.8deg)}}@keyframes loading-23{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(82.8deg);transform:rotate(82.8deg)}}@-webkit-keyframes loading-24{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(86.4deg);transform:rotate(86.4deg)}}@keyframes loading-24{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(86.4deg);transform:rotate(86.4deg)}}@-webkit-keyframes loading-25{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@keyframes loading-25{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@-webkit-keyframes loading-26{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(93.6deg);transform:rotate(93.6deg)}}@keyframes loading-26{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(93.6deg);transform:rotate(93.6deg)}}@-webkit-keyframes loading-27{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(97.2deg);transform:rotate(97.2deg)}}@keyframes loading-27{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(97.2deg);transform:rotate(97.2deg)}}@-webkit-keyframes loading-28{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(100.8deg);transform:rotate(100.8deg)}}@keyframes loading-28{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(100.8deg);transform:rotate(100.8deg)}}@-webkit-keyframes loading-29{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(104.4deg);transform:rotate(104.4deg)}}@keyframes loading-29{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(104.4deg);transform:rotate(104.4deg)}}@-webkit-keyframes loading-30{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(108deg);transform:rotate(108deg)}}@keyframes loading-30{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(108deg);transform:rotate(108deg)}}@-webkit-keyframes loading-31{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(111.6deg);transform:rotate(111.6deg)}}@keyframes loading-31{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(111.6deg);transform:rotate(111.6deg)}}@-webkit-keyframes loading-32{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(115.2deg);transform:rotate(115.2deg)}}@keyframes loading-32{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(115.2deg);transform:rotate(115.2deg)}}@-webkit-keyframes loading-33{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(118.8deg);transform:rotate(118.8deg)}}@keyframes loading-33{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(118.8deg);transform:rotate(118.8deg)}}@-webkit-keyframes loading-34{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(122.4deg);transform:rotate(122.4deg)}}@keyframes loading-34{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(122.4deg);transform:rotate(122.4deg)}}@-webkit-keyframes loading-35{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(126deg);transform:rotate(126deg)}}@keyframes loading-35{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(126deg);transform:rotate(126deg)}}@-webkit-keyframes loading-36{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(129.6deg);transform:rotate(129.6deg)}}@keyframes loading-36{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(129.6deg);transform:rotate(129.6deg)}}@-webkit-keyframes loading-37{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(133.2deg);transform:rotate(133.2deg)}}@keyframes loading-37{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(133.2deg);transform:rotate(133.2deg)}}@-webkit-keyframes loading-38{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(136.8deg);transform:rotate(136.8deg)}}@keyframes loading-38{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(136.8deg);transform:rotate(136.8deg)}}@-webkit-keyframes loading-39{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(140.4deg);transform:rotate(140.4deg)}}@keyframes loading-39{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(140.4deg);transform:rotate(140.4deg)}}@-webkit-keyframes loading-40{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(144deg);transform:rotate(144deg)}}@keyframes loading-40{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(144deg);transform:rotate(144deg)}}@-webkit-keyframes loading-41{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(147.6deg);transform:rotate(147.6deg)}}@keyframes loading-41{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(147.6deg);transform:rotate(147.6deg)}}@-webkit-keyframes loading-42{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(151.2deg);transform:rotate(151.2deg)}}@keyframes loading-42{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(151.2deg);transform:rotate(151.2deg)}}@-webkit-keyframes loading-43{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(154.8deg);transform:rotate(154.8deg)}}@keyframes loading-43{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(154.8deg);transform:rotate(154.8deg)}}@-webkit-keyframes loading-44{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(158.4deg);transform:rotate(158.4deg)}}@keyframes loading-44{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(158.4deg);transform:rotate(158.4deg)}}@-webkit-keyframes loading-45{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(162deg);transform:rotate(162deg)}}@keyframes loading-45{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(162deg);transform:rotate(162deg)}}@-webkit-keyframes loading-46{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(165.6deg);transform:rotate(165.6deg)}}@keyframes loading-46{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(165.6deg);transform:rotate(165.6deg)}}@-webkit-keyframes loading-47{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(169.2deg);transform:rotate(169.2deg)}}@keyframes loading-47{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(169.2deg);transform:rotate(169.2deg)}}@-webkit-keyframes loading-48{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(172.8deg);transform:rotate(172.8deg)}}@keyframes loading-48{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(172.8deg);transform:rotate(172.8deg)}}@-webkit-keyframes loading-49{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(176.4deg);transform:rotate(176.4deg)}}@keyframes loading-49{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(176.4deg);transform:rotate(176.4deg)}}@-webkit-keyframes loading-50{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@keyframes loading-50{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}} - -.bb-lms-progress-wrap--ld-activity{position:relative} - -.bb-lms-progress-wrap--ld-activity .bb-progress .bb-progress-circle{border-width:3px} - -.bb-lms-progress-wrap--ld-activity .bb-progress__value{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:11px;color:#fff} - -.bb-lms-progress-wrap--ld-activity .bb-progress{width:36px;height:36px;line-height:36px} - -.bb-lms-progress-wrap--ld-activity .bb-progress::after{border:3px solid #dedfe2} - -.bb-lms-progress-wrap--ld-activity .bb-progress .bb-progress-left .bb-progress-circle{border-top-right-radius:18px;border-bottom-right-radius:18px} - -.bb-lms-progress-wrap--ld-activity .bb-progress .bb-progress-right .bb-progress-circle{left:-100%;border-top-left-radius:18px;border-bottom-left-radius:18px} - -.bb-la-composer.bb-la--isslick:not(.slick-initialized){display:none} - -.bb-la-composer.bb-la--isslick.bb-la__overlap{margin-right:10px} - -.bb-la-composer.bb-la--isslick.bb-la__overlap::after{content:"";position:absolute;top:4%;right:-10px;width:10px;height:92%;background-color:#fff;border:1px solid var(--bb-content-border-color);border-left:0;border-radius:0 4px 4px 0;opacity:.6}@media (max-width:544px){ - -.bb-la-composer.bb-la--isslick.bb-la__overlap{margin-right:0} - -.bb-la-composer.bb-la--isslick.bb-la__overlap::after{display:none}} - -.bb-la-composer.bb-la--isslick{position:relative}@media (min-width:768px){ - -.bb-ldactivity,.elementor-widget-ld-activity,.elementor-widget-ld-activity .elementor-widget-container{height:100%} - -.elementor-col-100 .bb-ldactivity,.elementor-col-100 .elementor-widget-ld-activity,.elementor-col-100 .elementor-widget-ld-activity .elementor-widget-container,.elementor-column[data-col="100"] .bb-ldactivity,.elementor-column[data-col="100"] .elementor-widget-ld-activity,.elementor-column[data-col="100"] .elementor-widget-ld-activity .elementor-widget-container{height:auto}} - -.bb-la-block,.bb-la-slide,.bb-la.bb-la-composer{height:100%} - -.bb-la--isslick .bb-la-slide{padding-right:1px} - -.bb-ldactivity .slick-list,.bb-ldactivity .slick-slide>div,.bb-ldactivity .slick-track{height:100%} - -.dots--align-center .bb-ldactivity ul.slick-dots{text-align:center} - -.dots--align-left .bb-ldactivity ul.slick-dots{text-align:left}@media screen and (max-width:540px){ - -.dots--align-left .bb-ldactivity ul.slick-dots{text-align:center}} - -.dots--align-right .bb-ldactivity ul.slick-dots{text-align:right}@media screen and (max-width:540px){ - -.dots--align-right .bb-ldactivity ul.slick-dots{text-align:center}} - -.bb-ldactivity .slick-dotted .bb-la__body{padding:20px 15px 35px} - -.bb-ldactivity .bb-la__body{padding:20px 15px;-webkit-box-flex:1;-ms-flex:1;flex:1} - -.bb-ldactivity ul.slick-dots{left:-webkit-calc(50% + 30px);left:calc(50% + 30px);bottom:15px;text-align:left;margin-right:40px} - -.bb-ldactivity ul.slick-dots li:first-child button{border-radius:10px 0 0 10px} - -.bb-ldactivity ul.slick-dots li:last-child button{border-radius:0 10px 10px 0} - -.bb-ldactivity ul.slick-dots li.slick-active button{background-color:var(--bb-primary-color)} - -.bb-ldactivity ul.slick-dots li:not(.slick-active) button{background-color:#eef0f3} - -.bb-ldactivity ul.slick-dots button{font-size:0;padding:1px 0;border-radius:0;width:30px}@media screen and (max-width:540px){ - -.bb-ldactivity ul.slick-dots{margin:0 auto;left:0;right:0;text-align:center}} - -.bb-ldactivity .bb-la__thumb{height:100%} - -.bb-ldactivity .bb-la__media::after{content:"";display:inline-block;width:100%;height:100%;position:absolute;top:0;left:0;z-index:9;border-radius:8px 0 0 8px}@media (max-width:544px){ - -.bb-ldactivity .bb-la__media::after{border-radius:8px 8px 0 0}} - -.bb-ldactivity .thumbnail-container{position:relative;overflow:hidden;display:block;background:#809ab4;height:100%;z-index:3;padding-bottom:56.25%} - -.bb-ldactivity .thumbnail-container img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;min-height:100%;width:auto;min-width:100%;object-fit:cover;z-index:5} - -.bb-ldactivity__blank{border:1px solid var(--bb-content-border-color);background-color:#fff;border-radius:4px;padding:1.25rem .9375rem;position:relative;min-height:250px;height:100%} - -.bb-la-block{border:1px solid var(--bb-content-border-color);background-color:#fff;border-radius:4px} - -.bb-ldactivity .slick-arrow{margin-top:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)} - -.bb-la__media{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;margin:0;position:relative}@media (max-width:544px){ - -.bb-la__media{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}} - -.bb-la-block{position:relative} - -.bb-la-block .bb-la__progress{position:absolute;top:20px;z-index:10}@media (max-width:544px){ - -.bb-la-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}} - -.elementor-cta--ldprogress-left .bb-la-block .bb-la__progress{left:20px} - -.elementor-cta--ldprogress-right .bb-la-block .bb-la__progress{right:20px} - -.bb-la__parent{text-transform:uppercase;font-size:13px;color:var(--bb-alternate-text-color);font-weight:500} - -.bb-la__title h2{font-weight:500;margin-bottom:10px;line-height:1.2} - -.bb-la__excerpt{font-size:14px;margin:0 0 20px;line-height:1.4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.bb-la__link{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px} - -.bb-la__link a{display:inline-block;font-size:14px;padding:4px 20px;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-button-radius)} - -.elementor-cta--falign-right .bb-la__link a{margin-left:auto} - -.elementor-cta--falign-left .bb-la__link a{margin-right:auto} - -.elementor-cta--falign-center .bb-la__link a{margin-right:auto;margin-left:auto} - -.bb-la .slick-arrow{background-color:#fff} - -.bb-la .slick-arrow i{color:var(--bb-primary-color)} - -.bb-la .slick-arrow.bb-slide-next{right:-21px} - -.bb-la .slick-arrow.bb-slide-prev{left:-21px} - -.bb-la__notooltip [data-balloon]::after,.bb-la__notooltip [data-balloon]::before{display:none} - -.elementor-cta--la-my-align-right .bb-la-activity-btn{text-align:right;right:0} - -.elementor-cta--la-my-align-right .bb-la-activity-btn.bb-la-activity-btn--isslick{right:8px} - -.elementor-cta--la-my-align-left .bb-la-activity-btn{text-align:left;left:0} - -.elementor-cta--la-my-align-center .bb-la-activity-btn{text-align:center;left:0;right:0;margin:0 auto} - -.bb-ldactivity{position:relative}@media (max-width:768px){ - -.bb-ldactivity--ismy{margin-top:50px}} - -.bb-la-activity-btn{text-align:right;position:absolute;top:-50px} - -.bb-la-activity-btn a.bb-la-activity-btn__link{font-size:13px;display:inline-block;border-radius:var(--bb-button-radius);padding:2px 15px;color:#939597;border:1px solid #9ea8b2;cursor:pointer} - -.bb-la-activity-btn a.bb-la-activity-btn__link:hover{color:var(--bb-primary-color)} - -.bb-la-activity-btn a.bb-la-activity-btn__link i{font-size:20px;position:relative;top:3px;left:3px} - -body.rtl .bb-ldactivity .slick-arrow.bb-slide-next{left:-21px!important;right:unset!important} - -body.rtl .bb-la-activity-btn__link{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row-reverse;flex-flow:row-reverse} - -body.rtl .bb-la-activity-btn__link i{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}@-webkit-keyframes fade-in-ld-slide{ - -0%{opacity:0;-webkit-transform:translateY(100px);transform:translateY(100px)} - -100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fade-in-ld-slide{ - -0%{opacity:0;-webkit-transform:translateY(100px);transform:translateY(100px)} - -100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fade-in-ld-slide{ - -0%{opacity:0;-webkit-transform:translateY(100px);transform:translateY(100px)} - -100%{opacity:1;-webkit-transform:none;transform:none}} - -.fade-in-ld-slide{-webkit-animation-name:fade-in-ld-slide;animation-name:fade-in-ld-slide} - -.slick-active .bb-la__body{-webkit-animation-name:fade-in-ld-slide;animation-name:fade-in-ld-slide;-webkit-animation-duration:.5s;animation-duration:.5s;opacity:1;width:100%}@media (min-width:768px){ - -.elementor-max-50 .elementor-heading-title{max-width:50%} - -.bb-ldactivity-main-section{padding-top:60px} - -.elementor-max-50+section .bb-ldactivity-main-section{padding-top:0}} - -.learndash-course-list--elementor .grid-box-solid .bb-course-items .bb-cover-list-item{border-style:solid} - -.learndash-course-list--elementor .grid-box-dotted .bb-course-items .bb-cover-list-item{border-style:dotted} - -.learndash-course-list--elementor .grid-box-dashed .bb-course-items .bb-cover-list-item{border-style:dashed} - -.learndash-course-list--elementor .grid-box-double .bb-course-items .bb-cover-list-item{border-style:double} - -.learndash-course-list--elementor .grid-box-none .bb-course-items .bb-cover-list-item{border-style:none} - -.learndash-course-list--elementor .columns-1 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.learndash-course-list--elementor .columns-2 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}@media screen and (max-width:480px){ - -.learndash-course-list--elementor .columns-2 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}} - -.learndash-course-list--elementor .columns-3 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}@media screen and (max-width:820px){ - -.learndash-course-list--elementor .columns-3 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:480px){ - -.learndash-course-list--elementor .columns-3 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}} - -.learndash-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap,.learndash-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}@media screen and (max-width:1200px){ - -.learndash-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap,.learndash-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}}@media screen and (max-width:820px){ - -.learndash-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap,.learndash-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:480px){ - -.learndash-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap,.learndash-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}} - -.learndash-course-list--elementor .course-dir-list--hidestatus .bb-cover-list-item .ld-status{display:none} - -.learndash-course-list--elementor .course-dir-list--hidemedia .bb-course-items .bb-course-cover .bb-cover-wrap img{display:none} - -.learndash-course-list--elementor.noMeta .bb-course-meta{display:none} - -.learndash-course-list--elementor.noExcerpt .bb-course-excerpt{display:none} - -.learndash-course-list--elementor.noPrice .bb-course-footer.bb-course-pay{display:none} - -.learndash-course-list--elementor.noProgress .course-progress-wrap{display:none} - -.learndash-course-list--elementor.noTitle .bb-courses-header>.bb-title{display:none} - -.learndash-course-list--elementor.noSearch .bb-courses-header>#courses-dir-search{display:none} - -.learndash-course-list--elementor.noCourseNavigation.learndash-course-list .courses-type-navs{display:none} - -.learndash-course-list--elementor.noPagination .course-dir-list .bb-lms-pagination{display:none} - -.learndash-course-list--elementor.noProgress:not(.noExcerpt) .bb-course-items .bb-card-course-details--hasAccess .bb-course-excerpt{display:block} - -.learndash-course-list--cover .bb-courses-directory .grid-filters{display:none} - -.learndash-course-list--cover .bb-courses-directory .sfwd-courses-filters .select-wrap:last-of-type select{margin-right:0} - -.learndash-course-list--cover.learndash-course-list--featured .bb-course-items.grid-view .bb-course-item-wrap:nth-child(1),.learndash-course-list--cover.learndash-course-list--featured .bb-course-items.grid-view .bb-course-item-wrap:nth-child(2){-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.learndash-course-list--cover .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%} - -.learndash-course-list--cover .bb-course-items.list-view,.learndash-course-list--cover .bb-course-items.list-view.hide{display:none!important} - -.learndash-course-list--cover .bb-course-items .bb-cover-wrap{position:relative} - -.learndash-course-list--cover .bb-course-items .bb-cover-wrap::after{content:"";display:inline-block;position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,.3);background-image:none} - -.learndash-course-list--cover .bb-cover-list-item{position:relative} - -.learndash-course-list--cover .bb-course-items .bb-cover-list-item.bb-course-paid{padding-bottom:0} - -.learndash-course-list--cover .bb-course-items .bb-cover-wrap{border-radius:4px} - -.learndash-course-list--cover .bb-course-cover{position:absolute;z-index:9;height:100%;width:100%} - -.learndash-course-list--cover .bb-card-course-details{position:relative;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%} - -.learndash-course-list--cover .bb-card-course-details .course-lesson-count{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1} - -.learndash-course-list--cover .bb-card-course-details .bb-course-title{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2} - -.learndash-course-list--cover .bb-card-course-details .bb-course-excerpt{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3} - -.learndash-course-list--cover .bb-card-course-details .course-progress-wrap{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3} - -.learndash-course-list--cover .bb-card-course-details .bb-course-meta{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4} - -.learndash-course-list--cover .bb-card-course-details .bb-course-footer{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;display:none} - -.learndash-course-list--cover .bb-course-items .bb-cover-wrap{height:100%;padding-top:0} - -.learndash-course-list--cover .bb-cover-list-item .ld-status,.learndash-course-list--cover .course-lesson-count{display:none} - -.learndash-course-list--cover .bb-course-title a{color:#fff} - -.learndash-course-list--cover .bb-course-items .bb-course-excerpt{color:#fff} - -.learndash-course-list--cover .bb-course-meta strong a{color:#fff} - -.elementor-widget-ld-course-infobar .learndash-wrapper .ld-course-status-content .ld-status{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-wrap:wrap;flex-wrap:wrap} - -#page .elementor-cta--content-v-align-bottom .learndash-course-list--cover .bb-card-course-details .bb-course-title,.elementor-cta--content-v-align-bottom .learndash-course-list--cover .bb-card-course-details .bb-course-title{margin-top:auto} - -.elementor-cta--avatar-v-align-bottom .bb-card-course-details .bb-course-meta{margin-top:auto} - -.learndash-course-list--cover .bb-course-meta{margin-bottom:0} - -.pagination-cta--align-right .bb-lms-pagination{text-align:right} - -.pagination-cta--align-left .bb-lms-pagination{text-align:left} - -.pagination-cta--align-center .bb-lms-pagination{text-align:center} - -.bb-template-v2 .pagination-cta--align-right .bb-lms-pagination{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end} - -.bb-template-v2 .pagination-cta--align-left .bb-lms-pagination{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start} - -.bb-template-v2 .pagination-cta--align-center .bb-lms-pagination{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -.learndash-course-list--elementor .bb-lms-pagination .page-numbers:not(.prev,.next){display:inline-block;text-align:center} - -.learndash-course-list--elementor .bb-lms-pagination.noPrevNext a.next,.learndash-course-list--elementor .bb-lms-pagination.noPrevNext a.prev{display:none} - -.learndash-course-list--elementor .bb-lms-pagination a.next.page-numbers,.learndash-course-list--elementor .bb-lms-pagination a.prev.page-numbers{font-size:0!important}@media screen and (max-width:767px){ - -.elementor div.elementor-element .elementor-widget-ld-activity .bb-la .slick-arrow.bb-slide-next{right:2px;margin-top:20px} - -.elementor div.elementor-element .elementor-widget-ld-activity .bb-la .slick-arrow.bb-slide-prev{left:2px;margin-top:20px} - -.elementor div.elementor-element .elementor-widget-ld-activity .bb-la-slide .bb-la__body{padding:40px 50px}} - -.tabs-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.tabs-wrapper.tabs-wrapper--style1.bb-is-dotted{padding-bottom:30px} - -.bb-tabs__nav:not(.slick-initialized),.bb-tabs__run:not(.slick-initialized){display:none} - -.bb-tabs__nav span{color:var(--bb-headings-color)} - -.bb-tabs__run ul.slick-dots{bottom:-30px} - -.bb-tabs__run ul.slick-dots button{font-size:0;background-color:var(--bb-alternate-text-color);border-radius:0;padding:1px 30px;border:0} - -.bb-tabs__run ul.slick-dots .slick-active button{background-color:var(--bb-primary-color);border-radius:3px} - -.bb-tabs__run ul.slick-dots li:first-child button{border-radius:3px 0 0 3px} - -.bb-tabs__run ul.slick-dots li:last-child button{border-radius:0 3px 3px 0} - -.bb-tabs__run .slick-arrow.bb-slide-prev{left:-15px;-webkit-transform:none;-ms-transform:none;transform:none} - -.bb-tabs__run .slick-arrow.bb-slide-next{right:-15px} - -.bb-tabs__run .slick-arrow:hover{background-color:var(--bb-primary-color)} - -.bb-tabs__run .slick-arrow i{font-size:14px} - -.bb-tabs__run .slick-arrow i::before{position:relative;top:1px} - -body.rtl .bb-tabs__run .slick-arrow.bb-slide-prev{right:10px!important;left:unset!important} - -body.rtl .bb-tabs__run .slick-arrow.bb-slide-next{left:-15px!important;right:unset!important} - -.bb-tabs__title h3{font-weight:600;margin:0 0 10px} - -.bb-tabs__excerpt{margin:0} - -.bb-tabs__image .media-container{position:relative;overflow:hidden;padding-top:75%;display:block;background:#809ab4;height:100%;z-index:3} - -.bb-tabs__image .media-container img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;min-height:100%;width:auto;min-width:100%;object-fit:cover;z-index:5} - -.elementor-cta--talign-center .tabs-wrapper--style1 .bb-tabs__nav .slick-track{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -.elementor-cta--talign-left .tabs-wrapper--style1 .bb-tabs__nav .slick-track{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start} - -.elementor-cta--talign-right .tabs-wrapper--style1 .bb-tabs__nav .slick-track{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end} - -.elementor-cta--meadia-align-left .tabs-wrapper--style1 .bb-tabs__block{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media (max-width:800px){ - -.elementor-cta--meadia-align-left .tabs-wrapper--style1 .bb-tabs__block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}} - -.elementor-cta--meadia-align-right .tabs-wrapper--style1 .bb-tabs__block{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media (max-width:800px){ - -.elementor-cta--meadia-align-right .tabs-wrapper--style1 .bb-tabs__block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}} - -.tabs-wrapper--style1 .bb-tabs__nav-item{margin:0 10px} - -.tabs-wrapper--style1 .bb-tabs__nav-index,.tabs-wrapper--style1 .bb-tabs__subtitle{display:none} - -.tabs-wrapper--style1 .bb-tabs__nav .slick-track{width:100%!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important} - -.tabs-wrapper--style1 .bb-tabs__nav{margin:0 0 40px} - -.tabs-wrapper--style1 .bb-tabs__nav .slick-slide{float:none;margin-bottom:10px} - -.tabs-wrapper--style1 .bb-tabs__nav .bb-tabs__nav-title{display:inline-block;padding:5px 20px;cursor:pointer} - -.tabs-wrapper--style1 .bb-tabs__nav.bb-tabs__active-outline .slick-current .bb-tabs__nav-title{border:1px solid var(--bb-primary-color);border-radius:30px} - -.tabs-wrapper--style1 .bb-tabs__nav.bb-tabs__active-underline .slick-current .bb-tabs__nav-title{border-left-width:0!important;border-top-width:0!important;border-right-width:0!important;border-bottom:1px solid var(--bb-primary-color);border-radius:0} - -.tabs-wrapper--style1 .bb-tabs__block{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between} - -.tabs-wrapper--style1 .bb-tabs__body{background-color:#f6f8fa;padding:50px 40px;width:100%} - -.tabs-wrapper--style1 .bb-tabs__ismedia .bb-tabs__body{margin-right:2%} - -.tabs-wrapper--style1 .bb-tabs__ismedia .bb-tabs__image{-webkit-box-flex:0;-ms-flex:0 0 49%;flex:0 0 49%}@media (max-width:800px){ - -.tabs-wrapper--style1 .bb-tabs__ismedia .bb-tabs__image{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}} - -.tabs-wrapper--style1 a.bb-tabs__link{background-color:var(--bb-primary-color);color:#fff;display:inline-block;padding:8px 15px;font-size:14px;margin-top:20px} - -.elementor-cta--talign-top .tabs-wrapper--style2.tabs-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.elementor-cta--talign-center .tabs-wrapper--style2.tabs-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.elementor-cta--talign-bottom .tabs-wrapper--style2.tabs-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end} - -.elementor-cta--row-align-left .tabs-wrapper--style2.tabs-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row} - -.elementor-cta--row-align-right .tabs-wrapper--style2.tabs-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse} - -.elementor-cta--meadia-align-left .tabs-wrapper--style2 .bb-tabs__block{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media (max-width:800px){ - -.elementor-cta--meadia-align-left .tabs-wrapper--style2 .bb-tabs__block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-flow:wrap;flex-flow:wrap}} - -.elementor-cta--meadia-align-right .tabs-wrapper--style2 .bb-tabs__block{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media (max-width:800px){ - -.elementor-cta--meadia-align-right .tabs-wrapper--style2 .bb-tabs__block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-flow:wrap;flex-flow:wrap}} - -.elementor-cta--content-v-align-top .tabs-wrapper--style2 .bb-tabs__block{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.elementor-cta--content-v-align-center .tabs-wrapper--style2 .bb-tabs__block{-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.elementor-cta--content-v-align-bottom .tabs-wrapper--style2 .bb-tabs__block{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end} - -.tabs-wrapper--style2.tabs-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.tabs-wrapper--style2 .bb-tabs__nav{-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px;max-width:50px} - -.tabs-wrapper--style2 .bb-tabs__nav .slick-track{width:100%!important} - -.tabs-wrapper--style2 .bb-tabs__nav .slick-slide{float:none} - -.tabs-wrapper--style2 .bb-tabs__nav-item{text-align:center} - -.tabs-wrapper--style2 .bb-tabs__run{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 50px);flex:0 0 -webkit-calc(100% - 50px);flex:0 0 calc(100% - 50px);max-width:-webkit-calc(100% - 50px);max-width:calc(100% - 50px)} - -.tabs-wrapper--style2 .bb-tabs__nav-item{margin:10px 0} - -.tabs-wrapper--style2 .bb-tabs__nav-index{display:inline-block;width:28px;height:28px;line-height:28px;font-size:13px;border-radius:30px;text-align:center;cursor:pointer} - -.tabs-wrapper--style2 .slick-current .bb-tabs__nav-index{border:1px solid var(--bb-primary-color)} - -.tabs-wrapper--style2 .bb-tabs__nav-title{display:none} - -.tabs-wrapper--style2 .bb-tabs__block{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.tabs-wrapper--style2 .bb-tabs__body{padding:40px;width:100%} - -.tabs-wrapper--style2 .bb-tabs__ismedia .bb-tabs__image{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}@media (max-width:800px){ - -.tabs-wrapper--style2 .bb-tabs__ismedia .bb-tabs__image{-webkit-box-flex:0!important;-ms-flex:0 0 100%!important;flex:0 0 100%!important;max-width:100%}} - -.tabs-wrapper--style2 .bb-tabs__subtitle h6{font-weight:600;margin-bottom:5px} - -.tabs-wrapper--style2 a.bb-tabs__link{background-color:transparent;padding:2px 0;border-bottom:2px solid var(--bb-primary-color);color:var(--bb-headings-color);font-weight:600;line-height:1.3;font-size:13px;display:inline-block;margin-top:20px}@media screen and (max-width:767px){ - -.elementor div.elementor-element .elementor-widget-bb-tabs .slick-arrow.bb-slide-next{right:5px;margin-top:20px} - -.elementor div.elementor-element .elementor-widget-bb-tabs .slick-arrow.bb-slide-prev{left:5px;margin-top:20px}} - -.bb-review__media{margin:0 0 15px} - -.bb-review__media .bb-review__image{margin-left:auto;margin-right:auto} - -.bb-review__media .media-container{text-align:center} - -.bb-review__media.media-square .media-container{position:relative;overflow:hidden;padding-bottom:100%} - -.bb-review__media.media-square .media-container img{position:absolute;width:100%;height:100%;object-fit:cover;left:0;top:0} - -.bb-review__media:not(.media-video,.media-square) .media-container{position:relative;overflow:hidden;padding-top:56.1497%;display:block;height:100%;z-index:3} - -.bb-review__media:not(.media-video,.media-square) .media-container img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;min-height:100%;width:auto;min-width:100%;object-fit:cover;z-index:5} - -.bb-review__rate{margin:0 0 15px} - -.bb-review__title h3{margin:0 0 10px} - -.bb-review__excerpt{font-size:14px;line-height:1.7} - -.bb-review__footer{margin:15px 0 0} - -.bb-review__avatar{-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px;max-width:50px;margin:0 10px 0 0} - -.bb-review__avatar img{border-radius:100%;width:50px;height:50px;object-fit:cover} - -.elementor .bb-review__avatar img{height:50px} - -.bb-review__who{color:var(--bb-headings-color);line-height:1.3} - -.bb-review__who-title{font-size:13px;line-height:1.3;color:var(--bb-alternate-text-color)} - -.bb-review__when{font-size:13px;line-height:1.3;color:var(--bb-alternate-text-color)} - -.bb-review .elementor-star-rating{font-family:bb-icons} - -.bb-review .elementor-star-rating i::before{content:"\ef32";font-weight:300} - -.bb-star-rating{color:#e0e0e0;font-family:bb-icons;display:inline-block} - -.bb-star-rating>span{padding:4px;border-radius:4px;margin:0 3px 0 0;background-color:var(--bb-success-color)} - -.bb-star-rating i{display:inline-block;position:relative;font-style:normal;cursor:default;font-size:15px;line-height:1} - -.bb-star-rating i::before{content:"\ef32";display:block;font-size:inherit;font-family:inherit;font-weight:300;position:absolute;overflow:hidden;color:#fff;top:0;left:0} - -i.bb-star-blank::before{display:none} - -.bb-star-rating .bb-star-1::before{width:10%} - -.bb-star-rating .bb-star-2::before{width:20%} - -.bb-star-rating .bb-star-3::before{width:30%} - -.bb-star-rating .bb-star-4::before{width:40%} - -.bb-star-rating .bb-star-5::before{width:50%} - -.bb-star-rating .bb-star-6::before{width:60%} - -.bb-star-rating .bb-star-7::before{width:70%} - -.bb-star-rating .bb-star-8::before{width:80%} - -.bb-star-rating .bb-star-9::before{width:90%} - -.elementor-cta--footer-align-right .bb-review__footer{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;text-align:right} - -.elementor-cta--footer-align-right .bb-review__avatar{margin-right:0;margin-left:10px} - -.bb-review__video.fluid-width-video-wrapper{padding-top:56.1497%;margin:0;position:relative;z-index:5;overflow:hidden} - -.bb-review__media.media-video{position:relative} - -.bb-review__image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%;z-index:9;cursor:pointer} - -.bb-review__image-overlay .media-ctrl{position:absolute;z-index:15;background-color:var(--bb-danger-color);padding:7px 15px;bottom:10px;left:10px;color:#fff;line-height:1;font-size:13px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:600} - -.bb-review__image-overlay .media-ctrl i{font-size:20px;line-height:1;margin-right:5px} - -.bb-gallery .slick-arrow.bb-slide-prev{-webkit-transform:none;-ms-transform:none;transform:none} - -.bb-gallery ul.slick-dots{bottom:-50px} - -.bb-gallery__block{position:relative} - -.bb-gallery__image{position:relative;z-index:5} - -.bb-gallery__image.is-video{z-index:9} - -.bb-gallery__image.is-video .media-container{position:relative;z-index:9;cursor:pointer} - -.bb-gallery__image.is-video:not(.is-active) .bb-gallery__play{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:11;width:60px;height:60px;background:#fff;border:none;border-radius:100%;margin:auto;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex} - -.bb-gallery__image.is-video:not(.is-active) .bb-gallery__play::after{content:"";display:inline-block;position:relative;margin:auto;top:1px;left:1px;border-style:solid;border-width:5px 0 5px 10px;border-color:transparent transparent transparent var(--bb-primary-color)} - -.bb-gallery__run:not(.slick-initialized) .bb-gallery__image.is-video .bb-gallery__play{display:none} - -.bb-gallery__video.fluid-width-video-wrapper{position:absolute;top:0;left:0;z-index:5;padding-top:52%;height:100%;margin-top:0!important;margin-bottom:0!important} - -.elementor-cta--content-v-align-bottom .bb-gallery__body{bottom:0} - -.elementor-cta--content-v-align-top .bb-gallery__body{bottom:unset;top:0} - -.elementor-cta--content-v-align-center .bb-gallery__body{bottom:0;top:0;height:100%;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} - -.bb-gallery__body{position:absolute;bottom:0;z-index:15;padding:20px;color:#fff;background-color:rgba(0,62,133,.4)} - -.bb-gallery__title h3{margin:0 0 10px;color:#fff}@-webkit-keyframes fade-in-dfy{ - -0%{opacity:0} - -100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fade-in-dfy{ - -0%{opacity:0} - -100%{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes slide-up-dfy{ - -0%{-webkit-transform:translateY(100px);transform:translateY(100px)} - -100%{-webkit-transform:none;transform:none}}@keyframes slide-up-dfy{ - -0%{-webkit-transform:translateY(100px);transform:translateY(100px)} - -100%{-webkit-transform:none;transform:none}} - -.bb-gallery .slick-track{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important} - -.bb-gallery .slick-slide{height:500px!important;margin:0 10px} - -.bb-gallery .bb-gallery__body{opacity:0;width:100%;text-align:center} - -.bb-gallery .bb-gallery__body.gallery-center{text-align:center} - -.bb-gallery .bb-gallery__body.gallery-left{text-align:left} - -.bb-gallery .bb-gallery__body.gallery-right{text-align:right} - -.bb-gallery .slick-slide.slick-current .bb-gallery__body{-webkit-animation-name:fade-in-dfy;animation-name:fade-in-dfy;-webkit-animation-duration:1s;animation-duration:1s;opacity:1} - -.bb-gallery .slick-slide.slick-current .bb-gallery__excerpt{-webkit-animation-name:fade-in-dfy;animation-name:fade-in-dfy;-webkit-animation-duration:1.5s;animation-duration:1.5s;opacity:1} - -.bb-gallery .media-container{background-size:cover;background-repeat:no-repeat;background-position:center center} - -.bb-gallery .slick-current .media-container--cover{background-size:cover} - -.bb-gallery .slick-current .media-container--contain{background-size:contain} - -.bb-gallery .slick-current .media-container--auto{background-size:auto} - -.bb-gallery .bb-gallery__block,.bb-gallery .bb-gallery__image,.bb-gallery .bb-gallery__slide,.bb-gallery .media-container,.bb-gallery .slick-slide>div{height:100%} - -.bb-gallery ul.slick-dots li{margin:0} - -.bb-gallery ul.slick-dots li:first-child button{border-radius:4px 0 0 4px} - -.bb-gallery ul.slick-dots li:last-child button{border-radius:0 4px 4px 0} - -.bb-gallery ul.slick-dots li.slick-active button{background-color:var(--bb-primary-color)} - -.bb-gallery ul.slick-dots li button{font-size:0;border-radius:0;padding:1px 25px;background-color:#e1e7eb}@media (max-width:768px){ - -.bb-gallery .slick-arrow.bb-slide-prev{left:0!important} - -.bb-gallery .slick-arrow.bb-slide-next{right:0!important}} - -body.rtl .bb-gallery .slick-arrow.bb-slide-next{right:unset!important}@media (max-width:768px){ - -body.rtl .bb-gallery .slick-arrow.bb-slide-prev{right:0!important} - -body.rtl .bb-gallery .slick-arrow.bb-slide-next{left:0!important}} - -.bb-dash-grid{border:1px solid var(--bb-content-border-color);background-color:#fff} - -.bb-dash-grid__block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;-webkit-transition:box-shadow linear .2s;transition:box-shadow linear .2s;position:relative;padding:20px 0} - -.bb-dash-grid__block .bb-dash-grid__link{display:inline-block;height:100%} - -.bb-dash-grid__block:hover{box-shadow:0 3px 34px 0 rgba(18,43,70,.12);background-color:#fff}@media (min-width:544px){ - -.bb-dash-grid__block:hover::after{content:"";display:inline-block;width:1px;height:100%;background-color:#fff;position:absolute;right:0;top:0} - -.bb-dash-grid__block:hover::before{content:"";display:inline-block;width:1px;height:100%;background-color:#fff;position:absolute;left:-1px;top:0}} - -.bb-dash-grid__frame .bb-dash-grid__block:first-of-type:hover::before{display:none} - -.bb-dash-grid__frame .bb-dash-grid__block:last-of-type:hover::after{display:none}@media (max-width:992px){ - -.bb-dash-grid__cols-5 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-6 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-7 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-8 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-9 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-10 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-11 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-12 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-13 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-14 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-15 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-16 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-17 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-18 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-19 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-20 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-21 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-22 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-23 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-24 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-25 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-26 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-27 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-28 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-29 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-30 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-31 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-32 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-33 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-34 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-35 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-36 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-37 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-38 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-39 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-40 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media (max-width:800px){ - -.bb-dash-grid__frame{-ms-flex-flow:wrap;flex-flow:wrap} - -.bb-dash-grid__cols-3 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-3 .bb-dash-grid__block.bb-dash-grid__sep{border-bottom:1px solid var(--bb-content-border-color)} - -.bb-dash-grid__cols-3 .bb-dash-grid__block.bb-dash-grid__sep:last-of-type{border-bottom:0} - -.bb-dash-grid__cols-3 .bb-dash-grid__block .bb-dash-grid__inner.is-sep{border-right:0} - -.bb-dash-grid__cols-3 .bb-dash-grid__block .bb-dash-grid__block:hover::before{display:none} - -.bb-dash-grid__cols-3 .bb-dash-grid__block .bb-dash-grid__block:hover::after{display:none} - -.bb-dash-grid__cols-4 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-5 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-6 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-7 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-8 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-9 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-10 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-11 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-12 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-13 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-14 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-15 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-16 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-17 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-18 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-19 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-20 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-21 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-22 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-23 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-24 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-25 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-26 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-27 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-28 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-29 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-30 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-31 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-32 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-33 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-34 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-35 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-36 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-37 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-38 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-39 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-40 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-4 .bb-dash-grid__block:nth-child(2) .bb-dash-grid__inner.is-sep{border-right:0} - -.bb-dash-grid__cols-4 .bb-dash-grid__block.bb-dash-grid__sep:nth-child(1),.bb-dash-grid__cols-4 .bb-dash-grid__block.bb-dash-grid__sep:nth-child(2){border-bottom:1px solid var(--bb-content-border-color)} - -.bb-dash-grid__cols-5 .bb-dash-grid__block.bb-dash-grid__sep{border-bottom:1px solid var(--bb-content-border-color)} - -.bb-dash-grid__cols-5 .bb-dash-grid__block.bb-dash-grid__sep:last-of-type{border-bottom:0} - -.bb-dash-grid__cols-5 .bb-dash-grid__block .bb-dash-grid__block:hover::before{display:none} - -.bb-dash-grid__cols-5 .bb-dash-grid__block .bb-dash-grid__block:hover::after{display:none} - -.bb-dash-grid__cols-6 .bb-dash-grid__block:nth-child(2) .bb-dash-grid__inner.is-sep,.bb-dash-grid__cols-6 .bb-dash-grid__block:nth-child(4) .bb-dash-grid__inner.is-sep,.bb-dash-grid__cols-6 .bb-dash-grid__block:nth-child(6) .bb-dash-grid__inner.is-sep{border-right:0} - -.bb-dash-grid__cols-6 .bb-dash-grid__block.bb-dash-grid__sep:nth-child(1),.bb-dash-grid__cols-6 .bb-dash-grid__block.bb-dash-grid__sep:nth-child(2),.bb-dash-grid__cols-6 .bb-dash-grid__block.bb-dash-grid__sep:nth-child(3),.bb-dash-grid__cols-6 .bb-dash-grid__block.bb-dash-grid__sep:nth-child(4){border-bottom:1px solid var(--bb-content-border-color)}}@media (max-width:544px){ - -.bb-dash-grid__cols-4 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-5 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-6 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-7 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-8 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-9 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-10 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-11 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-12 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-13 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-14 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-15 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-16 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-17 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-18 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-19 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-20 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-21 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-22 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-23 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-24 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-25 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-26 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-27 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-28 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-29 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-30 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-31 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-32 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-33 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-34 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-35 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-36 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-37 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-38 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-39 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-40 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__block.bb-dash-grid__sep{border-bottom:1px solid var(--bb-content-border-color)} - -.bb-dash-grid__block.bb-dash-grid__sep:last-of-type{border-bottom:0} - -.bb-dash-grid__cols-5 .bb-dash-grid__block .bb-dash-grid__inner.is-sep{border-right:0} - -.bb-dash-grid__frame .bb-dash-grid__inner.is-sep{border-right:0} - -.bb-dash-grid__block:hover::before{display:none}}@media (min-width:800px){ - -.bb-dash-grid__cols-1 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-dash-grid__cols-2 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.bb-dash-grid__cols-3 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%} - -.bb-dash-grid__cols-4 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}}@media (min-width:992px){ - -.bb-dash-grid__cols-5 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%} - -.bb-dash-grid__cols-6 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 16.666%;flex:0 0 16.666%}} - -.bb-dash-grid__info{font-size:14px;line-height:1.4;color:var(--bb-body-text-color)} - -.bb-dash-grid__info p{margin:0} - -.bb-dash-grid__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.bb-dash-grid__block>[data-balloon]{cursor:default} - -.bb-dash-grid__inner{margin:0;padding:0 20px;height:100%} - -.bb-dash-grid__inner[data-balloon][data-balloon-pos=up]::after,.bb-dash-grid__inner[data-balloon][data-balloon-pos=up][data-balloon-visible]::after{width:96%;padding:15px;border-radius:6px} - -.bb-dash-grid__inner[data-balloon][data-balloon-pos=up]::after,.bb-dash-grid__inner[data-balloon][data-balloon-pos=up]::before,.bb-dash-grid__inner[data-balloon][data-balloon-pos=up][data-balloon-visible]::after,.bb-dash-grid__inner[data-balloon][data-balloon-pos=up][data-balloon-visible]::before{bottom:100%} - -.bb-dash-grid__inner.is-sep{border-right:1px solid var(--bb-content-border-color);margin:0 -1px 0 0} - -.bb-dash-grid .bb-dash-grid__block:last-of-type .bb-dash-grid__inner{border-right:0} - -.bb-dash-grid__title h2{font-weight:600;margin-bottom:15px} - -.bb-dash-grid__title a{color:#122b46} - -.bb-dash-grid__body .bb-dash-grid__ico i{border-radius:50%;border:1px solid var(--bb-content-border-color);font-size:20px;padding:3px;display:inline-block;width:26px;height:26px;color:var(--bb-primary-color);text-align:center} - -.bb-dash-grid__body .bb-dash-grid__ico i::before{position:relative;top:-4px} - -.bb-dash-grid__block .bb-dash-grid__image img{border-radius:50%;margin-top:15px} - -.bb-dash-grid__block .bb-dash-grid__image.square img{max-width:100px;width:100px;height:100px;object-fit:cover} - -.bb-dash-grid__block .bb-dash-grid__image.rectangular{position:relative;overflow:hidden;padding-top:52.56%;display:block;background:0 0} - -.bb-dash-grid__block .bb-dash-grid__image.rectangular 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} - -.bb-dash-grid [data-balloon]::after{white-space:normal;text-align:left;width:100%} - -.elementor-cta--dash-grid-above .bb-dash-grid__body{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.elementor-cta--dash-grid-above .bb-dash-grid__body .bb-dash-grid__info{margin-bottom:auto} - -.elementor-cta--dash-grid-above .bb-dash-grid__body .bb-dash-grid__ico{margin-top:auto} - -.elementor-cta--dash-grid-left .bb-dash-grid__inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -.elementor-cta--dash-grid-left .bb-dash-grid__body{text-align:left} - -.elementor-cta--dash-grid-left .bb-dash-grid__block .bb-dash-grid__image img{margin-top:0} - -.elementor-cta--dash-grid-right .bb-dash-grid__inner{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -.elementor-cta--dash-grid-right .bb-dash-grid__body{text-align:right} - -.elementor-cta--dash-grid-right .bb-dash-grid__block .bb-dash-grid__image img{margin-top:0} - -.bb-dash__prior{margin-bottom:0} - -.bb-dash__name{font-weight:600} - -.bb-dash__avatar img{height:auto;padding:3px;border:1px solid var(--bb-content-border-color)} - -.elementor-cta--dash-intro-left .bb-dash__avatar{margin-right:15px} - -.elementor-cta--dash-intro-above .bb-dash>.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} - -.elementor-cta--dash-intro-above .bb-dash__avatar{margin-bottom:15px} - -.elementor-cta--dash-intro-above .bb-dash__intro{text-align:center} - -.elementor-cta--dash-intro-right .bb-dash__avatar{margin-left:15px} - -.elementor-cta--dash-intro-right .bb-dash>.flex{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse} - -.elementor-cta--dash-intro-right .bb-dash__intro{text-align:right}@media (max-width:768px){ - -.elementor-cta--dash-intro-left .bb-dash>.flex,.elementor-cta--dash-intro-right .bb-dash>.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} - -.elementor-cta--dash-intro-left .bb-dash__avatar,.elementor-cta--dash-intro-right .bb-dash__avatar{margin-bottom:15px;margin-right:0!important} - -.elementor-cta--dash-intro-left .bb-dash__intro,.elementor-cta--dash-intro-right .bb-dash__intro{text-align:center}} - -.bb-activity,.elementor-widget-bbp-activity,.elementor-widget-bbp-activity .elementor-widget-container{height:100%} - -.elementor-col-100 .bb-activity,.elementor-col-100 .elementor-widget-bbp-activity,.elementor-col-100 .elementor-widget-bbp-activity .elementor-widget-container,.elementor-column[data-col="100"] .bb-activity,.elementor-column[data-col="100"] .elementor-widget-bbp-activity,.elementor-column[data-col="100"] .elementor-widget-bbp-activity .elementor-widget-container{height:auto} - -.bb-activity{border:1px solid var(--bb-content-border-color);padding:20px;background-color:#fff;position:relative} - -.bb-activity .activity-list.item-list{padding:0} - -.bb-activity .activity-list.item-list .activity-item .document-action-wrap .document-action_more[data-balloon][data-balloon-pos=up]::before{right:0} - -.bb-activity .activity-list.item-list .activity-item .document-action-wrap .document-action_more[data-balloon][data-balloon-pos=up]::after{left:-15px} - -.bb-activity .activity-update p{margin-bottom:0} - -.bb-activity .update-item{color:var(--bb-alternate-text-color);font-size:14px} - -.bb-activity .update-item a{color:var(--bb-headings-color);font-weight:500} - -.bb-activity .update-item .activity-time-since{display:block} - -.bb-activity .update-item p img{max-width:15px;vertical-align:text-bottom;margin-right:5px;margin-left:2px} - -.bb-activity .update-item>p{line-height:1.5} - -.bb-activity img.avatar{border-radius:100%} - -.bb-activity .bp-activity-head .activity-header a{font-weight:400} - -.bb-activity .bp-activity-head .activity-header>p:first-of-type>a:first-of-type{font-weight:500} - -.bb-activity .bb-activity-media-wrap{margin:0} - -.bb-activity .activity-list .activity-item .activity-content .activity-inner{overflow:initial} - -html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid{display:block} - -html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid>li{width:100%;max-width:initial;-webkit-box-flex:initial;-ms-flex:initial;flex:initial} - -html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid>li .item-avatar img.avatar{width:auto} - -.bb-activity--blank{min-height:300px} - -.bb-activity [data-bp-tooltip]::after{font-style:normal} - -.bb-activity .activity-content{padding:0;font-size:14px} - -.bb-activity .activity-content.no-media .bb-activity-media-wrap{display:none} - -.bb-activity .activity-content .activity-read-more{display:block;margin:3px 0 7px} - -.bb-activity .activity-list .activity-update:last-of-type .activity-content{border-bottom:0} - -.bb-activity .activity-list .activity-update .activity-content a{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word} - -.bb-activity-extra{font-size:14px;font-weight:500;text-align:right;padding:0 0 15px;margin:0 0 15px;border-bottom:1px solid var(--bb-content-border-color)} - -.bb-activity-extra.border-dotted{border-bottom-style:dotted} - -.bb-activity-extra.border-dashed{border-bottom-style:dashed} - -.bb-activity-extra.border-solid{border-bottom-style:solid} - -.bb-activity-extra.border-double{border-bottom-style:double} - -.bb-activity-extra.border-none{border-bottom-style:none} - -.bb-activity ul.activity-lists.bp-list{margin:0;padding:0} - -.bb-activity #buddypress .activity-lists.bp-list .activity-item{padding:0 0 15px;border:0;border-bottom:1px solid var(--bb-content-border-color);box-shadow:none;border-radius:0;margin:0 0 15px} - -.bb-activity #buddypress .activity-lists.bp-list .activity-item:last-of-type{border-bottom:0;margin-bottom:0} - -.bb-activity .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-detail-wrap .document-helper-text{height:0} - -.bb-activity .bb-activity-media-wrap .bb-activity-media-elem.document-activity:hover .document-detail-wrap .document-helper-text{height:auto} - -.bb-activity .activity-content .activity-state a.activity-state-likes .like-text{color:var(--bb-alternate-text-color)} - -.bb-activity #buddypress .bp-list.bp-list .bp-generic-meta .generic-button{margin-bottom:0} - -.bb-activity #buddypress .activity-lists.bp-list .activity-item,.bb-activity .bb-activity-media-wrap .bb-activity-media-elem.document-activity,.bb-activity .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap{background-color:transparent} - -.bb-activity #buddypress .activity-actions{display:none} - -.bb-activity #buddypress .activity-actions.activity-actions--show{display:block} - -.bb-activity #buddypress .activity-actions.activity-actions--show .generic-button{margin:0!important} - -.bb-activity #buddypress .activity-actions.activity-actions--show .generic-button a{margin-right:15px!important} - -.bb-activity #buddypress .activity-actions.activity-actions--show .generic-button a{display:none} - -.bb-activity #buddypress .activity-actions.activity-actions--show.activity-actions--fav .generic-button a.fav{display:inline-block} - -.bb-activity #buddypress .activity-actions.activity-actions--show.activity-actions--comment .generic-button a.acomment-reply{display:inline-block} - -.bb-activity #buddypress .activity-actions.activity-actions--show.activity-actions--edit .generic-button a.edit-activity{display:inline-block} - -.bb-activity #buddypress .activity-actions.activity-actions--show.activity-actions--delete .generic-button a.delete-activity{display:inline-block} - -.bb-activity .activity-list .activity-item .activity-content .do-state:not(.is-activity-comments) .activity-state.has-comments a.activity-state-comments{display:none} - -.bb-activity .activity-list .activity-item .activity-content .do-state.is-activity-comments .activity-state.has-comments a.activity-state-comments{display:inline-block} - -.bb-activity .buddypress-wrap .activity-comments ul ul .acomment-content{margin-left:51px} - -.bb-activity #buddypress .bp-list .comment-item .comment-item .action{margin-left:51px} - -.elementor-widget-bbp-activity .bb-media-info-section .activity-comments .acomment-content p,.elementor-widget-bbp-activity .bb-media-info-section .activity-comments .acomment-meta{font-size:13px} - -.elementor-widget-bbp-activity .bb-media-info-section .activity-state a{color:#555} - -.elementor-widget-bbp-activity .bb-media-info-section .activity-comments>ul>li>ul{margin-left:51px} - -.elementor-widget-bbp-activity .bb-media-info-section .activity-comments ul li ul{margin-top:0;margin-bottom:0} - -.elementor-widget-bbp-activity .bb-media-info-section .activity-comments ul{margin:15px 0 0} - -.elementor-widget-bbp-activity .bb-media-info-section .activity-comments>ul{margin:0 -15px} - -.elementor-widget-bbp-activity .bb-media-info-section .activity-comments ul li ul li{padding-bottom:0} - -.elementor-widget-bbp-activity .bb-media-info-section .activity-comments .acomment-content{margin-left:51px} - -.elementor-widget-bbp-activity .bb-media-info-section .activity-comments ul ul .acomment-content{margin-left:43px} - -.elementor-widget-bbp-activity .bb-media-info-section .activity-comments .acomment-content p{margin-bottom:0} - -.elementor-widget-bbp-activity .bb-media-info-section .activity-comments ul li ul li:first-child{margin-top:15px} - -.bb-media-privacy-wrap.bb-media-privacy-wrap--el-activity .activity-privacy{left:-70px;min-width:185px} - -.bb-media-privacy-wrap.bb-media-privacy-wrap--el-activity .activity-privacy::before{left:85px} - -.elementor-column[class*=elementor-col-]:not(.elementor-col-100) .bb-activity .zoom-meeting-block{-ms-flex-flow:column;flex-flow:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.elementor-column[class*=elementor-col-]:not(.elementor-col-100) .bb-activity .zoom-meeting-block-right{margin:10px 0 0} - -.elementor-column[class*=elementor-col-]:not(.elementor-col-100) .bb-activity .bp_zoom_countdown .position{height:50px;width:18px} - -.elementor-column[class*=elementor-col-]:not(.elementor-col-100) .bb-activity .bp_zoom_countdown span.digit{font-size:18px} - -.elementor-column[class*=elementor-col-]:not(.elementor-col-100) .bb-activity .bp_zoom_countdown .countdown_label{font-size:11px} - -.elementor-column[class*=elementor-col-]:not(.elementor-col-100) .bb-activity .bp_zoom_countdown>span{max-width:58px;margin:0} - -.elementor-column[class*=elementor-col-]:not(.elementor-col-100) .bb-activity .bp_zoom_countdown>span.countDays{max-width:66px} - -.bb-members,.elementor-widget-bbp-members,.elementor-widget-bbp-members .elementor-widget-container{height:100%} - -.elementor-col-100 .bb-members,.elementor-col-100 .elementor-widget-bbp-members,.elementor-col-100 .elementor-widget-bbp-members .elementor-widget-container,.elementor-column[data-col="100"] .bb-members,.elementor-column[data-col="100"] .elementor-widget-bbp-members,.elementor-column[data-col="100"] .elementor-widget-bbp-members .elementor-widget-container{height:auto} - -.elementor-widget-bbp-members .bb-members-list .bb-members-list__item{position:relative} - -.elementor-widget-bbp-members .bb-members-list .bb-members-list__avatar{position:relative} - -.elementor-widget-bbp-members .bb-members-list .member-status.online{position:absolute;left:30px;top:3px;right:inherit} - -.elementor-widget-bbp-members .item-options a{color:var(--bb-body-text-color);font-size:.875rem;display:inline-block;padding-bottom:10px;margin-right:1.25rem;margin-top:10px;-webkit-animation:unset!important;animation:unset!important} - -.elementor-widget-bbp-members .item-options a:hover{color:var(--bb-primary-color)} - -.elementor-widget-bbp-members .item-options a.selected{border-bottom:1px solid var(--bb-primary-color);color:var(--bb-primary-color);margin-bottom:-1px} - -.bb-template-v2 .elementor-widget-bbp-members .item-options a{text-transform:uppercase;font-size:.6875rem;line-height:1;font-weight:700;padding-bottom:5px;color:var(--bb-alternate-text-color)} - -.bb-template-v2 .elementor-widget-bbp-members .item-options a.selected{color:var(--bb-headings-color);font-weight:700} - -.bb-template-v2 .elementor-widget-bbp-members .item-options{border-bottom:0;margin-bottom:18px} - -.bb-members{border:1px solid var(--bb-content-border-color);padding:20px;background-color:#fff} - -.bb-members .bb-members-list:not(.active){display:none} - -.bb-members .bb-members__tab{text-transform:capitalize} - -.bb-no-data.bb-no-data--members{position:static;-webkit-transform:none;-ms-transform:none;transform:none;left:unset;top:unset;margin:30px 0} - -.bb-no-data--members:not(.active){display:none} - -.bb-members div.item-options.border-solid{border-bottom-style:solid} - -.bb-members div.item-options.border-dashed{border-bottom-style:dashed} - -.bb-members div.item-options.border-dotted{border-bottom-style:dotted} - -.bb-members div.item-options.border-double{border-bottom-style:double} - -.bb-members div.item-options.border-none{border-bottom-style:none} - -.bb-members div.item-options.border-none .selected{border-bottom-style:none} - -.bb-members-list__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px 0;margin-bottom:10px} - -.bb-members-list--align-left .bb-members-list__item{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start} - -.bb-members-list--align-left .bb-members-list__item .bb-members-list__avatar{margin-right:15px} - -.bb-members-list--align-center .bb-members-list__item{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -.bb-members-list--align-right .bb-members-list__item{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-flow:row-reverse;flex-flow:row-reverse} - -.bb-members-list--align-right .bb-members-list__item .bb-members-list__avatar{margin-left:15px;margin-right:0} - -.bb-members-list--align-right .bb-members-list__item .member-status.online{margin-right:auto;margin-left:0} - -.bb-members-list__avatar a{display:inline-block} - -.bb-members-list__avatar .avatar{border-radius:100%} - -.bb-members-list__item .member-status.online{background:var(--bb-success-color);border:2px solid #fff;border-radius:100%;width:13px;height:13px;margin-left:auto;display:inline-block;position:relative} - -.bb-members-list--align-center .bb-members-list__item .member-status.online,.bb-members-list--align-right .bb-members-list__item .member-status.online{margin-left:10px} - -.bb-members-list__name a{font-size:14px;font-weight:500;color:var(--bb-headings-color)} - -div.item-options .bb-members__tab.selected{font-weight:500} - -.bb-forums,.elementor-widget-bbp-forums,.elementor-widget-bbp-forums .elementor-widget-container{height:100%} - -.elementor-col-100 .bb-forums,.elementor-col-100 .elementor-widget-bbp-forums,.elementor-col-100 .elementor-widget-bbp-forums .elementor-widget-container,.elementor-column[data-col="100"] .bb-forums,.elementor-column[data-col="100"] .elementor-widget-bbp-forums,.elementor-column[data-col="100"] .elementor-widget-bbp-forums .elementor-widget-container{height:auto} - -.bb-forums{border:1px solid var(--bb-content-border-color);padding:20px;background-color:#fff;position:relative} - -.bb-forums .bbel-list-flow .bb-forums__item .item{width:100%} - -.bb-forums .item-title a{font-size:14px} - -.bb-forums .bb-forums__list .bb-forums__item .item-meta .bs-replied>a:hover{color:var(--bb-primary-color)} - -.bb-forums .bb-forums__list .bb-forums__item .item-title>a:hover{color:var(--bb-primary-color)} - -.bb-forums .bb-forums__avatar+.item .bs-last-reply{padding-left:0} - -.bb-forums .bb-forums__avatar+.item .bs-last-reply a.bbp-reply-to-link{left:-32px} - -.bb-forums .bb-forums__avatar+.item .bb-forums__last-reply{margin-top:0} - -.bb-forums .bb-forums__avatar+.item .bb-forums__last-reply .bs-last-reply{padding-left:25px;margin-top:0} - -.bb-forums .bb-forums__avatar+.item .bb-forums__last-reply .bs-last-reply a.bbp-reply-to-link{left:0;top:-3px} - -.bb-forums .bb-forums__avatar+.item .bb-forums__ww+.bb-forums__last-reply{margin-top:10px} - -.bb-forums .bb-forums__avatar+.item .bb-forums__ww+.bb-forums__last-reply .bs-last-reply{padding-left:0} - -.bb-forums .bb-forums__avatar+.item .bb-forums__ww+.bb-forums__last-reply .bs-last-reply a.bbp-reply-to-link{left:-32px;top:-4px} - -.bb-forums .bs-last-reply{display:block;color:var(--bb-body-text-color);margin:10px 0 0;position:relative;line-height:1.4;padding-left:35px} - -.bb-forums .bs-last-reply.is-empty{margin:0} - -.bb-forums .bs-last-reply.is-empty i{display:none} - -.bb-forums .bs-last-reply i{font-size:24px;opacity:.5} - -.bb-forums .bs-last-reply a.bbp-reply-to-link{color:#939597;display:inline-block;position:absolute;left:0;top:-4px} - -.bb-forums .bs-forums-items .item-meta.bb-reply-meta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.bb-forums__list>li{border-bottom:1px solid var(--bb-content-border-color);padding-bottom:20px} - -.bb-forums__list>li:last-of-type{border-bottom:0;padding-bottom:0} - -.bb-forums--blank{min-height:300px} - -.list-view .bb-forums__avatar .avatar{border-radius:100%;max-width:36px} - -.bb-forums__avatar .bbp-author-name{display:none} - -.bb-forums__avatar a{font-size:0} - -.bb-forums__avatar a>span{font-size:14px} - -.bb-forums__item .bb-forums__ww .bs-replied>a.bbp-author-link{font-size:0} - -.bb-forums__item .bb-forums__ww .bs-replied>a.bbp-author-link span{font-size:13px} - -.bb-forums__item .bb-forums__last-reply{margin-top:10px} - -.bb-forums__item .bb-forums__ww+.bb-forums__last-reply{margin-top:0} - -.bb-forums__item .item-title{line-height:1.2;margin-bottom:3px} - -.bb-forums__item .item-title>a{line-height:1.5} - -.bb-forums__ww .bs-voices-wrap{padding:10px 0 3px;display:block} - -.bb-forums__ww .bs-replied a{color:var(--bb-headings-color)} - -.bb-forums__ww .bs-replied a:hover{color:var(--bb-primary-color)} - -.bb-forums-extra{font-size:14px;font-weight:500;text-align:right;padding:0 0 15px;margin:0 0 15px;border-bottom:1px solid var(--bb-content-border-color)} - -.bb-forums-extra.border-dotted{border-bottom-style:dotted} - -.bb-forums-extra.border-dashed{border-bottom-style:dashed} - -.bb-forums-extra.border-solid{border-bottom-style:solid} - -.bb-forums-extra.border-double{border-bottom-style:double} - -.bb-forums-extra.border-none{border-bottom-style:none} - -body.rtl .bb-forums__avatar{margin-right:13px;margin-left:0!important}@media (min-width:768px){ - -.bb-forums-activity,.bb-forums-activity-wrapper,.elementor-widget-bbp-forums-activity,.elementor-widget-bbp-forums-activity .elementor-widget-container{height:100%} - -.elementor-col-100 .bb-forums-activity,.elementor-col-100 .bb-forums-activity-wrapper,.elementor-col-100 .elementor-widget-bbp-forums-activity,.elementor-col-100 .elementor-widget-bbp-forums-activity .elementor-widget-container,.elementor-column[data-col="100"] .bb-forums-activity,.elementor-column[data-col="100"] .bb-forums-activity-wrapper,.elementor-column[data-col="100"] .elementor-widget-bbp-forums-activity,.elementor-column[data-col="100"] .elementor-widget-bbp-forums-activity .elementor-widget-container{height:auto}} - -.bb-forums-activity{border:1px solid var(--bb-content-border-color);padding:20px;background-color:#fff;position:relative;min-height:250px} - -.bb-fa__forum-title{text-transform:uppercase;font-size:13px;color:var(--bb-alternate-text-color);font-weight:500} - -.bb-fa__topic-title h2{font-weight:500;margin-bottom:10px;line-height:1.2} - -.bb-fa__meta{line-height:1;margin:0 0 20px} - -.bb-fa__meta span{color:var(--bb-alternate-text-color);font-size:13px} - -.bb-fa__excerpt{font-size:14px;margin:0 0 20px 26px;line-height:1.4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative} - -.bb-fa__excerpt.no-link{margin-left:0} - -.bb-fa__excerpt a.bbp-reply-to-link i{font-size:24px;opacity:.5} - -.bb-fa__excerpt a.bbp-reply-to-link{color:#939597;display:inline-block;position:absolute;left:-32px;top:-3px} - -.bb-fa__excerpt.is-empty{margin:0} - -.bb-fa__excerpt.is-empty a.bbp-reply-to-link{display:none} - -.bb-fa__link{display:-webkit-box;display:-ms-flexbox;display:flex} - -.bb-fa__link a{display:inline-block;font-size:14px;padding:4px 20px;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-button-radius)} - -.elementor-cta--falign-right .bb-fa__link a{margin-left:auto} - -.elementor-cta--falign-left .bb-fa__link a{margin-right:auto} - -.elementor-cta--falign-center .bb-fa__link a{margin-right:auto;margin-left:auto} - -.elementor-cta--fa-my-align-right .bb-forums-activity-btn{text-align:right;right:0} - -.elementor-cta--fa-my-align-left .bb-forums-activity-btn{text-align:left;left:0} - -.elementor-cta--fa-my-align-center .bb-forums-activity-btn{text-align:center;left:0;right:0;margin:0 auto}@media (min-width:768px){ - -.elementor-max-50 .elementor-heading-title{max-width:50%} - -.elementor-widget-bbp-forums-activity{padding-top:60px} - -.elementor-max-50+section .elementor-widget-bbp-forums-activity{padding-top:0}} - -.bb-forums-activity-wrapper{position:relative;min-height:250px}@media (max-width:768px){ - -.bb-forums-activity-wrapper--ismy{margin-top:50px}} - -.bb-forums-activity-btn{text-align:right;position:absolute;top:-50px} - -.bb-forums-activity-btn a.bb-forums-activity-btn__link{font-size:13px;display:inline-block;border-radius:var(--bb-button-radius);padding:2px 15px;color:#939597;border:1px solid #9ea8b2;cursor:pointer} - -.bb-forums-activity-btn a.bb-forums-activity-btn__link:hover{color:var(--bb-primary-color)} - -.bb-forums-activity-btn a.bb-forums-activity-btn__link i{font-size:20px;position:relative;top:3px;left:3px} - -body.rtl .bb-forums-activity-btn__link i{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)} - -.lifterlms-course-list--elementor .columns-1 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.lifterlms-course-list--elementor .columns-2 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}@media screen and (max-width:480px){ - -.lifterlms-course-list--elementor .columns-2 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}} - -.lifterlms-course-list--elementor .columns-3 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}@media screen and (max-width:820px){ - -.lifterlms-course-list--elementor .columns-3 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:480px){ - -.lifterlms-course-list--elementor .columns-3 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}} - -.lifterlms-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap,.lifterlms-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}@media screen and (max-width:1200px){ - -.lifterlms-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap,.lifterlms-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}}@media screen and (max-width:820px){ - -.lifterlms-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap,.lifterlms-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:480px){ - -.lifterlms-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap,.lifterlms-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}} - -.lifterlms-course-list--elementor .course-dir-list--hidestatus .bb-cover-list-item .ld-status{display:none} - -.lifterlms-course-list--elementor .course-dir-list--hidemedia .bb-course-items .bb-course-cover .bb-cover-wrap img{display:none} - -.lifterlms-course-list--elementor.noProgress .llms-progress{display:none} - -.lifterlms-course-list--elementor.noPrice .llms-meta-aplans .llms-meta-aplans__price{display:none} - -.lifterlms-course-list--elementor.noEnroll .llms-meta-aplans .llms-meta-aplans__btn{display:none} - -.lifterlms-course-list--elementor.noTimestamp .llms-meta-aplans.llms-meta-aplans--enrolled{display:none} - -.lifterlms-course-list--elementor.noTitle .bb-courses-header>.bb-title{display:none} - -.lifterlms-course-list--elementor.noSearch .bb-courses-header>#courses-dir-search{display:none} - -.lifterlms-course-list--elementor.noCourseNavigation.lifterlms-course-list .courses-type-navs{display:none} - -.lifterlms-course-list--elementor.noPagination .course-dir-list .bb-lms-pagination{display:none} - -.lifterlms-course-list--elementor .bb-lms-pagination .page-numbers:not(.prev,.next){display:inline-block;text-align:center} - -.lifterlms-course-list--elementor .bb-lms-pagination.noPrevNext a.next,.lifterlms-course-list--elementor .bb-lms-pagination.noPrevNext a.prev{display:none} - -.lifterlms-course-list--elementor .bb-lms-pagination a.next.page-numbers,.lifterlms-course-list--elementor .bb-lms-pagination a.prev.page-numbers{font-size:0!important} - -.lifterlms-course-list--cover .bb-courses-directory .grid-filters{display:none} - -.lifterlms-course-list--cover .bb-courses-directory .sfwd-courses-filters .select-wrap:last-of-type select{margin-right:0} - -.lifterlms-course-list--cover.lifterlms-course-list--featured .bb-course-items.grid-view .bb-course-item-wrap:nth-child(1),.lifterlms-course-list--cover.lifterlms-course-list--featured .bb-course-items.grid-view .bb-course-item-wrap:nth-child(2){-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%} - -.lifterlms-course-list--cover .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%} - -.lifterlms-course-list--cover .bb-course-items.list-view,.lifterlms-course-list--cover .bb-course-items.list-view.hide{display:none!important} - -.lifterlms-course-list--cover .bb-course-items .bb-cover-wrap{position:relative} - -.lifterlms-course-list--cover .bb-course-items .bb-cover-wrap::after{content:"";display:inline-block;position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,.3);background-image:none} - -.lifterlms-course-list--cover .bb-cover-list-item{position:relative} - -.lifterlms-course-list--cover .bb-course-items .bb-cover-list-item.bb-course-paid{padding-bottom:0} - -.lifterlms-course-list--cover .bb-course-items .bb-cover-wrap{border-radius:4px} - -.lifterlms-course-list--cover .bb-course-cover{position:absolute;z-index:9;height:100%;width:100%} - -.lifterlms-course-list--cover .bb-card-course-details{position:relative;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%} - -.lifterlms-course-list--cover .bb-card-course-details .course-lesson-count{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1} - -.lifterlms-course-list--cover .bb-card-course-details .bb-course-title{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2} - -.lifterlms-course-list--cover .bb-card-course-details .bb-course-excerpt{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3} - -.lifterlms-course-list--cover .bb-card-course-details .course-progress-wrap{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3} - -.lifterlms-course-list--cover .bb-card-course-details .bb-course-meta{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4} - -.lifterlms-course-list--cover .bb-card-course-details .bb-course-footer{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;display:none} - -.lifterlms-course-list--cover .bb-course-items .bb-cover-wrap{height:100%;padding-top:0} - -.lifterlms-course-list--cover .bb-cover-list-item .ld-status,.lifterlms-course-list--cover .course-lesson-count{display:none} - -.lifterlms-course-list--cover .bb-course-title a{color:#fff} - -.lifterlms-course-list--cover .bb-course-items .bb-course-excerpt{color:#fff} - -.lifterlms-course-list--cover .bb-course-meta strong a{color:#fff} - -.lifterlms-course-list--cover .course-details-verbose{padding-bottom:10px} - -.lifterlms-course-list--cover .lifterlms-price,.lifterlms-course-list--cover .llms-meta-aplans__btn a,.lifterlms-course-list--cover .llms-meta-aplans__inDate{color:#fff} - -.lifterlms-course-list--cover.lifterlms-course-list .bb-cover-list-item .llms-meta-aplans{position:static;min-height:auto;width:100%;margin-bottom:0} - -#page .elementor-cta--content-v-align-bottom .lifterlms-course-list--cover .bb-card-course-details .course-details-verbose,.elementor-cta--content-v-align-bottom .lifterlms-course-list--cover .bb-card-course-details .course-details-verbose{margin-top:auto} - -.elementor-cta--content-v-align-top.elementor-cta--footer-v-align-bottom .llms-meta-aplans{margin-top:auto} - -.lms-nav--align-right .courses-type-navs .courses-nav{float:right} - -.lms-nav--align-center .courses-type-navs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -#page .learndash-course-list--cover .bb-course-title a,#page .lifterlms-course-list--cover .bb-course-title a{color:#fff} - -.bb-groups{border:1px solid var(--bb-content-border-color);padding:20px;background-color:#fff} - -.bb-groups .bb-groups-list:not(.active){display:none} - -.bb-groups .bb-groups__tab{text-transform:capitalize} - -.bb-groups #groups-list .item-avatar img{border-color:var(--bb-content-border-color);border-width:1px} - -.bb-groups #groups-list .item-avatar a{border:0;box-shadow:none} - -.bb-no-data.bb-no-data--groups{position:static;-webkit-transform:none;-ms-transform:none;transform:none;left:unset;top:unset;margin:30px 0} \ No newline at end of file +.elementor-add-section .elementor-add-new-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-flow:wrap;flex-flow:wrap}.elementor-template-full-width #content,[class*=template-elementor_header_footer] #content{padding-left:0;padding-right:0}.elementor-template-full-width #content>.container,[class*=template-elementor_header_footer] #content>.container{max-width:100%;padding:0}body:not(.register) .elementor-header+#content{padding-top:0}.elementor-page.page-template-page-fullwidth-content #primary{padding-left:0;padding-right:0}@media (min-width:800px){body.bb-buddypanel:not(.elementor-template-canvas) .elementor-section-boxed[style*=width],body.bb-buddypanel:not(.elementor-template-canvas) .elementor-section-full_width[style*=width],body.bb-buddypanel:not(.elementor-template-canvas) .elementor-section-stretched[style*=width]{padding-left:68px}}@media (min-width:800px){body.bb-buddypanel.buddypanel-open:not(.elementor-template-canvas) .elementor-section-boxed[style*=width],body.bb-buddypanel.buddypanel-open:not(.elementor-template-canvas) .elementor-section-full_width[style*=width],body.bb-buddypanel.buddypanel-open:not(.elementor-template-canvas) .elementor-section-stretched[style*=width]{padding-left:230px}}.elementor-add-section-drag-title{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.entry-content .elementor-wrapper .fluid-width-video-wrapper{margin-top:0;margin-bottom:0}.elementor-widget-container ul.elementor-nav-menu{z-index:initial}.elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown{z-index:5}.elementor-slick-slider .slick-next,.elementor-slick-slider .slick-prev{box-shadow:none}.elementor-slick-slider .slick-arrows-inside .slick-next{left:auto}#content .elementor-widget-container li.product,#content .wp-block-woocommerce-handpicked-products li.product,#content .wp-block-woocommerce-product-best-sellers li.product,#content .wp-block-woocommerce-product-category li.product,#content .wp-block-woocommerce-product-new li.product,#content .wp-block-woocommerce-product-on-sale li.product,#content .wp-block-woocommerce-product-top-rated li.product,#content .wp-block-woocommerce-products-by-attribute li.product{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius);overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex}#content .elementor-widget-container li.product:hover,#content .wp-block-woocommerce-handpicked-products li.product:hover,#content .wp-block-woocommerce-product-best-sellers li.product:hover,#content .wp-block-woocommerce-product-category li.product:hover,#content .wp-block-woocommerce-product-new li.product:hover,#content .wp-block-woocommerce-product-on-sale li.product:hover,#content .wp-block-woocommerce-product-top-rated li.product:hover,#content .wp-block-woocommerce-products-by-attribute li.product:hover{box-shadow:0 6px 24px 0 rgba(18,43,70,.12)}#content .elementor-widget-container .woocommerce-loop-category__title,#content .elementor-widget-container .woocommerce-loop-product__title,#content .wp-block-woocommerce-handpicked-products .woocommerce-loop-category__title,#content .wp-block-woocommerce-handpicked-products .woocommerce-loop-product__title,#content .wp-block-woocommerce-product-best-sellers .woocommerce-loop-category__title,#content .wp-block-woocommerce-product-best-sellers .woocommerce-loop-product__title,#content .wp-block-woocommerce-product-category .woocommerce-loop-category__title,#content .wp-block-woocommerce-product-category .woocommerce-loop-product__title,#content .wp-block-woocommerce-product-new .woocommerce-loop-category__title,#content .wp-block-woocommerce-product-new .woocommerce-loop-product__title,#content .wp-block-woocommerce-product-on-sale .woocommerce-loop-category__title,#content .wp-block-woocommerce-product-on-sale .woocommerce-loop-product__title,#content .wp-block-woocommerce-product-top-rated .woocommerce-loop-category__title,#content .wp-block-woocommerce-product-top-rated .woocommerce-loop-product__title,#content .wp-block-woocommerce-products-by-attribute .woocommerce-loop-category__title,#content .wp-block-woocommerce-products-by-attribute .woocommerce-loop-product__title{text-align:center;font-size:16px;line-height:24px}#content .elementor-widget-container li.product .price,#content .wp-block-woocommerce-handpicked-products li.product .price,#content .wp-block-woocommerce-product-best-sellers li.product .price,#content .wp-block-woocommerce-product-category li.product .price,#content .wp-block-woocommerce-product-new li.product .price,#content .wp-block-woocommerce-product-on-sale li.product .price,#content .wp-block-woocommerce-product-top-rated li.product .price,#content .wp-block-woocommerce-products-by-attribute li.product .price{color:var(--bb-primary-color);font-weight:500;text-align:center}#content .elementor-widget-container li.product .price del,#content .wp-block-woocommerce-handpicked-products li.product .price del,#content .wp-block-woocommerce-product-best-sellers li.product .price del,#content .wp-block-woocommerce-product-category li.product .price del,#content .wp-block-woocommerce-product-new li.product .price del,#content .wp-block-woocommerce-product-on-sale li.product .price del,#content .wp-block-woocommerce-product-top-rated li.product .price del,#content .wp-block-woocommerce-products-by-attribute li.product .price del{color:var(--bb-alternate-text-color);font-weight:400;opacity:1}#content .elementor-widget-container ul.products li.product .onsale,#content .wp-block-woocommerce-handpicked-products ul.products li.product .onsale,#content .wp-block-woocommerce-product-best-sellers ul.products li.product .onsale,#content .wp-block-woocommerce-product-category ul.products li.product .onsale,#content .wp-block-woocommerce-product-new ul.products li.product .onsale,#content .wp-block-woocommerce-product-on-sale ul.products li.product .onsale,#content .wp-block-woocommerce-product-top-rated ul.products li.product .onsale,#content .wp-block-woocommerce-products-by-attribute ul.products li.product .onsale{margin:0;top:0;left:0;border-top:1px solid var(--bb-content-border-color);border-left:1px solid var(--bb-content-border-color);right:auto;border-radius:4px 0;padding:10px;background-color:var(--bb-primary-color);min-height:auto;min-width:auto;line-height:1em;text-transform:uppercase;font-size:12px}#content .elementor-widget-container li.product .button,#content .wp-block-woocommerce-handpicked-products li.product .button,#content .wp-block-woocommerce-product-best-sellers li.product .button,#content .wp-block-woocommerce-product-category li.product .button,#content .wp-block-woocommerce-product-new li.product .button,#content .wp-block-woocommerce-product-on-sale li.product .button,#content .wp-block-woocommerce-product-top-rated li.product .button,#content .wp-block-woocommerce-products-by-attribute li.product .button{width:100%;border-radius:0;padding:.618em 1em;margin-top:auto}#content .elementor-widget-container li.product .button .add_to_cart_button.added,#content .wp-block-woocommerce-handpicked-products li.product .button .add_to_cart_button.added,#content .wp-block-woocommerce-product-best-sellers li.product .button .add_to_cart_button.added,#content .wp-block-woocommerce-product-category li.product .button .add_to_cart_button.added,#content .wp-block-woocommerce-product-new li.product .button .add_to_cart_button.added,#content .wp-block-woocommerce-product-on-sale li.product .button .add_to_cart_button.added,#content .wp-block-woocommerce-product-top-rated li.product .button .add_to_cart_button.added,#content .wp-block-woocommerce-products-by-attribute li.product .button .add_to_cart_button.added{width:50%;border-right:1px solid var(--bb-content-border-color)}#content .elementor-widget-container li.product .button .added_to_cart.wc-forward,#content .wp-block-woocommerce-handpicked-products li.product .button .added_to_cart.wc-forward,#content .wp-block-woocommerce-product-best-sellers li.product .button .added_to_cart.wc-forward,#content .wp-block-woocommerce-product-category li.product .button .added_to_cart.wc-forward,#content .wp-block-woocommerce-product-new li.product .button .added_to_cart.wc-forward,#content .wp-block-woocommerce-product-on-sale li.product .button .added_to_cart.wc-forward,#content .wp-block-woocommerce-product-top-rated li.product .button .added_to_cart.wc-forward,#content .wp-block-woocommerce-products-by-attribute li.product .button .added_to_cart.wc-forward{border-right:0}#content .elementor-widget-container li.product .button:hover,#content .wp-block-woocommerce-handpicked-products li.product .button:hover,#content .wp-block-woocommerce-product-best-sellers li.product .button:hover,#content .wp-block-woocommerce-product-category li.product .button:hover,#content .wp-block-woocommerce-product-new li.product .button:hover,#content .wp-block-woocommerce-product-on-sale li.product .button:hover,#content .wp-block-woocommerce-product-top-rated li.product .button:hover,#content .wp-block-woocommerce-products-by-attribute li.product .button:hover{color:#fff}#content .elementor-widget-container .star-rating,#content .wp-block-woocommerce-handpicked-products .star-rating,#content .wp-block-woocommerce-product-best-sellers .star-rating,#content .wp-block-woocommerce-product-category .star-rating,#content .wp-block-woocommerce-product-new .star-rating,#content .wp-block-woocommerce-product-on-sale .star-rating,#content .wp-block-woocommerce-product-top-rated .star-rating,#content .wp-block-woocommerce-products-by-attribute .star-rating{margin:0 auto 10px}#content .elementor-widget-container .woocommerce-placeholder,#content .wp-block-woocommerce-handpicked-products .woocommerce-placeholder,#content .wp-block-woocommerce-product-best-sellers .woocommerce-placeholder,#content .wp-block-woocommerce-product-category .woocommerce-placeholder,#content .wp-block-woocommerce-product-new .woocommerce-placeholder,#content .wp-block-woocommerce-product-on-sale .woocommerce-placeholder,#content .wp-block-woocommerce-product-top-rated .woocommerce-placeholder,#content .wp-block-woocommerce-products-by-attribute .woocommerce-placeholder{border:0;border-bottom:1px solid var(--bb-content-border-color)}.elementor-widget-container .product_list_widget{list-style:none;margin:0}.elementor-widget-container .product_list_widget li{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius);overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;margin-bottom:20px}.elementor-widget-container .product_list_widget li:hover{box-shadow:0 6px 24px 0 rgba(18,43,70,.12)}.elementor-widget-container .product_list_widget img{width:100%;height:auto;display:block;margin:0 0 1em;box-shadow:none}.elementor-widget-container .product_list_widget .product-title{color:var(--bb-headings-color);display:block;font-size:16px;line-height:24px;margin-bottom:15px;text-align:center}.elementor-widget-container .product_list_widget .amount{color:var(--bb-primary-color);display:block;font-weight:500;margin-top:-10px;margin-bottom:15px;text-align:center}.elementor-widget-container .product_list_widget del .amount{color:var(--bb-alternate-text-color);margin-bottom:10px}.elementor-widget-container .product_list_widget .star-rating{font-size:12px}.elementor-element #groups-list,.elementor-widget-wrap #groups-list{list-style:none;margin:0}.elementor-element #groups-list .item-avatar,.elementor-widget-wrap #groups-list .item-avatar{-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px;margin-right:12px}.elementor-element #groups-list .item-avatar img,.elementor-widget-wrap #groups-list .item-avatar img{border-radius:3px}.elementor-element #groups-list .item,.elementor-widget-wrap #groups-list .item{line-height:1}.elementor-element #groups-list .item-title,.elementor-widget-wrap #groups-list .item-title{margin-bottom:3px}.elementor-element #groups-list .item-title a,.elementor-widget-wrap #groups-list .item-title a{font-size:.9375rem;font-weight:500;color:var(--bb-headings-color);letter-spacing:-.24px}.elementor-element #groups-list span.activity,.elementor-widget-wrap #groups-list span.activity{color:var(--bb-alternate-text-color);font-size:12px;letter-spacing:-.26px;line-height:1.2}.elementor-widget-wp-widget-bp_latest_activities .activity-list{padding:0}.elementor-widget-wp-widget-bp_latest_activities .update-item{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-wp-widget-bp_latest_activities .update-item cite{-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px;min-width:0;margin-right:10px}.elementor-widget-wp-widget-bp_latest_activities .update-item{font-size:14px}.elementor-widget-wp-widget-bp_latest_activities .avatar{border-radius:50%}.elementor-widget-wp-widget-bp_latest_activities .view.activity-time-since{line-height:1;margin:0}.elementor-widget-wp-widget-bp_core_members_widget #members-list{list-style:none;font-size:.875rem;line-height:1.35}.elementor-widget-wp-widget-bp_core_members_widget #members-list li{margin-bottom:10px}.elementor-widget-wp-widget-bp_core_members_widget ul.item-list li .item-avatar{margin-right:12px;-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px;padding:0}.elementor-widget-wp-widget-bp_core_members_widget .item-title a{font-size:14px}.elementor-widget-wp-widget-bp_core_members_widget .item-meta{display:none}.elementor-widget-wp-widget-bp_core_members_widget #members-list.item-list .item-avatar img{max-width:100%}.elementor-widget .widget-num-count{padding:0 0 0 6px;color:var(--bb-alternate-text-color);margin-right:auto;font-size:14px}.elementor-widget-wp-widget-bp_core_follow_follower_widget .item-avatar img,.elementor-widget-wp-widget-bp_core_follow_following_widget .item-avatar img,.elementor-widget-wp-widget-bp_core_recently_active_widget .item-avatar img,.elementor-widget-wp-widget-bp_core_whos_online_widget .item-avatar img{border-radius:50%}.uael-subscribe-bar .fluid-width-video-wrapper{padding:0!important;margin:0!important;width:auto}.uael-subscribe-bar .fluid-width-video-wrapper iframe{height:auto;position:static;width:auto}.elementor-element.elementor-products-grid .woocommerce ul.products li.product{max-width:inherit;width:inherit}.elementor-element.elementor-products-grid .woocommerce ul.products li.product .onsale.onsale{padding:10px}.elementor-element.elementor-products-grid .woocommerce ul.products li.product h2.woocommerce-loop-category__title{text-align:center}.elementor-element.elementor-products-grid .woocommerce .woocommerce-pagination a:hover{color:var(--bb-body-background-color)}.elementor-element.elementor-products-grid .woocommerce .woocommerce-pagination a.next,.elementor-element.elementor-products-grid .woocommerce .woocommerce-pagination a.prev{font-size:0;color:var(--bb-body-text-color);padding:0}.elementor-element.elementor-products-grid .woocommerce .woocommerce-pagination a.next:before,.elementor-element.elementor-products-grid .woocommerce .woocommerce-pagination a.prev:before{line-height:28px;display:inline-block;width:28px}.site-content-grid>.woocommerce-notices-wrapper{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.site-content-grid>.woocommerce-notices-wrapper:empty{display:none}.woocommerce #content .site-content-grid>.product.elementor{display:block}nav.elementor-pagination{margin-top:30px;margin-bottom:30px}.elementor-image>.wp-caption{background:0 0}.elementor-nav-menu .menu-item i._mi{margin-top:0}.elementor-nav-menu ul.elementor-nav-menu--dropdown a,.elementor-nav-menu ul.elementor-nav-menu--dropdown a:focus,.elementor-nav-menu ul.elementor-nav-menu--dropdown a:hover{border-left:0}.elementor-element.elementor-products-grid ul.products li.product a.woocommerce-loop-product__link{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.elementor-element.elementor-products-grid ul.products li.product a.button:last-child{-webkit-box-flex:0;-ms-flex:none;flex:none}.elementor-element.elementor-products-grid ul.products li.product .woocommerce-loop-product__title{padding-left:5px;padding-right:5px}@media (max-width:1024px){#content .elementor-element.elementor-products-grid ul.products.products{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:800px){.bb-buddypanel.bb-sfwd-aside .site-header.site-header--elementor{width:auto}}@media (max-width:768px){#content .elementor-element.elementor-products-grid ul.products.products{grid-template-columns:repeat(2,1fr)}.bb-footer-logo-max-width .elementor-image>img{max-width:50%}.bb-logo-align-center.bb-footer-logo-max-width .elementor-image>img{margin:0 auto;display:block}}@media (max-width:480px){#content .elementor-element.elementor-products-grid ul.products.products{grid-template-columns:repeat(1,1fr)}}.bb-block-header{margin:0 0 22px}.bb-block-header h3{margin:0;font-weight:500}.bb-block-header__extra{font-size:12px;font-weight:500;text-align:right;text-transform:uppercase;letter-spacing:.3px}body.rtl .bb-block-header__extra a.count-more i{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.bbel-list-flow{margin:0 -20px;max-height:900px;overflow-y:auto;padding:0 20px}.bb-members .bbel-list-flow{max-height:850px}.bb-no-data{text-align:center;font-size:14px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%}.bb-no-data img.bb-no-data__image{max-width:50%;margin:0 0 25px}.bb-no-data .bp-feedback.info{border:0}.bb-no-data .bp-feedback.info .bp-icon{display:none}.bb-no-data .bp-feedback{box-shadow:none;margin:0;padding:0 10%}.bb-no-data .bp-feedback p{width:100%;padding:0}.bb-no-data .bp-messages{border:0}.bb-no-data .bb-no-data__link{display:inline-block;font-size:14px;padding:4px 20px;border:1px solid var(--bb-content-border-color);border-radius:30px;margin:10px 0 0}.elementor-field-group .elementor-field-textual:focus,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper select:focus,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input:focus,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea:focus{outline:0;box-shadow:none}@media screen and (max-width:1200px){.elementor-section.elementor-section-boxed>.elementor-container{padding-left:30px;padding-right:30px}}@media screen and (max-width:800px){.elementor-section.elementor-section-boxed>.elementor-container{padding-left:10px;padding-right:10px}}@media screen and (max-width:544px){.elementor-section.elementor-section-boxed>.elementor-container{padding-left:0;padding-right:0}}.elementor-button{background-color:var(--bb-primary-color);border-radius:var(--bb-button-radius)}.elementor-button.elementor-size-lg,.elementor-button.elementor-size-md,.elementor-button.elementor-size-xl,.elementor-button.elementor-size-xs{border-radius:var(--bb-button-radius)}.elementor-icon,.elementor-view-framed .elementor-icon{color:var(--bb-alternate-text-color)}.elementor-view-stacked .elementor-icon{background-color:var(--bb-alternate-text-color)}.elementor-view-framed .elementor-icon{border-color:var(--bb-alternate-text-color)}.elementor-headline--style-highlight svg path{stroke:var(--bb-primary-color)}.elementor-price-list-description{color:var(--bb-alternate-text-color)}.elementor-post__title a{color:var(--bb-headings-color)}.elementor-post__title a:hover{color:var(--bb-primary-color)}.elementor-posts div.elementor-post__meta-data{color:var(--bb-alternate-text-color)}.elementor-posts div.elementor-post__excerpt p{color:var(--bb-body-text-color)}div.elementor-field-group .elementor-field-textual{border-color:var(--bb-content-border-color)}.elementor-price-table .elementor-price-table__currency,.elementor-price-table .elementor-price-table__fractional-part,.elementor-price-table .elementor-price-table__integer-part{color:var(--bb-headings-color)}.elementor-price-table .elementor-price-table__period{color:var(--bb-body-text-color)}.elementor-cta--skin-classic .elementor-cta__content-item.elementor-cta__title{color:var(--bb-headings-color)}.elementor-counter div.elementor-counter-title,.elementor-cta--skin-classic .elementor-cta__content-item.elementor-cta__description{color:var(--bb-body-text-color)}.elementor-blockquote__author,.elementor-counter div.elementor-counter-number-wrapper,.elementor-testimonial-wrapper div.elementor-testimonial-name,.elementor-testimonial__name,.elementor-widget-reviews .elementor-testimonial__name{color:var(--bb-headings-color)}.elementor-testimonial-wrapper div.elementor-testimonial-job,.elementor-testimonial__title,.elementor-widget-reviews .elementor-testimonial__title{color:var(--bb-alternate-text-color)}div.elementor-widget-blockquote blockquote{color:var(--bb-body-text-color)}.elementor-element.elementor-button-info a.elementor-button,.elementor-widget-progress .elementor-progress-wrapper.progress-info div.elementor-progress-bar{background-color:var(--bb-default-notice-color)}.elementor-element.elementor-button-success a.elementor-button,.elementor-widget-progress .elementor-progress-wrapper.progress-success div.elementor-progress-bar{background-color:var(--bb-success-color)}.elementor-element.elementor-button-warning a.elementor-button,.elementor-widget-progress .elementor-progress-wrapper.progress-warning div.elementor-progress-bar{background-color:var(--bb-warning-color)}.elementor-element.elementor-button-danger a.elementor-button,.elementor-widget-progress .elementor-progress-wrapper.progress-danger div.elementor-progress-bar{background-color:var(--bb-danger-color)}.elementor-accordion .elementor-tab-title{color:var(--bb-headings-color)}.elementor-toggle .elementor-tab-title{color:var(--bb-headings-color)}.elementor-icon-box-title{color:var(--bb-headings-color)}div.elementor-alert.elementor-alert-info{color:var(--bb-default-notice-color);border-color:rgba(var(--bb-default-notice-color-rgb),.7);background-color:rgba(var(--bb-default-notice-color-rgb),.1)}div.elementor-alert.elementor-alert-success{color:var(--bb-success-color);border-color:rgba(var(--bb-success-color-rgb),.7);background-color:rgba(var(--bb-success-color-rgb),.1)}div.elementor-alert.elementor-alert-warning{color:var(--bb-warning-color);border-color:rgba(var(--bb-warning-color-rgb),.7);background-color:rgba(var(--bb-warning-color-rgb),.1)}div.elementor-alert.elementor-alert-danger{color:var(--bb-danger-color);border-color:rgba(var(--bb-danger-color-rgb),.7);background-color:rgba(var(--bb-danger-color-rgb),.1)}.elementor-menu-cart__toggle a.elementor-button{color:var(--bb-alternate-text-color)}.elementor-widget-post-comments .commentlist{list-style:none}div.elementor-price-table__ribbon-inner{background-color:var(--bb-primary-color)}.header-mini-cart{overflow:hidden}.header-mini-cart .elementor-menu-cart__product{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px 20px;border-bottom:1px solid var(--bb-content-border-color)}.header-mini-cart .elementor-menu-cart__product .elementor-menu-cart__product-image img{max-width:36px;width:36px;border-radius:50%;margin-right:10px;margin-left:0;float:none}.header-mini-cart .elementor-menu-cart__product .elementor-menu-cart__product-name{max-width:240px}.header-mini-cart .elementor-menu-cart__product .elementor-menu-cart__product-name a{color:var(--bb-headings-color);font-size:14px}.header-mini-cart .elementor-menu-cart__product .elementor-menu-cart__product-name a:hover{color:var(--bb-primary-color)}.header-mini-cart .elementor-menu-cart__product .elementor-menu-cart__product-price{margin-left:auto;font-size:13px;color:var(--bb-alternate-text-color)}.header-mini-cart .elementor-menu-cart__product .elementor-menu-cart__product-price .quantity{display:-webkit-box;display:-ms-flexbox;display:flex}.header-mini-cart .elementor-menu-cart__subtotal{margin:15px 0 15px 20px;font-size:14px;color:var(--bb-alternate-text-color);float:left}.header-mini-cart .elementor-menu-cart__subtotal strong{font-weight:400}.header-mini-cart .elementor-menu-cart__footer-buttons{margin:15px 20px 15px 0;float:right}.header-mini-cart .elementor-menu-cart__footer-buttons .elementor-button{background-color:transparent;font-size:14px;margin-left:5px}.bb-template-v2 .header-mini-cart .elementor-menu-cart__product{border-bottom:0}.bb-template-v2 .header-mini-cart .elementor-menu-cart__products{border-bottom:1px solid var(--bb-content-border-color)}.bb-sfwd-aside .site>.elementor-location-header{-webkit-transition:padding-left .3s ease-in-out;transition:padding-left .3s ease-in-out}.bb-sfwd-aside .site>.elementor-location-header .elementor-section.elementor-section-stretched{left:inherit!important}.bb-sfwd-aside:not(.lms-side-panel-close) .site>.elementor-location-header{padding:0 0 0 370px}.bb-sfwd-aside:not(.lms-side-panel-close) .site>.elementor-location-header .elementor-section.elementor-section-stretched{width:100%!important;left:inherit!important;padding:0!important}@media screen and (max-width:767px){.bb-sfwd-aside:not(.lms-side-panel-close) .site>.elementor-location-header{padding:0}}.bb-sfwd-aside .site>.elementor-location-header{z-index:initial!important}.elementor-element-edit-mode .elementor-widget-wp-widget-bp_core_whos_online_widget a#online-members{border-bottom:1px solid #ed7e00;font-weight:600;margin-bottom:-1px;color:var(--bb-headings-color)}.elementor-element-edit-mode .elementor-widget-wp-widget-bp_core_whos_online_widget #boss_whos_online_widget_connections{display:none}.elementor-widget.elementor-widget-wp-widget-bp_core_friends_widget ul a{font-size:14px}.elementor-widget.elementor-widget-wp-widget-bp_core_friends_widget .item-meta{display:none}.elementor-widget.elementor-widget-wp-widget-bp_core_friends_widget .item-list .item-avatar{margin-right:12px}.elementor-element-edit-mode.elementor-widget[class*=wp-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 .9375rem}.elementor-widget-search-form .elementor-search-form__input{height:auto;outline:0}.elementor-nav-menu--main li.menu-item{z-index:0}.bb-buddypanel.sticky-header:not(.bb-sfwd-aside) .site-header.site-header--elementor,.site-header.site-header--elementor,.sticky-header .site-header.site-header--elementor{width:auto;background-color:transparent;box-shadow:none;position:relative}.lms-side-panel-close .site-header--elementor .header-maximize-link{display:none!important}body:not(.lms-side-panel-close) .site-header--elementor .header-minimize-link{display:none!important}.site-header.site-header--elementor,body.bp-search .site-header.site-header--elementor{z-index:9;padding-right:0;padding-left:0}.site-header--elementor #bb-toggle-theme,.site-header--elementor #header-messages-dropdown-elem,.site-header--elementor #header-notifications-dropdown-elem,.site-header--elementor .bb-separator,.site-header--elementor .course-toggle-view,.site-header--elementor .header-cart-link-wrap,.site-header--elementor .header-search-link,.site-header--elementor .user-wrap{display:none}.site-header--elementor.site-header--align-right .header-aside{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.site-header--elementor.site-header--align-left .header-aside{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.site-header--elementor.site-header--align-center .header-aside{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.site-header--elementor .bb-header-buttons{white-space:nowrap}.site-header--elementor .user-mention .bp-suggestions-mention{padding:0;margin:0;color:inherit}.site-header--elementor .sub-menu .ab-submenu a:hover{background-color:transparent}.site-header--elementor .user-link img,.site-header--elementor.avatar-none .user-link img{border-style:none}.site-header--elementor.avatar-solid .user-link img{border-style:solid}.site-header--elementor.avatar-dotted .user-link img{border-style:dotted}.site-header--elementor.avatar-dashed .user-link img{border-style:dashed}.site-header--elementor.avatar-double .user-link img{border-style:double}.site-header--elementor .primary-menu.bb-primary-overflow .menu-item-has-children:after{opacity:1}.elementor .user-link img{max-width:36px}.elementor-widget-container .site-header--elementor .product_list_widget li{-ms-flex-flow:row;flex-flow:row;margin-bottom:0}.elementor-widget-container .site-header--elementor .product_list_widget li:hover{box-shadow:none}.elementor-widget-container .site-header--elementor .product_list_widget img{margin:0 10px 0 0}.elementor-widget-container .site-header--elementor .product_list_widget .amount{margin-bottom:0;color:inherit}.elementor-widget-container .site-header--elementor .header-mini-cart ul.cart_list li.mini_cart_item>a:not(.remove){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor .notification-avatar img{max-width:36px}.header-search-wrap--elementor{position:absolute;width:100%;left:0;top:0;height:var(--bb-header-height);background-color:var(--bb-header-background);box-shadow:0 1px 0 0 rgba(139,141,157,.05),0 5px 18px 0 rgba(65,71,108,.22);opacity:0;visibility:hidden;-webkit-transition:all linear .2s;transition:all linear .2s;z-index:2}.search-visible-el .header-search-wrap--elementor{opacity:1;visibility:visible}.header-search-wrap--elementor .container{padding:0;position:relative;width:100%}.header-search-wrap--elementor .search-form{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;height:var(--bb-header-height);-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:100%}.header-search-wrap--elementor .search-form label{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0}.header-search-wrap--elementor .search-field-top,.header-search-wrap--elementor input.search-field{border:0;background-size:20px;outline:0;box-shadow:none;padding:0 50px;font-size:16px;width:100%;height:var(--bb-header-height);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background-color:var(--bb-header-background)}.header-search-wrap--elementor input.search-submit{position:absolute;width:30px;font-size:0;top:18px;padding:0;opacity:0}.header-search-wrap--elementor a.close-search{display:inline-block;line-height:1;position:absolute;top:-webkit-calc(50% - 11px);top:calc(50% - 11px);right:15px}.header-search-wrap--elementor a.close-search i{font-size:22px}.header-search-wrap--elementor input[type=search]{background-position:left 15px center}.site-header--elementor.icon-fill-in #bb-toggle-theme i,.site-header--elementor.icon-fill-in #header-messages-dropdown-elem i,.site-header--elementor.icon-fill-in #header-notifications-dropdown-elem i,.site-header--elementor.icon-fill-in .course-toggle-view i,.site-header--elementor.icon-fill-in .header-cart-link-wrap i,.site-header--elementor.icon-fill-in .header-search-link i{opacity:0}.site-header--elementor.site-header--is-logo:not(.site-header--is-nav) #site-logo{margin-right:auto}.site-header--elementor:not(.site-header--is-logo) .bb-mobile-header-wrapper,.site-header--elementor:not(.site-header--is-nav) .bb-mobile-header-wrapper{display:none}@media (max-width:799px){.site-header--elementor .site-header-container{display:-webkit-box;display:-ms-flexbox;display:flex}.site-header--elementor.site-header--is-logo.site-header--is-nav .site-header-container{display:none}}.elementor-widget-header-bar.is-active{z-index:12}.elementor-element--logo-position-right .site-header-container #site-navigation{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:40%}.elementor-element--logo-position-right .site-header-container #site-logo{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin:auto;padding:0 20px}.elementor-element--logo-position-full-center .site-header-container #site-navigation{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:40%}.elementor-element--logo-position-full-center .site-header-container #site-logo{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin:auto;padding:0 20px}.elementor-element--logo-position-full-center .site-header-container #header-aside{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;width:40%}.elementor-element--logo-position-full-right .site-header-container #site-navigation{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:40%}.elementor-element--logo-position-full-right .site-header-container #site-logo{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin:auto;padding:0 20px}.elementor-element--logo-position-full-right .site-header-container #header-aside{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:40%}.elementor-widget-container .fab:before{font-family:"Font Awesome 5 Brands"}.elementor-widget-container .far:before{font-family:"Font Awesome 5 Free"}.elementor-widget-container .fa:before,.elementor-widget-container .fas:before{font-family:"Font Awesome 5 Free"}@media (max-width:768px){.site-header--elementor .user-wrap>a.user-link .user-name,.site-header--elementor .user-wrap>a.user-link i.bb-icon-angle-down{display:none}.site-header--elementor .user-wrap>.sub-menu{right:-54px}.site-header--elementor .header-aside-inner>.bb-separator{margin:0;opacity:0}}@media (max-width:500px){.site-header--elementor .user-wrap>.sub-menu{right:-94px}.site-header--elementor .user-wrap-container>.sub-menu:before{right:118px}.site-header--elementor .user-wrap>.sub-menu{min-width:150px}.site-header--elementor .user-wrap>.sub-menu .wrapper .sub-menu-inner{width:150px}.site-header--elementor .user-wrap>.sub-menu .ab-sub-wrapper{width:140px;left:-140px}}@media (max-width:420px){.site-header--elementor .user-wrap>.sub-menu .ab-sub-wrapper{width:130px;left:-130px}}@media (max-width:380px){.site-header--elementor .user-wrap>.sub-menu .menupop.parent{position:relative!important}.site-header--elementor .user-wrap>.sub-menu .ab-sub-wrapper{position:relative;width:100%;box-shadow:none;display:block!important;left:0;top:0!important}.site-header--elementor .user-wrap>.sub-menu .ab-sub-wrapper .ab-submenu{box-shadow:none;background-color:var(--bb-body-background-color);display:none}.site-header--elementor .user-wrap>.sub-menu .ab-sub-wrapper .ab-submenu a{font-size:12px;padding:.3125rem .9375rem .3125rem 1.25rem}.site-header--elementor .user-wrap>.sub-menu .menupop.parent .ab-sub-wrapper:before{content:"\e826";font-family:bb-icons;width:20px;height:20px;font-size:12px;line-height:20px;vertical-align:top;text-align:center;color:var(--bb-alternate-text-color);top:-27px;right:5px;display:inline-block;-webkit-transform:none;-ms-transform:none;transform:none;z-index:110;cursor:pointer;box-shadow:none;background-color:transparent!important}.site-header--elementor .user-wrap>.sub-menu .ab-sub-wrapper:before{display:none}}.profile_bit{position:relative;display:inline-block;text-align:left}.profile_bit .progress_container{text-align:center}.profile_bit_wrapper{display:block;min-height:110px;width:100%}.profile_bit_wrapper.profile_bit_wrapper--blank{min-height:auto}.profile_bit_wrapper.has-profile-button{min-height:180px}.profile_bit.skin-linear{position:absolute;right:0}.profile_bit.skin-semicircle{position:static}.profile_bit_wrapper--semicircle .profile_bit_figure{width:100%}.elementor-cta--completion-right .profile_bit.skin-linear{right:0}@media (max-width:768px){.elementor-cta--completion-right .profile_bit.skin-linear{right:0;left:0;margin:0 auto}}.elementor-cta--completion-left .profile_bit.skin-linear{left:0;right:unset}.elementor-cta--completion-center .profile_bit.skin-linear{left:0;right:0;margin:0 auto}.elementor-cta--completion-right{text-align:right}.elementor-cta--completion-left{text-align:left}.elementor-cta--completion-center{text-align:center}.elementor-cta--btn-alignment-left .profile_bit.skin-semicircle .profile_bit_action{text-align:left}.elementor-cta--btn-alignment-center .profile_bit.skin-semicircle .profile_bit_action{text-align:center}.elementor-cta--btn-alignment-right .profile_bit.skin-semicircle .profile_bit_action{text-align:right}@media (max-width:768px){.elementor-cta--completion-center,.elementor-cta--completion-left,.elementor-cta--completion-right{text-align:center}}.progress_bit{position:relative;display:inline-block;cursor:pointer}.progress_bit_arc,.progress_bit_linear{display:none}.skin-semicircle .progress_bit_graph{display:none}.profile_bit.skin-semicircle{width:100%}.profile_bit.skin-linear .progress_bit_graph{display:none}.profile_bit.skin-linear .progress_bit__data{position:relative;display:block;text-align:left;margin:0}.profile_bit.skin-linear,.profile_bit.skin-semicircle{width:100%}.profile_bit.skin-linear .progress_bit,.profile_bit.skin-semicircle .progress_bit{width:100%;padding:20px 20px 0;cursor:pointer}.profile_bit.skin-linear .progress_container,.profile_bit.skin-semicircle .progress_container{background-color:#fff;border-radius:10px;border-color:var(--bb-content-border-color);border-width:1px;padding-bottom:20px}.profile_bit.skin-linear .profile_bit_action,.profile_bit.skin-semicircle .profile_bit_action{text-align:left;padding:0 15px}.profile_bit.skin-linear.active .progress_container,.profile_bit.skin-semicircle.active .progress_container{border-radius:10px 10px 0 0}.profile_bit.skin-linear .profile_bit__details,.profile_bit.skin-semicircle .profile_bit__details{top:0;position:relative;left:0;right:unset;width:100%;box-shadow:none;border-radius:0 0 10px 10px;border-color:var(--bb-content-border-color);margin-top:-5px;padding-top:0;border-width:1px}.profile_bit.skin-linear .profile_bit__details .profile_bit__heading,.profile_bit.skin-semicircle .profile_bit__details .profile_bit__heading{display:none}.profile_bit.skin-semicircle .profile_bit__details{position:absolute;top:100%}.profile_bit.skin-semicircle .profile_bit_action__link{text-align:center}.profile_bit.skin-linear.border-solid .profile_bit__details,.profile_bit.skin-linear.border-solid .progress_container,.profile_bit.skin-semicircle.border-solid .profile_bit__details,.profile_bit.skin-semicircle.border-solid .progress_container{border-style:solid}.profile_bit.skin-linear.border-dashed .profile_bit__details,.profile_bit.skin-linear.border-dashed .progress_container,.profile_bit.skin-semicircle.border-dashed .profile_bit__details,.profile_bit.skin-semicircle.border-dashed .progress_container{border-style:dashed}.profile_bit.skin-linear.border-dotted .profile_bit__details,.profile_bit.skin-linear.border-dotted .progress_container,.profile_bit.skin-semicircle.border-dotted .profile_bit__details,.profile_bit.skin-semicircle.border-dotted .progress_container{border-style:dotted}.profile_bit.skin-linear.border-none .profile_bit__details,.profile_bit.skin-linear.border-none .progress_container,.profile_bit.skin-semicircle.border-none .profile_bit__details,.profile_bit.skin-semicircle.border-none .progress_container{border-style:none}.profile_bit.skin-linear.border-double .profile_bit__details,.profile_bit.skin-linear.border-double .progress_container,.profile_bit.skin-semicircle.border-double .profile_bit__details,.profile_bit.skin-semicircle.border-double .progress_container{border-style:double}.profile_bit.skin-linear .profile_bit__details,.profile_bit.skin-semicircle .profile_bit__details{border-top-width:0}.skin-semicircle .progress_bit__heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 15px}.skin-semicircle .progress_bit__heading i{margin-left:auto;-webkit-transition:all .5s ease;transition:all .5s ease;color:var(--bb-headings-color)}.skin-semicircle .progress_bit__heading h3{text-transform:uppercase;font-weight:700;font-size:13px;margin:0}.skin-linear .progress_bit_linear{display:block;width:100%;text-align:left}.skin-linear .progress_bit_linear .progress_bit__heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 15px}.skin-linear .progress_bit_linear .progress_bit__heading i{margin-left:auto;-webkit-transition:all .5s ease;transition:all .5s ease;color:var(--bb-headings-color)}.skin-linear .progress_bit_linear .progress_bit__heading h3{text-transform:uppercase;font-weight:700;font-size:13px;margin:0}.skin-semicircle .progress_bit_arc{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;min-width:240px;-webkit-box-flex:1;-ms-flex:1;flex:1}.profile_bit.skin-linear.active .progress_bit__heading i,.profile_bit.skin-semicircle.active .progress_bit__heading i{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.progress_bit__line{position:relative;border-radius:20px}.progress_bit__scale{position:absolute;top:0;left:0;display:inline-block;border-radius:20px 0 0 20px}.progress-bit__ring{overflow:hidden;border-radius:4px;width:100px;height:100px;line-height:100px;background:0 0;margin:0 auto;box-shadow:none;position:relative}.progress-bit__ring:after{content:"";width:98px;height:98px;border-radius:50%;border:4px solid #dedfe2;position:absolute;top:1px;left:1px}.progress-bit__ring>span{width:50%;height:100%;overflow:hidden;position:absolute;top:0;z-index:1}.progress-bit__ring .progress-bit__left{left:0}.progress-bit__ring .progress-bit__disc{width:100%;height:100%;background:0 0;border-width:6px;border-style:solid;position:absolute;top:0;border-color:#dedfe2}.progress-bit__ring .progress-bit__left .progress-bit__disc{left:100%;border-top-right-radius:50px;border-bottom-right-radius:50px;border-left:0;-webkit-transform-origin:center left;-ms-transform-origin:center left;transform-origin:center left;-webkit-animation:loading-2 1.5s linear forwards 1.8s;animation:loading-2 1.5s linear forwards 1.8s}.progress-bit__ring .progress-bit__right{right:0}.progress-bit__ring .progress-bit__right .progress-bit__disc{left:-100%;border-top-left-radius:50px;border-bottom-left-radius:50px;border-right:0;-webkit-transform-origin:center right;-ms-transform-origin:center right;transform-origin:center right;-webkit-animation:loading-1 1.8s linear forwards;animation:loading-1 1.8s linear forwards}.progress-bit__ring .bb-progress-value{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:50%;font-size:36px;text-align:center;line-height:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;font-weight:300}.progress-bit__ring .bb-progress-value div{margin-top:10px}.progress-bit__ring .bb-progress-value span{font-size:12px;text-transform:uppercase}.progress_bit_graph--sm .progress-bit__ring{border-radius:2px;width:46px;height:46px;line-height:46px}.progress_bit_graph--sm .progress-bit__ring:after{border-width:4px;width:100%;height:100%;top:0;left:0}.progress_bit_graph--sm .progress-bit__disc{border-width:4px}.progress_bit_graph--sm .progress-bit__left .progress-bit__disc{border-top-right-radius:23px;border-bottom-right-radius:23px}.progress_bit_graph--sm .progress-bit__right{right:0}.progress_bit_graph--sm .progress-bit__right .progress-bit__disc{border-top-left-radius:23px;border-bottom-left-radius:23px}.progress-bit__ring .progress-bit__disc{border-color:#1cd991}.progress-bit__ring[data-percentage="0"] .progress-bit__disc{opacity:0}.progress_bit__data{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.progress_bit__data-num{font-size:22px;font-weight:500;color:var(--bb-headings-color)}.progress_bit__data-num>span{font-size:12px;color:var(--bb-alternate-text-color);vertical-align:super}.skin-semicircle .progress_bit__data-num{font-size:36px;font-weight:600}.skin-semicircle .progress_bit__data-num>span{font-size:14px}.skin-semicircle .progress_bit__data-remark{font-size:14px;line-height:1.3}.skin-semicircle .progress_bit__data{top:unset;bottom:20px}.skin-semicircle .pc_progress_wrap{margin:0 0 10px}.progress_bit__data-remark{font-size:12px;color:var(--bb-alternate-text-color);line-height:1.3}.profile_bit.skin-linear .progress_bit__data-num,.profile_bit.skin-linear .progress_bit__data-num>span,.profile_bit.skin-linear .progress_bit__data-remark{font-size:13px;color:var(--bb-alternate-text-color)}.profile_bit.skin-linear .progress_bit__data-num>span{vertical-align:initial}.profile_bit__details{min-width:280px;display:none;background-color:#fff;border-radius:10px;box-shadow:0 3px 24px 0 rgba(18,43,70,.08);padding:20px;position:absolute;top:0;right:100px;z-index:999}@media (max-width:768px){.profile_bit.skin-circle .profile_bit__details{top:100px;left:50%;right:unset;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}}ul.profile_bit__list{margin:0;padding:0;list-style:none}ul.profile_bit__list li .section_number{line-height:1;position:relative}ul.profile_bit__list li .section_number:before{content:"";border:2px solid #dedfe2;margin-right:10px;display:inline-block;vertical-align:middle;height:22px;width:22px;border-radius:50%}ul.profile_bit__list li.completed .section_number:before{content:"";content:"\e876";font-family:bb-icons;border:0;background-color:var(--bb-success-color);margin-right:10px;display:inline-block;vertical-align:middle;height:22px;width:22px;border-radius:50%;color:#fff;text-align:center;line-height:22px;font-size:14px}ul.profile_bit__list li{margin:0 0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}ul.profile_bit__list li .progress{margin-left:auto}ul.profile_bit__list li .section_name{margin-right:15px}ul.profile_bit__list li .section_name a{color:#939597;font-size:15px}ul.profile_bit__list li:last-of-type{margin-bottom:0}ul.profile_bit__list li .completed_staus{display:inline-block;padding:3px 0;width:40px;font-size:12px;line-height:1;font-weight:600;text-align:center}ul.profile_bit__list li.completed .completed_staus{color:var(--bb-success-color)}ul.profile_bit__list li.incomplete .completed_staus{color:var(--bb-danger-color)}ul.profile_bit__list li.incomplete .section_name a{color:var(--bb-danger-color)}.profile_bit__heading{background-color:#f5f5f5;border-radius:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px 10px;margin:0 0 15px;font-size:14px}.profile_bit__heading .progress-num{color:var(--bb-headings-color)}.profile_bit__heading .progress-label{text-align:right;color:var(--bb-headings-color)}.profile_bit__heading>span{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}.profile_bit__heading .progress-figure{position:relative}.profile_bit__heading .progress_bit_graph--sm{position:absolute;top:-23px;margin:auto;left:0;right:0}.profile_bit__heading .progress_bit_graph--sm .progress-bit__ring{border:3px solid #fff;background-color:#fff;border-radius:50%}.profile_bit_figure{text-align:center;display:inline-block}.profile_bit_action{margin:10px 0 0}.profile_bit_action a.profile_bit_action__link{font-size:13px;display:inline-block;border-radius:var(--bb-button-radius);padding:2px 15px;color:#939597;border:1px solid #9ea8b2;cursor:pointer}.profile_bit_action a.profile_bit_action__link:hover{color:var(--bb-primary-color)}.profile_bit_action a.profile_bit_action__link i{font-size:20px;position:relative;top:3px;left:3px}body.rtl .profile_bit_action__link i{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.progress-bit__ring[data-percentage="1"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-1 1.5s linear forwards;animation:loading-1 1.5s linear forwards}.progress-bit__ring[data-percentage="1"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="2"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-2 1.5s linear forwards;animation:loading-2 1.5s linear forwards}.progress-bit__ring[data-percentage="2"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="3"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-3 1.5s linear forwards;animation:loading-3 1.5s linear forwards}.progress-bit__ring[data-percentage="3"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="4"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-4 1.5s linear forwards;animation:loading-4 1.5s linear forwards}.progress-bit__ring[data-percentage="4"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="5"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-5 1.5s linear forwards;animation:loading-5 1.5s linear forwards}.progress-bit__ring[data-percentage="5"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="6"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-6 1.5s linear forwards;animation:loading-6 1.5s linear forwards}.progress-bit__ring[data-percentage="6"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="7"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-7 1.5s linear forwards;animation:loading-7 1.5s linear forwards}.progress-bit__ring[data-percentage="7"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="8"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-8 1.5s linear forwards;animation:loading-8 1.5s linear forwards}.progress-bit__ring[data-percentage="8"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="9"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-9 1.5s linear forwards;animation:loading-9 1.5s linear forwards}.progress-bit__ring[data-percentage="9"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="10"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-10 1.5s linear forwards;animation:loading-10 1.5s linear forwards}.progress-bit__ring[data-percentage="10"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="11"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-11 1.5s linear forwards;animation:loading-11 1.5s linear forwards}.progress-bit__ring[data-percentage="11"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="12"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-12 1.5s linear forwards;animation:loading-12 1.5s linear forwards}.progress-bit__ring[data-percentage="12"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="13"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-13 1.5s linear forwards;animation:loading-13 1.5s linear forwards}.progress-bit__ring[data-percentage="13"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="14"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-14 1.5s linear forwards;animation:loading-14 1.5s linear forwards}.progress-bit__ring[data-percentage="14"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="15"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-15 1.5s linear forwards;animation:loading-15 1.5s linear forwards}.progress-bit__ring[data-percentage="15"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="16"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-16 1.5s linear forwards;animation:loading-16 1.5s linear forwards}.progress-bit__ring[data-percentage="16"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="17"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-17 1.5s linear forwards;animation:loading-17 1.5s linear forwards}.progress-bit__ring[data-percentage="17"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="18"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-18 1.5s linear forwards;animation:loading-18 1.5s linear forwards}.progress-bit__ring[data-percentage="18"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="19"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-19 1.5s linear forwards;animation:loading-19 1.5s linear forwards}.progress-bit__ring[data-percentage="19"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="20"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-20 1.5s linear forwards;animation:loading-20 1.5s linear forwards}.progress-bit__ring[data-percentage="20"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="21"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-21 1.5s linear forwards;animation:loading-21 1.5s linear forwards}.progress-bit__ring[data-percentage="21"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="22"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-22 1.5s linear forwards;animation:loading-22 1.5s linear forwards}.progress-bit__ring[data-percentage="22"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="23"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-23 1.5s linear forwards;animation:loading-23 1.5s linear forwards}.progress-bit__ring[data-percentage="23"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="24"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-24 1.5s linear forwards;animation:loading-24 1.5s linear forwards}.progress-bit__ring[data-percentage="24"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="25"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-25 1.5s linear forwards;animation:loading-25 1.5s linear forwards}.progress-bit__ring[data-percentage="25"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="26"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-26 1.5s linear forwards;animation:loading-26 1.5s linear forwards}.progress-bit__ring[data-percentage="26"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="27"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-27 1.5s linear forwards;animation:loading-27 1.5s linear forwards}.progress-bit__ring[data-percentage="27"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="28"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-28 1.5s linear forwards;animation:loading-28 1.5s linear forwards}.progress-bit__ring[data-percentage="28"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="29"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-29 1.5s linear forwards;animation:loading-29 1.5s linear forwards}.progress-bit__ring[data-percentage="29"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="30"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-30 1.5s linear forwards;animation:loading-30 1.5s linear forwards}.progress-bit__ring[data-percentage="30"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="31"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-31 1.5s linear forwards;animation:loading-31 1.5s linear forwards}.progress-bit__ring[data-percentage="31"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="32"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-32 1.5s linear forwards;animation:loading-32 1.5s linear forwards}.progress-bit__ring[data-percentage="32"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="33"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-33 1.5s linear forwards;animation:loading-33 1.5s linear forwards}.progress-bit__ring[data-percentage="33"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="34"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-34 1.5s linear forwards;animation:loading-34 1.5s linear forwards}.progress-bit__ring[data-percentage="34"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="35"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-35 1.5s linear forwards;animation:loading-35 1.5s linear forwards}.progress-bit__ring[data-percentage="35"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="36"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-36 1.5s linear forwards;animation:loading-36 1.5s linear forwards}.progress-bit__ring[data-percentage="36"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="37"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-37 1.5s linear forwards;animation:loading-37 1.5s linear forwards}.progress-bit__ring[data-percentage="37"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="38"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-38 1.5s linear forwards;animation:loading-38 1.5s linear forwards}.progress-bit__ring[data-percentage="38"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="39"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-39 1.5s linear forwards;animation:loading-39 1.5s linear forwards}.progress-bit__ring[data-percentage="39"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="40"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-40 1.5s linear forwards;animation:loading-40 1.5s linear forwards}.progress-bit__ring[data-percentage="40"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="41"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-41 1.5s linear forwards;animation:loading-41 1.5s linear forwards}.progress-bit__ring[data-percentage="41"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="42"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-42 1.5s linear forwards;animation:loading-42 1.5s linear forwards}.progress-bit__ring[data-percentage="42"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="43"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-43 1.5s linear forwards;animation:loading-43 1.5s linear forwards}.progress-bit__ring[data-percentage="43"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="44"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-44 1.5s linear forwards;animation:loading-44 1.5s linear forwards}.progress-bit__ring[data-percentage="44"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="45"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-45 1.5s linear forwards;animation:loading-45 1.5s linear forwards}.progress-bit__ring[data-percentage="45"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="46"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-46 1.5s linear forwards;animation:loading-46 1.5s linear forwards}.progress-bit__ring[data-percentage="46"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="47"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-47 1.5s linear forwards;animation:loading-47 1.5s linear forwards}.progress-bit__ring[data-percentage="47"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="48"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-48 1.5s linear forwards;animation:loading-48 1.5s linear forwards}.progress-bit__ring[data-percentage="48"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="49"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-49 1.5s linear forwards;animation:loading-49 1.5s linear forwards}.progress-bit__ring[data-percentage="49"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="50"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="50"] .progress-bit__left .progress-bit__disc{-webkit-animation:0;animation:0}.progress-bit__ring[data-percentage="51"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="51"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-1 1.5s linear forwards 1.5s;animation:loading-1 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="52"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="52"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-2 1.5s linear forwards 1.5s;animation:loading-2 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="53"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="53"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-3 1.5s linear forwards 1.5s;animation:loading-3 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="54"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="54"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-4 1.5s linear forwards 1.5s;animation:loading-4 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="55"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="55"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-5 1.5s linear forwards 1.5s;animation:loading-5 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="56"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="56"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-6 1.5s linear forwards 1.5s;animation:loading-6 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="57"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="57"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-7 1.5s linear forwards 1.5s;animation:loading-7 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="58"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="58"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-8 1.5s linear forwards 1.5s;animation:loading-8 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="59"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="59"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-9 1.5s linear forwards 1.5s;animation:loading-9 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="60"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="60"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-10 1.5s linear forwards 1.5s;animation:loading-10 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="61"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="61"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-11 1.5s linear forwards 1.5s;animation:loading-11 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="62"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="62"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-12 1.5s linear forwards 1.5s;animation:loading-12 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="63"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="63"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-13 1.5s linear forwards 1.5s;animation:loading-13 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="64"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="64"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-14 1.5s linear forwards 1.5s;animation:loading-14 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="65"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="65"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-15 1.5s linear forwards 1.5s;animation:loading-15 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="66"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="66"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-16 1.5s linear forwards 1.5s;animation:loading-16 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="67"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="67"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-17 1.5s linear forwards 1.5s;animation:loading-17 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="68"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="68"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-18 1.5s linear forwards 1.5s;animation:loading-18 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="69"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="69"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-19 1.5s linear forwards 1.5s;animation:loading-19 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="70"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="70"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-20 1.5s linear forwards 1.5s;animation:loading-20 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="71"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="71"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-21 1.5s linear forwards 1.5s;animation:loading-21 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="72"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="72"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-22 1.5s linear forwards 1.5s;animation:loading-22 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="73"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="73"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-23 1.5s linear forwards 1.5s;animation:loading-23 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="74"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="74"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-24 1.5s linear forwards 1.5s;animation:loading-24 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="75"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="75"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-25 1.5s linear forwards 1.5s;animation:loading-25 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="76"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="76"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-26 1.5s linear forwards 1.5s;animation:loading-26 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="77"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="77"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-27 1.5s linear forwards 1.5s;animation:loading-27 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="78"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="78"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-28 1.5s linear forwards 1.5s;animation:loading-28 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="79"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="79"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-29 1.5s linear forwards 1.5s;animation:loading-29 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="80"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="80"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-30 1.5s linear forwards 1.5s;animation:loading-30 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="81"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="81"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-31 1.5s linear forwards 1.5s;animation:loading-31 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="82"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="82"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-32 1.5s linear forwards 1.5s;animation:loading-32 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="83"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="83"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-33 1.5s linear forwards 1.5s;animation:loading-33 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="84"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="84"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-34 1.5s linear forwards 1.5s;animation:loading-34 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="85"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="85"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-35 1.5s linear forwards 1.5s;animation:loading-35 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="86"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="86"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-36 1.5s linear forwards 1.5s;animation:loading-36 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="87"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="87"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-37 1.5s linear forwards 1.5s;animation:loading-37 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="88"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="88"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-38 1.5s linear forwards 1.5s;animation:loading-38 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="89"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="89"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-39 1.5s linear forwards 1.5s;animation:loading-39 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="90"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="90"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-40 1.5s linear forwards 1.5s;animation:loading-40 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="91"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="91"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-41 1.5s linear forwards 1.5s;animation:loading-41 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="92"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="92"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-42 1.5s linear forwards 1.5s;animation:loading-42 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="93"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="93"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-43 1.5s linear forwards 1.5s;animation:loading-43 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="94"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="94"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-44 1.5s linear forwards 1.5s;animation:loading-44 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="95"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="95"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-45 1.5s linear forwards 1.5s;animation:loading-45 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="96"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="96"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-46 1.5s linear forwards 1.5s;animation:loading-46 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="97"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="97"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-47 1.5s linear forwards 1.5s;animation:loading-47 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="98"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="98"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-48 1.5s linear forwards 1.5s;animation:loading-48 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="99"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="99"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-49 1.5s linear forwards 1.5s;animation:loading-49 1.5s linear forwards 1.5s}.progress-bit__ring[data-percentage="100"] .progress-bit__right .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.progress-bit__ring[data-percentage="100"] .progress-bit__left .progress-bit__disc{-webkit-animation:loading-50 1.5s linear forwards 1.5s;animation:loading-50 1.5s linear forwards 1.5s}@-webkit-keyframes loading-1{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(3.6deg);transform:rotate(3.6deg)}}@keyframes loading-1{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(3.6deg);transform:rotate(3.6deg)}}@-webkit-keyframes loading-2{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(7.2deg);transform:rotate(7.2deg)}}@keyframes loading-2{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(7.2deg);transform:rotate(7.2deg)}}@-webkit-keyframes loading-3{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(10.8deg);transform:rotate(10.8deg)}}@keyframes loading-3{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(10.8deg);transform:rotate(10.8deg)}}@-webkit-keyframes loading-4{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(14.4deg);transform:rotate(14.4deg)}}@keyframes loading-4{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(14.4deg);transform:rotate(14.4deg)}}@-webkit-keyframes loading-5{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}}@keyframes loading-5{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}}@-webkit-keyframes loading-6{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(21.6deg);transform:rotate(21.6deg)}}@keyframes loading-6{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(21.6deg);transform:rotate(21.6deg)}}@-webkit-keyframes loading-7{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(25.2deg);transform:rotate(25.2deg)}}@keyframes loading-7{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(25.2deg);transform:rotate(25.2deg)}}@-webkit-keyframes loading-8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(28.8deg);transform:rotate(28.8deg)}}@keyframes loading-8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(28.8deg);transform:rotate(28.8deg)}}@-webkit-keyframes loading-9{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(32.4deg);transform:rotate(32.4deg)}}@keyframes loading-9{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(32.4deg);transform:rotate(32.4deg)}}@-webkit-keyframes loading-10{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(36deg);transform:rotate(36deg)}}@keyframes loading-10{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(36deg);transform:rotate(36deg)}}@-webkit-keyframes loading-11{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(39.6deg);transform:rotate(39.6deg)}}@keyframes loading-11{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(39.6deg);transform:rotate(39.6deg)}}@-webkit-keyframes loading-12{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(43.2deg);transform:rotate(43.2deg)}}@keyframes loading-12{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(43.2deg);transform:rotate(43.2deg)}}@-webkit-keyframes loading-13{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(46.8deg);transform:rotate(46.8deg)}}@keyframes loading-13{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(46.8deg);transform:rotate(46.8deg)}}@-webkit-keyframes loading-14{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(50.4deg);transform:rotate(50.4deg)}}@keyframes loading-14{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(50.4deg);transform:rotate(50.4deg)}}@-webkit-keyframes loading-15{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(54deg);transform:rotate(54deg)}}@keyframes loading-15{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(54deg);transform:rotate(54deg)}}@-webkit-keyframes loading-16{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(57.6deg);transform:rotate(57.6deg)}}@keyframes loading-16{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(57.6deg);transform:rotate(57.6deg)}}@-webkit-keyframes loading-17{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(61.2deg);transform:rotate(61.2deg)}}@keyframes loading-17{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(61.2deg);transform:rotate(61.2deg)}}@-webkit-keyframes loading-18{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(64.8deg);transform:rotate(64.8deg)}}@keyframes loading-18{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(64.8deg);transform:rotate(64.8deg)}}@-webkit-keyframes loading-19{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(68.4deg);transform:rotate(68.4deg)}}@keyframes loading-19{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(68.4deg);transform:rotate(68.4deg)}}@-webkit-keyframes loading-20{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(72deg);transform:rotate(72deg)}}@keyframes loading-20{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(72deg);transform:rotate(72deg)}}@-webkit-keyframes loading-21{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(75.6deg);transform:rotate(75.6deg)}}@keyframes loading-21{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(75.6deg);transform:rotate(75.6deg)}}@-webkit-keyframes loading-22{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(79.2deg);transform:rotate(79.2deg)}}@keyframes loading-22{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(79.2deg);transform:rotate(79.2deg)}}@-webkit-keyframes loading-23{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(82.8deg);transform:rotate(82.8deg)}}@keyframes loading-23{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(82.8deg);transform:rotate(82.8deg)}}@-webkit-keyframes loading-24{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(86.4deg);transform:rotate(86.4deg)}}@keyframes loading-24{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(86.4deg);transform:rotate(86.4deg)}}@-webkit-keyframes loading-25{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@keyframes loading-25{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@-webkit-keyframes loading-26{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(93.6deg);transform:rotate(93.6deg)}}@keyframes loading-26{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(93.6deg);transform:rotate(93.6deg)}}@-webkit-keyframes loading-27{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(97.2deg);transform:rotate(97.2deg)}}@keyframes loading-27{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(97.2deg);transform:rotate(97.2deg)}}@-webkit-keyframes loading-28{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(100.8deg);transform:rotate(100.8deg)}}@keyframes loading-28{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(100.8deg);transform:rotate(100.8deg)}}@-webkit-keyframes loading-29{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(104.4deg);transform:rotate(104.4deg)}}@keyframes loading-29{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(104.4deg);transform:rotate(104.4deg)}}@-webkit-keyframes loading-30{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(108deg);transform:rotate(108deg)}}@keyframes loading-30{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(108deg);transform:rotate(108deg)}}@-webkit-keyframes loading-31{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(111.6deg);transform:rotate(111.6deg)}}@keyframes loading-31{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(111.6deg);transform:rotate(111.6deg)}}@-webkit-keyframes loading-32{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(115.2deg);transform:rotate(115.2deg)}}@keyframes loading-32{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(115.2deg);transform:rotate(115.2deg)}}@-webkit-keyframes loading-33{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(118.8deg);transform:rotate(118.8deg)}}@keyframes loading-33{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(118.8deg);transform:rotate(118.8deg)}}@-webkit-keyframes loading-34{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(122.4deg);transform:rotate(122.4deg)}}@keyframes loading-34{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(122.4deg);transform:rotate(122.4deg)}}@-webkit-keyframes loading-35{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(126deg);transform:rotate(126deg)}}@keyframes loading-35{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(126deg);transform:rotate(126deg)}}@-webkit-keyframes loading-36{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(129.6deg);transform:rotate(129.6deg)}}@keyframes loading-36{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(129.6deg);transform:rotate(129.6deg)}}@-webkit-keyframes loading-37{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(133.2deg);transform:rotate(133.2deg)}}@keyframes loading-37{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(133.2deg);transform:rotate(133.2deg)}}@-webkit-keyframes loading-38{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(136.8deg);transform:rotate(136.8deg)}}@keyframes loading-38{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(136.8deg);transform:rotate(136.8deg)}}@-webkit-keyframes loading-39{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(140.4deg);transform:rotate(140.4deg)}}@keyframes loading-39{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(140.4deg);transform:rotate(140.4deg)}}@-webkit-keyframes loading-40{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(144deg);transform:rotate(144deg)}}@keyframes loading-40{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(144deg);transform:rotate(144deg)}}@-webkit-keyframes loading-41{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(147.6deg);transform:rotate(147.6deg)}}@keyframes loading-41{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(147.6deg);transform:rotate(147.6deg)}}@-webkit-keyframes loading-42{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(151.2deg);transform:rotate(151.2deg)}}@keyframes loading-42{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(151.2deg);transform:rotate(151.2deg)}}@-webkit-keyframes loading-43{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(154.8deg);transform:rotate(154.8deg)}}@keyframes loading-43{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(154.8deg);transform:rotate(154.8deg)}}@-webkit-keyframes loading-44{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(158.4deg);transform:rotate(158.4deg)}}@keyframes loading-44{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(158.4deg);transform:rotate(158.4deg)}}@-webkit-keyframes loading-45{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(162deg);transform:rotate(162deg)}}@keyframes loading-45{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(162deg);transform:rotate(162deg)}}@-webkit-keyframes loading-46{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(165.6deg);transform:rotate(165.6deg)}}@keyframes loading-46{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(165.6deg);transform:rotate(165.6deg)}}@-webkit-keyframes loading-47{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(169.2deg);transform:rotate(169.2deg)}}@keyframes loading-47{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(169.2deg);transform:rotate(169.2deg)}}@-webkit-keyframes loading-48{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(172.8deg);transform:rotate(172.8deg)}}@keyframes loading-48{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(172.8deg);transform:rotate(172.8deg)}}@-webkit-keyframes loading-49{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(176.4deg);transform:rotate(176.4deg)}}@keyframes loading-49{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(176.4deg);transform:rotate(176.4deg)}}@-webkit-keyframes loading-50{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@keyframes loading-50{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}.bb-lms-progress-wrap--ld-activity{position:relative}.bb-lms-progress-wrap--ld-activity .bb-progress .bb-progress-circle{border-width:3px}.bb-lms-progress-wrap--ld-activity .bb-progress__value{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:11px;color:#fff}.bb-lms-progress-wrap--ld-activity .bb-progress{width:36px;height:36px;line-height:36px}.bb-lms-progress-wrap--ld-activity .bb-progress:after{border:3px solid #dedfe2}.bb-lms-progress-wrap--ld-activity .bb-progress .bb-progress-left .bb-progress-circle{border-top-right-radius:18px;border-bottom-right-radius:18px}.bb-lms-progress-wrap--ld-activity .bb-progress .bb-progress-right .bb-progress-circle{left:-100%;border-top-left-radius:18px;border-bottom-left-radius:18px}.bb-la-composer.bb-la--isslick:not(.slick-initialized){display:none}.bb-la-composer.bb-la--isslick.bb-la__overlap{margin-right:10px}.bb-la-composer.bb-la--isslick.bb-la__overlap:after{content:"";position:absolute;top:4%;right:-10px;width:10px;height:92%;background-color:#fff;border:1px solid var(--bb-content-border-color);border-left:0;border-radius:0 4px 4px 0;opacity:.6}@media (max-width:544px){.bb-la-composer.bb-la--isslick.bb-la__overlap{margin-right:0}.bb-la-composer.bb-la--isslick.bb-la__overlap:after{display:none}}.bb-la-composer.bb-la--isslick{position:relative}@media (min-width:768px){.bb-ldactivity,.elementor-widget-ld-activity,.elementor-widget-ld-activity .elementor-widget-container{height:100%}.elementor-col-100 .bb-ldactivity,.elementor-col-100 .elementor-widget-ld-activity,.elementor-col-100 .elementor-widget-ld-activity .elementor-widget-container,.elementor-column[data-col="100"] .bb-ldactivity,.elementor-column[data-col="100"] .elementor-widget-ld-activity,.elementor-column[data-col="100"] .elementor-widget-ld-activity .elementor-widget-container{height:auto}}.bb-la-block,.bb-la-slide,.bb-la.bb-la-composer{height:100%}.bb-la--isslick .bb-la-slide{padding-right:1px}.bb-ldactivity .slick-list,.bb-ldactivity .slick-slide>div,.bb-ldactivity .slick-track{height:100%}.dots--align-center .bb-ldactivity ul.slick-dots{text-align:center}.dots--align-left .bb-ldactivity ul.slick-dots{text-align:left}@media screen and (max-width:540px){.dots--align-left .bb-ldactivity ul.slick-dots{text-align:center}}.dots--align-right .bb-ldactivity ul.slick-dots{text-align:right}@media screen and (max-width:540px){.dots--align-right .bb-ldactivity ul.slick-dots{text-align:center}}.bb-ldactivity .slick-dotted .bb-la__body{padding:20px 15px 35px}.bb-ldactivity .bb-la__body{padding:20px 15px;-webkit-box-flex:1;-ms-flex:1;flex:1}.bb-ldactivity ul.slick-dots{left:-webkit-calc(50% + 30px);left:calc(50% + 30px);bottom:15px;text-align:left;margin-right:40px}.bb-ldactivity ul.slick-dots li:first-child button{border-radius:10px 0 0 10px}.bb-ldactivity ul.slick-dots li:last-child button{border-radius:0 10px 10px 0}.bb-ldactivity ul.slick-dots li.slick-active button{background-color:var(--bb-primary-color)}.bb-ldactivity ul.slick-dots li:not(.slick-active) button{background-color:#eef0f3}.bb-ldactivity ul.slick-dots button{font-size:0;padding:1px 0;border-radius:0;width:30px}@media screen and (max-width:540px){.bb-ldactivity ul.slick-dots{margin:0 auto;left:0;right:0;text-align:center}}.bb-ldactivity .bb-la__thumb{height:100%}.bb-ldactivity .bb-la__media:after{content:"";display:inline-block;width:100%;height:100%;position:absolute;top:0;left:0;z-index:9;border-radius:8px 0 0 8px}@media (max-width:544px){.bb-ldactivity .bb-la__media:after{border-radius:8px 8px 0 0}}.bb-ldactivity .thumbnail-container{position:relative;overflow:hidden;display:block;background:#809ab4;height:100%;z-index:3;padding-bottom:56.25%}.bb-ldactivity .thumbnail-container img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;min-height:100%;width:auto;min-width:100%;object-fit:cover;z-index:5}.bb-ldactivity__blank{border:1px solid var(--bb-content-border-color);background-color:#fff;border-radius:4px;padding:1.25rem .9375rem;position:relative;min-height:250px;height:100%}.bb-la-block{border:1px solid var(--bb-content-border-color);background-color:#fff;border-radius:4px}.bb-ldactivity .slick-arrow{margin-top:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bb-la__media{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;margin:0;position:relative}@media (max-width:544px){.bb-la__media{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.bb-la-block{position:relative}.bb-la-block .bb-la__progress{position:absolute;top:20px;z-index:10}@media (max-width:544px){.bb-la-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.elementor-cta--ldprogress-left .bb-la-block .bb-la__progress{left:20px}.elementor-cta--ldprogress-right .bb-la-block .bb-la__progress{right:20px}.bb-la__parent{text-transform:uppercase;font-size:13px;color:var(--bb-alternate-text-color);font-weight:500}.bb-la__title h2{font-weight:500;margin-bottom:10px;line-height:1.2}.bb-la__excerpt{font-size:14px;margin:0 0 20px;line-height:1.4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.bb-la__link{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px}.bb-la__link a{display:inline-block;font-size:14px;padding:4px 20px;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-button-radius)}.elementor-cta--falign-right .bb-la__link a{margin-left:auto}.elementor-cta--falign-left .bb-la__link a{margin-right:auto}.elementor-cta--falign-center .bb-la__link a{margin-right:auto;margin-left:auto}.bb-la .slick-arrow{background-color:#fff}.bb-la .slick-arrow i{color:var(--bb-primary-color)}.bb-la .slick-arrow.bb-slide-next{right:-21px}.bb-la .slick-arrow.bb-slide-prev{left:-21px}.bb-la__notooltip [data-balloon]:after,.bb-la__notooltip [data-balloon]:before{display:none}.elementor-cta--la-my-align-right .bb-la-activity-btn{text-align:right;right:0}.elementor-cta--la-my-align-right .bb-la-activity-btn.bb-la-activity-btn--isslick{right:8px}.elementor-cta--la-my-align-left .bb-la-activity-btn{text-align:left;left:0}.elementor-cta--la-my-align-center .bb-la-activity-btn{text-align:center;left:0;right:0;margin:0 auto}.bb-ldactivity{position:relative}@media (max-width:768px){.bb-ldactivity--ismy{margin-top:50px}}.bb-la-activity-btn{text-align:right;position:absolute;top:-50px}.bb-la-activity-btn a.bb-la-activity-btn__link{font-size:13px;display:inline-block;border-radius:var(--bb-button-radius);padding:2px 15px;color:#939597;border:1px solid #9ea8b2;cursor:pointer}.bb-la-activity-btn a.bb-la-activity-btn__link:hover{color:var(--bb-primary-color)}.bb-la-activity-btn a.bb-la-activity-btn__link i{font-size:20px;position:relative;top:3px;left:3px}body.rtl .bb-ldactivity .slick-arrow.bb-slide-next{left:-21px!important;right:unset!important}body.rtl .bb-la-activity-btn__link{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row-reverse;flex-flow:row-reverse}body.rtl .bb-la-activity-btn__link i{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}@-webkit-keyframes fade-in-ld-slide{0%{opacity:0;-webkit-transform:translateY(100px);transform:translateY(100px)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fade-in-ld-slide{0%{opacity:0;-webkit-transform:translateY(100px);transform:translateY(100px)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fade-in-ld-slide{0%{opacity:0;-webkit-transform:translateY(100px);transform:translateY(100px)}100%{opacity:1;-webkit-transform:none;transform:none}}.fade-in-ld-slide{-webkit-animation-name:fade-in-ld-slide;animation-name:fade-in-ld-slide}.slick-active .bb-la__body{-webkit-animation-name:fade-in-ld-slide;animation-name:fade-in-ld-slide;-webkit-animation-duration:.5s;animation-duration:.5s;opacity:1;width:100%}@media (min-width:768px){.elementor-max-50 .elementor-heading-title{max-width:50%}.bb-ldactivity-main-section{padding-top:60px}.elementor-max-50+section .bb-ldactivity-main-section{padding-top:0}}.learndash-course-list--elementor .grid-box-solid .bb-course-items .bb-cover-list-item{border-style:solid}.learndash-course-list--elementor .grid-box-dotted .bb-course-items .bb-cover-list-item{border-style:dotted}.learndash-course-list--elementor .grid-box-dashed .bb-course-items .bb-cover-list-item{border-style:dashed}.learndash-course-list--elementor .grid-box-double .bb-course-items .bb-cover-list-item{border-style:double}.learndash-course-list--elementor .grid-box-none .bb-course-items .bb-cover-list-item{border-style:none}.learndash-course-list--elementor .columns-1 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.learndash-course-list--elementor .columns-2 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}@media screen and (max-width:480px){.learndash-course-list--elementor .columns-2 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.learndash-course-list--elementor .columns-3 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}@media screen and (max-width:820px){.learndash-course-list--elementor .columns-3 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:480px){.learndash-course-list--elementor .columns-3 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.learndash-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap,.learndash-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}@media screen and (max-width:1200px){.learndash-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap,.learndash-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}}@media screen and (max-width:820px){.learndash-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap,.learndash-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:480px){.learndash-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap,.learndash-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.learndash-course-list--elementor .course-dir-list--hidestatus .bb-cover-list-item .ld-status{display:none}.learndash-course-list--elementor .course-dir-list--hidemedia .bb-course-items .bb-course-cover .bb-cover-wrap img{display:none}.learndash-course-list--elementor.noMeta .bb-course-meta{display:none}.learndash-course-list--elementor.noExcerpt .bb-course-excerpt{display:none}.learndash-course-list--elementor.noPrice .bb-course-footer.bb-course-pay{display:none}.learndash-course-list--elementor.noProgress .course-progress-wrap{display:none}.learndash-course-list--elementor.noTitle .bb-courses-header>.bb-title{display:none}.learndash-course-list--elementor.noSearch .bb-courses-header>#courses-dir-search{display:none}.learndash-course-list--elementor.noCourseNavigation.learndash-course-list .courses-type-navs{display:none}.learndash-course-list--elementor.noPagination .course-dir-list .bb-lms-pagination{display:none}.learndash-course-list--elementor.noProgress:not(.noExcerpt) .bb-course-items .bb-card-course-details--hasAccess .bb-course-excerpt{display:block}.learndash-course-list--cover .bb-courses-directory .grid-filters{display:none}.learndash-course-list--cover .bb-courses-directory .sfwd-courses-filters .select-wrap:last-of-type select{margin-right:0}.learndash-course-list--cover.learndash-course-list--featured .bb-course-items.grid-view .bb-course-item-wrap:nth-child(1),.learndash-course-list--cover.learndash-course-list--featured .bb-course-items.grid-view .bb-course-item-wrap:nth-child(2){-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.learndash-course-list--cover .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%}.learndash-course-list--cover .bb-course-items.list-view,.learndash-course-list--cover .bb-course-items.list-view.hide{display:none!important}.learndash-course-list--cover .bb-course-items .bb-cover-wrap{position:relative}.learndash-course-list--cover .bb-course-items .bb-cover-wrap:after{content:"";display:inline-block;position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,.3);background-image:none}.learndash-course-list--cover .bb-cover-list-item{position:relative}.learndash-course-list--cover .bb-course-items .bb-cover-list-item.bb-course-paid{padding-bottom:0}.learndash-course-list--cover .bb-course-items .bb-cover-wrap{border-radius:4px}.learndash-course-list--cover .bb-course-cover{position:absolute;z-index:9;height:100%;width:100%}.learndash-course-list--cover .bb-card-course-details{position:relative;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.learndash-course-list--cover .bb-card-course-details .course-lesson-count{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.learndash-course-list--cover .bb-card-course-details .bb-course-title{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.learndash-course-list--cover .bb-card-course-details .bb-course-excerpt{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.learndash-course-list--cover .bb-card-course-details .course-progress-wrap{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.learndash-course-list--cover .bb-card-course-details .bb-course-meta{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.learndash-course-list--cover .bb-card-course-details .bb-course-footer{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;display:none}.learndash-course-list--cover .bb-course-items .bb-cover-wrap{height:100%;padding-top:0}.learndash-course-list--cover .bb-cover-list-item .ld-status,.learndash-course-list--cover .course-lesson-count{display:none}.learndash-course-list--cover .bb-course-title a{color:#fff}.learndash-course-list--cover .bb-course-items .bb-course-excerpt{color:#fff}.learndash-course-list--cover .bb-course-meta strong a{color:#fff}.elementor-widget-ld-course-infobar .learndash-wrapper .ld-course-status-content .ld-status{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-wrap:wrap;flex-wrap:wrap}#page .elementor-cta--content-v-align-bottom .learndash-course-list--cover .bb-card-course-details .bb-course-title,.elementor-cta--content-v-align-bottom .learndash-course-list--cover .bb-card-course-details .bb-course-title{margin-top:auto}.elementor-cta--avatar-v-align-bottom .bb-card-course-details .bb-course-meta{margin-top:auto}.learndash-course-list--cover .bb-course-meta{margin-bottom:0}.pagination-cta--align-right .bb-lms-pagination{text-align:right}.pagination-cta--align-left .bb-lms-pagination{text-align:left}.pagination-cta--align-center .bb-lms-pagination{text-align:center}.bb-template-v2 .pagination-cta--align-right .bb-lms-pagination{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}.bb-template-v2 .pagination-cta--align-left .bb-lms-pagination{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.bb-template-v2 .pagination-cta--align-center .bb-lms-pagination{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.learndash-course-list--elementor .bb-lms-pagination .page-numbers:not(.prev,.next){display:inline-block;text-align:center}.learndash-course-list--elementor .bb-lms-pagination.noPrevNext a.next,.learndash-course-list--elementor .bb-lms-pagination.noPrevNext a.prev{display:none}.learndash-course-list--elementor .bb-lms-pagination a.next.page-numbers,.learndash-course-list--elementor .bb-lms-pagination a.prev.page-numbers{font-size:0!important}@media screen and (max-width:767px){.elementor div.elementor-element .elementor-widget-ld-activity .bb-la .slick-arrow.bb-slide-next{right:2px;margin-top:20px}.elementor div.elementor-element .elementor-widget-ld-activity .bb-la .slick-arrow.bb-slide-prev{left:2px;margin-top:20px}.elementor div.elementor-element .elementor-widget-ld-activity .bb-la-slide .bb-la__body{padding:40px 50px}}.tabs-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tabs-wrapper.tabs-wrapper--style1.bb-is-dotted{padding-bottom:30px}.bb-tabs__nav:not(.slick-initialized),.bb-tabs__run:not(.slick-initialized){display:none}.bb-tabs__nav span{color:var(--bb-headings-color)}.bb-tabs__run ul.slick-dots{bottom:-30px}.bb-tabs__run ul.slick-dots button{font-size:0;background-color:var(--bb-alternate-text-color);border-radius:0;padding:1px 30px;border:0}.bb-tabs__run ul.slick-dots .slick-active button{background-color:var(--bb-primary-color);border-radius:3px}.bb-tabs__run ul.slick-dots li:first-child button{border-radius:3px 0 0 3px}.bb-tabs__run ul.slick-dots li:last-child button{border-radius:0 3px 3px 0}.bb-tabs__run .slick-arrow.bb-slide-prev{left:-15px;-webkit-transform:none;-ms-transform:none;transform:none}.bb-tabs__run .slick-arrow.bb-slide-next{right:-15px}.bb-tabs__run .slick-arrow:hover{background-color:var(--bb-primary-color)}.bb-tabs__run .slick-arrow i{font-size:14px}.bb-tabs__run .slick-arrow i:before{position:relative;top:1px}body.rtl .bb-tabs__run .slick-arrow.bb-slide-prev{right:10px!important;left:unset!important}body.rtl .bb-tabs__run .slick-arrow.bb-slide-next{left:-15px!important;right:unset!important}.bb-tabs__title h3{font-weight:600;margin:0 0 10px}.bb-tabs__excerpt{margin:0}.bb-tabs__image .media-container{position:relative;overflow:hidden;padding-top:75%;display:block;background:#809ab4;height:100%;z-index:3}.bb-tabs__image .media-container img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;min-height:100%;width:auto;min-width:100%;object-fit:cover;z-index:5}.elementor-cta--talign-center .tabs-wrapper--style1 .bb-tabs__nav .slick-track{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-cta--talign-left .tabs-wrapper--style1 .bb-tabs__nav .slick-track{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-cta--talign-right .tabs-wrapper--style1 .bb-tabs__nav .slick-track{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-cta--meadia-align-left .tabs-wrapper--style1 .bb-tabs__block{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media (max-width:800px){.elementor-cta--meadia-align-left .tabs-wrapper--style1 .bb-tabs__block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.elementor-cta--meadia-align-right .tabs-wrapper--style1 .bb-tabs__block{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media (max-width:800px){.elementor-cta--meadia-align-right .tabs-wrapper--style1 .bb-tabs__block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.tabs-wrapper--style1 .bb-tabs__nav-item{margin:0 10px}.tabs-wrapper--style1 .bb-tabs__nav-index,.tabs-wrapper--style1 .bb-tabs__subtitle{display:none}.tabs-wrapper--style1 .bb-tabs__nav .slick-track{width:100%!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.tabs-wrapper--style1 .bb-tabs__nav{margin:0 0 40px}.tabs-wrapper--style1 .bb-tabs__nav .slick-slide{float:none;margin-bottom:10px}.tabs-wrapper--style1 .bb-tabs__nav .bb-tabs__nav-title{display:inline-block;padding:5px 20px;cursor:pointer}.tabs-wrapper--style1 .bb-tabs__nav.bb-tabs__active-outline .slick-current .bb-tabs__nav-title{border:1px solid var(--bb-primary-color);border-radius:30px}.tabs-wrapper--style1 .bb-tabs__nav.bb-tabs__active-underline .slick-current .bb-tabs__nav-title{border-left-width:0!important;border-top-width:0!important;border-right-width:0!important;border-bottom:1px solid var(--bb-primary-color);border-radius:0}.tabs-wrapper--style1 .bb-tabs__block{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.tabs-wrapper--style1 .bb-tabs__body{background-color:#f6f8fa;padding:50px 40px;width:100%}.tabs-wrapper--style1 .bb-tabs__ismedia .bb-tabs__body{margin-right:2%}.tabs-wrapper--style1 .bb-tabs__ismedia .bb-tabs__image{-webkit-box-flex:0;-ms-flex:0 0 49%;flex:0 0 49%}@media (max-width:800px){.tabs-wrapper--style1 .bb-tabs__ismedia .bb-tabs__image{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.tabs-wrapper--style1 a.bb-tabs__link{background-color:var(--bb-primary-color);color:#fff;display:inline-block;padding:8px 15px;font-size:14px;margin-top:20px}.elementor-cta--talign-top .tabs-wrapper--style2.tabs-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-cta--talign-center .tabs-wrapper--style2.tabs-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-cta--talign-bottom .tabs-wrapper--style2.tabs-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.elementor-cta--row-align-left .tabs-wrapper--style2.tabs-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-cta--row-align-right .tabs-wrapper--style2.tabs-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-cta--meadia-align-left .tabs-wrapper--style2 .bb-tabs__block{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media (max-width:800px){.elementor-cta--meadia-align-left .tabs-wrapper--style2 .bb-tabs__block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-flow:wrap;flex-flow:wrap}}.elementor-cta--meadia-align-right .tabs-wrapper--style2 .bb-tabs__block{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media (max-width:800px){.elementor-cta--meadia-align-right .tabs-wrapper--style2 .bb-tabs__block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-flow:wrap;flex-flow:wrap}}.elementor-cta--content-v-align-top .tabs-wrapper--style2 .bb-tabs__block{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-cta--content-v-align-center .tabs-wrapper--style2 .bb-tabs__block{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-cta--content-v-align-bottom .tabs-wrapper--style2 .bb-tabs__block{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.tabs-wrapper--style2.tabs-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tabs-wrapper--style2 .bb-tabs__nav{-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px;max-width:50px}.tabs-wrapper--style2 .bb-tabs__nav .slick-track{width:100%!important}.tabs-wrapper--style2 .bb-tabs__nav .slick-slide{float:none}.tabs-wrapper--style2 .bb-tabs__nav-item{text-align:center}.tabs-wrapper--style2 .bb-tabs__run{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 50px);flex:0 0 -webkit-calc(100% - 50px);flex:0 0 calc(100% - 50px);max-width:-webkit-calc(100% - 50px);max-width:calc(100% - 50px)}.tabs-wrapper--style2 .bb-tabs__nav-item{margin:10px 0}.tabs-wrapper--style2 .bb-tabs__nav-index{display:inline-block;width:28px;height:28px;line-height:28px;font-size:13px;border-radius:30px;text-align:center;cursor:pointer}.tabs-wrapper--style2 .slick-current .bb-tabs__nav-index{border:1px solid var(--bb-primary-color)}.tabs-wrapper--style2 .bb-tabs__nav-title{display:none}.tabs-wrapper--style2 .bb-tabs__block{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tabs-wrapper--style2 .bb-tabs__body{padding:40px;width:100%}.tabs-wrapper--style2 .bb-tabs__ismedia .bb-tabs__image{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}@media (max-width:800px){.tabs-wrapper--style2 .bb-tabs__ismedia .bb-tabs__image{-webkit-box-flex:0!important;-ms-flex:0 0 100%!important;flex:0 0 100%!important;max-width:100%}}.tabs-wrapper--style2 .bb-tabs__subtitle h6{font-weight:600;margin-bottom:5px}.tabs-wrapper--style2 a.bb-tabs__link{background-color:transparent;padding:2px 0;border-bottom:2px solid var(--bb-primary-color);color:var(--bb-headings-color);font-weight:600;line-height:1.3;font-size:13px;display:inline-block;margin-top:20px}@media screen and (max-width:767px){.elementor div.elementor-element .elementor-widget-bb-tabs .slick-arrow.bb-slide-next{right:5px;margin-top:20px}.elementor div.elementor-element .elementor-widget-bb-tabs .slick-arrow.bb-slide-prev{left:5px;margin-top:20px}}.bb-review__media{margin:0 0 15px}.bb-review__media .bb-review__image{margin-left:auto;margin-right:auto}.bb-review__media .media-container{text-align:center}.bb-review__media.media-square .media-container{position:relative;overflow:hidden;padding-bottom:100%}.bb-review__media.media-square .media-container img{position:absolute;width:100%;height:100%;object-fit:cover;left:0;top:0}.bb-review__media:not(.media-video,.media-square) .media-container{position:relative;overflow:hidden;padding-top:56.1497%;display:block;height:100%;z-index:3}.bb-review__media:not(.media-video,.media-square) .media-container img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;min-height:100%;width:auto;min-width:100%;object-fit:cover;z-index:5}.bb-review__rate{margin:0 0 15px}.bb-review__title h3{margin:0 0 10px}.bb-review__excerpt{font-size:14px;line-height:1.7}.bb-review__footer{margin:15px 0 0}.bb-review__avatar{-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px;max-width:50px;margin:0 10px 0 0}.bb-review__avatar img{border-radius:100%;width:50px;height:50px;object-fit:cover}.elementor .bb-review__avatar img{height:50px}.bb-review__who{color:var(--bb-headings-color);line-height:1.3}.bb-review__who-title{font-size:13px;line-height:1.3;color:var(--bb-alternate-text-color)}.bb-review__when{font-size:13px;line-height:1.3;color:var(--bb-alternate-text-color)}.bb-review .elementor-star-rating{font-family:bb-icons}.bb-review .elementor-star-rating i:before{content:"\ef32";font-weight:300}.bb-star-rating{color:#e0e0e0;font-family:bb-icons;display:inline-block}.bb-star-rating>span{padding:4px;border-radius:4px;margin:0 3px 0 0;background-color:var(--bb-success-color)}.bb-star-rating i{display:inline-block;position:relative;font-style:normal;cursor:default;font-size:15px;line-height:1}.bb-star-rating i:before{content:"\ef32";display:block;font-size:inherit;font-family:inherit;font-weight:300;position:absolute;overflow:hidden;color:#fff;top:0;left:0}i.bb-star-blank:before{display:none}.bb-star-rating .bb-star-1:before{width:10%}.bb-star-rating .bb-star-2:before{width:20%}.bb-star-rating .bb-star-3:before{width:30%}.bb-star-rating .bb-star-4:before{width:40%}.bb-star-rating .bb-star-5:before{width:50%}.bb-star-rating .bb-star-6:before{width:60%}.bb-star-rating .bb-star-7:before{width:70%}.bb-star-rating .bb-star-8:before{width:80%}.bb-star-rating .bb-star-9:before{width:90%}.elementor-cta--footer-align-right .bb-review__footer{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;text-align:right}.elementor-cta--footer-align-right .bb-review__avatar{margin-right:0;margin-left:10px}.bb-review__video.fluid-width-video-wrapper{padding-top:56.1497%;margin:0;position:relative;z-index:5;overflow:hidden}.bb-review__media.media-video{position:relative}.bb-review__image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%;z-index:9;cursor:pointer}.bb-review__image-overlay .media-ctrl{position:absolute;z-index:15;background-color:var(--bb-danger-color);padding:7px 15px;bottom:10px;left:10px;color:#fff;line-height:1;font-size:13px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:600}.bb-review__image-overlay .media-ctrl i{font-size:20px;line-height:1;margin-right:5px}.bb-gallery .slick-arrow.bb-slide-prev{-webkit-transform:none;-ms-transform:none;transform:none}.bb-gallery ul.slick-dots{bottom:-50px}.bb-gallery__block{position:relative}.bb-gallery__image{position:relative;z-index:5}.bb-gallery__image.is-video{z-index:9}.bb-gallery__image.is-video .media-container{position:relative;z-index:9;cursor:pointer}.bb-gallery__image.is-video:not(.is-active) .bb-gallery__play{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:11;width:60px;height:60px;background:#fff;border:none;border-radius:100%;margin:auto;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex}.bb-gallery__image.is-video:not(.is-active) .bb-gallery__play:after{content:"";display:inline-block;position:relative;margin:auto;top:1px;left:1px;border-style:solid;border-width:5px 0 5px 10px;border-color:transparent transparent transparent var(--bb-primary-color)}.bb-gallery__run:not(.slick-initialized) .bb-gallery__image.is-video .bb-gallery__play{display:none}.bb-gallery__video.fluid-width-video-wrapper{position:absolute;top:0;left:0;z-index:5;padding-top:52%;height:100%;margin-top:0!important;margin-bottom:0!important}.elementor-cta--content-v-align-bottom .bb-gallery__body{bottom:0}.elementor-cta--content-v-align-top .bb-gallery__body{bottom:unset;top:0}.elementor-cta--content-v-align-center .bb-gallery__body{bottom:0;top:0;height:100%;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}.bb-gallery__body{position:absolute;bottom:0;z-index:15;padding:20px;color:#fff;background-color:rgba(0,62,133,.4)}.bb-gallery__title h3{margin:0 0 10px;color:#fff}@-webkit-keyframes fade-in-dfy{0%{opacity:0}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fade-in-dfy{0%{opacity:0}100%{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes slide-up-dfy{0%{-webkit-transform:translateY(100px);transform:translateY(100px)}100%{-webkit-transform:none;transform:none}}@keyframes slide-up-dfy{0%{-webkit-transform:translateY(100px);transform:translateY(100px)}100%{-webkit-transform:none;transform:none}}.bb-gallery .slick-track{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.bb-gallery .slick-slide{height:500px!important;margin:0 10px}.bb-gallery .bb-gallery__body{opacity:0;width:100%;text-align:center}.bb-gallery .bb-gallery__body.gallery-center{text-align:center}.bb-gallery .bb-gallery__body.gallery-left{text-align:left}.bb-gallery .bb-gallery__body.gallery-right{text-align:right}.bb-gallery .slick-slide.slick-current .bb-gallery__body{-webkit-animation-name:fade-in-dfy;animation-name:fade-in-dfy;-webkit-animation-duration:1s;animation-duration:1s;opacity:1}.bb-gallery .slick-slide.slick-current .bb-gallery__excerpt{-webkit-animation-name:fade-in-dfy;animation-name:fade-in-dfy;-webkit-animation-duration:1.5s;animation-duration:1.5s;opacity:1}.bb-gallery .media-container{background-size:cover;background-repeat:no-repeat;background-position:center center}.bb-gallery .slick-current .media-container--cover{background-size:cover}.bb-gallery .slick-current .media-container--contain{background-size:contain}.bb-gallery .slick-current .media-container--auto{background-size:auto}.bb-gallery .bb-gallery__block,.bb-gallery .bb-gallery__image,.bb-gallery .bb-gallery__slide,.bb-gallery .media-container,.bb-gallery .slick-slide>div{height:100%}.bb-gallery ul.slick-dots li{margin:0}.bb-gallery ul.slick-dots li:first-child button{border-radius:4px 0 0 4px}.bb-gallery ul.slick-dots li:last-child button{border-radius:0 4px 4px 0}.bb-gallery ul.slick-dots li.slick-active button{background-color:var(--bb-primary-color)}.bb-gallery ul.slick-dots li button{font-size:0;border-radius:0;padding:1px 25px;background-color:#e1e7eb}@media (max-width:768px){.bb-gallery .slick-arrow.bb-slide-prev{left:0!important}.bb-gallery .slick-arrow.bb-slide-next{right:0!important}}body.rtl .bb-gallery .slick-arrow.bb-slide-next{right:unset!important}@media (max-width:768px){body.rtl .bb-gallery .slick-arrow.bb-slide-prev{right:0!important}body.rtl .bb-gallery .slick-arrow.bb-slide-next{left:0!important}}.bb-dash-grid{border:1px solid var(--bb-content-border-color);background-color:#fff}.bb-dash-grid__block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;-webkit-transition:box-shadow linear .2s;transition:box-shadow linear .2s;position:relative;padding:20px 0}.bb-dash-grid__block .bb-dash-grid__link{display:inline-block;height:100%}.bb-dash-grid__block:hover{box-shadow:0 3px 34px 0 rgba(18,43,70,.12);background-color:#fff}@media (min-width:544px){.bb-dash-grid__block:hover:after{content:"";display:inline-block;width:1px;height:100%;background-color:#fff;position:absolute;right:0;top:0}.bb-dash-grid__block:hover:before{content:"";display:inline-block;width:1px;height:100%;background-color:#fff;position:absolute;left:-1px;top:0}}.bb-dash-grid__frame .bb-dash-grid__block:first-of-type:hover:before{display:none}.bb-dash-grid__frame .bb-dash-grid__block:last-of-type:hover:after{display:none}@media (max-width:992px){.bb-dash-grid__cols-5 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-6 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-7 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-8 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-9 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-10 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-11 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-12 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-13 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-14 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-15 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-16 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-17 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-18 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-19 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-20 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-21 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-22 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-23 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-24 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-25 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-26 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-27 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-28 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-29 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-30 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-31 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-32 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-33 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-34 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-35 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-36 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-37 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-38 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-39 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-40 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media (max-width:800px){.bb-dash-grid__frame{-ms-flex-flow:wrap;flex-flow:wrap}.bb-dash-grid__cols-3 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-3 .bb-dash-grid__block.bb-dash-grid__sep{border-bottom:1px solid var(--bb-content-border-color)}.bb-dash-grid__cols-3 .bb-dash-grid__block.bb-dash-grid__sep:last-of-type{border-bottom:0}.bb-dash-grid__cols-3 .bb-dash-grid__block .bb-dash-grid__inner.is-sep{border-right:0}.bb-dash-grid__cols-3 .bb-dash-grid__block .bb-dash-grid__block:hover:before{display:none}.bb-dash-grid__cols-3 .bb-dash-grid__block .bb-dash-grid__block:hover:after{display:none}.bb-dash-grid__cols-4 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-5 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-6 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-7 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-8 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-9 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-10 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-11 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-12 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-13 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-14 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-15 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-16 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-17 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-18 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-19 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-20 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-21 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-22 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-23 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-24 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-25 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-26 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-27 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-28 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-29 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-30 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-31 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-32 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-33 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-34 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-35 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-36 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-37 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-38 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-39 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-40 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-4 .bb-dash-grid__block:nth-child(2) .bb-dash-grid__inner.is-sep{border-right:0}.bb-dash-grid__cols-4 .bb-dash-grid__block.bb-dash-grid__sep:nth-child(1),.bb-dash-grid__cols-4 .bb-dash-grid__block.bb-dash-grid__sep:nth-child(2){border-bottom:1px solid var(--bb-content-border-color)}.bb-dash-grid__cols-5 .bb-dash-grid__block.bb-dash-grid__sep{border-bottom:1px solid var(--bb-content-border-color)}.bb-dash-grid__cols-5 .bb-dash-grid__block.bb-dash-grid__sep:last-of-type{border-bottom:0}.bb-dash-grid__cols-5 .bb-dash-grid__block .bb-dash-grid__block:hover:before{display:none}.bb-dash-grid__cols-5 .bb-dash-grid__block .bb-dash-grid__block:hover:after{display:none}.bb-dash-grid__cols-6 .bb-dash-grid__block:nth-child(2) .bb-dash-grid__inner.is-sep,.bb-dash-grid__cols-6 .bb-dash-grid__block:nth-child(4) .bb-dash-grid__inner.is-sep,.bb-dash-grid__cols-6 .bb-dash-grid__block:nth-child(6) .bb-dash-grid__inner.is-sep{border-right:0}.bb-dash-grid__cols-6 .bb-dash-grid__block.bb-dash-grid__sep:nth-child(1),.bb-dash-grid__cols-6 .bb-dash-grid__block.bb-dash-grid__sep:nth-child(2),.bb-dash-grid__cols-6 .bb-dash-grid__block.bb-dash-grid__sep:nth-child(3),.bb-dash-grid__cols-6 .bb-dash-grid__block.bb-dash-grid__sep:nth-child(4){border-bottom:1px solid var(--bb-content-border-color)}}@media (max-width:544px){.bb-dash-grid__cols-4 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-5 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-6 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-7 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-8 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-9 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-10 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-11 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-12 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-13 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-14 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-15 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-16 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-17 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-18 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-19 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-20 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-21 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-22 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-23 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-24 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-25 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-26 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-27 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-28 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-29 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-30 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-31 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-32 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-33 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-34 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-35 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-36 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-37 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-38 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-39 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-40 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__block.bb-dash-grid__sep{border-bottom:1px solid var(--bb-content-border-color)}.bb-dash-grid__block.bb-dash-grid__sep:last-of-type{border-bottom:0}.bb-dash-grid__cols-5 .bb-dash-grid__block .bb-dash-grid__inner.is-sep{border-right:0}.bb-dash-grid__frame .bb-dash-grid__inner.is-sep{border-right:0}.bb-dash-grid__block:hover:before{display:none}}@media (min-width:800px){.bb-dash-grid__cols-1 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-dash-grid__cols-2 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-dash-grid__cols-3 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}.bb-dash-grid__cols-4 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}}@media (min-width:992px){.bb-dash-grid__cols-5 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%}.bb-dash-grid__cols-6 .bb-dash-grid__block{-webkit-box-flex:0;-ms-flex:0 0 16.666%;flex:0 0 16.666%}}.bb-dash-grid__info{font-size:14px;line-height:1.4;color:var(--bb-body-text-color)}.bb-dash-grid__info p{margin:0}.bb-dash-grid__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bb-dash-grid__block>[data-balloon]{cursor:default}.bb-dash-grid__inner{margin:0;padding:0 20px;height:100%}.bb-dash-grid__inner[data-balloon][data-balloon-pos=up]:after,.bb-dash-grid__inner[data-balloon][data-balloon-pos=up][data-balloon-visible]:after{width:96%;padding:15px;border-radius:6px}.bb-dash-grid__inner[data-balloon][data-balloon-pos=up]:after,.bb-dash-grid__inner[data-balloon][data-balloon-pos=up]:before,.bb-dash-grid__inner[data-balloon][data-balloon-pos=up][data-balloon-visible]:after,.bb-dash-grid__inner[data-balloon][data-balloon-pos=up][data-balloon-visible]:before{bottom:100%}.bb-dash-grid__inner.is-sep{border-right:1px solid var(--bb-content-border-color);margin:0 -1px 0 0}.bb-dash-grid .bb-dash-grid__block:last-of-type .bb-dash-grid__inner{border-right:0}.bb-dash-grid__title h2{font-weight:600;margin-bottom:15px}.bb-dash-grid__title a{color:#122b46}.bb-dash-grid__body .bb-dash-grid__ico i{border-radius:50%;border:1px solid var(--bb-content-border-color);font-size:20px;padding:3px;display:inline-block;width:26px;height:26px;color:var(--bb-primary-color);text-align:center}.bb-dash-grid__body .bb-dash-grid__ico i:before{position:relative;top:-4px}.bb-dash-grid__block .bb-dash-grid__image img{border-radius:50%;margin-top:15px}.bb-dash-grid__block .bb-dash-grid__image.square img{max-width:100px;width:100px;height:100px;object-fit:cover}.bb-dash-grid__block .bb-dash-grid__image.rectangular{position:relative;overflow:hidden;padding-top:52.56%;display:block;background:0 0}.bb-dash-grid__block .bb-dash-grid__image.rectangular 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}.bb-dash-grid [data-balloon]:after{white-space:normal;text-align:left;width:100%}.elementor-cta--dash-grid-above .bb-dash-grid__body{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elementor-cta--dash-grid-above .bb-dash-grid__body .bb-dash-grid__info{margin-bottom:auto}.elementor-cta--dash-grid-above .bb-dash-grid__body .bb-dash-grid__ico{margin-top:auto}.elementor-cta--dash-grid-left .bb-dash-grid__inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-cta--dash-grid-left .bb-dash-grid__body{text-align:left}.elementor-cta--dash-grid-left .bb-dash-grid__block .bb-dash-grid__image img{margin-top:0}.elementor-cta--dash-grid-right .bb-dash-grid__inner{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-cta--dash-grid-right .bb-dash-grid__body{text-align:right}.elementor-cta--dash-grid-right .bb-dash-grid__block .bb-dash-grid__image img{margin-top:0}.bb-dash__prior{margin-bottom:0}.bb-dash__name{font-weight:600}.bb-dash__avatar img{height:auto;padding:3px;border:1px solid var(--bb-content-border-color)}.elementor-cta--dash-intro-left .bb-dash__avatar{margin-right:15px}.elementor-cta--dash-intro-above .bb-dash>.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}.elementor-cta--dash-intro-above .bb-dash__avatar{margin-bottom:15px}.elementor-cta--dash-intro-above .bb-dash__intro{text-align:center}.elementor-cta--dash-intro-right .bb-dash__avatar{margin-left:15px}.elementor-cta--dash-intro-right .bb-dash>.flex{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-cta--dash-intro-right .bb-dash__intro{text-align:right}@media (max-width:768px){.elementor-cta--dash-intro-left .bb-dash>.flex,.elementor-cta--dash-intro-right .bb-dash>.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}.elementor-cta--dash-intro-left .bb-dash__avatar,.elementor-cta--dash-intro-right .bb-dash__avatar{margin-bottom:15px;margin-right:0!important}.elementor-cta--dash-intro-left .bb-dash__intro,.elementor-cta--dash-intro-right .bb-dash__intro{text-align:center}}.bb-activity,.elementor-widget-bbp-activity,.elementor-widget-bbp-activity .elementor-widget-container{height:100%}.elementor-col-100 .bb-activity,.elementor-col-100 .elementor-widget-bbp-activity,.elementor-col-100 .elementor-widget-bbp-activity .elementor-widget-container,.elementor-column[data-col="100"] .bb-activity,.elementor-column[data-col="100"] .elementor-widget-bbp-activity,.elementor-column[data-col="100"] .elementor-widget-bbp-activity .elementor-widget-container{height:auto}.bb-activity{border:1px solid var(--bb-content-border-color);padding:20px;background-color:#fff;position:relative}.bb-activity .activity-list.item-list{padding:0}.bb-activity .activity-list.item-list .activity-item .document-action-wrap .document-action_more[data-balloon][data-balloon-pos=up]:before{right:0}.bb-activity .activity-list.item-list .activity-item .document-action-wrap .document-action_more[data-balloon][data-balloon-pos=up]:after{left:-15px}.bb-activity .activity-update p{margin-bottom:0}.bb-activity .update-item{color:var(--bb-alternate-text-color);font-size:14px}.bb-activity .update-item a{color:var(--bb-headings-color);font-weight:500}.bb-activity .update-item .activity-time-since{display:block}.bb-activity .update-item p img{max-width:15px;vertical-align:text-bottom;margin-right:5px;margin-left:2px}.bb-activity .update-item>p{line-height:1.5}.bb-activity img.avatar{border-radius:100%}.bb-activity .bp-activity-head .activity-header a{font-weight:400}.bb-activity .bp-activity-head .activity-header>p:first-of-type>a:first-of-type{font-weight:500}.bb-activity .bb-activity-media-wrap{margin:0}.bb-activity .activity-list .activity-item .activity-content .activity-inner{overflow:initial}.bb-activity .activity-list .activity-item .ac-emotions_list.active{bottom:20px}.bb-activity .activity-list .activity-item .activity-comments .ac-emotions_list.active{bottom:15px}body:not(.bb-is-mobile) .bb-activity .activity-list .activity-item .ac-emotions_list:hover{bottom:20px}body:not(.bb-is-mobile) .bb-activity .activity-list .activity-item .activity-comments .ac-emotions_list:hover{bottom:15px}html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid{display:block}html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid>li{width:100%;max-width:initial;-webkit-box-flex:initial;-ms-flex:initial;flex:initial}html .bb-activity .activity-lists.item-list.elementor-activity-widget.grid>li .item-avatar img.avatar{width:auto}.bb-activity--blank{min-height:300px}.bb-activity [data-bp-tooltip]:after{font-style:normal}.activity-modal .activity-content,.bb-activity .activity-content{padding:0;font-size:14px}.activity-modal .activity-content.no-media .bb-activity-media-wrap,.bb-activity .activity-content.no-media .bb-activity-media-wrap{display:none}.activity-modal .activity-content .activity-read-more,.bb-activity .activity-content .activity-read-more{display:block;margin:3px 0 7px}.bb-activity .activity-list .activity-update:last-of-type .activity-content{border-bottom:0}.bb-activity .activity-list .activity-update .activity-content a{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word}.bb-activity-extra{font-size:14px;font-weight:500;text-align:right;padding:0 0 15px;margin:0 0 15px;border-bottom:1px solid var(--bb-content-border-color)}.bb-activity-extra.border-dotted{border-bottom-style:dotted}.bb-activity-extra.border-dashed{border-bottom-style:dashed}.bb-activity-extra.border-solid{border-bottom-style:solid}.bb-activity-extra.border-double{border-bottom-style:double}.bb-activity-extra.border-none{border-bottom-style:none}.elementor .found-media-item img{height:100%}.bb-activity ul.activity-lists.bp-list{margin:0;padding:0}.bb-activity #buddypress .activity-lists.bp-list .activity-item{padding:0 0 15px;border:0;border-bottom:1px solid var(--bb-content-border-color);box-shadow:none;border-radius:0;margin:0 0 15px}.bb-activity #buddypress .activity-lists.bp-list .activity-item:last-of-type{border-bottom:0;margin-bottom:0}.bb-activity .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-detail-wrap .document-helper-text{height:0}.bb-activity .bb-activity-media-wrap .bb-activity-media-elem.document-activity:hover .document-detail-wrap .document-helper-text{height:auto}.bb-activity .activity-content .activity-state a.activity-state-likes .like-text{color:var(--bb-alternate-text-color)}.bb-activity #buddypress .bp-list.bp-list .bp-generic-meta .generic-button{margin-bottom:0}.bb-activity #buddypress .activity-lists.bp-list .activity-item,.bb-activity .bb-activity-media-wrap .bb-activity-media-elem.document-activity,.bb-activity .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap{background-color:transparent}#buddypress .activity-modal .activity-actions,.bb-activity #buddypress .activity-actions{display:none}#buddypress .activity-modal .activity-actions.activity-actions--show,.bb-activity #buddypress .activity-actions.activity-actions--show{display:block}#buddypress .activity-modal .activity-actions.activity-actions--show .generic-button,.bb-activity #buddypress .activity-actions.activity-actions--show .generic-button{margin:0!important}#buddypress .activity-modal .activity-actions.activity-actions--show .generic-button a,.bb-activity #buddypress .activity-actions.activity-actions--show .generic-button a{margin-right:15px!important}#buddypress .activity-modal .activity-actions.activity-actions--show .bb-activity-more-options-wrap,.bb-activity #buddypress .activity-actions.activity-actions--show .bb-activity-more-options-wrap{-webkit-transform:translateY(-webkit-calc(-50% - 15px));-ms-transform:translateY(calc(-50% - 15px));transform:translateY(calc(-50% - 15px))}#buddypress .activity-modal .activity-actions.activity-actions--show .bb-activity-more-options-wrap.action .generic-button a,#buddypress .activity-modal .activity-actions.activity-actions--show .bp-generic-meta.action .generic-button a,.bb-activity #buddypress .activity-actions.activity-actions--show .bb-activity-more-options-wrap.action .generic-button a,.bb-activity #buddypress .activity-actions.activity-actions--show .bp-generic-meta.action .generic-button a{display:none}#buddypress .activity-modal .activity-actions.activity-actions--show.activity-actions--fav .bp-generic-meta.action .generic-button a.fav,#buddypress .activity-modal .activity-actions.activity-actions--show.activity-actions--fav .bp-generic-meta.action .generic-button a.has-emotion,#buddypress .activity-modal .activity-actions.activity-actions--show.activity-actions--fav .bp-generic-meta.action .generic-button a.has-like,#buddypress .activity-modal .activity-actions.activity-actions--show.activity-actions--fav .bp-generic-meta.action .generic-button a.unfav,.bb-activity #buddypress .activity-actions.activity-actions--show.activity-actions--fav .bp-generic-meta.action .generic-button a.fav,.bb-activity #buddypress .activity-actions.activity-actions--show.activity-actions--fav .bp-generic-meta.action .generic-button a.has-emotion,.bb-activity #buddypress .activity-actions.activity-actions--show.activity-actions--fav .bp-generic-meta.action .generic-button a.has-like,.bb-activity #buddypress .activity-actions.activity-actions--show.activity-actions--fav .bp-generic-meta.action .generic-button a.unfav{display:-webkit-box;display:-ms-flexbox;display:flex}#buddypress .activity-modal .activity-actions.activity-actions--show .bb-activity-more-options.open,.bb-activity #buddypress .activity-actions.activity-actions--show .bb-activity-more-options.open{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width:980px){#buddypress .activity-modal .activity-actions.activity-actions--show .bb-activity-more-options-wrap,.bb-activity #buddypress .activity-actions.activity-actions--show .bb-activity-more-options-wrap{-webkit-transform:none;-ms-transform:none;transform:none}}#buddypress .activity-modal .activity-actions.activity-actions--show.activity-actions--comment .bp-generic-meta.action .generic-button a.acomment-reply,.bb-activity #buddypress .activity-actions.activity-actions--show.activity-actions--comment .bp-generic-meta.action .generic-button a.acomment-reply{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}#buddypress .activity-modal .activity-actions.activity-actions--show.activity-actions--edit .bb-activity-more-options-wrap.action .generic-button a.acomment-edit,.bb-activity #buddypress .activity-actions.activity-actions--show.activity-actions--edit .bb-activity-more-options-wrap.action .generic-button a.acomment-edit{display:-webkit-box;display:-ms-flexbox;display:flex}#buddypress .activity-modal .activity-actions.activity-actions--show.activity-actions--delete .bb-activity-more-options-wrap.action .generic-button a.acomment-delete,.bb-activity #buddypress .activity-actions.activity-actions--show.activity-actions--delete .bb-activity-more-options-wrap.action .generic-button a.acomment-delete{display:-webkit-box;display:-ms-flexbox;display:flex}#buddypress .activity-modal .activity-actions.activity-actions--show:not(.activity-actions--edit,.activity-actions--delete) .bb-activity-more-options-wrap.action,.bb-activity #buddypress .activity-actions.activity-actions--show:not(.activity-actions--edit,.activity-actions--delete) .bb-activity-more-options-wrap.action{display:none}.bb-activity #buddypress .activity-content .ac-state-separator,.bb-activity #buddypress .activity-content .activity-state-reactions,.bb-activity #buddypress .activity-content .comment-reactions{display:none}.bb-activity #buddypress .activity-content .do-state--show .activity-state-reactions,.bb-activity #buddypress .activity-content .do-state--show .comment-reactions{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.bb-activity #buddypress .activity-content .do-state--show .ac-state-separator{display:inline-block}.bb-activity #buddypress .activity-comments .comment-reactions{display:none}.bb-activity #buddypress .activity-comments .activity-actions--fav .comment-reactions{display:-webkit-box;display:-ms-flexbox;display:flex}.bb-activity .activity-list .activity-item .activity-content .do-state:not(.is-activity-comments) .activity-state.has-comments a.activity-state-comments{display:none}.bb-activity #buddypress .activity-content .do-state--show:not(.is-activity-comments) .activity-state.has-comments .ac-state-separator{display:none}.bb-activity .activity-list .activity-item .activity-content .do-state.is-activity-comments .activity-state.has-comments a.activity-state-comments{display:inline-block}.elementor-widget-bbp-activity .bb-media-info-section .activity-comments .acomment-content p,.elementor-widget-bbp-activity .bb-media-info-section .activity-comments .acomment-meta{font-size:13px}.elementor-widget-bbp-activity .bb-media-info-section .activity-state a{color:#555}.elementor-widget-bbp-activity .bb-media-info-section .activity-comments ul li ul{margin-top:0;margin-bottom:0}.elementor-widget-bbp-activity .bb-media-info-section .activity-comments ul{margin:15px 0 0}.elementor-widget-bbp-activity .bb-media-info-section .activity-comments>ul{margin:0 -15px}.elementor-widget-bbp-activity .bb-media-info-section .activity-comments ul li ul li{padding-bottom:0}.elementor-widget-bbp-activity .bb-media-info-section .activity-comments .acomment-content p{margin-bottom:0}.bb-media-privacy-wrap.bb-media-privacy-wrap--el-activity .activity-privacy{left:-70px;min-width:185px}.bb-media-privacy-wrap.bb-media-privacy-wrap--el-activity .activity-privacy:before{left:85px}.elementor-column[class*=elementor-col-]:not(.elementor-col-100) .bb-activity .zoom-meeting-block{-ms-flex-flow:column;flex-flow:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-column[class*=elementor-col-]:not(.elementor-col-100) .bb-activity .zoom-meeting-block-right{margin:10px 0 0}.elementor-column[class*=elementor-col-]:not(.elementor-col-100) .bb-activity .bp_zoom_countdown .position{height:50px;width:18px}.elementor-column[class*=elementor-col-]:not(.elementor-col-100) .bb-activity .bp_zoom_countdown span.digit{font-size:18px}.elementor-column[class*=elementor-col-]:not(.elementor-col-100) .bb-activity .bp_zoom_countdown .countdown_label{font-size:11px}.elementor-column[class*=elementor-col-]:not(.elementor-col-100) .bb-activity .bp_zoom_countdown>span{max-width:58px;margin:0}.elementor-column[class*=elementor-col-]:not(.elementor-col-100) .bb-activity .bp_zoom_countdown>span.countDays{max-width:66px}.bb-members,.elementor-widget-bbp-members,.elementor-widget-bbp-members .elementor-widget-container{height:100%}.elementor-col-100 .bb-members,.elementor-col-100 .elementor-widget-bbp-members,.elementor-col-100 .elementor-widget-bbp-members .elementor-widget-container,.elementor-column[data-col="100"] .bb-members,.elementor-column[data-col="100"] .elementor-widget-bbp-members,.elementor-column[data-col="100"] .elementor-widget-bbp-members .elementor-widget-container{height:auto}.elementor-widget-bbp-members .bb-members-list .bb-members-list__item{position:relative}.elementor-widget-bbp-members .bb-members-list .bb-members-list__avatar{position:relative}.elementor-widget-bbp-members .bb-members-list .member-status.online{position:absolute;left:30px;top:3px;right:inherit}.elementor-widget-bbp-members .item-options a{color:var(--bb-body-text-color);font-size:.875rem;display:inline-block;padding-bottom:10px;margin-right:1.25rem;margin-top:10px;-webkit-animation:unset!important;animation:unset!important}.elementor-widget-bbp-members .item-options a:hover{color:var(--bb-primary-color)}.elementor-widget-bbp-members .item-options a.selected{border-bottom:1px solid var(--bb-primary-color);color:var(--bb-primary-color);margin-bottom:-1px}.bb-template-v2 .elementor-widget-bbp-members .item-options a{text-transform:uppercase;font-size:.6875rem;line-height:1;font-weight:700;padding-bottom:5px;color:var(--bb-alternate-text-color)}.bb-template-v2 .elementor-widget-bbp-members .item-options a.selected{color:var(--bb-headings-color);font-weight:700}.bb-template-v2 .elementor-widget-bbp-members .item-options{border-bottom:0;margin-bottom:18px}.bb-members{border:1px solid var(--bb-content-border-color);padding:20px;background-color:#fff}.bb-members .bb-members-list:not(.active){display:none}.bb-members .bb-members__tab{text-transform:capitalize}.bb-no-data.bb-no-data--members{position:static;-webkit-transform:none;-ms-transform:none;transform:none;left:unset;top:unset;margin:30px 0}.bb-no-data--members:not(.active){display:none}.bb-members div.item-options.border-solid{border-bottom-style:solid}.bb-members div.item-options.border-dashed{border-bottom-style:dashed}.bb-members div.item-options.border-dotted{border-bottom-style:dotted}.bb-members div.item-options.border-double{border-bottom-style:double}.bb-members div.item-options.border-none{border-bottom-style:none}.bb-members div.item-options.border-none .selected{border-bottom-style:none}.bb-members-list__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px 0;margin-bottom:10px}.bb-members-list--align-left .bb-members-list__item{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.bb-members-list--align-left .bb-members-list__item .bb-members-list__avatar{margin-right:15px}.bb-members-list--align-center .bb-members-list__item{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bb-members-list--align-right .bb-members-list__item{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-flow:row-reverse;flex-flow:row-reverse}.bb-members-list--align-right .bb-members-list__item .bb-members-list__avatar{margin-left:15px;margin-right:0}.bb-members-list--align-right .bb-members-list__item .member-status.online{margin-right:auto;margin-left:0}.bb-members-list__avatar a{display:inline-block}.bb-members-list__avatar .avatar{border-radius:100%}.bb-members-list__item .member-status.online{background:var(--bb-success-color);border:2px solid #fff;border-radius:100%;width:13px;height:13px;margin-left:auto;display:inline-block;position:relative}.bb-members-list--align-center .bb-members-list__item .member-status.online,.bb-members-list--align-right .bb-members-list__item .member-status.online{margin-left:10px}.bb-members-list__name a{font-size:14px;font-weight:500;color:var(--bb-headings-color)}div.item-options .bb-members__tab.selected{font-weight:500}.bb-forums,.elementor-widget-bbp-forums,.elementor-widget-bbp-forums .elementor-widget-container{height:100%}.elementor-col-100 .bb-forums,.elementor-col-100 .elementor-widget-bbp-forums,.elementor-col-100 .elementor-widget-bbp-forums .elementor-widget-container,.elementor-column[data-col="100"] .bb-forums,.elementor-column[data-col="100"] .elementor-widget-bbp-forums,.elementor-column[data-col="100"] .elementor-widget-bbp-forums .elementor-widget-container{height:auto}.bb-forums{border:1px solid var(--bb-content-border-color);padding:20px;background-color:#fff;position:relative}.bb-forums .bbel-list-flow .bb-forums__item .item{width:100%}.bb-forums .item-title a{font-size:14px}.bb-forums .bb-forums__list .bb-forums__item .item-meta .bs-replied>a:hover{color:var(--bb-primary-color)}.bb-forums .bb-forums__list .bb-forums__item .item-title>a:hover{color:var(--bb-primary-color)}.bb-forums .bb-forums__avatar+.item .bs-last-reply{padding-left:0}.bb-forums .bb-forums__avatar+.item .bs-last-reply a.bbp-reply-to-link{left:-32px}.bb-forums .bb-forums__avatar+.item .bb-forums__last-reply{margin-top:0}.bb-forums .bb-forums__avatar+.item .bb-forums__last-reply .bs-last-reply{padding-left:25px;margin-top:0}.bb-forums .bb-forums__avatar+.item .bb-forums__last-reply .bs-last-reply a.bbp-reply-to-link{left:0;top:-3px}.bb-forums .bb-forums__avatar+.item .bb-forums__ww+.bb-forums__last-reply{margin-top:10px}.bb-forums .bb-forums__avatar+.item .bb-forums__ww+.bb-forums__last-reply .bs-last-reply{padding-left:0}.bb-forums .bb-forums__avatar+.item .bb-forums__ww+.bb-forums__last-reply .bs-last-reply a.bbp-reply-to-link{left:-32px;top:-4px}.bb-forums .bs-last-reply{display:block;color:var(--bb-body-text-color);margin:10px 0 0;position:relative;line-height:1.4;padding-left:35px}.bb-forums .bs-last-reply.is-empty{margin:0}.bb-forums .bs-last-reply.is-empty i{display:none}.bb-forums .bs-last-reply i{font-size:24px;opacity:.5}.bb-forums .bs-last-reply a.bbp-reply-to-link{color:#939597;display:inline-block;position:absolute;left:0;top:-4px}.bb-forums .bs-forums-items .item-meta.bb-reply-meta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bb-forums__list>li{border-bottom:1px solid var(--bb-content-border-color);padding-bottom:20px}.bb-forums__list>li:last-of-type{border-bottom:0;padding-bottom:0}.bb-forums--blank{min-height:300px}.bb-forums--blank .bb-no-data .bs-item-list.list-view .bs-item-wrap{margin:0 1px;border:0}.bb-forums--blank .bb-no-data .bs-item-list.list-view .bs-item-wrap.bs-header-item{display:none}.list-view .bb-forums__avatar .avatar{border-radius:100%;max-width:36px}.bb-forums__avatar .bbp-author-name{display:none}.bb-forums__avatar a{font-size:0}.bb-forums__avatar a>span{font-size:14px}.bb-forums__item .bb-forums__ww .bs-replied>a.bbp-author-link{font-size:0}.bb-forums__item .bb-forums__ww .bs-replied>a.bbp-author-link span{font-size:13px}.bb-forums__item .bb-forums__last-reply{margin-top:10px}.bb-forums__item .bb-forums__ww+.bb-forums__last-reply{margin-top:0}.bb-forums__item .item-title{line-height:1.2;margin-bottom:3px}.bb-forums__item .item-title>a{line-height:1.5}.bb-forums__ww .bs-voices-wrap{padding:10px 0 3px;display:block}.bb-forums__ww .bs-replied a{color:var(--bb-headings-color)}.bb-forums__ww .bs-replied a:hover{color:var(--bb-primary-color)}.bb-forums-extra{font-size:14px;font-weight:500;text-align:right;padding:0 0 15px;margin:0 0 15px;border-bottom:1px solid var(--bb-content-border-color)}.bb-forums-extra.border-dotted{border-bottom-style:dotted}.bb-forums-extra.border-dashed{border-bottom-style:dashed}.bb-forums-extra.border-solid{border-bottom-style:solid}.bb-forums-extra.border-double{border-bottom-style:double}.bb-forums-extra.border-none{border-bottom-style:none}body.rtl .bb-forums__avatar{margin-right:13px;margin-left:0!important}@media (min-width:768px){.bb-forums-activity,.bb-forums-activity-wrapper,.elementor-widget-bbp-forums-activity,.elementor-widget-bbp-forums-activity .elementor-widget-container{height:100%}.elementor-col-100 .bb-forums-activity,.elementor-col-100 .bb-forums-activity-wrapper,.elementor-col-100 .elementor-widget-bbp-forums-activity,.elementor-col-100 .elementor-widget-bbp-forums-activity .elementor-widget-container,.elementor-column[data-col="100"] .bb-forums-activity,.elementor-column[data-col="100"] .bb-forums-activity-wrapper,.elementor-column[data-col="100"] .elementor-widget-bbp-forums-activity,.elementor-column[data-col="100"] .elementor-widget-bbp-forums-activity .elementor-widget-container{height:auto}}.bb-forums-activity{border:1px solid var(--bb-content-border-color);padding:20px;background-color:#fff;position:relative;min-height:250px}.bb-fa__forum-title{text-transform:uppercase;font-size:13px;color:var(--bb-alternate-text-color);font-weight:500}.bb-fa__topic-title h2{font-weight:500;margin-bottom:10px;line-height:1.2}.bb-fa__meta{line-height:1;margin:0 0 20px}.bb-fa__meta span{color:var(--bb-alternate-text-color);font-size:13px}.bb-fa__excerpt{font-size:14px;margin:0 0 20px 26px;line-height:1.4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative}.bb-fa__excerpt.no-link{margin-left:0}.bb-fa__excerpt a.bbp-reply-to-link i{font-size:24px;opacity:.5}.bb-fa__excerpt a.bbp-reply-to-link{color:#939597;display:inline-block;position:absolute;left:-32px;top:-3px}.bb-fa__excerpt.is-empty{margin:0}.bb-fa__excerpt.is-empty a.bbp-reply-to-link{display:none}.bb-fa__link{display:-webkit-box;display:-ms-flexbox;display:flex}.bb-fa__link a{display:inline-block;font-size:14px;padding:4px 20px;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-button-radius)}.elementor-cta--falign-right .bb-fa__link a{margin-left:auto}.elementor-cta--falign-left .bb-fa__link a{margin-right:auto}.elementor-cta--falign-center .bb-fa__link a{margin-right:auto;margin-left:auto}.elementor-cta--fa-my-align-right .bb-forums-activity-btn{text-align:right;right:0}.elementor-cta--fa-my-align-left .bb-forums-activity-btn{text-align:left;left:0}.elementor-cta--fa-my-align-center .bb-forums-activity-btn{text-align:center;left:0;right:0;margin:0 auto}@media (min-width:768px){.elementor-max-50 .elementor-heading-title{max-width:50%}.elementor-widget-bbp-forums-activity{padding-top:60px}.elementor-max-50+section .elementor-widget-bbp-forums-activity{padding-top:0}}.bb-forums-activity-wrapper{position:relative;min-height:250px}@media (max-width:768px){.bb-forums-activity-wrapper--ismy{margin-top:50px}}.bb-forums-activity-btn{text-align:right;position:absolute;top:-50px}.bb-forums-activity-btn a.bb-forums-activity-btn__link{font-size:13px;display:inline-block;border-radius:var(--bb-button-radius);padding:2px 15px;color:#939597;border:1px solid #9ea8b2;cursor:pointer}.bb-forums-activity-btn a.bb-forums-activity-btn__link:hover{color:var(--bb-primary-color)}.bb-forums-activity-btn a.bb-forums-activity-btn__link i{font-size:20px;position:relative;top:3px;left:3px}body.rtl .bb-forums-activity-btn__link i{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.lifterlms-course-list--elementor .columns-1 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.lifterlms-course-list--elementor .columns-2 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}@media screen and (max-width:480px){.lifterlms-course-list--elementor .columns-2 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.lifterlms-course-list--elementor .columns-3 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}@media screen and (max-width:820px){.lifterlms-course-list--elementor .columns-3 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:480px){.lifterlms-course-list--elementor .columns-3 .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.lifterlms-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap,.lifterlms-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}@media screen and (max-width:1200px){.lifterlms-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap,.lifterlms-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}}@media screen and (max-width:820px){.lifterlms-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap,.lifterlms-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:480px){.lifterlms-course-list--elementor .columns-4 .bb-course-items.grid-view .bb-course-item-wrap,.lifterlms-course-list--elementor .columns-default .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.lifterlms-course-list--elementor .course-dir-list--hidestatus .bb-cover-list-item .ld-status{display:none}.lifterlms-course-list--elementor .course-dir-list--hidemedia .bb-course-items .bb-course-cover .bb-cover-wrap img{display:none}.lifterlms-course-list--elementor.noProgress .llms-progress{display:none}.lifterlms-course-list--elementor.noPrice .llms-meta-aplans .llms-meta-aplans__price{display:none}.lifterlms-course-list--elementor.noEnroll .llms-meta-aplans .llms-meta-aplans__btn{display:none}.lifterlms-course-list--elementor.noTimestamp .llms-meta-aplans.llms-meta-aplans--enrolled{display:none}.lifterlms-course-list--elementor.noTitle .bb-courses-header>.bb-title{display:none}.lifterlms-course-list--elementor.noSearch .bb-courses-header>#courses-dir-search{display:none}.lifterlms-course-list--elementor.noCourseNavigation.lifterlms-course-list .courses-type-navs{display:none}.lifterlms-course-list--elementor.noPagination .course-dir-list .bb-lms-pagination{display:none}.lifterlms-course-list--elementor .bb-lms-pagination .page-numbers:not(.prev,.next){display:inline-block;text-align:center}.lifterlms-course-list--elementor .bb-lms-pagination.noPrevNext a.next,.lifterlms-course-list--elementor .bb-lms-pagination.noPrevNext a.prev{display:none}.lifterlms-course-list--elementor .bb-lms-pagination a.next.page-numbers,.lifterlms-course-list--elementor .bb-lms-pagination a.prev.page-numbers{font-size:0!important}.lifterlms-course-list--cover .bb-courses-directory .grid-filters{display:none}.lifterlms-course-list--cover .bb-courses-directory .sfwd-courses-filters .select-wrap:last-of-type select{margin-right:0}.lifterlms-course-list--cover.lifterlms-course-list--featured .bb-course-items.grid-view .bb-course-item-wrap:nth-child(1),.lifterlms-course-list--cover.lifterlms-course-list--featured .bb-course-items.grid-view .bb-course-item-wrap:nth-child(2){-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.lifterlms-course-list--cover .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%}.lifterlms-course-list--cover .bb-course-items.list-view,.lifterlms-course-list--cover .bb-course-items.list-view.hide{display:none!important}.lifterlms-course-list--cover .bb-course-items .bb-cover-wrap{position:relative}.lifterlms-course-list--cover .bb-course-items .bb-cover-wrap:after{content:"";display:inline-block;position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,.3);background-image:none}.lifterlms-course-list--cover .bb-cover-list-item{position:relative}.lifterlms-course-list--cover .bb-course-items .bb-cover-list-item.bb-course-paid{padding-bottom:0}.lifterlms-course-list--cover .bb-course-items .bb-cover-wrap{border-radius:4px}.lifterlms-course-list--cover .bb-course-cover{position:absolute;z-index:9;height:100%;width:100%}.lifterlms-course-list--cover .bb-card-course-details{position:relative;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.lifterlms-course-list--cover .bb-card-course-details .course-lesson-count{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.lifterlms-course-list--cover .bb-card-course-details .bb-course-title{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.lifterlms-course-list--cover .bb-card-course-details .bb-course-excerpt{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.lifterlms-course-list--cover .bb-card-course-details .course-progress-wrap{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.lifterlms-course-list--cover .bb-card-course-details .bb-course-meta{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.lifterlms-course-list--cover .bb-card-course-details .bb-course-footer{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;display:none}.lifterlms-course-list--cover .bb-course-items .bb-cover-wrap{height:100%;padding-top:0}.lifterlms-course-list--cover .bb-cover-list-item .ld-status,.lifterlms-course-list--cover .course-lesson-count{display:none}.lifterlms-course-list--cover .bb-course-title a{color:#fff}.lifterlms-course-list--cover .bb-course-items .bb-course-excerpt{color:#fff}.lifterlms-course-list--cover .bb-course-meta strong a{color:#fff}.lifterlms-course-list--cover .course-details-verbose{padding-bottom:10px}.lifterlms-course-list--cover .lifterlms-price,.lifterlms-course-list--cover .llms-meta-aplans__btn a,.lifterlms-course-list--cover .llms-meta-aplans__inDate{color:#fff}.lifterlms-course-list--cover.lifterlms-course-list .bb-cover-list-item .llms-meta-aplans{position:static;min-height:auto;width:100%;margin-bottom:0}#page .elementor-cta--content-v-align-bottom .lifterlms-course-list--cover .bb-card-course-details .course-details-verbose,.elementor-cta--content-v-align-bottom .lifterlms-course-list--cover .bb-card-course-details .course-details-verbose{margin-top:auto}.elementor-cta--content-v-align-top.elementor-cta--footer-v-align-bottom .llms-meta-aplans{margin-top:auto}.lms-nav--align-right .courses-type-navs .courses-nav{float:right}.lms-nav--align-center .courses-type-navs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#page .learndash-course-list--cover .bb-course-title a,#page .lifterlms-course-list--cover .bb-course-title a{color:#fff}.bb-groups{border:1px solid var(--bb-content-border-color);padding:20px;background-color:#fff}.bb-groups .bb-groups-list:not(.active){display:none}.bb-groups .bb-groups__tab{text-transform:capitalize}.bb-groups #groups-list .item-avatar img{border-color:var(--bb-content-border-color);border-width:1px}.bb-groups #groups-list .item-avatar a{border:0;box-shadow:none}.bb-no-data.bb-no-data--groups{position:static;-webkit-transform:none;-ms-transform:none;transform:none;left:unset;top:unset;margin:30px 0} \ No newline at end of file diff --git a/web/app/themes/buddyboss-theme/assets/css/eventscalendar.css b/web/app/themes/buddyboss-theme/assets/css/eventscalendar.css index 027c4442..4fe89f29 100644 --- a/web/app/themes/buddyboss-theme/assets/css/eventscalendar.css +++ b/web/app/themes/buddyboss-theme/assets/css/eventscalendar.css @@ -14,7 +14,6 @@ border-top: 1px solid var(--bb-content-border-color); margin-top: 0; } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar thead th { background-color: #fff; color: #939597; @@ -22,65 +21,52 @@ border-left-color: var(--bb-content-border-color); border-right-color: #fff; } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar thead th:last-child { border-right-color: var(--bb-content-border-color); } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td { background-color: #fff; border-color: var(--bb-content-border-color); } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-othermonth { background-color: #fafbfb; } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td div[id*="tribe-events-daynum-"] { background-color: transparent; color: var(--bb-headings-color); text-align: right; font-weight: inherit; } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td div[id*="tribe-events-daynum-"] a { background-color: transparent; color: var(--bb-headings-color); font-weight: inherit; } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td div[id*="tribe-events-daynum-"] a:hover { color: var(--bb-primary-color); } @media (max-width: 800px) { - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td div[id*="tribe-events-daynum-"] { text-align: center; } } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td:hover { box-shadow: inset 0 0 1000px rgba(0, 0, 0, 0.01); } @media (max-width: 800px) { - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-present.mobile-active { background-color: var(--bb-primary-color); } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-present.mobile-active div[id*="tribe-events-daynum-"] { color: #fff; } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-present.mobile-active div[id*="tribe-events-daynum-"] a { color: #fff; } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-present.mobile-active div[id*="tribe-events-daynum-"] a:hover { color: #fff; } } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.tribe_events, .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.type-tribe_events { color: #fff; @@ -88,59 +74,48 @@ margin-left: 2%; margin-right: 2%; } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.tribe_events.tribe-event-featured, .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.type-tribe_events.tribe-event-featured { margin: 0 2% 1px; padding: 6px 8px; background-color: var(--bb-danger-color); } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.tribe_events:nth-child(2), .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.type-tribe_events:nth-child(2) { border-radius: 3px 3px 0 0; } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.tribe_events:nth-child(2).tribe-events-last, .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.type-tribe_events:nth-child(2).tribe-events-last { border-radius: 3px; } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.tribe_events a, .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.type-tribe_events a { color: #fff; } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td.tribe-events-othermonth div.tribe_events, .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td.tribe-events-othermonth div.type-tribe_events { background-color: rgba(0, 124, 255, 0.4); } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td.tribe-events-othermonth.tribe-events-past div.tribe_events, .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td.tribe-events-othermonth.tribe-events-past div.type-tribe_events { background-color: rgba(127, 134, 143, 0.45); } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td.tribe-events-past div.tribe_events, .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td.tribe-events-past div.type-tribe_events { background-color: rgba(127, 134, 143, 0.75); } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td.tribe-events-past .tribe-events-month-event-title a { opacity: 1; } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar .type-tribe_events { border-bottom: 0; margin-bottom: 1px; } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar .tribe-events-last { border-radius: 0 0 3px 3px; } @media (max-width: 800px) { - #tribe-events-content .tribe-events-calendar td { height: 55px; } @@ -150,14 +125,14 @@ margin-top: 10px; } - .tribe-events-calendar .tribe-events-has-events::after, - .tribe-events-calendar .tribe-events-present.tribe-events-has-events::after { + .tribe-events-calendar .tribe-events-has-events:after, + .tribe-events-calendar .tribe-events-present.tribe-events-has-events:after { width: 5px; height: 5px; background-color: #e0e1e1; } - .tribe-events-calendar .tribe-events-past.tribe-events-has-events::after { + .tribe-events-calendar .tribe-events-past.tribe-events-has-events:after { background-color: #e0e1e1; } @@ -166,25 +141,21 @@ background-color: var(--bb-primary-color); } } - #tribe-events-content .tribe-events-tooltip, .tribe-events-week #tribe-events-content .tribe-events-right .tribe-events-tooltip { box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.05), 0 6px 32px 0 rgba(18, 43, 70, 0.1); border-radius: 4px; } - #tribe-events-content .tribe-events-tooltip h4, .tribe-events-week #tribe-events-content .tribe-events-right .tribe-events-tooltip h4 { color: var(--bb-headings-color); - font-weight: 400; + font-weight: normal; } - #tribe-events-content .tribe-events-tooltip .entry-title, .tribe-events-week #tribe-events-content .tribe-events-right .tribe-events-tooltip .entry-title { font-size: 1.3rem; margin-bottom: 5px; } - #tribe-events-content .tribe-events-tooltip .tribe-events-event-thumb, .tribe-events-week #tribe-events-content .tribe-events-right .tribe-events-tooltip .tribe-events-event-thumb { padding-bottom: 10px; @@ -205,26 +176,21 @@ h1.tribe-events-page-title { .tribe-events-grid { border-bottom-color: var(--bb-content-border-color); } - .tribe-events-grid .tribe-grid-content-wrap .column { border-left-color: var(--bb-content-border-color); } - .tribe-events-grid .tribe-grid-header .tribe-grid-content-wrap .column, .tribe-events-grid .tribe-grid-content-wrap .column { border-left-color: var(--bb-content-border-color); } - .tribe-events-grid .tribe-scroller { border-left-color: var(--bb-content-border-color); border-right-color: var(--bb-content-border-color); z-index: 5; } - .tribe-events-grid .tribe-grid-header .tribe-week-today { background-color: var(--bb-primary-color); } - .tribe-events-grid .tribe-grid-header .tribe-week-today.column a span, .tribe-events-grid .tribe-grid-header .tribe-week-today.column a span span.br-week-title { color: #fff; } @@ -240,19 +206,16 @@ h1.tribe-events-page-title { border-right-color: var(--bb-content-border-color); border-top: 1px solid var(--bb-content-border-color); } - .tribe-grid-header .column { height: 62px !important; } - .tribe-grid-header .column span { color: var(--bb-alternate-text-color); - font-weight: 400; + font-weight: normal; text-align: center; display: block; width: 100%; } - .tribe-grid-header .column span span.br-week-title { display: block; text-align: center; @@ -261,17 +224,14 @@ h1.tribe-events-page-title { font-size: 18px; text-transform: none; } - .tribe-grid-header .column span span.br-week-title:first-of-type { color: #939597; font-size: 11px; text-transform: uppercase; } - .tribe-grid-header .column.tribe-week-today span { color: #fff; } - .tribe-grid-header .column.tribe-week-today span span.br-week-title, .tribe-grid-header .column.tribe-week-today span span.br-week-title:first-of-type { color: #fff; @@ -284,16 +244,13 @@ h1.tribe-events-page-title { border-left-color: var(--bb-content-border-color); border-right-color: var(--bb-content-border-color); } - .tribe-grid-allday .column.first { text-align: center; } - .tribe-grid-allday .column.first span { display: inline-block; width: 70px; } - .tribe-grid-allday .tribe-week-today { background-color: rgba(var(--bb-primary-color-rgb), 0.05); } @@ -301,7 +258,6 @@ h1.tribe-events-page-title { .tribe-week-grid-wrapper .tribe-grid-content-wrap .tribe-events-mobile-day { background-color: #fff; } - .tribe-week-grid-wrapper .tribe-grid-content-wrap .tribe-events-mobile-day.tribe-week-today { background-color: rgba(var(--bb-primary-color-rgb), 0.05); } @@ -320,13 +276,11 @@ h1.tribe-events-page-title { background-color: transparent; border-color: transparent; } - .tribe-grid-allday .tribe-events-week-allday-single:hover, .tribe-grid-body .tribe-events-week-hourly-single:hover { background-color: transparent; border-color: transparent; } - .tribe-grid-allday .tribe-events-week-allday-single h3.entry-title, .tribe-grid-body .tribe-events-week-hourly-single h3.entry-title { background-color: rgba(var(--bb-primary-color-rgb), 0.75); @@ -337,7 +291,6 @@ h1.tribe-events-page-title { height: -webkit-calc(100% - 4px) !important; height: calc(100% - 4px) !important; } - .tribe-grid-allday .tribe-events-week-allday-single h3.entry-title:hover, .tribe-grid-body .tribe-events-week-hourly-single h3.entry-title:hover { background-color: rgba(var(--bb-primary-color-rgb), 0.95); @@ -349,13 +302,11 @@ h1.tribe-events-page-title { background-color: transparent; border-color: transparent; } - .tribe-grid-body .tribe-events-past .tribe-events-week-hourly-single:hover, .tribe-grid-allday .tribe-events-past .tribe-events-week-allday-single:hover { background-color: transparent; border-color: transparent; } - .tribe-grid-body .tribe-events-past .tribe-events-week-hourly-single h3.entry-title, .tribe-grid-allday .tribe-events-past .tribe-events-week-allday-single h3.entry-title { background-color: rgba(127, 134, 143, 0.75); @@ -366,13 +317,11 @@ h1.tribe-events-page-title { height: -webkit-calc(100% - 4px) !important; height: calc(100% - 4px) !important; } - .tribe-grid-body .tribe-events-past .tribe-events-week-hourly-single h3.entry-title:hover, .tribe-grid-allday .tribe-events-past .tribe-events-week-allday-single h3.entry-title:hover { background-color: rgba(127, 134, 143, 0.95); border-color: rgba(127, 134, 143, 0.95); } - .tribe-grid-body .tribe-events-past .tribe-events-week-hourly-single h3.entry-title a, .tribe-grid-body .tribe-events-past .tribe-events-week-hourly-single h3.entry-title a:hover, .tribe-grid-allday .tribe-events-past .tribe-events-week-allday-single h3.entry-title a, @@ -387,7 +336,6 @@ ul.tribe-events-sub-nav li a { .datepicker.dropdown-menu { border: 1px solid var(--bb-content-border-color); } - .datepicker.dropdown-menu th, .datepicker.dropdown-menu td { padding: 0; @@ -407,35 +355,28 @@ ul.tribe-events-sub-nav li a { .datepicker table { font-size: 15px; } - .datepicker table th { font-weight: inherit; } - .datepicker table th.dow { color: #e0e1e1; } - .datepicker table tr td.old, .datepicker table tr td.new { color: #e0e1e1; } - .datepicker table tr td.day { padding: 0; } - .datepicker table tr td.day.active, .datepicker table tr td.day.active.disabled { background: var(--bb-primary-color); color: #fff; border-radius: 100%; } - .datepicker table tr td.day.active:hover, .datepicker table tr td.day.active.disabled:hover { background: var(--bb-primary-color); color: #fff; } - .datepicker table tr td.day:not(.disabled):hover { background: var(--bb-primary-color); color: #fff; @@ -445,7 +386,6 @@ ul.tribe-events-sub-nav li a { .datepicker .datepicker-switch { color: var(--bb-primary-color); } - .datepicker .datepicker-switch:hover { color: #0f74e0; background: #fff; @@ -455,7 +395,6 @@ ul.tribe-events-sub-nav li a { .datepicker .prev { color: var(--bb-headings-color); } - .datepicker .next:hover, .datepicker .prev:hover { color: var(--bb-primary-color); @@ -480,7 +419,6 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- .tribe_mini_calendar_widget .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar { font-size: 14px; } - .tribe_mini_calendar_widget .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar thead { background: #fff; } @@ -490,7 +428,6 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- border-color: #fff; padding: 7px 0 13px; } - .tribe_mini_calendar_widget .tribe-mini-calendar-nav td div { display: -webkit-box; display: -ms-flexbox; @@ -499,13 +436,11 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- -ms-flex-align: center; align-items: center; } - .tribe_mini_calendar_widget .tribe-mini-calendar-nav span { color: var(--bb-headings-color); font-weight: inherit; text-transform: none; } - .tribe_mini_calendar_widget .tribe-mini-calendar th { background: #fff; color: #e0e1e1; @@ -513,102 +448,82 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- border-color: #fff; padding: 7px 0 13px; } - .tribe_mini_calendar_widget .tribe-mini-calendar td { background: #fff; font-weight: inherit; } - .tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-past { opacity: 0.55; } - .tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-othermonth { background: #fff; } - .tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events { background: #fff; } - .tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-has-events div[id*="daynum-"] { font-weight: inherit; } - .tribe_mini_calendar_widget .tribe-mini-calendar div[id*="daynum-"] a { padding: 7px 0 13px; width: 34px; height: 34px; margin: 0 auto; } - .tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present { background-color: #fff; border-radius: 100%; } - .tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present a { color: var(--bb-primary-color); background-color: #fff; font-weight: 500; } - .tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present a:hover { background-color: var(--bb-body-background-color); border-radius: 100%; color: var(--bb-primary-color); } - -.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present div[id*="daynum-"] a::before { +.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present div[id*="daynum-"] a:before { background-color: var(--bb-primary-color); } - .tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present.tribe-mini-calendar-today a { - font-weight: 400; + font-weight: normal; } - -.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present.tribe-mini-calendar-today div[id*="daynum-"] a::before { +.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present.tribe-mini-calendar-today div[id*="daynum-"] a:before { background-color: #fff; } - .tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today { background-color: #fff; border-radius: 100%; } - .tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today div[id*="daynum-"] a { color: #fff; background-color: var(--bb-primary-color); border-radius: 100%; } - .tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today div[id*="daynum-"] a:hover { background-color: var(--bb-primary-color); color: #fff; } - .tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-has-events:hover { background-color: #fff; border-radius: 100%; } - .tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-has-events:hover a:hover { background-color: var(--bb-body-background-color); border-radius: 100%; color: var(--bb-primary-color); } - .tribe_mini_calendar_widget .tribe-mini-calendar-no-event { color: var(--bb-headings-color); font-weight: inherit; padding: 7px 0 13px; } - .tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-has-events div[id*="daynum-"] a { color: var(--bb-primary-color); } - -.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-has-events div[id*="daynum-"] a::before { +.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-has-events div[id*="daynum-"] a:before { background: #e0e1e1; width: 5px; height: 5px; @@ -621,7 +536,6 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- } @media (max-width: 992px) { - .has-sidebar.events-gridview .sm-grid-1-1 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -645,20 +559,16 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- border: 1px solid var(--bb-content-border-color); margin-top: 0; } - .tribe-events-week #tribe-mobile-container .type-tribe_events ~ .type-tribe_events { border-color: var(--bb-content-border-color); } - .tribe-events-week #tribe-mobile-container .tribe-mobile-day { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .tribe-events-week #tribe-mobile-container .tribe-mobile-day:hover { box-shadow: 0 3px 24px 0 rgba(18, 43, 70, 0.08); } - .tribe-events-week #tribe-mobile-container .tribe-mobile-day h5.tribe-mobile-day-date { border-bottom: 0; margin-top: 0; @@ -666,13 +576,11 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- padding-left: 20px; padding-right: 20px; } - .tribe-events-week #tribe-mobile-container .type-tribe_events ~ .type-tribe_events, .tribe-events-week #tribe-mobile-container .type-tribe_events { padding-left: 20px; padding-right: 20px; } - .tribe-events-week #tribe-mobile-container .type-tribe_events:last-of-type { border-bottom: 1px solid var(--bb-content-border-color); } @@ -683,14 +591,12 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- border-top: 0; margin-top: 0; } - .tribe-events-month #tribe-mobile-container .type-tribe_events ~ .type-tribe_events { border-color: var(--bb-content-border-color); border-top-style: solid; } @media (max-width: 800px) { - #tribe-events-content.tribe-events-month table.tribe-events-calendar { margin-bottom: 0; border-bottom: 0; @@ -700,11 +606,9 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- padding-left: 20px; padding-right: 20px; } - .tribe-events-month #tribe-mobile-container .type-tribe_events .tribe-event-description p { margin-bottom: 5px; } - .tribe-events-month #tribe-mobile-container .type-tribe_events .tribe-events-event-body a.tribe-events-read-more { display: none; } @@ -717,7 +621,6 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- padding-left: 20px; padding-right: 20px; } - .tribe-mobile-day h3.tribe-mobile-day-heading { margin-bottom: 0; padding-top: 30px; @@ -734,7 +637,6 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-has-events.mobile-active { background-color: var(--bb-primary-color); } - .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-has-events.mobile-active div[id*="tribe-events-daynum-"] a { color: #fff; } @@ -746,42 +648,30 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- padding: 10px 20px; } } - /* Apply CSS when "Use updated calendar designs" option is active */ .tribe-events { - /* LIST VIEW */ - /* CALENDAR VIEW */ - /* DAY VIEW */ - /* Photo VIEW */ - /* WEEKLY VIEW */ - /* END - Apply CSS when "Use updated calendar designs" option is active */ } - .tribe-events *:hover { box-shadow: none; } - .tribe-events .tribe-filter-bar--vertical { border: 1px solid var(--bb-content-border-color); border-radius: 4px; padding: 15px !important; } - .tribe-events .tribe-events-header__events-bar.tribe-events-c-events-bar--border { border-radius: var(--bb-block-radius); } - .tribe-events .tribe-events-header__events-bar.tribe-events-c-events-bar--border .tribe-events-c-events-bar__search-container, .tribe-events .tribe-events-header__events-bar.tribe-events-c-events-bar--border .tribe-common-form-control-text__input { border-radius: var(--bb-block-radius); } - .tribe-events .tribe-events-header__events-bar.tribe-events-c-events-bar--border .tribe-events-c-events-bar__search-container .tribe-events-c-search__button { background-color: var(--bb-primary-button-background-regular); color: var(--bb-primary-button-text-regular); @@ -791,39 +681,31 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- font-style: inherit; padding: 6px 20px; } - .tribe-events .tribe-events-header__events-bar.tribe-events-c-events-bar--border .tribe-events-c-events-bar__search-container .tribe-events-c-search__button:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .tribe-events .tribe-events-header__events-bar.tribe-events-c-events-bar--border .tribe-events-c-events-bar__search-container .tribe-events-c-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); } - .tribe-events .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker-button:hover, .tribe-events .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker-button:focus, .tribe-events .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker-button:active { box-shadow: none; } - .tribe-events .tribe-events-c-ical .tribe-events-c-ical__link { border-color: var(--bb-primary-color); color: var(--bb-primary-color); } - .tribe-events .tribe-events-c-ical .tribe-events-c-ical__link:hover, .tribe-events .tribe-events-c-ical .tribe-events-c-ical__link:active, .tribe-events .tribe-events-c-ical .tribe-events-c-ical__link:focus { background-color: var(--bb-primary-color); color: #fff; } - .tribe-events .tribe-events-c-ical .tribe-common-c-svgicon { color: var(--bb-primary-color); } - .tribe-events .tribe-events-c-top-bar__datepicker-container .table-condensed tbody td.current, .tribe-events .tribe-events-c-top-bar__datepicker-container .table-condensed tbody td.active, .tribe-events .tribe-events-c-top-bar__datepicker-container .table-condensed tbody td.active:hover, .tribe-events .tribe-events-c-top-bar__datepicker-container .table-condensed tbody td.active:focus { background-color: var(--bb-primary-color); } - .tribe-events .tribe-events-calendar-list > .tribe-common-g-row { border: 1px solid var(--bb-content-border-color); margin-left: 0; @@ -833,12 +715,10 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- background-color: var(--bb-content-background-color); } @media (max-width: 992px) { - .tribe-events .tribe-events-calendar-list > .tribe-common-g-row { padding: 24px 24px 24px 0; } } - .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag { -ms-flex-item-align: center; align-self: center; @@ -847,35 +727,28 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- justify-content: center; } @media (max-width: 992px) { - .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag { width: 100px; } } @media (max-width: 544px) { - .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag { width: 80px; } } - .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-weekday { color: #f1451f; } - .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-datetime { color: var(--bb-alternate-text-color); } - .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title { font-size: 18px; } - .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a:hover, .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a:focus, .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a:active { color: var(--bb-primary-color); border-bottom: none; } - .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-featured-image-wrapper { -webkit-box-pack: center; -ms-flex-pack: center; @@ -883,7 +756,6 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- -ms-flex-item-align: center; align-self: center; } - .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-featured-image-wrapper .tribe-events-calendar-list__event-featured-image-link { position: relative; overflow: hidden; @@ -893,12 +765,10 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- border-radius: 4px; } @media (max-width: 992px) { - .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-featured-image-wrapper .tribe-events-calendar-list__event-featured-image-link { padding-top: 46%; } } - .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-featured-image-wrapper .tribe-events-calendar-list__event-featured-image { border-radius: var(--bb-block-radius-inner); position: absolute; @@ -913,7 +783,6 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- min-width: 100%; object-fit: cover; } - .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-details { -ms-flex-item-align: center; align-self: center; @@ -921,13 +790,11 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- -ms-flex-pack: center; justify-content: center; } - .tribe-events .tribe-events-c-top-bar__datepicker-container .datepicker .table-condensed tbody tr td .active, .tribe-events .tribe-events-c-top-bar__datepicker-container .datepicker .table-condensed tbody tr td .current, .tribe-events .tribe-events-c-top-bar__datepicker-container .datepicker .table-condensed tbody tr td .focused { background-color: var(--bb-primary-color); } - .tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__header-row .tribe-events-calendar-month__header-column { border: 1px solid var(--bb-content-border-color); border-bottom: none; @@ -935,54 +802,43 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- padding-left: 16px; background-color: #fff; } - .tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__header-row .tribe-events-calendar-month__header-column:not(:last-child) { border-right: none; } - -.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day:hover::after { +.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day:hover:after { background-color: var(--bb-primary-color); } - .tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day.tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link { color: var(--bb-primary-color); } @media (max-width: 992px) { - .tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__type-separator { margin-bottom: 30px; } } - .tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event { margin-left: 0; margin-right: 0; background-color: #fff; } @media (max-width: 992px) { - .tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event { padding: 0; } } - -.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event::before { +.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event:before { display: none; } - -.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event::after { +.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event:after { left: 0; } - .tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-header .tribe-events-calendar-day__event-datetime { color: var(--bb-alternate-text-color); } - .tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-header .tribe-events-calendar-day__event-title a:hover, .tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-header .tribe-events-calendar-day__event-title a:focus, .tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-header .tribe-events-calendar-day__event-title a:active { color: var(--bb-primary-color); border-bottom: none; } - .tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-content { border: 1px solid var(--bb-content-border-color); margin: 0; @@ -993,12 +849,10 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- align-items: center; } @media (max-width: 992px) { - .tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-content { padding: 24px; } } - .tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-content .tribe-events-calendar-day__event-featured-image-wrapper .tribe-events-calendar-day__event-featured-image-link { position: relative; overflow: hidden; @@ -1008,12 +862,10 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- border-radius: 4px; } @media (max-width: 992px) { - .tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-content .tribe-events-calendar-day__event-featured-image-wrapper .tribe-events-calendar-day__event-featured-image-link { padding-top: 46%; } } - .tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-content .tribe-events-calendar-day__event-featured-image-wrapper .tribe-events-calendar-day__event-featured-image-link .tribe-events-calendar-day__event-featured-image { border-radius: 4px; position: absolute; @@ -1028,7 +880,6 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- min-width: 100%; object-fit: cover; } - .tribe-events .tribe-events-pro-photo { background-color: #fff; border: 1px solid var(--bb-content-border-color); @@ -1036,11 +887,9 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- padding: 24px; margin: 0; } - .tribe-events .tribe-events-pro-photo .tribe-common-g-row--gutters { margin: 0 -1%; } - .tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event { border: 1px solid var(--bb-content-border-color); border-radius: 4px; @@ -1049,21 +898,18 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- margin: 0 1% 2%; } @media (max-width: 992px) { - .tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event { width: 100%; max-width: 48%; } } @media (max-width: 800px) { - .tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event { max-width: 100%; width: 100%; margin: 0 0 24px; } } - .tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-featured-image-wrapper .tribe-events-pro-photo__event-featured-image-link { position: relative; overflow: hidden; @@ -1073,12 +919,10 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- border-radius: 4px; } @media (max-width: 992px) { - .tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-featured-image-wrapper .tribe-events-pro-photo__event-featured-image-link { padding-top: 46%; } } - .tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-featured-image-wrapper .tribe-events-pro-photo__event-featured-image { border-radius: 4px; position: absolute; @@ -1093,86 +937,68 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- min-width: 100%; object-fit: cover; } - .tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details-wrapper { padding: 12px 12px 24px; } - .tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-date-tag-datetime .tribe-events-pro-photo__event-date-tag-month { color: #f1451f; } - .tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-title .tribe-events-pro-photo__event-title-link:hover, .tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-title .tribe-events-pro-photo__event-title-link:focus, .tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-title .tribe-events-pro-photo__event-title-link:active { color: var(--bb-primary-color); border-bottom: none; } - .tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-datetime time { color: var(--bb-alternate-text-color); } - .tribe-events .tribe-events-pro-week-grid { background-color: #fff; border: 1px solid var(--bb-content-border-color); border-radius: 4px; padding-left: 2rem; } - .tribe-events .tribe-events-pro-week-grid .tribe-events-pro-week-grid__header .tribe-events-pro-week-grid__header-column .tribe-events-pro-week-grid__header-column-title { padding-top: 2rem; } - .tribe-events .tribe-events-pro-week-grid .tribe-events-pro-week-grid__header .tribe-events-pro-week-grid__header-column--current .tribe-events-pro-week-grid__header-column-title .tribe-events-pro-week-grid__header-column-daynum-link { color: var(--bb-primary-color); } - .tribe-events .tribe-events-pro-week-grid .tribe-events-pro-week-grid__multiday-event-bar-inner { background-color: var(--bb-primary-color); } - .tribe-events .tribe-events-pro-week-grid .tribe-events-pro-week-grid__multiday-event-bar-inner .tribe-events-pro-week-grid__multiday-event-bar-title { color: #fff; } - .tribe-events .tribe-events-pro-week-grid .tribe-events-pro-week-grid__events-row .tribe-events-pro-week-grid__events-day .tribe-events-pro-week-grid__event-link-inner { background-color: rgba(var(--bb-primary-color), 0.05); } - .tribe-events .tribe-events-header .datepicker-days .table-condensed tbody tr.active td, .tribe-events .tribe-events-header .datepicker-days .table-condensed tbody tr.current td { background-color: rgba(var(--bb-primary-color), 0.05); } - -.tribe-events .tribe-events-header .datepicker-days .table-condensed tbody tr td.active::before { +.tribe-events .tribe-events-header .datepicker-days .table-condensed tbody tr td.active:before { background-color: var(--bb-primary-color); } - .tribe-events .tribe-events .tribe-events-calendar-month__header-column-title { padding: 12px 0; border-color: var(--bb-content-border-color); border-style: solid; border-width: 0 0 1px; } - .tribe-events .tribe-events .tribe-events-calendar-month__day { border-color: var(--bb-content-border-color); border-style: solid; border-width: 0 1px 1px 0; border-radius: 0; } - .tribe-events .tribe-events .tribe-events-calendar-month__day:first-child { border-left: 1px var(--bb-content-border-color) solid; } - .tribe-events .tribe-events-c-nav { margin-top: 40px; } - .tribe-events .tooltipster-base .tooltipster-box .tribe-events-pro-week-grid__event-tooltip-title a:hover, .tribe-events .tooltipster-base .tooltipster-box .tribe-events-pro-week-grid__event-tooltip-title a:focus, .tribe-events .tooltipster-base .tooltipster-box .tribe-events-pro-week-grid__event-tooltip-title a:active { color: var(--bb-primary-color); border-bottom: none; } - .tribe-events .tooltipster-base .tooltipster-content .tribe-events-calendar-month__calendar-event-tooltip-title a:hover, .tribe-events .tooltipster-base .tooltipster-content .tribe-events-calendar-month__calendar-event-tooltip-title a:focus, .tribe-events .tooltipster-base .tooltipster-content .tribe-events-calendar-month__calendar-event-tooltip-title a:active { color: var(--bb-primary-color); border-bottom: none; @@ -1181,7 +1007,6 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-breadcrumbs__list { font-size: 14px; } - .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-breadcrumbs__list-item-icon-svg { height: 8px; width: 5px; @@ -1196,7 +1021,6 @@ body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list- .tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper { width: 100%; } - .tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper img { border-radius: var(--bb-block-radius-inner); } @@ -1220,11 +1044,9 @@ article.tribe-events-calendar-month__multiday-event.tribe_events_cat-my-cat-even margin-bottom: 1.25rem; padding: 1.25rem 1.25rem 1.5625rem; } - .tribe-events-widget header.tribe-events-widget-events-list__header { margin-bottom: 0; } - .tribe-events-widget h2.tribe-events-widget-events-list__header-title { margin-bottom: 15px; line-height: 30px; @@ -1234,7 +1056,6 @@ article.tribe-events-calendar-month__multiday-event.tribe_events_cat-my-cat-even color: var(--bb-headings-color); font-weight: 600; } - .bb-template-v2 .tribe-events-widget .tribe-events-widget-events-list__view-more a.tribe-events-widget-events-list__view-more-link { font-weight: 700; font-size: 12px; @@ -1248,28 +1069,23 @@ article.tribe-events-calendar-month__multiday-event.tribe_events_cat-my-cat-even -webkit-transition: none; transition: none; } - .bb-template-v2 .tribe-events-widget .tribe-events-widget-events-list__view-more a.tribe-events-widget-events-list__view-more-link: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); } - .tribe-events-widget a.tribe-common-anchor-thin { -webkit-transition: none; transition: none; } - .tribe-events-widget a.tribe-common-anchor-thin:hover { border: 0; color: var(--bb-primary-color); } - .bb-template-v2 .tribe-events-widget { border-radius: var(--bb-block-radius); padding: 1.25rem 1.25rem 1.5625rem; } - .bb-template-v2 .tribe-events-widget h2.tribe-events-widget-events-list__header-title { font-size: 1.25rem; letter-spacing: -0.24px; @@ -1286,27 +1102,22 @@ article.tribe-events-calendar-month__multiday-event.tribe_events_cat-my-cat-even max-width: 100%; margin-bottom: 10px; } - .events-list .tribe-events-back.tribe-events-loop a { font-weight: inherit; font-size: 14px; color: red; } - .events-list .tribe-events-list > p.tribe-events-back.tribe-events-loop { display: none; } - .events-list div.tribe-events-loop { max-width: 100%; background-color: #fff; border: 1px solid var(--bb-content-border-color); } - .events-list .tribe-events-map div.tribe-events-loop { border: 0; } - .events-list #tribe-events-footer { border-top: 0; padding-top: 0; @@ -1315,7 +1126,6 @@ article.tribe-events-calendar-month__multiday-event.tribe_events_cat-my-cat-even #tribe-events-content { padding-top: 0 !important; } - #tribe-events-content h2.tribe-events-page-title { font-size: 14px; background-color: #fff; @@ -1326,11 +1136,9 @@ article.tribe-events-calendar-month__multiday-event.tribe_events_cat-my-cat-even padding: 10px 25px; font-weight: 500; } - #tribe-events-content h2.tribe-events-page-title.has-notice { border-bottom: 1px solid var(--bb-content-border-color); } - #tribe-events-content.tribe-events-map h2.tribe-events-page-title { border-bottom: 1px solid var(--bb-content-border-color); } @@ -1346,14 +1154,12 @@ article.tribe-events-calendar-month__multiday-event.tribe_events_cat-my-cat-even #tribe-events-footer { margin-top: 1.25em; } - #tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-previous a { position: relative; right: 5px; -webkit-tap-highlight-color: transparent; } - -#tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-previous a::before { +#tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-previous a:before { content: "\E8AB"; font-family: bb-icons; font-size: 22px; @@ -1363,22 +1169,18 @@ article.tribe-events-calendar-month__multiday-event.tribe_events_cat-my-cat-even top: 3px; left: 3px; } - #tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-previous a span { display: none; } - #tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-next { margin-right: 0; } - #tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-next a { position: relative; left: 5px; -webkit-tap-highlight-color: transparent; } - -#tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-next a::after { +#tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-next a:after { content: "\e827"; font-family: bb-icons; font-size: 22px; @@ -1388,7 +1190,6 @@ article.tribe-events-calendar-month__multiday-event.tribe_events_cat-my-cat-even top: 3px; right: 3px; } - #tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-next a span { display: none; } @@ -1396,12 +1197,10 @@ article.tribe-events-calendar-month__multiday-event.tribe_events_cat-my-cat-even .tribe-events-single #tribe-events-footer { margin-top: 0; } - -.tribe-events-single #tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-next a::after { +.tribe-events-single #tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-next a:after { right: 0; } - -.tribe-events-single #tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-previous a::before { +.tribe-events-single #tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-previous a:before { left: 0; } @@ -1426,11 +1225,9 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve background-color: #fff; border: 1px solid var(--bb-content-border-color); } - .tribe-events-day .tribe-mini-calendar-list-wrapper .tribe-events-loop { border: 0; } - .tribe-events-day #tribe-events-footer { border-top: 0; padding-top: 0; @@ -1444,29 +1241,24 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve flex-wrap: wrap; } @media (max-width: 800px) { - .tribe-events-list .type-tribe_events { margin-bottom: 3rem; } } - .tribe-events-list .tribe-events-loop .tribe-events-event-image, .tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-image { width: 100%; } - .tribe-events-list .tribe-events-loop .tribe-events-event-image a, .tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-image a { position: relative; overflow: hidden; padding-top: 60%; - /* Calculated = height / width * 100 */ display: block; background: #809ab4; border-radius: 4px; } - .tribe-events-list .tribe-events-loop .tribe-events-event-image a img, .tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-image a img { position: absolute; @@ -1481,20 +1273,17 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve min-width: 100%; object-fit: cover; } - .tribe-events-list .bs-tribe-events-col-first .bs-events-post-placeholder { position: relative; overflow: hidden; padding-top: 60%; - /* Calculated = height / width * 100 */ display: block; background: #809ab4; border-radius: 4px; text-align: center; } - -.tribe-events-list .bs-tribe-events-col-first .bs-events-post-placeholder::after { +.tribe-events-list .bs-tribe-events-col-first .bs-events-post-placeholder:after { font-family: bb-icons !important; text-rendering: auto; -webkit-font-smoothing: antialiased; @@ -1511,111 +1300,88 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve opacity: 0.5; } @media (max-width: 544px) { - - .tribe-events-list .bs-tribe-events-col-first .bs-events-post-placeholder::after { + .tribe-events-list .bs-tribe-events-col-first .bs-events-post-placeholder:after { font-size: 40px; } } - .tribe-events-list .tribe-events-event-image img { border-radius: 4px; } - .tribe-events-list #tribe-geo-results.tribe-events-loop .tribe-event-featured { margin-left: -25px; margin-right: -25px; } - .tribe-events-list #tribe-geo-results.tribe-events-loop .tribe-event-featured .bs-tribe-events-col-first { margin-left: 25px; } - .tribe-events-list #tribe-geo-results.tribe-events-loop .tribe-event-featured .bs-tribe-events-col-last { margin-right: 25px; } - .tribe-events-list .tribe-events-loop .tribe-event-featured { background-color: var(--bb-body-background-color); padding-top: 1rem; padding-bottom: 1rem; padding-right: 0; } - .tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost { margin: 0; } - .tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost span { color: var(--bb-body-text-color); } - .tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .ticket-cost { background: transparent; } - .tribe-events-list .tribe-events-loop .tribe-event-featured.tribe-events-first { padding-top: 1rem; } - .tribe-events-list .tribe-events-loop .tribe-event-featured h2.tribe-events-list-event-title { margin-top: 0; } - .tribe-events-list .tribe-events-loop .tribe-event-featured h2.tribe-events-list-event-title a { color: var(--bb-headings-color); } - .tribe-events-list .tribe-events-loop .tribe-event-featured h2.tribe-events-list-event-title a:hover { color: var(--bb-primary-color); } - .tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-content { color: inherit; } - .tribe-events-list .tribe-events-loop .tribe-event-featured a { color: var(--bb-primary-color); } - .tribe-events-list .tribe-events-loop .tribe-event-featured a:hover { color: #0f74e0; } @media screen and (min-width: 801px) { - .tribe-events-list .tribe-events-loop .tribe-event-featured .bs-tribe-events-col-first .bs-events-post-placeholder { margin-left: -25px; width: 100%; } } - .tribe-events-list #tribe-geo-results .tribe-event-featured .tribe-events-content { color: var(--bb-body-text-color); } @media (max-width: 1200px) { - .page-sidebar .tribe-events-list .type-tribe_events { display: block; } - .page-sidebar .tribe-events-list .type-tribe_events .bs-tribe-events-col-first { max-width: 100%; padding: 0 25px; overflow: hidden; } - .page-sidebar .tribe-events-list .type-tribe_events .bs-tribe-events-col-first .tribe-events-event-image a { padding-top: 36%; position: relative; overflow: hidden; - /* padding-top: 52.56%; */ display: block; background: #809ab4; border-radius: 4px; margin-bottom: 20px; } - .page-sidebar .tribe-events-list .type-tribe_events .bs-tribe-events-col-first .tribe-events-event-image a img { position: absolute; top: 0; @@ -1629,72 +1395,59 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve min-width: 100%; object-fit: cover; } - .page-sidebar .tribe-events-list .type-tribe_events .bs-tribe-events-col-last { overflow: hidden; padding: 5px 25px 0; } - .page-sidebar .tribe-events-list .type-tribe_events .bs-tribe-events-col-last .tribe-event-schedule-details { padding: 0; } - .page-sidebar .tribe-events-list .type-tribe_events .bs-tribe-events-col-last .tribe-events-event-meta { padding: 0; border: 0; background: transparent; } - .page-sidebar .tribe-events-list .type-tribe_events .bs-tribe-events-col-last .tribe-events-event-meta .tribe-events-venue-details { padding: 0; border-top: 0; } } @media (max-width: 1200px) { - .page-sidebar .tribe-events-list .tribe-events-loop .tribe-event-featured { padding-left: 25px; padding-right: 25px; } - .page-sidebar .tribe-events-list .tribe-events-loop .tribe-event-featured .bs-tribe-events-col-first { padding: 0; } - .page-sidebar .tribe-events-list .tribe-events-loop .tribe-event-featured .bs-tribe-events-col-first .tribe-events-event-image { margin: 0; } } @media (max-width: 800px) { - .tribe-events-list .type-tribe_events { display: block; } - .tribe-events-list .type-tribe_events .bs-tribe-events-col-first { max-width: 100%; padding: 0 25px; overflow: hidden; } - .tribe-events-list .type-tribe_events .bs-tribe-events-col-first .tribe-events-event-image a { padding-top: 46%; position: relative; overflow: hidden; - /* padding-top: 52.56%; */ display: block; background: #809ab4; border-radius: 4px; margin-bottom: 10px; } - .tribe-events-list .type-tribe_events .bs-tribe-events-col-first .bs-events-post-placeholder { padding-top: 46%; margin-bottom: 10px; } - .tribe-events-list .type-tribe_events .bs-tribe-events-col-first .tribe-events-event-image a img { position: absolute; top: 0; @@ -1708,77 +1461,63 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve min-width: 100%; object-fit: cover; } - .tribe-events-list .type-tribe_events .bs-tribe-events-col-last { overflow: hidden; padding: 5px 25px 0; } - .tribe-events-list .type-tribe_events .bs-tribe-events-col-last .tribe-event-schedule-details { padding: 0; } - .tribe-events-list .type-tribe_events .bs-tribe-events-col-last .tribe-events-event-meta { padding: 0; border: 0; background: transparent; } - .tribe-events-list .type-tribe_events .bs-tribe-events-col-last .tribe-events-event-meta .tribe-events-venue-details { padding: 0; border-top: 0; } } @media (max-width: 544px) { - .tribe-events-list .type-tribe_events .bs-tribe-events-col-first { padding: 0 15px; } - .tribe-events-list .type-tribe_events .bs-tribe-events-col-last { padding-left: 15px; padding-right: 15px; } } @media (max-width: 800px) { - .tribe-events-list .tribe-events-loop .tribe-event-featured { padding-left: 25px; padding-right: 25px; margin-bottom: 3rem; } - .tribe-events-list .tribe-events-loop .tribe-event-featured .bs-tribe-events-col-first { padding: 0; } - .tribe-events-list .tribe-events-loop .tribe-event-featured .bs-tribe-events-col-first .tribe-events-event-image { margin: 0; } } @media (max-width: 544px) { - .tribe-events-list .tribe-events-loop .tribe-event-featured { padding-left: 15px; padding-right: 15px; } } - .tribe-events-map .type-tribe_events .bs-tribe-events-col-first { padding-left: 0; } - .tribe-events-map .type-tribe_events .bs-tribe-events-col-last { padding-right: 0; } @media (max-width: 800px) { - .tribe-events-map .type-tribe_events .bs-tribe-events-col-first { padding-left: 0; padding-right: 0; } - .tribe-events-map .type-tribe_events .bs-tribe-events-col-last { padding-left: 0; padding-right: 0; @@ -1788,7 +1527,6 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve margin-left: 0; } } - .type-tribe_events .bs-tribe-events-col-first { -webkit-box-flex: 0; -ms-flex: 0 0 300px; @@ -1796,7 +1534,6 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve max-width: 100%; padding-left: 25px; } - .type-tribe_events .bs-tribe-events-col-last { -webkit-box-flex: 1; -ms-flex: 1; @@ -1805,31 +1542,25 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve padding-left: 20px; padding-top: 5px; } - .type-tribe_events.tribe-event-featured .bs-tribe-events-col-last { padding-left: 0; } @media (max-width: 800px) { - .type-tribe_events.tribe-event-featured .bs-tribe-events-col-last { padding-right: 0; } - .type-tribe_events.tribe-event-featured .bs-tribe-events-col-last .tribe-events-event-cost { font-size: 13px; } } - .type-tribe_events .tribe-events-list-event-description, .type-tribe_events .tribe-events-map-event-description { font-size: 14px; } - .type-tribe_events .tribe-events-list-event-description a.tribe-events-read-more, .type-tribe_events .tribe-events-map-event-description a.tribe-events-read-more { display: none; } - .type-tribe_events .bs-event-heading { display: -webkit-box; display: -ms-flexbox; @@ -1837,7 +1568,6 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve -ms-flex-wrap: wrap; flex-wrap: wrap; } - .type-tribe_events .bs-event-heading .tribe-event-schedule-short { -webkit-box-flex: 0; -ms-flex: 0 0 45px; @@ -1847,34 +1577,29 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve line-height: 1; padding: 0; } - .type-tribe_events .bs-event-heading .tribe-event-schedule-short .bs-schedule-short-date { padding: 3px 8px 3px 0; border-right: 1px solid var(--bb-content-border-color); } - .type-tribe_events .bs-event-heading .tribe-event-schedule-short .bs-schedule-short-m { color: #f1451f; font-size: 12px; margin-bottom: 5px; - font-weight: 700; + font-weight: bold; display: block; text-transform: uppercase; } - .type-tribe_events .bs-event-heading .tribe-event-schedule-short .bs-schedule-short-d { color: var(--bb-headings-color); font-size: 24px; - font-weight: 400; + font-weight: normal; display: block; } @media (max-width: 544px) { - .type-tribe_events .bs-event-heading .tribe-event-schedule-short { display: none; } } - .type-tribe_events .bs-event-heading .tribe-event-schedule-long { -webkit-box-flex: 1; -ms-flex: 1; @@ -1888,11 +1613,9 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve -ms-flex-align: start; align-items: flex-start; } - .type-tribe_events .bs-event-heading .tribe-event-schedule-long .bs-tribe-events-single-heading { margin-right: auto; } - .type-tribe_events .bs-event-heading .tribe-event-schedule-long .bs-tribe-events-single-heading .tribe-events-distance { padding: 2px 15px; font-size: 11px; @@ -1903,19 +1626,16 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve background-color: #eceef1; color: var(--bb-body-text-color); } - .type-tribe_events .bs-event-heading .tribe-event-schedule-long .tribe-events-event-cost span { border: 0; padding-right: 0; padding-top: 0; } @media (max-width: 544px) { - .type-tribe_events .bs-event-heading .tribe-event-schedule-long { padding-left: 0; } } - .type-tribe_events .bs-event-heading h2.tribe-events-list-event-title, .type-tribe_events .bs-event-heading h2.tribe-events-map-event-title { font-size: 18px; @@ -1931,41 +1651,33 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve text-overflow: ellipsis; width: 100%; } - .type-tribe_events .bs-event-heading h2.tribe-events-list-event-title a, .type-tribe_events .bs-event-heading h2.tribe-events-map-event-title a { color: var(--bb-headings-color); } - .type-tribe_events .bs-event-heading h2.tribe-events-list-event-title a:hover, .type-tribe_events .bs-event-heading h2.tribe-events-map-event-title a:hover { color: var(--bb-primary-color); } - .type-tribe_events .bs-event-heading .tribe-event-schedule-details { font-size: 13px; color: var(--bb-alternate-text-color); line-height: 1.3; margin-bottom: 3px; } - .type-tribe_events .bs-event-heading .tribe-event-schedule-details .tribe-event-time { padding-right: 5px; } - .type-tribe_events .bs-event-heading .recurringinfo { vertical-align: baseline; } - .type-tribe_events .bs-event-heading .event-is-recurring { color: var(--bb-headings-color); - font-weight: 400; + font-weight: normal; } - .type-tribe_events .bs-event-heading .recurringinfo .tribe-events-divider { padding: 0 5px 0 0; } - .type-tribe_events .bs-event-heading .time-details { font-size: 13px; color: var(--bb-alternate-text-color); @@ -1973,42 +1685,34 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve margin-bottom: 3px; padding: 0 5px 0 0; } - .type-tribe_events .bs-event-heading .time-details .tribe-event-date-start { padding-right: 5px; } - .type-tribe_events .bs-event-heading .time-details .tribe-event-time { padding-right: 5px; } @media (max-width: 544px) { - .type-tribe_events .bs-event-heading .time-details { margin-bottom: 6px; line-height: 1.3; } } - .type-tribe_events .bs-event-heading .tribe-events-event-meta { margin-top: 3px; - font-weight: 400; + font-weight: normal; } - .type-tribe_events .bs-event-heading .tribe-events-venue-details { color: var(--bb-alternate-text-color); font-style: inherit; margin-top: 0; } - .type-tribe_events .bs-event-heading .tribe-events-venue-details span.tribe-street-address + br { display: none; } - .type-tribe_events .bs-event-heading .tribe-events-venue-details abbr[title] { text-decoration: none; } - -.type-tribe_events .bs-event-heading .bs-related-location .tribe-events-venue-details span.tribe-address::before { +.type-tribe_events .bs-event-heading .bs-related-location .tribe-events-venue-details span.tribe-address:before { background-color: #fff; } @@ -2026,7 +1730,6 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve } @media (max-width: 800px) { - .tribe-events-photo .type-tribe_events .bs-event-heading .tribe-event-schedule-details { padding-left: 0; padding-right: 0; @@ -2037,7 +1740,6 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve padding: 0; } } - #tribe-geo-results h2.tribe-events-map-event-title { font-weight: 500; font-size: 18px; @@ -2048,11 +1750,9 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve #tribe-geo-results .tribe-event-featured h2.tribe-events-map-event-title { margin: 0 0 6px; } - #tribe-geo-results .tribe-event-featured h2.tribe-events-map-event-title a { color: var(--bb-headings-color); } - #tribe-geo-results .tribe-event-featured h2.tribe-events-map-event-title a:hover { color: var(--bb-primary-color); } @@ -2060,13 +1760,11 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve #tribe-geo-results .tribe-event-featured a { color: var(--bb-primary-color); } - #tribe-geo-results .tribe-event-featured a:hover { color: var(--bb-primary-color); } @media screen and (min-width: 1200px) { - .has-sidebar .tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap, .bb-buddypanel .tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap { max-height: 670px; @@ -2076,7 +1774,6 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve } @media screen and (min-width: 800px) { - body:not(.bb-buddypanel) .tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap { max-height: 670px; overflow-y: auto; @@ -2089,7 +1786,6 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve display: -ms-flexbox; display: flex; } - .tribe-events-day .tribe-events-day-time-slot h5, #tribe-events-content .tribe-events-day-time-slot h5 { margin: 0; @@ -2107,7 +1803,6 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve text-align: center; } @media screen and (max-width: 544px) { - .tribe-events-day .tribe-events-day-time-slot h5, #tribe-events-content .tribe-events-day-time-slot h5 { -webkit-box-flex: 0; @@ -2117,79 +1812,66 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve font-size: 11px; } } - .tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap, #tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap { border-bottom: 1px solid var(--bb-content-border-color); padding: 20px 0; width: 100%; } - .tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap .type-tribe_events, #tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap .type-tribe_events { margin-bottom: 20px; } - .tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap .type-tribe_events:last-of-type, #tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap .type-tribe_events:last-of-type { margin-bottom: 0; } - .tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap h2.tribe-events-page-title, #tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap h2.tribe-events-page-title { border: 0; padding: 0; line-height: 24px; } - .tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap, #tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap { padding: 0 25px; } @media screen and (max-width: 544px) { - .tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap.bs-events-day-tag-wrap, #tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap.bs-events-day-tag-wrap { padding: 0 15px; } } - .tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap > div, #tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap > div { display: inline-block; text-align: center; padding: 10px 0 6px; } - .tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap > div span, #tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap > div span { display: block; line-height: 1.2; } - .tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap .bs-day-w, #tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap .bs-day-w { text-transform: uppercase; font-size: 12px; color: #939597; } - .tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap .bs-day-d, #tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap .bs-day-d { color: var(--bb-headings-color); font-size: 22px; } - .tribe-events-day .tribe-events-day-time-slot .type-tribe_events, #tribe-events-content .tribe-events-day-time-slot .type-tribe_events { margin: 0; } - .tribe-events-day .tribe-events-day-time-slot:last-of-type h5, #tribe-events-content .tribe-events-day-time-slot:last-of-type h5 { border-bottom: 0; } - .tribe-events-day .tribe-events-day-time-slot:last-of-type .bs-events-day-wrap, #tribe-events-content .tribe-events-day-time-slot:last-of-type .bs-events-day-wrap { border-bottom: 0; @@ -2207,7 +1889,6 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve top: 25px; width: 160px; } - .bs-events-day-wrap .type-tribe_events:first-of-type .recurring-info-tooltip.tribe-events-tooltip .tribe-events-arrow { content: " "; position: absolute; @@ -2236,7 +1917,6 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve #tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner { padding-top: 0; } - #tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner label { display: none; } @@ -2246,7 +1926,6 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve -webkit-tap-highlight-color: transparent; color: var(--bb-body-text-color); } - .tribe-bar-collapse #tribe-bar-collapse-toggle:hover, .tribe-bar-collapse #tribe-bar-collapse-toggle:focus, .tribe-bar-collapse #tribe-bar-collapse-toggle:active { background-color: transparent; color: var(--bb-body-text-color); @@ -2261,12 +1940,10 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve } @media (max-width: 800px) { - #tribe-bar-form .tribe-bar-filters { padding-right: 0; } } - #tribe-bar-form.tribe-bar-full.tribe-events-bar--has-filters #tribe-bar-views, #tribe-bar-form.tribe-bar-mini.tribe-events-bar--has-filters #tribe-bar-views { float: right; @@ -2277,21 +1954,17 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve #tribe-bar-views { -webkit-tap-highlight-color: transparent; } - #tribe-bar-views .tribe-bar-views-inner { background: transparent; padding: 0; position: relative; } - #tribe-bar-views .tribe-bar-views-inner label { display: none; } - #tribe-bar-views ul.tribe-bar-views-list { z-index: 6; } - #tribe-bar-views #tribe-bar-views-toggle { -webkit-appearance: none; -moz-appearance: none; @@ -2312,17 +1985,14 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve box-shadow: none; color: #939597; } - -#tribe-bar-views #tribe-bar-views-toggle::after { +#tribe-bar-views #tribe-bar-views-toggle:after { border: 0; } - #tribe-bar-views #tribe-bar-views-toggle > span { background-image: none; position: relative; } - -#tribe-bar-views #tribe-bar-views-toggle > span::before { +#tribe-bar-views #tribe-bar-views-toggle > span:before { font-family: bb-icons !important; font-size: 17px; text-rendering: auto; @@ -2334,32 +2004,25 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve left: 0; z-index: 9; } - -#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-list::before { +#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-list:before { content: "\edb1"; } - -#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-month::before { +#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-month:before { content: "\e803"; } - -#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-week::before { +#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-week:before { content: "\e803"; } - -#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-day::before { +#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-day:before { content: "\e803"; } - -#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-map::before { +#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-map:before { content: "\E817"; font-size: 20px; } - -#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-photo::before { +#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-photo:before { content: "\eeb4"; } - #tribe-bar-views ul.tribe-bar-views-list { background-color: #fff; border: 1px solid var(--bb-content-border-color); @@ -2368,8 +2031,7 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve padding: 5px 0; margin-top: 1px; } - -#tribe-bar-views ul.tribe-bar-views-list::before { +#tribe-bar-views ul.tribe-bar-views-list:before { content: " "; position: absolute; width: 0; @@ -2391,30 +2053,25 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve transition: all linear 0.2s; z-index: 101; } - #tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option { font-size: 14px; color: #939597; padding: 3px 15px 9px; } - #tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span { padding: 0 6px 0 15px; line-height: 23px; color: #939597; } - #tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option:hover { background: var(--bb-body-background-color); } - #tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span { background-image: none; padding-left: 24px; position: relative; } - -#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span::before { +#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span:before { font-family: bb-icons !important; font-size: 17px; text-rendering: auto; @@ -2426,29 +2083,23 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve left: 0; z-index: 9; } - -#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-list::before { +#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-list:before { content: "\edb1"; } - -#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-month::before, #tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-week::before, #tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-day::before { +#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-month:before, #tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-week:before, #tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-day:before { content: "\e803"; } - -#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-map::before { +#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-map:before { content: "\eed1"; font-size: 22px; left: -3px; } - -#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-photo::before { +#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-photo:before { content: "\eeb4"; } - #tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active { display: none; } - #tribe-bar-views.tribe-bar-views-open ul.tribe-bar-views-list li.tribe-bar-views-option.tribe-bar-active + li.tribe-bar-views-option { border-top: 1px solid var(--bb-content-border-color); padding-top: 6px; @@ -2456,8 +2107,7 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve position: relative; margin-top: 1px; } - -#tribe-bar-views.tribe-bar-views-open ul.tribe-bar-views-list li.tribe-bar-views-option.tribe-bar-active + li.tribe-bar-views-option::before { +#tribe-bar-views.tribe-bar-views-open ul.tribe-bar-views-list li.tribe-bar-views-option.tribe-bar-active + li.tribe-bar-views-option:before { content: " "; position: absolute; width: 0; @@ -2479,18 +2129,15 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve transition: all linear 0.2s; z-index: 101; } - #tribe-bar-views.tribe-bar-views-open ul.tribe-bar-views-list li.tribe-bar-views-option:not(.tribe-bar-active) { background-color: var(--bb-content-background-color); border-left: 1px solid var(--bb-content-border-color); border-right: 1px solid var(--bb-content-border-color); } - #tribe-bar-views.tribe-bar-views-open ul.tribe-bar-views-list li.tribe-bar-views-option:not(.tribe-bar-active) a:hover { background-color: var(--bb-body-background-color); color: var(--bb-primary-color); } - #tribe-bar-views.tribe-bar-views-open ul.tribe-bar-views-list li.tribe-bar-views-option:last-child { border-bottom: 1px solid var(--bb-content-border-color); border-radius: 0 0 3px 3px; @@ -2513,12 +2160,10 @@ body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-eve background-position: right 1rem center; padding-right: 40px; } - #tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow { display: none; } - -#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow::after { +#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow:after { display: none; } @@ -2540,23 +2185,19 @@ body.no-js #tribe-bar-form { width: 16.6667%; left: 83.3333%; } - #tribe-bar-form.tribe-bar-mini #tribe-bar-views + .tribe-bar-filters { max-width: 83.333%; right: 16.6667%; } - #tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type="submit"] { font-size: 13px; padding-top: 3px; padding-bottom: 3px; } - #tribe-bar-form.tribe-bar-mini #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a { padding-top: 0; padding-bottom: 0; } - #tribe-bar-form.tribe-bar-mini .tribe-bar-views-option a span { font-size: 13px; } @@ -2564,7 +2205,6 @@ body.no-js #tribe-bar-form { #tribe-bar-form { background: transparent; } - #tribe-bar-form input[type="text"] { -webkit-appearance: none; -moz-appearance: none; @@ -2587,47 +2227,38 @@ body.no-js #tribe-bar-form { /* stylelint-disable selector-pseudo-element-no-unknown */ /* stylelint-enable */ } - #tribe-bar-form input[type="text"].placeholder { color: #c3c6c9; font-style: inherit; } - #tribe-bar-form input[type="text"]:placeholder { color: #c3c6c9; font-style: inherit; } - #tribe-bar-form input[type="text"]::-webkit-input-placeholder { color: #c3c6c9; font-style: inherit; } - #tribe-bar-form input[type="text"]:-ms-input-placeholder { color: #c3c6c9; font-style: inherit; } - #tribe-bar-form input[type="text"]::placeholder { color: #c3c6c9; font-style: inherit; } - #tribe-bar-form input[type="text"]:input-placeholder { color: #c3c6c9; font-style: inherit; } - #tribe-bar-form input[type="text"]::input-placeholder { color: #c3c6c9; font-style: inherit; } - #tribe-bar-form input[type="text"]:focus { outline: none; border-bottom: 1px solid var(--bb-content-border-color); } - #tribe-bar-form .tribe-bar-submit input[type="submit"] { background-color: var(--bb-primary-color); border-radius: var(--bb-button-radius); @@ -2639,37 +2270,30 @@ body.no-js #tribe-bar-form { padding-bottom: 3px; height: 35px; } - #tribe-bar-form .tribe-bar-submit input[type="submit"]:hover { background-color: var(--bb-primary-color); box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1); } - #tribe-bar-form .tribe-bar-filters { padding-right: 0; } - #tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner > div { padding-left: 5px; padding-right: 5px; } - #tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner > div label { display: none; } - #tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner { margin-left: -5px; } - #tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-date-filter { position: relative; z-index: 2; padding-top: 0; padding-bottom: 0; } - -#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-date-filter::before { +#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-date-filter:before { font-family: bb-icons !important; font-size: 17px; text-rendering: auto; @@ -2682,15 +2306,13 @@ body.no-js #tribe-bar-form { left: 18px; z-index: 9; } - #tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-search-filter { position: relative; z-index: 2; padding-top: 0; padding-bottom: 0; } - -#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-search-filter::before { +#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-search-filter:before { font-family: bb-icons !important; font-size: 17px; text-rendering: auto; @@ -2703,15 +2325,13 @@ body.no-js #tribe-bar-form { left: 18px; z-index: 9; } - #tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-geoloc-filter { position: relative; z-index: 2; padding-top: 0; padding-bottom: 0; } - -#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-geoloc-filter::before { +#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-geoloc-filter:before { font-family: bb-icons !important; font-size: 22px; text-rendering: auto; @@ -2724,26 +2344,21 @@ body.no-js #tribe-bar-form { left: 18px; z-index: 9; } - #tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-submit { padding-top: 0; padding-bottom: 0; } - #tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-geoloc-filter + .tribe-bar-submit { width: 18%; } - #tribe-bar-form.tribe-bar-collapse .tribe-bar-filters { background-color: #fff; border-radius: 4px; padding: 10px; } - #tribe-bar-form.tribe-bar-collapse .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-submit { width: 100%; } - #tribe-bar-form.tribe-bar-collapse .tribe-bar-filters-inner > div { padding-top: 8px; padding-bottom: 8px; @@ -2757,7 +2372,6 @@ body.no-js #tribe-bar-form { } @media (max-width: 800px) { - #tribe-events-footer ~ a.tribe-events-ical.tribe-events-button { border-radius: 100px; font-size: 13px; @@ -2771,7 +2385,6 @@ body.no-js #tribe-bar-form { padding: 0; font-size: 13px; } - .tribe-events-sub-nav li a:hover, .tribe-events-sub-nav li a:visited:hover { color: var(--bb-primary-color); @@ -2780,15 +2393,12 @@ body.no-js #tribe-bar-form { #tribe-mobile-container .type-tribe_events { font-size: 16px; } - #tribe-mobile-container .type-tribe_events .tribe-events-event-image img { border-radius: 4px; } - #tribe-mobile-container .type-tribe_events .tribe-events-event-schedule-details { font-size: 13px; } - #tribe-mobile-container .type-tribe_events .tribe-event-description { font-size: 14px; } @@ -2796,7 +2406,7 @@ body.no-js #tribe-bar-form { .tribe-mobile-day-date { background: transparent; border-bottom: 1px solid var(--bb-content-border-color); - font-weight: 400; + font-weight: normal; color: var(--bb-headings-color); } @@ -2804,7 +2414,6 @@ body.no-js #tribe-bar-form { .tribe-events-month #tribe-mobile-container .type-tribe_events h4.summary { font-size: 16px; } - .tribe-events-week #tribe-mobile-container .type-tribe_events .tribe-events-event-body, .tribe-events-month #tribe-mobile-container .type-tribe_events .tribe-events-event-body { font-size: 14px; @@ -2814,12 +2423,11 @@ body.no-js #tribe-bar-form { padding-top: 1em; } - #tribe-events-footer::after, - #tribe-events-footer::before { + #tribe-events-footer:after, + #tribe-events-footer:before { background-color: transparent; } } - #tribe-events .tribe-events-button { font-size: 14px; padding: 9px 2em; @@ -2833,12 +2441,10 @@ body.no-js #tribe-bar-form { border: 0; letter-spacing: normal; } - #tribe-events .tribe-events-button:hover { background: var(--bb-primary-color); box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1); } - #tribe-events .tribe-events-content.entry-summary p { line-height: 1.5; display: block; @@ -2876,7 +2482,6 @@ body.no-js #tribe-bar-form { text-align: left; font-style: inherit; } - .tribe-events-user-recurrence-toggle label { font-size: 15px; } @@ -2886,19 +2491,17 @@ body.no-js #tribe-bar-form { margin: 0 0 20px; padding: 5px 25px; font-size: 15px; - font-weight: 700; + font-weight: bold; text-transform: uppercase; background: #fff; border: 0; border-bottom: 1px solid var(--bb-content-border-color); } - .tribe-events-list-separator-month span { padding: 10px 0; display: inline-block; } - -.tribe-events-list-separator-month::after { +.tribe-events-list-separator-month:after { display: none; } @@ -2913,12 +2516,10 @@ body.no-js #tribe-bar-form { padding-right: 2%; margin: 0; } - .tribe-events-photo #tribe-events-footer { border-top: 0; padding-top: 0; } - .tribe-events-photo .tribe-events-user-recurrence-toggle { background-color: #fff; border-left: 1px solid var(--bb-content-border-color); @@ -2931,11 +2532,9 @@ body.no-js #tribe-bar-form { margin: 15px 1%; width: 30%; } - #tribe-events-photo-events .type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap { color: inherit; } - #tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap { background: transparent; width: 100%; @@ -2945,7 +2544,6 @@ body.no-js #tribe-bar-form { -ms-flex-flow: column; flex-flow: column; } - #tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-event-details { background: #fff; border: 1px solid var(--bb-content-border-color); @@ -2955,24 +2553,20 @@ body.no-js #tribe-bar-form { transition: all linear 0.2s; overflow: hidden; } - #tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-event-details:hover { box-shadow: 0 6px 24px 0 rgba(18, 43, 70, 0.12); } - #tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .bs-events-post-placeholder { position: relative; overflow: hidden; padding-top: 52.56%; - /* Calculated = height / width * 100 */ display: block; background: #809ab4; border-radius: 4px 4px 0 0; text-align: center; } - -#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .bs-events-post-placeholder::after { +#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .bs-events-post-placeholder:after { font-family: bb-icons !important; text-rendering: auto; -webkit-font-smoothing: antialiased; @@ -2988,22 +2582,18 @@ body.no-js #tribe-bar-form { transform: translate(-50%, -50%); opacity: 0.5; } - #tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-event-image { margin: 0; } - #tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-event-image a { position: relative; overflow: hidden; padding-top: 52.56%; - /* Calculated = height / width * 100 */ display: block; background: #809ab4; border-radius: 4px 4px 0 0; } - #tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-event-image a img { position: absolute; top: 0; @@ -3017,7 +2607,6 @@ body.no-js #tribe-bar-form { min-width: 100%; object-fit: cover; } - #tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-list-photo-description { font-size: 14px; padding-right: 0; @@ -3033,7 +2622,6 @@ body.no-js #tribe-bar-form { text-overflow: ellipsis; width: 100%; } - #tribe-events-photo-events .type-tribe_events.tribe-events-photo-event h2.tribe-events-list-event-title { font-size: 16px; font-weight: 500; @@ -3049,15 +2637,12 @@ body.no-js #tribe-bar-form { text-overflow: ellipsis; width: 100%; } - #tribe-events-photo-events .type-tribe_events.tribe-events-photo-event h2.tribe-events-list-event-title a { color: var(--bb-headings-color); } - #tribe-events-photo-events .type-tribe_events.tribe-events-photo-event h2.tribe-events-list-event-title a:hover { color: var(--bb-primary-color); } - #tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .bs-photo-location { font-size: 13px; line-height: 1; @@ -3074,16 +2659,13 @@ body.no-js #tribe-bar-form { bottom: 2px; right: 3px; } - #tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .bs-photo-location .tribe-events-venue-details { line-height: 1.3; } - #tribe-events-photo-events .type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap .tribe-events-event-image { margin: 0; } @media (max-width: 600px) { - #tribe-events-photo-events .type-tribe_events.tribe-events-photo-event { width: 100%; max-width: 100%; @@ -3097,7 +2679,6 @@ body.no-js #tribe-bar-form { } @media (max-width: 600px) { - #tribe-events-photo-events.photo-two-col .type-tribe_events.tribe-events-photo-event { width: 96%; max-width: none; @@ -3107,7 +2688,6 @@ body.no-js #tribe-bar-form { margin-bottom: 0; } } - .tribe-events-event-meta address.tribe-events-address, .tribe-events-list .tribe-events-venue-details { font-style: inherit; @@ -3168,11 +2748,9 @@ body.no-js #tribe-bar-form { .tribe-events-day .tribe_mini_calendar_widget .tribe-event-featured { background: transparent; } - .tribe-events-day .tribe_mini_calendar_widget .tribe-event-featured .list-date { background-color: var(--bb-body-background-color); } - .tribe-events-day .tribe_mini_calendar_widget .tribe-event-featured .list-date .list-dayname { background-color: var(--bb-body-background-color); } @@ -3183,7 +2761,6 @@ body.no-js #tribe-bar-form { margin-bottom: 0; padding-bottom: 0; } - .tribe_mini_calendar_widget .tribe-mini-calendar-event .list-date, .tribe-mini-calendar-event .list-date { background: transparent; @@ -3191,12 +2768,10 @@ body.no-js #tribe-bar-form { padding: 0 3px 0 0; font-weight: inherit; } - .tribe_mini_calendar_widget .tribe-mini-calendar-event .list-date .list-dayname, .tribe-mini-calendar-event .list-date .list-dayname { padding-top: 0; } - .tribe_mini_calendar_widget .tribe-mini-calendar-event .list-date .list-daynumber, .tribe-mini-calendar-event .list-date .list-daynumber { color: var(--bb-headings-color); @@ -3204,18 +2779,15 @@ body.no-js #tribe-bar-form { font-size: 22px; line-height: 1.3; } - .tribe_mini_calendar_widget .tribe-mini-calendar-event .list-info h2.tribe-events-title, .tribe-mini-calendar-event .list-info h2.tribe-events-title { font-weight: 500; margin-bottom: 5px; } - .tribe_mini_calendar_widget .tribe-mini-calendar-event .list-info h2.tribe-events-title a, .tribe-mini-calendar-event .list-info h2.tribe-events-title a { color: var(--bb-headings-color); } - .tribe_mini_calendar_widget .tribe-mini-calendar-event .list-info h2.tribe-events-title a:hover, .tribe-mini-calendar-event .list-info h2.tribe-events-title a:hover { color: var(--bb-primary-color); @@ -3226,7 +2798,6 @@ body.no-js #tribe-bar-form { margin-top: 10px; text-align: center; } - .tribe-events-adv-list-widget p.tribe-events-widget-link a { font-weight: inherit; text-transform: uppercase; @@ -3237,23 +2808,18 @@ body.no-js #tribe-bar-form { margin-bottom: 3px; font-weight: 500; } - .tribe-venue-widget-list li h4.tribe-event-title a { color: var(--bb-headings-color); } - .tribe-venue-widget-list li h4.tribe-event-title a:hover { color: var(--bb-primary-color); } - .tribe-venue-widget-list li span { font-size: 13px; } - .tribe-venue-widget-list .type-tribe_events { margin-bottom: 15px; } - .tribe-venue-widget-list li .tribe-events-event-cost { display: none; } @@ -3261,7 +2827,6 @@ body.no-js #tribe-bar-form { .tribe-venue-widget-thumbnail { margin-bottom: 10px; } - .tribe-venue-widget-thumbnail img { border-radius: 4px; } @@ -3281,12 +2846,10 @@ body.no-js #tribe-bar-form { padding-bottom: 15px; border-bottom: 1px solid var(--bb-content-border-color); } - .tribe-venue-widget-venue .tribe-venue-widget-venue-name a { font-weight: 500; color: var(--bb-headings-color); } - .tribe-venue-widget-venue .tribe-venue-widget-venue-name a:hover { color: var(--bb-primary-color); } @@ -3294,7 +2857,6 @@ body.no-js #tribe-bar-form { .tribe-venue-widget-address { font-size: 13px; } - .tribe-venue-widget-address abbr[title] { text-decoration: none; } @@ -3311,7 +2873,7 @@ body.no-js #tribe-bar-form { display: block; } -#tribe_events_filter_control a[data-balloon]::after { +#tribe_events_filter_control a[data-balloon]:after { z-index: 999; } @@ -3338,7 +2900,6 @@ body.no-js #tribe-bar-form { h2.tribe-events-page-title a { color: var(--bb-headings-color); } - h2.tribe-events-page-title a:hover { color: var(--bb-primary-color); } @@ -3354,14 +2915,12 @@ h2.tribe-events-page-title a:hover { border: 1px solid var(--bb-content-border-color); border-radius: 4px; } - .type-tribe_events .tribe-mini-calendar-event .tribe-event-image { float: left; width: -webkit-calc(30% - 20px); width: calc(30% - 20px); margin-right: 20px; } - .type-tribe_events .tribe-mini-calendar-event .tribe-event-image a { position: relative; overflow: hidden; @@ -3370,7 +2929,6 @@ h2.tribe-events-page-title a:hover { background: #809ab4; border-radius: 4px; } - .type-tribe_events .tribe-mini-calendar-event .tribe-event-image a img { position: absolute; top: 0; @@ -3386,19 +2944,16 @@ h2.tribe-events-page-title a:hover { border-radius: 4px; height: auto; } - .type-tribe_events .tribe-mini-calendar-event .tribe-event-image ~ .list-info { width: -webkit-calc(70% - 60px); width: calc(70% - 60px); } - .type-tribe_events .tribe-mini-calendar-event .list-date { width: 45px; background-color: transparent; padding: 0 10px 0 0; margin: 0 15px 0 0; } - .type-tribe_events .tribe-mini-calendar-event .list-date .list-dayname { background-color: transparent; padding: 0; @@ -3406,7 +2961,6 @@ h2.tribe-events-page-title a:hover { font-size: 12px; line-height: 1.6; } - .type-tribe_events .tribe-mini-calendar-event .list-date .list-daynumber { color: var(--bb-headings-color); font-size: 24px; @@ -3414,12 +2968,10 @@ h2.tribe-events-page-title a:hover { line-height: 1; } @media (max-width: 544px) { - .type-tribe_events .tribe-mini-calendar-event .list-date { display: none; } } - .type-tribe_events .tribe-mini-calendar-event .list-info { width: -webkit-calc(100% - 60px); width: calc(100% - 60px); @@ -3427,31 +2979,24 @@ h2.tribe-events-page-title a:hover { position: relative; padding-right: 0; } - .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-title { font-size: 18px; } - .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-title a { color: var(--bb-headings-color); } - .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-title a:hover { color: var(--bb-primary-color); } - .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-section-s { padding: 0; } - .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-duration { color: var(--bb-alternate-text-color); } - .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-divider { display: none; } - .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-event-cost { position: absolute; font-style: normal; @@ -3462,53 +3007,42 @@ h2.tribe-events-page-title a:hover { top: 0; right: 10px; } - .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-location { color: var(--bb-alternate-text-color); } - .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-location > * { display: inline-block; } - .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-organizer { color: var(--bb-alternate-text-color); } - .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-organizer > span > * { display: inline-block; } - .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-organizer > span .tribe-events-tel { margin-left: 8px; } @media (max-width: 544px) { - .type-tribe_events .tribe-mini-calendar-event .list-info { width: 100%; } } @media (max-width: 544px) { - .type-tribe_events .tribe-mini-calendar-event .tribe-event-image { width: 100%; margin-bottom: 15px; } - .type-tribe_events .tribe-mini-calendar-event .tribe-event-image ~ .list-info { width: 100%; } - .type-tribe_events .tribe-mini-calendar-event .list-info { padding-right: 0; } - .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-title { width: -webkit-calc(100% - 65px); width: calc(100% - 65px); } } - .type-tribe_events.tribe-event-featured .tribe-mini-calendar-event .list-info .tribe-events-duration { color: rgba(255, 255, 255, 0.7); } @@ -3516,7 +3050,6 @@ h2.tribe-events-page-title a:hover { .tribe-common .tribe-common-anchor-thin { border-bottom: 0; } - .tribe-common .tribe-common-anchor-thin:active, .tribe-common .tribe-common-anchor-thin:focus, .tribe-common .tribe-common-anchor-thin:hover { border-bottom: 0; } @@ -3524,37 +3057,30 @@ h2.tribe-events-page-title a:hover { .widget .type-tribe_events.tribe-event-featured .tribe-mini-calendar-event { padding: 0; } - .widget .type-tribe_events.tribe-event-featured.tribe-events-list-widget-events .tribe-event-image { width: auto; margin-left: -1.5rem; margin-right: -1.5rem; } - .widget .type-tribe_events.tribe-event-featured.tribe-events-list-widget-events .tribe-event-duration { font-size: 13px; color: rgba(255, 255, 255, 0.7); } - .widget .type-tribe_events.tribe-event-featured .tribe-event-image { width: 100%; margin-right: 0; } - .widget .type-tribe_events.tribe-event-featured .tribe-event-image a, .widget .type-tribe_events.tribe-event-featured .tribe-event-image img { border-radius: 0; } - .widget .type-tribe_events.tribe-event-featured .tribe-event-image ~ .list-info { width: 100%; margin: 15px 0; } - .widget .type-tribe_events.tribe-event-featured .tribe-event-image ~ .list-info .tribe-events-title a { color: #fff; } - .widget .type-tribe_events.tribe-event-featured .tribe-event-image ~ .list-info .tribe-events-duration { color: rgba(255, 255, 255, 0.7); } @@ -3563,26 +3089,21 @@ h2.tribe-events-page-title a:hover { font-size: 14px; margin: 0; } - .widget .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-week, .widget .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-shortcode-events-week { padding-left: 0; padding-right: 0; padding-bottom: 0; } - .widget .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-week .tribe-events-c-top-bar__nav-list-date, .widget .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-shortcode-events-week .tribe-events-c-top-bar__nav-list-date { margin: 0; } - .widget .tribe-events-pro .tribe-events-pro-week-day-selector__day-weekday { margin-bottom: 5px; } - .widget .tribe-common .tribe-common-l-container { padding-left: 0; padding-right: 0; } - .widget .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-month, .widget .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-shortcode-month { padding: 0; } @@ -3596,11 +3117,9 @@ h2.tribe-events-page-title a:hover { margin-bottom: 1.25rem; padding: 1.25rem 1.25rem 1.5625rem 1.25rem; } - .widget-area > .tribe-compatibility-container > .tribe-events-widget .tribe-events-widget-events-list__header { margin-bottom: 0; } - .widget-area > .tribe-compatibility-container > .tribe-events-widget header > h2 { margin-bottom: 15px; line-height: 30px; @@ -3631,7 +3150,6 @@ h2.tribe-events-page-title a:hover { -ms-flex-flow: column; flex-flow: column; } - .tribe_ext_sch_day_view .tribe-events-day .tribe-events-day-time-slot h5, .tribe_ext_sch_day_view #tribe-events-content .tribe-events-day-time-slot h5 { border-right: 0; @@ -3642,32 +3160,26 @@ h2.tribe-events-page-title a:hover { padding: 0; color: var(--bb-headings-color); } - .tribe_ext_sch_day_view .tribe-events-day-time-slot .type-tribe_events { display: none; } - .tribe_ext_sch_day_view #main .tribe-events-day-time-slot .type-tribe_events { border-left: 0; border-bottom: 1px solid var(--bb-content-border-color); } - .tribe_ext_sch_day_view .tribe-events-list-event-title a { color: var(--bb-headings-color); font-size: 18px; font-weight: 500; } - .tribe_ext_sch_day_view .tribe-events-list-event-title a:hover { color: var(--bb-primary-color); } - .tribe_ext_sch_day_view .time-details { color: var(--bb-alternate-text-color); font-size: 13px; font-weight: 400; } - .tribe_ext_sch_day_view .tribe-events-day-group-trigger { background: transparent; box-shadow: none; @@ -3675,11 +3187,9 @@ h2.tribe-events-page-title a:hover { padding-top: 20px; padding-bottom: 20px; } - .tribe_ext_sch_day_view .tribe-events-day-group-trigger:hover { box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.05); } - .tribe_ext_sch_day_view .tribe-events-day-time-slot.tribe-events-day-grouping-is-active .tribe-events-day-group-trigger { box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.05); } @@ -3700,51 +3210,41 @@ h2.tribe-events-page-title a:hover { width: 45%; } @media (max-width: 800px) { - .tribe-events-venue .tribe-events-map-wrap { width: 100%; } - .tribe-events-venue .tribe-events-venue-meta { padding: 10px 20px 12px; } } - .tribe-events-venue .tribe-venue-description { font-size: 14px; } - .tribe-events-venue .venue-address { font-size: 13px; color: var(--bb-alternate-text-color); line-height: 1.4; margin-top: 25px; } - .tribe-events-venue .venue-address abbr[title] { text-decoration: none; } - .tribe-events-venue .venue-address .tribe-address { font-style: inherit; } - .tribe-events-venue .tribe-events-venue-meta .tribe-events-event-image { margin-top: 1.25em; } - .tribe-events-venue .tribe-events-venue-meta .tribe-events-event-image a { padding-top: 36%; position: relative; overflow: hidden; - /* padding-top: 52.56%; */ display: block; background: #809ab4; border-radius: 4px; margin-bottom: 0; } - .tribe-events-venue .tribe-events-venue-meta .tribe-events-event-image a img { position: absolute; top: 0; @@ -3758,7 +3258,6 @@ h2.tribe-events-page-title a:hover { min-width: 100%; object-fit: cover; } - .tribe-events-venue .tribe-events-venue-meta a.tribe-events-gmap { font-size: 13px; height: 30px; @@ -3776,8 +3275,7 @@ h2.tribe-events-page-title a:hover { transition: all linear 0.2s; position: relative; } - -.tribe-events-venue .tribe-events-venue-meta a.tribe-events-gmap::before { +.tribe-events-venue .tribe-events-venue-meta a.tribe-events-gmap:before { content: ""; display: inline-block; width: 12px; @@ -3789,13 +3287,11 @@ h2.tribe-events-page-title a:hover { -ms-transform: translateY(-50%); transform: translateY(-50%); } - .tribe-events-venue .tribe-events-venue-meta a.tribe-events-gmap:hover { color: #fff; border-color: var(--bb-primary-color); background: var(--bb-primary-color); } - .tribe-events-venue .tribe-events-list-separator-month { font-weight: inherit; position: relative; @@ -3811,8 +3307,7 @@ h2.tribe-events-page-title a:hover { border: 0; background: transparent; } - -.tribe-events-venue .tribe-events-list-separator-month::before { +.tribe-events-venue .tribe-events-list-separator-month:before { content: ""; position: absolute; bottom: 50%; @@ -3821,7 +3316,6 @@ h2.tribe-events-page-title a:hover { width: 100%; z-index: 0; } - .tribe-events-venue .tribe-events-list-separator-month span { background: var(--bb-body-background-color); padding: 3px 10px 3px 0; @@ -3835,7 +3329,6 @@ h2.tribe-events-page-title a:hover { padding-left: 10px; margin-bottom: 0; } - .tribe-events-venue .tribe-events-back a { -webkit-tap-highlight-color: transparent; } @@ -3843,7 +3336,6 @@ h2.tribe-events-page-title a:hover { .tribe-events-back { margin-bottom: 10px; } - .tribe-events-back a { font-weight: inherit; display: -webkit-box; @@ -3855,7 +3347,6 @@ h2.tribe-events-page-title a:hover { position: relative; right: 3px; } - .tribe-events-back a i { font-size: 25px; position: relative; @@ -3866,7 +3357,6 @@ h2.tribe-events-page-title a:hover { .single-tribe_venue .tribe-events-loop { max-width: 100%; } - .single-tribe_venue .tribe-events-loop .type-tribe_events.tribe-events-first { padding-top: 0; margin-top: 1rem; @@ -3876,7 +3366,6 @@ h2.tribe-events-page-title a:hover { margin: 0 25px; font-size: 16px; } - .tribe-events-venue #tribe-events-content h2.tribe-events-page-title { background-color: transparent; border: 0; @@ -3899,20 +3388,17 @@ h2.tribe-events-page-title a:hover { background-color: var(--bb-content-background-color); border-color: var(--bb-content-border-color); } - .tribe-events-pro .tribe-events-pro-venue__meta-data-google-maps-default { border-radius: 0 var(--bb-block-radius) var(--bb-block-radius) 0; } @media (max-width: 800px) { - .tribe-events-venue .tribe-events-venue-meta .tribe-events-event-meta { background-color: transparent; border: 0; padding: 0; } } - .tribe-events-organizer .tribe-events-list-separator-month { font-weight: inherit; position: relative; @@ -3921,8 +3407,7 @@ h2.tribe-events-page-title a:hover { padding-top: 0; background: transparent; } - -.tribe-events-organizer .tribe-events-list-separator-month::before { +.tribe-events-organizer .tribe-events-list-separator-month:before { content: ""; position: absolute; bottom: 50%; @@ -3932,19 +3417,16 @@ h2.tribe-events-page-title a:hover { z-index: 0; margin-left: 130px; } - .tribe-events-organizer .tribe-events-list-separator-month span { background: transparent; padding: 3px 0; font-weight: inherit; font-size: 13px; } - .tribe-events-organizer .tribe-events-organizer-meta.bs-organizer-meta { max-width: 100%; padding: 25px 25px 0; } - .tribe-events-organizer .tribe-organizer-description { font-size: 14px; margin-bottom: 20px; @@ -3953,17 +3435,14 @@ h2.tribe-events-page-title a:hover { .single-tribe_organizer .tribe-events-loop { max-width: 100%; } - .single-tribe_organizer .tribe-events-organizer-meta .bs-organize-col.bs-organize-col1 { width: 100%; } - .single-tribe_organizer .bs-organizer-meta { background-color: #fff; border: 1px solid var(--bb-content-border-color); border-bottom: 0; } - .single-tribe_organizer .bs-organizer-cols { display: -webkit-box; display: -ms-flexbox; @@ -3973,32 +3452,26 @@ h2.tribe-events-page-title a:hover { border-radius: 4px; margin-bottom: 25px; } - .single-tribe_organizer .bs-organize-col1 { padding: 0; } - .single-tribe_organizer .bs-organize-col1 .bs-organize-sq-wr { padding-right: 25px; } - .single-tribe_organizer .bs-organize-col1 .bs-organize-sq-fi { width: 40%; float: right; margin-left: 35px; } - .single-tribe_organizer .bs-organize-col1 .bs-organize-sq-fi .tribe-events-event-image { margin-bottom: 0; } - .single-tribe_organizer .bs-organize-col1 .bs-organize-sq-fi .tribe-events-event-image a { position: relative; overflow: hidden; padding-bottom: 100%; display: block; } - .single-tribe_organizer .bs-organize-col1 .bs-organize-sq-fi .tribe-events-event-image a img { position: absolute; max-width: 100%; @@ -4012,7 +3485,6 @@ h2.tribe-events-page-title a:hover { transform: translateX(-50%) translateY(-50%); } @media (max-width: 992px) { - .single-tribe_organizer .bs-organize-col1 .bs-organize-sq-fi { margin-right: 0; margin-bottom: 20px; @@ -4020,48 +3492,40 @@ h2.tribe-events-page-title a:hover { padding-right: 25px; padding-top: 20px; } - .single-tribe_organizer .bs-organize-col1 .bs-organize-sq-fi .tribe-events-event-image a { padding-bottom: 45%; } - .single-tribe_organizer .bs-organize-col1 .bs-organize-sq-fi .tribe-events-event-image a img { border-radius: 4px; } } - .single-tribe_organizer .bs-organize-col2 { -webkit-box-flex: 0; -ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40%; } - .single-tribe_organizer .bs-organize-col2 .tribe-events-event-image { margin-bottom: 0; height: 100%; } - .single-tribe_organizer .bs-organize-col2 .tribe-events-event-image img { object-fit: cover; min-height: 100%; border-radius: 0 4px 4px 0; } @media (max-width: 800px) { - .single-tribe_organizer .bs-organizer-cols { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } - .single-tribe_organizer .bs-organize-col1 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } - .single-tribe_organizer .bs-organize-col2 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; @@ -4072,19 +3536,16 @@ h2.tribe-events-page-title a:hover { max-width: 100%; padding-right: 25px; } - .single-tribe_organizer .bs-organize-col2 .tribe-events-event-image { margin-top: 20px; height: 100%; } - .single-tribe_organizer .bs-organize-col2 .tribe-events-event-image img { object-fit: cover; min-height: 100%; border-radius: 4px; } } - .single-tribe_organizer h2.tribe-organizer-name { font-size: 20px; font-weight: 500; @@ -4092,52 +3553,43 @@ h2.tribe-events-page-title a:hover { margin-top: 20px; line-height: 28px; } - .single-tribe_organizer h4.tribe-organizer-label { font-size: 13px; color: var(--bb-alternate-text-color); margin-bottom: 15px; } - .single-tribe_organizer address.organizer-address { font-weight: inherit; font-size: 13px; } - .single-tribe_organizer address.organizer-address span { white-space: normal; } - .single-tribe_organizer address.organizer-address span.tel { display: block; margin: 0 0 10px; color: var(--bb-alternate-text-color); } - .single-tribe_organizer address.organizer-address span.tel + span.tribe-events-divider { display: none; } - .single-tribe_organizer address.organizer-address span.tribe-events-divider { color: var(--bb-content-border-color); margin: 0 10px 0 7px; } @media (max-width: 1200px) { - .has-sidebar .bs-organizer-meta .bs-organizer-cols { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } - .has-sidebar .bs-organizer-meta .bs-organize-col1 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } - .has-sidebar .bs-organizer-meta .bs-organize-col2 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; @@ -4148,12 +3600,10 @@ h2.tribe-events-page-title a:hover { max-width: 100%; padding-right: 25px; } - .has-sidebar .bs-organizer-meta .bs-organize-col2 .tribe-events-event-image { margin-top: 20px; height: 100%; } - .has-sidebar .bs-organizer-meta .bs-organize-col2 .tribe-events-event-image img { object-fit: cover; min-height: 100%; @@ -4164,24 +3614,20 @@ h2.tribe-events-page-title a:hover { .bs-organizer-wrap .bs-organizer-up-events #tribe-events-content.tribe-events-list { padding: 0 !important; } - .bs-organizer-wrap .bs-organizer-up-events .tribe-events-list { overflow: hidden; } - .bs-organizer-wrap .bs-organizer-up-events .tribe-events-list #tribe-events-header { background-color: #fff; border-left: 1px solid var(--bb-content-border-color); border-right: 1px solid var(--bb-content-border-color); margin-bottom: 0; } - .bs-organizer-wrap .bs-organizer-up-events .tribe-events-list .bs-tribe-events-loop-headers { background-color: #fff; border-left: 1px solid var(--bb-content-border-color); border-right: 1px solid var(--bb-content-border-color); } - .bs-organizer-wrap .bs-organizer-up-events .tribe-events-list .tribe-events-loop { background-color: #fff; border-left: 1px solid var(--bb-content-border-color); @@ -4190,11 +3636,9 @@ h2.tribe-events-page-title a:hover { padding-top: 1rem; padding-bottom: 1rem; } - .bs-organizer-wrap .bs-organizer-up-events .tribe-events-list .tribe-events-loop .type-tribe_events:first-of-type { margin-top: 0; } - .bs-organizer-wrap .bs-organizer-up-events h4.bs-organizer-up-label { background-color: #fff; border-left: 1px solid var(--bb-content-border-color); @@ -4203,7 +3647,6 @@ h2.tribe-events-page-title a:hover { margin-bottom: 0; font-size: 16px; } - .bs-organizer-wrap .bs-organizer-up-events .tribe-events-notices { padding-left: 25px; padding-right: 25px; @@ -4218,33 +3661,28 @@ h2.tribe-events-page-title a:hover { } @media (max-width: 800px) { - .tribe-events-organizer address.organizer-address { background-color: transparent; border: 0; padding: 0; } } - .bs-single-body { background-color: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); border-bottom: 0; border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; } - .bs-single-body .tribe-events-event-image { padding-top: 36%; position: relative; overflow: hidden; - /* padding-top: 52.56%; */ display: block; background: #809ab4; border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; margin-bottom: 0; } - .bs-single-body .tribe-events-event-image img { position: absolute; top: 0; @@ -4258,7 +3696,6 @@ h2.tribe-events-page-title a:hover { min-width: 100%; object-fit: cover; } - .bs-single-body .bs-single-content { padding: 30px 30px 35px; } @@ -4266,7 +3703,6 @@ h2.tribe-events-page-title a:hover { .tribe-events-single p.tribe-events-back { display: none; } - .tribe-events-single p.tribe-events-back + div.tribe-events-notices { margin-top: 0; } @@ -4274,7 +3710,6 @@ h2.tribe-events-page-title a:hover { .single-tribe_events .tribe-events-single-event-description { font-size: 15px; } - .single-tribe_events .bs-event-heading { display: -webkit-box; display: -ms-flexbox; @@ -4284,7 +3719,6 @@ h2.tribe-events-page-title a:hover { margin-bottom: 1.2em; margin-top: 30px; } - .single-tribe_events .bs-event-heading .tribe-event-schedule-short { -webkit-box-flex: 0; -ms-flex: 0 0 50px; @@ -4294,12 +3728,10 @@ h2.tribe-events-page-title a:hover { line-height: 1; padding: 0; } - .single-tribe_events .bs-event-heading .tribe-event-schedule-short .bs-schedule-short-date { padding: 3px 8px 3px 0; border-right: 0; } - .single-tribe_events .bs-event-heading .tribe-event-schedule-short .bs-schedule-short-m { color: var(--bb-danger-color); font-size: 18px; @@ -4308,14 +3740,12 @@ h2.tribe-events-page-title a:hover { display: block; text-transform: uppercase; } - .single-tribe_events .bs-event-heading .tribe-event-schedule-short .bs-schedule-short-d { color: var(--bb-headings-color); font-size: 36px; - font-weight: 400; + font-weight: normal; display: block; } - .single-tribe_events .bs-event-heading .tribe-event-schedule-long { -webkit-box-flex: 1; -ms-flex: 1; @@ -4326,28 +3756,23 @@ h2.tribe-events-page-title a:hover { display: -ms-flexbox; display: flex; } - .single-tribe_events .bs-event-heading .tribe-event-schedule-long .bs-tribe-events-single-heading { margin-right: auto; } - .single-tribe_events .bs-event-heading .tribe-event-schedule-long h2 { font-size: 14px; color: var(--bb-alternate-text-color); line-height: 1; margin-bottom: 3px; } - .single-tribe_events .bs-event-heading .tribe-event-schedule-long .tribe-events-schedule { margin: 0; } - .single-tribe_events .tribe-events-event-meta { margin: 0; background: var(--bb-content-alternate-background-color); border: 0; } - .single-tribe_events .bs-single-pri-meta { background: var(--bb-content-alternate-background-color); border: 1px solid var(--bb-content-border-color); @@ -4356,27 +3781,22 @@ h2.tribe-events-page-title a:hover { margin-bottom: 30px; overflow: hidden; } - .single-tribe_events .bs-single-pri-meta .tribe-events-event-meta.primary { padding-left: 8%; padding-right: 8%; } - .single-tribe_events .bs-single-pri-meta .tribe-events-event-meta.secondary .tribe-events-venue-map { width: 92%; margin-left: 4%; } - .single-tribe_events .bs-single-pri-meta abbr[title] { text-decoration: none; } - .single-tribe_events .bs-single-pri-meta .tribe-events-meta-group .tribe-events-single-section-title { font-weight: 500; margin-bottom: 20px; } - -.single-tribe_events .bs-single-pri-meta .tribe-events-meta-group .tribe-events-single-section-title::before { +.single-tribe_events .bs-single-pri-meta .tribe-events-meta-group .tribe-events-single-section-title:before { font-family: bb-icons !important; font-size: 18px; font-weight: 400; @@ -4384,30 +3804,25 @@ h2.tribe-events-page-title a:hover { -webkit-font-smoothing: antialiased; margin-right: 5px; } - -.single-tribe_events .bs-single-pri-meta .tribe-events-meta-group.tribe-events-meta-group-details .tribe-events-single-section-title::before { +.single-tribe_events .bs-single-pri-meta .tribe-events-meta-group.tribe-events-meta-group-details .tribe-events-single-section-title:before { content: "\ee74"; } - -.single-tribe_events .bs-single-pri-meta .tribe-events-meta-group.tribe-events-meta-group-venue .tribe-events-single-section-title::before { +.single-tribe_events .bs-single-pri-meta .tribe-events-meta-group.tribe-events-meta-group-venue .tribe-events-single-section-title:before { content: "\eed1"; font-size: 22px; margin-right: 0; position: relative; top: 1px; } - -.single-tribe_events .bs-single-pri-meta .tribe-events-meta-group.tribe-events-meta-group-organizer .tribe-events-single-section-title::before { +.single-tribe_events .bs-single-pri-meta .tribe-events-meta-group.tribe-events-meta-group-organizer .tribe-events-single-section-title:before { content: "\ef52"; } - .single-tribe_events .tribe-events-venue-map { background: #fff; border-radius: 4px; border-color: #fff; box-shadow: 0 0 5px 2px rgba(18, 43, 70, 0.05); } - .single-tribe_events #tribe-events-footer { border-top: 0; padding-top: 0; @@ -4418,15 +3833,12 @@ h2.tribe-events-page-title a:hover { font-weight: inherit; line-height: 1.5; } - .single-tribe_events #tribe-events-content .tribe-events-event-meta dl dd.tribe-venue a, .single-tribe_events #tribe-events-content .tribe-events-event-meta dl dd.tribe-organizer a { font-weight: 500; } - .single-tribe_events #tribe-events-content .tribe-events-event-meta dl a { color: var(--bb-headings-color); } - .single-tribe_events #tribe-events-content .tribe-events-event-meta dl a:hover { color: var(--bb-primary-color); } @@ -4437,7 +3849,6 @@ h2.tribe-events-page-title a:hover { color: var(--bb-primary-color); border-radius: var(--bb-button-radius); } - #tribe-events .bs-single-content .tribe-events-cal-links a.tribe-events-button:hover { color: var(--bb-primary-color); border-color: var(--bb-primary-color); @@ -4450,7 +3861,6 @@ h2.tribe-events-page-title a:hover { margin-right: -5px; margin-bottom: 20px; } - .tribe-events-single ul.tribe-related-events li { margin-left: 5px; margin-right: 5px; @@ -4460,32 +3870,26 @@ h2.tribe-events-page-title a:hover { background-color: var(--bb-content-background-color); border-radius: var(--bb-block-radius); } - .tribe-events-single ul.tribe-related-events li:last-child { margin-right: 5px; } - .tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail { margin-bottom: 0; } @media (max-width: 800px) { - .tribe-events-single ul.tribe-related-events li { width: 48%; } } - .tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail a { position: relative; overflow: hidden; padding-top: 52.56%; - /* Calculated = height / width * 100 */ display: block; background: var(--bb-cover-image-background-color); border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; } - .tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail a img { position: absolute; top: 0; @@ -4499,7 +3903,6 @@ h2.tribe-events-page-title a:hover { min-width: 100%; object-fit: cover; } - .tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail a .bs-events-related-placeholder { position: absolute; top: 0; @@ -4507,13 +3910,11 @@ h2.tribe-events-page-title a:hover { width: 100%; overflow: hidden; padding-top: 52.56%; - /* Calculated = height / width * 100 */ display: block; border-radius: 4px 4px 0 0; } - -.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail a .bs-events-related-placeholder::after { +.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail a .bs-events-related-placeholder:after { font-family: bb-icons !important; text-rendering: auto; -webkit-font-smoothing: antialiased; @@ -4529,61 +3930,49 @@ h2.tribe-events-page-title a:hover { transform: translate(-50%, -50%); opacity: 0.5; } - .tribe-events-single ul.tribe-related-events li .tribe-related-event-info { background-color: var(--bb-content-background-color); border-top: 0; border-radius: 0 0 var(--bb-block-radius) var(--bb-block-radius); padding: 15px; } - .tribe-events-single ul.tribe-related-events li .tribe-related-event-info .tribe-related-events-title { font-weight: 500; font-size: 16px; } - .tribe-events-single ul.tribe-related-events li .tribe-related-event-info span { font-size: 13px; } - .tribe-events-single ul.tribe-related-events h3.tribe-related-events-title a { color: var(--bb-headings-color); } - .tribe-events-single ul.tribe-related-events h3.tribe-related-events-title a:hover { color: var(--bb-primary-color); } - .tribe-events-single ul.tribe-related-events .tribe-event-schedule-short { -webkit-box-flex: 0; -ms-flex: 0 0 40px; flex: 0 0 40px; max-width: 40px; } - .tribe-events-single ul.tribe-related-events .tribe-event-schedule-short .bs-schedule-short-date { border-right: 1px solid var(--bb-content-border-color); padding-right: 5px; } - .tribe-events-single ul.tribe-related-events .tribe-event-schedule-short .bs-schedule-short-m { font-size: 12px; } - .tribe-events-single ul.tribe-related-events .tribe-event-schedule-short .bs-schedule-short-d { font-size: 24px; } @media (max-width: 800px) { - .tribe-events-single ul.tribe-related-events .tribe-event-schedule-short { display: none; } } - .tribe-events-single ul.tribe-related-events .tribe-event-schedule-long { padding-left: 12px; } - .tribe-events-single ul.tribe-related-events .tribe-event-schedule-long h3.tribe-related-events-title { line-height: 1.55; display: block; @@ -4596,7 +3985,6 @@ h2.tribe-events-page-title a:hover { text-overflow: ellipsis; width: 100%; } - .tribe-events-single ul.tribe-related-events .tribe-event-schedule-long .bs-tribe-related-events-schedule-details { line-height: 1.55; display: block; @@ -4610,7 +3998,6 @@ h2.tribe-events-page-title a:hover { width: 100%; color: var(--bb-alternate-text-color); } - .tribe-events-single ul.tribe-related-events .tribe-event-schedule-long .bs-related-location .tribe-events-venue-details { line-height: 1.55; display: block; @@ -4625,7 +4012,6 @@ h2.tribe-events-page-title a:hover { right: 6px; } @media (max-width: 800px) { - .tribe-events-single ul.tribe-related-events .tribe-event-schedule-long { padding-left: 0; } @@ -4636,7 +4022,6 @@ h3.tribe-events-related-events-title { } @media (max-width: 800px) { - .single-tribe_events .tribe-events-schedule { background: transparent; border: 0; @@ -4654,38 +4039,32 @@ h3.tribe-events-related-events-title { padding-left: 30px; padding-bottom: 20px; } - .tribe-events-event-meta .tribe-events-meta-group h3.tribe-events-single-section-title { position: relative; right: 25px; } } @media (max-width: 544px) { - .tribe-events-event-meta .tribe-events-meta-group { padding-left: 5px; } } @media (max-width: 1200px) { - .has-sidebar .tribe-events-event-meta .tribe-events-meta-group { float: none; width: 100%; padding-left: 25px; padding-bottom: 20px; } - .has-sidebar .tribe-events-event-meta .tribe-events-meta-group h3.tribe-events-single-section-title { position: relative; right: 25px; } - .has-sidebar .tribe-events-single ul.tribe-related-events li { width: 48%; } } @media (max-width: 800px) { - .has-sidebar .tribe-events-single ul.tribe-related-events li { width: 98%; } @@ -4698,8 +4077,7 @@ h3.tribe-events-related-events-title { .bb-tribe-events-views-v2 .tribe-events-single .tribe-events-notices { padding: 8px 25px; } - -.bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li > a::after, .bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li > a::before, .bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li > a:hover::after, .bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li > a:hover::before, .bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li > a:focus::after, .bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li > a:focus::before { +.bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li > a:after, .bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li > a:before, .bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li > a:hover:after, .bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li > a:hover:before, .bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li > a:focus:after, .bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li > a:focus:before { background: none; display: inherit; height: auto; @@ -4725,19 +4103,16 @@ h3.tribe-events-related-events-title { #tribe_events_filters_wrapper a { color: #939597; } - #tribe_events_filters_wrapper a:hover { color: var(--bb-primary-color); } - #tribe_events_filters_wrapper a#tribe_events_filters_toggle, #tribe_events_filters_wrapper a#tribe_events_filters_reset { - font-weight: 400; + font-weight: normal; text-transform: uppercase; } - -#tribe_events_filters_wrapper a#tribe_events_filters_toggle::before, -#tribe_events_filters_wrapper a#tribe_events_filters_reset::before { +#tribe_events_filters_wrapper a#tribe_events_filters_toggle:before, +#tribe_events_filters_wrapper a#tribe_events_filters_reset:before { content: "\ee9a"; font-family: bb-icons; font-size: 13px; @@ -4749,11 +4124,9 @@ h3.tribe-events-related-events-title { -moz-osx-font-smoothing: grayscale; margin-right: 5px; } - -#tribe_events_filters_wrapper a#tribe_events_filters_reset::before { +#tribe_events_filters_wrapper a#tribe_events_filters_reset:before { content: "\ef50"; } - #tribe_events_filters_wrapper a#tribe_events_filters_reset span.tribe-reset-icon { display: none; } @@ -4764,15 +4137,13 @@ h3.tribe-events-related-events-title { padding-right: 22px; color: #939597; } - #tribe_events_filters_wrapper .tribe-events-filters-content .tribe-events-filters-group-heading span { display: none; } - -#tribe_events_filters_wrapper .tribe-events-filters-content .tribe-events-filters-group-heading::after { +#tribe_events_filters_wrapper .tribe-events-filters-content .tribe-events-filters-group-heading:after { content: "\e826"; font-family: bb-icons; - font-weight: 400; + font-weight: normal; speak: none; display: inline-block; color: #939597; @@ -4783,30 +4154,24 @@ h3.tribe-events-related-events-title { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - #tribe_events_filters_wrapper .tribe-events-filters-content #tribe_events_filter_control a { color: #939597; } - #tribe_events_filters_wrapper .tribe-events-filters-content #tribe_events_filter_control a:hover { color: var(--bb-primary-color); } - #tribe_events_filters_wrapper .tribe-events-filters-content .tribe-events-filter-group li { background: #fff; } - #tribe_events_filters_wrapper .tribe-events-filters-content label { position: relative; border-bottom: 0; padding: 8px; } - #tribe_events_filters_wrapper .tribe-events-filters-content label input[type="checkbox"] { width: 1px; margin: 0; } - #tribe_events_filters_wrapper .tribe-events-filters-content label span.checkbox { z-index: 5; display: inline-block; @@ -4822,13 +4187,11 @@ h3.tribe-events-related-events-title { margin-right: 2px; line-height: 1.35; } - #tribe_events_filters_wrapper .tribe-events-filters-content label span.checkbox.on { background-color: var(--bb-primary-color); border-color: var(--bb-primary-color); } - -#tribe_events_filters_wrapper .tribe-events-filters-content label span.checkbox.on::before { +#tribe_events_filters_wrapper .tribe-events-filters-content label span.checkbox.on:before { font-family: bb-icons !important; font-size: 18px; text-rendering: auto; @@ -4841,17 +4204,14 @@ h3.tribe-events-related-events-title { z-index: 9; color: #fff; } - #tribe_events_filters_wrapper .tribe-events-filters-content .ui-widget-content { background-color: #ebebeb; background-image: none; } - #tribe_events_filters_wrapper .tribe-events-filters-content .ui-slider .ui-slider-range { background-color: var(--bb-primary-color); background-image: none; } - #tribe_events_filters_wrapper .tribe-events-filters-content .ui-slider .ui-slider-handle { background-color: var(--bb-primary-color); background-image: none; @@ -4861,23 +4221,18 @@ h3.tribe-events-related-events-title { top: -0.3em; cursor: pointer; } - #tribe_events_filters_wrapper .tribe-events-filters-content .ui-slider .ui-slider-handle:focus { outline: none; } - #tribe_events_filters_wrapper .tribe-events-filters-content .ui-slider-horizontal { height: 0.2em; width: 94%; } - #tribe_events_filters_wrapper .tribe-events-filters-content .ui-slider-horizontal .ui-slider-handle:last-of-type { margin-left: 0; } - #tribe_events_filters_wrapper .tribe-events-filters-content select { display: inline-block; - /* width: 100%; */ font-family: inherit; font-style: inherit; @@ -4904,31 +4259,24 @@ h3.tribe-events-related-events-title { /* stylelint-disable selector-pseudo-element-no-unknown */ /* stylelint-enable */ } - #tribe_events_filters_wrapper .tribe-events-filters-content select.placeholder { color: #c3c6c9; } - #tribe_events_filters_wrapper .tribe-events-filters-content select:placeholder { color: #c3c6c9; } - #tribe_events_filters_wrapper .tribe-events-filters-content select::-webkit-input-placeholder { color: #c3c6c9; } - #tribe_events_filters_wrapper .tribe-events-filters-content select:-ms-input-placeholder { color: #c3c6c9; } - #tribe_events_filters_wrapper .tribe-events-filters-content select::placeholder { color: #c3c6c9; } - #tribe_events_filters_wrapper .tribe-events-filters-content select:input-placeholder { color: #c3c6c9; } - #tribe_events_filters_wrapper .tribe-events-filters-content select::input-placeholder { color: #c3c6c9; } @@ -4948,22 +4296,18 @@ h3.tribe-events-related-events-title { font-size: 14px; font-weight: 500; } - #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading #tribe_events_filter_control { margin-right: 25px; font-size: 14px; } - #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading #tribe_events_filter_control a { font-weight: inherit; } - #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading #tribe_events_filter_control a i { margin-right: 5px; } @media (max-width: 800px) { - .tribe-filters-open #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading { padding: 0; border-bottom: 0; @@ -4972,13 +4316,11 @@ h3.tribe-events-related-events-title { #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading .tribe-events-filters-label { display: none; } - #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading #tribe_events_filter_control { margin: 13px 25px 5px; text-align: center; width: 100%; } - #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading #tribe_events_filter_control a { background: #fff; color: var(--bb-primary-color); @@ -4988,7 +4330,6 @@ h3.tribe-events-related-events-title { line-height: 1; } } - .tribe-events-filters-heading { display: -webkit-box; display: -ms-flexbox; @@ -5005,7 +4346,6 @@ h3.tribe-events-related-events-title { } @media (min-width: 800px) { - #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe_events_filter_item { margin-right: 10px; } @@ -5015,20 +4355,17 @@ h3.tribe-events-related-events-title { } } @media (min-width: 1200px) { - #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe_events_filter_item { margin-right: 20px; } } @media (min-width: 768px) { - .tribe_events_filter_control:not(.tribe-events-filters-mobile-controls) { display: -webkit-box; display: -ms-flexbox; display: flex; } } - #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content { background: #fff; border: 0; @@ -5046,7 +4383,6 @@ h3.tribe-events-related-events-title { align-items: center; width: 100%; } - #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe-events-filters-label { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; @@ -5055,20 +4391,16 @@ h3.tribe-events-related-events-title { margin-left: 25px; margin-bottom: 10px; } - #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe_events_filters_show_filters { margin-left: 25px; text-transform: uppercase; } - #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe_events_filter_control:not(.tribe-events-filters-mobile-controls) .tribe_events_filters_reset { white-space: nowrap; } - #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe_events_filter_control:not(.tribe-events-filters-mobile-controls) .tribe_events_filters_reset:hover { color: var(--bb-primary-color); } - #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe_events_filter_control { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; @@ -5077,19 +4409,16 @@ h3.tribe-events-related-events-title { margin-right: 25px; margin-bottom: 10px; } - #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe_events_filter_control a { font-weight: inherit; font-size: 12px; } - #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe_events_filter_control a.tribe_events_filters_show_filters { text-align: right; display: inline-block; width: auto; float: right; } - #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content #tribe_events_filters_form { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; @@ -5103,37 +4432,31 @@ h3.tribe-events-related-events-title { flex: 0 0 100%; border-top: 1px solid var(--bb-content-border-color); } - #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content #tribe_events_filters_form .tribe-events-filters-group-heading { padding-right: 22px; padding-left: 0; } - #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content #tribe_events_filters_form .tribe-events-filters-group-heading:hover, #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content #tribe_events_filters_form .tribe-events-filters-group-heading:focus { box-shadow: none; } - #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe-events-filter-group { min-width: 210px; border-radius: 3px; z-index: 10; background: #fff; } - #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe-events-filter-group ul { border-radius: 3px; } @media (max-width: 800px) { - #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe-events-filters-label { margin-left: 0; margin-right: 0; width: 100%; } } - body.no-js #tribe_events_filters_form > input[type="submit"] { display: none; } @@ -5143,24 +4466,19 @@ body.no-js #tribe_events_filters_form > input[type="submit"] { border: 1px solid var(--bb-content-border-color); border-radius: 4px; padding-bottom: 0; - /* padding: rem-calc(20px 15px); */ } - #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content { background: #fff; border-left: 0; border-right: 0; } - #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content #tribe_events_filters_form { margin-bottom: 0; } - #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content #tribe_events_filters_form .bs-last-filter .tribe-events-filter-group { border-bottom: 0; } - #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filter-group.tribe-events-filter-autocomplete, #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filter-group.tribe-events-filter-multiselect, #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filter-group.tribe-events-filter-range, @@ -5169,23 +4487,19 @@ body.no-js #tribe_events_filters_form > input[type="submit"] { padding-left: 0; padding-right: 0; } - #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filters-group-heading { background: transparent; border-color: var(--bb-content-border-color); padding-left: 0; padding-right: 0; } - #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filters-group-heading:hover, #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filters-group-heading:focus { background: transparent; box-shadow: none; } - #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filter-group { border: 0; } - #tribe_events_filters_wrapper.tribe-events-filters-vertical label.tribe-events-filters-label { font-family: inherit; font-size: 0.6875rem; @@ -5197,8 +4511,7 @@ body.no-js #tribe_events_filters_form > input[type="submit"] { text-transform: uppercase; border-bottom: 1px solid var(--bb-content-border-color); } - -#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-group-heading::after { +#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-group-heading:after { content: "\E827"; right: 0; -webkit-transform: rotate(90deg); @@ -5207,24 +4520,19 @@ body.no-js #tribe_events_filters_form > input[type="submit"] { top: 30%; border: 0; } - -#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe_events_filter_item.closed .tribe-events-filters-group-heading::after { +#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe_events_filter_item.closed .tribe-events-filters-group-heading:after { border: 0; } - #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control { padding: 0 15px; margin: 10px 0 0; } - #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control a { color: #939597; } - #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control a:hover { color: var(--bb-primary-color); } - #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control a#tribe_events_filters_reset { margin: 0; } @@ -5232,7 +4540,6 @@ body.no-js #tribe_events_filters_form > input[type="submit"] { .tribe-filters-closed #tribe_events_filters_wrapper #tribe_events_filter_control { border: 0; } - .tribe-filters-closed #tribe_events_filters_wrapper .tribe-events-filters-content { border: 0; } @@ -5255,7 +4562,6 @@ body.no-js #tribe_events_filters_form > input[type="submit"] { background: transparent; border: 0; } - .tribe-js-filters-toggle.tribe-js-filters-toggle:hover, .tribe-js-filters-toggle.tribe-js-filters-toggle:focus, .tribe_events_filters_toggle.tribe_events_filters_toggle:hover, .tribe_events_filters_toggle.tribe_events_filters_toggle:focus { @@ -5278,7 +4584,6 @@ body.no-js #tribe_events_filters_form > input[type="submit"] { padding: 10px; box-shadow: none; } - .tribe-events-filter-view.tribe-filters-closed #tribe_events_filters_wrapper .tribe_events_filters_toggle:hover, .tribe-events-filter-view.tribe-filters-closed #tribe_events_filters_wrapper .tribe_events_filters_toggle:focus { box-shadow: none; color: var(--bb-primary-color); @@ -5294,7 +4599,7 @@ body.no-js #tribe_events_filters_form > input[type="submit"] { padding: 10px 15px; } -#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-group-heading::after { +#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-group-heading:after { top: 20%; } @@ -5333,12 +4638,10 @@ body.no-js #tribe_events_filters_form > input[type="submit"] { } @media screen and (max-width: 768px) { - #tribe_events_filters_form .tribe_events_filters_reset--desktop { display: none; } } - .tribe_events_filters_reset.tribe_events_filters_reset .tribe-reset-icon { font-family: bb-icons; font-size: 14px; @@ -5350,8 +4653,7 @@ body.no-js #tribe_events_filters_form > input[type="submit"] { -moz-osx-font-smoothing: grayscale; margin-right: 0; } - -.tribe_events_filters_reset.tribe_events_filters_reset .tribe-reset-icon::before { +.tribe_events_filters_reset.tribe_events_filters_reset .tribe-reset-icon:before { content: "\ef39"; } @@ -5364,7 +4666,6 @@ body.no-js #tribe_events_filters_form > input[type="submit"] { } @media screen and (max-width: 800px) { - .tribe-filters-open .tribe-events-filters-vertical + #tribe-events-content, .tribe-filters-open .tribe-events-filters-vertical + .tribe-bar-disabled + #tribe-events-content { width: 100%; @@ -5372,7 +4673,6 @@ body.no-js #tribe_events_filters_form > input[type="submit"] { float: none; } } - body.no-js #tribe-events-content-wrapper { display: none; } @@ -5386,7 +4686,6 @@ body.no-js #tribe-events-content-wrapper { height: auto; margin-bottom: 0; } - .tribe-filters-closed #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical a#tribe_events_filters_toggle { text-align: right; display: inline-block; @@ -5404,7 +4703,6 @@ body.no-js #tribe-events-content-wrapper { } @media (max-width: 800px) { - .tribe-filters-closed #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical { margin-top: 0; } @@ -5417,7 +4715,6 @@ body.no-js #tribe-events-content-wrapper { -ms-flex-direction: column; flex-direction: column; } - #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-content #tribe_events_filter_control, #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content #tribe_events_filter_control, #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content #tribe_events_filter_control { @@ -5429,11 +4726,9 @@ body.no-js #tribe-events-content-wrapper { .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical { position: relative; - /* display: flex; flex-direction: column; */ } - .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-content, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content { @@ -5441,7 +4736,6 @@ body.no-js #tribe-events-content-wrapper { -ms-flex-order: 2; order: 2; } - .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-mobile-controls, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-mobile-controls, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-mobile-controls { @@ -5449,7 +4743,6 @@ body.no-js #tribe-events-content-wrapper { -ms-flex-order: 1; order: 1; } - .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-mobile-controls .tribe_events_filters_close_filters, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-mobile-controls .tribe_events_filters_close_filters, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-mobile-controls .tribe_events_filters_close_filters { @@ -5458,7 +4751,6 @@ body.no-js #tribe-events-content-wrapper { } } @media screen and (max-width: 800px) and (max-width: 768px) { - .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-mobile-controls .tribe_events_filters_close_filters, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-mobile-controls .tribe_events_filters_close_filters, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-mobile-controls .tribe_events_filters_close_filters { @@ -5466,7 +4758,6 @@ body.no-js #tribe-events-content-wrapper { } } @media (max-width: 800px) { - .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filters_form, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filters_form, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filters_form { @@ -5474,27 +4765,23 @@ body.no-js #tribe-events-content-wrapper { width: calc(100% - 40px); margin: 0 20px 20px; } - .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-content .tribe-events-filters-group-heading, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe-events-filters-group-heading, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filters-group-heading { background: #fff; padding-left: 8px; } - - .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-content .tribe-events-filters-group-heading::after, - .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe-events-filters-group-heading::after, - .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filters-group-heading::after { + .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-content .tribe-events-filters-group-heading:after, + .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe-events-filters-group-heading:after, + .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filters-group-heading:after { right: 0; top: 50%; } - .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control { margin: 10px 0; } - .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control a, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control a, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control a { @@ -5502,7 +4789,6 @@ body.no-js #tribe-events-content-wrapper { width: 100%; text-align: center; } - .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control #tribe_events_filters_toggle, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control #tribe_events_filters_reset, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control #tribe_events_filters_toggle, @@ -5517,7 +4803,6 @@ body.no-js #tribe-events-content-wrapper { transition: all linear 0.2s; font-weight: inherit; } - .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control #tribe_events_filters_toggle i, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control #tribe_events_filters_reset i, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control #tribe_events_filters_toggle i, @@ -5526,7 +4811,6 @@ body.no-js #tribe-events-content-wrapper { .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control #tribe_events_filters_reset i { margin-right: 5px; } - .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control #tribe_events_filters_toggle:hover, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control #tribe_events_filters_reset:hover, .tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control #tribe_events_filters_toggle:hover, @@ -5550,7 +4834,6 @@ body.no-js #tribe-events-content-wrapper { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content #tribe_events_filter_control a.tribe_events_filters_show_filters:hover { color: var(--bb-primary-color); } diff --git a/web/app/themes/buddyboss-theme/assets/css/eventscalendar.min.css b/web/app/themes/buddyboss-theme/assets/css/eventscalendar.min.css index 2b1e4211..5a00a5f9 100644 --- a/web/app/themes/buddyboss-theme/assets/css/eventscalendar.min.css +++ b/web/app/themes/buddyboss-theme/assets/css/eventscalendar.min.css @@ -1,1763 +1 @@ -.tribe-events .tribe-events-c-ical__link{border-color:var(--bb-primary-color);color:var(--bb-primary-color)} - -.tribe-events .tribe-events-c-ical__link:hover{background-color:var(--bb-primary-color)} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar{border-bottom-color:var(--bb-content-border-color);border-top:1px solid var(--bb-content-border-color);margin-top:0} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar thead th{background-color:#fff;color:#939597;font-weight:inherit;border-left-color:var(--bb-content-border-color);border-right-color:#fff} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar thead th:last-child{border-right-color:var(--bb-content-border-color)} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td{background-color:#fff;border-color:var(--bb-content-border-color)} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-othermonth{background-color:#fafbfb} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td div[id*=tribe-events-daynum-]{background-color:transparent;color:var(--bb-headings-color);text-align:right;font-weight:inherit} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td div[id*=tribe-events-daynum-] a{background-color:transparent;color:var(--bb-headings-color);font-weight:inherit} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td div[id*=tribe-events-daynum-] a:hover{color:var(--bb-primary-color)}@media (max-width:800px){ - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td div[id*=tribe-events-daynum-]{text-align:center}} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td:hover{box-shadow:inset 0 0 1000px rgba(0,0,0,.01)}@media (max-width:800px){ - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-present.mobile-active{background-color:var(--bb-primary-color)} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-]{color:#fff} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-] a{color:#fff} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-] a:hover{color:#fff}} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.tribe_events,.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.type-tribe_events{color:#fff;background-color:var(--bb-primary-color);margin-left:2%;margin-right:2%} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.tribe_events.tribe-event-featured,.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.type-tribe_events.tribe-event-featured{margin:0 2% 1px;padding:6px 8px;background-color:var(--bb-danger-color)} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.tribe_events:nth-child(2),.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.type-tribe_events:nth-child(2){border-radius:3px 3px 0 0} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.tribe_events:nth-child(2).tribe-events-last,.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.type-tribe_events:nth-child(2).tribe-events-last{border-radius:3px} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.tribe_events a,.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.type-tribe_events a{color:#fff} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td.tribe-events-othermonth div.tribe_events,.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td.tribe-events-othermonth div.type-tribe_events{background-color:rgba(0,124,255,.4)} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td.tribe-events-othermonth.tribe-events-past div.tribe_events,.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td.tribe-events-othermonth.tribe-events-past div.type-tribe_events{background-color:rgba(127,134,143,.45)} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td.tribe-events-past div.tribe_events,.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td.tribe-events-past div.type-tribe_events{background-color:rgba(127,134,143,.75)} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td.tribe-events-past .tribe-events-month-event-title a{opacity:1} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar .type-tribe_events{border-bottom:0;margin-bottom:1px} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar .tribe-events-last{border-radius:0 0 3px 3px}@media (max-width:800px){ - -#tribe-events-content .tribe-events-calendar td{height:55px} - -.tribe-events-calendar td div[id*=tribe-events-daynum-],.tribe-events-calendar td div[id*=tribe-events-daynum-] a{margin-top:10px} - -.tribe-events-calendar .tribe-events-has-events::after,.tribe-events-calendar .tribe-events-present.tribe-events-has-events::after{width:5px;height:5px;background-color:#e0e1e1} - -.tribe-events-calendar .tribe-events-past.tribe-events-has-events::after{background-color:#e0e1e1} - -#tribe-events-content .tribe-events-calendar td.tribe-events-present.mobile-active:hover,.tribe-events-calendar td.tribe-events-present.mobile-active{background-color:var(--bb-primary-color)}} - -#tribe-events-content .tribe-events-tooltip,.tribe-events-week #tribe-events-content .tribe-events-right .tribe-events-tooltip{box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);border-radius:4px} - -#tribe-events-content .tribe-events-tooltip h4,.tribe-events-week #tribe-events-content .tribe-events-right .tribe-events-tooltip h4{color:var(--bb-headings-color);font-weight:400} - -#tribe-events-content .tribe-events-tooltip .entry-title,.tribe-events-week #tribe-events-content .tribe-events-right .tribe-events-tooltip .entry-title{font-size:1.3rem;margin-bottom:5px} - -#tribe-events-content .tribe-events-tooltip .tribe-events-event-thumb,.tribe-events-week #tribe-events-content .tribe-events-right .tribe-events-tooltip .tribe-events-event-thumb{padding-bottom:10px} - -.tribe-events-calendar .tribe-events-tooltip,.tribe-grid-body .tribe-events-tooltip{color:var(--bb-body-text-color)} - -h1.tribe-events-page-title,h2.tribe-events-page-title{font-size:34px;font-weight:inherit;text-align:left} - -.tribe-events-grid{border-bottom-color:var(--bb-content-border-color)} - -.tribe-events-grid .tribe-grid-content-wrap .column{border-left-color:var(--bb-content-border-color)} - -.tribe-events-grid .tribe-grid-content-wrap .column,.tribe-events-grid .tribe-grid-header .tribe-grid-content-wrap .column{border-left-color:var(--bb-content-border-color)} - -.tribe-events-grid .tribe-scroller{border-left-color:var(--bb-content-border-color);border-right-color:var(--bb-content-border-color);z-index:5} - -.tribe-events-grid .tribe-grid-header .tribe-week-today{background-color:var(--bb-primary-color)} - -.tribe-events-grid .tribe-grid-header .tribe-week-today.column a span,.tribe-events-grid .tribe-grid-header .tribe-week-today.column a span span.br-week-title{color:#fff} - -.tribe-week-grid-block div{border-top-color:var(--bb-content-border-color);border-bottom-color:var(--bb-content-border-color)} - -.tribe-grid-header{background-color:#fff;border-left-color:var(--bb-content-border-color);border-right-color:var(--bb-content-border-color);border-top:1px solid var(--bb-content-border-color)} - -.tribe-grid-header .column{height:62px!important} - -.tribe-grid-header .column span{color:var(--bb-alternate-text-color);font-weight:400;text-align:center;display:block;width:100%} - -.tribe-grid-header .column span span.br-week-title{display:block;text-align:center;line-height:1.4;color:var(--bb-headings-color);font-size:18px;text-transform:none} - -.tribe-grid-header .column span span.br-week-title:first-of-type{color:#939597;font-size:11px;text-transform:uppercase} - -.tribe-grid-header .column.tribe-week-today span{color:#fff} - -.tribe-grid-header .column.tribe-week-today span span.br-week-title,.tribe-grid-header .column.tribe-week-today span span.br-week-title:first-of-type{color:#fff} - -.tribe-grid-allday{background-color:#fcfcfc;border-top:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color);border-left-color:var(--bb-content-border-color);border-right-color:var(--bb-content-border-color)} - -.tribe-grid-allday .column.first{text-align:center} - -.tribe-grid-allday .column.first span{display:inline-block;width:70px} - -.tribe-grid-allday .tribe-week-today{background-color:rgba(var(--bb-primary-color-rgb),.05)} - -.tribe-week-grid-wrapper .tribe-grid-content-wrap .tribe-events-mobile-day{background-color:#fff} - -.tribe-week-grid-wrapper .tribe-grid-content-wrap .tribe-events-mobile-day.tribe-week-today{background-color:rgba(var(--bb-primary-color-rgb),.05)} - -.tribe-grid-content-wrap{padding-left:70px} - -.tribe-week-grid-hours{width:70px;margin-right:-70px} - -.tribe-grid-allday .tribe-events-week-allday-single,.tribe-grid-body .tribe-events-week-hourly-single{background-color:transparent;border-color:transparent} - -.tribe-grid-allday .tribe-events-week-allday-single:hover,.tribe-grid-body .tribe-events-week-hourly-single:hover{background-color:transparent;border-color:transparent} - -.tribe-grid-allday .tribe-events-week-allday-single h3.entry-title,.tribe-grid-body .tribe-events-week-hourly-single h3.entry-title{background-color:rgba(var(--bb-primary-color-rgb),.75);border-color:rgba(var(--bb-primary-color-rgb),.75);border-radius:3px;position:relative;top:2px;height:-webkit-calc(100% - 4px)!important;height:calc(100% - 4px)!important} - -.tribe-grid-allday .tribe-events-week-allday-single h3.entry-title:hover,.tribe-grid-body .tribe-events-week-hourly-single h3.entry-title:hover{background-color:rgba(var(--bb-primary-color-rgb),.95);border-color:rgba(var(--bb-primary-color-rgb),.95)} - -.tribe-grid-allday .tribe-events-past .tribe-events-week-allday-single,.tribe-grid-body .tribe-events-past .tribe-events-week-hourly-single{background-color:transparent;border-color:transparent} - -.tribe-grid-allday .tribe-events-past .tribe-events-week-allday-single:hover,.tribe-grid-body .tribe-events-past .tribe-events-week-hourly-single:hover{background-color:transparent;border-color:transparent} - -.tribe-grid-allday .tribe-events-past .tribe-events-week-allday-single h3.entry-title,.tribe-grid-body .tribe-events-past .tribe-events-week-hourly-single h3.entry-title{background-color:rgba(127,134,143,.75);border-color:rgba(127,134,143,.75);border-radius:3px;position:relative;top:2px;height:-webkit-calc(100% - 4px)!important;height:calc(100% - 4px)!important} - -.tribe-grid-allday .tribe-events-past .tribe-events-week-allday-single h3.entry-title:hover,.tribe-grid-body .tribe-events-past .tribe-events-week-hourly-single h3.entry-title:hover{background-color:rgba(127,134,143,.95);border-color:rgba(127,134,143,.95)} - -.tribe-grid-allday .tribe-events-past .tribe-events-week-allday-single h3.entry-title a,.tribe-grid-allday .tribe-events-past .tribe-events-week-allday-single h3.entry-title a:hover,.tribe-grid-body .tribe-events-past .tribe-events-week-hourly-single h3.entry-title a,.tribe-grid-body .tribe-events-past .tribe-events-week-hourly-single h3.entry-title a:hover{color:#fff} - -ul.tribe-events-sub-nav li a{font-weight:inherit} - -.datepicker.dropdown-menu{border:1px solid var(--bb-content-border-color)} - -.datepicker.dropdown-menu td,.datepicker.dropdown-menu th{padding:0} - -.datepicker td,.datepicker th{width:40px;height:40px;line-height:40px} - -.datepicker td{border-top:0} - -.datepicker table{font-size:15px} - -.datepicker table th{font-weight:inherit} - -.datepicker table th.dow{color:#e0e1e1} - -.datepicker table tr td.new,.datepicker table tr td.old{color:#e0e1e1} - -.datepicker table tr td.day{padding:0} - -.datepicker table tr td.day.active,.datepicker table tr td.day.active.disabled{background:var(--bb-primary-color);color:#fff;border-radius:100%} - -.datepicker table tr td.day.active.disabled:hover,.datepicker table tr td.day.active:hover{background:var(--bb-primary-color);color:#fff} - -.datepicker table tr td.day:not(.disabled):hover{background:var(--bb-primary-color);color:#fff;border-radius:100%} - -.datepicker .datepicker-switch{color:var(--bb-primary-color)} - -.datepicker .datepicker-switch:hover{color:#0f74e0;background:#fff} - -.datepicker .next,.datepicker .prev{color:var(--bb-headings-color)} - -.datepicker .next:hover,.datepicker .prev:hover{color:var(--bb-primary-color);background:#fff} - -.datepicker table tr td span.active,.datepicker table tr td span.active.active,.datepicker table tr td span.active.active:hover,.datepicker table tr td span.active:hover,.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#fff;color:var(--bb-primary-color)} - -body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-grid-wrapper,body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list-wrapper{display:none} - -.tribe_mini_calendar_widget .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar{font-size:14px} - -.tribe_mini_calendar_widget .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar thead{background:#fff} - -.tribe_mini_calendar_widget .tribe-mini-calendar-nav td{background:#fff;border-color:#fff;padding:7px 0 13px} - -.tribe_mini_calendar_widget .tribe-mini-calendar-nav td div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.tribe_mini_calendar_widget .tribe-mini-calendar-nav span{color:var(--bb-headings-color);font-weight:inherit;text-transform:none} - -.tribe_mini_calendar_widget .tribe-mini-calendar th{background:#fff;color:#e0e1e1;font-weight:inherit;border-color:#fff;padding:7px 0 13px} - -.tribe_mini_calendar_widget .tribe-mini-calendar td{background:#fff;font-weight:inherit} - -.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-past{opacity:.55} - -.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-othermonth{background:#fff} - -.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events{background:#fff} - -.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-has-events div[id*=daynum-]{font-weight:inherit} - -.tribe_mini_calendar_widget .tribe-mini-calendar div[id*=daynum-] a{padding:7px 0 13px;width:34px;height:34px;margin:0 auto} - -.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present{background-color:#fff;border-radius:100%} - -.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present a{color:var(--bb-primary-color);background-color:#fff;font-weight:500} - -.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present a:hover{background-color:var(--bb-body-background-color);border-radius:100%;color:var(--bb-primary-color)} - -.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present div[id*=daynum-] a::before{background-color:var(--bb-primary-color)} - -.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present.tribe-mini-calendar-today a{font-weight:400} - -.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present.tribe-mini-calendar-today div[id*=daynum-] a::before{background-color:#fff} - -.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today{background-color:#fff;border-radius:100%} - -.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today div[id*=daynum-] a{color:#fff;background-color:var(--bb-primary-color);border-radius:100%} - -.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today div[id*=daynum-] a:hover{background-color:var(--bb-primary-color);color:#fff} - -.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-has-events:hover{background-color:#fff;border-radius:100%} - -.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-has-events:hover a:hover{background-color:var(--bb-body-background-color);border-radius:100%;color:var(--bb-primary-color)} - -.tribe_mini_calendar_widget .tribe-mini-calendar-no-event{color:var(--bb-headings-color);font-weight:inherit;padding:7px 0 13px} - -.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-has-events div[id*=daynum-] a{color:var(--bb-primary-color)} - -.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-has-events div[id*=daynum-] a::before{background:#e0e1e1;width:5px;height:5px;margin:5px auto 0 -2px;bottom:5px} - -.tribe-events .tribe-events-c-view-selector__content{border-radius:var(--bb-block-radius)}@media (max-width:992px){ - -.has-sidebar.events-gridview .sm-grid-1-1{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}} - -.tribe-grid-body .tribe-events-week-hourly-single{margin:0 0 0 2px;padding:0} - -.tribe-grid-body div.tribe-events-week-hourly-single[id*=tribe-events-event-]{width:-webkit-calc(100% - 4px);width:calc(100% - 4px)} - -.tribe-events-week #tribe-mobile-container{background:#fff;border:1px solid var(--bb-content-border-color);margin-top:0} - -.tribe-events-week #tribe-mobile-container .type-tribe_events~.type-tribe_events{border-color:var(--bb-content-border-color)} - -.tribe-events-week #tribe-mobile-container .tribe-mobile-day{-webkit-transition:all linear .2s;transition:all linear .2s} - -.tribe-events-week #tribe-mobile-container .tribe-mobile-day:hover{box-shadow:0 3px 24px 0 rgba(18,43,70,.08)} - -.tribe-events-week #tribe-mobile-container .tribe-mobile-day h5.tribe-mobile-day-date{border-bottom:0;margin-top:0;padding-top:20px;padding-left:20px;padding-right:20px} - -.tribe-events-week #tribe-mobile-container .type-tribe_events,.tribe-events-week #tribe-mobile-container .type-tribe_events~.type-tribe_events{padding-left:20px;padding-right:20px} - -.tribe-events-week #tribe-mobile-container .type-tribe_events:last-of-type{border-bottom:1px solid var(--bb-content-border-color)} - -.tribe-events-month #tribe-mobile-container{background:#fff;border:1px solid var(--bb-content-border-color);border-top:0;margin-top:0} - -.tribe-events-month #tribe-mobile-container .type-tribe_events~.type-tribe_events{border-color:var(--bb-content-border-color);border-top-style:solid}@media (max-width:800px){ - -#tribe-events-content.tribe-events-month table.tribe-events-calendar{margin-bottom:0;border-bottom:0} - -.tribe-events-month #tribe-mobile-container .type-tribe_events{padding-left:20px;padding-right:20px} - -.tribe-events-month #tribe-mobile-container .type-tribe_events .tribe-event-description p{margin-bottom:5px} - -.tribe-events-month #tribe-mobile-container .type-tribe_events .tribe-events-event-body a.tribe-events-read-more{display:none} - -.tribe-events-month #tribe-mobile-container .type-tribe_events:hover{box-shadow:0 3px 24px 0 rgba(18,43,70,.08)} - -.tribe-mobile-day .tribe-mobile-day-heading{padding-left:20px;padding-right:20px} - -.tribe-mobile-day h3.tribe-mobile-day-heading{margin-bottom:0;padding-top:30px} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.mobile-active{background-color:var(--bb-body-background-color)} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-has-events div[id*=tribe-events-daynum-] a{color:var(--bb-primary-color)} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-has-events.mobile-active{background-color:var(--bb-primary-color)} - -.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-has-events.mobile-active div[id*=tribe-events-daynum-] a{color:#fff} - -#tribe-events-content #tribe-mobile-container .tribe-events-viewmore{border-color:var(--bb-content-border-color);font-size:13px;font-weight:inherit;padding:10px 20px}} - -.tribe-events :hover{box-shadow:none} - -.tribe-events .tribe-filter-bar--vertical{border:1px solid var(--bb-content-border-color);border-radius:4px;padding:15px!important} - -.tribe-events .tribe-events-header__events-bar.tribe-events-c-events-bar--border{border-radius:var(--bb-block-radius)} - -.tribe-events .tribe-events-header__events-bar.tribe-events-c-events-bar--border .tribe-common-form-control-text__input,.tribe-events .tribe-events-header__events-bar.tribe-events-c-events-bar--border .tribe-events-c-events-bar__search-container{border-radius:var(--bb-block-radius)} - -.tribe-events .tribe-events-header__events-bar.tribe-events-c-events-bar--border .tribe-events-c-events-bar__search-container .tribe-events-c-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:var(--bb-button-radius);font-weight:inherit;font-style:inherit;padding:6px 20px} - -.tribe-events .tribe-events-header__events-bar.tribe-events-c-events-bar--border .tribe-events-c-events-bar__search-container .tribe-events-c-search__button:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.tribe-events .tribe-events-header__events-bar.tribe-events-c-events-bar--border .tribe-events-c-events-bar__search-container .tribe-events-c-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)} - -.tribe-events .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker-button:active,.tribe-events .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker-button:focus,.tribe-events .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker-button:hover{box-shadow:none} - -.tribe-events .tribe-events-c-ical .tribe-events-c-ical__link{border-color:var(--bb-primary-color);color:var(--bb-primary-color)} - -.tribe-events .tribe-events-c-ical .tribe-events-c-ical__link:active,.tribe-events .tribe-events-c-ical .tribe-events-c-ical__link:focus,.tribe-events .tribe-events-c-ical .tribe-events-c-ical__link:hover{background-color:var(--bb-primary-color);color:#fff} - -.tribe-events .tribe-events-c-ical .tribe-common-c-svgicon{color:var(--bb-primary-color)} - -.tribe-events .tribe-events-c-top-bar__datepicker-container .table-condensed tbody td.active,.tribe-events .tribe-events-c-top-bar__datepicker-container .table-condensed tbody td.active:focus,.tribe-events .tribe-events-c-top-bar__datepicker-container .table-condensed tbody td.active:hover,.tribe-events .tribe-events-c-top-bar__datepicker-container .table-condensed tbody td.current{background-color:var(--bb-primary-color)} - -.tribe-events .tribe-events-calendar-list>.tribe-common-g-row{border:1px solid var(--bb-content-border-color);margin-left:0;margin-right:0;border-radius:var(--bb-block-radius);padding:24px 0;background-color:var(--bb-content-background-color)}@media (max-width:992px){ - -.tribe-events .tribe-events-calendar-list>.tribe-common-g-row{padding:24px 24px 24px 0}} - -.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag{-ms-flex-item-align:center;align-self:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:992px){ - -.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag{width:100px}}@media (max-width:544px){ - -.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag{width:80px}} - -.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-weekday{color:#f1451f} - -.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-datetime{color:var(--bb-alternate-text-color)} - -.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title{font-size:18px} - -.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a:active,.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a:focus,.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a:hover{color:var(--bb-primary-color);border-bottom:none} - -.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-featured-image-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-item-align:center;align-self:center} - -.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-featured-image-wrapper .tribe-events-calendar-list__event-featured-image-link{position:relative;overflow:hidden;padding-top:60%;display:block;background:#809ab4;border-radius:4px}@media (max-width:992px){ - -.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-featured-image-wrapper .tribe-events-calendar-list__event-featured-image-link{padding-top:46%}} - -.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-featured-image-wrapper .tribe-events-calendar-list__event-featured-image{border-radius:var(--bb-block-radius-inner);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} - -.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-details{-ms-flex-item-align:center;align-self:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -.tribe-events .tribe-events-c-top-bar__datepicker-container .datepicker .table-condensed tbody tr td .active,.tribe-events .tribe-events-c-top-bar__datepicker-container .datepicker .table-condensed tbody tr td .current,.tribe-events .tribe-events-c-top-bar__datepicker-container .datepicker .table-condensed tbody tr td .focused{background-color:var(--bb-primary-color)} - -.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__header-row .tribe-events-calendar-month__header-column{border:1px solid var(--bb-content-border-color);border-bottom:none;padding-top:16px;padding-left:16px;background-color:#fff} - -.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__header-row .tribe-events-calendar-month__header-column:not(:last-child){border-right:none} - -.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day:hover::after{background-color:var(--bb-primary-color)} - -.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day.tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link{color:var(--bb-primary-color)}@media (max-width:992px){ - -.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__type-separator{margin-bottom:30px}} - -.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event{margin-left:0;margin-right:0;background-color:#fff}@media (max-width:992px){ - -.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event{padding:0}} - -.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event::before{display:none} - -.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event::after{left:0} - -.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-header .tribe-events-calendar-day__event-datetime{color:var(--bb-alternate-text-color)} - -.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-header .tribe-events-calendar-day__event-title a:active,.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-header .tribe-events-calendar-day__event-title a:focus,.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-header .tribe-events-calendar-day__event-title a:hover{color:var(--bb-primary-color);border-bottom:none} - -.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-content{border:1px solid var(--bb-content-border-color);margin:0;border-radius:4px;padding:24px 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:992px){ - -.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-content{padding:24px}} - -.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-content .tribe-events-calendar-day__event-featured-image-wrapper .tribe-events-calendar-day__event-featured-image-link{position:relative;overflow:hidden;padding-top:60%;display:block;background:#809ab4;border-radius:4px}@media (max-width:992px){ - -.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-content .tribe-events-calendar-day__event-featured-image-wrapper .tribe-events-calendar-day__event-featured-image-link{padding-top:46%}} - -.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-content .tribe-events-calendar-day__event-featured-image-wrapper .tribe-events-calendar-day__event-featured-image-link .tribe-events-calendar-day__event-featured-image{border-radius:4px;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} - -.tribe-events .tribe-events-pro-photo{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;padding:24px;margin:0} - -.tribe-events .tribe-events-pro-photo .tribe-common-g-row--gutters{margin:0 -1%} - -.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event{border:1px solid var(--bb-content-border-color);border-radius:4px;padding:0!important;max-width:31.33%;margin:0 1% 2%}@media (max-width:992px){ - -.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event{width:100%;max-width:48%}}@media (max-width:800px){ - -.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event{max-width:100%;width:100%;margin:0 0 24px}} - -.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-featured-image-wrapper .tribe-events-pro-photo__event-featured-image-link{position:relative;overflow:hidden;padding-top:60%;display:block;background:#809ab4;border-radius:4px}@media (max-width:992px){ - -.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-featured-image-wrapper .tribe-events-pro-photo__event-featured-image-link{padding-top:46%}} - -.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-featured-image-wrapper .tribe-events-pro-photo__event-featured-image{border-radius:4px;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} - -.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details-wrapper{padding:12px 12px 24px} - -.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-date-tag-datetime .tribe-events-pro-photo__event-date-tag-month{color:#f1451f} - -.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-title .tribe-events-pro-photo__event-title-link:active,.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-title .tribe-events-pro-photo__event-title-link:focus,.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-title .tribe-events-pro-photo__event-title-link:hover{color:var(--bb-primary-color);border-bottom:none} - -.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-datetime time{color:var(--bb-alternate-text-color)} - -.tribe-events .tribe-events-pro-week-grid{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;padding-left:2rem} - -.tribe-events .tribe-events-pro-week-grid .tribe-events-pro-week-grid__header .tribe-events-pro-week-grid__header-column .tribe-events-pro-week-grid__header-column-title{padding-top:2rem} - -.tribe-events .tribe-events-pro-week-grid .tribe-events-pro-week-grid__header .tribe-events-pro-week-grid__header-column--current .tribe-events-pro-week-grid__header-column-title .tribe-events-pro-week-grid__header-column-daynum-link{color:var(--bb-primary-color)} - -.tribe-events .tribe-events-pro-week-grid .tribe-events-pro-week-grid__multiday-event-bar-inner{background-color:var(--bb-primary-color)} - -.tribe-events .tribe-events-pro-week-grid .tribe-events-pro-week-grid__multiday-event-bar-inner .tribe-events-pro-week-grid__multiday-event-bar-title{color:#fff} - -.tribe-events .tribe-events-pro-week-grid .tribe-events-pro-week-grid__events-row .tribe-events-pro-week-grid__events-day .tribe-events-pro-week-grid__event-link-inner{background-color:rgba(var(--bb-primary-color),.05)} - -.tribe-events .tribe-events-header .datepicker-days .table-condensed tbody tr.active td,.tribe-events .tribe-events-header .datepicker-days .table-condensed tbody tr.current td{background-color:rgba(var(--bb-primary-color),.05)} - -.tribe-events .tribe-events-header .datepicker-days .table-condensed tbody tr td.active::before{background-color:var(--bb-primary-color)} - -.tribe-events .tribe-events .tribe-events-calendar-month__header-column-title{padding:12px 0;border-color:var(--bb-content-border-color);border-style:solid;border-width:0 0 1px} - -.tribe-events .tribe-events .tribe-events-calendar-month__day{border-color:var(--bb-content-border-color);border-style:solid;border-width:0 1px 1px 0;border-radius:0} - -.tribe-events .tribe-events .tribe-events-calendar-month__day:first-child{border-left:1px var(--bb-content-border-color) solid} - -.tribe-events .tribe-events-c-nav{margin-top:40px} - -.tribe-events .tooltipster-base .tooltipster-box .tribe-events-pro-week-grid__event-tooltip-title a:active,.tribe-events .tooltipster-base .tooltipster-box .tribe-events-pro-week-grid__event-tooltip-title a:focus,.tribe-events .tooltipster-base .tooltipster-box .tribe-events-pro-week-grid__event-tooltip-title a:hover{color:var(--bb-primary-color);border-bottom:none} - -.tribe-events .tooltipster-base .tooltipster-content .tribe-events-calendar-month__calendar-event-tooltip-title a:active,.tribe-events .tooltipster-base .tooltipster-content .tribe-events-calendar-month__calendar-event-tooltip-title a:focus,.tribe-events .tooltipster-base .tooltipster-content .tribe-events-calendar-month__calendar-event-tooltip-title a:hover{color:var(--bb-primary-color);border-bottom:none} - -.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-breadcrumbs__list{font-size:14px} - -.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-breadcrumbs__list-item-icon-svg{height:8px;width:5px} - -.tooltipster-base.tribe-events-tooltip-theme{padding:10px;border-radius:var(--bb-block-radius);border:0} - -.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper{width:100%} - -.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper img{border-radius:var(--bb-block-radius-inner)} - -article.tribe-events-calendar-month__multiday-event.tribe_events_cat-my-cat-event .tribe-events-calendar-month__multiday-event-bar-inner{background-color:var(--bb-primary-color)} - -.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date,.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link{color:var(--bb-primary-color)} - -.tribe-events-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} - -.tribe-events-widget header.tribe-events-widget-events-list__header{margin-bottom:0} - -.tribe-events-widget h2.tribe-events-widget-events-list__header-title{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} - -.bb-template-v2 .tribe-events-widget .tribe-events-widget-events-list__view-more a.tribe-events-widget-events-list__view-more-link{font-weight:700;font-size:12px;text-transform:uppercase;padding:8px 16px;border-radius:var(--bb-button-radius);display:inline-block;background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);-webkit-transition:none;transition:none} - -.bb-template-v2 .tribe-events-widget .tribe-events-widget-events-list__view-more a.tribe-events-widget-events-list__view-more-link: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)} - -.tribe-events-widget a.tribe-common-anchor-thin{-webkit-transition:none;transition:none} - -.tribe-events-widget a.tribe-common-anchor-thin:hover{border:0;color:var(--bb-primary-color)} - -.bb-template-v2 .tribe-events-widget{border-radius:var(--bb-block-radius);padding:1.25rem 1.25rem 1.5625rem} - -.bb-template-v2 .tribe-events-widget h2.tribe-events-widget-events-list__header-title{font-size:1.25rem;letter-spacing:-.24px;margin-bottom:23px} - -#tribe-events-pg-template,.tribe-events-pg-template{padding-top:1.875rem;padding-bottom:2.1875rem} - -.events-list .tribe-events-back.tribe-events-loop{max-width:100%;margin-bottom:10px} - -.events-list .tribe-events-back.tribe-events-loop a{font-weight:inherit;font-size:14px;color:red} - -.events-list .tribe-events-list>p.tribe-events-back.tribe-events-loop{display:none} - -.events-list div.tribe-events-loop{max-width:100%;background-color:#fff;border:1px solid var(--bb-content-border-color)} - -.events-list .tribe-events-map div.tribe-events-loop{border:0} - -.events-list #tribe-events-footer{border-top:0;padding-top:0} - -#tribe-events-content{padding-top:0!important} - -#tribe-events-content h2.tribe-events-page-title{font-size:14px;background-color:#fff;border-left:1px solid var(--bb-content-border-color);border-right:1px solid var(--bb-content-border-color);border-top:1px solid var(--bb-content-border-color);margin:0;padding:10px 25px;font-weight:500} - -#tribe-events-content h2.tribe-events-page-title.has-notice{border-bottom:1px solid var(--bb-content-border-color)} - -#tribe-events-content.tribe-events-map h2.tribe-events-page-title{border-bottom:1px solid var(--bb-content-border-color)} - -#tribe-events-content.tribe-events-list{padding-top:0!important} - -#tribe-events-header{margin:0} - -#tribe-events-footer{margin-top:1.25em} - -#tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-previous a{position:relative;right:5px;-webkit-tap-highlight-color:transparent} - -#tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-previous a::before{content:"\E8AB";font-family:bb-icons;font-size:22px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:relative;top:3px;left:3px} - -#tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-previous a span{display:none} - -#tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-next{margin-right:0} - -#tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-next a{position:relative;left:5px;-webkit-tap-highlight-color:transparent} - -#tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-next a::after{content:"\e827";font-family:bb-icons;font-size:22px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:relative;top:3px;right:3px} - -#tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-next a span{display:none} - -.tribe-events-single #tribe-events-footer{margin-top:0} - -.tribe-events-single #tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-next a::after{right:0} - -.tribe-events-single #tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-previous a::before{left:0} - -body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-events-sub-nav li{display:none} - -.events-list.tribe-bar-is-disabled #tribe-events-content-wrapper{max-width:100%} - -.tribe-bar-submit{margin-left:0} - -.tribe-bar-search-filter{width:50%} - -.tribe-events-day .tribe-events-loop{max-width:100%;background-color:#fff;border:1px solid var(--bb-content-border-color)} - -.tribe-events-day .tribe-mini-calendar-list-wrapper .tribe-events-loop{border:0} - -.tribe-events-day #tribe-events-footer{border-top:0;padding-top:0} - -.tribe-events-list .type-tribe_events{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:800px){ - -.tribe-events-list .type-tribe_events{margin-bottom:3rem}} - -.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-image,.tribe-events-list .tribe-events-loop .tribe-events-event-image{width:100%} - -.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-image a,.tribe-events-list .tribe-events-loop .tribe-events-event-image a{position:relative;overflow:hidden;padding-top:60%;display:block;background:#809ab4;border-radius:4px} - -.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-image a img,.tribe-events-list .tribe-events-loop .tribe-events-event-image a 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} - -.tribe-events-list .bs-tribe-events-col-first .bs-events-post-placeholder{position:relative;overflow:hidden;padding-top:60%;display:block;background:#809ab4;border-radius:4px;text-align:center} - -.tribe-events-list .bs-tribe-events-col-first .bs-events-post-placeholder::after{font-family:bb-icons!important;text-rendering:auto;-webkit-font-smoothing:antialiased;color:#fff;content:"\e803";font-size:70px;margin-right:0;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:.5}@media (max-width:544px){ - -.tribe-events-list .bs-tribe-events-col-first .bs-events-post-placeholder::after{font-size:40px}} - -.tribe-events-list .tribe-events-event-image img{border-radius:4px} - -.tribe-events-list #tribe-geo-results.tribe-events-loop .tribe-event-featured{margin-left:-25px;margin-right:-25px} - -.tribe-events-list #tribe-geo-results.tribe-events-loop .tribe-event-featured .bs-tribe-events-col-first{margin-left:25px} - -.tribe-events-list #tribe-geo-results.tribe-events-loop .tribe-event-featured .bs-tribe-events-col-last{margin-right:25px} - -.tribe-events-list .tribe-events-loop .tribe-event-featured{background-color:var(--bb-body-background-color);padding-top:1rem;padding-bottom:1rem;padding-right:0} - -.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost{margin:0} - -.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost span{color:var(--bb-body-text-color)} - -.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .ticket-cost{background:0 0} - -.tribe-events-list .tribe-events-loop .tribe-event-featured.tribe-events-first{padding-top:1rem} - -.tribe-events-list .tribe-events-loop .tribe-event-featured h2.tribe-events-list-event-title{margin-top:0} - -.tribe-events-list .tribe-events-loop .tribe-event-featured h2.tribe-events-list-event-title a{color:var(--bb-headings-color)} - -.tribe-events-list .tribe-events-loop .tribe-event-featured h2.tribe-events-list-event-title a:hover{color:var(--bb-primary-color)} - -.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-content{color:inherit} - -.tribe-events-list .tribe-events-loop .tribe-event-featured a{color:var(--bb-primary-color)} - -.tribe-events-list .tribe-events-loop .tribe-event-featured a:hover{color:#0f74e0}@media screen and (min-width:801px){ - -.tribe-events-list .tribe-events-loop .tribe-event-featured .bs-tribe-events-col-first .bs-events-post-placeholder{margin-left:-25px;width:100%}} - -.tribe-events-list #tribe-geo-results .tribe-event-featured .tribe-events-content{color:var(--bb-body-text-color)}@media (max-width:1200px){ - -.page-sidebar .tribe-events-list .type-tribe_events{display:block} - -.page-sidebar .tribe-events-list .type-tribe_events .bs-tribe-events-col-first{max-width:100%;padding:0 25px;overflow:hidden} - -.page-sidebar .tribe-events-list .type-tribe_events .bs-tribe-events-col-first .tribe-events-event-image a{padding-top:36%;position:relative;overflow:hidden;display:block;background:#809ab4;border-radius:4px;margin-bottom:20px} - -.page-sidebar .tribe-events-list .type-tribe_events .bs-tribe-events-col-first .tribe-events-event-image a 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} - -.page-sidebar .tribe-events-list .type-tribe_events .bs-tribe-events-col-last{overflow:hidden;padding:5px 25px 0} - -.page-sidebar .tribe-events-list .type-tribe_events .bs-tribe-events-col-last .tribe-event-schedule-details{padding:0} - -.page-sidebar .tribe-events-list .type-tribe_events .bs-tribe-events-col-last .tribe-events-event-meta{padding:0;border:0;background:0 0} - -.page-sidebar .tribe-events-list .type-tribe_events .bs-tribe-events-col-last .tribe-events-event-meta .tribe-events-venue-details{padding:0;border-top:0}}@media (max-width:1200px){ - -.page-sidebar .tribe-events-list .tribe-events-loop .tribe-event-featured{padding-left:25px;padding-right:25px} - -.page-sidebar .tribe-events-list .tribe-events-loop .tribe-event-featured .bs-tribe-events-col-first{padding:0} - -.page-sidebar .tribe-events-list .tribe-events-loop .tribe-event-featured .bs-tribe-events-col-first .tribe-events-event-image{margin:0}}@media (max-width:800px){ - -.tribe-events-list .type-tribe_events{display:block} - -.tribe-events-list .type-tribe_events .bs-tribe-events-col-first{max-width:100%;padding:0 25px;overflow:hidden} - -.tribe-events-list .type-tribe_events .bs-tribe-events-col-first .tribe-events-event-image a{padding-top:46%;position:relative;overflow:hidden;display:block;background:#809ab4;border-radius:4px;margin-bottom:10px} - -.tribe-events-list .type-tribe_events .bs-tribe-events-col-first .bs-events-post-placeholder{padding-top:46%;margin-bottom:10px} - -.tribe-events-list .type-tribe_events .bs-tribe-events-col-first .tribe-events-event-image a 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} - -.tribe-events-list .type-tribe_events .bs-tribe-events-col-last{overflow:hidden;padding:5px 25px 0} - -.tribe-events-list .type-tribe_events .bs-tribe-events-col-last .tribe-event-schedule-details{padding:0} - -.tribe-events-list .type-tribe_events .bs-tribe-events-col-last .tribe-events-event-meta{padding:0;border:0;background:0 0} - -.tribe-events-list .type-tribe_events .bs-tribe-events-col-last .tribe-events-event-meta .tribe-events-venue-details{padding:0;border-top:0}}@media (max-width:544px){ - -.tribe-events-list .type-tribe_events .bs-tribe-events-col-first{padding:0 15px} - -.tribe-events-list .type-tribe_events .bs-tribe-events-col-last{padding-left:15px;padding-right:15px}}@media (max-width:800px){ - -.tribe-events-list .tribe-events-loop .tribe-event-featured{padding-left:25px;padding-right:25px;margin-bottom:3rem} - -.tribe-events-list .tribe-events-loop .tribe-event-featured .bs-tribe-events-col-first{padding:0} - -.tribe-events-list .tribe-events-loop .tribe-event-featured .bs-tribe-events-col-first .tribe-events-event-image{margin:0}}@media (max-width:544px){ - -.tribe-events-list .tribe-events-loop .tribe-event-featured{padding-left:15px;padding-right:15px}} - -.tribe-events-map .type-tribe_events .bs-tribe-events-col-first{padding-left:0} - -.tribe-events-map .type-tribe_events .bs-tribe-events-col-last{padding-right:0}@media (max-width:800px){ - -.tribe-events-map .type-tribe_events .bs-tribe-events-col-first{padding-left:0;padding-right:0} - -.tribe-events-map .type-tribe_events .bs-tribe-events-col-last{padding-left:0;padding-right:0} - -.tribe-events-list #tribe-geo-results.tribe-events-loop .tribe-event-featured .bs-tribe-events-col-first{margin-left:0}} - -.type-tribe_events .bs-tribe-events-col-first{-webkit-box-flex:0;-ms-flex:0 0 300px;flex:0 0 300px;max-width:100%;padding-left:25px} - -.type-tribe_events .bs-tribe-events-col-last{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-right:25px;padding-left:20px;padding-top:5px} - -.type-tribe_events.tribe-event-featured .bs-tribe-events-col-last{padding-left:0}@media (max-width:800px){ - -.type-tribe_events.tribe-event-featured .bs-tribe-events-col-last{padding-right:0} - -.type-tribe_events.tribe-event-featured .bs-tribe-events-col-last .tribe-events-event-cost{font-size:13px}} - -.type-tribe_events .tribe-events-list-event-description,.type-tribe_events .tribe-events-map-event-description{font-size:14px} - -.type-tribe_events .tribe-events-list-event-description a.tribe-events-read-more,.type-tribe_events .tribe-events-map-event-description a.tribe-events-read-more{display:none} - -.type-tribe_events .bs-event-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap} - -.type-tribe_events .bs-event-heading .tribe-event-schedule-short{-webkit-box-flex:0;-ms-flex:0 0 45px;flex:0 0 45px;max-width:45px;text-align:center;line-height:1;padding:0} - -.type-tribe_events .bs-event-heading .tribe-event-schedule-short .bs-schedule-short-date{padding:3px 8px 3px 0;border-right:1px solid var(--bb-content-border-color)} - -.type-tribe_events .bs-event-heading .tribe-event-schedule-short .bs-schedule-short-m{color:#f1451f;font-size:12px;margin-bottom:5px;font-weight:700;display:block;text-transform:uppercase} - -.type-tribe_events .bs-event-heading .tribe-event-schedule-short .bs-schedule-short-d{color:var(--bb-headings-color);font-size:24px;font-weight:400;display:block}@media (max-width:544px){ - -.type-tribe_events .bs-event-heading .tribe-event-schedule-short{display:none}} - -.type-tribe_events .bs-event-heading .tribe-event-schedule-long{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-left:14px;padding-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.type-tribe_events .bs-event-heading .tribe-event-schedule-long .bs-tribe-events-single-heading{margin-right:auto} - -.type-tribe_events .bs-event-heading .tribe-event-schedule-long .bs-tribe-events-single-heading .tribe-events-distance{padding:2px 15px;font-size:11px;font-weight:inherit;margin:0;line-height:1.3;border-radius:100px;background-color:#eceef1;color:var(--bb-body-text-color)} - -.type-tribe_events .bs-event-heading .tribe-event-schedule-long .tribe-events-event-cost span{border:0;padding-right:0;padding-top:0}@media (max-width:544px){ - -.type-tribe_events .bs-event-heading .tribe-event-schedule-long{padding-left:0}} - -.type-tribe_events .bs-event-heading h2.tribe-events-list-event-title,.type-tribe_events .bs-event-heading h2.tribe-events-map-event-title{font-size:18px;font-weight:500;line-height:1.4em;display:block;display:-webkit-box;max-height:2.8em;margin:0;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%} - -.type-tribe_events .bs-event-heading h2.tribe-events-list-event-title a,.type-tribe_events .bs-event-heading h2.tribe-events-map-event-title a{color:var(--bb-headings-color)} - -.type-tribe_events .bs-event-heading h2.tribe-events-list-event-title a:hover,.type-tribe_events .bs-event-heading h2.tribe-events-map-event-title a:hover{color:var(--bb-primary-color)} - -.type-tribe_events .bs-event-heading .tribe-event-schedule-details{font-size:13px;color:var(--bb-alternate-text-color);line-height:1.3;margin-bottom:3px} - -.type-tribe_events .bs-event-heading .tribe-event-schedule-details .tribe-event-time{padding-right:5px} - -.type-tribe_events .bs-event-heading .recurringinfo{vertical-align:baseline} - -.type-tribe_events .bs-event-heading .event-is-recurring{color:var(--bb-headings-color);font-weight:400} - -.type-tribe_events .bs-event-heading .recurringinfo .tribe-events-divider{padding:0 5px 0 0} - -.type-tribe_events .bs-event-heading .time-details{font-size:13px;color:var(--bb-alternate-text-color);line-height:1.4;margin-bottom:3px;padding:0 5px 0 0} - -.type-tribe_events .bs-event-heading .time-details .tribe-event-date-start{padding-right:5px} - -.type-tribe_events .bs-event-heading .time-details .tribe-event-time{padding-right:5px}@media (max-width:544px){ - -.type-tribe_events .bs-event-heading .time-details{margin-bottom:6px;line-height:1.3}} - -.type-tribe_events .bs-event-heading .tribe-events-event-meta{margin-top:3px;font-weight:400} - -.type-tribe_events .bs-event-heading .tribe-events-venue-details{color:var(--bb-alternate-text-color);font-style:inherit;margin-top:0} - -.type-tribe_events .bs-event-heading .tribe-events-venue-details span.tribe-street-address+br{display:none} - -.type-tribe_events .bs-event-heading .tribe-events-venue-details abbr[title]{text-decoration:none} - -.type-tribe_events .bs-event-heading .bs-related-location .tribe-events-venue-details span.tribe-address::before{background-color:#fff} - -.tribe-events-photo .tribe-events-loop .type-tribe_events .tribe-events-event-meta{line-height:1;display:block;display:-webkit-box;max-height:1em;margin:0;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%}@media (max-width:800px){ - -.tribe-events-photo .type-tribe_events .bs-event-heading .tribe-event-schedule-details{padding-left:0;padding-right:0} - -.tribe-events-photo .tribe-events-list .tribe-events-venue-details{border-top:0;padding:0}} - -#tribe-geo-results h2.tribe-events-map-event-title{font-weight:500;font-size:18px;line-height:1.4em;margin-bottom:0} - -#tribe-geo-results .tribe-event-featured h2.tribe-events-map-event-title{margin:0 0 6px} - -#tribe-geo-results .tribe-event-featured h2.tribe-events-map-event-title a{color:var(--bb-headings-color)} - -#tribe-geo-results .tribe-event-featured h2.tribe-events-map-event-title a:hover{color:var(--bb-primary-color)} - -#tribe-geo-results .tribe-event-featured a{color:var(--bb-primary-color)} - -#tribe-geo-results .tribe-event-featured a:hover{color:var(--bb-primary-color)}@media screen and (min-width:1200px){ - -.bb-buddypanel .tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap,.has-sidebar .tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap{max-height:670px;overflow-x:visible;overflow-y:auto}}@media screen and (min-width:800px){ - -body:not(.bb-buddypanel) .tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap{max-height:670px;overflow-y:auto}} - -#tribe-events-content .tribe-events-day-time-slot,.tribe-events-day .tribe-events-day-time-slot{display:-webkit-box;display:-ms-flexbox;display:flex} - -#tribe-events-content .tribe-events-day-time-slot h5,.tribe-events-day .tribe-events-day-time-slot h5{margin:0;-webkit-box-flex:0;-ms-flex:0 0 75px;flex:0 0 75px;max-width:75px;background:0 0;border-right:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color);color:var(--bb-headings-color);font-weight:500;padding:20px 0;font-size:14px;text-align:center}@media screen and (max-width:544px){ - -#tribe-events-content .tribe-events-day-time-slot h5,.tribe-events-day .tribe-events-day-time-slot h5{-webkit-box-flex:0;-ms-flex:0 0 55px;flex:0 0 55px;max-width:55px;font-size:11px}} - -#tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap,.tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap{border-bottom:1px solid var(--bb-content-border-color);padding:20px 0;width:100%} - -#tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap .type-tribe_events,.tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap .type-tribe_events{margin-bottom:20px} - -#tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap .type-tribe_events:last-of-type,.tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap .type-tribe_events:last-of-type{margin-bottom:0} - -#tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap h2.tribe-events-page-title,.tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap h2.tribe-events-page-title{border:0;padding:0;line-height:24px} - -#tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap,.tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap{padding:0 25px}@media screen and (max-width:544px){ - -#tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap.bs-events-day-tag-wrap,.tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap.bs-events-day-tag-wrap{padding:0 15px}} - -#tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap>div,.tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap>div{display:inline-block;text-align:center;padding:10px 0 6px} - -#tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap>div span,.tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap>div span{display:block;line-height:1.2} - -#tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap .bs-day-w,.tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap .bs-day-w{text-transform:uppercase;font-size:12px;color:#939597} - -#tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap .bs-day-d,.tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap .bs-day-d{color:var(--bb-headings-color);font-size:22px} - -#tribe-events-content .tribe-events-day-time-slot .type-tribe_events,.tribe-events-day .tribe-events-day-time-slot .type-tribe_events{margin:0} - -#tribe-events-content .tribe-events-day-time-slot:last-of-type h5,.tribe-events-day .tribe-events-day-time-slot:last-of-type h5{border-bottom:0} - -#tribe-events-content .tribe-events-day-time-slot:last-of-type .bs-events-day-wrap,.tribe-events-day .tribe-events-day-time-slot:last-of-type .bs-events-day-wrap{border-bottom:0} - -.recurring-info-tooltip.tribe-events-tooltip{box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);border-radius:4px;padding-left:.5em;padding-right:.5em} - -.bs-events-day-wrap .type-tribe_events:first-of-type .recurring-info-tooltip.tribe-events-tooltip{bottom:initial!important;top:25px;width:160px} - -.bs-events-day-wrap .type-tribe_events:first-of-type .recurring-info-tooltip.tribe-events-tooltip .tribe-events-arrow{content:" ";position:absolute;width:0;height:0;top:0;right:initial;left:20px;margin:0 auto;box-sizing:border-box;border:5px 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);-webkit-transition:all linear .2s;transition:all linear .2s;z-index:101;background-image:none} - -#tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner{padding-top:0} - -#tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner label{display:none} - -.tribe-bar-collapse #tribe-bar-collapse-toggle{width:100%;-webkit-tap-highlight-color:transparent;color:var(--bb-body-text-color)} - -.tribe-bar-collapse #tribe-bar-collapse-toggle:active,.tribe-bar-collapse #tribe-bar-collapse-toggle:focus,.tribe-bar-collapse #tribe-bar-collapse-toggle:hover{background-color:transparent;color:var(--bb-body-text-color);box-shadow:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:right 1rem center} - -#tribe-bar-form.tribe-bar-collapse #tribe-bar-views{width:100%}@media (max-width:800px){ - -#tribe-bar-form .tribe-bar-filters{padding-right:0}} - -#tribe-bar-form.tribe-bar-full.tribe-events-bar--has-filters #tribe-bar-views,#tribe-bar-form.tribe-bar-mini.tribe-events-bar--has-filters #tribe-bar-views{float:right;width:16.1%;position:static} - -#tribe-bar-views{-webkit-tap-highlight-color:transparent} - -#tribe-bar-views .tribe-bar-views-inner{background:0 0;padding:0;position:relative} - -#tribe-bar-views .tribe-bar-views-inner label{display:none} - -#tribe-bar-views ul.tribe-bar-views-list{z-index:6} - -#tribe-bar-views #tribe-bar-views-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:right 1rem center;font-family:inherit;font-size:14px;height:35px;line-height:30px;padding:2px 15px;outline:0;vertical-align:middle;background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:20px;box-shadow:none;color:#939597} - -#tribe-bar-views #tribe-bar-views-toggle::after{border:0} - -#tribe-bar-views #tribe-bar-views-toggle>span{background-image:none;position:relative} - -#tribe-bar-views #tribe-bar-views-toggle>span::before{font-family:bb-icons!important;font-size:17px;text-rendering:auto;-webkit-font-smoothing:antialiased;color:#c3c8d2;margin-right:0;position:absolute;top:-3px;left:0;z-index:9} - -#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-list::before{content:"\edb1"} - -#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-month::before{content:"\e803"} - -#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-week::before{content:"\e803"} - -#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-day::before{content:"\e803"} - -#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-map::before{content:"\E817";font-size:20px} - -#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-photo::before{content:"\eeb4"} - -#tribe-bar-views ul.tribe-bar-views-list{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;outline:0;padding:5px 0;margin-top:1px} - -#tribe-bar-views ul.tribe-bar-views-list::before{content:" ";position:absolute;width:0;height:0;top:0;right:16px;margin:0 auto;box-sizing:border-box;border:8px 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);-webkit-transition:all linear .2s;transition:all linear .2s;z-index:101} - -#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option{font-size:14px;color:#939597;padding:3px 15px 9px} - -#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span{padding:0 6px 0 15px;line-height:23px;color:#939597} - -#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option:hover{background:var(--bb-body-background-color)} - -#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span{background-image:none;padding-left:24px;position:relative} - -#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span::before{font-family:bb-icons!important;font-size:17px;text-rendering:auto;-webkit-font-smoothing:antialiased;color:#c3c8d2;margin-right:0;position:absolute;top:0;left:0;z-index:9} - -#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-list::before{content:"\edb1"} - -#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-day::before,#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-month::before,#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-week::before{content:"\e803"} - -#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-map::before{content:"\eed1";font-size:22px;left:-3px} - -#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-photo::before{content:"\eeb4"} - -#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active{display:none} - -#tribe-bar-views.tribe-bar-views-open ul.tribe-bar-views-list li.tribe-bar-views-option.tribe-bar-active+li.tribe-bar-views-option{border-top:1px solid var(--bb-content-border-color);padding-top:6px;border-radius:3px 3px 0 0;position:relative;margin-top:1px} - -#tribe-bar-views.tribe-bar-views-open ul.tribe-bar-views-list li.tribe-bar-views-option.tribe-bar-active+li.tribe-bar-views-option::before{content:" ";position:absolute;width:0;height:0;top:0;right:16px;margin:0 auto;box-sizing:border-box;border:8px 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);-webkit-transition:all linear .2s;transition:all linear .2s;z-index:101} - -#tribe-bar-views.tribe-bar-views-open ul.tribe-bar-views-list li.tribe-bar-views-option:not(.tribe-bar-active){background-color:var(--bb-content-background-color);border-left:1px solid var(--bb-content-border-color);border-right:1px solid var(--bb-content-border-color)} - -#tribe-bar-views.tribe-bar-views-open ul.tribe-bar-views-list li.tribe-bar-views-option:not(.tribe-bar-active) a:hover{background-color:var(--bb-body-background-color);color:var(--bb-primary-color)} - -#tribe-bar-views.tribe-bar-views-open ul.tribe-bar-views-list li.tribe-bar-views-option:last-child{border-bottom:1px solid var(--bb-content-border-color);border-radius:0 0 3px 3px;padding-bottom:6px} - -#tribe-bar-collapse-toggle{background:0 0;height:40px;line-height:40px;padding:0 15px 0 0;text-transform:none;font-size:15px;font-weight:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:right 1rem center;padding-right:40px} - -#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow{display:none} - -#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow::after{display:none} - -#tribe-events-bar{margin-bottom:20px} - -#tribe-bar-form #tribe-bar-views+.tribe-bar-filters{right:14.6667%;width:85.3333%} - -body.no-js #tribe-bar-form{visibility:hidden;opacity:0} - -#tribe-bar-form.tribe-bar-mini #tribe-bar-views{width:16.6667%;left:83.3333%} - -#tribe-bar-form.tribe-bar-mini #tribe-bar-views+.tribe-bar-filters{max-width:83.333%;right:16.6667%} - -#tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type=submit]{font-size:13px;padding-top:3px;padding-bottom:3px} - -#tribe-bar-form.tribe-bar-mini #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a{padding-top:0;padding-bottom:0} - -#tribe-bar-form.tribe-bar-mini .tribe-bar-views-option a span{font-size:13px} - -#tribe-bar-form{background:0 0} - -#tribe-bar-form input[type=text]{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;font-family:inherit;font-size:14px;height:35px;vertical-align:middle;background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:20px;box-shadow:none;padding:0 15px 0 37px;font-style:inherit;font-weight:inherit;outline:0} - -#tribe-bar-form input[type=text].placeholder{color:#c3c6c9;font-style:inherit} - -#tribe-bar-form input[type=text]:placeholder{color:#c3c6c9;font-style:inherit} - -#tribe-bar-form input[type=text]::-webkit-input-placeholder{color:#c3c6c9;font-style:inherit} - -#tribe-bar-form input[type=text]:-ms-input-placeholder{color:#c3c6c9;font-style:inherit} - -#tribe-bar-form input[type=text]::placeholder{color:#c3c6c9;font-style:inherit} - -#tribe-bar-form input[type=text]:input-placeholder{color:#c3c6c9;font-style:inherit} - -#tribe-bar-form input[type=text]::input-placeholder{color:#c3c6c9;font-style:inherit} - -#tribe-bar-form input[type=text]:focus{outline:0;border-bottom:1px solid var(--bb-content-border-color)} - -#tribe-bar-form .tribe-bar-submit input[type=submit]{background-color:var(--bb-primary-color);border-radius:var(--bb-button-radius);font-weight:inherit;font-style:inherit;text-transform:none;font-size:14px;padding-top:3px;padding-bottom:3px;height:35px} - -#tribe-bar-form .tribe-bar-submit input[type=submit]:hover{background-color:var(--bb-primary-color);box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)} - -#tribe-bar-form .tribe-bar-filters{padding-right:0} - -#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner>div{padding-left:5px;padding-right:5px} - -#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner>div label{display:none} - -#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner{margin-left:-5px} - -#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-date-filter{position:relative;z-index:2;padding-top:0;padding-bottom:0} - -#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-date-filter::before{font-family:bb-icons!important;font-size:17px;text-rendering:auto;-webkit-font-smoothing:antialiased;color:#c3c8d2;content:"\e803";margin-right:0;position:absolute;bottom:4px;left:18px;z-index:9} - -#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-search-filter{position:relative;z-index:2;padding-top:0;padding-bottom:0} - -#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-search-filter::before{font-family:bb-icons!important;font-size:17px;text-rendering:auto;-webkit-font-smoothing:antialiased;color:#c3c8d2;content:"\ef10";margin-right:0;position:absolute;bottom:4px;left:18px;z-index:9} - -#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-geoloc-filter{position:relative;z-index:2;padding-top:0;padding-bottom:0} - -#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-geoloc-filter::before{font-family:bb-icons!important;font-size:22px;text-rendering:auto;-webkit-font-smoothing:antialiased;color:#c3c8d2;content:"\eed1";margin-right:0;position:absolute;bottom:4px;left:18px;z-index:9} - -#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-submit{padding-top:0;padding-bottom:0} - -#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-geoloc-filter+.tribe-bar-submit{width:18%} - -#tribe-bar-form.tribe-bar-collapse .tribe-bar-filters{background-color:#fff;border-radius:4px;padding:10px} - -#tribe-bar-form.tribe-bar-collapse .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-submit{width:100%} - -#tribe-bar-form.tribe-bar-collapse .tribe-bar-filters-inner>div{padding-top:8px;padding-bottom:8px} - -.tribe-bar-geoloc-filter,.tribe-events-uses-geolocation .tribe-bar-date-filter,.tribe-events-uses-geolocation .tribe-bar-search-filter,.tribe-events-uses-geolocation .tribe-bar-submit{width:27.333%}@media (max-width:800px){ - -#tribe-events-footer~a.tribe-events-ical.tribe-events-button{border-radius:100px;font-size:13px;padding:0 20px} - -.tribe-events-sub-nav li a,.tribe-events-sub-nav li a:visited{background:0 0;color:var(--bb-primary-color);padding:0;font-size:13px} - -.tribe-events-sub-nav li a:hover,.tribe-events-sub-nav li a:visited:hover{color:var(--bb-primary-color)} - -#tribe-mobile-container .type-tribe_events{font-size:16px} - -#tribe-mobile-container .type-tribe_events .tribe-events-event-image img{border-radius:4px} - -#tribe-mobile-container .type-tribe_events .tribe-events-event-schedule-details{font-size:13px} - -#tribe-mobile-container .type-tribe_events .tribe-event-description{font-size:14px} - -.tribe-mobile-day-date{background:0 0;border-bottom:1px solid var(--bb-content-border-color);font-weight:400;color:var(--bb-headings-color)} - -.tribe-events-month #tribe-mobile-container .type-tribe_events h4.summary,.tribe-events-week #tribe-mobile-container .type-tribe_events h4.summary{font-size:16px} - -.tribe-events-month #tribe-mobile-container .type-tribe_events .tribe-events-event-body,.tribe-events-week #tribe-mobile-container .type-tribe_events .tribe-events-event-body{font-size:14px} - -.tribe-events-photo #tribe-events #tribe-events-footer{padding-top:1em} - -#tribe-events-footer::after,#tribe-events-footer::before{background-color:transparent}} - -#tribe-events .tribe-events-button{font-size:14px;padding:9px 2em;vertical-align:middle;display:inline-block;line-height:1.4;background:var(--bb-primary-color);font-weight:500;text-transform:none;border-radius:100px;border:0;letter-spacing:normal} - -#tribe-events .tribe-events-button:hover{background:var(--bb-primary-color);box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)} - -#tribe-events .tribe-events-content.entry-summary p{line-height:1.5;display:block;display:-webkit-box;max-height:6em;margin:0;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%} - -#tribe-events a.tribe-events-gcal,#tribe-events-content a.tribe-events-ical{display:none} - -.bb-page-loaded #tribe-events a.tribe-events-gcal,.bb-page-loaded #tribe-events-content a.tribe-events-ical{display:inline-block} - -#tribe-events #tribe-events-content-wrapper>a.tribe-events-ical,#tribe-events-content.tribe-events-list a.tribe-events-ical{margin-top:0;float:right} - -#tribe-events-content.tribe-events-list a.tribe-events-ical{border-radius:var(--bb-button-radius)} - -.tribe-events-user-recurrence-toggle{text-align:left;font-style:inherit} - -.tribe-events-user-recurrence-toggle label{font-size:15px} - -.tribe-events-list-separator-month{text-align:left;margin:0 0 20px;padding:5px 25px;font-size:15px;font-weight:700;text-transform:uppercase;background:#fff;border:0;border-bottom:1px solid var(--bb-content-border-color)} - -.tribe-events-list-separator-month span{padding:10px 0;display:inline-block} - -.tribe-events-list-separator-month::after{display:none} - -.tribe-events-list-separator-month+.type-tribe_events.tribe-events-first{padding-top:0} - -.tribe-events-photo #tribe-events-photo-events{background-color:#fff;border:1px solid var(--bb-content-border-color);padding-left:2%;padding-right:2%;margin:0} - -.tribe-events-photo #tribe-events-footer{border-top:0;padding-top:0} - -.tribe-events-photo .tribe-events-user-recurrence-toggle{background-color:#fff;border-left:1px solid var(--bb-content-border-color);border-right:1px solid var(--bb-content-border-color);padding:5px 2% 15px;margin-bottom:0} - -#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event{margin:15px 1%;width:30%} - -#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap{color:inherit} - -#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap{background:0 0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column} - -#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-event-details{background:#fff;border:1px solid var(--bb-content-border-color);border-top:0;border-radius:0 0 4px 4px;-webkit-transition:all linear .2s;transition:all linear .2s;overflow:hidden} - -#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-event-details:hover{box-shadow:0 6px 24px 0 rgba(18,43,70,.12)} - -#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .bs-events-post-placeholder{position:relative;overflow:hidden;padding-top:52.56%;display:block;background:#809ab4;border-radius:4px 4px 0 0;text-align:center} - -#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .bs-events-post-placeholder::after{font-family:bb-icons!important;text-rendering:auto;-webkit-font-smoothing:antialiased;color:#fff;content:"\e803";font-size:70px;margin-right:0;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:.5} - -#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-event-image{margin:0} - -#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-event-image a{position:relative;overflow:hidden;padding-top:52.56%;display:block;background:#809ab4;border-radius:4px 4px 0 0} - -#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-event-image a 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} - -#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-list-photo-description{font-size:14px;padding-right:0;line-height:21px;display:block;display:-webkit-box;max-height:120px;min-height:120px;margin:15px 0 0;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%} - -#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event h2.tribe-events-list-event-title{font-size:16px;font-weight:500;line-height:21px;display:block;display:-webkit-box;max-height:24px;min-height:24px;margin:6px 0 0;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%} - -#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event h2.tribe-events-list-event-title a{color:var(--bb-headings-color)} - -#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event h2.tribe-events-list-event-title a:hover{color:var(--bb-primary-color)} - -#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .bs-photo-location{font-size:13px;line-height:1;display:block;display:-webkit-box;max-height:19px;margin:0;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:97%;position:relative;bottom:2px;right:3px} - -#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .bs-photo-location .tribe-events-venue-details{line-height:1.3} - -#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap .tribe-events-event-image{margin:0}@media (max-width:600px){ - -#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event{width:100%;max-width:100%;margin-left:0;margin-right:0}} - -#tribe-events-photo-events.photo-two-col .type-tribe_events.tribe-events-photo-event{width:46%}@media (max-width:600px){ - -#tribe-events-photo-events.photo-two-col .type-tribe_events.tribe-events-photo-event{width:96%;max-width:none} - -#tribe-events-photo-events{margin-bottom:0}} - -.tribe-events-event-meta address.tribe-events-address,.tribe-events-list .tribe-events-venue-details{font-style:inherit} - -#tribe-events-header ul.tribe-events-sub-nav{display:none} - -.bs-map-wrap #tribe-events-content.tribe-events-list{margin-bottom:0;padding:0!important} - -#tribe-geo-map-wrapper{background:#fff;border:0;padding:0;margin-bottom:0} - -.tribe-events-map #tribe-geo-results{background-color:#fff;border:1px solid var(--bb-content-border-color);border-top:0;padding:10px 25px 0;margin-top:0} - -.tribe-events-map .bs-map-wrap #tribe-events-header{margin:0} - -.tribe-events-notices{background-color:#fff;border-radius:4px;border:1px solid var(--bb-content-border-color);font-size:16px;color:var(--bb-alternate-text-color);margin-top:0;padding-left:25px;padding-right:25px} - -#tribe_events_filters_wrapper+#tribe-events-content>.tribe-events-notices{margin-top:0} - -.events-list .tribe-mini-calendar-list-wrapper div.tribe-events-loop{border:0} - -.tribe-mini-calendar-event.first,.tribe_mini_calendar_widget .tribe-mini-calendar-event.first{margin-top:0} - -.tribe-events-day .tribe_mini_calendar_widget .tribe-event-featured{background:0 0} - -.tribe-events-day .tribe_mini_calendar_widget .tribe-event-featured .list-date{background-color:var(--bb-body-background-color)} - -.tribe-events-day .tribe_mini_calendar_widget .tribe-event-featured .list-date .list-dayname{background-color:var(--bb-body-background-color)} - -.tribe-mini-calendar-event,.tribe_mini_calendar_widget .tribe-mini-calendar-event{border-bottom:0;margin-bottom:0;padding-bottom:0} - -.tribe-mini-calendar-event .list-date,.tribe_mini_calendar_widget .tribe-mini-calendar-event .list-date{background:0 0;border-right:1px solid var(--bb-content-border-color);padding:0 3px 0 0;font-weight:inherit} - -.tribe-mini-calendar-event .list-date .list-dayname,.tribe_mini_calendar_widget .tribe-mini-calendar-event .list-date .list-dayname{padding-top:0} - -.tribe-mini-calendar-event .list-date .list-daynumber,.tribe_mini_calendar_widget .tribe-mini-calendar-event .list-date .list-daynumber{color:var(--bb-headings-color);padding-bottom:0;font-size:22px;line-height:1.3} - -.tribe-mini-calendar-event .list-info h2.tribe-events-title,.tribe_mini_calendar_widget .tribe-mini-calendar-event .list-info h2.tribe-events-title{font-weight:500;margin-bottom:5px} - -.tribe-mini-calendar-event .list-info h2.tribe-events-title a,.tribe_mini_calendar_widget .tribe-mini-calendar-event .list-info h2.tribe-events-title a{color:var(--bb-headings-color)} - -.tribe-mini-calendar-event .list-info h2.tribe-events-title a:hover,.tribe_mini_calendar_widget .tribe-mini-calendar-event .list-info h2.tribe-events-title a:hover{color:var(--bb-primary-color)} - -.tribe-events-adv-list-widget p.tribe-events-widget-link{margin-bottom:0;margin-top:10px;text-align:center} - -.tribe-events-adv-list-widget p.tribe-events-widget-link a{font-weight:inherit;text-transform:uppercase;font-size:12px} - -.tribe-venue-widget-list li h4.tribe-event-title{margin-bottom:3px;font-weight:500} - -.tribe-venue-widget-list li h4.tribe-event-title a{color:var(--bb-headings-color)} - -.tribe-venue-widget-list li h4.tribe-event-title a:hover{color:var(--bb-primary-color)} - -.tribe-venue-widget-list li span{font-size:13px} - -.tribe-venue-widget-list .type-tribe_events{margin-bottom:15px} - -.tribe-venue-widget-list li .tribe-events-event-cost{display:none} - -.tribe-venue-widget-thumbnail{margin-bottom:10px} - -.tribe-venue-widget-thumbnail img{border-radius:4px} - -.tribe-venue-widget-wrapper ul.tribe-venue-widget-list+a{margin-bottom:0;margin-top:10px;text-align:center;font-weight:inherit;text-transform:uppercase;font-size:12px;display:block} - -.tribe-venue-widget-venue{margin-bottom:12px;padding-bottom:15px;border-bottom:1px solid var(--bb-content-border-color)} - -.tribe-venue-widget-venue .tribe-venue-widget-venue-name a{font-weight:500;color:var(--bb-headings-color)} - -.tribe-venue-widget-venue .tribe-venue-widget-venue-name a:hover{color:var(--bb-primary-color)} - -.tribe-venue-widget-address{font-size:13px} - -.tribe-venue-widget-address abbr[title]{text-decoration:none} - -.tribe-events-countdown-widget .tribe-countdown-complete{margin-bottom:10px} - -.tribe-events-filter-view .tribe-events-page-title{margin-bottom:1.6875rem} - -.tribe-events-tooltip.showme{display:block} - -#tribe_events_filter_control a[data-balloon]::after{z-index:999} - -.tribe-events-calendar .tribe-events-viewmore{padding:9px 8px 9px 0;font-weight:inherit;border-top:0} - -.tribe-events-day .tribe-events-ajax-loading,.tribe-events-map .tribe-events-ajax-loading{top:70px} - -.tribe-geo-option-link{font-size:14px;line-height:1.6} - -#tribe-events a{-webkit-tap-highlight-color:transparent} - -h2.tribe-events-page-title a{color:var(--bb-headings-color)} - -h2.tribe-events-page-title a:hover{color:var(--bb-primary-color)} - -.tribe-events-loop .tribe-events-list-separator-month{margin-bottom:20px} - -.type-tribe_events .tribe-mini-calendar-event{margin-bottom:2em;padding:25px;background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:4px} - -.type-tribe_events .tribe-mini-calendar-event .tribe-event-image{float:left;width:-webkit-calc(30% - 20px);width:calc(30% - 20px);margin-right:20px} - -.type-tribe_events .tribe-mini-calendar-event .tribe-event-image a{position:relative;overflow:hidden;padding-top:50%;display:block;background:#809ab4;border-radius:4px} - -.type-tribe_events .tribe-mini-calendar-event .tribe-event-image a 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:4px;height:auto} - -.type-tribe_events .tribe-mini-calendar-event .tribe-event-image~.list-info{width:-webkit-calc(70% - 60px);width:calc(70% - 60px)} - -.type-tribe_events .tribe-mini-calendar-event .list-date{width:45px;background-color:transparent;padding:0 10px 0 0;margin:0 15px 0 0} - -.type-tribe_events .tribe-mini-calendar-event .list-date .list-dayname{background-color:transparent;padding:0;color:#f1451f;font-size:12px;line-height:1.6} - -.type-tribe_events .tribe-mini-calendar-event .list-date .list-daynumber{color:var(--bb-headings-color);font-size:24px;font-weight:400;line-height:1}@media (max-width:544px){ - -.type-tribe_events .tribe-mini-calendar-event .list-date{display:none}} - -.type-tribe_events .tribe-mini-calendar-event .list-info{width:-webkit-calc(100% - 60px);width:calc(100% - 60px);margin-top:0;position:relative;padding-right:0} - -.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-title{font-size:18px} - -.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-title a{color:var(--bb-headings-color)} - -.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-title a:hover{color:var(--bb-primary-color)} - -.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-section-s{padding:0} - -.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-duration{color:var(--bb-alternate-text-color)} - -.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-divider{display:none} - -.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-event-cost{position:absolute;font-style:normal;font-weight:700;line-height:1;text-align:center;font-size:16px;top:0;right:10px} - -.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-location{color:var(--bb-alternate-text-color)} - -.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-location>*{display:inline-block} - -.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-organizer{color:var(--bb-alternate-text-color)} - -.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-organizer>span>*{display:inline-block} - -.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-organizer>span .tribe-events-tel{margin-left:8px}@media (max-width:544px){ - -.type-tribe_events .tribe-mini-calendar-event .list-info{width:100%}}@media (max-width:544px){ - -.type-tribe_events .tribe-mini-calendar-event .tribe-event-image{width:100%;margin-bottom:15px} - -.type-tribe_events .tribe-mini-calendar-event .tribe-event-image~.list-info{width:100%} - -.type-tribe_events .tribe-mini-calendar-event .list-info{padding-right:0} - -.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-title{width:-webkit-calc(100% - 65px);width:calc(100% - 65px)}} - -.type-tribe_events.tribe-event-featured .tribe-mini-calendar-event .list-info .tribe-events-duration{color:rgba(255,255,255,.7)} - -.tribe-common .tribe-common-anchor-thin{border-bottom:0} - -.tribe-common .tribe-common-anchor-thin:active,.tribe-common .tribe-common-anchor-thin:focus,.tribe-common .tribe-common-anchor-thin:hover{border-bottom:0} - -.widget .type-tribe_events.tribe-event-featured .tribe-mini-calendar-event{padding:0} - -.widget .type-tribe_events.tribe-event-featured.tribe-events-list-widget-events .tribe-event-image{width:auto;margin-left:-1.5rem;margin-right:-1.5rem} - -.widget .type-tribe_events.tribe-event-featured.tribe-events-list-widget-events .tribe-event-duration{font-size:13px;color:rgba(255,255,255,.7)} - -.widget .type-tribe_events.tribe-event-featured .tribe-event-image{width:100%;margin-right:0} - -.widget .type-tribe_events.tribe-event-featured .tribe-event-image a,.widget .type-tribe_events.tribe-event-featured .tribe-event-image img{border-radius:0} - -.widget .type-tribe_events.tribe-event-featured .tribe-event-image~.list-info{width:100%;margin:15px 0} - -.widget .type-tribe_events.tribe-event-featured .tribe-event-image~.list-info .tribe-events-title a{color:#fff} - -.widget .type-tribe_events.tribe-event-featured .tribe-event-image~.list-info .tribe-events-duration{color:rgba(255,255,255,.7)} - -.widget .tribe-common.tribe-events.tribe-events-widget-shortcode.tribe-events-widget-shortcode-events-week .tribe-events-header{font-size:14px;margin:0} - -.widget .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-week,.widget .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-shortcode-events-week{padding-left:0;padding-right:0;padding-bottom:0} - -.widget .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-week .tribe-events-c-top-bar__nav-list-date,.widget .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-shortcode-events-week .tribe-events-c-top-bar__nav-list-date{margin:0} - -.widget .tribe-events-pro .tribe-events-pro-week-day-selector__day-weekday{margin-bottom:5px} - -.widget .tribe-common .tribe-common-l-container{padding-left:0;padding-right:0} - -.widget .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-month,.widget .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-shortcode-month{padding:0} - -.widget-area>.tribe-compatibility-container>.tribe-events-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-area>.tribe-compatibility-container>.tribe-events-widget .tribe-events-widget-events-list__header{margin-bottom:0} - -.widget-area>.tribe-compatibility-container>.tribe-events-widget header>h2{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} - -.tribe-events-pro .tribe-events-pro-week-mobile-events__event-featured-image,.tribe-events-pro .tribe-events-pro-week-mobile-events__event-featured-image-link{border-radius:var(--bb-block-radius-inner)} - -.tribe-common .tribe-common-c-btn-border,.tribe-common a.tribe-common-c-btn-border{border-radius:var(--bb-button-radius)} - -.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list,.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list{border-radius:var(--bb-block-radius)} - -.tribe_ext_sch_day_view #tribe-events-content .tribe-events-day-time-slot,.tribe_ext_sch_day_view .tribe-events-day .tribe-events-day-time-slot{-ms-flex-flow:column;flex-flow:column} - -.tribe_ext_sch_day_view #tribe-events-content .tribe-events-day-time-slot h5,.tribe_ext_sch_day_view .tribe-events-day .tribe-events-day-time-slot h5{border-right:0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding:0;color:var(--bb-headings-color)} - -.tribe_ext_sch_day_view .tribe-events-day-time-slot .type-tribe_events{display:none} - -.tribe_ext_sch_day_view #main .tribe-events-day-time-slot .type-tribe_events{border-left:0;border-bottom:1px solid var(--bb-content-border-color)} - -.tribe_ext_sch_day_view .tribe-events-list-event-title a{color:var(--bb-headings-color);font-size:18px;font-weight:500} - -.tribe_ext_sch_day_view .tribe-events-list-event-title a:hover{color:var(--bb-primary-color)} - -.tribe_ext_sch_day_view .time-details{color:var(--bb-alternate-text-color);font-size:13px;font-weight:400} - -.tribe_ext_sch_day_view .tribe-events-day-group-trigger{background:0 0;box-shadow:none;color:inherit;padding-top:20px;padding-bottom:20px} - -.tribe_ext_sch_day_view .tribe-events-day-group-trigger:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.05)} - -.tribe_ext_sch_day_view .tribe-events-day-time-slot.tribe-events-day-grouping-is-active .tribe-events-day-group-trigger{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.05)} - -.tribe-common .tribe-common-c-btn,.tribe-common .tribe-common-c-btn:hover,.tribe-common a.tribe-common-c-btn,.tribe-common a.tribe-common-c-btn:hover{background:var(--bb-primary-color)} - -.tribe-events-venue .tribe-events-map-wrap{background:#fff;border-radius:4px;border-color:#fff;box-shadow:0 0 5px 2px rgba(18,43,70,.05);padding:3px;width:45%}@media (max-width:800px){ - -.tribe-events-venue .tribe-events-map-wrap{width:100%} - -.tribe-events-venue .tribe-events-venue-meta{padding:10px 20px 12px}} - -.tribe-events-venue .tribe-venue-description{font-size:14px} - -.tribe-events-venue .venue-address{font-size:13px;color:var(--bb-alternate-text-color);line-height:1.4;margin-top:25px} - -.tribe-events-venue .venue-address abbr[title]{text-decoration:none} - -.tribe-events-venue .venue-address .tribe-address{font-style:inherit} - -.tribe-events-venue .tribe-events-venue-meta .tribe-events-event-image{margin-top:1.25em} - -.tribe-events-venue .tribe-events-venue-meta .tribe-events-event-image a{padding-top:36%;position:relative;overflow:hidden;display:block;background:#809ab4;border-radius:4px;margin-bottom:0} - -.tribe-events-venue .tribe-events-venue-meta .tribe-events-event-image a 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} - -.tribe-events-venue .tribe-events-venue-meta a.tribe-events-gmap{font-size:13px;height:30px;padding:5px 12px 5px 0;vertical-align:middle;display:inline-block;line-height:1.4;background:var(--bb-primary-color);border:1px solid var(--bb-primary-color);color:#fff;font-weight:500;text-transform:none;border-radius:var(--bb-button-radius);-webkit-transition:all linear .2s;transition:all linear .2s;position:relative} - -.tribe-events-venue .tribe-events-venue-meta a.tribe-events-gmap::before{content:"";display:inline-block;width:12px;height:12px;background-color:var(--bb-primary-color);position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)} - -.tribe-events-venue .tribe-events-venue-meta a.tribe-events-gmap:hover{color:#fff;border-color:var(--bb-primary-color);background:var(--bb-primary-color)} - -.tribe-events-venue .tribe-events-list-separator-month{font-weight:inherit;position:relative;z-index:9;display:inline-block;width:-webkit-calc(100% - 50px);width:calc(100% - 50px);padding-left:0;padding-right:0;padding-top:0;margin:0 25px;overflow:hidden;border:0;background:0 0} - -.tribe-events-venue .tribe-events-list-separator-month::before{content:"";position:absolute;bottom:50%;left:0;border-bottom:1px solid var(--bb-content-border-color);width:100%;z-index:0} - -.tribe-events-venue .tribe-events-list-separator-month span{background:var(--bb-body-background-color);padding:3px 10px 3px 0;font-weight:inherit;font-size:13px;position:relative;z-index:1} - -.tribe-events-venue .tribe-events-back{padding-left:10px;margin-bottom:0} - -.tribe-events-venue .tribe-events-back a{-webkit-tap-highlight-color:transparent} - -.tribe-events-back{margin-bottom:10px} - -.tribe-events-back a{font-weight:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;right:3px} - -.tribe-events-back a i{font-size:25px;position:relative;top:1px;left:3px} - -.single-tribe_venue .tribe-events-loop{max-width:100%} - -.single-tribe_venue .tribe-events-loop .type-tribe_events.tribe-events-first{padding-top:0;margin-top:1rem} - -.tribe-events-venue h4.bs-venue-up-label{margin:0 25px;font-size:16px} - -.tribe-events-venue #tribe-events-content h2.tribe-events-page-title{background-color:transparent;border:0;font-size:16px;margin:0;padding-top:0;padding-bottom:0;font-weight:inherit;line-height:24px} - -.tribe-events-venue h4.bs-venue-up-label+#tribe-events-content>.tribe-events-notices{margin-top:20px;margin-left:1em;margin-right:1em} - -.tribe-events-pro .tribe-events-pro-venue__meta{border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color)} - -.tribe-events-pro .tribe-events-pro-venue__meta-data-google-maps-default{border-radius:0 var(--bb-block-radius) var(--bb-block-radius) 0}@media (max-width:800px){ - -.tribe-events-venue .tribe-events-venue-meta .tribe-events-event-meta{background-color:transparent;border:0;padding:0}} - -.tribe-events-organizer .tribe-events-list-separator-month{font-weight:inherit;position:relative;overflow:hidden;border:0;padding-top:0;background:0 0} - -.tribe-events-organizer .tribe-events-list-separator-month::before{content:"";position:absolute;bottom:50%;left:0;border-bottom:1px solid var(--bb-content-border-color);width:100%;z-index:0;margin-left:130px} - -.tribe-events-organizer .tribe-events-list-separator-month span{background:0 0;padding:3px 0;font-weight:inherit;font-size:13px} - -.tribe-events-organizer .tribe-events-organizer-meta.bs-organizer-meta{max-width:100%;padding:25px 25px 0} - -.tribe-events-organizer .tribe-organizer-description{font-size:14px;margin-bottom:20px} - -.single-tribe_organizer .tribe-events-loop{max-width:100%} - -.single-tribe_organizer .tribe-events-organizer-meta .bs-organize-col.bs-organize-col1{width:100%} - -.single-tribe_organizer .bs-organizer-meta{background-color:#fff;border:1px solid var(--bb-content-border-color);border-bottom:0} - -.single-tribe_organizer .bs-organizer-cols{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 0 0 25px;background-color:var(--bb-content-alternate-background-color);border-radius:4px;margin-bottom:25px} - -.single-tribe_organizer .bs-organize-col1{padding:0} - -.single-tribe_organizer .bs-organize-col1 .bs-organize-sq-wr{padding-right:25px} - -.single-tribe_organizer .bs-organize-col1 .bs-organize-sq-fi{width:40%;float:right;margin-left:35px} - -.single-tribe_organizer .bs-organize-col1 .bs-organize-sq-fi .tribe-events-event-image{margin-bottom:0} - -.single-tribe_organizer .bs-organize-col1 .bs-organize-sq-fi .tribe-events-event-image a{position:relative;overflow:hidden;padding-bottom:100%;display:block} - -.single-tribe_organizer .bs-organize-col1 .bs-organize-sq-fi .tribe-events-event-image a img{position:absolute;max-width:100%;object-fit:cover;min-height:100%;max-height:100%;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}@media (max-width:992px){ - -.single-tribe_organizer .bs-organize-col1 .bs-organize-sq-fi{margin-right:0;margin-bottom:20px;width:100%;padding-right:25px;padding-top:20px} - -.single-tribe_organizer .bs-organize-col1 .bs-organize-sq-fi .tribe-events-event-image a{padding-bottom:45%} - -.single-tribe_organizer .bs-organize-col1 .bs-organize-sq-fi .tribe-events-event-image a img{border-radius:4px}} - -.single-tribe_organizer .bs-organize-col2{-webkit-box-flex:0;-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%} - -.single-tribe_organizer .bs-organize-col2 .tribe-events-event-image{margin-bottom:0;height:100%} - -.single-tribe_organizer .bs-organize-col2 .tribe-events-event-image img{object-fit:cover;min-height:100%;border-radius:0 4px 4px 0}@media (max-width:800px){ - -.single-tribe_organizer .bs-organizer-cols{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.single-tribe_organizer .bs-organize-col1{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2} - -.single-tribe_organizer .bs-organize-col2{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:100%;padding-right:25px} - -.single-tribe_organizer .bs-organize-col2 .tribe-events-event-image{margin-top:20px;height:100%} - -.single-tribe_organizer .bs-organize-col2 .tribe-events-event-image img{object-fit:cover;min-height:100%;border-radius:4px}} - -.single-tribe_organizer h2.tribe-organizer-name{font-size:20px;font-weight:500;margin-bottom:0;margin-top:20px;line-height:28px} - -.single-tribe_organizer h4.tribe-organizer-label{font-size:13px;color:var(--bb-alternate-text-color);margin-bottom:15px} - -.single-tribe_organizer address.organizer-address{font-weight:inherit;font-size:13px} - -.single-tribe_organizer address.organizer-address span{white-space:normal} - -.single-tribe_organizer address.organizer-address span.tel{display:block;margin:0 0 10px;color:var(--bb-alternate-text-color)} - -.single-tribe_organizer address.organizer-address span.tel+span.tribe-events-divider{display:none} - -.single-tribe_organizer address.organizer-address span.tribe-events-divider{color:var(--bb-content-border-color);margin:0 10px 0 7px}@media (max-width:1200px){ - -.has-sidebar .bs-organizer-meta .bs-organizer-cols{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.has-sidebar .bs-organizer-meta .bs-organize-col1{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2} - -.has-sidebar .bs-organizer-meta .bs-organize-col2{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:100%;padding-right:25px} - -.has-sidebar .bs-organizer-meta .bs-organize-col2 .tribe-events-event-image{margin-top:20px;height:100%} - -.has-sidebar .bs-organizer-meta .bs-organize-col2 .tribe-events-event-image img{object-fit:cover;min-height:100%;border-radius:4px}} - -.bs-organizer-wrap .bs-organizer-up-events #tribe-events-content.tribe-events-list{padding:0!important} - -.bs-organizer-wrap .bs-organizer-up-events .tribe-events-list{overflow:hidden} - -.bs-organizer-wrap .bs-organizer-up-events .tribe-events-list #tribe-events-header{background-color:#fff;border-left:1px solid var(--bb-content-border-color);border-right:1px solid var(--bb-content-border-color);margin-bottom:0} - -.bs-organizer-wrap .bs-organizer-up-events .tribe-events-list .bs-tribe-events-loop-headers{background-color:#fff;border-left:1px solid var(--bb-content-border-color);border-right:1px solid var(--bb-content-border-color)} - -.bs-organizer-wrap .bs-organizer-up-events .tribe-events-list .tribe-events-loop{background-color:#fff;border-left:1px solid var(--bb-content-border-color);border-right:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color);padding-top:1rem;padding-bottom:1rem} - -.bs-organizer-wrap .bs-organizer-up-events .tribe-events-list .tribe-events-loop .type-tribe_events:first-of-type{margin-top:0} - -.bs-organizer-wrap .bs-organizer-up-events h4.bs-organizer-up-label{background-color:#fff;border-left:1px solid var(--bb-content-border-color);border-right:1px solid var(--bb-content-border-color);padding:20px 25px 0;margin-bottom:0;font-size:16px} - -.bs-organizer-wrap .bs-organizer-up-events .tribe-events-notices{padding-left:25px;padding-right:25px;border-top:0;border-radius:0} - -.tribe-events-pro .tribe-events-pro-organizer__meta{border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color)}@media (max-width:800px){ - -.tribe-events-organizer address.organizer-address{background-color:transparent;border:0;padding:0}} - -.bs-single-body{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-bottom:0;border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0} - -.bs-single-body .tribe-events-event-image{padding-top:36%;position:relative;overflow:hidden;display:block;background:#809ab4;border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0;margin-bottom:0} - -.bs-single-body .tribe-events-event-image 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} - -.bs-single-body .bs-single-content{padding:30px 30px 35px} - -.tribe-events-single p.tribe-events-back{display:none} - -.tribe-events-single p.tribe-events-back+div.tribe-events-notices{margin-top:0} - -.single-tribe_events .tribe-events-single-event-description{font-size:15px} - -.single-tribe_events .bs-event-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:1.2em;margin-top:30px} - -.single-tribe_events .bs-event-heading .tribe-event-schedule-short{-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px;max-width:50px;text-align:center;line-height:1;padding:0} - -.single-tribe_events .bs-event-heading .tribe-event-schedule-short .bs-schedule-short-date{padding:3px 8px 3px 0;border-right:0} - -.single-tribe_events .bs-event-heading .tribe-event-schedule-short .bs-schedule-short-m{color:var(--bb-danger-color);font-size:18px;margin-bottom:5px;font-weight:inherit;display:block;text-transform:uppercase} - -.single-tribe_events .bs-event-heading .tribe-event-schedule-short .bs-schedule-short-d{color:var(--bb-headings-color);font-size:36px;font-weight:400;display:block} - -.single-tribe_events .bs-event-heading .tribe-event-schedule-long{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-left:20px;padding-top:2px;display:-webkit-box;display:-ms-flexbox;display:flex} - -.single-tribe_events .bs-event-heading .tribe-event-schedule-long .bs-tribe-events-single-heading{margin-right:auto} - -.single-tribe_events .bs-event-heading .tribe-event-schedule-long h2{font-size:14px;color:var(--bb-alternate-text-color);line-height:1;margin-bottom:3px} - -.single-tribe_events .bs-event-heading .tribe-event-schedule-long .tribe-events-schedule{margin:0} - -.single-tribe_events .tribe-events-event-meta{margin:0;background:var(--bb-content-alternate-background-color);border:0} - -.single-tribe_events .bs-single-pri-meta{background:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);border-top:0;border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius);margin-bottom:30px;overflow:hidden} - -.single-tribe_events .bs-single-pri-meta .tribe-events-event-meta.primary{padding-left:8%;padding-right:8%} - -.single-tribe_events .bs-single-pri-meta .tribe-events-event-meta.secondary .tribe-events-venue-map{width:92%;margin-left:4%} - -.single-tribe_events .bs-single-pri-meta abbr[title]{text-decoration:none} - -.single-tribe_events .bs-single-pri-meta .tribe-events-meta-group .tribe-events-single-section-title{font-weight:500;margin-bottom:20px} - -.single-tribe_events .bs-single-pri-meta .tribe-events-meta-group .tribe-events-single-section-title::before{font-family:bb-icons!important;font-size:18px;font-weight:400;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:5px} - -.single-tribe_events .bs-single-pri-meta .tribe-events-meta-group.tribe-events-meta-group-details .tribe-events-single-section-title::before{content:"\ee74"} - -.single-tribe_events .bs-single-pri-meta .tribe-events-meta-group.tribe-events-meta-group-venue .tribe-events-single-section-title::before{content:"\eed1";font-size:22px;margin-right:0;position:relative;top:1px} - -.single-tribe_events .bs-single-pri-meta .tribe-events-meta-group.tribe-events-meta-group-organizer .tribe-events-single-section-title::before{content:"\ef52"} - -.single-tribe_events .tribe-events-venue-map{background:#fff;border-radius:4px;border-color:#fff;box-shadow:0 0 5px 2px rgba(18,43,70,.05)} - -.single-tribe_events #tribe-events-footer{border-top:0;padding-top:0} - -.single-tribe_events #tribe-events-content .tribe-events-event-meta dl dt{color:var(--bb-alternate-text-color);font-weight:inherit;line-height:1.5} - -.single-tribe_events #tribe-events-content .tribe-events-event-meta dl dd.tribe-organizer a,.single-tribe_events #tribe-events-content .tribe-events-event-meta dl dd.tribe-venue a{font-weight:500} - -.single-tribe_events #tribe-events-content .tribe-events-event-meta dl a{color:var(--bb-headings-color)} - -.single-tribe_events #tribe-events-content .tribe-events-event-meta dl a:hover{color:var(--bb-primary-color)} - -#tribe-events .bs-single-content .tribe-events-cal-links a.tribe-events-button{background:0 0;border:1px solid var(--bb-primary-color);color:var(--bb-primary-color);border-radius:var(--bb-button-radius)} - -#tribe-events .bs-single-content .tribe-events-cal-links a.tribe-events-button:hover{color:var(--bb-primary-color);border-color:var(--bb-primary-color);background:0 0;box-shadow:none} - -.tribe-events-single ul.tribe-related-events{margin-left:-5px;margin-right:-5px;margin-bottom:20px} - -.tribe-events-single ul.tribe-related-events li{margin-left:5px;margin-right:5px;margin-bottom:2%;width:31.333%;border:1px solid var(--bb-content-border-color);background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius)} - -.tribe-events-single ul.tribe-related-events li:last-child{margin-right:5px} - -.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail{margin-bottom:0}@media (max-width:800px){ - -.tribe-events-single ul.tribe-related-events li{width:48%}} - -.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail a{position:relative;overflow:hidden;padding-top:52.56%;display:block;background:var(--bb-cover-image-background-color);border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0} - -.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail a 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} - -.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail a .bs-events-related-placeholder{position:absolute;top:0;left:0;width:100%;overflow:hidden;padding-top:52.56%;display:block;border-radius:4px 4px 0 0} - -.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail a .bs-events-related-placeholder::after{font-family:bb-icons!important;text-rendering:auto;-webkit-font-smoothing:antialiased;color:#fff;content:"\e803";font-size:70px;margin-right:0;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:.5} - -.tribe-events-single ul.tribe-related-events li .tribe-related-event-info{background-color:var(--bb-content-background-color);border-top:0;border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius);padding:15px} - -.tribe-events-single ul.tribe-related-events li .tribe-related-event-info .tribe-related-events-title{font-weight:500;font-size:16px} - -.tribe-events-single ul.tribe-related-events li .tribe-related-event-info span{font-size:13px} - -.tribe-events-single ul.tribe-related-events h3.tribe-related-events-title a{color:var(--bb-headings-color)} - -.tribe-events-single ul.tribe-related-events h3.tribe-related-events-title a:hover{color:var(--bb-primary-color)} - -.tribe-events-single ul.tribe-related-events .tribe-event-schedule-short{-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px;max-width:40px} - -.tribe-events-single ul.tribe-related-events .tribe-event-schedule-short .bs-schedule-short-date{border-right:1px solid var(--bb-content-border-color);padding-right:5px} - -.tribe-events-single ul.tribe-related-events .tribe-event-schedule-short .bs-schedule-short-m{font-size:12px} - -.tribe-events-single ul.tribe-related-events .tribe-event-schedule-short .bs-schedule-short-d{font-size:24px}@media (max-width:800px){ - -.tribe-events-single ul.tribe-related-events .tribe-event-schedule-short{display:none}} - -.tribe-events-single ul.tribe-related-events .tribe-event-schedule-long{padding-left:12px} - -.tribe-events-single ul.tribe-related-events .tribe-event-schedule-long h3.tribe-related-events-title{line-height:1.55;display:block;display:-webkit-box;max-height:1.55em;margin:0;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%} - -.tribe-events-single ul.tribe-related-events .tribe-event-schedule-long .bs-tribe-related-events-schedule-details{line-height:1.55;display:block;display:-webkit-box;max-height:1.55em;margin:0;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%;color:var(--bb-alternate-text-color)} - -.tribe-events-single ul.tribe-related-events .tribe-event-schedule-long .bs-related-location .tribe-events-venue-details{line-height:1.55;display:block;display:-webkit-box;max-height:1.95em;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%;position:relative;right:6px}@media (max-width:800px){ - -.tribe-events-single ul.tribe-related-events .tribe-event-schedule-long{padding-left:0}} - -h3.tribe-events-related-events-title{font-size:18px}@media (max-width:800px){ - -.single-tribe_events .tribe-events-schedule{background:0 0;border:0;padding-top:0;padding-right:0} - -.tribe-events-single ul.tribe-related-events .tribe-related-events-thumbnail,.tribe-events-single ul.tribe-related-events li .tribe-related-event-info{float:none;width:100%} - -.tribe-events-event-meta .tribe-events-meta-group{padding-left:30px;padding-bottom:20px} - -.tribe-events-event-meta .tribe-events-meta-group h3.tribe-events-single-section-title{position:relative;right:25px}}@media (max-width:544px){ - -.tribe-events-event-meta .tribe-events-meta-group{padding-left:5px}}@media (max-width:1200px){ - -.has-sidebar .tribe-events-event-meta .tribe-events-meta-group{float:none;width:100%;padding-left:25px;padding-bottom:20px} - -.has-sidebar .tribe-events-event-meta .tribe-events-meta-group h3.tribe-events-single-section-title{position:relative;right:25px} - -.has-sidebar .tribe-events-single ul.tribe-related-events li{width:48%}}@media (max-width:800px){ - -.has-sidebar .tribe-events-single ul.tribe-related-events li{width:98%}} - -.single-tribe_events .tribe-events-cal-links{margin:1.5em 0 1em} - -.bb-tribe-events-views-v2 .tribe-events-single .tribe-events-notices{padding:8px 25px} - -.bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li>a::after,.bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li>a::before,.bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li>a:focus::after,.bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li>a:focus::before,.bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li>a:hover::after,.bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li>a:hover::before{background:0 0;display:inherit;height:auto;vertical-align:unset;width:auto;margin:0} - -#tribe-events #tribe_events_filters_wrapper.tribe-events-filters-horizontal,#tribe-events .tribe-filters-closed #tribe_events_filters_wrapper.tribe-events-filters-horizontal{margin:0;padding-bottom:0;padding-left:0;padding-right:0;background:#fff;border:1px solid var(--bb-content-border-color);position:relative;z-index:5;top:1px;font-size:12px} - -#tribe_events_filters_wrapper a{color:#939597} - -#tribe_events_filters_wrapper a:hover{color:var(--bb-primary-color)} - -#tribe_events_filters_wrapper a#tribe_events_filters_reset,#tribe_events_filters_wrapper a#tribe_events_filters_toggle{font-weight:400;text-transform:uppercase} - -#tribe_events_filters_wrapper a#tribe_events_filters_reset::before,#tribe_events_filters_wrapper a#tribe_events_filters_toggle::before{content:"\ee9a";font-family:bb-icons;font-size:13px;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:5px} - -#tribe_events_filters_wrapper a#tribe_events_filters_reset::before{content:"\ef50"} - -#tribe_events_filters_wrapper a#tribe_events_filters_reset span.tribe-reset-icon{display:none} - -#tribe_events_filters_wrapper .tribe-events-filters-content .tribe-events-filters-group-heading{font-weight:inherit;font-size:14px;padding-right:22px;color:#939597} - -#tribe_events_filters_wrapper .tribe-events-filters-content .tribe-events-filters-group-heading span{display:none} - -#tribe_events_filters_wrapper .tribe-events-filters-content .tribe-events-filters-group-heading::after{content:"\e826";font-family:bb-icons;font-weight:400;speak:none;display:inline-block;color:#939597;position:absolute;right:0;top:1px;font-size:22px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} - -#tribe_events_filters_wrapper .tribe-events-filters-content #tribe_events_filter_control a{color:#939597} - -#tribe_events_filters_wrapper .tribe-events-filters-content #tribe_events_filter_control a:hover{color:var(--bb-primary-color)} - -#tribe_events_filters_wrapper .tribe-events-filters-content .tribe-events-filter-group li{background:#fff} - -#tribe_events_filters_wrapper .tribe-events-filters-content label{position:relative;border-bottom:0;padding:8px} - -#tribe_events_filters_wrapper .tribe-events-filters-content label input[type=checkbox]{width:1px;margin:0} - -#tribe_events_filters_wrapper .tribe-events-filters-content label span.checkbox{z-index:5;display:inline-block;width:17px;height:17px;background:#fff;border:1px solid var(--bb-content-border-color);margin:0;position:relative;top:0;float:left;border-radius:2px;margin-right:2px;line-height:1.35} - -#tribe_events_filters_wrapper .tribe-events-filters-content label span.checkbox.on{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color)} - -#tribe_events_filters_wrapper .tribe-events-filters-content label span.checkbox.on::before{font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;content:"\e876";margin-right:0;position:absolute;bottom:-5px;left:-2px;z-index:9;color:#fff} - -#tribe_events_filters_wrapper .tribe-events-filters-content .ui-widget-content{background-color:#ebebeb;background-image:none} - -#tribe_events_filters_wrapper .tribe-events-filters-content .ui-slider .ui-slider-range{background-color:var(--bb-primary-color);background-image:none} - -#tribe_events_filters_wrapper .tribe-events-filters-content .ui-slider .ui-slider-handle{background-color:var(--bb-primary-color);background-image:none;border:0;width:.8em;height:.8em;top:-.3em;cursor:pointer} - -#tribe_events_filters_wrapper .tribe-events-filters-content .ui-slider .ui-slider-handle:focus{outline:0} - -#tribe_events_filters_wrapper .tribe-events-filters-content .ui-slider-horizontal{height:.2em;width:94%} - -#tribe_events_filters_wrapper .tribe-events-filters-content .ui-slider-horizontal .ui-slider-handle:last-of-type{margin-left:0} - -#tribe_events_filters_wrapper .tribe-events-filters-content select{display:inline-block;font-family:inherit;font-style:inherit;font-size:13px;height:41px!important;outline:0;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;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:right 1rem center;padding-right:40px;box-sizing:border-box;width:99%} - -#tribe_events_filters_wrapper .tribe-events-filters-content select.placeholder{color:#c3c6c9} - -#tribe_events_filters_wrapper .tribe-events-filters-content select:placeholder{color:#c3c6c9} - -#tribe_events_filters_wrapper .tribe-events-filters-content select::-webkit-input-placeholder{color:#c3c6c9} - -#tribe_events_filters_wrapper .tribe-events-filters-content select:-ms-input-placeholder{color:#c3c6c9} - -#tribe_events_filters_wrapper .tribe-events-filters-content select::placeholder{color:#c3c6c9} - -#tribe_events_filters_wrapper .tribe-events-filters-content select:input-placeholder{color:#c3c6c9} - -#tribe_events_filters_wrapper .tribe-events-filters-content select::input-placeholder{color:#c3c6c9} - -#tribe_events_filters_wrapper input[type=checkbox],#tribe_events_filters_wrapper input[type=radio]{margin-top:10px} - -#tribe_events_filters_wrapper input[type=submit]{margin:auto} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading .tribe-events-filters-label{margin-right:auto;margin-left:25px;font-size:14px;font-weight:500} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading #tribe_events_filter_control{margin-right:25px;font-size:14px} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading #tribe_events_filter_control a{font-weight:inherit} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading #tribe_events_filter_control a i{margin-right:5px}@media (max-width:800px){ - -.tribe-filters-open #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading{padding:0;border-bottom:0} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading .tribe-events-filters-label{display:none} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading #tribe_events_filter_control{margin:13px 25px 5px;text-align:center;width:100%} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading #tribe_events_filter_control a{background:#fff;color:var(--bb-primary-color);margin:0;border:0;height:auto;line-height:1}} - -.tribe-events-filters-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid var(--bb-content-border-color);padding:5px 0 13px} - -.tribe-filters-closed .tribe-events-filters-heading{border-bottom:0}@media (min-width:800px){ - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe_events_filter_item{margin-right:10px} - -.tribe-events-filters-horizontal .tribe_events_filter_item.active{margin-bottom:0}}@media (min-width:1200px){ - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe_events_filter_item{margin-right:20px}}@media (min-width:768px){ - -.tribe_events_filter_control:not(.tribe-events-filters-mobile-controls){display:-webkit-box;display:-ms-flexbox;display:flex}} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content{background:#fff;border:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe-events-filters-label{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-right:auto;margin-left:25px;margin-bottom:10px} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe_events_filters_show_filters{margin-left:25px;text-transform:uppercase} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe_events_filter_control:not(.tribe-events-filters-mobile-controls) .tribe_events_filters_reset{white-space:nowrap} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe_events_filter_control:not(.tribe-events-filters-mobile-controls) .tribe_events_filters_reset:hover{color:var(--bb-primary-color)} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe_events_filter_control{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;min-width:45px;margin-right:25px;margin-bottom:10px} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe_events_filter_control a{font-weight:inherit;font-size:12px} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe_events_filter_control a.tribe_events_filters_show_filters{text-align:right;display:inline-block;width:auto;float:right} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content #tribe_events_filters_form{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-right:-25px;margin-bottom:0;margin-left:-25px;padding:10px 25px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;border-top:1px solid var(--bb-content-border-color)} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content #tribe_events_filters_form .tribe-events-filters-group-heading{padding-right:22px;padding-left:0} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content #tribe_events_filters_form .tribe-events-filters-group-heading:focus,#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content #tribe_events_filters_form .tribe-events-filters-group-heading:hover{box-shadow:none} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe-events-filter-group{min-width:210px;border-radius:3px;z-index:10;background:#fff} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe-events-filter-group ul{border-radius:3px}@media (max-width:800px){ - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe-events-filters-label{margin-left:0;margin-right:0;width:100%}} - -body.no-js #tribe_events_filters_form>input[type=submit]{display:none} - -#tribe_events_filters_wrapper.tribe-events-filters-vertical{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;padding-bottom:0} - -#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content{background:#fff;border-left:0;border-right:0} - -#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content #tribe_events_filters_form{margin-bottom:0} - -#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content #tribe_events_filters_form .bs-last-filter .tribe-events-filter-group{border-bottom:0} - -#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filter-group.tribe-events-filter-autocomplete,#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filter-group.tribe-events-filter-multiselect,#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filter-group.tribe-events-filter-range,#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filter-group.tribe-events-filter-select{background:#fff;padding-left:0;padding-right:0} - -#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filters-group-heading{background:0 0;border-color:var(--bb-content-border-color);padding-left:0;padding-right:0} - -#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filters-group-heading:focus,#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filters-group-heading:hover{background:0 0;box-shadow:none} - -#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filter-group{border:0} - -#tribe_events_filters_wrapper.tribe-events-filters-vertical label.tribe-events-filters-label{font-family:inherit;font-size:.6875rem;font-weight:600;color:var(--bb-headings-color);letter-spacing:.25px;line-height:1rem;margin:0;text-transform:uppercase;border-bottom:1px solid var(--bb-content-border-color)} - -#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-group-heading::after{content:"\E827";right:0;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);top:30%;border:0} - -#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe_events_filter_item.closed .tribe-events-filters-group-heading::after{border:0} - -#tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control{padding:0 15px;margin:10px 0 0} - -#tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control a{color:#939597} - -#tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control a:hover{color:var(--bb-primary-color)} - -#tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control a#tribe_events_filters_reset{margin:0} - -.tribe-filters-closed #tribe_events_filters_wrapper #tribe_events_filter_control{border:0} - -.tribe-filters-closed #tribe_events_filters_wrapper .tribe-events-filters-content{border:0} - -#tribe_events_filters_form{padding:15px} - -.tribe_events_filter_control{margin:0} - -.tribe-js-filters-toggle.tribe-js-filters-toggle,.tribe_events_filters_toggle.tribe_events_filters_toggle{display:block;width:100%;text-align:left;padding:12px 15px;box-shadow:none;background:0 0;border:0} - -.tribe-js-filters-toggle.tribe-js-filters-toggle:focus,.tribe-js-filters-toggle.tribe-js-filters-toggle:hover,.tribe_events_filters_toggle.tribe_events_filters_toggle:focus,.tribe_events_filters_toggle.tribe_events_filters_toggle:hover{box-shadow:none;color:var(--bb-primary-color)} - -#tribe_events_filters_wrapper button:focus,#tribe_events_filters_wrapper label input[type=checkbox]:focus,#tribe_events_filters_wrapper label input[type=radio]{outline:0} - -.tribe-events-filter-view.tribe-filters-closed #tribe_events_filters_wrapper .tribe_events_filters_toggle{color:inherit;margin:auto;max-width:30%;text-align:center;border:0;padding:10px;box-shadow:none} - -.tribe-events-filter-view.tribe-filters-closed #tribe_events_filters_wrapper .tribe_events_filters_toggle:focus,.tribe-events-filter-view.tribe-filters-closed #tribe_events_filters_wrapper .tribe_events_filters_toggle:hover{box-shadow:none;color:var(--bb-primary-color)} - -#tribe_events_filters_wrapper .tribe-events-filters-group-heading:focus,#tribe_events_filters_wrapper .tribe-events-filters-group-heading:hover{border:0;outline:0} - -#tribe_events_filters_wrapper .tribe-events-filters-group-heading{padding:10px 15px} - -#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-group-heading::after{top:20%} - -.tribe_events_filter_item{margin-bottom:15px} - -#tribe_events_filters_wrapper .tribe-events-filter-group ul li{display:-webkit-box;display:-ms-flexbox;display:flex;padding:3px 0} - -#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe_events_filter_item.closed .tribe-filter-status{display:none} - -.tribe_events_filters_reset.tribe_events_filters_reset,.tribe_events_filters_reset.tribe_events_filters_reset:focus,.tribe_events_filters_reset.tribe_events_filters_reset:hover{background:0 0;box-shadow:none;color:inherit;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;width:100%;border:0}@media screen and (max-width:768px){ - -#tribe_events_filters_form .tribe_events_filters_reset--desktop{display:none}} - -.tribe_events_filters_reset.tribe_events_filters_reset .tribe-reset-icon{font-family:bb-icons;font-size:14px;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:0} - -.tribe_events_filters_reset.tribe_events_filters_reset .tribe-reset-icon::before{content:"\ef39"} - -#tribe_events_filters_wrapper .tribe-events-filters-group-heading{border:0} - -#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content{border-bottom:0}@media screen and (max-width:800px){ - -.tribe-filters-open .tribe-events-filters-vertical+#tribe-events-content,.tribe-filters-open .tribe-events-filters-vertical+.tribe-bar-disabled+#tribe-events-content{width:100%;padding-left:0!important;float:none}} - -body.no-js #tribe-events-content-wrapper{display:none} - -.tribe-filters-closed #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical{border:1px solid var(--bb-content-border-color);border-bottom:0;border-radius:0;padding-bottom:5px;padding-top:5px;height:auto;margin-bottom:0} - -.tribe-filters-closed #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical a#tribe_events_filters_toggle{text-align:right;display:inline-block;width:auto;float:left;background:0 0;border:0} - -.tribe-filters-open .tribe-events-filters-vertical+.bs-map-wrap{width:75%;padding-left:30px!important;float:right;box-sizing:border-box}@media (max-width:800px){ - -.tribe-filters-closed #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical{margin-top:0} - -#tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-content,#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content,#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -#tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-content #tribe_events_filter_control,#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content #tribe_events_filter_control,#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content #tribe_events_filter_control{width:100%;margin:0 20px} - -.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical{position:relative} - -.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-content,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2} - -.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-mobile-controls,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-mobile-controls,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-mobile-controls{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1} - -.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-mobile-controls .tribe_events_filters_close_filters,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-mobile-controls .tribe_events_filters_close_filters,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-mobile-controls .tribe_events_filters_close_filters{line-height:inherit;color:inherit}}@media screen and (max-width:800px) and (max-width:768px){ - -.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-mobile-controls .tribe_events_filters_close_filters,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-mobile-controls .tribe_events_filters_close_filters,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-mobile-controls .tribe_events_filters_close_filters{text-align:center}}@media (max-width:800px){ - -.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filters_form,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filters_form,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filters_form{width:-webkit-calc(100% - 40px);width:calc(100% - 40px);margin:0 20px 20px} - -.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-content .tribe-events-filters-group-heading,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe-events-filters-group-heading,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filters-group-heading{background:#fff;padding-left:8px} - -.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-content .tribe-events-filters-group-heading::after,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe-events-filters-group-heading::after,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filters-group-heading::after{right:0;top:50%} - -.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control{margin:10px 0} - -.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control a,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control a,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control a{display:block;width:100%;text-align:center} - -.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control #tribe_events_filters_reset,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control #tribe_events_filters_toggle,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control #tribe_events_filters_reset,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control #tribe_events_filters_toggle,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control #tribe_events_filters_reset,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control #tribe_events_filters_toggle{background:#fff;color:#939597;border:0 solid var(--bb-content-border-color);border-radius:3px;-webkit-transition:all linear .2s;transition:all linear .2s;font-weight:inherit} - -.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control #tribe_events_filters_reset i,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control #tribe_events_filters_toggle i,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control #tribe_events_filters_reset i,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control #tribe_events_filters_toggle i,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control #tribe_events_filters_reset i,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control #tribe_events_filters_toggle i{margin-right:5px} - -.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control #tribe_events_filters_reset:hover,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control #tribe_events_filters_toggle:hover,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control #tribe_events_filters_reset:hover,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control #tribe_events_filters_toggle:hover,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control #tribe_events_filters_reset:hover,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control #tribe_events_filters_toggle:hover{color:var(--bb-primary-color)} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content #tribe_events_filter_control a.tribe_events_filters_show_filters{width:-webkit-calc(100% - 40px);width:calc(100% - 40px);text-align:center;margin-left:20px;margin-right:20px;margin-top:20px;background:#fff;color:#939597;border:0;border-radius:3px;-webkit-transition:all linear .2s;transition:all linear .2s} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content #tribe_events_filter_control a.tribe_events_filters_show_filters:hover{color:var(--bb-primary-color)} - -#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filter-group .tribe_events_slider_val{position:relative;top:0} - -.tribe-events-filter-view.tribe-filters-closed #tribe_events_filters_wrapper .tribe_events_filters_toggle{max-width:230px;line-height:1}} \ No newline at end of file +.tribe-events .tribe-events-c-ical__link{border-color:var(--bb-primary-color);color:var(--bb-primary-color)}.tribe-events .tribe-events-c-ical__link:hover{background-color:var(--bb-primary-color)}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar{border-bottom-color:var(--bb-content-border-color);border-top:1px solid var(--bb-content-border-color);margin-top:0}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar thead th{background-color:#fff;color:#939597;font-weight:inherit;border-left-color:var(--bb-content-border-color);border-right-color:#fff}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar thead th:last-child{border-right-color:var(--bb-content-border-color)}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td{background-color:#fff;border-color:var(--bb-content-border-color)}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-othermonth{background-color:#fafbfb}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td div[id*=tribe-events-daynum-]{background-color:transparent;color:var(--bb-headings-color);text-align:right;font-weight:inherit}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td div[id*=tribe-events-daynum-] a{background-color:transparent;color:var(--bb-headings-color);font-weight:inherit}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td div[id*=tribe-events-daynum-] a:hover{color:var(--bb-primary-color)}@media (max-width:800px){.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td div[id*=tribe-events-daynum-]{text-align:center}}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td:hover{box-shadow:inset 0 0 1000px rgba(0,0,0,.01)}@media (max-width:800px){.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-present.mobile-active{background-color:var(--bb-primary-color)}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-]{color:#fff}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-] a{color:#fff}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-] a:hover{color:#fff}}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.tribe_events,.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.type-tribe_events{color:#fff;background-color:var(--bb-primary-color);margin-left:2%;margin-right:2%}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.tribe_events.tribe-event-featured,.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.type-tribe_events.tribe-event-featured{margin:0 2% 1px;padding:6px 8px;background-color:var(--bb-danger-color)}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.tribe_events:nth-child(2),.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.type-tribe_events:nth-child(2){border-radius:3px 3px 0 0}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.tribe_events:nth-child(2).tribe-events-last,.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.type-tribe_events:nth-child(2).tribe-events-last{border-radius:3px}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.tribe_events a,.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.type-tribe_events a{color:#fff}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td.tribe-events-othermonth div.tribe_events,.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td.tribe-events-othermonth div.type-tribe_events{background-color:rgba(0,124,255,.4)}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td.tribe-events-othermonth.tribe-events-past div.tribe_events,.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td.tribe-events-othermonth.tribe-events-past div.type-tribe_events{background-color:rgba(127,134,143,.45)}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td.tribe-events-past div.tribe_events,.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td.tribe-events-past div.type-tribe_events{background-color:rgba(127,134,143,.75)}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td.tribe-events-past .tribe-events-month-event-title a{opacity:1}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar .type-tribe_events{border-bottom:0;margin-bottom:1px}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar .tribe-events-last{border-radius:0 0 3px 3px}@media (max-width:800px){#tribe-events-content .tribe-events-calendar td{height:55px}.tribe-events-calendar td div[id*=tribe-events-daynum-],.tribe-events-calendar td div[id*=tribe-events-daynum-] a{margin-top:10px}.tribe-events-calendar .tribe-events-has-events:after,.tribe-events-calendar .tribe-events-present.tribe-events-has-events:after{width:5px;height:5px;background-color:#e0e1e1}.tribe-events-calendar .tribe-events-past.tribe-events-has-events:after{background-color:#e0e1e1}#tribe-events-content .tribe-events-calendar td.tribe-events-present.mobile-active:hover,.tribe-events-calendar td.tribe-events-present.mobile-active{background-color:var(--bb-primary-color)}}#tribe-events-content .tribe-events-tooltip,.tribe-events-week #tribe-events-content .tribe-events-right .tribe-events-tooltip{box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);border-radius:4px}#tribe-events-content .tribe-events-tooltip h4,.tribe-events-week #tribe-events-content .tribe-events-right .tribe-events-tooltip h4{color:var(--bb-headings-color);font-weight:400}#tribe-events-content .tribe-events-tooltip .entry-title,.tribe-events-week #tribe-events-content .tribe-events-right .tribe-events-tooltip .entry-title{font-size:1.3rem;margin-bottom:5px}#tribe-events-content .tribe-events-tooltip .tribe-events-event-thumb,.tribe-events-week #tribe-events-content .tribe-events-right .tribe-events-tooltip .tribe-events-event-thumb{padding-bottom:10px}.tribe-events-calendar .tribe-events-tooltip,.tribe-grid-body .tribe-events-tooltip{color:var(--bb-body-text-color)}h1.tribe-events-page-title,h2.tribe-events-page-title{font-size:34px;font-weight:inherit;text-align:left}.tribe-events-grid{border-bottom-color:var(--bb-content-border-color)}.tribe-events-grid .tribe-grid-content-wrap .column{border-left-color:var(--bb-content-border-color)}.tribe-events-grid .tribe-grid-content-wrap .column,.tribe-events-grid .tribe-grid-header .tribe-grid-content-wrap .column{border-left-color:var(--bb-content-border-color)}.tribe-events-grid .tribe-scroller{border-left-color:var(--bb-content-border-color);border-right-color:var(--bb-content-border-color);z-index:5}.tribe-events-grid .tribe-grid-header .tribe-week-today{background-color:var(--bb-primary-color)}.tribe-events-grid .tribe-grid-header .tribe-week-today.column a span,.tribe-events-grid .tribe-grid-header .tribe-week-today.column a span span.br-week-title{color:#fff}.tribe-week-grid-block div{border-top-color:var(--bb-content-border-color);border-bottom-color:var(--bb-content-border-color)}.tribe-grid-header{background-color:#fff;border-left-color:var(--bb-content-border-color);border-right-color:var(--bb-content-border-color);border-top:1px solid var(--bb-content-border-color)}.tribe-grid-header .column{height:62px!important}.tribe-grid-header .column span{color:var(--bb-alternate-text-color);font-weight:400;text-align:center;display:block;width:100%}.tribe-grid-header .column span span.br-week-title{display:block;text-align:center;line-height:1.4;color:var(--bb-headings-color);font-size:18px;text-transform:none}.tribe-grid-header .column span span.br-week-title:first-of-type{color:#939597;font-size:11px;text-transform:uppercase}.tribe-grid-header .column.tribe-week-today span{color:#fff}.tribe-grid-header .column.tribe-week-today span span.br-week-title,.tribe-grid-header .column.tribe-week-today span span.br-week-title:first-of-type{color:#fff}.tribe-grid-allday{background-color:#fcfcfc;border-top:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color);border-left-color:var(--bb-content-border-color);border-right-color:var(--bb-content-border-color)}.tribe-grid-allday .column.first{text-align:center}.tribe-grid-allday .column.first span{display:inline-block;width:70px}.tribe-grid-allday .tribe-week-today{background-color:rgba(var(--bb-primary-color-rgb),.05)}.tribe-week-grid-wrapper .tribe-grid-content-wrap .tribe-events-mobile-day{background-color:#fff}.tribe-week-grid-wrapper .tribe-grid-content-wrap .tribe-events-mobile-day.tribe-week-today{background-color:rgba(var(--bb-primary-color-rgb),.05)}.tribe-grid-content-wrap{padding-left:70px}.tribe-week-grid-hours{width:70px;margin-right:-70px}.tribe-grid-allday .tribe-events-week-allday-single,.tribe-grid-body .tribe-events-week-hourly-single{background-color:transparent;border-color:transparent}.tribe-grid-allday .tribe-events-week-allday-single:hover,.tribe-grid-body .tribe-events-week-hourly-single:hover{background-color:transparent;border-color:transparent}.tribe-grid-allday .tribe-events-week-allday-single h3.entry-title,.tribe-grid-body .tribe-events-week-hourly-single h3.entry-title{background-color:rgba(var(--bb-primary-color-rgb),.75);border-color:rgba(var(--bb-primary-color-rgb),.75);border-radius:3px;position:relative;top:2px;height:-webkit-calc(100% - 4px)!important;height:calc(100% - 4px)!important}.tribe-grid-allday .tribe-events-week-allday-single h3.entry-title:hover,.tribe-grid-body .tribe-events-week-hourly-single h3.entry-title:hover{background-color:rgba(var(--bb-primary-color-rgb),.95);border-color:rgba(var(--bb-primary-color-rgb),.95)}.tribe-grid-allday .tribe-events-past .tribe-events-week-allday-single,.tribe-grid-body .tribe-events-past .tribe-events-week-hourly-single{background-color:transparent;border-color:transparent}.tribe-grid-allday .tribe-events-past .tribe-events-week-allday-single:hover,.tribe-grid-body .tribe-events-past .tribe-events-week-hourly-single:hover{background-color:transparent;border-color:transparent}.tribe-grid-allday .tribe-events-past .tribe-events-week-allday-single h3.entry-title,.tribe-grid-body .tribe-events-past .tribe-events-week-hourly-single h3.entry-title{background-color:rgba(127,134,143,.75);border-color:rgba(127,134,143,.75);border-radius:3px;position:relative;top:2px;height:-webkit-calc(100% - 4px)!important;height:calc(100% - 4px)!important}.tribe-grid-allday .tribe-events-past .tribe-events-week-allday-single h3.entry-title:hover,.tribe-grid-body .tribe-events-past .tribe-events-week-hourly-single h3.entry-title:hover{background-color:rgba(127,134,143,.95);border-color:rgba(127,134,143,.95)}.tribe-grid-allday .tribe-events-past .tribe-events-week-allday-single h3.entry-title a,.tribe-grid-allday .tribe-events-past .tribe-events-week-allday-single h3.entry-title a:hover,.tribe-grid-body .tribe-events-past .tribe-events-week-hourly-single h3.entry-title a,.tribe-grid-body .tribe-events-past .tribe-events-week-hourly-single h3.entry-title a:hover{color:#fff}ul.tribe-events-sub-nav li a{font-weight:inherit}.datepicker.dropdown-menu{border:1px solid var(--bb-content-border-color)}.datepicker.dropdown-menu td,.datepicker.dropdown-menu th{padding:0}.datepicker td,.datepicker th{width:40px;height:40px;line-height:40px}.datepicker td{border-top:0}.datepicker table{font-size:15px}.datepicker table th{font-weight:inherit}.datepicker table th.dow{color:#e0e1e1}.datepicker table tr td.new,.datepicker table tr td.old{color:#e0e1e1}.datepicker table tr td.day{padding:0}.datepicker table tr td.day.active,.datepicker table tr td.day.active.disabled{background:var(--bb-primary-color);color:#fff;border-radius:100%}.datepicker table tr td.day.active.disabled:hover,.datepicker table tr td.day.active:hover{background:var(--bb-primary-color);color:#fff}.datepicker table tr td.day:not(.disabled):hover{background:var(--bb-primary-color);color:#fff;border-radius:100%}.datepicker .datepicker-switch{color:var(--bb-primary-color)}.datepicker .datepicker-switch:hover{color:#0f74e0;background:#fff}.datepicker .next,.datepicker .prev{color:var(--bb-headings-color)}.datepicker .next:hover,.datepicker .prev:hover{color:var(--bb-primary-color);background:#fff}.datepicker table tr td span.active,.datepicker table tr td span.active.active,.datepicker table tr td span.active.active:hover,.datepicker table tr td span.active:hover,.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#fff;color:var(--bb-primary-color)}body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-grid-wrapper,body:not(.bb-page-loaded) .tribe_mini_calendar_widget .tribe-mini-calendar-list-wrapper{display:none}.tribe_mini_calendar_widget .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar{font-size:14px}.tribe_mini_calendar_widget .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar thead{background:#fff}.tribe_mini_calendar_widget .tribe-mini-calendar-nav td{background:#fff;border-color:#fff;padding:7px 0 13px}.tribe_mini_calendar_widget .tribe-mini-calendar-nav td div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tribe_mini_calendar_widget .tribe-mini-calendar-nav span{color:var(--bb-headings-color);font-weight:inherit;text-transform:none}.tribe_mini_calendar_widget .tribe-mini-calendar th{background:#fff;color:#e0e1e1;font-weight:inherit;border-color:#fff;padding:7px 0 13px}.tribe_mini_calendar_widget .tribe-mini-calendar td{background:#fff;font-weight:inherit}.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-past{opacity:.55}.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-othermonth{background:#fff}.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events{background:#fff}.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-has-events div[id*=daynum-]{font-weight:inherit}.tribe_mini_calendar_widget .tribe-mini-calendar div[id*=daynum-] a{padding:7px 0 13px;width:34px;height:34px;margin:0 auto}.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present{background-color:#fff;border-radius:100%}.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present a{color:var(--bb-primary-color);background-color:#fff;font-weight:500}.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present a:hover{background-color:var(--bb-body-background-color);border-radius:100%;color:var(--bb-primary-color)}.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present div[id*=daynum-] a:before{background-color:var(--bb-primary-color)}.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present.tribe-mini-calendar-today a{font-weight:400}.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present.tribe-mini-calendar-today div[id*=daynum-] a:before{background-color:#fff}.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today{background-color:#fff;border-radius:100%}.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today div[id*=daynum-] a{color:#fff;background-color:var(--bb-primary-color);border-radius:100%}.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today div[id*=daynum-] a:hover{background-color:var(--bb-primary-color);color:#fff}.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-has-events:hover{background-color:#fff;border-radius:100%}.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-has-events:hover a:hover{background-color:var(--bb-body-background-color);border-radius:100%;color:var(--bb-primary-color)}.tribe_mini_calendar_widget .tribe-mini-calendar-no-event{color:var(--bb-headings-color);font-weight:inherit;padding:7px 0 13px}.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-has-events div[id*=daynum-] a{color:var(--bb-primary-color)}.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-has-events div[id*=daynum-] a:before{background:#e0e1e1;width:5px;height:5px;margin:5px auto 0 -2px;bottom:5px}.tribe-events .tribe-events-c-view-selector__content{border-radius:var(--bb-block-radius)}@media (max-width:992px){.has-sidebar.events-gridview .sm-grid-1-1{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.tribe-grid-body .tribe-events-week-hourly-single{margin:0 0 0 2px;padding:0}.tribe-grid-body div.tribe-events-week-hourly-single[id*=tribe-events-event-]{width:-webkit-calc(100% - 4px);width:calc(100% - 4px)}.tribe-events-week #tribe-mobile-container{background:#fff;border:1px solid var(--bb-content-border-color);margin-top:0}.tribe-events-week #tribe-mobile-container .type-tribe_events~.type-tribe_events{border-color:var(--bb-content-border-color)}.tribe-events-week #tribe-mobile-container .tribe-mobile-day{-webkit-transition:all linear .2s;transition:all linear .2s}.tribe-events-week #tribe-mobile-container .tribe-mobile-day:hover{box-shadow:0 3px 24px 0 rgba(18,43,70,.08)}.tribe-events-week #tribe-mobile-container .tribe-mobile-day h5.tribe-mobile-day-date{border-bottom:0;margin-top:0;padding-top:20px;padding-left:20px;padding-right:20px}.tribe-events-week #tribe-mobile-container .type-tribe_events,.tribe-events-week #tribe-mobile-container .type-tribe_events~.type-tribe_events{padding-left:20px;padding-right:20px}.tribe-events-week #tribe-mobile-container .type-tribe_events:last-of-type{border-bottom:1px solid var(--bb-content-border-color)}.tribe-events-month #tribe-mobile-container{background:#fff;border:1px solid var(--bb-content-border-color);border-top:0;margin-top:0}.tribe-events-month #tribe-mobile-container .type-tribe_events~.type-tribe_events{border-color:var(--bb-content-border-color);border-top-style:solid}@media (max-width:800px){#tribe-events-content.tribe-events-month table.tribe-events-calendar{margin-bottom:0;border-bottom:0}.tribe-events-month #tribe-mobile-container .type-tribe_events{padding-left:20px;padding-right:20px}.tribe-events-month #tribe-mobile-container .type-tribe_events .tribe-event-description p{margin-bottom:5px}.tribe-events-month #tribe-mobile-container .type-tribe_events .tribe-events-event-body a.tribe-events-read-more{display:none}.tribe-events-month #tribe-mobile-container .type-tribe_events:hover{box-shadow:0 3px 24px 0 rgba(18,43,70,.08)}.tribe-mobile-day .tribe-mobile-day-heading{padding-left:20px;padding-right:20px}.tribe-mobile-day h3.tribe-mobile-day-heading{margin-bottom:0;padding-top:30px}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.mobile-active{background-color:var(--bb-body-background-color)}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-has-events div[id*=tribe-events-daynum-] a{color:var(--bb-primary-color)}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-has-events.mobile-active{background-color:var(--bb-primary-color)}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-has-events.mobile-active div[id*=tribe-events-daynum-] a{color:#fff}#tribe-events-content #tribe-mobile-container .tribe-events-viewmore{border-color:var(--bb-content-border-color);font-size:13px;font-weight:inherit;padding:10px 20px}}.tribe-events :hover{box-shadow:none}.tribe-events .tribe-filter-bar--vertical{border:1px solid var(--bb-content-border-color);border-radius:4px;padding:15px!important}.tribe-events .tribe-events-header__events-bar.tribe-events-c-events-bar--border{border-radius:var(--bb-block-radius)}.tribe-events .tribe-events-header__events-bar.tribe-events-c-events-bar--border .tribe-common-form-control-text__input,.tribe-events .tribe-events-header__events-bar.tribe-events-c-events-bar--border .tribe-events-c-events-bar__search-container{border-radius:var(--bb-block-radius)}.tribe-events .tribe-events-header__events-bar.tribe-events-c-events-bar--border .tribe-events-c-events-bar__search-container .tribe-events-c-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:var(--bb-button-radius);font-weight:inherit;font-style:inherit;padding:6px 20px}.tribe-events .tribe-events-header__events-bar.tribe-events-c-events-bar--border .tribe-events-c-events-bar__search-container .tribe-events-c-search__button:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.tribe-events .tribe-events-header__events-bar.tribe-events-c-events-bar--border .tribe-events-c-events-bar__search-container .tribe-events-c-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)}.tribe-events .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker-button:active,.tribe-events .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker-button:focus,.tribe-events .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker-button:hover{box-shadow:none}.tribe-events .tribe-events-c-ical .tribe-events-c-ical__link{border-color:var(--bb-primary-color);color:var(--bb-primary-color)}.tribe-events .tribe-events-c-ical .tribe-events-c-ical__link:active,.tribe-events .tribe-events-c-ical .tribe-events-c-ical__link:focus,.tribe-events .tribe-events-c-ical .tribe-events-c-ical__link:hover{background-color:var(--bb-primary-color);color:#fff}.tribe-events .tribe-events-c-ical .tribe-common-c-svgicon{color:var(--bb-primary-color)}.tribe-events .tribe-events-c-top-bar__datepicker-container .table-condensed tbody td.active,.tribe-events .tribe-events-c-top-bar__datepicker-container .table-condensed tbody td.active:focus,.tribe-events .tribe-events-c-top-bar__datepicker-container .table-condensed tbody td.active:hover,.tribe-events .tribe-events-c-top-bar__datepicker-container .table-condensed tbody td.current{background-color:var(--bb-primary-color)}.tribe-events .tribe-events-calendar-list>.tribe-common-g-row{border:1px solid var(--bb-content-border-color);margin-left:0;margin-right:0;border-radius:var(--bb-block-radius);padding:24px 0;background-color:var(--bb-content-background-color)}@media (max-width:992px){.tribe-events .tribe-events-calendar-list>.tribe-common-g-row{padding:24px 24px 24px 0}}.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag{-ms-flex-item-align:center;align-self:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:992px){.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag{width:100px}}@media (max-width:544px){.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag{width:80px}}.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-weekday{color:#f1451f}.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-datetime{color:var(--bb-alternate-text-color)}.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title{font-size:18px}.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a:active,.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a:focus,.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a:hover{color:var(--bb-primary-color);border-bottom:none}.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-featured-image-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-item-align:center;align-self:center}.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-featured-image-wrapper .tribe-events-calendar-list__event-featured-image-link{position:relative;overflow:hidden;padding-top:60%;display:block;background:#809ab4;border-radius:4px}@media (max-width:992px){.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-featured-image-wrapper .tribe-events-calendar-list__event-featured-image-link{padding-top:46%}}.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-featured-image-wrapper .tribe-events-calendar-list__event-featured-image{border-radius:var(--bb-block-radius-inner);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}.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-details{-ms-flex-item-align:center;align-self:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tribe-events .tribe-events-c-top-bar__datepicker-container .datepicker .table-condensed tbody tr td .active,.tribe-events .tribe-events-c-top-bar__datepicker-container .datepicker .table-condensed tbody tr td .current,.tribe-events .tribe-events-c-top-bar__datepicker-container .datepicker .table-condensed tbody tr td .focused{background-color:var(--bb-primary-color)}.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__header-row .tribe-events-calendar-month__header-column{border:1px solid var(--bb-content-border-color);border-bottom:none;padding-top:16px;padding-left:16px;background-color:#fff}.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__header-row .tribe-events-calendar-month__header-column:not(:last-child){border-right:none}.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day:hover:after{background-color:var(--bb-primary-color)}.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day.tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link{color:var(--bb-primary-color)}@media (max-width:992px){.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__type-separator{margin-bottom:30px}}.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event{margin-left:0;margin-right:0;background-color:#fff}@media (max-width:992px){.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event{padding:0}}.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event:before{display:none}.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event:after{left:0}.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-header .tribe-events-calendar-day__event-datetime{color:var(--bb-alternate-text-color)}.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-header .tribe-events-calendar-day__event-title a:active,.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-header .tribe-events-calendar-day__event-title a:focus,.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-header .tribe-events-calendar-day__event-title a:hover{color:var(--bb-primary-color);border-bottom:none}.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-content{border:1px solid var(--bb-content-border-color);margin:0;border-radius:4px;padding:24px 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:992px){.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-content{padding:24px}}.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-content .tribe-events-calendar-day__event-featured-image-wrapper .tribe-events-calendar-day__event-featured-image-link{position:relative;overflow:hidden;padding-top:60%;display:block;background:#809ab4;border-radius:4px}@media (max-width:992px){.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-content .tribe-events-calendar-day__event-featured-image-wrapper .tribe-events-calendar-day__event-featured-image-link{padding-top:46%}}.tribe-events .tribe-events-calendar-day .tribe-events-calendar-day__event .tribe-events-calendar-day__event-content .tribe-events-calendar-day__event-featured-image-wrapper .tribe-events-calendar-day__event-featured-image-link .tribe-events-calendar-day__event-featured-image{border-radius:4px;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}.tribe-events .tribe-events-pro-photo{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;padding:24px;margin:0}.tribe-events .tribe-events-pro-photo .tribe-common-g-row--gutters{margin:0 -1%}.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event{border:1px solid var(--bb-content-border-color);border-radius:4px;padding:0!important;max-width:31.33%;margin:0 1% 2%}@media (max-width:992px){.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event{width:100%;max-width:48%}}@media (max-width:800px){.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event{max-width:100%;width:100%;margin:0 0 24px}}.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-featured-image-wrapper .tribe-events-pro-photo__event-featured-image-link{position:relative;overflow:hidden;padding-top:60%;display:block;background:#809ab4;border-radius:4px}@media (max-width:992px){.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-featured-image-wrapper .tribe-events-pro-photo__event-featured-image-link{padding-top:46%}}.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-featured-image-wrapper .tribe-events-pro-photo__event-featured-image{border-radius:4px;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}.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details-wrapper{padding:12px 12px 24px}.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-date-tag-datetime .tribe-events-pro-photo__event-date-tag-month{color:#f1451f}.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-title .tribe-events-pro-photo__event-title-link:active,.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-title .tribe-events-pro-photo__event-title-link:focus,.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-title .tribe-events-pro-photo__event-title-link:hover{color:var(--bb-primary-color);border-bottom:none}.tribe-events .tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-datetime time{color:var(--bb-alternate-text-color)}.tribe-events .tribe-events-pro-week-grid{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;padding-left:2rem}.tribe-events .tribe-events-pro-week-grid .tribe-events-pro-week-grid__header .tribe-events-pro-week-grid__header-column .tribe-events-pro-week-grid__header-column-title{padding-top:2rem}.tribe-events .tribe-events-pro-week-grid .tribe-events-pro-week-grid__header .tribe-events-pro-week-grid__header-column--current .tribe-events-pro-week-grid__header-column-title .tribe-events-pro-week-grid__header-column-daynum-link{color:var(--bb-primary-color)}.tribe-events .tribe-events-pro-week-grid .tribe-events-pro-week-grid__multiday-event-bar-inner{background-color:var(--bb-primary-color)}.tribe-events .tribe-events-pro-week-grid .tribe-events-pro-week-grid__multiday-event-bar-inner .tribe-events-pro-week-grid__multiday-event-bar-title{color:#fff}.tribe-events .tribe-events-pro-week-grid .tribe-events-pro-week-grid__events-row .tribe-events-pro-week-grid__events-day .tribe-events-pro-week-grid__event-link-inner{background-color:rgba(var(--bb-primary-color),.05)}.tribe-events .tribe-events-header .datepicker-days .table-condensed tbody tr.active td,.tribe-events .tribe-events-header .datepicker-days .table-condensed tbody tr.current td{background-color:rgba(var(--bb-primary-color),.05)}.tribe-events .tribe-events-header .datepicker-days .table-condensed tbody tr td.active:before{background-color:var(--bb-primary-color)}.tribe-events .tribe-events .tribe-events-calendar-month__header-column-title{padding:12px 0;border-color:var(--bb-content-border-color);border-style:solid;border-width:0 0 1px}.tribe-events .tribe-events .tribe-events-calendar-month__day{border-color:var(--bb-content-border-color);border-style:solid;border-width:0 1px 1px 0;border-radius:0}.tribe-events .tribe-events .tribe-events-calendar-month__day:first-child{border-left:1px var(--bb-content-border-color) solid}.tribe-events .tribe-events-c-nav{margin-top:40px}.tribe-events .tooltipster-base .tooltipster-box .tribe-events-pro-week-grid__event-tooltip-title a:active,.tribe-events .tooltipster-base .tooltipster-box .tribe-events-pro-week-grid__event-tooltip-title a:focus,.tribe-events .tooltipster-base .tooltipster-box .tribe-events-pro-week-grid__event-tooltip-title a:hover{color:var(--bb-primary-color);border-bottom:none}.tribe-events .tooltipster-base .tooltipster-content .tribe-events-calendar-month__calendar-event-tooltip-title a:active,.tribe-events .tooltipster-base .tooltipster-content .tribe-events-calendar-month__calendar-event-tooltip-title a:focus,.tribe-events .tooltipster-base .tooltipster-content .tribe-events-calendar-month__calendar-event-tooltip-title a:hover{color:var(--bb-primary-color);border-bottom:none}.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-breadcrumbs__list{font-size:14px}.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-breadcrumbs__list-item-icon-svg{height:8px;width:5px}.tooltipster-base.tribe-events-tooltip-theme{padding:10px;border-radius:var(--bb-block-radius);border:0}.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper{width:100%}.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper img{border-radius:var(--bb-block-radius-inner)}article.tribe-events-calendar-month__multiday-event.tribe_events_cat-my-cat-event .tribe-events-calendar-month__multiday-event-bar-inner{background-color:var(--bb-primary-color)}.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date,.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link{color:var(--bb-primary-color)}.tribe-events-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}.tribe-events-widget header.tribe-events-widget-events-list__header{margin-bottom:0}.tribe-events-widget h2.tribe-events-widget-events-list__header-title{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}.bb-template-v2 .tribe-events-widget .tribe-events-widget-events-list__view-more a.tribe-events-widget-events-list__view-more-link{font-weight:700;font-size:12px;text-transform:uppercase;padding:8px 16px;border-radius:var(--bb-button-radius);display:inline-block;background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);-webkit-transition:none;transition:none}.bb-template-v2 .tribe-events-widget .tribe-events-widget-events-list__view-more a.tribe-events-widget-events-list__view-more-link: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)}.tribe-events-widget a.tribe-common-anchor-thin{-webkit-transition:none;transition:none}.tribe-events-widget a.tribe-common-anchor-thin:hover{border:0;color:var(--bb-primary-color)}.bb-template-v2 .tribe-events-widget{border-radius:var(--bb-block-radius);padding:1.25rem 1.25rem 1.5625rem}.bb-template-v2 .tribe-events-widget h2.tribe-events-widget-events-list__header-title{font-size:1.25rem;letter-spacing:-.24px;margin-bottom:23px}#tribe-events-pg-template,.tribe-events-pg-template{padding-top:1.875rem;padding-bottom:2.1875rem}.events-list .tribe-events-back.tribe-events-loop{max-width:100%;margin-bottom:10px}.events-list .tribe-events-back.tribe-events-loop a{font-weight:inherit;font-size:14px;color:red}.events-list .tribe-events-list>p.tribe-events-back.tribe-events-loop{display:none}.events-list div.tribe-events-loop{max-width:100%;background-color:#fff;border:1px solid var(--bb-content-border-color)}.events-list .tribe-events-map div.tribe-events-loop{border:0}.events-list #tribe-events-footer{border-top:0;padding-top:0}#tribe-events-content{padding-top:0!important}#tribe-events-content h2.tribe-events-page-title{font-size:14px;background-color:#fff;border-left:1px solid var(--bb-content-border-color);border-right:1px solid var(--bb-content-border-color);border-top:1px solid var(--bb-content-border-color);margin:0;padding:10px 25px;font-weight:500}#tribe-events-content h2.tribe-events-page-title.has-notice{border-bottom:1px solid var(--bb-content-border-color)}#tribe-events-content.tribe-events-map h2.tribe-events-page-title{border-bottom:1px solid var(--bb-content-border-color)}#tribe-events-content.tribe-events-list{padding-top:0!important}#tribe-events-header{margin:0}#tribe-events-footer{margin-top:1.25em}#tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-previous a{position:relative;right:5px;-webkit-tap-highlight-color:transparent}#tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-previous a:before{content:"\E8AB";font-family:bb-icons;font-size:22px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:relative;top:3px;left:3px}#tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-previous a span{display:none}#tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-next{margin-right:0}#tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-next a{position:relative;left:5px;-webkit-tap-highlight-color:transparent}#tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-next a:after{content:"\e827";font-family:bb-icons;font-size:22px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:relative;top:3px;right:3px}#tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-next a span{display:none}.tribe-events-single #tribe-events-footer{margin-top:0}.tribe-events-single #tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-next a:after{right:0}.tribe-events-single #tribe-events-footer ul.tribe-events-sub-nav li.tribe-events-nav-previous a:before{left:0}body:not(.bb-page-loaded) .tribe-events-single #tribe-events-footer ul.tribe-events-sub-nav li{display:none}.events-list.tribe-bar-is-disabled #tribe-events-content-wrapper{max-width:100%}.tribe-bar-submit{margin-left:0}.tribe-bar-search-filter{width:50%}.tribe-events-day .tribe-events-loop{max-width:100%;background-color:#fff;border:1px solid var(--bb-content-border-color)}.tribe-events-day .tribe-mini-calendar-list-wrapper .tribe-events-loop{border:0}.tribe-events-day #tribe-events-footer{border-top:0;padding-top:0}.tribe-events-list .type-tribe_events{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:800px){.tribe-events-list .type-tribe_events{margin-bottom:3rem}}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-image,.tribe-events-list .tribe-events-loop .tribe-events-event-image{width:100%}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-image a,.tribe-events-list .tribe-events-loop .tribe-events-event-image a{position:relative;overflow:hidden;padding-top:60%;display:block;background:#809ab4;border-radius:4px}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-image a img,.tribe-events-list .tribe-events-loop .tribe-events-event-image a 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}.tribe-events-list .bs-tribe-events-col-first .bs-events-post-placeholder{position:relative;overflow:hidden;padding-top:60%;display:block;background:#809ab4;border-radius:4px;text-align:center}.tribe-events-list .bs-tribe-events-col-first .bs-events-post-placeholder:after{font-family:bb-icons!important;text-rendering:auto;-webkit-font-smoothing:antialiased;color:#fff;content:"\e803";font-size:70px;margin-right:0;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:.5}@media (max-width:544px){.tribe-events-list .bs-tribe-events-col-first .bs-events-post-placeholder:after{font-size:40px}}.tribe-events-list .tribe-events-event-image img{border-radius:4px}.tribe-events-list #tribe-geo-results.tribe-events-loop .tribe-event-featured{margin-left:-25px;margin-right:-25px}.tribe-events-list #tribe-geo-results.tribe-events-loop .tribe-event-featured .bs-tribe-events-col-first{margin-left:25px}.tribe-events-list #tribe-geo-results.tribe-events-loop .tribe-event-featured .bs-tribe-events-col-last{margin-right:25px}.tribe-events-list .tribe-events-loop .tribe-event-featured{background-color:var(--bb-body-background-color);padding-top:1rem;padding-bottom:1rem;padding-right:0}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost{margin:0}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost span{color:var(--bb-body-text-color)}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .ticket-cost{background:0 0}.tribe-events-list .tribe-events-loop .tribe-event-featured.tribe-events-first{padding-top:1rem}.tribe-events-list .tribe-events-loop .tribe-event-featured h2.tribe-events-list-event-title{margin-top:0}.tribe-events-list .tribe-events-loop .tribe-event-featured h2.tribe-events-list-event-title a{color:var(--bb-headings-color)}.tribe-events-list .tribe-events-loop .tribe-event-featured h2.tribe-events-list-event-title a:hover{color:var(--bb-primary-color)}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-content{color:inherit}.tribe-events-list .tribe-events-loop .tribe-event-featured a{color:var(--bb-primary-color)}.tribe-events-list .tribe-events-loop .tribe-event-featured a:hover{color:#0f74e0}@media screen and (min-width:801px){.tribe-events-list .tribe-events-loop .tribe-event-featured .bs-tribe-events-col-first .bs-events-post-placeholder{margin-left:-25px;width:100%}}.tribe-events-list #tribe-geo-results .tribe-event-featured .tribe-events-content{color:var(--bb-body-text-color)}@media (max-width:1200px){.page-sidebar .tribe-events-list .type-tribe_events{display:block}.page-sidebar .tribe-events-list .type-tribe_events .bs-tribe-events-col-first{max-width:100%;padding:0 25px;overflow:hidden}.page-sidebar .tribe-events-list .type-tribe_events .bs-tribe-events-col-first .tribe-events-event-image a{padding-top:36%;position:relative;overflow:hidden;display:block;background:#809ab4;border-radius:4px;margin-bottom:20px}.page-sidebar .tribe-events-list .type-tribe_events .bs-tribe-events-col-first .tribe-events-event-image a 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}.page-sidebar .tribe-events-list .type-tribe_events .bs-tribe-events-col-last{overflow:hidden;padding:5px 25px 0}.page-sidebar .tribe-events-list .type-tribe_events .bs-tribe-events-col-last .tribe-event-schedule-details{padding:0}.page-sidebar .tribe-events-list .type-tribe_events .bs-tribe-events-col-last .tribe-events-event-meta{padding:0;border:0;background:0 0}.page-sidebar .tribe-events-list .type-tribe_events .bs-tribe-events-col-last .tribe-events-event-meta .tribe-events-venue-details{padding:0;border-top:0}}@media (max-width:1200px){.page-sidebar .tribe-events-list .tribe-events-loop .tribe-event-featured{padding-left:25px;padding-right:25px}.page-sidebar .tribe-events-list .tribe-events-loop .tribe-event-featured .bs-tribe-events-col-first{padding:0}.page-sidebar .tribe-events-list .tribe-events-loop .tribe-event-featured .bs-tribe-events-col-first .tribe-events-event-image{margin:0}}@media (max-width:800px){.tribe-events-list .type-tribe_events{display:block}.tribe-events-list .type-tribe_events .bs-tribe-events-col-first{max-width:100%;padding:0 25px;overflow:hidden}.tribe-events-list .type-tribe_events .bs-tribe-events-col-first .tribe-events-event-image a{padding-top:46%;position:relative;overflow:hidden;display:block;background:#809ab4;border-radius:4px;margin-bottom:10px}.tribe-events-list .type-tribe_events .bs-tribe-events-col-first .bs-events-post-placeholder{padding-top:46%;margin-bottom:10px}.tribe-events-list .type-tribe_events .bs-tribe-events-col-first .tribe-events-event-image a 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}.tribe-events-list .type-tribe_events .bs-tribe-events-col-last{overflow:hidden;padding:5px 25px 0}.tribe-events-list .type-tribe_events .bs-tribe-events-col-last .tribe-event-schedule-details{padding:0}.tribe-events-list .type-tribe_events .bs-tribe-events-col-last .tribe-events-event-meta{padding:0;border:0;background:0 0}.tribe-events-list .type-tribe_events .bs-tribe-events-col-last .tribe-events-event-meta .tribe-events-venue-details{padding:0;border-top:0}}@media (max-width:544px){.tribe-events-list .type-tribe_events .bs-tribe-events-col-first{padding:0 15px}.tribe-events-list .type-tribe_events .bs-tribe-events-col-last{padding-left:15px;padding-right:15px}}@media (max-width:800px){.tribe-events-list .tribe-events-loop .tribe-event-featured{padding-left:25px;padding-right:25px;margin-bottom:3rem}.tribe-events-list .tribe-events-loop .tribe-event-featured .bs-tribe-events-col-first{padding:0}.tribe-events-list .tribe-events-loop .tribe-event-featured .bs-tribe-events-col-first .tribe-events-event-image{margin:0}}@media (max-width:544px){.tribe-events-list .tribe-events-loop .tribe-event-featured{padding-left:15px;padding-right:15px}}.tribe-events-map .type-tribe_events .bs-tribe-events-col-first{padding-left:0}.tribe-events-map .type-tribe_events .bs-tribe-events-col-last{padding-right:0}@media (max-width:800px){.tribe-events-map .type-tribe_events .bs-tribe-events-col-first{padding-left:0;padding-right:0}.tribe-events-map .type-tribe_events .bs-tribe-events-col-last{padding-left:0;padding-right:0}.tribe-events-list #tribe-geo-results.tribe-events-loop .tribe-event-featured .bs-tribe-events-col-first{margin-left:0}}.type-tribe_events .bs-tribe-events-col-first{-webkit-box-flex:0;-ms-flex:0 0 300px;flex:0 0 300px;max-width:100%;padding-left:25px}.type-tribe_events .bs-tribe-events-col-last{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-right:25px;padding-left:20px;padding-top:5px}.type-tribe_events.tribe-event-featured .bs-tribe-events-col-last{padding-left:0}@media (max-width:800px){.type-tribe_events.tribe-event-featured .bs-tribe-events-col-last{padding-right:0}.type-tribe_events.tribe-event-featured .bs-tribe-events-col-last .tribe-events-event-cost{font-size:13px}}.type-tribe_events .tribe-events-list-event-description,.type-tribe_events .tribe-events-map-event-description{font-size:14px}.type-tribe_events .tribe-events-list-event-description a.tribe-events-read-more,.type-tribe_events .tribe-events-map-event-description a.tribe-events-read-more{display:none}.type-tribe_events .bs-event-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.type-tribe_events .bs-event-heading .tribe-event-schedule-short{-webkit-box-flex:0;-ms-flex:0 0 45px;flex:0 0 45px;max-width:45px;text-align:center;line-height:1;padding:0}.type-tribe_events .bs-event-heading .tribe-event-schedule-short .bs-schedule-short-date{padding:3px 8px 3px 0;border-right:1px solid var(--bb-content-border-color)}.type-tribe_events .bs-event-heading .tribe-event-schedule-short .bs-schedule-short-m{color:#f1451f;font-size:12px;margin-bottom:5px;font-weight:700;display:block;text-transform:uppercase}.type-tribe_events .bs-event-heading .tribe-event-schedule-short .bs-schedule-short-d{color:var(--bb-headings-color);font-size:24px;font-weight:400;display:block}@media (max-width:544px){.type-tribe_events .bs-event-heading .tribe-event-schedule-short{display:none}}.type-tribe_events .bs-event-heading .tribe-event-schedule-long{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-left:14px;padding-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.type-tribe_events .bs-event-heading .tribe-event-schedule-long .bs-tribe-events-single-heading{margin-right:auto}.type-tribe_events .bs-event-heading .tribe-event-schedule-long .bs-tribe-events-single-heading .tribe-events-distance{padding:2px 15px;font-size:11px;font-weight:inherit;margin:0;line-height:1.3;border-radius:100px;background-color:#eceef1;color:var(--bb-body-text-color)}.type-tribe_events .bs-event-heading .tribe-event-schedule-long .tribe-events-event-cost span{border:0;padding-right:0;padding-top:0}@media (max-width:544px){.type-tribe_events .bs-event-heading .tribe-event-schedule-long{padding-left:0}}.type-tribe_events .bs-event-heading h2.tribe-events-list-event-title,.type-tribe_events .bs-event-heading h2.tribe-events-map-event-title{font-size:18px;font-weight:500;line-height:1.4em;display:block;display:-webkit-box;max-height:2.8em;margin:0;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%}.type-tribe_events .bs-event-heading h2.tribe-events-list-event-title a,.type-tribe_events .bs-event-heading h2.tribe-events-map-event-title a{color:var(--bb-headings-color)}.type-tribe_events .bs-event-heading h2.tribe-events-list-event-title a:hover,.type-tribe_events .bs-event-heading h2.tribe-events-map-event-title a:hover{color:var(--bb-primary-color)}.type-tribe_events .bs-event-heading .tribe-event-schedule-details{font-size:13px;color:var(--bb-alternate-text-color);line-height:1.3;margin-bottom:3px}.type-tribe_events .bs-event-heading .tribe-event-schedule-details .tribe-event-time{padding-right:5px}.type-tribe_events .bs-event-heading .recurringinfo{vertical-align:baseline}.type-tribe_events .bs-event-heading .event-is-recurring{color:var(--bb-headings-color);font-weight:400}.type-tribe_events .bs-event-heading .recurringinfo .tribe-events-divider{padding:0 5px 0 0}.type-tribe_events .bs-event-heading .time-details{font-size:13px;color:var(--bb-alternate-text-color);line-height:1.4;margin-bottom:3px;padding:0 5px 0 0}.type-tribe_events .bs-event-heading .time-details .tribe-event-date-start{padding-right:5px}.type-tribe_events .bs-event-heading .time-details .tribe-event-time{padding-right:5px}@media (max-width:544px){.type-tribe_events .bs-event-heading .time-details{margin-bottom:6px;line-height:1.3}}.type-tribe_events .bs-event-heading .tribe-events-event-meta{margin-top:3px;font-weight:400}.type-tribe_events .bs-event-heading .tribe-events-venue-details{color:var(--bb-alternate-text-color);font-style:inherit;margin-top:0}.type-tribe_events .bs-event-heading .tribe-events-venue-details span.tribe-street-address+br{display:none}.type-tribe_events .bs-event-heading .tribe-events-venue-details abbr[title]{text-decoration:none}.type-tribe_events .bs-event-heading .bs-related-location .tribe-events-venue-details span.tribe-address:before{background-color:#fff}.tribe-events-photo .tribe-events-loop .type-tribe_events .tribe-events-event-meta{line-height:1;display:block;display:-webkit-box;max-height:1em;margin:0;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%}@media (max-width:800px){.tribe-events-photo .type-tribe_events .bs-event-heading .tribe-event-schedule-details{padding-left:0;padding-right:0}.tribe-events-photo .tribe-events-list .tribe-events-venue-details{border-top:0;padding:0}}#tribe-geo-results h2.tribe-events-map-event-title{font-weight:500;font-size:18px;line-height:1.4em;margin-bottom:0}#tribe-geo-results .tribe-event-featured h2.tribe-events-map-event-title{margin:0 0 6px}#tribe-geo-results .tribe-event-featured h2.tribe-events-map-event-title a{color:var(--bb-headings-color)}#tribe-geo-results .tribe-event-featured h2.tribe-events-map-event-title a:hover{color:var(--bb-primary-color)}#tribe-geo-results .tribe-event-featured a{color:var(--bb-primary-color)}#tribe-geo-results .tribe-event-featured a:hover{color:var(--bb-primary-color)}@media screen and (min-width:1200px){.bb-buddypanel .tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap,.has-sidebar .tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap{max-height:670px;overflow-x:visible;overflow-y:auto}}@media screen and (min-width:800px){body:not(.bb-buddypanel) .tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap{max-height:670px;overflow-y:auto}}#tribe-events-content .tribe-events-day-time-slot,.tribe-events-day .tribe-events-day-time-slot{display:-webkit-box;display:-ms-flexbox;display:flex}#tribe-events-content .tribe-events-day-time-slot h5,.tribe-events-day .tribe-events-day-time-slot h5{margin:0;-webkit-box-flex:0;-ms-flex:0 0 75px;flex:0 0 75px;max-width:75px;background:0 0;border-right:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color);color:var(--bb-headings-color);font-weight:500;padding:20px 0;font-size:14px;text-align:center}@media screen and (max-width:544px){#tribe-events-content .tribe-events-day-time-slot h5,.tribe-events-day .tribe-events-day-time-slot h5{-webkit-box-flex:0;-ms-flex:0 0 55px;flex:0 0 55px;max-width:55px;font-size:11px}}#tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap,.tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap{border-bottom:1px solid var(--bb-content-border-color);padding:20px 0;width:100%}#tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap .type-tribe_events,.tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap .type-tribe_events{margin-bottom:20px}#tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap .type-tribe_events:last-of-type,.tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap .type-tribe_events:last-of-type{margin-bottom:0}#tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap h2.tribe-events-page-title,.tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap h2.tribe-events-page-title{border:0;padding:0;line-height:24px}#tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap,.tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap{padding:0 25px}@media screen and (max-width:544px){#tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap.bs-events-day-tag-wrap,.tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap.bs-events-day-tag-wrap{padding:0 15px}}#tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap>div,.tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap>div{display:inline-block;text-align:center;padding:10px 0 6px}#tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap>div span,.tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap>div span{display:block;line-height:1.2}#tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap .bs-day-w,.tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap .bs-day-w{text-transform:uppercase;font-size:12px;color:#939597}#tribe-events-content .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap .bs-day-d,.tribe-events-day .tribe-events-day-time-slot .bs-events-day-wrap.bs-events-day-tag-wrap .bs-day-d{color:var(--bb-headings-color);font-size:22px}#tribe-events-content .tribe-events-day-time-slot .type-tribe_events,.tribe-events-day .tribe-events-day-time-slot .type-tribe_events{margin:0}#tribe-events-content .tribe-events-day-time-slot:last-of-type h5,.tribe-events-day .tribe-events-day-time-slot:last-of-type h5{border-bottom:0}#tribe-events-content .tribe-events-day-time-slot:last-of-type .bs-events-day-wrap,.tribe-events-day .tribe-events-day-time-slot:last-of-type .bs-events-day-wrap{border-bottom:0}.recurring-info-tooltip.tribe-events-tooltip{box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);border-radius:4px;padding-left:.5em;padding-right:.5em}.bs-events-day-wrap .type-tribe_events:first-of-type .recurring-info-tooltip.tribe-events-tooltip{bottom:initial!important;top:25px;width:160px}.bs-events-day-wrap .type-tribe_events:first-of-type .recurring-info-tooltip.tribe-events-tooltip .tribe-events-arrow{content:" ";position:absolute;width:0;height:0;top:0;right:initial;left:20px;margin:0 auto;box-sizing:border-box;border:5px 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);-webkit-transition:all linear .2s;transition:all linear .2s;z-index:101;background-image:none}#tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner{padding-top:0}#tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner label{display:none}.tribe-bar-collapse #tribe-bar-collapse-toggle{width:100%;-webkit-tap-highlight-color:transparent;color:var(--bb-body-text-color)}.tribe-bar-collapse #tribe-bar-collapse-toggle:active,.tribe-bar-collapse #tribe-bar-collapse-toggle:focus,.tribe-bar-collapse #tribe-bar-collapse-toggle:hover{background-color:transparent;color:var(--bb-body-text-color);box-shadow:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:right 1rem center}#tribe-bar-form.tribe-bar-collapse #tribe-bar-views{width:100%}@media (max-width:800px){#tribe-bar-form .tribe-bar-filters{padding-right:0}}#tribe-bar-form.tribe-bar-full.tribe-events-bar--has-filters #tribe-bar-views,#tribe-bar-form.tribe-bar-mini.tribe-events-bar--has-filters #tribe-bar-views{float:right;width:16.1%;position:static}#tribe-bar-views{-webkit-tap-highlight-color:transparent}#tribe-bar-views .tribe-bar-views-inner{background:0 0;padding:0;position:relative}#tribe-bar-views .tribe-bar-views-inner label{display:none}#tribe-bar-views ul.tribe-bar-views-list{z-index:6}#tribe-bar-views #tribe-bar-views-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:right 1rem center;font-family:inherit;font-size:14px;height:35px;line-height:30px;padding:2px 15px;outline:0;vertical-align:middle;background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:20px;box-shadow:none;color:#939597}#tribe-bar-views #tribe-bar-views-toggle:after{border:0}#tribe-bar-views #tribe-bar-views-toggle>span{background-image:none;position:relative}#tribe-bar-views #tribe-bar-views-toggle>span:before{font-family:bb-icons!important;font-size:17px;text-rendering:auto;-webkit-font-smoothing:antialiased;color:#c3c8d2;margin-right:0;position:absolute;top:-3px;left:0;z-index:9}#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-list:before{content:"\edb1"}#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-month:before{content:"\e803"}#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-week:before{content:"\e803"}#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-day:before{content:"\e803"}#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-map:before{content:"\E817";font-size:20px}#tribe-bar-views #tribe-bar-views-toggle span.tribe-icon-photo:before{content:"\eeb4"}#tribe-bar-views ul.tribe-bar-views-list{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;outline:0;padding:5px 0;margin-top:1px}#tribe-bar-views ul.tribe-bar-views-list:before{content:" ";position:absolute;width:0;height:0;top:0;right:16px;margin:0 auto;box-sizing:border-box;border:8px 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);-webkit-transition:all linear .2s;transition:all linear .2s;z-index:101}#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option{font-size:14px;color:#939597;padding:3px 15px 9px}#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span{padding:0 6px 0 15px;line-height:23px;color:#939597}#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option:hover{background:var(--bb-body-background-color)}#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span{background-image:none;padding-left:24px;position:relative}#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span:before{font-family:bb-icons!important;font-size:17px;text-rendering:auto;-webkit-font-smoothing:antialiased;color:#c3c8d2;margin-right:0;position:absolute;top:0;left:0;z-index:9}#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-list:before{content:"\edb1"}#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-day:before,#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-month:before,#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-week:before{content:"\e803"}#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-map:before{content:"\eed1";font-size:22px;left:-3px}#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-photo:before{content:"\eeb4"}#tribe-bar-views ul.tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active{display:none}#tribe-bar-views.tribe-bar-views-open ul.tribe-bar-views-list li.tribe-bar-views-option.tribe-bar-active+li.tribe-bar-views-option{border-top:1px solid var(--bb-content-border-color);padding-top:6px;border-radius:3px 3px 0 0;position:relative;margin-top:1px}#tribe-bar-views.tribe-bar-views-open ul.tribe-bar-views-list li.tribe-bar-views-option.tribe-bar-active+li.tribe-bar-views-option:before{content:" ";position:absolute;width:0;height:0;top:0;right:16px;margin:0 auto;box-sizing:border-box;border:8px 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);-webkit-transition:all linear .2s;transition:all linear .2s;z-index:101}#tribe-bar-views.tribe-bar-views-open ul.tribe-bar-views-list li.tribe-bar-views-option:not(.tribe-bar-active){background-color:var(--bb-content-background-color);border-left:1px solid var(--bb-content-border-color);border-right:1px solid var(--bb-content-border-color)}#tribe-bar-views.tribe-bar-views-open ul.tribe-bar-views-list li.tribe-bar-views-option:not(.tribe-bar-active) a:hover{background-color:var(--bb-body-background-color);color:var(--bb-primary-color)}#tribe-bar-views.tribe-bar-views-open ul.tribe-bar-views-list li.tribe-bar-views-option:last-child{border-bottom:1px solid var(--bb-content-border-color);border-radius:0 0 3px 3px;padding-bottom:6px}#tribe-bar-collapse-toggle{background:0 0;height:40px;line-height:40px;padding:0 15px 0 0;text-transform:none;font-size:15px;font-weight:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:right 1rem center;padding-right:40px}#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow{display:none}#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow:after{display:none}#tribe-events-bar{margin-bottom:20px}#tribe-bar-form #tribe-bar-views+.tribe-bar-filters{right:14.6667%;width:85.3333%}body.no-js #tribe-bar-form{visibility:hidden;opacity:0}#tribe-bar-form.tribe-bar-mini #tribe-bar-views{width:16.6667%;left:83.3333%}#tribe-bar-form.tribe-bar-mini #tribe-bar-views+.tribe-bar-filters{max-width:83.333%;right:16.6667%}#tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type=submit]{font-size:13px;padding-top:3px;padding-bottom:3px}#tribe-bar-form.tribe-bar-mini #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a{padding-top:0;padding-bottom:0}#tribe-bar-form.tribe-bar-mini .tribe-bar-views-option a span{font-size:13px}#tribe-bar-form{background:0 0}#tribe-bar-form input[type=text]{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;font-family:inherit;font-size:14px;height:35px;vertical-align:middle;background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:20px;box-shadow:none;padding:0 15px 0 37px;font-style:inherit;font-weight:inherit;outline:0}#tribe-bar-form input[type=text].placeholder{color:#c3c6c9;font-style:inherit}#tribe-bar-form input[type=text]:placeholder{color:#c3c6c9;font-style:inherit}#tribe-bar-form input[type=text]::-webkit-input-placeholder{color:#c3c6c9;font-style:inherit}#tribe-bar-form input[type=text]:-ms-input-placeholder{color:#c3c6c9;font-style:inherit}#tribe-bar-form input[type=text]::placeholder{color:#c3c6c9;font-style:inherit}#tribe-bar-form input[type=text]:input-placeholder{color:#c3c6c9;font-style:inherit}#tribe-bar-form input[type=text]::input-placeholder{color:#c3c6c9;font-style:inherit}#tribe-bar-form input[type=text]:focus{outline:0;border-bottom:1px solid var(--bb-content-border-color)}#tribe-bar-form .tribe-bar-submit input[type=submit]{background-color:var(--bb-primary-color);border-radius:var(--bb-button-radius);font-weight:inherit;font-style:inherit;text-transform:none;font-size:14px;padding-top:3px;padding-bottom:3px;height:35px}#tribe-bar-form .tribe-bar-submit input[type=submit]:hover{background-color:var(--bb-primary-color);box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}#tribe-bar-form .tribe-bar-filters{padding-right:0}#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner>div{padding-left:5px;padding-right:5px}#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner>div label{display:none}#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner{margin-left:-5px}#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-date-filter{position:relative;z-index:2;padding-top:0;padding-bottom:0}#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-date-filter:before{font-family:bb-icons!important;font-size:17px;text-rendering:auto;-webkit-font-smoothing:antialiased;color:#c3c8d2;content:"\e803";margin-right:0;position:absolute;bottom:4px;left:18px;z-index:9}#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-search-filter{position:relative;z-index:2;padding-top:0;padding-bottom:0}#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-search-filter:before{font-family:bb-icons!important;font-size:17px;text-rendering:auto;-webkit-font-smoothing:antialiased;color:#c3c8d2;content:"\ef10";margin-right:0;position:absolute;bottom:4px;left:18px;z-index:9}#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-geoloc-filter{position:relative;z-index:2;padding-top:0;padding-bottom:0}#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-geoloc-filter:before{font-family:bb-icons!important;font-size:22px;text-rendering:auto;-webkit-font-smoothing:antialiased;color:#c3c8d2;content:"\eed1";margin-right:0;position:absolute;bottom:4px;left:18px;z-index:9}#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-submit{padding-top:0;padding-bottom:0}#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-geoloc-filter+.tribe-bar-submit{width:18%}#tribe-bar-form.tribe-bar-collapse .tribe-bar-filters{background-color:#fff;border-radius:4px;padding:10px}#tribe-bar-form.tribe-bar-collapse .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-submit{width:100%}#tribe-bar-form.tribe-bar-collapse .tribe-bar-filters-inner>div{padding-top:8px;padding-bottom:8px}.tribe-bar-geoloc-filter,.tribe-events-uses-geolocation .tribe-bar-date-filter,.tribe-events-uses-geolocation .tribe-bar-search-filter,.tribe-events-uses-geolocation .tribe-bar-submit{width:27.333%}@media (max-width:800px){#tribe-events-footer~a.tribe-events-ical.tribe-events-button{border-radius:100px;font-size:13px;padding:0 20px}.tribe-events-sub-nav li a,.tribe-events-sub-nav li a:visited{background:0 0;color:var(--bb-primary-color);padding:0;font-size:13px}.tribe-events-sub-nav li a:hover,.tribe-events-sub-nav li a:visited:hover{color:var(--bb-primary-color)}#tribe-mobile-container .type-tribe_events{font-size:16px}#tribe-mobile-container .type-tribe_events .tribe-events-event-image img{border-radius:4px}#tribe-mobile-container .type-tribe_events .tribe-events-event-schedule-details{font-size:13px}#tribe-mobile-container .type-tribe_events .tribe-event-description{font-size:14px}.tribe-mobile-day-date{background:0 0;border-bottom:1px solid var(--bb-content-border-color);font-weight:400;color:var(--bb-headings-color)}.tribe-events-month #tribe-mobile-container .type-tribe_events h4.summary,.tribe-events-week #tribe-mobile-container .type-tribe_events h4.summary{font-size:16px}.tribe-events-month #tribe-mobile-container .type-tribe_events .tribe-events-event-body,.tribe-events-week #tribe-mobile-container .type-tribe_events .tribe-events-event-body{font-size:14px}.tribe-events-photo #tribe-events #tribe-events-footer{padding-top:1em}#tribe-events-footer:after,#tribe-events-footer:before{background-color:transparent}}#tribe-events .tribe-events-button{font-size:14px;padding:9px 2em;vertical-align:middle;display:inline-block;line-height:1.4;background:var(--bb-primary-color);font-weight:500;text-transform:none;border-radius:100px;border:0;letter-spacing:normal}#tribe-events .tribe-events-button:hover{background:var(--bb-primary-color);box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}#tribe-events .tribe-events-content.entry-summary p{line-height:1.5;display:block;display:-webkit-box;max-height:6em;margin:0;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%}#tribe-events a.tribe-events-gcal,#tribe-events-content a.tribe-events-ical{display:none}.bb-page-loaded #tribe-events a.tribe-events-gcal,.bb-page-loaded #tribe-events-content a.tribe-events-ical{display:inline-block}#tribe-events #tribe-events-content-wrapper>a.tribe-events-ical,#tribe-events-content.tribe-events-list a.tribe-events-ical{margin-top:0;float:right}#tribe-events-content.tribe-events-list a.tribe-events-ical{border-radius:var(--bb-button-radius)}.tribe-events-user-recurrence-toggle{text-align:left;font-style:inherit}.tribe-events-user-recurrence-toggle label{font-size:15px}.tribe-events-list-separator-month{text-align:left;margin:0 0 20px;padding:5px 25px;font-size:15px;font-weight:700;text-transform:uppercase;background:#fff;border:0;border-bottom:1px solid var(--bb-content-border-color)}.tribe-events-list-separator-month span{padding:10px 0;display:inline-block}.tribe-events-list-separator-month:after{display:none}.tribe-events-list-separator-month+.type-tribe_events.tribe-events-first{padding-top:0}.tribe-events-photo #tribe-events-photo-events{background-color:#fff;border:1px solid var(--bb-content-border-color);padding-left:2%;padding-right:2%;margin:0}.tribe-events-photo #tribe-events-footer{border-top:0;padding-top:0}.tribe-events-photo .tribe-events-user-recurrence-toggle{background-color:#fff;border-left:1px solid var(--bb-content-border-color);border-right:1px solid var(--bb-content-border-color);padding:5px 2% 15px;margin-bottom:0}#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event{margin:15px 1%;width:30%}#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap{color:inherit}#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap{background:0 0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-event-details{background:#fff;border:1px solid var(--bb-content-border-color);border-top:0;border-radius:0 0 4px 4px;-webkit-transition:all linear .2s;transition:all linear .2s;overflow:hidden}#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-event-details:hover{box-shadow:0 6px 24px 0 rgba(18,43,70,.12)}#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .bs-events-post-placeholder{position:relative;overflow:hidden;padding-top:52.56%;display:block;background:#809ab4;border-radius:4px 4px 0 0;text-align:center}#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .bs-events-post-placeholder:after{font-family:bb-icons!important;text-rendering:auto;-webkit-font-smoothing:antialiased;color:#fff;content:"\e803";font-size:70px;margin-right:0;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:.5}#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-event-image{margin:0}#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-event-image a{position:relative;overflow:hidden;padding-top:52.56%;display:block;background:#809ab4;border-radius:4px 4px 0 0}#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-event-image a 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}#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-list-photo-description{font-size:14px;padding-right:0;line-height:21px;display:block;display:-webkit-box;max-height:120px;min-height:120px;margin:15px 0 0;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%}#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event h2.tribe-events-list-event-title{font-size:16px;font-weight:500;line-height:21px;display:block;display:-webkit-box;max-height:24px;min-height:24px;margin:6px 0 0;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%}#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event h2.tribe-events-list-event-title a{color:var(--bb-headings-color)}#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event h2.tribe-events-list-event-title a:hover{color:var(--bb-primary-color)}#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .bs-photo-location{font-size:13px;line-height:1;display:block;display:-webkit-box;max-height:19px;margin:0;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:97%;position:relative;bottom:2px;right:3px}#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .bs-photo-location .tribe-events-venue-details{line-height:1.3}#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap .tribe-events-event-image{margin:0}@media (max-width:600px){#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event{width:100%;max-width:100%;margin-left:0;margin-right:0}}#tribe-events-photo-events.photo-two-col .type-tribe_events.tribe-events-photo-event{width:46%}@media (max-width:600px){#tribe-events-photo-events.photo-two-col .type-tribe_events.tribe-events-photo-event{width:96%;max-width:none}#tribe-events-photo-events{margin-bottom:0}}.tribe-events-event-meta address.tribe-events-address,.tribe-events-list .tribe-events-venue-details{font-style:inherit}#tribe-events-header ul.tribe-events-sub-nav{display:none}.bs-map-wrap #tribe-events-content.tribe-events-list{margin-bottom:0;padding:0!important}#tribe-geo-map-wrapper{background:#fff;border:0;padding:0;margin-bottom:0}.tribe-events-map #tribe-geo-results{background-color:#fff;border:1px solid var(--bb-content-border-color);border-top:0;padding:10px 25px 0;margin-top:0}.tribe-events-map .bs-map-wrap #tribe-events-header{margin:0}.tribe-events-notices{background-color:#fff;border-radius:4px;border:1px solid var(--bb-content-border-color);font-size:16px;color:var(--bb-alternate-text-color);margin-top:0;padding-left:25px;padding-right:25px}#tribe_events_filters_wrapper+#tribe-events-content>.tribe-events-notices{margin-top:0}.events-list .tribe-mini-calendar-list-wrapper div.tribe-events-loop{border:0}.tribe-mini-calendar-event.first,.tribe_mini_calendar_widget .tribe-mini-calendar-event.first{margin-top:0}.tribe-events-day .tribe_mini_calendar_widget .tribe-event-featured{background:0 0}.tribe-events-day .tribe_mini_calendar_widget .tribe-event-featured .list-date{background-color:var(--bb-body-background-color)}.tribe-events-day .tribe_mini_calendar_widget .tribe-event-featured .list-date .list-dayname{background-color:var(--bb-body-background-color)}.tribe-mini-calendar-event,.tribe_mini_calendar_widget .tribe-mini-calendar-event{border-bottom:0;margin-bottom:0;padding-bottom:0}.tribe-mini-calendar-event .list-date,.tribe_mini_calendar_widget .tribe-mini-calendar-event .list-date{background:0 0;border-right:1px solid var(--bb-content-border-color);padding:0 3px 0 0;font-weight:inherit}.tribe-mini-calendar-event .list-date .list-dayname,.tribe_mini_calendar_widget .tribe-mini-calendar-event .list-date .list-dayname{padding-top:0}.tribe-mini-calendar-event .list-date .list-daynumber,.tribe_mini_calendar_widget .tribe-mini-calendar-event .list-date .list-daynumber{color:var(--bb-headings-color);padding-bottom:0;font-size:22px;line-height:1.3}.tribe-mini-calendar-event .list-info h2.tribe-events-title,.tribe_mini_calendar_widget .tribe-mini-calendar-event .list-info h2.tribe-events-title{font-weight:500;margin-bottom:5px}.tribe-mini-calendar-event .list-info h2.tribe-events-title a,.tribe_mini_calendar_widget .tribe-mini-calendar-event .list-info h2.tribe-events-title a{color:var(--bb-headings-color)}.tribe-mini-calendar-event .list-info h2.tribe-events-title a:hover,.tribe_mini_calendar_widget .tribe-mini-calendar-event .list-info h2.tribe-events-title a:hover{color:var(--bb-primary-color)}.tribe-events-adv-list-widget p.tribe-events-widget-link{margin-bottom:0;margin-top:10px;text-align:center}.tribe-events-adv-list-widget p.tribe-events-widget-link a{font-weight:inherit;text-transform:uppercase;font-size:12px}.tribe-venue-widget-list li h4.tribe-event-title{margin-bottom:3px;font-weight:500}.tribe-venue-widget-list li h4.tribe-event-title a{color:var(--bb-headings-color)}.tribe-venue-widget-list li h4.tribe-event-title a:hover{color:var(--bb-primary-color)}.tribe-venue-widget-list li span{font-size:13px}.tribe-venue-widget-list .type-tribe_events{margin-bottom:15px}.tribe-venue-widget-list li .tribe-events-event-cost{display:none}.tribe-venue-widget-thumbnail{margin-bottom:10px}.tribe-venue-widget-thumbnail img{border-radius:4px}.tribe-venue-widget-wrapper ul.tribe-venue-widget-list+a{margin-bottom:0;margin-top:10px;text-align:center;font-weight:inherit;text-transform:uppercase;font-size:12px;display:block}.tribe-venue-widget-venue{margin-bottom:12px;padding-bottom:15px;border-bottom:1px solid var(--bb-content-border-color)}.tribe-venue-widget-venue .tribe-venue-widget-venue-name a{font-weight:500;color:var(--bb-headings-color)}.tribe-venue-widget-venue .tribe-venue-widget-venue-name a:hover{color:var(--bb-primary-color)}.tribe-venue-widget-address{font-size:13px}.tribe-venue-widget-address abbr[title]{text-decoration:none}.tribe-events-countdown-widget .tribe-countdown-complete{margin-bottom:10px}.tribe-events-filter-view .tribe-events-page-title{margin-bottom:1.6875rem}.tribe-events-tooltip.showme{display:block}#tribe_events_filter_control a[data-balloon]:after{z-index:999}.tribe-events-calendar .tribe-events-viewmore{padding:9px 8px 9px 0;font-weight:inherit;border-top:0}.tribe-events-day .tribe-events-ajax-loading,.tribe-events-map .tribe-events-ajax-loading{top:70px}.tribe-geo-option-link{font-size:14px;line-height:1.6}#tribe-events a{-webkit-tap-highlight-color:transparent}h2.tribe-events-page-title a{color:var(--bb-headings-color)}h2.tribe-events-page-title a:hover{color:var(--bb-primary-color)}.tribe-events-loop .tribe-events-list-separator-month{margin-bottom:20px}.type-tribe_events .tribe-mini-calendar-event{margin-bottom:2em;padding:25px;background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:4px}.type-tribe_events .tribe-mini-calendar-event .tribe-event-image{float:left;width:-webkit-calc(30% - 20px);width:calc(30% - 20px);margin-right:20px}.type-tribe_events .tribe-mini-calendar-event .tribe-event-image a{position:relative;overflow:hidden;padding-top:50%;display:block;background:#809ab4;border-radius:4px}.type-tribe_events .tribe-mini-calendar-event .tribe-event-image a 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:4px;height:auto}.type-tribe_events .tribe-mini-calendar-event .tribe-event-image~.list-info{width:-webkit-calc(70% - 60px);width:calc(70% - 60px)}.type-tribe_events .tribe-mini-calendar-event .list-date{width:45px;background-color:transparent;padding:0 10px 0 0;margin:0 15px 0 0}.type-tribe_events .tribe-mini-calendar-event .list-date .list-dayname{background-color:transparent;padding:0;color:#f1451f;font-size:12px;line-height:1.6}.type-tribe_events .tribe-mini-calendar-event .list-date .list-daynumber{color:var(--bb-headings-color);font-size:24px;font-weight:400;line-height:1}@media (max-width:544px){.type-tribe_events .tribe-mini-calendar-event .list-date{display:none}}.type-tribe_events .tribe-mini-calendar-event .list-info{width:-webkit-calc(100% - 60px);width:calc(100% - 60px);margin-top:0;position:relative;padding-right:0}.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-title{font-size:18px}.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-title a{color:var(--bb-headings-color)}.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-title a:hover{color:var(--bb-primary-color)}.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-section-s{padding:0}.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-duration{color:var(--bb-alternate-text-color)}.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-divider{display:none}.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-event-cost{position:absolute;font-style:normal;font-weight:700;line-height:1;text-align:center;font-size:16px;top:0;right:10px}.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-location{color:var(--bb-alternate-text-color)}.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-location>*{display:inline-block}.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-organizer{color:var(--bb-alternate-text-color)}.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-organizer>span>*{display:inline-block}.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-organizer>span .tribe-events-tel{margin-left:8px}@media (max-width:544px){.type-tribe_events .tribe-mini-calendar-event .list-info{width:100%}}@media (max-width:544px){.type-tribe_events .tribe-mini-calendar-event .tribe-event-image{width:100%;margin-bottom:15px}.type-tribe_events .tribe-mini-calendar-event .tribe-event-image~.list-info{width:100%}.type-tribe_events .tribe-mini-calendar-event .list-info{padding-right:0}.type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-title{width:-webkit-calc(100% - 65px);width:calc(100% - 65px)}}.type-tribe_events.tribe-event-featured .tribe-mini-calendar-event .list-info .tribe-events-duration{color:rgba(255,255,255,.7)}.tribe-common .tribe-common-anchor-thin{border-bottom:0}.tribe-common .tribe-common-anchor-thin:active,.tribe-common .tribe-common-anchor-thin:focus,.tribe-common .tribe-common-anchor-thin:hover{border-bottom:0}.widget .type-tribe_events.tribe-event-featured .tribe-mini-calendar-event{padding:0}.widget .type-tribe_events.tribe-event-featured.tribe-events-list-widget-events .tribe-event-image{width:auto;margin-left:-1.5rem;margin-right:-1.5rem}.widget .type-tribe_events.tribe-event-featured.tribe-events-list-widget-events .tribe-event-duration{font-size:13px;color:rgba(255,255,255,.7)}.widget .type-tribe_events.tribe-event-featured .tribe-event-image{width:100%;margin-right:0}.widget .type-tribe_events.tribe-event-featured .tribe-event-image a,.widget .type-tribe_events.tribe-event-featured .tribe-event-image img{border-radius:0}.widget .type-tribe_events.tribe-event-featured .tribe-event-image~.list-info{width:100%;margin:15px 0}.widget .type-tribe_events.tribe-event-featured .tribe-event-image~.list-info .tribe-events-title a{color:#fff}.widget .type-tribe_events.tribe-event-featured .tribe-event-image~.list-info .tribe-events-duration{color:rgba(255,255,255,.7)}.widget .tribe-common.tribe-events.tribe-events-widget-shortcode.tribe-events-widget-shortcode-events-week .tribe-events-header{font-size:14px;margin:0}.widget .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-week,.widget .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-shortcode-events-week{padding-left:0;padding-right:0;padding-bottom:0}.widget .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-week .tribe-events-c-top-bar__nav-list-date,.widget .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-shortcode-events-week .tribe-events-c-top-bar__nav-list-date{margin:0}.widget .tribe-events-pro .tribe-events-pro-week-day-selector__day-weekday{margin-bottom:5px}.widget .tribe-common .tribe-common-l-container{padding-left:0;padding-right:0}.widget .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-month,.widget .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-shortcode-month{padding:0}.widget-area>.tribe-compatibility-container>.tribe-events-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-area>.tribe-compatibility-container>.tribe-events-widget .tribe-events-widget-events-list__header{margin-bottom:0}.widget-area>.tribe-compatibility-container>.tribe-events-widget header>h2{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}.tribe-events-pro .tribe-events-pro-week-mobile-events__event-featured-image,.tribe-events-pro .tribe-events-pro-week-mobile-events__event-featured-image-link{border-radius:var(--bb-block-radius-inner)}.tribe-common .tribe-common-c-btn-border,.tribe-common a.tribe-common-c-btn-border{border-radius:var(--bb-button-radius)}.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list,.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list{border-radius:var(--bb-block-radius)}.tribe_ext_sch_day_view #tribe-events-content .tribe-events-day-time-slot,.tribe_ext_sch_day_view .tribe-events-day .tribe-events-day-time-slot{-ms-flex-flow:column;flex-flow:column}.tribe_ext_sch_day_view #tribe-events-content .tribe-events-day-time-slot h5,.tribe_ext_sch_day_view .tribe-events-day .tribe-events-day-time-slot h5{border-right:0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding:0;color:var(--bb-headings-color)}.tribe_ext_sch_day_view .tribe-events-day-time-slot .type-tribe_events{display:none}.tribe_ext_sch_day_view #main .tribe-events-day-time-slot .type-tribe_events{border-left:0;border-bottom:1px solid var(--bb-content-border-color)}.tribe_ext_sch_day_view .tribe-events-list-event-title a{color:var(--bb-headings-color);font-size:18px;font-weight:500}.tribe_ext_sch_day_view .tribe-events-list-event-title a:hover{color:var(--bb-primary-color)}.tribe_ext_sch_day_view .time-details{color:var(--bb-alternate-text-color);font-size:13px;font-weight:400}.tribe_ext_sch_day_view .tribe-events-day-group-trigger{background:0 0;box-shadow:none;color:inherit;padding-top:20px;padding-bottom:20px}.tribe_ext_sch_day_view .tribe-events-day-group-trigger:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.05)}.tribe_ext_sch_day_view .tribe-events-day-time-slot.tribe-events-day-grouping-is-active .tribe-events-day-group-trigger{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.05)}.tribe-common .tribe-common-c-btn,.tribe-common .tribe-common-c-btn:hover,.tribe-common a.tribe-common-c-btn,.tribe-common a.tribe-common-c-btn:hover{background:var(--bb-primary-color)}.tribe-events-venue .tribe-events-map-wrap{background:#fff;border-radius:4px;border-color:#fff;box-shadow:0 0 5px 2px rgba(18,43,70,.05);padding:3px;width:45%}@media (max-width:800px){.tribe-events-venue .tribe-events-map-wrap{width:100%}.tribe-events-venue .tribe-events-venue-meta{padding:10px 20px 12px}}.tribe-events-venue .tribe-venue-description{font-size:14px}.tribe-events-venue .venue-address{font-size:13px;color:var(--bb-alternate-text-color);line-height:1.4;margin-top:25px}.tribe-events-venue .venue-address abbr[title]{text-decoration:none}.tribe-events-venue .venue-address .tribe-address{font-style:inherit}.tribe-events-venue .tribe-events-venue-meta .tribe-events-event-image{margin-top:1.25em}.tribe-events-venue .tribe-events-venue-meta .tribe-events-event-image a{padding-top:36%;position:relative;overflow:hidden;display:block;background:#809ab4;border-radius:4px;margin-bottom:0}.tribe-events-venue .tribe-events-venue-meta .tribe-events-event-image a 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}.tribe-events-venue .tribe-events-venue-meta a.tribe-events-gmap{font-size:13px;height:30px;padding:5px 12px 5px 0;vertical-align:middle;display:inline-block;line-height:1.4;background:var(--bb-primary-color);border:1px solid var(--bb-primary-color);color:#fff;font-weight:500;text-transform:none;border-radius:var(--bb-button-radius);-webkit-transition:all linear .2s;transition:all linear .2s;position:relative}.tribe-events-venue .tribe-events-venue-meta a.tribe-events-gmap:before{content:"";display:inline-block;width:12px;height:12px;background-color:var(--bb-primary-color);position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.tribe-events-venue .tribe-events-venue-meta a.tribe-events-gmap:hover{color:#fff;border-color:var(--bb-primary-color);background:var(--bb-primary-color)}.tribe-events-venue .tribe-events-list-separator-month{font-weight:inherit;position:relative;z-index:9;display:inline-block;width:-webkit-calc(100% - 50px);width:calc(100% - 50px);padding-left:0;padding-right:0;padding-top:0;margin:0 25px;overflow:hidden;border:0;background:0 0}.tribe-events-venue .tribe-events-list-separator-month:before{content:"";position:absolute;bottom:50%;left:0;border-bottom:1px solid var(--bb-content-border-color);width:100%;z-index:0}.tribe-events-venue .tribe-events-list-separator-month span{background:var(--bb-body-background-color);padding:3px 10px 3px 0;font-weight:inherit;font-size:13px;position:relative;z-index:1}.tribe-events-venue .tribe-events-back{padding-left:10px;margin-bottom:0}.tribe-events-venue .tribe-events-back a{-webkit-tap-highlight-color:transparent}.tribe-events-back{margin-bottom:10px}.tribe-events-back a{font-weight:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;right:3px}.tribe-events-back a i{font-size:25px;position:relative;top:1px;left:3px}.single-tribe_venue .tribe-events-loop{max-width:100%}.single-tribe_venue .tribe-events-loop .type-tribe_events.tribe-events-first{padding-top:0;margin-top:1rem}.tribe-events-venue h4.bs-venue-up-label{margin:0 25px;font-size:16px}.tribe-events-venue #tribe-events-content h2.tribe-events-page-title{background-color:transparent;border:0;font-size:16px;margin:0;padding-top:0;padding-bottom:0;font-weight:inherit;line-height:24px}.tribe-events-venue h4.bs-venue-up-label+#tribe-events-content>.tribe-events-notices{margin-top:20px;margin-left:1em;margin-right:1em}.tribe-events-pro .tribe-events-pro-venue__meta{border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color)}.tribe-events-pro .tribe-events-pro-venue__meta-data-google-maps-default{border-radius:0 var(--bb-block-radius) var(--bb-block-radius) 0}@media (max-width:800px){.tribe-events-venue .tribe-events-venue-meta .tribe-events-event-meta{background-color:transparent;border:0;padding:0}}.tribe-events-organizer .tribe-events-list-separator-month{font-weight:inherit;position:relative;overflow:hidden;border:0;padding-top:0;background:0 0}.tribe-events-organizer .tribe-events-list-separator-month:before{content:"";position:absolute;bottom:50%;left:0;border-bottom:1px solid var(--bb-content-border-color);width:100%;z-index:0;margin-left:130px}.tribe-events-organizer .tribe-events-list-separator-month span{background:0 0;padding:3px 0;font-weight:inherit;font-size:13px}.tribe-events-organizer .tribe-events-organizer-meta.bs-organizer-meta{max-width:100%;padding:25px 25px 0}.tribe-events-organizer .tribe-organizer-description{font-size:14px;margin-bottom:20px}.single-tribe_organizer .tribe-events-loop{max-width:100%}.single-tribe_organizer .tribe-events-organizer-meta .bs-organize-col.bs-organize-col1{width:100%}.single-tribe_organizer .bs-organizer-meta{background-color:#fff;border:1px solid var(--bb-content-border-color);border-bottom:0}.single-tribe_organizer .bs-organizer-cols{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 0 0 25px;background-color:var(--bb-content-alternate-background-color);border-radius:4px;margin-bottom:25px}.single-tribe_organizer .bs-organize-col1{padding:0}.single-tribe_organizer .bs-organize-col1 .bs-organize-sq-wr{padding-right:25px}.single-tribe_organizer .bs-organize-col1 .bs-organize-sq-fi{width:40%;float:right;margin-left:35px}.single-tribe_organizer .bs-organize-col1 .bs-organize-sq-fi .tribe-events-event-image{margin-bottom:0}.single-tribe_organizer .bs-organize-col1 .bs-organize-sq-fi .tribe-events-event-image a{position:relative;overflow:hidden;padding-bottom:100%;display:block}.single-tribe_organizer .bs-organize-col1 .bs-organize-sq-fi .tribe-events-event-image a img{position:absolute;max-width:100%;object-fit:cover;min-height:100%;max-height:100%;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}@media (max-width:992px){.single-tribe_organizer .bs-organize-col1 .bs-organize-sq-fi{margin-right:0;margin-bottom:20px;width:100%;padding-right:25px;padding-top:20px}.single-tribe_organizer .bs-organize-col1 .bs-organize-sq-fi .tribe-events-event-image a{padding-bottom:45%}.single-tribe_organizer .bs-organize-col1 .bs-organize-sq-fi .tribe-events-event-image a img{border-radius:4px}}.single-tribe_organizer .bs-organize-col2{-webkit-box-flex:0;-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%}.single-tribe_organizer .bs-organize-col2 .tribe-events-event-image{margin-bottom:0;height:100%}.single-tribe_organizer .bs-organize-col2 .tribe-events-event-image img{object-fit:cover;min-height:100%;border-radius:0 4px 4px 0}@media (max-width:800px){.single-tribe_organizer .bs-organizer-cols{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.single-tribe_organizer .bs-organize-col1{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.single-tribe_organizer .bs-organize-col2{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:100%;padding-right:25px}.single-tribe_organizer .bs-organize-col2 .tribe-events-event-image{margin-top:20px;height:100%}.single-tribe_organizer .bs-organize-col2 .tribe-events-event-image img{object-fit:cover;min-height:100%;border-radius:4px}}.single-tribe_organizer h2.tribe-organizer-name{font-size:20px;font-weight:500;margin-bottom:0;margin-top:20px;line-height:28px}.single-tribe_organizer h4.tribe-organizer-label{font-size:13px;color:var(--bb-alternate-text-color);margin-bottom:15px}.single-tribe_organizer address.organizer-address{font-weight:inherit;font-size:13px}.single-tribe_organizer address.organizer-address span{white-space:normal}.single-tribe_organizer address.organizer-address span.tel{display:block;margin:0 0 10px;color:var(--bb-alternate-text-color)}.single-tribe_organizer address.organizer-address span.tel+span.tribe-events-divider{display:none}.single-tribe_organizer address.organizer-address span.tribe-events-divider{color:var(--bb-content-border-color);margin:0 10px 0 7px}@media (max-width:1200px){.has-sidebar .bs-organizer-meta .bs-organizer-cols{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.has-sidebar .bs-organizer-meta .bs-organize-col1{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.has-sidebar .bs-organizer-meta .bs-organize-col2{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:100%;padding-right:25px}.has-sidebar .bs-organizer-meta .bs-organize-col2 .tribe-events-event-image{margin-top:20px;height:100%}.has-sidebar .bs-organizer-meta .bs-organize-col2 .tribe-events-event-image img{object-fit:cover;min-height:100%;border-radius:4px}}.bs-organizer-wrap .bs-organizer-up-events #tribe-events-content.tribe-events-list{padding:0!important}.bs-organizer-wrap .bs-organizer-up-events .tribe-events-list{overflow:hidden}.bs-organizer-wrap .bs-organizer-up-events .tribe-events-list #tribe-events-header{background-color:#fff;border-left:1px solid var(--bb-content-border-color);border-right:1px solid var(--bb-content-border-color);margin-bottom:0}.bs-organizer-wrap .bs-organizer-up-events .tribe-events-list .bs-tribe-events-loop-headers{background-color:#fff;border-left:1px solid var(--bb-content-border-color);border-right:1px solid var(--bb-content-border-color)}.bs-organizer-wrap .bs-organizer-up-events .tribe-events-list .tribe-events-loop{background-color:#fff;border-left:1px solid var(--bb-content-border-color);border-right:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color);padding-top:1rem;padding-bottom:1rem}.bs-organizer-wrap .bs-organizer-up-events .tribe-events-list .tribe-events-loop .type-tribe_events:first-of-type{margin-top:0}.bs-organizer-wrap .bs-organizer-up-events h4.bs-organizer-up-label{background-color:#fff;border-left:1px solid var(--bb-content-border-color);border-right:1px solid var(--bb-content-border-color);padding:20px 25px 0;margin-bottom:0;font-size:16px}.bs-organizer-wrap .bs-organizer-up-events .tribe-events-notices{padding-left:25px;padding-right:25px;border-top:0;border-radius:0}.tribe-events-pro .tribe-events-pro-organizer__meta{border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color)}@media (max-width:800px){.tribe-events-organizer address.organizer-address{background-color:transparent;border:0;padding:0}}.bs-single-body{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-bottom:0;border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}.bs-single-body .tribe-events-event-image{padding-top:36%;position:relative;overflow:hidden;display:block;background:#809ab4;border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0;margin-bottom:0}.bs-single-body .tribe-events-event-image 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}.bs-single-body .bs-single-content{padding:30px 30px 35px}.tribe-events-single p.tribe-events-back{display:none}.tribe-events-single p.tribe-events-back+div.tribe-events-notices{margin-top:0}.single-tribe_events .tribe-events-single-event-description{font-size:15px}.single-tribe_events .bs-event-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:1.2em;margin-top:30px}.single-tribe_events .bs-event-heading .tribe-event-schedule-short{-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px;max-width:50px;text-align:center;line-height:1;padding:0}.single-tribe_events .bs-event-heading .tribe-event-schedule-short .bs-schedule-short-date{padding:3px 8px 3px 0;border-right:0}.single-tribe_events .bs-event-heading .tribe-event-schedule-short .bs-schedule-short-m{color:var(--bb-danger-color);font-size:18px;margin-bottom:5px;font-weight:inherit;display:block;text-transform:uppercase}.single-tribe_events .bs-event-heading .tribe-event-schedule-short .bs-schedule-short-d{color:var(--bb-headings-color);font-size:36px;font-weight:400;display:block}.single-tribe_events .bs-event-heading .tribe-event-schedule-long{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-left:20px;padding-top:2px;display:-webkit-box;display:-ms-flexbox;display:flex}.single-tribe_events .bs-event-heading .tribe-event-schedule-long .bs-tribe-events-single-heading{margin-right:auto}.single-tribe_events .bs-event-heading .tribe-event-schedule-long h2{font-size:14px;color:var(--bb-alternate-text-color);line-height:1;margin-bottom:3px}.single-tribe_events .bs-event-heading .tribe-event-schedule-long .tribe-events-schedule{margin:0}.single-tribe_events .tribe-events-event-meta{margin:0;background:var(--bb-content-alternate-background-color);border:0}.single-tribe_events .bs-single-pri-meta{background:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);border-top:0;border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius);margin-bottom:30px;overflow:hidden}.single-tribe_events .bs-single-pri-meta .tribe-events-event-meta.primary{padding-left:8%;padding-right:8%}.single-tribe_events .bs-single-pri-meta .tribe-events-event-meta.secondary .tribe-events-venue-map{width:92%;margin-left:4%}.single-tribe_events .bs-single-pri-meta abbr[title]{text-decoration:none}.single-tribe_events .bs-single-pri-meta .tribe-events-meta-group .tribe-events-single-section-title{font-weight:500;margin-bottom:20px}.single-tribe_events .bs-single-pri-meta .tribe-events-meta-group .tribe-events-single-section-title:before{font-family:bb-icons!important;font-size:18px;font-weight:400;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:5px}.single-tribe_events .bs-single-pri-meta .tribe-events-meta-group.tribe-events-meta-group-details .tribe-events-single-section-title:before{content:"\ee74"}.single-tribe_events .bs-single-pri-meta .tribe-events-meta-group.tribe-events-meta-group-venue .tribe-events-single-section-title:before{content:"\eed1";font-size:22px;margin-right:0;position:relative;top:1px}.single-tribe_events .bs-single-pri-meta .tribe-events-meta-group.tribe-events-meta-group-organizer .tribe-events-single-section-title:before{content:"\ef52"}.single-tribe_events .tribe-events-venue-map{background:#fff;border-radius:4px;border-color:#fff;box-shadow:0 0 5px 2px rgba(18,43,70,.05)}.single-tribe_events #tribe-events-footer{border-top:0;padding-top:0}.single-tribe_events #tribe-events-content .tribe-events-event-meta dl dt{color:var(--bb-alternate-text-color);font-weight:inherit;line-height:1.5}.single-tribe_events #tribe-events-content .tribe-events-event-meta dl dd.tribe-organizer a,.single-tribe_events #tribe-events-content .tribe-events-event-meta dl dd.tribe-venue a{font-weight:500}.single-tribe_events #tribe-events-content .tribe-events-event-meta dl a{color:var(--bb-headings-color)}.single-tribe_events #tribe-events-content .tribe-events-event-meta dl a:hover{color:var(--bb-primary-color)}#tribe-events .bs-single-content .tribe-events-cal-links a.tribe-events-button{background:0 0;border:1px solid var(--bb-primary-color);color:var(--bb-primary-color);border-radius:var(--bb-button-radius)}#tribe-events .bs-single-content .tribe-events-cal-links a.tribe-events-button:hover{color:var(--bb-primary-color);border-color:var(--bb-primary-color);background:0 0;box-shadow:none}.tribe-events-single ul.tribe-related-events{margin-left:-5px;margin-right:-5px;margin-bottom:20px}.tribe-events-single ul.tribe-related-events li{margin-left:5px;margin-right:5px;margin-bottom:2%;width:31.333%;border:1px solid var(--bb-content-border-color);background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius)}.tribe-events-single ul.tribe-related-events li:last-child{margin-right:5px}.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail{margin-bottom:0}@media (max-width:800px){.tribe-events-single ul.tribe-related-events li{width:48%}}.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail a{position:relative;overflow:hidden;padding-top:52.56%;display:block;background:var(--bb-cover-image-background-color);border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail a 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}.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail a .bs-events-related-placeholder{position:absolute;top:0;left:0;width:100%;overflow:hidden;padding-top:52.56%;display:block;border-radius:4px 4px 0 0}.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail a .bs-events-related-placeholder:after{font-family:bb-icons!important;text-rendering:auto;-webkit-font-smoothing:antialiased;color:#fff;content:"\e803";font-size:70px;margin-right:0;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:.5}.tribe-events-single ul.tribe-related-events li .tribe-related-event-info{background-color:var(--bb-content-background-color);border-top:0;border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius);padding:15px}.tribe-events-single ul.tribe-related-events li .tribe-related-event-info .tribe-related-events-title{font-weight:500;font-size:16px}.tribe-events-single ul.tribe-related-events li .tribe-related-event-info span{font-size:13px}.tribe-events-single ul.tribe-related-events h3.tribe-related-events-title a{color:var(--bb-headings-color)}.tribe-events-single ul.tribe-related-events h3.tribe-related-events-title a:hover{color:var(--bb-primary-color)}.tribe-events-single ul.tribe-related-events .tribe-event-schedule-short{-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px;max-width:40px}.tribe-events-single ul.tribe-related-events .tribe-event-schedule-short .bs-schedule-short-date{border-right:1px solid var(--bb-content-border-color);padding-right:5px}.tribe-events-single ul.tribe-related-events .tribe-event-schedule-short .bs-schedule-short-m{font-size:12px}.tribe-events-single ul.tribe-related-events .tribe-event-schedule-short .bs-schedule-short-d{font-size:24px}@media (max-width:800px){.tribe-events-single ul.tribe-related-events .tribe-event-schedule-short{display:none}}.tribe-events-single ul.tribe-related-events .tribe-event-schedule-long{padding-left:12px}.tribe-events-single ul.tribe-related-events .tribe-event-schedule-long h3.tribe-related-events-title{line-height:1.55;display:block;display:-webkit-box;max-height:1.55em;margin:0;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%}.tribe-events-single ul.tribe-related-events .tribe-event-schedule-long .bs-tribe-related-events-schedule-details{line-height:1.55;display:block;display:-webkit-box;max-height:1.55em;margin:0;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%;color:var(--bb-alternate-text-color)}.tribe-events-single ul.tribe-related-events .tribe-event-schedule-long .bs-related-location .tribe-events-venue-details{line-height:1.55;display:block;display:-webkit-box;max-height:1.95em;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%;position:relative;right:6px}@media (max-width:800px){.tribe-events-single ul.tribe-related-events .tribe-event-schedule-long{padding-left:0}}h3.tribe-events-related-events-title{font-size:18px}@media (max-width:800px){.single-tribe_events .tribe-events-schedule{background:0 0;border:0;padding-top:0;padding-right:0}.tribe-events-single ul.tribe-related-events .tribe-related-events-thumbnail,.tribe-events-single ul.tribe-related-events li .tribe-related-event-info{float:none;width:100%}.tribe-events-event-meta .tribe-events-meta-group{padding-left:30px;padding-bottom:20px}.tribe-events-event-meta .tribe-events-meta-group h3.tribe-events-single-section-title{position:relative;right:25px}}@media (max-width:544px){.tribe-events-event-meta .tribe-events-meta-group{padding-left:5px}}@media (max-width:1200px){.has-sidebar .tribe-events-event-meta .tribe-events-meta-group{float:none;width:100%;padding-left:25px;padding-bottom:20px}.has-sidebar .tribe-events-event-meta .tribe-events-meta-group h3.tribe-events-single-section-title{position:relative;right:25px}.has-sidebar .tribe-events-single ul.tribe-related-events li{width:48%}}@media (max-width:800px){.has-sidebar .tribe-events-single ul.tribe-related-events li{width:98%}}.single-tribe_events .tribe-events-cal-links{margin:1.5em 0 1em}.bb-tribe-events-views-v2 .tribe-events-single .tribe-events-notices{padding:8px 25px}.bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li>a:after,.bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li>a:before,.bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li>a:focus:after,.bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li>a:focus:before,.bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li>a:hover:after,.bb-tribe-events-views-v2 .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li>a:hover:before{background:0 0;display:inherit;height:auto;vertical-align:unset;width:auto;margin:0}#tribe-events #tribe_events_filters_wrapper.tribe-events-filters-horizontal,#tribe-events .tribe-filters-closed #tribe_events_filters_wrapper.tribe-events-filters-horizontal{margin:0;padding-bottom:0;padding-left:0;padding-right:0;background:#fff;border:1px solid var(--bb-content-border-color);position:relative;z-index:5;top:1px;font-size:12px}#tribe_events_filters_wrapper a{color:#939597}#tribe_events_filters_wrapper a:hover{color:var(--bb-primary-color)}#tribe_events_filters_wrapper a#tribe_events_filters_reset,#tribe_events_filters_wrapper a#tribe_events_filters_toggle{font-weight:400;text-transform:uppercase}#tribe_events_filters_wrapper a#tribe_events_filters_reset:before,#tribe_events_filters_wrapper a#tribe_events_filters_toggle:before{content:"\ee9a";font-family:bb-icons;font-size:13px;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:5px}#tribe_events_filters_wrapper a#tribe_events_filters_reset:before{content:"\ef50"}#tribe_events_filters_wrapper a#tribe_events_filters_reset span.tribe-reset-icon{display:none}#tribe_events_filters_wrapper .tribe-events-filters-content .tribe-events-filters-group-heading{font-weight:inherit;font-size:14px;padding-right:22px;color:#939597}#tribe_events_filters_wrapper .tribe-events-filters-content .tribe-events-filters-group-heading span{display:none}#tribe_events_filters_wrapper .tribe-events-filters-content .tribe-events-filters-group-heading:after{content:"\e826";font-family:bb-icons;font-weight:400;speak:none;display:inline-block;color:#939597;position:absolute;right:0;top:1px;font-size:22px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#tribe_events_filters_wrapper .tribe-events-filters-content #tribe_events_filter_control a{color:#939597}#tribe_events_filters_wrapper .tribe-events-filters-content #tribe_events_filter_control a:hover{color:var(--bb-primary-color)}#tribe_events_filters_wrapper .tribe-events-filters-content .tribe-events-filter-group li{background:#fff}#tribe_events_filters_wrapper .tribe-events-filters-content label{position:relative;border-bottom:0;padding:8px}#tribe_events_filters_wrapper .tribe-events-filters-content label input[type=checkbox]{width:1px;margin:0}#tribe_events_filters_wrapper .tribe-events-filters-content label span.checkbox{z-index:5;display:inline-block;width:17px;height:17px;background:#fff;border:1px solid var(--bb-content-border-color);margin:0;position:relative;top:0;float:left;border-radius:2px;margin-right:2px;line-height:1.35}#tribe_events_filters_wrapper .tribe-events-filters-content label span.checkbox.on{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color)}#tribe_events_filters_wrapper .tribe-events-filters-content label span.checkbox.on:before{font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;content:"\e876";margin-right:0;position:absolute;bottom:-5px;left:-2px;z-index:9;color:#fff}#tribe_events_filters_wrapper .tribe-events-filters-content .ui-widget-content{background-color:#ebebeb;background-image:none}#tribe_events_filters_wrapper .tribe-events-filters-content .ui-slider .ui-slider-range{background-color:var(--bb-primary-color);background-image:none}#tribe_events_filters_wrapper .tribe-events-filters-content .ui-slider .ui-slider-handle{background-color:var(--bb-primary-color);background-image:none;border:0;width:.8em;height:.8em;top:-.3em;cursor:pointer}#tribe_events_filters_wrapper .tribe-events-filters-content .ui-slider .ui-slider-handle:focus{outline:0}#tribe_events_filters_wrapper .tribe-events-filters-content .ui-slider-horizontal{height:.2em;width:94%}#tribe_events_filters_wrapper .tribe-events-filters-content .ui-slider-horizontal .ui-slider-handle:last-of-type{margin-left:0}#tribe_events_filters_wrapper .tribe-events-filters-content select{display:inline-block;font-family:inherit;font-style:inherit;font-size:13px;height:41px!important;outline:0;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;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:right 1rem center;padding-right:40px;box-sizing:border-box;width:99%}#tribe_events_filters_wrapper .tribe-events-filters-content select.placeholder{color:#c3c6c9}#tribe_events_filters_wrapper .tribe-events-filters-content select:placeholder{color:#c3c6c9}#tribe_events_filters_wrapper .tribe-events-filters-content select::-webkit-input-placeholder{color:#c3c6c9}#tribe_events_filters_wrapper .tribe-events-filters-content select:-ms-input-placeholder{color:#c3c6c9}#tribe_events_filters_wrapper .tribe-events-filters-content select::placeholder{color:#c3c6c9}#tribe_events_filters_wrapper .tribe-events-filters-content select:input-placeholder{color:#c3c6c9}#tribe_events_filters_wrapper .tribe-events-filters-content select::input-placeholder{color:#c3c6c9}#tribe_events_filters_wrapper input[type=checkbox],#tribe_events_filters_wrapper input[type=radio]{margin-top:10px}#tribe_events_filters_wrapper input[type=submit]{margin:auto}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading .tribe-events-filters-label{margin-right:auto;margin-left:25px;font-size:14px;font-weight:500}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading #tribe_events_filter_control{margin-right:25px;font-size:14px}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading #tribe_events_filter_control a{font-weight:inherit}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading #tribe_events_filter_control a i{margin-right:5px}@media (max-width:800px){.tribe-filters-open #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading{padding:0;border-bottom:0}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading .tribe-events-filters-label{display:none}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading #tribe_events_filter_control{margin:13px 25px 5px;text-align:center;width:100%}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-heading #tribe_events_filter_control a{background:#fff;color:var(--bb-primary-color);margin:0;border:0;height:auto;line-height:1}}.tribe-events-filters-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid var(--bb-content-border-color);padding:5px 0 13px}.tribe-filters-closed .tribe-events-filters-heading{border-bottom:0}@media (min-width:800px){#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe_events_filter_item{margin-right:10px}.tribe-events-filters-horizontal .tribe_events_filter_item.active{margin-bottom:0}}@media (min-width:1200px){#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe_events_filter_item{margin-right:20px}}@media (min-width:768px){.tribe_events_filter_control:not(.tribe-events-filters-mobile-controls){display:-webkit-box;display:-ms-flexbox;display:flex}}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content{background:#fff;border:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe-events-filters-label{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-right:auto;margin-left:25px;margin-bottom:10px}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe_events_filters_show_filters{margin-left:25px;text-transform:uppercase}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe_events_filter_control:not(.tribe-events-filters-mobile-controls) .tribe_events_filters_reset{white-space:nowrap}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe_events_filter_control:not(.tribe-events-filters-mobile-controls) .tribe_events_filters_reset:hover{color:var(--bb-primary-color)}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe_events_filter_control{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;min-width:45px;margin-right:25px;margin-bottom:10px}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe_events_filter_control a{font-weight:inherit;font-size:12px}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe_events_filter_control a.tribe_events_filters_show_filters{text-align:right;display:inline-block;width:auto;float:right}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content #tribe_events_filters_form{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-right:-25px;margin-bottom:0;margin-left:-25px;padding:10px 25px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;border-top:1px solid var(--bb-content-border-color)}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content #tribe_events_filters_form .tribe-events-filters-group-heading{padding-right:22px;padding-left:0}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content #tribe_events_filters_form .tribe-events-filters-group-heading:focus,#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content #tribe_events_filters_form .tribe-events-filters-group-heading:hover{box-shadow:none}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe-events-filter-group{min-width:210px;border-radius:3px;z-index:10;background:#fff}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe-events-filter-group ul{border-radius:3px}@media (max-width:800px){#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe-events-filters-label{margin-left:0;margin-right:0;width:100%}}body.no-js #tribe_events_filters_form>input[type=submit]{display:none}#tribe_events_filters_wrapper.tribe-events-filters-vertical{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;padding-bottom:0}#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content{background:#fff;border-left:0;border-right:0}#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content #tribe_events_filters_form{margin-bottom:0}#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content #tribe_events_filters_form .bs-last-filter .tribe-events-filter-group{border-bottom:0}#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filter-group.tribe-events-filter-autocomplete,#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filter-group.tribe-events-filter-multiselect,#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filter-group.tribe-events-filter-range,#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filter-group.tribe-events-filter-select{background:#fff;padding-left:0;padding-right:0}#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filters-group-heading{background:0 0;border-color:var(--bb-content-border-color);padding-left:0;padding-right:0}#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filters-group-heading:focus,#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filters-group-heading:hover{background:0 0;box-shadow:none}#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filter-group{border:0}#tribe_events_filters_wrapper.tribe-events-filters-vertical label.tribe-events-filters-label{font-family:inherit;font-size:.6875rem;font-weight:600;color:var(--bb-headings-color);letter-spacing:.25px;line-height:1rem;margin:0;text-transform:uppercase;border-bottom:1px solid var(--bb-content-border-color)}#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-group-heading:after{content:"\E827";right:0;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);top:30%;border:0}#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe_events_filter_item.closed .tribe-events-filters-group-heading:after{border:0}#tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control{padding:0 15px;margin:10px 0 0}#tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control a{color:#939597}#tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control a:hover{color:var(--bb-primary-color)}#tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control a#tribe_events_filters_reset{margin:0}.tribe-filters-closed #tribe_events_filters_wrapper #tribe_events_filter_control{border:0}.tribe-filters-closed #tribe_events_filters_wrapper .tribe-events-filters-content{border:0}#tribe_events_filters_form{padding:15px}.tribe_events_filter_control{margin:0}.tribe-js-filters-toggle.tribe-js-filters-toggle,.tribe_events_filters_toggle.tribe_events_filters_toggle{display:block;width:100%;text-align:left;padding:12px 15px;box-shadow:none;background:0 0;border:0}.tribe-js-filters-toggle.tribe-js-filters-toggle:focus,.tribe-js-filters-toggle.tribe-js-filters-toggle:hover,.tribe_events_filters_toggle.tribe_events_filters_toggle:focus,.tribe_events_filters_toggle.tribe_events_filters_toggle:hover{box-shadow:none;color:var(--bb-primary-color)}#tribe_events_filters_wrapper button:focus,#tribe_events_filters_wrapper label input[type=checkbox]:focus,#tribe_events_filters_wrapper label input[type=radio]{outline:0}.tribe-events-filter-view.tribe-filters-closed #tribe_events_filters_wrapper .tribe_events_filters_toggle{color:inherit;margin:auto;max-width:30%;text-align:center;border:0;padding:10px;box-shadow:none}.tribe-events-filter-view.tribe-filters-closed #tribe_events_filters_wrapper .tribe_events_filters_toggle:focus,.tribe-events-filter-view.tribe-filters-closed #tribe_events_filters_wrapper .tribe_events_filters_toggle:hover{box-shadow:none;color:var(--bb-primary-color)}#tribe_events_filters_wrapper .tribe-events-filters-group-heading:focus,#tribe_events_filters_wrapper .tribe-events-filters-group-heading:hover{border:0;outline:0}#tribe_events_filters_wrapper .tribe-events-filters-group-heading{padding:10px 15px}#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-group-heading:after{top:20%}.tribe_events_filter_item{margin-bottom:15px}#tribe_events_filters_wrapper .tribe-events-filter-group ul li{display:-webkit-box;display:-ms-flexbox;display:flex;padding:3px 0}#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe_events_filter_item.closed .tribe-filter-status{display:none}.tribe_events_filters_reset.tribe_events_filters_reset,.tribe_events_filters_reset.tribe_events_filters_reset:focus,.tribe_events_filters_reset.tribe_events_filters_reset:hover{background:0 0;box-shadow:none;color:inherit;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;width:100%;border:0}@media screen and (max-width:768px){#tribe_events_filters_form .tribe_events_filters_reset--desktop{display:none}}.tribe_events_filters_reset.tribe_events_filters_reset .tribe-reset-icon{font-family:bb-icons;font-size:14px;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:0}.tribe_events_filters_reset.tribe_events_filters_reset .tribe-reset-icon:before{content:"\ef39"}#tribe_events_filters_wrapper .tribe-events-filters-group-heading{border:0}#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content{border-bottom:0}@media screen and (max-width:800px){.tribe-filters-open .tribe-events-filters-vertical+#tribe-events-content,.tribe-filters-open .tribe-events-filters-vertical+.tribe-bar-disabled+#tribe-events-content{width:100%;padding-left:0!important;float:none}}body.no-js #tribe-events-content-wrapper{display:none}.tribe-filters-closed #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical{border:1px solid var(--bb-content-border-color);border-bottom:0;border-radius:0;padding-bottom:5px;padding-top:5px;height:auto;margin-bottom:0}.tribe-filters-closed #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical a#tribe_events_filters_toggle{text-align:right;display:inline-block;width:auto;float:left;background:0 0;border:0}.tribe-filters-open .tribe-events-filters-vertical+.bs-map-wrap{width:75%;padding-left:30px!important;float:right;box-sizing:border-box}@media (max-width:800px){.tribe-filters-closed #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical{margin-top:0}#tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-content,#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content,#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-content #tribe_events_filter_control,#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content #tribe_events_filter_control,#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content #tribe_events_filter_control{width:100%;margin:0 20px}.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical{position:relative}.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-content,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-mobile-controls,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-mobile-controls,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-mobile-controls{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-mobile-controls .tribe_events_filters_close_filters,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-mobile-controls .tribe_events_filters_close_filters,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-mobile-controls .tribe_events_filters_close_filters{line-height:inherit;color:inherit}}@media screen and (max-width:800px) and (max-width:768px){.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-mobile-controls .tribe_events_filters_close_filters,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-mobile-controls .tribe_events_filters_close_filters,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-mobile-controls .tribe_events_filters_close_filters{text-align:center}}@media (max-width:800px){.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filters_form,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filters_form,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filters_form{width:-webkit-calc(100% - 40px);width:calc(100% - 40px);margin:0 20px 20px}.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-content .tribe-events-filters-group-heading,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe-events-filters-group-heading,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filters-group-heading{background:#fff;padding-left:8px}.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-content .tribe-events-filters-group-heading:after,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content .tribe-events-filters-group-heading:after,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content .tribe-events-filters-group-heading:after{right:0;top:50%}.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control{margin:10px 0}.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control a,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control a,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control a{display:block;width:100%;text-align:center}.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control #tribe_events_filters_reset,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control #tribe_events_filters_toggle,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control #tribe_events_filters_reset,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control #tribe_events_filters_toggle,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control #tribe_events_filters_reset,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control #tribe_events_filters_toggle{background:#fff;color:#939597;border:0 solid var(--bb-content-border-color);border-radius:3px;-webkit-transition:all linear .2s;transition:all linear .2s;font-weight:inherit}.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control #tribe_events_filters_reset i,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control #tribe_events_filters_toggle i,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control #tribe_events_filters_reset i,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control #tribe_events_filters_toggle i,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control #tribe_events_filters_reset i,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control #tribe_events_filters_toggle i{margin-right:5px}.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control #tribe_events_filters_reset:hover,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control #tribe_events_filters_toggle:hover,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control #tribe_events_filters_reset:hover,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control #tribe_events_filters_toggle:hover,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control #tribe_events_filters_reset:hover,.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control #tribe_events_filters_toggle:hover{color:var(--bb-primary-color)}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content #tribe_events_filter_control a.tribe_events_filters_show_filters{width:-webkit-calc(100% - 40px);width:calc(100% - 40px);text-align:center;margin-left:20px;margin-right:20px;margin-top:20px;background:#fff;color:#939597;border:0;border-radius:3px;-webkit-transition:all linear .2s;transition:all linear .2s}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content #tribe_events_filter_control a.tribe_events_filters_show_filters:hover{color:var(--bb-primary-color)}#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filter-group .tribe_events_slider_val{position:relative;top:0}.tribe-events-filter-view.tribe-filters-closed #tribe_events_filters_wrapper .tribe_events_filters_toggle{max-width:230px;line-height:1}} \ No newline at end of file diff --git a/web/app/themes/buddyboss-theme/assets/css/gamipress.css b/web/app/themes/buddyboss-theme/assets/css/gamipress.css index d94f4f5e..777ef804 100644 --- a/web/app/themes/buddyboss-theme/assets/css/gamipress.css +++ b/web/app/themes/buddyboss-theme/assets/css/gamipress.css @@ -18,7 +18,6 @@ margin-bottom: 20px; border-bottom: 1px dotted var(--bb-content-border-color); } - .gamipress-achievement-attached .gamipress-open-close-switch > a, .gamipress-rank-requirements .gamipress-open-close-switch > a { display: -webkit-box; @@ -33,9 +32,8 @@ text-transform: uppercase; color: var(--bb-alternate-text-color); } - -.gamipress-achievement-attached .gamipress-open-close-switch > a::after, -.gamipress-rank-requirements .gamipress-open-close-switch > a::after { +.gamipress-achievement-attached .gamipress-open-close-switch > a:after, +.gamipress-rank-requirements .gamipress-open-close-switch > a:after { padding: 0; margin-left: auto; background: transparent; @@ -44,7 +42,7 @@ border-radius: 100%; font-family: bb-icons; display: inline-block; - font-weight: 400; + font-weight: normal; font-style: normal; speak: none; text-decoration: inherit; @@ -62,30 +60,25 @@ transition: color 0.1s ease-in 0; color: var(--bb-alternate-text-color); } - -.gamipress-achievement-attached .gamipress-open-close-switch > a.show-hide-open::after, -.gamipress-rank-requirements .gamipress-open-close-switch > a.show-hide-open::after { +.gamipress-achievement-attached .gamipress-open-close-switch > a.show-hide-open:after, +.gamipress-rank-requirements .gamipress-open-close-switch > a.show-hide-open:after { content: "\e826"; line-height: 21px; } - -.gamipress-achievement-attached .gamipress-open-close-switch > a.show-hide-close::after, -.gamipress-rank-requirements .gamipress-open-close-switch > a.show-hide-close::after { +.gamipress-achievement-attached .gamipress-open-close-switch > a.show-hide-close:after, +.gamipress-rank-requirements .gamipress-open-close-switch > a.show-hide-close:after { content: "\e87c"; -webkit-transform: none; -ms-transform: none; transform: none; } - .gamipress-achievement-attached .gamipress-extras-window, .gamipress-rank-requirements .gamipress-extras-window { margin-top: 10px; } - .gamipress-achievement-attached .gamipress-extras-window h4, .gamipress-rank-requirements .gamipress-extras-window h4 { font-size: 14px; } - body.buddypress .gamipress-achievement-attached .gamipress-extras-window h4, body.buddypress .gamipress-rank-requirements .gamipress-extras-window h4 { margin-bottom: 10px; @@ -110,12 +103,10 @@ ul.gamipress-achievement-earners-list li, ul.gamipress-rank-earners-list li { border: 1px solid var(--bb-content-border-color); padding: 15px; } - ul.gamipress-achievement-earners-list li:hover, ul.gamipress-rank-earners-list li:hover { box-shadow: 0 3px 24px 0 rgba(18, 43, 70, 0.08); } - ul.gamipress-achievement-earners-list li img.avatar, ul.gamipress-rank-earners-list li img.avatar { border: none; @@ -125,7 +116,6 @@ ul.gamipress-rank-earners-list li img.avatar { height: 50px; max-width: 50px; } - ul.gamipress-achievement-earners-list li .earner-display-name, ul.gamipress-rank-earners-list li .earner-display-name { display: block; @@ -134,7 +124,6 @@ ul.gamipress-rank-earners-list li .earner-display-name { word-break: break-word; margin-top: 6px; } - .widget ul.gamipress-achievement-earners-list li, .widget ul.gamipress-rank-earners-list li { margin: 0 0 0 -8px; @@ -145,7 +134,6 @@ ul.gamipress-rank-earners-list li .earner-display-name { padding: 0; max-width: 70px; } - .widget ul.gamipress-achievement-earners-list li img.avatar, .widget ul.gamipress-rank-earners-list li img.avatar { border: 1px solid #fff; @@ -153,7 +141,6 @@ ul.gamipress-rank-earners-list li .earner-display-name { height: 40px; max-width: 40px; } - .widget ul.gamipress-achievement-earners-list li .earner-display-name, .widget ul.gamipress-rank-earners-list li .earner-display-name { min-height: 40px; @@ -162,7 +149,6 @@ ul.gamipress-rank-earners-list li .earner-display-name { .gamipress-logs-list { margin-bottom: 20px; } - .gamipress-logs-list .gamipress-log { font-size: 14px; padding: 3px 0; @@ -171,7 +157,6 @@ ul.gamipress-rank-earners-list li .earner-display-name { .gamipress-logs-pagination { font-size: 13px; } - .gamipress-logs-pagination span, .gamipress-logs-pagination a { padding: 0 5px; @@ -201,12 +186,10 @@ p.gamipress-coupons-redeem-coupon-form-submit, margin-bottom: 2rem; margin-top: 2rem; } - .gamipress-referrals-referral-url-generator input[type="text"] { width: 400px; max-width: 100%; } - .gamipress-referrals-referral-url-generator label, .gamipress-referrals-referral-url-generator .gamipress-referrals-form-description { display: block; @@ -224,7 +207,6 @@ p.gamipress-coupons-redeem-coupon-form-submit, width: 300px; margin-right: 1rem; } - .gamipress-progress-map-horizontal .gamipress-progress-map-item-content { padding-top: 1em; } @@ -283,7 +265,6 @@ body .gamipress-restrict-content-limiter { align-items: center; margin: 5px 0; } - #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievements, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks { @@ -292,46 +273,37 @@ body .gamipress-restrict-content-limiter { display: flex; vertical-align: middle; } - #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement { margin-right: 4px; } - #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement:last-child { margin-right: 0; } - #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-rank .gamipress-bbpress-rank-title, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement .gamipress-bbpress-achievement-title { margin-left: 4px; } - #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-rank .gamipress-bbpress-rank-title:last-child, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement .gamipress-bbpress-achievement-title:last-child { margin-right: 4px; } - #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type .gamipress-bbpress-user-points:first-child, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type .gamipress-bbpress-points-label:first-child { margin-left: 4px; } - #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type .gamipress-bbpress-user-points:last-child, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type .gamipress-bbpress-points-label:last-child { margin-right: 4px; } - #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type .gamipress-bbpress-points-thumbnail + .gamipress-bbpress-user-points, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type .gamipress-bbpress-points-thumbnail + .gamipress-bbpress-points-label { margin-left: 4px; } - #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-rank { margin-bottom: 10px; } - #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points > div, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank { @@ -352,13 +324,11 @@ body .gamipress-restrict-content-limiter { -webkit-transition: all ease 0.3s; transition: all ease 0.3s; } - #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points > div:hover, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement:hover, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank:hover { box-shadow: 0 4px 14px rgba(18, 43, 70, 0.15); } - #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement .gamipress-bbpress-achievement-thumbnail, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points > div .gamipress-bbpress-points-thumbnail, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank .gamipress-bbpress-rank-thumbnail { @@ -369,25 +339,20 @@ body .gamipress-restrict-content-limiter { margin-right: 5px; width: 20px; } - #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement .gamipress-bbpress-achievement-title:not(:last-child) { margin-right: 10px; } - #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement-thumbnail img, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank .gamipress-bbpress-rank-thumbnail img { border-radius: 50%; } - #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement-type-label, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-rank-label { display: none; } - #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank { display: inline-block; } - #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points > div, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievements, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank, @@ -395,26 +360,22 @@ body .gamipress-restrict-content-limiter { margin-right: 4px; } @media screen and (max-width: 1180px) { - #bbpress-forums .bbp-after-author-hook { display: inline-block; width: 100%; margin: 5px 0 15px; } - #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievements, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks { display: inline; } - #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points > div, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank { padding: 2px 7px 2px 3px; font-size: 11px; } - #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement, #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-rank { @@ -436,7 +397,6 @@ body .gamipress-restrict-content-limiter { align-items: center; margin: 10px 0 0; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks, @@ -459,21 +419,18 @@ body .gamipress-restrict-content-limiter { -ms-flex-wrap: wrap; flex-wrap: wrap; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement, .activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement, .bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement, .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement { margin-right: 4px; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement:last-child, .activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement:last-child, .bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement:last-child, .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement:last-child { margin-right: 0; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank, @@ -488,7 +445,6 @@ body .gamipress-restrict-content-limiter { .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank { margin-bottom: 10px; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank .gamipress-buddypress-rank-title, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title, .activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank .gamipress-buddypress-rank-title, @@ -499,7 +455,6 @@ body .gamipress-restrict-content-limiter { .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title { margin-left: 4px; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank .gamipress-buddypress-rank-title:last-child, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:last-child, .activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank .gamipress-buddypress-rank-title:last-child, @@ -510,7 +465,6 @@ body .gamipress-restrict-content-limiter { .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:last-child { margin-right: 4px; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-user-points:first-child, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-label:first-child, .activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-user-points:first-child, @@ -521,7 +475,6 @@ body .gamipress-restrict-content-limiter { .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-label:first-child { margin-left: 4px; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-user-points:last-child, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-label:last-child, .activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-user-points:last-child, @@ -532,7 +485,6 @@ body .gamipress-restrict-content-limiter { .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-label:last-child { margin-right: 4px; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail + .gamipress-buddypress-user-points, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail + .gamipress-buddypress-points-label, .activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail + .gamipress-buddypress-user-points, @@ -543,7 +495,6 @@ body .gamipress-restrict-content-limiter { .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail + .gamipress-buddypress-points-label { margin-left: 4px; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points > div, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank, @@ -573,7 +524,6 @@ body .gamipress-restrict-content-limiter { -webkit-transition: all ease 0.3s; transition: all ease 0.3s; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points > div:hover, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement:hover, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank:hover, @@ -588,7 +538,6 @@ body .gamipress-restrict-content-limiter { .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank:hover { box-shadow: 0 4px 14px rgba(18, 43, 70, 0.15); } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points > div .gamipress-buddypress-points-thumbnail, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail, @@ -607,14 +556,12 @@ body .gamipress-restrict-content-limiter { box-shadow: 0 0 2px rgba(0, 0, 0, 0.13); width: 20px; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements + .gamipress-buddypress-user-achievements, .activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements + .gamipress-buddypress-user-achievements, .bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements + .gamipress-buddypress-user-achievements, .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements + .gamipress-buddypress-user-achievements { margin-left: 8px; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail, .activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail, @@ -625,7 +572,6 @@ body .gamipress-restrict-content-limiter { .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail { margin-right: 0; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-title, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title, .activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-title, @@ -636,14 +582,12 @@ body .gamipress-restrict-content-limiter { .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title { margin-left: 5px; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:not(:last-child), .activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:not(:last-child), .bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:not(:last-child), .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:not(:last-child) { margin-right: 10px; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement-thumbnail img, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail img, .activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement-thumbnail img, @@ -654,7 +598,6 @@ body .gamipress-restrict-content-limiter { .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail img { border-radius: 50%; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement-type-label, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank-label, .activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement-type-label, @@ -665,14 +608,12 @@ body .gamipress-restrict-content-limiter { .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank-label { display: none !important; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank, .activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank, .bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank, .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank { display: inline-block; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points > div, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank, @@ -691,14 +632,12 @@ body .gamipress-restrict-content-limiter { .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-user-points { margin-right: 4px; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements .gamipress-buddypress-achievement:last-child, .activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements .gamipress-buddypress-achievement:last-child, .bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements .gamipress-buddypress-achievement:last-child, .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements .gamipress-buddypress-achievement:last-child { margin-right: 8px; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements + .gamipress-buddypress-user-achievements, .activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements + .gamipress-buddypress-user-achievements, .bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements + .gamipress-buddypress-user-achievements, @@ -706,7 +645,6 @@ body .gamipress-restrict-content-limiter { margin-left: 0; } @media screen and (max-width: 1180px) { - .acomment-content .gamipress-buddypress-user-details-activity, .activity-content .gamipress-buddypress-user-details-activity, .bb-members-list__avatar .gamipress-buddypress-user-details-listing, @@ -715,7 +653,6 @@ body .gamipress-restrict-content-limiter { width: 100%; margin: 5px 0 15px; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks, @@ -730,7 +667,6 @@ body .gamipress-restrict-content-limiter { .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks { display: inline; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points > div, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank, @@ -746,7 +682,6 @@ body .gamipress-restrict-content-limiter { padding: 2px 7px 2px 3px; font-size: 11px; } - .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement, .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank, @@ -782,7 +717,6 @@ body .gamipress-restrict-content-limiter { line-height: 24px; border-radius: var(--bb-block-radius); } - .activity-content .gamipress-points-award.user-has-earned .gamipress-points-type-image, .activity-content .gamipress-points-deduct.user-has-earned .gamipress-points-type-image { margin-right: 15px; @@ -799,7 +733,6 @@ body .gamipress-restrict-content-limiter { -ms-flex-align: center; align-items: center; } - .activity-content .gamipress-achievement.user-has-earned .gamipress-achievement-image { margin-right: 15px; } @@ -838,27 +771,22 @@ body .gamipress-restrict-content-limiter { #buddypress .users-header .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title { margin-left: 4px; } - #buddypress .users-header .gamipress-buddypress-rank .gamipress-buddypress-rank-title:last-child, #buddypress .users-header .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:last-child { margin-right: 4px; } - #buddypress .users-header .gamipress-buddypress-points-type .gamipress-buddypress-user-points:first-child, #buddypress .users-header .gamipress-buddypress-points-type .gamipress-buddypress-points-label:first-child { margin-left: 4px; } - #buddypress .users-header .gamipress-buddypress-points-type .gamipress-buddypress-user-points:last-child, #buddypress .users-header .gamipress-buddypress-points-type .gamipress-buddypress-points-label:last-child { margin-right: 4px; } - #buddypress .users-header .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail + .gamipress-buddypress-user-points, #buddypress .users-header .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail + .gamipress-buddypress-points-label { margin-left: 4px; } - #buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank, #buddypress .users-header .gamipress-buddypress-points .gamipress-buddypress-points-type, #buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement { @@ -874,18 +802,15 @@ body .gamipress-restrict-content-limiter { -webkit-transition: all ease 0.3s; transition: all ease 0.3s; } - #buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank:hover, #buddypress .users-header .gamipress-buddypress-points .gamipress-buddypress-points-type:hover, #buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement:hover { box-shadow: 0 4px 14px rgba(18, 43, 70, 0.15); } - #buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank, #buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement { display: inline-block; } - #buddypress .users-header .gamipress-buddypress-points span.activity, #buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-title, #buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank-title { @@ -893,22 +818,18 @@ body .gamipress-restrict-content-limiter { font-size: 13px; vertical-align: middle; } - #buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank-title:hover, #buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-title:hover { color: var(--bb-primary-color); } - #buddypress .users-header .gamipress-buddypress-achievements, #buddypress .users-header .gamipress-buddypress-ranks { margin-bottom: 0; } - #buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-title, #buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank-title { margin-right: 0; } - #buddypress .users-header .gamipress-rank-thumbnail, #buddypress .users-header .gamipress-buddypress-achievement-thumbnail, #buddypress .users-header .gamipress-buddypress-points-thumbnail { @@ -918,7 +839,6 @@ body .gamipress-restrict-content-limiter { box-shadow: 0 0 2px rgba(0, 0, 0, 0.13); width: 20px; } - #buddypress .users-header .gamipress-rank-thumbnail > img, #buddypress .users-header .gamipress-buddypress-achievement-thumbnail > img, #buddypress .users-header .gamipress-buddypress-points-thumbnail > img { @@ -926,17 +846,14 @@ body .gamipress-restrict-content-limiter { margin-bottom: 0; vertical-align: middle; } - #buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-title:not(:last-child) { margin-right: 10px; } - #buddypress .users-header .gamipress-buddypress-rank-label, #buddypress .users-header .gamipress-buddypress-achievement-type-label { display: none; } @media screen and (max-width: 540px) { - #buddypress .users-header .gamipress-buddypress-points span.activity, #buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-title, #buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank-title { @@ -950,7 +867,6 @@ body .gamipress-restrict-content-limiter { border: 0; border-radius: 0; } - .widget .gamipress-rank-title, .widget .gamipress-points-type-title, .widget .gamipress-achievement-title, @@ -961,52 +877,43 @@ body .gamipress-restrict-content-limiter { letter-spacing: 0; line-height: 1.4; } - .widget .gamipress-rank-excerpt p, .widget .gamipress-achievement-excerpt p { margin-bottom: 1rem; } - .widget .gamipress-achievement:not(.gamipress-layout-none), .widget .gamipress-achievement, .widget .gamipress-rank:not(.gamipress-layout-none), .widget .gamipress-rank { margin-bottom: 0; } - .widget .gamipress-points-types .gamipress-points-type { border: 0; padding: 0 0 20px; border-radius: 0; } - .widget .gamipress-points-types .gamipress-points-type:last-of-type { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; } - .widget .gamipress-points-types .gamipress-points-type .gamipress-points-type-awards h4 { margin-bottom: 5px; font-size: 14px; font-weight: 500; line-height: 1.4; } - .widget .gamipress-points-types[class*="gamipress-columns"] > .gamipress-points-type { border-bottom-width: 0; } - .widget .gamipress-points-types.gamipress-columns-1 .gamipress-points-type { border-bottom-width: 1px; } - .widget .gamipress-shortcode-error > div { display: block; float: none; text-align: left; } - .widget button.gamipress-achievement-unlock-with-points-button, .widget button.gamipress-rank-unlock-with-points-button, .widget #gamipress-achievements-search #gamipress-achievements-search-submit { @@ -1023,15 +930,12 @@ body .gamipress-restrict-content-limiter { letter-spacing: -0.4px; padding: 0 15px; } - .widget[class*="gamipress"] [class*="unlock-with-points-confirmation"] p { margin-bottom: 1rem; } - .widget[class*="gamipress"] [class*="unlock-with-points"] { width: 100%; } - .widget[class*="gamipress"] .gamipress-user-ranks, .widget[class*="gamipress"] .gamipress-user-ranks .gamipress-rank, .widget[class*="gamipress"] .gamipress-points-types, @@ -1046,13 +950,11 @@ body .gamipress-restrict-content-limiter { .widget { /* stylelint-disable max-line-length */ } - .widget .gamipress-achievements-list #gamipress-achievements-container[class*="gamipress-columns"] > .gamipress-achievement { /* stylelint-enable */ border: 0; padding: 0; } - .widget .gamipress-email-settings-table { border: 0; } @@ -1061,28 +963,23 @@ body .gamipress-restrict-content-limiter { .widget-area .elementor-widget .gamipress-user-points:not(.gamipress-layout-none) { margin: 0; } - .widget-area .widget .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points, .widget-area .elementor-widget .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points { margin: 0 0 10px; } - .widget-area .widget .gamipress-columns-1 > .gamipress-points, .widget-area .elementor-widget .gamipress-columns-1 > .gamipress-points { width: 100%; } - .widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-1 > .gamipress-achievement, .widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-1 > .gamipress-achievement { width: 100%; margin-bottom: 20px; } - .widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-1 > .gamipress-achievement:last-of-type, .widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-1 > .gamipress-achievement:last-of-type { margin-bottom: 0; } - .widget-area .widget .gamipress-points-types.gamipress-columns-1 > .gamipress-points-type, .widget-area .widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-1 > .gamipress-rank, .widget-area .widget .gamipress-user-ranks.gamipress-columns-1 > .gamipress-rank, @@ -1091,23 +988,19 @@ body .gamipress-restrict-content-limiter { .widget-area .elementor-widget .gamipress-user-ranks.gamipress-columns-1 > .gamipress-rank { width: 100%; } - .widget-area .widget .gamipress-columns-2 > .gamipress-points, .widget-area .elementor-widget .gamipress-columns-2 > .gamipress-points { width: 100%; } - .widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-2 > .gamipress-achievement, .widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-2 > .gamipress-achievement { width: 100%; margin-bottom: 20px; } - .widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-2 > .gamipress-achievement:last-of-type, .widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-2 > .gamipress-achievement:last-of-type { margin-bottom: 0; } - .widget-area .widget .gamipress-points-types.gamipress-columns-2 > .gamipress-points-type, .widget-area .widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-2 > .gamipress-rank, .widget-area .widget .gamipress-user-ranks.gamipress-columns-2 > .gamipress-rank, @@ -1116,23 +1009,19 @@ body .gamipress-restrict-content-limiter { .widget-area .elementor-widget .gamipress-user-ranks.gamipress-columns-2 > .gamipress-rank { width: 100%; } - .widget-area .widget .gamipress-columns-3 > .gamipress-points, .widget-area .elementor-widget .gamipress-columns-3 > .gamipress-points { width: 100%; } - .widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-3 > .gamipress-achievement, .widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-3 > .gamipress-achievement { width: 100%; margin-bottom: 20px; } - .widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-3 > .gamipress-achievement:last-of-type, .widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-3 > .gamipress-achievement:last-of-type { margin-bottom: 0; } - .widget-area .widget .gamipress-points-types.gamipress-columns-3 > .gamipress-points-type, .widget-area .widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-3 > .gamipress-rank, .widget-area .widget .gamipress-user-ranks.gamipress-columns-3 > .gamipress-rank, @@ -1141,23 +1030,19 @@ body .gamipress-restrict-content-limiter { .widget-area .elementor-widget .gamipress-user-ranks.gamipress-columns-3 > .gamipress-rank { width: 100%; } - .widget-area .widget .gamipress-columns-4 > .gamipress-points, .widget-area .elementor-widget .gamipress-columns-4 > .gamipress-points { width: 100%; } - .widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-4 > .gamipress-achievement, .widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-4 > .gamipress-achievement { width: 100%; margin-bottom: 20px; } - .widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-4 > .gamipress-achievement:last-of-type, .widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-4 > .gamipress-achievement:last-of-type { margin-bottom: 0; } - .widget-area .widget .gamipress-points-types.gamipress-columns-4 > .gamipress-points-type, .widget-area .widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-4 > .gamipress-rank, .widget-area .widget .gamipress-user-ranks.gamipress-columns-4 > .gamipress-rank, @@ -1166,23 +1051,19 @@ body .gamipress-restrict-content-limiter { .widget-area .elementor-widget .gamipress-user-ranks.gamipress-columns-4 > .gamipress-rank { width: 100%; } - .widget-area .widget .gamipress-columns-5 > .gamipress-points, .widget-area .elementor-widget .gamipress-columns-5 > .gamipress-points { width: 100%; } - .widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-5 > .gamipress-achievement, .widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-5 > .gamipress-achievement { width: 100%; margin-bottom: 20px; } - .widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-5 > .gamipress-achievement:last-of-type, .widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-5 > .gamipress-achievement:last-of-type { margin-bottom: 0; } - .widget-area .widget .gamipress-points-types.gamipress-columns-5 > .gamipress-points-type, .widget-area .widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-5 > .gamipress-rank, .widget-area .widget .gamipress-user-ranks.gamipress-columns-5 > .gamipress-rank, @@ -1191,23 +1072,19 @@ body .gamipress-restrict-content-limiter { .widget-area .elementor-widget .gamipress-user-ranks.gamipress-columns-5 > .gamipress-rank { width: 100%; } - .widget-area .widget .gamipress-columns-6 > .gamipress-points, .widget-area .elementor-widget .gamipress-columns-6 > .gamipress-points { width: 100%; } - .widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-6 > .gamipress-achievement, .widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-6 > .gamipress-achievement { width: 100%; margin-bottom: 20px; } - .widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-6 > .gamipress-achievement:last-of-type, .widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-6 > .gamipress-achievement:last-of-type { margin-bottom: 0; } - .widget-area .widget .gamipress-points-types.gamipress-columns-6 > .gamipress-points-type, .widget-area .widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-6 > .gamipress-rank, .widget-area .widget .gamipress-user-ranks.gamipress-columns-6 > .gamipress-rank, @@ -1216,24 +1093,20 @@ body .gamipress-restrict-content-limiter { .widget-area .elementor-widget .gamipress-user-ranks.gamipress-columns-6 > .gamipress-rank { width: 100%; } - .widget-area .widget .gamipress-email-settings-table, .widget-area .elementor-widget .gamipress-email-settings-table { margin-bottom: 15px; } - .widget-area .widget .gamipress-email-settings-table th, .widget-area .widget .gamipress-email-settings-table td, .widget-area .elementor-widget .gamipress-email-settings-table th, .widget-area .elementor-widget .gamipress-email-settings-table td { padding: 0.5rem; } - .widget-area .widget .gamipress-email-settings-table th, .widget-area .elementor-widget .gamipress-email-settings-table th { font-size: 14px; } - .widget-area .widget .gamipress-email-settings-table td, .widget-area .elementor-widget .gamipress-email-settings-table td { font-size: 14px; @@ -1243,50 +1116,40 @@ body .gamipress-restrict-content-limiter { .gamipress_achievements_widget { /* stylelint-disable max-line-length */ } - .gamipress_achievements_widget #gamipress-achievements-filter label { font-size: 14px; margin-bottom: 5px; } - .gamipress_achievements_widget #gamipress-achievements-filter select { margin-left: 0; font-size: 14px; } - .gamipress_achievements_widget #gamipress-achievements-search { margin-right: 0; } - .gamipress_achievements_widget #gamipress-achievements-search label { font-size: 14px; margin-bottom: 5px; } - .gamipress_achievements_widget #gamipress-achievements-search #gamipress-achievements-search-input { width: 100%; font-size: 14px; margin-bottom: 5px; } - .gamipress_achievements_widget #gamipress-achievements-search #gamipress-achievements-search-submit { padding-left: 20px; padding-right: 20px; height: 32px; } - .gamipress_achievements_widget ul.gamipress-achievement-earners-list li { margin-left: 0; } - .gamipress_achievements_widget .gamipress-achievement-description .gamipress-achievement-title + .gamipress-achievement-excerpt { margin-top: 0; } - .gamipress_achievements_widget .gamipress-achievement-description .gamipress-achievement-points { margin-bottom: 5px; } - .gamipress_achievements_widget .gamipress-achievements-list #gamipress-achievements-container[class*="gamipress-columns"] > .gamipress-achievement { /* stylelint-enable */ width: 100%; @@ -1300,11 +1163,9 @@ body .gamipress-restrict-content-limiter { padding: 0; border-radius: 0; } - .gamipress_ranks_widget ul.gamipress-rank-earners-list li { margin-left: 0; } - .gamipress_ranks_widget .gamipress-rank-type-title { margin-bottom: 10px; font-size: 16px; @@ -1312,14 +1173,12 @@ body .gamipress-restrict-content-limiter { letter-spacing: 0; line-height: 1.4; } - .gamipress_ranks_widget .gamipress-ranks-list .gamipress-ranks-container h2.gamipress-rank-title { margin-bottom: 5px; font-size: 14px; font-weight: 500; line-height: 1.4; } - .gamipress_ranks_widget .gamipress-rank-image { margin-top: 0; } @@ -1327,7 +1186,6 @@ body .gamipress-restrict-content-limiter { .gamipress_earnings_widget .gamipress-earnings-col-thumbnail img { max-width: 50px; } - .gamipress_earnings_widget table.gamipress-earnings-table thead tr, .gamipress_earnings_widget table.gamipress-earnings-table tbody tr { display: -webkit-box; @@ -1338,21 +1196,17 @@ body .gamipress-restrict-content-limiter { -ms-flex-direction: column; flex-direction: column; } - .gamipress_earnings_widget table.gamipress-earnings-table thead { display: none; } - .gamipress_earnings_widget table.gamipress-earnings-table tbody td.gamipress-earnings-col-thumbnail { max-width: 50px; width: 50px; padding-top: 15px; } - .gamipress_earnings_widget table.gamipress-earnings-table tbody tr:first-child td.gamipress-earnings-col-thumbnail { padding-top: 0; } - .gamipress_earnings_widget table.gamipress-earnings-table th:first-child, .gamipress_earnings_widget table.gamipress-earnings-table td:first-child, .gamipress_earnings_widget table.gamipress-earnings-table th, @@ -1361,32 +1215,26 @@ body .gamipress-restrict-content-limiter { font-size: 13px; line-height: 1.4; } - .gamipress_earnings_widget table.gamipress-earnings-table th:first-child, .gamipress_earnings_widget table.gamipress-earnings-table th { font-size: 12px; } - .gamipress_earnings_widget table.gamipress-earnings-table thead tr:first-child th { border-top: 0; } - .gamipress_earnings_widget table.gamipress-earnings-table thead th:first-child, .gamipress_earnings_widget table.gamipress-earnings-table thead tr:first-child th:first-child, .gamipress_earnings_widget table.gamipress-earnings-table tbody td:first-child { border-left: 0; } - .gamipress_earnings_widget table.gamipress-earnings-table tbody th:last-child, .gamipress_earnings_widget table.gamipress-earnings-table thead tr:first-child th:last-child, .gamipress_earnings_widget table.gamipress-earnings-table tbody td:last-child { border-right: 0; } - .gamipress_earnings_widget table.gamipress-earnings-table tbody tr:last-child td { border-bottom: 0; } - .gamipress_earnings_widget table.gamipress-earnings-table tbody tr:hover { box-shadow: none; } @@ -1398,7 +1246,6 @@ body .gamipress-restrict-content-limiter { flex-direction: column; margin: 0; } - .gamipress_points_widget .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points { margin: 5px 0; -webkit-box-flex: 0; @@ -1409,20 +1256,16 @@ body .gamipress-restrict-content-limiter { border-radius: 0; border-bottom-width: 1px; } - .gamipress_points_widget .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points:last-of-type { border-bottom-width: 0; } - .gamipress_points_widget .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-image img { max-width: 60px; } - .gamipress_points_widget .gamipress-user-points:not(.gamipress-layout-none).gamipress-layout-right .gamipress-user-points-image { margin-left: auto; margin-right: 0; } - .gamipress_points_widget .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-description span { margin-bottom: 5px; } @@ -1431,22 +1274,18 @@ body .gamipress-restrict-content-limiter { border-width: 0; padding: 0; } - .gamipress_user_rank_widget .gamipress-rank-description > h4 { margin-bottom: 5px; font-size: 14px; font-weight: 500; line-height: 1.4; } - .gamipress_user_rank_widget ul.gamipress-rank-earners-list li { margin-left: 0; } - .gamipress_user_rank_widget .gamipress-user-ranks .gamipress-rank { margin-bottom: 15px; } - .gamipress_user_rank_widget .gamipress-user-ranks .gamipress-rank:last-of-type { margin-bottom: 0; } @@ -1460,7 +1299,6 @@ body.hide-overflow { .buddypress.widget .GamiPress-data-popup { display: none; } - .elementor-widget-bbp-members .GamiPress-data-popup.is_active, .buddypress.widget .GamiPress-data-popup.is_active { display: -webkit-box; @@ -1480,7 +1318,6 @@ body.hide-overflow { background-color: rgba(250, 251, 253, 0.9); z-index: 999901; } - .elementor-widget-bbp-members .GamiPress-data-popup.is_active .gamipress-buddypress-user-details-listing, .buddypress.widget .GamiPress-data-popup.is_active .gamipress-buddypress-user-details-listing { display: block !important; @@ -1492,7 +1329,6 @@ body.hide-overflow { border-radius: 4px; max-width: 90%; } - .elementor-widget-bbp-members .GamiPress-data-popup.is_active .gamipress-buddypress-user-details-listing .hideGamipressData, .buddypress.widget .GamiPress-data-popup.is_active .gamipress-buddypress-user-details-listing .hideGamipressData { font-size: 24px; @@ -1502,19 +1338,16 @@ body.hide-overflow { opacity: 0.8; cursor: pointer; } - .elementor-widget-bbp-members .gamipress-buddypress-user-details-listing, .buddypress.widget .gamipress-buddypress-user-details-listing { display: none; } - .elementor-widget-bbp-members span.activity.gamipress-buddypress-user-points, .elementor-widget-bbp-members span.activity.gamipress-buddypress-points-label, .buddypress.widget span.activity.gamipress-buddypress-user-points, .buddypress.widget span.activity.gamipress-buddypress-points-label { display: inline-block; } - .elementor-widget-bbp-members .showGamipressData, .buddypress.widget .showGamipressData { position: absolute; @@ -1535,13 +1368,11 @@ body.hide-overflow { width: 17px; cursor: pointer; } - .elementor-widget-bbp-members .showGamipressData img, .buddypress.widget .showGamipressData img { height: 14px !important; width: 14px !important; } - .elementor-widget-bbp-members .showGamipressData [class*=" bb-icon-"], .buddypress.widget .showGamipressData [class*=" bb-icon-"] { font-size: 12px; @@ -1560,7 +1391,6 @@ body.hide-overflow { font-size: 14px; line-height: 24px; } - .gamipress-achievement-congratulations p:last-child { margin-bottom: 0; } @@ -1572,19 +1402,15 @@ body.hide-overflow { body.buddypress .gamipress-achievement-description .gamipress-achievement-title { margin-bottom: 15px; } - .gamipress-achievement-description .gamipress-achievement-title a { color: var(--bb-headings-color); } - .gamipress-achievement-description .gamipress-achievement-title a:hover { color: var(--bb-primary-color); } - .gamipress-achievement-description .gamipress-achievement-title + .gamipress-achievement-excerpt { margin-top: 15px; } - .gamipress-achievement-description .gamipress-achievement-points { font-weight: 400; font-size: 14px; @@ -1592,39 +1418,32 @@ body.buddypress .gamipress-achievement-description .gamipress-achievement-title margin-bottom: 15px; color: var(--bb-alternate-text-color); } - .gamipress-achievement-description .gamipress-achievement-points > img { vertical-align: middle; } - .gamipress-achievement-description ol.gamipress-required-achievements li { font-size: 14px; color: var(--bb-alternate-text-color); } - .gamipress-achievements-list .gamipress-achievement-description ol.gamipress-required-achievements li.user-has-not-earned { text-decoration: none; } - .gamipress-achievement-description ul.gamipress-required-achievements { list-style: none; margin-left: 0; } - .gamipress-achievement-description ul.gamipress-required-achievements li { font-size: 14px; color: var(--bb-alternate-text-color); } - .gamipress-achievements-list .gamipress-achievement-description ul.gamipress-required-achievements li.user-has-not-earned { text-decoration: none; } - -.gamipress-achievement-description ul.gamipress-required-achievements li::before { +.gamipress-achievement-description ul.gamipress-required-achievements li:before { content: "\ef32"; font-family: bb-icons; display: inline-block; - font-weight: 400; + font-weight: normal; font-style: normal; speak: none; text-transform: none; @@ -1644,8 +1463,7 @@ body.buddypress .gamipress-achievement-description .gamipress-achievement-title background-color: var(--bb-content-alternate-background-color); border-radius: 100%; } - -.gamipress-achievement-description ul.gamipress-required-achievements li.user-has-earned::before { +.gamipress-achievement-description ul.gamipress-required-achievements li.user-has-earned:before { content: "\ef32"; font-family: bb-icons; font-weight: 300; @@ -1654,19 +1472,16 @@ body.buddypress .gamipress-achievement-description .gamipress-achievement-title .single-achievement.gamipress-layout-none .gamipress-achievement-image { margin-bottom: 20px; } - .single-achievement .gamipress-achievement-description h4 { margin-top: 0; } - .single-achievement .gamipress-achievement-description .gamipress-required-achievements li { display: inline-block; vertical-align: middle; width: 100%; margin-bottom: 5px; } - -.single-achievement .gamipress-achievement-description .gamipress-required-achievements li::before { +.single-achievement .gamipress-achievement-description .gamipress-required-achievements li:before { vertical-align: middle; top: initial; } @@ -1677,7 +1492,6 @@ body.buddypress .gamipress-achievement-description .gamipress-achievement-title width: auto; margin-right: 5px; } - .widget .gamipress-achievement-description .gamipress-required-achievements li .gamipress-mark-as-completed-button, .single-achievement .gamipress-achievement-description .gamipress-required-achievements li .gamipress-mark-as-completed-button { display: inline-block; @@ -1696,50 +1510,41 @@ body.buddypress .gamipress-achievement-description .gamipress-achievement-title width: calc(100% - 20px); } @media screen and (min-width: 800px) { - .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-2 > .gamipress-achievement { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); } - .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-3 > .gamipress-achievement { width: -webkit-calc(33.333% - 20px); width: calc(33.333% - 20px); } - .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-4 > .gamipress-achievement { width: -webkit-calc(25% - 20px); width: calc(25% - 20px); } - .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-5 > .gamipress-achievement { width: -webkit-calc(20% - 20px); width: calc(20% - 20px); } - .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-6 > .gamipress-achievement { width: -webkit-calc(16.666% - 20px); width: calc(16.666% - 20px); } } - .gamipress-achievements-list .gamipress-achievements-container h2.gamipress-achievement-title { font-size: 18px; font-weight: 500; line-height: 1.4em; margin-bottom: 5px; } - .gamipress-achievements-list .gamipress-achievements-container .gamipress-achievement-excerpt { font-size: 14px; line-height: 24px; } - .gamipress-achievements-list .gamipress-achievements-container .gamipress-achievement-times-earned { font-size: 14px; line-height: 24px; } - .gamipress-achievements-list .gamipress-achievements-container .gamipress-achievement-description { display: -webkit-box; display: -ms-flexbox; @@ -1752,13 +1557,11 @@ body.buddypress .gamipress-achievement-description .gamipress-achievement-title -ms-flex: 1; flex: 1; } - .gamipress-achievements-list .gamipress-achievements-container .gamipress-achievement-description > h4 { margin-top: auto; margin-bottom: 5px; font-size: 14px; } - .gamipress-achievements-list .gamipress-achievements-container .gamipress-achievement-unlock-with-points-button { width: 100%; margin: 0 0 15px; @@ -1774,25 +1577,21 @@ body.buddypress .gamipress-achievement-description .gamipress-achievement-title button.gamipress-achievement-unlock-with-points-button { font-size: 14px; } - .buddypress .buddypress-wrap button.gamipress-achievement-unlock-with-points-button { font-size: 14px; } @media screen and (min-width: 992px) { - body:not(.has-sidebar) .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-1 { width: 80%; margin-left: auto; margin-right: auto; } } - .gamipress-achievements-list #gamipress-achievements-container[class*="gamipress-columns"] { margin-left: auto; margin-right: auto; } - .gamipress-achievements-list #gamipress-achievements-container[class*="gamipress-columns"] > .gamipress-achievement { background-color: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); @@ -1803,14 +1602,12 @@ button.gamipress-achievement-unlock-with-points-button { align-self: normal; } @media screen and (max-width: 800px) { - .gamipress-achievements-list #gamipress-achievements-container[class*="gamipress-columns"] > .gamipress-achievement { margin-left: 0; margin-right: 0; padding: 20px; } } - .gamipress-achievements-list #gamipress-achievements-container[class*="gamipress-columns"] > .gamipress-achievement.gamipress-layout-top { -ms-flex-flow: nowrap; flex-flow: nowrap; @@ -1819,7 +1616,6 @@ button.gamipress-achievement-unlock-with-points-button { -ms-flex-direction: column; flex-direction: column; } - .gamipress-achievements-list #gamipress-achievements-container[class*="gamipress-columns"] > .gamipress-achievement.gamipress-layout-none { margin-bottom: 20px; } @@ -1841,7 +1637,6 @@ button.gamipress-achievement-unlock-with-points-button { margin-right: auto; } @media screen and (max-width: 800px) { - .entry-content > .gamipress-achievement { max-width: 100%; } @@ -1854,7 +1649,6 @@ button.gamipress-achievement-unlock-with-points-button { font-size: 14px; line-height: 24px; } - .gamipress-rank-congratulations p:last-child { margin-bottom: 0; } @@ -1862,34 +1656,28 @@ button.gamipress-achievement-unlock-with-points-button { body.buddypress .gamipress-rank-description .gamipress-rank-title { margin-bottom: 15px; } - .gamipress-rank-description .gamipress-rank-title a { color: var(--bb-headings-color); } - .gamipress-rank-description .gamipress-rank-title a:hover { color: var(--bb-primary-color); } - .gamipress-rank-description ul.gamipress-required-requirements { list-style: none; margin-left: 0; } - .gamipress-rank-description ul.gamipress-required-requirements li { font-size: 14px; color: var(--bb-alternate-text-color); } - .gamipress-achievements-list .gamipress-rank-description ul.gamipress-required-requirements li.user-has-not-earned { text-decoration: none; } - -.gamipress-rank-description ul.gamipress-required-requirements li::before { +.gamipress-rank-description ul.gamipress-required-requirements li:before { content: "\ef32"; font-family: bb-icons; display: inline-block; - font-weight: 400; + font-weight: normal; font-style: normal; speak: none; text-transform: none; @@ -1909,8 +1697,7 @@ body.buddypress .gamipress-rank-description .gamipress-rank-title { background-color: #eef0f3; border-radius: 100%; } - -.gamipress-rank-description ul.gamipress-required-requirements li.user-has-earned::before { +.gamipress-rank-description ul.gamipress-required-requirements li.user-has-earned:before { content: "\ef32"; font-family: bb-icons; font-weight: 300; @@ -1920,45 +1707,37 @@ body.buddypress .gamipress-rank-description .gamipress-rank-title { width: 100%; } @media screen and (min-width: 800px) { - .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-2 > .gamipress-rank { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); } - .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-3 > .gamipress-rank { width: -webkit-calc(33.333% - 20px); width: calc(33.333% - 20px); } - .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-4 > .gamipress-rank { width: -webkit-calc(25% - 20px); width: calc(25% - 20px); } - .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-5 > .gamipress-rank { width: -webkit-calc(20% - 20px); width: calc(20% - 20px); } - .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-6 > .gamipress-rank { width: -webkit-calc(16.666% - 20px); width: calc(16.666% - 20px); } } - .gamipress-ranks-list .gamipress-ranks-container h2.gamipress-rank-title { font-size: 18px; font-weight: 500; line-height: 1.4em; margin-bottom: 0; } - .gamipress-ranks-list .gamipress-ranks-container .gamipress-rank-excerpt { font-size: 14px; line-height: 20px; } - .gamipress-ranks-list .gamipress-ranks-container .gamipress-rank-description { display: -webkit-box; display: -ms-flexbox; @@ -1971,7 +1750,6 @@ body.buddypress .gamipress-rank-description .gamipress-rank-title { -ms-flex: 1; flex: 1; } - .gamipress-ranks-list .gamipress-ranks-container .gamipress-rank-description > h4 { margin-top: auto; margin-bottom: 5px; @@ -1981,7 +1759,6 @@ body.buddypress .gamipress-rank-description .gamipress-rank-title { .gamipress-ranks-list .gamipress-rank-type { margin-bottom: 30px; } - .gamipress-ranks-list .gamipress-rank-type:last-of-type { margin-bottom: 0; } @@ -1990,7 +1767,6 @@ body.buddypress .gamipress-rank-description .gamipress-rank-title { margin-left: -10px; margin-right: -10px; } - .gamipress-ranks-list .gamipress-ranks-container[class*="gamipress-columns"] .gamipress-rank { background-color: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); @@ -2002,19 +1778,16 @@ body.buddypress .gamipress-rank-description .gamipress-rank-title { padding: 30px 20px; margin-bottom: 1rem; } - .gamipress-ranks-list .gamipress-ranks-container[class*="gamipress-columns"] .gamipress-rank .gamipress-rank-image { padding-top: 0; } @media screen and (max-width: 800px) { - .gamipress-ranks-list .gamipress-ranks-container[class*="gamipress-columns"] .gamipress-rank { margin-left: 0; margin-right: 0; padding: 20px; } } - .gamipress-ranks-list .gamipress-ranks-container[class*="gamipress-columns"] .gamipress-rank.gamipress-layout-top { -ms-flex-flow: nowrap; flex-flow: nowrap; @@ -2023,7 +1796,6 @@ body.buddypress .gamipress-rank-description .gamipress-rank-title { -ms-flex-direction: column; flex-direction: column; } - .gamipress-ranks-list .gamipress-ranks-container[class*="gamipress-columns"] .gamipress-rank.gamipress-layout-none { margin-bottom: 20px; } @@ -2032,7 +1804,6 @@ body.buddypress .gamipress-rank-description .gamipress-rank-title { margin-left: -10px; margin-right: -10px; } - .gamipress-user-ranks .gamipress-rank { padding: 20px; background-color: var(--bb-content-background-color); @@ -2045,38 +1816,31 @@ body.buddypress .gamipress-rank-description .gamipress-rank-title { -ms-flex-item-align: normal; align-self: normal; } - .gamipress-user-ranks .gamipress-rank .gamipress-rank-unlock-with-points-button { font-size: 14px; } @media screen and (min-width: 800px) { - .gamipress-user-ranks.gamipress-columns-2 > .gamipress-rank { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); } - .gamipress-user-ranks.gamipress-columns-3 > .gamipress-rank { width: -webkit-calc(33.333% - 20px); width: calc(33.333% - 20px); } - .gamipress-user-ranks.gamipress-columns-4 > .gamipress-rank { width: -webkit-calc(25% - 20px); width: calc(25% - 20px); } - .gamipress-user-ranks.gamipress-columns-5 > .gamipress-rank { width: -webkit-calc(20% - 20px); width: calc(20% - 20px); } - .gamipress-user-ranks.gamipress-columns-6 > .gamipress-rank { width: -webkit-calc(16.666% - 20px); width: calc(16.666% - 20px); } } - .gamipress-user-ranks > .gamipress-rank .gamipress-rank-requirements { border-bottom: 0; } @@ -2106,14 +1870,12 @@ button.gamipress-rank-unlock-with-points-button { margin-left: -10px; margin-right: -10px; } - .gamipress-user-points:not(.gamipress-layout-none):not([class*=" gamipress-columns-"]) { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } - .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points { background-color: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); @@ -2125,26 +1887,21 @@ button.gamipress-rank-unlock-with-points-button { -ms-flex-align: start; align-items: flex-start; } - .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-image img { border-radius: 4px; } - .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-description span { display: block; margin-top: 0; } - .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-amount { font-size: 24px; margin: 12px 0; } - .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-label { color: var(--bb-alternate-text-color); } @media screen and (max-width: 992px) { - .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points { -webkit-box-flex: 0; -ms-flex: 0 0 33.33%; @@ -2154,7 +1911,6 @@ button.gamipress-rank-unlock-with-points-button { } } @media screen and (max-width: 800px) { - .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points { -webkit-box-flex: 0; -ms-flex: 0 0 60%; @@ -2163,12 +1919,10 @@ button.gamipress-rank-unlock-with-points-button { } } @media screen and (max-width: 544px) { - .gamipress-user-points:not(.gamipress-layout-none) { margin-left: 0; margin-right: 0; } - .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -2182,23 +1936,19 @@ button.gamipress-rank-unlock-with-points-button { -ms-flex-pack: end; justify-content: flex-end; } - .gamipress-user-points.gamipress-align-right > div .gamipress-user-points-image { margin-left: 10px; } - .gamipress-user-points.gamipress-layout-right.gamipress-align-right > div { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } - .gamipress-user-points.gamipress-align-left > div { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } - .gamipress-user-points.gamipress-align-center > div, .gamipress-user-points.gamipress-align-justify > div { -webkit-box-pack: center; -ms-flex-pack: center; @@ -2215,17 +1965,14 @@ button.gamipress-rank-unlock-with-points-button { margin-left: -10px; margin-right: -10px; } - .gamipress-points-types[class*="gamipress-columns"] > .gamipress-points-type { border-bottom: 1px solid var(--bb-content-border-color); padding: 1em; } - .gamipress-points-types:not(.gamipress-layout-none) .gamipress-points-type { -ms-flex-item-align: normal; align-self: normal; } - .gamipress-points-types .gamipress-points-type { background-color: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); @@ -2235,37 +1982,30 @@ button.gamipress-rank-unlock-with-points-button { margin-bottom: 20px; } @media screen and (min-width: 800px) { - .gamipress-points-types.gamipress-columns-2 > .gamipress-points-type { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); } - .gamipress-points-types.gamipress-columns-3 > .gamipress-points-type { width: -webkit-calc(33.333% - 20px); width: calc(33.333% - 20px); } - .gamipress-points-types.gamipress-columns-4 > .gamipress-points-type { width: -webkit-calc(25% - 20px); width: calc(25% - 20px); } - .gamipress-points-types.gamipress-columns-5 > .gamipress-points-type { width: -webkit-calc(20% - 20px); width: calc(20% - 20px); } - .gamipress-points-types.gamipress-columns-6 > .gamipress-points-type { width: -webkit-calc(16.666% - 20px); width: calc(16.666% - 20px); } } - .gamipress-points-types .gamipress-open-close-switch { text-align: left; } - .gamipress-points-types .gamipress-open-close-switch a.show-hide-open, .gamipress-points-types .gamipress-open-close-switch a.show-hide-close { display: -webkit-box; @@ -2280,9 +2020,8 @@ button.gamipress-rank-unlock-with-points-button { text-transform: uppercase; color: var(--bb-alternate-text-color); } - -.gamipress-points-types .gamipress-open-close-switch a.show-hide-open::after, -.gamipress-points-types .gamipress-open-close-switch a.show-hide-close::after { +.gamipress-points-types .gamipress-open-close-switch a.show-hide-open:after, +.gamipress-points-types .gamipress-open-close-switch a.show-hide-close:after { padding: 0; margin-left: auto; background: transparent; @@ -2291,7 +2030,7 @@ button.gamipress-rank-unlock-with-points-button { border-radius: 100%; font-family: bb-icons; display: inline-block; - font-weight: 400; + font-weight: normal; font-style: normal; speak: none; text-decoration: inherit; @@ -2309,44 +2048,37 @@ button.gamipress-rank-unlock-with-points-button { transition: color 0.1s ease-in 0; color: var(--bb-alternate-text-color); } - -.gamipress-points-types .gamipress-open-close-switch a.show-hide-open::after { +.gamipress-points-types .gamipress-open-close-switch a.show-hide-open:after { content: "\e826"; line-height: 21px; } - -.gamipress-points-types .gamipress-open-close-switch a.show-hide-close::after { +.gamipress-points-types .gamipress-open-close-switch a.show-hide-close:after { content: "\e87c"; -webkit-transform: none; -ms-transform: none; transform: none; } - .gamipress-points-types .gamipress-extras-window { font-size: 14px; } - .gamipress-points-types .gamipress-extras-window h4 { font-size: 14px; margin-bottom: 5px; } - .gamipress-points-types .gamipress-extras-window ul { margin-bottom: 5px; } - .gamipress-points-types .gamipress-extras-window .gamipress-points-awards, .gamipress-points-types .gamipress-extras-window .gamipress-points-deducts { list-style: none; margin-left: 0; } - -.gamipress-points-types .gamipress-extras-window .gamipress-points-awards li::before, -.gamipress-points-types .gamipress-extras-window .gamipress-points-deducts li::before { +.gamipress-points-types .gamipress-extras-window .gamipress-points-awards li:before, +.gamipress-points-types .gamipress-extras-window .gamipress-points-deducts li:before { content: "\ef32"; font-family: bb-icons; display: inline-block; - font-weight: 400; + font-weight: normal; font-style: normal; speak: none; text-transform: none; @@ -2366,9 +2098,8 @@ button.gamipress-rank-unlock-with-points-button { background-color: #eef0f3; border-radius: 100%; } - -.gamipress-points-types .gamipress-extras-window .gamipress-points-awards li.user-has-earned::before, -.gamipress-points-types .gamipress-extras-window .gamipress-points-deducts li.user-has-earned::before { +.gamipress-points-types .gamipress-extras-window .gamipress-points-awards li.user-has-earned:before, +.gamipress-points-types .gamipress-extras-window .gamipress-points-deducts li.user-has-earned:before { content: "\ef32"; font-family: bb-icons; font-weight: 300; @@ -2382,25 +2113,21 @@ button.gamipress-rank-unlock-with-points-button { margin-top: 0; } @media screen and (max-width: 545px) { - .widget-area .gamipress-columns-1.gamipress-user-points .gamipress-points { margin-left: 0; margin-right: 0; padding: 1em; } } - .widget-area .gamipress-columns-1.gamipress-user-points .gamipress-points:last-child { margin-bottom: 0; } @media screen and (min-width: 545px) { - .widget-area .gamipress-columns-1.gamipress-user-points { width: -webkit-calc(100% + 20px); width: calc(100% + 20px); } } - .widget-area .gamipress-columns-1.gamipress-points-types .gamipress-points-type { -webkit-box-flex: 100%; -ms-flex: 100%; @@ -2409,7 +2136,6 @@ button.gamipress-rank-unlock-with-points-button { margin-top: 0; } @media screen and (max-width: 545px) { - .widget-area .gamipress-columns-1.gamipress-points-types .gamipress-points-type { margin-left: 0; margin-right: 0; @@ -2417,17 +2143,14 @@ button.gamipress-rank-unlock-with-points-button { } } @media screen and (min-width: 545px) { - .widget-area .gamipress-columns-1.gamipress-points-types { width: -webkit-calc(100% + 20px); width: calc(100% + 20px); } } - .widget-area .gamipress-columns-1.gamipress-points-types .gamipress-achievement-image { padding-top: 5px; } - .widget-area .gamipress-columns-2.gamipress-user-points .gamipress-points { -webkit-box-flex: 1; -ms-flex: 1 40%; @@ -2437,22 +2160,18 @@ button.gamipress-rank-unlock-with-points-button { margin-top: 0; padding: 1em; } - .widget-area .gamipress-columns-2.gamipress-user-points .gamipress-points:last-child { margin-bottom: 0; } @media screen and (min-width: 545px) { - .widget-area .gamipress-columns-2.gamipress-user-points { width: -webkit-calc(100% + 20px); width: calc(100% + 20px); } } - .widget-area .gamipress-columns-2.gamipress-user-points .gamipress-user-points-image { margin-bottom: 10px; } - .widget-area .gamipress-achievement .gamipress-achievement-description .gamipress-achievement-excerpt:only-child p { margin-bottom: 0; } @@ -2462,17 +2181,14 @@ table.gamipress-earnings-table { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; } - table.gamipress-earnings-table th, table.gamipress-earnings-table td { background-color: #fff; } - table.gamipress-earnings-table th:first-child, table.gamipress-earnings-table td:first-child { padding-left: 1em; } - table.gamipress-earnings-table thead th { text-transform: uppercase; font-size: 14px; @@ -2482,36 +2198,31 @@ table.gamipress-earnings-table thead th { padding-top: 1rem; padding-bottom: 1rem; } - table.gamipress-earnings-table thead tr:first-child th:first-child { border-radius: 4px 0 0; border-left: 1px solid rgba(0, 0, 0, 0.05); } - table.gamipress-earnings-table thead tr:first-child th:last-child { border-radius: 0 4px 0 0; border-right: 1px solid rgba(0, 0, 0, 0.05); } - table.gamipress-earnings-table thead tr:first-child th { border-top: 1px solid rgba(0, 0, 0, 0.05); } - table.gamipress-earnings-table tbody tr { -webkit-transform: translateZ(-1em); transform: translateZ(-1em); position: relative; z-index: 0; } - table.gamipress-earnings-table tbody tr td { border-bottom: 0; font-size: 14px; padding-top: 1em; padding-bottom: 1em; } - table.gamipress-earnings-table tbody tr:hover { + -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transform: translateZ(0); @@ -2520,31 +2231,24 @@ table.gamipress-earnings-table tbody tr:hover { position: relative; z-index: 9; } - table.gamipress-earnings-table tbody tr:last-child td { border-bottom: 1px solid rgba(0, 0, 0, 0.05); } - table.gamipress-earnings-table tbody tr:last-child td:first-child { border-radius: 0 0 0 4px; } - table.gamipress-earnings-table tbody tr:last-child td:last-child { border-radius: 0 0 4px; } - table.gamipress-earnings-table tbody td:first-child { border-left: 1px solid rgba(0, 0, 0, 0.05); } - table.gamipress-earnings-table tbody td:last-child { border-right: 1px solid rgba(0, 0, 0, 0.05); } - table.gamipress-earnings-table tbody td.gamipress-earnings-col-thumbnail { width: 60px; } - table.gamipress-earnings-table tbody td.gamipress-earnings-col-thumbnail img.gamipress-achievement-thumbnail, table.gamipress-earnings-table tbody td.gamipress-earnings-col-thumbnail img.gamipress-rank-thumbnail { object-fit: cover; @@ -2552,12 +2256,10 @@ table.gamipress-earnings-table tbody td.gamipress-earnings-col-thumbnail img.gam height: 52px; border-radius: 100%; } - table.gamipress-earnings-table tbody td.gamipress-earnings-col-date { font-size: 13px; color: var(--bb-alternate-text-color); } - table.gamipress-earnings-table tbody td.gamipress-earnings-col-points { font-size: 13px; color: var(--bb-alternate-text-color); @@ -2567,7 +2269,6 @@ table.gamipress-earnings-table tbody td.gamipress-earnings-col-points { font-size: 13px; text-align: right; } - .gamipress-earnings-pagination span, .gamipress-earnings-pagination a { padding: 0 5px; @@ -2588,16 +2289,13 @@ table.gamipress-earnings-table tbody td.gamipress-earnings-col-points { align-items: center; margin: 10px 0 0; } - .users-header .gamipress-buddypress-points img.gamipress-points-thumbnail { border-radius: 100%; margin-right: 5px; } - .users-header .gamipress-buddypress-points .gamipress-buddypress-user-points { margin-right: 5px; } - .users-header .gamipress-buddypress-points-type { margin: 0 10px 10px 0; display: -webkit-box; @@ -2607,11 +2305,9 @@ table.gamipress-earnings-table tbody td.gamipress-earnings-col-points { -ms-flex-align: center; align-items: center; } - .users-header .gamipress-buddypress-achievements { margin-bottom: 10px; } - .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement { display: -webkit-box; display: -ms-flexbox; @@ -2623,27 +2319,22 @@ table.gamipress-earnings-table tbody td.gamipress-earnings-col-points { align-items: center; margin-bottom: 10px; } - .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-type-label { margin-right: 10px; font-weight: 500; color: var(--bb-headings-color); } - .users-header .gamipress-buddypress-achievements img.gamipress-achievement-thumbnail { border-radius: 100%; margin-right: 5px; margin-bottom: 5px; } - .users-header .gamipress-buddypress-achievement-title { margin-right: 10px; } - .users-header .gamipress-buddypress-ranks { margin-bottom: 10px; } - .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank { display: -webkit-box; display: -ms-flexbox; @@ -2655,28 +2346,22 @@ table.gamipress-earnings-table tbody td.gamipress-earnings-col-points { align-items: center; margin-bottom: 10px; } - .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank a.activity { font-size: 14px; } - .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank-label { margin-right: 10px; font-weight: 500; } - #buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank-label { color: var(--bb-headings-color); } - .users-header .gamipress-buddypress-ranks img.gamipress-rank-thumbnail { border-radius: 100%; } - .users-header .gamipress-buddypress-rank-title { margin-right: 10px; } - .users-header .item-meta .gamipress-buddypress-user-details-top, .users-header .item-meta .gamipress-buddypress-points, .users-header .item-meta .gamipress-buddypress-achievements, diff --git a/web/app/themes/buddyboss-theme/assets/css/gamipress.min.css b/web/app/themes/buddyboss-theme/assets/css/gamipress.min.css index d9125ae8..dc63b0de 100644 --- a/web/app/themes/buddyboss-theme/assets/css/gamipress.min.css +++ b/web/app/themes/buddyboss-theme/assets/css/gamipress.min.css @@ -1,769 +1 @@ -#gamipress-achievements-container{border-top:0} - -.gamipress-user-points-image{margin-right:15px} - -.entry-content-wrap .gamipress-achievement-earned,.entry-content-wrap .gamipress-rank-earned{margin-top:30px} - -.gamipress-achievement-attached,.gamipress-rank-requirements{margin-bottom:20px;border-bottom:1px dotted var(--bb-content-border-color)} - -.gamipress-achievement-attached .gamipress-open-close-switch>a,.gamipress-rank-requirements .gamipress-open-close-switch>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:left;padding:5px 0;font-size:12px;text-transform:uppercase;color:var(--bb-alternate-text-color)} - -.gamipress-achievement-attached .gamipress-open-close-switch>a::after,.gamipress-rank-requirements .gamipress-open-close-switch>a::after{padding:0;margin-left:auto;background:0 0;background-image:none;background-color:var(--bb-content-alternate-background-color);border-radius:100%;font-family:bb-icons;display:inline-block;font-weight:400;font-style:normal;speak:none;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:16px;line-height:20px;vertical-align:top;text-align:center;-webkit-transition:color .1s ease-in 0;transition:color .1s ease-in 0;color:var(--bb-alternate-text-color)} - -.gamipress-achievement-attached .gamipress-open-close-switch>a.show-hide-open::after,.gamipress-rank-requirements .gamipress-open-close-switch>a.show-hide-open::after{content:"\e826";line-height:21px} - -.gamipress-achievement-attached .gamipress-open-close-switch>a.show-hide-close::after,.gamipress-rank-requirements .gamipress-open-close-switch>a.show-hide-close::after{content:"\e87c";-webkit-transform:none;-ms-transform:none;transform:none} - -.gamipress-achievement-attached .gamipress-extras-window,.gamipress-rank-requirements .gamipress-extras-window{margin-top:10px} - -.gamipress-achievement-attached .gamipress-extras-window h4,.gamipress-rank-requirements .gamipress-extras-window h4{font-size:14px} - -body.buddypress .gamipress-achievement-attached .gamipress-extras-window h4,body.buddypress .gamipress-rank-requirements .gamipress-extras-window h4{margin-bottom:10px} - -.achievement-wrap.user-has-earned .gamipress-achievement-image,.gamipress-achievement.user-has-earned .gamipress-achievement-image,.gamipress-rank.user-has-earned .gamipress-rank-image,.rank-wrap.user-has-earned .gamipress-rank-image,.user-has-earned .achievement-wrap .gamipress-achievement-image,.user-has-earned .rank-wrap .gamipress-rank-image{text-align:center;padding-top:5px} - -ul.gamipress-achievement-earners-list li,ul.gamipress-rank-earners-list li{margin:0 10px 10px 0;text-align:center;width:105px;border-radius:var(--bb-block-radius-inner);background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);padding:15px} - -ul.gamipress-achievement-earners-list li:hover,ul.gamipress-rank-earners-list li:hover{box-shadow:0 3px 24px 0 rgba(18,43,70,.08)} - -ul.gamipress-achievement-earners-list li img.avatar,ul.gamipress-rank-earners-list li img.avatar{border:none;margin:0 auto;display:block;width:50px;height:50px;max-width:50px} - -ul.gamipress-achievement-earners-list li .earner-display-name,ul.gamipress-rank-earners-list li .earner-display-name{display:block;font-size:13px;line-height:1.4;word-break:break-word;margin-top:6px} - -.widget ul.gamipress-achievement-earners-list li,.widget ul.gamipress-rank-earners-list li{margin:0 0 0 -8px;width:auto;border-radius:0;background-color:transparent;border:0;padding:0;max-width:70px} - -.widget ul.gamipress-achievement-earners-list li img.avatar,.widget ul.gamipress-rank-earners-list li img.avatar{border:1px solid #fff;width:40px;height:40px;max-width:40px} - -.widget ul.gamipress-achievement-earners-list li .earner-display-name,.widget ul.gamipress-rank-earners-list li .earner-display-name{min-height:40px} - -.gamipress-logs-list{margin-bottom:20px} - -.gamipress-logs-list .gamipress-log{font-size:14px;padding:3px 0} - -.gamipress-logs-pagination{font-size:13px} - -.gamipress-logs-pagination a,.gamipress-logs-pagination span{padding:0 5px} - -.gamipress-coupons-form,.gamipress-points-exchanges-form,.gamipress-points-exchanges-form p,.gamipress-purchases-form,.gamipress-purchases-form fieldset p:last-child,.gamipress-purchases-form-acceptance-checkbox,.gamipress-purchases-form-fixed-amount,.gamipress-purchases-form-submit,.gamipress-referrals-form .gamipress-referrals-form-submit,.gamipress-transfers-form,.gamipress-transfers-form fieldset p,.gamipress-transfers-form-submit,p.gamipress-coupons-redeem-coupon-form-submit{margin:0} - -.gamipress-referrals-referral-url-generator{font-family:inherit;background-color:var(--bb-content-background-color);border:1px solid rgba(0,0,0,.1);padding:2rem;margin-bottom:2rem;margin-top:2rem} - -.gamipress-referrals-referral-url-generator input[type=text]{width:400px;max-width:100%} - -.gamipress-referrals-referral-url-generator .gamipress-referrals-form-description,.gamipress-referrals-referral-url-generator label{display:block} - -.gamipress-edd-partial-payments-form-toggle{margin-bottom:0} - -.gamipress-edd-partial-payments-form{margin-top:1.6875rem} - -.gamipress-progress-map-horizontal .gamipress-progress-map-item{width:300px;margin-right:1rem} - -.gamipress-progress-map-horizontal .gamipress-progress-map-item-content{padding-top:1em} - -.gamipress-achievement,.gamipress-rank,.single .single-achievement,.single-rank{padding:20px;background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);font-size:14px;line-height:24px;border-radius:var(--bb-block-radius)} - -.gamipress-transfers-achievement-transfer-form-achievement-input+.ui-autocomplete,.gamipress-transfers-rank-transfer-form-rank-input+.ui-autocomplete{background-color:var(--bb-content-background-color)} - -body .gamipress-restrict-content-limiter{background:0 0;background:-webkit-gradient(linear,left top,left bottom,from(transparent),to(var(--bb-body-background-color)));background:-webkit-linear-gradient(transparent,var(--bb-body-background-color));background:linear-gradient(transparent,var(--bb-body-background-color));background:linear-gradient(transparent,var(--bb-body-background-color));background:linear-gradient(transparent,var(--bb-body-background-color));background:linear-gradient(transparent,var(--bb-body-background-color))} - -.gamipress-rewards-calendar-rewards{text-align:center} - -.gamipress-leaderboard-table .column-avatar img{width:50px} - -.gamipress-coupons-redeem-coupon-form-code-input label,.gamipress-purchases-form label,.gamipress-purchases-form-description,.gamipress-referrals-form-description,.gamipress-wc-partial-payments-points{display:block} - -#bbpress-forums .bbp-after-author-hook{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:5px 0} - -#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievements,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks{display:-webkit-box;display:-ms-flexbox;display:flex;vertical-align:middle} - -#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement{margin-right:4px} - -#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement:last-child{margin-right:0} - -#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement .gamipress-bbpress-achievement-title,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-rank .gamipress-bbpress-rank-title{margin-left:4px} - -#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement .gamipress-bbpress-achievement-title:last-child,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-rank .gamipress-bbpress-rank-title:last-child{margin-right:4px} - -#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type .gamipress-bbpress-points-label:first-child,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type .gamipress-bbpress-user-points:first-child{margin-left:4px} - -#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type .gamipress-bbpress-points-label:last-child,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type .gamipress-bbpress-user-points:last-child{margin-right:4px} - -#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type .gamipress-bbpress-points-thumbnail+.gamipress-bbpress-points-label,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type .gamipress-bbpress-points-thumbnail+.gamipress-bbpress-user-points{margin-left:4px} - -#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-rank{margin-bottom:10px} - -#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points>div,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid var(--bb-content-border-color);padding:3px 4px;box-shadow:0 1px 2px rgba(18,43,70,.12);font-size:13px;color:var(--bb-body-text-color);background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius-inner);line-height:1.5;-webkit-transition:all ease .3s;transition:all ease .3s} - -#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement:hover,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points>div:hover,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank:hover{box-shadow:0 4px 14px rgba(18,43,70,.15)} - -#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement .gamipress-bbpress-achievement-thumbnail,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points>div .gamipress-bbpress-points-thumbnail,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank .gamipress-bbpress-rank-thumbnail{display:inline-block;vertical-align:middle;border-radius:100px;box-shadow:0 0 2px rgba(0,0,0,.13);margin-right:5px;width:20px} - -#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement .gamipress-bbpress-achievement-title:not(:last-child){margin-right:10px} - -#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement-thumbnail img,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank .gamipress-bbpress-rank-thumbnail img{border-radius:50%} - -#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement-type-label,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-rank-label{display:none} - -#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank{display:inline-block} - -#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievements,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points>div,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-user-points{margin-right:4px}@media screen and (max-width:1180px){ - -#bbpress-forums .bbp-after-author-hook{display:inline-block;width:100%;margin:5px 0 15px} - -#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievements,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks{display:inline} - -#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points>div,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank{padding:2px 7px 2px 3px;font-size:11px} - -#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-rank{margin-bottom:5px}} - -.acomment-content .gamipress-buddypress-user-details-activity,.activity-content .gamipress-buddypress-user-details-activity,.bb-members-list__avatar .gamipress-buddypress-user-details-listing,.item-avatar .gamipress-buddypress-user-details-listing{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:10px 0 0} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks{display:-webkit-box;display:-ms-flexbox;display:flex;vertical-align:middle;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement{margin-right:4px} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement:last-child,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement:last-child,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement:last-child,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement:last-child{margin-right:0} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank{margin-bottom:10px} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank .gamipress-buddypress-rank-title,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank .gamipress-buddypress-rank-title,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank .gamipress-buddypress-rank-title,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank .gamipress-buddypress-rank-title{margin-left:4px} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:last-child,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank .gamipress-buddypress-rank-title:last-child,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:last-child,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank .gamipress-buddypress-rank-title:last-child,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:last-child,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank .gamipress-buddypress-rank-title:last-child,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:last-child,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank .gamipress-buddypress-rank-title:last-child{margin-right:4px} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-label:first-child,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-user-points:first-child,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-label:first-child,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-user-points:first-child,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-label:first-child,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-user-points:first-child,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-label:first-child,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-user-points:first-child{margin-left:4px} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-label:last-child,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-user-points:last-child,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-label:last-child,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-user-points:last-child,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-label:last-child,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-user-points:last-child,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-label:last-child,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-user-points:last-child{margin-right:4px} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail+.gamipress-buddypress-points-label,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail+.gamipress-buddypress-user-points,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail+.gamipress-buddypress-points-label,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail+.gamipress-buddypress-user-points,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail+.gamipress-buddypress-points-label,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail+.gamipress-buddypress-user-points,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail+.gamipress-buddypress-points-label,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail+.gamipress-buddypress-user-points{margin-left:4px} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid var(--bb-content-border-color);padding:3px 4px;box-shadow:0 1px 2px rgba(18,43,70,.12);font-size:13px;color:var(--bb-body-text-color);background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius-inner);line-height:1.5;-webkit-transition:all ease .3s;transition:all ease .3s} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement:hover,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div:hover,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank:hover,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement:hover,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div:hover,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank:hover,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement:hover,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div:hover,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank:hover,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement:hover,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div:hover,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank:hover{box-shadow:0 4px 14px rgba(18,43,70,.15)} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div .gamipress-buddypress-points-thumbnail,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div .gamipress-buddypress-points-thumbnail,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div .gamipress-buddypress-points-thumbnail,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div .gamipress-buddypress-points-thumbnail,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail{display:inline-block;vertical-align:middle;border-radius:100px;box-shadow:0 0 2px rgba(0,0,0,.13);width:20px} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements+.gamipress-buddypress-user-achievements,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements+.gamipress-buddypress-user-achievements,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements+.gamipress-buddypress-user-achievements,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements+.gamipress-buddypress-user-achievements{margin-left:8px} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail{margin-right:0} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-title,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-title,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-title,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-title{margin-left:5px} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:not(:last-child),.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:not(:last-child),.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:not(:last-child),.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:not(:last-child){margin-right:10px} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement-thumbnail img,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail img,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement-thumbnail img,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail img,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement-thumbnail img,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail img,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement-thumbnail img,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail img{border-radius:50%} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement-type-label,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank-label,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement-type-label,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank-label,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement-type-label,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank-label,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement-type-label,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank-label{display:none!important} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank{display:inline-block} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-user-points,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-user-points,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-user-points,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-user-points{margin-right:4px} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements .gamipress-buddypress-achievement:last-child,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements .gamipress-buddypress-achievement:last-child,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements .gamipress-buddypress-achievement:last-child,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements .gamipress-buddypress-achievement:last-child{margin-right:8px} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements+.gamipress-buddypress-user-achievements,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements+.gamipress-buddypress-user-achievements,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements+.gamipress-buddypress-user-achievements,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements+.gamipress-buddypress-user-achievements{margin-left:0}@media screen and (max-width:1180px){ - -.acomment-content .gamipress-buddypress-user-details-activity,.activity-content .gamipress-buddypress-user-details-activity,.bb-members-list__avatar .gamipress-buddypress-user-details-listing,.item-avatar .gamipress-buddypress-user-details-listing{display:inline-block;width:100%;margin:5px 0 15px} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks{display:inline} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank{padding:2px 7px 2px 3px;font-size:11px} - -.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank{margin-bottom:5px}} - -.activity-content .gamipress-points-award.user-has-earned,.activity-content .gamipress-points-deduct.user-has-earned{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin-bottom:1rem;padding:20px;background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);font-size:14px;line-height:24px;border-radius:var(--bb-block-radius)} - -.activity-content .gamipress-points-award.user-has-earned .gamipress-points-type-image,.activity-content .gamipress-points-deduct.user-has-earned .gamipress-points-type-image{margin-right:15px} - -.gamipress-buddypress-points .gamipress-buddypress-points-type{border-radius:20px} - -.activity-content .gamipress-achievement.user-has-earned{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.activity-content .gamipress-achievement.user-has-earned .gamipress-achievement-image{margin-right:15px} - -.item-avatar .gamipress-buddypress-user-details-listing{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:25px 0 0} - -.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks,.bb-media-model-inner .acomment-content .gamipress-buddypress-achievements,.bb-media-model-inner .acomment-content .gamipress-buddypress-points,.bb-media-model-inner .acomment-content .gamipress-buddypress-ranks,.bb-media-model-inner .activity-inner .gamipress-buddypress-achievements,.bb-media-model-inner .activity-inner .gamipress-buddypress-points,.bb-media-model-inner .activity-inner .gamipress-buddypress-ranks{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start} - -#members-list:not(.grid) .item-avatar .gamipress-buddypress-user-details-listing{display:none} - -.widget #gamipress-achievements-search-form #gamipress-achievements-search-input{width:100%;margin-bottom:10px} - -#buddypress .users-header .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title,#buddypress .users-header .gamipress-buddypress-rank .gamipress-buddypress-rank-title{margin-left:4px} - -#buddypress .users-header .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:last-child,#buddypress .users-header .gamipress-buddypress-rank .gamipress-buddypress-rank-title:last-child{margin-right:4px} - -#buddypress .users-header .gamipress-buddypress-points-type .gamipress-buddypress-points-label:first-child,#buddypress .users-header .gamipress-buddypress-points-type .gamipress-buddypress-user-points:first-child{margin-left:4px} - -#buddypress .users-header .gamipress-buddypress-points-type .gamipress-buddypress-points-label:last-child,#buddypress .users-header .gamipress-buddypress-points-type .gamipress-buddypress-user-points:last-child{margin-right:4px} - -#buddypress .users-header .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail+.gamipress-buddypress-points-label,#buddypress .users-header .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail+.gamipress-buddypress-user-points{margin-left:4px} - -#buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement,#buddypress .users-header .gamipress-buddypress-points .gamipress-buddypress-points-type,#buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank{vertical-align:middle;border:1px solid var(--bb-content-border-color);padding:3px 4px;box-shadow:0 1px 2px rgba(18,43,70,.12);font-size:13px;color:var(--bb-body-text-color);margin-right:5px;background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius-inner);-webkit-transition:all ease .3s;transition:all ease .3s} - -#buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement:hover,#buddypress .users-header .gamipress-buddypress-points .gamipress-buddypress-points-type:hover,#buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank:hover{box-shadow:0 4px 14px rgba(18,43,70,.15)} - -#buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement,#buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank{display:inline-block} - -#buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-title,#buddypress .users-header .gamipress-buddypress-points span.activity,#buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank-title{color:var(--bb-body-text-color);font-size:13px;vertical-align:middle} - -#buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-title:hover,#buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank-title:hover{color:var(--bb-primary-color)} - -#buddypress .users-header .gamipress-buddypress-achievements,#buddypress .users-header .gamipress-buddypress-ranks{margin-bottom:0} - -#buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-title,#buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank-title{margin-right:0} - -#buddypress .users-header .gamipress-buddypress-achievement-thumbnail,#buddypress .users-header .gamipress-buddypress-points-thumbnail,#buddypress .users-header .gamipress-rank-thumbnail{display:inline-block;vertical-align:middle;border-radius:100px;box-shadow:0 0 2px rgba(0,0,0,.13);width:20px} - -#buddypress .users-header .gamipress-buddypress-achievement-thumbnail>img,#buddypress .users-header .gamipress-buddypress-points-thumbnail>img,#buddypress .users-header .gamipress-rank-thumbnail>img{margin-right:0;margin-bottom:0;vertical-align:middle} - -#buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-title:not(:last-child){margin-right:10px} - -#buddypress .users-header .gamipress-buddypress-achievement-type-label,#buddypress .users-header .gamipress-buddypress-rank-label{display:none}@media screen and (max-width:540px){ - -#buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-title,#buddypress .users-header .gamipress-buddypress-points span.activity,#buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank-title{font-size:11px}} - -.widget .gamipress-achievement,.widget .gamipress-rank{padding:0;border:0;border-radius:0} - -.widget .gamipress-achievement-title,.widget .gamipress-achievements-list .gamipress-achievements-container h2.gamipress-achievement-title,.widget .gamipress-points-type-title,.widget .gamipress-rank-title{margin-bottom:10px;font-size:16px;font-weight:600;letter-spacing:0;line-height:1.4} - -.widget .gamipress-achievement-excerpt p,.widget .gamipress-rank-excerpt p{margin-bottom:1rem} - -.widget .gamipress-achievement,.widget .gamipress-achievement:not(.gamipress-layout-none),.widget .gamipress-rank,.widget .gamipress-rank:not(.gamipress-layout-none){margin-bottom:0} - -.widget .gamipress-points-types .gamipress-points-type{border:0;padding:0 0 20px;border-radius:0} - -.widget .gamipress-points-types .gamipress-points-type:last-of-type{border-bottom:0;margin-bottom:0;padding-bottom:0} - -.widget .gamipress-points-types .gamipress-points-type .gamipress-points-type-awards h4{margin-bottom:5px;font-size:14px;font-weight:500;line-height:1.4} - -.widget .gamipress-points-types[class*=gamipress-columns]>.gamipress-points-type{border-bottom-width:0} - -.widget .gamipress-points-types.gamipress-columns-1 .gamipress-points-type{border-bottom-width:1px} - -.widget .gamipress-shortcode-error>div{display:block;float:none;text-align:left} - -.widget #gamipress-achievements-search #gamipress-achievements-search-submit,.widget button.gamipress-achievement-unlock-with-points-button,.widget button.gamipress-rank-unlock-with-points-button{width:100%} - -.widget[class*=gamipress] button[type=button],.widget[class*=gamipress] input[type=submit]{font-size:13px;font-weight:500;min-height:32px;line-height:1.5;white-space:nowrap;letter-spacing:-.4px;padding:0 15px} - -.widget[class*=gamipress] [class*=unlock-with-points-confirmation] p{margin-bottom:1rem} - -.widget[class*=gamipress] [class*=unlock-with-points]{width:100%} - -.widget[class*=gamipress] .gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns]>.gamipress-achievement,.widget[class*=gamipress] .gamipress-points-types,.widget[class*=gamipress] .gamipress-points-types .gamipress-points-type,.widget[class*=gamipress] .gamipress-ranks-list .gamipress-ranks-container[class*=gamipress-columns],.widget[class*=gamipress] .gamipress-ranks-list .gamipress-ranks-container[class*=gamipress-columns] .gamipress-rank,.widget[class*=gamipress] .gamipress-user-ranks,.widget[class*=gamipress] .gamipress-user-ranks .gamipress-rank{margin-left:0;margin-right:0} - -.widget .gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns]>.gamipress-achievement{border:0;padding:0} - -.widget .gamipress-email-settings-table{border:0} - -.widget-area .elementor-widget .gamipress-user-points:not(.gamipress-layout-none),.widget-area .widget .gamipress-user-points:not(.gamipress-layout-none){margin:0} - -.widget-area .elementor-widget .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points,.widget-area .widget .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points{margin:0 0 10px} - -.widget-area .elementor-widget .gamipress-columns-1>.gamipress-points,.widget-area .widget .gamipress-columns-1>.gamipress-points{width:100%} - -.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-1>.gamipress-achievement,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-1>.gamipress-achievement{width:100%;margin-bottom:20px} - -.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-1>.gamipress-achievement:last-of-type,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-1>.gamipress-achievement:last-of-type{margin-bottom:0} - -.widget-area .elementor-widget .gamipress-points-types.gamipress-columns-1>.gamipress-points-type,.widget-area .elementor-widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-1>.gamipress-rank,.widget-area .elementor-widget .gamipress-user-ranks.gamipress-columns-1>.gamipress-rank,.widget-area .widget .gamipress-points-types.gamipress-columns-1>.gamipress-points-type,.widget-area .widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-1>.gamipress-rank,.widget-area .widget .gamipress-user-ranks.gamipress-columns-1>.gamipress-rank{width:100%} - -.widget-area .elementor-widget .gamipress-columns-2>.gamipress-points,.widget-area .widget .gamipress-columns-2>.gamipress-points{width:100%} - -.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-2>.gamipress-achievement,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-2>.gamipress-achievement{width:100%;margin-bottom:20px} - -.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-2>.gamipress-achievement:last-of-type,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-2>.gamipress-achievement:last-of-type{margin-bottom:0} - -.widget-area .elementor-widget .gamipress-points-types.gamipress-columns-2>.gamipress-points-type,.widget-area .elementor-widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-2>.gamipress-rank,.widget-area .elementor-widget .gamipress-user-ranks.gamipress-columns-2>.gamipress-rank,.widget-area .widget .gamipress-points-types.gamipress-columns-2>.gamipress-points-type,.widget-area .widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-2>.gamipress-rank,.widget-area .widget .gamipress-user-ranks.gamipress-columns-2>.gamipress-rank{width:100%} - -.widget-area .elementor-widget .gamipress-columns-3>.gamipress-points,.widget-area .widget .gamipress-columns-3>.gamipress-points{width:100%} - -.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-3>.gamipress-achievement,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-3>.gamipress-achievement{width:100%;margin-bottom:20px} - -.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-3>.gamipress-achievement:last-of-type,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-3>.gamipress-achievement:last-of-type{margin-bottom:0} - -.widget-area .elementor-widget .gamipress-points-types.gamipress-columns-3>.gamipress-points-type,.widget-area .elementor-widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-3>.gamipress-rank,.widget-area .elementor-widget .gamipress-user-ranks.gamipress-columns-3>.gamipress-rank,.widget-area .widget .gamipress-points-types.gamipress-columns-3>.gamipress-points-type,.widget-area .widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-3>.gamipress-rank,.widget-area .widget .gamipress-user-ranks.gamipress-columns-3>.gamipress-rank{width:100%} - -.widget-area .elementor-widget .gamipress-columns-4>.gamipress-points,.widget-area .widget .gamipress-columns-4>.gamipress-points{width:100%} - -.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-4>.gamipress-achievement,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-4>.gamipress-achievement{width:100%;margin-bottom:20px} - -.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-4>.gamipress-achievement:last-of-type,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-4>.gamipress-achievement:last-of-type{margin-bottom:0} - -.widget-area .elementor-widget .gamipress-points-types.gamipress-columns-4>.gamipress-points-type,.widget-area .elementor-widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-4>.gamipress-rank,.widget-area .elementor-widget .gamipress-user-ranks.gamipress-columns-4>.gamipress-rank,.widget-area .widget .gamipress-points-types.gamipress-columns-4>.gamipress-points-type,.widget-area .widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-4>.gamipress-rank,.widget-area .widget .gamipress-user-ranks.gamipress-columns-4>.gamipress-rank{width:100%} - -.widget-area .elementor-widget .gamipress-columns-5>.gamipress-points,.widget-area .widget .gamipress-columns-5>.gamipress-points{width:100%} - -.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-5>.gamipress-achievement,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-5>.gamipress-achievement{width:100%;margin-bottom:20px} - -.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-5>.gamipress-achievement:last-of-type,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-5>.gamipress-achievement:last-of-type{margin-bottom:0} - -.widget-area .elementor-widget .gamipress-points-types.gamipress-columns-5>.gamipress-points-type,.widget-area .elementor-widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-5>.gamipress-rank,.widget-area .elementor-widget .gamipress-user-ranks.gamipress-columns-5>.gamipress-rank,.widget-area .widget .gamipress-points-types.gamipress-columns-5>.gamipress-points-type,.widget-area .widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-5>.gamipress-rank,.widget-area .widget .gamipress-user-ranks.gamipress-columns-5>.gamipress-rank{width:100%} - -.widget-area .elementor-widget .gamipress-columns-6>.gamipress-points,.widget-area .widget .gamipress-columns-6>.gamipress-points{width:100%} - -.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-6>.gamipress-achievement,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-6>.gamipress-achievement{width:100%;margin-bottom:20px} - -.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-6>.gamipress-achievement:last-of-type,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-6>.gamipress-achievement:last-of-type{margin-bottom:0} - -.widget-area .elementor-widget .gamipress-points-types.gamipress-columns-6>.gamipress-points-type,.widget-area .elementor-widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-6>.gamipress-rank,.widget-area .elementor-widget .gamipress-user-ranks.gamipress-columns-6>.gamipress-rank,.widget-area .widget .gamipress-points-types.gamipress-columns-6>.gamipress-points-type,.widget-area .widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-6>.gamipress-rank,.widget-area .widget .gamipress-user-ranks.gamipress-columns-6>.gamipress-rank{width:100%} - -.widget-area .elementor-widget .gamipress-email-settings-table,.widget-area .widget .gamipress-email-settings-table{margin-bottom:15px} - -.widget-area .elementor-widget .gamipress-email-settings-table td,.widget-area .elementor-widget .gamipress-email-settings-table th,.widget-area .widget .gamipress-email-settings-table td,.widget-area .widget .gamipress-email-settings-table th{padding:.5rem} - -.widget-area .elementor-widget .gamipress-email-settings-table th,.widget-area .widget .gamipress-email-settings-table th{font-size:14px} - -.widget-area .elementor-widget .gamipress-email-settings-table td,.widget-area .widget .gamipress-email-settings-table td{font-size:14px;line-height:1.3} - -.gamipress_achievements_widget #gamipress-achievements-filter label{font-size:14px;margin-bottom:5px} - -.gamipress_achievements_widget #gamipress-achievements-filter select{margin-left:0;font-size:14px} - -.gamipress_achievements_widget #gamipress-achievements-search{margin-right:0} - -.gamipress_achievements_widget #gamipress-achievements-search label{font-size:14px;margin-bottom:5px} - -.gamipress_achievements_widget #gamipress-achievements-search #gamipress-achievements-search-input{width:100%;font-size:14px;margin-bottom:5px} - -.gamipress_achievements_widget #gamipress-achievements-search #gamipress-achievements-search-submit{padding-left:20px;padding-right:20px;height:32px} - -.gamipress_achievements_widget ul.gamipress-achievement-earners-list li{margin-left:0} - -.gamipress_achievements_widget .gamipress-achievement-description .gamipress-achievement-title+.gamipress-achievement-excerpt{margin-top:0} - -.gamipress_achievements_widget .gamipress-achievement-description .gamipress-achievement-points{margin-bottom:5px} - -.gamipress_achievements_widget .gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns]>.gamipress-achievement{width:100%} - -.gamipress_ranks_widget .gamipress-ranks-list .gamipress-ranks-container[class*=gamipress-columns] .gamipress-rank{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:0;padding:0;border-radius:0} - -.gamipress_ranks_widget ul.gamipress-rank-earners-list li{margin-left:0} - -.gamipress_ranks_widget .gamipress-rank-type-title{margin-bottom:10px;font-size:16px;font-weight:600;letter-spacing:0;line-height:1.4} - -.gamipress_ranks_widget .gamipress-ranks-list .gamipress-ranks-container h2.gamipress-rank-title{margin-bottom:5px;font-size:14px;font-weight:500;line-height:1.4} - -.gamipress_ranks_widget .gamipress-rank-image{margin-top:0} - -.gamipress_earnings_widget .gamipress-earnings-col-thumbnail img{max-width:50px} - -.gamipress_earnings_widget table.gamipress-earnings-table tbody tr,.gamipress_earnings_widget table.gamipress-earnings-table thead tr{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.gamipress_earnings_widget table.gamipress-earnings-table thead{display:none} - -.gamipress_earnings_widget table.gamipress-earnings-table tbody td.gamipress-earnings-col-thumbnail{max-width:50px;width:50px;padding-top:15px} - -.gamipress_earnings_widget table.gamipress-earnings-table tbody tr:first-child td.gamipress-earnings-col-thumbnail{padding-top:0} - -.gamipress_earnings_widget table.gamipress-earnings-table td,.gamipress_earnings_widget table.gamipress-earnings-table td:first-child,.gamipress_earnings_widget table.gamipress-earnings-table th,.gamipress_earnings_widget table.gamipress-earnings-table th:first-child{padding:3px 5px;font-size:13px;line-height:1.4} - -.gamipress_earnings_widget table.gamipress-earnings-table th,.gamipress_earnings_widget table.gamipress-earnings-table th:first-child{font-size:12px} - -.gamipress_earnings_widget table.gamipress-earnings-table thead tr:first-child th{border-top:0} - -.gamipress_earnings_widget table.gamipress-earnings-table tbody td:first-child,.gamipress_earnings_widget table.gamipress-earnings-table thead th:first-child,.gamipress_earnings_widget table.gamipress-earnings-table thead tr:first-child th:first-child{border-left:0} - -.gamipress_earnings_widget table.gamipress-earnings-table tbody td:last-child,.gamipress_earnings_widget table.gamipress-earnings-table tbody th:last-child,.gamipress_earnings_widget table.gamipress-earnings-table thead tr:first-child th:last-child{border-right:0} - -.gamipress_earnings_widget table.gamipress-earnings-table tbody tr:last-child td{border-bottom:0} - -.gamipress_earnings_widget table.gamipress-earnings-table tbody tr:hover{box-shadow:none} - -.gamipress_points_widget .gamipress-user-points:not(.gamipress-layout-none){-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0} - -.gamipress_points_widget .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points{margin:5px 0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;border-width:0;border-radius:0;border-bottom-width:1px} - -.gamipress_points_widget .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points:last-of-type{border-bottom-width:0} - -.gamipress_points_widget .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-image img{max-width:60px} - -.gamipress_points_widget .gamipress-user-points:not(.gamipress-layout-none).gamipress-layout-right .gamipress-user-points-image{margin-left:auto;margin-right:0} - -.gamipress_points_widget .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-description span{margin-bottom:5px} - -.gamipress_user_rank_widget .gamipress-user-ranks .gamipress-rank{border-width:0;padding:0} - -.gamipress_user_rank_widget .gamipress-rank-description>h4{margin-bottom:5px;font-size:14px;font-weight:500;line-height:1.4} - -.gamipress_user_rank_widget ul.gamipress-rank-earners-list li{margin-left:0} - -.gamipress_user_rank_widget .gamipress-user-ranks .gamipress-rank{margin-bottom:15px} - -.gamipress_user_rank_widget .gamipress-user-ranks .gamipress-rank:last-of-type{margin-bottom:0} - -body.hide-overflow{overflow:hidden} - -.buddypress.widget .GamiPress-data-popup,.elementor-widget-bbp-members .GamiPress-data-popup{display:none} - -.buddypress.widget .GamiPress-data-popup.is_active,.elementor-widget-bbp-members .GamiPress-data-popup.is_active{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:0;left:0;bottom:0;right:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:fixed;background-color:rgba(250,251,253,.9);z-index:999901} - -.buddypress.widget .GamiPress-data-popup.is_active .gamipress-buddypress-user-details-listing,.elementor-widget-bbp-members .GamiPress-data-popup.is_active .gamipress-buddypress-user-details-listing{display:block!important;background-color:var(--bb-content-background-color);padding:20px 20px 10px;border:1px solid #d2d4d6;box-shadow:0 6px 24px 0 rgba(18,43,70,.1);position:relative;border-radius:4px;max-width:90%} - -.buddypress.widget .GamiPress-data-popup.is_active .gamipress-buddypress-user-details-listing .hideGamipressData,.elementor-widget-bbp-members .GamiPress-data-popup.is_active .gamipress-buddypress-user-details-listing .hideGamipressData{font-size:24px;position:absolute;right:5px;top:5px;opacity:.8;cursor:pointer} - -.buddypress.widget .gamipress-buddypress-user-details-listing,.elementor-widget-bbp-members .gamipress-buddypress-user-details-listing{display:none} - -.buddypress.widget span.activity.gamipress-buddypress-points-label,.buddypress.widget span.activity.gamipress-buddypress-user-points,.elementor-widget-bbp-members span.activity.gamipress-buddypress-points-label,.elementor-widget-bbp-members span.activity.gamipress-buddypress-user-points{display:inline-block} - -.buddypress.widget .showGamipressData,.elementor-widget-bbp-members .showGamipressData{position:absolute;bottom:0;right:0;background-color:var(--bb-content-background-color);border-radius:100%;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;height:17px;width:17px;cursor:pointer} - -.buddypress.widget .showGamipressData img,.elementor-widget-bbp-members .showGamipressData img{height:14px!important;width:14px!important} - -.buddypress.widget .showGamipressData [class*=" bb-icon-"],.elementor-widget-bbp-members .showGamipressData [class*=" bb-icon-"]{font-size:12px;color:#000} - -.bp-search-ajax-item .item-avatar .gamipress-buddypress-user-details-listing,.bp-search-results-list .item-avatar .gamipress-buddypress-user-details-listing{display:none} - -.gamipress-achievement-congratulations{padding:20px;background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);font-size:14px;line-height:24px} - -.gamipress-achievement-congratulations p:last-child{margin-bottom:0} - -.gamipress-achievement-image img.gamipress-achievement-thumbnail{border-radius:4px} - -body.buddypress .gamipress-achievement-description .gamipress-achievement-title{margin-bottom:15px} - -.gamipress-achievement-description .gamipress-achievement-title a{color:var(--bb-headings-color)} - -.gamipress-achievement-description .gamipress-achievement-title a:hover{color:var(--bb-primary-color)} - -.gamipress-achievement-description .gamipress-achievement-title+.gamipress-achievement-excerpt{margin-top:15px} - -.gamipress-achievement-description .gamipress-achievement-points{font-weight:400;font-size:14px;line-height:24px;margin-bottom:15px;color:var(--bb-alternate-text-color)} - -.gamipress-achievement-description .gamipress-achievement-points>img{vertical-align:middle} - -.gamipress-achievement-description ol.gamipress-required-achievements li{font-size:14px;color:var(--bb-alternate-text-color)} - -.gamipress-achievements-list .gamipress-achievement-description ol.gamipress-required-achievements li.user-has-not-earned{text-decoration:none} - -.gamipress-achievement-description ul.gamipress-required-achievements{list-style:none;margin-left:0} - -.gamipress-achievement-description ul.gamipress-required-achievements li{font-size:14px;color:var(--bb-alternate-text-color)} - -.gamipress-achievements-list .gamipress-achievement-description ul.gamipress-required-achievements li.user-has-not-earned{text-decoration:none} - -.gamipress-achievement-description ul.gamipress-required-achievements li::before{content:"\ef32";font-family:bb-icons;display:inline-block;font-weight:400;font-style:normal;speak:none;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;line-height:20px;font-size:14px;vertical-align:top;text-align:center;text-decoration:none;margin-right:10px;position:relative;top:3px;background-color:var(--bb-content-alternate-background-color);border-radius:100%} - -.gamipress-achievement-description ul.gamipress-required-achievements li.user-has-earned::before{content:"\ef32";font-family:bb-icons;font-weight:300} - -.single-achievement.gamipress-layout-none .gamipress-achievement-image{margin-bottom:20px} - -.single-achievement .gamipress-achievement-description h4{margin-top:0} - -.single-achievement .gamipress-achievement-description .gamipress-required-achievements li{display:inline-block;vertical-align:middle;width:100%;margin-bottom:5px} - -.single-achievement .gamipress-achievement-description .gamipress-required-achievements li::before{vertical-align:middle;top:initial} - -.single-achievement .gamipress-achievement-points .gamipress-points-thumbnail,.widget .gamipress-achievement-points .gamipress-points-thumbnail{height:25px;width:auto;margin-right:5px} - -.single-achievement .gamipress-achievement-description .gamipress-required-achievements li .gamipress-mark-as-completed-button,.widget .gamipress-achievement-description .gamipress-required-achievements li .gamipress-mark-as-completed-button{display:inline-block;vertical-align:middle;font-size:90%;padding:8px 10px} - -.widget .gamipress-achievements-list .gamipress-achievements-container .gamipress-achievement-unlock-with-points-button{font-size:83%;padding:10px 8px} - -.gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-1>.gamipress-achievement{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}@media screen and (min-width:800px){ - -.gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-2>.gamipress-achievement{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)} - -.gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-3>.gamipress-achievement{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)} - -.gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-4>.gamipress-achievement{width:-webkit-calc(25% - 20px);width:calc(25% - 20px)} - -.gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-5>.gamipress-achievement{width:-webkit-calc(20% - 20px);width:calc(20% - 20px)} - -.gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-6>.gamipress-achievement{width:-webkit-calc(16.666% - 20px);width:calc(16.666% - 20px)}} - -.gamipress-achievements-list .gamipress-achievements-container h2.gamipress-achievement-title{font-size:18px;font-weight:500;line-height:1.4em;margin-bottom:5px} - -.gamipress-achievements-list .gamipress-achievements-container .gamipress-achievement-excerpt{font-size:14px;line-height:24px} - -.gamipress-achievements-list .gamipress-achievements-container .gamipress-achievement-times-earned{font-size:14px;line-height:24px} - -.gamipress-achievements-list .gamipress-achievements-container .gamipress-achievement-description{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} - -.gamipress-achievements-list .gamipress-achievements-container .gamipress-achievement-description>h4{margin-top:auto;margin-bottom:5px;font-size:14px} - -.gamipress-achievements-list .gamipress-achievements-container .gamipress-achievement-unlock-with-points-button{width:100%;margin:0 0 15px} - -.gamipress-achievement-unlock-with-points-response{font-size:14px;line-height:24px;margin-bottom:15px;color:var(--bb-alternate-text-color)} - -button.gamipress-achievement-unlock-with-points-button{font-size:14px} - -.buddypress .buddypress-wrap button.gamipress-achievement-unlock-with-points-button{font-size:14px}@media screen and (min-width:992px){ - -body:not(.has-sidebar) .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-1{width:80%;margin-left:auto;margin-right:auto}} - -.gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns]{margin-left:auto;margin-right:auto} - -.gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns]>.gamipress-achievement{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);margin-left:10px;margin-right:10px;-ms-flex-item-align:normal;align-self:normal}@media screen and (max-width:800px){ - -.gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns]>.gamipress-achievement{margin-left:0;margin-right:0;padding:20px}} - -.gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns]>.gamipress-achievement.gamipress-layout-top{-ms-flex-flow:nowrap;flex-flow:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns]>.gamipress-achievement.gamipress-layout-none{margin-bottom:20px} - -.elementor-widget .gamipress-inline-achievement .gamipress-inline-achievement-link,.widget .gamipress-inline-achievement .gamipress-inline-achievement-link{display:block} - -.entry-content>.gamipress-achievement{padding:20px;background-color:#fff;border:1px solid var(--bb-content-border-color);font-size:14px;line-height:24px;border-radius:4px;max-width:80%;margin-left:auto;margin-right:auto}@media screen and (max-width:800px){ - -.entry-content>.gamipress-achievement{max-width:100%}} - -.gamipress-rank-congratulations{padding:20px;background-color:#fff;border:1px solid var(--bb-content-border-color);font-size:14px;line-height:24px} - -.gamipress-rank-congratulations p:last-child{margin-bottom:0} - -body.buddypress .gamipress-rank-description .gamipress-rank-title{margin-bottom:15px} - -.gamipress-rank-description .gamipress-rank-title a{color:var(--bb-headings-color)} - -.gamipress-rank-description .gamipress-rank-title a:hover{color:var(--bb-primary-color)} - -.gamipress-rank-description ul.gamipress-required-requirements{list-style:none;margin-left:0} - -.gamipress-rank-description ul.gamipress-required-requirements li{font-size:14px;color:var(--bb-alternate-text-color)} - -.gamipress-achievements-list .gamipress-rank-description ul.gamipress-required-requirements li.user-has-not-earned{text-decoration:none} - -.gamipress-rank-description ul.gamipress-required-requirements li::before{content:"\ef32";font-family:bb-icons;display:inline-block;font-weight:400;font-style:normal;speak:none;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;line-height:20px;font-size:14px;vertical-align:top;text-align:center;text-decoration:none;margin-right:10px;position:relative;top:3px;background-color:#eef0f3;border-radius:100%} - -.gamipress-rank-description ul.gamipress-required-requirements li.user-has-earned::before{content:"\ef32";font-family:bb-icons;font-weight:300} - -.gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-1>.gamipress-rank{width:100%}@media screen and (min-width:800px){ - -.gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-2>.gamipress-rank{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)} - -.gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-3>.gamipress-rank{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)} - -.gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-4>.gamipress-rank{width:-webkit-calc(25% - 20px);width:calc(25% - 20px)} - -.gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-5>.gamipress-rank{width:-webkit-calc(20% - 20px);width:calc(20% - 20px)} - -.gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-6>.gamipress-rank{width:-webkit-calc(16.666% - 20px);width:calc(16.666% - 20px)}} - -.gamipress-ranks-list .gamipress-ranks-container h2.gamipress-rank-title{font-size:18px;font-weight:500;line-height:1.4em;margin-bottom:0} - -.gamipress-ranks-list .gamipress-ranks-container .gamipress-rank-excerpt{font-size:14px;line-height:20px} - -.gamipress-ranks-list .gamipress-ranks-container .gamipress-rank-description{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} - -.gamipress-ranks-list .gamipress-ranks-container .gamipress-rank-description>h4{margin-top:auto;margin-bottom:5px;font-size:16px} - -.gamipress-ranks-list .gamipress-rank-type{margin-bottom:30px} - -.gamipress-ranks-list .gamipress-rank-type:last-of-type{margin-bottom:0} - -.gamipress-ranks-list .gamipress-ranks-container[class*=gamipress-columns]{margin-left:-10px;margin-right:-10px} - -.gamipress-ranks-list .gamipress-ranks-container[class*=gamipress-columns] .gamipress-rank{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);margin-left:10px;margin-right:10px;-ms-flex-item-align:normal;align-self:normal;padding:30px 20px;margin-bottom:1rem} - -.gamipress-ranks-list .gamipress-ranks-container[class*=gamipress-columns] .gamipress-rank .gamipress-rank-image{padding-top:0}@media screen and (max-width:800px){ - -.gamipress-ranks-list .gamipress-ranks-container[class*=gamipress-columns] .gamipress-rank{margin-left:0;margin-right:0;padding:20px}} - -.gamipress-ranks-list .gamipress-ranks-container[class*=gamipress-columns] .gamipress-rank.gamipress-layout-top{-ms-flex-flow:nowrap;flex-flow:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.gamipress-ranks-list .gamipress-ranks-container[class*=gamipress-columns] .gamipress-rank.gamipress-layout-none{margin-bottom:20px} - -.gamipress-user-ranks{margin-left:-10px;margin-right:-10px} - -.gamipress-user-ranks .gamipress-rank{padding:20px;background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);font-size:14px;line-height:24px;border-radius:var(--bb-block-radius);margin-left:10px;margin-right:10px;-ms-flex-item-align:normal;align-self:normal} - -.gamipress-user-ranks .gamipress-rank .gamipress-rank-unlock-with-points-button{font-size:14px}@media screen and (min-width:800px){ - -.gamipress-user-ranks.gamipress-columns-2>.gamipress-rank{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)} - -.gamipress-user-ranks.gamipress-columns-3>.gamipress-rank{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)} - -.gamipress-user-ranks.gamipress-columns-4>.gamipress-rank{width:-webkit-calc(25% - 20px);width:calc(25% - 20px)} - -.gamipress-user-ranks.gamipress-columns-5>.gamipress-rank{width:-webkit-calc(20% - 20px);width:calc(20% - 20px)} - -.gamipress-user-ranks.gamipress-columns-6>.gamipress-rank{width:-webkit-calc(16.666% - 20px);width:calc(16.666% - 20px)}} - -.gamipress-user-ranks>.gamipress-rank .gamipress-rank-requirements{border-bottom:0} - -.elementor-widget .gamipress-inline-rank .gamipress-inline-rank-link,.widget .gamipress-inline-rank .gamipress-inline-rank-link{display:block} - -.bb-gamipress article .entry-media.entry-img{display:none} - -button.gamipress-rank-unlock-with-points-button{font-size:14px} - -.gamipress-user-points .gamipress-user-points-amount{font-weight:500;color:var(--bb-headings-color)} - -.gamipress-user-points:not(.gamipress-layout-none){-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:-10px;margin-right:-10px} - -.gamipress-user-points:not(.gamipress-layout-none):not([class*=" gamipress-columns-"]){-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%} - -.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);margin:20px 10px;padding-bottom:20px;overflow:visible;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-image img{border-radius:4px} - -.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-description span{display:block;margin-top:0} - -.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-amount{font-size:24px;margin:12px 0} - -.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-label{color:var(--bb-alternate-text-color)}@media screen and (max-width:992px){ - -.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;max-width:33.33%;padding:1em}}@media screen and (max-width:800px){ - -.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points{-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}}@media screen and (max-width:544px){ - -.gamipress-user-points:not(.gamipress-layout-none){margin-left:0;margin-right:0} - -.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}} - -.gamipress-user-points.gamipress-align-right>div{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end} - -.gamipress-user-points.gamipress-align-right>div .gamipress-user-points-image{margin-left:10px} - -.gamipress-user-points.gamipress-layout-right.gamipress-align-right>div{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start} - -.gamipress-user-points.gamipress-align-left>div{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start} - -.gamipress-user-points.gamipress-align-center>div,.gamipress-user-points.gamipress-align-justify>div{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:justify} - -.elementor-widget .gamipress-inline-points-wrapper .gamipress-inline-points,.widget .gamipress-inline-points-wrapper .gamipress-inline-points{display:inline-block} - -.gamipress-points-types{margin-left:-10px;margin-right:-10px} - -.gamipress-points-types[class*=gamipress-columns]>.gamipress-points-type{border-bottom:1px solid var(--bb-content-border-color);padding:1em} - -.gamipress-points-types:not(.gamipress-layout-none) .gamipress-points-type{-ms-flex-item-align:normal;align-self:normal} - -.gamipress-points-types .gamipress-points-type{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);margin-left:10px;margin-right:10px;margin-bottom:20px}@media screen and (min-width:800px){ - -.gamipress-points-types.gamipress-columns-2>.gamipress-points-type{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)} - -.gamipress-points-types.gamipress-columns-3>.gamipress-points-type{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)} - -.gamipress-points-types.gamipress-columns-4>.gamipress-points-type{width:-webkit-calc(25% - 20px);width:calc(25% - 20px)} - -.gamipress-points-types.gamipress-columns-5>.gamipress-points-type{width:-webkit-calc(20% - 20px);width:calc(20% - 20px)} - -.gamipress-points-types.gamipress-columns-6>.gamipress-points-type{width:-webkit-calc(16.666% - 20px);width:calc(16.666% - 20px)}} - -.gamipress-points-types .gamipress-open-close-switch{text-align:left} - -.gamipress-points-types .gamipress-open-close-switch a.show-hide-close,.gamipress-points-types .gamipress-open-close-switch a.show-hide-open{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:5px 0;font-size:12px;text-transform:uppercase;color:var(--bb-alternate-text-color)} - -.gamipress-points-types .gamipress-open-close-switch a.show-hide-close::after,.gamipress-points-types .gamipress-open-close-switch a.show-hide-open::after{padding:0;margin-left:auto;background:0 0;background-image:none;background-color:#eef0f3;border-radius:100%;font-family:bb-icons;display:inline-block;font-weight:400;font-style:normal;speak:none;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:16px;line-height:20px;vertical-align:top;text-align:center;-webkit-transition:color .1s ease-in 0;transition:color .1s ease-in 0;color:var(--bb-alternate-text-color)} - -.gamipress-points-types .gamipress-open-close-switch a.show-hide-open::after{content:"\e826";line-height:21px} - -.gamipress-points-types .gamipress-open-close-switch a.show-hide-close::after{content:"\e87c";-webkit-transform:none;-ms-transform:none;transform:none} - -.gamipress-points-types .gamipress-extras-window{font-size:14px} - -.gamipress-points-types .gamipress-extras-window h4{font-size:14px;margin-bottom:5px} - -.gamipress-points-types .gamipress-extras-window ul{margin-bottom:5px} - -.gamipress-points-types .gamipress-extras-window .gamipress-points-awards,.gamipress-points-types .gamipress-extras-window .gamipress-points-deducts{list-style:none;margin-left:0} - -.gamipress-points-types .gamipress-extras-window .gamipress-points-awards li::before,.gamipress-points-types .gamipress-extras-window .gamipress-points-deducts li::before{content:"\ef32";font-family:bb-icons;display:inline-block;font-weight:400;font-style:normal;speak:none;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;line-height:20px;font-size:14px;vertical-align:top;text-align:center;text-decoration:none;margin-right:10px;position:relative;top:3px;background-color:#eef0f3;border-radius:100%} - -.gamipress-points-types .gamipress-extras-window .gamipress-points-awards li.user-has-earned::before,.gamipress-points-types .gamipress-extras-window .gamipress-points-deducts li.user-has-earned::before{content:"\ef32";font-family:bb-icons;font-weight:300} - -.widget-area .gamipress-columns-1.gamipress-user-points .gamipress-points{-webkit-box-flex:100%;-ms-flex:100%;flex:100%;max-width:100%;margin-top:0}@media screen and (max-width:545px){ - -.widget-area .gamipress-columns-1.gamipress-user-points .gamipress-points{margin-left:0;margin-right:0;padding:1em}} - -.widget-area .gamipress-columns-1.gamipress-user-points .gamipress-points:last-child{margin-bottom:0}@media screen and (min-width:545px){ - -.widget-area .gamipress-columns-1.gamipress-user-points{width:-webkit-calc(100% + 20px);width:calc(100% + 20px)}} - -.widget-area .gamipress-columns-1.gamipress-points-types .gamipress-points-type{-webkit-box-flex:100%;-ms-flex:100%;flex:100%;max-width:100%;margin-top:0}@media screen and (max-width:545px){ - -.widget-area .gamipress-columns-1.gamipress-points-types .gamipress-points-type{margin-left:0;margin-right:0;padding:1em}}@media screen and (min-width:545px){ - -.widget-area .gamipress-columns-1.gamipress-points-types{width:-webkit-calc(100% + 20px);width:calc(100% + 20px)}} - -.widget-area .gamipress-columns-1.gamipress-points-types .gamipress-achievement-image{padding-top:5px} - -.widget-area .gamipress-columns-2.gamipress-user-points .gamipress-points{-webkit-box-flex:1;-ms-flex:1 40%;flex:1 40%;max-width:-webkit-calc(100% - 20px);max-width:calc(100% - 20px);margin-top:0;padding:1em} - -.widget-area .gamipress-columns-2.gamipress-user-points .gamipress-points:last-child{margin-bottom:0}@media screen and (min-width:545px){ - -.widget-area .gamipress-columns-2.gamipress-user-points{width:-webkit-calc(100% + 20px);width:calc(100% + 20px)}} - -.widget-area .gamipress-columns-2.gamipress-user-points .gamipress-user-points-image{margin-bottom:10px} - -.widget-area .gamipress-achievement .gamipress-achievement-description .gamipress-achievement-excerpt:only-child p{margin-bottom:0} - -table.gamipress-earnings-table{border-collapse:separate;-webkit-transform-style:preserve-3d;transform-style:preserve-3d} - -table.gamipress-earnings-table td,table.gamipress-earnings-table th{background-color:#fff} - -table.gamipress-earnings-table td:first-child,table.gamipress-earnings-table th:first-child{padding-left:1em} - -table.gamipress-earnings-table thead th{text-transform:uppercase;font-size:14px;font-weight:500;color:var(--bb-alternate-text-color);white-space:nowrap;padding-top:1rem;padding-bottom:1rem} - -table.gamipress-earnings-table thead tr:first-child th:first-child{border-radius:4px 0 0;border-left:1px solid rgba(0,0,0,.05)} - -table.gamipress-earnings-table thead tr:first-child th:last-child{border-radius:0 4px 0 0;border-right:1px solid rgba(0,0,0,.05)} - -table.gamipress-earnings-table thead tr:first-child th{border-top:1px solid rgba(0,0,0,.05)} - -table.gamipress-earnings-table tbody tr{-webkit-transform:translateZ(-1em);transform:translateZ(-1em);position:relative;z-index:0} - -table.gamipress-earnings-table tbody tr td{border-bottom:0;font-size:14px;padding-top:1em;padding-bottom:1em} - -table.gamipress-earnings-table tbody tr:hover{-ms-transform:scale(1);transform:scale(1);-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 3px 24px 0 rgba(18,43,70,.08);position:relative;z-index:9} - -table.gamipress-earnings-table tbody tr:last-child td{border-bottom:1px solid rgba(0,0,0,.05)} - -table.gamipress-earnings-table tbody tr:last-child td:first-child{border-radius:0 0 0 4px} - -table.gamipress-earnings-table tbody tr:last-child td:last-child{border-radius:0 0 4px} - -table.gamipress-earnings-table tbody td:first-child{border-left:1px solid rgba(0,0,0,.05)} - -table.gamipress-earnings-table tbody td:last-child{border-right:1px solid rgba(0,0,0,.05)} - -table.gamipress-earnings-table tbody td.gamipress-earnings-col-thumbnail{width:60px} - -table.gamipress-earnings-table tbody td.gamipress-earnings-col-thumbnail img.gamipress-achievement-thumbnail,table.gamipress-earnings-table tbody td.gamipress-earnings-col-thumbnail img.gamipress-rank-thumbnail{object-fit:cover;width:52px;height:52px;border-radius:100%} - -table.gamipress-earnings-table tbody td.gamipress-earnings-col-date{font-size:13px;color:var(--bb-alternate-text-color)} - -table.gamipress-earnings-table tbody td.gamipress-earnings-col-points{font-size:13px;color:var(--bb-alternate-text-color)} - -.gamipress-earnings-pagination{font-size:13px;text-align:right} - -.gamipress-earnings-pagination a,.gamipress-earnings-pagination span{padding:0 5px} - -.widget table.gamipress-earnings-table{border:0} - -.users-header .gamipress-buddypress-points{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:10px 0 0} - -.users-header .gamipress-buddypress-points img.gamipress-points-thumbnail{border-radius:100%;margin-right:5px} - -.users-header .gamipress-buddypress-points .gamipress-buddypress-user-points{margin-right:5px} - -.users-header .gamipress-buddypress-points-type{margin:0 10px 10px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.users-header .gamipress-buddypress-achievements{margin-bottom:10px} - -.users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px} - -.users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-type-label{margin-right:10px;font-weight:500;color:var(--bb-headings-color)} - -.users-header .gamipress-buddypress-achievements img.gamipress-achievement-thumbnail{border-radius:100%;margin-right:5px;margin-bottom:5px} - -.users-header .gamipress-buddypress-achievement-title{margin-right:10px} - -.users-header .gamipress-buddypress-ranks{margin-bottom:10px} - -.users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px} - -.users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank a.activity{font-size:14px} - -.users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank-label{margin-right:10px;font-weight:500} - -#buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank-label{color:var(--bb-headings-color)} - -.users-header .gamipress-buddypress-ranks img.gamipress-rank-thumbnail{border-radius:100%} - -.users-header .gamipress-buddypress-rank-title{margin-right:10px} - -.users-header .item-meta .gamipress-buddypress-achievements,.users-header .item-meta .gamipress-buddypress-points,.users-header .item-meta .gamipress-buddypress-ranks,.users-header .item-meta .gamipress-buddypress-user-details-top{display:none} \ No newline at end of file +#gamipress-achievements-container{border-top:0}.gamipress-user-points-image{margin-right:15px}.entry-content-wrap .gamipress-achievement-earned,.entry-content-wrap .gamipress-rank-earned{margin-top:30px}.gamipress-achievement-attached,.gamipress-rank-requirements{margin-bottom:20px;border-bottom:1px dotted var(--bb-content-border-color)}.gamipress-achievement-attached .gamipress-open-close-switch>a,.gamipress-rank-requirements .gamipress-open-close-switch>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:left;padding:5px 0;font-size:12px;text-transform:uppercase;color:var(--bb-alternate-text-color)}.gamipress-achievement-attached .gamipress-open-close-switch>a:after,.gamipress-rank-requirements .gamipress-open-close-switch>a:after{padding:0;margin-left:auto;background:0 0;background-image:none;background-color:var(--bb-content-alternate-background-color);border-radius:100%;font-family:bb-icons;display:inline-block;font-weight:400;font-style:normal;speak:none;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:16px;line-height:20px;vertical-align:top;text-align:center;-webkit-transition:color .1s ease-in 0;transition:color .1s ease-in 0;color:var(--bb-alternate-text-color)}.gamipress-achievement-attached .gamipress-open-close-switch>a.show-hide-open:after,.gamipress-rank-requirements .gamipress-open-close-switch>a.show-hide-open:after{content:"\e826";line-height:21px}.gamipress-achievement-attached .gamipress-open-close-switch>a.show-hide-close:after,.gamipress-rank-requirements .gamipress-open-close-switch>a.show-hide-close:after{content:"\e87c";-webkit-transform:none;-ms-transform:none;transform:none}.gamipress-achievement-attached .gamipress-extras-window,.gamipress-rank-requirements .gamipress-extras-window{margin-top:10px}.gamipress-achievement-attached .gamipress-extras-window h4,.gamipress-rank-requirements .gamipress-extras-window h4{font-size:14px}body.buddypress .gamipress-achievement-attached .gamipress-extras-window h4,body.buddypress .gamipress-rank-requirements .gamipress-extras-window h4{margin-bottom:10px}.achievement-wrap.user-has-earned .gamipress-achievement-image,.gamipress-achievement.user-has-earned .gamipress-achievement-image,.gamipress-rank.user-has-earned .gamipress-rank-image,.rank-wrap.user-has-earned .gamipress-rank-image,.user-has-earned .achievement-wrap .gamipress-achievement-image,.user-has-earned .rank-wrap .gamipress-rank-image{text-align:center;padding-top:5px}ul.gamipress-achievement-earners-list li,ul.gamipress-rank-earners-list li{margin:0 10px 10px 0;text-align:center;width:105px;border-radius:var(--bb-block-radius-inner);background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);padding:15px}ul.gamipress-achievement-earners-list li:hover,ul.gamipress-rank-earners-list li:hover{box-shadow:0 3px 24px 0 rgba(18,43,70,.08)}ul.gamipress-achievement-earners-list li img.avatar,ul.gamipress-rank-earners-list li img.avatar{border:none;margin:0 auto;display:block;width:50px;height:50px;max-width:50px}ul.gamipress-achievement-earners-list li .earner-display-name,ul.gamipress-rank-earners-list li .earner-display-name{display:block;font-size:13px;line-height:1.4;word-break:break-word;margin-top:6px}.widget ul.gamipress-achievement-earners-list li,.widget ul.gamipress-rank-earners-list li{margin:0 0 0 -8px;width:auto;border-radius:0;background-color:transparent;border:0;padding:0;max-width:70px}.widget ul.gamipress-achievement-earners-list li img.avatar,.widget ul.gamipress-rank-earners-list li img.avatar{border:1px solid #fff;width:40px;height:40px;max-width:40px}.widget ul.gamipress-achievement-earners-list li .earner-display-name,.widget ul.gamipress-rank-earners-list li .earner-display-name{min-height:40px}.gamipress-logs-list{margin-bottom:20px}.gamipress-logs-list .gamipress-log{font-size:14px;padding:3px 0}.gamipress-logs-pagination{font-size:13px}.gamipress-logs-pagination a,.gamipress-logs-pagination span{padding:0 5px}.gamipress-coupons-form,.gamipress-points-exchanges-form,.gamipress-points-exchanges-form p,.gamipress-purchases-form,.gamipress-purchases-form fieldset p:last-child,.gamipress-purchases-form-acceptance-checkbox,.gamipress-purchases-form-fixed-amount,.gamipress-purchases-form-submit,.gamipress-referrals-form .gamipress-referrals-form-submit,.gamipress-transfers-form,.gamipress-transfers-form fieldset p,.gamipress-transfers-form-submit,p.gamipress-coupons-redeem-coupon-form-submit{margin:0}.gamipress-referrals-referral-url-generator{font-family:inherit;background-color:var(--bb-content-background-color);border:1px solid rgba(0,0,0,.1);padding:2rem;margin-bottom:2rem;margin-top:2rem}.gamipress-referrals-referral-url-generator input[type=text]{width:400px;max-width:100%}.gamipress-referrals-referral-url-generator .gamipress-referrals-form-description,.gamipress-referrals-referral-url-generator label{display:block}.gamipress-edd-partial-payments-form-toggle{margin-bottom:0}.gamipress-edd-partial-payments-form{margin-top:1.6875rem}.gamipress-progress-map-horizontal .gamipress-progress-map-item{width:300px;margin-right:1rem}.gamipress-progress-map-horizontal .gamipress-progress-map-item-content{padding-top:1em}.gamipress-achievement,.gamipress-rank,.single .single-achievement,.single-rank{padding:20px;background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);font-size:14px;line-height:24px;border-radius:var(--bb-block-radius)}.gamipress-transfers-achievement-transfer-form-achievement-input+.ui-autocomplete,.gamipress-transfers-rank-transfer-form-rank-input+.ui-autocomplete{background-color:var(--bb-content-background-color)}body .gamipress-restrict-content-limiter{background:0 0;background:-webkit-gradient(linear,left top,left bottom,from(transparent),to(var(--bb-body-background-color)));background:-webkit-linear-gradient(transparent,var(--bb-body-background-color));background:linear-gradient(transparent,var(--bb-body-background-color));background:linear-gradient(transparent,var(--bb-body-background-color));background:linear-gradient(transparent,var(--bb-body-background-color));background:linear-gradient(transparent,var(--bb-body-background-color))}.gamipress-rewards-calendar-rewards{text-align:center}.gamipress-leaderboard-table .column-avatar img{width:50px}.gamipress-coupons-redeem-coupon-form-code-input label,.gamipress-purchases-form label,.gamipress-purchases-form-description,.gamipress-referrals-form-description,.gamipress-wc-partial-payments-points{display:block}#bbpress-forums .bbp-after-author-hook{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:5px 0}#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievements,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks{display:-webkit-box;display:-ms-flexbox;display:flex;vertical-align:middle}#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement{margin-right:4px}#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement:last-child{margin-right:0}#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement .gamipress-bbpress-achievement-title,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-rank .gamipress-bbpress-rank-title{margin-left:4px}#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement .gamipress-bbpress-achievement-title:last-child,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-rank .gamipress-bbpress-rank-title:last-child{margin-right:4px}#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type .gamipress-bbpress-points-label:first-child,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type .gamipress-bbpress-user-points:first-child{margin-left:4px}#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type .gamipress-bbpress-points-label:last-child,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type .gamipress-bbpress-user-points:last-child{margin-right:4px}#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type .gamipress-bbpress-points-thumbnail+.gamipress-bbpress-points-label,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type .gamipress-bbpress-points-thumbnail+.gamipress-bbpress-user-points{margin-left:4px}#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-rank{margin-bottom:10px}#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points>div,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid var(--bb-content-border-color);padding:3px 4px;box-shadow:0 1px 2px rgba(18,43,70,.12);font-size:13px;color:var(--bb-body-text-color);background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius-inner);line-height:1.5;-webkit-transition:all ease .3s;transition:all ease .3s}#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement:hover,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points>div:hover,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank:hover{box-shadow:0 4px 14px rgba(18,43,70,.15)}#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement .gamipress-bbpress-achievement-thumbnail,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points>div .gamipress-bbpress-points-thumbnail,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank .gamipress-bbpress-rank-thumbnail{display:inline-block;vertical-align:middle;border-radius:100px;box-shadow:0 0 2px rgba(0,0,0,.13);margin-right:5px;width:20px}#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement .gamipress-bbpress-achievement-title:not(:last-child){margin-right:10px}#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement-thumbnail img,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank .gamipress-bbpress-rank-thumbnail img{border-radius:50%}#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement-type-label,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-rank-label{display:none}#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank{display:inline-block}#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievements,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points>div,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-user-points{margin-right:4px}@media screen and (max-width:1180px){#bbpress-forums .bbp-after-author-hook{display:inline-block;width:100%;margin:5px 0 15px}#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievements,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks{display:inline}#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points>div,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank{padding:2px 7px 2px 3px;font-size:11px}#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type,#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-rank{margin-bottom:5px}}.acomment-content .gamipress-buddypress-user-details-activity,.activity-content .gamipress-buddypress-user-details-activity,.bb-members-list__avatar .gamipress-buddypress-user-details-listing,.item-avatar .gamipress-buddypress-user-details-listing{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:10px 0 0}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks{display:-webkit-box;display:-ms-flexbox;display:flex;vertical-align:middle;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement{margin-right:4px}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement:last-child,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement:last-child,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement:last-child,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement:last-child{margin-right:0}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank{margin-bottom:10px}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank .gamipress-buddypress-rank-title,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank .gamipress-buddypress-rank-title,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank .gamipress-buddypress-rank-title,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank .gamipress-buddypress-rank-title{margin-left:4px}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:last-child,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank .gamipress-buddypress-rank-title:last-child,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:last-child,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank .gamipress-buddypress-rank-title:last-child,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:last-child,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank .gamipress-buddypress-rank-title:last-child,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:last-child,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank .gamipress-buddypress-rank-title:last-child{margin-right:4px}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-label:first-child,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-user-points:first-child,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-label:first-child,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-user-points:first-child,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-label:first-child,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-user-points:first-child,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-label:first-child,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-user-points:first-child{margin-left:4px}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-label:last-child,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-user-points:last-child,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-label:last-child,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-user-points:last-child,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-label:last-child,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-user-points:last-child,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-label:last-child,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-user-points:last-child{margin-right:4px}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail+.gamipress-buddypress-points-label,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail+.gamipress-buddypress-user-points,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail+.gamipress-buddypress-points-label,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail+.gamipress-buddypress-user-points,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail+.gamipress-buddypress-points-label,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail+.gamipress-buddypress-user-points,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail+.gamipress-buddypress-points-label,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail+.gamipress-buddypress-user-points{margin-left:4px}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid var(--bb-content-border-color);padding:3px 4px;box-shadow:0 1px 2px rgba(18,43,70,.12);font-size:13px;color:var(--bb-body-text-color);background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius-inner);line-height:1.5;-webkit-transition:all ease .3s;transition:all ease .3s}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement:hover,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div:hover,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank:hover,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement:hover,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div:hover,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank:hover,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement:hover,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div:hover,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank:hover,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement:hover,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div:hover,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank:hover{box-shadow:0 4px 14px rgba(18,43,70,.15)}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div .gamipress-buddypress-points-thumbnail,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div .gamipress-buddypress-points-thumbnail,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div .gamipress-buddypress-points-thumbnail,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div .gamipress-buddypress-points-thumbnail,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail{display:inline-block;vertical-align:middle;border-radius:100px;box-shadow:0 0 2px rgba(0,0,0,.13);width:20px}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements+.gamipress-buddypress-user-achievements,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements+.gamipress-buddypress-user-achievements,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements+.gamipress-buddypress-user-achievements,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements+.gamipress-buddypress-user-achievements{margin-left:8px}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail{margin-right:0}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-title,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-title,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-title,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-title{margin-left:5px}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:not(:last-child),.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:not(:last-child),.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:not(:last-child),.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:not(:last-child){margin-right:10px}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement-thumbnail img,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail img,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement-thumbnail img,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail img,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement-thumbnail img,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail img,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement-thumbnail img,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail img{border-radius:50%}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement-type-label,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank-label,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement-type-label,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank-label,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement-type-label,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank-label,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement-type-label,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank-label{display:none!important}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank{display:inline-block}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-user-points,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-user-points,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-user-points,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-user-points{margin-right:4px}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements .gamipress-buddypress-achievement:last-child,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements .gamipress-buddypress-achievement:last-child,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements .gamipress-buddypress-achievement:last-child,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements .gamipress-buddypress-achievement:last-child{margin-right:8px}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements+.gamipress-buddypress-user-achievements,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements+.gamipress-buddypress-user-achievements,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements+.gamipress-buddypress-user-achievements,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements+.gamipress-buddypress-user-achievements{margin-left:0}@media screen and (max-width:1180px){.acomment-content .gamipress-buddypress-user-details-activity,.activity-content .gamipress-buddypress-user-details-activity,.bb-members-list__avatar .gamipress-buddypress-user-details-listing,.item-avatar .gamipress-buddypress-user-details-listing{display:inline-block;width:100%;margin:5px 0 15px}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks{display:inline}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank{padding:2px 7px 2px 3px;font-size:11px}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type,.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank{margin-bottom:5px}}.activity-content .gamipress-points-award.user-has-earned,.activity-content .gamipress-points-deduct.user-has-earned{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin-bottom:1rem;padding:20px;background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);font-size:14px;line-height:24px;border-radius:var(--bb-block-radius)}.activity-content .gamipress-points-award.user-has-earned .gamipress-points-type-image,.activity-content .gamipress-points-deduct.user-has-earned .gamipress-points-type-image{margin-right:15px}.gamipress-buddypress-points .gamipress-buddypress-points-type{border-radius:20px}.activity-content .gamipress-achievement.user-has-earned{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.activity-content .gamipress-achievement.user-has-earned .gamipress-achievement-image{margin-right:15px}.item-avatar .gamipress-buddypress-user-details-listing{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:25px 0 0}.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks,.bb-media-model-inner .acomment-content .gamipress-buddypress-achievements,.bb-media-model-inner .acomment-content .gamipress-buddypress-points,.bb-media-model-inner .acomment-content .gamipress-buddypress-ranks,.bb-media-model-inner .activity-inner .gamipress-buddypress-achievements,.bb-media-model-inner .activity-inner .gamipress-buddypress-points,.bb-media-model-inner .activity-inner .gamipress-buddypress-ranks{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}#members-list:not(.grid) .item-avatar .gamipress-buddypress-user-details-listing{display:none}.widget #gamipress-achievements-search-form #gamipress-achievements-search-input{width:100%;margin-bottom:10px}#buddypress .users-header .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title,#buddypress .users-header .gamipress-buddypress-rank .gamipress-buddypress-rank-title{margin-left:4px}#buddypress .users-header .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:last-child,#buddypress .users-header .gamipress-buddypress-rank .gamipress-buddypress-rank-title:last-child{margin-right:4px}#buddypress .users-header .gamipress-buddypress-points-type .gamipress-buddypress-points-label:first-child,#buddypress .users-header .gamipress-buddypress-points-type .gamipress-buddypress-user-points:first-child{margin-left:4px}#buddypress .users-header .gamipress-buddypress-points-type .gamipress-buddypress-points-label:last-child,#buddypress .users-header .gamipress-buddypress-points-type .gamipress-buddypress-user-points:last-child{margin-right:4px}#buddypress .users-header .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail+.gamipress-buddypress-points-label,#buddypress .users-header .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail+.gamipress-buddypress-user-points{margin-left:4px}#buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement,#buddypress .users-header .gamipress-buddypress-points .gamipress-buddypress-points-type,#buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank{vertical-align:middle;border:1px solid var(--bb-content-border-color);padding:3px 4px;box-shadow:0 1px 2px rgba(18,43,70,.12);font-size:13px;color:var(--bb-body-text-color);margin-right:5px;background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius-inner);-webkit-transition:all ease .3s;transition:all ease .3s}#buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement:hover,#buddypress .users-header .gamipress-buddypress-points .gamipress-buddypress-points-type:hover,#buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank:hover{box-shadow:0 4px 14px rgba(18,43,70,.15)}#buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement,#buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank{display:inline-block}#buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-title,#buddypress .users-header .gamipress-buddypress-points span.activity,#buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank-title{color:var(--bb-body-text-color);font-size:13px;vertical-align:middle}#buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-title:hover,#buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank-title:hover{color:var(--bb-primary-color)}#buddypress .users-header .gamipress-buddypress-achievements,#buddypress .users-header .gamipress-buddypress-ranks{margin-bottom:0}#buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-title,#buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank-title{margin-right:0}#buddypress .users-header .gamipress-buddypress-achievement-thumbnail,#buddypress .users-header .gamipress-buddypress-points-thumbnail,#buddypress .users-header .gamipress-rank-thumbnail{display:inline-block;vertical-align:middle;border-radius:100px;box-shadow:0 0 2px rgba(0,0,0,.13);width:20px}#buddypress .users-header .gamipress-buddypress-achievement-thumbnail>img,#buddypress .users-header .gamipress-buddypress-points-thumbnail>img,#buddypress .users-header .gamipress-rank-thumbnail>img{margin-right:0;margin-bottom:0;vertical-align:middle}#buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-title:not(:last-child){margin-right:10px}#buddypress .users-header .gamipress-buddypress-achievement-type-label,#buddypress .users-header .gamipress-buddypress-rank-label{display:none}@media screen and (max-width:540px){#buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-title,#buddypress .users-header .gamipress-buddypress-points span.activity,#buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank-title{font-size:11px}}.widget .gamipress-achievement,.widget .gamipress-rank{padding:0;border:0;border-radius:0}.widget .gamipress-achievement-title,.widget .gamipress-achievements-list .gamipress-achievements-container h2.gamipress-achievement-title,.widget .gamipress-points-type-title,.widget .gamipress-rank-title{margin-bottom:10px;font-size:16px;font-weight:600;letter-spacing:0;line-height:1.4}.widget .gamipress-achievement-excerpt p,.widget .gamipress-rank-excerpt p{margin-bottom:1rem}.widget .gamipress-achievement,.widget .gamipress-achievement:not(.gamipress-layout-none),.widget .gamipress-rank,.widget .gamipress-rank:not(.gamipress-layout-none){margin-bottom:0}.widget .gamipress-points-types .gamipress-points-type{border:0;padding:0 0 20px;border-radius:0}.widget .gamipress-points-types .gamipress-points-type:last-of-type{border-bottom:0;margin-bottom:0;padding-bottom:0}.widget .gamipress-points-types .gamipress-points-type .gamipress-points-type-awards h4{margin-bottom:5px;font-size:14px;font-weight:500;line-height:1.4}.widget .gamipress-points-types[class*=gamipress-columns]>.gamipress-points-type{border-bottom-width:0}.widget .gamipress-points-types.gamipress-columns-1 .gamipress-points-type{border-bottom-width:1px}.widget .gamipress-shortcode-error>div{display:block;float:none;text-align:left}.widget #gamipress-achievements-search #gamipress-achievements-search-submit,.widget button.gamipress-achievement-unlock-with-points-button,.widget button.gamipress-rank-unlock-with-points-button{width:100%}.widget[class*=gamipress] button[type=button],.widget[class*=gamipress] input[type=submit]{font-size:13px;font-weight:500;min-height:32px;line-height:1.5;white-space:nowrap;letter-spacing:-.4px;padding:0 15px}.widget[class*=gamipress] [class*=unlock-with-points-confirmation] p{margin-bottom:1rem}.widget[class*=gamipress] [class*=unlock-with-points]{width:100%}.widget[class*=gamipress] .gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns]>.gamipress-achievement,.widget[class*=gamipress] .gamipress-points-types,.widget[class*=gamipress] .gamipress-points-types .gamipress-points-type,.widget[class*=gamipress] .gamipress-ranks-list .gamipress-ranks-container[class*=gamipress-columns],.widget[class*=gamipress] .gamipress-ranks-list .gamipress-ranks-container[class*=gamipress-columns] .gamipress-rank,.widget[class*=gamipress] .gamipress-user-ranks,.widget[class*=gamipress] .gamipress-user-ranks .gamipress-rank{margin-left:0;margin-right:0}.widget .gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns]>.gamipress-achievement{border:0;padding:0}.widget .gamipress-email-settings-table{border:0}.widget-area .elementor-widget .gamipress-user-points:not(.gamipress-layout-none),.widget-area .widget .gamipress-user-points:not(.gamipress-layout-none){margin:0}.widget-area .elementor-widget .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points,.widget-area .widget .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points{margin:0 0 10px}.widget-area .elementor-widget .gamipress-columns-1>.gamipress-points,.widget-area .widget .gamipress-columns-1>.gamipress-points{width:100%}.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-1>.gamipress-achievement,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-1>.gamipress-achievement{width:100%;margin-bottom:20px}.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-1>.gamipress-achievement:last-of-type,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-1>.gamipress-achievement:last-of-type{margin-bottom:0}.widget-area .elementor-widget .gamipress-points-types.gamipress-columns-1>.gamipress-points-type,.widget-area .elementor-widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-1>.gamipress-rank,.widget-area .elementor-widget .gamipress-user-ranks.gamipress-columns-1>.gamipress-rank,.widget-area .widget .gamipress-points-types.gamipress-columns-1>.gamipress-points-type,.widget-area .widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-1>.gamipress-rank,.widget-area .widget .gamipress-user-ranks.gamipress-columns-1>.gamipress-rank{width:100%}.widget-area .elementor-widget .gamipress-columns-2>.gamipress-points,.widget-area .widget .gamipress-columns-2>.gamipress-points{width:100%}.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-2>.gamipress-achievement,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-2>.gamipress-achievement{width:100%;margin-bottom:20px}.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-2>.gamipress-achievement:last-of-type,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-2>.gamipress-achievement:last-of-type{margin-bottom:0}.widget-area .elementor-widget .gamipress-points-types.gamipress-columns-2>.gamipress-points-type,.widget-area .elementor-widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-2>.gamipress-rank,.widget-area .elementor-widget .gamipress-user-ranks.gamipress-columns-2>.gamipress-rank,.widget-area .widget .gamipress-points-types.gamipress-columns-2>.gamipress-points-type,.widget-area .widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-2>.gamipress-rank,.widget-area .widget .gamipress-user-ranks.gamipress-columns-2>.gamipress-rank{width:100%}.widget-area .elementor-widget .gamipress-columns-3>.gamipress-points,.widget-area .widget .gamipress-columns-3>.gamipress-points{width:100%}.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-3>.gamipress-achievement,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-3>.gamipress-achievement{width:100%;margin-bottom:20px}.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-3>.gamipress-achievement:last-of-type,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-3>.gamipress-achievement:last-of-type{margin-bottom:0}.widget-area .elementor-widget .gamipress-points-types.gamipress-columns-3>.gamipress-points-type,.widget-area .elementor-widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-3>.gamipress-rank,.widget-area .elementor-widget .gamipress-user-ranks.gamipress-columns-3>.gamipress-rank,.widget-area .widget .gamipress-points-types.gamipress-columns-3>.gamipress-points-type,.widget-area .widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-3>.gamipress-rank,.widget-area .widget .gamipress-user-ranks.gamipress-columns-3>.gamipress-rank{width:100%}.widget-area .elementor-widget .gamipress-columns-4>.gamipress-points,.widget-area .widget .gamipress-columns-4>.gamipress-points{width:100%}.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-4>.gamipress-achievement,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-4>.gamipress-achievement{width:100%;margin-bottom:20px}.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-4>.gamipress-achievement:last-of-type,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-4>.gamipress-achievement:last-of-type{margin-bottom:0}.widget-area .elementor-widget .gamipress-points-types.gamipress-columns-4>.gamipress-points-type,.widget-area .elementor-widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-4>.gamipress-rank,.widget-area .elementor-widget .gamipress-user-ranks.gamipress-columns-4>.gamipress-rank,.widget-area .widget .gamipress-points-types.gamipress-columns-4>.gamipress-points-type,.widget-area .widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-4>.gamipress-rank,.widget-area .widget .gamipress-user-ranks.gamipress-columns-4>.gamipress-rank{width:100%}.widget-area .elementor-widget .gamipress-columns-5>.gamipress-points,.widget-area .widget .gamipress-columns-5>.gamipress-points{width:100%}.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-5>.gamipress-achievement,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-5>.gamipress-achievement{width:100%;margin-bottom:20px}.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-5>.gamipress-achievement:last-of-type,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-5>.gamipress-achievement:last-of-type{margin-bottom:0}.widget-area .elementor-widget .gamipress-points-types.gamipress-columns-5>.gamipress-points-type,.widget-area .elementor-widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-5>.gamipress-rank,.widget-area .elementor-widget .gamipress-user-ranks.gamipress-columns-5>.gamipress-rank,.widget-area .widget .gamipress-points-types.gamipress-columns-5>.gamipress-points-type,.widget-area .widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-5>.gamipress-rank,.widget-area .widget .gamipress-user-ranks.gamipress-columns-5>.gamipress-rank{width:100%}.widget-area .elementor-widget .gamipress-columns-6>.gamipress-points,.widget-area .widget .gamipress-columns-6>.gamipress-points{width:100%}.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-6>.gamipress-achievement,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-6>.gamipress-achievement{width:100%;margin-bottom:20px}.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-6>.gamipress-achievement:last-of-type,.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-6>.gamipress-achievement:last-of-type{margin-bottom:0}.widget-area .elementor-widget .gamipress-points-types.gamipress-columns-6>.gamipress-points-type,.widget-area .elementor-widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-6>.gamipress-rank,.widget-area .elementor-widget .gamipress-user-ranks.gamipress-columns-6>.gamipress-rank,.widget-area .widget .gamipress-points-types.gamipress-columns-6>.gamipress-points-type,.widget-area .widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-6>.gamipress-rank,.widget-area .widget .gamipress-user-ranks.gamipress-columns-6>.gamipress-rank{width:100%}.widget-area .elementor-widget .gamipress-email-settings-table,.widget-area .widget .gamipress-email-settings-table{margin-bottom:15px}.widget-area .elementor-widget .gamipress-email-settings-table td,.widget-area .elementor-widget .gamipress-email-settings-table th,.widget-area .widget .gamipress-email-settings-table td,.widget-area .widget .gamipress-email-settings-table th{padding:.5rem}.widget-area .elementor-widget .gamipress-email-settings-table th,.widget-area .widget .gamipress-email-settings-table th{font-size:14px}.widget-area .elementor-widget .gamipress-email-settings-table td,.widget-area .widget .gamipress-email-settings-table td{font-size:14px;line-height:1.3}.gamipress_achievements_widget #gamipress-achievements-filter label{font-size:14px;margin-bottom:5px}.gamipress_achievements_widget #gamipress-achievements-filter select{margin-left:0;font-size:14px}.gamipress_achievements_widget #gamipress-achievements-search{margin-right:0}.gamipress_achievements_widget #gamipress-achievements-search label{font-size:14px;margin-bottom:5px}.gamipress_achievements_widget #gamipress-achievements-search #gamipress-achievements-search-input{width:100%;font-size:14px;margin-bottom:5px}.gamipress_achievements_widget #gamipress-achievements-search #gamipress-achievements-search-submit{padding-left:20px;padding-right:20px;height:32px}.gamipress_achievements_widget ul.gamipress-achievement-earners-list li{margin-left:0}.gamipress_achievements_widget .gamipress-achievement-description .gamipress-achievement-title+.gamipress-achievement-excerpt{margin-top:0}.gamipress_achievements_widget .gamipress-achievement-description .gamipress-achievement-points{margin-bottom:5px}.gamipress_achievements_widget .gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns]>.gamipress-achievement{width:100%}.gamipress_ranks_widget .gamipress-ranks-list .gamipress-ranks-container[class*=gamipress-columns] .gamipress-rank{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:0;padding:0;border-radius:0}.gamipress_ranks_widget ul.gamipress-rank-earners-list li{margin-left:0}.gamipress_ranks_widget .gamipress-rank-type-title{margin-bottom:10px;font-size:16px;font-weight:600;letter-spacing:0;line-height:1.4}.gamipress_ranks_widget .gamipress-ranks-list .gamipress-ranks-container h2.gamipress-rank-title{margin-bottom:5px;font-size:14px;font-weight:500;line-height:1.4}.gamipress_ranks_widget .gamipress-rank-image{margin-top:0}.gamipress_earnings_widget .gamipress-earnings-col-thumbnail img{max-width:50px}.gamipress_earnings_widget table.gamipress-earnings-table tbody tr,.gamipress_earnings_widget table.gamipress-earnings-table thead tr{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gamipress_earnings_widget table.gamipress-earnings-table thead{display:none}.gamipress_earnings_widget table.gamipress-earnings-table tbody td.gamipress-earnings-col-thumbnail{max-width:50px;width:50px;padding-top:15px}.gamipress_earnings_widget table.gamipress-earnings-table tbody tr:first-child td.gamipress-earnings-col-thumbnail{padding-top:0}.gamipress_earnings_widget table.gamipress-earnings-table td,.gamipress_earnings_widget table.gamipress-earnings-table td:first-child,.gamipress_earnings_widget table.gamipress-earnings-table th,.gamipress_earnings_widget table.gamipress-earnings-table th:first-child{padding:3px 5px;font-size:13px;line-height:1.4}.gamipress_earnings_widget table.gamipress-earnings-table th,.gamipress_earnings_widget table.gamipress-earnings-table th:first-child{font-size:12px}.gamipress_earnings_widget table.gamipress-earnings-table thead tr:first-child th{border-top:0}.gamipress_earnings_widget table.gamipress-earnings-table tbody td:first-child,.gamipress_earnings_widget table.gamipress-earnings-table thead th:first-child,.gamipress_earnings_widget table.gamipress-earnings-table thead tr:first-child th:first-child{border-left:0}.gamipress_earnings_widget table.gamipress-earnings-table tbody td:last-child,.gamipress_earnings_widget table.gamipress-earnings-table tbody th:last-child,.gamipress_earnings_widget table.gamipress-earnings-table thead tr:first-child th:last-child{border-right:0}.gamipress_earnings_widget table.gamipress-earnings-table tbody tr:last-child td{border-bottom:0}.gamipress_earnings_widget table.gamipress-earnings-table tbody tr:hover{box-shadow:none}.gamipress_points_widget .gamipress-user-points:not(.gamipress-layout-none){-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0}.gamipress_points_widget .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points{margin:5px 0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;border-width:0;border-radius:0;border-bottom-width:1px}.gamipress_points_widget .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points:last-of-type{border-bottom-width:0}.gamipress_points_widget .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-image img{max-width:60px}.gamipress_points_widget .gamipress-user-points:not(.gamipress-layout-none).gamipress-layout-right .gamipress-user-points-image{margin-left:auto;margin-right:0}.gamipress_points_widget .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-description span{margin-bottom:5px}.gamipress_user_rank_widget .gamipress-user-ranks .gamipress-rank{border-width:0;padding:0}.gamipress_user_rank_widget .gamipress-rank-description>h4{margin-bottom:5px;font-size:14px;font-weight:500;line-height:1.4}.gamipress_user_rank_widget ul.gamipress-rank-earners-list li{margin-left:0}.gamipress_user_rank_widget .gamipress-user-ranks .gamipress-rank{margin-bottom:15px}.gamipress_user_rank_widget .gamipress-user-ranks .gamipress-rank:last-of-type{margin-bottom:0}body.hide-overflow{overflow:hidden}.buddypress.widget .GamiPress-data-popup,.elementor-widget-bbp-members .GamiPress-data-popup{display:none}.buddypress.widget .GamiPress-data-popup.is_active,.elementor-widget-bbp-members .GamiPress-data-popup.is_active{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:0;left:0;bottom:0;right:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:fixed;background-color:rgba(250,251,253,.9);z-index:999901}.buddypress.widget .GamiPress-data-popup.is_active .gamipress-buddypress-user-details-listing,.elementor-widget-bbp-members .GamiPress-data-popup.is_active .gamipress-buddypress-user-details-listing{display:block!important;background-color:var(--bb-content-background-color);padding:20px 20px 10px;border:1px solid #d2d4d6;box-shadow:0 6px 24px 0 rgba(18,43,70,.1);position:relative;border-radius:4px;max-width:90%}.buddypress.widget .GamiPress-data-popup.is_active .gamipress-buddypress-user-details-listing .hideGamipressData,.elementor-widget-bbp-members .GamiPress-data-popup.is_active .gamipress-buddypress-user-details-listing .hideGamipressData{font-size:24px;position:absolute;right:5px;top:5px;opacity:.8;cursor:pointer}.buddypress.widget .gamipress-buddypress-user-details-listing,.elementor-widget-bbp-members .gamipress-buddypress-user-details-listing{display:none}.buddypress.widget span.activity.gamipress-buddypress-points-label,.buddypress.widget span.activity.gamipress-buddypress-user-points,.elementor-widget-bbp-members span.activity.gamipress-buddypress-points-label,.elementor-widget-bbp-members span.activity.gamipress-buddypress-user-points{display:inline-block}.buddypress.widget .showGamipressData,.elementor-widget-bbp-members .showGamipressData{position:absolute;bottom:0;right:0;background-color:var(--bb-content-background-color);border-radius:100%;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;height:17px;width:17px;cursor:pointer}.buddypress.widget .showGamipressData img,.elementor-widget-bbp-members .showGamipressData img{height:14px!important;width:14px!important}.buddypress.widget .showGamipressData [class*=" bb-icon-"],.elementor-widget-bbp-members .showGamipressData [class*=" bb-icon-"]{font-size:12px;color:#000}.bp-search-ajax-item .item-avatar .gamipress-buddypress-user-details-listing,.bp-search-results-list .item-avatar .gamipress-buddypress-user-details-listing{display:none}.gamipress-achievement-congratulations{padding:20px;background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);font-size:14px;line-height:24px}.gamipress-achievement-congratulations p:last-child{margin-bottom:0}.gamipress-achievement-image img.gamipress-achievement-thumbnail{border-radius:4px}body.buddypress .gamipress-achievement-description .gamipress-achievement-title{margin-bottom:15px}.gamipress-achievement-description .gamipress-achievement-title a{color:var(--bb-headings-color)}.gamipress-achievement-description .gamipress-achievement-title a:hover{color:var(--bb-primary-color)}.gamipress-achievement-description .gamipress-achievement-title+.gamipress-achievement-excerpt{margin-top:15px}.gamipress-achievement-description .gamipress-achievement-points{font-weight:400;font-size:14px;line-height:24px;margin-bottom:15px;color:var(--bb-alternate-text-color)}.gamipress-achievement-description .gamipress-achievement-points>img{vertical-align:middle}.gamipress-achievement-description ol.gamipress-required-achievements li{font-size:14px;color:var(--bb-alternate-text-color)}.gamipress-achievements-list .gamipress-achievement-description ol.gamipress-required-achievements li.user-has-not-earned{text-decoration:none}.gamipress-achievement-description ul.gamipress-required-achievements{list-style:none;margin-left:0}.gamipress-achievement-description ul.gamipress-required-achievements li{font-size:14px;color:var(--bb-alternate-text-color)}.gamipress-achievements-list .gamipress-achievement-description ul.gamipress-required-achievements li.user-has-not-earned{text-decoration:none}.gamipress-achievement-description ul.gamipress-required-achievements li:before{content:"\ef32";font-family:bb-icons;display:inline-block;font-weight:400;font-style:normal;speak:none;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;line-height:20px;font-size:14px;vertical-align:top;text-align:center;text-decoration:none;margin-right:10px;position:relative;top:3px;background-color:var(--bb-content-alternate-background-color);border-radius:100%}.gamipress-achievement-description ul.gamipress-required-achievements li.user-has-earned:before{content:"\ef32";font-family:bb-icons;font-weight:300}.single-achievement.gamipress-layout-none .gamipress-achievement-image{margin-bottom:20px}.single-achievement .gamipress-achievement-description h4{margin-top:0}.single-achievement .gamipress-achievement-description .gamipress-required-achievements li{display:inline-block;vertical-align:middle;width:100%;margin-bottom:5px}.single-achievement .gamipress-achievement-description .gamipress-required-achievements li:before{vertical-align:middle;top:initial}.single-achievement .gamipress-achievement-points .gamipress-points-thumbnail,.widget .gamipress-achievement-points .gamipress-points-thumbnail{height:25px;width:auto;margin-right:5px}.single-achievement .gamipress-achievement-description .gamipress-required-achievements li .gamipress-mark-as-completed-button,.widget .gamipress-achievement-description .gamipress-required-achievements li .gamipress-mark-as-completed-button{display:inline-block;vertical-align:middle;font-size:90%;padding:8px 10px}.widget .gamipress-achievements-list .gamipress-achievements-container .gamipress-achievement-unlock-with-points-button{font-size:83%;padding:10px 8px}.gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-1>.gamipress-achievement{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}@media screen and (min-width:800px){.gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-2>.gamipress-achievement{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}.gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-3>.gamipress-achievement{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}.gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-4>.gamipress-achievement{width:-webkit-calc(25% - 20px);width:calc(25% - 20px)}.gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-5>.gamipress-achievement{width:-webkit-calc(20% - 20px);width:calc(20% - 20px)}.gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-6>.gamipress-achievement{width:-webkit-calc(16.666% - 20px);width:calc(16.666% - 20px)}}.gamipress-achievements-list .gamipress-achievements-container h2.gamipress-achievement-title{font-size:18px;font-weight:500;line-height:1.4em;margin-bottom:5px}.gamipress-achievements-list .gamipress-achievements-container .gamipress-achievement-excerpt{font-size:14px;line-height:24px}.gamipress-achievements-list .gamipress-achievements-container .gamipress-achievement-times-earned{font-size:14px;line-height:24px}.gamipress-achievements-list .gamipress-achievements-container .gamipress-achievement-description{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}.gamipress-achievements-list .gamipress-achievements-container .gamipress-achievement-description>h4{margin-top:auto;margin-bottom:5px;font-size:14px}.gamipress-achievements-list .gamipress-achievements-container .gamipress-achievement-unlock-with-points-button{width:100%;margin:0 0 15px}.gamipress-achievement-unlock-with-points-response{font-size:14px;line-height:24px;margin-bottom:15px;color:var(--bb-alternate-text-color)}button.gamipress-achievement-unlock-with-points-button{font-size:14px}.buddypress .buddypress-wrap button.gamipress-achievement-unlock-with-points-button{font-size:14px}@media screen and (min-width:992px){body:not(.has-sidebar) .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-1{width:80%;margin-left:auto;margin-right:auto}}.gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns]{margin-left:auto;margin-right:auto}.gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns]>.gamipress-achievement{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);margin-left:10px;margin-right:10px;-ms-flex-item-align:normal;align-self:normal}@media screen and (max-width:800px){.gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns]>.gamipress-achievement{margin-left:0;margin-right:0;padding:20px}}.gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns]>.gamipress-achievement.gamipress-layout-top{-ms-flex-flow:nowrap;flex-flow:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns]>.gamipress-achievement.gamipress-layout-none{margin-bottom:20px}.elementor-widget .gamipress-inline-achievement .gamipress-inline-achievement-link,.widget .gamipress-inline-achievement .gamipress-inline-achievement-link{display:block}.entry-content>.gamipress-achievement{padding:20px;background-color:#fff;border:1px solid var(--bb-content-border-color);font-size:14px;line-height:24px;border-radius:4px;max-width:80%;margin-left:auto;margin-right:auto}@media screen and (max-width:800px){.entry-content>.gamipress-achievement{max-width:100%}}.gamipress-rank-congratulations{padding:20px;background-color:#fff;border:1px solid var(--bb-content-border-color);font-size:14px;line-height:24px}.gamipress-rank-congratulations p:last-child{margin-bottom:0}body.buddypress .gamipress-rank-description .gamipress-rank-title{margin-bottom:15px}.gamipress-rank-description .gamipress-rank-title a{color:var(--bb-headings-color)}.gamipress-rank-description .gamipress-rank-title a:hover{color:var(--bb-primary-color)}.gamipress-rank-description ul.gamipress-required-requirements{list-style:none;margin-left:0}.gamipress-rank-description ul.gamipress-required-requirements li{font-size:14px;color:var(--bb-alternate-text-color)}.gamipress-achievements-list .gamipress-rank-description ul.gamipress-required-requirements li.user-has-not-earned{text-decoration:none}.gamipress-rank-description ul.gamipress-required-requirements li:before{content:"\ef32";font-family:bb-icons;display:inline-block;font-weight:400;font-style:normal;speak:none;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;line-height:20px;font-size:14px;vertical-align:top;text-align:center;text-decoration:none;margin-right:10px;position:relative;top:3px;background-color:#eef0f3;border-radius:100%}.gamipress-rank-description ul.gamipress-required-requirements li.user-has-earned:before{content:"\ef32";font-family:bb-icons;font-weight:300}.gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-1>.gamipress-rank{width:100%}@media screen and (min-width:800px){.gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-2>.gamipress-rank{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}.gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-3>.gamipress-rank{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}.gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-4>.gamipress-rank{width:-webkit-calc(25% - 20px);width:calc(25% - 20px)}.gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-5>.gamipress-rank{width:-webkit-calc(20% - 20px);width:calc(20% - 20px)}.gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-6>.gamipress-rank{width:-webkit-calc(16.666% - 20px);width:calc(16.666% - 20px)}}.gamipress-ranks-list .gamipress-ranks-container h2.gamipress-rank-title{font-size:18px;font-weight:500;line-height:1.4em;margin-bottom:0}.gamipress-ranks-list .gamipress-ranks-container .gamipress-rank-excerpt{font-size:14px;line-height:20px}.gamipress-ranks-list .gamipress-ranks-container .gamipress-rank-description{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}.gamipress-ranks-list .gamipress-ranks-container .gamipress-rank-description>h4{margin-top:auto;margin-bottom:5px;font-size:16px}.gamipress-ranks-list .gamipress-rank-type{margin-bottom:30px}.gamipress-ranks-list .gamipress-rank-type:last-of-type{margin-bottom:0}.gamipress-ranks-list .gamipress-ranks-container[class*=gamipress-columns]{margin-left:-10px;margin-right:-10px}.gamipress-ranks-list .gamipress-ranks-container[class*=gamipress-columns] .gamipress-rank{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);margin-left:10px;margin-right:10px;-ms-flex-item-align:normal;align-self:normal;padding:30px 20px;margin-bottom:1rem}.gamipress-ranks-list .gamipress-ranks-container[class*=gamipress-columns] .gamipress-rank .gamipress-rank-image{padding-top:0}@media screen and (max-width:800px){.gamipress-ranks-list .gamipress-ranks-container[class*=gamipress-columns] .gamipress-rank{margin-left:0;margin-right:0;padding:20px}}.gamipress-ranks-list .gamipress-ranks-container[class*=gamipress-columns] .gamipress-rank.gamipress-layout-top{-ms-flex-flow:nowrap;flex-flow:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gamipress-ranks-list .gamipress-ranks-container[class*=gamipress-columns] .gamipress-rank.gamipress-layout-none{margin-bottom:20px}.gamipress-user-ranks{margin-left:-10px;margin-right:-10px}.gamipress-user-ranks .gamipress-rank{padding:20px;background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);font-size:14px;line-height:24px;border-radius:var(--bb-block-radius);margin-left:10px;margin-right:10px;-ms-flex-item-align:normal;align-self:normal}.gamipress-user-ranks .gamipress-rank .gamipress-rank-unlock-with-points-button{font-size:14px}@media screen and (min-width:800px){.gamipress-user-ranks.gamipress-columns-2>.gamipress-rank{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}.gamipress-user-ranks.gamipress-columns-3>.gamipress-rank{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}.gamipress-user-ranks.gamipress-columns-4>.gamipress-rank{width:-webkit-calc(25% - 20px);width:calc(25% - 20px)}.gamipress-user-ranks.gamipress-columns-5>.gamipress-rank{width:-webkit-calc(20% - 20px);width:calc(20% - 20px)}.gamipress-user-ranks.gamipress-columns-6>.gamipress-rank{width:-webkit-calc(16.666% - 20px);width:calc(16.666% - 20px)}}.gamipress-user-ranks>.gamipress-rank .gamipress-rank-requirements{border-bottom:0}.elementor-widget .gamipress-inline-rank .gamipress-inline-rank-link,.widget .gamipress-inline-rank .gamipress-inline-rank-link{display:block}.bb-gamipress article .entry-media.entry-img{display:none}button.gamipress-rank-unlock-with-points-button{font-size:14px}.gamipress-user-points .gamipress-user-points-amount{font-weight:500;color:var(--bb-headings-color)}.gamipress-user-points:not(.gamipress-layout-none){-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:-10px;margin-right:-10px}.gamipress-user-points:not(.gamipress-layout-none):not([class*=" gamipress-columns-"]){-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);margin:20px 10px;padding-bottom:20px;overflow:visible;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-image img{border-radius:4px}.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-description span{display:block;margin-top:0}.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-amount{font-size:24px;margin:12px 0}.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-label{color:var(--bb-alternate-text-color)}@media screen and (max-width:992px){.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;max-width:33.33%;padding:1em}}@media screen and (max-width:800px){.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points{-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}}@media screen and (max-width:544px){.gamipress-user-points:not(.gamipress-layout-none){margin-left:0;margin-right:0}.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.gamipress-user-points.gamipress-align-right>div{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.gamipress-user-points.gamipress-align-right>div .gamipress-user-points-image{margin-left:10px}.gamipress-user-points.gamipress-layout-right.gamipress-align-right>div{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.gamipress-user-points.gamipress-align-left>div{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.gamipress-user-points.gamipress-align-center>div,.gamipress-user-points.gamipress-align-justify>div{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:justify}.elementor-widget .gamipress-inline-points-wrapper .gamipress-inline-points,.widget .gamipress-inline-points-wrapper .gamipress-inline-points{display:inline-block}.gamipress-points-types{margin-left:-10px;margin-right:-10px}.gamipress-points-types[class*=gamipress-columns]>.gamipress-points-type{border-bottom:1px solid var(--bb-content-border-color);padding:1em}.gamipress-points-types:not(.gamipress-layout-none) .gamipress-points-type{-ms-flex-item-align:normal;align-self:normal}.gamipress-points-types .gamipress-points-type{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);margin-left:10px;margin-right:10px;margin-bottom:20px}@media screen and (min-width:800px){.gamipress-points-types.gamipress-columns-2>.gamipress-points-type{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}.gamipress-points-types.gamipress-columns-3>.gamipress-points-type{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}.gamipress-points-types.gamipress-columns-4>.gamipress-points-type{width:-webkit-calc(25% - 20px);width:calc(25% - 20px)}.gamipress-points-types.gamipress-columns-5>.gamipress-points-type{width:-webkit-calc(20% - 20px);width:calc(20% - 20px)}.gamipress-points-types.gamipress-columns-6>.gamipress-points-type{width:-webkit-calc(16.666% - 20px);width:calc(16.666% - 20px)}}.gamipress-points-types .gamipress-open-close-switch{text-align:left}.gamipress-points-types .gamipress-open-close-switch a.show-hide-close,.gamipress-points-types .gamipress-open-close-switch a.show-hide-open{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:5px 0;font-size:12px;text-transform:uppercase;color:var(--bb-alternate-text-color)}.gamipress-points-types .gamipress-open-close-switch a.show-hide-close:after,.gamipress-points-types .gamipress-open-close-switch a.show-hide-open:after{padding:0;margin-left:auto;background:0 0;background-image:none;background-color:#eef0f3;border-radius:100%;font-family:bb-icons;display:inline-block;font-weight:400;font-style:normal;speak:none;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:16px;line-height:20px;vertical-align:top;text-align:center;-webkit-transition:color .1s ease-in 0;transition:color .1s ease-in 0;color:var(--bb-alternate-text-color)}.gamipress-points-types .gamipress-open-close-switch a.show-hide-open:after{content:"\e826";line-height:21px}.gamipress-points-types .gamipress-open-close-switch a.show-hide-close:after{content:"\e87c";-webkit-transform:none;-ms-transform:none;transform:none}.gamipress-points-types .gamipress-extras-window{font-size:14px}.gamipress-points-types .gamipress-extras-window h4{font-size:14px;margin-bottom:5px}.gamipress-points-types .gamipress-extras-window ul{margin-bottom:5px}.gamipress-points-types .gamipress-extras-window .gamipress-points-awards,.gamipress-points-types .gamipress-extras-window .gamipress-points-deducts{list-style:none;margin-left:0}.gamipress-points-types .gamipress-extras-window .gamipress-points-awards li:before,.gamipress-points-types .gamipress-extras-window .gamipress-points-deducts li:before{content:"\ef32";font-family:bb-icons;display:inline-block;font-weight:400;font-style:normal;speak:none;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;line-height:20px;font-size:14px;vertical-align:top;text-align:center;text-decoration:none;margin-right:10px;position:relative;top:3px;background-color:#eef0f3;border-radius:100%}.gamipress-points-types .gamipress-extras-window .gamipress-points-awards li.user-has-earned:before,.gamipress-points-types .gamipress-extras-window .gamipress-points-deducts li.user-has-earned:before{content:"\ef32";font-family:bb-icons;font-weight:300}.widget-area .gamipress-columns-1.gamipress-user-points .gamipress-points{-webkit-box-flex:100%;-ms-flex:100%;flex:100%;max-width:100%;margin-top:0}@media screen and (max-width:545px){.widget-area .gamipress-columns-1.gamipress-user-points .gamipress-points{margin-left:0;margin-right:0;padding:1em}}.widget-area .gamipress-columns-1.gamipress-user-points .gamipress-points:last-child{margin-bottom:0}@media screen and (min-width:545px){.widget-area .gamipress-columns-1.gamipress-user-points{width:-webkit-calc(100% + 20px);width:calc(100% + 20px)}}.widget-area .gamipress-columns-1.gamipress-points-types .gamipress-points-type{-webkit-box-flex:100%;-ms-flex:100%;flex:100%;max-width:100%;margin-top:0}@media screen and (max-width:545px){.widget-area .gamipress-columns-1.gamipress-points-types .gamipress-points-type{margin-left:0;margin-right:0;padding:1em}}@media screen and (min-width:545px){.widget-area .gamipress-columns-1.gamipress-points-types{width:-webkit-calc(100% + 20px);width:calc(100% + 20px)}}.widget-area .gamipress-columns-1.gamipress-points-types .gamipress-achievement-image{padding-top:5px}.widget-area .gamipress-columns-2.gamipress-user-points .gamipress-points{-webkit-box-flex:1;-ms-flex:1 40%;flex:1 40%;max-width:-webkit-calc(100% - 20px);max-width:calc(100% - 20px);margin-top:0;padding:1em}.widget-area .gamipress-columns-2.gamipress-user-points .gamipress-points:last-child{margin-bottom:0}@media screen and (min-width:545px){.widget-area .gamipress-columns-2.gamipress-user-points{width:-webkit-calc(100% + 20px);width:calc(100% + 20px)}}.widget-area .gamipress-columns-2.gamipress-user-points .gamipress-user-points-image{margin-bottom:10px}.widget-area .gamipress-achievement .gamipress-achievement-description .gamipress-achievement-excerpt:only-child p{margin-bottom:0}table.gamipress-earnings-table{border-collapse:separate;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}table.gamipress-earnings-table td,table.gamipress-earnings-table th{background-color:#fff}table.gamipress-earnings-table td:first-child,table.gamipress-earnings-table th:first-child{padding-left:1em}table.gamipress-earnings-table thead th{text-transform:uppercase;font-size:14px;font-weight:500;color:var(--bb-alternate-text-color);white-space:nowrap;padding-top:1rem;padding-bottom:1rem}table.gamipress-earnings-table thead tr:first-child th:first-child{border-radius:4px 0 0;border-left:1px solid rgba(0,0,0,.05)}table.gamipress-earnings-table thead tr:first-child th:last-child{border-radius:0 4px 0 0;border-right:1px solid rgba(0,0,0,.05)}table.gamipress-earnings-table thead tr:first-child th{border-top:1px solid rgba(0,0,0,.05)}table.gamipress-earnings-table tbody tr{-webkit-transform:translateZ(-1em);transform:translateZ(-1em);position:relative;z-index:0}table.gamipress-earnings-table tbody tr td{border-bottom:0;font-size:14px;padding-top:1em;padding-bottom:1em}table.gamipress-earnings-table tbody tr:hover{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 3px 24px 0 rgba(18,43,70,.08);position:relative;z-index:9}table.gamipress-earnings-table tbody tr:last-child td{border-bottom:1px solid rgba(0,0,0,.05)}table.gamipress-earnings-table tbody tr:last-child td:first-child{border-radius:0 0 0 4px}table.gamipress-earnings-table tbody tr:last-child td:last-child{border-radius:0 0 4px}table.gamipress-earnings-table tbody td:first-child{border-left:1px solid rgba(0,0,0,.05)}table.gamipress-earnings-table tbody td:last-child{border-right:1px solid rgba(0,0,0,.05)}table.gamipress-earnings-table tbody td.gamipress-earnings-col-thumbnail{width:60px}table.gamipress-earnings-table tbody td.gamipress-earnings-col-thumbnail img.gamipress-achievement-thumbnail,table.gamipress-earnings-table tbody td.gamipress-earnings-col-thumbnail img.gamipress-rank-thumbnail{object-fit:cover;width:52px;height:52px;border-radius:100%}table.gamipress-earnings-table tbody td.gamipress-earnings-col-date{font-size:13px;color:var(--bb-alternate-text-color)}table.gamipress-earnings-table tbody td.gamipress-earnings-col-points{font-size:13px;color:var(--bb-alternate-text-color)}.gamipress-earnings-pagination{font-size:13px;text-align:right}.gamipress-earnings-pagination a,.gamipress-earnings-pagination span{padding:0 5px}.widget table.gamipress-earnings-table{border:0}.users-header .gamipress-buddypress-points{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:10px 0 0}.users-header .gamipress-buddypress-points img.gamipress-points-thumbnail{border-radius:100%;margin-right:5px}.users-header .gamipress-buddypress-points .gamipress-buddypress-user-points{margin-right:5px}.users-header .gamipress-buddypress-points-type{margin:0 10px 10px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.users-header .gamipress-buddypress-achievements{margin-bottom:10px}.users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-type-label{margin-right:10px;font-weight:500;color:var(--bb-headings-color)}.users-header .gamipress-buddypress-achievements img.gamipress-achievement-thumbnail{border-radius:100%;margin-right:5px;margin-bottom:5px}.users-header .gamipress-buddypress-achievement-title{margin-right:10px}.users-header .gamipress-buddypress-ranks{margin-bottom:10px}.users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank a.activity{font-size:14px}.users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank-label{margin-right:10px;font-weight:500}#buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank-label{color:var(--bb-headings-color)}.users-header .gamipress-buddypress-ranks img.gamipress-rank-thumbnail{border-radius:100%}.users-header .gamipress-buddypress-rank-title{margin-right:10px}.users-header .item-meta .gamipress-buddypress-achievements,.users-header .item-meta .gamipress-buddypress-points,.users-header .item-meta .gamipress-buddypress-ranks,.users-header .item-meta .gamipress-buddypress-user-details-top{display:none} \ No newline at end of file diff --git a/web/app/themes/buddyboss-theme/assets/css/jobmanager.css b/web/app/themes/buddyboss-theme/assets/css/jobmanager.css index ca95ca83..2516c107 100644 --- a/web/app/themes/buddyboss-theme/assets/css/jobmanager.css +++ b/web/app/themes/buddyboss-theme/assets/css/jobmanager.css @@ -970,33 +970,37 @@ ul.job_listings li.no_job_listings_found { font-family: inherit; } -.ui-datepicker .ui-datepicker-header { +.ui-datepicker.ui-widget { + font-family: inherit; +} +.ui-datepicker.ui-widget .ui-datepicker-header { background: #fff; border: 0; font-weight: normal; font-size: 1em; margin: 0 -0.2em; + padding-bottom: 0.6em; border-bottom: 1px solid var(--bb-content-border-color); border-radius: 0; } -.ui-datepicker .ui-datepicker-header .ui-datepicker-title { +.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-title { font-size: 0.9em; color: var(--bb-primary-color); } -.ui-datepicker .ui-datepicker-header a.ui-datepicker-next, -.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev { +.ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-next, +.ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-prev { border: 1px solid #fff; background: #fff; top: 0; cursor: pointer; } -.ui-datepicker .ui-datepicker-header a.ui-datepicker-next:hover, -.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev:hover { +.ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-next:hover, +.ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-prev:hover { border: 1px solid #fff; background: #fff; } -.ui-datepicker .ui-datepicker-header a.ui-datepicker-next span, -.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev span { +.ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-next span, +.ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-prev span { background-image: none; position: static; margin: 0; @@ -1007,56 +1011,60 @@ ul.job_listings li.no_job_listings_found { text-align: center; line-height: 1.8; } -.ui-datepicker .ui-datepicker-header a.ui-datepicker-next span:before, -.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev span:before { +.ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-next span:before, +.ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-prev span:before { content: "\e827"; font-family: bb-icons; font-weight: normal; speak: none; display: inline-block; color: #939597; - font-size: 22px; + font-size: 20px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } -.ui-datepicker .ui-datepicker-header a.ui-datepicker-next { +.ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-next { right: 0; } -.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev { +.ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-prev { left: 0; } -.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev span:before { +.ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-prev span:before { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } -.ui-datepicker table { +.ui-datepicker.ui-widget table { font-size: 15px; + border: 0; } -.ui-datepicker table th { +.ui-datepicker.ui-widget table th { font-weight: normal; color: #e0e1e1; } -.ui-datepicker table td { - padding: 0.4em; +.ui-datepicker.ui-widget table td { + padding: 0; } -.ui-datepicker table td a { +.ui-datepicker.ui-widget table td a { text-align: center; - width: 100%; - height: 0; - padding-top: 20%; - padding-bottom: 80%; + line-height: 34px; + width: 36px; + padding: 0; } -.ui-datepicker table .ui-state-default { +.ui-datepicker.ui-widget table .ui-state-default { background: #fff; border: 1px solid #fff; } -.ui-datepicker table .ui-state-default.ui-state-highlight { +.ui-datepicker.ui-widget table .ui-state-default.ui-state-active { background: var(--bb-primary-color); color: #fff; border-radius: 100%; } +.single-job_listing .ui-widget.ui-widget-content { + z-index: 999991 !important; +} + .job-manager-error { background: var(--bb-danger-color); color: #fff; diff --git a/web/app/themes/buddyboss-theme/assets/css/jobmanager.css.map b/web/app/themes/buddyboss-theme/assets/css/jobmanager.css.map index 8b4c625d..e7e2d884 100644 --- a/web/app/themes/buddyboss-theme/assets/css/jobmanager.css.map +++ b/web/app/themes/buddyboss-theme/assets/css/jobmanager.css.map @@ -1,6 +1,6 @@ { "version": 3, -"mappings": "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", +"mappings": "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", "sources": ["scss/functions/components/_utils.scss","scss/plugins/jobmanager/components/_jobs.scss","scss/functions/components/_variables.scss","scss/functions/components/_functions.scss","scss/plugins/jobmanager/components/_submit-job.scss","scss/plugins/jobmanager/components/_single-job.scss","scss/plugins/jobmanager/components/_resume.scss","scss/plugins/jobmanager/components/_dashboard.scss","scss/plugins/jobmanager/components/_shortcodes.scss"], "names": [], "file": "jobmanager.css" diff --git a/web/app/themes/buddyboss-theme/assets/css/jobmanager.min.css b/web/app/themes/buddyboss-theme/assets/css/jobmanager.min.css index 50a36c6a..cbbf69b6 100644 --- a/web/app/themes/buddyboss-theme/assets/css/jobmanager.min.css +++ b/web/app/themes/buddyboss-theme/assets/css/jobmanager.min.css @@ -1 +1 @@ -div.job_listings a.load_more_jobs{width:100%;margin:0;padding:1em;border-bottom:0;text-transform:uppercase;font-size:12px;line-height:20px;color:var(--bb-primary-color)}div.job_listings a.load_more_jobs:hover{color:var(--bb-primary-color);border:0;background-color:transparent}div.job_listings a.load_more_jobs strong{font-weight:400;color:var(--bb-primary-color)}ul.job_listings .listing-bookmarked .position h3:before{display:none}ul.job_listings .listing-bookmarked div.position{position:relative}ul.job_listings .listing-bookmarked div.position:after{position:absolute;content:"\eef7";display:inline-block;width:16px;height:16px;-webkit-font-smoothing:antialiased;font-family:bb-icons!important;text-decoration:none;font-weight:500;font-style:normal;font-size:16px;line-height:16px;margin:0;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);color:var(--bb-primary-color)}@media (max-width:544px){ul.job_listings .listing-bookmarked div.position{position:initial}ul.job_listings .listing-bookmarked div.position:after{top:10px;right:10px;-webkit-transform:none;-ms-transform:none;transform:none}}@media (max-width:544px){.job_manager ul.job_listings li.job_listing a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.job_manager ul.job_listings li.job_listing a img.company_logo{visibility:visible}ul.job_listings{border-top:0}ul.job_listings.loading{box-shadow:0 0 0 1px var(--bb-content-border-color);background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius)}ul.job_listings li.job_listing{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);margin:0 0 -1px}ul.job_listings li.job_listing:first-child{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}ul.job_listings li.job_listing:last-child{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)}.widget ul.job_listings li.job_listing{border-width:0 0 1px;margin:0}.widget ul.job_listings li.job_listing:last-child{border:0}ul.job_listings li.job_listing a{position:relative;-webkit-transition:all linear .2s;transition:all linear .2s;padding:.6em 1em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}ul.job_listings li.job_listing a:hover{background-color:var(--bb-content-alternate-background-color);box-shadow:0 3px 24px 0 rgba(18,43,70,.08);border-left-color:#fff;border-right-color:#fff;border-radius:var(--bb-block-radius);position:relative;z-index:1}ul.job_listings li.job_listing a:hover div.position h3{color:var(--bb-primary-color)}.widget ul.job_listings li.job_listing a:hover{box-shadow:none;background-color:#fff}ul.job_listings li.job_listing a .image{margin-right:15px}ul.job_listings li.job_listing a img.company_logo{border-radius:100%;width:44px;height:auto;margin:0;padding:0;max-width:inherit;object-fit:cover;left:1em}@media (max-width:800px){ul.job_listings li.job_listing a img.company_logo{visibility:visible}}ul.job_listings li.job_listing a div.position{padding:0 0 0 60px}ul.job_listings li.job_listing a div.position h3 .job-manager-applications-applied-notice{font-size:12px;color:#48bf1e;line-height:18px;padding-top:2px;margin-right:.6em;position:relative;top:10px}ul.job_listings li.job_listing a div.position h3 .job-manager-applications-applied-notice:before{font-size:12px}ul.job_listings li.job_listing a div.position h3:before{font-size:14px;color:var(--bb-primary-color);line-height:18px;margin-left:1em;margin-right:.5em;padding-top:2px;position:relative;top:10px}@media (max-width:800px){ul.job_listings li.job_listing a div.location{text-align:left;width:25%}}@media (max-width:544px){ul.job_listings li.job_listing a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}ul.job_listings li.job_listing a img.company_logo{margin:0 auto 10px;position:static;width:64px;height:64px}ul.job_listings li.job_listing a div.position{width:100%;margin-bottom:10px;text-align:center;float:none;padding:0}ul.job_listings li.job_listing a div.position h3 .job-manager-applications-applied-notice{display:block;float:none;top:0}ul.job_listings li.job_listing a div.position h3:before{display:none;top:0}ul.job_listings li.job_listing a div.position div.company{width:100%}ul.job_listings li.job_listing a div.location{width:100%;text-align:center;margin-bottom:5px;padding:0;top:0}ul.job_listings li.job_listing a div.location:after{display:none}ul.job_listings li.job_listing a ul.meta{width:100%;text-align:center;padding:0}}ul.job_listings li.job_listing a div.position .company{font-size:14px;line-height:1.35;display:block;display:-webkit-box;max-height:1.35em;margin:0;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:85%;color:var(--bb-alternate-text-color)}ul.job_listings li.job_listing a div.position .company strong{font-weight:400}ul.job_listings li.job_listing a div.location{color:var(--bb-alternate-text-color);text-align:left}ul.job_listings li.job_listing div.location{font-size:14px;position:relative;top:10px}ul.job_listings li.job_listing div.location:before{content:"\eed1";font-family:bb-icons;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased}ul.job_listings li.job_listing div.location:after{content:"\00a0";display:block;font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased}ul.job_listings li.job_listing ul.meta li.job-type{display:inline-block;border-radius:100px;font-size:11px;padding:4px 10px;line-height:1;text-align:center}ul.job_listings li.job_listing ul.meta li.job-type.internship{background-color:#e6ddfb;color:#6033cc}ul.job_listings li.job_listing ul.meta li.job-type.freelance{background-color:#dcf2fd;color:#39c}ul.job_listings li.job_listing ul.meta li.job-type.full-time{background-color:#e4f6dd;color:#48bf1e}ul.job_listings li.job_listing ul.meta li.job-type.part-time{background-color:#fff6ef;color:#f08d3c}ul.job_listings li.job_listing ul.meta li.job-type.temporary{background-color:#ffe2e0;color:#d93674}ul.job_listings li.job_listing ul.meta li.date{font-size:12px;color:var(--bb-alternate-text-color);line-height:18px;padding-top:5px}ul.job_listings li.job_listing ul.meta li.application-deadline,ul.job_listings li.job_listing ul.meta li.application-deadline label{font-size:12px;color:#bdbdbd;line-height:18px;padding-top:5px}.elementor-widget ul.job_listings li.job_listing a{padding:1em}.elementor-widget ul.job_listings li.job_listing .image{float:left}.elementor-widget ul.job_listings li.job_listing .image img{left:0;position:relative}.elementor-widget ul.job_listings li.job_listing .content{overflow:hidden}.elementor-widget ul.job_listings li.job_listing ul.meta li{float:none}.elementor-widget ul.job_listings li.job_listing ul.meta li.job-type{padding:4px 10px}.elementor-widget ul.job_listings li.job_listing ul.meta li:after{padding:0 0 0 .5em}ul.job_listings li.no_job_listings_found{background-color:#fff;border:1px solid #e7eaec;margin:0 0 -1px;border-radius:4px}.job_filters{background-color:transparent;margin-bottom:0}.job_filters div.search_jobs>:not(div[style]){padding:0 10px}.job_filters .search_jobs{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;padding:0 10px 15px 0;margin:0 -10px}.job_filters .search_jobs div.search_submit{padding-top:0;margin:0 0 10px 10px}.job_filters .search_jobs div.search_keywords,.job_filters .search_jobs div.search_location{float:none;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:20%;margin-bottom:10px;padding:0 10px}.job_filters .search_jobs .search_categories{-webkit-box-flex:1;-ms-flex:1;flex:1}.job_filters .search_jobs .search_categories .chosen-container-multi .chosen-choices{border-radius:4px;padding:0 15px;border:1px solid var(--bb-content-border-color);background-color:var(--bb-content-background-color);background-image:none;height:41px!important;line-height:38px}.job_filters .search_jobs .search_categories select{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K)}.job_filters .search_jobs .search_keywords{position:relative}.job_filters .search_jobs .search_keywords:before{content:"\ef10";font-family:bb-icons;font-size:18px;color:#bdbdbd;text-rendering:auto;-webkit-font-smoothing:antialiased;position:absolute;top:7px;left:20px}.job_filters .search_jobs .search_keywords input{border-radius:4px;padding:0 15px 0 35px}.job_filters .search_jobs .search_location{position:relative}.job_filters .search_jobs .search_location:before{content:"\eed1";font-family:bb-icons;font-size:22px;color:#bdbdbd;text-rendering:auto;-webkit-font-smoothing:antialiased;position:absolute;top:7px;left:18px}.job_filters .search_jobs .search_location input{border-radius:4px;padding:0 15px 0 35px}.job_filters .search_jobs div.filter_wide{font-size:14px}.job_filters .search_jobs div.filter_wide .filter_by_tag_cloud a{display:inline-block;border-radius:100px;font-size:12px!important;padding:4px 6px 4px 10px;margin:0 2px;line-height:1;text-align:center;background-color:#eceef1;color:var(--bb-body-text-color);-webkit-transition:.2s linear all;transition:.2s linear all}.job_filters .search_jobs div.filter_wide .filter_by_tag_cloud a:hover{opacity:.8}.job_filters .search_jobs div.filter_wide .filter_by_tag_cloud a:after{content:"\e828";font-family:bb-icons;font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:relative;top:2px}.job_filters .search_jobs div.filter_wide .filter_by_tag_cloud a.active:after{content:"\e876";font-family:bb-icons;font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased}.job_filters .search_jobs .chosen-container-single .chosen-single{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:right 1rem center;font-family:inherit;font-size:15px;height:41px;outline:0;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:#313439}.job_filters .search_jobs .chosen-container-single .chosen-single span{line-height:40px}.job_filters .search_jobs .chosen-container-single .chosen-single div b{background-image:none}.job_filters .search_jobs .select2-container li.select2-search,.job_filters .search_jobs .select2-container li.select2-search input{margin:0;height:38px}.job_filters .search_jobs div.filter_wide,.job_filters .search_jobs div.search_categories{padding:0 10px;margin-bottom:10px}.job_filters .search_jobs .select2-container .select2-selection{border-color:var(--bb-content-border-color);background-color:var(--bb-content-background-color);padding:0 10px;line-height:.8}.job_filters .search_jobs .select2-container .select2-selection li{line-height:1.2;font-size:14px}.job_filters .search_jobs .select2-container .select2-selection .select2-selection__clear{margin-right:0;margin-top:14px}.job_filters .job_types{background-color:transparent;border-top:0;padding-bottom:1em}.job_filters .job_types li{border:0;padding:0 1.2em .5em 0;float:left}.job_filters .job_types li:first-child{padding-left:0}.job_filters .job_types li label{font-size:14px}.job_filters .showing_jobs{background:var(--bb-content-background-color);border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0;border:1px solid var(--bb-content-border-color);border-bottom:0;padding:1em;font-size:14px}.job_filters .showing_jobs a{color:var(--bb-headings-color);font-size:0}.job_filters .showing_jobs a:hover{color:var(--bb-primary-color)}.job_filters .showing_jobs a span:before{font-size:17px;text-rendering:auto;-webkit-font-smoothing:antialiased;line-height:1.6875rem;position:relative;top:1px;font-family:bb-icons;margin-right:7px}.job_filters .showing_jobs a.reset{padding-left:5px}.job_filters .showing_jobs a.reset span:before{font-family:bb-icons;content:"\e828";font-size:24px;top:3px;margin-right:2px;line-height:1.3875rem}.job_filters .showing_jobs a.rss_link span:before{font-family:bb-icons;content:"\ef0d";font-size:16px;font-weight:600}.job_filters .showing_jobs a.alert span:before{font-family:bb-icons!important;content:"\e8a5";font-size:16px}.page-header .jobs-search{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto}.page-header .jobs-search div{position:relative}.page-header .jobs-search div.search_keywords:before{content:"\ef10";font-family:bb-icons;font-size:18px;color:#bdbdbd;text-rendering:auto;-webkit-font-smoothing:antialiased;position:absolute;top:7px;left:12px}.page-header .jobs-search div.search_location{margin-left:10px;max-width:170px}.page-header .jobs-search div.search_location:before{content:"\eed1";font-family:bb-icons;font-size:22px;color:#bdbdbd;text-rendering:auto;-webkit-font-smoothing:antialiased;position:absolute;top:7px;left:10px}.page-header .jobs-search div.search_location input{padding:0 15px 0 35px;background-color:#e9ebed;width:100%}.page-header .jobs-search div input{border-radius:100px;padding:0 15px 0 35px}.page-header .jobs-search div label{display:none}.job-manager-message{background-color:#fff;border:1px solid var(--bb-content-border-color);border-top-color:var(--bb-content-border-color)!important;border-radius:4px;font-size:16px;box-shadow:none}.job-manager-message:before{font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons;content:"\e875"!important}#job-manager-alerts>p{font-size:16px;color:#939597;margin-bottom:10px}#job-manager-alerts table.job-manager-alerts{border-collapse:separate;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;margin-bottom:15px}#job-manager-alerts table.job-manager-alerts td,#job-manager-alerts table.job-manager-alerts th{background-color:#fff;padding-top:1rem;padding-bottom:1rem}#job-manager-alerts table.job-manager-alerts td:first-child,#job-manager-alerts table.job-manager-alerts th:first-child{padding-left:1em}#job-manager-alerts table.job-manager-alerts td.bb-ctrls,#job-manager-alerts table.job-manager-alerts th.bb-ctrls{max-width:40px}#job-manager-alerts table.job-manager-alerts td.bb-ctrls .bs-dropdown-wrap,#job-manager-alerts table.job-manager-alerts th.bb-ctrls .bs-dropdown-wrap{width:35px;-webkit-transform:translateZ(0);transform:translateZ(0)}#job-manager-alerts table.job-manager-alerts td.bb-ctrls .bs-dropdown-wrap ul.bs-dropdown,#job-manager-alerts table.job-manager-alerts th.bb-ctrls .bs-dropdown-wrap ul.bs-dropdown{z-index:9;background-color:#fff;-webkit-transform:translateZ(0);transform:translateZ(0)}#job-manager-alerts table.job-manager-alerts td.bb-ctrls .bs-dropdown-wrap ul.bs-dropdown li,#job-manager-alerts table.job-manager-alerts th.bb-ctrls .bs-dropdown-wrap ul.bs-dropdown li{background-color:#fff}#job-manager-alerts table.job-manager-alerts td.bb-ctrls .bs-dropdown-wrap ul.bs-dropdown li a,#job-manager-alerts table.job-manager-alerts th.bb-ctrls .bs-dropdown-wrap ul.bs-dropdown li a{background-color:#fff;position:relative;z-index:999}#job-manager-alerts table.job-manager-alerts td.bb-ctrls a.bs-dropdown-link,#job-manager-alerts table.job-manager-alerts th.bb-ctrls a.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;position:relative;z-index:0;pointer-events:none}#job-manager-alerts table.job-manager-alerts td.bb-ctrls a.bs-dropdown-link.active,#job-manager-alerts table.job-manager-alerts td.bb-ctrls a.bs-dropdown-link:hover,#job-manager-alerts table.job-manager-alerts th.bb-ctrls a.bs-dropdown-link.active,#job-manager-alerts table.job-manager-alerts th.bb-ctrls a.bs-dropdown-link:hover{background:0 0;opacity:1}#job-manager-alerts table.job-manager-alerts td.bb-ctrls i,#job-manager-alerts table.job-manager-alerts th.bb-ctrls i{font-size:20px}#job-manager-alerts table.job-manager-alerts thead th{text-transform:uppercase;font-size:14px;font-weight:500;color:var(--bb-alternate-text-color);white-space:nowrap}#job-manager-alerts table.job-manager-alerts thead tr:first-child th:first-child{border-radius:4px 0 0;border-left:1px solid rgba(0,0,0,.05)}#job-manager-alerts table.job-manager-alerts thead tr:first-child th:last-child{border-radius:0 4px 0 0;border-right:1px solid rgba(0,0,0,.05)}#job-manager-alerts table.job-manager-alerts thead tr:first-child th{border-top:1px solid rgba(0,0,0,.05)}#job-manager-alerts table.job-manager-alerts tbody tr{-webkit-transform:translateZ(-1em);transform:translateZ(-1em);position:relative;z-index:0}#job-manager-alerts table.job-manager-alerts tbody tr.alert-disabled td{opacity:1;background-color:var(--bb-body-background-color);color:#e0e1e1}#job-manager-alerts table.job-manager-alerts tbody tr td{border-bottom:0;font-size:14px;color:var(--bb-alternate-text-color)}#job-manager-alerts table.job-manager-alerts tbody tr td.alert_tag{min-width:65px}#job-manager-alerts table.job-manager-alerts tbody tr td small{font-size:12px;line-height:18px;margin-top:5px}#job-manager-alerts table.job-manager-alerts tbody tr td.alert_location>span:before{content:"\eed1";font-family:bb-icons;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:relative;top:1px;margin-right:4px}#job-manager-alerts table.job-manager-alerts tbody tr:hover{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 3px 24px 0 rgba(18,43,70,.08);position:relative;z-index:9}#job-manager-alerts table.job-manager-alerts tbody tr:last-child td{border-bottom:1px solid rgba(0,0,0,.05)}#job-manager-alerts table.job-manager-alerts tbody tr:last-child td:first-child{border-radius:0 0 0 4px}#job-manager-alerts table.job-manager-alerts tbody tr:last-child td:last-child{border-radius:0 0 4px}#job-manager-alerts table.job-manager-alerts tbody td:first-child{border-left:1px solid rgba(0,0,0,.05);font-size:16px}#job-manager-alerts table.job-manager-alerts tbody td:first-child ul{font-size:13px}#job-manager-alerts table.job-manager-alerts tbody td:first-child ul li .job-alerts-action-delete{color:var(--bb-danger-color)}#job-manager-alerts table.job-manager-alerts tbody td:last-child{border-right:1px solid rgba(0,0,0,.05)}#job-manager-alerts table.job-manager-alerts tfoot td{font-size:16px;padding:0;border:0;background-color:transparent}#job-manager-alerts table.job-manager-alerts tfoot td:first-child{padding-left:0}#job-manager-alerts table.job-manager-alerts tfoot td a{padding:5px 20px;margin-top:10px;font-size:14px;font-style:normal;color:#fff;background-color:var(--bb-primary-color);border-radius:100px;display:inline-block}#job-manager-alerts table.job-manager-alerts tfoot td a:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}#job-manager-alerts .wrap-job-manager-alerts,#job-manager-job-dashboard .wrap-job-manager-jobs{overflow-x:auto}.single-job-sidebar .wp-job-manager-bookmarks-form{text-align:left;margin:1em 0 0;border:0;font-size:14px}.wp-job-manager-bookmarks-form{text-align:left;margin:1em 0 0;border:0;font-size:14px}.wp-job-manager-bookmarks-form a.bookmark-notice{padding:0 .5em 0 0}.wp-job-manager-bookmarks-form a.bookmark-notice:before{text-align:center;margin:0 4px 0 0}.wp-job-manager-bookmarks-form a.remove-bookmark{float:none;color:var(--bb-danger-color)}.wp-job-manager-bookmarks-form .bookmark-details{text-align:left}.wp-job-manager-bookmarks-form .bookmark-details label{font-size:15px}.wp-job-manager-bookmarks-form .bookmark-details input[type=submit]{font-size:14px;min-height:34px;height:34px;padding:6px 20px}.bs-row-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bs-row-wrap>p{font-size:16px;color:var(--bb-alternate-text-color);margin-bottom:10px;margin-right:auto}.bs-row-wrap>a{padding:5px 20px;margin-bottom:10px;font-size:14px;font-style:normal;color:#fff;background-color:var(--bb-primary-color);border-radius:100px}.bs-row-wrap>a:before{font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased;line-height:10px;position:relative;top:1px;font-family:bb-icons;margin-right:3px;content:"\eef9"}.bs-row-wrap>a:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1);color:#fff}.entry-content-job{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-10px;margin-right:-10px;margin-bottom:20px}.entry-content-job .entry-primary{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 10px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.entry-content-job .entry-secondary{-webkit-box-flex:0;-ms-flex:0 0 380px;flex:0 0 380px;max-width:380px;padding-left:10px;padding-right:10px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.entry-content-job .entry-secondary .single-job-sidebar{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius)}@media (max-width:992px){.entry-content-job .entry-secondary{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding-top:.9375rem}body.single-resume .entry-content-job .entry-secondary{padding-top:5em}body.single-resume .entry-content-job .entry-secondary .resume_contact{display:none}}.ui-widget-content{border:1px solid var(--bb-content-border-color)}.ui-widget{font-family:inherit}.ui-datepicker .ui-datepicker-header{background:#fff;border:0;font-weight:400;font-size:1em;margin:0 -.2em;border-bottom:1px solid var(--bb-content-border-color);border-radius:0}.ui-datepicker .ui-datepicker-header .ui-datepicker-title{font-size:.9em;color:var(--bb-primary-color)}.ui-datepicker .ui-datepicker-header a.ui-datepicker-next,.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev{border:1px solid #fff;background:#fff;top:0;cursor:pointer}.ui-datepicker .ui-datepicker-header a.ui-datepicker-next:hover,.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev:hover{border:1px solid #fff;background:#fff}.ui-datepicker .ui-datepicker-header a.ui-datepicker-next span,.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev span{background-image:none;position:static;margin:0;font-size:0;text-indent:0;width:100%;height:100%;text-align:center;line-height:1.8}.ui-datepicker .ui-datepicker-header a.ui-datepicker-next span:before,.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev span:before{content:"\e827";font-family:bb-icons;font-weight:400;speak:none;display:inline-block;color:#939597;font-size:22px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ui-datepicker .ui-datepicker-header a.ui-datepicker-next{right:0}.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev{left:0}.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev span:before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.ui-datepicker table{font-size:15px}.ui-datepicker table th{font-weight:400;color:#e0e1e1}.ui-datepicker table td{padding:.4em}.ui-datepicker table td a{text-align:center;width:100%;height:0;padding-top:20%;padding-bottom:80%}.ui-datepicker table .ui-state-default{background:#fff;border:1px solid #fff}.ui-datepicker table .ui-state-default.ui-state-highlight{background:var(--bb-primary-color);color:#fff;border-radius:100%}.job-manager-error{background:var(--bb-danger-color);color:#fff;border:0;box-shadow:none;font-size:16px;border-radius:4px}.job-manager-error:before{color:#fff!important}.job-manager-info,.job_listing .job-manager-info{background:var(--bb-default-notice-color);color:#fff;border:0;box-shadow:none;font-size:16px;border-radius:var(--bb-block-radius)}.job-manager-info:before,.job_listing .job-manager-info:before{color:#fff!important;font-family:bb-icons;content:"\eebc";font-style:normal;font-weight:100}#job-manager-bookmarks table ul.job-manager-bookmark-actions li a.job-manager-bookmark-action-delete{color:var(--bb-danger-color)}table.job-manager-bookmarks{border-collapse:separate;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}table.job-manager-bookmarks td,table.job-manager-bookmarks th{background-color:#fff}table.job-manager-bookmarks td:first-child,table.job-manager-bookmarks th:first-child{padding-left:1em}table.job-manager-bookmarks thead th{text-transform:uppercase;font-size:14px;font-weight:400;color:var(--bb-alternate-text-color);white-space:nowrap;padding-top:1rem;padding-bottom:1rem}table.job-manager-bookmarks thead tr:first-child th:first-child{border-radius:4px 0 0;border-left:1px solid rgba(0,0,0,.05)}table.job-manager-bookmarks thead tr:first-child th:last-child{border-radius:0 4px 0 0;border-right:1px solid rgba(0,0,0,.05)}table.job-manager-bookmarks thead tr:first-child th{border-top:1px solid rgba(0,0,0,.05)}table.job-manager-bookmarks tbody tr{-webkit-transform:translateZ(-1em);transform:translateZ(-1em);position:relative;z-index:0}table.job-manager-bookmarks tbody tr td{border-bottom:0;font-size:14px;color:var(--bb-alternate-text-color);padding-top:1em;padding-bottom:1em}table.job-manager-bookmarks tbody tr td>p{margin-bottom:.6875rem}table.job-manager-bookmarks tbody tr td.bb-ctrls{max-width:40px;padding-right:1em;padding-left:0}table.job-manager-bookmarks tbody tr td.bb-ctrls .bs-dropdown-wrap{width:35px}table.job-manager-bookmarks tbody tr td.bb-ctrls a.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;pointer-events:none}table.job-manager-bookmarks tbody tr td.bb-ctrls a.bs-dropdown-link.active,table.job-manager-bookmarks tbody tr td.bb-ctrls a.bs-dropdown-link:hover{background:0 0;opacity:1}table.job-manager-bookmarks tbody tr td.bb-ctrls i{font-size:20px}table.job-manager-bookmarks tbody tr:hover{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 3px 24px 0 rgba(18,43,70,.08);position:relative;z-index:9}table.job-manager-bookmarks tbody tr:last-child td{border-bottom:1px solid rgba(0,0,0,.05)}table.job-manager-bookmarks tbody tr:last-child td:first-child{border-radius:0 0 0 4px}table.job-manager-bookmarks tbody tr:last-child td:last-child{border-radius:0 0 4px}table.job-manager-bookmarks tbody td:first-child{border-left:1px solid rgba(0,0,0,.05)}table.job-manager-bookmarks tbody td:first-child a{color:var(--bb-headings-color)}table.job-manager-bookmarks tbody td:first-child a:hover{color:var(--bb-primary-color)}table.job-manager-bookmarks tbody td:last-child{border-right:1px solid rgba(0,0,0,.05)}.job-manager-form #widget-code-wrapper #widget-code-preview iframe{border:0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;border-radius:4px}.job-manager-form #widget-code-wrapper #widget-code-content textarea{width:100%;font-family:"Courier New",courier,"Lucida Sans Typewriter","Lucida Typewriter",monospace;font-size:12px;line-height:20px}.job-manager-form fieldset .account-sign-in{color:var(--bb-alternate-text-color)}.job-manager-form fieldset .account-sign-in a.button{padding:0 30px;height:33px;line-height:30px}.job-manager-form fieldset .account-sign-in a.button:before{display:none}.job-manager-form fieldset label{font-weight:700;line-height:1.6875rem}@media (max-width:992px){.job-manager-form fieldset label{line-height:1.5rem}}.job-manager-form fieldset .wp-editor-container button:hover{background-color:transparent;border:0}.job-manager-form fieldset .wp-editor-container .mce-toolbar .mce-btn-group .mce-btn{border:0}.job-manager-form fieldset .wp-editor-container .mce-toolbar .mce-btn-group .mce-btn:hover{box-shadow:none}.job-manager-form fieldset .wp-editor-container .mce-toolbar .mce-btn-group .mce-btn .mce-ico{color:#96a2ad}.job-manager-form fieldset .resume-manager-data-row{padding-top:15px}.job-manager-form fieldset .resume-manager-data-row a.resume-manager-remove-row,.job-manager-form fieldset .resume-manager-data-row a.resume-manager-remove-row:hover{margin:-.5em 0 0;color:var(--bb-alternate-text-color)}.job-manager-form fieldset a.resume-manager-add-row{border:1px solid var(--bb-primary-color);border-radius:100px;font-size:14px;padding:5px 15px;color:var(--bb-primary-color)}.job-manager-form fieldset a.resume-manager-add-row:hover{color:var(--bb-primary-color)}.job-manager-form fieldset>label[for=alert_cats],.job-manager-form fieldset>label[for=alert_job_type]{pointer-events:none;cursor:default}@media (max-width:544px){.job-manager-form fieldset{margin-bottom:0}.job-manager-form fieldset label{width:100%}.job-manager-form fieldset div.field{width:100%}}body:not(.bb-page-loaded) .job-embed-from fieldset div.field input[type=checkbox],body:not(.bb-page-loaded) .job-embed-from fieldset div.field select[multiple] option,body:not(.bb-page-loaded) .job-manager-form fieldset select[multiple] option{display:none}@media (max-width:800px){.jm-table-wrap{overflow-x:auto;overflow-x:scroll;overflow-y:hidden}.jm-table-wrap table{min-width:850px}.jm-table-wrap table.job-manager-alerts,.jm-table-wrap table.job-manager-jobs,.jm-table-wrap table.resume-manager-resumes{margin-bottom:40px}.jm-table-wrap table.job-manager-alerts td.bb-ctrls ul.bs-dropdown,.jm-table-wrap table.job-manager-jobs td.bb-ctrls ul.bs-dropdown,.jm-table-wrap table.resume-manager-resumes td.bb-ctrls ul.bs-dropdown{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row;flex-flow:row}.jm-table-wrap table.job-manager-alerts td.bb-ctrls ul.bs-dropdown li,.jm-table-wrap table.job-manager-jobs td.bb-ctrls ul.bs-dropdown li,.jm-table-wrap table.resume-manager-resumes td.bb-ctrls ul.bs-dropdown li{float:left;display:inline-block;width:auto}.jm-table-wrap table.job-manager-alerts td.bb-ctrls ul.bs-dropdown li a,.jm-table-wrap table.job-manager-jobs td.bb-ctrls ul.bs-dropdown li a,.jm-table-wrap table.resume-manager-resumes td.bb-ctrls ul.bs-dropdown li a{padding-left:8px;padding-right:8px;white-space:nowrap}}@media only screen and (min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi){.chosen-container-single .chosen-single div b{background-image:none!important}}.job-manager-form fieldset{border-bottom:0}.job-manager-form fieldset label{font-size:16px}.job-manager-form fieldset div.field{font-size:16px}.job-manager-form fieldset div.field small.description{font-size:12px;margin-top:.5em}.job-manager-form fieldset input[type=file]{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.job-manager-form fieldset input[placeholder]{text-overflow:ellipsis}.job-manager-form fieldset ::-webkit-input-placeholder{text-overflow:ellipsis}.job-manager-form fieldset :-ms-input-placeholder{text-overflow:ellipsis}.job-manager-form fieldset ::placeholder{text-overflow:ellipsis}.job-manager-form fieldset input:placeholder{text-overflow:ellipsis}.job-manager-form fieldset input[type=file]+label{font-size:16px;font-weight:700;color:var(--bb-primary-color);background-color:var(--bb-content-background-color);border:2px dashed var(--bb-content-border-color);width:100%;text-align:center;padding:2em 1em;display:inline-block;float:none;cursor:pointer}.job-manager-form fieldset input[type=file]+label:hover,.job-manager-form fieldset input[type=file]:focus+label{color:var(--bb-primary-color)}.job-manager-form fieldset select[multiple]{height:40px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:right 1rem center;padding-right:40px;overflow:hidden}.job-manager-form fieldset select::-ms-expand{display:none}.job-manager-form fieldset select:not([multiple=multiple]){background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K)}.job-manager-form fieldset .chosen-container-multi .chosen-choices{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:right 1rem center;font-family:inherit;font-size:15px;height:41px;outline:0;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}.job-manager-form fieldset .chosen-container-multi .chosen-choices li.search-field input[type=text]{color:#c3c6c9}.job-manager-form fieldset .chosen-container-multi .chosen-choices li.search-choice{margin-top:8px;font-size:12px;background-color:#eceef1;border-radius:100px;padding-left:10px;padding-right:25px;background-image:none;border:0;margin-left:0;margin-right:5px}.job-manager-form fieldset .chosen-container-multi .chosen-choices li.search-choice a.search-choice-close{right:8px;font-weight:400}.job-manager-form fieldset .resume-manager-data-row fieldset:last-child{border-bottom:1px dashed #eee}#submit-job-form .fieldset-company_logo>label,#submit-job-form .fieldset-job_category>label,#submit-job-form .fieldset-job_deadline>label,#submit-job-form .fieldset-job_type>label{pointer-events:none;cursor:default}#submit-job-form>p{font-size:16px}#submit-job-form p input[type=submit]{margin-left:30%;padding-left:40px;padding-right:40px}#submit-job-form .fieldset-job_deadline .field{position:relative}#submit-job-form .fieldset-job_deadline .field span.jm-clear{position:absolute;top:-30px;right:0;color:#ccc;cursor:pointer}#submit-job-form input.button.secondary.save_draft{margin-left:10px}#submit-job-form .fieldset-agreement-checkbox .field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}#submit-job-form .fieldset-agreement-checkbox .field input[type=checkbox]{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:auto}#submit-job-form .fieldset-agreement-checkbox .field label{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding-right:35px}@media screen and (max-width:1185px){#submit-job-form .fieldset-agreement-checkbox .field label{width:auto;padding-right:15px}}@media (max-width:544px){#submit-job-form fieldset label{width:100%;float:none;margin-bottom:5px}#submit-job-form fieldset div.field{width:100%;float:none}#submit-job-form input.button.secondary.save_draft{margin-left:0}#submit-job-form p input[type=submit]{margin-left:0;padding-left:35px;padding-right:35px}}.single-job_listing .entry-meta{margin-bottom:25px}article.job_listing ul.job-listing-meta{list-style:none outside;padding:0;margin:0 0 1.2em;overflow:hidden;zoom:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}article.job_listing ul.job-listing-meta li{line-height:1em;padding:2px 10px 2px 0;margin-bottom:5px;font-size:14px;color:var(--bb-alternate-text-color)}article.job_listing ul.job-listing-meta li.job-type{display:inline-block;border-radius:100px;font-size:11px;line-height:1;text-align:center;margin-right:1em;padding:4px 10px}article.job_listing ul.job-listing-meta li.job-type.internship{background-color:#e6ddfb;color:#6033cc}article.job_listing ul.job-listing-meta li.job-type.freelance{background-color:#dcf2fd;color:#39c}article.job_listing ul.job-listing-meta li.job-type.full-time{background-color:#e4f6dd;color:#48bf1e}article.job_listing ul.job-listing-meta li.job-type.part-time{background-color:#fff6ef;color:#f08d3c}article.job_listing ul.job-listing-meta li.job-type.temporary{background-color:#ffe2e0;color:#d93674}article.job_listing ul.job-listing-meta li.location{margin-right:.5em}article.job_listing ul.job-listing-meta li.location:before{content:"\eed1";font-family:bb-icons!important;font-size:20px;text-rendering:auto;display:inline-block;-webkit-font-smoothing:antialiased;margin-right:7px}article.job_listing ul.job-listing-meta li.location a{color:var(--bb-headings-color)}article.job_listing ul.job-listing-meta li.location a:hover{color:var(--bb-primary-color)}article.job_listing ul.job-listing-meta li.date-posted{margin-right:.5em}article.job_listing ul.job-listing-meta li.date-posted:before{content:"\e884";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:7px}article.job_listing ul.job-listing-meta li.salary{margin-right:.5em}article.job_listing ul.job-listing-meta li.salary:before{content:"\e86f";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:7px}article.job_listing ul.job-listing-meta li.position-filled:before{content:"\e876";font-family:bb-icons!important;font-size:26px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:5px;position:relative;top:3px}article.job_listing ul.job-listing-meta li.application-deadline:before{content:"\e884";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:7px}article.job_listing ul.job-listing-meta li.application-deadline,article.job_listing ul.job-listing-meta li.application-deadline label{font-size:14px;color:var(--bb-danger-color)}@media (max-width:544px){article.job_listing ul.job-listing-meta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:.5em}article.job_listing ul.job-listing-meta li{margin-bottom:5px}}article.job_listing .job-manager-applications-applied-notice{font-size:14px;color:#90da36}article.job_listing .entry-content .single_job_listing .company{box-shadow:none;border:0;padding:1em 0}article.job_listing .entry-content .single_job_listing .company img.company_logo{border-radius:100%;width:52px;height:52px;left:0;position:relative;object-fit:cover}article.job_listing .entry-content .single_job_listing .company p.name{margin-left:52px;padding-left:10px}article.job_listing .entry-content .single_job_listing .company p.name a{font-size:14px;color:#7f868f}article.job_listing .entry-content .single_job_listing .company p.name a:hover{color:var(--bb-primary-color)}article.job_listing .entry-content .single_job_listing .company p.name a:hover:before{color:#7f868f}article.job_listing .entry-content .single_job_listing .company p.name a.company_twitter:before{content:"\edf4 ";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:7px}article.job_listing .entry-content .single_job_listing .company p.name a.website:before{content:"\eec8";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:7px}article.job_listing .entry-content .single_job_listing .company p.tagline{margin-left:52px;padding-left:10px;font-size:14px}article.job_listing .entry-content .single_job_listing .job_description .job_tags{font-size:14px;color:#7f868f}article.job_listing .entry-content-job .application .application_button{padding:10px 40px;font-size:15px}article.job_listing .entry-content-job .application input.apply-with-facebook{float:none;margin-bottom:0;padding:10px 25px;font-size:15px;background-color:#3c5a9a;border-color:#3c5a9a;background-image:none}@media (max-width:544px){article.job_listing .entry-content-job .application .application_button,article.job_listing .entry-content-job .application input.apply-with-facebook{width:100%;margin-bottom:10px}}article.job_listing .single-job-sidebar figure.entry-img{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0;margin:0}article.job_listing .single-job-sidebar .job-media{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0;height:150px;padding:1em;background-color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}article.job_listing .single-job-sidebar .job-media img{max-height:100%;width:auto;border-radius:4px;margin:0 auto}article.job_listing .single-job-sidebar .company-bar{padding:20px}article.job_listing .single-job-sidebar .company-bar h3{text-align:left;text-transform:uppercase;font-size:14px;font-weight:500;margin-bottom:.5em}article.job_listing .single-job-sidebar .company-bar .company_logo{border-radius:100%;width:52px;height:52px;display:block;margin:0 auto}article.job_listing .single-job-sidebar .company-bar .application{text-align:center;margin-bottom:1em}article.job_listing .single-job-sidebar .company-bar .application .application_details{font-size:14px;line-height:21px;margin-top:15px}article.job_listing .single-job-sidebar .company-bar .application .application_details p{margin:0}article.job_listing .single-job-sidebar .company-bar .application .application_button{padding:10px 40px;width:100%}article.job_listing .single-job-sidebar .company-bar .application .apply-with-facebook{background-color:#3c5a9a;color:#fff;width:100%;margin-bottom:10px}article.job_listing .single-job-sidebar .name-meta{font-size:14px;color:var(--bb-alternate-text-color)}article.job_listing .single-job-sidebar .name-meta a{color:var(--bb-alternate-text-color)}article.job_listing .single-job-sidebar .name-meta a:hover{color:var(--bb-headings-color)}article.job_listing .single-job-sidebar .name-meta a:hover:before{color:var(--bb-alternate-text-color)}article.job_listing .single-job-sidebar .name-meta a:before{font-family:bb-icons!important;font-size:18px;display:inline-block;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:5px;position:relative;top:1px}article.job_listing .single-job-sidebar .name-meta a.website:before{content:"\eec8"}article.job_listing .single-job-sidebar .name-meta a.company_twitter:before{content:"\edf4"}article.job_listing .single-job-sidebar p.tagline{font-size:14px;color:var(--bb-alternate-text-color);line-height:21px;margin:1em 0 .5em}.single-job_listing article.job_listing .entry-content-wrap{padding-left:0;padding-right:0}.single-job_listing article.job_listing .entry-content-wrap .entry-header{margin-bottom:.7rem}.single-job_listing article.job_listing .entry-content-wrap .entry-header h1{font-weight:500;font-size:34px;line-height:42px}.single-job_listing article.job_listing .job-listing-meta-after-wrap .wp-job-manager-bookmarks-form a{padding:0 .5em 0 0}@media (max-width:992px){.single-job_listing article.job_listing .job-listing-meta-after-wrap .wp-job-manager-bookmarks-form a{display:block}}.entry-content-job .entry-primary .entry-content{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);padding:20px}.entry-content-job .entry-primary .entry-content .company_video{border-top:0;padding:1em 0 0;margin:0 0 1.5em;position:relative;padding-bottom:56.25%;padding-top:0;height:0;overflow:hidden}.entry-content-job .entry-primary .entry-content .company_video iframe{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;display:block}.entry-content-job .entry-primary .single_job_listing .company,.entry-content-job .entry-primary .single_job_listing .job-manager-applications-applied-notice,.entry-content-job .entry-primary .single_job_listing .wp-job-manager-bookmarks-form,.entry-content-job .entry-primary .single_job_listing ul.job-listing-meta{display:none}.entry-content-job .entry-primary .single_job_listing .application{text-align:center;overflow:visible}.entry-content-job .entry-primary .single_job_listing .application .application_details{font-size:14px;line-height:21px;background:#fff;box-shadow:0 2px 3px 1px rgba(0,0,0,.05),0 5px 15px 0 rgba(18,43,70,.1);border-radius:4px}.entry-content-job .entry-primary .single_job_listing .application .application_details:before{left:0;right:0;margin-left:auto;margin-right:auto}.entry-content-job .entry-primary .single_job_listing .application .application_details:after{left:0;right:0;margin-left:auto;margin-right:auto}.entry-content-job .entry-primary .single_job_listing .job-manager-single-alert-link{text-align:center;font-size:14px;margin-bottom:10px}.entry-content-job .entry-primary .single_job_listing .job-manager-single-alert-link a:before{content:"\ee62";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin:0 7px 0 0}.entry-content-job .job_description{line-height:28px;letter-spacing:-.24px}.entry-content-job .job_description h1,.entry-content-job .job_description h2,.entry-content-job .job_description h3,.entry-content-job .job_description h4,.entry-content-job .job_description h5,.entry-content-job .job_description h6{font-weight:500;margin-bottom:.9rem}.post-related-jobs{margin-bottom:20px}.post-related-jobs ul.job_listings li.job_listing{border:0;width:100%}.post-related-jobs ul.job_listings_grid:not(.slick-initialized) li.job_listing{border:1px solid #e7eaec}.post-related-jobs ul.job_listings_grid:not(.slick-initialized) li.job_listing a{padding:1em}.post-related-jobs ul.job_listings_grid:not(.slick-initialized) li.job_listing a ul.meta li{display:none}.post-related-jobs ul.job_listings_grid:not(.slick-initialized) li.job_listing a ul.meta li.job-type{display:inline-block}.post-related-jobs ul.job_listings_grid:not(.slick-initialized) li.job_listing a div.position h3:before{top:12px}.post-related-jobs ul.job_listings_grid:not(.slick-initialized) li.job_listing a .location{line-height:1.3em}.post-related-jobs ul.job_listings_grid.slick-initialized{display:block;margin-left:-10px;margin-right:-10px}.post-related-jobs ul.job_listings_grid.slick-initialized li.job_listing{width:25%;float:left;padding-left:10px;padding-right:10px;margin:0;background-color:transparent}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);text-align:center}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related>a{min-height:285px;display:block}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related img.company_logo{position:static;float:none;width:100px;height:100px;margin:0 auto 10px;visibility:visible;-webkit-clip-path:circle(49% at 50% 50%);clip-path:circle(49% at 50% 50%);object-fit:cover}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related div.position{width:100%;padding:0;float:none}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related div.position h3{margin-bottom:10px}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related div.position h3:before{display:none}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related div.position .company{width:100%}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related div.position .company strong{color:var(--bb-alternate-text-color)}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related div.location{width:100%;padding:0;float:none;text-align:center;color:var(--bb-alternate-text-color)}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related ul.meta{width:100%;float:none;padding:10px 0 0;text-align:center}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related ul.meta li{display:none}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related ul.meta li.job-type{display:inline-block}.post-related-jobs ul.job_listings_grid.slick-initialized .slick-arrow{width:50px;height:50px;margin-top:-25px;opacity:1;background-color:var(--bb-content-background-color);box-shadow:0 0 6px 0 rgba(0,0,0,.09)}.post-related-jobs ul.job_listings_grid.slick-initialized .slick-arrow.bb-slide-next{right:-5px}.post-related-jobs ul.job_listings_grid.slick-initialized .slick-arrow.bb-slide-prev{left:-5px}.post-related-jobs ul.job_listings_grid.slick-initialized .slick-arrow i{color:var(--bb-headings-color);line-height:50px}.post-related-jobs ul.job_listings_grid.slick-initialized .slick-arrow.slick-disabled{cursor:default}.post-related-jobs ul.job_listings_grid.slick-initialized .slick-arrow.slick-disabled i{opacity:.2}@media (max-width:544px){.post-related-jobs ul.job_listings_grid{margin-left:0;margin-right:0}.post-related-jobs ul.job_listings_grid li.job_listing{padding-left:0;padding-right:0}}.post-related-jobs>h4{position:relative;text-transform:uppercase;font-weight:500;font-size:16px}.post-related-jobs>h4 .slick-arrow{width:30px;height:30px;margin-top:0;opacity:1;background:0 0;box-shadow:none;float:right;top:5%}.post-related-jobs>h4 .slick-arrow.bb-slide-next{right:5px;top:0}.post-related-jobs>h4 .slick-arrow.bb-slide-prev{right:35px;left:inherit}.post-related-jobs>h4 .slick-arrow i{color:#939597}@media (min-width:1280px){.post-related-jobs>h4 .slick-arrow{display:none!important}}#job_preview .job_listing_preview,#job_preview .resume_preview,#resume_preview .job_listing_preview,#resume_preview .resume_preview{border:1px solid var(--bb-content-border-color);border-top:0;padding:1em;background-color:#fff;border-radius:0 0 4px 4px}#job_preview .job_listing_preview>h1,#job_preview .resume_preview>h1,#resume_preview .job_listing_preview>h1,#resume_preview .resume_preview>h1{font-weight:500}#job_preview .job_listing_preview .job_description .job_tags,#job_preview .resume_preview .job_description .job_tags,#resume_preview .job_listing_preview .job_description .job_tags,#resume_preview .resume_preview .job_description .job_tags{font-size:14px}#job_preview .job_listing_preview_title,#job_preview .resume_preview_title,#resume_preview .job_listing_preview_title,#resume_preview .resume_preview_title{border-radius:4px 4px 0 0;background-color:#fff;border:1px solid var(--bb-content-border-color);padding-bottom:1em;padding-top:1em}#job_preview .job_listing_preview_title input.button,#job_preview .resume_preview_title input.button,#resume_preview .job_listing_preview_title input.button,#resume_preview .resume_preview_title input.button{height:35px;max-height:35px;min-height:35px;padding:5px 20px}#job_preview ul.job-listing-meta,#resume_preview ul.job-listing-meta{list-style:none outside;padding:0;margin:0 0 1.5em;overflow:hidden;zoom:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#job_preview ul.job-listing-meta li,#resume_preview ul.job-listing-meta li{line-height:1em;padding:2px 10px 2px 0}#job_preview ul.job-listing-meta li.job-type,#resume_preview ul.job-listing-meta li.job-type{display:inline-block;border-radius:100px;font-size:11px;line-height:1;text-align:center;margin-right:1em;padding:4px 10px}#job_preview ul.job-listing-meta li.job-type.internship,#resume_preview ul.job-listing-meta li.job-type.internship{background-color:#e6ddfb;color:#6033cc}#job_preview ul.job-listing-meta li.job-type.freelance,#resume_preview ul.job-listing-meta li.job-type.freelance{background-color:#dcf2fd;color:#39c}#job_preview ul.job-listing-meta li.job-type.full-time,#resume_preview ul.job-listing-meta li.job-type.full-time{background-color:#e4f6dd;color:#90da36}#job_preview ul.job-listing-meta li.job-type.part-time,#resume_preview ul.job-listing-meta li.job-type.part-time{background-color:#fff6ef;color:#f08d3c}#job_preview ul.job-listing-meta li.job-type.temporary,#resume_preview ul.job-listing-meta li.job-type.temporary{background-color:#ffe2e0;color:#d93674}#job_preview ul.job-listing-meta li.location,#resume_preview ul.job-listing-meta li.location{font-size:14px;color:var(--bb-headings-color);margin-right:.5em}#job_preview ul.job-listing-meta li.location:before,#resume_preview ul.job-listing-meta li.location:before{content:"\eed1";font-family:bb-icons!important;font-size:20px;display:inline-block;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:7px}#job_preview ul.job-listing-meta li.location a,#resume_preview ul.job-listing-meta li.location a{color:#7f868f}#job_preview ul.job-listing-meta li.location a:hover,#resume_preview ul.job-listing-meta li.location a:hover{color:var(--bb-primary-color)}#job_preview ul.job-listing-meta li.date-posted,#resume_preview ul.job-listing-meta li.date-posted{font-size:14px;color:var(--bb-alternate-text-color);margin-right:.5em}#job_preview ul.job-listing-meta li.date-posted:before,#resume_preview ul.job-listing-meta li.date-posted:before{content:"\e884";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:7px}#job_preview ul.job-listing-meta li.application-deadline,#resume_preview ul.job-listing-meta li.application-deadline{font-size:14px;color:var(--bb-danger-color);margin-right:.5em}#job_preview ul.job-listing-meta li.application-deadline label,#resume_preview ul.job-listing-meta li.application-deadline label{font-size:14px;color:var(--bb-danger-color)}#job_preview ul.job-listing-meta li.application-deadline:before,#resume_preview ul.job-listing-meta li.application-deadline:before{content:"\e884";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:7px;color:var(--bb-danger-color)}#job_preview .single-resume .resume-aside,#job_preview .single_job_listing .company,#resume_preview .single-resume .resume-aside,#resume_preview .single_job_listing .company{box-shadow:none;border:0;padding:0}#job_preview .single-resume .resume-aside img,#job_preview .single_job_listing .company img,#resume_preview .single-resume .resume-aside img,#resume_preview .single_job_listing .company img{border-radius:100%;left:0;position:relative;width:44px;height:44px}#job_preview .single-resume .resume-aside .name,#job_preview .single_job_listing .company .name,#resume_preview .single-resume .resume-aside .name,#resume_preview .single_job_listing .company .name{margin:0 0 0 54px;padding:0}#job_preview .single-resume .resume-aside .name a,#job_preview .single_job_listing .company .name a,#resume_preview .single-resume .resume-aside .name a,#resume_preview .single_job_listing .company .name a{font-size:14px;color:#7f868f;float:right}#job_preview .single-resume .resume-aside .name a:hover,#job_preview .single_job_listing .company .name a:hover,#resume_preview .single-resume .resume-aside .name a:hover,#resume_preview .single_job_listing .company .name a:hover{color:var(--bb-primary-color)}#job_preview .single-resume .resume-aside .name a:hover:before,#job_preview .single_job_listing .company .name a:hover:before,#resume_preview .single-resume .resume-aside .name a:hover:before,#resume_preview .single_job_listing .company .name a:hover:before{color:#7f868f}#job_preview .single-resume .resume-aside .name a:before,#job_preview .single_job_listing .company .name a:before,#resume_preview .single-resume .resume-aside .name a:before,#resume_preview .single_job_listing .company .name a:before{font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:5px;position:relative;top:1px}#job_preview .single-resume .resume-aside .name a.website:before,#job_preview .single_job_listing .company .name a.website:before,#resume_preview .single-resume .resume-aside .name a.website:before,#resume_preview .single_job_listing .company .name a.website:before{content:"\eec8"}#job_preview .single-resume .resume-aside .name a.company_twitter:before,#job_preview .single_job_listing .company .name a.company_twitter:before,#resume_preview .single-resume .resume-aside .name a.company_twitter:before,#resume_preview .single_job_listing .company .name a.company_twitter:before{content:"\edf4 "}#job_preview .single-resume .resume-aside .tagline,#job_preview .single_job_listing .company .tagline,#resume_preview .single-resume .resume-aside .tagline,#resume_preview .single_job_listing .company .tagline{margin:0 0 0 54px;padding:0;font-size:14px;color:var(--bb-alternate-text-color);font-style:normal}#job_preview .single_job_listing .company{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;margin-bottom:1em}#job_preview .single_job_listing .company img{-webkit-box-flex:0;-ms-flex:0 0 44px;flex:0 0 44px;max-width:44px}#job_preview .single_job_listing .company p.name{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0;padding-left:10px}#job_preview .single_job_listing .company p.tagline{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:0;padding-left:0;padding-top:10px}@media (max-width:992px){body.has-sidebar #job_preview ul.job-listing-meta,body.has-sidebar #resume_preview ul.job-listing-meta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:.5em}body.has-sidebar #job_preview ul.job-listing-meta li,body.has-sidebar #resume_preview ul.job-listing-meta li{margin-bottom:5px}body.has-sidebar #job_preview .job_listing_preview_title h2,body.has-sidebar #job_preview .resume_preview_title h2,body.has-sidebar #resume_preview .job_listing_preview_title h2,body.has-sidebar #resume_preview .resume_preview_title h2{clear:both;padding-top:15px}body.has-sidebar #job_preview .job_listing_preview_title .button,body.has-sidebar #job_preview .resume_preview_title .button,body.has-sidebar #resume_preview .job_listing_preview_title .button,body.has-sidebar #resume_preview .resume_preview_title .button{float:left;margin-left:0;margin-right:.25em;margin-bottom:.5em}body.has-sidebar #job_preview .job_listing_preview>h1,body.has-sidebar #resume_preview .job_listing_preview>h1{margin-bottom:.7rem}body.has-sidebar #job_preview .company p.name>a,body.has-sidebar #resume_preview .company p.name>a{float:left;margin-right:1em;margin-left:0}body.has-sidebar #job_preview .company p.name>strong,body.has-sidebar #resume_preview .company p.name>strong{display:inline-block;clear:both;width:100%}}@media (max-width:800px){#job_preview ul.job-listing-meta,#resume_preview ul.job-listing-meta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:.5em}#job_preview ul.job-listing-meta li,#resume_preview ul.job-listing-meta li{margin-bottom:5px}#job_preview .job_listing_preview_title h2,#job_preview .resume_preview_title h2,#resume_preview .job_listing_preview_title h2,#resume_preview .resume_preview_title h2{clear:both;padding-top:15px}#job_preview .job_listing_preview_title .button,#job_preview .resume_preview_title .button,#resume_preview .job_listing_preview_title .button,#resume_preview .resume_preview_title .button{float:left;margin-left:0;margin-right:.25em}#job_preview .job_listing_preview>h1,#resume_preview .job_listing_preview>h1{margin-bottom:.7rem}#job_preview .company p.name>a,#resume_preview .company p.name>a{float:left;margin-right:1em;margin-left:0}#job_preview .company p.name>strong,#resume_preview .company p.name>strong{display:inline-block;clear:both;width:100%}}.bb_application_details .job-manager-application-form{padding-top:35px}.bb_application_details .apply_with_resume p label{display:block;margin:0;width:29%;float:left;font-weight:700}.bb_application_details .apply_with_resume p{overflow:hidden}.bb_application_details .apply_with_resume p select,.bb_application_details .apply_with_resume p textarea{width:70%;float:right;vertical-align:middle}@media (max-width:544px){.bb_application_details .apply_with_resume p label{width:100%}.bb_application_details .apply_with_resume p select,.bb_application_details .apply_with_resume p textarea{width:100%}}.single-job_listing .mfp-bg{opacity:.4}.mfp-wrap.mfp-wrap{z-index:999991}.mfp-wrap .button.wp_job_manager_send_application_button{margin-left:30%}.mfp-wrap input[name=wp_job_manager_resumes_apply_with_resume]{margin-left:30%}div.resumes .resume_filters{background-color:transparent;margin-bottom:0}div.resumes .resume_filters .search_resumes{padding-left:0;padding-right:0;padding-top:0}div.resumes .resume_filters .search_resumes .search_categories .chosen-container-multi .chosen-choices{border-radius:4px;padding:0 15px;border:1px solid var(--bb-content-border-color);background-color:var(--bb-content-background-color);background-image:none;height:41px!important;line-height:38px}div.resumes .resume_filters .search_resumes .search_keywords{position:relative}div.resumes .resume_filters .search_resumes .search_keywords:before{content:"\ef10";font-family:bb-icons;font-size:18px;color:var(--bb-alternate-text-color);text-rendering:auto;-webkit-font-smoothing:antialiased;position:absolute;top:39px;left:10px}div.resumes .resume_filters .search_resumes .search_keywords input{border-radius:4px;padding:0 15px 0 35px}div.resumes .resume_filters .search_resumes .search_location{position:relative}div.resumes .resume_filters .search_resumes .search_location:before{content:"\eed1";font-family:bb-icons;font-size:22px;color:var(--bb-alternate-text-color);text-rendering:auto;-webkit-font-smoothing:antialiased;position:absolute;top:39px;left:13px}div.resumes .resume_filters .search_resumes .search_location input{border-radius:4px;padding:0 15px 0 35px}div.resumes .resume_filters .search_resumes .chosen-container-single .chosen-single{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:right 1rem center;font-family:inherit;font-size:15px;height:41px;outline:0;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:#313439}div.resumes .resume_filters .search_resumes .chosen-container-single .chosen-single span{line-height:40px}div.resumes .resume_filters .search_resumes .chosen-container-single .chosen-single div b{background-image:none}div.resumes .resume_filters .showing_resumes{background:var(--bb-content-background-color);border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0;border:1px solid var(--bb-content-border-color);border-bottom:0;padding:1em;font-size:14px}div.resumes .resume_filters .showing_resumes a{color:var(--bb-headings-color);font-size:0}div.resumes .resume_filters .showing_resumes a:hover{color:var(--bb-primary-color)}div.resumes .resume_filters .showing_resumes a:before{font-size:17px;text-rendering:auto;-webkit-font-smoothing:antialiased;line-height:1.6875rem;position:relative;top:1px;font-family:bb-icons;margin-right:7px}div.resumes .resume_filters .showing_resumes a.reset{padding-left:5px}div.resumes .resume_filters .showing_resumes a.reset:before{font-family:bb-icons;content:"\e828";font-size:24px;top:3px;margin-right:2px;line-height:1.3875rem}div.resumes ul.resumes{border:0;margin-bottom:0}div.resumes a.load_more_resumes{width:100%;margin:0 10px 0 0;border-bottom:0;text-transform:uppercase;font-size:12px;line-height:20px;color:var(--bb-primary-color)}div.resumes a.load_more_resumes:hover{color:var(--bb-primary-color);border:0;background-color:transparent}div.resumes a.load_more_resumes strong{font-weight:400;color:var(--bb-primary-color)}ul.resumes .listing-bookmarked div.candidate-column h3:before{display:none}ul.resumes li.resume.listing-bookmarked a div.candidate-column{position:relative}ul.resumes li.resume.listing-bookmarked a div.candidate-column:after{position:absolute;content:"\eef7";display:inline-block;width:16px;height:16px;-webkit-font-smoothing:antialiased;font-family:bb-icons!important;text-decoration:none;font-weight:500;font-style:normal;font-size:16px;line-height:16px;margin:0;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);color:var(--bb-primary-color)}@media (max-width:544px){ul.resumes li.resume.listing-bookmarked a div.candidate-column:after{display:none}}ul.resumes li.resume{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);margin:0 0 -1px;width:100%}.widget ul.resumes li.resume{border-width:0 0 1px}ul.resumes li.resume:first-child{border-top-left-radius:var(--bb-block-radius);border-top-right-radius:var(--bb-block-radius)}ul.resumes li.resume:last-child{border-bottom-left-radius:var(--bb-block-radius);border-bottom-right-radius:var(--bb-block-radius)}ul.resumes li.resume a{position:relative;-webkit-transition:all linear .2s;transition:all linear .2s;padding:1em;font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-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}ul.resumes li.resume a:hover{background-color:var(--bb-content-alternate-background-color);box-shadow:0 3px 24px 0 rgba(18,43,70,.08);border-left-color:#fff;border-right-color:#fff;border-radius:var(--bb-block-radius);position:relative;z-index:1}.widget ul.resumes li.resume a:hover{box-shadow:none}ul.resumes li.resume a img{border-radius:100%;width:44px;height:44px}ul.resumes li.resume a div.candidate-column{padding-left:54px}ul.resumes li.resume a div.candidate-column .candidate-title{color:var(--bb-alternate-text-color);font-size:14px}ul.resumes li.resume a div.candidate-column .candidate-title strong{font-weight:400}ul.resumes li.resume a div.candidate-column h3{font-weight:500}ul.resumes li.resume a div.candidate-column h3:before{font-size:14px;color:var(--bb-primary-color)}ul.resumes li.resume a .candidate-location-column{color:var(--bb-alternate-text-color)}ul.resumes li.resume a .candidate-location-column span.candidate-location:before{font-family:bb-icons;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;content:"\eed1";margin:0 3px 0 0}ul.resumes li.resume a .resume-posted-column{color:var(--bb-alternate-text-color)}@media (max-width:544px){ul.resumes li.resume a .resume-posted-column{text-align:center}}ul.resumes li.resume a .resume-category{font-size:12px}ul.resumes li.resume a .resume-category:before{font-size:12px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons;margin-right:2px;content:"\ee9e"}@media (max-width:544px){ul.resumes li.resume a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}ul.resumes li.resume a img{margin:0 auto 10px;position:static;width:64px;height:64px}ul.resumes li.resume a div.candidate-column{width:100%;float:none;text-align:center;padding:0 0 5px}ul.resumes li.resume a div.candidate-column h3:before{display:none}ul.resumes li.resume a .candidate-location-column{width:100%;text-align:center}ul.resumes li.resume a .candidate-location-column span.candidate-location:after{display:none}ul.resumes li.resume a .resume-meta{width:100%;text-align:center}}ul.resumes.loading{border:1px solid var(--bb-content-border-color);background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius)}ul.resumes li.no_resumes_found{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);margin:0 0 -1px;width:100%;border-bottom-left-radius:var(--bb-block-radius);border-bottom-right-radius:var(--bb-block-radius)}ul.resumes li.no_resumes_found.no_resumes_found{border:1px solid var(--bb-content-border-color)}div.resumes ul.resumes.loading{border:1px solid var(--bb-content-border-color)}@media (min-width:544px){ul.resumes li.resume a img{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}}.resume-manager-resumes{border-collapse:separate}.resume-manager-resumes thead tr th{border:0}.resume-manager-resumes tbody tr td{border-bottom:1px solid #e7eaec;background-color:#fff;font-size:14px}.resume-manager-resumes tbody tr td:first-child{border-left:1px solid #e7eaec;padding-left:1rem}.resume-manager-resumes tbody tr td:last-child{border-right:1px solid #e7eaec;padding-right:1rem}.resume-manager-resumes tbody tr td.resume-title>a{font-size:16px}.resume-manager-resumes tbody tr:first-child td{border-top:1px solid #e7eaec}.resume-manager-resumes tbody tr:first-child td:first-child{border-top-left-radius:4px}.resume-manager-resumes tbody tr:first-child td:last-child{border-top-right-radius:4px}.resume-manager-resumes tbody tr:last-child td:first-child{border-bottom-left-radius:4px}.resume-manager-resumes tbody tr:last-child td:last-child{border-bottom-right-radius:4px}.resume-manager-resumes tfoot tr td{border:0}body.single-resume article.resume .entry-content-wrap{padding-left:0;padding-right:0}body.single-resume article.resume .entry-content-wrap .entry-header{margin-bottom:.7rem}body.single-resume article.resume .entry-content-wrap .entry-header h1{font-weight:500;font-size:34px;line-height:42px}body.single-resume .entry-meta{margin-bottom:25px}body.single-resume .resume-aside{box-shadow:none;border:0;overflow:visible;margin:0}body.single-resume .resume-aside .bb-candidate-photo{position:relative;text-align:center}body.single-resume .resume-aside .bb-candidate-photo img.candidate_photo{left:0;right:0;top:-5em;margin:auto;border-radius:100%;float:none;width:8em;height:8em;object-fit:cover}body.single-resume .resume-aside .bb-candidate-data{padding:3.5em 0 0}body.single-resume .resume-aside .bb-candidate-data>h3{text-align:left;text-transform:uppercase;font-size:14px;font-weight:500;margin-bottom:.5em}body.single-resume .resume-aside .bb-candidate-data p{font-size:14px;line-height:32px}body.single-resume .resume-aside .bb-candidate-data p a{color:#7f868f}body.single-resume .resume-aside .bb-candidate-data p a:hover{color:var(--bb-primary-color)}body.single-resume .resume-aside .bb-candidate-data p.job-title{padding:0;color:#7f868f;font-weight:400}body.single-resume .resume-aside .bb-candidate-data p.job-title:before{content:"\ef52";font-family:bb-icons;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:7px}body.single-resume .resume-aside .bb-candidate-data p.resume-category{padding:0;color:#939597;font-weight:400;margin-bottom:0}body.single-resume .resume-aside .bb-candidate-data p.resume-category:before{font-size:13px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons;margin-right:8px;margin-left:3px;content:"\ee9e"}body.single-resume .resume-aside .bb-candidate-data p.location{padding:0}body.single-resume .resume-aside .bb-candidate-data p.location a:before{content:"\eed1";font-family:bb-icons!important;font-size:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:5px}body.single-resume .resume-aside ul.resume-links{float:none;max-width:100%}body.single-resume .resume-aside ul.resume-links li{float:none;margin:0;font-size:14px;line-height:32px}body.single-resume .resume-aside ul.resume-links li.resume-link a:before{content:"\e876";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:7px;line-height:33px}body.single-resume .resume-aside ul.resume-links li.resume-link.resume-link-facebook a:before{content:"\edd2"}body.single-resume .resume-aside ul.resume-links li.resume-link.resume-link-twitter a:before{content:"\edf4"}body.single-resume .resume-aside ul.resume-links li.resume-link.resume-link-instagram a:before{content:"\eddc";font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons!important;margin-right:6px;margin-left:2px}body.single-resume .resume-aside ul.resume-links li.resume-link.resume-link-github a:before{content:"\edd6";font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons!important;margin-right:6px;margin-left:2px}body.single-resume .resume-aside ul.resume-links li.resume-file a:before{font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons!important;margin-right:7px;margin-left:1px;content:"\ee6e"}body.single-resume .resume-aside ul.resume-links li a{color:var(--bb-alternate-text-color)}body.single-resume .resume-aside ul.resume-links li a:hover{color:var(--bb-primary-color)}body.single-resume .resume-aside form.wp-job-manager-bookmarks-form{text-align:left}body.single-resume .resume-aside form.wp-job-manager-bookmarks-form a.bookmark-notice{padding:0 0 1em;line-height:32px}body.single-resume .resume-aside form.wp-job-manager-bookmarks-form a.bookmark-notice:before{margin-right:7px}body.single-resume .resume-aside .resume_contact{text-align:center;padding-left:0;font-size:16px}body.single-resume .resume-aside .resume_contact .resume_contact_button{float:none;padding:10px 40px;font-size:15px;width:100%;margin:0}body.single-resume .resume-aside .resume_contact .resume_contact_details{float:none;margin-left:auto;margin-right:auto;margin-top:1em;width:90%;display:none;border-color:var(--bb-content-border-color)}body.single-resume .resume-aside .resume_contact .resume_contact_details:before{margin:-20px auto 0;right:0;top:0;border-right:10px solid transparent;border-left:10px solid transparent;border-bottom:10px solid var(--bb-content-border-color)}body.single-resume .resume-aside .resume_contact .resume_contact_details:after{margin:-18px auto 0;right:0;top:0;border-right:9px solid transparent;border-left:9px solid transparent;border-bottom:9px solid var(--bb-content-background-color)}body.single-resume .resume-aside .resume_contact .resume_contact_details a{color:var(--bb-primary-color)}body.single-resume ul.meta{font-size:14px}body.single-resume ul.meta li{padding:.5em .9em .5em 0;color:var(--bb-alternate-text-color)}body.single-resume ul.meta li.date-posted:before{content:"\e884";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:7px}body.single-resume ul.meta li.resume-category:before{content:"\eeae";font-family:bb-icons!important;font-size:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:7px;margin-top:2px;display:none}body.single-resume ul.meta li.candidate-location a{color:var(--bb-alternate-text-color)}body.single-resume ul.meta li.candidate-location a:hover{color:var(--bb-primary-color)}body.single-resume ul.meta li.candidate-location:before{content:"\eed1";font-family:bb-icons!important;font-size:19px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:4px}.single-resume .candidate-video{border-top:0;padding:0;margin:0 0 1em;position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.single-resume .candidate-video iframe{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;display:block}.single-resume-content{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);padding:20px}.single-resume-content .resume-aside{border:0;box-shadow:none;padding:0}.single-resume-content .resume_contact{text-align:center;padding-left:0;font-size:16px}.single-resume-content .resume_contact .resume_contact_button{float:none;padding:10px 40px;font-size:15px}@media (max-width:544px){.single-resume-content .resume_contact .resume_contact_button{width:85%}}.single-resume-content .resume_contact .resume_contact_details{float:none;margin-left:auto;margin-right:auto;margin-top:1em;display:none}.single-resume-content .resume_contact .resume_contact_details:before{margin:-20px auto 0;right:0;top:0;border-right:10px solid transparent;border-left:10px solid transparent;border-bottom:10px solid #eee}.single-resume-content .resume_contact .resume_contact_details:after{margin:-18px auto 0;right:0;top:0;border-right:9px solid transparent;border-left:9px solid transparent;border-bottom:9px solid #fff}@media (max-width:544px){.single-resume-content .resume_contact .resume_contact_details{width:95%}}.single-resume-content>h2{margin-bottom:.5rem;font-weight:500}.single-resume-content .resume-manager-experience{border-top:0}.single-resume-content .resume-manager-experience dt{border-left:0}.single-resume-content .resume-manager-experience dd{border-left:0}.single-resume-content .resume-manager-experience .sub-date{font-size:14px;color:var(--bb-alternate-text-color);font-weight:500}.single-resume-content .resume-manager-experience h3 strong{font-weight:500}.single-resume-content .resume-manager-experience h3:before{margin-top:1.3em;background:var(--bb-headings-color)}.single-resume-content .resume-manager-education{border-top:0}.single-resume-content .resume-manager-education dt{border-left:0}.single-resume-content .resume-manager-education dd{border-left:0}.single-resume-content .resume-manager-education .sub-date{font-size:14px;color:var(--bb-alternate-text-color);font-weight:500}.single-resume-content .resume-manager-education h3 strong{font-weight:500}.single-resume-content .resume-manager-education h3:before{margin-top:1.3em;background:var(--bb-headings-color)}.single-resume-content .resume-manager-skills li{width:auto;padding:0 0 0 .5em;color:var(--bb-headings-color)}.single-resume-content .resume-manager-skills li:first-child{padding-left:0}.single-resume-content .resume-manager-skills li:after{content:"|";padding:0 0 0 .5em}.single-resume-content .resume-manager-skills li:last-child:after{display:none}@media (max-width:544px){.single-resume-content .resume-manager-skills li{width:100%;padding-left:0}.single-resume-content .resume-manager-skills li:after{display:none}}#resume_preview .single-resume .entry-content-job{display:block;padding:0;margin:0}#resume_preview .single-resume .entry-content-job .entry-primary{padding:0}#resume_preview .single-resume .entry-content-job .entry-primary .single-resume-content{border:0;padding:0}#resume_preview .single-resume .entry-content-job .entry-secondary{display:block;width:100%;max-width:100%;padding-left:0;padding-right:0}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar{border:0}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .resume-aside{margin-bottom:1em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .resume-aside .resume-links .resume-link a:before{content:"\eec8";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:5px}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .resume-aside .bb-candidate-data>h3{margin:0;margin-left:15px}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data{font-size:14px}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data p.location{float:right;padding-left:1em}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data p.location a:before{content:"\eed1";font-family:bb-icons!important;font-size:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:5px}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data p.job-title{float:right;padding-left:1em;font-weight:400}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data p.job-title:before{content:"\ef52";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:5px}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data ul.resume-links{float:none;max-width:100%}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data ul.resume-links li.resume-link a:before{content:"\eec8";font-family:bb-icons;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:7px}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data ul.resume-links li.resume-link.resume-link-facebook a:before{content:"\edd2"}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data ul.resume-links li.resume-link.resume-link-twitter a:before{content:"\edf4"}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data ul.resume-links li.resume-link.resume-link-instagram a:before{content:"\eddc";font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons;margin-right:6px;margin-left:2px}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data ul.resume-links li.resume-link.resume-link-github a:before{content:"\edd6";font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons;margin-right:6px;margin-left:2px}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data ul.resume-links li.resume-file a:before{font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons;margin-right:7px;margin-left:1px;content:"\ee6e"}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data ul.resume-links li a{color:var(--bb-alternate-text-color)}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data ul.resume-links li a:hover{color:var(--bb-primary-color)}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data p.resume-category{padding:0;color:#7f868f;font-weight:400;margin-bottom:0}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data p.resume-category:before{font-size:13px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons;margin-right:8px;margin-left:3px;content:"\ee9e"}#resume_preview .single-resume ul.meta{font-size:14px}#resume_preview .single-resume ul.meta li.resume-category:before{display:none}#resume_preview .single-resume ul.meta li.date-posted:before{content:"\e884";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:7px}#resume_preview .single-resume ul.meta li.candidate-location a{color:var(--bb-alternate-text-color)}#resume_preview .single-resume ul.meta li.candidate-location a:hover{color:var(--bb-primary-color)}#resume_preview .single-resume ul.meta li.candidate-location:before{content:"\eed1";font-family:bb-icons!important;font-size:19px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:4px}@media (max-width:992px){body.has-sidebar #resume_preview .single-resume .bb-candidate-data ul.resume-links{float:left;max-width:100%}body.has-sidebar #resume_preview .single-resume .bb-candidate-data ul.resume-links li{float:none;width:100%;margin:0 .3em .3em 0}body.has-sidebar #resume_preview .single-resume .bb-candidate-data p.resume-category{clear:both}}@media (max-width:800px){#resume_preview .single-resume .bb-candidate-data ul.resume-links{float:left;max-width:100%}#resume_preview .single-resume .bb-candidate-data ul.resume-links li{float:none;width:100%;margin:0 .3em .3em 0}#resume_preview .single-resume .bb-candidate-data p.resume-category{clear:both}}#submit-resume-form .fieldset-candidate_photo>label,#submit-resume-form .fieldset-resume_category>label,#submit-resume-form .fieldset-resume_file>label{pointer-events:none;cursor:default}#submit-resume-form>p:last-child{text-align:right}#submit-resume-form p input[type=submit]{margin-left:30%;padding-left:40px;padding-right:40px}@media (max-width:800px){#submit-resume-form fieldset label{width:100%;float:none;margin-bottom:5px}#submit-resume-form fieldset div.field{width:100%;float:none}}@media (max-width:992px){body.has-sidebar #submit-resume-form fieldset fieldset{padding-bottom:0}body.has-sidebar #submit-resume-form fieldset fieldset label{width:100%;float:none;margin-bottom:5px}body.has-sidebar #submit-resume-form fieldset fieldset div.field{width:100%;float:none}}#job-manager-job-dashboard>p{font-size:16px;color:var(--bb-alternate-text-color);margin-bottom:10px}#job-manager-job-dashboard table.job-manager-jobs{border-collapse:separate;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}#job-manager-job-dashboard table.job-manager-jobs td,#job-manager-job-dashboard table.job-manager-jobs th{background-color:#fff}#job-manager-job-dashboard table.job-manager-jobs td:first-child,#job-manager-job-dashboard table.job-manager-jobs th:first-child{padding-left:1em}#job-manager-job-dashboard table.job-manager-jobs thead th{text-transform:uppercase;font-size:14px;font-weight:500;color:var(--bb-alternate-text-color);white-space:nowrap;padding-top:1rem;padding-bottom:1rem}#job-manager-job-dashboard table.job-manager-jobs thead tr:first-child th:first-child{border-radius:4px 0 0;border-left:1px solid rgba(0,0,0,.05)}#job-manager-job-dashboard table.job-manager-jobs thead tr:first-child th:last-child{border-radius:0 4px 0 0;border-right:1px solid rgba(0,0,0,.05)}#job-manager-job-dashboard table.job-manager-jobs thead tr:first-child th{border-top:1px solid rgba(0,0,0,.05)}#job-manager-job-dashboard table.job-manager-jobs tbody tr{-webkit-transform:translateZ(-1em);transform:translateZ(-1em);position:relative;z-index:0}#job-manager-job-dashboard table.job-manager-jobs tbody tr td{border-bottom:0;font-size:14px;color:var(--bb-alternate-text-color);padding-top:1em;padding-bottom:1em}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.filled img.emoji{opacity:.5}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.job_title{font-size:16px}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.job_title>a{color:var(--bb-headings-color)}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.job_title>a:hover{color:var(--bb-primary-color)}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.job_title small{font-size:12px}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.job_title ul{font-size:13px}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.job_title ul li .job-dashboard-action-delete{color:var(--bb-danger-color)}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.applications>a{color:var(--bb-headings-color)}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.applications>a:hover{color:var(--bb-primary-color)}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.bb-ctrls{max-width:40px}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.bb-ctrls .bs-dropdown-wrap{width:35px}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.bb-ctrls a.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;pointer-events:none}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.bb-ctrls a.bs-dropdown-link.active,#job-manager-job-dashboard table.job-manager-jobs tbody tr td.bb-ctrls a.bs-dropdown-link:hover{background:0 0;opacity:1}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.bb-ctrls i{font-size:20px}#job-manager-job-dashboard table.job-manager-jobs tbody tr:hover{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 3px 24px 0 rgba(18,43,70,.08);position:relative;z-index:9}#job-manager-job-dashboard table.job-manager-jobs tbody tr:last-child td{border-bottom:1px solid rgba(0,0,0,.05)}#job-manager-job-dashboard table.job-manager-jobs tbody tr:last-child td:first-child{border-radius:0 0 0 4px}#job-manager-job-dashboard table.job-manager-jobs tbody tr:last-child td:last-child{border-radius:0 0 4px}#job-manager-job-dashboard table.job-manager-jobs tbody td:first-child{border-left:1px solid rgba(0,0,0,.05)}#job-manager-job-dashboard table.job-manager-jobs tbody td:last-child{border-right:1px solid rgba(0,0,0,.05)}#job-manager-job-dashboard .bb-ctrls .bs-dropdown a:hover{background-color:var(--bb-body-background-color)}#job-manager-job-dashboard .bb-ctrls .bs-dropdown a:before{font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased;line-height:10px;position:relative;top:1px;font-family:bb-icons;margin-right:7px}#job-manager-job-dashboard .bb-ctrls .bs-dropdown a.job-dashboard-action-edit:before{content:"\ee5a"}#job-manager-job-dashboard .bb-ctrls .bs-dropdown a.job-dashboard-action-mark_filled:before{content:"\e875"}#job-manager-job-dashboard .bb-ctrls .bs-dropdown a.job-dashboard-action-mark_not_filled:before{content:"\e881"}#job-manager-job-dashboard .bb-ctrls .bs-dropdown a.job-dashboard-action-duplicate:before{content:"\ee59"}#job-manager-job-dashboard .bb-ctrls .bs-dropdown a.job-dashboard-action-delete{color:var(--bb-danger-color)}#job-manager-job-dashboard .bb-ctrls .bs-dropdown a.job-dashboard-action-delete:before{content:"\ef48"}#resume-manager-candidate-dashboard{overflow:auto}#resume-manager-candidate-dashboard>p{font-size:16px;color:#939597;margin-bottom:10px}#resume-manager-candidate-dashboard table.resume-manager-resumes{border-collapse:separate;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}#resume-manager-candidate-dashboard table.resume-manager-resumes td,#resume-manager-candidate-dashboard table.resume-manager-resumes th{background-color:#fff}#resume-manager-candidate-dashboard table.resume-manager-resumes td:first-child,#resume-manager-candidate-dashboard table.resume-manager-resumes th:first-child{padding-left:1em}#resume-manager-candidate-dashboard table.resume-manager-resumes thead th{text-transform:uppercase;font-size:14px;font-weight:400;color:#939597;white-space:nowrap}#resume-manager-candidate-dashboard table.resume-manager-resumes thead tr:first-child th:first-child{border-radius:4px 0 0;border-left:1px solid rgba(0,0,0,.05)}#resume-manager-candidate-dashboard table.resume-manager-resumes thead tr:first-child th:last-child{border-radius:0 4px 0 0;border-right:1px solid rgba(0,0,0,.05)}#resume-manager-candidate-dashboard table.resume-manager-resumes thead tr:first-child th{border-top:1px solid rgba(0,0,0,.05)}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr{-webkit-transform:translateZ(-1em);transform:translateZ(-1em);position:relative;z-index:0}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td{border-bottom:0;font-size:14px;color:#939597}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td.resume-title>a{color:var(--bb-headings-color)}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td.resume-title>a:hover{color:var(--bb-primary-color)}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td ul li .candidate-dashboard-action-delete{color:var(--bb-danger-color)}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td.bb-ctrls{max-width:55px}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td.bb-ctrls a.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;pointer-events:none}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td.bb-ctrls a.bs-dropdown-link.active,#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td.bb-ctrls a.bs-dropdown-link:hover{background:0 0;opacity:1}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td.bb-ctrls i{font-size:20px}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td.candidate-location>span:before{content:"\eed1";font-family:bb-icons;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:relative;top:1px;margin-right:4px}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr:first-child td{border-radius:0}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr:last-child td{border-bottom:1px solid rgba(0,0,0,.05)}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr:hover{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 3px 24px 0 rgba(18,43,70,.08);position:relative;z-index:9}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody td:first-child{border-left:1px solid rgba(0,0,0,.05)}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody td:last-child{border-right:1px solid rgba(0,0,0,.05)}#resume-manager-candidate-dashboard table.resume-manager-resumes tfoot td{font-size:16px}#resume-manager-candidate-dashboard table.resume-manager-resumes tfoot tr:last-child td:first-child{border-radius:0 0 0 4px}#resume-manager-candidate-dashboard table.resume-manager-resumes tfoot tr:last-child td:last-child{border-radius:0 0 4px}#resume-manager-candidate-dashboard table.resume-manager-resumes tfoot tr:last-child td{border-bottom:1px solid rgba(0,0,0,.05)}#resume-manager-candidate-dashboard table.resume-manager-resumes tfoot td:first-child{border-left:1px solid rgba(0,0,0,.05)}#resume-manager-candidate-dashboard table.resume-manager-resumes tfoot td:last-child{border-right:1px solid rgba(0,0,0,.05)}#resume-manager-candidate-dashboard .bb-ctrls .bs-dropdown a:hover{background-color:var(--bb-body-background-color)!important}#resume-manager-candidate-dashboard .bb-ctrls .bs-dropdown a:before{font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased;line-height:10px;position:relative;top:1px;font-family:bb-icons;margin-right:7px}#resume-manager-candidate-dashboard .bb-ctrls .bs-dropdown a.candidate-dashboard-action-edit:before{content:"\ee5a"}#resume-manager-candidate-dashboard .bb-ctrls .bs-dropdown a.candidate-dashboard-action-publish:before{content:"\ee69"}#resume-manager-candidate-dashboard .bb-ctrls .bs-dropdown a.candidate-dashboard-action-hide:before{content:"\ee6a"}#resume-manager-candidate-dashboard .bb-ctrls .bs-dropdown a.candidate-dashboard-action-delete{color:var(--bb-danger-color)}#resume-manager-candidate-dashboard .bb-ctrls .bs-dropdown a.candidate-dashboard-action-delete:before{content:"\ef48"}#job-manager-job-applications .job-applications ul.job-applications .job-application header h3{vertical-align:middle}#job-manager-job-applications .job-applications ul.job-applications .job-application footer ul.actions{margin:0}#job-manager-job-applications .job-applications ul.job-applications .job-application footer ul.actions li a{padding:3em 1.5em 0}#job-manager-job-applications .job-applications ul.job-applications .job-application footer ul.actions li a:before{width:100%}@media screen and (max-width:544px){#job-manager-job-applications .job-applications ul.job-applications .job-application header{padding:2em 1em}#job-manager-job-applications .job-applications ul.job-applications .job-application footer ul.actions{width:100%;border-top:2px solid #eee}#job-manager-job-applications .job-applications ul.job-applications .job-application ul.meta{max-width:100%}}#job-manager-job-applications .job-applications ul.job-applications .job-application .job-application-meta{width:100%;margin:0 0 15px;border-radius:4px}.entry-content .job-manager-form fieldset{border:0;margin:0 0 30px;padding:0}.entry-content .job-manager-form label{display:inline-block;min-width:200px;padding-right:20px;vertical-align:top;font-size:15px;font-weight:500;margin-top:5px}.entry-content .job-manager-form .field{display:inline-block;min-width:65%;vertical-align:top}.entry-content .job-manager-form .field input{width:100%}.entry-content .job-manager-form .job-manager-chosen-select,.entry-content .job-manager-form select{width:100%}.entry-content .job-manager-form ul.chosen-choices{height:auto;background:#fff;min-width:100%;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0;list-style:none}.entry-content .job-manager-form li.search-field input[type=text]{min-width:160px;border:0;background:0 0}.entry-content .job-manager-form ul.chosen-results{list-style:none;margin:0;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}.entry-content .job-manager-form ul.chosen-results li{font-size:13px;padding:1px 12px}.entry-content .job-manager-form li.search-choice{padding:0 25px 0 12px!important;position:relative;margin-left:8px!important;text-align:center;height:26px;margin-top:6px!important;margin-right:0!important}.entry-content .job-manager-form a.search-choice-close{position:absolute;line-height:1;top:6px}.entry-content .job-manager-form .search-choice-close:after{content:"\e828";font:normal normal normal 14px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.entry-content .job-manager-form .chosen-drop{display:none}.entry-content .job-manager-form .chosen-container-active .chosen-drop{display:block}.entry-content .job-manager-form #widget_job_type_chosen{width:100%!important}.entry-content .job-manager-form #widget-get-code{padding-left:30px;padding-right:30px}@media (min-width:544px){.entry-content .job-manager-form #widget-get-code{margin-left:200px}}@media (max-width:1185px){.has-sidebar .entry-content .job-manager-form .field,.has-sidebar .entry-content .job-manager-form label{width:100%}.has-sidebar .entry-content .job-manager-form .field{min-width:100%}.has-sidebar .entry-content .job-manager-form #widget-get-code{margin:0}}@media (max-width:640px){.entry-content .job-manager-form .field,.entry-content .job-manager-form label{width:100%}.entry-content .job-manager-form #widget-get-code{margin:0}} \ No newline at end of file +div.job_listings a.load_more_jobs{width:100%;margin:0;padding:1em;border-bottom:0;text-transform:uppercase;font-size:12px;line-height:20px;color:var(--bb-primary-color)}div.job_listings a.load_more_jobs:hover{color:var(--bb-primary-color);border:0;background-color:transparent}div.job_listings a.load_more_jobs strong{font-weight:400;color:var(--bb-primary-color)}ul.job_listings .listing-bookmarked .position h3:before{display:none}ul.job_listings .listing-bookmarked div.position{position:relative}ul.job_listings .listing-bookmarked div.position:after{position:absolute;content:"\eef7";display:inline-block;width:16px;height:16px;-webkit-font-smoothing:antialiased;font-family:bb-icons!important;text-decoration:none;font-weight:500;font-style:normal;font-size:16px;line-height:16px;margin:0;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);color:var(--bb-primary-color)}@media (max-width:544px){ul.job_listings .listing-bookmarked div.position{position:initial}ul.job_listings .listing-bookmarked div.position:after{top:10px;right:10px;-webkit-transform:none;-ms-transform:none;transform:none}}@media (max-width:544px){.job_manager ul.job_listings li.job_listing a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.job_manager ul.job_listings li.job_listing a img.company_logo{visibility:visible}ul.job_listings{border-top:0}ul.job_listings.loading{box-shadow:0 0 0 1px var(--bb-content-border-color);background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius)}ul.job_listings li.job_listing{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);margin:0 0 -1px}ul.job_listings li.job_listing:first-child{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}ul.job_listings li.job_listing:last-child{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)}.widget ul.job_listings li.job_listing{border-width:0 0 1px;margin:0}.widget ul.job_listings li.job_listing:last-child{border:0}ul.job_listings li.job_listing a{position:relative;-webkit-transition:all linear .2s;transition:all linear .2s;padding:.6em 1em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}ul.job_listings li.job_listing a:hover{background-color:var(--bb-content-alternate-background-color);box-shadow:0 3px 24px 0 rgba(18,43,70,.08);border-left-color:#fff;border-right-color:#fff;border-radius:var(--bb-block-radius);position:relative;z-index:1}ul.job_listings li.job_listing a:hover div.position h3{color:var(--bb-primary-color)}.widget ul.job_listings li.job_listing a:hover{box-shadow:none;background-color:#fff}ul.job_listings li.job_listing a .image{margin-right:15px}ul.job_listings li.job_listing a img.company_logo{border-radius:100%;width:44px;height:auto;margin:0;padding:0;max-width:inherit;object-fit:cover;left:1em}@media (max-width:800px){ul.job_listings li.job_listing a img.company_logo{visibility:visible}}ul.job_listings li.job_listing a div.position{padding:0 0 0 60px}ul.job_listings li.job_listing a div.position h3 .job-manager-applications-applied-notice{font-size:12px;color:#48bf1e;line-height:18px;padding-top:2px;margin-right:.6em;position:relative;top:10px}ul.job_listings li.job_listing a div.position h3 .job-manager-applications-applied-notice:before{font-size:12px}ul.job_listings li.job_listing a div.position h3:before{font-size:14px;color:var(--bb-primary-color);line-height:18px;margin-left:1em;margin-right:.5em;padding-top:2px;position:relative;top:10px}@media (max-width:800px){ul.job_listings li.job_listing a div.location{text-align:left;width:25%}}@media (max-width:544px){ul.job_listings li.job_listing a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}ul.job_listings li.job_listing a img.company_logo{margin:0 auto 10px;position:static;width:64px;height:64px}ul.job_listings li.job_listing a div.position{width:100%;margin-bottom:10px;text-align:center;float:none;padding:0}ul.job_listings li.job_listing a div.position h3 .job-manager-applications-applied-notice{display:block;float:none;top:0}ul.job_listings li.job_listing a div.position h3:before{display:none;top:0}ul.job_listings li.job_listing a div.position div.company{width:100%}ul.job_listings li.job_listing a div.location{width:100%;text-align:center;margin-bottom:5px;padding:0;top:0}ul.job_listings li.job_listing a div.location:after{display:none}ul.job_listings li.job_listing a ul.meta{width:100%;text-align:center;padding:0}}ul.job_listings li.job_listing a div.position .company{font-size:14px;line-height:1.35;display:block;display:-webkit-box;max-height:1.35em;margin:0;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:85%;color:var(--bb-alternate-text-color)}ul.job_listings li.job_listing a div.position .company strong{font-weight:400}ul.job_listings li.job_listing a div.location{color:var(--bb-alternate-text-color);text-align:left}ul.job_listings li.job_listing div.location{font-size:14px;position:relative;top:10px}ul.job_listings li.job_listing div.location:before{content:"\eed1";font-family:bb-icons;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased}ul.job_listings li.job_listing div.location:after{content:"\00a0";display:block;font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased}ul.job_listings li.job_listing ul.meta li.job-type{display:inline-block;border-radius:100px;font-size:11px;padding:4px 10px;line-height:1;text-align:center}ul.job_listings li.job_listing ul.meta li.job-type.internship{background-color:#e6ddfb;color:#6033cc}ul.job_listings li.job_listing ul.meta li.job-type.freelance{background-color:#dcf2fd;color:#39c}ul.job_listings li.job_listing ul.meta li.job-type.full-time{background-color:#e4f6dd;color:#48bf1e}ul.job_listings li.job_listing ul.meta li.job-type.part-time{background-color:#fff6ef;color:#f08d3c}ul.job_listings li.job_listing ul.meta li.job-type.temporary{background-color:#ffe2e0;color:#d93674}ul.job_listings li.job_listing ul.meta li.date{font-size:12px;color:var(--bb-alternate-text-color);line-height:18px;padding-top:5px}ul.job_listings li.job_listing ul.meta li.application-deadline,ul.job_listings li.job_listing ul.meta li.application-deadline label{font-size:12px;color:#bdbdbd;line-height:18px;padding-top:5px}.elementor-widget ul.job_listings li.job_listing a{padding:1em}.elementor-widget ul.job_listings li.job_listing .image{float:left}.elementor-widget ul.job_listings li.job_listing .image img{left:0;position:relative}.elementor-widget ul.job_listings li.job_listing .content{overflow:hidden}.elementor-widget ul.job_listings li.job_listing ul.meta li{float:none}.elementor-widget ul.job_listings li.job_listing ul.meta li.job-type{padding:4px 10px}.elementor-widget ul.job_listings li.job_listing ul.meta li:after{padding:0 0 0 .5em}ul.job_listings li.no_job_listings_found{background-color:#fff;border:1px solid #e7eaec;margin:0 0 -1px;border-radius:4px}.job_filters{background-color:transparent;margin-bottom:0}.job_filters div.search_jobs>:not(div[style]){padding:0 10px}.job_filters .search_jobs{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;padding:0 10px 15px 0;margin:0 -10px}.job_filters .search_jobs div.search_submit{padding-top:0;margin:0 0 10px 10px}.job_filters .search_jobs div.search_keywords,.job_filters .search_jobs div.search_location{float:none;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:20%;margin-bottom:10px;padding:0 10px}.job_filters .search_jobs .search_categories{-webkit-box-flex:1;-ms-flex:1;flex:1}.job_filters .search_jobs .search_categories .chosen-container-multi .chosen-choices{border-radius:4px;padding:0 15px;border:1px solid var(--bb-content-border-color);background-color:var(--bb-content-background-color);background-image:none;height:41px!important;line-height:38px}.job_filters .search_jobs .search_categories select{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K)}.job_filters .search_jobs .search_keywords{position:relative}.job_filters .search_jobs .search_keywords:before{content:"\ef10";font-family:bb-icons;font-size:18px;color:#bdbdbd;text-rendering:auto;-webkit-font-smoothing:antialiased;position:absolute;top:7px;left:20px}.job_filters .search_jobs .search_keywords input{border-radius:4px;padding:0 15px 0 35px}.job_filters .search_jobs .search_location{position:relative}.job_filters .search_jobs .search_location:before{content:"\eed1";font-family:bb-icons;font-size:22px;color:#bdbdbd;text-rendering:auto;-webkit-font-smoothing:antialiased;position:absolute;top:7px;left:18px}.job_filters .search_jobs .search_location input{border-radius:4px;padding:0 15px 0 35px}.job_filters .search_jobs div.filter_wide{font-size:14px}.job_filters .search_jobs div.filter_wide .filter_by_tag_cloud a{display:inline-block;border-radius:100px;font-size:12px!important;padding:4px 6px 4px 10px;margin:0 2px;line-height:1;text-align:center;background-color:#eceef1;color:var(--bb-body-text-color);-webkit-transition:.2s linear all;transition:.2s linear all}.job_filters .search_jobs div.filter_wide .filter_by_tag_cloud a:hover{opacity:.8}.job_filters .search_jobs div.filter_wide .filter_by_tag_cloud a:after{content:"\e828";font-family:bb-icons;font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:relative;top:2px}.job_filters .search_jobs div.filter_wide .filter_by_tag_cloud a.active:after{content:"\e876";font-family:bb-icons;font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased}.job_filters .search_jobs .chosen-container-single .chosen-single{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:right 1rem center;font-family:inherit;font-size:15px;height:41px;outline:0;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:#313439}.job_filters .search_jobs .chosen-container-single .chosen-single span{line-height:40px}.job_filters .search_jobs .chosen-container-single .chosen-single div b{background-image:none}.job_filters .search_jobs .select2-container li.select2-search,.job_filters .search_jobs .select2-container li.select2-search input{margin:0;height:38px}.job_filters .search_jobs div.filter_wide,.job_filters .search_jobs div.search_categories{padding:0 10px;margin-bottom:10px}.job_filters .search_jobs .select2-container .select2-selection{border-color:var(--bb-content-border-color);background-color:var(--bb-content-background-color);padding:0 10px;line-height:.8}.job_filters .search_jobs .select2-container .select2-selection li{line-height:1.2;font-size:14px}.job_filters .search_jobs .select2-container .select2-selection .select2-selection__clear{margin-right:0;margin-top:14px}.job_filters .job_types{background-color:transparent;border-top:0;padding-bottom:1em}.job_filters .job_types li{border:0;padding:0 1.2em .5em 0;float:left}.job_filters .job_types li:first-child{padding-left:0}.job_filters .job_types li label{font-size:14px}.job_filters .showing_jobs{background:var(--bb-content-background-color);border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0;border:1px solid var(--bb-content-border-color);border-bottom:0;padding:1em;font-size:14px}.job_filters .showing_jobs a{color:var(--bb-headings-color);font-size:0}.job_filters .showing_jobs a:hover{color:var(--bb-primary-color)}.job_filters .showing_jobs a span:before{font-size:17px;text-rendering:auto;-webkit-font-smoothing:antialiased;line-height:1.6875rem;position:relative;top:1px;font-family:bb-icons;margin-right:7px}.job_filters .showing_jobs a.reset{padding-left:5px}.job_filters .showing_jobs a.reset span:before{font-family:bb-icons;content:"\e828";font-size:24px;top:3px;margin-right:2px;line-height:1.3875rem}.job_filters .showing_jobs a.rss_link span:before{font-family:bb-icons;content:"\ef0d";font-size:16px;font-weight:600}.job_filters .showing_jobs a.alert span:before{font-family:bb-icons!important;content:"\e8a5";font-size:16px}.page-header .jobs-search{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto}.page-header .jobs-search div{position:relative}.page-header .jobs-search div.search_keywords:before{content:"\ef10";font-family:bb-icons;font-size:18px;color:#bdbdbd;text-rendering:auto;-webkit-font-smoothing:antialiased;position:absolute;top:7px;left:12px}.page-header .jobs-search div.search_location{margin-left:10px;max-width:170px}.page-header .jobs-search div.search_location:before{content:"\eed1";font-family:bb-icons;font-size:22px;color:#bdbdbd;text-rendering:auto;-webkit-font-smoothing:antialiased;position:absolute;top:7px;left:10px}.page-header .jobs-search div.search_location input{padding:0 15px 0 35px;background-color:#e9ebed;width:100%}.page-header .jobs-search div input{border-radius:100px;padding:0 15px 0 35px}.page-header .jobs-search div label{display:none}.job-manager-message{background-color:#fff;border:1px solid var(--bb-content-border-color);border-top-color:var(--bb-content-border-color)!important;border-radius:4px;font-size:16px;box-shadow:none}.job-manager-message:before{font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons;content:"\e875"!important}#job-manager-alerts>p{font-size:16px;color:#939597;margin-bottom:10px}#job-manager-alerts table.job-manager-alerts{border-collapse:separate;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;margin-bottom:15px}#job-manager-alerts table.job-manager-alerts td,#job-manager-alerts table.job-manager-alerts th{background-color:#fff;padding-top:1rem;padding-bottom:1rem}#job-manager-alerts table.job-manager-alerts td:first-child,#job-manager-alerts table.job-manager-alerts th:first-child{padding-left:1em}#job-manager-alerts table.job-manager-alerts td.bb-ctrls,#job-manager-alerts table.job-manager-alerts th.bb-ctrls{max-width:40px}#job-manager-alerts table.job-manager-alerts td.bb-ctrls .bs-dropdown-wrap,#job-manager-alerts table.job-manager-alerts th.bb-ctrls .bs-dropdown-wrap{width:35px;-webkit-transform:translateZ(0);transform:translateZ(0)}#job-manager-alerts table.job-manager-alerts td.bb-ctrls .bs-dropdown-wrap ul.bs-dropdown,#job-manager-alerts table.job-manager-alerts th.bb-ctrls .bs-dropdown-wrap ul.bs-dropdown{z-index:9;background-color:#fff;-webkit-transform:translateZ(0);transform:translateZ(0)}#job-manager-alerts table.job-manager-alerts td.bb-ctrls .bs-dropdown-wrap ul.bs-dropdown li,#job-manager-alerts table.job-manager-alerts th.bb-ctrls .bs-dropdown-wrap ul.bs-dropdown li{background-color:#fff}#job-manager-alerts table.job-manager-alerts td.bb-ctrls .bs-dropdown-wrap ul.bs-dropdown li a,#job-manager-alerts table.job-manager-alerts th.bb-ctrls .bs-dropdown-wrap ul.bs-dropdown li a{background-color:#fff;position:relative;z-index:999}#job-manager-alerts table.job-manager-alerts td.bb-ctrls a.bs-dropdown-link,#job-manager-alerts table.job-manager-alerts th.bb-ctrls a.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;position:relative;z-index:0;pointer-events:none}#job-manager-alerts table.job-manager-alerts td.bb-ctrls a.bs-dropdown-link.active,#job-manager-alerts table.job-manager-alerts td.bb-ctrls a.bs-dropdown-link:hover,#job-manager-alerts table.job-manager-alerts th.bb-ctrls a.bs-dropdown-link.active,#job-manager-alerts table.job-manager-alerts th.bb-ctrls a.bs-dropdown-link:hover{background:0 0;opacity:1}#job-manager-alerts table.job-manager-alerts td.bb-ctrls i,#job-manager-alerts table.job-manager-alerts th.bb-ctrls i{font-size:20px}#job-manager-alerts table.job-manager-alerts thead th{text-transform:uppercase;font-size:14px;font-weight:500;color:var(--bb-alternate-text-color);white-space:nowrap}#job-manager-alerts table.job-manager-alerts thead tr:first-child th:first-child{border-radius:4px 0 0;border-left:1px solid rgba(0,0,0,.05)}#job-manager-alerts table.job-manager-alerts thead tr:first-child th:last-child{border-radius:0 4px 0 0;border-right:1px solid rgba(0,0,0,.05)}#job-manager-alerts table.job-manager-alerts thead tr:first-child th{border-top:1px solid rgba(0,0,0,.05)}#job-manager-alerts table.job-manager-alerts tbody tr{-webkit-transform:translateZ(-1em);transform:translateZ(-1em);position:relative;z-index:0}#job-manager-alerts table.job-manager-alerts tbody tr.alert-disabled td{opacity:1;background-color:var(--bb-body-background-color);color:#e0e1e1}#job-manager-alerts table.job-manager-alerts tbody tr td{border-bottom:0;font-size:14px;color:var(--bb-alternate-text-color)}#job-manager-alerts table.job-manager-alerts tbody tr td.alert_tag{min-width:65px}#job-manager-alerts table.job-manager-alerts tbody tr td small{font-size:12px;line-height:18px;margin-top:5px}#job-manager-alerts table.job-manager-alerts tbody tr td.alert_location>span:before{content:"\eed1";font-family:bb-icons;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:relative;top:1px;margin-right:4px}#job-manager-alerts table.job-manager-alerts tbody tr:hover{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 3px 24px 0 rgba(18,43,70,.08);position:relative;z-index:9}#job-manager-alerts table.job-manager-alerts tbody tr:last-child td{border-bottom:1px solid rgba(0,0,0,.05)}#job-manager-alerts table.job-manager-alerts tbody tr:last-child td:first-child{border-radius:0 0 0 4px}#job-manager-alerts table.job-manager-alerts tbody tr:last-child td:last-child{border-radius:0 0 4px}#job-manager-alerts table.job-manager-alerts tbody td:first-child{border-left:1px solid rgba(0,0,0,.05);font-size:16px}#job-manager-alerts table.job-manager-alerts tbody td:first-child ul{font-size:13px}#job-manager-alerts table.job-manager-alerts tbody td:first-child ul li .job-alerts-action-delete{color:var(--bb-danger-color)}#job-manager-alerts table.job-manager-alerts tbody td:last-child{border-right:1px solid rgba(0,0,0,.05)}#job-manager-alerts table.job-manager-alerts tfoot td{font-size:16px;padding:0;border:0;background-color:transparent}#job-manager-alerts table.job-manager-alerts tfoot td:first-child{padding-left:0}#job-manager-alerts table.job-manager-alerts tfoot td a{padding:5px 20px;margin-top:10px;font-size:14px;font-style:normal;color:#fff;background-color:var(--bb-primary-color);border-radius:100px;display:inline-block}#job-manager-alerts table.job-manager-alerts tfoot td a:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}#job-manager-alerts .wrap-job-manager-alerts,#job-manager-job-dashboard .wrap-job-manager-jobs{overflow-x:auto}.single-job-sidebar .wp-job-manager-bookmarks-form{text-align:left;margin:1em 0 0;border:0;font-size:14px}.wp-job-manager-bookmarks-form{text-align:left;margin:1em 0 0;border:0;font-size:14px}.wp-job-manager-bookmarks-form a.bookmark-notice{padding:0 .5em 0 0}.wp-job-manager-bookmarks-form a.bookmark-notice:before{text-align:center;margin:0 4px 0 0}.wp-job-manager-bookmarks-form a.remove-bookmark{float:none;color:var(--bb-danger-color)}.wp-job-manager-bookmarks-form .bookmark-details{text-align:left}.wp-job-manager-bookmarks-form .bookmark-details label{font-size:15px}.wp-job-manager-bookmarks-form .bookmark-details input[type=submit]{font-size:14px;min-height:34px;height:34px;padding:6px 20px}.bs-row-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bs-row-wrap>p{font-size:16px;color:var(--bb-alternate-text-color);margin-bottom:10px;margin-right:auto}.bs-row-wrap>a{padding:5px 20px;margin-bottom:10px;font-size:14px;font-style:normal;color:#fff;background-color:var(--bb-primary-color);border-radius:100px}.bs-row-wrap>a:before{font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased;line-height:10px;position:relative;top:1px;font-family:bb-icons;margin-right:3px;content:"\eef9"}.bs-row-wrap>a:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1);color:#fff}.entry-content-job{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-10px;margin-right:-10px;margin-bottom:20px}.entry-content-job .entry-primary{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 10px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.entry-content-job .entry-secondary{-webkit-box-flex:0;-ms-flex:0 0 380px;flex:0 0 380px;max-width:380px;padding-left:10px;padding-right:10px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.entry-content-job .entry-secondary .single-job-sidebar{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius)}@media (max-width:992px){.entry-content-job .entry-secondary{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding-top:.9375rem}body.single-resume .entry-content-job .entry-secondary{padding-top:5em}body.single-resume .entry-content-job .entry-secondary .resume_contact{display:none}}.ui-widget-content{border:1px solid var(--bb-content-border-color)}.ui-widget{font-family:inherit}.ui-datepicker.ui-widget{font-family:inherit}.ui-datepicker.ui-widget .ui-datepicker-header{background:#fff;border:0;font-weight:400;font-size:1em;margin:0 -.2em;padding-bottom:.6em;border-bottom:1px solid var(--bb-content-border-color);border-radius:0}.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-title{font-size:.9em;color:var(--bb-primary-color)}.ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-next,.ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-prev{border:1px solid #fff;background:#fff;top:0;cursor:pointer}.ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-next:hover,.ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-prev:hover{border:1px solid #fff;background:#fff}.ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-next span,.ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-prev span{background-image:none;position:static;margin:0;font-size:0;text-indent:0;width:100%;height:100%;text-align:center;line-height:1.8}.ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-next span:before,.ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-prev span:before{content:"\e827";font-family:bb-icons;font-weight:400;speak:none;display:inline-block;color:#939597;font-size:20px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-next{right:0}.ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-prev{left:0}.ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-prev span:before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.ui-datepicker.ui-widget table{font-size:15px;border:0}.ui-datepicker.ui-widget table th{font-weight:400;color:#e0e1e1}.ui-datepicker.ui-widget table td{padding:0}.ui-datepicker.ui-widget table td a{text-align:center;line-height:34px;width:36px;padding:0}.ui-datepicker.ui-widget table .ui-state-default{background:#fff;border:1px solid #fff}.ui-datepicker.ui-widget table .ui-state-default.ui-state-active{background:var(--bb-primary-color);color:#fff;border-radius:100%}.single-job_listing .ui-widget.ui-widget-content{z-index:999991!important}.job-manager-error{background:var(--bb-danger-color);color:#fff;border:0;box-shadow:none;font-size:16px;border-radius:4px}.job-manager-error:before{color:#fff!important}.job-manager-info,.job_listing .job-manager-info{background:var(--bb-default-notice-color);color:#fff;border:0;box-shadow:none;font-size:16px;border-radius:var(--bb-block-radius)}.job-manager-info:before,.job_listing .job-manager-info:before{color:#fff!important;font-family:bb-icons;content:"\eebc";font-style:normal;font-weight:100}#job-manager-bookmarks table ul.job-manager-bookmark-actions li a.job-manager-bookmark-action-delete{color:var(--bb-danger-color)}table.job-manager-bookmarks{border-collapse:separate;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}table.job-manager-bookmarks td,table.job-manager-bookmarks th{background-color:#fff}table.job-manager-bookmarks td:first-child,table.job-manager-bookmarks th:first-child{padding-left:1em}table.job-manager-bookmarks thead th{text-transform:uppercase;font-size:14px;font-weight:400;color:var(--bb-alternate-text-color);white-space:nowrap;padding-top:1rem;padding-bottom:1rem}table.job-manager-bookmarks thead tr:first-child th:first-child{border-radius:4px 0 0;border-left:1px solid rgba(0,0,0,.05)}table.job-manager-bookmarks thead tr:first-child th:last-child{border-radius:0 4px 0 0;border-right:1px solid rgba(0,0,0,.05)}table.job-manager-bookmarks thead tr:first-child th{border-top:1px solid rgba(0,0,0,.05)}table.job-manager-bookmarks tbody tr{-webkit-transform:translateZ(-1em);transform:translateZ(-1em);position:relative;z-index:0}table.job-manager-bookmarks tbody tr td{border-bottom:0;font-size:14px;color:var(--bb-alternate-text-color);padding-top:1em;padding-bottom:1em}table.job-manager-bookmarks tbody tr td>p{margin-bottom:.6875rem}table.job-manager-bookmarks tbody tr td.bb-ctrls{max-width:40px;padding-right:1em;padding-left:0}table.job-manager-bookmarks tbody tr td.bb-ctrls .bs-dropdown-wrap{width:35px}table.job-manager-bookmarks tbody tr td.bb-ctrls a.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;pointer-events:none}table.job-manager-bookmarks tbody tr td.bb-ctrls a.bs-dropdown-link.active,table.job-manager-bookmarks tbody tr td.bb-ctrls a.bs-dropdown-link:hover{background:0 0;opacity:1}table.job-manager-bookmarks tbody tr td.bb-ctrls i{font-size:20px}table.job-manager-bookmarks tbody tr:hover{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 3px 24px 0 rgba(18,43,70,.08);position:relative;z-index:9}table.job-manager-bookmarks tbody tr:last-child td{border-bottom:1px solid rgba(0,0,0,.05)}table.job-manager-bookmarks tbody tr:last-child td:first-child{border-radius:0 0 0 4px}table.job-manager-bookmarks tbody tr:last-child td:last-child{border-radius:0 0 4px}table.job-manager-bookmarks tbody td:first-child{border-left:1px solid rgba(0,0,0,.05)}table.job-manager-bookmarks tbody td:first-child a{color:var(--bb-headings-color)}table.job-manager-bookmarks tbody td:first-child a:hover{color:var(--bb-primary-color)}table.job-manager-bookmarks tbody td:last-child{border-right:1px solid rgba(0,0,0,.05)}.job-manager-form #widget-code-wrapper #widget-code-preview iframe{border:0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;border-radius:4px}.job-manager-form #widget-code-wrapper #widget-code-content textarea{width:100%;font-family:"Courier New",courier,"Lucida Sans Typewriter","Lucida Typewriter",monospace;font-size:12px;line-height:20px}.job-manager-form fieldset .account-sign-in{color:var(--bb-alternate-text-color)}.job-manager-form fieldset .account-sign-in a.button{padding:0 30px;height:33px;line-height:30px}.job-manager-form fieldset .account-sign-in a.button:before{display:none}.job-manager-form fieldset label{font-weight:700;line-height:1.6875rem}@media (max-width:992px){.job-manager-form fieldset label{line-height:1.5rem}}.job-manager-form fieldset .wp-editor-container button:hover{background-color:transparent;border:0}.job-manager-form fieldset .wp-editor-container .mce-toolbar .mce-btn-group .mce-btn{border:0}.job-manager-form fieldset .wp-editor-container .mce-toolbar .mce-btn-group .mce-btn:hover{box-shadow:none}.job-manager-form fieldset .wp-editor-container .mce-toolbar .mce-btn-group .mce-btn .mce-ico{color:#96a2ad}.job-manager-form fieldset .resume-manager-data-row{padding-top:15px}.job-manager-form fieldset .resume-manager-data-row a.resume-manager-remove-row,.job-manager-form fieldset .resume-manager-data-row a.resume-manager-remove-row:hover{margin:-.5em 0 0;color:var(--bb-alternate-text-color)}.job-manager-form fieldset a.resume-manager-add-row{border:1px solid var(--bb-primary-color);border-radius:100px;font-size:14px;padding:5px 15px;color:var(--bb-primary-color)}.job-manager-form fieldset a.resume-manager-add-row:hover{color:var(--bb-primary-color)}.job-manager-form fieldset>label[for=alert_cats],.job-manager-form fieldset>label[for=alert_job_type]{pointer-events:none;cursor:default}@media (max-width:544px){.job-manager-form fieldset{margin-bottom:0}.job-manager-form fieldset label{width:100%}.job-manager-form fieldset div.field{width:100%}}body:not(.bb-page-loaded) .job-embed-from fieldset div.field input[type=checkbox],body:not(.bb-page-loaded) .job-embed-from fieldset div.field select[multiple] option,body:not(.bb-page-loaded) .job-manager-form fieldset select[multiple] option{display:none}@media (max-width:800px){.jm-table-wrap{overflow-x:auto;overflow-x:scroll;overflow-y:hidden}.jm-table-wrap table{min-width:850px}.jm-table-wrap table.job-manager-alerts,.jm-table-wrap table.job-manager-jobs,.jm-table-wrap table.resume-manager-resumes{margin-bottom:40px}.jm-table-wrap table.job-manager-alerts td.bb-ctrls ul.bs-dropdown,.jm-table-wrap table.job-manager-jobs td.bb-ctrls ul.bs-dropdown,.jm-table-wrap table.resume-manager-resumes td.bb-ctrls ul.bs-dropdown{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row;flex-flow:row}.jm-table-wrap table.job-manager-alerts td.bb-ctrls ul.bs-dropdown li,.jm-table-wrap table.job-manager-jobs td.bb-ctrls ul.bs-dropdown li,.jm-table-wrap table.resume-manager-resumes td.bb-ctrls ul.bs-dropdown li{float:left;display:inline-block;width:auto}.jm-table-wrap table.job-manager-alerts td.bb-ctrls ul.bs-dropdown li a,.jm-table-wrap table.job-manager-jobs td.bb-ctrls ul.bs-dropdown li a,.jm-table-wrap table.resume-manager-resumes td.bb-ctrls ul.bs-dropdown li a{padding-left:8px;padding-right:8px;white-space:nowrap}}@media only screen and (min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi){.chosen-container-single .chosen-single div b{background-image:none!important}}.job-manager-form fieldset{border-bottom:0}.job-manager-form fieldset label{font-size:16px}.job-manager-form fieldset div.field{font-size:16px}.job-manager-form fieldset div.field small.description{font-size:12px;margin-top:.5em}.job-manager-form fieldset input[type=file]{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.job-manager-form fieldset input[placeholder]{text-overflow:ellipsis}.job-manager-form fieldset ::-webkit-input-placeholder{text-overflow:ellipsis}.job-manager-form fieldset :-ms-input-placeholder{text-overflow:ellipsis}.job-manager-form fieldset ::placeholder{text-overflow:ellipsis}.job-manager-form fieldset input:placeholder{text-overflow:ellipsis}.job-manager-form fieldset input[type=file]+label{font-size:16px;font-weight:700;color:var(--bb-primary-color);background-color:var(--bb-content-background-color);border:2px dashed var(--bb-content-border-color);width:100%;text-align:center;padding:2em 1em;display:inline-block;float:none;cursor:pointer}.job-manager-form fieldset input[type=file]+label:hover,.job-manager-form fieldset input[type=file]:focus+label{color:var(--bb-primary-color)}.job-manager-form fieldset select[multiple]{height:40px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:right 1rem center;padding-right:40px;overflow:hidden}.job-manager-form fieldset select::-ms-expand{display:none}.job-manager-form fieldset select:not([multiple=multiple]){background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K)}.job-manager-form fieldset .chosen-container-multi .chosen-choices{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:right 1rem center;font-family:inherit;font-size:15px;height:41px;outline:0;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}.job-manager-form fieldset .chosen-container-multi .chosen-choices li.search-field input[type=text]{color:#c3c6c9}.job-manager-form fieldset .chosen-container-multi .chosen-choices li.search-choice{margin-top:8px;font-size:12px;background-color:#eceef1;border-radius:100px;padding-left:10px;padding-right:25px;background-image:none;border:0;margin-left:0;margin-right:5px}.job-manager-form fieldset .chosen-container-multi .chosen-choices li.search-choice a.search-choice-close{right:8px;font-weight:400}.job-manager-form fieldset .resume-manager-data-row fieldset:last-child{border-bottom:1px dashed #eee}#submit-job-form .fieldset-company_logo>label,#submit-job-form .fieldset-job_category>label,#submit-job-form .fieldset-job_deadline>label,#submit-job-form .fieldset-job_type>label{pointer-events:none;cursor:default}#submit-job-form>p{font-size:16px}#submit-job-form p input[type=submit]{margin-left:30%;padding-left:40px;padding-right:40px}#submit-job-form .fieldset-job_deadline .field{position:relative}#submit-job-form .fieldset-job_deadline .field span.jm-clear{position:absolute;top:-30px;right:0;color:#ccc;cursor:pointer}#submit-job-form input.button.secondary.save_draft{margin-left:10px}#submit-job-form .fieldset-agreement-checkbox .field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}#submit-job-form .fieldset-agreement-checkbox .field input[type=checkbox]{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:auto}#submit-job-form .fieldset-agreement-checkbox .field label{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding-right:35px}@media screen and (max-width:1185px){#submit-job-form .fieldset-agreement-checkbox .field label{width:auto;padding-right:15px}}@media (max-width:544px){#submit-job-form fieldset label{width:100%;float:none;margin-bottom:5px}#submit-job-form fieldset div.field{width:100%;float:none}#submit-job-form input.button.secondary.save_draft{margin-left:0}#submit-job-form p input[type=submit]{margin-left:0;padding-left:35px;padding-right:35px}}.single-job_listing .entry-meta{margin-bottom:25px}article.job_listing ul.job-listing-meta{list-style:none outside;padding:0;margin:0 0 1.2em;overflow:hidden;zoom:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}article.job_listing ul.job-listing-meta li{line-height:1em;padding:2px 10px 2px 0;margin-bottom:5px;font-size:14px;color:var(--bb-alternate-text-color)}article.job_listing ul.job-listing-meta li.job-type{display:inline-block;border-radius:100px;font-size:11px;line-height:1;text-align:center;margin-right:1em;padding:4px 10px}article.job_listing ul.job-listing-meta li.job-type.internship{background-color:#e6ddfb;color:#6033cc}article.job_listing ul.job-listing-meta li.job-type.freelance{background-color:#dcf2fd;color:#39c}article.job_listing ul.job-listing-meta li.job-type.full-time{background-color:#e4f6dd;color:#48bf1e}article.job_listing ul.job-listing-meta li.job-type.part-time{background-color:#fff6ef;color:#f08d3c}article.job_listing ul.job-listing-meta li.job-type.temporary{background-color:#ffe2e0;color:#d93674}article.job_listing ul.job-listing-meta li.location{margin-right:.5em}article.job_listing ul.job-listing-meta li.location:before{content:"\eed1";font-family:bb-icons!important;font-size:20px;text-rendering:auto;display:inline-block;-webkit-font-smoothing:antialiased;margin-right:7px}article.job_listing ul.job-listing-meta li.location a{color:var(--bb-headings-color)}article.job_listing ul.job-listing-meta li.location a:hover{color:var(--bb-primary-color)}article.job_listing ul.job-listing-meta li.date-posted{margin-right:.5em}article.job_listing ul.job-listing-meta li.date-posted:before{content:"\e884";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:7px}article.job_listing ul.job-listing-meta li.salary{margin-right:.5em}article.job_listing ul.job-listing-meta li.salary:before{content:"\e86f";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:7px}article.job_listing ul.job-listing-meta li.position-filled:before{content:"\e876";font-family:bb-icons!important;font-size:26px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:5px;position:relative;top:3px}article.job_listing ul.job-listing-meta li.application-deadline:before{content:"\e884";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:7px}article.job_listing ul.job-listing-meta li.application-deadline,article.job_listing ul.job-listing-meta li.application-deadline label{font-size:14px;color:var(--bb-danger-color)}@media (max-width:544px){article.job_listing ul.job-listing-meta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:.5em}article.job_listing ul.job-listing-meta li{margin-bottom:5px}}article.job_listing .job-manager-applications-applied-notice{font-size:14px;color:#90da36}article.job_listing .entry-content .single_job_listing .company{box-shadow:none;border:0;padding:1em 0}article.job_listing .entry-content .single_job_listing .company img.company_logo{border-radius:100%;width:52px;height:52px;left:0;position:relative;object-fit:cover}article.job_listing .entry-content .single_job_listing .company p.name{margin-left:52px;padding-left:10px}article.job_listing .entry-content .single_job_listing .company p.name a{font-size:14px;color:#7f868f}article.job_listing .entry-content .single_job_listing .company p.name a:hover{color:var(--bb-primary-color)}article.job_listing .entry-content .single_job_listing .company p.name a:hover:before{color:#7f868f}article.job_listing .entry-content .single_job_listing .company p.name a.company_twitter:before{content:"\edf4 ";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:7px}article.job_listing .entry-content .single_job_listing .company p.name a.website:before{content:"\eec8";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:7px}article.job_listing .entry-content .single_job_listing .company p.tagline{margin-left:52px;padding-left:10px;font-size:14px}article.job_listing .entry-content .single_job_listing .job_description .job_tags{font-size:14px;color:#7f868f}article.job_listing .entry-content-job .application .application_button{padding:10px 40px;font-size:15px}article.job_listing .entry-content-job .application input.apply-with-facebook{float:none;margin-bottom:0;padding:10px 25px;font-size:15px;background-color:#3c5a9a;border-color:#3c5a9a;background-image:none}@media (max-width:544px){article.job_listing .entry-content-job .application .application_button,article.job_listing .entry-content-job .application input.apply-with-facebook{width:100%;margin-bottom:10px}}article.job_listing .single-job-sidebar figure.entry-img{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0;margin:0}article.job_listing .single-job-sidebar .job-media{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0;height:150px;padding:1em;background-color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}article.job_listing .single-job-sidebar .job-media img{max-height:100%;width:auto;border-radius:4px;margin:0 auto}article.job_listing .single-job-sidebar .company-bar{padding:20px}article.job_listing .single-job-sidebar .company-bar h3{text-align:left;text-transform:uppercase;font-size:14px;font-weight:500;margin-bottom:.5em}article.job_listing .single-job-sidebar .company-bar .company_logo{border-radius:100%;width:52px;height:52px;display:block;margin:0 auto}article.job_listing .single-job-sidebar .company-bar .application{text-align:center;margin-bottom:1em}article.job_listing .single-job-sidebar .company-bar .application .application_details{font-size:14px;line-height:21px;margin-top:15px}article.job_listing .single-job-sidebar .company-bar .application .application_details p{margin:0}article.job_listing .single-job-sidebar .company-bar .application .application_button{padding:10px 40px;width:100%}article.job_listing .single-job-sidebar .company-bar .application .apply-with-facebook{background-color:#3c5a9a;color:#fff;width:100%;margin-bottom:10px}article.job_listing .single-job-sidebar .name-meta{font-size:14px;color:var(--bb-alternate-text-color)}article.job_listing .single-job-sidebar .name-meta a{color:var(--bb-alternate-text-color)}article.job_listing .single-job-sidebar .name-meta a:hover{color:var(--bb-headings-color)}article.job_listing .single-job-sidebar .name-meta a:hover:before{color:var(--bb-alternate-text-color)}article.job_listing .single-job-sidebar .name-meta a:before{font-family:bb-icons!important;font-size:18px;display:inline-block;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:5px;position:relative;top:1px}article.job_listing .single-job-sidebar .name-meta a.website:before{content:"\eec8"}article.job_listing .single-job-sidebar .name-meta a.company_twitter:before{content:"\edf4"}article.job_listing .single-job-sidebar p.tagline{font-size:14px;color:var(--bb-alternate-text-color);line-height:21px;margin:1em 0 .5em}.single-job_listing article.job_listing .entry-content-wrap{padding-left:0;padding-right:0}.single-job_listing article.job_listing .entry-content-wrap .entry-header{margin-bottom:.7rem}.single-job_listing article.job_listing .entry-content-wrap .entry-header h1{font-weight:500;font-size:34px;line-height:42px}.single-job_listing article.job_listing .job-listing-meta-after-wrap .wp-job-manager-bookmarks-form a{padding:0 .5em 0 0}@media (max-width:992px){.single-job_listing article.job_listing .job-listing-meta-after-wrap .wp-job-manager-bookmarks-form a{display:block}}.entry-content-job .entry-primary .entry-content{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);padding:20px}.entry-content-job .entry-primary .entry-content .company_video{border-top:0;padding:1em 0 0;margin:0 0 1.5em;position:relative;padding-bottom:56.25%;padding-top:0;height:0;overflow:hidden}.entry-content-job .entry-primary .entry-content .company_video iframe{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;display:block}.entry-content-job .entry-primary .single_job_listing .company,.entry-content-job .entry-primary .single_job_listing .job-manager-applications-applied-notice,.entry-content-job .entry-primary .single_job_listing .wp-job-manager-bookmarks-form,.entry-content-job .entry-primary .single_job_listing ul.job-listing-meta{display:none}.entry-content-job .entry-primary .single_job_listing .application{text-align:center;overflow:visible}.entry-content-job .entry-primary .single_job_listing .application .application_details{font-size:14px;line-height:21px;background:#fff;box-shadow:0 2px 3px 1px rgba(0,0,0,.05),0 5px 15px 0 rgba(18,43,70,.1);border-radius:4px}.entry-content-job .entry-primary .single_job_listing .application .application_details:before{left:0;right:0;margin-left:auto;margin-right:auto}.entry-content-job .entry-primary .single_job_listing .application .application_details:after{left:0;right:0;margin-left:auto;margin-right:auto}.entry-content-job .entry-primary .single_job_listing .job-manager-single-alert-link{text-align:center;font-size:14px;margin-bottom:10px}.entry-content-job .entry-primary .single_job_listing .job-manager-single-alert-link a:before{content:"\ee62";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin:0 7px 0 0}.entry-content-job .job_description{line-height:28px;letter-spacing:-.24px}.entry-content-job .job_description h1,.entry-content-job .job_description h2,.entry-content-job .job_description h3,.entry-content-job .job_description h4,.entry-content-job .job_description h5,.entry-content-job .job_description h6{font-weight:500;margin-bottom:.9rem}.post-related-jobs{margin-bottom:20px}.post-related-jobs ul.job_listings li.job_listing{border:0;width:100%}.post-related-jobs ul.job_listings_grid:not(.slick-initialized) li.job_listing{border:1px solid #e7eaec}.post-related-jobs ul.job_listings_grid:not(.slick-initialized) li.job_listing a{padding:1em}.post-related-jobs ul.job_listings_grid:not(.slick-initialized) li.job_listing a ul.meta li{display:none}.post-related-jobs ul.job_listings_grid:not(.slick-initialized) li.job_listing a ul.meta li.job-type{display:inline-block}.post-related-jobs ul.job_listings_grid:not(.slick-initialized) li.job_listing a div.position h3:before{top:12px}.post-related-jobs ul.job_listings_grid:not(.slick-initialized) li.job_listing a .location{line-height:1.3em}.post-related-jobs ul.job_listings_grid.slick-initialized{display:block;margin-left:-10px;margin-right:-10px}.post-related-jobs ul.job_listings_grid.slick-initialized li.job_listing{width:25%;float:left;padding-left:10px;padding-right:10px;margin:0;background-color:transparent}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);text-align:center}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related>a{min-height:285px;display:block}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related img.company_logo{position:static;float:none;width:100px;height:100px;margin:0 auto 10px;visibility:visible;-webkit-clip-path:circle(49% at 50% 50%);clip-path:circle(49% at 50% 50%);object-fit:cover}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related div.position{width:100%;padding:0;float:none}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related div.position h3{margin-bottom:10px}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related div.position h3:before{display:none}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related div.position .company{width:100%}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related div.position .company strong{color:var(--bb-alternate-text-color)}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related div.location{width:100%;padding:0;float:none;text-align:center;color:var(--bb-alternate-text-color)}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related ul.meta{width:100%;float:none;padding:10px 0 0;text-align:center}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related ul.meta li{display:none}.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related ul.meta li.job-type{display:inline-block}.post-related-jobs ul.job_listings_grid.slick-initialized .slick-arrow{width:50px;height:50px;margin-top:-25px;opacity:1;background-color:var(--bb-content-background-color);box-shadow:0 0 6px 0 rgba(0,0,0,.09)}.post-related-jobs ul.job_listings_grid.slick-initialized .slick-arrow.bb-slide-next{right:-5px}.post-related-jobs ul.job_listings_grid.slick-initialized .slick-arrow.bb-slide-prev{left:-5px}.post-related-jobs ul.job_listings_grid.slick-initialized .slick-arrow i{color:var(--bb-headings-color);line-height:50px}.post-related-jobs ul.job_listings_grid.slick-initialized .slick-arrow.slick-disabled{cursor:default}.post-related-jobs ul.job_listings_grid.slick-initialized .slick-arrow.slick-disabled i{opacity:.2}@media (max-width:544px){.post-related-jobs ul.job_listings_grid{margin-left:0;margin-right:0}.post-related-jobs ul.job_listings_grid li.job_listing{padding-left:0;padding-right:0}}.post-related-jobs>h4{position:relative;text-transform:uppercase;font-weight:500;font-size:16px}.post-related-jobs>h4 .slick-arrow{width:30px;height:30px;margin-top:0;opacity:1;background:0 0;box-shadow:none;float:right;top:5%}.post-related-jobs>h4 .slick-arrow.bb-slide-next{right:5px;top:0}.post-related-jobs>h4 .slick-arrow.bb-slide-prev{right:35px;left:inherit}.post-related-jobs>h4 .slick-arrow i{color:#939597}@media (min-width:1280px){.post-related-jobs>h4 .slick-arrow{display:none!important}}#job_preview .job_listing_preview,#job_preview .resume_preview,#resume_preview .job_listing_preview,#resume_preview .resume_preview{border:1px solid var(--bb-content-border-color);border-top:0;padding:1em;background-color:#fff;border-radius:0 0 4px 4px}#job_preview .job_listing_preview>h1,#job_preview .resume_preview>h1,#resume_preview .job_listing_preview>h1,#resume_preview .resume_preview>h1{font-weight:500}#job_preview .job_listing_preview .job_description .job_tags,#job_preview .resume_preview .job_description .job_tags,#resume_preview .job_listing_preview .job_description .job_tags,#resume_preview .resume_preview .job_description .job_tags{font-size:14px}#job_preview .job_listing_preview_title,#job_preview .resume_preview_title,#resume_preview .job_listing_preview_title,#resume_preview .resume_preview_title{border-radius:4px 4px 0 0;background-color:#fff;border:1px solid var(--bb-content-border-color);padding-bottom:1em;padding-top:1em}#job_preview .job_listing_preview_title input.button,#job_preview .resume_preview_title input.button,#resume_preview .job_listing_preview_title input.button,#resume_preview .resume_preview_title input.button{height:35px;max-height:35px;min-height:35px;padding:5px 20px}#job_preview ul.job-listing-meta,#resume_preview ul.job-listing-meta{list-style:none outside;padding:0;margin:0 0 1.5em;overflow:hidden;zoom:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#job_preview ul.job-listing-meta li,#resume_preview ul.job-listing-meta li{line-height:1em;padding:2px 10px 2px 0}#job_preview ul.job-listing-meta li.job-type,#resume_preview ul.job-listing-meta li.job-type{display:inline-block;border-radius:100px;font-size:11px;line-height:1;text-align:center;margin-right:1em;padding:4px 10px}#job_preview ul.job-listing-meta li.job-type.internship,#resume_preview ul.job-listing-meta li.job-type.internship{background-color:#e6ddfb;color:#6033cc}#job_preview ul.job-listing-meta li.job-type.freelance,#resume_preview ul.job-listing-meta li.job-type.freelance{background-color:#dcf2fd;color:#39c}#job_preview ul.job-listing-meta li.job-type.full-time,#resume_preview ul.job-listing-meta li.job-type.full-time{background-color:#e4f6dd;color:#90da36}#job_preview ul.job-listing-meta li.job-type.part-time,#resume_preview ul.job-listing-meta li.job-type.part-time{background-color:#fff6ef;color:#f08d3c}#job_preview ul.job-listing-meta li.job-type.temporary,#resume_preview ul.job-listing-meta li.job-type.temporary{background-color:#ffe2e0;color:#d93674}#job_preview ul.job-listing-meta li.location,#resume_preview ul.job-listing-meta li.location{font-size:14px;color:var(--bb-headings-color);margin-right:.5em}#job_preview ul.job-listing-meta li.location:before,#resume_preview ul.job-listing-meta li.location:before{content:"\eed1";font-family:bb-icons!important;font-size:20px;display:inline-block;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:7px}#job_preview ul.job-listing-meta li.location a,#resume_preview ul.job-listing-meta li.location a{color:#7f868f}#job_preview ul.job-listing-meta li.location a:hover,#resume_preview ul.job-listing-meta li.location a:hover{color:var(--bb-primary-color)}#job_preview ul.job-listing-meta li.date-posted,#resume_preview ul.job-listing-meta li.date-posted{font-size:14px;color:var(--bb-alternate-text-color);margin-right:.5em}#job_preview ul.job-listing-meta li.date-posted:before,#resume_preview ul.job-listing-meta li.date-posted:before{content:"\e884";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:7px}#job_preview ul.job-listing-meta li.application-deadline,#resume_preview ul.job-listing-meta li.application-deadline{font-size:14px;color:var(--bb-danger-color);margin-right:.5em}#job_preview ul.job-listing-meta li.application-deadline label,#resume_preview ul.job-listing-meta li.application-deadline label{font-size:14px;color:var(--bb-danger-color)}#job_preview ul.job-listing-meta li.application-deadline:before,#resume_preview ul.job-listing-meta li.application-deadline:before{content:"\e884";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:7px;color:var(--bb-danger-color)}#job_preview .single-resume .resume-aside,#job_preview .single_job_listing .company,#resume_preview .single-resume .resume-aside,#resume_preview .single_job_listing .company{box-shadow:none;border:0;padding:0}#job_preview .single-resume .resume-aside img,#job_preview .single_job_listing .company img,#resume_preview .single-resume .resume-aside img,#resume_preview .single_job_listing .company img{border-radius:100%;left:0;position:relative;width:44px;height:44px}#job_preview .single-resume .resume-aside .name,#job_preview .single_job_listing .company .name,#resume_preview .single-resume .resume-aside .name,#resume_preview .single_job_listing .company .name{margin:0 0 0 54px;padding:0}#job_preview .single-resume .resume-aside .name a,#job_preview .single_job_listing .company .name a,#resume_preview .single-resume .resume-aside .name a,#resume_preview .single_job_listing .company .name a{font-size:14px;color:#7f868f;float:right}#job_preview .single-resume .resume-aside .name a:hover,#job_preview .single_job_listing .company .name a:hover,#resume_preview .single-resume .resume-aside .name a:hover,#resume_preview .single_job_listing .company .name a:hover{color:var(--bb-primary-color)}#job_preview .single-resume .resume-aside .name a:hover:before,#job_preview .single_job_listing .company .name a:hover:before,#resume_preview .single-resume .resume-aside .name a:hover:before,#resume_preview .single_job_listing .company .name a:hover:before{color:#7f868f}#job_preview .single-resume .resume-aside .name a:before,#job_preview .single_job_listing .company .name a:before,#resume_preview .single-resume .resume-aside .name a:before,#resume_preview .single_job_listing .company .name a:before{font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:5px;position:relative;top:1px}#job_preview .single-resume .resume-aside .name a.website:before,#job_preview .single_job_listing .company .name a.website:before,#resume_preview .single-resume .resume-aside .name a.website:before,#resume_preview .single_job_listing .company .name a.website:before{content:"\eec8"}#job_preview .single-resume .resume-aside .name a.company_twitter:before,#job_preview .single_job_listing .company .name a.company_twitter:before,#resume_preview .single-resume .resume-aside .name a.company_twitter:before,#resume_preview .single_job_listing .company .name a.company_twitter:before{content:"\edf4 "}#job_preview .single-resume .resume-aside .tagline,#job_preview .single_job_listing .company .tagline,#resume_preview .single-resume .resume-aside .tagline,#resume_preview .single_job_listing .company .tagline{margin:0 0 0 54px;padding:0;font-size:14px;color:var(--bb-alternate-text-color);font-style:normal}#job_preview .single_job_listing .company{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;margin-bottom:1em}#job_preview .single_job_listing .company img{-webkit-box-flex:0;-ms-flex:0 0 44px;flex:0 0 44px;max-width:44px}#job_preview .single_job_listing .company p.name{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0;padding-left:10px}#job_preview .single_job_listing .company p.tagline{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:0;padding-left:0;padding-top:10px}@media (max-width:992px){body.has-sidebar #job_preview ul.job-listing-meta,body.has-sidebar #resume_preview ul.job-listing-meta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:.5em}body.has-sidebar #job_preview ul.job-listing-meta li,body.has-sidebar #resume_preview ul.job-listing-meta li{margin-bottom:5px}body.has-sidebar #job_preview .job_listing_preview_title h2,body.has-sidebar #job_preview .resume_preview_title h2,body.has-sidebar #resume_preview .job_listing_preview_title h2,body.has-sidebar #resume_preview .resume_preview_title h2{clear:both;padding-top:15px}body.has-sidebar #job_preview .job_listing_preview_title .button,body.has-sidebar #job_preview .resume_preview_title .button,body.has-sidebar #resume_preview .job_listing_preview_title .button,body.has-sidebar #resume_preview .resume_preview_title .button{float:left;margin-left:0;margin-right:.25em;margin-bottom:.5em}body.has-sidebar #job_preview .job_listing_preview>h1,body.has-sidebar #resume_preview .job_listing_preview>h1{margin-bottom:.7rem}body.has-sidebar #job_preview .company p.name>a,body.has-sidebar #resume_preview .company p.name>a{float:left;margin-right:1em;margin-left:0}body.has-sidebar #job_preview .company p.name>strong,body.has-sidebar #resume_preview .company p.name>strong{display:inline-block;clear:both;width:100%}}@media (max-width:800px){#job_preview ul.job-listing-meta,#resume_preview ul.job-listing-meta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:.5em}#job_preview ul.job-listing-meta li,#resume_preview ul.job-listing-meta li{margin-bottom:5px}#job_preview .job_listing_preview_title h2,#job_preview .resume_preview_title h2,#resume_preview .job_listing_preview_title h2,#resume_preview .resume_preview_title h2{clear:both;padding-top:15px}#job_preview .job_listing_preview_title .button,#job_preview .resume_preview_title .button,#resume_preview .job_listing_preview_title .button,#resume_preview .resume_preview_title .button{float:left;margin-left:0;margin-right:.25em}#job_preview .job_listing_preview>h1,#resume_preview .job_listing_preview>h1{margin-bottom:.7rem}#job_preview .company p.name>a,#resume_preview .company p.name>a{float:left;margin-right:1em;margin-left:0}#job_preview .company p.name>strong,#resume_preview .company p.name>strong{display:inline-block;clear:both;width:100%}}.bb_application_details .job-manager-application-form{padding-top:35px}.bb_application_details .apply_with_resume p label{display:block;margin:0;width:29%;float:left;font-weight:700}.bb_application_details .apply_with_resume p{overflow:hidden}.bb_application_details .apply_with_resume p select,.bb_application_details .apply_with_resume p textarea{width:70%;float:right;vertical-align:middle}@media (max-width:544px){.bb_application_details .apply_with_resume p label{width:100%}.bb_application_details .apply_with_resume p select,.bb_application_details .apply_with_resume p textarea{width:100%}}.single-job_listing .mfp-bg{opacity:.4}.mfp-wrap.mfp-wrap{z-index:999991}.mfp-wrap .button.wp_job_manager_send_application_button{margin-left:30%}.mfp-wrap input[name=wp_job_manager_resumes_apply_with_resume]{margin-left:30%}div.resumes .resume_filters{background-color:transparent;margin-bottom:0}div.resumes .resume_filters .search_resumes{padding-left:0;padding-right:0;padding-top:0}div.resumes .resume_filters .search_resumes .search_categories .chosen-container-multi .chosen-choices{border-radius:4px;padding:0 15px;border:1px solid var(--bb-content-border-color);background-color:var(--bb-content-background-color);background-image:none;height:41px!important;line-height:38px}div.resumes .resume_filters .search_resumes .search_keywords{position:relative}div.resumes .resume_filters .search_resumes .search_keywords:before{content:"\ef10";font-family:bb-icons;font-size:18px;color:var(--bb-alternate-text-color);text-rendering:auto;-webkit-font-smoothing:antialiased;position:absolute;top:39px;left:10px}div.resumes .resume_filters .search_resumes .search_keywords input{border-radius:4px;padding:0 15px 0 35px}div.resumes .resume_filters .search_resumes .search_location{position:relative}div.resumes .resume_filters .search_resumes .search_location:before{content:"\eed1";font-family:bb-icons;font-size:22px;color:var(--bb-alternate-text-color);text-rendering:auto;-webkit-font-smoothing:antialiased;position:absolute;top:39px;left:13px}div.resumes .resume_filters .search_resumes .search_location input{border-radius:4px;padding:0 15px 0 35px}div.resumes .resume_filters .search_resumes .chosen-container-single .chosen-single{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:right 1rem center;font-family:inherit;font-size:15px;height:41px;outline:0;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:#313439}div.resumes .resume_filters .search_resumes .chosen-container-single .chosen-single span{line-height:40px}div.resumes .resume_filters .search_resumes .chosen-container-single .chosen-single div b{background-image:none}div.resumes .resume_filters .showing_resumes{background:var(--bb-content-background-color);border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0;border:1px solid var(--bb-content-border-color);border-bottom:0;padding:1em;font-size:14px}div.resumes .resume_filters .showing_resumes a{color:var(--bb-headings-color);font-size:0}div.resumes .resume_filters .showing_resumes a:hover{color:var(--bb-primary-color)}div.resumes .resume_filters .showing_resumes a:before{font-size:17px;text-rendering:auto;-webkit-font-smoothing:antialiased;line-height:1.6875rem;position:relative;top:1px;font-family:bb-icons;margin-right:7px}div.resumes .resume_filters .showing_resumes a.reset{padding-left:5px}div.resumes .resume_filters .showing_resumes a.reset:before{font-family:bb-icons;content:"\e828";font-size:24px;top:3px;margin-right:2px;line-height:1.3875rem}div.resumes ul.resumes{border:0;margin-bottom:0}div.resumes a.load_more_resumes{width:100%;margin:0 10px 0 0;border-bottom:0;text-transform:uppercase;font-size:12px;line-height:20px;color:var(--bb-primary-color)}div.resumes a.load_more_resumes:hover{color:var(--bb-primary-color);border:0;background-color:transparent}div.resumes a.load_more_resumes strong{font-weight:400;color:var(--bb-primary-color)}ul.resumes .listing-bookmarked div.candidate-column h3:before{display:none}ul.resumes li.resume.listing-bookmarked a div.candidate-column{position:relative}ul.resumes li.resume.listing-bookmarked a div.candidate-column:after{position:absolute;content:"\eef7";display:inline-block;width:16px;height:16px;-webkit-font-smoothing:antialiased;font-family:bb-icons!important;text-decoration:none;font-weight:500;font-style:normal;font-size:16px;line-height:16px;margin:0;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);color:var(--bb-primary-color)}@media (max-width:544px){ul.resumes li.resume.listing-bookmarked a div.candidate-column:after{display:none}}ul.resumes li.resume{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);margin:0 0 -1px;width:100%}.widget ul.resumes li.resume{border-width:0 0 1px}ul.resumes li.resume:first-child{border-top-left-radius:var(--bb-block-radius);border-top-right-radius:var(--bb-block-radius)}ul.resumes li.resume:last-child{border-bottom-left-radius:var(--bb-block-radius);border-bottom-right-radius:var(--bb-block-radius)}ul.resumes li.resume a{position:relative;-webkit-transition:all linear .2s;transition:all linear .2s;padding:1em;font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-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}ul.resumes li.resume a:hover{background-color:var(--bb-content-alternate-background-color);box-shadow:0 3px 24px 0 rgba(18,43,70,.08);border-left-color:#fff;border-right-color:#fff;border-radius:var(--bb-block-radius);position:relative;z-index:1}.widget ul.resumes li.resume a:hover{box-shadow:none}ul.resumes li.resume a img{border-radius:100%;width:44px;height:44px}ul.resumes li.resume a div.candidate-column{padding-left:54px}ul.resumes li.resume a div.candidate-column .candidate-title{color:var(--bb-alternate-text-color);font-size:14px}ul.resumes li.resume a div.candidate-column .candidate-title strong{font-weight:400}ul.resumes li.resume a div.candidate-column h3{font-weight:500}ul.resumes li.resume a div.candidate-column h3:before{font-size:14px;color:var(--bb-primary-color)}ul.resumes li.resume a .candidate-location-column{color:var(--bb-alternate-text-color)}ul.resumes li.resume a .candidate-location-column span.candidate-location:before{font-family:bb-icons;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;content:"\eed1";margin:0 3px 0 0}ul.resumes li.resume a .resume-posted-column{color:var(--bb-alternate-text-color)}@media (max-width:544px){ul.resumes li.resume a .resume-posted-column{text-align:center}}ul.resumes li.resume a .resume-category{font-size:12px}ul.resumes li.resume a .resume-category:before{font-size:12px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons;margin-right:2px;content:"\ee9e"}@media (max-width:544px){ul.resumes li.resume a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}ul.resumes li.resume a img{margin:0 auto 10px;position:static;width:64px;height:64px}ul.resumes li.resume a div.candidate-column{width:100%;float:none;text-align:center;padding:0 0 5px}ul.resumes li.resume a div.candidate-column h3:before{display:none}ul.resumes li.resume a .candidate-location-column{width:100%;text-align:center}ul.resumes li.resume a .candidate-location-column span.candidate-location:after{display:none}ul.resumes li.resume a .resume-meta{width:100%;text-align:center}}ul.resumes.loading{border:1px solid var(--bb-content-border-color);background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius)}ul.resumes li.no_resumes_found{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);margin:0 0 -1px;width:100%;border-bottom-left-radius:var(--bb-block-radius);border-bottom-right-radius:var(--bb-block-radius)}ul.resumes li.no_resumes_found.no_resumes_found{border:1px solid var(--bb-content-border-color)}div.resumes ul.resumes.loading{border:1px solid var(--bb-content-border-color)}@media (min-width:544px){ul.resumes li.resume a img{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}}.resume-manager-resumes{border-collapse:separate}.resume-manager-resumes thead tr th{border:0}.resume-manager-resumes tbody tr td{border-bottom:1px solid #e7eaec;background-color:#fff;font-size:14px}.resume-manager-resumes tbody tr td:first-child{border-left:1px solid #e7eaec;padding-left:1rem}.resume-manager-resumes tbody tr td:last-child{border-right:1px solid #e7eaec;padding-right:1rem}.resume-manager-resumes tbody tr td.resume-title>a{font-size:16px}.resume-manager-resumes tbody tr:first-child td{border-top:1px solid #e7eaec}.resume-manager-resumes tbody tr:first-child td:first-child{border-top-left-radius:4px}.resume-manager-resumes tbody tr:first-child td:last-child{border-top-right-radius:4px}.resume-manager-resumes tbody tr:last-child td:first-child{border-bottom-left-radius:4px}.resume-manager-resumes tbody tr:last-child td:last-child{border-bottom-right-radius:4px}.resume-manager-resumes tfoot tr td{border:0}body.single-resume article.resume .entry-content-wrap{padding-left:0;padding-right:0}body.single-resume article.resume .entry-content-wrap .entry-header{margin-bottom:.7rem}body.single-resume article.resume .entry-content-wrap .entry-header h1{font-weight:500;font-size:34px;line-height:42px}body.single-resume .entry-meta{margin-bottom:25px}body.single-resume .resume-aside{box-shadow:none;border:0;overflow:visible;margin:0}body.single-resume .resume-aside .bb-candidate-photo{position:relative;text-align:center}body.single-resume .resume-aside .bb-candidate-photo img.candidate_photo{left:0;right:0;top:-5em;margin:auto;border-radius:100%;float:none;width:8em;height:8em;object-fit:cover}body.single-resume .resume-aside .bb-candidate-data{padding:3.5em 0 0}body.single-resume .resume-aside .bb-candidate-data>h3{text-align:left;text-transform:uppercase;font-size:14px;font-weight:500;margin-bottom:.5em}body.single-resume .resume-aside .bb-candidate-data p{font-size:14px;line-height:32px}body.single-resume .resume-aside .bb-candidate-data p a{color:#7f868f}body.single-resume .resume-aside .bb-candidate-data p a:hover{color:var(--bb-primary-color)}body.single-resume .resume-aside .bb-candidate-data p.job-title{padding:0;color:#7f868f;font-weight:400}body.single-resume .resume-aside .bb-candidate-data p.job-title:before{content:"\ef52";font-family:bb-icons;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:7px}body.single-resume .resume-aside .bb-candidate-data p.resume-category{padding:0;color:#939597;font-weight:400;margin-bottom:0}body.single-resume .resume-aside .bb-candidate-data p.resume-category:before{font-size:13px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons;margin-right:8px;margin-left:3px;content:"\ee9e"}body.single-resume .resume-aside .bb-candidate-data p.location{padding:0}body.single-resume .resume-aside .bb-candidate-data p.location a:before{content:"\eed1";font-family:bb-icons!important;font-size:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:5px}body.single-resume .resume-aside ul.resume-links{float:none;max-width:100%}body.single-resume .resume-aside ul.resume-links li{float:none;margin:0;font-size:14px;line-height:32px}body.single-resume .resume-aside ul.resume-links li.resume-link a:before{content:"\e876";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:7px;line-height:33px}body.single-resume .resume-aside ul.resume-links li.resume-link.resume-link-facebook a:before{content:"\edd2"}body.single-resume .resume-aside ul.resume-links li.resume-link.resume-link-twitter a:before{content:"\edf4"}body.single-resume .resume-aside ul.resume-links li.resume-link.resume-link-instagram a:before{content:"\eddc";font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons!important;margin-right:6px;margin-left:2px}body.single-resume .resume-aside ul.resume-links li.resume-link.resume-link-github a:before{content:"\edd6";font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons!important;margin-right:6px;margin-left:2px}body.single-resume .resume-aside ul.resume-links li.resume-file a:before{font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons!important;margin-right:7px;margin-left:1px;content:"\ee6e"}body.single-resume .resume-aside ul.resume-links li a{color:var(--bb-alternate-text-color)}body.single-resume .resume-aside ul.resume-links li a:hover{color:var(--bb-primary-color)}body.single-resume .resume-aside form.wp-job-manager-bookmarks-form{text-align:left}body.single-resume .resume-aside form.wp-job-manager-bookmarks-form a.bookmark-notice{padding:0 0 1em;line-height:32px}body.single-resume .resume-aside form.wp-job-manager-bookmarks-form a.bookmark-notice:before{margin-right:7px}body.single-resume .resume-aside .resume_contact{text-align:center;padding-left:0;font-size:16px}body.single-resume .resume-aside .resume_contact .resume_contact_button{float:none;padding:10px 40px;font-size:15px;width:100%;margin:0}body.single-resume .resume-aside .resume_contact .resume_contact_details{float:none;margin-left:auto;margin-right:auto;margin-top:1em;width:90%;display:none;border-color:var(--bb-content-border-color)}body.single-resume .resume-aside .resume_contact .resume_contact_details:before{margin:-20px auto 0;right:0;top:0;border-right:10px solid transparent;border-left:10px solid transparent;border-bottom:10px solid var(--bb-content-border-color)}body.single-resume .resume-aside .resume_contact .resume_contact_details:after{margin:-18px auto 0;right:0;top:0;border-right:9px solid transparent;border-left:9px solid transparent;border-bottom:9px solid var(--bb-content-background-color)}body.single-resume .resume-aside .resume_contact .resume_contact_details a{color:var(--bb-primary-color)}body.single-resume ul.meta{font-size:14px}body.single-resume ul.meta li{padding:.5em .9em .5em 0;color:var(--bb-alternate-text-color)}body.single-resume ul.meta li.date-posted:before{content:"\e884";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:7px}body.single-resume ul.meta li.resume-category:before{content:"\eeae";font-family:bb-icons!important;font-size:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:7px;margin-top:2px;display:none}body.single-resume ul.meta li.candidate-location a{color:var(--bb-alternate-text-color)}body.single-resume ul.meta li.candidate-location a:hover{color:var(--bb-primary-color)}body.single-resume ul.meta li.candidate-location:before{content:"\eed1";font-family:bb-icons!important;font-size:19px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:4px}.single-resume .candidate-video{border-top:0;padding:0;margin:0 0 1em;position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.single-resume .candidate-video iframe{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;display:block}.single-resume-content{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);padding:20px}.single-resume-content .resume-aside{border:0;box-shadow:none;padding:0}.single-resume-content .resume_contact{text-align:center;padding-left:0;font-size:16px}.single-resume-content .resume_contact .resume_contact_button{float:none;padding:10px 40px;font-size:15px}@media (max-width:544px){.single-resume-content .resume_contact .resume_contact_button{width:85%}}.single-resume-content .resume_contact .resume_contact_details{float:none;margin-left:auto;margin-right:auto;margin-top:1em;display:none}.single-resume-content .resume_contact .resume_contact_details:before{margin:-20px auto 0;right:0;top:0;border-right:10px solid transparent;border-left:10px solid transparent;border-bottom:10px solid #eee}.single-resume-content .resume_contact .resume_contact_details:after{margin:-18px auto 0;right:0;top:0;border-right:9px solid transparent;border-left:9px solid transparent;border-bottom:9px solid #fff}@media (max-width:544px){.single-resume-content .resume_contact .resume_contact_details{width:95%}}.single-resume-content>h2{margin-bottom:.5rem;font-weight:500}.single-resume-content .resume-manager-experience{border-top:0}.single-resume-content .resume-manager-experience dt{border-left:0}.single-resume-content .resume-manager-experience dd{border-left:0}.single-resume-content .resume-manager-experience .sub-date{font-size:14px;color:var(--bb-alternate-text-color);font-weight:500}.single-resume-content .resume-manager-experience h3 strong{font-weight:500}.single-resume-content .resume-manager-experience h3:before{margin-top:1.3em;background:var(--bb-headings-color)}.single-resume-content .resume-manager-education{border-top:0}.single-resume-content .resume-manager-education dt{border-left:0}.single-resume-content .resume-manager-education dd{border-left:0}.single-resume-content .resume-manager-education .sub-date{font-size:14px;color:var(--bb-alternate-text-color);font-weight:500}.single-resume-content .resume-manager-education h3 strong{font-weight:500}.single-resume-content .resume-manager-education h3:before{margin-top:1.3em;background:var(--bb-headings-color)}.single-resume-content .resume-manager-skills li{width:auto;padding:0 0 0 .5em;color:var(--bb-headings-color)}.single-resume-content .resume-manager-skills li:first-child{padding-left:0}.single-resume-content .resume-manager-skills li:after{content:"|";padding:0 0 0 .5em}.single-resume-content .resume-manager-skills li:last-child:after{display:none}@media (max-width:544px){.single-resume-content .resume-manager-skills li{width:100%;padding-left:0}.single-resume-content .resume-manager-skills li:after{display:none}}#resume_preview .single-resume .entry-content-job{display:block;padding:0;margin:0}#resume_preview .single-resume .entry-content-job .entry-primary{padding:0}#resume_preview .single-resume .entry-content-job .entry-primary .single-resume-content{border:0;padding:0}#resume_preview .single-resume .entry-content-job .entry-secondary{display:block;width:100%;max-width:100%;padding-left:0;padding-right:0}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar{border:0}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .resume-aside{margin-bottom:1em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .resume-aside .resume-links .resume-link a:before{content:"\eec8";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:5px}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .resume-aside .bb-candidate-data>h3{margin:0;margin-left:15px}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data{font-size:14px}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data p.location{float:right;padding-left:1em}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data p.location a:before{content:"\eed1";font-family:bb-icons!important;font-size:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:5px}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data p.job-title{float:right;padding-left:1em;font-weight:400}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data p.job-title:before{content:"\ef52";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:5px}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data ul.resume-links{float:none;max-width:100%}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data ul.resume-links li.resume-link a:before{content:"\eec8";font-family:bb-icons;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:7px}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data ul.resume-links li.resume-link.resume-link-facebook a:before{content:"\edd2"}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data ul.resume-links li.resume-link.resume-link-twitter a:before{content:"\edf4"}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data ul.resume-links li.resume-link.resume-link-instagram a:before{content:"\eddc";font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons;margin-right:6px;margin-left:2px}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data ul.resume-links li.resume-link.resume-link-github a:before{content:"\edd6";font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons;margin-right:6px;margin-left:2px}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data ul.resume-links li.resume-file a:before{font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons;margin-right:7px;margin-left:1px;content:"\ee6e"}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data ul.resume-links li a{color:var(--bb-alternate-text-color)}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data ul.resume-links li a:hover{color:var(--bb-primary-color)}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data p.resume-category{padding:0;color:#7f868f;font-weight:400;margin-bottom:0}#resume_preview .single-resume .entry-content-job .entry-secondary .single-job-sidebar .bb-candidate-data p.resume-category:before{font-size:13px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons;margin-right:8px;margin-left:3px;content:"\ee9e"}#resume_preview .single-resume ul.meta{font-size:14px}#resume_preview .single-resume ul.meta li.resume-category:before{display:none}#resume_preview .single-resume ul.meta li.date-posted:before{content:"\e884";font-family:bb-icons!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:7px}#resume_preview .single-resume ul.meta li.candidate-location a{color:var(--bb-alternate-text-color)}#resume_preview .single-resume ul.meta li.candidate-location a:hover{color:var(--bb-primary-color)}#resume_preview .single-resume ul.meta li.candidate-location:before{content:"\eed1";font-family:bb-icons!important;font-size:19px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:4px}@media (max-width:992px){body.has-sidebar #resume_preview .single-resume .bb-candidate-data ul.resume-links{float:left;max-width:100%}body.has-sidebar #resume_preview .single-resume .bb-candidate-data ul.resume-links li{float:none;width:100%;margin:0 .3em .3em 0}body.has-sidebar #resume_preview .single-resume .bb-candidate-data p.resume-category{clear:both}}@media (max-width:800px){#resume_preview .single-resume .bb-candidate-data ul.resume-links{float:left;max-width:100%}#resume_preview .single-resume .bb-candidate-data ul.resume-links li{float:none;width:100%;margin:0 .3em .3em 0}#resume_preview .single-resume .bb-candidate-data p.resume-category{clear:both}}#submit-resume-form .fieldset-candidate_photo>label,#submit-resume-form .fieldset-resume_category>label,#submit-resume-form .fieldset-resume_file>label{pointer-events:none;cursor:default}#submit-resume-form>p:last-child{text-align:right}#submit-resume-form p input[type=submit]{margin-left:30%;padding-left:40px;padding-right:40px}@media (max-width:800px){#submit-resume-form fieldset label{width:100%;float:none;margin-bottom:5px}#submit-resume-form fieldset div.field{width:100%;float:none}}@media (max-width:992px){body.has-sidebar #submit-resume-form fieldset fieldset{padding-bottom:0}body.has-sidebar #submit-resume-form fieldset fieldset label{width:100%;float:none;margin-bottom:5px}body.has-sidebar #submit-resume-form fieldset fieldset div.field{width:100%;float:none}}#job-manager-job-dashboard>p{font-size:16px;color:var(--bb-alternate-text-color);margin-bottom:10px}#job-manager-job-dashboard table.job-manager-jobs{border-collapse:separate;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}#job-manager-job-dashboard table.job-manager-jobs td,#job-manager-job-dashboard table.job-manager-jobs th{background-color:#fff}#job-manager-job-dashboard table.job-manager-jobs td:first-child,#job-manager-job-dashboard table.job-manager-jobs th:first-child{padding-left:1em}#job-manager-job-dashboard table.job-manager-jobs thead th{text-transform:uppercase;font-size:14px;font-weight:500;color:var(--bb-alternate-text-color);white-space:nowrap;padding-top:1rem;padding-bottom:1rem}#job-manager-job-dashboard table.job-manager-jobs thead tr:first-child th:first-child{border-radius:4px 0 0;border-left:1px solid rgba(0,0,0,.05)}#job-manager-job-dashboard table.job-manager-jobs thead tr:first-child th:last-child{border-radius:0 4px 0 0;border-right:1px solid rgba(0,0,0,.05)}#job-manager-job-dashboard table.job-manager-jobs thead tr:first-child th{border-top:1px solid rgba(0,0,0,.05)}#job-manager-job-dashboard table.job-manager-jobs tbody tr{-webkit-transform:translateZ(-1em);transform:translateZ(-1em);position:relative;z-index:0}#job-manager-job-dashboard table.job-manager-jobs tbody tr td{border-bottom:0;font-size:14px;color:var(--bb-alternate-text-color);padding-top:1em;padding-bottom:1em}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.filled img.emoji{opacity:.5}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.job_title{font-size:16px}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.job_title>a{color:var(--bb-headings-color)}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.job_title>a:hover{color:var(--bb-primary-color)}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.job_title small{font-size:12px}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.job_title ul{font-size:13px}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.job_title ul li .job-dashboard-action-delete{color:var(--bb-danger-color)}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.applications>a{color:var(--bb-headings-color)}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.applications>a:hover{color:var(--bb-primary-color)}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.bb-ctrls{max-width:40px}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.bb-ctrls .bs-dropdown-wrap{width:35px}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.bb-ctrls a.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;pointer-events:none}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.bb-ctrls a.bs-dropdown-link.active,#job-manager-job-dashboard table.job-manager-jobs tbody tr td.bb-ctrls a.bs-dropdown-link:hover{background:0 0;opacity:1}#job-manager-job-dashboard table.job-manager-jobs tbody tr td.bb-ctrls i{font-size:20px}#job-manager-job-dashboard table.job-manager-jobs tbody tr:hover{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 3px 24px 0 rgba(18,43,70,.08);position:relative;z-index:9}#job-manager-job-dashboard table.job-manager-jobs tbody tr:last-child td{border-bottom:1px solid rgba(0,0,0,.05)}#job-manager-job-dashboard table.job-manager-jobs tbody tr:last-child td:first-child{border-radius:0 0 0 4px}#job-manager-job-dashboard table.job-manager-jobs tbody tr:last-child td:last-child{border-radius:0 0 4px}#job-manager-job-dashboard table.job-manager-jobs tbody td:first-child{border-left:1px solid rgba(0,0,0,.05)}#job-manager-job-dashboard table.job-manager-jobs tbody td:last-child{border-right:1px solid rgba(0,0,0,.05)}#job-manager-job-dashboard .bb-ctrls .bs-dropdown a:hover{background-color:var(--bb-body-background-color)}#job-manager-job-dashboard .bb-ctrls .bs-dropdown a:before{font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased;line-height:10px;position:relative;top:1px;font-family:bb-icons;margin-right:7px}#job-manager-job-dashboard .bb-ctrls .bs-dropdown a.job-dashboard-action-edit:before{content:"\ee5a"}#job-manager-job-dashboard .bb-ctrls .bs-dropdown a.job-dashboard-action-mark_filled:before{content:"\e875"}#job-manager-job-dashboard .bb-ctrls .bs-dropdown a.job-dashboard-action-mark_not_filled:before{content:"\e881"}#job-manager-job-dashboard .bb-ctrls .bs-dropdown a.job-dashboard-action-duplicate:before{content:"\ee59"}#job-manager-job-dashboard .bb-ctrls .bs-dropdown a.job-dashboard-action-delete{color:var(--bb-danger-color)}#job-manager-job-dashboard .bb-ctrls .bs-dropdown a.job-dashboard-action-delete:before{content:"\ef48"}#resume-manager-candidate-dashboard{overflow:auto}#resume-manager-candidate-dashboard>p{font-size:16px;color:#939597;margin-bottom:10px}#resume-manager-candidate-dashboard table.resume-manager-resumes{border-collapse:separate;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}#resume-manager-candidate-dashboard table.resume-manager-resumes td,#resume-manager-candidate-dashboard table.resume-manager-resumes th{background-color:#fff}#resume-manager-candidate-dashboard table.resume-manager-resumes td:first-child,#resume-manager-candidate-dashboard table.resume-manager-resumes th:first-child{padding-left:1em}#resume-manager-candidate-dashboard table.resume-manager-resumes thead th{text-transform:uppercase;font-size:14px;font-weight:400;color:#939597;white-space:nowrap}#resume-manager-candidate-dashboard table.resume-manager-resumes thead tr:first-child th:first-child{border-radius:4px 0 0;border-left:1px solid rgba(0,0,0,.05)}#resume-manager-candidate-dashboard table.resume-manager-resumes thead tr:first-child th:last-child{border-radius:0 4px 0 0;border-right:1px solid rgba(0,0,0,.05)}#resume-manager-candidate-dashboard table.resume-manager-resumes thead tr:first-child th{border-top:1px solid rgba(0,0,0,.05)}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr{-webkit-transform:translateZ(-1em);transform:translateZ(-1em);position:relative;z-index:0}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td{border-bottom:0;font-size:14px;color:#939597}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td.resume-title>a{color:var(--bb-headings-color)}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td.resume-title>a:hover{color:var(--bb-primary-color)}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td ul li .candidate-dashboard-action-delete{color:var(--bb-danger-color)}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td.bb-ctrls{max-width:55px}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td.bb-ctrls a.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;pointer-events:none}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td.bb-ctrls a.bs-dropdown-link.active,#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td.bb-ctrls a.bs-dropdown-link:hover{background:0 0;opacity:1}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td.bb-ctrls i{font-size:20px}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td.candidate-location>span:before{content:"\eed1";font-family:bb-icons;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:relative;top:1px;margin-right:4px}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr:first-child td{border-radius:0}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr:last-child td{border-bottom:1px solid rgba(0,0,0,.05)}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr:hover{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 3px 24px 0 rgba(18,43,70,.08);position:relative;z-index:9}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody td:first-child{border-left:1px solid rgba(0,0,0,.05)}#resume-manager-candidate-dashboard table.resume-manager-resumes tbody td:last-child{border-right:1px solid rgba(0,0,0,.05)}#resume-manager-candidate-dashboard table.resume-manager-resumes tfoot td{font-size:16px}#resume-manager-candidate-dashboard table.resume-manager-resumes tfoot tr:last-child td:first-child{border-radius:0 0 0 4px}#resume-manager-candidate-dashboard table.resume-manager-resumes tfoot tr:last-child td:last-child{border-radius:0 0 4px}#resume-manager-candidate-dashboard table.resume-manager-resumes tfoot tr:last-child td{border-bottom:1px solid rgba(0,0,0,.05)}#resume-manager-candidate-dashboard table.resume-manager-resumes tfoot td:first-child{border-left:1px solid rgba(0,0,0,.05)}#resume-manager-candidate-dashboard table.resume-manager-resumes tfoot td:last-child{border-right:1px solid rgba(0,0,0,.05)}#resume-manager-candidate-dashboard .bb-ctrls .bs-dropdown a:hover{background-color:var(--bb-body-background-color)!important}#resume-manager-candidate-dashboard .bb-ctrls .bs-dropdown a:before{font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased;line-height:10px;position:relative;top:1px;font-family:bb-icons;margin-right:7px}#resume-manager-candidate-dashboard .bb-ctrls .bs-dropdown a.candidate-dashboard-action-edit:before{content:"\ee5a"}#resume-manager-candidate-dashboard .bb-ctrls .bs-dropdown a.candidate-dashboard-action-publish:before{content:"\ee69"}#resume-manager-candidate-dashboard .bb-ctrls .bs-dropdown a.candidate-dashboard-action-hide:before{content:"\ee6a"}#resume-manager-candidate-dashboard .bb-ctrls .bs-dropdown a.candidate-dashboard-action-delete{color:var(--bb-danger-color)}#resume-manager-candidate-dashboard .bb-ctrls .bs-dropdown a.candidate-dashboard-action-delete:before{content:"\ef48"}#job-manager-job-applications .job-applications ul.job-applications .job-application header h3{vertical-align:middle}#job-manager-job-applications .job-applications ul.job-applications .job-application footer ul.actions{margin:0}#job-manager-job-applications .job-applications ul.job-applications .job-application footer ul.actions li a{padding:3em 1.5em 0}#job-manager-job-applications .job-applications ul.job-applications .job-application footer ul.actions li a:before{width:100%}@media screen and (max-width:544px){#job-manager-job-applications .job-applications ul.job-applications .job-application header{padding:2em 1em}#job-manager-job-applications .job-applications ul.job-applications .job-application footer ul.actions{width:100%;border-top:2px solid #eee}#job-manager-job-applications .job-applications ul.job-applications .job-application ul.meta{max-width:100%}}#job-manager-job-applications .job-applications ul.job-applications .job-application .job-application-meta{width:100%;margin:0 0 15px;border-radius:4px}.entry-content .job-manager-form fieldset{border:0;margin:0 0 30px;padding:0}.entry-content .job-manager-form label{display:inline-block;min-width:200px;padding-right:20px;vertical-align:top;font-size:15px;font-weight:500;margin-top:5px}.entry-content .job-manager-form .field{display:inline-block;min-width:65%;vertical-align:top}.entry-content .job-manager-form .field input{width:100%}.entry-content .job-manager-form .job-manager-chosen-select,.entry-content .job-manager-form select{width:100%}.entry-content .job-manager-form ul.chosen-choices{height:auto;background:#fff;min-width:100%;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0;list-style:none}.entry-content .job-manager-form li.search-field input[type=text]{min-width:160px;border:0;background:0 0}.entry-content .job-manager-form ul.chosen-results{list-style:none;margin:0;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}.entry-content .job-manager-form ul.chosen-results li{font-size:13px;padding:1px 12px}.entry-content .job-manager-form li.search-choice{padding:0 25px 0 12px!important;position:relative;margin-left:8px!important;text-align:center;height:26px;margin-top:6px!important;margin-right:0!important}.entry-content .job-manager-form a.search-choice-close{position:absolute;line-height:1;top:6px}.entry-content .job-manager-form .search-choice-close:after{content:"\e828";font:normal normal normal 14px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.entry-content .job-manager-form .chosen-drop{display:none}.entry-content .job-manager-form .chosen-container-active .chosen-drop{display:block}.entry-content .job-manager-form #widget_job_type_chosen{width:100%!important}.entry-content .job-manager-form #widget-get-code{padding-left:30px;padding-right:30px}@media (min-width:544px){.entry-content .job-manager-form #widget-get-code{margin-left:200px}}@media (max-width:1185px){.has-sidebar .entry-content .job-manager-form .field,.has-sidebar .entry-content .job-manager-form label{width:100%}.has-sidebar .entry-content .job-manager-form .field{min-width:100%}.has-sidebar .entry-content .job-manager-form #widget-get-code{margin:0}}@media (max-width:640px){.entry-content .job-manager-form .field,.entry-content .job-manager-form label{width:100%}.entry-content .job-manager-form #widget-get-code{margin:0}} \ No newline at end of file diff --git a/web/app/themes/buddyboss-theme/assets/css/learndash.css b/web/app/themes/buddyboss-theme/assets/css/learndash.css index cf8b79a0..724ef3ec 100644 --- a/web/app/themes/buddyboss-theme/assets/css/learndash.css +++ b/web/app/themes/buddyboss-theme/assets/css/learndash.css @@ -16,7 +16,6 @@ html.elementor-html body.bb-sfwd-aside { flex: 0 0 25%; } @media screen and (max-width: 1100px) { - .learndash-theme.post-type-archive-sfwd-lessons .post-grid > .hentry { -webkit-box-flex: 0; -ms-flex: 0 0 33.3333%; @@ -24,7 +23,6 @@ html.elementor-html body.bb-sfwd-aside { } } @media screen and (max-width: 800px) { - .learndash-theme.post-type-archive-sfwd-lessons .post-grid > .hentry { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -32,18 +30,15 @@ html.elementor-html body.bb-sfwd-aside { } } @media screen and (max-width: 480px) { - .learndash-theme.post-type-archive-sfwd-lessons .post-grid > .hentry { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } } - .learndash-theme.post-type-archive-sfwd-lessons .post-grid > .hentry .entry-content { margin-bottom: 0; } - .learndash-theme.post-type-archive-sfwd-lessons .post-grid > .hentry .entry-content p:last-child { margin-bottom: 0; } @@ -63,13 +58,11 @@ html.elementor-html body.bb-sfwd-aside { min-height: -webkit-calc(100vh - 76px); min-height: calc(100vh - 76px); } - #learndash-page-content.loading > .learndash-content-body { opacity: 0.2; } - -#learndash-page-content.loading::after { - font: 400 normal normal 20px/1 bb-icons; +#learndash-page-content.loading:after { + font: normal normal normal 20px/1 bb-icons; speak: none; display: inline-block; text-decoration: inherit; @@ -89,24 +82,20 @@ html.elementor-html body.bb-sfwd-aside { right: 0; } @media screen and (max-width: 1200px) { - #learndash-page-content { padding: 30px 60px 0; } } @media screen and (max-width: 992px) { - #learndash-page-content { padding: 30px 40px 0; } } @media screen and (max-width: 543px) { - #learndash-page-content { padding: 30px 20px 0; } } - #learndash-page-content .learndash_next_prev_link { margin-top: auto; display: -webkit-box; @@ -114,11 +103,9 @@ html.elementor-html body.bb-sfwd-aside { display: flex; padding: 30px 0; } - #learndash-page-content .learndash_next_prev_link a.next-link { margin-left: auto; } - #learndash-page-content .sfwd-course-nav { display: -webkit-box; display: -ms-flexbox; @@ -127,17 +114,14 @@ html.elementor-html body.bb-sfwd-aside { -ms-flex-align: center; align-items: center; } - #learndash-page-content .sfwd-course-nav .sfwd-course-expire { margin-right: 20px; font-size: 14px; } - #learndash-page-content .sfwd-course-nav .sfwd-course-expire i { color: var(--bb-alternate-text-color); margin-right: 8px; } - #learndash-page-content .sfwd-course-nav .learndash_next_prev_link { margin-top: 0; display: -webkit-box; @@ -145,27 +129,22 @@ html.elementor-html body.bb-sfwd-aside { display: flex; padding: 0; } - #learndash-page-content .sfwd-course-nav .learndash_next_prev_link a { font-size: 0; background-color: var(--bb-alternate-text-color); color: #fff; } - #learndash-page-content .sfwd-course-nav .learndash_next_prev_link a:hover { background-color: var(--bb-primary-color); } - -#learndash-page-content .sfwd-course-nav .learndash_next_prev_link a::after, #learndash-page-content .sfwd-course-nav .learndash_next_prev_link a::before { +#learndash-page-content .sfwd-course-nav .learndash_next_prev_link a:after, #learndash-page-content .sfwd-course-nav .learndash_next_prev_link a:before { font-size: 16px; padding-bottom: 0; margin: 0; } - #learndash-page-content .sfwd-course-nav .learndash_next_prev_link a.next-link { margin-left: auto; } - #learndash-page-content .sfwd-course-nav .learndash_next_prev_link span.empty-post { font-size: 0; background-color: #d3d7db; @@ -173,52 +152,42 @@ html.elementor-html body.bb-sfwd-aside { opacity: 0.5; pointer-events: none; } - -#learndash-page-content .sfwd-course-nav .learndash_next_prev_link span.empty-post::after, #learndash-page-content .sfwd-course-nav .learndash_next_prev_link span.empty-post::before { +#learndash-page-content .sfwd-course-nav .learndash_next_prev_link span.empty-post:after, #learndash-page-content .sfwd-course-nav .learndash_next_prev_link span.empty-post:before { font-size: 16px; padding-bottom: 0; margin: 0; } - #learndash-page-content .sfwd-course-nav .learndash_next_prev_link span.next-link { margin-left: auto; } - [dir="rtl"] #learndash-page-content .sfwd-course-nav .learndash_next_prev_link { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } - [dir="rtl"] #learndash-page-content .sfwd-course-nav .learndash_next_prev_link .next-link { border-radius: 0 var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0; } - -[dir="rtl"] #learndash-page-content .sfwd-course-nav .learndash_next_prev_link .next-link::after { +[dir="rtl"] #learndash-page-content .sfwd-course-nav .learndash_next_prev_link .next-link:after { content: "\e8ab"; } - [dir="rtl"] #learndash-page-content .sfwd-course-nav .learndash_next_prev_link .prev-link { border-radius: var(--bb-block-radius-inner) 0 0 var(--bb-block-radius-inner); } - -[dir="rtl"] #learndash-page-content .sfwd-course-nav .learndash_next_prev_link .prev-link::before { +[dir="rtl"] #learndash-page-content .sfwd-course-nav .learndash_next_prev_link .prev-link:before { content: "\e827"; } - #learndash-page-content .bb-lms-secondary-header > span { text-transform: uppercase; font-size: 12px; } - #learndash-page-content .bb-lms-secondary-header h1 { line-height: 1.2; font-weight: 700; font-size: 36px; margin: 0; } - #learndash-page-content .bb-lms-secondary-header p#learndash_next_prev_link { font-size: 13px; margin-bottom: 0; @@ -230,7 +199,6 @@ html.elementor-html body.bb-sfwd-aside { .sfwd-quiz-template-default #learndash-page-content #learndash-content .lms-topic-sidebar-wrapper { display: none; } - .sfwd-lessons-template-default #learndash-page-content #learndash-content #learndash-page-content, .sfwd-topic-template-default #learndash-page-content #learndash-content #learndash-page-content, .sfwd-quiz-template-default #learndash-page-content #learndash-content #learndash-page-content { @@ -238,27 +206,23 @@ html.elementor-html body.bb-sfwd-aside { padding: 0; border: 0; } - .sfwd-lessons-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap, .sfwd-topic-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap, .sfwd-quiz-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap { padding: 0; margin: 0; } - .sfwd-lessons-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap > div, .sfwd-topic-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap > div, .sfwd-quiz-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap > div { padding: 0; margin: 0; } - .sfwd-lessons-template-default #learndash-page-content #learndash-content #learndash-page-content #learndash-course-header, .sfwd-topic-template-default #learndash-page-content #learndash-content #learndash-page-content #learndash-course-header, .sfwd-quiz-template-default #learndash-page-content #learndash-content #learndash-page-content #learndash-course-header { display: none; } - .sfwd-lessons-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap #comments.comments-area, .sfwd-lessons-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap .ld-focus-comments, .sfwd-topic-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap #comments.comments-area, @@ -283,27 +247,21 @@ body.bb-buddypanel.bb-sfwd-aside .site-header .bb-toggle-panel { display: inherit; margin-left: -18px; } - body.bb-buddypanel.bb-sfwd-aside.buddypanel-toggle-off .site-header .bb-toggle-panel { display: none; } - body.bb-buddypanel.bb-sfwd-aside .header-aside-inner .bb-toggle-panel { display: none; } - body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .site-header .site-header-container > .bb-toggle-panel { display: none; } - body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .site-header .site-header-container { padding-left: 0; } - body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .header-3 .header-aside-inner .bb-toggle-panel { margin-right: 0; } - body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .header-aside-inner .bb-toggle-panel { display: inline-block; padding-left: 20px; @@ -312,24 +270,19 @@ body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .header-aside-inner .bb-tog -webkit-transition: opacity 0.1s; transition: opacity 0.1s; } - body.bb-buddypanel.bb-sfwd-aside .site-header .site-header-container:not(.header-3) #header-aside .bb-toggle-panel i { color: inherit; } - body.bb-buddypanel.bb-sfwd-aside.buddypanel-open:not(.buddypanel-header) .site-header .bb-toggle-panel { visibility: hidden; opacity: 0; } - body.bb-buddypanel.bb-sfwd-aside.buddypanel-header .site-header .bb-toggle-panel { margin-left: -18px; } - body.bb-buddypanel.bb-sfwd-aside.buddypanel-header.bb-buddypanel-right .site-header .bb-toggle-panel { margin-left: 0; } - body.bb-buddypanel.bb-sfwd-aside:not(.buddypanel-open) .buddypanel .bb-toggle-panel { visibility: hidden; opacity: 0; @@ -338,7 +291,6 @@ body.bb-buddypanel.bb-sfwd-aside:not(.buddypanel-open) .buddypanel .bb-toggle-pa .bb-sfwd-aside .site-header:not(.site-header--elementor) { position: fixed; } - .bb-sfwd-aside .site-header { width: 100%; z-index: 610; @@ -347,7 +299,6 @@ body.bb-buddypanel.bb-sfwd-aside:not(.buddypanel-open) .buddypanel .bb-toggle-pa } @media screen and (min-width: 800px) { - .bb-buddypanel.buddypanel-open.bb-sfwd-aside .site-header:not(.site-header--elementor) { width: -webkit-calc(100% - 230px); width: calc(100% - 230px); @@ -355,32 +306,26 @@ body.bb-buddypanel.bb-sfwd-aside:not(.buddypanel-open) .buddypanel .bb-toggle-pa transition: all 0.2s; } } - .bb-sfwd-aside .elementor-header + .site-content { padding-top: 0 !important; } body.bb-sfwd-aside { - /* .side-panel-inner { height: calc(100% - 35px); } */ } - body.bb-sfwd-aside .site-header .container, body.bb-sfwd-aside .footer-container .container { max-width: 100%; } - body.bb-sfwd-aside .site-header .container { max-width: 100%; margin-right: 0; } - body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head { height: 0; } - body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { display: none; } @@ -394,18 +339,15 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { padding-left: 0; padding-right: 0; } - .bb-sfwd-aside .site-content .container > .grid { margin-left: 0; margin-right: 0; } - .bb-sfwd-aside .site-content .container .grid > *:not(.no-gutter), .bb-sfwd-aside .site-content .container .grid-cell:not(.no-gutter) { padding-left: 0; padding-right: 0; } - .bb-sfwd-aside .site-content .container .container-full { width: 100%; margin-left: 0; @@ -413,12 +355,10 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { left: 0; right: 0; } - .bb-sfwd-aside .site-content .container .content-area { padding-bottom: 0; padding-top: 0; } - .bb-sfwd-aside .header-aside { margin-left: auto; } @@ -444,7 +384,6 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { margin-top: 10px; margin-bottom: 10px; } - .buddypanel-header .buddypanel .site-branding.ld-brand-logo img { padding: 0; margin: 0 auto; @@ -464,16 +403,13 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { color: var(--bb-sidenav-links); font-size: 24px; } - .ld-course-navigation .bb-toggle-panel .bb-icon-menu-left { font-size: 24px; } - .ld-course-navigation .bb-toggle-panel + .bb-toggle-panel { display: none; } @media (max-width: 799px) { - .ld-course-navigation .bb-toggle-panel { display: none; } @@ -490,17 +426,14 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { .learndash-content-body { position: relative; } - .learndash-content-body .bb-elementor-header-items { position: absolute; right: 0; z-index: 2; } - .learndash-content-body .bb-elementor-header-items a { margin-left: 10px; } - .learndash-content-body .bb-elementor-header-items i { font-size: 16px; } @@ -508,7 +441,6 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { .lms-side-panel-close .bb-elementor-header-items { right: 30px; } - .lms-side-panel-close .bb-elementor-header-items .header-minimize-link { display: inline-block; } @@ -517,7 +449,6 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { font-size: 14px; padding: 3px 20px; } - .learndash + .page-links .post-page-numbers { padding: 0 3px; } @@ -526,12 +457,10 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular) !important; } - .learndash-wrapper a.bbp-topic-reply-link:hover { color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover) !important; } - .learndash-wrapper .ld-button { background-color: var(--bb-primary-button-background-regular); color: var(--bb-primary-button-text-regular); @@ -539,11 +468,9 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { border-bottom: 1px solid var(--bb-primary-button-border-regular) !important; border-radius: var(--bb-button-radius); } - .learndash-wrapper .ld-button:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .learndash-wrapper .ld-button:hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); @@ -551,7 +478,6 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { border-bottom: 1px solid var(--bb-primary-button-border-hover) !important; opacity: 1; } - .learndash-wrapper .ld-button.ld-login-button { font-size: inherit; font-weight: inherit; @@ -560,51 +486,65 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { .learndash-course-grid-filter input[type="range"]::-webkit-slider-runnable-track { border-radius: var(--bb-block-radius-inner) !important; } - .learndash-course-grid-filter .range-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0 -2px; } - .learndash-course-grid-filter .range-wrapper input[type="range"] { margin-right: 2px; margin-left: 2px; } @media screen and (min-width: 800px) { - .sfwd-single-sidebar-right:not(.single-sfwd-courses) #learndash-content > .bb-grid { -ms-flex-flow: row-reverse; flex-flow: row-reverse; } } @media screen and (min-width: 800px) { - .single-sfwd-quiz.bb-buddypanel .site-content, .single-sfwd-lessons.bb-buddypanel .site-content, .single-sfwd-topic.bb-buddypanel .site-content { padding: 0 10px; } } +.page-template-default.page .entry-content #learndash-content.container-full { + width: auto; + left: 0; + right: 0; + margin-left: 0; + margin-right: 0; +} +.page-template-default.page .entry-content #learndash-content .lms-topic-sidebar-wrapper .lms-topic-sidebar-data { + position: static; +} + +.post-template-default.single .entry-content #learndash-content.container-full { + width: auto; + left: 0; + right: 0; + margin-left: 0; + margin-right: 0; +} +.post-template-default.single .entry-content #learndash-content .lms-topic-sidebar-wrapper .lms-topic-sidebar-data { + position: static; +} .bb-courses-header { margin-bottom: 2rem; } - .bb-courses-header .bb-title { font-size: 28px; margin: 0; } @media (max-width: 375px) { - .bb-courses-header .bb-title { font-size: 28px; margin-right: 10px; } } - .bb-courses-header .bs-dir-search { margin-left: auto; margin-bottom: 0; @@ -630,7 +570,6 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { font-size: 21px; height: 36px; } - .bb-courses-directory .grid-filters a { color: var(--bb-headings-color); display: -webkit-box; @@ -645,16 +584,13 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { -webkit-transition: 0.3s all; transition: 0.3s all; } - .bb-courses-directory .grid-filters a:hover { color: var(--bb-headings-color); opacity: 1; } - .bb-courses-directory .grid-filters a i { font-size: 24px; } - .bb-courses-directory .grid-filters .active { opacity: 1; } @@ -662,34 +598,27 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { .bb-courses-directory .bp-navs { margin-bottom: 15px; } - .bb-courses-directory .bp-navs li { float: left; padding-right: 30px; } - .bb-courses-directory .bp-navs li a { - padding: 0 0 15px; + padding: 10px 0; } - .bb-courses-directory .bp-navs .selected .count { background-color: var(--bb-primary-color); } - .bb-courses-directory .bs-sort-button i { font-size: 22px; } - .bb-courses-directory .select-wrap { margin: 0; } - .bb-courses-directory .select-wrap select { height: 36px; font-size: 14px; outline: none; } - .bb-courses-directory .sfwd-courses-filters .select-wrap select { margin-right: 12px; } @@ -703,27 +632,21 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .bb-course-items:not(.bb-grid) { margin: 0; } - .bb-course-items .bb-course-item-wrap { margin-bottom: 20px; } - .bb-course-items .bb-course-cover { overflow: hidden; position: relative; - /* height: 100%; */ } - .bb-course-items .bb-cover-wrap { border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; padding-top: 52%; } - .bb-course-items .bb-cover-list-item { background: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); @@ -735,16 +658,13 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { position: relative; overflow: hidden; } - .bb-course-items .bb-cover-list-item.bb-course-paid { padding-bottom: 35px; } - .bb-course-items .bb-cover-list-item:hover { box-shadow: 0 4px 32px 0 rgba(18, 43, 70, 0.1); z-index: 1; } - .bb-course-items .bb-cover-list-item .course-fee { display: -webkit-box; display: -ms-flexbox; @@ -753,7 +673,6 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { -ms-flex-align: center; align-items: center; } - .bb-course-items .bs-timestamp { font-size: 14px; color: #939597; @@ -762,52 +681,42 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { position: absolute; bottom: 20px; } - .bb-course-items .forums-meta span { background: rgba(18, 43, 70, 0.1); } - -.bb-course-items .bb-cover-wrap::after { +.bb-course-items .bb-cover-wrap:after { display: none; } - .bb-course-items .forums-meta { margin-bottom: 12px; } - .bb-course-items .bb-course-excerpt { color: var(--bb-alternate-text-color); } - .bb-course-items .course-progress-wrap { position: relative; z-index: 1; margin: 0 0 20px; line-height: 1; } - .bb-course-items .start-course-completion-rate { font-size: 11px; margin-top: 12px; text-transform: uppercase; } - .bb-course-items .course-progress { margin: 0; height: 4px; background: var(--bb-content-border-color); } - .bb-course-items .course-progress-bar { background: var(--bb-primary-color); height: 4px; width: auto; } - .bb-course-items .bb-card-course-details--hasAccess .bb-course-excerpt { display: none; } - .bb-course-items .bb-course-excerpt { font-size: 13px; color: var(--bb-alternate-text-color); @@ -821,14 +730,12 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { overflow: hidden; text-overflow: ellipsis; } - .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; } @media screen and (max-width: 1200px) { - .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 33.333%; @@ -836,7 +743,6 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { } } @media screen and (max-width: 820px) { - .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -844,21 +750,18 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { } } @media screen and (max-width: 480px) { - .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } } - .has-sidebar .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 33.333%; flex: 0 0 33.333%; } @media screen and (max-width: 1200px) { - .has-sidebar .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -866,7 +769,6 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { } } @media screen and (min-width: 800px) and (max-width: 900px) { - .has-sidebar .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -874,34 +776,29 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { } } @media screen and (max-width: 480px) { - .has-sidebar .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } } - .bb-course-items.list-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } - .bb-course-items.list-view .bb-cover-list-item { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0; } - .bb-course-items.list-view .bb-course-cover { -webkit-box-flex: 0; -ms-flex: 0 0 240px; flex: 0 0 240px; } @media screen and (max-width: 1040px) { - .bb-course-items.list-view .bb-course-cover { -webkit-box-flex: 0; -ms-flex: 0 0 200px; @@ -909,7 +806,6 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { } } @media screen and (max-width: 460px) { - .bb-course-items.list-view .bb-course-cover { -webkit-box-flex: 0; -ms-flex: 0 0 140px; @@ -917,33 +813,28 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { } } @media screen and (max-width: 375px) { - .bb-course-items.list-view .bb-course-cover { -webkit-box-flex: 0; -ms-flex: 0 0 110px; flex: 0 0 110px; } } - .bb-course-items.list-view .bb-card-course-details { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-bottom: 16px; } - .bb-course-items.list-view .bb-cover-wrap { border-radius: var(--bb-block-radius) 0 0 var(--bb-block-radius); padding-top: 70%; height: 100%; } @media screen and (max-width: 1040px) { - .bb-course-items.list-view .bb-cover-wrap { padding-top: 78%; } } - .bb-course-items.list-view .bb-course-footer { -ms-flex-flow: column-reverse; flex-flow: column-reverse; @@ -954,27 +845,22 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { right: 0; } @media screen and (max-width: 1040px) { - .bb-course-items.list-view .bb-course-footer { position: static; padding: 15px 0 0; } } - .bb-course-items.list-view .bb-course-footer del { margin-right: 0; margin-top: 8px; } - .bb-course-items.list-view .bb-course-title, .bb-course-items.list-view .course-lesson-count { max-width: 80%; } - .bb-course-items.list-view .course-progress-wrap { max-width: 450px; } - .has-sidebar .bb-course-items.list-view .course-progress-wrap { max-width: 320px; } @@ -985,7 +871,6 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { display: block; margin-top: 10px; } - .bb-course-items .ld-progress-stats, .group_courses .ld-progress-stats, .bb-learndash-wrapper.bb-course-item-wrap .ld-progress-stats { @@ -997,7 +882,6 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { margin-top: 10px; color: var(--bb-alternate-text-color); } - .bb-course-items .ld-progress-stats .ld-progress-steps, .group_courses .ld-progress-stats .ld-progress-steps, .bb-learndash-wrapper.bb-course-item-wrap .ld-progress-stats .ld-progress-steps { @@ -1035,7 +919,6 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { -ms-flex-pack: end; justify-content: flex-end; } - .bb-course-footer del { font-size: 15px; font-weight: 400; @@ -1046,7 +929,6 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { .bb-card-course-details { padding: 16px 20px 10px; } - .grid-view .bb-card-course-details { display: -webkit-box; display: -ms-flexbox; @@ -1055,7 +937,6 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; - /* height: 100%; */ } @@ -1064,19 +945,16 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { line-height: 1.24; margin: 0 0 10px; } - #page .bb-course-title.bb-course-title-with-review { padding-bottom: 35px; position: relative; } - #page .bb-course-title.bb-course-title-with-review .ratings-after-title { position: absolute; left: 0; right: 0; bottom: 5px; } - #page .bb-course-title a { color: inherit; display: block; @@ -1087,11 +965,9 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { overflow: hidden; text-overflow: ellipsis; } - #page .bb-course-title a:hover { color: var(--bb-primary-color); } - #page .bb-course-title .lms-category { display: block; font-size: 12px; @@ -1099,7 +975,6 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { margin-bottom: 20px; font-weight: 400; } - #page .bb-course-title .lms-title { display: block; font-size: 20px; @@ -1121,27 +996,22 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .bb-course-meta .item-avatar { max-width: 28px; margin-right: 10px; } - .bb-course-meta .item-avatar img { border-radius: 50%; } - .bb-course-meta strong { font-size: 13px; font-weight: 500; letter-spacing: -0.24px; margin: 0; } - .bb-course-meta strong a { color: var(--bb-headings-color); } - .bb-course-meta strong a:hover { color: var(--bb-primary-color); } @@ -1190,39 +1060,30 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { font-size: 11px; line-height: 1; letter-spacing: 0.23px; - /* box-shadow: 0 1px 1px rgba(0,0,0,0.30); */ } - .bb-cover-list-item .progress-continue { background-color: #0b8ac7; } - .bb-cover-list-item .sfwd-type-free { background-color: #0bc1c7; } - .bb-cover-list-item .progress-empty { background-color: #dbbe1a; } - .bb-cover-list-item .progress-completed { background-color: #aac70b; } - .bb-cover-list-item .sfwd-type-closed { background-color: #9c9c9c; } - .bb-cover-list-item .sfwd-type-purchase { background-color: #0bc77a; } - .bb-cover-list-item .sfwd-type-unlock { background-color: var(--bb-primary-color); z-index: 10; } - .bb-cover-list-item .ld-status { position: absolute; z-index: 9; @@ -1237,24 +1098,19 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { line-height: 1; letter-spacing: 0.23px; } - .bb-cover-list-item .bb-course-cover .bb-cover-wrap .ld-status { border-radius: 0 15px 15px 0; height: auto; } - .bb-cover-list-item .ld-primary-background { background-color: var(--bb-primary-color); } - .bb-cover-list-item .ld-status-complete.ld-secondary-background { background-color: var(--bb-success-color); } - .bb-cover-list-item .ld-secondary-background { background-color: #aac70b; } - .bb-cover-list-item .ld-third-background { background-color: #dbbe1a; } @@ -1263,15 +1119,12 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { min-width: auto; margin-left: auto; } - .bb-course-step .sfwd-price-unlock { color: var(--bb-alternate-text-color); } - .bb-course-step .sfwd-price-unlock:hover { color: var(--bb-primary-color); } - .bb-course-step .sfwd-price-unlock i { font-size: 22px; } @@ -1279,11 +1132,9 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { .bb-list-card-data .bb-course-step { min-width: 140px; } - .bb-list-card-data .bb-course-step a.button { width: 100%; } - .bb-list-card-data .bb-course-step a.button.sfwd-price-closed, .bb-list-card-data .bb-course-step a.button.sfwd-price-closed:hover { color: #dedfe2; border-color: #dedfe2; @@ -1306,20 +1157,20 @@ span.bb-course-price { .component-navigation.courses-nav { margin: 0; } - .component-navigation.courses-nav li { position: relative; list-style: none; margin-right: 5px; } - +.component-navigation.courses-nav li.hideshow { + padding-left: 0; +} .component-navigation.courses-nav .bb-icon-loader { position: absolute; right: 4px; top: 2px; font-size: 20px; } - .bb-template-v2 .component-navigation.courses-nav .bb-icon-loader { font-size: 14px; line-height: 1; @@ -1330,19 +1181,16 @@ span.bb-course-price { padding: 10px 0; text-align: right; } - .bb-template-v1 .bb-lms-pagination > * { display: inline-block; font-size: 13px; } - .bb-template-v1 .bb-lms-pagination a.next.page-numbers, .bb-template-v1 .bb-lms-pagination a.prev.page-numbers { font-size: 0; } @media screen and (min-width: 800px) and (max-width: 992px) { - .ld-secondary-header .bs-secondary-list-tabs { -webkit-box-align: start; -ms-flex-align: start; @@ -1357,18 +1205,15 @@ span.bb-course-price { width: 100%; margin-right: 15px; } - .sfwd-courses-filters .select-wrap { width: 100%; margin-bottom: 5px; } - .sfwd-courses-filters select { width: 100%; } } @media screen and (max-width: 610px) { - .bb-secondary-list-tabs { -webkit-box-align: start; -ms-flex-align: start; @@ -1383,17 +1228,14 @@ span.bb-course-price { width: 100%; margin-right: 15px; } - .sfwd-courses-filters .select-wrap { width: 100%; margin-bottom: 5px; } - .sfwd-courses-filters select { width: 100%; } } - /* Course Single */ .single.single-sfwd-courses .content-area { padding-top: 0; @@ -1404,8 +1246,7 @@ span.bb-course-price { overflow: hidden; padding: 0 44px; } - -.bb-learndash-banner::before { +.bb-learndash-banner:before { content: ""; opacity: 0.4; background-color: var(--bb-headings-color); @@ -1418,7 +1259,6 @@ span.bb-course-price { left: 0; z-index: 1; } - .bb-learndash-banner .banner-img { position: absolute; top: 0; @@ -1439,7 +1279,6 @@ span.bb-course-price { position: relative; z-index: 2; } - .bb-course-banner-info .bb-enroll-widget { -ms-flex-item-align: center; align-self: center; @@ -1453,7 +1292,6 @@ span.bb-course-price { .bb-learndash-full-area .bb-learndash-content-wrap { max-width: 100%; } - .bb-learndash-full-area .bb-single-course-sidebar { display: none; } @@ -1466,7 +1304,6 @@ span.bb-course-price { } @media screen and (max-width: 1200px) { - .bb-learndash-side-area .bb-course-banner-inner { max-width: -webkit-calc(100% - 400px); max-width: calc(100% - 400px); @@ -1475,7 +1312,6 @@ span.bb-course-price { } } @media screen and (max-width: 992px) { - .bb-learndash-side-area .bb-course-banner-inner { max-width: -webkit-calc(100% - 350px); max-width: calc(100% - 350px); @@ -1484,7 +1320,6 @@ span.bb-course-price { } } @media screen and (max-width: 880px) { - .bb-learndash-side-area .bb-course-banner-inner { max-width: -webkit-calc(100% - 320px); max-width: calc(100% - 320px); @@ -1493,7 +1328,6 @@ span.bb-course-price { } } @media screen and (max-width: 820px) { - .bb-learndash-side-area .bb-course-banner-inner { max-width: 100%; width: 100%; @@ -1505,12 +1339,10 @@ span.bb-course-price { order: 1; } } - .bb-course-banner-inner { color: #fff; padding-top: 70px; } - .bb-course-banner-inner .bb-course-category { font-size: 14px; color: inherit; @@ -1518,59 +1350,49 @@ span.bb-course-price { text-transform: uppercase; margin-bottom: 5px; } - .bb-course-banner-inner .bb-course-category .course-category-item { display: inline-block; padding-right: 5px; } - .bb-course-banner-inner .bb-course-category .course-category-item a { color: #fff; } - .bb-course-banner-inner .bb-course-category .course-category-item a:hover { color: #fff; } - .bb-course-banner-inner .bb-course-category .course-category-item:last-of-type > span { display: none; } - .bb-course-banner-inner h1.entry-title { font-size: 48px; color: inherit; line-height: 1.25; margin-bottom: 15px; } - .bb-course-banner-inner .avatar { border-radius: 50%; margin-right: 12px; max-width: 38px; } - .bb-course-banner-inner .author-name { font-size: 14px; color: #fff; + color: #fff; letter-spacing: -0.24px; } - .bb-course-banner-inner span.meta-saperator { color: #fff; margin: 0 15px; display: none; } - .bb-course-banner-inner .bb-course-single-meta > a + span.meta-saperator { display: inline-block; } - .bb-course-banner-inner .course-date { font-size: 13px; color: rgba(255, 255, 255, 0.8); letter-spacing: -0.19px; } - .bb-course-banner-inner .course-completion-rate { opacity: 0.8; font-size: 12px; @@ -1579,24 +1401,20 @@ span.bb-course-price { display: block; margin-bottom: -10px; } - .bb-course-banner-inner .course-progress { margin: 0; height: 3px; background: rgba(238, 240, 243, 0.4); border-radius: 12px; } - .bb-course-banner-inner .course-progress-bar { background: #fff; height: 3px; width: auto; } - .bb-course-banner-inner .course-progress-inner { border-radius: 0; } - .bb-course-banner-inner .course-progress-inner .course-progress-bar { border-radius: 3px; } @@ -1612,13 +1430,11 @@ span.bb-course-price { .bb-course-points { margin-bottom: 35px; } - .bb-course-points a.anchor-course-points { color: #fff; font-size: 15px; font-weight: 500; } - .bb-course-points a.anchor-course-points i { margin-left: 10px; } @@ -1626,7 +1442,6 @@ span.bb-course-price { .bb-course-single-meta { margin-bottom: 40px; } - .bb-course-single-meta.bb_single_meta_off { margin-bottom: 0; } @@ -1639,7 +1454,6 @@ span.bb-course-price { .learndash-wrapper a.button:not(.outline) { border-bottom: 1px solid var(--bb-primary-button-border-regular) !important; } - .btn-join:hover, #btn-join:hover, .bb-single-course-sidebar .btn-join:hover, @@ -1666,12 +1480,10 @@ span.bb-course-price { border: 1px solid var(--bb-primary-button-border-regular); border-bottom: 1px solid var(--bb-primary-button-border-regular) !important; } - .btn-join:focus, #btn-join:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .btn-join:hover, #btn-join:hover { background-color: var(--bb-primary-button-background-hover); @@ -1689,12 +1501,10 @@ span.bb-course-price { font-size: 15px; font-weight: inherit; } - .learndash-wrapper #btn-join:focus, .learndash-wrapper .btn-join:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .learndash-wrapper #btn-join:hover, .learndash-wrapper .btn-join:hover { background-color: var(--bb-primary-button-background-hover); @@ -1733,13 +1543,11 @@ a.btn-join { -ms-flex-pack: center; justify-content: center; } - .bb-course-banner-info .bb-course-preview-wrap { border-radius: 5px; margin: 0 auto; max-width: 380px; } - .bb-course-preview-wrap img { position: absolute; top: 0; @@ -1796,7 +1604,6 @@ a.btn-join { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .bb-course-video-overlay > div { display: -webkit-box; display: -ms-flexbox; @@ -1812,7 +1619,6 @@ a.btn-join { font-weight: 500; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); } - .bb-course-video-overlay .bb-course-play-btn-wrapper { width: 60px; height: 60px; @@ -1824,7 +1630,6 @@ a.btn-join { -ms-flex-align: center; align-items: center; } - .bb-course-video-overlay .bb-course-play-btn { display: -webkit-box; display: -ms-flexbox; @@ -1840,8 +1645,7 @@ a.btn-join { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - -.bb-course-video-overlay .bb-course-play-btn::after { +.bb-course-video-overlay .bb-course-play-btn:after { display: inline-block; position: relative; left: 1px; @@ -1857,22 +1661,18 @@ a.btn-join { -moz-osx-font-smoothing: grayscale; color: var(--bb-body-text-color); } - -.bb-course-video-overlay .bb-course-play-btn:hover::after { +.bb-course-video-overlay .bb-course-play-btn:hover:after { border-color: transparent transparent transparent var(--bb-primary-color); } - .bb-course-video-overlay:hover { background-color: rgba(0, 0, 0, 0.1); } - .bb-course-video-overlay:hover .bb-course-play-btn { width: 60px; height: 60px; background-color: rgba(248, 248, 248, 0.9); } - -.bb-course-video-overlay:hover .bb-course-play-btn::after { +.bb-course-video-overlay:hover .bb-course-play-btn:after { border-color: transparent transparent transparent var(--bb-primary-color); } @@ -1884,12 +1684,10 @@ a.btn-join { -ms-flex: 1 1 auto; flex: 1 1 auto; } - .bb-modal.bb_course_video_details .fluid-width-video-wrapper iframe { max-height: -webkit-calc(100vh - 140px); max-height: calc(100vh - 140px); } - .bb-modal.bb_course_video_details button.mfp-close { width: 30px; height: 30px; @@ -1900,32 +1698,26 @@ a.btn-join { } @media screen and (max-width: 800px) { - .bb-modal.bb_course_video_details { padding: 10px; } - .bb-modal.bb_course_video_details .fluid-width-video-wrapper iframe { max-height: -webkit-calc(100vh - 100px); max-height: calc(100vh - 100px); } - .bb-modal.bb_course_video_details button.mfp-close { top: 7px; right: 7px; } } @media screen and (max-width: 544px) { - .bb-modal.bb_course_video_details { padding: 20px; } - .bb-modal.bb_course_video_details .fluid-width-video-wrapper iframe { max-height: -webkit-calc(100vh - 60px); max-height: calc(100vh - 60px); } - .bb-modal.bb_course_video_details button.mfp-close { width: 18px; height: 18px; @@ -1935,12 +1727,10 @@ a.btn-join { font-size: 120%; } } - a.bb-preview-course-link { display: block; text-align: center; } - a.bb-preview-course-link span { color: #fff; display: block; @@ -1959,11 +1749,9 @@ a.bb-preview-course-link span { padding-top: 20px; padding-bottom: 20px; } - .bb-single-course-sidebar .bb-course-member-wrap + .bb-course-status-wrap .bb-course-status-content { padding-top: 0; } - .bb-single-course-sidebar .bb-course-status-wrap .bb-course-status-content { padding-top: 20px; padding-bottom: 0; @@ -1983,67 +1771,55 @@ a.bb-preview-course-link span { overflow: hidden; background-color: transparent; } - .bb-single-course-sidebar .bb-button-wrap { margin-bottom: 0; padding-top: 10px; padding-bottom: 20px; text-align: center; } - .bb-single-course-sidebar .bb-button-wrap:empty { display: none; } - .bb-single-course-sidebar .bb-button-wrap .learndash_checkout_buttons { padding-bottom: 0; padding-top: 0; margin: 0; margin-bottom: 10px; } - .bb-single-course-sidebar .bb-button-wrap .learndash_checkout_buttons .ppalholder { display: none; } - .bb-single-course-sidebar .bb-button-wrap .learndash_join_button { padding-bottom: 0; padding-top: 0; margin-bottom: 10px; margin-top: 0; } - .bb-single-course-sidebar .bb-button-wrap .learndash_join_button.btn-advance-completed { display: none; } - .bb-single-course-sidebar .bb-button-wrap > a.btn-join { display: inline-block; text-align: center; margin-bottom: 10px; } - .bb-single-course-sidebar .bb-button-wrap .bb-course-type { display: inline-block; color: var(--bb-alternate-text-color); } - .bb-single-course-sidebar .bb-button-wrap .learndash_join_button + .bb-course-type, .bb-single-course-sidebar .bb-button-wrap .learndash_checkout_buttons + .bb-course-type, .bb-single-course-sidebar .bb-button-wrap > a.btn-join + .bb-course-type, .bb-single-course-sidebar .bb-button-wrap .ld-status + .bb-course-type { margin-top: 10px; } - .bb-single-course-sidebar .bb-button-wrap .bb-course-type.bb-course-type-paynow { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; } - .bb-single-course-sidebar .bb-course-member-wrap + .bb-button-wrap { padding-top: 0; } - .bb-single-course-sidebar h4 { font-size: 13px; color: var(--bb-headings-color); @@ -2052,13 +1828,11 @@ a.bb-preview-course-link span { padding-bottom: 15px; text-transform: uppercase; } - .bb-single-course-sidebar .bb-course-volume-list { list-style: none; margin: 0; padding: 0 0 30px; } - .bb-single-course-sidebar .bb-course-volume-list li { display: -webkit-box; display: -ms-flexbox; @@ -2068,7 +1842,6 @@ a.bb-preview-course-link span { align-items: center; margin-bottom: 15px; } - .bb-single-course-sidebar .bb-course-volume-list li i { margin-right: 12px; font-size: 18px; @@ -2076,7 +1849,6 @@ a.bb-preview-course-link span { position: relative; top: 1px; } - .bb-single-course-sidebar .btn-join, .bb-single-course-sidebar #btn-join { background-color: var(--bb-primary-button-background-regular); @@ -2087,12 +1859,10 @@ a.bb-preview-course-link span { font-size: 14px; font-weight: 400; } - .bb-single-course-sidebar .btn-join:focus, .bb-single-course-sidebar #btn-join:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .bb-single-course-sidebar .btn-join:hover, .bb-single-course-sidebar #btn-join:hover { background-color: var(--bb-primary-button-background-hover); @@ -2100,19 +1870,16 @@ a.bb-preview-course-link span { border-color: var(--bb-primary-button-border-hover); opacity: 1; } - .bb-single-course-sidebar .btn-join.jq-dropdown-open, .bb-single-course-sidebar #btn-join.jq-dropdown-open { background-color: var(--bb-primary-button-background-regular) !important; } - .bb-single-course-sidebar .btn-join.btn-disabled, .bb-single-course-sidebar #btn-join.btn-disabled { background-color: var(--bb-primary-button-background-regular); opacity: 0.5; pointer-events: none; } - .bb-single-course-sidebar a.btn-advance { background-color: var(--bb-primary-button-background-regular); color: var(--bb-primary-button-text-regular); @@ -2126,33 +1893,27 @@ a.bb-preview-course-link span { padding: 10px 19px; line-height: 1.471; } - .bb-single-course-sidebar a.btn-advance:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .bb-single-course-sidebar a.btn-advance:hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - .bb-single-course-sidebar a.btn-advance:focus { box-shadow: var(--bb-primary-button-focus-shadow) !important; } - .bb-single-course-sidebar .btn-advance-disable a.btn-advance { opacity: 0.5; pointer-events: none; } - .bb-single-course-sidebar .btn-advance-completed a.btn-advance { background-color: #f5f5f5; color: var(--bb-alternate-text-color); pointer-events: none; cursor: default; } - .bb-single-course-sidebar .btn-advance-completed a.btn-advance:hover { box-shadow: none; } @@ -2161,7 +1922,6 @@ a.bb-preview-course-link span { display: inline-block; margin-right: 12px; } - .bb-course-members img { border: 1px solid #fff; max-width: 28px; @@ -2176,27 +1936,22 @@ a.bb-preview-course-link span { .bb-learndash-content-wrap { padding-top: 35px; } - .bb-learndash-content-wrap > div { margin-bottom: 50px; } - .bb-learndash-content-wrap h4 { font-size: 16px; letter-spacing: 0.6px; margin: 0 0 20px; text-transform: uppercase; } - .bb-learndash-content-wrap #learndash_course_status { margin-bottom: 30px; } - .bb-learndash-content-wrap #learndash_lessons > div > div, .bb-learndash-content-wrap #learndash_quizzes > div > div { border: 0; } - .bb-learndash-content-wrap #learndash_lessons, .bb-learndash-content-wrap #learndash_quizzes, .bb-learndash-content-wrap #learndash_profile, @@ -2249,7 +2004,6 @@ h4#learndash_course_content_title { align-items: flex-start; color: var(--bb-headings-color); } - .bb-lesson-head:hover { background: rgba(146, 164, 183, 0.1); color: var(--bb-primary-color); @@ -2260,11 +2014,9 @@ h4#learndash_course_content_title { -webkit-transition: 0.3s all; transition: 0.3s all; } - .learndash_course_content .bb-lessons-list > li:nth-child(odd) a.bb-lesson-head:hover { background: rgba(146, 164, 183, 0.1); } - .learndash_course_content .bb-lessons-list > li:nth-child(odd) a.bb-lesson-head > .flex-1 { white-space: nowrap; overflow: hidden; @@ -2282,12 +2034,10 @@ h4#learndash_course_content_title { line-height: 1.5; border-radius: 0; } - .lms-topic-sidebar-wrapper .bb-lesson-head { line-height: 1.6; } - -.lms-topic-sidebar-wrapper [data-balloon]::after { +.lms-topic-sidebar-wrapper [data-balloon]:after { z-index: 25; } @@ -2296,7 +2046,6 @@ h4#learndash_course_content_title { -webkit-transition: 0.3s all; transition: 0.3s all; } - .bb-lms-list-inside li:nth-child(odd) .bb-lms-title-wrap:hover { background: rgba(146, 164, 183, 0.1); } @@ -2309,39 +2058,34 @@ h4#learndash_course_content_title { line-height: 1.6; margin-bottom: 1px; } - .bb-lms-title-wrap .bb-lms-title { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-right: 10px; } - .bb-lms-title-wrap:hover { background: rgba(146, 164, 183, 0.1); -webkit-transition: 0.3s all; transition: 0.3s all; } -.lms-topic-sidebar-wrapper .lms-quiz-list > li .bb-lms-title-wrap .bb-lms-quiz-tag::after { +.lms-topic-sidebar-wrapper .lms-quiz-list > li .bb-lms-title-wrap .bb-lms-quiz-tag:after { margin-right: 0; } - -.lms-topic-sidebar-wrapper li.lms-quiz-item .bb-lms-title-wrap .bb-lms-title::before { +.lms-topic-sidebar-wrapper li.lms-quiz-item .bb-lms-title-wrap .bb-lms-title:before { display: none; } .bb-lessons-list { margin: 0; } - .bb-lessons-list, .bb-lessons-list ol, .bb-lessons-list, .bb-lessons-list ul { list-style-type: none; } - -.bb-lessons-list li .bb-type-list li:not(.lms-quiz-item) .bb-lms-title-wrap .bb-lms-title::before { +.bb-lessons-list li .bb-type-list li:not(.lms-quiz-item) .bb-lms-title-wrap .bb-lms-title:before { line-height: 1.4; margin-right: 0; } @@ -2350,19 +2094,16 @@ h4#learndash_course_content_title { .lms-quiz-list { margin: 0; } - .bb-type-list li, .lms-quiz-list li { font-size: 14px; color: var(--bb-headings-color); letter-spacing: -0.24px; } - .bb-type-list li a, .lms-quiz-list li a { color: var(--bb-headings-color); } - .bb-type-list li a:hover, .lms-quiz-list li a:hover { color: var(--bb-primary-color); @@ -2380,7 +2121,6 @@ div#bb-learndash-lessons { margin-right: 0; margin-left: 0; } - .bb-course-topic-status .bb-lms-status, .bb-quiz-topic-status .bb-lms-status { position: absolute; @@ -2412,17 +2152,14 @@ div#bb-learndash-lessons { line-height: 22px; text-align: center; } - .i-progress.i-progress-completed { background-color: var(--bb-primary-color); } - .i-progress.i-progress-not-completed { color: #dedfe2; width: 23px; height: 23px; } - .i-progress.i-progress-not-completed i { font-size: 23px; width: 23px; @@ -2433,42 +2170,34 @@ div#bb-learndash-lessons { list-style: none; margin: 0; } - .bb-quiz-list .bb-quiz-icon g { stroke: var(--bb-body-text-color); } - .bb-quiz-list a { border-radius: 4px; padding: 15px; color: var(--bb-headings-color); line-height: 1.4; } - .bb-quiz-list a:hover { background: rgba(146, 164, 183, 0.1); color: var(--bb-primary-color); } - .bb-quiz-list .bb-quiz-topic-status-wrap .flex-1 { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } - .bb-quiz-list li:nth-child(odd) .bb-quiz-topic-status-wrap { background: rgba(146, 164, 183, 0.05); } - .bb-quiz-list li:nth-child(odd) .bb-quiz-topic-status-wrap:hover { background: rgba(146, 164, 183, 0.1); } - .bb-quiz-list li.lms-is-locked a { pointer-events: none; cursor: default; } - .bb-quiz-list .lms-is-locked-ico { position: relative; margin-left: 10px; @@ -2479,12 +2208,10 @@ div#bb-learndash-lessons { .bb-quiz-list-container .bb-quiz-list { counter-reset: lms-quiz-list; } - .bb-quiz-list-container .bb-quiz-list a.bb-quiz-topic-status-wrap { padding: 18px 22px; } - -.bb-quiz-list-container .bb-quiz-list .bb-quiz-topic-status-wrap span.flex-1::before { +.bb-quiz-list-container .bb-quiz-list .bb-quiz-topic-status-wrap span.flex-1:before { line-height: 1.4; margin-right: 0; counter-increment: lms-quiz-list; @@ -2507,25 +2234,20 @@ div#bb-learndash-lessons { .lms-topic-sidebar-wrapper .lms-lessions-list > ol.bb-lessons-list { margin-left: 0; } - .lms-topic-sidebar-wrapper .lms-lessions-list > ol.bb-lessons-list > li.lms-lesson-item { padding: 0 0 5px; position: relative; } - .lms-topic-sidebar-wrapper .lms-lessions-list > ol.bb-lessons-list > li.lms-lesson-item:first-child { padding-top: 0; } - .lms-topic-sidebar-wrapper .lms-lessions-list > ol.bb-lessons-list > li.lms-lesson-item:last-child { border-bottom: 0; padding-bottom: 0; } - .lms-topic-sidebar-wrapper .lms-lessions-list > ol.bb-lessons-list .bb-lesson-head { border-radius: 0; } - .lms-topic-sidebar-wrapper .lms-lessions-list > ol.bb-lessons-list .bb-lesson-head > .flex-1 { display: -webkit-box; display: -ms-flexbox; @@ -2535,13 +2257,11 @@ div#bb-learndash-lessons { text-overflow: ellipsis; margin-right: 6px; } - .lms-topic-sidebar-wrapper .lms-lessions-list > ol.bb-lessons-list .bb-lesson-head > .flex-1 .lms-is-sample-tag { margin-left: auto; padding-top: 1px; padding-bottom: 1px; } - .lms-topic-sidebar-wrapper .lms-lessions-list > ol.bb-lessons-list .bb-lesson-head > .flex-1 .lms-is-locked-ico, .lms-topic-sidebar-wrapper .lms-lessions-list > ol.bb-lessons-list .bb-lesson-head > .flex-1 .lms-not-locked-ico { color: var(--bb-alternate-text-color); @@ -2550,7 +2270,6 @@ div#bb-learndash-lessons { margin-left: 10px; margin-right: 10px; } - .lms-topic-sidebar-wrapper .lms-lessions-list > ol.bb-lessons-list .bb-lesson-head > .lms-is-locked-ico { color: var(--bb-alternate-text-color); margin-right: 8px; @@ -2568,11 +2287,9 @@ a.ld-table-list-item-preview:has(.lms-quiz-status-icon) { pointer-events: all; cursor: default; } - .lms-quiz-status-icon i { color: var(--bb-alternate-text-color); } - .ld-table-list-item-preview .lms-quiz-status-icon { margin-left: auto; } @@ -2582,11 +2299,9 @@ a.ld-table-list-item-preview:has(.lms-quiz-status-icon) { pointer-events: all; cursor: default; } - .lms-topic-is-locked .lms-topic-status-icon i { color: var(--bb-alternate-text-color); } - .lms-topic-is-locked > .bb-title, .lms-topic-is-locked > .ld-topic-row { pointer-events: none; cursor: default; @@ -2596,7 +2311,6 @@ a.ld-table-list-item-preview:has(.lms-quiz-status-icon) { pointer-events: none; cursor: default; } - .lms-is-scheduled .lms-quiz-status-icon { pointer-events: all; cursor: default; @@ -2609,14 +2323,12 @@ a.ld-table-list-item-preview:has(.lms-quiz-status-icon) { display: -ms-flexbox; display: flex; } - .lms-topic-sidebar-wrapper .lms-course-quizzes-list > ul.lms-quiz-list .lms-quiz-item > a > .flex-1 .bb-quiz-title { margin-right: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } - .lms-topic-sidebar-wrapper .lms-course-quizzes-list > ul.lms-quiz-list .lms-quiz-item > a > .flex-1 .lms-is-locked-ico { color: var(--bb-alternate-text-color); position: relative; @@ -2640,7 +2352,6 @@ li.lms-lesson-item .bb-lesson-head { .lms-topic-sidebar-wrapper .lms-lessions-list ol.bb-type-list { margin-left: 0; } - .lms-topic-sidebar-wrapper .lms-lessions-list ol.bb-type-list .bb-lms-title-wrap { -webkit-box-align: center; -ms-flex-align: center; @@ -2654,7 +2365,6 @@ li.lms-lesson-item .bb-lesson-head { margin: 0 0 20px; text-transform: uppercase; } - .learndash_content_wrap .bb-type-list { margin: 0; } @@ -2667,7 +2377,6 @@ span.bb-pages { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - span.bb-pages .bb-total { color: var(--bb-alternate-text-color); } @@ -2683,7 +2392,6 @@ span.bb-pages .bb-total { .lms-side-panel-close .header-maximize-link { display: none; } - .lms-side-panel-close .header-minimize-link { display: -webkit-box; display: -ms-flexbox; @@ -2702,13 +2410,11 @@ span.bb-pages .bb-total { margin: -30px -100px 0; } @media screen and (max-width: 1200px) { - .swfd-video-backlayer { margin: -30px -60px 0; } } @media screen and (max-width: 992px) { - .swfd-video-backlayer { margin: -30px -40px 0; } @@ -2728,22 +2434,18 @@ div.bb-lms-header { padding: 0; position: relative; margin: 0; - /* @include transition(all linear .2s); */ -webkit-transition: margin 0.2s; transition: margin 0.2s; } - div.bb-lms-header .sfwd-course-position { margin-right: auto; } - div.bb-lms-header h1 { font-size: 32px; line-height: 1.2; margin-bottom: 0; } - div.bb-lms-header .bb-position { -webkit-box-align: center; -ms-flex-align: center; @@ -2751,7 +2453,6 @@ div.bb-lms-header .bb-position { margin-bottom: 50px; } @media screen and (max-width: 544px) { - div.bb-lms-header .bb-position { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -2761,13 +2462,11 @@ div.bb-lms-header .bb-position { -ms-flex-align: start; align-items: flex-start; } - div.bb-lms-header .bb-position .sfwd-course-nav { margin-top: 15px; } } @media screen and (max-width: 380px) { - #learndash-page-content div.bb-lms-header .bb-position .sfwd-course-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; @@ -2781,7 +2480,6 @@ div.bb-lms-header .bb-position { div.bb-lms-header.quiz-fix .bb-position { padding-top: 10px; - /* Fix tooltips cut off by overflow parent container */ } @@ -2792,44 +2490,36 @@ div.bb-lms-header.quiz-fix .bb-position { .learndash_course_content .bb-lessons-list li.bb-lessons-list-item { position: relative; } - .learndash_course_content .bb-lessons-list li a.bb-lesson-head { color: var(--bb-headings-color); -webkit-box-align: center; -ms-flex-align: center; align-items: center; } - .learndash_course_content .bb-lessons-list li a.bb-lesson-head:hover { color: var(--bb-primary-color); } - .learndash_course_content .bb-lessons-list li a.bb-lesson-head .flex-1 .lms-is-sample-tag { margin-left: 10px; bottom: 1px; } - .learndash_course_content .bb-lessons-list li a.bb-lesson-head .lms-is-locked-ico { position: relative; margin-left: 10px; bottom: 1px; color: #939597; } - .learndash_course_content .bb-lessons-list li.lms-is-locked a.bb-lesson-head { pointer-events: none; cursor: default; } - .learndash_course_content .bb-lessons-list li.lms-is-locked .bb-type-list li a { pointer-events: none; cursor: default; } - .learndash_course_content .bb-quiz-list a { color: var(--bb-headings-color); } - .learndash_course_content .bb-quiz-list a:hover { color: var(--bb-primary-color); } @@ -2837,7 +2527,6 @@ div.bb-lms-header.quiz-fix .bb-position { .bb-type-list.bb-lms-list-inside a { color: var(--bb-headings-color); } - .bb-type-list.bb-lms-list-inside a:hover { color: var(--bb-primary-color); } @@ -2852,7 +2541,6 @@ div.bb-lms-header.quiz-fix .bb-position { margin-right: 6px; cursor: pointer; } - .lms-toggle-lesson i { display: inline-block; font-size: 16px; @@ -2872,7 +2560,6 @@ div.bb-lms-header.quiz-fix .bb-position { .bb-lessons-list-item .lms-toggle-lesson { left: 0; } - .bb-lessons-list-item .lms-toggle-lesson i { top: 10px; } @@ -2901,7 +2588,6 @@ div.bb-lms-header.quiz-fix .bb-position { width: 20px; height: 20px; } - .bb-type-list .bb-lms-ico i, .bb-quiz-list .bb-lms-ico i, .lms-quiz-list .bb-lms-ico i { @@ -2919,7 +2605,6 @@ div.bb-lms-header.quiz-fix .bb-position { color: var(--bb-alternate-text-color); white-space: nowrap; } - .bb-lesson-head .bb-lesson-topics-count, .bb-lesson-head .bb-lesson-quizzes-count { max-width: 60px; @@ -2931,7 +2616,6 @@ div.bb-lms-header.quiz-fix .bb-position { .lms-topic-sidebar-wrapper .bb-lms-title { font-size: 13px; } - .lms-topic-sidebar-wrapper .bb-lms-title .bb-quiz-title { font-size: 14px; } @@ -2939,7 +2623,6 @@ div.bb-lms-header.quiz-fix .bb-position { .bb-lms-secondary-header .bb-pages { margin-bottom: 0; } - .bb-lms-secondary-header .bb-learndash-meta-wrap { margin-bottom: 20px; min-height: 34px; @@ -2950,17 +2633,14 @@ div.bb-lms-header.quiz-fix .bb-position { display: -ms-flexbox; display: flex; } - .learndash_next_prev_link a.prev-link, .learndash_next_prev_link span.prev-link { border-radius: var(--bb-button-radius) 0 0 var(--bb-button-radius); } - .learndash_next_prev_link a.next-link, .learndash_next_prev_link span.next-link { border-radius: 0 var(--bb-button-radius) var(--bb-button-radius) 0; } - .learndash_next_prev_link a, .learndash_next_prev_link span.empty-post { display: -webkit-box; @@ -2982,12 +2662,10 @@ div.bb-lms-header.quiz-fix .bb-position { font-size: 12px; white-space: nowrap; } - .learndash_next_prev_link a:hover, .learndash_next_prev_link span.empty-post:hover { color: var(--bb-primary-color); } - .learndash_next_prev_link a .meta-nav, .learndash_next_prev_link span.empty-post .meta-nav { position: absolute; @@ -2996,16 +2674,14 @@ div.bb-lms-header.quiz-fix .bb-position { z-index: 20; } @media (max-width: 360px) { - .learndash_next_prev_link a { font-size: 0; } } - -.learndash_next_prev_link a.next-link::after, -.learndash_next_prev_link span.next-link::after { +.learndash_next_prev_link a.next-link:after, +.learndash_next_prev_link span.next-link:after { content: "\e827"; - font: 400 normal normal 14px/1 bb-icons; + font: normal normal normal 14px/1 bb-icons; font-size: 16px; text-rendering: auto; -webkit-font-smoothing: antialiased; @@ -3013,16 +2689,14 @@ div.bb-lms-header.quiz-fix .bb-position { margin-left: 6px; padding-bottom: 3px; } - .learndash_next_prev_link a.prev-link, .learndash_next_prev_link span.prev-link { margin-right: 2px; } - -.learndash_next_prev_link a.prev-link::before, -.learndash_next_prev_link span.prev-link::before { +.learndash_next_prev_link a.prev-link:before, +.learndash_next_prev_link span.prev-link:before { content: "\e8ab"; - font: 400 normal normal 14px/1 bb-icons; + font: normal normal normal 14px/1 bb-icons; font-size: 16px; text-rendering: auto; -webkit-font-smoothing: antialiased; @@ -3030,22 +2704,19 @@ div.bb-lms-header.quiz-fix .bb-position { margin-right: 6px; padding-bottom: 3px; } - .learndash_next_prev_link a { color: var(--bb-headings-color); } - .learndash_next_prev_link a:hover { color: var(--bb-primary-color); } -html[dir="rtl"] .learndash_next_prev_link a.next-link::after, -html[dir="rtl"] .learndash_next_prev_link span.next-link::after { +html[dir="rtl"] .learndash_next_prev_link a.next-link:after, +html[dir="rtl"] .learndash_next_prev_link span.next-link:after { content: "\e8ab"; } - -html[dir="rtl"] .learndash_next_prev_link a.prev-link::before, -html[dir="rtl"] .learndash_next_prev_link span.prev-link::before { +html[dir="rtl"] .learndash_next_prev_link a.prev-link:before, +html[dir="rtl"] .learndash_next_prev_link span.prev-link:before { content: "\e827"; } @@ -3056,15 +2727,12 @@ html[dir="rtl"] .learndash_next_prev_link span.prev-link::before { .learndash_content_wrap { padding-top: 30px; } - .learndash_content_wrap.learndash_content_video { padding-top: 0; } - .learndash_content_wrap .ld-tabs-content { margin-bottom: 50px; } - .learndash_content_wrap .ld-progress { margin-top: 0; } @@ -3073,50 +2741,40 @@ html[dir="rtl"] .learndash_next_prev_link span.prev-link::before { color: inherit; line-height: inherit; } - .learndash-wrapper .ld-tabs { margin: 0; } - .learndash-wrapper .ld-tabs .ld-tabs-content .ld-tab-content { padding-bottom: 0; } - .learndash-wrapper a { color: var(--bb-primary-color); } - .learndash-wrapper a.button:not(.outline) { background-color: var(--bb-primary-button-background-regular); color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); } - .learndash-wrapper a.button:not(.outline):focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .learndash-wrapper a.button:not(.outline):hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - .learndash-wrapper .learndash_content_wrap .ld-table-list.ld-no-pagination { border: 0; } - .learndash-wrapper .learndash_content_wrap .ld-content-actions { border: 0; margin-bottom: 0; position: relative; z-index: 1; } - -.learndash-wrapper .learndash_content_wrap .sfwd-mark-complete::after { +.learndash-wrapper .learndash_content_wrap .sfwd-mark-complete:after { display: none; } - .learndash-wrapper .learndash_content_wrap .learndash_mark_complete_button { border-radius: var(--bb-button-radius); background-color: var(--bb-primary-button-background-regular); @@ -3128,28 +2786,23 @@ html[dir="rtl"] .learndash_next_prev_link span.prev-link::before { font-weight: 500; padding: 10px 20px; } - .learndash-wrapper .learndash_content_wrap .learndash_mark_complete_button:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .learndash-wrapper .learndash_content_wrap .learndash_mark_complete_button:hover { opacity: 1; background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - .learndash-wrapper .learndash_content_wrap .learndash_mark_complete_button:focus { opacity: 1; } @media (min-width: 1024px) { - .learndash-wrapper .learndash_content_wrap { max-width: 760px; } - .learndash-wrapper .bb-lms-header .lms-header-title, .learndash-wrapper .bb-lms-header .lms-header-instructor { max-width: 760px; @@ -3157,9 +2810,8 @@ html[dir="rtl"] .learndash_next_prev_link span.prev-link::before { margin-right: auto; } } - .learndash-wrapper .ld-table-list .ld-table-list-header { - background-color: transparent; + background-color: transparent !important; color: var(--bb-headings-color); font-size: 16px; font-weight: 600; @@ -3167,30 +2819,24 @@ html[dir="rtl"] .learndash_next_prev_link span.prev-link::before { padding: 0; margin: 0 0 20px; } - .learndash-wrapper .ld-table-list .ld-table-list-header .ld-item-icon { display: none; } - .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-lesson-details { color: var(--bb-alternate-text-color); } - .learndash-wrapper .ld-table-list .ld-table-list-footer { padding: 0; background-color: transparent; } - .learndash-wrapper .ld-table-list .ld-table-list-items { border: 0; padding: 0; } - .learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item { border: 0; margin-bottom: 1px; } - .learndash-wrapper .ld-table-list .ld-table-list-items a.ld-table-list-item-preview { padding: 20px; border-radius: 4px; @@ -3198,7 +2844,6 @@ html[dir="rtl"] .learndash_next_prev_link span.prev-link::before { transition: 0.3s all; color: inherit; } - .learndash-wrapper .ld-table-list .ld-table-list-items a.ld-table-list-item-preview:hover { color: inherit; background: rgba(146, 164, 183, 0.1); @@ -3207,7 +2852,6 @@ html[dir="rtl"] .learndash_next_prev_link span.prev-link::before { .learndash-wrapper .learndash_content_wrap .ld-table-list .ld-table-list-items div.ld-table-list-item:nth-child(odd) a.ld-table-list-item-preview { background: rgba(146, 164, 183, 0.05); } - .learndash-wrapper .learndash_content_wrap .ld-table-list .ld-table-list-items div.ld-table-list-item:nth-child(odd) a.ld-table-list-item-preview:hover { background: rgba(146, 164, 183, 0.1); } @@ -3219,25 +2863,20 @@ html[dir="rtl"] .learndash_next_prev_link span.prev-link::before { flex-basis: 22px; margin-right: 12px; } - .learndash-wrapper .ld-status-icon.ld-status-complete { background-color: var(--bb-primary-color); } - .learndash-wrapper .ld-status-icon.ld-status-incomplete { border-width: 2px; border-color: #dedfe2; background-color: transparent; } - .learndash-wrapper .ld-status-icon.ld-status-in-progress { background-color: transparent; } - .learndash-wrapper .ld-status-icon.ld-quiz-complete { background-color: var(--bb-primary-color); } - .learndash-wrapper .ld-icon.ld-icon-quiz, .learndash-wrapper .ld-icon.ld-icon-checkmark, .learndash-wrapper .ld-icon.ld-icon-content, @@ -3254,97 +2893,83 @@ html[dir="rtl"] .learndash_next_prev_link span.prev-link::before { margin-left: 6px; padding-bottom: 0; } - -.learndash-wrapper .ld-icon.ld-icon-quiz::before { +.learndash-wrapper .ld-icon.ld-icon-quiz:before { content: "\eeff"; font-family: bb-icons !important; } - .learndash-wrapper .ld-icon.ld-icon-checkmark { font-size: 14px; } - -.learndash-wrapper .ld-icon.ld-icon-checkmark::before { +.learndash-wrapper .ld-icon.ld-icon-checkmark:before { content: "\e876"; } - .learndash-wrapper .ld-icon.ld-icon-content { font-size: 14px; } - -.learndash-wrapper .ld-icon.ld-icon-content::before { +.learndash-wrapper .ld-icon.ld-icon-content:before { content: "\e86e"; } - .learndash-wrapper .ld-icon.ld-icon-materials { font-size: 14px; } - -.learndash-wrapper .ld-icon.ld-icon-materials::before { +.learndash-wrapper .ld-icon.ld-icon-materials:before { content: "\ef3e"; } - -.learndash-wrapper .ld-icon.ld-icon-certificate::before { +.learndash-wrapper .ld-icon.ld-icon-certificate:before { content: "\e975"; } - -.learndash-wrapper .ld-icon.ld-icon-assignment::before { +.learndash-wrapper .ld-icon.ld-icon-assignment:before { content: "\ee7a"; } - -.learndash-wrapper .ld-icon.ld-icon-search::before { +.learndash-wrapper .ld-icon.ld-icon-search:before { content: "\ef10"; } - -.learndash-wrapper .ld-icon.ld-icon-calendar::before { +.learndash-wrapper .ld-icon.ld-icon-calendar:before { content: "\e884"; } - -.learndash-wrapper .ld-tabs .ld-tabs-navigation::after { +.learndash-wrapper .ld-tabs .ld-tabs-navigation:after { height: 1px; background-color: var(--bb-content-border-color); } - .learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab { padding: 10px 20px; font-size: 14px; - font-weight: 400; + font-weight: normal; color: var(--bb-body-text-color); } - -.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab::after { +.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab:after { height: 1px; } - +.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab:focus { + box-shadow: none; +} .learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active { color: var(--bb-headings-color); } - -.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active::after { +.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active:after { background-color: var(--bb-primary-color); } - -.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-active::after { +.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active:focus { + box-shadow: none; +} +.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-active:after { background: var(--bb-primary-color); } .learndash-wrapper .bb-ld-info-bar { margin: 0 0 15px; } - .learndash-wrapper .bb-ld-info-bar .ld-lesson-status { background: none; border-radius: 0; } - .learndash-wrapper .bb-ld-status { margin-right: 10px; } - .learndash-wrapper .bb-ld-status .ld-status { background-color: rgba(146, 164, 183, 0.05); text-transform: none; - font-weight: 400; + font-weight: normal; font-size: 12px; height: 30px; line-height: 30px; @@ -3352,57 +2977,47 @@ html[dir="rtl"] .learndash_next_prev_link span.prev-link::before { letter-spacing: inherit; margin-bottom: 0; } - .learndash-wrapper .bb-ld-status .ld-status.ld-status-progress { color: #fff; background-color: var(--bb-primary-color); } - .learndash-wrapper .bb-ld-status .ld-status.ld-status-complete { color: #fff; background-color: var(--bb-success-color); } - .learndash-wrapper .bb-ld-info-bar .ld-topic-status { border-radius: 0; } - .learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs { background-color: transparent; padding: 0 0 10px; border-bottom: 1px solid var(--bb-content-border-color); border-radius: 0; } - .learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-status { display: none; background-color: rgba(146, 164, 183, 0.05); text-transform: none; - font-weight: 400; + font-weight: normal; font-size: 12px; line-height: inherit; padding: 0 12px; letter-spacing: inherit; } - .learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-status.ld-status-progress { background-color: var(--bb-primary-color); } - .learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-status.ld-status-complete { background-color: var(--bb-success-color); } - .learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span a { - font-weight: 400; + font-weight: normal; color: var(--bb-headings-color); } - .learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span a:hover { color: var(--bb-primary-color); } - -.learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span::after { +.learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span:after { content: "\e827"; font-family: bb-icons; font-size: 12px; @@ -3414,11 +3029,9 @@ html[dir="rtl"] .learndash_next_prev_link span.prev-link::before { position: relative; top: 0; } - -[dir="rtl"] .learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span::after { +[dir="rtl"] .learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span:after { content: "\e8ab"; } - .learndash-wrapper .ld-topic-status { background-color: transparent; } @@ -3426,29 +3039,23 @@ html[dir="rtl"] .learndash_next_prev_link span.prev-link::before { .learndash-wrapper .ld-alert { border-radius: var(--bb-block-radius-inner); } - .learndash-wrapper .ld-alert .ld-button { padding: 10px 20px; border-bottom: 0 !important; } - .learndash-wrapper .ld-alert .ld-button .ld-icon { display: none; } - .learndash-wrapper .ld-alert.ld-alert-certificate.ld-alert-success { color: var(--bb-body-text-color); } - .learndash-wrapper .ld-alert .ld-alert-content a { color: var(--bb-headings-color); text-decoration: none; } - .learndash-wrapper .ld-alert .ld-alert-content a:hover { color: var(--bb-primary-color); } - .learndash-wrapper .ld-alert-success { border: 0; padding: 15px; @@ -3457,7 +3064,6 @@ html[dir="rtl"] .learndash_next_prev_link span.prev-link::before { font-size: 15px; background-color: rgba(var(--bb-success-color-rgb), 0.1); } - .learndash-wrapper .ld-alert-success .ld-alert-content { display: -webkit-box; display: -ms-flexbox; @@ -3466,18 +3072,15 @@ html[dir="rtl"] .learndash_next_prev_link span.prev-link::before { -ms-flex-align: center; align-items: center; } - .learndash-wrapper .ld-alert-success .ld-alert-content > p { margin: 0; } - .learndash-wrapper .ld-alert-success .ld-button { background-color: var(--bb-success-color); color: #fff; white-space: nowrap; border: 0; } - .learndash-wrapper .ld-alert-success .ld-alert-icon.ld-icon { margin-left: 6px; background-color: var(--bb-success-color); @@ -3495,7 +3098,6 @@ html[dir="rtl"] .learndash_next_prev_link span.prev-link::before { vertical-align: middle; font-size: 20px; } - .learndash-wrapper .ld-alert-warning { border-color: var(--bb-warning-color); background-color: rgba(var(--bb-warning-color-rgb), 0.1); @@ -3505,7 +3107,6 @@ html[dir="rtl"] .learndash_next_prev_link span.prev-link::before { color: inherit; font-size: 15px; } - .learndash-wrapper .ld-alert-warning .ld-alert-content { display: -webkit-box; display: -ms-flexbox; @@ -3514,22 +3115,18 @@ html[dir="rtl"] .learndash_next_prev_link span.prev-link::before { -ms-flex-align: center; align-items: center; } - .learndash-wrapper .ld-alert-warning .ld-alert-content .ld-alert-messages p { margin-bottom: 0; } - .learndash-wrapper .ld-alert-warning .ld-alert-content > p { margin: 0; } - .learndash-wrapper .ld-alert-warning .ld-button { background-color: var(--bb-warning-color); color: #fff; white-space: nowrap; border: 0; } - .learndash-wrapper .ld-alert-warning .ld-alert-icon.ld-icon-alert { font-family: bb-icons !important; font-size: 20px; @@ -3545,31 +3142,25 @@ html[dir="rtl"] .learndash_next_prev_link span.prev-link::before { -ms-transform: none; transform: none; } - -.learndash-wrapper .ld-alert-warning .ld-alert-icon.ld-icon-alert::before { +.learndash-wrapper .ld-alert-warning .ld-alert-icon.ld-icon-alert:before { content: "\ee65"; font-weight: 100; } @media screen and (max-width: 768px) { - .learndash-wrapper .ld-alert-warning .ld-alert-content { margin: 0; } - .learndash-wrapper .ld-alert-warning .ld-alert-content .ld-alert-icon.ld-icon-alert { margin-right: 0.5em; } - .learndash-wrapper .ld-alert-warning .ld-alert-content .ld-alert-messages { text-align: left; line-height: 1.4; } } - .learndash-wrapper .bb-ld-tabs { position: relative; } - .learndash-wrapper .bb-ld-tabs #learndash-course-content { margin: 0; position: absolute; @@ -3582,91 +3173,74 @@ html[dir="rtl"] .learndash_next_prev_link span.prev-link::before { font-weight: inherit; color: var(--bb-alternate-text-color); } - .learndash-wrapper .ld-pagination .ld-pages { background-color: transparent; padding: 1em 0.5em; } - .learndash-wrapper .ld-pagination .ld-pages a { color: var(--bb-headings-color); } - .learndash-wrapper .ld-pagination .ld-pages a:hover { color: var(--bb-primary-color); } - .learndash-wrapper .ld-pagination .ld-pages .ld-icon { font-size: 10px; } .lms-topic-sidebar-wrapper.lms-topic-sidebar-close { margin-left: -370px; - /* margin-left: -40%; */ } - .lms-topic-sidebar-wrapper.lms-topic-sidebar-close .lms-topic-sidebar-data { left: -370px; } - .buddypanel-open .lms-topic-sidebar-wrapper.lms-topic-sidebar-close .lms-topic-sidebar-data { left: -370px; } @media screen and (min-width: 800px) { - .sfwd-single-sidebar-right .lms-topic-sidebar-wrapper.lms-topic-sidebar-close { margin-right: -370px; margin-left: 0; } } - .lms-header-instructor .bb-about-instructor { margin: 0; padding-top: 20px; padding-bottom: 20px; } - .lms-header-instructor .bb-about-instructor.bb_single_meta_off { padding: 0; } - .lms-header-instructor .bb-about-instructor > .flex { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } - -.lms-header-instructor .bb-about-instructor > h4 { +.lms-header-instructor .bb-about-instructor > .bb-instructor-heading, .lms-header-instructor .bb-about-instructor > h4 { text-transform: uppercase; color: var(--bb-headings-color); font-size: 13px; margin-bottom: 10px; - font-weight: 400; + font-weight: normal; } - .lms-header-instructor .bb-about-instructor h5 { font-weight: 400; font-size: 15px; color: var(--bb-headings-color); margin-bottom: 0; } - .lms-header-instructor .bb-about-instructor h5 a { color: var(--bb-headings-color); } - .lms-header-instructor .bb-about-instructor h5 a:hover { color: var(--bb-primary-color); } - .lms-header-instructor .bb-about-instructor .bb-about-instructor-date { color: var(--bb-alternate-text-color); margin-left: 0; } - -.lms-header-instructor .bb-about-instructor .bb-about-instructor-date::before { +.lms-header-instructor .bb-about-instructor .bb-about-instructor-date:before { content: ""; width: 4px; height: 4px; @@ -3677,15 +3251,12 @@ html[dir="rtl"] .learndash_next_prev_link span.prev-link::before { bottom: 2px; display: none; } - .lms-header-instructor .bb-about-instructor .bb-avatar-wrap + .bb-content-wrap .bb-about-instructor-date { margin-left: 7px; } - -.lms-header-instructor .bb-about-instructor .bb-avatar-wrap + .bb-content-wrap .bb-about-instructor-date::before { +.lms-header-instructor .bb-about-instructor .bb-avatar-wrap + .bb-content-wrap .bb-about-instructor-date:before { display: inline-block; } - .lms-header-instructor .bb-about-instructor .bb-avatar-wrap { max-width: 40px; text-align: left; @@ -3693,20 +3264,17 @@ html[dir="rtl"] .learndash_next_prev_link span.prev-link::before { display: block; padding: 0; } - .lms-header-instructor .bb-about-instructor .bb-content-wrap { padding: 0; } - .lms-header-instructor .bb-about-instructor .avatar { max-width: 32px; } - .lms-header-instructor .bb-about-instructor .bb-avatar-wrap > div { margin-bottom: 0; } -html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor-date::before { +html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor-date:before { margin-right: 10px; margin-left: 10px; } @@ -3714,13 +3282,11 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor .lms-topic-sidebar-course-navigation .ld-course-navigation { margin: 15px 30px; } - .lms-topic-sidebar-course-navigation .ld-course-navigation .course-entry-title { color: var(--bb-headings-color); font-size: 26px; margin: 0; } - .lms-topic-sidebar-course-navigation a.course-entry-link { display: inline-block; background-color: rgba(0, 0, 0, 0.03); @@ -3732,11 +3298,9 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .lms-topic-sidebar-course-navigation a.course-entry-link:hover { background-color: rgba(0, 0, 0, 0.06); } - .lms-topic-sidebar-course-navigation a.course-entry-link i { margin-right: 3px; } @@ -3748,7 +3312,6 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor padding-bottom: 25px; border-bottom: 1px solid var(--bb-content-border-color); } - .lms-topic-sidebar-progress .course-completion-rate { font-size: 12px; font-weight: 500; @@ -3757,7 +3320,6 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor margin-top: 15px; line-height: 1; } - .lms-topic-sidebar-progress .ld-progress-steps { font-size: 12px; font-weight: 500; @@ -3766,7 +3328,6 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor margin-top: 7px; line-height: 1; } - .lms-topic-sidebar-progress .course-progress { margin: 0; height: 3px; @@ -3774,7 +3335,6 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor background: var(--bb-content-border-color); border-radius: 12px; } - .lms-topic-sidebar-progress .course-progress-bar { background: var(--bb-primary-color); height: 3px; @@ -3784,7 +3344,6 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor .bb-about-instructor { margin-bottom: 60px; } - .bb-about-instructor > .bb-grid { background-color: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); @@ -3796,42 +3355,37 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor -ms-flex-align: center; align-items: center; } - .bb-about-instructor .bb-instructor-wrap { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } - .bb-about-instructor.bb-about-instructor--is-info .bb-instructor-wrap { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } - .bb-about-instructor .bb-author-info { margin: 3px 0 5px; font-size: 14px; line-height: 1.5; } - .bb-about-instructor .bb-instructor-message { -webkit-box-flex: inherit; -ms-flex: inherit; flex: inherit; } - -.bb-about-instructor h4 { +.bb-about-instructor h4, +.bb-about-instructor .bb-instructor-heading { font-size: 16px; + line-height: 1; letter-spacing: 0.6px; margin: 0 0 15px; text-transform: uppercase; } - .bb-about-instructor .avatar { max-width: 52px; } - .bb-about-instructor .bb-avatar-wrap { max-width: 110px; text-align: center; @@ -3842,28 +3396,23 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor flex-flow: column; margin-right: 18px; } - .bb-about-instructor h5 { font-size: 18px; line-height: 1; margin: 6px 0 2px; } - .bb-about-instructor h5 a { color: var(--bb-headings-color); } - .bb-about-instructor h5 a:hover { color: var(--bb-primary-color); } - .bb-about-instructor .bb-author-meta { font-size: 14px; color: var(--bb-alternate-text-color); line-height: 1.2; margin-bottom: 0; } - .bb-about-instructor .bb-content-wrap { display: -webkit-box; display: -ms-flexbox; @@ -3871,7 +3420,6 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor -ms-flex-flow: column; flex-flow: column; } - .bb-about-instructor .bb-author-meta-info { display: -webkit-box; display: -ms-flexbox; @@ -3881,7 +3429,6 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor margin-top: auto; padding-bottom: 5px; } - .bb-about-instructor .bb-author-meta-info > span { display: -webkit-box; display: -ms-flexbox; @@ -3894,15 +3441,12 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor color: var(--bb-alternate-text-color); letter-spacing: -0.24px; } - .bb-about-instructor .bb-author-meta-info > span:last-child { margin-right: 0; } - .bb-about-instructor .bb-author-meta-info svg { margin-right: 5px; } - .bb-about-instructor .button { max-width: 160px; display: block; @@ -3912,7 +3456,6 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor padding-right: 25px; font-weight: 400; } - .bb-about-instructor .button i { margin-right: 5px; font-size: 18px; @@ -3924,7 +3467,6 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor display: block; line-height: 0; } - .bb-learndash-meta-wrap .bb-toggle-theme span { display: inline-block; } @@ -3947,15 +3489,13 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor list-style: none; counter-reset: lms-list; } - -.bb-type-list.bb-lms-list-inside li > a .bb-lms-title::before { +.bb-type-list.bb-lms-list-inside li > a .bb-lms-title:before { line-height: 1.4; margin-right: 0; counter-increment: lms-list; content: counter(lms-list) ". "; color: var(--bb-alternate-text-color); } - .bb-type-list.bb-lms-list-inside .bb-lms-title-wrap { font-size: 16px; padding: 18px 22px; @@ -3963,7 +3503,6 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor -ms-flex-align: center; align-items: center; } - .bb-type-list.bb-lms-list-inside .bb-course-topic-status { width: 24px; height: 24px; @@ -3971,7 +3510,6 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor -ms-flex-order: 2; order: 2; } - .bb-type-list.bb-lms-list-inside svg { margin-right: 0; } @@ -4013,7 +3551,6 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor margin: 0; list-style: none; } - .bb-assignments-list li { border-radius: 4px; margin-bottom: 1px; @@ -4021,32 +3558,26 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor -ms-flex-align: center; align-items: center; } - .bb-assignments-list li:hover { background: rgba(146, 164, 183, 0.1); } - .bb-assignments-list a { color: inherit; letter-spacing: -0.24px; line-height: 19px; } - .bb-assignments-list .ld-assignment-filename-col a { display: block; padding: 13px 15px; } - .bb-assignments-list img { max-width: 24px; margin-right: 15px; } - .bb-assignments-list .bb-icon-close-circle { color: var(--bb-danger-color); font-size: 20px; } - .bb-assignments-list .ld-assignment-delete-col { display: -webkit-box; display: -ms-flexbox; @@ -4056,7 +3587,6 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor align-items: center; padding-right: 10px; } - .bb-assignments-list .learndash_uploaded_assignment_points { margin-right: 15px; } @@ -4067,7 +3597,6 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor letter-spacing: 0.6px; text-transform: uppercase; } - .bb-leardash-upload-assignment .bb-label { display: inline-block; cursor: pointer; @@ -4080,14 +3609,12 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor margin-bottom: 20px; color: var(--bb-primary-color); } - .bb-leardash-upload-assignment form { border: 1px dashed #c3c6c9; border-radius: 4px; padding: 30px 20px; text-align: center; } - .bb-leardash-upload-assignment input[type="file"] { width: 0.1px; height: 0.1px; @@ -4096,20 +3623,16 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor position: absolute; z-index: -1; } - .bb-leardash-upload-assignment input[type="file"]:focus + label { outline: none; } - .bb-leardash-upload-assignment input[type="file"]:focus + label * { pointer-events: none; } - .bb-leardash-upload-assignment input#uploadfile_btn { min-width: 140px; font-weight: 500; } - .bb-leardash-upload-assignment .bb-upload-message { padding: 15px 0 0; font-size: 14px; @@ -4145,7 +3668,6 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor margin: auto; padding: 0 10px; } - .buddypanel-open #object-nav.bb-lms-nav { max-width: 1160px; } @@ -4162,16 +3684,13 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor border-bottom: 1px solid var(--bb-content-border-color); padding: 0 0 30px; } - .single-sfwd-courses .comment-respond.bb-active { box-shadow: none; } - .single-sfwd-courses .comments-area input#submit { min-width: 160px; min-height: 40px; } - .single-sfwd-courses .comment-body { background: transparent; border: 0; @@ -4180,11 +3699,9 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor padding: 0 0 30px; border-bottom: 1px solid var(--bb-content-border-color); } - .single-sfwd-courses .comment-content-wrap { padding-left: 22px; } - .single-sfwd-courses .comment-respond .vcard a { margin-left: 22px; } @@ -4192,7 +3709,6 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor .ld-in-focus-mode.bb-sfwd-aside .comments-area { display: none; } - .ld-in-focus-mode.bb-sfwd-aside .wpdiscuz_top_clearing + #comments.comments-area { display: block; } @@ -4200,16 +3716,13 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor .bb-course-item { padding: 0 10px 15px; } - .bb-course-item .avatar { max-width: 28px; width: 100%; } - .bb-course-items .bb-course-item .bb-cover-list-item:hover { box-shadow: 0 2px 10px 0 rgba(18, 43, 70, 0.1); } - .bb-course-item .bb-course-meta.bb-course-footer { margin-top: 40px; -ms-flex-flow: row; @@ -4223,7 +3736,6 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor color: #fff; letter-spacing: -0.24px; } - .bb-details i { font-size: 26px; position: relative; @@ -4248,7 +3760,6 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor background: transparent; box-shadow: none; } - .groups.single-item #object-nav.bb-lms-nav { padding: 0; } @@ -4270,7 +3781,6 @@ html[dir="rtl"] .lms-header-instructor .bb-about-instructor .bb-about-instructor form#sfwd-mark-complete input#learndash_mark_complete_button[disabled] { color: #fff; } - form#sfwd-mark-complete input#learndash_mark_complete_button[disabled]:hover { box-shadow: none; } @@ -4287,25 +3797,20 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { pointer-events: all; padding: 6px 0 6px 12px; } - .learndash-wrapper .ld-section-heading { margin-bottom: 1.25em; } - .learndash-wrapper .ld-section-heading h2 { letter-spacing: 0.6px; text-transform: uppercase; } - .learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading h2, .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading h2 { font-size: 16px; } - .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading { margin-bottom: 0.5em; } - .learndash-wrapper .ld-item-list.ld-lesson-list .ld-lesson-section-heading { font-size: 16px; color: var(--bb-headings-color); @@ -4319,17 +3824,14 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { .learndash-wrapper .ld-expand-button { color: var(--bb-body-text-color); } - .learndash-wrapper .ld-item-list.ld-lesson-list .ld-lesson-section-heading, .learndash-wrapper .ld-table-list .ld-table-list-header { color: var(--bb-headings-color); } - .learndash-wrapper .ld-expand-button { background-color: transparent; border-radius: 4px; } - .learndash-wrapper .ld-expand-button:hover { background-color: transparent; } @@ -4337,13 +3839,11 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { .learndash-wrapper .ld-item-details .ld-expand-button { background: transparent; } - .learndash-wrapper .ld-item-list .ld-item-list-item { border: none; margin-bottom: 10px; background-color: transparent; } - .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview { background: rgba(146, 164, 183, 0.05); border-radius: var(--bb-block-radius-inner); @@ -4352,15 +3852,12 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { .learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview.learndash-complete .ld-topic-title { text-decoration: line-through; } - .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview { padding: 16px 15px; } - .learndash-wrapper .learndash_content_wrap .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview { padding-left: 50px; } - .learndash-wrapper .learndash_content_wrap .ld-table-list-item-quiz .ld-item-title { color: #939597; position: relative; @@ -4369,13 +3866,11 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { letter-spacing: -0.24px; line-height: 1.6; } - .learndash-wrapper .learndash_content_wrap .ld-table-list-item-quiz:hover .ld-item-title { color: var(--bb-primary-color); } - -.learndash-wrapper .learndash_content_wrap .ld-table-list-item-quiz .ld-item-title::before { - font: 400 normal normal 18px/1 bb-icons; +.learndash-wrapper .learndash_content_wrap .ld-table-list-item-quiz .ld-item-title:before { + font: normal normal normal 18px/1 bb-icons; speak: none; display: inline-block; text-decoration: inherit; @@ -4388,7 +3883,6 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { top: 3px; font-weight: 100; } - .learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview { -webkit-box-pack: justify; -ms-flex-pack: justify; @@ -4396,7 +3890,6 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { padding: 16px 15px 16px 70px; background: transparent; } - .learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-topic-title { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; @@ -4416,16 +3909,14 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { -ms-flex-align: center; align-items: center; } - .learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-topic-title .lms-topic-status-icon { margin-left: auto; } - -.learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-topic-title::before { - font: 400 normal normal 18px/1 bb-icons; +.learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-topic-title:before { + font: normal normal normal 18px/1 bb-icons; speak: none; display: inline-block; - text-decoration: inherit; + text-decoration: none; text-transform: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; @@ -4434,88 +3925,71 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { left: -30px; top: 3px; } - .learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-status-icon { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; margin-right: 0; } - -.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item.ld-topic__video a.ld-table-list-item-preview .ld-topic-title::before { +.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item.ld-topic__video a.ld-table-list-item-preview .ld-topic-title:before { content: "\eef7"; font-family: bb-icons; font-weight: 500; } - .learndash-wrapper .ld-status-icon.ld-status-complete, .learndash-wrapper .ld-status-icon.ld-quiz-complete { border: 0; } - .learndash-wrapper .ld-status-icon.ld-status-incomplete, .learndash-wrapper .ld-status-icon.ld-quiz-incomplete, .learndash-wrapper .ld-status-icon.ld-quiz-pending { border: 2px solid #dedfe2; } - .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details .ld-lesson-list-progress { text-transform: none; } - .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details .ld-lesson-list-steps { text-transform: none; } - .learndash-wrapper .ld-table-list .ld-table-list-header .ld-text { font-family: inherit; text-transform: none; font-weight: 500; } - .learndash-wrapper .ld-table-list .ld-table-list-header { background-color: transparent; border: none; } @media screen and (max-width: 640px) { - .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-lesson-details { margin-left: 0; } } - -.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded::before { +.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded:before { background: rgba(146, 164, 183, 0.05); } - .learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-header { padding: 16px 15px; margin-bottom: 0; } - -.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded::before { +.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded:before { left: 24px; } - .learndash-wrapper .ld-table-list .ld-table-list-items { padding: 0; } - .learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-item { margin: 0; padding: 0; } - -.learndash-wrapper .ld-status-icon .ld-icon::before { +.learndash-wrapper .ld-status-icon .ld-icon:before { font-size: 12px; } - .learndash-wrapper .ld-item-list-item-quiz .ld-item-name { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } - .learndash-wrapper .ld-item-list-item-quiz .ld-item-name .ld-item-title { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; @@ -4523,10 +3997,9 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { position: relative; font-weight: 500; } - -.learndash-wrapper .ld-item-list-item-quiz .ld-item-name .ld-item-title::before { +.learndash-wrapper .ld-item-list-item-quiz .ld-item-name .ld-item-title:before { content: "\eeff"; - font: 400 normal normal 18px/1 bb-icons; + font: normal normal normal 18px/1 bb-icons; speak: none; display: inline-block; text-decoration: inherit; @@ -4537,31 +4010,25 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { font-weight: 100; color: var(--bb-alternate-text-color); } - .learndash-wrapper .ld-item-list-item-quiz .ld-item-name .ld-status-icon { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } - .learndash-wrapper .ld-expand-button { - font-weight: 400; + font-weight: normal; } - .learndash-wrapper .ld-expand-button.ld-button-alternate { color: var(--bb-primary-color); } - .learndash-wrapper .ld-expand-button.ld-button-alternate:hover { color: var(--bb-primary-color); } - .learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon { background: transparent; color: var(--bb-alternate-text-color); - font-weight: 400; + font-weight: normal; } - .learndash-wrapper .ld-status-icon { -ms-flex-preferred-size: 22px; flex-basis: 22px; @@ -4571,8 +4038,7 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { width: 22px; border: 2px solid; } - -.learndash-wrapper .ld-status-icon .ld-icon.ld-icon-quiz::before { +.learndash-wrapper .ld-status-icon .ld-icon.ld-icon-quiz:before { content: ""; } @@ -4580,14 +4046,12 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { pointer-events: none; cursor: default; } - .ld-item-list-item-preview a.ld-item-name:has(.lms-quiz-status-icon) .lms-quiz-status-icon { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; margin-left: auto; } - .ld-item-list-item-preview a.ld-item-name:has(.lms-quiz-status-icon) .ld-status-icon { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; @@ -4597,10 +4061,9 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { .learndash-wrapper .ld-item-list-item .ld-item-list-item-preview .ld-icon-arrow-down { padding: 0; } - -.learndash-wrapper .ld-item-list-item .ld-item-list-item-preview .ld-icon-arrow-down::before { +.learndash-wrapper .ld-item-list-item .ld-item-list-item-preview .ld-icon-arrow-down:before { content: "\ee0b"; - font: 400 normal normal 18px/1 bb-icons; + font: normal normal normal 18px/1 bb-icons; speak: none; text-decoration: inherit; text-transform: none; @@ -4611,21 +4074,19 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { transition: transform 0.2s; font-weight: 300; } - .learndash-wrapper .ld-item-list-item .ld-item-list-item-preview .ld-expanded .ld-icon-arrow-down { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); } - -.learndash-wrapper .ld-item-list-item .ld-item-list-item-preview .ld-expanded .ld-icon-arrow-down::before { +.learndash-wrapper .ld-item-list-item .ld-item-list-item-preview .ld-expanded .ld-icon-arrow-down:before { content: "\ee09"; } .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage { color: inherit; text-transform: none; - font-weight: 400; + font-weight: normal; } .learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-details { @@ -4633,15 +4094,12 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { -ms-flex-order: 1; order: 1; } - .learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-details .ld-expand-button { margin-left: 0; } - .learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-details .ld-text { display: none; } - .learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; @@ -4650,7 +4108,6 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { -ms-flex-align: center; align-items: center; } - .learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; @@ -4663,28 +4120,23 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { padding: 0 10px; font-weight: 500; } - .learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title .ld-item-components { margin-top: 0; text-align: right; } - .learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title .ld-item-components span { font-size: 12px; font-weight: 400; } - .learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title .ld-item-components .ld-icon-calendar { margin-left: 0; } - .learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-status-icon { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; margin-right: 0; } - .learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-title { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; @@ -4697,11 +4149,9 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { padding: 0 10px; font-weight: 500; } - .learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-title .ld-item-components { margin-top: 0; } - .learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-title .ld-item-components span { font-size: 12px; font-weight: 400; @@ -4711,7 +4161,6 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { text-align: center; display: inline-block; } - .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title > span.ld-item-components .ld-status:not(.ld-status-unlocked) { min-width: 285px; } @@ -4719,23 +4168,19 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { .learndash-wrapper .ld-status-icon.ld-quiz-complete { color: transparent; } - .learndash-wrapper .ld-status-unlocked { padding: 0 10px; } - -.learndash-wrapper .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-quiz-complete .ld-icon::before { +.learndash-wrapper .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-quiz-complete .ld-icon:before { content: "\e876"; color: #fff; } - .learndash-wrapper .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-quiz-complete { border: 0; } - -.learndash-wrapper .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-quiz-complete ~ .ld-item-title::before { +.learndash-wrapper .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-quiz-complete ~ .ld-item-title:before { content: "\eeff"; - font: 400 normal normal 12px/1 bb-icons; + font: normal normal normal 12px/1 bb-icons; speak: none; display: inline-block; text-decoration: inherit; @@ -4748,7 +4193,6 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { left: -30px; top: 1px; } - .learndash-wrapper .ld-item-list-item-expanded .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-item-title { position: relative; font-weight: 500; @@ -4756,10 +4200,9 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { letter-spacing: -0.24px; line-height: 1.6; } - -.learndash-wrapper .ld-item-list-item-expanded .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-item-title::before { +.learndash-wrapper .ld-item-list-item-expanded .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-item-title:before { content: "\eeff"; - font: 400 normal normal 12px/1 bb-icons; + font: normal normal normal 12px/1 bb-icons; speak: none; display: inline-block; text-decoration: inherit; @@ -4772,7 +4215,6 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { left: -30px; top: 1px; } - .learndash-wrapper .ld-course-status.ld-course-status-enrolled { -webkit-box-align: center; -ms-flex-align: center; @@ -4780,72 +4222,56 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { background-color: rgba(146, 164, 183, 0.05); } @media screen and (max-width: 640px) { - .learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress { width: 100%; } } - .learndash-wrapper .ld-progress-percentage { font-size: 12px; font-weight: 700; } - .learndash-wrapper .ld-progress-steps { font-size: 12px; } - .learndash-wrapper .ld-progress-stats { padding-right: 20px; } - .learndash-wrapper div.ld-course-status { margin-bottom: 30px; } - .learndash-wrapper div.ld-item-list { margin-bottom: 50px; } - .learndash-wrapper .ld-status-incomplete ~ .ld-item-title { position: relative; } - .learndash-wrapper .ld-item-icon { font-size: 16px; } - .learndash-wrapper .learndash-not-available .ld-item-list-item-expanded .ld-table-list-items .ld-table-list-item { cursor: auto; } - .learndash-wrapper .learndash-not-available .ld-item-list-item-expanded .ld-table-list-header { cursor: auto; } - .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon { margin-right: 0; margin-top: 0; } - .learndash-wrapper .ld-table-list-item.learndash-complete .ld-item-title > span:first-child { text-decoration: line-through; } - .learndash-wrapper .learndash-complete .ld-item-list-item-preview .ld-item-title > span:first-child { text-decoration: line-through; } - .learndash-wrapper .ld-status-icon.ld-quiz-complete { color: #fff; border: 0; } - -.learndash-wrapper .ld-status-icon.ld-quiz-complete .ld-icon.ld-icon-quiz::before { +.learndash-wrapper .ld-status-icon.ld-quiz-complete .ld-icon.ld-icon-quiz:before { content: "\e876"; font-family: bb-icons; } - .learndash-wrapper .ld-video { padding-top: 0; } @@ -4857,7 +4283,6 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { .learndash-cpt.learndash-embed-responsive .learndash-wrapper .ld-video.fluid-width-video-wrapper { padding-top: 0 !important; } - .learndash-cpt.learndash-embed-responsive .learndash-wrapper .ld-video:not(.fluid-width-video-wrapper) { margin-bottom: 50px; padding-top: 0; @@ -4872,7 +4297,6 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { -ms-flex-direction: inherit; flex-direction: inherit; } - .learndash-wrapper .comment-respond .logged-in-as > a.comment-author { display: -webkit-box; display: -ms-flexbox; @@ -4888,21 +4312,18 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { margin: -30px -100px 30px; } @media screen and (max-width: 1200px) { - #learndash-page-content > .bp-feedback.bp-sitewide-notice { margin-left: -60px; margin-right: -60px; } } @media screen and (max-width: 992px) { - #learndash-page-content > .bp-feedback.bp-sitewide-notice { margin-left: -40px; margin-right: -40px; } } @media screen and (max-width: 543px) { - #learndash-page-content > .bp-feedback.bp-sitewide-notice { margin-left: -20px; margin-right: -20px; @@ -4910,7 +4331,6 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { } @media screen and (min-width: 821px) and (max-width: 1280px) { - .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -4920,13 +4340,11 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { -ms-flex-align: start; align-items: flex-start; } - .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title > span { -ms-flex-preferred-size: auto; flex-basis: auto; width: auto; } - .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title > span.ld-item-components { -webkit-box-orient: horizontal; -webkit-box-direction: normal; @@ -4940,13 +4358,11 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { display: -ms-flexbox; display: flex; } - .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title > span.ld-item-components span { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } - .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title > span.ld-item-components .ld-tertiary-background { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; @@ -4954,24 +4370,20 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { } } @media screen and (min-width: 768px) and (max-width: 1000px) { - .bb-lesson-head { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .bb-lesson-head .push-right { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } - .bb-lesson-head .bb-lms-progress-wrap { margin-left: auto; } } @media screen and (min-width: 800px) { - .bb-grid .bb-learndash-content-wrap { padding-right: 8%; } @@ -4981,7 +4393,6 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { } } @media screen and (max-width: 820px) { - .bb-learndash-content-wrap, .bb-single-course-sidebar { -webkit-box-flex: 0; @@ -4999,34 +4410,29 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { margin-bottom: 40px; max-width: 100%; } - .bb-single-course-sidebar.bb-preview-wrap { margin-top: 30px !important; margin-bottom: 20px; } } @media screen and (max-width: 992px) { - .buddypanel-open .bb-learndash-content-wrap, .buddypanel-open .bb-single-course-sidebar { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } - .buddypanel-open .bb-single-course-sidebar { margin-bottom: 40px; margin-top: 0 !important; max-width: 100%; } - .buddypanel-open .bb-learndash-side-area .bb-course-banner-inner { width: 100%; max-width: 100%; } } @media screen and (max-width: 767px) { - .bb-course-banner-info { padding-left: 20px; padding-right: 20px; @@ -5063,7 +4469,7 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { padding-right: 0; } - .lms-side-panel-close-sm::after { + .lms-side-panel-close-sm:after { content: ""; background: rgba(0, 0, 0, 0.5); position: fixed; @@ -5076,14 +4482,12 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { } } @media screen and (max-width: 680px) { - div.bb-course-banner-inner { width: 100%; max-width: 100%; } } @media screen and (max-width: 600px) { - div.bb-lms-header { padding: 25px 0 0; margin: 0; @@ -5108,13 +4512,11 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { -ms-flex-align: start; align-items: flex-start; } - .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title > span { -ms-flex-preferred-size: auto; flex-basis: auto; width: auto; } - .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title > span.ld-item-components { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -5128,11 +4530,9 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { display: -ms-flexbox; display: flex; } - .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title > span.ld-item-components span.ld-item-component { text-align: left; } - .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title > span.ld-item-components .ld-tertiary-background { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; @@ -5142,7 +4542,6 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { margin-left: 0; min-width: auto; } - .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title > span.ld-item-components .ld-sep { display: none; } @@ -5152,20 +4551,17 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { } } @media screen and (max-width: 400px) { - #learndash-content .lms-topic-sidebar-wrapper { max-width: 350px; min-width: 330px; } } @media screen and (min-width: 544px) { - .lms-topic-sidebar, .lms-topic-sidebar-wrapper { max-width: 370px; } } - .ld-course-list-items, .ld-course-list-items.row { display: -webkit-box; @@ -5183,19 +4579,16 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { min-width: 20%; } @media screen and (min-width: 900px) and (max-width: 1200px) { - .ld-course-list-items .bb-course-item-wrap { min-width: 25%; } } @media screen and (min-width: 768px) and (max-width: 900px) { - .ld-course-list-items .bb-course-item-wrap { min-width: 33.3333%; } } @media screen and (min-width: 576px) and (max-width: 768px) { - .ld-course-list-items .bb-course-item-wrap { width: 50%; -webkit-box-flex: 0; @@ -5204,7 +4597,6 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { } } @media screen and (max-width: 576px) { - .ld-course-list-items .bb-course-item-wrap { width: 100%; -webkit-box-flex: 0; @@ -5212,18 +4604,15 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { flex: 0 0 100%; } } - .has-sidebar .ld-course-list-items .bb-course-item-wrap { min-width: 25%; } @media screen and (min-width: 576px) and (max-width: 1200px) { - .has-sidebar .ld-course-list-items .bb-course-item-wrap { min-width: 50%; } } @media screen and (max-width: 576px) { - .has-sidebar .ld-course-list-items .bb-course-item-wrap { width: 100%; -webkit-box-flex: 0; @@ -5231,7 +4620,6 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { flex: 0 0 100%; } } - .ld-course-list-items .ld_course_grid .bb-cover-list-item { background: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); @@ -5241,19 +4629,16 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { position: relative; height: 100%; } - .ld-course-list-items .ld_course_grid .bb-cover-list-item:hover { box-shadow: 0 4px 32px 0 rgba(18, 43, 70, 0.1); z-index: 1; } - .ld-course-list-items .ld_course_grid .bb-cover-list-item .fluid-width-video-wrapper { margin-top: 0; padding-top: 52% !important; margin-bottom: 0; height: 100%; } - .ld-course-list-items .ld_course_grid .bb-cover-list-item .bb-card-course-details .entry-content { margin: 0 0 10px !important; font-size: 14px; @@ -5266,20 +4651,16 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { overflow: hidden; text-overflow: ellipsis; } - .ld-course-list-items .ld_course_grid .bb-cover-list-item .bb-course-cover.has-video-cover { overflow: visible; } - .ld-course-list-items .ld_course_grid .bb-cover-list-item .bb-course-cover.has-video-cover > a { padding: 0; overflow: visible; } - .ld-course-list-items .ld_course_grid .bb-cover-list-item .bb-course-cover.has-video-cover > a img { display: none; } - .ld-course-list-items .ld_course_grid .bb-cover-list-item .bb-course-cover a { display: block; position: relative; @@ -5287,7 +4668,6 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; padding-top: 52%; } - .ld-course-list-items .ld_course_grid .bb-cover-list-item .bb-course-cover a img { position: absolute; top: 0; @@ -5302,68 +4682,53 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { object-fit: cover; border-radius: 0; } - .ld-course-list-items .ld_course_grid .bb-cover-list-item .bb-course-meta { margin-top: 10px; } - .ld-course-list-items .ld_course_grid .bb-cover-list-item .ld_course_grid_video_embed { padding: 0; height: 100%; } - .ld-course-list-items .ld_course_grid .bb-cover-list-item .ld_course_grid_video_embed iframe { height: 100%; } - .ld-course-list-items .ld_course_grid .bb-cover-list-item .ld_course_grid_button { margin: 0 !important; } - .ld-course-list-items .ld_course_grid .bb-cover-list-item .ld_course_grid_button a { background-color: var(--bb-primary-button-background-regular); color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); } - .ld-course-list-items .ld_course_grid .bb-cover-list-item .ld_course_grid_button a:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .ld-course-list-items .ld_course_grid .bb-cover-list-item .ld_course_grid_button a:hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - .ld-course-list-items .ld_course_grid .bb-cover-list-item .ld_course_grid_button a { border-radius: var(--bb-button-radius); } - .ld-course-list-items .bb-cover-list-item:not(.bb-course-no-content) { height: 100%; padding-bottom: 15px; } - .ld-course-list-items .bb-cover-list-item:not(.bb-course-no-content) .bb-cover-wrap { padding-top: 52%; } - .ld-course-list-items .bb-cover-list-item.bb-course-paid { padding-bottom: 45px; } - .ld-course-list-items .bb-course-item-wrap { margin-bottom: 20px; } - .ld-course-list-items .bb-course-cover { overflow: hidden; position: relative; - /* height: 100%; */ } - .ld-course-list-items .bs-timestamp { font-size: 14px; color: #939597; @@ -5372,30 +4737,24 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { position: absolute; bottom: 20px; } - .ld-course-list-items .forums-meta span { background: rgba(18, 43, 70, 0.1); } - -.ld-course-list-items .bb-cover-wrap::after { +.ld-course-list-items .bb-cover-wrap:after { display: none; } - .ld-course-list-items .forums-meta { margin-bottom: 12px; } - .ld-course-list-items .bb-course-excerpt { color: var(--bb-alternate-text-color); } - .ld-course-list-items .course-progress-wrap { position: relative; z-index: 1; margin: 0 0 10px; line-height: 1.7; } - .ld-course-list-items .course-completion-rate { font-size: 12px; font-weight: 500; @@ -5405,7 +4764,6 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { margin-top: 10px; color: var(--bb-alternate-text-color); } - .ld-course-list-items .course-completion-rate.start-course-completion-rate { opacity: 0.6; font-size: 12px; @@ -5415,7 +4773,6 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { letter-spacing: -0.24px; margin-top: 10px; } - .ld-course-list-items .ld-progress-stats { font-size: 12px; font-weight: 500; @@ -5425,25 +4782,21 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { margin-top: 10px; color: var(--bb-alternate-text-color); } - .ld-course-list-items .ld-progress-stats .ld-progress-steps { margin-top: 5px; display: block; } - .ld-course-list-items .course-progress { margin: 0; height: 3px; background: var(--bb-content-border-color); border-radius: 50px; } - .ld-course-list-items .course-progress-bar { background: var(--bb-primary-color); height: 3px; width: auto; } - .ld-course-list-items .bb-course-excerpt { font-size: 13px; color: #939597; @@ -5469,11 +4822,9 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { .widget .ld-course-list-items .bb-course-item-wrap { min-width: 100%; } - .widget #bb-course-list-grid-filters { display: none; } - .widget #ld_course_categorydropdown { margin-bottom: 20px; } @@ -5489,25 +4840,20 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { .bb-ld-course-list-item { margin-bottom: 20px; } - .bb-ld-course-list-item .ld-entry-content .entry-img { padding-top: 40.476%; border-radius: 4px 4px 0 0; } - .bb-ld-course-list-item .ld-entry-content .entry-img > img { margin: 0; } - .bb-ld-course-list-item .ld-entry-content .entry-content h1 { font-size: 1.5rem; margin: 0 0 10px; } - .bb-ld-course-list-item .ld-entry-title a { color: var(--bb-headings-color); } - .bb-ld-course-list-item .ld-entry-title a:hover { color: var(--bb-primary-color); } @@ -5517,11 +4863,9 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { -ms-flex: 0 0 100%; flex: 0 0 100%; } - .ld-course-list-items.row .learndash-wrapper .ld-item-list { margin: 0 0 20px; } - .ld-course-list-items.row .learndash-wrapper .ld-item-list .ld-item-list-item { background: #fff; border: 1px solid var(--bb-content-border-color); @@ -5532,7 +4876,6 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { transition: 0.2s box-shadow; position: relative; } - .ld-course-list-items.row .learndash-wrapper .ld-item-list .ld-item-list-item:hover { box-shadow: 0 4px 32px 0 rgba(18, 43, 70, 0.1); z-index: 1; @@ -5548,11 +4891,9 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { flex: 0 0 100%; max-width: 100%; } - .ld-course-list-content.list-view .bb-cover-list-item { padding-bottom: 0; } - .ld-course-list-content.list-view .bb-cover-list-item { display: -webkit-box; display: -ms-flexbox; @@ -5560,7 +4901,6 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .ld-course-list-content.list-view .bb-card-course-details { -webkit-box-flex: 1; -ms-flex: 1; @@ -5574,26 +4914,21 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { flex-direction: column; padding-bottom: 16px; } - .ld-course-list-content.list-view .bb-cover-wrap { border-radius: var(--bb-block-radius) 0 0 var(--bb-block-radius); } - .ld-course-list-content.list-view .bb-course-cover { -webkit-box-flex: 0; -ms-flex: 0 0 240px; flex: 0 0 240px; } - .ld-course-list-content.list-view .bb-cover-wrap { padding-top: 70%; height: 100%; } - .ld-course-list-content.list-view .course-progress-wrap { max-width: 450px; } - .ld-course-list-content.list-view .bb-course-footer { -ms-flex-flow: column-reverse; flex-flow: column-reverse; @@ -5603,15 +4938,12 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { left: auto; right: 0; } - .ld-course-list-content.list-view .has-video-cover iframe { border-radius: var(--bb-block-radius) 0 0 var(--bb-block-radius); } - .ld-course-list-content.list-view .has-video-cover .fluid-width-video-wrapper { height: 100%; } - .ld-course-list-content.list-view .bb-cover-list-item:not(.bb-course-no-content) .bb-cover-wrap { border-radius: var(--bb-block-radius) 0 0 var(--bb-block-radius); } @@ -5635,11 +4967,9 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { .bb-courses-directory + #ld_categorydropdown { margin: -50px 0 15px; } - .bb-courses-directory + #ld_categorydropdown select { max-width: 180px; } - .bb-courses-directory + #ld_categorydropdown label[for="ld_categorydropdown_select"] { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; @@ -5648,8 +4978,22 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { overflow: hidden; } -@media screen and (min-width: 768px) { +.learndash-wrapper .bb-cover-list-item .ld-status { + font-size: 11px; + border-radius: 0 15px 15px 0; + line-height: 1; + height: auto; + text-transform: uppercase; +} +.learndash-wrapper .bb-cover-list-item .bb-course-meta .item-avatar > img { + max-width: 100%; +} +.learndash-wrapper .bb-cover-list-item .ld-progress.ld-progress-inline { + margin: 0; + display: block; +} +@media screen and (min-width: 768px) { .ld-course-list-items .col-md-2 { -webkit-box-flex: 0; -ms-flex: 0 0 20%; @@ -5658,41 +5002,34 @@ body.bb-custom-ld-focus-mode-enabled.admin-bar { } } @media screen and (max-width: 620px) { - .ld-course-list-content.list-view .bb-course-cover { -webkit-box-flex: 0; -ms-flex: 0 0 140px; flex: 0 0 140px; } } - .ld-course-list-content.list-view .ld_course_grid .course { display: -webkit-box; display: -ms-flexbox; display: flex; } - .ld-course-list-content.list-view .ld_course_grid .course .bb-course-cover, .ld-course-list-content.list-view .ld_course_grid .course .bb-card-course-details { display: -webkit-box; display: -ms-flexbox; display: flex; } - .ld-course-list-content.list-view .ld_course_grid .course .bb-course-cover a { width: 100%; border-radius: 3px 0 0 3px; } - .ld-course-list-content .ld_course_grid .course .bb-card-course-details { padding: 16px 20px; } - .ld-course-list-content .ld_course_grid .course .bb-card-course-details .ld_course_grid_button .btn { width: auto; } @media screen and (max-width: 420px) { - .ld-course-list-content .ld_course_grid .course .bb-card-course-details .bb-course-title { font-size: 16px !important; } @@ -5702,18 +5039,15 @@ ul.bb-lms-user-profile-tabs { margin: 0; list-style: none; } - -ul.bb-lms-user-profile-tabs::after { +ul.bb-lms-user-profile-tabs:after { content: ""; clear: both; display: table; } - ul.bb-lms-user-profile-tabs li { float: left; margin: 0 30px 0 0; } - ul.bb-lms-user-profile-tabs a { color: #939597; display: block; @@ -5722,62 +5056,51 @@ ul.bb-lms-user-profile-tabs a { font-size: 14px; border: 0; } - ul.bb-lms-user-profile-tabs a:hover { color: var(--bb-headings-color); } - ul.bb-lms-user-profile-tabs .selected a { color: var(--bb-headings-color); font-weight: 600; } - ul.bb-lms-user-profile-tabs .hideshow li { float: none; margin: 0; } - ul.bb-lms-user-profile-tabs .hideshow li a { display: block; - font-weight: 400; + font-weight: normal; letter-spacing: -0.24px; line-height: 1; margin-bottom: 1px; padding: 0.75rem 0.9375rem; } - ul.bb-lms-user-profile-tabs .sub-menu { top: 50px; } - -ul.bb-lms-user-profile-tabs .more-button.active::after { +ul.bb-lms-user-profile-tabs .more-button.active:after { bottom: -10px; } .single-badges .entry-content-wrap { padding: 0; } - .single-badges .entry-meta { margin-bottom: 30px; } - .single-badges .entry-img { display: none; } - .single-badges .achievement-wrap { padding: 0; margin: 0; border-top: 0; } - .single-badges .badgeos-feedback-response.success, .single-badges .badgeos-achievement-earned p { border-radius: 3px; padding: 10px; } - .single-badges .achievement-wrap h4 { clear: both; margin-top: 50px; @@ -5792,20 +5115,16 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { margin-bottom: 10px; padding: 20px; } - #badge_list .bb-badge-wrap img { max-width: 64px; margin-right: 20px; } - #badge_list .bb-badge-img { float: left; } - #badge_list .bb-badge-content { overflow: hidden; } - #badge_list .bb-badge-title { font-size: 18px; font-weight: 600; @@ -5813,11 +5132,9 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { line-height: 1.5; margin-bottom: 10px; } - #badge_list .bb-badge-title a { color: inherit; } - #badge_list .bb-badge-content { font-size: 16px; color: #939597; @@ -5828,7 +5145,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { #certificate_list > li { margin-bottom: 20px; } - #certificate_list .bb-certificate-wrap { background-color: var(--bb-content-background-color); border: 1px solid #eef0f3; @@ -5842,8 +5158,7 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { flex-flow: row wrap; position: relative; } - -#certificate_list .bb-certificate-wrap::before { +#certificate_list .bb-certificate-wrap:before { content: ""; position: absolute; top: 0; @@ -5853,8 +5168,7 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { display: inline-block; background-color: #f5f6f7; } - -#certificate_list .bb-certificate-wrap::after { +#certificate_list .bb-certificate-wrap:after { content: ""; position: absolute; top: 5px; @@ -5865,12 +5179,10 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { width: 44px; height: 50px; } - #certificate_list .bb-certificate-wrap:hover { box-shadow: 0 4px 32px 0 rgba(18, 43, 70, 0.1); z-index: 1; } - #certificate_list .bb-certificate-content { -webkit-box-flex: 1; -ms-flex: 1; @@ -5878,7 +5190,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { width: 100%; padding-top: 48px; } - #certificate_list .bb-certificate-title { font-size: 20px; font-weight: 600; @@ -5888,12 +5199,10 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { text-align: center; } @media screen and (min-width: 561px) { - #certificate_list .bb-certificate-title { min-height: 72px; } } - #certificate_list .bb-certificate-title a { color: inherit; display: block; @@ -5905,20 +5214,17 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { max-height: 50px; width: 100%; } - #certificate_list .bb-certificate-title a:hover { color: var(--bb-primary-color); } - #certificate_list .bb-certificate-title span { display: block; margin-bottom: 0; - font-weight: 400; + font-weight: normal; letter-spacing: -0.13px; font-size: 13px; color: var(--bb-alternate-text-color); } - #certificate_list .bb-certificate-date { font-size: 13px; color: var(--bb-headings-color); @@ -5927,14 +5233,12 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { width: 50%; float: left; } - #certificate_list .bb-certificate-date span { display: block; font-size: 12px; margin-bottom: 6px; color: var(--bb-alternate-text-color); } - #certificate_list .bb-certificate-download { width: 50%; float: left; @@ -5942,7 +5246,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { margin-bottom: 0; line-height: 1; } - #certificate_list .bb-certificate-download a { font-size: 0; position: relative; @@ -5950,25 +5253,21 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { padding-top: 11px; letter-spacing: -0.24px; } - #certificate_list .bb-certificate-download a:hover { color: var(--bb-primary-color); } - #certificate_list .bb-certificate-download a i { font-size: 25px; position: absolute; top: 0; right: 0; } - #certificate_list > li { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; } @media screen and (max-width: 1200px) { - #certificate_list > li { -webkit-box-flex: 0; -ms-flex: 0 0 33.333%; @@ -5976,7 +5275,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { } } @media screen and (max-width: 998px) { - #certificate_list > li { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -5984,27 +5282,23 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { } } @media screen and (max-width: 640px) { - #certificate_list > li .bb-certificate-wrap { padding: 25px 15px 15px; } } @media screen and (max-width: 560px) { - #certificate_list > li { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } } - .has-sidebar #certificate_list > li { -webkit-box-flex: 0; -ms-flex: 0 0 33.333%; flex: 0 0 33.333%; } @media screen and (max-width: 1200px) { - .has-sidebar #certificate_list > li { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -6012,7 +5306,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { } } @media screen and (min-width: 800px) and (max-width: 1000px) { - .has-sidebar #certificate_list > li { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -6020,13 +5313,11 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { } } @media screen and (max-width: 640px) { - .has-sidebar #certificate_list > li .bb-certificate-wrap { padding: 25px 15px 15px; } } @media screen and (max-width: 560px) { - .has-sidebar #certificate_list > li { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -6045,7 +5336,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .bb-profile-grid .bb-courses-header { margin: 0; } - .bb-profile-grid .bb-secondary-list-tabs { margin: 0 0 10px; } @@ -6053,7 +5343,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .bb-leandash-profile-page .bb-profile-avatar a.bbp-profile-avatar-link { width: 100%; } - .bb-leandash-profile-page .bb-profile-card div.cover-image-wrap { margin-top: 0; } @@ -6064,15 +5353,12 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { border-bottom: 1px solid var(--bb-content-border-color); font-size: 15px; } - .bb_profile_course_wrapper a { color: var(--bb-headings-color); } - .bb_profile_course_wrapper a:hover { color: var(--bb-primary-color); } - .bb_profile_course_wrapper span.bb-learndash-profile-edit-course-link { -webkit-box-flex: 0; -ms-flex: 0 0 60px; @@ -6080,11 +5366,9 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { max-width: 60px; text-align: right; } - .bb_profile_course_wrapper span.bb-learndash-profile-edit-course-link a { color: #939597; } - .bb_profile_course_wrapper span.bb-learndash-profile-edit-course-link a:hover { color: #939597; } @@ -6094,38 +5378,32 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { border-radius: var(--bb-button-radius); font-size: 13px; height: 37px; - font-weight: 400; + font-weight: normal; background-color: var(--bb-secondary-button-background-regular); color: var(--bb-secondary-button-text-regular); border: 1px solid var(--bb-secondary-button-border-regular); white-space: nowrap; } - .learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - .learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt .ld-icon { margin-left: 8px; position: relative; top: 6px; color: var(--bb-alternate-text-color); } - .learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt .ld-icon-search { font-size: 14px; } - .learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt: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); } - .learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt:hover .ld-icon { color: var(--bb-secondary-button-text-hover); } - .learndash-wrapper .ld-item-list .ld-section-heading .ld-expand-button { padding: 4px 15px; border-radius: var(--bb-button-radius); @@ -6136,11 +5414,9 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { border: 1px solid var(--bb-secondary-button-border-regular); white-space: nowrap; } - .learndash-wrapper .ld-item-list .ld-section-heading .ld-expand-button:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - .learndash-wrapper .ld-item-list .ld-section-heading .ld-expand-button .ld-icon { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; @@ -6148,18 +5424,15 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { font-size: 8px; color: var(--bb-alternate-text-color); } - .learndash-wrapper .ld-item-list .ld-section-heading .ld-expand-button .ld-text { padding: 0 8px 0 0; } - .learndash-wrapper .ld-item-list .ld-section-heading .ld-expand-button:hover { opacity: 1; background-color: var(--bb-secondary-button-background-hover); color: var(--bb-secondary-button-text-hover); border: 1px solid var(--bb-secondary-button-border-hover); } - .learndash-wrapper .ld-item-list .ld-section-heading .ld-expand-button:hover .ld-icon { color: var(--bb-secondary-button-text-hover); } @@ -6169,40 +5442,37 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { border: 1px solid var(--bb-content-border-color); border-radius: var(--bb-block-radius); } - .learndash-wrapper #ld-profile .ld-item-list .ld-section-heading { padding: 10px 20px; -ms-flex-flow: wrap; flex-flow: wrap; } - .learndash-wrapper #ld-profile .ld-item-list .ld-section-heading h3 { font-size: 22px; font-weight: 600; line-height: 1.24; } - +.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items > .ld-alert { + margin-left: 20px; + margin-right: 20px; +} .learndash-wrapper #ld-profile .ld-progress-label { color: var(--bb-headings-color); text-transform: none; font-size: 14px; } - .learndash-wrapper #ld-profile .ld-item-search .ld-item-search-wrapper { border-radius: 0; background-color: var(--bb-content-alternate-background-color); margin: 0; padding: 12px 20px; } - -.learndash-wrapper #ld-profile .ld-item-search .ld-item-search-wrapper::before { +.learndash-wrapper #ld-profile .ld-item-search .ld-item-search-wrapper:before { background-color: var(--bb-content-alternate-background-color); } - .learndash-wrapper #ld-profile .ld-item-search .ld-item-search-fields { margin-bottom: 20px; } - .learndash-wrapper #ld-profile .ld-item-search .ld-item-search-fields input.ld-course-nav-field { border: 1px solid var(--bb-content-border-color); border-radius: var(--bb-input-radius); @@ -6211,12 +5481,10 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { line-height: 40px; background-color: var(--bb-content-background-color); } - .learndash-wrapper #ld-profile .ld-item-search .ld-item-search-fields input.ld-course-nav-field:focus { box-shadow: var(--bb-input-focus-shadow); border-color: var(--bb-input-focus-border-color); } - .learndash-wrapper #ld-profile .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; @@ -6226,59 +5494,48 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { border-radius: var(--bb-button-radius); line-height: 1; } - .learndash-wrapper #ld-profile .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .learndash-wrapper #ld-profile .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-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); opacity: 1; } - .learndash-wrapper #ld-profile .ld-item-search .ld-item-search-fields .ld-reset-button { background-color: transparent; color: var(--bb-alternate-text-color); - font-weight: 400; + font-weight: normal; } - .learndash-wrapper #ld-profile .ld-item-search .ld-item-search-name > label { color: var(--bb-alternate-text-color); } - .learndash-wrapper #ld-profile .ld-item-search .ld-closer { - font-weight: 400; + font-weight: normal; font-size: 11px; color: var(--bb-alternate-text-color); } - .learndash-wrapper #ld-profile .ld-item-list .ld-expand-button.ld-mobile-only .ld-text { display: none; } - .learndash-wrapper #ld-profile .ld-item-list .ld-item-list-item { margin-bottom: 0; } - .learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview { border-radius: 0; padding: 15px 20px; } - .learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview .ld-course-title { font-weight: 600; } @media screen and (max-width: 640px) { - .learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview .ld-course-title { font-weight: 500; font-size: 14px; } } @media screen and (max-width: 640px) { - .learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview { -webkit-box-orient: horizontal; -webkit-box-direction: normal; @@ -6288,11 +5545,9 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { -ms-flex-align: center; align-items: center; } - .learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview .ld-item-details { margin-left: 5px; } - .learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview .ld-item-details .ld-status { margin-right: 0; text-transform: none; @@ -6300,42 +5555,33 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { line-height: 20px; } } - .learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded { border-bottom: 1px solid rgba(146, 164, 183, 0.05); } - .learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded .ld-progress { background: #fff; margin-bottom: 0; } - .learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded { margin-top: 0; } - .learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list-item-preview { padding: 10px 0; } - .learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list .ld-table-list-header { background-color: #fff; margin-bottom: 10px; } - .learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list .ld-table-list-items { background-color: #fff; font-size: 1em; } - .learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list .ld-table-list-item:first-child { border-top: 0; } - .learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list .ld-table-list-item { border-bottom: 0; } - .learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list .ld-table-list-column.ld-table-list-column-comments > a { display: -webkit-box; display: -ms-flexbox; @@ -6344,52 +5590,42 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { -ms-flex-align: center; align-items: center; } - .learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list .ld-table-list-column.ld-table-list-column-comments > a .ld-icon { margin-right: 5px; } @media screen and (max-width: 800px) { - .learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list .ld-table-list-column.ld-table-list-column-comments > a .ld-icon { margin-left: 0; } } - .learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-status { padding: 4px 12px; display: inline-block; } - .learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-icon { color: #939597; } - .learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item:nth-child(odd) .ld-item-list-item-preview { background: var(--bb-content-alternate-background-color); } - .learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item:nth-child(even) .ld-item-list-item-preview { background: transparent; } - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item:nth-child(even) .ld-item-list-item-expanded::before { +.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item:nth-child(even) .ld-item-list-item-expanded:before { background: #fff; } - .learndash-wrapper #ld-profile .ld-status { text-transform: uppercase; - font-weight: 400; + font-weight: normal; font-size: 11px; line-height: inherit; padding: 0 12px; letter-spacing: inherit; } - .learndash-wrapper #ld-profile .ld-status.ld-status-progress { background-color: var(--bb-primary-color); color: #fff; } - .learndash-wrapper #ld-profile .ld-item-list-item-preview .ld-status-icon { margin-left: 10px; } @@ -6402,7 +5638,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { padding: 0 5px; } @media screen and (min-width: 800px) { - .learndash-wrapper #ld-profile .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column.ld-table-list-column-date, .learndash-wrapper #ld-profile .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column.ld-column-date, .learndash-wrapper #ld-profile .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column.ld-table-list-column-date, .learndash-wrapper #ld-profile .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column.ld-column-date { @@ -6411,86 +5646,68 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { flex: 0 1 190px; } } - .learndash-wrapper #ld-profile .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column, .learndash-wrapper #ld-profile .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column { text-align: left; font-size: 1em; } - .learndash-wrapper #ld-profile .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column { text-transform: uppercase; font-size: 12px; color: var(--bb-alternate-text-color); } - .learndash-wrapper #ld-profile .ld-table-list .ld-table-list-items .ld-table-list-column { color: var(--bb-alternate-text-color); } - .learndash-wrapper #ld-profile .ld-table-list .ld-table-list-header .ld-table-list-column { color: var(--bb-headings-color); } - .learndash-wrapper #ld-profile .ld-item-list-item-expanded .ld-table-list .ld-table-list-item-preview { padding: 12px 0; } - .learndash-wrapper #ld-profile .ld-item-list-item-expanded .ld-table-list .ld-table-list-item-preview .ld-table-list-title a { color: var(--bb-headings-color); } - .learndash-wrapper #ld-profile .ld-item-list-item-expanded .ld-table-list .ld-table-list-item-preview .ld-table-list-title a:hover { color: var(--bb-primary-color); } - .learndash-wrapper #ld-profile .ld-item-list-item-expanded .ld-item-contents { padding-top: 1em; padding-bottom: 1em; } - .learndash-wrapper #ld-profile .ld-item-list-item-expanded .ld-table-list.ld-quiz-list { margin: 0.5em 0; border-radius: 0; } - .learndash-wrapper #ld-profile .ld-item-list-item-expanded .ld-table-list-header { text-transform: uppercase; font-size: 12px; color: var(--bb-alternate-text-color); } - .learndash-wrapper #ld-profile .ld-icon.ld-icon-assignment { color: #939597; font-size: 20px; } - .learndash-wrapper #ld-profile .ld-icon.ld-icon-calendar { font-size: 13px; } - .learndash-wrapper #ld-profile .ld-assignment-list .ld-status { padding-left: 2px; } - .learndash-wrapper #ld-profile .ld-table-list-column.ld-table-list-column-stats .ld-icon.ld-icon-assignment { font-size: 22px; font-weight: 500; } - -.learndash-wrapper #ld-profile .ld-table-list-column.ld-table-list-column-stats .ld-icon.ld-icon-assignment::before { +.learndash-wrapper #ld-profile .ld-table-list-column.ld-table-list-column-stats .ld-icon.ld-icon-assignment:before { content: "\e868"; } - .learndash-wrapper #ld-profile .ld-table-list-column.ld-table-list-column-certificate .ld-icon.ld-icon-certificate { color: #939597; font-size: 18px; } - .learndash-wrapper #ld-profile .ld-status-icon.ld-status-incomplete { border: 2px solid #dedfe2; } - .learndash-wrapper #ld-profile .ld-status-icon.ld-status-in-progress { border: 2px solid #dedfe2; border-right-color: var(--bb-primary-color); @@ -6502,13 +5719,11 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { } @media screen and (min-width: 800px) { - .learndash-wrapper #ld-profile .ld-table-list.ld-assignment-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column.ld-date-column { -webkit-box-flex: 0; -ms-flex: 0 1 180px; flex: 0 1 180px; } - .learndash-wrapper #ld-profile .ld-table-list.ld-assignment-list .ld-table-list-column.ld-status-column, .learndash-wrapper #ld-profile .ld-table-list.ld-assignment-list .ld-table-list-column.ld-column-status { -webkit-box-flex: 0; @@ -6516,16 +5731,13 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { flex: 0 1 250px; } } - .learndash-wrapper #ld-profile .ld-table-list.ld-assignment-list .ld-table-list-column.ld-comments-column { - font-weight: 400; + font-weight: normal; } - .learndash-wrapper #ld-profile .ld-table-list.ld-assignment-list .ld-status { white-space: nowrap; display: inline-block; } - .learndash-wrapper #ld-profile .ld-table-list.ld-assignment-list .ld-icon.ld-icon-assignment { margin-right: 5px; } @@ -6533,7 +5745,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .learndash-wrapper #ld-profile .ld-profile-summary { margin-bottom: 3em; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card { background-color: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); @@ -6549,7 +5760,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { flex-direction: row; max-height: 180px; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-heading { -ms-flex-item-align: end; align-self: flex-end; @@ -6558,7 +5768,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { position: relative; bottom: 55px; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar { border-radius: 5px; margin-right: 20px; @@ -6569,11 +5778,13 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { border: 5px solid #fff; box-shadow: 0 2px 5px 0 rgba(18, 43, 70, 0.12), 0 0 0 1px var(--bb-content-border-color); } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar .avatar { border-radius: 5px; + max-width: none; +} +.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar + .ld-profile-edit-link { + margin-top: 15px; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-edit-link { -ms-flex-item-align: end; align-self: flex-end; @@ -6587,17 +5798,14 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { color: var(--bb-secondary-button-text-regular); border: 1px solid var(--bb-secondary-button-border-regular); } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-edit-link:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-edit-link: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); } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats { -webkit-box-pack: start; -ms-flex-pack: start; @@ -6607,7 +5815,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { bottom: 65px; z-index: 2; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat { display: -webkit-box; display: -ms-flexbox; @@ -6625,33 +5832,27 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { padding: 0 15px; border-right: 1px solid var(--bb-content-border-color); } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat:first-of-type { padding-left: 0; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat:last-of-type { border-right: 0; padding-right: 0; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat strong { color: var(--bb-headings-color); margin: 0 5px 0 0; font-size: 20px; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat span { color: var(--bb-alternate-text-color); font-size: 14px; line-height: 1; } @media screen and (max-width: 992px) { - .learndash-wrapper #ld-profile .ld-profile-summary { margin-bottom: 0; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -6660,37 +5861,30 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { max-height: none; padding-bottom: 0; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-heading { bottom: 90px; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-heading, .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-edit-link { -ms-flex-item-align: start; align-self: flex-start; margin-left: 200px; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar { top: 35px; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-edit-link { bottom: 30px; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats { bottom: 120px; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat strong, .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat span { font-size: 14px; } } @media screen and (max-width: 800px) { - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card { -webkit-box-align: center; -ms-flex-align: center; @@ -6698,28 +5892,24 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { padding-bottom: 50px; padding-top: 30px; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar { top: 0; margin-right: 0; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-heading { bottom: 0; margin: 10px 0; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-heading, .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-edit-link { -ms-flex-item-align: center; align-self: center; margin-left: 0; + text-align: center; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-edit-link { bottom: 0; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats { margin-left: 0; -webkit-box-pack: center; @@ -6727,14 +5917,12 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { justify-content: center; bottom: 45px; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat strong, .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat span { font-size: 14px; @@ -6742,27 +5930,22 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { } } @media screen and (max-width: 640px) { - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat { width: auto; margin-bottom: 0.5em !important; } } @media screen and (max-width: 500px) { - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card { padding-bottom: 150px; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar { width: 170px; height: 170px; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats { bottom: 130px; } - .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat { width: 100%; -webkit-box-pack: center; @@ -6771,19 +5954,16 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { } } @media screen and (max-width: 992px) { - .learndash-wrapper #ld-profile .ld-profile-summary + .ld-item-list { margin-top: 0; } } @media screen and (max-width: 800px) { - .learndash-wrapper #ld-profile .ld-profile-summary + .ld-item-list { margin-top: 10px; } } @media screen and (max-width: 500px) { - .learndash-wrapper #ld-profile .ld-profile-summary + .ld-item-list { margin-top: -80px; } @@ -6800,7 +5980,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { align-items: center; bottom: 0; } - .widget .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat { -webkit-box-align: center; -ms-flex-align: center; @@ -6808,11 +5987,9 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { padding: 0; border: 0; } - .widget .learndash-wrapper #ld-profile .ld-profile-summary { margin-top: 0; } - .widget .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -6822,56 +5999,46 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { border: 0; margin-top: 0; } - .widget .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar { top: 0; margin: 0 auto; } - .widget .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-heading { bottom: 0; -ms-flex-item-align: center; align-self: center; } - .widget .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-edit-link { position: static; -ms-flex-item-align: center; align-self: center; margin: 0; } - .widget .learndash-wrapper #ld-profile .ld-item-list-item-preview .ld-status { margin-right: auto; } - .widget .learndash-wrapper #ld-profile .ld-item-list .ld-section-heading { padding-left: 10px; padding-right: 10px; } - .widget .learndash-wrapper #ld-profile .ld-status { padding: 3px 8px; } - .widget .learndash-wrapper #ld-profile .ld-progress-label { font-size: 12px; } - .widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview { -ms-flex-flow: wrap; flex-flow: wrap; padding-left: 10px; padding-right: 10px; } - .widget .ld-item-list .ld-item-list-item .ld-item-name { -webkit-box-flex: 1; -ms-flex: 1 1 85%; flex: 1 1 85%; width: 85%; } - .widget .ld-item-list .ld-item-list-item .ld-course-title { white-space: nowrap; overflow: hidden; @@ -6879,30 +6046,24 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { width: 100%; min-width: 0; } - .widget .ld-item-list .ld-item-list-item .ld-item-details { min-width: 100%; margin-top: 5px; } - .widget .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-progress { padding: 20px; } - .widget .ld-item-list .ld-item-list-item .ld-progress-stats { padding-right: 0; } - .widget .ld-item-list .ld-section-heading .ld-search-prompt { height: auto; line-height: 20px; padding: 3px 10px; } - .widget .ld-item-list .ld-section-heading .ld-search-prompt .ld-icon { top: 2px; } - .widget .ld-item-list .ld-section-heading .ld-expand-button { height: auto; line-height: 20px; @@ -6917,7 +6078,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .lms-topic-sidebar-wrapper { background-color: var(--bb-body-background-color); box-shadow: inset -36px 0 40px -32px rgba(0, 0, 0, 0.05); - /* border-bottom: 1px solid $color-border; */ -webkit-transition: margin-left 0.2s ease, margin-right 0.2s ease; transition: margin-left 0.2s ease, margin-right 0.2s ease; @@ -6931,25 +6091,24 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { flex-direction: column; overflow-x: hidden; overflow-y: auto; - /* height: calc(100vh - 76px); */ min-height: -webkit-calc(100vh - 76px); min-height: calc(100vh - 76px); } - .lms-topic-sidebar-wrapper .ld-item-list-section-heading { padding: 5px 30px 5px 25px; } - .lms-topic-sidebar-wrapper .ld-item-list-section-heading .ld-lesson-section-heading { color: var(--bb-headings-color); - font-weight: 700; + font-weight: bold; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%; + font-size: 15px; + line-height: 1.6875rem; + margin-bottom: 0; } - .lms-topic-sidebar-wrapper .lms-topic-sidebar-data { padding: 15px 0; font-size: 15px; @@ -6965,31 +6124,25 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { z-index: 111; } @media screen and (min-width: 800px) { - .bb-buddypanel-left.buddypanel-open .lms-topic-sidebar-wrapper .lms-topic-sidebar-data { left: 230px; } - .sfwd-single-sidebar-right .lms-topic-sidebar-wrapper .lms-topic-sidebar-data, .sfwd-single-sidebar-right.bb-buddypanel-left:not(.buddypanel-open) .lms-topic-sidebar-wrapper .lms-topic-sidebar-data, .sfwd-single-sidebar-right.bb-buddypanel-left.buddypanel-open .lms-topic-sidebar-wrapper .lms-topic-sidebar-data { left: inherit; right: 0; } - .bb-buddypanel-right.buddypanel-open.sfwd-single-sidebar-right .lms-topic-sidebar-wrapper .lms-topic-sidebar-data { left: inherit; right: 230px; } - .bb-buddypanel-right:not(.buddypanel-open).sfwd-single-sidebar-right .lms-topic-sidebar-wrapper .lms-topic-sidebar-data { left: inherit; right: 0; } - .bb-buddypanel-right:not(.buddypanel-open).sfwd-single-sidebar-left .lms-topic-sidebar-wrapper .lms-topic-sidebar-data, .bb-buddypanel-right.buddypanel-open.sfwd-single-sidebar-left .lms-topic-sidebar-wrapper .lms-topic-sidebar-data { left: 0; right: inherit; } - .bb-buddypanel-right:not(.buddypanel-open).sfwd-single-sidebar-left.lms-side-panel-close .lms-topic-sidebar-wrapper .lms-topic-sidebar-data, .bb-buddypanel-right.buddypanel-open.sfwd-single-sidebar-left.lms-side-panel-close .lms-topic-sidebar-wrapper .lms-topic-sidebar-data { left: -370px; right: inherit; @@ -7001,7 +6154,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { } @media screen and (min-width: 800px) { - .bb-buddypanel-left.buddypanel-open .lms-topic-sidebar-wrapper.lms-topic-sidebar-close .lms-topic-sidebar-data { left: -370px; } @@ -7015,22 +6167,18 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { right: -370px; } } - .lms-topic-sidebar-wrapper .lms-links { border-top: 1px solid var(--bb-content-border-color); margin: 25px 30px 0; padding: 25px 0 0; } - .lms-topic-sidebar-wrapper .lms-links ul { list-style: none; margin-left: 0; } - .lms-topic-sidebar-wrapper .lms-links ul li { padding: 5px 0; } - .lms-topic-sidebar-wrapper .lms-links ul li a { display: block; width: 100%; @@ -7042,18 +6190,15 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .lms-topic-sidebar-wrapper .lms-links ul li a:hover { color: var(--bb-primary-color); } - .lms-topic-sidebar-wrapper .lms-links ul li a i { margin: 0 8px 0 0; position: relative; top: 1px; font-size: 16px; } - .lms-topic-sidebar-wrapper .bb-progress-bar { width: 100%; height: 3px; @@ -7062,7 +6207,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { position: relative; margin-bottom: 10px; } - .lms-topic-sidebar-wrapper .bb-progress-bar span { background-color: #fff; height: 100%; @@ -7070,38 +6214,30 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { position: absolute; border-radius: 3px; } - .lms-topic-sidebar-wrapper .lms-items-loading { list-style: none; margin-left: 30px; } - .lms-topic-sidebar-wrapper .lms-items-loading li { margin: 8px 0; } - .lms-topic-sidebar-wrapper .lms-items-loading li a { display: inline-block; } - .lms-topic-sidebar-wrapper .lms-lessions-list ol .lms-item-wrapper { margin-left: -100px; padding-left: 100px; } - .lms-topic-sidebar-wrapper .lms-lessions-list ol > li > ul, .lms-topic-sidebar-wrapper .lms-lessions-list ol > li ol { margin-bottom: 0; } - .lms-topic-sidebar-wrapper .lms-lessions-list > ol { margin-left: 47px; } - .lms-topic-sidebar-wrapper .lms-course-quizzes-list { margin-top: 30px; } - .lms-topic-sidebar-wrapper .lms-course-quizzes-list .lms-course-quizzes-heading { font-size: 15px; font-weight: 600; @@ -7110,23 +6246,19 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { margin: 0 30px 15px; border-top: 1px solid var(--bb-content-border-color); } - .lms-topic-sidebar-wrapper .lms-course-quizzes-list > ul { margin-left: 0; } - .lms-topic-sidebar-wrapper .lms-course-quizzes-list > ul a { padding-left: 30px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } - .lms-topic-sidebar-wrapper .lms-course-quizzes-list ul .lms-item-wrapper { margin-left: -100px; padding-left: 100px; } - .lms-topic-sidebar-wrapper .lms-count { background-color: rgba(0, 0, 0, 0.03); border-radius: 100px; @@ -7137,7 +6269,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { line-height: 20px; margin-left: 10px; } - .lms-topic-sidebar-wrapper .lms-course-sidebar-heading { font-size: 15px; letter-spacing: 0.6px; @@ -7150,15 +6281,12 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { -ms-flex-align: center; align-items: center; } - .lms-topic-sidebar-wrapper .lms-course-groups-list { margin-bottom: 20px; } - .lms-topic-sidebar-wrapper .lms-group-flag { margin: 30px 0 10px; } - .lms-topic-sidebar-wrapper .lms-group-flag .group-flag-index { display: -webkit-box; display: -ms-flexbox; @@ -7171,21 +6299,18 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { -webkit-transition: 0.3s all; transition: 0.3s all; } - .lms-topic-sidebar-wrapper .lms-group-flag .group-flag-index > a { -webkit-box-flex: 0; -ms-flex: 0 0 53px; flex: 0 0 53px; max-width: 53px; } - .lms-topic-sidebar-wrapper .lms-group-flag .lms-flag-group-avatar { border-radius: 4px; margin-right: 15px; max-width: 38px; box-shadow: 0 2px 5px 0 rgba(18, 43, 70, 0.12), 0 0 0 1px var(--bb-content-border-color); } - .lms-topic-sidebar-wrapper .lms-group-flag .lms-group-heading { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 77px); @@ -7194,12 +6319,10 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { max-width: -webkit-calc(100% - 77px); max-width: calc(100% - 77px); } - .lms-topic-sidebar-wrapper .lms-group-flag .lms-group-heading span { display: block; line-height: 1; } - .lms-topic-sidebar-wrapper .lms-group-flag .lms-group-heading a span { color: var(--bb-headings-color); font-size: 16px; @@ -7210,17 +6333,14 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { overflow: hidden; text-overflow: ellipsis; } - .lms-topic-sidebar-wrapper .lms-group-flag .lms-group-heading a:hover span { color: var(--bb-primary-color); } - .lms-topic-sidebar-wrapper .lms-group-flag .lms-group-heading > span { color: var(--bb-alternate-text-color); font-size: 13px; margin-top: 5px; } - .lms-topic-sidebar-wrapper .lms-group-flag .flag-group-exp { padding: 5px; color: var(--bb-alternate-text-color); @@ -7230,13 +6350,11 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { flex: 0 0 24px; max-width: 24px; } - .lms-topic-sidebar-wrapper .lms-group-flag.expanded .flag-group-exp i { -webkit-transform: scaleY(-1); -ms-transform: scaleY(-1); transform: scaleY(-1); } - .lms-topic-sidebar-wrapper .course-group-list { list-style: none; margin: 0; @@ -7244,17 +6362,14 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { padding-bottom: 15px; display: none; } - .lms-topic-sidebar-wrapper .course-group-list li { padding: 8px 30px 8px 80px; } - .lms-topic-sidebar-wrapper .course-group-list img { max-width: 32px; margin-right: 15px; border-radius: 5px; } - .lms-topic-sidebar-wrapper .course-group-list a { display: -webkit-box; display: -ms-flexbox; @@ -7266,53 +6381,43 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { -webkit-transition: 0.3s all; transition: 0.3s all; } - .lms-topic-sidebar-wrapper .course-group-list a:hover { color: var(--bb-primary-color); } - .lms-topic-sidebar-wrapper .course-group-list a .lms-group-title { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } - .lms-topic-sidebar-wrapper .group-exec-list { list-style: none; margin: 0; } - .lms-topic-sidebar-wrapper .group-exec-list li { padding: 0; } - .lms-topic-sidebar-wrapper .group-exec-list li > a { padding: 10px 30px; -webkit-transition: 0.3s all; transition: 0.3s all; } - .lms-topic-sidebar-wrapper .group-exec-list li > a:hover { background: rgba(146, 164, 183, 0.1); } - .lms-topic-sidebar-wrapper .group-exec-list img { max-width: 38px; margin-right: 15px; } - .lms-topic-sidebar-wrapper .group-exec-list a .lms-group-lead span { display: block; line-height: 1; color: var(--bb-headings-color); } - .lms-topic-sidebar-wrapper .group-exec-list a .lms-group-lead span:last-child { font-size: 13px; color: var(--bb-alternate-text-color); margin-top: 5px; } - .lms-topic-sidebar-wrapper .group-exec-list a { display: -webkit-box; display: -ms-flexbox; @@ -7322,63 +6427,49 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { align-items: center; color: var(--bb-alternate-text-color); } - .lms-topic-sidebar-wrapper .group-exec-list a:hover .lms-group-lead span { color: var(--bb-primary-color); } - .lms-topic-sidebar-wrapper .group-exec-list a:hover .lms-group-lead span:first-child { color: var(--bb-primary-color); } - .lms-topic-sidebar-wrapper .group-exec-list a:hover .lms-group-lead span:last-child { color: var(--bb-alternate-text-color); } - .lms-topic-sidebar-wrapper .lms-course-members-list { margin-top: 30px; } - .lms-topic-sidebar-wrapper .lms-course-members-list .lms-course-sidebar-heading { border-top: 1px solid var(--bb-content-border-color); } - .lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap { padding: 0; } - .lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap > .list-members-extra { padding: 15px 30px 0; display: inline-block; } - .lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap > .list-members-extra.lme-less { display: none; } - .lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap.expanded > .list-members-extra.lme-less { display: inline-block; } - .lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap.expanded > .list-members-extra.lme-more { display: none; } - .lms-topic-sidebar-wrapper .lms-course-members-list .list-members-extra i { margin-left: 5px; } - .lms-topic-sidebar-wrapper .lms-course-members-list .expanded .list-members-extra i { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } - .lms-topic-sidebar-wrapper .lms-course-members-list .course-members-list { list-style: none; margin: 0; } - .lms-topic-sidebar-wrapper .lms-course-members-list .course-members-list li { display: -webkit-box; display: -ms-flexbox; @@ -7388,50 +6479,40 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { align-items: center; padding: 5px 30px; } - .lms-topic-sidebar-wrapper .lms-course-members-list .course-members-list img { max-width: 28px; margin-right: 10px; } - .lms-topic-sidebar-wrapper .lms-course-members-list .course-members-list.course-members-list-extra { display: none; } - .lms-topic-sidebar-wrapper .lms-course-members-list .course-members-list a { color: var(--bb-headings-color); } - .lms-topic-sidebar-wrapper .lms-course-members-list .course-members-list a:hover { color: var(--bb-primary-color); } - .lms-topic-sidebar-wrapper .lms-lessions-list > ol, .lms-topic-sidebar-wrapper .lms-course-quizzes-list > ul { margin-bottom: 0; } - .lms-topic-sidebar-wrapper .lms-lessions-list > ol > li a.bb-lesson-head, .lms-topic-sidebar-wrapper .lms-course-quizzes-list > ul > li a.bb-lesson-head { color: var(--bb-headings-color); } - .lms-topic-sidebar-wrapper .lms-lessions-list > ol > li a.bb-lesson-head:hover, .lms-topic-sidebar-wrapper .lms-course-quizzes-list > ul > li a.bb-lesson-head:hover { color: var(--bb-primary-color); } - .lms-topic-sidebar-wrapper .lms-lessions-list > ol > li.lms-is-locked:not(.bb-lms-is-sample) a, .lms-topic-sidebar-wrapper .lms-course-quizzes-list > ul > li.lms-is-locked:not(.bb-lms-is-sample) a { pointer-events: none; cursor: default; } - .lms-topic-sidebar-wrapper .lms-lessions-list > ol li.current > .lms-item-wrapper > a, .lms-topic-sidebar-wrapper .lms-course-quizzes-list > ul li.current > .lms-item-wrapper > a { color: var(--bb-primary-color); } - .lms-topic-sidebar-wrapper .lms-lessions-list > ol .lms-sidebar-lesson-progression, .lms-topic-sidebar-wrapper .lms-course-quizzes-list > ul .lms-sidebar-lesson-progression { color: #939597; @@ -7444,32 +6525,26 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { -ms-flex-align: center; align-items: center; } - .lms-topic-sidebar-wrapper .lms-lessions-list > ol .lms-sidebar-lesson-progression .bb-progress, .lms-topic-sidebar-wrapper .lms-course-quizzes-list > ul .lms-sidebar-lesson-progression .bb-progress { margin-left: 10px; position: relative; left: 1px; } - .lms-topic-sidebar-wrapper ol.lms-topic-list { margin-bottom: 1rem; } - .lms-topic-sidebar-wrapper ol.lms-topic-list .lms-topic-item .lms-quiz-list { margin-bottom: 0; } - .lms-topic-sidebar-wrapper ol.lms-topic-list .lms-topic-item .lms-quiz-list li:last-child { padding-bottom: 0; } - .lms-topic-sidebar-wrapper .lms-quiz-list { list-style: none; margin-left: 0; margin-bottom: 0; } - .lms-topic-sidebar-wrapper li .lms-item-wrapper { padding: 12px 0; line-height: 1.6; @@ -7477,37 +6552,30 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { -ms-flex-align: center; align-items: center; } - .lms-topic-sidebar-wrapper li.current > .lms-item-wrapper { background-color: #f4f5f7; } - .lms-topic-sidebar-wrapper .lms-item-wrapper a { margin-right: auto; color: #939597; } - .lms-topic-sidebar-wrapper .lms-side-item-complete { font-size: 18px; margin-right: 20px; } - .lms-topic-sidebar-wrapper .lms-side-item-complete i[class^="bb-icon-"], .lms-topic-sidebar-wrapper .lms-side-item-complete i[class*=" bb-icon-"] { font-size: 20px; } - .lms-topic-sidebar-wrapper .lms-side-item-incomplete { color: var(--bb-content-border-color); margin-right: 20px; margin-left: 15px; } - .lms-topic-sidebar-wrapper .lms-side-item-incomplete i[class^="bb-icon-"], .lms-topic-sidebar-wrapper .lms-side-item-incomplete i[class*=" bb-icon-"] { font-size: 20px; } - .lms-topic-sidebar-wrapper .lms-lesson-progress-container { display: inline-block; width: 20px; @@ -7515,7 +6583,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { } @media only screen and (max-width: 1200px) and (min-width: 800px) { - body.bb-buddypanel.bb-sfwd-aside:not(.elementor-template-canvas) .elementor-section-stretched[style*="width"], body.bb-buddypanel.bb-sfwd-aside:not(.elementor-template-canvas) .elementor-section-boxed[style*="width"], body.bb-buddypanel.bb-sfwd-aside:not(.elementor-template-canvas) .elementor-section-full_width[style*="width"], @@ -7526,15 +6593,12 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { } } @media only screen and (max-width: 1080px) and (min-width: 800px) { - .buddypanel-open .lms-topic-sidebar-wrapper .lms-topic-sidebar-data { width: 250px; } - .buddypanel-open .lms-topic-sidebar-wrapper { max-width: 250px; } - .buddypanel-open .lms-topic-sidebar-wrapper.lms-topic-sidebar-close { margin-left: -250px; } @@ -7544,12 +6608,10 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { } } @media screen and (max-width: 767px) { - #learndash-content div.lms-topic-sidebar-wrapper { max-width: 350px; display: none; } - #learndash-content div.lms-topic-sidebar-wrapper.show-in-mobile { display: -webkit-box; display: -ms-flexbox; @@ -7566,7 +6628,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { } } @media screen and (min-width: 820px) { - .bb-single-course-sidebar { max-width: 380px; -webkit-box-flex: 0; @@ -7576,16 +6637,13 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { position: relative; z-index: 2; } - .bb-single-course-sidebar.bb-preview-wrap { margin-top: -260px; } } - .widget-area.course-widget-area { padding-top: 0; } - .widget-area.course-widget-area .widget-title { font-size: 13px; letter-spacing: 0.5px; @@ -7597,11 +6655,9 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .widget .bb-course-filters:not(:last-child) { margin-bottom: 22px; } - .widget .bb-course-filters li { margin: 0; } - .widget .bb-course-filters label { font-size: 14px; color: #939597; @@ -7610,20 +6666,17 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { margin: 0 -15px 1px; padding: 8px 15px; } - .widget .bb-course-filters .bs-styled-checkbox:checked + label { background: #f7fafe; } - -.widget .bb-course-filters .bs-styled-checkbox + label::before { +.widget .bb-course-filters .bs-styled-checkbox + label:before { width: 16px; height: 16px; } - -.widget .bb-course-filters .bs-styled-checkbox:checked + label::after { +.widget .bb-course-filters .bs-styled-checkbox:checked + label:after { content: "\e876"; display: inline-block; - font: 400 normal normal 14px/1 bb-icons; + font: normal normal normal 14px/1 bb-icons; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; @@ -7643,7 +6696,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { flex: 0 0 100%; max-width: 100%; } - .widget_ldcourseinfo #ld_course_info_mycourses_list .bb-cover-list-item { -webkit-box-orient: horizontal; -webkit-box-direction: normal; @@ -7657,14 +6709,12 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { background-color: transparent; box-shadow: none; } - .widget_ldcourseinfo #ld_course_info_mycourses_list .bb-cover-wrap { width: 40px; height: 40px; padding: 0; border-radius: 100%; } - .widget_ldcourseinfo #ld_course_info_mycourses_list .bb-card-course-details { padding: 0 10px; display: -webkit-box; @@ -7678,12 +6728,10 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { -ms-flex-direction: row; flex-direction: row; } - .widget_ldcourseinfo #ld_course_info_mycourses_list .bb-card-course-details h2 { font-size: 14px; font-weight: 500; } - .widget_ldcourseinfo #ld_course_info > h4 { margin-bottom: 15px; line-height: 1.4; @@ -7691,27 +6739,21 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { color: var(--bb-alternate-text-color); stroke: var(--bb-alternate-text-color); } - .widget_ldcourseinfo #course_progress_details a.learndash-profile-course-certificate-link { display: none; } - .widget_ldcourseinfo #course_progress_details .bb_profile_course_wrapper { font-size: 0; } - .widget_ldcourseinfo #course_progress_details .bb_profile_course_wrapper .learndash-profile-course-title { font-size: 14px; } - .widget_ldcourseinfo #course_progress_details .bb_profile_course_wrapper .learndash-profile-course-title strong { - font-weight: 400; + font-weight: normal; } - .widget_ldcourseinfo #course_progress_details .bb_profile_course_wrapper .learndash-profile-course-access-label { display: none; } - .widget_ldcourseinfo #course_progress_details .bb_profile_course_wrapper .bb-learndash-profile-course-status { font-size: 0; -webkit-box-flex: 0; @@ -7719,11 +6761,9 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { flex: 0 0 95px; max-width: 95px; } - .widget_ldcourseinfo #course_progress_details .bb_profile_course_wrapper .bb-learndash-profile-course-status .leardash-course-status { font-size: 12px; } - .widget_ldcourseinfo #course_progress_details span.bb-learndash-profile-edit-course-link { -webkit-box-flex: 0; -ms-flex: 0 0 20px; @@ -7732,11 +6772,9 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { padding: 0; margin-right: 5px; } - .widget_ldcourseinfo #quiz_progress_details > p { font-size: 12px; } - .widget_ldcourseinfo #quiz_progress_details span.bb-learndash-profile-edit-course-link { -webkit-box-flex: 0; -ms-flex: 0 0 20px; @@ -7745,7 +6783,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { padding: 0; margin-right: 5px; } - .widget_ldcourseinfo #quiz_progress_details .bb-ld-quiz-percentage { padding: 0 5px; -webkit-box-flex: 0; @@ -7753,7 +6790,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { flex: 0 0 45px; max-width: 45px; } - .widget_ldcourseinfo #quiz_progress_details a.user_statistic { padding: 0 5px; -webkit-box-flex: 0; @@ -7767,11 +6803,10 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { font-family: inherit; text-transform: none; font-size: 14px; - font-weight: 400; + font-weight: normal; padding: 0; letter-spacing: 0; } - .widget_sfwd-courses-widget ul li:last-of-type { margin-bottom: 0; } @@ -7781,19 +6816,16 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .ld-sidebar-widgets .widget_lduserstatus .ld-user-status.ld-is-widget { margin: 0; } - .elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item:last-child, .widget.widget_lduserstatus .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item:last-child, .ld-sidebar-widgets .widget_lduserstatus .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item:last-child { padding-bottom: 0; } - .elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus div.ld-item-list, .widget.widget_lduserstatus div.ld-item-list, .ld-sidebar-widgets .widget_lduserstatus div.ld-item-list { margin: 0; } - .elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .ld-item-list-item-preview, .elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .learndash-wrapper .ld-item-list-item-preview, .widget.widget_lduserstatus .ld-item-list-item-preview, @@ -7802,13 +6834,11 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .ld-sidebar-widgets .widget_lduserstatus .learndash-wrapper .ld-item-list-item-preview { background: transparent; } - .elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .ld-item-title, .widget.widget_lduserstatus .ld-item-title, .ld-sidebar-widgets .widget_lduserstatus .ld-item-title { display: block; } - .elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .ld-status-icon, .elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon, .widget.widget_lduserstatus .ld-status-icon, @@ -7817,7 +6847,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .ld-sidebar-widgets .widget_lduserstatus .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon { margin-right: 10px; } - .elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .ld-section-heading, .widget.widget_lduserstatus .ld-section-heading, .ld-sidebar-widgets .widget_lduserstatus .ld-section-heading { @@ -7825,7 +6854,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { } @media screen and (min-width: 800px) { - .widget-area.course-widget-area { -webkit-box-flex: 0; -ms-flex: 0 0 280px; @@ -7834,7 +6862,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { } } @media screen and (min-width: 540px) and (max-width: 799px) { - .widget-area.course-widget-area { -webkit-box-flex: 0; -ms-flex: 0 0 240px; @@ -7842,7 +6869,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { max-width: 240px; } } - .ld-sidebar-widgets ul { margin: 0; } @@ -7858,27 +6884,22 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { list-style: none; padding: 1.25rem 0; } - .ld-sidebar-widgets .widget a { color: var(--bb-headings-color); } - .ld-sidebar-widgets .widget a:hover { color: var(--bb-primary-color); } - .ld-sidebar-widgets .widget a.subscription-toggle, .ld-sidebar-widgets .widget a.favorite-toggle { background-color: var(--bb-content-background-color); color: var(--bb-headings-color); border: 1px solid var(--bb-content-border-color); } - .ld-sidebar-widgets .widget a.subscription-toggle:focus, .ld-sidebar-widgets .widget a.favorite-toggle:focus { box-shadow: var(--bb-outline-button-focus-shadow); } - .ld-sidebar-widgets .widget a.subscription-toggle:hover, .ld-sidebar-widgets .widget a.favorite-toggle:hover { background-color: var(--bb-secondary-button-background-hover); @@ -7886,7 +6907,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { border: 1px solid var(--bb-secondary-button-border-hover); box-shadow: none; } - .ld-sidebar-widgets .widget a.subscription-toggle:active, .ld-sidebar-widgets .widget a.favorite-toggle:active { background-color: var(--bb-secondary-button-background-hover); @@ -7894,7 +6914,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { border: 1px solid var(--bb-secondary-button-border-hover); box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 0 0 2px rgba(0, 0, 0, 0.08); } - .ld-sidebar-widgets .widget a.subscription-toggle:disabled, .ld-sidebar-widgets .widget a.subscription-toggle.disabled, .ld-sidebar-widgets .widget a.favorite-toggle:disabled, .ld-sidebar-widgets .widget a.favorite-toggle.disabled { @@ -7905,35 +6924,28 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { pointer-events: none; cursor: default; } - .ld-sidebar-widgets .widget a.button:not(.logout-link, .wc-forward) { background-color: var(--bb-primary-button-background-regular); color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); } - .ld-sidebar-widgets .widget a.button:not(.logout-link, .wc-forward):focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .ld-sidebar-widgets .widget a.button:not(.logout-link, .wc-forward):hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - .ld-sidebar-widgets .widget a.button.wc-forward { color: #fff; } - .ld-sidebar-widgets .widget a.button.wc-forward:hover { box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1); } - .ld-sidebar-widgets .widget:first-child { margin-top: 15px; } - .ld-sidebar-widgets .widget h2.widgettitle { font-size: 13px; color: var(--bb-headings-color); @@ -7942,17 +6954,14 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { padding-bottom: 15px; text-transform: uppercase; } - .ld-sidebar-widgets .widget h2.widgettitle .widget-num-count { padding: 0 0.25rem; color: var(--bb-alternate-text-color); margin-right: auto; } - .ld-sidebar-widgets .widget .llms-progress { margin: 5px 0; } - .ld-sidebar-widgets .widget .textwidget h2, .ld-sidebar-widgets .widget .textwidget h3, .ld-sidebar-widgets .widget .textwidget h4, @@ -7960,17 +6969,14 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .ld-sidebar-widgets .widget .textwidget h6 { margin-bottom: 10px; } - .ld-sidebar-widgets .bbp_widget_login h2.widgettitle, .ld-sidebar-widgets .widget_bp_core_login_widget h2.widgettitle { display: block; width: 100%; } - .ld-sidebar-widgets .widget.buddypress div.item-options .selected { border-bottom: 1px solid var(--bb-primary-color); } - .ld-sidebar-widgets .widget ul h2 a, .ld-sidebar-widgets .widget ul h3 a, .ld-sidebar-widgets .widget ul h4 a, @@ -7992,21 +6998,17 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { display: block; margin: 0 0 10px; } - .widget_ldcourseinfo .ld-course-info-my-courses h2.ld-entry-title { font-size: 14px; margin: 0 0 10px; font-family: inherit; } - .widget_ldcourseinfo .ld-course-info-my-courses h2.ld-entry-title a { color: #939597; } - .widget_ldcourseinfo .ld-course-info-my-courses h2.ld-entry-title a:hover { color: var(--bb-primary-color); } - .widget_ldcourseinfo .ld-courseregistered-content-container .ld-course-info-my-courses { padding: 0 0 10px; margin: 0 0 10px; @@ -8021,7 +7023,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button { color: #939597; } - .learndash-wrapper .ld-course-navigation .ld-lesson-item-preview a.ld-lesson-item-preview-heading:hover, .learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button:hover { color: var(--bb-primary-color); @@ -8031,20 +7032,17 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { margin: 0; list-style: none; } - .bb-single-course-sidebar .ld-sidebar-widgets .widget { margin: 15px 0; padding: 15px 30px 25px; overflow: visible; } - .bb-single-course-sidebar .ld-sidebar-widgets .widget { box-shadow: 0 32px 54px 0 rgba(0, 0, 0, 0.1); border-radius: var(--bb-block-radius); border: 0; background-color: var(--bb-content-background-color); } - .bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap { margin: 0 -30px; border-radius: 5px 5px 0 0; @@ -8060,21 +7058,17 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { -ms-flex-pack: center; justify-content: center; } - .bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap audio { width: 100%; background-color: #e2e7ed; } - .bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap audio:focus { outline: 0; } - .bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap audio::-webkit-media-controls-panel { background-color: #e2e7ed; border-radius: 0; } - .bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap.bb-thumbnail-preview { display: block; height: 0; @@ -8082,7 +7076,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { position: relative; z-index: 1; } - .bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap.bb-thumbnail-preview img { position: absolute; top: 0; @@ -8096,11 +7089,9 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { min-width: 100%; object-fit: cover; } - .bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap { padding: 0; } - .bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container { height: 0; padding-bottom: 56.25%; @@ -8108,7 +7099,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { z-index: 1; background-color: var(--bb-cover-image-background-color); } - .bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay { position: absolute; z-index: 2; @@ -8124,17 +7114,14 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay:hover .bb-course-play-btn { width: 60px; height: 60px; background-color: rgba(248, 248, 248, 0.9); } - -.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay:hover .bb-course-play-btn::after { +.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay:hover .bb-course-play-btn:after { border-color: transparent transparent transparent var(--bb-primary-color); } - .bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay > div { display: -webkit-box; display: -ms-flexbox; @@ -8150,7 +7137,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { font-weight: 500; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); } - .bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay .bb-course-play-btn-wrapper { width: 60px; height: 60px; @@ -8162,7 +7148,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { -ms-flex-align: center; align-items: center; } - .bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay .bb-course-play-btn { display: -webkit-box; display: -ms-flexbox; @@ -8178,8 +7163,7 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - -.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay .bb-course-play-btn::after { +.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay .bb-course-play-btn:after { content: ""; display: inline-block; position: relative; @@ -8207,33 +7191,26 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { margin: 0; padding-bottom: 15px; } - .widget_ldcourseinfo .course_progress_details { margin-top: 20px; } - .widget_ldcourseinfo .course_progress_details .learndash-profile-course-title a { color: var(--bb-headings-color); } - .widget_ldcourseinfo .course_progress_details .learndash-profile-course-title a:hover { color: var(--bb-primary-color); } - .widget_ldcourseinfo .course_progress_details .ld-course-progress-content-container > br { content: ""; display: block; margin-bottom: 15px; } - .widget_ldcourseinfo .course_progress_details .ld-course-progress-content-container > br:last-of-type { margin-bottom: 0; } - .widget_ldcourseinfo .quiz_progress_details { margin-top: 10px; } - .widget_ldcourseinfo .quiz_progress_details .ld-quiz-progress-content-container p:last-of-type { margin-bottom: 0; } @@ -8241,7 +7218,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .widget_ldcoursenavigation a.ld-home-link { text-decoration: none; } - .widget_ldcoursenavigation .ld-course-navigation-heading .ld-course-navigation-actions { display: -webkit-box; display: -ms-flexbox; @@ -8250,7 +7226,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { -ms-flex-align: center; align-items: center; } - .widget_ldcoursenavigation .ld-course-navigation-heading .ld-course-navigation-actions a, .widget_ldcoursenavigation .ld-course-navigation-heading .ld-course-navigation-actions span { font-size: 13px; @@ -8260,77 +7235,60 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { margin: 0; line-height: 1.2; } - .widget_ldcoursenavigation .ld-course-navigation-heading .ld-course-navigation-actions .ld-expand-button { margin-left: auto; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } - .widget_ldcoursenavigation .ld-course-navigation-heading .ld-course-navigation-actions .ld-expand-button .ld-text { white-space: nowrap; } - .widget_ldcoursenavigation .ld-lesson-item-preview .ld-expand-button { font-size: 12px; } - .widget_ldcoursenavigation .ld-lesson-section-heading { color: var(--bb-headings-color); } - .widget_ldcoursenavigation .ld-course-navigation .ld-lesson-item-expanded { border-radius: 3px; background: #f8f8f8; } - .widget_ldcoursenavigation .ld-course-navigation .ld-lesson-item-expanded { margin: 0; } - .widget_ldcoursenavigation .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview { padding: 0.5em 10px; } - .widget_ldcoursenavigation .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview .ld-topic-title { - font-weight: 400; + font-weight: normal; } - -.widget_ldcoursenavigation .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview .ld-topic-title::before { +.widget_ldcoursenavigation .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview .ld-topic-title:before { display: none; } - .widget_ldcoursenavigation .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview .ld-status-icon { margin-left: 10px; margin-top: 3px; } - -.widget_ldcoursenavigation .learndash-wrapper .ld-status-icon.ld-status-complete .ld-icon-checkmark.ld-icon::before { +.widget_ldcoursenavigation .learndash-wrapper .ld-status-icon.ld-status-complete .ld-icon-checkmark.ld-icon:before { font-size: 8px; } - .widget_ldcoursenavigation .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading .ld-status-incomplete { border-color: var(--bb-content-border-color); } - .widget_ldcoursenavigation .learndash-wrapper .ld-course-navigation .ld-status-icon { margin-top: 1px; } - .widget_ldcoursenavigation .ld-course-navigation .ld-course-navigation-heading { border-bottom: 1px solid var(--bb-content-border-color); } - .widget_ldcoursenavigation .ld-course-navigation .ld-lesson-item { border-bottom: 0; } - .widget_ldcoursenavigation .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading, .widget_ldcoursenavigation .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title { color: var(--bb-primary-color); } - .widget_ldcoursenavigation .learndash-wrapper .ld-course-navigation-actions .ld-expand-button.ld-button-alternate { color: var(--bb-primary-color); } @@ -8342,11 +7300,9 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .widget_ldcourseprogress .ld-progress { margin: 0; } - .widget_ldcourseprogress .ld-progress .ld-progress-bar { margin-bottom: 15px; } - .widget_ldcourseprogress .ld-progress-steps { margin-top: 7px; } @@ -8366,13 +7322,12 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .widget_sfwd-lessons-widget li h4 { font-family: inherit; font-size: 14px; - font-weight: 400; + font-weight: normal; padding: 0; text-transform: none; letter-spacing: 0; margin: 0; } - .widget_sfwd-lessons-widget ul li:last-of-type { margin-bottom: 0; } @@ -8380,13 +7335,12 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .widget_sfwd-quiz-widget li h4 { font-family: inherit; font-size: 14px; - font-weight: 400; + font-weight: normal; padding: 0; text-transform: none; letter-spacing: 0; margin: 0; } - .widget_sfwd-quiz-widget ul li:last-of-type { margin-bottom: 0; } @@ -8394,13 +7348,12 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .widget_sfwd-certificates-widget li h4 { font-family: inherit; font-size: 14px; - font-weight: 400; + font-weight: normal; padding: 0; text-transform: none; letter-spacing: 0; margin: 0; } - .widget_sfwd-certificates-widget ul li:last-of-type { margin-bottom: 0; } @@ -8410,40 +7363,33 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { text-transform: none; font-size: 14px; } - .widget_lduserstatus .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title .ld-item-components, .widget_lduserstatus .learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name:hover .ld-item-title .ld-item-components { color: var(--bb-alternate-text-color); - font-weight: 400; + font-weight: normal; } .widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-components span { margin-bottom: 0; } - .widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-components { margin-top: 5px; } - .widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-title { color: var(--bb-headings-color); font-weight: 500; } - .widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item { border-bottom: 0; margin: 5px 0; padding: 5px 0; } - .widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list-items .ld-item-list-item:last-of-type { margin-bottom: 0; } - .widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-pagination { margin-bottom: 0; } - .widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-pagination .ld-pages { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -8463,35 +7409,29 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { font-weight: inherit; font-size: 13px; } - .learndash-course-grid-filter .buttons .button.blue { 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); } - .learndash-course-grid-filter .buttons .button.blue:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .learndash-course-grid-filter .buttons .button.blue:hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - .learndash-course-grid-filter .buttons .button.grey { background-color: var(--bb-secondary-button-background-regular); color: var(--bb-secondary-button-text-regular); border: 1px solid var(--bb-secondary-button-border-regular); border-radius: var(--bb-button-radius); } - .learndash-course-grid-filter .buttons .button.grey:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - .learndash-course-grid-filter .buttons .button.grey:hover { background-color: var(--bb-secondary-button-background-hover); color: var(--bb-secondary-button-text-hover); @@ -8501,7 +7441,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { [class*="bb-template-"] .widget .learndash-course-grid-filter label { font-size: 15px; } - .widget .learndash-course-grid-filter form input[type="range"] { margin-top: 0; } @@ -8518,74 +7457,60 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .ld-sidebar-widgets .emojionearea .emojionearea-picker .emojionearea-wrapper { width: 250px; } - .ld-sidebar-widgets .emojionearea .emojionearea-picker .emojionearea-search-panel .emojionearea-tones { display: none; } - .ld-sidebar-widgets .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom, .ld-sidebar-widgets .bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom { left: -100px; top: -340px; width: 250px; } - -.ld-sidebar-widgets .bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { +.ld-sidebar-widgets .bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { top: 340px; left: 102px; -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); } - -.bb-template-v2 .ld-sidebar-widgets .bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { +.bb-template-v2 .ld-sidebar-widgets .bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { display: none; } - .ld-sidebar-widgets .bbp-topic-form .post-emoji:nth-child(2) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom, .ld-sidebar-widgets .post-emoji:nth-child(2) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom { left: -60px; } - -.ld-sidebar-widgets .bbp-topic-form .post-emoji:nth-child(2) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after, -.ld-sidebar-widgets .post-emoji:nth-child(2) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { +.ld-sidebar-widgets .bbp-topic-form .post-emoji:nth-child(2) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after, +.ld-sidebar-widgets .post-emoji:nth-child(2) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { left: 62px; } - .ld-sidebar-widgets .bbp-topic-form .post-emoji:nth-child(3) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom, .ld-sidebar-widgets .post-emoji:nth-child(3) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom { left: -30px; } - -.ld-sidebar-widgets .bbp-topic-form .post-emoji:nth-child(3) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after, -.ld-sidebar-widgets .post-emoji:nth-child(3) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after { +.ld-sidebar-widgets .bbp-topic-form .post-emoji:nth-child(3) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after, +.ld-sidebar-widgets .post-emoji:nth-child(3) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after { left: 33px; } - .ld-sidebar-widgets .gif-media-search-dropdown.open { left: -60px; bottom: 40px; top: inherit; width: 250px; } - .ld-sidebar-widgets .post-gif:nth-child(2) .gif-media-search-dropdown.open { left: -40px; } - .ld-sidebar-widgets .forums-attached-gif-container { max-width: 295px; background-size: cover !important; } - .ld-sidebar-widgets .forums-attached-gif-container .gif-image-container img { display: none; } - .ld-sidebar-widgets #whats-new-toolbar .medium-editor-toolbar { background-color: var(--bb-body-background-color); } - .ld-sidebar-widgets #whats-new-toolbar .medium-editor-toolbar.active { bottom: 0; } @@ -8593,11 +7518,9 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .ld-sidebar-widgets .bb-modal { background-color: transparent; } - .ld-sidebar-widgets #bbpress-forums .bs-single-forum-list > li { background-color: var(--bb-body-background-color); } - .ld-sidebar-widgets .medium-editor-element, .ld-sidebar-widgets .medium-editor-placeholder { background-color: transparent; @@ -8607,19 +7530,20 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { margin: 0; } +.wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion, .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion, .wpProQuiz_content .wpProQuiz_box { text-align: center; background-color: transparent; border: 0; } - +.wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion > ol, .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion > ol, .wpProQuiz_content .wpProQuiz_box > ol { display: inline-block; overflow: hidden; } - +.wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion > ol li, .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion > ol li, .wpProQuiz_content .wpProQuiz_box > ol li { width: 40px; @@ -8633,8 +7557,10 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { font-size: 15px; border-radius: 100%; } - -.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion > ol li.wpProQuiz_reviewQuestionTarget, .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion > ol li.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionSolved, .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion > ol li.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionReview, +.wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion > ol li.wpProQuiz_reviewQuestionTarget, .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion > ol li.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionSolved, .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion > ol li.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionReview, +.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion > ol li.wpProQuiz_reviewQuestionTarget, +.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion > ol li.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionSolved, +.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion > ol li.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionReview, .wpProQuiz_content .wpProQuiz_box > ol li.wpProQuiz_reviewQuestionTarget, .wpProQuiz_content .wpProQuiz_box > ol li.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionSolved, .wpProQuiz_content .wpProQuiz_box > ol li.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionReview { @@ -8643,18 +7569,16 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { box-shadow: none; font-weight: 500; } - -.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion > ol li.wpProQuiz_reviewQuestionSolved, .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion > ol li.wpProQuiz_reviewQuestionReview, -.wpProQuiz_content .wpProQuiz_box > ol li.wpProQuiz_reviewQuestionSolved, -.wpProQuiz_content .wpProQuiz_box > ol li.wpProQuiz_reviewQuestionReview { +.wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion > ol li.wpProQuiz_reviewQuestionSolved, +.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion > ol li.wpProQuiz_reviewQuestionSolved, +.wpProQuiz_content .wpProQuiz_box > ol li.wpProQuiz_reviewQuestionSolved { background-color: #f4f5f7; position: relative; color: inherit; } - -.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion > ol li.wpProQuiz_reviewQuestionSolved::after, .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion > ol li.wpProQuiz_reviewQuestionReview::after, -.wpProQuiz_content .wpProQuiz_box > ol li.wpProQuiz_reviewQuestionSolved::after, -.wpProQuiz_content .wpProQuiz_box > ol li.wpProQuiz_reviewQuestionReview::after { +.wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion > ol li.wpProQuiz_reviewQuestionSolved:after, +.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion > ol li.wpProQuiz_reviewQuestionSolved:after, +.wpProQuiz_content .wpProQuiz_box > ol li.wpProQuiz_reviewQuestionSolved:after { content: ""; display: inline-block; width: 13px; @@ -8666,9 +7590,23 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { top: -3px; right: -3px; } - -.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion > ol li.wpProQuiz_reviewQuestionReview::after, -.wpProQuiz_content .wpProQuiz_box > ol li.wpProQuiz_reviewQuestionReview::after { +.wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion > ol li.wpProQuiz_reviewQuestionReview, +.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion > ol li.wpProQuiz_reviewQuestionReview, +.wpProQuiz_content .wpProQuiz_box > ol li.wpProQuiz_reviewQuestionReview { + position: relative; +} +.wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion > ol li.wpProQuiz_reviewQuestionReview:after, +.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion > ol li.wpProQuiz_reviewQuestionReview:after, +.wpProQuiz_content .wpProQuiz_box > ol li.wpProQuiz_reviewQuestionReview:after { + content: ""; + display: inline-block; + width: 13px; + height: 13px; + border: 2px solid var(--bb-content-background-color); + border-radius: 100%; + position: absolute; + top: -3px; + right: -3px; background-color: var(--bb-warning-color); } @@ -8677,13 +7615,11 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { background-color: var(--bb-success-color); color: #fff; } - .learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedIncorrect, .learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSolvedIncorrect { background-color: var(--bb-danger-color); color: #fff; } - .learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionReview, .learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionReview, .learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSkip, @@ -8691,15 +7627,28 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { background-color: var(--bb-warning-color); color: #fff; } - .learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_AnswerCorrect { background-color: var(--bb-success-color); } - .learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_Review { background-color: var(--bb-warning-color); } - +.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_Answer { + background-color: #f4f5f7; + position: relative; +} +.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_Answer:after { + content: ""; + display: inline-block; + width: 10px; + height: 10px; + background-color: var(--bb-success-color); + border: 2px solid var(--bb-content-background-color); + border-radius: 100%; + position: absolute; + top: -3px; + right: -3px; +} .learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_AnswerIncorrect { background-color: var(--bb-danger-color); } @@ -8707,30 +7656,24 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .wpProQuiz_content .wpProQuiz_reviewDiv { border-bottom: 1px solid var(--bb-content-border-color); } - .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion { overflow: auto; } - .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion ol li { margin-bottom: 0; border-radius: 100%; border: 2px solid transparent; outline: 0 !important; } - .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion ol li.wpProQuiz_reviewQuestionTarget { border-color: var(--bb-primary-color); } - .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewLegend .learndash-quiz-review-legend-item-current .wpProQuiz_reviewQuestion_Target { outline: 0; - border: 2px solid var(--bb-primary-color); border-radius: 100%; box-shadow: none; - background-color: transparent; + background-color: var(--bb-primary-color); } - .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewLegend ol li span { vertical-align: middle; } @@ -8740,17 +7683,17 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { background: none; border: 0; } - .wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion ol { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } - .wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion ol li { padding: 0; width: 36px; @@ -8758,30 +7701,24 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { line-height: 34px; border-radius: 100%; } - .wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion { overflow: auto; } - .wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion ol li { margin-bottom: 0; border-radius: 100%; border: 2px solid transparent; outline: 0 !important; } - .wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion ol li.wpProQuiz_reviewQuestionTarget { border-color: #235af3; } - .wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewLegend .learndash-quiz-review-legend-item-current .wpProQuiz_reviewQuestion_Target { outline: 0; - border: 2px solid var(--bb-primary-color); border-radius: 100%; box-shadow: none; - background-color: transparent; + background-color: var(--bb-primary-color); } - .wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewLegend ol li span { vertical-align: middle; } @@ -8789,12 +7726,10 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .learndash-wrapper .wpProQuiz_content .wpProQuiz_box { background-color: transparent; } - .learndash-wrapper .wpProQuiz_content .wpProQuiz_box li { color: var(--bb-headings-color); border-radius: 100%; } - .learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSolved:not(.wpProQuiz_reviewQuestionTarget) { color: var(--bb-headings-color); } @@ -8803,16 +7738,15 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect .wpProQuiz_sortable { background-color: transparent; color: inherit; - font-weight: 400; + font-weight: normal; } .wpProQuiz_content > h2 { font-size: 18px; line-height: 1.2; - font-weight: 700; + font-weight: bold; margin: 0 0 1.6875rem; } - .wpProQuiz_content .wpProQuiz_button2 { border: 1px solid var(--bb-primary-color); background: transparent; @@ -8823,94 +7757,76 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { padding: 6px 2em; box-shadow: none; } - .wpProQuiz_content .wpProQuiz_button2:hover, .wpProQuiz_content .wpProQuiz_button2:active, .wpProQuiz_content .wpProQuiz_button2:focus { background: transparent; box-shadow: none; } @media screen and (max-width: 544px) { - .wpProQuiz_content .wpProQuiz_button2 { float: none; margin-bottom: 10px; } } - .wpProQuiz_content .wpProQuiz_TipButton { border: 0; font-weight: 500; padding: 6px 2em; } - .wpProQuiz_content .wpProQuiz_TipButton:hover, .wpProQuiz_content .wpProQuiz_TipButton:active, .wpProQuiz_content .wpProQuiz_TipButton:focus { box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1); } - .wpProQuiz_content .wpProQuiz_button { padding-left: 2em; padding-right: 2em; margin-bottom: 10px; } - .wpProQuiz_content .wpProQuiz_question_page { font-size: 12px; text-transform: uppercase; margin-bottom: 30px; } - .wpProQuiz_content .wpProQuiz_listItem > h5.wpProQuiz_header { font-size: 13px; text-transform: uppercase; } - .wpProQuiz_content .wpProQuiz_checkPage { margin: 30px 0 0; } - .wpProQuiz_content .wpProQuiz_checkPage h4.wpProQuiz_header + p { font-size: 12px; text-transform: uppercase; } - .wpProQuiz_content .wpProQuiz_reviewLegend li { font-size: 12px; } - .wpProQuiz_content .wpProQuiz_reviewLegend li .wpProQuiz_reviewColor { border-radius: 100%; } - .wpProQuiz_content .wpProQuiz_questionList { background-color: transparent; border: 0; padding: 0; } - .wpProQuiz_content .wpProQuiz_questionList li.wpProQuiz_questionListItem { background-color: var(--bb-content-background-color); min-width: 100%; } - .wpProQuiz_content .wpProQuiz_questionList[data-type="single"] li.wpProQuiz_questionListItem, .wpProQuiz_content .wpProQuiz_questionList[data-type="multiple"] li.wpProQuiz_questionListItem, .wpProQuiz_content .wpProQuiz_questionList[data-type="sort_answer"] li.wpProQuiz_questionListItem, .wpProQuiz_content .wpProQuiz_questionList.ui-sortable li.wpProQuiz_questionListItem { border: 1px solid var(--bb-content-border-color); border-radius: var(--bb-block-radius-inner); padding: 10px 20px; margin-bottom: 8px; } - .wpProQuiz_content .wpProQuiz_questionList[data-type="single"] li.wpProQuiz_questionListItem:last-child, .wpProQuiz_content .wpProQuiz_questionList[data-type="multiple"] li.wpProQuiz_questionListItem:last-child, .wpProQuiz_content .wpProQuiz_questionList[data-type="sort_answer"] li.wpProQuiz_questionListItem:last-child, .wpProQuiz_content .wpProQuiz_questionList.ui-sortable li.wpProQuiz_questionListItem:last-child { padding: 10px 20px; } - .wpProQuiz_content .wpProQuiz_questionList[data-type="single"] li.wpProQuiz_questionListItem label, .wpProQuiz_content .wpProQuiz_questionList[data-type="multiple"] li.wpProQuiz_questionListItem label, .wpProQuiz_content .wpProQuiz_questionList[data-type="sort_answer"] li.wpProQuiz_questionListItem label, .wpProQuiz_content .wpProQuiz_questionList.ui-sortable li.wpProQuiz_questionListItem label { padding: 0; border: 0; } - .wpProQuiz_content .wpProQuiz_questionList[data-type="single"] li.wpProQuiz_questionListItem > span, .wpProQuiz_content .wpProQuiz_questionList[data-type="multiple"] li.wpProQuiz_questionListItem > span { margin-right: 5px; } - .wpProQuiz_content .wpProQuiz_questionList[data-type="essay"] form { border: 1px dashed var(--bb-content-border-color); border-radius: 2px; @@ -8925,7 +7841,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { background-color: transparent; min-width: 100%; } - .wpProQuiz_content .wpProQuiz_questionList[data-type="essay"] form input[type="file"] { width: 140px; height: 40px; @@ -8939,27 +7854,21 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { bottom: 0; margin: auto; } - .wpProQuiz_content .wpProQuiz_questionList[data-type="essay"] form input[placeholder] { text-overflow: ellipsis; } - .wpProQuiz_content .wpProQuiz_questionList[data-type="essay"] form ::-webkit-input-placeholder { text-overflow: ellipsis; } - .wpProQuiz_content .wpProQuiz_questionList[data-type="essay"] form :-ms-input-placeholder { text-overflow: ellipsis; } - .wpProQuiz_content .wpProQuiz_questionList[data-type="essay"] form ::placeholder { text-overflow: ellipsis; } - .wpProQuiz_content .wpProQuiz_questionList[data-type="essay"] form input:placeholder { text-overflow: ellipsis; } - .wpProQuiz_content .wpProQuiz_questionList[data-type="essay"] form input[type="file"] + label { font-size: 15px; font-weight: 400; @@ -8975,10 +7884,9 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { cursor: pointer; margin: 10px 0; } - -.wpProQuiz_content .wpProQuiz_questionList[data-type="essay"] form input[type="file"] + label::before { +.wpProQuiz_content .wpProQuiz_questionList[data-type="essay"] form input[type="file"] + label:before { content: "\ee24"; - font: 400 normal normal 18px/1 bb-icons; + font: normal normal normal 18px/1 bb-icons; speak: none; display: inline-block; text-decoration: inherit; @@ -8987,7 +7895,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { -moz-osx-font-smoothing: grayscale; margin-right: 10px; } - .wpProQuiz_content .wpProQuiz_questionList[data-type="essay"] form input[type="submit"] { background-color: transparent; color: var(--bb-primary-color); @@ -8997,17 +7904,15 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { cursor: pointer; box-shadow: none; max-width: 145px; - font-weight: 400; + font-weight: normal; position: absolute; right: 10%; } - .wpProQuiz_content .wpProQuiz_questionList[data-type="essay"] form input[type="submit"]:hover { background-color: transparent !important; opacity: 1 !important; } @media screen and (max-width: 1200px) { - .wpProQuiz_content .wpProQuiz_questionList[data-type="essay"] form { padding: 10px 5% 20px; -webkit-box-orient: vertical; @@ -9015,18 +7920,15 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { -ms-flex-direction: column; flex-direction: column; } - .wpProQuiz_content .wpProQuiz_questionList[data-type="essay"] form input[type="file"] { bottom: inherit; top: 18px; } - .wpProQuiz_content .wpProQuiz_questionList[data-type="essay"] form input[type="submit"] { position: static; } } @media screen and (max-width: 992px) { - .wpProQuiz_content .wpProQuiz_questionList[data-type="essay"] form { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -9034,11 +7936,9 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { flex-direction: column; } } - .wpProQuiz_content .wpProQuiz_questionList textarea.wpProQuiz_questionEssay { width: 100%; } - .wpProQuiz_content .wpProQuiz_sortable { background-color: transparent; border: 0; @@ -9047,8 +7947,7 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { padding-top: 0; padding-bottom: 0; } - -.wpProQuiz_content .wpProQuiz_sortable::after, .wpProQuiz_content .wpProQuiz_sortable::before { +.wpProQuiz_content .wpProQuiz_sortable:after, .wpProQuiz_content .wpProQuiz_sortable:before { font-family: bb-icons; font-size: 18px; text-rendering: auto; @@ -9064,50 +7963,41 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { color: #c8cbcf; font-weight: 300; } - -.wpProQuiz_content .wpProQuiz_sortable::before { +.wpProQuiz_content .wpProQuiz_sortable:before { right: 6px; } - -[dir="rtl"] .wpProQuiz_content .wpProQuiz_tipp > div::before { +[dir="rtl"] .wpProQuiz_content .wpProQuiz_tipp > div:before { left: unset; right: 8em; } - .wpProQuiz_content .wpProQuiz_tipp > div { background-color: #fff; border-radius: 4px; box-shadow: 0 3px 24px 0 rgba(18, 43, 70, 0.08); border: 1px solid #e7eaec; } - .wpProQuiz_content .wpProQuiz_tipp > div .wpProQuiz_header { font-weight: 500; } - .wpProQuiz_content .wpProQuiz_tipp > div p { font-size: 15px; } - .wpProQuiz_content .wpProQuiz_listItem > .wpProQuiz_header + span { font-size: 14px; - font-weight: 400; + font-weight: normal; color: var(--bb-alternate-text-color); } - .wpProQuiz_content .wpProQuiz_matrixSortString { background: transparent; border: 0; padding: 0; overflow: initial; } - .wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable { overflow: hidden; padding-left: 0; padding-right: 0; } - .wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable li.wpProQuiz_sortStringItem { background-color: var(--bb-content-background-color); border-color: var(--bb-content-background-color); @@ -9119,8 +8009,7 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { font-size: 15px; line-height: 1.3; } - -.wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable li.wpProQuiz_sortStringItem::after, .wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable li.wpProQuiz_sortStringItem::before { +.wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable li.wpProQuiz_sortStringItem:after, .wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable li.wpProQuiz_sortStringItem:before { font-family: bb-icons; font-size: 18px; text-rendering: auto; @@ -9136,17 +8025,14 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { color: #c8cbcf; font-weight: 300; } - -.wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable li.wpProQuiz_sortStringItem::after { +.wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable li.wpProQuiz_sortStringItem:after { left: 18px; } - .wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable li.wpProQuiz_sortStringItem.ui-sortable-helper { background-color: var(--bb-primary-color); border-color: var(--bb-primary-color); color: #fff; } - .wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable .wpProQuiz_placehold { background-color: #fff; border: 2px dashed #bdbdbd; @@ -9154,42 +8040,34 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { min-height: 100px; min-width: 70px; } - .wpProQuiz_content ul.wpProQuiz_questionList[data-type="matrix_sort_answer"] { overflow: hidden; margin-left: -5px; margin-right: -5px; } - .wpProQuiz_content ul.wpProQuiz_questionList[data-type="matrix_sort_answer"] li { padding: 0; margin: 0 0 10px; } - .wpProQuiz_content ul.wpProQuiz_questionList[data-type="matrix_sort_answer"] li table td { border-color: var(--bb-content-border-color); } - .wpProQuiz_content ul.wpProQuiz_questionList[data-type="matrix_sort_answer"] li table td .wpProQuiz_maxtrixSortText img { width: auto; } - .wpProQuiz_content ul.wpProQuiz_questionList[data-type="matrix_sort_answer"] li table td:first-child { border-bottom: 0; border-radius: 4px 0 0 4px; text-align: center; } - .wpProQuiz_content ul.wpProQuiz_questionList[data-type="matrix_sort_answer"] li table td:last-child { border-radius: 0 4px 4px 0; border-top: 0; } - .wpProQuiz_content ul.wpProQuiz_questionList[data-type="matrix_sort_answer"] li ul.wpProQuiz_maxtrixSortCriterion:not(:empty) { height: auto !important; min-height: 25px !important; } - .wpProQuiz_content ul.wpProQuiz_questionList[data-type="matrix_sort_answer"] li ul.wpProQuiz_maxtrixSortCriterion li.wpProQuiz_sortStringItem { background-color: #eef0f3; border-color: #eef0f3; @@ -9201,8 +8079,7 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { font-size: 15px; line-height: 1.3; } - -.wpProQuiz_content ul.wpProQuiz_questionList[data-type="matrix_sort_answer"] li ul.wpProQuiz_maxtrixSortCriterion li.wpProQuiz_sortStringItem::after, .wpProQuiz_content ul.wpProQuiz_questionList[data-type="matrix_sort_answer"] li ul.wpProQuiz_maxtrixSortCriterion li.wpProQuiz_sortStringItem::before { +.wpProQuiz_content ul.wpProQuiz_questionList[data-type="matrix_sort_answer"] li ul.wpProQuiz_maxtrixSortCriterion li.wpProQuiz_sortStringItem:after, .wpProQuiz_content ul.wpProQuiz_questionList[data-type="matrix_sort_answer"] li ul.wpProQuiz_maxtrixSortCriterion li.wpProQuiz_sortStringItem:before { font-family: bb-icons; font-size: 18px; text-rendering: auto; @@ -9218,17 +8095,14 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { color: #c8cbcf; font-weight: 300; } - -.wpProQuiz_content ul.wpProQuiz_questionList[data-type="matrix_sort_answer"] li ul.wpProQuiz_maxtrixSortCriterion li.wpProQuiz_sortStringItem::after { +.wpProQuiz_content ul.wpProQuiz_questionList[data-type="matrix_sort_answer"] li ul.wpProQuiz_maxtrixSortCriterion li.wpProQuiz_sortStringItem:after { left: 18px; } - .wpProQuiz_content ul.wpProQuiz_questionList[data-type="matrix_sort_answer"] li ul.wpProQuiz_maxtrixSortCriterion li.wpProQuiz_sortStringItem.ui-sortable-helper { background-color: var(--bb-primary-color); border-color: var(--bb-primary-color); color: #fff; } - .wpProQuiz_content ul.wpProQuiz_questionList[data-type="matrix_sort_answer"] li .wpProQuiz_placehold { background-color: #fff; border: 2px dashed #bdbdbd; @@ -9236,12 +8110,10 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { width: 100%; min-height: 100px; } - .wpProQuiz_content .wpProQuiz_cloze input[type="text"] { border-color: #e7eaec; color: inherit; } - .wpProQuiz_content ul.wpProQuiz_questionList[data-type="assessment_answer"] li label { margin-right: 15px; } @@ -9250,21 +8122,17 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { border: 0; padding: 0; } - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem .wpProQuiz_sortable::before { +.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem .wpProQuiz_sortable:before { display: none; } - .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem > table { border-width: 1px; border-color: var(--bb-content-border-color); } - .learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList[data-type="matrix_sort_answer"] li table td:first-child { border-right-width: 1px; border-color: var(--bb-content-border-color); } - .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem textarea.wpProQuiz_questionEssay { border: 1px solid var(--bb-content-border-color); border-radius: var(--bb-input-radius); @@ -9273,30 +8141,24 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .wpProQuiz_content .wpProQuiz_results { text-align: center; } - .wpProQuiz_content .wpProQuiz_results h4.wpProQuiz_header { - font-weight: 700; + font-weight: bold; font-size: 20px; } - .wpProQuiz_content .wpProQuiz_results h4.wpProQuiz_header + p { font-weight: 500; } - .wpProQuiz_content .wpProQuiz_results > p { font-size: 15px; } - .wpProQuiz_content .wpProQuiz_results .wpProQuiz_quiz_time { color: var(--bb-alternate-text-color); - font-weight: 400; + font-weight: normal; } - .wpProQuiz_content .wpProQuiz_results .wpProQuiz_graded_points { - font-weight: 400; + font-weight: normal; color: var(--bb-alternate-text-color); } - .wpProQuiz_content .wpProQuiz_results > div > .wpProQuiz_button { background-color: var(--bb-secondary-button-background-regular); color: var(--bb-secondary-button-text-regular); @@ -9306,30 +8168,25 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { padding: 6px 2em; box-shadow: none; } - .wpProQuiz_content .wpProQuiz_results > div > .wpProQuiz_button:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - .wpProQuiz_content .wpProQuiz_results > div > .wpProQuiz_button:hover, .wpProQuiz_content .wpProQuiz_results > div > .wpProQuiz_button:active, .wpProQuiz_content .wpProQuiz_results > div > .wpProQuiz_button:focus { background-color: var(--bb-secondary-button-background-hover); color: var(--bb-secondary-button-text-hover); border: 1px solid var(--bb-secondary-button-border-hover); box-shadow: none; } - .wpProQuiz_content .wpProQuiz_results .ld-quiz-actions { -ms-flex-wrap: wrap; flex-wrap: wrap; } - .wpProQuiz_content .wpProQuiz_results .quiz_continue_link { width: 100%; -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; } - .wpProQuiz_content .wpProQuiz_results .quiz_continue_link a#quiz_continue_link { border-radius: var(--bb-button-radius); background: var(--bb-primary-color); @@ -9340,7 +8197,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { transition: all linear 0.2s; width: auto; } - .wpProQuiz_content .wpProQuiz_results .quiz_continue_link a#quiz_continue_link:hover { box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1); } @@ -9357,12 +8213,10 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { background: var(--bb-content-alternate-background-color); min-height: auto; } - .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_response p { margin-bottom: 10px; font-size: 15px; } - .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_response span { font-weight: 700; font-size: 15px; @@ -9371,18 +8225,15 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .wpProQuiz_sending { text-align: center; } - .wpProQuiz_sending h4.wpProQuiz_header { - font-weight: 700; + font-weight: bold; font-size: 20px; } - .wpProQuiz_sending dd.course_progress { width: 100%; border-radius: 100px; box-shadow: none; } - .wpProQuiz_sending dd.course_progress div.course_progress_blue { background-color: var(--bb-primary-color); } @@ -9428,27 +8279,22 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { margin-top: 30px; margin-bottom: 40px; } - .wpProQuiz_content .wpProQuiz_catOverview > h4 { - font-weight: 700; + font-weight: bold; font-size: 20px; } - .wpProQuiz_content .wpProQuiz_catOverview span.wpProQuiz_catName { color: var(--bb-body-text-color); font-size: 15px; } - .wpProQuiz_content .wpProQuiz_catOverview span.wpProQuiz_catPercent { - font-weight: 400; + font-weight: normal; color: var(--bb-alternate-text-color); font-size: 15px; } - .wpProQuiz_content .wpProQuiz_catOverview li { border-bottom-color: var(--bb-content-border-color); } - .wpProQuiz_content .wpProQuiz_catOverview span { background-color: var(--bb-content-background-color); } @@ -9457,76 +8303,61 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { font-size: 14px; border: 0; } - .wpProQuiz_toplistTable caption { color: var(--bb-alternate-text-color); } - .wpProQuiz_toplistTable thead tr { background: #fff; color: var(--bb-alternate-text-color); } - .wpProQuiz_toplistTable thead tr th:first-child { text-align: left; } - .wpProQuiz_toplistTable thead tr th:nth-child(3) { width: 160px; } - .wpProQuiz_toplistTable thead tr th:last-child { text-align: right; } - .wpProQuiz_toplistTable th { background: #fff; border-bottom: 1px solid var(--bb-content-border-color); - font-weight: 400; + font-weight: normal; } - .wpProQuiz_toplistTable tbody td { - font-weight: 400; + font-weight: normal; font-size: 14px; color: var(--bb-alternate-text-color); padding: 10px 5px; } - .wpProQuiz_toplistTable tbody td.wpProQuiz_toplistTrOdd { background-color: #fff; } - .wpProQuiz_toplistTable tbody td:first-child { - font-weight: 400; + font-weight: normal; text-align: left; color: var(--bb-body-text-color); } - .wpProQuiz_toplistTable tbody td:nth-child(2) { color: var(--bb-body-text-color); } - .wpProQuiz_toplistTable tbody td:last-child { text-align: right; } @media screen and (max-width: 544px) { - .wpProQuiz_toplistTable { font-size: 13px; } - .wpProQuiz_toplistTable tbody td { font-size: 13px; } } @media screen and (max-width: 800px) { - .learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList[data-type="matrix_sort_answer"] li table td:first-child { width: 45%; } } - .wpProQuiz_toplist { margin-bottom: 10px !important; } @@ -9537,17 +8368,15 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { border-top: 1px solid var(--bb-content-border-color); margin-bottom: 10px; } - .wpProQuiz_content .wpProQuiz_addToplist > span { - font-weight: 400 !important; + font-weight: normal !important; } - .wpProQuiz_content .wpProQuiz_addToplist .wpProQuiz_addToplistMessage { border: 0; background-color: var(--bb-success-color); color: #fff; border-radius: var(--bb-block-radius-inner); - font-weight: 400; + font-weight: normal; } .learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable { @@ -9557,19 +8386,16 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { .wpProQuiz_content .wpProQuiz_resultTable { width: auto; border: 0; - font-weight: 400; + font-weight: normal; } - .wpProQuiz_content .wpProQuiz_resultTable table { font-size: 15px; } - .wpProQuiz_content .wpProQuiz_resultTable table tr, .wpProQuiz_content .wpProQuiz_resultTable table td { display: inline-block; } - -.wpProQuiz_content .wpProQuiz_resultTable table tr:nth-child(1) td:first-child::before { +.wpProQuiz_content .wpProQuiz_resultTable table tr:nth-child(1) td:first-child:before { content: ""; display: inline-block; width: 10px; @@ -9578,12 +8404,10 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { border-radius: 100%; background-color: #eccbff; } - .wpProQuiz_content .wpProQuiz_resultTable table tr:nth-child(2) td:first-child { padding-left: 20px; } - -.wpProQuiz_content .wpProQuiz_resultTable table tr:nth-child(2) td:first-child::before { +.wpProQuiz_content .wpProQuiz_resultTable table tr:nth-child(2) td:first-child:before { content: ""; display: inline-block; width: 10px; @@ -9592,13 +8416,11 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { border-radius: 100%; background-color: var(--bb-primary-color); } - .wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultName { width: auto; border: 0; padding: 0 5px 0 0; } - .wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultValue div { box-shadow: none; border-radius: 100px; @@ -9624,13 +8446,11 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { overflow: hidden; margin: 20px 0 0; } - .wpProQuiz_content .wpProQuiz_addBox > .wpProQuiz_button2 { float: right; margin: 0 20px 10px 0; padding: 0.5em 1em; } - .wpProQuiz_content .wpProQuiz_addBox label { font-size: 14px; display: -webkit-box; @@ -9645,7 +8465,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { -ms-flex-pack: end; justify-content: flex-end; } - .wpProQuiz_content .wpProQuiz_addBox label input[type="text"], .wpProQuiz_content .wpProQuiz_addBox label input[type="email"] { min-width: 80%; @@ -9658,7 +8477,6 @@ ul.bb-lms-user-profile-tabs .more-button.active::after { p.wpProQuiz_quiz_time { text-transform: uppercase; } - p.wpProQuiz_quiz_time > span { display: block; text-transform: none; @@ -9675,16 +8493,13 @@ p.wpProQuiz_quiz_time > span { position: relative; display: none; } - .quiz_progress_container .quiz_progress_fix { z-index: 1; } - .quiz_progress_container #quiz_shape_progress { z-index: 3; stroke: var(--bb-primary-color); } - .quiz_progress_container > svg { position: absolute; top: 0; @@ -9692,7 +8507,6 @@ p.wpProQuiz_quiz_time > span { width: 100%; overflow: visible; } - .quiz_progress_container .bb_avg_progress { max-width: 230px; min-height: 230px; @@ -9700,7 +8514,6 @@ p.wpProQuiz_quiz_time > span { position: relative; display: none; } - .quiz_progress_container .bb_avg_progress > svg { position: absolute; top: 10px; @@ -9769,14 +8582,12 @@ p.wpProQuiz_quiz_time > span { border: 1px solid var(--bb-primary-button-border-regular); padding-left: 45px; padding-right: 15px; - font-weight: 400; + font-weight: normal; min-width: 160px; } - .wpProQuiz_content .wpProQuiz_results > div > .wpProQuiz_button[name="restartQuiz"]:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .wpProQuiz_content .wpProQuiz_results > div > .wpProQuiz_button[name="restartQuiz"]:hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); @@ -9800,8 +8611,7 @@ p.wpProQuiz_quiz_time > span { .wpProQuiz_modal_window { border-radius: 5px; } - -.wpProQuiz_modal_window::before { +.wpProQuiz_modal_window:before { position: fixed; top: 48px; right: 59px; @@ -9818,7 +8628,6 @@ p.wpProQuiz_quiz_time > span { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - .wpProQuiz_modal_window #wpProQuiz_overlay_close { font-size: 1px; width: 30px; @@ -9826,12 +8635,10 @@ p.wpProQuiz_quiz_time > span { padding: 0; opacity: 0; } - [dir="rtl"] .wpProQuiz_modal_window #wpProQuiz_overlay_close { right: 59px; left: initial !important; } - .wpProQuiz_modal_window #wpProQuiz_loadUserData { margin-left: 0 !important; margin-right: 0 !important; @@ -9839,61 +8646,49 @@ p.wpProQuiz_quiz_time > span { background-color: rgba(247, 186, 69, 0.3) !important; border: 0; } - .wpProQuiz_modal_window #wpProQuiz_user_content > h2 { font-size: 18px; margin-bottom: 10px; } - .wpProQuiz_modal_window table thead { font-size: 16px; } - .wpProQuiz_modal_window table tbody, .wpProQuiz_modal_window table tfoot { font-size: 14px; } - .wpProQuiz_modal_window table th { font-weight: 500; border-bottom: 0; } - .wpProQuiz_modal_window table th, .wpProQuiz_modal_window table td { padding: 10px; } - .wpProQuiz_modal_window table th p, .wpProQuiz_modal_window table td p { margin-bottom: 10px; } - .wpProQuiz_modal_window table th:first-child, .wpProQuiz_modal_window table td:first-child { padding-left: 10px; } - .wpProQuiz_modal_window table th:last-child, .wpProQuiz_modal_window table td:last-child { padding-right: 10px; } - .wpProQuiz_modal_window table .categoryTr th { background-color: var(--bb-content-alternate-background-color); border-radius: 5px; } - .wpProQuiz_modal_window table th[style="color: red;"], .wpProQuiz_modal_window table td[style="color: red;"] { color: var(--bb-danger-color) !important; } - .wpProQuiz_modal_window table th[style="color: green;"], .wpProQuiz_modal_window table td[style="color: green;"] { color: var(--bb-success-color) !important; } - .wpProQuiz_modal_window #wpProQuiz_user_content .wpProQuiz_response { background-color: var(--bb-content-alternate-background-color) !important; border: 0 !important; @@ -9901,27 +8696,22 @@ p.wpProQuiz_quiz_time > span { border-radius: 5px; padding: 10px; } - .wpProQuiz_modal_window #wpProQuiz_user_content .wpProQuiz_response p { margin-bottom: 0; } - .wpProQuiz_modal_window #wpProQuiz_user_content .wpProQuiz_questionList { background-color: var(--bb-content-alternate-background-color) !important; border: 1px solid var(--bb-content-border-color) !important; border-radius: 5px; } - .wpProQuiz_modal_window #wpProQuiz_user_content .wpProQuiz_questionList li label { - font-weight: 400; + font-weight: normal; font-size: 14px; } - .wpProQuiz_modal_window #wpProQuiz_user_content .wpProQuiz_answerCorrect { background-color: var(--bb-success-color); border-radius: 5px; } - .wpProQuiz_modal_window #wpProQuiz_user_content .wpProQuiz_answerIncorrect { border-radius: 5px; border-color: var(--bb-danger-color); @@ -9938,19 +8728,15 @@ p.wpProQuiz_quiz_time > span { border-bottom: 1px solid var(--bb-content-border-color); font-size: 15px; } - #quiz_progress_details > p:last-of-type { border-bottom: 0; } - #quiz_progress_details p a { color: var(--bb-headings-color); } - #quiz_progress_details p a:hover { color: var(--bb-primary-color); } - #quiz_progress_details span.bb-ld-quiz-percentage { -webkit-box-flex: 0; -ms-flex: 0 0 60px; @@ -9958,7 +8744,6 @@ p.wpProQuiz_quiz_time > span { max-width: 60px; text-align: right; } - #quiz_progress_details span.bb-learndash-profile-edit-course-link { -webkit-box-flex: 0; -ms-flex: 0 0 60px; @@ -9966,11 +8751,9 @@ p.wpProQuiz_quiz_time > span { max-width: 60px; text-align: right; } - #quiz_progress_details span.bb-learndash-profile-edit-course-link a { color: #939597; } - #quiz_progress_details span.bb-learndash-profile-edit-course-link a:hover { color: #939597; } @@ -9990,12 +8773,10 @@ p.wpProQuiz_quiz_time > span { font-weight: 500; padding: 0.7em 1em; } - .learndash-wrapper .wpProQuiz_content .wpProQuiz_button:focus, .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .learndash-wrapper .wpProQuiz_content .wpProQuiz_button:hover, .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:hover { opacity: 1; @@ -10003,12 +8784,10 @@ p.wpProQuiz_quiz_time > span { color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - .learndash-wrapper .wpProQuiz_content .wpProQuiz_button:focus, .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:focus { opacity: 1; } - .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label.is-selected, .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label:focus-within { border-color: var(--bb-primary-color); @@ -10018,23 +8797,20 @@ p.wpProQuiz_quiz_time > span { border-radius: 4px; background-color: rgba(146, 164, 183, 0.2); } - .learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit .time { - font-weight: 400; + font-weight: normal; color: inherit; } - .learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit .wpProQuiz_progress { height: 4px; background-color: var(--bb-primary-color); } - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit::before { +.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit:before { height: 4px; } .wpProQuiz_content .wpProQuiz_results .quiz_continue_link a#quiz_continue_link { - font-weight: 400; + font-weight: normal; padding: 6px 2em; } @@ -10051,16 +8827,13 @@ p.wpProQuiz_quiz_time > span { .learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList input.wpProQuiz_questionInput { width: auto; } - .learndash-wrapper .wpProQuiz_content input[type="checkbox"].wpProQuiz_questionInput { min-width: 12px; min-height: 12px; } - .learndash-wrapper .wpProQuiz_content input.wpProQuiz_questionInput.bbstyled { opacity: 0; } - .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem .input-style { display: inline-block; vertical-align: middle; @@ -10079,22 +8852,18 @@ p.wpProQuiz_quiz_time > span { -ms-flex: 0 0 22px; flex: 0 0 22px; } - .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type="assessment_answer"] .input-style { margin-left: -20px; margin-right: 10px; } - .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type="free_answer"] label { padding: 0; max-width: 300px; } - .learndash-wrapper .wpProQuiz_content input[type="radio"].wpProQuiz_questionInput + .input-style { border-radius: 100%; } - -.learndash-wrapper .wpProQuiz_content input[type="radio"].wpProQuiz_questionInput.bbstyled:checked + span::after { +.learndash-wrapper .wpProQuiz_content input[type="radio"].wpProQuiz_questionInput.bbstyled:checked + span:after { content: ""; background-color: var(--bb-primary-color); margin: auto; @@ -10106,17 +8875,15 @@ p.wpProQuiz_quiz_time > span { top: 2px; border-radius: 100%; } - .learndash-wrapper .wpProQuiz_content input[type="checkbox"].wpProQuiz_questionInput.bbstyled:checked + span { background-color: var(--bb-primary-color); border-color: var(--bb-primary-color); } - -.learndash-wrapper .wpProQuiz_content input[type="checkbox"].wpProQuiz_questionInput.bbstyled:checked + span::after { +.learndash-wrapper .wpProQuiz_content input[type="checkbox"].wpProQuiz_questionInput.bbstyled:checked + span:after { content: "\e876"; font-family: bb-icons; font-style: normal; - font-weight: 400; + font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; @@ -10135,13 +8902,13 @@ p.wpProQuiz_quiz_time > span { -moz-osx-font-smoothing: grayscale; } -.wpProQuiz_questionList[data-type="assessment_answer"] .wpProQuiz_questionListItem label.is-selected::before, -.wpProQuiz_questionList[data-type="single"] .wpProQuiz_questionListItem label.is-selected::before, -.wpProQuiz_questionList[data-type="multiple"] .wpProQuiz_questionListItem label.is-selected::before { +.wpProQuiz_questionList[data-type="assessment_answer"] .wpProQuiz_questionListItem label.is-selected:before, +.wpProQuiz_questionList[data-type="single"] .wpProQuiz_questionListItem label.is-selected:before, +.wpProQuiz_questionList[data-type="multiple"] .wpProQuiz_questionListItem label.is-selected:before { background-color: var(--bb-primary-color); } -.wpProQuiz_questionList[data-type="multiple"] .wpProQuiz_questionListItem label.is-selected::before { +.wpProQuiz_questionList[data-type="multiple"] .wpProQuiz_questionListItem label.is-selected:before { border-color: var(--bb-primary-color); } @@ -10151,7 +8918,6 @@ dd.course_progress { border-radius: 100px; box-shadow: none; } - dd.course_progress div.course_progress_blue { background-color: var(--bb-primary-color); } @@ -10173,12 +8939,10 @@ dd.course_progress div.course_progress_blue { box-shadow: none; background-color: var(--bb-content-background-color); } - .bp-feedback.ld-feedback .bp-icon { border-radius: 3px 0 0 3px; background-color: var(--bb-primary-color); } - .bp-feedback.ld-feedback p { font-size: 14px; line-height: 1.5; @@ -10192,17 +8956,14 @@ dd.course_progress div.course_progress_blue { .learndash_checkout_buttons { margin: 10px 0; } - .learndash_checkout_buttons .learndash_checkout_button { width: 100%; max-width: 100%; margin-right: 0; } - .learndash_checkout_buttons .learndash_checkout_button input.ppalholder { display: none; } - .learndash_checkout_buttons form { margin-bottom: 10px; } @@ -10214,38 +8975,31 @@ dd.course_progress div.course_progress_blue { margin: 0 0 20px; text-transform: uppercase; } - #learndash_course_content #learndash_lessons #lesson_heading { background-color: transparent; padding-left: 0; padding-right: 0; } - #learndash_course_content #learndash_lessons #lesson_heading span:first-child { font-size: 16px; font-weight: 600; letter-spacing: 0.6px; margin: 0 0 20px; } - #learndash_course_content #learndash_lessons #lessons_list { font-size: 15px; } - #learndash_course_content #learndash_lessons #lessons_list > div { border: 0; } - #learndash_course_content #learndash_lessons #lessons_list > div div.list-count { border: 0; } - #learndash_course_content #learndash_lessons #lessons_list h4, #learndash_course_content #learndash_lessons #lessons_list h4 a { font-size: 15px; margin-bottom: 0; } - #learndash_course_content #learndash_lessons #lessons_list h4 a { color: #939597; display: -webkit-box; @@ -10256,21 +9010,18 @@ dd.course_progress div.course_progress_blue { align-items: center; background: none; } - #learndash_course_content #learndash_lessons #lessons_list h4 a:hover { color: var(--bb-headings-color); background-color: transparent; } - -#learndash_course_content #learndash_lessons #lessons_list h4 a:hover.completed::after, #learndash_course_content #learndash_lessons #lessons_list h4 a:hover.notcompleted::after { +#learndash_course_content #learndash_lessons #lessons_list h4 a:hover.completed:after, #learndash_course_content #learndash_lessons #lessons_list h4 a:hover.notcompleted:after { color: var(--bb-headings-color); } - -#learndash_course_content #learndash_lessons #lessons_list h4 a.completed::after, #learndash_course_content #learndash_lessons #lessons_list h4 a.notcompleted::after { +#learndash_course_content #learndash_lessons #lessons_list h4 a.completed:after, #learndash_course_content #learndash_lessons #lessons_list h4 a.notcompleted:after { font-family: bb-icons; speak: none; font-style: normal; - font-weight: 400; + font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; @@ -10282,8 +9033,7 @@ dd.course_progress div.course_progress_blue { margin-right: 15px; color: var(--bb-headings-color); } - -#learndash_course_content #learndash_lessons #lessons_list h4 a.notcompleted::after { +#learndash_course_content #learndash_lessons #lessons_list h4 a.notcompleted:after { opacity: 0.2; } @@ -10291,7 +9041,6 @@ dd.course_progress div.course_progress_blue { padding: 100px; font-size: inherit; } - .learndash_post_sfwd-lessons .notavailable_message > span { text-transform: uppercase; } @@ -10299,12 +9048,10 @@ dd.course_progress div.course_progress_blue { .bb-sfwd-aside .elementor-location-single .elementor-section-boxed .elementor-container { max-width: 100%; } - .bb-sfwd-aside .elementor-location-single .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap { padding: 0; } @media screen and (max-width: 1200px) { - .bb-sfwd-aside .elementor-location-single .elementor-section.elementor-section-boxed > .elementor-container { padding-left: 0; padding-right: 0; @@ -10315,32 +9062,26 @@ dd.course_progress div.course_progress_blue { margin-left: 370px; } @media only screen and (max-width: 1080px) and (min-width: 800px) { - .bb-sfwd-aside:not(.lms-side-panel-close) .elementor-location-single > .elementor-section-wrap > .elementor-section { margin-left: 250px; } } - .bb-sfwd-aside:not(.lms-side-panel-close) .elementor-location-single > .elementor-section-wrap > .elementor-section .lms-topic-sidebar-data { background-color: var(--bb-body-background-color); } - .bb-sfwd-aside:not(.lms-side-panel-close) .elementor-location-single > .elementor-section-wrap > .elementor-section:has(#learndash-content) { margin-left: 0; } @media screen and (max-width: 767px) { - .bb-sfwd-aside:not(.lms-side-panel-close) .elementor-location-single #learndash-content .lms-topic-sidebar-wrapper { position: fixed !important; top: var(--bb-header-height); } - .bb-sfwd-aside:not(.lms-side-panel-close) .elementor-location-single > .elementor-section-wrap > .elementor-section { margin-left: 0; } } @media screen and (max-width: 767px) { - .bb-sfwd-aside:not(.lms-side-panel-close).admin-bar .elementor-location-single #learndash-content .lms-topic-sidebar-wrapper { margin-top: 45px; } @@ -10353,29 +9094,24 @@ dd.course_progress div.course_progress_blue { .bb-sfwd-aside .elementor-location-single { background-color: var(--bb-content-background-color); } - .bb-sfwd-aside .elementor-location-single .elementor-section .elementor-widget:not(.elementor-widget-theme-post-content) { max-width: 1180px; margin-left: auto; margin-right: auto; } - .bb-sfwd-aside .elementor-location-single .elementor-section .elementor-element-populated { padding-left: 0; padding-right: 0; } - .bb-sfwd-aside .elementor-location-single .elementor-widget-theme-post-content .lms-topic-sidebar-data { background-color: var(--bb-body-background-color); } @media screen and (min-width: 767px) { - .bb-sfwd-aside:not(.lms-side-panel-close) .elementor-location-single .elementor-section .elementor-widget:not(.elementor-widget-theme-post-content) { margin-left: 370px; } } - .site-main .learndash-wrapper .ld-alert .ld-alert-icon { min-width: 40px; min-height: 40px; @@ -10398,7 +9134,6 @@ dd.course_progress div.course_progress_blue { #learndash-page-content .ld-focus-comments .ld-focus-comment:last-child { margin-bottom: 2em; } - #learndash-page-content .ld-focus-comments .ld-comment-wrapper { background: #fff; border: 1px solid var(--bb-content-border-color); @@ -10406,69 +9141,55 @@ dd.course_progress div.course_progress_blue { margin-bottom: 20px; padding: 30px; } - #learndash-page-content .ld-focus-comments #commentform textarea#comment { background-color: transparent; border-width: 1px; border-radius: 3px; } - #learndash-page-content .ld-focus-comments #commentform .logged-in-as { display: none; } - #learndash-page-content .ld-focus-comments .ld-expand-button.ld-button-alternate { font-size: 14px; color: var(--bb-primary-color); } - #learndash-page-content .ld-focus-comments .comment-respond { padding: 30px; } - #learndash-page-content .ld-focus-comments .comment-respond #reply-title { font-size: 18px; font-weight: 400; margin-bottom: 25px; } - #learndash-page-content .ld-focus-comments .ld-focus-comments__heading { border-bottom: none; } - #learndash-page-content .ld-focus-comments .ld-focus-comments__heading .ld-focus-comments__header { color: var(--bb-headings-color); font-size: 18px; font-weight: 400; margin-bottom: 0; } - #learndash-page-content .ld-focus-comments #ld-comments { margin-bottom: 0; } - #learndash-page-content .ld-focus-comments .ld-comment-avatar .ld-comment-avatar-author a.ld-comment-permalink { line-height: normal; color: var(--bb-primary-color); } - #learndash-page-content .ld-focus-comments .ld-comment-avatar .ld-comment-avatar-author .ld-comment-author-name { font-size: 14px; margin-bottom: 0; } - #learndash-page-content .ld-focus-comments .ld-comment-body { margin-left: 60px; } - #learndash-page-content .ld-focus-comments .ld-comment-body p { margin-bottom: 0; } - #learndash-page-content .ld-focus-comments .ld-comment-reply { margin: 10px 0 0; } - #learndash-page-content .ld-focus-comments .ld-comment-reply a.comment-reply-link { background-color: transparent; padding: 0; @@ -10478,18 +9199,15 @@ dd.course_progress div.course_progress_blue { border-radius: 0; letter-spacing: -0.26px; } - #learndash-page-content .ld-focus-comments .comment .ld-comment-avatar { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } - #learndash-page-content .ld-focus-comments .comment .ld-comment-avatar > img { max-width: 42px; border: 0; } - #learndash-page-content .ld-focus-comments .form-submit #submit { background-color: var(--bb-secondary-button-background-regular); color: var(--bb-secondary-button-text-regular); @@ -10501,11 +9219,9 @@ dd.course_progress div.course_progress_blue { font-weight: 500; border-radius: var(--bb-button-radius); } - #learndash-page-content .ld-focus-comments .form-submit #submit:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - #learndash-page-content .ld-focus-comments .form-submit #submit:hover { background-color: var(--bb-secondary-button-background-hover); color: var(--bb-secondary-button-text-hover); @@ -10518,7 +9234,6 @@ dd.course_progress div.course_progress_blue { flex: 0 0 33.333%; } @media screen and (max-width: 992px) { - .group-sidebar .group_courses ul.courses-group-list li.item-entry { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -10526,7 +9241,6 @@ dd.course_progress div.course_progress_blue { } } @media screen and (max-width: 544px) { - .group-sidebar .group_courses ul.courses-group-list li.item-entry { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -10544,11 +9258,9 @@ dd.course_progress div.course_progress_blue { min-height: 1px; margin: 10px 0 0 12px; } - #buddypress .dataTables_paginate .button.current { color: var(--bb-alternate-text-color); } - #buddypress .dataTables_paginate .button:hover, #buddypress .dataTables_paginate .button:focus { color: var(--bb-primary-color); box-shadow: none; @@ -10557,7 +9269,6 @@ dd.course_progress div.course_progress_blue { body.buddypress .buddypress-wrap .group_courses h3.course-name { margin-bottom: 8px; } - body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { font-size: 13px; color: var(--bb-alternate-text-color); @@ -10581,7 +9292,6 @@ body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { padding-top: 0; margin: 0 -10px; } - .group_courses ul.courses-group-list li.item-entry { -webkit-box-flex: 0; -ms-flex: 0 0 25%; @@ -10589,7 +9299,6 @@ body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { margin: 0 0 20px; padding: 0 10px; } - .group_courses ul.courses-group-list li.item-entry .list-wrap { height: 100%; background-color: var(--bb-content-background-color); @@ -10597,7 +9306,6 @@ body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { border-radius: 4px; } @media screen and (max-width: 992px) { - .group_courses ul.courses-group-list li.item-entry { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -10605,23 +9313,19 @@ body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { } } @media screen and (max-width: 544px) { - .group_courses ul.courses-group-list li.item-entry { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } } - .group_courses ul.courses-group-list li.item-entry .bb-course-meta .item-avatar { margin-right: 10px; } - .group_courses ul.courses-group-list li.item-entry .item-avatar { float: none; margin: 0; } - .group_courses ul.courses-group-list li.item-entry .item-avatar > a { border-radius: 4px 4px 0 0; padding-top: 52%; @@ -10630,7 +9334,6 @@ body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { display: block; background: var(--bb-cover-image-background-color); } - .group_courses ul.courses-group-list li.item-entry .item-avatar > a img.photo { position: absolute; top: 0; @@ -10646,36 +9349,28 @@ body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { border-radius: 0; display: none; } - .group_courses ul.courses-group-list li.item-entry .item-avatar > a img.photo.wp-post-image { display: block; } - .group_courses ul.courses-group-list li.item-entry .item-avatar > a img.photo.no-photo { display: none; } - .group_courses ul.courses-group-list li.item-entry .item { padding: 20px; } - .group_courses ul.courses-group-list .course-name a { color: inherit; font-weight: 600; font-size: 22px; } - .group_courses ul.courses-group-list .course-name a:hover { color: var(--bb-primary-color); } - .group_courses ul.courses-group-list .bp-learndash-progress-bar p.bp-learndash-progress-bar-label { display: none; } - .group_courses ul.courses-group-list .bp-learndash-progress-bar progress { display: block; - /* default: inline-block */ width: 100%; border: 0 none; @@ -10683,24 +9378,19 @@ body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { height: 3px; border-radius: 3px; } - .group_courses ul.courses-group-list .bp-learndash-progress-bar progress::-moz-progress-bar { background-color: var(--bb-primary-color); } - .group_courses ul.courses-group-list .bp-learndash-progress-bar progress::-webkit-progress-bar { background: transparent; } - .group_courses ul.courses-group-list .bp-learndash-progress-bar progress::-webkit-progress-value { border-radius: 3px; background-color: var(--bb-primary-color); } - .group_courses ul.courses-group-list .bp-learndash-progress-bar progress::-ms-fill { background-color: var(--bb-primary-color); } - .group_courses ul.courses-group-list .bp-learndash-progress-bar-percentage { display: block; color: var(--bb-alternate-text-color); @@ -10713,7 +9403,6 @@ body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { text-align: right; margin: 5px 0; } - #buddypress ul.courses-group-list .course-link a.button { background-color: transparent; color: var(--bb-headings-color); @@ -10724,13 +9413,12 @@ body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { height: auto; min-height: auto; } - -#buddypress ul.courses-group-list .course-link a.button::after { +#buddypress ul.courses-group-list .course-link a.button:after { content: "\e827"; font-family: bb-icons; display: inline-block; line-height: 1; - font-weight: 400; + font-weight: normal; font-style: normal; speak: none; text-decoration: inherit; @@ -10741,7 +9429,6 @@ body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { position: relative; top: 1px; } - #buddypress ul.courses-group-list .course-link a.button:hover { color: var(--bb-primary-color); } @@ -10750,28 +9437,23 @@ body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { line-height: 30px; height: auto; } - .single-groups .groups .ld-course-status-segment form { margin-bottom: 0; } - .single-groups .groups .ld-course-status-segment .learndash_checkout_button input.ppalholder { height: auto; vertical-align: middle; background-color: transparent; border: 0; } - .single-groups .groups .ld-item-list .ld-item-list-items .ld-item-list-item-preview > a .ld-status-icon { margin-right: 10px; margin-top: 3px; } - .single-groups .groups .user_has_no_access .ld-item-list-item-preview a.ld-item-name { cursor: pointer; pointer-events: auto; } - .single-groups .groups .learndash_post_groups .ld-group-courses .ld-item-list-item-preview .ld-item-details .ld-status.ld-status-progress { min-width: 120px; } @@ -10781,7 +9463,6 @@ body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { border: 1px solid var(--bb-content-border-color); border-bottom: 0; } - .bb-leandash-profile-page .bb-profile-avatar { margin-top: -45px; margin-left: 30px; @@ -10789,32 +9470,27 @@ body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { } @media only screen and (max-width: 768px) { - #content .bb-profile-avatar { margin-top: -45px; margin-left: 0; margin-bottom: 20px; } } - .bb-profile-items .profile-item .profile-title { font-weight: 400; font-size: 32px; margin-top: 20px; margin-bottom: 5px; } - .bb-profile-items .profile-item .profile-title a { color: var(--bb-headings-color); } @media only screen and (max-width: 768px) { - .bb-profile-items .profile-item .profile-title { margin-top: 0; } } - .bb-progress { height: 20px; margin-bottom: 20px; @@ -10847,8 +9523,7 @@ body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { box-shadow: none; position: relative; } - -.bb-progress::after { +.bb-progress:after { content: ""; width: 100%; height: 100%; @@ -10858,7 +9533,6 @@ body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { top: 0; left: 0; } - .bb-progress > span { width: 50%; height: 100%; @@ -10867,11 +9541,9 @@ body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { top: 0; z-index: 1; } - .bb-progress .bb-progress-left { left: 0; } - .bb-progress .bb-progress-circle { width: 100%; height: 100%; @@ -10882,7 +9554,6 @@ body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { top: 0; border-color: var(--bb-primary-color); } - .bb-progress .bb-progress-left .bb-progress-circle { left: 100%; border-top-right-radius: 11px; @@ -10894,11 +9565,9 @@ body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { -webkit-animation: loading-2 1.5s linear forwards 1.8s; animation: loading-2 1.5s linear forwards 1.8s; } - .bb-progress .bb-progress-right { right: 0; } - .bb-progress .bb-progress-right .bb-progress-circle { left: -100%; border-top-left-radius: 11px; @@ -10910,7 +9579,6 @@ body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { -webkit-animation: loading-1 1.8s linear forwards; animation: loading-1 1.8s linear forwards; } - .bb-progress .bb-progress-value { display: -webkit-box; display: -ms-flexbox; @@ -10928,11 +9596,9 @@ body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { height: 100%; font-weight: 300; } - .bb-progress .bb-progress-value div { margin-top: 10px; } - .bb-progress .bb-progress-value span { font-size: 12px; text-transform: uppercase; @@ -10943,7 +9609,6 @@ body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { height: 4px; background: var(--bb-content-border-color); } - .ld-progress-bar .ld-progress-bar-percentage { background: var(--bb-primary-color); height: 4px; @@ -10954,14 +9619,12 @@ body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt { height: 4px; background-color: var(--bb-content-border-color); } - .learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage { background: var(--bb-primary-color); height: 4px; width: auto; border-radius: 7px; } - .learndash-wrapper .ld-progress .ld-progress-stats { color: var(--bb-alternate-text-color); font-size: 12px; @@ -10974,7 +9637,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-1 1.5s linear forwards; animation: loading-1 1.5s linear forwards; } - .bb-progress[data-percentage="1"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -10984,7 +9646,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-2 1.5s linear forwards; animation: loading-2 1.5s linear forwards; } - .bb-progress[data-percentage="2"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -10994,7 +9655,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-3 1.5s linear forwards; animation: loading-3 1.5s linear forwards; } - .bb-progress[data-percentage="3"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11004,7 +9664,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-4 1.5s linear forwards; animation: loading-4 1.5s linear forwards; } - .bb-progress[data-percentage="4"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11014,7 +9673,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-5 1.5s linear forwards; animation: loading-5 1.5s linear forwards; } - .bb-progress[data-percentage="5"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11024,7 +9682,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-6 1.5s linear forwards; animation: loading-6 1.5s linear forwards; } - .bb-progress[data-percentage="6"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11034,7 +9691,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-7 1.5s linear forwards; animation: loading-7 1.5s linear forwards; } - .bb-progress[data-percentage="7"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11044,7 +9700,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-8 1.5s linear forwards; animation: loading-8 1.5s linear forwards; } - .bb-progress[data-percentage="8"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11054,7 +9709,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-9 1.5s linear forwards; animation: loading-9 1.5s linear forwards; } - .bb-progress[data-percentage="9"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11064,7 +9718,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-10 1.5s linear forwards; animation: loading-10 1.5s linear forwards; } - .bb-progress[data-percentage="10"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11074,7 +9727,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-11 1.5s linear forwards; animation: loading-11 1.5s linear forwards; } - .bb-progress[data-percentage="11"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11084,7 +9736,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-12 1.5s linear forwards; animation: loading-12 1.5s linear forwards; } - .bb-progress[data-percentage="12"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11094,7 +9745,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-13 1.5s linear forwards; animation: loading-13 1.5s linear forwards; } - .bb-progress[data-percentage="13"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11104,7 +9754,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-14 1.5s linear forwards; animation: loading-14 1.5s linear forwards; } - .bb-progress[data-percentage="14"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11114,7 +9763,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-15 1.5s linear forwards; animation: loading-15 1.5s linear forwards; } - .bb-progress[data-percentage="15"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11124,7 +9772,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-16 1.5s linear forwards; animation: loading-16 1.5s linear forwards; } - .bb-progress[data-percentage="16"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11134,7 +9781,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-17 1.5s linear forwards; animation: loading-17 1.5s linear forwards; } - .bb-progress[data-percentage="17"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11144,7 +9790,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-18 1.5s linear forwards; animation: loading-18 1.5s linear forwards; } - .bb-progress[data-percentage="18"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11154,7 +9799,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-19 1.5s linear forwards; animation: loading-19 1.5s linear forwards; } - .bb-progress[data-percentage="19"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11164,7 +9808,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-20 1.5s linear forwards; animation: loading-20 1.5s linear forwards; } - .bb-progress[data-percentage="20"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11174,7 +9817,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-21 1.5s linear forwards; animation: loading-21 1.5s linear forwards; } - .bb-progress[data-percentage="21"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11184,7 +9826,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-22 1.5s linear forwards; animation: loading-22 1.5s linear forwards; } - .bb-progress[data-percentage="22"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11194,7 +9835,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-23 1.5s linear forwards; animation: loading-23 1.5s linear forwards; } - .bb-progress[data-percentage="23"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11204,7 +9844,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-24 1.5s linear forwards; animation: loading-24 1.5s linear forwards; } - .bb-progress[data-percentage="24"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11214,7 +9853,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-25 1.5s linear forwards; animation: loading-25 1.5s linear forwards; } - .bb-progress[data-percentage="25"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11224,7 +9862,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-26 1.5s linear forwards; animation: loading-26 1.5s linear forwards; } - .bb-progress[data-percentage="26"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11234,7 +9871,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-27 1.5s linear forwards; animation: loading-27 1.5s linear forwards; } - .bb-progress[data-percentage="27"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11244,7 +9880,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-28 1.5s linear forwards; animation: loading-28 1.5s linear forwards; } - .bb-progress[data-percentage="28"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11254,7 +9889,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-29 1.5s linear forwards; animation: loading-29 1.5s linear forwards; } - .bb-progress[data-percentage="29"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11264,7 +9898,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-30 1.5s linear forwards; animation: loading-30 1.5s linear forwards; } - .bb-progress[data-percentage="30"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11274,7 +9907,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-31 1.5s linear forwards; animation: loading-31 1.5s linear forwards; } - .bb-progress[data-percentage="31"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11284,7 +9916,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-32 1.5s linear forwards; animation: loading-32 1.5s linear forwards; } - .bb-progress[data-percentage="32"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11294,7 +9925,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-33 1.5s linear forwards; animation: loading-33 1.5s linear forwards; } - .bb-progress[data-percentage="33"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11304,7 +9934,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-34 1.5s linear forwards; animation: loading-34 1.5s linear forwards; } - .bb-progress[data-percentage="34"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11314,7 +9943,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-35 1.5s linear forwards; animation: loading-35 1.5s linear forwards; } - .bb-progress[data-percentage="35"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11324,7 +9952,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-36 1.5s linear forwards; animation: loading-36 1.5s linear forwards; } - .bb-progress[data-percentage="36"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11334,7 +9961,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-37 1.5s linear forwards; animation: loading-37 1.5s linear forwards; } - .bb-progress[data-percentage="37"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11344,7 +9970,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-38 1.5s linear forwards; animation: loading-38 1.5s linear forwards; } - .bb-progress[data-percentage="38"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11354,7 +9979,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-39 1.5s linear forwards; animation: loading-39 1.5s linear forwards; } - .bb-progress[data-percentage="39"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11364,7 +9988,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-40 1.5s linear forwards; animation: loading-40 1.5s linear forwards; } - .bb-progress[data-percentage="40"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11374,7 +9997,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-41 1.5s linear forwards; animation: loading-41 1.5s linear forwards; } - .bb-progress[data-percentage="41"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11384,7 +10006,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-42 1.5s linear forwards; animation: loading-42 1.5s linear forwards; } - .bb-progress[data-percentage="42"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11394,7 +10015,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-43 1.5s linear forwards; animation: loading-43 1.5s linear forwards; } - .bb-progress[data-percentage="43"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11404,7 +10024,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-44 1.5s linear forwards; animation: loading-44 1.5s linear forwards; } - .bb-progress[data-percentage="44"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11414,7 +10033,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-45 1.5s linear forwards; animation: loading-45 1.5s linear forwards; } - .bb-progress[data-percentage="45"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11424,7 +10042,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-46 1.5s linear forwards; animation: loading-46 1.5s linear forwards; } - .bb-progress[data-percentage="46"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11434,7 +10051,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-47 1.5s linear forwards; animation: loading-47 1.5s linear forwards; } - .bb-progress[data-percentage="47"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11444,7 +10060,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-48 1.5s linear forwards; animation: loading-48 1.5s linear forwards; } - .bb-progress[data-percentage="48"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11454,7 +10069,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-49 1.5s linear forwards; animation: loading-49 1.5s linear forwards; } - .bb-progress[data-percentage="49"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11464,7 +10078,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="50"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11474,7 +10087,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="51"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-1 1.5s linear forwards 1.5s; animation: loading-1 1.5s linear forwards 1.5s; @@ -11484,7 +10096,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="52"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-2 1.5s linear forwards 1.5s; animation: loading-2 1.5s linear forwards 1.5s; @@ -11494,7 +10105,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="53"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-3 1.5s linear forwards 1.5s; animation: loading-3 1.5s linear forwards 1.5s; @@ -11504,7 +10114,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="54"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-4 1.5s linear forwards 1.5s; animation: loading-4 1.5s linear forwards 1.5s; @@ -11514,7 +10123,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="55"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-5 1.5s linear forwards 1.5s; animation: loading-5 1.5s linear forwards 1.5s; @@ -11524,7 +10132,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="56"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-6 1.5s linear forwards 1.5s; animation: loading-6 1.5s linear forwards 1.5s; @@ -11534,7 +10141,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="57"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-7 1.5s linear forwards 1.5s; animation: loading-7 1.5s linear forwards 1.5s; @@ -11544,7 +10150,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="58"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-8 1.5s linear forwards 1.5s; animation: loading-8 1.5s linear forwards 1.5s; @@ -11554,7 +10159,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="59"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-9 1.5s linear forwards 1.5s; animation: loading-9 1.5s linear forwards 1.5s; @@ -11564,7 +10168,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="60"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-10 1.5s linear forwards 1.5s; animation: loading-10 1.5s linear forwards 1.5s; @@ -11574,7 +10177,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="61"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-11 1.5s linear forwards 1.5s; animation: loading-11 1.5s linear forwards 1.5s; @@ -11584,7 +10186,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="62"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-12 1.5s linear forwards 1.5s; animation: loading-12 1.5s linear forwards 1.5s; @@ -11594,7 +10195,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="63"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-13 1.5s linear forwards 1.5s; animation: loading-13 1.5s linear forwards 1.5s; @@ -11604,7 +10204,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="64"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-14 1.5s linear forwards 1.5s; animation: loading-14 1.5s linear forwards 1.5s; @@ -11614,7 +10213,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="65"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-15 1.5s linear forwards 1.5s; animation: loading-15 1.5s linear forwards 1.5s; @@ -11624,7 +10222,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="66"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-16 1.5s linear forwards 1.5s; animation: loading-16 1.5s linear forwards 1.5s; @@ -11634,7 +10231,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="67"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-17 1.5s linear forwards 1.5s; animation: loading-17 1.5s linear forwards 1.5s; @@ -11644,7 +10240,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="68"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-18 1.5s linear forwards 1.5s; animation: loading-18 1.5s linear forwards 1.5s; @@ -11654,7 +10249,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="69"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-19 1.5s linear forwards 1.5s; animation: loading-19 1.5s linear forwards 1.5s; @@ -11664,7 +10258,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="70"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-20 1.5s linear forwards 1.5s; animation: loading-20 1.5s linear forwards 1.5s; @@ -11674,7 +10267,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="71"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-21 1.5s linear forwards 1.5s; animation: loading-21 1.5s linear forwards 1.5s; @@ -11684,7 +10276,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="72"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-22 1.5s linear forwards 1.5s; animation: loading-22 1.5s linear forwards 1.5s; @@ -11694,7 +10285,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="73"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-23 1.5s linear forwards 1.5s; animation: loading-23 1.5s linear forwards 1.5s; @@ -11704,7 +10294,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="74"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-24 1.5s linear forwards 1.5s; animation: loading-24 1.5s linear forwards 1.5s; @@ -11714,7 +10303,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="75"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-25 1.5s linear forwards 1.5s; animation: loading-25 1.5s linear forwards 1.5s; @@ -11724,7 +10312,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="76"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-26 1.5s linear forwards 1.5s; animation: loading-26 1.5s linear forwards 1.5s; @@ -11734,7 +10321,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="77"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-27 1.5s linear forwards 1.5s; animation: loading-27 1.5s linear forwards 1.5s; @@ -11744,7 +10330,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="78"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-28 1.5s linear forwards 1.5s; animation: loading-28 1.5s linear forwards 1.5s; @@ -11754,7 +10339,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="79"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-29 1.5s linear forwards 1.5s; animation: loading-29 1.5s linear forwards 1.5s; @@ -11764,7 +10348,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="80"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-30 1.5s linear forwards 1.5s; animation: loading-30 1.5s linear forwards 1.5s; @@ -11774,7 +10357,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="81"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-31 1.5s linear forwards 1.5s; animation: loading-31 1.5s linear forwards 1.5s; @@ -11784,7 +10366,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="82"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-32 1.5s linear forwards 1.5s; animation: loading-32 1.5s linear forwards 1.5s; @@ -11794,7 +10375,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="83"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-33 1.5s linear forwards 1.5s; animation: loading-33 1.5s linear forwards 1.5s; @@ -11804,7 +10384,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="84"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-34 1.5s linear forwards 1.5s; animation: loading-34 1.5s linear forwards 1.5s; @@ -11814,7 +10393,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="85"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-35 1.5s linear forwards 1.5s; animation: loading-35 1.5s linear forwards 1.5s; @@ -11824,7 +10402,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="86"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-36 1.5s linear forwards 1.5s; animation: loading-36 1.5s linear forwards 1.5s; @@ -11834,7 +10411,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="87"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-37 1.5s linear forwards 1.5s; animation: loading-37 1.5s linear forwards 1.5s; @@ -11844,7 +10420,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="88"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-38 1.5s linear forwards 1.5s; animation: loading-38 1.5s linear forwards 1.5s; @@ -11854,7 +10429,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="89"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-39 1.5s linear forwards 1.5s; animation: loading-39 1.5s linear forwards 1.5s; @@ -11864,7 +10438,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="90"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-40 1.5s linear forwards 1.5s; animation: loading-40 1.5s linear forwards 1.5s; @@ -11874,7 +10447,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="91"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-41 1.5s linear forwards 1.5s; animation: loading-41 1.5s linear forwards 1.5s; @@ -11884,7 +10456,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="92"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-42 1.5s linear forwards 1.5s; animation: loading-42 1.5s linear forwards 1.5s; @@ -11894,7 +10465,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="93"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-43 1.5s linear forwards 1.5s; animation: loading-43 1.5s linear forwards 1.5s; @@ -11904,7 +10474,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="94"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-44 1.5s linear forwards 1.5s; animation: loading-44 1.5s linear forwards 1.5s; @@ -11914,7 +10483,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="95"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-45 1.5s linear forwards 1.5s; animation: loading-45 1.5s linear forwards 1.5s; @@ -11924,7 +10492,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="96"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-46 1.5s linear forwards 1.5s; animation: loading-46 1.5s linear forwards 1.5s; @@ -11934,7 +10501,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="97"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-47 1.5s linear forwards 1.5s; animation: loading-47 1.5s linear forwards 1.5s; @@ -11944,7 +10510,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="98"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-48 1.5s linear forwards 1.5s; animation: loading-48 1.5s linear forwards 1.5s; @@ -11954,7 +10519,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="99"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-49 1.5s linear forwards 1.5s; animation: loading-49 1.5s linear forwards 1.5s; @@ -11964,19 +10528,16 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="100"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-50 1.5s linear forwards 1.5s; animation: loading-50 1.5s linear forwards 1.5s; } @-webkit-keyframes loading-1 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(3.6deg); transform: rotate(3.6deg); @@ -11984,1230 +10545,1024 @@ Due to the split circle of progress-left and progress right, we must use the ani } @keyframes loading-1 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(3.6deg); transform: rotate(3.6deg); } } @-webkit-keyframes loading-2 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(7.2deg); transform: rotate(7.2deg); } } @keyframes loading-2 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(7.2deg); transform: rotate(7.2deg); } } @-webkit-keyframes loading-3 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(10.8deg); transform: rotate(10.8deg); } } @keyframes loading-3 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(10.8deg); transform: rotate(10.8deg); } } @-webkit-keyframes loading-4 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(14.4deg); transform: rotate(14.4deg); } } @keyframes loading-4 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(14.4deg); transform: rotate(14.4deg); } } @-webkit-keyframes loading-5 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(18deg); transform: rotate(18deg); } } @keyframes loading-5 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(18deg); transform: rotate(18deg); } } @-webkit-keyframes loading-6 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(21.6deg); transform: rotate(21.6deg); } } @keyframes loading-6 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(21.6deg); transform: rotate(21.6deg); } } @-webkit-keyframes loading-7 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(25.2deg); transform: rotate(25.2deg); } } @keyframes loading-7 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(25.2deg); transform: rotate(25.2deg); } } @-webkit-keyframes loading-8 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(28.8deg); transform: rotate(28.8deg); } } @keyframes loading-8 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(28.8deg); transform: rotate(28.8deg); } } @-webkit-keyframes loading-9 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(32.4deg); transform: rotate(32.4deg); } } @keyframes loading-9 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(32.4deg); transform: rotate(32.4deg); } } @-webkit-keyframes loading-10 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(36deg); transform: rotate(36deg); } } @keyframes loading-10 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(36deg); transform: rotate(36deg); } } @-webkit-keyframes loading-11 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(39.6deg); transform: rotate(39.6deg); } } @keyframes loading-11 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(39.6deg); transform: rotate(39.6deg); } } @-webkit-keyframes loading-12 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(43.2deg); transform: rotate(43.2deg); } } @keyframes loading-12 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(43.2deg); transform: rotate(43.2deg); } } @-webkit-keyframes loading-13 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(46.8deg); transform: rotate(46.8deg); } } @keyframes loading-13 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(46.8deg); transform: rotate(46.8deg); } } @-webkit-keyframes loading-14 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(50.4deg); transform: rotate(50.4deg); } } @keyframes loading-14 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(50.4deg); transform: rotate(50.4deg); } } @-webkit-keyframes loading-15 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(54deg); transform: rotate(54deg); } } @keyframes loading-15 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(54deg); transform: rotate(54deg); } } @-webkit-keyframes loading-16 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(57.6deg); transform: rotate(57.6deg); } } @keyframes loading-16 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(57.6deg); transform: rotate(57.6deg); } } @-webkit-keyframes loading-17 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(61.2deg); transform: rotate(61.2deg); } } @keyframes loading-17 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(61.2deg); transform: rotate(61.2deg); } } @-webkit-keyframes loading-18 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(64.8deg); transform: rotate(64.8deg); } } @keyframes loading-18 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(64.8deg); transform: rotate(64.8deg); } } @-webkit-keyframes loading-19 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(68.4deg); transform: rotate(68.4deg); } } @keyframes loading-19 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(68.4deg); transform: rotate(68.4deg); } } @-webkit-keyframes loading-20 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(72deg); transform: rotate(72deg); } } @keyframes loading-20 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(72deg); transform: rotate(72deg); } } @-webkit-keyframes loading-21 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(75.6deg); transform: rotate(75.6deg); } } @keyframes loading-21 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(75.6deg); transform: rotate(75.6deg); } } @-webkit-keyframes loading-22 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(79.2deg); transform: rotate(79.2deg); } } @keyframes loading-22 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(79.2deg); transform: rotate(79.2deg); } } @-webkit-keyframes loading-23 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(82.8deg); transform: rotate(82.8deg); } } @keyframes loading-23 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(82.8deg); transform: rotate(82.8deg); } } @-webkit-keyframes loading-24 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(86.4deg); transform: rotate(86.4deg); } } @keyframes loading-24 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(86.4deg); transform: rotate(86.4deg); } } @-webkit-keyframes loading-25 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(90deg); transform: rotate(90deg); } } @keyframes loading-25 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(90deg); transform: rotate(90deg); } } @-webkit-keyframes loading-26 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(93.6deg); transform: rotate(93.6deg); } } @keyframes loading-26 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(93.6deg); transform: rotate(93.6deg); } } @-webkit-keyframes loading-27 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(97.2deg); transform: rotate(97.2deg); } } @keyframes loading-27 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(97.2deg); transform: rotate(97.2deg); } } @-webkit-keyframes loading-28 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(100.8deg); transform: rotate(100.8deg); } } @keyframes loading-28 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(100.8deg); transform: rotate(100.8deg); } } @-webkit-keyframes loading-29 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(104.4deg); transform: rotate(104.4deg); } } @keyframes loading-29 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(104.4deg); transform: rotate(104.4deg); } } @-webkit-keyframes loading-30 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(108deg); transform: rotate(108deg); } } @keyframes loading-30 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(108deg); transform: rotate(108deg); } } @-webkit-keyframes loading-31 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(111.6deg); transform: rotate(111.6deg); } } @keyframes loading-31 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(111.6deg); transform: rotate(111.6deg); } } @-webkit-keyframes loading-32 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(115.2deg); transform: rotate(115.2deg); } } @keyframes loading-32 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(115.2deg); transform: rotate(115.2deg); } } @-webkit-keyframes loading-33 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(118.8deg); transform: rotate(118.8deg); } } @keyframes loading-33 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(118.8deg); transform: rotate(118.8deg); } } @-webkit-keyframes loading-34 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(122.4deg); transform: rotate(122.4deg); } } @keyframes loading-34 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(122.4deg); transform: rotate(122.4deg); } } @-webkit-keyframes loading-35 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(126deg); transform: rotate(126deg); } } @keyframes loading-35 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(126deg); transform: rotate(126deg); } } @-webkit-keyframes loading-36 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(129.6deg); transform: rotate(129.6deg); } } @keyframes loading-36 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(129.6deg); transform: rotate(129.6deg); } } @-webkit-keyframes loading-37 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(133.2deg); transform: rotate(133.2deg); } } @keyframes loading-37 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(133.2deg); transform: rotate(133.2deg); } } @-webkit-keyframes loading-38 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(136.8deg); transform: rotate(136.8deg); } } @keyframes loading-38 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(136.8deg); transform: rotate(136.8deg); } } @-webkit-keyframes loading-39 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(140.4deg); transform: rotate(140.4deg); } } @keyframes loading-39 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(140.4deg); transform: rotate(140.4deg); } } @-webkit-keyframes loading-40 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(144deg); transform: rotate(144deg); } } @keyframes loading-40 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(144deg); transform: rotate(144deg); } } @-webkit-keyframes loading-41 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(147.6deg); transform: rotate(147.6deg); } } @keyframes loading-41 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(147.6deg); transform: rotate(147.6deg); } } @-webkit-keyframes loading-42 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(151.2deg); transform: rotate(151.2deg); } } @keyframes loading-42 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(151.2deg); transform: rotate(151.2deg); } } @-webkit-keyframes loading-43 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(154.8deg); transform: rotate(154.8deg); } } @keyframes loading-43 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(154.8deg); transform: rotate(154.8deg); } } @-webkit-keyframes loading-44 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(158.4deg); transform: rotate(158.4deg); } } @keyframes loading-44 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(158.4deg); transform: rotate(158.4deg); } } @-webkit-keyframes loading-45 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(162deg); transform: rotate(162deg); } } @keyframes loading-45 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(162deg); transform: rotate(162deg); } } @-webkit-keyframes loading-46 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(165.6deg); transform: rotate(165.6deg); } } @keyframes loading-46 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(165.6deg); transform: rotate(165.6deg); } } @-webkit-keyframes loading-47 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(169.2deg); transform: rotate(169.2deg); } } @keyframes loading-47 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(169.2deg); transform: rotate(169.2deg); } } @-webkit-keyframes loading-48 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(172.8deg); transform: rotate(172.8deg); } } @keyframes loading-48 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(172.8deg); transform: rotate(172.8deg); } } @-webkit-keyframes loading-49 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(176.4deg); transform: rotate(176.4deg); } } @keyframes loading-49 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(176.4deg); transform: rotate(176.4deg); } } @-webkit-keyframes loading-50 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(180deg); transform: rotate(180deg); } } @keyframes loading-50 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(180deg); transform: rotate(180deg); } } - .learndash-wrapper .ld-file-upload { border-radius: 4px; background-color: var(--bb-body-background-color); } - .learndash-wrapper .ld-file-upload .ld-file-upload-heading { font-size: inherit; } - .learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input + label span { font-size: 14px; color: var(--bb-alternate-text-color); - font-weight: 400; + font-weight: normal; } - .learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input + label { border-top-right-radius: 4px; border-bottom-right-radius: 4px; } - .learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input + label strong { font-size: 15px; - font-weight: 400; + font-weight: normal; } - .learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input + label { border-top-left-radius: 4px; border-bottom-left-radius: 4px; } - .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-name .ld-item-title .ld-item-components span.ld-status-waiting, .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-name .ld-item-title .ld-item-components span.ld-status-waiting span.ld-icon { background-color: #dbbe1a; color: #fff !important; } - .learndash-wrapper .ld-status-waiting { background-color: #dbbe1a; color: #fff !important; @@ -13227,18 +11582,15 @@ Due to the split circle of progress-left and progress right, we must use the ani -ms-flex-pack: center; justify-content: center; } - .learndash-wrapper .ld-assignment-list .ld-status .ld-icon { font-size: 16px; margin-left: 0; margin-right: 3px; } - .learndash-wrapper .ld-assignment-list .ld-icon.ld-icon-comments { position: relative; bottom: 1px; } - .learndash-wrapper .ld-table-list.ld-assignment-list .ld-table-list-items { overflow: visible; } @@ -13259,15 +11611,15 @@ Due to the split circle of progress-left and progress right, we must use the ani font-size: 24px; } -.ld-icon.ld-icon-download::before { +.ld-icon.ld-icon-download:before { content: "\ee57"; } -.ld-icon.ld-icon-delete::before { +.ld-icon.ld-icon-delete:before { content: "\e828"; } -.ld-icon.ld-icon-comments::before { +.ld-icon.ld-icon-comments:before { content: "\ee33"; } @@ -13275,7 +11627,6 @@ article.sfwd-assignment { position: relative; z-index: 1; } - article.sfwd-assignment a { word-break: break-word; } @@ -13287,29 +11638,22 @@ body:not(.bb-dark-theme) .sfwd-light-mode { .bb-sfwd-aside.bb-dark-theme { background: #121212; color: #aaa; - /* Header statrs */ - /* Header Ends */ } - .bb-sfwd-aside.bb-dark-theme .comment-text { color: #aaa; } - .bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-header .user-wrap a:hover, .bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-inner .mobile-menu a:hover { color: #fff; } - .bb-sfwd-aside.bb-dark-theme.ld-in-focus-mode .learndash-wrapper { background-color: transparent; } - .bb-sfwd-aside.bb-dark-theme .sfwd-dark-mode { display: none; } - .bb-sfwd-aside.bb-dark-theme h1, .bb-sfwd-aside.bb-dark-theme .h1, .bb-sfwd-aside.bb-dark-theme h2, @@ -13324,7 +11668,6 @@ body:not(.bb-dark-theme) .sfwd-light-mode { .bb-sfwd-aside.bb-dark-theme .h6 { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .ld-sidebar-widgets li.widget h2.widgettitle, .bb-sfwd-aside.bb-dark-theme .widget_ldcoursenavigation .ld-lesson-section-heading, .bb-sfwd-aside.bb-dark-theme .widget_ldcourseinfo .course_progress_details .learndash-profile-course-title a, @@ -13334,130 +11677,104 @@ body:not(.bb-dark-theme) .sfwd-light-mode { .bb-sfwd-aside.bb-dark-theme .widget.activity_update .activity-update p a:not(.activity-time-since) { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-title { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .ld-sidebar-widgets .widget.buddypress div.item-options .selected { border-bottom-color: #ccc; } - .bb-sfwd-aside.bb-dark-theme .ld-course-navigation .course-entry-title, .bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-table-list .ld-table-list-header, .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .ld-item-list-section-heading .ld-lesson-section-heading { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .site-header { background: #232323; box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05); } - .bb-sfwd-aside.bb-dark-theme .site-header .bb-icon-close { color: #121212; } - .bb-sfwd-aside.bb-dark-theme.sticky-header .site-header { box-shadow: 0 4px 1px -4px rgba(0, 0, 0, 0.22); } - .bb-sfwd-aside.bb-dark-theme.sticky-header .site-header.has-scrolled { box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05), 0 5px 10px 0 rgba(0, 0, 0, 0.15); } - .bb-sfwd-aside.bb-dark-theme .site-header .header-aside-inner > a i { color: #fff; } - .bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .bb-toggle-panel:hover { background: rgba(255, 255, 255, 0.15); } - .bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu li:not(.current-menu-item) a, .bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a, .bb-sfwd-aside.bb-dark-theme .side-panel-menu a { color: var(--bb-alternate-text-color); background-color: transparent; } - .bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu li:not(.current-menu-item) a:hover, .bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a:hover, .bb-sfwd-aside.bb-dark-theme .side-panel-menu a:hover { color: #fff; background-color: transparent; } - .bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover > a { color: #aaa; background: rgba(255, 255, 255, 0.15); } - .bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover > a:hover { color: #aaa; background: rgba(255, 255, 255, 0.15); } - .bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu .current-menu-item > a, .bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu .current-menu-item > a { color: #fff; } - .bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu .current-menu-item > a:hover, .bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu .current-menu-item > a:hover { background-color: transparent; } - .bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu li:not(.current-menu-item) a i:not(.bb-icon-angle-down) { opacity: 1; color: #fff; } - .bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a { color: #fff; opacity: 1; } - .bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a:hover { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .learndash_next_prev_link a, .bb-sfwd-aside.bb-dark-theme .lms-header-instructor .bb-about-instructor h5 a { color: var(--bb-alternate-text-color); } - .bb-sfwd-aside.bb-dark-theme .learndash_next_prev_link a:hover, .bb-sfwd-aside.bb-dark-theme .lms-header-instructor .bb-about-instructor h5 a:hover { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-links ul li a { color: var(--bb-alternate-text-color); border-color: var(--bb-alternate-text-color); } - .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-links ul li a:hover { color: #fff; border-color: #fff; } - .bb-sfwd-aside.bb-dark-theme .bb-type-list.bb-lms-list-inside a, .bb-sfwd-aside.bb-dark-theme .bb-quiz-list a { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .bb-learndash-banner, .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper, .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-topic-sidebar-data, .bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-topic-status { background-color: #1c1c1c; } - .bb-sfwd-aside.bb-dark-theme .learndash-wrapper .bb-ld-info-bar .ld-topic-status { background-color: transparent; } - .bb-sfwd-aside.bb-dark-theme div.bb-lms-header, .bb-sfwd-aside.bb-dark-theme .buddypanel, .bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-wrapper.left, @@ -13469,243 +11786,191 @@ body:not(.bb-dark-theme) .sfwd-light-mode { .bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu a { background: #121212; } - .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper, .bb-sfwd-aside.bb-dark-theme #learndash-page-content { border-bottom: 0; } - .bb-sfwd-aside.bb-dark-theme .bb-footer { border-top: 1px solid rgba(255, 255, 255, 0.1); } - .bb-sfwd-aside.bb-dark-theme .header-search-wrap, .bb-sfwd-aside.bb-dark-theme .header-search-wrap input.search-field { background: #000; color: #fff; } - .bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li:hover { color: #fff; } - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li:hover.menu-item-has-children::after { +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li:hover.menu-item-has-children:after { color: #fff; } - .bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li:hover > a > i, .bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li:hover > a span { color: #fff; } - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li.menu-item-has-children::after { +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li.menu-item-has-children:after { color: #888; } - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li.menu-item > .ab-submenu::before { +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li.menu-item > .ab-submenu:before { border-color: #232323 #232323 transparent transparent; } - .bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu { background-color: #000; } - .bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu { background-color: #000; } - .bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item:hover > a { background: rgba(255, 255, 255, 0.15); color: #aaa; } - .bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item:hover > a > i { color: #aaa; } - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item.menu-item-has-children::after { +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item.menu-item-has-children:after { color: #aaa; } - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item.menu-item-has-children:hover::after { +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item.menu-item-has-children:hover:after { color: #aaa; } - .bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item > a { color: #aaa; } - .bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item > a > i { color: #aaa; } - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item.menu-item.menu-item-has-children > a::after { +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item.menu-item.menu-item-has-children > a:after { color: #aaa; } - .bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li > a { color: #939597; } - .bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li > a > i { color: #fff; } - .bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li > a:hover { color: #fff; } - -.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .more-button.active::after { +.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .more-button.active:after { border-color: #232323 #232323 transparent transparent; } - .bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu { background-color: #000; } - .bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu a { color: #aaa; } - .bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu li:hover > a { color: #aaa; background: rgba(255, 255, 255, 0.15); } - .bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu { background-color: #000; } - -.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu::before, +.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu:before, .bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu { background-color: #000; } - .bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu li:hover > a { color: #aaa; background: rgba(255, 255, 255, 0.15); } - .bb-sfwd-aside.bb-dark-theme .site-header .sub-menu, .bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu { background-color: #000; } - .bb-sfwd-aside.bb-dark-theme .site-header .sub-menu a, .bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .user-mention, .bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a, .bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu .user-mention { color: #aaa; } - .bb-sfwd-aside.bb-dark-theme .site-header .sub-menu a > i, -.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu a::before, +.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu a:before, .bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a > i, -.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a::before { +.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a:before { color: #aaa; } - .bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover > a, .bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover > a > i, -.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover a::before, +.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover a:before, .bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover > a, .bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover > a > i, -.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover a::before { +.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover a:before { color: #aaa; } - -.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li.no-icon > a::before, -.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li.no-icon > a::before { +.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li.no-icon > a:before, +.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li.no-icon > a:before { color: #aaa; } - -.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu::before, -.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu::before { +.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu:before, +.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu:before { border-color: #232323 #232323 transparent transparent; } - .bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper { background-color: transparent; } - -.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper::before { +.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper:before { background-color: #000; } - .bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper .ab-submenu { background-color: #000; box-shadow: none; } - .bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .user-link { border-color: #333 #333 transparent transparent; } - .bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu { background-color: #000; } - .bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover > a, .bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a:hover { background: rgba(255, 255, 255, 0.15); } - .bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li .wrapper .bb-sub-menu { background-color: #000; } - .bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li .wrapper .bb-sub-menu a:hover { background: rgba(255, 255, 255, 0.15); } - .bb-sfwd-aside.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link > i { color: #aaa; } - .bb-sfwd-aside.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link:hover .user-name, .bb-sfwd-aside.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link:hover > i { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-name { color: #fff; } - -.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .primary-menu > li:hover > a::before { +.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .primary-menu > li:hover > a:before { background: rgba(255, 255, 255, 0.1); } - .bb-sfwd-aside.bb-dark-theme #learndash-page-content .sfwd-course-nav .learndash_next_prev_link a, .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-course-navigation a.course-entry-link { background-color: rgba(146, 164, 183, 0.2); } - .bb-sfwd-aside.bb-dark-theme #learndash-page-content .sfwd-course-nav .learndash_next_prev_link a:hover, .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-course-navigation a.course-entry-link:hover { background-color: var(--bb-primary-color); } - .bb-sfwd-aside.bb-dark-theme #learndash-page-content .sfwd-course-nav .learndash_next_prev_link span.empty-post { background-color: rgba(146, 164, 183, 0.1); } - .bb-sfwd-aside.bb-dark-theme .lms-lesson-item.current > .bb-lesson-head, .bb-sfwd-aside.bb-dark-theme .lms-topic-item.current > .bb-lms-title-wrap, .bb-sfwd-aside.bb-dark-theme .lms-quiz-item.current > .bb-lms-title-wrap { background: #333; } - .bb-sfwd-aside.bb-dark-theme .lms-lesson-item.current > a .i-progress.i-progress-completed, .bb-sfwd-aside.bb-dark-theme .lms-topic-item.current > a .i-progress.i-progress-completed, .bb-sfwd-aside.bb-dark-theme .lms-quiz-item.current .i-progress.i-progress-completed { background-color: var(--bb-primary-color); color: #fff; } - .bb-sfwd-aside.bb-dark-theme .i-progress.i-progress-not-completed { color: #777; } - .bb-sfwd-aside.bb-dark-theme .user-wrap a.user-link, .bb-sfwd-aside.bb-dark-theme .bb-toggle-panel, .bb-sfwd-aside.bb-dark-theme .buddypanel .bb-toggle-panel, @@ -13713,7 +11978,6 @@ body:not(.bb-dark-theme) .sfwd-light-mode { .bb-sfwd-aside.bb-dark-theme .site-header i { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .user-wrap a.user-link:hover, .bb-sfwd-aside.bb-dark-theme .user-wrap a.user-link:hover i, .bb-sfwd-aside.bb-dark-theme .site-header #header-aside a.user-link:hover i, @@ -13722,135 +11986,108 @@ body:not(.bb-dark-theme) .sfwd-light-mode { .bb-sfwd-aside.bb-dark-theme .buddypanel .bb-toggle-panel:hover { color: #aaa; } - -.bb-sfwd-aside.bb-dark-theme [data-balloon]::after { +.bb-sfwd-aside.bb-dark-theme [data-balloon]:after { background: rgba(255, 255, 255, 0.95); box-shadow: none; color: #000; } - -.bb-sfwd-aside.bb-dark-theme [data-balloon]::before { +.bb-sfwd-aside.bb-dark-theme [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%22rgba(255,255,255,0.95)%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; } - -.bb-sfwd-aside.bb-dark-theme [data-balloon][data-balloon-pos="right"]::before { +.bb-sfwd-aside.bb-dark-theme [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%22rgba(255,255,255,0.95)%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; } - -.bb-sfwd-aside.bb-dark-theme [data-balloon][data-balloon-pos="left"]::before { +.bb-sfwd-aside.bb-dark-theme [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%22rgba(255,255,255,0.95)%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; } - -.bb-sfwd-aside.bb-dark-theme [data-balloon][data-balloon-pos="down"]::before { +.bb-sfwd-aside.bb-dark-theme [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%22rgba(255,255,255,0.95)%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; } - .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-lessions-list > ol li a, .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-quizzes-list > ul li a { color: #888; } - -.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-lessions-list > ol li a:hover, .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-lessions-list > ol li a:hover::before, +.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-lessions-list > ol li a:hover, .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-lessions-list > ol li a:hover:before, .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-quizzes-list > ul li a:hover, -.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-quizzes-list > ul li a:hover::before { +.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-quizzes-list > ul li a:hover:before { color: #fff; } - -.bb-sfwd-aside.bb-dark-theme .lms-topic-item:hover::before { +.bb-sfwd-aside.bb-dark-theme .lms-topic-item:hover:before { color: #fff; } - -.bb-sfwd-aside.bb-dark-theme .bb-progress::after { +.bb-sfwd-aside.bb-dark-theme .bb-progress:after { border-color: #939597; } - .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-side-item-incomplete { color: #939597; } - .bb-sfwd-aside.bb-dark-theme .learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span a { color: #939597; } - .bb-sfwd-aside.bb-dark-theme .learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span a:hover { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-side-item-complete { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .learndash_next_prev_link .next-link:last-child { border-color: #121212; } - -.bb-sfwd-aside.bb-dark-theme .lms-topic-item.current::before, +.bb-sfwd-aside.bb-dark-theme .lms-topic-item.current:before, .bb-sfwd-aside.bb-dark-theme li.lms-topic-item.current > .bb-title, .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .group-exec-list a .lms-group-lead span:first-child, .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-group-flag .lms-group-heading a span, .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .course-group-list a { color: var(--bb-headings-color); } - .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-members-list .course-members-list a { color: #888; } - .bb-sfwd-aside.bb-dark-theme pre { background: #282a2c; } - .bb-sfwd-aside.bb-dark-theme label { color: #f8f8f8; } - .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-instructor .bb-about-instructor h5 a { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-progress .course-progress-wrap, .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-lessions-list > ol.bb-lessons-list > li.lms-lesson-item, .bb-sfwd-aside.bb-dark-theme .learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs, .bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_reviewDiv { border-bottom-color: #333; } - .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-quizzes-list .lms-course-quizzes-heading, .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-members-list .lms-course-sidebar-heading, .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-links { border-top-color: #333; } - .bb-sfwd-aside.bb-dark-theme .bb-separator { background: #333; } - .bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_questionList li.wpProQuiz_questionListItem, .bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_response, .bb-sfwd-aside.bb-dark-theme .wpProQuiz_content ul.wpProQuiz_sortStringList > li { background-color: #121212; border-color: #333; } - .bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_tipp > div, -.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .wpProQuiz_content .wpProQuiz_tipp > div::before { +.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .wpProQuiz_content .wpProQuiz_tipp > div:before { background-color: #333; border-color: #333; } - .bb-sfwd-aside.bb-dark-theme .wpProQuiz_content ul.wpProQuiz_questionList[data-type="matrix_sort_answer"] li table td { border-color: #333; } - .bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_questionList[data-type="essay"] form input[type="file"] + label, .bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_catOverview span { background-color: var(--bb-primary-color); } - .bb-sfwd-aside.bb-dark-theme input[type="text"], .bb-sfwd-aside.bb-dark-theme textarea, .bb-sfwd-aside.bb-dark-theme select { @@ -13858,20 +12095,16 @@ body:not(.bb-dark-theme) .sfwd-light-mode { border-color: #aaa; color: #aaa; } - .bb-sfwd-aside.bb-dark-theme .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem textarea.wpProQuiz_questionEssay { border-color: #aaa; } - .bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_catOverview span.wpProQuiz_catName, .bb-sfwd-aside.bb-dark-theme .wpProQuiz_catOverview span.wpProQuiz_catPercent { color: #aaa; } - -.bb-sfwd-aside.bb-dark-theme .lms-header-instructor .bb-about-instructor .bb-about-instructor-date::before { +.bb-sfwd-aside.bb-dark-theme .lms-header-instructor .bb-about-instructor .bb-about-instructor-date:before { background-color: #aaa; } - .bb-sfwd-aside.bb-dark-theme .lms-header-instructor .bb-about-instructor .bb-about-instructor-date, .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-group-flag .lms-group-heading > span, .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .group-exec-list a .lms-group-lead span:last-child, @@ -13885,135 +12118,105 @@ body:not(.bb-dark-theme) .sfwd-light-mode { .bb-sfwd-aside.bb-dark-theme span.bb-pages .bb-total { color: #aaa; } - .bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .group-exec-list a .lms-group-lead span:first-child { color: var(--bb-headings-color); } - .bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_addToplist { background-color: transparent; border-top-color: #333; } - .bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_addToplist .wpProQuiz_button2 { margin-left: auto; margin-right: auto; } - .bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-quiz-actions { border-top: 1px solid #333; } - .bb-sfwd-aside.bb-dark-theme .comment-respond { background-color: #121212; border-color: #333; } - .bb-sfwd-aside.bb-dark-theme .comment-respond .comment-author { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .comment-respond textarea { border-color: #333; } - .bb-sfwd-aside.bb-dark-theme .comment-respond input[type="submit"].outline:disabled { background-color: #333; } - .bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-table-list .ld-table-list-item .ld-table-list-title a { color: inherit; } - .bb-sfwd-aside.bb-dark-theme .comment-list .comment-body { background-color: #121212; border-color: #333; color: #aaa; } - .bb-sfwd-aside.bb-dark-theme .comment-list .comment-body .comment-author a.url { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .comment-list .comment-body a.comment-date { color: #aaa; } - .bb-sfwd-aside.bb-dark-theme .comment-list .comment-body a.comment-date:hover { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .bp-feedback.bp-sitewide-notice { background-color: rgba(146, 164, 183, 0.2); border-color: transparent; } - .bb-sfwd-aside.bb-dark-theme .bp-feedback.bp-sitewide-notice p { color: #939597; } - .bb-sfwd-aside.bb-dark-theme .bp-feedback.bp-sitewide-notice strong { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .bp-feedback.bp-sitewide-notice button { color: #fff; } - .bb-sfwd-aside.bb-dark-theme #learndash-page-content .ld-focus-comments #commentform textarea#comment { background-color: #333; border: 0; } - .bb-sfwd-aside.bb-dark-theme #learndash-page-content .ld-focus-comments .ld-comment-avatar .ld-comment-avatar-author .ld-comment-author-name { color: #fff; } - .bb-sfwd-aside.bb-dark-theme #learndash-page-content .ld-focus-comments .comment .ld-comment-wrapper { background-color: #121212; border: 1px solid #333; } - .bb-sfwd-aside.bb-dark-theme #learndash-page-content .ld-focus-comments .ld-focus-comments__heading .ld-focus-comments__header { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .buddypanel .site-branding { background-color: #121212; } - .bb-sfwd-aside.bb-dark-theme .widget_ldcoursenavigation .ld-course-navigation .ld-lesson-item-expanded { background-color: #121212; } - .bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded::before { border-top-color: #1c1c1c; } - .bb-sfwd-aside.bb-dark-theme .widget_bp_core_members_widget #members-list .item-avatar a .member-status { border-color: #1c1c1c; } - .bb-sfwd-aside.bb-dark-theme .ld-sidebar-widgets li.widget { border-top-color: #333; } - .bb-sfwd-aside.bb-dark-theme .widget_ldcoursenavigation .ld-course-navigation .ld-course-navigation-heading, .bb-sfwd-aside.bb-dark-theme .widget_ldcourseinfo .ld-courseregistered-content-container .ld-course-info-my-courses { border-bottom-color: #333; } - .bb-sfwd-aside.bb-dark-theme .tribe_mini_calendar_widget .tribe-mini-calendar td, .bb-sfwd-aside.bb-dark-theme .tribe_mini_calendar_widget .tribe-mini-calendar th { background: #121212; color: #fff; } - .bb-sfwd-aside.bb-dark-theme .tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-othermonth { background: #121212; color: #fff; } - .bb-sfwd-aside.bb-dark-theme .tribe_mini_calendar_widget .tribe-mini-calendar-no-event, .bb-sfwd-aside.bb-dark-theme .tribe_mini_calendar_widget .tribe-mini-calendar-nav span, .bb-sfwd-aside.bb-dark-theme .tribe_mini_calendar_widget .tribe-mini-calendar-event .list-info h2.tribe-events-title a, @@ -14021,103 +12224,81 @@ body:not(.bb-dark-theme) .sfwd-light-mode { .bb-sfwd-aside.bb-dark-theme .type-tribe_events .tribe-mini-calendar-event .list-date .list-daynumber { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .tribe-mini-calendar td, .bb-sfwd-aside.bb-dark-theme .tribe-mini-calendar th { border-color: #333; } - .bb-sfwd-aside.bb-dark-theme .type-tribe_events .tribe-mini-calendar-event { border-color: #333; background-color: #121212; } - .bb-sfwd-aside.bb-dark-theme .tribe-events-countdown-widget div.tribe-countdown-number { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .woocommerce.widget_shopping_cart .total { border-top-color: #333; } - .bb-sfwd-aside.bb-dark-theme .widget .dropzone .dz-default { background-color: #333; } - .bb-sfwd-aside.bb-dark-theme .widget .dropzone .dz-default .dz-button > strong, .bb-sfwd-aside.bb-dark-theme .widget .dropzone .dz-default .dz-button:hover > strong { color: #aaa; } - -.bb-sfwd-aside.bb-dark-theme .widget #whats-new-toolbar .emojionearea .emojionearea-button::before, +.bb-sfwd-aside.bb-dark-theme .widget #whats-new-toolbar .emojionearea .emojionearea-button:before, .bb-sfwd-aside.bb-dark-theme .widget #whats-new-toolbar a [class*=" bb-icon-"] { color: #aaa; } - .bb-sfwd-aside.bb-dark-theme .widget #whats-new-toolbar .post-emoji .emojionearea.medium-editor-placeholder { padding: 0; } - .bb-sfwd-aside.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active { background-color: #333; bottom: 0; } - .bb-sfwd-aside.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b, .bb-sfwd-aside.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b:hover { color: #aaa; } - -.bb-sfwd-aside.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b::before, -.bb-sfwd-aside.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b:hover::before { +.bb-sfwd-aside.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b:before, +.bb-sfwd-aside.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b:hover:before { color: #aaa; } - .bb-sfwd-aside.bb-dark-theme .select2-container .select2-dropdown { background: #000; border: 1px solid #aaa; } - .bb-sfwd-aside.bb-dark-theme .select2-container--default .select2-results__option--highlighted[aria-selected] { background: #333; } - .bb-sfwd-aside.bb-dark-theme .entry-content .widget .bbp_topic_tags_wrapper li.select2-search { margin-bottom: 0; } - .bb-sfwd-aside.bb-dark-theme .entry-content .widget .bbp-topic-form .bbp_topic_tags_wrapper, .bb-sfwd-aside.bb-dark-theme .entry-content .widget .bbp-topic-form .bbp-the-content-wrapper { background-color: #333; color: #aaa; } - .bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading, .bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .learndash-wrapper .wpProQuiz_graded_points, .bb-sfwd-aside.bb-dark-theme .learndash-wrapper .wpProQuiz_points { background-color: rgba(146, 164, 183, 0.2); } - .bb-sfwd-aside.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link .user-name { color: #aaa; } - .bb-sfwd-aside.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link:hover .user-name { color: #fff; } - -.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link:hover::before { +.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link:hover:before { background: rgba(255, 255, 255, 0.1); } - -.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children.selected .user-link::before { +.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children.selected .user-link:before { background: rgba(255, 255, 255, 0.1); } - .bb-sfwd-aside.bb-dark-theme .site-header .bb-icon-close { color: #fff; background-color: rgba(146, 164, 183, 0.2); @@ -14126,11 +12307,9 @@ body:not(.bb-dark-theme) .sfwd-light-mode { .bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-wrapper .bb-mobile-panel-header { background-color: #121212; } - .bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-wrapper .bb-mobile-panel-header { background-color: #121212; } - .bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-header .user-name { color: #fff; } @@ -14142,37 +12321,30 @@ body:not(.bb-dark-theme) .sfwd-light-mode { .ld-modal.ld-login-modal .ld-login-modal-register { background-color: var(--bb-primary-color); } - .ld-modal.ld-login-modal .ld-login-modal-wrapper { max-width: 360px; min-width: inherit; padding: 45px 20px; } - .ld-modal.ld-login-modal .ld-login-modal-wrapper .ld-login-modal-branding > img { max-width: 250px; height: auto; } - .ld-modal.ld-login-modal .ld-login-modal-branding { margin-bottom: 20px; } - .ld-modal.ld-login-modal .ld-modal-closer { color: #0d0d0e; } - .ld-modal.ld-login-modal .ld-login-modal-form { margin: 15px 0 0; } - -.ld-modal.ld-login-modal .ld-login-modal-form .login-username::before, -.ld-modal.ld-login-modal .ld-login-modal-form .login-password::before { +.ld-modal.ld-login-modal .ld-login-modal-form .login-username:before, +.ld-modal.ld-login-modal .ld-login-modal-form .login-password:before { top: inherit; bottom: 27px; color: var(--bb-alternate-text-color); } - .ld-modal.ld-login-modal .ld-login-modal-form input[type="submit"] { background-color: var(--bb-primary-button-background-regular); color: var(--bb-primary-button-text-regular); @@ -14181,11 +12353,9 @@ body:not(.bb-dark-theme) .sfwd-light-mode { margin: 10px 0 20px; border-radius: var(--bb-button-radius); } - .ld-modal.ld-login-modal .ld-login-modal-form input[type="submit"]:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .ld-modal.ld-login-modal .ld-login-modal-form input[type="submit"]:hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); @@ -14193,57 +12363,47 @@ body:not(.bb-dark-theme) .sfwd-light-mode { box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1) !important; opacity: 1; } - .ld-modal.ld-login-modal .ld-login-modal-form .input { background-color: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); border-radius: var(--bb-input-radius); color: var(--bb-body-text-color); } - .ld-modal.ld-login-modal .ld-login-modal-form form { margin-bottom: 0; } - .ld-modal.ld-login-modal .ld-login-modal-form form label { - font-weight: 400; + font-weight: normal; line-height: 1; margin-bottom: 12px; margin-top: 10px; } - .ld-modal.ld-login-modal .ld-login-modal-register .input { background-color: var(--bb-content-background-color); border: 1px solid var(--bb-content-background-color); color: #0d0d0e; font-size: 14px; } - .ld-modal.ld-login-modal .ld-login-modal-register form p { margin-bottom: 0; } - .ld-modal.ld-login-modal .ld-login-modal-register form label { - font-weight: 400; + font-weight: normal; } - .ld-modal.ld-login-modal .ld-login-modal-register .ld-alert-warning { background-color: rgba(var(--bb-warning-color-rgb), 1); } - .ld-modal.ld-login-modal .ld-alert-warning { background-color: rgba(var(--bb-warning-color-rgb), 0.2); border: 0; line-height: 1.5; text-align: left; } - .ld-modal.ld-login-modal .ld-alert-warning .ld-alert-content { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } - .ld-modal.ld-login-modal .ld-alert-warning .ld-alert-content .ld-alert-icon.ld-icon-alert { padding-top: 2px; -webkit-transform: none; @@ -14257,12 +12417,11 @@ body:not(.bb-dark-theme) .sfwd-light-mode { .learndash-wrapper .ld-login-modal .ld-login-modal-login { background-color: var(--bb-content-background-color); } - .learndash-wrapper .ld-login-modal .ld-forgot-password-link { color: var(--bb-headings-color); } -.learndash-wrapper.learndash-wrapper-login-modal.ld-modal-open::after { +.learndash-wrapper.learndash-wrapper-login-modal.ld-modal-open:after { content: ""; position: fixed; height: 100%; @@ -14347,12 +12506,10 @@ form#registerform { min-height: 48px; width: 100%; } - .ld-modal.ld-login-modal.ld-can-register .ld-login-modal-register #wp-submit:focus, .learndash-wrapper .ld-login-modal .ld-login-modal-register .ld-button:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - .ld-modal.ld-login-modal.ld-can-register .ld-login-modal-register #wp-submit:hover, .learndash-wrapper .ld-login-modal .ld-login-modal-register .ld-button:hover { background-color: var(--bb-secondary-button-background-regular); @@ -14361,7 +12518,6 @@ form#registerform { box-shadow: none !important; opacity: 0.8; } - .ld-modal.ld-login-modal.ld-can-register .ld-login-modal-register #wp-submit:hover:focus, .learndash-wrapper .ld-login-modal .ld-login-modal-register .ld-button:hover:focus { box-shadow: var(--bb-secondary-button-focus-shadow); @@ -14370,15 +12526,12 @@ form#registerform { .learndash-wrapper .ld-login-modal .ld-login-modal-login { background-color: var(--bb-content-background-color); } - .learndash-wrapper .ld-login-modal .ld-forgot-password-link { color: var(--bb-headings-color); } - .learndash-wrapper .ld-login-modal .ld-forgot-password-link:hover { color: var(--bb-primary-color); } - .learndash-wrapper .ld-login-modal .ld-login-modal-register input[type="text"], .learndash-wrapper .ld-login-modal .ld-login-modal-register input[type="password"], .learndash-wrapper .ld-login-modal .ld-login-modal-register input[type="email"] { @@ -14387,13 +12540,11 @@ form#registerform { } @media screen and (max-width: 1024px) { - .learndash-wrapper .ld-login-modal.ld-can-register .ld-modal-closer { color: #0d0d0e; } } @media screen and (min-width: 769px) { - .learndash-wrapper.ld-modal-open .ld-modal { position: fixed; z-index: 999991; @@ -14411,13 +12562,11 @@ form#registerform { } } @media screen and (max-height: 650px) { - .learndash-wrapper.ld-modal-open .ld-modal { display: block; } } @media screen and (max-width: 768px) { - .ld-modal.ld-login-modal.ld-can-register .ld-login-modal-register { padding: 20px 0; } @@ -14426,11 +12575,9 @@ form#registerform { margin-bottom: 0; } } - .learndash-wrapper .ld-breadcrumbs { background-color: var(--bb-content-alternate-background-color); } - .learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-progress { background-color: var(--bb-primary-color); } @@ -14439,20 +12586,16 @@ form#registerform { border-bottom: 1px solid var(--bb-content-border-color) !important; color: var(--bb-headings-color); } - .learndash-wrapper a.favorite-toggle:hover, .learndash-wrapper a.subscription-toggle:hover { border-bottom-color: var(--bb-secondary-button-border-hover) !important; color: var(--bb-secondary-button-text-hover); } - .learndash-wrapper a.prev, .learndash-wrapper a.next { border-bottom: 1px solid var(--bb-content-border-color) !important; } - .learndash-wrapper .bs-meta-item > a { border-bottom: 1px solid var(--bb-content-border-color) !important; } - .learndash-wrapper .bs-meta-item > a:hover { border-bottom-color: var(--bb-secondary-button-border-hover) !important; } @@ -14460,8 +12603,7 @@ form#registerform { .user-wrap.menu-item-has-children #menu-learndash-focus > li > a { padding-left: 40px; } - -.user-wrap.menu-item-has-children #menu-learndash-focus > li.no-icon > a::before { +.user-wrap.menu-item-has-children #menu-learndash-focus > li.no-icon > a:before { content: "\ee6e"; font-family: bb-icons; font-size: 16px; @@ -14477,22 +12619,18 @@ form#registerform { text-align: center; color: var(--bb-alternate-text-color); } - .user-wrap.menu-item-has-children #menu-learndash-focus .ab-submenu { border-radius: 4px; } - .user-wrap.menu-item-has-children #menu-learndash-focus li li > a { background-color: transparent; } - .user-wrap.menu-item-has-children #menu-learndash-focus a { padding: 11px 14px; position: relative !important; color: var(--bb-body-text-color); background-color: transparent; } - .user-wrap.menu-item-has-children #menu-learndash-focus a i, .user-wrap.menu-item-has-children #menu-learndash-focus a img { font-size: 18px; @@ -14507,20 +12645,16 @@ form#registerform { text-align: center; color: var(--bb-alternate-text-color); } - .user-wrap.menu-item-has-children #menu-learndash-focus a img { max-width: 18px; } - .user-wrap.menu-item-has-children #menu-learndash-focus a:hover { color: var(--bb-body-text-color); background: var(--bb-content-alternate-background-color); } - .user-wrap.menu-item-has-children #menu-learndash-focus .bb-sub-menu { padding: 8px 0; } - .user-wrap.menu-item-has-children #menu-learndash-focus .bb-sub-menu a:hover { background-color: #fff; } @@ -14532,7 +12666,6 @@ form#registerform { .jq-dropdown { z-index: 600; } - .jq-dropdown .jq-dropdown-menu, .jq-dropdown .jq-dropdown-panel { background: var(--bb-content-background-color); @@ -14544,30 +12677,97 @@ form#registerform { margin: 0; min-width: 180px; } - .jq-dropdown.checkout-dropdown-button .btn-join, .jq-dropdown.checkout-dropdown-button #btn-join { background-color: var(--bb-secondary-button-background-regular) !important; color: var(--bb-secondary-button-text-regular) !important; border: 1px solid var(--bb-secondary-button-border-regular) !important; } - .jq-dropdown.checkout-dropdown-button .btn-join:hover, .jq-dropdown.checkout-dropdown-button #btn-join:hover { background-color: var(--bb-secondary-button-background-hover) !important; color: var(--bb-secondary-button-text-hover) !important; border: 1px solid var(--bb-secondary-button-border-hover) !important; } - .jq-dropdown.checkout-dropdown-button form { margin-top: 5px; margin-bottom: 5px; } - -.jq-dropdown.jq-dropdown-tip::before, .jq-dropdown.jq-dropdown-tip::after { +.jq-dropdown.jq-dropdown-tip:before, .jq-dropdown.jq-dropdown-tip:after { display: none; } +/* Color overrides */ +.buddyboss-theme .learndash_post_sfwd-lessons .learndash-wrapper .ld-table-list-header.ld-primary-background { + background-color: transparent !important; + color: var(--bb-headings-color); +} +.buddyboss-theme .learndash-wrapper .ld-status.ld-status-progress, +.buddyboss-theme .learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-progress { + background-color: var(--bb-primary-color) !important; +} +.buddyboss-theme.single-sfwd-courses .learndash-wrapper .ld-status.ld-status-progress { + background-color: var(--bb-content-alternate-background-color) !important; + color: var(--bb-body-text-color) !important; +} +.buddyboss-theme.single-sfwd-courses .learndash-wrapper .ld-status-icon.ld-status-complete { + background-color: var(--bb-primary-color); +} +.buddyboss-theme.single-sfwd-courses .learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon { + background-color: transparent !important; +} +.buddyboss-theme.single-sfwd-courses .learndash-wrapper .ld-expand-button.ld-primary-background { + background-color: var(--bb-secondary-button-background-regular) !important; + color: var(--bb-secondary-button-text-regular) !important; + border: 1px solid var(--bb-secondary-button-border-regular); +} +.buddyboss-theme.single-sfwd-courses .learndash-wrapper .ld-expand-button.ld-primary-background:hover { + background-color: var(--bb-secondary-button-background-hover) !important; + color: var(--bb-secondary-button-text-hover) !important; + border: 1px solid var(--bb-secondary-button-border-hover); +} +.buddyboss-theme.single-sfwd-courses .learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage { + background-color: var(--bb-primary-color); +} +.buddyboss-theme.single-sfwd-courses .learndash-wrapper .ld-status-in-progress { + border-top-color: #dedfe2; + border-left-color: #dedfe2; +} +.buddyboss-theme.single-sfwd-courses .learndash-wrapper .ld-status.ld-status-complete { + background-color: var(--bb-success-color); +} +.buddyboss-theme.single-sfwd-lessons .learndash-wrapper .ld-status-icon.ld-quiz-complete { + color: #fff; +} +.buddyboss-theme.single-sfwd-quiz .learndash-wrapper .ld-breadcrumbs a { + color: var(--bb-primary-color) !important; +} +.buddyboss-theme.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_button:not(.wpProQuiz_button_reShowQuestion) { + background-color: var(--bb-primary-button-background-regular) !important; + color: var(--bb-primary-button-text-regular) !important; + border: 1px solid var(--bb-primary-button-border-regular); +} +.buddyboss-theme.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_button:not(.wpProQuiz_button_reShowQuestion):hover { + background-color: var(--bb-primary-button-background-hover) !important; + color: var(--bb-primary-button-text-hover) !important; + border: 1px solid var(--bb-primary-button-border-hover); +} + +.learndash-wrapper .ld-button:disabled { + background-color: var(--bb-secondary-button-background-regular); + color: var(--bb-secondary-button-text-regular); + border: 1px solid var(--bb-secondary-button-border-regular); + border-bottom: 0 !important; +} +.learndash-wrapper .ld-button:disabled:focus { + box-shadow: var(--bb-secondary-button-focus-shadow); +} +.learndash-wrapper .ld-button:disabled: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); +} + .learndash-wrapper .ld-status { height: 100%; border-radius: var(--bb-label-type-radius); @@ -14577,7 +12777,6 @@ form#registerform { font-size: 14px; letter-spacing: normal; } - .learndash-wrapper .ld-status.ld-status-complete { background-color: var(--bb-success-color); color: var(--bb-primary-button-text-regular); @@ -14586,28 +12785,22 @@ form#registerform { .learndash-wrapper .ld-course-status .ld-status { font-size: 12px; } - .learndash-wrapper .ld-course-status .ld-status.ld-status-complete { background-color: var(--bb-success-color); } - .learndash-wrapper .ld-course-status-not-enrolled .ld-status { height: auto; } - .learndash-wrapper .ld-course-status-segment .ld-course-status-label.no-label + .ld-course-status-content { margin-top: 27px; } - .learndash-wrapper .ld-course-status-segment .ld-course-status-action .ld-button { font-size: 15px; font-weight: inherit; } - .learndash-wrapper .ld-course-status-segment .ld-course-status-action > form { margin-bottom: 0; } - .learndash-wrapper .ld-course-status-segment .ld-course-status-action #btn-join.btn-disabled { background-color: var(--bb-primary-button-background-regular); opacity: 0.5; @@ -14628,12 +12821,10 @@ form#registerform { padding: 10px 19px; line-height: 1.471; } - .ld-exam-content button:focus, .ld-exam-content .ld-exam-result-button:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .ld-exam-content button:hover, .ld-exam-content .ld-exam-result-button:hover { background-color: var(--bb-primary-button-background-hover); @@ -14641,12 +12832,10 @@ form#registerform { border-color: var(--bb-primary-button-border-hover); border-bottom: 1px solid var(--bb-primary-button-border-hover) !important; } - .ld-exam-content button:focus, .ld-exam-content .ld-exam-result-button:focus { box-shadow: var(--bb-primary-button-focus-shadow) !important; } - .ld-exam-content .ld-exam-progress .ld-exam-progress-bar { width: 100%; border-radius: 100px; @@ -14655,47 +12844,38 @@ form#registerform { margin: 1em 0; padding: 0; } - .ld-exam-content .ld-exam-progress .ld-exam-progress-bar .ld-exam-progress-bar-fill { background-color: var(--bb-primary-color); border-radius: 10px; height: 100%; } - .ld-exam-content .ld-exam-questions { margin-left: 0; } - .ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer { border: 1px solid var(--bb-content-border-color); border-radius: var(--bb-block-radius-inner); padding: 10px 20px; margin-bottom: 8px; } - .ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer input { margin: auto 1em auto 0; } - .ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer label { padding: 0 0 0 2em; } - .ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer.ld-exam-question-answer-correct.ld-exam-question-answer-student-not-selected { background-color: rgba(var(--bb-success-color-rgb), 0.1); border-color: transparent; } - .ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer.ld-exam-question-answer-student-correct.ld-exam-question-answer-student-selected { background-color: rgba(var(--bb-success-color-rgb), 0.1); border-color: var(--bb-content-border-color); } - .ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer.ld-exam-question-answer-student-incorrect.ld-exam-question-answer-student-selected { background-color: transparent; border-color: var(--bb-danger-color); } - .ld-exam-content .ld-exam-result-message { background-color: var(--bb-content-alternate-background-color); border: 1px solid var(--bb-content-border-color); @@ -14715,7 +12895,6 @@ form#registerform { -ms-flex-align: center; align-items: center; } - .ld-item-title .lms-is-locked-ico i { margin-left: 10px; color: var(--bb-alternate-text-color); @@ -14728,23 +12907,21 @@ form#registerform { width: -webkit-calc(100% - 480px); width: calc(100% - 480px); } - +.single-item.groups.courses .bb-about-instructor .bb-instructor-heading, .single-item.groups.courses .bb-about-instructor h4, +.learndash-theme.single-sfwd-courses .bb-about-instructor .bb-instructor-heading, .learndash-theme.single-sfwd-courses .bb-about-instructor h4 { margin-left: 5px; } - .single-item.groups.courses .ld-progress.ld-progress-inline .ld-progress-bar, .learndash-theme.single-sfwd-courses .ld-progress.ld-progress-inline .ld-progress-bar { height: 3px; color: #fff; } - .single-item.groups.courses .ld-progress .ld-progress-bar .ld-progress-bar-percentage, .learndash-theme.single-sfwd-courses .ld-progress .ld-progress-bar .ld-progress-bar-percentage { height: 3px; } - .single-item.groups.courses .learndash-wrapper .ld-course-status .ld-status.ld-status-progress, .learndash-theme.single-sfwd-courses .learndash-wrapper .ld-course-status .ld-status.ld-status-progress { text-transform: none; @@ -14752,7 +12929,6 @@ form#registerform { font-size: 12px; } @media screen and (max-width: 1200px) { - .single-item.groups.courses .bb-course-banner-inner, .learndash-theme.single-sfwd-courses .bb-course-banner-inner { max-width: -webkit-calc(100% - 400px); @@ -14762,7 +12938,6 @@ form#registerform { } } @media screen and (max-width: 992px) { - .single-item.groups.courses .bb-course-banner-inner, .learndash-theme.single-sfwd-courses .bb-course-banner-inner { max-width: -webkit-calc(100% - 350px); @@ -14772,7 +12947,6 @@ form#registerform { } } @media screen and (max-width: 880px) { - .single-item.groups.courses .bb-course-banner-inner, .learndash-theme.single-sfwd-courses .bb-course-banner-inner { max-width: -webkit-calc(100% - 320px); @@ -14782,19 +12956,16 @@ form#registerform { } } @media screen and (max-width: 820px) { - .single-item.groups.courses .bb-course-banner-inner, .learndash-theme.single-sfwd-courses .bb-course-banner-inner { max-width: 100%; width: 100%; } - .single-item.groups.courses .bb-grid .bb-learndash-content-wrap, .learndash-theme.single-sfwd-courses .bb-grid .bb-learndash-content-wrap { padding-left: 10px; padding-right: 10px; } - .single-item.groups.courses .bb-single-course-sidebar, .learndash-theme.single-sfwd-courses .bb-single-course-sidebar { max-width: 100%; @@ -14804,12 +12975,10 @@ form#registerform { } } @media screen and (max-width: 640px) { - .single-item.groups.courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details, .learndash-theme.single-sfwd-courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details { margin: 0; } - .single-item.groups.courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-header, .learndash-theme.single-sfwd-courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-header { -webkit-box-orient: horizontal; @@ -14817,7 +12986,6 @@ form#registerform { -ms-flex-direction: row; flex-direction: row; } - .single-item.groups.courses .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading .ld-item-list-actions, .single-item.groups.courses .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading h2, .learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading .ld-item-list-actions, @@ -14826,13 +12994,11 @@ form#registerform { -ms-flex: none; flex: none; } - .single-item.groups.courses .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name, .learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name { width: -webkit-calc(100% - 18px); width: calc(100% - 18px); } - .single-item.groups.courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview, .learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview { -webkit-box-orient: horizontal; @@ -14840,18 +13006,15 @@ form#registerform { -ms-flex-direction: row; flex-direction: row; } - .single-item.groups.courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details, .learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details { margin-top: 0; margin-left: 0; } - .single-item.groups.courses .learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button, .learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button { width: 100px; } - .single-item.groups.courses .learndash-wrapper .ld-progress.ld-progress-inline .ld-progress-bar, .learndash-theme.single-sfwd-courses .learndash-wrapper .ld-progress.ld-progress-inline .ld-progress-bar { -webkit-box-ordinal-group: 3; @@ -14859,14 +13022,12 @@ form#registerform { order: 2; margin-bottom: 5px; } - .single-item.groups.courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress .ld-progress-stats, .learndash-theme.single-sfwd-courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress .ld-progress-stats { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } - .single-item.groups.courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled, .learndash-theme.single-sfwd-courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled { -webkit-box-orient: horizontal; @@ -14874,18 +13035,15 @@ form#registerform { -ms-flex-direction: row; flex-direction: row; } - .single-item.groups.courses .ld-item-list .ld-item-list-item .ld-item-name, .learndash-theme.single-sfwd-courses .ld-item-list .ld-item-list-item .ld-item-name { width: 100%; } - .single-item.groups.courses .ld-status-incomplete ~ .ld-item-title, .learndash-theme.single-sfwd-courses .ld-status-incomplete ~ .ld-item-title { width: -webkit-calc(100% - 60px); width: calc(100% - 60px); } - .single-item.groups.courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress, .learndash-theme.single-sfwd-courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress { width: -webkit-calc(100% - 120px); @@ -14893,27 +13051,23 @@ form#registerform { padding-bottom: 0; margin-right: 20px; } - .single-item.groups.courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled, .learndash-theme.single-sfwd-courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled { padding-bottom: 15px; } } @media screen and (max-width: 543px) { - .single-item.groups.courses .bb-about-instructor .bb-avatar-wrap, .learndash-theme.single-sfwd-courses .bb-about-instructor .bb-avatar-wrap { margin-bottom: 0; margin-right: 20px; } - .single-item.groups.courses .bb-instructor-wrap.flex, .learndash-theme.single-sfwd-courses .bb-instructor-wrap.flex { padding-bottom: 20px; } } @media screen and (max-width: 480px) { - .single-item.groups.courses .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title, .learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title { -webkit-box-align: start; @@ -14924,7 +13078,6 @@ form#registerform { -ms-flex-direction: column; flex-direction: column; } - .single-item.groups.courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-header, .learndash-theme.single-sfwd-courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-header { -webkit-box-orient: horizontal; @@ -14935,19 +13088,16 @@ form#registerform { -ms-flex-align: center; align-items: center; } - .single-item.groups.courses .learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview, .learndash-theme.single-sfwd-courses .learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview { padding: 16px 15px 16px 45px; } - .single-item.groups.courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details, .learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details { margin-top: 4px; } } @media screen and (max-width: 380px) { - .single-item.groups.courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-header, .learndash-theme.single-sfwd-courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-header { display: none; @@ -14955,7 +13105,6 @@ form#registerform { } @media (max-width: 992px) and (min-width: 820px) { - .learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress { width: -webkit-calc(100% - 120px); width: calc(100% - 120px); @@ -14983,7 +13132,6 @@ form#registerform { margin: 1em 0 5px; } } - .learndash-wrapper .ld-status-icon.ld-status-complete, .learndash-wrapper .ld-status-icon.ld-quiz-complete, .learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage { @@ -14991,7 +13139,7 @@ form#registerform { } .learndash-wrapper .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-item-title, -.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview .ld-topic-title::before, +.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview .ld-topic-title:before, .learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview .ld-topic-title, .learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-icon-arrow-down, .learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title .lms-is-locked-ico i, @@ -15002,7 +13150,6 @@ form#registerform { .learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name { color: var(--bb-headings-color); } - .learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name:hover { color: var(--bb-primary-color); } @@ -15010,8 +13157,7 @@ form#registerform { .learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview:hover { /* stylelint-disable max-line-length */ } - -.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview:hover .ld-topic-title::before .learndash-wrapper .ld-item-list-item-expanded .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-table-list-item-preview:hover .ld-item-title, +.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview:hover .ld-topic-title:before .learndash-wrapper .ld-item-list-item-expanded .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-table-list-item-preview:hover .ld-item-title, .learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview:hover .ld-topic-title { /* stylelint-enable */ color: var(--bb-primary-color); @@ -15020,7 +13166,6 @@ form#registerform { .learndash-wrapper .ld-item-list { /* stylelint-disable max-line-length */ } - .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview:hover .ld-item-details .ld-expand-button .ld-icon, .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview:hover a.ld-item-name .ld-item-title, .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview:hover .ld-item-name .ld-item-title .ld-item-components span { @@ -15038,7 +13183,7 @@ form#registerform { color: var(--bb-tooltip-color); } -#learndash-tooltips .ld-tooltip::after { +#learndash-tooltips .ld-tooltip:after { background-color: var(--bb-tooltip-background); } @@ -15047,17 +13192,14 @@ form#registerform { .learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon { background-color: inherit; } - .learndash-wrapper .ld-secondary-in-progress-icon { border-left-color: #dedfe2; border-top-color: #dedfe2; color: var(--bb-primary-color); } - .learndash-wrapper .ld-alert-warning .ld-alert-icon { background-color: transparent !important; } - .learndash-wrapper .ld-alert-warning .ld-alert-icon { color: inherit !important; } @@ -15065,3 +13207,110 @@ form#registerform { .single-item.groups.courses .site { overflow: hidden; } + +.wp-block-instructor-role-wisdm-instructor-products .mantine-MultiSelect-searchInput, +.wp-block-instructor-role-wisdm-instructor-products .mantine-Select-input, +.wp-block-instructor-role-wisdm-tabs .mantine-MultiSelect-searchInput, +.wp-block-instructor-role-wisdm-tabs .mantine-Select-input { + background-image: none; +} +.wp-block-instructor-role-wisdm-instructor-products .mantine-MultiSelect-searchInput:focus, +.wp-block-instructor-role-wisdm-instructor-products .mantine-Select-input:focus, +.wp-block-instructor-role-wisdm-tabs .mantine-MultiSelect-searchInput:focus, +.wp-block-instructor-role-wisdm-tabs .mantine-Select-input:focus { + outline: none; + box-shadow: none; +} +.wp-block-instructor-role-wisdm-instructor-products .mantine-TimeField-timeInput:focus, +.wp-block-instructor-role-wisdm-tabs .mantine-TimeField-timeInput:focus { + outline: none; + box-shadow: none; +} +.wp-block-instructor-role-wisdm-instructor-products button.mantine-Stepper-step:active, .wp-block-instructor-role-wisdm-instructor-products button.mantine-Stepper-step:focus, +.wp-block-instructor-role-wisdm-instructor-products button.mantine-Tabs-tab:active, +.wp-block-instructor-role-wisdm-instructor-products button.mantine-Tabs-tab:focus, +.wp-block-instructor-role-wisdm-tabs button.mantine-Stepper-step:active, +.wp-block-instructor-role-wisdm-tabs button.mantine-Stepper-step:focus, +.wp-block-instructor-role-wisdm-tabs button.mantine-Tabs-tab:active, +.wp-block-instructor-role-wisdm-tabs button.mantine-Tabs-tab:focus { + outline: none; + box-shadow: none; +} +.wp-block-instructor-role-wisdm-instructor-products button.mantine-NumberInput-control, +.wp-block-instructor-role-wisdm-tabs button.mantine-NumberInput-control { + border-radius: inherit; + border-left-color: var(--bb-content-border-color); +} + +.wp-block-instructor-role-wisdm-tabs .mantine-Checkbox-root .mantine-Checkbox-inner { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.wp-block-instructor-role-wisdm-tabs .mantine-Radio-root .mantine-Radio-inner { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.wp-block-instructor-role-wisdm-tabs input[type="checkbox"] { + width: inherit; + height: inherit; +} +.wp-block-instructor-role-wisdm-tabs input[type="radio"] { + width: 20px; + height: 20px; +} +.wp-block-instructor-role-wisdm-tabs .mantine-PasswordInput-innerInput { + border: 0; +} +.wp-block-instructor-role-wisdm-tabs .mantine-PasswordInput-innerInput:active, .wp-block-instructor-role-wisdm-tabs .mantine-PasswordInput-innerInput:focus { + outline: none; + box-shadow: none; +} +.wp-block-instructor-role-wisdm-tabs table.mantine-DateRangePicker-month { + border: 0; +} +.wp-block-instructor-role-wisdm-tabs button.mantine-PasswordInput-visibilityToggle:hover { + border: 0; + outline: none; + box-shadow: none; + color: inherit; +} +.wp-block-instructor-role-wisdm-tabs button.mantine-PasswordInput-visibilityToggle:active, .wp-block-instructor-role-wisdm-tabs button.mantine-PasswordInput-visibilityToggle:focus { + border: 0; + outline: none; + box-shadow: none; + background-color: transparent; + color: inherit; +} +.wp-block-instructor-role-wisdm-tabs .ir-courses-tabs .mantine-Button-root, +.wp-block-instructor-role-wisdm-tabs .ir-products-tabs .mantine-Button-root { + border: 0; + border-bottom: 1px solid transparent; +} +.wp-block-instructor-role-wisdm-tabs .ir-courses-tabs .mantine-Button-root.active, +.wp-block-instructor-role-wisdm-tabs .ir-products-tabs .mantine-Button-root.active { + border-bottom: 1px solid var(--bb-primary-color); +} +.wp-block-instructor-role-wisdm-tabs .ir-courses-tabs .mantine-Button-root:active, .wp-block-instructor-role-wisdm-tabs .ir-courses-tabs .mantine-Button-root:focus, +.wp-block-instructor-role-wisdm-tabs .ir-products-tabs .mantine-Button-root:active, +.wp-block-instructor-role-wisdm-tabs .ir-products-tabs .mantine-Button-root:focus { + outline: none; + box-shadow: none; +} + +.wp-block-instructor-role-dashboard-settings .ir-button-no-bg:active, .wp-block-instructor-role-dashboard-settings .ir-button-no-bg:focus { + box-shadow: none; +} diff --git a/web/app/themes/buddyboss-theme/assets/css/learndash.css.map b/web/app/themes/buddyboss-theme/assets/css/learndash.css.map index a156b683..7b3e8c45 100644 --- a/web/app/themes/buddyboss-theme/assets/css/learndash.css.map +++ b/web/app/themes/buddyboss-theme/assets/css/learndash.css.map @@ -1,7 +1,7 @@ { "version": 3, -"mappings": "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,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EA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", -"sources": ["scss/functions/components/_utils.scss","scss/plugins/learndash/components/_layout.scss","scss/functions/components/_variables.scss","scss/functions/components/_buttons.scss","scss/plugins/learndash/components/_course-listing.scss","scss/plugins/learndash/components/_course-single.scss","scss/plugins/learndash/components/_ld-course-list.scss","scss/plugins/learndash/components/_user-profile.scss","scss/plugins/learndash/components/_sidebar.scss","scss/plugins/learndash/components/_widgets.scss","scss/plugins/learndash/components/_quiz.scss","scss/plugins/learndash/components/_lessons.scss","scss/plugins/learndash/components/_comments.scss","scss/plugins/learndash/components/_group-courses.scss","scss/plugins/learndash/components/_gutenberg.scss","scss/plugins/learndash/components/_progress-bar.scss","scss/plugins/learndash/components/_assignments.scss","scss/plugins/learndash/components/_dark.scss","scss/plugins/learndash/components/_login-popup.scss","scss/plugins/learndash/components/_common.scss","scss/plugins/learndash/components/_course_3.0.scss"], +"mappings": "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6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEA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", +"sources": ["scss/functions/components/_utils.scss","scss/plugins/learndash/components/_layout.scss","scss/functions/components/_variables.scss","scss/functions/components/_buttons.scss","scss/plugins/learndash/components/_course-listing.scss","scss/plugins/learndash/components/_course-single.scss","scss/plugins/learndash/components/_ld-course-list.scss","scss/plugins/learndash/components/_user-profile.scss","scss/plugins/learndash/components/_sidebar.scss","scss/plugins/learndash/components/_widgets.scss","scss/plugins/learndash/components/_quiz.scss","scss/plugins/learndash/components/_lessons.scss","scss/plugins/learndash/components/_comments.scss","scss/plugins/learndash/components/_group-courses.scss","scss/plugins/learndash/components/_gutenberg.scss","scss/plugins/learndash/components/_progress-bar.scss","scss/plugins/learndash/components/_assignments.scss","scss/plugins/learndash/components/_dark.scss","scss/plugins/learndash/components/_login-popup.scss","scss/plugins/learndash/components/_common.scss","scss/plugins/learndash/components/_course_3.0.scss","scss/plugins/learndash/components/_instructor-role.scss"], "names": [], "file": "learndash.css" } diff --git a/web/app/themes/buddyboss-theme/assets/css/learndash.min.css b/web/app/themes/buddyboss-theme/assets/css/learndash.min.css index b906c398..80c929ac 100644 --- a/web/app/themes/buddyboss-theme/assets/css/learndash.min.css +++ b/web/app/themes/buddyboss-theme/assets/css/learndash.min.css @@ -1,5025 +1 @@ -html.quiz-sort,html.quiz-sort .site,html.quiz-sort body{overflow:initial} - -html.elementor-html body.bb-sfwd-aside{overflow:auto} - -.learndash-theme.post-type-archive-sfwd-lessons .post-grid>.hentry{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}@media screen and (max-width:1100px){ - -.learndash-theme.post-type-archive-sfwd-lessons .post-grid>.hentry{-webkit-box-flex:0;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%}}@media screen and (max-width:800px){ - -.learndash-theme.post-type-archive-sfwd-lessons .post-grid>.hentry{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:480px){ - -.learndash-theme.post-type-archive-sfwd-lessons .post-grid>.hentry{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}} - -.learndash-theme.post-type-archive-sfwd-lessons .post-grid>.hentry .entry-content{margin-bottom:0} - -.learndash-theme.post-type-archive-sfwd-lessons .post-grid>.hentry .entry-content p:last-child{margin-bottom:0} - -#learndash-page-content{background-color:var(--bb-content-background-color);border-bottom:1px solid var(--bb-content-border-color);padding:30px 100px 0;position:relative;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:-webkit-calc(100vh - 76px);min-height:calc(100vh - 76px)} - -#learndash-page-content.loading>.learndash-content-body{opacity:.2} - -#learndash-page-content.loading::after{font:400 normal normal 20px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\ef30";-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;width:20px;height:20px;position:absolute;z-index:102;margin-left:auto;margin-right:auto;left:0;right:0}@media screen and (max-width:1200px){ - -#learndash-page-content{padding:30px 60px 0}}@media screen and (max-width:992px){ - -#learndash-page-content{padding:30px 40px 0}}@media screen and (max-width:543px){ - -#learndash-page-content{padding:30px 20px 0}} - -#learndash-page-content .learndash_next_prev_link{margin-top:auto;display:-webkit-box;display:-ms-flexbox;display:flex;padding:30px 0} - -#learndash-page-content .learndash_next_prev_link a.next-link{margin-left:auto} - -#learndash-page-content .sfwd-course-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -#learndash-page-content .sfwd-course-nav .sfwd-course-expire{margin-right:20px;font-size:14px} - -#learndash-page-content .sfwd-course-nav .sfwd-course-expire i{color:var(--bb-alternate-text-color);margin-right:8px} - -#learndash-page-content .sfwd-course-nav .learndash_next_prev_link{margin-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0} - -#learndash-page-content .sfwd-course-nav .learndash_next_prev_link a{font-size:0;background-color:var(--bb-alternate-text-color);color:#fff} - -#learndash-page-content .sfwd-course-nav .learndash_next_prev_link a:hover{background-color:var(--bb-primary-color)} - -#learndash-page-content .sfwd-course-nav .learndash_next_prev_link a::after,#learndash-page-content .sfwd-course-nav .learndash_next_prev_link a::before{font-size:16px;padding-bottom:0;margin:0} - -#learndash-page-content .sfwd-course-nav .learndash_next_prev_link a.next-link{margin-left:auto} - -#learndash-page-content .sfwd-course-nav .learndash_next_prev_link span.empty-post{font-size:0;background-color:#d3d7db;color:#fff;opacity:.5;pointer-events:none} - -#learndash-page-content .sfwd-course-nav .learndash_next_prev_link span.empty-post::after,#learndash-page-content .sfwd-course-nav .learndash_next_prev_link span.empty-post::before{font-size:16px;padding-bottom:0;margin:0} - -#learndash-page-content .sfwd-course-nav .learndash_next_prev_link span.next-link{margin-left:auto} - -[dir=rtl] #learndash-page-content .sfwd-course-nav .learndash_next_prev_link{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row} - -[dir=rtl] #learndash-page-content .sfwd-course-nav .learndash_next_prev_link .next-link{border-radius:0 var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0} - -[dir=rtl] #learndash-page-content .sfwd-course-nav .learndash_next_prev_link .next-link::after{content:"\e8ab"} - -[dir=rtl] #learndash-page-content .sfwd-course-nav .learndash_next_prev_link .prev-link{border-radius:var(--bb-block-radius-inner) 0 0 var(--bb-block-radius-inner)} - -[dir=rtl] #learndash-page-content .sfwd-course-nav .learndash_next_prev_link .prev-link::before{content:"\e827"} - -#learndash-page-content .bb-lms-secondary-header>span{text-transform:uppercase;font-size:12px} - -#learndash-page-content .bb-lms-secondary-header h1{line-height:1.2;font-weight:700;font-size:36px;margin:0} - -#learndash-page-content .bb-lms-secondary-header p#learndash_next_prev_link{font-size:13px;margin-bottom:0} - -.sfwd-lessons-template-default #learndash-page-content #learndash-content .lms-topic-sidebar-wrapper,.sfwd-quiz-template-default #learndash-page-content #learndash-content .lms-topic-sidebar-wrapper,.sfwd-topic-template-default #learndash-page-content #learndash-content .lms-topic-sidebar-wrapper{display:none} - -.sfwd-lessons-template-default #learndash-page-content #learndash-content #learndash-page-content,.sfwd-quiz-template-default #learndash-page-content #learndash-content #learndash-page-content,.sfwd-topic-template-default #learndash-page-content #learndash-content #learndash-page-content{min-height:inherit;padding:0;border:0} - -.sfwd-lessons-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap,.sfwd-quiz-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap,.sfwd-topic-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap{padding:0;margin:0} - -.sfwd-lessons-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap>div,.sfwd-quiz-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap>div,.sfwd-topic-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap>div{padding:0;margin:0} - -.sfwd-lessons-template-default #learndash-page-content #learndash-content #learndash-page-content #learndash-course-header,.sfwd-quiz-template-default #learndash-page-content #learndash-content #learndash-page-content #learndash-course-header,.sfwd-topic-template-default #learndash-page-content #learndash-content #learndash-page-content #learndash-course-header{display:none} - -.sfwd-lessons-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap #comments.comments-area,.sfwd-lessons-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap .ld-focus-comments,.sfwd-quiz-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap #comments.comments-area,.sfwd-quiz-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap .ld-focus-comments,.sfwd-topic-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap #comments.comments-area,.sfwd-topic-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap .ld-focus-comments{display:none} - -#learndash_lesson_topics_list>div,#learndash_lessons,#learndash_profile,#learndash_quizzes{background-color:transparent;border:0;border-radius:0;box-shadow:none;margin-bottom:0} - -body.bb-buddypanel.bb-sfwd-aside .site-header .bb-toggle-panel{display:inherit;margin-left:-18px} - -body.bb-buddypanel.bb-sfwd-aside.buddypanel-toggle-off .site-header .bb-toggle-panel{display:none} - -body.bb-buddypanel.bb-sfwd-aside .header-aside-inner .bb-toggle-panel{display:none} - -body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .site-header .site-header-container>.bb-toggle-panel{display:none} - -body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .site-header .site-header-container{padding-left:0} - -body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .header-3 .header-aside-inner .bb-toggle-panel{margin-right:0} - -body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .header-aside-inner .bb-toggle-panel{display:inline-block;padding-left:20px;margin:0;margin-right:-18px;-webkit-transition:opacity .1s;transition:opacity .1s} - -body.bb-buddypanel.bb-sfwd-aside .site-header .site-header-container:not(.header-3) #header-aside .bb-toggle-panel i{color:inherit} - -body.bb-buddypanel.bb-sfwd-aside.buddypanel-open:not(.buddypanel-header) .site-header .bb-toggle-panel{visibility:hidden;opacity:0} - -body.bb-buddypanel.bb-sfwd-aside.buddypanel-header .site-header .bb-toggle-panel{margin-left:-18px} - -body.bb-buddypanel.bb-sfwd-aside.buddypanel-header.bb-buddypanel-right .site-header .bb-toggle-panel{margin-left:0} - -body.bb-buddypanel.bb-sfwd-aside:not(.buddypanel-open) .buddypanel .bb-toggle-panel{visibility:hidden;opacity:0} - -.bb-sfwd-aside .site-header:not(.site-header--elementor){position:fixed} - -.bb-sfwd-aside .site-header{width:100%;z-index:610;-webkit-transition:all .2s;transition:all .2s}@media screen and (min-width:800px){ - -.bb-buddypanel.buddypanel-open.bb-sfwd-aside .site-header:not(.site-header--elementor){width:-webkit-calc(100% - 230px);width:calc(100% - 230px);-webkit-transition:all .2s;transition:all .2s}} - -.bb-sfwd-aside .elementor-header+.site-content{padding-top:0!important} - -body.bb-sfwd-aside .footer-container .container,body.bb-sfwd-aside .site-header .container{max-width:100%} - -body.bb-sfwd-aside .site-header .container{max-width:100%;margin-right:0} - -body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head{height:0} - -body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel{display:none} - -.bb-sfwd-aside .elementor.elementor-location-footer{display:none} - -.bb-sfwd-aside .site-content .container{max-width:100%;padding-left:0;padding-right:0} - -.bb-sfwd-aside .site-content .container>.grid{margin-left:0;margin-right:0} - -.bb-sfwd-aside .site-content .container .grid-cell:not(.no-gutter),.bb-sfwd-aside .site-content .container .grid>:not(.no-gutter){padding-left:0;padding-right:0} - -.bb-sfwd-aside .site-content .container .container-full{width:100%;margin-left:0;margin-right:0;left:0;right:0} - -.bb-sfwd-aside .site-content .container .content-area{padding-bottom:0;padding-top:0} - -.bb-sfwd-aside .header-aside{margin-left:auto} - -.single-sfwd-courses.has-sidebar #primary,.single-sfwd-lessons.has-sidebar #primary,.single-sfwd-quiz.has-sidebar #primary,.single-sfwd-topic.has-sidebar #primary{max-width:100%} - -.site-branding.ld-brand-logo img{max-height:100%;padding:10px 0} - -.site-header-container .site-branding.ld-brand-logo{min-width:inherit} - -.buddypanel-header .buddypanel .site-branding.ld-brand-logo{padding-right:0;margin-top:10px;margin-bottom:10px} - -.buddypanel-header .buddypanel .site-branding.ld-brand-logo img{padding:0;margin:0 auto} - -.lms-topic-sidebar-wrapper.lms-topic-sidebar-close.md-grid-1-3{-webkit-box-flex:0;-ms-flex:0 0 0%;flex:0 0 0%;opacity:0} - -.ld-course-navigation .bb-toggle-panel{margin-right:10px;position:relative;top:4px;color:var(--bb-sidenav-links);font-size:24px} - -.ld-course-navigation .bb-toggle-panel .bb-icon-menu-left{font-size:24px} - -.ld-course-navigation .bb-toggle-panel+.bb-toggle-panel{display:none}@media (max-width:799px){ - -.ld-course-navigation .bb-toggle-panel{display:none}} - -.lms-topic-sidebar-wrapper .bb-elementor-header-items{display:none} - -.single-sfwd-quiz .learndash-content-body .bb-elementor-header-items+.learndash-wrapper{padding-top:30px} - -.learndash-content-body{position:relative} - -.learndash-content-body .bb-elementor-header-items{position:absolute;right:0;z-index:2} - -.learndash-content-body .bb-elementor-header-items a{margin-left:10px} - -.learndash-content-body .bb-elementor-header-items i{font-size:16px} - -.lms-side-panel-close .bb-elementor-header-items{right:30px} - -.lms-side-panel-close .bb-elementor-header-items .header-minimize-link{display:inline-block} - -.learndash+.page-links{font-size:14px;padding:3px 20px} - -.learndash+.page-links .post-page-numbers{padding:0 3px} - -.learndash-wrapper a.bbp-topic-reply-link{color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)!important} - -.learndash-wrapper a.bbp-topic-reply-link:hover{color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)!important} - -.learndash-wrapper .ld-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-bottom:1px solid var(--bb-primary-button-border-regular)!important;border-radius:var(--bb-button-radius)} - -.learndash-wrapper .ld-button:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.learndash-wrapper .ld-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);border-bottom:1px solid var(--bb-primary-button-border-hover)!important;opacity:1} - -.learndash-wrapper .ld-button.ld-login-button{font-size:inherit;font-weight:inherit} - -.learndash-course-grid-filter input[type=range]::-webkit-slider-runnable-track{border-radius:var(--bb-block-radius-inner)!important} - -.learndash-course-grid-filter .range-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 -2px} - -.learndash-course-grid-filter .range-wrapper input[type=range]{margin-right:2px;margin-left:2px}@media screen and (min-width:800px){ - -.sfwd-single-sidebar-right:not(.single-sfwd-courses) #learndash-content>.bb-grid{-ms-flex-flow:row-reverse;flex-flow:row-reverse}}@media screen and (min-width:800px){ - -.single-sfwd-lessons.bb-buddypanel .site-content,.single-sfwd-quiz.bb-buddypanel .site-content,.single-sfwd-topic.bb-buddypanel .site-content{padding:0 10px}} - -.bb-courses-header{margin-bottom:2rem} - -.bb-courses-header .bb-title{font-size:28px;margin:0}@media (max-width:375px){ - -.bb-courses-header .bb-title{font-size:28px;margin-right:10px}} - -.bb-courses-header .bs-dir-search{margin-left:auto;margin-bottom:0;margin-right:0} - -.ld-secondary-header .bb-secondary-list-tabs{margin:25px 0 20px} - -.bb-courses-directory .grid-filters{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:start;align-self:flex-start;font-size:21px;height:36px} - -.bb-courses-directory .grid-filters a{color:var(--bb-headings-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:5px;padding-right:5px;opacity:.4;-webkit-transition:.3s all;transition:.3s all} - -.bb-courses-directory .grid-filters a:hover{color:var(--bb-headings-color);opacity:1} - -.bb-courses-directory .grid-filters a i{font-size:24px} - -.bb-courses-directory .grid-filters .active{opacity:1} - -.bb-courses-directory .bp-navs{margin-bottom:15px} - -.bb-courses-directory .bp-navs li{float:left;padding-right:30px} - -.bb-courses-directory .bp-navs li a{padding:0 0 15px} - -.bb-courses-directory .bp-navs .selected .count{background-color:var(--bb-primary-color)} - -.bb-courses-directory .bs-sort-button i{font-size:22px} - -.bb-courses-directory .select-wrap{margin:0} - -.bb-courses-directory .select-wrap select{height:36px;font-size:14px;outline:0} - -.bb-courses-directory .sfwd-courses-filters .select-wrap select{margin-right:12px} - -.bb-grid #course-dir-list{margin-top:10px} - -.bb-course-items{list-style:none;-ms-flex-flow:row wrap;flex-flow:row wrap} - -.bb-course-items:not(.bb-grid){margin:0} - -.bb-course-items .bb-course-item-wrap{margin-bottom:20px} - -.bb-course-items .bb-course-cover{overflow:hidden;position:relative} - -.bb-course-items .bb-cover-wrap{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0;padding-top:52%} - -.bb-course-items .bb-cover-list-item{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);height:100%;padding-bottom:0;-webkit-transition:.2s box-shadow;transition:.2s box-shadow;position:relative;overflow:hidden} - -.bb-course-items .bb-cover-list-item.bb-course-paid{padding-bottom:35px} - -.bb-course-items .bb-cover-list-item:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1);z-index:1} - -.bb-course-items .bb-cover-list-item .course-fee{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.bb-course-items .bs-timestamp{font-size:14px;color:#939597;letter-spacing:-.24px;line-height:22px;position:absolute;bottom:20px} - -.bb-course-items .forums-meta span{background:rgba(18,43,70,.1)} - -.bb-course-items .bb-cover-wrap::after{display:none} - -.bb-course-items .forums-meta{margin-bottom:12px} - -.bb-course-items .bb-course-excerpt{color:var(--bb-alternate-text-color)} - -.bb-course-items .course-progress-wrap{position:relative;z-index:1;margin:0 0 20px;line-height:1} - -.bb-course-items .start-course-completion-rate{font-size:11px;margin-top:12px;text-transform:uppercase} - -.bb-course-items .course-progress{margin:0;height:4px;background:var(--bb-content-border-color)} - -.bb-course-items .course-progress-bar{background:var(--bb-primary-color);height:4px;width:auto} - -.bb-course-items .bb-card-course-details--hasAccess .bb-course-excerpt{display:none} - -.bb-course-items .bb-course-excerpt{font-size:13px;color:var(--bb-alternate-text-color);line-height:1.384;display:block;display:-webkit-box;max-height:2.72em;margin:-3px 0 20px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis} - -.bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}@media screen and (max-width:1200px){ - -.bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}}@media screen and (max-width:820px){ - -.bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:480px){ - -.bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}} - -.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}@media screen and (max-width:1200px){ - -.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (min-width:800px) and (max-width:900px){ - -.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media screen and (max-width:480px){ - -.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}} - -.bb-course-items.list-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-course-items.list-view .bb-cover-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0} - -.bb-course-items.list-view .bb-course-cover{-webkit-box-flex:0;-ms-flex:0 0 240px;flex:0 0 240px}@media screen and (max-width:1040px){ - -.bb-course-items.list-view .bb-course-cover{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px}}@media screen and (max-width:460px){ - -.bb-course-items.list-view .bb-course-cover{-webkit-box-flex:0;-ms-flex:0 0 140px;flex:0 0 140px}}@media screen and (max-width:375px){ - -.bb-course-items.list-view .bb-course-cover{-webkit-box-flex:0;-ms-flex:0 0 110px;flex:0 0 110px}} - -.bb-course-items.list-view .bb-card-course-details{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-bottom:16px} - -.bb-course-items.list-view .bb-cover-wrap{border-radius:var(--bb-block-radius) 0 0 var(--bb-block-radius);padding-top:70%;height:100%}@media screen and (max-width:1040px){ - -.bb-course-items.list-view .bb-cover-wrap{padding-top:78%}} - -.bb-course-items.list-view .bb-course-footer{-ms-flex-flow:column-reverse;flex-flow:column-reverse;bottom:auto;top:16px;width:auto;left:auto;right:0}@media screen and (max-width:1040px){ - -.bb-course-items.list-view .bb-course-footer{position:static;padding:15px 0 0}} - -.bb-course-items.list-view .bb-course-footer del{margin-right:0;margin-top:8px} - -.bb-course-items.list-view .bb-course-title,.bb-course-items.list-view .course-lesson-count{max-width:80%} - -.bb-course-items.list-view .course-progress-wrap{max-width:450px} - -.has-sidebar .bb-course-items.list-view .course-progress-wrap{max-width:320px} - -.bb-course-items .course-completion-rate,.bb-learndash-wrapper.bb-course-item-wrap .course-completion-rate,.group_courses .course-completion-rate{display:block;margin-top:10px} - -.bb-course-items .ld-progress-stats,.bb-learndash-wrapper.bb-course-item-wrap .ld-progress-stats,.group_courses .ld-progress-stats{font-size:12px;font-weight:500;line-height:1;letter-spacing:-.24px;display:block;margin-top:10px;color:var(--bb-alternate-text-color)} - -.bb-course-items .ld-progress-stats .ld-progress-steps,.bb-learndash-wrapper.bb-course-item-wrap .ld-progress-stats .ld-progress-steps,.group_courses .ld-progress-stats .ld-progress-steps{margin-top:5px;display:block} - -.ld-progress-stats span.ld-progress-steps__unit{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex} - -.grid-view .bb-card-course-details .course-progress-wrap:nth-last-child(2){margin:0 0 10px} - -.bb-course-footer{position:absolute;bottom:20px;width:100%;left:0;padding:0 20px;font-weight:500;font-size:20px;line-height:1;color:var(--bb-headings-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end} - -.bb-course-footer del{font-size:15px;font-weight:400;color:#939597;margin-right:5px} - -.bb-card-course-details{padding:16px 20px 10px} - -.grid-view .bb-card-course-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -#page .bb-course-title{font-size:22px;line-height:1.24;margin:0 0 10px} - -#page .bb-course-title.bb-course-title-with-review{padding-bottom:35px;position:relative} - -#page .bb-course-title.bb-course-title-with-review .ratings-after-title{position:absolute;left:0;right:0;bottom:5px} - -#page .bb-course-title a{color:inherit;display:block;display:-webkit-box;max-height:2.7em;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis} - -#page .bb-course-title a:hover{color:var(--bb-primary-color)} - -#page .bb-course-title .lms-category{display:block;font-size:12px;text-transform:uppercase;margin-bottom:20px;font-weight:400} - -#page .bb-course-title .lms-title{display:block;font-size:20px} - -.bb-course-meta{font-size:13px;font-weight:300;color:var(--bb-alternate-text-color);letter-spacing:-.24px;line-height:1;margin-bottom:15px;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} - -.bb-course-meta .item-avatar{max-width:28px;margin-right:10px} - -.bb-course-meta .item-avatar img{border-radius:50%} - -.bb-course-meta strong{font-size:13px;font-weight:500;letter-spacing:-.24px;margin:0} - -.bb-course-meta strong a{color:var(--bb-headings-color)} - -.bb-course-meta strong a:hover{color:var(--bb-primary-color)} - -.list-view .bb-course-meta .item-avatar img{max-width:100%} - -.course-lesson-count{font-size:13px;color:var(--bb-alternate-text-color);line-height:1;margin-bottom:8px;font-weight:300} - -.bb-course-categories{font-size:12px;font-weight:500;color:var(--bb-headings-color);letter-spacing:.25px;line-height:1;margin-bottom:10px;text-transform:uppercase} - -.bb-course-excerpt{margin-bottom:20px;opacity:.8;font-size:16px;letter-spacing:-.24px;line-height:27px} - -.bb-cover-list-item .sfwd-type-tag{position:absolute;z-index:9;top:15px;background-color:var(--bb-primary-color);border-radius:0 15px 15px 0;color:#fff;text-align:center;padding:5px 12px;text-transform:uppercase;font-size:11px;line-height:1;letter-spacing:.23px} - -.bb-cover-list-item .progress-continue{background-color:#0b8ac7} - -.bb-cover-list-item .sfwd-type-free{background-color:#0bc1c7} - -.bb-cover-list-item .progress-empty{background-color:#dbbe1a} - -.bb-cover-list-item .progress-completed{background-color:#aac70b} - -.bb-cover-list-item .sfwd-type-closed{background-color:#9c9c9c} - -.bb-cover-list-item .sfwd-type-purchase{background-color:#0bc77a} - -.bb-cover-list-item .sfwd-type-unlock{background-color:var(--bb-primary-color);z-index:10} - -.bb-cover-list-item .ld-status{position:absolute;z-index:9;top:15px;background-color:var(--bb-primary-color);border-radius:0 15px 15px 0;color:#fff;text-align:center;padding:5px 12px;text-transform:uppercase;font-size:11px;line-height:1;letter-spacing:.23px} - -.bb-cover-list-item .bb-course-cover .bb-cover-wrap .ld-status{border-radius:0 15px 15px 0;height:auto} - -.bb-cover-list-item .ld-primary-background{background-color:var(--bb-primary-color)} - -.bb-cover-list-item .ld-status-complete.ld-secondary-background{background-color:var(--bb-success-color)} - -.bb-cover-list-item .ld-secondary-background{background-color:#aac70b} - -.bb-cover-list-item .ld-third-background{background-color:#dbbe1a} - -.bb-course-step{min-width:auto;margin-left:auto} - -.bb-course-step .sfwd-price-unlock{color:var(--bb-alternate-text-color)} - -.bb-course-step .sfwd-price-unlock:hover{color:var(--bb-primary-color)} - -.bb-course-step .sfwd-price-unlock i{font-size:22px} - -.bb-list-card-data .bb-course-step{min-width:140px} - -.bb-list-card-data .bb-course-step a.button{width:100%} - -.bb-list-card-data .bb-course-step a.button.sfwd-price-closed,.bb-list-card-data .bb-course-step a.button.sfwd-price-closed:hover{color:#dedfe2;border-color:#dedfe2} - -span.bb-course-price{font-size:22px;font-weight:400;color:var(--bb-headings-color);letter-spacing:0;text-align:right;line-height:1.22} - -.sfwd-courses-filters{-ms-flex-flow:row wrap;flex-flow:row wrap} - -.component-navigation.courses-nav{margin:0} - -.component-navigation.courses-nav li{position:relative;list-style:none;margin-right:5px} - -.component-navigation.courses-nav .bb-icon-loader{position:absolute;right:4px;top:2px;font-size:20px} - -.bb-template-v2 .component-navigation.courses-nav .bb-icon-loader{font-size:14px;line-height:1;top:5px} - -.bb-template-v1 .bb-lms-pagination{padding:10px 0;text-align:right} - -.bb-template-v1 .bb-lms-pagination>*{display:inline-block;font-size:13px} - -.bb-template-v1 .bb-lms-pagination a.next.page-numbers,.bb-template-v1 .bb-lms-pagination a.prev.page-numbers{font-size:0}@media screen and (min-width:800px) and (max-width:992px){ - -.ld-secondary-header .bs-secondary-list-tabs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.sfwd-courses-filters{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin-right:15px} - -.sfwd-courses-filters .select-wrap{width:100%;margin-bottom:5px} - -.sfwd-courses-filters select{width:100%}}@media screen and (max-width:610px){ - -.bb-secondary-list-tabs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.sfwd-courses-filters{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin-right:15px} - -.sfwd-courses-filters .select-wrap{width:100%;margin-bottom:5px} - -.sfwd-courses-filters select{width:100%}} - -.single.single-sfwd-courses .content-area{padding-top:0} - -.bb-learndash-banner{background-color:var(--bb-cover-image-background-color);overflow:hidden;padding:0 44px} - -.bb-learndash-banner::before{content:"";opacity:.4;background-color:var(--bb-headings-color);background-image:-webkit-linear-gradient(270deg,rgba(0,0,0,0) 4%,#000 100%);background-image:linear-gradient(-180deg,rgba(0,0,0,0) 4%,#000 100%);position:absolute;height:100%;width:100%;top:0;left:0;z-index:1} - -.bb-learndash-banner .banner-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} - -.bb-course-banner-info{padding-top:30px;padding-bottom:30px;position:relative;z-index:2} - -.bb-course-banner-info .bb-enroll-widget{-ms-flex-item-align:center;align-self:center} - -.bb-learndash-full-area .bb-course-banner-inner{max-width:100%;width:100%} - -.bb-learndash-full-area .bb-learndash-content-wrap{max-width:100%} - -.bb-learndash-full-area .bb-single-course-sidebar{display:none} - -.bb-learndash-side-area .bb-course-banner-inner{max-width:-webkit-calc(100% - 480px);max-width:calc(100% - 480px);width:-webkit-calc(100% - 480px);width:calc(100% - 480px)}@media screen and (max-width:1200px){ - -.bb-learndash-side-area .bb-course-banner-inner{max-width:-webkit-calc(100% - 400px);max-width:calc(100% - 400px);width:-webkit-calc(100% - 400px);width:calc(100% - 400px)}}@media screen and (max-width:992px){ - -.bb-learndash-side-area .bb-course-banner-inner{max-width:-webkit-calc(100% - 350px);max-width:calc(100% - 350px);width:-webkit-calc(100% - 350px);width:calc(100% - 350px)}}@media screen and (max-width:880px){ - -.bb-learndash-side-area .bb-course-banner-inner{max-width:-webkit-calc(100% - 320px);max-width:calc(100% - 320px);width:-webkit-calc(100% - 320px);width:calc(100% - 320px)}}@media screen and (max-width:820px){ - -.bb-learndash-side-area .bb-course-banner-inner{max-width:100%;width:100%} - -.bb-single-course-sidebar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}} - -.bb-course-banner-inner{color:#fff;padding-top:70px} - -.bb-course-banner-inner .bb-course-category{font-size:14px;color:inherit;letter-spacing:.61px;text-transform:uppercase;margin-bottom:5px} - -.bb-course-banner-inner .bb-course-category .course-category-item{display:inline-block;padding-right:5px} - -.bb-course-banner-inner .bb-course-category .course-category-item a{color:#fff} - -.bb-course-banner-inner .bb-course-category .course-category-item a:hover{color:#fff} - -.bb-course-banner-inner .bb-course-category .course-category-item:last-of-type>span{display:none} - -.bb-course-banner-inner h1.entry-title{font-size:48px;color:inherit;line-height:1.25;margin-bottom:15px} - -.bb-course-banner-inner .avatar{border-radius:50%;margin-right:12px;max-width:38px} - -.bb-course-banner-inner .author-name{font-size:14px;color:#fff;letter-spacing:-.24px} - -.bb-course-banner-inner span.meta-saperator{color:#fff;margin:0 15px;display:none} - -.bb-course-banner-inner .bb-course-single-meta>a+span.meta-saperator{display:inline-block} - -.bb-course-banner-inner .course-date{font-size:13px;color:rgba(255,255,255,.8);letter-spacing:-.19px} - -.bb-course-banner-inner .course-completion-rate{opacity:.8;font-size:12px;font-weight:500;color:#fff;display:block;margin-bottom:-10px} - -.bb-course-banner-inner .course-progress{margin:0;height:3px;background:rgba(238,240,243,.4);border-radius:12px} - -.bb-course-banner-inner .course-progress-bar{background:#fff;height:3px;width:auto} - -.bb-course-banner-inner .course-progress-inner{border-radius:0} - -.bb-course-banner-inner .course-progress-inner .course-progress-bar{border-radius:3px} - -.course-progress-inner{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;border-radius:50px;overflow:hidden} - -.bb-course-points{margin-bottom:35px} - -.bb-course-points a.anchor-course-points{color:#fff;font-size:15px;font-weight:500} - -.bb-course-points a.anchor-course-points i{margin-left:10px} - -.bb-course-single-meta{margin-bottom:40px} - -.bb-course-single-meta.bb_single_meta_off{margin-bottom:0} - -#btn-join,.bb-single-course-sidebar #btn-join,.bb-single-course-sidebar .btn-join,.bb-single-course-sidebar a.btn-advance,.btn-join,.learndash-wrapper a.button:not(.outline){border-bottom:1px solid var(--bb-primary-button-border-regular)!important} - -#btn-join:hover,.bb-single-course-sidebar #btn-join:hover,.bb-single-course-sidebar .btn-join:hover,.bb-single-course-sidebar a.btn-advance:hover,.btn-join:hover,.learndash-wrapper a.button:not(.outline):hover{border-bottom:1px solid var(--bb-primary-button-border-hover)!important} - -#btn-join,.btn-join{padding:10px 20px;border-radius:var(--bb-button-radius);width:100%;max-width:100%;display:inline-block;text-align:center;font-size:15px;line-height:1.3;-webkit-transition:all linear .2s;transition:all linear .2s;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-bottom:1px solid var(--bb-primary-button-border-regular)!important} - -#btn-join:focus,.btn-join:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -#btn-join:hover,.btn-join:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover);border-bottom:1px solid var(--bb-primary-button-border-hover)!important} - -.learndash-wrapper #btn-join,.learndash-wrapper .btn-join{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);font-size:15px;font-weight:inherit} - -.learndash-wrapper #btn-join:focus,.learndash-wrapper .btn-join:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.learndash-wrapper #btn-join:hover,.learndash-wrapper .btn-join:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -a.btn-join{margin-bottom:2rem} - -#learndash-course-overview{margin-top:30px} - -.learndash_course_materials{margin:50px 0} - -#learndash-course-content{margin-top:50px} - -.bb-course-preview-wrap{margin:0 -30px;border-radius:5px 5px 0 0;overflow:hidden;position:relative;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} - -.bb-course-banner-info .bb-course-preview-wrap{border-radius:5px;margin:0 auto;max-width:380px} - -.bb-course-preview-wrap img{position:absolute;top:0;bottom:0;left:-2px;right:-2px;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover} - -.bb-preview-course-link-wrap{position:relative;padding:68px 0;color:#fff} - -.bb-course-preview-wrap.bb-thumbnail-preview .bb-preview-course-link-wrap{padding:0} - -.thumbnail-container{height:0;padding-bottom:56.25%;position:relative;z-index:1;background-color:var(--bb-cover-image-background-color)} - -.learndash .fluid-width-video-wrapper{max-width:100%;margin-top:0} - -.thumbnail-container-img .bb-course-video-overlay{display:none} - -.bb-course-video-overlay{position:absolute;z-index:2;color:#fff;text-align:center;width:100%;height:100%;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-transition:all linear .2s;transition:all linear .2s} - -.bb-course-video-overlay>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;z-index:3;margin:50px auto;font-size:13px;font-weight:500;text-shadow:0 1px 1px rgba(0,0,0,.3)} - -.bb-course-video-overlay .bb-course-play-btn-wrapper{width:60px;height:60px;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.bb-course-video-overlay .bb-course-play-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:50px;height:50px;background-color:rgba(248,248,248,.7);border-radius:100%;margin:auto;-webkit-transition:all linear .2s;transition:all linear .2s} - -.bb-course-video-overlay .bb-course-play-btn::after{display:inline-block;position:relative;left:1px;margin:auto;-webkit-transition:all linear .2s;transition:all linear .2s;content:"\ee0b";font-family:bb-icons;font-size:18px;font-weight:300;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--bb-body-text-color)} - -.bb-course-video-overlay .bb-course-play-btn:hover::after{border-color:transparent transparent transparent var(--bb-primary-color)} - -.bb-course-video-overlay:hover{background-color:rgba(0,0,0,.1)} - -.bb-course-video-overlay:hover .bb-course-play-btn{width:60px;height:60px;background-color:rgba(248,248,248,.9)} - -.bb-course-video-overlay:hover .bb-course-play-btn::after{border-color:transparent transparent transparent var(--bb-primary-color)} - -.bb-modal.bb_course_video_details{padding:10px;max-height:-webkit-calc(100vh - 20px);max-height:calc(100vh - 20px);-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto} - -.bb-modal.bb_course_video_details .fluid-width-video-wrapper iframe{max-height:-webkit-calc(100vh - 140px);max-height:calc(100vh - 140px)} - -.bb-modal.bb_course_video_details button.mfp-close{width:30px;height:30px;line-height:32px;top:15px;right:15px;background-color:#fff}@media screen and (max-width:800px){ - -.bb-modal.bb_course_video_details{padding:10px} - -.bb-modal.bb_course_video_details .fluid-width-video-wrapper iframe{max-height:-webkit-calc(100vh - 100px);max-height:calc(100vh - 100px)} - -.bb-modal.bb_course_video_details button.mfp-close{top:7px;right:7px}}@media screen and (max-width:544px){ - -.bb-modal.bb_course_video_details{padding:20px} - -.bb-modal.bb_course_video_details .fluid-width-video-wrapper iframe{max-height:-webkit-calc(100vh - 60px);max-height:calc(100vh - 60px)} - -.bb-modal.bb_course_video_details button.mfp-close{width:18px;height:18px;line-height:20px;top:3px;right:3px;font-size:120%}} - -a.bb-preview-course-link{display:block;text-align:center} - -a.bb-preview-course-link span{color:#fff;display:block;margin-top:8px;text-align:center} - -.bb-course-member-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 10px} - -.bb-single-course-sidebar .bb-course-member-wrap{padding-top:20px;padding-bottom:20px} - -.bb-single-course-sidebar .bb-course-member-wrap+.bb-course-status-wrap .bb-course-status-content{padding-top:0} - -.bb-single-course-sidebar .bb-course-status-wrap .bb-course-status-content{padding-top:20px;padding-bottom:0} - -.learndash-wrapper .bb-single-course-sidebar .ld-status{background-color:var(--bb-content-alternate-background-color);border-radius:var(--bb-button-radius);color:var(--bb-body-text-color)} - -.bb-single-course-sidebar .widget{box-shadow:0 32px 54px 0 rgba(0,0,0,.1);border-radius:var(--bb-block-radius);border:0;padding:0 30px;overflow:hidden;background-color:transparent} - -.bb-single-course-sidebar .bb-button-wrap{margin-bottom:0;padding-top:10px;padding-bottom:20px;text-align:center} - -.bb-single-course-sidebar .bb-button-wrap:empty{display:none} - -.bb-single-course-sidebar .bb-button-wrap .learndash_checkout_buttons{padding-bottom:0;padding-top:0;margin:0;margin-bottom:10px} - -.bb-single-course-sidebar .bb-button-wrap .learndash_checkout_buttons .ppalholder{display:none} - -.bb-single-course-sidebar .bb-button-wrap .learndash_join_button{padding-bottom:0;padding-top:0;margin-bottom:10px;margin-top:0} - -.bb-single-course-sidebar .bb-button-wrap .learndash_join_button.btn-advance-completed{display:none} - -.bb-single-course-sidebar .bb-button-wrap>a.btn-join{display:inline-block;text-align:center;margin-bottom:10px} - -.bb-single-course-sidebar .bb-button-wrap .bb-course-type{display:inline-block;color:var(--bb-alternate-text-color)} - -.bb-single-course-sidebar .bb-button-wrap .ld-status+.bb-course-type,.bb-single-course-sidebar .bb-button-wrap .learndash_checkout_buttons+.bb-course-type,.bb-single-course-sidebar .bb-button-wrap .learndash_join_button+.bb-course-type,.bb-single-course-sidebar .bb-button-wrap>a.btn-join+.bb-course-type{margin-top:10px} - -.bb-single-course-sidebar .bb-button-wrap .bb-course-type.bb-course-type-paynow{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex} - -.bb-single-course-sidebar .bb-course-member-wrap+.bb-button-wrap{padding-top:0} - -.bb-single-course-sidebar h4{font-size:13px;color:var(--bb-headings-color);letter-spacing:.5px;margin:0;padding-bottom:15px;text-transform:uppercase} - -.bb-single-course-sidebar .bb-course-volume-list{list-style:none;margin:0;padding:0 0 30px} - -.bb-single-course-sidebar .bb-course-volume-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:15px} - -.bb-single-course-sidebar .bb-course-volume-list li i{margin-right:12px;font-size:18px;max-width:18px;position:relative;top:1px} - -.bb-single-course-sidebar #btn-join,.bb-single-course-sidebar .btn-join{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);width:100%;font-size:14px;font-weight:400} - -.bb-single-course-sidebar #btn-join:focus,.bb-single-course-sidebar .btn-join:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.bb-single-course-sidebar #btn-join:hover,.bb-single-course-sidebar .btn-join:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover);opacity:1} - -.bb-single-course-sidebar #btn-join.jq-dropdown-open,.bb-single-course-sidebar .btn-join.jq-dropdown-open{background-color:var(--bb-primary-button-background-regular)!important} - -.bb-single-course-sidebar #btn-join.btn-disabled,.bb-single-course-sidebar .btn-join.btn-disabled{background-color:var(--bb-primary-button-background-regular);opacity:.5;pointer-events:none} - -.bb-single-course-sidebar a.btn-advance{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);width:100%;-webkit-transition:all linear .2s;transition:all linear .2s;font-size:14px;display:inline-block;padding:10px 19px;line-height:1.471} - -.bb-single-course-sidebar a.btn-advance:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.bb-single-course-sidebar a.btn-advance:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -.bb-single-course-sidebar a.btn-advance:focus{box-shadow:var(--bb-primary-button-focus-shadow)!important} - -.bb-single-course-sidebar .btn-advance-disable a.btn-advance{opacity:.5;pointer-events:none} - -.bb-single-course-sidebar .btn-advance-completed a.btn-advance{background-color:#f5f5f5;color:var(--bb-alternate-text-color);pointer-events:none;cursor:default} - -.bb-single-course-sidebar .btn-advance-completed a.btn-advance:hover{box-shadow:none} - -.bb-course-members{display:inline-block;margin-right:12px} - -.bb-course-members img{border:1px solid #fff;max-width:28px;display:inline-block;margin-right:-8px;position:relative;z-index:3;border-radius:50%;float:left} - -.bb-learndash-content-wrap{padding-top:35px} - -.bb-learndash-content-wrap>div{margin-bottom:50px} - -.bb-learndash-content-wrap h4{font-size:16px;letter-spacing:.6px;margin:0 0 20px;text-transform:uppercase} - -.bb-learndash-content-wrap #learndash_course_status{margin-bottom:30px} - -.bb-learndash-content-wrap #learndash_lessons>div>div,.bb-learndash-content-wrap #learndash_quizzes>div>div{border:0} - -.bb-learndash-content-wrap #learndash_lesson_topics_list>div,.bb-learndash-content-wrap #learndash_lessons,.bb-learndash-content-wrap #learndash_profile,.bb-learndash-content-wrap #learndash_quizzes{background-color:transparent;border:0;border-radius:0;box-shadow:none;margin-bottom:20px} - -#learndash_lesson_topics_list span a,#learndash_lessons a,#learndash_profile a,#learndash_profile a span,#learndash_quizzes a,.learndash_topic_dots a,.learndash_topic_dots a>span{font-family:inherit} - -#course_list>div h4>a,#lessons_list>div h4>a,#quiz_list>div h4>a{display:block;padding:0} - -#course_list>div h4,#learndash_lesson_topics_list ul>li>span.topic_item,#lessons_list>div h4,#quiz_list>div h4{display:block;width:100%;border-top:0;padding:0} - -h4#learndash_course_content_title{margin-bottom:30px} - -.bb-lesson-head{border-radius:4px;padding:15px 15px 15px 40px;letter-spacing:-.24px;margin-bottom:1px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;color:var(--bb-headings-color)} - -.bb-lesson-head:hover{background:rgba(146,164,183,.1);color:var(--bb-primary-color)} - -.learndash_course_content .bb-lessons-list>li:nth-child(odd) a.bb-lesson-head{background:rgba(146,164,183,.05);-webkit-transition:.3s all;transition:.3s all} - -.learndash_course_content .bb-lessons-list>li:nth-child(odd) a.bb-lesson-head:hover{background:rgba(146,164,183,.1)} - -.learndash_course_content .bb-lessons-list>li:nth-child(odd) a.bb-lesson-head>.flex-1{white-space:nowrap;overflow:hidden;text-overflow:ellipsis} - -.lms-lesson-item.current>.bb-lesson-head,.lms-quiz-item.current>.bb-lms-title-wrap,.lms-topic-item.current>.bb-lms-title-wrap{background:rgba(146,164,183,.05)} - -.lms-topic-sidebar-wrapper .bb-lms-title-wrap{padding:12px 30px 12px 40px;line-height:1.5;border-radius:0} - -.lms-topic-sidebar-wrapper .bb-lesson-head{line-height:1.6} - -.lms-topic-sidebar-wrapper [data-balloon]::after{z-index:25} - -.bb-lms-list-inside li:nth-child(odd) .bb-lms-title-wrap{background:rgba(146,164,183,.05);-webkit-transition:.3s all;transition:.3s all} - -.bb-lms-list-inside li:nth-child(odd) .bb-lms-title-wrap:hover{background:rgba(146,164,183,.1)} - -.bb-lms-title-wrap{border-radius:4px;color:inherit;padding:12px 15px 12px 35px;letter-spacing:-.24px;line-height:1.6;margin-bottom:1px} - -.bb-lms-title-wrap .bb-lms-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:10px} - -.bb-lms-title-wrap:hover{background:rgba(146,164,183,.1);-webkit-transition:.3s all;transition:.3s all} - -.lms-topic-sidebar-wrapper .lms-quiz-list>li .bb-lms-title-wrap .bb-lms-quiz-tag::after{margin-right:0} - -.lms-topic-sidebar-wrapper li.lms-quiz-item .bb-lms-title-wrap .bb-lms-title::before{display:none} - -.bb-lessons-list{margin:0} - -.bb-lessons-list,.bb-lessons-list ol,.bb-lessons-list ul{list-style-type:none} - -.bb-lessons-list li .bb-type-list li:not(.lms-quiz-item) .bb-lms-title-wrap .bb-lms-title::before{line-height:1.4;margin-right:0} - -.bb-type-list,.lms-quiz-list{margin:0} - -.bb-type-list li,.lms-quiz-list li{font-size:14px;color:var(--bb-headings-color);letter-spacing:-.24px} - -.bb-type-list li a,.lms-quiz-list li a{color:var(--bb-headings-color)} - -.bb-type-list li a:hover,.lms-quiz-list li a:hover{color:var(--bb-primary-color)} - -div#bb-learndash-lessons{margin-bottom:72px} - -.bb-course-topic-status,.bb-quiz-topic-status{width:22px;height:22px;position:relative;margin-right:0;margin-left:0} - -.bb-course-topic-status .bb-lms-status,.bb-quiz-topic-status .bb-lms-status{position:absolute;left:0;top:0;display:none} - -.bb-completed-item{text-decoration:line-through} - -.bb-course-topic-status.topic-completed .bb-completed,.bb-quiz-topic-status.bb-completed .bb-completed{display:block} - -.bb-course-topic-status.topic-notcompleted .bb-not-completed,.bb-quiz-topic-status.bb-notcompleted .bb-not-completed{display:block} - -.i-progress{display:inline-block;width:22px;height:22px;border-radius:100%;color:#fff;line-height:22px;text-align:center} - -.i-progress.i-progress-completed{background-color:var(--bb-primary-color)} - -.i-progress.i-progress-not-completed{color:#dedfe2;width:23px;height:23px} - -.i-progress.i-progress-not-completed i{font-size:23px;width:23px;height:23px} - -.bb-quiz-list{list-style:none;margin:0} - -.bb-quiz-list .bb-quiz-icon g{stroke:var(--bb-body-text-color)} - -.bb-quiz-list a{border-radius:4px;padding:15px;color:var(--bb-headings-color);line-height:1.4} - -.bb-quiz-list a:hover{background:rgba(146,164,183,.1);color:var(--bb-primary-color)} - -.bb-quiz-list .bb-quiz-topic-status-wrap .flex-1{white-space:nowrap;overflow:hidden;text-overflow:ellipsis} - -.bb-quiz-list li:nth-child(odd) .bb-quiz-topic-status-wrap{background:rgba(146,164,183,.05)} - -.bb-quiz-list li:nth-child(odd) .bb-quiz-topic-status-wrap:hover{background:rgba(146,164,183,.1)} - -.bb-quiz-list li.lms-is-locked a{pointer-events:none;cursor:default} - -.bb-quiz-list .lms-is-locked-ico{position:relative;margin-left:10px;bottom:1px;color:#939597} - -.bb-quiz-list-container .bb-quiz-list{counter-reset:lms-quiz-list} - -.bb-quiz-list-container .bb-quiz-list a.bb-quiz-topic-status-wrap{padding:18px 22px} - -.bb-quiz-list-container .bb-quiz-list .bb-quiz-topic-status-wrap span.flex-1::before{line-height:1.4;margin-right:0;counter-increment:lms-quiz-list;content:counter(lms-quiz-list) ". ";color:var(--bb-alternate-text-color)} - -.lms-is-sample-tag{display:inline-block;padding:0 12px;background-color:transparent;border:1px solid var(--bb-primary-color);color:var(--bb-primary-color);font-size:12px;line-height:21px;border-radius:50px;position:relative} - -.lms-topic-sidebar-wrapper .lms-lessions-list>ol.bb-lessons-list{margin-left:0} - -.lms-topic-sidebar-wrapper .lms-lessions-list>ol.bb-lessons-list>li.lms-lesson-item{padding:0 0 5px;position:relative} - -.lms-topic-sidebar-wrapper .lms-lessions-list>ol.bb-lessons-list>li.lms-lesson-item:first-child{padding-top:0} - -.lms-topic-sidebar-wrapper .lms-lessions-list>ol.bb-lessons-list>li.lms-lesson-item:last-child{border-bottom:0;padding-bottom:0} - -.lms-topic-sidebar-wrapper .lms-lessions-list>ol.bb-lessons-list .bb-lesson-head{border-radius:0} - -.lms-topic-sidebar-wrapper .lms-lessions-list>ol.bb-lessons-list .bb-lesson-head>.flex-1{display:-webkit-box;display:-ms-flexbox;display:flex;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:6px} - -.lms-topic-sidebar-wrapper .lms-lessions-list>ol.bb-lessons-list .bb-lesson-head>.flex-1 .lms-is-sample-tag{margin-left:auto;padding-top:1px;padding-bottom:1px} - -.lms-topic-sidebar-wrapper .lms-lessions-list>ol.bb-lessons-list .bb-lesson-head>.flex-1 .lms-is-locked-ico,.lms-topic-sidebar-wrapper .lms-lessions-list>ol.bb-lessons-list .bb-lesson-head>.flex-1 .lms-not-locked-ico{color:var(--bb-alternate-text-color);position:relative;bottom:1px;margin-left:10px;margin-right:10px} - -.lms-topic-sidebar-wrapper .lms-lessions-list>ol.bb-lessons-list .bb-lesson-head>.lms-is-locked-ico{color:var(--bb-alternate-text-color);margin-right:8px;pointer-events:all;cursor:default} - -a.ld-table-list-item-preview:has(.lms-quiz-status-icon){pointer-events:none;cursor:default} - -.lms-quiz-status-icon{margin-right:8px;pointer-events:all;cursor:default} - -.lms-quiz-status-icon i{color:var(--bb-alternate-text-color)} - -.ld-table-list-item-preview .lms-quiz-status-icon{margin-left:auto} - -.lms-topic-is-locked .lms-topic-status-icon{margin-right:8px;pointer-events:all;cursor:default} - -.lms-topic-is-locked .lms-topic-status-icon i{color:var(--bb-alternate-text-color)} - -.lms-topic-is-locked>.bb-title,.lms-topic-is-locked>.ld-topic-row{pointer-events:none;cursor:default} - -.lms-is-scheduled>.bb-title,.lms-is-scheduled>.ld-topic-row{pointer-events:none;cursor:default} - -.lms-is-scheduled .lms-quiz-status-icon{pointer-events:all;cursor:default} - -.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul.lms-quiz-list .lms-quiz-item>a>.flex-1{max-width:-webkit-calc(99% - 32px);max-width:calc(99% - 32px);display:-webkit-box;display:-ms-flexbox;display:flex} - -.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul.lms-quiz-list .lms-quiz-item>a>.flex-1 .bb-quiz-title{margin-right:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis} - -.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul.lms-quiz-list .lms-quiz-item>a>.flex-1 .lms-is-locked-ico{color:var(--bb-alternate-text-color);position:relative;bottom:1px;margin-right:10px;margin-left:auto} - -.bb-progress[data-percentage="0"] .bb-progress-circle{opacity:0} - -li.lms-lesson-item .bb-lesson-head{padding:15px 30px;padding-left:44px;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.lms-topic-sidebar-wrapper .lms-lessions-list ol.bb-type-list{margin-left:0} - -.lms-topic-sidebar-wrapper .lms-lessions-list ol.bb-type-list .bb-lms-title-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.learndash_content_wrap .bb-title{font-size:16px;font-weight:600;letter-spacing:.6px;margin:0 0 20px;text-transform:uppercase} - -.learndash_content_wrap .bb-type-list{margin:0} - -span.bb-pages{font-size:13px;display:block;line-height:1;text-transform:uppercase;-webkit-transition:all linear .2s;transition:all linear .2s} - -span.bb-pages .bb-total{color:var(--bb-alternate-text-color)} - -.header-aside-inner .course-toggle-view{padding-right:0} - -.header-minimize-link{display:none} - -.lms-side-panel-close .header-maximize-link{display:none} - -.lms-side-panel-close .header-minimize-link{display:-webkit-box;display:-ms-flexbox;display:flex} - -.swfd-video-backlayer{background-color:#000;padding:0 40px;margin:-30px -100px 0}@media screen and (max-width:1200px){ - -.swfd-video-backlayer{margin:-30px -60px 0}}@media screen and (max-width:992px){ - -.swfd-video-backlayer{margin:-30px -40px 0}} - -.lms-side-panel-close .swfd-video-backlayer .swfd-video-backframe{max-width:-webkit-calc(100vh + 120px);max-width:calc(100vh + 120px);margin:0 auto} - -.entry-content .swfd-video-backlayer .fluid-width-video-wrapper{margin:0} - -div.bb-lms-header{padding:0;position:relative;margin:0;-webkit-transition:margin .2s;transition:margin .2s} - -div.bb-lms-header .sfwd-course-position{margin-right:auto} - -div.bb-lms-header h1{font-size:32px;line-height:1.2;margin-bottom:0} - -div.bb-lms-header .bb-position{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:50px}@media screen and (max-width:544px){ - -div.bb-lms-header .bb-position{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -div.bb-lms-header .bb-position .sfwd-course-nav{margin-top:15px}}@media screen and (max-width:380px){ - -#learndash-page-content div.bb-lms-header .bb-position .sfwd-course-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}} - -div.bb-lms-header.quiz-fix .bb-position{padding-top:10px} - -.swfd-video-backlayer+div.bb-lms-header{margin-top:0} - -.learndash_course_content .bb-lessons-list li.bb-lessons-list-item{position:relative} - -.learndash_course_content .bb-lessons-list li a.bb-lesson-head{color:var(--bb-headings-color);-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.learndash_course_content .bb-lessons-list li a.bb-lesson-head:hover{color:var(--bb-primary-color)} - -.learndash_course_content .bb-lessons-list li a.bb-lesson-head .flex-1 .lms-is-sample-tag{margin-left:10px;bottom:1px} - -.learndash_course_content .bb-lessons-list li a.bb-lesson-head .lms-is-locked-ico{position:relative;margin-left:10px;bottom:1px;color:#939597} - -.learndash_course_content .bb-lessons-list li.lms-is-locked a.bb-lesson-head{pointer-events:none;cursor:default} - -.learndash_course_content .bb-lessons-list li.lms-is-locked .bb-type-list li a{pointer-events:none;cursor:default} - -.learndash_course_content .bb-quiz-list a{color:var(--bb-headings-color)} - -.learndash_course_content .bb-quiz-list a:hover{color:var(--bb-primary-color)} - -.bb-type-list.bb-lms-list-inside a{color:var(--bb-headings-color)} - -.bb-type-list.bb-lms-list-inside a:hover{color:var(--bb-primary-color)} - -.lms-toggle-lesson{position:absolute;top:2px;left:7px;display:inline-block;width:35px;height:50px;margin-right:6px;cursor:pointer} - -.lms-toggle-lesson i{display:inline-block;font-size:16px;line-height:10px;color:#bdbdbd;position:relative;top:12px;left:12px;-webkit-transition:-webkit-transform .2s;transition:transform .2s} - -.ld-item-list-section-heading+.lms-toggle-lesson{top:38px} - -.bb-lessons-list-item .lms-toggle-lesson{left:0} - -.bb-lessons-list-item .lms-toggle-lesson i{top:10px} - -.lms-lesson-turnover:not(.bb-lesson-item-no-topics) .lms-toggle-lesson i{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)} - -.lms-topic-sidebar-wrapper .bb-lesson-title,.lms-topic-sidebar-wrapper .bb-lms-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;min-width:0;font-size:14px} - -.bb-quiz-list .bb-lms-ico,.bb-type-list .bb-lms-ico,.lms-quiz-list .bb-lms-ico{display:inline-block;margin-right:10px;width:20px;height:20px} - -.bb-quiz-list .bb-lms-ico i,.bb-type-list .bb-lms-ico i,.lms-quiz-list .bb-lms-ico i{font-size:18px;width:20px;height:20px;line-height:1} - -.bb-lesson-head .bb-lesson-quizzes-count,.bb-lesson-head .bb-lesson-sidebar-ld-sep,.bb-lesson-head .bb-lesson-topics-count{margin:0 10px 0 0;font-size:12px;color:var(--bb-alternate-text-color);white-space:nowrap} - -.bb-lesson-head .bb-lesson-quizzes-count,.bb-lesson-head .bb-lesson-topics-count{max-width:60px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis} - -.lms-topic-sidebar-wrapper .bb-lms-title{font-size:13px} - -.lms-topic-sidebar-wrapper .bb-lms-title .bb-quiz-title{font-size:14px} - -.bb-lms-secondary-header .bb-pages{margin-bottom:0} - -.bb-lms-secondary-header .bb-learndash-meta-wrap{margin-bottom:20px;min-height:34px} - -.learndash_next_prev_link{display:-webkit-box;display:-ms-flexbox;display:flex} - -.learndash_next_prev_link a.prev-link,.learndash_next_prev_link span.prev-link{border-radius:var(--bb-button-radius) 0 0 var(--bb-button-radius)} - -.learndash_next_prev_link a.next-link,.learndash_next_prev_link span.next-link{border-radius:0 var(--bb-button-radius) var(--bb-button-radius) 0} - -.learndash_next_prev_link a,.learndash_next_prev_link span.empty-post{display:-webkit-box;display:-ms-flexbox;display:flex;height:30px;min-width:55px;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;-webkit-transition:all linear .2s;transition:all linear .2s;color:var(--bb-alternate-text-color);font-size:12px;white-space:nowrap} - -.learndash_next_prev_link a:hover,.learndash_next_prev_link span.empty-post:hover{color:var(--bb-primary-color)} - -.learndash_next_prev_link a .meta-nav,.learndash_next_prev_link span.empty-post .meta-nav{position:absolute;width:100%;font-size:0;z-index:20}@media (max-width:360px){ - -.learndash_next_prev_link a{font-size:0}} - -.learndash_next_prev_link a.next-link::after,.learndash_next_prev_link span.next-link::after{content:"\e827";font:400 normal normal 14px/1 bb-icons;font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:6px;padding-bottom:3px} - -.learndash_next_prev_link a.prev-link,.learndash_next_prev_link span.prev-link{margin-right:2px} - -.learndash_next_prev_link a.prev-link::before,.learndash_next_prev_link span.prev-link::before{content:"\e8ab";font:400 normal normal 14px/1 bb-icons;font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:6px;padding-bottom:3px} - -.learndash_next_prev_link a{color:var(--bb-headings-color)} - -.learndash_next_prev_link a:hover{color:var(--bb-primary-color)} - -html[dir=rtl] .learndash_next_prev_link a.next-link::after,html[dir=rtl] .learndash_next_prev_link span.next-link::after{content:"\e8ab"} - -html[dir=rtl] .learndash_next_prev_link a.prev-link::before,html[dir=rtl] .learndash_next_prev_link span.prev-link::before{content:"\e827"} - -.learndash_next_prev_link:empty{display:none} - -.learndash_content_wrap{padding-top:30px} - -.learndash_content_wrap.learndash_content_video{padding-top:0} - -.learndash_content_wrap .ld-tabs-content{margin-bottom:50px} - -.learndash_content_wrap .ld-progress{margin-top:0} - -.learndash-wrapper{color:inherit;line-height:inherit} - -.learndash-wrapper .ld-tabs{margin:0} - -.learndash-wrapper .ld-tabs .ld-tabs-content .ld-tab-content{padding-bottom:0} - -.learndash-wrapper a{color:var(--bb-primary-color)} - -.learndash-wrapper a.button:not(.outline){background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)} - -.learndash-wrapper a.button:not(.outline):focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.learndash-wrapper a.button:not(.outline):hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -.learndash-wrapper .learndash_content_wrap .ld-table-list.ld-no-pagination{border:0} - -.learndash-wrapper .learndash_content_wrap .ld-content-actions{border:0;margin-bottom:0;position:relative;z-index:1} - -.learndash-wrapper .learndash_content_wrap .sfwd-mark-complete::after{display:none} - -.learndash-wrapper .learndash_content_wrap .learndash_mark_complete_button{border-radius:var(--bb-button-radius);background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);-webkit-transition:all linear .2s;transition:all linear .2s;font-size:15px;font-weight:500;padding:10px 20px} - -.learndash-wrapper .learndash_content_wrap .learndash_mark_complete_button:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.learndash-wrapper .learndash_content_wrap .learndash_mark_complete_button:hover{opacity:1;background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -.learndash-wrapper .learndash_content_wrap .learndash_mark_complete_button:focus{opacity:1}@media (min-width:1024px){ - -.learndash-wrapper .learndash_content_wrap{max-width:760px} - -.learndash-wrapper .bb-lms-header .lms-header-instructor,.learndash-wrapper .bb-lms-header .lms-header-title{max-width:760px;margin-left:auto;margin-right:auto}} - -.learndash-wrapper .ld-table-list .ld-table-list-header{background-color:transparent;color:var(--bb-headings-color);font-size:16px;font-weight:600;text-transform:uppercase;padding:0;margin:0 0 20px} - -.learndash-wrapper .ld-table-list .ld-table-list-header .ld-item-icon{display:none} - -.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-lesson-details{color:var(--bb-alternate-text-color)} - -.learndash-wrapper .ld-table-list .ld-table-list-footer{padding:0;background-color:transparent} - -.learndash-wrapper .ld-table-list .ld-table-list-items{border:0;padding:0} - -.learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item{border:0;margin-bottom:1px} - -.learndash-wrapper .ld-table-list .ld-table-list-items a.ld-table-list-item-preview{padding:20px;border-radius:4px;-webkit-transition:.3s all;transition:.3s all;color:inherit} - -.learndash-wrapper .ld-table-list .ld-table-list-items a.ld-table-list-item-preview:hover{color:inherit;background:rgba(146,164,183,.1)} - -.learndash-wrapper .learndash_content_wrap .ld-table-list .ld-table-list-items div.ld-table-list-item:nth-child(odd) a.ld-table-list-item-preview{background:rgba(146,164,183,.05)} - -.learndash-wrapper .learndash_content_wrap .ld-table-list .ld-table-list-items div.ld-table-list-item:nth-child(odd) a.ld-table-list-item-preview:hover{background:rgba(146,164,183,.1)} - -.learndash-wrapper .ld-status-icon{width:22px;height:22px;-ms-flex-preferred-size:22px;flex-basis:22px;margin-right:12px} - -.learndash-wrapper .ld-status-icon.ld-status-complete{background-color:var(--bb-primary-color)} - -.learndash-wrapper .ld-status-icon.ld-status-incomplete{border-width:2px;border-color:#dedfe2;background-color:transparent} - -.learndash-wrapper .ld-status-icon.ld-status-in-progress{background-color:transparent} - -.learndash-wrapper .ld-status-icon.ld-quiz-complete{background-color:var(--bb-primary-color)} - -.learndash-wrapper .ld-icon.ld-icon-assignment,.learndash-wrapper .ld-icon.ld-icon-calendar,.learndash-wrapper .ld-icon.ld-icon-certificate,.learndash-wrapper .ld-icon.ld-icon-checkmark,.learndash-wrapper .ld-icon.ld-icon-content,.learndash-wrapper .ld-icon.ld-icon-materials,.learndash-wrapper .ld-icon.ld-icon-quiz,.learndash-wrapper .ld-icon.ld-icon-search{font-family:bb-icons!important;font-size:22px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:6px;padding-bottom:0} - -.learndash-wrapper .ld-icon.ld-icon-quiz::before{content:"\eeff";font-family:bb-icons!important} - -.learndash-wrapper .ld-icon.ld-icon-checkmark{font-size:14px} - -.learndash-wrapper .ld-icon.ld-icon-checkmark::before{content:"\e876"} - -.learndash-wrapper .ld-icon.ld-icon-content{font-size:14px} - -.learndash-wrapper .ld-icon.ld-icon-content::before{content:"\e86e"} - -.learndash-wrapper .ld-icon.ld-icon-materials{font-size:14px} - -.learndash-wrapper .ld-icon.ld-icon-materials::before{content:"\ef3e"} - -.learndash-wrapper .ld-icon.ld-icon-certificate::before{content:"\e975"} - -.learndash-wrapper .ld-icon.ld-icon-assignment::before{content:"\ee7a"} - -.learndash-wrapper .ld-icon.ld-icon-search::before{content:"\ef10"} - -.learndash-wrapper .ld-icon.ld-icon-calendar::before{content:"\e884"} - -.learndash-wrapper .ld-tabs .ld-tabs-navigation::after{height:1px;background-color:var(--bb-content-border-color)} - -.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab{padding:10px 20px;font-size:14px;font-weight:400;color:var(--bb-body-text-color)} - -.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab::after{height:1px} - -.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active{color:var(--bb-headings-color)} - -.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active::after{background-color:var(--bb-primary-color)} - -.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-active::after{background:var(--bb-primary-color)} - -.learndash-wrapper .bb-ld-info-bar{margin:0 0 15px} - -.learndash-wrapper .bb-ld-info-bar .ld-lesson-status{background:0 0;border-radius:0} - -.learndash-wrapper .bb-ld-status{margin-right:10px} - -.learndash-wrapper .bb-ld-status .ld-status{background-color:rgba(146,164,183,.05);text-transform:none;font-weight:400;font-size:12px;height:30px;line-height:30px;padding:0 12px;letter-spacing:inherit;margin-bottom:0} - -.learndash-wrapper .bb-ld-status .ld-status.ld-status-progress{color:#fff;background-color:var(--bb-primary-color)} - -.learndash-wrapper .bb-ld-status .ld-status.ld-status-complete{color:#fff;background-color:var(--bb-success-color)} - -.learndash-wrapper .bb-ld-info-bar .ld-topic-status{border-radius:0} - -.learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs{background-color:transparent;padding:0 0 10px;border-bottom:1px solid var(--bb-content-border-color);border-radius:0} - -.learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-status{display:none;background-color:rgba(146,164,183,.05);text-transform:none;font-weight:400;font-size:12px;line-height:inherit;padding:0 12px;letter-spacing:inherit} - -.learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-status.ld-status-progress{background-color:var(--bb-primary-color)} - -.learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-status.ld-status-complete{background-color:var(--bb-success-color)} - -.learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span a{font-weight:400;color:var(--bb-headings-color)} - -.learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span a:hover{color:var(--bb-primary-color)} - -.learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span::after{content:"\e827";font-family:bb-icons;font-size:12px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:0;margin-right:0;position:relative;top:0} - -[dir=rtl] .learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span::after{content:"\e8ab"} - -.learndash-wrapper .ld-topic-status{background-color:transparent} - -.learndash-wrapper .ld-alert{border-radius:var(--bb-block-radius-inner)} - -.learndash-wrapper .ld-alert .ld-button{padding:10px 20px;border-bottom:0!important} - -.learndash-wrapper .ld-alert .ld-button .ld-icon{display:none} - -.learndash-wrapper .ld-alert.ld-alert-certificate.ld-alert-success{color:var(--bb-body-text-color)} - -.learndash-wrapper .ld-alert .ld-alert-content a{color:var(--bb-headings-color);text-decoration:none} - -.learndash-wrapper .ld-alert .ld-alert-content a:hover{color:var(--bb-primary-color)} - -.learndash-wrapper .ld-alert-success{border:0;padding:15px;min-height:inherit;color:inherit;font-size:15px;background-color:rgba(var(--bb-success-color-rgb),.1)} - -.learndash-wrapper .ld-alert-success .ld-alert-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.learndash-wrapper .ld-alert-success .ld-alert-content>p{margin:0} - -.learndash-wrapper .ld-alert-success .ld-button{background-color:var(--bb-success-color);color:#fff;white-space:nowrap;border:0} - -.learndash-wrapper .ld-alert-success .ld-alert-icon.ld-icon{margin-left:6px;background-color:var(--bb-success-color);color:#fff;position:static;-webkit-transform:none;-ms-transform:none;transform:none;padding:0;width:45px;height:45px;line-height:48px;text-align:center;border-radius:50%;vertical-align:middle;font-size:20px} - -.learndash-wrapper .ld-alert-warning{border-color:var(--bb-warning-color);background-color:rgba(var(--bb-warning-color-rgb),.1);border-width:1px;padding:15px;min-height:inherit;color:inherit;font-size:15px} - -.learndash-wrapper .ld-alert-warning .ld-alert-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.learndash-wrapper .ld-alert-warning .ld-alert-content .ld-alert-messages p{margin-bottom:0} - -.learndash-wrapper .ld-alert-warning .ld-alert-content>p{margin:0} - -.learndash-wrapper .ld-alert-warning .ld-button{background-color:var(--bb-warning-color);color:#fff;white-space:nowrap;border:0} - -.learndash-wrapper .ld-alert-warning .ld-alert-icon.ld-icon-alert{font-family:bb-icons!important;font-size:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:6px;padding-bottom:0;background-color:transparent;position:static;padding-top:0;-webkit-transform:none;-ms-transform:none;transform:none} - -.learndash-wrapper .ld-alert-warning .ld-alert-icon.ld-icon-alert::before{content:"\ee65";font-weight:100}@media screen and (max-width:768px){ - -.learndash-wrapper .ld-alert-warning .ld-alert-content{margin:0} - -.learndash-wrapper .ld-alert-warning .ld-alert-content .ld-alert-icon.ld-icon-alert{margin-right:.5em} - -.learndash-wrapper .ld-alert-warning .ld-alert-content .ld-alert-messages{text-align:left;line-height:1.4}} - -.learndash-wrapper .bb-ld-tabs{position:relative} - -.learndash-wrapper .bb-ld-tabs #learndash-course-content{margin:0;position:absolute;height:1px;opacity:0;top:-90px} - -.learndash-wrapper .ld-pagination{font-weight:inherit;color:var(--bb-alternate-text-color)} - -.learndash-wrapper .ld-pagination .ld-pages{background-color:transparent;padding:1em .5em} - -.learndash-wrapper .ld-pagination .ld-pages a{color:var(--bb-headings-color)} - -.learndash-wrapper .ld-pagination .ld-pages a:hover{color:var(--bb-primary-color)} - -.learndash-wrapper .ld-pagination .ld-pages .ld-icon{font-size:10px} - -.lms-topic-sidebar-wrapper.lms-topic-sidebar-close{margin-left:-370px} - -.lms-topic-sidebar-wrapper.lms-topic-sidebar-close .lms-topic-sidebar-data{left:-370px} - -.buddypanel-open .lms-topic-sidebar-wrapper.lms-topic-sidebar-close .lms-topic-sidebar-data{left:-370px}@media screen and (min-width:800px){ - -.sfwd-single-sidebar-right .lms-topic-sidebar-wrapper.lms-topic-sidebar-close{margin-right:-370px;margin-left:0}} - -.lms-header-instructor .bb-about-instructor{margin:0;padding-top:20px;padding-bottom:20px} - -.lms-header-instructor .bb-about-instructor.bb_single_meta_off{padding:0} - -.lms-header-instructor .bb-about-instructor>.flex{-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.lms-header-instructor .bb-about-instructor>h4{text-transform:uppercase;color:var(--bb-headings-color);font-size:13px;margin-bottom:10px;font-weight:400} - -.lms-header-instructor .bb-about-instructor h5{font-weight:400;font-size:15px;color:var(--bb-headings-color);margin-bottom:0} - -.lms-header-instructor .bb-about-instructor h5 a{color:var(--bb-headings-color)} - -.lms-header-instructor .bb-about-instructor h5 a:hover{color:var(--bb-primary-color)} - -.lms-header-instructor .bb-about-instructor .bb-about-instructor-date{color:var(--bb-alternate-text-color);margin-left:0} - -.lms-header-instructor .bb-about-instructor .bb-about-instructor-date::before{content:"";width:4px;height:4px;border-radius:100%;background-color:var(--bb-alternate-text-color);margin-right:10px;position:relative;bottom:2px;display:none} - -.lms-header-instructor .bb-about-instructor .bb-avatar-wrap+.bb-content-wrap .bb-about-instructor-date{margin-left:7px} - -.lms-header-instructor .bb-about-instructor .bb-avatar-wrap+.bb-content-wrap .bb-about-instructor-date::before{display:inline-block} - -.lms-header-instructor .bb-about-instructor .bb-avatar-wrap{max-width:40px;text-align:left;margin-right:10px;display:block;padding:0} - -.lms-header-instructor .bb-about-instructor .bb-content-wrap{padding:0} - -.lms-header-instructor .bb-about-instructor .avatar{max-width:32px} - -.lms-header-instructor .bb-about-instructor .bb-avatar-wrap>div{margin-bottom:0} - -html[dir=rtl] .lms-header-instructor .bb-about-instructor .bb-about-instructor-date::before{margin-right:10px;margin-left:10px} - -.lms-topic-sidebar-course-navigation .ld-course-navigation{margin:15px 30px} - -.lms-topic-sidebar-course-navigation .ld-course-navigation .course-entry-title{color:var(--bb-headings-color);font-size:26px;margin:0} - -.lms-topic-sidebar-course-navigation a.course-entry-link{display:inline-block;background-color:rgba(0,0,0,.03);color:var(--bb-alternate-text-color);border-radius:var(--bb-button-radius);padding:1px 15px 1px 10px;font-size:12px;margin:0 0 15px;-webkit-transition:all linear .2s;transition:all linear .2s} - -.lms-topic-sidebar-course-navigation a.course-entry-link:hover{background-color:rgba(0,0,0,.06)} - -.lms-topic-sidebar-course-navigation a.course-entry-link i{margin-right:3px} - -.lms-topic-sidebar-progress .course-progress-wrap{position:relative;z-index:1;margin:30px 30px 15px;padding-bottom:25px;border-bottom:1px solid var(--bb-content-border-color)} - -.lms-topic-sidebar-progress .course-completion-rate{font-size:12px;font-weight:500;color:var(--bb-alternate-text-color);display:block;margin-top:15px;line-height:1} - -.lms-topic-sidebar-progress .ld-progress-steps{font-size:12px;font-weight:500;color:var(--bb-alternate-text-color);display:block;margin-top:7px;line-height:1} - -.lms-topic-sidebar-progress .course-progress{margin:0;height:3px;background:rgba(255,255,255,.9);background:var(--bb-content-border-color);border-radius:12px} - -.lms-topic-sidebar-progress .course-progress-bar{background:var(--bb-primary-color);height:3px;width:auto} - -.bb-about-instructor{margin-bottom:60px} - -.bb-about-instructor>.bb-grid{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);padding:25px 20px;margin-left:0;margin-right:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.bb-about-instructor .bb-instructor-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.bb-about-instructor.bb-about-instructor--is-info .bb-instructor-wrap{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.bb-about-instructor .bb-author-info{margin:3px 0 5px;font-size:14px;line-height:1.5} - -.bb-about-instructor .bb-instructor-message{-webkit-box-flex:inherit;-ms-flex:inherit;flex:inherit} - -.bb-about-instructor h4{font-size:16px;letter-spacing:.6px;margin:0 0 15px;text-transform:uppercase} - -.bb-about-instructor .avatar{max-width:52px} - -.bb-about-instructor .bb-avatar-wrap{max-width:110px;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;margin-right:18px} - -.bb-about-instructor h5{font-size:18px;line-height:1;margin:6px 0 2px} - -.bb-about-instructor h5 a{color:var(--bb-headings-color)} - -.bb-about-instructor h5 a:hover{color:var(--bb-primary-color)} - -.bb-about-instructor .bb-author-meta{font-size:14px;color:var(--bb-alternate-text-color);line-height:1.2;margin-bottom:0} - -.bb-about-instructor .bb-content-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column} - -.bb-about-instructor .bb-author-meta-info{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-top:auto;padding-bottom:5px} - -.bb-about-instructor .bb-author-meta-info>span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:15px;font-size:13px;color:var(--bb-alternate-text-color);letter-spacing:-.24px} - -.bb-about-instructor .bb-author-meta-info>span:last-child{margin-right:0} - -.bb-about-instructor .bb-author-meta-info svg{margin-right:5px} - -.bb-about-instructor .button{max-width:160px;display:block;margin-left:auto;margin-right:auto;padding-left:25px;padding-right:25px;font-weight:400} - -.bb-about-instructor .button i{margin-right:5px;font-size:18px;position:relative;top:1px} - -.bb-learndash-meta-wrap .bb-toggle-theme{display:block;line-height:0} - -.bb-learndash-meta-wrap .bb-toggle-theme span{display:inline-block} - -.learndash_content_wrap{width:100%;max-width:1200px;margin-left:auto;margin-right:auto} - -.single #learndash-course-header{width:100%;max-width:1180px;margin-left:auto;margin-right:auto} - -.bb-type-list.bb-lms-list-inside{list-style:none;counter-reset:lms-list} - -.bb-type-list.bb-lms-list-inside li>a .bb-lms-title::before{line-height:1.4;margin-right:0;counter-increment:lms-list;content:counter(lms-list) ". ";color:var(--bb-alternate-text-color)} - -.bb-type-list.bb-lms-list-inside .bb-lms-title-wrap{font-size:16px;padding:18px 22px;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.bb-type-list.bb-lms-list-inside .bb-course-topic-status{width:24px;height:24px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2} - -.bb-type-list.bb-lms-list-inside svg{margin-right:0} - -.learndash_content .h1,.learndash_content .h2,.learndash_content .h3,.learndash_content .h4,.learndash_content .h5,.learndash_content .h6,.learndash_content address,.learndash_content h1,.learndash_content h2,.learndash_content h3,.learndash_content h4,.learndash_content h5,.learndash_content h6,.learndash_content hr,.learndash_content p{margin-bottom:40px} - -.learndash_content_wrap>div{margin-bottom:40px} - -.single.single-sfwd-courses .comments-area{max-width:700px} - -.learndash_uploaded_assignments h4{font-size:16px;font-weight:600;letter-spacing:.6px;text-transform:uppercase} - -.bb-assignments-list{margin:0;list-style:none} - -.bb-assignments-list li{border-radius:4px;margin-bottom:1px;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.bb-assignments-list li:hover{background:rgba(146,164,183,.1)} - -.bb-assignments-list a{color:inherit;letter-spacing:-.24px;line-height:19px} - -.bb-assignments-list .ld-assignment-filename-col a{display:block;padding:13px 15px} - -.bb-assignments-list img{max-width:24px;margin-right:15px} - -.bb-assignments-list .bb-icon-close-circle{color:var(--bb-danger-color);font-size:20px} - -.bb-assignments-list .ld-assignment-delete-col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:10px} - -.bb-assignments-list .learndash_uploaded_assignment_points{margin-right:15px} - -.bb-leardash-upload-assignment h4{font-size:16px;font-weight:600;letter-spacing:.6px;text-transform:uppercase} - -.bb-leardash-upload-assignment .bb-label{display:inline-block;cursor:pointer;outline:0;border:1px solid var(--bb-primary-color);border-radius:100px;padding:3px 25px;font-size:14px;font-weight:500;margin-bottom:20px;color:var(--bb-primary-color)} - -.bb-leardash-upload-assignment form{border:1px dashed #c3c6c9;border-radius:4px;padding:30px 20px;text-align:center} - -.bb-leardash-upload-assignment input[type=file]{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1} - -.bb-leardash-upload-assignment input[type=file]:focus+label{outline:0} - -.bb-leardash-upload-assignment input[type=file]:focus+label *{pointer-events:none} - -.bb-leardash-upload-assignment input#uploadfile_btn{min-width:140px;font-weight:500} - -.bb-leardash-upload-assignment .bb-upload-message{padding:15px 0 0;font-size:14px;color:#939597;letter-spacing:-.24px;line-height:1} - -.bb-course-preview-content{padding:0 30px;background-color:var(--bb-content-background-color);margin-left:-30px;margin-right:-30px} - -.bb-lms-back{text-align:center;padding:10% 0 0;font-weight:500} - -.bb-lms-nav-wrap{background:#fff;border:0;box-shadow:inset 0 -1px 0 0 #eef0f3;padding:0 44px} - -#object-nav.bb-lms-nav{border:0;background:0 0;max-width:1200px;margin:auto;padding:0 10px} - -.buddypanel-open #object-nav.bb-lms-nav{max-width:1160px} - -.bb-course-content{margin-bottom:2rem} - -.single-sfwd-courses .comment-respond{background:0 0;border:0;border-radius:0;border-bottom:1px solid var(--bb-content-border-color);padding:0 0 30px} - -.single-sfwd-courses .comment-respond.bb-active{box-shadow:none} - -.single-sfwd-courses .comments-area input#submit{min-width:160px;min-height:40px} - -.single-sfwd-courses .comment-body{background:0 0;border:0;border-radius:0;margin-bottom:30px;padding:0 0 30px;border-bottom:1px solid var(--bb-content-border-color)} - -.single-sfwd-courses .comment-content-wrap{padding-left:22px} - -.single-sfwd-courses .comment-respond .vcard a{margin-left:22px} - -.ld-in-focus-mode.bb-sfwd-aside .comments-area{display:none} - -.ld-in-focus-mode.bb-sfwd-aside .wpdiscuz_top_clearing+#comments.comments-area{display:block} - -.bb-course-item{padding:0 10px 15px} - -.bb-course-item .avatar{max-width:28px;width:100%} - -.bb-course-items .bb-course-item .bb-cover-list-item:hover{box-shadow:0 2px 10px 0 rgba(18,43,70,.1)} - -.bb-course-item .bb-course-meta.bb-course-footer{margin-top:40px;-ms-flex-flow:row;flex-flow:row} - -.bb-details{display:inline-block;margin-top:20px;font-size:16px;color:#fff;letter-spacing:-.24px} - -.bb-details i{font-size:26px;position:relative;top:4px;left:-4px} - -#learndash_complete_prerequisites{padding:35px 0} - -.expand_collapse{display:none!important} - -.groups.single-item .bb-lms-nav-wrap{width:auto;margin:0;padding:0;left:auto;right:auto;background:0 0;box-shadow:none} - -.groups.single-item #object-nav.bb-lms-nav{padding:0} - -#learndash_course_points_access_message{margin:50px 0} - -.lms-quiz-item .bb-title.bb-lms-title-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.ld-entry-title.entry-title{line-height:1.3} - -form#sfwd-mark-complete input#learndash_mark_complete_button[disabled]{color:#fff} - -form#sfwd-mark-complete input#learndash_mark_complete_button[disabled]:hover{box-shadow:none} - -.learndash+p.bp-group-discussion{display:none} - -body.bb-custom-ld-focus-mode-enabled.admin-bar{padding-top:0} - -.learndash-wrapper .ld-expand-button{pointer-events:all;padding:6px 0 6px 12px} - -.learndash-wrapper .ld-section-heading{margin-bottom:1.25em} - -.learndash-wrapper .ld-section-heading h2{letter-spacing:.6px;text-transform:uppercase} - -.learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading h2,.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading h2{font-size:16px} - -.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading{margin-bottom:.5em} - -.learndash-wrapper .ld-item-list.ld-lesson-list .ld-lesson-section-heading{font-size:16px;color:var(--bb-headings-color)} - -.ld-section-heading .ld-item-list-actions .ld-expand-button:not(.ld-expanded) .ld-icon{position:relative;top:2px} - -.learndash-wrapper .ld-expand-button{color:var(--bb-body-text-color)} - -.learndash-wrapper .ld-item-list.ld-lesson-list .ld-lesson-section-heading,.learndash-wrapper .ld-table-list .ld-table-list-header{color:var(--bb-headings-color)} - -.learndash-wrapper .ld-expand-button{background-color:transparent;border-radius:4px} - -.learndash-wrapper .ld-expand-button:hover{background-color:transparent} - -.learndash-wrapper .ld-item-details .ld-expand-button{background:0 0} - -.learndash-wrapper .ld-item-list .ld-item-list-item{border:none;margin-bottom:10px;background-color:transparent} - -.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview{background:rgba(146,164,183,.05);border-radius:var(--bb-block-radius-inner)} - -.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview.learndash-complete .ld-topic-title{text-decoration:line-through} - -.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview{padding:16px 15px} - -.learndash-wrapper .learndash_content_wrap .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview{padding-left:50px} - -.learndash-wrapper .learndash_content_wrap .ld-table-list-item-quiz .ld-item-title{color:#939597;position:relative;font-weight:500;font-size:14px;letter-spacing:-.24px;line-height:1.6} - -.learndash-wrapper .learndash_content_wrap .ld-table-list-item-quiz:hover .ld-item-title{color:var(--bb-primary-color)} - -.learndash-wrapper .learndash_content_wrap .ld-table-list-item-quiz .ld-item-title::before{font:400 normal normal 18px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\eeff";position:absolute;left:-30px;top:3px;font-weight:100} - -.learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:16px 15px 16px 70px;background:0 0} - -.learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-topic-title{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;position:relative;font-weight:500;font-size:14px;letter-spacing:-.24px;line-height:1.6;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-topic-title .lms-topic-status-icon{margin-left:auto} - -.learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-topic-title::before{font:400 normal normal 18px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\ef3e";position:absolute;left:-30px;top:3px} - -.learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-status-icon{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-right:0} - -.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item.ld-topic__video a.ld-table-list-item-preview .ld-topic-title::before{content:"\eef7";font-family:bb-icons;font-weight:500} - -.learndash-wrapper .ld-status-icon.ld-quiz-complete,.learndash-wrapper .ld-status-icon.ld-status-complete{border:0} - -.learndash-wrapper .ld-status-icon.ld-quiz-incomplete,.learndash-wrapper .ld-status-icon.ld-quiz-pending,.learndash-wrapper .ld-status-icon.ld-status-incomplete{border:2px solid #dedfe2} - -.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details .ld-lesson-list-progress{text-transform:none} - -.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details .ld-lesson-list-steps{text-transform:none} - -.learndash-wrapper .ld-table-list .ld-table-list-header .ld-text{font-family:inherit;text-transform:none;font-weight:500} - -.learndash-wrapper .ld-table-list .ld-table-list-header{background-color:transparent;border:none}@media screen and (max-width:640px){ - -.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-lesson-details{margin-left:0}} - -.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded::before{background:rgba(146,164,183,.05)} - -.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-header{padding:16px 15px;margin-bottom:0} - -.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded::before{left:24px} - -.learndash-wrapper .ld-table-list .ld-table-list-items{padding:0} - -.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-item{margin:0;padding:0} - -.learndash-wrapper .ld-status-icon .ld-icon::before{font-size:12px} - -.learndash-wrapper .ld-item-list-item-quiz .ld-item-name{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between} - -.learndash-wrapper .ld-item-list-item-quiz .ld-item-name .ld-item-title{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;position:relative;font-weight:500} - -.learndash-wrapper .ld-item-list-item-quiz .ld-item-name .ld-item-title::before{content:"\eeff";font:400 normal normal 18px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;font-size:20px;margin-right:10px;font-weight:100;color:var(--bb-alternate-text-color)} - -.learndash-wrapper .ld-item-list-item-quiz .ld-item-name .ld-status-icon{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2} - -.learndash-wrapper .ld-expand-button{font-weight:400} - -.learndash-wrapper .ld-expand-button.ld-button-alternate{color:var(--bb-primary-color)} - -.learndash-wrapper .ld-expand-button.ld-button-alternate:hover{color:var(--bb-primary-color)} - -.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon{background:0 0;color:var(--bb-alternate-text-color);font-weight:400} - -.learndash-wrapper .ld-status-icon{-ms-flex-preferred-size:22px;flex-basis:22px;-ms-flex-negative:0;flex-shrink:0;height:22px;width:22px;border:2px solid} - -.learndash-wrapper .ld-status-icon .ld-icon.ld-icon-quiz::before{content:""} - -.ld-item-list-item-preview a.ld-item-name:has(.lms-quiz-status-icon){pointer-events:none;cursor:default} - -.ld-item-list-item-preview a.ld-item-name:has(.lms-quiz-status-icon) .lms-quiz-status-icon{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:auto} - -.ld-item-list-item-preview a.ld-item-name:has(.lms-quiz-status-icon) .ld-status-icon{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3} - -.learndash-wrapper .ld-item-list-item .ld-item-list-item-preview .ld-icon-arrow-down{padding:0} - -.learndash-wrapper .ld-item-list-item .ld-item-list-item-preview .ld-icon-arrow-down::before{content:"\ee0b";font:400 normal normal 18px/1 bb-icons;speak:none;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;font-weight:300} - -.learndash-wrapper .ld-item-list-item .ld-item-list-item-preview .ld-expanded .ld-icon-arrow-down{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)} - -.learndash-wrapper .ld-item-list-item .ld-item-list-item-preview .ld-expanded .ld-icon-arrow-down::before{content:"\ee09"} - -.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage{color:inherit;text-transform:none;font-weight:400} - -.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-details{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1} - -.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-details .ld-expand-button{margin-left:0} - -.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-details .ld-text{display:none} - -.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:-webkit-calc(100% - 20px);width:calc(100% - 20px);-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 10px;font-weight:500} - -.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title .ld-item-components{margin-top:0;text-align:right} - -.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title .ld-item-components span{font-size:12px;font-weight:400} - -.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title .ld-item-components .ld-icon-calendar{margin-left:0} - -.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-status-icon{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-right:0} - -.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-title{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:-webkit-calc(100% - 20px);width:calc(100% - 20px);-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 10px;font-weight:500} - -.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-title .ld-item-components{margin-top:0} - -.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-title .ld-item-components span{font-size:12px;font-weight:400} - -.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span.ld-item-components .ld-item-component{text-align:center;display:inline-block} - -.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span.ld-item-components .ld-status:not(.ld-status-unlocked){min-width:285px} - -.learndash-wrapper .ld-status-icon.ld-quiz-complete{color:transparent} - -.learndash-wrapper .ld-status-unlocked{padding:0 10px} - -.learndash-wrapper .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-quiz-complete .ld-icon::before{content:"\e876";color:#fff} - -.learndash-wrapper .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-quiz-complete{border:0} - -.learndash-wrapper .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-quiz-complete~.ld-item-title::before{content:"\eeff";font:400 normal normal 12px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;font-size:20px;font-weight:100;margin-right:10px;position:absolute;left:-30px;top:1px} - -.learndash-wrapper .ld-item-list-item-expanded .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-item-title{position:relative;font-weight:500;font-size:14px;letter-spacing:-.24px;line-height:1.6} - -.learndash-wrapper .ld-item-list-item-expanded .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-item-title::before{content:"\eeff";font:400 normal normal 12px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;font-size:20px;font-weight:100;margin-right:10px;position:absolute;left:-30px;top:1px} - -.learndash-wrapper .ld-course-status.ld-course-status-enrolled{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(146,164,183,.05)}@media screen and (max-width:640px){ - -.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress{width:100%}} - -.learndash-wrapper .ld-progress-percentage{font-size:12px;font-weight:700} - -.learndash-wrapper .ld-progress-steps{font-size:12px} - -.learndash-wrapper .ld-progress-stats{padding-right:20px} - -.learndash-wrapper div.ld-course-status{margin-bottom:30px} - -.learndash-wrapper div.ld-item-list{margin-bottom:50px} - -.learndash-wrapper .ld-status-incomplete~.ld-item-title{position:relative} - -.learndash-wrapper .ld-item-icon{font-size:16px} - -.learndash-wrapper .learndash-not-available .ld-item-list-item-expanded .ld-table-list-items .ld-table-list-item{cursor:auto} - -.learndash-wrapper .learndash-not-available .ld-item-list-item-expanded .ld-table-list-header{cursor:auto} - -.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon{margin-right:0;margin-top:0} - -.learndash-wrapper .ld-table-list-item.learndash-complete .ld-item-title>span:first-child{text-decoration:line-through} - -.learndash-wrapper .learndash-complete .ld-item-list-item-preview .ld-item-title>span:first-child{text-decoration:line-through} - -.learndash-wrapper .ld-status-icon.ld-quiz-complete{color:#fff;border:0} - -.learndash-wrapper .ld-status-icon.ld-quiz-complete .ld-icon.ld-icon-quiz::before{content:"\e876";font-family:bb-icons} - -.learndash-wrapper .ld-video{padding-top:0} - -.learndash-complete .ld-item-list-item-expanded .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-quiz-complete{background-color:var(--bb-primary-color)} - -.learndash-cpt.learndash-embed-responsive .learndash-wrapper .ld-video.fluid-width-video-wrapper{padding-top:0!important} - -.learndash-cpt.learndash-embed-responsive .learndash-wrapper .ld-video:not(.fluid-width-video-wrapper){margin-bottom:50px;padding-top:0} - -.learndash-wrapper.learndash-widget .ld-progress.ld-progress-inline{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:inherit;flex-direction:inherit} - -.learndash-wrapper .comment-respond .logged-in-as>a.comment-author{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -#learndash-page-content>.bp-feedback.bp-sitewide-notice{display:block;top:0;margin:-30px -100px 30px}@media screen and (max-width:1200px){ - -#learndash-page-content>.bp-feedback.bp-sitewide-notice{margin-left:-60px;margin-right:-60px}}@media screen and (max-width:992px){ - -#learndash-page-content>.bp-feedback.bp-sitewide-notice{margin-left:-40px;margin-right:-40px}}@media screen and (max-width:543px){ - -#learndash-page-content>.bp-feedback.bp-sitewide-notice{margin-left:-20px;margin-right:-20px}}@media screen and (min-width:821px) and (max-width:1280px){ - -.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span{-ms-flex-preferred-size:auto;flex-basis:auto;width:auto} - -.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span.ld-item-components{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex} - -.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span.ld-item-components span{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2} - -.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span.ld-item-components .ld-tertiary-background{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (min-width:768px) and (max-width:1000px){ - -.bb-lesson-head{-ms-flex-flow:row wrap;flex-flow:row wrap} - -.bb-lesson-head .push-right{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-lesson-head .bb-lms-progress-wrap{margin-left:auto}}@media screen and (min-width:800px){ - -.bb-grid .bb-learndash-content-wrap{padding-right:8%} - -.bb-course-banner-inner{width:88%}}@media screen and (max-width:820px){ - -.bb-learndash-content-wrap,.bb-single-course-sidebar{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.bb-learndash-content-wrap{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2} - -.bb-single-course-sidebar{margin-bottom:40px;max-width:100%} - -.bb-single-course-sidebar.bb-preview-wrap{margin-top:30px!important;margin-bottom:20px}}@media screen and (max-width:992px){ - -.buddypanel-open .bb-learndash-content-wrap,.buddypanel-open .bb-single-course-sidebar{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.buddypanel-open .bb-single-course-sidebar{margin-bottom:40px;margin-top:0!important;max-width:100%} - -.buddypanel-open .bb-learndash-side-area .bb-course-banner-inner{width:100%;max-width:100%}}@media screen and (max-width:767px){ - -.bb-course-banner-info{padding-left:20px;padding-right:20px} - -.bb-course-banner-inner{padding-top:0} - -.bb-learndash-banner{padding:0} - -.bb-course-banner-info .bb-enroll-widget{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding-top:30px} - -#learndash-content .lms-topic-sidebar-wrapper{position:absolute!important;z-index:98;width:370px;height:100%} - -body:not(.bb-page-loaded) #learndash-content .lms-topic-sidebar-wrapper{display:none} - -.bb-mobile-header-wrapper .course-toggle-view{padding-left:10px;padding-right:0} - -.lms-side-panel-close-sm::after{content:"";background:rgba(0,0,0,.5);position:fixed;width:100%;height:100%;left:0;top:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}}@media screen and (max-width:680px){ - -div.bb-course-banner-inner{width:100%;max-width:100%}}@media screen and (max-width:600px){ - -div.bb-lms-header{padding:25px 0 0;margin:0} - -.bb-about-instructor .bb-avatar-wrap{max-width:100%;margin-right:0;margin-bottom:0} - -.bb-about-instructor .button{max-width:100%} - -.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span{-ms-flex-preferred-size:auto;flex-basis:auto;width:auto} - -.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span.ld-item-components{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex} - -.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span.ld-item-components span.ld-item-component{text-align:left} - -.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span.ld-item-components .ld-tertiary-background{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;line-height:1.4;padding:10px;margin-left:0;min-width:auto} - -.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span.ld-item-components .ld-sep{display:none} - -.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title .ld-item-component+.ld-status{margin-left:unset}}@media screen and (max-width:400px){ - -#learndash-content .lms-topic-sidebar-wrapper{max-width:350px;min-width:330px}}@media screen and (min-width:544px){ - -.lms-topic-sidebar,.lms-topic-sidebar-wrapper{max-width:370px}} - -.ld-course-list-items,.ld-course-list-items.row{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:-10px;margin-right:-10px;-ms-flex-wrap:wrap;flex-wrap:wrap} - -.ld-course-list-items .bb-course-item-wrap{padding-left:10px;padding-right:10px;min-width:20%}@media screen and (min-width:900px) and (max-width:1200px){ - -.ld-course-list-items .bb-course-item-wrap{min-width:25%}}@media screen and (min-width:768px) and (max-width:900px){ - -.ld-course-list-items .bb-course-item-wrap{min-width:33.3333%}}@media screen and (min-width:576px) and (max-width:768px){ - -.ld-course-list-items .bb-course-item-wrap{width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:576px){ - -.ld-course-list-items .bb-course-item-wrap{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}} - -.has-sidebar .ld-course-list-items .bb-course-item-wrap{min-width:25%}@media screen and (min-width:576px) and (max-width:1200px){ - -.has-sidebar .ld-course-list-items .bb-course-item-wrap{min-width:50%}}@media screen and (max-width:576px){ - -.has-sidebar .ld-course-list-items .bb-course-item-wrap{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}} - -.ld-course-list-items .ld_course_grid .bb-cover-list-item{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);-webkit-transition:.2s box-shadow;transition:.2s box-shadow;position:relative;height:100%} - -.ld-course-list-items .ld_course_grid .bb-cover-list-item:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1);z-index:1} - -.ld-course-list-items .ld_course_grid .bb-cover-list-item .fluid-width-video-wrapper{margin-top:0;padding-top:52%!important;margin-bottom:0;height:100%} - -.ld-course-list-items .ld_course_grid .bb-cover-list-item .bb-card-course-details .entry-content{margin:0 0 10px!important;font-size:14px;line-height:1.2;display:block;display:-webkit-box;max-height:2.7em;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis} - -.ld-course-list-items .ld_course_grid .bb-cover-list-item .bb-course-cover.has-video-cover{overflow:visible} - -.ld-course-list-items .ld_course_grid .bb-cover-list-item .bb-course-cover.has-video-cover>a{padding:0;overflow:visible} - -.ld-course-list-items .ld_course_grid .bb-cover-list-item .bb-course-cover.has-video-cover>a img{display:none} - -.ld-course-list-items .ld_course_grid .bb-cover-list-item .bb-course-cover a{display:block;position:relative;overflow:hidden;border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0;padding-top:52%} - -.ld-course-list-items .ld_course_grid .bb-cover-list-item .bb-course-cover a 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} - -.ld-course-list-items .ld_course_grid .bb-cover-list-item .bb-course-meta{margin-top:10px} - -.ld-course-list-items .ld_course_grid .bb-cover-list-item .ld_course_grid_video_embed{padding:0;height:100%} - -.ld-course-list-items .ld_course_grid .bb-cover-list-item .ld_course_grid_video_embed iframe{height:100%} - -.ld-course-list-items .ld_course_grid .bb-cover-list-item .ld_course_grid_button{margin:0!important} - -.ld-course-list-items .ld_course_grid .bb-cover-list-item .ld_course_grid_button a{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)} - -.ld-course-list-items .ld_course_grid .bb-cover-list-item .ld_course_grid_button a:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.ld-course-list-items .ld_course_grid .bb-cover-list-item .ld_course_grid_button a:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -.ld-course-list-items .ld_course_grid .bb-cover-list-item .ld_course_grid_button a{border-radius:var(--bb-button-radius)} - -.ld-course-list-items .bb-cover-list-item:not(.bb-course-no-content){height:100%;padding-bottom:15px} - -.ld-course-list-items .bb-cover-list-item:not(.bb-course-no-content) .bb-cover-wrap{padding-top:52%} - -.ld-course-list-items .bb-cover-list-item.bb-course-paid{padding-bottom:45px} - -.ld-course-list-items .bb-course-item-wrap{margin-bottom:20px} - -.ld-course-list-items .bb-course-cover{overflow:hidden;position:relative} - -.ld-course-list-items .bs-timestamp{font-size:14px;color:#939597;letter-spacing:-.24px;line-height:22px;position:absolute;bottom:20px} - -.ld-course-list-items .forums-meta span{background:rgba(18,43,70,.1)} - -.ld-course-list-items .bb-cover-wrap::after{display:none} - -.ld-course-list-items .forums-meta{margin-bottom:12px} - -.ld-course-list-items .bb-course-excerpt{color:var(--bb-alternate-text-color)} - -.ld-course-list-items .course-progress-wrap{position:relative;z-index:1;margin:0 0 10px;line-height:1.7} - -.ld-course-list-items .course-completion-rate{font-size:12px;font-weight:500;line-height:1;letter-spacing:-.24px;display:block;margin-top:10px;color:var(--bb-alternate-text-color)} - -.ld-course-list-items .course-completion-rate.start-course-completion-rate{opacity:.6;font-size:12px;line-height:1;font-weight:500;color:var(--bb-headings-color);letter-spacing:-.24px;margin-top:10px} - -.ld-course-list-items .ld-progress-stats{font-size:12px;font-weight:500;line-height:1;letter-spacing:-.24px;display:block;margin-top:10px;color:var(--bb-alternate-text-color)} - -.ld-course-list-items .ld-progress-stats .ld-progress-steps{margin-top:5px;display:block} - -.ld-course-list-items .course-progress{margin:0;height:3px;background:var(--bb-content-border-color);border-radius:50px} - -.ld-course-list-items .course-progress-bar{background:var(--bb-primary-color);height:3px;width:auto} - -.ld-course-list-items .bb-course-excerpt{font-size:13px;color:#939597;line-height:1.384;display:block;display:-webkit-box;max-height:2.72em;margin:-3px 0 0;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis} - -.ld-course-list-content.grid-view .bb-cover-list-item:not(.bb-course-no-content) .bb-cover-wrap{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0} - -#bb-course-list-grid-filters{margin-bottom:20px} - -.widget .ld-course-list-items .bb-course-item-wrap{min-width:100%} - -.widget #bb-course-list-grid-filters{display:none} - -.widget #ld_course_categorydropdown{margin-bottom:20px} - -.ld_course_grid .has-video-cover iframe{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0} - -.ld-course-list-content{margin-bottom:30px} - -.bb-ld-course-list-item{margin-bottom:20px} - -.bb-ld-course-list-item .ld-entry-content .entry-img{padding-top:40.476%;border-radius:4px 4px 0 0} - -.bb-ld-course-list-item .ld-entry-content .entry-img>img{margin:0} - -.bb-ld-course-list-item .ld-entry-content .entry-content h1{font-size:1.5rem;margin:0 0 10px} - -.bb-ld-course-list-item .ld-entry-title a{color:var(--bb-headings-color)} - -.bb-ld-course-list-item .ld-entry-title a:hover{color:var(--bb-primary-color)} - -.ld-course-list-items.row .learndash-wrapper{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.ld-course-list-items.row .learndash-wrapper .ld-item-list{margin:0 0 20px} - -.ld-course-list-items.row .learndash-wrapper .ld-item-list .ld-item-list-item{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;height:100%;padding-bottom:0;-webkit-transition:.2s box-shadow;transition:.2s box-shadow;position:relative} - -.ld-course-list-items.row .learndash-wrapper .ld-item-list .ld-item-list-item:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1);z-index:1} - -.ld-course-list-content.grid-view .ld-course-list-items .bb-course-cover a{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0} - -.ld-course-list-content.list-view .ld-course-list-items .ld_course_grid{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%} - -.ld-course-list-content.list-view .bb-cover-list-item{padding-bottom:0} - -.ld-course-list-content.list-view .bb-cover-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap} - -.ld-course-list-content.list-view .bb-card-course-details{-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;padding-bottom:16px} - -.ld-course-list-content.list-view .bb-cover-wrap{border-radius:var(--bb-block-radius) 0 0 var(--bb-block-radius)} - -.ld-course-list-content.list-view .bb-course-cover{-webkit-box-flex:0;-ms-flex:0 0 240px;flex:0 0 240px} - -.ld-course-list-content.list-view .bb-cover-wrap{padding-top:70%;height:100%} - -.ld-course-list-content.list-view .course-progress-wrap{max-width:450px} - -.ld-course-list-content.list-view .bb-course-footer{-ms-flex-flow:column-reverse;flex-flow:column-reverse;bottom:auto;top:16px;width:auto;left:auto;right:0} - -.ld-course-list-content.list-view .has-video-cover iframe{border-radius:var(--bb-block-radius) 0 0 var(--bb-block-radius)} - -.ld-course-list-content.list-view .has-video-cover .fluid-width-video-wrapper{height:100%} - -.ld-course-list-content.list-view .bb-cover-list-item:not(.bb-course-no-content) .bb-cover-wrap{border-radius:var(--bb-block-radius) 0 0 var(--bb-block-radius)} - -.ld-course-list-content.grid-view .bb-cover-list-item:not(.bb-course-no-content) .bb-cover-wrap{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0} - -.learndash-pager{display:block;color:inherit;text-transform:none;font-size:inherit;font-weight:inherit;background-color:inherit;padding:0;border-radius:0;margin:0} - -.bb-courses-directory+#ld_categorydropdown{margin:-50px 0 15px} - -.bb-courses-directory+#ld_categorydropdown select{max-width:180px} - -.bb-courses-directory+#ld_categorydropdown label[for=ld_categorydropdown_select]{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}@media screen and (min-width:768px){ - -.ld-course-list-items .col-md-2{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}}@media screen and (max-width:620px){ - -.ld-course-list-content.list-view .bb-course-cover{-webkit-box-flex:0;-ms-flex:0 0 140px;flex:0 0 140px}} - -.ld-course-list-content.list-view .ld_course_grid .course{display:-webkit-box;display:-ms-flexbox;display:flex} - -.ld-course-list-content.list-view .ld_course_grid .course .bb-card-course-details,.ld-course-list-content.list-view .ld_course_grid .course .bb-course-cover{display:-webkit-box;display:-ms-flexbox;display:flex} - -.ld-course-list-content.list-view .ld_course_grid .course .bb-course-cover a{width:100%;border-radius:3px 0 0 3px} - -.ld-course-list-content .ld_course_grid .course .bb-card-course-details{padding:16px 20px} - -.ld-course-list-content .ld_course_grid .course .bb-card-course-details .ld_course_grid_button .btn{width:auto}@media screen and (max-width:420px){ - -.ld-course-list-content .ld_course_grid .course .bb-card-course-details .bb-course-title{font-size:16px!important}} - -ul.bb-lms-user-profile-tabs{margin:0;list-style:none} - -ul.bb-lms-user-profile-tabs::after{content:"";clear:both;display:table} - -ul.bb-lms-user-profile-tabs li{float:left;margin:0 30px 0 0} - -ul.bb-lms-user-profile-tabs a{color:#939597;display:block;padding:15px 0;text-decoration:none;font-size:14px;border:0} - -ul.bb-lms-user-profile-tabs a:hover{color:var(--bb-headings-color)} - -ul.bb-lms-user-profile-tabs .selected a{color:var(--bb-headings-color);font-weight:600} - -ul.bb-lms-user-profile-tabs .hideshow li{float:none;margin:0} - -ul.bb-lms-user-profile-tabs .hideshow li a{display:block;font-weight:400;letter-spacing:-.24px;line-height:1;margin-bottom:1px;padding:.75rem .9375rem} - -ul.bb-lms-user-profile-tabs .sub-menu{top:50px} - -ul.bb-lms-user-profile-tabs .more-button.active::after{bottom:-10px} - -.single-badges .entry-content-wrap{padding:0} - -.single-badges .entry-meta{margin-bottom:30px} - -.single-badges .entry-img{display:none} - -.single-badges .achievement-wrap{padding:0;margin:0;border-top:0} - -.single-badges .badgeos-achievement-earned p,.single-badges .badgeos-feedback-response.success{border-radius:3px;padding:10px} - -.single-badges .achievement-wrap h4{clear:both;margin-top:50px;margin-bottom:15px;font-weight:500} - -#badge_list .bb-badge-wrap{background:#fff;border:1px solid #eef0f3;border-radius:4px;margin-bottom:10px;padding:20px} - -#badge_list .bb-badge-wrap img{max-width:64px;margin-right:20px} - -#badge_list .bb-badge-img{float:left} - -#badge_list .bb-badge-content{overflow:hidden} - -#badge_list .bb-badge-title{font-size:18px;font-weight:600;letter-spacing:0;line-height:1.5;margin-bottom:10px} - -#badge_list .bb-badge-title a{color:inherit} - -#badge_list .bb-badge-content{font-size:16px;color:#939597;letter-spacing:-.24px;line-height:1.5} - -#certificate_list>li{margin-bottom:20px} - -#certificate_list .bb-certificate-wrap{background-color:var(--bb-content-background-color);border:1px solid #eef0f3;border-radius:4px;height:100%;padding:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;position:relative} - -#certificate_list .bb-certificate-wrap::before{content:"";position:absolute;top:0;left:0;width:100%;height:35px;display:inline-block;background-color:#f5f6f7} - -#certificate_list .bb-certificate-wrap::after{content:"";position:absolute;top:5px;left:0;right:0;margin:0 auto;background:url(../images/svg/certificate-icon.svg);width:44px;height:50px} - -#certificate_list .bb-certificate-wrap:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1);z-index:1} - -#certificate_list .bb-certificate-content{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;padding-top:48px} - -#certificate_list .bb-certificate-title{font-size:20px;font-weight:600;letter-spacing:0;line-height:1.3;margin:0 0 25px;text-align:center}@media screen and (min-width:561px){ - -#certificate_list .bb-certificate-title{min-height:72px}} - -#certificate_list .bb-certificate-title a{color:inherit;display:block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:50px;width:100%} - -#certificate_list .bb-certificate-title a:hover{color:var(--bb-primary-color)} - -#certificate_list .bb-certificate-title span{display:block;margin-bottom:0;font-weight:400;letter-spacing:-.13px;font-size:13px;color:var(--bb-alternate-text-color)} - -#certificate_list .bb-certificate-date{font-size:13px;color:var(--bb-headings-color);letter-spacing:-.22px;line-height:1;width:50%;float:left} - -#certificate_list .bb-certificate-date span{display:block;font-size:12px;margin-bottom:6px;color:var(--bb-alternate-text-color)} - -#certificate_list .bb-certificate-download{width:50%;float:left;text-align:right;margin-bottom:0;line-height:1} - -#certificate_list .bb-certificate-download a{font-size:0;position:relative;display:inline-block;padding-top:11px;letter-spacing:-.24px} - -#certificate_list .bb-certificate-download a:hover{color:var(--bb-primary-color)} - -#certificate_list .bb-certificate-download a i{font-size:25px;position:absolute;top:0;right:0} - -#certificate_list>li{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}@media screen and (max-width:1200px){ - -#certificate_list>li{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}}@media screen and (max-width:998px){ - -#certificate_list>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:640px){ - -#certificate_list>li .bb-certificate-wrap{padding:25px 15px 15px}}@media screen and (max-width:560px){ - -#certificate_list>li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}} - -.has-sidebar #certificate_list>li{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}@media screen and (max-width:1200px){ - -.has-sidebar #certificate_list>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (min-width:800px) and (max-width:1000px){ - -.has-sidebar #certificate_list>li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media screen and (max-width:640px){ - -.has-sidebar #certificate_list>li .bb-certificate-wrap{padding:25px 15px 15px}}@media screen and (max-width:560px){ - -.has-sidebar #certificate_list>li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}} - -.bb-leandash-profile-page .bb-profile-card-area{margin-top:65px} - -.bb-course-preview-wrap.bb-thumbnail-preview{display:block} - -.bb-profile-grid .bb-courses-header{margin:0} - -.bb-profile-grid .bb-secondary-list-tabs{margin:0 0 10px} - -.bb-leandash-profile-page .bb-profile-avatar a.bbp-profile-avatar-link{width:100%} - -.bb-leandash-profile-page .bb-profile-card div.cover-image-wrap{margin-top:0} - -.bb_profile_course_wrapper{padding:5px 0;margin-bottom:5px;border-bottom:1px solid var(--bb-content-border-color);font-size:15px} - -.bb_profile_course_wrapper a{color:var(--bb-headings-color)} - -.bb_profile_course_wrapper a:hover{color:var(--bb-primary-color)} - -.bb_profile_course_wrapper span.bb-learndash-profile-edit-course-link{-webkit-box-flex:0;-ms-flex:0 0 60px;flex:0 0 60px;max-width:60px;text-align:right} - -.bb_profile_course_wrapper span.bb-learndash-profile-edit-course-link a{color:#939597} - -.bb_profile_course_wrapper span.bb-learndash-profile-edit-course-link a:hover{color:#939597} - -.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt{padding:4px 15px;border-radius:var(--bb-button-radius);font-size:13px;height:37px;font-weight:400;background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);white-space:nowrap} - -.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt .ld-icon{margin-left:8px;position:relative;top:6px;color:var(--bb-alternate-text-color)} - -.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt .ld-icon-search{font-size:14px} - -.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt: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)} - -.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt:hover .ld-icon{color:var(--bb-secondary-button-text-hover)} - -.learndash-wrapper .ld-item-list .ld-section-heading .ld-expand-button{padding:4px 15px;border-radius:var(--bb-button-radius);font-size:13px;height:37px;background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);white-space:nowrap} - -.learndash-wrapper .ld-item-list .ld-section-heading .ld-expand-button:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -.learndash-wrapper .ld-item-list .ld-section-heading .ld-expand-button .ld-icon{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;font-size:8px;color:var(--bb-alternate-text-color)} - -.learndash-wrapper .ld-item-list .ld-section-heading .ld-expand-button .ld-text{padding:0 8px 0 0} - -.learndash-wrapper .ld-item-list .ld-section-heading .ld-expand-button:hover{opacity:1;background-color:var(--bb-secondary-button-background-hover);color:var(--bb-secondary-button-text-hover);border:1px solid var(--bb-secondary-button-border-hover)} - -.learndash-wrapper .ld-item-list .ld-section-heading .ld-expand-button:hover .ld-icon{color:var(--bb-secondary-button-text-hover)} - -.learndash-wrapper #ld-profile .ld-item-list{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius)} - -.learndash-wrapper #ld-profile .ld-item-list .ld-section-heading{padding:10px 20px;-ms-flex-flow:wrap;flex-flow:wrap} - -.learndash-wrapper #ld-profile .ld-item-list .ld-section-heading h3{font-size:22px;font-weight:600;line-height:1.24} - -.learndash-wrapper #ld-profile .ld-progress-label{color:var(--bb-headings-color);text-transform:none;font-size:14px} - -.learndash-wrapper #ld-profile .ld-item-search .ld-item-search-wrapper{border-radius:0;background-color:var(--bb-content-alternate-background-color);margin:0;padding:12px 20px} - -.learndash-wrapper #ld-profile .ld-item-search .ld-item-search-wrapper::before{background-color:var(--bb-content-alternate-background-color)} - -.learndash-wrapper #ld-profile .ld-item-search .ld-item-search-fields{margin-bottom:20px} - -.learndash-wrapper #ld-profile .ld-item-search .ld-item-search-fields input.ld-course-nav-field{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius);padding:0 30px;height:40px;line-height:40px;background-color:var(--bb-content-background-color)} - -.learndash-wrapper #ld-profile .ld-item-search .ld-item-search-fields input.ld-course-nav-field:focus{box-shadow:var(--bb-input-focus-shadow);border-color:var(--bb-input-focus-border-color)} - -.learndash-wrapper #ld-profile .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button{-webkit-transition:all linear .2s;transition:all linear .2s;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);line-height:1} - -.learndash-wrapper #ld-profile .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.learndash-wrapper #ld-profile .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-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);opacity:1} - -.learndash-wrapper #ld-profile .ld-item-search .ld-item-search-fields .ld-reset-button{background-color:transparent;color:var(--bb-alternate-text-color);font-weight:400} - -.learndash-wrapper #ld-profile .ld-item-search .ld-item-search-name>label{color:var(--bb-alternate-text-color)} - -.learndash-wrapper #ld-profile .ld-item-search .ld-closer{font-weight:400;font-size:11px;color:var(--bb-alternate-text-color)} - -.learndash-wrapper #ld-profile .ld-item-list .ld-expand-button.ld-mobile-only .ld-text{display:none} - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-item{margin-bottom:0} - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview{border-radius:0;padding:15px 20px} - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview .ld-course-title{font-weight:600}@media screen and (max-width:640px){ - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview .ld-course-title{font-weight:500;font-size:14px}}@media screen and (max-width:640px){ - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview{-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} - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview .ld-item-details{margin-left:5px} - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview .ld-item-details .ld-status{margin-right:0;text-transform:none;padding:0 6px;line-height:20px}} - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded{border-bottom:1px solid rgba(146,164,183,.05)} - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded .ld-progress{background:#fff;margin-bottom:0} - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded{margin-top:0} - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list-item-preview{padding:10px 0} - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list .ld-table-list-header{background-color:#fff;margin-bottom:10px} - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list .ld-table-list-items{background-color:#fff;font-size:1em} - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list .ld-table-list-item:first-child{border-top:0} - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list .ld-table-list-item{border-bottom:0} - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list .ld-table-list-column.ld-table-list-column-comments>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list .ld-table-list-column.ld-table-list-column-comments>a .ld-icon{margin-right:5px}@media screen and (max-width:800px){ - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list .ld-table-list-column.ld-table-list-column-comments>a .ld-icon{margin-left:0}} - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-status{padding:4px 12px;display:inline-block} - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-icon{color:#939597} - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item:nth-child(odd) .ld-item-list-item-preview{background:var(--bb-content-alternate-background-color)} - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item:nth-child(even) .ld-item-list-item-preview{background:0 0} - -.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item:nth-child(even) .ld-item-list-item-expanded::before{background:#fff} - -.learndash-wrapper #ld-profile .ld-status{text-transform:uppercase;font-weight:400;font-size:11px;line-height:inherit;padding:0 12px;letter-spacing:inherit} - -.learndash-wrapper #ld-profile .ld-status.ld-status-progress{background-color:var(--bb-primary-color);color:#fff} - -.learndash-wrapper #ld-profile .ld-item-list-item-preview .ld-status-icon{margin-left:10px} - -.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details .ld-certificate-link{color:#939597} - -.learndash-wrapper #ld-profile .ld-item-list a.ld-item-name{padding:0 5px}@media screen and (min-width:800px){ - -.learndash-wrapper #ld-profile .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column.ld-column-date,.learndash-wrapper #ld-profile .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column.ld-table-list-column-date,.learndash-wrapper #ld-profile .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column.ld-column-date,.learndash-wrapper #ld-profile .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column.ld-table-list-column-date{-webkit-box-flex:0;-ms-flex:0 1 190px;flex:0 1 190px}} - -.learndash-wrapper #ld-profile .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column,.learndash-wrapper #ld-profile .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column{text-align:left;font-size:1em} - -.learndash-wrapper #ld-profile .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column{text-transform:uppercase;font-size:12px;color:var(--bb-alternate-text-color)} - -.learndash-wrapper #ld-profile .ld-table-list .ld-table-list-items .ld-table-list-column{color:var(--bb-alternate-text-color)} - -.learndash-wrapper #ld-profile .ld-table-list .ld-table-list-header .ld-table-list-column{color:var(--bb-headings-color)} - -.learndash-wrapper #ld-profile .ld-item-list-item-expanded .ld-table-list .ld-table-list-item-preview{padding:12px 0} - -.learndash-wrapper #ld-profile .ld-item-list-item-expanded .ld-table-list .ld-table-list-item-preview .ld-table-list-title a{color:var(--bb-headings-color)} - -.learndash-wrapper #ld-profile .ld-item-list-item-expanded .ld-table-list .ld-table-list-item-preview .ld-table-list-title a:hover{color:var(--bb-primary-color)} - -.learndash-wrapper #ld-profile .ld-item-list-item-expanded .ld-item-contents{padding-top:1em;padding-bottom:1em} - -.learndash-wrapper #ld-profile .ld-item-list-item-expanded .ld-table-list.ld-quiz-list{margin:.5em 0;border-radius:0} - -.learndash-wrapper #ld-profile .ld-item-list-item-expanded .ld-table-list-header{text-transform:uppercase;font-size:12px;color:var(--bb-alternate-text-color)} - -.learndash-wrapper #ld-profile .ld-icon.ld-icon-assignment{color:#939597;font-size:20px} - -.learndash-wrapper #ld-profile .ld-icon.ld-icon-calendar{font-size:13px} - -.learndash-wrapper #ld-profile .ld-assignment-list .ld-status{padding-left:2px} - -.learndash-wrapper #ld-profile .ld-table-list-column.ld-table-list-column-stats .ld-icon.ld-icon-assignment{font-size:22px;font-weight:500} - -.learndash-wrapper #ld-profile .ld-table-list-column.ld-table-list-column-stats .ld-icon.ld-icon-assignment::before{content:"\e868"} - -.learndash-wrapper #ld-profile .ld-table-list-column.ld-table-list-column-certificate .ld-icon.ld-icon-certificate{color:#939597;font-size:18px} - -.learndash-wrapper #ld-profile .ld-status-icon.ld-status-incomplete{border:2px solid #dedfe2} - -.learndash-wrapper #ld-profile .ld-status-icon.ld-status-in-progress{border:2px solid #dedfe2;border-right-color:var(--bb-primary-color);border-bottom-color:var(--bb-primary-color);-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);background-color:transparent}@media screen and (min-width:800px){ - -.learndash-wrapper #ld-profile .ld-table-list.ld-assignment-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column.ld-date-column{-webkit-box-flex:0;-ms-flex:0 1 180px;flex:0 1 180px} - -.learndash-wrapper #ld-profile .ld-table-list.ld-assignment-list .ld-table-list-column.ld-column-status,.learndash-wrapper #ld-profile .ld-table-list.ld-assignment-list .ld-table-list-column.ld-status-column{-webkit-box-flex:0;-ms-flex:0 1 250px;flex:0 1 250px}} - -.learndash-wrapper #ld-profile .ld-table-list.ld-assignment-list .ld-table-list-column.ld-comments-column{font-weight:400} - -.learndash-wrapper #ld-profile .ld-table-list.ld-assignment-list .ld-status{white-space:nowrap;display:inline-block} - -.learndash-wrapper #ld-profile .ld-table-list.ld-assignment-list .ld-icon.ld-icon-assignment{margin-right:5px} - -.learndash-wrapper #ld-profile .ld-profile-summary{margin-bottom:3em} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:0 20px 20px;margin-bottom:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;max-height:180px} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-heading{-ms-flex-item-align:end;align-self:flex-end;font-size:28px;color:var(--bb-headings-color);position:relative;bottom:55px} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar{border-radius:5px;margin-right:20px;position:relative;top:30px;width:180px;height:180px;border:5px solid #fff;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px var(--bb-content-border-color)} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar .avatar{border-radius:5px} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-edit-link{-ms-flex-item-align:end;align-self:flex-end;padding:2px 12px;border-radius:var(--bb-button-radius);font-size:13px;margin-left:auto;position:relative;z-index:3;background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular)} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-edit-link:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-edit-link: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)} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-left:220px;position:relative;bottom:65px;z-index:2} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat{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-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:0;-ms-flex:none;flex:none;padding:0 15px;border-right:1px solid var(--bb-content-border-color)} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat:first-of-type{padding-left:0} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat:last-of-type{border-right:0;padding-right:0} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat strong{color:var(--bb-headings-color);margin:0 5px 0 0;font-size:20px} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat span{color:var(--bb-alternate-text-color);font-size:14px;line-height:1}@media screen and (max-width:992px){ - -.learndash-wrapper #ld-profile .ld-profile-summary{margin-bottom:0} - -.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;max-height:none;padding-bottom:0} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-heading{bottom:90px} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-edit-link,.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-heading{-ms-flex-item-align:start;align-self:flex-start;margin-left:200px} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar{top:35px} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-edit-link{bottom:30px} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats{bottom:120px} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat span,.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat strong{font-size:14px}}@media screen and (max-width:800px){ - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:50px;padding-top:30px} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar{top:0;margin-right:0} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-heading{bottom:0;margin:10px 0} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-edit-link,.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-heading{-ms-flex-item-align:center;align-self:center;margin-left:0} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-edit-link{bottom:0} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats{margin-left:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;bottom:45px} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat span,.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat strong{font-size:14px;line-height:140%}}@media screen and (max-width:640px){ - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat{width:auto;margin-bottom:.5em!important}}@media screen and (max-width:500px){ - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card{padding-bottom:150px} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar{width:170px;height:170px} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats{bottom:130px} - -.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width:992px){ - -.learndash-wrapper #ld-profile .ld-profile-summary+.ld-item-list{margin-top:0}}@media screen and (max-width:800px){ - -.learndash-wrapper #ld-profile .ld-profile-summary+.ld-item-list{margin-top:10px}}@media screen and (max-width:500px){ - -.learndash-wrapper #ld-profile .ld-profile-summary+.ld-item-list{margin-top:-80px}} - -.widget .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats{margin:0;-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;bottom:0} - -.widget .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;border:0} - -.widget .learndash-wrapper #ld-profile .ld-profile-summary{margin-top:0} - -.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;max-height:none;border:0;margin-top:0} - -.widget .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar{top:0;margin:0 auto} - -.widget .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-heading{bottom:0;-ms-flex-item-align:center;align-self:center} - -.widget .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-edit-link{position:static;-ms-flex-item-align:center;align-self:center;margin:0} - -.widget .learndash-wrapper #ld-profile .ld-item-list-item-preview .ld-status{margin-right:auto} - -.widget .learndash-wrapper #ld-profile .ld-item-list .ld-section-heading{padding-left:10px;padding-right:10px} - -.widget .learndash-wrapper #ld-profile .ld-status{padding:3px 8px} - -.widget .learndash-wrapper #ld-profile .ld-progress-label{font-size:12px} - -.widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview{-ms-flex-flow:wrap;flex-flow:wrap;padding-left:10px;padding-right:10px} - -.widget .ld-item-list .ld-item-list-item .ld-item-name{-webkit-box-flex:1;-ms-flex:1 1 85%;flex:1 1 85%;width:85%} - -.widget .ld-item-list .ld-item-list-item .ld-course-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;min-width:0} - -.widget .ld-item-list .ld-item-list-item .ld-item-details{min-width:100%;margin-top:5px} - -.widget .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-progress{padding:20px} - -.widget .ld-item-list .ld-item-list-item .ld-progress-stats{padding-right:0} - -.widget .ld-item-list .ld-section-heading .ld-search-prompt{height:auto;line-height:20px;padding:3px 10px} - -.widget .ld-item-list .ld-section-heading .ld-search-prompt .ld-icon{top:2px} - -.widget .ld-item-list .ld-section-heading .ld-expand-button{height:auto;line-height:20px;padding:3px 10px} - -.learndash-wrapper .ld-loading::before{border:3px solid rgba(0,0,0,.2);border-top-color:var(--bb-primary-color)} - -.lms-topic-sidebar-wrapper{background-color:var(--bb-body-background-color);box-shadow:inset -36px 0 40px -32px rgba(0,0,0,.05);-webkit-transition:margin-left .2s ease,margin-right .2s ease;transition:margin-left .2s ease,margin-right .2s ease;opacity:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow-x:hidden;overflow-y:auto;min-height:-webkit-calc(100vh - 76px);min-height:calc(100vh - 76px)} - -.lms-topic-sidebar-wrapper .ld-item-list-section-heading{padding:5px 30px 5px 25px} - -.lms-topic-sidebar-wrapper .ld-item-list-section-heading .ld-lesson-section-heading{color:var(--bb-headings-color);font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%} - -.lms-topic-sidebar-wrapper .lms-topic-sidebar-data{padding:15px 0;font-size:15px;position:fixed;left:0;-webkit-transition:left .2s ease,right .2s ease;transition:left .2s ease,right .2s ease;width:370px;height:100%;max-height:-webkit-calc(100% - 80px);max-height:calc(100% - 80px);overflow:auto;z-index:111}@media screen and (min-width:800px){ - -.bb-buddypanel-left.buddypanel-open .lms-topic-sidebar-wrapper .lms-topic-sidebar-data{left:230px} - -.sfwd-single-sidebar-right .lms-topic-sidebar-wrapper .lms-topic-sidebar-data,.sfwd-single-sidebar-right.bb-buddypanel-left.buddypanel-open .lms-topic-sidebar-wrapper .lms-topic-sidebar-data,.sfwd-single-sidebar-right.bb-buddypanel-left:not(.buddypanel-open) .lms-topic-sidebar-wrapper .lms-topic-sidebar-data{left:inherit;right:0} - -.bb-buddypanel-right.buddypanel-open.sfwd-single-sidebar-right .lms-topic-sidebar-wrapper .lms-topic-sidebar-data{left:inherit;right:230px} - -.bb-buddypanel-right:not(.buddypanel-open).sfwd-single-sidebar-right .lms-topic-sidebar-wrapper .lms-topic-sidebar-data{left:inherit;right:0} - -.bb-buddypanel-right.buddypanel-open.sfwd-single-sidebar-left .lms-topic-sidebar-wrapper .lms-topic-sidebar-data,.bb-buddypanel-right:not(.buddypanel-open).sfwd-single-sidebar-left .lms-topic-sidebar-wrapper .lms-topic-sidebar-data{left:0;right:inherit} - -.bb-buddypanel-right.buddypanel-open.sfwd-single-sidebar-left.lms-side-panel-close .lms-topic-sidebar-wrapper .lms-topic-sidebar-data,.bb-buddypanel-right:not(.buddypanel-open).sfwd-single-sidebar-left.lms-side-panel-close .lms-topic-sidebar-wrapper .lms-topic-sidebar-data{left:-370px;right:inherit}} - -.elementor-header+.site-content .lms-topic-sidebar-data{background-color:var(--bb-body-background-color)}@media screen and (min-width:800px){ - -.bb-buddypanel-left.buddypanel-open .lms-topic-sidebar-wrapper.lms-topic-sidebar-close .lms-topic-sidebar-data{left:-370px} - -.bb-buddypanel-left.buddypanel-open.sfwd-single-sidebar-right .lms-topic-sidebar-wrapper.lms-topic-sidebar-close .lms-topic-sidebar-data,.bb-buddypanel-left:not(.buddypanel-open).sfwd-single-sidebar-right .lms-topic-sidebar-wrapper.lms-topic-sidebar-close .lms-topic-sidebar-data,.bb-buddypanel-right.buddypanel-open.sfwd-single-sidebar-right .lms-topic-sidebar-wrapper.lms-topic-sidebar-close .lms-topic-sidebar-data,.bb-buddypanel-right:not(.buddypanel-open).sfwd-single-sidebar-right .lms-topic-sidebar-wrapper.lms-topic-sidebar-close .lms-topic-sidebar-data,.sfwd-single-sidebar-right .lms-topic-sidebar-wrapper.lms-topic-sidebar-close .lms-topic-sidebar-data{left:inherit;right:-370px}} - -.lms-topic-sidebar-wrapper .lms-links{border-top:1px solid var(--bb-content-border-color);margin:25px 30px 0;padding:25px 0 0} - -.lms-topic-sidebar-wrapper .lms-links ul{list-style:none;margin-left:0} - -.lms-topic-sidebar-wrapper .lms-links ul li{padding:5px 0} - -.lms-topic-sidebar-wrapper .lms-links ul li a{display:block;width:100%;text-align:center;line-height:40px;border:1px solid var(--bb-primary-color);border-radius:100px;color:var(--bb-primary-color);-webkit-transition:all linear .2s;transition:all linear .2s} - -.lms-topic-sidebar-wrapper .lms-links ul li a:hover{color:var(--bb-primary-color)} - -.lms-topic-sidebar-wrapper .lms-links ul li a i{margin:0 8px 0 0;position:relative;top:1px;font-size:16px} - -.lms-topic-sidebar-wrapper .bb-progress-bar{width:100%;height:3px;border-radius:3px;background-color:rgba(255,255,255,.4);position:relative;margin-bottom:10px} - -.lms-topic-sidebar-wrapper .bb-progress-bar span{background-color:#fff;height:100%;display:inline-block;position:absolute;border-radius:3px} - -.lms-topic-sidebar-wrapper .lms-items-loading{list-style:none;margin-left:30px} - -.lms-topic-sidebar-wrapper .lms-items-loading li{margin:8px 0} - -.lms-topic-sidebar-wrapper .lms-items-loading li a{display:inline-block} - -.lms-topic-sidebar-wrapper .lms-lessions-list ol .lms-item-wrapper{margin-left:-100px;padding-left:100px} - -.lms-topic-sidebar-wrapper .lms-lessions-list ol>li ol,.lms-topic-sidebar-wrapper .lms-lessions-list ol>li>ul{margin-bottom:0} - -.lms-topic-sidebar-wrapper .lms-lessions-list>ol{margin-left:47px} - -.lms-topic-sidebar-wrapper .lms-course-quizzes-list{margin-top:30px} - -.lms-topic-sidebar-wrapper .lms-course-quizzes-list .lms-course-quizzes-heading{font-size:15px;font-weight:600;letter-spacing:.6px;padding:20px 0 0;margin:0 30px 15px;border-top:1px solid var(--bb-content-border-color)} - -.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul{margin-left:0} - -.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul a{padding-left:30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.lms-topic-sidebar-wrapper .lms-course-quizzes-list ul .lms-item-wrapper{margin-left:-100px;padding-left:100px} - -.lms-topic-sidebar-wrapper .lms-count{background-color:rgba(0,0,0,.03);border-radius:100px;font-weight:500;padding:0 14px;font-size:11px;height:20px;line-height:20px;margin-left:10px} - -.lms-topic-sidebar-wrapper .lms-course-sidebar-heading{font-size:15px;letter-spacing:.6px;padding:20px 0 0;margin:0 30px 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.lms-topic-sidebar-wrapper .lms-course-groups-list{margin-bottom:20px} - -.lms-topic-sidebar-wrapper .lms-group-flag{margin:30px 0 10px} - -.lms-topic-sidebar-wrapper .lms-group-flag .group-flag-index{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:17px 30px;background:rgba(146,164,183,.1);-webkit-transition:.3s all;transition:.3s all} - -.lms-topic-sidebar-wrapper .lms-group-flag .group-flag-index>a{-webkit-box-flex:0;-ms-flex:0 0 53px;flex:0 0 53px;max-width:53px} - -.lms-topic-sidebar-wrapper .lms-group-flag .lms-flag-group-avatar{border-radius:4px;margin-right:15px;max-width:38px;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px var(--bb-content-border-color)} - -.lms-topic-sidebar-wrapper .lms-group-flag .lms-group-heading{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 77px);flex:0 0 -webkit-calc(100% - 77px);flex:0 0 calc(100% - 77px);max-width:-webkit-calc(100% - 77px);max-width:calc(100% - 77px)} - -.lms-topic-sidebar-wrapper .lms-group-flag .lms-group-heading span{display:block;line-height:1} - -.lms-topic-sidebar-wrapper .lms-group-flag .lms-group-heading a span{color:var(--bb-headings-color);font-size:16px;font-weight:500;-webkit-transition:.3s all;transition:.3s all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis} - -.lms-topic-sidebar-wrapper .lms-group-flag .lms-group-heading a:hover span{color:var(--bb-primary-color)} - -.lms-topic-sidebar-wrapper .lms-group-flag .lms-group-heading>span{color:var(--bb-alternate-text-color);font-size:13px;margin-top:5px} - -.lms-topic-sidebar-wrapper .lms-group-flag .flag-group-exp{padding:5px;color:var(--bb-alternate-text-color);cursor:pointer;-webkit-box-flex:0;-ms-flex:0 0 24px;flex:0 0 24px;max-width:24px} - -.lms-topic-sidebar-wrapper .lms-group-flag.expanded .flag-group-exp i{-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1)} - -.lms-topic-sidebar-wrapper .course-group-list{list-style:none;margin:0;padding-top:15px;padding-bottom:15px;display:none} - -.lms-topic-sidebar-wrapper .course-group-list li{padding:8px 30px 8px 80px} - -.lms-topic-sidebar-wrapper .course-group-list img{max-width:32px;margin-right:15px;border-radius:5px} - -.lms-topic-sidebar-wrapper .course-group-list a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--bb-headings-color);-webkit-transition:.3s all;transition:.3s all} - -.lms-topic-sidebar-wrapper .course-group-list a:hover{color:var(--bb-primary-color)} - -.lms-topic-sidebar-wrapper .course-group-list a .lms-group-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis} - -.lms-topic-sidebar-wrapper .group-exec-list{list-style:none;margin:0} - -.lms-topic-sidebar-wrapper .group-exec-list li{padding:0} - -.lms-topic-sidebar-wrapper .group-exec-list li>a{padding:10px 30px;-webkit-transition:.3s all;transition:.3s all} - -.lms-topic-sidebar-wrapper .group-exec-list li>a:hover{background:rgba(146,164,183,.1)} - -.lms-topic-sidebar-wrapper .group-exec-list img{max-width:38px;margin-right:15px} - -.lms-topic-sidebar-wrapper .group-exec-list a .lms-group-lead span{display:block;line-height:1;color:var(--bb-headings-color)} - -.lms-topic-sidebar-wrapper .group-exec-list a .lms-group-lead span:last-child{font-size:13px;color:var(--bb-alternate-text-color);margin-top:5px} - -.lms-topic-sidebar-wrapper .group-exec-list a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--bb-alternate-text-color)} - -.lms-topic-sidebar-wrapper .group-exec-list a:hover .lms-group-lead span{color:var(--bb-primary-color)} - -.lms-topic-sidebar-wrapper .group-exec-list a:hover .lms-group-lead span:first-child{color:var(--bb-primary-color)} - -.lms-topic-sidebar-wrapper .group-exec-list a:hover .lms-group-lead span:last-child{color:var(--bb-alternate-text-color)} - -.lms-topic-sidebar-wrapper .lms-course-members-list{margin-top:30px} - -.lms-topic-sidebar-wrapper .lms-course-members-list .lms-course-sidebar-heading{border-top:1px solid var(--bb-content-border-color)} - -.lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap{padding:0} - -.lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap>.list-members-extra{padding:15px 30px 0;display:inline-block} - -.lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap>.list-members-extra.lme-less{display:none} - -.lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap.expanded>.list-members-extra.lme-less{display:inline-block} - -.lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap.expanded>.list-members-extra.lme-more{display:none} - -.lms-topic-sidebar-wrapper .lms-course-members-list .list-members-extra i{margin-left:5px} - -.lms-topic-sidebar-wrapper .lms-course-members-list .expanded .list-members-extra i{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)} - -.lms-topic-sidebar-wrapper .lms-course-members-list .course-members-list{list-style:none;margin:0} - -.lms-topic-sidebar-wrapper .lms-course-members-list .course-members-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 30px} - -.lms-topic-sidebar-wrapper .lms-course-members-list .course-members-list img{max-width:28px;margin-right:10px} - -.lms-topic-sidebar-wrapper .lms-course-members-list .course-members-list.course-members-list-extra{display:none} - -.lms-topic-sidebar-wrapper .lms-course-members-list .course-members-list a{color:var(--bb-headings-color)} - -.lms-topic-sidebar-wrapper .lms-course-members-list .course-members-list a:hover{color:var(--bb-primary-color)} - -.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul,.lms-topic-sidebar-wrapper .lms-lessions-list>ol{margin-bottom:0} - -.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul>li a.bb-lesson-head,.lms-topic-sidebar-wrapper .lms-lessions-list>ol>li a.bb-lesson-head{color:var(--bb-headings-color)} - -.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul>li a.bb-lesson-head:hover,.lms-topic-sidebar-wrapper .lms-lessions-list>ol>li a.bb-lesson-head:hover{color:var(--bb-primary-color)} - -.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul>li.lms-is-locked:not(.bb-lms-is-sample) a,.lms-topic-sidebar-wrapper .lms-lessions-list>ol>li.lms-is-locked:not(.bb-lms-is-sample) a{pointer-events:none;cursor:default} - -.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul li.current>.lms-item-wrapper>a,.lms-topic-sidebar-wrapper .lms-lessions-list>ol li.current>.lms-item-wrapper>a{color:var(--bb-primary-color)} - -.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul .lms-sidebar-lesson-progression,.lms-topic-sidebar-wrapper .lms-lessions-list>ol .lms-sidebar-lesson-progression{color:#939597;font-size:13px;margin-right:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul .lms-sidebar-lesson-progression .bb-progress,.lms-topic-sidebar-wrapper .lms-lessions-list>ol .lms-sidebar-lesson-progression .bb-progress{margin-left:10px;position:relative;left:1px} - -.lms-topic-sidebar-wrapper ol.lms-topic-list{margin-bottom:1rem} - -.lms-topic-sidebar-wrapper ol.lms-topic-list .lms-topic-item .lms-quiz-list{margin-bottom:0} - -.lms-topic-sidebar-wrapper ol.lms-topic-list .lms-topic-item .lms-quiz-list li:last-child{padding-bottom:0} - -.lms-topic-sidebar-wrapper .lms-quiz-list{list-style:none;margin-left:0;margin-bottom:0} - -.lms-topic-sidebar-wrapper li .lms-item-wrapper{padding:12px 0;line-height:1.6;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.lms-topic-sidebar-wrapper li.current>.lms-item-wrapper{background-color:#f4f5f7} - -.lms-topic-sidebar-wrapper .lms-item-wrapper a{margin-right:auto;color:#939597} - -.lms-topic-sidebar-wrapper .lms-side-item-complete{font-size:18px;margin-right:20px} - -.lms-topic-sidebar-wrapper .lms-side-item-complete i[class*=" bb-icon-"],.lms-topic-sidebar-wrapper .lms-side-item-complete i[class^=bb-icon-]{font-size:20px} - -.lms-topic-sidebar-wrapper .lms-side-item-incomplete{color:var(--bb-content-border-color);margin-right:20px;margin-left:15px} - -.lms-topic-sidebar-wrapper .lms-side-item-incomplete i[class*=" bb-icon-"],.lms-topic-sidebar-wrapper .lms-side-item-incomplete i[class^=bb-icon-]{font-size:20px} - -.lms-topic-sidebar-wrapper .lms-lesson-progress-container{display:inline-block;width:20px;height:20px}@media only screen and (max-width:1200px) and (min-width:800px){ - -body.bb-buddypanel.bb-sfwd-aside:not(.elementor-template-canvas) .elementor-section-boxed[style*=width],body.bb-buddypanel.bb-sfwd-aside:not(.elementor-template-canvas) .elementor-section-full_width[style*=width],body.bb-buddypanel.bb-sfwd-aside:not(.elementor-template-canvas) .elementor-section-stretched[style*=width],body.bb-buddypanel.buddypanel-open.bb-sfwd-aside:not(.elementor-template-canvas) .elementor-section-boxed[style*=width],body.bb-buddypanel.buddypanel-open.bb-sfwd-aside:not(.elementor-template-canvas) .elementor-section-full_width[style*=width],body.bb-buddypanel.buddypanel-open.bb-sfwd-aside:not(.elementor-template-canvas) .elementor-section-stretched[style*=width]{padding-left:0}}@media only screen and (max-width:1080px) and (min-width:800px){ - -.buddypanel-open .lms-topic-sidebar-wrapper .lms-topic-sidebar-data{width:250px} - -.buddypanel-open .lms-topic-sidebar-wrapper{max-width:250px} - -.buddypanel-open .lms-topic-sidebar-wrapper.lms-topic-sidebar-close{margin-left:-250px} - -.buddypanel-open.bb-sfwd-aside:not(.lms-side-panel-close) .site>.elementor-location-header{padding-left:250px}}@media screen and (max-width:767px){ - -#learndash-content div.lms-topic-sidebar-wrapper{max-width:350px;display:none} - -#learndash-content div.lms-topic-sidebar-wrapper.show-in-mobile{display:-webkit-box;display:-ms-flexbox;display:flex} - -.lms-topic-sidebar-wrapper{width:100%} - -.lms-topic-sidebar-wrapper .lms-topic-sidebar-data{width:100%;max-width:350px}}@media screen and (min-width:820px){ - -.bb-single-course-sidebar{max-width:380px;-webkit-box-flex:0;-ms-flex:0 0 42%;flex:0 0 42%;margin-left:auto;position:relative;z-index:2} - -.bb-single-course-sidebar.bb-preview-wrap{margin-top:-260px}} - -.widget-area.course-widget-area{padding-top:0} - -.widget-area.course-widget-area .widget-title{font-size:13px;letter-spacing:.5px;border-bottom:1px solid #e6e7e8;margin:0 -15px 15px;padding:0 15px 15px} - -.widget .bb-course-filters:not(:last-child){margin-bottom:22px} - -.widget .bb-course-filters li{margin:0} - -.widget .bb-course-filters label{font-size:14px;color:#939597;letter-spacing:-.24px;display:block;margin:0 -15px 1px;padding:8px 15px} - -.widget .bb-course-filters .bs-styled-checkbox:checked+label{background:#f7fafe} - -.widget .bb-course-filters .bs-styled-checkbox+label::before{width:16px;height:16px} - -.widget .bb-course-filters .bs-styled-checkbox:checked+label::after{content:"\e876";display:inline-block;font:400 normal normal 14px/1 bb-icons;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);color:#fff;left:10px;font-size:26px;top:4px;box-shadow:none} - -.widget_ldcourseinfo #ld_course_info_mycourses_list .ld-course-info-my-courses{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%} - -.widget_ldcourseinfo #ld_course_info_mycourses_list .bb-cover-list-item{-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:0;border:0;background-color:transparent;box-shadow:none} - -.widget_ldcourseinfo #ld_course_info_mycourses_list .bb-cover-wrap{width:40px;height:40px;padding:0;border-radius:100%} - -.widget_ldcourseinfo #ld_course_info_mycourses_list .bb-card-course-details{padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row} - -.widget_ldcourseinfo #ld_course_info_mycourses_list .bb-card-course-details h2{font-size:14px;font-weight:500} - -.widget_ldcourseinfo #ld_course_info>h4{margin-bottom:15px;line-height:1.4;font-size:14px;color:var(--bb-alternate-text-color);stroke:var(--bb-alternate-text-color)} - -.widget_ldcourseinfo #course_progress_details a.learndash-profile-course-certificate-link{display:none} - -.widget_ldcourseinfo #course_progress_details .bb_profile_course_wrapper{font-size:0} - -.widget_ldcourseinfo #course_progress_details .bb_profile_course_wrapper .learndash-profile-course-title{font-size:14px} - -.widget_ldcourseinfo #course_progress_details .bb_profile_course_wrapper .learndash-profile-course-title strong{font-weight:400} - -.widget_ldcourseinfo #course_progress_details .bb_profile_course_wrapper .learndash-profile-course-access-label{display:none} - -.widget_ldcourseinfo #course_progress_details .bb_profile_course_wrapper .bb-learndash-profile-course-status{font-size:0;-webkit-box-flex:0;-ms-flex:0 0 95px;flex:0 0 95px;max-width:95px} - -.widget_ldcourseinfo #course_progress_details .bb_profile_course_wrapper .bb-learndash-profile-course-status .leardash-course-status{font-size:12px} - -.widget_ldcourseinfo #course_progress_details span.bb-learndash-profile-edit-course-link{-webkit-box-flex:0;-ms-flex:0 0 20px;flex:0 0 20px;max-width:20px;padding:0;margin-right:5px} - -.widget_ldcourseinfo #quiz_progress_details>p{font-size:12px} - -.widget_ldcourseinfo #quiz_progress_details span.bb-learndash-profile-edit-course-link{-webkit-box-flex:0;-ms-flex:0 0 20px;flex:0 0 20px;max-width:20px;padding:0;margin-right:5px} - -.widget_ldcourseinfo #quiz_progress_details .bb-ld-quiz-percentage{padding:0 5px;-webkit-box-flex:0;-ms-flex:0 0 45px;flex:0 0 45px;max-width:45px} - -.widget_ldcourseinfo #quiz_progress_details a.user_statistic{padding:0 5px;-webkit-box-flex:0;-ms-flex:0 0 70px;flex:0 0 70px;max-width:70px} - -.widget_sfwd-courses-widget li h4{margin-bottom:0;font-family:inherit;text-transform:none;font-size:14px;font-weight:400;padding:0;letter-spacing:0} - -.widget_sfwd-courses-widget ul li:last-of-type{margin-bottom:0} - -.elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .ld-user-status.ld-is-widget,.ld-sidebar-widgets .widget_lduserstatus .ld-user-status.ld-is-widget,.widget.widget_lduserstatus .ld-user-status.ld-is-widget{margin:0} - -.elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item:last-child,.ld-sidebar-widgets .widget_lduserstatus .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item:last-child,.widget.widget_lduserstatus .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item:last-child{padding-bottom:0} - -.elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus div.ld-item-list,.ld-sidebar-widgets .widget_lduserstatus div.ld-item-list,.widget.widget_lduserstatus div.ld-item-list{margin:0} - -.elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .ld-item-list-item-preview,.elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .learndash-wrapper .ld-item-list-item-preview,.ld-sidebar-widgets .widget_lduserstatus .ld-item-list-item-preview,.ld-sidebar-widgets .widget_lduserstatus .learndash-wrapper .ld-item-list-item-preview,.widget.widget_lduserstatus .ld-item-list-item-preview,.widget.widget_lduserstatus .learndash-wrapper .ld-item-list-item-preview{background:0 0} - -.elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .ld-item-title,.ld-sidebar-widgets .widget_lduserstatus .ld-item-title,.widget.widget_lduserstatus .ld-item-title{display:block} - -.elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .ld-status-icon,.elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon,.ld-sidebar-widgets .widget_lduserstatus .ld-status-icon,.ld-sidebar-widgets .widget_lduserstatus .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon,.widget.widget_lduserstatus .ld-status-icon,.widget.widget_lduserstatus .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon{margin-right:10px} - -.elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .ld-section-heading,.ld-sidebar-widgets .widget_lduserstatus .ld-section-heading,.widget.widget_lduserstatus .ld-section-heading{margin-bottom:0}@media screen and (min-width:800px){ - -.widget-area.course-widget-area{-webkit-box-flex:0;-ms-flex:0 0 280px;flex:0 0 280px;max-width:280px}}@media screen and (min-width:540px) and (max-width:799px){ - -.widget-area.course-widget-area{-webkit-box-flex:0;-ms-flex:0 0 240px;flex:0 0 240px;max-width:240px}} - -.ld-sidebar-widgets ul{margin:0} - -.ld-sidebar-widgets .widget{margin-left:30px;margin-right:30px;background:0 0;border:none;border-top:1px solid var(--bb-content-border-color);margin-bottom:0;border-radius:0;list-style:none;padding:1.25rem 0} - -.ld-sidebar-widgets .widget a{color:var(--bb-headings-color)} - -.ld-sidebar-widgets .widget a:hover{color:var(--bb-primary-color)} - -.ld-sidebar-widgets .widget a.favorite-toggle,.ld-sidebar-widgets .widget a.subscription-toggle{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color)} - -.ld-sidebar-widgets .widget a.favorite-toggle:focus,.ld-sidebar-widgets .widget a.subscription-toggle:focus{box-shadow:var(--bb-outline-button-focus-shadow)} - -.ld-sidebar-widgets .widget a.favorite-toggle:hover,.ld-sidebar-widgets .widget a.subscription-toggle: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);box-shadow:none} - -.ld-sidebar-widgets .widget a.favorite-toggle:active,.ld-sidebar-widgets .widget a.subscription-toggle: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);box-shadow:0 0 1px 2px rgba(0,0,0,.05),inset 0 0 0 2px rgba(0,0,0,.08)} - -.ld-sidebar-widgets .widget a.favorite-toggle.disabled,.ld-sidebar-widgets .widget a.favorite-toggle:disabled,.ld-sidebar-widgets .widget a.subscription-toggle.disabled,.ld-sidebar-widgets .widget a.subscription-toggle:disabled{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color);opacity:.5;pointer-events:none;cursor:default} - -.ld-sidebar-widgets .widget a.button:not(.logout-link,.wc-forward){background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)} - -.ld-sidebar-widgets .widget a.button:not(.logout-link,.wc-forward):focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.ld-sidebar-widgets .widget a.button:not(.logout-link,.wc-forward):hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -.ld-sidebar-widgets .widget a.button.wc-forward{color:#fff} - -.ld-sidebar-widgets .widget a.button.wc-forward:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)} - -.ld-sidebar-widgets .widget:first-child{margin-top:15px} - -.ld-sidebar-widgets .widget h2.widgettitle{font-size:13px;color:var(--bb-headings-color);letter-spacing:.5px;margin:0;padding-bottom:15px;text-transform:uppercase} - -.ld-sidebar-widgets .widget h2.widgettitle .widget-num-count{padding:0 .25rem;color:var(--bb-alternate-text-color);margin-right:auto} - -.ld-sidebar-widgets .widget .llms-progress{margin:5px 0} - -.ld-sidebar-widgets .widget .textwidget h2,.ld-sidebar-widgets .widget .textwidget h3,.ld-sidebar-widgets .widget .textwidget h4,.ld-sidebar-widgets .widget .textwidget h5,.ld-sidebar-widgets .widget .textwidget h6{margin-bottom:10px} - -.ld-sidebar-widgets .bbp_widget_login h2.widgettitle,.ld-sidebar-widgets .widget_bp_core_login_widget h2.widgettitle{display:block;width:100%} - -.ld-sidebar-widgets .widget.buddypress div.item-options .selected{border-bottom:1px solid var(--bb-primary-color)} - -.ld-sidebar-widgets .widget ul h2 a,.ld-sidebar-widgets .widget ul h3 a,.ld-sidebar-widgets .widget ul h4 a,.ld-sidebar-widgets .widget ul h5 a,.ld-sidebar-widgets .widget ul h6 a{letter-spacing:unset} - -.lms-topic-sidebar-wrapper .ld-sidebar-widgets li.widget h2.widgettitle{text-transform:none;font-size:15px} - -#ld_course_info.ld_course_info #ld_course_info_mycourses_list .ld-course-info-my-courses{padding-bottom:0} - -.widget_ldcourseinfo .ld-course-info-my-courses>img{display:block;margin:0 0 10px} - -.widget_ldcourseinfo .ld-course-info-my-courses h2.ld-entry-title{font-size:14px;margin:0 0 10px;font-family:inherit} - -.widget_ldcourseinfo .ld-course-info-my-courses h2.ld-entry-title a{color:#939597} - -.widget_ldcourseinfo .ld-course-info-my-courses h2.ld-entry-title a:hover{color:var(--bb-primary-color)} - -.widget_ldcourseinfo .ld-courseregistered-content-container .ld-course-info-my-courses{padding:0 0 10px;margin:0 0 10px;border-bottom:1px solid var(--bb-content-border-color)} - -.widget .learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title{font-size:inherit} - -.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button,.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview a.ld-lesson-item-preview-heading{color:#939597} - -.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button:hover,.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview a.ld-lesson-item-preview-heading:hover{color:var(--bb-primary-color)} - -.bb-single-course-sidebar .ld-sidebar-widgets{margin:0;list-style:none} - -.bb-single-course-sidebar .ld-sidebar-widgets .widget{margin:15px 0;padding:15px 30px 25px;overflow:visible} - -.bb-single-course-sidebar .ld-sidebar-widgets .widget{box-shadow:0 32px 54px 0 rgba(0,0,0,.1);border-radius:var(--bb-block-radius);border:0;background-color:var(--bb-content-background-color)} - -.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap{margin:0 -30px;border-radius:5px 5px 0 0;overflow:hidden;position:relative;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} - -.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap audio{width:100%;background-color:#e2e7ed} - -.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap audio:focus{outline:0} - -.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap audio::-webkit-media-controls-panel{background-color:#e2e7ed;border-radius:0} - -.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap.bb-thumbnail-preview{display:block;height:0;padding-bottom:67.25%;position:relative;z-index:1} - -.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap.bb-thumbnail-preview 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} - -.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap{padding:0} - -.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container{height:0;padding-bottom:56.25%;position:relative;z-index:1;background-color:var(--bb-cover-image-background-color)} - -.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay{position:absolute;z-index:2;color:#fff;text-align:center;width:100%;height:100%;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-transition:all linear .2s;transition:all linear .2s} - -.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay:hover .bb-course-play-btn{width:60px;height:60px;background-color:rgba(248,248,248,.9)} - -.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay:hover .bb-course-play-btn::after{border-color:transparent transparent transparent var(--bb-primary-color)} - -.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;z-index:3;margin:50px auto;font-size:13px;font-weight:500;text-shadow:0 1px 1px rgba(0,0,0,.3)} - -.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay .bb-course-play-btn-wrapper{width:60px;height:60px;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay .bb-course-play-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:50px;height:50px;background-color:rgba(248,248,248,.7);border-radius:100%;margin:auto;-webkit-transition:all linear .2s;transition:all linear .2s} - -.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay .bb-course-play-btn::after{content:"";display:inline-block;position:relative;left:2px;margin:auto;width:10px;height:10px;border-style:solid;border-width:6px 0 6px 10px;border-color:transparent transparent transparent #4d5c6d;-webkit-transition:all linear .2s;transition:all linear .2s} - -.ld-sidebar-widgets .widget_shopping_cart p.woocommerce-mini-cart__buttons{margin-bottom:0} - -.widget_ldcourseinfo h4{font-size:14px;text-transform:none;font-weight:600;letter-spacing:0;line-height:1.4;margin:0;padding-bottom:15px} - -.widget_ldcourseinfo .course_progress_details{margin-top:20px} - -.widget_ldcourseinfo .course_progress_details .learndash-profile-course-title a{color:var(--bb-headings-color)} - -.widget_ldcourseinfo .course_progress_details .learndash-profile-course-title a:hover{color:var(--bb-primary-color)} - -.widget_ldcourseinfo .course_progress_details .ld-course-progress-content-container>br{content:"";display:block;margin-bottom:15px} - -.widget_ldcourseinfo .course_progress_details .ld-course-progress-content-container>br:last-of-type{margin-bottom:0} - -.widget_ldcourseinfo .quiz_progress_details{margin-top:10px} - -.widget_ldcourseinfo .quiz_progress_details .ld-quiz-progress-content-container p:last-of-type{margin-bottom:0} - -.widget_ldcoursenavigation a.ld-home-link{text-decoration:none} - -.widget_ldcoursenavigation .ld-course-navigation-heading .ld-course-navigation-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.widget_ldcoursenavigation .ld-course-navigation-heading .ld-course-navigation-actions a,.widget_ldcoursenavigation .ld-course-navigation-heading .ld-course-navigation-actions span{font-size:13px;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;margin:0;line-height:1.2} - -.widget_ldcoursenavigation .ld-course-navigation-heading .ld-course-navigation-actions .ld-expand-button{margin-left:auto;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end} - -.widget_ldcoursenavigation .ld-course-navigation-heading .ld-course-navigation-actions .ld-expand-button .ld-text{white-space:nowrap} - -.widget_ldcoursenavigation .ld-lesson-item-preview .ld-expand-button{font-size:12px} - -.widget_ldcoursenavigation .ld-lesson-section-heading{color:var(--bb-headings-color)} - -.widget_ldcoursenavigation .ld-course-navigation .ld-lesson-item-expanded{border-radius:3px;background:#f8f8f8} - -.widget_ldcoursenavigation .ld-course-navigation .ld-lesson-item-expanded{margin:0} - -.widget_ldcoursenavigation .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview{padding:.5em 10px} - -.widget_ldcoursenavigation .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview .ld-topic-title{font-weight:400} - -.widget_ldcoursenavigation .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview .ld-topic-title::before{display:none} - -.widget_ldcoursenavigation .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview .ld-status-icon{margin-left:10px;margin-top:3px} - -.widget_ldcoursenavigation .learndash-wrapper .ld-status-icon.ld-status-complete .ld-icon-checkmark.ld-icon::before{font-size:8px} - -.widget_ldcoursenavigation .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading .ld-status-incomplete{border-color:var(--bb-content-border-color)} - -.widget_ldcoursenavigation .learndash-wrapper .ld-course-navigation .ld-status-icon{margin-top:1px} - -.widget_ldcoursenavigation .ld-course-navigation .ld-course-navigation-heading{border-bottom:1px solid var(--bb-content-border-color)} - -.widget_ldcoursenavigation .ld-course-navigation .ld-lesson-item{border-bottom:0} - -.widget_ldcoursenavigation .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading,.widget_ldcoursenavigation .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title{color:var(--bb-primary-color)} - -.widget_ldcoursenavigation .learndash-wrapper .ld-course-navigation-actions .ld-expand-button.ld-button-alternate{color:var(--bb-primary-color)} - -.lms-topic-sidebar-data .learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded::before{border-top-color:var(--bb-body-background-color)} - -.widget_ldcourseprogress .ld-progress{margin:0} - -.widget_ldcourseprogress .ld-progress .ld-progress-bar{margin-bottom:15px} - -.widget_ldcourseprogress .ld-progress-steps{margin-top:7px} - -.learndash-theme.single-sfwd-courses .widget_ldcourseprogress .ld-progress.ld-progress-inline .ld-progress-bar{height:4px} - -.learndash-theme.single-sfwd-courses .widget_ldcourseprogress .ld-progress .ld-progress-bar .ld-progress-bar-percentage{height:4px} - -.single-sfwd-courses .widget_ldcourseprogress .ld-progress .ld-progress-stats{color:var(--bb-alternate-text-color)} - -.widget_sfwd-lessons-widget li h4{font-family:inherit;font-size:14px;font-weight:400;padding:0;text-transform:none;letter-spacing:0;margin:0} - -.widget_sfwd-lessons-widget ul li:last-of-type{margin-bottom:0} - -.widget_sfwd-quiz-widget li h4{font-family:inherit;font-size:14px;font-weight:400;padding:0;text-transform:none;letter-spacing:0;margin:0} - -.widget_sfwd-quiz-widget ul li:last-of-type{margin-bottom:0} - -.widget_sfwd-certificates-widget li h4{font-family:inherit;font-size:14px;font-weight:400;padding:0;text-transform:none;letter-spacing:0;margin:0} - -.widget_sfwd-certificates-widget ul li:last-of-type{margin-bottom:0} - -.widget_lduserstatus h4{margin-bottom:0;text-transform:none;font-size:14px} - -.widget_lduserstatus .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title .ld-item-components,.widget_lduserstatus .learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name:hover .ld-item-title .ld-item-components{color:var(--bb-alternate-text-color);font-weight:400} - -.widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-components span{margin-bottom:0} - -.widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-components{margin-top:5px} - -.widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-title{color:var(--bb-headings-color);font-weight:500} - -.widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item{border-bottom:0;margin:5px 0;padding:5px 0} - -.widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list-items .ld-item-list-item:last-of-type{margin-bottom:0} - -.widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-pagination{margin-bottom:0} - -.widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-pagination .ld-pages{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:15px 0 0} - -.widget .learndash-course-grid-filter{max-width:100%;min-width:100%;background:0 0;border:0;padding:0} - -.learndash-course-grid-filter .buttons .button{font-weight:inherit;font-size:13px} - -.learndash-course-grid-filter .buttons .button.blue{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)} - -.learndash-course-grid-filter .buttons .button.blue:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.learndash-course-grid-filter .buttons .button.blue:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -.learndash-course-grid-filter .buttons .button.grey{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);border-radius:var(--bb-button-radius)} - -.learndash-course-grid-filter .buttons .button.grey:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -.learndash-course-grid-filter .buttons .button.grey: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)} - -[class*=bb-template-] .widget .learndash-course-grid-filter label{font-size:15px} - -.widget .learndash-course-grid-filter form input[type=range]{margin-top:0} - -.ld-sidebar-widgets li.widget .widgettitle a{color:var(--bb-primary-color)} - -.learndash-wrapper .widget a.next,.learndash-wrapper .widget a.prev{border-bottom:1px solid var(--bb-content-border-color)!important} - -.ld-sidebar-widgets .emojionearea .emojionearea-picker .emojionearea-wrapper{width:250px} - -.ld-sidebar-widgets .emojionearea .emojionearea-picker .emojionearea-search-panel .emojionearea-tones{display:none} - -.ld-sidebar-widgets .bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom,.ld-sidebar-widgets .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom{left:-100px;top:-340px;width:250px} - -.ld-sidebar-widgets .bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{top:340px;left:102px;-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)} - -.bb-template-v2 .ld-sidebar-widgets .bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{display:none} - -.ld-sidebar-widgets .bbp-topic-form .post-emoji:nth-child(2) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom,.ld-sidebar-widgets .post-emoji:nth-child(2) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom{left:-60px} - -.ld-sidebar-widgets .bbp-topic-form .post-emoji:nth-child(2) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after,.ld-sidebar-widgets .post-emoji:nth-child(2) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{left:62px} - -.ld-sidebar-widgets .bbp-topic-form .post-emoji:nth-child(3) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom,.ld-sidebar-widgets .post-emoji:nth-child(3) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom{left:-30px} - -.ld-sidebar-widgets .bbp-topic-form .post-emoji:nth-child(3) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after,.ld-sidebar-widgets .post-emoji:nth-child(3) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper::after{left:33px} - -.ld-sidebar-widgets .gif-media-search-dropdown.open{left:-60px;bottom:40px;top:inherit;width:250px} - -.ld-sidebar-widgets .post-gif:nth-child(2) .gif-media-search-dropdown.open{left:-40px} - -.ld-sidebar-widgets .forums-attached-gif-container{max-width:295px;background-size:cover!important} - -.ld-sidebar-widgets .forums-attached-gif-container .gif-image-container img{display:none} - -.ld-sidebar-widgets #whats-new-toolbar .medium-editor-toolbar{background-color:var(--bb-body-background-color)} - -.ld-sidebar-widgets #whats-new-toolbar .medium-editor-toolbar.active{bottom:0} - -.ld-sidebar-widgets .bb-modal{background-color:transparent} - -.ld-sidebar-widgets #bbpress-forums .bs-single-forum-list>li{background-color:var(--bb-body-background-color)} - -.ld-sidebar-widgets .medium-editor-element,.ld-sidebar-widgets .medium-editor-placeholder{background-color:transparent} - -.widget_block .ld-course-list-items.row .learndash-wrapper .ld-item-list .ld-item-list-item{margin:0} - -.wpProQuiz_content .wpProQuiz_box,.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion{text-align:center;background-color:transparent;border:0} - -.wpProQuiz_content .wpProQuiz_box>ol,.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion>ol{display:inline-block;overflow:hidden} - -.wpProQuiz_content .wpProQuiz_box>ol li,.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion>ol li{width:40px;height:40px;line-height:38px;padding:0;background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color);border:0;font-weight:500;font-size:15px;border-radius:100%} - -.wpProQuiz_content .wpProQuiz_box>ol li.wpProQuiz_reviewQuestionTarget,.wpProQuiz_content .wpProQuiz_box>ol li.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionReview,.wpProQuiz_content .wpProQuiz_box>ol li.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionSolved,.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionTarget,.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionReview,.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionSolved{color:#fff;background-color:var(--bb-primary-color);box-shadow:none;font-weight:500} - -.wpProQuiz_content .wpProQuiz_box>ol li.wpProQuiz_reviewQuestionReview,.wpProQuiz_content .wpProQuiz_box>ol li.wpProQuiz_reviewQuestionSolved,.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionReview,.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionSolved{background-color:#f4f5f7;position:relative;color:inherit} - -.wpProQuiz_content .wpProQuiz_box>ol li.wpProQuiz_reviewQuestionReview::after,.wpProQuiz_content .wpProQuiz_box>ol li.wpProQuiz_reviewQuestionSolved::after,.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionReview::after,.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionSolved::after{content:"";display:inline-block;width:13px;height:13px;background-color:var(--bb-success-color);border:2px solid var(--bb-content-background-color);border-radius:100%;position:absolute;top:-3px;right:-3px} - -.wpProQuiz_content .wpProQuiz_box>ol li.wpProQuiz_reviewQuestionReview::after,.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionReview::after{background-color:var(--bb-warning-color)} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSolvedCorrect,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedCorrect{background-color:var(--bb-success-color);color:#fff} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSolvedIncorrect,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedIncorrect{background-color:var(--bb-danger-color);color:#fff} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionReview,.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSkip,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionReview,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSkip{background-color:var(--bb-warning-color);color:#fff} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_AnswerCorrect{background-color:var(--bb-success-color)} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_Review{background-color:var(--bb-warning-color)} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_AnswerIncorrect{background-color:var(--bb-danger-color)} - -.wpProQuiz_content .wpProQuiz_reviewDiv{border-bottom:1px solid var(--bb-content-border-color)} - -.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion{overflow:auto} - -.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion ol li{margin-bottom:0;border-radius:100%;border:2px solid transparent;outline:0!important} - -.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion ol li.wpProQuiz_reviewQuestionTarget{border-color:var(--bb-primary-color)} - -.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewLegend .learndash-quiz-review-legend-item-current .wpProQuiz_reviewQuestion_Target{outline:0;border:2px solid var(--bb-primary-color);border-radius:100%;box-shadow:none;background-color:transparent} - -.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewLegend ol li span{vertical-align:middle} - -.wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion{overflow:auto;background:0 0;border:0} - -.wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion ol{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -.wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion ol li{padding:0;width:36px;height:36px;line-height:34px;border-radius:100%} - -.wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion{overflow:auto} - -.wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion ol li{margin-bottom:0;border-radius:100%;border:2px solid transparent;outline:0!important} - -.wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion ol li.wpProQuiz_reviewQuestionTarget{border-color:#235af3} - -.wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewLegend .learndash-quiz-review-legend-item-current .wpProQuiz_reviewQuestion_Target{outline:0;border:2px solid var(--bb-primary-color);border-radius:100%;box-shadow:none;background-color:transparent} - -.wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewLegend ol li span{vertical-align:middle} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_box{background-color:transparent} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li{color:var(--bb-headings-color);border-radius:100%} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSolved:not(.wpProQuiz_reviewQuestionTarget){color:var(--bb-headings-color)} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect .wpProQuiz_sortable,.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect label{background-color:transparent;color:inherit;font-weight:400} - -.wpProQuiz_content>h2{font-size:18px;line-height:1.2;font-weight:700;margin:0 0 1.6875rem} - -.wpProQuiz_content .wpProQuiz_button2{border:1px solid var(--bb-primary-color);background:0 0;color:var(--bb-primary-color);border-radius:100px;font-weight:500;min-height:34px;padding:6px 2em;box-shadow:none} - -.wpProQuiz_content .wpProQuiz_button2:active,.wpProQuiz_content .wpProQuiz_button2:focus,.wpProQuiz_content .wpProQuiz_button2:hover{background:0 0;box-shadow:none}@media screen and (max-width:544px){ - -.wpProQuiz_content .wpProQuiz_button2{float:none;margin-bottom:10px}} - -.wpProQuiz_content .wpProQuiz_TipButton{border:0;font-weight:500;padding:6px 2em} - -.wpProQuiz_content .wpProQuiz_TipButton:active,.wpProQuiz_content .wpProQuiz_TipButton:focus,.wpProQuiz_content .wpProQuiz_TipButton:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)} - -.wpProQuiz_content .wpProQuiz_button{padding-left:2em;padding-right:2em;margin-bottom:10px} - -.wpProQuiz_content .wpProQuiz_question_page{font-size:12px;text-transform:uppercase;margin-bottom:30px} - -.wpProQuiz_content .wpProQuiz_listItem>h5.wpProQuiz_header{font-size:13px;text-transform:uppercase} - -.wpProQuiz_content .wpProQuiz_checkPage{margin:30px 0 0} - -.wpProQuiz_content .wpProQuiz_checkPage h4.wpProQuiz_header+p{font-size:12px;text-transform:uppercase} - -.wpProQuiz_content .wpProQuiz_reviewLegend li{font-size:12px} - -.wpProQuiz_content .wpProQuiz_reviewLegend li .wpProQuiz_reviewColor{border-radius:100%} - -.wpProQuiz_content .wpProQuiz_questionList{background-color:transparent;border:0;padding:0} - -.wpProQuiz_content .wpProQuiz_questionList li.wpProQuiz_questionListItem{background-color:var(--bb-content-background-color);min-width:100%} - -.wpProQuiz_content .wpProQuiz_questionList.ui-sortable li.wpProQuiz_questionListItem,.wpProQuiz_content .wpProQuiz_questionList[data-type=multiple] li.wpProQuiz_questionListItem,.wpProQuiz_content .wpProQuiz_questionList[data-type=single] li.wpProQuiz_questionListItem,.wpProQuiz_content .wpProQuiz_questionList[data-type=sort_answer] li.wpProQuiz_questionListItem{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner);padding:10px 20px;margin-bottom:8px} - -.wpProQuiz_content .wpProQuiz_questionList.ui-sortable li.wpProQuiz_questionListItem:last-child,.wpProQuiz_content .wpProQuiz_questionList[data-type=multiple] li.wpProQuiz_questionListItem:last-child,.wpProQuiz_content .wpProQuiz_questionList[data-type=single] li.wpProQuiz_questionListItem:last-child,.wpProQuiz_content .wpProQuiz_questionList[data-type=sort_answer] li.wpProQuiz_questionListItem:last-child{padding:10px 20px} - -.wpProQuiz_content .wpProQuiz_questionList.ui-sortable li.wpProQuiz_questionListItem label,.wpProQuiz_content .wpProQuiz_questionList[data-type=multiple] li.wpProQuiz_questionListItem label,.wpProQuiz_content .wpProQuiz_questionList[data-type=single] li.wpProQuiz_questionListItem label,.wpProQuiz_content .wpProQuiz_questionList[data-type=sort_answer] li.wpProQuiz_questionListItem label{padding:0;border:0} - -.wpProQuiz_content .wpProQuiz_questionList[data-type=multiple] li.wpProQuiz_questionListItem>span,.wpProQuiz_content .wpProQuiz_questionList[data-type=single] li.wpProQuiz_questionListItem>span{margin-right:5px} - -.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form{border:1px dashed var(--bb-content-border-color);border-radius:2px;padding:10px 10%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;background-color:transparent;min-width:100%} - -.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input[type=file]{width:140px;height:40px;opacity:0;overflow:hidden;position:absolute;z-index:0;left:0;top:0;right:0;bottom:0;margin:auto} - -.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input[placeholder]{text-overflow:ellipsis} - -.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form ::-webkit-input-placeholder{text-overflow:ellipsis} - -.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form :-ms-input-placeholder{text-overflow:ellipsis} - -.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form ::placeholder{text-overflow:ellipsis} - -.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input:placeholder{text-overflow:ellipsis} - -.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input[type=file]+label{font-size:15px;font-weight:400;color:#fff;background-color:var(--bb-primary-color);border:0;border-radius:20px;width:auto;text-align:center;padding:7px 20px;display:inline-block;float:none;cursor:pointer;margin:10px 0} - -.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input[type=file]+label::before{content:"\ee24";font:400 normal normal 18px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:10px} - -.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input[type=submit]{background-color:transparent;color:var(--bb-primary-color);border:1px solid var(--bb-primary-color);padding:10px 1em;font-size:15px;cursor:pointer;box-shadow:none;max-width:145px;font-weight:400;position:absolute;right:10%} - -.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input[type=submit]:hover{background-color:transparent!important;opacity:1!important}@media screen and (max-width:1200px){ - -.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form{padding:10px 5% 20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input[type=file]{bottom:inherit;top:18px} - -.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input[type=submit]{position:static}}@media screen and (max-width:992px){ - -.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}} - -.wpProQuiz_content .wpProQuiz_questionList textarea.wpProQuiz_questionEssay{width:100%} - -.wpProQuiz_content .wpProQuiz_sortable{background-color:transparent;border:0;box-shadow:none;position:relative;padding-top:0;padding-bottom:0} - -.wpProQuiz_content .wpProQuiz_sortable::after,.wpProQuiz_content .wpProQuiz_sortable::before{font-family:bb-icons;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:inline-block;content:"\ee5d";color:#c8cbcf;font-weight:300} - -.wpProQuiz_content .wpProQuiz_sortable::before{right:6px} - -[dir=rtl] .wpProQuiz_content .wpProQuiz_tipp>div::before{left:unset;right:8em} - -.wpProQuiz_content .wpProQuiz_tipp>div{background-color:#fff;border-radius:4px;box-shadow:0 3px 24px 0 rgba(18,43,70,.08);border:1px solid #e7eaec} - -.wpProQuiz_content .wpProQuiz_tipp>div .wpProQuiz_header{font-weight:500} - -.wpProQuiz_content .wpProQuiz_tipp>div p{font-size:15px} - -.wpProQuiz_content .wpProQuiz_listItem>.wpProQuiz_header+span{font-size:14px;font-weight:400;color:var(--bb-alternate-text-color)} - -.wpProQuiz_content .wpProQuiz_matrixSortString{background:0 0;border:0;padding:0;overflow:initial} - -.wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable{overflow:hidden;padding-left:0;padding-right:0} - -.wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable li.wpProQuiz_sortStringItem{background-color:var(--bb-content-background-color);border-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius-inner);box-shadow:none;padding-left:40px;padding-right:25px;position:relative;font-size:15px;line-height:1.3} - -.wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable li.wpProQuiz_sortStringItem::after,.wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable li.wpProQuiz_sortStringItem::before{font-family:bb-icons;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:absolute;left:12px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:inline-block;content:"\ee5d";color:#c8cbcf;font-weight:300} - -.wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable li.wpProQuiz_sortStringItem::after{left:18px} - -.wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable li.wpProQuiz_sortStringItem.ui-sortable-helper{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color);color:#fff} - -.wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable .wpProQuiz_placehold{background-color:#fff;border:2px dashed #bdbdbd;border-radius:10px;min-height:100px;min-width:70px} - -.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer]{overflow:hidden;margin-left:-5px;margin-right:-5px} - -.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li{padding:0;margin:0 0 10px} - -.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li table td{border-color:var(--bb-content-border-color)} - -.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li table td .wpProQuiz_maxtrixSortText img{width:auto} - -.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li table td:first-child{border-bottom:0;border-radius:4px 0 0 4px;text-align:center} - -.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li table td:last-child{border-radius:0 4px 4px 0;border-top:0} - -.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li ul.wpProQuiz_maxtrixSortCriterion:not(:empty){height:auto!important;min-height:25px!important} - -.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li ul.wpProQuiz_maxtrixSortCriterion li.wpProQuiz_sortStringItem{background-color:#eef0f3;border-color:#eef0f3;box-shadow:none;padding:5px 25px 5px 40px;margin-left:0;margin-right:0;position:relative;font-size:15px;line-height:1.3} - -.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li ul.wpProQuiz_maxtrixSortCriterion li.wpProQuiz_sortStringItem::after,.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li ul.wpProQuiz_maxtrixSortCriterion li.wpProQuiz_sortStringItem::before{font-family:bb-icons;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:absolute;left:12px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:inline-block;content:"\ee5d";color:#c8cbcf;font-weight:300} - -.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li ul.wpProQuiz_maxtrixSortCriterion li.wpProQuiz_sortStringItem::after{left:18px} - -.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li ul.wpProQuiz_maxtrixSortCriterion li.wpProQuiz_sortStringItem.ui-sortable-helper{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color);color:#fff} - -.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li .wpProQuiz_placehold{background-color:#fff;border:2px dashed #bdbdbd;border-radius:10px;width:100%;min-height:100px} - -.wpProQuiz_content .wpProQuiz_cloze input[type=text]{border-color:#e7eaec;color:inherit} - -.wpProQuiz_content ul.wpProQuiz_questionList[data-type=assessment_answer] li label{margin-right:15px} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem .wpProQuiz_sortable{border:0;padding:0} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem .wpProQuiz_sortable::before{display:none} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem>table{border-width:1px;border-color:var(--bb-content-border-color)} - -.learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li table td:first-child{border-right-width:1px;border-color:var(--bb-content-border-color)} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem textarea.wpProQuiz_questionEssay{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius)} - -.wpProQuiz_content .wpProQuiz_results{text-align:center} - -.wpProQuiz_content .wpProQuiz_results h4.wpProQuiz_header{font-weight:700;font-size:20px} - -.wpProQuiz_content .wpProQuiz_results h4.wpProQuiz_header+p{font-weight:500} - -.wpProQuiz_content .wpProQuiz_results>p{font-size:15px} - -.wpProQuiz_content .wpProQuiz_results .wpProQuiz_quiz_time{color:var(--bb-alternate-text-color);font-weight:400} - -.wpProQuiz_content .wpProQuiz_results .wpProQuiz_graded_points{font-weight:400;color:var(--bb-alternate-text-color)} - -.wpProQuiz_content .wpProQuiz_results>div>.wpProQuiz_button{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);font-weight:500;min-height:34px;padding:6px 2em;box-shadow:none} - -.wpProQuiz_content .wpProQuiz_results>div>.wpProQuiz_button:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -.wpProQuiz_content .wpProQuiz_results>div>.wpProQuiz_button:active,.wpProQuiz_content .wpProQuiz_results>div>.wpProQuiz_button:focus,.wpProQuiz_content .wpProQuiz_results>div>.wpProQuiz_button: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);box-shadow:none} - -.wpProQuiz_content .wpProQuiz_results .ld-quiz-actions{-ms-flex-wrap:wrap;flex-wrap:wrap} - -.wpProQuiz_content .wpProQuiz_results .quiz_continue_link{width:100%;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3} - -.wpProQuiz_content .wpProQuiz_results .quiz_continue_link a#quiz_continue_link{border-radius:var(--bb-button-radius);background:var(--bb-primary-color);font-size:.75em;padding-left:2em;padding-right:2em;-webkit-transition:all linear .2s;transition:all linear .2s;width:auto} - -.wpProQuiz_content .wpProQuiz_results .quiz_continue_link a#quiz_continue_link:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_response{color:var(--bb-body-text-color)} - -.wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_response{box-shadow:none;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner);padding:10px 20px 5px;background:var(--bb-content-alternate-background-color);min-height:auto} - -.wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_response p{margin-bottom:10px;font-size:15px} - -.wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_response span{font-weight:700;font-size:15px} - -.wpProQuiz_sending{text-align:center} - -.wpProQuiz_sending h4.wpProQuiz_header{font-weight:700;font-size:20px} - -.wpProQuiz_sending dd.course_progress{width:100%;border-radius:100px;box-shadow:none} - -.wpProQuiz_sending dd.course_progress div.course_progress_blue{background-color:var(--bb-primary-color)} - -#content li.wpProQuiz_questionListItem.wpProQuiz_answerCorrect,#content li.wpProQuiz_questionListItem.wpProQuiz_answerCorrectIncomplete{background-color:rgba(var(--bb-success-color-rgb),.1)} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect>table td{background-color:rgba(var(--bb-success-color-rgb),.1);border-color:var(--bb-success-color)} - -#content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li.wpProQuiz_questionListItem.wpProQuiz_answerCorrect{border-radius:4px} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect>table td .wpProQuiz_maxtrixSortCriterion,.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect>table td .wpProQuiz_maxtrixSortText{background-color:transparent;border-color:transparent;color:inherit} - -.wpProQuiz_content .wpProQuiz_forms table{width:100%} - -#wpProQuiz_user_content table{display:table;width:100%} - -#wpProQuiz_user_content table td,#wpProQuiz_user_content table th{padding:5px;box-sizing:border-box} - -.wpProQuiz_content .wpProQuiz_catOverview{text-align:left;margin-top:30px;margin-bottom:40px} - -.wpProQuiz_content .wpProQuiz_catOverview>h4{font-weight:700;font-size:20px} - -.wpProQuiz_content .wpProQuiz_catOverview span.wpProQuiz_catName{color:var(--bb-body-text-color);font-size:15px} - -.wpProQuiz_content .wpProQuiz_catOverview span.wpProQuiz_catPercent{font-weight:400;color:var(--bb-alternate-text-color);font-size:15px} - -.wpProQuiz_content .wpProQuiz_catOverview li{border-bottom-color:var(--bb-content-border-color)} - -.wpProQuiz_content .wpProQuiz_catOverview span{background-color:var(--bb-content-background-color)} - -.wpProQuiz_toplistTable{font-size:14px;border:0} - -.wpProQuiz_toplistTable caption{color:var(--bb-alternate-text-color)} - -.wpProQuiz_toplistTable thead tr{background:#fff;color:var(--bb-alternate-text-color)} - -.wpProQuiz_toplistTable thead tr th:first-child{text-align:left} - -.wpProQuiz_toplistTable thead tr th:nth-child(3){width:160px} - -.wpProQuiz_toplistTable thead tr th:last-child{text-align:right} - -.wpProQuiz_toplistTable th{background:#fff;border-bottom:1px solid var(--bb-content-border-color);font-weight:400} - -.wpProQuiz_toplistTable tbody td{font-weight:400;font-size:14px;color:var(--bb-alternate-text-color);padding:10px 5px} - -.wpProQuiz_toplistTable tbody td.wpProQuiz_toplistTrOdd{background-color:#fff} - -.wpProQuiz_toplistTable tbody td:first-child{font-weight:400;text-align:left;color:var(--bb-body-text-color)} - -.wpProQuiz_toplistTable tbody td:nth-child(2){color:var(--bb-body-text-color)} - -.wpProQuiz_toplistTable tbody td:last-child{text-align:right}@media screen and (max-width:544px){ - -.wpProQuiz_toplistTable{font-size:13px} - -.wpProQuiz_toplistTable tbody td{font-size:13px}}@media screen and (max-width:800px){ - -.learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li table td:first-child{width:45%}} - -.wpProQuiz_toplist{margin-bottom:10px!important} - -.wpProQuiz_content .wpProQuiz_addToplist{background-color:var(--bb-content-background-color);border:0;border-top:1px solid var(--bb-content-border-color);margin-bottom:10px} - -.wpProQuiz_content .wpProQuiz_addToplist>span{font-weight:400!important} - -.wpProQuiz_content .wpProQuiz_addToplist .wpProQuiz_addToplistMessage{border:0;background-color:var(--bb-success-color);color:#fff;border-radius:var(--bb-block-radius-inner);font-weight:400} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable{border:0} - -.wpProQuiz_content .wpProQuiz_resultTable{width:auto;border:0;font-weight:400} - -.wpProQuiz_content .wpProQuiz_resultTable table{font-size:15px} - -.wpProQuiz_content .wpProQuiz_resultTable table td,.wpProQuiz_content .wpProQuiz_resultTable table tr{display:inline-block} - -.wpProQuiz_content .wpProQuiz_resultTable table tr:nth-child(1) td:first-child::before{content:"";display:inline-block;width:10px;height:10px;margin-right:8px;border-radius:100%;background-color:#eccbff} - -.wpProQuiz_content .wpProQuiz_resultTable table tr:nth-child(2) td:first-child{padding-left:20px} - -.wpProQuiz_content .wpProQuiz_resultTable table tr:nth-child(2) td:first-child::before{content:"";display:inline-block;width:10px;height:10px;margin-right:8px;border-radius:100%;background-color:var(--bb-primary-color)} - -.wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultName{width:auto;border:0;padding:0 5px 0 0} - -.wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultValue div{box-shadow:none;border-radius:100px;background-color:var(--bb-primary-color);display:none} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultName{line-height:inherit} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_addToplist{border-color:var(--bb-default-notice-color);border-radius:var(--bb-block-radius-inner);background-color:rgba(var(--bb-default-notice-color-rgb),.1)} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_toplistTable th{background:var(--bb-content-alternate-background-color)} - -.wpProQuiz_content .wpProQuiz_addBox{overflow:hidden;margin:20px 0 0} - -.wpProQuiz_content .wpProQuiz_addBox>.wpProQuiz_button2{float:right;margin:0 20px 10px 0;padding:.5em 1em} - -.wpProQuiz_content .wpProQuiz_addBox label{font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:70%;margin:0 auto;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end} - -.wpProQuiz_content .wpProQuiz_addBox label input[type=email],.wpProQuiz_content .wpProQuiz_addBox label input[type=text]{min-width:80%;margin-left:10px;-webkit-box-flex:0;-ms-flex:0 0 80%;flex:0 0 80%} - -p.wpProQuiz_quiz_time{text-transform:uppercase} - -p.wpProQuiz_quiz_time>span{display:block;text-transform:none} - -.wpProQuiz_questionList[data-type=essay] input[type=submit]{margin:10px auto} - -.quiz_progress_container{max-width:250px;min-height:250px;margin:30px auto 15px;position:relative;display:none} - -.quiz_progress_container .quiz_progress_fix{z-index:1} - -.quiz_progress_container #quiz_shape_progress{z-index:3;stroke:var(--bb-primary-color)} - -.quiz_progress_container>svg{position:absolute;top:0;left:0;width:100%;overflow:visible} - -.quiz_progress_container .bb_avg_progress{max-width:230px;min-height:230px;margin:0 auto;position:relative;display:none} - -.quiz_progress_container .bb_avg_progress>svg{position:absolute;top:10px;left:0;width:100%;overflow:visible} - -.wpProQuiz_results .quiz_progress_container{display:block} - -.wpProQuiz_content .wpProQuiz_results .wpProQuiz_points{font-weight:500} - -.learndash-wrapper .wpProQuiz_graded_points,.learndash-wrapper .wpProQuiz_points{background-color:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);color:var(--bb-body-text-color);border-radius:var(--bb-block-radius-inner)} - -.learndash-wrapper .ld-quiz-actions{border-top:1px solid var(--bb-content-border-color)} - -.bb_progressbar_label{position:absolute;left:50%;top:58%;padding:0;margin:0;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:var(--bb-primary-color);font-size:2rem} - -.bb_progressbar_points{display:inline-block;width:61%;position:absolute;left:50%;top:38%;text-align:center;padding:0;margin:0;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:var(--bb-alternate-text-color);font-size:13px;line-height:1.5} - -.wpProQuiz_content .wpProQuiz_results>div>.wpProQuiz_button[name=restartQuiz]{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='bb-icon-rotate-cw'%3E%3Cpolyline points='23 4 23 10 17 10'%3E%3C/polyline%3E%3Cpath d='M20.49 15a9 9 0 1 1-2.12-9.36L23 10'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:14px center;background-size:18px 18px;background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);padding-left:45px;padding-right:15px;font-weight:400;min-width:160px} - -.wpProQuiz_content .wpProQuiz_results>div>.wpProQuiz_button[name=restartQuiz]:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.wpProQuiz_content .wpProQuiz_results>div>.wpProQuiz_button[name=restartQuiz]:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -.wpProQuiz_content .wpProQuiz_results .quiz_continue_link{margin-top:20px;margin-bottom:40px} - -#content .wpProQuiz_content .wpProQuiz_sortable{padding-right:30px} - -.wpProQuiz_content .wpProQuiz_time_limit .wpProQuiz_progress{background-color:var(--bb-primary-color);border-radius:10px} - -.wpProQuiz_modal_window{border-radius:5px} - -.wpProQuiz_modal_window::before{position:fixed;top:48px;right:59px;z-index:160000;content:"\e828";font-family:bb-icons;font-size:30px;font-weight:100;line-height:30px;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} - -.wpProQuiz_modal_window #wpProQuiz_overlay_close{font-size:1px;width:30px;height:30px;padding:0;opacity:0} - -[dir=rtl] .wpProQuiz_modal_window #wpProQuiz_overlay_close{right:59px;left:initial!important} - -.wpProQuiz_modal_window #wpProQuiz_loadUserData{margin-left:0!important;margin-right:0!important;border-radius:5px;background-color:rgba(247,186,69,.3)!important;border:0} - -.wpProQuiz_modal_window #wpProQuiz_user_content>h2{font-size:18px;margin-bottom:10px} - -.wpProQuiz_modal_window table thead{font-size:16px} - -.wpProQuiz_modal_window table tbody,.wpProQuiz_modal_window table tfoot{font-size:14px} - -.wpProQuiz_modal_window table th{font-weight:500;border-bottom:0} - -.wpProQuiz_modal_window table td,.wpProQuiz_modal_window table th{padding:10px} - -.wpProQuiz_modal_window table td p,.wpProQuiz_modal_window table th p{margin-bottom:10px} - -.wpProQuiz_modal_window table td:first-child,.wpProQuiz_modal_window table th:first-child{padding-left:10px} - -.wpProQuiz_modal_window table td:last-child,.wpProQuiz_modal_window table th:last-child{padding-right:10px} - -.wpProQuiz_modal_window table .categoryTr th{background-color:var(--bb-content-alternate-background-color);border-radius:5px} - -.wpProQuiz_modal_window table td[style="color: red;"],.wpProQuiz_modal_window table th[style="color: red;"]{color:var(--bb-danger-color)!important} - -.wpProQuiz_modal_window table td[style="color: green;"],.wpProQuiz_modal_window table th[style="color: green;"]{color:var(--bb-success-color)!important} - -.wpProQuiz_modal_window #wpProQuiz_user_content .wpProQuiz_response{background-color:var(--bb-content-alternate-background-color)!important;border:0!important;box-shadow:none!important;border-radius:5px;padding:10px} - -.wpProQuiz_modal_window #wpProQuiz_user_content .wpProQuiz_response p{margin-bottom:0} - -.wpProQuiz_modal_window #wpProQuiz_user_content .wpProQuiz_questionList{background-color:var(--bb-content-alternate-background-color)!important;border:1px solid var(--bb-content-border-color)!important;border-radius:5px} - -.wpProQuiz_modal_window #wpProQuiz_user_content .wpProQuiz_questionList li label{font-weight:400;font-size:14px} - -.wpProQuiz_modal_window #wpProQuiz_user_content .wpProQuiz_answerCorrect{background-color:var(--bb-success-color);border-radius:5px} - -.wpProQuiz_modal_window #wpProQuiz_user_content .wpProQuiz_answerIncorrect{border-radius:5px;border-color:var(--bb-danger-color)} - -#content li.wpProQuiz_questionListItem.wpProQuiz_answerIncorrect,#content li.wpProQuiz_questionListItem.wpProQuiz_answerIncorrect table{border-color:var(--bb-danger-color)} - -#quiz_progress_details>p{padding:5px 0 10px;margin-bottom:15px;border-bottom:1px solid var(--bb-content-border-color);font-size:15px} - -#quiz_progress_details>p:last-of-type{border-bottom:0} - -#quiz_progress_details p a{color:var(--bb-headings-color)} - -#quiz_progress_details p a:hover{color:var(--bb-primary-color)} - -#quiz_progress_details span.bb-ld-quiz-percentage{-webkit-box-flex:0;-ms-flex:0 0 60px;flex:0 0 60px;max-width:60px;text-align:right} - -#quiz_progress_details span.bb-learndash-profile-edit-course-link{-webkit-box-flex:0;-ms-flex:0 0 60px;flex:0 0 60px;max-width:60px;text-align:right} - -#quiz_progress_details span.bb-learndash-profile-edit-course-link a{color:#939597} - -#quiz_progress_details span.bb-learndash-profile-edit-course-link a:hover{color:#939597} - -.wpProQuiz_content li.wpProQuiz_listItem div.wpProQuiz_questionList_containers input[type=button]{padding:.15em 1em} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_button,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2{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);-webkit-transition:all linear .2s;transition:all linear .2s;font-weight:500;padding:.7em 1em} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:focus,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button:hover{opacity:1;background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:focus,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button:focus{opacity:1} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label.is-selected,.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label:focus-within{border-color:var(--bb-primary-color)} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit{border-radius:4px;background-color:rgba(146,164,183,.2)} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit .time{font-weight:400;color:inherit} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit .wpProQuiz_progress{height:4px;background-color:var(--bb-primary-color)} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit::before{height:4px} - -.wpProQuiz_content .wpProQuiz_results .quiz_continue_link a#quiz_continue_link{font-weight:400;padding:6px 2em} - -.bb-sfwd-aside .sfwd-quiz .learndash_content_wrap .ld-alert{margin-bottom:40px} - -#content ul.wpProQuiz_sortStringList.ui-sortable{background:var(--bb-content-alternate-background-color);padding:15px 10px!important;border-radius:var(--bb-block-radius-inner)} - -.learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList input.wpProQuiz_questionInput{width:auto} - -.learndash-wrapper .wpProQuiz_content input[type=checkbox].wpProQuiz_questionInput{min-width:12px;min-height:12px} - -.learndash-wrapper .wpProQuiz_content input.wpProQuiz_questionInput.bbstyled{opacity:0} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem .input-style{display:inline-block;vertical-align:middle;cursor:pointer;position:relative;overflow:hidden;width:22px;height:22px;line-height:1;background-color:#fff;border:2px solid #d6dce6;border-radius:4px;margin-left:-30px;margin-right:12px;-webkit-box-flex:0;-ms-flex:0 0 22px;flex:0 0 22px} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=assessment_answer] .input-style{margin-left:-20px;margin-right:10px} - -.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=free_answer] label{padding:0;max-width:300px} - -.learndash-wrapper .wpProQuiz_content input[type=radio].wpProQuiz_questionInput+.input-style{border-radius:100%} - -.learndash-wrapper .wpProQuiz_content input[type=radio].wpProQuiz_questionInput.bbstyled:checked+span::after{content:"";background-color:var(--bb-primary-color);margin:auto;width:14px;position:absolute;height:14px;text-align:center;left:2px;top:2px;border-radius:100%} - -.learndash-wrapper .wpProQuiz_content input[type=checkbox].wpProQuiz_questionInput.bbstyled:checked+span{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color)} - -.learndash-wrapper .wpProQuiz_content input[type=checkbox].wpProQuiz_questionInput.bbstyled:checked+span::after{content:"\e876";font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;font-variant:normal;text-transform:none;width:100%;position:absolute;height:100%;text-align:center;color:#fff;line-height:1;font-size:27px;left:-4px;top:-4px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} - -.wpProQuiz_questionList[data-type=assessment_answer] .wpProQuiz_questionListItem label.is-selected::before,.wpProQuiz_questionList[data-type=multiple] .wpProQuiz_questionListItem label.is-selected::before,.wpProQuiz_questionList[data-type=single] .wpProQuiz_questionListItem label.is-selected::before{background-color:var(--bb-primary-color)} - -.wpProQuiz_questionList[data-type=multiple] .wpProQuiz_questionListItem label.is-selected::before{border-color:var(--bb-primary-color)} - -dd.course_progress{margin-left:0;margin-right:0;border-radius:100px;box-shadow:none} - -dd.course_progress div.course_progress_blue{background-color:var(--bb-primary-color)} - -#ld_course_info #ld_course_info_mycourses_list .ld-course-info-my-courses{padding-bottom:20px} - -#course_progress_details .bb_profile_course_wrapper:last-of-type{border-bottom:0} - -.bp-feedback.ld-feedback{color:var(--bb-body-text-color);border:1px solid var(--bb-content-border-color);margin:10px 0;position:relative;border-radius:3px;box-shadow:none;background-color:var(--bb-content-background-color)} - -.bp-feedback.ld-feedback .bp-icon{border-radius:3px 0 0 3px;background-color:var(--bb-primary-color)} - -.bp-feedback.ld-feedback p{font-size:14px;line-height:1.5;padding:10px 5px} - -.leardash-course-status-completed{color:var(--bb-success-color)} - -.learndash_checkout_buttons{margin:10px 0} - -.learndash_checkout_buttons .learndash_checkout_button{width:100%;max-width:100%;margin-right:0} - -.learndash_checkout_buttons .learndash_checkout_button input.ppalholder{display:none} - -.learndash_checkout_buttons form{margin-bottom:10px} - -#learndash_course_content>#learndash_course_content_title{font-size:16px;font-weight:600;letter-spacing:.6px;margin:0 0 20px;text-transform:uppercase} - -#learndash_course_content #learndash_lessons #lesson_heading{background-color:transparent;padding-left:0;padding-right:0} - -#learndash_course_content #learndash_lessons #lesson_heading span:first-child{font-size:16px;font-weight:600;letter-spacing:.6px;margin:0 0 20px} - -#learndash_course_content #learndash_lessons #lessons_list{font-size:15px} - -#learndash_course_content #learndash_lessons #lessons_list>div{border:0} - -#learndash_course_content #learndash_lessons #lessons_list>div div.list-count{border:0} - -#learndash_course_content #learndash_lessons #lessons_list h4,#learndash_course_content #learndash_lessons #lessons_list h4 a{font-size:15px;margin-bottom:0} - -#learndash_course_content #learndash_lessons #lessons_list h4 a{color:#939597;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:0 0} - -#learndash_course_content #learndash_lessons #lessons_list h4 a:hover{color:var(--bb-headings-color);background-color:transparent} - -#learndash_course_content #learndash_lessons #lessons_list h4 a:hover.completed::after,#learndash_course_content #learndash_lessons #lessons_list h4 a:hover.notcompleted::after{color:var(--bb-headings-color)} - -#learndash_course_content #learndash_lessons #lessons_list h4 a.completed::after,#learndash_course_content #learndash_lessons #lessons_list h4 a.notcompleted::after{font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e875";margin-left:auto;margin-right:15px;color:var(--bb-headings-color)} - -#learndash_course_content #learndash_lessons #lessons_list h4 a.notcompleted::after{opacity:.2} - -.learndash_post_sfwd-lessons .notavailable_message{padding:100px;font-size:inherit} - -.learndash_post_sfwd-lessons .notavailable_message>span{text-transform:uppercase} - -.bb-sfwd-aside .elementor-location-single .elementor-section-boxed .elementor-container{max-width:100%} - -.bb-sfwd-aside .elementor-location-single .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap{padding:0}@media screen and (max-width:1200px){ - -.bb-sfwd-aside .elementor-location-single .elementor-section.elementor-section-boxed>.elementor-container{padding-left:0;padding-right:0}} - -.bb-sfwd-aside:not(.lms-side-panel-close) .elementor-location-single>.elementor-section-wrap>.elementor-section{margin-left:370px}@media only screen and (max-width:1080px) and (min-width:800px){ - -.bb-sfwd-aside:not(.lms-side-panel-close) .elementor-location-single>.elementor-section-wrap>.elementor-section{margin-left:250px}} - -.bb-sfwd-aside:not(.lms-side-panel-close) .elementor-location-single>.elementor-section-wrap>.elementor-section .lms-topic-sidebar-data{background-color:var(--bb-body-background-color)} - -.bb-sfwd-aside:not(.lms-side-panel-close) .elementor-location-single>.elementor-section-wrap>.elementor-section:has(#learndash-content){margin-left:0}@media screen and (max-width:767px){ - -.bb-sfwd-aside:not(.lms-side-panel-close) .elementor-location-single #learndash-content .lms-topic-sidebar-wrapper{position:fixed!important;top:var(--bb-header-height)} - -.bb-sfwd-aside:not(.lms-side-panel-close) .elementor-location-single>.elementor-section-wrap>.elementor-section{margin-left:0}}@media screen and (max-width:767px){ - -.bb-sfwd-aside:not(.lms-side-panel-close).admin-bar .elementor-location-single #learndash-content .lms-topic-sidebar-wrapper{margin-top:45px}} - -.bb-sfwd-aside.lms-side-panel-close .elementor-location-single>.elementor-section-wrap>.elementor-section{margin-left:0} - -.bb-sfwd-aside .elementor-location-single{background-color:var(--bb-content-background-color)} - -.bb-sfwd-aside .elementor-location-single .elementor-section .elementor-widget:not(.elementor-widget-theme-post-content){max-width:1180px;margin-left:auto;margin-right:auto} - -.bb-sfwd-aside .elementor-location-single .elementor-section .elementor-element-populated{padding-left:0;padding-right:0} - -.bb-sfwd-aside .elementor-location-single .elementor-widget-theme-post-content .lms-topic-sidebar-data{background-color:var(--bb-body-background-color)}@media screen and (min-width:767px){ - -.bb-sfwd-aside:not(.lms-side-panel-close) .elementor-location-single .elementor-section .elementor-widget:not(.elementor-widget-theme-post-content){margin-left:370px}} - -.site-main .learndash-wrapper .ld-alert .ld-alert-icon{min-width:40px;min-height:40px;padding: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} - -.single.single-sfwd-lessons .entry-content-wrap{padding-top:0} - -#learndash-page-content .ld-focus-comments .ld-focus-comment:last-child{margin-bottom:2em} - -#learndash-page-content .ld-focus-comments .ld-comment-wrapper{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);margin-bottom:20px;padding:30px} - -#learndash-page-content .ld-focus-comments #commentform textarea#comment{background-color:transparent;border-width:1px;border-radius:3px} - -#learndash-page-content .ld-focus-comments #commentform .logged-in-as{display:none} - -#learndash-page-content .ld-focus-comments .ld-expand-button.ld-button-alternate{font-size:14px;color:var(--bb-primary-color)} - -#learndash-page-content .ld-focus-comments .comment-respond{padding:30px} - -#learndash-page-content .ld-focus-comments .comment-respond #reply-title{font-size:18px;font-weight:400;margin-bottom:25px} - -#learndash-page-content .ld-focus-comments .ld-focus-comments__heading{border-bottom:none} - -#learndash-page-content .ld-focus-comments .ld-focus-comments__heading .ld-focus-comments__header{color:var(--bb-headings-color);font-size:18px;font-weight:400;margin-bottom:0} - -#learndash-page-content .ld-focus-comments #ld-comments{margin-bottom:0} - -#learndash-page-content .ld-focus-comments .ld-comment-avatar .ld-comment-avatar-author a.ld-comment-permalink{line-height:normal;color:var(--bb-primary-color)} - -#learndash-page-content .ld-focus-comments .ld-comment-avatar .ld-comment-avatar-author .ld-comment-author-name{font-size:14px;margin-bottom:0} - -#learndash-page-content .ld-focus-comments .ld-comment-body{margin-left:60px} - -#learndash-page-content .ld-focus-comments .ld-comment-body p{margin-bottom:0} - -#learndash-page-content .ld-focus-comments .ld-comment-reply{margin:10px 0 0} - -#learndash-page-content .ld-focus-comments .ld-comment-reply a.comment-reply-link{background-color:transparent;padding:0;font-size:14px;color:#939597;font-weight:400;border-radius:0;letter-spacing:-.26px} - -#learndash-page-content .ld-focus-comments .comment .ld-comment-avatar{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -#learndash-page-content .ld-focus-comments .comment .ld-comment-avatar>img{max-width:42px;border:0} - -#learndash-page-content .ld-focus-comments .form-submit #submit{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);width:auto;padding:6px 20px;font-size:14px;min-height:34px;font-weight:500;border-radius:var(--bb-button-radius)} - -#learndash-page-content .ld-focus-comments .form-submit #submit:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -#learndash-page-content .ld-focus-comments .form-submit #submit: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)} - -.group-sidebar .group_courses ul.courses-group-list li.item-entry{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}@media screen and (max-width:992px){ - -.group-sidebar .group_courses ul.courses-group-list li.item-entry{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:544px){ - -.group-sidebar .group_courses ul.courses-group-list li.item-entry{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}} - -#buddypress .dataTables_paginate .button{background:0 0;box-shadow:none;color:var(--bb-primary-color);font-size:13px;padding:0;height:auto;min-height:1px;margin:10px 0 0 12px} - -#buddypress .dataTables_paginate .button.current{color:var(--bb-alternate-text-color)} - -#buddypress .dataTables_paginate .button:focus,#buddypress .dataTables_paginate .button:hover{color:var(--bb-primary-color);box-shadow:none} - -body.buddypress .buddypress-wrap .group_courses h3.course-name{margin-bottom:8px} - -body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt{font-size:13px;color:var(--bb-alternate-text-color);line-height:1.384;display:block;display:-webkit-box;max-height:2.72em;margin:-3px 0 20px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis} - -.group_courses ul.courses-group-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;padding-top:0;margin:0 -10px} - -.group_courses ul.courses-group-list li.item-entry{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;margin:0 0 20px;padding:0 10px} - -.group_courses ul.courses-group-list li.item-entry .list-wrap{height:100%;background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:4px}@media screen and (max-width:992px){ - -.group_courses ul.courses-group-list li.item-entry{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:544px){ - -.group_courses ul.courses-group-list li.item-entry{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}} - -.group_courses ul.courses-group-list li.item-entry .bb-course-meta .item-avatar{margin-right:10px} - -.group_courses ul.courses-group-list li.item-entry .item-avatar{float:none;margin:0} - -.group_courses ul.courses-group-list li.item-entry .item-avatar>a{border-radius:4px 4px 0 0;padding-top:52%;position:relative;overflow:hidden;display:block;background:var(--bb-cover-image-background-color)} - -.group_courses ul.courses-group-list li.item-entry .item-avatar>a img.photo{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;display:none} - -.group_courses ul.courses-group-list li.item-entry .item-avatar>a img.photo.wp-post-image{display:block} - -.group_courses ul.courses-group-list li.item-entry .item-avatar>a img.photo.no-photo{display:none} - -.group_courses ul.courses-group-list li.item-entry .item{padding:20px} - -.group_courses ul.courses-group-list .course-name a{color:inherit;font-weight:600;font-size:22px} - -.group_courses ul.courses-group-list .course-name a:hover{color:var(--bb-primary-color)} - -.group_courses ul.courses-group-list .bp-learndash-progress-bar p.bp-learndash-progress-bar-label{display:none} - -.group_courses ul.courses-group-list .bp-learndash-progress-bar progress{display:block;width:100%;border:0 none;background:var(--bb-content-border-color);height:3px;border-radius:3px} - -.group_courses ul.courses-group-list .bp-learndash-progress-bar progress::-moz-progress-bar{background-color:var(--bb-primary-color)} - -.group_courses ul.courses-group-list .bp-learndash-progress-bar progress::-webkit-progress-bar{background:0 0} - -.group_courses ul.courses-group-list .bp-learndash-progress-bar progress::-webkit-progress-value{border-radius:3px;background-color:var(--bb-primary-color)} - -.group_courses ul.courses-group-list .bp-learndash-progress-bar progress::-ms-fill{background-color:var(--bb-primary-color)} - -.group_courses ul.courses-group-list .bp-learndash-progress-bar-percentage{display:block;color:var(--bb-alternate-text-color);font-size:13px;margin:5px 0 0;opacity:.8} - -#buddypress ul.courses-group-list .course-link{text-align:right;margin:5px 0} - -#buddypress ul.courses-group-list .course-link a.button{background-color:transparent;color:var(--bb-headings-color);box-shadow:none;font-size:14px;padding:0;line-height:1;height:auto;min-height:auto} - -#buddypress ul.courses-group-list .course-link a.button::after{content:"\e827";font-family:bb-icons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:none;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:5px;position:relative;top:1px} - -#buddypress ul.courses-group-list .course-link a.button:hover{color:var(--bb-primary-color)} - -.single-groups .groups .ld-course-status-segment .ld-status{line-height:30px;height:auto} - -.single-groups .groups .ld-course-status-segment form{margin-bottom:0} - -.single-groups .groups .ld-course-status-segment .learndash_checkout_button input.ppalholder{height:auto;vertical-align:middle;background-color:transparent;border:0} - -.single-groups .groups .ld-item-list .ld-item-list-items .ld-item-list-item-preview>a .ld-status-icon{margin-right:10px;margin-top:3px} - -.single-groups .groups .user_has_no_access .ld-item-list-item-preview a.ld-item-name{cursor:pointer;pointer-events:auto} - -.single-groups .groups .learndash_post_groups .ld-group-courses .ld-item-list-item-preview .ld-item-details .ld-status.ld-status-progress{min-width:120px} - -.bb-leandash-profile-page .bb-profile-card{background:#fff;border:1px solid var(--bb-content-border-color);border-bottom:0} - -.bb-leandash-profile-page .bb-profile-avatar{margin-top:-45px;margin-left:30px;margin-bottom:20px}@media only screen and (max-width:768px){ - -#content .bb-profile-avatar{margin-top:-45px;margin-left:0;margin-bottom:20px}} - -.bb-profile-items .profile-item .profile-title{font-weight:400;font-size:32px;margin-top:20px;margin-bottom:5px} - -.bb-profile-items .profile-item .profile-title a{color:var(--bb-headings-color)}@media only screen and (max-width:768px){ - -.bb-profile-items .profile-item .profile-title{margin-top:0}} - -.bb-progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)} - -.bb-progress-circle{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;transition:width .6s ease} - -.bb-progress{width:22px;height:22px;line-height:22px;background:0 0;margin:0 auto;box-shadow:none;position:relative} - -.bb-progress::after{content:"";width:100%;height:100%;border-radius:50%;border:2px solid #dedfe2;position:absolute;top:0;left:0} - -.bb-progress>span{width:50%;height:100%;overflow:hidden;position:absolute;top:0;z-index:1} - -.bb-progress .bb-progress-left{left:0} - -.bb-progress .bb-progress-circle{width:100%;height:100%;background:0 0;border-width:2px;border-style:solid;position:absolute;top:0;border-color:var(--bb-primary-color)} - -.bb-progress .bb-progress-left .bb-progress-circle{left:100%;border-top-right-radius:11px;border-bottom-right-radius:11px;border-left:0;-webkit-transform-origin:center left;-ms-transform-origin:center left;transform-origin:center left;-webkit-animation:loading-2 1.5s linear forwards 1.8s;animation:loading-2 1.5s linear forwards 1.8s} - -.bb-progress .bb-progress-right{right:0} - -.bb-progress .bb-progress-right .bb-progress-circle{left:-100%;border-top-left-radius:11px;border-bottom-left-radius:11px;border-right:0;-webkit-transform-origin:center right;-ms-transform-origin:center right;transform-origin:center right;-webkit-animation:loading-1 1.8s linear forwards;animation:loading-1 1.8s linear forwards} - -.bb-progress .bb-progress-value{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:50%;font-size:36px;text-align:center;line-height:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;font-weight:300} - -.bb-progress .bb-progress-value div{margin-top:10px} - -.bb-progress .bb-progress-value span{font-size:12px;text-transform:uppercase} - -.ld-progress-bar{margin:0;height:4px;background:var(--bb-content-border-color)} - -.ld-progress-bar .ld-progress-bar-percentage{background:var(--bb-primary-color);height:4px;width:auto} - -.learndash-wrapper .ld-progress .ld-progress-bar{height:4px;background-color:var(--bb-content-border-color)} - -.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage{background:var(--bb-primary-color);height:4px;width:auto;border-radius:7px} - -.learndash-wrapper .ld-progress .ld-progress-stats{color:var(--bb-alternate-text-color);font-size:12px} - -.bb-progress[data-percentage="1"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-1 1.5s linear forwards;animation:loading-1 1.5s linear forwards} - -.bb-progress[data-percentage="1"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="2"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-2 1.5s linear forwards;animation:loading-2 1.5s linear forwards} - -.bb-progress[data-percentage="2"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="3"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-3 1.5s linear forwards;animation:loading-3 1.5s linear forwards} - -.bb-progress[data-percentage="3"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="4"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-4 1.5s linear forwards;animation:loading-4 1.5s linear forwards} - -.bb-progress[data-percentage="4"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="5"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-5 1.5s linear forwards;animation:loading-5 1.5s linear forwards} - -.bb-progress[data-percentage="5"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="6"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-6 1.5s linear forwards;animation:loading-6 1.5s linear forwards} - -.bb-progress[data-percentage="6"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="7"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-7 1.5s linear forwards;animation:loading-7 1.5s linear forwards} - -.bb-progress[data-percentage="7"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="8"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-8 1.5s linear forwards;animation:loading-8 1.5s linear forwards} - -.bb-progress[data-percentage="8"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="9"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-9 1.5s linear forwards;animation:loading-9 1.5s linear forwards} - -.bb-progress[data-percentage="9"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="10"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-10 1.5s linear forwards;animation:loading-10 1.5s linear forwards} - -.bb-progress[data-percentage="10"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="11"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-11 1.5s linear forwards;animation:loading-11 1.5s linear forwards} - -.bb-progress[data-percentage="11"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="12"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-12 1.5s linear forwards;animation:loading-12 1.5s linear forwards} - -.bb-progress[data-percentage="12"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="13"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-13 1.5s linear forwards;animation:loading-13 1.5s linear forwards} - -.bb-progress[data-percentage="13"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="14"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-14 1.5s linear forwards;animation:loading-14 1.5s linear forwards} - -.bb-progress[data-percentage="14"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="15"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-15 1.5s linear forwards;animation:loading-15 1.5s linear forwards} - -.bb-progress[data-percentage="15"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="16"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-16 1.5s linear forwards;animation:loading-16 1.5s linear forwards} - -.bb-progress[data-percentage="16"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="17"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-17 1.5s linear forwards;animation:loading-17 1.5s linear forwards} - -.bb-progress[data-percentage="17"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="18"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-18 1.5s linear forwards;animation:loading-18 1.5s linear forwards} - -.bb-progress[data-percentage="18"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="19"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-19 1.5s linear forwards;animation:loading-19 1.5s linear forwards} - -.bb-progress[data-percentage="19"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="20"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-20 1.5s linear forwards;animation:loading-20 1.5s linear forwards} - -.bb-progress[data-percentage="20"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="21"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-21 1.5s linear forwards;animation:loading-21 1.5s linear forwards} - -.bb-progress[data-percentage="21"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="22"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-22 1.5s linear forwards;animation:loading-22 1.5s linear forwards} - -.bb-progress[data-percentage="22"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="23"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-23 1.5s linear forwards;animation:loading-23 1.5s linear forwards} - -.bb-progress[data-percentage="23"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="24"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-24 1.5s linear forwards;animation:loading-24 1.5s linear forwards} - -.bb-progress[data-percentage="24"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="25"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-25 1.5s linear forwards;animation:loading-25 1.5s linear forwards} - -.bb-progress[data-percentage="25"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="26"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-26 1.5s linear forwards;animation:loading-26 1.5s linear forwards} - -.bb-progress[data-percentage="26"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="27"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-27 1.5s linear forwards;animation:loading-27 1.5s linear forwards} - -.bb-progress[data-percentage="27"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="28"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-28 1.5s linear forwards;animation:loading-28 1.5s linear forwards} - -.bb-progress[data-percentage="28"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="29"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-29 1.5s linear forwards;animation:loading-29 1.5s linear forwards} - -.bb-progress[data-percentage="29"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="30"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-30 1.5s linear forwards;animation:loading-30 1.5s linear forwards} - -.bb-progress[data-percentage="30"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="31"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-31 1.5s linear forwards;animation:loading-31 1.5s linear forwards} - -.bb-progress[data-percentage="31"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="32"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-32 1.5s linear forwards;animation:loading-32 1.5s linear forwards} - -.bb-progress[data-percentage="32"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="33"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-33 1.5s linear forwards;animation:loading-33 1.5s linear forwards} - -.bb-progress[data-percentage="33"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="34"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-34 1.5s linear forwards;animation:loading-34 1.5s linear forwards} - -.bb-progress[data-percentage="34"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="35"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-35 1.5s linear forwards;animation:loading-35 1.5s linear forwards} - -.bb-progress[data-percentage="35"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="36"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-36 1.5s linear forwards;animation:loading-36 1.5s linear forwards} - -.bb-progress[data-percentage="36"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="37"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-37 1.5s linear forwards;animation:loading-37 1.5s linear forwards} - -.bb-progress[data-percentage="37"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="38"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-38 1.5s linear forwards;animation:loading-38 1.5s linear forwards} - -.bb-progress[data-percentage="38"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="39"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-39 1.5s linear forwards;animation:loading-39 1.5s linear forwards} - -.bb-progress[data-percentage="39"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="40"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-40 1.5s linear forwards;animation:loading-40 1.5s linear forwards} - -.bb-progress[data-percentage="40"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="41"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-41 1.5s linear forwards;animation:loading-41 1.5s linear forwards} - -.bb-progress[data-percentage="41"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="42"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-42 1.5s linear forwards;animation:loading-42 1.5s linear forwards} - -.bb-progress[data-percentage="42"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="43"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-43 1.5s linear forwards;animation:loading-43 1.5s linear forwards} - -.bb-progress[data-percentage="43"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="44"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-44 1.5s linear forwards;animation:loading-44 1.5s linear forwards} - -.bb-progress[data-percentage="44"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="45"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-45 1.5s linear forwards;animation:loading-45 1.5s linear forwards} - -.bb-progress[data-percentage="45"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="46"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-46 1.5s linear forwards;animation:loading-46 1.5s linear forwards} - -.bb-progress[data-percentage="46"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="47"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-47 1.5s linear forwards;animation:loading-47 1.5s linear forwards} - -.bb-progress[data-percentage="47"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="48"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-48 1.5s linear forwards;animation:loading-48 1.5s linear forwards} - -.bb-progress[data-percentage="48"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="49"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-49 1.5s linear forwards;animation:loading-49 1.5s linear forwards} - -.bb-progress[data-percentage="49"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="50"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="50"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="51"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="51"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-1 1.5s linear forwards 1.5s;animation:loading-1 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="52"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="52"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-2 1.5s linear forwards 1.5s;animation:loading-2 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="53"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="53"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-3 1.5s linear forwards 1.5s;animation:loading-3 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="54"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="54"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-4 1.5s linear forwards 1.5s;animation:loading-4 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="55"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="55"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-5 1.5s linear forwards 1.5s;animation:loading-5 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="56"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="56"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-6 1.5s linear forwards 1.5s;animation:loading-6 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="57"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="57"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-7 1.5s linear forwards 1.5s;animation:loading-7 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="58"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="58"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-8 1.5s linear forwards 1.5s;animation:loading-8 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="59"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="59"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-9 1.5s linear forwards 1.5s;animation:loading-9 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="60"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="60"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-10 1.5s linear forwards 1.5s;animation:loading-10 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="61"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="61"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-11 1.5s linear forwards 1.5s;animation:loading-11 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="62"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="62"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-12 1.5s linear forwards 1.5s;animation:loading-12 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="63"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="63"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-13 1.5s linear forwards 1.5s;animation:loading-13 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="64"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="64"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-14 1.5s linear forwards 1.5s;animation:loading-14 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="65"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="65"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-15 1.5s linear forwards 1.5s;animation:loading-15 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="66"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="66"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-16 1.5s linear forwards 1.5s;animation:loading-16 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="67"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="67"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-17 1.5s linear forwards 1.5s;animation:loading-17 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="68"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="68"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-18 1.5s linear forwards 1.5s;animation:loading-18 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="69"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="69"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-19 1.5s linear forwards 1.5s;animation:loading-19 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="70"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="70"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-20 1.5s linear forwards 1.5s;animation:loading-20 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="71"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="71"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-21 1.5s linear forwards 1.5s;animation:loading-21 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="72"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="72"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-22 1.5s linear forwards 1.5s;animation:loading-22 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="73"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="73"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-23 1.5s linear forwards 1.5s;animation:loading-23 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="74"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="74"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-24 1.5s linear forwards 1.5s;animation:loading-24 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="75"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="75"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-25 1.5s linear forwards 1.5s;animation:loading-25 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="76"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="76"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-26 1.5s linear forwards 1.5s;animation:loading-26 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="77"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="77"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-27 1.5s linear forwards 1.5s;animation:loading-27 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="78"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="78"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-28 1.5s linear forwards 1.5s;animation:loading-28 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="79"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="79"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-29 1.5s linear forwards 1.5s;animation:loading-29 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="80"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="80"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-30 1.5s linear forwards 1.5s;animation:loading-30 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="81"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="81"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-31 1.5s linear forwards 1.5s;animation:loading-31 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="82"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="82"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-32 1.5s linear forwards 1.5s;animation:loading-32 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="83"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="83"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-33 1.5s linear forwards 1.5s;animation:loading-33 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="84"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="84"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-34 1.5s linear forwards 1.5s;animation:loading-34 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="85"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="85"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-35 1.5s linear forwards 1.5s;animation:loading-35 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="86"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="86"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-36 1.5s linear forwards 1.5s;animation:loading-36 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="87"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="87"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-37 1.5s linear forwards 1.5s;animation:loading-37 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="88"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="88"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-38 1.5s linear forwards 1.5s;animation:loading-38 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="89"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="89"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-39 1.5s linear forwards 1.5s;animation:loading-39 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="90"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="90"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-40 1.5s linear forwards 1.5s;animation:loading-40 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="91"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="91"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-41 1.5s linear forwards 1.5s;animation:loading-41 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="92"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="92"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-42 1.5s linear forwards 1.5s;animation:loading-42 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="93"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="93"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-43 1.5s linear forwards 1.5s;animation:loading-43 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="94"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="94"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-44 1.5s linear forwards 1.5s;animation:loading-44 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="95"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="95"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-45 1.5s linear forwards 1.5s;animation:loading-45 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="96"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="96"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-46 1.5s linear forwards 1.5s;animation:loading-46 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="97"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="97"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-47 1.5s linear forwards 1.5s;animation:loading-47 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="98"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="98"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-48 1.5s linear forwards 1.5s;animation:loading-48 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="99"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="99"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-49 1.5s linear forwards 1.5s;animation:loading-49 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="100"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="100"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards 1.5s;animation:loading-50 1.5s linear forwards 1.5s}@-webkit-keyframes loading-1{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(3.6deg);transform:rotate(3.6deg)}}@keyframes loading-1{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(3.6deg);transform:rotate(3.6deg)}}@-webkit-keyframes loading-2{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(7.2deg);transform:rotate(7.2deg)}}@keyframes loading-2{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(7.2deg);transform:rotate(7.2deg)}}@-webkit-keyframes loading-3{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(10.8deg);transform:rotate(10.8deg)}}@keyframes loading-3{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(10.8deg);transform:rotate(10.8deg)}}@-webkit-keyframes loading-4{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(14.4deg);transform:rotate(14.4deg)}}@keyframes loading-4{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(14.4deg);transform:rotate(14.4deg)}}@-webkit-keyframes loading-5{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}}@keyframes loading-5{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}}@-webkit-keyframes loading-6{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(21.6deg);transform:rotate(21.6deg)}}@keyframes loading-6{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(21.6deg);transform:rotate(21.6deg)}}@-webkit-keyframes loading-7{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(25.2deg);transform:rotate(25.2deg)}}@keyframes loading-7{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(25.2deg);transform:rotate(25.2deg)}}@-webkit-keyframes loading-8{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(28.8deg);transform:rotate(28.8deg)}}@keyframes loading-8{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(28.8deg);transform:rotate(28.8deg)}}@-webkit-keyframes loading-9{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(32.4deg);transform:rotate(32.4deg)}}@keyframes loading-9{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(32.4deg);transform:rotate(32.4deg)}}@-webkit-keyframes loading-10{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(36deg);transform:rotate(36deg)}}@keyframes loading-10{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(36deg);transform:rotate(36deg)}}@-webkit-keyframes loading-11{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(39.6deg);transform:rotate(39.6deg)}}@keyframes loading-11{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(39.6deg);transform:rotate(39.6deg)}}@-webkit-keyframes loading-12{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(43.2deg);transform:rotate(43.2deg)}}@keyframes loading-12{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(43.2deg);transform:rotate(43.2deg)}}@-webkit-keyframes loading-13{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(46.8deg);transform:rotate(46.8deg)}}@keyframes loading-13{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(46.8deg);transform:rotate(46.8deg)}}@-webkit-keyframes loading-14{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(50.4deg);transform:rotate(50.4deg)}}@keyframes loading-14{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(50.4deg);transform:rotate(50.4deg)}}@-webkit-keyframes loading-15{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(54deg);transform:rotate(54deg)}}@keyframes loading-15{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(54deg);transform:rotate(54deg)}}@-webkit-keyframes loading-16{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(57.6deg);transform:rotate(57.6deg)}}@keyframes loading-16{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(57.6deg);transform:rotate(57.6deg)}}@-webkit-keyframes loading-17{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(61.2deg);transform:rotate(61.2deg)}}@keyframes loading-17{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(61.2deg);transform:rotate(61.2deg)}}@-webkit-keyframes loading-18{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(64.8deg);transform:rotate(64.8deg)}}@keyframes loading-18{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(64.8deg);transform:rotate(64.8deg)}}@-webkit-keyframes loading-19{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(68.4deg);transform:rotate(68.4deg)}}@keyframes loading-19{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(68.4deg);transform:rotate(68.4deg)}}@-webkit-keyframes loading-20{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(72deg);transform:rotate(72deg)}}@keyframes loading-20{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(72deg);transform:rotate(72deg)}}@-webkit-keyframes loading-21{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(75.6deg);transform:rotate(75.6deg)}}@keyframes loading-21{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(75.6deg);transform:rotate(75.6deg)}}@-webkit-keyframes loading-22{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(79.2deg);transform:rotate(79.2deg)}}@keyframes loading-22{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(79.2deg);transform:rotate(79.2deg)}}@-webkit-keyframes loading-23{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(82.8deg);transform:rotate(82.8deg)}}@keyframes loading-23{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(82.8deg);transform:rotate(82.8deg)}}@-webkit-keyframes loading-24{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(86.4deg);transform:rotate(86.4deg)}}@keyframes loading-24{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(86.4deg);transform:rotate(86.4deg)}}@-webkit-keyframes loading-25{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@keyframes loading-25{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@-webkit-keyframes loading-26{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(93.6deg);transform:rotate(93.6deg)}}@keyframes loading-26{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(93.6deg);transform:rotate(93.6deg)}}@-webkit-keyframes loading-27{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(97.2deg);transform:rotate(97.2deg)}}@keyframes loading-27{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(97.2deg);transform:rotate(97.2deg)}}@-webkit-keyframes loading-28{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(100.8deg);transform:rotate(100.8deg)}}@keyframes loading-28{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(100.8deg);transform:rotate(100.8deg)}}@-webkit-keyframes loading-29{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(104.4deg);transform:rotate(104.4deg)}}@keyframes loading-29{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(104.4deg);transform:rotate(104.4deg)}}@-webkit-keyframes loading-30{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(108deg);transform:rotate(108deg)}}@keyframes loading-30{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(108deg);transform:rotate(108deg)}}@-webkit-keyframes loading-31{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(111.6deg);transform:rotate(111.6deg)}}@keyframes loading-31{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(111.6deg);transform:rotate(111.6deg)}}@-webkit-keyframes loading-32{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(115.2deg);transform:rotate(115.2deg)}}@keyframes loading-32{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(115.2deg);transform:rotate(115.2deg)}}@-webkit-keyframes loading-33{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(118.8deg);transform:rotate(118.8deg)}}@keyframes loading-33{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(118.8deg);transform:rotate(118.8deg)}}@-webkit-keyframes loading-34{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(122.4deg);transform:rotate(122.4deg)}}@keyframes loading-34{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(122.4deg);transform:rotate(122.4deg)}}@-webkit-keyframes loading-35{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(126deg);transform:rotate(126deg)}}@keyframes loading-35{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(126deg);transform:rotate(126deg)}}@-webkit-keyframes loading-36{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(129.6deg);transform:rotate(129.6deg)}}@keyframes loading-36{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(129.6deg);transform:rotate(129.6deg)}}@-webkit-keyframes loading-37{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(133.2deg);transform:rotate(133.2deg)}}@keyframes loading-37{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(133.2deg);transform:rotate(133.2deg)}}@-webkit-keyframes loading-38{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(136.8deg);transform:rotate(136.8deg)}}@keyframes loading-38{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(136.8deg);transform:rotate(136.8deg)}}@-webkit-keyframes loading-39{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(140.4deg);transform:rotate(140.4deg)}}@keyframes loading-39{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(140.4deg);transform:rotate(140.4deg)}}@-webkit-keyframes loading-40{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(144deg);transform:rotate(144deg)}}@keyframes loading-40{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(144deg);transform:rotate(144deg)}}@-webkit-keyframes loading-41{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(147.6deg);transform:rotate(147.6deg)}}@keyframes loading-41{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(147.6deg);transform:rotate(147.6deg)}}@-webkit-keyframes loading-42{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(151.2deg);transform:rotate(151.2deg)}}@keyframes loading-42{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(151.2deg);transform:rotate(151.2deg)}}@-webkit-keyframes loading-43{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(154.8deg);transform:rotate(154.8deg)}}@keyframes loading-43{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(154.8deg);transform:rotate(154.8deg)}}@-webkit-keyframes loading-44{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(158.4deg);transform:rotate(158.4deg)}}@keyframes loading-44{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(158.4deg);transform:rotate(158.4deg)}}@-webkit-keyframes loading-45{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(162deg);transform:rotate(162deg)}}@keyframes loading-45{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(162deg);transform:rotate(162deg)}}@-webkit-keyframes loading-46{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(165.6deg);transform:rotate(165.6deg)}}@keyframes loading-46{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(165.6deg);transform:rotate(165.6deg)}}@-webkit-keyframes loading-47{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(169.2deg);transform:rotate(169.2deg)}}@keyframes loading-47{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(169.2deg);transform:rotate(169.2deg)}}@-webkit-keyframes loading-48{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(172.8deg);transform:rotate(172.8deg)}}@keyframes loading-48{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(172.8deg);transform:rotate(172.8deg)}}@-webkit-keyframes loading-49{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(176.4deg);transform:rotate(176.4deg)}}@keyframes loading-49{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(176.4deg);transform:rotate(176.4deg)}}@-webkit-keyframes loading-50{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@keyframes loading-50{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}} - -.learndash-wrapper .ld-file-upload{border-radius:4px;background-color:var(--bb-body-background-color)} - -.learndash-wrapper .ld-file-upload .ld-file-upload-heading{font-size:inherit} - -.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label span{font-size:14px;color:var(--bb-alternate-text-color);font-weight:400} - -.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label{border-top-right-radius:4px;border-bottom-right-radius:4px} - -.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label strong{font-size:15px;font-weight:400} - -.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label{border-top-left-radius:4px;border-bottom-left-radius:4px} - -.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-name .ld-item-title .ld-item-components span.ld-status-waiting,.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-name .ld-item-title .ld-item-components span.ld-status-waiting span.ld-icon{background-color:#dbbe1a;color:#fff!important} - -.learndash-wrapper .ld-status-waiting{background-color:#dbbe1a;color:#fff!important} - -.learndash-wrapper .ld-assignment-list .ld-status{line-height:inherit;font-size:12px;color:#fff;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} - -.learndash-wrapper .ld-assignment-list .ld-status .ld-icon{font-size:16px;margin-left:0;margin-right:3px} - -.learndash-wrapper .ld-assignment-list .ld-icon.ld-icon-comments{position:relative;bottom:1px} - -.learndash-wrapper .ld-table-list.ld-assignment-list .ld-table-list-items{overflow:visible} - -.ld-icon.ld-icon-comments,.ld-icon.ld-icon-delete,.ld-icon.ld-icon-download{font-family:bb-icons!important;font-size:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:6px;padding-bottom:0} - -.ld-icon.ld-icon-comments{font-size:24px} - -.ld-icon.ld-icon-download::before{content:"\ee57"} - -.ld-icon.ld-icon-delete::before{content:"\e828"} - -.ld-icon.ld-icon-comments::before{content:"\ee33"} - -article.sfwd-assignment{position:relative;z-index:1} - -article.sfwd-assignment a{word-break:break-word} - -body:not(.bb-dark-theme) .sfwd-light-mode{display:none} - -.bb-sfwd-aside.bb-dark-theme{background:#121212;color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .comment-text{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-header .user-wrap a:hover,.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-inner .mobile-menu a:hover{color:#fff} - -.bb-sfwd-aside.bb-dark-theme.ld-in-focus-mode .learndash-wrapper{background-color:transparent} - -.bb-sfwd-aside.bb-dark-theme .sfwd-dark-mode{display:none} - -.bb-sfwd-aside.bb-dark-theme .h1,.bb-sfwd-aside.bb-dark-theme .h2,.bb-sfwd-aside.bb-dark-theme .h3,.bb-sfwd-aside.bb-dark-theme .h4,.bb-sfwd-aside.bb-dark-theme .h5,.bb-sfwd-aside.bb-dark-theme .h6,.bb-sfwd-aside.bb-dark-theme h1,.bb-sfwd-aside.bb-dark-theme h2,.bb-sfwd-aside.bb-dark-theme h3,.bb-sfwd-aside.bb-dark-theme h4,.bb-sfwd-aside.bb-dark-theme h5,.bb-sfwd-aside.bb-dark-theme h6{color:#fff} - -.bb-sfwd-aside.bb-dark-theme #quiz_progress_details p a,.bb-sfwd-aside.bb-dark-theme .ld-sidebar-widgets li.widget h2.widgettitle,.bb-sfwd-aside.bb-dark-theme .widget .item-list .item-title a,.bb-sfwd-aside.bb-dark-theme .widget.activity_update .activity-update p a:not(.activity-time-since),.bb-sfwd-aside.bb-dark-theme .widget.buddypress div.item-options .selected,.bb-sfwd-aside.bb-dark-theme .widget_ldcourseinfo .course_progress_details .learndash-profile-course-title a,.bb-sfwd-aside.bb-dark-theme .widget_ldcoursenavigation .ld-lesson-section-heading{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-title{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .ld-sidebar-widgets .widget.buddypress div.item-options .selected{border-bottom-color:#ccc} - -.bb-sfwd-aside.bb-dark-theme .ld-course-navigation .course-entry-title,.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-table-list .ld-table-list-header,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .ld-item-list-section-heading .ld-lesson-section-heading{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .site-header{background:#232323;box-shadow:0 3px 12px rgba(0,0,0,.05)} - -.bb-sfwd-aside.bb-dark-theme .site-header .bb-icon-close{color:#121212} - -.bb-sfwd-aside.bb-dark-theme.sticky-header .site-header{box-shadow:0 4px 1px -4px rgba(0,0,0,.22)} - -.bb-sfwd-aside.bb-dark-theme.sticky-header .site-header.has-scrolled{box-shadow:0 1px 0 0 rgba(0,0,0,.05),0 5px 10px 0 rgba(0,0,0,.15)} - -.bb-sfwd-aside.bb-dark-theme .site-header .header-aside-inner>a i{color:#fff} - -.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .bb-toggle-panel:hover{background:rgba(255,255,255,.15)} - -.bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a,.bb-sfwd-aside.bb-dark-theme .side-panel-menu a,.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu li:not(.current-menu-item) a{color:var(--bb-alternate-text-color);background-color:transparent} - -.bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a:hover,.bb-sfwd-aside.bb-dark-theme .side-panel-menu a:hover,.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu li:not(.current-menu-item) a:hover{color:#fff;background-color:transparent} - -.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover>a{color:#aaa;background:rgba(255,255,255,.15)} - -.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover>a:hover{color:#aaa;background:rgba(255,255,255,.15)} - -.bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu .current-menu-item>a,.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu .current-menu-item>a{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu .current-menu-item>a:hover,.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu .current-menu-item>a:hover{background-color:transparent} - -.bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu li:not(.current-menu-item) a i:not(.bb-icon-angle-down){opacity:1;color:#fff} - -.bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a{color:#fff;opacity:1} - -.bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a:hover{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .learndash_next_prev_link a,.bb-sfwd-aside.bb-dark-theme .lms-header-instructor .bb-about-instructor h5 a{color:var(--bb-alternate-text-color)} - -.bb-sfwd-aside.bb-dark-theme .learndash_next_prev_link a:hover,.bb-sfwd-aside.bb-dark-theme .lms-header-instructor .bb-about-instructor h5 a:hover{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-links ul li a{color:var(--bb-alternate-text-color);border-color:var(--bb-alternate-text-color)} - -.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-links ul li a:hover{color:#fff;border-color:#fff} - -.bb-sfwd-aside.bb-dark-theme .bb-quiz-list a,.bb-sfwd-aside.bb-dark-theme .bb-type-list.bb-lms-list-inside a{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .bb-learndash-banner,.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-topic-status,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-topic-sidebar-data{background-color:#1c1c1c} - -.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .bb-ld-info-bar .ld-topic-status{background-color:transparent} - -.bb-sfwd-aside.bb-dark-theme #learndash-page-content,.bb-sfwd-aside.bb-dark-theme .bb-footer,.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-wrapper.left,.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-wrapper.left .bb-mobile-panel-inner,.bb-sfwd-aside.bb-dark-theme .buddypanel,.bb-sfwd-aside.bb-dark-theme .buddypanel #site-logo,.bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu a,.bb-sfwd-aside.bb-dark-theme .panel-head,.bb-sfwd-aside.bb-dark-theme div.bb-lms-header{background:#121212} - -.bb-sfwd-aside.bb-dark-theme #learndash-page-content,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper{border-bottom:0} - -.bb-sfwd-aside.bb-dark-theme .bb-footer{border-top:1px solid rgba(255,255,255,.1)} - -.bb-sfwd-aside.bb-dark-theme .header-search-wrap,.bb-sfwd-aside.bb-dark-theme .header-search-wrap input.search-field{background:#000;color:#fff} - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li:hover{color:#fff} - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li:hover.menu-item-has-children::after{color:#fff} - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li:hover>a span,.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li:hover>a>i{color:#fff} - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li.menu-item-has-children::after{color:#888} - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li.menu-item>.ab-submenu::before{border-color:#232323 #232323 transparent transparent} - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu{background-color:#000} - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu{background-color:#000} - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item:hover>a{background:rgba(255,255,255,.15);color:#aaa} - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item:hover>a>i{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item.menu-item-has-children::after{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item.menu-item-has-children:hover::after{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item>a{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item>a>i{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item.menu-item.menu-item-has-children>a::after{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li>a{color:#939597} - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li>a>i{color:#fff} - -.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li>a:hover{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .more-button.active::after{border-color:#232323 #232323 transparent transparent} - -.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu{background-color:#000} - -.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu a{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu li:hover>a{color:#aaa;background:rgba(255,255,255,.15)} - -.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu{background-color:#000} - -.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu,.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu::before{background-color:#000} - -.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu li:hover>a{color:#aaa;background:rgba(255,255,255,.15)} - -.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu{background-color:#000} - -.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .user-mention,.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu a,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu .user-mention,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu a::before,.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu a>i,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a::before,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a>i{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover a::before,.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover>a,.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover>a>i,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover a::before,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover>a,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover>a>i{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li.no-icon>a::before,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li.no-icon>a::before{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu::before,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu::before{border-color:#232323 #232323 transparent transparent} - -.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper{background-color:transparent} - -.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper::before{background-color:#000} - -.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper .ab-submenu{background-color:#000;box-shadow:none} - -.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .user-link{border-color:#333 #333 transparent transparent} - -.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu{background-color:#000} - -.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a:hover,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover>a{background:rgba(255,255,255,.15)} - -.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li .wrapper .bb-sub-menu{background-color:#000} - -.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li .wrapper .bb-sub-menu a:hover{background:rgba(255,255,255,.15)} - -.bb-sfwd-aside.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link>i{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link:hover .user-name,.bb-sfwd-aside.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link:hover>i{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-name{color:#fff} - -.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .primary-menu>li:hover>a::before{background:rgba(255,255,255,.1)} - -.bb-sfwd-aside.bb-dark-theme #learndash-page-content .sfwd-course-nav .learndash_next_prev_link a,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-course-navigation a.course-entry-link{background-color:rgba(146,164,183,.2)} - -.bb-sfwd-aside.bb-dark-theme #learndash-page-content .sfwd-course-nav .learndash_next_prev_link a:hover,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-course-navigation a.course-entry-link:hover{background-color:var(--bb-primary-color)} - -.bb-sfwd-aside.bb-dark-theme #learndash-page-content .sfwd-course-nav .learndash_next_prev_link span.empty-post{background-color:rgba(146,164,183,.1)} - -.bb-sfwd-aside.bb-dark-theme .lms-lesson-item.current>.bb-lesson-head,.bb-sfwd-aside.bb-dark-theme .lms-quiz-item.current>.bb-lms-title-wrap,.bb-sfwd-aside.bb-dark-theme .lms-topic-item.current>.bb-lms-title-wrap{background:#333} - -.bb-sfwd-aside.bb-dark-theme .lms-lesson-item.current>a .i-progress.i-progress-completed,.bb-sfwd-aside.bb-dark-theme .lms-quiz-item.current .i-progress.i-progress-completed,.bb-sfwd-aside.bb-dark-theme .lms-topic-item.current>a .i-progress.i-progress-completed{background-color:var(--bb-primary-color);color:#fff} - -.bb-sfwd-aside.bb-dark-theme .i-progress.i-progress-not-completed{color:#777} - -.bb-sfwd-aside.bb-dark-theme .bb-toggle-panel,.bb-sfwd-aside.bb-dark-theme .buddypanel .bb-toggle-panel,.bb-sfwd-aside.bb-dark-theme .side-panel-menu i,.bb-sfwd-aside.bb-dark-theme .site-header i,.bb-sfwd-aside.bb-dark-theme .user-wrap a.user-link{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .bb-toggle-panel:hover,.bb-sfwd-aside.bb-dark-theme .bb-toggle-panel:hover i,.bb-sfwd-aside.bb-dark-theme .buddypanel .bb-toggle-panel:hover,.bb-sfwd-aside.bb-dark-theme .site-header #header-aside a.user-link:hover i,.bb-sfwd-aside.bb-dark-theme .user-wrap a.user-link:hover,.bb-sfwd-aside.bb-dark-theme .user-wrap a.user-link:hover i{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme [data-balloon]::after{background:rgba(255,255,255,.95);box-shadow:none;color:#000} - -.bb-sfwd-aside.bb-dark-theme [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%22rgba(255,255,255,0.95)%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} - -.bb-sfwd-aside.bb-dark-theme [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%22rgba(255,255,255,0.95)%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} - -.bb-sfwd-aside.bb-dark-theme [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%22rgba(255,255,255,0.95)%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} - -.bb-sfwd-aside.bb-dark-theme [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%22rgba(255,255,255,0.95)%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} - -.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul li a,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-lessions-list>ol li a{color:#888} - -.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul li a:hover,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul li a:hover::before,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-lessions-list>ol li a:hover,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-lessions-list>ol li a:hover::before{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .lms-topic-item:hover::before{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .bb-progress::after{border-color:#939597} - -.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-side-item-incomplete{color:#939597} - -.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span a{color:#939597} - -.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span a:hover{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-side-item-complete{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .learndash_next_prev_link .next-link:last-child{border-color:#121212} - -.bb-sfwd-aside.bb-dark-theme .lms-topic-item.current::before,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .course-group-list a,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .group-exec-list a .lms-group-lead span:first-child,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-group-flag .lms-group-heading a span,.bb-sfwd-aside.bb-dark-theme li.lms-topic-item.current>.bb-title{color:var(--bb-headings-color)} - -.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-members-list .course-members-list a{color:#888} - -.bb-sfwd-aside.bb-dark-theme pre{background:#282a2c} - -.bb-sfwd-aside.bb-dark-theme label{color:#f8f8f8} - -.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-instructor .bb-about-instructor h5 a{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-progress .course-progress-wrap,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-lessions-list>ol.bb-lessons-list>li.lms-lesson-item,.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_reviewDiv{border-bottom-color:#333} - -.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-members-list .lms-course-sidebar-heading,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-quizzes-list .lms-course-quizzes-heading,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-links{border-top-color:#333} - -.bb-sfwd-aside.bb-dark-theme .bb-separator{background:#333} - -.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_questionList li.wpProQuiz_questionListItem,.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_response,.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content ul.wpProQuiz_sortStringList>li{background-color:#121212;border-color:#333} - -.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .wpProQuiz_content .wpProQuiz_tipp>div::before,.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_tipp>div{background-color:#333;border-color:#333} - -.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li table td{border-color:#333} - -.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_catOverview span,.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input[type=file]+label{background-color:var(--bb-primary-color)} - -.bb-sfwd-aside.bb-dark-theme input[type=text],.bb-sfwd-aside.bb-dark-theme select,.bb-sfwd-aside.bb-dark-theme textarea{background-color:#333;border-color:#aaa;color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem textarea.wpProQuiz_questionEssay{border-color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .wpProQuiz_catOverview span.wpProQuiz_catPercent,.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_catOverview span.wpProQuiz_catName{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .lms-header-instructor .bb-about-instructor .bb-about-instructor-date::before{background-color:#aaa} - -.bb-sfwd-aside.bb-dark-theme #learndash-page-content .sfwd-course-nav .sfwd-course-expire i,.bb-sfwd-aside.bb-dark-theme .bb-lesson-head .bb-lesson-quizzes-count,.bb-sfwd-aside.bb-dark-theme .bb-lesson-head .bb-lesson-sidebar-ld-sep,.bb-sfwd-aside.bb-dark-theme .bb-lesson-head .bb-lesson-topics-count,.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-progress .ld-progress-stats,.bb-sfwd-aside.bb-dark-theme .lms-header-instructor .bb-about-instructor .bb-about-instructor-date,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-progress .course-completion-rate,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-progress .ld-progress-steps,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .group-exec-list a .lms-group-lead span:last-child,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-group-flag .lms-group-heading>span,.bb-sfwd-aside.bb-dark-theme span.bb-pages .bb-total{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .group-exec-list a .lms-group-lead span:first-child{color:var(--bb-headings-color)} - -.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_addToplist{background-color:transparent;border-top-color:#333} - -.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_addToplist .wpProQuiz_button2{margin-left:auto;margin-right:auto} - -.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-quiz-actions{border-top:1px solid #333} - -.bb-sfwd-aside.bb-dark-theme .comment-respond{background-color:#121212;border-color:#333} - -.bb-sfwd-aside.bb-dark-theme .comment-respond .comment-author{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .comment-respond textarea{border-color:#333} - -.bb-sfwd-aside.bb-dark-theme .comment-respond input[type=submit].outline:disabled{background-color:#333} - -.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-table-list .ld-table-list-item .ld-table-list-title a{color:inherit} - -.bb-sfwd-aside.bb-dark-theme .comment-list .comment-body{background-color:#121212;border-color:#333;color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .comment-list .comment-body .comment-author a.url{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .comment-list .comment-body a.comment-date{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .comment-list .comment-body a.comment-date:hover{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .bp-feedback.bp-sitewide-notice{background-color:rgba(146,164,183,.2);border-color:transparent} - -.bb-sfwd-aside.bb-dark-theme .bp-feedback.bp-sitewide-notice p{color:#939597} - -.bb-sfwd-aside.bb-dark-theme .bp-feedback.bp-sitewide-notice strong{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .bp-feedback.bp-sitewide-notice button{color:#fff} - -.bb-sfwd-aside.bb-dark-theme #learndash-page-content .ld-focus-comments #commentform textarea#comment{background-color:#333;border:0} - -.bb-sfwd-aside.bb-dark-theme #learndash-page-content .ld-focus-comments .ld-comment-avatar .ld-comment-avatar-author .ld-comment-author-name{color:#fff} - -.bb-sfwd-aside.bb-dark-theme #learndash-page-content .ld-focus-comments .comment .ld-comment-wrapper{background-color:#121212;border:1px solid #333} - -.bb-sfwd-aside.bb-dark-theme #learndash-page-content .ld-focus-comments .ld-focus-comments__heading .ld-focus-comments__header{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .buddypanel .site-branding{background-color:#121212} - -.bb-sfwd-aside.bb-dark-theme .widget_ldcoursenavigation .ld-course-navigation .ld-lesson-item-expanded{background-color:#121212} - -.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded::before{border-top-color:#1c1c1c} - -.bb-sfwd-aside.bb-dark-theme .widget_bp_core_members_widget #members-list .item-avatar a .member-status{border-color:#1c1c1c} - -.bb-sfwd-aside.bb-dark-theme .ld-sidebar-widgets li.widget{border-top-color:#333} - -.bb-sfwd-aside.bb-dark-theme .widget_ldcourseinfo .ld-courseregistered-content-container .ld-course-info-my-courses,.bb-sfwd-aside.bb-dark-theme .widget_ldcoursenavigation .ld-course-navigation .ld-course-navigation-heading{border-bottom-color:#333} - -.bb-sfwd-aside.bb-dark-theme .tribe_mini_calendar_widget .tribe-mini-calendar td,.bb-sfwd-aside.bb-dark-theme .tribe_mini_calendar_widget .tribe-mini-calendar th{background:#121212;color:#fff} - -.bb-sfwd-aside.bb-dark-theme .tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-othermonth{background:#121212;color:#fff} - -.bb-sfwd-aside.bb-dark-theme .tribe-mini-calendar-event .list-info h2.tribe-events-title a,.bb-sfwd-aside.bb-dark-theme .tribe_mini_calendar_widget .tribe-mini-calendar-event .list-info h2.tribe-events-title a,.bb-sfwd-aside.bb-dark-theme .tribe_mini_calendar_widget .tribe-mini-calendar-nav span,.bb-sfwd-aside.bb-dark-theme .tribe_mini_calendar_widget .tribe-mini-calendar-no-event,.bb-sfwd-aside.bb-dark-theme .type-tribe_events .tribe-mini-calendar-event .list-date .list-daynumber{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .tribe-mini-calendar td,.bb-sfwd-aside.bb-dark-theme .tribe-mini-calendar th{border-color:#333} - -.bb-sfwd-aside.bb-dark-theme .type-tribe_events .tribe-mini-calendar-event{border-color:#333;background-color:#121212} - -.bb-sfwd-aside.bb-dark-theme .tribe-events-countdown-widget div.tribe-countdown-number{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .woocommerce.widget_shopping_cart .total{border-top-color:#333} - -.bb-sfwd-aside.bb-dark-theme .widget .dropzone .dz-default{background-color:#333} - -.bb-sfwd-aside.bb-dark-theme .widget .dropzone .dz-default .dz-button:hover>strong,.bb-sfwd-aside.bb-dark-theme .widget .dropzone .dz-default .dz-button>strong{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .widget #whats-new-toolbar .emojionearea .emojionearea-button::before,.bb-sfwd-aside.bb-dark-theme .widget #whats-new-toolbar a [class*=" bb-icon-"]{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .widget #whats-new-toolbar .post-emoji .emojionearea.medium-editor-placeholder{padding:0} - -.bb-sfwd-aside.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active{background-color:#333;bottom:0} - -.bb-sfwd-aside.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b,.bb-sfwd-aside.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b:hover{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b::before,.bb-sfwd-aside.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b:hover::before{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .select2-container .select2-dropdown{background:#000;border:1px solid #aaa} - -.bb-sfwd-aside.bb-dark-theme .select2-container--default .select2-results__option--highlighted[aria-selected]{background:#333} - -.bb-sfwd-aside.bb-dark-theme .entry-content .widget .bbp_topic_tags_wrapper li.select2-search{margin-bottom:0} - -.bb-sfwd-aside.bb-dark-theme .entry-content .widget .bbp-topic-form .bbp-the-content-wrapper,.bb-sfwd-aside.bb-dark-theme .entry-content .widget .bbp-topic-form .bbp_topic_tags_wrapper{background-color:#333;color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading,.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .wpProQuiz_graded_points,.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .wpProQuiz_points{background-color:rgba(146,164,183,.2)} - -.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link .user-name{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link:hover .user-name{color:#fff} - -.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link:hover::before{background:rgba(255,255,255,.1)} - -.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children.selected .user-link::before{background:rgba(255,255,255,.1)} - -.bb-sfwd-aside.bb-dark-theme .site-header .bb-icon-close{color:#fff;background-color:rgba(146,164,183,.2)} - -.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-wrapper .bb-mobile-panel-header{background-color:#121212} - -.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-wrapper .bb-mobile-panel-header{background-color:#121212} - -.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-header .user-name{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .elementor-location-single>.elementor-section-wrap>.elementor-section .lms-topic-sidebar-data{background-color:#1c1c1c} - -.ld-modal.ld-login-modal .ld-login-modal-register{background-color:var(--bb-primary-color)} - -.ld-modal.ld-login-modal .ld-login-modal-wrapper{max-width:360px;min-width:inherit;padding:45px 20px} - -.ld-modal.ld-login-modal .ld-login-modal-wrapper .ld-login-modal-branding>img{max-width:250px;height:auto} - -.ld-modal.ld-login-modal .ld-login-modal-branding{margin-bottom:20px} - -.ld-modal.ld-login-modal .ld-modal-closer{color:#0d0d0e} - -.ld-modal.ld-login-modal .ld-login-modal-form{margin:15px 0 0} - -.ld-modal.ld-login-modal .ld-login-modal-form .login-password::before,.ld-modal.ld-login-modal .ld-login-modal-form .login-username::before{top:inherit;bottom:27px;color:var(--bb-alternate-text-color)} - -.ld-modal.ld-login-modal .ld-login-modal-form input[type=submit]{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);font-weight:600;margin:10px 0 20px;border-radius:var(--bb-button-radius)} - -.ld-modal.ld-login-modal .ld-login-modal-form input[type=submit]:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.ld-modal.ld-login-modal .ld-login-modal-form input[type=submit]:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover);box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)!important;opacity:1} - -.ld-modal.ld-login-modal .ld-login-modal-form .input{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius);color:var(--bb-body-text-color)} - -.ld-modal.ld-login-modal .ld-login-modal-form form{margin-bottom:0} - -.ld-modal.ld-login-modal .ld-login-modal-form form label{font-weight:400;line-height:1;margin-bottom:12px;margin-top:10px} - -.ld-modal.ld-login-modal .ld-login-modal-register .input{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-background-color);color:#0d0d0e;font-size:14px} - -.ld-modal.ld-login-modal .ld-login-modal-register form p{margin-bottom:0} - -.ld-modal.ld-login-modal .ld-login-modal-register form label{font-weight:400} - -.ld-modal.ld-login-modal .ld-login-modal-register .ld-alert-warning{background-color:rgba(var(--bb-warning-color-rgb),1)} - -.ld-modal.ld-login-modal .ld-alert-warning{background-color:rgba(var(--bb-warning-color-rgb),.2);border:0;line-height:1.5;text-align:left} - -.ld-modal.ld-login-modal .ld-alert-warning .ld-alert-content{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.ld-modal.ld-login-modal .ld-alert-warning .ld-alert-content .ld-alert-icon.ld-icon-alert{padding-top:2px;-webkit-transform:none;-ms-transform:none;transform:none;padding-left:0;margin-left:0;margin-right:7px} - -.learndash-wrapper .ld-login-modal .ld-login-modal-login{background-color:var(--bb-content-background-color)} - -.learndash-wrapper .ld-login-modal .ld-forgot-password-link{color:var(--bb-headings-color)} - -.learndash-wrapper.learndash-wrapper-login-modal.ld-modal-open::after{content:"";position:fixed;height:100%;width:100%;background:rgba(255,255,255,.95);top:0;left:0;z-index:999} - -.learndash-wrapper .ld-login-modal .ld-login-modal-login .ld-modal-text{color:var(--bb-alternate-text-color);line-height:1.5;margin-bottom:20px} - -.ld-login-modal p.login-password,.ld-login-modal p.login-username{text-align:left} - -.ld-modal.ld-login-modal.ld-can-register .ld-alert-warning .ld-alert-content,.ld-modal.ld-login-modal.ld-can-register .ld-login-modal-register,.ld-modal.ld-login-modal.ld-can-register .ld-modal-closer,.learndash-wrapper .ld-modal.ld-can-register .ld-modal-closer{color:#fff} - -.ld-modal.ld-login-modal.ld-can-register .ld-login-modal-register{background-color:var(--bb-primary-color)} - -.ld-modal.ld-login-modal.ld-can-register .ld-login-modal-login .ld-alert-warning .ld-alert-content{color:inherit} - -label[for=user_reg_email],label[for=user_reg_login]{color:#fff;text-align:left} - -.learndash-wrapper .ld-modal .ld-modal-closer{top:0} - -.learndash-wrapper .ld-login-modal .ld-login-modal-register #ld-user-register{margin:25px 0 0} - -form#registerform{margin-bottom:0} - -#ld-user-register .input{padding-left:10px} - -.learndash-wrapper .ld-login-modal .ld-login-modal-login .ld-modal-heading{color:var(--bb-headings-color);line-height:1;margin:0 0 20px;font-size:1.8em} - -.learndash-wrapper .ld-login-modal .ld-modal-heading{font-size:1.8em;font-weight:500} - -.learndash-wrapper .ld-login-modal .ld-login-modal-form label{color:var(--bb-headings-color)} - -.ld-modal.ld-login-modal.ld-can-register .ld-login-modal-register #wp-submit,.learndash-wrapper .ld-login-modal .ld-login-modal-register .ld-button{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);border-radius:var(--bb-button-radius);font-weight:500;min-height:48px;width:100%} - -.ld-modal.ld-login-modal.ld-can-register .ld-login-modal-register #wp-submit:focus,.learndash-wrapper .ld-login-modal .ld-login-modal-register .ld-button:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -.ld-modal.ld-login-modal.ld-can-register .ld-login-modal-register #wp-submit:hover,.learndash-wrapper .ld-login-modal .ld-login-modal-register .ld-button:hover{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!important;opacity:.8} - -.ld-modal.ld-login-modal.ld-can-register .ld-login-modal-register #wp-submit:hover:focus,.learndash-wrapper .ld-login-modal .ld-login-modal-register .ld-button:hover:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -.learndash-wrapper .ld-login-modal .ld-login-modal-login{background-color:var(--bb-content-background-color)} - -.learndash-wrapper .ld-login-modal .ld-forgot-password-link{color:var(--bb-headings-color)} - -.learndash-wrapper .ld-login-modal .ld-forgot-password-link:hover{color:var(--bb-primary-color)} - -.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=email],.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=password],.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=text]{background-color:var(--bb-content-background-color);border-color:var(--bb-content-background-color)}@media screen and (max-width:1024px){ - -.learndash-wrapper .ld-login-modal.ld-can-register .ld-modal-closer{color:#0d0d0e}}@media screen and (min-width:769px){ - -.learndash-wrapper.ld-modal-open .ld-modal{position:fixed;z-index:999991;left:50%;top:5%;bottom:5%;width:90%;max-width:1024px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);margin:0;height:auto;border-radius:var(--bb-block-radius)}}@media screen and (max-height:650px){ - -.learndash-wrapper.ld-modal-open .ld-modal{display:block}}@media screen and (max-width:768px){ - -.ld-modal.ld-login-modal.ld-can-register .ld-login-modal-register{padding:20px 0} - -a.ld-button.ld-button-reverse.ld-js-register-account{margin-bottom:0}} - -.learndash-wrapper .ld-breadcrumbs{background-color:var(--bb-content-alternate-background-color)} - -.learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-progress{background-color:var(--bb-primary-color)} - -.learndash-wrapper a.favorite-toggle,.learndash-wrapper a.subscription-toggle{border-bottom:1px solid var(--bb-content-border-color)!important;color:var(--bb-headings-color)} - -.learndash-wrapper a.favorite-toggle:hover,.learndash-wrapper a.subscription-toggle:hover{border-bottom-color:var(--bb-secondary-button-border-hover)!important;color:var(--bb-secondary-button-text-hover)} - -.learndash-wrapper a.next,.learndash-wrapper a.prev{border-bottom:1px solid var(--bb-content-border-color)!important} - -.learndash-wrapper .bs-meta-item>a{border-bottom:1px solid var(--bb-content-border-color)!important} - -.learndash-wrapper .bs-meta-item>a:hover{border-bottom-color:var(--bb-secondary-button-border-hover)!important} - -.user-wrap.menu-item-has-children #menu-learndash-focus>li>a{padding-left:40px} - -.user-wrap.menu-item-has-children #menu-learndash-focus>li.no-icon>a::before{content:"\ee6e";font-family:bb-icons;font-size:16px;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;color:var(--bb-alternate-text-color)} - -.user-wrap.menu-item-has-children #menu-learndash-focus .ab-submenu{border-radius:4px} - -.user-wrap.menu-item-has-children #menu-learndash-focus li li>a{background-color:transparent} - -.user-wrap.menu-item-has-children #menu-learndash-focus a{padding:11px 14px;position:relative!important;color:var(--bb-body-text-color);background-color:transparent} - -.user-wrap.menu-item-has-children #menu-learndash-focus a i,.user-wrap.menu-item-has-children #menu-learndash-focus 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 #menu-learndash-focus a img{max-width:18px} - -.user-wrap.menu-item-has-children #menu-learndash-focus a:hover{color:var(--bb-body-text-color);background:var(--bb-content-alternate-background-color)} - -.user-wrap.menu-item-has-children #menu-learndash-focus .bb-sub-menu{padding:8px 0} - -.user-wrap.menu-item-has-children #menu-learndash-focus .bb-sub-menu a:hover{background-color:#fff} - -.bb-template-v2 .user-wrap.menu-item-has-children #menu-learndash-focus .bb-sub-menu a:hover{background-color:var(--bb-content-alternate-background-color)} - -.jq-dropdown{z-index:600} - -.jq-dropdown .jq-dropdown-menu,.jq-dropdown .jq-dropdown-panel{background:var(--bb-content-background-color);border:0;box-shadow:0 6px 24px 0 rgba(0,0,0,.12),0 3px 8px 0 rgba(0,0,0,.06)!important;border-radius:var(--bb-block-radius);list-style:none;padding:10px;margin:0;min-width:180px} - -.jq-dropdown.checkout-dropdown-button #btn-join,.jq-dropdown.checkout-dropdown-button .btn-join{background-color:var(--bb-secondary-button-background-regular)!important;color:var(--bb-secondary-button-text-regular)!important;border:1px solid var(--bb-secondary-button-border-regular)!important} - -.jq-dropdown.checkout-dropdown-button #btn-join:hover,.jq-dropdown.checkout-dropdown-button .btn-join:hover{background-color:var(--bb-secondary-button-background-hover)!important;color:var(--bb-secondary-button-text-hover)!important;border:1px solid var(--bb-secondary-button-border-hover)!important} - -.jq-dropdown.checkout-dropdown-button form{margin-top:5px;margin-bottom:5px} - -.jq-dropdown.jq-dropdown-tip::after,.jq-dropdown.jq-dropdown-tip::before{display:none} - -.learndash-wrapper .ld-status{height:100%;border-radius:var(--bb-label-type-radius);text-transform:none;font-weight:400;line-height:30px;font-size:14px;letter-spacing:normal} - -.learndash-wrapper .ld-status.ld-status-complete{background-color:var(--bb-success-color);color:var(--bb-primary-button-text-regular)} - -.learndash-wrapper .ld-course-status .ld-status{font-size:12px} - -.learndash-wrapper .ld-course-status .ld-status.ld-status-complete{background-color:var(--bb-success-color)} - -.learndash-wrapper .ld-course-status-not-enrolled .ld-status{height:auto} - -.learndash-wrapper .ld-course-status-segment .ld-course-status-label.no-label+.ld-course-status-content{margin-top:27px} - -.learndash-wrapper .ld-course-status-segment .ld-course-status-action .ld-button{font-size:15px;font-weight:inherit} - -.learndash-wrapper .ld-course-status-segment .ld-course-status-action>form{margin-bottom:0} - -.learndash-wrapper .ld-course-status-segment .ld-course-status-action #btn-join.btn-disabled{background-color:var(--bb-primary-button-background-regular);opacity:.5;pointer-events:none} - -.ld-exam-content .ld-exam-result-button,.ld-exam-content 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-bottom:1px solid var(--bb-primary-button-border-regular)!important;border-radius:var(--bb-button-radius);-webkit-transition:all linear .2s;transition:all linear .2s;font-size:14px;display:inline-block;padding:10px 19px;line-height:1.471} - -.ld-exam-content .ld-exam-result-button:focus,.ld-exam-content button:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.ld-exam-content .ld-exam-result-button:hover,.ld-exam-content 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);border-bottom:1px solid var(--bb-primary-button-border-hover)!important} - -.ld-exam-content .ld-exam-result-button:focus,.ld-exam-content button:focus{box-shadow:var(--bb-primary-button-focus-shadow)!important} - -.ld-exam-content .ld-exam-progress .ld-exam-progress-bar{width:100%;border-radius:100px;box-shadow:none;height:10px;margin:1em 0;padding:0} - -.ld-exam-content .ld-exam-progress .ld-exam-progress-bar .ld-exam-progress-bar-fill{background-color:var(--bb-primary-color);border-radius:10px;height:100%} - -.ld-exam-content .ld-exam-questions{margin-left:0} - -.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner);padding:10px 20px;margin-bottom:8px} - -.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer input{margin:auto 1em auto 0} - -.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer label{padding:0 0 0 2em} - -.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer.ld-exam-question-answer-correct.ld-exam-question-answer-student-not-selected{background-color:rgba(var(--bb-success-color-rgb),.1);border-color:transparent} - -.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer.ld-exam-question-answer-student-correct.ld-exam-question-answer-student-selected{background-color:rgba(var(--bb-success-color-rgb),.1);border-color:var(--bb-content-border-color)} - -.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer.ld-exam-question-answer-student-incorrect.ld-exam-question-answer-student-selected{background-color:transparent;border-color:var(--bb-danger-color)} - -.ld-exam-content .ld-exam-result-message{background-color:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);color:var(--bb-body-text-color);border-radius:var(--bb-block-radius-inner)} - -.bb-single-course-sidebar .bb-button-wrap{padding-top:10px} - -.ld-item-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.ld-item-title .lms-is-locked-ico i{margin-left:10px;color:var(--bb-alternate-text-color)} - -.learndash-theme.single-sfwd-courses .bb-course-banner-inner,.single-item.groups.courses .bb-course-banner-inner{max-width:-webkit-calc(100% - 480px);max-width:calc(100% - 480px);width:-webkit-calc(100% - 480px);width:calc(100% - 480px)} - -.learndash-theme.single-sfwd-courses .bb-about-instructor h4,.single-item.groups.courses .bb-about-instructor h4{margin-left:5px} - -.learndash-theme.single-sfwd-courses .ld-progress.ld-progress-inline .ld-progress-bar,.single-item.groups.courses .ld-progress.ld-progress-inline .ld-progress-bar{height:3px;color:#fff} - -.learndash-theme.single-sfwd-courses .ld-progress .ld-progress-bar .ld-progress-bar-percentage,.single-item.groups.courses .ld-progress .ld-progress-bar .ld-progress-bar-percentage{height:3px} - -.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-course-status .ld-status.ld-status-progress,.single-item.groups.courses .learndash-wrapper .ld-course-status .ld-status.ld-status-progress{text-transform:none;font-weight:500;font-size:12px}@media screen and (max-width:1200px){ - -.learndash-theme.single-sfwd-courses .bb-course-banner-inner,.single-item.groups.courses .bb-course-banner-inner{max-width:-webkit-calc(100% - 400px);max-width:calc(100% - 400px);width:-webkit-calc(100% - 400px);width:calc(100% - 400px)}}@media screen and (max-width:992px){ - -.learndash-theme.single-sfwd-courses .bb-course-banner-inner,.single-item.groups.courses .bb-course-banner-inner{max-width:-webkit-calc(100% - 350px);max-width:calc(100% - 350px);width:-webkit-calc(100% - 350px);width:calc(100% - 350px)}}@media screen and (max-width:880px){ - -.learndash-theme.single-sfwd-courses .bb-course-banner-inner,.single-item.groups.courses .bb-course-banner-inner{max-width:-webkit-calc(100% - 320px);max-width:calc(100% - 320px);width:-webkit-calc(100% - 320px);width:calc(100% - 320px)}}@media screen and (max-width:820px){ - -.learndash-theme.single-sfwd-courses .bb-course-banner-inner,.single-item.groups.courses .bb-course-banner-inner{max-width:100%;width:100%} - -.learndash-theme.single-sfwd-courses .bb-grid .bb-learndash-content-wrap,.single-item.groups.courses .bb-grid .bb-learndash-content-wrap{padding-left:10px;padding-right:10px} - -.learndash-theme.single-sfwd-courses .bb-single-course-sidebar,.single-item.groups.courses .bb-single-course-sidebar{max-width:100%;-webkit-box-flex:1;-ms-flex:auto;flex:auto}}@media screen and (max-width:640px){ - -.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details,.single-item.groups.courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details{margin:0} - -.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-header,.single-item.groups.courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row} - -.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading .ld-item-list-actions,.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading h2,.single-item.groups.courses .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading .ld-item-list-actions,.single-item.groups.courses .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading h2{-webkit-box-flex:0;-ms-flex:none;flex:none} - -.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name,.single-item.groups.courses .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name{width:-webkit-calc(100% - 18px);width:calc(100% - 18px)} - -.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview,.single-item.groups.courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row} - -.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details,.single-item.groups.courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details{margin-top:0;margin-left:0} - -.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button,.single-item.groups.courses .learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button{width:100px} - -.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-progress.ld-progress-inline .ld-progress-bar,.single-item.groups.courses .learndash-wrapper .ld-progress.ld-progress-inline .ld-progress-bar{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-bottom:5px} - -.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress .ld-progress-stats,.single-item.groups.courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress .ld-progress-stats{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1} - -.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled,.single-item.groups.courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row} - -.learndash-theme.single-sfwd-courses .ld-item-list .ld-item-list-item .ld-item-name,.single-item.groups.courses .ld-item-list .ld-item-list-item .ld-item-name{width:100%} - -.learndash-theme.single-sfwd-courses .ld-status-incomplete~.ld-item-title,.single-item.groups.courses .ld-status-incomplete~.ld-item-title{width:-webkit-calc(100% - 60px);width:calc(100% - 60px)} - -.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress,.single-item.groups.courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress{width:-webkit-calc(100% - 120px);width:calc(100% - 120px);padding-bottom:0;margin-right:20px} - -.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled,.single-item.groups.courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled{padding-bottom:15px}}@media screen and (max-width:543px){ - -.learndash-theme.single-sfwd-courses .bb-about-instructor .bb-avatar-wrap,.single-item.groups.courses .bb-about-instructor .bb-avatar-wrap{margin-bottom:0;margin-right:20px} - -.learndash-theme.single-sfwd-courses .bb-instructor-wrap.flex,.single-item.groups.courses .bb-instructor-wrap.flex{padding-bottom:20px}}@media screen and (max-width:480px){ - -.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title,.single-item.groups.courses .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-header,.single-item.groups.courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-header{-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} - -.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview,.single-item.groups.courses .learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview{padding:16px 15px 16px 45px} - -.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details,.single-item.groups.courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details{margin-top:4px}}@media screen and (max-width:380px){ - -.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-header,.single-item.groups.courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-header{display:none}}@media (max-width:992px) and (min-width:820px){ - -.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress{width:-webkit-calc(100% - 120px);width:calc(100% - 120px);padding-bottom:0;margin-right:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-right:0;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.learndash-wrapper .ld-course-status.ld-course-status-enrolled{padding-bottom:15px} - -.learndash-wrapper .ld-progress.ld-progress-inline .ld-progress-bar{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100%;margin:1em 0 5px}} - -.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage,.learndash-wrapper .ld-status-icon.ld-quiz-complete,.learndash-wrapper .ld-status-icon.ld-status-complete{background-color:var(--bb-primary-color)} - -.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-icon-arrow-down,.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title .lms-is-locked-ico i,.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-name .ld-item-title .ld-item-components span,.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview .ld-topic-title,.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview .ld-topic-title::before,.learndash-wrapper .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-item-title{color:var(--bb-alternate-text-color)} - -.learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name{color:var(--bb-headings-color)} - -.learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name:hover{color:var(--bb-primary-color)} - -.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview:hover .ld-topic-title,.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview:hover .ld-topic-title::before .learndash-wrapper .ld-item-list-item-expanded .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-table-list-item-preview:hover .ld-item-title{color:var(--bb-primary-color)} - -.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview:hover .ld-item-details .ld-expand-button .ld-icon,.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview:hover a.ld-item-name .ld-item-title,.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview:hover .ld-item-name .ld-item-title .ld-item-components span{color:var(--bb-primary-color)} - -.ld-course-status .ld-status.ld-status-progress,.learndash-wrapper .ld-status-unlocked{background-color:var(--bb-content-border-color)} - -#learndash-tooltips .ld-tooltip{background-color:var(--bb-tooltip-background);color:var(--bb-tooltip-color)} - -#learndash-tooltips .ld-tooltip::after{background-color:var(--bb-tooltip-background)} - -.learndash-wrapper .ld-expand-button,.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon,.learndash-wrapper .ld-expand-button.ld-primary-background{background-color:inherit} - -.learndash-wrapper .ld-secondary-in-progress-icon{border-left-color:#dedfe2;border-top-color:#dedfe2;color:var(--bb-primary-color)} - -.learndash-wrapper .ld-alert-warning .ld-alert-icon{background-color:transparent!important} - -.learndash-wrapper .ld-alert-warning .ld-alert-icon{color:inherit!important} - -.single-item.groups.courses .site{overflow:hidden} \ No newline at end of file +html.quiz-sort,html.quiz-sort .site,html.quiz-sort body{overflow:initial}html.elementor-html body.bb-sfwd-aside{overflow:auto}.learndash-theme.post-type-archive-sfwd-lessons .post-grid>.hentry{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}@media screen and (max-width:1100px){.learndash-theme.post-type-archive-sfwd-lessons .post-grid>.hentry{-webkit-box-flex:0;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%}}@media screen and (max-width:800px){.learndash-theme.post-type-archive-sfwd-lessons .post-grid>.hentry{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:480px){.learndash-theme.post-type-archive-sfwd-lessons .post-grid>.hentry{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.learndash-theme.post-type-archive-sfwd-lessons .post-grid>.hentry .entry-content{margin-bottom:0}.learndash-theme.post-type-archive-sfwd-lessons .post-grid>.hentry .entry-content p:last-child{margin-bottom:0}#learndash-page-content{background-color:var(--bb-content-background-color);border-bottom:1px solid var(--bb-content-border-color);padding:30px 100px 0;position:relative;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:-webkit-calc(100vh - 76px);min-height:calc(100vh - 76px)}#learndash-page-content.loading>.learndash-content-body{opacity:.2}#learndash-page-content.loading:after{font:normal normal normal 20px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\ef30";-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;width:20px;height:20px;position:absolute;z-index:102;margin-left:auto;margin-right:auto;left:0;right:0}@media screen and (max-width:1200px){#learndash-page-content{padding:30px 60px 0}}@media screen and (max-width:992px){#learndash-page-content{padding:30px 40px 0}}@media screen and (max-width:543px){#learndash-page-content{padding:30px 20px 0}}#learndash-page-content .learndash_next_prev_link{margin-top:auto;display:-webkit-box;display:-ms-flexbox;display:flex;padding:30px 0}#learndash-page-content .learndash_next_prev_link a.next-link{margin-left:auto}#learndash-page-content .sfwd-course-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#learndash-page-content .sfwd-course-nav .sfwd-course-expire{margin-right:20px;font-size:14px}#learndash-page-content .sfwd-course-nav .sfwd-course-expire i{color:var(--bb-alternate-text-color);margin-right:8px}#learndash-page-content .sfwd-course-nav .learndash_next_prev_link{margin-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0}#learndash-page-content .sfwd-course-nav .learndash_next_prev_link a{font-size:0;background-color:var(--bb-alternate-text-color);color:#fff}#learndash-page-content .sfwd-course-nav .learndash_next_prev_link a:hover{background-color:var(--bb-primary-color)}#learndash-page-content .sfwd-course-nav .learndash_next_prev_link a:after,#learndash-page-content .sfwd-course-nav .learndash_next_prev_link a:before{font-size:16px;padding-bottom:0;margin:0}#learndash-page-content .sfwd-course-nav .learndash_next_prev_link a.next-link{margin-left:auto}#learndash-page-content .sfwd-course-nav .learndash_next_prev_link span.empty-post{font-size:0;background-color:#d3d7db;color:#fff;opacity:.5;pointer-events:none}#learndash-page-content .sfwd-course-nav .learndash_next_prev_link span.empty-post:after,#learndash-page-content .sfwd-course-nav .learndash_next_prev_link span.empty-post:before{font-size:16px;padding-bottom:0;margin:0}#learndash-page-content .sfwd-course-nav .learndash_next_prev_link span.next-link{margin-left:auto}[dir=rtl] #learndash-page-content .sfwd-course-nav .learndash_next_prev_link{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}[dir=rtl] #learndash-page-content .sfwd-course-nav .learndash_next_prev_link .next-link{border-radius:0 var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0}[dir=rtl] #learndash-page-content .sfwd-course-nav .learndash_next_prev_link .next-link:after{content:"\e8ab"}[dir=rtl] #learndash-page-content .sfwd-course-nav .learndash_next_prev_link .prev-link{border-radius:var(--bb-block-radius-inner) 0 0 var(--bb-block-radius-inner)}[dir=rtl] #learndash-page-content .sfwd-course-nav .learndash_next_prev_link .prev-link:before{content:"\e827"}#learndash-page-content .bb-lms-secondary-header>span{text-transform:uppercase;font-size:12px}#learndash-page-content .bb-lms-secondary-header h1{line-height:1.2;font-weight:700;font-size:36px;margin:0}#learndash-page-content .bb-lms-secondary-header p#learndash_next_prev_link{font-size:13px;margin-bottom:0}.sfwd-lessons-template-default #learndash-page-content #learndash-content .lms-topic-sidebar-wrapper,.sfwd-quiz-template-default #learndash-page-content #learndash-content .lms-topic-sidebar-wrapper,.sfwd-topic-template-default #learndash-page-content #learndash-content .lms-topic-sidebar-wrapper{display:none}.sfwd-lessons-template-default #learndash-page-content #learndash-content #learndash-page-content,.sfwd-quiz-template-default #learndash-page-content #learndash-content #learndash-page-content,.sfwd-topic-template-default #learndash-page-content #learndash-content #learndash-page-content{min-height:inherit;padding:0;border:0}.sfwd-lessons-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap,.sfwd-quiz-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap,.sfwd-topic-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap{padding:0;margin:0}.sfwd-lessons-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap>div,.sfwd-quiz-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap>div,.sfwd-topic-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap>div{padding:0;margin:0}.sfwd-lessons-template-default #learndash-page-content #learndash-content #learndash-page-content #learndash-course-header,.sfwd-quiz-template-default #learndash-page-content #learndash-content #learndash-page-content #learndash-course-header,.sfwd-topic-template-default #learndash-page-content #learndash-content #learndash-page-content #learndash-course-header{display:none}.sfwd-lessons-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap #comments.comments-area,.sfwd-lessons-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap .ld-focus-comments,.sfwd-quiz-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap #comments.comments-area,.sfwd-quiz-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap .ld-focus-comments,.sfwd-topic-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap #comments.comments-area,.sfwd-topic-template-default #learndash-page-content #learndash-content #learndash-page-content .learndash_content_wrap .ld-focus-comments{display:none}#learndash_lesson_topics_list>div,#learndash_lessons,#learndash_profile,#learndash_quizzes{background-color:transparent;border:0;border-radius:0;box-shadow:none;margin-bottom:0}body.bb-buddypanel.bb-sfwd-aside .site-header .bb-toggle-panel{display:inherit;margin-left:-18px}body.bb-buddypanel.bb-sfwd-aside.buddypanel-toggle-off .site-header .bb-toggle-panel{display:none}body.bb-buddypanel.bb-sfwd-aside .header-aside-inner .bb-toggle-panel{display:none}body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .site-header .site-header-container>.bb-toggle-panel{display:none}body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .site-header .site-header-container{padding-left:0}body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .header-3 .header-aside-inner .bb-toggle-panel{margin-right:0}body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .header-aside-inner .bb-toggle-panel{display:inline-block;padding-left:20px;margin:0;margin-right:-18px;-webkit-transition:opacity .1s;transition:opacity .1s}body.bb-buddypanel.bb-sfwd-aside .site-header .site-header-container:not(.header-3) #header-aside .bb-toggle-panel i{color:inherit}body.bb-buddypanel.bb-sfwd-aside.buddypanel-open:not(.buddypanel-header) .site-header .bb-toggle-panel{visibility:hidden;opacity:0}body.bb-buddypanel.bb-sfwd-aside.buddypanel-header .site-header .bb-toggle-panel{margin-left:-18px}body.bb-buddypanel.bb-sfwd-aside.buddypanel-header.bb-buddypanel-right .site-header .bb-toggle-panel{margin-left:0}body.bb-buddypanel.bb-sfwd-aside:not(.buddypanel-open) .buddypanel .bb-toggle-panel{visibility:hidden;opacity:0}.bb-sfwd-aside .site-header:not(.site-header--elementor){position:fixed}.bb-sfwd-aside .site-header{width:100%;z-index:610;-webkit-transition:all .2s;transition:all .2s}@media screen and (min-width:800px){.bb-buddypanel.buddypanel-open.bb-sfwd-aside .site-header:not(.site-header--elementor){width:-webkit-calc(100% - 230px);width:calc(100% - 230px);-webkit-transition:all .2s;transition:all .2s}}.bb-sfwd-aside .elementor-header+.site-content{padding-top:0!important}body.bb-sfwd-aside .footer-container .container,body.bb-sfwd-aside .site-header .container{max-width:100%}body.bb-sfwd-aside .site-header .container{max-width:100%;margin-right:0}body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head{height:0}body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel{display:none}.bb-sfwd-aside .elementor.elementor-location-footer{display:none}.bb-sfwd-aside .site-content .container{max-width:100%;padding-left:0;padding-right:0}.bb-sfwd-aside .site-content .container>.grid{margin-left:0;margin-right:0}.bb-sfwd-aside .site-content .container .grid-cell:not(.no-gutter),.bb-sfwd-aside .site-content .container .grid>:not(.no-gutter){padding-left:0;padding-right:0}.bb-sfwd-aside .site-content .container .container-full{width:100%;margin-left:0;margin-right:0;left:0;right:0}.bb-sfwd-aside .site-content .container .content-area{padding-bottom:0;padding-top:0}.bb-sfwd-aside .header-aside{margin-left:auto}.single-sfwd-courses.has-sidebar #primary,.single-sfwd-lessons.has-sidebar #primary,.single-sfwd-quiz.has-sidebar #primary,.single-sfwd-topic.has-sidebar #primary{max-width:100%}.site-branding.ld-brand-logo img{max-height:100%;padding:10px 0}.site-header-container .site-branding.ld-brand-logo{min-width:inherit}.buddypanel-header .buddypanel .site-branding.ld-brand-logo{padding-right:0;margin-top:10px;margin-bottom:10px}.buddypanel-header .buddypanel .site-branding.ld-brand-logo img{padding:0;margin:0 auto}.lms-topic-sidebar-wrapper.lms-topic-sidebar-close.md-grid-1-3{-webkit-box-flex:0;-ms-flex:0 0 0%;flex:0 0 0%;opacity:0}.ld-course-navigation .bb-toggle-panel{margin-right:10px;position:relative;top:4px;color:var(--bb-sidenav-links);font-size:24px}.ld-course-navigation .bb-toggle-panel .bb-icon-menu-left{font-size:24px}.ld-course-navigation .bb-toggle-panel+.bb-toggle-panel{display:none}@media (max-width:799px){.ld-course-navigation .bb-toggle-panel{display:none}}.lms-topic-sidebar-wrapper .bb-elementor-header-items{display:none}.single-sfwd-quiz .learndash-content-body .bb-elementor-header-items+.learndash-wrapper{padding-top:30px}.learndash-content-body{position:relative}.learndash-content-body .bb-elementor-header-items{position:absolute;right:0;z-index:2}.learndash-content-body .bb-elementor-header-items a{margin-left:10px}.learndash-content-body .bb-elementor-header-items i{font-size:16px}.lms-side-panel-close .bb-elementor-header-items{right:30px}.lms-side-panel-close .bb-elementor-header-items .header-minimize-link{display:inline-block}.learndash+.page-links{font-size:14px;padding:3px 20px}.learndash+.page-links .post-page-numbers{padding:0 3px}.learndash-wrapper a.bbp-topic-reply-link{color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)!important}.learndash-wrapper a.bbp-topic-reply-link:hover{color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)!important}.learndash-wrapper .ld-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-bottom:1px solid var(--bb-primary-button-border-regular)!important;border-radius:var(--bb-button-radius)}.learndash-wrapper .ld-button:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.learndash-wrapper .ld-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);border-bottom:1px solid var(--bb-primary-button-border-hover)!important;opacity:1}.learndash-wrapper .ld-button.ld-login-button{font-size:inherit;font-weight:inherit}.learndash-course-grid-filter input[type=range]::-webkit-slider-runnable-track{border-radius:var(--bb-block-radius-inner)!important}.learndash-course-grid-filter .range-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 -2px}.learndash-course-grid-filter .range-wrapper input[type=range]{margin-right:2px;margin-left:2px}@media screen and (min-width:800px){.sfwd-single-sidebar-right:not(.single-sfwd-courses) #learndash-content>.bb-grid{-ms-flex-flow:row-reverse;flex-flow:row-reverse}}@media screen and (min-width:800px){.single-sfwd-lessons.bb-buddypanel .site-content,.single-sfwd-quiz.bb-buddypanel .site-content,.single-sfwd-topic.bb-buddypanel .site-content{padding:0 10px}}.page-template-default.page .entry-content #learndash-content.container-full{width:auto;left:0;right:0;margin-left:0;margin-right:0}.page-template-default.page .entry-content #learndash-content .lms-topic-sidebar-wrapper .lms-topic-sidebar-data{position:static}.post-template-default.single .entry-content #learndash-content.container-full{width:auto;left:0;right:0;margin-left:0;margin-right:0}.post-template-default.single .entry-content #learndash-content .lms-topic-sidebar-wrapper .lms-topic-sidebar-data{position:static}.bb-courses-header{margin-bottom:2rem}.bb-courses-header .bb-title{font-size:28px;margin:0}@media (max-width:375px){.bb-courses-header .bb-title{font-size:28px;margin-right:10px}}.bb-courses-header .bs-dir-search{margin-left:auto;margin-bottom:0;margin-right:0}.ld-secondary-header .bb-secondary-list-tabs{margin:25px 0 20px}.bb-courses-directory .grid-filters{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:start;align-self:flex-start;font-size:21px;height:36px}.bb-courses-directory .grid-filters a{color:var(--bb-headings-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:5px;padding-right:5px;opacity:.4;-webkit-transition:.3s all;transition:.3s all}.bb-courses-directory .grid-filters a:hover{color:var(--bb-headings-color);opacity:1}.bb-courses-directory .grid-filters a i{font-size:24px}.bb-courses-directory .grid-filters .active{opacity:1}.bb-courses-directory .bp-navs{margin-bottom:15px}.bb-courses-directory .bp-navs li{float:left;padding-right:30px}.bb-courses-directory .bp-navs li a{padding:10px 0}.bb-courses-directory .bp-navs .selected .count{background-color:var(--bb-primary-color)}.bb-courses-directory .bs-sort-button i{font-size:22px}.bb-courses-directory .select-wrap{margin:0}.bb-courses-directory .select-wrap select{height:36px;font-size:14px;outline:0}.bb-courses-directory .sfwd-courses-filters .select-wrap select{margin-right:12px}.bb-grid #course-dir-list{margin-top:10px}.bb-course-items{list-style:none;-ms-flex-flow:row wrap;flex-flow:row wrap}.bb-course-items:not(.bb-grid){margin:0}.bb-course-items .bb-course-item-wrap{margin-bottom:20px}.bb-course-items .bb-course-cover{overflow:hidden;position:relative}.bb-course-items .bb-cover-wrap{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0;padding-top:52%}.bb-course-items .bb-cover-list-item{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);height:100%;padding-bottom:0;-webkit-transition:.2s box-shadow;transition:.2s box-shadow;position:relative;overflow:hidden}.bb-course-items .bb-cover-list-item.bb-course-paid{padding-bottom:35px}.bb-course-items .bb-cover-list-item:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1);z-index:1}.bb-course-items .bb-cover-list-item .course-fee{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bb-course-items .bs-timestamp{font-size:14px;color:#939597;letter-spacing:-.24px;line-height:22px;position:absolute;bottom:20px}.bb-course-items .forums-meta span{background:rgba(18,43,70,.1)}.bb-course-items .bb-cover-wrap:after{display:none}.bb-course-items .forums-meta{margin-bottom:12px}.bb-course-items .bb-course-excerpt{color:var(--bb-alternate-text-color)}.bb-course-items .course-progress-wrap{position:relative;z-index:1;margin:0 0 20px;line-height:1}.bb-course-items .start-course-completion-rate{font-size:11px;margin-top:12px;text-transform:uppercase}.bb-course-items .course-progress{margin:0;height:4px;background:var(--bb-content-border-color)}.bb-course-items .course-progress-bar{background:var(--bb-primary-color);height:4px;width:auto}.bb-course-items .bb-card-course-details--hasAccess .bb-course-excerpt{display:none}.bb-course-items .bb-course-excerpt{font-size:13px;color:var(--bb-alternate-text-color);line-height:1.384;display:block;display:-webkit-box;max-height:2.72em;margin:-3px 0 20px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}@media screen and (max-width:1200px){.bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}}@media screen and (max-width:820px){.bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:480px){.bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}@media screen and (max-width:1200px){.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (min-width:800px) and (max-width:900px){.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media screen and (max-width:480px){.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.bb-course-items.list-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-course-items.list-view .bb-cover-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0}.bb-course-items.list-view .bb-course-cover{-webkit-box-flex:0;-ms-flex:0 0 240px;flex:0 0 240px}@media screen and (max-width:1040px){.bb-course-items.list-view .bb-course-cover{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px}}@media screen and (max-width:460px){.bb-course-items.list-view .bb-course-cover{-webkit-box-flex:0;-ms-flex:0 0 140px;flex:0 0 140px}}@media screen and (max-width:375px){.bb-course-items.list-view .bb-course-cover{-webkit-box-flex:0;-ms-flex:0 0 110px;flex:0 0 110px}}.bb-course-items.list-view .bb-card-course-details{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-bottom:16px}.bb-course-items.list-view .bb-cover-wrap{border-radius:var(--bb-block-radius) 0 0 var(--bb-block-radius);padding-top:70%;height:100%}@media screen and (max-width:1040px){.bb-course-items.list-view .bb-cover-wrap{padding-top:78%}}.bb-course-items.list-view .bb-course-footer{-ms-flex-flow:column-reverse;flex-flow:column-reverse;bottom:auto;top:16px;width:auto;left:auto;right:0}@media screen and (max-width:1040px){.bb-course-items.list-view .bb-course-footer{position:static;padding:15px 0 0}}.bb-course-items.list-view .bb-course-footer del{margin-right:0;margin-top:8px}.bb-course-items.list-view .bb-course-title,.bb-course-items.list-view .course-lesson-count{max-width:80%}.bb-course-items.list-view .course-progress-wrap{max-width:450px}.has-sidebar .bb-course-items.list-view .course-progress-wrap{max-width:320px}.bb-course-items .course-completion-rate,.bb-learndash-wrapper.bb-course-item-wrap .course-completion-rate,.group_courses .course-completion-rate{display:block;margin-top:10px}.bb-course-items .ld-progress-stats,.bb-learndash-wrapper.bb-course-item-wrap .ld-progress-stats,.group_courses .ld-progress-stats{font-size:12px;font-weight:500;line-height:1;letter-spacing:-.24px;display:block;margin-top:10px;color:var(--bb-alternate-text-color)}.bb-course-items .ld-progress-stats .ld-progress-steps,.bb-learndash-wrapper.bb-course-item-wrap .ld-progress-stats .ld-progress-steps,.group_courses .ld-progress-stats .ld-progress-steps{margin-top:5px;display:block}.ld-progress-stats span.ld-progress-steps__unit{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.grid-view .bb-card-course-details .course-progress-wrap:nth-last-child(2){margin:0 0 10px}.bb-course-footer{position:absolute;bottom:20px;width:100%;left:0;padding:0 20px;font-weight:500;font-size:20px;line-height:1;color:var(--bb-headings-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.bb-course-footer del{font-size:15px;font-weight:400;color:#939597;margin-right:5px}.bb-card-course-details{padding:16px 20px 10px}.grid-view .bb-card-course-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#page .bb-course-title{font-size:22px;line-height:1.24;margin:0 0 10px}#page .bb-course-title.bb-course-title-with-review{padding-bottom:35px;position:relative}#page .bb-course-title.bb-course-title-with-review .ratings-after-title{position:absolute;left:0;right:0;bottom:5px}#page .bb-course-title a{color:inherit;display:block;display:-webkit-box;max-height:2.7em;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}#page .bb-course-title a:hover{color:var(--bb-primary-color)}#page .bb-course-title .lms-category{display:block;font-size:12px;text-transform:uppercase;margin-bottom:20px;font-weight:400}#page .bb-course-title .lms-title{display:block;font-size:20px}.bb-course-meta{font-size:13px;font-weight:300;color:var(--bb-alternate-text-color);letter-spacing:-.24px;line-height:1;margin-bottom:15px;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}.bb-course-meta .item-avatar{max-width:28px;margin-right:10px}.bb-course-meta .item-avatar img{border-radius:50%}.bb-course-meta strong{font-size:13px;font-weight:500;letter-spacing:-.24px;margin:0}.bb-course-meta strong a{color:var(--bb-headings-color)}.bb-course-meta strong a:hover{color:var(--bb-primary-color)}.list-view .bb-course-meta .item-avatar img{max-width:100%}.course-lesson-count{font-size:13px;color:var(--bb-alternate-text-color);line-height:1;margin-bottom:8px;font-weight:300}.bb-course-categories{font-size:12px;font-weight:500;color:var(--bb-headings-color);letter-spacing:.25px;line-height:1;margin-bottom:10px;text-transform:uppercase}.bb-course-excerpt{margin-bottom:20px;opacity:.8;font-size:16px;letter-spacing:-.24px;line-height:27px}.bb-cover-list-item .sfwd-type-tag{position:absolute;z-index:9;top:15px;background-color:var(--bb-primary-color);border-radius:0 15px 15px 0;color:#fff;text-align:center;padding:5px 12px;text-transform:uppercase;font-size:11px;line-height:1;letter-spacing:.23px}.bb-cover-list-item .progress-continue{background-color:#0b8ac7}.bb-cover-list-item .sfwd-type-free{background-color:#0bc1c7}.bb-cover-list-item .progress-empty{background-color:#dbbe1a}.bb-cover-list-item .progress-completed{background-color:#aac70b}.bb-cover-list-item .sfwd-type-closed{background-color:#9c9c9c}.bb-cover-list-item .sfwd-type-purchase{background-color:#0bc77a}.bb-cover-list-item .sfwd-type-unlock{background-color:var(--bb-primary-color);z-index:10}.bb-cover-list-item .ld-status{position:absolute;z-index:9;top:15px;background-color:var(--bb-primary-color);border-radius:0 15px 15px 0;color:#fff;text-align:center;padding:5px 12px;text-transform:uppercase;font-size:11px;line-height:1;letter-spacing:.23px}.bb-cover-list-item .bb-course-cover .bb-cover-wrap .ld-status{border-radius:0 15px 15px 0;height:auto}.bb-cover-list-item .ld-primary-background{background-color:var(--bb-primary-color)}.bb-cover-list-item .ld-status-complete.ld-secondary-background{background-color:var(--bb-success-color)}.bb-cover-list-item .ld-secondary-background{background-color:#aac70b}.bb-cover-list-item .ld-third-background{background-color:#dbbe1a}.bb-course-step{min-width:auto;margin-left:auto}.bb-course-step .sfwd-price-unlock{color:var(--bb-alternate-text-color)}.bb-course-step .sfwd-price-unlock:hover{color:var(--bb-primary-color)}.bb-course-step .sfwd-price-unlock i{font-size:22px}.bb-list-card-data .bb-course-step{min-width:140px}.bb-list-card-data .bb-course-step a.button{width:100%}.bb-list-card-data .bb-course-step a.button.sfwd-price-closed,.bb-list-card-data .bb-course-step a.button.sfwd-price-closed:hover{color:#dedfe2;border-color:#dedfe2}span.bb-course-price{font-size:22px;font-weight:400;color:var(--bb-headings-color);letter-spacing:0;text-align:right;line-height:1.22}.sfwd-courses-filters{-ms-flex-flow:row wrap;flex-flow:row wrap}.component-navigation.courses-nav{margin:0}.component-navigation.courses-nav li{position:relative;list-style:none;margin-right:5px}.component-navigation.courses-nav li.hideshow{padding-left:0}.component-navigation.courses-nav .bb-icon-loader{position:absolute;right:4px;top:2px;font-size:20px}.bb-template-v2 .component-navigation.courses-nav .bb-icon-loader{font-size:14px;line-height:1;top:5px}.bb-template-v1 .bb-lms-pagination{padding:10px 0;text-align:right}.bb-template-v1 .bb-lms-pagination>*{display:inline-block;font-size:13px}.bb-template-v1 .bb-lms-pagination a.next.page-numbers,.bb-template-v1 .bb-lms-pagination a.prev.page-numbers{font-size:0}@media screen and (min-width:800px) and (max-width:992px){.ld-secondary-header .bs-secondary-list-tabs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.sfwd-courses-filters{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin-right:15px}.sfwd-courses-filters .select-wrap{width:100%;margin-bottom:5px}.sfwd-courses-filters select{width:100%}}@media screen and (max-width:610px){.bb-secondary-list-tabs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.sfwd-courses-filters{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin-right:15px}.sfwd-courses-filters .select-wrap{width:100%;margin-bottom:5px}.sfwd-courses-filters select{width:100%}}.single.single-sfwd-courses .content-area{padding-top:0}.bb-learndash-banner{background-color:var(--bb-cover-image-background-color);overflow:hidden;padding:0 44px}.bb-learndash-banner:before{content:"";opacity:.4;background-color:var(--bb-headings-color);background-image:-webkit-linear-gradient(270deg,rgba(0,0,0,0) 4%,#000 100%);background-image:linear-gradient(-180deg,rgba(0,0,0,0) 4%,#000 100%);position:absolute;height:100%;width:100%;top:0;left:0;z-index:1}.bb-learndash-banner .banner-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}.bb-course-banner-info{padding-top:30px;padding-bottom:30px;position:relative;z-index:2}.bb-course-banner-info .bb-enroll-widget{-ms-flex-item-align:center;align-self:center}.bb-learndash-full-area .bb-course-banner-inner{max-width:100%;width:100%}.bb-learndash-full-area .bb-learndash-content-wrap{max-width:100%}.bb-learndash-full-area .bb-single-course-sidebar{display:none}.bb-learndash-side-area .bb-course-banner-inner{max-width:-webkit-calc(100% - 480px);max-width:calc(100% - 480px);width:-webkit-calc(100% - 480px);width:calc(100% - 480px)}@media screen and (max-width:1200px){.bb-learndash-side-area .bb-course-banner-inner{max-width:-webkit-calc(100% - 400px);max-width:calc(100% - 400px);width:-webkit-calc(100% - 400px);width:calc(100% - 400px)}}@media screen and (max-width:992px){.bb-learndash-side-area .bb-course-banner-inner{max-width:-webkit-calc(100% - 350px);max-width:calc(100% - 350px);width:-webkit-calc(100% - 350px);width:calc(100% - 350px)}}@media screen and (max-width:880px){.bb-learndash-side-area .bb-course-banner-inner{max-width:-webkit-calc(100% - 320px);max-width:calc(100% - 320px);width:-webkit-calc(100% - 320px);width:calc(100% - 320px)}}@media screen and (max-width:820px){.bb-learndash-side-area .bb-course-banner-inner{max-width:100%;width:100%}.bb-single-course-sidebar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.bb-course-banner-inner{color:#fff;padding-top:70px}.bb-course-banner-inner .bb-course-category{font-size:14px;color:inherit;letter-spacing:.61px;text-transform:uppercase;margin-bottom:5px}.bb-course-banner-inner .bb-course-category .course-category-item{display:inline-block;padding-right:5px}.bb-course-banner-inner .bb-course-category .course-category-item a{color:#fff}.bb-course-banner-inner .bb-course-category .course-category-item a:hover{color:#fff}.bb-course-banner-inner .bb-course-category .course-category-item:last-of-type>span{display:none}.bb-course-banner-inner h1.entry-title{font-size:48px;color:inherit;line-height:1.25;margin-bottom:15px}.bb-course-banner-inner .avatar{border-radius:50%;margin-right:12px;max-width:38px}.bb-course-banner-inner .author-name{font-size:14px;color:#fff;color:#fff;letter-spacing:-.24px}.bb-course-banner-inner span.meta-saperator{color:#fff;margin:0 15px;display:none}.bb-course-banner-inner .bb-course-single-meta>a+span.meta-saperator{display:inline-block}.bb-course-banner-inner .course-date{font-size:13px;color:rgba(255,255,255,.8);letter-spacing:-.19px}.bb-course-banner-inner .course-completion-rate{opacity:.8;font-size:12px;font-weight:500;color:#fff;display:block;margin-bottom:-10px}.bb-course-banner-inner .course-progress{margin:0;height:3px;background:rgba(238,240,243,.4);border-radius:12px}.bb-course-banner-inner .course-progress-bar{background:#fff;height:3px;width:auto}.bb-course-banner-inner .course-progress-inner{border-radius:0}.bb-course-banner-inner .course-progress-inner .course-progress-bar{border-radius:3px}.course-progress-inner{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;border-radius:50px;overflow:hidden}.bb-course-points{margin-bottom:35px}.bb-course-points a.anchor-course-points{color:#fff;font-size:15px;font-weight:500}.bb-course-points a.anchor-course-points i{margin-left:10px}.bb-course-single-meta{margin-bottom:40px}.bb-course-single-meta.bb_single_meta_off{margin-bottom:0}#btn-join,.bb-single-course-sidebar #btn-join,.bb-single-course-sidebar .btn-join,.bb-single-course-sidebar a.btn-advance,.btn-join,.learndash-wrapper a.button:not(.outline){border-bottom:1px solid var(--bb-primary-button-border-regular)!important}#btn-join:hover,.bb-single-course-sidebar #btn-join:hover,.bb-single-course-sidebar .btn-join:hover,.bb-single-course-sidebar a.btn-advance:hover,.btn-join:hover,.learndash-wrapper a.button:not(.outline):hover{border-bottom:1px solid var(--bb-primary-button-border-hover)!important}#btn-join,.btn-join{padding:10px 20px;border-radius:var(--bb-button-radius);width:100%;max-width:100%;display:inline-block;text-align:center;font-size:15px;line-height:1.3;-webkit-transition:all linear .2s;transition:all linear .2s;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-bottom:1px solid var(--bb-primary-button-border-regular)!important}#btn-join:focus,.btn-join:focus{box-shadow:var(--bb-primary-button-focus-shadow)}#btn-join:hover,.btn-join:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover);border-bottom:1px solid var(--bb-primary-button-border-hover)!important}.learndash-wrapper #btn-join,.learndash-wrapper .btn-join{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);font-size:15px;font-weight:inherit}.learndash-wrapper #btn-join:focus,.learndash-wrapper .btn-join:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.learndash-wrapper #btn-join:hover,.learndash-wrapper .btn-join:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}a.btn-join{margin-bottom:2rem}#learndash-course-overview{margin-top:30px}.learndash_course_materials{margin:50px 0}#learndash-course-content{margin-top:50px}.bb-course-preview-wrap{margin:0 -30px;border-radius:5px 5px 0 0;overflow:hidden;position:relative;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}.bb-course-banner-info .bb-course-preview-wrap{border-radius:5px;margin:0 auto;max-width:380px}.bb-course-preview-wrap img{position:absolute;top:0;bottom:0;left:-2px;right:-2px;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover}.bb-preview-course-link-wrap{position:relative;padding:68px 0;color:#fff}.bb-course-preview-wrap.bb-thumbnail-preview .bb-preview-course-link-wrap{padding:0}.thumbnail-container{height:0;padding-bottom:56.25%;position:relative;z-index:1;background-color:var(--bb-cover-image-background-color)}.learndash .fluid-width-video-wrapper{max-width:100%;margin-top:0}.thumbnail-container-img .bb-course-video-overlay{display:none}.bb-course-video-overlay{position:absolute;z-index:2;color:#fff;text-align:center;width:100%;height:100%;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-transition:all linear .2s;transition:all linear .2s}.bb-course-video-overlay>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;z-index:3;margin:50px auto;font-size:13px;font-weight:500;text-shadow:0 1px 1px rgba(0,0,0,.3)}.bb-course-video-overlay .bb-course-play-btn-wrapper{width:60px;height:60px;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bb-course-video-overlay .bb-course-play-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:50px;height:50px;background-color:rgba(248,248,248,.7);border-radius:100%;margin:auto;-webkit-transition:all linear .2s;transition:all linear .2s}.bb-course-video-overlay .bb-course-play-btn:after{display:inline-block;position:relative;left:1px;margin:auto;-webkit-transition:all linear .2s;transition:all linear .2s;content:"\ee0b";font-family:bb-icons;font-size:18px;font-weight:300;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--bb-body-text-color)}.bb-course-video-overlay .bb-course-play-btn:hover:after{border-color:transparent transparent transparent var(--bb-primary-color)}.bb-course-video-overlay:hover{background-color:rgba(0,0,0,.1)}.bb-course-video-overlay:hover .bb-course-play-btn{width:60px;height:60px;background-color:rgba(248,248,248,.9)}.bb-course-video-overlay:hover .bb-course-play-btn:after{border-color:transparent transparent transparent var(--bb-primary-color)}.bb-modal.bb_course_video_details{padding:10px;max-height:-webkit-calc(100vh - 20px);max-height:calc(100vh - 20px);-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.bb-modal.bb_course_video_details .fluid-width-video-wrapper iframe{max-height:-webkit-calc(100vh - 140px);max-height:calc(100vh - 140px)}.bb-modal.bb_course_video_details button.mfp-close{width:30px;height:30px;line-height:32px;top:15px;right:15px;background-color:#fff}@media screen and (max-width:800px){.bb-modal.bb_course_video_details{padding:10px}.bb-modal.bb_course_video_details .fluid-width-video-wrapper iframe{max-height:-webkit-calc(100vh - 100px);max-height:calc(100vh - 100px)}.bb-modal.bb_course_video_details button.mfp-close{top:7px;right:7px}}@media screen and (max-width:544px){.bb-modal.bb_course_video_details{padding:20px}.bb-modal.bb_course_video_details .fluid-width-video-wrapper iframe{max-height:-webkit-calc(100vh - 60px);max-height:calc(100vh - 60px)}.bb-modal.bb_course_video_details button.mfp-close{width:18px;height:18px;line-height:20px;top:3px;right:3px;font-size:120%}}a.bb-preview-course-link{display:block;text-align:center}a.bb-preview-course-link span{color:#fff;display:block;margin-top:8px;text-align:center}.bb-course-member-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 10px}.bb-single-course-sidebar .bb-course-member-wrap{padding-top:20px;padding-bottom:20px}.bb-single-course-sidebar .bb-course-member-wrap+.bb-course-status-wrap .bb-course-status-content{padding-top:0}.bb-single-course-sidebar .bb-course-status-wrap .bb-course-status-content{padding-top:20px;padding-bottom:0}.learndash-wrapper .bb-single-course-sidebar .ld-status{background-color:var(--bb-content-alternate-background-color);border-radius:var(--bb-button-radius);color:var(--bb-body-text-color)}.bb-single-course-sidebar .widget{box-shadow:0 32px 54px 0 rgba(0,0,0,.1);border-radius:var(--bb-block-radius);border:0;padding:0 30px;overflow:hidden;background-color:transparent}.bb-single-course-sidebar .bb-button-wrap{margin-bottom:0;padding-top:10px;padding-bottom:20px;text-align:center}.bb-single-course-sidebar .bb-button-wrap:empty{display:none}.bb-single-course-sidebar .bb-button-wrap .learndash_checkout_buttons{padding-bottom:0;padding-top:0;margin:0;margin-bottom:10px}.bb-single-course-sidebar .bb-button-wrap .learndash_checkout_buttons .ppalholder{display:none}.bb-single-course-sidebar .bb-button-wrap .learndash_join_button{padding-bottom:0;padding-top:0;margin-bottom:10px;margin-top:0}.bb-single-course-sidebar .bb-button-wrap .learndash_join_button.btn-advance-completed{display:none}.bb-single-course-sidebar .bb-button-wrap>a.btn-join{display:inline-block;text-align:center;margin-bottom:10px}.bb-single-course-sidebar .bb-button-wrap .bb-course-type{display:inline-block;color:var(--bb-alternate-text-color)}.bb-single-course-sidebar .bb-button-wrap .ld-status+.bb-course-type,.bb-single-course-sidebar .bb-button-wrap .learndash_checkout_buttons+.bb-course-type,.bb-single-course-sidebar .bb-button-wrap .learndash_join_button+.bb-course-type,.bb-single-course-sidebar .bb-button-wrap>a.btn-join+.bb-course-type{margin-top:10px}.bb-single-course-sidebar .bb-button-wrap .bb-course-type.bb-course-type-paynow{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.bb-single-course-sidebar .bb-course-member-wrap+.bb-button-wrap{padding-top:0}.bb-single-course-sidebar h4{font-size:13px;color:var(--bb-headings-color);letter-spacing:.5px;margin:0;padding-bottom:15px;text-transform:uppercase}.bb-single-course-sidebar .bb-course-volume-list{list-style:none;margin:0;padding:0 0 30px}.bb-single-course-sidebar .bb-course-volume-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:15px}.bb-single-course-sidebar .bb-course-volume-list li i{margin-right:12px;font-size:18px;max-width:18px;position:relative;top:1px}.bb-single-course-sidebar #btn-join,.bb-single-course-sidebar .btn-join{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);width:100%;font-size:14px;font-weight:400}.bb-single-course-sidebar #btn-join:focus,.bb-single-course-sidebar .btn-join:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.bb-single-course-sidebar #btn-join:hover,.bb-single-course-sidebar .btn-join:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover);opacity:1}.bb-single-course-sidebar #btn-join.jq-dropdown-open,.bb-single-course-sidebar .btn-join.jq-dropdown-open{background-color:var(--bb-primary-button-background-regular)!important}.bb-single-course-sidebar #btn-join.btn-disabled,.bb-single-course-sidebar .btn-join.btn-disabled{background-color:var(--bb-primary-button-background-regular);opacity:.5;pointer-events:none}.bb-single-course-sidebar a.btn-advance{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);width:100%;-webkit-transition:all linear .2s;transition:all linear .2s;font-size:14px;display:inline-block;padding:10px 19px;line-height:1.471}.bb-single-course-sidebar a.btn-advance:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.bb-single-course-sidebar a.btn-advance:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}.bb-single-course-sidebar a.btn-advance:focus{box-shadow:var(--bb-primary-button-focus-shadow)!important}.bb-single-course-sidebar .btn-advance-disable a.btn-advance{opacity:.5;pointer-events:none}.bb-single-course-sidebar .btn-advance-completed a.btn-advance{background-color:#f5f5f5;color:var(--bb-alternate-text-color);pointer-events:none;cursor:default}.bb-single-course-sidebar .btn-advance-completed a.btn-advance:hover{box-shadow:none}.bb-course-members{display:inline-block;margin-right:12px}.bb-course-members img{border:1px solid #fff;max-width:28px;display:inline-block;margin-right:-8px;position:relative;z-index:3;border-radius:50%;float:left}.bb-learndash-content-wrap{padding-top:35px}.bb-learndash-content-wrap>div{margin-bottom:50px}.bb-learndash-content-wrap h4{font-size:16px;letter-spacing:.6px;margin:0 0 20px;text-transform:uppercase}.bb-learndash-content-wrap #learndash_course_status{margin-bottom:30px}.bb-learndash-content-wrap #learndash_lessons>div>div,.bb-learndash-content-wrap #learndash_quizzes>div>div{border:0}.bb-learndash-content-wrap #learndash_lesson_topics_list>div,.bb-learndash-content-wrap #learndash_lessons,.bb-learndash-content-wrap #learndash_profile,.bb-learndash-content-wrap #learndash_quizzes{background-color:transparent;border:0;border-radius:0;box-shadow:none;margin-bottom:20px}#learndash_lesson_topics_list span a,#learndash_lessons a,#learndash_profile a,#learndash_profile a span,#learndash_quizzes a,.learndash_topic_dots a,.learndash_topic_dots a>span{font-family:inherit}#course_list>div h4>a,#lessons_list>div h4>a,#quiz_list>div h4>a{display:block;padding:0}#course_list>div h4,#learndash_lesson_topics_list ul>li>span.topic_item,#lessons_list>div h4,#quiz_list>div h4{display:block;width:100%;border-top:0;padding:0}h4#learndash_course_content_title{margin-bottom:30px}.bb-lesson-head{border-radius:4px;padding:15px 15px 15px 40px;letter-spacing:-.24px;margin-bottom:1px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;color:var(--bb-headings-color)}.bb-lesson-head:hover{background:rgba(146,164,183,.1);color:var(--bb-primary-color)}.learndash_course_content .bb-lessons-list>li:nth-child(odd) a.bb-lesson-head{background:rgba(146,164,183,.05);-webkit-transition:.3s all;transition:.3s all}.learndash_course_content .bb-lessons-list>li:nth-child(odd) a.bb-lesson-head:hover{background:rgba(146,164,183,.1)}.learndash_course_content .bb-lessons-list>li:nth-child(odd) a.bb-lesson-head>.flex-1{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lms-lesson-item.current>.bb-lesson-head,.lms-quiz-item.current>.bb-lms-title-wrap,.lms-topic-item.current>.bb-lms-title-wrap{background:rgba(146,164,183,.05)}.lms-topic-sidebar-wrapper .bb-lms-title-wrap{padding:12px 30px 12px 40px;line-height:1.5;border-radius:0}.lms-topic-sidebar-wrapper .bb-lesson-head{line-height:1.6}.lms-topic-sidebar-wrapper [data-balloon]:after{z-index:25}.bb-lms-list-inside li:nth-child(odd) .bb-lms-title-wrap{background:rgba(146,164,183,.05);-webkit-transition:.3s all;transition:.3s all}.bb-lms-list-inside li:nth-child(odd) .bb-lms-title-wrap:hover{background:rgba(146,164,183,.1)}.bb-lms-title-wrap{border-radius:4px;color:inherit;padding:12px 15px 12px 35px;letter-spacing:-.24px;line-height:1.6;margin-bottom:1px}.bb-lms-title-wrap .bb-lms-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:10px}.bb-lms-title-wrap:hover{background:rgba(146,164,183,.1);-webkit-transition:.3s all;transition:.3s all}.lms-topic-sidebar-wrapper .lms-quiz-list>li .bb-lms-title-wrap .bb-lms-quiz-tag:after{margin-right:0}.lms-topic-sidebar-wrapper li.lms-quiz-item .bb-lms-title-wrap .bb-lms-title:before{display:none}.bb-lessons-list{margin:0}.bb-lessons-list,.bb-lessons-list ol,.bb-lessons-list ul{list-style-type:none}.bb-lessons-list li .bb-type-list li:not(.lms-quiz-item) .bb-lms-title-wrap .bb-lms-title:before{line-height:1.4;margin-right:0}.bb-type-list,.lms-quiz-list{margin:0}.bb-type-list li,.lms-quiz-list li{font-size:14px;color:var(--bb-headings-color);letter-spacing:-.24px}.bb-type-list li a,.lms-quiz-list li a{color:var(--bb-headings-color)}.bb-type-list li a:hover,.lms-quiz-list li a:hover{color:var(--bb-primary-color)}div#bb-learndash-lessons{margin-bottom:72px}.bb-course-topic-status,.bb-quiz-topic-status{width:22px;height:22px;position:relative;margin-right:0;margin-left:0}.bb-course-topic-status .bb-lms-status,.bb-quiz-topic-status .bb-lms-status{position:absolute;left:0;top:0;display:none}.bb-completed-item{text-decoration:line-through}.bb-course-topic-status.topic-completed .bb-completed,.bb-quiz-topic-status.bb-completed .bb-completed{display:block}.bb-course-topic-status.topic-notcompleted .bb-not-completed,.bb-quiz-topic-status.bb-notcompleted .bb-not-completed{display:block}.i-progress{display:inline-block;width:22px;height:22px;border-radius:100%;color:#fff;line-height:22px;text-align:center}.i-progress.i-progress-completed{background-color:var(--bb-primary-color)}.i-progress.i-progress-not-completed{color:#dedfe2;width:23px;height:23px}.i-progress.i-progress-not-completed i{font-size:23px;width:23px;height:23px}.bb-quiz-list{list-style:none;margin:0}.bb-quiz-list .bb-quiz-icon g{stroke:var(--bb-body-text-color)}.bb-quiz-list a{border-radius:4px;padding:15px;color:var(--bb-headings-color);line-height:1.4}.bb-quiz-list a:hover{background:rgba(146,164,183,.1);color:var(--bb-primary-color)}.bb-quiz-list .bb-quiz-topic-status-wrap .flex-1{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bb-quiz-list li:nth-child(odd) .bb-quiz-topic-status-wrap{background:rgba(146,164,183,.05)}.bb-quiz-list li:nth-child(odd) .bb-quiz-topic-status-wrap:hover{background:rgba(146,164,183,.1)}.bb-quiz-list li.lms-is-locked a{pointer-events:none;cursor:default}.bb-quiz-list .lms-is-locked-ico{position:relative;margin-left:10px;bottom:1px;color:#939597}.bb-quiz-list-container .bb-quiz-list{counter-reset:lms-quiz-list}.bb-quiz-list-container .bb-quiz-list a.bb-quiz-topic-status-wrap{padding:18px 22px}.bb-quiz-list-container .bb-quiz-list .bb-quiz-topic-status-wrap span.flex-1:before{line-height:1.4;margin-right:0;counter-increment:lms-quiz-list;content:counter(lms-quiz-list) ". ";color:var(--bb-alternate-text-color)}.lms-is-sample-tag{display:inline-block;padding:0 12px;background-color:transparent;border:1px solid var(--bb-primary-color);color:var(--bb-primary-color);font-size:12px;line-height:21px;border-radius:50px;position:relative}.lms-topic-sidebar-wrapper .lms-lessions-list>ol.bb-lessons-list{margin-left:0}.lms-topic-sidebar-wrapper .lms-lessions-list>ol.bb-lessons-list>li.lms-lesson-item{padding:0 0 5px;position:relative}.lms-topic-sidebar-wrapper .lms-lessions-list>ol.bb-lessons-list>li.lms-lesson-item:first-child{padding-top:0}.lms-topic-sidebar-wrapper .lms-lessions-list>ol.bb-lessons-list>li.lms-lesson-item:last-child{border-bottom:0;padding-bottom:0}.lms-topic-sidebar-wrapper .lms-lessions-list>ol.bb-lessons-list .bb-lesson-head{border-radius:0}.lms-topic-sidebar-wrapper .lms-lessions-list>ol.bb-lessons-list .bb-lesson-head>.flex-1{display:-webkit-box;display:-ms-flexbox;display:flex;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:6px}.lms-topic-sidebar-wrapper .lms-lessions-list>ol.bb-lessons-list .bb-lesson-head>.flex-1 .lms-is-sample-tag{margin-left:auto;padding-top:1px;padding-bottom:1px}.lms-topic-sidebar-wrapper .lms-lessions-list>ol.bb-lessons-list .bb-lesson-head>.flex-1 .lms-is-locked-ico,.lms-topic-sidebar-wrapper .lms-lessions-list>ol.bb-lessons-list .bb-lesson-head>.flex-1 .lms-not-locked-ico{color:var(--bb-alternate-text-color);position:relative;bottom:1px;margin-left:10px;margin-right:10px}.lms-topic-sidebar-wrapper .lms-lessions-list>ol.bb-lessons-list .bb-lesson-head>.lms-is-locked-ico{color:var(--bb-alternate-text-color);margin-right:8px;pointer-events:all;cursor:default}a.ld-table-list-item-preview:has(.lms-quiz-status-icon){pointer-events:none;cursor:default}.lms-quiz-status-icon{margin-right:8px;pointer-events:all;cursor:default}.lms-quiz-status-icon i{color:var(--bb-alternate-text-color)}.ld-table-list-item-preview .lms-quiz-status-icon{margin-left:auto}.lms-topic-is-locked .lms-topic-status-icon{margin-right:8px;pointer-events:all;cursor:default}.lms-topic-is-locked .lms-topic-status-icon i{color:var(--bb-alternate-text-color)}.lms-topic-is-locked>.bb-title,.lms-topic-is-locked>.ld-topic-row{pointer-events:none;cursor:default}.lms-is-scheduled>.bb-title,.lms-is-scheduled>.ld-topic-row{pointer-events:none;cursor:default}.lms-is-scheduled .lms-quiz-status-icon{pointer-events:all;cursor:default}.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul.lms-quiz-list .lms-quiz-item>a>.flex-1{max-width:-webkit-calc(99% - 32px);max-width:calc(99% - 32px);display:-webkit-box;display:-ms-flexbox;display:flex}.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul.lms-quiz-list .lms-quiz-item>a>.flex-1 .bb-quiz-title{margin-right:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul.lms-quiz-list .lms-quiz-item>a>.flex-1 .lms-is-locked-ico{color:var(--bb-alternate-text-color);position:relative;bottom:1px;margin-right:10px;margin-left:auto}.bb-progress[data-percentage="0"] .bb-progress-circle{opacity:0}li.lms-lesson-item .bb-lesson-head{padding:15px 30px;padding-left:44px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.lms-topic-sidebar-wrapper .lms-lessions-list ol.bb-type-list{margin-left:0}.lms-topic-sidebar-wrapper .lms-lessions-list ol.bb-type-list .bb-lms-title-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.learndash_content_wrap .bb-title{font-size:16px;font-weight:600;letter-spacing:.6px;margin:0 0 20px;text-transform:uppercase}.learndash_content_wrap .bb-type-list{margin:0}span.bb-pages{font-size:13px;display:block;line-height:1;text-transform:uppercase;-webkit-transition:all linear .2s;transition:all linear .2s}span.bb-pages .bb-total{color:var(--bb-alternate-text-color)}.header-aside-inner .course-toggle-view{padding-right:0}.header-minimize-link{display:none}.lms-side-panel-close .header-maximize-link{display:none}.lms-side-panel-close .header-minimize-link{display:-webkit-box;display:-ms-flexbox;display:flex}.swfd-video-backlayer{background-color:#000;padding:0 40px;margin:-30px -100px 0}@media screen and (max-width:1200px){.swfd-video-backlayer{margin:-30px -60px 0}}@media screen and (max-width:992px){.swfd-video-backlayer{margin:-30px -40px 0}}.lms-side-panel-close .swfd-video-backlayer .swfd-video-backframe{max-width:-webkit-calc(100vh + 120px);max-width:calc(100vh + 120px);margin:0 auto}.entry-content .swfd-video-backlayer .fluid-width-video-wrapper{margin:0}div.bb-lms-header{padding:0;position:relative;margin:0;-webkit-transition:margin .2s;transition:margin .2s}div.bb-lms-header .sfwd-course-position{margin-right:auto}div.bb-lms-header h1{font-size:32px;line-height:1.2;margin-bottom:0}div.bb-lms-header .bb-position{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:50px}@media screen and (max-width:544px){div.bb-lms-header .bb-position{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}div.bb-lms-header .bb-position .sfwd-course-nav{margin-top:15px}}@media screen and (max-width:380px){#learndash-page-content div.bb-lms-header .bb-position .sfwd-course-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}div.bb-lms-header.quiz-fix .bb-position{padding-top:10px}.swfd-video-backlayer+div.bb-lms-header{margin-top:0}.learndash_course_content .bb-lessons-list li.bb-lessons-list-item{position:relative}.learndash_course_content .bb-lessons-list li a.bb-lesson-head{color:var(--bb-headings-color);-webkit-box-align:center;-ms-flex-align:center;align-items:center}.learndash_course_content .bb-lessons-list li a.bb-lesson-head:hover{color:var(--bb-primary-color)}.learndash_course_content .bb-lessons-list li a.bb-lesson-head .flex-1 .lms-is-sample-tag{margin-left:10px;bottom:1px}.learndash_course_content .bb-lessons-list li a.bb-lesson-head .lms-is-locked-ico{position:relative;margin-left:10px;bottom:1px;color:#939597}.learndash_course_content .bb-lessons-list li.lms-is-locked a.bb-lesson-head{pointer-events:none;cursor:default}.learndash_course_content .bb-lessons-list li.lms-is-locked .bb-type-list li a{pointer-events:none;cursor:default}.learndash_course_content .bb-quiz-list a{color:var(--bb-headings-color)}.learndash_course_content .bb-quiz-list a:hover{color:var(--bb-primary-color)}.bb-type-list.bb-lms-list-inside a{color:var(--bb-headings-color)}.bb-type-list.bb-lms-list-inside a:hover{color:var(--bb-primary-color)}.lms-toggle-lesson{position:absolute;top:2px;left:7px;display:inline-block;width:35px;height:50px;margin-right:6px;cursor:pointer}.lms-toggle-lesson i{display:inline-block;font-size:16px;line-height:10px;color:#bdbdbd;position:relative;top:12px;left:12px;-webkit-transition:-webkit-transform .2s;transition:transform .2s}.ld-item-list-section-heading+.lms-toggle-lesson{top:38px}.bb-lessons-list-item .lms-toggle-lesson{left:0}.bb-lessons-list-item .lms-toggle-lesson i{top:10px}.lms-lesson-turnover:not(.bb-lesson-item-no-topics) .lms-toggle-lesson i{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.lms-topic-sidebar-wrapper .bb-lesson-title,.lms-topic-sidebar-wrapper .bb-lms-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;min-width:0;font-size:14px}.bb-quiz-list .bb-lms-ico,.bb-type-list .bb-lms-ico,.lms-quiz-list .bb-lms-ico{display:inline-block;margin-right:10px;width:20px;height:20px}.bb-quiz-list .bb-lms-ico i,.bb-type-list .bb-lms-ico i,.lms-quiz-list .bb-lms-ico i{font-size:18px;width:20px;height:20px;line-height:1}.bb-lesson-head .bb-lesson-quizzes-count,.bb-lesson-head .bb-lesson-sidebar-ld-sep,.bb-lesson-head .bb-lesson-topics-count{margin:0 10px 0 0;font-size:12px;color:var(--bb-alternate-text-color);white-space:nowrap}.bb-lesson-head .bb-lesson-quizzes-count,.bb-lesson-head .bb-lesson-topics-count{max-width:60px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lms-topic-sidebar-wrapper .bb-lms-title{font-size:13px}.lms-topic-sidebar-wrapper .bb-lms-title .bb-quiz-title{font-size:14px}.bb-lms-secondary-header .bb-pages{margin-bottom:0}.bb-lms-secondary-header .bb-learndash-meta-wrap{margin-bottom:20px;min-height:34px}.learndash_next_prev_link{display:-webkit-box;display:-ms-flexbox;display:flex}.learndash_next_prev_link a.prev-link,.learndash_next_prev_link span.prev-link{border-radius:var(--bb-button-radius) 0 0 var(--bb-button-radius)}.learndash_next_prev_link a.next-link,.learndash_next_prev_link span.next-link{border-radius:0 var(--bb-button-radius) var(--bb-button-radius) 0}.learndash_next_prev_link a,.learndash_next_prev_link span.empty-post{display:-webkit-box;display:-ms-flexbox;display:flex;height:30px;min-width:55px;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;-webkit-transition:all linear .2s;transition:all linear .2s;color:var(--bb-alternate-text-color);font-size:12px;white-space:nowrap}.learndash_next_prev_link a:hover,.learndash_next_prev_link span.empty-post:hover{color:var(--bb-primary-color)}.learndash_next_prev_link a .meta-nav,.learndash_next_prev_link span.empty-post .meta-nav{position:absolute;width:100%;font-size:0;z-index:20}@media (max-width:360px){.learndash_next_prev_link a{font-size:0}}.learndash_next_prev_link a.next-link:after,.learndash_next_prev_link span.next-link:after{content:"\e827";font:normal normal normal 14px/1 bb-icons;font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:6px;padding-bottom:3px}.learndash_next_prev_link a.prev-link,.learndash_next_prev_link span.prev-link{margin-right:2px}.learndash_next_prev_link a.prev-link:before,.learndash_next_prev_link span.prev-link:before{content:"\e8ab";font:normal normal normal 14px/1 bb-icons;font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:6px;padding-bottom:3px}.learndash_next_prev_link a{color:var(--bb-headings-color)}.learndash_next_prev_link a:hover{color:var(--bb-primary-color)}html[dir=rtl] .learndash_next_prev_link a.next-link:after,html[dir=rtl] .learndash_next_prev_link span.next-link:after{content:"\e8ab"}html[dir=rtl] .learndash_next_prev_link a.prev-link:before,html[dir=rtl] .learndash_next_prev_link span.prev-link:before{content:"\e827"}.learndash_next_prev_link:empty{display:none}.learndash_content_wrap{padding-top:30px}.learndash_content_wrap.learndash_content_video{padding-top:0}.learndash_content_wrap .ld-tabs-content{margin-bottom:50px}.learndash_content_wrap .ld-progress{margin-top:0}.learndash-wrapper{color:inherit;line-height:inherit}.learndash-wrapper .ld-tabs{margin:0}.learndash-wrapper .ld-tabs .ld-tabs-content .ld-tab-content{padding-bottom:0}.learndash-wrapper a{color:var(--bb-primary-color)}.learndash-wrapper a.button:not(.outline){background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)}.learndash-wrapper a.button:not(.outline):focus{box-shadow:var(--bb-primary-button-focus-shadow)}.learndash-wrapper a.button:not(.outline):hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}.learndash-wrapper .learndash_content_wrap .ld-table-list.ld-no-pagination{border:0}.learndash-wrapper .learndash_content_wrap .ld-content-actions{border:0;margin-bottom:0;position:relative;z-index:1}.learndash-wrapper .learndash_content_wrap .sfwd-mark-complete:after{display:none}.learndash-wrapper .learndash_content_wrap .learndash_mark_complete_button{border-radius:var(--bb-button-radius);background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);-webkit-transition:all linear .2s;transition:all linear .2s;font-size:15px;font-weight:500;padding:10px 20px}.learndash-wrapper .learndash_content_wrap .learndash_mark_complete_button:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.learndash-wrapper .learndash_content_wrap .learndash_mark_complete_button:hover{opacity:1;background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}.learndash-wrapper .learndash_content_wrap .learndash_mark_complete_button:focus{opacity:1}@media (min-width:1024px){.learndash-wrapper .learndash_content_wrap{max-width:760px}.learndash-wrapper .bb-lms-header .lms-header-instructor,.learndash-wrapper .bb-lms-header .lms-header-title{max-width:760px;margin-left:auto;margin-right:auto}}.learndash-wrapper .ld-table-list .ld-table-list-header{background-color:transparent!important;color:var(--bb-headings-color);font-size:16px;font-weight:600;text-transform:uppercase;padding:0;margin:0 0 20px}.learndash-wrapper .ld-table-list .ld-table-list-header .ld-item-icon{display:none}.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-lesson-details{color:var(--bb-alternate-text-color)}.learndash-wrapper .ld-table-list .ld-table-list-footer{padding:0;background-color:transparent}.learndash-wrapper .ld-table-list .ld-table-list-items{border:0;padding:0}.learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item{border:0;margin-bottom:1px}.learndash-wrapper .ld-table-list .ld-table-list-items a.ld-table-list-item-preview{padding:20px;border-radius:4px;-webkit-transition:.3s all;transition:.3s all;color:inherit}.learndash-wrapper .ld-table-list .ld-table-list-items a.ld-table-list-item-preview:hover{color:inherit;background:rgba(146,164,183,.1)}.learndash-wrapper .learndash_content_wrap .ld-table-list .ld-table-list-items div.ld-table-list-item:nth-child(odd) a.ld-table-list-item-preview{background:rgba(146,164,183,.05)}.learndash-wrapper .learndash_content_wrap .ld-table-list .ld-table-list-items div.ld-table-list-item:nth-child(odd) a.ld-table-list-item-preview:hover{background:rgba(146,164,183,.1)}.learndash-wrapper .ld-status-icon{width:22px;height:22px;-ms-flex-preferred-size:22px;flex-basis:22px;margin-right:12px}.learndash-wrapper .ld-status-icon.ld-status-complete{background-color:var(--bb-primary-color)}.learndash-wrapper .ld-status-icon.ld-status-incomplete{border-width:2px;border-color:#dedfe2;background-color:transparent}.learndash-wrapper .ld-status-icon.ld-status-in-progress{background-color:transparent}.learndash-wrapper .ld-status-icon.ld-quiz-complete{background-color:var(--bb-primary-color)}.learndash-wrapper .ld-icon.ld-icon-assignment,.learndash-wrapper .ld-icon.ld-icon-calendar,.learndash-wrapper .ld-icon.ld-icon-certificate,.learndash-wrapper .ld-icon.ld-icon-checkmark,.learndash-wrapper .ld-icon.ld-icon-content,.learndash-wrapper .ld-icon.ld-icon-materials,.learndash-wrapper .ld-icon.ld-icon-quiz,.learndash-wrapper .ld-icon.ld-icon-search{font-family:bb-icons!important;font-size:22px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:6px;padding-bottom:0}.learndash-wrapper .ld-icon.ld-icon-quiz:before{content:"\eeff";font-family:bb-icons!important}.learndash-wrapper .ld-icon.ld-icon-checkmark{font-size:14px}.learndash-wrapper .ld-icon.ld-icon-checkmark:before{content:"\e876"}.learndash-wrapper .ld-icon.ld-icon-content{font-size:14px}.learndash-wrapper .ld-icon.ld-icon-content:before{content:"\e86e"}.learndash-wrapper .ld-icon.ld-icon-materials{font-size:14px}.learndash-wrapper .ld-icon.ld-icon-materials:before{content:"\ef3e"}.learndash-wrapper .ld-icon.ld-icon-certificate:before{content:"\e975"}.learndash-wrapper .ld-icon.ld-icon-assignment:before{content:"\ee7a"}.learndash-wrapper .ld-icon.ld-icon-search:before{content:"\ef10"}.learndash-wrapper .ld-icon.ld-icon-calendar:before{content:"\e884"}.learndash-wrapper .ld-tabs .ld-tabs-navigation:after{height:1px;background-color:var(--bb-content-border-color)}.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab{padding:10px 20px;font-size:14px;font-weight:400;color:var(--bb-body-text-color)}.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab:after{height:1px}.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab:focus{box-shadow:none}.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active{color:var(--bb-headings-color)}.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active:after{background-color:var(--bb-primary-color)}.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active:focus{box-shadow:none}.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-active:after{background:var(--bb-primary-color)}.learndash-wrapper .bb-ld-info-bar{margin:0 0 15px}.learndash-wrapper .bb-ld-info-bar .ld-lesson-status{background:0 0;border-radius:0}.learndash-wrapper .bb-ld-status{margin-right:10px}.learndash-wrapper .bb-ld-status .ld-status{background-color:rgba(146,164,183,.05);text-transform:none;font-weight:400;font-size:12px;height:30px;line-height:30px;padding:0 12px;letter-spacing:inherit;margin-bottom:0}.learndash-wrapper .bb-ld-status .ld-status.ld-status-progress{color:#fff;background-color:var(--bb-primary-color)}.learndash-wrapper .bb-ld-status .ld-status.ld-status-complete{color:#fff;background-color:var(--bb-success-color)}.learndash-wrapper .bb-ld-info-bar .ld-topic-status{border-radius:0}.learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs{background-color:transparent;padding:0 0 10px;border-bottom:1px solid var(--bb-content-border-color);border-radius:0}.learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-status{display:none;background-color:rgba(146,164,183,.05);text-transform:none;font-weight:400;font-size:12px;line-height:inherit;padding:0 12px;letter-spacing:inherit}.learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-status.ld-status-progress{background-color:var(--bb-primary-color)}.learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-status.ld-status-complete{background-color:var(--bb-success-color)}.learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span a{font-weight:400;color:var(--bb-headings-color)}.learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span a:hover{color:var(--bb-primary-color)}.learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span:after{content:"\e827";font-family:bb-icons;font-size:12px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:0;margin-right:0;position:relative;top:0}[dir=rtl] .learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span:after{content:"\e8ab"}.learndash-wrapper .ld-topic-status{background-color:transparent}.learndash-wrapper .ld-alert{border-radius:var(--bb-block-radius-inner)}.learndash-wrapper .ld-alert .ld-button{padding:10px 20px;border-bottom:0!important}.learndash-wrapper .ld-alert .ld-button .ld-icon{display:none}.learndash-wrapper .ld-alert.ld-alert-certificate.ld-alert-success{color:var(--bb-body-text-color)}.learndash-wrapper .ld-alert .ld-alert-content a{color:var(--bb-headings-color);text-decoration:none}.learndash-wrapper .ld-alert .ld-alert-content a:hover{color:var(--bb-primary-color)}.learndash-wrapper .ld-alert-success{border:0;padding:15px;min-height:inherit;color:inherit;font-size:15px;background-color:rgba(var(--bb-success-color-rgb),.1)}.learndash-wrapper .ld-alert-success .ld-alert-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.learndash-wrapper .ld-alert-success .ld-alert-content>p{margin:0}.learndash-wrapper .ld-alert-success .ld-button{background-color:var(--bb-success-color);color:#fff;white-space:nowrap;border:0}.learndash-wrapper .ld-alert-success .ld-alert-icon.ld-icon{margin-left:6px;background-color:var(--bb-success-color);color:#fff;position:static;-webkit-transform:none;-ms-transform:none;transform:none;padding:0;width:45px;height:45px;line-height:48px;text-align:center;border-radius:50%;vertical-align:middle;font-size:20px}.learndash-wrapper .ld-alert-warning{border-color:var(--bb-warning-color);background-color:rgba(var(--bb-warning-color-rgb),.1);border-width:1px;padding:15px;min-height:inherit;color:inherit;font-size:15px}.learndash-wrapper .ld-alert-warning .ld-alert-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.learndash-wrapper .ld-alert-warning .ld-alert-content .ld-alert-messages p{margin-bottom:0}.learndash-wrapper .ld-alert-warning .ld-alert-content>p{margin:0}.learndash-wrapper .ld-alert-warning .ld-button{background-color:var(--bb-warning-color);color:#fff;white-space:nowrap;border:0}.learndash-wrapper .ld-alert-warning .ld-alert-icon.ld-icon-alert{font-family:bb-icons!important;font-size:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:6px;padding-bottom:0;background-color:transparent;position:static;padding-top:0;-webkit-transform:none;-ms-transform:none;transform:none}.learndash-wrapper .ld-alert-warning .ld-alert-icon.ld-icon-alert:before{content:"\ee65";font-weight:100}@media screen and (max-width:768px){.learndash-wrapper .ld-alert-warning .ld-alert-content{margin:0}.learndash-wrapper .ld-alert-warning .ld-alert-content .ld-alert-icon.ld-icon-alert{margin-right:.5em}.learndash-wrapper .ld-alert-warning .ld-alert-content .ld-alert-messages{text-align:left;line-height:1.4}}.learndash-wrapper .bb-ld-tabs{position:relative}.learndash-wrapper .bb-ld-tabs #learndash-course-content{margin:0;position:absolute;height:1px;opacity:0;top:-90px}.learndash-wrapper .ld-pagination{font-weight:inherit;color:var(--bb-alternate-text-color)}.learndash-wrapper .ld-pagination .ld-pages{background-color:transparent;padding:1em .5em}.learndash-wrapper .ld-pagination .ld-pages a{color:var(--bb-headings-color)}.learndash-wrapper .ld-pagination .ld-pages a:hover{color:var(--bb-primary-color)}.learndash-wrapper .ld-pagination .ld-pages .ld-icon{font-size:10px}.lms-topic-sidebar-wrapper.lms-topic-sidebar-close{margin-left:-370px}.lms-topic-sidebar-wrapper.lms-topic-sidebar-close .lms-topic-sidebar-data{left:-370px}.buddypanel-open .lms-topic-sidebar-wrapper.lms-topic-sidebar-close .lms-topic-sidebar-data{left:-370px}@media screen and (min-width:800px){.sfwd-single-sidebar-right .lms-topic-sidebar-wrapper.lms-topic-sidebar-close{margin-right:-370px;margin-left:0}}.lms-header-instructor .bb-about-instructor{margin:0;padding-top:20px;padding-bottom:20px}.lms-header-instructor .bb-about-instructor.bb_single_meta_off{padding:0}.lms-header-instructor .bb-about-instructor>.flex{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.lms-header-instructor .bb-about-instructor>.bb-instructor-heading,.lms-header-instructor .bb-about-instructor>h4{text-transform:uppercase;color:var(--bb-headings-color);font-size:13px;margin-bottom:10px;font-weight:400}.lms-header-instructor .bb-about-instructor h5{font-weight:400;font-size:15px;color:var(--bb-headings-color);margin-bottom:0}.lms-header-instructor .bb-about-instructor h5 a{color:var(--bb-headings-color)}.lms-header-instructor .bb-about-instructor h5 a:hover{color:var(--bb-primary-color)}.lms-header-instructor .bb-about-instructor .bb-about-instructor-date{color:var(--bb-alternate-text-color);margin-left:0}.lms-header-instructor .bb-about-instructor .bb-about-instructor-date:before{content:"";width:4px;height:4px;border-radius:100%;background-color:var(--bb-alternate-text-color);margin-right:10px;position:relative;bottom:2px;display:none}.lms-header-instructor .bb-about-instructor .bb-avatar-wrap+.bb-content-wrap .bb-about-instructor-date{margin-left:7px}.lms-header-instructor .bb-about-instructor .bb-avatar-wrap+.bb-content-wrap .bb-about-instructor-date:before{display:inline-block}.lms-header-instructor .bb-about-instructor .bb-avatar-wrap{max-width:40px;text-align:left;margin-right:10px;display:block;padding:0}.lms-header-instructor .bb-about-instructor .bb-content-wrap{padding:0}.lms-header-instructor .bb-about-instructor .avatar{max-width:32px}.lms-header-instructor .bb-about-instructor .bb-avatar-wrap>div{margin-bottom:0}html[dir=rtl] .lms-header-instructor .bb-about-instructor .bb-about-instructor-date:before{margin-right:10px;margin-left:10px}.lms-topic-sidebar-course-navigation .ld-course-navigation{margin:15px 30px}.lms-topic-sidebar-course-navigation .ld-course-navigation .course-entry-title{color:var(--bb-headings-color);font-size:26px;margin:0}.lms-topic-sidebar-course-navigation a.course-entry-link{display:inline-block;background-color:rgba(0,0,0,.03);color:var(--bb-alternate-text-color);border-radius:var(--bb-button-radius);padding:1px 15px 1px 10px;font-size:12px;margin:0 0 15px;-webkit-transition:all linear .2s;transition:all linear .2s}.lms-topic-sidebar-course-navigation a.course-entry-link:hover{background-color:rgba(0,0,0,.06)}.lms-topic-sidebar-course-navigation a.course-entry-link i{margin-right:3px}.lms-topic-sidebar-progress .course-progress-wrap{position:relative;z-index:1;margin:30px 30px 15px;padding-bottom:25px;border-bottom:1px solid var(--bb-content-border-color)}.lms-topic-sidebar-progress .course-completion-rate{font-size:12px;font-weight:500;color:var(--bb-alternate-text-color);display:block;margin-top:15px;line-height:1}.lms-topic-sidebar-progress .ld-progress-steps{font-size:12px;font-weight:500;color:var(--bb-alternate-text-color);display:block;margin-top:7px;line-height:1}.lms-topic-sidebar-progress .course-progress{margin:0;height:3px;background:rgba(255,255,255,.9);background:var(--bb-content-border-color);border-radius:12px}.lms-topic-sidebar-progress .course-progress-bar{background:var(--bb-primary-color);height:3px;width:auto}.bb-about-instructor{margin-bottom:60px}.bb-about-instructor>.bb-grid{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);padding:25px 20px;margin-left:0;margin-right:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bb-about-instructor .bb-instructor-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bb-about-instructor.bb-about-instructor--is-info .bb-instructor-wrap{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.bb-about-instructor .bb-author-info{margin:3px 0 5px;font-size:14px;line-height:1.5}.bb-about-instructor .bb-instructor-message{-webkit-box-flex:inherit;-ms-flex:inherit;flex:inherit}.bb-about-instructor .bb-instructor-heading,.bb-about-instructor h4{font-size:16px;line-height:1;letter-spacing:.6px;margin:0 0 15px;text-transform:uppercase}.bb-about-instructor .avatar{max-width:52px}.bb-about-instructor .bb-avatar-wrap{max-width:110px;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;margin-right:18px}.bb-about-instructor h5{font-size:18px;line-height:1;margin:6px 0 2px}.bb-about-instructor h5 a{color:var(--bb-headings-color)}.bb-about-instructor h5 a:hover{color:var(--bb-primary-color)}.bb-about-instructor .bb-author-meta{font-size:14px;color:var(--bb-alternate-text-color);line-height:1.2;margin-bottom:0}.bb-about-instructor .bb-content-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}.bb-about-instructor .bb-author-meta-info{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-top:auto;padding-bottom:5px}.bb-about-instructor .bb-author-meta-info>span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:15px;font-size:13px;color:var(--bb-alternate-text-color);letter-spacing:-.24px}.bb-about-instructor .bb-author-meta-info>span:last-child{margin-right:0}.bb-about-instructor .bb-author-meta-info svg{margin-right:5px}.bb-about-instructor .button{max-width:160px;display:block;margin-left:auto;margin-right:auto;padding-left:25px;padding-right:25px;font-weight:400}.bb-about-instructor .button i{margin-right:5px;font-size:18px;position:relative;top:1px}.bb-learndash-meta-wrap .bb-toggle-theme{display:block;line-height:0}.bb-learndash-meta-wrap .bb-toggle-theme span{display:inline-block}.learndash_content_wrap{width:100%;max-width:1200px;margin-left:auto;margin-right:auto}.single #learndash-course-header{width:100%;max-width:1180px;margin-left:auto;margin-right:auto}.bb-type-list.bb-lms-list-inside{list-style:none;counter-reset:lms-list}.bb-type-list.bb-lms-list-inside li>a .bb-lms-title:before{line-height:1.4;margin-right:0;counter-increment:lms-list;content:counter(lms-list) ". ";color:var(--bb-alternate-text-color)}.bb-type-list.bb-lms-list-inside .bb-lms-title-wrap{font-size:16px;padding:18px 22px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bb-type-list.bb-lms-list-inside .bb-course-topic-status{width:24px;height:24px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.bb-type-list.bb-lms-list-inside svg{margin-right:0}.learndash_content .h1,.learndash_content .h2,.learndash_content .h3,.learndash_content .h4,.learndash_content .h5,.learndash_content .h6,.learndash_content address,.learndash_content h1,.learndash_content h2,.learndash_content h3,.learndash_content h4,.learndash_content h5,.learndash_content h6,.learndash_content hr,.learndash_content p{margin-bottom:40px}.learndash_content_wrap>div{margin-bottom:40px}.single.single-sfwd-courses .comments-area{max-width:700px}.learndash_uploaded_assignments h4{font-size:16px;font-weight:600;letter-spacing:.6px;text-transform:uppercase}.bb-assignments-list{margin:0;list-style:none}.bb-assignments-list li{border-radius:4px;margin-bottom:1px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bb-assignments-list li:hover{background:rgba(146,164,183,.1)}.bb-assignments-list a{color:inherit;letter-spacing:-.24px;line-height:19px}.bb-assignments-list .ld-assignment-filename-col a{display:block;padding:13px 15px}.bb-assignments-list img{max-width:24px;margin-right:15px}.bb-assignments-list .bb-icon-close-circle{color:var(--bb-danger-color);font-size:20px}.bb-assignments-list .ld-assignment-delete-col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:10px}.bb-assignments-list .learndash_uploaded_assignment_points{margin-right:15px}.bb-leardash-upload-assignment h4{font-size:16px;font-weight:600;letter-spacing:.6px;text-transform:uppercase}.bb-leardash-upload-assignment .bb-label{display:inline-block;cursor:pointer;outline:0;border:1px solid var(--bb-primary-color);border-radius:100px;padding:3px 25px;font-size:14px;font-weight:500;margin-bottom:20px;color:var(--bb-primary-color)}.bb-leardash-upload-assignment form{border:1px dashed #c3c6c9;border-radius:4px;padding:30px 20px;text-align:center}.bb-leardash-upload-assignment input[type=file]{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.bb-leardash-upload-assignment input[type=file]:focus+label{outline:0}.bb-leardash-upload-assignment input[type=file]:focus+label *{pointer-events:none}.bb-leardash-upload-assignment input#uploadfile_btn{min-width:140px;font-weight:500}.bb-leardash-upload-assignment .bb-upload-message{padding:15px 0 0;font-size:14px;color:#939597;letter-spacing:-.24px;line-height:1}.bb-course-preview-content{padding:0 30px;background-color:var(--bb-content-background-color);margin-left:-30px;margin-right:-30px}.bb-lms-back{text-align:center;padding:10% 0 0;font-weight:500}.bb-lms-nav-wrap{background:#fff;border:0;box-shadow:inset 0 -1px 0 0 #eef0f3;padding:0 44px}#object-nav.bb-lms-nav{border:0;background:0 0;max-width:1200px;margin:auto;padding:0 10px}.buddypanel-open #object-nav.bb-lms-nav{max-width:1160px}.bb-course-content{margin-bottom:2rem}.single-sfwd-courses .comment-respond{background:0 0;border:0;border-radius:0;border-bottom:1px solid var(--bb-content-border-color);padding:0 0 30px}.single-sfwd-courses .comment-respond.bb-active{box-shadow:none}.single-sfwd-courses .comments-area input#submit{min-width:160px;min-height:40px}.single-sfwd-courses .comment-body{background:0 0;border:0;border-radius:0;margin-bottom:30px;padding:0 0 30px;border-bottom:1px solid var(--bb-content-border-color)}.single-sfwd-courses .comment-content-wrap{padding-left:22px}.single-sfwd-courses .comment-respond .vcard a{margin-left:22px}.ld-in-focus-mode.bb-sfwd-aside .comments-area{display:none}.ld-in-focus-mode.bb-sfwd-aside .wpdiscuz_top_clearing+#comments.comments-area{display:block}.bb-course-item{padding:0 10px 15px}.bb-course-item .avatar{max-width:28px;width:100%}.bb-course-items .bb-course-item .bb-cover-list-item:hover{box-shadow:0 2px 10px 0 rgba(18,43,70,.1)}.bb-course-item .bb-course-meta.bb-course-footer{margin-top:40px;-ms-flex-flow:row;flex-flow:row}.bb-details{display:inline-block;margin-top:20px;font-size:16px;color:#fff;letter-spacing:-.24px}.bb-details i{font-size:26px;position:relative;top:4px;left:-4px}#learndash_complete_prerequisites{padding:35px 0}.expand_collapse{display:none!important}.groups.single-item .bb-lms-nav-wrap{width:auto;margin:0;padding:0;left:auto;right:auto;background:0 0;box-shadow:none}.groups.single-item #object-nav.bb-lms-nav{padding:0}#learndash_course_points_access_message{margin:50px 0}.lms-quiz-item .bb-title.bb-lms-title-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ld-entry-title.entry-title{line-height:1.3}form#sfwd-mark-complete input#learndash_mark_complete_button[disabled]{color:#fff}form#sfwd-mark-complete input#learndash_mark_complete_button[disabled]:hover{box-shadow:none}.learndash+p.bp-group-discussion{display:none}body.bb-custom-ld-focus-mode-enabled.admin-bar{padding-top:0}.learndash-wrapper .ld-expand-button{pointer-events:all;padding:6px 0 6px 12px}.learndash-wrapper .ld-section-heading{margin-bottom:1.25em}.learndash-wrapper .ld-section-heading h2{letter-spacing:.6px;text-transform:uppercase}.learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading h2,.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading h2{font-size:16px}.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading{margin-bottom:.5em}.learndash-wrapper .ld-item-list.ld-lesson-list .ld-lesson-section-heading{font-size:16px;color:var(--bb-headings-color)}.ld-section-heading .ld-item-list-actions .ld-expand-button:not(.ld-expanded) .ld-icon{position:relative;top:2px}.learndash-wrapper .ld-expand-button{color:var(--bb-body-text-color)}.learndash-wrapper .ld-item-list.ld-lesson-list .ld-lesson-section-heading,.learndash-wrapper .ld-table-list .ld-table-list-header{color:var(--bb-headings-color)}.learndash-wrapper .ld-expand-button{background-color:transparent;border-radius:4px}.learndash-wrapper .ld-expand-button:hover{background-color:transparent}.learndash-wrapper .ld-item-details .ld-expand-button{background:0 0}.learndash-wrapper .ld-item-list .ld-item-list-item{border:none;margin-bottom:10px;background-color:transparent}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview{background:rgba(146,164,183,.05);border-radius:var(--bb-block-radius-inner)}.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview.learndash-complete .ld-topic-title{text-decoration:line-through}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview{padding:16px 15px}.learndash-wrapper .learndash_content_wrap .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview{padding-left:50px}.learndash-wrapper .learndash_content_wrap .ld-table-list-item-quiz .ld-item-title{color:#939597;position:relative;font-weight:500;font-size:14px;letter-spacing:-.24px;line-height:1.6}.learndash-wrapper .learndash_content_wrap .ld-table-list-item-quiz:hover .ld-item-title{color:var(--bb-primary-color)}.learndash-wrapper .learndash_content_wrap .ld-table-list-item-quiz .ld-item-title:before{font:normal normal normal 18px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\eeff";position:absolute;left:-30px;top:3px;font-weight:100}.learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:16px 15px 16px 70px;background:0 0}.learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-topic-title{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;position:relative;font-weight:500;font-size:14px;letter-spacing:-.24px;line-height:1.6;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-topic-title .lms-topic-status-icon{margin-left:auto}.learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-topic-title:before{font:normal normal normal 18px/1 bb-icons;speak:none;display:inline-block;text-decoration:none;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\ef3e";position:absolute;left:-30px;top:3px}.learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-status-icon{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-right:0}.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item.ld-topic__video a.ld-table-list-item-preview .ld-topic-title:before{content:"\eef7";font-family:bb-icons;font-weight:500}.learndash-wrapper .ld-status-icon.ld-quiz-complete,.learndash-wrapper .ld-status-icon.ld-status-complete{border:0}.learndash-wrapper .ld-status-icon.ld-quiz-incomplete,.learndash-wrapper .ld-status-icon.ld-quiz-pending,.learndash-wrapper .ld-status-icon.ld-status-incomplete{border:2px solid #dedfe2}.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details .ld-lesson-list-progress{text-transform:none}.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details .ld-lesson-list-steps{text-transform:none}.learndash-wrapper .ld-table-list .ld-table-list-header .ld-text{font-family:inherit;text-transform:none;font-weight:500}.learndash-wrapper .ld-table-list .ld-table-list-header{background-color:transparent;border:none}@media screen and (max-width:640px){.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-lesson-details{margin-left:0}}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded:before{background:rgba(146,164,183,.05)}.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-header{padding:16px 15px;margin-bottom:0}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded:before{left:24px}.learndash-wrapper .ld-table-list .ld-table-list-items{padding:0}.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-item{margin:0;padding:0}.learndash-wrapper .ld-status-icon .ld-icon:before{font-size:12px}.learndash-wrapper .ld-item-list-item-quiz .ld-item-name{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.learndash-wrapper .ld-item-list-item-quiz .ld-item-name .ld-item-title{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;position:relative;font-weight:500}.learndash-wrapper .ld-item-list-item-quiz .ld-item-name .ld-item-title:before{content:"\eeff";font:normal normal normal 18px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;font-size:20px;margin-right:10px;font-weight:100;color:var(--bb-alternate-text-color)}.learndash-wrapper .ld-item-list-item-quiz .ld-item-name .ld-status-icon{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.learndash-wrapper .ld-expand-button{font-weight:400}.learndash-wrapper .ld-expand-button.ld-button-alternate{color:var(--bb-primary-color)}.learndash-wrapper .ld-expand-button.ld-button-alternate:hover{color:var(--bb-primary-color)}.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon{background:0 0;color:var(--bb-alternate-text-color);font-weight:400}.learndash-wrapper .ld-status-icon{-ms-flex-preferred-size:22px;flex-basis:22px;-ms-flex-negative:0;flex-shrink:0;height:22px;width:22px;border:2px solid}.learndash-wrapper .ld-status-icon .ld-icon.ld-icon-quiz:before{content:""}.ld-item-list-item-preview a.ld-item-name:has(.lms-quiz-status-icon){pointer-events:none;cursor:default}.ld-item-list-item-preview a.ld-item-name:has(.lms-quiz-status-icon) .lms-quiz-status-icon{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:auto}.ld-item-list-item-preview a.ld-item-name:has(.lms-quiz-status-icon) .ld-status-icon{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.learndash-wrapper .ld-item-list-item .ld-item-list-item-preview .ld-icon-arrow-down{padding:0}.learndash-wrapper .ld-item-list-item .ld-item-list-item-preview .ld-icon-arrow-down:before{content:"\ee0b";font:normal normal normal 18px/1 bb-icons;speak:none;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;font-weight:300}.learndash-wrapper .ld-item-list-item .ld-item-list-item-preview .ld-expanded .ld-icon-arrow-down{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.learndash-wrapper .ld-item-list-item .ld-item-list-item-preview .ld-expanded .ld-icon-arrow-down:before{content:"\ee09"}.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage{color:inherit;text-transform:none;font-weight:400}.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-details{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-details .ld-expand-button{margin-left:0}.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-details .ld-text{display:none}.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:-webkit-calc(100% - 20px);width:calc(100% - 20px);-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 10px;font-weight:500}.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title .ld-item-components{margin-top:0;text-align:right}.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title .ld-item-components span{font-size:12px;font-weight:400}.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title .ld-item-components .ld-icon-calendar{margin-left:0}.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-status-icon{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-right:0}.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-title{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:-webkit-calc(100% - 20px);width:calc(100% - 20px);-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 10px;font-weight:500}.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-title .ld-item-components{margin-top:0}.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-title .ld-item-components span{font-size:12px;font-weight:400}.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span.ld-item-components .ld-item-component{text-align:center;display:inline-block}.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span.ld-item-components .ld-status:not(.ld-status-unlocked){min-width:285px}.learndash-wrapper .ld-status-icon.ld-quiz-complete{color:transparent}.learndash-wrapper .ld-status-unlocked{padding:0 10px}.learndash-wrapper .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-quiz-complete .ld-icon:before{content:"\e876";color:#fff}.learndash-wrapper .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-quiz-complete{border:0}.learndash-wrapper .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-quiz-complete~.ld-item-title:before{content:"\eeff";font:normal normal normal 12px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;font-size:20px;font-weight:100;margin-right:10px;position:absolute;left:-30px;top:1px}.learndash-wrapper .ld-item-list-item-expanded .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-item-title{position:relative;font-weight:500;font-size:14px;letter-spacing:-.24px;line-height:1.6}.learndash-wrapper .ld-item-list-item-expanded .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-item-title:before{content:"\eeff";font:normal normal normal 12px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;font-size:20px;font-weight:100;margin-right:10px;position:absolute;left:-30px;top:1px}.learndash-wrapper .ld-course-status.ld-course-status-enrolled{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(146,164,183,.05)}@media screen and (max-width:640px){.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress{width:100%}}.learndash-wrapper .ld-progress-percentage{font-size:12px;font-weight:700}.learndash-wrapper .ld-progress-steps{font-size:12px}.learndash-wrapper .ld-progress-stats{padding-right:20px}.learndash-wrapper div.ld-course-status{margin-bottom:30px}.learndash-wrapper div.ld-item-list{margin-bottom:50px}.learndash-wrapper .ld-status-incomplete~.ld-item-title{position:relative}.learndash-wrapper .ld-item-icon{font-size:16px}.learndash-wrapper .learndash-not-available .ld-item-list-item-expanded .ld-table-list-items .ld-table-list-item{cursor:auto}.learndash-wrapper .learndash-not-available .ld-item-list-item-expanded .ld-table-list-header{cursor:auto}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon{margin-right:0;margin-top:0}.learndash-wrapper .ld-table-list-item.learndash-complete .ld-item-title>span:first-child{text-decoration:line-through}.learndash-wrapper .learndash-complete .ld-item-list-item-preview .ld-item-title>span:first-child{text-decoration:line-through}.learndash-wrapper .ld-status-icon.ld-quiz-complete{color:#fff;border:0}.learndash-wrapper .ld-status-icon.ld-quiz-complete .ld-icon.ld-icon-quiz:before{content:"\e876";font-family:bb-icons}.learndash-wrapper .ld-video{padding-top:0}.learndash-complete .ld-item-list-item-expanded .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-quiz-complete{background-color:var(--bb-primary-color)}.learndash-cpt.learndash-embed-responsive .learndash-wrapper .ld-video.fluid-width-video-wrapper{padding-top:0!important}.learndash-cpt.learndash-embed-responsive .learndash-wrapper .ld-video:not(.fluid-width-video-wrapper){margin-bottom:50px;padding-top:0}.learndash-wrapper.learndash-widget .ld-progress.ld-progress-inline{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:inherit;flex-direction:inherit}.learndash-wrapper .comment-respond .logged-in-as>a.comment-author{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#learndash-page-content>.bp-feedback.bp-sitewide-notice{display:block;top:0;margin:-30px -100px 30px}@media screen and (max-width:1200px){#learndash-page-content>.bp-feedback.bp-sitewide-notice{margin-left:-60px;margin-right:-60px}}@media screen and (max-width:992px){#learndash-page-content>.bp-feedback.bp-sitewide-notice{margin-left:-40px;margin-right:-40px}}@media screen and (max-width:543px){#learndash-page-content>.bp-feedback.bp-sitewide-notice{margin-left:-20px;margin-right:-20px}}@media screen and (min-width:821px) and (max-width:1280px){.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span{-ms-flex-preferred-size:auto;flex-basis:auto;width:auto}.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span.ld-item-components{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span.ld-item-components span{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span.ld-item-components .ld-tertiary-background{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (min-width:768px) and (max-width:1000px){.bb-lesson-head{-ms-flex-flow:row wrap;flex-flow:row wrap}.bb-lesson-head .push-right{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-lesson-head .bb-lms-progress-wrap{margin-left:auto}}@media screen and (min-width:800px){.bb-grid .bb-learndash-content-wrap{padding-right:8%}.bb-course-banner-inner{width:88%}}@media screen and (max-width:820px){.bb-learndash-content-wrap,.bb-single-course-sidebar{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-learndash-content-wrap{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.bb-single-course-sidebar{margin-bottom:40px;max-width:100%}.bb-single-course-sidebar.bb-preview-wrap{margin-top:30px!important;margin-bottom:20px}}@media screen and (max-width:992px){.buddypanel-open .bb-learndash-content-wrap,.buddypanel-open .bb-single-course-sidebar{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.buddypanel-open .bb-single-course-sidebar{margin-bottom:40px;margin-top:0!important;max-width:100%}.buddypanel-open .bb-learndash-side-area .bb-course-banner-inner{width:100%;max-width:100%}}@media screen and (max-width:767px){.bb-course-banner-info{padding-left:20px;padding-right:20px}.bb-course-banner-inner{padding-top:0}.bb-learndash-banner{padding:0}.bb-course-banner-info .bb-enroll-widget{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding-top:30px}#learndash-content .lms-topic-sidebar-wrapper{position:absolute!important;z-index:98;width:370px;height:100%}body:not(.bb-page-loaded) #learndash-content .lms-topic-sidebar-wrapper{display:none}.bb-mobile-header-wrapper .course-toggle-view{padding-left:10px;padding-right:0}.lms-side-panel-close-sm:after{content:"";background:rgba(0,0,0,.5);position:fixed;width:100%;height:100%;left:0;top:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}}@media screen and (max-width:680px){div.bb-course-banner-inner{width:100%;max-width:100%}}@media screen and (max-width:600px){div.bb-lms-header{padding:25px 0 0;margin:0}.bb-about-instructor .bb-avatar-wrap{max-width:100%;margin-right:0;margin-bottom:0}.bb-about-instructor .button{max-width:100%}.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span{-ms-flex-preferred-size:auto;flex-basis:auto;width:auto}.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span.ld-item-components{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span.ld-item-components span.ld-item-component{text-align:left}.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span.ld-item-components .ld-tertiary-background{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;line-height:1.4;padding:10px;margin-left:0;min-width:auto}.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span.ld-item-components .ld-sep{display:none}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title .ld-item-component+.ld-status{margin-left:unset}}@media screen and (max-width:400px){#learndash-content .lms-topic-sidebar-wrapper{max-width:350px;min-width:330px}}@media screen and (min-width:544px){.lms-topic-sidebar,.lms-topic-sidebar-wrapper{max-width:370px}}.ld-course-list-items,.ld-course-list-items.row{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:-10px;margin-right:-10px;-ms-flex-wrap:wrap;flex-wrap:wrap}.ld-course-list-items .bb-course-item-wrap{padding-left:10px;padding-right:10px;min-width:20%}@media screen and (min-width:900px) and (max-width:1200px){.ld-course-list-items .bb-course-item-wrap{min-width:25%}}@media screen and (min-width:768px) and (max-width:900px){.ld-course-list-items .bb-course-item-wrap{min-width:33.3333%}}@media screen and (min-width:576px) and (max-width:768px){.ld-course-list-items .bb-course-item-wrap{width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:576px){.ld-course-list-items .bb-course-item-wrap{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.has-sidebar .ld-course-list-items .bb-course-item-wrap{min-width:25%}@media screen and (min-width:576px) and (max-width:1200px){.has-sidebar .ld-course-list-items .bb-course-item-wrap{min-width:50%}}@media screen and (max-width:576px){.has-sidebar .ld-course-list-items .bb-course-item-wrap{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.ld-course-list-items .ld_course_grid .bb-cover-list-item{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);-webkit-transition:.2s box-shadow;transition:.2s box-shadow;position:relative;height:100%}.ld-course-list-items .ld_course_grid .bb-cover-list-item:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1);z-index:1}.ld-course-list-items .ld_course_grid .bb-cover-list-item .fluid-width-video-wrapper{margin-top:0;padding-top:52%!important;margin-bottom:0;height:100%}.ld-course-list-items .ld_course_grid .bb-cover-list-item .bb-card-course-details .entry-content{margin:0 0 10px!important;font-size:14px;line-height:1.2;display:block;display:-webkit-box;max-height:2.7em;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.ld-course-list-items .ld_course_grid .bb-cover-list-item .bb-course-cover.has-video-cover{overflow:visible}.ld-course-list-items .ld_course_grid .bb-cover-list-item .bb-course-cover.has-video-cover>a{padding:0;overflow:visible}.ld-course-list-items .ld_course_grid .bb-cover-list-item .bb-course-cover.has-video-cover>a img{display:none}.ld-course-list-items .ld_course_grid .bb-cover-list-item .bb-course-cover a{display:block;position:relative;overflow:hidden;border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0;padding-top:52%}.ld-course-list-items .ld_course_grid .bb-cover-list-item .bb-course-cover a 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}.ld-course-list-items .ld_course_grid .bb-cover-list-item .bb-course-meta{margin-top:10px}.ld-course-list-items .ld_course_grid .bb-cover-list-item .ld_course_grid_video_embed{padding:0;height:100%}.ld-course-list-items .ld_course_grid .bb-cover-list-item .ld_course_grid_video_embed iframe{height:100%}.ld-course-list-items .ld_course_grid .bb-cover-list-item .ld_course_grid_button{margin:0!important}.ld-course-list-items .ld_course_grid .bb-cover-list-item .ld_course_grid_button a{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)}.ld-course-list-items .ld_course_grid .bb-cover-list-item .ld_course_grid_button a:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.ld-course-list-items .ld_course_grid .bb-cover-list-item .ld_course_grid_button a:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}.ld-course-list-items .ld_course_grid .bb-cover-list-item .ld_course_grid_button a{border-radius:var(--bb-button-radius)}.ld-course-list-items .bb-cover-list-item:not(.bb-course-no-content){height:100%;padding-bottom:15px}.ld-course-list-items .bb-cover-list-item:not(.bb-course-no-content) .bb-cover-wrap{padding-top:52%}.ld-course-list-items .bb-cover-list-item.bb-course-paid{padding-bottom:45px}.ld-course-list-items .bb-course-item-wrap{margin-bottom:20px}.ld-course-list-items .bb-course-cover{overflow:hidden;position:relative}.ld-course-list-items .bs-timestamp{font-size:14px;color:#939597;letter-spacing:-.24px;line-height:22px;position:absolute;bottom:20px}.ld-course-list-items .forums-meta span{background:rgba(18,43,70,.1)}.ld-course-list-items .bb-cover-wrap:after{display:none}.ld-course-list-items .forums-meta{margin-bottom:12px}.ld-course-list-items .bb-course-excerpt{color:var(--bb-alternate-text-color)}.ld-course-list-items .course-progress-wrap{position:relative;z-index:1;margin:0 0 10px;line-height:1.7}.ld-course-list-items .course-completion-rate{font-size:12px;font-weight:500;line-height:1;letter-spacing:-.24px;display:block;margin-top:10px;color:var(--bb-alternate-text-color)}.ld-course-list-items .course-completion-rate.start-course-completion-rate{opacity:.6;font-size:12px;line-height:1;font-weight:500;color:var(--bb-headings-color);letter-spacing:-.24px;margin-top:10px}.ld-course-list-items .ld-progress-stats{font-size:12px;font-weight:500;line-height:1;letter-spacing:-.24px;display:block;margin-top:10px;color:var(--bb-alternate-text-color)}.ld-course-list-items .ld-progress-stats .ld-progress-steps{margin-top:5px;display:block}.ld-course-list-items .course-progress{margin:0;height:3px;background:var(--bb-content-border-color);border-radius:50px}.ld-course-list-items .course-progress-bar{background:var(--bb-primary-color);height:3px;width:auto}.ld-course-list-items .bb-course-excerpt{font-size:13px;color:#939597;line-height:1.384;display:block;display:-webkit-box;max-height:2.72em;margin:-3px 0 0;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.ld-course-list-content.grid-view .bb-cover-list-item:not(.bb-course-no-content) .bb-cover-wrap{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}#bb-course-list-grid-filters{margin-bottom:20px}.widget .ld-course-list-items .bb-course-item-wrap{min-width:100%}.widget #bb-course-list-grid-filters{display:none}.widget #ld_course_categorydropdown{margin-bottom:20px}.ld_course_grid .has-video-cover iframe{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}.ld-course-list-content{margin-bottom:30px}.bb-ld-course-list-item{margin-bottom:20px}.bb-ld-course-list-item .ld-entry-content .entry-img{padding-top:40.476%;border-radius:4px 4px 0 0}.bb-ld-course-list-item .ld-entry-content .entry-img>img{margin:0}.bb-ld-course-list-item .ld-entry-content .entry-content h1{font-size:1.5rem;margin:0 0 10px}.bb-ld-course-list-item .ld-entry-title a{color:var(--bb-headings-color)}.bb-ld-course-list-item .ld-entry-title a:hover{color:var(--bb-primary-color)}.ld-course-list-items.row .learndash-wrapper{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.ld-course-list-items.row .learndash-wrapper .ld-item-list{margin:0 0 20px}.ld-course-list-items.row .learndash-wrapper .ld-item-list .ld-item-list-item{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;height:100%;padding-bottom:0;-webkit-transition:.2s box-shadow;transition:.2s box-shadow;position:relative}.ld-course-list-items.row .learndash-wrapper .ld-item-list .ld-item-list-item:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1);z-index:1}.ld-course-list-content.grid-view .ld-course-list-items .bb-course-cover a{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}.ld-course-list-content.list-view .ld-course-list-items .ld_course_grid{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ld-course-list-content.list-view .bb-cover-list-item{padding-bottom:0}.ld-course-list-content.list-view .bb-cover-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.ld-course-list-content.list-view .bb-card-course-details{-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;padding-bottom:16px}.ld-course-list-content.list-view .bb-cover-wrap{border-radius:var(--bb-block-radius) 0 0 var(--bb-block-radius)}.ld-course-list-content.list-view .bb-course-cover{-webkit-box-flex:0;-ms-flex:0 0 240px;flex:0 0 240px}.ld-course-list-content.list-view .bb-cover-wrap{padding-top:70%;height:100%}.ld-course-list-content.list-view .course-progress-wrap{max-width:450px}.ld-course-list-content.list-view .bb-course-footer{-ms-flex-flow:column-reverse;flex-flow:column-reverse;bottom:auto;top:16px;width:auto;left:auto;right:0}.ld-course-list-content.list-view .has-video-cover iframe{border-radius:var(--bb-block-radius) 0 0 var(--bb-block-radius)}.ld-course-list-content.list-view .has-video-cover .fluid-width-video-wrapper{height:100%}.ld-course-list-content.list-view .bb-cover-list-item:not(.bb-course-no-content) .bb-cover-wrap{border-radius:var(--bb-block-radius) 0 0 var(--bb-block-radius)}.ld-course-list-content.grid-view .bb-cover-list-item:not(.bb-course-no-content) .bb-cover-wrap{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}.learndash-pager{display:block;color:inherit;text-transform:none;font-size:inherit;font-weight:inherit;background-color:inherit;padding:0;border-radius:0;margin:0}.bb-courses-directory+#ld_categorydropdown{margin:-50px 0 15px}.bb-courses-directory+#ld_categorydropdown select{max-width:180px}.bb-courses-directory+#ld_categorydropdown label[for=ld_categorydropdown_select]{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.learndash-wrapper .bb-cover-list-item .ld-status{font-size:11px;border-radius:0 15px 15px 0;line-height:1;height:auto;text-transform:uppercase}.learndash-wrapper .bb-cover-list-item .bb-course-meta .item-avatar>img{max-width:100%}.learndash-wrapper .bb-cover-list-item .ld-progress.ld-progress-inline{margin:0;display:block}@media screen and (min-width:768px){.ld-course-list-items .col-md-2{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}}@media screen and (max-width:620px){.ld-course-list-content.list-view .bb-course-cover{-webkit-box-flex:0;-ms-flex:0 0 140px;flex:0 0 140px}}.ld-course-list-content.list-view .ld_course_grid .course{display:-webkit-box;display:-ms-flexbox;display:flex}.ld-course-list-content.list-view .ld_course_grid .course .bb-card-course-details,.ld-course-list-content.list-view .ld_course_grid .course .bb-course-cover{display:-webkit-box;display:-ms-flexbox;display:flex}.ld-course-list-content.list-view .ld_course_grid .course .bb-course-cover a{width:100%;border-radius:3px 0 0 3px}.ld-course-list-content .ld_course_grid .course .bb-card-course-details{padding:16px 20px}.ld-course-list-content .ld_course_grid .course .bb-card-course-details .ld_course_grid_button .btn{width:auto}@media screen and (max-width:420px){.ld-course-list-content .ld_course_grid .course .bb-card-course-details .bb-course-title{font-size:16px!important}}ul.bb-lms-user-profile-tabs{margin:0;list-style:none}ul.bb-lms-user-profile-tabs:after{content:"";clear:both;display:table}ul.bb-lms-user-profile-tabs li{float:left;margin:0 30px 0 0}ul.bb-lms-user-profile-tabs a{color:#939597;display:block;padding:15px 0;text-decoration:none;font-size:14px;border:0}ul.bb-lms-user-profile-tabs a:hover{color:var(--bb-headings-color)}ul.bb-lms-user-profile-tabs .selected a{color:var(--bb-headings-color);font-weight:600}ul.bb-lms-user-profile-tabs .hideshow li{float:none;margin:0}ul.bb-lms-user-profile-tabs .hideshow li a{display:block;font-weight:400;letter-spacing:-.24px;line-height:1;margin-bottom:1px;padding:.75rem .9375rem}ul.bb-lms-user-profile-tabs .sub-menu{top:50px}ul.bb-lms-user-profile-tabs .more-button.active:after{bottom:-10px}.single-badges .entry-content-wrap{padding:0}.single-badges .entry-meta{margin-bottom:30px}.single-badges .entry-img{display:none}.single-badges .achievement-wrap{padding:0;margin:0;border-top:0}.single-badges .badgeos-achievement-earned p,.single-badges .badgeos-feedback-response.success{border-radius:3px;padding:10px}.single-badges .achievement-wrap h4{clear:both;margin-top:50px;margin-bottom:15px;font-weight:500}#badge_list .bb-badge-wrap{background:#fff;border:1px solid #eef0f3;border-radius:4px;margin-bottom:10px;padding:20px}#badge_list .bb-badge-wrap img{max-width:64px;margin-right:20px}#badge_list .bb-badge-img{float:left}#badge_list .bb-badge-content{overflow:hidden}#badge_list .bb-badge-title{font-size:18px;font-weight:600;letter-spacing:0;line-height:1.5;margin-bottom:10px}#badge_list .bb-badge-title a{color:inherit}#badge_list .bb-badge-content{font-size:16px;color:#939597;letter-spacing:-.24px;line-height:1.5}#certificate_list>li{margin-bottom:20px}#certificate_list .bb-certificate-wrap{background-color:var(--bb-content-background-color);border:1px solid #eef0f3;border-radius:4px;height:100%;padding:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;position:relative}#certificate_list .bb-certificate-wrap:before{content:"";position:absolute;top:0;left:0;width:100%;height:35px;display:inline-block;background-color:#f5f6f7}#certificate_list .bb-certificate-wrap:after{content:"";position:absolute;top:5px;left:0;right:0;margin:0 auto;background:url(../images/svg/certificate-icon.svg);width:44px;height:50px}#certificate_list .bb-certificate-wrap:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1);z-index:1}#certificate_list .bb-certificate-content{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;padding-top:48px}#certificate_list .bb-certificate-title{font-size:20px;font-weight:600;letter-spacing:0;line-height:1.3;margin:0 0 25px;text-align:center}@media screen and (min-width:561px){#certificate_list .bb-certificate-title{min-height:72px}}#certificate_list .bb-certificate-title a{color:inherit;display:block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:50px;width:100%}#certificate_list .bb-certificate-title a:hover{color:var(--bb-primary-color)}#certificate_list .bb-certificate-title span{display:block;margin-bottom:0;font-weight:400;letter-spacing:-.13px;font-size:13px;color:var(--bb-alternate-text-color)}#certificate_list .bb-certificate-date{font-size:13px;color:var(--bb-headings-color);letter-spacing:-.22px;line-height:1;width:50%;float:left}#certificate_list .bb-certificate-date span{display:block;font-size:12px;margin-bottom:6px;color:var(--bb-alternate-text-color)}#certificate_list .bb-certificate-download{width:50%;float:left;text-align:right;margin-bottom:0;line-height:1}#certificate_list .bb-certificate-download a{font-size:0;position:relative;display:inline-block;padding-top:11px;letter-spacing:-.24px}#certificate_list .bb-certificate-download a:hover{color:var(--bb-primary-color)}#certificate_list .bb-certificate-download a i{font-size:25px;position:absolute;top:0;right:0}#certificate_list>li{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}@media screen and (max-width:1200px){#certificate_list>li{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}}@media screen and (max-width:998px){#certificate_list>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:640px){#certificate_list>li .bb-certificate-wrap{padding:25px 15px 15px}}@media screen and (max-width:560px){#certificate_list>li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.has-sidebar #certificate_list>li{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}@media screen and (max-width:1200px){.has-sidebar #certificate_list>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (min-width:800px) and (max-width:1000px){.has-sidebar #certificate_list>li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media screen and (max-width:640px){.has-sidebar #certificate_list>li .bb-certificate-wrap{padding:25px 15px 15px}}@media screen and (max-width:560px){.has-sidebar #certificate_list>li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.bb-leandash-profile-page .bb-profile-card-area{margin-top:65px}.bb-course-preview-wrap.bb-thumbnail-preview{display:block}.bb-profile-grid .bb-courses-header{margin:0}.bb-profile-grid .bb-secondary-list-tabs{margin:0 0 10px}.bb-leandash-profile-page .bb-profile-avatar a.bbp-profile-avatar-link{width:100%}.bb-leandash-profile-page .bb-profile-card div.cover-image-wrap{margin-top:0}.bb_profile_course_wrapper{padding:5px 0;margin-bottom:5px;border-bottom:1px solid var(--bb-content-border-color);font-size:15px}.bb_profile_course_wrapper a{color:var(--bb-headings-color)}.bb_profile_course_wrapper a:hover{color:var(--bb-primary-color)}.bb_profile_course_wrapper span.bb-learndash-profile-edit-course-link{-webkit-box-flex:0;-ms-flex:0 0 60px;flex:0 0 60px;max-width:60px;text-align:right}.bb_profile_course_wrapper span.bb-learndash-profile-edit-course-link a{color:#939597}.bb_profile_course_wrapper span.bb-learndash-profile-edit-course-link a:hover{color:#939597}.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt{padding:4px 15px;border-radius:var(--bb-button-radius);font-size:13px;height:37px;font-weight:400;background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);white-space:nowrap}.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt .ld-icon{margin-left:8px;position:relative;top:6px;color:var(--bb-alternate-text-color)}.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt .ld-icon-search{font-size:14px}.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt: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)}.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt:hover .ld-icon{color:var(--bb-secondary-button-text-hover)}.learndash-wrapper .ld-item-list .ld-section-heading .ld-expand-button{padding:4px 15px;border-radius:var(--bb-button-radius);font-size:13px;height:37px;background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);white-space:nowrap}.learndash-wrapper .ld-item-list .ld-section-heading .ld-expand-button:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.learndash-wrapper .ld-item-list .ld-section-heading .ld-expand-button .ld-icon{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;font-size:8px;color:var(--bb-alternate-text-color)}.learndash-wrapper .ld-item-list .ld-section-heading .ld-expand-button .ld-text{padding:0 8px 0 0}.learndash-wrapper .ld-item-list .ld-section-heading .ld-expand-button:hover{opacity:1;background-color:var(--bb-secondary-button-background-hover);color:var(--bb-secondary-button-text-hover);border:1px solid var(--bb-secondary-button-border-hover)}.learndash-wrapper .ld-item-list .ld-section-heading .ld-expand-button:hover .ld-icon{color:var(--bb-secondary-button-text-hover)}.learndash-wrapper #ld-profile .ld-item-list{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius)}.learndash-wrapper #ld-profile .ld-item-list .ld-section-heading{padding:10px 20px;-ms-flex-flow:wrap;flex-flow:wrap}.learndash-wrapper #ld-profile .ld-item-list .ld-section-heading h3{font-size:22px;font-weight:600;line-height:1.24}.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items>.ld-alert{margin-left:20px;margin-right:20px}.learndash-wrapper #ld-profile .ld-progress-label{color:var(--bb-headings-color);text-transform:none;font-size:14px}.learndash-wrapper #ld-profile .ld-item-search .ld-item-search-wrapper{border-radius:0;background-color:var(--bb-content-alternate-background-color);margin:0;padding:12px 20px}.learndash-wrapper #ld-profile .ld-item-search .ld-item-search-wrapper:before{background-color:var(--bb-content-alternate-background-color)}.learndash-wrapper #ld-profile .ld-item-search .ld-item-search-fields{margin-bottom:20px}.learndash-wrapper #ld-profile .ld-item-search .ld-item-search-fields input.ld-course-nav-field{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius);padding:0 30px;height:40px;line-height:40px;background-color:var(--bb-content-background-color)}.learndash-wrapper #ld-profile .ld-item-search .ld-item-search-fields input.ld-course-nav-field:focus{box-shadow:var(--bb-input-focus-shadow);border-color:var(--bb-input-focus-border-color)}.learndash-wrapper #ld-profile .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button{-webkit-transition:all linear .2s;transition:all linear .2s;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);line-height:1}.learndash-wrapper #ld-profile .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.learndash-wrapper #ld-profile .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-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);opacity:1}.learndash-wrapper #ld-profile .ld-item-search .ld-item-search-fields .ld-reset-button{background-color:transparent;color:var(--bb-alternate-text-color);font-weight:400}.learndash-wrapper #ld-profile .ld-item-search .ld-item-search-name>label{color:var(--bb-alternate-text-color)}.learndash-wrapper #ld-profile .ld-item-search .ld-closer{font-weight:400;font-size:11px;color:var(--bb-alternate-text-color)}.learndash-wrapper #ld-profile .ld-item-list .ld-expand-button.ld-mobile-only .ld-text{display:none}.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-item{margin-bottom:0}.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview{border-radius:0;padding:15px 20px}.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview .ld-course-title{font-weight:600}@media screen and (max-width:640px){.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview .ld-course-title{font-weight:500;font-size:14px}}@media screen and (max-width:640px){.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview{-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}.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview .ld-item-details{margin-left:5px}.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview .ld-item-details .ld-status{margin-right:0;text-transform:none;padding:0 6px;line-height:20px}}.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded{border-bottom:1px solid rgba(146,164,183,.05)}.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded .ld-progress{background:#fff;margin-bottom:0}.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded{margin-top:0}.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list-item-preview{padding:10px 0}.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list .ld-table-list-header{background-color:#fff;margin-bottom:10px}.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list .ld-table-list-items{background-color:#fff;font-size:1em}.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list .ld-table-list-item:first-child{border-top:0}.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list .ld-table-list-item{border-bottom:0}.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list .ld-table-list-column.ld-table-list-column-comments>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list .ld-table-list-column.ld-table-list-column-comments>a .ld-icon{margin-right:5px}@media screen and (max-width:800px){.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-table-list .ld-table-list-column.ld-table-list-column-comments>a .ld-icon{margin-left:0}}.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-status{padding:4px 12px;display:inline-block}.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-item-expanded .ld-icon{color:#939597}.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item:nth-child(odd) .ld-item-list-item-preview{background:var(--bb-content-alternate-background-color)}.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item:nth-child(even) .ld-item-list-item-preview{background:0 0}.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-items .ld-item-list-item:nth-child(even) .ld-item-list-item-expanded:before{background:#fff}.learndash-wrapper #ld-profile .ld-status{text-transform:uppercase;font-weight:400;font-size:11px;line-height:inherit;padding:0 12px;letter-spacing:inherit}.learndash-wrapper #ld-profile .ld-status.ld-status-progress{background-color:var(--bb-primary-color);color:#fff}.learndash-wrapper #ld-profile .ld-item-list-item-preview .ld-status-icon{margin-left:10px}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details .ld-certificate-link{color:#939597}.learndash-wrapper #ld-profile .ld-item-list a.ld-item-name{padding:0 5px}@media screen and (min-width:800px){.learndash-wrapper #ld-profile .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column.ld-column-date,.learndash-wrapper #ld-profile .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column.ld-table-list-column-date,.learndash-wrapper #ld-profile .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column.ld-column-date,.learndash-wrapper #ld-profile .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column.ld-table-list-column-date{-webkit-box-flex:0;-ms-flex:0 1 190px;flex:0 1 190px}}.learndash-wrapper #ld-profile .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column,.learndash-wrapper #ld-profile .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column{text-align:left;font-size:1em}.learndash-wrapper #ld-profile .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column{text-transform:uppercase;font-size:12px;color:var(--bb-alternate-text-color)}.learndash-wrapper #ld-profile .ld-table-list .ld-table-list-items .ld-table-list-column{color:var(--bb-alternate-text-color)}.learndash-wrapper #ld-profile .ld-table-list .ld-table-list-header .ld-table-list-column{color:var(--bb-headings-color)}.learndash-wrapper #ld-profile .ld-item-list-item-expanded .ld-table-list .ld-table-list-item-preview{padding:12px 0}.learndash-wrapper #ld-profile .ld-item-list-item-expanded .ld-table-list .ld-table-list-item-preview .ld-table-list-title a{color:var(--bb-headings-color)}.learndash-wrapper #ld-profile .ld-item-list-item-expanded .ld-table-list .ld-table-list-item-preview .ld-table-list-title a:hover{color:var(--bb-primary-color)}.learndash-wrapper #ld-profile .ld-item-list-item-expanded .ld-item-contents{padding-top:1em;padding-bottom:1em}.learndash-wrapper #ld-profile .ld-item-list-item-expanded .ld-table-list.ld-quiz-list{margin:.5em 0;border-radius:0}.learndash-wrapper #ld-profile .ld-item-list-item-expanded .ld-table-list-header{text-transform:uppercase;font-size:12px;color:var(--bb-alternate-text-color)}.learndash-wrapper #ld-profile .ld-icon.ld-icon-assignment{color:#939597;font-size:20px}.learndash-wrapper #ld-profile .ld-icon.ld-icon-calendar{font-size:13px}.learndash-wrapper #ld-profile .ld-assignment-list .ld-status{padding-left:2px}.learndash-wrapper #ld-profile .ld-table-list-column.ld-table-list-column-stats .ld-icon.ld-icon-assignment{font-size:22px;font-weight:500}.learndash-wrapper #ld-profile .ld-table-list-column.ld-table-list-column-stats .ld-icon.ld-icon-assignment:before{content:"\e868"}.learndash-wrapper #ld-profile .ld-table-list-column.ld-table-list-column-certificate .ld-icon.ld-icon-certificate{color:#939597;font-size:18px}.learndash-wrapper #ld-profile .ld-status-icon.ld-status-incomplete{border:2px solid #dedfe2}.learndash-wrapper #ld-profile .ld-status-icon.ld-status-in-progress{border:2px solid #dedfe2;border-right-color:var(--bb-primary-color);border-bottom-color:var(--bb-primary-color);-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);background-color:transparent}@media screen and (min-width:800px){.learndash-wrapper #ld-profile .ld-table-list.ld-assignment-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column.ld-date-column{-webkit-box-flex:0;-ms-flex:0 1 180px;flex:0 1 180px}.learndash-wrapper #ld-profile .ld-table-list.ld-assignment-list .ld-table-list-column.ld-column-status,.learndash-wrapper #ld-profile .ld-table-list.ld-assignment-list .ld-table-list-column.ld-status-column{-webkit-box-flex:0;-ms-flex:0 1 250px;flex:0 1 250px}}.learndash-wrapper #ld-profile .ld-table-list.ld-assignment-list .ld-table-list-column.ld-comments-column{font-weight:400}.learndash-wrapper #ld-profile .ld-table-list.ld-assignment-list .ld-status{white-space:nowrap;display:inline-block}.learndash-wrapper #ld-profile .ld-table-list.ld-assignment-list .ld-icon.ld-icon-assignment{margin-right:5px}.learndash-wrapper #ld-profile .ld-profile-summary{margin-bottom:3em}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:0 20px 20px;margin-bottom:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;max-height:180px}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-heading{-ms-flex-item-align:end;align-self:flex-end;font-size:28px;color:var(--bb-headings-color);position:relative;bottom:55px}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar{border-radius:5px;margin-right:20px;position:relative;top:30px;width:180px;height:180px;border:5px solid #fff;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px var(--bb-content-border-color)}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar .avatar{border-radius:5px;max-width:none}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar+.ld-profile-edit-link{margin-top:15px}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-edit-link{-ms-flex-item-align:end;align-self:flex-end;padding:2px 12px;border-radius:var(--bb-button-radius);font-size:13px;margin-left:auto;position:relative;z-index:3;background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular)}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-edit-link:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-edit-link: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)}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-left:220px;position:relative;bottom:65px;z-index:2}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat{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-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:0;-ms-flex:none;flex:none;padding:0 15px;border-right:1px solid var(--bb-content-border-color)}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat:first-of-type{padding-left:0}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat:last-of-type{border-right:0;padding-right:0}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat strong{color:var(--bb-headings-color);margin:0 5px 0 0;font-size:20px}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat span{color:var(--bb-alternate-text-color);font-size:14px;line-height:1}@media screen and (max-width:992px){.learndash-wrapper #ld-profile .ld-profile-summary{margin-bottom:0}.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;max-height:none;padding-bottom:0}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-heading{bottom:90px}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-edit-link,.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-heading{-ms-flex-item-align:start;align-self:flex-start;margin-left:200px}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar{top:35px}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-edit-link{bottom:30px}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats{bottom:120px}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat span,.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat strong{font-size:14px}}@media screen and (max-width:800px){.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:50px;padding-top:30px}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar{top:0;margin-right:0}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-heading{bottom:0;margin:10px 0}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-edit-link,.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-heading{-ms-flex-item-align:center;align-self:center;margin-left:0;text-align:center}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-edit-link{bottom:0}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats{margin-left:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;bottom:45px}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat span,.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat strong{font-size:14px;line-height:140%}}@media screen and (max-width:640px){.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat{width:auto;margin-bottom:.5em!important}}@media screen and (max-width:500px){.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card{padding-bottom:150px}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar{width:170px;height:170px}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats{bottom:130px}.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width:992px){.learndash-wrapper #ld-profile .ld-profile-summary+.ld-item-list{margin-top:0}}@media screen and (max-width:800px){.learndash-wrapper #ld-profile .ld-profile-summary+.ld-item-list{margin-top:10px}}@media screen and (max-width:500px){.learndash-wrapper #ld-profile .ld-profile-summary+.ld-item-list{margin-top:-80px}}.widget .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats{margin:0;-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;bottom:0}.widget .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;border:0}.widget .learndash-wrapper #ld-profile .ld-profile-summary{margin-top:0}.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;max-height:none;border:0;margin-top:0}.widget .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar{top:0;margin:0 auto}.widget .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-heading{bottom:0;-ms-flex-item-align:center;align-self:center}.widget .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-edit-link{position:static;-ms-flex-item-align:center;align-self:center;margin:0}.widget .learndash-wrapper #ld-profile .ld-item-list-item-preview .ld-status{margin-right:auto}.widget .learndash-wrapper #ld-profile .ld-item-list .ld-section-heading{padding-left:10px;padding-right:10px}.widget .learndash-wrapper #ld-profile .ld-status{padding:3px 8px}.widget .learndash-wrapper #ld-profile .ld-progress-label{font-size:12px}.widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview{-ms-flex-flow:wrap;flex-flow:wrap;padding-left:10px;padding-right:10px}.widget .ld-item-list .ld-item-list-item .ld-item-name{-webkit-box-flex:1;-ms-flex:1 1 85%;flex:1 1 85%;width:85%}.widget .ld-item-list .ld-item-list-item .ld-course-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;min-width:0}.widget .ld-item-list .ld-item-list-item .ld-item-details{min-width:100%;margin-top:5px}.widget .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-progress{padding:20px}.widget .ld-item-list .ld-item-list-item .ld-progress-stats{padding-right:0}.widget .ld-item-list .ld-section-heading .ld-search-prompt{height:auto;line-height:20px;padding:3px 10px}.widget .ld-item-list .ld-section-heading .ld-search-prompt .ld-icon{top:2px}.widget .ld-item-list .ld-section-heading .ld-expand-button{height:auto;line-height:20px;padding:3px 10px}.learndash-wrapper .ld-loading::before{border:3px solid rgba(0,0,0,.2);border-top-color:var(--bb-primary-color)}.lms-topic-sidebar-wrapper{background-color:var(--bb-body-background-color);box-shadow:inset -36px 0 40px -32px rgba(0,0,0,.05);-webkit-transition:margin-left .2s ease,margin-right .2s ease;transition:margin-left .2s ease,margin-right .2s ease;opacity:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow-x:hidden;overflow-y:auto;min-height:-webkit-calc(100vh - 76px);min-height:calc(100vh - 76px)}.lms-topic-sidebar-wrapper .ld-item-list-section-heading{padding:5px 30px 5px 25px}.lms-topic-sidebar-wrapper .ld-item-list-section-heading .ld-lesson-section-heading{color:var(--bb-headings-color);font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;font-size:15px;line-height:1.6875rem;margin-bottom:0}.lms-topic-sidebar-wrapper .lms-topic-sidebar-data{padding:15px 0;font-size:15px;position:fixed;left:0;-webkit-transition:left .2s ease,right .2s ease;transition:left .2s ease,right .2s ease;width:370px;height:100%;max-height:-webkit-calc(100% - 80px);max-height:calc(100% - 80px);overflow:auto;z-index:111}@media screen and (min-width:800px){.bb-buddypanel-left.buddypanel-open .lms-topic-sidebar-wrapper .lms-topic-sidebar-data{left:230px}.sfwd-single-sidebar-right .lms-topic-sidebar-wrapper .lms-topic-sidebar-data,.sfwd-single-sidebar-right.bb-buddypanel-left.buddypanel-open .lms-topic-sidebar-wrapper .lms-topic-sidebar-data,.sfwd-single-sidebar-right.bb-buddypanel-left:not(.buddypanel-open) .lms-topic-sidebar-wrapper .lms-topic-sidebar-data{left:inherit;right:0}.bb-buddypanel-right.buddypanel-open.sfwd-single-sidebar-right .lms-topic-sidebar-wrapper .lms-topic-sidebar-data{left:inherit;right:230px}.bb-buddypanel-right:not(.buddypanel-open).sfwd-single-sidebar-right .lms-topic-sidebar-wrapper .lms-topic-sidebar-data{left:inherit;right:0}.bb-buddypanel-right.buddypanel-open.sfwd-single-sidebar-left .lms-topic-sidebar-wrapper .lms-topic-sidebar-data,.bb-buddypanel-right:not(.buddypanel-open).sfwd-single-sidebar-left .lms-topic-sidebar-wrapper .lms-topic-sidebar-data{left:0;right:inherit}.bb-buddypanel-right.buddypanel-open.sfwd-single-sidebar-left.lms-side-panel-close .lms-topic-sidebar-wrapper .lms-topic-sidebar-data,.bb-buddypanel-right:not(.buddypanel-open).sfwd-single-sidebar-left.lms-side-panel-close .lms-topic-sidebar-wrapper .lms-topic-sidebar-data{left:-370px;right:inherit}}.elementor-header+.site-content .lms-topic-sidebar-data{background-color:var(--bb-body-background-color)}@media screen and (min-width:800px){.bb-buddypanel-left.buddypanel-open .lms-topic-sidebar-wrapper.lms-topic-sidebar-close .lms-topic-sidebar-data{left:-370px}.bb-buddypanel-left.buddypanel-open.sfwd-single-sidebar-right .lms-topic-sidebar-wrapper.lms-topic-sidebar-close .lms-topic-sidebar-data,.bb-buddypanel-left:not(.buddypanel-open).sfwd-single-sidebar-right .lms-topic-sidebar-wrapper.lms-topic-sidebar-close .lms-topic-sidebar-data,.bb-buddypanel-right.buddypanel-open.sfwd-single-sidebar-right .lms-topic-sidebar-wrapper.lms-topic-sidebar-close .lms-topic-sidebar-data,.bb-buddypanel-right:not(.buddypanel-open).sfwd-single-sidebar-right .lms-topic-sidebar-wrapper.lms-topic-sidebar-close .lms-topic-sidebar-data,.sfwd-single-sidebar-right .lms-topic-sidebar-wrapper.lms-topic-sidebar-close .lms-topic-sidebar-data{left:inherit;right:-370px}}.lms-topic-sidebar-wrapper .lms-links{border-top:1px solid var(--bb-content-border-color);margin:25px 30px 0;padding:25px 0 0}.lms-topic-sidebar-wrapper .lms-links ul{list-style:none;margin-left:0}.lms-topic-sidebar-wrapper .lms-links ul li{padding:5px 0}.lms-topic-sidebar-wrapper .lms-links ul li a{display:block;width:100%;text-align:center;line-height:40px;border:1px solid var(--bb-primary-color);border-radius:100px;color:var(--bb-primary-color);-webkit-transition:all linear .2s;transition:all linear .2s}.lms-topic-sidebar-wrapper .lms-links ul li a:hover{color:var(--bb-primary-color)}.lms-topic-sidebar-wrapper .lms-links ul li a i{margin:0 8px 0 0;position:relative;top:1px;font-size:16px}.lms-topic-sidebar-wrapper .bb-progress-bar{width:100%;height:3px;border-radius:3px;background-color:rgba(255,255,255,.4);position:relative;margin-bottom:10px}.lms-topic-sidebar-wrapper .bb-progress-bar span{background-color:#fff;height:100%;display:inline-block;position:absolute;border-radius:3px}.lms-topic-sidebar-wrapper .lms-items-loading{list-style:none;margin-left:30px}.lms-topic-sidebar-wrapper .lms-items-loading li{margin:8px 0}.lms-topic-sidebar-wrapper .lms-items-loading li a{display:inline-block}.lms-topic-sidebar-wrapper .lms-lessions-list ol .lms-item-wrapper{margin-left:-100px;padding-left:100px}.lms-topic-sidebar-wrapper .lms-lessions-list ol>li ol,.lms-topic-sidebar-wrapper .lms-lessions-list ol>li>ul{margin-bottom:0}.lms-topic-sidebar-wrapper .lms-lessions-list>ol{margin-left:47px}.lms-topic-sidebar-wrapper .lms-course-quizzes-list{margin-top:30px}.lms-topic-sidebar-wrapper .lms-course-quizzes-list .lms-course-quizzes-heading{font-size:15px;font-weight:600;letter-spacing:.6px;padding:20px 0 0;margin:0 30px 15px;border-top:1px solid var(--bb-content-border-color)}.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul{margin-left:0}.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul a{padding-left:30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.lms-topic-sidebar-wrapper .lms-course-quizzes-list ul .lms-item-wrapper{margin-left:-100px;padding-left:100px}.lms-topic-sidebar-wrapper .lms-count{background-color:rgba(0,0,0,.03);border-radius:100px;font-weight:500;padding:0 14px;font-size:11px;height:20px;line-height:20px;margin-left:10px}.lms-topic-sidebar-wrapper .lms-course-sidebar-heading{font-size:15px;letter-spacing:.6px;padding:20px 0 0;margin:0 30px 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.lms-topic-sidebar-wrapper .lms-course-groups-list{margin-bottom:20px}.lms-topic-sidebar-wrapper .lms-group-flag{margin:30px 0 10px}.lms-topic-sidebar-wrapper .lms-group-flag .group-flag-index{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:17px 30px;background:rgba(146,164,183,.1);-webkit-transition:.3s all;transition:.3s all}.lms-topic-sidebar-wrapper .lms-group-flag .group-flag-index>a{-webkit-box-flex:0;-ms-flex:0 0 53px;flex:0 0 53px;max-width:53px}.lms-topic-sidebar-wrapper .lms-group-flag .lms-flag-group-avatar{border-radius:4px;margin-right:15px;max-width:38px;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px var(--bb-content-border-color)}.lms-topic-sidebar-wrapper .lms-group-flag .lms-group-heading{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 77px);flex:0 0 -webkit-calc(100% - 77px);flex:0 0 calc(100% - 77px);max-width:-webkit-calc(100% - 77px);max-width:calc(100% - 77px)}.lms-topic-sidebar-wrapper .lms-group-flag .lms-group-heading span{display:block;line-height:1}.lms-topic-sidebar-wrapper .lms-group-flag .lms-group-heading a span{color:var(--bb-headings-color);font-size:16px;font-weight:500;-webkit-transition:.3s all;transition:.3s all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lms-topic-sidebar-wrapper .lms-group-flag .lms-group-heading a:hover span{color:var(--bb-primary-color)}.lms-topic-sidebar-wrapper .lms-group-flag .lms-group-heading>span{color:var(--bb-alternate-text-color);font-size:13px;margin-top:5px}.lms-topic-sidebar-wrapper .lms-group-flag .flag-group-exp{padding:5px;color:var(--bb-alternate-text-color);cursor:pointer;-webkit-box-flex:0;-ms-flex:0 0 24px;flex:0 0 24px;max-width:24px}.lms-topic-sidebar-wrapper .lms-group-flag.expanded .flag-group-exp i{-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1)}.lms-topic-sidebar-wrapper .course-group-list{list-style:none;margin:0;padding-top:15px;padding-bottom:15px;display:none}.lms-topic-sidebar-wrapper .course-group-list li{padding:8px 30px 8px 80px}.lms-topic-sidebar-wrapper .course-group-list img{max-width:32px;margin-right:15px;border-radius:5px}.lms-topic-sidebar-wrapper .course-group-list a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--bb-headings-color);-webkit-transition:.3s all;transition:.3s all}.lms-topic-sidebar-wrapper .course-group-list a:hover{color:var(--bb-primary-color)}.lms-topic-sidebar-wrapper .course-group-list a .lms-group-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lms-topic-sidebar-wrapper .group-exec-list{list-style:none;margin:0}.lms-topic-sidebar-wrapper .group-exec-list li{padding:0}.lms-topic-sidebar-wrapper .group-exec-list li>a{padding:10px 30px;-webkit-transition:.3s all;transition:.3s all}.lms-topic-sidebar-wrapper .group-exec-list li>a:hover{background:rgba(146,164,183,.1)}.lms-topic-sidebar-wrapper .group-exec-list img{max-width:38px;margin-right:15px}.lms-topic-sidebar-wrapper .group-exec-list a .lms-group-lead span{display:block;line-height:1;color:var(--bb-headings-color)}.lms-topic-sidebar-wrapper .group-exec-list a .lms-group-lead span:last-child{font-size:13px;color:var(--bb-alternate-text-color);margin-top:5px}.lms-topic-sidebar-wrapper .group-exec-list a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--bb-alternate-text-color)}.lms-topic-sidebar-wrapper .group-exec-list a:hover .lms-group-lead span{color:var(--bb-primary-color)}.lms-topic-sidebar-wrapper .group-exec-list a:hover .lms-group-lead span:first-child{color:var(--bb-primary-color)}.lms-topic-sidebar-wrapper .group-exec-list a:hover .lms-group-lead span:last-child{color:var(--bb-alternate-text-color)}.lms-topic-sidebar-wrapper .lms-course-members-list{margin-top:30px}.lms-topic-sidebar-wrapper .lms-course-members-list .lms-course-sidebar-heading{border-top:1px solid var(--bb-content-border-color)}.lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap{padding:0}.lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap>.list-members-extra{padding:15px 30px 0;display:inline-block}.lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap>.list-members-extra.lme-less{display:none}.lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap.expanded>.list-members-extra.lme-less{display:inline-block}.lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap.expanded>.list-members-extra.lme-more{display:none}.lms-topic-sidebar-wrapper .lms-course-members-list .list-members-extra i{margin-left:5px}.lms-topic-sidebar-wrapper .lms-course-members-list .expanded .list-members-extra i{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.lms-topic-sidebar-wrapper .lms-course-members-list .course-members-list{list-style:none;margin:0}.lms-topic-sidebar-wrapper .lms-course-members-list .course-members-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 30px}.lms-topic-sidebar-wrapper .lms-course-members-list .course-members-list img{max-width:28px;margin-right:10px}.lms-topic-sidebar-wrapper .lms-course-members-list .course-members-list.course-members-list-extra{display:none}.lms-topic-sidebar-wrapper .lms-course-members-list .course-members-list a{color:var(--bb-headings-color)}.lms-topic-sidebar-wrapper .lms-course-members-list .course-members-list a:hover{color:var(--bb-primary-color)}.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul,.lms-topic-sidebar-wrapper .lms-lessions-list>ol{margin-bottom:0}.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul>li a.bb-lesson-head,.lms-topic-sidebar-wrapper .lms-lessions-list>ol>li a.bb-lesson-head{color:var(--bb-headings-color)}.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul>li a.bb-lesson-head:hover,.lms-topic-sidebar-wrapper .lms-lessions-list>ol>li a.bb-lesson-head:hover{color:var(--bb-primary-color)}.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul>li.lms-is-locked:not(.bb-lms-is-sample) a,.lms-topic-sidebar-wrapper .lms-lessions-list>ol>li.lms-is-locked:not(.bb-lms-is-sample) a{pointer-events:none;cursor:default}.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul li.current>.lms-item-wrapper>a,.lms-topic-sidebar-wrapper .lms-lessions-list>ol li.current>.lms-item-wrapper>a{color:var(--bb-primary-color)}.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul .lms-sidebar-lesson-progression,.lms-topic-sidebar-wrapper .lms-lessions-list>ol .lms-sidebar-lesson-progression{color:#939597;font-size:13px;margin-right:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul .lms-sidebar-lesson-progression .bb-progress,.lms-topic-sidebar-wrapper .lms-lessions-list>ol .lms-sidebar-lesson-progression .bb-progress{margin-left:10px;position:relative;left:1px}.lms-topic-sidebar-wrapper ol.lms-topic-list{margin-bottom:1rem}.lms-topic-sidebar-wrapper ol.lms-topic-list .lms-topic-item .lms-quiz-list{margin-bottom:0}.lms-topic-sidebar-wrapper ol.lms-topic-list .lms-topic-item .lms-quiz-list li:last-child{padding-bottom:0}.lms-topic-sidebar-wrapper .lms-quiz-list{list-style:none;margin-left:0;margin-bottom:0}.lms-topic-sidebar-wrapper li .lms-item-wrapper{padding:12px 0;line-height:1.6;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.lms-topic-sidebar-wrapper li.current>.lms-item-wrapper{background-color:#f4f5f7}.lms-topic-sidebar-wrapper .lms-item-wrapper a{margin-right:auto;color:#939597}.lms-topic-sidebar-wrapper .lms-side-item-complete{font-size:18px;margin-right:20px}.lms-topic-sidebar-wrapper .lms-side-item-complete i[class*=" bb-icon-"],.lms-topic-sidebar-wrapper .lms-side-item-complete i[class^=bb-icon-]{font-size:20px}.lms-topic-sidebar-wrapper .lms-side-item-incomplete{color:var(--bb-content-border-color);margin-right:20px;margin-left:15px}.lms-topic-sidebar-wrapper .lms-side-item-incomplete i[class*=" bb-icon-"],.lms-topic-sidebar-wrapper .lms-side-item-incomplete i[class^=bb-icon-]{font-size:20px}.lms-topic-sidebar-wrapper .lms-lesson-progress-container{display:inline-block;width:20px;height:20px}@media only screen and (max-width:1200px) and (min-width:800px){body.bb-buddypanel.bb-sfwd-aside:not(.elementor-template-canvas) .elementor-section-boxed[style*=width],body.bb-buddypanel.bb-sfwd-aside:not(.elementor-template-canvas) .elementor-section-full_width[style*=width],body.bb-buddypanel.bb-sfwd-aside:not(.elementor-template-canvas) .elementor-section-stretched[style*=width],body.bb-buddypanel.buddypanel-open.bb-sfwd-aside:not(.elementor-template-canvas) .elementor-section-boxed[style*=width],body.bb-buddypanel.buddypanel-open.bb-sfwd-aside:not(.elementor-template-canvas) .elementor-section-full_width[style*=width],body.bb-buddypanel.buddypanel-open.bb-sfwd-aside:not(.elementor-template-canvas) .elementor-section-stretched[style*=width]{padding-left:0}}@media only screen and (max-width:1080px) and (min-width:800px){.buddypanel-open .lms-topic-sidebar-wrapper .lms-topic-sidebar-data{width:250px}.buddypanel-open .lms-topic-sidebar-wrapper{max-width:250px}.buddypanel-open .lms-topic-sidebar-wrapper.lms-topic-sidebar-close{margin-left:-250px}.buddypanel-open.bb-sfwd-aside:not(.lms-side-panel-close) .site>.elementor-location-header{padding-left:250px}}@media screen and (max-width:767px){#learndash-content div.lms-topic-sidebar-wrapper{max-width:350px;display:none}#learndash-content div.lms-topic-sidebar-wrapper.show-in-mobile{display:-webkit-box;display:-ms-flexbox;display:flex}.lms-topic-sidebar-wrapper{width:100%}.lms-topic-sidebar-wrapper .lms-topic-sidebar-data{width:100%;max-width:350px}}@media screen and (min-width:820px){.bb-single-course-sidebar{max-width:380px;-webkit-box-flex:0;-ms-flex:0 0 42%;flex:0 0 42%;margin-left:auto;position:relative;z-index:2}.bb-single-course-sidebar.bb-preview-wrap{margin-top:-260px}}.widget-area.course-widget-area{padding-top:0}.widget-area.course-widget-area .widget-title{font-size:13px;letter-spacing:.5px;border-bottom:1px solid #e6e7e8;margin:0 -15px 15px;padding:0 15px 15px}.widget .bb-course-filters:not(:last-child){margin-bottom:22px}.widget .bb-course-filters li{margin:0}.widget .bb-course-filters label{font-size:14px;color:#939597;letter-spacing:-.24px;display:block;margin:0 -15px 1px;padding:8px 15px}.widget .bb-course-filters .bs-styled-checkbox:checked+label{background:#f7fafe}.widget .bb-course-filters .bs-styled-checkbox+label:before{width:16px;height:16px}.widget .bb-course-filters .bs-styled-checkbox:checked+label:after{content:"\e876";display:inline-block;font:normal normal normal 14px/1 bb-icons;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);color:#fff;left:10px;font-size:26px;top:4px;box-shadow:none}.widget_ldcourseinfo #ld_course_info_mycourses_list .ld-course-info-my-courses{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.widget_ldcourseinfo #ld_course_info_mycourses_list .bb-cover-list-item{-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:0;border:0;background-color:transparent;box-shadow:none}.widget_ldcourseinfo #ld_course_info_mycourses_list .bb-cover-wrap{width:40px;height:40px;padding:0;border-radius:100%}.widget_ldcourseinfo #ld_course_info_mycourses_list .bb-card-course-details{padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.widget_ldcourseinfo #ld_course_info_mycourses_list .bb-card-course-details h2{font-size:14px;font-weight:500}.widget_ldcourseinfo #ld_course_info>h4{margin-bottom:15px;line-height:1.4;font-size:14px;color:var(--bb-alternate-text-color);stroke:var(--bb-alternate-text-color)}.widget_ldcourseinfo #course_progress_details a.learndash-profile-course-certificate-link{display:none}.widget_ldcourseinfo #course_progress_details .bb_profile_course_wrapper{font-size:0}.widget_ldcourseinfo #course_progress_details .bb_profile_course_wrapper .learndash-profile-course-title{font-size:14px}.widget_ldcourseinfo #course_progress_details .bb_profile_course_wrapper .learndash-profile-course-title strong{font-weight:400}.widget_ldcourseinfo #course_progress_details .bb_profile_course_wrapper .learndash-profile-course-access-label{display:none}.widget_ldcourseinfo #course_progress_details .bb_profile_course_wrapper .bb-learndash-profile-course-status{font-size:0;-webkit-box-flex:0;-ms-flex:0 0 95px;flex:0 0 95px;max-width:95px}.widget_ldcourseinfo #course_progress_details .bb_profile_course_wrapper .bb-learndash-profile-course-status .leardash-course-status{font-size:12px}.widget_ldcourseinfo #course_progress_details span.bb-learndash-profile-edit-course-link{-webkit-box-flex:0;-ms-flex:0 0 20px;flex:0 0 20px;max-width:20px;padding:0;margin-right:5px}.widget_ldcourseinfo #quiz_progress_details>p{font-size:12px}.widget_ldcourseinfo #quiz_progress_details span.bb-learndash-profile-edit-course-link{-webkit-box-flex:0;-ms-flex:0 0 20px;flex:0 0 20px;max-width:20px;padding:0;margin-right:5px}.widget_ldcourseinfo #quiz_progress_details .bb-ld-quiz-percentage{padding:0 5px;-webkit-box-flex:0;-ms-flex:0 0 45px;flex:0 0 45px;max-width:45px}.widget_ldcourseinfo #quiz_progress_details a.user_statistic{padding:0 5px;-webkit-box-flex:0;-ms-flex:0 0 70px;flex:0 0 70px;max-width:70px}.widget_sfwd-courses-widget li h4{margin-bottom:0;font-family:inherit;text-transform:none;font-size:14px;font-weight:400;padding:0;letter-spacing:0}.widget_sfwd-courses-widget ul li:last-of-type{margin-bottom:0}.elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .ld-user-status.ld-is-widget,.ld-sidebar-widgets .widget_lduserstatus .ld-user-status.ld-is-widget,.widget.widget_lduserstatus .ld-user-status.ld-is-widget{margin:0}.elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item:last-child,.ld-sidebar-widgets .widget_lduserstatus .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item:last-child,.widget.widget_lduserstatus .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item:last-child{padding-bottom:0}.elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus div.ld-item-list,.ld-sidebar-widgets .widget_lduserstatus div.ld-item-list,.widget.widget_lduserstatus div.ld-item-list{margin:0}.elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .ld-item-list-item-preview,.elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .learndash-wrapper .ld-item-list-item-preview,.ld-sidebar-widgets .widget_lduserstatus .ld-item-list-item-preview,.ld-sidebar-widgets .widget_lduserstatus .learndash-wrapper .ld-item-list-item-preview,.widget.widget_lduserstatus .ld-item-list-item-preview,.widget.widget_lduserstatus .learndash-wrapper .ld-item-list-item-preview{background:0 0}.elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .ld-item-title,.ld-sidebar-widgets .widget_lduserstatus .ld-item-title,.widget.widget_lduserstatus .ld-item-title{display:block}.elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .ld-status-icon,.elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon,.ld-sidebar-widgets .widget_lduserstatus .ld-status-icon,.ld-sidebar-widgets .widget_lduserstatus .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon,.widget.widget_lduserstatus .ld-status-icon,.widget.widget_lduserstatus .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon{margin-right:10px}.elementor-element-edit-mode.elementor-widget-wp-widget-lduserstatus .ld-section-heading,.ld-sidebar-widgets .widget_lduserstatus .ld-section-heading,.widget.widget_lduserstatus .ld-section-heading{margin-bottom:0}@media screen and (min-width:800px){.widget-area.course-widget-area{-webkit-box-flex:0;-ms-flex:0 0 280px;flex:0 0 280px;max-width:280px}}@media screen and (min-width:540px) and (max-width:799px){.widget-area.course-widget-area{-webkit-box-flex:0;-ms-flex:0 0 240px;flex:0 0 240px;max-width:240px}}.ld-sidebar-widgets ul{margin:0}.ld-sidebar-widgets .widget{margin-left:30px;margin-right:30px;background:0 0;border:none;border-top:1px solid var(--bb-content-border-color);margin-bottom:0;border-radius:0;list-style:none;padding:1.25rem 0}.ld-sidebar-widgets .widget a{color:var(--bb-headings-color)}.ld-sidebar-widgets .widget a:hover{color:var(--bb-primary-color)}.ld-sidebar-widgets .widget a.favorite-toggle,.ld-sidebar-widgets .widget a.subscription-toggle{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color)}.ld-sidebar-widgets .widget a.favorite-toggle:focus,.ld-sidebar-widgets .widget a.subscription-toggle:focus{box-shadow:var(--bb-outline-button-focus-shadow)}.ld-sidebar-widgets .widget a.favorite-toggle:hover,.ld-sidebar-widgets .widget a.subscription-toggle: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);box-shadow:none}.ld-sidebar-widgets .widget a.favorite-toggle:active,.ld-sidebar-widgets .widget a.subscription-toggle: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);box-shadow:0 0 1px 2px rgba(0,0,0,.05),inset 0 0 0 2px rgba(0,0,0,.08)}.ld-sidebar-widgets .widget a.favorite-toggle.disabled,.ld-sidebar-widgets .widget a.favorite-toggle:disabled,.ld-sidebar-widgets .widget a.subscription-toggle.disabled,.ld-sidebar-widgets .widget a.subscription-toggle:disabled{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color);opacity:.5;pointer-events:none;cursor:default}.ld-sidebar-widgets .widget a.button:not(.logout-link,.wc-forward){background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)}.ld-sidebar-widgets .widget a.button:not(.logout-link,.wc-forward):focus{box-shadow:var(--bb-primary-button-focus-shadow)}.ld-sidebar-widgets .widget a.button:not(.logout-link,.wc-forward):hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}.ld-sidebar-widgets .widget a.button.wc-forward{color:#fff}.ld-sidebar-widgets .widget a.button.wc-forward:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}.ld-sidebar-widgets .widget:first-child{margin-top:15px}.ld-sidebar-widgets .widget h2.widgettitle{font-size:13px;color:var(--bb-headings-color);letter-spacing:.5px;margin:0;padding-bottom:15px;text-transform:uppercase}.ld-sidebar-widgets .widget h2.widgettitle .widget-num-count{padding:0 .25rem;color:var(--bb-alternate-text-color);margin-right:auto}.ld-sidebar-widgets .widget .llms-progress{margin:5px 0}.ld-sidebar-widgets .widget .textwidget h2,.ld-sidebar-widgets .widget .textwidget h3,.ld-sidebar-widgets .widget .textwidget h4,.ld-sidebar-widgets .widget .textwidget h5,.ld-sidebar-widgets .widget .textwidget h6{margin-bottom:10px}.ld-sidebar-widgets .bbp_widget_login h2.widgettitle,.ld-sidebar-widgets .widget_bp_core_login_widget h2.widgettitle{display:block;width:100%}.ld-sidebar-widgets .widget.buddypress div.item-options .selected{border-bottom:1px solid var(--bb-primary-color)}.ld-sidebar-widgets .widget ul h2 a,.ld-sidebar-widgets .widget ul h3 a,.ld-sidebar-widgets .widget ul h4 a,.ld-sidebar-widgets .widget ul h5 a,.ld-sidebar-widgets .widget ul h6 a{letter-spacing:unset}.lms-topic-sidebar-wrapper .ld-sidebar-widgets li.widget h2.widgettitle{text-transform:none;font-size:15px}#ld_course_info.ld_course_info #ld_course_info_mycourses_list .ld-course-info-my-courses{padding-bottom:0}.widget_ldcourseinfo .ld-course-info-my-courses>img{display:block;margin:0 0 10px}.widget_ldcourseinfo .ld-course-info-my-courses h2.ld-entry-title{font-size:14px;margin:0 0 10px;font-family:inherit}.widget_ldcourseinfo .ld-course-info-my-courses h2.ld-entry-title a{color:#939597}.widget_ldcourseinfo .ld-course-info-my-courses h2.ld-entry-title a:hover{color:var(--bb-primary-color)}.widget_ldcourseinfo .ld-courseregistered-content-container .ld-course-info-my-courses{padding:0 0 10px;margin:0 0 10px;border-bottom:1px solid var(--bb-content-border-color)}.widget .learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title{font-size:inherit}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button,.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview a.ld-lesson-item-preview-heading{color:#939597}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button:hover,.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview a.ld-lesson-item-preview-heading:hover{color:var(--bb-primary-color)}.bb-single-course-sidebar .ld-sidebar-widgets{margin:0;list-style:none}.bb-single-course-sidebar .ld-sidebar-widgets .widget{margin:15px 0;padding:15px 30px 25px;overflow:visible}.bb-single-course-sidebar .ld-sidebar-widgets .widget{box-shadow:0 32px 54px 0 rgba(0,0,0,.1);border-radius:var(--bb-block-radius);border:0;background-color:var(--bb-content-background-color)}.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap{margin:0 -30px;border-radius:5px 5px 0 0;overflow:hidden;position:relative;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}.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap audio{width:100%;background-color:#e2e7ed}.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap audio:focus{outline:0}.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap audio::-webkit-media-controls-panel{background-color:#e2e7ed;border-radius:0}.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap.bb-thumbnail-preview{display:block;height:0;padding-bottom:67.25%;position:relative;z-index:1}.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap.bb-thumbnail-preview 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}.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap{padding:0}.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container{height:0;padding-bottom:56.25%;position:relative;z-index:1;background-color:var(--bb-cover-image-background-color)}.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay{position:absolute;z-index:2;color:#fff;text-align:center;width:100%;height:100%;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-transition:all linear .2s;transition:all linear .2s}.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay:hover .bb-course-play-btn{width:60px;height:60px;background-color:rgba(248,248,248,.9)}.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay:hover .bb-course-play-btn:after{border-color:transparent transparent transparent var(--bb-primary-color)}.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;z-index:3;margin:50px auto;font-size:13px;font-weight:500;text-shadow:0 1px 1px rgba(0,0,0,.3)}.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay .bb-course-play-btn-wrapper{width:60px;height:60px;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay .bb-course-play-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:50px;height:50px;background-color:rgba(248,248,248,.7);border-radius:100%;margin:auto;-webkit-transition:all linear .2s;transition:all linear .2s}.bb-single-course-sidebar .ld-sidebar-widgets .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay .bb-course-play-btn:after{content:"";display:inline-block;position:relative;left:2px;margin:auto;width:10px;height:10px;border-style:solid;border-width:6px 0 6px 10px;border-color:transparent transparent transparent #4d5c6d;-webkit-transition:all linear .2s;transition:all linear .2s}.ld-sidebar-widgets .widget_shopping_cart p.woocommerce-mini-cart__buttons{margin-bottom:0}.widget_ldcourseinfo h4{font-size:14px;text-transform:none;font-weight:600;letter-spacing:0;line-height:1.4;margin:0;padding-bottom:15px}.widget_ldcourseinfo .course_progress_details{margin-top:20px}.widget_ldcourseinfo .course_progress_details .learndash-profile-course-title a{color:var(--bb-headings-color)}.widget_ldcourseinfo .course_progress_details .learndash-profile-course-title a:hover{color:var(--bb-primary-color)}.widget_ldcourseinfo .course_progress_details .ld-course-progress-content-container>br{content:"";display:block;margin-bottom:15px}.widget_ldcourseinfo .course_progress_details .ld-course-progress-content-container>br:last-of-type{margin-bottom:0}.widget_ldcourseinfo .quiz_progress_details{margin-top:10px}.widget_ldcourseinfo .quiz_progress_details .ld-quiz-progress-content-container p:last-of-type{margin-bottom:0}.widget_ldcoursenavigation a.ld-home-link{text-decoration:none}.widget_ldcoursenavigation .ld-course-navigation-heading .ld-course-navigation-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.widget_ldcoursenavigation .ld-course-navigation-heading .ld-course-navigation-actions a,.widget_ldcoursenavigation .ld-course-navigation-heading .ld-course-navigation-actions span{font-size:13px;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;margin:0;line-height:1.2}.widget_ldcoursenavigation .ld-course-navigation-heading .ld-course-navigation-actions .ld-expand-button{margin-left:auto;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.widget_ldcoursenavigation .ld-course-navigation-heading .ld-course-navigation-actions .ld-expand-button .ld-text{white-space:nowrap}.widget_ldcoursenavigation .ld-lesson-item-preview .ld-expand-button{font-size:12px}.widget_ldcoursenavigation .ld-lesson-section-heading{color:var(--bb-headings-color)}.widget_ldcoursenavigation .ld-course-navigation .ld-lesson-item-expanded{border-radius:3px;background:#f8f8f8}.widget_ldcoursenavigation .ld-course-navigation .ld-lesson-item-expanded{margin:0}.widget_ldcoursenavigation .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview{padding:.5em 10px}.widget_ldcoursenavigation .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview .ld-topic-title{font-weight:400}.widget_ldcoursenavigation .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview .ld-topic-title:before{display:none}.widget_ldcoursenavigation .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview .ld-status-icon{margin-left:10px;margin-top:3px}.widget_ldcoursenavigation .learndash-wrapper .ld-status-icon.ld-status-complete .ld-icon-checkmark.ld-icon:before{font-size:8px}.widget_ldcoursenavigation .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading .ld-status-incomplete{border-color:var(--bb-content-border-color)}.widget_ldcoursenavigation .learndash-wrapper .ld-course-navigation .ld-status-icon{margin-top:1px}.widget_ldcoursenavigation .ld-course-navigation .ld-course-navigation-heading{border-bottom:1px solid var(--bb-content-border-color)}.widget_ldcoursenavigation .ld-course-navigation .ld-lesson-item{border-bottom:0}.widget_ldcoursenavigation .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading,.widget_ldcoursenavigation .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title{color:var(--bb-primary-color)}.widget_ldcoursenavigation .learndash-wrapper .ld-course-navigation-actions .ld-expand-button.ld-button-alternate{color:var(--bb-primary-color)}.lms-topic-sidebar-data .learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded::before{border-top-color:var(--bb-body-background-color)}.widget_ldcourseprogress .ld-progress{margin:0}.widget_ldcourseprogress .ld-progress .ld-progress-bar{margin-bottom:15px}.widget_ldcourseprogress .ld-progress-steps{margin-top:7px}.learndash-theme.single-sfwd-courses .widget_ldcourseprogress .ld-progress.ld-progress-inline .ld-progress-bar{height:4px}.learndash-theme.single-sfwd-courses .widget_ldcourseprogress .ld-progress .ld-progress-bar .ld-progress-bar-percentage{height:4px}.single-sfwd-courses .widget_ldcourseprogress .ld-progress .ld-progress-stats{color:var(--bb-alternate-text-color)}.widget_sfwd-lessons-widget li h4{font-family:inherit;font-size:14px;font-weight:400;padding:0;text-transform:none;letter-spacing:0;margin:0}.widget_sfwd-lessons-widget ul li:last-of-type{margin-bottom:0}.widget_sfwd-quiz-widget li h4{font-family:inherit;font-size:14px;font-weight:400;padding:0;text-transform:none;letter-spacing:0;margin:0}.widget_sfwd-quiz-widget ul li:last-of-type{margin-bottom:0}.widget_sfwd-certificates-widget li h4{font-family:inherit;font-size:14px;font-weight:400;padding:0;text-transform:none;letter-spacing:0;margin:0}.widget_sfwd-certificates-widget ul li:last-of-type{margin-bottom:0}.widget_lduserstatus h4{margin-bottom:0;text-transform:none;font-size:14px}.widget_lduserstatus .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title .ld-item-components,.widget_lduserstatus .learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name:hover .ld-item-title .ld-item-components{color:var(--bb-alternate-text-color);font-weight:400}.widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-components span{margin-bottom:0}.widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-components{margin-top:5px}.widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-title{color:var(--bb-headings-color);font-weight:500}.widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item{border-bottom:0;margin:5px 0;padding:5px 0}.widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list-items .ld-item-list-item:last-of-type{margin-bottom:0}.widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-pagination{margin-bottom:0}.widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-pagination .ld-pages{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:15px 0 0}.widget .learndash-course-grid-filter{max-width:100%;min-width:100%;background:0 0;border:0;padding:0}.learndash-course-grid-filter .buttons .button{font-weight:inherit;font-size:13px}.learndash-course-grid-filter .buttons .button.blue{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)}.learndash-course-grid-filter .buttons .button.blue:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.learndash-course-grid-filter .buttons .button.blue:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}.learndash-course-grid-filter .buttons .button.grey{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);border-radius:var(--bb-button-radius)}.learndash-course-grid-filter .buttons .button.grey:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.learndash-course-grid-filter .buttons .button.grey: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)}[class*=bb-template-] .widget .learndash-course-grid-filter label{font-size:15px}.widget .learndash-course-grid-filter form input[type=range]{margin-top:0}.ld-sidebar-widgets li.widget .widgettitle a{color:var(--bb-primary-color)}.learndash-wrapper .widget a.next,.learndash-wrapper .widget a.prev{border-bottom:1px solid var(--bb-content-border-color)!important}.ld-sidebar-widgets .emojionearea .emojionearea-picker .emojionearea-wrapper{width:250px}.ld-sidebar-widgets .emojionearea .emojionearea-picker .emojionearea-search-panel .emojionearea-tones{display:none}.ld-sidebar-widgets .bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom,.ld-sidebar-widgets .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom{left:-100px;top:-340px;width:250px}.ld-sidebar-widgets .bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{top:340px;left:102px;-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.bb-template-v2 .ld-sidebar-widgets .bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{display:none}.ld-sidebar-widgets .bbp-topic-form .post-emoji:nth-child(2) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom,.ld-sidebar-widgets .post-emoji:nth-child(2) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom{left:-60px}.ld-sidebar-widgets .bbp-topic-form .post-emoji:nth-child(2) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after,.ld-sidebar-widgets .post-emoji:nth-child(2) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{left:62px}.ld-sidebar-widgets .bbp-topic-form .post-emoji:nth-child(3) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom,.ld-sidebar-widgets .post-emoji:nth-child(3) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom{left:-30px}.ld-sidebar-widgets .bbp-topic-form .post-emoji:nth-child(3) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after,.ld-sidebar-widgets .post-emoji:nth-child(3) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{left:33px}.ld-sidebar-widgets .gif-media-search-dropdown.open{left:-60px;bottom:40px;top:inherit;width:250px}.ld-sidebar-widgets .post-gif:nth-child(2) .gif-media-search-dropdown.open{left:-40px}.ld-sidebar-widgets .forums-attached-gif-container{max-width:295px;background-size:cover!important}.ld-sidebar-widgets .forums-attached-gif-container .gif-image-container img{display:none}.ld-sidebar-widgets #whats-new-toolbar .medium-editor-toolbar{background-color:var(--bb-body-background-color)}.ld-sidebar-widgets #whats-new-toolbar .medium-editor-toolbar.active{bottom:0}.ld-sidebar-widgets .bb-modal{background-color:transparent}.ld-sidebar-widgets #bbpress-forums .bs-single-forum-list>li{background-color:var(--bb-body-background-color)}.ld-sidebar-widgets .medium-editor-element,.ld-sidebar-widgets .medium-editor-placeholder{background-color:transparent}.widget_block .ld-course-list-items.row .learndash-wrapper .ld-item-list .ld-item-list-item{margin:0}.wpProQuiz_content .wpProQuiz_box,.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion,.wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion{text-align:center;background-color:transparent;border:0}.wpProQuiz_content .wpProQuiz_box>ol,.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion>ol,.wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion>ol{display:inline-block;overflow:hidden}.wpProQuiz_content .wpProQuiz_box>ol li,.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion>ol li,.wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion>ol li{width:40px;height:40px;line-height:38px;padding:0;background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color);border:0;font-weight:500;font-size:15px;border-radius:100%}.wpProQuiz_content .wpProQuiz_box>ol li.wpProQuiz_reviewQuestionTarget,.wpProQuiz_content .wpProQuiz_box>ol li.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionReview,.wpProQuiz_content .wpProQuiz_box>ol li.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionSolved,.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionTarget,.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionReview,.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionSolved,.wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionTarget,.wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionReview,.wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionSolved{color:#fff;background-color:var(--bb-primary-color);box-shadow:none;font-weight:500}.wpProQuiz_content .wpProQuiz_box>ol li.wpProQuiz_reviewQuestionSolved,.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionSolved,.wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionSolved{background-color:#f4f5f7;position:relative;color:inherit}.wpProQuiz_content .wpProQuiz_box>ol li.wpProQuiz_reviewQuestionSolved:after,.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionSolved:after,.wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionSolved:after{content:"";display:inline-block;width:13px;height:13px;background-color:var(--bb-success-color);border:2px solid var(--bb-content-background-color);border-radius:100%;position:absolute;top:-3px;right:-3px}.wpProQuiz_content .wpProQuiz_box>ol li.wpProQuiz_reviewQuestionReview,.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionReview,.wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionReview{position:relative}.wpProQuiz_content .wpProQuiz_box>ol li.wpProQuiz_reviewQuestionReview:after,.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionReview:after,.wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionReview:after{content:"";display:inline-block;width:13px;height:13px;border:2px solid var(--bb-content-background-color);border-radius:100%;position:absolute;top:-3px;right:-3px;background-color:var(--bb-warning-color)}.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSolvedCorrect,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedCorrect{background-color:var(--bb-success-color);color:#fff}.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSolvedIncorrect,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedIncorrect{background-color:var(--bb-danger-color);color:#fff}.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionReview,.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSkip,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionReview,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSkip{background-color:var(--bb-warning-color);color:#fff}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_AnswerCorrect{background-color:var(--bb-success-color)}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_Review{background-color:var(--bb-warning-color)}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_Answer{background-color:#f4f5f7;position:relative}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_Answer:after{content:"";display:inline-block;width:10px;height:10px;background-color:var(--bb-success-color);border:2px solid var(--bb-content-background-color);border-radius:100%;position:absolute;top:-3px;right:-3px}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_AnswerIncorrect{background-color:var(--bb-danger-color)}.wpProQuiz_content .wpProQuiz_reviewDiv{border-bottom:1px solid var(--bb-content-border-color)}.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion{overflow:auto}.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion ol li{margin-bottom:0;border-radius:100%;border:2px solid transparent;outline:0!important}.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion ol li.wpProQuiz_reviewQuestionTarget{border-color:var(--bb-primary-color)}.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewLegend .learndash-quiz-review-legend-item-current .wpProQuiz_reviewQuestion_Target{outline:0;border-radius:100%;box-shadow:none;background-color:var(--bb-primary-color)}.wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewLegend ol li span{vertical-align:middle}.wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion{overflow:auto;background:0 0;border:0}.wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion ol{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion ol li{padding:0;width:36px;height:36px;line-height:34px;border-radius:100%}.wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion{overflow:auto}.wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion ol li{margin-bottom:0;border-radius:100%;border:2px solid transparent;outline:0!important}.wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion ol li.wpProQuiz_reviewQuestionTarget{border-color:#235af3}.wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewLegend .learndash-quiz-review-legend-item-current .wpProQuiz_reviewQuestion_Target{outline:0;border-radius:100%;box-shadow:none;background-color:var(--bb-primary-color)}.wpProQuiz_checkPage .wpProQuiz_reviewSummary .wpProQuiz_reviewLegend ol li span{vertical-align:middle}.learndash-wrapper .wpProQuiz_content .wpProQuiz_box{background-color:transparent}.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li{color:var(--bb-headings-color);border-radius:100%}.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSolved:not(.wpProQuiz_reviewQuestionTarget){color:var(--bb-headings-color)}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect .wpProQuiz_sortable,.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect label{background-color:transparent;color:inherit;font-weight:400}.wpProQuiz_content>h2{font-size:18px;line-height:1.2;font-weight:700;margin:0 0 1.6875rem}.wpProQuiz_content .wpProQuiz_button2{border:1px solid var(--bb-primary-color);background:0 0;color:var(--bb-primary-color);border-radius:100px;font-weight:500;min-height:34px;padding:6px 2em;box-shadow:none}.wpProQuiz_content .wpProQuiz_button2:active,.wpProQuiz_content .wpProQuiz_button2:focus,.wpProQuiz_content .wpProQuiz_button2:hover{background:0 0;box-shadow:none}@media screen and (max-width:544px){.wpProQuiz_content .wpProQuiz_button2{float:none;margin-bottom:10px}}.wpProQuiz_content .wpProQuiz_TipButton{border:0;font-weight:500;padding:6px 2em}.wpProQuiz_content .wpProQuiz_TipButton:active,.wpProQuiz_content .wpProQuiz_TipButton:focus,.wpProQuiz_content .wpProQuiz_TipButton:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}.wpProQuiz_content .wpProQuiz_button{padding-left:2em;padding-right:2em;margin-bottom:10px}.wpProQuiz_content .wpProQuiz_question_page{font-size:12px;text-transform:uppercase;margin-bottom:30px}.wpProQuiz_content .wpProQuiz_listItem>h5.wpProQuiz_header{font-size:13px;text-transform:uppercase}.wpProQuiz_content .wpProQuiz_checkPage{margin:30px 0 0}.wpProQuiz_content .wpProQuiz_checkPage h4.wpProQuiz_header+p{font-size:12px;text-transform:uppercase}.wpProQuiz_content .wpProQuiz_reviewLegend li{font-size:12px}.wpProQuiz_content .wpProQuiz_reviewLegend li .wpProQuiz_reviewColor{border-radius:100%}.wpProQuiz_content .wpProQuiz_questionList{background-color:transparent;border:0;padding:0}.wpProQuiz_content .wpProQuiz_questionList li.wpProQuiz_questionListItem{background-color:var(--bb-content-background-color);min-width:100%}.wpProQuiz_content .wpProQuiz_questionList.ui-sortable li.wpProQuiz_questionListItem,.wpProQuiz_content .wpProQuiz_questionList[data-type=multiple] li.wpProQuiz_questionListItem,.wpProQuiz_content .wpProQuiz_questionList[data-type=single] li.wpProQuiz_questionListItem,.wpProQuiz_content .wpProQuiz_questionList[data-type=sort_answer] li.wpProQuiz_questionListItem{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner);padding:10px 20px;margin-bottom:8px}.wpProQuiz_content .wpProQuiz_questionList.ui-sortable li.wpProQuiz_questionListItem:last-child,.wpProQuiz_content .wpProQuiz_questionList[data-type=multiple] li.wpProQuiz_questionListItem:last-child,.wpProQuiz_content .wpProQuiz_questionList[data-type=single] li.wpProQuiz_questionListItem:last-child,.wpProQuiz_content .wpProQuiz_questionList[data-type=sort_answer] li.wpProQuiz_questionListItem:last-child{padding:10px 20px}.wpProQuiz_content .wpProQuiz_questionList.ui-sortable li.wpProQuiz_questionListItem label,.wpProQuiz_content .wpProQuiz_questionList[data-type=multiple] li.wpProQuiz_questionListItem label,.wpProQuiz_content .wpProQuiz_questionList[data-type=single] li.wpProQuiz_questionListItem label,.wpProQuiz_content .wpProQuiz_questionList[data-type=sort_answer] li.wpProQuiz_questionListItem label{padding:0;border:0}.wpProQuiz_content .wpProQuiz_questionList[data-type=multiple] li.wpProQuiz_questionListItem>span,.wpProQuiz_content .wpProQuiz_questionList[data-type=single] li.wpProQuiz_questionListItem>span{margin-right:5px}.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form{border:1px dashed var(--bb-content-border-color);border-radius:2px;padding:10px 10%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;background-color:transparent;min-width:100%}.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input[type=file]{width:140px;height:40px;opacity:0;overflow:hidden;position:absolute;z-index:0;left:0;top:0;right:0;bottom:0;margin:auto}.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input[placeholder]{text-overflow:ellipsis}.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form ::-webkit-input-placeholder{text-overflow:ellipsis}.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form :-ms-input-placeholder{text-overflow:ellipsis}.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form ::placeholder{text-overflow:ellipsis}.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input:placeholder{text-overflow:ellipsis}.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input[type=file]+label{font-size:15px;font-weight:400;color:#fff;background-color:var(--bb-primary-color);border:0;border-radius:20px;width:auto;text-align:center;padding:7px 20px;display:inline-block;float:none;cursor:pointer;margin:10px 0}.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input[type=file]+label:before{content:"\ee24";font:normal normal normal 18px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:10px}.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input[type=submit]{background-color:transparent;color:var(--bb-primary-color);border:1px solid var(--bb-primary-color);padding:10px 1em;font-size:15px;cursor:pointer;box-shadow:none;max-width:145px;font-weight:400;position:absolute;right:10%}.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input[type=submit]:hover{background-color:transparent!important;opacity:1!important}@media screen and (max-width:1200px){.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form{padding:10px 5% 20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input[type=file]{bottom:inherit;top:18px}.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input[type=submit]{position:static}}@media screen and (max-width:992px){.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.wpProQuiz_content .wpProQuiz_questionList textarea.wpProQuiz_questionEssay{width:100%}.wpProQuiz_content .wpProQuiz_sortable{background-color:transparent;border:0;box-shadow:none;position:relative;padding-top:0;padding-bottom:0}.wpProQuiz_content .wpProQuiz_sortable:after,.wpProQuiz_content .wpProQuiz_sortable:before{font-family:bb-icons;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:inline-block;content:"\ee5d";color:#c8cbcf;font-weight:300}.wpProQuiz_content .wpProQuiz_sortable:before{right:6px}[dir=rtl] .wpProQuiz_content .wpProQuiz_tipp>div:before{left:unset;right:8em}.wpProQuiz_content .wpProQuiz_tipp>div{background-color:#fff;border-radius:4px;box-shadow:0 3px 24px 0 rgba(18,43,70,.08);border:1px solid #e7eaec}.wpProQuiz_content .wpProQuiz_tipp>div .wpProQuiz_header{font-weight:500}.wpProQuiz_content .wpProQuiz_tipp>div p{font-size:15px}.wpProQuiz_content .wpProQuiz_listItem>.wpProQuiz_header+span{font-size:14px;font-weight:400;color:var(--bb-alternate-text-color)}.wpProQuiz_content .wpProQuiz_matrixSortString{background:0 0;border:0;padding:0;overflow:initial}.wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable{overflow:hidden;padding-left:0;padding-right:0}.wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable li.wpProQuiz_sortStringItem{background-color:var(--bb-content-background-color);border-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius-inner);box-shadow:none;padding-left:40px;padding-right:25px;position:relative;font-size:15px;line-height:1.3}.wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable li.wpProQuiz_sortStringItem:after,.wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable li.wpProQuiz_sortStringItem:before{font-family:bb-icons;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:absolute;left:12px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:inline-block;content:"\ee5d";color:#c8cbcf;font-weight:300}.wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable li.wpProQuiz_sortStringItem:after{left:18px}.wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable li.wpProQuiz_sortStringItem.ui-sortable-helper{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color);color:#fff}.wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable .wpProQuiz_placehold{background-color:#fff;border:2px dashed #bdbdbd;border-radius:10px;min-height:100px;min-width:70px}.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer]{overflow:hidden;margin-left:-5px;margin-right:-5px}.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li{padding:0;margin:0 0 10px}.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li table td{border-color:var(--bb-content-border-color)}.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li table td .wpProQuiz_maxtrixSortText img{width:auto}.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li table td:first-child{border-bottom:0;border-radius:4px 0 0 4px;text-align:center}.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li table td:last-child{border-radius:0 4px 4px 0;border-top:0}.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li ul.wpProQuiz_maxtrixSortCriterion:not(:empty){height:auto!important;min-height:25px!important}.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li ul.wpProQuiz_maxtrixSortCriterion li.wpProQuiz_sortStringItem{background-color:#eef0f3;border-color:#eef0f3;box-shadow:none;padding:5px 25px 5px 40px;margin-left:0;margin-right:0;position:relative;font-size:15px;line-height:1.3}.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li ul.wpProQuiz_maxtrixSortCriterion li.wpProQuiz_sortStringItem:after,.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li ul.wpProQuiz_maxtrixSortCriterion li.wpProQuiz_sortStringItem:before{font-family:bb-icons;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:absolute;left:12px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:inline-block;content:"\ee5d";color:#c8cbcf;font-weight:300}.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li ul.wpProQuiz_maxtrixSortCriterion li.wpProQuiz_sortStringItem:after{left:18px}.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li ul.wpProQuiz_maxtrixSortCriterion li.wpProQuiz_sortStringItem.ui-sortable-helper{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color);color:#fff}.wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li .wpProQuiz_placehold{background-color:#fff;border:2px dashed #bdbdbd;border-radius:10px;width:100%;min-height:100px}.wpProQuiz_content .wpProQuiz_cloze input[type=text]{border-color:#e7eaec;color:inherit}.wpProQuiz_content ul.wpProQuiz_questionList[data-type=assessment_answer] li label{margin-right:15px}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem .wpProQuiz_sortable{border:0;padding:0}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem .wpProQuiz_sortable:before{display:none}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem>table{border-width:1px;border-color:var(--bb-content-border-color)}.learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li table td:first-child{border-right-width:1px;border-color:var(--bb-content-border-color)}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem textarea.wpProQuiz_questionEssay{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius)}.wpProQuiz_content .wpProQuiz_results{text-align:center}.wpProQuiz_content .wpProQuiz_results h4.wpProQuiz_header{font-weight:700;font-size:20px}.wpProQuiz_content .wpProQuiz_results h4.wpProQuiz_header+p{font-weight:500}.wpProQuiz_content .wpProQuiz_results>p{font-size:15px}.wpProQuiz_content .wpProQuiz_results .wpProQuiz_quiz_time{color:var(--bb-alternate-text-color);font-weight:400}.wpProQuiz_content .wpProQuiz_results .wpProQuiz_graded_points{font-weight:400;color:var(--bb-alternate-text-color)}.wpProQuiz_content .wpProQuiz_results>div>.wpProQuiz_button{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);font-weight:500;min-height:34px;padding:6px 2em;box-shadow:none}.wpProQuiz_content .wpProQuiz_results>div>.wpProQuiz_button:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.wpProQuiz_content .wpProQuiz_results>div>.wpProQuiz_button:active,.wpProQuiz_content .wpProQuiz_results>div>.wpProQuiz_button:focus,.wpProQuiz_content .wpProQuiz_results>div>.wpProQuiz_button: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);box-shadow:none}.wpProQuiz_content .wpProQuiz_results .ld-quiz-actions{-ms-flex-wrap:wrap;flex-wrap:wrap}.wpProQuiz_content .wpProQuiz_results .quiz_continue_link{width:100%;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.wpProQuiz_content .wpProQuiz_results .quiz_continue_link a#quiz_continue_link{border-radius:var(--bb-button-radius);background:var(--bb-primary-color);font-size:.75em;padding-left:2em;padding-right:2em;-webkit-transition:all linear .2s;transition:all linear .2s;width:auto}.wpProQuiz_content .wpProQuiz_results .quiz_continue_link a#quiz_continue_link:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}.learndash-wrapper .wpProQuiz_content .wpProQuiz_response{color:var(--bb-body-text-color)}.wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_response{box-shadow:none;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner);padding:10px 20px 5px;background:var(--bb-content-alternate-background-color);min-height:auto}.wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_response p{margin-bottom:10px;font-size:15px}.wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_response span{font-weight:700;font-size:15px}.wpProQuiz_sending{text-align:center}.wpProQuiz_sending h4.wpProQuiz_header{font-weight:700;font-size:20px}.wpProQuiz_sending dd.course_progress{width:100%;border-radius:100px;box-shadow:none}.wpProQuiz_sending dd.course_progress div.course_progress_blue{background-color:var(--bb-primary-color)}#content li.wpProQuiz_questionListItem.wpProQuiz_answerCorrect,#content li.wpProQuiz_questionListItem.wpProQuiz_answerCorrectIncomplete{background-color:rgba(var(--bb-success-color-rgb),.1)}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect>table td{background-color:rgba(var(--bb-success-color-rgb),.1);border-color:var(--bb-success-color)}#content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li.wpProQuiz_questionListItem.wpProQuiz_answerCorrect{border-radius:4px}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect>table td .wpProQuiz_maxtrixSortCriterion,.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect>table td .wpProQuiz_maxtrixSortText{background-color:transparent;border-color:transparent;color:inherit}.wpProQuiz_content .wpProQuiz_forms table{width:100%}#wpProQuiz_user_content table{display:table;width:100%}#wpProQuiz_user_content table td,#wpProQuiz_user_content table th{padding:5px;box-sizing:border-box}.wpProQuiz_content .wpProQuiz_catOverview{text-align:left;margin-top:30px;margin-bottom:40px}.wpProQuiz_content .wpProQuiz_catOverview>h4{font-weight:700;font-size:20px}.wpProQuiz_content .wpProQuiz_catOverview span.wpProQuiz_catName{color:var(--bb-body-text-color);font-size:15px}.wpProQuiz_content .wpProQuiz_catOverview span.wpProQuiz_catPercent{font-weight:400;color:var(--bb-alternate-text-color);font-size:15px}.wpProQuiz_content .wpProQuiz_catOverview li{border-bottom-color:var(--bb-content-border-color)}.wpProQuiz_content .wpProQuiz_catOverview span{background-color:var(--bb-content-background-color)}.wpProQuiz_toplistTable{font-size:14px;border:0}.wpProQuiz_toplistTable caption{color:var(--bb-alternate-text-color)}.wpProQuiz_toplistTable thead tr{background:#fff;color:var(--bb-alternate-text-color)}.wpProQuiz_toplistTable thead tr th:first-child{text-align:left}.wpProQuiz_toplistTable thead tr th:nth-child(3){width:160px}.wpProQuiz_toplistTable thead tr th:last-child{text-align:right}.wpProQuiz_toplistTable th{background:#fff;border-bottom:1px solid var(--bb-content-border-color);font-weight:400}.wpProQuiz_toplistTable tbody td{font-weight:400;font-size:14px;color:var(--bb-alternate-text-color);padding:10px 5px}.wpProQuiz_toplistTable tbody td.wpProQuiz_toplistTrOdd{background-color:#fff}.wpProQuiz_toplistTable tbody td:first-child{font-weight:400;text-align:left;color:var(--bb-body-text-color)}.wpProQuiz_toplistTable tbody td:nth-child(2){color:var(--bb-body-text-color)}.wpProQuiz_toplistTable tbody td:last-child{text-align:right}@media screen and (max-width:544px){.wpProQuiz_toplistTable{font-size:13px}.wpProQuiz_toplistTable tbody td{font-size:13px}}@media screen and (max-width:800px){.learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li table td:first-child{width:45%}}.wpProQuiz_toplist{margin-bottom:10px!important}.wpProQuiz_content .wpProQuiz_addToplist{background-color:var(--bb-content-background-color);border:0;border-top:1px solid var(--bb-content-border-color);margin-bottom:10px}.wpProQuiz_content .wpProQuiz_addToplist>span{font-weight:400!important}.wpProQuiz_content .wpProQuiz_addToplist .wpProQuiz_addToplistMessage{border:0;background-color:var(--bb-success-color);color:#fff;border-radius:var(--bb-block-radius-inner);font-weight:400}.learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable{border:0}.wpProQuiz_content .wpProQuiz_resultTable{width:auto;border:0;font-weight:400}.wpProQuiz_content .wpProQuiz_resultTable table{font-size:15px}.wpProQuiz_content .wpProQuiz_resultTable table td,.wpProQuiz_content .wpProQuiz_resultTable table tr{display:inline-block}.wpProQuiz_content .wpProQuiz_resultTable table tr:nth-child(1) td:first-child:before{content:"";display:inline-block;width:10px;height:10px;margin-right:8px;border-radius:100%;background-color:#eccbff}.wpProQuiz_content .wpProQuiz_resultTable table tr:nth-child(2) td:first-child{padding-left:20px}.wpProQuiz_content .wpProQuiz_resultTable table tr:nth-child(2) td:first-child:before{content:"";display:inline-block;width:10px;height:10px;margin-right:8px;border-radius:100%;background-color:var(--bb-primary-color)}.wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultName{width:auto;border:0;padding:0 5px 0 0}.wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultValue div{box-shadow:none;border-radius:100px;background-color:var(--bb-primary-color);display:none}.learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultName{line-height:inherit}.learndash-wrapper .wpProQuiz_content .wpProQuiz_addToplist{border-color:var(--bb-default-notice-color);border-radius:var(--bb-block-radius-inner);background-color:rgba(var(--bb-default-notice-color-rgb),.1)}.learndash-wrapper .wpProQuiz_content .wpProQuiz_toplistTable th{background:var(--bb-content-alternate-background-color)}.wpProQuiz_content .wpProQuiz_addBox{overflow:hidden;margin:20px 0 0}.wpProQuiz_content .wpProQuiz_addBox>.wpProQuiz_button2{float:right;margin:0 20px 10px 0;padding:.5em 1em}.wpProQuiz_content .wpProQuiz_addBox label{font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:70%;margin:0 auto;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.wpProQuiz_content .wpProQuiz_addBox label input[type=email],.wpProQuiz_content .wpProQuiz_addBox label input[type=text]{min-width:80%;margin-left:10px;-webkit-box-flex:0;-ms-flex:0 0 80%;flex:0 0 80%}p.wpProQuiz_quiz_time{text-transform:uppercase}p.wpProQuiz_quiz_time>span{display:block;text-transform:none}.wpProQuiz_questionList[data-type=essay] input[type=submit]{margin:10px auto}.quiz_progress_container{max-width:250px;min-height:250px;margin:30px auto 15px;position:relative;display:none}.quiz_progress_container .quiz_progress_fix{z-index:1}.quiz_progress_container #quiz_shape_progress{z-index:3;stroke:var(--bb-primary-color)}.quiz_progress_container>svg{position:absolute;top:0;left:0;width:100%;overflow:visible}.quiz_progress_container .bb_avg_progress{max-width:230px;min-height:230px;margin:0 auto;position:relative;display:none}.quiz_progress_container .bb_avg_progress>svg{position:absolute;top:10px;left:0;width:100%;overflow:visible}.wpProQuiz_results .quiz_progress_container{display:block}.wpProQuiz_content .wpProQuiz_results .wpProQuiz_points{font-weight:500}.learndash-wrapper .wpProQuiz_graded_points,.learndash-wrapper .wpProQuiz_points{background-color:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);color:var(--bb-body-text-color);border-radius:var(--bb-block-radius-inner)}.learndash-wrapper .ld-quiz-actions{border-top:1px solid var(--bb-content-border-color)}.bb_progressbar_label{position:absolute;left:50%;top:58%;padding:0;margin:0;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:var(--bb-primary-color);font-size:2rem}.bb_progressbar_points{display:inline-block;width:61%;position:absolute;left:50%;top:38%;text-align:center;padding:0;margin:0;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:var(--bb-alternate-text-color);font-size:13px;line-height:1.5}.wpProQuiz_content .wpProQuiz_results>div>.wpProQuiz_button[name=restartQuiz]{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='bb-icon-rotate-cw'%3E%3Cpolyline points='23 4 23 10 17 10'%3E%3C/polyline%3E%3Cpath d='M20.49 15a9 9 0 1 1-2.12-9.36L23 10'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:14px center;background-size:18px 18px;background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);padding-left:45px;padding-right:15px;font-weight:400;min-width:160px}.wpProQuiz_content .wpProQuiz_results>div>.wpProQuiz_button[name=restartQuiz]:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.wpProQuiz_content .wpProQuiz_results>div>.wpProQuiz_button[name=restartQuiz]:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}.wpProQuiz_content .wpProQuiz_results .quiz_continue_link{margin-top:20px;margin-bottom:40px}#content .wpProQuiz_content .wpProQuiz_sortable{padding-right:30px}.wpProQuiz_content .wpProQuiz_time_limit .wpProQuiz_progress{background-color:var(--bb-primary-color);border-radius:10px}.wpProQuiz_modal_window{border-radius:5px}.wpProQuiz_modal_window:before{position:fixed;top:48px;right:59px;z-index:160000;content:"\e828";font-family:bb-icons;font-size:30px;font-weight:100;line-height:30px;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wpProQuiz_modal_window #wpProQuiz_overlay_close{font-size:1px;width:30px;height:30px;padding:0;opacity:0}[dir=rtl] .wpProQuiz_modal_window #wpProQuiz_overlay_close{right:59px;left:initial!important}.wpProQuiz_modal_window #wpProQuiz_loadUserData{margin-left:0!important;margin-right:0!important;border-radius:5px;background-color:rgba(247,186,69,.3)!important;border:0}.wpProQuiz_modal_window #wpProQuiz_user_content>h2{font-size:18px;margin-bottom:10px}.wpProQuiz_modal_window table thead{font-size:16px}.wpProQuiz_modal_window table tbody,.wpProQuiz_modal_window table tfoot{font-size:14px}.wpProQuiz_modal_window table th{font-weight:500;border-bottom:0}.wpProQuiz_modal_window table td,.wpProQuiz_modal_window table th{padding:10px}.wpProQuiz_modal_window table td p,.wpProQuiz_modal_window table th p{margin-bottom:10px}.wpProQuiz_modal_window table td:first-child,.wpProQuiz_modal_window table th:first-child{padding-left:10px}.wpProQuiz_modal_window table td:last-child,.wpProQuiz_modal_window table th:last-child{padding-right:10px}.wpProQuiz_modal_window table .categoryTr th{background-color:var(--bb-content-alternate-background-color);border-radius:5px}.wpProQuiz_modal_window table td[style="color: red;"],.wpProQuiz_modal_window table th[style="color: red;"]{color:var(--bb-danger-color)!important}.wpProQuiz_modal_window table td[style="color: green;"],.wpProQuiz_modal_window table th[style="color: green;"]{color:var(--bb-success-color)!important}.wpProQuiz_modal_window #wpProQuiz_user_content .wpProQuiz_response{background-color:var(--bb-content-alternate-background-color)!important;border:0!important;box-shadow:none!important;border-radius:5px;padding:10px}.wpProQuiz_modal_window #wpProQuiz_user_content .wpProQuiz_response p{margin-bottom:0}.wpProQuiz_modal_window #wpProQuiz_user_content .wpProQuiz_questionList{background-color:var(--bb-content-alternate-background-color)!important;border:1px solid var(--bb-content-border-color)!important;border-radius:5px}.wpProQuiz_modal_window #wpProQuiz_user_content .wpProQuiz_questionList li label{font-weight:400;font-size:14px}.wpProQuiz_modal_window #wpProQuiz_user_content .wpProQuiz_answerCorrect{background-color:var(--bb-success-color);border-radius:5px}.wpProQuiz_modal_window #wpProQuiz_user_content .wpProQuiz_answerIncorrect{border-radius:5px;border-color:var(--bb-danger-color)}#content li.wpProQuiz_questionListItem.wpProQuiz_answerIncorrect,#content li.wpProQuiz_questionListItem.wpProQuiz_answerIncorrect table{border-color:var(--bb-danger-color)}#quiz_progress_details>p{padding:5px 0 10px;margin-bottom:15px;border-bottom:1px solid var(--bb-content-border-color);font-size:15px}#quiz_progress_details>p:last-of-type{border-bottom:0}#quiz_progress_details p a{color:var(--bb-headings-color)}#quiz_progress_details p a:hover{color:var(--bb-primary-color)}#quiz_progress_details span.bb-ld-quiz-percentage{-webkit-box-flex:0;-ms-flex:0 0 60px;flex:0 0 60px;max-width:60px;text-align:right}#quiz_progress_details span.bb-learndash-profile-edit-course-link{-webkit-box-flex:0;-ms-flex:0 0 60px;flex:0 0 60px;max-width:60px;text-align:right}#quiz_progress_details span.bb-learndash-profile-edit-course-link a{color:#939597}#quiz_progress_details span.bb-learndash-profile-edit-course-link a:hover{color:#939597}.wpProQuiz_content li.wpProQuiz_listItem div.wpProQuiz_questionList_containers input[type=button]{padding:.15em 1em}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2{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);-webkit-transition:all linear .2s;transition:all linear .2s;font-weight:500;padding:.7em 1em}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:focus,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button:hover{opacity:1;background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:focus,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button:focus{opacity:1}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label.is-selected,.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label:focus-within{border-color:var(--bb-primary-color)}.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit{border-radius:4px;background-color:rgba(146,164,183,.2)}.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit .time{font-weight:400;color:inherit}.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit .wpProQuiz_progress{height:4px;background-color:var(--bb-primary-color)}.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit:before{height:4px}.wpProQuiz_content .wpProQuiz_results .quiz_continue_link a#quiz_continue_link{font-weight:400;padding:6px 2em}.bb-sfwd-aside .sfwd-quiz .learndash_content_wrap .ld-alert{margin-bottom:40px}#content ul.wpProQuiz_sortStringList.ui-sortable{background:var(--bb-content-alternate-background-color);padding:15px 10px!important;border-radius:var(--bb-block-radius-inner)}.learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList input.wpProQuiz_questionInput{width:auto}.learndash-wrapper .wpProQuiz_content input[type=checkbox].wpProQuiz_questionInput{min-width:12px;min-height:12px}.learndash-wrapper .wpProQuiz_content input.wpProQuiz_questionInput.bbstyled{opacity:0}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem .input-style{display:inline-block;vertical-align:middle;cursor:pointer;position:relative;overflow:hidden;width:22px;height:22px;line-height:1;background-color:#fff;border:2px solid #d6dce6;border-radius:4px;margin-left:-30px;margin-right:12px;-webkit-box-flex:0;-ms-flex:0 0 22px;flex:0 0 22px}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=assessment_answer] .input-style{margin-left:-20px;margin-right:10px}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=free_answer] label{padding:0;max-width:300px}.learndash-wrapper .wpProQuiz_content input[type=radio].wpProQuiz_questionInput+.input-style{border-radius:100%}.learndash-wrapper .wpProQuiz_content input[type=radio].wpProQuiz_questionInput.bbstyled:checked+span:after{content:"";background-color:var(--bb-primary-color);margin:auto;width:14px;position:absolute;height:14px;text-align:center;left:2px;top:2px;border-radius:100%}.learndash-wrapper .wpProQuiz_content input[type=checkbox].wpProQuiz_questionInput.bbstyled:checked+span{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color)}.learndash-wrapper .wpProQuiz_content input[type=checkbox].wpProQuiz_questionInput.bbstyled:checked+span:after{content:"\e876";font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;font-variant:normal;text-transform:none;width:100%;position:absolute;height:100%;text-align:center;color:#fff;line-height:1;font-size:27px;left:-4px;top:-4px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wpProQuiz_questionList[data-type=assessment_answer] .wpProQuiz_questionListItem label.is-selected:before,.wpProQuiz_questionList[data-type=multiple] .wpProQuiz_questionListItem label.is-selected:before,.wpProQuiz_questionList[data-type=single] .wpProQuiz_questionListItem label.is-selected:before{background-color:var(--bb-primary-color)}.wpProQuiz_questionList[data-type=multiple] .wpProQuiz_questionListItem label.is-selected:before{border-color:var(--bb-primary-color)}dd.course_progress{margin-left:0;margin-right:0;border-radius:100px;box-shadow:none}dd.course_progress div.course_progress_blue{background-color:var(--bb-primary-color)}#ld_course_info #ld_course_info_mycourses_list .ld-course-info-my-courses{padding-bottom:20px}#course_progress_details .bb_profile_course_wrapper:last-of-type{border-bottom:0}.bp-feedback.ld-feedback{color:var(--bb-body-text-color);border:1px solid var(--bb-content-border-color);margin:10px 0;position:relative;border-radius:3px;box-shadow:none;background-color:var(--bb-content-background-color)}.bp-feedback.ld-feedback .bp-icon{border-radius:3px 0 0 3px;background-color:var(--bb-primary-color)}.bp-feedback.ld-feedback p{font-size:14px;line-height:1.5;padding:10px 5px}.leardash-course-status-completed{color:var(--bb-success-color)}.learndash_checkout_buttons{margin:10px 0}.learndash_checkout_buttons .learndash_checkout_button{width:100%;max-width:100%;margin-right:0}.learndash_checkout_buttons .learndash_checkout_button input.ppalholder{display:none}.learndash_checkout_buttons form{margin-bottom:10px}#learndash_course_content>#learndash_course_content_title{font-size:16px;font-weight:600;letter-spacing:.6px;margin:0 0 20px;text-transform:uppercase}#learndash_course_content #learndash_lessons #lesson_heading{background-color:transparent;padding-left:0;padding-right:0}#learndash_course_content #learndash_lessons #lesson_heading span:first-child{font-size:16px;font-weight:600;letter-spacing:.6px;margin:0 0 20px}#learndash_course_content #learndash_lessons #lessons_list{font-size:15px}#learndash_course_content #learndash_lessons #lessons_list>div{border:0}#learndash_course_content #learndash_lessons #lessons_list>div div.list-count{border:0}#learndash_course_content #learndash_lessons #lessons_list h4,#learndash_course_content #learndash_lessons #lessons_list h4 a{font-size:15px;margin-bottom:0}#learndash_course_content #learndash_lessons #lessons_list h4 a{color:#939597;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:0 0}#learndash_course_content #learndash_lessons #lessons_list h4 a:hover{color:var(--bb-headings-color);background-color:transparent}#learndash_course_content #learndash_lessons #lessons_list h4 a:hover.completed:after,#learndash_course_content #learndash_lessons #lessons_list h4 a:hover.notcompleted:after{color:var(--bb-headings-color)}#learndash_course_content #learndash_lessons #lessons_list h4 a.completed:after,#learndash_course_content #learndash_lessons #lessons_list h4 a.notcompleted:after{font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e875";margin-left:auto;margin-right:15px;color:var(--bb-headings-color)}#learndash_course_content #learndash_lessons #lessons_list h4 a.notcompleted:after{opacity:.2}.learndash_post_sfwd-lessons .notavailable_message{padding:100px;font-size:inherit}.learndash_post_sfwd-lessons .notavailable_message>span{text-transform:uppercase}.bb-sfwd-aside .elementor-location-single .elementor-section-boxed .elementor-container{max-width:100%}.bb-sfwd-aside .elementor-location-single .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap{padding:0}@media screen and (max-width:1200px){.bb-sfwd-aside .elementor-location-single .elementor-section.elementor-section-boxed>.elementor-container{padding-left:0;padding-right:0}}.bb-sfwd-aside:not(.lms-side-panel-close) .elementor-location-single>.elementor-section-wrap>.elementor-section{margin-left:370px}@media only screen and (max-width:1080px) and (min-width:800px){.bb-sfwd-aside:not(.lms-side-panel-close) .elementor-location-single>.elementor-section-wrap>.elementor-section{margin-left:250px}}.bb-sfwd-aside:not(.lms-side-panel-close) .elementor-location-single>.elementor-section-wrap>.elementor-section .lms-topic-sidebar-data{background-color:var(--bb-body-background-color)}.bb-sfwd-aside:not(.lms-side-panel-close) .elementor-location-single>.elementor-section-wrap>.elementor-section:has(#learndash-content){margin-left:0}@media screen and (max-width:767px){.bb-sfwd-aside:not(.lms-side-panel-close) .elementor-location-single #learndash-content .lms-topic-sidebar-wrapper{position:fixed!important;top:var(--bb-header-height)}.bb-sfwd-aside:not(.lms-side-panel-close) .elementor-location-single>.elementor-section-wrap>.elementor-section{margin-left:0}}@media screen and (max-width:767px){.bb-sfwd-aside:not(.lms-side-panel-close).admin-bar .elementor-location-single #learndash-content .lms-topic-sidebar-wrapper{margin-top:45px}}.bb-sfwd-aside.lms-side-panel-close .elementor-location-single>.elementor-section-wrap>.elementor-section{margin-left:0}.bb-sfwd-aside .elementor-location-single{background-color:var(--bb-content-background-color)}.bb-sfwd-aside .elementor-location-single .elementor-section .elementor-widget:not(.elementor-widget-theme-post-content){max-width:1180px;margin-left:auto;margin-right:auto}.bb-sfwd-aside .elementor-location-single .elementor-section .elementor-element-populated{padding-left:0;padding-right:0}.bb-sfwd-aside .elementor-location-single .elementor-widget-theme-post-content .lms-topic-sidebar-data{background-color:var(--bb-body-background-color)}@media screen and (min-width:767px){.bb-sfwd-aside:not(.lms-side-panel-close) .elementor-location-single .elementor-section .elementor-widget:not(.elementor-widget-theme-post-content){margin-left:370px}}.site-main .learndash-wrapper .ld-alert .ld-alert-icon{min-width:40px;min-height:40px;padding: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}.single.single-sfwd-lessons .entry-content-wrap{padding-top:0}#learndash-page-content .ld-focus-comments .ld-focus-comment:last-child{margin-bottom:2em}#learndash-page-content .ld-focus-comments .ld-comment-wrapper{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);margin-bottom:20px;padding:30px}#learndash-page-content .ld-focus-comments #commentform textarea#comment{background-color:transparent;border-width:1px;border-radius:3px}#learndash-page-content .ld-focus-comments #commentform .logged-in-as{display:none}#learndash-page-content .ld-focus-comments .ld-expand-button.ld-button-alternate{font-size:14px;color:var(--bb-primary-color)}#learndash-page-content .ld-focus-comments .comment-respond{padding:30px}#learndash-page-content .ld-focus-comments .comment-respond #reply-title{font-size:18px;font-weight:400;margin-bottom:25px}#learndash-page-content .ld-focus-comments .ld-focus-comments__heading{border-bottom:none}#learndash-page-content .ld-focus-comments .ld-focus-comments__heading .ld-focus-comments__header{color:var(--bb-headings-color);font-size:18px;font-weight:400;margin-bottom:0}#learndash-page-content .ld-focus-comments #ld-comments{margin-bottom:0}#learndash-page-content .ld-focus-comments .ld-comment-avatar .ld-comment-avatar-author a.ld-comment-permalink{line-height:normal;color:var(--bb-primary-color)}#learndash-page-content .ld-focus-comments .ld-comment-avatar .ld-comment-avatar-author .ld-comment-author-name{font-size:14px;margin-bottom:0}#learndash-page-content .ld-focus-comments .ld-comment-body{margin-left:60px}#learndash-page-content .ld-focus-comments .ld-comment-body p{margin-bottom:0}#learndash-page-content .ld-focus-comments .ld-comment-reply{margin:10px 0 0}#learndash-page-content .ld-focus-comments .ld-comment-reply a.comment-reply-link{background-color:transparent;padding:0;font-size:14px;color:#939597;font-weight:400;border-radius:0;letter-spacing:-.26px}#learndash-page-content .ld-focus-comments .comment .ld-comment-avatar{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}#learndash-page-content .ld-focus-comments .comment .ld-comment-avatar>img{max-width:42px;border:0}#learndash-page-content .ld-focus-comments .form-submit #submit{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);width:auto;padding:6px 20px;font-size:14px;min-height:34px;font-weight:500;border-radius:var(--bb-button-radius)}#learndash-page-content .ld-focus-comments .form-submit #submit:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}#learndash-page-content .ld-focus-comments .form-submit #submit: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)}.group-sidebar .group_courses ul.courses-group-list li.item-entry{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}@media screen and (max-width:992px){.group-sidebar .group_courses ul.courses-group-list li.item-entry{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:544px){.group-sidebar .group_courses ul.courses-group-list li.item-entry{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}#buddypress .dataTables_paginate .button{background:0 0;box-shadow:none;color:var(--bb-primary-color);font-size:13px;padding:0;height:auto;min-height:1px;margin:10px 0 0 12px}#buddypress .dataTables_paginate .button.current{color:var(--bb-alternate-text-color)}#buddypress .dataTables_paginate .button:focus,#buddypress .dataTables_paginate .button:hover{color:var(--bb-primary-color);box-shadow:none}body.buddypress .buddypress-wrap .group_courses h3.course-name{margin-bottom:8px}body.buddypress .buddypress-wrap .group_courses .bb-course-excerpt{font-size:13px;color:var(--bb-alternate-text-color);line-height:1.384;display:block;display:-webkit-box;max-height:2.72em;margin:-3px 0 20px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.group_courses ul.courses-group-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;padding-top:0;margin:0 -10px}.group_courses ul.courses-group-list li.item-entry{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;margin:0 0 20px;padding:0 10px}.group_courses ul.courses-group-list li.item-entry .list-wrap{height:100%;background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:4px}@media screen and (max-width:992px){.group_courses ul.courses-group-list li.item-entry{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:544px){.group_courses ul.courses-group-list li.item-entry{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.group_courses ul.courses-group-list li.item-entry .bb-course-meta .item-avatar{margin-right:10px}.group_courses ul.courses-group-list li.item-entry .item-avatar{float:none;margin:0}.group_courses ul.courses-group-list li.item-entry .item-avatar>a{border-radius:4px 4px 0 0;padding-top:52%;position:relative;overflow:hidden;display:block;background:var(--bb-cover-image-background-color)}.group_courses ul.courses-group-list li.item-entry .item-avatar>a img.photo{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;display:none}.group_courses ul.courses-group-list li.item-entry .item-avatar>a img.photo.wp-post-image{display:block}.group_courses ul.courses-group-list li.item-entry .item-avatar>a img.photo.no-photo{display:none}.group_courses ul.courses-group-list li.item-entry .item{padding:20px}.group_courses ul.courses-group-list .course-name a{color:inherit;font-weight:600;font-size:22px}.group_courses ul.courses-group-list .course-name a:hover{color:var(--bb-primary-color)}.group_courses ul.courses-group-list .bp-learndash-progress-bar p.bp-learndash-progress-bar-label{display:none}.group_courses ul.courses-group-list .bp-learndash-progress-bar progress{display:block;width:100%;border:0 none;background:var(--bb-content-border-color);height:3px;border-radius:3px}.group_courses ul.courses-group-list .bp-learndash-progress-bar progress::-moz-progress-bar{background-color:var(--bb-primary-color)}.group_courses ul.courses-group-list .bp-learndash-progress-bar progress::-webkit-progress-bar{background:0 0}.group_courses ul.courses-group-list .bp-learndash-progress-bar progress::-webkit-progress-value{border-radius:3px;background-color:var(--bb-primary-color)}.group_courses ul.courses-group-list .bp-learndash-progress-bar progress::-ms-fill{background-color:var(--bb-primary-color)}.group_courses ul.courses-group-list .bp-learndash-progress-bar-percentage{display:block;color:var(--bb-alternate-text-color);font-size:13px;margin:5px 0 0;opacity:.8}#buddypress ul.courses-group-list .course-link{text-align:right;margin:5px 0}#buddypress ul.courses-group-list .course-link a.button{background-color:transparent;color:var(--bb-headings-color);box-shadow:none;font-size:14px;padding:0;line-height:1;height:auto;min-height:auto}#buddypress ul.courses-group-list .course-link a.button:after{content:"\e827";font-family:bb-icons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:none;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:5px;position:relative;top:1px}#buddypress ul.courses-group-list .course-link a.button:hover{color:var(--bb-primary-color)}.single-groups .groups .ld-course-status-segment .ld-status{line-height:30px;height:auto}.single-groups .groups .ld-course-status-segment form{margin-bottom:0}.single-groups .groups .ld-course-status-segment .learndash_checkout_button input.ppalholder{height:auto;vertical-align:middle;background-color:transparent;border:0}.single-groups .groups .ld-item-list .ld-item-list-items .ld-item-list-item-preview>a .ld-status-icon{margin-right:10px;margin-top:3px}.single-groups .groups .user_has_no_access .ld-item-list-item-preview a.ld-item-name{cursor:pointer;pointer-events:auto}.single-groups .groups .learndash_post_groups .ld-group-courses .ld-item-list-item-preview .ld-item-details .ld-status.ld-status-progress{min-width:120px}.bb-leandash-profile-page .bb-profile-card{background:#fff;border:1px solid var(--bb-content-border-color);border-bottom:0}.bb-leandash-profile-page .bb-profile-avatar{margin-top:-45px;margin-left:30px;margin-bottom:20px}@media only screen and (max-width:768px){#content .bb-profile-avatar{margin-top:-45px;margin-left:0;margin-bottom:20px}}.bb-profile-items .profile-item .profile-title{font-weight:400;font-size:32px;margin-top:20px;margin-bottom:5px}.bb-profile-items .profile-item .profile-title a{color:var(--bb-headings-color)}@media only screen and (max-width:768px){.bb-profile-items .profile-item .profile-title{margin-top:0}}.bb-progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.bb-progress-circle{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;transition:width .6s ease}.bb-progress{width:22px;height:22px;line-height:22px;background:0 0;margin:0 auto;box-shadow:none;position:relative}.bb-progress:after{content:"";width:100%;height:100%;border-radius:50%;border:2px solid #dedfe2;position:absolute;top:0;left:0}.bb-progress>span{width:50%;height:100%;overflow:hidden;position:absolute;top:0;z-index:1}.bb-progress .bb-progress-left{left:0}.bb-progress .bb-progress-circle{width:100%;height:100%;background:0 0;border-width:2px;border-style:solid;position:absolute;top:0;border-color:var(--bb-primary-color)}.bb-progress .bb-progress-left .bb-progress-circle{left:100%;border-top-right-radius:11px;border-bottom-right-radius:11px;border-left:0;-webkit-transform-origin:center left;-ms-transform-origin:center left;transform-origin:center left;-webkit-animation:loading-2 1.5s linear forwards 1.8s;animation:loading-2 1.5s linear forwards 1.8s}.bb-progress .bb-progress-right{right:0}.bb-progress .bb-progress-right .bb-progress-circle{left:-100%;border-top-left-radius:11px;border-bottom-left-radius:11px;border-right:0;-webkit-transform-origin:center right;-ms-transform-origin:center right;transform-origin:center right;-webkit-animation:loading-1 1.8s linear forwards;animation:loading-1 1.8s linear forwards}.bb-progress .bb-progress-value{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:50%;font-size:36px;text-align:center;line-height:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;font-weight:300}.bb-progress .bb-progress-value div{margin-top:10px}.bb-progress .bb-progress-value span{font-size:12px;text-transform:uppercase}.ld-progress-bar{margin:0;height:4px;background:var(--bb-content-border-color)}.ld-progress-bar .ld-progress-bar-percentage{background:var(--bb-primary-color);height:4px;width:auto}.learndash-wrapper .ld-progress .ld-progress-bar{height:4px;background-color:var(--bb-content-border-color)}.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage{background:var(--bb-primary-color);height:4px;width:auto;border-radius:7px}.learndash-wrapper .ld-progress .ld-progress-stats{color:var(--bb-alternate-text-color);font-size:12px}.bb-progress[data-percentage="1"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-1 1.5s linear forwards;animation:loading-1 1.5s linear forwards}.bb-progress[data-percentage="1"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="2"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-2 1.5s linear forwards;animation:loading-2 1.5s linear forwards}.bb-progress[data-percentage="2"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="3"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-3 1.5s linear forwards;animation:loading-3 1.5s linear forwards}.bb-progress[data-percentage="3"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="4"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-4 1.5s linear forwards;animation:loading-4 1.5s linear forwards}.bb-progress[data-percentage="4"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="5"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-5 1.5s linear forwards;animation:loading-5 1.5s linear forwards}.bb-progress[data-percentage="5"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="6"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-6 1.5s linear forwards;animation:loading-6 1.5s linear forwards}.bb-progress[data-percentage="6"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="7"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-7 1.5s linear forwards;animation:loading-7 1.5s linear forwards}.bb-progress[data-percentage="7"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="8"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-8 1.5s linear forwards;animation:loading-8 1.5s linear forwards}.bb-progress[data-percentage="8"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="9"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-9 1.5s linear forwards;animation:loading-9 1.5s linear forwards}.bb-progress[data-percentage="9"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="10"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-10 1.5s linear forwards;animation:loading-10 1.5s linear forwards}.bb-progress[data-percentage="10"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="11"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-11 1.5s linear forwards;animation:loading-11 1.5s linear forwards}.bb-progress[data-percentage="11"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="12"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-12 1.5s linear forwards;animation:loading-12 1.5s linear forwards}.bb-progress[data-percentage="12"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="13"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-13 1.5s linear forwards;animation:loading-13 1.5s linear forwards}.bb-progress[data-percentage="13"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="14"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-14 1.5s linear forwards;animation:loading-14 1.5s linear forwards}.bb-progress[data-percentage="14"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="15"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-15 1.5s linear forwards;animation:loading-15 1.5s linear forwards}.bb-progress[data-percentage="15"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="16"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-16 1.5s linear forwards;animation:loading-16 1.5s linear forwards}.bb-progress[data-percentage="16"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="17"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-17 1.5s linear forwards;animation:loading-17 1.5s linear forwards}.bb-progress[data-percentage="17"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="18"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-18 1.5s linear forwards;animation:loading-18 1.5s linear forwards}.bb-progress[data-percentage="18"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="19"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-19 1.5s linear forwards;animation:loading-19 1.5s linear forwards}.bb-progress[data-percentage="19"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="20"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-20 1.5s linear forwards;animation:loading-20 1.5s linear forwards}.bb-progress[data-percentage="20"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="21"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-21 1.5s linear forwards;animation:loading-21 1.5s linear forwards}.bb-progress[data-percentage="21"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="22"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-22 1.5s linear forwards;animation:loading-22 1.5s linear forwards}.bb-progress[data-percentage="22"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="23"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-23 1.5s linear forwards;animation:loading-23 1.5s linear forwards}.bb-progress[data-percentage="23"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="24"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-24 1.5s linear forwards;animation:loading-24 1.5s linear forwards}.bb-progress[data-percentage="24"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="25"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-25 1.5s linear forwards;animation:loading-25 1.5s linear forwards}.bb-progress[data-percentage="25"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="26"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-26 1.5s linear forwards;animation:loading-26 1.5s linear forwards}.bb-progress[data-percentage="26"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="27"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-27 1.5s linear forwards;animation:loading-27 1.5s linear forwards}.bb-progress[data-percentage="27"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="28"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-28 1.5s linear forwards;animation:loading-28 1.5s linear forwards}.bb-progress[data-percentage="28"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="29"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-29 1.5s linear forwards;animation:loading-29 1.5s linear forwards}.bb-progress[data-percentage="29"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="30"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-30 1.5s linear forwards;animation:loading-30 1.5s linear forwards}.bb-progress[data-percentage="30"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="31"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-31 1.5s linear forwards;animation:loading-31 1.5s linear forwards}.bb-progress[data-percentage="31"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="32"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-32 1.5s linear forwards;animation:loading-32 1.5s linear forwards}.bb-progress[data-percentage="32"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="33"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-33 1.5s linear forwards;animation:loading-33 1.5s linear forwards}.bb-progress[data-percentage="33"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="34"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-34 1.5s linear forwards;animation:loading-34 1.5s linear forwards}.bb-progress[data-percentage="34"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="35"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-35 1.5s linear forwards;animation:loading-35 1.5s linear forwards}.bb-progress[data-percentage="35"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="36"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-36 1.5s linear forwards;animation:loading-36 1.5s linear forwards}.bb-progress[data-percentage="36"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="37"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-37 1.5s linear forwards;animation:loading-37 1.5s linear forwards}.bb-progress[data-percentage="37"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="38"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-38 1.5s linear forwards;animation:loading-38 1.5s linear forwards}.bb-progress[data-percentage="38"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="39"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-39 1.5s linear forwards;animation:loading-39 1.5s linear forwards}.bb-progress[data-percentage="39"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="40"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-40 1.5s linear forwards;animation:loading-40 1.5s linear forwards}.bb-progress[data-percentage="40"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="41"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-41 1.5s linear forwards;animation:loading-41 1.5s linear forwards}.bb-progress[data-percentage="41"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="42"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-42 1.5s linear forwards;animation:loading-42 1.5s linear forwards}.bb-progress[data-percentage="42"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="43"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-43 1.5s linear forwards;animation:loading-43 1.5s linear forwards}.bb-progress[data-percentage="43"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="44"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-44 1.5s linear forwards;animation:loading-44 1.5s linear forwards}.bb-progress[data-percentage="44"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="45"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-45 1.5s linear forwards;animation:loading-45 1.5s linear forwards}.bb-progress[data-percentage="45"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="46"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-46 1.5s linear forwards;animation:loading-46 1.5s linear forwards}.bb-progress[data-percentage="46"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="47"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-47 1.5s linear forwards;animation:loading-47 1.5s linear forwards}.bb-progress[data-percentage="47"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="48"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-48 1.5s linear forwards;animation:loading-48 1.5s linear forwards}.bb-progress[data-percentage="48"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="49"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-49 1.5s linear forwards;animation:loading-49 1.5s linear forwards}.bb-progress[data-percentage="49"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="50"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="50"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="51"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="51"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-1 1.5s linear forwards 1.5s;animation:loading-1 1.5s linear forwards 1.5s}.bb-progress[data-percentage="52"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="52"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-2 1.5s linear forwards 1.5s;animation:loading-2 1.5s linear forwards 1.5s}.bb-progress[data-percentage="53"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="53"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-3 1.5s linear forwards 1.5s;animation:loading-3 1.5s linear forwards 1.5s}.bb-progress[data-percentage="54"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="54"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-4 1.5s linear forwards 1.5s;animation:loading-4 1.5s linear forwards 1.5s}.bb-progress[data-percentage="55"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="55"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-5 1.5s linear forwards 1.5s;animation:loading-5 1.5s linear forwards 1.5s}.bb-progress[data-percentage="56"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="56"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-6 1.5s linear forwards 1.5s;animation:loading-6 1.5s linear forwards 1.5s}.bb-progress[data-percentage="57"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="57"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-7 1.5s linear forwards 1.5s;animation:loading-7 1.5s linear forwards 1.5s}.bb-progress[data-percentage="58"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="58"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-8 1.5s linear forwards 1.5s;animation:loading-8 1.5s linear forwards 1.5s}.bb-progress[data-percentage="59"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="59"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-9 1.5s linear forwards 1.5s;animation:loading-9 1.5s linear forwards 1.5s}.bb-progress[data-percentage="60"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="60"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-10 1.5s linear forwards 1.5s;animation:loading-10 1.5s linear forwards 1.5s}.bb-progress[data-percentage="61"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="61"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-11 1.5s linear forwards 1.5s;animation:loading-11 1.5s linear forwards 1.5s}.bb-progress[data-percentage="62"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="62"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-12 1.5s linear forwards 1.5s;animation:loading-12 1.5s linear forwards 1.5s}.bb-progress[data-percentage="63"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="63"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-13 1.5s linear forwards 1.5s;animation:loading-13 1.5s linear forwards 1.5s}.bb-progress[data-percentage="64"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="64"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-14 1.5s linear forwards 1.5s;animation:loading-14 1.5s linear forwards 1.5s}.bb-progress[data-percentage="65"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="65"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-15 1.5s linear forwards 1.5s;animation:loading-15 1.5s linear forwards 1.5s}.bb-progress[data-percentage="66"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="66"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-16 1.5s linear forwards 1.5s;animation:loading-16 1.5s linear forwards 1.5s}.bb-progress[data-percentage="67"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="67"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-17 1.5s linear forwards 1.5s;animation:loading-17 1.5s linear forwards 1.5s}.bb-progress[data-percentage="68"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="68"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-18 1.5s linear forwards 1.5s;animation:loading-18 1.5s linear forwards 1.5s}.bb-progress[data-percentage="69"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="69"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-19 1.5s linear forwards 1.5s;animation:loading-19 1.5s linear forwards 1.5s}.bb-progress[data-percentage="70"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="70"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-20 1.5s linear forwards 1.5s;animation:loading-20 1.5s linear forwards 1.5s}.bb-progress[data-percentage="71"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="71"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-21 1.5s linear forwards 1.5s;animation:loading-21 1.5s linear forwards 1.5s}.bb-progress[data-percentage="72"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="72"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-22 1.5s linear forwards 1.5s;animation:loading-22 1.5s linear forwards 1.5s}.bb-progress[data-percentage="73"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="73"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-23 1.5s linear forwards 1.5s;animation:loading-23 1.5s linear forwards 1.5s}.bb-progress[data-percentage="74"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="74"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-24 1.5s linear forwards 1.5s;animation:loading-24 1.5s linear forwards 1.5s}.bb-progress[data-percentage="75"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="75"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-25 1.5s linear forwards 1.5s;animation:loading-25 1.5s linear forwards 1.5s}.bb-progress[data-percentage="76"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="76"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-26 1.5s linear forwards 1.5s;animation:loading-26 1.5s linear forwards 1.5s}.bb-progress[data-percentage="77"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="77"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-27 1.5s linear forwards 1.5s;animation:loading-27 1.5s linear forwards 1.5s}.bb-progress[data-percentage="78"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="78"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-28 1.5s linear forwards 1.5s;animation:loading-28 1.5s linear forwards 1.5s}.bb-progress[data-percentage="79"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="79"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-29 1.5s linear forwards 1.5s;animation:loading-29 1.5s linear forwards 1.5s}.bb-progress[data-percentage="80"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="80"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-30 1.5s linear forwards 1.5s;animation:loading-30 1.5s linear forwards 1.5s}.bb-progress[data-percentage="81"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="81"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-31 1.5s linear forwards 1.5s;animation:loading-31 1.5s linear forwards 1.5s}.bb-progress[data-percentage="82"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="82"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-32 1.5s linear forwards 1.5s;animation:loading-32 1.5s linear forwards 1.5s}.bb-progress[data-percentage="83"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="83"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-33 1.5s linear forwards 1.5s;animation:loading-33 1.5s linear forwards 1.5s}.bb-progress[data-percentage="84"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="84"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-34 1.5s linear forwards 1.5s;animation:loading-34 1.5s linear forwards 1.5s}.bb-progress[data-percentage="85"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="85"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-35 1.5s linear forwards 1.5s;animation:loading-35 1.5s linear forwards 1.5s}.bb-progress[data-percentage="86"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="86"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-36 1.5s linear forwards 1.5s;animation:loading-36 1.5s linear forwards 1.5s}.bb-progress[data-percentage="87"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="87"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-37 1.5s linear forwards 1.5s;animation:loading-37 1.5s linear forwards 1.5s}.bb-progress[data-percentage="88"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="88"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-38 1.5s linear forwards 1.5s;animation:loading-38 1.5s linear forwards 1.5s}.bb-progress[data-percentage="89"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="89"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-39 1.5s linear forwards 1.5s;animation:loading-39 1.5s linear forwards 1.5s}.bb-progress[data-percentage="90"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="90"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-40 1.5s linear forwards 1.5s;animation:loading-40 1.5s linear forwards 1.5s}.bb-progress[data-percentage="91"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="91"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-41 1.5s linear forwards 1.5s;animation:loading-41 1.5s linear forwards 1.5s}.bb-progress[data-percentage="92"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="92"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-42 1.5s linear forwards 1.5s;animation:loading-42 1.5s linear forwards 1.5s}.bb-progress[data-percentage="93"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="93"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-43 1.5s linear forwards 1.5s;animation:loading-43 1.5s linear forwards 1.5s}.bb-progress[data-percentage="94"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="94"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-44 1.5s linear forwards 1.5s;animation:loading-44 1.5s linear forwards 1.5s}.bb-progress[data-percentage="95"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="95"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-45 1.5s linear forwards 1.5s;animation:loading-45 1.5s linear forwards 1.5s}.bb-progress[data-percentage="96"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="96"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-46 1.5s linear forwards 1.5s;animation:loading-46 1.5s linear forwards 1.5s}.bb-progress[data-percentage="97"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="97"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-47 1.5s linear forwards 1.5s;animation:loading-47 1.5s linear forwards 1.5s}.bb-progress[data-percentage="98"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="98"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-48 1.5s linear forwards 1.5s;animation:loading-48 1.5s linear forwards 1.5s}.bb-progress[data-percentage="99"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="99"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-49 1.5s linear forwards 1.5s;animation:loading-49 1.5s linear forwards 1.5s}.bb-progress[data-percentage="100"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="100"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards 1.5s;animation:loading-50 1.5s linear forwards 1.5s}@-webkit-keyframes loading-1{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(3.6deg);transform:rotate(3.6deg)}}@keyframes loading-1{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(3.6deg);transform:rotate(3.6deg)}}@-webkit-keyframes loading-2{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(7.2deg);transform:rotate(7.2deg)}}@keyframes loading-2{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(7.2deg);transform:rotate(7.2deg)}}@-webkit-keyframes loading-3{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(10.8deg);transform:rotate(10.8deg)}}@keyframes loading-3{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(10.8deg);transform:rotate(10.8deg)}}@-webkit-keyframes loading-4{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(14.4deg);transform:rotate(14.4deg)}}@keyframes loading-4{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(14.4deg);transform:rotate(14.4deg)}}@-webkit-keyframes loading-5{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}}@keyframes loading-5{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}}@-webkit-keyframes loading-6{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(21.6deg);transform:rotate(21.6deg)}}@keyframes loading-6{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(21.6deg);transform:rotate(21.6deg)}}@-webkit-keyframes loading-7{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(25.2deg);transform:rotate(25.2deg)}}@keyframes loading-7{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(25.2deg);transform:rotate(25.2deg)}}@-webkit-keyframes loading-8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(28.8deg);transform:rotate(28.8deg)}}@keyframes loading-8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(28.8deg);transform:rotate(28.8deg)}}@-webkit-keyframes loading-9{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(32.4deg);transform:rotate(32.4deg)}}@keyframes loading-9{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(32.4deg);transform:rotate(32.4deg)}}@-webkit-keyframes loading-10{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(36deg);transform:rotate(36deg)}}@keyframes loading-10{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(36deg);transform:rotate(36deg)}}@-webkit-keyframes loading-11{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(39.6deg);transform:rotate(39.6deg)}}@keyframes loading-11{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(39.6deg);transform:rotate(39.6deg)}}@-webkit-keyframes loading-12{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(43.2deg);transform:rotate(43.2deg)}}@keyframes loading-12{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(43.2deg);transform:rotate(43.2deg)}}@-webkit-keyframes loading-13{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(46.8deg);transform:rotate(46.8deg)}}@keyframes loading-13{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(46.8deg);transform:rotate(46.8deg)}}@-webkit-keyframes loading-14{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(50.4deg);transform:rotate(50.4deg)}}@keyframes loading-14{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(50.4deg);transform:rotate(50.4deg)}}@-webkit-keyframes loading-15{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(54deg);transform:rotate(54deg)}}@keyframes loading-15{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(54deg);transform:rotate(54deg)}}@-webkit-keyframes loading-16{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(57.6deg);transform:rotate(57.6deg)}}@keyframes loading-16{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(57.6deg);transform:rotate(57.6deg)}}@-webkit-keyframes loading-17{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(61.2deg);transform:rotate(61.2deg)}}@keyframes loading-17{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(61.2deg);transform:rotate(61.2deg)}}@-webkit-keyframes loading-18{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(64.8deg);transform:rotate(64.8deg)}}@keyframes loading-18{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(64.8deg);transform:rotate(64.8deg)}}@-webkit-keyframes loading-19{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(68.4deg);transform:rotate(68.4deg)}}@keyframes loading-19{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(68.4deg);transform:rotate(68.4deg)}}@-webkit-keyframes loading-20{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(72deg);transform:rotate(72deg)}}@keyframes loading-20{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(72deg);transform:rotate(72deg)}}@-webkit-keyframes loading-21{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(75.6deg);transform:rotate(75.6deg)}}@keyframes loading-21{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(75.6deg);transform:rotate(75.6deg)}}@-webkit-keyframes loading-22{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(79.2deg);transform:rotate(79.2deg)}}@keyframes loading-22{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(79.2deg);transform:rotate(79.2deg)}}@-webkit-keyframes loading-23{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(82.8deg);transform:rotate(82.8deg)}}@keyframes loading-23{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(82.8deg);transform:rotate(82.8deg)}}@-webkit-keyframes loading-24{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(86.4deg);transform:rotate(86.4deg)}}@keyframes loading-24{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(86.4deg);transform:rotate(86.4deg)}}@-webkit-keyframes loading-25{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@keyframes loading-25{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@-webkit-keyframes loading-26{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(93.6deg);transform:rotate(93.6deg)}}@keyframes loading-26{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(93.6deg);transform:rotate(93.6deg)}}@-webkit-keyframes loading-27{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(97.2deg);transform:rotate(97.2deg)}}@keyframes loading-27{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(97.2deg);transform:rotate(97.2deg)}}@-webkit-keyframes loading-28{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(100.8deg);transform:rotate(100.8deg)}}@keyframes loading-28{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(100.8deg);transform:rotate(100.8deg)}}@-webkit-keyframes loading-29{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(104.4deg);transform:rotate(104.4deg)}}@keyframes loading-29{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(104.4deg);transform:rotate(104.4deg)}}@-webkit-keyframes loading-30{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(108deg);transform:rotate(108deg)}}@keyframes loading-30{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(108deg);transform:rotate(108deg)}}@-webkit-keyframes loading-31{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(111.6deg);transform:rotate(111.6deg)}}@keyframes loading-31{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(111.6deg);transform:rotate(111.6deg)}}@-webkit-keyframes loading-32{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(115.2deg);transform:rotate(115.2deg)}}@keyframes loading-32{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(115.2deg);transform:rotate(115.2deg)}}@-webkit-keyframes loading-33{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(118.8deg);transform:rotate(118.8deg)}}@keyframes loading-33{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(118.8deg);transform:rotate(118.8deg)}}@-webkit-keyframes loading-34{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(122.4deg);transform:rotate(122.4deg)}}@keyframes loading-34{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(122.4deg);transform:rotate(122.4deg)}}@-webkit-keyframes loading-35{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(126deg);transform:rotate(126deg)}}@keyframes loading-35{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(126deg);transform:rotate(126deg)}}@-webkit-keyframes loading-36{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(129.6deg);transform:rotate(129.6deg)}}@keyframes loading-36{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(129.6deg);transform:rotate(129.6deg)}}@-webkit-keyframes loading-37{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(133.2deg);transform:rotate(133.2deg)}}@keyframes loading-37{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(133.2deg);transform:rotate(133.2deg)}}@-webkit-keyframes loading-38{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(136.8deg);transform:rotate(136.8deg)}}@keyframes loading-38{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(136.8deg);transform:rotate(136.8deg)}}@-webkit-keyframes loading-39{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(140.4deg);transform:rotate(140.4deg)}}@keyframes loading-39{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(140.4deg);transform:rotate(140.4deg)}}@-webkit-keyframes loading-40{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(144deg);transform:rotate(144deg)}}@keyframes loading-40{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(144deg);transform:rotate(144deg)}}@-webkit-keyframes loading-41{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(147.6deg);transform:rotate(147.6deg)}}@keyframes loading-41{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(147.6deg);transform:rotate(147.6deg)}}@-webkit-keyframes loading-42{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(151.2deg);transform:rotate(151.2deg)}}@keyframes loading-42{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(151.2deg);transform:rotate(151.2deg)}}@-webkit-keyframes loading-43{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(154.8deg);transform:rotate(154.8deg)}}@keyframes loading-43{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(154.8deg);transform:rotate(154.8deg)}}@-webkit-keyframes loading-44{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(158.4deg);transform:rotate(158.4deg)}}@keyframes loading-44{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(158.4deg);transform:rotate(158.4deg)}}@-webkit-keyframes loading-45{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(162deg);transform:rotate(162deg)}}@keyframes loading-45{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(162deg);transform:rotate(162deg)}}@-webkit-keyframes loading-46{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(165.6deg);transform:rotate(165.6deg)}}@keyframes loading-46{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(165.6deg);transform:rotate(165.6deg)}}@-webkit-keyframes loading-47{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(169.2deg);transform:rotate(169.2deg)}}@keyframes loading-47{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(169.2deg);transform:rotate(169.2deg)}}@-webkit-keyframes loading-48{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(172.8deg);transform:rotate(172.8deg)}}@keyframes loading-48{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(172.8deg);transform:rotate(172.8deg)}}@-webkit-keyframes loading-49{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(176.4deg);transform:rotate(176.4deg)}}@keyframes loading-49{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(176.4deg);transform:rotate(176.4deg)}}@-webkit-keyframes loading-50{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@keyframes loading-50{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}.learndash-wrapper .ld-file-upload{border-radius:4px;background-color:var(--bb-body-background-color)}.learndash-wrapper .ld-file-upload .ld-file-upload-heading{font-size:inherit}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label span{font-size:14px;color:var(--bb-alternate-text-color);font-weight:400}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label{border-top-right-radius:4px;border-bottom-right-radius:4px}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label strong{font-size:15px;font-weight:400}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label{border-top-left-radius:4px;border-bottom-left-radius:4px}.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-name .ld-item-title .ld-item-components span.ld-status-waiting,.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-name .ld-item-title .ld-item-components span.ld-status-waiting span.ld-icon{background-color:#dbbe1a;color:#fff!important}.learndash-wrapper .ld-status-waiting{background-color:#dbbe1a;color:#fff!important}.learndash-wrapper .ld-assignment-list .ld-status{line-height:inherit;font-size:12px;color:#fff;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}.learndash-wrapper .ld-assignment-list .ld-status .ld-icon{font-size:16px;margin-left:0;margin-right:3px}.learndash-wrapper .ld-assignment-list .ld-icon.ld-icon-comments{position:relative;bottom:1px}.learndash-wrapper .ld-table-list.ld-assignment-list .ld-table-list-items{overflow:visible}.ld-icon.ld-icon-comments,.ld-icon.ld-icon-delete,.ld-icon.ld-icon-download{font-family:bb-icons!important;font-size:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:6px;padding-bottom:0}.ld-icon.ld-icon-comments{font-size:24px}.ld-icon.ld-icon-download:before{content:"\ee57"}.ld-icon.ld-icon-delete:before{content:"\e828"}.ld-icon.ld-icon-comments:before{content:"\ee33"}article.sfwd-assignment{position:relative;z-index:1}article.sfwd-assignment a{word-break:break-word}body:not(.bb-dark-theme) .sfwd-light-mode{display:none}.bb-sfwd-aside.bb-dark-theme{background:#121212;color:#aaa}.bb-sfwd-aside.bb-dark-theme .comment-text{color:#aaa}.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-header .user-wrap a:hover,.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-inner .mobile-menu a:hover{color:#fff}.bb-sfwd-aside.bb-dark-theme.ld-in-focus-mode .learndash-wrapper{background-color:transparent}.bb-sfwd-aside.bb-dark-theme .sfwd-dark-mode{display:none}.bb-sfwd-aside.bb-dark-theme .h1,.bb-sfwd-aside.bb-dark-theme .h2,.bb-sfwd-aside.bb-dark-theme .h3,.bb-sfwd-aside.bb-dark-theme .h4,.bb-sfwd-aside.bb-dark-theme .h5,.bb-sfwd-aside.bb-dark-theme .h6,.bb-sfwd-aside.bb-dark-theme h1,.bb-sfwd-aside.bb-dark-theme h2,.bb-sfwd-aside.bb-dark-theme h3,.bb-sfwd-aside.bb-dark-theme h4,.bb-sfwd-aside.bb-dark-theme h5,.bb-sfwd-aside.bb-dark-theme h6{color:#fff}.bb-sfwd-aside.bb-dark-theme #quiz_progress_details p a,.bb-sfwd-aside.bb-dark-theme .ld-sidebar-widgets li.widget h2.widgettitle,.bb-sfwd-aside.bb-dark-theme .widget .item-list .item-title a,.bb-sfwd-aside.bb-dark-theme .widget.activity_update .activity-update p a:not(.activity-time-since),.bb-sfwd-aside.bb-dark-theme .widget.buddypress div.item-options .selected,.bb-sfwd-aside.bb-dark-theme .widget_ldcourseinfo .course_progress_details .learndash-profile-course-title a,.bb-sfwd-aside.bb-dark-theme .widget_ldcoursenavigation .ld-lesson-section-heading{color:#fff}.bb-sfwd-aside.bb-dark-theme .widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-title{color:#fff}.bb-sfwd-aside.bb-dark-theme .ld-sidebar-widgets .widget.buddypress div.item-options .selected{border-bottom-color:#ccc}.bb-sfwd-aside.bb-dark-theme .ld-course-navigation .course-entry-title,.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-table-list .ld-table-list-header,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .ld-item-list-section-heading .ld-lesson-section-heading{color:#fff}.bb-sfwd-aside.bb-dark-theme .site-header{background:#232323;box-shadow:0 3px 12px rgba(0,0,0,.05)}.bb-sfwd-aside.bb-dark-theme .site-header .bb-icon-close{color:#121212}.bb-sfwd-aside.bb-dark-theme.sticky-header .site-header{box-shadow:0 4px 1px -4px rgba(0,0,0,.22)}.bb-sfwd-aside.bb-dark-theme.sticky-header .site-header.has-scrolled{box-shadow:0 1px 0 0 rgba(0,0,0,.05),0 5px 10px 0 rgba(0,0,0,.15)}.bb-sfwd-aside.bb-dark-theme .site-header .header-aside-inner>a i{color:#fff}.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .bb-toggle-panel:hover{background:rgba(255,255,255,.15)}.bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a,.bb-sfwd-aside.bb-dark-theme .side-panel-menu a,.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu li:not(.current-menu-item) a{color:var(--bb-alternate-text-color);background-color:transparent}.bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a:hover,.bb-sfwd-aside.bb-dark-theme .side-panel-menu a:hover,.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu li:not(.current-menu-item) a:hover{color:#fff;background-color:transparent}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover>a{color:#aaa;background:rgba(255,255,255,.15)}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover>a:hover{color:#aaa;background:rgba(255,255,255,.15)}.bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu .current-menu-item>a,.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu .current-menu-item>a{color:#fff}.bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu .current-menu-item>a:hover,.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu .current-menu-item>a:hover{background-color:transparent}.bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu li:not(.current-menu-item) a i:not(.bb-icon-angle-down){opacity:1;color:#fff}.bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a{color:#fff;opacity:1}.bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a:hover{color:#fff}.bb-sfwd-aside.bb-dark-theme .learndash_next_prev_link a,.bb-sfwd-aside.bb-dark-theme .lms-header-instructor .bb-about-instructor h5 a{color:var(--bb-alternate-text-color)}.bb-sfwd-aside.bb-dark-theme .learndash_next_prev_link a:hover,.bb-sfwd-aside.bb-dark-theme .lms-header-instructor .bb-about-instructor h5 a:hover{color:#fff}.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-links ul li a{color:var(--bb-alternate-text-color);border-color:var(--bb-alternate-text-color)}.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-links ul li a:hover{color:#fff;border-color:#fff}.bb-sfwd-aside.bb-dark-theme .bb-quiz-list a,.bb-sfwd-aside.bb-dark-theme .bb-type-list.bb-lms-list-inside a{color:#fff}.bb-sfwd-aside.bb-dark-theme .bb-learndash-banner,.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-topic-status,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-topic-sidebar-data{background-color:#1c1c1c}.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .bb-ld-info-bar .ld-topic-status{background-color:transparent}.bb-sfwd-aside.bb-dark-theme #learndash-page-content,.bb-sfwd-aside.bb-dark-theme .bb-footer,.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-wrapper.left,.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-wrapper.left .bb-mobile-panel-inner,.bb-sfwd-aside.bb-dark-theme .buddypanel,.bb-sfwd-aside.bb-dark-theme .buddypanel #site-logo,.bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu a,.bb-sfwd-aside.bb-dark-theme .panel-head,.bb-sfwd-aside.bb-dark-theme div.bb-lms-header{background:#121212}.bb-sfwd-aside.bb-dark-theme #learndash-page-content,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper{border-bottom:0}.bb-sfwd-aside.bb-dark-theme .bb-footer{border-top:1px solid rgba(255,255,255,.1)}.bb-sfwd-aside.bb-dark-theme .header-search-wrap,.bb-sfwd-aside.bb-dark-theme .header-search-wrap input.search-field{background:#000;color:#fff}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li:hover{color:#fff}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li:hover.menu-item-has-children:after{color:#fff}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li:hover>a span,.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li:hover>a>i{color:#fff}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li.menu-item-has-children:after{color:#888}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li.menu-item>.ab-submenu:before{border-color:#232323 #232323 transparent transparent}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu{background-color:#000}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu{background-color:#000}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item:hover>a{background:rgba(255,255,255,.15);color:#aaa}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item:hover>a>i{color:#aaa}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item.menu-item-has-children:after{color:#aaa}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item.menu-item-has-children:hover:after{color:#aaa}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item>a{color:#aaa}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item>a>i{color:#aaa}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item.menu-item.menu-item-has-children>a:after{color:#aaa}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li>a{color:#939597}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li>a>i{color:#fff}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li>a:hover{color:#fff}.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .more-button.active:after{border-color:#232323 #232323 transparent transparent}.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu{background-color:#000}.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu a{color:#aaa}.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu li:hover>a{color:#aaa;background:rgba(255,255,255,.15)}.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu{background-color:#000}.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu,.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu:before{background-color:#000}.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu li:hover>a{color:#aaa;background:rgba(255,255,255,.15)}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu{background-color:#000}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .user-mention,.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu a,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu .user-mention,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a{color:#aaa}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu a:before,.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu a>i,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a:before,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a>i{color:#aaa}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover a:before,.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover>a,.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover>a>i,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover a:before,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover>a,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover>a>i{color:#aaa}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li.no-icon>a:before,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li.no-icon>a:before{color:#aaa}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu:before,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu:before{border-color:#232323 #232323 transparent transparent}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper{background-color:transparent}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper:before{background-color:#000}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper .ab-submenu{background-color:#000;box-shadow:none}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .user-link{border-color:#333 #333 transparent transparent}.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu{background-color:#000}.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a:hover,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover>a{background:rgba(255,255,255,.15)}.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li .wrapper .bb-sub-menu{background-color:#000}.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li .wrapper .bb-sub-menu a:hover{background:rgba(255,255,255,.15)}.bb-sfwd-aside.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link>i{color:#aaa}.bb-sfwd-aside.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link:hover .user-name,.bb-sfwd-aside.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link:hover>i{color:#fff}.bb-sfwd-aside.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-name{color:#fff}.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .primary-menu>li:hover>a:before{background:rgba(255,255,255,.1)}.bb-sfwd-aside.bb-dark-theme #learndash-page-content .sfwd-course-nav .learndash_next_prev_link a,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-course-navigation a.course-entry-link{background-color:rgba(146,164,183,.2)}.bb-sfwd-aside.bb-dark-theme #learndash-page-content .sfwd-course-nav .learndash_next_prev_link a:hover,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-course-navigation a.course-entry-link:hover{background-color:var(--bb-primary-color)}.bb-sfwd-aside.bb-dark-theme #learndash-page-content .sfwd-course-nav .learndash_next_prev_link span.empty-post{background-color:rgba(146,164,183,.1)}.bb-sfwd-aside.bb-dark-theme .lms-lesson-item.current>.bb-lesson-head,.bb-sfwd-aside.bb-dark-theme .lms-quiz-item.current>.bb-lms-title-wrap,.bb-sfwd-aside.bb-dark-theme .lms-topic-item.current>.bb-lms-title-wrap{background:#333}.bb-sfwd-aside.bb-dark-theme .lms-lesson-item.current>a .i-progress.i-progress-completed,.bb-sfwd-aside.bb-dark-theme .lms-quiz-item.current .i-progress.i-progress-completed,.bb-sfwd-aside.bb-dark-theme .lms-topic-item.current>a .i-progress.i-progress-completed{background-color:var(--bb-primary-color);color:#fff}.bb-sfwd-aside.bb-dark-theme .i-progress.i-progress-not-completed{color:#777}.bb-sfwd-aside.bb-dark-theme .bb-toggle-panel,.bb-sfwd-aside.bb-dark-theme .buddypanel .bb-toggle-panel,.bb-sfwd-aside.bb-dark-theme .side-panel-menu i,.bb-sfwd-aside.bb-dark-theme .site-header i,.bb-sfwd-aside.bb-dark-theme .user-wrap a.user-link{color:#fff}.bb-sfwd-aside.bb-dark-theme .bb-toggle-panel:hover,.bb-sfwd-aside.bb-dark-theme .bb-toggle-panel:hover i,.bb-sfwd-aside.bb-dark-theme .buddypanel .bb-toggle-panel:hover,.bb-sfwd-aside.bb-dark-theme .site-header #header-aside a.user-link:hover i,.bb-sfwd-aside.bb-dark-theme .user-wrap a.user-link:hover,.bb-sfwd-aside.bb-dark-theme .user-wrap a.user-link:hover i{color:#aaa}.bb-sfwd-aside.bb-dark-theme [data-balloon]:after{background:rgba(255,255,255,.95);box-shadow:none;color:#000}.bb-sfwd-aside.bb-dark-theme [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%22rgba(255,255,255,0.95)%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}.bb-sfwd-aside.bb-dark-theme [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%22rgba(255,255,255,0.95)%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}.bb-sfwd-aside.bb-dark-theme [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%22rgba(255,255,255,0.95)%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}.bb-sfwd-aside.bb-dark-theme [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%22rgba(255,255,255,0.95)%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}.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul li a,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-lessions-list>ol li a{color:#888}.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul li a:hover,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-quizzes-list>ul li a:hover:before,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-lessions-list>ol li a:hover,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-lessions-list>ol li a:hover:before{color:#fff}.bb-sfwd-aside.bb-dark-theme .lms-topic-item:hover:before{color:#fff}.bb-sfwd-aside.bb-dark-theme .bb-progress:after{border-color:#939597}.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-side-item-incomplete{color:#939597}.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span a{color:#939597}.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span a:hover{color:#fff}.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-side-item-complete{color:#fff}.bb-sfwd-aside.bb-dark-theme .learndash_next_prev_link .next-link:last-child{border-color:#121212}.bb-sfwd-aside.bb-dark-theme .lms-topic-item.current:before,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .course-group-list a,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .group-exec-list a .lms-group-lead span:first-child,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-group-flag .lms-group-heading a span,.bb-sfwd-aside.bb-dark-theme li.lms-topic-item.current>.bb-title{color:var(--bb-headings-color)}.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-members-list .course-members-list a{color:#888}.bb-sfwd-aside.bb-dark-theme pre{background:#282a2c}.bb-sfwd-aside.bb-dark-theme label{color:#f8f8f8}.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-instructor .bb-about-instructor h5 a{color:#fff}.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-progress .course-progress-wrap,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-lessions-list>ol.bb-lessons-list>li.lms-lesson-item,.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_reviewDiv{border-bottom-color:#333}.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-members-list .lms-course-sidebar-heading,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-quizzes-list .lms-course-quizzes-heading,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-links{border-top-color:#333}.bb-sfwd-aside.bb-dark-theme .bb-separator{background:#333}.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_questionList li.wpProQuiz_questionListItem,.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_response,.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content ul.wpProQuiz_sortStringList>li{background-color:#121212;border-color:#333}.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .wpProQuiz_content .wpProQuiz_tipp>div:before,.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_tipp>div{background-color:#333;border-color:#333}.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li table td{border-color:#333}.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_catOverview span,.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input[type=file]+label{background-color:var(--bb-primary-color)}.bb-sfwd-aside.bb-dark-theme input[type=text],.bb-sfwd-aside.bb-dark-theme select,.bb-sfwd-aside.bb-dark-theme textarea{background-color:#333;border-color:#aaa;color:#aaa}.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem textarea.wpProQuiz_questionEssay{border-color:#aaa}.bb-sfwd-aside.bb-dark-theme .wpProQuiz_catOverview span.wpProQuiz_catPercent,.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_catOverview span.wpProQuiz_catName{color:#aaa}.bb-sfwd-aside.bb-dark-theme .lms-header-instructor .bb-about-instructor .bb-about-instructor-date:before{background-color:#aaa}.bb-sfwd-aside.bb-dark-theme #learndash-page-content .sfwd-course-nav .sfwd-course-expire i,.bb-sfwd-aside.bb-dark-theme .bb-lesson-head .bb-lesson-quizzes-count,.bb-sfwd-aside.bb-dark-theme .bb-lesson-head .bb-lesson-sidebar-ld-sep,.bb-sfwd-aside.bb-dark-theme .bb-lesson-head .bb-lesson-topics-count,.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-progress .ld-progress-stats,.bb-sfwd-aside.bb-dark-theme .lms-header-instructor .bb-about-instructor .bb-about-instructor-date,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-progress .course-completion-rate,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-progress .ld-progress-steps,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .group-exec-list a .lms-group-lead span:last-child,.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .lms-group-flag .lms-group-heading>span,.bb-sfwd-aside.bb-dark-theme span.bb-pages .bb-total{color:#aaa}.bb-sfwd-aside.bb-dark-theme .lms-topic-sidebar-wrapper .group-exec-list a .lms-group-lead span:first-child{color:var(--bb-headings-color)}.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_addToplist{background-color:transparent;border-top-color:#333}.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_addToplist .wpProQuiz_button2{margin-left:auto;margin-right:auto}.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-quiz-actions{border-top:1px solid #333}.bb-sfwd-aside.bb-dark-theme .comment-respond{background-color:#121212;border-color:#333}.bb-sfwd-aside.bb-dark-theme .comment-respond .comment-author{color:#fff}.bb-sfwd-aside.bb-dark-theme .comment-respond textarea{border-color:#333}.bb-sfwd-aside.bb-dark-theme .comment-respond input[type=submit].outline:disabled{background-color:#333}.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-table-list .ld-table-list-item .ld-table-list-title a{color:inherit}.bb-sfwd-aside.bb-dark-theme .comment-list .comment-body{background-color:#121212;border-color:#333;color:#aaa}.bb-sfwd-aside.bb-dark-theme .comment-list .comment-body .comment-author a.url{color:#fff}.bb-sfwd-aside.bb-dark-theme .comment-list .comment-body a.comment-date{color:#aaa}.bb-sfwd-aside.bb-dark-theme .comment-list .comment-body a.comment-date:hover{color:#fff}.bb-sfwd-aside.bb-dark-theme .bp-feedback.bp-sitewide-notice{background-color:rgba(146,164,183,.2);border-color:transparent}.bb-sfwd-aside.bb-dark-theme .bp-feedback.bp-sitewide-notice p{color:#939597}.bb-sfwd-aside.bb-dark-theme .bp-feedback.bp-sitewide-notice strong{color:#fff}.bb-sfwd-aside.bb-dark-theme .bp-feedback.bp-sitewide-notice button{color:#fff}.bb-sfwd-aside.bb-dark-theme #learndash-page-content .ld-focus-comments #commentform textarea#comment{background-color:#333;border:0}.bb-sfwd-aside.bb-dark-theme #learndash-page-content .ld-focus-comments .ld-comment-avatar .ld-comment-avatar-author .ld-comment-author-name{color:#fff}.bb-sfwd-aside.bb-dark-theme #learndash-page-content .ld-focus-comments .comment .ld-comment-wrapper{background-color:#121212;border:1px solid #333}.bb-sfwd-aside.bb-dark-theme #learndash-page-content .ld-focus-comments .ld-focus-comments__heading .ld-focus-comments__header{color:#fff}.bb-sfwd-aside.bb-dark-theme .buddypanel .site-branding{background-color:#121212}.bb-sfwd-aside.bb-dark-theme .widget_ldcoursenavigation .ld-course-navigation .ld-lesson-item-expanded{background-color:#121212}.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded::before{border-top-color:#1c1c1c}.bb-sfwd-aside.bb-dark-theme .widget_bp_core_members_widget #members-list .item-avatar a .member-status{border-color:#1c1c1c}.bb-sfwd-aside.bb-dark-theme .ld-sidebar-widgets li.widget{border-top-color:#333}.bb-sfwd-aside.bb-dark-theme .widget_ldcourseinfo .ld-courseregistered-content-container .ld-course-info-my-courses,.bb-sfwd-aside.bb-dark-theme .widget_ldcoursenavigation .ld-course-navigation .ld-course-navigation-heading{border-bottom-color:#333}.bb-sfwd-aside.bb-dark-theme .tribe_mini_calendar_widget .tribe-mini-calendar td,.bb-sfwd-aside.bb-dark-theme .tribe_mini_calendar_widget .tribe-mini-calendar th{background:#121212;color:#fff}.bb-sfwd-aside.bb-dark-theme .tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-othermonth{background:#121212;color:#fff}.bb-sfwd-aside.bb-dark-theme .tribe-mini-calendar-event .list-info h2.tribe-events-title a,.bb-sfwd-aside.bb-dark-theme .tribe_mini_calendar_widget .tribe-mini-calendar-event .list-info h2.tribe-events-title a,.bb-sfwd-aside.bb-dark-theme .tribe_mini_calendar_widget .tribe-mini-calendar-nav span,.bb-sfwd-aside.bb-dark-theme .tribe_mini_calendar_widget .tribe-mini-calendar-no-event,.bb-sfwd-aside.bb-dark-theme .type-tribe_events .tribe-mini-calendar-event .list-date .list-daynumber{color:#fff}.bb-sfwd-aside.bb-dark-theme .tribe-mini-calendar td,.bb-sfwd-aside.bb-dark-theme .tribe-mini-calendar th{border-color:#333}.bb-sfwd-aside.bb-dark-theme .type-tribe_events .tribe-mini-calendar-event{border-color:#333;background-color:#121212}.bb-sfwd-aside.bb-dark-theme .tribe-events-countdown-widget div.tribe-countdown-number{color:#fff}.bb-sfwd-aside.bb-dark-theme .woocommerce.widget_shopping_cart .total{border-top-color:#333}.bb-sfwd-aside.bb-dark-theme .widget .dropzone .dz-default{background-color:#333}.bb-sfwd-aside.bb-dark-theme .widget .dropzone .dz-default .dz-button:hover>strong,.bb-sfwd-aside.bb-dark-theme .widget .dropzone .dz-default .dz-button>strong{color:#aaa}.bb-sfwd-aside.bb-dark-theme .widget #whats-new-toolbar .emojionearea .emojionearea-button:before,.bb-sfwd-aside.bb-dark-theme .widget #whats-new-toolbar a [class*=" bb-icon-"]{color:#aaa}.bb-sfwd-aside.bb-dark-theme .widget #whats-new-toolbar .post-emoji .emojionearea.medium-editor-placeholder{padding:0}.bb-sfwd-aside.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active{background-color:#333;bottom:0}.bb-sfwd-aside.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b,.bb-sfwd-aside.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b:hover{color:#aaa}.bb-sfwd-aside.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b:before,.bb-sfwd-aside.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b:hover:before{color:#aaa}.bb-sfwd-aside.bb-dark-theme .select2-container .select2-dropdown{background:#000;border:1px solid #aaa}.bb-sfwd-aside.bb-dark-theme .select2-container--default .select2-results__option--highlighted[aria-selected]{background:#333}.bb-sfwd-aside.bb-dark-theme .entry-content .widget .bbp_topic_tags_wrapper li.select2-search{margin-bottom:0}.bb-sfwd-aside.bb-dark-theme .entry-content .widget .bbp-topic-form .bbp-the-content-wrapper,.bb-sfwd-aside.bb-dark-theme .entry-content .widget .bbp-topic-form .bbp_topic_tags_wrapper{background-color:#333;color:#aaa}.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading,.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title{color:#fff}.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .wpProQuiz_graded_points,.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .wpProQuiz_points{background-color:rgba(146,164,183,.2)}.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link .user-name{color:#aaa}.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link:hover .user-name{color:#fff}.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link:hover:before{background:rgba(255,255,255,.1)}.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children.selected .user-link:before{background:rgba(255,255,255,.1)}.bb-sfwd-aside.bb-dark-theme .site-header .bb-icon-close{color:#fff;background-color:rgba(146,164,183,.2)}.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-wrapper .bb-mobile-panel-header{background-color:#121212}.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-wrapper .bb-mobile-panel-header{background-color:#121212}.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-header .user-name{color:#fff}.bb-sfwd-aside.bb-dark-theme .elementor-location-single>.elementor-section-wrap>.elementor-section .lms-topic-sidebar-data{background-color:#1c1c1c}.ld-modal.ld-login-modal .ld-login-modal-register{background-color:var(--bb-primary-color)}.ld-modal.ld-login-modal .ld-login-modal-wrapper{max-width:360px;min-width:inherit;padding:45px 20px}.ld-modal.ld-login-modal .ld-login-modal-wrapper .ld-login-modal-branding>img{max-width:250px;height:auto}.ld-modal.ld-login-modal .ld-login-modal-branding{margin-bottom:20px}.ld-modal.ld-login-modal .ld-modal-closer{color:#0d0d0e}.ld-modal.ld-login-modal .ld-login-modal-form{margin:15px 0 0}.ld-modal.ld-login-modal .ld-login-modal-form .login-password:before,.ld-modal.ld-login-modal .ld-login-modal-form .login-username:before{top:inherit;bottom:27px;color:var(--bb-alternate-text-color)}.ld-modal.ld-login-modal .ld-login-modal-form input[type=submit]{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);font-weight:600;margin:10px 0 20px;border-radius:var(--bb-button-radius)}.ld-modal.ld-login-modal .ld-login-modal-form input[type=submit]:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.ld-modal.ld-login-modal .ld-login-modal-form input[type=submit]:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover);box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)!important;opacity:1}.ld-modal.ld-login-modal .ld-login-modal-form .input{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius);color:var(--bb-body-text-color)}.ld-modal.ld-login-modal .ld-login-modal-form form{margin-bottom:0}.ld-modal.ld-login-modal .ld-login-modal-form form label{font-weight:400;line-height:1;margin-bottom:12px;margin-top:10px}.ld-modal.ld-login-modal .ld-login-modal-register .input{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-background-color);color:#0d0d0e;font-size:14px}.ld-modal.ld-login-modal .ld-login-modal-register form p{margin-bottom:0}.ld-modal.ld-login-modal .ld-login-modal-register form label{font-weight:400}.ld-modal.ld-login-modal .ld-login-modal-register .ld-alert-warning{background-color:rgba(var(--bb-warning-color-rgb),1)}.ld-modal.ld-login-modal .ld-alert-warning{background-color:rgba(var(--bb-warning-color-rgb),.2);border:0;line-height:1.5;text-align:left}.ld-modal.ld-login-modal .ld-alert-warning .ld-alert-content{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.ld-modal.ld-login-modal .ld-alert-warning .ld-alert-content .ld-alert-icon.ld-icon-alert{padding-top:2px;-webkit-transform:none;-ms-transform:none;transform:none;padding-left:0;margin-left:0;margin-right:7px}.learndash-wrapper .ld-login-modal .ld-login-modal-login{background-color:var(--bb-content-background-color)}.learndash-wrapper .ld-login-modal .ld-forgot-password-link{color:var(--bb-headings-color)}.learndash-wrapper.learndash-wrapper-login-modal.ld-modal-open:after{content:"";position:fixed;height:100%;width:100%;background:rgba(255,255,255,.95);top:0;left:0;z-index:999}.learndash-wrapper .ld-login-modal .ld-login-modal-login .ld-modal-text{color:var(--bb-alternate-text-color);line-height:1.5;margin-bottom:20px}.ld-login-modal p.login-password,.ld-login-modal p.login-username{text-align:left}.ld-modal.ld-login-modal.ld-can-register .ld-alert-warning .ld-alert-content,.ld-modal.ld-login-modal.ld-can-register .ld-login-modal-register,.ld-modal.ld-login-modal.ld-can-register .ld-modal-closer,.learndash-wrapper .ld-modal.ld-can-register .ld-modal-closer{color:#fff}.ld-modal.ld-login-modal.ld-can-register .ld-login-modal-register{background-color:var(--bb-primary-color)}.ld-modal.ld-login-modal.ld-can-register .ld-login-modal-login .ld-alert-warning .ld-alert-content{color:inherit}label[for=user_reg_email],label[for=user_reg_login]{color:#fff;text-align:left}.learndash-wrapper .ld-modal .ld-modal-closer{top:0}.learndash-wrapper .ld-login-modal .ld-login-modal-register #ld-user-register{margin:25px 0 0}form#registerform{margin-bottom:0}#ld-user-register .input{padding-left:10px}.learndash-wrapper .ld-login-modal .ld-login-modal-login .ld-modal-heading{color:var(--bb-headings-color);line-height:1;margin:0 0 20px;font-size:1.8em}.learndash-wrapper .ld-login-modal .ld-modal-heading{font-size:1.8em;font-weight:500}.learndash-wrapper .ld-login-modal .ld-login-modal-form label{color:var(--bb-headings-color)}.ld-modal.ld-login-modal.ld-can-register .ld-login-modal-register #wp-submit,.learndash-wrapper .ld-login-modal .ld-login-modal-register .ld-button{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);border-radius:var(--bb-button-radius);font-weight:500;min-height:48px;width:100%}.ld-modal.ld-login-modal.ld-can-register .ld-login-modal-register #wp-submit:focus,.learndash-wrapper .ld-login-modal .ld-login-modal-register .ld-button:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.ld-modal.ld-login-modal.ld-can-register .ld-login-modal-register #wp-submit:hover,.learndash-wrapper .ld-login-modal .ld-login-modal-register .ld-button:hover{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!important;opacity:.8}.ld-modal.ld-login-modal.ld-can-register .ld-login-modal-register #wp-submit:hover:focus,.learndash-wrapper .ld-login-modal .ld-login-modal-register .ld-button:hover:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.learndash-wrapper .ld-login-modal .ld-login-modal-login{background-color:var(--bb-content-background-color)}.learndash-wrapper .ld-login-modal .ld-forgot-password-link{color:var(--bb-headings-color)}.learndash-wrapper .ld-login-modal .ld-forgot-password-link:hover{color:var(--bb-primary-color)}.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=email],.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=password],.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=text]{background-color:var(--bb-content-background-color);border-color:var(--bb-content-background-color)}@media screen and (max-width:1024px){.learndash-wrapper .ld-login-modal.ld-can-register .ld-modal-closer{color:#0d0d0e}}@media screen and (min-width:769px){.learndash-wrapper.ld-modal-open .ld-modal{position:fixed;z-index:999991;left:50%;top:5%;bottom:5%;width:90%;max-width:1024px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);margin:0;height:auto;border-radius:var(--bb-block-radius)}}@media screen and (max-height:650px){.learndash-wrapper.ld-modal-open .ld-modal{display:block}}@media screen and (max-width:768px){.ld-modal.ld-login-modal.ld-can-register .ld-login-modal-register{padding:20px 0}a.ld-button.ld-button-reverse.ld-js-register-account{margin-bottom:0}}.learndash-wrapper .ld-breadcrumbs{background-color:var(--bb-content-alternate-background-color)}.learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-progress{background-color:var(--bb-primary-color)}.learndash-wrapper a.favorite-toggle,.learndash-wrapper a.subscription-toggle{border-bottom:1px solid var(--bb-content-border-color)!important;color:var(--bb-headings-color)}.learndash-wrapper a.favorite-toggle:hover,.learndash-wrapper a.subscription-toggle:hover{border-bottom-color:var(--bb-secondary-button-border-hover)!important;color:var(--bb-secondary-button-text-hover)}.learndash-wrapper a.next,.learndash-wrapper a.prev{border-bottom:1px solid var(--bb-content-border-color)!important}.learndash-wrapper .bs-meta-item>a{border-bottom:1px solid var(--bb-content-border-color)!important}.learndash-wrapper .bs-meta-item>a:hover{border-bottom-color:var(--bb-secondary-button-border-hover)!important}.user-wrap.menu-item-has-children #menu-learndash-focus>li>a{padding-left:40px}.user-wrap.menu-item-has-children #menu-learndash-focus>li.no-icon>a:before{content:"\ee6e";font-family:bb-icons;font-size:16px;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;color:var(--bb-alternate-text-color)}.user-wrap.menu-item-has-children #menu-learndash-focus .ab-submenu{border-radius:4px}.user-wrap.menu-item-has-children #menu-learndash-focus li li>a{background-color:transparent}.user-wrap.menu-item-has-children #menu-learndash-focus a{padding:11px 14px;position:relative!important;color:var(--bb-body-text-color);background-color:transparent}.user-wrap.menu-item-has-children #menu-learndash-focus a i,.user-wrap.menu-item-has-children #menu-learndash-focus 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 #menu-learndash-focus a img{max-width:18px}.user-wrap.menu-item-has-children #menu-learndash-focus a:hover{color:var(--bb-body-text-color);background:var(--bb-content-alternate-background-color)}.user-wrap.menu-item-has-children #menu-learndash-focus .bb-sub-menu{padding:8px 0}.user-wrap.menu-item-has-children #menu-learndash-focus .bb-sub-menu a:hover{background-color:#fff}.bb-template-v2 .user-wrap.menu-item-has-children #menu-learndash-focus .bb-sub-menu a:hover{background-color:var(--bb-content-alternate-background-color)}.jq-dropdown{z-index:600}.jq-dropdown .jq-dropdown-menu,.jq-dropdown .jq-dropdown-panel{background:var(--bb-content-background-color);border:0;box-shadow:0 6px 24px 0 rgba(0,0,0,.12),0 3px 8px 0 rgba(0,0,0,.06)!important;border-radius:var(--bb-block-radius);list-style:none;padding:10px;margin:0;min-width:180px}.jq-dropdown.checkout-dropdown-button #btn-join,.jq-dropdown.checkout-dropdown-button .btn-join{background-color:var(--bb-secondary-button-background-regular)!important;color:var(--bb-secondary-button-text-regular)!important;border:1px solid var(--bb-secondary-button-border-regular)!important}.jq-dropdown.checkout-dropdown-button #btn-join:hover,.jq-dropdown.checkout-dropdown-button .btn-join:hover{background-color:var(--bb-secondary-button-background-hover)!important;color:var(--bb-secondary-button-text-hover)!important;border:1px solid var(--bb-secondary-button-border-hover)!important}.jq-dropdown.checkout-dropdown-button form{margin-top:5px;margin-bottom:5px}.jq-dropdown.jq-dropdown-tip:after,.jq-dropdown.jq-dropdown-tip:before{display:none}.buddyboss-theme .learndash_post_sfwd-lessons .learndash-wrapper .ld-table-list-header.ld-primary-background{background-color:transparent!important;color:var(--bb-headings-color)}.buddyboss-theme .learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-progress,.buddyboss-theme .learndash-wrapper .ld-status.ld-status-progress{background-color:var(--bb-primary-color)!important}.buddyboss-theme.single-sfwd-courses .learndash-wrapper .ld-status.ld-status-progress{background-color:var(--bb-content-alternate-background-color)!important;color:var(--bb-body-text-color)!important}.buddyboss-theme.single-sfwd-courses .learndash-wrapper .ld-status-icon.ld-status-complete{background-color:var(--bb-primary-color)}.buddyboss-theme.single-sfwd-courses .learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon{background-color:transparent!important}.buddyboss-theme.single-sfwd-courses .learndash-wrapper .ld-expand-button.ld-primary-background{background-color:var(--bb-secondary-button-background-regular)!important;color:var(--bb-secondary-button-text-regular)!important;border:1px solid var(--bb-secondary-button-border-regular)}.buddyboss-theme.single-sfwd-courses .learndash-wrapper .ld-expand-button.ld-primary-background:hover{background-color:var(--bb-secondary-button-background-hover)!important;color:var(--bb-secondary-button-text-hover)!important;border:1px solid var(--bb-secondary-button-border-hover)}.buddyboss-theme.single-sfwd-courses .learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage{background-color:var(--bb-primary-color)}.buddyboss-theme.single-sfwd-courses .learndash-wrapper .ld-status-in-progress{border-top-color:#dedfe2;border-left-color:#dedfe2}.buddyboss-theme.single-sfwd-courses .learndash-wrapper .ld-status.ld-status-complete{background-color:var(--bb-success-color)}.buddyboss-theme.single-sfwd-lessons .learndash-wrapper .ld-status-icon.ld-quiz-complete{color:#fff}.buddyboss-theme.single-sfwd-quiz .learndash-wrapper .ld-breadcrumbs a{color:var(--bb-primary-color)!important}.buddyboss-theme.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_button:not(.wpProQuiz_button_reShowQuestion){background-color:var(--bb-primary-button-background-regular)!important;color:var(--bb-primary-button-text-regular)!important;border:1px solid var(--bb-primary-button-border-regular)}.buddyboss-theme.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_button:not(.wpProQuiz_button_reShowQuestion):hover{background-color:var(--bb-primary-button-background-hover)!important;color:var(--bb-primary-button-text-hover)!important;border:1px solid var(--bb-primary-button-border-hover)}.learndash-wrapper .ld-button:disabled{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);border-bottom:0!important}.learndash-wrapper .ld-button:disabled:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.learndash-wrapper .ld-button:disabled: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)}.learndash-wrapper .ld-status{height:100%;border-radius:var(--bb-label-type-radius);text-transform:none;font-weight:400;line-height:30px;font-size:14px;letter-spacing:normal}.learndash-wrapper .ld-status.ld-status-complete{background-color:var(--bb-success-color);color:var(--bb-primary-button-text-regular)}.learndash-wrapper .ld-course-status .ld-status{font-size:12px}.learndash-wrapper .ld-course-status .ld-status.ld-status-complete{background-color:var(--bb-success-color)}.learndash-wrapper .ld-course-status-not-enrolled .ld-status{height:auto}.learndash-wrapper .ld-course-status-segment .ld-course-status-label.no-label+.ld-course-status-content{margin-top:27px}.learndash-wrapper .ld-course-status-segment .ld-course-status-action .ld-button{font-size:15px;font-weight:inherit}.learndash-wrapper .ld-course-status-segment .ld-course-status-action>form{margin-bottom:0}.learndash-wrapper .ld-course-status-segment .ld-course-status-action #btn-join.btn-disabled{background-color:var(--bb-primary-button-background-regular);opacity:.5;pointer-events:none}.ld-exam-content .ld-exam-result-button,.ld-exam-content 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-bottom:1px solid var(--bb-primary-button-border-regular)!important;border-radius:var(--bb-button-radius);-webkit-transition:all linear .2s;transition:all linear .2s;font-size:14px;display:inline-block;padding:10px 19px;line-height:1.471}.ld-exam-content .ld-exam-result-button:focus,.ld-exam-content button:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.ld-exam-content .ld-exam-result-button:hover,.ld-exam-content 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);border-bottom:1px solid var(--bb-primary-button-border-hover)!important}.ld-exam-content .ld-exam-result-button:focus,.ld-exam-content button:focus{box-shadow:var(--bb-primary-button-focus-shadow)!important}.ld-exam-content .ld-exam-progress .ld-exam-progress-bar{width:100%;border-radius:100px;box-shadow:none;height:10px;margin:1em 0;padding:0}.ld-exam-content .ld-exam-progress .ld-exam-progress-bar .ld-exam-progress-bar-fill{background-color:var(--bb-primary-color);border-radius:10px;height:100%}.ld-exam-content .ld-exam-questions{margin-left:0}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner);padding:10px 20px;margin-bottom:8px}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer input{margin:auto 1em auto 0}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer label{padding:0 0 0 2em}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer.ld-exam-question-answer-correct.ld-exam-question-answer-student-not-selected{background-color:rgba(var(--bb-success-color-rgb),.1);border-color:transparent}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer.ld-exam-question-answer-student-correct.ld-exam-question-answer-student-selected{background-color:rgba(var(--bb-success-color-rgb),.1);border-color:var(--bb-content-border-color)}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer.ld-exam-question-answer-student-incorrect.ld-exam-question-answer-student-selected{background-color:transparent;border-color:var(--bb-danger-color)}.ld-exam-content .ld-exam-result-message{background-color:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);color:var(--bb-body-text-color);border-radius:var(--bb-block-radius-inner)}.bb-single-course-sidebar .bb-button-wrap{padding-top:10px}.ld-item-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ld-item-title .lms-is-locked-ico i{margin-left:10px;color:var(--bb-alternate-text-color)}.learndash-theme.single-sfwd-courses .bb-course-banner-inner,.single-item.groups.courses .bb-course-banner-inner{max-width:-webkit-calc(100% - 480px);max-width:calc(100% - 480px);width:-webkit-calc(100% - 480px);width:calc(100% - 480px)}.learndash-theme.single-sfwd-courses .bb-about-instructor .bb-instructor-heading,.learndash-theme.single-sfwd-courses .bb-about-instructor h4,.single-item.groups.courses .bb-about-instructor .bb-instructor-heading,.single-item.groups.courses .bb-about-instructor h4{margin-left:5px}.learndash-theme.single-sfwd-courses .ld-progress.ld-progress-inline .ld-progress-bar,.single-item.groups.courses .ld-progress.ld-progress-inline .ld-progress-bar{height:3px;color:#fff}.learndash-theme.single-sfwd-courses .ld-progress .ld-progress-bar .ld-progress-bar-percentage,.single-item.groups.courses .ld-progress .ld-progress-bar .ld-progress-bar-percentage{height:3px}.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-course-status .ld-status.ld-status-progress,.single-item.groups.courses .learndash-wrapper .ld-course-status .ld-status.ld-status-progress{text-transform:none;font-weight:500;font-size:12px}@media screen and (max-width:1200px){.learndash-theme.single-sfwd-courses .bb-course-banner-inner,.single-item.groups.courses .bb-course-banner-inner{max-width:-webkit-calc(100% - 400px);max-width:calc(100% - 400px);width:-webkit-calc(100% - 400px);width:calc(100% - 400px)}}@media screen and (max-width:992px){.learndash-theme.single-sfwd-courses .bb-course-banner-inner,.single-item.groups.courses .bb-course-banner-inner{max-width:-webkit-calc(100% - 350px);max-width:calc(100% - 350px);width:-webkit-calc(100% - 350px);width:calc(100% - 350px)}}@media screen and (max-width:880px){.learndash-theme.single-sfwd-courses .bb-course-banner-inner,.single-item.groups.courses .bb-course-banner-inner{max-width:-webkit-calc(100% - 320px);max-width:calc(100% - 320px);width:-webkit-calc(100% - 320px);width:calc(100% - 320px)}}@media screen and (max-width:820px){.learndash-theme.single-sfwd-courses .bb-course-banner-inner,.single-item.groups.courses .bb-course-banner-inner{max-width:100%;width:100%}.learndash-theme.single-sfwd-courses .bb-grid .bb-learndash-content-wrap,.single-item.groups.courses .bb-grid .bb-learndash-content-wrap{padding-left:10px;padding-right:10px}.learndash-theme.single-sfwd-courses .bb-single-course-sidebar,.single-item.groups.courses .bb-single-course-sidebar{max-width:100%;-webkit-box-flex:1;-ms-flex:auto;flex:auto}}@media screen and (max-width:640px){.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details,.single-item.groups.courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details{margin:0}.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-header,.single-item.groups.courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading .ld-item-list-actions,.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading h2,.single-item.groups.courses .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading .ld-item-list-actions,.single-item.groups.courses .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading h2{-webkit-box-flex:0;-ms-flex:none;flex:none}.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name,.single-item.groups.courses .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name{width:-webkit-calc(100% - 18px);width:calc(100% - 18px)}.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview,.single-item.groups.courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details,.single-item.groups.courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details{margin-top:0;margin-left:0}.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button,.single-item.groups.courses .learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button{width:100px}.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-progress.ld-progress-inline .ld-progress-bar,.single-item.groups.courses .learndash-wrapper .ld-progress.ld-progress-inline .ld-progress-bar{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-bottom:5px}.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress .ld-progress-stats,.single-item.groups.courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress .ld-progress-stats{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled,.single-item.groups.courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.learndash-theme.single-sfwd-courses .ld-item-list .ld-item-list-item .ld-item-name,.single-item.groups.courses .ld-item-list .ld-item-list-item .ld-item-name{width:100%}.learndash-theme.single-sfwd-courses .ld-status-incomplete~.ld-item-title,.single-item.groups.courses .ld-status-incomplete~.ld-item-title{width:-webkit-calc(100% - 60px);width:calc(100% - 60px)}.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress,.single-item.groups.courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress{width:-webkit-calc(100% - 120px);width:calc(100% - 120px);padding-bottom:0;margin-right:20px}.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled,.single-item.groups.courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled{padding-bottom:15px}}@media screen and (max-width:543px){.learndash-theme.single-sfwd-courses .bb-about-instructor .bb-avatar-wrap,.single-item.groups.courses .bb-about-instructor .bb-avatar-wrap{margin-bottom:0;margin-right:20px}.learndash-theme.single-sfwd-courses .bb-instructor-wrap.flex,.single-item.groups.courses .bb-instructor-wrap.flex{padding-bottom:20px}}@media screen and (max-width:480px){.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title,.single-item.groups.courses .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-header,.single-item.groups.courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-header{-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}.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview,.single-item.groups.courses .learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview{padding:16px 15px 16px 45px}.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details,.single-item.groups.courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details{margin-top:4px}}@media screen and (max-width:380px){.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-header,.single-item.groups.courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-header{display:none}}@media (max-width:992px) and (min-width:820px){.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress{width:-webkit-calc(100% - 120px);width:calc(100% - 120px);padding-bottom:0;margin-right:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-right:0;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.learndash-wrapper .ld-course-status.ld-course-status-enrolled{padding-bottom:15px}.learndash-wrapper .ld-progress.ld-progress-inline .ld-progress-bar{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100%;margin:1em 0 5px}}.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage,.learndash-wrapper .ld-status-icon.ld-quiz-complete,.learndash-wrapper .ld-status-icon.ld-status-complete{background-color:var(--bb-primary-color)}.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-icon-arrow-down,.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title .lms-is-locked-ico i,.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-name .ld-item-title .ld-item-components span,.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview .ld-topic-title,.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview .ld-topic-title:before,.learndash-wrapper .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-item-title{color:var(--bb-alternate-text-color)}.learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name{color:var(--bb-headings-color)}.learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name:hover{color:var(--bb-primary-color)}.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview:hover .ld-topic-title,.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview:hover .ld-topic-title:before .learndash-wrapper .ld-item-list-item-expanded .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-table-list-item-preview:hover .ld-item-title{color:var(--bb-primary-color)}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview:hover .ld-item-details .ld-expand-button .ld-icon,.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview:hover a.ld-item-name .ld-item-title,.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview:hover .ld-item-name .ld-item-title .ld-item-components span{color:var(--bb-primary-color)}.ld-course-status .ld-status.ld-status-progress,.learndash-wrapper .ld-status-unlocked{background-color:var(--bb-content-border-color)}#learndash-tooltips .ld-tooltip{background-color:var(--bb-tooltip-background);color:var(--bb-tooltip-color)}#learndash-tooltips .ld-tooltip:after{background-color:var(--bb-tooltip-background)}.learndash-wrapper .ld-expand-button,.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon,.learndash-wrapper .ld-expand-button.ld-primary-background{background-color:inherit}.learndash-wrapper .ld-secondary-in-progress-icon{border-left-color:#dedfe2;border-top-color:#dedfe2;color:var(--bb-primary-color)}.learndash-wrapper .ld-alert-warning .ld-alert-icon{background-color:transparent!important}.learndash-wrapper .ld-alert-warning .ld-alert-icon{color:inherit!important}.single-item.groups.courses .site{overflow:hidden}.wp-block-instructor-role-wisdm-instructor-products .mantine-MultiSelect-searchInput,.wp-block-instructor-role-wisdm-instructor-products .mantine-Select-input,.wp-block-instructor-role-wisdm-tabs .mantine-MultiSelect-searchInput,.wp-block-instructor-role-wisdm-tabs .mantine-Select-input{background-image:none}.wp-block-instructor-role-wisdm-instructor-products .mantine-MultiSelect-searchInput:focus,.wp-block-instructor-role-wisdm-instructor-products .mantine-Select-input:focus,.wp-block-instructor-role-wisdm-tabs .mantine-MultiSelect-searchInput:focus,.wp-block-instructor-role-wisdm-tabs .mantine-Select-input:focus{outline:0;box-shadow:none}.wp-block-instructor-role-wisdm-instructor-products .mantine-TimeField-timeInput:focus,.wp-block-instructor-role-wisdm-tabs .mantine-TimeField-timeInput:focus{outline:0;box-shadow:none}.wp-block-instructor-role-wisdm-instructor-products button.mantine-Stepper-step:active,.wp-block-instructor-role-wisdm-instructor-products button.mantine-Stepper-step:focus,.wp-block-instructor-role-wisdm-instructor-products button.mantine-Tabs-tab:active,.wp-block-instructor-role-wisdm-instructor-products button.mantine-Tabs-tab:focus,.wp-block-instructor-role-wisdm-tabs button.mantine-Stepper-step:active,.wp-block-instructor-role-wisdm-tabs button.mantine-Stepper-step:focus,.wp-block-instructor-role-wisdm-tabs button.mantine-Tabs-tab:active,.wp-block-instructor-role-wisdm-tabs button.mantine-Tabs-tab:focus{outline:0;box-shadow:none}.wp-block-instructor-role-wisdm-instructor-products button.mantine-NumberInput-control,.wp-block-instructor-role-wisdm-tabs button.mantine-NumberInput-control{border-radius:inherit;border-left-color:var(--bb-content-border-color)}.wp-block-instructor-role-wisdm-tabs .mantine-Checkbox-root .mantine-Checkbox-inner{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wp-block-instructor-role-wisdm-tabs .mantine-Radio-root .mantine-Radio-inner{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wp-block-instructor-role-wisdm-tabs input[type=checkbox]{width:inherit;height:inherit}.wp-block-instructor-role-wisdm-tabs input[type=radio]{width:20px;height:20px}.wp-block-instructor-role-wisdm-tabs .mantine-PasswordInput-innerInput{border:0}.wp-block-instructor-role-wisdm-tabs .mantine-PasswordInput-innerInput:active,.wp-block-instructor-role-wisdm-tabs .mantine-PasswordInput-innerInput:focus{outline:0;box-shadow:none}.wp-block-instructor-role-wisdm-tabs table.mantine-DateRangePicker-month{border:0}.wp-block-instructor-role-wisdm-tabs button.mantine-PasswordInput-visibilityToggle:hover{border:0;outline:0;box-shadow:none;color:inherit}.wp-block-instructor-role-wisdm-tabs button.mantine-PasswordInput-visibilityToggle:active,.wp-block-instructor-role-wisdm-tabs button.mantine-PasswordInput-visibilityToggle:focus{border:0;outline:0;box-shadow:none;background-color:transparent;color:inherit}.wp-block-instructor-role-wisdm-tabs .ir-courses-tabs .mantine-Button-root,.wp-block-instructor-role-wisdm-tabs .ir-products-tabs .mantine-Button-root{border:0;border-bottom:1px solid transparent}.wp-block-instructor-role-wisdm-tabs .ir-courses-tabs .mantine-Button-root.active,.wp-block-instructor-role-wisdm-tabs .ir-products-tabs .mantine-Button-root.active{border-bottom:1px solid var(--bb-primary-color)}.wp-block-instructor-role-wisdm-tabs .ir-courses-tabs .mantine-Button-root:active,.wp-block-instructor-role-wisdm-tabs .ir-courses-tabs .mantine-Button-root:focus,.wp-block-instructor-role-wisdm-tabs .ir-products-tabs .mantine-Button-root:active,.wp-block-instructor-role-wisdm-tabs .ir-products-tabs .mantine-Button-root:focus{outline:0;box-shadow:none}.wp-block-instructor-role-dashboard-settings .ir-button-no-bg:active,.wp-block-instructor-role-dashboard-settings .ir-button-no-bg:focus{box-shadow:none} \ No newline at end of file diff --git a/web/app/themes/buddyboss-theme/assets/css/lifterlms.css b/web/app/themes/buddyboss-theme/assets/css/lifterlms.css index 03250f4d..dd266b05 100644 --- a/web/app/themes/buddyboss-theme/assets/css/lifterlms.css +++ b/web/app/themes/buddyboss-theme/assets/css/lifterlms.css @@ -1,5 +1,5 @@ .llms-student-dashboard.dashboard .llms-sd-section .llms-sd-section__heading, .llms-access-plan-description p:last-child { - margin: 0 0 1.6875rem; + margin: 0rem 0rem 1.6875rem; padding: 0; } @@ -19,7 +19,6 @@ .llms-notice---sidebar { text-align: left; } - .bb-single-course-sidebar .llms-notice---sidebar.llms-notice { padding: 0; color: var(--bb-danger-color); @@ -34,10 +33,9 @@ border: 0; padding: 5px 10px; } - .llms-notice.llms-error a { color: #fff; - font-weight: 700; + font-weight: bold; } .llms-notice.llms-success { @@ -57,7 +55,6 @@ ul.llms-notice { position: relative; box-shadow: none; } - .bp-feedback.ld-feedback p { font-size: 14px; line-height: 1.5; @@ -71,69 +68,56 @@ ul.llms-notice { padding: 3rem 0 3.5rem; width: 100%; } - .llms-person-login-form-wrapper form.llms-login { max-width: 50%; margin: 0 auto; } @media screen and (max-width: 992px) { - .llms-person-login-form-wrapper form.llms-login { max-width: 80%; } } @media screen and (max-width: 544px) { - .llms-person-login-form-wrapper form.llms-login { max-width: 95%; } } - .llms-person-login-form-wrapper form.llms-login label { font-size: 14px; } - .llms-person-login-form-wrapper form.llms-login .llms-form-field.llms-cols-6 { width: 100%; float: none; } - .llms-person-login-form-wrapper form.llms-login .llms-form-field.type-submit button#llms_login_button { padding: 0.618em 2em; height: 40px; font-size: 15px; font-weight: 500; } - .llms-person-login-form-wrapper form.llms-login .llms-form-field.type-submit.llms-cols-3 { width: 100%; float: none; } - .llms-person-login-form-wrapper form.llms-login .llms-form-field.type-checkbox.llms-cols-6 { width: 50%; float: left; } - .llms-person-login-form-wrapper form.llms-login .llms-form-field.type-html.llms-cols-3 { width: 50%; float: left; } - .llms-person-login-form-wrapper form.llms-login .llms-description { font-style: normal; } - .llms-person-login-form-wrapper #llms_remember { opacity: 0; } - .llms-person-login-form-wrapper label[for="llms_remember"] { position: relative; left: -14px; } - -.llms-person-login-form-wrapper label[for="llms_remember"]::before { +.llms-person-login-form-wrapper label[for="llms_remember"]:before { content: "\e876"; display: inline-block; width: 20px; @@ -150,8 +134,7 @@ ul.llms-notice { text-align: center; color: #fff; } - -.llms-person-login-form-wrapper input#llms_remember:checked + label::before { +.llms-person-login-form-wrapper input#llms_remember:checked + label:before { background-color: var(--bb-primary-color); border-color: var(--bb-primary-color); } @@ -163,19 +146,15 @@ ul.llms-notice { padding: 3rem; width: 100%; } - .llms-new-person-form-wrapper label { font-size: 14px; } - .llms-new-person-form-wrapper .llms-form-field.type-submit { margin: 15px 0 0; } - .llms-new-person-form-wrapper form { margin-bottom: 0; } - .llms-person-login-form-wrapper + .llms-new-person-form-wrapper { margin-top: 25px; } @@ -196,37 +175,29 @@ ul.llms-notice { margin-left: 0; margin-right: 0; } - .llms-syllabus-wrapper .llms-section-title { font-size: 16px; margin: 16px 0 8px; text-align: left; } - .llms-syllabus-wrapper .llms-lesson-preview { margin-top: 0; margin-bottom: 5px; } - .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-title { - font-weight: 400; + font-weight: normal; } - .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link { background: transparent; border-radius: 3px; - /* padding: 10px 15px; */ } - .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link:hover .llms-lesson-title { color: var(--bb-primary-color); } - .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-title { color: var(--bb-headings-color); } - .llms-syllabus-wrapper .llms-lesson-preview .llms-extra { display: -webkit-box; display: -ms-flexbox; @@ -239,7 +210,6 @@ ul.llms-notice { justify-content: center; padding-right: 15px; } - .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-counter { margin-bottom: 0; font-size: 13px; @@ -247,13 +217,11 @@ ul.llms-notice { text-align: right; white-space: nowrap; } - .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-complete { margin-bottom: 0; margin-left: 10px; font-size: 22px; } - .llms-syllabus-wrapper .llms-lesson-preview.is-free .llms-lesson-complete, .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-complete { color: var(--bb-body-text-color); @@ -263,14 +231,12 @@ ul.llms-notice { font-size: 14px; margin-top: 0; } - .course .llms-meta-info .llms-meta-title { font-size: 13px; color: var(--bb-headings-color); margin: 0 0 15px; text-transform: uppercase; } - .course .llms-meta-info .llms-instructor-info { margin-top: 20px; } @@ -280,21 +246,17 @@ ul.llms-notice { margin-left: 0; margin-right: 0; } - .course .bb-llms-content-wrap .llms-course-progress .llms-progress-bar { border-radius: 4px; } - .course .bb-llms-content-wrap .llms-course-progress .progress-bar-complete { border-radius: 4px; background-color: var(--bb-primary-color); } - .course .bb-llms-content-wrap .llms-course-progress a.llms-button-primary { border-radius: 100px; font-size: 14px; } - .course .bb-llms-content-wrap .llms-course-progress .progress__indicator { color: #939597; font-size: 14px; @@ -305,20 +267,17 @@ ul.llms-notice { margin-left: -5px; margin-right: -5px; } - .bb-llms-content-wrap .llms-instructor-info .llms-instructors .llms-author .avatar { margin-top: 0; margin-bottom: 0; border: 0; max-width: 60px; } - .bb-llms-content-wrap .llms-instructor-info .llms-instructors .llms-author__verbose { text-align: left; padding-left: 15px; padding-top: 5px; } - .bb-llms-content-wrap .llms-instructor-info .llms-instructors .llms-author { margin-top: 0; padding: 20px; @@ -326,7 +285,6 @@ ul.llms-notice { background-color: transparent; border: 0; } - .bb-llms-content-wrap .llms-instructor-info .llms-instructors .llms-author .llms-author-info.label { color: var(--bb-alternate-text-color); margin: 3px 0 10px; @@ -336,7 +294,6 @@ ul.llms-notice { font-weight: 500; line-height: 1; } - .bb-llms-content-wrap .llms-instructor-info .llms-instructors .llms-author .llms-author-info.bio { line-height: 1.5; font-size: 14px; @@ -349,75 +306,64 @@ ul.llms-notice { -ms-flex-flow: wrap; flex-flow: wrap; } - .llms-instructors.llms-cols .llms-col-3 { width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } - .llms-instructors.llms-cols .llms-col-4 { width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } - .llms-instructors.llms-cols .llms-col-5 { width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } - .llms-instructors.llms-cols .llms-col-6 { width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } - .llms-instructors.llms-cols .llms-col-7 { width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } - .llms-instructors.llms-cols .llms-col-8 { width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } - .llms-instructors.llms-cols .llms-col-9 { width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } - .llms-instructors.llms-cols .llms-col-2 { width: -webkit-calc(50% - 10px); width: calc(50% - 10px); } @media screen and (max-width: 1200px) { - .llms-instructors.llms-cols .llms-col-2 { width: -webkit-calc(100% - 10px); width: calc(100% - 10px); } } - .llms-instructors.llms-cols > div[class*="llms-col-"] { background-color: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); border-radius: var(--bb-block-radius); margin: 5px; } - .llms-instructors.llms-cols [class*="llms-col-"] { float: none; } @@ -431,8 +377,7 @@ ul.llms-notice { overflow: hidden; padding: 0 44px; } - -.bb-llms-banner::before { +.bb-llms-banner:before { content: ""; opacity: 0.4; background-color: var(--bb-headings-color); @@ -445,7 +390,6 @@ ul.llms-notice { left: 0; z-index: 1; } - .bb-llms-banner .banner-img { position: absolute; top: 0; @@ -471,43 +415,36 @@ ul.llms-notice { color: #fff; padding-top: 70px; } - .bb-course-banner-inner h1.entry-title { font-size: 48px; color: inherit; line-height: 1.25; margin-bottom: 20px; } - .bb-course-banner-inner .avatar { border-radius: 50%; margin-right: 12px; max-width: 38px; } - .bb-course-banner-inner .author-name { font-size: 14px; font-weight: 500; color: #fff; letter-spacing: -0.24px; } - .bb-course-banner-inner span.meta-saperator { color: #fff; margin: 0 15px; } - .bb-course-banner-inner .course-date { font-size: 13px; color: rgba(255, 255, 255, 0.8); letter-spacing: -0.19px; } - .bb-course-banner-inner .bb-course-single-meta { margin-bottom: 40px; } @media screen and (max-width: 544px) { - .bb-course-banner-inner h1.entry-title { font-size: 1.5rem; line-height: 1.5; @@ -517,22 +454,20 @@ ul.llms-notice { .llms-notification .llms-notification-dismiss { color: var(--bb-alternate-text-color); } - .llms-notification .llms-notification-dismiss.fa-times-circle { font-size: 20px; display: inline-block; font-family: bb-icons; speak: none; font-style: normal; - font-weight: 400; + font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; } - -.llms-notification .llms-notification-dismiss.fa-times-circle::before { +.llms-notification .llms-notification-dismiss.fa-times-circle:before { content: "\e828"; } @@ -548,12 +483,10 @@ ul.llms-notice { font-weight: 400; font-size: 15px; } - .llms-button-primary:focus, .llms-field-button:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .llms-button-primary:hover, .llms-button-primary:focus, .llms-button-primary:active, .llms-field-button:hover, .llms-field-button:focus, @@ -573,11 +506,9 @@ ul.llms-notice { border: 1px solid var(--bb-secondary-button-border-regular); border-radius: var(--bb-button-radius); } - .llms-button-secondary:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - .llms-button-secondary:hover, .llms-button-secondary:active, .llms-button-secondary:focus { box-shadow: none; background-color: var(--bb-secondary-button-background-hover); @@ -590,7 +521,7 @@ section.llms-instructor-info .llms-author .name { margin-right: 0; } -.llms-form-field.type-radio label::before { +.llms-form-field.type-radio label:before { background: #fff; box-shadow: rgba(255, 255, 255, 0.15) 0 1px 1px, inset rgba(0, 0, 0, 0.25) 0 0 0 1px; width: 20px; @@ -599,7 +530,7 @@ section.llms-instructor-info .llms-author .name { margin-right: 7px; } -.llms-form-field.type-radio input[type="radio"]:checked + label::before { +.llms-form-field.type-radio input[type="radio"]:checked + label:before { background-image: -webkit-radial-gradient(center, ellipse, var(--bb-primary-color) 0%, var(--bb-primary-color) 40%, #fff 45%); background-image: radial-gradient(ellipse at center, var(--bb-primary-color) 0%, var(--bb-primary-color) 40%, #fff 45%); } @@ -609,25 +540,21 @@ section.llms-instructor-info .llms-author .name { margin: 10px 0; text-align: right; } - .llms-pagination ul { margin: 0 10px; display: inline-block; } - .llms-pagination ul li .page-numbers { text-decoration: none; } @media screen and (max-width: 544px) { - .bb-courses-directory .bs-dir-search { float: none; } } @media screen and (min-width: 681px) { - .bb-llms-content-wrap { max-width: 700px; } @@ -641,12 +568,10 @@ section.llms-instructor-info .llms-author .name { position: relative; z-index: 2; } - .bb-single-course-sidebar.bb-preview-wrap { margin-top: -260px; } } - .llms-course-navigation .llms-lesson-preview .llms-lesson-link { background-color: var(--bb-body-background-color); box-shadow: inset 0 0 10px 5px rgba(0, 0, 0, 0.02); @@ -668,16 +593,15 @@ section.llms-instructor-info .llms-author .name { -ms-flex: 1; flex: 1; padding: 15px; + max-width: 100%; } - .llms-course-navigation .llms-lesson-preview .llms-lesson-link:hover { background: rgba(146, 164, 183, 0.1); } - .llms-course-navigation .llms-lesson-preview .llms-lesson-title { margin-bottom: 0; + white-space: normal; } - .llms-course-navigation .llms-lesson-preview .llms-lesson-excerpt { display: none; } @@ -690,7 +614,6 @@ section.llms-instructor-info .llms-author .name { } @media screen and (min-width: 800px) { - .bb-buddypanel.buddypanel-open.bb-sfwd-aside .site-header:not(.site-header--elementor) { width: -webkit-calc(100% - 230px); width: calc(100% - 230px); @@ -699,17 +622,14 @@ section.llms-instructor-info .llms-author .name { } } @media screen and (max-width: 544px) { - .llms-course-navigation .llms-course-nav { width: 100%; margin: 0 0 10px; } - .llms-course-navigation .llms-course-nav .llms-lesson-preview { margin-top: 0; } } - .llms-pointer > .llms-notification { border-radius: 6px; border: 0; @@ -718,12 +638,10 @@ section.llms-instructor-info .llms-author .name { padding: 20px; } @media screen and (min-width: 544px) { - .llms-pointer > .llms-notification { width: 420px; } } - .llms-pointer > .llms-notification .llms-notification-footer { margin-top: 0; padding: 0; @@ -735,7 +653,6 @@ section.llms-instructor-info .llms-author .name { border-color: var(--bb-content-border-color); border-top-width: 2px; } - .llms-instructor-info .llms-instructors .llms-author .avatar { border-color: var(--bb-content-border-color); background-color: transparent; @@ -749,14 +666,12 @@ section.llms-instructor-info .llms-author .name { } @media (min-width: 600px) { - .single-llms_quiz .llms-quiz-results .llms-quiz-results-aside { float: none; width: 100%; text-align: center; } - - .single-llms_quiz .llms-quiz-results .llms-quiz-results-main, + .single-llms_quiz .llms-quiz-results .llms-quiz-results-aside + .llms-quiz-results-main, .single-llms_quiz .llms-quiz-results .llms-quiz-results-history { float: none; width: 100%; @@ -764,12 +679,10 @@ section.llms-instructor-info .llms-author .name { } } @media (max-width: 480px) { - .single-llms_quiz .llms-quiz-results .llms-quiz-results-history select { width: 100%; } } - .quizzes_section_holder.current_quizz { background: rgba(146, 164, 183, 0.05); } @@ -794,7 +707,6 @@ section.llms-instructor-info .llms-author .name { color: var(--bb-body-text-color); background-color: var(--bb-content-border-color); } - .llms-donut .inside { width: 95%; height: 95%; @@ -803,19 +715,16 @@ section.llms-instructor-info .llms-author .name { .single-llms_quiz .entry-content .fluid-width-video-wrapper { margin-top: 0; } - .single-llms_quiz .llms-next-lesson { font-size: 14px; padding-top: 0; padding-bottom: 0; line-height: 40px; } - .single-llms_quiz #llms-quiz-header { position: relative; } - -.single-llms_quiz #llms-quiz-header::before { +.single-llms_quiz #llms-quiz-header:before { position: absolute; left: 0; top: 0; @@ -823,11 +732,9 @@ section.llms-instructor-info .llms-author .name { font-size: 16px; font-weight: 800; } - .single-llms_quiz #llms-quiz-header .llms-progress { margin-top: 30px; } - .single-llms_quiz .llms-return a { display: inline-block; background-color: rgba(0, 0, 0, 0.03); @@ -839,139 +746,112 @@ section.llms-instructor-info .llms-author .name { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .single-llms_quiz .llms-return a i { margin-right: 3px; } - .single-llms_quiz .llms-return a:hover { background-color: rgba(0, 0, 0, 0.06); } - .single-llms_quiz .entry-title { font-size: 32px; line-height: 1.2; font-weight: 700; margin-bottom: 0; } - .single-llms_quiz .lifterlms-header-instructor { margin-top: 20px; padding-bottom: 0; margin-bottom: 30px; border-bottom: 1px solid var(--bb-content-border-color); } - .single-llms_quiz .lifterlms-header-instructor .flex { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } - .single-llms_quiz .lifterlms-header-instructor .flex h5 { margin-bottom: 0; } - .single-llms_quiz .lifterlms-header-instructor .flex h5 span { margin-left: 7px; } - .single-llms_quiz .entry-content-wrap { padding: 0; } - .single-llms_quiz ul.llms-quiz-meta-info { font-size: 14px; margin-bottom: 30px; } - .single-llms_quiz ul.llms-quiz-meta-info .llms-quiz-meta-item { font-weight: 800; } - .single-llms_quiz ul.llms-quiz-meta-info .llms-quiz-meta-item span { font-weight: 400; } - .single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.correct, .single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.incorrect, .single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.incorrect, .single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question { background-color: transparent; } - .single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question a.toggle-answer:hover .llms-question-title { color: var(--bb-primary-color); } - .single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-points { color: #939597; font-size: 14px; } - .single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-status-icon-tip { display: none; } - .single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.type--content .bb-llms-quiz-status-icon, .single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.type--short_answer .bb-llms-quiz-status-icon, .single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.type--long_answer .bb-llms-quiz-status-icon, .single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.type--upload .bb-llms-quiz-status-icon, .single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.type--code .bb-llms-quiz-status-icon { display: none; } - .single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section { border-top-width: 1px; margin-top: 10px; padding-top: 10px; font-size: 14px; } - .single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section p.llms-quiz-results-label { font-weight: 300; text-transform: uppercase; font-size: 12px; } - .single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section p { margin-bottom: 10px; } - .single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section:first-of-type { margin-top: 0; } - .single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-question-description { font-size: 14px; } - .single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-question-description p { margin-bottom: 10px; } - .single-llms_quiz .llms-quiz-results-history h2.llms-quiz-results-title { margin-bottom: 15px; font-size: 18px; line-height: 1.2; - font-weight: 700; + font-weight: bold; } - .single-llms_quiz .llms-button-wrapper .llms-start-quiz-button, .single-llms_quiz .llms-button-wrapper a.llms-button-secondary { padding-left: 2em; padding-right: 2em; } - .single-llms_quiz #llms-quiz-wrapper .llms-quiz-results > h2.llms-quiz-results-title, .single-llms_quiz #llms-quiz-wrapper h2.llms-quiz-meta-title { margin-bottom: 15px; font-size: 18px; line-height: 1.2; - font-weight: 700; + font-weight: bold; } - .single-llms_quiz #llms-quiz-wrapper > .llms-return a { font-size: 14px; } - -.single-llms_quiz #llms-quiz-wrapper > .llms-return a::before { +.single-llms_quiz #llms-quiz-wrapper > .llms-return a:before { content: "\E8AB"; font-family: bb-icons; font-size: 20px; @@ -982,9 +862,9 @@ section.llms-instructor-info .llms-author .name { top: 2px; } -.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer::before { +.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:before { content: "\ee09"; - font: 400 normal normal 14px/1 bb-icons; + font: normal normal normal 18px/1 bb-icons; text-decoration: inherit; text-transform: none; -webkit-font-smoothing: antialiased; @@ -1000,14 +880,25 @@ section.llms-instructor-info .llms-author .name { -webkit-transition: color 0.3s ease, background 0.3s ease; transition: color 0.3s ease, background 0.3s ease; position: absolute; - left: -10px; - top: 15px; + left: 5px; + top: 24px; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); } +.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer { + padding: 15px 35px 15px 25px; +} +.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer .llms-points { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} -.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-header.expand-result .toggle-answer::before { +.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-header.expand-result .toggle-answer:before { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); @@ -1023,7 +914,6 @@ section.llms-instructor-info .llms-author .name { padding: 0 20px; border-radius: 4px; } - .bb-template-v2 .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.incorrect .llms-points { border-radius: 6px; } @@ -1048,12 +938,10 @@ section.llms-instructor-info .llms-author .name { } @-webkit-keyframes bs-llms-spinning { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(220deg); transform: rotate(220deg); @@ -1061,18 +949,15 @@ section.llms-instructor-info .llms-author .name { } @keyframes bs-llms-spinning { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(220deg); transform: rotate(220deg); } } - .llms-question-wrapper.type--picture_choice ol.llms-question-choices { display: -webkit-box; display: -ms-flexbox; @@ -1085,8 +970,8 @@ section.llms-instructor-info .llms-author .name { color: var(--bb-success-color) !important; } -.llms-quiz-ui .llms-aq-scale .llms-aq-scale-range::before, -.llms-quiz-ui .llms-aq-scale .llms-aq-scale-range::after { +.llms-quiz-ui .llms-aq-scale .llms-aq-scale-range:before, +.llms-quiz-ui .llms-aq-scale .llms-aq-scale-range:after { display: none !important; } @@ -1095,11 +980,9 @@ section.llms-instructor-info .llms-author .name { -ms-flex-pack: justify; justify-content: space-between; } - .llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio { text-align: center; } - .llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio > span { margin: 0; } @@ -1116,7 +999,6 @@ section.llms-instructor-info .llms-author .name { padding: 0; background: transparent; } - .llms-quiz-ui .llms-question-wrapper.type--picture_reorder ol.llms-question-choices.llms-aq-reorder-list { /* stylelint-disable declaration-block-no-redundant-longhand-properties */ -webkit-box-orient: horizontal; @@ -1127,12 +1009,10 @@ section.llms-instructor-info .llms-author .name { flex-wrap: wrap; /* stylelint-enable */ } - .llms-quiz-ui .llms-question-wrapper.type--picture_reorder ol.llms-question-choices.llms-aq-reorder-list .llms-aq-reorder-item.type--picture { width: -webkit-calc(100% / 3); width: calc(100% / 3); } - .llms-quiz-ui ol.llms-question-choices.llms-aq-reorder-list { display: -webkit-box; display: -ms-flexbox; @@ -1142,24 +1022,20 @@ section.llms-instructor-info .llms-author .name { -ms-flex-direction: column; flex-direction: column; } - .llms-quiz-ui ol.llms-question-choices.llms-aq-reorder-list .llms-aq-reorder-item.type--picture { display: -webkit-box; display: -ms-flexbox; display: flex; } - .llms-quiz-ui .llms-progress { height: 4px; border-radius: 2px; background-color: var(--bb-content-border-color); } - .llms-quiz-ui .llms-progress .progress-bar-complete { background-color: var(--bb-primary-color); border-radius: 2px; } - .llms-quiz-ui .llms-spinning .llms-spinner { width: 20px; height: 20px; @@ -1172,8 +1048,7 @@ section.llms-instructor-info .llms-author .name { -webkit-animation: spin 1s linear infinite; animation: spin 1s linear infinite; } - -.llms-quiz-ui .llms-spinning .llms-spinner::after { +.llms-quiz-ui .llms-spinning .llms-spinner:after { content: "\ef30"; font-family: bb-icons; display: inline-block; @@ -1187,11 +1062,9 @@ section.llms-instructor-info .llms-author .name { bottom: 1px; color: #939597; } - .llms-quiz-ui .llms-spinning { background: transparent; } - .llms-quiz-ui .llms-error { background-color: var(--bb-danger-color); font-size: 14px; @@ -1204,25 +1077,22 @@ section.llms-instructor-info .llms-author .name { margin: 20px 0; padding: 10px 15px; } - .llms-quiz-ui .llms-error a { color: rgba(255, 255, 255, 0.9); margin-left: auto; -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .llms-quiz-ui .llms-error a:hover { color: white; } - .llms-quiz-ui .llms-error a i.fa.fa-times-circle { font-size: 20px; display: inline-block; font-family: bb-icons; speak: none; font-style: normal; - font-weight: 400; + font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; @@ -1230,12 +1100,10 @@ section.llms-instructor-info .llms-author .name { -webkit-font-smoothing: antialiased; color: #fff; } - -.llms-quiz-ui .llms-error a i.fa.fa-times-circle::before { +.llms-quiz-ui .llms-error a i.fa.fa-times-circle:before { content: "\e828"; font-weight: 100; } - .llms-quiz-ui .llms-quiz-nav .button { padding: 10px 2em; min-height: 40px; @@ -1244,72 +1112,58 @@ section.llms-instructor-info .llms-author .name { color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); } - .llms-quiz-ui .llms-quiz-nav .button:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .llms-quiz-ui .llms-quiz-nav .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); } - .llms-quiz-ui .llms-quiz-nav .button.llms-button-secondary { background-color: var(--bb-secondary-button-background-regular); color: var(--bb-secondary-button-text-regular); border: 1px solid var(--bb-secondary-button-border-regular); } - .llms-quiz-ui .llms-quiz-nav .button.llms-button-secondary:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - .llms-quiz-ui .llms-quiz-nav .button.llms-button-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); } - .llms-quiz-ui .llms-quiz-counter { font-size: 14px; color: var(--bb-alternate-text-color); margin-top: 4px; } - .llms-quiz-ui .llms-question-wrapper.type--blank input.llms-aq-blank, .llms-quiz-ui .llms-question-wrapper.type--blank input.llms-aq-blank:focus { border-bottom-width: 1px; color: var(--bb-primary-color); padding-bottom: 2px; } - .llms-quiz-ui .llms-question-wrapper.type--blank input.llms-aq-blank:focus { border-bottom-color: var(--bb-primary-color); } - .llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li { border: 1px solid var(--bb-content-border-color); border-radius: 4px; padding: 10px 20px; } - .llms-quiz-ui .llms-question-wrapper.type--reorder ol.llms-question-choices.llms-aq-reorder-list li.llms-aq-reorder-item.llms-aq-placeholder { border: 1px dashed var(--bb-content-border-color); } - .llms-quiz-ui .llms-question-wrapper.type--reorder ol.llms-question-choices li:last-child { border-bottom: 1px solid var(--bb-content-border-color); } - .llms-quiz-ui .llms-question-wrapper.type--reorder ol.llms-question-choices.llms-aq-reorder-list.dragging { box-shadow: none; } - .llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li > label { padding: 0; } - .llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li > label .llms-marker { float: right; margin: 3px 0 0; @@ -1317,8 +1171,7 @@ section.llms-instructor-info .llms-author .name { border: 0; cursor: move; } - -.llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li > label .llms-marker::after, .llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li > label .llms-marker::before { +.llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li > label .llms-marker:after, .llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li > label .llms-marker:before { font-family: bb-icons; font-size: 18px; text-rendering: auto; @@ -1334,68 +1187,54 @@ section.llms-instructor-info .llms-author .name { color: var(--bb-alternate-text-color); font-weight: 300; } - -.llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li > label .llms-marker::before { +.llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li > label .llms-marker:before { right: 6px; } - .llms-quiz-ui .llms-question-wrapper.type--picture_reorder ol.llms-question-choices.llms-aq-reorder-list li.llms-aq-reorder-item.llms-aq-placeholder { border: 1px dashed var(--bb-content-border-color); } - .llms-quiz-ui .llms-question-wrapper.type--picture_reorder ol.llms-question-choices.llms-aq-reorder-list.dragging { box-shadow: none; } - .llms-quiz-ui .llms-question-wrapper.type--picture_reorder .llms-question-choices li > label .llms-marker { display: none; } - .llms-quiz-ui .llms-question-wrapper.type--picture_reorder .llms-question-choices li > label .llms-marker.type--lister { display: block; } - .llms-quiz-ui .llms-question-wrapper.type--picture_reorder .llms-question-choices li > label .llms-marker.type--lister span { display: block; } - .llms-quiz-ui .llms-question-wrapper.type--short_answer input.llms-aq-short-answer-field { font-size: 15px; } - .llms-quiz-ui .llms-question-wrapper.type--long_answer .llms-aq-long-answer .ql-snow .ql-picker { color: #939597; } - .llms-quiz-ui .llms-question-wrapper.type--long_answer .llms-aq-long-answer .ql-snow .ql-stroke { stroke: #939597; } - .llms-quiz-ui .llms-question-wrapper.type--long_answer .llms-aq-long-answer .ql-snow .ql-fill, .llms-quiz-ui .llms-question-wrapper.type--long_answer .llms-aq-long-answer .ql-snow .ql-stroke.ql-fill { fill: #939597; } - .llms-quiz-ui .llms-question-wrapper.type--long_answer .llms-aq-long-answer .ql-toolbar.ql-snow { border: 0; } - .llms-quiz-ui .llms-question-wrapper.type--long_answer .llms-aq-long-answer .ql-toolbar.ql-snow + .ql-container.ql-snow { border-top: 1px solid var(--bb-content-border-color); border-color: var(--bb-content-border-color); } - .llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader { margin: 20px 0; border: 1px dashed #dedfe2; border-radius: 3px; } - .llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader .fa.fa-upload { font-family: bb-icons; speak: none; font-style: normal; - font-weight: 400; + font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; @@ -1403,64 +1242,52 @@ section.llms-instructor-info .llms-author .name { -webkit-font-smoothing: antialiased; color: var(--bb-primary-color); } - -.llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader .fa.fa-upload::before { +.llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader .fa.fa-upload:before { content: "\ee24"; } - .llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader h2 { font-size: 18px; color: var(--bb-headings-color); } - .llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader em { font-size: 14px; color: #939597; } - .llms-quiz-ui .llms-question-wrapper.type--code .llms-aq-code { font-size: 14px; border-radius: 3px; border: 1px solid var(--bb-content-border-color); } - .llms-quiz-ui .llms-question-wrapper.type--code .llms-aq-code .CodeMirror { background-color: var(--bb-content-border-color); border-radius: 3px; } - .llms-quiz-ui .llms-question-wrapper.type--code .llms-aq-code .CodeMirror pre.CodeMirror-line { padding: 0 10px; } - .llms-quiz-ui .llms-question-wrapper.type--code .llms-aq-code .CodeMirror-gutters { background-color: rgba(0, 0, 0, 0.025); border-right: 1px solid var(--bb-content-border-color); padding-right: 5px; } - .llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale { overflow: hidden; width: auto; } - .llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-label { font-size: 14px; color: #939597; } - .llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range { margin-bottom: 15px; width: auto; -ms-flex-wrap: wrap; flex-wrap: wrap; } - .llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio { margin-right: 5px; margin-bottom: 5px; } - .llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio:first-child .llms-aq-scale-button, .llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio:last-child .llms-aq-scale-button, .llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio .llms-aq-scale-button { @@ -1470,12 +1297,10 @@ section.llms-instructor-info .llms-author .name { height: 50px; padding: 17px 0; } - .llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio .llms-aq-scale-button:hover { background: var(--bb-primary-color); color: #fff; } - .llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio input[type="radio"]:checked + .llms-aq-scale-button { background: var(--bb-primary-color); color: #fff; @@ -1484,23 +1309,19 @@ section.llms-instructor-info .llms-author .name { .llms-quiz-question-wrapper h3.llms-question-text { font-size: 18px; line-height: 1.2; - font-weight: 700; + font-weight: bold; margin: 20px 0; } - .llms-quiz-question-wrapper .llms-question-image { margin-bottom: 30px; } - .llms-quiz-question-wrapper ol.llms-question-choices li.llms-choice { margin-bottom: 10px; padding-bottom: 10px; } - .llms-quiz-question-wrapper ol.llms-question-choices li.llms-choice .llms-choice-text { font-size: 16px; } - .llms-quiz-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker { font-size: 10px; width: 22px; @@ -1510,21 +1331,17 @@ section.llms-instructor-info .llms-author .name { border: 2px solid var(--bb-content-border-color); cursor: pointer; } - .llms-quiz-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker span.iterator { color: var(--bb-alternate-text-color); display: none; } - .llms-quiz-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker .fa { color: var(--bb-primary-color); } - .llms-quiz-question-wrapper ol.llms-question-choices li.llms-choice input:checked + .llms-marker { background: transparent; border-color: var(--bb-primary-color); } - .llms-quiz-question-wrapper .llms-video-wrapper .center-video { border-top: 0; padding: 1em 0 0; @@ -1535,7 +1352,6 @@ section.llms-instructor-info .llms-author .name { height: 0; overflow: hidden; } - .llms-quiz-question-wrapper .llms-video-wrapper .center-video iframe { position: absolute; top: 0; @@ -1545,23 +1361,19 @@ section.llms-instructor-info .llms-author .name { margin: 0; display: block; } - .llms-quiz-question-wrapper .llms-question-wrapper.type--choice ol.llms-question-choices li.llms-choice, .llms-quiz-question-wrapper .llms-question-wrapper.type--true_false ol.llms-question-choices li.llms-choice { border: 1px solid var(--bb-content-border-color); border-radius: 4px; padding: 10px 20px; } - .llms-quiz-question-wrapper .llms-question-wrapper.type--choice ol.llms-question-choices li.llms-choice label, .llms-quiz-question-wrapper .llms-question-wrapper.type--true_false ol.llms-question-choices li.llms-choice label { padding: 0; } - .llms-quiz-question-wrapper .llms-question-wrapper.type--picture_choice ol.llms-question-choices { margin-top: 30px; } - .llms-quiz-question-wrapper .llms-question-wrapper.type--picture_choice ol.llms-question-choices li.llms-choice .llms-marker.type--radio { display: none; } @@ -1599,13 +1411,11 @@ section.llms-instructor-info .llms-author .name { } @media (max-width: 599px) { - .llms-quiz-ui .llms-question-wrapper.type--picture_reorder ol.llms-question-choices.llms-aq-reorder-list .llms-aq-reorder-item.type--picture { width: 100%; } } @media (max-width: 428px) { - .llms-quiz-ui .llms-quiz-nav button#llms-prev-question { margin: 10px 0 0; } @@ -1615,7 +1425,7 @@ section.llms-instructor-info .llms-author .name { } } /* stylelint-disable max-line-length */ -.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment.llms-pa-read::after, +.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment.llms-pa-read:after, .nf-form-wrap .nf-form-content .nf-field-element input[type="button"], .frm_submit button, .llms-button-action.clicked, @@ -1634,16 +1444,13 @@ section.llms-instructor-info .llms-author .name { display: flex; } @media screen and (max-width: 992px) { - .llms-checkout.llms-checkout-cols-2 { display: block; } - .llms-checkout.llms-checkout-cols-2 .llms-checkout-col.llms-col-1 { margin-bottom: 20px; width: 100%; } - .llms-checkout.llms-checkout-cols-2 .llms-checkout-col.llms-col-2 { width: 100%; } @@ -1655,32 +1462,25 @@ section.llms-instructor-info .llms-author .name { .llms-student-dashboard .llms-student-dashboard__frame { background-color: var(--bb-content-background-color); - width: -webkit-calc(100% - 230px); - width: calc(100% - 230px); padding: 38px 40px; border-radius: 0 var(--bb-block-radius) var(--bb-block-radius) 0; } @media screen and (max-width: 992px) { - .llms-student-dashboard .llms-student-dashboard__frame { padding: 38px 30px; } } @media screen and (max-width: 544px) { - .llms-student-dashboard .llms-student-dashboard__frame { padding: 20px; } } - .llms-student-dashboard .llms-student-dashboard__frame .llms-sd-tab.dashboard .llms-sd-section { padding-bottom: 38px; } - .llms-student-dashboard .llms-student-dashboard__frame .llms-sd-tab.dashboard .llms-sd-section:last-of-type { padding-bottom: 0; } - .llms-student-dashboard .llms-student-dashboard__frame > .llms-notice { margin-bottom: 40px; } @@ -1691,34 +1491,30 @@ section.llms-instructor-info .llms-author .name { } .lifterlms .llms-student-dashboard { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; border: 1px solid var(--bb-content-border-color); border-radius: var(--bb-block-radius); position: relative; } -@media only screen and (max-width: 800px) { - +@media (min-width: 600px) { .lifterlms .llms-student-dashboard { - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; + grid-row-gap: 0; } - - .lifterlms .llms-student-dashboard .llms-student-dashboard__frame { - width: 100%; + .lifterlms .llms-student-dashboard .llms-student-dashboard__frame:has(.orders-table), .lifterlms .llms-student-dashboard .llms-student-dashboard__frame:has(.llms-table) { + max-width: 100%; + } + .has-sidebar .lifterlms .llms-student-dashboard .llms-student-dashboard__frame:has(.orders-table), + .has-sidebar .lifterlms .llms-student-dashboard .llms-student-dashboard__frame:has(.llms-table) { + max-width: -webkit-calc(100% - 225px); + max-width: calc(100% - 225px); } } - +body.bb-template-v1 .lifterlms .llms-student-dashboard { + grid-gap: 0; +} .lifterlms .llms-student-dashboard .llms-sep { display: none; } - -.lifterlms .llms-student-dashboard .llms-sd-link { +body .lifterlms .llms-student-dashboard .llms-sd-nav .llms-sd-items .llms-sd-link { display: -webkit-box; display: -ms-flexbox; display: flex; @@ -1727,54 +1523,62 @@ section.llms-instructor-info .llms-author .name { color: var(--bb-headings-color); font-size: 14px; } - .lifterlms .llms-student-dashboard > ul.llms-notice { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } - .lifterlms .llms-sd-notification-center { width: 100%; margin-bottom: 0; } - .lifterlms .redeem-voucher form { width: 100%; margin-bottom: 0; } - .lifterlms .llms-status.llms-completed { color: #fff; } - .lifterlms .llms-person-form-wrapper form { width: 100%; margin-bottom: 0; } - .lifterlms .llms-table-sort .llms-button-secondary.small { padding: 1px 20px; } @media only screen and (max-width: 800px) { - .lifterlms .llms-sd-notification-center { padding: 38px 10px; } } - .lifterlms .llms-sd-items { padding: 30px 0; } @media only screen and (max-width: 800px) { - .lifterlms .llms-sd-items { padding-top: 15px; } } +.lifterlms .llms-form-fields input.llms-field-input { + font-family: inherit; + font-style: inherit; + font-size: 15px; + height: 41px; + 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); +} +.lifterlms .llms-form-fields input.llms-field-input: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); +} @media (max-width: 1200px) { - .has-sidebar.is_dashboard .widget-area:not(.widget-area-secondary) { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -1785,30 +1589,23 @@ section.llms-instructor-info .llms-author .name { .has-sidebar.is_dashboard #primary { max-width: 100%; } - - .has-sidebar.is_dashboard .llms-student-dashboard .llms-student-dashboard__frame { - width: 100%; - } } - .lifterlms .llms-sd-header { min-width: 230px; background: var(--bb-content-alternate-background-color); border-right: 1px solid var(--bb-content-border-color); border-radius: var(--bb-block-radius) 0 0 var(--bb-block-radius); } - .lifterlms .llms-sd-header .llms-sd-title { display: none; padding: 12px 20px; font-size: 14px; text-transform: uppercase; - font-weight: 700; + font-weight: bold; margin: 0; cursor: pointer; } - -.lifterlms .llms-sd-header .llms-sd-title::after { +.lifterlms .llms-sd-header .llms-sd-title:after { font-family: bb-icons; content: "\edb1"; font-size: 1em; @@ -1818,7 +1615,6 @@ section.llms-instructor-info .llms-author .name { float: right; } @media only screen and (max-width: 800px) { - .lifterlms .llms-sd-header { border-right: none; display: -webkit-box; @@ -1829,14 +1625,12 @@ section.llms-instructor-info .llms-author .name { -ms-flex-direction: column; flex-direction: column; } - .lifterlms .llms-sd-header .llms-sd-nav { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; display: none; } - .lifterlms .llms-sd-header .llms-sd-title { display: block; -webkit-box-ordinal-group: 2; @@ -1846,20 +1640,17 @@ section.llms-instructor-info .llms-author .name { } @media only screen and (min-width: 800px) { - body:not(.has-sidebar) .lifterlms .llms-sd-header nav.llms-sd-nav { display: block; } } @media only screen and (min-width: 1200px) { - .has-sidebar .lifterlms .llms-sd-header nav.llms-sd-nav { display: block; } } @media only screen and (max-width: 1200px) { - .has-sidebar .lifterlms .llms-sd-header { border-right: none; display: -webkit-box; @@ -1870,14 +1661,12 @@ section.llms-instructor-info .llms-author .name { -ms-flex-direction: column; flex-direction: column; } - .has-sidebar .lifterlms .llms-sd-header .llms-sd-nav { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; display: none; } - .has-sidebar .lifterlms .llms-sd-header .llms-sd-title { display: block; -webkit-box-ordinal-group: 2; @@ -1886,29 +1675,18 @@ section.llms-instructor-info .llms-author .name { } } @media only screen and (max-width: 1200px) { - - .has-sidebar .lifterlms .llms-student-dashboard { - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; - } - .has-sidebar .lifterlms .llms-student-dashboard .llms-notice.llms-error { position: static; margin: 20px; } - .has-sidebar .lifterlms .llms-student-dashboard .llms-notice.llms-error + form, .has-sidebar .lifterlms .llms-student-dashboard .llms-notice.llms-error + .llms-sd-tab.dashboard section:first-child { padding-top: 38px; } - .has-sidebar .lifterlms .llms-student-dashboard .llms-notice.llms-error + .llms-person-login-form-wrapper { margin-top: 75px; } } @media only screen and (max-width: 1200px) { - .has-sidebar .llms-student-dashboard.redeem-voucher > .llms-notice { width: -webkit-calc(100% - 60px); width: calc(100% - 60px); @@ -1934,7 +1712,6 @@ body:not(.logged-in).llms-pointer.is_dashboard .llms-student-dashboard.dashboard flex-direction: column; } @media only screen and (max-width: 800px) { - .llms-sd-items { /* stylelint-disable declaration-block-no-redundant-longhand-properties */ -webkit-box-orient: horizontal; @@ -1947,15 +1724,12 @@ body:not(.logged-in).llms-pointer.is_dashboard .llms-student-dashboard.dashboard /* stylelint-enable */ } } - .llms-sd-items .current { background-color: var(--bb-content-background-color); } - .llms-sd-items .current a { color: var(--bb-headings-color); } - .llms-sd-items .llms-sd-item a::before { font-size: 22px; text-rendering: auto; @@ -1965,90 +1739,76 @@ body:not(.logged-in).llms-pointer.is_dashboard .llms-student-dashboard.dashboard min-width: 25px; } @media only screen and (max-width: 768px) { - .llms-sd-items .llms-sd-item a::before { display: none; } } - .llms-sd-items .llms-sd-item a:hover { color: var(--bb-primary-color); } @media only screen and (max-width: 800px) { - .llms-sd-items .llms-sd-item { width: 100%; } } - .llms-sd-items .llms-sd-item:hover a { color: var(--bb-primary-color); } - .llms-sd-items .dashboard a::before { content: "\ee74"; font-family: bb-icons; } - .llms-sd-items .signout a::before { content: "\eefd"; font-family: bb-icons; } - .llms-sd-items .orders a::before { content: "\eeab"; font-family: bb-icons; } - .llms-sd-items .my-grades a::before { content: "\e868"; font-family: bb-icons; } - .llms-sd-items .edit-account a::before { content: "\ee5a"; font-family: bb-icons; } - .llms-sd-items .view-memberships a::before { content: "\eed4"; font-family: bb-icons; } - .llms-sd-items .notifications a::before { content: "\e8a5"; font-family: bb-icons; } - .llms-sd-items .view-certificates a::before { content: "\e975"; font-family: bb-icons; } - +.llms-sd-items .view-favorites a::before { + content: "\eeb2"; + font-family: bb-icons; +} .llms-sd-items .view-achievements a::before { content: "\ee04"; font-family: bb-icons; } - .llms-sd-items .view-courses a::before { content: "\eeac"; font-family: bb-icons; } - .llms-sd-items .redeem-voucher a::before { content: "\ef0c"; font-family: bb-icons; } - .llms-sd-items .view-groups a::before { content: "\e95d"; font-family: bb-icons; } - .llms-sd-items li.llms-sd-item { cursor: pointer; } - .llms-sd-items li.llms-sd-item:hover { background-color: rgba(77, 92, 109, 0.1); } @@ -2064,22 +1824,19 @@ body:not(.logged-in).llms-pointer.is_dashboard .llms-student-dashboard.dashboard .llms-sd-grades .llms-table-sort form label { display: none; } - .llms-sd-grades .llms-table-sort form select { border-radius: var(--bb-input-radius); font-size: 13px; } - .llms-sd-grades .llms-table-sort form .llms-button-secondary { background-color: var(--bb-primary-button-background-regular); color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); + margin-left: 15px; } - .llms-sd-grades .llms-table-sort form .llms-button-secondary:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .llms-sd-grades .llms-table-sort form .llms-button-secondary:hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); @@ -2092,30 +1849,34 @@ body:not(.logged-in).llms-pointer.is_dashboard .llms-student-dashboard.dashboard margin-bottom: 0; border-radius: 4px; } - -.llms-student-dashboard .llms-sd-section.llms-sd-grades { +.llms-student-dashboard .llms-sd-section.llms-view-order, .llms-student-dashboard .llms-sd-section.llms-my-orders, .llms-student-dashboard .llms-sd-section.llms-sd-grades { overflow: auto; } +.llms-student-dashboard .llms-sd-section .llms-certificate { + padding: 0; +} @media screen and (max-width: 1200px) and (min-width: 600px) { - .llms-student-dashboard .llms-sd-section.llms-my-orders { overflow-x: auto; } - .llms-student-dashboard .llms-sd-section.llms-my-orders table { min-width: 760px; } } +.llms-student-dashboard.dashboard .llms-sd-section { + border: 0; + margin-bottom: 0; + padding: 0; +} .llms-student-dashboard .dashboard .llms-sd-section:last-of-type { padding-bottom: 38px; } - -.llms-student-dashboard .dashboard .llms-sd-section:last-of-type::after { +.llms-student-dashboard .dashboard .llms-sd-section:last-of-type:after { display: none; } -.llms-sd-tab.dashboard section.llms-sd-section::after { +.llms-sd-tab.dashboard section.llms-sd-section:after { content: ""; display: inline-block; width: 100%; @@ -2132,7 +1893,6 @@ body:not(.logged-in).llms-pointer.is_dashboard .llms-student-dashboard.dashboard font-size: 22px; margin-bottom: 0; } - .llms-student-dashboard .llms-sd-section .llms-sd-section-footer { margin-top: 0; } @@ -2147,7 +1907,6 @@ body:not(.logged-in).llms-pointer.is_dashboard .llms-student-dashboard.dashboard vertical-align: middle; } @media screen and (max-width: 600px) { - .llms-student-dashboard .orders-table th, .llms-student-dashboard .orders-table td { text-align: left; @@ -2206,7 +1965,7 @@ body:not(.logged-in).llms-pointer.is_dashboard .llms-student-dashboard.dashboard display: contents; } -.lifter-purchase::before { +.lifter-purchase:before { display: inline-block; width: 100%; height: 60px; @@ -2224,7 +1983,6 @@ body:not(.logged-in).llms-pointer.is_dashboard .llms-student-dashboard.dashboard border-color: var(--bb-content-border-color); margin-bottom: 10px; } - .llms-general-notification span { border-radius: 4px 0 0 4px; } @@ -2238,27 +1996,30 @@ body:not(.logged-in).llms-pointer.is_dashboard .llms-student-dashboard.dashboard background: var(--bb-primary-color); } +.orders-table, .llms-table { border-collapse: separate; font-size: 14px; min-width: 760px; border: 0; } - +.orders-table td, .llms-table td { border: 0; border-bottom: 1px solid var(--bb-content-border-color); padding: 15px 12px; } - +.orders-table td .llms-donut.mini, .llms-table td .llms-donut.mini { float: left; } - +.orders-table tr:last-child td, .llms-table tr:last-child td { border-bottom: 0; } +.orders-table thead th, +.orders-table thead td, .llms-table thead th, .llms-table thead td { font-size: 15px; @@ -2288,15 +2049,16 @@ body:not(.logged-in).llms-pointer.is_dashboard .llms-student-dashboard.dashboard background: transparent; } +.orders-table thead th, .llms-table thead th { text-transform: uppercase; - font-weight: 400; + font-weight: normal; font-size: 14px; color: var(--bb-alternate-text-color); white-space: nowrap; } @media screen and (max-width: 1200px) { - + .orders-table thead th, .llms-table thead th { font-size: 13px; letter-spacing: -1px; @@ -2305,10 +2067,11 @@ body:not(.logged-in).llms-pointer.is_dashboard .llms-student-dashboard.dashboard } } +.orders-table tfoot tr, .llms-table tfoot tr { background-color: transparent; } - +.orders-table tfoot label, .llms-table tfoot label { font-size: 15px; margin: 1px 0 0; @@ -2330,7 +2093,6 @@ td.llms-table-navigation { -ms-flex-align: center; align-items: center; } - .llms-table-sort form select { margin: 0 10px; } @@ -2354,15 +2116,12 @@ td.llms-table-navigation { -ms-flex-direction: column; flex-direction: column; } - .llms-sd-widgets .llms-sd-widget-title { margin-right: 10px; } - .llms-sd-widgets .llms-sd-widget:first-child { margin-left: 10px; } - .llms-sd-widgets .llms-sd-widget:last-child { margin-right: 10px; } @@ -2376,16 +2135,40 @@ td.llms-table-navigation { font-weight: 400; color: var(--bb-body-text-color); } - .llms-person-form.edit-account .llms-form-fields .llms-form-field input { margin-top: 9px; margin-bottom: 21px; } - .llms-person-form.edit-account .llms-form-fields .llms-form-field .select2-container { margin-top: 9px; } - +.llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter { + color: var(--bb-headings-color); + font-size: 13px; + border-radius: var(--bb-block-radius-inner); + margin-bottom: 10px; +} +.llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.mismatch, .llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.too-short, .llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.very-weak { + border-color: var(--bb-danger-color); +} +.llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.mismatch:before, .llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.too-short:before, .llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.very-weak:before { + background-color: rgba(var(--bb-danger-color-rgb), 0.5); +} +.llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.weak { + border-color: var(--bb-warning-color); +} +.llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.weak:before { + background-color: rgba(var(--bb-warning-color-rgb), 0.5); +} +.llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.medium, .llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.strong { + border-color: var(--bb-success-color); +} +.llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.medium:before, .llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.strong:before { + background-color: rgba(var(--bb-success-color-rgb), 0.5); +} +.llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter + .llms-password-strength-meter { + line-height: 1.4; +} .llms-person-form.edit-account .llms-field-button.llms-button-action { font-size: 15px; font-weight: 500; @@ -2394,7 +2177,6 @@ td.llms-table-navigation { body:not(.logged-in) .lifterlms .llms-student-dashboard { border: 0; } - body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form { border: 1px solid var(--bb-content-border-color); background-color: var(--bb-content-background-color); @@ -2403,20 +2185,17 @@ body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form font-size: 14px; } @media only screen and (max-width: 992px) { - body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form { padding-left: 10%; padding-right: 10%; } } @media only screen and (max-width: 800px) { - body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form { padding-left: 5%; padding-right: 5%; } } - body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .llms-button-action { font-weight: 500; font-size: 15px; @@ -2432,25 +2211,30 @@ body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form display: -ms-flexbox; display: flex; } - .llms-student-dashboard.orders .order-title .llms-status { margin-left: 20px; font-size: 12px; padding: 0 15px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.llms-student-dashboard.orders .order-title .llms-status.llms-completed { + background-color: var(--bb-success-color); } - .llms-student-dashboard.orders table { font-size: 14px; border: 0; } @media screen and (min-width: 600px) { - .llms-student-dashboard.orders table th, .llms-student-dashboard.orders table td { border-top: 1px solid var(--bb-content-border-color); } } - .llms-student-dashboard.orders table .llms-status { padding: 0 10px; float: right; @@ -2462,57 +2246,58 @@ body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form text-align: center; min-width: 85px; } - .llms-student-dashboard.orders table .llms-status.llms-completed, .llms-student-dashboard.orders table .llms-status.llms-refunded { color: var(--bb-success-color); border-color: var(--bb-success-color); } - .llms-student-dashboard.orders table .llms-status.llms-pending { color: var(--bb-warning-color); border-color: var(--bb-warning-color); } - .llms-student-dashboard.orders table .llms-status.llms-cancelled, .llms-student-dashboard.orders table .llms-status.llms-failed { color: var(--bb-danger-color); border-color: var(--bb-danger-color); } - .llms-student-dashboard.orders .orders-table tbody tr:first-child th, .llms-student-dashboard.orders .orders-table tbody tr:first-child td { border-top: 0; } - .llms-student-dashboard.orders .orders-table th { - font-weight: 400; + font-weight: normal; color: var(--bb-headings-color); } - +.llms-student-dashboard.orders .orders-table tbody tr th, +.llms-student-dashboard.orders .orders-table tbody tr td { + border-bottom: 0; +} +.llms-student-dashboard.orders .orders-table tbody tr th .llms-status, +.llms-student-dashboard.orders .orders-table tbody tr td .llms-status { + padding: 4px 10px; +} .llms-student-dashboard.orders .orders-table tbody tr:nth-child(even) th, .llms-student-dashboard.orders .orders-table tbody tr:nth-child(even) td { - background-color: var(--bb-content-alternate-background-color); + background-color: transparent; +} +.llms-student-dashboard.orders .orders-table tbody tr:nth-child(odd) td, +.llms-student-dashboard.orders .orders-table tbody tr:nth-child(odd) th { + background-color: transparent; } - .llms-student-dashboard.orders .orders-table tbody tr:hover td { - background-color: var(--bb-content-alternate-background-color); + background-color: transparent; } - .llms-student-dashboard.orders .orders-table tbody td:first-child a { margin-right: 5px; } @media screen and (min-width: 600px) { - .llms-student-dashboard.orders .orders-table tbody tr.llms-order-item .llms-button-primary { opacity: 0; } - .llms-student-dashboard.orders .orders-table tbody tr.llms-order-item:hover .llms-button-primary { opacity: 1; } } - .llms-student-dashboard.orders .orders-table thead td { - font-weight: 400; + font-weight: normal; text-transform: uppercase; border-top: 0; color: var(--bb-alternate-text-color); @@ -2520,7 +2305,6 @@ body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form letter-spacing: -0.4px; } @media screen and (max-width: 1250px) { - .llms-student-dashboard.orders .llms-student-dashboard .orders-table th, .llms-student-dashboard.orders .llms-student-dashboard .orders-table td { padding-left: 6px; @@ -2529,17 +2313,14 @@ body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form } @media screen and (min-width: 1200px) and (max-width: 1300px) { - .has-sidebar .llms-student-dashboard.orders table .llms-status { float: none; white-space: nowrap; } - .has-sidebar .llms-student-dashboard.orders table { font-size: 13px; } } - .orders-table .llms-button-primary { background-color: var(--bb-secondary-button-background-regular); color: var(--bb-secondary-button-text-regular); @@ -2547,11 +2328,9 @@ body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form padding: 6px 20px; min-width: auto; } - .orders-table .llms-button-primary:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - .orders-table .llms-button-primary:hover { background-color: var(--bb-secondary-button-background-hover); color: var(--bb-secondary-button-text-hover); @@ -2559,16 +2338,30 @@ body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form box-shadow: none; } +.llms-sd-notification-center { + background-color: transparent; + padding: 0; + border: 0; +} +.llms-sd-notification-center .llms-notification-title { + color: var(--bb-headings-color); +} .llms-sd-notification-center .llms-notification-list-item:hover .llms-notification { background-color: inherit; } - .llms-sd-notification-center .llms-notification { + display: block; border-top: 1px solid var(--bb-content-border-color); box-shadow: none; background-color: transparent; } - +.llms-sd-notification-center .llms-notification:has(.llms-mini-cert--body) { + display: block; +} +.llms-sd-notification-center .llms-notification:has(.llms-mini-cert--body) .llms-notification-footer { + margin-left: 0; + max-width: 75%; +} .llms-sd-notification-center .llms-notification-list-item:first-child .llms-notification { border-top: 0; } @@ -2582,19 +2375,16 @@ body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form font-size: 15px; margin-right: 10px; } - .llms-student-dashboard.redeem-voucher input[name="llms_voucher_code"] { border-radius: var(--bb-input-radius); padding: 0 20px; } @media screen and (max-width: 992px) { - .llms-student-dashboard.redeem-voucher input[name="llms_voucher_code"] { width: 100%; margin-top: 10px; } } - .llms-student-dashboard.redeem-voucher button { padding-top: 6px; padding-bottom: 6px; @@ -2602,11 +2392,9 @@ body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); } - .llms-student-dashboard.redeem-voucher button:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .llms-student-dashboard.redeem-voucher button:hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); @@ -2616,15 +2404,12 @@ body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .llms-sd-section__blank { text-align: center; } - .llms-sd-section__blank img { margin: 0 0 20px; } - .llms-sd-section__blank p { color: var(--bb-alternate-text-color); } - .llms-sd-section__blank i { font-size: 70px; color: #a1a9b5; @@ -2642,44 +2427,12 @@ body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form } @media only screen and (max-width: 1200px) { - .llms-student-dashboard .llms-sd-section.llms-view-order .order-primary, .llms-student-dashboard .llms-sd-section.llms-view-order .order-secondary { width: 100%; float: none; } } - -body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-section, -body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notification-center { - position: relative; -} -@media only screen and (min-width: 800px) { - - body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-section .llms-sd-section__blank, - body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notification-center .llms-sd-section__blank { - position: relative; - top: 50%; - left: 50%; - -webkit-transform: translate(-50%, -50%); - -ms-transform: translate(-50%, -50%); - transform: translate(-50%, -50%); - } -} - -@media only screen and (min-width: 1200px) { - - .has-sidebar .llms-student-dashboard:not(.dashboard) .llms-sd-section .llms-sd-section__blank, - .has-sidebar .llms-student-dashboard:not(.dashboard) .llms-sd-notification-center .llms-sd-section__blank { - position: relative; - top: 50%; - left: 50%; - -webkit-transform: translate(-50%, -50%); - -ms-transform: translate(-50%, -50%); - transform: translate(-50%, -50%); - } -} - .llms-student-dashboard.redeem-voucher > .llms-notice, .llms-student-dashboard.edit-account > .llms-notice { position: absolute; @@ -2689,7 +2442,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica right: 80px; } @media only screen and (max-width: 992px) { - .llms-student-dashboard.redeem-voucher > .llms-notice, .llms-student-dashboard.edit-account > .llms-notice { width: -webkit-calc(100% - 290px); @@ -2699,7 +2451,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica } } @media only screen and (max-width: 800px) { - .llms-student-dashboard.redeem-voucher > .llms-notice, .llms-student-dashboard.edit-account > .llms-notice { width: -webkit-calc(100% - 60px); @@ -2720,7 +2471,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica .llms-sd-widgets .llms-sd-widget .llms-achievement { max-width: 240px; } - .llms-sd-widgets .llms-sd-widget .llms-achievement .llms-achievement-content { margin: 0 0 10px; } @@ -2740,43 +2490,34 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica .llms-single-course-grades-wrapper { overflow-x: auto; } - .llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades { margin-left: 0; margin-right: 0; } - .llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-donut { margin-bottom: 0; } - .llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-status { margin-top: 0; color: #fff; } - .llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-status.llms-pass { background-color: var(--bb-success-color); } - .llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-status.llms-pending, .llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-status.llms-incomplete { background-color: var(--bb-warning-color); } - .llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-status.llms-fail { background-color: var(--bb-danger-color); } - .llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-assignment > a, .llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-associated_quiz > a { margin-top: 6px; display: inline-block; } - .llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades tr.llms-section:first-child th { padding-top: 8px; } - .llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades tr.llms-section th { padding-top: 30px; padding-bottom: 15px; @@ -2789,11 +2530,9 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica .llms-single-course-grades .llms-overall_grade { text-align: center; } - .llms-single-course-grades.llms-table td { vertical-align: middle; } - .llms-single-course-grades td.llms-assignment .llms-single-course-grades__inCell, .llms-single-course-grades td.llms-associated_quiz .llms-single-course-grades__inCell { display: -webkit-box; @@ -2806,17 +2545,14 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica -ms-flex-pack: center; justify-content: center; } - .llms-single-course-grades td.llms-assignment .llms-single-course-grades__inCell > *, .llms-single-course-grades td.llms-associated_quiz .llms-single-course-grades__inCell > * { margin: 0 4px; } - .llms-single-course-grades td.llms-assignment .llms-single-course-grades__inCell > a, .llms-single-course-grades td.llms-associated_quiz .llms-single-course-grades__inCell > a { font-size: 80%; } - .llms-single-course-grades .llms-status { border-radius: 3px; border: 0; @@ -2836,18 +2572,15 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica .llms-loop-list .llms-loop-item { width: -webkit-calc(33.333% - 20px); width: calc(33.333% - 20px); - /* Set default certificate width */ } @media only screen and (max-width: 1200px) { - .llms-loop-list .llms-loop-item { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); } } @media only screen and (max-width: 992px) { - .llms-loop-list .llms-loop-item { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); @@ -2859,14 +2592,12 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica width: calc(33.333% - 20px); } @media only screen and (max-width: 1200px) { - .llms-loop-list.cols-3 .llms-loop-item { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); } } @media only screen and (max-width: 992px) { - .llms-loop-list.cols-3 .llms-loop-item { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); @@ -2876,23 +2607,19 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica .has-sidebar .llms-student-dashboard .llms-loop-list .llms-loop-item { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); - /* Set default certificate width */ } @media only screen and (max-width: 1200px) { - .has-sidebar .llms-student-dashboard .llms-loop-list .llms-loop-item { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); } } - .has-sidebar .llms-student-dashboard .llms-loop-list.cols-3 .llms-loop-item { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); } @media only screen and (max-width: 1200px) { - .has-sidebar .llms-student-dashboard .llms-loop-list.cols-3 .llms-loop-item { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); @@ -2909,14 +2636,12 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica flex-wrap: wrap; } @media only screen and (max-width: 1200px) { - .lifterlms .llms-sd-section .llms-loop-list { -ms-flex-preferred-size: 50%; flex-basis: 50%; } } @media only screen and (max-width: 992px) { - .lifterlms .llms-sd-section .llms-loop-list { -ms-flex-preferred-size: 100%; flex-basis: 100%; @@ -2933,51 +2658,44 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica flex-wrap: wrap; } @media only screen and (max-width: 1200px) { - .llms-loop-list { -ms-flex-preferred-size: 50%; flex-basis: 50%; } } @media only screen and (max-width: 992px) { - .llms-loop-list { -ms-flex-preferred-size: 100%; flex-basis: 100%; } } - .llms-loop-list li.llms-loop-item { border-radius: var(--bb-block-radius); padding-bottom: 0; border: 1px solid var(--bb-content-border-color); margin: 10px; } - .llms-loop-list li.llms-loop-item:hover { box-shadow: 0 4px 32px 0 rgba(18, 43, 70, 0.1); -webkit-transition: box-shadow 0.3s ease-in-out; transition: box-shadow 0.3s ease-in-out; } - .llms-loop-list .llms-loop-item-content { background-color: var(--bb-content-background-color); padding-bottom: 0; margin: 0; height: auto !important; border-radius: var(--bb-block-radius); + border: 0; } - .llms-loop-list .llms-loop-item-content .fluid-width-video-wrapper { margin: 0; } - .llms-loop-list .llms-loop-item-content .llms-meta, .llms-loop-list .llms-loop-item-content .llms-author, .llms-loop-list .llms-loop-item-content .llms-loop-title { padding: 0; } - .llms-loop-list .llms-loop-item-content a.llms-loop-link { display: -webkit-box; display: -ms-flexbox; @@ -2988,13 +2706,11 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica flex-direction: column; height: 100%; } - .llms-loop-list .llms-loop-item-content .llms-loop-item-footer { padding-bottom: 15px; border-top: 0; border-radius: 0 0 4px 4px; } - .llms-loop-list .llms-loop-item-content .llms-author { font-weight: 500; margin-bottom: 20px; @@ -3005,25 +2721,20 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica -ms-flex-align: center; align-items: center; } - .llms-loop-list .llms-loop-item-content .llms-author .llms-author-info.name { color: var(--bb-body-text-color); } - .llms-loop-list .llms-loop-item-content .llms-meta { margin-bottom: 0; font-size: 13px; color: var(--bb-alternate-text-color); } - .llms-loop-list .llms-loop-item-content .llms-progress .llms-progress-bar { height: 4px; } - .llms-loop-list .llms-loop-item-content .llms-progress .progress-bar-complete { background-color: var(--bb-primary-color); } - .llms-loop-list .llms-loop-item-content .llms-loop-item-after-image { padding: 14px 20px; } @@ -3032,7 +2743,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica .llms-loop-link .bb-cover-wrap { padding-top: 56.25%; } - .bb-cover-wrap--llms .ld-status, .llms-loop-link .bb-cover-wrap .ld-status { position: absolute; @@ -3048,7 +2758,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica line-height: 1; letter-spacing: 0.23px; } - .bb-cover-wrap--llms .ld-status.ld-status-complete.ld-primary-background, .llms-loop-link .bb-cover-wrap .ld-status.ld-status-complete.ld-primary-background { background-color: var(--bb-success-color); @@ -3063,11 +2772,9 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica .llms-sd-section.llms-my-courses .llms-loop-list .llms-loop-item-content a.llms-loop-link { height: initial; } - .llms-sd-section.llms-my-courses .llms-loop-list .llms-loop-item-content a.llms-loop-link .llms-loop-item-after-image { text-align: left; } - .llms-sd-section.llms-my-courses .llms-loop-list .llms-loop-item-content .llms-loop-item-footer { padding-bottom: 0; } @@ -3080,11 +2787,9 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica text-transform: uppercase; text-align: left; } - .single-course.llms-pointer .llms-extra { position: relative; } - .single-course.llms-pointer .llms-extra-logged-out i, .single-course.llms-pointer .llms-extra-locked i { font-family: bb-icons !important; @@ -3096,9 +2801,8 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica border: 2px solid #cacaca; border-radius: 100%; } - -.single-course.llms-pointer .llms-extra-logged-out i::before, -.single-course.llms-pointer .llms-extra-locked i::before { +.single-course.llms-pointer .llms-extra-logged-out i:before, +.single-course.llms-pointer .llms-extra-locked i:before { content: "\e876"; font-size: 12px; position: absolute; @@ -3109,34 +2813,27 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica transform: translateY(-50%) translateX(-50%); color: transparent; } - .single-course.llms-pointer .bb-llms-content-wrap .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link:hover { background: transparent; } - .single-course.llms-pointer .bb-llms-banner { padding: 0 20px; } - .single-course.llms-pointer .bb-llms-content-wrap { padding-top: 35px; padding-bottom: 50px; } - .single-course.llms-pointer .bb-llms-content-wrap > p { font-size: 16px; } - .single-course.llms-pointer .bb-llms-content-wrap > .llms-video-wrapper, .single-course.llms-pointer .bb-llms-content-wrap > .llms-audio-wrapper { margin-bottom: 25px; } - .single-course.llms-pointer .bb-llms-content-wrap > .llms-video-wrapper .center-audio iframe, .single-course.llms-pointer .bb-llms-content-wrap > .llms-audio-wrapper .center-audio iframe { width: 100%; } - .single-course.llms-pointer .bb-course-excerpt { margin-bottom: 20px; opacity: 0.8; @@ -3144,21 +2841,17 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica letter-spacing: -0.24px; line-height: 27px; } - .single-course.llms-pointer .bb-course-points { margin-bottom: 35px; } - .single-course.llms-pointer .bb-course-points a.anchor-course-points { color: #fff; font-size: 15px; font-weight: 500; } - .single-course.llms-pointer .bb-course-points a.anchor-course-points i { margin-left: 10px; } - .single-course.llms-pointer .bb-course-banner-inner { max-width: -webkit-calc(100% - 480px); max-width: calc(100% - 480px); @@ -3166,7 +2859,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica width: calc(100% - 480px); } @media screen and (max-width: 1200px) { - .single-course.llms-pointer .bb-course-banner-inner { max-width: -webkit-calc(100% - 400px); max-width: calc(100% - 400px); @@ -3175,7 +2867,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica } } @media screen and (max-width: 880px) { - .single-course.llms-pointer .bb-course-banner-inner { max-width: -webkit-calc(100% - 320px); max-width: calc(100% - 320px); @@ -3183,13 +2874,11 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica width: calc(100% - 320px); } } - .single-course.llms-pointer .bb-preview-course-link-wrap { position: relative; padding: 68px 0; color: #fff; } - .single-course.llms-pointer .bb-single-course-sidebar .widget { box-shadow: 0 32px 54px 0 rgba(0, 0, 0, 0.1); border-radius: var(--bb-block-radius); @@ -3198,7 +2887,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica background-color: var(--bb-content-background-color); margin-bottom: 0; } - .single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap { margin: 0 -30px; border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; @@ -3214,21 +2902,17 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica -ms-flex-pack: center; justify-content: center; } - .single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap audio { width: 100%; background-color: #e2e7ed; } - .single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap audio:focus { outline: 0; } - .single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap audio::-webkit-media-controls-panel { background-color: #e2e7ed; border-radius: 0; } - .single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap.bb-thumbnail-preview { display: block; height: 0; @@ -3236,7 +2920,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica position: relative; z-index: 1; } - .single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap.bb-thumbnail-preview img { position: absolute; top: 0; @@ -3250,11 +2933,9 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica min-width: 100%; object-fit: cover; } - .single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap { padding: 0; } - .single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container { height: 0; padding-bottom: 56.25%; @@ -3262,7 +2943,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica z-index: 1; background-color: var(--bb-cover-image-background-color); } - .single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay { position: absolute; z-index: 2; @@ -3278,17 +2958,14 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay:hover .bb-course-play-btn { width: 60px; height: 60px; background-color: rgba(248, 248, 248, 0.9); } - -.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay:hover .bb-course-play-btn::after { +.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay:hover .bb-course-play-btn:after { border-color: transparent transparent transparent var(--bb-primary-color); } - .single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay > div { display: -webkit-box; display: -ms-flexbox; @@ -3304,7 +2981,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica font-weight: 500; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); } - .single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay .bb-course-play-btn-wrapper { width: 60px; height: 60px; @@ -3316,7 +2992,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica -ms-flex-align: center; align-items: center; } - .single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay .bb-course-play-btn { display: -webkit-box; display: -ms-flexbox; @@ -3332,8 +3007,7 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - -.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay .bb-course-play-btn::after { +.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay .bb-course-play-btn:after { content: ""; display: inline-block; position: relative; @@ -3347,28 +3021,24 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .single-course.llms-pointer .bb-single-course-sidebar .lifter-sidebar-widgets, .single-course.llms-pointer .bb-single-course-sidebar .widget_course_syllabus { margin: 0; list-style: none; } - .single-course.llms-pointer .bb-single-course-sidebar .lifter-sidebar-widgets .widget, .single-course.llms-pointer .bb-single-course-sidebar .widget_course_syllabus .widget { margin: 15px 0; padding: 15px 25px; } - -.single-course.llms-pointer .llms-meta-info h3 { +.single-course.llms-pointer .llms-meta-info h3, +.single-course.llms-pointer .llms-meta-info .llms-meta-title { font-size: 16px; text-transform: uppercase; } - .single-course.llms-pointer .llms-instructor-info { margin-bottom: 15px; } - .single-course.llms-pointer .llms-instructor-info h3 { font-size: 16px; font-weight: 600; @@ -3376,7 +3046,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica text-transform: uppercase; text-align: left; } - .single-course.llms-pointer .llms-instructor-info .llms-author .llms-author-avatar { display: -webkit-box; display: -ms-flexbox; @@ -3386,11 +3055,9 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica align-items: center; margin-right: 20px; } - .single-course.llms-pointer .llms-instructor-info .llms-author .llms-author-avatar img { margin: 0; } - .single-course.llms-pointer .llms-instructor-info .llms-author-holder .llms-author-info.name { margin-left: 0; text-align: left; @@ -3399,11 +3066,9 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica line-height: 1; margin-bottom: 5px; } - .single-course.llms-pointer .llms-instructor-info .llms-author-holder .llms-author-info.label { margin: 0; } - .single-course.llms-pointer .llms-instructor-info .llms-author-holder .llms-author-name-holder { display: -webkit-box; display: -ms-flexbox; @@ -3412,7 +3077,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica -ms-flex-align: center; align-items: center; } - .single-course.llms-pointer .llms-instructor-info .llms-author-holder .meta-saperator { margin: 0 15px; line-height: 13px; @@ -3429,13 +3093,11 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica font-size: 16px; color: var(--bb-headings-color); } - .single-course.llms-pointer .llms-instructor-info .llms-author-holder .llms-author-number-courses { font-size: 14px; line-height: 1.2; margin-bottom: 0; } - .single-course.llms-pointer .bb-modal.bb_course_video_details { padding: 10px; max-height: -webkit-calc(100vh - 20px); @@ -3444,7 +3106,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica -ms-flex: 1 1 auto; flex: 1 1 auto; } - .single-course.llms-pointer .bb-modal.bb_course_video_details button.mfp-close { width: 30px; height: 30px; @@ -3454,7 +3115,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica background-color: #fff; } @media screen and (min-width: 820px) { - .single-course.llms-pointer .bb-single-course-sidebar { max-width: 380px; -webkit-box-flex: 0; @@ -3466,27 +3126,22 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica } } @media screen and (min-width: 768px) { - .single-course.llms-pointer .bb-grid .bb-llms-content-wrap { padding-right: 8%; } - .single-course.llms-pointer .site-content { padding-left: 30px; padding-right: 30px; } } @media screen and (max-width: 819px) { - .single-course.llms-pointer .bb-course-banner-inner { max-width: 100%; width: 100%; } - .single-course.llms-pointer .bb-course-banner-info { padding: 30px 0; } - .single-course.llms-pointer .bb-grid .bb-single-course-sidebar { max-width: 100%; -webkit-box-flex: 0; @@ -3497,11 +3152,9 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica order: 1; margin: 30px 0 20px !important; } - .single-course.llms-pointer .bb-grid .bb-single-course-sidebar .thumbnail-container img { width: 100%; } - .single-course.llms-pointer .bb-grid #lifter-course-content { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; @@ -3511,7 +3164,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica } } @media screen and (min-width: 681px) { - .single-course.llms-pointer .bb-llms-content-wrap { max-width: 820px; } @@ -3527,7 +3179,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica display: flex; margin-bottom: 30px; } - .wp-block-llms-course-progress .llms-progress { display: -webkit-box; display: -ms-flexbox; @@ -3542,7 +3193,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica align-items: center; height: auto; } - .wp-block-llms-course-progress .llms-progress .progress__indicator { margin: 0; display: block; @@ -3552,19 +3202,16 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica line-height: normal; padding-right: 20px; } - .wp-block-llms-course-progress .llms-progress .progress__indicator .ld-progress-percentage { font-size: 12px; font-weight: 700; text-align: left; line-height: 2; } - .wp-block-llms-course-progress .llms-progress .progress__indicator .ld-progress-steps { font-size: 12px; line-height: 2; } - .wp-block-llms-course-progress .llms-progress .llms-progress-bar { -webkit-box-flex: 1; -ms-flex: 1 auto; @@ -3577,7 +3224,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica color: #fff; border-radius: 7px; } - .wp-block-llms-course-progress .llms-progress .llms-progress-bar .progress-bar-complete { border-radius: 7px; } @@ -3587,19 +3233,17 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica } .llms-syllabus-wrapper .llms-section-title { + font-weight: 500; margin-bottom: 10px; } - .llms-syllabus-wrapper .llms-lesson-link-locked { min-height: inherit; } - .llms-syllabus-wrapper .llms-lesson-link-locked .llms-lesson-counter { padding-right: 30px; position: relative; } - -.llms-syllabus-wrapper .llms-lesson-link-locked .llms-lesson-counter::after { +.llms-syllabus-wrapper .llms-lesson-link-locked .llms-lesson-counter:after { content: ""; font-size: 12px; position: absolute; @@ -3611,21 +3255,17 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica border-color: #aaa; border: 2px solid; } - -.llms-syllabus-wrapper .assignment_section_holder.quizzes_section_holder .llms-lesson-preview.llms-quizz-preview .llms-lesson-link::before { +.llms-syllabus-wrapper .assignment_section_holder.quizzes_section_holder .llms-lesson-preview.llms-quizz-preview .llms-lesson-link:before { content: "\ef3e"; font-family: bb-icons; } - -.llms-syllabus-wrapper .llms-lesson-preview { - margin-bottom: 10px; +.llms-syllabus-wrapper .llms-section-title + .llms-lesson-preview { + border-radius: var(--bb-block-radius-inner); } - .llms-syllabus-wrapper .llms-lesson-preview:hover .llms-lesson-main { background: rgba(146, 164, 183, 0.1); } - -.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-complete .llms-lesson-link::after { +.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-complete .llms-lesson-link:after { border: 2px solid var(--bb-primary-color); border-radius: 100%; background-color: var(--bb-primary-color); @@ -3636,29 +3276,25 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica -ms-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); display: inline-block; - font: 400 normal normal 14px/1 FontAwesome; + font: normal normal normal 14px/1 FontAwesome; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; padding-top: 2px; } - .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-complete h5 { text-decoration: line-through; } - .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview { margin-bottom: 0; } - .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview .llms-lesson-link { box-shadow: none; padding: 16px 90px 16px 75px; text-align: left; } - -.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview .llms-lesson-link::before { - font: 400 normal normal 18px/1 bb-icons; +.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview .llms-lesson-link:before { + font: normal normal normal 18px/1 bb-icons; speak: none; display: inline-block; text-decoration: inherit; @@ -3673,8 +3309,7 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica font-size: 20px; color: var(--bb-headings-color); } - -.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview .llms-lesson-link::after { +.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview .llms-lesson-link:after { content: ""; font-size: 12px; position: absolute; @@ -3691,7 +3326,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica border-color: var(--bb-content-border-color); border-radius: 100%; } - .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview .llms-lesson-link h5 { margin-bottom: 0; position: relative; @@ -3700,7 +3334,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica letter-spacing: -0.24px; line-height: 1.6; } - .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-main { display: -webkit-box; display: -ms-flexbox; @@ -3711,11 +3344,9 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica background: rgba(146, 164, 183, 0.05); border-radius: 4px; } - .llms-syllabus-wrapper .llms-lesson-preview .quizzes_section_holder { display: none; } - .llms-syllabus-wrapper .llms-lesson-preview .ld-item-details { display: -webkit-box; display: -ms-flexbox; @@ -3728,30 +3359,25 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica justify-content: center; width: 50px; } - .llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button { margin-left: 0; -webkit-transition: color 0.3s ease, background 0.3s ease; transition: color 0.3s ease, background 0.3s ease; } - .llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button.ld-button-alternate { -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); } - .llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button.ld-button-alternate.ld-expanded { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); } - .llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button.no-section span { color: transparent; pointer-events: none; } - .llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down { color: var(--bb-headings-color); border-radius: 100%; @@ -3763,14 +3389,13 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica padding: 2px; line-height: 16px; text-align: center; - font-weight: 700; + font-weight: bold; -webkit-transition: color 0.3s ease, background 0.3s ease; transition: color 0.3s ease, background 0.3s ease; } - -.llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down::before { +.llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down:before { content: "\e861"; - font: 400 normal normal 9px/1 bb-icons; + font: normal normal normal 18px/1 bb-icons; speak: none; text-decoration: inherit; text-transform: none; @@ -3781,12 +3406,10 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica transition: transform 0.2s; font-weight: 300; } - .llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down:hover { color: var(--bb-primary-color); cursor: pointer; } - .llms-syllabus-wrapper .llms-lesson-holder { display: -webkit-box; display: -ms-flexbox; @@ -3805,11 +3428,9 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica -ms-flex: 1; flex: 1; } - .llms-syllabus-wrapper .llms-lesson-holder.llms_has-thumbnail { padding-top: 200px; } - .llms-syllabus-wrapper .llms-lesson-holder.llms_has-thumbnail .llms-lesson-thumbnail { position: absolute; top: 0; @@ -3817,14 +3438,12 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica width: 100%; height: 200px; } - .llms-syllabus-wrapper .llms-lesson-holder.llms_has-thumbnail .llms-lesson-thumbnail img { height: 200px; width: 100%; object-fit: cover; border-radius: 4px 4px 0 0; } - .llms-syllabus-wrapper .llms-lesson-link { padding: 19px 15px 19px 0; display: -webkit-box; @@ -3845,31 +3464,25 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica -ms-flex: 1; flex: 1; } - .llms-syllabus-wrapper .llms-lesson-link.no_quiz_and_assigment { padding: 19px 15px 19px 25px; } - .llms-syllabus-wrapper .llms-lesson-link .clear { display: none; } - .llms-syllabus-wrapper .llms-lesson-link .llms-extra { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; position: relative; } - .llms-syllabus-wrapper .llms-lesson-link .llms-extra .llms-lesson-counter { font-size: 12px; font-weight: 400; } - .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-title { text-decoration: line-through; } - .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-complete { -ms-flex-preferred-size: 22px; flex-basis: 22px; @@ -3881,7 +3494,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica background-color: var(--bb-primary-color); border: 0; } - .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-complete i { font-family: bb-icons !important; font-size: 1em; @@ -3890,8 +3502,7 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica height: 22px; left: 1px; } - -.llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-complete i::before { +.llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-complete i:before { content: "\e876"; font-size: 12px; font-weight: 400; @@ -3904,7 +3515,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica color: #fff; line-height: 10px; } - .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-complete { -ms-flex-preferred-size: 22px; flex-basis: 22px; @@ -3916,7 +3526,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica border-radius: 100%; color: var(--bb-content-border-color); } - .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-complete i { font-family: bb-icons !important; font-size: 1em; @@ -3926,8 +3535,7 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica margin-left: -2px; margin-top: -2px; } - -.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-complete i::before { +.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-complete i:before { content: "\e876"; font-size: 12px; position: absolute; @@ -3939,18 +3547,29 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica color: transparent; } +.llms-my-favorites .llms-syllabus-wrapper .llms-lesson-preview, +.bb-llms-content-wrap .llms-syllabus-wrapper .llms-lesson-preview { + background-color: var(--bb-content-background-color); + border: 1px solid var(--bb-content-border-color); + border-radius: var(--bb-block-radius-inner); +} +.llms-my-favorites .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-preview, +.bb-llms-content-wrap .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-preview { + margin: 10px; + width: auto; +} + .lifter-topic-sidebar-wrapper .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-holder.llms_has-thumbnail { padding-top: 0; } .course .llms-meta-info .llms-meta span { - font-weight: 400; + font-weight: normal; } .llms-instructor-info .llms-instructors .llms-author a .llms-author-info.name { color: var(--bb-headings-color); } - .llms-instructor-info .llms-instructors .llms-author a:hover .llms-author-info.name { color: var(--bb-primary-color); } @@ -3958,7 +3577,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica .single-course.llms-pointer .lifterlms_course_information { margin: 20px 0; } - .single-course.llms-pointer .lifterlms_course_information h3 { font-size: 13px; font-weight: 600; @@ -3967,20 +3585,17 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica margin: 0; padding-bottom: 15px; } - .single-course.llms-pointer .lifterlms_course_information div.llms-meta { margin-bottom: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; } - .single-course.llms-pointer .lifterlms_course_information div.llms-meta p { margin-bottom: 0; line-height: 1.5; } - -.single-course.llms-pointer .lifterlms_course_information .llms-meta::before { +.single-course.llms-pointer .lifterlms_course_information .llms-meta:before { font-family: bb-icons; font-size: 18px; position: relative; @@ -3991,24 +3606,19 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica display: block; float: left; } - -.single-course.llms-pointer .lifterlms_course_information .llms-course-length::before { +.single-course.llms-pointer .lifterlms_course_information .llms-course-length:before { content: "\ed93"; } - -.single-course.llms-pointer .lifterlms_course_information .llms-difficulty::before { +.single-course.llms-pointer .lifterlms_course_information .llms-difficulty:before { content: "\edbf"; } - -.single-course.llms-pointer .lifterlms_course_information .llms-tracks::before { +.single-course.llms-pointer .lifterlms_course_information .llms-tracks:before { content: "\eefa"; } - -.single-course.llms-pointer .lifterlms_course_information .llms-categories::before { +.single-course.llms-pointer .lifterlms_course_information .llms-categories:before { content: "\eead"; } - -.single-course.llms-pointer .lifterlms_course_information .llms-tags::before { +.single-course.llms-pointer .lifterlms_course_information .llms-tags:before { content: "\ef3b"; } @@ -4033,11 +3643,9 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica border-radius: var(--bb-block-radius); background-color: var(--bb-content-background-color); } - .review_box .current_user_avatar { margin-bottom: 15px; } - .review_box .current_user_avatar > a { display: -webkit-box; display: -ms-flexbox; @@ -4046,7 +3654,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica -ms-flex-align: center; align-items: center; } - .review_box .current_user_avatar > a .current_user_avatar_name { padding-left: 15px; margin-left: 0; @@ -4056,11 +3663,9 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica line-height: 1; color: var(--bb-headings-color); } - .review_box .current_user_avatar img { max-width: 42px; } - .review_box > h3 { font-size: 16px; font-weight: 600; @@ -4070,12 +3675,10 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica text-align: left; padding-top: 10px; } - .review_box #review_text { margin-bottom: 10px; resize: vertical; } - .review_box #llms_review_submit_button { max-width: -webkit-max-content; max-width: -moz-max-content; @@ -4084,18 +3687,15 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica color: var(--bb-secondary-button-text-regular); border: 1px solid var(--bb-secondary-button-border-regular); } - .review_box #llms_review_submit_button:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - .review_box #llms_review_submit_button:hover { box-shadow: none; background-color: var(--bb-secondary-button-background-hover); color: var(--bb-secondary-button-text-hover); border: 1px solid var(--bb-secondary-button-border-hover); } - .review_box .review_leave { text-align: right; } @@ -4106,7 +3706,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica border-radius: var(--bb-block-radius); background-color: var(--bb-content-background-color); } - #thank_you_box h2 { margin-bottom: 0; text-align: center; @@ -4136,11 +3735,9 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica border-top: 1px solid var(--bb-content-border-color); border-bottom: 1px solid var(--bb-content-border-color); } - #old_reviews hr { display: none; } - #old_reviews h3 { margin-bottom: 10px; font-size: 16px; @@ -4149,11 +3746,9 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica text-transform: uppercase; text-align: left; } - #old_reviews .review_avatar_image { max-width: 42px; } - #old_reviews .llms_review { display: -webkit-box; display: -ms-flexbox; @@ -4164,13 +3759,11 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica padding: 20px !important; margin: 0 0 20px !important; } - #old_reviews .llms_review .review_content { padding-left: 15px; width: -webkit-calc(100% - 52px); width: calc(100% - 52px); } - #old_reviews .llms_review .review_content .review_author { margin-left: 0; text-align: left; @@ -4178,29 +3771,24 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica font-weight: 600; line-height: 1; } - #old_reviews .llms_review .review_content a .review_author, #old_reviews .llms_review .review_content a:hover .review_author { color: var(--bb-headings-color); } - #old_reviews .llms_review .review_date { font-size: 13px; color: var(--bb-alternate-text-color); margin-bottom: 5px; font-weight: 500; } - #old_reviews .llms_review .review_content__title { font-size: 14px; font-weight: 600; } - #old_reviews .llms_review .review_content__description { font-size: 14px; line-height: 1.5; } - #old_reviews .llms_review h5, #old_reviews .llms_review p { margin-bottom: 8px; @@ -4214,7 +3802,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica font-size: 16px; font-weight: 500; } - .bb-llms-content-wrap .llms-lesson-preview .llms-lesson-free { color: #fff; display: inline-block; @@ -4226,11 +3813,9 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica text-transform: uppercase; margin-left: 5px; } - .bb-llms-content-wrap .llms-lesson-preview .llms-lesson-excerpt { color: var(--bb-alternate-text-color); } - .bb-llms-content-wrap .llms-lesson-preview .llms-lesson-excerpt p { font-size: 14px; line-height: 1.4; @@ -4255,7 +3840,6 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica text-align: left; padding: 19px 25px; } - .lifter-topic-sidebar-wrapper .llms-lesson-preview--blank { padding: 15px 30px; font-size: 14px; @@ -4267,30 +3851,29 @@ body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notifica text-align: center; margin: 20px 0; } - .lifterlms_pricing_button .link-to-llms-access-plans { width: 100%; } -.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-lesson-preview.is-complete .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link::after, -.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link::after { +.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-lesson-preview.is-complete .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link:after, +.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link:after { background-color: transparent !important; } -.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-lesson-preview.is-complete .llms-lesson-link::after { +.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-lesson-preview.is-complete .llms-lesson-link:after { border-color: var(--bb-primary-color); } -.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-lesson-preview.is-complete .llms-lesson-link::before { +.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-lesson-preview.is-complete .llms-lesson-link:before { background-color: var(--bb-primary-color); } -.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-lesson-preview.is-incomplete .llms-lesson-link::after, -.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-lesson-preview.is-complete .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link::after { +.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-lesson-preview.is-incomplete .llms-lesson-link:after, +.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-lesson-preview.is-complete .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link:after { border-color: var(--bb-headings-color); } -.llms-pointer.llms-inner .llms-lesson-link-locked::after, +.llms-pointer.llms-inner .llms-lesson-link-locked:after, .llms-loop-item.course .llms-pa-permalink { border-color: var(--bb-headings-color); } @@ -4351,7 +3934,6 @@ body:not(.single-sfwd-courses) .bb-single-course-sidebar .bb-course-member-wrap display: inline-block; margin-right: 12px; } - .bb-course-members img { border: 1px solid #fff; max-width: 28px; @@ -4369,7 +3951,6 @@ body:not(.single-sfwd-courses) .bb-single-course-sidebar .bb-course-member-wrap .lifter-topic-sidebar-wrapper .llms-course-members-list { margin-top: 30px; } - .lifter-topic-sidebar-wrapper .llms-course-sidebar-heading { font-size: 15px; letter-spacing: 0.6px; @@ -4382,7 +3963,6 @@ body:not(.single-sfwd-courses) .bb-single-course-sidebar .bb-course-member-wrap -ms-flex-align: center; align-items: center; } - .lifter-topic-sidebar-wrapper .llms-count { background-color: var(--bb-primary-color); color: var(--bb-content-background-color); @@ -4394,12 +3974,10 @@ body:not(.single-sfwd-courses) .bb-single-course-sidebar .bb-course-member-wrap line-height: 20px; margin-left: 10px; } - .lifter-topic-sidebar-wrapper .lifter-topic-sidebar-data { font-size: 15px; padding: 15px 0; } - .lifter-topic-sidebar-wrapper .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-main { background: none; } @@ -4407,20 +3985,16 @@ body:not(.single-sfwd-courses) .bb-single-course-sidebar .bb-course-member-wrap .llms-course-members-list .bb-course-member-wrap { padding: 0; } - .llms-course-members-list .bb-course-member-wrap > .list-members-extra { padding: 15px 30px 0; display: inline-block; } - .llms-course-members-list .bb-course-member-wrap > .list-members-extra.lme-less { display: none; } - .llms-course-members-list .bb-course-member-wrap.expanded > .list-members-extra.lme-less { display: inline-block; } - .llms-course-members-list .bb-course-member-wrap.expanded > .list-members-extra.lme-more { display: none; } @@ -4428,18 +4002,15 @@ body:not(.single-sfwd-courses) .bb-single-course-sidebar .bb-course-member-wrap .llms-course-members-list .list-members-extra i { margin-left: 5px; } - .llms-course-members-list .expanded .list-members-extra i { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } - .llms-course-members-list .course-members-list { list-style: none; margin: 0; } - .llms-course-members-list .course-members-list li { display: -webkit-box; display: -ms-flexbox; @@ -4449,49 +4020,41 @@ body:not(.single-sfwd-courses) .bb-single-course-sidebar .bb-course-member-wrap align-items: center; padding: 5px 30px; } - .llms-course-members-list .course-members-list img { max-width: 28px; margin-right: 10px; } - .llms-course-members-list .course-members-list.course-members-list-extra { display: none; } - .llms-course-members-list .course-members-list a { color: var(--bb-headings-color); } - .llms-course-members-list .course-members-list a:hover { color: var(--bb-primary-color); } -.sticky-header .lifter-comment #comments::before { +.sticky-header .lifter-comment #comments:before { display: none; } @media screen and (max-width: 1180px) { - .single-course.llms-pointer .wp-block-llms-course-progress .llms-progress { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } - .single-course.llms-pointer .wp-block-llms-course-progress .llms-progress .progress__indicator { width: 100%; padding-right: 0; } - .single-course.llms-pointer .wp-block-llms-course-progress .llms-progress .status-complete, .single-course.llms-pointer .wp-block-llms-course-progress .llms-progress .status-in-progress { margin: 3px 0 0; width: 100%; } } - .llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-quizz-preview .llms-lesson-link h5 { color: var(--bb-headings-color); } @@ -4510,12 +4073,10 @@ body:not(.bb-dark-theme).llms-pointer.llms-inner .sfwd-light-mode { } body.llms-pointer.llms-inner { - /* .side-panel-inner { height: calc(100% - 35px); } */ } - body.llms-pointer.llms-inner .site-content .container .container-full { width: 100%; margin-left: 0; @@ -4532,11 +4093,9 @@ body.bb-buddypanel.llms-pointer.llms-inner:not(.buddypanel-open) .buddypanel .bb body.bb-buddypanel:not(.buddypanel-open).llms-pointer.llms-inner .buddypanel { width: 0; } - body.bb-buddypanel:not(.buddypanel-open).llms-pointer.llms-inner .buddypanel .side-panel-inner { display: none; } - body.bb-buddypanel:not(.buddypanel-open).llms-pointer.llms-inner .site { margin-left: 0; } @@ -4556,21 +4115,18 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade } @media screen and (min-width: 768px) { - body.llms-pointer.llms-inner.buddypanel-open .sticky-header .site-header { width: -webkit-calc(100% - 230px); width: calc(100% - 230px); } } - -.llms-pointer.llms-inner .llms-course-navigation .llms-lesson-link-locked::after { +.llms-pointer.llms-inner .llms-course-navigation .llms-lesson-link-locked:after { display: none; } .llms-pointer.llms-inner .llms-lesson-preview { margin-bottom: 10px; } - .llms-pointer.llms-inner .llms-lesson-preview .llms-icon-free { background: #2295ff; color: #fff; @@ -4584,21 +4140,17 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade right: 0; text-align: center; } - .llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-main:hover { background: rgba(146, 164, 183, 0.1); } - .llms-pointer.llms-inner .llms-lesson-preview .quizzes_section_holder:hover { background: rgba(146, 164, 183, 0.1); } - -.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link::after { +.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link:after { border: 2px solid var(--bb-content-border-color); border-radius: 100%; } - -.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview.is-complete .llms-lesson-link::after { +.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview.is-complete .llms-lesson-link:after { border: 2px solid var(--bb-primary-color); border-radius: 100%; background-color: var(--bb-primary-color); @@ -4609,29 +4161,25 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade -ms-transform: translateY(-50%); transform: translateY(-50%); display: inline-block; - font: 400 normal normal 14px/1 FontAwesome; + font: normal normal normal 14px/1 FontAwesome; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; padding-top: 2px; } - .llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview.is-complete h5 { text-decoration: line-through; } - .llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview { margin-bottom: 0; } - .llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview .llms-lesson-link { box-shadow: none; padding: 16px 70px 16px 75px; text-align: left; } - -.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview .llms-lesson-link::before { - font: 400 normal normal 18px/1 bb-icons; +.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview .llms-lesson-link:before { + font: normal normal normal 18px/1 bb-icons; speak: none; display: inline-block; text-decoration: inherit; @@ -4647,8 +4195,7 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade font-size: 20px; font-weight: 100; } - -.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview .llms-lesson-link::after { +.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview .llms-lesson-link:after { content: ""; font-size: 12px; position: absolute; @@ -4662,7 +4209,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade width: 22px; height: 22px; } - .llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview .llms-lesson-link h5 { margin-bottom: 0; position: relative; @@ -4675,7 +4221,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade overflow: hidden; text-overflow: ellipsis; } - .llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-main { display: -webkit-box; display: -ms-flexbox; @@ -4685,11 +4230,9 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade align-items: center; border-radius: 4px; } - .llms-pointer.llms-inner .llms-lesson-preview .quizzes_section_holder { display: none; } - .llms-pointer.llms-inner .llms-lesson-preview .ld-item-details { display: -webkit-box; display: -ms-flexbox; @@ -4703,30 +4246,25 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade width: 35px; margin-left: 15px; } - .llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button { margin-left: 0; -webkit-transition: color 0.3s ease, background 0.3s ease; transition: color 0.3s ease, background 0.3s ease; } - .llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button.ld-button-alternate { -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); } - .llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button.ld-button-alternate.ld-expanded { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); } - .llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button.no-section span { color: transparent; pointer-events: none; } - .llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down { color: var(--bb-headings-color); border-radius: 100%; @@ -4738,14 +4276,13 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade padding: 2px; line-height: 16px; text-align: center; - font-weight: 700; + font-weight: bold; -webkit-transition: color 0.3s ease, background 0.3s ease; transition: color 0.3s ease, background 0.3s ease; } - -.llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down::before { +.llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down:before { content: "\e861"; - font: 400 normal normal 9px/1 bb-icons; + font: normal normal normal 9px/1 bb-icons; speak: none; text-decoration: inherit; text-transform: none; @@ -4755,12 +4292,12 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade transition: -webkit-transform 0.2s; transition: transform 0.2s; font-weight: 300; + font-size: 16px; + cursor: pointer; } - .llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down:hover { color: var(--bb-primary-color); } - .llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-holder { display: -webkit-box; display: -ms-flexbox; @@ -4782,27 +4319,22 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade overflow: hidden; text-overflow: ellipsis; } - .llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-holder .llms-lesson-link .clear { display: none; } - .llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-holder .llms-lesson-link .llms-extra { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; position: relative; } - .llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-holder .llms-lesson-link .llms-extra .llms-lesson-counter { font-size: 12px; font-weight: 400; } - .llms-pointer.llms-inner .llms-lesson-preview.is-complete .llms-lesson-title { text-decoration: line-through; } - .llms-pointer.llms-inner .llms-lesson-preview.is-complete .llms-lesson-complete { -ms-flex-preferred-size: 22px; flex-basis: 22px; @@ -4813,7 +4345,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade border: 2px solid; border-radius: 100%; } - .llms-pointer.llms-inner .llms-lesson-preview.is-complete .llms-lesson-complete i { font-family: bb-icons !important; font-size: 1em; @@ -4823,8 +4354,7 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade margin-left: -2px; margin-top: -2px; } - -.llms-pointer.llms-inner .llms-lesson-preview.is-complete .llms-lesson-complete i::before { +.llms-pointer.llms-inner .llms-lesson-preview.is-complete .llms-lesson-complete i:before { content: "\e876"; font-size: 12px; position: absolute; @@ -4835,7 +4365,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade transform: translateY(-50%) translateX(-50%); color: #fff; } - .llms-pointer.llms-inner .llms-lesson-preview.is-incomplete .llms-lesson-complete { -ms-flex-preferred-size: 22px; flex-basis: 22px; @@ -4846,7 +4375,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade border: 2px solid; border-radius: 100%; } - .llms-pointer.llms-inner .llms-lesson-preview.is-incomplete .llms-lesson-complete i { font-family: bb-icons !important; font-size: 1em; @@ -4856,8 +4384,7 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade margin-left: -2px; margin-top: -2px; } - -.llms-pointer.llms-inner .llms-lesson-preview.is-incomplete .llms-lesson-complete i::before { +.llms-pointer.llms-inner .llms-lesson-preview.is-incomplete .llms-lesson-complete i:before { content: "\e876"; font-size: 12px; position: absolute; @@ -4873,44 +4400,36 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade padding-left: 10px; padding-right: 10px; } - .llms-pointer.llms-inner .site-content .container { max-width: 100%; padding-left: 0; padding-right: 0; } - .llms-pointer.llms-inner .site-content .container .content-area { padding-bottom: 0; padding-top: 0; } - .llms-pointer.llms-inner .site-content .container .content-area .entry-content-wrap { padding-top: 0; } @media screen and (min-width: 544px) { - .llms-pointer.llms-inner .site-content .container .content-area .entry-content-wrap .lifter-topic-sidebar-wrapper { max-width: 370px; padding: 0; } } - .llms-pointer.llms-inner .site-content .container .content-area .entry-content-wrap .lifter-topic-sidebar-data { padding: 15px 0; } - .llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview .llms-lesson-link-locked { box-shadow: none; min-height: initial; } - .llms-pointer.llms-inner .llms-lesson-link-locked { box-shadow: none; min-height: initial; } - -.llms-pointer.llms-inner .llms-lesson-link-locked::after { +.llms-pointer.llms-inner .llms-lesson-link-locked:after { content: ""; font-size: 12px; position: absolute; @@ -4922,36 +4441,29 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade border-color: #aaa; border: 2px solid; } - .llms-pointer.llms-inner #llms_start_quiz { text-decoration: none; margin-bottom: 0; line-height: 1; } - -.llms-pointer.llms-inner .assignment_section_holder .llms-lesson-preview.llms-quizz-preview .llms-lesson-link::before { +.llms-pointer.llms-inner .assignment_section_holder .llms-lesson-preview.llms-quizz-preview .llms-lesson-link:before { content: "\ef3e"; font-family: bb-icons; } - .llms-pointer.llms-inner.lms-side-panel-close .header-maximize-link { display: none; } - .llms-pointer.llms-inner.lms-side-panel-close .header-minimize-link { display: -webkit-box; display: -ms-flexbox; display: flex; } - .llms-pointer.llms-inner .header-minimize-link { display: none; } - .llms-pointer.llms-inner .lifter-topic-sidebar-wrapper.lms-topic-sidebar-close { margin-left: -370px; } - .llms-pointer.llms-inner .lifter-topic-sidebar-wrapper { box-shadow: inset -36px 0 40px -32px rgba(0, 0, 0, 0.05); -webkit-transition: margin-left 0.2s ease-in-out; @@ -4972,18 +4484,15 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade background-color: var(--bb-body-background-color); } @media screen and (min-width: 544px) { - .llms-pointer.llms-inner .lifter-topic-sidebar-wrapper { max-width: 370px; } } - .llms-pointer.llms-inner .lifter-topic-sidebar-progress { margin: 30px 30px 15px; padding-bottom: 30px; border-bottom: 1px solid var(--bb-content-border-color); } - .llms-pointer.llms-inner .lifter-topic-sidebar-progress .llms-progress { margin: 0; -webkit-box-orient: vertical; @@ -4992,7 +4501,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade flex-direction: column; height: inherit; } - .llms-pointer.llms-inner .lifter-topic-sidebar-progress .llms-progress .llms-progress-bar { position: initial; -webkit-box-ordinal-group: 2; @@ -5002,7 +4510,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade height: 4px; background: var(--bb-content-border-color); } - .llms-pointer.llms-inner .lifter-topic-sidebar-progress .llms-progress .progress__indicator { float: none; text-align: left; @@ -5013,7 +4520,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade order: 2; margin-left: 0; } - .llms-pointer.llms-inner .lifter-topic-sidebar-progress .llms-progress .progress__indicator .ld-progress-percentage { font-size: 12px; font-weight: 500; @@ -5022,7 +4528,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade margin-top: 15px; line-height: 1; } - .llms-pointer.llms-inner .lifter-topic-sidebar-progress .llms-progress .progress__indicator .ld-progress-steps { font-size: 12px; font-weight: 500; @@ -5031,11 +4536,9 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade margin-top: 7px; line-height: 1; } - .llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-title { font-weight: 500; } - .llms-pointer.llms-inner #lifterlms-page-content { background-color: var(--bb-content-background-color); padding: 30px 100px 0; @@ -5050,7 +4553,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade min-height: -webkit-calc(100vh - 76px); min-height: calc(100vh - 76px); } - .llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap { max-width: 760px; width: 100%; @@ -5059,16 +4561,15 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade margin-bottom: 50px; padding-top: 0; } - +.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap > .wp-block-buttons, +.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap > figure.wp-block-embed, .llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-video-wrapper, .llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-audio-wrapper { margin-bottom: 25px; } - .llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .mejs-button > button { border-radius: 0; } - .llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap blockquote.wp-block-quote { background: #e3e6ea; border-radius: 3px; @@ -5079,12 +4580,11 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade line-height: 30px; position: relative; } - -.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap blockquote.wp-block-quote::before { +.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap blockquote.wp-block-quote:before { content: "\ef02"; font-family: bb-icons; font-style: normal; - font-weight: 400; + font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; @@ -5101,23 +4601,18 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - .llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap blockquote.wp-block-quote p { margin-bottom: 1.6875rem; } - .llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap iframe { width: 100%; } - .llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap a .llms-pre-text { margin-bottom: 0; } - .llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap a .llms-lesson-excerpt p { margin-bottom: 0; } - .llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-button-action { background-color: var(--bb-primary-button-background-regular); color: var(--bb-primary-button-text-regular); @@ -5125,73 +4620,60 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade padding: 0 20px; line-height: 40px; } - .llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-button-action:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-button-action:hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - .llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap #llms_mark_incomplete { background-color: var(--bb-primary-button-background-regular); color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); } - .llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap #llms_mark_incomplete:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap #llms_mark_incomplete:hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - .llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-course-nav.llms-next-lesson .llms-lesson-title, .llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-course-nav.llms-next-lesson .llms-pre-text { text-align: right; } @media screen and (max-width: 992px) { - .llms-pointer.llms-inner #lifterlms-page-content { padding: 30px 40px 0; } } @media screen and (max-width: 767px) { - .llms-pointer.llms-inner #lifterlms-content .bb-grid.grid .lifter-topic-sidebar-wrapper { position: absolute; z-index: 99; width: 370px; height: 100%; } - .llms-pointer.llms-inner #lifterlms-content .bb-grid.grid #lifterlms-page-content { width: 100%; } - .llms-pointer.llms-inner #lifterlms-content .bb-grid.grid #lifterlms-page-content #lifterlms-lesson-header .bb-position { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } - .llms-pointer.llms-inner .lifterlms_lesson_holder .llms-lesson-preview { width: 100%; } } @media screen and (max-width: 400px) { - .llms-pointer.llms-inner #lifterlms-content .bb-grid.grid { position: relative; } - .llms-pointer.llms-inner #lifterlms-content .bb-grid.grid .lifter-topic-sidebar-wrapper { width: 370px; } @@ -5200,7 +4682,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade .lifter-topic-sidebar-course-navigation .ld-course-navigation { margin: 15px 30px; } - .lifter-topic-sidebar-course-navigation .ld-course-navigation a.course-entry-link { display: inline-block; background-color: rgba(0, 0, 0, 0.03); @@ -5212,15 +4693,12 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .lifter-topic-sidebar-course-navigation .ld-course-navigation a.course-entry-link:hover { background-color: rgba(0, 0, 0, 0.06); } - .lifter-topic-sidebar-course-navigation .ld-course-navigation a.course-entry-link i { margin-right: 3px; } - .lifter-topic-sidebar-course-navigation .ld-course-navigation h2 { font-size: 26px; margin: 0; @@ -5230,7 +4708,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade .lifterlms-lessions-list .llms-syllabus-wrapper { margin: 0; } - .lifterlms-lessions-list .llms-syllabus-wrapper .llms-section-title { margin: 10px 30px; text-align: left; @@ -5240,7 +4717,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade overflow: hidden; text-overflow: ellipsis; } - .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview { margin: 0; display: -webkit-box; @@ -5250,19 +4726,18 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; + border-right: 0; + border-left: 0; } - .lifterlms-lessions-list .llms-syllabus-wrapper .lifterlms_lesson_holder.current_title { background: rgba(146, 164, 183, 0.05); } - -.lifterlms-lessions-list .llms-syllabus-wrapper .assignment_section_holder.quizzes_section_holder .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link::before, -.lifterlms-lessions-list .llms-syllabus-wrapper .assignment_section_holder.quizzes_section_holder .llms-lesson-preview.llms-quizz-preview.is-complete .llms-lesson-link::before { +.lifterlms-lessions-list .llms-syllabus-wrapper .assignment_section_holder.quizzes_section_holder .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link:before, +.lifterlms-lessions-list .llms-syllabus-wrapper .assignment_section_holder.quizzes_section_holder .llms-lesson-preview.llms-quizz-preview.is-complete .llms-lesson-link:before { content: "\ef3e"; font-family: bb-icons; } - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-complete .llms-lesson-link::after { +.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-complete .llms-lesson-link:after { content: "\e876"; font-size: 12px; position: absolute; @@ -5276,29 +4751,24 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade font-weight: 400; line-height: 16px; } - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link::before { +.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link:before { font-size: 20px; top: 15px; color: var(--bb-headings-color); } - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link::after { +.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link:after { right: 30px; top: 27px; } - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-complete .llms-lesson-link::before { +.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-complete .llms-lesson-link:before { font-size: 20px; top: 15px; color: var(--bb-alternate-text-color); } - .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-title { text-decoration: line-through; } - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-link::after { +.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-link:after { content: ""; font-size: 12px; position: absolute; @@ -5310,12 +4780,10 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade border: 1px solid var(--bb-primary-color); background-color: var(--bb-primary-color); } - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-main .llms-lesson-link::after, -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-link.no_quiz_and_assigment::after { +.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-main .llms-lesson-link:after, +.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-link.no_quiz_and_assigment:after { display: none; } - .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-link::before { content: "\e876"; font-size: 14px; @@ -5331,9 +4799,9 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade background-color: var(--bb-primary-color); display: block; z-index: 9; + text-align: center; } - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-incomplete .llms-lesson-link::after { +.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-incomplete .llms-lesson-link:after { content: ""; font-size: 12px; position: absolute; @@ -5346,27 +4814,26 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade border: 2px solid; color: var(--bb-content-border-color); } - .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link { padding: 15px 55px 15px 0; width: 100%; position: relative; background-color: transparent; } - .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link.no_quiz_and_assigment { padding-left: 30px; } - .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link .clear { display: none; } - +.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link .llms-main { + width: 100%; +} .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link .llms-main .llms-pre-text { display: none; } - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link .llms-main h5 { +.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link .llms-main h5, +.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link .llms-main .llms-lesson-title { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; @@ -5387,11 +4854,9 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade -webkit-transition: margin 0.2s; transition: margin 0.2s; } - #lifterlms-lesson-header .bb-ld-info-bar { margin: 0 0 15px; } - #lifterlms-lesson-header .ld-breadcrumbs { background-color: transparent; padding: 0 0 10px; @@ -5408,7 +4873,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade -ms-flex-align: center; align-items: center; } - #lifterlms-lesson-header .ld-breadcrumbs .ld-breadcrumbs-segments { font-size: 0.75em; overflow: hidden; @@ -5416,12 +4880,10 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade text-overflow: ellipsis; padding-right: 1em; } - #lifterlms-lesson-header .ld-breadcrumbs .ld-breadcrumbs-segments span { display: inline; } - -#lifterlms-lesson-header .ld-breadcrumbs .ld-breadcrumbs-segments span:first-child::after { +#lifterlms-lesson-header .ld-breadcrumbs .ld-breadcrumbs-segments span:first-child:after { content: "\e827"; font-family: bb-icons; font-size: 12px; @@ -5433,27 +4895,22 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade position: relative; top: 2px; } - #lifterlms-lesson-header .ld-breadcrumbs .ld-breadcrumbs-segments span a { - font-weight: 400; + font-weight: normal; color: var(--bb-headings-color); } - #lifterlms-lesson-header .ld-breadcrumbs .ld-breadcrumbs-segments span a:hover { color: var(--bb-primary-color); } - #lifterlms-lesson-header .bb-position { -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 50px; } - #lifterlms-lesson-header .lifterlms-lesson-position { margin-right: auto; } - #lifterlms-lesson-header .lifterlms-lesson-position span.bb-pages { font-size: 13px; display: block; @@ -5463,11 +4920,9 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade transition: all linear 0.2s; color: inherit; } - #lifterlms-lesson-header .lifterlms-lesson-position span.bb-pages .bb-total { color: var(--bb-alternate-text-color); } - #lifterlms-lesson-header .lifterlms-lesson-nav { display: -webkit-box; display: -ms-flexbox; @@ -5476,15 +4931,13 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade -ms-flex-align: center; align-items: center; } - #lifterlms-lesson-header .lifterlms-lesson-nav .bb-ld-status { margin-right: 20px; } - #lifterlms-lesson-header .lifterlms-lesson-nav .bb-ld-status .ld-status { background-color: rgba(146, 164, 183, 0.05); text-transform: none; - font-weight: 400; + font-weight: normal; font-size: 12px; line-height: inherit; padding: 0 12px; @@ -5494,17 +4947,14 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade text-align: center; display: block; } - #lifterlms-lesson-header .lifterlms-lesson-nav .bb-ld-status .ld-status.ld-status-complete { color: #fff; background-color: var(--bb-success-color); } - #lifterlms-lesson-header .lifterlms-lesson-nav .bb-ld-status .ld-status.ld-status-progress { color: #fff; background-color: var(--bb-primary-color); } - #lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link { margin-top: 0; display: -webkit-box; @@ -5512,7 +4962,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade display: flex; padding: 0; } - #lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a { background-color: #d3d7db; display: -webkit-box; @@ -5534,33 +4983,28 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade font-size: 12px; white-space: nowrap; } - #lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a:hover { background-color: var(--bb-primary-color); } - #lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a.prev-link { border-radius: var(--bb-button-radius) 0 0 var(--bb-button-radius); margin-right: 2px; } - -#lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a.prev-link::before { +#lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a.prev-link:before { content: "\e8ab"; - font: 400 normal normal 14px/1 bb-icons; + font: normal normal normal 14px/1 bb-icons; font-size: 16px; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; margin-right: 6px; } - #lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a.next-link { border-radius: 0 var(--bb-button-radius) var(--bb-button-radius) 0; } - -#lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a.next-link::after { +#lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a.next-link:after { content: "\e827"; - font: 400 normal normal 14px/1 bb-icons; + font: normal normal normal 14px/1 bb-icons; font-size: 16px; text-rendering: auto; -webkit-font-smoothing: antialiased; @@ -5568,15 +5012,13 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade margin-left: 6px; padding-bottom: 3px; } - #lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a .meta-nav { position: absolute; width: 100%; font-size: 0; z-index: 20; } - -#lifterlms-lesson-header [data-balloon][data-balloon-pos="up"]::after { +#lifterlms-lesson-header [data-balloon][data-balloon-pos="up"]:after { bottom: 130%; left: 50%; margin-bottom: 11px; @@ -5587,8 +5029,7 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade -ms-transform-origin: top; transform-origin: top; } - -#lifterlms-lesson-header [data-balloon][data-balloon-pos="up"]::before { +#lifterlms-lesson-header [data-balloon][data-balloon-pos="up"]:before { bottom: 130%; left: 50%; margin-bottom: 5px; @@ -5600,38 +5041,32 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade transform-origin: top; } @media (min-width: 1024px) { - #lifterlms-lesson-header .lifterlms-header-title { max-width: 760px; margin-left: auto; margin-right: auto; } } - #lifterlms-lesson-header .lifterlms-header-title h1 { font-size: 32px; line-height: 1.2; margin-bottom: 0; } - #lifterlms-lesson-header .lifterlms-header-instructor { max-width: 760px; margin-left: auto; margin-right: auto; } - #lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor { margin: 0; padding-top: 20px; padding-bottom: 20px; } - #lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor > .flex { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } - #lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor > .flex .bb-avatar-wrap { max-width: 40px; text-align: left; @@ -5639,11 +5074,9 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade display: block; padding: 0; } - #lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor > .flex .bb-avatar-wrap .avatar { max-width: 32px; } - #lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor > .flex .bb-content-wrap { padding: 0; display: -webkit-box; @@ -5659,22 +5092,18 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade color: var(--bb-headings-color); margin-bottom: 0; } - #lifterlms-lesson-header .bb-about-instructor h5 a { color: var(--bb-headings-color); } - #lifterlms-lesson-header .bb-about-instructor h5 a:hover { color: var(--bb-primary-color); } - #lifterlms-lesson-header .bb-about-instructor h5 .meta-saperator { color: var(--bb-alternate-text-color); margin: 0 5px; font-size: 16px; line-height: 1.6875rem; } - #lifterlms-lesson-header .bb-about-instructor h5 .bb-about-instructor-date { color: var(--bb-alternate-text-color); margin-left: 0; @@ -5689,15 +5118,13 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade -ms-flex-align: center; align-items: center; } - .llms-pointer.llms-inner .lifterlms-lesson-nav .bb-ld-status { margin-right: 20px; } - .llms-pointer.llms-inner .lifterlms-lesson-nav .bb-ld-status .ld-status { background-color: rgba(146, 164, 183, 0.05); text-transform: none; - font-weight: 400; + font-weight: normal; font-size: 12px; line-height: inherit; padding: 0 12px; @@ -5707,17 +5134,14 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade text-align: center; display: block; } - .llms-pointer.llms-inner .lifterlms-lesson-nav .bb-ld-status .ld-status.ld-status-complete { color: #fff; background-color: var(--bb-success-color); } - .llms-pointer.llms-inner .lifterlms-lesson-nav .bb-ld-status .ld-status.ld-status-progress { color: #fff; background-color: var(--bb-primary-color); } - .llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link { margin-top: 0; display: -webkit-box; @@ -5725,7 +5149,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade display: flex; padding: 0; } - .llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a { background-color: #d3d7db; color: #fff; @@ -5747,33 +5170,28 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade font-size: 12px; white-space: nowrap; } - .llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a:hover { background-color: var(--bb-primary-color); } - .llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a.prev-link { border-radius: 50px 0 0 50px; margin-right: 2px; } - -.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a.prev-link::before { +.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a.prev-link:before { content: "\e8ab"; - font: 400 normal normal 14px/1 bb-icons; + font: normal normal normal 14px/1 bb-icons; font-size: 16px; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; margin-right: 6px; } - .llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a.next-link { border-radius: 0 50px 50px 0; } - -.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a.next-link::after { +.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a.next-link:after { content: "\e827"; - font: 400 normal normal 14px/1 bb-icons; + font: normal normal normal 14px/1 bb-icons; font-size: 16px; text-rendering: auto; -webkit-font-smoothing: antialiased; @@ -5781,7 +5199,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade margin-left: 6px; padding-bottom: 3px; } - .llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a .meta-nav { position: absolute; width: 100%; @@ -5789,7 +5206,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade z-index: 20; } @media screen and (max-width: 767px) { - .llms-pointer.llms-inner .lifterlms-lesson-nav { width: 100%; margin-top: 15px; @@ -5799,7 +5215,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade .lifter-topic-sidebar-wrapper .llms-lesson-excerpt { display: none; } - .lifter-topic-sidebar-wrapper .llms-lesson-preview .llms-lesson-title { margin-bottom: 0; } @@ -5813,7 +5228,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade -ms-flex-align: center; align-items: center; } - .llms-syllabus-wrapper .llms-lesson-holder { display: -webkit-box; display: -ms-flexbox; @@ -5832,7 +5246,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade -ms-flex: 1; flex: 1; } - .llms-syllabus-wrapper .llms-lesson-link { padding: 19px 15px 19px 10px; display: -webkit-box; @@ -5853,37 +5266,31 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade -ms-flex: 1; flex: 1; } - -.llms-syllabus-wrapper .llms-lesson-link h5 { +.llms-syllabus-wrapper .llms-lesson-link h5, +.llms-syllabus-wrapper .llms-lesson-link .llms-lesson-title { font-size: 16px; font-weight: 500; color: var(--bb-headings-color); } - .llms-syllabus-wrapper .llms-lesson-link:hover h5 { color: var(--bb-primary-color); } - .llms-syllabus-wrapper .llms-lesson-link .clear { display: none; } - .llms-syllabus-wrapper .llms-lesson-link .llms-extra { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; position: relative; } - .llms-syllabus-wrapper .llms-lesson-link .llms-extra .llms-lesson-counter { font-size: 12px; font-weight: 400; } - .llms-syllabus-wrapper .quizzes_section_holder { display: none; } - .llms-syllabus-wrapper .ld-item-details { display: -webkit-box; display: -ms-flexbox; @@ -5896,30 +5303,25 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade justify-content: center; width: 40px; } - .llms-syllabus-wrapper .ld-item-details .ld-expand-button { margin-left: 18px; -webkit-transition: color 0.3s ease, background 0.3s ease; transition: color 0.3s ease, background 0.3s ease; } - .llms-syllabus-wrapper .ld-item-details .ld-expand-button.ld-button-alternate { -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); } - .llms-syllabus-wrapper .ld-item-details .ld-expand-button.ld-button-alternate.ld-expanded { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); } - .llms-syllabus-wrapper .ld-item-details .ld-expand-button.no-section span { color: transparent; pointer-events: none; } - .llms-syllabus-wrapper .ld-item-details .ld-expand-button .ld-icon-arrow-down { color: var(--bb-headings-color); border-radius: 100%; @@ -5931,14 +5333,13 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade padding: 2px; line-height: 16px; text-align: center; - font-weight: 700; + font-weight: bold; -webkit-transition: color 0.3s ease, background 0.3s ease; transition: color 0.3s ease, background 0.3s ease; } - -.llms-syllabus-wrapper .ld-item-details .ld-expand-button .ld-icon-arrow-down::before { +.llms-syllabus-wrapper .ld-item-details .ld-expand-button .ld-icon-arrow-down:before { content: "\e861"; - font: 400 normal normal 9px/1 bb-icons; + font: normal normal normal 9px/1 bb-icons; speak: none; text-decoration: inherit; text-transform: none; @@ -5950,8 +5351,8 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade font-weight: 300; } -.single-llms_assignment #lifterlms-page-content #lifterlms-lesson-header .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span:nth-child(2)::after, -.single-llms_quiz #lifterlms-page-content #lifterlms-lesson-header .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span:nth-child(2)::after { +.single-llms_assignment #lifterlms-page-content #lifterlms-lesson-header .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span:nth-child(2):after, +.single-llms_quiz #lifterlms-page-content #lifterlms-lesson-header .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span:nth-child(2):after { content: "\e827"; font-family: bb-icons; font-size: 12px; @@ -5963,50 +5364,41 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade position: relative; top: 2px; } - .single-llms_assignment #lifterlms-page-content .lifterlms_content_wrap, .single-llms_quiz #lifterlms-page-content .lifterlms_content_wrap { padding-top: 0 !important; } - .single-llms_assignment #lifterlms-page-content .lifterlms_content_wrap p, .single-llms_quiz #lifterlms-page-content .lifterlms_content_wrap p { margin-bottom: 1.5rem; } - .single-llms_assignment #lifterlms-page-content .lifterlms_content_wrap p a, .single-llms_quiz #lifterlms-page-content .lifterlms_content_wrap p a { color: var(--bb-headings-color); } - .single-llms_assignment #lifterlms-page-content .lifterlms_content_wrap p.llms-error a, .single-llms_quiz #lifterlms-page-content .lifterlms_content_wrap p.llms-error a { padding-right: 0; } - .single-llms_assignment #lifterlms-page-content .lifterlms_content_wrap p.llms-choice-text, .single-llms_quiz #lifterlms-page-content .lifterlms_content_wrap p.llms-choice-text { margin-bottom: 0; } - .single-llms_assignment #llms_start_quiz, .single-llms_quiz #llms_start_quiz { margin-bottom: 0; } - .single-llms_assignment .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section, .single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section { margin-top: 0; padding-top: 0; } - .single-llms_assignment .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section p, .single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section p { margin-bottom: 0; text-transform: none; font-size: 14px; } - .single-llms_assignment .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question #lifterlms-page-content .llms-quiz-results-main .llms-quiz-attempt-answer-section p, .single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question #lifterlms-page-content .llms-quiz-results-main .llms-quiz-attempt-answer-section p { margin-bottom: 0; @@ -6021,7 +5413,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade line-height: 28px; margin-bottom: 25px; } - .single-lesson .llms-lesson-button-wrapper .llms-incomplete-lesson-form { margin-top: 1.6875rem; } @@ -6033,26 +5424,21 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade .llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .llms-lesson-main > .llms-lesson-holder:first-child > a.llms-lesson-link { padding-left: 30px; } - .llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .llms-lesson-preview .llms-lesson-holder { min-height: 51px; } - .llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .ld-item-details + .llms-lesson-holder > a.llms-lesson-link { left: 50px; width: -webkit-calc(100% - 50px); width: calc(100% - 50px); } - .llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-main a.llms-lesson-link { position: absolute; } - .llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .llms-tooltip.show { position: absolute; bottom: 35px; } - .llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .llms-tooltip { top: unset; z-index: 99; @@ -6063,7 +5449,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade text-align: center; } @media screen and (max-width: 800px) { - .llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .llms-tooltip { width: 220px; } @@ -6090,7 +5475,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade align-items: center; text-align: center; } - .llms-pointer.llms-inner .llms-course-navigation .llms-tooltip.show .llms-tooltip-content { line-height: 1.4; max-height: 4.1em; @@ -6100,10 +5484,13 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade overflow: hidden; text-overflow: ellipsis; } - -.llms-pointer.llms-inner .llms-course-navigation .llms-tooltip.show::after { +.llms-pointer.llms-inner .llms-course-navigation .llms-tooltip.show:after { display: none; } +.llms-pointer.llms-inner .llms-course-navigation .llms-lesson-preview { + border-color: var(--bb-content-border-color); + border-radius: var(--bb-block-radius-inner); +} /* stylelint-disable max-line-length */ .llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link:hover .llms-main h5, @@ -6114,7 +5501,7 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade .bb-llms-content-wrap .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link:hover .llms-extra .llms-lesson-counter, .single-course.llms-pointer .llms-instructor-info .llms-author-holder a:hover .llms-author-info.name, .single-llms_quiz.llms-pointer #lifterlms-page-content .lifterlms_content_wrap .llms-quiz-attempt-question-header:hover h3.llms-question-title, -.single-llms_quiz.llms-pointer #lifterlms-page-content .lifterlms_content_wrap .llms-quiz-attempt-question-header:hover .toggle-answer::before, +.single-llms_quiz.llms-pointer #lifterlms-page-content .lifterlms_content_wrap .llms-quiz-attempt-question-header:hover .toggle-answer:before, .post-type-archive-course.llms-pointer .bb-course-items .bb-course-item-wrap .bb-cover-list-item .bb-card-course-details .bb-course-meta strong a:hover, .post-type-archive-course.llms-pointer .bb-course-items .bb-course-item-wrap .bb-cover-list-item .bb-card-course-details .bb-course-title a:hover, .llms-loop-item-content .llms-loop-title:hover, @@ -6125,7 +5512,7 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade color: var(--bb-primary-color); } -.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment.llms-pa-read::after, +.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment.llms-pa-read:after, .llms-pa-posts.llms-pa-posts--single #llms-pa-post-discussion-form .llms-form-field.type-submit #llms_pa_leave_comment, .nf-form-wrap .nf-form-content .nf-field-element input[type="button"] { border-color: var(--bb-primary-color); @@ -6162,14 +5549,12 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade margin-bottom: 0; position: relative; } - .lifterlms-course-list .bs-search-form:focus-within { border-color: var(--bb-input-focus-border-color); border-width: 1px; box-shadow: var(--bb-input-focus-shadow); } - -.lifterlms-course-list .bs-search-form::before { +.lifterlms-course-list .bs-search-form:before { content: "\ef10"; font-family: bb-icons; font-style: normal; @@ -6193,7 +5578,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - .lifterlms-course-list .bs-search-form input[type="text"] { background: 0 0; border-radius: var(--bb-input-radius); @@ -6203,25 +5587,20 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade letter-spacing: -0.24px; padding: 0 30px 0 35px; } - .lifterlms-course-list .bp-navs.bp-subnavs { margin-bottom: 15px; } - .lifterlms-course-list .bp-navs.bp-subnavs > ul { margin: 0; list-style: none; } - .lifterlms-course-list .bp-navs.bp-subnavs > ul > li { float: left; padding-right: 30px; } - -.lifterlms-course-list .bp-navs.bp-subnavs > ul > li a { - padding-bottom: 15px; +.lifterlms-course-list .bp-navs.bp-subnavs > ul > li > a { + padding: 10px 0; } - .lifterlms-course-list .bb-courses-header { display: -webkit-box; display: -ms-flexbox; @@ -6234,22 +5613,18 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade justify-content: space-between; margin: 30px 0 25px; } - .lifterlms-course-list .bb-courses-header h1, .lifterlms-course-list .bb-courses-header .bs-dir-search { margin: 0; } @media screen and (max-width: 544px) { - .lifterlms-course-list .bb-courses-header { display: block; } - .lifterlms-course-list .bb-courses-header h1 { margin-bottom: 15px; } } - .lifterlms-course-list .courses-type-navs ul li a { display: inline-block; } @@ -6258,7 +5633,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade margin-top: 25px; margin-bottom: 25px; } - .ld-secondary-header--llms .grid-filters { background: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); @@ -6274,7 +5648,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade font-size: 21px; height: 36px; } - .ld-secondary-header--llms .grid-filters a { color: var(--bb-headings-color); display: -webkit-box; @@ -6289,20 +5662,16 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade -webkit-transition: 0.3s all; transition: 0.3s all; } - .ld-secondary-header--llms .grid-filters a:hover { opacity: 1; } - .ld-secondary-header--llms .grid-filters a.layout-grid-view { padding-left: 5px; border-right: 1px solid var(--bb-content-border-color); } - .ld-secondary-header--llms .grid-filters .active { opacity: 1; } - .ld-secondary-header--llms .sfwd-courses-filters .select-wrap select { margin-right: 12px; height: 36px; @@ -6321,7 +5690,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade padding-right: 40px; } @media screen and (max-width: 992px) and (min-width: 768px) { - .ld-secondary-header--llms .sfwd-courses-filters { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -6330,18 +5698,15 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade width: 100%; margin-right: 15px; } - .ld-secondary-header--llms .sfwd-courses-filters .select-wrap { width: 100%; margin-bottom: 5px; } - .ld-secondary-header--llms .sfwd-courses-filters .select-wrap select { width: 100%; } } @media screen and (max-width: 610px) { - .ld-secondary-header--llms .sfwd-courses-filters { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -6350,12 +5715,10 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade width: 100%; margin-right: 15px; } - .ld-secondary-header--llms .sfwd-courses-filters .select-wrap { width: 100%; margin-bottom: 5px; } - .ld-secondary-header--llms .sfwd-courses-filters .select-wrap select { width: 100%; } @@ -6365,19 +5728,15 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade background-color: var(--bb-cover-image-background-color); border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; } - .bb-course-items .bb-course-cover--videoTile iframe { border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; } - .bb-course-items.list-view .bb-course-cover--videoTile { border-radius: var(--bb-block-radius) 0 0 var(--bb-block-radius); } - .bb-course-items.list-view .bb-course-cover--videoTile iframe { border-radius: var(--bb-block-radius) 0 0 var(--bb-block-radius); } - .entry-content .bb-course-items .bb-course-cover--videoTile .fluid-width-video-wrapper { margin-top: 0; margin-bottom: 0; @@ -6389,7 +5748,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade flex: 0 0 25%; margin-bottom: 20px; } - .bb-course-items.grid-view .bb-course-item-wrap .bb-cover-list-item { background: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); @@ -6400,12 +5758,10 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade transition: 0.2s box-shadow; position: relative; } - .bb-course-items.grid-view .bb-course-item-wrap .bb-cover-list-item:hover { box-shadow: 0 4px 32px 0 rgba(18, 43, 70, 0.1); z-index: 1; } - .bb-course-items.grid-view .bb-course-item-wrap .bb-cover-list-item .ld-status { position: absolute; z-index: 9; @@ -6420,12 +5776,10 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade line-height: 1; letter-spacing: 0.23px; } - .bb-course-items.grid-view .bb-course-item-wrap .bb-cover-list-item .ld-status.ld-status-complete.ld-primary-background { background-color: var(--bb-success-color); } @media screen and (max-width: 1200px) { - .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 33%; @@ -6433,7 +5787,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade } } @media screen and (max-width: 820px) { - .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -6441,7 +5794,6 @@ body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-heade } } @media screen and (max-width: 480px) { - .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -6459,7 +5811,6 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { flex: 0 0 33%; } @media screen and (max-width: 1200px) { - .has-sidebar .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -6467,7 +5818,6 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { } } @media screen and (max-width: 992px) { - .has-sidebar .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -6483,18 +5833,15 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { height: initial; margin-top: 0; } - .llms-progress .llms-progress-bar { top: 0; height: 4px; background-color: var(--bb-content-border-color); } - .llms-progress .progress-bar-complete { height: 4px; background-color: var(--bb-primary-color); } - .llms-progress .progress__indicator { height: initial; margin-left: 0; @@ -6507,7 +5854,6 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { margin-top: 10px; color: var(--bb-alternate-text-color); } - .llms-progress .progress__indicator .ld-progress-steps { margin-top: 5px; } @@ -6520,25 +5866,21 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { height: auto; margin-bottom: 10px; } - .llms-loop-item-content__body .llms-progress .llms-progress-bar { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } - .llms-loop-item-content__body .llms-progress .progress__indicator { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } - .llms-loop-item-content__body .llms-enroll-status, .llms-loop-item-content__body .llms-enroll-date, .llms-loop-item-content__body .llms-difficulty { display: none; } - .llms-loop-item-content__body .bb-course-excerpt { font-size: 13px; color: var(--bb-alternate-text-color); @@ -6558,16 +5900,13 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { } @media screen and (max-width: 544px) { - .course-details-verbose { padding-bottom: 80px; } } - .lifterlms-course-list .bb-cover-list-item { position: relative; } - .lifterlms-course-list .bb-cover-list-item .llms-meta-aplans { position: absolute; bottom: 0; @@ -6575,13 +5914,11 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { width: calc(100% - 40px); min-height: 44px; } - .lifterlms-course-list .list-view .bb-cover-list-item .llms-meta-aplans { width: -webkit-calc(100% - 280px); width: calc(100% - 280px); } @media screen and (max-width: 544px) { - .lifterlms-course-list .list-view .bb-cover-list-item .llms-meta-aplans { width: 100%; -webkit-box-orient: vertical; @@ -6594,12 +5931,10 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { margin-top: 10px; min-height: 70px; } - .lifterlms-course-list .list-view .bb-cover-list-item .llms-meta-aplans .push-right { margin-left: 0; margin-top: 5px; } - .lifterlms-course-list .list-view .bb-cover-list-item .bb-course-meta.bb-course-meta--membership { padding-bottom: 75px; } @@ -6615,7 +5950,6 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { flex-direction: column; padding: 16px 20px 0; } - .bb-card-course-details .course-lesson-count { font-size: 13px; color: var(--bb-alternate-text-color); @@ -6623,7 +5957,6 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { margin-bottom: 8px; font-weight: 300; } - .bb-card-course-details .bb-course-title { font-size: 22px; line-height: 1.24; @@ -6635,7 +5968,6 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { overflow: hidden; text-overflow: ellipsis; } - .bb-card-course-details .bb-course-title a { color: inherit; display: block; @@ -6646,7 +5978,6 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { overflow: hidden; text-overflow: ellipsis; } - .bb-card-course-details .bb-course-meta { font-size: 13px; font-weight: 300; @@ -6663,28 +5994,23 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .bb-card-course-details .bb-course-meta .item-avatar { max-width: 28px; margin-right: 10px; } - .bb-card-course-details .bb-course-meta strong { font-size: 13px; font-weight: 500; letter-spacing: -0.24px; margin: 0; } - .bb-card-course-details .bb-course-meta strong a { color: var(--bb-headings-color); } - .bb-card-course-details .bb-course-meta.bb-course-meta--membership { margin-bottom: 15px; padding-bottom: 55px; } - .bb-card-course-details .bb-course-excerpt { font-size: 13px; color: var(--bb-alternate-text-color); @@ -6705,20 +6031,17 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { flex: 1; padding-bottom: 16px; } - .bb-course-items.list-view .bb-card-course-details .bb-course-title { max-width: 80%; } - .bb-course-items.list-view .bb-card-course-details .llms-progress { max-width: 450px; } -.bb-course-cover .bb-cover-wrap::after, -.llms-loop-link .bb-cover-wrap::after { +.bb-course-cover .bb-cover-wrap:after, +.llms-loop-link .bb-cover-wrap:after { background: transparent; } - .bb-course-cover .bb-cover-wrap, .llms-loop-link .bb-cover-wrap { background-color: var(--bb-cover-image-background-color); @@ -6728,7 +6051,7 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; } -.bb-cover-wrap--llms::after { +.bb-cover-wrap--llms:after { background: transparent; border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; } @@ -6742,18 +6065,15 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { margin: 0; list-style: none; } - .bb-course-items.list-view .bb-course-cover--videoTile .fluid-width-video-wrapper { height: 100%; } - .bb-course-items.list-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; margin-bottom: 20px; } - .bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item { background: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); @@ -6767,12 +6087,10 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { display: flex; padding: 0; } - .bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item:hover { box-shadow: 0 4px 32px 0 rgba(18, 43, 70, 0.1); z-index: 1; } - .bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .ld-status { position: absolute; z-index: 9; @@ -6787,37 +6105,31 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { line-height: 1; letter-spacing: 0.23px; } - .bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .ld-status.ld-status-complete.ld-primary-background { background-color: var(--bb-success-color); } - .bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .bb-course-cover { -webkit-box-flex: 0; -ms-flex: 0 0 240px; flex: 0 0 240px; } - .bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .bb-course-cover .bb-cover-wrap { padding-top: 70%; height: 100%; border-radius: var(--bb-block-radius) 0 0 var(--bb-block-radius); } @media screen and (max-width: 1040px) { - .bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .bb-course-cover { -webkit-box-flex: 0; -ms-flex: 0 0 200px; flex: 0 0 200px; } - .bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .llms-meta-aplans { width: -webkit-calc(100% - 240px); width: calc(100% - 240px); } } @media screen and (max-width: 460px) { - .bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .bb-course-cover { -webkit-box-flex: 0; -ms-flex: 0 0 140px; @@ -6825,7 +6137,6 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { } } @media screen and (max-width: 375px) { - .bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .bb-course-cover { -webkit-box-flex: 0; -ms-flex: 0 0 110px; @@ -6840,12 +6151,10 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { .component-navigation.courses-nav { margin: 0; } - .component-navigation.courses-nav li { position: relative; list-style: none; } - .component-navigation.courses-nav .bb-icon-loader { position: absolute; right: 10px; @@ -6862,7 +6171,6 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { flex: 0 0 33.333%; } @media screen and (max-width: 1200px) { - .post-type-archive-course.llms-pointer.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -6870,7 +6178,6 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { } } @media screen and (min-width: 800px) and (max-width: 900px) { - .post-type-archive-course.llms-pointer.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -6878,7 +6185,6 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { } } @media screen and (max-width: 480px) { - .post-type-archive-course.llms-pointer.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -6890,13 +6196,11 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { padding: 10px 0; text-align: right; } - .bb-template-v1 .bb-lms-pagination > * { display: inline-block; font-size: 13px; margin-right: 10px; } - .bb-template-v1 .bb-lms-pagination a.next.page-numbers, .bb-template-v1 .bb-lms-pagination a.prev.page-numbers { font-size: 0; @@ -6905,25 +6209,20 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { .single-llms_assignment .llms-donut svg path { stroke: var(--bb-success-color); } - .single-llms_assignment .llms-audio-wrapper { margin-bottom: 20px; } - .single-llms_assignment .llms-assignment-tasklist .llms-assignment-task { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } - .single-llms_assignment .llms-assignment-tasklist .llms-assignment-task .llms-task-marker { box-shadow: inset -36px 0 40px -32px rgba(0, 0, 0, 0.05); } - .single-llms_assignment .llms-assignment-tasklist .llms-assignment-task .icheckbox_minimal { margin: 0 0 0 20px; } - .single-llms_assignment .llms-assignment-tasklist .llms-assignment-task .llms-task-main { cursor: pointer; display: -webkit-box; @@ -6936,15 +6235,12 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { -ms-flex-pack: justify; justify-content: space-between; } - .single-llms_assignment .llms-assignment-tasklist .llms-assignment-task .llms-task-main .llms-task-check { display: none; } - .single-llms_assignment .llms-assignment-footer { margin: 30px 0 60px; } - .single-llms_assignment .llms-assignment-footer #llms-assignment-submit { font-size: 15px; border-radius: var(--bb-button-radius); @@ -6954,21 +6250,17 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); } - .single-llms_assignment .llms-assignment-footer #llms-assignment-submit:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .single-llms_assignment .llms-assignment-footer #llms-assignment-submit:hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - .single-llms_assignment .llms-assignment-footer #llms-assignment-submit .fa-paper-plane { display: none; } - .single-llms_assignment .llms-assignment-footer .llms-button-primary { font-size: 15px; border-radius: var(--bb-button-radius); @@ -6978,11 +6270,9 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); } - .single-llms_assignment .llms-assignment-footer .llms-button-primary:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .single-llms_assignment .llms-assignment-footer .llms-button-primary:hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); @@ -6992,11 +6282,9 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { .llms-assignment-content.type--tasklist li.llms-assignment-task:hover { background: rgba(146, 164, 183, 0.05); } - .llms-assignment-content.type--tasklist li.llms-assignment-task .llms-task-marker { background: none; } - .llms-assignment-content.type--tasklist li.llms-assignment-task .llms-task-main { width: initial; } @@ -7006,18 +6294,15 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); } - .llms-start-assignment-button:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .llms-start-assignment-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); } @media screen and (max-width: 365px) { - .llms-start-assignment-button { margin-bottom: 15px; } @@ -7030,7 +6315,6 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { display: flex; padding: 30px 20px; } - .llms-assignment-content.type--upload .llms-assignment-upload-field .fa { margin-bottom: 0; } @@ -7058,8 +6342,7 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { line-height: 26px; padding: 30px 20px; } - -.llms-assignment-upload-field .fa-upload::before { +.llms-assignment-upload-field .fa-upload:before { background: url("../images/svg/upload.svg") no-repeat; background-size: cover; content: " "; @@ -7068,7 +6351,6 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { display: block; margin: 0 auto 15px; } - .llms-assignment-upload-field h2 { font-size: 16px; color: var(--bb-headings-color); @@ -7079,15 +6361,12 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { .lifterlms_content_wrap .llms-assignment-content.type--tasklist ol.llms-assignment-tasklist { border: 0; } - .lifterlms_content_wrap .llms-assignment-content.type--tasklist li.llms-assignment-task { border-bottom: 1px solid var(--bb-content-border-color); } - .lifterlms_content_wrap .llms-assignment-content.type--tasklist li.llms-assignment-task:first-child { border-top: 0; } - .lifterlms_content_wrap .llms-assignment-content.type--tasklist li.llms-assignment-task:last-child { border-bottom: 0; } @@ -7100,7 +6379,6 @@ body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile { header.llms-pa-posts--archive h2 { margin-bottom: inherit; } - header.llms-pa-posts--archive a { display: inline-block; background-color: rgba(0, 0, 0, 0.03); @@ -7113,13 +6391,12 @@ header.llms-pa-posts--archive a { transition: all linear 0.2s; position: relative; } - -header.llms-pa-posts--archive a::before { +header.llms-pa-posts--archive a:before { position: absolute; left: 10px; top: 6px; content: "\e8ab"; - font: 400 normal normal 14px/1 bb-icons; + font: normal normal normal 14px/1 bb-icons; speak: none; display: inline-block; text-decoration: inherit; @@ -7127,7 +6404,6 @@ header.llms-pa-posts--archive a::before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - header.llms-pa-posts--archive a:hover { background-color: rgba(0, 0, 0, 0.06); } @@ -7152,7 +6428,6 @@ header.llms-pa-posts--archive a:hover { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .llms-pa-posts.llms-pa-posts--archive footer a:hover { box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1); } @@ -7166,35 +6441,28 @@ header.llms-pa-area-header.llms-pa-posts--single a { .llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-pa-post-title { margin-bottom: 15px; } - .llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-author { font-size: 16px; } - .llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-author img { width: 38px; height: 38px; } - .llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-pa-meta-sep, .llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-pa-post-date { font-size: 16px; } - .llms-pa-posts.llms-pa-posts--single #llms-pa-post-discussion-form { padding: 0; margin: 0; background-color: #fff; } - .llms-pa-posts.llms-pa-posts--single #llms-pa-post-discussion-form .llms-form-field.type-submit { text-align: right; } - .llms-pa-posts.llms-pa-posts--single #llms-pa-post-discussion-form .llms-form-field.type-submit .llms-pa-comment-reply-cancel { font-size: 12px; } - .llms-pa-posts.llms-pa-posts--single .llms-pa-post-discussion-form-wrap { background-color: #fff; padding: 20px; @@ -7202,39 +6470,32 @@ header.llms-pa-area-header.llms-pa-posts--single a { border-radius: 4px; margin-bottom: 20px; } - .llms-pa-posts.llms-pa-posts--single .llms-pa-post-discussion-form-wrap h2 { margin-bottom: 10px; } - .llms-pa-posts.llms-pa-posts--single .llms-pa-post-discussion-form-wrap #llms-pa-post-discussion-form { padding: 0; margin: 0; background-color: #fff; } - .llms-pa-posts.llms-pa-posts--single .llms-pa-post-discussion-form-wrap #llms-pa-post-discussion-form .llms-form-field.type-submit { text-align: right; } - .llms-pa-posts.llms-pa-posts--single .llms-pa-post-discussion-form-wrap #llms-pa-post-discussion-form .llms-form-field.type-submit button { background-color: #fff; color: var(--bb-primary-color); line-height: 1; border: 1px solid var(--bb-primary-color); } - .llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms-pa-comment-toggle-read .read, .llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms-pa-comment-toggle-read .unread { color: var(--bb-primary-color); background: transparent !important; } - .llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment { margin-bottom: 20px; position: relative; } - .llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment .comment-body { margin-bottom: 0; background-color: #fff; @@ -7248,23 +6509,20 @@ header.llms-pa-area-header.llms-pa-posts--single a { -ms-flex-direction: column; flex-direction: column; } - .llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment .comment-body .comment-meta.commentmetadata { font-size: 13px; padding-right: 60px; color: var(--bb-alternate-text-color); } - .llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment .comment-body .comment-meta.commentmetadata .llms-author img { width: 38px; height: 38px; } - .llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment .comment-body .comment-text { margin-top: 0; } -.llms_pa_post_comment.llms-pa-unread::after { +.llms_pa_post_comment.llms-pa-unread:after { content: "unread"; font-size: 12px; background-color: #fff; @@ -7289,11 +6547,9 @@ header.llms-pa-area-header.llms-pa-posts--single a { font-size: inherit; color: var(--bb-alternate-text-color); } - .llms-pa-post .llms-pa-meta-sep { opacity: 0.5; } - .llms-pa-post .llms-pa-discussion-list .comment .llms-pa-comment-reply:hover, .llms-pa-post .llms-pa-discussion-list .comment .llms-pa-comment-permalink:hover, .llms-pa-post .llms-pa-discussion-list .comment .llms-pa-comment-toggle-read:hover { @@ -7310,18 +6566,16 @@ header.llms-pa-area-header.llms-pa-posts--single a { margin: 0; display: block; } - .llms-loop-item.course .llms-pa-permalink:hover { color: var(--bb-primary-color); } - -.llms-loop-item.course .llms-pa-permalink::before { +.llms-loop-item.course .llms-pa-permalink:before { font-size: 13px; content: "\eecc"; display: inline-block; font-family: bb-icons; font-style: normal; - font-weight: 400; + font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; @@ -7357,7 +6611,6 @@ header.llms-pa-area-header.llms-pa-posts--single a { .llms-pa-area-header h2.llms-private-area-title { margin-bottom: 10px; } - .llms-pa-area-header.llms-pa-posts--single h2.llms-private-area-title { margin-bottom: 0; } @@ -7376,12 +6629,10 @@ header.llms-pa-area-header.llms-pa-posts--single a { height: 25px; line-height: normal; } - #wp-llms_pa_post_comment-wrap.wp-core-ui .button.button-small { color: var(--bb-primary-color); border-color: var(--bb-primary-color); } - #wp-llms_pa_post_comment-wrap.wp-core-ui .button.button-small:hover, #wp-llms_pa_post_comment-wrap.wp-core-ui .button.button-small:focus { box-shadow: none; } @@ -7389,20 +6640,16 @@ header.llms-pa-area-header.llms-pa-posts--single a { .llms-pa-info-widget { margin: 0 0 30px; } - .llms-pa-info-widget .llms-pa-item { font-size: 14px; margin-bottom: 10px; } - .llms-pa-info-widget .llms-pa-item strong { - font-weight: 400; + font-weight: normal; } - .llms-pa-info-widget .llms-pa-info-widget-footer { margin: 20px 0; } - .llms-pa-info-widget .llms-pa-info-widget-footer .llms-button-secondary { padding: 10px 20px; font-size: 15px; @@ -7413,17 +6660,14 @@ header.llms-pa-area-header.llms-pa-posts--single a { .single-lesson .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning { background-color: transparent; } - .single-lesson .gform_wrapper .gfield_radio li label, .single-lesson .gform_wrapper .gfield_checkbox li label { display: inline-block; margin-left: 0; } - .single-lesson .gform_wrapper li.gfield.gfield_error { border: 0 !important; } - .single-lesson .gform_wrapper li.gfield.gfield_error.gfield_contains_required { margin-top: 0; margin-bottom: 0 !important; @@ -7440,24 +6684,20 @@ header.llms-pa-area-header.llms-pa-posts--single a { -ms-flex-direction: column; flex-direction: column; } - .single.llms_my_certificate-template-default .llms-certificate-container, .single-llms_certificate .llms-certificate-container { position: relative; } @media (max-width: 850px) { - .single.llms_my_certificate-template-default .llms-certificate-container, .single-llms_certificate .llms-certificate-container { width: 100% !important; } } - .single.llms_my_certificate-template-default .llms-certificate-container .certificate-background, .single-llms_certificate .llms-certificate-container .certificate-background { margin-bottom: 0 !important; } - .single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate, .single.llms_my_certificate-template-default .llms-certificate-container .llms_certificate, .single-llms_certificate .llms-certificate-container .llms_my_certificate, @@ -7478,7 +6718,6 @@ header.llms-pa-area-header.llms-pa-posts--single a { justify-content: center; } @media (max-width: 480px) { - .single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate, .single.llms_my_certificate-template-default .llms-certificate-container .llms_certificate, .single-llms_certificate .llms-certificate-container .llms_my_certificate, @@ -7487,7 +6726,6 @@ header.llms-pa-area-header.llms-pa-posts--single a { } } @media (max-width: 400px) { - .single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate, .single.llms_my_certificate-template-default .llms-certificate-container .llms_certificate, .single-llms_certificate .llms-certificate-container .llms_my_certificate, @@ -7495,7 +6733,6 @@ header.llms-pa-area-header.llms-pa-posts--single a { margin: 20px 40px; } } - .single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate .llms-summary h1, .single.llms_my_certificate-template-default .llms-certificate-container .llms_certificate .llms-summary h1, .single-llms_certificate .llms-certificate-container .llms_my_certificate .llms-summary h1, @@ -7505,7 +6742,6 @@ header.llms-pa-area-header.llms-pa-posts--single a { margin-bottom: 0; } @media (max-width: 480px) { - .single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate .llms-summary h1, .single.llms_my_certificate-template-default .llms-certificate-container .llms_certificate .llms-summary h1, .single-llms_certificate .llms-certificate-container .llms_my_certificate .llms-summary h1, @@ -7514,7 +6750,6 @@ header.llms-pa-area-header.llms-pa-posts--single a { margin-top: 20px; } } - .single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate .llms-summary p, .single.llms_my_certificate-template-default .llms-certificate-container .llms_certificate .llms-summary p, .single-llms_certificate .llms-certificate-container .llms_my_certificate .llms-summary p, @@ -7523,7 +6758,6 @@ header.llms-pa-area-header.llms-pa-posts--single a { margin-top: 40px; } @media (max-width: 480px) { - .single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate .llms-summary p, .single.llms_my_certificate-template-default .llms-certificate-container .llms_certificate .llms-summary p, .single-llms_certificate .llms-certificate-container .llms_my_certificate .llms-summary p, @@ -7533,7 +6767,6 @@ header.llms-pa-area-header.llms-pa-posts--single a { } } @media (min-width: 768px) { - .single.llms_my_certificate-template-default.bb-buddypanel .site, .single-llms_certificate.bb-buddypanel .site { margin-left: 0; @@ -7554,18 +6787,15 @@ header.llms-pa-area-header.llms-pa-posts--single a { .lifterlms ul.llms-certificates-loop li.llms-certificate-loop-item { width: -webkit-calc(33.333% - 20px); width: calc(33.333% - 20px); - /* Set default certificate width */ } @media only screen and (max-width: 1200px) { - .lifterlms ul.llms-certificates-loop li.llms-certificate-loop-item { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); } } @media only screen and (max-width: 992px) { - .lifterlms ul.llms-certificates-loop li.llms-certificate-loop-item { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); @@ -7577,14 +6807,12 @@ header.llms-pa-area-header.llms-pa-posts--single a { width: calc(33.333% - 20px); } @media only screen and (max-width: 1200px) { - .lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); } } @media only screen and (max-width: 992px) { - .lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); @@ -7594,23 +6822,19 @@ header.llms-pa-area-header.llms-pa-posts--single a { .has-sidebar .lifterlms ul.llms-certificates-loop li.llms-certificate-loop-item { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); - /* Set default certificate width */ } @media only screen and (max-width: 1200px) { - .has-sidebar .lifterlms ul.llms-certificates-loop li.llms-certificate-loop-item { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); } } - .has-sidebar .lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); } @media only screen and (max-width: 1200px) { - .has-sidebar .lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); @@ -7621,7 +6845,6 @@ ul.llms-certificates-loop.listing-certificates.loop-cols-5 li.llms-certificate-l width: -webkit-calc(20% - 20px); width: calc(20% - 20px); } - ul.llms-certificates-loop.listing-certificates li.llms-certificate-loop-item { margin: 10px; border: 1px solid var(--bb-content-border-color); @@ -7637,7 +6860,6 @@ ul.llms-certificates-loop.listing-certificates li.llms-certificate-loop-item { -ms-flex-align: center; align-items: center; } - ul.llms-certificates-loop.listing-certificates li.llms-certificate-loop-item:hover { box-shadow: 0 4px 32px 0 rgba(18, 43, 70, 0.1); -webkit-transition: box-shadow 0.3s ease-in-out; @@ -7658,11 +6880,9 @@ ul.llms-certificates-loop.listing-certificates li.llms-certificate-loop-item:hov -ms-flex-pack: distribute; justify-content: space-around; } - .llms-certificate .llms-certificate-title { line-height: 1.2; } - .llms-certificate .llms-certificate-date { font-size: 12px; line-height: 1; @@ -7678,7 +6898,6 @@ ul.llms-certificates-loop.listing-certificates li.llms-certificate-loop-item:hov .llms-notification .llms-notification-footer { border-color: var(--bb-content-border-color); } - .llms-notification .llms-notification-title { margin-bottom: 10px; font-weight: 500; @@ -7692,14 +6911,12 @@ ul.llms-certificates-loop.listing-certificates li.llms-certificate-loop-item:hov -ms-flex-align: start; align-items: flex-start; } - .llms-notification-list .llms-notification .llms-notification-content { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } - .llms-notification-list .llms-notification .llms-notification-footer { margin-left: auto; -webkit-box-flex: 0; @@ -7709,7 +6926,6 @@ ul.llms-certificates-loop.listing-certificates li.llms-certificate-loop-item:hov text-align: right; line-height: 1.7; } - .llms-notification-list .llms-notification .llms-notification-footer .llms-notification-date { float: none; margin-right: 0; @@ -7717,14 +6933,12 @@ ul.llms-certificates-loop.listing-certificates li.llms-certificate-loop-item:hov display: block; } @media screen and (max-width: 1200px) { - .llms-notification-list .llms-notification { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } - .llms-notification-list .llms-notification .llms-notification-content { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -7732,7 +6946,6 @@ ul.llms-certificates-loop.listing-certificates li.llms-certificate-loop-item:hov max-width: 100%; margin-bottom: 10px; } - .llms-notification-list .llms-notification .llms-notification-footer { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -7744,21 +6957,18 @@ ul.llms-certificates-loop.listing-certificates li.llms-certificate-loop-item:hov .llms-sd-section.llms-my-memberships .llms-loop-item .llms-loop-item-content { padding: 0; } - .llms-sd-section.llms-my-memberships p { border: none; background-color: transparent; padding: 0; } - -.llms-sd-section.llms-my-memberships p::before { +.llms-sd-section.llms-my-memberships p:before { display: none; } .single-llms_membership header.entry-header { display: none; } - .single-llms_membership .entry-img { border-radius: 4px; } @@ -7785,19 +6995,16 @@ ul.llms-achievements-loop li.llms-achievement-loop-item { .lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item { width: -webkit-calc(33.333% - 20px); width: calc(33.333% - 20px); - /* Set default certificate width */ padding: 0; } @media only screen and (max-width: 1200px) { - .lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); } } @media only screen and (max-width: 992px) { - .lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); @@ -7809,14 +7016,12 @@ ul.llms-achievements-loop li.llms-achievement-loop-item { width: calc(33.333% - 20px); } @media only screen and (max-width: 1200px) { - .lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); } } @media only screen and (max-width: 992px) { - .lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); @@ -7826,23 +7031,19 @@ ul.llms-achievements-loop li.llms-achievement-loop-item { .has-sidebar .lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); - /* Set default certificate width */ } @media only screen and (max-width: 1200px) { - .has-sidebar .lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); } } - .has-sidebar .lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); } @media only screen and (max-width: 1200px) { - .has-sidebar .lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); @@ -7862,6 +7063,11 @@ ul.llms-achievements-loop li.llms-achievement-loop-item:hover { .llms-sd-section.llms-my-achievements .llms-achievement-loop-item.achievement-item a { background-color: transparent; + padding: 0; + border-radius: var(--bb-block-radius-inner); +} +.llms-sd-section.llms-my-achievements .llms-achievement-loop-item.achievement-item a .llms-achievement-title { + color: var(--bb-headings-color); } .llms-achievement__body { @@ -7900,27 +7106,23 @@ ul.llms-achievements-loop li.llms-achievement-loop-item:hover { font-size: 14px; color: var(--bb-body-text-color); } - .llms-achievement .llms-achievement-date span { font-size: 12px; color: var(--bb-alternate-text-color); } @media (max-width: 337px) { - .lifterlms .llms-button-primary, .lifterlms .llms-button-secondary, .lifterlms .llms-field-button { padding: 10px 11px; } } - .iziModal { border-bottom: 0 !important; box-shadow: 0 3px 24px 0 rgba(18, 43, 70, 0.28); background-color: var(--bb-content-background-color); } - .iziModal .bb-cover-wrap { border-radius: 0; } @@ -7946,15 +7148,13 @@ ul.llms-achievements-loop li.llms-achievement-loop-item:hover { transition: none; text-align: center; } - .iziModal .iziModal-header .iziModal-button-close:hover { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none; } - -.iziModal .iziModal-header .iziModal-button-close::before { +.iziModal .iziModal-header .iziModal-button-close:before { display: inline-block; color: #939597; font-family: bb-icons; @@ -7978,7 +7178,6 @@ ul.llms-achievements-loop li.llms-achievement-loop-item:hover { text-align: center; background-color: var(--bb-content-alternate-background-color); } - .llms-achievement-image--icon img.llms-achievement-img { object-fit: cover; width: 54px; @@ -7986,7 +7185,6 @@ ul.llms-achievements-loop li.llms-achievement-loop-item:hover { border-radius: 100%; margin: 0 auto; } - .llms-achievement-modal .llms-achievement-image--icon img.llms-achievement-img { width: 100px; height: 100px; @@ -8064,7 +7262,6 @@ body div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-red border-color: var(--bb-success-color); text-align: center; } - .single-lesson.llms-pointer #lifterlms-page-content .lifterlms_content_wrap .wpforms-confirmation-container-full p, .single-lesson.llms-pointer #lifterlms-page-content .lifterlms_content_wrap div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) p, body .wpforms-confirmation-container-full p, @@ -8082,7 +7279,6 @@ body div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-red padding: 0; margin-top: 0; } - .frm_forms .frm_form_fields fieldset legend { font-size: 26px; margin: 0 0 10px; @@ -8106,7 +7302,6 @@ body div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-red box-sizing: border-box; box-shadow: none; } - .frm_forms .frm_form_fields fieldset .frm_top_container { display: -webkit-box; display: -ms-flexbox; @@ -8117,7 +7312,6 @@ body div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-red flex-direction: column; padding: 10px 0; } - .frm_forms .frm_form_fields fieldset .frm_top_container .frm_primary_label, .frm_forms .frm_form_fields fieldset .frm_top_container label.frm_primary_label { display: block; @@ -8128,16 +7322,13 @@ body div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-red margin: 0 0 4px; padding: 0; } - -.frm_forms .frm_form_fields fieldset .frm_top_container .frm_checkbox .icheckbox_minimal.checked::after { +.frm_forms .frm_form_fields fieldset .frm_top_container .frm_checkbox .icheckbox_minimal.checked:after { text-indent: 0; } - .frm_forms .frm_form_fields fieldset .frm_submit { margin: 0; padding: 16px 0; } - .frm_forms .frm_form_fields fieldset .frm_submit .frm_button_submit { font-family: inherit; font-size: 15px; @@ -8164,14 +7355,12 @@ body div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-red transition: all linear 0.2s; box-shadow: none; } - .frm_forms .frm_form_fields fieldset .frm_dropzone { border: 1px dashed #dedfe2; border-radius: 3px; min-height: 60px; padding: 30px; } - .frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message { display: -webkit-box; display: -ms-flexbox; @@ -8187,19 +7376,17 @@ body div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-red -ms-flex-pack: center; justify-content: center; } - .frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_icon_font.frm_upload_icon { position: relative; height: 40px; } - -.frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_icon_font.frm_upload_icon::before { +.frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_icon_font.frm_upload_icon:before { position: absolute; left: -16px; font-family: bb-icons; speak: none; font-style: normal; - font-weight: 400; + font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; @@ -8211,7 +7398,6 @@ body div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-red display: block; margin: 0 auto 10px; } - .frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_compact_text button, .frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_upload_text button { background-color: transparent; @@ -8219,55 +7405,43 @@ body div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-red color: var(--bb-headings-color); padding: 2px 0; } - .frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_compact_text button:hover, .frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_upload_text button:hover { background-color: transparent; box-shadow: none; } - .frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_small_text { font-size: 14px; color: var(--bb-primary-color); } - .frm_forms .frm_form_fields fieldset .wp-switch-editor { margin-top: 0; } - .frm_forms .frm_form_fields fieldset .frm_description { font-size: 15px; padding-top: 10px; } - .frm_forms .frm_form_fields fieldset .frm_range_container input { width: 100%; } - .frm_forms .frm_form_fields fieldset .frm_pos_top { margin: 20px 0 0; } - .frm_forms .frm_form_fields fieldset .frm_combo_inputs_container div { padding: 0 0 10px; } - .frm_forms .frm_form_fields fieldset .frm_combo_inputs_container div input { width: 100%; } - .frm_forms .frm_form_fields fieldset .frm_form_field.form-field .frm_time_wrap select { width: inherit; } - .frm_forms .frm_form_fields fieldset .frm_form_field.form-field select { width: 100%; } - .frm_forms .frm_form_fields fieldset .frm_hidden { display: none; } - .frm_forms .frm_form_fields fieldset .frm-edit-page-btn { display: -webkit-box; display: -ms-flexbox; @@ -8279,21 +7453,17 @@ body div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-red background-color: transparent; box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1); } - .frm_forms .frm_form_fields fieldset .frm-edit-page-btn svg { width: 20px; height: 20px; } - .frm_forms .frm_form_fields fieldset .frm-edit-page-btn span { padding-left: 10px; color: #000; } - .frm_forms .frm_form_fields fieldset .frm_pos_.frm_primary_label { margin-bottom: 10px; } - .frm_forms .frm_form_fields fieldset .frm-line-table tr td h3 { margin-bottom: 0; } @@ -8313,39 +7483,31 @@ body div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-red background-position: right 1rem center; padding-right: 40px; } - .nf-form-wrap .nf-form-content .list-select-wrap .nf-field-element > div { background: transparent; border: 0; } - .nf-form-wrap .nf-form-content .listradio-wrap .nf-field-element input { display: none; } - .nf-form-wrap .nf-form-content .listradio-wrap .nf-field-element label { display: inline-block; margin-left: 0 !important; } - -.nf-form-wrap .nf-form-content .listradio-wrap .nf-field-element label::after, .nf-form-wrap .nf-form-content .listradio-wrap .nf-field-element label::before { +.nf-form-wrap .nf-form-content .listradio-wrap .nf-field-element label:after, .nf-form-wrap .nf-form-content .listradio-wrap .nf-field-element label:before { display: none; } - .nf-form-wrap .nf-form-content .listradio-wrap .nf-field-element li .bs-radio { display: none; } @media screen and (max-width: 1200px) { - .single-llms_certificate .bb-grid { display: block; } - .single-llms_certificate .bb-grid .llms-certificate-container { display: block; } - .single-llms_certificate .bb-grid .llms-print-certificate { width: 100%; max-width: 100%; @@ -8356,11 +7518,9 @@ body div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-red .llms-print-certificate .back_to_home_page { font-size: 14px; } - .llms-print-certificate button i { font-size: 18px; } - .llms-print-certificate .back_to_home_page { display: inline-block; border-radius: 20px; @@ -8369,7 +7529,6 @@ body div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-red -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .llms-print-certificate .print_and_save_holder { margin-bottom: 10px; } @@ -8396,14 +7555,14 @@ body div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-red } .llms-notification .llms-notification-body .llms-mini-cert { - border: 0; background-color: var(--bb-content-alternate-background-color); + border: 1px solid var(--bb-content-border-color); + box-shadow: none; border-radius: 4px; padding: 10px 15px; } - .llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert-title { - font-weight: 400; + font-weight: normal; } .llms-sd-notification-center .llms-notification .llms-mini-cert { @@ -8425,7 +7584,6 @@ ul.llms-certificates-loop.listing-certificates li.llms-certificate-loop-item { margin-bottom: 20px; border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; } - .llms-certificate__badge img { position: relative; top: 5px; @@ -8449,16 +7607,13 @@ a.llms-certificate__link .llms-certificate-title:hover { .llms-certificate__footer { margin: 15px 0 0; } - .llms-certificate__footer .llms-certificate-date { text-align: left; line-height: 1.3; } - .llms-certificate__footer .llms-certificate__date-label { color: var(--bb-alternate-text-color); } - .llms-certificate__footer .llms-certificate__moment { font-size: 14px; } @@ -8481,21 +7636,18 @@ a.llms-certificate__link .llms-certificate-title:hover { border: 0; background-color: transparent; } - .llms-certificate__download .llms-certificate__downloadBtn i, .llms-certificate__download button.llms-certificate__downloadBtn.button i, .buddypress .buddypress-wrap .llms-certificate__download .llms-certificate__downloadBtn i, .buddypress .buddypress-wrap .llms-certificate__download button.llms-certificate__downloadBtn.button i { font-size: 26px; } - -.llms-certificate__download .llms-certificate__downloadBtn i::before, -.llms-certificate__download button.llms-certificate__downloadBtn.button i::before, -.buddypress .buddypress-wrap .llms-certificate__download .llms-certificate__downloadBtn i::before, -.buddypress .buddypress-wrap .llms-certificate__download button.llms-certificate__downloadBtn.button i::before { +.llms-certificate__download .llms-certificate__downloadBtn i:before, +.llms-certificate__download button.llms-certificate__downloadBtn.button i:before, +.buddypress .buddypress-wrap .llms-certificate__download .llms-certificate__downloadBtn i:before, +.buddypress .buddypress-wrap .llms-certificate__download button.llms-certificate__downloadBtn.button i:before { margin: 0; } - .llms-certificate__download .llms-certificate__downloadBtn:hover, .llms-certificate__download .llms-certificate__downloadBtn:active, .llms-certificate__download .llms-certificate__downloadBtn:focus, .llms-certificate__download button.llms-certificate__downloadBtn.button:hover, .llms-certificate__download button.llms-certificate__downloadBtn.button:active, @@ -8508,7 +7660,6 @@ a.llms-certificate__link .llms-certificate-title:hover { .buddypress .buddypress-wrap .llms-certificate__download button.llms-certificate__downloadBtn.button:focus { box-shadow: none; } - .llms-certificate__download i, .buddypress .buddypress-wrap .llms-certificate__download i { line-height: 15px; @@ -8518,47 +7669,37 @@ body.bb-buddypanel.bb-sfwd-aside .site-header .bb-toggle-panel { display: inherit; margin-left: -18px; } - body.bb-buddypanel.bb-sfwd-aside .header-aside-inner .bb-toggle-panel { display: none; } - body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .site-header .site-header-container > .bb-toggle-panel { display: none; } - body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .site-header .site-header-container { padding-left: 0; } - body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .header-3 .header-aside-inner .bb-toggle-panel { margin-right: 0; } - body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .header-aside-inner .bb-toggle-panel { display: inline-block; padding-left: 20px; margin: 0; margin-right: -18px; } - body.bb-buddypanel.bb-sfwd-aside .site-header .site-header-container:not(.header-3) #header-aside .bb-toggle-panel i { color: inherit; } - body.bb-buddypanel.bb-sfwd-aside.buddypanel-open:not(.buddypanel-header) .site-header .bb-toggle-panel { visibility: hidden; opacity: 0; } - body.bb-buddypanel.bb-sfwd-aside.buddypanel-header .site-header .bb-toggle-panel { margin-left: -18px; } - body.bb-buddypanel.bb-sfwd-aside.buddypanel-header.bb-buddypanel-right .site-header .bb-toggle-panel { margin-left: 0; } - body.bb-buddypanel.bb-sfwd-aside:not(.buddypanel-open) .buddypanel .bb-toggle-panel { visibility: hidden; opacity: 0; @@ -8567,52 +7708,43 @@ body.bb-buddypanel.bb-sfwd-aside:not(.buddypanel-open) .buddypanel .bb-toggle-pa body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head { height: 0; } - body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { display: none; } -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--0 a::before { +.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--0 a:before { content: "\ef58"; font-family: bb-icons; } - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-groups a::before { +.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-groups a:before { content: "\e95d"; font-family: bb-icons; } - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-courses a::before { +.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-courses a:before { content: "\eeac"; font-family: bb-icons; } - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-grades a::before { +.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-grades a:before { font-family: bb-icons; content: "\eed4"; } - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-memberships a::before { +.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-memberships a:before { font-family: bb-icons; content: "\ef52"; } - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-achievements a::before { +.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-achievements a:before { font-family: bb-icons; content: "\ee04"; } - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-certificates a::before { +.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-certificates a:before { font-family: bb-icons; content: "\e975"; } - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--notifications a::before { +.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--notifications a:before { font-family: bb-icons; content: "\e8a5"; } - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--redeem-voucher a::before { +.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--redeem-voucher a:before { font-family: bb-icons; content: "\ef0c"; } @@ -8620,23 +7752,19 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { .has-sidebar .woocommerce-MyAccount-content .llms-loop-list .llms-loop-item { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); - /* Set default certificate width */ } @media only screen and (max-width: 1200px) { - .has-sidebar .woocommerce-MyAccount-content .llms-loop-list .llms-loop-item { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); } } - .has-sidebar .woocommerce-MyAccount-content .llms-loop-list.cols-3 .llms-loop-item { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); } @media only screen and (max-width: 1200px) { - .has-sidebar .woocommerce-MyAccount-content .llms-loop-list.cols-3 .llms-loop-item { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); @@ -8646,19 +7774,16 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { .woocommerce-MyAccount-content ul.llms-achievements-loop li.llms-achievement-loop-item { width: -webkit-calc(33.333% - 20px); width: calc(33.333% - 20px); - /* Set default certificate width */ padding: 0; } @media only screen and (max-width: 1200px) { - .woocommerce-MyAccount-content ul.llms-achievements-loop li.llms-achievement-loop-item { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); } } @media only screen and (max-width: 992px) { - .woocommerce-MyAccount-content ul.llms-achievements-loop li.llms-achievement-loop-item { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); @@ -8670,14 +7795,12 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { width: calc(33.333% - 20px); } @media only screen and (max-width: 1200px) { - .woocommerce-MyAccount-content ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); } } @media only screen and (max-width: 992px) { - .woocommerce-MyAccount-content ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); @@ -8687,23 +7810,19 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { .has-sidebar .woocommerce-MyAccount-content ul.llms-achievements-loop li.llms-achievement-loop-item { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); - /* Set default certificate width */ } @media only screen and (max-width: 1200px) { - .has-sidebar .woocommerce-MyAccount-content ul.llms-achievements-loop li.llms-achievement-loop-item { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); } } - .has-sidebar .woocommerce-MyAccount-content ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); } @media only screen and (max-width: 1200px) { - .has-sidebar .woocommerce-MyAccount-content ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); @@ -8713,18 +7832,15 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { .woocommerce-MyAccount-content ul.llms-certificates-loop li.llms-certificate-loop-item { width: -webkit-calc(33.333% - 20px); width: calc(33.333% - 20px); - /* Set default certificate width */ } @media only screen and (max-width: 1200px) { - .woocommerce-MyAccount-content ul.llms-certificates-loop li.llms-certificate-loop-item { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); } } @media only screen and (max-width: 992px) { - .woocommerce-MyAccount-content ul.llms-certificates-loop li.llms-certificate-loop-item { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); @@ -8736,14 +7852,12 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { width: calc(33.333% - 20px); } @media only screen and (max-width: 1200px) { - .woocommerce-MyAccount-content ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); } } @media only screen and (max-width: 992px) { - .woocommerce-MyAccount-content ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); @@ -8753,23 +7867,19 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { .has-sidebar .woocommerce-MyAccount-content ul.llms-certificates-loop li.llms-certificate-loop-item { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); - /* Set default certificate width */ } @media only screen and (max-width: 1200px) { - .has-sidebar .woocommerce-MyAccount-content ul.llms-certificates-loop li.llms-certificate-loop-item { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); } } - .has-sidebar .woocommerce-MyAccount-content ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); } @media only screen and (max-width: 1200px) { - .has-sidebar .woocommerce-MyAccount-content ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); @@ -8780,28 +7890,24 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { .woocommerce-MyAccount-content .llms-notice + form p.form-row.form-row-first { width: 100%; } - .woocommerce-MyAccount-content .llms-sd-title + form label, .woocommerce-MyAccount-content .llms-notice + form label { font-size: 15px; margin-right: 10px; display: inline-block; } - .woocommerce-MyAccount-content .llms-sd-title + form input[name="llms_voucher_code"], .woocommerce-MyAccount-content .llms-notice + form input[name="llms_voucher_code"] { border-radius: 100px; padding: 0 20px; } @media screen and (max-width: 992px) { - .woocommerce-MyAccount-content .llms-sd-title + form input[name="llms_voucher_code"], .woocommerce-MyAccount-content .llms-notice + form input[name="llms_voucher_code"] { width: 100%; margin-top: 10px; } } - .woocommerce-MyAccount-content .llms-sd-title + form button, .woocommerce-MyAccount-content .llms-notice + form button { padding-top: 6px; @@ -8815,18 +7921,15 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { } @media only screen and (min-width: 800px) { - .llms-theme .woocommerce-MyAccount-content { width: 68%; } } - .woocommerce-MyAccount-content .llms-sd-section.llms-sd-grades { overflow-x: auto; } @media (min-width: 600px) { - .llms-access-plans.cols-0 .llms-access-plan { width: 100%; } @@ -8867,12 +7970,10 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { width: 100%; } } - .llms-access-plans .llms-access-plan .llms-access-plan-content, .llms-access-plans .llms-access-plan .llms-access-plan-footer { background-color: transparent; } - .llms-access-plans .llms-access-plan .llms-access-plan-footer { border-bottom: 0; } @@ -8889,7 +7990,6 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { .llms-access-plan-price { font-size: 16px; } - .llms-access-plan-price > span { display: block; } @@ -8898,26 +7998,21 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { font-variant: normal; line-height: inherit; } - .llms-access-plan-price .price-sale, .llms-access-plan-price .price-regular:not(.price-regular--isSale) { color: var(--bb-headings-color); font-size: 20px; } - .llms-access-plan-price .price-sale .lifterlms-price, .llms-access-plan-price .price-regular:not(.price-regular--isSale) .lifterlms-price { font-weight: 700; } - .llms-access-plan-price .lifterlms-price { font-size: 20px; } - .llms-access-plan-price .price-regular.price-regular--isSale { color: var(--bb-alternate-text-color); } - .llms-access-plan-price .price-regular.price-regular--isSale .lifterlms-price { color: var(--bb-alternate-text-color); font-size: 14px; @@ -8963,12 +8058,10 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { margin-top: 15px; font-size: 13px; } - .llms-access-plan-sale-end span { color: var(--bb-alternate-text-color); } @media screen and (max-width: 1200px) { - .llms-access-plan-sale-end span { display: block; padding-bottom: 3px; @@ -9004,7 +8097,6 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { .llms-access-plan-restrictions { margin: 10px 0 0; } - .llms-access-plan-restrictions ul li { font-size: 13px; } @@ -9012,11 +8104,9 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { .llms-access-plan .llms-access-plan-restrictions ul { margin: 5px 0; } - .llms-access-plan .llms-access-plan-restrictions ul a { color: var(--bb-primary-color); } - .llms-access-plan .llms-access-plan-restrictions ul a:hover { color: var(--bb-primary-color); } @@ -9033,27 +8123,22 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { display: block; text-align: center; } - .bb-single-course-sidebar .llms-access-plan .llms-access-plan-content { max-width: 100%; border: 0; padding: 0; } - .bb-single-course-sidebar .llms-access-plan .llms-access-plan-content, .bb-single-course-sidebar .llms-access-plan.featured .llms-access-plan-content { border: 0; } - .bb-single-course-sidebar .llms-access-plan .llms-access-plan-footer { max-width: 100%; display: block; } - .bb-single-course-sidebar .llms-access-plan .llms-access-plan-featured { position: static; border-radius: 3px; } - .bb-single-course-sidebar .llms-access-plan .llms-access-plan-title { background-color: transparent; color: var(--bb-headings-color); @@ -9076,7 +8161,6 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { float: none; position: relative; } - .llms-access-plan .llms-access-plan-content { max-width: 60%; -webkit-box-flex: 0; @@ -9084,11 +8168,9 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { flex: 0 0 60%; padding: 0 25px 0 10px; } - .llms-access-plan .llms-access-plan-content, .llms-access-plan.featured .llms-access-plan-content { border-right: 1px solid var(--bb-content-border-color); } - .llms-access-plan .llms-access-plan-footer { max-width: 40%; -webkit-box-flex: 0; @@ -9110,27 +8192,22 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { flex-direction: column; padding: 10px; } - .llms-access-plan .llms-access-plan-footer .llms-access-plan-pricing { padding: 0; } - .llms-access-plan .llms-button-action { padding: 8px 35px; } @media screen and (max-width: 992px) { - .llms-access-plan { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } - .llms-access-plan.featured { padding-top: 45px; } - .llms-access-plan .llms-access-plan-content { max-width: 100%; -webkit-box-flex: 0; @@ -9142,11 +8219,9 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { margin-bottom: 20px; text-align: center; } - .llms-access-plan .llms-access-plan-content, .llms-access-plan.featured .llms-access-plan-content { border-right: 0; } - .llms-access-plan .llms-access-plan-footer { max-width: 100%; -webkit-box-flex: 0; @@ -9154,7 +8229,6 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { flex: 0 0 100%; width: 100%; } - .llms-access-plan .llms-access-plan-title { padding-bottom: 10px; } @@ -9169,13 +8243,11 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { padding: 8px 0; } @media screen and (max-width: 992px) { - .llms-meta-aplans__btn a { font-size: 13px; padding: 6px 14px; } } - .llms-meta-aplans__btn a.llms-button-secondary { padding-left: 18px; padding-right: 18px; @@ -9187,16 +8259,13 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { line-height: 1.5; } @media screen and (max-width: 992px) { - .llms-meta-aplans__figure h3 { font-size: 18px; } } - .llms-meta-aplans__figure h3 > del { display: none; } - .llms-meta-aplans__figure h3 > ins { text-decoration: none; } @@ -9229,32 +8298,26 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { .lifterlms .llms-checkout-wrapper .llms-checkout { background: transparent; } - .lifterlms .llms-checkout-wrapper .llms-checkout-col { padding: 20px 15px; border: 1px solid var(--bb-content-border-color); border-radius: var(--bb-block-radius); background: var(--bb-content-background-color); } - .lifterlms .llms-checkout-wrapper .llms-checkout-section-content .llms-field-button { width: auto; - font-weight: 400; + font-weight: normal; } - .lifterlms .llms-checkout-wrapper .llms-checkout-section-content .llms-checkout-confirm .llms-field-button { width: 100%; } - .lifterlms .llms-checkout-wrapper .llms-checkout-section-content .llms-form-field.type-submit { text-align: center; } - .lifterlms .llms-checkout-wrapper .llms-notice.llms-error { background-color: var(--bb-danger-color); border: 0; } - .lifterlms .llms-checkout-wrapper .llms-form-heading { font-size: 16px; font-weight: 700; @@ -9264,25 +8327,20 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { margin-bottom: 15px; padding-top: 0; } - .lifterlms .llms-checkout-wrapper .llms-checkout-section { border: none; } - .lifterlms .llms-checkout-wrapper .llms-person-login-form-wrapper { padding: 0; border: 0; } - .lifterlms .llms-checkout-wrapper .llms-checkout-wrapper form.llms-login { border: 0; } - .lifterlms .llms-checkout-wrapper .llms-person-login-aktif { border: 1px solid #eef0f3; padding: 20px; } - .lifterlms .llms-checkout-wrapper .llms-login { border: none; } @@ -9291,14 +8349,12 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { font-size: 16px; font-weight: 400; } - .llms-checkout-wrapper .llms-form-field.llms-payment-gateway-option { display: -webkit-box; display: -ms-flexbox; display: flex; line-height: 1.5; } - .llms-checkout-wrapper .llms-form-field.llms-payment-gateway-option .llms-description { margin-left: 10px; } @@ -9307,7 +8363,6 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { text-align: right; line-height: 1.4; } - .llms-checkout-section-content .llms-order-summary li { font-size: 15px; display: -webkit-box; @@ -9318,10 +8373,9 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { align-items: flex-start; padding: 3px 0 5px; } - .llms-checkout-section-content .llms-order-summary li .llms-label { margin-right: auto; - font-weight: 400; + font-weight: normal; font-size: 13px; text-transform: uppercase; color: var(--bb-alternate-text-color); @@ -9334,12 +8388,10 @@ body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { .llms-payment-gateways .llms-notice { padding: 20px; } - .llms-payment-gateways .llms-notice .llms-form-field { padding: 0; margin: 0 0 10px; } - .llms-payment-gateways .llms-notice .llms-form-field.type-select { margin-top: 10px; } @@ -9369,19 +8421,18 @@ ul.llms-payment-gateways .llms-gateway-description { font-size: 16px; } -ul.llms-payment-gateways li:last-child::after { +ul.llms-payment-gateways li:last-child:after { border-bottom: 1px solid var(--bb-content-border-color); } .llms-checkout-section-content .llms-coupon-wrapper { border-top: 1px solid var(--bb-content-border-color); font-size: 14px; - font-weight: 400; + font-weight: normal; margin-top: 20px; padding-bottom: 10px; } - -.llms-checkout-section-content .llms-coupon-wrapper::before { +.llms-checkout-section-content .llms-coupon-wrapper:before { font-family: bb-icons; font-size: 1em; position: relative; @@ -9390,12 +8441,10 @@ ul.llms-payment-gateways li:last-child::after { content: "\ef17"; margin-right: 5px; } - .llms-checkout-section-content .llms-coupon-wrapper .llms-field-button { font-size: 15px; } - -.llms-checkout-section-content .has-coupon + .llms-coupon-wrapper::before { +.llms-checkout-section-content .has-coupon + .llms-coupon-wrapper:before { display: none; } @@ -9412,11 +8461,9 @@ ul.llms-payment-gateways li:last-child::after { text-align: left; padding: 10px 0; } - .llms-widget-syllabus .llms-collapse-caret { color: #939597; } - .llms-widget-syllabus .llms-collapse-caret i.fa { font-family: bb-icons !important; font-size: 1em; @@ -9425,19 +8472,16 @@ ul.llms-payment-gateways li:last-child::after { height: 22px; top: -2px; } - -.llms-widget-syllabus .llms-collapse-caret .fa-caret-down::before { +.llms-widget-syllabus .llms-collapse-caret .fa-caret-down:before { content: "\ee09"; font-size: 9px; font-weight: 300; } - -.llms-widget-syllabus .llms-collapse-caret .fa-caret-right::before { +.llms-widget-syllabus .llms-collapse-caret .fa-caret-right:before { content: "\ee09"; font-size: 9px; font-weight: 300; } - .llms-widget-syllabus .llms-section--closed i.fa.fa-caret-right { -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); @@ -9445,11 +8489,9 @@ ul.llms-payment-gateways li:last-child::after { top: -8px; left: -4px; } - .llms-widget-syllabus ul li ul.llms-lesson { margin: 0 0 10px; } - .llms-widget-syllabus ul li ul.llms-lesson li { display: -webkit-box; display: -ms-flexbox; @@ -9461,7 +8503,6 @@ ul.llms-payment-gateways li:last-child::after { border-radius: 4px; padding: 19px 25px; } - .llms-widget-syllabus .llms-lesson-complete { margin-right: 15px; -ms-flex-preferred-size: 22px; @@ -9474,11 +8515,9 @@ ul.llms-payment-gateways li:last-child::after { border-radius: 100%; color: var(--bb-content-border-color); } - .llms-widget-syllabus .llms-lesson-complete.done { color: var(--bb-primary-color); } - .llms-widget-syllabus .llms-lesson-complete i.fa { font-family: bb-icons !important; font-size: 1em; @@ -9488,8 +8527,7 @@ ul.llms-payment-gateways li:last-child::after { margin-left: -2px; margin-top: -2px; } - -.llms-widget-syllabus .llms-lesson-complete .fa-check-circle::before { +.llms-widget-syllabus .llms-lesson-complete .fa-check-circle:before { content: "\e876"; font-size: 12px; position: absolute; @@ -9507,7 +8545,6 @@ ul.llms-payment-gateways li:last-child::after { .llms-widget-syllabus .lesson-title.done a { color: var(--bb-headings-color); } - .llms-widget-syllabus .lesson-title a:hover, .llms-widget-syllabus .lesson-title.done a:hover { color: var(--bb-primary-color); @@ -9517,11 +8554,9 @@ ul.llms-payment-gateways li:last-child::after { font-size: 14px; padding: 10px 0; } - .llms-widget-syllabus--collapsible .llms-syllabus-footer a { color: var(--bb-headings-color); } - .llms-widget-syllabus--collapsible .llms-syllabus-footer a:hover { color: var(--bb-primary-color); } @@ -9533,11 +8568,9 @@ ul.llms-payment-gateways li:last-child::after { #old_reviews:not(.old_reviews--revoke) .llms_review { display: block; } - #old_reviews:not(.old_reviews--revoke) .llms_review h5 { color: var(--bb-headings-color) !important; } - #old_reviews:not(.old_reviews--revoke) .llms_review h6 { font-family: inherit; color: var(--bb-alternate-text-color) !important; @@ -9560,7 +8593,6 @@ ul.llms-payment-gateways li:last-child::after { font-size: 21px; height: 36px; } - .ld-secondary-header.llms-shortcode a.layout-view.layout-view-course.layout-grid-view.bp-tooltip { color: var(--bb-headings-color); display: -webkit-box; @@ -9576,7 +8608,6 @@ ul.llms-payment-gateways li:last-child::after { -webkit-transition: 0.3s all; transition: 0.3s all; } - .ld-secondary-header.llms-shortcode a.layout-view.layout-view-course.layout-list-view.bp-tooltip { color: var(--bb-headings-color); display: -webkit-box; @@ -9592,498 +8623,392 @@ ul.llms-payment-gateways li:last-child::after { -webkit-transition: 0.3s all; transition: 0.3s all; } - .ld-secondary-header.llms-shortcode a.layout-view.layout-view-course.layout-list-view.bp-tooltip.active { opacity: 1; } - .ld-secondary-header.llms-shortcode a.layout-view.layout-view-course.layout-grid-view.bp-tooltip.active { opacity: 1; } .llms-pointer.llms-inner.bb-dark-theme { - /* Header statrs */ - /* Header Ends */ } - .llms-pointer.llms-inner.bb-dark-theme .buddypanel { background-color: #121212; } - .llms-pointer.llms-inner.bb-dark-theme .buddypanel .panel-head { background-color: #121212; } - .llms-pointer.llms-inner.bb-dark-theme .buddypanel .panel-head .bb-toggle-panel { color: #fff; } - .llms-pointer.llms-inner.bb-dark-theme .buddypanel .panel-head .bb-toggle-panel:hover { color: #aaa; } - .llms-pointer.llms-inner.bb-dark-theme .bb-mobile-panel-inner .side-panel-menu .sub-menu { background: #121212; } - .llms-pointer.llms-inner.bb-dark-theme .bb-mobile-panel-inner .side-panel-menu a > i { color: #fff; } - .llms-pointer.llms-inner.bb-dark-theme .buddypanel-menu > li > .bb-menu-item > i:not(.bb-icon-angle-down) { color: #fff; } - .llms-pointer.llms-inner.bb-dark-theme .site-header { background: #232323; box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05); } - .llms-pointer.llms-inner.bb-dark-theme .site-header .bb-toggle-panel { color: #fff; } - .llms-pointer.llms-inner.bb-dark-theme .site-header .bb-toggle-panel:hover { color: #aaa; } - .llms-pointer.llms-inner.bb-dark-theme .site-header .primary-menu > li > a { color: #888; } - .llms-pointer.llms-inner.bb-dark-theme .site-header .primary-menu > li > a:hover { color: #fff; } - .llms-pointer.llms-inner.bb-dark-theme .site-header .user-wrap a.user-link { color: #fff; } - .llms-pointer.llms-inner.bb-dark-theme .site-header .user-wrap a.user-link:hover { color: #aaa; } - .llms-pointer.llms-inner.bb-dark-theme .site-header .user-wrap a.user-link:hover i { color: #aaa; } - .llms-pointer.llms-inner.bb-dark-theme .site-header .user-wrap a.user-link i { color: #fff; } - .llms-pointer.llms-inner.bb-dark-theme .site-header #header-aside i { color: #fff; } - -.llms-pointer.llms-inner.bb-dark-theme .site-header [data-balloon]::after { +.llms-pointer.llms-inner.bb-dark-theme .site-header [data-balloon]:after { background: rgba(255, 255, 255, 0.95); box-shadow: none; color: #000; } - -.llms-pointer.llms-inner.bb-dark-theme .site-header [data-balloon][data-balloon-pos="down"]::before { +.llms-pointer.llms-inner.bb-dark-theme .site-header [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%22rgba(255,255,255,0.95)%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; } - .llms-pointer.llms-inner.bb-dark-theme .site-header .header-search-primary { background: #232323; } - .llms-pointer.llms-inner.bb-dark-theme .header-search-wrap, .llms-pointer.llms-inner.bb-dark-theme .header-search-wrap input.search-field { background: #000; color: #fff; } - .llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li:hover { color: #fff; } - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li:hover.menu-item-has-children::after { +.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li:hover.menu-item-has-children:after { color: #fff; } - .llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li:hover > a > i, .llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li:hover > a span { color: #fff; } - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li.menu-item-has-children::after { +.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li.menu-item-has-children:after { color: #939597; } - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li.menu-item > .ab-submenu::before { +.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li.menu-item > .ab-submenu:before { border-color: #232323 #232323 transparent transparent; } - .llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu { background-color: #000; } - .llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu { background-color: #000; } - .llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item:hover > a { background: rgba(255, 255, 255, 0.15); color: #aaa; } - .llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item:hover > a > i { color: #aaa; } - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item.menu-item-has-children::after { +.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item.menu-item-has-children:after { color: #aaa; } - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item.menu-item-has-children:hover::after { +.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item.menu-item-has-children:hover:after { color: #aaa; } - .llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item > a { color: #aaa; } - .llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item > a > i { color: #aaa; } - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item.menu-item.menu-item-has-children > a::after { +.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item.menu-item.menu-item-has-children > a:after { color: #aaa; } - .llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li > a { color: #939597; } - .llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li > a > i { color: #fff; } - .llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu > li > a:hover { color: #fff; } - .llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .more-button > i { color: #fff; } - -.llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .more-button .active::after { +.llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .more-button .active:after { border-color: #232323 #232323 transparent transparent; } - .llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu { background-color: #000; } - .llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu a { color: #aaa; } - .llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu li:hover > a { color: #aaa; background: rgba(255, 255, 255, 0.15); } - .llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu { background-color: #000; } - -.llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu::before, +.llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu:before, .llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu { background-color: #000; } - .llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu li:hover > a { color: #aaa; background: rgba(255, 255, 255, 0.15); } - .llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu, .llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu { background-color: #000; } - .llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu a, .llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu .user-mention, .llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a, .llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu .user-mention { color: #aaa; } - .llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu a > i, -.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu a::before, +.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu a:before, .llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a > i, -.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a::before { +.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a:before { color: #aaa; } - .llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu li:hover > a, .llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu li:hover > a > i, -.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu li:hover a::before, +.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu li:hover a:before, .llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover > a, .llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover > a > i, -.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover a::before { +.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover a:before { color: #aaa; } - -.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu li.no-icon > a::before, -.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li.no-icon > a::before { +.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu li.no-icon > a:before, +.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li.no-icon > a:before { color: #aaa; } - -.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu::before, -.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu::before { +.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu:before, +.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu:before { border-color: #232323 #232323 transparent transparent; } - .llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper { background-color: transparent; } - -.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper::before { +.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper:before { background-color: #000; } - .llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper .ab-submenu { background-color: #000; box-shadow: none; } - .llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu .user-link { border-color: #333 #333 transparent transparent; } - .llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu { background-color: #000; } - .llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover > a, .llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a:hover { background: rgba(255, 255, 255, 0.15); } - .llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li .wrapper .bb-sub-menu { background-color: #000; } - .llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li .wrapper .bb-sub-menu a:hover { background: rgba(255, 255, 255, 0.15); } - .llms-pointer.llms-inner.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link > i { color: #aaa; } - .llms-pointer.llms-inner.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link:hover .user-name, .llms-pointer.llms-inner.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link:hover > i { color: #fff; } - .llms-pointer.llms-inner.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-name { color: #aaa; } - -.llms-pointer.llms-inner.bb-dark-theme.bb-template-v2 .primary-menu > li:hover > a::before { +.llms-pointer.llms-inner.bb-dark-theme.bb-template-v2 .primary-menu > li:hover > a:before { background: rgba(255, 255, 255, 0.1); } - .llms-pointer.llms-inner.bb-dark-theme .widget .dropzone .dz-default { background-color: #333; } - .llms-pointer.llms-inner.bb-dark-theme .widget .dropzone .dz-default .dz-button > strong, .llms-pointer.llms-inner.bb-dark-theme .widget .dropzone .dz-default .dz-button:hover > strong { color: #aaa; } - -.llms-pointer.llms-inner.bb-dark-theme .widget #whats-new-toolbar .emojionearea .emojionearea-button::before, +.llms-pointer.llms-inner.bb-dark-theme .widget #whats-new-toolbar .emojionearea .emojionearea-button:before, .llms-pointer.llms-inner.bb-dark-theme .widget #whats-new-toolbar a [class*=" bb-icon-"] { color: #aaa; } - .llms-pointer.llms-inner.bb-dark-theme .widget #whats-new-toolbar .post-emoji .emojionearea.medium-editor-placeholder { padding: 0; } - .llms-pointer.llms-inner.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active { background-color: #333; bottom: 0; } - .llms-pointer.llms-inner.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b, .llms-pointer.llms-inner.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b:hover { color: #aaa; } - -.llms-pointer.llms-inner.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b::before, -.llms-pointer.llms-inner.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b:hover::before { +.llms-pointer.llms-inner.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b:before, +.llms-pointer.llms-inner.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b:hover:before { color: #aaa; } - .llms-pointer.llms-inner.bb-dark-theme .select2-container .select2-dropdown { background: #000; border: 1px solid #aaa; } - .llms-pointer.llms-inner.bb-dark-theme .select2-container--default .select2-results__option--highlighted[aria-selected] { background: #333; } - .llms-pointer.llms-inner.bb-dark-theme .entry-content .widget .bbp_topic_tags_wrapper li.select2-search { margin-bottom: 0; } - .llms-pointer.llms-inner.bb-dark-theme .entry-content .widget .bbp-topic-form .bbp_topic_tags_wrapper, .llms-pointer.llms-inner.bb-dark-theme .entry-content .widget .bbp-topic-form .bbp-the-content-wrapper { background-color: #333; color: #aaa; } - .llms-pointer.llms-inner.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link .user-name { color: #aaa; } - .llms-pointer.llms-inner.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link:hover .user-name { color: #fff; } - -.llms-pointer.llms-inner.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link:hover::before { +.llms-pointer.llms-inner.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link:hover:before { background: rgba(255, 255, 255, 0.1); } - -.llms-pointer.llms-inner.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children.selected .user-link::before { +.llms-pointer.llms-inner.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children.selected .user-link:before { background: rgba(255, 255, 255, 0.1); } - .llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper { background-color: #1c1c1c; } - .llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper a.course-entry-link { background-color: rgba(146, 164, 183, 0.2); } - .llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper a.course-entry-link:hover { background-color: rgba(146, 164, 183, 0.3); } - .llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .ld-course-navigation h2 { color: #fff; } - .llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifter-topic-sidebar-progress { border-color: #333; } - .llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifterlms-lessions-list .llms-syllabus-wrapper .llms-section-title { color: #fff; } - .llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link:hover .llms-main h5 { color: #fff; } - .llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifterlms-lessions-list .llms-syllabus-wrapper .lifterlms_lesson_holder.current_title { background: #333; } - .llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifter-sidebar-widgets ul li.widget { border-color: #333; } - .llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifter-sidebar-widgets ul li.widget.widget_calendar a, .llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifter-sidebar-widgets ul li.widget a:hover, .llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifter-sidebar-widgets ul li.widget .widgettitle { color: #fff; } - .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content { background: #121212; border-bottom-color: #121212; } - .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .bb-ld-info-bar .ld-breadcrumbs { border-color: #333; } - .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span a { color: #939597; } - .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .bb-position .lifterlms-lesson-position span.bb-pages { color: #aaa; } - .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a { background-color: rgba(146, 164, 183, 0.2); } - .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a:hover { background-color: rgba(146, 164, 183, 0.3); } - -.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a [data-balloon]::before { +.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a [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%22rgba(255,255,255,0.95)%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; } - -.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a [data-balloon]::after { +.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a [data-balloon]:after { background: rgba(255, 255, 255, 0.95); box-shadow: none; color: #000; } - .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-header-title h1 { color: #fff; } - .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor h5 a { color: #939597; } - .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor h5 a:hover { color: #fff; } - .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap p, .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .gform_description, .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .gfield_description, .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap label { color: #aaa; } - .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap p a, .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .gform_description a, .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .gfield_description a, .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap label a { color: #aaa; } - .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap h3, .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-lesson-button-wrapper, .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .gsection_title { color: #fff; } - .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-lesson-preview .llms-lesson-link { background: #333; } - .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-lesson-preview .llms-lesson-link h6, .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-lesson-preview .llms-lesson-link h5 { color: #fff; } - +.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-assignment-content .llms-assignment-upload-field h2, .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-assignment-content .llms-task-marker, .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-assignment-content .llms-task-title { color: #aaa; } - +.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-assignment-content.type--upload .llms-assignment-upload-field { + border-color: #333; + background: rgba(146, 164, 183, 0.2); +} .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .nf-form-wrap .nf-form-fields-required, .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .nf-form-wrap .nf-field-label label, .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .list-checkbox-wrap .nf-field-element ul li label, @@ -10097,10 +9022,32 @@ ul.llms-payment-gateways li:last-child::after { .llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .frm_forms .frm_form_fields fieldset .frm_description { color: #888; } - .llms-pointer.llms-inner.bb-dark-theme .llms-donut .inside { background: #000; } +.llms-pointer.llms-inner.bb-dark-theme .llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down { + color: #fff; +} +.llms-pointer.llms-inner.bb-dark-theme .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link .llms-main h5, +.llms-pointer.llms-inner.bb-dark-theme .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link .llms-main .llms-lesson-title { + color: #fff; +} +.llms-pointer.llms-inner.bb-dark-theme .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down, +.llms-pointer.llms-inner.bb-dark-theme .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link:before { + color: #fff; +} +.llms-pointer.llms-inner.bb-dark-theme .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview { + border-color: #333; +} +.llms-pointer.llms-inner.bb-dark-theme .llms-favorite-wrapper { + color: var(--bb-alternate-text-color); +} +.llms-pointer.llms-inner.bb-dark-theme .llms-course-navigation .llms-lesson-preview { + border-color: #333; +} +.llms-pointer.llms-inner.bb-dark-theme .llms-course-navigation .llms-lesson-preview .llms-lesson-title { + color: #fff; +} .bb-dark-theme .llms-course-sidebar-heading { color: #fff; @@ -10128,7 +9075,7 @@ ul.llms-payment-gateways li:last-child::after { color: #fff; } -.bb-dark-theme.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer::before { +.bb-dark-theme.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:before { color: #fff; } @@ -10158,15 +9105,12 @@ ul.llms-payment-gateways li:last-child::after { border-color: #333; color: #aaa; } - .bb-sfwd-aside.bb-dark-theme .comment-list .comment-body .comment-author a.url { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .comment-list .comment-body a.comment-date { color: #aaa; } - .bb-sfwd-aside.bb-dark-theme .comment-list .comment-body a.comment-date:hover { color: #fff; } @@ -10175,7 +9119,6 @@ ul.llms-payment-gateways li:last-child::after { .bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_questionList[data-type="essay"] form input[type="file"] + label { background-color: #121212; } - .bb-sfwd-aside.bb-dark-theme input[type="text"], .bb-sfwd-aside.bb-dark-theme select, .bb-sfwd-aside.bb-dark-theme textarea { @@ -10183,15 +9126,12 @@ ul.llms-payment-gateways li:last-child::after { border-color: #aaa; color: #aaa; } - .bb-sfwd-aside.bb-dark-theme .lifterlms_content_wrap .comments-title { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .buddypanel .site-branding { background-color: #121212; } - .bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type="date"], .bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type="datetime"], .bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type="datetime-local"], @@ -10212,92 +9152,74 @@ ul.llms-payment-gateways li:last-child::after { border-color: #aaa; color: #aaa; } - .bb-sfwd-aside.bb-dark-theme .widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_detailed_progress_wrap .single_section_wrap { border-color: #333; } - .bb-sfwd-aside.bb-dark-theme .widget.buddypress div.item-options { border-bottom-color: #333; } - .bb-sfwd-aside.bb-dark-theme .lifter-sidebar-widgets .widget_course_syllabus .section-title { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .woocommerce-Price-amount { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .widget_search .search-field-top { background-color: transparent; color: #fff; border-color: #aaa; } - -.bb-sfwd-aside.bb-dark-theme .llms-widget-syllabus .llms-lesson-complete .fa-check-circle::before { +.bb-sfwd-aside.bb-dark-theme .llms-widget-syllabus .llms-lesson-complete .fa-check-circle:before { color: #1c1c1c; } - .bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .bb-toggle-panel:hover { background: rgba(255, 255, 255, 0.15); } - .bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu li:not(.current-menu-item) a, .bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a, .bb-sfwd-aside.bb-dark-theme .side-panel-menu a { color: var(--bb-alternate-text-color); background-color: transparent; } - .bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu li:not(.current-menu-item) a:hover, .bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a:hover, .bb-sfwd-aside.bb-dark-theme .side-panel-menu a:hover { color: #fff; background-color: transparent; } - .bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover > a { color: #aaa; background: rgba(255, 255, 255, 0.15); } - .bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover > a:hover { color: #aaa; background: rgba(255, 255, 255, 0.15); } - .bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu .current-menu-item > a, .bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu .current-menu-item > a { color: #fff; background: #121212; } - .bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu .current-menu-item > a:hover, .bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu .current-menu-item > a:hover { background-color: transparent; } - .bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu li:not(.current-menu-item) a i:not(.bb-icon-angle-down) { opacity: 1; color: #fff; } - .bb-sfwd-aside.bb-dark-theme .side-panel-menu a { color: var(--bb-alternate-text-color); } - .bb-sfwd-aside.bb-dark-theme .side-panel-menu a:hover { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .llms-course-members-list .course-members-list a, .bb-sfwd-aside.bb-dark-theme .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link .llms-main h5, .bb-sfwd-aside.bb-dark-theme .widget .item-list .item-title a, .bb-sfwd-aside.bb-dark-theme .lifter-sidebar-widgets li.widget a, .bb-sfwd-aside.bb-dark-theme.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview .llms-lesson-link h5 { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .bb-progress .bb-progress-circle { border-color: var(--bb-primary-color); } @@ -10305,20 +9227,16 @@ ul.llms-payment-gateways li:last-child::after { .bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-inner { background: #121212; } - .bb-sfwd-aside.bb-dark-theme .site-header .bb-icon-close { color: #fff; background-color: rgba(146, 164, 183, 0.2); } - .bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-wrapper .bb-mobile-panel-header { background-color: #121212; } - .bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-header .user-name { color: #fff; } - .bb-sfwd-aside.bb-dark-theme .site-header .header-aside i, .bb-sfwd-aside.bb-dark-theme .site-header .bb-left-panel-mobile > i { color: var(--bb-alternate-text-color); @@ -10327,12 +9245,10 @@ ul.llms-payment-gateways li:last-child::after { .llms-sl-directory { padding: 0 10px; } - .llms-sl-directory .llms-sl-card { background: transparent; border: 0; } - .llms-sl-directory .llms-sl-card > a { background-color: #fff; border: 1px solid var(--bb-content-border-color); @@ -10346,11 +9262,9 @@ ul.llms-payment-gateways li:last-child::after { transition: box-shadow linear 0.2s; text-align: center; } - .llms-sl-directory .llms-sl-card > a:hover { box-shadow: 0 3px 24px 0 rgba(18, 43, 70, 0.08); } - .llms-sl-directory .llms-sl-card .llms-student-avatar img { border-radius: 50%; max-width: 126px; @@ -10359,7 +9273,6 @@ ul.llms-payment-gateways li:last-child::after { width: 126px; height: 126px; } - .llms-sl-directory .llms-sl-card-footer { background: transparent; border: none; @@ -10373,7 +9286,6 @@ ul.llms-payment-gateways li:last-child::after { flex-flow: column; padding: 0; } - .llms-sl-directory .llms-sl-card-footer .llms-sl-card-title { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; @@ -10386,7 +9298,6 @@ ul.llms-payment-gateways li:last-child::after { font-family: inherit; font-weight: inherit; } - .llms-sl-directory .llms-sl-card-header .llms-sl-card-subtitle, .llms-sl-directory .llms-sl-card-footer .llms-sl-card-subtitle { -webkit-box-ordinal-group: 2; @@ -10404,20 +9315,17 @@ ul.llms-payment-gateways li:last-child::after { .llms-sl-uploader { border-radius: 4px; } - #llms-sl-upload-modal .llms-sl-uploader { border-color: var(--bb-content-border-color); } - .llms-sl-uploader > p { color: var(--bb-body-text-color); } - -.llms-sl-uploader .fa-upload::before { +.llms-sl-uploader .fa-upload:before { content: "\ee24"; font-family: bb-icons; font-style: normal; - font-weight: 400; + font-weight: normal; display: inline-block; width: 38px; height: 38px; @@ -10435,14 +9343,12 @@ ul.llms-payment-gateways li:last-child::after { width: calc(33.3333% - 20px); } @media screen and (max-width: 1100px) { - .entry-content .llms-sl-directory .llms-sl-card--student { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); } } @media screen and (max-width: 540px) { - .entry-content .llms-sl-directory .llms-sl-card--student { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); @@ -10454,21 +9360,18 @@ body:not(.has-sidebar) .entry-content .llms-sl-directory .llms-sl-card--student width: calc(25% - 20px); } @media screen and (max-width: 1100px) { - body:not(.has-sidebar) .entry-content .llms-sl-directory .llms-sl-card--student { width: -webkit-calc(33.3333% - 20px); width: calc(33.3333% - 20px); } } @media screen and (max-width: 768px) { - body:not(.has-sidebar) .entry-content .llms-sl-directory .llms-sl-card--student { width: -webkit-calc(50% - 20px); width: calc(50% - 20px); } } @media screen and (max-width: 540px) { - body:not(.has-sidebar) .entry-content .llms-sl-directory .llms-sl-card--student { width: -webkit-calc(100% - 20px); width: calc(100% - 20px); @@ -10491,54 +9394,45 @@ body .llms-sl-card .llms-pagination ul.page-numbers li .page-numbers { } /* Cover Image */ -body .llms-sl-profile-header .llms-sl-cover::after { +body .llms-sl-profile-header .llms-sl-cover:after { background: #607387; z-index: 0; } - body .llms-sl-profile-header .llms-student-avatar .avatar { border-radius: 0; object-fit: cover; width: 160px; height: 160px; } - body .llms-sl-profile-header .llms-sl-avatar { border-radius: 4px; box-shadow: 0 2px 5px 0 rgba(18, 43, 70, 0.12), 0 0 0 1px var(--bb-content-border-color); border: 5px solid #fff; } - body .llms-sl-profile-header .llms-sl-handle { margin-left: 195px; } - body .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item a.llms-sl-menu-link { color: #939597; margin: 0 12px; padding-left: 0; padding-right: 0; } - body ul.llms-sl-menu li.llms-sl-menu-item.current { font-weight: 500; } - body .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item.current a.llms-sl-menu-link { color: var(--bb-headings-color); } - body .llms-sl-card-header .llms-sl-card-action { right: -2px; top: -10px; } - body .llms-sl-card-footer { background: transparent; border-top: 0; padding: 0; } - body .llms-sl-card--new-share .llms-sl-new-share-content { font-size: 14px; padding: 0; @@ -10550,7 +9444,6 @@ body .llms-sl-card--new-share .llms-sl-new-share-content { -ms-hyphens: auto; hyphens: auto; } - body .llms-sl-card--new-share .llms-sl-new-share-content a { overflow-wrap: break-word; word-wrap: break-word; @@ -10582,14 +9475,12 @@ body .llms-sl-card--new-share .llms-sl-new-share-content a { margin: -20px -15px 0; padding: 15px; } - .custom-sl-card-header .llms-student-avatar .avatar { max-width: 36px; object-fit: cover; width: 36px; height: 36px; } - .custom-sl-card-header .llms-sl-custom-title { font-size: 14px; font-weight: 500; @@ -10602,7 +9493,6 @@ body .llms-sl-card--new-share .llms-sl-new-share-content a { width: 36px; height: 36px; } - .llms-sl-timeline .llms-sl-story-reply .llms-student-avatar img { object-fit: cover; width: 28px; @@ -10645,13 +9535,11 @@ button.llms-sl-button { } @media (min-width: 700px) { - body .llms-sl .llms-sl-content .llms-sl-sidebar { min-width: 260px; } } - -.lifterlms .llms-sd-items .sl_profile a::before { +.lifterlms .llms-sd-items .sl_profile a:before { content: "\ef58"; font-family: bb-icons; } @@ -10659,12 +9547,10 @@ button.llms-sl-button { .llms-sl-profile-header .llms-achievement__body { display: none; } - .llms-sl-profile-header .achievement-item .bb-cover-wrap--llms { padding-top: 100%; background: transparent; } - .llms-sl-profile-header a.llms-achievement { background: transparent; } @@ -10675,20 +9561,16 @@ button.llms-sl-button { border: 1px solid var(--bb-content-border-color); border-top: 0; } - .llms-sl-profile .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item a.llms-sl-menu-link { border-right: 0; } - .llms-sl-profile .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item:first-child a.llms-sl-menu-link, .llms-sl-profile .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item.item--dashboard a.llms-sl-menu-link { border-left: 0; } - .llms-sl-profile .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item.current a.llms-sl-menu-link { border-bottom: 1px solid var(--bb-primary-color); } - .llms-sl-profile .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item a.llms-sl-menu-link:hover { background-color: transparent; } @@ -10705,66 +9587,53 @@ button.llms-sl-button { border: 0; padding: 0; } - .llms-sl-card .llms-sl-card-header.custom-sl-card-header { padding: 1.25rem 0.9375rem; } - .llms-sl-card .llms-sl-card-header .llms-sl-card-title { font-size: 14px; font-weight: 500; line-height: 1; } - .llms-sl-card .llms-sl-card-header .llms-sl-card-title i { display: none; } - .llms-sl-card .llms-sl-card-main { padding: 0; margin: 10px 0 0; } - .llms-sl-card .llms-sl-card-main hr { background-color: transparent; border-bottom: 1px solid var(--bb-content-border-color); border-top: 0; } - .llms-sl-card .llms-sl-card-main .llms-sl-card-text { font-size: 14px; margin: 0; } - .llms-sl-card .llms-sl-card-main .llms-sl-card-text h2 { font-size: 18px; margin: 0; } - .llms-sl-card .llms-sl-card-main .llms-sl-card-list { font-size: 14px; } @media screen and (max-width: 998px) { - .llms-sl .llms-sl-profile-nav ul.llms-sl-menu { margin-left: 0; margin-top: 0; width: 100%; } - .llms-sl .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item.item--dashboard { float: left; } - .llms-sl .llms-sl-profile-header .llms-sl-handle { margin-left: 120px; } - .llms-sl .llms-sl-profile-header .llms-sl-avatar img { max-width: 90px; } - .llms-sl .llms-sl-profile-header .llms-sl-cover .llms-cover-img { left: 0; position: absolute; @@ -10776,33 +9645,28 @@ button.llms-sl-button { -ms-transform: none; transform: none; } - .llms-sl .llms-sl-profile-header .llms-sl-cover .llms-cover-img img { height: 100%; width: 100%; object-fit: cover; } - .llms-sl .llms-sl-profile-header .llms-sl-handle { font-size: 22px; } } @media (min-width: 700px) { - .llms-sl.llms-sl-profile .llms-sl-content { -ms-flex-flow: nowrap; flex-flow: nowrap; } } @media (max-width: 992px) { - .llms-sl.llms-sl-profile .llms-sl-content { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } - .llms-sl.llms-sl-profile .llms-sl-content.sidebar--left .llms-sl-main { width: 100%; margin-left: 0; @@ -10818,16 +9682,13 @@ select#llms-sl-instructor-filter-post { font-size: 14px; margin: 20px 0 0; } - .llms-sl-sidebar .llms-sl-card-main li > strong { font-weight: 500; text-transform: uppercase; } - .llms-sl-sidebar .llms-sl-card-main label { font-size: 14px; } - .llms-sl-sidebar .llms-sl-card .llms-sl-card-header .llms-sl-card-title { text-transform: uppercase; font-family: inherit; @@ -10840,11 +9701,9 @@ select#llms-sl-instructor-filter-post { border: 0; margin: 3px; } - .llms-sl-profile-header ul.llms-achievements-loop li.llms-achievement-loop-item:hover { box-shadow: none; } - .llms-sl-profile-header ul.llms-achievements-loop li.llms-achievement-loop-item .llms-achievement-img { object-fit: cover; width: 64px; @@ -10855,7 +9714,6 @@ select#llms-sl-instructor-filter-post { .llms-group-profile-header { background: #607387; } - .llms-group-profile-header .llms-group-banner .llms-banner-img { width: 100% !important; } @@ -10864,12 +9722,11 @@ select#llms-sl-instructor-filter-post { border-color: var(--bb-content-border-color); border-radius: 4px; } - -#llms-group-upload-modal .llms-group-uploader .fa-upload::before { +#llms-group-upload-modal .llms-group-uploader .fa-upload:before { content: "\ee24"; font-family: bb-icons; font-style: normal; - font-weight: 400; + font-weight: normal; display: inline-block; width: 38px; height: 38px; @@ -10886,7 +9743,6 @@ select#llms-sl-instructor-filter-post { font-size: 14px; padding: 6px 12px; } - .llms-group-profile-header .llms-group-banner .edit-banner:hover, .llms-group-profile-header .llms-group-logo .edit-logo:hover { background-color: rgba(255, 255, 255, 0.5); @@ -10909,7 +9765,6 @@ select#llms-sl-instructor-filter-post { border: 1px solid var(--bb-content-border-color); border-top: 0; } - .llms-group-profile .llms-group-profile-nav ul.llms-group-menu li.llms-group-menu-item a.llms-group-menu-link { border-right: 0; color: #939597; @@ -10917,18 +9772,15 @@ select#llms-sl-instructor-filter-post { padding-left: 0; padding-right: 0; } - .llms-group-profile .llms-group-profile-nav ul.llms-group-menu li.llms-group-menu-item a.llms-group-menu-link:hover { background: none; } - .llms-group-profile .llms-group-profile-nav ul.llms-group-menu li.llms-group-menu-item.current a.llms-group-menu-link { border-bottom: 1px solid var(--bb-primary-color); font-weight: 500; margin-bottom: -1px; color: var(--bb-headings-color); } - .llms-group-profile .llms-group-profile-nav ul.llms-group-menu li.llms-group-menu-item:first-child a.llms-group-menu-link { border-left: 0; } @@ -10938,7 +9790,6 @@ select#llms-sl-instructor-filter-post { border: 1px solid var(--bb-content-border-color); border-radius: 4px; } - .llms-group-card.card--group-profile-reports { padding: 20px; } @@ -10961,7 +9812,6 @@ select#llms-sl-instructor-filter-post { border-radius: 4px 4px 0 0; padding: 13px 10px; } - .llms-group-sidebar .llms-group-card-header .llms-group-card-title { text-transform: uppercase; font-family: inherit; @@ -10970,12 +9820,10 @@ select#llms-sl-instructor-filter-post { line-height: 1rem; font-weight: 600; } - .llms-group-card-header .llms-group-card-action { top: 6px; right: 10px; } - .llms-group-main .llms-group-card-header .llms-group-card-title i { display: none; } @@ -10983,16 +9831,13 @@ select#llms-sl-instructor-filter-post { .llms-group-main .llms-group-card-header { padding: 13px 20px; } - .llms-group-main .llms-group-card-header .llms-group-card-title { font-weight: 500; } - .llms-group-main .llms-group-card-header .llms-group-card-action { top: 13px; right: 20px; } - .llms-group-main .llms-group-card-main { padding: 40px 20px; } @@ -11006,13 +9851,11 @@ select#llms-sl-instructor-filter-post { font-size: 13px; font-weight: 400; } - .llms-group-button.ghost:hover, .llms-group-button.ghost:focus { background: none; color: inherit; box-shadow: none; } - .llms-group-button.ghost:hover .fa, .llms-group-button.ghost:focus .fa { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); @@ -11024,97 +9867,86 @@ select#llms-sl-instructor-filter-post { color: inherit; box-shadow: none; } - .llms-group-button.ghost.on-light-bg:hover .fa, .llms-group-button.ghost.on-light-bg:focus .fa { -webkit-transform: scale(1.4); -ms-transform: scale(1.4); transform: scale(1.4); } -.llms-group .fa-pencil::before, -.llms-group .fa-times::before, -.llms-group .fa-plus::before, -.llms-group .fa-users::before, -.llms-group .fa-archive::before { +.llms-group .fa-pencil:before, +.llms-group .fa-times:before, +.llms-group .fa-plus:before, +.llms-group .fa-users:before, +.llms-group .fa-archive:before { font-family: bb-icons; font-style: normal; - font-weight: 400; + font-weight: normal; display: inline-block; margin-left: 5px; font-size: 12px; } - -.llms-group .fa-pencil::before { +.llms-group .fa-pencil:before { content: "\ee5a"; } - -.llms-group .fa-times::before { +.llms-group .fa-times:before { content: "\e828"; } - -.llms-group .fa-plus::before { +.llms-group .fa-plus:before { font-family: bb-icons; content: "\eef9"; font-size: 13px; font-weight: 100; } - -.llms-group .fa-users::before { +.llms-group .fa-users:before { content: "\ef5a"; } - -.llms-group .fa-archive::before { +.llms-group .fa-archive:before { content: "\e86e"; } -.llms-group .llms-group-sidebar .card--group-profile-members .fa-pencil::before { +.llms-group .llms-group-sidebar .card--group-profile-members .fa-pencil:before { content: "\eef9"; font-family: bb-icons; font-size: 13px; color: var(--bb-primary-color); font-weight: 100; } - -.llms-group .llms-group-sidebar .fa-plus::before { +.llms-group .llms-group-sidebar .fa-plus:before { color: var(--bb-primary-color); } -.llms-group-sidebar .llms-group-card-title i.fa::before { +.llms-group-sidebar .llms-group-card-title i.fa:before { font-size: 19px; position: relative; top: 2px; margin-right: 3px; } -.llms-group .llms-group-main .llms-group-card-header .fa::before { +.llms-group .llms-group-main .llms-group-card-header .fa:before { font-size: 15px; } -.llms-group-modal .fa-times::before, -.llms-group-modal .fa-envelope-o::before { +.llms-group-modal .fa-times:before, +.llms-group-modal .fa-envelope-o:before { font-family: bb-icons; font-style: normal; - font-weight: 400; + font-weight: normal; display: inline-block; margin-left: 5px; font-size: 16px; } - -.llms-group-modal .fa-times::before { +.llms-group-modal .fa-times:before { content: "\e828"; } - -.llms-group-modal .fa-envelope-o::before { +.llms-group-modal .fa-envelope-o:before { content: "\eee7"; margin: 0 2px 0 0; } - .llms-group-modal #llms-group-invite-modal-title, .llms-group-modal #llms-group-seats-modal-title { text-align: center; margin-top: 1.5rem; } - .llms-group-modal .llms-button-primary.large .fa { left: 0; } @@ -11139,29 +9971,27 @@ label[for="llms_group_invitation_link"] { box-shadow: none; } -.llms-group-card-footer .fa-floppy-o::before { +.llms-group-card-footer .fa-floppy-o:before { font-family: bb-icons; font-style: normal; - font-weight: 400; + font-weight: normal; display: inline-block; margin-right: 3px; font-size: 14px; content: "\ef0e"; } - .llms-group-card-footer .llms-group-button { font-weight: 400; font-size: 15px; } -.llms-group-sidebar .card--group-profile-members .llms-group-card-main::before, .llms-group-sidebar .card--group-profile-members .llms-group-card-main::after { +.llms-group-sidebar .card--group-profile-members .llms-group-card-main:before, .llms-group-sidebar .card--group-profile-members .llms-group-card-main:after { display: none; } .llms-group-sidebar .llms-group-member { width: 25%; } - .llms-group-sidebar .llms-student-avatar { border-radius: 3px; width: 100%; @@ -11169,7 +9999,6 @@ label[for="llms_group_invitation_link"] { background: transparent; border: 0; } - .llms-group-sidebar .avatar { border-radius: 3px; } @@ -11181,7 +10010,6 @@ label[for="llms_group_invitation_link"] { .llms-group-member--desc .llms-group-member--name { margin-bottom: 5px; } - .llms-group-member--desc .llms-group-member--role, .llms-group-member--desc .llms-group-member--since { margin-bottom: 0; @@ -11233,17 +10061,14 @@ label[for="llms_group_invitation_link"] { #llms-group-seats-modal-content { padding: 0 15px 15px; } - #llms-group-seats-modal-content form table { display: -webkit-box; display: -ms-flexbox; display: flex; } - #llms-group-seats-modal-content form table tr { display: block; } - #llms-group-seats-modal-content form table th, #llms-group-seats-modal-content form table td { display: block; @@ -11251,36 +10076,30 @@ label[for="llms_group_invitation_link"] { line-height: 40px; padding: 10px 0; } - #llms-group-seats-modal-content form table th h3, #llms-group-seats-modal-content form table td h3 { margin: 0; font-size: 15px; line-height: 40px; } - #llms-group-seats-modal-content form table th:last-child, #llms-group-seats-modal-content form table td:last-child { border-bottom: 0; } - #llms-group-seats-modal-content form table thead th { padding-right: 30px; color: var(--bb-headings-color); } - #llms-group-seats-modal-content form table tbody { text-align: right; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } - #llms-group-seats-modal-content .llms-button-primary { font-size: 15px; font-weight: 400; } - #llms-group-seats-modal-content .llms-button-primary i { display: none; } @@ -11298,12 +10117,10 @@ label[for="llms_group_invitation_link"] { margin: 0 -5px; } @media screen and (max-width: 992px) { - .card--group-profile-members__vip-blocks { display: block; } } - .card--group-profile-members__vip-blocks .llms-group-member { -webkit-box-flex: 0; -ms-flex: 0 0 calc(20% - 10px); @@ -11319,7 +10136,6 @@ label[for="llms_group_invitation_link"] { position: relative; } @media screen and (max-width: 1200px) { - .card--group-profile-members__vip-blocks .llms-group-member { -webkit-box-flex: 0; -ms-flex: 0 0 calc(33.333% - 10px); @@ -11330,7 +10146,6 @@ label[for="llms_group_invitation_link"] { } } @media screen and (max-width: 992px) { - .card--group-profile-members__vip-blocks .llms-group-member { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 10px); @@ -11343,8 +10158,7 @@ label[for="llms_group_invitation_link"] { text-align: left; } } - -.card--group-profile-members__vip-blocks .llms-group-member::before { +.card--group-profile-members__vip-blocks .llms-group-member:before { content: ""; display: inline-block; position: absolute; @@ -11357,25 +10171,20 @@ label[for="llms_group_invitation_link"] { z-index: 0; } @media screen and (max-width: 992px) { - - .card--group-profile-members__vip-blocks .llms-group-member::before { + .card--group-profile-members__vip-blocks .llms-group-member:before { display: none; } } - .card--group-profile-members__vip-blocks .llms-group-member--desc { margin: 0; padding: 15px 10px 20px; } - .card--group-profile-members__vip-blocks .llms-group-member--role i { display: none; } - .card--group-profile-members__vip-blocks .llms-group-member--name { margin-bottom: 0; } - .card--group-profile-members__vip-blocks .llms-student-avatar { margin-top: 10px; position: relative; @@ -11408,20 +10217,17 @@ label[for="llms_group_invitation_link"] { height: 40px; line-height: 40px; } - .llms-group-modal .tagify .tagify__input, .lifterlms .tagify .tagify__input { margin: 0; font-size: 15px; padding: 0; } - .llms-group-modal .tagify .tagify__tag > div, .lifterlms .tagify .tagify__tag > div { line-height: 32px; padding-right: 10px; } - .llms-group-modal .tagify .tagify__tag__removeBtn, .lifterlms .tagify .tagify__tag__removeBtn { line-height: 10px; @@ -11431,7 +10237,7 @@ label[for="llms_group_invitation_link"] { content: "\e826"; font-family: bb-icons; font-style: normal; - font-weight: 400; + font-weight: normal; font-size: 24px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); @@ -11445,19 +10251,16 @@ label[for="llms_group_invitation_link"] { font-size: 13px; margin-right: 10px; } - .llms-pagination a.next, .llms-pagination a.prev { font-size: 0; } - -.llms-pagination a.next::before, -.llms-pagination a.prev::before { +.llms-pagination a.next:before, +.llms-pagination a.prev:before { content: "\2192"; font-size: 13px; } - -.llms-pagination a.prev::before { +.llms-pagination a.prev:before { content: "\2190"; } @@ -11468,13 +10271,11 @@ label[for="llms_group_invitation_link"] { .card--group-profile-reports { overflow-x: auto; } - .card--group-profile-reports table.llms-table { margin-bottom: 0; } @media screen and (max-width: 600px) { - .llms-group-profile-header { padding-top: 20px; } @@ -11490,7 +10291,6 @@ label[for="llms_group_invitation_link"] { min-height: 50px; text-align: center; } - .llms-group-profile .llms-group-profile-nav ul.llms-group-menu { float: none; margin: 0 auto; @@ -11498,7 +10298,6 @@ label[for="llms_group_invitation_link"] { display: inline-block; text-align: center; } - .llms-group-profile .llms-group-profile-nav ul.llms-group-menu li.llms-group-menu-item { float: none; display: inline-block; @@ -11510,7 +10309,6 @@ label[for="llms_group_invitation_link"] { text-align: center; } } - .lifter-sidebar-widgets ul { margin: 0; } @@ -11524,11 +10322,9 @@ label[for="llms_group_invitation_link"] { list-style: none; padding: 15px 0; } - .lifter-sidebar-widgets .widget_course_syllabus ul li ul.llms-lesson { margin: 0; } - .lifter-sidebar-widgets .widget_course_syllabus .section-title { margin: 0; font-size: 15px; @@ -11551,32 +10347,25 @@ label[for="llms_group_invitation_link"] { list-style: none; padding: 1.25rem 0; } - .lifter-sidebar-widgets li.widget a { color: var(--bb-headings-color); } - .lifter-sidebar-widgets li.widget a:hover { color: var(--bb-primary-color); } - .lifter-sidebar-widgets li.widget a.button:not(.logout-link) { color: #fff; } - .lifter-sidebar-widgets li.widget a.button:not(.logout-link):hover { background-color: var(--bb-primary-color); box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1); } - .lifter-sidebar-widgets li.widget:first-child { margin-top: 15px; } - .lifter-sidebar-widgets li.widget .llms-progress { margin: 5px 0; } - .lifter-sidebar-widgets li.widget .textwidget h2, .lifter-sidebar-widgets li.widget .textwidget h3, .lifter-sidebar-widgets li.widget .textwidget h4, @@ -11584,7 +10373,6 @@ label[for="llms_group_invitation_link"] { .lifter-sidebar-widgets li.widget .textwidget h6 { margin-bottom: 10px; } - .lifter-sidebar-widgets .bbp_widget_login h2.widgettitle, .lifter-sidebar-widgets .widget_bp_core_login_widget h2.widgettitle { display: block; @@ -11627,8 +10415,7 @@ label[for="llms_group_invitation_link"] { box-shadow: none; position: relative; } - -.bb-progress::after { +.bb-progress:after { content: ""; width: 100%; height: 100%; @@ -11638,7 +10425,6 @@ label[for="llms_group_invitation_link"] { top: 0; left: 0; } - .bb-progress > span { width: 50%; height: 100%; @@ -11647,11 +10433,9 @@ label[for="llms_group_invitation_link"] { top: 0; z-index: 1; } - .bb-progress .bb-progress-left { left: 0; } - .bb-progress .bb-progress-circle { width: 100%; height: 100%; @@ -11662,7 +10446,6 @@ label[for="llms_group_invitation_link"] { top: 0; border-color: var(--bb-primary-color); } - .bb-progress .bb-progress-left .bb-progress-circle { left: 100%; border-top-right-radius: 11px; @@ -11674,11 +10457,9 @@ label[for="llms_group_invitation_link"] { -webkit-animation: loading-2 1.5s linear forwards 1.8s; animation: loading-2 1.5s linear forwards 1.8s; } - .bb-progress .bb-progress-right { right: 0; } - .bb-progress .bb-progress-right .bb-progress-circle { left: -100%; border-top-left-radius: 11px; @@ -11690,7 +10471,6 @@ label[for="llms_group_invitation_link"] { -webkit-animation: loading-1 1.8s linear forwards; animation: loading-1 1.8s linear forwards; } - .bb-progress .bb-progress-value { display: -webkit-box; display: -ms-flexbox; @@ -11708,11 +10488,9 @@ label[for="llms_group_invitation_link"] { height: 100%; font-weight: 300; } - .bb-progress .bb-progress-value div { margin-top: 10px; } - .bb-progress .bb-progress-value span { font-size: 12px; text-transform: uppercase; @@ -11723,7 +10501,6 @@ label[for="llms_group_invitation_link"] { height: 4px; background: var(--bb-content-border-color); } - .ld-progress-bar .ld-progress-bar-percentage { background: var(--bb-primary-color); height: 4px; @@ -11734,14 +10511,12 @@ label[for="llms_group_invitation_link"] { height: 4px; background-color: var(--bb-content-border-color); } - .learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage { background: var(--bb-primary-color); height: 4px; width: auto; border-radius: 7px; } - .learndash-wrapper .ld-progress .ld-progress-stats { color: var(--bb-alternate-text-color); font-size: 12px; @@ -11754,7 +10529,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-1 1.5s linear forwards; animation: loading-1 1.5s linear forwards; } - .bb-progress[data-percentage="1"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11764,7 +10538,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-2 1.5s linear forwards; animation: loading-2 1.5s linear forwards; } - .bb-progress[data-percentage="2"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11774,7 +10547,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-3 1.5s linear forwards; animation: loading-3 1.5s linear forwards; } - .bb-progress[data-percentage="3"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11784,7 +10556,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-4 1.5s linear forwards; animation: loading-4 1.5s linear forwards; } - .bb-progress[data-percentage="4"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11794,7 +10565,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-5 1.5s linear forwards; animation: loading-5 1.5s linear forwards; } - .bb-progress[data-percentage="5"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11804,7 +10574,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-6 1.5s linear forwards; animation: loading-6 1.5s linear forwards; } - .bb-progress[data-percentage="6"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11814,7 +10583,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-7 1.5s linear forwards; animation: loading-7 1.5s linear forwards; } - .bb-progress[data-percentage="7"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11824,7 +10592,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-8 1.5s linear forwards; animation: loading-8 1.5s linear forwards; } - .bb-progress[data-percentage="8"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11834,7 +10601,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-9 1.5s linear forwards; animation: loading-9 1.5s linear forwards; } - .bb-progress[data-percentage="9"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11844,7 +10610,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-10 1.5s linear forwards; animation: loading-10 1.5s linear forwards; } - .bb-progress[data-percentage="10"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11854,7 +10619,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-11 1.5s linear forwards; animation: loading-11 1.5s linear forwards; } - .bb-progress[data-percentage="11"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11864,7 +10628,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-12 1.5s linear forwards; animation: loading-12 1.5s linear forwards; } - .bb-progress[data-percentage="12"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11874,7 +10637,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-13 1.5s linear forwards; animation: loading-13 1.5s linear forwards; } - .bb-progress[data-percentage="13"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11884,7 +10646,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-14 1.5s linear forwards; animation: loading-14 1.5s linear forwards; } - .bb-progress[data-percentage="14"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11894,7 +10655,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-15 1.5s linear forwards; animation: loading-15 1.5s linear forwards; } - .bb-progress[data-percentage="15"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11904,7 +10664,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-16 1.5s linear forwards; animation: loading-16 1.5s linear forwards; } - .bb-progress[data-percentage="16"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11914,7 +10673,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-17 1.5s linear forwards; animation: loading-17 1.5s linear forwards; } - .bb-progress[data-percentage="17"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11924,7 +10682,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-18 1.5s linear forwards; animation: loading-18 1.5s linear forwards; } - .bb-progress[data-percentage="18"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11934,7 +10691,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-19 1.5s linear forwards; animation: loading-19 1.5s linear forwards; } - .bb-progress[data-percentage="19"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11944,7 +10700,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-20 1.5s linear forwards; animation: loading-20 1.5s linear forwards; } - .bb-progress[data-percentage="20"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11954,7 +10709,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-21 1.5s linear forwards; animation: loading-21 1.5s linear forwards; } - .bb-progress[data-percentage="21"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11964,7 +10718,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-22 1.5s linear forwards; animation: loading-22 1.5s linear forwards; } - .bb-progress[data-percentage="22"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11974,7 +10727,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-23 1.5s linear forwards; animation: loading-23 1.5s linear forwards; } - .bb-progress[data-percentage="23"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11984,7 +10736,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-24 1.5s linear forwards; animation: loading-24 1.5s linear forwards; } - .bb-progress[data-percentage="24"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -11994,7 +10745,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-25 1.5s linear forwards; animation: loading-25 1.5s linear forwards; } - .bb-progress[data-percentage="25"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12004,7 +10754,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-26 1.5s linear forwards; animation: loading-26 1.5s linear forwards; } - .bb-progress[data-percentage="26"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12014,7 +10763,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-27 1.5s linear forwards; animation: loading-27 1.5s linear forwards; } - .bb-progress[data-percentage="27"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12024,7 +10772,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-28 1.5s linear forwards; animation: loading-28 1.5s linear forwards; } - .bb-progress[data-percentage="28"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12034,7 +10781,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-29 1.5s linear forwards; animation: loading-29 1.5s linear forwards; } - .bb-progress[data-percentage="29"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12044,7 +10790,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-30 1.5s linear forwards; animation: loading-30 1.5s linear forwards; } - .bb-progress[data-percentage="30"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12054,7 +10799,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-31 1.5s linear forwards; animation: loading-31 1.5s linear forwards; } - .bb-progress[data-percentage="31"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12064,7 +10808,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-32 1.5s linear forwards; animation: loading-32 1.5s linear forwards; } - .bb-progress[data-percentage="32"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12074,7 +10817,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-33 1.5s linear forwards; animation: loading-33 1.5s linear forwards; } - .bb-progress[data-percentage="33"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12084,7 +10826,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-34 1.5s linear forwards; animation: loading-34 1.5s linear forwards; } - .bb-progress[data-percentage="34"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12094,7 +10835,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-35 1.5s linear forwards; animation: loading-35 1.5s linear forwards; } - .bb-progress[data-percentage="35"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12104,7 +10844,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-36 1.5s linear forwards; animation: loading-36 1.5s linear forwards; } - .bb-progress[data-percentage="36"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12114,7 +10853,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-37 1.5s linear forwards; animation: loading-37 1.5s linear forwards; } - .bb-progress[data-percentage="37"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12124,7 +10862,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-38 1.5s linear forwards; animation: loading-38 1.5s linear forwards; } - .bb-progress[data-percentage="38"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12134,7 +10871,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-39 1.5s linear forwards; animation: loading-39 1.5s linear forwards; } - .bb-progress[data-percentage="39"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12144,7 +10880,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-40 1.5s linear forwards; animation: loading-40 1.5s linear forwards; } - .bb-progress[data-percentage="40"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12154,7 +10889,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-41 1.5s linear forwards; animation: loading-41 1.5s linear forwards; } - .bb-progress[data-percentage="41"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12164,7 +10898,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-42 1.5s linear forwards; animation: loading-42 1.5s linear forwards; } - .bb-progress[data-percentage="42"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12174,7 +10907,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-43 1.5s linear forwards; animation: loading-43 1.5s linear forwards; } - .bb-progress[data-percentage="43"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12184,7 +10916,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-44 1.5s linear forwards; animation: loading-44 1.5s linear forwards; } - .bb-progress[data-percentage="44"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12194,7 +10925,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-45 1.5s linear forwards; animation: loading-45 1.5s linear forwards; } - .bb-progress[data-percentage="45"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12204,7 +10934,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-46 1.5s linear forwards; animation: loading-46 1.5s linear forwards; } - .bb-progress[data-percentage="46"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12214,7 +10943,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-47 1.5s linear forwards; animation: loading-47 1.5s linear forwards; } - .bb-progress[data-percentage="47"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12224,7 +10952,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-48 1.5s linear forwards; animation: loading-48 1.5s linear forwards; } - .bb-progress[data-percentage="48"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12234,7 +10961,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-49 1.5s linear forwards; animation: loading-49 1.5s linear forwards; } - .bb-progress[data-percentage="49"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12244,7 +10970,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="50"] .bb-progress-left .bb-progress-circle { -webkit-animation: 0; animation: 0; @@ -12254,7 +10979,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="51"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-1 1.5s linear forwards 1.5s; animation: loading-1 1.5s linear forwards 1.5s; @@ -12264,7 +10988,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="52"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-2 1.5s linear forwards 1.5s; animation: loading-2 1.5s linear forwards 1.5s; @@ -12274,7 +10997,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="53"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-3 1.5s linear forwards 1.5s; animation: loading-3 1.5s linear forwards 1.5s; @@ -12284,7 +11006,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="54"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-4 1.5s linear forwards 1.5s; animation: loading-4 1.5s linear forwards 1.5s; @@ -12294,7 +11015,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="55"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-5 1.5s linear forwards 1.5s; animation: loading-5 1.5s linear forwards 1.5s; @@ -12304,7 +11024,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="56"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-6 1.5s linear forwards 1.5s; animation: loading-6 1.5s linear forwards 1.5s; @@ -12314,7 +11033,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="57"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-7 1.5s linear forwards 1.5s; animation: loading-7 1.5s linear forwards 1.5s; @@ -12324,7 +11042,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="58"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-8 1.5s linear forwards 1.5s; animation: loading-8 1.5s linear forwards 1.5s; @@ -12334,7 +11051,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="59"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-9 1.5s linear forwards 1.5s; animation: loading-9 1.5s linear forwards 1.5s; @@ -12344,7 +11060,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="60"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-10 1.5s linear forwards 1.5s; animation: loading-10 1.5s linear forwards 1.5s; @@ -12354,7 +11069,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="61"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-11 1.5s linear forwards 1.5s; animation: loading-11 1.5s linear forwards 1.5s; @@ -12364,7 +11078,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="62"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-12 1.5s linear forwards 1.5s; animation: loading-12 1.5s linear forwards 1.5s; @@ -12374,7 +11087,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="63"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-13 1.5s linear forwards 1.5s; animation: loading-13 1.5s linear forwards 1.5s; @@ -12384,7 +11096,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="64"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-14 1.5s linear forwards 1.5s; animation: loading-14 1.5s linear forwards 1.5s; @@ -12394,7 +11105,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="65"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-15 1.5s linear forwards 1.5s; animation: loading-15 1.5s linear forwards 1.5s; @@ -12404,7 +11114,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="66"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-16 1.5s linear forwards 1.5s; animation: loading-16 1.5s linear forwards 1.5s; @@ -12414,7 +11123,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="67"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-17 1.5s linear forwards 1.5s; animation: loading-17 1.5s linear forwards 1.5s; @@ -12424,7 +11132,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="68"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-18 1.5s linear forwards 1.5s; animation: loading-18 1.5s linear forwards 1.5s; @@ -12434,7 +11141,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="69"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-19 1.5s linear forwards 1.5s; animation: loading-19 1.5s linear forwards 1.5s; @@ -12444,7 +11150,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="70"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-20 1.5s linear forwards 1.5s; animation: loading-20 1.5s linear forwards 1.5s; @@ -12454,7 +11159,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="71"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-21 1.5s linear forwards 1.5s; animation: loading-21 1.5s linear forwards 1.5s; @@ -12464,7 +11168,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="72"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-22 1.5s linear forwards 1.5s; animation: loading-22 1.5s linear forwards 1.5s; @@ -12474,7 +11177,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="73"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-23 1.5s linear forwards 1.5s; animation: loading-23 1.5s linear forwards 1.5s; @@ -12484,7 +11186,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="74"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-24 1.5s linear forwards 1.5s; animation: loading-24 1.5s linear forwards 1.5s; @@ -12494,7 +11195,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="75"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-25 1.5s linear forwards 1.5s; animation: loading-25 1.5s linear forwards 1.5s; @@ -12504,7 +11204,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="76"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-26 1.5s linear forwards 1.5s; animation: loading-26 1.5s linear forwards 1.5s; @@ -12514,7 +11213,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="77"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-27 1.5s linear forwards 1.5s; animation: loading-27 1.5s linear forwards 1.5s; @@ -12524,7 +11222,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="78"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-28 1.5s linear forwards 1.5s; animation: loading-28 1.5s linear forwards 1.5s; @@ -12534,7 +11231,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="79"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-29 1.5s linear forwards 1.5s; animation: loading-29 1.5s linear forwards 1.5s; @@ -12544,7 +11240,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="80"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-30 1.5s linear forwards 1.5s; animation: loading-30 1.5s linear forwards 1.5s; @@ -12554,7 +11249,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="81"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-31 1.5s linear forwards 1.5s; animation: loading-31 1.5s linear forwards 1.5s; @@ -12564,7 +11258,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="82"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-32 1.5s linear forwards 1.5s; animation: loading-32 1.5s linear forwards 1.5s; @@ -12574,7 +11267,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="83"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-33 1.5s linear forwards 1.5s; animation: loading-33 1.5s linear forwards 1.5s; @@ -12584,7 +11276,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="84"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-34 1.5s linear forwards 1.5s; animation: loading-34 1.5s linear forwards 1.5s; @@ -12594,7 +11285,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="85"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-35 1.5s linear forwards 1.5s; animation: loading-35 1.5s linear forwards 1.5s; @@ -12604,7 +11294,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="86"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-36 1.5s linear forwards 1.5s; animation: loading-36 1.5s linear forwards 1.5s; @@ -12614,7 +11303,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="87"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-37 1.5s linear forwards 1.5s; animation: loading-37 1.5s linear forwards 1.5s; @@ -12624,7 +11312,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="88"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-38 1.5s linear forwards 1.5s; animation: loading-38 1.5s linear forwards 1.5s; @@ -12634,7 +11321,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="89"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-39 1.5s linear forwards 1.5s; animation: loading-39 1.5s linear forwards 1.5s; @@ -12644,7 +11330,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="90"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-40 1.5s linear forwards 1.5s; animation: loading-40 1.5s linear forwards 1.5s; @@ -12654,7 +11339,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="91"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-41 1.5s linear forwards 1.5s; animation: loading-41 1.5s linear forwards 1.5s; @@ -12664,7 +11348,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="92"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-42 1.5s linear forwards 1.5s; animation: loading-42 1.5s linear forwards 1.5s; @@ -12674,7 +11357,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="93"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-43 1.5s linear forwards 1.5s; animation: loading-43 1.5s linear forwards 1.5s; @@ -12684,7 +11366,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="94"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-44 1.5s linear forwards 1.5s; animation: loading-44 1.5s linear forwards 1.5s; @@ -12694,7 +11375,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="95"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-45 1.5s linear forwards 1.5s; animation: loading-45 1.5s linear forwards 1.5s; @@ -12704,7 +11384,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="96"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-46 1.5s linear forwards 1.5s; animation: loading-46 1.5s linear forwards 1.5s; @@ -12714,7 +11393,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="97"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-47 1.5s linear forwards 1.5s; animation: loading-47 1.5s linear forwards 1.5s; @@ -12724,7 +11402,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="98"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-48 1.5s linear forwards 1.5s; animation: loading-48 1.5s linear forwards 1.5s; @@ -12734,7 +11411,6 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="99"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-49 1.5s linear forwards 1.5s; animation: loading-49 1.5s linear forwards 1.5s; @@ -12744,19 +11420,16 @@ Due to the split circle of progress-left and progress right, we must use the ani -webkit-animation: loading-50 1.5s linear forwards; animation: loading-50 1.5s linear forwards; } - .bb-progress[data-percentage="100"] .bb-progress-left .bb-progress-circle { -webkit-animation: loading-50 1.5s linear forwards 1.5s; animation: loading-50 1.5s linear forwards 1.5s; } @-webkit-keyframes loading-1 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(3.6deg); transform: rotate(3.6deg); @@ -12764,1188 +11437,990 @@ Due to the split circle of progress-left and progress right, we must use the ani } @keyframes loading-1 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(3.6deg); transform: rotate(3.6deg); } } @-webkit-keyframes loading-2 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(7.2deg); transform: rotate(7.2deg); } } @keyframes loading-2 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(7.2deg); transform: rotate(7.2deg); } } @-webkit-keyframes loading-3 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(10.8deg); transform: rotate(10.8deg); } } @keyframes loading-3 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(10.8deg); transform: rotate(10.8deg); } } @-webkit-keyframes loading-4 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(14.4deg); transform: rotate(14.4deg); } } @keyframes loading-4 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(14.4deg); transform: rotate(14.4deg); } } @-webkit-keyframes loading-5 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(18deg); transform: rotate(18deg); } } @keyframes loading-5 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(18deg); transform: rotate(18deg); } } @-webkit-keyframes loading-6 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(21.6deg); transform: rotate(21.6deg); } } @keyframes loading-6 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(21.6deg); transform: rotate(21.6deg); } } @-webkit-keyframes loading-7 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(25.2deg); transform: rotate(25.2deg); } } @keyframes loading-7 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(25.2deg); transform: rotate(25.2deg); } } @-webkit-keyframes loading-8 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(28.8deg); transform: rotate(28.8deg); } } @keyframes loading-8 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(28.8deg); transform: rotate(28.8deg); } } @-webkit-keyframes loading-9 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(32.4deg); transform: rotate(32.4deg); } } @keyframes loading-9 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(32.4deg); transform: rotate(32.4deg); } } @-webkit-keyframes loading-10 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(36deg); transform: rotate(36deg); } } @keyframes loading-10 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(36deg); transform: rotate(36deg); } } @-webkit-keyframes loading-11 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(39.6deg); transform: rotate(39.6deg); } } @keyframes loading-11 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(39.6deg); transform: rotate(39.6deg); } } @-webkit-keyframes loading-12 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(43.2deg); transform: rotate(43.2deg); } } @keyframes loading-12 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(43.2deg); transform: rotate(43.2deg); } } @-webkit-keyframes loading-13 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(46.8deg); transform: rotate(46.8deg); } } @keyframes loading-13 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(46.8deg); transform: rotate(46.8deg); } } @-webkit-keyframes loading-14 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(50.4deg); transform: rotate(50.4deg); } } @keyframes loading-14 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(50.4deg); transform: rotate(50.4deg); } } @-webkit-keyframes loading-15 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(54deg); transform: rotate(54deg); } } @keyframes loading-15 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(54deg); transform: rotate(54deg); } } @-webkit-keyframes loading-16 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(57.6deg); transform: rotate(57.6deg); } } @keyframes loading-16 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(57.6deg); transform: rotate(57.6deg); } } @-webkit-keyframes loading-17 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(61.2deg); transform: rotate(61.2deg); } } @keyframes loading-17 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(61.2deg); transform: rotate(61.2deg); } } @-webkit-keyframes loading-18 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(64.8deg); transform: rotate(64.8deg); } } @keyframes loading-18 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(64.8deg); transform: rotate(64.8deg); } } @-webkit-keyframes loading-19 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(68.4deg); transform: rotate(68.4deg); } } @keyframes loading-19 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(68.4deg); transform: rotate(68.4deg); } } @-webkit-keyframes loading-20 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(72deg); transform: rotate(72deg); } } @keyframes loading-20 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(72deg); transform: rotate(72deg); } } @-webkit-keyframes loading-21 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(75.6deg); transform: rotate(75.6deg); } } @keyframes loading-21 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(75.6deg); transform: rotate(75.6deg); } } @-webkit-keyframes loading-22 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(79.2deg); transform: rotate(79.2deg); } } @keyframes loading-22 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(79.2deg); transform: rotate(79.2deg); } } @-webkit-keyframes loading-23 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(82.8deg); transform: rotate(82.8deg); } } @keyframes loading-23 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(82.8deg); transform: rotate(82.8deg); } } @-webkit-keyframes loading-24 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(86.4deg); transform: rotate(86.4deg); } } @keyframes loading-24 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(86.4deg); transform: rotate(86.4deg); } } @-webkit-keyframes loading-25 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(90deg); transform: rotate(90deg); } } @keyframes loading-25 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(90deg); transform: rotate(90deg); } } @-webkit-keyframes loading-26 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(93.6deg); transform: rotate(93.6deg); } } @keyframes loading-26 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(93.6deg); transform: rotate(93.6deg); } } @-webkit-keyframes loading-27 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(97.2deg); transform: rotate(97.2deg); } } @keyframes loading-27 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(97.2deg); transform: rotate(97.2deg); } } @-webkit-keyframes loading-28 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(100.8deg); transform: rotate(100.8deg); } } @keyframes loading-28 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(100.8deg); transform: rotate(100.8deg); } } @-webkit-keyframes loading-29 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(104.4deg); transform: rotate(104.4deg); } } @keyframes loading-29 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(104.4deg); transform: rotate(104.4deg); } } @-webkit-keyframes loading-30 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(108deg); transform: rotate(108deg); } } @keyframes loading-30 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(108deg); transform: rotate(108deg); } } @-webkit-keyframes loading-31 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(111.6deg); transform: rotate(111.6deg); } } @keyframes loading-31 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(111.6deg); transform: rotate(111.6deg); } } @-webkit-keyframes loading-32 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(115.2deg); transform: rotate(115.2deg); } } @keyframes loading-32 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(115.2deg); transform: rotate(115.2deg); } } @-webkit-keyframes loading-33 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(118.8deg); transform: rotate(118.8deg); } } @keyframes loading-33 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(118.8deg); transform: rotate(118.8deg); } } @-webkit-keyframes loading-34 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(122.4deg); transform: rotate(122.4deg); } } @keyframes loading-34 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(122.4deg); transform: rotate(122.4deg); } } @-webkit-keyframes loading-35 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(126deg); transform: rotate(126deg); } } @keyframes loading-35 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(126deg); transform: rotate(126deg); } } @-webkit-keyframes loading-36 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(129.6deg); transform: rotate(129.6deg); } } @keyframes loading-36 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(129.6deg); transform: rotate(129.6deg); } } @-webkit-keyframes loading-37 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(133.2deg); transform: rotate(133.2deg); } } @keyframes loading-37 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(133.2deg); transform: rotate(133.2deg); } } @-webkit-keyframes loading-38 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(136.8deg); transform: rotate(136.8deg); } } @keyframes loading-38 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(136.8deg); transform: rotate(136.8deg); } } @-webkit-keyframes loading-39 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(140.4deg); transform: rotate(140.4deg); } } @keyframes loading-39 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(140.4deg); transform: rotate(140.4deg); } } @-webkit-keyframes loading-40 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(144deg); transform: rotate(144deg); } } @keyframes loading-40 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(144deg); transform: rotate(144deg); } } @-webkit-keyframes loading-41 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(147.6deg); transform: rotate(147.6deg); } } @keyframes loading-41 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(147.6deg); transform: rotate(147.6deg); } } @-webkit-keyframes loading-42 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(151.2deg); transform: rotate(151.2deg); } } @keyframes loading-42 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(151.2deg); transform: rotate(151.2deg); } } @-webkit-keyframes loading-43 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(154.8deg); transform: rotate(154.8deg); } } @keyframes loading-43 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(154.8deg); transform: rotate(154.8deg); } } @-webkit-keyframes loading-44 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(158.4deg); transform: rotate(158.4deg); } } @keyframes loading-44 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(158.4deg); transform: rotate(158.4deg); } } @-webkit-keyframes loading-45 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(162deg); transform: rotate(162deg); } } @keyframes loading-45 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(162deg); transform: rotate(162deg); } } @-webkit-keyframes loading-46 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(165.6deg); transform: rotate(165.6deg); } } @keyframes loading-46 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(165.6deg); transform: rotate(165.6deg); } } @-webkit-keyframes loading-47 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(169.2deg); transform: rotate(169.2deg); } } @keyframes loading-47 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(169.2deg); transform: rotate(169.2deg); } } @-webkit-keyframes loading-48 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(172.8deg); transform: rotate(172.8deg); } } @keyframes loading-48 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(172.8deg); transform: rotate(172.8deg); } } @-webkit-keyframes loading-49 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(176.4deg); transform: rotate(176.4deg); } } @keyframes loading-49 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(176.4deg); transform: rotate(176.4deg); } } @-webkit-keyframes loading-50 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(180deg); transform: rotate(180deg); } } @keyframes loading-50 { - 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } - 100% { -webkit-transform: rotate(180deg); transform: rotate(180deg); diff --git a/web/app/themes/buddyboss-theme/assets/css/lifterlms.css.map b/web/app/themes/buddyboss-theme/assets/css/lifterlms.css.map index e011a0c6..e1f8018c 100644 --- a/web/app/themes/buddyboss-theme/assets/css/lifterlms.css.map +++ b/web/app/themes/buddyboss-theme/assets/css/lifterlms.css.map @@ -1,6 +1,6 @@ { "version": 3, -"mappings": "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AAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAA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", +"mappings": "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A6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yEAAuC;EACnC,SAAS,EAAE,+BAA6C;;AAG5D,wEAAsC;EAAE,SAAS,EAAE,CAAC;;;AAJpD,yE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", "sources": ["scss/functions/components/_utils.scss","scss/functions/components/_functions.scss","scss/plugins/lifterlms/components/_lifter.scss","scss/functions/components/_variables.scss","scss/functions/components/_buttons.scss","scss/plugins/lifterlms/components/_quiz.scss","scss/plugins/lifterlms/components/_dashboard.scss","scss/plugins/lifterlms/components/_course.scss","scss/plugins/lifterlms/components/_course-single.scss","scss/plugins/lifterlms/components/_lesson-single.scss","scss/plugins/lifterlms/components/_course-index.scss","scss/plugins/lifterlms/components/_assignment.scss","scss/plugins/lifterlms/components/_private-areas.scss","scss/plugins/lifterlms/components/_gravity-forms.scss","scss/plugins/lifterlms/components/_engagments.scss","scss/plugins/lifterlms/components/_membership.scss","scss/plugins/lifterlms/components/_achievements.scss","scss/plugins/lifterlms/components/_wpforms.scss","scss/plugins/lifterlms/components/_formidable-forms.scss","scss/plugins/lifterlms/components/_ninja-forms.scss","scss/plugins/lifterlms/components/_certificates.scss","scss/plugins/lifterlms/components/_bb-panel.scss","scss/plugins/lifterlms/components/_woocommerce.scss","scss/plugins/lifterlms/components/_access-plan.scss","scss/plugins/lifterlms/components/_checkout.scss","scss/plugins/lifterlms/components/_shortcodes.scss","scss/plugins/lifterlms/components/_dark.scss","scss/plugins/lifterlms/components/_directory.scss","scss/plugins/lifterlms/components/_groups.scss","scss/plugins/lifterlms/components/_llms-widgets.scss","scss/plugins/lifterlms/components/_progress-bar.scss"], "names": [], "file": "lifterlms.css" diff --git a/web/app/themes/buddyboss-theme/assets/css/lifterlms.min.css b/web/app/themes/buddyboss-theme/assets/css/lifterlms.min.css index a4d90fbc..57d65d74 100644 --- a/web/app/themes/buddyboss-theme/assets/css/lifterlms.min.css +++ b/web/app/themes/buddyboss-theme/assets/css/lifterlms.min.css @@ -1,4413 +1 @@ -.llms-access-plan-description p:last-child,.llms-student-dashboard.dashboard .llms-sd-section .llms-sd-section__heading{margin:0 0 1.6875rem;padding:0} - -.llms-notice{margin:0;font-weight:400;font-size:14px;margin-bottom:15px;background-color:var(--bb-content-background-color);border-radius:4px;border:1px solid var(--bb-content-border-color);padding:15px} - -.llms-notice---sidebar{text-align:left} - -.bb-single-course-sidebar .llms-notice---sidebar.llms-notice{padding:0;color:var(--bb-danger-color);background-color:#fff} - -.llms-notice.llms-error{background-color:var(--bb-danger-color);font-size:14px;color:#fff;border-radius:var(--bb-block-radius);border:0;padding:5px 10px} - -.llms-notice.llms-error a{color:#fff;font-weight:700} - -.llms-notice.llms-success{background-color:rgba(1,158,124,.1);border:1px solid var(--bb-success-color);font-size:14px;border-radius:4px;padding:5px 10px} - -ul.llms-notice{margin-left:0} - -.bp-feedback.ld-feedback{margin:10px 0;position:relative;box-shadow:none} - -.bp-feedback.ld-feedback p{font-size:14px;line-height:1.5;padding:10px 5px} - -.llms-person-login-form-wrapper{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);padding:3rem 0 3.5rem;width:100%} - -.llms-person-login-form-wrapper form.llms-login{max-width:50%;margin:0 auto}@media screen and (max-width:992px){ - -.llms-person-login-form-wrapper form.llms-login{max-width:80%}}@media screen and (max-width:544px){ - -.llms-person-login-form-wrapper form.llms-login{max-width:95%}} - -.llms-person-login-form-wrapper form.llms-login label{font-size:14px} - -.llms-person-login-form-wrapper form.llms-login .llms-form-field.llms-cols-6{width:100%;float:none} - -.llms-person-login-form-wrapper form.llms-login .llms-form-field.type-submit button#llms_login_button{padding:.618em 2em;height:40px;font-size:15px;font-weight:500} - -.llms-person-login-form-wrapper form.llms-login .llms-form-field.type-submit.llms-cols-3{width:100%;float:none} - -.llms-person-login-form-wrapper form.llms-login .llms-form-field.type-checkbox.llms-cols-6{width:50%;float:left} - -.llms-person-login-form-wrapper form.llms-login .llms-form-field.type-html.llms-cols-3{width:50%;float:left} - -.llms-person-login-form-wrapper form.llms-login .llms-description{font-style:normal} - -.llms-person-login-form-wrapper #llms_remember{opacity:0} - -.llms-person-login-form-wrapper label[for=llms_remember]{position:relative;left:-14px} - -.llms-person-login-form-wrapper label[for=llms_remember]::before{content:"\e876";display:inline-block;width:20px;height:20px;background-color:#fff;border:1px solid #dedfe2;border-radius:3px;margin:0 10px 0 0;position:relative;top:-1px;font-family:bb-icons;font-size:16px;line-height:1.2;text-align:center;color:#fff} - -.llms-person-login-form-wrapper input#llms_remember:checked+label::before{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color)} - -.llms-new-person-form-wrapper{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);padding:3rem;width:100%} - -.llms-new-person-form-wrapper label{font-size:14px} - -.llms-new-person-form-wrapper .llms-form-field.type-submit{margin:15px 0 0} - -.llms-new-person-form-wrapper form{margin-bottom:0} - -.llms-person-login-form-wrapper+.llms-new-person-form-wrapper{margin-top:25px} - -.single.single-course .content-area{padding-top:0} - -.bb-llms-content-wrap{padding-top:70px} - -.llms-lesson-preview{width:100%} - -.llms-syllabus-wrapper{margin-left:0;margin-right:0} - -.llms-syllabus-wrapper .llms-section-title{font-size:16px;margin:16px 0 8px;text-align:left} - -.llms-syllabus-wrapper .llms-lesson-preview{margin-top:0;margin-bottom:5px} - -.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-title{font-weight:400} - -.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link{background:0 0;border-radius:3px} - -.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link:hover .llms-lesson-title{color:var(--bb-primary-color)} - -.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-title{color:var(--bb-headings-color)} - -.llms-syllabus-wrapper .llms-lesson-preview .llms-extra{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;padding-right:15px} - -.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-counter{margin-bottom:0;font-size:13px;color:var(--bb-alternate-text-color);text-align:right;white-space:nowrap} - -.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-complete{margin-bottom:0;margin-left:10px;font-size:22px} - -.llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-complete,.llms-syllabus-wrapper .llms-lesson-preview.is-free .llms-lesson-complete{color:var(--bb-body-text-color)} - -.course .llms-meta-info{font-size:14px;margin-top:0} - -.course .llms-meta-info .llms-meta-title{font-size:13px;color:var(--bb-headings-color);margin:0 0 15px;text-transform:uppercase} - -.course .llms-meta-info .llms-instructor-info{margin-top:20px} - -.course .bb-llms-content-wrap .llms-course-progress{max-width:100%;margin-left:0;margin-right:0} - -.course .bb-llms-content-wrap .llms-course-progress .llms-progress-bar{border-radius:4px} - -.course .bb-llms-content-wrap .llms-course-progress .progress-bar-complete{border-radius:4px;background-color:var(--bb-primary-color)} - -.course .bb-llms-content-wrap .llms-course-progress a.llms-button-primary{border-radius:100px;font-size:14px} - -.course .bb-llms-content-wrap .llms-course-progress .progress__indicator{color:#939597;font-size:14px;margin-left:10px} - -.bb-llms-content-wrap .llms-instructor-info .llms-instructors{margin-left:-5px;margin-right:-5px} - -.bb-llms-content-wrap .llms-instructor-info .llms-instructors .llms-author .avatar{margin-top:0;margin-bottom:0;border:0;max-width:60px} - -.bb-llms-content-wrap .llms-instructor-info .llms-instructors .llms-author__verbose{text-align:left;padding-left:15px;padding-top:5px} - -.bb-llms-content-wrap .llms-instructor-info .llms-instructors .llms-author{margin-top:0;padding:20px;margin-bottom:10px;background-color:transparent;border:0} - -.bb-llms-content-wrap .llms-instructor-info .llms-instructors .llms-author .llms-author-info.label{color:var(--bb-alternate-text-color);margin:3px 0 10px;background-color:transparent;font-size:100%;font-size:14px;font-weight:500;line-height:1} - -.bb-llms-content-wrap .llms-instructor-info .llms-instructors .llms-author .llms-author-info.bio{line-height:1.5;font-size:14px} - -.llms-instructors.llms-cols{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap} - -.llms-instructors.llms-cols .llms-col-3{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.llms-instructors.llms-cols .llms-col-4{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.llms-instructors.llms-cols .llms-col-5{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.llms-instructors.llms-cols .llms-col-6{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.llms-instructors.llms-cols .llms-col-7{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.llms-instructors.llms-cols .llms-col-8{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.llms-instructors.llms-cols .llms-col-9{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.llms-instructors.llms-cols .llms-col-2{width:-webkit-calc(50% - 10px);width:calc(50% - 10px)}@media screen and (max-width:1200px){ - -.llms-instructors.llms-cols .llms-col-2{width:-webkit-calc(100% - 10px);width:calc(100% - 10px)}} - -.llms-instructors.llms-cols>div[class*=llms-col-]{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);margin:5px} - -.llms-instructors.llms-cols [class*=llms-col-]{float:none} - -.lifterlms-price{color:var(--bb-headings-color)} - -.bb-llms-banner{background-color:#607387;overflow:hidden;padding:0 44px} - -.bb-llms-banner::before{content:"";opacity:.4;background-color:var(--bb-headings-color);background-image:-webkit-linear-gradient(270deg,rgba(0,0,0,0) 4%,#000 100%);background-image:linear-gradient(-180deg,rgba(0,0,0,0) 4%,#000 100%);position:absolute;height:100%;width:100%;top:0;left:0;z-index:1} - -.bb-llms-banner .banner-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} - -.bb-course-banner-info{padding-top:30px;padding-bottom:30px;position:relative;z-index:2} - -.bb-course-banner-inner{color:#fff;padding-top:70px} - -.bb-course-banner-inner h1.entry-title{font-size:48px;color:inherit;line-height:1.25;margin-bottom:20px} - -.bb-course-banner-inner .avatar{border-radius:50%;margin-right:12px;max-width:38px} - -.bb-course-banner-inner .author-name{font-size:14px;font-weight:500;color:#fff;letter-spacing:-.24px} - -.bb-course-banner-inner span.meta-saperator{color:#fff;margin:0 15px} - -.bb-course-banner-inner .course-date{font-size:13px;color:rgba(255,255,255,.8);letter-spacing:-.19px} - -.bb-course-banner-inner .bb-course-single-meta{margin-bottom:40px}@media screen and (max-width:544px){ - -.bb-course-banner-inner h1.entry-title{font-size:1.5rem;line-height:1.5}} - -.llms-notification .llms-notification-dismiss{color:var(--bb-alternate-text-color)} - -.llms-notification .llms-notification-dismiss.fa-times-circle{font-size:20px;display:inline-block;font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased} - -.llms-notification .llms-notification-dismiss.fa-times-circle::before{content:"\e828"} - -.llms-button-primary,.llms-field-button{border-radius:var(--bb-button-radius);background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);min-width:100px;text-align:center;line-height:normal;font-weight:400;font-size:15px} - -.llms-button-primary:focus,.llms-field-button:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.llms-button-primary:active,.llms-button-primary:focus,.llms-button-primary:hover,.llms-field-button:active,.llms-field-button:focus,.llms-field-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)} - -.llms-button-action{border-radius:var(--bb-button-radius)} - -.llms-button-secondary{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);border-radius:var(--bb-button-radius)} - -.llms-button-secondary:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -.llms-button-secondary:active,.llms-button-secondary:focus,.llms-button-secondary:hover{box-shadow:none;background-color:var(--bb-secondary-button-background-hover);color:var(--bb-secondary-button-text-hover);border:1px solid var(--bb-secondary-button-border-hover)} - -section.llms-instructor-info .llms-author .name{margin-left:0;margin-right:0} - -.llms-form-field.type-radio label::before{background:#fff;box-shadow:rgba(255,255,255,.15) 0 1px 1px,inset rgba(0,0,0,.25) 0 0 0 1px;width:20px;height:20px;top:-2px;margin-right:7px} - -.llms-form-field.type-radio input[type=radio]:checked+label::before{background-image:-webkit-radial-gradient(center,ellipse,var(--bb-primary-color) 0,var(--bb-primary-color) 40%,#fff 45%);background-image:radial-gradient(ellipse at center,var(--bb-primary-color) 0,var(--bb-primary-color) 40%,#fff 45%)} - -.llms-pagination{font-size:13px;margin:10px 0;text-align:right} - -.llms-pagination ul{margin:0 10px;display:inline-block} - -.llms-pagination ul li .page-numbers{text-decoration:none}@media screen and (max-width:544px){ - -.bb-courses-directory .bs-dir-search{float:none}}@media screen and (min-width:681px){ - -.bb-llms-content-wrap{max-width:700px} - -.bb-single-course-sidebar{max-width:380px;-webkit-box-flex:0;-ms-flex:0 0 42%;flex:0 0 42%;margin-left:auto;position:relative;z-index:2} - -.bb-single-course-sidebar.bb-preview-wrap{margin-top:-260px}} - -.llms-course-navigation .llms-lesson-preview .llms-lesson-link{background-color:var(--bb-body-background-color);box-shadow:inset 0 0 10px 5px rgba(0,0,0,.02);border-radius:4px;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;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:15px} - -.llms-course-navigation .llms-lesson-preview .llms-lesson-link:hover{background:rgba(146,164,183,.1)} - -.llms-course-navigation .llms-lesson-preview .llms-lesson-title{margin-bottom:0} - -.llms-course-navigation .llms-lesson-preview .llms-lesson-excerpt{display:none} - -.bb-sfwd-aside .site-header{width:100%;z-index:610;-webkit-transition:all .2s;transition:all .2s}@media screen and (min-width:800px){ - -.bb-buddypanel.buddypanel-open.bb-sfwd-aside .site-header:not(.site-header--elementor){width:-webkit-calc(100% - 230px);width:calc(100% - 230px);-webkit-transition:all .2s;transition:all .2s}}@media screen and (max-width:544px){ - -.llms-course-navigation .llms-course-nav{width:100%;margin:0 0 10px} - -.llms-course-navigation .llms-course-nav .llms-lesson-preview{margin-top:0}} - -.llms-pointer>.llms-notification{border-radius:6px;border:0;border-left:4px solid var(--bb-primary-color);box-shadow:0 4px 32px 0 rgba(18,43,70,.1);padding:20px}@media screen and (min-width:544px){ - -.llms-pointer>.llms-notification{width:420px}} - -.llms-pointer>.llms-notification .llms-notification-footer{margin-top:0;padding:0;border-top:0} - -.llms-instructor-info .llms-instructors .llms-author{background-color:transparent;border-color:var(--bb-content-border-color);border-top-width:2px} - -.llms-instructor-info .llms-instructors .llms-author .avatar{border-color:var(--bb-content-border-color);background-color:transparent;border-width:2px;margin-top:-37px} - -.llms-tooltip.show{top:unset;bottom:30px}@media (min-width:600px){ - -.single-llms_quiz .llms-quiz-results .llms-quiz-results-aside{float:none;width:100%;text-align:center} - -.single-llms_quiz .llms-quiz-results .llms-quiz-results-history,.single-llms_quiz .llms-quiz-results .llms-quiz-results-main{float:none;width:100%;margin:0 auto 30px}}@media (max-width:480px){ - -.single-llms_quiz .llms-quiz-results .llms-quiz-results-history select{width:100%}} - -.quizzes_section_holder.current_quizz{background:rgba(146,164,183,.05)} - -.single-llms_quiz.bb-dark-theme .llms-quiz-results .llms-quiz-results-history select{background-color:#333;color:#939597} - -.single-llms_quiz.bb-dark-theme #llms-quiz-wrapper .llms-quiz-results>h2.llms-quiz-results-title,.single-llms_quiz.bb-dark-theme #llms-quiz-wrapper h2.llms-quiz-meta-title,.single-llms_quiz.bb-dark-theme .llms-quiz-results-history h2.llms-quiz-results-title{color:#fff} - -.single-llms_quiz.bb-dark-theme ul.llms-quiz-meta-info .llms-quiz-meta-item{color:#939597} - -.llms-donut{margin:0 auto 30px;color:var(--bb-body-text-color);background-color:var(--bb-content-border-color)} - -.llms-donut .inside{width:95%;height:95%} - -.single-llms_quiz .entry-content .fluid-width-video-wrapper{margin-top:0} - -.single-llms_quiz .llms-next-lesson{font-size:14px;padding-top:0;padding-bottom:0;line-height:40px} - -.single-llms_quiz #llms-quiz-header{position:relative} - -.single-llms_quiz #llms-quiz-header::before{position:absolute;left:0;top:0;color:var(--bb-body-text-color);font-size:16px;font-weight:800} - -.single-llms_quiz #llms-quiz-header .llms-progress{margin-top:30px} - -.single-llms_quiz .llms-return a{display:inline-block;background-color:rgba(0,0,0,.03);color:#939597;border-radius:20px;padding:1px 15px 1px 10px;font-size:12px;margin:0 0 15px;-webkit-transition:all linear .2s;transition:all linear .2s} - -.single-llms_quiz .llms-return a i{margin-right:3px} - -.single-llms_quiz .llms-return a:hover{background-color:rgba(0,0,0,.06)} - -.single-llms_quiz .entry-title{font-size:32px;line-height:1.2;font-weight:700;margin-bottom:0} - -.single-llms_quiz .lifterlms-header-instructor{margin-top:20px;padding-bottom:0;margin-bottom:30px;border-bottom:1px solid var(--bb-content-border-color)} - -.single-llms_quiz .lifterlms-header-instructor .flex{-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.single-llms_quiz .lifterlms-header-instructor .flex h5{margin-bottom:0} - -.single-llms_quiz .lifterlms-header-instructor .flex h5 span{margin-left:7px} - -.single-llms_quiz .entry-content-wrap{padding:0} - -.single-llms_quiz ul.llms-quiz-meta-info{font-size:14px;margin-bottom:30px} - -.single-llms_quiz ul.llms-quiz-meta-info .llms-quiz-meta-item{font-weight:800} - -.single-llms_quiz ul.llms-quiz-meta-info .llms-quiz-meta-item span{font-weight:400} - -.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.correct,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.incorrect,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.incorrect{background-color:transparent} - -.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question a.toggle-answer:hover .llms-question-title{color:var(--bb-primary-color)} - -.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-points{color:#939597;font-size:14px} - -.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-status-icon-tip{display:none} - -.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.type--code .bb-llms-quiz-status-icon,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.type--content .bb-llms-quiz-status-icon,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.type--long_answer .bb-llms-quiz-status-icon,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.type--short_answer .bb-llms-quiz-status-icon,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.type--upload .bb-llms-quiz-status-icon{display:none} - -.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section{border-top-width:1px;margin-top:10px;padding-top:10px;font-size:14px} - -.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section p.llms-quiz-results-label{font-weight:300;text-transform:uppercase;font-size:12px} - -.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section p{margin-bottom:10px} - -.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section:first-of-type{margin-top:0} - -.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-question-description{font-size:14px} - -.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-question-description p{margin-bottom:10px} - -.single-llms_quiz .llms-quiz-results-history h2.llms-quiz-results-title{margin-bottom:15px;font-size:18px;line-height:1.2;font-weight:700} - -.single-llms_quiz .llms-button-wrapper .llms-start-quiz-button,.single-llms_quiz .llms-button-wrapper a.llms-button-secondary{padding-left:2em;padding-right:2em} - -.single-llms_quiz #llms-quiz-wrapper .llms-quiz-results>h2.llms-quiz-results-title,.single-llms_quiz #llms-quiz-wrapper h2.llms-quiz-meta-title{margin-bottom:15px;font-size:18px;line-height:1.2;font-weight:700} - -.single-llms_quiz #llms-quiz-wrapper>.llms-return a{font-size:14px} - -.single-llms_quiz #llms-quiz-wrapper>.llms-return a::before{content:"\E8AB";font-family:bb-icons;font-size:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:1px;position:relative;top:2px} - -.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer::before{content:"\ee09";font:400 normal normal 14px/1 bb-icons;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--bb-body-text-color);border-radius:100%;width:18px;height:18px;padding:2px;line-height:16px;text-align:center;font-weight:300;-webkit-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease;position:absolute;left:-10px;top:15px;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)} - -.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-header.expand-result .toggle-answer::before{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)} - -.llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-points{line-height:28px} - -.llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.incorrect .llms-points{background-color:var(--bb-danger-color);color:#fff;padding:0 20px;border-radius:4px} - -.bb-template-v2 .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.incorrect .llms-points{border-radius:6px} - -.single-llms_quiz .llms-quiz-results .llms-donut.failing{color:var(--bb-danger-color)} - -.llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.incorrect .llms-quiz-attempt-answer{color:var(--bb-danger-color)} - -.llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.correct .llms-points{background-color:var(--bb-success-color);color:#fff;padding:0 20px;border-radius:3px} - -.llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.correct .llms-quiz-attempt-answer{color:var(--bb-success-color)}@-webkit-keyframes bs-llms-spinning{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(220deg);transform:rotate(220deg)}}@keyframes bs-llms-spinning{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(220deg);transform:rotate(220deg)}} - -.llms-question-wrapper.type--picture_choice ol.llms-question-choices{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap} - -.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-answer-section.llms-correct-answer .llms-quiz-attempt-answer{color:var(--bb-success-color)!important} - -.llms-quiz-ui .llms-aq-scale .llms-aq-scale-range::after,.llms-quiz-ui .llms-aq-scale .llms-aq-scale-range::before{display:none!important} - -.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between} - -.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio{text-align:center} - -.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio>span{margin:0} - -.llms-quiz-ui .llms-quiz-nav{margin-bottom:60px} - -.llms-quiz-buttons .llms-button-action{font-size:14px} - -.llms-quiz-ui{padding:0;background:0 0} - -.llms-quiz-ui .llms-question-wrapper.type--picture_reorder ol.llms-question-choices.llms-aq-reorder-list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap} - -.llms-quiz-ui .llms-question-wrapper.type--picture_reorder ol.llms-question-choices.llms-aq-reorder-list .llms-aq-reorder-item.type--picture{width:-webkit-calc(100% / 3);width:calc(100% / 3)} - -.llms-quiz-ui ol.llms-question-choices.llms-aq-reorder-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.llms-quiz-ui ol.llms-question-choices.llms-aq-reorder-list .llms-aq-reorder-item.type--picture{display:-webkit-box;display:-ms-flexbox;display:flex} - -.llms-quiz-ui .llms-progress{height:4px;border-radius:2px;background-color:var(--bb-content-border-color)} - -.llms-quiz-ui .llms-progress .progress-bar-complete{background-color:var(--bb-primary-color);border-radius:2px} - -.llms-quiz-ui .llms-spinning .llms-spinner{width:20px;height:20px;background-repeat:no-repeat;background-color:transparent;border:0;font-style:normal;margin-left:-10px;margin-top:-10px;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite} - -.llms-quiz-ui .llms-spinning .llms-spinner::after{content:"\ef30";font-family:bb-icons;display:inline-block;width:20px;height:20px;font-size:20px;line-height:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:relative;bottom:1px;color:#939597} - -.llms-quiz-ui .llms-spinning{background:0 0} - -.llms-quiz-ui .llms-error{background-color:var(--bb-danger-color);font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:20px 0;padding:10px 15px} - -.llms-quiz-ui .llms-error a{color:rgba(255,255,255,.9);margin-left:auto;-webkit-transition:all linear .2s;transition:all linear .2s} - -.llms-quiz-ui .llms-error a:hover{color:#fff} - -.llms-quiz-ui .llms-error a i.fa.fa-times-circle{font-size:20px;display:inline-block;font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;color:#fff} - -.llms-quiz-ui .llms-error a i.fa.fa-times-circle::before{content:"\e828";font-weight:100} - -.llms-quiz-ui .llms-quiz-nav .button{padding:10px 2em;min-height:40px;font-size:14px;background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)} - -.llms-quiz-ui .llms-quiz-nav .button:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.llms-quiz-ui .llms-quiz-nav .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)} - -.llms-quiz-ui .llms-quiz-nav .button.llms-button-secondary{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular)} - -.llms-quiz-ui .llms-quiz-nav .button.llms-button-secondary:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -.llms-quiz-ui .llms-quiz-nav .button.llms-button-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)} - -.llms-quiz-ui .llms-quiz-counter{font-size:14px;color:var(--bb-alternate-text-color);margin-top:4px} - -.llms-quiz-ui .llms-question-wrapper.type--blank input.llms-aq-blank,.llms-quiz-ui .llms-question-wrapper.type--blank input.llms-aq-blank:focus{border-bottom-width:1px;color:var(--bb-primary-color);padding-bottom:2px} - -.llms-quiz-ui .llms-question-wrapper.type--blank input.llms-aq-blank:focus{border-bottom-color:var(--bb-primary-color)} - -.llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li{border:1px solid var(--bb-content-border-color);border-radius:4px;padding:10px 20px} - -.llms-quiz-ui .llms-question-wrapper.type--reorder ol.llms-question-choices.llms-aq-reorder-list li.llms-aq-reorder-item.llms-aq-placeholder{border:1px dashed var(--bb-content-border-color)} - -.llms-quiz-ui .llms-question-wrapper.type--reorder ol.llms-question-choices li:last-child{border-bottom:1px solid var(--bb-content-border-color)} - -.llms-quiz-ui .llms-question-wrapper.type--reorder ol.llms-question-choices.llms-aq-reorder-list.dragging{box-shadow:none} - -.llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li>label{padding:0} - -.llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li>label .llms-marker{float:right;margin:3px 0 0;position:relative;border:0;cursor:move} - -.llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li>label .llms-marker::after,.llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li>label .llms-marker::before{font-family:bb-icons;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:inline-block;content:"\ee5d";color:var(--bb-alternate-text-color);font-weight:300} - -.llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li>label .llms-marker::before{right:6px} - -.llms-quiz-ui .llms-question-wrapper.type--picture_reorder ol.llms-question-choices.llms-aq-reorder-list li.llms-aq-reorder-item.llms-aq-placeholder{border:1px dashed var(--bb-content-border-color)} - -.llms-quiz-ui .llms-question-wrapper.type--picture_reorder ol.llms-question-choices.llms-aq-reorder-list.dragging{box-shadow:none} - -.llms-quiz-ui .llms-question-wrapper.type--picture_reorder .llms-question-choices li>label .llms-marker{display:none} - -.llms-quiz-ui .llms-question-wrapper.type--picture_reorder .llms-question-choices li>label .llms-marker.type--lister{display:block} - -.llms-quiz-ui .llms-question-wrapper.type--picture_reorder .llms-question-choices li>label .llms-marker.type--lister span{display:block} - -.llms-quiz-ui .llms-question-wrapper.type--short_answer input.llms-aq-short-answer-field{font-size:15px} - -.llms-quiz-ui .llms-question-wrapper.type--long_answer .llms-aq-long-answer .ql-snow .ql-picker{color:#939597} - -.llms-quiz-ui .llms-question-wrapper.type--long_answer .llms-aq-long-answer .ql-snow .ql-stroke{stroke:#939597} - -.llms-quiz-ui .llms-question-wrapper.type--long_answer .llms-aq-long-answer .ql-snow .ql-fill,.llms-quiz-ui .llms-question-wrapper.type--long_answer .llms-aq-long-answer .ql-snow .ql-stroke.ql-fill{fill:#939597} - -.llms-quiz-ui .llms-question-wrapper.type--long_answer .llms-aq-long-answer .ql-toolbar.ql-snow{border:0} - -.llms-quiz-ui .llms-question-wrapper.type--long_answer .llms-aq-long-answer .ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:1px solid var(--bb-content-border-color);border-color:var(--bb-content-border-color)} - -.llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader{margin:20px 0;border:1px dashed #dedfe2;border-radius:3px} - -.llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader .fa.fa-upload{font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;color:var(--bb-primary-color)} - -.llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader .fa.fa-upload::before{content:"\ee24"} - -.llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader h2{font-size:18px;color:var(--bb-headings-color)} - -.llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader em{font-size:14px;color:#939597} - -.llms-quiz-ui .llms-question-wrapper.type--code .llms-aq-code{font-size:14px;border-radius:3px;border:1px solid var(--bb-content-border-color)} - -.llms-quiz-ui .llms-question-wrapper.type--code .llms-aq-code .CodeMirror{background-color:var(--bb-content-border-color);border-radius:3px} - -.llms-quiz-ui .llms-question-wrapper.type--code .llms-aq-code .CodeMirror pre.CodeMirror-line{padding:0 10px} - -.llms-quiz-ui .llms-question-wrapper.type--code .llms-aq-code .CodeMirror-gutters{background-color:rgba(0,0,0,.025);border-right:1px solid var(--bb-content-border-color);padding-right:5px} - -.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale{overflow:hidden;width:auto} - -.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-label{font-size:14px;color:#939597} - -.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range{margin-bottom:15px;width:auto;-ms-flex-wrap:wrap;flex-wrap:wrap} - -.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio{margin-right:5px;margin-bottom:5px} - -.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio .llms-aq-scale-button,.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio:first-child .llms-aq-scale-button,.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio:last-child .llms-aq-scale-button{border-radius:100%;border:0;font-size:16px;height:50px;padding:17px 0} - -.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio .llms-aq-scale-button:hover{background:var(--bb-primary-color);color:#fff} - -.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio input[type=radio]:checked+.llms-aq-scale-button{background:var(--bb-primary-color);color:#fff} - -.llms-quiz-question-wrapper h3.llms-question-text{font-size:18px;line-height:1.2;font-weight:700;margin:20px 0} - -.llms-quiz-question-wrapper .llms-question-image{margin-bottom:30px} - -.llms-quiz-question-wrapper ol.llms-question-choices li.llms-choice{margin-bottom:10px;padding-bottom:10px} - -.llms-quiz-question-wrapper ol.llms-question-choices li.llms-choice .llms-choice-text{font-size:16px} - -.llms-quiz-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker{font-size:10px;width:22px;height:22px;line-height:19px;background:var(--bb-content-background-color);border:2px solid var(--bb-content-border-color);cursor:pointer} - -.llms-quiz-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker span.iterator{color:var(--bb-alternate-text-color);display:none} - -.llms-quiz-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker .fa{color:var(--bb-primary-color)} - -.llms-quiz-question-wrapper ol.llms-question-choices li.llms-choice input:checked+.llms-marker{background:0 0;border-color:var(--bb-primary-color)} - -.llms-quiz-question-wrapper .llms-video-wrapper .center-video{border-top:0;padding:1em 0 0;margin:0 0 1.5em;position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden} - -.llms-quiz-question-wrapper .llms-video-wrapper .center-video iframe{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;display:block} - -.llms-quiz-question-wrapper .llms-question-wrapper.type--choice ol.llms-question-choices li.llms-choice,.llms-quiz-question-wrapper .llms-question-wrapper.type--true_false ol.llms-question-choices li.llms-choice{border:1px solid var(--bb-content-border-color);border-radius:4px;padding:10px 20px} - -.llms-quiz-question-wrapper .llms-question-wrapper.type--choice ol.llms-question-choices li.llms-choice label,.llms-quiz-question-wrapper .llms-question-wrapper.type--true_false ol.llms-question-choices li.llms-choice label{padding:0} - -.llms-quiz-question-wrapper .llms-question-wrapper.type--picture_choice ol.llms-question-choices{margin-top:30px} - -.llms-quiz-question-wrapper .llms-question-wrapper.type--picture_choice ol.llms-question-choices li.llms-choice .llms-marker.type--radio{display:none} - -.single-llms_quiz .llms-quiz-results .llms-donut.failing svg path{stroke:var(--bb-danger-color)} - -.single-llms_quiz .llms-quiz-buttons form>p{font-size:14px;padding-right:10px} - -.llms-quiz-timer{font-size:16px;color:var(--bb-success-color);border-color:var(--bb-success-color)} - -.llms-quiz-timer.color-empty{color:var(--bb-danger-color);border-color:var(--bb-danger-color)} - -.single-llms_quiz h3.llms-question-title{font-size:16px;font-family:inherit;text-transform:none;font-weight:500;line-height:28px} - -.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-question-title{line-height:28px}@media (max-width:599px){ - -.llms-quiz-ui .llms-question-wrapper.type--picture_reorder ol.llms-question-choices.llms-aq-reorder-list .llms-aq-reorder-item.type--picture{width:100%}}@media (max-width:428px){ - -.llms-quiz-ui .llms-quiz-nav button#llms-prev-question{margin:10px 0 0} - -.llms-quiz-ui .llms-quiz-counter{margin-top:18px}} - -.frm_submit button,.lifter-sidebar-widgets li.widget a.button:not(.logout-link):hover,.llms-button-action.clicked,.llms-button-primary.clicked,.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment.llms-pa-read::after,.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a:hover,.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio .llms-aq-scale-button:hover,.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio input[type=radio]:checked+.llms-aq-scale-button,.nf-form-wrap .nf-form-content .nf-field-element input[type=button]{background-color:var(--bb-primary-color)} - -.llms-checkout.llms-checkout-cols-2{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:992px){ - -.llms-checkout.llms-checkout-cols-2{display:block} - -.llms-checkout.llms-checkout-cols-2 .llms-checkout-col.llms-col-1{margin-bottom:20px;width:100%} - -.llms-checkout.llms-checkout-cols-2 .llms-checkout-col.llms-col-2{width:100%}} - -.llms-checkout.llms-checkout-cols-1 .llms-checkout-col.llms-col-1{margin-bottom:20px} - -.llms-student-dashboard .llms-student-dashboard__frame{background-color:var(--bb-content-background-color);width:-webkit-calc(100% - 230px);width:calc(100% - 230px);padding:38px 40px;border-radius:0 var(--bb-block-radius) var(--bb-block-radius) 0}@media screen and (max-width:992px){ - -.llms-student-dashboard .llms-student-dashboard__frame{padding:38px 30px}}@media screen and (max-width:544px){ - -.llms-student-dashboard .llms-student-dashboard__frame{padding:20px}} - -.llms-student-dashboard .llms-student-dashboard__frame .llms-sd-tab.dashboard .llms-sd-section{padding-bottom:38px} - -.llms-student-dashboard .llms-student-dashboard__frame .llms-sd-tab.dashboard .llms-sd-section:last-of-type{padding-bottom:0} - -.llms-student-dashboard .llms-student-dashboard__frame>.llms-notice{margin-bottom:40px} - -.llms-student-dashboard.edit-account .llms-student-dashboard__frame>.llms-notice{margin-left:10px;margin-right:10px} - -.lifterlms .llms-student-dashboard{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);position:relative}@media only screen and (max-width:800px){ - -.lifterlms .llms-student-dashboard{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.lifterlms .llms-student-dashboard .llms-student-dashboard__frame{width:100%}} - -.lifterlms .llms-student-dashboard .llms-sep{display:none} - -.lifterlms .llms-student-dashboard .llms-sd-link{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding:12px 20px;color:var(--bb-headings-color);font-size:14px} - -.lifterlms .llms-student-dashboard>ul.llms-notice{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.lifterlms .llms-sd-notification-center{width:100%;margin-bottom:0} - -.lifterlms .redeem-voucher form{width:100%;margin-bottom:0} - -.lifterlms .llms-status.llms-completed{color:#fff} - -.lifterlms .llms-person-form-wrapper form{width:100%;margin-bottom:0} - -.lifterlms .llms-table-sort .llms-button-secondary.small{padding:1px 20px}@media only screen and (max-width:800px){ - -.lifterlms .llms-sd-notification-center{padding:38px 10px}} - -.lifterlms .llms-sd-items{padding:30px 0}@media only screen and (max-width:800px){ - -.lifterlms .llms-sd-items{padding-top:15px}}@media (max-width:1200px){ - -.has-sidebar.is_dashboard .widget-area:not(.widget-area-secondary){-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%} - -.has-sidebar.is_dashboard #primary{max-width:100%} - -.has-sidebar.is_dashboard .llms-student-dashboard .llms-student-dashboard__frame{width:100%}} - -.lifterlms .llms-sd-header{min-width:230px;background:var(--bb-content-alternate-background-color);border-right:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius) 0 0 var(--bb-block-radius)} - -.lifterlms .llms-sd-header .llms-sd-title{display:none;padding:12px 20px;font-size:14px;text-transform:uppercase;font-weight:700;margin:0;cursor:pointer} - -.lifterlms .llms-sd-header .llms-sd-title::after{font-family:bb-icons;content:"\edb1";font-size:1em;position:relative;width:22px;height:22px;float:right}@media only screen and (max-width:800px){ - -.lifterlms .llms-sd-header{border-right:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.lifterlms .llms-sd-header .llms-sd-nav{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;display:none} - -.lifterlms .llms-sd-header .llms-sd-title{display:block;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:800px){ - -body:not(.has-sidebar) .lifterlms .llms-sd-header nav.llms-sd-nav{display:block}}@media only screen and (min-width:1200px){ - -.has-sidebar .lifterlms .llms-sd-header nav.llms-sd-nav{display:block}}@media only screen and (max-width:1200px){ - -.has-sidebar .lifterlms .llms-sd-header{border-right:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.has-sidebar .lifterlms .llms-sd-header .llms-sd-nav{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;display:none} - -.has-sidebar .lifterlms .llms-sd-header .llms-sd-title{display:block;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (max-width:1200px){ - -.has-sidebar .lifterlms .llms-student-dashboard{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.has-sidebar .lifterlms .llms-student-dashboard .llms-notice.llms-error{position:static;margin:20px} - -.has-sidebar .lifterlms .llms-student-dashboard .llms-notice.llms-error+.llms-sd-tab.dashboard section:first-child,.has-sidebar .lifterlms .llms-student-dashboard .llms-notice.llms-error+form{padding-top:38px} - -.has-sidebar .lifterlms .llms-student-dashboard .llms-notice.llms-error+.llms-person-login-form-wrapper{margin-top:75px}}@media only screen and (max-width:1200px){ - -.has-sidebar .llms-student-dashboard.redeem-voucher>.llms-notice{width:-webkit-calc(100% - 60px);width:calc(100% - 60px);right:30px;left:auto}} - -body:not(.logged-in).llms-pointer.is_dashboard .llms-student-dashboard.dashboard{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.llms-sd-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-width:800px){ - -.llms-sd-items{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0}} - -.llms-sd-items .current{background-color:var(--bb-content-background-color)} - -.llms-sd-items .current a{color:var(--bb-headings-color)} - -.llms-sd-items .llms-sd-item a::before{font-size:22px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons;margin-right:10px;min-width:25px}@media only screen and (max-width:768px){ - -.llms-sd-items .llms-sd-item a::before{display:none}} - -.llms-sd-items .llms-sd-item a:hover{color:var(--bb-primary-color)}@media only screen and (max-width:800px){ - -.llms-sd-items .llms-sd-item{width:100%}} - -.llms-sd-items .llms-sd-item:hover a{color:var(--bb-primary-color)} - -.llms-sd-items .dashboard a::before{content:"\ee74";font-family:bb-icons} - -.llms-sd-items .signout a::before{content:"\eefd";font-family:bb-icons} - -.llms-sd-items .orders a::before{content:"\eeab";font-family:bb-icons} - -.llms-sd-items .my-grades a::before{content:"\e868";font-family:bb-icons} - -.llms-sd-items .edit-account a::before{content:"\ee5a";font-family:bb-icons} - -.llms-sd-items .view-memberships a::before{content:"\eed4";font-family:bb-icons} - -.llms-sd-items .notifications a::before{content:"\e8a5";font-family:bb-icons} - -.llms-sd-items .view-certificates a::before{content:"\e975";font-family:bb-icons} - -.llms-sd-items .view-achievements a::before{content:"\ee04";font-family:bb-icons} - -.llms-sd-items .view-courses a::before{content:"\eeac";font-family:bb-icons} - -.llms-sd-items .redeem-voucher a::before{content:"\ef0c";font-family:bb-icons} - -.llms-sd-items .view-groups a::before{content:"\e95d";font-family:bb-icons} - -.llms-sd-items li.llms-sd-item{cursor:pointer} - -.llms-sd-items li.llms-sd-item:hover{background-color:rgba(77,92,109,.1)} - -#page .llms-sd-grades .llms-table tfoot label{display:none} - -.llms-sd-grades .llms-table tfoot tr .llms-table-sort form{margin-top:20px} - -.llms-sd-grades .llms-table-sort form label{display:none} - -.llms-sd-grades .llms-table-sort form select{border-radius:var(--bb-input-radius);font-size:13px} - -.llms-sd-grades .llms-table-sort form .llms-button-secondary{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)} - -.llms-sd-grades .llms-table-sort form .llms-button-secondary:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.llms-sd-grades .llms-table-sort form .llms-button-secondary:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -.llms-student-dashboard .llms-sd-section{width:100%;height:100%;margin-bottom:0;border-radius:4px} - -.llms-student-dashboard .llms-sd-section.llms-sd-grades{overflow:auto}@media screen and (max-width:1200px) and (min-width:600px){ - -.llms-student-dashboard .llms-sd-section.llms-my-orders{overflow-x:auto} - -.llms-student-dashboard .llms-sd-section.llms-my-orders table{min-width:760px}} - -.llms-student-dashboard .dashboard .llms-sd-section:last-of-type{padding-bottom:38px} - -.llms-student-dashboard .dashboard .llms-sd-section:last-of-type::after{display:none} - -.llms-sd-tab.dashboard section.llms-sd-section::after{content:"";display:inline-block;width:100%;height:1px;border-bottom:1px solid var(--bb-content-border-color);margin-top:38px} - -.llms-loop-item-content__body{padding:0 20px} - -.llms-student-dashboard .llms-sd-section .llms-sd-section-title{font-size:22px;margin-bottom:0} - -.llms-student-dashboard .llms-sd-section .llms-sd-section-footer{margin-top:0} - -.llms-sd-tab.dashboard .llms-button-secondary{font-size:14px;padding:6px 15px} - -.llms-student-dashboard .orders-table td,.llms-student-dashboard .orders-table th{vertical-align:middle}@media screen and (max-width:600px){ - -.llms-student-dashboard .orders-table td,.llms-student-dashboard .orders-table th{text-align:left}} - -.llms-sl-directory .llms-sl-card--student .llms-student-avatar img{border-radius:0} - -.llms-sl .llms-button-primary{background-color:var(--bb-primary-color);color:#fff} - -.is_dashboard header.entry-header{display:none} - -.llms-coupon-entry .llms-form-field .llms-button-secondary{width:100%} - -.llms-form-field .llms-description{font-size:14px;font-style:italic;font-weight:400;color:var(--bb-headings-color);line-height:1} - -.lifter-purchase{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-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;padding:70px 30px;font-weight:400;font-size:22px;color:var(--bb-body-text-color);border-radius:4px;border:1px solid var(--bb-content-border-color);background:#fff} - -.lifter-purchase a{display:contents} - -.lifter-purchase::before{display:inline-block;width:100%;height:60px;content:"";background-image:url(../images/svg/cart.svg);background-repeat:no-repeat;background-size:60px 60px;background-position:center;margin-bottom:24px} - -.llms-general-notification{box-shadow:none;border-radius:0 4px 4px 0;border-color:var(--bb-content-border-color);margin-bottom:10px} - -.llms-general-notification span{border-radius:4px 0 0 4px} - -.llms-general-notification p{line-height:21px} - -.bp-feedback.help .bp-icon,.llms-general-notification.info .bp-icon{background:var(--bb-primary-color)} - -.llms-table{border-collapse:separate;font-size:14px;min-width:760px;border:0} - -.llms-table td{border:0;border-bottom:1px solid var(--bb-content-border-color);padding:15px 12px} - -.llms-table td .llms-donut.mini{float:left} - -.llms-table tr:last-child td{border-bottom:0} - -.llms-table thead td,.llms-table thead th{font-size:15px} - -.llms-table-sort form select{display:inline-block;font-family:inherit;font-style:inherit;font-size:15px;height:40px;outline:0;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;width:auto;background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:right 1rem center;padding:10px 40px 10px 20px} - -.llms-table tbody tr:nth-child(odd) td,.llms-table tbody tr:nth-child(odd) th{background:0 0} - -.llms-table thead th{text-transform:uppercase;font-weight:400;font-size:14px;color:var(--bb-alternate-text-color);white-space:nowrap}@media screen and (max-width:1200px){ - -.llms-table thead th{font-size:13px;letter-spacing:-1px;padding-left:7px;padding-right:7px}} - -.llms-table tfoot tr{background-color:transparent} - -.llms-table tfoot label{font-size:15px;margin:1px 0 0} - -td.llms-table-navigation{width:45%} - -.llms-table-sort form{width:100%;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} - -.llms-table-sort form select{margin:0 10px} - -.llms-table td:first-child,.llms-table th:first-child{width:30%} - -.llms-sd-tab.dashboard{width:100%} - -.llms-sd-widgets{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.llms-sd-widgets .llms-sd-widget-title{margin-right:10px} - -.llms-sd-widgets .llms-sd-widget:first-child{margin-left:10px} - -.llms-sd-widgets .llms-sd-widget:last-child{margin-right:10px} - -.llms-table.llms-single-course-grades{margin:10px} - -.llms-person-form.edit-account .llms-form-fields .llms-form-field label{font-size:16px;font-weight:400;color:var(--bb-body-text-color)} - -.llms-person-form.edit-account .llms-form-fields .llms-form-field input{margin-top:9px;margin-bottom:21px} - -.llms-person-form.edit-account .llms-form-fields .llms-form-field .select2-container{margin-top:9px} - -.llms-person-form.edit-account .llms-field-button.llms-button-action{font-size:15px;font-weight:500} - -body:not(.logged-in) .lifterlms .llms-student-dashboard{border:0} - -body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form{border:1px solid var(--bb-content-border-color);background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius);padding:3rem 25% 3.5rem;font-size:14px}@media only screen and (max-width:992px){ - -body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form{padding-left:10%;padding-right:10%}}@media only screen and (max-width:800px){ - -body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form{padding-left:5%;padding-right:5%}} - -body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .llms-button-action{font-weight:500;font-size:15px} - -.llms-student-dashboard .orders-table td{padding-top:10px;padding-bottom:10px} - -.llms-student-dashboard.orders .order-title{display:-webkit-box;display:-ms-flexbox;display:flex} - -.llms-student-dashboard.orders .order-title .llms-status{margin-left:20px;font-size:12px;padding:0 15px} - -.llms-student-dashboard.orders table{font-size:14px;border:0}@media screen and (min-width:600px){ - -.llms-student-dashboard.orders table td,.llms-student-dashboard.orders table th{border-top:1px solid var(--bb-content-border-color)}} - -.llms-student-dashboard.orders table .llms-status{padding:0 10px;float:right;background-color:transparent;border-radius:var(--bb-button-radius);border:1px solid var(--bb-content-border-color);text-transform:uppercase;font-size:10px;text-align:center;min-width:85px} - -.llms-student-dashboard.orders table .llms-status.llms-completed,.llms-student-dashboard.orders table .llms-status.llms-refunded{color:var(--bb-success-color);border-color:var(--bb-success-color)} - -.llms-student-dashboard.orders table .llms-status.llms-pending{color:var(--bb-warning-color);border-color:var(--bb-warning-color)} - -.llms-student-dashboard.orders table .llms-status.llms-cancelled,.llms-student-dashboard.orders table .llms-status.llms-failed{color:var(--bb-danger-color);border-color:var(--bb-danger-color)} - -.llms-student-dashboard.orders .orders-table tbody tr:first-child td,.llms-student-dashboard.orders .orders-table tbody tr:first-child th{border-top:0} - -.llms-student-dashboard.orders .orders-table th{font-weight:400;color:var(--bb-headings-color)} - -.llms-student-dashboard.orders .orders-table tbody tr:nth-child(even) td,.llms-student-dashboard.orders .orders-table tbody tr:nth-child(even) th{background-color:var(--bb-content-alternate-background-color)} - -.llms-student-dashboard.orders .orders-table tbody tr:hover td{background-color:var(--bb-content-alternate-background-color)} - -.llms-student-dashboard.orders .orders-table tbody td:first-child a{margin-right:5px}@media screen and (min-width:600px){ - -.llms-student-dashboard.orders .orders-table tbody tr.llms-order-item .llms-button-primary{opacity:0} - -.llms-student-dashboard.orders .orders-table tbody tr.llms-order-item:hover .llms-button-primary{opacity:1}} - -.llms-student-dashboard.orders .orders-table thead td{font-weight:400;text-transform:uppercase;border-top:0;color:var(--bb-alternate-text-color);white-space:nowrap;letter-spacing:-.4px}@media screen and (max-width:1250px){ - -.llms-student-dashboard.orders .llms-student-dashboard .orders-table td,.llms-student-dashboard.orders .llms-student-dashboard .orders-table th{padding-left:6px;padding-right:6px}}@media screen and (min-width:1200px) and (max-width:1300px){ - -.has-sidebar .llms-student-dashboard.orders table .llms-status{float:none;white-space:nowrap} - -.has-sidebar .llms-student-dashboard.orders table{font-size:13px}} - -.orders-table .llms-button-primary{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);padding:6px 20px;min-width:auto} - -.orders-table .llms-button-primary:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -.orders-table .llms-button-primary: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);box-shadow:none} - -.llms-sd-notification-center .llms-notification-list-item:hover .llms-notification{background-color:inherit} - -.llms-sd-notification-center .llms-notification{border-top:1px solid var(--bb-content-border-color);box-shadow:none;background-color:transparent} - -.llms-sd-notification-center .llms-notification-list-item:first-child .llms-notification{border-top:0} - -.llms-sd-grades .llms-table .llms-progress .llms-progress-bar{height:4px;top:20px} - -.llms-student-dashboard.redeem-voucher label{font-size:15px;margin-right:10px} - -.llms-student-dashboard.redeem-voucher input[name=llms_voucher_code]{border-radius:var(--bb-input-radius);padding:0 20px}@media screen and (max-width:992px){ - -.llms-student-dashboard.redeem-voucher input[name=llms_voucher_code]{width:100%;margin-top:10px}} - -.llms-student-dashboard.redeem-voucher button{padding-top:6px;padding-bottom:6px;background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)} - -.llms-student-dashboard.redeem-voucher button:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.llms-student-dashboard.redeem-voucher 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)} - -.llms-sd-section__blank{text-align:center} - -.llms-sd-section__blank img{margin:0 0 20px} - -.llms-sd-section__blank p{color:var(--bb-alternate-text-color)} - -.llms-sd-section__blank i{font-size:70px;color:#a1a9b5;margin:0 0 20px} - -.llms-sd-grades .llms-table .llms-progress .progress__indicator{right:0;top:-.6em;font-size:12px} - -.llms-donut svg path{stroke:var(--bb-primary-color)}@media only screen and (max-width:1200px){ - -.llms-student-dashboard .llms-sd-section.llms-view-order .order-primary,.llms-student-dashboard .llms-sd-section.llms-view-order .order-secondary{width:100%;float:none}} - -body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notification-center,body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-section{position:relative}@media only screen and (min-width:800px){ - -body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notification-center .llms-sd-section__blank,body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-section .llms-sd-section__blank{position:relative;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}@media only screen and (min-width:1200px){ - -.has-sidebar .llms-student-dashboard:not(.dashboard) .llms-sd-notification-center .llms-sd-section__blank,.has-sidebar .llms-student-dashboard:not(.dashboard) .llms-sd-section .llms-sd-section__blank{position:relative;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}} - -.llms-student-dashboard.edit-account>.llms-notice,.llms-student-dashboard.redeem-voucher>.llms-notice{position:absolute;width:-webkit-calc(100% - 390px);width:calc(100% - 390px);top:30px;right:80px}@media only screen and (max-width:992px){ - -.llms-student-dashboard.edit-account>.llms-notice,.llms-student-dashboard.redeem-voucher>.llms-notice{width:-webkit-calc(100% - 290px);width:calc(100% - 290px);right:30px;left:auto}}@media only screen and (max-width:800px){ - -.llms-student-dashboard.edit-account>.llms-notice,.llms-student-dashboard.redeem-voucher>.llms-notice{width:-webkit-calc(100% - 60px);width:calc(100% - 60px);right:30px;left:auto}} - -.llms-sd-widgets .llms-sd-widget{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner);background-color:var(--bb-content-alternate-background-color);margin-bottom:1.25rem;margin-top:0} - -.llms-sd-widgets .llms-sd-widget .llms-achievement{max-width:240px} - -.llms-sd-widgets .llms-sd-widget .llms-achievement .llms-achievement-content{margin:0 0 10px} - -.llms-table.llms-single-course-grades td.llms-lesson_title{padding-left:15px} - -.llms-sd-widgets .llms-sd-widget .llms-sd-widget-title{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0;color:var(--bb-headings-color);text-align:center;padding:15px 10px} - -.llms-single-course-grades-wrapper{overflow-x:auto} - -.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades{margin-left:0;margin-right:0} - -.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-donut{margin-bottom:0} - -.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-status{margin-top:0;color:#fff} - -.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-status.llms-pass{background-color:var(--bb-success-color)} - -.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-status.llms-incomplete,.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-status.llms-pending{background-color:var(--bb-warning-color)} - -.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-status.llms-fail{background-color:var(--bb-danger-color)} - -.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-assignment>a,.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-associated_quiz>a{margin-top:6px;display:inline-block} - -.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades tr.llms-section:first-child th{padding-top:8px} - -.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades tr.llms-section th{padding-top:30px;padding-bottom:15px;background-color:var(--bb-content-alternate-background-color)} - -.llms-single-course-grades .llms-assignment,.llms-single-course-grades .llms-associated_quiz,.llms-single-course-grades .llms-completion_date,.llms-single-course-grades .llms-overall_grade{text-align:center} - -.llms-single-course-grades.llms-table td{vertical-align:middle} - -.llms-single-course-grades td.llms-assignment .llms-single-course-grades__inCell,.llms-single-course-grades td.llms-associated_quiz .llms-single-course-grades__inCell{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} - -.llms-single-course-grades td.llms-assignment .llms-single-course-grades__inCell>*,.llms-single-course-grades td.llms-associated_quiz .llms-single-course-grades__inCell>*{margin:0 4px} - -.llms-single-course-grades td.llms-assignment .llms-single-course-grades__inCell>a,.llms-single-course-grades td.llms-associated_quiz .llms-single-course-grades__inCell>a{font-size:80%} - -.llms-single-course-grades .llms-status{border-radius:3px;border:0;font-size:80%;padding:3px 6px} - -.llms-sd-widgets .llms-sd-widget .llms-sd-date{font-size:18px} - -.llms-table.llms-single-course-grades th.llms-section_title{text-transform:uppercase;font-size:90%} - -.llms-loop-list .llms-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}@media only screen and (max-width:1200px){ - -.llms-loop-list .llms-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){ - -.llms-loop-list .llms-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -.llms-loop-list.cols-3 .llms-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}@media only screen and (max-width:1200px){ - -.llms-loop-list.cols-3 .llms-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){ - -.llms-loop-list.cols-3 .llms-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -.has-sidebar .llms-student-dashboard .llms-loop-list .llms-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){ - -.has-sidebar .llms-student-dashboard .llms-loop-list .llms-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -.has-sidebar .llms-student-dashboard .llms-loop-list.cols-3 .llms-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){ - -.has-sidebar .llms-student-dashboard .llms-loop-list.cols-3 .llms-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -.lifterlms .llms-sd-section .llms-loop-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:33.333%;flex-basis:33.333%;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (max-width:1200px){ - -.lifterlms .llms-sd-section .llms-loop-list{-ms-flex-preferred-size:50%;flex-basis:50%}}@media only screen and (max-width:992px){ - -.lifterlms .llms-sd-section .llms-loop-list{-ms-flex-preferred-size:100%;flex-basis:100%}} - -.llms-loop-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:25%;flex-basis:25%;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (max-width:1200px){ - -.llms-loop-list{-ms-flex-preferred-size:50%;flex-basis:50%}}@media only screen and (max-width:992px){ - -.llms-loop-list{-ms-flex-preferred-size:100%;flex-basis:100%}} - -.llms-loop-list li.llms-loop-item{border-radius:var(--bb-block-radius);padding-bottom:0;border:1px solid var(--bb-content-border-color);margin:10px} - -.llms-loop-list li.llms-loop-item:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1);-webkit-transition:box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out} - -.llms-loop-list .llms-loop-item-content{background-color:var(--bb-content-background-color);padding-bottom:0;margin:0;height:auto!important;border-radius:var(--bb-block-radius)} - -.llms-loop-list .llms-loop-item-content .fluid-width-video-wrapper{margin:0} - -.llms-loop-list .llms-loop-item-content .llms-author,.llms-loop-list .llms-loop-item-content .llms-loop-title,.llms-loop-list .llms-loop-item-content .llms-meta{padding:0} - -.llms-loop-list .llms-loop-item-content a.llms-loop-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%} - -.llms-loop-list .llms-loop-item-content .llms-loop-item-footer{padding-bottom:15px;border-top:0;border-radius:0 0 4px 4px} - -.llms-loop-list .llms-loop-item-content .llms-author{font-weight:500;margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.llms-loop-list .llms-loop-item-content .llms-author .llms-author-info.name{color:var(--bb-body-text-color)} - -.llms-loop-list .llms-loop-item-content .llms-meta{margin-bottom:0;font-size:13px;color:var(--bb-alternate-text-color)} - -.llms-loop-list .llms-loop-item-content .llms-progress .llms-progress-bar{height:4px} - -.llms-loop-list .llms-loop-item-content .llms-progress .progress-bar-complete{background-color:var(--bb-primary-color)} - -.llms-loop-list .llms-loop-item-content .llms-loop-item-after-image{padding:14px 20px} - -.bb-cover-wrap--llms,.llms-loop-link .bb-cover-wrap{padding-top:56.25%} - -.bb-cover-wrap--llms .ld-status,.llms-loop-link .bb-cover-wrap .ld-status{position:absolute;z-index:9;top:15px;background-color:var(--bb-primary-color);border-radius:0 15px 15px 0;color:#fff;text-align:center;padding:5px 12px;text-transform:uppercase;font-size:11px;line-height:1;letter-spacing:.23px} - -.bb-cover-wrap--llms .ld-status.ld-status-complete.ld-primary-background,.llms-loop-link .bb-cover-wrap .ld-status.ld-status-complete.ld-primary-background{background-color:var(--bb-success-color)} - -.llms-page-title{font-size:28px;color:var(--bb-headings-color);margin:26px 0 22px} - -.llms-sd-section.llms-my-courses .llms-loop-list .llms-loop-item-content a.llms-loop-link{height:initial} - -.llms-sd-section.llms-my-courses .llms-loop-list .llms-loop-item-content a.llms-loop-link .llms-loop-item-after-image{text-align:left} - -.llms-sd-section.llms-my-courses .llms-loop-list .llms-loop-item-content .llms-loop-item-footer{padding-bottom:0} - -.single-course.llms-pointer .gform_wrapper h3.gform_title{font-size:16px;font-weight:600;letter-spacing:.6px;margin:20px 0 10px;text-transform:uppercase;text-align:left} - -.single-course.llms-pointer .llms-extra{position:relative} - -.single-course.llms-pointer .llms-extra-locked i,.single-course.llms-pointer .llms-extra-logged-out i{font-family:bb-icons!important;font-size:1em;position:relative;width:22px;height:22px;margin-left:10px;border:2px solid #cacaca;border-radius:100%} - -.single-course.llms-pointer .llms-extra-locked i::before,.single-course.llms-pointer .llms-extra-logged-out i::before{content:"\e876";font-size:12px;position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);color:transparent} - -.single-course.llms-pointer .bb-llms-content-wrap .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link:hover{background:0 0} - -.single-course.llms-pointer .bb-llms-banner{padding:0 20px} - -.single-course.llms-pointer .bb-llms-content-wrap{padding-top:35px;padding-bottom:50px} - -.single-course.llms-pointer .bb-llms-content-wrap>p{font-size:16px} - -.single-course.llms-pointer .bb-llms-content-wrap>.llms-audio-wrapper,.single-course.llms-pointer .bb-llms-content-wrap>.llms-video-wrapper{margin-bottom:25px} - -.single-course.llms-pointer .bb-llms-content-wrap>.llms-audio-wrapper .center-audio iframe,.single-course.llms-pointer .bb-llms-content-wrap>.llms-video-wrapper .center-audio iframe{width:100%} - -.single-course.llms-pointer .bb-course-excerpt{margin-bottom:20px;opacity:.8;font-size:16px;letter-spacing:-.24px;line-height:27px} - -.single-course.llms-pointer .bb-course-points{margin-bottom:35px} - -.single-course.llms-pointer .bb-course-points a.anchor-course-points{color:#fff;font-size:15px;font-weight:500} - -.single-course.llms-pointer .bb-course-points a.anchor-course-points i{margin-left:10px} - -.single-course.llms-pointer .bb-course-banner-inner{max-width:-webkit-calc(100% - 480px);max-width:calc(100% - 480px);width:-webkit-calc(100% - 480px);width:calc(100% - 480px)}@media screen and (max-width:1200px){ - -.single-course.llms-pointer .bb-course-banner-inner{max-width:-webkit-calc(100% - 400px);max-width:calc(100% - 400px);width:-webkit-calc(100% - 400px);width:calc(100% - 400px)}}@media screen and (max-width:880px){ - -.single-course.llms-pointer .bb-course-banner-inner{max-width:-webkit-calc(100% - 320px);max-width:calc(100% - 320px);width:-webkit-calc(100% - 320px);width:calc(100% - 320px)}} - -.single-course.llms-pointer .bb-preview-course-link-wrap{position:relative;padding:68px 0;color:#fff} - -.single-course.llms-pointer .bb-single-course-sidebar .widget{box-shadow:0 32px 54px 0 rgba(0,0,0,.1);border-radius:var(--bb-block-radius);border:0;padding:0 30px 10px;background-color:var(--bb-content-background-color);margin-bottom:0} - -.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap{margin:0 -30px;border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0;overflow:hidden;position:relative;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} - -.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap audio{width:100%;background-color:#e2e7ed} - -.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap audio:focus{outline:0} - -.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap audio::-webkit-media-controls-panel{background-color:#e2e7ed;border-radius:0} - -.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap.bb-thumbnail-preview{display:block;height:0;padding-bottom:67.25%;position:relative;z-index:1} - -.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap.bb-thumbnail-preview 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} - -.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap{padding:0} - -.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container{height:0;padding-bottom:56.25%;position:relative;z-index:1;background-color:var(--bb-cover-image-background-color)} - -.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay{position:absolute;z-index:2;color:#fff;text-align:center;width:100%;height:100%;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-transition:all linear .2s;transition:all linear .2s} - -.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay:hover .bb-course-play-btn{width:60px;height:60px;background-color:rgba(248,248,248,.9)} - -.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay:hover .bb-course-play-btn::after{border-color:transparent transparent transparent var(--bb-primary-color)} - -.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;z-index:3;margin:50px auto;font-size:13px;font-weight:500;text-shadow:0 1px 1px rgba(0,0,0,.3)} - -.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay .bb-course-play-btn-wrapper{width:60px;height:60px;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay .bb-course-play-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:50px;height:50px;background-color:rgba(248,248,248,.7);border-radius:100%;margin:auto;-webkit-transition:all linear .2s;transition:all linear .2s} - -.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay .bb-course-play-btn::after{content:"";display:inline-block;position:relative;left:2px;margin:auto;width:10px;height:10px;border-style:solid;border-width:6px 0 6px 10px;border-color:transparent transparent transparent #4d5c6d;-webkit-transition:all linear .2s;transition:all linear .2s} - -.single-course.llms-pointer .bb-single-course-sidebar .lifter-sidebar-widgets,.single-course.llms-pointer .bb-single-course-sidebar .widget_course_syllabus{margin:0;list-style:none} - -.single-course.llms-pointer .bb-single-course-sidebar .lifter-sidebar-widgets .widget,.single-course.llms-pointer .bb-single-course-sidebar .widget_course_syllabus .widget{margin:15px 0;padding:15px 25px} - -.single-course.llms-pointer .llms-meta-info h3{font-size:16px;text-transform:uppercase} - -.single-course.llms-pointer .llms-instructor-info{margin-bottom:15px} - -.single-course.llms-pointer .llms-instructor-info h3{font-size:16px;font-weight:600;margin:20px 0 10px;text-transform:uppercase;text-align:left} - -.single-course.llms-pointer .llms-instructor-info .llms-author .llms-author-avatar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:20px} - -.single-course.llms-pointer .llms-instructor-info .llms-author .llms-author-avatar img{margin:0} - -.single-course.llms-pointer .llms-instructor-info .llms-author-holder .llms-author-info.name{margin-left:0;text-align:left;font-size:16px;font-weight:600;line-height:1;margin-bottom:5px} - -.single-course.llms-pointer .llms-instructor-info .llms-author-holder .llms-author-info.label{margin:0} - -.single-course.llms-pointer .llms-instructor-info .llms-author-holder .llms-author-name-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.single-course.llms-pointer .llms-instructor-info .llms-author-holder .meta-saperator{margin:0 15px;line-height:13px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:-10px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:16px;color:var(--bb-headings-color)} - -.single-course.llms-pointer .llms-instructor-info .llms-author-holder .llms-author-number-courses{font-size:14px;line-height:1.2;margin-bottom:0} - -.single-course.llms-pointer .bb-modal.bb_course_video_details{padding:10px;max-height:-webkit-calc(100vh - 20px);max-height:calc(100vh - 20px);-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto} - -.single-course.llms-pointer .bb-modal.bb_course_video_details button.mfp-close{width:30px;height:30px;line-height:32px;top:15px;right:15px;background-color:#fff}@media screen and (min-width:820px){ - -.single-course.llms-pointer .bb-single-course-sidebar{max-width:380px;-webkit-box-flex:0;-ms-flex:0 0 42%;flex:0 0 42%;margin-left:auto;position:relative;z-index:2}}@media screen and (min-width:768px){ - -.single-course.llms-pointer .bb-grid .bb-llms-content-wrap{padding-right:8%} - -.single-course.llms-pointer .site-content{padding-left:30px;padding-right:30px}}@media screen and (max-width:819px){ - -.single-course.llms-pointer .bb-course-banner-inner{max-width:100%;width:100%} - -.single-course.llms-pointer .bb-course-banner-info{padding:30px 0} - -.single-course.llms-pointer .bb-grid .bb-single-course-sidebar{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin:30px 0 20px!important} - -.single-course.llms-pointer .bb-grid .bb-single-course-sidebar .thumbnail-container img{width:100%} - -.single-course.llms-pointer .bb-grid #lifter-course-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;max-width:100%;padding-right:10px}}@media screen and (min-width:681px){ - -.single-course.llms-pointer .bb-llms-content-wrap{max-width:820px}} - -.wp-block-llms-course-progress{background-color:rgba(146,164,183,.05);border-radius:6px;padding:.8em 1em;display:-webkit-box;display:flexbox;display:-ms-flexbox;display:flex;margin-bottom:30px} - -.wp-block-llms-course-progress .llms-progress{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;-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;height:auto} - -.wp-block-llms-course-progress .llms-progress .progress__indicator{margin:0;display:block;float:left;text-align:left;height:auto;line-height:normal;padding-right:20px} - -.wp-block-llms-course-progress .llms-progress .progress__indicator .ld-progress-percentage{font-size:12px;font-weight:700;text-align:left;line-height:2} - -.wp-block-llms-course-progress .llms-progress .progress__indicator .ld-progress-steps{font-size:12px;line-height:2} - -.wp-block-llms-course-progress .llms-progress .llms-progress-bar{-webkit-box-flex:1;-ms-flex:1 auto;flex:1 auto;height:3px;background:var(--bb-content-border-color);top:inherit;margin:5px 0;overflow:hidden;color:#fff;border-radius:7px} - -.wp-block-llms-course-progress .llms-progress .llms-progress-bar .progress-bar-complete{border-radius:7px} - -.llms-lesson-preview .llms-extra{width:auto} - -.llms-syllabus-wrapper .llms-section-title{margin-bottom:10px} - -.llms-syllabus-wrapper .llms-lesson-link-locked{min-height:inherit} - -.llms-syllabus-wrapper .llms-lesson-link-locked .llms-lesson-counter{padding-right:30px;position:relative} - -.llms-syllabus-wrapper .llms-lesson-link-locked .llms-lesson-counter::after{content:"";font-size:12px;position:absolute;top:-5px;right:0;width:22px;height:22px;border-radius:100%;border-color:#aaa;border:2px solid} - -.llms-syllabus-wrapper .assignment_section_holder.quizzes_section_holder .llms-lesson-preview.llms-quizz-preview .llms-lesson-link::before{content:"\ef3e";font-family:bb-icons} - -.llms-syllabus-wrapper .llms-lesson-preview{margin-bottom:10px} - -.llms-syllabus-wrapper .llms-lesson-preview:hover .llms-lesson-main{background:rgba(146,164,183,.1)} - -.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-complete .llms-lesson-link::after{border:2px solid var(--bb-primary-color);border-radius:100%;background-color:var(--bb-primary-color);content:"\e876";color:#fff;text-align:center;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);display:inline-block;font:400 normal normal 14px/1 FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-top:2px} - -.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-complete h5{text-decoration:line-through} - -.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview{margin-bottom:0} - -.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview .llms-lesson-link{box-shadow:none;padding:16px 90px 16px 75px;text-align:left} - -.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview .llms-lesson-link::before{font:400 normal normal 18px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\eeff";font-weight:100;position:absolute;left:45px;top:17px;font-size:20px;color:var(--bb-headings-color)} - -.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview .llms-lesson-link::after{content:"";font-size:12px;position:absolute;top:28px;right:6px;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);color:transparent;font-family:bb-icons!important;width:22px;height:22px;border:2px solid;border-color:var(--bb-content-border-color);border-radius:100%} - -.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview .llms-lesson-link h5{margin-bottom:0;position:relative;font-weight:500;font-size:14px;letter-spacing:-.24px;line-height:1.6} - -.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(146,164,183,.05);border-radius:4px} - -.llms-syllabus-wrapper .llms-lesson-preview .quizzes_section_holder{display:none} - -.llms-syllabus-wrapper .llms-lesson-preview .ld-item-details{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;width:50px} - -.llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button{margin-left:0;-webkit-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease} - -.llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button.ld-button-alternate{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)} - -.llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button.ld-button-alternate.ld-expanded{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)} - -.llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button.no-section span{color:transparent;pointer-events:none} - -.llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down{color:var(--bb-headings-color);border-radius:100%;width:18px;height:18px;-webkit-box-flex:0;-ms-flex:0 0 18px;flex:0 0 18px;padding:2px;line-height:16px;text-align:center;font-weight:700;-webkit-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease} - -.llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down::before{content:"\e861";font:400 normal normal 9px/1 bb-icons;speak:none;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;font-weight:300} - -.llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down:hover{color:var(--bb-primary-color);cursor:pointer} - -.llms-syllabus-wrapper .llms-lesson-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1} - -.llms-syllabus-wrapper .llms-lesson-holder.llms_has-thumbnail{padding-top:200px} - -.llms-syllabus-wrapper .llms-lesson-holder.llms_has-thumbnail .llms-lesson-thumbnail{position:absolute;top:0;left:0;width:100%;height:200px} - -.llms-syllabus-wrapper .llms-lesson-holder.llms_has-thumbnail .llms-lesson-thumbnail img{height:200px;width:100%;object-fit:cover;border-radius:4px 4px 0 0} - -.llms-syllabus-wrapper .llms-lesson-link{padding:19px 15px 19px 0;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;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;box-shadow:none;-webkit-box-flex:1;-ms-flex:1;flex:1} - -.llms-syllabus-wrapper .llms-lesson-link.no_quiz_and_assigment{padding:19px 15px 19px 25px} - -.llms-syllabus-wrapper .llms-lesson-link .clear{display:none} - -.llms-syllabus-wrapper .llms-lesson-link .llms-extra{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:relative} - -.llms-syllabus-wrapper .llms-lesson-link .llms-extra .llms-lesson-counter{font-size:12px;font-weight:400} - -.llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-title{text-decoration:line-through} - -.llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-complete{-ms-flex-preferred-size:22px;flex-basis:22px;-ms-flex-negative:0;flex-shrink:0;height:22px;width:22px;border-radius:100%;background-color:var(--bb-primary-color);border:0} - -.llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-complete i{font-family:bb-icons!important;font-size:1em;position:relative;width:22px;height:22px;left:1px} - -.llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-complete i::before{content:"\e876";font-size:12px;font-weight:400;position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);color:#fff;line-height:10px} - -.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-complete{-ms-flex-preferred-size:22px;flex-basis:22px;-ms-flex-negative:0;flex-shrink:0;height:22px;width:22px;border:2px solid;border-radius:100%;color:var(--bb-content-border-color)} - -.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-complete i{font-family:bb-icons!important;font-size:1em;position:relative;width:22px;height:22px;margin-left:-2px;margin-top:-2px} - -.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-complete i::before{content:"\e876";font-size:12px;position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);color:transparent} - -.lifter-topic-sidebar-wrapper .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-holder.llms_has-thumbnail{padding-top:0} - -.course .llms-meta-info .llms-meta span{font-weight:400} - -.llms-instructor-info .llms-instructors .llms-author a .llms-author-info.name{color:var(--bb-headings-color)} - -.llms-instructor-info .llms-instructors .llms-author a:hover .llms-author-info.name{color:var(--bb-primary-color)} - -.single-course.llms-pointer .lifterlms_course_information{margin:20px 0} - -.single-course.llms-pointer .lifterlms_course_information h3{font-size:13px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin:0;padding-bottom:15px} - -.single-course.llms-pointer .lifterlms_course_information div.llms-meta{margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex} - -.single-course.llms-pointer .lifterlms_course_information div.llms-meta p{margin-bottom:0;line-height:1.5} - -.single-course.llms-pointer .lifterlms_course_information .llms-meta::before{font-family:bb-icons;font-size:18px;position:relative;width:20px;height:20px;margin-right:10px;color:var(--bb-alternate-text-color);display:block;float:left} - -.single-course.llms-pointer .lifterlms_course_information .llms-course-length::before{content:"\ed93"} - -.single-course.llms-pointer .lifterlms_course_information .llms-difficulty::before{content:"\edbf"} - -.single-course.llms-pointer .lifterlms_course_information .llms-tracks::before{content:"\eefa"} - -.single-course.llms-pointer .lifterlms_course_information .llms-categories::before{content:"\eead"} - -.single-course.llms-pointer .lifterlms_course_information .llms-tags::before{content:"\ef3b"} - -.course .llms-meta-info div.llms-meta p{margin-bottom:10px} - -.llms-meta-info div.llms-meta p{margin-bottom:10px} - -.review_box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1px solid var(--bb-content-border-color);padding:30px 20px;border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color)} - -.review_box .current_user_avatar{margin-bottom:15px} - -.review_box .current_user_avatar>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.review_box .current_user_avatar>a .current_user_avatar_name{padding-left:15px;margin-left:0;text-align:left;font-size:14px;font-weight:600;line-height:1;color:var(--bb-headings-color)} - -.review_box .current_user_avatar img{max-width:42px} - -.review_box>h3{font-size:16px;font-weight:600;letter-spacing:.6px;margin:0;text-transform:uppercase;text-align:left;padding-top:10px} - -.review_box #review_text{margin-bottom:10px;resize:vertical} - -.review_box #llms_review_submit_button{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular)} - -.review_box #llms_review_submit_button:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -.review_box #llms_review_submit_button:hover{box-shadow:none;background-color:var(--bb-secondary-button-background-hover);color:var(--bb-secondary-button-text-hover);border:1px solid var(--bb-secondary-button-border-hover)} - -.review_box .review_leave{text-align:right} - -#thank_you_box{border:1px solid var(--bb-content-border-color);padding:30px 20px;border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color)} - -#thank_you_box h2{margin-bottom:0;text-align:center;font-size:18px} - -.bb-llms-content-wrap .comments-title,.bb-llms-content-wrap .review_title{font-size:16px;margin:20px 0 15px;text-transform:uppercase;text-align:left} - -.bb-llms-content-wrap .comments-title{margin-top:0} - -.bb-llms-content-wrap .lifter-comment,.lifterlms_content_wrap .lifter-comment{margin-top:30px} - -#old_reviews{margin:30px 0 20px;padding:20px 0;border-top:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color)} - -#old_reviews hr{display:none} - -#old_reviews h3{margin-bottom:10px;font-size:16px;font-weight:600;letter-spacing:.6px;text-transform:uppercase;text-align:left} - -#old_reviews .review_avatar_image{max-width:42px} - -#old_reviews .llms_review{display:-webkit-box;display:-ms-flexbox;display:flex;background:var(--bb-content-background-color)!important;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);padding:20px!important;margin:0 0 20px!important} - -#old_reviews .llms_review .review_content{padding-left:15px;width:-webkit-calc(100% - 52px);width:calc(100% - 52px)} - -#old_reviews .llms_review .review_content .review_author{margin-left:0;text-align:left;font-size:14px;font-weight:600;line-height:1} - -#old_reviews .llms_review .review_content a .review_author,#old_reviews .llms_review .review_content a:hover .review_author{color:var(--bb-headings-color)} - -#old_reviews .llms_review .review_date{font-size:13px;color:var(--bb-alternate-text-color);margin-bottom:5px;font-weight:500} - -#old_reviews .llms_review .review_content__title{font-size:14px;font-weight:600} - -#old_reviews .llms_review .review_content__description{font-size:14px;line-height:1.5} - -#old_reviews .llms_review h5,#old_reviews .llms_review p{margin-bottom:8px} - -.single-course.llms-pointer .bb-llms-content-wrap #old_reviews .llms_review{background-color:var(--bb-content-background-color)} - -.bb-llms-content-wrap .llms-lesson-preview h5{font-size:16px;font-weight:500} - -.bb-llms-content-wrap .llms-lesson-preview .llms-lesson-free{color:#fff;display:inline-block;padding:3px 5px;background-color:var(--bb-primary-color);border-radius:3px;font-size:11px;line-height:1;text-transform:uppercase;margin-left:5px} - -.bb-llms-content-wrap .llms-lesson-preview .llms-lesson-excerpt{color:var(--bb-alternate-text-color)} - -.bb-llms-content-wrap .llms-lesson-preview .llms-lesson-excerpt p{font-size:14px;line-height:1.4;max-height:2.72em;margin:-3px 0 5px;display:block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis} - -.llms-syllabus-wrapper .llms-lesson-preview .llms-icon-free{display:none} - -.llms-lesson-preview--blank{margin-bottom:10px;background-color:rgba(247,186,69,.4);border-radius:4px;text-align:left;padding:19px 25px} - -.lifter-topic-sidebar-wrapper .llms-lesson-preview--blank{padding:15px 30px;font-size:14px;border-radius:0;line-height:1.5} - -.lifterlms_pricing_button{text-align:center;margin:20px 0} - -.lifterlms_pricing_button .link-to-llms-access-plans{width:100%} - -.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link::after,.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-lesson-preview.is-complete .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link::after{background-color:transparent!important} - -.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-lesson-preview.is-complete .llms-lesson-link::after{border-color:var(--bb-primary-color)} - -.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-lesson-preview.is-complete .llms-lesson-link::before{background-color:var(--bb-primary-color)} - -.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-lesson-preview.is-complete .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link::after,.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-lesson-preview.is-incomplete .llms-lesson-link::after{border-color:var(--bb-headings-color)} - -.llms-loop-item.course .llms-pa-permalink,.llms-pointer.llms-inner .llms-lesson-link-locked::after{border-color:var(--bb-headings-color)} - -.status-in-progress{background:var(--bb-primary-color);color:#fff;text-transform:none;font-weight:500;font-size:12px;width:160px;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-radius:100px;margin-left:20px} - -.status-complete{background-color:var(--bb-success-color);color:#fff;text-transform:none;font-weight:500;font-size:12px;width:160px;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-radius:100px;margin-left:20px} - -.bb-course-member-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 10px} - -body:not(.single-sfwd-courses) .bb-single-course-sidebar .bb-course-member-wrap{margin-top:20px;margin-bottom:20px} - -.bb-course-members{display:inline-block;margin-right:12px} - -.bb-course-members img{border:1px solid #fff;max-width:28px;display:inline-block;margin-right:-8px;position:relative;z-index:3;border-radius:50%;float:left;object-fit:cover;width:28px;height:28px} - -.lifter-topic-sidebar-wrapper .llms-course-members-list{margin-top:30px} - -.lifter-topic-sidebar-wrapper .llms-course-sidebar-heading{font-size:15px;letter-spacing:.6px;padding:20px 0 0;margin:0 30px 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.lifter-topic-sidebar-wrapper .llms-count{background-color:var(--bb-primary-color);color:var(--bb-content-background-color);border-radius:10px;font-weight:500;padding:0 14px;font-size:11px;height:20px;line-height:20px;margin-left:10px} - -.lifter-topic-sidebar-wrapper .lifter-topic-sidebar-data{font-size:15px;padding:15px 0} - -.lifter-topic-sidebar-wrapper .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-main{background:0 0} - -.llms-course-members-list .bb-course-member-wrap{padding:0} - -.llms-course-members-list .bb-course-member-wrap>.list-members-extra{padding:15px 30px 0;display:inline-block} - -.llms-course-members-list .bb-course-member-wrap>.list-members-extra.lme-less{display:none} - -.llms-course-members-list .bb-course-member-wrap.expanded>.list-members-extra.lme-less{display:inline-block} - -.llms-course-members-list .bb-course-member-wrap.expanded>.list-members-extra.lme-more{display:none} - -.llms-course-members-list .list-members-extra i{margin-left:5px} - -.llms-course-members-list .expanded .list-members-extra i{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)} - -.llms-course-members-list .course-members-list{list-style:none;margin:0} - -.llms-course-members-list .course-members-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 30px} - -.llms-course-members-list .course-members-list img{max-width:28px;margin-right:10px} - -.llms-course-members-list .course-members-list.course-members-list-extra{display:none} - -.llms-course-members-list .course-members-list a{color:var(--bb-headings-color)} - -.llms-course-members-list .course-members-list a:hover{color:var(--bb-primary-color)} - -.sticky-header .lifter-comment #comments::before{display:none}@media screen and (max-width:1180px){ - -.single-course.llms-pointer .wp-block-llms-course-progress .llms-progress{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.single-course.llms-pointer .wp-block-llms-course-progress .llms-progress .progress__indicator{width:100%;padding-right:0} - -.single-course.llms-pointer .wp-block-llms-course-progress .llms-progress .status-complete,.single-course.llms-pointer .wp-block-llms-course-progress .llms-progress .status-in-progress{margin:3px 0 0;width:100%}} - -.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-quizz-preview .llms-lesson-link h5{color:var(--bb-headings-color)} - -body:not(.bb-dark-theme).llms-pointer.llms-inner .sfwd-light-mode{display:none} - -.llms-pointer.llms-inner.bb-dark-theme .sfwd-dark-mode{display:none} - -.single-llms_assignment.bb-dark-theme .lifterlms-header-instructor,.single-llms_quiz.llms-pointer.bb-dark-theme .lifterlms-header-instructor{border-color:#333} - -body.llms-pointer.llms-inner .site-content .container .container-full{width:100%;margin-left:0;margin-right:0;left:0;right:0} - -body.bb-buddypanel.llms-pointer.llms-inner:not(.buddypanel-open) .buddypanel .bb-toggle-panel{visibility:hidden;opacity:0} - -body.bb-buddypanel:not(.buddypanel-open).llms-pointer.llms-inner .buddypanel{width:0} - -body.bb-buddypanel:not(.buddypanel-open).llms-pointer.llms-inner .buddypanel .side-panel-inner{display:none} - -body.bb-buddypanel:not(.buddypanel-open).llms-pointer.llms-inner .site{margin-left:0} - -body.llms-pointer.llms-inner:not(.buddypanel-open).sticky-header .site-header{width:100%} - -body.llms-pointer.llms-inner .site-header .container{max-width:100%;margin-right:0} - -body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-header .bb-toggle-panel{visibility:hidden;opacity:0}@media screen and (min-width:768px){ - -body.llms-pointer.llms-inner.buddypanel-open .sticky-header .site-header{width:-webkit-calc(100% - 230px);width:calc(100% - 230px)}} - -.llms-pointer.llms-inner .llms-course-navigation .llms-lesson-link-locked::after{display:none} - -.llms-pointer.llms-inner .llms-lesson-preview{margin-bottom:10px} - -.llms-pointer.llms-inner .llms-lesson-preview .llms-icon-free{background:#2295ff;color:#fff;display:inline-block;border-radius:5px;padding:3px 5px;line-height:1;font-size:10px;position:absolute;top:-15px;right:0;text-align:center} - -.llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-main:hover{background:rgba(146,164,183,.1)} - -.llms-pointer.llms-inner .llms-lesson-preview .quizzes_section_holder:hover{background:rgba(146,164,183,.1)} - -.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link::after{border:2px solid var(--bb-content-border-color);border-radius:100%} - -.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview.is-complete .llms-lesson-link::after{border:2px solid var(--bb-primary-color);border-radius:100%;background-color:var(--bb-primary-color);content:"\e876";color:#fff;text-align:center;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:inline-block;font:400 normal normal 14px/1 FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-top:2px} - -.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview.is-complete h5{text-decoration:line-through} - -.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview{margin-bottom:0} - -.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview .llms-lesson-link{box-shadow:none;padding:16px 70px 16px 75px;text-align:left} - -.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview .llms-lesson-link::before{font:400 normal normal 18px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\eeff";position:absolute;left:45px;top:17px;color:var(--bb-alternate-text-color);background-color:transparent!important;font-size:20px;font-weight:100} - -.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview .llms-lesson-link::after{content:"";font-size:12px;position:absolute;top:31px;right:30px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);color:transparent;font-family:bb-icons!important;width:22px;height:22px} - -.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview .llms-lesson-link h5{margin-bottom:0;position:relative;font-weight:500;font-size:13px;letter-spacing:-.24px;line-height:1.6;color:var(--bb-headings-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis} - -.llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:4px} - -.llms-pointer.llms-inner .llms-lesson-preview .quizzes_section_holder{display:none} - -.llms-pointer.llms-inner .llms-lesson-preview .ld-item-details{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;width:35px;margin-left:15px} - -.llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button{margin-left:0;-webkit-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease} - -.llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button.ld-button-alternate{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)} - -.llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button.ld-button-alternate.ld-expanded{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)} - -.llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button.no-section span{color:transparent;pointer-events:none} - -.llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down{color:var(--bb-headings-color);border-radius:100%;width:18px;height:18px;-webkit-box-flex:0;-ms-flex:0 0 18px;flex:0 0 18px;padding:2px;line-height:16px;text-align:center;font-weight:700;-webkit-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease} - -.llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down::before{content:"\e861";font:400 normal normal 9px/1 bb-icons;speak:none;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;font-weight:300} - -.llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down:hover{color:var(--bb-primary-color)} - -.llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis} - -.llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-holder .llms-lesson-link .clear{display:none} - -.llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-holder .llms-lesson-link .llms-extra{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:relative} - -.llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-holder .llms-lesson-link .llms-extra .llms-lesson-counter{font-size:12px;font-weight:400} - -.llms-pointer.llms-inner .llms-lesson-preview.is-complete .llms-lesson-title{text-decoration:line-through} - -.llms-pointer.llms-inner .llms-lesson-preview.is-complete .llms-lesson-complete{-ms-flex-preferred-size:22px;flex-basis:22px;-ms-flex-negative:0;flex-shrink:0;height:22px;width:22px;border:2px solid;border-radius:100%} - -.llms-pointer.llms-inner .llms-lesson-preview.is-complete .llms-lesson-complete i{font-family:bb-icons!important;font-size:1em;position:relative;width:22px;height:22px;margin-left:-2px;margin-top:-2px} - -.llms-pointer.llms-inner .llms-lesson-preview.is-complete .llms-lesson-complete i::before{content:"\e876";font-size:12px;position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);color:#fff} - -.llms-pointer.llms-inner .llms-lesson-preview.is-incomplete .llms-lesson-complete{-ms-flex-preferred-size:22px;flex-basis:22px;-ms-flex-negative:0;flex-shrink:0;height:22px;width:22px;border:2px solid;border-radius:100%} - -.llms-pointer.llms-inner .llms-lesson-preview.is-incomplete .llms-lesson-complete i{font-family:bb-icons!important;font-size:1em;position:relative;width:22px;height:22px;margin-left:-2px;margin-top:-2px} - -.llms-pointer.llms-inner .llms-lesson-preview.is-incomplete .llms-lesson-complete i::before{content:"\e876";font-size:12px;position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);color:transparent} - -.llms-pointer.llms-inner .site-content{padding-left:10px;padding-right:10px} - -.llms-pointer.llms-inner .site-content .container{max-width:100%;padding-left:0;padding-right:0} - -.llms-pointer.llms-inner .site-content .container .content-area{padding-bottom:0;padding-top:0} - -.llms-pointer.llms-inner .site-content .container .content-area .entry-content-wrap{padding-top:0}@media screen and (min-width:544px){ - -.llms-pointer.llms-inner .site-content .container .content-area .entry-content-wrap .lifter-topic-sidebar-wrapper{max-width:370px;padding:0}} - -.llms-pointer.llms-inner .site-content .container .content-area .entry-content-wrap .lifter-topic-sidebar-data{padding:15px 0} - -.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview .llms-lesson-link-locked{box-shadow:none;min-height:initial} - -.llms-pointer.llms-inner .llms-lesson-link-locked{box-shadow:none;min-height:initial} - -.llms-pointer.llms-inner .llms-lesson-link-locked::after{content:"";font-size:12px;position:absolute;top:15px;right:30px;width:22px;height:22px;border-radius:100%;border-color:#aaa;border:2px solid} - -.llms-pointer.llms-inner #llms_start_quiz{text-decoration:none;margin-bottom:0;line-height:1} - -.llms-pointer.llms-inner .assignment_section_holder .llms-lesson-preview.llms-quizz-preview .llms-lesson-link::before{content:"\ef3e";font-family:bb-icons} - -.llms-pointer.llms-inner.lms-side-panel-close .header-maximize-link{display:none} - -.llms-pointer.llms-inner.lms-side-panel-close .header-minimize-link{display:-webkit-box;display:-ms-flexbox;display:flex} - -.llms-pointer.llms-inner .header-minimize-link{display:none} - -.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper.lms-topic-sidebar-close{margin-left:-370px} - -.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper{box-shadow:inset -36px 0 40px -32px rgba(0,0,0,.05);-webkit-transition:margin-left .2s ease-in-out;transition:margin-left .2s ease-in-out;opacity:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow-x:hidden;overflow-y:auto;min-height:-webkit-calc(100vh - 76px);min-height:calc(100vh - 76px);padding:0;background-color:var(--bb-body-background-color)}@media screen and (min-width:544px){ - -.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper{max-width:370px}} - -.llms-pointer.llms-inner .lifter-topic-sidebar-progress{margin:30px 30px 15px;padding-bottom:30px;border-bottom:1px solid var(--bb-content-border-color)} - -.llms-pointer.llms-inner .lifter-topic-sidebar-progress .llms-progress{margin:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:inherit} - -.llms-pointer.llms-inner .lifter-topic-sidebar-progress .llms-progress .llms-progress-bar{position:initial;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin:0;height:4px;background:var(--bb-content-border-color)} - -.llms-pointer.llms-inner .lifter-topic-sidebar-progress .llms-progress .progress__indicator{float:none;text-align:left;height:inherit;line-height:1;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:0} - -.llms-pointer.llms-inner .lifter-topic-sidebar-progress .llms-progress .progress__indicator .ld-progress-percentage{font-size:12px;font-weight:500;color:var(--bb-alternate-text-color);display:block;margin-top:15px;line-height:1} - -.llms-pointer.llms-inner .lifter-topic-sidebar-progress .llms-progress .progress__indicator .ld-progress-steps{font-size:12px;font-weight:500;color:var(--bb-alternate-text-color);display:block;margin-top:7px;line-height:1} - -.llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-title{font-weight:500} - -.llms-pointer.llms-inner #lifterlms-page-content{background-color:var(--bb-content-background-color);padding:30px 100px 0;position:relative;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:-webkit-calc(100vh - 76px);min-height:calc(100vh - 76px)} - -.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap{max-width:760px;width:100%;margin-left:auto;margin-right:auto;margin-bottom:50px;padding-top:0} - -.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-audio-wrapper,.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-video-wrapper{margin-bottom:25px} - -.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .mejs-button>button{border-radius:0} - -.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap blockquote.wp-block-quote{background:#e3e6ea;border-radius:3px;margin:0 0 40px;padding:30px;font-size:22px;letter-spacing:-.24px;line-height:30px;position:relative} - -.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap blockquote.wp-block-quote::before{content:"\ef02";font-family:bb-icons;font-style:normal;font-weight:400;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;background:#7f868f;border-radius:100%;margin-bottom:20px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} - -.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap blockquote.wp-block-quote p{margin-bottom:1.6875rem} - -.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap iframe{width:100%} - -.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap a .llms-pre-text{margin-bottom:0} - -.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap a .llms-lesson-excerpt p{margin-bottom:0} - -.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-button-action{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);padding:0 20px;line-height:40px} - -.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-button-action:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-button-action:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap #llms_mark_incomplete{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)} - -.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap #llms_mark_incomplete:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap #llms_mark_incomplete:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-course-nav.llms-next-lesson .llms-lesson-title,.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-course-nav.llms-next-lesson .llms-pre-text{text-align:right}@media screen and (max-width:992px){ - -.llms-pointer.llms-inner #lifterlms-page-content{padding:30px 40px 0}}@media screen and (max-width:767px){ - -.llms-pointer.llms-inner #lifterlms-content .bb-grid.grid .lifter-topic-sidebar-wrapper{position:absolute;z-index:99;width:370px;height:100%} - -.llms-pointer.llms-inner #lifterlms-content .bb-grid.grid #lifterlms-page-content{width:100%} - -.llms-pointer.llms-inner #lifterlms-content .bb-grid.grid #lifterlms-page-content #lifterlms-lesson-header .bb-position{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.llms-pointer.llms-inner .lifterlms_lesson_holder .llms-lesson-preview{width:100%}}@media screen and (max-width:400px){ - -.llms-pointer.llms-inner #lifterlms-content .bb-grid.grid{position:relative} - -.llms-pointer.llms-inner #lifterlms-content .bb-grid.grid .lifter-topic-sidebar-wrapper{width:370px}} - -.lifter-topic-sidebar-course-navigation .ld-course-navigation{margin:15px 30px} - -.lifter-topic-sidebar-course-navigation .ld-course-navigation a.course-entry-link{display:inline-block;background-color:rgba(0,0,0,.03);color:var(--bb-alternate-text-color);border-radius:var(--bb-button-radius);padding:1px 15px 1px 10px;font-size:12px;margin:0 0 15px;-webkit-transition:all linear .2s;transition:all linear .2s} - -.lifter-topic-sidebar-course-navigation .ld-course-navigation a.course-entry-link:hover{background-color:rgba(0,0,0,.06)} - -.lifter-topic-sidebar-course-navigation .ld-course-navigation a.course-entry-link i{margin-right:3px} - -.lifter-topic-sidebar-course-navigation .ld-course-navigation h2{font-size:26px;margin:0;color:var(--bb-headings-color)} - -.lifterlms-lessions-list .llms-syllabus-wrapper{margin:0} - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-section-title{margin:10px 30px;text-align:left;font-size:15px;letter-spacing:.6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis} - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.lifterlms-lessions-list .llms-syllabus-wrapper .lifterlms_lesson_holder.current_title{background:rgba(146,164,183,.05)} - -.lifterlms-lessions-list .llms-syllabus-wrapper .assignment_section_holder.quizzes_section_holder .llms-lesson-preview.llms-quizz-preview.is-complete .llms-lesson-link::before,.lifterlms-lessions-list .llms-syllabus-wrapper .assignment_section_holder.quizzes_section_holder .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link::before{content:"\ef3e";font-family:bb-icons} - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-complete .llms-lesson-link::after{content:"\e876";font-size:12px;position:absolute;top:25px;right:30px;width:23px;height:23px;border-radius:100%;border:1px solid var(--bb-primary-color);background-color:var(--bb-primary-color);font-weight:400;line-height:16px} - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link::before{font-size:20px;top:15px;color:var(--bb-headings-color)} - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link::after{right:30px;top:27px} - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-complete .llms-lesson-link::before{font-size:20px;top:15px;color:var(--bb-alternate-text-color)} - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-title{text-decoration:line-through} - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-link::after{content:"";font-size:12px;position:absolute;top:15px;right:30px;width:23px;height:23px;border-radius:100%;border:1px solid var(--bb-primary-color);background-color:var(--bb-primary-color)} - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-link.no_quiz_and_assigment::after,.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-main .llms-lesson-link::after{display:none} - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-link::before{content:"\e876";font-size:14px;position:absolute;top:15px;right:30px;width:23px;height:23px;line-height:23px;border-radius:100%;font-family:bb-icons!important;color:#fff;background-color:var(--bb-primary-color);display:block;z-index:9} - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-incomplete .llms-lesson-link::after{content:"";font-size:12px;position:absolute;top:15px;right:30px;width:23px;height:23px;border-radius:100%;border-color:var(--bb-content-border-color);border:2px solid;color:var(--bb-content-border-color)} - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link{padding:15px 55px 15px 0;width:100%;position:relative;background-color:transparent} - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link.no_quiz_and_assigment{padding-left:30px} - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link .clear{display:none} - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link .llms-main .llms-pre-text{display:none} - -.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link .llms-main h5{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;min-width:0;font-size:14px;font-weight:500;color:var(--bb-headings-color)} - -#lifterlms-lesson-header{width:100%;max-width:1180px;margin-left:auto;margin-right:auto;padding:0;position:relative;-webkit-transition:margin .2s;transition:margin .2s} - -#lifterlms-lesson-header .bb-ld-info-bar{margin:0 0 15px} - -#lifterlms-lesson-header .ld-breadcrumbs{background-color:transparent;padding:0 0 10px;border-bottom:1px solid var(--bb-content-border-color);border-radius:0;display:-webkit-box;display:flexbox;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -#lifterlms-lesson-header .ld-breadcrumbs .ld-breadcrumbs-segments{font-size:.75em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding-right:1em} - -#lifterlms-lesson-header .ld-breadcrumbs .ld-breadcrumbs-segments span{display:inline} - -#lifterlms-lesson-header .ld-breadcrumbs .ld-breadcrumbs-segments span:first-child::after{content:"\e827";font-family:bb-icons;font-size:12px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:0;margin-right:0;position:relative;top:2px} - -#lifterlms-lesson-header .ld-breadcrumbs .ld-breadcrumbs-segments span a{font-weight:400;color:var(--bb-headings-color)} - -#lifterlms-lesson-header .ld-breadcrumbs .ld-breadcrumbs-segments span a:hover{color:var(--bb-primary-color)} - -#lifterlms-lesson-header .bb-position{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:50px} - -#lifterlms-lesson-header .lifterlms-lesson-position{margin-right:auto} - -#lifterlms-lesson-header .lifterlms-lesson-position span.bb-pages{font-size:13px;display:block;line-height:1;text-transform:uppercase;-webkit-transition:all linear .2s;transition:all linear .2s;color:inherit} - -#lifterlms-lesson-header .lifterlms-lesson-position span.bb-pages .bb-total{color:var(--bb-alternate-text-color)} - -#lifterlms-lesson-header .lifterlms-lesson-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -#lifterlms-lesson-header .lifterlms-lesson-nav .bb-ld-status{margin-right:20px} - -#lifterlms-lesson-header .lifterlms-lesson-nav .bb-ld-status .ld-status{background-color:rgba(146,164,183,.05);text-transform:none;font-weight:400;font-size:12px;line-height:inherit;padding:0 12px;letter-spacing:inherit;height:100%;border-radius:4px;text-align:center;display:block} - -#lifterlms-lesson-header .lifterlms-lesson-nav .bb-ld-status .ld-status.ld-status-complete{color:#fff;background-color:var(--bb-success-color)} - -#lifterlms-lesson-header .lifterlms-lesson-nav .bb-ld-status .ld-status.ld-status-progress{color:#fff;background-color:var(--bb-primary-color)} - -#lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link{margin-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0} - -#lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a{background-color:#d3d7db;display:-webkit-box;display:-ms-flexbox;display:flex;height:30px;min-width:55px;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;-webkit-transition:all linear .2s;transition:all linear .2s;color:#fff;font-size:12px;white-space:nowrap} - -#lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a:hover{background-color:var(--bb-primary-color)} - -#lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a.prev-link{border-radius:var(--bb-button-radius) 0 0 var(--bb-button-radius);margin-right:2px} - -#lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a.prev-link::before{content:"\e8ab";font:400 normal normal 14px/1 bb-icons;font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:6px} - -#lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a.next-link{border-radius:0 var(--bb-button-radius) var(--bb-button-radius) 0} - -#lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a.next-link::after{content:"\e827";font:400 normal normal 14px/1 bb-icons;font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:6px;padding-bottom:3px} - -#lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a .meta-nav{position:absolute;width:100%;font-size:0;z-index:20} - -#lifterlms-lesson-header [data-balloon][data-balloon-pos=up]::after{bottom:130%;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} - -#lifterlms-lesson-header [data-balloon][data-balloon-pos=up]::before{bottom:130%;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}@media (min-width:1024px){ - -#lifterlms-lesson-header .lifterlms-header-title{max-width:760px;margin-left:auto;margin-right:auto}} - -#lifterlms-lesson-header .lifterlms-header-title h1{font-size:32px;line-height:1.2;margin-bottom:0} - -#lifterlms-lesson-header .lifterlms-header-instructor{max-width:760px;margin-left:auto;margin-right:auto} - -#lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor{margin:0;padding-top:20px;padding-bottom:20px} - -#lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor>.flex{-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -#lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor>.flex .bb-avatar-wrap{max-width:40px;text-align:left;margin-right:10px;display:block;padding:0} - -#lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor>.flex .bb-avatar-wrap .avatar{max-width:32px} - -#lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor>.flex .bb-content-wrap{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column} - -#lifterlms-lesson-header .bb-about-instructor h5{font-weight:400;font-size:15px;color:var(--bb-headings-color);margin-bottom:0} - -#lifterlms-lesson-header .bb-about-instructor h5 a{color:var(--bb-headings-color)} - -#lifterlms-lesson-header .bb-about-instructor h5 a:hover{color:var(--bb-primary-color)} - -#lifterlms-lesson-header .bb-about-instructor h5 .meta-saperator{color:var(--bb-alternate-text-color);margin:0 5px;font-size:16px;line-height:1.6875rem} - -#lifterlms-lesson-header .bb-about-instructor h5 .bb-about-instructor-date{color:var(--bb-alternate-text-color);margin-left:0;position:relative} - -.llms-pointer.llms-inner .lifterlms-lesson-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.llms-pointer.llms-inner .lifterlms-lesson-nav .bb-ld-status{margin-right:20px} - -.llms-pointer.llms-inner .lifterlms-lesson-nav .bb-ld-status .ld-status{background-color:rgba(146,164,183,.05);text-transform:none;font-weight:400;font-size:12px;line-height:inherit;padding:0 12px;letter-spacing:inherit;height:100%;border-radius:100px;text-align:center;display:block} - -.llms-pointer.llms-inner .lifterlms-lesson-nav .bb-ld-status .ld-status.ld-status-complete{color:#fff;background-color:var(--bb-success-color)} - -.llms-pointer.llms-inner .lifterlms-lesson-nav .bb-ld-status .ld-status.ld-status-progress{color:#fff;background-color:var(--bb-primary-color)} - -.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link{margin-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0} - -.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a{background-color:#d3d7db;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;height:30px;min-width:55px;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;-webkit-transition:all linear .2s;transition:all linear .2s;font-size:12px;white-space:nowrap} - -.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a:hover{background-color:var(--bb-primary-color)} - -.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a.prev-link{border-radius:50px 0 0 50px;margin-right:2px} - -.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a.prev-link::before{content:"\e8ab";font:400 normal normal 14px/1 bb-icons;font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:6px} - -.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a.next-link{border-radius:0 50px 50px 0} - -.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a.next-link::after{content:"\e827";font:400 normal normal 14px/1 bb-icons;font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:6px;padding-bottom:3px} - -.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a .meta-nav{position:absolute;width:100%;font-size:0;z-index:20}@media screen and (max-width:767px){ - -.llms-pointer.llms-inner .lifterlms-lesson-nav{width:100%;margin-top:15px}} - -.lifter-topic-sidebar-wrapper .llms-lesson-excerpt{display:none} - -.lifter-topic-sidebar-wrapper .llms-lesson-preview .llms-lesson-title{margin-bottom:0} - -.llms-syllabus-wrapper .llms-lesson-main{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.llms-syllabus-wrapper .llms-lesson-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1} - -.llms-syllabus-wrapper .llms-lesson-link{padding:19px 15px 19px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;box-shadow:none;-webkit-box-flex:1;-ms-flex:1;flex:1} - -.llms-syllabus-wrapper .llms-lesson-link h5{font-size:16px;font-weight:500;color:var(--bb-headings-color)} - -.llms-syllabus-wrapper .llms-lesson-link:hover h5{color:var(--bb-primary-color)} - -.llms-syllabus-wrapper .llms-lesson-link .clear{display:none} - -.llms-syllabus-wrapper .llms-lesson-link .llms-extra{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:relative} - -.llms-syllabus-wrapper .llms-lesson-link .llms-extra .llms-lesson-counter{font-size:12px;font-weight:400} - -.llms-syllabus-wrapper .quizzes_section_holder{display:none} - -.llms-syllabus-wrapper .ld-item-details{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;width:40px} - -.llms-syllabus-wrapper .ld-item-details .ld-expand-button{margin-left:18px;-webkit-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease} - -.llms-syllabus-wrapper .ld-item-details .ld-expand-button.ld-button-alternate{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)} - -.llms-syllabus-wrapper .ld-item-details .ld-expand-button.ld-button-alternate.ld-expanded{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)} - -.llms-syllabus-wrapper .ld-item-details .ld-expand-button.no-section span{color:transparent;pointer-events:none} - -.llms-syllabus-wrapper .ld-item-details .ld-expand-button .ld-icon-arrow-down{color:var(--bb-headings-color);border-radius:100%;width:18px;height:18px;-webkit-box-flex:0;-ms-flex:0 0 18px;flex:0 0 18px;padding:2px;line-height:16px;text-align:center;font-weight:700;-webkit-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease} - -.llms-syllabus-wrapper .ld-item-details .ld-expand-button .ld-icon-arrow-down::before{content:"\e861";font:400 normal normal 9px/1 bb-icons;speak:none;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;font-weight:300} - -.single-llms_assignment #lifterlms-page-content #lifterlms-lesson-header .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span:nth-child(2)::after,.single-llms_quiz #lifterlms-page-content #lifterlms-lesson-header .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span:nth-child(2)::after{content:"\e827";font-family:bb-icons;font-size:12px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:0;margin-right:0;position:relative;top:2px} - -.single-llms_assignment #lifterlms-page-content .lifterlms_content_wrap,.single-llms_quiz #lifterlms-page-content .lifterlms_content_wrap{padding-top:0!important} - -.single-llms_assignment #lifterlms-page-content .lifterlms_content_wrap p,.single-llms_quiz #lifterlms-page-content .lifterlms_content_wrap p{margin-bottom:1.5rem} - -.single-llms_assignment #lifterlms-page-content .lifterlms_content_wrap p a,.single-llms_quiz #lifterlms-page-content .lifterlms_content_wrap p a{color:var(--bb-headings-color)} - -.single-llms_assignment #lifterlms-page-content .lifterlms_content_wrap p.llms-error a,.single-llms_quiz #lifterlms-page-content .lifterlms_content_wrap p.llms-error a{padding-right:0} - -.single-llms_assignment #lifterlms-page-content .lifterlms_content_wrap p.llms-choice-text,.single-llms_quiz #lifterlms-page-content .lifterlms_content_wrap p.llms-choice-text{margin-bottom:0} - -.single-llms_assignment #llms_start_quiz,.single-llms_quiz #llms_start_quiz{margin-bottom:0} - -.single-llms_assignment .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section{margin-top:0;padding-top:0} - -.single-llms_assignment .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section p,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section p{margin-bottom:0;text-transform:none;font-size:14px} - -.single-llms_assignment .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question #lifterlms-page-content .llms-quiz-results-main .llms-quiz-attempt-answer-section p,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question #lifterlms-page-content .llms-quiz-results-main .llms-quiz-attempt-answer-section p{margin-bottom:0} - -.single-lesson .llms-lesson-button-wrapper{font-family:inherit;text-transform:none;font-weight:500;color:var(--bb-headings-color);font-size:1.25rem;line-height:28px;margin-bottom:25px} - -.single-lesson .llms-lesson-button-wrapper .llms-incomplete-lesson-form{margin-top:1.6875rem} - -.single-lesson.llms-pointer .llms-course-navigation .llms-lesson-preview.is-complete .llms-lesson-title{text-decoration:none} - -.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .llms-lesson-main>.llms-lesson-holder:first-child>a.llms-lesson-link{padding-left:30px} - -.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .llms-lesson-preview .llms-lesson-holder{min-height:51px} - -.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .ld-item-details+.llms-lesson-holder>a.llms-lesson-link{left:50px;width:-webkit-calc(100% - 50px);width:calc(100% - 50px)} - -.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-main a.llms-lesson-link{position:absolute} - -.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .llms-tooltip.show{position:absolute;bottom:35px} - -.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .llms-tooltip{top:unset;z-index:99;line-height:1.4;width:300px;font-size:12px;white-space:normal;text-align:center}@media screen and (max-width:800px){ - -.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .llms-tooltip{width:220px}} - -.llms-pointer.llms-inner .llms-course-navigation .llms-tooltip.show{top:0!important;left:0;bottom:0;width:100%;max-width:100%;height:100%;white-space:normal!important;right:0;font-size:12px;-webkit-transform:none;-ms-transform:none;transform:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center} - -.llms-pointer.llms-inner .llms-course-navigation .llms-tooltip.show .llms-tooltip-content{line-height:1.4;max-height:4.1em;margin:0;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis} - -.llms-pointer.llms-inner .llms-course-navigation .llms-tooltip.show::after{display:none} - -.bb-llms-content-wrap .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link:hover .llms-extra .llms-lesson-counter,.llms-loop-item-content .llms-loop-title:hover,.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link:hover .llms-main h5,.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-quizz-preview .llms-lesson-link:hover h5,.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview:hover .llms-lesson-link h5,.llms-syllabus-wrapper .llms-lesson-main .llms-lesson-holder .llms-lesson-link:hover .llms-main h5,.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link:hover .llms-lesson-title,.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview:hover .llms-lesson-link h5,.llms-widget-syllabus .lesson-title a:hover,.llms-widget-syllabus .lesson-title.done a:hover,.post-type-archive-course.llms-pointer .bb-course-items .bb-course-item-wrap .bb-cover-list-item .bb-card-course-details .bb-course-meta strong a:hover,.post-type-archive-course.llms-pointer .bb-course-items .bb-course-item-wrap .bb-cover-list-item .bb-card-course-details .bb-course-title a:hover,.single-course.llms-pointer .llms-instructor-info .llms-author-holder a:hover .llms-author-info.name,.single-llms_quiz.llms-pointer #lifterlms-page-content .lifterlms_content_wrap .llms-quiz-attempt-question-header:hover .toggle-answer::before,.single-llms_quiz.llms-pointer #lifterlms-page-content .lifterlms_content_wrap .llms-quiz-attempt-question-header:hover h3.llms-question-title{color:var(--bb-primary-color)} - -.llms-pa-posts.llms-pa-posts--single #llms-pa-post-discussion-form .llms-form-field.type-submit #llms_pa_leave_comment,.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment.llms-pa-read::after,.nf-form-wrap .nf-form-content .nf-field-element input[type=button]{border-color:var(--bb-primary-color)} - -.post-type-archive-course.llms-pointer .bb-course-items .bb-course-item-wrap .bb-cover-list-item .bb-card-course-details .bb-course-meta strong a,.single-llms_quiz.llms-pointer #lifterlms-page-content .lifterlms_content_wrap p:not(.llms-error) a{color:var(--bb-headings-color)} - -.single-lesson.llms-pointer #lifterlms-page-content #lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor>.flex .bb-content-wrap h5 .bb-about-instructor-date::before,.single-llms_quiz.llms-pointer #lifterlms-page-content #lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor>.flex .bb-content-wrap h5 .bb-about-instructor-date::before{background-color:var(--bb-alternate-text-color)} - -.post-type-archive-course.llms-pointer footer.footer-bottom,.post-type-archive-llms_membership.llms-pointer footer.footer-bottom,.tax-course_cat footer.footer-bottom,.tax-course_difficulty footer.footer-bottom,.tax-course_tag footer.footer-bottom,.tax-course_track footer.footer-bottom,.tax-membership_cat footer.footer-bottom,.tax-membership_tag footer.footer-bottom{padding-top:30px;padding-bottom:30px} - -.lifterlms-course-list .bs-search-form{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius);margin-bottom:0;position:relative} - -.lifterlms-course-list .bs-search-form:focus-within{border-color:var(--bb-input-focus-border-color);border-width:1px;box-shadow:var(--bb-input-focus-shadow)} - -.lifterlms-course-list .bs-search-form::before{content:"\ef10";font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;position:absolute;top:10px;font-size:14px;color:var(--bb-body-text-color);left:9px;opacity:.4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} - -.lifterlms-course-list .bs-search-form input[type=text]{background:0 0;border-radius:var(--bb-input-radius);border:0;height:34px;font-size:14px;letter-spacing:-.24px;padding:0 30px 0 35px} - -.lifterlms-course-list .bp-navs.bp-subnavs{margin-bottom:15px} - -.lifterlms-course-list .bp-navs.bp-subnavs>ul{margin:0;list-style:none} - -.lifterlms-course-list .bp-navs.bp-subnavs>ul>li{float:left;padding-right:30px} - -.lifterlms-course-list .bp-navs.bp-subnavs>ul>li a{padding-bottom:15px} - -.lifterlms-course-list .bb-courses-header{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;margin:30px 0 25px} - -.lifterlms-course-list .bb-courses-header .bs-dir-search,.lifterlms-course-list .bb-courses-header h1{margin:0}@media screen and (max-width:544px){ - -.lifterlms-course-list .bb-courses-header{display:block} - -.lifterlms-course-list .bb-courses-header h1{margin-bottom:15px}} - -.lifterlms-course-list .courses-type-navs ul li a{display:inline-block} - -.ld-secondary-header--llms .bb-secondary-list-tabs{margin-top:25px;margin-bottom:25px} - -.ld-secondary-header--llms .grid-filters{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:start;align-self:flex-start;font-size:21px;height:36px} - -.ld-secondary-header--llms .grid-filters a{color:var(--bb-headings-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:5px;padding-right:5px;opacity:.4;-webkit-transition:.3s all;transition:.3s all} - -.ld-secondary-header--llms .grid-filters a:hover{opacity:1} - -.ld-secondary-header--llms .grid-filters a.layout-grid-view{padding-left:5px;border-right:1px solid var(--bb-content-border-color)} - -.ld-secondary-header--llms .grid-filters .active{opacity:1} - -.ld-secondary-header--llms .sfwd-courses-filters .select-wrap select{margin-right:12px;height:36px;display:inline-block;font-family:inherit;font-style:inherit;font-size:15px;outline:0;vertical-align:middle;box-shadow:none;padding:0 12px;color:var(--bb-body-text-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:40px}@media screen and (max-width:992px) and (min-width:768px){ - -.ld-secondary-header--llms .sfwd-courses-filters{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin-right:15px} - -.ld-secondary-header--llms .sfwd-courses-filters .select-wrap{width:100%;margin-bottom:5px} - -.ld-secondary-header--llms .sfwd-courses-filters .select-wrap select{width:100%}}@media screen and (max-width:610px){ - -.ld-secondary-header--llms .sfwd-courses-filters{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin-right:15px} - -.ld-secondary-header--llms .sfwd-courses-filters .select-wrap{width:100%;margin-bottom:5px} - -.ld-secondary-header--llms .sfwd-courses-filters .select-wrap select{width:100%}} - -.bb-course-items .bb-course-cover--videoTile{background-color:var(--bb-cover-image-background-color);border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0} - -.bb-course-items .bb-course-cover--videoTile iframe{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0} - -.bb-course-items.list-view .bb-course-cover--videoTile{border-radius:var(--bb-block-radius) 0 0 var(--bb-block-radius)} - -.bb-course-items.list-view .bb-course-cover--videoTile iframe{border-radius:var(--bb-block-radius) 0 0 var(--bb-block-radius)} - -.entry-content .bb-course-items .bb-course-cover--videoTile .fluid-width-video-wrapper{margin-top:0;margin-bottom:0} - -.bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;margin-bottom:20px} - -.bb-course-items.grid-view .bb-course-item-wrap .bb-cover-list-item{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);height:100%;padding-bottom:0;-webkit-transition:.2s box-shadow;transition:.2s box-shadow;position:relative} - -.bb-course-items.grid-view .bb-course-item-wrap .bb-cover-list-item:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1);z-index:1} - -.bb-course-items.grid-view .bb-course-item-wrap .bb-cover-list-item .ld-status{position:absolute;z-index:9;top:15px;background-color:var(--bb-primary-color);border-radius:0 15px 15px 0;color:#fff;text-align:center;padding:5px 12px;text-transform:uppercase;font-size:11px;line-height:1;letter-spacing:.23px} - -.bb-course-items.grid-view .bb-course-item-wrap .bb-cover-list-item .ld-status.ld-status-complete.ld-primary-background{background-color:var(--bb-success-color)}@media screen and (max-width:1200px){ - -.bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33%;flex:0 0 33%}}@media screen and (max-width:820px){ - -.bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:480px){ - -.bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}} - -body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile{display:none} - -.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33%;flex:0 0 33%}@media screen and (max-width:1200px){ - -.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:992px){ - -.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}} - -.llms-progress{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;height:initial;margin-top:0} - -.llms-progress .llms-progress-bar{top:0;height:4px;background-color:var(--bb-content-border-color)} - -.llms-progress .progress-bar-complete{height:4px;background-color:var(--bb-primary-color)} - -.llms-progress .progress__indicator{height:initial;margin-left:0;text-align:left;font-size:12px;font-weight:500;line-height:1;letter-spacing:-.24px;display:block;margin-top:10px;color:var(--bb-alternate-text-color)} - -.llms-progress .progress__indicator .ld-progress-steps{margin-top:5px} - -.llms-loop-item-content__body .llms-progress{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto;margin-bottom:10px} - -.llms-loop-item-content__body .llms-progress .llms-progress-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1} - -.llms-loop-item-content__body .llms-progress .progress__indicator{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2} - -.llms-loop-item-content__body .llms-difficulty,.llms-loop-item-content__body .llms-enroll-date,.llms-loop-item-content__body .llms-enroll-status{display:none} - -.llms-loop-item-content__body .bb-course-excerpt{font-size:13px;color:var(--bb-alternate-text-color);line-height:1.384;display:block;display:-webkit-box;max-height:2.72em;margin:-3px 0 20px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis} - -.course-details-verbose{padding-bottom:65px}@media screen and (max-width:544px){ - -.course-details-verbose{padding-bottom:80px}} - -.lifterlms-course-list .bb-cover-list-item{position:relative} - -.lifterlms-course-list .bb-cover-list-item .llms-meta-aplans{position:absolute;bottom:0;width:-webkit-calc(100% - 40px);width:calc(100% - 40px);min-height:44px} - -.lifterlms-course-list .list-view .bb-cover-list-item .llms-meta-aplans{width:-webkit-calc(100% - 280px);width:calc(100% - 280px)}@media screen and (max-width:544px){ - -.lifterlms-course-list .list-view .bb-cover-list-item .llms-meta-aplans{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-top:10px;min-height:70px} - -.lifterlms-course-list .list-view .bb-cover-list-item .llms-meta-aplans .push-right{margin-left:0;margin-top:5px} - -.lifterlms-course-list .list-view .bb-cover-list-item .bb-course-meta.bb-course-meta--membership{padding-bottom:75px}} - -.bb-card-course-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:16px 20px 0} - -.bb-card-course-details .course-lesson-count{font-size:13px;color:var(--bb-alternate-text-color);line-height:1;margin-bottom:8px;font-weight:300} - -.bb-card-course-details .bb-course-title{font-size:22px;line-height:1.24;margin:0 0 8px;display:-webkit-box;max-height:2.7em;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis} - -.bb-card-course-details .bb-course-title a{color:inherit;display:block;display:-webkit-box;max-height:2.7em;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis} - -.bb-card-course-details .bb-course-meta{font-size:13px;font-weight:300;color:var(--bb-alternate-text-color);letter-spacing:-.24px;line-height:1;margin-bottom:20px;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} - -.bb-card-course-details .bb-course-meta .item-avatar{max-width:28px;margin-right:10px} - -.bb-card-course-details .bb-course-meta strong{font-size:13px;font-weight:500;letter-spacing:-.24px;margin:0} - -.bb-card-course-details .bb-course-meta strong a{color:var(--bb-headings-color)} - -.bb-card-course-details .bb-course-meta.bb-course-meta--membership{margin-bottom:15px;padding-bottom:55px} - -.bb-card-course-details .bb-course-excerpt{font-size:13px;color:var(--bb-alternate-text-color);line-height:1.384;display:block;display:-webkit-box;max-height:2.72em;margin:-3px 0 20px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis} - -.bb-course-items.list-view .bb-card-course-details{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-bottom:16px} - -.bb-course-items.list-view .bb-card-course-details .bb-course-title{max-width:80%} - -.bb-course-items.list-view .bb-card-course-details .llms-progress{max-width:450px} - -.bb-course-cover .bb-cover-wrap::after,.llms-loop-link .bb-cover-wrap::after{background:0 0} - -.bb-course-cover .bb-cover-wrap,.llms-loop-link .bb-cover-wrap{background-color:var(--bb-cover-image-background-color)} - -.bb-cover-wrap--llms{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0} - -.bb-cover-wrap--llms::after{background:0 0;border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0} - -.bb-course-items.list-view{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;list-style:none} - -.bb-course-items.list-view .bb-course-cover--videoTile .fluid-width-video-wrapper{height:100%} - -.bb-course-items.list-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:20px} - -.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);height:100%;-webkit-transition:.2s box-shadow;transition:.2s box-shadow;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0} - -.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1);z-index:1} - -.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .ld-status{position:absolute;z-index:9;top:15px;background-color:var(--bb-primary-color);border-radius:0 15px 15px 0;color:#fff;text-align:center;padding:5px 12px;text-transform:uppercase;font-size:11px;line-height:1;letter-spacing:.23px} - -.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .ld-status.ld-status-complete.ld-primary-background{background-color:var(--bb-success-color)} - -.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .bb-course-cover{-webkit-box-flex:0;-ms-flex:0 0 240px;flex:0 0 240px} - -.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .bb-course-cover .bb-cover-wrap{padding-top:70%;height:100%;border-radius:var(--bb-block-radius) 0 0 var(--bb-block-radius)}@media screen and (max-width:1040px){ - -.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .bb-course-cover{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px} - -.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .llms-meta-aplans{width:-webkit-calc(100% - 240px);width:calc(100% - 240px)}}@media screen and (max-width:460px){ - -.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .bb-course-cover{-webkit-box-flex:0;-ms-flex:0 0 140px;flex:0 0 140px}}@media screen and (max-width:375px){ - -.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .bb-course-cover{-webkit-box-flex:0;-ms-flex:0 0 110px;flex:0 0 110px}} - -.lifterlms-course-list--memberships .grid-filters{margin-left:auto} - -.component-navigation.courses-nav{margin:0} - -.component-navigation.courses-nav li{position:relative;list-style:none} - -.component-navigation.courses-nav .bb-icon-loader{position:absolute;right:10px;top:7px} - -.llms-loop-item-content .llms-progress .progress__indicator{display:block} - -.post-type-archive-course.llms-pointer.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}@media screen and (max-width:1200px){ - -.post-type-archive-course.llms-pointer.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (min-width:800px) and (max-width:900px){ - -.post-type-archive-course.llms-pointer.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media screen and (max-width:480px){ - -.post-type-archive-course.llms-pointer.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}} - -.bb-template-v1 .bb-lms-pagination{padding:10px 0;text-align:right} - -.bb-template-v1 .bb-lms-pagination>*{display:inline-block;font-size:13px;margin-right:10px} - -.bb-template-v1 .bb-lms-pagination a.next.page-numbers,.bb-template-v1 .bb-lms-pagination a.prev.page-numbers{font-size:0} - -.single-llms_assignment .llms-donut svg path{stroke:var(--bb-success-color)} - -.single-llms_assignment .llms-audio-wrapper{margin-bottom:20px} - -.single-llms_assignment .llms-assignment-tasklist .llms-assignment-task{-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.single-llms_assignment .llms-assignment-tasklist .llms-assignment-task .llms-task-marker{box-shadow:inset -36px 0 40px -32px rgba(0,0,0,.05)} - -.single-llms_assignment .llms-assignment-tasklist .llms-assignment-task .icheckbox_minimal{margin:0 0 0 20px} - -.single-llms_assignment .llms-assignment-tasklist .llms-assignment-task .llms-task-main{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between} - -.single-llms_assignment .llms-assignment-tasklist .llms-assignment-task .llms-task-main .llms-task-check{display:none} - -.single-llms_assignment .llms-assignment-footer{margin:30px 0 60px} - -.single-llms_assignment .llms-assignment-footer #llms-assignment-submit{font-size:15px;border-radius:var(--bb-button-radius);padding:10px 20px;font-weight:500;background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)} - -.single-llms_assignment .llms-assignment-footer #llms-assignment-submit:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.single-llms_assignment .llms-assignment-footer #llms-assignment-submit:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -.single-llms_assignment .llms-assignment-footer #llms-assignment-submit .fa-paper-plane{display:none} - -.single-llms_assignment .llms-assignment-footer .llms-button-primary{font-size:15px;border-radius:var(--bb-button-radius);padding:10px 20px;font-weight:500;background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)} - -.single-llms_assignment .llms-assignment-footer .llms-button-primary:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.single-llms_assignment .llms-assignment-footer .llms-button-primary:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -.llms-assignment-content.type--tasklist li.llms-assignment-task:hover{background:rgba(146,164,183,.05)} - -.llms-assignment-content.type--tasklist li.llms-assignment-task .llms-task-marker{background:0 0} - -.llms-assignment-content.type--tasklist li.llms-assignment-task .llms-task-main{width:initial} - -.llms-start-assignment-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)} - -.llms-start-assignment-button:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.llms-start-assignment-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)}@media screen and (max-width:365px){ - -.llms-start-assignment-button{margin-bottom:15px}} - -.llms-assignment-content.type--upload .llms-assignment-upload-field{border:1px dashed var(--bb-content-border-color);display:-webkit-box;display:-ms-flexbox;display:flex;padding:30px 20px} - -.llms-assignment-content.type--upload .llms-assignment-upload-field .fa{margin-bottom:0} - -.llms-assignment-upload-field{background:rgba(240,243,247,.5);border:1px dashed var(--bb-content-border-color);border-radius:6px;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-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:16px;color:var(--bb-headings-color);letter-spacing:-.24px;line-height:26px;padding:30px 20px} - -.llms-assignment-upload-field .fa-upload::before{background:url(../images/svg/upload.svg) no-repeat;background-size:cover;content:" ";height:41px;width:48px;display:block;margin:0 auto 15px} - -.llms-assignment-upload-field h2{font-size:16px;color:var(--bb-headings-color);letter-spacing:-.24px;line-height:26px} - -.lifterlms_content_wrap .llms-assignment-content.type--tasklist ol.llms-assignment-tasklist{border:0} - -.lifterlms_content_wrap .llms-assignment-content.type--tasklist li.llms-assignment-task{border-bottom:1px solid var(--bb-content-border-color)} - -.lifterlms_content_wrap .llms-assignment-content.type--tasklist li.llms-assignment-task:first-child{border-top:0} - -.lifterlms_content_wrap .llms-assignment-content.type--tasklist li.llms-assignment-task:last-child{border-bottom:0} - -.single-llms_assignment .llms-assignment-tasklist .llms-assignment-task .llms-task-marker{box-shadow:none;border-right:1px solid var(--bb-content-border-color)} - -header.llms-pa-posts--archive h2{margin-bottom:inherit} - -header.llms-pa-posts--archive a{display:inline-block;background-color:rgba(0,0,0,.03);color:#939597;border-radius:20px;padding:1px 15px 1px 30px;font-size:12px!important;margin:0 0 15px;-webkit-transition:all linear .2s;transition:all linear .2s;position:relative} - -header.llms-pa-posts--archive a::before{position:absolute;left:10px;top:6px;content:"\e8ab";font:400 normal normal 14px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} - -header.llms-pa-posts--archive a:hover{background-color:rgba(0,0,0,.06)} - -.llms-pa-posts.llms-pa-posts--archive footer a{font-family:inherit;font-size:15px;color:#fff;background-color:var(--bb-primary-color);border-radius:100px;padding:10px 20px;font-weight:500;text-align:center;display:inline-block;line-height:1;border:0;-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} - -.llms-pa-posts.llms-pa-posts--archive footer a:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)} - -header.llms-pa-area-header.llms-pa-posts--single .llms-pa-meta-sep,header.llms-pa-area-header.llms-pa-posts--single a{color:#939597;font-size:12px} - -.llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-pa-post-title{margin-bottom:15px} - -.llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-author{font-size:16px} - -.llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-author img{width:38px;height:38px} - -.llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-pa-meta-sep,.llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-pa-post-date{font-size:16px} - -.llms-pa-posts.llms-pa-posts--single #llms-pa-post-discussion-form{padding:0;margin:0;background-color:#fff} - -.llms-pa-posts.llms-pa-posts--single #llms-pa-post-discussion-form .llms-form-field.type-submit{text-align:right} - -.llms-pa-posts.llms-pa-posts--single #llms-pa-post-discussion-form .llms-form-field.type-submit .llms-pa-comment-reply-cancel{font-size:12px} - -.llms-pa-posts.llms-pa-posts--single .llms-pa-post-discussion-form-wrap{background-color:#fff;padding:20px;border:1px solid var(--bb-content-border-color);border-radius:4px;margin-bottom:20px} - -.llms-pa-posts.llms-pa-posts--single .llms-pa-post-discussion-form-wrap h2{margin-bottom:10px} - -.llms-pa-posts.llms-pa-posts--single .llms-pa-post-discussion-form-wrap #llms-pa-post-discussion-form{padding:0;margin:0;background-color:#fff} - -.llms-pa-posts.llms-pa-posts--single .llms-pa-post-discussion-form-wrap #llms-pa-post-discussion-form .llms-form-field.type-submit{text-align:right} - -.llms-pa-posts.llms-pa-posts--single .llms-pa-post-discussion-form-wrap #llms-pa-post-discussion-form .llms-form-field.type-submit button{background-color:#fff;color:var(--bb-primary-color);line-height:1;border:1px solid var(--bb-primary-color)} - -.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms-pa-comment-toggle-read .read,.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms-pa-comment-toggle-read .unread{color:var(--bb-primary-color);background:0 0!important} - -.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment{margin-bottom:20px;position:relative} - -.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment .comment-body{margin-bottom:0;background-color:#fff;padding:20px;border:1px solid var(--bb-content-border-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment .comment-body .comment-meta.commentmetadata{font-size:13px;padding-right:60px;color:var(--bb-alternate-text-color)} - -.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment .comment-body .comment-meta.commentmetadata .llms-author img{width:38px;height:38px} - -.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment .comment-body .comment-text{margin-top:0} - -.llms_pa_post_comment.llms-pa-unread::after{content:"unread";font-size:12px;background-color:#fff;border:1px solid var(--bb-primary-color);color:var(--bb-primary-color);padding:0 15px;border-radius:3px;position:absolute;right:20px;top:20px;text-align:center} - -.llms-pa-post .llms-pa-author,.llms-pa-post .llms-pa-discussion-list .comment .llms-author,.llms-pa-post .llms-pa-discussion-list .comment .llms-pa-comment-permalink,.llms-pa-post .llms-pa-discussion-list .comment .llms-pa-comment-reply,.llms-pa-post .llms-pa-discussion-list .comment .llms-pa-comment-toggle-read,.llms-pa-post .llms-pa-meta-sep,.llms-pa-post .llms-pa-posts .llms-pa-post-header .llms-author,.llms-pa-post .llms-pa-posts .llms-pa-post-header .llms-pa-post-date{font-size:inherit;color:var(--bb-alternate-text-color)} - -.llms-pa-post .llms-pa-meta-sep{opacity:.5} - -.llms-pa-post .llms-pa-discussion-list .comment .llms-pa-comment-permalink:hover,.llms-pa-post .llms-pa-discussion-list .comment .llms-pa-comment-reply:hover,.llms-pa-post .llms-pa-discussion-list .comment .llms-pa-comment-toggle-read:hover{text-decoration:none} - -.llms-loop-item.course .llms-pa-permalink{font-family:inherit;font-size:12px;color:var(--bb-alternate-text-color);font-weight:500;font-style:normal;padding:0 20px 15px;margin:0;display:block} - -.llms-loop-item.course .llms-pa-permalink:hover{color:var(--bb-primary-color)} - -.llms-loop-item.course .llms-pa-permalink::before{font-size:13px;content:"\eecc";display:inline-block;font-family:bb-icons;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;margin:0 5px 0 0} - -.lmslifter .llms-pa-stamp{background-color:var(--bb-primary-color);font-size:12px;padding:5px 10px;border-radius:100px;margin-left:10px;display:inline-block;line-height:1} - -.lmslifter .llms-pa-posts .llms-pa-post-header .llms-pa-post-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:inherit} - -.lmslifter .llms-pa-posts .llms-pa-post{border-bottom-color:var(--bb-content-border-color)} - -.llms-pa-area-header h2.llms-private-area-title{margin-bottom:10px} - -.llms-pa-area-header.llms-pa-posts--single h2.llms-private-area-title{margin-bottom:0} - -.llms-pa-posts header.llms-pa-post-header .llms-author,.llms-pa-posts header.llms-pa-post-header .llms-pa-meta-sep,.llms-pa-posts header.llms-pa-post-header .llms-pa-post-date,.llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-author,.llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-pa-meta-sep,.llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-pa-post-date{color:var(--bb-alternate-text-color);font-size:13px} - -#wp-llms_pa_post_comment-wrap .quicktags-toolbar .ed_button{height:25px;line-height:normal} - -#wp-llms_pa_post_comment-wrap.wp-core-ui .button.button-small{color:var(--bb-primary-color);border-color:var(--bb-primary-color)} - -#wp-llms_pa_post_comment-wrap.wp-core-ui .button.button-small:focus,#wp-llms_pa_post_comment-wrap.wp-core-ui .button.button-small:hover{box-shadow:none} - -.llms-pa-info-widget{margin:0 0 30px} - -.llms-pa-info-widget .llms-pa-item{font-size:14px;margin-bottom:10px} - -.llms-pa-info-widget .llms-pa-item strong{font-weight:400} - -.llms-pa-info-widget .llms-pa-info-widget-footer{margin:20px 0} - -.llms-pa-info-widget .llms-pa-info-widget-footer .llms-button-secondary{padding:10px 20px;font-size:15px;display:inline-block} - -.single-lesson .gform_wrapper li.gfield.gfield_error,.single-lesson .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{background-color:transparent} - -.single-lesson .gform_wrapper .gfield_checkbox li label,.single-lesson .gform_wrapper .gfield_radio li label{display:inline-block;margin-left:0} - -.single-lesson .gform_wrapper li.gfield.gfield_error{border:0!important} - -.single-lesson .gform_wrapper li.gfield.gfield_error.gfield_contains_required{margin-top:0;margin-bottom:0!important;padding-left:0!important} - -.single-llms_certificate .site-content .container .site-content-grid,.single.llms_my_certificate-template-default .site-content .container .site-content-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.single-llms_certificate .llms-certificate-container,.single.llms_my_certificate-template-default .llms-certificate-container{position:relative}@media (max-width:850px){ - -.single-llms_certificate .llms-certificate-container,.single.llms_my_certificate-template-default .llms-certificate-container{width:100%!important}} - -.single-llms_certificate .llms-certificate-container .certificate-background,.single.llms_my_certificate-template-default .llms-certificate-container .certificate-background{margin-bottom:0!important} - -.single-llms_certificate .llms-certificate-container .llms_certificate,.single-llms_certificate .llms-certificate-container .llms_my_certificate,.single.llms_my_certificate-template-default .llms-certificate-container .llms_certificate,.single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate{position:absolute;left:0;right:0;top:0;bottom: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}@media (max-width:480px){ - -.single-llms_certificate .llms-certificate-container .llms_certificate,.single-llms_certificate .llms-certificate-container .llms_my_certificate,.single.llms_my_certificate-template-default .llms-certificate-container .llms_certificate,.single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate{margin:40px 60px}}@media (max-width:400px){ - -.single-llms_certificate .llms-certificate-container .llms_certificate,.single-llms_certificate .llms-certificate-container .llms_my_certificate,.single.llms_my_certificate-template-default .llms-certificate-container .llms_certificate,.single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate{margin:20px 40px}} - -.single-llms_certificate .llms-certificate-container .llms_certificate .llms-summary h1,.single-llms_certificate .llms-certificate-container .llms_my_certificate .llms-summary h1,.single.llms_my_certificate-template-default .llms-certificate-container .llms_certificate .llms-summary h1,.single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate .llms-summary h1{font-size:32px;line-height:1.2;margin-bottom:0}@media (max-width:480px){ - -.single-llms_certificate .llms-certificate-container .llms_certificate .llms-summary h1,.single-llms_certificate .llms-certificate-container .llms_my_certificate .llms-summary h1,.single.llms_my_certificate-template-default .llms-certificate-container .llms_certificate .llms-summary h1,.single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate .llms-summary h1{font-size:24px;margin-top:20px}} - -.single-llms_certificate .llms-certificate-container .llms_certificate .llms-summary p,.single-llms_certificate .llms-certificate-container .llms_my_certificate .llms-summary p,.single.llms_my_certificate-template-default .llms-certificate-container .llms_certificate .llms-summary p,.single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate .llms-summary p{text-align:center;margin-top:40px}@media (max-width:480px){ - -.single-llms_certificate .llms-certificate-container .llms_certificate .llms-summary p,.single-llms_certificate .llms-certificate-container .llms_my_certificate .llms-summary p,.single.llms_my_certificate-template-default .llms-certificate-container .llms_certificate .llms-summary p,.single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate .llms-summary p{margin-top:20px;font-size:14px}}@media (min-width:768px){ - -.single-llms_certificate.bb-buddypanel .site,.single.llms_my_certificate-template-default.bb-buddypanel .site{margin-left:0;-webkit-transition:margin-left .2s;transition:margin-left .2s}} - -.llms-sd-section.llms-my-certificates .llms-certificates-loop.listing-certificates,.llms-student-dashboard.view-certificates .llms-certificates-loop.listing-certificates{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap} - -.lifterlms ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}@media only screen and (max-width:1200px){ - -.lifterlms ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){ - -.lifterlms ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -.lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}@media only screen and (max-width:1200px){ - -.lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){ - -.lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -.has-sidebar .lifterlms ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){ - -.has-sidebar .lifterlms ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -.has-sidebar .lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){ - -.has-sidebar .lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -ul.llms-certificates-loop.listing-certificates.loop-cols-5 li.llms-certificate-loop-item{width:-webkit-calc(20% - 20px);width:calc(20% - 20px)} - -ul.llms-certificates-loop.listing-certificates li.llms-certificate-loop-item{margin:10px;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);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-align:center;-ms-flex-align:center;align-items:center} - -ul.llms-certificates-loop.listing-certificates li.llms-certificate-loop-item:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1);-webkit-transition:box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out} - -.llms-certificate{border:none;padding:0;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around} - -.llms-certificate .llms-certificate-title{line-height:1.2} - -.llms-certificate .llms-certificate-date{font-size:12px;line-height:1;letter-spacing:-.24px;display:block} - -.llms-certificate.llms-loop-item-content{margin:0;border-radius:var(--bb-block-radius)} - -.llms-notification .llms-notification-footer{border-color:var(--bb-content-border-color)} - -.llms-notification .llms-notification-title{margin-bottom:10px;font-weight:500} - -.llms-notification-list .llms-notification{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.llms-notification-list .llms-notification .llms-notification-content{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%} - -.llms-notification-list .llms-notification .llms-notification-footer{margin-left:auto;-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;text-align:right;line-height:1.7} - -.llms-notification-list .llms-notification .llms-notification-footer .llms-notification-date{float:none;margin-right:0;color:var(--bb-alternate-text-color);display:block}@media screen and (max-width:1200px){ - -.llms-notification-list .llms-notification{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.llms-notification-list .llms-notification .llms-notification-content{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;margin-bottom:10px} - -.llms-notification-list .llms-notification .llms-notification-footer{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}} - -.llms-sd-section.llms-my-memberships .llms-loop-item .llms-loop-item-content{padding:0} - -.llms-sd-section.llms-my-memberships p{border:none;background-color:transparent;padding:0} - -.llms-sd-section.llms-my-memberships p::before{display:none} - -.single-llms_membership header.entry-header{display:none} - -.single-llms_membership .entry-img{border-radius:4px} - -.single-llms_membership.single:not(.single-post) .entry-content-wrap{padding-top:0} - -h1.entry-title--llmsMembership+h1.entry-title--llmsMembership{display:none} - -ul.llms-achievements-loop li.llms-achievement-loop-item{border-radius:var(--bb-block-radius-inner);border:1px solid var(--bb-content-border-color);margin:10px;padding:0} - -.lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item{margin:10px} - -.lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px);padding:0}@media only screen and (max-width:1200px){ - -.lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){ - -.lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -.lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}@media only screen and (max-width:1200px){ - -.lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){ - -.lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -.has-sidebar .lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){ - -.has-sidebar .lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -.has-sidebar .lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){ - -.has-sidebar .lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -ul.llms-achievements-loop li.llms-achievement-loop-item:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1);-webkit-transition:box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out} - -.llms-achievement,.llms-achievement:hover{background-color:transparent} - -.llms-sd-section.llms-my-achievements .llms-achievement-loop-item.achievement-item a{background-color:transparent} - -.llms-achievement__body{padding:20px} - -.llms-achievement .llms-achievement-title{line-height:1.2;font-weight:700;font-size:20px;padding:0} - -.llms-achievement .llms-achievement-content{padding:0;font-size:14px;line-height:1.584;display:block;display:-webkit-box;max-height:4.5em;margin:20px 0;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:var(--bb-body-text-color)} - -.llms-achievement .llms-achievement-date,.llms-achievement .llms-achievement-info{display:block;text-align:center} - -.llms-achievement .llms-achievement-date{font-size:14px;color:var(--bb-body-text-color)} - -.llms-achievement .llms-achievement-date span{font-size:12px;color:var(--bb-alternate-text-color)}@media (max-width:337px){ - -.lifterlms .llms-button-primary,.lifterlms .llms-button-secondary,.lifterlms .llms-field-button{padding:10px 11px}} - -.iziModal{border-bottom:0!important;box-shadow:0 3px 24px 0 rgba(18,43,70,.28);background-color:var(--bb-content-background-color)} - -.iziModal .bb-cover-wrap{border-radius:0} - -.iziModal .iziModal-header,.llms-achievement-modal.iziModal .iziModal-header{background-color:var(--bb-content-background-color)!important;box-shadow:none} - -.iziModal .iziModal-header .iziModal-header-title{color:var(--bb-headings-color)} - -.iziModal .iziModal-header .iziModal-header-subtitle{color:var(--bb-alternate-text-color)} - -.iziModal .iziModal-header .iziModal-button-close{background:0 0;opacity:.7;-webkit-transition:none;transition:none;text-align:center} - -.iziModal .iziModal-header .iziModal-button-close:hover{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none} - -.iziModal .iziModal-header .iziModal-button-close::before{display:inline-block;color:#939597;font-family:bb-icons;content:"\e828";font-size:1.5em;position:relative;width:22px;height:22px} - -.iziModal-overlay{background-color:rgba(0,0,0,.4)} - -.iziModal-navigate>button:hover{box-shadow:none} - -.llms-achievement-image--icon{padding:15px 0;text-align:center;background-color:var(--bb-content-alternate-background-color)} - -.llms-achievement-image--icon img.llms-achievement-img{object-fit:cover;width:54px;height:54px;border-radius:100%;margin:0 auto} - -.llms-achievement-modal .llms-achievement-image--icon img.llms-achievement-img{width:100px;height:100px} - -.llms-notification[data-trigger=achievement_earned] .llms-notification-body img{object-fit:cover;width:100px;height:100px;border-radius:100%;margin:10px auto} - -body div.wpforms-container-full .wpforms-form input[type=date],body div.wpforms-container-full .wpforms-form input[type=datetime-local],body div.wpforms-container-full .wpforms-form input[type=datetime],body div.wpforms-container-full .wpforms-form input[type=email],body div.wpforms-container-full .wpforms-form input[type=month],body div.wpforms-container-full .wpforms-form input[type=number],body div.wpforms-container-full .wpforms-form input[type=password],body div.wpforms-container-full .wpforms-form input[type=range],body div.wpforms-container-full .wpforms-form input[type=search],body div.wpforms-container-full .wpforms-form input[type=tel],body div.wpforms-container-full .wpforms-form input[type=text],body div.wpforms-container-full .wpforms-form input[type=time],body div.wpforms-container-full .wpforms-form input[type=url],body div.wpforms-container-full .wpforms-form input[type=week],body div.wpforms-container-full .wpforms-form select,body div.wpforms-container-full .wpforms-form textarea{font-size:15px} - -body div.wpforms-container-full .wpforms-form button[type=submit]{font-family:inherit;font-size:15px;color:#fff;background-color:var(--bb-primary-color);border-radius:100px;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:1px solid transparent;outline:0;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} - -body div.wpforms-container-full .wpforms-form button[type=submit]:hover{outline:0;text-decoration:none;color:#fff;box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1);background-color:var(--bb-primary-color);border-color:var(--bb-primary-color)} - -.single-lesson.llms-pointer #lifterlms-page-content .lifterlms_content_wrap .wpforms-confirmation-container-full,.single-lesson.llms-pointer #lifterlms-page-content .lifterlms_content_wrap div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message),body .wpforms-confirmation-container-full,body div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message){background-color:var(--bb-success-color);border-color:var(--bb-success-color);text-align:center} - -.single-lesson.llms-pointer #lifterlms-page-content .lifterlms_content_wrap .wpforms-confirmation-container-full p,.single-lesson.llms-pointer #lifterlms-page-content .lifterlms_content_wrap div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) p,body .wpforms-confirmation-container-full p,body div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) p{margin:.5rem 0} - -body .wpforms-confirmation-container-full,body div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message){border-color:var(--bb-primary-color)} - -.frm_forms .frm_form_fields fieldset{border:none;padding:0;margin-top:0} - -.frm_forms .frm_form_fields fieldset legend{font-size:26px;margin:0 0 10px;background:0 0;border:0 none;border-radius:0;float:none;height:auto;letter-spacing:normal;list-style:none;outline:0;position:static;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;width:auto;visibility:visible;overflow:visible;padding:0;box-sizing:border-box;box-shadow:none} - -.frm_forms .frm_form_fields fieldset .frm_top_container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:10px 0} - -.frm_forms .frm_form_fields fieldset .frm_top_container .frm_primary_label,.frm_forms .frm_form_fields fieldset .frm_top_container label.frm_primary_label{display:block;font-weight:700;font-size:16px;float:none;line-height:1.3;margin:0 0 4px;padding:0} - -.frm_forms .frm_form_fields fieldset .frm_top_container .frm_checkbox .icheckbox_minimal.checked::after{text-indent:0} - -.frm_forms .frm_form_fields fieldset .frm_submit{margin:0;padding:16px 0} - -.frm_forms .frm_form_fields fieldset .frm_submit .frm_button_submit{font-family:inherit;font-size:15px;color:#fff;background-color:var(--bb-primary-color);border-radius:100px;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:1px solid transparent;outline:0;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;box-shadow:none} - -.frm_forms .frm_form_fields fieldset .frm_dropzone{border:1px dashed #dedfe2;border-radius:3px;min-height:60px;padding:30px} - -.frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message{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-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -.frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_icon_font.frm_upload_icon{position:relative;height:40px} - -.frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_icon_font.frm_upload_icon::before{position:absolute;left:-16px;font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;color:var(--bb-primary-color);content:"\ee24";font-size:32px;display:block;margin:0 auto 10px} - -.frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_compact_text button,.frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_upload_text button{background-color:transparent;font-size:18px;color:var(--bb-headings-color);padding:2px 0} - -.frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_compact_text button:hover,.frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_upload_text button:hover{background-color:transparent;box-shadow:none} - -.frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_small_text{font-size:14px;color:var(--bb-primary-color)} - -.frm_forms .frm_form_fields fieldset .wp-switch-editor{margin-top:0} - -.frm_forms .frm_form_fields fieldset .frm_description{font-size:15px;padding-top:10px} - -.frm_forms .frm_form_fields fieldset .frm_range_container input{width:100%} - -.frm_forms .frm_form_fields fieldset .frm_pos_top{margin:20px 0 0} - -.frm_forms .frm_form_fields fieldset .frm_combo_inputs_container div{padding:0 0 10px} - -.frm_forms .frm_form_fields fieldset .frm_combo_inputs_container div input{width:100%} - -.frm_forms .frm_form_fields fieldset .frm_form_field.form-field .frm_time_wrap select{width:inherit} - -.frm_forms .frm_form_fields fieldset .frm_form_field.form-field select{width:100%} - -.frm_forms .frm_form_fields fieldset .frm_hidden{display:none} - -.frm_forms .frm_form_fields fieldset .frm-edit-page-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:0;background-color:transparent;box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)} - -.frm_forms .frm_form_fields fieldset .frm-edit-page-btn svg{width:20px;height:20px} - -.frm_forms .frm_form_fields fieldset .frm-edit-page-btn span{padding-left:10px;color:#000} - -.frm_forms .frm_form_fields fieldset .frm_pos_.frm_primary_label{margin-bottom:10px} - -.frm_forms .frm_form_fields fieldset .frm-line-table tr td h3{margin-bottom:0} - -.lifterlms .llms-sd-items .llms-sd-item:hover a,.llms-widget-syllabus .lesson-complete-placeholder.done{color:var(--bb-primary-color)} - -.nf-form-wrap .nf-form-content .nf-field-element select,.nf-form-wrap .nf-form-content .nf-field-element select.ninja-forms-field:not([multiple]){-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:right 1rem center;padding-right:40px} - -.nf-form-wrap .nf-form-content .list-select-wrap .nf-field-element>div{background:0 0;border:0} - -.nf-form-wrap .nf-form-content .listradio-wrap .nf-field-element input{display:none} - -.nf-form-wrap .nf-form-content .listradio-wrap .nf-field-element label{display:inline-block;margin-left:0!important} - -.nf-form-wrap .nf-form-content .listradio-wrap .nf-field-element label::after,.nf-form-wrap .nf-form-content .listradio-wrap .nf-field-element label::before{display:none} - -.nf-form-wrap .nf-form-content .listradio-wrap .nf-field-element li .bs-radio{display:none}@media screen and (max-width:1200px){ - -.single-llms_certificate .bb-grid{display:block} - -.single-llms_certificate .bb-grid .llms-certificate-container{display:block} - -.single-llms_certificate .bb-grid .llms-print-certificate{width:100%;max-width:100%}} - -.llms-print-certificate .back_to_home_page,.llms-print-certificate .button{font-size:14px} - -.llms-print-certificate button i{font-size:18px} - -.llms-print-certificate .back_to_home_page{display:inline-block;border-radius:20px;padding:1px 15px 1px 10px;margin:15px 0;-webkit-transition:all linear .2s;transition:all linear .2s} - -.llms-print-certificate .print_and_save_holder{margin-bottom:10px} - -.print_and_save_holder .button{font-family:inherit;padding:10px 20px;font-weight:500;font-style:normal;text-decoration:none;text-align:center;cursor:pointer;display:inline-block;line-height:1;outline:0;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} - -.llms-notification .llms-notification-body .llms-mini-cert{border:0;background-color:var(--bb-content-alternate-background-color);border-radius:4px;padding:10px 15px} - -.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert-title{font-weight:400} - -.llms-sd-notification-center .llms-notification .llms-mini-cert{max-width:100%} - -ul.llms-certificates-loop.listing-certificates li.llms-certificate-loop-item{padding:0} - -.llms-certificate__body{padding:10px 20px 20px} - -.llms-certificate__badge{width:100%;height:35px;background-color:#f5f6f7;margin-bottom:20px;border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0} - -.llms-certificate__badge img{position:relative;top:5px} - -.llms-certificate__label{font-size:13px;color:var(--bb-alternate-text-color)} - -.llms-achievement .llms-certificate-title,.llms-certificate .llms-certificate-title{font-size:20px;line-height:1.3} - -a.llms-certificate__link .llms-certificate-title:hover{color:var(--bb-primary-color)} - -.llms-certificate__footer{margin:15px 0 0} - -.llms-certificate__footer .llms-certificate-date{text-align:left;line-height:1.3} - -.llms-certificate__footer .llms-certificate__date-label{color:var(--bb-alternate-text-color)} - -.llms-certificate__footer .llms-certificate__moment{font-size:14px} - -.llms-certificate__download form{margin-bottom:0} - -.buddypress .buddypress-wrap .llms-certificate__download .llms-certificate__downloadBtn,.buddypress .buddypress-wrap .llms-certificate__download button.llms-certificate__downloadBtn.button,.llms-certificate__download .llms-certificate__downloadBtn,.llms-certificate__download button.llms-certificate__downloadBtn.button{color:var(--bb-primary-color);display:inline-block;width:26px;height:26px;line-height:12px;padding:5px;border-radius:var(--bb-button-radius);border:0;background-color:transparent} - -.buddypress .buddypress-wrap .llms-certificate__download .llms-certificate__downloadBtn i,.buddypress .buddypress-wrap .llms-certificate__download button.llms-certificate__downloadBtn.button i,.llms-certificate__download .llms-certificate__downloadBtn i,.llms-certificate__download button.llms-certificate__downloadBtn.button i{font-size:26px} - -.buddypress .buddypress-wrap .llms-certificate__download .llms-certificate__downloadBtn i::before,.buddypress .buddypress-wrap .llms-certificate__download button.llms-certificate__downloadBtn.button i::before,.llms-certificate__download .llms-certificate__downloadBtn i::before,.llms-certificate__download button.llms-certificate__downloadBtn.button i::before{margin:0} - -.buddypress .buddypress-wrap .llms-certificate__download .llms-certificate__downloadBtn:active,.buddypress .buddypress-wrap .llms-certificate__download .llms-certificate__downloadBtn:focus,.buddypress .buddypress-wrap .llms-certificate__download .llms-certificate__downloadBtn:hover,.buddypress .buddypress-wrap .llms-certificate__download button.llms-certificate__downloadBtn.button:active,.buddypress .buddypress-wrap .llms-certificate__download button.llms-certificate__downloadBtn.button:focus,.buddypress .buddypress-wrap .llms-certificate__download button.llms-certificate__downloadBtn.button:hover,.llms-certificate__download .llms-certificate__downloadBtn:active,.llms-certificate__download .llms-certificate__downloadBtn:focus,.llms-certificate__download .llms-certificate__downloadBtn:hover,.llms-certificate__download button.llms-certificate__downloadBtn.button:active,.llms-certificate__download button.llms-certificate__downloadBtn.button:focus,.llms-certificate__download button.llms-certificate__downloadBtn.button:hover{box-shadow:none} - -.buddypress .buddypress-wrap .llms-certificate__download i,.llms-certificate__download i{line-height:15px} - -body.bb-buddypanel.bb-sfwd-aside .site-header .bb-toggle-panel{display:inherit;margin-left:-18px} - -body.bb-buddypanel.bb-sfwd-aside .header-aside-inner .bb-toggle-panel{display:none} - -body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .site-header .site-header-container>.bb-toggle-panel{display:none} - -body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .site-header .site-header-container{padding-left:0} - -body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .header-3 .header-aside-inner .bb-toggle-panel{margin-right:0} - -body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .header-aside-inner .bb-toggle-panel{display:inline-block;padding-left:20px;margin:0;margin-right:-18px} - -body.bb-buddypanel.bb-sfwd-aside .site-header .site-header-container:not(.header-3) #header-aside .bb-toggle-panel i{color:inherit} - -body.bb-buddypanel.bb-sfwd-aside.buddypanel-open:not(.buddypanel-header) .site-header .bb-toggle-panel{visibility:hidden;opacity:0} - -body.bb-buddypanel.bb-sfwd-aside.buddypanel-header .site-header .bb-toggle-panel{margin-left:-18px} - -body.bb-buddypanel.bb-sfwd-aside.buddypanel-header.bb-buddypanel-right .site-header .bb-toggle-panel{margin-left:0} - -body.bb-buddypanel.bb-sfwd-aside:not(.buddypanel-open) .buddypanel .bb-toggle-panel{visibility:hidden;opacity:0} - -body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head{height:0} - -body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel{display:none} - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--0 a::before{content:"\ef58";font-family:bb-icons} - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-groups a::before{content:"\e95d";font-family:bb-icons} - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-courses a::before{content:"\eeac";font-family:bb-icons} - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-grades a::before{font-family:bb-icons;content:"\eed4"} - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-memberships a::before{font-family:bb-icons;content:"\ef52"} - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-achievements a::before{font-family:bb-icons;content:"\ee04"} - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-certificates a::before{font-family:bb-icons;content:"\e975"} - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--notifications a::before{font-family:bb-icons;content:"\e8a5"} - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--redeem-voucher a::before{font-family:bb-icons;content:"\ef0c"} - -.has-sidebar .woocommerce-MyAccount-content .llms-loop-list .llms-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){ - -.has-sidebar .woocommerce-MyAccount-content .llms-loop-list .llms-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -.has-sidebar .woocommerce-MyAccount-content .llms-loop-list.cols-3 .llms-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){ - -.has-sidebar .woocommerce-MyAccount-content .llms-loop-list.cols-3 .llms-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -.woocommerce-MyAccount-content ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px);padding:0}@media only screen and (max-width:1200px){ - -.woocommerce-MyAccount-content ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){ - -.woocommerce-MyAccount-content ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -.woocommerce-MyAccount-content ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}@media only screen and (max-width:1200px){ - -.woocommerce-MyAccount-content ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){ - -.woocommerce-MyAccount-content ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -.has-sidebar .woocommerce-MyAccount-content ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){ - -.has-sidebar .woocommerce-MyAccount-content ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -.has-sidebar .woocommerce-MyAccount-content ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){ - -.has-sidebar .woocommerce-MyAccount-content ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -.woocommerce-MyAccount-content ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}@media only screen and (max-width:1200px){ - -.woocommerce-MyAccount-content ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){ - -.woocommerce-MyAccount-content ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -.woocommerce-MyAccount-content ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}@media only screen and (max-width:1200px){ - -.woocommerce-MyAccount-content ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){ - -.woocommerce-MyAccount-content ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -.has-sidebar .woocommerce-MyAccount-content ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){ - -.has-sidebar .woocommerce-MyAccount-content ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -.has-sidebar .woocommerce-MyAccount-content ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){ - -.has-sidebar .woocommerce-MyAccount-content ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -.woocommerce-MyAccount-content .llms-notice+form p.form-row.form-row-first,.woocommerce-MyAccount-content .llms-sd-title+form p.form-row.form-row-first{width:100%} - -.woocommerce-MyAccount-content .llms-notice+form label,.woocommerce-MyAccount-content .llms-sd-title+form label{font-size:15px;margin-right:10px;display:inline-block} - -.woocommerce-MyAccount-content .llms-notice+form input[name=llms_voucher_code],.woocommerce-MyAccount-content .llms-sd-title+form input[name=llms_voucher_code]{border-radius:100px;padding:0 20px}@media screen and (max-width:992px){ - -.woocommerce-MyAccount-content .llms-notice+form input[name=llms_voucher_code],.woocommerce-MyAccount-content .llms-sd-title+form input[name=llms_voucher_code]{width:100%;margin-top:10px}} - -.woocommerce-MyAccount-content .llms-notice+form button,.woocommerce-MyAccount-content .llms-sd-title+form button{padding-top:6px;padding-bottom:6px;background-color:var(--bb-primary-color)} - -.woocommerce .woocommerce-MyAccount-content .llms-sd-title{padding:0 0 20px;border-bottom:1px solid var(--bb-content-border-color)}@media only screen and (min-width:800px){ - -.llms-theme .woocommerce-MyAccount-content{width:68%}} - -.woocommerce-MyAccount-content .llms-sd-section.llms-sd-grades{overflow-x:auto}@media (min-width:600px){ - -.llms-access-plans.cols-0 .llms-access-plan{width:100%} - -.llms-access-plans.cols-1 .llms-access-plan{width:100%} - -.llms-access-plans.cols-2 .llms-access-plan{width:100%} - -.llms-access-plans.cols-3 .llms-access-plan{width:100%} - -.llms-access-plans.cols-4 .llms-access-plan{width:100%} - -.llms-access-plans.cols-5 .llms-access-plan{width:100%} - -.llms-access-plans.cols-6 .llms-access-plan{width:100%} - -.llms-access-plans.cols-7 .llms-access-plan{width:100%} - -.llms-access-plans.cols-8 .llms-access-plan{width:100%} - -.llms-access-plans.cols-9 .llms-access-plan{width:100%}} - -.llms-access-plans .llms-access-plan .llms-access-plan-content,.llms-access-plans .llms-access-plan .llms-access-plan-footer{background-color:transparent} - -.llms-access-plans .llms-access-plan .llms-access-plan-footer{border-bottom:0} - -.llms-access-plan .stamp{border-radius:4px;background-color:var(--bb-danger-color);padding:4px 12px;font-weight:500;line-height:1.2;display:inline-block} - -.llms-access-plan-price{font-size:16px} - -.llms-access-plan-price>span{display:block} - -.llms-access-plan-price{font-variant:normal;line-height:inherit} - -.llms-access-plan-price .price-regular:not(.price-regular--isSale),.llms-access-plan-price .price-sale{color:var(--bb-headings-color);font-size:20px} - -.llms-access-plan-price .price-regular:not(.price-regular--isSale) .lifterlms-price,.llms-access-plan-price .price-sale .lifterlms-price{font-weight:700} - -.llms-access-plan-price .lifterlms-price{font-size:20px} - -.llms-access-plan-price .price-regular.price-regular--isSale{color:var(--bb-alternate-text-color)} - -.llms-access-plan-price .price-regular.price-regular--isSale .lifterlms-price{color:var(--bb-alternate-text-color);font-size:14px;font-weight:100} - -.llms-access-plan-pricing .llms-price-currency-symbol{font-size:inherit;vertical-align:inherit} - -.llms-access-plan-pricing.trial .llms-access-plan-price{margin-top:15px} - -.llms-access-plan-title{background-color:transparent;color:var(--bb-headings-color);font-weight:500;padding:0 0 20px;font-size:22px} - -.llms-access-plan-description{font-size:14px;line-height:1.8;padding:0} - -.llms-access-plan-expiration,.llms-access-plan-schedule,.llms-access-plan-trial{font-variant:normal;font-size:12px;text-transform:uppercase;margin-top:5px} - -.llms-access-plan-sale-end{font-variant:normal;text-transform:none;color:var(--bb-headings-color);margin-top:15px;font-size:13px} - -.llms-access-plan-sale-end span{color:var(--bb-alternate-text-color)}@media screen and (max-width:1200px){ - -.llms-access-plan-sale-end span{display:block;padding-bottom:3px}} - -.llms-access-plan-content{margin:0} - -.llms-access-plan:not(.featured) .llms-access-plan-featured{display:none} - -.llms-access-plan.featured .llms-access-plan-content,.llms-access-plan.featured .llms-access-plan-footer{border-left:0;border-right:0} - -.llms-access-plan.featured .llms-access-plan-featured{background-color:var(--bb-success-color);text-align:center;padding:5px 25px;line-height:1.5;border-radius:0 0 5px 5px;margin:0 0 10px;position:absolute;top:0;font-size:12px} - -.llms-access-plan-restrictions{margin:10px 0 0} - -.llms-access-plan-restrictions ul li{font-size:13px} - -.llms-access-plan .llms-access-plan-restrictions ul{margin:5px 0} - -.llms-access-plan .llms-access-plan-restrictions ul a{color:var(--bb-primary-color)} - -.llms-access-plan .llms-access-plan-restrictions ul a:hover{color:var(--bb-primary-color)} - -.bb-single-course-sidebar .llms-access-plan-description{padding:10px 0 0} - -.bb-single-course-sidebar .llms-access-plan{border:0;background-color:transparent;border-radius:0;padding:0;display:block;text-align:center} - -.bb-single-course-sidebar .llms-access-plan .llms-access-plan-content{max-width:100%;border:0;padding:0} - -.bb-single-course-sidebar .llms-access-plan .llms-access-plan-content,.bb-single-course-sidebar .llms-access-plan.featured .llms-access-plan-content{border:0} - -.bb-single-course-sidebar .llms-access-plan .llms-access-plan-footer{max-width:100%;display:block} - -.bb-single-course-sidebar .llms-access-plan .llms-access-plan-featured{position:static;border-radius:3px} - -.bb-single-course-sidebar .llms-access-plan .llms-access-plan-title{background-color:transparent;color:var(--bb-headings-color);padding:0} - -.llms-access-plan{margin:20px 0;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color);padding:25px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:left;float:none;position:relative} - -.llms-access-plan .llms-access-plan-content{max-width:60%;-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%;padding:0 25px 0 10px} - -.llms-access-plan .llms-access-plan-content,.llms-access-plan.featured .llms-access-plan-content{border-right:1px solid var(--bb-content-border-color)} - -.llms-access-plan .llms-access-plan-footer{max-width:40%;-webkit-box-flex:0;-ms-flex:0 0 40%;flex:0 0 40%;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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:10px} - -.llms-access-plan .llms-access-plan-footer .llms-access-plan-pricing{padding:0} - -.llms-access-plan .llms-button-action{padding:8px 35px}@media screen and (max-width:992px){ - -.llms-access-plan{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.llms-access-plan.featured{padding-top:45px} - -.llms-access-plan .llms-access-plan-content{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%;padding:0 10px 25px;border-bottom:1px solid var(--bb-content-border-color);margin-bottom:20px;text-align:center} - -.llms-access-plan .llms-access-plan-content,.llms-access-plan.featured .llms-access-plan-content{border-right:0} - -.llms-access-plan .llms-access-plan-footer{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%} - -.llms-access-plan .llms-access-plan-title{padding-bottom:10px}} - -.llms-meta-aplans{margin:0 0 10px} - -.llms-meta-aplans__btn a{font-size:14px;padding:8px 0}@media screen and (max-width:992px){ - -.llms-meta-aplans__btn a{font-size:13px;padding:6px 14px}} - -.llms-meta-aplans__btn a.llms-button-secondary{padding-left:18px;padding-right:18px} - -.llms-meta-aplans__figure h3{margin:0;font-weight:600;line-height:1.5}@media screen and (max-width:992px){ - -.llms-meta-aplans__figure h3{font-size:18px}} - -.llms-meta-aplans__figure h3>del{display:none} - -.llms-meta-aplans__figure h3>ins{text-decoration:none} - -.llms-meta-aplans--hasFree .lifterlms-price{color:var(--bb-success-color)} - -.llms-meta-aplans__smTag{color:var(--bb-alternate-text-color);font-size:12px;line-height:1.2;font-weight:500;letter-spacing:-.24px} - -.llms-meta-aplans__inDate{color:var(--bb-headings-color);font-size:14px;font-weight:500;line-height:1.5} - -.btn-meta-join i{margin-right:5px;position:relative;top:1px} - -.lifterlms .llms-checkout-wrapper .llms-checkout{background:0 0} - -.lifterlms .llms-checkout-wrapper .llms-checkout-col{padding:20px 15px;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);background:var(--bb-content-background-color)} - -.lifterlms .llms-checkout-wrapper .llms-checkout-section-content .llms-field-button{width:auto;font-weight:400} - -.lifterlms .llms-checkout-wrapper .llms-checkout-section-content .llms-checkout-confirm .llms-field-button{width:100%} - -.lifterlms .llms-checkout-wrapper .llms-checkout-section-content .llms-form-field.type-submit{text-align:center} - -.lifterlms .llms-checkout-wrapper .llms-notice.llms-error{background-color:var(--bb-danger-color);border:0} - -.lifterlms .llms-checkout-wrapper .llms-form-heading{font-size:16px;font-weight:700;background:0 0;color:var(--bb-headings-color);text-transform:uppercase;margin-bottom:15px;padding-top:0} - -.lifterlms .llms-checkout-wrapper .llms-checkout-section{border:none} - -.lifterlms .llms-checkout-wrapper .llms-person-login-form-wrapper{padding:0;border:0} - -.lifterlms .llms-checkout-wrapper .llms-checkout-wrapper form.llms-login{border:0} - -.lifterlms .llms-checkout-wrapper .llms-person-login-aktif{border:1px solid #eef0f3;padding:20px} - -.lifterlms .llms-checkout-wrapper .llms-login{border:none} - -.llms-checkout-wrapper .llms-form-field label{font-size:16px;font-weight:400} - -.llms-checkout-wrapper .llms-form-field.llms-payment-gateway-option{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1.5} - -.llms-checkout-wrapper .llms-form-field.llms-payment-gateway-option .llms-description{margin-left:10px} - -.llms-checkout-section-content .llms-order-summary{text-align:right;line-height:1.4} - -.llms-checkout-section-content .llms-order-summary li{font-size:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:3px 0 5px} - -.llms-checkout-section-content .llms-order-summary li .llms-label{margin-right:auto;font-weight:400;font-size:13px;text-transform:uppercase;color:var(--bb-alternate-text-color);line-height:1.7;padding-right:10px;text-align:left;min-width:110px} - -.llms-payment-gateways .llms-notice{padding:20px} - -.llms-payment-gateways .llms-notice .llms-form-field{padding:0;margin:0 0 10px} - -.llms-payment-gateways .llms-notice .llms-form-field.type-select{margin-top:10px} - -.llms-checkout-section-content .llms-label{color:var(--bb-headings-color);font-weight:700;font-variant:normal;text-transform:none} - -ul.llms-payment-gateways .llms-gateway-description{margin-left:37px;line-height:1;margin-bottom:17px} - -.llms-gateway-description p{font-weight:400;font-size:13px;color:var(--bb-alternate-text-color);font-style:normal} - -.llms-order-summary li{font-weight:400;font-size:16px} - -ul.llms-payment-gateways li:last-child::after{border-bottom:1px solid var(--bb-content-border-color)} - -.llms-checkout-section-content .llms-coupon-wrapper{border-top:1px solid var(--bb-content-border-color);font-size:14px;font-weight:400;margin-top:20px;padding-bottom:10px} - -.llms-checkout-section-content .llms-coupon-wrapper::before{font-family:bb-icons;font-size:1em;position:relative;width:22px;height:22px;content:"\ef17";margin-right:5px} - -.llms-checkout-section-content .llms-coupon-wrapper .llms-field-button{font-size:15px} - -.llms-checkout-section-content .has-coupon+.llms-coupon-wrapper::before{display:none} - -.entry-content .llms-author img{vertical-align:middle} - -.llms-widget-syllabus .section-header{font-size:16px;font-weight:600;letter-spacing:.6px;margin:10px 0;text-transform:uppercase;text-align:left;padding:10px 0} - -.llms-widget-syllabus .llms-collapse-caret{color:#939597} - -.llms-widget-syllabus .llms-collapse-caret i.fa{font-family:bb-icons!important;font-size:1em;position:relative;width:22px;height:22px;top:-2px} - -.llms-widget-syllabus .llms-collapse-caret .fa-caret-down::before{content:"\ee09";font-size:9px;font-weight:300} - -.llms-widget-syllabus .llms-collapse-caret .fa-caret-right::before{content:"\ee09";font-size:9px;font-weight:300} - -.llms-widget-syllabus .llms-section--closed i.fa.fa-caret-right{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);top:-8px;left:-4px} - -.llms-widget-syllabus ul li ul.llms-lesson{margin:0 0 10px} - -.llms-widget-syllabus ul li ul.llms-lesson li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(146,164,183,.05);border-radius:4px;padding:19px 25px} - -.llms-widget-syllabus .llms-lesson-complete{margin-right:15px;-ms-flex-preferred-size:22px;flex-basis:22px;-ms-flex-negative:0;flex-shrink:0;height:22px;width:22px;border:2px solid;border-radius:100%;color:var(--bb-content-border-color)} - -.llms-widget-syllabus .llms-lesson-complete.done{color:var(--bb-primary-color)} - -.llms-widget-syllabus .llms-lesson-complete i.fa{font-family:bb-icons!important;font-size:1em;position:relative;width:22px;height:22px;margin-left:-2px;margin-top:-2px} - -.llms-widget-syllabus .llms-lesson-complete .fa-check-circle::before{content:"\e876";font-size:12px;position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);color:#fff;font-weight:400;line-height:10px} - -.llms-widget-syllabus .lesson-title a,.llms-widget-syllabus .lesson-title.done a{color:var(--bb-headings-color)} - -.llms-widget-syllabus .lesson-title a:hover,.llms-widget-syllabus .lesson-title.done a:hover{color:var(--bb-primary-color)} - -.llms-widget-syllabus--collapsible .llms-syllabus-footer{font-size:14px;padding:10px 0} - -.llms-widget-syllabus--collapsible .llms-syllabus-footer a{color:var(--bb-headings-color)} - -.llms-widget-syllabus--collapsible .llms-syllabus-footer a:hover{color:var(--bb-primary-color)} - -.llms-course-progress .llms-course-continue-button{display:inline-block} - -#old_reviews:not(.old_reviews--revoke) .llms_review{display:block} - -#old_reviews:not(.old_reviews--revoke) .llms_review h5{color:var(--bb-headings-color)!important} - -#old_reviews:not(.old_reviews--revoke) .llms_review h6{font-family:inherit;color:var(--bb-alternate-text-color)!important} - -.ld-secondary-header.llms-shortcode .grid-filters{border-color:#e7e7e8;background:#fff;border:1px solid #e7e9ec;border-radius:3px;display:-webkit-box;display:flexbox;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:start;align-self:flex-start;font-size:21px;height:36px} - -.ld-secondary-header.llms-shortcode a.layout-view.layout-view-course.layout-grid-view.bp-tooltip{color:var(--bb-headings-color);display:-webkit-box;display:flexbox;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:5px;padding-right:5px;opacity:.4;-webkit-transition:.3s all;transition:.3s all} - -.ld-secondary-header.llms-shortcode a.layout-view.layout-view-course.layout-list-view.bp-tooltip{color:var(--bb-headings-color);display:-webkit-box;display:flexbox;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:5px;padding-right:5px;opacity:.4;-webkit-transition:.3s all;transition:.3s all} - -.ld-secondary-header.llms-shortcode a.layout-view.layout-view-course.layout-list-view.bp-tooltip.active{opacity:1} - -.ld-secondary-header.llms-shortcode a.layout-view.layout-view-course.layout-grid-view.bp-tooltip.active{opacity:1} - -.llms-pointer.llms-inner.bb-dark-theme .buddypanel{background-color:#121212} - -.llms-pointer.llms-inner.bb-dark-theme .buddypanel .panel-head{background-color:#121212} - -.llms-pointer.llms-inner.bb-dark-theme .buddypanel .panel-head .bb-toggle-panel{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme .buddypanel .panel-head .bb-toggle-panel:hover{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme .bb-mobile-panel-inner .side-panel-menu .sub-menu{background:#121212} - -.llms-pointer.llms-inner.bb-dark-theme .bb-mobile-panel-inner .side-panel-menu a>i{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme .buddypanel-menu>li>.bb-menu-item>i:not(.bb-icon-angle-down){color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme .site-header{background:#232323;box-shadow:0 3px 12px rgba(0,0,0,.05)} - -.llms-pointer.llms-inner.bb-dark-theme .site-header .bb-toggle-panel{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme .site-header .bb-toggle-panel:hover{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme .site-header .primary-menu>li>a{color:#888} - -.llms-pointer.llms-inner.bb-dark-theme .site-header .primary-menu>li>a:hover{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme .site-header .user-wrap a.user-link{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme .site-header .user-wrap a.user-link:hover{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme .site-header .user-wrap a.user-link:hover i{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme .site-header .user-wrap a.user-link i{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme .site-header #header-aside i{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme .site-header [data-balloon]::after{background:rgba(255,255,255,.95);box-shadow:none;color:#000} - -.llms-pointer.llms-inner.bb-dark-theme .site-header [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%22rgba(255,255,255,0.95)%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} - -.llms-pointer.llms-inner.bb-dark-theme .site-header .header-search-primary{background:#232323} - -.llms-pointer.llms-inner.bb-dark-theme .header-search-wrap,.llms-pointer.llms-inner.bb-dark-theme .header-search-wrap input.search-field{background:#000;color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li:hover{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li:hover.menu-item-has-children::after{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li:hover>a span,.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li:hover>a>i{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li.menu-item-has-children::after{color:#939597} - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li.menu-item>.ab-submenu::before{border-color:#232323 #232323 transparent transparent} - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu{background-color:#000} - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu{background-color:#000} - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item:hover>a{background:rgba(255,255,255,.15);color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item:hover>a>i{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item.menu-item-has-children::after{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item.menu-item-has-children:hover::after{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item>a{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item>a>i{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item.menu-item.menu-item-has-children>a::after{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li>a{color:#939597} - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li>a>i{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li>a:hover{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .more-button>i{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .more-button .active::after{border-color:#232323 #232323 transparent transparent} - -.llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu{background-color:#000} - -.llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu a{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu li:hover>a{color:#aaa;background:rgba(255,255,255,.15)} - -.llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu{background-color:#000} - -.llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu,.llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu::before{background-color:#000} - -.llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu li:hover>a{color:#aaa;background:rgba(255,255,255,.15)} - -.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu,.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu{background-color:#000} - -.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu .user-mention,.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu a,.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu .user-mention,.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu a::before,.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu a>i,.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a::before,.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a>i{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu li:hover a::before,.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu li:hover>a,.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu li:hover>a>i,.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover a::before,.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover>a,.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover>a>i{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu li.no-icon>a::before,.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li.no-icon>a::before{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu::before,.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu::before{border-color:#232323 #232323 transparent transparent} - -.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper{background-color:transparent} - -.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper::before{background-color:#000} - -.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper .ab-submenu{background-color:#000;box-shadow:none} - -.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu .user-link{border-color:#333 #333 transparent transparent} - -.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu{background-color:#000} - -.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a:hover,.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover>a{background:rgba(255,255,255,.15)} - -.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li .wrapper .bb-sub-menu{background-color:#000} - -.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li .wrapper .bb-sub-menu a:hover{background:rgba(255,255,255,.15)} - -.llms-pointer.llms-inner.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link>i{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link:hover .user-name,.llms-pointer.llms-inner.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link:hover>i{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-name{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme.bb-template-v2 .primary-menu>li:hover>a::before{background:rgba(255,255,255,.1)} - -.llms-pointer.llms-inner.bb-dark-theme .widget .dropzone .dz-default{background-color:#333} - -.llms-pointer.llms-inner.bb-dark-theme .widget .dropzone .dz-default .dz-button:hover>strong,.llms-pointer.llms-inner.bb-dark-theme .widget .dropzone .dz-default .dz-button>strong{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme .widget #whats-new-toolbar .emojionearea .emojionearea-button::before,.llms-pointer.llms-inner.bb-dark-theme .widget #whats-new-toolbar a [class*=" bb-icon-"]{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme .widget #whats-new-toolbar .post-emoji .emojionearea.medium-editor-placeholder{padding:0} - -.llms-pointer.llms-inner.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active{background-color:#333;bottom:0} - -.llms-pointer.llms-inner.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b,.llms-pointer.llms-inner.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b:hover{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b::before,.llms-pointer.llms-inner.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b:hover::before{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme .select2-container .select2-dropdown{background:#000;border:1px solid #aaa} - -.llms-pointer.llms-inner.bb-dark-theme .select2-container--default .select2-results__option--highlighted[aria-selected]{background:#333} - -.llms-pointer.llms-inner.bb-dark-theme .entry-content .widget .bbp_topic_tags_wrapper li.select2-search{margin-bottom:0} - -.llms-pointer.llms-inner.bb-dark-theme .entry-content .widget .bbp-topic-form .bbp-the-content-wrapper,.llms-pointer.llms-inner.bb-dark-theme .entry-content .widget .bbp-topic-form .bbp_topic_tags_wrapper{background-color:#333;color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link .user-name{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link:hover .user-name{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link:hover::before{background:rgba(255,255,255,.1)} - -.llms-pointer.llms-inner.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children.selected .user-link::before{background:rgba(255,255,255,.1)} - -.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper{background-color:#1c1c1c} - -.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper a.course-entry-link{background-color:rgba(146,164,183,.2)} - -.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper a.course-entry-link:hover{background-color:rgba(146,164,183,.3)} - -.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .ld-course-navigation h2{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifter-topic-sidebar-progress{border-color:#333} - -.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifterlms-lessions-list .llms-syllabus-wrapper .llms-section-title{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link:hover .llms-main h5{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifterlms-lessions-list .llms-syllabus-wrapper .lifterlms_lesson_holder.current_title{background:#333} - -.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifter-sidebar-widgets ul li.widget{border-color:#333} - -.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifter-sidebar-widgets ul li.widget .widgettitle,.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifter-sidebar-widgets ul li.widget a:hover,.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifter-sidebar-widgets ul li.widget.widget_calendar a{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content{background:#121212;border-bottom-color:#121212} - -.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .bb-ld-info-bar .ld-breadcrumbs{border-color:#333} - -.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span a{color:#939597} - -.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .bb-position .lifterlms-lesson-position span.bb-pages{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a{background-color:rgba(146,164,183,.2)} - -.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a:hover{background-color:rgba(146,164,183,.3)} - -.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a [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%22rgba(255,255,255,0.95)%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} - -.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a [data-balloon]::after{background:rgba(255,255,255,.95);box-shadow:none;color:#000} - -.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-header-title h1{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor h5 a{color:#939597} - -.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor h5 a:hover{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .gfield_description,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .gform_description,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap label,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap p{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .gfield_description a,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .gform_description a,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap label a,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap p a{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .gsection_title,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-lesson-button-wrapper,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap h3{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-lesson-preview .llms-lesson-link{background:#333} - -.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-lesson-preview .llms-lesson-link h5,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-lesson-preview .llms-lesson-link h6{color:#fff} - -.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-assignment-content .llms-task-marker,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-assignment-content .llms-task-title{color:#aaa} - -.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .frm_forms .frm_form_fields fieldset .frm_description,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .frm_forms .frm_form_fields fieldset .frm_top_container .frm_primary_label,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .frm_forms .frm_form_fields fieldset .frm_top_container label.frm_primary_label,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .list-checkbox-wrap .nf-field-element ul li label,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .listradio-wrap .nf-field-element label,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .nf-form-wrap .nf-field-label label,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .nf-form-wrap .nf-form-fields-required,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .with_frm_style .vertical_radio .frm_checkbox label,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .with_frm_style .vertical_radio .frm_radio label,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap div.wpforms-container-full .wpforms-form .wpforms-field-label,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap div.wpforms-container-full .wpforms-form .wpforms-field-label-inline{color:#888} - -.llms-pointer.llms-inner.bb-dark-theme .llms-donut .inside{background:#000} - -.bb-dark-theme .llms-course-sidebar-heading{color:#fff} - -.bb-dark-theme [data-type=short_answer].llms-question-wrapper input{background-color:#121212;color:#fff} - -.bb-dark-theme .llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader h2{color:#fff} - -.bb-dark-theme .llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader .fa.fa-upload{color:#fff} - -.bb-dark-theme .llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio .llms-aq-scale-button{background-color:transparent;color:#fff} - -.bb-dark-theme.single-llms_quiz #lifterlms-page-content .lifterlms_content_wrap h3.llms-question-title{color:#fff} - -.bb-dark-theme.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer::before{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .comment-respond{background-color:#121212;border-color:#333} - -.bb-sfwd-aside.bb-dark-theme .comment-respond .comment-author{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .comment-respond textarea{border-color:#333} - -.bb-sfwd-aside.bb-dark-theme .comment-respond input[type=submit].outline:disabled{background-color:#333} - -.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-table-list .ld-table-list-item .ld-table-list-title a{color:inherit} - -.bb-sfwd-aside.bb-dark-theme .comment-list .comment-body{background-color:#121212;border-color:#333;color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .comment-list .comment-body .comment-author a.url{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .comment-list .comment-body a.comment-date{color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .comment-list .comment-body a.comment-date:hover{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_catOverview span,.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input[type=file]+label{background-color:#121212} - -.bb-sfwd-aside.bb-dark-theme input[type=text],.bb-sfwd-aside.bb-dark-theme select,.bb-sfwd-aside.bb-dark-theme textarea{background-color:#333;border-color:#aaa;color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .lifterlms_content_wrap .comments-title{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .buddypanel .site-branding{background-color:#121212} - -.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=date],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=datetime-local],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=datetime],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=email],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=month],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=number],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=password],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=range],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=search],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=tel],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=text],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=time],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=url],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=week],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form select,.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form textarea{background-color:#333;border-color:#aaa;color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_detailed_progress_wrap .single_section_wrap{border-color:#333} - -.bb-sfwd-aside.bb-dark-theme .widget.buddypress div.item-options{border-bottom-color:#333} - -.bb-sfwd-aside.bb-dark-theme .lifter-sidebar-widgets .widget_course_syllabus .section-title{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .woocommerce-Price-amount{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .widget_search .search-field-top{background-color:transparent;color:#fff;border-color:#aaa} - -.bb-sfwd-aside.bb-dark-theme .llms-widget-syllabus .llms-lesson-complete .fa-check-circle::before{color:#1c1c1c} - -.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .bb-toggle-panel:hover{background:rgba(255,255,255,.15)} - -.bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a,.bb-sfwd-aside.bb-dark-theme .side-panel-menu a,.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu li:not(.current-menu-item) a{color:var(--bb-alternate-text-color);background-color:transparent} - -.bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a:hover,.bb-sfwd-aside.bb-dark-theme .side-panel-menu a:hover,.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu li:not(.current-menu-item) a:hover{color:#fff;background-color:transparent} - -.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover>a{color:#aaa;background:rgba(255,255,255,.15)} - -.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover>a:hover{color:#aaa;background:rgba(255,255,255,.15)} - -.bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu .current-menu-item>a,.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu .current-menu-item>a{color:#fff;background:#121212} - -.bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu .current-menu-item>a:hover,.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu .current-menu-item>a:hover{background-color:transparent} - -.bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu li:not(.current-menu-item) a i:not(.bb-icon-angle-down){opacity:1;color:#fff} - -.bb-sfwd-aside.bb-dark-theme .side-panel-menu a{color:var(--bb-alternate-text-color)} - -.bb-sfwd-aside.bb-dark-theme .side-panel-menu a:hover{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .lifter-sidebar-widgets li.widget a,.bb-sfwd-aside.bb-dark-theme .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link .llms-main h5,.bb-sfwd-aside.bb-dark-theme .llms-course-members-list .course-members-list a,.bb-sfwd-aside.bb-dark-theme .widget .item-list .item-title a,.bb-sfwd-aside.bb-dark-theme.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview .llms-lesson-link h5{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .bb-progress .bb-progress-circle{border-color:var(--bb-primary-color)} - -.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-inner{background:#121212} - -.bb-sfwd-aside.bb-dark-theme .site-header .bb-icon-close{color:#fff;background-color:rgba(146,164,183,.2)} - -.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-wrapper .bb-mobile-panel-header{background-color:#121212} - -.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-header .user-name{color:#fff} - -.bb-sfwd-aside.bb-dark-theme .site-header .bb-left-panel-mobile>i,.bb-sfwd-aside.bb-dark-theme .site-header .header-aside i{color:var(--bb-alternate-text-color)} - -.llms-sl-directory{padding:0 10px} - -.llms-sl-directory .llms-sl-card{background:0 0;border:0} - -.llms-sl-directory .llms-sl-card>a{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;display:block;padding:25px 20px;overflow:visible;height:100%;position:relative;-webkit-transition:box-shadow linear .2s;transition:box-shadow linear .2s;text-align:center} - -.llms-sl-directory .llms-sl-card>a:hover{box-shadow:0 3px 24px 0 rgba(18,43,70,.08)} - -.llms-sl-directory .llms-sl-card .llms-student-avatar img{border-radius:50%;max-width:126px;margin:0 auto 18px;object-fit:cover;width:126px;height:126px} - -.llms-sl-directory .llms-sl-card-footer{background:0 0;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:column;flex-flow:column;padding:0} - -.llms-sl-directory .llms-sl-card-footer .llms-sl-card-title{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;letter-spacing:-.24px;line-height:1.3;font-size:13px;color:var(--bb-alternate-text-color);margin-top:5px;font-family:inherit;font-weight:inherit} - -.llms-sl-directory .llms-sl-card-footer .llms-sl-card-subtitle,.llms-sl-directory .llms-sl-card-header .llms-sl-card-subtitle{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;color:var(--bb-headings-color);display:inline-block;font-size:20px;font-weight:500;letter-spacing:-.24px;line-height:1.2;text-transform:capitalize} - -.llms-sl-uploader{border-radius:4px} - -#llms-sl-upload-modal .llms-sl-uploader{border-color:var(--bb-content-border-color)} - -.llms-sl-uploader>p{color:var(--bb-body-text-color)} - -.llms-sl-uploader .fa-upload::before{content:"\ee24";font-family:bb-icons;font-style:normal;font-weight:400;display:inline-block;width:38px;height:38px;color:var(--bb-primary-color)} - -.entry-content .llms-sl-directory .llms-sl-card--student .llms-student-avatar img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)} - -.entry-content .llms-sl-directory .llms-sl-card--student{width:-webkit-calc(33.3333% - 20px);width:calc(33.3333% - 20px)}@media screen and (max-width:1100px){ - -.entry-content .llms-sl-directory .llms-sl-card--student{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media screen and (max-width:540px){ - -.entry-content .llms-sl-directory .llms-sl-card--student{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -body:not(.has-sidebar) .entry-content .llms-sl-directory .llms-sl-card--student{width:-webkit-calc(25% - 20px);width:calc(25% - 20px)}@media screen and (max-width:1100px){ - -body:not(.has-sidebar) .entry-content .llms-sl-directory .llms-sl-card--student{width:-webkit-calc(33.3333% - 20px);width:calc(33.3333% - 20px)}}@media screen and (max-width:768px){ - -body:not(.has-sidebar) .entry-content .llms-sl-directory .llms-sl-card--student{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media screen and (max-width:540px){ - -body:not(.has-sidebar) .entry-content .llms-sl-directory .llms-sl-card--student{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}} - -body .llms-sl-card .llms-pagination ul.page-numbers li .page-numbers,body .llms-sl-card .llms-pagination ul.page-numbers li .page-numbers.current,body .llms-sl-card .llms-pagination ul.page-numbers li:first-child .page-numbers{border:0} - -body .llms-sl-card .llms-pagination{background:0 0;padding:0} - -body .llms-sl-card .llms-pagination ul.page-numbers li .page-numbers{padding:4px 16px} - -body .llms-sl-profile-header .llms-sl-cover::after{background:#607387;z-index:0} - -body .llms-sl-profile-header .llms-student-avatar .avatar{border-radius:0;object-fit:cover;width:160px;height:160px} - -body .llms-sl-profile-header .llms-sl-avatar{border-radius:4px;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px var(--bb-content-border-color);border:5px solid #fff} - -body .llms-sl-profile-header .llms-sl-handle{margin-left:195px} - -body .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item a.llms-sl-menu-link{color:#939597;margin:0 12px;padding-left:0;padding-right:0} - -body ul.llms-sl-menu li.llms-sl-menu-item.current{font-weight:500} - -body .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item.current a.llms-sl-menu-link{color:var(--bb-headings-color)} - -body .llms-sl-card-header .llms-sl-card-action{right:-2px;top:-10px} - -body .llms-sl-card-footer{background:0 0;border-top:0;padding:0} - -body .llms-sl-card--new-share .llms-sl-new-share-content{font-size:14px;padding:0;width:100%;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto} - -body .llms-sl-card--new-share .llms-sl-new-share-content a{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto} - -.llms-sl-profile .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item.item--dashboard{float:left} - -.llms-sl-profile-header .llms-achievement-image--icon{background-color:transparent;padding:0} - -.custom-sl-card-header.llms-sl-card-header{background-color:var(--bb-content-alternate-background-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid var(--bb-content-border-color);border-radius:4px 4px 0 0;margin:-20px -15px 0;padding:15px} - -.custom-sl-card-header .llms-student-avatar .avatar{max-width:36px;object-fit:cover;width:36px;height:36px} - -.custom-sl-card-header .llms-sl-custom-title{font-size:14px;font-weight:500;letter-spacing:-.24px;margin:0 0 0 2px} - -.llms-sl-timeline .llms-sl-card-header .llms-student-avatar img{object-fit:cover;width:36px;height:36px} - -.llms-sl-timeline .llms-sl-story-reply .llms-student-avatar img{object-fit:cover;width:28px;height:28px} - -body .llms-sl-card-footer.custom-sl-card-footer{border-top:1px solid #eef0f3;padding:15px 15px 0;margin:2px -15px -5px} - -body .llms-sl-card [contenteditable]:focus{box-shadow:none} - -body .llms-sl-card--story .llms-sl-story-reply .llms-sl-story-reply-comment:focus{box-shadow:0 0 0 1px #f1f1f1} - -body .llms-sl-card--story .llms-sl-card-text li,body .llms-sl-card--story .llms-sl-card-text p{font-size:inherit} - -.llms-sl-card-main .llms-sl-card-text{line-height:1.5} - -.llms-sl-timeline .llms-sl-card-main .llms-sl-card-text{font-size:14px;margin:0 -15px 20px;border-bottom:1px solid #eef0f3;padding:0 15px 15px} - -button.llms-sl-button{font-size:14px;font-weight:500}@media (min-width:700px){ - -body .llms-sl .llms-sl-content .llms-sl-sidebar{min-width:260px}} - -.lifterlms .llms-sd-items .sl_profile a::before{content:"\ef58";font-family:bb-icons} - -.llms-sl-profile-header .llms-achievement__body{display:none} - -.llms-sl-profile-header .achievement-item .bb-cover-wrap--llms{padding-top:100%;background:0 0} - -.llms-sl-profile-header a.llms-achievement{background:0 0} - -.llms-sl-profile .llms-sl-profile-nav{background-color:#fff;border-radius:0 0 4px 4px;border:1px solid var(--bb-content-border-color);border-top:0} - -.llms-sl-profile .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item a.llms-sl-menu-link{border-right:0} - -.llms-sl-profile .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item.item--dashboard a.llms-sl-menu-link,.llms-sl-profile .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item:first-child a.llms-sl-menu-link{border-left:0} - -.llms-sl-profile .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item.current a.llms-sl-menu-link{border-bottom:1px solid var(--bb-primary-color)} - -.llms-sl-profile .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item a.llms-sl-menu-link:hover{background-color:transparent} - -.llms-sl:not(.llms-sl-directory) .llms-sl-card{border:1px solid var(--bb-content-border-color);border-radius:4px;background-color:#fff;padding:1.25rem .9375rem} - -.llms-sl-card .llms-sl-card-header{background-color:transparent;border:0;padding:0} - -.llms-sl-card .llms-sl-card-header.custom-sl-card-header{padding:1.25rem .9375rem} - -.llms-sl-card .llms-sl-card-header .llms-sl-card-title{font-size:14px;font-weight:500;line-height:1} - -.llms-sl-card .llms-sl-card-header .llms-sl-card-title i{display:none} - -.llms-sl-card .llms-sl-card-main{padding:0;margin:10px 0 0} - -.llms-sl-card .llms-sl-card-main hr{background-color:transparent;border-bottom:1px solid var(--bb-content-border-color);border-top:0} - -.llms-sl-card .llms-sl-card-main .llms-sl-card-text{font-size:14px;margin:0} - -.llms-sl-card .llms-sl-card-main .llms-sl-card-text h2{font-size:18px;margin:0} - -.llms-sl-card .llms-sl-card-main .llms-sl-card-list{font-size:14px}@media screen and (max-width:998px){ - -.llms-sl .llms-sl-profile-nav ul.llms-sl-menu{margin-left:0;margin-top:0;width:100%} - -.llms-sl .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item.item--dashboard{float:left} - -.llms-sl .llms-sl-profile-header .llms-sl-handle{margin-left:120px} - -.llms-sl .llms-sl-profile-header .llms-sl-avatar img{max-width:90px} - -.llms-sl .llms-sl-profile-header .llms-sl-cover .llms-cover-img{left:0;position:absolute;top:0;z-index:1;bottom:0;right:0;-webkit-transform:none;-ms-transform:none;transform:none} - -.llms-sl .llms-sl-profile-header .llms-sl-cover .llms-cover-img img{height:100%;width:100%;object-fit:cover} - -.llms-sl .llms-sl-profile-header .llms-sl-handle{font-size:22px}}@media (min-width:700px){ - -.llms-sl.llms-sl-profile .llms-sl-content{-ms-flex-flow:nowrap;flex-flow:nowrap}}@media (max-width:992px){ - -.llms-sl.llms-sl-profile .llms-sl-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.llms-sl.llms-sl-profile .llms-sl-content.sidebar--left .llms-sl-main{width:100%;margin-left:0}} - -select#llms-sl-instructor-filter-post{width:100%;margin-top:5px} - -.llms-sl-sidebar .llms-sl-card-main{font-size:14px;margin:20px 0 0} - -.llms-sl-sidebar .llms-sl-card-main li>strong{font-weight:500;text-transform:uppercase} - -.llms-sl-sidebar .llms-sl-card-main label{font-size:14px} - -.llms-sl-sidebar .llms-sl-card .llms-sl-card-header .llms-sl-card-title{text-transform:uppercase;font-family:inherit;font-size:13px;letter-spacing:.25px;line-height:1rem} - -.llms-sl-profile-header ul.llms-achievements-loop li.llms-achievement-loop-item{border:0;margin:3px} - -.llms-sl-profile-header ul.llms-achievements-loop li.llms-achievement-loop-item:hover{box-shadow:none} - -.llms-sl-profile-header ul.llms-achievements-loop li.llms-achievement-loop-item .llms-achievement-img{object-fit:cover;width:64px;height:64px;border-radius:100px} - -.llms-group-profile-header{background:#607387} - -.llms-group-profile-header .llms-group-banner .llms-banner-img{width:100%!important} - -#llms-group-upload-modal .llms-group-uploader{border-color:var(--bb-content-border-color);border-radius:4px} - -#llms-group-upload-modal .llms-group-uploader .fa-upload::before{content:"\ee24";font-family:bb-icons;font-style:normal;font-weight:400;display:inline-block;width:38px;height:38px;color:var(--bb-primary-color)} - -.llms-group-modal .llms-group-modal--container{border-radius:3px;padding:20px} - -.llms-group-profile-header .llms-group-banner .edit-banner,.llms-group-profile-header .llms-group-logo .edit-logo{font-size:14px;padding:6px 12px} - -.llms-group-profile-header .llms-group-banner .edit-banner:hover,.llms-group-profile-header .llms-group-logo .edit-logo:hover{background-color:rgba(255,255,255,.5);border-radius:15px} - -.llms-group-button{border-radius:100px} - -.llms-group-profile-header .llms-group-logo{border-radius:4px;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px var(--bb-content-border-color);border:5px solid #fff} - -.llms-group-profile .llms-group-profile-nav{background-color:#fff;border-radius:0 0 4px 4px;border:1px solid var(--bb-content-border-color);border-top:0} - -.llms-group-profile .llms-group-profile-nav ul.llms-group-menu li.llms-group-menu-item a.llms-group-menu-link{border-right:0;color:#939597;margin:0 12px;padding-left:0;padding-right:0} - -.llms-group-profile .llms-group-profile-nav ul.llms-group-menu li.llms-group-menu-item a.llms-group-menu-link:hover{background:0 0} - -.llms-group-profile .llms-group-profile-nav ul.llms-group-menu li.llms-group-menu-item.current a.llms-group-menu-link{border-bottom:1px solid var(--bb-primary-color);font-weight:500;margin-bottom:-1px;color:var(--bb-headings-color)} - -.llms-group-profile .llms-group-profile-nav ul.llms-group-menu li.llms-group-menu-item:first-child a.llms-group-menu-link{border-left:0} - -.llms-group-card{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px} - -.llms-group-card.card--group-profile-reports{padding:20px} - -.llms-group-card-footer{background-color:#fff;font-size:14px;border-top:1px solid var(--bb-content-border-color);border-radius:0 0 4px 4px;padding:15px 20px} - -.llms-group-sidebar .llms-group-card-footer{padding:10px 20px} - -.llms-group-card-header{background-color:#fff;border-bottom:1px solid var(--bb-content-border-color);border-radius:4px 4px 0 0;padding:13px 10px} - -.llms-group-sidebar .llms-group-card-header .llms-group-card-title{text-transform:uppercase;font-family:inherit;font-size:13px;letter-spacing:.25px;line-height:1rem;font-weight:600} - -.llms-group-card-header .llms-group-card-action{top:6px;right:10px} - -.llms-group-main .llms-group-card-header .llms-group-card-title i{display:none} - -.llms-group-main .llms-group-card-header{padding:13px 20px} - -.llms-group-main .llms-group-card-header .llms-group-card-title{font-weight:500} - -.llms-group-main .llms-group-card-header .llms-group-card-action{top:13px;right:20px} - -.llms-group-main .llms-group-card-main{padding:40px 20px} - -.llms-group-card-footer .llms-group-button.ghost .fa,.llms-group-card-header .llms-group-button.ghost .fa{color:#939597} - -.llms-group-button.ghost{font-size:13px;font-weight:400} - -.llms-group-button.ghost:focus,.llms-group-button.ghost:hover{background:0 0;color:inherit;box-shadow:none} - -.llms-group-button.ghost:focus .fa,.llms-group-button.ghost:hover .fa{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)} - -.llms-group-button.ghost.on-light-bg:focus,.llms-group-button.ghost.on-light-bg:hover{background:0 0;color:inherit;box-shadow:none} - -.llms-group-button.ghost.on-light-bg:focus .fa,.llms-group-button.ghost.on-light-bg:hover .fa{-webkit-transform:scale(1.4);-ms-transform:scale(1.4);transform:scale(1.4)} - -.llms-group .fa-archive::before,.llms-group .fa-pencil::before,.llms-group .fa-plus::before,.llms-group .fa-times::before,.llms-group .fa-users::before{font-family:bb-icons;font-style:normal;font-weight:400;display:inline-block;margin-left:5px;font-size:12px} - -.llms-group .fa-pencil::before{content:"\ee5a"} - -.llms-group .fa-times::before{content:"\e828"} - -.llms-group .fa-plus::before{font-family:bb-icons;content:"\eef9";font-size:13px;font-weight:100} - -.llms-group .fa-users::before{content:"\ef5a"} - -.llms-group .fa-archive::before{content:"\e86e"} - -.llms-group .llms-group-sidebar .card--group-profile-members .fa-pencil::before{content:"\eef9";font-family:bb-icons;font-size:13px;color:var(--bb-primary-color);font-weight:100} - -.llms-group .llms-group-sidebar .fa-plus::before{color:var(--bb-primary-color)} - -.llms-group-sidebar .llms-group-card-title i.fa::before{font-size:19px;position:relative;top:2px;margin-right:3px} - -.llms-group .llms-group-main .llms-group-card-header .fa::before{font-size:15px} - -.llms-group-modal .fa-envelope-o::before,.llms-group-modal .fa-times::before{font-family:bb-icons;font-style:normal;font-weight:400;display:inline-block;margin-left:5px;font-size:16px} - -.llms-group-modal .fa-times::before{content:"\e828"} - -.llms-group-modal .fa-envelope-o::before{content:"\eee7";margin:0 2px 0 0} - -.llms-group-modal #llms-group-invite-modal-title,.llms-group-modal #llms-group-seats-modal-title{text-align:center;margin-top:1.5rem} - -.llms-group-modal .llms-button-primary.large .fa{left:0} - -.llms-group-invite-modal .llms-group-modal--container .llms-group-modal--footer .llms-group-open-invite-link{text-decoration:none;font-size:15px;top:19px} - -label[for=llms_group_invitation_link]{color:var(--bb-alternate-text-color);font-size:15px;margin-bottom:5px;display:inline-block} - -.llms-group-modal .llms-group-modal--header .llms-group-button,.llms-group-modal .llms-group-modal--header .llms-group-button:active,.llms-group-modal .llms-group-modal--header .llms-group-button:focus{color:#939597;box-shadow:none} - -.llms-group-card-footer .fa-floppy-o::before{font-family:bb-icons;font-style:normal;font-weight:400;display:inline-block;margin-right:3px;font-size:14px;content:"\ef0e"} - -.llms-group-card-footer .llms-group-button{font-weight:400;font-size:15px} - -.llms-group-sidebar .card--group-profile-members .llms-group-card-main::after,.llms-group-sidebar .card--group-profile-members .llms-group-card-main::before{display:none} - -.llms-group-sidebar .llms-group-member{width:25%} - -.llms-group-sidebar .llms-student-avatar{border-radius:3px;width:100%;padding:5px;background:0 0;border:0} - -.llms-group-sidebar .avatar{border-radius:3px} - -.llms-student-avatar img{max-width:80px} - -.llms-group-member--desc .llms-group-member--name{margin-bottom:5px} - -.llms-group-member--desc .llms-group-member--role,.llms-group-member--desc .llms-group-member--since{margin-bottom:0} - -.llms-group-member .llms-group-member--desc h6{opacity:1;color:var(--bb-alternate-text-color)} - -.card--group-profile-seats .llms-group-card-header{border-bottom:0;border-radius:4px} - -.llms-group-profile-sidebar .llms-group-card.card--group-profile-members .llms-group-card-main{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-flow:wrap;flex-flow:wrap} - -.llms-group-card-footer.content-right{text-align:center} - -.llms-group-card form{margin-bottom:0} - -.llms-group-card-footer .llms-group-error{line-height:34px} - -.llms-form-field .llms-description{font-style:normal;color:var(--bb-alternate-text-color)} - -.llms-group-modal .llms-button-primary.large{font-size:15px;padding:12px 25px;font-weight:400;line-height:1;min-height:auto} - -#llms-group-seats-modal-content{padding:0 15px 15px} - -#llms-group-seats-modal-content form table{display:-webkit-box;display:-ms-flexbox;display:flex} - -#llms-group-seats-modal-content form table tr{display:block} - -#llms-group-seats-modal-content form table td,#llms-group-seats-modal-content form table th{display:block;font-size:15px;line-height:40px;padding:10px 0} - -#llms-group-seats-modal-content form table td h3,#llms-group-seats-modal-content form table th h3{margin:0;font-size:15px;line-height:40px} - -#llms-group-seats-modal-content form table td:last-child,#llms-group-seats-modal-content form table th:last-child{border-bottom:0} - -#llms-group-seats-modal-content form table thead th{padding-right:30px;color:var(--bb-headings-color)} - -#llms-group-seats-modal-content form table tbody{text-align:right;-webkit-box-flex:1;-ms-flex:1;flex:1} - -#llms-group-seats-modal-content .llms-button-primary{font-size:15px;font-weight:400} - -#llms-group-seats-modal-content .llms-button-primary i{display:none} - -.llms-group-profile-main .llms-group-card.card--group-profile-members .llms-group-card-main .card--group-profile-members__vip-blocks .llms-group-member{margin-bottom:10px} - -.card--group-profile-members__vip-blocks{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;margin:0 -5px}@media screen and (max-width:992px){ - -.card--group-profile-members__vip-blocks{display:block}} - -.card--group-profile-members__vip-blocks .llms-group-member{-webkit-box-flex:0;-ms-flex:0 0 calc(20% - 10px);flex:0 0 -webkit-calc(20% - 10px);flex:0 0 calc(20% - 10px);max-width:-webkit-calc(20% - 10px);max-width:calc(20% - 10px);margin:0 5px;background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;text-align:center;position:relative}@media screen and (max-width:1200px){ - -.card--group-profile-members__vip-blocks .llms-group-member{-webkit-box-flex:0;-ms-flex:0 0 calc(33.333% - 10px);flex:0 0 -webkit-calc(33.333% - 10px);flex:0 0 calc(33.333% - 10px);max-width:-webkit-calc(33.333% - 10px);max-width:calc(33.333% - 10px)}}@media screen and (max-width:992px){ - -.card--group-profile-members__vip-blocks .llms-group-member{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 10px);flex:0 0 -webkit-calc(100% - 10px);flex:0 0 calc(100% - 10px);max-width:-webkit-calc(100% - 10px);max-width:calc(100% - 10px);border:0;border-radius:0;text-align:left}} - -.card--group-profile-members__vip-blocks .llms-group-member::before{content:"";display:inline-block;position:absolute;top:0;left:0;right:0;height:55px;background-color:#f8f8f8;border-radius:4px 4px 0 0;z-index:0}@media screen and (max-width:992px){ - -.card--group-profile-members__vip-blocks .llms-group-member::before{display:none}} - -.card--group-profile-members__vip-blocks .llms-group-member--desc{margin:0;padding:15px 10px 20px} - -.card--group-profile-members__vip-blocks .llms-group-member--role i{display:none} - -.card--group-profile-members__vip-blocks .llms-group-member--name{margin-bottom:0} - -.card--group-profile-members__vip-blocks .llms-student-avatar{margin-top:10px;position:relative;z-index:5} - -.llms-group-main .card--group-profile-members .llms-group-card-footer{border-top:0} - -.card--group-profile-members__leaders{padding-bottom:20px;border-bottom:1px solid var(--bb-content-border-color)} - -.llms-group-card-main .llms-group-card-main--heading{border-bottom:0;margin-top:30px} - -.llms-group-main .card--group-profile-members .llms-group-card-main{padding-bottom:20px} - -.lifterlms .tagify,.llms-group-modal .tagify{border:1px solid #dedfe2;border-radius:3px;padding:0 12px;height:40px;line-height:40px} - -.lifterlms .tagify .tagify__input,.llms-group-modal .tagify .tagify__input{margin:0;font-size:15px;padding:0} - -.lifterlms .tagify .tagify__tag>div,.llms-group-modal .tagify .tagify__tag>div{line-height:32px;padding-right:10px} - -.lifterlms .tagify .tagify__tag__removeBtn,.llms-group-modal .tagify .tagify__tag__removeBtn{line-height:10px} - -.tagify--select::after{content:"\e826";font-family:bb-icons;font-style:normal;font-weight:400;font-size:24px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:8px;color:var(--bb-alternate-text-color)} - -.llms-pagination>*{display:inline-block;font-size:13px;margin-right:10px} - -.llms-pagination a.next,.llms-pagination a.prev{font-size:0} - -.llms-pagination a.next::before,.llms-pagination a.prev::before{content:"\2192";font-size:13px} - -.llms-pagination a.prev::before{content:"\2190"} - -.llms-group-main.llms-group-profile-main{max-width:100%} - -.card--group-profile-reports{overflow-x:auto} - -.card--group-profile-reports table.llms-table{margin-bottom:0}@media screen and (max-width:600px){ - -.llms-group-profile-header{padding-top:20px} - -.llms-group-profile-header .llms-group-logo{float:none;margin:0 auto;max-width:170px} - -.llms-group-profile .llms-group-profile-nav{float:none;min-height:50px;text-align:center} - -.llms-group-profile .llms-group-profile-nav ul.llms-group-menu{float:none;margin:0 auto;width:auto;display:inline-block;text-align:center} - -.llms-group-profile .llms-group-profile-nav ul.llms-group-menu li.llms-group-menu-item{float:none;display:inline-block} - -.llms-group-profile-header .llms-group-name{margin:10px auto 0;float:none;text-align:center}} - -.lifter-sidebar-widgets ul{margin:0} - -.lifter-sidebar-widgets .widget_course_syllabus .llms-lesson li{margin:0;background:0 0;border:none;margin-bottom:0;border-radius:0;list-style:none;padding:15px 0} - -.lifter-sidebar-widgets .widget_course_syllabus ul li ul.llms-lesson{margin:0} - -.lifter-sidebar-widgets .widget_course_syllabus .section-title{margin:0;font-size:15px;font-weight:600;letter-spacing:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--bb-headings-color)} - -.lifter-sidebar-widgets li.widget{margin-left:30px;margin-right:30px;background:0 0;border:none;border-top:1px solid var(--bb-content-border-color);margin-bottom:0;border-radius:0;list-style:none;padding:1.25rem 0} - -.lifter-sidebar-widgets li.widget a{color:var(--bb-headings-color)} - -.lifter-sidebar-widgets li.widget a:hover{color:var(--bb-primary-color)} - -.lifter-sidebar-widgets li.widget a.button:not(.logout-link){color:#fff} - -.lifter-sidebar-widgets li.widget a.button:not(.logout-link):hover{background-color:var(--bb-primary-color);box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)} - -.lifter-sidebar-widgets li.widget:first-child{margin-top:15px} - -.lifter-sidebar-widgets li.widget .llms-progress{margin:5px 0} - -.lifter-sidebar-widgets li.widget .textwidget h2,.lifter-sidebar-widgets li.widget .textwidget h3,.lifter-sidebar-widgets li.widget .textwidget h4,.lifter-sidebar-widgets li.widget .textwidget h5,.lifter-sidebar-widgets li.widget .textwidget h6{margin-bottom:10px} - -.lifter-sidebar-widgets .bbp_widget_login h2.widgettitle,.lifter-sidebar-widgets .widget_bp_core_login_widget h2.widgettitle{display:block;width:100%} - -.bb-progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)} - -.bb-progress-circle{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;transition:width .6s ease} - -.bb-progress[data-percentage="0"] .bb-progress-circle{opacity:0} - -.bb-progress{width:22px;height:22px;line-height:22px;background:0 0;margin:0 auto;box-shadow:none;position:relative} - -.bb-progress::after{content:"";width:100%;height:100%;border-radius:50%;border:2px solid #dedfe2;position:absolute;top:0;left:0} - -.bb-progress>span{width:50%;height:100%;overflow:hidden;position:absolute;top:0;z-index:1} - -.bb-progress .bb-progress-left{left:0} - -.bb-progress .bb-progress-circle{width:100%;height:100%;background:0 0;border-width:2px;border-style:solid;position:absolute;top:0;border-color:var(--bb-primary-color)} - -.bb-progress .bb-progress-left .bb-progress-circle{left:100%;border-top-right-radius:11px;border-bottom-right-radius:11px;border-left:0;-webkit-transform-origin:center left;-ms-transform-origin:center left;transform-origin:center left;-webkit-animation:loading-2 1.5s linear forwards 1.8s;animation:loading-2 1.5s linear forwards 1.8s} - -.bb-progress .bb-progress-right{right:0} - -.bb-progress .bb-progress-right .bb-progress-circle{left:-100%;border-top-left-radius:11px;border-bottom-left-radius:11px;border-right:0;-webkit-transform-origin:center right;-ms-transform-origin:center right;transform-origin:center right;-webkit-animation:loading-1 1.8s linear forwards;animation:loading-1 1.8s linear forwards} - -.bb-progress .bb-progress-value{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:50%;font-size:36px;text-align:center;line-height:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;font-weight:300} - -.bb-progress .bb-progress-value div{margin-top:10px} - -.bb-progress .bb-progress-value span{font-size:12px;text-transform:uppercase} - -.ld-progress-bar{margin:0;height:4px;background:var(--bb-content-border-color)} - -.ld-progress-bar .ld-progress-bar-percentage{background:var(--bb-primary-color);height:4px;width:auto} - -.learndash-wrapper .ld-progress .ld-progress-bar{height:4px;background-color:var(--bb-content-border-color)} - -.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage{background:var(--bb-primary-color);height:4px;width:auto;border-radius:7px} - -.learndash-wrapper .ld-progress .ld-progress-stats{color:var(--bb-alternate-text-color);font-size:12px} - -.bb-progress[data-percentage="1"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-1 1.5s linear forwards;animation:loading-1 1.5s linear forwards} - -.bb-progress[data-percentage="1"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="2"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-2 1.5s linear forwards;animation:loading-2 1.5s linear forwards} - -.bb-progress[data-percentage="2"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="3"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-3 1.5s linear forwards;animation:loading-3 1.5s linear forwards} - -.bb-progress[data-percentage="3"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="4"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-4 1.5s linear forwards;animation:loading-4 1.5s linear forwards} - -.bb-progress[data-percentage="4"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="5"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-5 1.5s linear forwards;animation:loading-5 1.5s linear forwards} - -.bb-progress[data-percentage="5"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="6"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-6 1.5s linear forwards;animation:loading-6 1.5s linear forwards} - -.bb-progress[data-percentage="6"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="7"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-7 1.5s linear forwards;animation:loading-7 1.5s linear forwards} - -.bb-progress[data-percentage="7"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="8"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-8 1.5s linear forwards;animation:loading-8 1.5s linear forwards} - -.bb-progress[data-percentage="8"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="9"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-9 1.5s linear forwards;animation:loading-9 1.5s linear forwards} - -.bb-progress[data-percentage="9"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="10"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-10 1.5s linear forwards;animation:loading-10 1.5s linear forwards} - -.bb-progress[data-percentage="10"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="11"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-11 1.5s linear forwards;animation:loading-11 1.5s linear forwards} - -.bb-progress[data-percentage="11"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="12"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-12 1.5s linear forwards;animation:loading-12 1.5s linear forwards} - -.bb-progress[data-percentage="12"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="13"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-13 1.5s linear forwards;animation:loading-13 1.5s linear forwards} - -.bb-progress[data-percentage="13"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="14"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-14 1.5s linear forwards;animation:loading-14 1.5s linear forwards} - -.bb-progress[data-percentage="14"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="15"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-15 1.5s linear forwards;animation:loading-15 1.5s linear forwards} - -.bb-progress[data-percentage="15"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="16"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-16 1.5s linear forwards;animation:loading-16 1.5s linear forwards} - -.bb-progress[data-percentage="16"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="17"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-17 1.5s linear forwards;animation:loading-17 1.5s linear forwards} - -.bb-progress[data-percentage="17"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="18"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-18 1.5s linear forwards;animation:loading-18 1.5s linear forwards} - -.bb-progress[data-percentage="18"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="19"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-19 1.5s linear forwards;animation:loading-19 1.5s linear forwards} - -.bb-progress[data-percentage="19"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="20"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-20 1.5s linear forwards;animation:loading-20 1.5s linear forwards} - -.bb-progress[data-percentage="20"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="21"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-21 1.5s linear forwards;animation:loading-21 1.5s linear forwards} - -.bb-progress[data-percentage="21"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="22"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-22 1.5s linear forwards;animation:loading-22 1.5s linear forwards} - -.bb-progress[data-percentage="22"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="23"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-23 1.5s linear forwards;animation:loading-23 1.5s linear forwards} - -.bb-progress[data-percentage="23"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="24"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-24 1.5s linear forwards;animation:loading-24 1.5s linear forwards} - -.bb-progress[data-percentage="24"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="25"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-25 1.5s linear forwards;animation:loading-25 1.5s linear forwards} - -.bb-progress[data-percentage="25"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="26"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-26 1.5s linear forwards;animation:loading-26 1.5s linear forwards} - -.bb-progress[data-percentage="26"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="27"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-27 1.5s linear forwards;animation:loading-27 1.5s linear forwards} - -.bb-progress[data-percentage="27"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="28"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-28 1.5s linear forwards;animation:loading-28 1.5s linear forwards} - -.bb-progress[data-percentage="28"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="29"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-29 1.5s linear forwards;animation:loading-29 1.5s linear forwards} - -.bb-progress[data-percentage="29"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="30"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-30 1.5s linear forwards;animation:loading-30 1.5s linear forwards} - -.bb-progress[data-percentage="30"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="31"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-31 1.5s linear forwards;animation:loading-31 1.5s linear forwards} - -.bb-progress[data-percentage="31"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="32"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-32 1.5s linear forwards;animation:loading-32 1.5s linear forwards} - -.bb-progress[data-percentage="32"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="33"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-33 1.5s linear forwards;animation:loading-33 1.5s linear forwards} - -.bb-progress[data-percentage="33"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="34"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-34 1.5s linear forwards;animation:loading-34 1.5s linear forwards} - -.bb-progress[data-percentage="34"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="35"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-35 1.5s linear forwards;animation:loading-35 1.5s linear forwards} - -.bb-progress[data-percentage="35"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="36"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-36 1.5s linear forwards;animation:loading-36 1.5s linear forwards} - -.bb-progress[data-percentage="36"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="37"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-37 1.5s linear forwards;animation:loading-37 1.5s linear forwards} - -.bb-progress[data-percentage="37"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="38"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-38 1.5s linear forwards;animation:loading-38 1.5s linear forwards} - -.bb-progress[data-percentage="38"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="39"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-39 1.5s linear forwards;animation:loading-39 1.5s linear forwards} - -.bb-progress[data-percentage="39"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="40"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-40 1.5s linear forwards;animation:loading-40 1.5s linear forwards} - -.bb-progress[data-percentage="40"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="41"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-41 1.5s linear forwards;animation:loading-41 1.5s linear forwards} - -.bb-progress[data-percentage="41"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="42"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-42 1.5s linear forwards;animation:loading-42 1.5s linear forwards} - -.bb-progress[data-percentage="42"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="43"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-43 1.5s linear forwards;animation:loading-43 1.5s linear forwards} - -.bb-progress[data-percentage="43"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="44"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-44 1.5s linear forwards;animation:loading-44 1.5s linear forwards} - -.bb-progress[data-percentage="44"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="45"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-45 1.5s linear forwards;animation:loading-45 1.5s linear forwards} - -.bb-progress[data-percentage="45"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="46"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-46 1.5s linear forwards;animation:loading-46 1.5s linear forwards} - -.bb-progress[data-percentage="46"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="47"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-47 1.5s linear forwards;animation:loading-47 1.5s linear forwards} - -.bb-progress[data-percentage="47"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="48"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-48 1.5s linear forwards;animation:loading-48 1.5s linear forwards} - -.bb-progress[data-percentage="48"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="49"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-49 1.5s linear forwards;animation:loading-49 1.5s linear forwards} - -.bb-progress[data-percentage="49"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="50"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="50"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0} - -.bb-progress[data-percentage="51"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="51"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-1 1.5s linear forwards 1.5s;animation:loading-1 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="52"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="52"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-2 1.5s linear forwards 1.5s;animation:loading-2 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="53"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="53"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-3 1.5s linear forwards 1.5s;animation:loading-3 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="54"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="54"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-4 1.5s linear forwards 1.5s;animation:loading-4 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="55"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="55"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-5 1.5s linear forwards 1.5s;animation:loading-5 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="56"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="56"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-6 1.5s linear forwards 1.5s;animation:loading-6 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="57"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="57"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-7 1.5s linear forwards 1.5s;animation:loading-7 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="58"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="58"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-8 1.5s linear forwards 1.5s;animation:loading-8 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="59"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="59"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-9 1.5s linear forwards 1.5s;animation:loading-9 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="60"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="60"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-10 1.5s linear forwards 1.5s;animation:loading-10 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="61"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="61"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-11 1.5s linear forwards 1.5s;animation:loading-11 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="62"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="62"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-12 1.5s linear forwards 1.5s;animation:loading-12 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="63"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="63"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-13 1.5s linear forwards 1.5s;animation:loading-13 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="64"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="64"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-14 1.5s linear forwards 1.5s;animation:loading-14 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="65"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="65"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-15 1.5s linear forwards 1.5s;animation:loading-15 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="66"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="66"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-16 1.5s linear forwards 1.5s;animation:loading-16 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="67"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="67"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-17 1.5s linear forwards 1.5s;animation:loading-17 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="68"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="68"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-18 1.5s linear forwards 1.5s;animation:loading-18 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="69"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="69"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-19 1.5s linear forwards 1.5s;animation:loading-19 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="70"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="70"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-20 1.5s linear forwards 1.5s;animation:loading-20 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="71"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="71"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-21 1.5s linear forwards 1.5s;animation:loading-21 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="72"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="72"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-22 1.5s linear forwards 1.5s;animation:loading-22 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="73"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="73"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-23 1.5s linear forwards 1.5s;animation:loading-23 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="74"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="74"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-24 1.5s linear forwards 1.5s;animation:loading-24 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="75"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="75"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-25 1.5s linear forwards 1.5s;animation:loading-25 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="76"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="76"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-26 1.5s linear forwards 1.5s;animation:loading-26 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="77"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="77"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-27 1.5s linear forwards 1.5s;animation:loading-27 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="78"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="78"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-28 1.5s linear forwards 1.5s;animation:loading-28 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="79"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="79"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-29 1.5s linear forwards 1.5s;animation:loading-29 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="80"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="80"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-30 1.5s linear forwards 1.5s;animation:loading-30 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="81"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="81"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-31 1.5s linear forwards 1.5s;animation:loading-31 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="82"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="82"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-32 1.5s linear forwards 1.5s;animation:loading-32 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="83"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="83"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-33 1.5s linear forwards 1.5s;animation:loading-33 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="84"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="84"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-34 1.5s linear forwards 1.5s;animation:loading-34 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="85"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="85"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-35 1.5s linear forwards 1.5s;animation:loading-35 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="86"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="86"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-36 1.5s linear forwards 1.5s;animation:loading-36 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="87"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="87"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-37 1.5s linear forwards 1.5s;animation:loading-37 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="88"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="88"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-38 1.5s linear forwards 1.5s;animation:loading-38 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="89"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="89"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-39 1.5s linear forwards 1.5s;animation:loading-39 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="90"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="90"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-40 1.5s linear forwards 1.5s;animation:loading-40 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="91"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="91"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-41 1.5s linear forwards 1.5s;animation:loading-41 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="92"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="92"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-42 1.5s linear forwards 1.5s;animation:loading-42 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="93"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="93"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-43 1.5s linear forwards 1.5s;animation:loading-43 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="94"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="94"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-44 1.5s linear forwards 1.5s;animation:loading-44 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="95"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="95"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-45 1.5s linear forwards 1.5s;animation:loading-45 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="96"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="96"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-46 1.5s linear forwards 1.5s;animation:loading-46 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="97"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="97"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-47 1.5s linear forwards 1.5s;animation:loading-47 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="98"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="98"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-48 1.5s linear forwards 1.5s;animation:loading-48 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="99"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="99"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-49 1.5s linear forwards 1.5s;animation:loading-49 1.5s linear forwards 1.5s} - -.bb-progress[data-percentage="100"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards} - -.bb-progress[data-percentage="100"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards 1.5s;animation:loading-50 1.5s linear forwards 1.5s}@-webkit-keyframes loading-1{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(3.6deg);transform:rotate(3.6deg)}}@keyframes loading-1{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(3.6deg);transform:rotate(3.6deg)}}@-webkit-keyframes loading-2{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(7.2deg);transform:rotate(7.2deg)}}@keyframes loading-2{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(7.2deg);transform:rotate(7.2deg)}}@-webkit-keyframes loading-3{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(10.8deg);transform:rotate(10.8deg)}}@keyframes loading-3{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(10.8deg);transform:rotate(10.8deg)}}@-webkit-keyframes loading-4{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(14.4deg);transform:rotate(14.4deg)}}@keyframes loading-4{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(14.4deg);transform:rotate(14.4deg)}}@-webkit-keyframes loading-5{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}}@keyframes loading-5{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}}@-webkit-keyframes loading-6{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(21.6deg);transform:rotate(21.6deg)}}@keyframes loading-6{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(21.6deg);transform:rotate(21.6deg)}}@-webkit-keyframes loading-7{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(25.2deg);transform:rotate(25.2deg)}}@keyframes loading-7{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(25.2deg);transform:rotate(25.2deg)}}@-webkit-keyframes loading-8{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(28.8deg);transform:rotate(28.8deg)}}@keyframes loading-8{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(28.8deg);transform:rotate(28.8deg)}}@-webkit-keyframes loading-9{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(32.4deg);transform:rotate(32.4deg)}}@keyframes loading-9{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(32.4deg);transform:rotate(32.4deg)}}@-webkit-keyframes loading-10{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(36deg);transform:rotate(36deg)}}@keyframes loading-10{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(36deg);transform:rotate(36deg)}}@-webkit-keyframes loading-11{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(39.6deg);transform:rotate(39.6deg)}}@keyframes loading-11{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(39.6deg);transform:rotate(39.6deg)}}@-webkit-keyframes loading-12{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(43.2deg);transform:rotate(43.2deg)}}@keyframes loading-12{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(43.2deg);transform:rotate(43.2deg)}}@-webkit-keyframes loading-13{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(46.8deg);transform:rotate(46.8deg)}}@keyframes loading-13{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(46.8deg);transform:rotate(46.8deg)}}@-webkit-keyframes loading-14{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(50.4deg);transform:rotate(50.4deg)}}@keyframes loading-14{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(50.4deg);transform:rotate(50.4deg)}}@-webkit-keyframes loading-15{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(54deg);transform:rotate(54deg)}}@keyframes loading-15{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(54deg);transform:rotate(54deg)}}@-webkit-keyframes loading-16{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(57.6deg);transform:rotate(57.6deg)}}@keyframes loading-16{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(57.6deg);transform:rotate(57.6deg)}}@-webkit-keyframes loading-17{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(61.2deg);transform:rotate(61.2deg)}}@keyframes loading-17{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(61.2deg);transform:rotate(61.2deg)}}@-webkit-keyframes loading-18{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(64.8deg);transform:rotate(64.8deg)}}@keyframes loading-18{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(64.8deg);transform:rotate(64.8deg)}}@-webkit-keyframes loading-19{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(68.4deg);transform:rotate(68.4deg)}}@keyframes loading-19{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(68.4deg);transform:rotate(68.4deg)}}@-webkit-keyframes loading-20{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(72deg);transform:rotate(72deg)}}@keyframes loading-20{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(72deg);transform:rotate(72deg)}}@-webkit-keyframes loading-21{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(75.6deg);transform:rotate(75.6deg)}}@keyframes loading-21{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(75.6deg);transform:rotate(75.6deg)}}@-webkit-keyframes loading-22{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(79.2deg);transform:rotate(79.2deg)}}@keyframes loading-22{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(79.2deg);transform:rotate(79.2deg)}}@-webkit-keyframes loading-23{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(82.8deg);transform:rotate(82.8deg)}}@keyframes loading-23{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(82.8deg);transform:rotate(82.8deg)}}@-webkit-keyframes loading-24{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(86.4deg);transform:rotate(86.4deg)}}@keyframes loading-24{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(86.4deg);transform:rotate(86.4deg)}}@-webkit-keyframes loading-25{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@keyframes loading-25{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@-webkit-keyframes loading-26{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(93.6deg);transform:rotate(93.6deg)}}@keyframes loading-26{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(93.6deg);transform:rotate(93.6deg)}}@-webkit-keyframes loading-27{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(97.2deg);transform:rotate(97.2deg)}}@keyframes loading-27{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(97.2deg);transform:rotate(97.2deg)}}@-webkit-keyframes loading-28{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(100.8deg);transform:rotate(100.8deg)}}@keyframes loading-28{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(100.8deg);transform:rotate(100.8deg)}}@-webkit-keyframes loading-29{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(104.4deg);transform:rotate(104.4deg)}}@keyframes loading-29{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(104.4deg);transform:rotate(104.4deg)}}@-webkit-keyframes loading-30{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(108deg);transform:rotate(108deg)}}@keyframes loading-30{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(108deg);transform:rotate(108deg)}}@-webkit-keyframes loading-31{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(111.6deg);transform:rotate(111.6deg)}}@keyframes loading-31{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(111.6deg);transform:rotate(111.6deg)}}@-webkit-keyframes loading-32{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(115.2deg);transform:rotate(115.2deg)}}@keyframes loading-32{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(115.2deg);transform:rotate(115.2deg)}}@-webkit-keyframes loading-33{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(118.8deg);transform:rotate(118.8deg)}}@keyframes loading-33{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(118.8deg);transform:rotate(118.8deg)}}@-webkit-keyframes loading-34{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(122.4deg);transform:rotate(122.4deg)}}@keyframes loading-34{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(122.4deg);transform:rotate(122.4deg)}}@-webkit-keyframes loading-35{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(126deg);transform:rotate(126deg)}}@keyframes loading-35{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(126deg);transform:rotate(126deg)}}@-webkit-keyframes loading-36{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(129.6deg);transform:rotate(129.6deg)}}@keyframes loading-36{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(129.6deg);transform:rotate(129.6deg)}}@-webkit-keyframes loading-37{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(133.2deg);transform:rotate(133.2deg)}}@keyframes loading-37{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(133.2deg);transform:rotate(133.2deg)}}@-webkit-keyframes loading-38{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(136.8deg);transform:rotate(136.8deg)}}@keyframes loading-38{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(136.8deg);transform:rotate(136.8deg)}}@-webkit-keyframes loading-39{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(140.4deg);transform:rotate(140.4deg)}}@keyframes loading-39{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(140.4deg);transform:rotate(140.4deg)}}@-webkit-keyframes loading-40{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(144deg);transform:rotate(144deg)}}@keyframes loading-40{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(144deg);transform:rotate(144deg)}}@-webkit-keyframes loading-41{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(147.6deg);transform:rotate(147.6deg)}}@keyframes loading-41{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(147.6deg);transform:rotate(147.6deg)}}@-webkit-keyframes loading-42{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(151.2deg);transform:rotate(151.2deg)}}@keyframes loading-42{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(151.2deg);transform:rotate(151.2deg)}}@-webkit-keyframes loading-43{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(154.8deg);transform:rotate(154.8deg)}}@keyframes loading-43{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(154.8deg);transform:rotate(154.8deg)}}@-webkit-keyframes loading-44{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(158.4deg);transform:rotate(158.4deg)}}@keyframes loading-44{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(158.4deg);transform:rotate(158.4deg)}}@-webkit-keyframes loading-45{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(162deg);transform:rotate(162deg)}}@keyframes loading-45{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(162deg);transform:rotate(162deg)}}@-webkit-keyframes loading-46{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(165.6deg);transform:rotate(165.6deg)}}@keyframes loading-46{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(165.6deg);transform:rotate(165.6deg)}}@-webkit-keyframes loading-47{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(169.2deg);transform:rotate(169.2deg)}}@keyframes loading-47{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(169.2deg);transform:rotate(169.2deg)}}@-webkit-keyframes loading-48{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(172.8deg);transform:rotate(172.8deg)}}@keyframes loading-48{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(172.8deg);transform:rotate(172.8deg)}}@-webkit-keyframes loading-49{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(176.4deg);transform:rotate(176.4deg)}}@keyframes loading-49{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(176.4deg);transform:rotate(176.4deg)}}@-webkit-keyframes loading-50{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@keyframes loading-50{ - -0%{-webkit-transform:rotate(0);transform:rotate(0)} - -100%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}} \ No newline at end of file +.llms-access-plan-description p:last-child,.llms-student-dashboard.dashboard .llms-sd-section .llms-sd-section__heading{margin:0 0 1.6875rem;padding:0}.llms-notice{margin:0;font-weight:400;font-size:14px;margin-bottom:15px;background-color:var(--bb-content-background-color);border-radius:4px;border:1px solid var(--bb-content-border-color);padding:15px}.llms-notice---sidebar{text-align:left}.bb-single-course-sidebar .llms-notice---sidebar.llms-notice{padding:0;color:var(--bb-danger-color);background-color:#fff}.llms-notice.llms-error{background-color:var(--bb-danger-color);font-size:14px;color:#fff;border-radius:var(--bb-block-radius);border:0;padding:5px 10px}.llms-notice.llms-error a{color:#fff;font-weight:700}.llms-notice.llms-success{background-color:rgba(1,158,124,.1);border:1px solid var(--bb-success-color);font-size:14px;border-radius:4px;padding:5px 10px}ul.llms-notice{margin-left:0}.bp-feedback.ld-feedback{margin:10px 0;position:relative;box-shadow:none}.bp-feedback.ld-feedback p{font-size:14px;line-height:1.5;padding:10px 5px}.llms-person-login-form-wrapper{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);padding:3rem 0 3.5rem;width:100%}.llms-person-login-form-wrapper form.llms-login{max-width:50%;margin:0 auto}@media screen and (max-width:992px){.llms-person-login-form-wrapper form.llms-login{max-width:80%}}@media screen and (max-width:544px){.llms-person-login-form-wrapper form.llms-login{max-width:95%}}.llms-person-login-form-wrapper form.llms-login label{font-size:14px}.llms-person-login-form-wrapper form.llms-login .llms-form-field.llms-cols-6{width:100%;float:none}.llms-person-login-form-wrapper form.llms-login .llms-form-field.type-submit button#llms_login_button{padding:.618em 2em;height:40px;font-size:15px;font-weight:500}.llms-person-login-form-wrapper form.llms-login .llms-form-field.type-submit.llms-cols-3{width:100%;float:none}.llms-person-login-form-wrapper form.llms-login .llms-form-field.type-checkbox.llms-cols-6{width:50%;float:left}.llms-person-login-form-wrapper form.llms-login .llms-form-field.type-html.llms-cols-3{width:50%;float:left}.llms-person-login-form-wrapper form.llms-login .llms-description{font-style:normal}.llms-person-login-form-wrapper #llms_remember{opacity:0}.llms-person-login-form-wrapper label[for=llms_remember]{position:relative;left:-14px}.llms-person-login-form-wrapper label[for=llms_remember]:before{content:"\e876";display:inline-block;width:20px;height:20px;background-color:#fff;border:1px solid #dedfe2;border-radius:3px;margin:0 10px 0 0;position:relative;top:-1px;font-family:bb-icons;font-size:16px;line-height:1.2;text-align:center;color:#fff}.llms-person-login-form-wrapper input#llms_remember:checked+label:before{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color)}.llms-new-person-form-wrapper{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);padding:3rem;width:100%}.llms-new-person-form-wrapper label{font-size:14px}.llms-new-person-form-wrapper .llms-form-field.type-submit{margin:15px 0 0}.llms-new-person-form-wrapper form{margin-bottom:0}.llms-person-login-form-wrapper+.llms-new-person-form-wrapper{margin-top:25px}.single.single-course .content-area{padding-top:0}.bb-llms-content-wrap{padding-top:70px}.llms-lesson-preview{width:100%}.llms-syllabus-wrapper{margin-left:0;margin-right:0}.llms-syllabus-wrapper .llms-section-title{font-size:16px;margin:16px 0 8px;text-align:left}.llms-syllabus-wrapper .llms-lesson-preview{margin-top:0;margin-bottom:5px}.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-title{font-weight:400}.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link{background:0 0;border-radius:3px}.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link:hover .llms-lesson-title{color:var(--bb-primary-color)}.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-title{color:var(--bb-headings-color)}.llms-syllabus-wrapper .llms-lesson-preview .llms-extra{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;padding-right:15px}.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-counter{margin-bottom:0;font-size:13px;color:var(--bb-alternate-text-color);text-align:right;white-space:nowrap}.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-complete{margin-bottom:0;margin-left:10px;font-size:22px}.llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-complete,.llms-syllabus-wrapper .llms-lesson-preview.is-free .llms-lesson-complete{color:var(--bb-body-text-color)}.course .llms-meta-info{font-size:14px;margin-top:0}.course .llms-meta-info .llms-meta-title{font-size:13px;color:var(--bb-headings-color);margin:0 0 15px;text-transform:uppercase}.course .llms-meta-info .llms-instructor-info{margin-top:20px}.course .bb-llms-content-wrap .llms-course-progress{max-width:100%;margin-left:0;margin-right:0}.course .bb-llms-content-wrap .llms-course-progress .llms-progress-bar{border-radius:4px}.course .bb-llms-content-wrap .llms-course-progress .progress-bar-complete{border-radius:4px;background-color:var(--bb-primary-color)}.course .bb-llms-content-wrap .llms-course-progress a.llms-button-primary{border-radius:100px;font-size:14px}.course .bb-llms-content-wrap .llms-course-progress .progress__indicator{color:#939597;font-size:14px;margin-left:10px}.bb-llms-content-wrap .llms-instructor-info .llms-instructors{margin-left:-5px;margin-right:-5px}.bb-llms-content-wrap .llms-instructor-info .llms-instructors .llms-author .avatar{margin-top:0;margin-bottom:0;border:0;max-width:60px}.bb-llms-content-wrap .llms-instructor-info .llms-instructors .llms-author__verbose{text-align:left;padding-left:15px;padding-top:5px}.bb-llms-content-wrap .llms-instructor-info .llms-instructors .llms-author{margin-top:0;padding:20px;margin-bottom:10px;background-color:transparent;border:0}.bb-llms-content-wrap .llms-instructor-info .llms-instructors .llms-author .llms-author-info.label{color:var(--bb-alternate-text-color);margin:3px 0 10px;background-color:transparent;font-size:100%;font-size:14px;font-weight:500;line-height:1}.bb-llms-content-wrap .llms-instructor-info .llms-instructors .llms-author .llms-author-info.bio{line-height:1.5;font-size:14px}.llms-instructors.llms-cols{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap}.llms-instructors.llms-cols .llms-col-3{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.llms-instructors.llms-cols .llms-col-4{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.llms-instructors.llms-cols .llms-col-5{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.llms-instructors.llms-cols .llms-col-6{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.llms-instructors.llms-cols .llms-col-7{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.llms-instructors.llms-cols .llms-col-8{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.llms-instructors.llms-cols .llms-col-9{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.llms-instructors.llms-cols .llms-col-2{width:-webkit-calc(50% - 10px);width:calc(50% - 10px)}@media screen and (max-width:1200px){.llms-instructors.llms-cols .llms-col-2{width:-webkit-calc(100% - 10px);width:calc(100% - 10px)}}.llms-instructors.llms-cols>div[class*=llms-col-]{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);margin:5px}.llms-instructors.llms-cols [class*=llms-col-]{float:none}.lifterlms-price{color:var(--bb-headings-color)}.bb-llms-banner{background-color:#607387;overflow:hidden;padding:0 44px}.bb-llms-banner:before{content:"";opacity:.4;background-color:var(--bb-headings-color);background-image:-webkit-linear-gradient(270deg,rgba(0,0,0,0) 4%,#000 100%);background-image:linear-gradient(-180deg,rgba(0,0,0,0) 4%,#000 100%);position:absolute;height:100%;width:100%;top:0;left:0;z-index:1}.bb-llms-banner .banner-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}.bb-course-banner-info{padding-top:30px;padding-bottom:30px;position:relative;z-index:2}.bb-course-banner-inner{color:#fff;padding-top:70px}.bb-course-banner-inner h1.entry-title{font-size:48px;color:inherit;line-height:1.25;margin-bottom:20px}.bb-course-banner-inner .avatar{border-radius:50%;margin-right:12px;max-width:38px}.bb-course-banner-inner .author-name{font-size:14px;font-weight:500;color:#fff;letter-spacing:-.24px}.bb-course-banner-inner span.meta-saperator{color:#fff;margin:0 15px}.bb-course-banner-inner .course-date{font-size:13px;color:rgba(255,255,255,.8);letter-spacing:-.19px}.bb-course-banner-inner .bb-course-single-meta{margin-bottom:40px}@media screen and (max-width:544px){.bb-course-banner-inner h1.entry-title{font-size:1.5rem;line-height:1.5}}.llms-notification .llms-notification-dismiss{color:var(--bb-alternate-text-color)}.llms-notification .llms-notification-dismiss.fa-times-circle{font-size:20px;display:inline-block;font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased}.llms-notification .llms-notification-dismiss.fa-times-circle:before{content:"\e828"}.llms-button-primary,.llms-field-button{border-radius:var(--bb-button-radius);background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);min-width:100px;text-align:center;line-height:normal;font-weight:400;font-size:15px}.llms-button-primary:focus,.llms-field-button:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.llms-button-primary:active,.llms-button-primary:focus,.llms-button-primary:hover,.llms-field-button:active,.llms-field-button:focus,.llms-field-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)}.llms-button-action{border-radius:var(--bb-button-radius)}.llms-button-secondary{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);border-radius:var(--bb-button-radius)}.llms-button-secondary:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.llms-button-secondary:active,.llms-button-secondary:focus,.llms-button-secondary:hover{box-shadow:none;background-color:var(--bb-secondary-button-background-hover);color:var(--bb-secondary-button-text-hover);border:1px solid var(--bb-secondary-button-border-hover)}section.llms-instructor-info .llms-author .name{margin-left:0;margin-right:0}.llms-form-field.type-radio label:before{background:#fff;box-shadow:rgba(255,255,255,.15) 0 1px 1px,inset rgba(0,0,0,.25) 0 0 0 1px;width:20px;height:20px;top:-2px;margin-right:7px}.llms-form-field.type-radio input[type=radio]:checked+label:before{background-image:-webkit-radial-gradient(center,ellipse,var(--bb-primary-color) 0,var(--bb-primary-color) 40%,#fff 45%);background-image:radial-gradient(ellipse at center,var(--bb-primary-color) 0,var(--bb-primary-color) 40%,#fff 45%)}.llms-pagination{font-size:13px;margin:10px 0;text-align:right}.llms-pagination ul{margin:0 10px;display:inline-block}.llms-pagination ul li .page-numbers{text-decoration:none}@media screen and (max-width:544px){.bb-courses-directory .bs-dir-search{float:none}}@media screen and (min-width:681px){.bb-llms-content-wrap{max-width:700px}.bb-single-course-sidebar{max-width:380px;-webkit-box-flex:0;-ms-flex:0 0 42%;flex:0 0 42%;margin-left:auto;position:relative;z-index:2}.bb-single-course-sidebar.bb-preview-wrap{margin-top:-260px}}.llms-course-navigation .llms-lesson-preview .llms-lesson-link{background-color:var(--bb-body-background-color);box-shadow:inset 0 0 10px 5px rgba(0,0,0,.02);border-radius:4px;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;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:15px;max-width:100%}.llms-course-navigation .llms-lesson-preview .llms-lesson-link:hover{background:rgba(146,164,183,.1)}.llms-course-navigation .llms-lesson-preview .llms-lesson-title{margin-bottom:0;white-space:normal}.llms-course-navigation .llms-lesson-preview .llms-lesson-excerpt{display:none}.bb-sfwd-aside .site-header{width:100%;z-index:610;-webkit-transition:all .2s;transition:all .2s}@media screen and (min-width:800px){.bb-buddypanel.buddypanel-open.bb-sfwd-aside .site-header:not(.site-header--elementor){width:-webkit-calc(100% - 230px);width:calc(100% - 230px);-webkit-transition:all .2s;transition:all .2s}}@media screen and (max-width:544px){.llms-course-navigation .llms-course-nav{width:100%;margin:0 0 10px}.llms-course-navigation .llms-course-nav .llms-lesson-preview{margin-top:0}}.llms-pointer>.llms-notification{border-radius:6px;border:0;border-left:4px solid var(--bb-primary-color);box-shadow:0 4px 32px 0 rgba(18,43,70,.1);padding:20px}@media screen and (min-width:544px){.llms-pointer>.llms-notification{width:420px}}.llms-pointer>.llms-notification .llms-notification-footer{margin-top:0;padding:0;border-top:0}.llms-instructor-info .llms-instructors .llms-author{background-color:transparent;border-color:var(--bb-content-border-color);border-top-width:2px}.llms-instructor-info .llms-instructors .llms-author .avatar{border-color:var(--bb-content-border-color);background-color:transparent;border-width:2px;margin-top:-37px}.llms-tooltip.show{top:unset;bottom:30px}@media (min-width:600px){.single-llms_quiz .llms-quiz-results .llms-quiz-results-aside{float:none;width:100%;text-align:center}.single-llms_quiz .llms-quiz-results .llms-quiz-results-aside+.llms-quiz-results-main,.single-llms_quiz .llms-quiz-results .llms-quiz-results-history{float:none;width:100%;margin:0 auto 30px}}@media (max-width:480px){.single-llms_quiz .llms-quiz-results .llms-quiz-results-history select{width:100%}}.quizzes_section_holder.current_quizz{background:rgba(146,164,183,.05)}.single-llms_quiz.bb-dark-theme .llms-quiz-results .llms-quiz-results-history select{background-color:#333;color:#939597}.single-llms_quiz.bb-dark-theme #llms-quiz-wrapper .llms-quiz-results>h2.llms-quiz-results-title,.single-llms_quiz.bb-dark-theme #llms-quiz-wrapper h2.llms-quiz-meta-title,.single-llms_quiz.bb-dark-theme .llms-quiz-results-history h2.llms-quiz-results-title{color:#fff}.single-llms_quiz.bb-dark-theme ul.llms-quiz-meta-info .llms-quiz-meta-item{color:#939597}.llms-donut{margin:0 auto 30px;color:var(--bb-body-text-color);background-color:var(--bb-content-border-color)}.llms-donut .inside{width:95%;height:95%}.single-llms_quiz .entry-content .fluid-width-video-wrapper{margin-top:0}.single-llms_quiz .llms-next-lesson{font-size:14px;padding-top:0;padding-bottom:0;line-height:40px}.single-llms_quiz #llms-quiz-header{position:relative}.single-llms_quiz #llms-quiz-header:before{position:absolute;left:0;top:0;color:var(--bb-body-text-color);font-size:16px;font-weight:800}.single-llms_quiz #llms-quiz-header .llms-progress{margin-top:30px}.single-llms_quiz .llms-return a{display:inline-block;background-color:rgba(0,0,0,.03);color:#939597;border-radius:20px;padding:1px 15px 1px 10px;font-size:12px;margin:0 0 15px;-webkit-transition:all linear .2s;transition:all linear .2s}.single-llms_quiz .llms-return a i{margin-right:3px}.single-llms_quiz .llms-return a:hover{background-color:rgba(0,0,0,.06)}.single-llms_quiz .entry-title{font-size:32px;line-height:1.2;font-weight:700;margin-bottom:0}.single-llms_quiz .lifterlms-header-instructor{margin-top:20px;padding-bottom:0;margin-bottom:30px;border-bottom:1px solid var(--bb-content-border-color)}.single-llms_quiz .lifterlms-header-instructor .flex{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.single-llms_quiz .lifterlms-header-instructor .flex h5{margin-bottom:0}.single-llms_quiz .lifterlms-header-instructor .flex h5 span{margin-left:7px}.single-llms_quiz .entry-content-wrap{padding:0}.single-llms_quiz ul.llms-quiz-meta-info{font-size:14px;margin-bottom:30px}.single-llms_quiz ul.llms-quiz-meta-info .llms-quiz-meta-item{font-weight:800}.single-llms_quiz ul.llms-quiz-meta-info .llms-quiz-meta-item span{font-weight:400}.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.correct,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.incorrect,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.incorrect{background-color:transparent}.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question a.toggle-answer:hover .llms-question-title{color:var(--bb-primary-color)}.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-points{color:#939597;font-size:14px}.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-status-icon-tip{display:none}.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.type--code .bb-llms-quiz-status-icon,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.type--content .bb-llms-quiz-status-icon,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.type--long_answer .bb-llms-quiz-status-icon,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.type--short_answer .bb-llms-quiz-status-icon,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.type--upload .bb-llms-quiz-status-icon{display:none}.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section{border-top-width:1px;margin-top:10px;padding-top:10px;font-size:14px}.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section p.llms-quiz-results-label{font-weight:300;text-transform:uppercase;font-size:12px}.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section p{margin-bottom:10px}.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section:first-of-type{margin-top:0}.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-question-description{font-size:14px}.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-question-description p{margin-bottom:10px}.single-llms_quiz .llms-quiz-results-history h2.llms-quiz-results-title{margin-bottom:15px;font-size:18px;line-height:1.2;font-weight:700}.single-llms_quiz .llms-button-wrapper .llms-start-quiz-button,.single-llms_quiz .llms-button-wrapper a.llms-button-secondary{padding-left:2em;padding-right:2em}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-results>h2.llms-quiz-results-title,.single-llms_quiz #llms-quiz-wrapper h2.llms-quiz-meta-title{margin-bottom:15px;font-size:18px;line-height:1.2;font-weight:700}.single-llms_quiz #llms-quiz-wrapper>.llms-return a{font-size:14px}.single-llms_quiz #llms-quiz-wrapper>.llms-return a:before{content:"\E8AB";font-family:bb-icons;font-size:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:1px;position:relative;top:2px}.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:before{content:"\ee09";font:normal normal normal 18px/1 bb-icons;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--bb-body-text-color);border-radius:100%;width:18px;height:18px;padding:2px;line-height:16px;text-align:center;font-weight:300;-webkit-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease;position:absolute;left:5px;top:24px;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer{padding:15px 35px 15px 25px}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer .llms-points{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-header.expand-result .toggle-answer:before{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-points{line-height:28px}.llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.incorrect .llms-points{background-color:var(--bb-danger-color);color:#fff;padding:0 20px;border-radius:4px}.bb-template-v2 .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.incorrect .llms-points{border-radius:6px}.single-llms_quiz .llms-quiz-results .llms-donut.failing{color:var(--bb-danger-color)}.llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.incorrect .llms-quiz-attempt-answer{color:var(--bb-danger-color)}.llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.correct .llms-points{background-color:var(--bb-success-color);color:#fff;padding:0 20px;border-radius:3px}.llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.correct .llms-quiz-attempt-answer{color:var(--bb-success-color)}@-webkit-keyframes bs-llms-spinning{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(220deg);transform:rotate(220deg)}}@keyframes bs-llms-spinning{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(220deg);transform:rotate(220deg)}}.llms-question-wrapper.type--picture_choice ol.llms-question-choices{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-answer-section.llms-correct-answer .llms-quiz-attempt-answer{color:var(--bb-success-color)!important}.llms-quiz-ui .llms-aq-scale .llms-aq-scale-range:after,.llms-quiz-ui .llms-aq-scale .llms-aq-scale-range:before{display:none!important}.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio{text-align:center}.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio>span{margin:0}.llms-quiz-ui .llms-quiz-nav{margin-bottom:60px}.llms-quiz-buttons .llms-button-action{font-size:14px}.llms-quiz-ui{padding:0;background:0 0}.llms-quiz-ui .llms-question-wrapper.type--picture_reorder ol.llms-question-choices.llms-aq-reorder-list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.llms-quiz-ui .llms-question-wrapper.type--picture_reorder ol.llms-question-choices.llms-aq-reorder-list .llms-aq-reorder-item.type--picture{width:-webkit-calc(100% / 3);width:calc(100% / 3)}.llms-quiz-ui ol.llms-question-choices.llms-aq-reorder-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.llms-quiz-ui ol.llms-question-choices.llms-aq-reorder-list .llms-aq-reorder-item.type--picture{display:-webkit-box;display:-ms-flexbox;display:flex}.llms-quiz-ui .llms-progress{height:4px;border-radius:2px;background-color:var(--bb-content-border-color)}.llms-quiz-ui .llms-progress .progress-bar-complete{background-color:var(--bb-primary-color);border-radius:2px}.llms-quiz-ui .llms-spinning .llms-spinner{width:20px;height:20px;background-repeat:no-repeat;background-color:transparent;border:0;font-style:normal;margin-left:-10px;margin-top:-10px;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.llms-quiz-ui .llms-spinning .llms-spinner:after{content:"\ef30";font-family:bb-icons;display:inline-block;width:20px;height:20px;font-size:20px;line-height:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:relative;bottom:1px;color:#939597}.llms-quiz-ui .llms-spinning{background:0 0}.llms-quiz-ui .llms-error{background-color:var(--bb-danger-color);font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:20px 0;padding:10px 15px}.llms-quiz-ui .llms-error a{color:rgba(255,255,255,.9);margin-left:auto;-webkit-transition:all linear .2s;transition:all linear .2s}.llms-quiz-ui .llms-error a:hover{color:#fff}.llms-quiz-ui .llms-error a i.fa.fa-times-circle{font-size:20px;display:inline-block;font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;color:#fff}.llms-quiz-ui .llms-error a i.fa.fa-times-circle:before{content:"\e828";font-weight:100}.llms-quiz-ui .llms-quiz-nav .button{padding:10px 2em;min-height:40px;font-size:14px;background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)}.llms-quiz-ui .llms-quiz-nav .button:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.llms-quiz-ui .llms-quiz-nav .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)}.llms-quiz-ui .llms-quiz-nav .button.llms-button-secondary{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular)}.llms-quiz-ui .llms-quiz-nav .button.llms-button-secondary:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.llms-quiz-ui .llms-quiz-nav .button.llms-button-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)}.llms-quiz-ui .llms-quiz-counter{font-size:14px;color:var(--bb-alternate-text-color);margin-top:4px}.llms-quiz-ui .llms-question-wrapper.type--blank input.llms-aq-blank,.llms-quiz-ui .llms-question-wrapper.type--blank input.llms-aq-blank:focus{border-bottom-width:1px;color:var(--bb-primary-color);padding-bottom:2px}.llms-quiz-ui .llms-question-wrapper.type--blank input.llms-aq-blank:focus{border-bottom-color:var(--bb-primary-color)}.llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li{border:1px solid var(--bb-content-border-color);border-radius:4px;padding:10px 20px}.llms-quiz-ui .llms-question-wrapper.type--reorder ol.llms-question-choices.llms-aq-reorder-list li.llms-aq-reorder-item.llms-aq-placeholder{border:1px dashed var(--bb-content-border-color)}.llms-quiz-ui .llms-question-wrapper.type--reorder ol.llms-question-choices li:last-child{border-bottom:1px solid var(--bb-content-border-color)}.llms-quiz-ui .llms-question-wrapper.type--reorder ol.llms-question-choices.llms-aq-reorder-list.dragging{box-shadow:none}.llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li>label{padding:0}.llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li>label .llms-marker{float:right;margin:3px 0 0;position:relative;border:0;cursor:move}.llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li>label .llms-marker:after,.llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li>label .llms-marker:before{font-family:bb-icons;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:inline-block;content:"\ee5d";color:var(--bb-alternate-text-color);font-weight:300}.llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li>label .llms-marker:before{right:6px}.llms-quiz-ui .llms-question-wrapper.type--picture_reorder ol.llms-question-choices.llms-aq-reorder-list li.llms-aq-reorder-item.llms-aq-placeholder{border:1px dashed var(--bb-content-border-color)}.llms-quiz-ui .llms-question-wrapper.type--picture_reorder ol.llms-question-choices.llms-aq-reorder-list.dragging{box-shadow:none}.llms-quiz-ui .llms-question-wrapper.type--picture_reorder .llms-question-choices li>label .llms-marker{display:none}.llms-quiz-ui .llms-question-wrapper.type--picture_reorder .llms-question-choices li>label .llms-marker.type--lister{display:block}.llms-quiz-ui .llms-question-wrapper.type--picture_reorder .llms-question-choices li>label .llms-marker.type--lister span{display:block}.llms-quiz-ui .llms-question-wrapper.type--short_answer input.llms-aq-short-answer-field{font-size:15px}.llms-quiz-ui .llms-question-wrapper.type--long_answer .llms-aq-long-answer .ql-snow .ql-picker{color:#939597}.llms-quiz-ui .llms-question-wrapper.type--long_answer .llms-aq-long-answer .ql-snow .ql-stroke{stroke:#939597}.llms-quiz-ui .llms-question-wrapper.type--long_answer .llms-aq-long-answer .ql-snow .ql-fill,.llms-quiz-ui .llms-question-wrapper.type--long_answer .llms-aq-long-answer .ql-snow .ql-stroke.ql-fill{fill:#939597}.llms-quiz-ui .llms-question-wrapper.type--long_answer .llms-aq-long-answer .ql-toolbar.ql-snow{border:0}.llms-quiz-ui .llms-question-wrapper.type--long_answer .llms-aq-long-answer .ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:1px solid var(--bb-content-border-color);border-color:var(--bb-content-border-color)}.llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader{margin:20px 0;border:1px dashed #dedfe2;border-radius:3px}.llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader .fa.fa-upload{font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;color:var(--bb-primary-color)}.llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader .fa.fa-upload:before{content:"\ee24"}.llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader h2{font-size:18px;color:var(--bb-headings-color)}.llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader em{font-size:14px;color:#939597}.llms-quiz-ui .llms-question-wrapper.type--code .llms-aq-code{font-size:14px;border-radius:3px;border:1px solid var(--bb-content-border-color)}.llms-quiz-ui .llms-question-wrapper.type--code .llms-aq-code .CodeMirror{background-color:var(--bb-content-border-color);border-radius:3px}.llms-quiz-ui .llms-question-wrapper.type--code .llms-aq-code .CodeMirror pre.CodeMirror-line{padding:0 10px}.llms-quiz-ui .llms-question-wrapper.type--code .llms-aq-code .CodeMirror-gutters{background-color:rgba(0,0,0,.025);border-right:1px solid var(--bb-content-border-color);padding-right:5px}.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale{overflow:hidden;width:auto}.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-label{font-size:14px;color:#939597}.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range{margin-bottom:15px;width:auto;-ms-flex-wrap:wrap;flex-wrap:wrap}.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio{margin-right:5px;margin-bottom:5px}.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio .llms-aq-scale-button,.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio:first-child .llms-aq-scale-button,.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio:last-child .llms-aq-scale-button{border-radius:100%;border:0;font-size:16px;height:50px;padding:17px 0}.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio .llms-aq-scale-button:hover{background:var(--bb-primary-color);color:#fff}.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio input[type=radio]:checked+.llms-aq-scale-button{background:var(--bb-primary-color);color:#fff}.llms-quiz-question-wrapper h3.llms-question-text{font-size:18px;line-height:1.2;font-weight:700;margin:20px 0}.llms-quiz-question-wrapper .llms-question-image{margin-bottom:30px}.llms-quiz-question-wrapper ol.llms-question-choices li.llms-choice{margin-bottom:10px;padding-bottom:10px}.llms-quiz-question-wrapper ol.llms-question-choices li.llms-choice .llms-choice-text{font-size:16px}.llms-quiz-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker{font-size:10px;width:22px;height:22px;line-height:19px;background:var(--bb-content-background-color);border:2px solid var(--bb-content-border-color);cursor:pointer}.llms-quiz-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker span.iterator{color:var(--bb-alternate-text-color);display:none}.llms-quiz-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker .fa{color:var(--bb-primary-color)}.llms-quiz-question-wrapper ol.llms-question-choices li.llms-choice input:checked+.llms-marker{background:0 0;border-color:var(--bb-primary-color)}.llms-quiz-question-wrapper .llms-video-wrapper .center-video{border-top:0;padding:1em 0 0;margin:0 0 1.5em;position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}.llms-quiz-question-wrapper .llms-video-wrapper .center-video iframe{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;display:block}.llms-quiz-question-wrapper .llms-question-wrapper.type--choice ol.llms-question-choices li.llms-choice,.llms-quiz-question-wrapper .llms-question-wrapper.type--true_false ol.llms-question-choices li.llms-choice{border:1px solid var(--bb-content-border-color);border-radius:4px;padding:10px 20px}.llms-quiz-question-wrapper .llms-question-wrapper.type--choice ol.llms-question-choices li.llms-choice label,.llms-quiz-question-wrapper .llms-question-wrapper.type--true_false ol.llms-question-choices li.llms-choice label{padding:0}.llms-quiz-question-wrapper .llms-question-wrapper.type--picture_choice ol.llms-question-choices{margin-top:30px}.llms-quiz-question-wrapper .llms-question-wrapper.type--picture_choice ol.llms-question-choices li.llms-choice .llms-marker.type--radio{display:none}.single-llms_quiz .llms-quiz-results .llms-donut.failing svg path{stroke:var(--bb-danger-color)}.single-llms_quiz .llms-quiz-buttons form>p{font-size:14px;padding-right:10px}.llms-quiz-timer{font-size:16px;color:var(--bb-success-color);border-color:var(--bb-success-color)}.llms-quiz-timer.color-empty{color:var(--bb-danger-color);border-color:var(--bb-danger-color)}.single-llms_quiz h3.llms-question-title{font-size:16px;font-family:inherit;text-transform:none;font-weight:500;line-height:28px}.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-question-title{line-height:28px}@media (max-width:599px){.llms-quiz-ui .llms-question-wrapper.type--picture_reorder ol.llms-question-choices.llms-aq-reorder-list .llms-aq-reorder-item.type--picture{width:100%}}@media (max-width:428px){.llms-quiz-ui .llms-quiz-nav button#llms-prev-question{margin:10px 0 0}.llms-quiz-ui .llms-quiz-counter{margin-top:18px}}.frm_submit button,.lifter-sidebar-widgets li.widget a.button:not(.logout-link):hover,.llms-button-action.clicked,.llms-button-primary.clicked,.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment.llms-pa-read:after,.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a:hover,.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio .llms-aq-scale-button:hover,.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio input[type=radio]:checked+.llms-aq-scale-button,.nf-form-wrap .nf-form-content .nf-field-element input[type=button]{background-color:var(--bb-primary-color)}.llms-checkout.llms-checkout-cols-2{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:992px){.llms-checkout.llms-checkout-cols-2{display:block}.llms-checkout.llms-checkout-cols-2 .llms-checkout-col.llms-col-1{margin-bottom:20px;width:100%}.llms-checkout.llms-checkout-cols-2 .llms-checkout-col.llms-col-2{width:100%}}.llms-checkout.llms-checkout-cols-1 .llms-checkout-col.llms-col-1{margin-bottom:20px}.llms-student-dashboard .llms-student-dashboard__frame{background-color:var(--bb-content-background-color);padding:38px 40px;border-radius:0 var(--bb-block-radius) var(--bb-block-radius) 0}@media screen and (max-width:992px){.llms-student-dashboard .llms-student-dashboard__frame{padding:38px 30px}}@media screen and (max-width:544px){.llms-student-dashboard .llms-student-dashboard__frame{padding:20px}}.llms-student-dashboard .llms-student-dashboard__frame .llms-sd-tab.dashboard .llms-sd-section{padding-bottom:38px}.llms-student-dashboard .llms-student-dashboard__frame .llms-sd-tab.dashboard .llms-sd-section:last-of-type{padding-bottom:0}.llms-student-dashboard .llms-student-dashboard__frame>.llms-notice{margin-bottom:40px}.llms-student-dashboard.edit-account .llms-student-dashboard__frame>.llms-notice{margin-left:10px;margin-right:10px}.lifterlms .llms-student-dashboard{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);position:relative}@media (min-width:600px){.lifterlms .llms-student-dashboard{grid-row-gap:0}.lifterlms .llms-student-dashboard .llms-student-dashboard__frame:has(.llms-table),.lifterlms .llms-student-dashboard .llms-student-dashboard__frame:has(.orders-table){max-width:100%}.has-sidebar .lifterlms .llms-student-dashboard .llms-student-dashboard__frame:has(.llms-table),.has-sidebar .lifterlms .llms-student-dashboard .llms-student-dashboard__frame:has(.orders-table){max-width:-webkit-calc(100% - 225px);max-width:calc(100% - 225px)}}body.bb-template-v1 .lifterlms .llms-student-dashboard{grid-gap:0}.lifterlms .llms-student-dashboard .llms-sep{display:none}body .lifterlms .llms-student-dashboard .llms-sd-nav .llms-sd-items .llms-sd-link{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding:12px 20px;color:var(--bb-headings-color);font-size:14px}.lifterlms .llms-student-dashboard>ul.llms-notice{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.lifterlms .llms-sd-notification-center{width:100%;margin-bottom:0}.lifterlms .redeem-voucher form{width:100%;margin-bottom:0}.lifterlms .llms-status.llms-completed{color:#fff}.lifterlms .llms-person-form-wrapper form{width:100%;margin-bottom:0}.lifterlms .llms-table-sort .llms-button-secondary.small{padding:1px 20px}@media only screen and (max-width:800px){.lifterlms .llms-sd-notification-center{padding:38px 10px}}.lifterlms .llms-sd-items{padding:30px 0}@media only screen and (max-width:800px){.lifterlms .llms-sd-items{padding-top:15px}}.lifterlms .llms-form-fields input.llms-field-input{font-family:inherit;font-style:inherit;font-size:15px;height:41px;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)}.lifterlms .llms-form-fields input.llms-field-input:focus{outline:0;background-color:var(--bb-content-background-color);box-shadow:var(--bb-input-focus-shadow);border-color:var(--bb-input-focus-border-color)}@media (max-width:1200px){.has-sidebar.is_dashboard .widget-area:not(.widget-area-secondary){-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.has-sidebar.is_dashboard #primary{max-width:100%}}.lifterlms .llms-sd-header{min-width:230px;background:var(--bb-content-alternate-background-color);border-right:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius) 0 0 var(--bb-block-radius)}.lifterlms .llms-sd-header .llms-sd-title{display:none;padding:12px 20px;font-size:14px;text-transform:uppercase;font-weight:700;margin:0;cursor:pointer}.lifterlms .llms-sd-header .llms-sd-title:after{font-family:bb-icons;content:"\edb1";font-size:1em;position:relative;width:22px;height:22px;float:right}@media only screen and (max-width:800px){.lifterlms .llms-sd-header{border-right:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.lifterlms .llms-sd-header .llms-sd-nav{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;display:none}.lifterlms .llms-sd-header .llms-sd-title{display:block;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:800px){body:not(.has-sidebar) .lifterlms .llms-sd-header nav.llms-sd-nav{display:block}}@media only screen and (min-width:1200px){.has-sidebar .lifterlms .llms-sd-header nav.llms-sd-nav{display:block}}@media only screen and (max-width:1200px){.has-sidebar .lifterlms .llms-sd-header{border-right:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.has-sidebar .lifterlms .llms-sd-header .llms-sd-nav{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;display:none}.has-sidebar .lifterlms .llms-sd-header .llms-sd-title{display:block;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (max-width:1200px){.has-sidebar .lifterlms .llms-student-dashboard .llms-notice.llms-error{position:static;margin:20px}.has-sidebar .lifterlms .llms-student-dashboard .llms-notice.llms-error+.llms-sd-tab.dashboard section:first-child,.has-sidebar .lifterlms .llms-student-dashboard .llms-notice.llms-error+form{padding-top:38px}.has-sidebar .lifterlms .llms-student-dashboard .llms-notice.llms-error+.llms-person-login-form-wrapper{margin-top:75px}}@media only screen and (max-width:1200px){.has-sidebar .llms-student-dashboard.redeem-voucher>.llms-notice{width:-webkit-calc(100% - 60px);width:calc(100% - 60px);right:30px;left:auto}}body:not(.logged-in).llms-pointer.is_dashboard .llms-student-dashboard.dashboard{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.llms-sd-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-width:800px){.llms-sd-items{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0}}.llms-sd-items .current{background-color:var(--bb-content-background-color)}.llms-sd-items .current a{color:var(--bb-headings-color)}.llms-sd-items .llms-sd-item a::before{font-size:22px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons;margin-right:10px;min-width:25px}@media only screen and (max-width:768px){.llms-sd-items .llms-sd-item a::before{display:none}}.llms-sd-items .llms-sd-item a:hover{color:var(--bb-primary-color)}@media only screen and (max-width:800px){.llms-sd-items .llms-sd-item{width:100%}}.llms-sd-items .llms-sd-item:hover a{color:var(--bb-primary-color)}.llms-sd-items .dashboard a::before{content:"\ee74";font-family:bb-icons}.llms-sd-items .signout a::before{content:"\eefd";font-family:bb-icons}.llms-sd-items .orders a::before{content:"\eeab";font-family:bb-icons}.llms-sd-items .my-grades a::before{content:"\e868";font-family:bb-icons}.llms-sd-items .edit-account a::before{content:"\ee5a";font-family:bb-icons}.llms-sd-items .view-memberships a::before{content:"\eed4";font-family:bb-icons}.llms-sd-items .notifications a::before{content:"\e8a5";font-family:bb-icons}.llms-sd-items .view-certificates a::before{content:"\e975";font-family:bb-icons}.llms-sd-items .view-favorites a::before{content:"\eeb2";font-family:bb-icons}.llms-sd-items .view-achievements a::before{content:"\ee04";font-family:bb-icons}.llms-sd-items .view-courses a::before{content:"\eeac";font-family:bb-icons}.llms-sd-items .redeem-voucher a::before{content:"\ef0c";font-family:bb-icons}.llms-sd-items .view-groups a::before{content:"\e95d";font-family:bb-icons}.llms-sd-items li.llms-sd-item{cursor:pointer}.llms-sd-items li.llms-sd-item:hover{background-color:rgba(77,92,109,.1)}#page .llms-sd-grades .llms-table tfoot label{display:none}.llms-sd-grades .llms-table tfoot tr .llms-table-sort form{margin-top:20px}.llms-sd-grades .llms-table-sort form label{display:none}.llms-sd-grades .llms-table-sort form select{border-radius:var(--bb-input-radius);font-size:13px}.llms-sd-grades .llms-table-sort form .llms-button-secondary{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);margin-left:15px}.llms-sd-grades .llms-table-sort form .llms-button-secondary:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.llms-sd-grades .llms-table-sort form .llms-button-secondary:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}.llms-student-dashboard .llms-sd-section{width:100%;height:100%;margin-bottom:0;border-radius:4px}.llms-student-dashboard .llms-sd-section.llms-my-orders,.llms-student-dashboard .llms-sd-section.llms-sd-grades,.llms-student-dashboard .llms-sd-section.llms-view-order{overflow:auto}.llms-student-dashboard .llms-sd-section .llms-certificate{padding:0}@media screen and (max-width:1200px) and (min-width:600px){.llms-student-dashboard .llms-sd-section.llms-my-orders{overflow-x:auto}.llms-student-dashboard .llms-sd-section.llms-my-orders table{min-width:760px}}.llms-student-dashboard.dashboard .llms-sd-section{border:0;margin-bottom:0;padding:0}.llms-student-dashboard .dashboard .llms-sd-section:last-of-type{padding-bottom:38px}.llms-student-dashboard .dashboard .llms-sd-section:last-of-type:after{display:none}.llms-sd-tab.dashboard section.llms-sd-section:after{content:"";display:inline-block;width:100%;height:1px;border-bottom:1px solid var(--bb-content-border-color);margin-top:38px}.llms-loop-item-content__body{padding:0 20px}.llms-student-dashboard .llms-sd-section .llms-sd-section-title{font-size:22px;margin-bottom:0}.llms-student-dashboard .llms-sd-section .llms-sd-section-footer{margin-top:0}.llms-sd-tab.dashboard .llms-button-secondary{font-size:14px;padding:6px 15px}.llms-student-dashboard .orders-table td,.llms-student-dashboard .orders-table th{vertical-align:middle}@media screen and (max-width:600px){.llms-student-dashboard .orders-table td,.llms-student-dashboard .orders-table th{text-align:left}}.llms-sl-directory .llms-sl-card--student .llms-student-avatar img{border-radius:0}.llms-sl .llms-button-primary{background-color:var(--bb-primary-color);color:#fff}.is_dashboard header.entry-header{display:none}.llms-coupon-entry .llms-form-field .llms-button-secondary{width:100%}.llms-form-field .llms-description{font-size:14px;font-style:italic;font-weight:400;color:var(--bb-headings-color);line-height:1}.lifter-purchase{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-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;padding:70px 30px;font-weight:400;font-size:22px;color:var(--bb-body-text-color);border-radius:4px;border:1px solid var(--bb-content-border-color);background:#fff}.lifter-purchase a{display:contents}.lifter-purchase:before{display:inline-block;width:100%;height:60px;content:"";background-image:url(../images/svg/cart.svg);background-repeat:no-repeat;background-size:60px 60px;background-position:center;margin-bottom:24px}.llms-general-notification{box-shadow:none;border-radius:0 4px 4px 0;border-color:var(--bb-content-border-color);margin-bottom:10px}.llms-general-notification span{border-radius:4px 0 0 4px}.llms-general-notification p{line-height:21px}.bp-feedback.help .bp-icon,.llms-general-notification.info .bp-icon{background:var(--bb-primary-color)}.llms-table,.orders-table{border-collapse:separate;font-size:14px;min-width:760px;border:0}.llms-table td,.orders-table td{border:0;border-bottom:1px solid var(--bb-content-border-color);padding:15px 12px}.llms-table td .llms-donut.mini,.orders-table td .llms-donut.mini{float:left}.llms-table tr:last-child td,.orders-table tr:last-child td{border-bottom:0}.llms-table thead td,.llms-table thead th,.orders-table thead td,.orders-table thead th{font-size:15px}.llms-table-sort form select{display:inline-block;font-family:inherit;font-style:inherit;font-size:15px;height:40px;outline:0;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;width:auto;background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:right 1rem center;padding:10px 40px 10px 20px}.llms-table tbody tr:nth-child(odd) td,.llms-table tbody tr:nth-child(odd) th{background:0 0}.llms-table thead th,.orders-table thead th{text-transform:uppercase;font-weight:400;font-size:14px;color:var(--bb-alternate-text-color);white-space:nowrap}@media screen and (max-width:1200px){.llms-table thead th,.orders-table thead th{font-size:13px;letter-spacing:-1px;padding-left:7px;padding-right:7px}}.llms-table tfoot tr,.orders-table tfoot tr{background-color:transparent}.llms-table tfoot label,.orders-table tfoot label{font-size:15px;margin:1px 0 0}td.llms-table-navigation{width:45%}.llms-table-sort form{width:100%;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}.llms-table-sort form select{margin:0 10px}.llms-table td:first-child,.llms-table th:first-child{width:30%}.llms-sd-tab.dashboard{width:100%}.llms-sd-widgets{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.llms-sd-widgets .llms-sd-widget-title{margin-right:10px}.llms-sd-widgets .llms-sd-widget:first-child{margin-left:10px}.llms-sd-widgets .llms-sd-widget:last-child{margin-right:10px}.llms-table.llms-single-course-grades{margin:10px}.llms-person-form.edit-account .llms-form-fields .llms-form-field label{font-size:16px;font-weight:400;color:var(--bb-body-text-color)}.llms-person-form.edit-account .llms-form-fields .llms-form-field input{margin-top:9px;margin-bottom:21px}.llms-person-form.edit-account .llms-form-fields .llms-form-field .select2-container{margin-top:9px}.llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter{color:var(--bb-headings-color);font-size:13px;border-radius:var(--bb-block-radius-inner);margin-bottom:10px}.llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.mismatch,.llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.too-short,.llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.very-weak{border-color:var(--bb-danger-color)}.llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.mismatch:before,.llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.too-short:before,.llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.very-weak:before{background-color:rgba(var(--bb-danger-color-rgb),.5)}.llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.weak{border-color:var(--bb-warning-color)}.llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.weak:before{background-color:rgba(var(--bb-warning-color-rgb),.5)}.llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.medium,.llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.strong{border-color:var(--bb-success-color)}.llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.medium:before,.llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter.strong:before{background-color:rgba(var(--bb-success-color-rgb),.5)}.llms-person-form.edit-account .llms-form-fields .llms-password-strength-meter+.llms-password-strength-meter{line-height:1.4}.llms-person-form.edit-account .llms-field-button.llms-button-action{font-size:15px;font-weight:500}body:not(.logged-in) .lifterlms .llms-student-dashboard{border:0}body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form{border:1px solid var(--bb-content-border-color);background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius);padding:3rem 25% 3.5rem;font-size:14px}@media only screen and (max-width:992px){body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form{padding-left:10%;padding-right:10%}}@media only screen and (max-width:800px){body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form{padding-left:5%;padding-right:5%}}body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .llms-button-action{font-weight:500;font-size:15px}.llms-student-dashboard .orders-table td{padding-top:10px;padding-bottom:10px}.llms-student-dashboard.orders .order-title{display:-webkit-box;display:-ms-flexbox;display:flex}.llms-student-dashboard.orders .order-title .llms-status{margin-left:20px;font-size:12px;padding:0 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.llms-student-dashboard.orders .order-title .llms-status.llms-completed{background-color:var(--bb-success-color)}.llms-student-dashboard.orders table{font-size:14px;border:0}@media screen and (min-width:600px){.llms-student-dashboard.orders table td,.llms-student-dashboard.orders table th{border-top:1px solid var(--bb-content-border-color)}}.llms-student-dashboard.orders table .llms-status{padding:0 10px;float:right;background-color:transparent;border-radius:var(--bb-button-radius);border:1px solid var(--bb-content-border-color);text-transform:uppercase;font-size:10px;text-align:center;min-width:85px}.llms-student-dashboard.orders table .llms-status.llms-completed,.llms-student-dashboard.orders table .llms-status.llms-refunded{color:var(--bb-success-color);border-color:var(--bb-success-color)}.llms-student-dashboard.orders table .llms-status.llms-pending{color:var(--bb-warning-color);border-color:var(--bb-warning-color)}.llms-student-dashboard.orders table .llms-status.llms-cancelled,.llms-student-dashboard.orders table .llms-status.llms-failed{color:var(--bb-danger-color);border-color:var(--bb-danger-color)}.llms-student-dashboard.orders .orders-table tbody tr:first-child td,.llms-student-dashboard.orders .orders-table tbody tr:first-child th{border-top:0}.llms-student-dashboard.orders .orders-table th{font-weight:400;color:var(--bb-headings-color)}.llms-student-dashboard.orders .orders-table tbody tr td,.llms-student-dashboard.orders .orders-table tbody tr th{border-bottom:0}.llms-student-dashboard.orders .orders-table tbody tr td .llms-status,.llms-student-dashboard.orders .orders-table tbody tr th .llms-status{padding:4px 10px}.llms-student-dashboard.orders .orders-table tbody tr:nth-child(even) td,.llms-student-dashboard.orders .orders-table tbody tr:nth-child(even) th{background-color:transparent}.llms-student-dashboard.orders .orders-table tbody tr:nth-child(odd) td,.llms-student-dashboard.orders .orders-table tbody tr:nth-child(odd) th{background-color:transparent}.llms-student-dashboard.orders .orders-table tbody tr:hover td{background-color:transparent}.llms-student-dashboard.orders .orders-table tbody td:first-child a{margin-right:5px}@media screen and (min-width:600px){.llms-student-dashboard.orders .orders-table tbody tr.llms-order-item .llms-button-primary{opacity:0}.llms-student-dashboard.orders .orders-table tbody tr.llms-order-item:hover .llms-button-primary{opacity:1}}.llms-student-dashboard.orders .orders-table thead td{font-weight:400;text-transform:uppercase;border-top:0;color:var(--bb-alternate-text-color);white-space:nowrap;letter-spacing:-.4px}@media screen and (max-width:1250px){.llms-student-dashboard.orders .llms-student-dashboard .orders-table td,.llms-student-dashboard.orders .llms-student-dashboard .orders-table th{padding-left:6px;padding-right:6px}}@media screen and (min-width:1200px) and (max-width:1300px){.has-sidebar .llms-student-dashboard.orders table .llms-status{float:none;white-space:nowrap}.has-sidebar .llms-student-dashboard.orders table{font-size:13px}}.orders-table .llms-button-primary{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);padding:6px 20px;min-width:auto}.orders-table .llms-button-primary:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.orders-table .llms-button-primary: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);box-shadow:none}.llms-sd-notification-center{background-color:transparent;padding:0;border:0}.llms-sd-notification-center .llms-notification-title{color:var(--bb-headings-color)}.llms-sd-notification-center .llms-notification-list-item:hover .llms-notification{background-color:inherit}.llms-sd-notification-center .llms-notification{display:block;border-top:1px solid var(--bb-content-border-color);box-shadow:none;background-color:transparent}.llms-sd-notification-center .llms-notification:has(.llms-mini-cert--body){display:block}.llms-sd-notification-center .llms-notification:has(.llms-mini-cert--body) .llms-notification-footer{margin-left:0;max-width:75%}.llms-sd-notification-center .llms-notification-list-item:first-child .llms-notification{border-top:0}.llms-sd-grades .llms-table .llms-progress .llms-progress-bar{height:4px;top:20px}.llms-student-dashboard.redeem-voucher label{font-size:15px;margin-right:10px}.llms-student-dashboard.redeem-voucher input[name=llms_voucher_code]{border-radius:var(--bb-input-radius);padding:0 20px}@media screen and (max-width:992px){.llms-student-dashboard.redeem-voucher input[name=llms_voucher_code]{width:100%;margin-top:10px}}.llms-student-dashboard.redeem-voucher button{padding-top:6px;padding-bottom:6px;background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)}.llms-student-dashboard.redeem-voucher button:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.llms-student-dashboard.redeem-voucher 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)}.llms-sd-section__blank{text-align:center}.llms-sd-section__blank img{margin:0 0 20px}.llms-sd-section__blank p{color:var(--bb-alternate-text-color)}.llms-sd-section__blank i{font-size:70px;color:#a1a9b5;margin:0 0 20px}.llms-sd-grades .llms-table .llms-progress .progress__indicator{right:0;top:-.6em;font-size:12px}.llms-donut svg path{stroke:var(--bb-primary-color)}@media only screen and (max-width:1200px){.llms-student-dashboard .llms-sd-section.llms-view-order .order-primary,.llms-student-dashboard .llms-sd-section.llms-view-order .order-secondary{width:100%;float:none}}.llms-student-dashboard.edit-account>.llms-notice,.llms-student-dashboard.redeem-voucher>.llms-notice{position:absolute;width:-webkit-calc(100% - 390px);width:calc(100% - 390px);top:30px;right:80px}@media only screen and (max-width:992px){.llms-student-dashboard.edit-account>.llms-notice,.llms-student-dashboard.redeem-voucher>.llms-notice{width:-webkit-calc(100% - 290px);width:calc(100% - 290px);right:30px;left:auto}}@media only screen and (max-width:800px){.llms-student-dashboard.edit-account>.llms-notice,.llms-student-dashboard.redeem-voucher>.llms-notice{width:-webkit-calc(100% - 60px);width:calc(100% - 60px);right:30px;left:auto}}.llms-sd-widgets .llms-sd-widget{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner);background-color:var(--bb-content-alternate-background-color);margin-bottom:1.25rem;margin-top:0}.llms-sd-widgets .llms-sd-widget .llms-achievement{max-width:240px}.llms-sd-widgets .llms-sd-widget .llms-achievement .llms-achievement-content{margin:0 0 10px}.llms-table.llms-single-course-grades td.llms-lesson_title{padding-left:15px}.llms-sd-widgets .llms-sd-widget .llms-sd-widget-title{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0;color:var(--bb-headings-color);text-align:center;padding:15px 10px}.llms-single-course-grades-wrapper{overflow-x:auto}.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades{margin-left:0;margin-right:0}.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-donut{margin-bottom:0}.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-status{margin-top:0;color:#fff}.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-status.llms-pass{background-color:var(--bb-success-color)}.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-status.llms-incomplete,.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-status.llms-pending{background-color:var(--bb-warning-color)}.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-status.llms-fail{background-color:var(--bb-danger-color)}.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-assignment>a,.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-associated_quiz>a{margin-top:6px;display:inline-block}.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades tr.llms-section:first-child th{padding-top:8px}.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades tr.llms-section th{padding-top:30px;padding-bottom:15px;background-color:var(--bb-content-alternate-background-color)}.llms-single-course-grades .llms-assignment,.llms-single-course-grades .llms-associated_quiz,.llms-single-course-grades .llms-completion_date,.llms-single-course-grades .llms-overall_grade{text-align:center}.llms-single-course-grades.llms-table td{vertical-align:middle}.llms-single-course-grades td.llms-assignment .llms-single-course-grades__inCell,.llms-single-course-grades td.llms-associated_quiz .llms-single-course-grades__inCell{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}.llms-single-course-grades td.llms-assignment .llms-single-course-grades__inCell>*,.llms-single-course-grades td.llms-associated_quiz .llms-single-course-grades__inCell>*{margin:0 4px}.llms-single-course-grades td.llms-assignment .llms-single-course-grades__inCell>a,.llms-single-course-grades td.llms-associated_quiz .llms-single-course-grades__inCell>a{font-size:80%}.llms-single-course-grades .llms-status{border-radius:3px;border:0;font-size:80%;padding:3px 6px}.llms-sd-widgets .llms-sd-widget .llms-sd-date{font-size:18px}.llms-table.llms-single-course-grades th.llms-section_title{text-transform:uppercase;font-size:90%}.llms-loop-list .llms-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}@media only screen and (max-width:1200px){.llms-loop-list .llms-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){.llms-loop-list .llms-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.llms-loop-list.cols-3 .llms-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}@media only screen and (max-width:1200px){.llms-loop-list.cols-3 .llms-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){.llms-loop-list.cols-3 .llms-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.has-sidebar .llms-student-dashboard .llms-loop-list .llms-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){.has-sidebar .llms-student-dashboard .llms-loop-list .llms-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.has-sidebar .llms-student-dashboard .llms-loop-list.cols-3 .llms-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){.has-sidebar .llms-student-dashboard .llms-loop-list.cols-3 .llms-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.lifterlms .llms-sd-section .llms-loop-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:33.333%;flex-basis:33.333%;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (max-width:1200px){.lifterlms .llms-sd-section .llms-loop-list{-ms-flex-preferred-size:50%;flex-basis:50%}}@media only screen and (max-width:992px){.lifterlms .llms-sd-section .llms-loop-list{-ms-flex-preferred-size:100%;flex-basis:100%}}.llms-loop-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:25%;flex-basis:25%;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (max-width:1200px){.llms-loop-list{-ms-flex-preferred-size:50%;flex-basis:50%}}@media only screen and (max-width:992px){.llms-loop-list{-ms-flex-preferred-size:100%;flex-basis:100%}}.llms-loop-list li.llms-loop-item{border-radius:var(--bb-block-radius);padding-bottom:0;border:1px solid var(--bb-content-border-color);margin:10px}.llms-loop-list li.llms-loop-item:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1);-webkit-transition:box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out}.llms-loop-list .llms-loop-item-content{background-color:var(--bb-content-background-color);padding-bottom:0;margin:0;height:auto!important;border-radius:var(--bb-block-radius);border:0}.llms-loop-list .llms-loop-item-content .fluid-width-video-wrapper{margin:0}.llms-loop-list .llms-loop-item-content .llms-author,.llms-loop-list .llms-loop-item-content .llms-loop-title,.llms-loop-list .llms-loop-item-content .llms-meta{padding:0}.llms-loop-list .llms-loop-item-content a.llms-loop-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.llms-loop-list .llms-loop-item-content .llms-loop-item-footer{padding-bottom:15px;border-top:0;border-radius:0 0 4px 4px}.llms-loop-list .llms-loop-item-content .llms-author{font-weight:500;margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.llms-loop-list .llms-loop-item-content .llms-author .llms-author-info.name{color:var(--bb-body-text-color)}.llms-loop-list .llms-loop-item-content .llms-meta{margin-bottom:0;font-size:13px;color:var(--bb-alternate-text-color)}.llms-loop-list .llms-loop-item-content .llms-progress .llms-progress-bar{height:4px}.llms-loop-list .llms-loop-item-content .llms-progress .progress-bar-complete{background-color:var(--bb-primary-color)}.llms-loop-list .llms-loop-item-content .llms-loop-item-after-image{padding:14px 20px}.bb-cover-wrap--llms,.llms-loop-link .bb-cover-wrap{padding-top:56.25%}.bb-cover-wrap--llms .ld-status,.llms-loop-link .bb-cover-wrap .ld-status{position:absolute;z-index:9;top:15px;background-color:var(--bb-primary-color);border-radius:0 15px 15px 0;color:#fff;text-align:center;padding:5px 12px;text-transform:uppercase;font-size:11px;line-height:1;letter-spacing:.23px}.bb-cover-wrap--llms .ld-status.ld-status-complete.ld-primary-background,.llms-loop-link .bb-cover-wrap .ld-status.ld-status-complete.ld-primary-background{background-color:var(--bb-success-color)}.llms-page-title{font-size:28px;color:var(--bb-headings-color);margin:26px 0 22px}.llms-sd-section.llms-my-courses .llms-loop-list .llms-loop-item-content a.llms-loop-link{height:initial}.llms-sd-section.llms-my-courses .llms-loop-list .llms-loop-item-content a.llms-loop-link .llms-loop-item-after-image{text-align:left}.llms-sd-section.llms-my-courses .llms-loop-list .llms-loop-item-content .llms-loop-item-footer{padding-bottom:0}.single-course.llms-pointer .gform_wrapper h3.gform_title{font-size:16px;font-weight:600;letter-spacing:.6px;margin:20px 0 10px;text-transform:uppercase;text-align:left}.single-course.llms-pointer .llms-extra{position:relative}.single-course.llms-pointer .llms-extra-locked i,.single-course.llms-pointer .llms-extra-logged-out i{font-family:bb-icons!important;font-size:1em;position:relative;width:22px;height:22px;margin-left:10px;border:2px solid #cacaca;border-radius:100%}.single-course.llms-pointer .llms-extra-locked i:before,.single-course.llms-pointer .llms-extra-logged-out i:before{content:"\e876";font-size:12px;position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);color:transparent}.single-course.llms-pointer .bb-llms-content-wrap .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link:hover{background:0 0}.single-course.llms-pointer .bb-llms-banner{padding:0 20px}.single-course.llms-pointer .bb-llms-content-wrap{padding-top:35px;padding-bottom:50px}.single-course.llms-pointer .bb-llms-content-wrap>p{font-size:16px}.single-course.llms-pointer .bb-llms-content-wrap>.llms-audio-wrapper,.single-course.llms-pointer .bb-llms-content-wrap>.llms-video-wrapper{margin-bottom:25px}.single-course.llms-pointer .bb-llms-content-wrap>.llms-audio-wrapper .center-audio iframe,.single-course.llms-pointer .bb-llms-content-wrap>.llms-video-wrapper .center-audio iframe{width:100%}.single-course.llms-pointer .bb-course-excerpt{margin-bottom:20px;opacity:.8;font-size:16px;letter-spacing:-.24px;line-height:27px}.single-course.llms-pointer .bb-course-points{margin-bottom:35px}.single-course.llms-pointer .bb-course-points a.anchor-course-points{color:#fff;font-size:15px;font-weight:500}.single-course.llms-pointer .bb-course-points a.anchor-course-points i{margin-left:10px}.single-course.llms-pointer .bb-course-banner-inner{max-width:-webkit-calc(100% - 480px);max-width:calc(100% - 480px);width:-webkit-calc(100% - 480px);width:calc(100% - 480px)}@media screen and (max-width:1200px){.single-course.llms-pointer .bb-course-banner-inner{max-width:-webkit-calc(100% - 400px);max-width:calc(100% - 400px);width:-webkit-calc(100% - 400px);width:calc(100% - 400px)}}@media screen and (max-width:880px){.single-course.llms-pointer .bb-course-banner-inner{max-width:-webkit-calc(100% - 320px);max-width:calc(100% - 320px);width:-webkit-calc(100% - 320px);width:calc(100% - 320px)}}.single-course.llms-pointer .bb-preview-course-link-wrap{position:relative;padding:68px 0;color:#fff}.single-course.llms-pointer .bb-single-course-sidebar .widget{box-shadow:0 32px 54px 0 rgba(0,0,0,.1);border-radius:var(--bb-block-radius);border:0;padding:0 30px 10px;background-color:var(--bb-content-background-color);margin-bottom:0}.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap{margin:0 -30px;border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0;overflow:hidden;position:relative;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}.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap audio{width:100%;background-color:#e2e7ed}.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap audio:focus{outline:0}.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap audio::-webkit-media-controls-panel{background-color:#e2e7ed;border-radius:0}.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap.bb-thumbnail-preview{display:block;height:0;padding-bottom:67.25%;position:relative;z-index:1}.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap.bb-thumbnail-preview 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}.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap{padding:0}.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container{height:0;padding-bottom:56.25%;position:relative;z-index:1;background-color:var(--bb-cover-image-background-color)}.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay{position:absolute;z-index:2;color:#fff;text-align:center;width:100%;height:100%;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-transition:all linear .2s;transition:all linear .2s}.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay:hover .bb-course-play-btn{width:60px;height:60px;background-color:rgba(248,248,248,.9)}.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay:hover .bb-course-play-btn:after{border-color:transparent transparent transparent var(--bb-primary-color)}.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;z-index:3;margin:50px auto;font-size:13px;font-weight:500;text-shadow:0 1px 1px rgba(0,0,0,.3)}.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay .bb-course-play-btn-wrapper{width:60px;height:60px;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay .bb-course-play-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:50px;height:50px;background-color:rgba(248,248,248,.7);border-radius:100%;margin:auto;-webkit-transition:all linear .2s;transition:all linear .2s}.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay .bb-course-play-btn:after{content:"";display:inline-block;position:relative;left:2px;margin:auto;width:10px;height:10px;border-style:solid;border-width:6px 0 6px 10px;border-color:transparent transparent transparent #4d5c6d;-webkit-transition:all linear .2s;transition:all linear .2s}.single-course.llms-pointer .bb-single-course-sidebar .lifter-sidebar-widgets,.single-course.llms-pointer .bb-single-course-sidebar .widget_course_syllabus{margin:0;list-style:none}.single-course.llms-pointer .bb-single-course-sidebar .lifter-sidebar-widgets .widget,.single-course.llms-pointer .bb-single-course-sidebar .widget_course_syllabus .widget{margin:15px 0;padding:15px 25px}.single-course.llms-pointer .llms-meta-info .llms-meta-title,.single-course.llms-pointer .llms-meta-info h3{font-size:16px;text-transform:uppercase}.single-course.llms-pointer .llms-instructor-info{margin-bottom:15px}.single-course.llms-pointer .llms-instructor-info h3{font-size:16px;font-weight:600;margin:20px 0 10px;text-transform:uppercase;text-align:left}.single-course.llms-pointer .llms-instructor-info .llms-author .llms-author-avatar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:20px}.single-course.llms-pointer .llms-instructor-info .llms-author .llms-author-avatar img{margin:0}.single-course.llms-pointer .llms-instructor-info .llms-author-holder .llms-author-info.name{margin-left:0;text-align:left;font-size:16px;font-weight:600;line-height:1;margin-bottom:5px}.single-course.llms-pointer .llms-instructor-info .llms-author-holder .llms-author-info.label{margin:0}.single-course.llms-pointer .llms-instructor-info .llms-author-holder .llms-author-name-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.single-course.llms-pointer .llms-instructor-info .llms-author-holder .meta-saperator{margin:0 15px;line-height:13px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:-10px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:16px;color:var(--bb-headings-color)}.single-course.llms-pointer .llms-instructor-info .llms-author-holder .llms-author-number-courses{font-size:14px;line-height:1.2;margin-bottom:0}.single-course.llms-pointer .bb-modal.bb_course_video_details{padding:10px;max-height:-webkit-calc(100vh - 20px);max-height:calc(100vh - 20px);-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.single-course.llms-pointer .bb-modal.bb_course_video_details button.mfp-close{width:30px;height:30px;line-height:32px;top:15px;right:15px;background-color:#fff}@media screen and (min-width:820px){.single-course.llms-pointer .bb-single-course-sidebar{max-width:380px;-webkit-box-flex:0;-ms-flex:0 0 42%;flex:0 0 42%;margin-left:auto;position:relative;z-index:2}}@media screen and (min-width:768px){.single-course.llms-pointer .bb-grid .bb-llms-content-wrap{padding-right:8%}.single-course.llms-pointer .site-content{padding-left:30px;padding-right:30px}}@media screen and (max-width:819px){.single-course.llms-pointer .bb-course-banner-inner{max-width:100%;width:100%}.single-course.llms-pointer .bb-course-banner-info{padding:30px 0}.single-course.llms-pointer .bb-grid .bb-single-course-sidebar{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin:30px 0 20px!important}.single-course.llms-pointer .bb-grid .bb-single-course-sidebar .thumbnail-container img{width:100%}.single-course.llms-pointer .bb-grid #lifter-course-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;max-width:100%;padding-right:10px}}@media screen and (min-width:681px){.single-course.llms-pointer .bb-llms-content-wrap{max-width:820px}}.wp-block-llms-course-progress{background-color:rgba(146,164,183,.05);border-radius:6px;padding:.8em 1em;display:-webkit-box;display:flexbox;display:-ms-flexbox;display:flex;margin-bottom:30px}.wp-block-llms-course-progress .llms-progress{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;-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;height:auto}.wp-block-llms-course-progress .llms-progress .progress__indicator{margin:0;display:block;float:left;text-align:left;height:auto;line-height:normal;padding-right:20px}.wp-block-llms-course-progress .llms-progress .progress__indicator .ld-progress-percentage{font-size:12px;font-weight:700;text-align:left;line-height:2}.wp-block-llms-course-progress .llms-progress .progress__indicator .ld-progress-steps{font-size:12px;line-height:2}.wp-block-llms-course-progress .llms-progress .llms-progress-bar{-webkit-box-flex:1;-ms-flex:1 auto;flex:1 auto;height:3px;background:var(--bb-content-border-color);top:inherit;margin:5px 0;overflow:hidden;color:#fff;border-radius:7px}.wp-block-llms-course-progress .llms-progress .llms-progress-bar .progress-bar-complete{border-radius:7px}.llms-lesson-preview .llms-extra{width:auto}.llms-syllabus-wrapper .llms-section-title{font-weight:500;margin-bottom:10px}.llms-syllabus-wrapper .llms-lesson-link-locked{min-height:inherit}.llms-syllabus-wrapper .llms-lesson-link-locked .llms-lesson-counter{padding-right:30px;position:relative}.llms-syllabus-wrapper .llms-lesson-link-locked .llms-lesson-counter:after{content:"";font-size:12px;position:absolute;top:-5px;right:0;width:22px;height:22px;border-radius:100%;border-color:#aaa;border:2px solid}.llms-syllabus-wrapper .assignment_section_holder.quizzes_section_holder .llms-lesson-preview.llms-quizz-preview .llms-lesson-link:before{content:"\ef3e";font-family:bb-icons}.llms-syllabus-wrapper .llms-section-title+.llms-lesson-preview{border-radius:var(--bb-block-radius-inner)}.llms-syllabus-wrapper .llms-lesson-preview:hover .llms-lesson-main{background:rgba(146,164,183,.1)}.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-complete .llms-lesson-link:after{border:2px solid var(--bb-primary-color);border-radius:100%;background-color:var(--bb-primary-color);content:"\e876";color:#fff;text-align:center;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);display:inline-block;font:normal normal normal 14px/1 FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-top:2px}.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-complete h5{text-decoration:line-through}.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview{margin-bottom:0}.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview .llms-lesson-link{box-shadow:none;padding:16px 90px 16px 75px;text-align:left}.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview .llms-lesson-link:before{font:normal normal normal 18px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\eeff";font-weight:100;position:absolute;left:45px;top:17px;font-size:20px;color:var(--bb-headings-color)}.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview .llms-lesson-link:after{content:"";font-size:12px;position:absolute;top:28px;right:6px;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);color:transparent;font-family:bb-icons!important;width:22px;height:22px;border:2px solid;border-color:var(--bb-content-border-color);border-radius:100%}.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview .llms-lesson-link h5{margin-bottom:0;position:relative;font-weight:500;font-size:14px;letter-spacing:-.24px;line-height:1.6}.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(146,164,183,.05);border-radius:4px}.llms-syllabus-wrapper .llms-lesson-preview .quizzes_section_holder{display:none}.llms-syllabus-wrapper .llms-lesson-preview .ld-item-details{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;width:50px}.llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button{margin-left:0;-webkit-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease}.llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button.ld-button-alternate{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button.ld-button-alternate.ld-expanded{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button.no-section span{color:transparent;pointer-events:none}.llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down{color:var(--bb-headings-color);border-radius:100%;width:18px;height:18px;-webkit-box-flex:0;-ms-flex:0 0 18px;flex:0 0 18px;padding:2px;line-height:16px;text-align:center;font-weight:700;-webkit-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease}.llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down:before{content:"\e861";font:normal normal normal 18px/1 bb-icons;speak:none;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;font-weight:300}.llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down:hover{color:var(--bb-primary-color);cursor:pointer}.llms-syllabus-wrapper .llms-lesson-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1}.llms-syllabus-wrapper .llms-lesson-holder.llms_has-thumbnail{padding-top:200px}.llms-syllabus-wrapper .llms-lesson-holder.llms_has-thumbnail .llms-lesson-thumbnail{position:absolute;top:0;left:0;width:100%;height:200px}.llms-syllabus-wrapper .llms-lesson-holder.llms_has-thumbnail .llms-lesson-thumbnail img{height:200px;width:100%;object-fit:cover;border-radius:4px 4px 0 0}.llms-syllabus-wrapper .llms-lesson-link{padding:19px 15px 19px 0;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;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;box-shadow:none;-webkit-box-flex:1;-ms-flex:1;flex:1}.llms-syllabus-wrapper .llms-lesson-link.no_quiz_and_assigment{padding:19px 15px 19px 25px}.llms-syllabus-wrapper .llms-lesson-link .clear{display:none}.llms-syllabus-wrapper .llms-lesson-link .llms-extra{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:relative}.llms-syllabus-wrapper .llms-lesson-link .llms-extra .llms-lesson-counter{font-size:12px;font-weight:400}.llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-title{text-decoration:line-through}.llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-complete{-ms-flex-preferred-size:22px;flex-basis:22px;-ms-flex-negative:0;flex-shrink:0;height:22px;width:22px;border-radius:100%;background-color:var(--bb-primary-color);border:0}.llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-complete i{font-family:bb-icons!important;font-size:1em;position:relative;width:22px;height:22px;left:1px}.llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-complete i:before{content:"\e876";font-size:12px;font-weight:400;position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);color:#fff;line-height:10px}.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-complete{-ms-flex-preferred-size:22px;flex-basis:22px;-ms-flex-negative:0;flex-shrink:0;height:22px;width:22px;border:2px solid;border-radius:100%;color:var(--bb-content-border-color)}.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-complete i{font-family:bb-icons!important;font-size:1em;position:relative;width:22px;height:22px;margin-left:-2px;margin-top:-2px}.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-complete i:before{content:"\e876";font-size:12px;position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);color:transparent}.bb-llms-content-wrap .llms-syllabus-wrapper .llms-lesson-preview,.llms-my-favorites .llms-syllabus-wrapper .llms-lesson-preview{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner)}.bb-llms-content-wrap .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-preview,.llms-my-favorites .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-preview{margin:10px;width:auto}.lifter-topic-sidebar-wrapper .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-holder.llms_has-thumbnail{padding-top:0}.course .llms-meta-info .llms-meta span{font-weight:400}.llms-instructor-info .llms-instructors .llms-author a .llms-author-info.name{color:var(--bb-headings-color)}.llms-instructor-info .llms-instructors .llms-author a:hover .llms-author-info.name{color:var(--bb-primary-color)}.single-course.llms-pointer .lifterlms_course_information{margin:20px 0}.single-course.llms-pointer .lifterlms_course_information h3{font-size:13px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin:0;padding-bottom:15px}.single-course.llms-pointer .lifterlms_course_information div.llms-meta{margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.single-course.llms-pointer .lifterlms_course_information div.llms-meta p{margin-bottom:0;line-height:1.5}.single-course.llms-pointer .lifterlms_course_information .llms-meta:before{font-family:bb-icons;font-size:18px;position:relative;width:20px;height:20px;margin-right:10px;color:var(--bb-alternate-text-color);display:block;float:left}.single-course.llms-pointer .lifterlms_course_information .llms-course-length:before{content:"\ed93"}.single-course.llms-pointer .lifterlms_course_information .llms-difficulty:before{content:"\edbf"}.single-course.llms-pointer .lifterlms_course_information .llms-tracks:before{content:"\eefa"}.single-course.llms-pointer .lifterlms_course_information .llms-categories:before{content:"\eead"}.single-course.llms-pointer .lifterlms_course_information .llms-tags:before{content:"\ef3b"}.course .llms-meta-info div.llms-meta p{margin-bottom:10px}.llms-meta-info div.llms-meta p{margin-bottom:10px}.review_box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1px solid var(--bb-content-border-color);padding:30px 20px;border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color)}.review_box .current_user_avatar{margin-bottom:15px}.review_box .current_user_avatar>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.review_box .current_user_avatar>a .current_user_avatar_name{padding-left:15px;margin-left:0;text-align:left;font-size:14px;font-weight:600;line-height:1;color:var(--bb-headings-color)}.review_box .current_user_avatar img{max-width:42px}.review_box>h3{font-size:16px;font-weight:600;letter-spacing:.6px;margin:0;text-transform:uppercase;text-align:left;padding-top:10px}.review_box #review_text{margin-bottom:10px;resize:vertical}.review_box #llms_review_submit_button{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular)}.review_box #llms_review_submit_button:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.review_box #llms_review_submit_button:hover{box-shadow:none;background-color:var(--bb-secondary-button-background-hover);color:var(--bb-secondary-button-text-hover);border:1px solid var(--bb-secondary-button-border-hover)}.review_box .review_leave{text-align:right}#thank_you_box{border:1px solid var(--bb-content-border-color);padding:30px 20px;border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color)}#thank_you_box h2{margin-bottom:0;text-align:center;font-size:18px}.bb-llms-content-wrap .comments-title,.bb-llms-content-wrap .review_title{font-size:16px;margin:20px 0 15px;text-transform:uppercase;text-align:left}.bb-llms-content-wrap .comments-title{margin-top:0}.bb-llms-content-wrap .lifter-comment,.lifterlms_content_wrap .lifter-comment{margin-top:30px}#old_reviews{margin:30px 0 20px;padding:20px 0;border-top:1px solid var(--bb-content-border-color);border-bottom:1px solid var(--bb-content-border-color)}#old_reviews hr{display:none}#old_reviews h3{margin-bottom:10px;font-size:16px;font-weight:600;letter-spacing:.6px;text-transform:uppercase;text-align:left}#old_reviews .review_avatar_image{max-width:42px}#old_reviews .llms_review{display:-webkit-box;display:-ms-flexbox;display:flex;background:var(--bb-content-background-color)!important;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);padding:20px!important;margin:0 0 20px!important}#old_reviews .llms_review .review_content{padding-left:15px;width:-webkit-calc(100% - 52px);width:calc(100% - 52px)}#old_reviews .llms_review .review_content .review_author{margin-left:0;text-align:left;font-size:14px;font-weight:600;line-height:1}#old_reviews .llms_review .review_content a .review_author,#old_reviews .llms_review .review_content a:hover .review_author{color:var(--bb-headings-color)}#old_reviews .llms_review .review_date{font-size:13px;color:var(--bb-alternate-text-color);margin-bottom:5px;font-weight:500}#old_reviews .llms_review .review_content__title{font-size:14px;font-weight:600}#old_reviews .llms_review .review_content__description{font-size:14px;line-height:1.5}#old_reviews .llms_review h5,#old_reviews .llms_review p{margin-bottom:8px}.single-course.llms-pointer .bb-llms-content-wrap #old_reviews .llms_review{background-color:var(--bb-content-background-color)}.bb-llms-content-wrap .llms-lesson-preview h5{font-size:16px;font-weight:500}.bb-llms-content-wrap .llms-lesson-preview .llms-lesson-free{color:#fff;display:inline-block;padding:3px 5px;background-color:var(--bb-primary-color);border-radius:3px;font-size:11px;line-height:1;text-transform:uppercase;margin-left:5px}.bb-llms-content-wrap .llms-lesson-preview .llms-lesson-excerpt{color:var(--bb-alternate-text-color)}.bb-llms-content-wrap .llms-lesson-preview .llms-lesson-excerpt p{font-size:14px;line-height:1.4;max-height:2.72em;margin:-3px 0 5px;display:block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.llms-syllabus-wrapper .llms-lesson-preview .llms-icon-free{display:none}.llms-lesson-preview--blank{margin-bottom:10px;background-color:rgba(247,186,69,.4);border-radius:4px;text-align:left;padding:19px 25px}.lifter-topic-sidebar-wrapper .llms-lesson-preview--blank{padding:15px 30px;font-size:14px;border-radius:0;line-height:1.5}.lifterlms_pricing_button{text-align:center;margin:20px 0}.lifterlms_pricing_button .link-to-llms-access-plans{width:100%}.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link:after,.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-lesson-preview.is-complete .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link:after{background-color:transparent!important}.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-lesson-preview.is-complete .llms-lesson-link:after{border-color:var(--bb-primary-color)}.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-lesson-preview.is-complete .llms-lesson-link:before{background-color:var(--bb-primary-color)}.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-lesson-preview.is-complete .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link:after,.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-lesson-preview.is-incomplete .llms-lesson-link:after{border-color:var(--bb-headings-color)}.llms-loop-item.course .llms-pa-permalink,.llms-pointer.llms-inner .llms-lesson-link-locked:after{border-color:var(--bb-headings-color)}.status-in-progress{background:var(--bb-primary-color);color:#fff;text-transform:none;font-weight:500;font-size:12px;width:160px;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-radius:100px;margin-left:20px}.status-complete{background-color:var(--bb-success-color);color:#fff;text-transform:none;font-weight:500;font-size:12px;width:160px;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-radius:100px;margin-left:20px}.bb-course-member-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 10px}body:not(.single-sfwd-courses) .bb-single-course-sidebar .bb-course-member-wrap{margin-top:20px;margin-bottom:20px}.bb-course-members{display:inline-block;margin-right:12px}.bb-course-members img{border:1px solid #fff;max-width:28px;display:inline-block;margin-right:-8px;position:relative;z-index:3;border-radius:50%;float:left;object-fit:cover;width:28px;height:28px}.lifter-topic-sidebar-wrapper .llms-course-members-list{margin-top:30px}.lifter-topic-sidebar-wrapper .llms-course-sidebar-heading{font-size:15px;letter-spacing:.6px;padding:20px 0 0;margin:0 30px 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.lifter-topic-sidebar-wrapper .llms-count{background-color:var(--bb-primary-color);color:var(--bb-content-background-color);border-radius:10px;font-weight:500;padding:0 14px;font-size:11px;height:20px;line-height:20px;margin-left:10px}.lifter-topic-sidebar-wrapper .lifter-topic-sidebar-data{font-size:15px;padding:15px 0}.lifter-topic-sidebar-wrapper .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-main{background:0 0}.llms-course-members-list .bb-course-member-wrap{padding:0}.llms-course-members-list .bb-course-member-wrap>.list-members-extra{padding:15px 30px 0;display:inline-block}.llms-course-members-list .bb-course-member-wrap>.list-members-extra.lme-less{display:none}.llms-course-members-list .bb-course-member-wrap.expanded>.list-members-extra.lme-less{display:inline-block}.llms-course-members-list .bb-course-member-wrap.expanded>.list-members-extra.lme-more{display:none}.llms-course-members-list .list-members-extra i{margin-left:5px}.llms-course-members-list .expanded .list-members-extra i{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.llms-course-members-list .course-members-list{list-style:none;margin:0}.llms-course-members-list .course-members-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 30px}.llms-course-members-list .course-members-list img{max-width:28px;margin-right:10px}.llms-course-members-list .course-members-list.course-members-list-extra{display:none}.llms-course-members-list .course-members-list a{color:var(--bb-headings-color)}.llms-course-members-list .course-members-list a:hover{color:var(--bb-primary-color)}.sticky-header .lifter-comment #comments:before{display:none}@media screen and (max-width:1180px){.single-course.llms-pointer .wp-block-llms-course-progress .llms-progress{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.single-course.llms-pointer .wp-block-llms-course-progress .llms-progress .progress__indicator{width:100%;padding-right:0}.single-course.llms-pointer .wp-block-llms-course-progress .llms-progress .status-complete,.single-course.llms-pointer .wp-block-llms-course-progress .llms-progress .status-in-progress{margin:3px 0 0;width:100%}}.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-quizz-preview .llms-lesson-link h5{color:var(--bb-headings-color)}body:not(.bb-dark-theme).llms-pointer.llms-inner .sfwd-light-mode{display:none}.llms-pointer.llms-inner.bb-dark-theme .sfwd-dark-mode{display:none}.single-llms_assignment.bb-dark-theme .lifterlms-header-instructor,.single-llms_quiz.llms-pointer.bb-dark-theme .lifterlms-header-instructor{border-color:#333}body.llms-pointer.llms-inner .site-content .container .container-full{width:100%;margin-left:0;margin-right:0;left:0;right:0}body.bb-buddypanel.llms-pointer.llms-inner:not(.buddypanel-open) .buddypanel .bb-toggle-panel{visibility:hidden;opacity:0}body.bb-buddypanel:not(.buddypanel-open).llms-pointer.llms-inner .buddypanel{width:0}body.bb-buddypanel:not(.buddypanel-open).llms-pointer.llms-inner .buddypanel .side-panel-inner{display:none}body.bb-buddypanel:not(.buddypanel-open).llms-pointer.llms-inner .site{margin-left:0}body.llms-pointer.llms-inner:not(.buddypanel-open).sticky-header .site-header{width:100%}body.llms-pointer.llms-inner .site-header .container{max-width:100%;margin-right:0}body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-header .bb-toggle-panel{visibility:hidden;opacity:0}@media screen and (min-width:768px){body.llms-pointer.llms-inner.buddypanel-open .sticky-header .site-header{width:-webkit-calc(100% - 230px);width:calc(100% - 230px)}}.llms-pointer.llms-inner .llms-course-navigation .llms-lesson-link-locked:after{display:none}.llms-pointer.llms-inner .llms-lesson-preview{margin-bottom:10px}.llms-pointer.llms-inner .llms-lesson-preview .llms-icon-free{background:#2295ff;color:#fff;display:inline-block;border-radius:5px;padding:3px 5px;line-height:1;font-size:10px;position:absolute;top:-15px;right:0;text-align:center}.llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-main:hover{background:rgba(146,164,183,.1)}.llms-pointer.llms-inner .llms-lesson-preview .quizzes_section_holder:hover{background:rgba(146,164,183,.1)}.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link:after{border:2px solid var(--bb-content-border-color);border-radius:100%}.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview.is-complete .llms-lesson-link:after{border:2px solid var(--bb-primary-color);border-radius:100%;background-color:var(--bb-primary-color);content:"\e876";color:#fff;text-align:center;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:inline-block;font:normal normal normal 14px/1 FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-top:2px}.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview.is-complete h5{text-decoration:line-through}.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview{margin-bottom:0}.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview .llms-lesson-link{box-shadow:none;padding:16px 70px 16px 75px;text-align:left}.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview .llms-lesson-link:before{font:normal normal normal 18px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\eeff";position:absolute;left:45px;top:17px;color:var(--bb-alternate-text-color);background-color:transparent!important;font-size:20px;font-weight:100}.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview .llms-lesson-link:after{content:"";font-size:12px;position:absolute;top:31px;right:30px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);color:transparent;font-family:bb-icons!important;width:22px;height:22px}.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview .llms-lesson-link h5{margin-bottom:0;position:relative;font-weight:500;font-size:13px;letter-spacing:-.24px;line-height:1.6;color:var(--bb-headings-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:4px}.llms-pointer.llms-inner .llms-lesson-preview .quizzes_section_holder{display:none}.llms-pointer.llms-inner .llms-lesson-preview .ld-item-details{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;width:35px;margin-left:15px}.llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button{margin-left:0;-webkit-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease}.llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button.ld-button-alternate{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button.ld-button-alternate.ld-expanded{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button.no-section span{color:transparent;pointer-events:none}.llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down{color:var(--bb-headings-color);border-radius:100%;width:18px;height:18px;-webkit-box-flex:0;-ms-flex:0 0 18px;flex:0 0 18px;padding:2px;line-height:16px;text-align:center;font-weight:700;-webkit-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease}.llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down:before{content:"\e861";font:normal normal normal 9px/1 bb-icons;speak:none;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;font-weight:300;font-size:16px;cursor:pointer}.llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down:hover{color:var(--bb-primary-color)}.llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-holder .llms-lesson-link .clear{display:none}.llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-holder .llms-lesson-link .llms-extra{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:relative}.llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-holder .llms-lesson-link .llms-extra .llms-lesson-counter{font-size:12px;font-weight:400}.llms-pointer.llms-inner .llms-lesson-preview.is-complete .llms-lesson-title{text-decoration:line-through}.llms-pointer.llms-inner .llms-lesson-preview.is-complete .llms-lesson-complete{-ms-flex-preferred-size:22px;flex-basis:22px;-ms-flex-negative:0;flex-shrink:0;height:22px;width:22px;border:2px solid;border-radius:100%}.llms-pointer.llms-inner .llms-lesson-preview.is-complete .llms-lesson-complete i{font-family:bb-icons!important;font-size:1em;position:relative;width:22px;height:22px;margin-left:-2px;margin-top:-2px}.llms-pointer.llms-inner .llms-lesson-preview.is-complete .llms-lesson-complete i:before{content:"\e876";font-size:12px;position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);color:#fff}.llms-pointer.llms-inner .llms-lesson-preview.is-incomplete .llms-lesson-complete{-ms-flex-preferred-size:22px;flex-basis:22px;-ms-flex-negative:0;flex-shrink:0;height:22px;width:22px;border:2px solid;border-radius:100%}.llms-pointer.llms-inner .llms-lesson-preview.is-incomplete .llms-lesson-complete i{font-family:bb-icons!important;font-size:1em;position:relative;width:22px;height:22px;margin-left:-2px;margin-top:-2px}.llms-pointer.llms-inner .llms-lesson-preview.is-incomplete .llms-lesson-complete i:before{content:"\e876";font-size:12px;position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);color:transparent}.llms-pointer.llms-inner .site-content{padding-left:10px;padding-right:10px}.llms-pointer.llms-inner .site-content .container{max-width:100%;padding-left:0;padding-right:0}.llms-pointer.llms-inner .site-content .container .content-area{padding-bottom:0;padding-top:0}.llms-pointer.llms-inner .site-content .container .content-area .entry-content-wrap{padding-top:0}@media screen and (min-width:544px){.llms-pointer.llms-inner .site-content .container .content-area .entry-content-wrap .lifter-topic-sidebar-wrapper{max-width:370px;padding:0}}.llms-pointer.llms-inner .site-content .container .content-area .entry-content-wrap .lifter-topic-sidebar-data{padding:15px 0}.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview .llms-lesson-link-locked{box-shadow:none;min-height:initial}.llms-pointer.llms-inner .llms-lesson-link-locked{box-shadow:none;min-height:initial}.llms-pointer.llms-inner .llms-lesson-link-locked:after{content:"";font-size:12px;position:absolute;top:15px;right:30px;width:22px;height:22px;border-radius:100%;border-color:#aaa;border:2px solid}.llms-pointer.llms-inner #llms_start_quiz{text-decoration:none;margin-bottom:0;line-height:1}.llms-pointer.llms-inner .assignment_section_holder .llms-lesson-preview.llms-quizz-preview .llms-lesson-link:before{content:"\ef3e";font-family:bb-icons}.llms-pointer.llms-inner.lms-side-panel-close .header-maximize-link{display:none}.llms-pointer.llms-inner.lms-side-panel-close .header-minimize-link{display:-webkit-box;display:-ms-flexbox;display:flex}.llms-pointer.llms-inner .header-minimize-link{display:none}.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper.lms-topic-sidebar-close{margin-left:-370px}.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper{box-shadow:inset -36px 0 40px -32px rgba(0,0,0,.05);-webkit-transition:margin-left .2s ease-in-out;transition:margin-left .2s ease-in-out;opacity:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow-x:hidden;overflow-y:auto;min-height:-webkit-calc(100vh - 76px);min-height:calc(100vh - 76px);padding:0;background-color:var(--bb-body-background-color)}@media screen and (min-width:544px){.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper{max-width:370px}}.llms-pointer.llms-inner .lifter-topic-sidebar-progress{margin:30px 30px 15px;padding-bottom:30px;border-bottom:1px solid var(--bb-content-border-color)}.llms-pointer.llms-inner .lifter-topic-sidebar-progress .llms-progress{margin:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:inherit}.llms-pointer.llms-inner .lifter-topic-sidebar-progress .llms-progress .llms-progress-bar{position:initial;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin:0;height:4px;background:var(--bb-content-border-color)}.llms-pointer.llms-inner .lifter-topic-sidebar-progress .llms-progress .progress__indicator{float:none;text-align:left;height:inherit;line-height:1;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:0}.llms-pointer.llms-inner .lifter-topic-sidebar-progress .llms-progress .progress__indicator .ld-progress-percentage{font-size:12px;font-weight:500;color:var(--bb-alternate-text-color);display:block;margin-top:15px;line-height:1}.llms-pointer.llms-inner .lifter-topic-sidebar-progress .llms-progress .progress__indicator .ld-progress-steps{font-size:12px;font-weight:500;color:var(--bb-alternate-text-color);display:block;margin-top:7px;line-height:1}.llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-title{font-weight:500}.llms-pointer.llms-inner #lifterlms-page-content{background-color:var(--bb-content-background-color);padding:30px 100px 0;position:relative;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:-webkit-calc(100vh - 76px);min-height:calc(100vh - 76px)}.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap{max-width:760px;width:100%;margin-left:auto;margin-right:auto;margin-bottom:50px;padding-top:0}.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-audio-wrapper,.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-video-wrapper,.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap>.wp-block-buttons,.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap>figure.wp-block-embed{margin-bottom:25px}.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .mejs-button>button{border-radius:0}.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap blockquote.wp-block-quote{background:#e3e6ea;border-radius:3px;margin:0 0 40px;padding:30px;font-size:22px;letter-spacing:-.24px;line-height:30px;position:relative}.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap blockquote.wp-block-quote:before{content:"\ef02";font-family:bb-icons;font-style:normal;font-weight:400;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;background:#7f868f;border-radius:100%;margin-bottom:20px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap blockquote.wp-block-quote p{margin-bottom:1.6875rem}.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap iframe{width:100%}.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap a .llms-pre-text{margin-bottom:0}.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap a .llms-lesson-excerpt p{margin-bottom:0}.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-button-action{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);padding:0 20px;line-height:40px}.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-button-action:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-button-action:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap #llms_mark_incomplete{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)}.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap #llms_mark_incomplete:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap #llms_mark_incomplete:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-course-nav.llms-next-lesson .llms-lesson-title,.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-course-nav.llms-next-lesson .llms-pre-text{text-align:right}@media screen and (max-width:992px){.llms-pointer.llms-inner #lifterlms-page-content{padding:30px 40px 0}}@media screen and (max-width:767px){.llms-pointer.llms-inner #lifterlms-content .bb-grid.grid .lifter-topic-sidebar-wrapper{position:absolute;z-index:99;width:370px;height:100%}.llms-pointer.llms-inner #lifterlms-content .bb-grid.grid #lifterlms-page-content{width:100%}.llms-pointer.llms-inner #lifterlms-content .bb-grid.grid #lifterlms-page-content #lifterlms-lesson-header .bb-position{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.llms-pointer.llms-inner .lifterlms_lesson_holder .llms-lesson-preview{width:100%}}@media screen and (max-width:400px){.llms-pointer.llms-inner #lifterlms-content .bb-grid.grid{position:relative}.llms-pointer.llms-inner #lifterlms-content .bb-grid.grid .lifter-topic-sidebar-wrapper{width:370px}}.lifter-topic-sidebar-course-navigation .ld-course-navigation{margin:15px 30px}.lifter-topic-sidebar-course-navigation .ld-course-navigation a.course-entry-link{display:inline-block;background-color:rgba(0,0,0,.03);color:var(--bb-alternate-text-color);border-radius:var(--bb-button-radius);padding:1px 15px 1px 10px;font-size:12px;margin:0 0 15px;-webkit-transition:all linear .2s;transition:all linear .2s}.lifter-topic-sidebar-course-navigation .ld-course-navigation a.course-entry-link:hover{background-color:rgba(0,0,0,.06)}.lifter-topic-sidebar-course-navigation .ld-course-navigation a.course-entry-link i{margin-right:3px}.lifter-topic-sidebar-course-navigation .ld-course-navigation h2{font-size:26px;margin:0;color:var(--bb-headings-color)}.lifterlms-lessions-list .llms-syllabus-wrapper{margin:0}.lifterlms-lessions-list .llms-syllabus-wrapper .llms-section-title{margin:10px 30px;text-align:left;font-size:15px;letter-spacing:.6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-right:0;border-left:0}.lifterlms-lessions-list .llms-syllabus-wrapper .lifterlms_lesson_holder.current_title{background:rgba(146,164,183,.05)}.lifterlms-lessions-list .llms-syllabus-wrapper .assignment_section_holder.quizzes_section_holder .llms-lesson-preview.llms-quizz-preview.is-complete .llms-lesson-link:before,.lifterlms-lessions-list .llms-syllabus-wrapper .assignment_section_holder.quizzes_section_holder .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link:before{content:"\ef3e";font-family:bb-icons}.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-complete .llms-lesson-link:after{content:"\e876";font-size:12px;position:absolute;top:25px;right:30px;width:23px;height:23px;border-radius:100%;border:1px solid var(--bb-primary-color);background-color:var(--bb-primary-color);font-weight:400;line-height:16px}.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link:before{font-size:20px;top:15px;color:var(--bb-headings-color)}.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link:after{right:30px;top:27px}.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-complete .llms-lesson-link:before{font-size:20px;top:15px;color:var(--bb-alternate-text-color)}.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-title{text-decoration:line-through}.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-link:after{content:"";font-size:12px;position:absolute;top:15px;right:30px;width:23px;height:23px;border-radius:100%;border:1px solid var(--bb-primary-color);background-color:var(--bb-primary-color)}.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-link.no_quiz_and_assigment:after,.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-main .llms-lesson-link:after{display:none}.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-link::before{content:"\e876";font-size:14px;position:absolute;top:15px;right:30px;width:23px;height:23px;line-height:23px;border-radius:100%;font-family:bb-icons!important;color:#fff;background-color:var(--bb-primary-color);display:block;z-index:9;text-align:center}.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-incomplete .llms-lesson-link:after{content:"";font-size:12px;position:absolute;top:15px;right:30px;width:23px;height:23px;border-radius:100%;border-color:var(--bb-content-border-color);border:2px solid;color:var(--bb-content-border-color)}.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link{padding:15px 55px 15px 0;width:100%;position:relative;background-color:transparent}.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link.no_quiz_and_assigment{padding-left:30px}.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link .clear{display:none}.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link .llms-main{width:100%}.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link .llms-main .llms-pre-text{display:none}.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link .llms-main .llms-lesson-title,.lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link .llms-main h5{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;min-width:0;font-size:14px;font-weight:500;color:var(--bb-headings-color)}#lifterlms-lesson-header{width:100%;max-width:1180px;margin-left:auto;margin-right:auto;padding:0;position:relative;-webkit-transition:margin .2s;transition:margin .2s}#lifterlms-lesson-header .bb-ld-info-bar{margin:0 0 15px}#lifterlms-lesson-header .ld-breadcrumbs{background-color:transparent;padding:0 0 10px;border-bottom:1px solid var(--bb-content-border-color);border-radius:0;display:-webkit-box;display:flexbox;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#lifterlms-lesson-header .ld-breadcrumbs .ld-breadcrumbs-segments{font-size:.75em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding-right:1em}#lifterlms-lesson-header .ld-breadcrumbs .ld-breadcrumbs-segments span{display:inline}#lifterlms-lesson-header .ld-breadcrumbs .ld-breadcrumbs-segments span:first-child:after{content:"\e827";font-family:bb-icons;font-size:12px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:0;margin-right:0;position:relative;top:2px}#lifterlms-lesson-header .ld-breadcrumbs .ld-breadcrumbs-segments span a{font-weight:400;color:var(--bb-headings-color)}#lifterlms-lesson-header .ld-breadcrumbs .ld-breadcrumbs-segments span a:hover{color:var(--bb-primary-color)}#lifterlms-lesson-header .bb-position{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:50px}#lifterlms-lesson-header .lifterlms-lesson-position{margin-right:auto}#lifterlms-lesson-header .lifterlms-lesson-position span.bb-pages{font-size:13px;display:block;line-height:1;text-transform:uppercase;-webkit-transition:all linear .2s;transition:all linear .2s;color:inherit}#lifterlms-lesson-header .lifterlms-lesson-position span.bb-pages .bb-total{color:var(--bb-alternate-text-color)}#lifterlms-lesson-header .lifterlms-lesson-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#lifterlms-lesson-header .lifterlms-lesson-nav .bb-ld-status{margin-right:20px}#lifterlms-lesson-header .lifterlms-lesson-nav .bb-ld-status .ld-status{background-color:rgba(146,164,183,.05);text-transform:none;font-weight:400;font-size:12px;line-height:inherit;padding:0 12px;letter-spacing:inherit;height:100%;border-radius:4px;text-align:center;display:block}#lifterlms-lesson-header .lifterlms-lesson-nav .bb-ld-status .ld-status.ld-status-complete{color:#fff;background-color:var(--bb-success-color)}#lifterlms-lesson-header .lifterlms-lesson-nav .bb-ld-status .ld-status.ld-status-progress{color:#fff;background-color:var(--bb-primary-color)}#lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link{margin-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0}#lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a{background-color:#d3d7db;display:-webkit-box;display:-ms-flexbox;display:flex;height:30px;min-width:55px;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;-webkit-transition:all linear .2s;transition:all linear .2s;color:#fff;font-size:12px;white-space:nowrap}#lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a:hover{background-color:var(--bb-primary-color)}#lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a.prev-link{border-radius:var(--bb-button-radius) 0 0 var(--bb-button-radius);margin-right:2px}#lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a.prev-link:before{content:"\e8ab";font:normal normal normal 14px/1 bb-icons;font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:6px}#lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a.next-link{border-radius:0 var(--bb-button-radius) var(--bb-button-radius) 0}#lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a.next-link:after{content:"\e827";font:normal normal normal 14px/1 bb-icons;font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:6px;padding-bottom:3px}#lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a .meta-nav{position:absolute;width:100%;font-size:0;z-index:20}#lifterlms-lesson-header [data-balloon][data-balloon-pos=up]:after{bottom:130%;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}#lifterlms-lesson-header [data-balloon][data-balloon-pos=up]:before{bottom:130%;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}@media (min-width:1024px){#lifterlms-lesson-header .lifterlms-header-title{max-width:760px;margin-left:auto;margin-right:auto}}#lifterlms-lesson-header .lifterlms-header-title h1{font-size:32px;line-height:1.2;margin-bottom:0}#lifterlms-lesson-header .lifterlms-header-instructor{max-width:760px;margin-left:auto;margin-right:auto}#lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor{margin:0;padding-top:20px;padding-bottom:20px}#lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor>.flex{-webkit-box-align:center;-ms-flex-align:center;align-items:center}#lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor>.flex .bb-avatar-wrap{max-width:40px;text-align:left;margin-right:10px;display:block;padding:0}#lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor>.flex .bb-avatar-wrap .avatar{max-width:32px}#lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor>.flex .bb-content-wrap{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}#lifterlms-lesson-header .bb-about-instructor h5{font-weight:400;font-size:15px;color:var(--bb-headings-color);margin-bottom:0}#lifterlms-lesson-header .bb-about-instructor h5 a{color:var(--bb-headings-color)}#lifterlms-lesson-header .bb-about-instructor h5 a:hover{color:var(--bb-primary-color)}#lifterlms-lesson-header .bb-about-instructor h5 .meta-saperator{color:var(--bb-alternate-text-color);margin:0 5px;font-size:16px;line-height:1.6875rem}#lifterlms-lesson-header .bb-about-instructor h5 .bb-about-instructor-date{color:var(--bb-alternate-text-color);margin-left:0;position:relative}.llms-pointer.llms-inner .lifterlms-lesson-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.llms-pointer.llms-inner .lifterlms-lesson-nav .bb-ld-status{margin-right:20px}.llms-pointer.llms-inner .lifterlms-lesson-nav .bb-ld-status .ld-status{background-color:rgba(146,164,183,.05);text-transform:none;font-weight:400;font-size:12px;line-height:inherit;padding:0 12px;letter-spacing:inherit;height:100%;border-radius:100px;text-align:center;display:block}.llms-pointer.llms-inner .lifterlms-lesson-nav .bb-ld-status .ld-status.ld-status-complete{color:#fff;background-color:var(--bb-success-color)}.llms-pointer.llms-inner .lifterlms-lesson-nav .bb-ld-status .ld-status.ld-status-progress{color:#fff;background-color:var(--bb-primary-color)}.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link{margin-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0}.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a{background-color:#d3d7db;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;height:30px;min-width:55px;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;-webkit-transition:all linear .2s;transition:all linear .2s;font-size:12px;white-space:nowrap}.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a:hover{background-color:var(--bb-primary-color)}.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a.prev-link{border-radius:50px 0 0 50px;margin-right:2px}.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a.prev-link:before{content:"\e8ab";font:normal normal normal 14px/1 bb-icons;font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:6px}.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a.next-link{border-radius:0 50px 50px 0}.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a.next-link:after{content:"\e827";font:normal normal normal 14px/1 bb-icons;font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:6px;padding-bottom:3px}.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a .meta-nav{position:absolute;width:100%;font-size:0;z-index:20}@media screen and (max-width:767px){.llms-pointer.llms-inner .lifterlms-lesson-nav{width:100%;margin-top:15px}}.lifter-topic-sidebar-wrapper .llms-lesson-excerpt{display:none}.lifter-topic-sidebar-wrapper .llms-lesson-preview .llms-lesson-title{margin-bottom:0}.llms-syllabus-wrapper .llms-lesson-main{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.llms-syllabus-wrapper .llms-lesson-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1}.llms-syllabus-wrapper .llms-lesson-link{padding:19px 15px 19px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;box-shadow:none;-webkit-box-flex:1;-ms-flex:1;flex:1}.llms-syllabus-wrapper .llms-lesson-link .llms-lesson-title,.llms-syllabus-wrapper .llms-lesson-link h5{font-size:16px;font-weight:500;color:var(--bb-headings-color)}.llms-syllabus-wrapper .llms-lesson-link:hover h5{color:var(--bb-primary-color)}.llms-syllabus-wrapper .llms-lesson-link .clear{display:none}.llms-syllabus-wrapper .llms-lesson-link .llms-extra{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:relative}.llms-syllabus-wrapper .llms-lesson-link .llms-extra .llms-lesson-counter{font-size:12px;font-weight:400}.llms-syllabus-wrapper .quizzes_section_holder{display:none}.llms-syllabus-wrapper .ld-item-details{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;width:40px}.llms-syllabus-wrapper .ld-item-details .ld-expand-button{margin-left:18px;-webkit-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease}.llms-syllabus-wrapper .ld-item-details .ld-expand-button.ld-button-alternate{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.llms-syllabus-wrapper .ld-item-details .ld-expand-button.ld-button-alternate.ld-expanded{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.llms-syllabus-wrapper .ld-item-details .ld-expand-button.no-section span{color:transparent;pointer-events:none}.llms-syllabus-wrapper .ld-item-details .ld-expand-button .ld-icon-arrow-down{color:var(--bb-headings-color);border-radius:100%;width:18px;height:18px;-webkit-box-flex:0;-ms-flex:0 0 18px;flex:0 0 18px;padding:2px;line-height:16px;text-align:center;font-weight:700;-webkit-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease}.llms-syllabus-wrapper .ld-item-details .ld-expand-button .ld-icon-arrow-down:before{content:"\e861";font:normal normal normal 9px/1 bb-icons;speak:none;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;font-weight:300}.single-llms_assignment #lifterlms-page-content #lifterlms-lesson-header .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span:nth-child(2):after,.single-llms_quiz #lifterlms-page-content #lifterlms-lesson-header .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span:nth-child(2):after{content:"\e827";font-family:bb-icons;font-size:12px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:0;margin-right:0;position:relative;top:2px}.single-llms_assignment #lifterlms-page-content .lifterlms_content_wrap,.single-llms_quiz #lifterlms-page-content .lifterlms_content_wrap{padding-top:0!important}.single-llms_assignment #lifterlms-page-content .lifterlms_content_wrap p,.single-llms_quiz #lifterlms-page-content .lifterlms_content_wrap p{margin-bottom:1.5rem}.single-llms_assignment #lifterlms-page-content .lifterlms_content_wrap p a,.single-llms_quiz #lifterlms-page-content .lifterlms_content_wrap p a{color:var(--bb-headings-color)}.single-llms_assignment #lifterlms-page-content .lifterlms_content_wrap p.llms-error a,.single-llms_quiz #lifterlms-page-content .lifterlms_content_wrap p.llms-error a{padding-right:0}.single-llms_assignment #lifterlms-page-content .lifterlms_content_wrap p.llms-choice-text,.single-llms_quiz #lifterlms-page-content .lifterlms_content_wrap p.llms-choice-text{margin-bottom:0}.single-llms_assignment #llms_start_quiz,.single-llms_quiz #llms_start_quiz{margin-bottom:0}.single-llms_assignment .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section{margin-top:0;padding-top:0}.single-llms_assignment .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section p,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section p{margin-bottom:0;text-transform:none;font-size:14px}.single-llms_assignment .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question #lifterlms-page-content .llms-quiz-results-main .llms-quiz-attempt-answer-section p,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question #lifterlms-page-content .llms-quiz-results-main .llms-quiz-attempt-answer-section p{margin-bottom:0}.single-lesson .llms-lesson-button-wrapper{font-family:inherit;text-transform:none;font-weight:500;color:var(--bb-headings-color);font-size:1.25rem;line-height:28px;margin-bottom:25px}.single-lesson .llms-lesson-button-wrapper .llms-incomplete-lesson-form{margin-top:1.6875rem}.single-lesson.llms-pointer .llms-course-navigation .llms-lesson-preview.is-complete .llms-lesson-title{text-decoration:none}.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .llms-lesson-main>.llms-lesson-holder:first-child>a.llms-lesson-link{padding-left:30px}.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .llms-lesson-preview .llms-lesson-holder{min-height:51px}.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .ld-item-details+.llms-lesson-holder>a.llms-lesson-link{left:50px;width:-webkit-calc(100% - 50px);width:calc(100% - 50px)}.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-main a.llms-lesson-link{position:absolute}.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .llms-tooltip.show{position:absolute;bottom:35px}.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .llms-tooltip{top:unset;z-index:99;line-height:1.4;width:300px;font-size:12px;white-space:normal;text-align:center}@media screen and (max-width:800px){.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .llms-tooltip{width:220px}}.llms-pointer.llms-inner .llms-course-navigation .llms-tooltip.show{top:0!important;left:0;bottom:0;width:100%;max-width:100%;height:100%;white-space:normal!important;right:0;font-size:12px;-webkit-transform:none;-ms-transform:none;transform:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.llms-pointer.llms-inner .llms-course-navigation .llms-tooltip.show .llms-tooltip-content{line-height:1.4;max-height:4.1em;margin:0;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.llms-pointer.llms-inner .llms-course-navigation .llms-tooltip.show:after{display:none}.llms-pointer.llms-inner .llms-course-navigation .llms-lesson-preview{border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner)}.bb-llms-content-wrap .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link:hover .llms-extra .llms-lesson-counter,.llms-loop-item-content .llms-loop-title:hover,.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link:hover .llms-main h5,.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-quizz-preview .llms-lesson-link:hover h5,.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview:hover .llms-lesson-link h5,.llms-syllabus-wrapper .llms-lesson-main .llms-lesson-holder .llms-lesson-link:hover .llms-main h5,.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link:hover .llms-lesson-title,.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview:hover .llms-lesson-link h5,.llms-widget-syllabus .lesson-title a:hover,.llms-widget-syllabus .lesson-title.done a:hover,.post-type-archive-course.llms-pointer .bb-course-items .bb-course-item-wrap .bb-cover-list-item .bb-card-course-details .bb-course-meta strong a:hover,.post-type-archive-course.llms-pointer .bb-course-items .bb-course-item-wrap .bb-cover-list-item .bb-card-course-details .bb-course-title a:hover,.single-course.llms-pointer .llms-instructor-info .llms-author-holder a:hover .llms-author-info.name,.single-llms_quiz.llms-pointer #lifterlms-page-content .lifterlms_content_wrap .llms-quiz-attempt-question-header:hover .toggle-answer:before,.single-llms_quiz.llms-pointer #lifterlms-page-content .lifterlms_content_wrap .llms-quiz-attempt-question-header:hover h3.llms-question-title{color:var(--bb-primary-color)}.llms-pa-posts.llms-pa-posts--single #llms-pa-post-discussion-form .llms-form-field.type-submit #llms_pa_leave_comment,.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment.llms-pa-read:after,.nf-form-wrap .nf-form-content .nf-field-element input[type=button]{border-color:var(--bb-primary-color)}.post-type-archive-course.llms-pointer .bb-course-items .bb-course-item-wrap .bb-cover-list-item .bb-card-course-details .bb-course-meta strong a,.single-llms_quiz.llms-pointer #lifterlms-page-content .lifterlms_content_wrap p:not(.llms-error) a{color:var(--bb-headings-color)}.single-lesson.llms-pointer #lifterlms-page-content #lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor>.flex .bb-content-wrap h5 .bb-about-instructor-date::before,.single-llms_quiz.llms-pointer #lifterlms-page-content #lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor>.flex .bb-content-wrap h5 .bb-about-instructor-date::before{background-color:var(--bb-alternate-text-color)}.post-type-archive-course.llms-pointer footer.footer-bottom,.post-type-archive-llms_membership.llms-pointer footer.footer-bottom,.tax-course_cat footer.footer-bottom,.tax-course_difficulty footer.footer-bottom,.tax-course_tag footer.footer-bottom,.tax-course_track footer.footer-bottom,.tax-membership_cat footer.footer-bottom,.tax-membership_tag footer.footer-bottom{padding-top:30px;padding-bottom:30px}.lifterlms-course-list .bs-search-form{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius);margin-bottom:0;position:relative}.lifterlms-course-list .bs-search-form:focus-within{border-color:var(--bb-input-focus-border-color);border-width:1px;box-shadow:var(--bb-input-focus-shadow)}.lifterlms-course-list .bs-search-form:before{content:"\ef10";font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;position:absolute;top:10px;font-size:14px;color:var(--bb-body-text-color);left:9px;opacity:.4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lifterlms-course-list .bs-search-form input[type=text]{background:0 0;border-radius:var(--bb-input-radius);border:0;height:34px;font-size:14px;letter-spacing:-.24px;padding:0 30px 0 35px}.lifterlms-course-list .bp-navs.bp-subnavs{margin-bottom:15px}.lifterlms-course-list .bp-navs.bp-subnavs>ul{margin:0;list-style:none}.lifterlms-course-list .bp-navs.bp-subnavs>ul>li{float:left;padding-right:30px}.lifterlms-course-list .bp-navs.bp-subnavs>ul>li>a{padding:10px 0}.lifterlms-course-list .bb-courses-header{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;margin:30px 0 25px}.lifterlms-course-list .bb-courses-header .bs-dir-search,.lifterlms-course-list .bb-courses-header h1{margin:0}@media screen and (max-width:544px){.lifterlms-course-list .bb-courses-header{display:block}.lifterlms-course-list .bb-courses-header h1{margin-bottom:15px}}.lifterlms-course-list .courses-type-navs ul li a{display:inline-block}.ld-secondary-header--llms .bb-secondary-list-tabs{margin-top:25px;margin-bottom:25px}.ld-secondary-header--llms .grid-filters{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:start;align-self:flex-start;font-size:21px;height:36px}.ld-secondary-header--llms .grid-filters a{color:var(--bb-headings-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:5px;padding-right:5px;opacity:.4;-webkit-transition:.3s all;transition:.3s all}.ld-secondary-header--llms .grid-filters a:hover{opacity:1}.ld-secondary-header--llms .grid-filters a.layout-grid-view{padding-left:5px;border-right:1px solid var(--bb-content-border-color)}.ld-secondary-header--llms .grid-filters .active{opacity:1}.ld-secondary-header--llms .sfwd-courses-filters .select-wrap select{margin-right:12px;height:36px;display:inline-block;font-family:inherit;font-style:inherit;font-size:15px;outline:0;vertical-align:middle;box-shadow:none;padding:0 12px;color:var(--bb-body-text-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:40px}@media screen and (max-width:992px) and (min-width:768px){.ld-secondary-header--llms .sfwd-courses-filters{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin-right:15px}.ld-secondary-header--llms .sfwd-courses-filters .select-wrap{width:100%;margin-bottom:5px}.ld-secondary-header--llms .sfwd-courses-filters .select-wrap select{width:100%}}@media screen and (max-width:610px){.ld-secondary-header--llms .sfwd-courses-filters{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin-right:15px}.ld-secondary-header--llms .sfwd-courses-filters .select-wrap{width:100%;margin-bottom:5px}.ld-secondary-header--llms .sfwd-courses-filters .select-wrap select{width:100%}}.bb-course-items .bb-course-cover--videoTile{background-color:var(--bb-cover-image-background-color);border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}.bb-course-items .bb-course-cover--videoTile iframe{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}.bb-course-items.list-view .bb-course-cover--videoTile{border-radius:var(--bb-block-radius) 0 0 var(--bb-block-radius)}.bb-course-items.list-view .bb-course-cover--videoTile iframe{border-radius:var(--bb-block-radius) 0 0 var(--bb-block-radius)}.entry-content .bb-course-items .bb-course-cover--videoTile .fluid-width-video-wrapper{margin-top:0;margin-bottom:0}.bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;margin-bottom:20px}.bb-course-items.grid-view .bb-course-item-wrap .bb-cover-list-item{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);height:100%;padding-bottom:0;-webkit-transition:.2s box-shadow;transition:.2s box-shadow;position:relative}.bb-course-items.grid-view .bb-course-item-wrap .bb-cover-list-item:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1);z-index:1}.bb-course-items.grid-view .bb-course-item-wrap .bb-cover-list-item .ld-status{position:absolute;z-index:9;top:15px;background-color:var(--bb-primary-color);border-radius:0 15px 15px 0;color:#fff;text-align:center;padding:5px 12px;text-transform:uppercase;font-size:11px;line-height:1;letter-spacing:.23px}.bb-course-items.grid-view .bb-course-item-wrap .bb-cover-list-item .ld-status.ld-status-complete.ld-primary-background{background-color:var(--bb-success-color)}@media screen and (max-width:1200px){.bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33%;flex:0 0 33%}}@media screen and (max-width:820px){.bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:480px){.bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile{display:none}.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33%;flex:0 0 33%}@media screen and (max-width:1200px){.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:992px){.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.llms-progress{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;height:initial;margin-top:0}.llms-progress .llms-progress-bar{top:0;height:4px;background-color:var(--bb-content-border-color)}.llms-progress .progress-bar-complete{height:4px;background-color:var(--bb-primary-color)}.llms-progress .progress__indicator{height:initial;margin-left:0;text-align:left;font-size:12px;font-weight:500;line-height:1;letter-spacing:-.24px;display:block;margin-top:10px;color:var(--bb-alternate-text-color)}.llms-progress .progress__indicator .ld-progress-steps{margin-top:5px}.llms-loop-item-content__body .llms-progress{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto;margin-bottom:10px}.llms-loop-item-content__body .llms-progress .llms-progress-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.llms-loop-item-content__body .llms-progress .progress__indicator{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.llms-loop-item-content__body .llms-difficulty,.llms-loop-item-content__body .llms-enroll-date,.llms-loop-item-content__body .llms-enroll-status{display:none}.llms-loop-item-content__body .bb-course-excerpt{font-size:13px;color:var(--bb-alternate-text-color);line-height:1.384;display:block;display:-webkit-box;max-height:2.72em;margin:-3px 0 20px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.course-details-verbose{padding-bottom:65px}@media screen and (max-width:544px){.course-details-verbose{padding-bottom:80px}}.lifterlms-course-list .bb-cover-list-item{position:relative}.lifterlms-course-list .bb-cover-list-item .llms-meta-aplans{position:absolute;bottom:0;width:-webkit-calc(100% - 40px);width:calc(100% - 40px);min-height:44px}.lifterlms-course-list .list-view .bb-cover-list-item .llms-meta-aplans{width:-webkit-calc(100% - 280px);width:calc(100% - 280px)}@media screen and (max-width:544px){.lifterlms-course-list .list-view .bb-cover-list-item .llms-meta-aplans{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-top:10px;min-height:70px}.lifterlms-course-list .list-view .bb-cover-list-item .llms-meta-aplans .push-right{margin-left:0;margin-top:5px}.lifterlms-course-list .list-view .bb-cover-list-item .bb-course-meta.bb-course-meta--membership{padding-bottom:75px}}.bb-card-course-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:16px 20px 0}.bb-card-course-details .course-lesson-count{font-size:13px;color:var(--bb-alternate-text-color);line-height:1;margin-bottom:8px;font-weight:300}.bb-card-course-details .bb-course-title{font-size:22px;line-height:1.24;margin:0 0 8px;display:-webkit-box;max-height:2.7em;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.bb-card-course-details .bb-course-title a{color:inherit;display:block;display:-webkit-box;max-height:2.7em;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.bb-card-course-details .bb-course-meta{font-size:13px;font-weight:300;color:var(--bb-alternate-text-color);letter-spacing:-.24px;line-height:1;margin-bottom:20px;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}.bb-card-course-details .bb-course-meta .item-avatar{max-width:28px;margin-right:10px}.bb-card-course-details .bb-course-meta strong{font-size:13px;font-weight:500;letter-spacing:-.24px;margin:0}.bb-card-course-details .bb-course-meta strong a{color:var(--bb-headings-color)}.bb-card-course-details .bb-course-meta.bb-course-meta--membership{margin-bottom:15px;padding-bottom:55px}.bb-card-course-details .bb-course-excerpt{font-size:13px;color:var(--bb-alternate-text-color);line-height:1.384;display:block;display:-webkit-box;max-height:2.72em;margin:-3px 0 20px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.bb-course-items.list-view .bb-card-course-details{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-bottom:16px}.bb-course-items.list-view .bb-card-course-details .bb-course-title{max-width:80%}.bb-course-items.list-view .bb-card-course-details .llms-progress{max-width:450px}.bb-course-cover .bb-cover-wrap:after,.llms-loop-link .bb-cover-wrap:after{background:0 0}.bb-course-cover .bb-cover-wrap,.llms-loop-link .bb-cover-wrap{background-color:var(--bb-cover-image-background-color)}.bb-cover-wrap--llms{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}.bb-cover-wrap--llms:after{background:0 0;border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}.bb-course-items.list-view{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;list-style:none}.bb-course-items.list-view .bb-course-cover--videoTile .fluid-width-video-wrapper{height:100%}.bb-course-items.list-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:20px}.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);height:100%;-webkit-transition:.2s box-shadow;transition:.2s box-shadow;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0}.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1);z-index:1}.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .ld-status{position:absolute;z-index:9;top:15px;background-color:var(--bb-primary-color);border-radius:0 15px 15px 0;color:#fff;text-align:center;padding:5px 12px;text-transform:uppercase;font-size:11px;line-height:1;letter-spacing:.23px}.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .ld-status.ld-status-complete.ld-primary-background{background-color:var(--bb-success-color)}.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .bb-course-cover{-webkit-box-flex:0;-ms-flex:0 0 240px;flex:0 0 240px}.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .bb-course-cover .bb-cover-wrap{padding-top:70%;height:100%;border-radius:var(--bb-block-radius) 0 0 var(--bb-block-radius)}@media screen and (max-width:1040px){.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .bb-course-cover{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px}.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .llms-meta-aplans{width:-webkit-calc(100% - 240px);width:calc(100% - 240px)}}@media screen and (max-width:460px){.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .bb-course-cover{-webkit-box-flex:0;-ms-flex:0 0 140px;flex:0 0 140px}}@media screen and (max-width:375px){.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .bb-course-cover{-webkit-box-flex:0;-ms-flex:0 0 110px;flex:0 0 110px}}.lifterlms-course-list--memberships .grid-filters{margin-left:auto}.component-navigation.courses-nav{margin:0}.component-navigation.courses-nav li{position:relative;list-style:none}.component-navigation.courses-nav .bb-icon-loader{position:absolute;right:10px;top:7px}.llms-loop-item-content .llms-progress .progress__indicator{display:block}.post-type-archive-course.llms-pointer.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}@media screen and (max-width:1200px){.post-type-archive-course.llms-pointer.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (min-width:800px) and (max-width:900px){.post-type-archive-course.llms-pointer.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media screen and (max-width:480px){.post-type-archive-course.llms-pointer.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.bb-template-v1 .bb-lms-pagination{padding:10px 0;text-align:right}.bb-template-v1 .bb-lms-pagination>*{display:inline-block;font-size:13px;margin-right:10px}.bb-template-v1 .bb-lms-pagination a.next.page-numbers,.bb-template-v1 .bb-lms-pagination a.prev.page-numbers{font-size:0}.single-llms_assignment .llms-donut svg path{stroke:var(--bb-success-color)}.single-llms_assignment .llms-audio-wrapper{margin-bottom:20px}.single-llms_assignment .llms-assignment-tasklist .llms-assignment-task{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.single-llms_assignment .llms-assignment-tasklist .llms-assignment-task .llms-task-marker{box-shadow:inset -36px 0 40px -32px rgba(0,0,0,.05)}.single-llms_assignment .llms-assignment-tasklist .llms-assignment-task .icheckbox_minimal{margin:0 0 0 20px}.single-llms_assignment .llms-assignment-tasklist .llms-assignment-task .llms-task-main{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.single-llms_assignment .llms-assignment-tasklist .llms-assignment-task .llms-task-main .llms-task-check{display:none}.single-llms_assignment .llms-assignment-footer{margin:30px 0 60px}.single-llms_assignment .llms-assignment-footer #llms-assignment-submit{font-size:15px;border-radius:var(--bb-button-radius);padding:10px 20px;font-weight:500;background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)}.single-llms_assignment .llms-assignment-footer #llms-assignment-submit:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.single-llms_assignment .llms-assignment-footer #llms-assignment-submit:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}.single-llms_assignment .llms-assignment-footer #llms-assignment-submit .fa-paper-plane{display:none}.single-llms_assignment .llms-assignment-footer .llms-button-primary{font-size:15px;border-radius:var(--bb-button-radius);padding:10px 20px;font-weight:500;background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)}.single-llms_assignment .llms-assignment-footer .llms-button-primary:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.single-llms_assignment .llms-assignment-footer .llms-button-primary:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}.llms-assignment-content.type--tasklist li.llms-assignment-task:hover{background:rgba(146,164,183,.05)}.llms-assignment-content.type--tasklist li.llms-assignment-task .llms-task-marker{background:0 0}.llms-assignment-content.type--tasklist li.llms-assignment-task .llms-task-main{width:initial}.llms-start-assignment-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)}.llms-start-assignment-button:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.llms-start-assignment-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)}@media screen and (max-width:365px){.llms-start-assignment-button{margin-bottom:15px}}.llms-assignment-content.type--upload .llms-assignment-upload-field{border:1px dashed var(--bb-content-border-color);display:-webkit-box;display:-ms-flexbox;display:flex;padding:30px 20px}.llms-assignment-content.type--upload .llms-assignment-upload-field .fa{margin-bottom:0}.llms-assignment-upload-field{background:rgba(240,243,247,.5);border:1px dashed var(--bb-content-border-color);border-radius:6px;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-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:16px;color:var(--bb-headings-color);letter-spacing:-.24px;line-height:26px;padding:30px 20px}.llms-assignment-upload-field .fa-upload:before{background:url(../images/svg/upload.svg) no-repeat;background-size:cover;content:" ";height:41px;width:48px;display:block;margin:0 auto 15px}.llms-assignment-upload-field h2{font-size:16px;color:var(--bb-headings-color);letter-spacing:-.24px;line-height:26px}.lifterlms_content_wrap .llms-assignment-content.type--tasklist ol.llms-assignment-tasklist{border:0}.lifterlms_content_wrap .llms-assignment-content.type--tasklist li.llms-assignment-task{border-bottom:1px solid var(--bb-content-border-color)}.lifterlms_content_wrap .llms-assignment-content.type--tasklist li.llms-assignment-task:first-child{border-top:0}.lifterlms_content_wrap .llms-assignment-content.type--tasklist li.llms-assignment-task:last-child{border-bottom:0}.single-llms_assignment .llms-assignment-tasklist .llms-assignment-task .llms-task-marker{box-shadow:none;border-right:1px solid var(--bb-content-border-color)}header.llms-pa-posts--archive h2{margin-bottom:inherit}header.llms-pa-posts--archive a{display:inline-block;background-color:rgba(0,0,0,.03);color:#939597;border-radius:20px;padding:1px 15px 1px 30px;font-size:12px!important;margin:0 0 15px;-webkit-transition:all linear .2s;transition:all linear .2s;position:relative}header.llms-pa-posts--archive a:before{position:absolute;left:10px;top:6px;content:"\e8ab";font:normal normal normal 14px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}header.llms-pa-posts--archive a:hover{background-color:rgba(0,0,0,.06)}.llms-pa-posts.llms-pa-posts--archive footer a{font-family:inherit;font-size:15px;color:#fff;background-color:var(--bb-primary-color);border-radius:100px;padding:10px 20px;font-weight:500;text-align:center;display:inline-block;line-height:1;border:0;-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}.llms-pa-posts.llms-pa-posts--archive footer a:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}header.llms-pa-area-header.llms-pa-posts--single .llms-pa-meta-sep,header.llms-pa-area-header.llms-pa-posts--single a{color:#939597;font-size:12px}.llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-pa-post-title{margin-bottom:15px}.llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-author{font-size:16px}.llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-author img{width:38px;height:38px}.llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-pa-meta-sep,.llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-pa-post-date{font-size:16px}.llms-pa-posts.llms-pa-posts--single #llms-pa-post-discussion-form{padding:0;margin:0;background-color:#fff}.llms-pa-posts.llms-pa-posts--single #llms-pa-post-discussion-form .llms-form-field.type-submit{text-align:right}.llms-pa-posts.llms-pa-posts--single #llms-pa-post-discussion-form .llms-form-field.type-submit .llms-pa-comment-reply-cancel{font-size:12px}.llms-pa-posts.llms-pa-posts--single .llms-pa-post-discussion-form-wrap{background-color:#fff;padding:20px;border:1px solid var(--bb-content-border-color);border-radius:4px;margin-bottom:20px}.llms-pa-posts.llms-pa-posts--single .llms-pa-post-discussion-form-wrap h2{margin-bottom:10px}.llms-pa-posts.llms-pa-posts--single .llms-pa-post-discussion-form-wrap #llms-pa-post-discussion-form{padding:0;margin:0;background-color:#fff}.llms-pa-posts.llms-pa-posts--single .llms-pa-post-discussion-form-wrap #llms-pa-post-discussion-form .llms-form-field.type-submit{text-align:right}.llms-pa-posts.llms-pa-posts--single .llms-pa-post-discussion-form-wrap #llms-pa-post-discussion-form .llms-form-field.type-submit button{background-color:#fff;color:var(--bb-primary-color);line-height:1;border:1px solid var(--bb-primary-color)}.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms-pa-comment-toggle-read .read,.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms-pa-comment-toggle-read .unread{color:var(--bb-primary-color);background:0 0!important}.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment{margin-bottom:20px;position:relative}.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment .comment-body{margin-bottom:0;background-color:#fff;padding:20px;border:1px solid var(--bb-content-border-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment .comment-body .comment-meta.commentmetadata{font-size:13px;padding-right:60px;color:var(--bb-alternate-text-color)}.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment .comment-body .comment-meta.commentmetadata .llms-author img{width:38px;height:38px}.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment .comment-body .comment-text{margin-top:0}.llms_pa_post_comment.llms-pa-unread:after{content:"unread";font-size:12px;background-color:#fff;border:1px solid var(--bb-primary-color);color:var(--bb-primary-color);padding:0 15px;border-radius:3px;position:absolute;right:20px;top:20px;text-align:center}.llms-pa-post .llms-pa-author,.llms-pa-post .llms-pa-discussion-list .comment .llms-author,.llms-pa-post .llms-pa-discussion-list .comment .llms-pa-comment-permalink,.llms-pa-post .llms-pa-discussion-list .comment .llms-pa-comment-reply,.llms-pa-post .llms-pa-discussion-list .comment .llms-pa-comment-toggle-read,.llms-pa-post .llms-pa-meta-sep,.llms-pa-post .llms-pa-posts .llms-pa-post-header .llms-author,.llms-pa-post .llms-pa-posts .llms-pa-post-header .llms-pa-post-date{font-size:inherit;color:var(--bb-alternate-text-color)}.llms-pa-post .llms-pa-meta-sep{opacity:.5}.llms-pa-post .llms-pa-discussion-list .comment .llms-pa-comment-permalink:hover,.llms-pa-post .llms-pa-discussion-list .comment .llms-pa-comment-reply:hover,.llms-pa-post .llms-pa-discussion-list .comment .llms-pa-comment-toggle-read:hover{text-decoration:none}.llms-loop-item.course .llms-pa-permalink{font-family:inherit;font-size:12px;color:var(--bb-alternate-text-color);font-weight:500;font-style:normal;padding:0 20px 15px;margin:0;display:block}.llms-loop-item.course .llms-pa-permalink:hover{color:var(--bb-primary-color)}.llms-loop-item.course .llms-pa-permalink:before{font-size:13px;content:"\eecc";display:inline-block;font-family:bb-icons;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;margin:0 5px 0 0}.lmslifter .llms-pa-stamp{background-color:var(--bb-primary-color);font-size:12px;padding:5px 10px;border-radius:100px;margin-left:10px;display:inline-block;line-height:1}.lmslifter .llms-pa-posts .llms-pa-post-header .llms-pa-post-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:inherit}.lmslifter .llms-pa-posts .llms-pa-post{border-bottom-color:var(--bb-content-border-color)}.llms-pa-area-header h2.llms-private-area-title{margin-bottom:10px}.llms-pa-area-header.llms-pa-posts--single h2.llms-private-area-title{margin-bottom:0}.llms-pa-posts header.llms-pa-post-header .llms-author,.llms-pa-posts header.llms-pa-post-header .llms-pa-meta-sep,.llms-pa-posts header.llms-pa-post-header .llms-pa-post-date,.llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-author,.llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-pa-meta-sep,.llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-pa-post-date{color:var(--bb-alternate-text-color);font-size:13px}#wp-llms_pa_post_comment-wrap .quicktags-toolbar .ed_button{height:25px;line-height:normal}#wp-llms_pa_post_comment-wrap.wp-core-ui .button.button-small{color:var(--bb-primary-color);border-color:var(--bb-primary-color)}#wp-llms_pa_post_comment-wrap.wp-core-ui .button.button-small:focus,#wp-llms_pa_post_comment-wrap.wp-core-ui .button.button-small:hover{box-shadow:none}.llms-pa-info-widget{margin:0 0 30px}.llms-pa-info-widget .llms-pa-item{font-size:14px;margin-bottom:10px}.llms-pa-info-widget .llms-pa-item strong{font-weight:400}.llms-pa-info-widget .llms-pa-info-widget-footer{margin:20px 0}.llms-pa-info-widget .llms-pa-info-widget-footer .llms-button-secondary{padding:10px 20px;font-size:15px;display:inline-block}.single-lesson .gform_wrapper li.gfield.gfield_error,.single-lesson .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{background-color:transparent}.single-lesson .gform_wrapper .gfield_checkbox li label,.single-lesson .gform_wrapper .gfield_radio li label{display:inline-block;margin-left:0}.single-lesson .gform_wrapper li.gfield.gfield_error{border:0!important}.single-lesson .gform_wrapper li.gfield.gfield_error.gfield_contains_required{margin-top:0;margin-bottom:0!important;padding-left:0!important}.single-llms_certificate .site-content .container .site-content-grid,.single.llms_my_certificate-template-default .site-content .container .site-content-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.single-llms_certificate .llms-certificate-container,.single.llms_my_certificate-template-default .llms-certificate-container{position:relative}@media (max-width:850px){.single-llms_certificate .llms-certificate-container,.single.llms_my_certificate-template-default .llms-certificate-container{width:100%!important}}.single-llms_certificate .llms-certificate-container .certificate-background,.single.llms_my_certificate-template-default .llms-certificate-container .certificate-background{margin-bottom:0!important}.single-llms_certificate .llms-certificate-container .llms_certificate,.single-llms_certificate .llms-certificate-container .llms_my_certificate,.single.llms_my_certificate-template-default .llms-certificate-container .llms_certificate,.single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate{position:absolute;left:0;right:0;top:0;bottom: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}@media (max-width:480px){.single-llms_certificate .llms-certificate-container .llms_certificate,.single-llms_certificate .llms-certificate-container .llms_my_certificate,.single.llms_my_certificate-template-default .llms-certificate-container .llms_certificate,.single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate{margin:40px 60px}}@media (max-width:400px){.single-llms_certificate .llms-certificate-container .llms_certificate,.single-llms_certificate .llms-certificate-container .llms_my_certificate,.single.llms_my_certificate-template-default .llms-certificate-container .llms_certificate,.single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate{margin:20px 40px}}.single-llms_certificate .llms-certificate-container .llms_certificate .llms-summary h1,.single-llms_certificate .llms-certificate-container .llms_my_certificate .llms-summary h1,.single.llms_my_certificate-template-default .llms-certificate-container .llms_certificate .llms-summary h1,.single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate .llms-summary h1{font-size:32px;line-height:1.2;margin-bottom:0}@media (max-width:480px){.single-llms_certificate .llms-certificate-container .llms_certificate .llms-summary h1,.single-llms_certificate .llms-certificate-container .llms_my_certificate .llms-summary h1,.single.llms_my_certificate-template-default .llms-certificate-container .llms_certificate .llms-summary h1,.single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate .llms-summary h1{font-size:24px;margin-top:20px}}.single-llms_certificate .llms-certificate-container .llms_certificate .llms-summary p,.single-llms_certificate .llms-certificate-container .llms_my_certificate .llms-summary p,.single.llms_my_certificate-template-default .llms-certificate-container .llms_certificate .llms-summary p,.single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate .llms-summary p{text-align:center;margin-top:40px}@media (max-width:480px){.single-llms_certificate .llms-certificate-container .llms_certificate .llms-summary p,.single-llms_certificate .llms-certificate-container .llms_my_certificate .llms-summary p,.single.llms_my_certificate-template-default .llms-certificate-container .llms_certificate .llms-summary p,.single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate .llms-summary p{margin-top:20px;font-size:14px}}@media (min-width:768px){.single-llms_certificate.bb-buddypanel .site,.single.llms_my_certificate-template-default.bb-buddypanel .site{margin-left:0;-webkit-transition:margin-left .2s;transition:margin-left .2s}}.llms-sd-section.llms-my-certificates .llms-certificates-loop.listing-certificates,.llms-student-dashboard.view-certificates .llms-certificates-loop.listing-certificates{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.lifterlms ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}@media only screen and (max-width:1200px){.lifterlms ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){.lifterlms ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}@media only screen and (max-width:1200px){.lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){.lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.has-sidebar .lifterlms ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){.has-sidebar .lifterlms ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.has-sidebar .lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){.has-sidebar .lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}ul.llms-certificates-loop.listing-certificates.loop-cols-5 li.llms-certificate-loop-item{width:-webkit-calc(20% - 20px);width:calc(20% - 20px)}ul.llms-certificates-loop.listing-certificates li.llms-certificate-loop-item{margin:10px;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);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-align:center;-ms-flex-align:center;align-items:center}ul.llms-certificates-loop.listing-certificates li.llms-certificate-loop-item:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1);-webkit-transition:box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out}.llms-certificate{border:none;padding:0;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around}.llms-certificate .llms-certificate-title{line-height:1.2}.llms-certificate .llms-certificate-date{font-size:12px;line-height:1;letter-spacing:-.24px;display:block}.llms-certificate.llms-loop-item-content{margin:0;border-radius:var(--bb-block-radius)}.llms-notification .llms-notification-footer{border-color:var(--bb-content-border-color)}.llms-notification .llms-notification-title{margin-bottom:10px;font-weight:500}.llms-notification-list .llms-notification{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.llms-notification-list .llms-notification .llms-notification-content{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.llms-notification-list .llms-notification .llms-notification-footer{margin-left:auto;-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;text-align:right;line-height:1.7}.llms-notification-list .llms-notification .llms-notification-footer .llms-notification-date{float:none;margin-right:0;color:var(--bb-alternate-text-color);display:block}@media screen and (max-width:1200px){.llms-notification-list .llms-notification{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.llms-notification-list .llms-notification .llms-notification-content{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;margin-bottom:10px}.llms-notification-list .llms-notification .llms-notification-footer{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.llms-sd-section.llms-my-memberships .llms-loop-item .llms-loop-item-content{padding:0}.llms-sd-section.llms-my-memberships p{border:none;background-color:transparent;padding:0}.llms-sd-section.llms-my-memberships p:before{display:none}.single-llms_membership header.entry-header{display:none}.single-llms_membership .entry-img{border-radius:4px}.single-llms_membership.single:not(.single-post) .entry-content-wrap{padding-top:0}h1.entry-title--llmsMembership+h1.entry-title--llmsMembership{display:none}ul.llms-achievements-loop li.llms-achievement-loop-item{border-radius:var(--bb-block-radius-inner);border:1px solid var(--bb-content-border-color);margin:10px;padding:0}.lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item{margin:10px}.lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px);padding:0}@media only screen and (max-width:1200px){.lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){.lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}@media only screen and (max-width:1200px){.lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){.lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.has-sidebar .lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){.has-sidebar .lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.has-sidebar .lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){.has-sidebar .lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}ul.llms-achievements-loop li.llms-achievement-loop-item:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1);-webkit-transition:box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out}.llms-achievement,.llms-achievement:hover{background-color:transparent}.llms-sd-section.llms-my-achievements .llms-achievement-loop-item.achievement-item a{background-color:transparent;padding:0;border-radius:var(--bb-block-radius-inner)}.llms-sd-section.llms-my-achievements .llms-achievement-loop-item.achievement-item a .llms-achievement-title{color:var(--bb-headings-color)}.llms-achievement__body{padding:20px}.llms-achievement .llms-achievement-title{line-height:1.2;font-weight:700;font-size:20px;padding:0}.llms-achievement .llms-achievement-content{padding:0;font-size:14px;line-height:1.584;display:block;display:-webkit-box;max-height:4.5em;margin:20px 0;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:var(--bb-body-text-color)}.llms-achievement .llms-achievement-date,.llms-achievement .llms-achievement-info{display:block;text-align:center}.llms-achievement .llms-achievement-date{font-size:14px;color:var(--bb-body-text-color)}.llms-achievement .llms-achievement-date span{font-size:12px;color:var(--bb-alternate-text-color)}@media (max-width:337px){.lifterlms .llms-button-primary,.lifterlms .llms-button-secondary,.lifterlms .llms-field-button{padding:10px 11px}}.iziModal{border-bottom:0!important;box-shadow:0 3px 24px 0 rgba(18,43,70,.28);background-color:var(--bb-content-background-color)}.iziModal .bb-cover-wrap{border-radius:0}.iziModal .iziModal-header,.llms-achievement-modal.iziModal .iziModal-header{background-color:var(--bb-content-background-color)!important;box-shadow:none}.iziModal .iziModal-header .iziModal-header-title{color:var(--bb-headings-color)}.iziModal .iziModal-header .iziModal-header-subtitle{color:var(--bb-alternate-text-color)}.iziModal .iziModal-header .iziModal-button-close{background:0 0;opacity:.7;-webkit-transition:none;transition:none;text-align:center}.iziModal .iziModal-header .iziModal-button-close:hover{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}.iziModal .iziModal-header .iziModal-button-close:before{display:inline-block;color:#939597;font-family:bb-icons;content:"\e828";font-size:1.5em;position:relative;width:22px;height:22px}.iziModal-overlay{background-color:rgba(0,0,0,.4)}.iziModal-navigate>button:hover{box-shadow:none}.llms-achievement-image--icon{padding:15px 0;text-align:center;background-color:var(--bb-content-alternate-background-color)}.llms-achievement-image--icon img.llms-achievement-img{object-fit:cover;width:54px;height:54px;border-radius:100%;margin:0 auto}.llms-achievement-modal .llms-achievement-image--icon img.llms-achievement-img{width:100px;height:100px}.llms-notification[data-trigger=achievement_earned] .llms-notification-body img{object-fit:cover;width:100px;height:100px;border-radius:100%;margin:10px auto}body div.wpforms-container-full .wpforms-form input[type=date],body div.wpforms-container-full .wpforms-form input[type=datetime-local],body div.wpforms-container-full .wpforms-form input[type=datetime],body div.wpforms-container-full .wpforms-form input[type=email],body div.wpforms-container-full .wpforms-form input[type=month],body div.wpforms-container-full .wpforms-form input[type=number],body div.wpforms-container-full .wpforms-form input[type=password],body div.wpforms-container-full .wpforms-form input[type=range],body div.wpforms-container-full .wpforms-form input[type=search],body div.wpforms-container-full .wpforms-form input[type=tel],body div.wpforms-container-full .wpforms-form input[type=text],body div.wpforms-container-full .wpforms-form input[type=time],body div.wpforms-container-full .wpforms-form input[type=url],body div.wpforms-container-full .wpforms-form input[type=week],body div.wpforms-container-full .wpforms-form select,body div.wpforms-container-full .wpforms-form textarea{font-size:15px}body div.wpforms-container-full .wpforms-form button[type=submit]{font-family:inherit;font-size:15px;color:#fff;background-color:var(--bb-primary-color);border-radius:100px;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:1px solid transparent;outline:0;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}body div.wpforms-container-full .wpforms-form button[type=submit]:hover{outline:0;text-decoration:none;color:#fff;box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1);background-color:var(--bb-primary-color);border-color:var(--bb-primary-color)}.single-lesson.llms-pointer #lifterlms-page-content .lifterlms_content_wrap .wpforms-confirmation-container-full,.single-lesson.llms-pointer #lifterlms-page-content .lifterlms_content_wrap div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message),body .wpforms-confirmation-container-full,body div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message){background-color:var(--bb-success-color);border-color:var(--bb-success-color);text-align:center}.single-lesson.llms-pointer #lifterlms-page-content .lifterlms_content_wrap .wpforms-confirmation-container-full p,.single-lesson.llms-pointer #lifterlms-page-content .lifterlms_content_wrap div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) p,body .wpforms-confirmation-container-full p,body div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) p{margin:.5rem 0}body .wpforms-confirmation-container-full,body div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message){border-color:var(--bb-primary-color)}.frm_forms .frm_form_fields fieldset{border:none;padding:0;margin-top:0}.frm_forms .frm_form_fields fieldset legend{font-size:26px;margin:0 0 10px;background:0 0;border:0 none;border-radius:0;float:none;height:auto;letter-spacing:normal;list-style:none;outline:0;position:static;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;width:auto;visibility:visible;overflow:visible;padding:0;box-sizing:border-box;box-shadow:none}.frm_forms .frm_form_fields fieldset .frm_top_container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:10px 0}.frm_forms .frm_form_fields fieldset .frm_top_container .frm_primary_label,.frm_forms .frm_form_fields fieldset .frm_top_container label.frm_primary_label{display:block;font-weight:700;font-size:16px;float:none;line-height:1.3;margin:0 0 4px;padding:0}.frm_forms .frm_form_fields fieldset .frm_top_container .frm_checkbox .icheckbox_minimal.checked:after{text-indent:0}.frm_forms .frm_form_fields fieldset .frm_submit{margin:0;padding:16px 0}.frm_forms .frm_form_fields fieldset .frm_submit .frm_button_submit{font-family:inherit;font-size:15px;color:#fff;background-color:var(--bb-primary-color);border-radius:100px;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:1px solid transparent;outline:0;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;box-shadow:none}.frm_forms .frm_form_fields fieldset .frm_dropzone{border:1px dashed #dedfe2;border-radius:3px;min-height:60px;padding:30px}.frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message{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-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_icon_font.frm_upload_icon{position:relative;height:40px}.frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_icon_font.frm_upload_icon:before{position:absolute;left:-16px;font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;color:var(--bb-primary-color);content:"\ee24";font-size:32px;display:block;margin:0 auto 10px}.frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_compact_text button,.frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_upload_text button{background-color:transparent;font-size:18px;color:var(--bb-headings-color);padding:2px 0}.frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_compact_text button:hover,.frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_upload_text button:hover{background-color:transparent;box-shadow:none}.frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_small_text{font-size:14px;color:var(--bb-primary-color)}.frm_forms .frm_form_fields fieldset .wp-switch-editor{margin-top:0}.frm_forms .frm_form_fields fieldset .frm_description{font-size:15px;padding-top:10px}.frm_forms .frm_form_fields fieldset .frm_range_container input{width:100%}.frm_forms .frm_form_fields fieldset .frm_pos_top{margin:20px 0 0}.frm_forms .frm_form_fields fieldset .frm_combo_inputs_container div{padding:0 0 10px}.frm_forms .frm_form_fields fieldset .frm_combo_inputs_container div input{width:100%}.frm_forms .frm_form_fields fieldset .frm_form_field.form-field .frm_time_wrap select{width:inherit}.frm_forms .frm_form_fields fieldset .frm_form_field.form-field select{width:100%}.frm_forms .frm_form_fields fieldset .frm_hidden{display:none}.frm_forms .frm_form_fields fieldset .frm-edit-page-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:0;background-color:transparent;box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}.frm_forms .frm_form_fields fieldset .frm-edit-page-btn svg{width:20px;height:20px}.frm_forms .frm_form_fields fieldset .frm-edit-page-btn span{padding-left:10px;color:#000}.frm_forms .frm_form_fields fieldset .frm_pos_.frm_primary_label{margin-bottom:10px}.frm_forms .frm_form_fields fieldset .frm-line-table tr td h3{margin-bottom:0}.lifterlms .llms-sd-items .llms-sd-item:hover a,.llms-widget-syllabus .lesson-complete-placeholder.done{color:var(--bb-primary-color)}.nf-form-wrap .nf-form-content .nf-field-element select,.nf-form-wrap .nf-form-content .nf-field-element select.ninja-forms-field:not([multiple]){-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:right 1rem center;padding-right:40px}.nf-form-wrap .nf-form-content .list-select-wrap .nf-field-element>div{background:0 0;border:0}.nf-form-wrap .nf-form-content .listradio-wrap .nf-field-element input{display:none}.nf-form-wrap .nf-form-content .listradio-wrap .nf-field-element label{display:inline-block;margin-left:0!important}.nf-form-wrap .nf-form-content .listradio-wrap .nf-field-element label:after,.nf-form-wrap .nf-form-content .listradio-wrap .nf-field-element label:before{display:none}.nf-form-wrap .nf-form-content .listradio-wrap .nf-field-element li .bs-radio{display:none}@media screen and (max-width:1200px){.single-llms_certificate .bb-grid{display:block}.single-llms_certificate .bb-grid .llms-certificate-container{display:block}.single-llms_certificate .bb-grid .llms-print-certificate{width:100%;max-width:100%}}.llms-print-certificate .back_to_home_page,.llms-print-certificate .button{font-size:14px}.llms-print-certificate button i{font-size:18px}.llms-print-certificate .back_to_home_page{display:inline-block;border-radius:20px;padding:1px 15px 1px 10px;margin:15px 0;-webkit-transition:all linear .2s;transition:all linear .2s}.llms-print-certificate .print_and_save_holder{margin-bottom:10px}.print_and_save_holder .button{font-family:inherit;padding:10px 20px;font-weight:500;font-style:normal;text-decoration:none;text-align:center;cursor:pointer;display:inline-block;line-height:1;outline:0;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}.llms-notification .llms-notification-body .llms-mini-cert{background-color:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);box-shadow:none;border-radius:4px;padding:10px 15px}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert-title{font-weight:400}.llms-sd-notification-center .llms-notification .llms-mini-cert{max-width:100%}ul.llms-certificates-loop.listing-certificates li.llms-certificate-loop-item{padding:0}.llms-certificate__body{padding:10px 20px 20px}.llms-certificate__badge{width:100%;height:35px;background-color:#f5f6f7;margin-bottom:20px;border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}.llms-certificate__badge img{position:relative;top:5px}.llms-certificate__label{font-size:13px;color:var(--bb-alternate-text-color)}.llms-achievement .llms-certificate-title,.llms-certificate .llms-certificate-title{font-size:20px;line-height:1.3}a.llms-certificate__link .llms-certificate-title:hover{color:var(--bb-primary-color)}.llms-certificate__footer{margin:15px 0 0}.llms-certificate__footer .llms-certificate-date{text-align:left;line-height:1.3}.llms-certificate__footer .llms-certificate__date-label{color:var(--bb-alternate-text-color)}.llms-certificate__footer .llms-certificate__moment{font-size:14px}.llms-certificate__download form{margin-bottom:0}.buddypress .buddypress-wrap .llms-certificate__download .llms-certificate__downloadBtn,.buddypress .buddypress-wrap .llms-certificate__download button.llms-certificate__downloadBtn.button,.llms-certificate__download .llms-certificate__downloadBtn,.llms-certificate__download button.llms-certificate__downloadBtn.button{color:var(--bb-primary-color);display:inline-block;width:26px;height:26px;line-height:12px;padding:5px;border-radius:var(--bb-button-radius);border:0;background-color:transparent}.buddypress .buddypress-wrap .llms-certificate__download .llms-certificate__downloadBtn i,.buddypress .buddypress-wrap .llms-certificate__download button.llms-certificate__downloadBtn.button i,.llms-certificate__download .llms-certificate__downloadBtn i,.llms-certificate__download button.llms-certificate__downloadBtn.button i{font-size:26px}.buddypress .buddypress-wrap .llms-certificate__download .llms-certificate__downloadBtn i:before,.buddypress .buddypress-wrap .llms-certificate__download button.llms-certificate__downloadBtn.button i:before,.llms-certificate__download .llms-certificate__downloadBtn i:before,.llms-certificate__download button.llms-certificate__downloadBtn.button i:before{margin:0}.buddypress .buddypress-wrap .llms-certificate__download .llms-certificate__downloadBtn:active,.buddypress .buddypress-wrap .llms-certificate__download .llms-certificate__downloadBtn:focus,.buddypress .buddypress-wrap .llms-certificate__download .llms-certificate__downloadBtn:hover,.buddypress .buddypress-wrap .llms-certificate__download button.llms-certificate__downloadBtn.button:active,.buddypress .buddypress-wrap .llms-certificate__download button.llms-certificate__downloadBtn.button:focus,.buddypress .buddypress-wrap .llms-certificate__download button.llms-certificate__downloadBtn.button:hover,.llms-certificate__download .llms-certificate__downloadBtn:active,.llms-certificate__download .llms-certificate__downloadBtn:focus,.llms-certificate__download .llms-certificate__downloadBtn:hover,.llms-certificate__download button.llms-certificate__downloadBtn.button:active,.llms-certificate__download button.llms-certificate__downloadBtn.button:focus,.llms-certificate__download button.llms-certificate__downloadBtn.button:hover{box-shadow:none}.buddypress .buddypress-wrap .llms-certificate__download i,.llms-certificate__download i{line-height:15px}body.bb-buddypanel.bb-sfwd-aside .site-header .bb-toggle-panel{display:inherit;margin-left:-18px}body.bb-buddypanel.bb-sfwd-aside .header-aside-inner .bb-toggle-panel{display:none}body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .site-header .site-header-container>.bb-toggle-panel{display:none}body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .site-header .site-header-container{padding-left:0}body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .header-3 .header-aside-inner .bb-toggle-panel{margin-right:0}body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .header-aside-inner .bb-toggle-panel{display:inline-block;padding-left:20px;margin:0;margin-right:-18px}body.bb-buddypanel.bb-sfwd-aside .site-header .site-header-container:not(.header-3) #header-aside .bb-toggle-panel i{color:inherit}body.bb-buddypanel.bb-sfwd-aside.buddypanel-open:not(.buddypanel-header) .site-header .bb-toggle-panel{visibility:hidden;opacity:0}body.bb-buddypanel.bb-sfwd-aside.buddypanel-header .site-header .bb-toggle-panel{margin-left:-18px}body.bb-buddypanel.bb-sfwd-aside.buddypanel-header.bb-buddypanel-right .site-header .bb-toggle-panel{margin-left:0}body.bb-buddypanel.bb-sfwd-aside:not(.buddypanel-open) .buddypanel .bb-toggle-panel{visibility:hidden;opacity:0}body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head{height:0}body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel{display:none}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--0 a:before{content:"\ef58";font-family:bb-icons}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-groups a:before{content:"\e95d";font-family:bb-icons}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-courses a:before{content:"\eeac";font-family:bb-icons}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-grades a:before{font-family:bb-icons;content:"\eed4"}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-memberships a:before{font-family:bb-icons;content:"\ef52"}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-achievements a:before{font-family:bb-icons;content:"\ee04"}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-certificates a:before{font-family:bb-icons;content:"\e975"}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--notifications a:before{font-family:bb-icons;content:"\e8a5"}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--redeem-voucher a:before{font-family:bb-icons;content:"\ef0c"}.has-sidebar .woocommerce-MyAccount-content .llms-loop-list .llms-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){.has-sidebar .woocommerce-MyAccount-content .llms-loop-list .llms-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.has-sidebar .woocommerce-MyAccount-content .llms-loop-list.cols-3 .llms-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){.has-sidebar .woocommerce-MyAccount-content .llms-loop-list.cols-3 .llms-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.woocommerce-MyAccount-content ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px);padding:0}@media only screen and (max-width:1200px){.woocommerce-MyAccount-content ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){.woocommerce-MyAccount-content ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.woocommerce-MyAccount-content ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}@media only screen and (max-width:1200px){.woocommerce-MyAccount-content ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){.woocommerce-MyAccount-content ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.has-sidebar .woocommerce-MyAccount-content ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){.has-sidebar .woocommerce-MyAccount-content ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.has-sidebar .woocommerce-MyAccount-content ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){.has-sidebar .woocommerce-MyAccount-content ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.woocommerce-MyAccount-content ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}@media only screen and (max-width:1200px){.woocommerce-MyAccount-content ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){.woocommerce-MyAccount-content ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.woocommerce-MyAccount-content ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}@media only screen and (max-width:1200px){.woocommerce-MyAccount-content ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){.woocommerce-MyAccount-content ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.has-sidebar .woocommerce-MyAccount-content ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){.has-sidebar .woocommerce-MyAccount-content ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.has-sidebar .woocommerce-MyAccount-content ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){.has-sidebar .woocommerce-MyAccount-content ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.woocommerce-MyAccount-content .llms-notice+form p.form-row.form-row-first,.woocommerce-MyAccount-content .llms-sd-title+form p.form-row.form-row-first{width:100%}.woocommerce-MyAccount-content .llms-notice+form label,.woocommerce-MyAccount-content .llms-sd-title+form label{font-size:15px;margin-right:10px;display:inline-block}.woocommerce-MyAccount-content .llms-notice+form input[name=llms_voucher_code],.woocommerce-MyAccount-content .llms-sd-title+form input[name=llms_voucher_code]{border-radius:100px;padding:0 20px}@media screen and (max-width:992px){.woocommerce-MyAccount-content .llms-notice+form input[name=llms_voucher_code],.woocommerce-MyAccount-content .llms-sd-title+form input[name=llms_voucher_code]{width:100%;margin-top:10px}}.woocommerce-MyAccount-content .llms-notice+form button,.woocommerce-MyAccount-content .llms-sd-title+form button{padding-top:6px;padding-bottom:6px;background-color:var(--bb-primary-color)}.woocommerce .woocommerce-MyAccount-content .llms-sd-title{padding:0 0 20px;border-bottom:1px solid var(--bb-content-border-color)}@media only screen and (min-width:800px){.llms-theme .woocommerce-MyAccount-content{width:68%}}.woocommerce-MyAccount-content .llms-sd-section.llms-sd-grades{overflow-x:auto}@media (min-width:600px){.llms-access-plans.cols-0 .llms-access-plan{width:100%}.llms-access-plans.cols-1 .llms-access-plan{width:100%}.llms-access-plans.cols-2 .llms-access-plan{width:100%}.llms-access-plans.cols-3 .llms-access-plan{width:100%}.llms-access-plans.cols-4 .llms-access-plan{width:100%}.llms-access-plans.cols-5 .llms-access-plan{width:100%}.llms-access-plans.cols-6 .llms-access-plan{width:100%}.llms-access-plans.cols-7 .llms-access-plan{width:100%}.llms-access-plans.cols-8 .llms-access-plan{width:100%}.llms-access-plans.cols-9 .llms-access-plan{width:100%}}.llms-access-plans .llms-access-plan .llms-access-plan-content,.llms-access-plans .llms-access-plan .llms-access-plan-footer{background-color:transparent}.llms-access-plans .llms-access-plan .llms-access-plan-footer{border-bottom:0}.llms-access-plan .stamp{border-radius:4px;background-color:var(--bb-danger-color);padding:4px 12px;font-weight:500;line-height:1.2;display:inline-block}.llms-access-plan-price{font-size:16px}.llms-access-plan-price>span{display:block}.llms-access-plan-price{font-variant:normal;line-height:inherit}.llms-access-plan-price .price-regular:not(.price-regular--isSale),.llms-access-plan-price .price-sale{color:var(--bb-headings-color);font-size:20px}.llms-access-plan-price .price-regular:not(.price-regular--isSale) .lifterlms-price,.llms-access-plan-price .price-sale .lifterlms-price{font-weight:700}.llms-access-plan-price .lifterlms-price{font-size:20px}.llms-access-plan-price .price-regular.price-regular--isSale{color:var(--bb-alternate-text-color)}.llms-access-plan-price .price-regular.price-regular--isSale .lifterlms-price{color:var(--bb-alternate-text-color);font-size:14px;font-weight:100}.llms-access-plan-pricing .llms-price-currency-symbol{font-size:inherit;vertical-align:inherit}.llms-access-plan-pricing.trial .llms-access-plan-price{margin-top:15px}.llms-access-plan-title{background-color:transparent;color:var(--bb-headings-color);font-weight:500;padding:0 0 20px;font-size:22px}.llms-access-plan-description{font-size:14px;line-height:1.8;padding:0}.llms-access-plan-expiration,.llms-access-plan-schedule,.llms-access-plan-trial{font-variant:normal;font-size:12px;text-transform:uppercase;margin-top:5px}.llms-access-plan-sale-end{font-variant:normal;text-transform:none;color:var(--bb-headings-color);margin-top:15px;font-size:13px}.llms-access-plan-sale-end span{color:var(--bb-alternate-text-color)}@media screen and (max-width:1200px){.llms-access-plan-sale-end span{display:block;padding-bottom:3px}}.llms-access-plan-content{margin:0}.llms-access-plan:not(.featured) .llms-access-plan-featured{display:none}.llms-access-plan.featured .llms-access-plan-content,.llms-access-plan.featured .llms-access-plan-footer{border-left:0;border-right:0}.llms-access-plan.featured .llms-access-plan-featured{background-color:var(--bb-success-color);text-align:center;padding:5px 25px;line-height:1.5;border-radius:0 0 5px 5px;margin:0 0 10px;position:absolute;top:0;font-size:12px}.llms-access-plan-restrictions{margin:10px 0 0}.llms-access-plan-restrictions ul li{font-size:13px}.llms-access-plan .llms-access-plan-restrictions ul{margin:5px 0}.llms-access-plan .llms-access-plan-restrictions ul a{color:var(--bb-primary-color)}.llms-access-plan .llms-access-plan-restrictions ul a:hover{color:var(--bb-primary-color)}.bb-single-course-sidebar .llms-access-plan-description{padding:10px 0 0}.bb-single-course-sidebar .llms-access-plan{border:0;background-color:transparent;border-radius:0;padding:0;display:block;text-align:center}.bb-single-course-sidebar .llms-access-plan .llms-access-plan-content{max-width:100%;border:0;padding:0}.bb-single-course-sidebar .llms-access-plan .llms-access-plan-content,.bb-single-course-sidebar .llms-access-plan.featured .llms-access-plan-content{border:0}.bb-single-course-sidebar .llms-access-plan .llms-access-plan-footer{max-width:100%;display:block}.bb-single-course-sidebar .llms-access-plan .llms-access-plan-featured{position:static;border-radius:3px}.bb-single-course-sidebar .llms-access-plan .llms-access-plan-title{background-color:transparent;color:var(--bb-headings-color);padding:0}.llms-access-plan{margin:20px 0;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color);padding:25px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:left;float:none;position:relative}.llms-access-plan .llms-access-plan-content{max-width:60%;-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%;padding:0 25px 0 10px}.llms-access-plan .llms-access-plan-content,.llms-access-plan.featured .llms-access-plan-content{border-right:1px solid var(--bb-content-border-color)}.llms-access-plan .llms-access-plan-footer{max-width:40%;-webkit-box-flex:0;-ms-flex:0 0 40%;flex:0 0 40%;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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:10px}.llms-access-plan .llms-access-plan-footer .llms-access-plan-pricing{padding:0}.llms-access-plan .llms-button-action{padding:8px 35px}@media screen and (max-width:992px){.llms-access-plan{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.llms-access-plan.featured{padding-top:45px}.llms-access-plan .llms-access-plan-content{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%;padding:0 10px 25px;border-bottom:1px solid var(--bb-content-border-color);margin-bottom:20px;text-align:center}.llms-access-plan .llms-access-plan-content,.llms-access-plan.featured .llms-access-plan-content{border-right:0}.llms-access-plan .llms-access-plan-footer{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%}.llms-access-plan .llms-access-plan-title{padding-bottom:10px}}.llms-meta-aplans{margin:0 0 10px}.llms-meta-aplans__btn a{font-size:14px;padding:8px 0}@media screen and (max-width:992px){.llms-meta-aplans__btn a{font-size:13px;padding:6px 14px}}.llms-meta-aplans__btn a.llms-button-secondary{padding-left:18px;padding-right:18px}.llms-meta-aplans__figure h3{margin:0;font-weight:600;line-height:1.5}@media screen and (max-width:992px){.llms-meta-aplans__figure h3{font-size:18px}}.llms-meta-aplans__figure h3>del{display:none}.llms-meta-aplans__figure h3>ins{text-decoration:none}.llms-meta-aplans--hasFree .lifterlms-price{color:var(--bb-success-color)}.llms-meta-aplans__smTag{color:var(--bb-alternate-text-color);font-size:12px;line-height:1.2;font-weight:500;letter-spacing:-.24px}.llms-meta-aplans__inDate{color:var(--bb-headings-color);font-size:14px;font-weight:500;line-height:1.5}.btn-meta-join i{margin-right:5px;position:relative;top:1px}.lifterlms .llms-checkout-wrapper .llms-checkout{background:0 0}.lifterlms .llms-checkout-wrapper .llms-checkout-col{padding:20px 15px;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);background:var(--bb-content-background-color)}.lifterlms .llms-checkout-wrapper .llms-checkout-section-content .llms-field-button{width:auto;font-weight:400}.lifterlms .llms-checkout-wrapper .llms-checkout-section-content .llms-checkout-confirm .llms-field-button{width:100%}.lifterlms .llms-checkout-wrapper .llms-checkout-section-content .llms-form-field.type-submit{text-align:center}.lifterlms .llms-checkout-wrapper .llms-notice.llms-error{background-color:var(--bb-danger-color);border:0}.lifterlms .llms-checkout-wrapper .llms-form-heading{font-size:16px;font-weight:700;background:0 0;color:var(--bb-headings-color);text-transform:uppercase;margin-bottom:15px;padding-top:0}.lifterlms .llms-checkout-wrapper .llms-checkout-section{border:none}.lifterlms .llms-checkout-wrapper .llms-person-login-form-wrapper{padding:0;border:0}.lifterlms .llms-checkout-wrapper .llms-checkout-wrapper form.llms-login{border:0}.lifterlms .llms-checkout-wrapper .llms-person-login-aktif{border:1px solid #eef0f3;padding:20px}.lifterlms .llms-checkout-wrapper .llms-login{border:none}.llms-checkout-wrapper .llms-form-field label{font-size:16px;font-weight:400}.llms-checkout-wrapper .llms-form-field.llms-payment-gateway-option{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1.5}.llms-checkout-wrapper .llms-form-field.llms-payment-gateway-option .llms-description{margin-left:10px}.llms-checkout-section-content .llms-order-summary{text-align:right;line-height:1.4}.llms-checkout-section-content .llms-order-summary li{font-size:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:3px 0 5px}.llms-checkout-section-content .llms-order-summary li .llms-label{margin-right:auto;font-weight:400;font-size:13px;text-transform:uppercase;color:var(--bb-alternate-text-color);line-height:1.7;padding-right:10px;text-align:left;min-width:110px}.llms-payment-gateways .llms-notice{padding:20px}.llms-payment-gateways .llms-notice .llms-form-field{padding:0;margin:0 0 10px}.llms-payment-gateways .llms-notice .llms-form-field.type-select{margin-top:10px}.llms-checkout-section-content .llms-label{color:var(--bb-headings-color);font-weight:700;font-variant:normal;text-transform:none}ul.llms-payment-gateways .llms-gateway-description{margin-left:37px;line-height:1;margin-bottom:17px}.llms-gateway-description p{font-weight:400;font-size:13px;color:var(--bb-alternate-text-color);font-style:normal}.llms-order-summary li{font-weight:400;font-size:16px}ul.llms-payment-gateways li:last-child:after{border-bottom:1px solid var(--bb-content-border-color)}.llms-checkout-section-content .llms-coupon-wrapper{border-top:1px solid var(--bb-content-border-color);font-size:14px;font-weight:400;margin-top:20px;padding-bottom:10px}.llms-checkout-section-content .llms-coupon-wrapper:before{font-family:bb-icons;font-size:1em;position:relative;width:22px;height:22px;content:"\ef17";margin-right:5px}.llms-checkout-section-content .llms-coupon-wrapper .llms-field-button{font-size:15px}.llms-checkout-section-content .has-coupon+.llms-coupon-wrapper:before{display:none}.entry-content .llms-author img{vertical-align:middle}.llms-widget-syllabus .section-header{font-size:16px;font-weight:600;letter-spacing:.6px;margin:10px 0;text-transform:uppercase;text-align:left;padding:10px 0}.llms-widget-syllabus .llms-collapse-caret{color:#939597}.llms-widget-syllabus .llms-collapse-caret i.fa{font-family:bb-icons!important;font-size:1em;position:relative;width:22px;height:22px;top:-2px}.llms-widget-syllabus .llms-collapse-caret .fa-caret-down:before{content:"\ee09";font-size:9px;font-weight:300}.llms-widget-syllabus .llms-collapse-caret .fa-caret-right:before{content:"\ee09";font-size:9px;font-weight:300}.llms-widget-syllabus .llms-section--closed i.fa.fa-caret-right{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);top:-8px;left:-4px}.llms-widget-syllabus ul li ul.llms-lesson{margin:0 0 10px}.llms-widget-syllabus ul li ul.llms-lesson li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(146,164,183,.05);border-radius:4px;padding:19px 25px}.llms-widget-syllabus .llms-lesson-complete{margin-right:15px;-ms-flex-preferred-size:22px;flex-basis:22px;-ms-flex-negative:0;flex-shrink:0;height:22px;width:22px;border:2px solid;border-radius:100%;color:var(--bb-content-border-color)}.llms-widget-syllabus .llms-lesson-complete.done{color:var(--bb-primary-color)}.llms-widget-syllabus .llms-lesson-complete i.fa{font-family:bb-icons!important;font-size:1em;position:relative;width:22px;height:22px;margin-left:-2px;margin-top:-2px}.llms-widget-syllabus .llms-lesson-complete .fa-check-circle:before{content:"\e876";font-size:12px;position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);color:#fff;font-weight:400;line-height:10px}.llms-widget-syllabus .lesson-title a,.llms-widget-syllabus .lesson-title.done a{color:var(--bb-headings-color)}.llms-widget-syllabus .lesson-title a:hover,.llms-widget-syllabus .lesson-title.done a:hover{color:var(--bb-primary-color)}.llms-widget-syllabus--collapsible .llms-syllabus-footer{font-size:14px;padding:10px 0}.llms-widget-syllabus--collapsible .llms-syllabus-footer a{color:var(--bb-headings-color)}.llms-widget-syllabus--collapsible .llms-syllabus-footer a:hover{color:var(--bb-primary-color)}.llms-course-progress .llms-course-continue-button{display:inline-block}#old_reviews:not(.old_reviews--revoke) .llms_review{display:block}#old_reviews:not(.old_reviews--revoke) .llms_review h5{color:var(--bb-headings-color)!important}#old_reviews:not(.old_reviews--revoke) .llms_review h6{font-family:inherit;color:var(--bb-alternate-text-color)!important}.ld-secondary-header.llms-shortcode .grid-filters{border-color:#e7e7e8;background:#fff;border:1px solid #e7e9ec;border-radius:3px;display:-webkit-box;display:flexbox;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:start;align-self:flex-start;font-size:21px;height:36px}.ld-secondary-header.llms-shortcode a.layout-view.layout-view-course.layout-grid-view.bp-tooltip{color:var(--bb-headings-color);display:-webkit-box;display:flexbox;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:5px;padding-right:5px;opacity:.4;-webkit-transition:.3s all;transition:.3s all}.ld-secondary-header.llms-shortcode a.layout-view.layout-view-course.layout-list-view.bp-tooltip{color:var(--bb-headings-color);display:-webkit-box;display:flexbox;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:5px;padding-right:5px;opacity:.4;-webkit-transition:.3s all;transition:.3s all}.ld-secondary-header.llms-shortcode a.layout-view.layout-view-course.layout-list-view.bp-tooltip.active{opacity:1}.ld-secondary-header.llms-shortcode a.layout-view.layout-view-course.layout-grid-view.bp-tooltip.active{opacity:1}.llms-pointer.llms-inner.bb-dark-theme .buddypanel{background-color:#121212}.llms-pointer.llms-inner.bb-dark-theme .buddypanel .panel-head{background-color:#121212}.llms-pointer.llms-inner.bb-dark-theme .buddypanel .panel-head .bb-toggle-panel{color:#fff}.llms-pointer.llms-inner.bb-dark-theme .buddypanel .panel-head .bb-toggle-panel:hover{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme .bb-mobile-panel-inner .side-panel-menu .sub-menu{background:#121212}.llms-pointer.llms-inner.bb-dark-theme .bb-mobile-panel-inner .side-panel-menu a>i{color:#fff}.llms-pointer.llms-inner.bb-dark-theme .buddypanel-menu>li>.bb-menu-item>i:not(.bb-icon-angle-down){color:#fff}.llms-pointer.llms-inner.bb-dark-theme .site-header{background:#232323;box-shadow:0 3px 12px rgba(0,0,0,.05)}.llms-pointer.llms-inner.bb-dark-theme .site-header .bb-toggle-panel{color:#fff}.llms-pointer.llms-inner.bb-dark-theme .site-header .bb-toggle-panel:hover{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme .site-header .primary-menu>li>a{color:#888}.llms-pointer.llms-inner.bb-dark-theme .site-header .primary-menu>li>a:hover{color:#fff}.llms-pointer.llms-inner.bb-dark-theme .site-header .user-wrap a.user-link{color:#fff}.llms-pointer.llms-inner.bb-dark-theme .site-header .user-wrap a.user-link:hover{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme .site-header .user-wrap a.user-link:hover i{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme .site-header .user-wrap a.user-link i{color:#fff}.llms-pointer.llms-inner.bb-dark-theme .site-header #header-aside i{color:#fff}.llms-pointer.llms-inner.bb-dark-theme .site-header [data-balloon]:after{background:rgba(255,255,255,.95);box-shadow:none;color:#000}.llms-pointer.llms-inner.bb-dark-theme .site-header [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%22rgba(255,255,255,0.95)%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}.llms-pointer.llms-inner.bb-dark-theme .site-header .header-search-primary{background:#232323}.llms-pointer.llms-inner.bb-dark-theme .header-search-wrap,.llms-pointer.llms-inner.bb-dark-theme .header-search-wrap input.search-field{background:#000;color:#fff}.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li:hover{color:#fff}.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li:hover.menu-item-has-children:after{color:#fff}.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li:hover>a span,.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li:hover>a>i{color:#fff}.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li.menu-item-has-children:after{color:#939597}.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li.menu-item>.ab-submenu:before{border-color:#232323 #232323 transparent transparent}.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu{background-color:#000}.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu{background-color:#000}.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item:hover>a{background:rgba(255,255,255,.15);color:#aaa}.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item:hover>a>i{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item.menu-item-has-children:after{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item.menu-item-has-children:hover:after{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item>a{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item>a>i{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item.menu-item.menu-item-has-children>a:after{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li>a{color:#939597}.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li>a>i{color:#fff}.llms-pointer.llms-inner.bb-dark-theme #primary-navbar .primary-menu>li>a:hover{color:#fff}.llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .more-button>i{color:#fff}.llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .more-button .active:after{border-color:#232323 #232323 transparent transparent}.llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu{background-color:#000}.llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu a{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu li:hover>a{color:#aaa;background:rgba(255,255,255,.15)}.llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu{background-color:#000}.llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu,.llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu:before{background-color:#000}.llms-pointer.llms-inner.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu li:hover>a{color:#aaa;background:rgba(255,255,255,.15)}.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu,.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu{background-color:#000}.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu .user-mention,.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu a,.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu .user-mention,.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu a:before,.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu a>i,.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a:before,.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a>i{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu li:hover a:before,.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu li:hover>a,.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu li:hover>a>i,.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover a:before,.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover>a,.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover>a>i{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu li.no-icon>a:before,.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li.no-icon>a:before{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu:before,.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu:before{border-color:#232323 #232323 transparent transparent}.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper{background-color:transparent}.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper:before{background-color:#000}.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper .ab-submenu{background-color:#000;box-shadow:none}.llms-pointer.llms-inner.bb-dark-theme .site-header .sub-menu .user-link{border-color:#333 #333 transparent transparent}.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu{background-color:#000}.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a:hover,.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover>a{background:rgba(255,255,255,.15)}.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li .wrapper .bb-sub-menu{background-color:#000}.llms-pointer.llms-inner.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li .wrapper .bb-sub-menu a:hover{background:rgba(255,255,255,.15)}.llms-pointer.llms-inner.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link>i{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link:hover .user-name,.llms-pointer.llms-inner.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link:hover>i{color:#fff}.llms-pointer.llms-inner.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-name{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme.bb-template-v2 .primary-menu>li:hover>a:before{background:rgba(255,255,255,.1)}.llms-pointer.llms-inner.bb-dark-theme .widget .dropzone .dz-default{background-color:#333}.llms-pointer.llms-inner.bb-dark-theme .widget .dropzone .dz-default .dz-button:hover>strong,.llms-pointer.llms-inner.bb-dark-theme .widget .dropzone .dz-default .dz-button>strong{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme .widget #whats-new-toolbar .emojionearea .emojionearea-button:before,.llms-pointer.llms-inner.bb-dark-theme .widget #whats-new-toolbar a [class*=" bb-icon-"]{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme .widget #whats-new-toolbar .post-emoji .emojionearea.medium-editor-placeholder{padding:0}.llms-pointer.llms-inner.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active{background-color:#333;bottom:0}.llms-pointer.llms-inner.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b,.llms-pointer.llms-inner.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b:hover{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b:before,.llms-pointer.llms-inner.bb-dark-theme .widget div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active .medium-editor-toolbar-actions button b:hover:before{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme .select2-container .select2-dropdown{background:#000;border:1px solid #aaa}.llms-pointer.llms-inner.bb-dark-theme .select2-container--default .select2-results__option--highlighted[aria-selected]{background:#333}.llms-pointer.llms-inner.bb-dark-theme .entry-content .widget .bbp_topic_tags_wrapper li.select2-search{margin-bottom:0}.llms-pointer.llms-inner.bb-dark-theme .entry-content .widget .bbp-topic-form .bbp-the-content-wrapper,.llms-pointer.llms-inner.bb-dark-theme .entry-content .widget .bbp-topic-form .bbp_topic_tags_wrapper{background-color:#333;color:#aaa}.llms-pointer.llms-inner.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link .user-name{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link:hover .user-name{color:#fff}.llms-pointer.llms-inner.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link:hover:before{background:rgba(255,255,255,.1)}.llms-pointer.llms-inner.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children.selected .user-link:before{background:rgba(255,255,255,.1)}.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper{background-color:#1c1c1c}.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper a.course-entry-link{background-color:rgba(146,164,183,.2)}.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper a.course-entry-link:hover{background-color:rgba(146,164,183,.3)}.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .ld-course-navigation h2{color:#fff}.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifter-topic-sidebar-progress{border-color:#333}.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifterlms-lessions-list .llms-syllabus-wrapper .llms-section-title{color:#fff}.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link:hover .llms-main h5{color:#fff}.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifterlms-lessions-list .llms-syllabus-wrapper .lifterlms_lesson_holder.current_title{background:#333}.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifter-sidebar-widgets ul li.widget{border-color:#333}.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifter-sidebar-widgets ul li.widget .widgettitle,.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifter-sidebar-widgets ul li.widget a:hover,.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifter-sidebar-widgets ul li.widget.widget_calendar a{color:#fff}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content{background:#121212;border-bottom-color:#121212}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .bb-ld-info-bar .ld-breadcrumbs{border-color:#333}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span a{color:#939597}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .bb-position .lifterlms-lesson-position span.bb-pages{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a{background-color:rgba(146,164,183,.2)}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a:hover{background-color:rgba(146,164,183,.3)}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a [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%22rgba(255,255,255,0.95)%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}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a [data-balloon]:after{background:rgba(255,255,255,.95);box-shadow:none;color:#000}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-header-title h1{color:#fff}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor h5 a{color:#939597}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor h5 a:hover{color:#fff}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .gfield_description,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .gform_description,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap label,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap p{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .gfield_description a,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .gform_description a,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap label a,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap p a{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .gsection_title,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-lesson-button-wrapper,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap h3{color:#fff}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-lesson-preview .llms-lesson-link{background:#333}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-lesson-preview .llms-lesson-link h5,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-lesson-preview .llms-lesson-link h6{color:#fff}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-assignment-content .llms-assignment-upload-field h2,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-assignment-content .llms-task-marker,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-assignment-content .llms-task-title{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-assignment-content.type--upload .llms-assignment-upload-field{border-color:#333;background:rgba(146,164,183,.2)}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .frm_forms .frm_form_fields fieldset .frm_description,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .frm_forms .frm_form_fields fieldset .frm_top_container .frm_primary_label,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .frm_forms .frm_form_fields fieldset .frm_top_container label.frm_primary_label,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .list-checkbox-wrap .nf-field-element ul li label,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .listradio-wrap .nf-field-element label,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .nf-form-wrap .nf-field-label label,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .nf-form-wrap .nf-form-fields-required,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .with_frm_style .vertical_radio .frm_checkbox label,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .with_frm_style .vertical_radio .frm_radio label,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap div.wpforms-container-full .wpforms-form .wpforms-field-label,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap div.wpforms-container-full .wpforms-form .wpforms-field-label-inline{color:#888}.llms-pointer.llms-inner.bb-dark-theme .llms-donut .inside{background:#000}.llms-pointer.llms-inner.bb-dark-theme .llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down{color:#fff}.llms-pointer.llms-inner.bb-dark-theme .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link .llms-main .llms-lesson-title,.llms-pointer.llms-inner.bb-dark-theme .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link .llms-main h5{color:#fff}.llms-pointer.llms-inner.bb-dark-theme .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down,.llms-pointer.llms-inner.bb-dark-theme .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link:before{color:#fff}.llms-pointer.llms-inner.bb-dark-theme .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview{border-color:#333}.llms-pointer.llms-inner.bb-dark-theme .llms-favorite-wrapper{color:var(--bb-alternate-text-color)}.llms-pointer.llms-inner.bb-dark-theme .llms-course-navigation .llms-lesson-preview{border-color:#333}.llms-pointer.llms-inner.bb-dark-theme .llms-course-navigation .llms-lesson-preview .llms-lesson-title{color:#fff}.bb-dark-theme .llms-course-sidebar-heading{color:#fff}.bb-dark-theme [data-type=short_answer].llms-question-wrapper input{background-color:#121212;color:#fff}.bb-dark-theme .llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader h2{color:#fff}.bb-dark-theme .llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader .fa.fa-upload{color:#fff}.bb-dark-theme .llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio .llms-aq-scale-button{background-color:transparent;color:#fff}.bb-dark-theme.single-llms_quiz #lifterlms-page-content .lifterlms_content_wrap h3.llms-question-title{color:#fff}.bb-dark-theme.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:before{color:#fff}.bb-sfwd-aside.bb-dark-theme .comment-respond{background-color:#121212;border-color:#333}.bb-sfwd-aside.bb-dark-theme .comment-respond .comment-author{color:#fff}.bb-sfwd-aside.bb-dark-theme .comment-respond textarea{border-color:#333}.bb-sfwd-aside.bb-dark-theme .comment-respond input[type=submit].outline:disabled{background-color:#333}.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-table-list .ld-table-list-item .ld-table-list-title a{color:inherit}.bb-sfwd-aside.bb-dark-theme .comment-list .comment-body{background-color:#121212;border-color:#333;color:#aaa}.bb-sfwd-aside.bb-dark-theme .comment-list .comment-body .comment-author a.url{color:#fff}.bb-sfwd-aside.bb-dark-theme .comment-list .comment-body a.comment-date{color:#aaa}.bb-sfwd-aside.bb-dark-theme .comment-list .comment-body a.comment-date:hover{color:#fff}.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_catOverview span,.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input[type=file]+label{background-color:#121212}.bb-sfwd-aside.bb-dark-theme input[type=text],.bb-sfwd-aside.bb-dark-theme select,.bb-sfwd-aside.bb-dark-theme textarea{background-color:#333;border-color:#aaa;color:#aaa}.bb-sfwd-aside.bb-dark-theme .lifterlms_content_wrap .comments-title{color:#fff}.bb-sfwd-aside.bb-dark-theme .buddypanel .site-branding{background-color:#121212}.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=date],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=datetime-local],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=datetime],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=email],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=month],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=number],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=password],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=range],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=search],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=tel],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=text],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=time],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=url],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=week],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form select,.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form textarea{background-color:#333;border-color:#aaa;color:#aaa}.bb-sfwd-aside.bb-dark-theme .widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_detailed_progress_wrap .single_section_wrap{border-color:#333}.bb-sfwd-aside.bb-dark-theme .widget.buddypress div.item-options{border-bottom-color:#333}.bb-sfwd-aside.bb-dark-theme .lifter-sidebar-widgets .widget_course_syllabus .section-title{color:#fff}.bb-sfwd-aside.bb-dark-theme .woocommerce-Price-amount{color:#fff}.bb-sfwd-aside.bb-dark-theme .widget_search .search-field-top{background-color:transparent;color:#fff;border-color:#aaa}.bb-sfwd-aside.bb-dark-theme .llms-widget-syllabus .llms-lesson-complete .fa-check-circle:before{color:#1c1c1c}.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .bb-toggle-panel:hover{background:rgba(255,255,255,.15)}.bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a,.bb-sfwd-aside.bb-dark-theme .side-panel-menu a,.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu li:not(.current-menu-item) a{color:var(--bb-alternate-text-color);background-color:transparent}.bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a:hover,.bb-sfwd-aside.bb-dark-theme .side-panel-menu a:hover,.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu li:not(.current-menu-item) a:hover{color:#fff;background-color:transparent}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover>a{color:#aaa;background:rgba(255,255,255,.15)}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover>a:hover{color:#aaa;background:rgba(255,255,255,.15)}.bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu .current-menu-item>a,.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu .current-menu-item>a{color:#fff;background:#121212}.bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu .current-menu-item>a:hover,.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu .current-menu-item>a:hover{background-color:transparent}.bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu li:not(.current-menu-item) a i:not(.bb-icon-angle-down){opacity:1;color:#fff}.bb-sfwd-aside.bb-dark-theme .side-panel-menu a{color:var(--bb-alternate-text-color)}.bb-sfwd-aside.bb-dark-theme .side-panel-menu a:hover{color:#fff}.bb-sfwd-aside.bb-dark-theme .lifter-sidebar-widgets li.widget a,.bb-sfwd-aside.bb-dark-theme .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link .llms-main h5,.bb-sfwd-aside.bb-dark-theme .llms-course-members-list .course-members-list a,.bb-sfwd-aside.bb-dark-theme .widget .item-list .item-title a,.bb-sfwd-aside.bb-dark-theme.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview .llms-lesson-link h5{color:#fff}.bb-sfwd-aside.bb-dark-theme .bb-progress .bb-progress-circle{border-color:var(--bb-primary-color)}.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-inner{background:#121212}.bb-sfwd-aside.bb-dark-theme .site-header .bb-icon-close{color:#fff;background-color:rgba(146,164,183,.2)}.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-wrapper .bb-mobile-panel-header{background-color:#121212}.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-header .user-name{color:#fff}.bb-sfwd-aside.bb-dark-theme .site-header .bb-left-panel-mobile>i,.bb-sfwd-aside.bb-dark-theme .site-header .header-aside i{color:var(--bb-alternate-text-color)}.llms-sl-directory{padding:0 10px}.llms-sl-directory .llms-sl-card{background:0 0;border:0}.llms-sl-directory .llms-sl-card>a{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;display:block;padding:25px 20px;overflow:visible;height:100%;position:relative;-webkit-transition:box-shadow linear .2s;transition:box-shadow linear .2s;text-align:center}.llms-sl-directory .llms-sl-card>a:hover{box-shadow:0 3px 24px 0 rgba(18,43,70,.08)}.llms-sl-directory .llms-sl-card .llms-student-avatar img{border-radius:50%;max-width:126px;margin:0 auto 18px;object-fit:cover;width:126px;height:126px}.llms-sl-directory .llms-sl-card-footer{background:0 0;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:column;flex-flow:column;padding:0}.llms-sl-directory .llms-sl-card-footer .llms-sl-card-title{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;letter-spacing:-.24px;line-height:1.3;font-size:13px;color:var(--bb-alternate-text-color);margin-top:5px;font-family:inherit;font-weight:inherit}.llms-sl-directory .llms-sl-card-footer .llms-sl-card-subtitle,.llms-sl-directory .llms-sl-card-header .llms-sl-card-subtitle{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;color:var(--bb-headings-color);display:inline-block;font-size:20px;font-weight:500;letter-spacing:-.24px;line-height:1.2;text-transform:capitalize}.llms-sl-uploader{border-radius:4px}#llms-sl-upload-modal .llms-sl-uploader{border-color:var(--bb-content-border-color)}.llms-sl-uploader>p{color:var(--bb-body-text-color)}.llms-sl-uploader .fa-upload:before{content:"\ee24";font-family:bb-icons;font-style:normal;font-weight:400;display:inline-block;width:38px;height:38px;color:var(--bb-primary-color)}.entry-content .llms-sl-directory .llms-sl-card--student .llms-student-avatar img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.entry-content .llms-sl-directory .llms-sl-card--student{width:-webkit-calc(33.3333% - 20px);width:calc(33.3333% - 20px)}@media screen and (max-width:1100px){.entry-content .llms-sl-directory .llms-sl-card--student{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media screen and (max-width:540px){.entry-content .llms-sl-directory .llms-sl-card--student{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}body:not(.has-sidebar) .entry-content .llms-sl-directory .llms-sl-card--student{width:-webkit-calc(25% - 20px);width:calc(25% - 20px)}@media screen and (max-width:1100px){body:not(.has-sidebar) .entry-content .llms-sl-directory .llms-sl-card--student{width:-webkit-calc(33.3333% - 20px);width:calc(33.3333% - 20px)}}@media screen and (max-width:768px){body:not(.has-sidebar) .entry-content .llms-sl-directory .llms-sl-card--student{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media screen and (max-width:540px){body:not(.has-sidebar) .entry-content .llms-sl-directory .llms-sl-card--student{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}body .llms-sl-card .llms-pagination ul.page-numbers li .page-numbers,body .llms-sl-card .llms-pagination ul.page-numbers li .page-numbers.current,body .llms-sl-card .llms-pagination ul.page-numbers li:first-child .page-numbers{border:0}body .llms-sl-card .llms-pagination{background:0 0;padding:0}body .llms-sl-card .llms-pagination ul.page-numbers li .page-numbers{padding:4px 16px}body .llms-sl-profile-header .llms-sl-cover:after{background:#607387;z-index:0}body .llms-sl-profile-header .llms-student-avatar .avatar{border-radius:0;object-fit:cover;width:160px;height:160px}body .llms-sl-profile-header .llms-sl-avatar{border-radius:4px;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px var(--bb-content-border-color);border:5px solid #fff}body .llms-sl-profile-header .llms-sl-handle{margin-left:195px}body .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item a.llms-sl-menu-link{color:#939597;margin:0 12px;padding-left:0;padding-right:0}body ul.llms-sl-menu li.llms-sl-menu-item.current{font-weight:500}body .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item.current a.llms-sl-menu-link{color:var(--bb-headings-color)}body .llms-sl-card-header .llms-sl-card-action{right:-2px;top:-10px}body .llms-sl-card-footer{background:0 0;border-top:0;padding:0}body .llms-sl-card--new-share .llms-sl-new-share-content{font-size:14px;padding:0;width:100%;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}body .llms-sl-card--new-share .llms-sl-new-share-content a{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.llms-sl-profile .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item.item--dashboard{float:left}.llms-sl-profile-header .llms-achievement-image--icon{background-color:transparent;padding:0}.custom-sl-card-header.llms-sl-card-header{background-color:var(--bb-content-alternate-background-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid var(--bb-content-border-color);border-radius:4px 4px 0 0;margin:-20px -15px 0;padding:15px}.custom-sl-card-header .llms-student-avatar .avatar{max-width:36px;object-fit:cover;width:36px;height:36px}.custom-sl-card-header .llms-sl-custom-title{font-size:14px;font-weight:500;letter-spacing:-.24px;margin:0 0 0 2px}.llms-sl-timeline .llms-sl-card-header .llms-student-avatar img{object-fit:cover;width:36px;height:36px}.llms-sl-timeline .llms-sl-story-reply .llms-student-avatar img{object-fit:cover;width:28px;height:28px}body .llms-sl-card-footer.custom-sl-card-footer{border-top:1px solid #eef0f3;padding:15px 15px 0;margin:2px -15px -5px}body .llms-sl-card [contenteditable]:focus{box-shadow:none}body .llms-sl-card--story .llms-sl-story-reply .llms-sl-story-reply-comment:focus{box-shadow:0 0 0 1px #f1f1f1}body .llms-sl-card--story .llms-sl-card-text li,body .llms-sl-card--story .llms-sl-card-text p{font-size:inherit}.llms-sl-card-main .llms-sl-card-text{line-height:1.5}.llms-sl-timeline .llms-sl-card-main .llms-sl-card-text{font-size:14px;margin:0 -15px 20px;border-bottom:1px solid #eef0f3;padding:0 15px 15px}button.llms-sl-button{font-size:14px;font-weight:500}@media (min-width:700px){body .llms-sl .llms-sl-content .llms-sl-sidebar{min-width:260px}}.lifterlms .llms-sd-items .sl_profile a:before{content:"\ef58";font-family:bb-icons}.llms-sl-profile-header .llms-achievement__body{display:none}.llms-sl-profile-header .achievement-item .bb-cover-wrap--llms{padding-top:100%;background:0 0}.llms-sl-profile-header a.llms-achievement{background:0 0}.llms-sl-profile .llms-sl-profile-nav{background-color:#fff;border-radius:0 0 4px 4px;border:1px solid var(--bb-content-border-color);border-top:0}.llms-sl-profile .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item a.llms-sl-menu-link{border-right:0}.llms-sl-profile .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item.item--dashboard a.llms-sl-menu-link,.llms-sl-profile .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item:first-child a.llms-sl-menu-link{border-left:0}.llms-sl-profile .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item.current a.llms-sl-menu-link{border-bottom:1px solid var(--bb-primary-color)}.llms-sl-profile .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item a.llms-sl-menu-link:hover{background-color:transparent}.llms-sl:not(.llms-sl-directory) .llms-sl-card{border:1px solid var(--bb-content-border-color);border-radius:4px;background-color:#fff;padding:1.25rem .9375rem}.llms-sl-card .llms-sl-card-header{background-color:transparent;border:0;padding:0}.llms-sl-card .llms-sl-card-header.custom-sl-card-header{padding:1.25rem .9375rem}.llms-sl-card .llms-sl-card-header .llms-sl-card-title{font-size:14px;font-weight:500;line-height:1}.llms-sl-card .llms-sl-card-header .llms-sl-card-title i{display:none}.llms-sl-card .llms-sl-card-main{padding:0;margin:10px 0 0}.llms-sl-card .llms-sl-card-main hr{background-color:transparent;border-bottom:1px solid var(--bb-content-border-color);border-top:0}.llms-sl-card .llms-sl-card-main .llms-sl-card-text{font-size:14px;margin:0}.llms-sl-card .llms-sl-card-main .llms-sl-card-text h2{font-size:18px;margin:0}.llms-sl-card .llms-sl-card-main .llms-sl-card-list{font-size:14px}@media screen and (max-width:998px){.llms-sl .llms-sl-profile-nav ul.llms-sl-menu{margin-left:0;margin-top:0;width:100%}.llms-sl .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item.item--dashboard{float:left}.llms-sl .llms-sl-profile-header .llms-sl-handle{margin-left:120px}.llms-sl .llms-sl-profile-header .llms-sl-avatar img{max-width:90px}.llms-sl .llms-sl-profile-header .llms-sl-cover .llms-cover-img{left:0;position:absolute;top:0;z-index:1;bottom:0;right:0;-webkit-transform:none;-ms-transform:none;transform:none}.llms-sl .llms-sl-profile-header .llms-sl-cover .llms-cover-img img{height:100%;width:100%;object-fit:cover}.llms-sl .llms-sl-profile-header .llms-sl-handle{font-size:22px}}@media (min-width:700px){.llms-sl.llms-sl-profile .llms-sl-content{-ms-flex-flow:nowrap;flex-flow:nowrap}}@media (max-width:992px){.llms-sl.llms-sl-profile .llms-sl-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.llms-sl.llms-sl-profile .llms-sl-content.sidebar--left .llms-sl-main{width:100%;margin-left:0}}select#llms-sl-instructor-filter-post{width:100%;margin-top:5px}.llms-sl-sidebar .llms-sl-card-main{font-size:14px;margin:20px 0 0}.llms-sl-sidebar .llms-sl-card-main li>strong{font-weight:500;text-transform:uppercase}.llms-sl-sidebar .llms-sl-card-main label{font-size:14px}.llms-sl-sidebar .llms-sl-card .llms-sl-card-header .llms-sl-card-title{text-transform:uppercase;font-family:inherit;font-size:13px;letter-spacing:.25px;line-height:1rem}.llms-sl-profile-header ul.llms-achievements-loop li.llms-achievement-loop-item{border:0;margin:3px}.llms-sl-profile-header ul.llms-achievements-loop li.llms-achievement-loop-item:hover{box-shadow:none}.llms-sl-profile-header ul.llms-achievements-loop li.llms-achievement-loop-item .llms-achievement-img{object-fit:cover;width:64px;height:64px;border-radius:100px}.llms-group-profile-header{background:#607387}.llms-group-profile-header .llms-group-banner .llms-banner-img{width:100%!important}#llms-group-upload-modal .llms-group-uploader{border-color:var(--bb-content-border-color);border-radius:4px}#llms-group-upload-modal .llms-group-uploader .fa-upload:before{content:"\ee24";font-family:bb-icons;font-style:normal;font-weight:400;display:inline-block;width:38px;height:38px;color:var(--bb-primary-color)}.llms-group-modal .llms-group-modal--container{border-radius:3px;padding:20px}.llms-group-profile-header .llms-group-banner .edit-banner,.llms-group-profile-header .llms-group-logo .edit-logo{font-size:14px;padding:6px 12px}.llms-group-profile-header .llms-group-banner .edit-banner:hover,.llms-group-profile-header .llms-group-logo .edit-logo:hover{background-color:rgba(255,255,255,.5);border-radius:15px}.llms-group-button{border-radius:100px}.llms-group-profile-header .llms-group-logo{border-radius:4px;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px var(--bb-content-border-color);border:5px solid #fff}.llms-group-profile .llms-group-profile-nav{background-color:#fff;border-radius:0 0 4px 4px;border:1px solid var(--bb-content-border-color);border-top:0}.llms-group-profile .llms-group-profile-nav ul.llms-group-menu li.llms-group-menu-item a.llms-group-menu-link{border-right:0;color:#939597;margin:0 12px;padding-left:0;padding-right:0}.llms-group-profile .llms-group-profile-nav ul.llms-group-menu li.llms-group-menu-item a.llms-group-menu-link:hover{background:0 0}.llms-group-profile .llms-group-profile-nav ul.llms-group-menu li.llms-group-menu-item.current a.llms-group-menu-link{border-bottom:1px solid var(--bb-primary-color);font-weight:500;margin-bottom:-1px;color:var(--bb-headings-color)}.llms-group-profile .llms-group-profile-nav ul.llms-group-menu li.llms-group-menu-item:first-child a.llms-group-menu-link{border-left:0}.llms-group-card{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px}.llms-group-card.card--group-profile-reports{padding:20px}.llms-group-card-footer{background-color:#fff;font-size:14px;border-top:1px solid var(--bb-content-border-color);border-radius:0 0 4px 4px;padding:15px 20px}.llms-group-sidebar .llms-group-card-footer{padding:10px 20px}.llms-group-card-header{background-color:#fff;border-bottom:1px solid var(--bb-content-border-color);border-radius:4px 4px 0 0;padding:13px 10px}.llms-group-sidebar .llms-group-card-header .llms-group-card-title{text-transform:uppercase;font-family:inherit;font-size:13px;letter-spacing:.25px;line-height:1rem;font-weight:600}.llms-group-card-header .llms-group-card-action{top:6px;right:10px}.llms-group-main .llms-group-card-header .llms-group-card-title i{display:none}.llms-group-main .llms-group-card-header{padding:13px 20px}.llms-group-main .llms-group-card-header .llms-group-card-title{font-weight:500}.llms-group-main .llms-group-card-header .llms-group-card-action{top:13px;right:20px}.llms-group-main .llms-group-card-main{padding:40px 20px}.llms-group-card-footer .llms-group-button.ghost .fa,.llms-group-card-header .llms-group-button.ghost .fa{color:#939597}.llms-group-button.ghost{font-size:13px;font-weight:400}.llms-group-button.ghost:focus,.llms-group-button.ghost:hover{background:0 0;color:inherit;box-shadow:none}.llms-group-button.ghost:focus .fa,.llms-group-button.ghost:hover .fa{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.llms-group-button.ghost.on-light-bg:focus,.llms-group-button.ghost.on-light-bg:hover{background:0 0;color:inherit;box-shadow:none}.llms-group-button.ghost.on-light-bg:focus .fa,.llms-group-button.ghost.on-light-bg:hover .fa{-webkit-transform:scale(1.4);-ms-transform:scale(1.4);transform:scale(1.4)}.llms-group .fa-archive:before,.llms-group .fa-pencil:before,.llms-group .fa-plus:before,.llms-group .fa-times:before,.llms-group .fa-users:before{font-family:bb-icons;font-style:normal;font-weight:400;display:inline-block;margin-left:5px;font-size:12px}.llms-group .fa-pencil:before{content:"\ee5a"}.llms-group .fa-times:before{content:"\e828"}.llms-group .fa-plus:before{font-family:bb-icons;content:"\eef9";font-size:13px;font-weight:100}.llms-group .fa-users:before{content:"\ef5a"}.llms-group .fa-archive:before{content:"\e86e"}.llms-group .llms-group-sidebar .card--group-profile-members .fa-pencil:before{content:"\eef9";font-family:bb-icons;font-size:13px;color:var(--bb-primary-color);font-weight:100}.llms-group .llms-group-sidebar .fa-plus:before{color:var(--bb-primary-color)}.llms-group-sidebar .llms-group-card-title i.fa:before{font-size:19px;position:relative;top:2px;margin-right:3px}.llms-group .llms-group-main .llms-group-card-header .fa:before{font-size:15px}.llms-group-modal .fa-envelope-o:before,.llms-group-modal .fa-times:before{font-family:bb-icons;font-style:normal;font-weight:400;display:inline-block;margin-left:5px;font-size:16px}.llms-group-modal .fa-times:before{content:"\e828"}.llms-group-modal .fa-envelope-o:before{content:"\eee7";margin:0 2px 0 0}.llms-group-modal #llms-group-invite-modal-title,.llms-group-modal #llms-group-seats-modal-title{text-align:center;margin-top:1.5rem}.llms-group-modal .llms-button-primary.large .fa{left:0}.llms-group-invite-modal .llms-group-modal--container .llms-group-modal--footer .llms-group-open-invite-link{text-decoration:none;font-size:15px;top:19px}label[for=llms_group_invitation_link]{color:var(--bb-alternate-text-color);font-size:15px;margin-bottom:5px;display:inline-block}.llms-group-modal .llms-group-modal--header .llms-group-button,.llms-group-modal .llms-group-modal--header .llms-group-button:active,.llms-group-modal .llms-group-modal--header .llms-group-button:focus{color:#939597;box-shadow:none}.llms-group-card-footer .fa-floppy-o:before{font-family:bb-icons;font-style:normal;font-weight:400;display:inline-block;margin-right:3px;font-size:14px;content:"\ef0e"}.llms-group-card-footer .llms-group-button{font-weight:400;font-size:15px}.llms-group-sidebar .card--group-profile-members .llms-group-card-main:after,.llms-group-sidebar .card--group-profile-members .llms-group-card-main:before{display:none}.llms-group-sidebar .llms-group-member{width:25%}.llms-group-sidebar .llms-student-avatar{border-radius:3px;width:100%;padding:5px;background:0 0;border:0}.llms-group-sidebar .avatar{border-radius:3px}.llms-student-avatar img{max-width:80px}.llms-group-member--desc .llms-group-member--name{margin-bottom:5px}.llms-group-member--desc .llms-group-member--role,.llms-group-member--desc .llms-group-member--since{margin-bottom:0}.llms-group-member .llms-group-member--desc h6{opacity:1;color:var(--bb-alternate-text-color)}.card--group-profile-seats .llms-group-card-header{border-bottom:0;border-radius:4px}.llms-group-profile-sidebar .llms-group-card.card--group-profile-members .llms-group-card-main{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-flow:wrap;flex-flow:wrap}.llms-group-card-footer.content-right{text-align:center}.llms-group-card form{margin-bottom:0}.llms-group-card-footer .llms-group-error{line-height:34px}.llms-form-field .llms-description{font-style:normal;color:var(--bb-alternate-text-color)}.llms-group-modal .llms-button-primary.large{font-size:15px;padding:12px 25px;font-weight:400;line-height:1;min-height:auto}#llms-group-seats-modal-content{padding:0 15px 15px}#llms-group-seats-modal-content form table{display:-webkit-box;display:-ms-flexbox;display:flex}#llms-group-seats-modal-content form table tr{display:block}#llms-group-seats-modal-content form table td,#llms-group-seats-modal-content form table th{display:block;font-size:15px;line-height:40px;padding:10px 0}#llms-group-seats-modal-content form table td h3,#llms-group-seats-modal-content form table th h3{margin:0;font-size:15px;line-height:40px}#llms-group-seats-modal-content form table td:last-child,#llms-group-seats-modal-content form table th:last-child{border-bottom:0}#llms-group-seats-modal-content form table thead th{padding-right:30px;color:var(--bb-headings-color)}#llms-group-seats-modal-content form table tbody{text-align:right;-webkit-box-flex:1;-ms-flex:1;flex:1}#llms-group-seats-modal-content .llms-button-primary{font-size:15px;font-weight:400}#llms-group-seats-modal-content .llms-button-primary i{display:none}.llms-group-profile-main .llms-group-card.card--group-profile-members .llms-group-card-main .card--group-profile-members__vip-blocks .llms-group-member{margin-bottom:10px}.card--group-profile-members__vip-blocks{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;margin:0 -5px}@media screen and (max-width:992px){.card--group-profile-members__vip-blocks{display:block}}.card--group-profile-members__vip-blocks .llms-group-member{-webkit-box-flex:0;-ms-flex:0 0 calc(20% - 10px);flex:0 0 -webkit-calc(20% - 10px);flex:0 0 calc(20% - 10px);max-width:-webkit-calc(20% - 10px);max-width:calc(20% - 10px);margin:0 5px;background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;text-align:center;position:relative}@media screen and (max-width:1200px){.card--group-profile-members__vip-blocks .llms-group-member{-webkit-box-flex:0;-ms-flex:0 0 calc(33.333% - 10px);flex:0 0 -webkit-calc(33.333% - 10px);flex:0 0 calc(33.333% - 10px);max-width:-webkit-calc(33.333% - 10px);max-width:calc(33.333% - 10px)}}@media screen and (max-width:992px){.card--group-profile-members__vip-blocks .llms-group-member{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 10px);flex:0 0 -webkit-calc(100% - 10px);flex:0 0 calc(100% - 10px);max-width:-webkit-calc(100% - 10px);max-width:calc(100% - 10px);border:0;border-radius:0;text-align:left}}.card--group-profile-members__vip-blocks .llms-group-member:before{content:"";display:inline-block;position:absolute;top:0;left:0;right:0;height:55px;background-color:#f8f8f8;border-radius:4px 4px 0 0;z-index:0}@media screen and (max-width:992px){.card--group-profile-members__vip-blocks .llms-group-member:before{display:none}}.card--group-profile-members__vip-blocks .llms-group-member--desc{margin:0;padding:15px 10px 20px}.card--group-profile-members__vip-blocks .llms-group-member--role i{display:none}.card--group-profile-members__vip-blocks .llms-group-member--name{margin-bottom:0}.card--group-profile-members__vip-blocks .llms-student-avatar{margin-top:10px;position:relative;z-index:5}.llms-group-main .card--group-profile-members .llms-group-card-footer{border-top:0}.card--group-profile-members__leaders{padding-bottom:20px;border-bottom:1px solid var(--bb-content-border-color)}.llms-group-card-main .llms-group-card-main--heading{border-bottom:0;margin-top:30px}.llms-group-main .card--group-profile-members .llms-group-card-main{padding-bottom:20px}.lifterlms .tagify,.llms-group-modal .tagify{border:1px solid #dedfe2;border-radius:3px;padding:0 12px;height:40px;line-height:40px}.lifterlms .tagify .tagify__input,.llms-group-modal .tagify .tagify__input{margin:0;font-size:15px;padding:0}.lifterlms .tagify .tagify__tag>div,.llms-group-modal .tagify .tagify__tag>div{line-height:32px;padding-right:10px}.lifterlms .tagify .tagify__tag__removeBtn,.llms-group-modal .tagify .tagify__tag__removeBtn{line-height:10px}.tagify--select::after{content:"\e826";font-family:bb-icons;font-style:normal;font-weight:400;font-size:24px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:8px;color:var(--bb-alternate-text-color)}.llms-pagination>*{display:inline-block;font-size:13px;margin-right:10px}.llms-pagination a.next,.llms-pagination a.prev{font-size:0}.llms-pagination a.next:before,.llms-pagination a.prev:before{content:"\2192";font-size:13px}.llms-pagination a.prev:before{content:"\2190"}.llms-group-main.llms-group-profile-main{max-width:100%}.card--group-profile-reports{overflow-x:auto}.card--group-profile-reports table.llms-table{margin-bottom:0}@media screen and (max-width:600px){.llms-group-profile-header{padding-top:20px}.llms-group-profile-header .llms-group-logo{float:none;margin:0 auto;max-width:170px}.llms-group-profile .llms-group-profile-nav{float:none;min-height:50px;text-align:center}.llms-group-profile .llms-group-profile-nav ul.llms-group-menu{float:none;margin:0 auto;width:auto;display:inline-block;text-align:center}.llms-group-profile .llms-group-profile-nav ul.llms-group-menu li.llms-group-menu-item{float:none;display:inline-block}.llms-group-profile-header .llms-group-name{margin:10px auto 0;float:none;text-align:center}}.lifter-sidebar-widgets ul{margin:0}.lifter-sidebar-widgets .widget_course_syllabus .llms-lesson li{margin:0;background:0 0;border:none;margin-bottom:0;border-radius:0;list-style:none;padding:15px 0}.lifter-sidebar-widgets .widget_course_syllabus ul li ul.llms-lesson{margin:0}.lifter-sidebar-widgets .widget_course_syllabus .section-title{margin:0;font-size:15px;font-weight:600;letter-spacing:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--bb-headings-color)}.lifter-sidebar-widgets li.widget{margin-left:30px;margin-right:30px;background:0 0;border:none;border-top:1px solid var(--bb-content-border-color);margin-bottom:0;border-radius:0;list-style:none;padding:1.25rem 0}.lifter-sidebar-widgets li.widget a{color:var(--bb-headings-color)}.lifter-sidebar-widgets li.widget a:hover{color:var(--bb-primary-color)}.lifter-sidebar-widgets li.widget a.button:not(.logout-link){color:#fff}.lifter-sidebar-widgets li.widget a.button:not(.logout-link):hover{background-color:var(--bb-primary-color);box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}.lifter-sidebar-widgets li.widget:first-child{margin-top:15px}.lifter-sidebar-widgets li.widget .llms-progress{margin:5px 0}.lifter-sidebar-widgets li.widget .textwidget h2,.lifter-sidebar-widgets li.widget .textwidget h3,.lifter-sidebar-widgets li.widget .textwidget h4,.lifter-sidebar-widgets li.widget .textwidget h5,.lifter-sidebar-widgets li.widget .textwidget h6{margin-bottom:10px}.lifter-sidebar-widgets .bbp_widget_login h2.widgettitle,.lifter-sidebar-widgets .widget_bp_core_login_widget h2.widgettitle{display:block;width:100%}.bb-progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.bb-progress-circle{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;transition:width .6s ease}.bb-progress[data-percentage="0"] .bb-progress-circle{opacity:0}.bb-progress{width:22px;height:22px;line-height:22px;background:0 0;margin:0 auto;box-shadow:none;position:relative}.bb-progress:after{content:"";width:100%;height:100%;border-radius:50%;border:2px solid #dedfe2;position:absolute;top:0;left:0}.bb-progress>span{width:50%;height:100%;overflow:hidden;position:absolute;top:0;z-index:1}.bb-progress .bb-progress-left{left:0}.bb-progress .bb-progress-circle{width:100%;height:100%;background:0 0;border-width:2px;border-style:solid;position:absolute;top:0;border-color:var(--bb-primary-color)}.bb-progress .bb-progress-left .bb-progress-circle{left:100%;border-top-right-radius:11px;border-bottom-right-radius:11px;border-left:0;-webkit-transform-origin:center left;-ms-transform-origin:center left;transform-origin:center left;-webkit-animation:loading-2 1.5s linear forwards 1.8s;animation:loading-2 1.5s linear forwards 1.8s}.bb-progress .bb-progress-right{right:0}.bb-progress .bb-progress-right .bb-progress-circle{left:-100%;border-top-left-radius:11px;border-bottom-left-radius:11px;border-right:0;-webkit-transform-origin:center right;-ms-transform-origin:center right;transform-origin:center right;-webkit-animation:loading-1 1.8s linear forwards;animation:loading-1 1.8s linear forwards}.bb-progress .bb-progress-value{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:50%;font-size:36px;text-align:center;line-height:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;font-weight:300}.bb-progress .bb-progress-value div{margin-top:10px}.bb-progress .bb-progress-value span{font-size:12px;text-transform:uppercase}.ld-progress-bar{margin:0;height:4px;background:var(--bb-content-border-color)}.ld-progress-bar .ld-progress-bar-percentage{background:var(--bb-primary-color);height:4px;width:auto}.learndash-wrapper .ld-progress .ld-progress-bar{height:4px;background-color:var(--bb-content-border-color)}.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage{background:var(--bb-primary-color);height:4px;width:auto;border-radius:7px}.learndash-wrapper .ld-progress .ld-progress-stats{color:var(--bb-alternate-text-color);font-size:12px}.bb-progress[data-percentage="1"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-1 1.5s linear forwards;animation:loading-1 1.5s linear forwards}.bb-progress[data-percentage="1"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="2"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-2 1.5s linear forwards;animation:loading-2 1.5s linear forwards}.bb-progress[data-percentage="2"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="3"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-3 1.5s linear forwards;animation:loading-3 1.5s linear forwards}.bb-progress[data-percentage="3"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="4"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-4 1.5s linear forwards;animation:loading-4 1.5s linear forwards}.bb-progress[data-percentage="4"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="5"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-5 1.5s linear forwards;animation:loading-5 1.5s linear forwards}.bb-progress[data-percentage="5"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="6"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-6 1.5s linear forwards;animation:loading-6 1.5s linear forwards}.bb-progress[data-percentage="6"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="7"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-7 1.5s linear forwards;animation:loading-7 1.5s linear forwards}.bb-progress[data-percentage="7"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="8"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-8 1.5s linear forwards;animation:loading-8 1.5s linear forwards}.bb-progress[data-percentage="8"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="9"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-9 1.5s linear forwards;animation:loading-9 1.5s linear forwards}.bb-progress[data-percentage="9"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="10"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-10 1.5s linear forwards;animation:loading-10 1.5s linear forwards}.bb-progress[data-percentage="10"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="11"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-11 1.5s linear forwards;animation:loading-11 1.5s linear forwards}.bb-progress[data-percentage="11"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="12"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-12 1.5s linear forwards;animation:loading-12 1.5s linear forwards}.bb-progress[data-percentage="12"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="13"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-13 1.5s linear forwards;animation:loading-13 1.5s linear forwards}.bb-progress[data-percentage="13"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="14"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-14 1.5s linear forwards;animation:loading-14 1.5s linear forwards}.bb-progress[data-percentage="14"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="15"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-15 1.5s linear forwards;animation:loading-15 1.5s linear forwards}.bb-progress[data-percentage="15"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="16"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-16 1.5s linear forwards;animation:loading-16 1.5s linear forwards}.bb-progress[data-percentage="16"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="17"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-17 1.5s linear forwards;animation:loading-17 1.5s linear forwards}.bb-progress[data-percentage="17"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="18"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-18 1.5s linear forwards;animation:loading-18 1.5s linear forwards}.bb-progress[data-percentage="18"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="19"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-19 1.5s linear forwards;animation:loading-19 1.5s linear forwards}.bb-progress[data-percentage="19"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="20"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-20 1.5s linear forwards;animation:loading-20 1.5s linear forwards}.bb-progress[data-percentage="20"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="21"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-21 1.5s linear forwards;animation:loading-21 1.5s linear forwards}.bb-progress[data-percentage="21"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="22"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-22 1.5s linear forwards;animation:loading-22 1.5s linear forwards}.bb-progress[data-percentage="22"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="23"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-23 1.5s linear forwards;animation:loading-23 1.5s linear forwards}.bb-progress[data-percentage="23"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="24"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-24 1.5s linear forwards;animation:loading-24 1.5s linear forwards}.bb-progress[data-percentage="24"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="25"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-25 1.5s linear forwards;animation:loading-25 1.5s linear forwards}.bb-progress[data-percentage="25"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="26"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-26 1.5s linear forwards;animation:loading-26 1.5s linear forwards}.bb-progress[data-percentage="26"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="27"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-27 1.5s linear forwards;animation:loading-27 1.5s linear forwards}.bb-progress[data-percentage="27"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="28"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-28 1.5s linear forwards;animation:loading-28 1.5s linear forwards}.bb-progress[data-percentage="28"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="29"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-29 1.5s linear forwards;animation:loading-29 1.5s linear forwards}.bb-progress[data-percentage="29"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="30"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-30 1.5s linear forwards;animation:loading-30 1.5s linear forwards}.bb-progress[data-percentage="30"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="31"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-31 1.5s linear forwards;animation:loading-31 1.5s linear forwards}.bb-progress[data-percentage="31"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="32"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-32 1.5s linear forwards;animation:loading-32 1.5s linear forwards}.bb-progress[data-percentage="32"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="33"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-33 1.5s linear forwards;animation:loading-33 1.5s linear forwards}.bb-progress[data-percentage="33"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="34"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-34 1.5s linear forwards;animation:loading-34 1.5s linear forwards}.bb-progress[data-percentage="34"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="35"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-35 1.5s linear forwards;animation:loading-35 1.5s linear forwards}.bb-progress[data-percentage="35"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="36"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-36 1.5s linear forwards;animation:loading-36 1.5s linear forwards}.bb-progress[data-percentage="36"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="37"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-37 1.5s linear forwards;animation:loading-37 1.5s linear forwards}.bb-progress[data-percentage="37"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="38"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-38 1.5s linear forwards;animation:loading-38 1.5s linear forwards}.bb-progress[data-percentage="38"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="39"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-39 1.5s linear forwards;animation:loading-39 1.5s linear forwards}.bb-progress[data-percentage="39"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="40"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-40 1.5s linear forwards;animation:loading-40 1.5s linear forwards}.bb-progress[data-percentage="40"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="41"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-41 1.5s linear forwards;animation:loading-41 1.5s linear forwards}.bb-progress[data-percentage="41"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="42"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-42 1.5s linear forwards;animation:loading-42 1.5s linear forwards}.bb-progress[data-percentage="42"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="43"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-43 1.5s linear forwards;animation:loading-43 1.5s linear forwards}.bb-progress[data-percentage="43"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="44"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-44 1.5s linear forwards;animation:loading-44 1.5s linear forwards}.bb-progress[data-percentage="44"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="45"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-45 1.5s linear forwards;animation:loading-45 1.5s linear forwards}.bb-progress[data-percentage="45"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="46"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-46 1.5s linear forwards;animation:loading-46 1.5s linear forwards}.bb-progress[data-percentage="46"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="47"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-47 1.5s linear forwards;animation:loading-47 1.5s linear forwards}.bb-progress[data-percentage="47"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="48"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-48 1.5s linear forwards;animation:loading-48 1.5s linear forwards}.bb-progress[data-percentage="48"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="49"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-49 1.5s linear forwards;animation:loading-49 1.5s linear forwards}.bb-progress[data-percentage="49"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="50"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="50"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="51"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="51"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-1 1.5s linear forwards 1.5s;animation:loading-1 1.5s linear forwards 1.5s}.bb-progress[data-percentage="52"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="52"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-2 1.5s linear forwards 1.5s;animation:loading-2 1.5s linear forwards 1.5s}.bb-progress[data-percentage="53"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="53"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-3 1.5s linear forwards 1.5s;animation:loading-3 1.5s linear forwards 1.5s}.bb-progress[data-percentage="54"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="54"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-4 1.5s linear forwards 1.5s;animation:loading-4 1.5s linear forwards 1.5s}.bb-progress[data-percentage="55"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="55"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-5 1.5s linear forwards 1.5s;animation:loading-5 1.5s linear forwards 1.5s}.bb-progress[data-percentage="56"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="56"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-6 1.5s linear forwards 1.5s;animation:loading-6 1.5s linear forwards 1.5s}.bb-progress[data-percentage="57"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="57"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-7 1.5s linear forwards 1.5s;animation:loading-7 1.5s linear forwards 1.5s}.bb-progress[data-percentage="58"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="58"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-8 1.5s linear forwards 1.5s;animation:loading-8 1.5s linear forwards 1.5s}.bb-progress[data-percentage="59"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="59"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-9 1.5s linear forwards 1.5s;animation:loading-9 1.5s linear forwards 1.5s}.bb-progress[data-percentage="60"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="60"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-10 1.5s linear forwards 1.5s;animation:loading-10 1.5s linear forwards 1.5s}.bb-progress[data-percentage="61"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="61"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-11 1.5s linear forwards 1.5s;animation:loading-11 1.5s linear forwards 1.5s}.bb-progress[data-percentage="62"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="62"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-12 1.5s linear forwards 1.5s;animation:loading-12 1.5s linear forwards 1.5s}.bb-progress[data-percentage="63"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="63"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-13 1.5s linear forwards 1.5s;animation:loading-13 1.5s linear forwards 1.5s}.bb-progress[data-percentage="64"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="64"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-14 1.5s linear forwards 1.5s;animation:loading-14 1.5s linear forwards 1.5s}.bb-progress[data-percentage="65"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="65"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-15 1.5s linear forwards 1.5s;animation:loading-15 1.5s linear forwards 1.5s}.bb-progress[data-percentage="66"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="66"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-16 1.5s linear forwards 1.5s;animation:loading-16 1.5s linear forwards 1.5s}.bb-progress[data-percentage="67"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="67"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-17 1.5s linear forwards 1.5s;animation:loading-17 1.5s linear forwards 1.5s}.bb-progress[data-percentage="68"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="68"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-18 1.5s linear forwards 1.5s;animation:loading-18 1.5s linear forwards 1.5s}.bb-progress[data-percentage="69"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="69"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-19 1.5s linear forwards 1.5s;animation:loading-19 1.5s linear forwards 1.5s}.bb-progress[data-percentage="70"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="70"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-20 1.5s linear forwards 1.5s;animation:loading-20 1.5s linear forwards 1.5s}.bb-progress[data-percentage="71"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="71"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-21 1.5s linear forwards 1.5s;animation:loading-21 1.5s linear forwards 1.5s}.bb-progress[data-percentage="72"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="72"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-22 1.5s linear forwards 1.5s;animation:loading-22 1.5s linear forwards 1.5s}.bb-progress[data-percentage="73"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="73"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-23 1.5s linear forwards 1.5s;animation:loading-23 1.5s linear forwards 1.5s}.bb-progress[data-percentage="74"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="74"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-24 1.5s linear forwards 1.5s;animation:loading-24 1.5s linear forwards 1.5s}.bb-progress[data-percentage="75"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="75"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-25 1.5s linear forwards 1.5s;animation:loading-25 1.5s linear forwards 1.5s}.bb-progress[data-percentage="76"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="76"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-26 1.5s linear forwards 1.5s;animation:loading-26 1.5s linear forwards 1.5s}.bb-progress[data-percentage="77"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="77"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-27 1.5s linear forwards 1.5s;animation:loading-27 1.5s linear forwards 1.5s}.bb-progress[data-percentage="78"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="78"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-28 1.5s linear forwards 1.5s;animation:loading-28 1.5s linear forwards 1.5s}.bb-progress[data-percentage="79"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="79"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-29 1.5s linear forwards 1.5s;animation:loading-29 1.5s linear forwards 1.5s}.bb-progress[data-percentage="80"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="80"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-30 1.5s linear forwards 1.5s;animation:loading-30 1.5s linear forwards 1.5s}.bb-progress[data-percentage="81"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="81"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-31 1.5s linear forwards 1.5s;animation:loading-31 1.5s linear forwards 1.5s}.bb-progress[data-percentage="82"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="82"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-32 1.5s linear forwards 1.5s;animation:loading-32 1.5s linear forwards 1.5s}.bb-progress[data-percentage="83"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="83"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-33 1.5s linear forwards 1.5s;animation:loading-33 1.5s linear forwards 1.5s}.bb-progress[data-percentage="84"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="84"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-34 1.5s linear forwards 1.5s;animation:loading-34 1.5s linear forwards 1.5s}.bb-progress[data-percentage="85"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="85"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-35 1.5s linear forwards 1.5s;animation:loading-35 1.5s linear forwards 1.5s}.bb-progress[data-percentage="86"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="86"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-36 1.5s linear forwards 1.5s;animation:loading-36 1.5s linear forwards 1.5s}.bb-progress[data-percentage="87"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="87"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-37 1.5s linear forwards 1.5s;animation:loading-37 1.5s linear forwards 1.5s}.bb-progress[data-percentage="88"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="88"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-38 1.5s linear forwards 1.5s;animation:loading-38 1.5s linear forwards 1.5s}.bb-progress[data-percentage="89"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="89"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-39 1.5s linear forwards 1.5s;animation:loading-39 1.5s linear forwards 1.5s}.bb-progress[data-percentage="90"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="90"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-40 1.5s linear forwards 1.5s;animation:loading-40 1.5s linear forwards 1.5s}.bb-progress[data-percentage="91"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="91"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-41 1.5s linear forwards 1.5s;animation:loading-41 1.5s linear forwards 1.5s}.bb-progress[data-percentage="92"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="92"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-42 1.5s linear forwards 1.5s;animation:loading-42 1.5s linear forwards 1.5s}.bb-progress[data-percentage="93"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="93"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-43 1.5s linear forwards 1.5s;animation:loading-43 1.5s linear forwards 1.5s}.bb-progress[data-percentage="94"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="94"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-44 1.5s linear forwards 1.5s;animation:loading-44 1.5s linear forwards 1.5s}.bb-progress[data-percentage="95"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="95"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-45 1.5s linear forwards 1.5s;animation:loading-45 1.5s linear forwards 1.5s}.bb-progress[data-percentage="96"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="96"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-46 1.5s linear forwards 1.5s;animation:loading-46 1.5s linear forwards 1.5s}.bb-progress[data-percentage="97"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="97"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-47 1.5s linear forwards 1.5s;animation:loading-47 1.5s linear forwards 1.5s}.bb-progress[data-percentage="98"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="98"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-48 1.5s linear forwards 1.5s;animation:loading-48 1.5s linear forwards 1.5s}.bb-progress[data-percentage="99"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="99"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-49 1.5s linear forwards 1.5s;animation:loading-49 1.5s linear forwards 1.5s}.bb-progress[data-percentage="100"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="100"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards 1.5s;animation:loading-50 1.5s linear forwards 1.5s}@-webkit-keyframes loading-1{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(3.6deg);transform:rotate(3.6deg)}}@keyframes loading-1{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(3.6deg);transform:rotate(3.6deg)}}@-webkit-keyframes loading-2{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(7.2deg);transform:rotate(7.2deg)}}@keyframes loading-2{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(7.2deg);transform:rotate(7.2deg)}}@-webkit-keyframes loading-3{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(10.8deg);transform:rotate(10.8deg)}}@keyframes loading-3{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(10.8deg);transform:rotate(10.8deg)}}@-webkit-keyframes loading-4{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(14.4deg);transform:rotate(14.4deg)}}@keyframes loading-4{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(14.4deg);transform:rotate(14.4deg)}}@-webkit-keyframes loading-5{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}}@keyframes loading-5{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}}@-webkit-keyframes loading-6{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(21.6deg);transform:rotate(21.6deg)}}@keyframes loading-6{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(21.6deg);transform:rotate(21.6deg)}}@-webkit-keyframes loading-7{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(25.2deg);transform:rotate(25.2deg)}}@keyframes loading-7{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(25.2deg);transform:rotate(25.2deg)}}@-webkit-keyframes loading-8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(28.8deg);transform:rotate(28.8deg)}}@keyframes loading-8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(28.8deg);transform:rotate(28.8deg)}}@-webkit-keyframes loading-9{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(32.4deg);transform:rotate(32.4deg)}}@keyframes loading-9{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(32.4deg);transform:rotate(32.4deg)}}@-webkit-keyframes loading-10{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(36deg);transform:rotate(36deg)}}@keyframes loading-10{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(36deg);transform:rotate(36deg)}}@-webkit-keyframes loading-11{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(39.6deg);transform:rotate(39.6deg)}}@keyframes loading-11{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(39.6deg);transform:rotate(39.6deg)}}@-webkit-keyframes loading-12{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(43.2deg);transform:rotate(43.2deg)}}@keyframes loading-12{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(43.2deg);transform:rotate(43.2deg)}}@-webkit-keyframes loading-13{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(46.8deg);transform:rotate(46.8deg)}}@keyframes loading-13{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(46.8deg);transform:rotate(46.8deg)}}@-webkit-keyframes loading-14{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(50.4deg);transform:rotate(50.4deg)}}@keyframes loading-14{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(50.4deg);transform:rotate(50.4deg)}}@-webkit-keyframes loading-15{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(54deg);transform:rotate(54deg)}}@keyframes loading-15{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(54deg);transform:rotate(54deg)}}@-webkit-keyframes loading-16{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(57.6deg);transform:rotate(57.6deg)}}@keyframes loading-16{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(57.6deg);transform:rotate(57.6deg)}}@-webkit-keyframes loading-17{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(61.2deg);transform:rotate(61.2deg)}}@keyframes loading-17{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(61.2deg);transform:rotate(61.2deg)}}@-webkit-keyframes loading-18{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(64.8deg);transform:rotate(64.8deg)}}@keyframes loading-18{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(64.8deg);transform:rotate(64.8deg)}}@-webkit-keyframes loading-19{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(68.4deg);transform:rotate(68.4deg)}}@keyframes loading-19{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(68.4deg);transform:rotate(68.4deg)}}@-webkit-keyframes loading-20{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(72deg);transform:rotate(72deg)}}@keyframes loading-20{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(72deg);transform:rotate(72deg)}}@-webkit-keyframes loading-21{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(75.6deg);transform:rotate(75.6deg)}}@keyframes loading-21{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(75.6deg);transform:rotate(75.6deg)}}@-webkit-keyframes loading-22{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(79.2deg);transform:rotate(79.2deg)}}@keyframes loading-22{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(79.2deg);transform:rotate(79.2deg)}}@-webkit-keyframes loading-23{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(82.8deg);transform:rotate(82.8deg)}}@keyframes loading-23{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(82.8deg);transform:rotate(82.8deg)}}@-webkit-keyframes loading-24{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(86.4deg);transform:rotate(86.4deg)}}@keyframes loading-24{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(86.4deg);transform:rotate(86.4deg)}}@-webkit-keyframes loading-25{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@keyframes loading-25{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@-webkit-keyframes loading-26{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(93.6deg);transform:rotate(93.6deg)}}@keyframes loading-26{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(93.6deg);transform:rotate(93.6deg)}}@-webkit-keyframes loading-27{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(97.2deg);transform:rotate(97.2deg)}}@keyframes loading-27{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(97.2deg);transform:rotate(97.2deg)}}@-webkit-keyframes loading-28{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(100.8deg);transform:rotate(100.8deg)}}@keyframes loading-28{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(100.8deg);transform:rotate(100.8deg)}}@-webkit-keyframes loading-29{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(104.4deg);transform:rotate(104.4deg)}}@keyframes loading-29{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(104.4deg);transform:rotate(104.4deg)}}@-webkit-keyframes loading-30{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(108deg);transform:rotate(108deg)}}@keyframes loading-30{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(108deg);transform:rotate(108deg)}}@-webkit-keyframes loading-31{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(111.6deg);transform:rotate(111.6deg)}}@keyframes loading-31{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(111.6deg);transform:rotate(111.6deg)}}@-webkit-keyframes loading-32{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(115.2deg);transform:rotate(115.2deg)}}@keyframes loading-32{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(115.2deg);transform:rotate(115.2deg)}}@-webkit-keyframes loading-33{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(118.8deg);transform:rotate(118.8deg)}}@keyframes loading-33{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(118.8deg);transform:rotate(118.8deg)}}@-webkit-keyframes loading-34{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(122.4deg);transform:rotate(122.4deg)}}@keyframes loading-34{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(122.4deg);transform:rotate(122.4deg)}}@-webkit-keyframes loading-35{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(126deg);transform:rotate(126deg)}}@keyframes loading-35{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(126deg);transform:rotate(126deg)}}@-webkit-keyframes loading-36{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(129.6deg);transform:rotate(129.6deg)}}@keyframes loading-36{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(129.6deg);transform:rotate(129.6deg)}}@-webkit-keyframes loading-37{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(133.2deg);transform:rotate(133.2deg)}}@keyframes loading-37{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(133.2deg);transform:rotate(133.2deg)}}@-webkit-keyframes loading-38{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(136.8deg);transform:rotate(136.8deg)}}@keyframes loading-38{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(136.8deg);transform:rotate(136.8deg)}}@-webkit-keyframes loading-39{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(140.4deg);transform:rotate(140.4deg)}}@keyframes loading-39{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(140.4deg);transform:rotate(140.4deg)}}@-webkit-keyframes loading-40{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(144deg);transform:rotate(144deg)}}@keyframes loading-40{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(144deg);transform:rotate(144deg)}}@-webkit-keyframes loading-41{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(147.6deg);transform:rotate(147.6deg)}}@keyframes loading-41{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(147.6deg);transform:rotate(147.6deg)}}@-webkit-keyframes loading-42{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(151.2deg);transform:rotate(151.2deg)}}@keyframes loading-42{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(151.2deg);transform:rotate(151.2deg)}}@-webkit-keyframes loading-43{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(154.8deg);transform:rotate(154.8deg)}}@keyframes loading-43{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(154.8deg);transform:rotate(154.8deg)}}@-webkit-keyframes loading-44{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(158.4deg);transform:rotate(158.4deg)}}@keyframes loading-44{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(158.4deg);transform:rotate(158.4deg)}}@-webkit-keyframes loading-45{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(162deg);transform:rotate(162deg)}}@keyframes loading-45{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(162deg);transform:rotate(162deg)}}@-webkit-keyframes loading-46{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(165.6deg);transform:rotate(165.6deg)}}@keyframes loading-46{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(165.6deg);transform:rotate(165.6deg)}}@-webkit-keyframes loading-47{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(169.2deg);transform:rotate(169.2deg)}}@keyframes loading-47{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(169.2deg);transform:rotate(169.2deg)}}@-webkit-keyframes loading-48{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(172.8deg);transform:rotate(172.8deg)}}@keyframes loading-48{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(172.8deg);transform:rotate(172.8deg)}}@-webkit-keyframes loading-49{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(176.4deg);transform:rotate(176.4deg)}}@keyframes loading-49{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(176.4deg);transform:rotate(176.4deg)}}@-webkit-keyframes loading-50{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@keyframes loading-50{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}} \ No newline at end of file diff --git a/web/app/themes/buddyboss-theme/assets/css/login.css b/web/app/themes/buddyboss-theme/assets/css/login.css index 8f00c94a..21684cde 100644 --- a/web/app/themes/buddyboss-theme/assets/css/login.css +++ b/web/app/themes/buddyboss-theme/assets/css/login.css @@ -1,4 +1,4 @@ -.group::after { +.group:after { content: " "; display: table; clear: both; @@ -19,18 +19,15 @@ body.login .login-popup.bb-modal .h5, body.login .login-popup.bb-modal h6, body.login .login-popup.bb-modal .h6, body.login .login-popup.bb-modal hr, body.login .login-popup.bb-modal p, body.login .login-popup.bb-modal address { - margin: 0 0 1.6875rem; + 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-. */ @@ -45,7 +42,6 @@ section { /* Grouping content ========================================================================== */ - /** * Add the correct display in IE 9-. * 1. Add the correct display in IE. @@ -53,27 +49,22 @@ section { 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; - /* 2 */ } @@ -137,7 +128,6 @@ sup { /* Embedded content ========================================================================== */ - /** * Add the correct display in IE 9-. */ @@ -163,7 +153,6 @@ svg:not(:root) { /* Forms ========================================================================== */ - /** * Remove the margin in Firefox and Safari. */ @@ -181,7 +170,6 @@ textarea { */ button, input { - /* 1 */ overflow: visible; } @@ -192,7 +180,6 @@ input { */ button, select { - /* 1 */ text-transform: none; } @@ -207,7 +194,6 @@ html [type="button"], [type="reset"], [type="submit"] { appearance: button; - /* 2 */ } @@ -240,22 +226,16 @@ button:-moz-focusring, */ legend { box-sizing: border-box; - /* 1 */ color: inherit; - /* 2 */ display: table; - /* 1 */ max-width: 100%; - /* 1 */ padding: 0; - /* 3 */ white-space: normal; - /* 1 */ } @@ -265,10 +245,8 @@ legend { */ progress { display: inline-block; - /* 1 */ vertical-align: baseline; - /* 2 */ } @@ -286,10 +264,8 @@ textarea { [type="checkbox"], [type="radio"] { box-sizing: border-box; - /* 1 */ padding: 0; - /* 2 */ } @@ -307,10 +283,8 @@ textarea { */ [type="search"] { appearance: textfield; - /* 1 */ outline-offset: -2px; - /* 2 */ } @@ -329,16 +303,13 @@ textarea { */ ::-webkit-file-upload-button { appearance: button; - /* 1 */ font: inherit; - /* 2 */ } /* Interactive ========================================================================== */ - /* * Add the correct display in IE 9-. * 1. Add the correct display in Edge, IE, and Firefox. @@ -357,7 +328,6 @@ summary { /* Scripting ========================================================================== */ - /** * Add the correct display in IE 9-. */ @@ -374,7 +344,6 @@ template { /* Hidden ========================================================================== */ - /** * Add the correct display in IE 10-. */ @@ -396,7 +365,6 @@ template { */ html { box-sizing: border-box; - /* [1] */ } @@ -406,10 +374,9 @@ html { * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ *, -*::before, -*::after { +*:before, +*:after { box-sizing: inherit; - /* [1] */ } @@ -419,31 +386,23 @@ html { */ 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: 0.9375rem; @@ -461,49 +420,38 @@ body.mce-content-body { */ img { border: 0; - /* [1] */ font-style: italic; - /* [2] */ height: auto; - /* [3] */ max-width: 100%; - /* [4] */ vertical-align: middle; - /* [5] */ } /* 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; - /* 2 */ } - 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; @@ -673,18 +621,16 @@ h6, ul, ol, dd { - margin: 0 0 1.6875rem 1.6875rem; + margin: 0rem 0rem 1.6875rem 1.6875rem; padding: 0; } /** * Paragraphs */ - /** * Not strictly a paragraph, but probably doesn't need its own section. */ - /** * CODE */ @@ -698,7 +644,6 @@ pre { font-size: 14px !important; border-radius: var(--bb-block-radius-inner); } - pre code.bash, pre > code { background: transparent; border: 0; @@ -706,11 +651,9 @@ pre code.bash, pre > code { margin: 0; padding: 0; } - pre code code.bash { font-size: inherit; } - pre pre { border: 0; padding: 0; @@ -719,7 +662,7 @@ pre pre { code { padding: 0.125rem 0.375rem; - margin: 0 0.1875rem; + margin: 0rem 0.1875rem; font-size: 80%; background-color: var(--bb-content-alternate-background-color); border: 1px solid var(--bb-content-border-color); @@ -735,10 +678,8 @@ kbd, pre, samp { font-family: "Courier New", courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; - /* [1] */ font-size: 1rem; - /* 2 */ } @@ -761,7 +702,6 @@ 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; } @@ -788,7 +728,6 @@ figure:not(.wp-block-image) { ul.unstyled { margin-left: 0; } - ul.unstyled, ul.unstyled ul { list-style: none; } @@ -810,11 +749,11 @@ ul.unstyled, ul.unstyled ul { } .strong { - font-weight: 700 !important; + font-weight: bold !important; } .normal { - font-weight: 400 !important; + font-weight: normal !important; } .muted { @@ -863,8 +802,8 @@ a.muted:hover { white-space: nowrap; } -[class^="bb-icon-"]::before, -[class*=" bb-icon-"]::before { +[class^="bb-icon-"]:before, +[class*=" bb-icon-"]:before { margin-left: 0; margin-right: 0; } @@ -886,13 +825,11 @@ a.muted:hover { .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; @@ -903,7 +840,6 @@ a.muted:hover { padding-left: 0; padding-right: 0; } - .page-template-page-fullwidth-content #content #primary { max-width: 100%; } @@ -937,7 +873,6 @@ a.muted:hover { min-width: 1px; list-style: none; } - .bb-grid > *:not(.no-gutter), .bb-grid-cell:not(.no-gutter) { padding-left: 10px; @@ -1024,7 +959,6 @@ a.muted:hover { /* Extra small screen / phone */ @media (max-width: 543px) { - .bb-grid { -ms-flex-flow: row wrap; flex-flow: row wrap; @@ -1038,10 +972,8 @@ a.muted:hover { max-width: 100%; } } - /* Small screen / phone */ @media (min-width: 544px) { - .sm-grid-1-1 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -1098,10 +1030,8 @@ a.muted:hover { max-width: 75%; } } - /* Medium screen / tablet */ @media (min-width: 800px) { - .md-grid-1-1 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -1163,10 +1093,8 @@ a.muted:hover { flex-flow: row-reverse; } } - /* Large screen / desktop */ @media (min-width: 992px) { - .lg-grid-1-1 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -1228,7 +1156,6 @@ a.muted:hover { flex-flow: row-reverse; } } - table { border-spacing: 0; max-width: 100%; @@ -1240,7 +1167,6 @@ table { border: 1px solid var(--bb-content-border-color); border-radius: var(--bb-block-radius-inner); } - table.notification-settings { border: none; } @@ -1305,7 +1231,6 @@ 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 { @@ -1324,7 +1249,6 @@ table.unstyled td, table.unstyled th { padding: 1px; -webkit-overflow-scrolling: touch; } - .table-responsive table { max-width: none; } @@ -1333,40 +1257,32 @@ table.unstyled td, table.unstyled th { 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); } @@ -1409,43 +1325,36 @@ select { /* stylelint-disable selector-pseudo-element-no-unknown */ /* stylelint-enable */ } - 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 { @@ -1488,21 +1397,18 @@ select:focus { 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), 0.1); border: 1px solid rgba(var(--bb-success-color-rgb), 0.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, @@ -1511,13 +1417,11 @@ select.disabled { background-color: var(--bb-content-alternate-background-color); opacity: 0.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 { @@ -1567,7 +1471,6 @@ input.search { background-image: url("../images/svg/search.svg"); background-position: left 10px center; padding-left: 2rem; - /* opacity: 0.6; */ } @@ -1584,25 +1487,21 @@ input[type="checkbox"] { } label { - /* display: block; */ color: var(--bb-headings-color); margin-bottom: 0.25rem; font-size: 17px; } - label.checkbox, label .desc, label .success, label .error { text-transform: none; - font-weight: 400; + font-weight: normal; } - label.checkbox { font-size: 18px; line-height: 27px; cursor: pointer; color: inherit; } - label.checkbox input { margin-top: 0; } @@ -1615,7 +1514,7 @@ label.checkbox input { .req { position: relative; top: 1px; - font-weight: 700; + font-weight: bold; color: var(--bb-danger-color); font-size: 110%; } @@ -1648,11 +1547,9 @@ form, .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; @@ -1670,21 +1567,18 @@ form, 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; @@ -1697,7 +1591,7 @@ form, -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; - font-weight: 400; + font-weight: normal; border: 1px solid var(--bb-content-border-color); background-color: #f8f8f8; padding: 0 0.875rem; @@ -1709,12 +1603,10 @@ form, .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); @@ -1723,12 +1615,10 @@ form, .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; @@ -1738,7 +1628,6 @@ form, position: absolute; opacity: 0; } - .bs-styled-checkbox + label { cursor: pointer; display: inline-block; @@ -1746,8 +1635,7 @@ form, padding: 0; line-height: 1; } - -.bs-styled-checkbox + label::before { +.bs-styled-checkbox + label:before { content: ""; margin-right: 10px; display: inline-block; @@ -1758,34 +1646,29 @@ form, border-radius: var(--bb-checkbox-radius); border: 1px solid var(--bb-content-border-color); } - -.bs-styled-checkbox:focus + label::before { +.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 { +.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 { +.bs-styled-checkbox:disabled + label:before { box-shadow: none; background: #ddd; } - -.bs-styled-checkbox:checked + label::after { +.bs-styled-checkbox:checked + label:after { content: "\e876"; position: absolute; left: 3px; top: 3px; font-family: bb-icons; - font-weight: 400; + font-weight: normal; color: #fff; font-size: 14px; display: block; @@ -1795,15 +1678,13 @@ form, 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 { +.bs-styled-radio + label:before, .bs-styled-radio + .bb-radio-label:before { content: ""; display: inline-block; vertical-align: middle; @@ -1818,18 +1699,15 @@ form, 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 { +.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 { +.bs-styled-radio:checked + label:after, .bs-styled-radio:checked + .bb-radio-label:after { content: ""; background-color: var(--bb-primary-color); margin: auto; @@ -1843,18 +1721,15 @@ form, } @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, @@ -1905,7 +1780,6 @@ input[type="submit"], -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - button:focus, .button:focus, input[type="button"]:focus, @@ -1924,7 +1798,6 @@ input[type="submit"]: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, @@ -1942,12 +1815,9 @@ input[type="submit"] 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; - /* top: 1px; */ - /* margin: 0 2px; */ } - button:hover, button:focus, .button:hover, .button:focus, @@ -1985,7 +1855,6 @@ input[type="submit"]:focus, 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, @@ -2038,7 +1907,6 @@ input[type="submit"]:active, color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - button.disabled, .button.disabled, input[type="button"].disabled, @@ -2061,7 +1929,6 @@ input[type="submit"].disabled, background-color: #f5f5f5; opacity: 1; } - button.small, .button.small, input[type="button"].small, @@ -2085,7 +1952,6 @@ input[type="submit"].small, padding: 0 20px; border-radius: var(--bb-button-radius); } - button.big, .button.big, input[type="button"].big, @@ -2108,7 +1974,6 @@ input[type="submit"].big, padding: 0 40px; border-radius: var(--bb-button-radius); } - button.large, .button.large, input[type="button"].large, @@ -2131,7 +1996,6 @@ input[type="submit"].large, padding: 0 30px; border-radius: var(--bb-button-radius); } - button.full, .button.full, input[type="button"].full, @@ -2150,7 +2014,6 @@ input[type="submit"].full, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.full { width: 100%; } - button.secondary, .button.secondary, input[type="button"].secondary, @@ -2167,12 +2030,12 @@ input[type="submit"].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, @@ -2192,7 +2055,6 @@ input[type="submit"].secondary:hover, color: #1e2132; background-color: rgba(255, 255, 255, 0.05); } - button.secondary:active, .button.secondary:active, input[type="button"].secondary:active, @@ -2212,7 +2074,6 @@ input[type="submit"].secondary:active, color: #1e2132; background-color: rgba(255, 255, 255, 0.09); } - button.secondary:disabled, button.secondary.disabled, .button.secondary:disabled, .button.secondary.disabled, @@ -2247,7 +2108,6 @@ input[type="submit"].secondary.disabled, color: #c8cbcf; background-color: #f5f5f5; } - button.secondary.outline, .button.secondary.outline, input[type="button"].secondary.outline, @@ -2268,7 +2128,6 @@ input[type="submit"].secondary.outline, color: #fff; border-color: #fff; } - button.secondary.outline:hover, .button.secondary.outline:hover, input[type="button"].secondary.outline:hover, @@ -2288,7 +2147,6 @@ input[type="submit"].secondary.outline:hover, color: rgba(255, 255, 255, 0.05); border-color: rgba(255, 255, 255, 0.05); } - button.secondary.outline:active, .button.secondary.outline:active, input[type="button"].secondary.outline:active, @@ -2308,7 +2166,6 @@ input[type="submit"].secondary.outline:active, color: rgba(255, 255, 255, 0.12); border-color: rgba(255, 255, 255, 0.12); } - button.secondary.outline:disabled, button.secondary.outline.disabled, .button.secondary.outline:disabled, .button.secondary.outline.disabled, @@ -2345,7 +2202,6 @@ input[type="submit"].secondary.outline.disabled, border-color: #dedfe2; opacity: 1; } - button.secondary:focus, .button.secondary:focus, input[type="button"].secondary:focus, @@ -2364,7 +2220,6 @@ input[type="submit"].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, @@ -2385,7 +2240,6 @@ input[type="submit"].secondary: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, @@ -2405,7 +2259,6 @@ input[type="submit"].success, color: #fff; background-color: var(--bb-success-color); } - button.success:hover, .button.success:hover, input[type="button"].success:hover, @@ -2425,7 +2278,6 @@ input[type="submit"].success:hover, color: #fff; background-color: rgba(var(--bb-success-color), 0.05); } - button.success:active, .button.success:active, input[type="button"].success:active, @@ -2445,7 +2297,6 @@ input[type="submit"].success:active, color: #fff; background-color: rgba(var(--bb-success-color), 0.09); } - button.success:disabled, button.success.disabled, .button.success:disabled, .button.success.disabled, @@ -2480,7 +2331,6 @@ input[type="submit"].success.disabled, color: #c8cbcf; background-color: #f5f5f5; } - button.success.outline, .button.success.outline, input[type="button"].success.outline, @@ -2501,7 +2351,6 @@ input[type="submit"].success.outline, 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, @@ -2521,7 +2370,6 @@ input[type="submit"].success.outline:hover, color: rgba(var(--bb-success-color), 0.05); border-color: rgba(var(--bb-success-color), 0.05); } - button.success.outline:active, .button.success.outline:active, input[type="button"].success.outline:active, @@ -2541,7 +2389,6 @@ input[type="submit"].success.outline:active, color: rgba(var(--bb-success-color), 0.12); border-color: rgba(var(--bb-success-color), 0.12); } - button.success.outline:disabled, button.success.outline.disabled, .button.success.outline:disabled, .button.success.outline.disabled, @@ -2578,7 +2425,6 @@ input[type="submit"].success.outline.disabled, border-color: #dedfe2; opacity: 1; } - button.error, .button.error, input[type="button"].error, @@ -2598,7 +2444,6 @@ input[type="submit"].error, color: #fff; background-color: var(--bb-danger-color); } - button.error:hover, .button.error:hover, input[type="button"].error:hover, @@ -2618,7 +2463,6 @@ input[type="submit"].error:hover, color: #fff; background-color: rgba(var(--bb-danger-color), 0.05); } - button.error:active, .button.error:active, input[type="button"].error:active, @@ -2638,7 +2482,6 @@ input[type="submit"].error:active, color: #fff; background-color: rgba(var(--bb-danger-color), 0.09); } - button.error:disabled, button.error.disabled, .button.error:disabled, .button.error.disabled, @@ -2673,7 +2516,6 @@ input[type="submit"].error.disabled, color: #c8cbcf; background-color: #f5f5f5; } - button.error.outline, .button.error.outline, input[type="button"].error.outline, @@ -2694,7 +2536,6 @@ input[type="submit"].error.outline, 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, @@ -2714,7 +2555,6 @@ input[type="submit"].error.outline:hover, color: rgba(var(--bb-danger-color), 0.05); border-color: rgba(var(--bb-danger-color), 0.05); } - button.error.outline:active, .button.error.outline:active, input[type="button"].error.outline:active, @@ -2734,7 +2574,6 @@ input[type="submit"].error.outline:active, color: rgba(var(--bb-danger-color), 0.12); border-color: rgba(var(--bb-danger-color), 0.12); } - button.error.outline:disabled, button.error.outline.disabled, .button.error.outline:disabled, .button.error.outline.disabled, @@ -2771,7 +2610,6 @@ input[type="submit"].error.outline.disabled, border-color: #dedfe2; opacity: 1; } - button.error:hover, button.error.outline:hover, .button.error:hover, .button.error.outline:hover, @@ -2807,7 +2645,6 @@ input[type="submit"].error.outline:hover, border-color: var(--bb-danger-color); color: var(--bb-danger-color); } - button.inverted, .button.inverted, input[type="button"].inverted, @@ -2827,7 +2664,6 @@ input[type="submit"].inverted, color: #000; background-color: #fff; } - button.inverted:hover, .button.inverted:hover, input[type="button"].inverted:hover, @@ -2847,7 +2683,6 @@ input[type="submit"].inverted:hover, color: #000; background-color: rgba(255, 255, 255, 0.05); } - button.inverted:active, .button.inverted:active, input[type="button"].inverted:active, @@ -2867,7 +2702,6 @@ input[type="submit"].inverted:active, color: #000; background-color: rgba(255, 255, 255, 0.09); } - button.inverted:disabled, button.inverted.disabled, .button.inverted:disabled, .button.inverted.disabled, @@ -2902,7 +2736,6 @@ input[type="submit"].inverted.disabled, color: #c8cbcf; background-color: #f5f5f5; } - button.inverted.outline, .button.inverted.outline, input[type="button"].inverted.outline, @@ -2923,7 +2756,6 @@ input[type="submit"].inverted.outline, color: #fff; border-color: #fff; } - button.inverted.outline:hover, .button.inverted.outline:hover, input[type="button"].inverted.outline:hover, @@ -2943,7 +2775,6 @@ input[type="submit"].inverted.outline:hover, color: rgba(255, 255, 255, 0.05); border-color: rgba(255, 255, 255, 0.05); } - button.inverted.outline:active, .button.inverted.outline:active, input[type="button"].inverted.outline:active, @@ -2963,7 +2794,6 @@ input[type="submit"].inverted.outline:active, color: rgba(255, 255, 255, 0.12); border-color: rgba(255, 255, 255, 0.12); } - button.inverted.outline:disabled, button.inverted.outline.disabled, .button.inverted.outline:disabled, .button.inverted.outline.disabled, @@ -3000,7 +2830,6 @@ input[type="submit"].inverted.outline.disabled, border-color: #dedfe2; opacity: 1; } - button.inverted:hover, .button.inverted:hover, input[type="button"].inverted:hover, @@ -3019,7 +2848,6 @@ input[type="submit"].inverted:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted:hover { opacity: 0.7; } - button.round, .button.round, input[type="button"].round, @@ -3038,7 +2866,6 @@ input[type="submit"].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, @@ -3057,7 +2884,6 @@ input[type="submit"].raised, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.raised { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); } - button.outline, .button.outline, input[type="button"].outline, @@ -3081,7 +2907,6 @@ input[type="submit"].outline, border: 1px solid var(--bb-secondary-button-border-regular); box-shadow: none; } - button.outline:focus, .button.outline:focus, input[type="button"].outline:focus, @@ -3100,7 +2925,6 @@ input[type="submit"].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, @@ -3151,7 +2975,6 @@ input[type="submit"].outline:active, 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, @@ -3185,7 +3008,6 @@ input[type="submit"].outline.disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.outline.disabled { opacity: 0.5; } - button.upper, .button.upper, input[type="button"].upper, @@ -3206,7 +3028,6 @@ input[type="submit"].upper, letter-spacing: 0.04em; font-size: 14px; } - button.upper.small, .button.upper.small, input[type="button"].upper.small, @@ -3225,7 +3046,6 @@ input[type="submit"].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, @@ -3244,7 +3064,6 @@ input[type="submit"].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, @@ -3270,12 +3089,10 @@ input[type="submit"].upper.large, 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, @@ -3295,7 +3112,6 @@ input[type="submit"] { font-size: 16px; margin-bottom: 27px; } - .breadcrumbs ul { display: -webkit-box; display: -ms-flexbox; @@ -3304,34 +3120,28 @@ input[type="submit"] { -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: 0 0.625rem; + padding: 0rem 0.625rem; display: inline-block; white-space: nowrap; } - -.breadcrumbs li::after { +.breadcrumbs li:after { display: inline-block; content: "/"; color: rgba(0, 0, 0, 0.3); } - -.breadcrumbs li:last-child::after { +.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; @@ -3342,20 +3152,17 @@ input[type="submit"] { 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; @@ -3364,23 +3171,19 @@ input[type="submit"] { 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, 0.5); border-color: #e0e1e1; } - .pagination span, .pagination li.active a { color: rgba(0, 0, 0, 0.5); border-color: #e0e1e1; cursor: text; } - .pagination.upper { font-size: 14px; } @@ -3391,7 +3194,6 @@ input[type="submit"] { background: transparent; border-radius: 0; } - .bbp-pagination-links span.current { background-color: var(--bb-primary-color); color: var(--bb-body-background-color); @@ -3438,7 +3240,6 @@ input[type="submit"] { .page-links .page-numbers, .page-links .post-page-numbers { display: inline-block; - width: 28px; height: 28px; line-height: 28px; text-align: center; @@ -3446,7 +3247,51 @@ input[type="submit"] { 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-lms-pagination .page-numbers:not(.next, .prev), +.bb-lms-pagination .post-page-numbers:not(.next, .prev), +.bp-pagination-links .page-numbers:not(.next, .prev), +.bp-pagination-links .post-page-numbers:not(.next, .prev), +.bbp-pagination-links .page-numbers:not(.next, .prev), +.bbp-pagination-links .post-page-numbers:not(.next, .prev), +.woocommerce-pagination .page-numbers:not(.next, .prev), +.woocommerce-pagination .post-page-numbers:not(.next, .prev), +.llms-pagination .page-numbers:not(.next, .prev), +.llms-pagination .post-page-numbers:not(.next, .prev), +.page-links .page-numbers:not(.next, .prev), +.page-links .post-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-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, +.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, +.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, +.woocommerce-pagination .page-numbers.next, +.woocommerce-pagination .page-numbers.prev, +.woocommerce-pagination .post-page-numbers.next, +.woocommerce-pagination .post-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, +.page-links .page-numbers.next, +.page-links .page-numbers.prev, +.page-links .post-page-numbers.next, +.page-links .post-page-numbers.prev { + width: 28px; +} .bb-bp-invites-content .table-responsive a.page-numbers:not(.prev, .next), .bb-bp-invites-content .table-responsive a.post-page-numbers, .bb-lms-pagination a.page-numbers:not(.prev, .next), @@ -3464,7 +3309,6 @@ input[type="submit"] { 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.post-page-numbers:hover, .bb-lms-pagination a.page-numbers:not(.prev, .next):hover, @@ -3481,7 +3325,6 @@ input[type="submit"] { .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, @@ -3491,7 +3334,6 @@ input[type="submit"] { .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, @@ -3501,7 +3343,6 @@ input[type="submit"] { .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, @@ -3530,7 +3371,6 @@ input[type="submit"] { 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, @@ -3547,25 +3387,24 @@ input[type="submit"] { .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, -.page-links a.prev::before, -.page-links a.next::before { +.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, +.page-links a.prev:before, +.page-links a.next:before { font-family: bb-icons; speak: none; font-style: normal; - font-weight: 400; + font-weight: normal; font-variant: normal; text-transform: none; list-style: none; @@ -3573,27 +3412,24 @@ input[type="submit"] { 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, -.page-links a.prev::before { +.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, +.page-links a.prev:before { content: "\e8ab"; } - -.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, -.page-links a.next::before { +.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, +.page-links a.next:before { content: "\e827"; } - .bb-bp-invites-content .table-responsive span.page-numbers:not(.dots), .bb-bp-invites-content .table-responsive span.post-page-numbers, .bb-lms-pagination span.page-numbers:not(.dots), @@ -3611,7 +3447,6 @@ input[type="submit"] { color: var(--bb-body-background-color); background-color: var(--bb-primary-color); } - .bb-bp-invites-content .table-responsive span.page-numbers.disabled, .bb-lms-pagination span.page-numbers.disabled, .bp-pagination-links span.page-numbers.disabled, @@ -3643,13 +3478,11 @@ body.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, @@ -3658,7 +3491,6 @@ body.woocommerce nav.woocommerce-pagination ul li a:hover, body.woocommerce nav. 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, @@ -3669,7 +3501,6 @@ body.woocommerce nav.woocommerce-pagination ul li a.prev, 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, @@ -3678,7 +3509,6 @@ body.woocommerce nav.woocommerce-pagination ul li a.prev: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 { @@ -3716,7 +3546,6 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } @media (max-width: 544px) { - .push-left-sm { margin-left: 0; } @@ -3730,7 +3559,6 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, margin-top: 0; } } - .align-middle { -webkit-box-align: center; -ms-flex-align: center; @@ -3750,14 +3578,12 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } @media (max-width: 544px) { - .align-left-sm { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } } - .fixed { position: fixed; top: 0; @@ -3800,7 +3626,6 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } @media (max-width: 544px) { - .flex-column-sm { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -3815,7 +3640,6 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @media (max-width: 544px) and (max-width: 544px) { - .flex-w100-sm { -webkit-box-flex: 0 !important; -ms-flex: 0 0 100% !important; @@ -3840,19 +3664,16 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } @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; } @@ -3861,7 +3682,6 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, display: block !important; } } - .no-scroll { overflow: hidden; position: fixed; @@ -3885,7 +3705,6 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, position: relative; margin-bottom: 18px; } - .video-container iframe:not(.wp-embedded-content), .video-container object, .video-container embed { position: absolute; top: 0; @@ -3904,19 +3723,15 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, font-size: 0.75rem; opacity: 0.6; } - .close:hover { opacity: 1; } - .close.small { font-size: 0.5rem; } - .close.big { font-size: 1.125rem; } - .close.white { color: #fff; } @@ -3938,13 +3753,11 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, bottom: 0; background-color: rgba(255, 255, 255, 0.95); } - .overlay > .close { position: fixed; top: 1rem; right: 1rem; } - .overlay.black { background-color: rgba(0, 0, 0, 0.9); } @@ -3957,29 +3770,24 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, 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; @@ -4028,7 +3836,6 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, margin: 0.5cm; } } - /* Animation example, for spinners */ @@ -4053,58 +3860,47 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } @-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: 0.9; } } @keyframes loading { - 0% { opacity: 1; } - 100% { opacity: 0.9; } } @-webkit-keyframes slide-up { - to { height: 0; padding-top: 0; @@ -4112,7 +3908,6 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @keyframes slide-up { - to { height: 0; padding-top: 0; @@ -4120,7 +3915,6 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @-webkit-keyframes slide-down { - from { height: 0; padding-top: 0; @@ -4128,7 +3922,6 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @keyframes slide-down { - from { height: 0; padding-top: 0; @@ -4136,53 +3929,43 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @-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); @@ -4190,13 +3973,11 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @keyframes flip-in { - from { opacity: 0; -webkit-transform: scaleY(0); transform: scaleY(0); } - to { opacity: 1; -webkit-transform: scaleY(1); @@ -4204,13 +3985,11 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @-webkit-keyframes flip-out { - from { opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1); } - to { opacity: 0; -webkit-transform: scaleY(0); @@ -4218,13 +3997,11 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @keyframes flip-out { - from { opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1); } - to { opacity: 0; -webkit-transform: scaleY(0); @@ -4232,146 +4009,122 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @-webkit-keyframes zoom-in { - 0% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } - 50% { opacity: 1; } } @keyframes zoom-in { - 0% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } - 50% { opacity: 1; } } @-webkit-keyframes zoom-out { - 0% { opacity: 1; } - 50% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } - 100% { opacity: 0; } } @keyframes zoom-out { - 0% { opacity: 1; } - 50% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.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); @@ -4379,12 +4132,10 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @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); @@ -4392,12 +4143,10 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @-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); @@ -4405,12 +4154,10 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @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); @@ -4418,12 +4165,10 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @-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); @@ -4431,12 +4176,10 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @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); @@ -4444,128 +4187,105 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @-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(0.5rem); transform: translateX(0.5rem); } - 30% { -webkit-transform: translateX(-0.4rem); transform: translateX(-0.4rem); } - 45% { -webkit-transform: translateX(0.3rem); transform: translateX(0.3rem); } - 60% { -webkit-transform: translateX(-0.2rem); transform: translateX(-0.2rem); } - 75% { -webkit-transform: translateX(0.1rem); transform: translateX(0.1rem); } - 90% { -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes shake { - 15% { -webkit-transform: translateX(0.5rem); transform: translateX(0.5rem); } - 30% { -webkit-transform: translateX(-0.4rem); transform: translateX(-0.4rem); } - 45% { -webkit-transform: translateX(0.3rem); transform: translateX(0.3rem); } - 60% { -webkit-transform: translateX(-0.2rem); transform: translateX(-0.2rem); } - 75% { -webkit-transform: translateX(0.1rem); transform: translateX(0.1rem); } - 90% { -webkit-transform: translateX(0); transform: translateX(0); } } - .fadeIn { -webkit-animation: fade-in 250ms; animation: fade-in 250ms; @@ -4669,7 +4389,6 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, padding: 0; overflow: hidden; } - .dropdown:not(.v-select).dropdown-mobile { position: fixed; top: 0; @@ -4680,35 +4399,28 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, 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, 0.07); } - .dropdown:not(.v-select) ul li:last-child { border-bottom: none; } - .dropdown:not(.v-select) ul a { display: block; padding: 0.75rem; text-decoration: none; color: #000; } - .dropdown:not(.v-select) ul a:hover { background: rgba(0, 0, 0, 0.05); } @@ -4724,15 +4436,12 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, 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; @@ -4775,8 +4484,7 @@ button[data-balloon] { position: relative; cursor: pointer; } - -[data-balloon]::after { +[data-balloon]:after { opacity: 0; pointer-events: none; -webkit-transition: all 0.18s ease-out 0.18s; @@ -4795,8 +4503,7 @@ button[data-balloon] { white-space: nowrap; z-index: 10; } - -[data-balloon]::before { +[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; @@ -4809,26 +4516,21 @@ button[data-balloon] { 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 { +[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 { +[data-balloon].font-awesome:after { font-family: FontAwesome; } - -[data-balloon][data-balloon-break]::after { +[data-balloon][data-balloon-break]:after { white-space: pre; } - -[data-balloon][data-balloon-blunt]::before, [data-balloon][data-balloon-blunt]::after { +[data-balloon][data-balloon-blunt]:before, [data-balloon][data-balloon-blunt]:after { -webkit-transition: none; transition: none; } - -[data-balloon][data-balloon-pos="up"]::after { +[data-balloon][data-balloon-pos="up"]:after { bottom: 100%; left: 50%; margin-bottom: 11px; @@ -4839,8 +4541,7 @@ button[data-balloon] { -ms-transform-origin: top; transform-origin: top; } - -[data-balloon][data-balloon-pos="up"]::before { +[data-balloon][data-balloon-pos="up"]:before { bottom: 100%; left: 50%; margin-bottom: 5px; @@ -4851,20 +4552,17 @@ button[data-balloon] { -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 { +[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 { +[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 { +[data-balloon][data-balloon-pos="up-left"]:after { bottom: 100%; left: 0; margin-bottom: 11px; @@ -4875,8 +4573,7 @@ button[data-balloon] { -ms-transform-origin: top; transform-origin: top; } - -[data-balloon][data-balloon-pos="up-left"]::before { +[data-balloon][data-balloon-pos="up-left"]:before { bottom: 100%; left: 5px; margin-bottom: 5px; @@ -4887,20 +4584,17 @@ button[data-balloon] { -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 { +[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 { +[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 { +[data-balloon][data-balloon-pos="up-right"]:after { bottom: 100%; right: 0; margin-bottom: 11px; @@ -4911,8 +4605,7 @@ button[data-balloon] { -ms-transform-origin: top; transform-origin: top; } - -[data-balloon][data-balloon-pos="up-right"]::before { +[data-balloon][data-balloon-pos="up-right"]:before { bottom: 100%; right: 5px; margin-bottom: 5px; @@ -4923,20 +4616,17 @@ button[data-balloon] { -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 { +[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 { +[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 { +[data-balloon][data-balloon-pos="down"]:after { left: 50%; margin-top: 11px; top: 100%; @@ -4944,8 +4634,7 @@ button[data-balloon] { -ms-transform: translate(-50%, -10px); transform: translate(-50%, -10px); } - -[data-balloon][data-balloon-pos="down"]::before { +[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; @@ -4957,20 +4646,17 @@ button[data-balloon] { -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 { +[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 { +[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 { +[data-balloon][data-balloon-pos="down-left"]:after { left: 0; margin-top: 11px; top: 100%; @@ -4978,8 +4664,7 @@ button[data-balloon] { -ms-transform: translate(0, -10px); transform: translate(0, -10px); } - -[data-balloon][data-balloon-pos="down-left"]::before { +[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; @@ -4991,20 +4676,17 @@ button[data-balloon] { -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 { +[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 { +[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 { +[data-balloon][data-balloon-pos="down-right"]:after { right: 0; margin-top: 11px; top: 100%; @@ -5012,8 +4694,7 @@ button[data-balloon] { -ms-transform: translate(0, -10px); transform: translate(0, -10px); } - -[data-balloon][data-balloon-pos="down-right"]::before { +[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; @@ -5025,20 +4706,17 @@ button[data-balloon] { -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 { +[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 { +[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 { +[data-balloon][data-balloon-pos="left"]:after { margin-right: 11px; right: 100%; top: 50%; @@ -5046,8 +4724,7 @@ button[data-balloon] { -ms-transform: translate(10px, -50%); transform: translate(10px, -50%); } - -[data-balloon][data-balloon-pos="left"]::before { +[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; @@ -5059,20 +4736,17 @@ button[data-balloon] { -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 { +[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 { +[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 { +[data-balloon][data-balloon-pos="right"]:after { left: 100%; margin-left: 11px; top: 50%; @@ -5080,8 +4754,7 @@ button[data-balloon] { -ms-transform: translate(-10px, -50%); transform: translate(-10px, -50%); } - -[data-balloon][data-balloon-pos="right"]::before { +[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; @@ -5093,57 +4766,48 @@ button[data-balloon] { -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 { +[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 { +[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 { +[data-balloon][data-balloon-length="small"]:after { white-space: normal; width: 80px; } - -[data-balloon][data-balloon-length="medium"]::after { +[data-balloon][data-balloon-length="medium"]:after { white-space: normal; width: 150px; } - -[data-balloon][data-balloon-length="large"]::after { +[data-balloon][data-balloon-length="large"]:after { white-space: normal; width: 260px; } - -[data-balloon][data-balloon-length="xlarge"]::after { +[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 { + [data-balloon][data-balloon-length="xlarge"]:after { white-space: normal; width: 90vw; } } - -[data-balloon][data-balloon-length="fit"]::after { +[data-balloon][data-balloon-length="fit"]:after { white-space: normal; width: 100%; } -[data-bp-tooltip]::after { +[data-bp-tooltip]:after { background: rgba(var(--bb-tooltip-background-rgb), 0.95); color: var(--bb-tooltip-color); } - -[data-bp-tooltip]::before { +[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; @@ -5156,7 +4820,6 @@ button[data-balloon] { html { margin-right: 0 !important; - /* Fix magnificpopup double scroll bar */ } @@ -5169,7 +4832,6 @@ body.login { font-size: 14px; line-height: 1.4em; } - body.login form { background-color: transparent; border: none; @@ -5178,13 +4840,11 @@ body.login form { margin-left: -2px; margin-right: -2px; } - body.login input, body.login textarea, body.login select { vertical-align: baseline; } - body.login #login, body.login p.forgetmenot label { color: var(--bb-admin-screen-txt-color); @@ -5219,19 +4879,16 @@ body.login.bb-template-v2 .mfp-content div#privacy-modal { } @media (min-width: 992px) { - .login.bb-login #login { padding-top: 5%; padding-bottom: 5%; } } @media (max-width: 360px) { - .login.bb-login #login { width: 84%; } } - .login.bb-login #login > h1 > a { margin-bottom: 15px; height: auto; @@ -5254,13 +4911,11 @@ img.bs-cs-login-logo.private-on { width: auto; color: var(--bb-login-register-link-color-regular); } - .login h1 a.bb-login-title:hover, .login h1 a.bb-login-title:focus { color: var(--bb-login-register-link-color-hover); } body.login.login-split-page .login-split { - /* display: none; */ } @@ -5276,7 +4931,6 @@ body.login.login-split-page .login-split { justify-content: center; position: relative; } - body.login.login-split-page .login-split .split-overlay { width: 100%; height: 100%; @@ -5293,7 +4947,6 @@ body.login.login-split-page .login-split div { body.login.login-split-page .login-split__entry { padding: 80px 0; } - body.login.login-split-page .login-split__entry h1 { color: var(--bb-login-custom-heading-color); text-align: left; @@ -5310,19 +4963,20 @@ body.login.login-split-page .login-split .login-split__entry { z-index: 9; } -@media (max-width: 800px) { +body.login.login-split-page #language-switcher { + margin-top: 20px; +} +@media (max-width: 800px) { body.login.login-split-page .login-split .login-split__entry { width: 80%; } } @media (max-width: 544px) { - body.login.login-split-page .login-split .login-split__entry { width: 85%; } } - body.login.login-split-page .login-split__entry p { font-size: 16px; line-height: 1.4; @@ -5344,6 +4998,14 @@ body.login.login-split-page #login h1 a { } @media (min-width: 992px) { + body.login.login-split-page .grecaptcha-badge[data-style="bottomleft"] { + left: -webkit-calc(-50vw - 186px) !important; + left: calc(-50vw - 186px) !important; + } + body.login.login-split-page .grecaptcha-badge[data-style="bottomleft"]:hover { + left: -webkit-calc(-50vw) !important; + left: calc(-50vw) !important; + } body.login.login-split-page .login-split { width: 50%; @@ -5371,6 +5033,17 @@ body.login.login-split-page #login h1 a { width: 50vw; padding: 30px -webkit-calc((50vw - 450px) / 2); padding: 30px calc((50vw - 450px) / 2); + 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; + min-height: 100%; } body.login.login-split-page.login-exh #login { @@ -5380,21 +5053,12 @@ body.login.login-split-page #login h1 a { } body.login.login-split-page .language-switcher { - position: absolute; - left: 50%; padding-top: 15px; - width: 50vw; - padding-left: -webkit-calc((50vw - 450px) / 2); - padding-left: calc((50vw - 450px) / 2); - padding-right: -webkit-calc((50vw - 450px) / 2); - padding-right: calc((50vw - 450px) / 2); } } @media screen and (max-width: 991px) { - body.login.login-split-page .language-switcher { top: initial !important; - margin-top: -25px; } body.login.login-split-page #login { @@ -5403,18 +5067,15 @@ body.login.login-split-page #login h1 a { } } @media (max-width: 800px) { - body.login.login-split-page #login { width: 80%; } } @media (max-width: 544px) { - body.login.login-split-page #login { width: 85%; } } - body.login:not(.login-split-page) .language-switcher { margin-top: -25px; } @@ -5456,19 +5117,18 @@ body.login:not(.login-split-page) .language-switcher { display: block; position: relative; } - .login form label[for="user_login"] br, .login form label[for="user_pass"] br { display: none; } -.user-pass-wrap .wp-pwd::before, -.login form#loginform label[for="user_login"]::before, -.login form#loginform label[for="user_pass"]::before { +.user-pass-wrap .wp-pwd:before, +.login form#loginform label[for="user_login"]:before, +.login form#loginform label[for="user_pass"]:before { font-family: bb-icons; font-size: 16px; font-style: normal; - font-weight: 400; + font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; @@ -5484,7 +5144,7 @@ body.login:not(.login-split-page) .language-switcher { left: 10px; } -.login form#loginform label[for="user_login"]::before { +.login form#loginform label[for="user_login"]:before { content: "\ef52"; color: var(--bb-body-text-color); } @@ -5496,19 +5156,17 @@ body.login:not(.login-split-page) .language-switcher { .login .user-pass-wrap .wp-pwd { position: relative; } - -.login .user-pass-wrap .wp-pwd::before { +.login .user-pass-wrap .wp-pwd:before { content: "\eebf"; font-size: 20px; top: 10px; color: var(--bb-body-text-color); } - .login .user-pass-wrap .wp-pwd .dashicons { font-family: bb-icons; font-size: 18px; font-style: normal; - font-weight: 400; + font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; @@ -5525,21 +5183,18 @@ body.login:not(.login-split-page) .language-switcher { color: #122b46; opacity: 0.5; } - -.login .user-pass-wrap .wp-pwd .dashicons::before { +.login .user-pass-wrap .wp-pwd .dashicons:before { content: "\ee6a"; } - -.login .user-pass-wrap .wp-pwd .dashicons-visibility::before { +.login .user-pass-wrap .wp-pwd .dashicons-visibility:before { content: "\ee69"; } -.login form#loginform label[for="user_pass"]::before { +.login form#loginform label[for="user_pass"]:before { content: "\eebf"; font-size: 20px; top: 12px; } - .login form#loginform label[for="user_pass"] .label-switch { position: absolute; top: 15px; @@ -5549,16 +5204,14 @@ body.login:not(.login-split-page) .language-switcher { transition: all 0.3s ease; opacity: 0.5; } - -.login form#loginform label[for="user_pass"] .label-switch.bb-eye::after { +.login form#loginform label[for="user_pass"] .label-switch.bb-eye:after { content: "\ee69"; } - -.login form#loginform label[for="user_pass"] .label-switch::after { +.login form#loginform label[for="user_pass"] .label-switch:after { content: "\ee6a"; font-family: bb-icons; font-style: normal; - font-weight: 400; + font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; @@ -5590,7 +5243,6 @@ body.login:not(.login-split-page) .language-switcher { margin: 20px 0 0; font-size: 14px; } - .login.bb-login .button-primary:hover, .login.wp-core-ui .button-primary:hover, .login.bb-login .wp-generate-pw:hover { @@ -5598,7 +5250,6 @@ body.login:not(.login-split-page) .language-switcher { border-color: var(--bb-login-register-button-border-color-hover); color: var(--bb-login-register-button-text-color-hover); } - .login.bb-login .button-primary:active, .login.wp-core-ui .button-primary:active, .login.bb-login .wp-generate-pw:active { @@ -5614,14 +5265,12 @@ body.login:not(.login-split-page) .language-switcher { color: var(--bb-secondary-button-text-regular); border-radius: var(--bb-button-radius); } - .language-switcher .button:hover, .bb-login.wp-core-ui .language-switcher .button:hover { background-color: var(--bb-secondary-button-background-hover); border-color: var(--bb-secondary-button-border-hover); color: var(--bb-secondary-button-text-hover); } - .language-switcher select, .bb-login.wp-core-ui .language-switcher select { border-radius: var(--bb-input-radius); @@ -5629,7 +5278,7 @@ body.login:not(.login-split-page) .language-switcher { border: 1px solid var(--bb-content-border-color); } -.language-switcher .dashicons.dashicons-translation::before { +.language-switcher .dashicons.dashicons-translation:before { color: var(--bb-admin-screen-txt-color); } @@ -5641,12 +5290,10 @@ body.login:not(.login-split-page) .language-switcher { line-height: 40px; padding: 0 30px; border-radius: 50px; - margin-right: 15px; outline: none; box-shadow: none; min-width: 160px; } - .admin-email__actions .admin-email__actions-primary a.button:hover { border-color: var(--bb-login-register-button-border-color-hover); color: var(--bb-login-register-button-background-color-hover); @@ -5661,7 +5308,6 @@ body.login:not(.login-split-page) .language-switcher { padding-right: 30px; background-size: auto; } - .bb-template-v2 .language-switcher select:focus, .bb-template-v2.bb-login.wp-core-ui .language-switcher select:focus { color: var(--bb-body-text-color); border-color: var(--bb-input-focus-border-color); @@ -5673,7 +5319,6 @@ body.login:not(.login-split-page) .language-switcher { padding: 0 20px; width: 100%; } - .login-action-confirm_admin_email.login-split-page #login { max-width: 100%; } @@ -5684,12 +5329,10 @@ body.login:not(.login-split-page) .language-switcher { } @media (max-width: 782px) { - .login.bb-login .button-primary { line-height: 28px; } } - .login .login-heading { margin: 35px 0 10px; display: -webkit-box; @@ -5712,7 +5355,6 @@ body.login:not(.login-split-page) .language-switcher { .login .message#bp_member_switching_switch_on { background-color: #a8aab4; } - .login .message#bp_member_switching_switch_on a { vertical-align: middle; margin-top: 2px; @@ -5759,7 +5401,6 @@ body.login .login-heading a { text-decoration: none; color: var(--bb-login-register-link-color-regular); } - body.login .login-heading a:hover, body.login .login-heading a:focus { color: var(--bb-login-register-link-color-hover); } @@ -5769,7 +5410,6 @@ body.login .login-heading a:hover, body.login .login-heading a:focus { box-shadow: none; color: var(--bb-login-register-link-color-regular); } - .login a:hover { color: var(--bb-login-register-link-color-hover); } @@ -5780,7 +5420,7 @@ body.login .login-heading a:hover, body.login .login-heading a:focus { } .login form .forgetmenot label strong { - font-weight: 400; + font-weight: normal; } .login.bb-login #login p#nav, @@ -5795,9 +5435,8 @@ body.login .login-heading a:hover, body.login .login-heading a:focus { padding-top: 4px; position: relative; } - .login.bb-login form .forgetmenot input[type="checkbox"], -.login.bb-login form .forgetmenot input[type="checkbox"]::before { +.login.bb-login form .forgetmenot input[type="checkbox"]:before { margin: 0; width: 20px; height: 20px; @@ -5805,7 +5444,6 @@ body.login .login-heading a:hover, body.login .login-heading a:focus { left: 0; top: 4px; } - .login.bb-login form .forgetmenot input[type="checkbox"]:focus + .checkbox { border-color: var(--bb-input-focus-border-color); box-shadow: var(--bb-input-focus-shadow); @@ -5818,9 +5456,8 @@ body.login .login-heading a:hover, body.login .login-heading a:focus { padding-top: 4px; position: relative; } - .login.bb-login form .pw-weak input[type="checkbox"], -.login.bb-login form .pw-weak input[type="checkbox"]::before { +.login.bb-login form .pw-weak input[type="checkbox"]:before { margin: 0; width: 20px; height: 20px; @@ -5828,7 +5465,6 @@ body.login .login-heading a:hover, body.login .login-heading a:focus { left: 0; top: 4px; } - .login.bb-login form .pw-weak input[type="checkbox"]:focus + .checkbox { border-color: var(--bb-input-focus-border-color); box-shadow: var(--bb-input-focus-shadow); @@ -5843,8 +5479,8 @@ body.login .login-heading a:hover, body.login .login-heading a:focus { align-items: center; -ms-flex-flow: row wrap; flex-flow: row wrap; + gap: 10px; } - .admin-email__actions-primary #correct-admin-email { margin: 0; width: auto; @@ -5888,8 +5524,7 @@ span.checkbox.on { border-color: var(--bb-primary-color); border-radius: var(--bb-checkbox-radius); } - -span.checkbox.on::before { +span.checkbox.on:before { color: #fff; content: "\e876"; font-family: bb-icons; @@ -5928,7 +5563,6 @@ form#lostpasswordform a.bs-sign-in:hover { .login form#resetpassform .password-input-wrapper { width: 100%; } - .login form#resetpassform .password-input-wrapper .button.button-secondary { text-align: center; vertical-align: baseline; @@ -6007,13 +5641,57 @@ form#lostpasswordform a.bs-sign-in:hover { } #bs-pass2 { + margin-bottom: 0; +} + +.user-bs-pass2-wrap { margin-bottom: 20px; + position: relative; +} +.user-bs-pass2-wrap .button-reset-hide-pw { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.user-bs-pass2-wrap .button-reset-hide-pw i { + font-size: 18px; + color: #122b46; + opacity: 0.5; +} + +#resetpassform .wp-pwd .wp-hide-pw .dashicons { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +#resetpassform .wp-pwd .wp-hide-pw .dashicons:before { + font-family: bb-icons; + font-style: normal; + font-weight: normal; + speak: none; + display: inline-block; + text-decoration: inherit; + font-variant: normal; + font-size: 18px; + color: #122b46; + opacity: 0.5; +} +#resetpassform .wp-pwd .wp-hide-pw .dashicons-hidden:before { + content: "\ee6a"; +} +#resetpassform .wp-pwd .wp-hide-pw .dashicons-visibility:before { + content: "\ee69"; } .login.login-action-lostpassword.bb-login form#lostpasswordform p.submit { text-align: center; } - .login.login-action-lostpassword.bb-login form#lostpasswordform p.submit input#wp-submit { float: none; } @@ -6032,20 +5710,18 @@ form#lostpasswordform a:focus.bs-sign-in { } span.apsl-login-new-text { - font-weight: 400; + font-weight: normal; } .apsl-login-networks.theme-1 .apsl-icon-block .fa { -webkit-transition-property: none; transition-property: none; - /* AccessPress Social Login fix */ } body.login .privacy-policy-page-link { margin: 2em 0; } - body.login .privacy-policy-page-link a { font-weight: 600; } @@ -6064,20 +5740,17 @@ body.login .login-popup.bb-modal { line-height: 1.6875rem; color: var(--bb-body-text-color); } - body.login .login-popup.bb-modal ul, body.login .login-popup.bb-modal ol, body.login .login-popup.bb-modal dd { - margin: 0 0 1.6875rem 1.6875rem; + margin: 0rem 0rem 1.6875rem 1.6875rem; padding: 0; } - body.login .login-popup.bb-modal .mfp-close, body.login .login-popup.bb-modal .mfp-close:hover { background-color: transparent; box-shadow: none; } - body.login .login-popup.bb-modal p { margin: 0 0 1.6875rem; } @@ -6109,12 +5782,17 @@ body.login .mfp-bg { } @media (max-width: 992px) { - body.login .login-popup.bb-modal { padding: 40px 20px; } } - .bb-modal iframe { margin-bottom: 1.6875rem; } + +div.bb-sso-container .bb-sso-button-default { + background-color: var(--bb-content-background-color); + border-color: var(--bb-content-border-color); + color: var(--bb-secondary-button-text-regular); + border-radius: var(--bb-button-radius); +} diff --git a/web/app/themes/buddyboss-theme/assets/css/login.css.map b/web/app/themes/buddyboss-theme/assets/css/login.css.map index 5c64e358..d6aaba25 100644 --- a/web/app/themes/buddyboss-theme/assets/css/login.css.map +++ b/web/app/themes/buddyboss-theme/assets/css/login.css.map @@ -1,6 +1,6 @@ { "version": 3, -"mappings": "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", +"mappings": "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", "sources": ["scss/functions/components/_utils.scss","scss/functions/components/_functions.scss","scss/elements/components/_normalize.scss","scss/functions/components/_variables.scss","scss/elements/components/_colors.scss","scss/elements/components/_typography.scss","scss/elements/components/_icons.scss","scss/elements/components/_grid.scss","scss/elements/components/_tables.scss","scss/elements/components/_forms.scss","scss/functions/components/_flex.scss","scss/elements/components/_buttons.scss","scss/functions/components/_buttons.scss","scss/elements/components/_breadcrumbs.scss","scss/elements/components/_pagination.scss","scss/elements/components/_positioning.scss","scss/functions/components/_breakpoints.scss","scss/elements/components/_utils.scss","scss/elements/components/_print.scss","scss/elements/components/_animation.scss","scss/elements/components/_dropdown.scss","scss/elements/components/_messages.scss","scss/elements/components/_tooltips.scss","scss/theme/login/components/_login.scss"], "names": [], "file": "login.css" diff --git a/web/app/themes/buddyboss-theme/assets/css/login.min.css b/web/app/themes/buddyboss-theme/assets/css/login.min.css index bcce7fd5..d1261f8e 100644 --- a/web/app/themes/buddyboss-theme/assets/css/login.min.css +++ b/web/app/themes/buddyboss-theme/assets/css/login.min.css @@ -1,1449 +1 @@ -.group::after{content:" ";display:table;clear:both} - -.h1,.h2,.h3,.h4,.h5,.h6,address,body.login .login-popup.bb-modal .h1,body.login .login-popup.bb-modal .h2,body.login .login-popup.bb-modal .h3,body.login .login-popup.bb-modal .h4,body.login .login-popup.bb-modal .h5,body.login .login-popup.bb-modal .h6,body.login .login-popup.bb-modal address,body.login .login-popup.bb-modal h1,body.login .login-popup.bb-modal h2,body.login .login-popup.bb-modal h3,body.login .login-popup.bb-modal h4,body.login .login-popup.bb-modal h5,body.login .login-popup.bb-modal h6,body.login .login-popup.bb-modal hr,body.login .login-popup.bb-modal p,h1,h2,h3,h4,h5,h6,hr,p{margin:0 0 1.6875rem;padding:0}/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */article,aside,footer,header,nav,section{display:block} - -figcaption,figure,main{display:block} - -abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted} - -b,strong{font-weight:inherit} - -b,strong{font-weight:bolder} - -dfn{font-style:italic} - -mark{background-color:#ff0;color:#000} - -small{font-size:80%} - -sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline} - -sub{bottom:-.25em} - -sup{top:-.5em} - -audio,video{display:inline-block} - -audio:not([controls]){display:none;height:0} - -svg:not(:root){overflow:hidden} - -button,input,optgroup,select,textarea{margin:0} - -button,input{overflow:visible} - -button,select{text-transform:none} - -[type=reset],[type=submit],button,html [type=button]{appearance:button} - -[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0} - -[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText} - -legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal} - -progress{display:inline-block;vertical-align:baseline} - -textarea{overflow:auto} - -[type=checkbox],[type=radio]{box-sizing:border-box;padding:0} - -[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto} - -[type=search]{appearance:textfield;outline-offset:-2px} - -[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none} - -::-webkit-file-upload-button{appearance:button;font:inherit} - -details,menu{display:block} - -summary{display:list-item} - -canvas{display:inline-block} - -template{display:none} - -[hidden]{display:none} - -html{box-sizing:border-box} - -*,::after,::before{box-sizing:inherit} - -body{background-color:var(--bb-body-background-color);color:var(--bb-body-text-color);margin:0;font-family:-apple-system,blinkmacsystemfont,"Segoe UI",roboto,oxygen-sans,ubuntu,cantarell,"Helvetica Neue",sans-serif;font-size:16px;line-height:1.6875rem;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;overflow-x:hidden} - -body.mce-content-body{font-family:inherit;margin:.9375rem} - -img{border:0;font-style:italic;height:auto;max-width:100%;vertical-align:middle} - -a{background-color:transparent;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} - -.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,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:var(--bb-headings-color);font-family:-apple-system,blinkmacsystemfont,"Segoe UI",roboto,oxygen-sans,ubuntu,cantarell,"Helvetica Neue",sans-serif} - -dd,ol,ul{margin:0 0 1.6875rem 1.6875rem;padding:0} - -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:0 0;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:0 .1875rem;font-size:80%;background-color:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);border-radius:3px} - -code,kbd,pre,samp{font-family:"Courier New",courier,"Lucida Sans Typewriter","Lucida Typewriter",monospace;font-size:1rem} - -blockquote,q{font-size:1.25rem;font-weight:300;font-style:italic;color:var(--bb-body-text-color);line-height:1.637} - -hr{background-color:var(--bb-content-border-color);border:0;box-sizing:content-box;height:2px} - -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:700!important} - -.normal{font-weight:400!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-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} - -.bb-grid{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:-10px;margin-right:-10px;-ms-flex-wrap:wrap;flex-wrap:wrap} - -.bb-grid-cell,.bb-grid>*{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1px;list-style:none} - -.bb-grid-cell:not(.no-gutter),.bb-grid>:not(.no-gutter){padding-left:10px;padding-right:10px} - -.site-content-grid>style{display:none} - -.grid-reverse{-ms-flex-flow:row-reverse;flex-flow:row-reverse} - -.align-items-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.align-items-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end} - -.align-items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -.align-self-top{-ms-flex-item-align:start;align-self:flex-start} - -.align-self-bottom{-ms-flex-item-align:end;align-self:flex-end} - -.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}@media (max-width:543px){ - -.bb-grid{-ms-flex-flow:row wrap;flex-flow:row wrap} - -.bb-grid-cell,.bb-grid>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@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%}}@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}}@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} - -td.align-middle,tr.align-middle td{vertical-align:middle} - -td,th{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 td,tfoot th{color:var(--bb-alternate-text-color)} - -table tr:last-child td,table tr:last-child th{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 td,.wp-block-table table th{border-color:var(--bb-content-border-color);border-right:1px solid var(--bb-content-border-color)} - -.wp-block-table table tr td:last-child,.wp-block-table table tr th:last-child{border-right:0} - -.wp-block-table table td:first-child,.wp-block-table table th:first-child{padding-left:1rem} - -.wp-block-table table td:last-child,.wp-block-table table th: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,select,textarea{display:inline-block;font-family:inherit;font-style:inherit;font-size:15px;height:41px;outline:0;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,select.placeholder,textarea.placeholder{color:#c3c6c9} - -input:placeholder,select:placeholder,textarea:placeholder{color:#c3c6c9} - -input::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#c3c6c9} - -input:-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#c3c6c9} - -input::placeholder,select::placeholder,textarea::placeholder{color:#c3c6c9} - -input:input-placeholder,select:input-placeholder,textarea:input-placeholder{color:#c3c6c9} - -input::input-placeholder,select::input-placeholder,textarea::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,select.small,textarea.small{height:34px;font-size:13px;padding:0 12px;border-radius:var(--bb-input-radius)} - -input.big,select.big,textarea.big{height:48px;font-size:17px;padding:0 12px;border-radius:var(--bb-input-radius)} - -input:focus,select:focus,textarea:focus{outline:0;background-color:var(--bb-content-background-color);box-shadow:var(--bb-input-focus-shadow);border-color:var(--bb-input-focus-border-color)} - -input.success,select.success,textarea.success{background-color:rgba(var(--bb-success-color-rgb),.1);border:1px solid rgba(var(--bb-success-color-rgb),.15)} - -input.success:focus,select.success:focus,textarea.success:focus{border-color:var(--bb-success-color);box-shadow:none} - -input.disabled,input:disabled,select.disabled,select:disabled,textarea.disabled,textarea:disabled{background-color:var(--bb-content-alternate-background-color);opacity:.75} - -input.error,select.error,textarea.error{border-color:rgba(var(--bb-danger-color-rgb),1)} - -input.error:focus,select.error:focus,textarea.error:focus{border-color:var(--bb-danger-color);box-shadow:none} - -select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:right 1rem center;padding-right:40px} - -select[multiple]{background-image:none;height:auto;padding:.5rem .75rem} - -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:0 0;box-shadow:none;display:inline-block} - -input.search,input[name=bbp_search],input[type=search]{background-repeat:no-repeat;background-size:16px;background-image:url(../images/svg/search.svg);background-position:left 10px center;padding-left:2rem} - -input.select2-search__field{background:0 0} - -input[type=checkbox],input[type=radio]{display:inline-block;width:auto;height:auto;padding:0} - -label{color:var(--bb-headings-color);margin-bottom:.25rem;font-size:17px} - -label .desc,label .error,label .success,label.checkbox{text-transform:none;font-weight:400} - -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:700;color:var(--bb-danger-color);font-size:110%} - -div.desc,span.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-item,form{margin-bottom:2rem} - -.form>.form-item:last-child{margin-bottom:0} - -.form .row:last-child .form-item{margin-bottom:0} - -.form span.error,.form span.success{font-size:14px;line-height:20px;margin-left:.25rem} - -.form-inline input,.form-inline select,.form-inline textarea{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:400;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:"\e876";position:absolute;left:3px;top:3px;font-family:bb-icons;font-weight:400;color:#fff;font-size:14px;display:block} - -.bs-styled-radio{position:absolute;opacity:0} - -.bs-styled-radio+.bb-radio-label,.bs-styled-radio+label{display:inline-block;position:relative;cursor:pointer;padding:0} - -.bs-styled-radio+.bb-radio-label::before,.bs-styled-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+.bb-radio-label,.bs-styled-radio:disabled+label{color:#b8b8b8;cursor:auto} - -.bs-styled-radio:disabled+.bb-radio-label::before,.bs-styled-radio:disabled+label::before{box-shadow:none;background:#ddd} - -.bs-styled-radio:checked+.bb-radio-label::after,.bs-styled-radio:checked+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%}} - -input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none} - -.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,.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,.button,button,input[type=button],input[type=submit]{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:0;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} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment: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,.button:focus,button:focus,input[type=button]:focus,input[type=submit]:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.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,.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,.button i,button i,input[type=button] i,input[type=submit] i{position:relative} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel: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:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:hover,.buddypress .buddypress-wrap .comment-reply-link:focus,.buddypress .buddypress-wrap .comment-reply-link:hover,.buddypress .buddypress-wrap .generic-button a:focus,.buddypress .buddypress-wrap .generic-button a:hover,.buddypress .buddypress-wrap a.bp-title-button:focus,.buddypress .buddypress-wrap a.bp-title-button:hover,.buddypress .buddypress-wrap a.button:focus,.buddypress .buddypress-wrap a.button:hover,.buddypress .buddypress-wrap button:focus,.buddypress .buddypress-wrap button:hover,.buddypress .buddypress-wrap input[type=button]:focus,.buddypress .buddypress-wrap input[type=button]:hover,.buddypress .buddypress-wrap input[type=reset]:focus,.buddypress .buddypress-wrap input[type=reset]:hover,.buddypress .buddypress-wrap input[type=submit]:focus,.buddypress .buddypress-wrap input[type=submit]:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:focus,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:hover,.button:focus,.button:hover,button:focus,button:hover,input[type=button]:focus,input[type=button]:hover,input[type=submit]:focus,input[type=submit]:hover{outline:0;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)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save:active,.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:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:hover,.buddypress .buddypress-wrap .comment-reply-link:active,.buddypress .buddypress-wrap .comment-reply-link:focus,.buddypress .buddypress-wrap .comment-reply-link:hover,.buddypress .buddypress-wrap .generic-button a:active,.buddypress .buddypress-wrap .generic-button a:focus,.buddypress .buddypress-wrap .generic-button a:hover,.buddypress .buddypress-wrap a.bp-title-button:active,.buddypress .buddypress-wrap a.bp-title-button:focus,.buddypress .buddypress-wrap a.bp-title-button:hover,.buddypress .buddypress-wrap a.button:active,.buddypress .buddypress-wrap a.button:focus,.buddypress .buddypress-wrap a.button:hover,.buddypress .buddypress-wrap button:active,.buddypress .buddypress-wrap button:focus,.buddypress .buddypress-wrap button:hover,.buddypress .buddypress-wrap input[type=button]:active,.buddypress .buddypress-wrap input[type=button]:focus,.buddypress .buddypress-wrap input[type=button]:hover,.buddypress .buddypress-wrap input[type=reset]:active,.buddypress .buddypress-wrap input[type=reset]:focus,.buddypress .buddypress-wrap input[type=reset]:hover,.buddypress .buddypress-wrap input[type=submit]:active,.buddypress .buddypress-wrap input[type=submit]:focus,.buddypress .buddypress-wrap input[type=submit]:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:active,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:focus,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:hover,.button:active,.button:focus,.button:hover,button:active,button:focus,button:hover,input[type=button]:active,input[type=button]:focus,input[type=button]:hover,input[type=submit]:active,input[type=submit]:focus,input[type=submit]:hover{outline:0;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)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.disabled,button.disabled,input[type=button].disabled,input[type=submit].disabled{cursor:default;font-style:normal;color:#c8cbcf;background-color:#f5f5f5;opacity:1} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.small,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.small,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.small,button.small,input[type=button].small,input[type=submit].small{font-size:14px;font-weight:500;min-height:34px;line-height:34px;padding:0 20px;border-radius:var(--bb-button-radius)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.big,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.big,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.big,button.big,input[type=button].big,input[type=submit].big{font-size:16px;min-height:62px;line-height:62px;padding:0 40px;border-radius:var(--bb-button-radius)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.large,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.large,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.large,button.large,input[type=button].large,input[type=submit].large{font-size:16px;min-height:50px;line-height:50px;padding:0 30px;border-radius:var(--bb-button-radius)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.full,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.full,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.full,button.full,input[type=button].full,input[type=submit].full{width:100%} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary,button.secondary,input[type=button].secondary,input[type=submit].secondary{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)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary:hover,button.secondary:hover,input[type=button].secondary:hover,input[type=submit].secondary:hover{color:#1e2132;background-color:rgba(255,255,255,.05)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary:active,button.secondary:active,input[type=button].secondary:active,input[type=submit].secondary:active{color:#1e2132;background-color:rgba(255,255,255,.09)} - -.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.action-save.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.secondary.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{color:#c8cbcf;background-color:#f5f5f5} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary.outline,button.secondary.outline,input[type=button].secondary.outline,input[type=submit].secondary.outline{background:0 0;color:#fff;border-color:#fff} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary.outline:hover,button.secondary.outline:hover,input[type=button].secondary.outline:hover,input[type=submit].secondary.outline:hover{color:rgba(255,255,255,.05);border-color:rgba(255,255,255,.05)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary.outline:active,button.secondary.outline:active,input[type=button].secondary.outline:active,input[type=submit].secondary.outline:active{color:rgba(255,255,255,.12);border-color:rgba(255,255,255,.12)} - -.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.action-save.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.secondary.outline.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{background:#f5f5f5;color:#dedfe2;border-color:#dedfe2;opacity:1} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary:focus,button.secondary:focus,input[type=button].secondary:focus,input[type=submit].secondary:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary:hover,button.secondary:hover,input[type=button].secondary:hover,input[type=submit].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)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success,button.success,input[type=button].success,input[type=submit].success{color:#fff;background-color:var(--bb-success-color)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success:hover,button.success:hover,input[type=button].success:hover,input[type=submit].success:hover{color:#fff;background-color:rgba(var(--bb-success-color),.05)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success:active,button.success:active,input[type=button].success:active,input[type=submit].success:active{color:#fff;background-color:rgba(var(--bb-success-color),.09)} - -.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.action-save.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.success.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{color:#c8cbcf;background-color:#f5f5f5} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success.outline,button.success.outline,input[type=button].success.outline,input[type=submit].success.outline{background:0 0;color:var(--bb-success-color);border-color:var(--bb-success-color)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success.outline:hover,button.success.outline:hover,input[type=button].success.outline:hover,input[type=submit].success.outline:hover{color:rgba(var(--bb-success-color),.05);border-color:rgba(var(--bb-success-color),.05)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success.outline:active,button.success.outline:active,input[type=button].success.outline:active,input[type=submit].success.outline:active{color:rgba(var(--bb-success-color),.12);border-color:rgba(var(--bb-success-color),.12)} - -.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.action-save.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.success.outline.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{background:#f5f5f5;color:#dedfe2;border-color:#dedfe2;opacity:1} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.error,button.error,input[type=button].error,input[type=submit].error{color:#fff;background-color:var(--bb-danger-color)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error: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.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,.button.error:hover,button.error:hover,input[type=button].error:hover,input[type=submit].error:hover{color:#fff;background-color:rgba(var(--bb-danger-color),.05)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.error:active,button.error:active,input[type=button].error:active,input[type=submit].error:active{color:#fff;background-color:rgba(var(--bb-danger-color),.09)} - -.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.action-save.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.error.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{color:#c8cbcf;background-color:#f5f5f5} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.error.outline,button.error.outline,input[type=button].error.outline,input[type=submit].error.outline{background:0 0;color:var(--bb-danger-color);border-color:var(--bb-danger-color)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.error.outline:hover,button.error.outline:hover,input[type=button].error.outline:hover,input[type=submit].error.outline:hover{color:rgba(var(--bb-danger-color),.05);border-color:rgba(var(--bb-danger-color),.05)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.error.outline:active,button.error.outline:active,input[type=button].error.outline:active,input[type=submit].error.outline:active{color:rgba(var(--bb-danger-color),.12);border-color:rgba(var(--bb-danger-color),.12)} - -.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.action-save.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.error.outline.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{background:#f5f5f5;color:#dedfe2;border-color:#dedfe2;opacity:1} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.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.error.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.error:hover,.buddypress .buddypress-wrap .comment-reply-link.error.outline:hover,.buddypress .buddypress-wrap .comment-reply-link.error:hover,.buddypress .buddypress-wrap .generic-button a.error.outline:hover,.buddypress .buddypress-wrap .generic-button a.error:hover,.buddypress .buddypress-wrap a.bp-title-button.error.outline:hover,.buddypress .buddypress-wrap a.bp-title-button.error:hover,.buddypress .buddypress-wrap a.button.error.outline:hover,.buddypress .buddypress-wrap a.button.error:hover,.buddypress .buddypress-wrap button.error.outline:hover,.buddypress .buddypress-wrap button.error:hover,.buddypress .buddypress-wrap input[type=button].error.outline:hover,.buddypress .buddypress-wrap input[type=button].error:hover,.buddypress .buddypress-wrap input[type=reset].error.outline:hover,.buddypress .buddypress-wrap input[type=reset].error:hover,.buddypress .buddypress-wrap input[type=submit].error.outline:hover,.buddypress .buddypress-wrap input[type=submit].error:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error.outline:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error:hover,.button.error.outline:hover,.button.error:hover,button.error.outline:hover,button.error:hover,input[type=button].error.outline:hover,input[type=button].error:hover,input[type=submit].error.outline:hover,input[type=submit].error:hover{background-color:var(--bb-secondary-button-background-regular);border-color:var(--bb-danger-color);color:var(--bb-danger-color)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted,button.inverted,input[type=button].inverted,input[type=submit].inverted{color:#000;background-color:#fff} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted:hover,button.inverted:hover,input[type=button].inverted:hover,input[type=submit].inverted:hover{color:#000;background-color:rgba(255,255,255,.05)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted:active,button.inverted:active,input[type=button].inverted:active,input[type=submit].inverted:active{color:#000;background-color:rgba(255,255,255,.09)} - -.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.action-save.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.inverted.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{color:#c8cbcf;background-color:#f5f5f5} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted.outline,button.inverted.outline,input[type=button].inverted.outline,input[type=submit].inverted.outline{background:0 0;color:#fff;border-color:#fff} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted.outline:hover,button.inverted.outline:hover,input[type=button].inverted.outline:hover,input[type=submit].inverted.outline:hover{color:rgba(255,255,255,.05);border-color:rgba(255,255,255,.05)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted.outline:active,button.inverted.outline:active,input[type=button].inverted.outline:active,input[type=submit].inverted.outline:active{color:rgba(255,255,255,.12);border-color:rgba(255,255,255,.12)} - -.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.action-save.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.inverted.outline.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{background:#f5f5f5;color:#dedfe2;border-color:#dedfe2;opacity:1} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted:hover,button.inverted:hover,input[type=button].inverted:hover,input[type=submit].inverted:hover{opacity:.7} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.round,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.round,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.round,button.round,input[type=button].round,input[type=submit].round{border-radius:50px} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.raised,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.raised,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.raised,button.raised,input[type=button].raised,input[type=submit].raised{box-shadow:0 1px 3px rgba(0,0,0,.3)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.outline,button.outline,input[type=button].outline,input[type=submit].outline{background:0 0;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} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.outline:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.outline:focus,button.outline:focus,input[type=button].outline:focus,input[type=submit].outline:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.outline:active,.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:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.outline:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.outline:hover,.buddypress .buddypress-wrap .comment-reply-link.outline:active,.buddypress .buddypress-wrap .comment-reply-link.outline:focus,.buddypress .buddypress-wrap .comment-reply-link.outline:hover,.buddypress .buddypress-wrap .generic-button a.outline:active,.buddypress .buddypress-wrap .generic-button a.outline:focus,.buddypress .buddypress-wrap .generic-button a.outline:hover,.buddypress .buddypress-wrap a.bp-title-button.outline:active,.buddypress .buddypress-wrap a.bp-title-button.outline:focus,.buddypress .buddypress-wrap a.bp-title-button.outline:hover,.buddypress .buddypress-wrap a.button.outline:active,.buddypress .buddypress-wrap a.button.outline:focus,.buddypress .buddypress-wrap a.button.outline:hover,.buddypress .buddypress-wrap button.outline:active,.buddypress .buddypress-wrap button.outline:focus,.buddypress .buddypress-wrap button.outline:hover,.buddypress .buddypress-wrap input[type=button].outline:active,.buddypress .buddypress-wrap input[type=button].outline:focus,.buddypress .buddypress-wrap input[type=button].outline:hover,.buddypress .buddypress-wrap input[type=reset].outline:active,.buddypress .buddypress-wrap input[type=reset].outline:focus,.buddypress .buddypress-wrap input[type=reset].outline:hover,.buddypress .buddypress-wrap input[type=submit].outline:active,.buddypress .buddypress-wrap input[type=submit].outline:focus,.buddypress .buddypress-wrap input[type=submit].outline:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.outline:active,.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:hover,.button.outline:active,.button.outline:focus,.button.outline:hover,button.outline:active,button.outline:focus,button.outline:hover,input[type=button].outline:active,input[type=button].outline:focus,input[type=button].outline:hover,input[type=submit].outline:active,input[type=submit].outline:focus,input[type=submit].outline: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)} - -.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.action-save.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.outline.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{opacity:.5} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.upper,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.upper,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.upper,button.upper,input[type=button].upper,input[type=submit].upper{text-transform:uppercase;letter-spacing:.04em;font-size:14px} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.upper.small,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.upper.small,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.upper.small,button.upper.small,input[type=button].upper.small,input[type=submit].upper.small{font-size:12px} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.upper.big,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.upper.big,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.upper.big,button.upper.big,input[type=button].upper.big,input[type=submit].upper.big{font-size:14px} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.upper.large,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.upper.large,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.upper.large,button.upper.large,input[type=button].upper.large,input[type=submit].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:active,.wp-block-file .wp-block-file__button:focus,.wp-block-file .wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__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)} - -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 a,.breadcrumbs span{font-style:normal;padding:0 .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 a,.breadcrumbs li:first-child span{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 a,.pagination span{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 li.active a,.pagination span{color:rgba(0,0,0,.5);border-color:#e0e1e1;cursor:text} - -.pagination.upper{font-size:14px} - -.bbp-pagination-links{border:0;padding:0;background:0 0;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,.llms-pagination>ul,.woocommerce-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-lms-pagination .page-numbers,.bb-lms-pagination .post-page-numbers,.bbp-pagination-links .page-numbers,.bbp-pagination-links .post-page-numbers,.bp-pagination-links .page-numbers,.bp-pagination-links .post-page-numbers,.llms-pagination .page-numbers,.llms-pagination .post-page-numbers,.page-links .page-numbers,.page-links .post-page-numbers,.woocommerce-pagination .page-numbers,.woocommerce-pagination .post-page-numbers{display:inline-block;width:28px;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 a.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.post-page-numbers,.bbp-pagination-links a.page-numbers:not(.prev,.next),.bbp-pagination-links a.post-page-numbers,.bp-pagination-links a.page-numbers:not(.prev,.next),.bp-pagination-links a.post-page-numbers,.llms-pagination a.page-numbers:not(.prev,.next),.llms-pagination a.post-page-numbers,.page-links a.page-numbers:not(.prev,.next),.page-links a.post-page-numbers,.woocommerce-pagination a.page-numbers:not(.prev,.next),.woocommerce-pagination 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.post-page-numbers:hover,.bb-lms-pagination a.page-numbers:not(.prev,.next):hover,.bb-lms-pagination a.post-page-numbers:hover,.bbp-pagination-links a.page-numbers:not(.prev,.next):hover,.bbp-pagination-links a.post-page-numbers:hover,.bp-pagination-links a.page-numbers:not(.prev,.next):hover,.bp-pagination-links a.post-page-numbers:hover,.llms-pagination a.page-numbers:not(.prev,.next):hover,.llms-pagination a.post-page-numbers:hover,.page-links a.page-numbers:not(.prev,.next):hover,.page-links a.post-page-numbers:hover,.woocommerce-pagination a.page-numbers:not(.prev,.next):hover,.woocommerce-pagination a.post-page-numbers:hover{color:var(--bb-primary-color)} - -.bb-bp-invites-content .table-responsive a.prev,.bb-lms-pagination a.prev,.bbp-pagination-links a.prev,.bp-pagination-links a.prev,.llms-pagination a.prev,.page-links a.prev,.woocommerce-pagination a.prev{margin-right:5px} - -.bb-bp-invites-content .table-responsive a.next,.bb-lms-pagination a.next,.bbp-pagination-links a.next,.bp-pagination-links a.next,.llms-pagination a.next,.page-links a.next,.woocommerce-pagination a.next{margin-left:5px} - -.bb-bp-invites-content .table-responsive a.next,.bb-bp-invites-content .table-responsive a.prev,.bb-lms-pagination a.next,.bb-lms-pagination a.prev,.bbp-pagination-links a.next,.bbp-pagination-links a.prev,.bp-pagination-links a.next,.bp-pagination-links a.prev,.llms-pagination a.next,.llms-pagination a.prev,.page-links a.next,.page-links a.prev,.woocommerce-pagination a.next,.woocommerce-pagination a.prev{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.next:hover,.bb-bp-invites-content .table-responsive a.prev:hover,.bb-lms-pagination a.next:hover,.bb-lms-pagination a.prev:hover,.bbp-pagination-links a.next:hover,.bbp-pagination-links a.prev:hover,.bp-pagination-links a.next:hover,.bp-pagination-links a.prev:hover,.llms-pagination a.next:hover,.llms-pagination a.prev:hover,.page-links a.next:hover,.page-links a.prev:hover,.woocommerce-pagination a.next:hover,.woocommerce-pagination a.prev:hover{background-color:var(--bb-content-alternate-background-color)} - -.bb-bp-invites-content .table-responsive a.next::before,.bb-bp-invites-content .table-responsive a.prev::before,.bb-lms-pagination a.next::before,.bb-lms-pagination a.prev::before,.bbp-pagination-links a.next::before,.bbp-pagination-links a.prev::before,.bp-pagination-links a.next::before,.bp-pagination-links a.prev::before,.llms-pagination a.next::before,.llms-pagination a.prev::before,.page-links a.next::before,.page-links a.prev::before,.woocommerce-pagination a.next::before,.woocommerce-pagination a.prev::before{font-family:bb-icons;speak:none;font-style:normal;font-weight:400;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,.bbp-pagination-links a.prev::before,.bp-pagination-links a.prev::before,.llms-pagination a.prev::before,.page-links a.prev::before,.woocommerce-pagination a.prev::before{content:"\e8ab"} - -.bb-bp-invites-content .table-responsive a.next::before,.bb-lms-pagination a.next::before,.bbp-pagination-links a.next::before,.bp-pagination-links a.next::before,.llms-pagination a.next::before,.page-links a.next::before,.woocommerce-pagination a.next::before{content:"\e827"} - -.bb-bp-invites-content .table-responsive span.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.post-page-numbers,.bbp-pagination-links span.page-numbers:not(.dots),.bbp-pagination-links span.post-page-numbers,.bp-pagination-links span.page-numbers:not(.dots),.bp-pagination-links span.post-page-numbers,.llms-pagination span.page-numbers:not(.dots),.llms-pagination span.post-page-numbers,.page-links span.page-numbers:not(.dots),.page-links span.post-page-numbers,.woocommerce-pagination span.page-numbers:not(.dots),.woocommerce-pagination 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-lms-pagination span.page-numbers.disabled,.bbp-pagination-links span.page-numbers.disabled,.bp-pagination-links span.page-numbers.disabled,.llms-pagination span.page-numbers.disabled,.page-links span.page-numbers.disabled,.woocommerce-pagination span.page-numbers.disabled{background-color:transparent;color:var(--bb-body-text-color)} - -.llms-pagination ul.page-numbers,.woocommerce nav.woocommerce-pagination ul.page-numbers,.woocommerce-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} - -.woocommerce nav.woocommerce-pagination ul li,.woocommerce-pagination ul li,body.woocommerce nav.woocommerce-pagination ul li{margin:0 3px} - -.woocommerce nav.woocommerce-pagination ul li a,.woocommerce-pagination ul li a,body.woocommerce nav.woocommerce-pagination ul li a{background-color:transparent} - -.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce-pagination ul li a:focus,.woocommerce-pagination ul li a:hover,body.woocommerce nav.woocommerce-pagination ul li a:focus,body.woocommerce nav.woocommerce-pagination ul li a:hover{color:var(--bb-primary-color);background-color:transparent} - -.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,body.woocommerce nav.woocommerce-pagination ul li a.next,body.woocommerce nav.woocommerce-pagination ul li a.prev{font-size:0;color:var(--bb-body-text-color);background-color:var(--bb-content-background-color)} - -.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,body.woocommerce nav.woocommerce-pagination ul li a.next:hover,body.woocommerce nav.woocommerce-pagination ul li a.prev:hover{background-color:var(--bb-content-alternate-background-color)} - -.woocommerce nav.woocommerce-pagination ul li span.current,.woocommerce-pagination ul li span.current,body.woocommerce nav.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.next,.buddypress-wrap .bp-pagination .bp-pagination-links a.prev,.buddypress-wrap .bp-pagination .bp-pagination-links span.next,.buddypress-wrap .bp-pagination .bp-pagination-links span.prev{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 embed,.video-container iframe:not(.wp-embedded-content),.video-container object{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:0 0!important;color:#000!important;box-shadow:none!important;text-shadow:none!important} - -a,a:visited{text-decoration:underline} - -blockquote,pre{border:1px solid #999;page-break-inside:avoid} - -h2,h3,p{orphans:3;widows:3} - -thead{display:table-header-group} - -img,tr{page-break-inside:avoid} - -img{max-width:100%!important} - -h2,h3,h4{page-break-after:avoid}@page{margin:.5cm}} - -.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(0);transform:rotate(0)} - -to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{ - -from{-webkit-transform:rotate(0);transform:rotate(0)} - -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 .2s;animation:zoom-in .2s} - -.zoomOut{-webkit-animation:zoom-out .5s;animation:zoom-out .5s} - -.slideInRight{-webkit-animation:slide-in-right .5s;animation:slide-in-right .5s} - -.slideInLeft{-webkit-animation:slide-in-left .5s;animation:slide-in-left .5s} - -.slideInDown{-webkit-animation:slide-in-down .5s;animation:slide-in-down .5s} - -.slideOutLeft{-webkit-animation:slide-out-left .5s;animation:slide-out-left .5s} - -.slideOutRight{-webkit-animation:slide-out-right .5s;animation:slide-out-right .5s} - -.slideOutUp{-webkit-animation:slide-out-up .5s;animation:slide-out-up .5s} - -.slideUp{overflow:hidden;-webkit-animation:slide-up .2s ease-in-out;animation:slide-up .2s 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 .5s cubic-bezier(.5,-.5,.5,1.5);animation:flip-out .5s cubic-bezier(.5,-.5,.5,1.5)} - -.rotate{-webkit-animation:rotate .5s;animation:rotate .5s} - -.pulse{-webkit-animation:pulse 250ms 2;animation:pulse 250ms 2} - -.shake{-webkit-animation:shake .5s;animation:shake .5s} - -.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::after,[data-balloon]:hover::before,[data-balloon][data-balloon-visible]::after,[data-balloon][data-balloon-visible]::before{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]::after,[data-balloon][data-balloon-blunt]::before{-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} - -html{margin-right:0!important} - -body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif} - -body.login{background-color:var(--bb-admin-screen-bgr-color);font-size:14px;line-height:1.4em} - -body.login form{background-color:transparent;border:none;box-shadow:none;padding:2px;margin-left:-2px;margin-right:-2px} - -body.login input,body.login select,body.login textarea{vertical-align:baseline} - -body.login #login,body.login p.forgetmenot label{color:var(--bb-admin-screen-txt-color)} - -body.login .login-popup .mfp-close{color:var(--bb-headings-color);font-size:24px;opacity:1;top:6px;right:15px} - -.registration .mfp-content #privacy-modal,.registration .mfp-content #terms-modal,body.login .mfp-content #privacy-modal,body.login .mfp-content #terms-modal{border:1px solid var(--bb-content-border-color)} - -.bb-template-v2.registration .mfp-content div#privacy-modal,.bb-template-v2.registration .mfp-content div#terms-modal,body.login.bb-template-v2 .mfp-content div#privacy-modal,body.login.bb-template-v2 .mfp-content div#terms-modal{border-radius:10px;border-color:var(--bb-content-border-color)} - -.login.bb-login #login{padding-top:8%;padding-bottom:8%}@media (min-width:992px){ - -.login.bb-login #login{padding-top:5%;padding-bottom:5%}}@media (max-width:360px){ - -.login.bb-login #login{width:84%}} - -.login.bb-login #login>h1>a{margin-bottom:15px;height:auto} - -.bs-cs-login-logo{visibility:hidden;width:100%;display:block} - -img.bs-cs-login-logo.private-on{visibility:visible;display:inline-block} - -.login h1 a.bb-login-title{background-image:none;text-indent:0;width:auto;color:var(--bb-login-register-link-color-regular)} - -.login h1 a.bb-login-title:focus,.login h1 a.bb-login-title:hover{color:var(--bb-login-register-link-color-hover)} - -body.login.login-split-page .login-split{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;position:relative} - -body.login.login-split-page .login-split .split-overlay{width:100%;height:100%;background-color:#000;position:absolute;z-index:1;opacity:0} - -body.login.login-split-page .login-split div{color:#fff} - -body.login.login-split-page .login-split__entry{padding:80px 0} - -body.login.login-split-page .login-split__entry h1{color:var(--bb-login-custom-heading-color);text-align:left;line-height:1.1} - -body.login.login-split-page .login-split .login-split__entry{display:block;width:100%;max-width:450px;font-size:32px;line-height:1.15;position:relative;z-index:9}@media (max-width:800px){ - -body.login.login-split-page .login-split .login-split__entry{width:80%}}@media (max-width:544px){ - -body.login.login-split-page .login-split .login-split__entry{width:85%}} - -body.login.login-split-page .login-split__entry p{font-size:16px;line-height:1.4;display:block;margin-top:20px;margin-bottom:0;color:var(--bb-login-custom-heading-color);word-wrap:break-word} - -body.login.login-split-page #login{padding-top:30px;padding-bottom:30px} - -body.login.login-split-page #login h1 a{margin-left:0;text-align:left}@media (min-width:992px){ - -body.login.login-split-page .login-split{width:50%;position:fixed;left:0;height:100%} - -body.login.login-split-page .login-split .login-split__entry{margin-left:-webkit-calc((50vw - 450px)/ 2);margin-left:calc((50vw - 450px)/ 2);margin-right:-webkit-calc((50vw - 450px)/ 2);margin-right:calc((50vw - 450px)/ 2);padding:0;max-width:450px} - -body.login.login-split-page #login{position:absolute;left:50%;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:50vw;padding:30px -webkit-calc((50vw - 450px)/ 2);padding:30px calc((50vw - 450px)/ 2)} - -body.login.login-split-page.login-exh #login{-webkit-transform:translateY(-35%);-ms-transform:translateY(-35%);transform:translateY(-35%)} - -body.login.login-split-page .language-switcher{position:absolute;left:50%;padding-top:15px;width:50vw;padding-left:-webkit-calc((50vw - 450px)/ 2);padding-left:calc((50vw - 450px)/ 2);padding-right:-webkit-calc((50vw - 450px)/ 2);padding-right:calc((50vw - 450px)/ 2)}}@media screen and (max-width:991px){ - -body.login.login-split-page .language-switcher{top:initial!important;margin-top:-25px} - -body.login.login-split-page #login{width:100%;max-width:450px}}@media (max-width:800px){ - -body.login.login-split-page #login{width:80%}}@media (max-width:544px){ - -body.login.login-split-page #login{width:85%}} - -body.login:not(.login-split-page) .language-switcher{margin-top:-25px} - -.login #backtoblog,.login #nav{padding:0} - -.login input[type=email],.login input[type=password],.login input[type=text]{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);box-shadow:none;border-radius:var(--bb-input-radius);font-size:16px;padding:10px 15px;color:var(--bb-body-text-color)} - -.bb-template-v2.login input[type=email]:focus,.bb-template-v2.login input[type=password]:focus,.bb-template-v2.login input[type=text]:focus{border-color:var(--bb-input-focus-border-color);box-shadow:var(--bb-input-focus-shadow)} - -.login form#loginform input[type=text]{padding:10px 10px 10px 40px} - -.login form#loginform input[type=password],.login form#loginform input[type=text]#user_pass{padding:10px 35px 10px 40px;font-family:inherit} - -.login form label[for=user_login],.login form label[for=user_pass]{display:block;position:relative} - -.login form label[for=user_login] br,.login form label[for=user_pass] br{display:none} - -.login form#loginform label[for=user_login]::before,.login form#loginform label[for=user_pass]::before,.user-pass-wrap .wp-pwd::before{font-family:bb-icons;font-size:16px;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;position:absolute;top:12px;left:10px} - -.login form#loginform label[for=user_login]::before{content:"\ef52";color:var(--bb-body-text-color)} - -.login label{margin-bottom:1px} - -.login .user-pass-wrap .wp-pwd{position:relative} - -.login .user-pass-wrap .wp-pwd::before{content:"\eebf";font-size:20px;top:10px;color:var(--bb-body-text-color)} - -.login .user-pass-wrap .wp-pwd .dashicons{font-family:bb-icons;font-size:18px;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;position:absolute;top:11px;left:5px;color:#122b46;opacity:.5} - -.login .user-pass-wrap .wp-pwd .dashicons::before{content:"\ee6a"} - -.login .user-pass-wrap .wp-pwd .dashicons-visibility::before{content:"\ee69"} - -.login form#loginform label[for=user_pass]::before{content:"\eebf";font-size:20px;top:12px} - -.login form#loginform label[for=user_pass] .label-switch{position:absolute;top:15px;right:15px;font-size:0;-webkit-transition:all .3s ease;transition:all .3s ease;opacity:.5} - -.login form#loginform label[for=user_pass] .label-switch.bb-eye::after{content:"\ee69"} - -.login form#loginform label[for=user_pass] .label-switch::after{content:"\ee6a";font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;font-size:14px} - -.login.bb-login .button-primary,.login.bb-login .wp-generate-pw,.login.wp-core-ui .button-primary{background-color:var(--bb-login-register-button-background-color-regular);border-color:var(--bb-login-register-button-border-color-regular);color:var(--bb-login-register-button-text-color-regular);border-radius:var(--bb-button-radius);box-shadow:none;text-shadow:none;height:auto;padding:4px 30px;-webkit-transition:all linear .2s;transition:all linear .2s;float:none;width:100%;margin:20px 0 0;font-size:14px} - -.login.bb-login .button-primary:hover,.login.bb-login .wp-generate-pw:hover,.login.wp-core-ui .button-primary:hover{background-color:var(--bb-login-register-button-background-color-hover);border-color:var(--bb-login-register-button-border-color-hover);color:var(--bb-login-register-button-text-color-hover)} - -.login.bb-login .button-primary:active,.login.bb-login .wp-generate-pw:active,.login.wp-core-ui .button-primary:active{-webkit-transform:none;-ms-transform:none;transform:none} - -.bb-login.wp-core-ui .language-switcher .button,.language-switcher .button{background-color:var(--bb-secondary-button-background-regular);border-color:var(--bb-secondary-button-border-regular);color:var(--bb-secondary-button-text-regular);border-radius:var(--bb-button-radius)} - -.bb-login.wp-core-ui .language-switcher .button:hover,.language-switcher .button:hover{background-color:var(--bb-secondary-button-background-hover);border-color:var(--bb-secondary-button-border-hover);color:var(--bb-secondary-button-text-hover)} - -.bb-login.wp-core-ui .language-switcher select,.language-switcher select{border-radius:var(--bb-input-radius);background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color)} - -.language-switcher .dashicons.dashicons-translation::before{color:var(--bb-admin-screen-txt-color)} - -.admin-email__actions .admin-email__actions-primary a.button{background:0 0;border-color:var(--bb-login-register-button-border-color-regular);color:var(--bb-login-register-button-background-color-regular);min-height:40px;line-height:40px;padding:0 30px;border-radius:50px;margin-right:15px;outline:0;box-shadow:none;min-width:160px} - -.admin-email__actions .admin-email__actions-primary a.button:hover{border-color:var(--bb-login-register-button-border-color-hover);color:var(--bb-login-register-button-background-color-hover)} - -.bb-template-v2 .language-switcher select,.bb-template-v2.bb-login.wp-core-ui .language-switcher select{border-radius:6px;color:var(--bb-body-text-color);background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:right .9rem center;padding-right:30px;background-size:auto} - -.bb-template-v2 .language-switcher select:focus,.bb-template-v2.bb-login.wp-core-ui .language-switcher select:focus{color:var(--bb-body-text-color);border-color:var(--bb-input-focus-border-color);box-shadow:var(--bb-input-focus-shadow)} - -.login-action-confirm_admin_email #login{max-width:440px;padding:0 20px;width:100%} - -.login-action-confirm_admin_email.login-split-page #login{max-width:100%} - -.login h1.admin-email__heading{font-size:26px;color:#122b46}@media (max-width:782px){ - -.login.bb-login .button-primary{line-height:28px}} - -.login .login-heading{margin:35px 0 10px;display:-webkit-box;display:flexbox;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.login #login_error,.login .message{margin-top:15px;border:0;box-shadow:none;border-radius:var(--bb-input-radius)} - -.login .message#bp_member_switching_switch_on{background-color:#a8aab4} - -.login .message#bp_member_switching_switch_on a{vertical-align:middle;margin-top:2px;display:inline-block;color:#fff} - -.login #login_error a,.login .message a{color:#fff} - -.login #login_error{border-left-color:var(--bb-danger-color);background-color:var(--bb-danger-color);color:#fff} - -.login.login-action-lostpassword .message>.message,.login:not(.login-action-lostpassword) .message:not(.reset-pass){background-color:var(--bb-default-notice-color);color:#fff} - -.login .login-heading h2{margin-right:auto;font-size:20px;color:var(--bb-admin-screen-txt-color)} - -.login .bs-register-message,.login:not(.login-action-lostpassword) .message.bs-register-message:not(.reset-pass){border:0;background-color:transparent;color:#122b46;padding:0;font-size:20px;margin-top:0;margin-bottom:0;margin-right:auto} - -body.login .login-heading a{text-decoration:none;color:var(--bb-login-register-link-color-regular)} - -body.login .login-heading a:focus,body.login .login-heading a:hover{color:var(--bb-login-register-link-color-hover)} - -.login a{outline:0;box-shadow:none;color:var(--bb-login-register-link-color-regular)} - -.login a:hover{color:var(--bb-login-register-link-color-hover)} - -.login .login-heading a:focus,.login .login-heading a:hover{color:var(--bb-login-register-link-color-hover)} - -.login form .forgetmenot label strong{font-weight:400} - -.login.bb-login #login p#nav,.login.bb-login:not(.login-action-resetpass) #backtoblog{display:none} - -.login.bb-login form .forgetmenot{font-size:14px;line-height:20px;vertical-align:bottom;padding-top:4px;position:relative} - -.login.bb-login form .forgetmenot input[type=checkbox],.login.bb-login form .forgetmenot input[type=checkbox]::before{margin:0;width:20px;height:20px;position:absolute;left:0;top:4px} - -.login.bb-login form .forgetmenot input[type=checkbox]:focus+.checkbox{border-color:var(--bb-input-focus-border-color);box-shadow:var(--bb-input-focus-shadow)} - -.login.bb-login form .pw-weak{font-size:14px;line-height:20px;vertical-align:bottom;padding-top:4px;position:relative} - -.login.bb-login form .pw-weak input[type=checkbox],.login.bb-login form .pw-weak input[type=checkbox]::before{margin:0;width:20px;height:20px;position:absolute;left:0;top:4px} - -.login.bb-login form .pw-weak input[type=checkbox]:focus+.checkbox{border-color:var(--bb-input-focus-border-color);box-shadow:var(--bb-input-focus-shadow)} - -.admin-email__actions-primary{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} - -.admin-email__actions-primary #correct-admin-email{margin:0;width:auto} - -.admin-email__actions-secondary a{text-decoration:underline} - -.login .button.wp-hide-pw,.login .button.wp-hide-pw:focus{border:0;box-shadow:none;outline:0} - -.login .button.wp-hide-pw:focus .dashicons,.login .button.wp-hide-pw:hover .dashicons{color:var(--bb-login-register-link-color-hover)} - -.checkbox{position:relative;z-index:10} - -span.checkbox{z-index:5;display:inline-block;width:20px;height:20px;border-radius:var(--bb-checkbox-radius);background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);margin-right:10px;float:left} - -span.checkbox.on{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color);border-radius:var(--bb-checkbox-radius)} - -span.checkbox.on::before{color:#fff;content:"\e876";font-family:bb-icons;width:20px;height:20px;line-height:20px;font-size:14px;position:relative;top:-1px;left:2px;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:6px} - -.login form .lostmenot{float:right;padding:5px 0 0} - -.login a.privacy-policy-link,.login form .lostmenot a,form#lostpasswordform a.bs-sign-in{text-decoration:none;color:var(--bb-login-register-link-color-regular)} - -.login a.privacy-policy-link:hover,.login form .lostmenot a:focus,.login form .lostmenot a:hover,form#lostpasswordform a.bs-sign-in:hover{color:var(--bb-login-register-link-color-hover)} - -.login form#resetpassform .password-input-wrapper{width:100%} - -.login form#resetpassform .password-input-wrapper .button.button-secondary{text-align:center;vertical-align:baseline} - -.login.bb-login form#resetpassform .password-input-wrapper .button.button-secondary.wp-hide-pw{display:none!important} - -.login.bb-login #pass-strength-result{padding-top:0;padding-bottom:0;margin-bottom:0;display:none!important} - -.login.bb-login #pass-strength-result.bad,.login.bb-login #pass-strength-result.good,.login.bb-login #pass-strength-result.short,.login.bb-login #pass-strength-result.strong{padding-top:6px;padding-bottom:6px;margin-bottom:0;display:block!important} - -.login.bb-login #pass-strength-result.bad,.login.bb-login #pass-strength-result.short{margin-bottom:10px;background-color:var(--bb-danger-color);border-color:var(--bb-danger-color);color:#fff} - -.login.bb-login #pass-strength-result.good{background-color:var(--bb-warning-color);border-color:var(--bb-warning-color);color:#fff} - -.login.bb-login #pass-strength-result.strong{background-color:var(--bb-success-color);border-color:var(--bb-success-color);color:#fff} - -.login.login-action-resetpass.bb-login p#backtoblog span.bs-pass-update-msg{display:block;margin:0 0 20px} - -.login.bb-login form#resetpassform p.description.indicator-hint{display:none} - -.login.bb-login form#resetpassform label[for=pass1],.user-bs-pass2-wrap>p{display:none} - -.login.bb-login p.message.reset-pass,.login.login-action-lostpassword.bb-login #login>p.message{border:0;background:0 0;box-shadow:none;padding:12px 0 0} - -.login.bb-login p.message.reset-pass{font-size:1rem} - -.login.login-action-lostpassword.bb-login #login>p.message>div{font-size:1rem;padding:0 0 5px} - -#bs-pass2{margin-bottom:20px} - -.login.login-action-lostpassword.bb-login form#lostpasswordform p.submit{text-align:center} - -.login.login-action-lostpassword.bb-login form#lostpasswordform p.submit input#wp-submit{float:none} - -form#lostpasswordform a.bs-sign-in,form#lostpasswordform a:active.bs-sign-in,form#lostpasswordform a:focus.bs-sign-in,form#lostpasswordform a:hover.bs-sign-in{display:inline-block;width:100%;text-align:center;margin:15px auto 0;text-decoration:none;outline:0!important;box-shadow:none} - -span.apsl-login-new-text{font-weight:400} - -.apsl-login-networks.theme-1 .apsl-icon-block .fa{-webkit-transition-property:none;transition-property:none} - -body.login .privacy-policy-page-link{margin:2em 0} - -body.login .privacy-policy-page-link a{font-weight:600} - -body.login .login-popup.bb-modal{position:relative;background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;padding:30px;width:auto;margin:40px auto;box-shadow:0 3px 24px 0 rgba(18,43,70,.28);max-width:800px;font-size:16px;line-height:1.6875rem;color:var(--bb-body-text-color)} - -body.login .login-popup.bb-modal dd,body.login .login-popup.bb-modal ol,body.login .login-popup.bb-modal ul{margin:0 0 1.6875rem 1.6875rem;padding:0} - -body.login .login-popup.bb-modal .mfp-close,body.login .login-popup.bb-modal .mfp-close:hover{background-color:transparent;box-shadow:none} - -body.login .login-popup.bb-modal p{margin:0 0 1.6875rem} - -body.login .login-popup.bb-modal>h1:first-of-type{color:var(--bb-headings-color);text-align:left;line-height:24px;margin:-30px -30px 30px;background-color:var(--bb-content-alternate-background-color);padding:17px 30px;border-top-left-radius:var(--bb-block-radius);border-top-right-radius:var(--bb-block-radius);border-bottom:1px solid var(--bb-content-border-color);font-size:20px} - -body.login.bb-template-v2 .login-popup.bb-modal>h1:first-of-type{border-bottom:0} - -body.login .mfp-content #privacy-modal.bb-modal>h1:first-of-type,body.login .mfp-content #terms-modal.bb-modal>h1:first-of-type{font-size:20px} - -body.login .mfp-bg{opacity:.4}@media (max-width:992px){ - -body.login .login-popup.bb-modal{padding:40px 20px}} - -.bb-modal iframe{margin-bottom:1.6875rem} \ No newline at end of file +.group:after{content:" ";display:table;clear:both}.h1,.h2,.h3,.h4,.h5,.h6,address,body.login .login-popup.bb-modal .h1,body.login .login-popup.bb-modal .h2,body.login .login-popup.bb-modal .h3,body.login .login-popup.bb-modal .h4,body.login .login-popup.bb-modal .h5,body.login .login-popup.bb-modal .h6,body.login .login-popup.bb-modal address,body.login .login-popup.bb-modal h1,body.login .login-popup.bb-modal h2,body.login .login-popup.bb-modal h3,body.login .login-popup.bb-modal h4,body.login .login-popup.bb-modal h5,body.login .login-popup.bb-modal h6,body.login .login-popup.bb-modal hr,body.login .login-popup.bb-modal p,h1,h2,h3,h4,h5,h6,hr,p{margin:0 0 1.6875rem;padding:0}/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */article,aside,footer,header,nav,section{display:block}figcaption,figure,main{display:block}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}::-webkit-file-upload-button{appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{background-color:var(--bb-body-background-color);color:var(--bb-body-text-color);margin:0;font-family:-apple-system,blinkmacsystemfont,"Segoe UI",roboto,oxygen-sans,ubuntu,cantarell,"Helvetica Neue",sans-serif;font-size:16px;line-height:1.6875rem;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;overflow-x:hidden}body.mce-content-body{font-family:inherit;margin:.9375rem}img{border:0;font-style:italic;height:auto;max-width:100%;vertical-align:middle}a{background-color:transparent;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}.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,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:var(--bb-headings-color);font-family:-apple-system,blinkmacsystemfont,"Segoe UI",roboto,oxygen-sans,ubuntu,cantarell,"Helvetica Neue",sans-serif}dd,ol,ul{margin:0 0 1.6875rem 1.6875rem;padding:0}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:0 0;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:0 .1875rem;font-size:80%;background-color:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);border-radius:3px}code,kbd,pre,samp{font-family:"Courier New",courier,"Lucida Sans Typewriter","Lucida Typewriter",monospace;font-size:1rem}blockquote,q{font-size:1.25rem;font-weight:300;font-style:italic;color:var(--bb-body-text-color);line-height:1.637}hr{background-color:var(--bb-content-border-color);border:0;box-sizing:content-box;height:2px}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:700!important}.normal{font-weight:400!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-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}.bb-grid{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:-10px;margin-right:-10px;-ms-flex-wrap:wrap;flex-wrap:wrap}.bb-grid-cell,.bb-grid>*{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1px;list-style:none}.bb-grid-cell:not(.no-gutter),.bb-grid>:not(.no-gutter){padding-left:10px;padding-right:10px}.site-content-grid>style{display:none}.grid-reverse{-ms-flex-flow:row-reverse;flex-flow:row-reverse}.align-items-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.align-items-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.align-items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.align-self-top{-ms-flex-item-align:start;align-self:flex-start}.align-self-bottom{-ms-flex-item-align:end;align-self:flex-end}.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}@media (max-width:543px){.bb-grid{-ms-flex-flow:row wrap;flex-flow:row wrap}.bb-grid-cell,.bb-grid>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@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%}}@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}}@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}td.align-middle,tr.align-middle td{vertical-align:middle}td,th{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 td,tfoot th{color:var(--bb-alternate-text-color)}table tr:last-child td,table tr:last-child th{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 td,.wp-block-table table th{border-color:var(--bb-content-border-color);border-right:1px solid var(--bb-content-border-color)}.wp-block-table table tr td:last-child,.wp-block-table table tr th:last-child{border-right:0}.wp-block-table table td:first-child,.wp-block-table table th:first-child{padding-left:1rem}.wp-block-table table td:last-child,.wp-block-table table th: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,select,textarea{display:inline-block;font-family:inherit;font-style:inherit;font-size:15px;height:41px;outline:0;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,select.placeholder,textarea.placeholder{color:#c3c6c9}input:placeholder,select:placeholder,textarea:placeholder{color:#c3c6c9}input::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#c3c6c9}input:-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#c3c6c9}input::placeholder,select::placeholder,textarea::placeholder{color:#c3c6c9}input:input-placeholder,select:input-placeholder,textarea:input-placeholder{color:#c3c6c9}input::input-placeholder,select::input-placeholder,textarea::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,select.small,textarea.small{height:34px;font-size:13px;padding:0 12px;border-radius:var(--bb-input-radius)}input.big,select.big,textarea.big{height:48px;font-size:17px;padding:0 12px;border-radius:var(--bb-input-radius)}input:focus,select:focus,textarea:focus{outline:0;background-color:var(--bb-content-background-color);box-shadow:var(--bb-input-focus-shadow);border-color:var(--bb-input-focus-border-color)}input.success,select.success,textarea.success{background-color:rgba(var(--bb-success-color-rgb),.1);border:1px solid rgba(var(--bb-success-color-rgb),.15)}input.success:focus,select.success:focus,textarea.success:focus{border-color:var(--bb-success-color);box-shadow:none}input.disabled,input:disabled,select.disabled,select:disabled,textarea.disabled,textarea:disabled{background-color:var(--bb-content-alternate-background-color);opacity:.75}input.error,select.error,textarea.error{border-color:rgba(var(--bb-danger-color-rgb),1)}input.error:focus,select.error:focus,textarea.error:focus{border-color:var(--bb-danger-color);box-shadow:none}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:right 1rem center;padding-right:40px}select[multiple]{background-image:none;height:auto;padding:.5rem .75rem}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:0 0;box-shadow:none;display:inline-block}input.search,input[name=bbp_search],input[type=search]{background-repeat:no-repeat;background-size:16px;background-image:url(../images/svg/search.svg);background-position:left 10px center;padding-left:2rem}input.select2-search__field{background:0 0}input[type=checkbox],input[type=radio]{display:inline-block;width:auto;height:auto;padding:0}label{color:var(--bb-headings-color);margin-bottom:.25rem;font-size:17px}label .desc,label .error,label .success,label.checkbox{text-transform:none;font-weight:400}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:700;color:var(--bb-danger-color);font-size:110%}div.desc,span.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-item,form{margin-bottom:2rem}.form>.form-item:last-child{margin-bottom:0}.form .row:last-child .form-item{margin-bottom:0}.form span.error,.form span.success{font-size:14px;line-height:20px;margin-left:.25rem}.form-inline input,.form-inline select,.form-inline textarea{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:400;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:"\e876";position:absolute;left:3px;top:3px;font-family:bb-icons;font-weight:400;color:#fff;font-size:14px;display:block}.bs-styled-radio{position:absolute;opacity:0}.bs-styled-radio+.bb-radio-label,.bs-styled-radio+label{display:inline-block;position:relative;cursor:pointer;padding:0}.bs-styled-radio+.bb-radio-label:before,.bs-styled-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+.bb-radio-label,.bs-styled-radio:disabled+label{color:#b8b8b8;cursor:auto}.bs-styled-radio:disabled+.bb-radio-label:before,.bs-styled-radio:disabled+label:before{box-shadow:none;background:#ddd}.bs-styled-radio:checked+.bb-radio-label:after,.bs-styled-radio:checked+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%}}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}.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,.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,.button,button,input[type=button],input[type=submit]{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:0;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}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment: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,.button:focus,button:focus,input[type=button]:focus,input[type=submit]:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.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,.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,.button i,button i,input[type=button] i,input[type=submit] i{position:relative}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel: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:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:hover,.buddypress .buddypress-wrap .comment-reply-link:focus,.buddypress .buddypress-wrap .comment-reply-link:hover,.buddypress .buddypress-wrap .generic-button a:focus,.buddypress .buddypress-wrap .generic-button a:hover,.buddypress .buddypress-wrap a.bp-title-button:focus,.buddypress .buddypress-wrap a.bp-title-button:hover,.buddypress .buddypress-wrap a.button:focus,.buddypress .buddypress-wrap a.button:hover,.buddypress .buddypress-wrap button:focus,.buddypress .buddypress-wrap button:hover,.buddypress .buddypress-wrap input[type=button]:focus,.buddypress .buddypress-wrap input[type=button]:hover,.buddypress .buddypress-wrap input[type=reset]:focus,.buddypress .buddypress-wrap input[type=reset]:hover,.buddypress .buddypress-wrap input[type=submit]:focus,.buddypress .buddypress-wrap input[type=submit]:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:focus,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:hover,.button:focus,.button:hover,button:focus,button:hover,input[type=button]:focus,input[type=button]:hover,input[type=submit]:focus,input[type=submit]:hover{outline:0;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)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save:active,.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:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:hover,.buddypress .buddypress-wrap .comment-reply-link:active,.buddypress .buddypress-wrap .comment-reply-link:focus,.buddypress .buddypress-wrap .comment-reply-link:hover,.buddypress .buddypress-wrap .generic-button a:active,.buddypress .buddypress-wrap .generic-button a:focus,.buddypress .buddypress-wrap .generic-button a:hover,.buddypress .buddypress-wrap a.bp-title-button:active,.buddypress .buddypress-wrap a.bp-title-button:focus,.buddypress .buddypress-wrap a.bp-title-button:hover,.buddypress .buddypress-wrap a.button:active,.buddypress .buddypress-wrap a.button:focus,.buddypress .buddypress-wrap a.button:hover,.buddypress .buddypress-wrap button:active,.buddypress .buddypress-wrap button:focus,.buddypress .buddypress-wrap button:hover,.buddypress .buddypress-wrap input[type=button]:active,.buddypress .buddypress-wrap input[type=button]:focus,.buddypress .buddypress-wrap input[type=button]:hover,.buddypress .buddypress-wrap input[type=reset]:active,.buddypress .buddypress-wrap input[type=reset]:focus,.buddypress .buddypress-wrap input[type=reset]:hover,.buddypress .buddypress-wrap input[type=submit]:active,.buddypress .buddypress-wrap input[type=submit]:focus,.buddypress .buddypress-wrap input[type=submit]:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:active,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:focus,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:hover,.button:active,.button:focus,.button:hover,button:active,button:focus,button:hover,input[type=button]:active,input[type=button]:focus,input[type=button]:hover,input[type=submit]:active,input[type=submit]:focus,input[type=submit]:hover{outline:0;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)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.disabled,button.disabled,input[type=button].disabled,input[type=submit].disabled{cursor:default;font-style:normal;color:#c8cbcf;background-color:#f5f5f5;opacity:1}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.small,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.small,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.small,button.small,input[type=button].small,input[type=submit].small{font-size:14px;font-weight:500;min-height:34px;line-height:34px;padding:0 20px;border-radius:var(--bb-button-radius)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.big,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.big,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.big,button.big,input[type=button].big,input[type=submit].big{font-size:16px;min-height:62px;line-height:62px;padding:0 40px;border-radius:var(--bb-button-radius)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.large,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.large,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.large,button.large,input[type=button].large,input[type=submit].large{font-size:16px;min-height:50px;line-height:50px;padding:0 30px;border-radius:var(--bb-button-radius)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.full,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.full,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.full,button.full,input[type=button].full,input[type=submit].full{width:100%}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary,button.secondary,input[type=button].secondary,input[type=submit].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)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary:hover,button.secondary:hover,input[type=button].secondary:hover,input[type=submit].secondary:hover{color:#1e2132;background-color:rgba(255,255,255,.05)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary:active,button.secondary:active,input[type=button].secondary:active,input[type=submit].secondary:active{color:#1e2132;background-color:rgba(255,255,255,.09)}.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.action-save.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.secondary.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{color:#c8cbcf;background-color:#f5f5f5}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary.outline,button.secondary.outline,input[type=button].secondary.outline,input[type=submit].secondary.outline{background:0 0;color:#fff;border-color:#fff}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary.outline:hover,button.secondary.outline:hover,input[type=button].secondary.outline:hover,input[type=submit].secondary.outline:hover{color:rgba(255,255,255,.05);border-color:rgba(255,255,255,.05)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary.outline:active,button.secondary.outline:active,input[type=button].secondary.outline:active,input[type=submit].secondary.outline:active{color:rgba(255,255,255,.12);border-color:rgba(255,255,255,.12)}.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.action-save.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.secondary.outline.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{background:#f5f5f5;color:#dedfe2;border-color:#dedfe2;opacity:1}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary:focus,button.secondary:focus,input[type=button].secondary:focus,input[type=submit].secondary:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary:hover,button.secondary:hover,input[type=button].secondary:hover,input[type=submit].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)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success,button.success,input[type=button].success,input[type=submit].success{color:#fff;background-color:var(--bb-success-color)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success:hover,button.success:hover,input[type=button].success:hover,input[type=submit].success:hover{color:#fff;background-color:rgba(var(--bb-success-color),.05)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success:active,button.success:active,input[type=button].success:active,input[type=submit].success:active{color:#fff;background-color:rgba(var(--bb-success-color),.09)}.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.action-save.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.success.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{color:#c8cbcf;background-color:#f5f5f5}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success.outline,button.success.outline,input[type=button].success.outline,input[type=submit].success.outline{background:0 0;color:var(--bb-success-color);border-color:var(--bb-success-color)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success.outline:hover,button.success.outline:hover,input[type=button].success.outline:hover,input[type=submit].success.outline:hover{color:rgba(var(--bb-success-color),.05);border-color:rgba(var(--bb-success-color),.05)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success.outline:active,button.success.outline:active,input[type=button].success.outline:active,input[type=submit].success.outline:active{color:rgba(var(--bb-success-color),.12);border-color:rgba(var(--bb-success-color),.12)}.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.action-save.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.success.outline.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{background:#f5f5f5;color:#dedfe2;border-color:#dedfe2;opacity:1}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.error,button.error,input[type=button].error,input[type=submit].error{color:#fff;background-color:var(--bb-danger-color)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error: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.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,.button.error:hover,button.error:hover,input[type=button].error:hover,input[type=submit].error:hover{color:#fff;background-color:rgba(var(--bb-danger-color),.05)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.error:active,button.error:active,input[type=button].error:active,input[type=submit].error:active{color:#fff;background-color:rgba(var(--bb-danger-color),.09)}.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.action-save.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.error.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{color:#c8cbcf;background-color:#f5f5f5}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.error.outline,button.error.outline,input[type=button].error.outline,input[type=submit].error.outline{background:0 0;color:var(--bb-danger-color);border-color:var(--bb-danger-color)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.error.outline:hover,button.error.outline:hover,input[type=button].error.outline:hover,input[type=submit].error.outline:hover{color:rgba(var(--bb-danger-color),.05);border-color:rgba(var(--bb-danger-color),.05)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.error.outline:active,button.error.outline:active,input[type=button].error.outline:active,input[type=submit].error.outline:active{color:rgba(var(--bb-danger-color),.12);border-color:rgba(var(--bb-danger-color),.12)}.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.action-save.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.error.outline.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{background:#f5f5f5;color:#dedfe2;border-color:#dedfe2;opacity:1}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.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.error.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.error:hover,.buddypress .buddypress-wrap .comment-reply-link.error.outline:hover,.buddypress .buddypress-wrap .comment-reply-link.error:hover,.buddypress .buddypress-wrap .generic-button a.error.outline:hover,.buddypress .buddypress-wrap .generic-button a.error:hover,.buddypress .buddypress-wrap a.bp-title-button.error.outline:hover,.buddypress .buddypress-wrap a.bp-title-button.error:hover,.buddypress .buddypress-wrap a.button.error.outline:hover,.buddypress .buddypress-wrap a.button.error:hover,.buddypress .buddypress-wrap button.error.outline:hover,.buddypress .buddypress-wrap button.error:hover,.buddypress .buddypress-wrap input[type=button].error.outline:hover,.buddypress .buddypress-wrap input[type=button].error:hover,.buddypress .buddypress-wrap input[type=reset].error.outline:hover,.buddypress .buddypress-wrap input[type=reset].error:hover,.buddypress .buddypress-wrap input[type=submit].error.outline:hover,.buddypress .buddypress-wrap input[type=submit].error:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error.outline:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error:hover,.button.error.outline:hover,.button.error:hover,button.error.outline:hover,button.error:hover,input[type=button].error.outline:hover,input[type=button].error:hover,input[type=submit].error.outline:hover,input[type=submit].error:hover{background-color:var(--bb-secondary-button-background-regular);border-color:var(--bb-danger-color);color:var(--bb-danger-color)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted,button.inverted,input[type=button].inverted,input[type=submit].inverted{color:#000;background-color:#fff}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted:hover,button.inverted:hover,input[type=button].inverted:hover,input[type=submit].inverted:hover{color:#000;background-color:rgba(255,255,255,.05)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted:active,button.inverted:active,input[type=button].inverted:active,input[type=submit].inverted:active{color:#000;background-color:rgba(255,255,255,.09)}.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.action-save.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.inverted.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{color:#c8cbcf;background-color:#f5f5f5}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted.outline,button.inverted.outline,input[type=button].inverted.outline,input[type=submit].inverted.outline{background:0 0;color:#fff;border-color:#fff}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted.outline:hover,button.inverted.outline:hover,input[type=button].inverted.outline:hover,input[type=submit].inverted.outline:hover{color:rgba(255,255,255,.05);border-color:rgba(255,255,255,.05)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted.outline:active,button.inverted.outline:active,input[type=button].inverted.outline:active,input[type=submit].inverted.outline:active{color:rgba(255,255,255,.12);border-color:rgba(255,255,255,.12)}.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.action-save.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.inverted.outline.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{background:#f5f5f5;color:#dedfe2;border-color:#dedfe2;opacity:1}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted:hover,button.inverted:hover,input[type=button].inverted:hover,input[type=submit].inverted:hover{opacity:.7}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.round,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.round,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.round,button.round,input[type=button].round,input[type=submit].round{border-radius:50px}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.raised,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.raised,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.raised,button.raised,input[type=button].raised,input[type=submit].raised{box-shadow:0 1px 3px rgba(0,0,0,.3)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.outline,button.outline,input[type=button].outline,input[type=submit].outline{background:0 0;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}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.outline:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.outline:focus,button.outline:focus,input[type=button].outline:focus,input[type=submit].outline:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.outline:active,.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:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.outline:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.outline:hover,.buddypress .buddypress-wrap .comment-reply-link.outline:active,.buddypress .buddypress-wrap .comment-reply-link.outline:focus,.buddypress .buddypress-wrap .comment-reply-link.outline:hover,.buddypress .buddypress-wrap .generic-button a.outline:active,.buddypress .buddypress-wrap .generic-button a.outline:focus,.buddypress .buddypress-wrap .generic-button a.outline:hover,.buddypress .buddypress-wrap a.bp-title-button.outline:active,.buddypress .buddypress-wrap a.bp-title-button.outline:focus,.buddypress .buddypress-wrap a.bp-title-button.outline:hover,.buddypress .buddypress-wrap a.button.outline:active,.buddypress .buddypress-wrap a.button.outline:focus,.buddypress .buddypress-wrap a.button.outline:hover,.buddypress .buddypress-wrap button.outline:active,.buddypress .buddypress-wrap button.outline:focus,.buddypress .buddypress-wrap button.outline:hover,.buddypress .buddypress-wrap input[type=button].outline:active,.buddypress .buddypress-wrap input[type=button].outline:focus,.buddypress .buddypress-wrap input[type=button].outline:hover,.buddypress .buddypress-wrap input[type=reset].outline:active,.buddypress .buddypress-wrap input[type=reset].outline:focus,.buddypress .buddypress-wrap input[type=reset].outline:hover,.buddypress .buddypress-wrap input[type=submit].outline:active,.buddypress .buddypress-wrap input[type=submit].outline:focus,.buddypress .buddypress-wrap input[type=submit].outline:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.outline:active,.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:hover,.button.outline:active,.button.outline:focus,.button.outline:hover,button.outline:active,button.outline:focus,button.outline:hover,input[type=button].outline:active,input[type=button].outline:focus,input[type=button].outline:hover,input[type=submit].outline:active,input[type=submit].outline:focus,input[type=submit].outline: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)}.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.action-save.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.outline.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{opacity:.5}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.upper,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.upper,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.upper,button.upper,input[type=button].upper,input[type=submit].upper{text-transform:uppercase;letter-spacing:.04em;font-size:14px}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.upper.small,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.upper.small,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.upper.small,button.upper.small,input[type=button].upper.small,input[type=submit].upper.small{font-size:12px}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.upper.big,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.upper.big,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.upper.big,button.upper.big,input[type=button].upper.big,input[type=submit].upper.big{font-size:14px}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.upper.large,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.upper.large,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.upper.large,button.upper.large,input[type=button].upper.large,input[type=submit].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:active,.wp-block-file .wp-block-file__button:focus,.wp-block-file .wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__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)}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 a,.breadcrumbs span{font-style:normal;padding:0 .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 a,.breadcrumbs li:first-child span{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 a,.pagination span{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 li.active a,.pagination span{color:rgba(0,0,0,.5);border-color:#e0e1e1;cursor:text}.pagination.upper{font-size:14px}.bbp-pagination-links{border:0;padding:0;background:0 0;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,.llms-pagination>ul,.woocommerce-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-lms-pagination .page-numbers,.bb-lms-pagination .post-page-numbers,.bbp-pagination-links .page-numbers,.bbp-pagination-links .post-page-numbers,.bp-pagination-links .page-numbers,.bp-pagination-links .post-page-numbers,.llms-pagination .page-numbers,.llms-pagination .post-page-numbers,.page-links .page-numbers,.page-links .post-page-numbers,.woocommerce-pagination .page-numbers,.woocommerce-pagination .post-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-lms-pagination .page-numbers:not(.next,.prev),.bb-lms-pagination .post-page-numbers:not(.next,.prev),.bbp-pagination-links .page-numbers:not(.next,.prev),.bbp-pagination-links .post-page-numbers:not(.next,.prev),.bp-pagination-links .page-numbers:not(.next,.prev),.bp-pagination-links .post-page-numbers:not(.next,.prev),.llms-pagination .page-numbers:not(.next,.prev),.llms-pagination .post-page-numbers:not(.next,.prev),.page-links .page-numbers:not(.next,.prev),.page-links .post-page-numbers:not(.next,.prev),.woocommerce-pagination .page-numbers:not(.next,.prev),.woocommerce-pagination .post-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-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,.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,.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,.llms-pagination .page-numbers.next,.llms-pagination .page-numbers.prev,.llms-pagination .post-page-numbers.next,.llms-pagination .post-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,.woocommerce-pagination .page-numbers.next,.woocommerce-pagination .page-numbers.prev,.woocommerce-pagination .post-page-numbers.next,.woocommerce-pagination .post-page-numbers.prev{width:28px}.bb-bp-invites-content .table-responsive a.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.post-page-numbers,.bbp-pagination-links a.page-numbers:not(.prev,.next),.bbp-pagination-links a.post-page-numbers,.bp-pagination-links a.page-numbers:not(.prev,.next),.bp-pagination-links a.post-page-numbers,.llms-pagination a.page-numbers:not(.prev,.next),.llms-pagination a.post-page-numbers,.page-links a.page-numbers:not(.prev,.next),.page-links a.post-page-numbers,.woocommerce-pagination a.page-numbers:not(.prev,.next),.woocommerce-pagination 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.post-page-numbers:hover,.bb-lms-pagination a.page-numbers:not(.prev,.next):hover,.bb-lms-pagination a.post-page-numbers:hover,.bbp-pagination-links a.page-numbers:not(.prev,.next):hover,.bbp-pagination-links a.post-page-numbers:hover,.bp-pagination-links a.page-numbers:not(.prev,.next):hover,.bp-pagination-links a.post-page-numbers:hover,.llms-pagination a.page-numbers:not(.prev,.next):hover,.llms-pagination a.post-page-numbers:hover,.page-links a.page-numbers:not(.prev,.next):hover,.page-links a.post-page-numbers:hover,.woocommerce-pagination a.page-numbers:not(.prev,.next):hover,.woocommerce-pagination a.post-page-numbers:hover{color:var(--bb-primary-color)}.bb-bp-invites-content .table-responsive a.prev,.bb-lms-pagination a.prev,.bbp-pagination-links a.prev,.bp-pagination-links a.prev,.llms-pagination a.prev,.page-links a.prev,.woocommerce-pagination a.prev{margin-right:5px}.bb-bp-invites-content .table-responsive a.next,.bb-lms-pagination a.next,.bbp-pagination-links a.next,.bp-pagination-links a.next,.llms-pagination a.next,.page-links a.next,.woocommerce-pagination a.next{margin-left:5px}.bb-bp-invites-content .table-responsive a.next,.bb-bp-invites-content .table-responsive a.prev,.bb-lms-pagination a.next,.bb-lms-pagination a.prev,.bbp-pagination-links a.next,.bbp-pagination-links a.prev,.bp-pagination-links a.next,.bp-pagination-links a.prev,.llms-pagination a.next,.llms-pagination a.prev,.page-links a.next,.page-links a.prev,.woocommerce-pagination a.next,.woocommerce-pagination a.prev{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.next:hover,.bb-bp-invites-content .table-responsive a.prev:hover,.bb-lms-pagination a.next:hover,.bb-lms-pagination a.prev:hover,.bbp-pagination-links a.next:hover,.bbp-pagination-links a.prev:hover,.bp-pagination-links a.next:hover,.bp-pagination-links a.prev:hover,.llms-pagination a.next:hover,.llms-pagination a.prev:hover,.page-links a.next:hover,.page-links a.prev:hover,.woocommerce-pagination a.next:hover,.woocommerce-pagination a.prev:hover{background-color:var(--bb-content-alternate-background-color)}.bb-bp-invites-content .table-responsive a.next:before,.bb-bp-invites-content .table-responsive a.prev:before,.bb-lms-pagination a.next:before,.bb-lms-pagination a.prev:before,.bbp-pagination-links a.next:before,.bbp-pagination-links a.prev:before,.bp-pagination-links a.next:before,.bp-pagination-links a.prev:before,.llms-pagination a.next:before,.llms-pagination a.prev:before,.page-links a.next:before,.page-links a.prev:before,.woocommerce-pagination a.next:before,.woocommerce-pagination a.prev:before{font-family:bb-icons;speak:none;font-style:normal;font-weight:400;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,.bbp-pagination-links a.prev:before,.bp-pagination-links a.prev:before,.llms-pagination a.prev:before,.page-links a.prev:before,.woocommerce-pagination a.prev:before{content:"\e8ab"}.bb-bp-invites-content .table-responsive a.next:before,.bb-lms-pagination a.next:before,.bbp-pagination-links a.next:before,.bp-pagination-links a.next:before,.llms-pagination a.next:before,.page-links a.next:before,.woocommerce-pagination a.next:before{content:"\e827"}.bb-bp-invites-content .table-responsive span.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.post-page-numbers,.bbp-pagination-links span.page-numbers:not(.dots),.bbp-pagination-links span.post-page-numbers,.bp-pagination-links span.page-numbers:not(.dots),.bp-pagination-links span.post-page-numbers,.llms-pagination span.page-numbers:not(.dots),.llms-pagination span.post-page-numbers,.page-links span.page-numbers:not(.dots),.page-links span.post-page-numbers,.woocommerce-pagination span.page-numbers:not(.dots),.woocommerce-pagination 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-lms-pagination span.page-numbers.disabled,.bbp-pagination-links span.page-numbers.disabled,.bp-pagination-links span.page-numbers.disabled,.llms-pagination span.page-numbers.disabled,.page-links span.page-numbers.disabled,.woocommerce-pagination span.page-numbers.disabled{background-color:transparent;color:var(--bb-body-text-color)}.llms-pagination ul.page-numbers,.woocommerce nav.woocommerce-pagination ul.page-numbers,.woocommerce-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}.woocommerce nav.woocommerce-pagination ul li,.woocommerce-pagination ul li,body.woocommerce nav.woocommerce-pagination ul li{margin:0 3px}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce-pagination ul li a,body.woocommerce nav.woocommerce-pagination ul li a{background-color:transparent}.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce-pagination ul li a:focus,.woocommerce-pagination ul li a:hover,body.woocommerce nav.woocommerce-pagination ul li a:focus,body.woocommerce nav.woocommerce-pagination ul li a:hover{color:var(--bb-primary-color);background-color:transparent}.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,body.woocommerce nav.woocommerce-pagination ul li a.next,body.woocommerce nav.woocommerce-pagination ul li a.prev{font-size:0;color:var(--bb-body-text-color);background-color:var(--bb-content-background-color)}.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,body.woocommerce nav.woocommerce-pagination ul li a.next:hover,body.woocommerce nav.woocommerce-pagination ul li a.prev:hover{background-color:var(--bb-content-alternate-background-color)}.woocommerce nav.woocommerce-pagination ul li span.current,.woocommerce-pagination ul li span.current,body.woocommerce nav.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.next,.buddypress-wrap .bp-pagination .bp-pagination-links a.prev,.buddypress-wrap .bp-pagination .bp-pagination-links span.next,.buddypress-wrap .bp-pagination .bp-pagination-links span.prev{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 embed,.video-container iframe:not(.wp-embedded-content),.video-container object{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:0 0!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}blockquote,pre{border:1px solid #999;page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,h4{page-break-after:avoid}@page{margin:.5cm}}.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(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}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 .2s;animation:zoom-in .2s}.zoomOut{-webkit-animation:zoom-out .5s;animation:zoom-out .5s}.slideInRight{-webkit-animation:slide-in-right .5s;animation:slide-in-right .5s}.slideInLeft{-webkit-animation:slide-in-left .5s;animation:slide-in-left .5s}.slideInDown{-webkit-animation:slide-in-down .5s;animation:slide-in-down .5s}.slideOutLeft{-webkit-animation:slide-out-left .5s;animation:slide-out-left .5s}.slideOutRight{-webkit-animation:slide-out-right .5s;animation:slide-out-right .5s}.slideOutUp{-webkit-animation:slide-out-up .5s;animation:slide-out-up .5s}.slideUp{overflow:hidden;-webkit-animation:slide-up .2s ease-in-out;animation:slide-up .2s 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 .5s cubic-bezier(.5,-.5,.5,1.5);animation:flip-out .5s cubic-bezier(.5,-.5,.5,1.5)}.rotate{-webkit-animation:rotate .5s;animation:rotate .5s}.pulse{-webkit-animation:pulse 250ms 2;animation:pulse 250ms 2}.shake{-webkit-animation:shake .5s;animation:shake .5s}.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:after,[data-balloon]:hover:before,[data-balloon][data-balloon-visible]:after,[data-balloon][data-balloon-visible]:before{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]:after,[data-balloon][data-balloon-blunt]:before{-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}html{margin-right:0!important}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}body.login{background-color:var(--bb-admin-screen-bgr-color);font-size:14px;line-height:1.4em}body.login form{background-color:transparent;border:none;box-shadow:none;padding:2px;margin-left:-2px;margin-right:-2px}body.login input,body.login select,body.login textarea{vertical-align:baseline}body.login #login,body.login p.forgetmenot label{color:var(--bb-admin-screen-txt-color)}body.login .login-popup .mfp-close{color:var(--bb-headings-color);font-size:24px;opacity:1;top:6px;right:15px}.registration .mfp-content #privacy-modal,.registration .mfp-content #terms-modal,body.login .mfp-content #privacy-modal,body.login .mfp-content #terms-modal{border:1px solid var(--bb-content-border-color)}.bb-template-v2.registration .mfp-content div#privacy-modal,.bb-template-v2.registration .mfp-content div#terms-modal,body.login.bb-template-v2 .mfp-content div#privacy-modal,body.login.bb-template-v2 .mfp-content div#terms-modal{border-radius:10px;border-color:var(--bb-content-border-color)}.login.bb-login #login{padding-top:8%;padding-bottom:8%}@media (min-width:992px){.login.bb-login #login{padding-top:5%;padding-bottom:5%}}@media (max-width:360px){.login.bb-login #login{width:84%}}.login.bb-login #login>h1>a{margin-bottom:15px;height:auto}.bs-cs-login-logo{visibility:hidden;width:100%;display:block}img.bs-cs-login-logo.private-on{visibility:visible;display:inline-block}.login h1 a.bb-login-title{background-image:none;text-indent:0;width:auto;color:var(--bb-login-register-link-color-regular)}.login h1 a.bb-login-title:focus,.login h1 a.bb-login-title:hover{color:var(--bb-login-register-link-color-hover)}body.login.login-split-page .login-split{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;position:relative}body.login.login-split-page .login-split .split-overlay{width:100%;height:100%;background-color:#000;position:absolute;z-index:1;opacity:0}body.login.login-split-page .login-split div{color:#fff}body.login.login-split-page .login-split__entry{padding:80px 0}body.login.login-split-page .login-split__entry h1{color:var(--bb-login-custom-heading-color);text-align:left;line-height:1.1}body.login.login-split-page .login-split .login-split__entry{display:block;width:100%;max-width:450px;font-size:32px;line-height:1.15;position:relative;z-index:9}body.login.login-split-page #language-switcher{margin-top:20px}@media (max-width:800px){body.login.login-split-page .login-split .login-split__entry{width:80%}}@media (max-width:544px){body.login.login-split-page .login-split .login-split__entry{width:85%}}body.login.login-split-page .login-split__entry p{font-size:16px;line-height:1.4;display:block;margin-top:20px;margin-bottom:0;color:var(--bb-login-custom-heading-color);word-wrap:break-word}body.login.login-split-page #login{padding-top:30px;padding-bottom:30px}body.login.login-split-page #login h1 a{margin-left:0;text-align:left}@media (min-width:992px){body.login.login-split-page .grecaptcha-badge[data-style=bottomleft]{left:-webkit-calc(-50vw - 186px)!important;left:calc(-50vw - 186px)!important}body.login.login-split-page .grecaptcha-badge[data-style=bottomleft]:hover{left:-webkit-calc(-50vw)!important;left:calc(-50vw)!important}body.login.login-split-page .login-split{width:50%;position:fixed;left:0;height:100%}body.login.login-split-page .login-split .login-split__entry{margin-left:-webkit-calc((50vw - 450px)/ 2);margin-left:calc((50vw - 450px)/ 2);margin-right:-webkit-calc((50vw - 450px)/ 2);margin-right:calc((50vw - 450px)/ 2);padding:0;max-width:450px}body.login.login-split-page #login{position:absolute;left:50%;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:50vw;padding:30px -webkit-calc((50vw - 450px)/ 2);padding:30px calc((50vw - 450px)/ 2);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;min-height:100%}body.login.login-split-page.login-exh #login{-webkit-transform:translateY(-35%);-ms-transform:translateY(-35%);transform:translateY(-35%)}body.login.login-split-page .language-switcher{padding-top:15px}}@media screen and (max-width:991px){body.login.login-split-page .language-switcher{top:initial!important}body.login.login-split-page #login{width:100%;max-width:450px}}@media (max-width:800px){body.login.login-split-page #login{width:80%}}@media (max-width:544px){body.login.login-split-page #login{width:85%}}body.login:not(.login-split-page) .language-switcher{margin-top:-25px}.login #backtoblog,.login #nav{padding:0}.login input[type=email],.login input[type=password],.login input[type=text]{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);box-shadow:none;border-radius:var(--bb-input-radius);font-size:16px;padding:10px 15px;color:var(--bb-body-text-color)}.bb-template-v2.login input[type=email]:focus,.bb-template-v2.login input[type=password]:focus,.bb-template-v2.login input[type=text]:focus{border-color:var(--bb-input-focus-border-color);box-shadow:var(--bb-input-focus-shadow)}.login form#loginform input[type=text]{padding:10px 10px 10px 40px}.login form#loginform input[type=password],.login form#loginform input[type=text]#user_pass{padding:10px 35px 10px 40px;font-family:inherit}.login form label[for=user_login],.login form label[for=user_pass]{display:block;position:relative}.login form label[for=user_login] br,.login form label[for=user_pass] br{display:none}.login form#loginform label[for=user_login]:before,.login form#loginform label[for=user_pass]:before,.user-pass-wrap .wp-pwd:before{font-family:bb-icons;font-size:16px;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;position:absolute;top:12px;left:10px}.login form#loginform label[for=user_login]:before{content:"\ef52";color:var(--bb-body-text-color)}.login label{margin-bottom:1px}.login .user-pass-wrap .wp-pwd{position:relative}.login .user-pass-wrap .wp-pwd:before{content:"\eebf";font-size:20px;top:10px;color:var(--bb-body-text-color)}.login .user-pass-wrap .wp-pwd .dashicons{font-family:bb-icons;font-size:18px;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;position:absolute;top:11px;left:5px;color:#122b46;opacity:.5}.login .user-pass-wrap .wp-pwd .dashicons:before{content:"\ee6a"}.login .user-pass-wrap .wp-pwd .dashicons-visibility:before{content:"\ee69"}.login form#loginform label[for=user_pass]:before{content:"\eebf";font-size:20px;top:12px}.login form#loginform label[for=user_pass] .label-switch{position:absolute;top:15px;right:15px;font-size:0;-webkit-transition:all .3s ease;transition:all .3s ease;opacity:.5}.login form#loginform label[for=user_pass] .label-switch.bb-eye:after{content:"\ee69"}.login form#loginform label[for=user_pass] .label-switch:after{content:"\ee6a";font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;font-size:14px}.login.bb-login .button-primary,.login.bb-login .wp-generate-pw,.login.wp-core-ui .button-primary{background-color:var(--bb-login-register-button-background-color-regular);border-color:var(--bb-login-register-button-border-color-regular);color:var(--bb-login-register-button-text-color-regular);border-radius:var(--bb-button-radius);box-shadow:none;text-shadow:none;height:auto;padding:4px 30px;-webkit-transition:all linear .2s;transition:all linear .2s;float:none;width:100%;margin:20px 0 0;font-size:14px}.login.bb-login .button-primary:hover,.login.bb-login .wp-generate-pw:hover,.login.wp-core-ui .button-primary:hover{background-color:var(--bb-login-register-button-background-color-hover);border-color:var(--bb-login-register-button-border-color-hover);color:var(--bb-login-register-button-text-color-hover)}.login.bb-login .button-primary:active,.login.bb-login .wp-generate-pw:active,.login.wp-core-ui .button-primary:active{-webkit-transform:none;-ms-transform:none;transform:none}.bb-login.wp-core-ui .language-switcher .button,.language-switcher .button{background-color:var(--bb-secondary-button-background-regular);border-color:var(--bb-secondary-button-border-regular);color:var(--bb-secondary-button-text-regular);border-radius:var(--bb-button-radius)}.bb-login.wp-core-ui .language-switcher .button:hover,.language-switcher .button:hover{background-color:var(--bb-secondary-button-background-hover);border-color:var(--bb-secondary-button-border-hover);color:var(--bb-secondary-button-text-hover)}.bb-login.wp-core-ui .language-switcher select,.language-switcher select{border-radius:var(--bb-input-radius);background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color)}.language-switcher .dashicons.dashicons-translation:before{color:var(--bb-admin-screen-txt-color)}.admin-email__actions .admin-email__actions-primary a.button{background:0 0;border-color:var(--bb-login-register-button-border-color-regular);color:var(--bb-login-register-button-background-color-regular);min-height:40px;line-height:40px;padding:0 30px;border-radius:50px;outline:0;box-shadow:none;min-width:160px}.admin-email__actions .admin-email__actions-primary a.button:hover{border-color:var(--bb-login-register-button-border-color-hover);color:var(--bb-login-register-button-background-color-hover)}.bb-template-v2 .language-switcher select,.bb-template-v2.bb-login.wp-core-ui .language-switcher select{border-radius:6px;color:var(--bb-body-text-color);background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:right .9rem center;padding-right:30px;background-size:auto}.bb-template-v2 .language-switcher select:focus,.bb-template-v2.bb-login.wp-core-ui .language-switcher select:focus{color:var(--bb-body-text-color);border-color:var(--bb-input-focus-border-color);box-shadow:var(--bb-input-focus-shadow)}.login-action-confirm_admin_email #login{max-width:440px;padding:0 20px;width:100%}.login-action-confirm_admin_email.login-split-page #login{max-width:100%}.login h1.admin-email__heading{font-size:26px;color:#122b46}@media (max-width:782px){.login.bb-login .button-primary{line-height:28px}}.login .login-heading{margin:35px 0 10px;display:-webkit-box;display:flexbox;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.login #login_error,.login .message{margin-top:15px;border:0;box-shadow:none;border-radius:var(--bb-input-radius)}.login .message#bp_member_switching_switch_on{background-color:#a8aab4}.login .message#bp_member_switching_switch_on a{vertical-align:middle;margin-top:2px;display:inline-block;color:#fff}.login #login_error a,.login .message a{color:#fff}.login #login_error{border-left-color:var(--bb-danger-color);background-color:var(--bb-danger-color);color:#fff}.login.login-action-lostpassword .message>.message,.login:not(.login-action-lostpassword) .message:not(.reset-pass){background-color:var(--bb-default-notice-color);color:#fff}.login .login-heading h2{margin-right:auto;font-size:20px;color:var(--bb-admin-screen-txt-color)}.login .bs-register-message,.login:not(.login-action-lostpassword) .message.bs-register-message:not(.reset-pass){border:0;background-color:transparent;color:#122b46;padding:0;font-size:20px;margin-top:0;margin-bottom:0;margin-right:auto}body.login .login-heading a{text-decoration:none;color:var(--bb-login-register-link-color-regular)}body.login .login-heading a:focus,body.login .login-heading a:hover{color:var(--bb-login-register-link-color-hover)}.login a{outline:0;box-shadow:none;color:var(--bb-login-register-link-color-regular)}.login a:hover{color:var(--bb-login-register-link-color-hover)}.login .login-heading a:focus,.login .login-heading a:hover{color:var(--bb-login-register-link-color-hover)}.login form .forgetmenot label strong{font-weight:400}.login.bb-login #login p#nav,.login.bb-login:not(.login-action-resetpass) #backtoblog{display:none}.login.bb-login form .forgetmenot{font-size:14px;line-height:20px;vertical-align:bottom;padding-top:4px;position:relative}.login.bb-login form .forgetmenot input[type=checkbox],.login.bb-login form .forgetmenot input[type=checkbox]:before{margin:0;width:20px;height:20px;position:absolute;left:0;top:4px}.login.bb-login form .forgetmenot input[type=checkbox]:focus+.checkbox{border-color:var(--bb-input-focus-border-color);box-shadow:var(--bb-input-focus-shadow)}.login.bb-login form .pw-weak{font-size:14px;line-height:20px;vertical-align:bottom;padding-top:4px;position:relative}.login.bb-login form .pw-weak input[type=checkbox],.login.bb-login form .pw-weak input[type=checkbox]:before{margin:0;width:20px;height:20px;position:absolute;left:0;top:4px}.login.bb-login form .pw-weak input[type=checkbox]:focus+.checkbox{border-color:var(--bb-input-focus-border-color);box-shadow:var(--bb-input-focus-shadow)}.admin-email__actions-primary{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;gap:10px}.admin-email__actions-primary #correct-admin-email{margin:0;width:auto}.admin-email__actions-secondary a{text-decoration:underline}.login .button.wp-hide-pw,.login .button.wp-hide-pw:focus{border:0;box-shadow:none;outline:0}.login .button.wp-hide-pw:focus .dashicons,.login .button.wp-hide-pw:hover .dashicons{color:var(--bb-login-register-link-color-hover)}.checkbox{position:relative;z-index:10}span.checkbox{z-index:5;display:inline-block;width:20px;height:20px;border-radius:var(--bb-checkbox-radius);background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);margin-right:10px;float:left}span.checkbox.on{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color);border-radius:var(--bb-checkbox-radius)}span.checkbox.on:before{color:#fff;content:"\e876";font-family:bb-icons;width:20px;height:20px;line-height:20px;font-size:14px;position:relative;top:-1px;left:2px;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:6px}.login form .lostmenot{float:right;padding:5px 0 0}.login a.privacy-policy-link,.login form .lostmenot a,form#lostpasswordform a.bs-sign-in{text-decoration:none;color:var(--bb-login-register-link-color-regular)}.login a.privacy-policy-link:hover,.login form .lostmenot a:focus,.login form .lostmenot a:hover,form#lostpasswordform a.bs-sign-in:hover{color:var(--bb-login-register-link-color-hover)}.login form#resetpassform .password-input-wrapper{width:100%}.login form#resetpassform .password-input-wrapper .button.button-secondary{text-align:center;vertical-align:baseline}.login.bb-login form#resetpassform .password-input-wrapper .button.button-secondary.wp-hide-pw{display:none!important}.login.bb-login #pass-strength-result{padding-top:0;padding-bottom:0;margin-bottom:0;display:none!important}.login.bb-login #pass-strength-result.bad,.login.bb-login #pass-strength-result.good,.login.bb-login #pass-strength-result.short,.login.bb-login #pass-strength-result.strong{padding-top:6px;padding-bottom:6px;margin-bottom:0;display:block!important}.login.bb-login #pass-strength-result.bad,.login.bb-login #pass-strength-result.short{margin-bottom:10px;background-color:var(--bb-danger-color);border-color:var(--bb-danger-color);color:#fff}.login.bb-login #pass-strength-result.good{background-color:var(--bb-warning-color);border-color:var(--bb-warning-color);color:#fff}.login.bb-login #pass-strength-result.strong{background-color:var(--bb-success-color);border-color:var(--bb-success-color);color:#fff}.login.login-action-resetpass.bb-login p#backtoblog span.bs-pass-update-msg{display:block;margin:0 0 20px}.login.bb-login form#resetpassform p.description.indicator-hint{display:none}.login.bb-login form#resetpassform label[for=pass1],.user-bs-pass2-wrap>p{display:none}.login.bb-login p.message.reset-pass,.login.login-action-lostpassword.bb-login #login>p.message{border:0;background:0 0;box-shadow:none;padding:12px 0 0}.login.bb-login p.message.reset-pass{font-size:1rem}.login.login-action-lostpassword.bb-login #login>p.message>div{font-size:1rem;padding:0 0 5px}#bs-pass2{margin-bottom:0}.user-bs-pass2-wrap{margin-bottom:20px;position:relative}.user-bs-pass2-wrap .button-reset-hide-pw{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.user-bs-pass2-wrap .button-reset-hide-pw i{font-size:18px;color:#122b46;opacity:.5}#resetpassform .wp-pwd .wp-hide-pw .dashicons{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#resetpassform .wp-pwd .wp-hide-pw .dashicons:before{font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;font-variant:normal;font-size:18px;color:#122b46;opacity:.5}#resetpassform .wp-pwd .wp-hide-pw .dashicons-hidden:before{content:"\ee6a"}#resetpassform .wp-pwd .wp-hide-pw .dashicons-visibility:before{content:"\ee69"}.login.login-action-lostpassword.bb-login form#lostpasswordform p.submit{text-align:center}.login.login-action-lostpassword.bb-login form#lostpasswordform p.submit input#wp-submit{float:none}form#lostpasswordform a.bs-sign-in,form#lostpasswordform a:active.bs-sign-in,form#lostpasswordform a:focus.bs-sign-in,form#lostpasswordform a:hover.bs-sign-in{display:inline-block;width:100%;text-align:center;margin:15px auto 0;text-decoration:none;outline:0!important;box-shadow:none}span.apsl-login-new-text{font-weight:400}.apsl-login-networks.theme-1 .apsl-icon-block .fa{-webkit-transition-property:none;transition-property:none}body.login .privacy-policy-page-link{margin:2em 0}body.login .privacy-policy-page-link a{font-weight:600}body.login .login-popup.bb-modal{position:relative;background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;padding:30px;width:auto;margin:40px auto;box-shadow:0 3px 24px 0 rgba(18,43,70,.28);max-width:800px;font-size:16px;line-height:1.6875rem;color:var(--bb-body-text-color)}body.login .login-popup.bb-modal dd,body.login .login-popup.bb-modal ol,body.login .login-popup.bb-modal ul{margin:0 0 1.6875rem 1.6875rem;padding:0}body.login .login-popup.bb-modal .mfp-close,body.login .login-popup.bb-modal .mfp-close:hover{background-color:transparent;box-shadow:none}body.login .login-popup.bb-modal p{margin:0 0 1.6875rem}body.login .login-popup.bb-modal>h1:first-of-type{color:var(--bb-headings-color);text-align:left;line-height:24px;margin:-30px -30px 30px;background-color:var(--bb-content-alternate-background-color);padding:17px 30px;border-top-left-radius:var(--bb-block-radius);border-top-right-radius:var(--bb-block-radius);border-bottom:1px solid var(--bb-content-border-color);font-size:20px}body.login.bb-template-v2 .login-popup.bb-modal>h1:first-of-type{border-bottom:0}body.login .mfp-content #privacy-modal.bb-modal>h1:first-of-type,body.login .mfp-content #terms-modal.bb-modal>h1:first-of-type{font-size:20px}body.login .mfp-bg{opacity:.4}@media (max-width:992px){body.login .login-popup.bb-modal{padding:40px 20px}}.bb-modal iframe{margin-bottom:1.6875rem}div.bb-sso-container .bb-sso-button-default{background-color:var(--bb-content-background-color);border-color:var(--bb-content-border-color);color:var(--bb-secondary-button-text-regular);border-radius:var(--bb-button-radius)} \ No newline at end of file diff --git a/web/app/themes/buddyboss-theme/assets/css/memberpress.css b/web/app/themes/buddyboss-theme/assets/css/memberpress.css index b2b51618..bbbe3c44 100644 --- a/web/app/themes/buddyboss-theme/assets/css/memberpress.css +++ b/web/app/themes/buddyboss-theme/assets/css/memberpress.css @@ -3,15 +3,12 @@ .mp_wrapper.mp_login_form #mepr_loginform { width: 100%; } - .mp_wrapper.mp_login_form #wp-submit { width: 100%; } - .mp_wrapper.mp_login_form #wp-submit:hover { background: #007cff; } - .mp_wrapper.mp_login_form input[type="text"], .mp_wrapper.mp_login_form input[type="url"], .mp_wrapper.mp_login_form input[type="email"], @@ -25,23 +22,20 @@ border-radius: 3px; font-size: 16px; } - .mp_wrapper.mp_login_form input[type="text"], .mp_wrapper.mp_login_form input[type="password"] { padding: 0 5px 0 40px !important; } - .mp_wrapper.mp_login_form .mepr_username, .mp_wrapper.mp_login_form .mepr_password { position: relative; margin-bottom: 18px; } - -.mp_wrapper.mp_login_form .mepr_username::before, -.mp_wrapper.mp_login_form .mepr_password::before { +.mp_wrapper.mp_login_form .mepr_username:before, +.mp_wrapper.mp_login_form .mepr_password:before { font-family: bb-icons; font-style: normal; - font-weight: 400; + font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; @@ -58,76 +52,62 @@ z-index: 9; color: #72777c; } - .mp_wrapper.mp_login_form .mepr_username .mp-form-label { display: none; } - -.mp_wrapper.mp_login_form .mepr_username::before { +.mp_wrapper.mp_login_form .mepr_username:before { content: "\ef52"; font-family: bb-icons; font-size: 16px; } - .mp_wrapper.mp_login_form .mepr_password .mp-form-label > label { display: none !important; } - .mp_wrapper.mp_login_form .mepr_password input[type="text"], .mp_wrapper.mp_login_form .mepr_password input[type="password"] { padding: 0 35px 0 40px !important; } - .mp_wrapper.mp_login_form .mepr_password .button.mp-hide-pw { height: 40px; padding: 0 9px; box-shadow: none; } - .mp_wrapper.mp_login_form .mepr_password .button.mp-hide-pw .dashicons { font-size: 16px; } - -.mp_wrapper.mp_login_form .mepr_password .button.mp-hide-pw .dashicons::before { +.mp_wrapper.mp_login_form .mepr_password .button.mp-hide-pw .dashicons:before { content: "\ee69"; font-family: bb-icons; font-size: 16px; color: #122b46; opacity: 0.5; } - -.mp_wrapper.mp_login_form .mepr_password .button.mp-hide-pw .dashicons.dashicons-hidden::before { +.mp_wrapper.mp_login_form .mepr_password .button.mp-hide-pw .dashicons.dashicons-hidden:before { content: "\ee6a"; } - -.mp_wrapper.mp_login_form .mepr_password::before { +.mp_wrapper.mp_login_form .mepr_password:before { content: "\eebf"; font-size: 20px; } - .mp_wrapper.mp_login_form label { font-weight: 400; font-size: 14px; color: #122b46; } - .mp_wrapper.mp_login_form #rememberme { width: 17px; height: 17px; background: #fff; } - .mp_wrapper.mp_login_form .mepr-login-actions { font-size: 14px; position: absolute; top: 115px; right: 20px; } - .mp_wrapper.mp_login_form .mp-spacer { line-height: 10px; } - .mp_wrapper.mp_login_form .submit { margin-top: 5px; } @@ -144,11 +124,9 @@ border-radius: 3px; padding: 12px !important; } - .mp_wrapper ul { padding: 0 !important; } - .mp_wrapper input[type="text"], .mp_wrapper input[type="url"], .mp_wrapper input[type="email"], @@ -162,7 +140,6 @@ border-radius: 3px; font-size: 16px; } - .mp_wrapper label { font-size: 14px; color: var(--bb-headings-color); @@ -172,20 +149,17 @@ .mepr-thankyou-page .entry-header { margin: 30px 0; } - .mepr-login-page .entry-title, .mepr-thankyou-page .entry-title { font-size: 22px; text-align: center; } - .mepr-login-page .mp_wrapper, .mepr-thankyou-page .mp_wrapper { margin: auto; padding: 0 20px; position: relative; } - .mepr-login-page .mp_wrapper .mepr-login-form-wrap, .mepr-thankyou-page .mp_wrapper .mepr-login-form-wrap { max-width: 360px; @@ -213,7 +187,6 @@ .mepr-forgot-password-page .entry-header { display: none; } - .mepr-forgot-password-page .mp_wrapper { margin-top: 30px; } @@ -222,17 +195,14 @@ max-width: 360px; padding: 0; } - .mepr-login-page .mepr-unauthorized-message { margin-top: 30px; text-align: center; } - .mepr-login-page .entry-header { margin: 30px auto; padding: 0 20px; } - .mepr-login-page .entry-title { line-height: 1.3; } @@ -248,7 +218,6 @@ border-radius: 4px; margin-bottom: 30px; } - .bb-mp-account-settings .mp_wrapper.mp_wrapper_nav { -webkit-box-flex: 0; -ms-flex: 0 0 230px; @@ -260,7 +229,6 @@ margin: 0; padding: 30px 0; } - .bb-mp-account-settings .mp-wrapper:not(.mp_wrapper_nav), .bb-mp-account-settings .mp_wrapper:not(.mp_wrapper_nav) { -webkit-box-flex: 1; @@ -274,7 +242,6 @@ display: block; padding: 0; } - #mepr-account-nav a { font-size: 14px; color: #939597; @@ -289,7 +256,6 @@ line-height: 1; margin-bottom: 1px; } - #mepr-account-nav a:hover, #mepr-account-nav .mepr-active-nav-tab a { background: rgba(77, 92, 109, 0.1); @@ -345,14 +311,12 @@ margin-bottom: 20px; padding: 15px 20px; } - .mp-form-row.mepr_bold.mepr_price label { margin: 0 20px 0 0; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } - .mp-form-row.mepr_bold.mepr_price .mepr_price_cell { font-weight: 500; } @@ -367,32 +331,26 @@ .mepr-signup-form .mp-form-label { position: relative; } - .mepr-signup-form .mepr-coupon-loader { margin-bottom: 20px; position: absolute; right: 0; top: -10px; } - .mepr-signup-form .mepr-payment-method-label label { margin: 0; } - .mepr-signup-form .mp_wrapper .mepr-payment-method { margin-bottom: 0; } - .mepr-signup-form img.mepr-loading-gif { margin: 0 10px 12px 12px; } - .mepr-signup-form .mp_wrapper .mepr-form-has-errors, .mepr-signup-form .mp_wrapper .cc-error { font-size: 14px; padding-left: 0; } - .mepr-signup-form label[for="mepr_agree_to_tos"] > input[type="checkbox"], .mepr-signup-form label[for="mepr_agree_to_privacy_policy"] > input[type="checkbox"] { display: inline-block; @@ -403,25 +361,20 @@ } .registration.register { - /* Hide sidebar on checkout page */ } - .registration.register .site { margin-left: 0; } - .registration.register #primary .entry-header { margin-bottom: 20px; } - .registration.register #primary h1.entry-title { font-size: 28px; color: #122b46; letter-spacing: 0; line-height: 1.3; } - .registration.register .entry-content > p { font-size: 15px; color: #939597; @@ -430,29 +383,23 @@ line-height: 1.4; font-style: italic; } - .registration.register #secondary { display: none; } - .registration.register span.mepr-payment-method-label-text { padding-left: 0 !important; } - .registration.register .mp_wrapper .mp-form-row { margin-bottom: 20px; } - .registration.register .mp_wrapper .mepr-payment-method { margin-bottom: 0; } - .registration.register .mp_wrapper .have-coupon-link { margin-bottom: 20px; display: block; font-size: 15px; } - .registration.register input.mepr-submit { min-width: 160px; } @@ -466,7 +413,6 @@ background: #fff; margin-top: 30px; } - .mp_wrapper.mp_invoice table.mp-table th, .mp_wrapper.mp_invoice table.mp-table td { padding: 12px 20px; @@ -477,7 +423,6 @@ } @media (max-width: 1100px) { - .has-sidebar .bb-mp-account-settings .mp_wrapper.mp_wrapper_nav { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -489,17 +434,14 @@ margin: 0; padding: 0; } - .has-sidebar div#mepr-account-nav { margin-bottom: 0; } - .has-sidebar #mepr-account-nav .mepr-nav-item { display: inline-block; } } @media (max-width: 800px) { - body:not(.has-sidebar) .bb-mp-account-settings .mp_wrapper.mp_wrapper_nav { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -511,17 +453,14 @@ margin: 0; padding: 0; } - body:not(.has-sidebar) div#mepr-account-nav { margin-bottom: 0; } - body:not(.has-sidebar) #mepr-account-nav .mepr-nav-item { display: inline-block; } } @media (max-width: 600px) { - .mp_wrapper table.mepr-account-table td { text-align: right; } @@ -531,16 +470,13 @@ border-radius: 0; } } - /* Pricing Page Theme : Comman Styles */ #content .mepr-price-menu { margin-bottom: 40px; } - #content .mepr-price-menu.fixed { position: static; } - #content .mepr-price-menu .mepr-price-boxes { display: -webkit-box; display: -ms-flexbox; @@ -549,7 +485,6 @@ flex-flow: row wrap; margin: 0 -10px !important; } - #content .mepr-price-menu .mepr-price-box { display: -webkit-box; display: -ms-flexbox; @@ -565,23 +500,19 @@ -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - #content .mepr-price-menu .mepr-price-box:hover { box-shadow: 0 6px 24px 0 rgba(18, 43, 70, 0.12); } @media (max-width: 640px) { - #content .mepr-price-menu .mepr-price-box { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } } - #content .mepr-price-menu .mepr-most-popular { display: none; } - #content .mepr-price-menu .mepr-price-box-title { font-size: 22px; font-weight: 400; @@ -590,7 +521,6 @@ margin-bottom: 30px; text-align: center; } - #content .mepr-price-menu .mepr-price-box-heading { font-size: 15px; line-height: 1; @@ -600,25 +530,14 @@ margin-bottom: 16px; font-family: inherit !important; } - #content .mepr-price-menu .mepr-price-box-price { margin-bottom: 25px; text-align: center; - font-size: 14px; - font-weight: 400; - color: #939597; - letter-spacing: -0.24px; - line-height: 1.428; -} - -#content .mepr-price-menu .mepr-price-box-price span { font-size: 38px; color: var(--bb-headings-color); - display: block; + letter-spacing: -0.24px; line-height: 1; - margin-bottom: 5px; } - #content .mepr-price-menu .mepr-price-box-benefits-item { font-size: 14px; letter-spacing: -0.24px; @@ -628,11 +547,10 @@ display: -ms-flexbox; display: flex; } - -#content .mepr-price-menu .mepr-price-box-benefits-item::before { +#content .mepr-price-menu .mepr-price-box-benefits-item:before { content: "\E876"; color: var(--bb-primary-color); - font: 400 normal normal 15px/1 bb-icons; + font: normal normal normal 15px/1 bb-icons; speak: none; display: inline-block; text-decoration: inherit; @@ -642,15 +560,12 @@ margin-right: 12px; margin-top: 8px; } - #content .mepr-price-menu .mepr-price-box-footer:empty { display: none; } - #content .mepr-price-menu .mepr-price-box-foot { margin-top: auto !important; } - #content .mepr-price-menu .mepr-price-box-footer { font-size: 14px; color: #939597; @@ -661,7 +576,7 @@ } /* Pricing Page Theme : Custom */ -.mepr-price-menu.custom .mepr-price-box-benefits-item::before { +.mepr-price-menu.custom .mepr-price-box-benefits-item:before { color: var(--bb-primary-color); } @@ -672,13 +587,11 @@ #content .mepr-price-menu.custom { margin-top: 45px; } - #content .mepr-price-menu.custom .mepr-price-box { background: #fff; border: 1px solid var(--bb-content-border-color); border-radius: 4px; } - #content .mepr-price-menu.custom .mepr-price-box.highlighted { border: 1px solid rgba(11, 11, 12, 0.16); box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.15); @@ -687,19 +600,16 @@ -ms-transform: scale(1.08); transform: scale(1.08); } - #content .mepr-price-menu.custom .mepr-price-box.highlighted:hover { box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.22); } @media (max-width: 640px) { - #content .mepr-price-menu.custom .mepr-price-box.highlighted { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } } - #content .mepr-price-menu.custom .mepr-price-box-button a { background: #007cff; border-radius: 100px; @@ -712,14 +622,12 @@ padding: 14px 20px; text-align: center; } - #content .mepr-price-menu.custom .mepr-price-box-button a:hover, #content .mepr-price-menu.custom .mepr-price-box-button a:focus { outline: none; text-decoration: none; color: #fff; box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1); } - #content .mepr-price-menu.custom .mepr-price-box-head { display: -webkit-box; display: -ms-flexbox; @@ -727,7 +635,6 @@ -ms-flex-flow: column; flex-flow: column; } - #content .mepr-price-menu.custom .mepr-price-box-head .mepr-price-box-button { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; @@ -735,13 +642,11 @@ margin-bottom: 30px; margin-top: 10px; } - #content .mepr-price-menu.custom .mepr-price-box-head .mepr-price-box-heading { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } - #content .mepr-price-menu.custom .mepr-price-box-benefits { margin-bottom: 35px; } @@ -752,50 +657,39 @@ border: 1px solid var(--bb-content-border-color); border-radius: 4px; } - #content .mepr-price-menu.classic .mepr-price-box.highlighted { box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.22); } - #content .mepr-price-menu.classic.classic_light { color: inherit !important; } - #content .mepr-price-menu.classic.classic_light .mepr-price-box { border: 1px solid var(--bb-content-border-color); border-radius: 4px; } - #content .mepr-price-menu.classic.classic_light .mepr-price-box-head { padding: 0; } - #content .mepr-price-menu.classic.classic_light .mepr-price-box.highlighted { border: 1px solid rgba(11, 11, 12, 0.16); } - #content .mepr-price-menu.classic.classic_light .mepr-price-box-benefits { border-top: 2px solid #ddd; } - #content .mepr-price-menu.classic.classic_light .mepr-price-box-benefits-item { border-bottom: 1px solid #ddd; } - #content .mepr-price-menu.classic .mepr-price-box-title { font-size: 20px; font-weight: 400; margin-bottom: 10px; } - #content .mepr-price-menu.classic .mepr-price-box-benefits-list { margin: 0; } - #content .mepr-price-menu.classic .mepr-price-box { text-align: left; } - #content .mepr-price-menu.classic .mepr-price-box-foot { margin-top: auto; text-align: center; @@ -805,44 +699,33 @@ #content .mepr-price-menu.clean .mepr-price-boxes { margin: 0 !important; } - #content .mepr-price-menu.clean .mepr-price-box { background: #fff; border: 1px solid var(--bb-content-border-color); margin: 0; padding-bottom: 30px; } - #content .mepr-price-menu.clean .mepr-price-box.highlighted { background-color: #efefef; } - #content .mepr-price-menu.clean .mepr-price-box-title { margin-top: 0; padding-bottom: 0; font-size: 18px; margin-bottom: 20px; } - #content .mepr-price-menu.clean .mepr-price-box-head { padding-top: 0; padding-bottom: 0; } - #content .mepr-price-menu.clean .mepr-price-box-heading { line-height: 1; padding-bottom: 5px; padding-top: 20px; } - -#content .mepr-price-menu.clean .mepr-price-box-price { - padding-bottom: 0; -} - #content .mepr-price-menu.clean .mepr-price-box-benefits { padding: 20px 0; } - #content .mepr-price-menu.clean .mepr-price-box-button a { font-size: 16px; border-radius: 100px; @@ -850,7 +733,6 @@ text-transform: none; width: 100%; } - #content .mepr-price-menu.clean .mepr-price-box-head, #content .mepr-price-menu.clean .mepr-price-box-benefits, #content .mepr-price-menu.clean .mepr-price-box-foot, @@ -864,44 +746,32 @@ padding: 30px 20px; border-radius: 4px; } - #content .mepr-price-menu.minimal_vertical .mepr-price-box-title, -#content .mepr-price-menu.minimal_vertical .mepr-price-box-price span, #content .mepr-price-menu.minimal_vertical .mepr-price-box-heading, #content .mepr-price-menu.minimal_vertical .mepr-price-box-price, #content .mepr-price-menu.minimal_vertical .mepr-price-box-benefits, -#content .mepr-price-menu.minimal_vertical .mepr-price-box-benefits-item::before, +#content .mepr-price-menu.minimal_vertical .mepr-price-box-benefits-item:before, #content .mepr-price-menu.minimal_horizontal .mepr-price-box-title, -#content .mepr-price-menu.minimal_horizontal .mepr-price-box-price span, #content .mepr-price-menu.minimal_horizontal .mepr-price-box-heading, #content .mepr-price-menu.minimal_horizontal .mepr-price-box-price, #content .mepr-price-menu.minimal_horizontal .mepr-price-box-benefits, -#content .mepr-price-menu.minimal_horizontal .mepr-price-box-benefits-item::before { +#content .mepr-price-menu.minimal_horizontal .mepr-price-box-benefits-item:before { color: #fff; } - #content .mepr-price-menu.minimal_vertical .mepr-price-box-benefits-item, #content .mepr-price-menu.minimal_horizontal .mepr-price-box-benefits-item { border-color: #fff; } - -#content .mepr-price-menu.minimal_vertical .mepr-price-box-price span, -#content .mepr-price-menu.minimal_horizontal .mepr-price-box-price span { - margin-bottom: 8px; -} - #content .mepr-price-menu.minimal_vertical .mepr-price-box-benefits-list, #content .mepr-price-menu.minimal_horizontal .mepr-price-box-benefits-list { margin-bottom: 20px; text-align: left; } - #content .mepr-price-menu.minimal_vertical .mepr-price-box-title, #content .mepr-price-menu.minimal_horizontal .mepr-price-box-title { font-size: 20px; margin-bottom: 20px; } - #content .mepr-price-menu.minimal_vertical .mepr-price-box-button a, #content .mepr-price-menu.minimal_horizontal .mepr-price-box-button a { display: block; @@ -910,65 +780,53 @@ border-radius: 100px; padding: 7px 10px; } - #content .mepr-price-menu.minimal_vertical .mepr-price-box-heading, #content .mepr-price-menu.minimal_horizontal .mepr-price-box-heading { margin-bottom: 0; text-align: left; } - #content .mepr-price-menu.minimal_vertical.minimal_sandstone_vertical .mepr-price-box.highlighted, #content .mepr-price-menu.minimal_vertical.minimal_sandstone_horizontal .mepr-price-box.highlighted, #content .mepr-price-menu.minimal_horizontal.minimal_sandstone_vertical .mepr-price-box.highlighted, #content .mepr-price-menu.minimal_horizontal.minimal_sandstone_horizontal .mepr-price-box.highlighted { background-color: #bbb456; } - #content .mepr-price-menu.minimal_vertical.minimal_clay_vertical .mepr-price-box.highlighted, #content .mepr-price-menu.minimal_vertical.minimal_clay_horizontal .mepr-price-box.highlighted, #content .mepr-price-menu.minimal_horizontal.minimal_clay_vertical .mepr-price-box.highlighted, #content .mepr-price-menu.minimal_horizontal.minimal_clay_horizontal .mepr-price-box.highlighted { background-color: #864a27; } - #content .mepr-price-menu.minimal_vertical.minimal_dawn_vertical .mepr-price-box.highlighted, #content .mepr-price-menu.minimal_vertical.minimal_dawn_horizontal .mepr-price-box.highlighted, #content .mepr-price-menu.minimal_horizontal.minimal_dawn_vertical .mepr-price-box.highlighted, #content .mepr-price-menu.minimal_horizontal.minimal_dawn_horizontal .mepr-price-box.highlighted { background-color: #c3b608; } - #content .mepr-price-menu.minimal_vertical.minimal_mercury_vertical .mepr-price-box.highlighted, #content .mepr-price-menu.minimal_vertical.minimal_mercury_horizontal .mepr-price-box.highlighted, #content .mepr-price-menu.minimal_horizontal.minimal_mercury_vertical .mepr-price-box.highlighted, #content .mepr-price-menu.minimal_horizontal.minimal_mercury_horizontal .mepr-price-box.highlighted { background-color: #8daf75; } - #content .mepr-price-menu.minimal_vertical.minimal_gray_vertical .mepr-price-box-title, -#content .mepr-price-menu.minimal_vertical.minimal_gray_vertical .mepr-price-box-price span, +#content .mepr-price-menu.minimal_vertical.minimal_gray_vertical .mepr-price-box-price, #content .mepr-price-menu.minimal_vertical.minimal_gray_vertical .mepr-price-box-heading, #content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-title, -#content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-price span, +#content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-price, #content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-heading, #content .mepr-price-menu.minimal_horizontal.minimal_gray_vertical .mepr-price-box-title, -#content .mepr-price-menu.minimal_horizontal.minimal_gray_vertical .mepr-price-box-price span, +#content .mepr-price-menu.minimal_horizontal.minimal_gray_vertical .mepr-price-box-price, #content .mepr-price-menu.minimal_horizontal.minimal_gray_vertical .mepr-price-box-heading, #content .mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box-title, -#content .mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box-price span, +#content .mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box-price, #content .mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box-heading { color: var(--bb-headings-color); } - -#content .mepr-price-menu.minimal_vertical.minimal_gray_vertical .mepr-price-box-price, #content .mepr-price-menu.minimal_vertical.minimal_gray_vertical .mepr-price-box-benefits, -#content .mepr-price-menu.minimal_vertical.minimal_gray_vertical .mepr-price-box-benefits-item::before, #content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-price, -#content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-benefits, -#content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-benefits-item::before, -#content .mepr-price-menu.minimal_horizontal.minimal_gray_vertical .mepr-price-box-price, +#content .mepr-price-menu.minimal_vertical.minimal_gray_vertical .mepr-price-box-benefits-item:before, #content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-benefits, +#content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-benefits-item:before, #content .mepr-price-menu.minimal_horizontal.minimal_gray_vertical .mepr-price-box-benefits, -#content .mepr-price-menu.minimal_horizontal.minimal_gray_vertical .mepr-price-box-benefits-item::before, -#content .mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box-price, +#content .mepr-price-menu.minimal_horizontal.minimal_gray_vertical .mepr-price-box-benefits-item:before, #content .mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box-benefits, -#content .mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box-benefits-item::before { +#content .mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box-benefits-item:before { color: inherit; } - #content .mepr-price-menu.minimal_vertical.minimal_gray_vertical .mepr-price-box-benefits-item, #content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-benefits-item, #content .mepr-price-menu.minimal_horizontal.minimal_gray_vertical .mepr-price-box-benefits-item, #content .mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box-benefits-item { @@ -980,13 +838,11 @@ flex-flow: column; border-radius: 4px; } - #content .mepr-price-menu.minimal_vertical .mepr-4-col .mepr-price-box { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } - #content .mepr-price-menu.minimal_vertical .mepr-price-box-heading, #content .mepr-price-menu.minimal_vertical .mepr-price-box-benefits, #content .mepr-price-menu.minimal_vertical .mepr-price-box-foot { @@ -1000,7 +856,7 @@ position: relative; } -.bs-styled-checkbox + .mepr-checkbox::before { +.bs-styled-checkbox + .mepr-checkbox:before { content: ""; margin-right: 10px; display: inline-block; @@ -1012,12 +868,12 @@ border: 1px solid #c9cbca; } -.bs-styled-checkbox:checked + .mepr-checkbox::before { +.bs-styled-checkbox:checked + .mepr-checkbox:before { background: #007cff; border-color: #007cff; } -.bs-styled-checkbox:checked + .mepr-checkbox::after { +.bs-styled-checkbox:checked + .mepr-checkbox:after { content: "\E876"; position: absolute; left: 3px; @@ -1030,7 +886,6 @@ } @media (min-width: 641px) { - #content .mepr-price-boxes.mepr-4-col .mepr-price-box { -webkit-box-flex: 0; -ms-flex: 0 0 calc(50% - 20px); @@ -1045,7 +900,6 @@ } } @media (min-width: 1021px) { - #content .mepr-price-boxes.mepr-4-col .mepr-price-box { -webkit-box-flex: 0; -ms-flex: 0 0 calc(25% - 20px); diff --git a/web/app/themes/buddyboss-theme/assets/css/memberpress.css.map b/web/app/themes/buddyboss-theme/assets/css/memberpress.css.map index fb89e74c..b664b8b2 100644 --- a/web/app/themes/buddyboss-theme/assets/css/memberpress.css.map +++ b/web/app/themes/buddyboss-theme/assets/css/memberpress.css.map @@ -1,6 +1,6 @@ { "version": 3, -"mappings": "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", +"mappings": "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", "sources": ["scss/functions/components/_utils.scss","scss/plugins/memberpress/component/_login.scss","scss/functions/components/_variables.scss","scss/plugins/memberpress/component/_account.scss","scss/plugins/memberpress/component/_memberships.scss"], "names": [], "file": "memberpress.css" diff --git a/web/app/themes/buddyboss-theme/assets/css/memberpress.min.css b/web/app/themes/buddyboss-theme/assets/css/memberpress.min.css index fb3b7e7c..0dd862c8 100644 --- a/web/app/themes/buddyboss-theme/assets/css/memberpress.min.css +++ b/web/app/themes/buddyboss-theme/assets/css/memberpress.min.css @@ -1,319 +1 @@ -.mp_wrapper.mp_login_form #mepr_loginform{width:100%} - -.mp_wrapper.mp_login_form #wp-submit{width:100%} - -.mp_wrapper.mp_login_form #wp-submit:hover{background:#007cff} - -.mp_wrapper.mp_login_form input[type=email],.mp_wrapper.mp_login_form input[type=number],.mp_wrapper.mp_login_form input[type=password],.mp_wrapper.mp_login_form input[type=tel],.mp_wrapper.mp_login_form input[type=text],.mp_wrapper.mp_login_form input[type=url]{position:relative;background-color:#fff;border:1px solid #e7e9ec;box-shadow:none;border-radius:3px;font-size:16px} - -.mp_wrapper.mp_login_form input[type=password],.mp_wrapper.mp_login_form input[type=text]{padding:0 5px 0 40px!important} - -.mp_wrapper.mp_login_form .mepr_password,.mp_wrapper.mp_login_form .mepr_username{position:relative;margin-bottom:18px} - -.mp_wrapper.mp_login_form .mepr_password::before,.mp_wrapper.mp_login_form .mepr_username::before{font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;position:absolute;top:12px;left:10px;z-index:9;color:#72777c} - -.mp_wrapper.mp_login_form .mepr_username .mp-form-label{display:none} - -.mp_wrapper.mp_login_form .mepr_username::before{content:"\ef52";font-family:bb-icons;font-size:16px} - -.mp_wrapper.mp_login_form .mepr_password .mp-form-label>label{display:none!important} - -.mp_wrapper.mp_login_form .mepr_password input[type=password],.mp_wrapper.mp_login_form .mepr_password input[type=text]{padding:0 35px 0 40px!important} - -.mp_wrapper.mp_login_form .mepr_password .button.mp-hide-pw{height:40px;padding:0 9px;box-shadow:none} - -.mp_wrapper.mp_login_form .mepr_password .button.mp-hide-pw .dashicons{font-size:16px} - -.mp_wrapper.mp_login_form .mepr_password .button.mp-hide-pw .dashicons::before{content:"\ee69";font-family:bb-icons;font-size:16px;color:#122b46;opacity:.5} - -.mp_wrapper.mp_login_form .mepr_password .button.mp-hide-pw .dashicons.dashicons-hidden::before{content:"\ee6a"} - -.mp_wrapper.mp_login_form .mepr_password::before{content:"\eebf";font-size:20px} - -.mp_wrapper.mp_login_form label{font-weight:400;font-size:14px;color:#122b46} - -.mp_wrapper.mp_login_form #rememberme{width:17px;height:17px;background:#fff} - -.mp_wrapper.mp_login_form .mepr-login-actions{font-size:14px;position:absolute;top:115px;right:20px} - -.mp_wrapper.mp_login_form .mp-spacer{line-height:10px} - -.mp_wrapper.mp_login_form .submit{margin-top:5px} - -.mp_wrapper .mepr_error{font-weight:400;font-size:14px;line-height:1.65;max-width:320px;margin:auto;background:var(--bb-danger-color)!important;color:#fff;border:none!important;border-radius:3px;padding:12px!important} - -.mp_wrapper ul{padding:0!important} - -.mp_wrapper input[type=email],.mp_wrapper input[type=number],.mp_wrapper input[type=password],.mp_wrapper input[type=tel],.mp_wrapper input[type=text],.mp_wrapper input[type=url]{position:relative;background-color:#fff;border:1px solid #e7e9ec;box-shadow:none;border-radius:3px;font-size:16px} - -.mp_wrapper label{font-size:14px;color:var(--bb-headings-color)} - -.mepr-login-page .entry-header,.mepr-thankyou-page .entry-header{margin:30px 0} - -.mepr-login-page .entry-title,.mepr-thankyou-page .entry-title{font-size:22px;text-align:center} - -.mepr-login-page .mp_wrapper,.mepr-thankyou-page .mp_wrapper{margin:auto;padding:0 20px;position:relative} - -.mepr-login-page .mp_wrapper .mepr-login-form-wrap,.mepr-thankyou-page .mp_wrapper .mepr-login-form-wrap{max-width:360px;margin:auto} - -.mepr-account-page .mp_login_form{padding:0} - -.mepr-forgot-password-page .mp_wrapper{max-width:360px;margin:auto} - -.mp_wrapper .mp-form-row label{display:block!important;margin-bottom:10px} - -.mp-spacer{line-height:15px} - -.mepr-forgot-password-page .entry-header{display:none} - -.mepr-forgot-password-page .mp_wrapper{margin-top:30px} - -.mepr-login-page .mp_wrapper.mp_login_form{max-width:360px;padding:0} - -.mepr-login-page .mepr-unauthorized-message{margin-top:30px;text-align:center} - -.mepr-login-page .entry-header{margin:30px auto;padding:0 20px} - -.mepr-login-page .entry-title{line-height:1.3} - -.bb-mp-account-settings{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;background:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;margin-bottom:30px} - -.bb-mp-account-settings .mp_wrapper.mp_wrapper_nav{-webkit-box-flex:0;-ms-flex:0 0 230px;flex:0 0 230px;background:var(--bb-content-alternate-background-color);border-right:1px solid var(--bb-content-border-color);min-height:60vh;border-radius:4px 0 0 4px;margin:0;padding:30px 0} - -.bb-mp-account-settings .mp-wrapper:not(.mp_wrapper_nav),.bb-mp-account-settings .mp_wrapper:not(.mp_wrapper_nav){-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;padding:30px} - -#mepr-account-nav .mepr-nav-item{display:block;padding:0} - -#mepr-account-nav a{font-size:14px;color:#939597;letter-spacing:-.24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px 20px;line-height:1;margin-bottom:1px} - -#mepr-account-nav .mepr-active-nav-tab a,#mepr-account-nav a:hover{background:rgba(77,92,109,.1);color:var(--bb-headings-color);font-weight:400} - -.mp_wrapper table.mepr-account-table{background-color:#fff;border-radius:4px;overflow:hidden;box-shadow:0 0 0 1px #e7eaec} - -.mp_wrapper table.mepr-account-table th{text-transform:none;font-size:14px;padding:10px 20px;border-right:1px solid rgba(0,0,0,.05);white-space:nowrap} - -.mp_wrapper table.mepr-account-table td{padding:10px 20px;text-align:left;font-size:14px;line-height:1.3;white-space:nowrap} - -.mp_wrapper-table-wrapper{border:1px solid #e7eaec;border-radius:3px;overflow-x:auto} - -.mepr-subscription-row .mepr-account-subscr-id,.mepr-subscription-row .mepr-account-terms{color:#bbb;padding-top:5px} - -.mp-form-row.mepr_bold.mepr_price{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px;padding:15px 20px} - -.mp-form-row.mepr_bold.mepr_price label{margin:0 20px 0 0;-webkit-box-flex:1;-ms-flex:1;flex:1} - -.mp-form-row.mepr_bold.mepr_price .mepr_price_cell{font-weight:500} - -.bb-mp-checkout-details{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;padding:20px} - -.mepr-signup-form .mp-form-label{position:relative} - -.mepr-signup-form .mepr-coupon-loader{margin-bottom:20px;position:absolute;right:0;top:-10px} - -.mepr-signup-form .mepr-payment-method-label label{margin:0} - -.mepr-signup-form .mp_wrapper .mepr-payment-method{margin-bottom:0} - -.mepr-signup-form img.mepr-loading-gif{margin:0 10px 12px 12px} - -.mepr-signup-form .mp_wrapper .cc-error,.mepr-signup-form .mp_wrapper .mepr-form-has-errors{font-size:14px;padding-left:0} - -.mepr-signup-form label[for=mepr_agree_to_privacy_policy]>input[type=checkbox],.mepr-signup-form label[for=mepr_agree_to_tos]>input[type=checkbox]{display:inline-block;height:20px;width:20px;border-radius:3px;margin-right:5px} - -.registration.register .site{margin-left:0} - -.registration.register #primary .entry-header{margin-bottom:20px} - -.registration.register #primary h1.entry-title{font-size:28px;color:#122b46;letter-spacing:0;line-height:1.3} - -.registration.register .entry-content>p{font-size:15px;color:#939597;letter-spacing:-.24px;text-align:center;line-height:1.4;font-style:italic} - -.registration.register #secondary{display:none} - -.registration.register span.mepr-payment-method-label-text{padding-left:0!important} - -.registration.register .mp_wrapper .mp-form-row{margin-bottom:20px} - -.registration.register .mp_wrapper .mepr-payment-method{margin-bottom:0} - -.registration.register .mp_wrapper .have-coupon-link{margin-bottom:20px;display:block;font-size:15px} - -.registration.register input.mepr-submit{min-width:160px} - -.mepr-payment-method-desc-text p{margin:0;font-size:15px} - -.mp_wrapper.mp_invoice{background:#fff;margin-top:30px} - -.mp_wrapper.mp_invoice table.mp-table td,.mp_wrapper.mp_invoice table.mp-table th{padding:12px 20px} - -.single-memberpressproduct #primary h1.entry-title{margin:0 auto}@media (max-width:1100px){ - -.has-sidebar .bb-mp-account-settings .mp_wrapper.mp_wrapper_nav{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:0;border-right:0;border-bottom:1px solid var(--bb-content-border-color);border-radius:4px 4px 0 0;margin:0;padding:0} - -.has-sidebar div#mepr-account-nav{margin-bottom:0} - -.has-sidebar #mepr-account-nav .mepr-nav-item{display:inline-block}}@media (max-width:800px){ - -body:not(.has-sidebar) .bb-mp-account-settings .mp_wrapper.mp_wrapper_nav{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:0;border-right:0;border-bottom:1px solid var(--bb-content-border-color);border-radius:4px 4px 0 0;margin:0;padding:0} - -body:not(.has-sidebar) div#mepr-account-nav{margin-bottom:0} - -body:not(.has-sidebar) #mepr-account-nav .mepr-nav-item{display:inline-block}}@media (max-width:600px){ - -.mp_wrapper table.mepr-account-table td{text-align:right} - -.mp_wrapper-table-wrapper{border:0;border-radius:0}} - -#content .mepr-price-menu{margin-bottom:40px} - -#content .mepr-price-menu.fixed{position:static} - -#content .mepr-price-menu .mepr-price-boxes{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -10px!important} - -#content .mepr-price-menu .mepr-price-box{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0 10px 30px;padding:40px 30px;width:auto;-webkit-transition:all linear .2s;transition:all linear .2s} - -#content .mepr-price-menu .mepr-price-box:hover{box-shadow:0 6px 24px 0 rgba(18,43,70,.12)}@media (max-width:640px){ - -#content .mepr-price-menu .mepr-price-box{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}} - -#content .mepr-price-menu .mepr-most-popular{display:none} - -#content .mepr-price-menu .mepr-price-box-title{font-size:22px;font-weight:400;color:var(--bb-headings-color);line-height:1;margin-bottom:30px;text-align:center} - -#content .mepr-price-menu .mepr-price-box-heading{font-size:15px;line-height:1;font-weight:500;color:#122b46;letter-spacing:-.22px;margin-bottom:16px;font-family:inherit!important} - -#content .mepr-price-menu .mepr-price-box-price{margin-bottom:25px;text-align:center;font-size:14px;font-weight:400;color:#939597;letter-spacing:-.24px;line-height:1.428} - -#content .mepr-price-menu .mepr-price-box-price span{font-size:38px;color:var(--bb-headings-color);display:block;line-height:1;margin-bottom:5px} - -#content .mepr-price-menu .mepr-price-box-benefits-item{font-size:14px;letter-spacing:-.24px;line-height:2.142;border-bottom:none;display:-webkit-box;display:-ms-flexbox;display:flex} - -#content .mepr-price-menu .mepr-price-box-benefits-item::before{content:"\E876";color:var(--bb-primary-color);font:400 normal normal 15px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:12px;margin-top:8px} - -#content .mepr-price-menu .mepr-price-box-footer:empty{display:none} - -#content .mepr-price-menu .mepr-price-box-foot{margin-top:auto!important} - -#content .mepr-price-menu .mepr-price-box-footer{font-size:14px;color:#939597;letter-spacing:-.24px;text-align:center;line-height:1.428;margin-bottom:20px} - -.mepr-price-menu.custom .mepr-price-box-benefits-item::before{color:var(--bb-primary-color)} - -.mepr-price-menu.custom .mepr-price-box-button a{background-color:var(--bb-primary-color)} - -#content .mepr-price-menu.custom{margin-top:45px} - -#content .mepr-price-menu.custom .mepr-price-box{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px} - -#content .mepr-price-menu.custom .mepr-price-box.highlighted{border:1px solid rgba(11,11,12,.16);box-shadow:0 4px 25px 0 rgba(0,0,0,.15);border-radius:4.36px;-webkit-transform:scale(1.08);-ms-transform:scale(1.08);transform:scale(1.08)} - -#content .mepr-price-menu.custom .mepr-price-box.highlighted:hover{box-shadow:0 4px 35px 0 rgba(0,0,0,.22)}@media (max-width:640px){ - -#content .mepr-price-menu.custom .mepr-price-box.highlighted{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}} - -#content .mepr-price-menu.custom .mepr-price-box-button a{background:#007cff;border-radius:100px;color:#fff;display:block;font-size:14px;font-weight:500;letter-spacing:-.24px;line-height:1;padding:14px 20px;text-align:center} - -#content .mepr-price-menu.custom .mepr-price-box-button a:focus,#content .mepr-price-menu.custom .mepr-price-box-button a:hover{outline:0;text-decoration:none;color:#fff;box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)} - -#content .mepr-price-menu.custom .mepr-price-box-head{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column} - -#content .mepr-price-menu.custom .mepr-price-box-head .mepr-price-box-button{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-bottom:30px;margin-top:10px} - -#content .mepr-price-menu.custom .mepr-price-box-head .mepr-price-box-heading{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2} - -#content .mepr-price-menu.custom .mepr-price-box-benefits{margin-bottom:35px} - -#content .mepr-price-menu.classic .mepr-price-box{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px} - -#content .mepr-price-menu.classic .mepr-price-box.highlighted{box-shadow:0 4px 35px 0 rgba(0,0,0,.22)} - -#content .mepr-price-menu.classic.classic_light{color:inherit!important} - -#content .mepr-price-menu.classic.classic_light .mepr-price-box{border:1px solid var(--bb-content-border-color);border-radius:4px} - -#content .mepr-price-menu.classic.classic_light .mepr-price-box-head{padding:0} - -#content .mepr-price-menu.classic.classic_light .mepr-price-box.highlighted{border:1px solid rgba(11,11,12,.16)} - -#content .mepr-price-menu.classic.classic_light .mepr-price-box-benefits{border-top:2px solid #ddd} - -#content .mepr-price-menu.classic.classic_light .mepr-price-box-benefits-item{border-bottom:1px solid #ddd} - -#content .mepr-price-menu.classic .mepr-price-box-title{font-size:20px;font-weight:400;margin-bottom:10px} - -#content .mepr-price-menu.classic .mepr-price-box-benefits-list{margin:0} - -#content .mepr-price-menu.classic .mepr-price-box{text-align:left} - -#content .mepr-price-menu.classic .mepr-price-box-foot{margin-top:auto;text-align:center} - -#content .mepr-price-menu.clean .mepr-price-boxes{margin:0!important} - -#content .mepr-price-menu.clean .mepr-price-box{background:#fff;border:1px solid var(--bb-content-border-color);margin:0;padding-bottom:30px} - -#content .mepr-price-menu.clean .mepr-price-box.highlighted{background-color:#efefef} - -#content .mepr-price-menu.clean .mepr-price-box-title{margin-top:0;padding-bottom:0;font-size:18px;margin-bottom:20px} - -#content .mepr-price-menu.clean .mepr-price-box-head{padding-top:0;padding-bottom:0} - -#content .mepr-price-menu.clean .mepr-price-box-heading{line-height:1;padding-bottom:5px;padding-top:20px} - -#content .mepr-price-menu.clean .mepr-price-box-price{padding-bottom:0} - -#content .mepr-price-menu.clean .mepr-price-box-benefits{padding:20px 0} - -#content .mepr-price-menu.clean .mepr-price-box-button a{font-size:16px;border-radius:100px;padding:7px 20px;text-transform:none;width:100%} - -#content .mepr-price-menu.clean .mepr-price-box-benefits,#content .mepr-price-menu.clean .mepr-price-box-benefits-list,#content .mepr-price-menu.clean .mepr-price-box-foot,#content .mepr-price-menu.clean .mepr-price-box-head{margin:0} - -#content .mepr-price-menu.minimal_horizontal .mepr-price-box,#content .mepr-price-menu.minimal_vertical .mepr-price-box{padding:30px 20px;border-radius:4px} - -#content .mepr-price-menu.minimal_horizontal .mepr-price-box-benefits,#content .mepr-price-menu.minimal_horizontal .mepr-price-box-benefits-item::before,#content .mepr-price-menu.minimal_horizontal .mepr-price-box-heading,#content .mepr-price-menu.minimal_horizontal .mepr-price-box-price,#content .mepr-price-menu.minimal_horizontal .mepr-price-box-price span,#content .mepr-price-menu.minimal_horizontal .mepr-price-box-title,#content .mepr-price-menu.minimal_vertical .mepr-price-box-benefits,#content .mepr-price-menu.minimal_vertical .mepr-price-box-benefits-item::before,#content .mepr-price-menu.minimal_vertical .mepr-price-box-heading,#content .mepr-price-menu.minimal_vertical .mepr-price-box-price,#content .mepr-price-menu.minimal_vertical .mepr-price-box-price span,#content .mepr-price-menu.minimal_vertical .mepr-price-box-title{color:#fff} - -#content .mepr-price-menu.minimal_horizontal .mepr-price-box-benefits-item,#content .mepr-price-menu.minimal_vertical .mepr-price-box-benefits-item{border-color:#fff} - -#content .mepr-price-menu.minimal_horizontal .mepr-price-box-price span,#content .mepr-price-menu.minimal_vertical .mepr-price-box-price span{margin-bottom:8px} - -#content .mepr-price-menu.minimal_horizontal .mepr-price-box-benefits-list,#content .mepr-price-menu.minimal_vertical .mepr-price-box-benefits-list{margin-bottom:20px;text-align:left} - -#content .mepr-price-menu.minimal_horizontal .mepr-price-box-title,#content .mepr-price-menu.minimal_vertical .mepr-price-box-title{font-size:20px;margin-bottom:20px} - -#content .mepr-price-menu.minimal_horizontal .mepr-price-box-button a,#content .mepr-price-menu.minimal_vertical .mepr-price-box-button a{display:block;font-size:14px;background:#fff;border-radius:100px;padding:7px 10px} - -#content .mepr-price-menu.minimal_horizontal .mepr-price-box-heading,#content .mepr-price-menu.minimal_vertical .mepr-price-box-heading{margin-bottom:0;text-align:left} - -#content .mepr-price-menu.minimal_horizontal.minimal_sandstone_horizontal .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_horizontal.minimal_sandstone_vertical .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_vertical.minimal_sandstone_horizontal .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_vertical.minimal_sandstone_vertical .mepr-price-box.highlighted{background-color:#bbb456} - -#content .mepr-price-menu.minimal_horizontal.minimal_clay_horizontal .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_horizontal.minimal_clay_vertical .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_vertical.minimal_clay_horizontal .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_vertical.minimal_clay_vertical .mepr-price-box.highlighted{background-color:#864a27} - -#content .mepr-price-menu.minimal_horizontal.minimal_dawn_horizontal .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_horizontal.minimal_dawn_vertical .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_vertical.minimal_dawn_horizontal .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_vertical.minimal_dawn_vertical .mepr-price-box.highlighted{background-color:#c3b608} - -#content .mepr-price-menu.minimal_horizontal.minimal_mercury_horizontal .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_horizontal.minimal_mercury_vertical .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_vertical.minimal_mercury_horizontal .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_vertical.minimal_mercury_vertical .mepr-price-box.highlighted{background-color:#8daf75} - -#content .mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box-heading,#content .mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box-price span,#content .mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box-title,#content .mepr-price-menu.minimal_horizontal.minimal_gray_vertical .mepr-price-box-heading,#content .mepr-price-menu.minimal_horizontal.minimal_gray_vertical .mepr-price-box-price span,#content .mepr-price-menu.minimal_horizontal.minimal_gray_vertical .mepr-price-box-title,#content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-heading,#content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-price span,#content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-title,#content .mepr-price-menu.minimal_vertical.minimal_gray_vertical .mepr-price-box-heading,#content .mepr-price-menu.minimal_vertical.minimal_gray_vertical .mepr-price-box-price span,#content .mepr-price-menu.minimal_vertical.minimal_gray_vertical .mepr-price-box-title{color:var(--bb-headings-color)} - -#content .mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box-benefits,#content .mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box-benefits-item::before,#content .mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box-price,#content .mepr-price-menu.minimal_horizontal.minimal_gray_vertical .mepr-price-box-benefits,#content .mepr-price-menu.minimal_horizontal.minimal_gray_vertical .mepr-price-box-benefits-item::before,#content .mepr-price-menu.minimal_horizontal.minimal_gray_vertical .mepr-price-box-price,#content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-benefits,#content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-benefits-item::before,#content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-price,#content .mepr-price-menu.minimal_vertical.minimal_gray_vertical .mepr-price-box-benefits,#content .mepr-price-menu.minimal_vertical.minimal_gray_vertical .mepr-price-box-benefits-item::before,#content .mepr-price-menu.minimal_vertical.minimal_gray_vertical .mepr-price-box-price{color:inherit} - -#content .mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box-benefits-item,#content .mepr-price-menu.minimal_horizontal.minimal_gray_vertical .mepr-price-box-benefits-item,#content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-benefits-item,#content .mepr-price-menu.minimal_vertical.minimal_gray_vertical .mepr-price-box-benefits-item{border-color:inherit} - -#content .mepr-price-menu.minimal_vertical .mepr-price-boxes{-ms-flex-flow:column;flex-flow:column;border-radius:4px} - -#content .mepr-price-menu.minimal_vertical .mepr-4-col .mepr-price-box{-webkit-box-flex:1;-ms-flex:1;flex:1} - -#content .mepr-price-menu.minimal_vertical .mepr-price-box-benefits,#content .mepr-price-menu.minimal_vertical .mepr-price-box-foot,#content .mepr-price-menu.minimal_vertical .mepr-price-box-heading{max-width:380px;margin:auto;width:100%} - -.bs-styled-checkbox+.mepr-checkbox{position:relative} - -.bs-styled-checkbox+.mepr-checkbox::before{content:"";margin-right:10px;display:inline-block;vertical-align:text-top;width:20px;height:20px;background:#fff;border-radius:3px;border:1px solid #c9cbca} - -.bs-styled-checkbox:checked+.mepr-checkbox::before{background:#007cff;border-color:#007cff} - -.bs-styled-checkbox:checked+.mepr-checkbox::after{content:"\E876";position:absolute;left:3px;top:3px;font-family:bb-icons;color:#fff;font-size:14px;line-height:1;display:block}@media (min-width:641px){ - -#content .mepr-price-boxes.mepr-4-col .mepr-price-box{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 20px);flex:0 0 -webkit-calc(50% - 20px);flex:0 0 calc(50% - 20px)} - -#content .clean .mepr-price-boxes.mepr-4-col .mepr-price-box{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media (min-width:1021px){ - -#content .mepr-price-boxes.mepr-4-col .mepr-price-box{-webkit-box-flex:0;-ms-flex:0 0 calc(25% - 20px);flex:0 0 -webkit-calc(25% - 20px);flex:0 0 calc(25% - 20px)} - -#content .clean .mepr-price-boxes.mepr-4-col .mepr-price-box{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}} \ No newline at end of file +.mp_wrapper.mp_login_form #mepr_loginform{width:100%}.mp_wrapper.mp_login_form #wp-submit{width:100%}.mp_wrapper.mp_login_form #wp-submit:hover{background:#007cff}.mp_wrapper.mp_login_form input[type=email],.mp_wrapper.mp_login_form input[type=number],.mp_wrapper.mp_login_form input[type=password],.mp_wrapper.mp_login_form input[type=tel],.mp_wrapper.mp_login_form input[type=text],.mp_wrapper.mp_login_form input[type=url]{position:relative;background-color:#fff;border:1px solid #e7e9ec;box-shadow:none;border-radius:3px;font-size:16px}.mp_wrapper.mp_login_form input[type=password],.mp_wrapper.mp_login_form input[type=text]{padding:0 5px 0 40px!important}.mp_wrapper.mp_login_form .mepr_password,.mp_wrapper.mp_login_form .mepr_username{position:relative;margin-bottom:18px}.mp_wrapper.mp_login_form .mepr_password:before,.mp_wrapper.mp_login_form .mepr_username:before{font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;position:absolute;top:12px;left:10px;z-index:9;color:#72777c}.mp_wrapper.mp_login_form .mepr_username .mp-form-label{display:none}.mp_wrapper.mp_login_form .mepr_username:before{content:"\ef52";font-family:bb-icons;font-size:16px}.mp_wrapper.mp_login_form .mepr_password .mp-form-label>label{display:none!important}.mp_wrapper.mp_login_form .mepr_password input[type=password],.mp_wrapper.mp_login_form .mepr_password input[type=text]{padding:0 35px 0 40px!important}.mp_wrapper.mp_login_form .mepr_password .button.mp-hide-pw{height:40px;padding:0 9px;box-shadow:none}.mp_wrapper.mp_login_form .mepr_password .button.mp-hide-pw .dashicons{font-size:16px}.mp_wrapper.mp_login_form .mepr_password .button.mp-hide-pw .dashicons:before{content:"\ee69";font-family:bb-icons;font-size:16px;color:#122b46;opacity:.5}.mp_wrapper.mp_login_form .mepr_password .button.mp-hide-pw .dashicons.dashicons-hidden:before{content:"\ee6a"}.mp_wrapper.mp_login_form .mepr_password:before{content:"\eebf";font-size:20px}.mp_wrapper.mp_login_form label{font-weight:400;font-size:14px;color:#122b46}.mp_wrapper.mp_login_form #rememberme{width:17px;height:17px;background:#fff}.mp_wrapper.mp_login_form .mepr-login-actions{font-size:14px;position:absolute;top:115px;right:20px}.mp_wrapper.mp_login_form .mp-spacer{line-height:10px}.mp_wrapper.mp_login_form .submit{margin-top:5px}.mp_wrapper .mepr_error{font-weight:400;font-size:14px;line-height:1.65;max-width:320px;margin:auto;background:var(--bb-danger-color)!important;color:#fff;border:none!important;border-radius:3px;padding:12px!important}.mp_wrapper ul{padding:0!important}.mp_wrapper input[type=email],.mp_wrapper input[type=number],.mp_wrapper input[type=password],.mp_wrapper input[type=tel],.mp_wrapper input[type=text],.mp_wrapper input[type=url]{position:relative;background-color:#fff;border:1px solid #e7e9ec;box-shadow:none;border-radius:3px;font-size:16px}.mp_wrapper label{font-size:14px;color:var(--bb-headings-color)}.mepr-login-page .entry-header,.mepr-thankyou-page .entry-header{margin:30px 0}.mepr-login-page .entry-title,.mepr-thankyou-page .entry-title{font-size:22px;text-align:center}.mepr-login-page .mp_wrapper,.mepr-thankyou-page .mp_wrapper{margin:auto;padding:0 20px;position:relative}.mepr-login-page .mp_wrapper .mepr-login-form-wrap,.mepr-thankyou-page .mp_wrapper .mepr-login-form-wrap{max-width:360px;margin:auto}.mepr-account-page .mp_login_form{padding:0}.mepr-forgot-password-page .mp_wrapper{max-width:360px;margin:auto}.mp_wrapper .mp-form-row label{display:block!important;margin-bottom:10px}.mp-spacer{line-height:15px}.mepr-forgot-password-page .entry-header{display:none}.mepr-forgot-password-page .mp_wrapper{margin-top:30px}.mepr-login-page .mp_wrapper.mp_login_form{max-width:360px;padding:0}.mepr-login-page .mepr-unauthorized-message{margin-top:30px;text-align:center}.mepr-login-page .entry-header{margin:30px auto;padding:0 20px}.mepr-login-page .entry-title{line-height:1.3}.bb-mp-account-settings{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;background:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;margin-bottom:30px}.bb-mp-account-settings .mp_wrapper.mp_wrapper_nav{-webkit-box-flex:0;-ms-flex:0 0 230px;flex:0 0 230px;background:var(--bb-content-alternate-background-color);border-right:1px solid var(--bb-content-border-color);min-height:60vh;border-radius:4px 0 0 4px;margin:0;padding:30px 0}.bb-mp-account-settings .mp-wrapper:not(.mp_wrapper_nav),.bb-mp-account-settings .mp_wrapper:not(.mp_wrapper_nav){-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;padding:30px}#mepr-account-nav .mepr-nav-item{display:block;padding:0}#mepr-account-nav a{font-size:14px;color:#939597;letter-spacing:-.24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px 20px;line-height:1;margin-bottom:1px}#mepr-account-nav .mepr-active-nav-tab a,#mepr-account-nav a:hover{background:rgba(77,92,109,.1);color:var(--bb-headings-color);font-weight:400}.mp_wrapper table.mepr-account-table{background-color:#fff;border-radius:4px;overflow:hidden;box-shadow:0 0 0 1px #e7eaec}.mp_wrapper table.mepr-account-table th{text-transform:none;font-size:14px;padding:10px 20px;border-right:1px solid rgba(0,0,0,.05);white-space:nowrap}.mp_wrapper table.mepr-account-table td{padding:10px 20px;text-align:left;font-size:14px;line-height:1.3;white-space:nowrap}.mp_wrapper-table-wrapper{border:1px solid #e7eaec;border-radius:3px;overflow-x:auto}.mepr-subscription-row .mepr-account-subscr-id,.mepr-subscription-row .mepr-account-terms{color:#bbb;padding-top:5px}.mp-form-row.mepr_bold.mepr_price{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px;padding:15px 20px}.mp-form-row.mepr_bold.mepr_price label{margin:0 20px 0 0;-webkit-box-flex:1;-ms-flex:1;flex:1}.mp-form-row.mepr_bold.mepr_price .mepr_price_cell{font-weight:500}.bb-mp-checkout-details{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;padding:20px}.mepr-signup-form .mp-form-label{position:relative}.mepr-signup-form .mepr-coupon-loader{margin-bottom:20px;position:absolute;right:0;top:-10px}.mepr-signup-form .mepr-payment-method-label label{margin:0}.mepr-signup-form .mp_wrapper .mepr-payment-method{margin-bottom:0}.mepr-signup-form img.mepr-loading-gif{margin:0 10px 12px 12px}.mepr-signup-form .mp_wrapper .cc-error,.mepr-signup-form .mp_wrapper .mepr-form-has-errors{font-size:14px;padding-left:0}.mepr-signup-form label[for=mepr_agree_to_privacy_policy]>input[type=checkbox],.mepr-signup-form label[for=mepr_agree_to_tos]>input[type=checkbox]{display:inline-block;height:20px;width:20px;border-radius:3px;margin-right:5px}.registration.register .site{margin-left:0}.registration.register #primary .entry-header{margin-bottom:20px}.registration.register #primary h1.entry-title{font-size:28px;color:#122b46;letter-spacing:0;line-height:1.3}.registration.register .entry-content>p{font-size:15px;color:#939597;letter-spacing:-.24px;text-align:center;line-height:1.4;font-style:italic}.registration.register #secondary{display:none}.registration.register span.mepr-payment-method-label-text{padding-left:0!important}.registration.register .mp_wrapper .mp-form-row{margin-bottom:20px}.registration.register .mp_wrapper .mepr-payment-method{margin-bottom:0}.registration.register .mp_wrapper .have-coupon-link{margin-bottom:20px;display:block;font-size:15px}.registration.register input.mepr-submit{min-width:160px}.mepr-payment-method-desc-text p{margin:0;font-size:15px}.mp_wrapper.mp_invoice{background:#fff;margin-top:30px}.mp_wrapper.mp_invoice table.mp-table td,.mp_wrapper.mp_invoice table.mp-table th{padding:12px 20px}.single-memberpressproduct #primary h1.entry-title{margin:0 auto}@media (max-width:1100px){.has-sidebar .bb-mp-account-settings .mp_wrapper.mp_wrapper_nav{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:0;border-right:0;border-bottom:1px solid var(--bb-content-border-color);border-radius:4px 4px 0 0;margin:0;padding:0}.has-sidebar div#mepr-account-nav{margin-bottom:0}.has-sidebar #mepr-account-nav .mepr-nav-item{display:inline-block}}@media (max-width:800px){body:not(.has-sidebar) .bb-mp-account-settings .mp_wrapper.mp_wrapper_nav{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:0;border-right:0;border-bottom:1px solid var(--bb-content-border-color);border-radius:4px 4px 0 0;margin:0;padding:0}body:not(.has-sidebar) div#mepr-account-nav{margin-bottom:0}body:not(.has-sidebar) #mepr-account-nav .mepr-nav-item{display:inline-block}}@media (max-width:600px){.mp_wrapper table.mepr-account-table td{text-align:right}.mp_wrapper-table-wrapper{border:0;border-radius:0}}#content .mepr-price-menu{margin-bottom:40px}#content .mepr-price-menu.fixed{position:static}#content .mepr-price-menu .mepr-price-boxes{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -10px!important}#content .mepr-price-menu .mepr-price-box{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0 10px 30px;padding:40px 30px;width:auto;-webkit-transition:all linear .2s;transition:all linear .2s}#content .mepr-price-menu .mepr-price-box:hover{box-shadow:0 6px 24px 0 rgba(18,43,70,.12)}@media (max-width:640px){#content .mepr-price-menu .mepr-price-box{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}#content .mepr-price-menu .mepr-most-popular{display:none}#content .mepr-price-menu .mepr-price-box-title{font-size:22px;font-weight:400;color:var(--bb-headings-color);line-height:1;margin-bottom:30px;text-align:center}#content .mepr-price-menu .mepr-price-box-heading{font-size:15px;line-height:1;font-weight:500;color:#122b46;letter-spacing:-.22px;margin-bottom:16px;font-family:inherit!important}#content .mepr-price-menu .mepr-price-box-price{margin-bottom:25px;text-align:center;font-size:38px;color:var(--bb-headings-color);letter-spacing:-.24px;line-height:1}#content .mepr-price-menu .mepr-price-box-benefits-item{font-size:14px;letter-spacing:-.24px;line-height:2.142;border-bottom:none;display:-webkit-box;display:-ms-flexbox;display:flex}#content .mepr-price-menu .mepr-price-box-benefits-item:before{content:"\E876";color:var(--bb-primary-color);font:normal normal normal 15px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:12px;margin-top:8px}#content .mepr-price-menu .mepr-price-box-footer:empty{display:none}#content .mepr-price-menu .mepr-price-box-foot{margin-top:auto!important}#content .mepr-price-menu .mepr-price-box-footer{font-size:14px;color:#939597;letter-spacing:-.24px;text-align:center;line-height:1.428;margin-bottom:20px}.mepr-price-menu.custom .mepr-price-box-benefits-item:before{color:var(--bb-primary-color)}.mepr-price-menu.custom .mepr-price-box-button a{background-color:var(--bb-primary-color)}#content .mepr-price-menu.custom{margin-top:45px}#content .mepr-price-menu.custom .mepr-price-box{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px}#content .mepr-price-menu.custom .mepr-price-box.highlighted{border:1px solid rgba(11,11,12,.16);box-shadow:0 4px 25px 0 rgba(0,0,0,.15);border-radius:4.36px;-webkit-transform:scale(1.08);-ms-transform:scale(1.08);transform:scale(1.08)}#content .mepr-price-menu.custom .mepr-price-box.highlighted:hover{box-shadow:0 4px 35px 0 rgba(0,0,0,.22)}@media (max-width:640px){#content .mepr-price-menu.custom .mepr-price-box.highlighted{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}#content .mepr-price-menu.custom .mepr-price-box-button a{background:#007cff;border-radius:100px;color:#fff;display:block;font-size:14px;font-weight:500;letter-spacing:-.24px;line-height:1;padding:14px 20px;text-align:center}#content .mepr-price-menu.custom .mepr-price-box-button a:focus,#content .mepr-price-menu.custom .mepr-price-box-button a:hover{outline:0;text-decoration:none;color:#fff;box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}#content .mepr-price-menu.custom .mepr-price-box-head{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}#content .mepr-price-menu.custom .mepr-price-box-head .mepr-price-box-button{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-bottom:30px;margin-top:10px}#content .mepr-price-menu.custom .mepr-price-box-head .mepr-price-box-heading{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#content .mepr-price-menu.custom .mepr-price-box-benefits{margin-bottom:35px}#content .mepr-price-menu.classic .mepr-price-box{background:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px}#content .mepr-price-menu.classic .mepr-price-box.highlighted{box-shadow:0 4px 35px 0 rgba(0,0,0,.22)}#content .mepr-price-menu.classic.classic_light{color:inherit!important}#content .mepr-price-menu.classic.classic_light .mepr-price-box{border:1px solid var(--bb-content-border-color);border-radius:4px}#content .mepr-price-menu.classic.classic_light .mepr-price-box-head{padding:0}#content .mepr-price-menu.classic.classic_light .mepr-price-box.highlighted{border:1px solid rgba(11,11,12,.16)}#content .mepr-price-menu.classic.classic_light .mepr-price-box-benefits{border-top:2px solid #ddd}#content .mepr-price-menu.classic.classic_light .mepr-price-box-benefits-item{border-bottom:1px solid #ddd}#content .mepr-price-menu.classic .mepr-price-box-title{font-size:20px;font-weight:400;margin-bottom:10px}#content .mepr-price-menu.classic .mepr-price-box-benefits-list{margin:0}#content .mepr-price-menu.classic .mepr-price-box{text-align:left}#content .mepr-price-menu.classic .mepr-price-box-foot{margin-top:auto;text-align:center}#content .mepr-price-menu.clean .mepr-price-boxes{margin:0!important}#content .mepr-price-menu.clean .mepr-price-box{background:#fff;border:1px solid var(--bb-content-border-color);margin:0;padding-bottom:30px}#content .mepr-price-menu.clean .mepr-price-box.highlighted{background-color:#efefef}#content .mepr-price-menu.clean .mepr-price-box-title{margin-top:0;padding-bottom:0;font-size:18px;margin-bottom:20px}#content .mepr-price-menu.clean .mepr-price-box-head{padding-top:0;padding-bottom:0}#content .mepr-price-menu.clean .mepr-price-box-heading{line-height:1;padding-bottom:5px;padding-top:20px}#content .mepr-price-menu.clean .mepr-price-box-benefits{padding:20px 0}#content .mepr-price-menu.clean .mepr-price-box-button a{font-size:16px;border-radius:100px;padding:7px 20px;text-transform:none;width:100%}#content .mepr-price-menu.clean .mepr-price-box-benefits,#content .mepr-price-menu.clean .mepr-price-box-benefits-list,#content .mepr-price-menu.clean .mepr-price-box-foot,#content .mepr-price-menu.clean .mepr-price-box-head{margin:0}#content .mepr-price-menu.minimal_horizontal .mepr-price-box,#content .mepr-price-menu.minimal_vertical .mepr-price-box{padding:30px 20px;border-radius:4px}#content .mepr-price-menu.minimal_horizontal .mepr-price-box-benefits,#content .mepr-price-menu.minimal_horizontal .mepr-price-box-benefits-item:before,#content .mepr-price-menu.minimal_horizontal .mepr-price-box-heading,#content .mepr-price-menu.minimal_horizontal .mepr-price-box-price,#content .mepr-price-menu.minimal_horizontal .mepr-price-box-title,#content .mepr-price-menu.minimal_vertical .mepr-price-box-benefits,#content .mepr-price-menu.minimal_vertical .mepr-price-box-benefits-item:before,#content .mepr-price-menu.minimal_vertical .mepr-price-box-heading,#content .mepr-price-menu.minimal_vertical .mepr-price-box-price,#content .mepr-price-menu.minimal_vertical .mepr-price-box-title{color:#fff}#content .mepr-price-menu.minimal_horizontal .mepr-price-box-benefits-item,#content .mepr-price-menu.minimal_vertical .mepr-price-box-benefits-item{border-color:#fff}#content .mepr-price-menu.minimal_horizontal .mepr-price-box-benefits-list,#content .mepr-price-menu.minimal_vertical .mepr-price-box-benefits-list{margin-bottom:20px;text-align:left}#content .mepr-price-menu.minimal_horizontal .mepr-price-box-title,#content .mepr-price-menu.minimal_vertical .mepr-price-box-title{font-size:20px;margin-bottom:20px}#content .mepr-price-menu.minimal_horizontal .mepr-price-box-button a,#content .mepr-price-menu.minimal_vertical .mepr-price-box-button a{display:block;font-size:14px;background:#fff;border-radius:100px;padding:7px 10px}#content .mepr-price-menu.minimal_horizontal .mepr-price-box-heading,#content .mepr-price-menu.minimal_vertical .mepr-price-box-heading{margin-bottom:0;text-align:left}#content .mepr-price-menu.minimal_horizontal.minimal_sandstone_horizontal .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_horizontal.minimal_sandstone_vertical .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_vertical.minimal_sandstone_horizontal .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_vertical.minimal_sandstone_vertical .mepr-price-box.highlighted{background-color:#bbb456}#content .mepr-price-menu.minimal_horizontal.minimal_clay_horizontal .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_horizontal.minimal_clay_vertical .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_vertical.minimal_clay_horizontal .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_vertical.minimal_clay_vertical .mepr-price-box.highlighted{background-color:#864a27}#content .mepr-price-menu.minimal_horizontal.minimal_dawn_horizontal .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_horizontal.minimal_dawn_vertical .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_vertical.minimal_dawn_horizontal .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_vertical.minimal_dawn_vertical .mepr-price-box.highlighted{background-color:#c3b608}#content .mepr-price-menu.minimal_horizontal.minimal_mercury_horizontal .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_horizontal.minimal_mercury_vertical .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_vertical.minimal_mercury_horizontal .mepr-price-box.highlighted,#content .mepr-price-menu.minimal_vertical.minimal_mercury_vertical .mepr-price-box.highlighted{background-color:#8daf75}#content .mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box-heading,#content .mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box-price,#content .mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box-title,#content .mepr-price-menu.minimal_horizontal.minimal_gray_vertical .mepr-price-box-heading,#content .mepr-price-menu.minimal_horizontal.minimal_gray_vertical .mepr-price-box-price,#content .mepr-price-menu.minimal_horizontal.minimal_gray_vertical .mepr-price-box-title,#content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-heading,#content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-price,#content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-title,#content .mepr-price-menu.minimal_vertical.minimal_gray_vertical .mepr-price-box-heading,#content .mepr-price-menu.minimal_vertical.minimal_gray_vertical .mepr-price-box-price,#content .mepr-price-menu.minimal_vertical.minimal_gray_vertical .mepr-price-box-title{color:var(--bb-headings-color)}#content .mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box-benefits,#content .mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box-benefits-item:before,#content .mepr-price-menu.minimal_horizontal.minimal_gray_vertical .mepr-price-box-benefits,#content .mepr-price-menu.minimal_horizontal.minimal_gray_vertical .mepr-price-box-benefits-item:before,#content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-benefits,#content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-benefits-item:before,#content .mepr-price-menu.minimal_vertical.minimal_gray_vertical .mepr-price-box-benefits,#content .mepr-price-menu.minimal_vertical.minimal_gray_vertical .mepr-price-box-benefits-item:before{color:inherit}#content .mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box-benefits-item,#content .mepr-price-menu.minimal_horizontal.minimal_gray_vertical .mepr-price-box-benefits-item,#content .mepr-price-menu.minimal_vertical.minimal_gray_horizontal .mepr-price-box-benefits-item,#content .mepr-price-menu.minimal_vertical.minimal_gray_vertical .mepr-price-box-benefits-item{border-color:inherit}#content .mepr-price-menu.minimal_vertical .mepr-price-boxes{-ms-flex-flow:column;flex-flow:column;border-radius:4px}#content .mepr-price-menu.minimal_vertical .mepr-4-col .mepr-price-box{-webkit-box-flex:1;-ms-flex:1;flex:1}#content .mepr-price-menu.minimal_vertical .mepr-price-box-benefits,#content .mepr-price-menu.minimal_vertical .mepr-price-box-foot,#content .mepr-price-menu.minimal_vertical .mepr-price-box-heading{max-width:380px;margin:auto;width:100%}.bs-styled-checkbox+.mepr-checkbox{position:relative}.bs-styled-checkbox+.mepr-checkbox:before{content:"";margin-right:10px;display:inline-block;vertical-align:text-top;width:20px;height:20px;background:#fff;border-radius:3px;border:1px solid #c9cbca}.bs-styled-checkbox:checked+.mepr-checkbox:before{background:#007cff;border-color:#007cff}.bs-styled-checkbox:checked+.mepr-checkbox:after{content:"\E876";position:absolute;left:3px;top:3px;font-family:bb-icons;color:#fff;font-size:14px;line-height:1;display:block}@media (min-width:641px){#content .mepr-price-boxes.mepr-4-col .mepr-price-box{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 20px);flex:0 0 -webkit-calc(50% - 20px);flex:0 0 calc(50% - 20px)}#content .clean .mepr-price-boxes.mepr-4-col .mepr-price-box{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media (min-width:1021px){#content .mepr-price-boxes.mepr-4-col .mepr-price-box{-webkit-box-flex:0;-ms-flex:0 0 calc(25% - 20px);flex:0 0 -webkit-calc(25% - 20px);flex:0 0 calc(25% - 20px)}#content .clean .mepr-price-boxes.mepr-4-col .mepr-price-box{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}} \ No newline at end of file diff --git a/web/app/themes/buddyboss-theme/assets/css/plugins.css b/web/app/themes/buddyboss-theme/assets/css/plugins.css index ac534179..8bd8d0fa 100644 --- a/web/app/themes/buddyboss-theme/assets/css/plugins.css +++ b/web/app/themes/buddyboss-theme/assets/css/plugins.css @@ -22,23 +22,19 @@ border: 0; padding: 0; } - .the_buddyforms_form .bf-input select.form-control { padding-top: 5px !important; padding-bottom: 5px !important; } - .the_buddyforms_form .select2-container--default .select2-selection--single { border: 1px solid var(--bb-content-border-color); border-radius: 3px; height: 40px; font-size: 15px; } - .the_buddyforms_form .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 40px; } - .the_buddyforms_form .select2-container--default .select2-selection--single .select2-selection__arrow { height: 40px; right: 10px; @@ -46,15 +42,12 @@ background-repeat: no-repeat; background-position: center; } - .the_buddyforms_form .select2-container--default .select2-selection--single .select2-selection__arrow b { border: 0; } - .the_buddyforms_form .wp-editor-container { border-radius: 3px; } - .the_buddyforms_form .elem-checkbox .checkbox p.settings-input { margin-bottom: 5px; } @@ -112,16 +105,13 @@ div.wpcf7 input[type="submit"] + .ajax-loader { .wpcf7-form-control span.wpcf7-list-item.first { margin-left: 0; } - .wpcf7-form-control span.wpcf7-list-item input { width: auto; margin-right: 5px; } - .wpcf7-form-control span.wpcf7-list-item .wpcf7-list-item-label { display: inline-block; } - .wpcf7-form-control span.wpcf7-list-item .wpcf7-list-item-label + input { margin-left: 5px; } @@ -172,23 +162,18 @@ body.page-template-page-fullwidth #content .container .content-area .entry-conte } @media (min-width: 800px) { - body.page-template-page-fullwidth #cs-content .x-container.width { width: -webkit-calc(88% - 68px); width: calc(88% - 68px); } } @media (max-width: 800px) { - #cs-content .x-column.x-sm { height: 100%; } } - #cs-content.cs-content .x-text { - /* color: $color-content-text; */ - /* line-height: 1.5; */ } @@ -220,56 +205,45 @@ body.page-template-page-fullwidth #content .container .content-area .entry-conte text-shadow: none; line-height: 1.4; } - #cs-content.cs-content .x-btn:hover { background-color: #fff; box-shadow: none; text-shadow: none; color: var(--bb-body-text-color); } - #cs-content.cs-content .x-btn:visited { color: var(--bb-body-text-color); } - #cs-content.cs-content .x-btn.x-btn-small { padding: 6px 20px; min-height: 34px; font-size: 14px; } - #cs-content.cs-content .x-btn.x-btn-small:hover { border-color: rgba(var(--bb-content-border-color-rgb), 0.05); } - #cs-content.cs-content .x-btn.x-btn-small:active { border-color: rgba(var(--bb-content-border-color-rgb), 0.05); } - #cs-content.cs-content .x-btn.x-btn-regular { min-height: 40px; padding: 10px 20px; font-size: 15px; } - #cs-content.cs-content .x-btn.x-btn-regular:hover { border-color: rgba(var(--bb-content-border-color-rgb), 0.05); } - #cs-content.cs-content .x-btn.x-btn-regular:active { border-color: rgba(var(--bb-content-border-color-rgb), 0.05); } - #cs-content.cs-content .x-btn.x-btn-global, #cs-content.cs-content .x-btn.x-btn-large { font-size: 16px; min-height: 50px; padding: 14px 30px; } - #cs-content.cs-content .x-btn.x-btn-global:hover, #cs-content.cs-content .x-btn.x-btn-large:hover { border-color: rgba(var(--bb-content-border-color-rgb), 0.05); } - #cs-content.cs-content .x-btn.x-btn-global:active, #cs-content.cs-content .x-btn.x-btn-large:active { border-color: rgba(var(--bb-content-border-color-rgb), 0.05); } @@ -301,12 +275,12 @@ body.page-template-page-fullwidth #content .container .content-area .entry-conte } /** Accordion */ -#cs-content .x-accordion .x-accordion-heading .x-accordion-toggle.collapsed::before { +#cs-content .x-accordion .x-accordion-heading .x-accordion-toggle.collapsed:before { content: "\f0d8"; color: var(--bb-alternate-text-color); } -#cs-content .x-accordion .x-accordion-heading .x-accordion-toggle::before { +#cs-content .x-accordion .x-accordion-heading .x-accordion-toggle:before { content: "\f0d7"; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); @@ -381,7 +355,6 @@ body.page-template-page-fullwidth #content .container .content-area .entry-conte border: 1px solid var(--bb-danger-color); padding: 0.615em 2.25em 0.615em 1.15em; } - #cs-content.cs-content .x-alert.x-alert-danger .close { color: var(--bb-danger-color); } @@ -392,7 +365,6 @@ body.page-template-page-fullwidth #content .container .content-area .entry-conte border: 1px solid var(--bb-success-color); padding: 0.615em 2.25em 0.615em 1.15em; } - #cs-content.cs-content .x-alert.x-alert-success .close { color: var(--bb-success-color); } @@ -403,7 +375,6 @@ body.page-template-page-fullwidth #content .container .content-area .entry-conte border: 1px solid var(--bb-primary-color); padding: 0.615em 2.25em 0.615em 1.15em; } - #cs-content.cs-content .x-alert.x-alert-info .close { color: var(--bb-primary-color); } @@ -524,7 +495,7 @@ form.x-search { /** Pricing table */ #cs-content .x-pricing-column-info h3.x-price { - font-weight: 400; + font-weight: normal; font-size: 34px; letter-spacing: 0; } @@ -534,14 +505,12 @@ form.x-search { padding-right: 5px; background-color: transparent; } - #cs-content .x-pricing-table .x-pricing-column h2 { background-color: #fff; text-transform: uppercase; font-size: 20px; color: var(--bb-alternate-text-color); } - #cs-content .x-pricing-table .x-pricing-column .x-pricing-column-info { background-color: #fff; } @@ -561,13 +530,11 @@ form.x-search { background-color: var(--bb-primary-color); border-color: var(--bb-primary-color); } - #cs-content .x-pricing-table .x-pricing-column-info .x-btn.x-btn-medium { min-height: 40px; padding: 10px 20px; font-size: 15px; } - #cs-content .x-pricing-table .x-pricing-column-info .x-btn.x-btn-large { font-size: 16px; min-height: 50px; @@ -589,7 +556,7 @@ form.x-search { margin-left: 0; } -#cs-content .x-pricing-table [class*="x-icon-"]::before { +#cs-content .x-pricing-table [class*="x-icon-"]:before { border: 1px solid var(--bb-success-color); border-radius: 100%; padding: 0; @@ -597,21 +564,19 @@ form.x-search { content: "\e876"; } -#cs-content .x-pricing-table [class*="x-icon-times"]::before { +#cs-content .x-pricing-table [class*="x-icon-times"]:before { content: "\e828"; } #cs-content .x-pricing-table .x-pricing-column-info ul { display: inline-block; } - #cs-content .x-pricing-table .x-pricing-column-info ul > li { border-bottom: 0; text-align: left; padding: 5px 30px; color: var(--bb-body-text-color); } - #cs-content .x-pricing-table .x-pricing-column-info ul > li:first-child { border-top: 0; } @@ -680,7 +645,6 @@ form.x-search { /** Counter */ @media (max-width: 800px) { - #cs-content .el150.x-container .x-counter { margin-bottom: 3em !important; } @@ -698,7 +662,6 @@ form.x-search { text-align: center !important; } } - /** Feature heading */ #cs-content.cs-content .h-feature-headline > span { padding-left: 0; @@ -733,7 +696,7 @@ form.x-search { color: var(--bb-alternate-text-color); } -#cs-content .x-recent-posts a .x-recent-posts-img::after { +#cs-content .x-recent-posts a .x-recent-posts-img:after { background-color: var(--bb-primary-color); } @@ -803,11 +766,9 @@ form.x-search { .single-download .entry-meta { margin-bottom: 25px; } - .single-download .post-related-posts h4 { position: relative; } - .single-download .post-related-posts .slick-slider .slick-track, .single-download .post-related-posts .slick-slider .slick-list { display: -webkit-box; @@ -826,23 +787,19 @@ form.x-search { body.single.single-download .entry-meta { display: none; } - body.single.single-download .post-author-info { display: none; } - body.single.single-download .edd-download .entry-content-wrap .entry-content { background-color: #fff; border: 1px solid var(--bb-content-border-color); border-radius: 4px; padding: 20px; } - body.single.single-download .edd-download .entry-content-wrap figure.entry-media { margin-bottom: 0; border-radius: 4px 4px 0 0; } - body.single.single-download .edd-download .entry-content-wrap figure.entry-media + .entry-content { border-radius: 0 0 4px 4px; border-top: 0; @@ -883,28 +840,24 @@ body.single.single-download .edd-download .entry-content-wrap figure.entry-media transform-style: preserve-3d; border-top: 0; } - .edd-table th, .edd-table td, #edd_user_history.edd-table th, #edd_user_history.edd-table td { background-color: #fff; } - .edd-table th:first-child, .edd-table td:first-child, #edd_user_history.edd-table th:first-child, #edd_user_history.edd-table td:first-child { padding-left: 1em; } - .edd-table th:last-child, .edd-table td:last-child, #edd_user_history.edd-table th:last-child, #edd_user_history.edd-table td:last-child { padding-right: 1em; } - .edd-table thead th, #edd_user_history.edd-table thead th { text-transform: uppercase; @@ -915,32 +868,26 @@ body.single.single-download .edd-download .entry-content-wrap figure.entry-media padding-top: 1rem; padding-bottom: 1rem; } - .edd-table thead tr:first-child th:first-child, #edd_user_history.edd-table thead tr:first-child th:first-child { border-radius: 4px 0 0; border-left: 1px solid rgba(0, 0, 0, 0.05); } - .edd-table thead tr:first-child th:last-child, #edd_user_history.edd-table thead tr:first-child th:last-child { border-radius: 0 4px 0 0; border-right: 1px solid rgba(0, 0, 0, 0.05); } - .edd-table thead tr:first-child th, #edd_user_history.edd-table thead tr:first-child th { border-top: 1px solid rgba(0, 0, 0, 0.05); } - .edd-table tbody tr, #edd_user_history.edd-table tbody tr { - /* transform: translateZ(-1em); */ position: relative; z-index: 0; } - .edd-table tbody tr td, #edd_user_history.edd-table tbody tr td { border-bottom: 0; @@ -948,9 +895,9 @@ body.single.single-download .edd-download .entry-content-wrap figure.entry-media padding-top: 1em; padding-bottom: 1em; } - .edd-table tbody tr:hover, #edd_user_history.edd-table tbody tr:hover { + -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transform: translateZ(0); @@ -959,27 +906,22 @@ body.single.single-download .edd-download .entry-content-wrap figure.entry-media position: relative; z-index: 9; } - .edd-table tbody tr:last-child td, #edd_user_history.edd-table tbody tr:last-child td { border-bottom: 1px solid rgba(0, 0, 0, 0.05); } - .edd-table tbody tr:last-child td:first-child, #edd_user_history.edd-table tbody tr:last-child td:first-child { border-radius: 0 0 0 4px; } - .edd-table tbody tr:last-child td:last-child, #edd_user_history.edd-table tbody tr:last-child td:last-child { border-radius: 0 0 4px; } - .edd-table tbody td:first-child, #edd_user_history.edd-table tbody td:first-child { border-left: 1px solid rgba(0, 0, 0, 0.05); } - .edd-table tbody td:last-child, #edd_user_history.edd-table tbody td:last-child { border-right: 1px solid rgba(0, 0, 0, 0.05); @@ -988,13 +930,12 @@ body.single.single-download .edd-download .entry-content-wrap figure.entry-media #edd_purchase_receipt_products li.edd_download_file { margin-left: 0; } - -#edd_purchase_receipt_products li.edd_download_file a.edd_download_file_link::before { +#edd_purchase_receipt_products li.edd_download_file a.edd_download_file_link:before { content: "\ee57"; font-family: bb-icons; speak: none; font-style: normal; - font-weight: 400; + font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; @@ -1003,7 +944,6 @@ body.single.single-download .edd-download .entry-content-wrap figure.entry-media font-size: 16px; margin-right: 10px; } - #edd_purchase_receipt_products ul.edd_bundled_product_files { margin: 0 0 10px; } @@ -1014,23 +954,19 @@ body.single.single-download .edd-download .entry-content-wrap figure.entry-media transform-style: preserve-3d; border-top: 0; } - #edd_checkout_cart th, #edd_checkout_cart td { background-color: #fff; border: 0; } - #edd_checkout_cart th:first-child, #edd_checkout_cart td:first-child { padding-left: 1em; } - #edd_checkout_cart th:last-child, #edd_checkout_cart td:last-child { padding-right: 1em; } - #edd_checkout_cart thead th { text-transform: uppercase; font-size: 14px; @@ -1040,34 +976,27 @@ body.single.single-download .edd-download .entry-content-wrap figure.entry-media padding-top: 1rem; padding-bottom: 1rem; } - #edd_checkout_cart thead .edd_cart_header_row th { background-color: #fff; padding: 1rem; border-bottom: 1px solid rgba(0, 0, 0, 0.05); } - #edd_checkout_cart thead tr:first-child th:first-child { border-radius: 4px 0 0; border-left: 1px solid rgba(0, 0, 0, 0.05); } - #edd_checkout_cart thead tr:first-child th:last-child { border-radius: 0 4px 0 0; border-right: 1px solid rgba(0, 0, 0, 0.05); } - #edd_checkout_cart thead tr:first-child th { border-top: 1px solid rgba(0, 0, 0, 0.05); } - #edd_checkout_cart tbody tr { - /* transform: translateZ(-1em); */ position: relative; z-index: 0; } - #edd_checkout_cart tbody tr td { border-bottom: 0; font-size: 14px; @@ -1075,13 +1004,12 @@ body.single.single-download .edd-download .entry-content-wrap figure.entry-media padding-bottom: 1em; } @media (max-width: 1200px) { - #edd_checkout_cart tbody tr td { vertical-align: top; } } - #edd_checkout_cart tbody tr:hover { + -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transform: translateZ(0); @@ -1090,42 +1018,34 @@ body.single.single-download .edd-download .entry-content-wrap figure.entry-media position: relative; z-index: 9; } - #edd_checkout_cart tbody td:first-child { border-left: 1px solid rgba(0, 0, 0, 0.05); } @media (max-width: 1200px) { - #edd_checkout_cart tbody td:first-child { width: 60%; line-height: 1.5; } } - #edd_checkout_cart tbody td:last-child { border-right: 1px solid rgba(0, 0, 0, 0.05); } @media (max-width: 1200px) { - #edd_checkout_cart tbody td.edd_cart_actions { min-width: 120px; } } - #edd_checkout_cart tbody td.edd_cart_actions .edd-item-quantity { margin-right: 10px; height: 35px; padding: 2px 2px 2px 10px; } - #edd_checkout_cart tbody td.edd_cart_actions a.edd_cart_remove_item_btn { color: var(--bb-headings-color); } - #edd_checkout_cart tbody td.edd_cart_actions a.edd_cart_remove_item_btn:hover { color: var(--bb-primary-color); } - #edd_checkout_cart tfoot tr:last-child th { border-radius: 0 0 4px 4px; border-left: 1px solid rgba(0, 0, 0, 0.05); @@ -1134,14 +1054,12 @@ body.single.single-download .edd-download .entry-content-wrap figure.entry-media font-weight: 500; font-size: 14px; } - #edd_checkout_cart tfoot tr:last-child th.edd_cart_total { font-size: 13px; text-transform: uppercase; - font-weight: 400; + font-weight: normal; color: var(--bb-body-text-color); } - #edd_checkout_cart tfoot tr:last-child th.edd_cart_total .edd_cart_amount { font-weight: 500; } @@ -1156,7 +1074,6 @@ body.single.single-download .edd-download .entry-content-wrap figure.entry-media position: relative; padding-top: 70px; } - #edd_checkout_form_wrap fieldset#edd_payment_mode_select legend, #edd_checkout_form_wrap fieldset#edd_checkout_user_info legend, #edd_checkout_form_wrap fieldset#edd_cc_fields legend, @@ -1167,7 +1084,6 @@ body.single.single-download .edd-download .entry-content-wrap figure.entry-media top: 20px; color: var(--bb-headings-color); } - #edd_checkout_form_wrap fieldset#edd_payment_mode_select label, #edd_checkout_form_wrap fieldset#edd_checkout_user_info label, #edd_checkout_form_wrap fieldset#edd_cc_fields label, @@ -1175,18 +1091,16 @@ body.single.single-download .edd-download .entry-content-wrap figure.entry-media font-size: 15px; font-weight: 500; } - #edd_checkout_form_wrap fieldset#edd_cc_fields #edd_secure_site_wrapper { font-weight: 500; font-size: 14px; } - -#edd_checkout_form_wrap fieldset#edd_cc_fields #edd_secure_site_wrapper .padlock::before { +#edd_checkout_form_wrap fieldset#edd_cc_fields #edd_secure_site_wrapper .padlock:before { content: "\eecc"; font-family: bb-icons; speak: none; font-style: normal; - font-weight: 400; + font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; @@ -1196,11 +1110,9 @@ body.single.single-download .edd-download .entry-content-wrap figure.entry-media color: #939597; margin-right: 2px; } - #edd_checkout_form_wrap fieldset#edd_cc_fields #edd_secure_site_wrapper .padlock svg { display: none; } - #edd_checkout_form_wrap fieldset#edd_purchase_submit p#edd_final_total_wrap { background-color: transparent; border-radius: 0; @@ -1210,19 +1122,16 @@ body.single.single-download .edd-download .entry-content-wrap figure.entry-media padding-right: 0; color: inherit; } - #edd_checkout_form_wrap fieldset#edd_purchase_submit p#edd_final_total_wrap strong { text-transform: uppercase; font-size: 14px; - font-weight: 400; + font-weight: normal; } - #edd_checkout_form_wrap fieldset#edd_purchase_submit p#edd_final_total_wrap .edd_cart_amount { - font-weight: 700; + font-weight: bold; font-size: 14px; } @media (max-width: 800px) { - #edd_checkout_form_wrap input.edd-input, #edd_checkout_form_wrap textarea.edd-input, #edd_checkout_form_wrap select.edd-select { @@ -1241,7 +1150,6 @@ body.single.single-download .edd-download .entry-content-wrap figure.entry-media margin-bottom: 1rem; margin-top: 1rem; } - #edd_profile_editor_form fieldset#edd_profile_personal_fieldset legend, #edd_profile_editor_form fieldset#edd_profile_address_fieldset legend, #edd_profile_editor_form fieldset#edd_profile_password_fieldset legend { @@ -1251,7 +1159,6 @@ body.single.single-download .edd-download .entry-content-wrap figure.entry-media top: 20px; color: var(--bb-headings-color); } - #edd_profile_editor_form fieldset#edd_profile_personal_fieldset label, #edd_profile_editor_form fieldset#edd_profile_address_fieldset label, #edd_profile_editor_form fieldset#edd_profile_password_fieldset label { @@ -1260,14 +1167,12 @@ body.single.single-download .edd-download .entry-content-wrap figure.entry-media width: 30%; } @media (max-width: 800px) { - #edd_profile_editor_form fieldset#edd_profile_personal_fieldset label, #edd_profile_editor_form fieldset#edd_profile_address_fieldset label, #edd_profile_editor_form fieldset#edd_profile_password_fieldset label { width: 100%; } } - #edd_profile_editor_form fieldset#edd_profile_personal_fieldset input[type="text"], #edd_profile_editor_form fieldset#edd_profile_personal_fieldset input[type="email"], #edd_profile_editor_form fieldset#edd_profile_personal_fieldset input[type="password"], @@ -1283,7 +1188,6 @@ body.single.single-download .edd-download .entry-content-wrap figure.entry-media width: 68%; } @media (max-width: 800px) { - #edd_profile_editor_form fieldset#edd_profile_personal_fieldset input[type="text"], #edd_profile_editor_form fieldset#edd_profile_personal_fieldset input[type="email"], #edd_profile_editor_form fieldset#edd_profile_personal_fieldset input[type="password"], @@ -1299,7 +1203,6 @@ body.single.single-download .edd-download .entry-content-wrap figure.entry-media width: 100%; } } - #edd_profile_editor_form fieldset#edd_profile_submit_fieldset { border: 0; padding: 0; @@ -1317,14 +1220,13 @@ body.single.single-download .edd-download .entry-content-wrap figure.entry-media } .edd-cart-meta.edd_total { - font-weight: 400; + font-weight: normal; font-size: 14px; text-transform: uppercase; } - .edd-cart-meta.edd_total .cart-total { text-transform: none; - font-weight: 700; + font-weight: bold; } .widget ul li.cart_item.edd_checkout a, @@ -1336,7 +1238,6 @@ ul.edd-cart li.cart_item.edd_checkout a { color: #fff; font-size: 14px; } - .widget ul li.cart_item.edd_checkout a:hover, ul.edd-cart li.cart_item.edd_checkout a:hover { background-color: #0f74e0; @@ -1349,11 +1250,9 @@ ul.edd-cart li.cart_item.edd_checkout a:hover { -ms-flex-wrap: wrap; flex-wrap: wrap; } - .edd_downloads_list .edd_download { margin-bottom: 20px; } - .edd_downloads_list.edd_download_columns_3 .edd_download { -webkit-box-flex: 0; -ms-flex: 0 0 33.33%; @@ -1361,7 +1260,6 @@ ul.edd-cart li.cart_item.edd_checkout a:hover { max-width: 33.33%; } @media (max-width: 800px) { - .edd_downloads_list.edd_download_columns_3 .edd_download { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -1370,7 +1268,6 @@ ul.edd-cart li.cart_item.edd_checkout a:hover { } } @media (max-width: 544px) { - .edd_downloads_list.edd_download_columns_3 .edd_download { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -1378,7 +1275,6 @@ ul.edd-cart li.cart_item.edd_checkout a:hover { max-width: 100%; } } - .edd_downloads_list.edd_download_columns_2 .edd_download { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -1386,7 +1282,6 @@ ul.edd-cart li.cart_item.edd_checkout a:hover { max-width: 50%; } @media (max-width: 544px) { - .edd_downloads_list.edd_download_columns_2 .edd_download { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -1396,7 +1291,6 @@ ul.edd-cart li.cart_item.edd_checkout a:hover { } @media (max-width: 992px) { - .bb-buddypanel .edd_downloads_list.edd_download_columns_3 .edd_download { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -1405,7 +1299,6 @@ ul.edd-cart li.cart_item.edd_checkout a:hover { } } @media (max-width: 544px) { - .bb-buddypanel .edd_downloads_list.edd_download_columns_3 .edd_download { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -1413,7 +1306,6 @@ ul.edd-cart li.cart_item.edd_checkout a:hover { max-width: 100%; } } - .edd_download_inner { margin: 0 10px; padding: 0; @@ -1428,15 +1320,12 @@ ul.edd-cart li.cart_item.edd_checkout a:hover { -ms-flex-direction: column; flex-direction: column; } - .edd_download_inner:hover { box-shadow: 0 6px 24px 0 rgba(18, 43, 70, 0.12); } - .edd_download_inner .edd_download_image { margin-bottom: 20px; } - .edd_download_inner .edd_download_image a { position: relative; overflow: hidden; @@ -1445,7 +1334,6 @@ ul.edd-cart li.cart_item.edd_checkout a:hover { background: #809ab4; border-radius: 4px 4px 0 0; } - .edd_download_inner .edd_download_image a img { position: absolute; top: 0; @@ -1459,7 +1347,6 @@ ul.edd-cart li.cart_item.edd_checkout a:hover { min-width: 100%; object-fit: cover; } - .edd_download_inner h3.edd_download_title { padding: 0 20px; margin-bottom: 15px; @@ -1475,15 +1362,12 @@ ul.edd-cart li.cart_item.edd_checkout a:hover { width: 100%; text-align: center; } - .edd_download_inner h3.edd_download_title a { color: var(--bb-headings-color); } - .edd_download_inner h3.edd_download_title a:hover { color: var(--bb-primary-color); } - .edd_download_inner .edd_download_excerpt { padding: 0 20px; font-size: 14px; @@ -1499,30 +1383,24 @@ ul.edd-cart li.cart_item.edd_checkout a:hover { margin-bottom: 30px; text-align: center; } - .edd_download_inner .edd_download_buy_button { text-align: center; margin-top: auto; } - .edd_download_inner .edd_download_buy_button .edd_price_options { text-align: center; padding: 0 25px; } - .edd_download_inner .edd_download_buy_button .edd_price_options ul { display: inline-block; } - .edd_download_inner .edd_download_buy_button .edd_price_options ul li { text-align: left; margin-bottom: 4px; } - .edd_download_inner .edd_download_buy_button form { margin-bottom: 0; } - .edd_download_inner .edd_download_buy_button .edd_price_options label { font-size: 14px; display: -webkit-box; @@ -1532,31 +1410,25 @@ ul.edd-cart li.cart_item.edd_checkout a:hover { -ms-flex-align: start; align-items: flex-start; } - .edd_download_inner .edd_download_buy_button .edd_price_options label span.edd_price_option_name { line-height: 1.6; margin-right: 5px; } - .edd_download_inner .edd_download_buy_button .edd_price_options label span.edd_price_option_price { line-height: 1.6; margin-left: auto; color: #939597; font-size: 13px; } - .edd_download_inner .edd_download_buy_button .edd_price_options label span.edd_price_option_sep { display: none; } - .edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper { border-top: 1px solid var(--bb-content-border-color); } - .edd_download_inner .edd_download_buy_button .edd_download_quantity_wrapper { display: none; } - .edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper a.edd-add-to-cart, .edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper a.edd_go_to_checkout, .edd_download_inner .edd_download_buy_button [type="submit"].edd-add-to-cart.edd-submit { @@ -1568,7 +1440,6 @@ ul.edd-cart li.cart_item.edd_checkout a:hover { font-size: 13px; text-transform: uppercase; } - .edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper a.edd-add-to-cart:hover, .edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper a.edd_go_to_checkout:hover, .edd_download_inner .edd_download_buy_button [type="submit"].edd-add-to-cart.edd-submit:hover { @@ -1576,7 +1447,6 @@ ul.edd-cart li.cart_item.edd_checkout a:hover { background-color: var(--bb-primary-color); border-color: var(--bb-primary-color); } - .edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper a.edd-add-to-cart .edd-loading, .edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper a.edd_go_to_checkout .edd-loading, .edd_download_inner .edd_download_buy_button [type="submit"].edd-add-to-cart.edd-submit .edd-loading { @@ -1584,7 +1454,6 @@ ul.edd-cart li.cart_item.edd_checkout a:hover { border-right: 0.2em solid rgba(0, 0, 0, 0.2); border-bottom: 0.2em solid rgba(0, 0, 0, 0.2); } - .edd_download_inner .edd_download_buy_button .edd-cart-ajax-alert { display: none; } @@ -1610,7 +1479,6 @@ ul.edd-cart { margin-left: 0; font-size: 16px; } - ul.edd-cart li.edd-cart-item { padding: 8px 0; display: -webkit-box; @@ -1621,47 +1489,39 @@ ul.edd-cart li.edd-cart-item { align-items: center; font-size: 14px; } - ul.edd-cart li.edd-cart-item .edd-cart-item-title { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-right: 10px; } - ul.edd-cart li.edd-cart-item .edd-cart-item-quantity { -webkit-box-flex: 0; -ms-flex: 0 0 10%; flex: 0 0 10%; padding-right: 5px; } - ul.edd-cart li.edd-cart-item .edd-cart-item-quantity .bs-qty-tag { color: #939597; } - ul.edd-cart li.edd-cart-item .edd-cart-item-price { -webkit-box-flex: 0; -ms-flex: 0 0 12%; flex: 0 0 12%; padding-right: 10px; } - ul.edd-cart li.edd-cart-item .edd-cart-item-separator { display: none; } - ul.edd-cart li.edd-cart-item a.edd-remove-from-cart { text-align: right; color: var(--bb-headings-color); font-size: 0; } - ul.edd-cart li.edd-cart-item a.edd-remove-from-cart:hover { color: var(--bb-primary-color); } - -ul.edd-cart li.edd-cart-item a.edd-remove-from-cart::before { +ul.edd-cart li.edd-cart-item a.edd-remove-from-cart:before { color: var(--bb-headings-color); font-size: 22px; content: "\e828"; @@ -1676,7 +1536,6 @@ ul.edd-cart li.edd-cart-item a.edd-remove-from-cart::before { width: 100%; padding: 0; } - .entry-content ul.edd-cart .wrap-edd-cart-item li.edd-cart-item { padding-left: 15px; padding-right: 15px; @@ -1686,25 +1545,21 @@ ul.edd-cart li.edd-cart-item a.edd-remove-from-cart::before { position: relative; z-index: 0; } - .entry-content ul.edd-cart .wrap-edd-cart-item li.edd-cart-item:hover { box-shadow: 0 3px 24px 0 rgba(18, 43, 70, 0.08); position: relative; z-index: 1; } - .entry-content ul.edd-cart .wrap-edd-cart-item li.edd-cart-item:first-child { padding-top: 15px; border-top: 1px solid var(--bb-content-border-color); border-radius: 4px 4px 0 0; } - .entry-content ul.edd-cart .wrap-edd-cart-item li.edd-cart-item:last-child { padding-bottom: 15px; border-bottom: 1px solid var(--bb-content-border-color); border-radius: 0 0 4px 4px; } - .entry-content ul.edd-cart .edd-cart-meta.edd_total { border-top: 0; margin-top: 10px; @@ -1715,12 +1570,10 @@ ul.edd-cart li.edd-cart-item a.edd-remove-from-cart::before { -ms-flex-align: start; align-items: flex-start; } - .widget ul.edd-cart li.edd-cart-item .edd-cart-item-quantity, .widget ul.edd-cart li.edd-cart-item .edd-cart-item-price { font-size: 12px; } - .widget ul.edd-cart .cart_item.empty { font-size: 13px; } @@ -1735,19 +1588,15 @@ ul.edd-cart li.edd-cart-item a.edd-remove-from-cart::before { article.edd-download .entry-content-wrap { padding: 0; } - article.edd-download .entry-content-wrap .edd_purchase_submit_wrapper { margin-top: 20px; } - article.edd-download .entry-content-wrap .entry-content { font-size: 16px; } - article.edd-download .entry-content-wrap .edd_download_purchase_form label { font-size: 16px; } - article.edd-download .entry-content-wrap .edd_download_purchase_form .edd_price_options li { padding: 3px 0; } @@ -1757,13 +1606,11 @@ article.edd-download .entry-content-wrap .edd_download_purchase_form .edd_price_ border-radius: 3px; font-size: 14px; } - .edd-page .edd-alert-error { background-color: var(--bb-danger-color); border-color: var(--bb-danger-color); color: #fff; } - .edd-page .edd-alert-success { background-color: var(--bb-success-color); border-color: var(--bb-success-color); @@ -1775,17 +1622,14 @@ article.edd-download .entry-content-wrap .edd_download_purchase_form .edd_price_ font-size: 14px; border-radius: 3px; } - .entry-content .edd-alert strong { color: #fff; } - .entry-content .edd-alert-error { background-color: var(--bb-danger-color); border-color: var(--bb-danger-color); color: #fff; } - .entry-content .edd-alert-success { background-color: var(--bb-success-color); border-color: var(--bb-success-color); @@ -1825,7 +1669,6 @@ p.edd-logged-out { padding-top: 70px; margin-top: 0; } - #edd_login_form fieldset legend { text-transform: uppercase; font-size: 14px; @@ -1833,66 +1676,53 @@ p.edd-logged-out { top: 20px; color: var(--bb-headings-color); } - #edd_login_form fieldset p { font-size: 15px; } - #edd_login_form fieldset label { font-size: 15px; } - #edd_login_form fieldset .edd-login-username, #edd_login_form fieldset .edd-login-password { margin-bottom: 15px; } - #edd_login_form fieldset .edd-login-username label, #edd_login_form fieldset .edd-login-password label { width: 100%; display: inline-block; } - #edd_login_form fieldset .edd-login-username input, #edd_login_form fieldset .edd-login-password input { width: 100%; } - #edd_login_form fieldset > p { width: 50%; margin: 0 auto; } - #edd_login_form fieldset > p:first-of-type { padding-top: 30px; } - #edd_login_form fieldset > p:last-of-type { padding-bottom: 30px; } - #edd_login_form fieldset p.edd-lost-password { padding-top: 10px; text-align: right; font-size: 12px; } @media (max-width: 992px) { - #edd_login_form fieldset > p { width: 80%; } } @media (max-width: 800px) { - #edd_login_form fieldset > p { width: 90%; } } - #edd_login_form fieldset .edd-login-submit { text-align: right; } - #edd_login_form fieldset .bs-edd-login-actions { display: -webkit-box; display: -ms-flexbox; @@ -1901,33 +1731,27 @@ p.edd-logged-out { -ms-flex-align: center; align-items: center; } - #edd_login_form fieldset .bs-edd-login-actions label, #edd_login_form fieldset .bs-edd-login-actions p { font-size: 14px; } - #edd_login_form fieldset .bs-edd-login-actions .edd-login-remember { margin-right: auto; } @media (max-width: 380px) { - #edd_login_form fieldset .bs-edd-login-actions { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } - #edd_login_form fieldset .bs-edd-login-actions p { margin-bottom: 10px; } - #edd_login_form fieldset .bs-edd-login-actions .edd-login-remember { margin-right: auto; margin-left: auto; } - #edd_login_form fieldset .edd-login-submit { padding-top: 15px; text-align: center; @@ -1935,12 +1759,10 @@ p.edd-logged-out { } @media (max-width: 800px) { - body.edd-purchase-history .entry-content, body.edd-downloads-history .entry-content { overflow-x: auto; } - body.edd-purchase-history .entry-content table#edd_user_history, body.edd-downloads-history .entry-content table#edd_user_history { min-width: 700px; @@ -1949,13 +1771,11 @@ p.edd-logged-out { #edd_checkout_cart_wrap { overflow-x: auto; } - #edd_checkout_cart_wrap table#edd_checkout_cart { min-width: 700px; } } @media (max-width: 544px) { - /* .bs-edd-table-receipt { overflow-x:auto; @@ -1964,7 +1784,6 @@ p.edd-logged-out { } } */ } - #it-exchange-store .it-exchange-products { display: -webkit-box; display: -ms-flexbox; @@ -1974,7 +1793,6 @@ p.edd-logged-out { margin-left: -10px; margin-right: -10px; } - #it-exchange-store .it-exchange-products li.it-exchange-product { background-color: #fff; border-radius: 0 0 4px 4px; @@ -1984,25 +1802,20 @@ p.edd-logged-out { position: relative; padding-bottom: 70px; } - #it-exchange-store .it-exchange-products li.it-exchange-product > p { margin: 0; } - #it-exchange-store .it-exchange-products li.it-exchange-product:hover { box-shadow: 0 6px 24px 0 rgba(18, 43, 70, 0.12); } @media (max-width: 544px) { - #it-exchange-store .it-exchange-products li.it-exchange-product { width: 100%; } } - #it-exchange-store .it-exchange-products .it-exchange-featured-image > p { margin: 0; } - #it-exchange-store .it-exchange-products .featured-image-wrapper { position: relative; overflow: hidden; @@ -2011,7 +1824,6 @@ p.edd-logged-out { background: #809ab4; border-radius: 4px 4px 0 0; } - #it-exchange-store .it-exchange-products .featured-image-wrapper img { position: absolute; top: 0; @@ -2025,26 +1837,21 @@ p.edd-logged-out { min-width: 100%; object-fit: cover; } - #it-exchange-store .it-exchange-products .it-exchange-product-details { text-align: center; padding: 1em 0 0; } - #it-exchange-store .it-exchange-products .it-exchange-product-details h2.it-exchange-product-title { font-size: 16px; padding-left: 1em; padding-right: 1em; } - #it-exchange-store .it-exchange-products .it-exchange-product-details h2.it-exchange-product-title a { color: var(--bb-headings-color); } - #it-exchange-store .it-exchange-products .it-exchange-product-details h2.it-exchange-product-title a:hover { color: var(--bb-primary-color); } - #it-exchange-store .it-exchange-products .it-exchange-product-details .it-exchange-base-price { font-size: 15px; color: #dc5525; @@ -2052,18 +1859,15 @@ p.edd-logged-out { display: block; margin: 0 1em auto; } - #it-exchange-store .it-exchange-products .it-exchange-product-details .it-exchange-base-price del { color: #c8cbcf; font-weight: 400; } - #it-exchange-store .it-exchange-products .it-exchange-product-details .it-exchange-base-price ins { text-decoration: none; font-weight: 400; color: #dc5525; } - #it-exchange-store .it-exchange-products .it-exchange-product-details a.it-exchange-product-permalink { float: none; display: block; @@ -2080,7 +1884,6 @@ p.edd-logged-out { bottom: 0; width: 100%; } - #it-exchange-store .it-exchange-products .it-exchange-product-details a.it-exchange-product-permalink:hover { background-color: var(--bb-primary-color); color: #fff; @@ -2091,32 +1894,26 @@ p.edd-logged-out { border: 1px solid var(--bb-content-border-color); font-size: 15px; } - .it-exchange-wrap.it-exchange-account input[type="text"], .it-exchange-wrap.it-exchange-account input[type="password"] { width: 100%; } - .it-exchange-wrap .it-exchange-transaction-meta { margin-bottom: 30px; } - .it-exchange-wrap .it-exchange-transaction-meta h3 { text-transform: uppercase; font-weight: 500; color: var(--bb-headings-color); font-size: 14px; } - .it-exchange-wrap .it-exchange-transaction-meta p { font-size: 14px; } - .it-exchange-wrap .it-exchange-transaction-meta .existing-shipping-address { font-size: 14px; } @media (max-width: 800px) { - .it-exchange-wrap .it-exchange-transaction-meta { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -2124,36 +1921,29 @@ p.edd-logged-out { flex-direction: column; } } - .it-exchange-wrap .it-exchange-transaction-purchases-label h3 { text-transform: uppercase; font-weight: 500; color: var(--bb-headings-color); font-size: 14px; } - .it-exchange-wrap .it-exchange-transaction-products { border: 0; } - .it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product { border-bottom: 0; } - .it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-attributes h3 { font-size: 16px; font-weight: 500; } - .it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-downloads { margin-top: 15px; } - .it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-downloads h4 { text-transform: uppercase; font-size: 12px; } - .it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-downloads .it-exchange-transaction-product-downloads-list li { display: -webkit-box; display: -ms-flexbox; @@ -2162,15 +1952,12 @@ p.edd-logged-out { -ms-flex-align: center; align-items: center; } - .it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-downloads .it-exchange-transaction-product-downloads-list li .it-exchange-transaction-product-download-title { font-size: 14px; } - .it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-downloads .it-exchange-transaction-product-downloads-list li .it-exchange-right { margin-left: auto; } - .it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-downloads .it-exchange-transaction-product-downloads-list li .it-exchange-right a.button { padding-top: 7px; padding-bottom: 7px; @@ -2187,7 +1974,6 @@ p.edd-logged-out { border: 1px solid var(--bb-content-border-color); border-radius: 4px; } - #it-exchange-product .it-exchange-product-standard-content { display: -webkit-box; display: -ms-flexbox; @@ -2195,7 +1981,6 @@ p.edd-logged-out { -ms-flex-wrap: wrap; flex-wrap: wrap; } - #it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info { -webkit-box-flex: 0; -ms-flex: 0 0 55%; @@ -2204,41 +1989,33 @@ p.edd-logged-out { -ms-flex-order: 2; order: 2; } - #it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-column-inner { padding: 0 20px 0 0; font-size: 16px; } - #it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-super-widget .it-exchange-sw-product { border: 0; } - #it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-super-widget .it-exchange-sw-product .purchase-options { padding-left: 0; padding-right: 0; } - #it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-product-price { border: 0; font-size: 22px; } - #it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-product-price del { color: #939597; font-weight: 400; } - #it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-product-price ins { color: var(--bb-headings-color); font-weight: 500; text-decoration: none; } - #it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-product-description { color: var(--bb-alternate-text-color); } - #it-exchange-product .it-exchange-product-standard-content .it-exchange-product-images { -webkit-box-flex: 0; -ms-flex: 0 0 45%; @@ -2247,47 +2024,38 @@ p.edd-logged-out { -ms-flex-order: 1; order: 1; } - #it-exchange-product .it-exchange-product-standard-content .it-exchange-product-images .it-exchange-column-inner { margin-left: 0; margin-right: 1.5em; margin-bottom: 20px; } - #it-exchange-product .it-exchange-product-standard-content .it-exchange-product-images-gallery .it-exchange-featured-image .featured-image-wrapper { border: 0; } - #it-exchange-product .it-exchange-product-standard-content .it-exchange-product-images-gallery ul.it-exchange-thumbnail-images { margin: 0 20px; } - #it-exchange-product .it-exchange-product-standard-content .it-exchange-product-images-gallery ul.it-exchange-thumbnail-images li span { border: 0; } @media (max-width: 800px) { - #it-exchange-product .it-exchange-product-standard-content { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } - #it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-column-inner { padding-left: 20px; } - #it-exchange-product .it-exchange-product-standard-content .it-exchange-product-images .it-exchange-column-inner { margin-left: 1.5em; } } - #it-exchange-product .it-exchange-product-advanced-content { font-size: 16px; margin: 0 20px 30px; } - #it-exchange-product .it-exchange-product-advanced-content .it-exchange-extended-description { padding: 2em 1em 0; } @@ -2297,13 +2065,11 @@ p.edd-logged-out { border-bottom: 1px solid #eef0f3; padding-bottom: 8px; } - .it-exchange-account ul.it-exchange-customer-menu li, #it-exchange-confirmation ul.it-exchange-customer-menu li { margin: 0 25px 0 0; padding-bottom: 12px; } - .it-exchange-account ul.it-exchange-customer-menu li a, #it-exchange-confirmation ul.it-exchange-customer-menu li a { display: inline-block; @@ -2311,17 +2077,14 @@ p.edd-logged-out { font-size: 14px; color: #939597; } - .it-exchange-account ul.it-exchange-customer-menu li a:hover, #it-exchange-confirmation ul.it-exchange-customer-menu li a:hover { color: var(--bb-headings-color); } - .it-exchange-account ul.it-exchange-customer-menu li.current, #it-exchange-confirmation ul.it-exchange-customer-menu li.current { border-bottom: 1px solid var(--bb-primary-color); } - .it-exchange-account ul.it-exchange-customer-menu li.current a, #it-exchange-confirmation ul.it-exchange-customer-menu li.current a { color: var(--bb-headings-color); @@ -2330,7 +2093,6 @@ p.edd-logged-out { #it-exchange-confirmation ul.it-exchange-customer-menu { margin-left: 0; } - #it-exchange-confirmation ul.it-exchange-customer-menu li { display: inline; } @@ -2338,35 +2100,28 @@ p.edd-logged-out { #it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-products { border: 0; } - #it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product-cart-object .it-exchange-column-inner { padding-right: 10px; font-size: 14px; margin: 23px 0; } - #it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-summary-loop.it-exchange-table { border: 0; } - #it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-summary-loop { font-size: 14px; } - #it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-summary-loop .it-exchange-confirmation-totals-title { border: 0; text-transform: uppercase; color: #939597; } - #it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-summary-loop .it-exchange-confirmation-totals-amount { border: 0; } - #it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-summary-loop .it-exchange-confirmation-totals-amount .it-exchange-table-column-inner { text-align: right; } - #it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-summary-loop .it-exchange-cart-totals-total .it-exchange-table-column-inner { border-bottom: 0; text-align: right; @@ -2375,11 +2130,9 @@ p.edd-logged-out { .it-exchange-account label { font-size: 14px; } - .it-exchange-account .it-exchange-customer-info { font-size: 16px; } - .it-exchange-account .it-exchange-customer-info .it-exchange-customer-welcome { text-align: center; padding-top: 20px; @@ -2394,17 +2147,14 @@ p.edd-logged-out { .it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing { border: 0; } - .it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing .cart-items-wrapper { margin-left: 1em; margin-right: 1em; border-radius: 4px; } - .it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing .cart-items-wrapper .cart-item { border-bottom: 0; } - .it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing .cart-items-wrapper .cart-item a.it-exchange-empty-cart { display: inline-block; width: 20px; @@ -2415,33 +2165,26 @@ p.edd-logged-out { border-radius: 100%; color: var(--bb-headings-color); } - .it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing .cart-items-wrapper .cart-item a.it-exchange-empty-cart:hover { color: var(--bb-primary-color); } - .it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing .cart-items-wrapper .cart-item .item-info input { max-width: 65px; padding-left: 10px; padding-right: 10px; } - .it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing form#zero_sum_checkout_form { margin-bottom: 0; } - .it-exchange-wrap .it-exchange-super-widget .payment-methods-wrapper { border-bottom: 0; } - .it-exchange-wrap .it-exchange-super-widget .quantity { border-bottom: 0; } - .it-exchange-wrap .it-exchange-super-widget .cart-actions-wrapper { font-size: 14px; } - .it-exchange-wrap .it-exchange-super-widget .cart-actions-wrapper .cancel-update { border-bottom: 0; } @@ -2450,26 +2193,22 @@ p.edd-logged-out { margin-bottom: 1em; padding-bottom: 1em; } - #it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-purchase-top { font-size: 12px; text-transform: uppercase; } @media (max-width: 544px) { - #it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-purchase-top .it-exchange-purchase-total { float: none; display: block; } } - #it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info .it-exchange-item-data-top { font-weight: 500; font-size: 16px; color: var(--bb-headings-color); margin-bottom: 0.5em; } - #it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info .it-exchange-item-data-bottom { font-size: 14px; color: #939597; @@ -2484,39 +2223,32 @@ p.edd-logged-out { width: 95%; } @media (max-width: 544px) { - #it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info { margin-bottom: 0; } - #it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info .it-exchange-item-thumbnail { float: none; margin: 0 auto 20px; width: 30%; } - #it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info .it-exchange-item-data { float: none; width: 100%; } - #it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info .it-exchange-item-data .it-exchange-item-data-top, #it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info .it-exchange-item-data .it-exchange-item-data-bottom { margin-left: 0; } } - #it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-no-transaction-products-found { font-size: 14px; color: #939597; } @media (max-width: 544px) { - #it-exchange-purchases.it-exchange-wrap .it-exchange-purchase { border-bottom: 1px solid var(--bb-content-border-color); margin-bottom: 2em; } - #it-exchange-purchases.it-exchange-wrap .it-exchange-purchase:last-of-type { border-bottom: 0; } @@ -2526,30 +2258,25 @@ p.edd-logged-out { overflow: hidden; font-size: 16px; } - #it-exchange-downloads.it-exchange-wrap .it-exchange-download .it-exchange-download-product a { font-size: 14px; } - #it-exchange-downloads.it-exchange-wrap .it-exchange-download .it-exchange-download-info h4 { font-size: 16px; color: var(--bb-headings-color); margin-bottom: 10px; } - #it-exchange-downloads.it-exchange-wrap .it-exchange-download .it-exchange-download-info ul.it-exchange-downloads-data { list-style: none; margin-left: 0; font-size: 14px; } - #it-exchange-downloads.it-exchange-wrap .it-exchange-download .it-exchange-download-info ul.it-exchange-downloads-data li.it-exchange-download-data span { margin-left: 0; margin-right: 1em; color: #939597; } @media (max-width: 544px) { - #it-exchange-downloads.it-exchange-wrap .it-exchange-download .it-exchange-download-info ul.it-exchange-downloads-data li.it-exchange-download-data span { display: block; width: 100%; @@ -2561,33 +2288,27 @@ p.edd-logged-out { border: 1px solid #eef0f3; border-radius: 4px; } - #it-exchange-login .it-exchange-login-form { width: 50%; margin: 0 auto; padding: 3rem 0; } - #it-exchange-login .it-exchange-login-form .it-exchange-rememberme { margin-top: 5px; margin-bottom: 15px; } - #it-exchange-login .it-exchange-login-form #wp-submit { padding-left: 2em; padding-right: 2em; margin-bottom: 1em; } - #it-exchange-login .it-exchange-login-form .it-exchange-recover-url { font-size: 14px; } - #it-exchange-login .it-exchange-login-form .it-exchange-register-url { font-size: 14px; } @media (max-width: 800px) { - #it-exchange-login .it-exchange-login-form { width: 85%; } @@ -2604,24 +2325,20 @@ p.edd-logged-out { border: 1px solid #eef0f3; border-radius: 4px; } - #it-exchange-registration form.it-exchange-register { width: 50%; margin: 0 auto; padding: 3rem 0; } - #it-exchange-registration form.it-exchange-register .it-exchange-registration-login { text-align: right; font-size: 14px; } - #it-exchange-registration form.it-exchange-register #it-exchange-register-customer { padding-left: 2em; padding-right: 2em; } @media (max-width: 800px) { - #it-exchange-registration form.it-exchange-register { width: 85%; } @@ -2672,7 +2389,7 @@ p.edd-logged-out { .ui-datepicker table td a { line-height: 1.4em; - font-weight: 400; + font-weight: normal; } .ui-datepicker table thead { @@ -2696,8 +2413,8 @@ p.edd-logged-out { height: 100%; } -.ui-datepicker .ui-datepicker-header a.ui-datepicker-next span::before, -.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev span::before { +.ui-datepicker .ui-datepicker-header a.ui-datepicker-next span:before, +.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev span:before { text-shadow: none; } @@ -2715,7 +2432,6 @@ p.edd-logged-out { .gform_wrapper .ginput_preview { font-size: 16px; } - .gform_wrapper .ginput_preview strong { font-weight: inherit; } @@ -2756,7 +2472,6 @@ p.edd-logged-out { .gform_wrapper .ginput_container table.gfield_list tr td.gfield_list_icons { padding-left: 10px !important; } - .gform_wrapper .ginput_container table.gfield_list tr td.gfield_list_icons img { outline: 0; -webkit-tap-highlight-color: transparent; @@ -2789,7 +2504,6 @@ p.edd-logged-out { } @media (max-width: 641px) { - .gform_wrapper form input[type="submit"], .gform_wrapper form input:not([type="radio"], [type="checkbox"], [type="image"], [type="file"]) { line-height: 1.3; @@ -2802,7 +2516,6 @@ p.edd-logged-out { } } @media only screen and (max-width: 761px) { - .gform_wrapper form table.gfield_list tr { border: 1px solid #ccc; border-top: 1px solid #ccc; @@ -2813,12 +2526,10 @@ p.edd-logged-out { .gform_wrapper form table.gfield_list tr td.gfield_list_icons { background-color: #f8f8f8; } - .gform_wrapper form table.gfield_list tr td.gfield_list_icons img { outline: none; } } - div.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label, div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { font-weight: inherit; @@ -2830,13 +2541,11 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { } .gfield_checkbox input[type="checkbox"] { - /* position: absolute; // take it out of document flow */ opacity: 0; height: 0; width: 0; } - .gfield_checkbox input[type="checkbox"] + label { cursor: pointer; display: inline-block; @@ -2844,8 +2553,7 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { padding: 0; line-height: 1; } - -.gfield_checkbox input[type="checkbox"] + label::before { +.gfield_checkbox input[type="checkbox"] + label:before { content: ""; margin-right: 10px; display: inline-block; @@ -2856,23 +2564,19 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { border-radius: 3px; border: 1px solid #c9cbca; } - -.gfield_checkbox input[type="checkbox"]:checked + label::before { +.gfield_checkbox input[type="checkbox"]:checked + label:before { background: var(--bb-primary-color); border-color: var(--bb-primary-color); } - .gfield_checkbox input[type="checkbox"]:disabled + label { color: #b8b8b8; cursor: auto; } - -.gfield_checkbox input[type="checkbox"]:disabled + label::before { +.gfield_checkbox input[type="checkbox"]:disabled + label:before { box-shadow: none; background: #ddd; } - -.gfield_checkbox input[type="checkbox"]:checked + label::after { +.gfield_checkbox input[type="checkbox"]:checked + label:after { content: "\E876"; position: absolute; left: 3px; @@ -2890,7 +2594,6 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { width: 0; opacity: 0; } - .gfield_radio input[type="radio"] + label, .gfield_radio input[type="radio"] + .bb-radio-label { margin: 0 !important; font-size: 15px; @@ -2899,8 +2602,7 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { position: relative; cursor: pointer; } - -.gfield_radio input[type="radio"] + label::before, .gfield_radio input[type="radio"] + .bb-radio-label::before { +.gfield_radio input[type="radio"] + label:before, .gfield_radio input[type="radio"] + .bb-radio-label:before { content: ""; display: inline-block; vertical-align: middle; @@ -2915,18 +2617,15 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { border-radius: 100%; margin-right: 10px; } - .gfield_radio input[type="radio"]:disabled + label, .gfield_radio input[type="radio"]:disabled + .bb-radio-label { color: #b8b8b8; cursor: auto; } - -.gfield_radio input[type="radio"]:disabled + label::before, .gfield_radio input[type="radio"]:disabled + .bb-radio-label::before { +.gfield_radio input[type="radio"]:disabled + label:before, .gfield_radio input[type="radio"]:disabled + .bb-radio-label:before { box-shadow: none; background: #ddd; } - -.gfield_radio input[type="radio"]:checked + label::after, .gfield_radio input[type="radio"]:checked + .bb-radio-label::after { +.gfield_radio input[type="radio"]:checked + label:after, .gfield_radio input[type="radio"]:checked + .bb-radio-label:after { content: ""; background-color: var(--bb-primary-color); margin: auto; @@ -2942,7 +2641,6 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { .gform_wrapper .ginput_container_radio .gfield_radio .gchoice input[type="radio"] + label { padding-left: 32px; } - .gform_wrapper .ginput_container_radio .gfield_radio .gchoice input[type="radio"] + label::before { position: absolute; left: 0; @@ -2951,7 +2649,6 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { -ms-transform: translate(0, -50%); transform: translate(0, -50%); } - .gform_wrapper .ginput_container_radio .gfield_radio .gchoice input[type="radio"]:checked + label::after { top: 50%; -webkit-transform: translate(0, -50%); @@ -2962,7 +2659,6 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { .nf-form-wrap .nf-form-content { max-width: 100%; } - .nf-form-wrap .nf-form-content .nf-field-element input[type="button"] { border-color: #ff865a; background-color: #ff865a; @@ -2971,17 +2667,14 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { padding: 0 20px; color: #fff; } - .nf-form-wrap .nf-form-content .nf-field-element input[type="button"]:hover { box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1); } - -.nf-form-wrap .nf-form-content .nf-pass.field-wrap .nf-field-element::after { +.nf-form-wrap .nf-form-content .nf-pass.field-wrap .nf-field-element:after { font-size: 24px; height: 40px; line-height: 40px; } - .nf-form-wrap .nf-form-content .nf-field-element input, .nf-form-wrap .nf-form-content .nf-field-element select, .nf-form-wrap .nf-form-content .nf-field-element select.ninja-forms-field:not([multiple]) { @@ -2995,101 +2688,80 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { padding: 0 12px; font-size: 15px; } - .nf-form-wrap .nf-form-content .nf-field-element select[multiple] { height: auto; } - .nf-form-wrap .nf-form-content .list-checkbox-wrap .nf-field-element li span.checkbox.on { background-color: #ff865a; border-color: #ff865a; border-radius: 4px; } - .nf-form-wrap .nf-form-content .list-checkbox-wrap .icheckbox_minimal { z-index: 99; } - .nf-form-wrap .nf-form-content .list-checkbox-wrap .icheckbox_minimal ~ .checkbox { display: none; } - .nf-form-wrap .nf-form-content .list-checkbox-wrap .icheckbox_minimal { position: absolute; } - .nf-form-wrap .nf-form-content ins.iCheck-helper { z-index: 999999; } - -.nf-form-wrap .nf-form-content .listcheckbox-wrap .nf-field-element label::after { +.nf-form-wrap .nf-form-content .listcheckbox-wrap .nf-field-element label:after { border-color: transparent; } - -.nf-form-wrap .nf-form-content .listcheckbox-wrap .nf-field-element label::before { +.nf-form-wrap .nf-form-content .listcheckbox-wrap .nf-field-element label:before { display: none; } - .nf-form-wrap .nf-form-content .list-checkbox-wrap .nf-field-element ul li { display: -webkit-box; display: -ms-flexbox; display: flex; } - -.nf-form-wrap .nf-form-content .checkbox-wrap .nf-field-label label::before { +.nf-form-wrap .nf-form-content .checkbox-wrap .nf-field-label label:before { height: 20px; font-size: 16px; width: 20px; left: -27px; } - -.nf-form-wrap .nf-form-content .nf-error.field-wrap .nf-field-element::after { +.nf-form-wrap .nf-form-content .nf-error.field-wrap .nf-field-element:after { height: 38px; width: 40px; line-height: 40px; } - .nf-form-wrap .nf-form-fields-required { margin-bottom: 15px; font-size: 14px; } - .nf-form-wrap .label-above .nf-field-label { margin-bottom: 6px; } - .nf-form-wrap .nf-field-label { margin-bottom: 6px; } - .nf-form-wrap .nf-field-label label { font-size: 16px; } - .nf-form-wrap .nf-field-description { font-size: 14px; line-height: 1.6; margin-bottom: 10px; } - .nf-form-wrap .nf-help.fa-info-circle { background: none; } - -.nf-form-wrap .nf-help.fa-info-circle::before { +.nf-form-wrap .nf-help.fa-info-circle:before { font-family: bb-icons; content: "\ee65"; font-weight: 100; } - -.nf-form-wrap .nf-help.fa-info-circle::after { +.nf-form-wrap .nf-help.fa-info-circle:after { display: none; } - .nf-form-wrap .nf-field-container .nf-field-label { margin-bottom: 0; } - .nf-form-wrap .nf-after-form-content .nf-error-msg { background-color: var(--bb-danger-color); border-color: var(--bb-danger-color); @@ -3098,7 +2770,6 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { border-radius: 4px; padding: 5px 10px; } - .nf-form-wrap .nf-response-msg { background-color: var(--bb-success-color); border-color: var(--bb-success-color); @@ -3107,7 +2778,6 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { border-radius: 4px; padding: 5px 10px; } - .nf-form-wrap .nf-response-msg p { margin: 0; } @@ -3125,30 +2795,24 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { .pika-lendar .pika-table { margin-bottom: 0; } - .pika-lendar .pika-table th { - font-weight: 400; + font-weight: normal; color: #939597; } - .pika-lendar .pika-table th abbr[title] { text-decoration: none; } - .pika-lendar .pika-table td { border-bottom: 0; } - .pika-lendar .pika-table .pika-button { background: transparent; line-height: 25px; } - .pika-lendar .pika-table .pika-button:hover { background: transparent; color: var(--bb-primary-color); } - .pika-lendar .pika-table .is-selected .pika-button { color: var(--bb-primary-color); box-shadow: none; @@ -3156,38 +2820,33 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { } .pika-title .pika-label { - font-weight: 400; + font-weight: normal; color: var(--bb-primary-color); padding: 0 3px; line-height: 30px; top: 0; } - .pika-title .pika-label select { height: 30px; top: 0; } - .pika-title button.pika-prev, .pika-title button.pika-next { text-indent: inherit; font-size: 0; } - .pika-title button.pika-prev:hover, .pika-title button.pika-next:hover { background-color: transparent; border-color: transparent; } - .pika-title button.pika-prev { background-image: none; } - -.pika-title button.pika-prev::before { +.pika-title button.pika-prev:before { content: "\E8AB"; font-family: bb-icons; - font-weight: 400; + font-weight: normal; speak: none; display: inline-block; color: #939597; @@ -3195,15 +2854,13 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - .pika-title button.pika-next { background-image: none; } - -.pika-title button.pika-next::before { +.pika-title button.pika-next:before { content: "\e827"; font-family: bb-icons; - font-weight: 400; + font-weight: normal; speak: none; display: inline-block; color: #939597; @@ -3220,19 +2877,16 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { margin-bottom: 0; padding-left: 15px; } - .checkbox-container .checkbox-wrap .nf-field-label label { font-size: 16px; line-height: 22px; font-weight: 500; } - .checkbox-container .checkbox-wrap .nf-field-element { position: relative; width: 20px; height: 20px; } - .checkbox-container .checkbox-wrap .nf-field-element input[type="checkbox"] { margin: 0; position: absolute; @@ -3242,7 +2896,6 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { top: 0; z-index: 6; } - .checkbox-container .checkbox-wrap .nf-field-element span.checkbox { z-index: 5; display: inline-block; @@ -3258,13 +2911,11 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { margin-right: 2px; line-height: 1.35; } - .checkbox-container .checkbox-wrap .nf-field-element span.checkbox.on { background-color: var(--bb-primary-color); border-color: var(--bb-primary-color); } - -.checkbox-container .checkbox-wrap .nf-field-element span.checkbox.on::before { +.checkbox-container .checkbox-wrap .nf-field-element span.checkbox.on:before { font-family: bb-icons !important; font-size: 20px; text-rendering: auto; @@ -3282,7 +2933,6 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { position: relative; margin: 5px 0 10px !important; } - .list-checkbox-wrap .nf-field-element ul li label { margin-bottom: 0; font-size: 16px; @@ -3290,7 +2940,6 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { font-weight: 500; margin-left: 35px; } - .list-checkbox-wrap .nf-field-element li input[type="checkbox"] { margin: 0; position: absolute; @@ -3299,7 +2948,6 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { top: 0; z-index: 6; } - .list-checkbox-wrap .nf-field-element li span.checkbox { z-index: 5; display: inline-block; @@ -3315,13 +2963,11 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { margin-right: 2px; line-height: 1.35; } - .list-checkbox-wrap .nf-field-element li span.checkbox.on { background-color: var(--bb-primary-color); border-color: var(--bb-primary-color); } - -.list-checkbox-wrap .nf-field-element li span.checkbox.on::before { +.list-checkbox-wrap .nf-field-element li span.checkbox.on:before { font-family: bb-icons !important; font-size: 20px; text-rendering: auto; @@ -3340,7 +2986,6 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { position: relative; margin: 5px 0 10px !important; } - .list-radio-wrap .nf-field-element ul li label { margin-left: 35px; font-weight: 500; @@ -3348,7 +2993,6 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { line-height: 22px; margin-bottom: 0; } - .list-radio-wrap .nf-field-element li input.bs-radio { width: 22px !important; height: 22px; @@ -3359,7 +3003,6 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { margin-top: 0; opacity: 0; } - .list-radio-wrap .nf-field-element li span.bs-radio { display: inline-block; vertical-align: middle; @@ -3377,8 +3020,7 @@ div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label { margin-right: 10px; z-index: 7; } - -.list-radio-wrap .nf-field-element li span.bs-radio.on::after { +.list-radio-wrap .nf-field-element li span.bs-radio.on:after { content: ""; position: absolute; top: 2px; @@ -3415,7 +3057,6 @@ div.wpforms-container-full.wpforms-container .wpforms-form button[type="submit"] font-size: 15px; padding: 10px 20px; } - div.wpforms-container-full .wpforms-form input[type="submit"]:hover, div.wpforms-container-full .wpforms-form button[type="submit"]:hover, div.wpforms-container-full.wpforms-container .wpforms-form input[type="submit"]:hover, @@ -3424,12 +3065,10 @@ div.wpforms-container-full.wpforms-container .wpforms-form button[type="submit"] background-color: #0f74e0; border-color: #0f74e0; } - div.wpforms-container-full .wpforms-form .wpforms-field-description, div.wpforms-container-full.wpforms-container .wpforms-form .wpforms-field-description { line-height: 1.6; } - div.wpforms-container-full .wpforms-form select, div.wpforms-container-full.wpforms-container .wpforms-form select { background-image: url("../images/svg/arrow-down.svg"); @@ -3437,7 +3076,6 @@ div.wpforms-container-full.wpforms-container .wpforms-form select { background-position: right 1rem center; padding-right: 40px; } - div.wpforms-container-full .wpforms-form input[type="date"], div.wpforms-container-full .wpforms-form input[type="datetime"], div.wpforms-container-full .wpforms-form input[type="datetime-local"], @@ -3474,7 +3112,7 @@ div.wpforms-container-full.wpforms-container .wpforms-form textarea { border-radius: 3px; } -.flatpickr-calendar.open::after { +.flatpickr-calendar.open:after { border-width: 6px; margin: 0 -6px; } @@ -3483,47 +3121,38 @@ div.wpforms-container-full.wpforms-container .wpforms-form textarea { margin-top: 5px; margin-bottom: 5px; } - .flatpickr-calendar.open .flatpickr-next-month svg path, .flatpickr-calendar.open .flatpickr-prev-month svg path { fill: #939597; } - .flatpickr-calendar.open .flatpickr-next-month:hover svg path, .flatpickr-calendar.open .flatpickr-prev-month:hover svg path { fill: var(--bb-headings-color); } - .flatpickr-calendar.open .flatpickr-current-month span.cur-month { - font-weight: 400; + font-weight: normal; font-size: 15px; color: var(--bb-primary-color); } - .flatpickr-calendar.open .flatpickr-current-month input.cur-year { - font-weight: 400; + font-weight: normal; font-size: 15px; color: var(--bb-primary-color); } - .flatpickr-calendar.open .numInputWrapper:hover { background: rgba(0, 0, 0, 0.01); } - .flatpickr-calendar.open span.flatpickr-weekday { font-weight: 300; color: rgba(57, 57, 57, 0.3); } - .flatpickr-calendar.open .flatpickr-day.today { border-color: transparent; color: var(--bb-primary-color); } - .flatpickr-calendar.open .flatpickr-day { line-height: 36px; } - .flatpickr-calendar.open .flatpickr-day:hover { background-color: var(--bb-primary-color); color: #fff; @@ -3565,11 +3194,9 @@ div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error, div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error { border-color: var(--bb-danger-color); } - div.wpforms-container-full .wpforms-form label.wpforms-error { color: var(--bb-danger-color); } - div.wpforms-container-full .wpforms-form .wpforms-required-label { color: var(--bb-danger-color); } @@ -3599,47 +3226,38 @@ div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration s } @media screen and (max-width: 544px) { - div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-one-half { width: 100%; float: none; margin-left: 0; } - div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-credit-card-number { margin-right: 0; } - div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-credit-card-code { width: 100%; position: relative; margin-top: 8px; } - div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-credit-card-name { margin-right: 0; } - div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration { width: 100%; position: relative; margin-top: 8px; } } - .bp-user-blog .medium-editor-element, .bp-user-blog .medium-editor-placeholder { background-color: transparent; } - .bp-user-blog .medium-editor-toolbar .medium-editor-toolbar-actions { height: auto; } - .bp-user-blog .sap-words-counter { font-weight: 400; } - .bp-user-blog .sap-author-info { width: 150px; white-space: nowrap; @@ -3648,9 +3266,8 @@ div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration s float: left; margin-left: 0; } - .bp-user-blog .toggle-sap-widgets.toggle-sap-widgets { - font: 400 normal normal 14px/1 bb-icons; + font: normal normal normal 14px/1 bb-icons; color: rgba(0, 0, 0, 0.4); font-size: 21px; line-height: 1; @@ -3658,95 +3275,77 @@ div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration s vertical-align: middle; margin: 10px 0; } - -.bp-user-blog .toggle-sap-widgets.toggle-sap-widgets::before { +.bp-user-blog .toggle-sap-widgets.toggle-sap-widgets:before { content: "\ee5a"; } - .bp-user-blog .toggle-sap-widgets.toggle-sap-widgets.active { font-size: 30px; margin: 4px 0; } - -.bp-user-blog .toggle-sap-widgets.toggle-sap-widgets.active::before { +.bp-user-blog .toggle-sap-widgets.toggle-sap-widgets.active:before { content: "\e828"; } - .bp-user-blog .toggle-sap-widgets.toggle-sap-widgets svg { display: none; } - .bp-user-blog .sap-editor-area-wrapper .sap-editable-title, .bp-user-blog .sap-editor-area-wrapper .medium-editor-element { padding: 0; } - +.bp-user-blog .sap-editor-area-wrapper .sap-editable-title.medium-editor-element.medium-editor-placeholder:after { + pointer-events: none; +} .bp-user-blog #sap-widget-container .widget { border: 0; margin: 0 0 20px; } - .bp-user-blog #sap-widget-container .widget .category_hierarchy_ul li { margin-bottom: 10px; clear: both; } - .bp-user-blog #sap-widget-container .widget .category_hierarchy_ul li label { font-size: 14px; line-height: 1.5; } - .bp-user-blog #sap-widget-container .widget .category_hierarchy_ul li li label { display: inline-block; margin-bottom: 10px; } - .bp-user-blog #sap-widget-container .widget .featured-img-placeholder { border-radius: 3px; } - .bp-user-blog #sap-widget-container .widget:first-child h3 { font-size: 16px; margin: 0 0 10px; } - .bp-user-blog #sap-widget-container .widget .selectize-input { padding: 5px 8px 2px; } - .bp-user-blog #sap-widget-container .widget .selectize-input.has-items { padding-top: 3px; } - .bp-user-blog #sap-widget-container .widget .selectize-input > input { height: 23px !important; } - .bp-user-blog #blog-order-select { float: right; } - .bp-user-blog #add_new_post { float: left; } - .bp-user-blog .sap-post-container .post-featured-image img { border-radius: 5px; } - .bp-user-blog .sap-post-container .post-content .date { font-style: normal; font-size: 12px; } - .bp-user-blog #feaured-img-holder-wrap .featured-img-placeholder { background: none rgba(240, 243, 247, 0.5); } - .bp-user-blog #feaured-img-holder-wrap .featured-img-gridicon { margin-bottom: 10px; } - .bp-user-blog #feaured-img-holder-wrap .featured-img-button { background: transparent; border: 0; @@ -3760,47 +3359,38 @@ div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration s .bp-user-blog .medium-editor-stalker-toolbar .medium-editor-toolbar-actions button { color: var(--bb-content-background-color); } - .bp-user-blog .medium-editor-stalker-toolbar .medium-editor-toolbar-actions button.medium-editor-button-active { color: var(--bb-content-background-color); } @media screen and (max-width: 620px) { - .bp-user-blog .sap-editor-wrap .sap-editor-publish-wrapper { float: none; position: static; } - .bp-user-blog .sap-editor-wrap .side-panel { max-width: inherit; margin-top: 25px; } - .bp-user-blog .sap-editor-wrap .side-panel .sap-editor-toolbar { overflow: visible; width: 100%; } - .bp-user-blog .sap-editor-wrap .sap-words-counter { line-height: 1.7; } - .bp-user-blog .sap-editor-toolbar .sap-publish-popup a.button { font-size: 12px; padding: 7px 9px; } - .bp-user-blog .toggle-sap-widgets.toggle-sap-widgets { margin: 5px 0; } } @media screen and (max-width: 480px) { - .bp-user-blog .sap-words-counter { margin-top: -50px; } - .bp-user-blog #add_new_post, .bp-user-blog #blog-order-select { float: none; @@ -3809,22 +3399,18 @@ div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration s } } @media screen and (max-width: 360px) { - .bp-user-blog .sap-editor-toolbar .sap-publish-popup a.button { padding: 5px 8px; } - .bp-user-blog .sap-editor-wrap .sap-editor-publish-wrapper { float: left; position: relative; } } - #buddypress .activity-update-form .bpfb_form_container { padding: 0; background-color: transparent; } - #buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container { padding: 15px; display: inline-block; @@ -3835,40 +3421,32 @@ div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration s border-radius: 0 0 4px 4px; margin-bottom: 0; } - #buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .bpfb_toolbar_container .bpfb_active { -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5)); filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5)); } - #buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .qq-uploader { width: 100%; text-align: center; display: inline-block; min-width: 215px; } - #buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .qq-uploader .qq-upload-drop-area { border-radius: 4px; } - #buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .qq-uploader .qq-upload-list { margin: 0; } - #buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .qq-uploader .qq-upload-button { border-radius: 4px; margin: 0 auto; } - #buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .bpfb_controls_container { margin: 15px 0; } - #buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .bpfb_controls_container:empty { display: none; } - #buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container #bpfb_tmp_photo { background: rgba(240, 243, 247, 0.5); border: 1px dashed #dedfe2; @@ -3877,12 +3455,10 @@ div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration s border-radius: 6px; margin-bottom: 10px; } - #buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .qq-upload-drop-area { min-height: initial; line-height: 1; } - #buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container [type="button"] { padding: 10px 15px; font-size: 14px; @@ -3890,7 +3466,6 @@ div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration s line-height: 1; height: auto; } - #buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container [type="button"]#bpfb_cancel_action, #buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container [type="button"]#bpfb_cancel { background: none; border-width: 1px; @@ -3898,18 +3473,15 @@ div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration s color: #385dff; float: right; } - #buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container #bpfb_remote_image_container > input { margin: 10px 0; max-width: 100%; } - #buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container #bpfb_video_url, #buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container #bpfb_link_preview_url { margin-bottom: 10px; max-width: 100%; } - #buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container #TB_window #TB_caption { height: auto; } @@ -3918,3 +3490,22 @@ div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration s border-width: 1px 0; border-radius: 0; } + +.sticky-header .pm-ui-dialog, +.sticky-header .wedevs-pm-wrap .pm-menu-wrap nav.vertical { + z-index: 601; +} +.sticky-header #pm-add-user-wrap .add-user-pop, +.sticky-header .pm-header-menu-wrap .more-menu-wrap .child-menu-wrap, +.sticky-header .pm-task-list-wrap .list-content-body .content .list-action-btn-wrap .new-list-btn .list-form, +.sticky-header .pm-kanboard .kbc-kanboard .list-search-menu { + z-index: 603; +} +.sticky-header .pm-popover, +.sticky-header .pm-popper.popper { + z-index: 604; +} + +.wedevs-pm-wrap table.fixed { + position: static; +} diff --git a/web/app/themes/buddyboss-theme/assets/css/plugins.css.map b/web/app/themes/buddyboss-theme/assets/css/plugins.css.map index ad3c1cd9..d73e117b 100644 --- a/web/app/themes/buddyboss-theme/assets/css/plugins.css.map +++ b/web/app/themes/buddyboss-theme/assets/css/plugins.css.map @@ -1,7 +1,7 @@ { "version": 3, -"mappings": "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", -"sources": ["scss/functions/components/_utils.scss","scss/plugins/plugins/components/_buddyforms.scss","scss/functions/components/_variables.scss","scss/plugins/plugins/components/_contactform7.scss","scss/plugins/plugins/components/_cornerstone.scss","scss/plugins/plugins/components/_edd.scss","scss/plugins/plugins/components/_exchange.scss","scss/plugins/plugins/components/_gravityforms.scss","scss/plugins/plugins/components/_ninjaforms.scss","scss/plugins/plugins/components/_wpforms.scss","scss/plugins/plugins/components/_userblog.scss","scss/plugins/plugins/components/_activityplus.scss"], +"mappings": "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", +"sources": ["scss/functions/components/_utils.scss","scss/plugins/plugins/components/_buddyforms.scss","scss/functions/components/_variables.scss","scss/plugins/plugins/components/_contactform7.scss","scss/plugins/plugins/components/_cornerstone.scss","scss/plugins/plugins/components/_edd.scss","scss/plugins/plugins/components/_exchange.scss","scss/plugins/plugins/components/_gravityforms.scss","scss/plugins/plugins/components/_ninjaforms.scss","scss/plugins/plugins/components/_wpforms.scss","scss/plugins/plugins/components/_userblog.scss","scss/plugins/plugins/components/_activityplus.scss","scss/plugins/plugins/components/_projectmanager.scss"], "names": [], "file": "plugins.css" } diff --git a/web/app/themes/buddyboss-theme/assets/css/plugins.min.css b/web/app/themes/buddyboss-theme/assets/css/plugins.min.css index b2f4e098..e030eca4 100644 --- a/web/app/themes/buddyboss-theme/assets/css/plugins.min.css +++ b/web/app/themes/buddyboss-theme/assets/css/plugins.min.css @@ -1,1271 +1 @@ -.select2-container{font-size:15px} - -.select2-container.select2-container--default .select2-results__option[aria-selected=true]{background-color:transparent;color:#ccc} - -.select2-container.select2-container--default .select2-search--dropdown .select2-search__field{padding-left:35px;border-color:var(--bb-content-border-color)} - -.select2-container .select2-dropdown{border-color:var(--bb-content-border-color)} - -.the_buddyforms_form form>fieldset{border:0;padding:0} - -.the_buddyforms_form .bf-input select.form-control{padding-top:5px!important;padding-bottom:5px!important} - -.the_buddyforms_form .select2-container--default .select2-selection--single{border:1px solid var(--bb-content-border-color);border-radius:3px;height:40px;font-size:15px} - -.the_buddyforms_form .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:40px} - -.the_buddyforms_form .select2-container--default .select2-selection--single .select2-selection__arrow{height:40px;right:10px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:center} - -.the_buddyforms_form .select2-container--default .select2-selection--single .select2-selection__arrow b{border:0} - -.the_buddyforms_form .wp-editor-container{border-radius:3px} - -.the_buddyforms_form .elem-checkbox .checkbox p.settings-input{margin-bottom:5px} - -div.wpcf7-mail-sent-ng,div.wpcf7-validation-errors{border:1px solid var(--bb-danger-color);background-color:var(--bb-danger-color);color:#fff;line-height:1.3;padding:1em;border-radius:3px;font-size:14px} - -div.wpcf7-mail-sent-ok{border:1px solid var(--bb-success-color);border-radius:3px;font-size:16px} - -div.wpcf7-spam-blocked{border:1px solid orange} - -.use-floating-validation-tip span.wpcf7-not-valid-tip{border:1px solid var(--bb-danger-color);border-radius:3px;font-size:16px;color:var(--bb-danger-color)} - -span.wpcf7-not-valid-tip{color:var(--bb-danger-color)} - -div.wpcf7 .ajax-loader{background-image:url(../images/svg/loader.svg);width:28px;height:24px;background-repeat:no-repeat;background-color:#fff} - -div.wpcf7 input[type=submit]+.ajax-loader{background-color:transparent} - -.wpcf7-form-control-wrap input,.wpcf7-form-control-wrap select,.wpcf7-form-control-wrap textarea{width:100%} - -.wpcf7-form-control span.wpcf7-list-item.first{margin-left:0} - -.wpcf7-form-control span.wpcf7-list-item input{width:auto;margin-right:5px} - -.wpcf7-form-control span.wpcf7-list-item .wpcf7-list-item-label{display:inline-block} - -.wpcf7-form-control span.wpcf7-list-item .wpcf7-list-item-label+input{margin-left:5px} - -input[type=date].wpcf7-form-control{padding:8px 12px} - -.wpcf7-form input[type=date]::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;display:none} - -.wpcf7-form input[type=date]:hover{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='#939597' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='bb-icon-calendar'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:15px 15px} - -.wpcf7-form input[type=date]::-webkit-calendar-picker-indicator{-webkit-appearance:none;appearance:none;color:#fff;opacity:0;cursor:pointer} - -.wpcf7-form input[type=date]::-webkit-clear-button{position:relative;right:5px} - -.wpcf7-form label{font-size:16px} - -#cs-content.cs-content{font-size:1rem} - -body.page-template-page-fullwidth #content .container .content-area .entry-content #cs-content.cs-content{width:100vw;margin-left:-webkit-calc(-50vw + 50%);margin-left:calc(-50vw + 50%)}@media (min-width:800px){ - -body.page-template-page-fullwidth #cs-content .x-container.width{width:-webkit-calc(88% - 68px);width:calc(88% - 68px)}}@media (max-width:800px){ - -#cs-content .x-column.x-sm{height:100%}} - -#cs-content.cs-content .x-text h1,#cs-content.cs-content .x-text h2,#cs-content.cs-content .x-text h3,#cs-content.cs-content .x-text h4,#cs-content.cs-content .x-text h5{color:var(--bb-headings-color)} - -.x-anchor{border-radius:50px;box-shadow:none;border:1px solid var(--bb-content-border-color)} - -.x-anchor.x-anchor-button .x-anchor-content{padding:.575em 1.45em} - -#cs-content.cs-content .x-btn{border-radius:50px;box-shadow:none;border:1px solid var(--bb-content-border-color);background:#fff;color:var(--bb-body-text-color);text-shadow:none;line-height:1.4} - -#cs-content.cs-content .x-btn:hover{background-color:#fff;box-shadow:none;text-shadow:none;color:var(--bb-body-text-color)} - -#cs-content.cs-content .x-btn:visited{color:var(--bb-body-text-color)} - -#cs-content.cs-content .x-btn.x-btn-small{padding:6px 20px;min-height:34px;font-size:14px} - -#cs-content.cs-content .x-btn.x-btn-small:hover{border-color:rgba(var(--bb-content-border-color-rgb),.05)} - -#cs-content.cs-content .x-btn.x-btn-small:active{border-color:rgba(var(--bb-content-border-color-rgb),.05)} - -#cs-content.cs-content .x-btn.x-btn-regular{min-height:40px;padding:10px 20px;font-size:15px} - -#cs-content.cs-content .x-btn.x-btn-regular:hover{border-color:rgba(var(--bb-content-border-color-rgb),.05)} - -#cs-content.cs-content .x-btn.x-btn-regular:active{border-color:rgba(var(--bb-content-border-color-rgb),.05)} - -#cs-content.cs-content .x-btn.x-btn-global,#cs-content.cs-content .x-btn.x-btn-large{font-size:16px;min-height:50px;padding:14px 30px} - -#cs-content.cs-content .x-btn.x-btn-global:hover,#cs-content.cs-content .x-btn.x-btn-large:hover{border-color:rgba(var(--bb-content-border-color-rgb),.05)} - -#cs-content.cs-content .x-btn.x-btn-global:active,#cs-content.cs-content .x-btn.x-btn-large:active{border-color:rgba(var(--bb-content-border-color-rgb),.05)} - -#cs-content.cs-content .mejs-button button{min-height:30px} - -#cs-content .x-author-box img.avatar{border-radius:50%} - -#cs-content .x-author-box h6.h-about-the-author{font-size:12px;letter-spacing:0;line-height:21px} - -#cs-content .x-author-box .x-author-info .h-author{color:var(--bb-headings-color)} - -#cs-content .x-author-box .x-author-info .p-author,#cs-content .x-author-box .x-author-info p{color:var(--bb-alternate-text-color);font-size:14px;line-height:24px} - -#cs-content .x-accordion .x-accordion-heading .x-accordion-toggle.collapsed::before{content:"\f0d8";color:var(--bb-alternate-text-color)} - -#cs-content .x-accordion .x-accordion-heading .x-accordion-toggle::before{content:"\f0d7";-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);color:#fff} - -#cs-content .x-accordion .x-accordion-group{border:0;background-color:transparent;box-shadow:none} - -#cs-content .x-accordion .x-accordion-inner{border-top:0;line-height:24px} - -#cs-content .x-accordion .x-accordion-heading{border:0;border-radius:3px} - -#cs-content .x-accordion .x-accordion-heading .x-accordion-toggle{background-color:var(--bb-primary-color);color:#fff;border:1px solid var(--bb-primary-color);font-size:1em;padding:6px 15px;line-height:24px} - -#cs-content .x-accordion .x-accordion-heading .x-accordion-toggle.collapsed:hover{color:var(--bb-body-text-color)} - -#cs-content .x-accordion .x-accordion-heading .x-accordion-toggle.collapsed{background-color:#fff;color:var(--bb-alternate-text-color);border:1px solid var(--bb-content-border-color)} - -#cs-content.cs-content .x-alert.x-alert-muted .h-alert{color:var(--bb-headings-color)} - -#cs-content.cs-content .x-alert .h-alert{line-height:1.5} - -#cs-content.cs-content .x-alert{background-color:#fff;border:1px solid var(--bb-content-border-color);padding:.615em 2.25em .615em 1.15em;box-shadow:none;color:var(--bb-alternate-text-color);font-size:16px;line-height:24px} - -#cs-content.cs-content .x-alert.x-alert-muted{background-color:#fff;border:1px solid var(--bb-content-border-color);padding:.615em 2.25em .615em 1.15em;color:var(--bb-alternate-text-color)} - -#cs-content.cs-content .x-alert.x-alert-danger{background-color:var(--bb-danger-color);color:#fff;border:1px solid var(--bb-danger-color);padding:.615em 2.25em .615em 1.15em} - -#cs-content.cs-content .x-alert.x-alert-danger .close{color:var(--bb-danger-color)} - -#cs-content.cs-content .x-alert.x-alert-success{background-color:var(--bb-success-color);color:#fff;border:1px solid var(--bb-success-color);padding:.615em 2.25em .615em 1.15em} - -#cs-content.cs-content .x-alert.x-alert-success .close{color:var(--bb-success-color)} - -#cs-content.cs-content .x-alert.x-alert-info{background-color:var(--bb-primary-color);color:#fff;border:1px solid var(--bb-primary-color);padding:.615em 2.25em .615em 1.15em} - -#cs-content.cs-content .x-alert.x-alert-info .close{color:var(--bb-primary-color)} - -#cs-content.cs-content .x-alert .close{background-color:#fff;border-radius:50%;color:var(--bb-body-text-color);line-height:70%;top:-2px;padding:1px 2px 3px;opacity:1} - -#cs-content.cs-content .x-alert.x-alert-muted .close{background-color:var(--bb-content-border-color)} - -#cs-content.cs-content .x-blockquote,#cs-content.cs-content .x-blockquote:not(.x-pullquote){border:0;margin-top:0;margin-bottom:0;font-size:24px} - -#cs-content.cs-content .x-code,#cs-content.cs-content .x-code code{font-size:12px;line-height:21px;max-width:100%} - -#cs-content input[type=search].search-field{padding-left:3rem;padding-right:1rem;width:100%} - -#cs-content input[type=search].x-search-input{background-image:none} - -#cs-content .x-search .x-search-btn{margin:0 10px 0 20px} - -form.x-search{border-radius:100em} - -#cs-content form.x-search{border:1px solid var(--bb-content-border-color)} - -#cs-content .boss-social-ge-search input[type=search].search-field{width:100%} - -#cs-content.cs-content .x-nav-tabs{border:0;background-color:transparent;box-shadow:none} - -#cs-content.cs-content .x-tab-content{border:0;background-color:transparent;box-shadow:none} - -#cs-content.cs-content .x-tab-content .x-tab-pane{color:var(--bb-alternate-text-color);line-height:24px} - -#cs-content.cs-content .x-nav-tabs>li.x-nav-tabs-item{border-right:0;border-bottom:1px solid var(--bb-content-border-color)} - -#cs-content.cs-content .x-nav-tabs>li.x-nav-tabs-item.active{border-bottom:1px solid var(--bb-primary-color)} - -#cs-content.cs-content .x-nav-tabs>li>a{color:var(--bb-alternate-text-color);font-size:14px} - -#cs-content.cs-content .x-nav-tabs>li.active>a,#cs-content.cs-content .x-nav-tabs>li>a:hover{color:var(--bb-body-text-color)} - -#cs-content.cs-content .x-nav-tabs>li.active>a{font-weight:600} - -#cs-content .flex-direction-nav li a{border-radius:100%;line-height:32px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)} - -#cs-content .flex-direction-nav li a.flex-next{right:15px;left:auto} - -#cs-content .x-pricing-column-info h3.x-price{font-weight:400;font-size:34px;letter-spacing:0} - -#cs-content .x-pricing-table .x-pricing-column{padding-left:5px;padding-right:5px;background-color:transparent} - -#cs-content .x-pricing-table .x-pricing-column h2{background-color:#fff;text-transform:uppercase;font-size:20px;color:var(--bb-alternate-text-color)} - -#cs-content .x-pricing-table .x-pricing-column .x-pricing-column-info{background-color:#fff} - -#cs-content .x-pricing-table .x-pricing-column.featured h2{background-color:#fff;color:var(--bb-alternate-text-color);border:1px solid rgba(0,0,0,.125)} - -#cs-content .x-pricing-table .x-pricing-column.featured{box-shadow:none} - -#cs-content .x-pricing-table .x-pricing-column-info .x-btn{color:#fff;background-color:var(--bb-primary-color);border-color:var(--bb-primary-color)} - -#cs-content .x-pricing-table .x-pricing-column-info .x-btn.x-btn-medium{min-height:40px;padding:10px 20px;font-size:15px} - -#cs-content .x-pricing-table .x-pricing-column-info .x-btn.x-btn-large{font-size:16px;min-height:50px;padding:14px 30px} - -#cs-content .x-pricing-column-info span.x-interval{color:var(--bb-alternate-text-color)} - -#cs-content .x-pricing-table .x-pricing-column h2 span.x-featured-sub{letter-spacing:0;text-transform:none} - -#cs-content .x-pricing-table .x-pricing-column-info ul>li [class*=x-icon-]{color:var(--bb-success-color);font-family:bb-icons;margin-left:0} - -#cs-content .x-pricing-table [class*=x-icon-]::before{border:1px solid var(--bb-success-color);border-radius:100%;padding:0;font-size:1.2em;content:"\e876"} - -#cs-content .x-pricing-table [class*=x-icon-times]::before{content:"\e828"} - -#cs-content .x-pricing-table .x-pricing-column-info ul{display:inline-block} - -#cs-content .x-pricing-table .x-pricing-column-info ul>li{border-bottom:0;text-align:left;padding:5px 30px;color:var(--bb-body-text-color)} - -#cs-content .x-pricing-table .x-pricing-column-info ul>li:first-child{border-top:0} - -#cs-content.cs-content .x-callout{background-color:transparent;border:0;box-shadow:none;font-size:18px} - -#cs-content.cs-content .x-callout .h-callout{font-size:24px} - -#cs-content.cs-content .x-callout .p-callout{color:var(--bb-alternate-text-color)} - -#cs-content.cs-content .x-callout .x-btn{color:#fff;background-color:var(--bb-primary-color);border-color:var(--bb-primary-color);font-size:15px;min-height:40px;padding:10px 20px} - -#cs-content.cs-content .x-feature-box{border:1px solid var(--bb-content-border-color);border-radius:3px;padding:1.25rem} - -#cs-content.cs-content .x-promo{box-shadow:none} - -#cs-content.cs-content .x-skill-bar{height:5px;margin-bottom:3em} - -#cs-content.cs-content .x-skill-bar .bar{overflow:visible} - -#cs-content.cs-content .x-skill-bar .bar .percent{left:0;right:inherit;bottom:-25px;color:var(--bb-alternate-text-color);font-size:12px} - -#cs-content.cs-content .x-ul-icons li{padding-top:5px;padding-bottom:5px;color:var(--bb-alternate-text-color)}@media (max-width:800px){ - -#cs-content .el150.x-container .x-counter{margin-bottom:3em!important} - -#cs-content .el150.x-container .el158.x-counter{margin-bottom:0!important} - -.el150.x-container .el157 .x-counter-after,.el150.x-container .el157 .x-counter-before,.el150.x-container .el157 .x-counter-number-wrap,.el150.x-container .el158 .x-counter-number-wrap,.el158 .x-counter-after,.el158 .x-counter-before{text-align:center!important}} - -#cs-content.cs-content .h-feature-headline>span{padding-left:0;padding-top:1.5em;line-height:1.4} - -#cs-content.cs-content .h-feature-headline>span i{top:0;margin-top:0} - -#cs-content.cs-content .x-recent-posts>a{border:0;background-color:transparent;box-shadow:none} - -#cs-content .x-recent-posts a .x-recent-posts-content{padding-left:0;padding-right:0} - -#cs-content .x-recent-posts a:hover .x-recent-posts-content .h-recent-posts{color:var(--bb-primary-color)} - -#cs-content.cs-content .x-recent-posts .x-recent-posts-date{font-size:12px;text-transform:none;color:var(--bb-alternate-text-color)} - -#cs-content .x-recent-posts a .x-recent-posts-img::after{background-color:var(--bb-primary-color)} - -#cs-content .x-google-map.with-container{border:0;padding:0;box-shadow:none} - -#cs-content .x-frame-map-google .x-frame-inner,#cs-content .x-map.x-google-map .x-map-inner{border-radius:3px} - -#cs-content .x-google-map button{min-height:auto} - -#cs-content.cs-content .x-feature-box h4.x-feature-box-title{font-size:24px} - -.x-promo .x-promo-content p{color:var(--bb-alternate-text-color);line-height:24px} - -#cs-content.cs-content .x-raw-content{line-height:24px} - -#cs-content.cs-content .x-feature-list .x-feature-box{margin-bottom:15px} - -#cs-content .x-feature-box p.x-feature-box-text{color:var(--bb-alternate-text-color);line-height:1.5} - -#cs-content .x-entry-share .x-share-options a.x-share{color:#9ca8b4;margin:0 .25em} - -#cs-content .x-entry-share .x-share-options a.x-share:hover{color:var(--bb-primary-color)} - -.x-menu li .x-anchor{border-radius:0;box-shadow:none;border:0} - -#cs-content .x-dropdown{box-shadow:none} - -.single-download .entry-meta{margin-bottom:25px} - -.single-download .post-related-posts h4{position:relative} - -.single-download .post-related-posts .slick-slider .slick-list,.single-download .post-related-posts .slick-slider .slick-track{display:-webkit-box;display:-moz-flex;display:flexbox;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} - -body.single.single-download .entry-meta{display:none} - -body.single.single-download .post-author-info{display:none} - -body.single.single-download .edd-download .entry-content-wrap .entry-content{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;padding:20px} - -body.single.single-download .edd-download .entry-content-wrap figure.entry-media{margin-bottom:0;border-radius:4px 4px 0 0} - -body.single.single-download .edd-download .entry-content-wrap figure.entry-media+.entry-content{border-radius:0 0 4px 4px;border-top:0} - -.edd-cart-added-alert{font-size:14px} - -#edd-purchase-button,.edd-submit,.edd-submit.button.blue,[type=submit].edd-submit{background:var(--bb-primary-color);border:0;border-radius:100px;padding-left:2em;padding-right:2em} - -.edd-submit.button.blue.active,.edd-submit.button.blue:focus,.edd-submit.button.blue:hover{background:var(--bb-primary-color);box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)} - -#edd-purchase-button.edd-submit:hover,#edd-purchase-button:hover,[type=submit].edd-submit.button:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)} - -#edd_user_history.edd-table,.edd-table{border-collapse:separate;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;border-top:0} - -#edd_user_history.edd-table td,#edd_user_history.edd-table th,.edd-table td,.edd-table th{background-color:#fff} - -#edd_user_history.edd-table td:first-child,#edd_user_history.edd-table th:first-child,.edd-table td:first-child,.edd-table th:first-child{padding-left:1em} - -#edd_user_history.edd-table td:last-child,#edd_user_history.edd-table th:last-child,.edd-table td:last-child,.edd-table th:last-child{padding-right:1em} - -#edd_user_history.edd-table thead th,.edd-table thead th{text-transform:uppercase;font-size:14px;font-weight:500;color:#939597;white-space:nowrap;padding-top:1rem;padding-bottom:1rem} - -#edd_user_history.edd-table thead tr:first-child th:first-child,.edd-table thead tr:first-child th:first-child{border-radius:4px 0 0;border-left:1px solid rgba(0,0,0,.05)} - -#edd_user_history.edd-table thead tr:first-child th:last-child,.edd-table thead tr:first-child th:last-child{border-radius:0 4px 0 0;border-right:1px solid rgba(0,0,0,.05)} - -#edd_user_history.edd-table thead tr:first-child th,.edd-table thead tr:first-child th{border-top:1px solid rgba(0,0,0,.05)} - -#edd_user_history.edd-table tbody tr,.edd-table tbody tr{position:relative;z-index:0} - -#edd_user_history.edd-table tbody tr td,.edd-table tbody tr td{border-bottom:0;font-size:14px;padding-top:1em;padding-bottom:1em} - -#edd_user_history.edd-table tbody tr:hover,.edd-table tbody tr:hover{-ms-transform:scale(1);transform:scale(1);-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 3px 24px 0 rgba(18,43,70,.08);position:relative;z-index:9} - -#edd_user_history.edd-table tbody tr:last-child td,.edd-table tbody tr:last-child td{border-bottom:1px solid rgba(0,0,0,.05)} - -#edd_user_history.edd-table tbody tr:last-child td:first-child,.edd-table tbody tr:last-child td:first-child{border-radius:0 0 0 4px} - -#edd_user_history.edd-table tbody tr:last-child td:last-child,.edd-table tbody tr:last-child td:last-child{border-radius:0 0 4px} - -#edd_user_history.edd-table tbody td:first-child,.edd-table tbody td:first-child{border-left:1px solid rgba(0,0,0,.05)} - -#edd_user_history.edd-table tbody td:last-child,.edd-table tbody td:last-child{border-right:1px solid rgba(0,0,0,.05)} - -#edd_purchase_receipt_products li.edd_download_file{margin-left:0} - -#edd_purchase_receipt_products li.edd_download_file a.edd_download_file_link::before{content:"\ee57";font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;font-size:16px;margin-right:10px} - -#edd_purchase_receipt_products ul.edd_bundled_product_files{margin:0 0 10px} - -#edd_checkout_cart{border-collapse:separate;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;border-top:0} - -#edd_checkout_cart td,#edd_checkout_cart th{background-color:#fff;border:0} - -#edd_checkout_cart td:first-child,#edd_checkout_cart th:first-child{padding-left:1em} - -#edd_checkout_cart td:last-child,#edd_checkout_cart th:last-child{padding-right:1em} - -#edd_checkout_cart thead th{text-transform:uppercase;font-size:14px;font-weight:500;color:#939597;white-space:nowrap;padding-top:1rem;padding-bottom:1rem} - -#edd_checkout_cart thead .edd_cart_header_row th{background-color:#fff;padding:1rem;border-bottom:1px solid rgba(0,0,0,.05)} - -#edd_checkout_cart thead tr:first-child th:first-child{border-radius:4px 0 0;border-left:1px solid rgba(0,0,0,.05)} - -#edd_checkout_cart thead tr:first-child th:last-child{border-radius:0 4px 0 0;border-right:1px solid rgba(0,0,0,.05)} - -#edd_checkout_cart thead tr:first-child th{border-top:1px solid rgba(0,0,0,.05)} - -#edd_checkout_cart tbody tr{position:relative;z-index:0} - -#edd_checkout_cart tbody tr td{border-bottom:0;font-size:14px;padding-top:1em;padding-bottom:1em}@media (max-width:1200px){ - -#edd_checkout_cart tbody tr td{vertical-align:top}} - -#edd_checkout_cart tbody tr:hover{-ms-transform:scale(1);transform:scale(1);-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 3px 24px 0 rgba(18,43,70,.08);position:relative;z-index:9} - -#edd_checkout_cart tbody td:first-child{border-left:1px solid rgba(0,0,0,.05)}@media (max-width:1200px){ - -#edd_checkout_cart tbody td:first-child{width:60%;line-height:1.5}} - -#edd_checkout_cart tbody td:last-child{border-right:1px solid rgba(0,0,0,.05)}@media (max-width:1200px){ - -#edd_checkout_cart tbody td.edd_cart_actions{min-width:120px}} - -#edd_checkout_cart tbody td.edd_cart_actions .edd-item-quantity{margin-right:10px;height:35px;padding:2px 2px 2px 10px} - -#edd_checkout_cart tbody td.edd_cart_actions a.edd_cart_remove_item_btn{color:var(--bb-headings-color)} - -#edd_checkout_cart tbody td.edd_cart_actions a.edd_cart_remove_item_btn:hover{color:var(--bb-primary-color)} - -#edd_checkout_cart tfoot tr:last-child th{border-radius:0 0 4px 4px;border-left:1px solid rgba(0,0,0,.05);border-right:1px solid rgba(0,0,0,.05);border-bottom:1px solid rgba(0,0,0,.05);font-weight:500;font-size:14px} - -#edd_checkout_cart tfoot tr:last-child th.edd_cart_total{font-size:13px;text-transform:uppercase;font-weight:400;color:var(--bb-body-text-color)} - -#edd_checkout_cart tfoot tr:last-child th.edd_cart_total .edd_cart_amount{font-weight:500} - -#edd_checkout_form_wrap fieldset#edd_cc_address,#edd_checkout_form_wrap fieldset#edd_cc_fields,#edd_checkout_form_wrap fieldset#edd_checkout_user_info,#edd_checkout_form_wrap fieldset#edd_payment_mode_select{background-color:#fff;border-radius:4px;border:1px solid rgba(0,0,0,.05);position:relative;padding-top:70px} - -#edd_checkout_form_wrap fieldset#edd_cc_address legend,#edd_checkout_form_wrap fieldset#edd_cc_fields legend,#edd_checkout_form_wrap fieldset#edd_checkout_user_info legend,#edd_checkout_form_wrap fieldset#edd_payment_mode_select legend{text-transform:uppercase;font-size:16px;position:absolute;top:20px;color:var(--bb-headings-color)} - -#edd_checkout_form_wrap fieldset#edd_cc_address label,#edd_checkout_form_wrap fieldset#edd_cc_fields label,#edd_checkout_form_wrap fieldset#edd_checkout_user_info label,#edd_checkout_form_wrap fieldset#edd_payment_mode_select label{font-size:15px;font-weight:500} - -#edd_checkout_form_wrap fieldset#edd_cc_fields #edd_secure_site_wrapper{font-weight:500;font-size:14px} - -#edd_checkout_form_wrap fieldset#edd_cc_fields #edd_secure_site_wrapper .padlock::before{content:"\eecc";font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;font-size:14px;color:#939597;margin-right:2px} - -#edd_checkout_form_wrap fieldset#edd_cc_fields #edd_secure_site_wrapper .padlock svg{display:none} - -#edd_checkout_form_wrap fieldset#edd_purchase_submit p#edd_final_total_wrap{background-color:transparent;border-radius:0;border:0;border-top:1px solid rgba(0,0,0,.05);text-align:right;padding-right:0;color:inherit} - -#edd_checkout_form_wrap fieldset#edd_purchase_submit p#edd_final_total_wrap strong{text-transform:uppercase;font-size:14px;font-weight:400} - -#edd_checkout_form_wrap fieldset#edd_purchase_submit p#edd_final_total_wrap .edd_cart_amount{font-weight:700;font-size:14px}@media (max-width:800px){ - -#edd_checkout_form_wrap input.edd-input,#edd_checkout_form_wrap select.edd-select,#edd_checkout_form_wrap textarea.edd-input{width:100%}} - -#edd_profile_editor_form fieldset#edd_profile_address_fieldset,#edd_profile_editor_form fieldset#edd_profile_password_fieldset,#edd_profile_editor_form fieldset#edd_profile_personal_fieldset{background-color:#fff;border-radius:4px;border:1px solid rgba(0,0,0,.05);position:relative;padding-top:70px;margin-bottom:1rem;margin-top:1rem} - -#edd_profile_editor_form fieldset#edd_profile_address_fieldset legend,#edd_profile_editor_form fieldset#edd_profile_password_fieldset legend,#edd_profile_editor_form fieldset#edd_profile_personal_fieldset legend{text-transform:uppercase;font-size:16px;position:absolute;top:20px;color:var(--bb-headings-color)} - -#edd_profile_editor_form fieldset#edd_profile_address_fieldset label,#edd_profile_editor_form fieldset#edd_profile_password_fieldset label,#edd_profile_editor_form fieldset#edd_profile_personal_fieldset label{font-size:16px;font-weight:500;width:30%}@media (max-width:800px){ - -#edd_profile_editor_form fieldset#edd_profile_address_fieldset label,#edd_profile_editor_form fieldset#edd_profile_password_fieldset label,#edd_profile_editor_form fieldset#edd_profile_personal_fieldset label{width:100%}} - -#edd_profile_editor_form fieldset#edd_profile_address_fieldset input[type=email],#edd_profile_editor_form fieldset#edd_profile_address_fieldset input[type=password],#edd_profile_editor_form fieldset#edd_profile_address_fieldset input[type=text],#edd_profile_editor_form fieldset#edd_profile_address_fieldset select,#edd_profile_editor_form fieldset#edd_profile_password_fieldset input[type=email],#edd_profile_editor_form fieldset#edd_profile_password_fieldset input[type=password],#edd_profile_editor_form fieldset#edd_profile_password_fieldset input[type=text],#edd_profile_editor_form fieldset#edd_profile_password_fieldset select,#edd_profile_editor_form fieldset#edd_profile_personal_fieldset input[type=email],#edd_profile_editor_form fieldset#edd_profile_personal_fieldset input[type=password],#edd_profile_editor_form fieldset#edd_profile_personal_fieldset input[type=text],#edd_profile_editor_form fieldset#edd_profile_personal_fieldset select{width:68%}@media (max-width:800px){ - -#edd_profile_editor_form fieldset#edd_profile_address_fieldset input[type=email],#edd_profile_editor_form fieldset#edd_profile_address_fieldset input[type=password],#edd_profile_editor_form fieldset#edd_profile_address_fieldset input[type=text],#edd_profile_editor_form fieldset#edd_profile_address_fieldset select,#edd_profile_editor_form fieldset#edd_profile_password_fieldset input[type=email],#edd_profile_editor_form fieldset#edd_profile_password_fieldset input[type=password],#edd_profile_editor_form fieldset#edd_profile_password_fieldset input[type=text],#edd_profile_editor_form fieldset#edd_profile_password_fieldset select,#edd_profile_editor_form fieldset#edd_profile_personal_fieldset input[type=email],#edd_profile_editor_form fieldset#edd_profile_personal_fieldset input[type=password],#edd_profile_editor_form fieldset#edd_profile_personal_fieldset input[type=text],#edd_profile_editor_form fieldset#edd_profile_personal_fieldset select{width:100%}} - -#edd_profile_editor_form fieldset#edd_profile_submit_fieldset{border:0;padding:0} - -.edd-cart-meta.edd_subtotal,.edd-cart-meta.edd_total{background-color:transparent;border-top:1px solid rgba(0,0,0,.05);padding-top:5px;padding-bottom:5px;margin-top:15px;font-weight:500;text-align:right} - -.edd-cart-meta.edd_total{font-weight:400;font-size:14px;text-transform:uppercase} - -.edd-cart-meta.edd_total .cart-total{text-transform:none;font-weight:700} - -.widget ul li.cart_item.edd_checkout a,ul.edd-cart li.cart_item.edd_checkout a{background:var(--bb-primary-color);border-color:var(--bb-primary-color);border-radius:100px;padding:8px 2em;color:#fff;font-size:14px} - -.widget ul li.cart_item.edd_checkout a:hover,ul.edd-cart li.cart_item.edd_checkout a:hover{background-color:#0f74e0} - -.edd_downloads_list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap} - -.edd_downloads_list .edd_download{margin-bottom:20px} - -.edd_downloads_list.edd_download_columns_3 .edd_download{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;max-width:33.33%}@media (max-width:800px){ - -.edd_downloads_list.edd_download_columns_3 .edd_download{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media (max-width:544px){ - -.edd_downloads_list.edd_download_columns_3 .edd_download{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}} - -.edd_downloads_list.edd_download_columns_2 .edd_download{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}@media (max-width:544px){ - -.edd_downloads_list.edd_download_columns_2 .edd_download{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (max-width:992px){ - -.bb-buddypanel .edd_downloads_list.edd_download_columns_3 .edd_download{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media (max-width:544px){ - -.bb-buddypanel .edd_downloads_list.edd_download_columns_3 .edd_download{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}} - -.edd_download_inner{margin:0 10px;padding:0;background-color:#fff;border-radius:4px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.edd_download_inner:hover{box-shadow:0 6px 24px 0 rgba(18,43,70,.12)} - -.edd_download_inner .edd_download_image{margin-bottom:20px} - -.edd_download_inner .edd_download_image a{position:relative;overflow:hidden;padding-top:92.56%;display:block;background:#809ab4;border-radius:4px 4px 0 0} - -.edd_download_inner .edd_download_image a 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} - -.edd_download_inner h3.edd_download_title{padding:0 20px;margin-bottom:15px;font-size:16px;line-height:1.85;display:block;display:-webkit-box;max-height:1.85em;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%;text-align:center} - -.edd_download_inner h3.edd_download_title a{color:var(--bb-headings-color)} - -.edd_download_inner h3.edd_download_title a:hover{color:var(--bb-primary-color)} - -.edd_download_inner .edd_download_excerpt{padding:0 20px;font-size:14px;line-height:1.65;display:block;display:-webkit-box;max-height:3.15em;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%;margin-bottom:30px;text-align:center} - -.edd_download_inner .edd_download_buy_button{text-align:center;margin-top:auto} - -.edd_download_inner .edd_download_buy_button .edd_price_options{text-align:center;padding:0 25px} - -.edd_download_inner .edd_download_buy_button .edd_price_options ul{display:inline-block} - -.edd_download_inner .edd_download_buy_button .edd_price_options ul li{text-align:left;margin-bottom:4px} - -.edd_download_inner .edd_download_buy_button form{margin-bottom:0} - -.edd_download_inner .edd_download_buy_button .edd_price_options label{font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.edd_download_inner .edd_download_buy_button .edd_price_options label span.edd_price_option_name{line-height:1.6;margin-right:5px} - -.edd_download_inner .edd_download_buy_button .edd_price_options label span.edd_price_option_price{line-height:1.6;margin-left:auto;color:#939597;font-size:13px} - -.edd_download_inner .edd_download_buy_button .edd_price_options label span.edd_price_option_sep{display:none} - -.edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper{border-top:1px solid var(--bb-content-border-color)} - -.edd_download_inner .edd_download_buy_button .edd_download_quantity_wrapper{display:none} - -.edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper a.edd-add-to-cart,.edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper a.edd_go_to_checkout,.edd_download_inner .edd_download_buy_button [type=submit].edd-add-to-cart.edd-submit{width:100%;border-radius:0 0 4px 4px;color:var(--bb-primary-color);background-color:#fff;border-color:#fff;font-size:13px;text-transform:uppercase} - -.edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper a.edd-add-to-cart:hover,.edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper a.edd_go_to_checkout:hover,.edd_download_inner .edd_download_buy_button [type=submit].edd-add-to-cart.edd-submit:hover{color:#fff;background-color:var(--bb-primary-color);border-color:var(--bb-primary-color)} - -.edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper a.edd-add-to-cart .edd-loading,.edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper a.edd_go_to_checkout .edd-loading,.edd_download_inner .edd_download_buy_button [type=submit].edd-add-to-cart.edd-submit .edd-loading{border-top:.2em solid rgba(0,0,0,.2);border-right:.2em solid rgba(0,0,0,.2);border-bottom:.2em solid rgba(0,0,0,.2)} - -.edd_download_inner .edd_download_buy_button .edd-cart-ajax-alert{display:none} - -.edd_downloads_list{margin-left:-10px;margin-right:-10px} - -p.edd-cart-number-of-items{font-size:14px;font-style:normal;text-transform:uppercase;color:inherit} - -.widget p.edd-cart-number-of-items{font-size:12px} - -ul.edd-cart{list-style:none;margin-left:0;font-size:16px} - -ul.edd-cart li.edd-cart-item{padding:8px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px} - -ul.edd-cart li.edd-cart-item .edd-cart-item-title{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-right:10px} - -ul.edd-cart li.edd-cart-item .edd-cart-item-quantity{-webkit-box-flex:0;-ms-flex:0 0 10%;flex:0 0 10%;padding-right:5px} - -ul.edd-cart li.edd-cart-item .edd-cart-item-quantity .bs-qty-tag{color:#939597} - -ul.edd-cart li.edd-cart-item .edd-cart-item-price{-webkit-box-flex:0;-ms-flex:0 0 12%;flex:0 0 12%;padding-right:10px} - -ul.edd-cart li.edd-cart-item .edd-cart-item-separator{display:none} - -ul.edd-cart li.edd-cart-item a.edd-remove-from-cart{text-align:right;color:var(--bb-headings-color);font-size:0} - -ul.edd-cart li.edd-cart-item a.edd-remove-from-cart:hover{color:var(--bb-primary-color)} - -ul.edd-cart li.edd-cart-item a.edd-remove-from-cart::before{color:var(--bb-headings-color);font-size:22px;content:"\e828";display:inline-block;font-family:bb-icons;text-rendering:auto;-webkit-font-smoothing:antialiased} - -.entry-content ul.edd-cart .wrap-edd-cart-item{display:inline-block;width:100%;padding:0} - -.entry-content ul.edd-cart .wrap-edd-cart-item li.edd-cart-item{padding-left:15px;padding-right:15px;background-color:#fff;border-left:1px solid var(--bb-content-border-color);border-right:1px solid var(--bb-content-border-color);position:relative;z-index:0} - -.entry-content ul.edd-cart .wrap-edd-cart-item li.edd-cart-item:hover{box-shadow:0 3px 24px 0 rgba(18,43,70,.08);position:relative;z-index:1} - -.entry-content ul.edd-cart .wrap-edd-cart-item li.edd-cart-item:first-child{padding-top:15px;border-top:1px solid var(--bb-content-border-color);border-radius:4px 4px 0 0} - -.entry-content ul.edd-cart .wrap-edd-cart-item li.edd-cart-item:last-child{padding-bottom:15px;border-bottom:1px solid var(--bb-content-border-color);border-radius:0 0 4px 4px} - -.entry-content ul.edd-cart .edd-cart-meta.edd_total{border-top:0;margin-top:10px} - -.widget ul.edd-cart li.edd-cart-item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.widget ul.edd-cart li.edd-cart-item .edd-cart-item-price,.widget ul.edd-cart li.edd-cart-item .edd-cart-item-quantity{font-size:12px} - -.widget ul.edd-cart .cart_item.empty{font-size:13px} - -.entry-content-download{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;padding:20px} - -article.edd-download .entry-content-wrap{padding:0} - -article.edd-download .entry-content-wrap .edd_purchase_submit_wrapper{margin-top:20px} - -article.edd-download .entry-content-wrap .entry-content{font-size:16px} - -article.edd-download .entry-content-wrap .edd_download_purchase_form label{font-size:16px} - -article.edd-download .entry-content-wrap .edd_download_purchase_form .edd_price_options li{padding:3px 0} - -.edd-page .edd-alert{padding:5px 10px;border-radius:3px;font-size:14px} - -.edd-page .edd-alert-error{background-color:var(--bb-danger-color);border-color:var(--bb-danger-color);color:#fff} - -.edd-page .edd-alert-success{background-color:var(--bb-success-color);border-color:var(--bb-success-color);color:#fff} - -.entry-content .edd-alert{padding:5px 10px;font-size:14px;border-radius:3px} - -.entry-content .edd-alert strong{color:#fff} - -.entry-content .edd-alert-error{background-color:var(--bb-danger-color);border-color:var(--bb-danger-color);color:#fff} - -.entry-content .edd-alert-success{background-color:var(--bb-success-color);border-color:var(--bb-success-color);color:#fff} - -body:not(.bb-page-loaded) #edd_checkout_cart_form input[name=edd_update_cart_submit]{display:none} - -body:not(.bb-page-loaded) #edd_checkout_cart .edd_cart_footer_row th:not(.edd_cart_total){padding-top:0;padding-bottom:0} - -.cart-empty ul.edd-cart li.cart_item.empty+li.cart_item.empty{display:none} - -p.edd-logged-out{font-size:15px;margin-bottom:10px;color:#939597} - -#edd_checkout_form_wrap input.edd-input,#edd_checkout_form_wrap textarea.edd-input{color:inherit} - -#edd_login_form fieldset{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;padding:20px;position:relative;padding-top:70px;margin-top:0} - -#edd_login_form fieldset legend{text-transform:uppercase;font-size:14px;position:absolute;top:20px;color:var(--bb-headings-color)} - -#edd_login_form fieldset p{font-size:15px} - -#edd_login_form fieldset label{font-size:15px} - -#edd_login_form fieldset .edd-login-password,#edd_login_form fieldset .edd-login-username{margin-bottom:15px} - -#edd_login_form fieldset .edd-login-password label,#edd_login_form fieldset .edd-login-username label{width:100%;display:inline-block} - -#edd_login_form fieldset .edd-login-password input,#edd_login_form fieldset .edd-login-username input{width:100%} - -#edd_login_form fieldset>p{width:50%;margin:0 auto} - -#edd_login_form fieldset>p:first-of-type{padding-top:30px} - -#edd_login_form fieldset>p:last-of-type{padding-bottom:30px} - -#edd_login_form fieldset p.edd-lost-password{padding-top:10px;text-align:right;font-size:12px}@media (max-width:992px){ - -#edd_login_form fieldset>p{width:80%}}@media (max-width:800px){ - -#edd_login_form fieldset>p{width:90%}} - -#edd_login_form fieldset .edd-login-submit{text-align:right} - -#edd_login_form fieldset .bs-edd-login-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -#edd_login_form fieldset .bs-edd-login-actions label,#edd_login_form fieldset .bs-edd-login-actions p{font-size:14px} - -#edd_login_form fieldset .bs-edd-login-actions .edd-login-remember{margin-right:auto}@media (max-width:380px){ - -#edd_login_form fieldset .bs-edd-login-actions{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -#edd_login_form fieldset .bs-edd-login-actions p{margin-bottom:10px} - -#edd_login_form fieldset .bs-edd-login-actions .edd-login-remember{margin-right:auto;margin-left:auto} - -#edd_login_form fieldset .edd-login-submit{padding-top:15px;text-align:center}}@media (max-width:800px){ - -body.edd-downloads-history .entry-content,body.edd-purchase-history .entry-content{overflow-x:auto} - -body.edd-downloads-history .entry-content table#edd_user_history,body.edd-purchase-history .entry-content table#edd_user_history{min-width:700px} - -#edd_checkout_cart_wrap{overflow-x:auto} - -#edd_checkout_cart_wrap table#edd_checkout_cart{min-width:700px}} - -#it-exchange-store .it-exchange-products{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-10px;margin-right:-10px} - -#it-exchange-store .it-exchange-products li.it-exchange-product{background-color:#fff;border-radius:0 0 4px 4px;margin:0 10px 20px;width:-webkit-calc(50% - 20px);width:calc(50% - 20px);position:relative;padding-bottom:70px} - -#it-exchange-store .it-exchange-products li.it-exchange-product>p{margin:0} - -#it-exchange-store .it-exchange-products li.it-exchange-product:hover{box-shadow:0 6px 24px 0 rgba(18,43,70,.12)}@media (max-width:544px){ - -#it-exchange-store .it-exchange-products li.it-exchange-product{width:100%}} - -#it-exchange-store .it-exchange-products .it-exchange-featured-image>p{margin:0} - -#it-exchange-store .it-exchange-products .featured-image-wrapper{position:relative;overflow:hidden;padding-top:92.56%;display:block;background:#809ab4;border-radius:4px 4px 0 0} - -#it-exchange-store .it-exchange-products .featured-image-wrapper 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} - -#it-exchange-store .it-exchange-products .it-exchange-product-details{text-align:center;padding:1em 0 0} - -#it-exchange-store .it-exchange-products .it-exchange-product-details h2.it-exchange-product-title{font-size:16px;padding-left:1em;padding-right:1em} - -#it-exchange-store .it-exchange-products .it-exchange-product-details h2.it-exchange-product-title a{color:var(--bb-headings-color)} - -#it-exchange-store .it-exchange-products .it-exchange-product-details h2.it-exchange-product-title a:hover{color:var(--bb-primary-color)} - -#it-exchange-store .it-exchange-products .it-exchange-product-details .it-exchange-base-price{font-size:15px;color:#dc5525;float:none;display:block;margin:0 1em auto} - -#it-exchange-store .it-exchange-products .it-exchange-product-details .it-exchange-base-price del{color:#c8cbcf;font-weight:400} - -#it-exchange-store .it-exchange-products .it-exchange-product-details .it-exchange-base-price ins{text-decoration:none;font-weight:400;color:#dc5525} - -#it-exchange-store .it-exchange-products .it-exchange-product-details a.it-exchange-product-permalink{float:none;display:block;font-size:13px;line-height:2.5;text-transform:uppercase;padding:.618em 1em;border-top:1px solid var(--bb-content-border-color);margin-top:25px;border-radius:0 0 4px 4px;-webkit-transition:all linear .2s;transition:all linear .2s;position:absolute;bottom:0;width:100%} - -#it-exchange-store .it-exchange-products .it-exchange-product-details a.it-exchange-product-permalink:hover{background-color:var(--bb-primary-color);color:#fff} - -.it-exchange-wrap .it-exchange-messages li{background-color:#fff;border:1px solid var(--bb-content-border-color);font-size:15px} - -.it-exchange-wrap.it-exchange-account input[type=password],.it-exchange-wrap.it-exchange-account input[type=text]{width:100%} - -.it-exchange-wrap .it-exchange-transaction-meta{margin-bottom:30px} - -.it-exchange-wrap .it-exchange-transaction-meta h3{text-transform:uppercase;font-weight:500;color:var(--bb-headings-color);font-size:14px} - -.it-exchange-wrap .it-exchange-transaction-meta p{font-size:14px} - -.it-exchange-wrap .it-exchange-transaction-meta .existing-shipping-address{font-size:14px}@media (max-width:800px){ - -.it-exchange-wrap .it-exchange-transaction-meta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}} - -.it-exchange-wrap .it-exchange-transaction-purchases-label h3{text-transform:uppercase;font-weight:500;color:var(--bb-headings-color);font-size:14px} - -.it-exchange-wrap .it-exchange-transaction-products{border:0} - -.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product{border-bottom:0} - -.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-attributes h3{font-size:16px;font-weight:500} - -.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-downloads{margin-top:15px} - -.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-downloads h4{text-transform:uppercase;font-size:12px} - -.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-downloads .it-exchange-transaction-product-downloads-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-downloads .it-exchange-transaction-product-downloads-list li .it-exchange-transaction-product-download-title{font-size:14px} - -.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-downloads .it-exchange-transaction-product-downloads-list li .it-exchange-right{margin-left:auto} - -.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-downloads .it-exchange-transaction-product-downloads-list li .it-exchange-right a.button{padding-top:7px;padding-bottom:7px;font-size:13px} - -#it-exchange-confirmation .it-exchange-transaction-product-downloads .it-exchange-transaction-product-downloads-list li{margin-left:0;margin-bottom:10px} - -#it-exchange-product{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px} - -#it-exchange-product .it-exchange-product-standard-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap} - -#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info{-webkit-box-flex:0;-ms-flex:0 0 55%;flex:0 0 55%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2} - -#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-column-inner{padding:0 20px 0 0;font-size:16px} - -#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-super-widget .it-exchange-sw-product{border:0} - -#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-super-widget .it-exchange-sw-product .purchase-options{padding-left:0;padding-right:0} - -#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-product-price{border:0;font-size:22px} - -#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-product-price del{color:#939597;font-weight:400} - -#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-product-price ins{color:var(--bb-headings-color);font-weight:500;text-decoration:none} - -#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-product-description{color:var(--bb-alternate-text-color)} - -#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-images{-webkit-box-flex:0;-ms-flex:0 0 45%;flex:0 0 45%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1} - -#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-images .it-exchange-column-inner{margin-left:0;margin-right:1.5em;margin-bottom:20px} - -#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-images-gallery .it-exchange-featured-image .featured-image-wrapper{border:0} - -#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-images-gallery ul.it-exchange-thumbnail-images{margin:0 20px} - -#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-images-gallery ul.it-exchange-thumbnail-images li span{border:0}@media (max-width:800px){ - -#it-exchange-product .it-exchange-product-standard-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-column-inner{padding-left:20px} - -#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-images .it-exchange-column-inner{margin-left:1.5em}} - -#it-exchange-product .it-exchange-product-advanced-content{font-size:16px;margin:0 20px 30px} - -#it-exchange-product .it-exchange-product-advanced-content .it-exchange-extended-description{padding:2em 1em 0} - -#it-exchange-confirmation ul.it-exchange-customer-menu,.it-exchange-account ul.it-exchange-customer-menu{border-bottom:1px solid #eef0f3;padding-bottom:8px} - -#it-exchange-confirmation ul.it-exchange-customer-menu li,.it-exchange-account ul.it-exchange-customer-menu li{margin:0 25px 0 0;padding-bottom:12px} - -#it-exchange-confirmation ul.it-exchange-customer-menu li a,.it-exchange-account ul.it-exchange-customer-menu li a{display:inline-block;padding:0;font-size:14px;color:#939597} - -#it-exchange-confirmation ul.it-exchange-customer-menu li a:hover,.it-exchange-account ul.it-exchange-customer-menu li a:hover{color:var(--bb-headings-color)} - -#it-exchange-confirmation ul.it-exchange-customer-menu li.current,.it-exchange-account ul.it-exchange-customer-menu li.current{border-bottom:1px solid var(--bb-primary-color)} - -#it-exchange-confirmation ul.it-exchange-customer-menu li.current a,.it-exchange-account ul.it-exchange-customer-menu li.current a{color:var(--bb-headings-color)} - -#it-exchange-confirmation ul.it-exchange-customer-menu{margin-left:0} - -#it-exchange-confirmation ul.it-exchange-customer-menu li{display:inline} - -#it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-products{border:0} - -#it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product-cart-object .it-exchange-column-inner{padding-right:10px;font-size:14px;margin:23px 0} - -#it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-summary-loop.it-exchange-table{border:0} - -#it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-summary-loop{font-size:14px} - -#it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-summary-loop .it-exchange-confirmation-totals-title{border:0;text-transform:uppercase;color:#939597} - -#it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-summary-loop .it-exchange-confirmation-totals-amount{border:0} - -#it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-summary-loop .it-exchange-confirmation-totals-amount .it-exchange-table-column-inner{text-align:right} - -#it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-summary-loop .it-exchange-cart-totals-total .it-exchange-table-column-inner{border-bottom:0;text-align:right} - -.it-exchange-account label{font-size:14px} - -.it-exchange-account .it-exchange-customer-info{font-size:16px} - -.it-exchange-account .it-exchange-customer-info .it-exchange-customer-welcome{text-align:center;padding-top:20px} - -.it-exchange-wrap.it-exchange-account input[type=password],.it-exchange-wrap.it-exchange-account input[type=submit],.it-exchange-wrap.it-exchange-account input[type=text]{font-size:14px} - -.it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing{border:0} - -.it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing .cart-items-wrapper{margin-left:1em;margin-right:1em;border-radius:4px} - -.it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing .cart-items-wrapper .cart-item{border-bottom:0} - -.it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing .cart-items-wrapper .cart-item a.it-exchange-empty-cart{display:inline-block;width:20px;height:20px;background-color:#fff;line-height:19px;text-align:center;border-radius:100%;color:var(--bb-headings-color)} - -.it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing .cart-items-wrapper .cart-item a.it-exchange-empty-cart:hover{color:var(--bb-primary-color)} - -.it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing .cart-items-wrapper .cart-item .item-info input{max-width:65px;padding-left:10px;padding-right:10px} - -.it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing form#zero_sum_checkout_form{margin-bottom:0} - -.it-exchange-wrap .it-exchange-super-widget .payment-methods-wrapper{border-bottom:0} - -.it-exchange-wrap .it-exchange-super-widget .quantity{border-bottom:0} - -.it-exchange-wrap .it-exchange-super-widget .cart-actions-wrapper{font-size:14px} - -.it-exchange-wrap .it-exchange-super-widget .cart-actions-wrapper .cancel-update{border-bottom:0} - -#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase{margin-bottom:1em;padding-bottom:1em} - -#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-purchase-top{font-size:12px;text-transform:uppercase}@media (max-width:544px){ - -#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-purchase-top .it-exchange-purchase-total{float:none;display:block}} - -#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info .it-exchange-item-data-top{font-weight:500;font-size:16px;color:var(--bb-headings-color);margin-bottom:.5em} - -#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info .it-exchange-item-data-bottom{font-size:14px;color:#939597;line-height:1.65;display:block;display:-webkit-box;max-height:3.4em;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:95%}@media (max-width:544px){ - -#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info{margin-bottom:0} - -#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info .it-exchange-item-thumbnail{float:none;margin:0 auto 20px;width:30%} - -#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info .it-exchange-item-data{float:none;width:100%} - -#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info .it-exchange-item-data .it-exchange-item-data-bottom,#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info .it-exchange-item-data .it-exchange-item-data-top{margin-left:0}} - -#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-no-transaction-products-found{font-size:14px;color:#939597}@media (max-width:544px){ - -#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase{border-bottom:1px solid var(--bb-content-border-color);margin-bottom:2em} - -#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase:last-of-type{border-bottom:0}} - -#it-exchange-downloads.it-exchange-wrap .it-exchange-download{overflow:hidden;font-size:16px} - -#it-exchange-downloads.it-exchange-wrap .it-exchange-download .it-exchange-download-product a{font-size:14px} - -#it-exchange-downloads.it-exchange-wrap .it-exchange-download .it-exchange-download-info h4{font-size:16px;color:var(--bb-headings-color);margin-bottom:10px} - -#it-exchange-downloads.it-exchange-wrap .it-exchange-download .it-exchange-download-info ul.it-exchange-downloads-data{list-style:none;margin-left:0;font-size:14px} - -#it-exchange-downloads.it-exchange-wrap .it-exchange-download .it-exchange-download-info ul.it-exchange-downloads-data li.it-exchange-download-data span{margin-left:0;margin-right:1em;color:#939597}@media (max-width:544px){ - -#it-exchange-downloads.it-exchange-wrap .it-exchange-download .it-exchange-download-info ul.it-exchange-downloads-data li.it-exchange-download-data span{display:block;width:100%}} - -#it-exchange-login{background:#fff;border:1px solid #eef0f3;border-radius:4px} - -#it-exchange-login .it-exchange-login-form{width:50%;margin:0 auto;padding:3rem 0} - -#it-exchange-login .it-exchange-login-form .it-exchange-rememberme{margin-top:5px;margin-bottom:15px} - -#it-exchange-login .it-exchange-login-form #wp-submit{padding-left:2em;padding-right:2em;margin-bottom:1em} - -#it-exchange-login .it-exchange-login-form .it-exchange-recover-url{font-size:14px} - -#it-exchange-login .it-exchange-login-form .it-exchange-register-url{font-size:14px}@media (max-width:800px){ - -#it-exchange-login .it-exchange-login-form{width:85%}} - -.it-exchange-account .it-exchange-rememberme label{display:inline-block;position:relative;top:1px} - -#it-exchange-registration{background:#fff;border:1px solid #eef0f3;border-radius:4px} - -#it-exchange-registration form.it-exchange-register{width:50%;margin:0 auto;padding:3rem 0} - -#it-exchange-registration form.it-exchange-register .it-exchange-registration-login{text-align:right;font-size:14px} - -#it-exchange-registration form.it-exchange-register #it-exchange-register-customer{padding-left:2em;padding-right:2em}@media (max-width:800px){ - -#it-exchange-registration form.it-exchange-register{width:85%}} - -.gform_wrapper form .top_label .gfield_label{font-size:16px} - -.gform_wrapper form input:not([type=radio],[type=checkbox],[type=submit],[type=button],[type=image],[type=file]){padding:0 12px;font-size:15px} - -.gform_wrapper.gf_browser_chrome form select{padding:8px 12px;padding-right:40px;font-size:15px} - -.gform_wrapper form textarea{padding:8px 12px;font-size:15px} - -.gform_wrapper form .gform_footer input.button,.gform_wrapper form .gform_footer input[type=submit],.gform_wrapper form .gform_page_footer input.button,.gform_wrapper form .gform_page_footer input[type=submit]{font-size:15px} - -.ui-datepicker.ui-widget-content{box-shadow:0 5px 10px rgba(0,0,0,.2)} - -.ui-datepicker.ui-widget-content tbody td{border-color:#fff} - -.ui-datepicker td.ui-datepicker-unselectable.ui-state-disabled{background-color:#fff} - -.ui-datepicker .ui-datepicker-calendar .ui-state-default{box-shadow:none} - -.ui-datepicker table td a{line-height:1.4em;font-weight:400} - -.ui-datepicker table thead{background:#fff} - -.ui-datepicker table th{font-size:inherit} - -.ui-datepicker .ui-datepicker-title select,.ui-datepicker-title select{border:0;height:35px;font-size:13px;font-family:inherit} - -.ui-datepicker .ui-datepicker-header a.ui-datepicker-next,.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev{height:100%} - -.ui-datepicker .ui-datepicker-header a.ui-datepicker-next span::before,.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev span::before{text-shadow:none} - -.gform_wrapper form .gform_fileupload_multifile .gform_drop_area{border:2px dashed #dedfe2;background:#fff;border-radius:0;font-size:16px} - -.gform_wrapper.gf_browser_chrome form input.button.gform_button_select_files{padding:6px 18px!important} - -.gform_wrapper .ginput_preview{font-size:16px} - -.gform_wrapper .ginput_preview strong{font-weight:inherit} - -.ginput_container_fileupload>input[type=file],.ginput_container_post_image input[type=file]{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1} - -.ginput_container_fileupload>input[type=file]+label,.ginput_container_post_image input[type=file]+label{font-size:16px;font-weight:700;color:var(--bb-primary-color);background-color:#fff;border:2px dashed #dedfe2;width:100%;text-align:center;padding:2em 1em;display:inline-block;float:none;cursor:pointer} - -.gform_wrapper form table.gfield_list thead th{font-size:16px} - -.gform_wrapper .gfield.field_sublabel_below .ginput_complex.ginput_container label{margin-top:0} - -.gform_wrapper .ginput_container table.gfield_list tr td.gfield_list_icons{padding-left:10px!important} - -.gform_wrapper .ginput_container table.gfield_list tr td.gfield_list_icons img{outline:0;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none} - -.gform_wrapper form div.validation_error{border:0;background-color:var(--bb-danger-color);border-color:var(--bb-danger-color);color:#fff;font-size:14px;text-align:left;border-radius:4px;font-weight:inherit;padding:5px 10px} - -.ginput_container_checkbox label,.ginput_container_radio label{background:0 0;box-shadow:none;outline:0;outline-width:0;-webkit-tap-highlight-color:transparent!important}@media (max-width:641px){ - -.gform_wrapper form input:not([type=radio],[type=checkbox],[type=image],[type=file]),.gform_wrapper form input[type=submit]{line-height:1.3} - -.gform_wrapper form .ginput_container.ginput_container_checkbox span,.gform_wrapper form .ginput_container.ginput_container_radio span{display:inline-block;margin-bottom:0}}@media only screen and (max-width:761px){ - -.gform_wrapper form table.gfield_list tr{border:1px solid #ccc;border-top:1px solid #ccc;border-bottom:1px solid #ccc;border-radius:3px} - -.gform_wrapper form table.gfield_list tr td.gfield_list_icons{background-color:#f8f8f8} - -.gform_wrapper form table.gfield_list tr td.gfield_list_icons img{outline:0}} - -div.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label,div.gform_wrapper ul.gfield_radio li input[type=radio]:checked+label{font-weight:inherit} - -.gform_wrapper ul.gfield_checkbox li label,.gform_wrapper ul.gfield_radio li label{line-height:normal} - -.gfield_checkbox input[type=checkbox]{opacity:0;height:0;width:0} - -.gfield_checkbox input[type=checkbox]+label{cursor:pointer;display:inline-block;position:relative;padding:0;line-height:1} - -.gfield_checkbox input[type=checkbox]+label::before{content:"";margin-right:10px;display:inline-block;vertical-align:text-top;width:20px;height:20px;background:var(--bb-primary-color);border-radius:3px;border:1px solid #c9cbca} - -.gfield_checkbox input[type=checkbox]:checked+label::before{background:var(--bb-primary-color);border-color:var(--bb-primary-color)} - -.gfield_checkbox input[type=checkbox]:disabled+label{color:#b8b8b8;cursor:auto} - -.gfield_checkbox input[type=checkbox]:disabled+label::before{box-shadow:none;background:#ddd} - -.gfield_checkbox input[type=checkbox]:checked+label::after{content:"\E876";position:absolute;left:3px;top:3px;font-family:bb-icons;color:#fff;font-size:14px;line-height:1;display:block} - -.gfield_radio input[type=radio]{margin:0!important;height:0;width:0;opacity:0} - -.gfield_radio input[type=radio]+.bb-radio-label,.gfield_radio input[type=radio]+label{margin:0!important;font-size:15px;display:inline-block!important;line-height:normal!important;position:relative;cursor:pointer} - -.gfield_radio input[type=radio]+.bb-radio-label::before,.gfield_radio input[type=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:#fff;border:2px solid #d6dce6;border-radius:100%;margin-right:10px} - -.gfield_radio input[type=radio]:disabled+.bb-radio-label,.gfield_radio input[type=radio]:disabled+label{color:#b8b8b8;cursor:auto} - -.gfield_radio input[type=radio]:disabled+.bb-radio-label::before,.gfield_radio input[type=radio]:disabled+label::before{box-shadow:none;background:#ddd} - -.gfield_radio input[type=radio]:checked+.bb-radio-label::after,.gfield_radio input[type=radio]:checked+label::after{content:"";background-color:var(--bb-primary-color);margin:auto;width:14px;position:absolute;height:14px;text-align:center;left:4px;top:5px;border-radius:100%} - -.gform_wrapper .ginput_container_radio .gfield_radio .gchoice input[type=radio]+label{padding-left:32px} - -.gform_wrapper .ginput_container_radio .gfield_radio .gchoice input[type=radio]+label::before{position:absolute;left:0;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)} - -.gform_wrapper .ginput_container_radio .gfield_radio .gchoice input[type=radio]:checked+label::after{top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)} - -.nf-form-wrap .nf-form-content{max-width:100%} - -.nf-form-wrap .nf-form-content .nf-field-element input[type=button]{border-color:#ff865a;background-color:#ff865a;font-size:15px;border-radius:100px;padding:0 20px;color:#fff} - -.nf-form-wrap .nf-form-content .nf-field-element input[type=button]:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)} - -.nf-form-wrap .nf-form-content .nf-pass.field-wrap .nf-field-element::after{font-size:24px;height:40px;line-height:40px} - -.nf-form-wrap .nf-form-content .nf-field-element input,.nf-form-wrap .nf-form-content .nf-field-element select,.nf-form-wrap .nf-form-content .nf-field-element select.ninja-forms-field:not([multiple]){height:40px;outline:0;vertical-align:middle;background-color:#fff;border:1px solid #dedfe2;border-radius:3px;box-shadow:none;padding:0 12px;font-size:15px} - -.nf-form-wrap .nf-form-content .nf-field-element select[multiple]{height:auto} - -.nf-form-wrap .nf-form-content .list-checkbox-wrap .nf-field-element li span.checkbox.on{background-color:#ff865a;border-color:#ff865a;border-radius:4px} - -.nf-form-wrap .nf-form-content .list-checkbox-wrap .icheckbox_minimal{z-index:99} - -.nf-form-wrap .nf-form-content .list-checkbox-wrap .icheckbox_minimal~.checkbox{display:none} - -.nf-form-wrap .nf-form-content .list-checkbox-wrap .icheckbox_minimal{position:absolute} - -.nf-form-wrap .nf-form-content ins.iCheck-helper{z-index:999999} - -.nf-form-wrap .nf-form-content .listcheckbox-wrap .nf-field-element label::after{border-color:transparent} - -.nf-form-wrap .nf-form-content .listcheckbox-wrap .nf-field-element label::before{display:none} - -.nf-form-wrap .nf-form-content .list-checkbox-wrap .nf-field-element ul li{display:-webkit-box;display:-ms-flexbox;display:flex} - -.nf-form-wrap .nf-form-content .checkbox-wrap .nf-field-label label::before{height:20px;font-size:16px;width:20px;left:-27px} - -.nf-form-wrap .nf-form-content .nf-error.field-wrap .nf-field-element::after{height:38px;width:40px;line-height:40px} - -.nf-form-wrap .nf-form-fields-required{margin-bottom:15px;font-size:14px} - -.nf-form-wrap .label-above .nf-field-label{margin-bottom:6px} - -.nf-form-wrap .nf-field-label{margin-bottom:6px} - -.nf-form-wrap .nf-field-label label{font-size:16px} - -.nf-form-wrap .nf-field-description{font-size:14px;line-height:1.6;margin-bottom:10px} - -.nf-form-wrap .nf-help.fa-info-circle{background:0 0} - -.nf-form-wrap .nf-help.fa-info-circle::before{font-family:bb-icons;content:"\ee65";font-weight:100} - -.nf-form-wrap .nf-help.fa-info-circle::after{display:none} - -.nf-form-wrap .nf-field-container .nf-field-label{margin-bottom:0} - -.nf-form-wrap .nf-after-form-content .nf-error-msg{background-color:var(--bb-danger-color);border-color:var(--bb-danger-color);color:#fff;font-size:14px;border-radius:4px;padding:5px 10px} - -.nf-form-wrap .nf-response-msg{background-color:var(--bb-success-color);border-color:var(--bb-success-color);color:#fff;font-size:14px;border-radius:4px;padding:5px 10px} - -.nf-form-wrap .nf-response-msg p{margin:0} - -.jBox-wrapper{max-width:50%} - -.pika-single.is-bound{border:0;box-shadow:0 5px 10px rgba(0,0,0,.2);border-radius:4px} - -.pika-lendar .pika-table{margin-bottom:0} - -.pika-lendar .pika-table th{font-weight:400;color:#939597} - -.pika-lendar .pika-table th abbr[title]{text-decoration:none} - -.pika-lendar .pika-table td{border-bottom:0} - -.pika-lendar .pika-table .pika-button{background:0 0;line-height:25px} - -.pika-lendar .pika-table .pika-button:hover{background:0 0;color:var(--bb-primary-color)} - -.pika-lendar .pika-table .is-selected .pika-button{color:var(--bb-primary-color);box-shadow:none;font-weight:inherit} - -.pika-title .pika-label{font-weight:400;color:var(--bb-primary-color);padding:0 3px;line-height:30px;top:0} - -.pika-title .pika-label select{height:30px;top:0} - -.pika-title button.pika-next,.pika-title button.pika-prev{text-indent:inherit;font-size:0} - -.pika-title button.pika-next:hover,.pika-title button.pika-prev:hover{background-color:transparent;border-color:transparent} - -.pika-title button.pika-prev{background-image:none} - -.pika-title button.pika-prev::before{content:"\E8AB";font-family:bb-icons;font-weight:400;speak:none;display:inline-block;color:#939597;font-size:22px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} - -.pika-title button.pika-next{background-image:none} - -.pika-title button.pika-next::before{content:"\e827";font-family:bb-icons;font-weight:400;speak:none;display:inline-block;color:#939597;font-size:22px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} - -.list-checkbox-wrap .nf-field-element li{overflow:hidden} - -.checkbox-container .checkbox-wrap .nf-field-label{margin-bottom:0;padding-left:15px} - -.checkbox-container .checkbox-wrap .nf-field-label label{font-size:16px;line-height:22px;font-weight:500} - -.checkbox-container .checkbox-wrap .nf-field-element{position:relative;width:20px;height:20px} - -.checkbox-container .checkbox-wrap .nf-field-element input[type=checkbox]{margin:0;position:absolute;height:20px;width:20px;left:0;top:0;z-index:6} - -.checkbox-container .checkbox-wrap .nf-field-element span.checkbox{z-index:5;display:inline-block;background:#fff;border:1px solid var(--bb-content-border-color);margin:0;position:absolute;height:20px;width:20px;left:0;top:0;border-radius:2px;margin-right:2px;line-height:1.35} - -.checkbox-container .checkbox-wrap .nf-field-element span.checkbox.on{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color)} - -.checkbox-container .checkbox-wrap .nf-field-element span.checkbox.on::before{font-family:bb-icons!important;font-size:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;content:"\e876";margin-right:0;position:absolute;bottom:-5px;left:-1px;z-index:9;color:#fff} - -.list-checkbox-wrap .nf-field-element ul li{position:relative;margin:5px 0 10px!important} - -.list-checkbox-wrap .nf-field-element ul li label{margin-bottom:0;font-size:16px;line-height:22px;font-weight:500;margin-left:35px} - -.list-checkbox-wrap .nf-field-element li input[type=checkbox]{margin:0;position:absolute;height:20px;left:0;top:0;z-index:6} - -.list-checkbox-wrap .nf-field-element li span.checkbox{z-index:5;display:inline-block;background:#fff;border:1px solid var(--bb-content-border-color);margin:0;position:absolute;height:20px;width:20px;left:0;top:0;border-radius:2px;margin-right:2px;line-height:1.35} - -.list-checkbox-wrap .nf-field-element li span.checkbox.on{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color)} - -.list-checkbox-wrap .nf-field-element li span.checkbox.on::before{font-family:bb-icons!important;font-size:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;content:"\e876";margin-right:0;position:absolute;bottom:-5px;left:-1px;z-index:9;color:#fff} - -.list-radio-wrap .nf-field-element ul li{overflow:hidden;position:relative;margin:5px 0 10px!important} - -.list-radio-wrap .nf-field-element ul li label{margin-left:35px;font-weight:500;font-size:16px;line-height:22px;margin-bottom:0} - -.list-radio-wrap .nf-field-element li input.bs-radio{width:22px!important;height:22px;position:absolute;top:0;left:0;z-index:10;margin-top:0;opacity:0} - -.list-radio-wrap .nf-field-element li span.bs-radio{display:inline-block;vertical-align:middle;cursor:pointer;position:absolute;top:0;left:0;overflow:hidden;width:22px;height:22px;line-height:1;background-color:#fff;border:2px solid #d6dce6;border-radius:100%;margin-right:10px;z-index:7} - -.list-radio-wrap .nf-field-element li span.bs-radio.on::after{content:"";position:absolute;top:2px;left:2px;border-radius:100%;width:14px;height:14px;display:inline-block;background-color:var(--bb-primary-color);z-index:9} - -.starrating-wrap .star{background-image:url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='80px' viewBox='0 0 20 80' enable-background='new 0 0 20 80' xml:space='preserve'%3E%3Cg%3E%3Cdefs%3E%3Cpolygon id='SVGID_1_' points='0.999,64.999 6.001,64 9,59 12,64 17,64.999 13,68 13.999,74 9,71 4,74 5,68 0.999,64.999 '/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible' fill-rule='evenodd' clip-rule='evenodd' fill='%23FCAF00'/%3E%3CclipPath id='SVGID_2_'%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible'/%3E%3C/clipPath%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpolygon id='SVGID_3_' points='0.999,46 6.001,45 9,40 12,45 17,46 13,49.001 13.999,55 9,51.999 4,55 5,49.001 0.999,46 '/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_3_' overflow='visible' fill-rule='evenodd' clip-rule='evenodd' fill='%23D0D3D6'/%3E%3CclipPath id='SVGID_4_'%3E%3Cuse xlink:href='%23SVGID_3_' overflow='visible'/%3E%3C/clipPath%3E%3C/g%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23D2D2D2' d='M17,27l-5-1l-3-5l-2.999,5l-5.002,1L5,30l-1,6l5-3l5,3L13,30L17,27 z M9.515,32.143C9.357,32.049,9.177,32,9,32c-0.178,0-0.358,0.047-0.516,0.143c0,0-1.675,1.005-3.142,1.886 c0.296-1.771,0.645-3.865,0.645-3.865c0.01-0.055,0.015-0.11,0.015-0.164c0-0.31-0.147-0.608-0.4-0.8c0,0-1.119-0.84-2.212-1.659 c1.382-0.277,2.808-0.561,2.808-0.561c0.277-0.055,0.517-0.224,0.662-0.466c0,0,1.267-2.113,2.142-3.571 c0.875,1.458,2.143,3.572,2.143,3.572c0.145,0.241,0.385,0.41,0.66,0.465c0,0,1.426,0.285,2.808,0.563 c-1.094,0.819-2.211,1.658-2.211,1.658C12.146,29.392,12,29.688,12,30c0,0.055,0.004,0.109,0.014,0.164c0,0,0.349,2.093,0.643,3.865 C11.189,33.148,9.515,32.143,9.515,32.143z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23FCAF00' d='M17,8L12,7L9,2L6.001,7L0.999,8L5,11l-1,6l5-3l5,3L13,11L17,8z M9.515,13.143C9.357,13.048,9.177,13,9,13c-0.178,0-0.358,0.047-0.516,0.143c0,0-1.675,1.005-3.142,1.886 c0.296-1.771,0.645-3.865,0.645-3.865c0.01-0.055,0.015-0.11,0.015-0.164c0-0.311-0.147-0.608-0.4-0.801 c0,0-1.117-0.838-2.211-1.658C4.771,8.266,6.196,7.98,6.196,7.98c0.277-0.055,0.517-0.224,0.662-0.466c0,0,1.267-2.113,2.142-3.571 c0.875,1.458,2.143,3.572,2.143,3.572c0.145,0.241,0.385,0.41,0.662,0.465c0,0,1.424,0.285,2.806,0.561 c-1.094,0.819-2.211,1.658-2.211,1.658C12.146,10.392,12,10.688,12,11c0,0.055,0.004,0.108,0.014,0.164c0,0,0.349,2.093,0.643,3.865 C11.189,14.148,9.515,13.143,9.515,13.143z'/%3E%3C/svg%3E")} - -.nf-field-container .nf-error-msg{color:var(--bb-danger-color);font-size:14px} - -.field-wrap.nf-error .ninja-forms-field{border-color:var(--bb-danger-color)} - -div.wpforms-container-full .wpforms-form button[type=submit],div.wpforms-container-full .wpforms-form input[type=submit],div.wpforms-container-full.wpforms-container .wpforms-form button[type=submit],div.wpforms-container-full.wpforms-container .wpforms-form input[type=submit]{border-radius:100px;background-color:var(--bb-primary-color);color:#fff;border:1px solid var(--bb-primary-color);font-size:15px;padding:10px 20px} - -div.wpforms-container-full .wpforms-form button[type=submit]:hover,div.wpforms-container-full .wpforms-form input[type=submit]:hover,div.wpforms-container-full.wpforms-container .wpforms-form button[type=submit]:hover,div.wpforms-container-full.wpforms-container .wpforms-form input[type=submit]:hover{color:#fff;background-color:#0f74e0;border-color:#0f74e0} - -div.wpforms-container-full .wpforms-form .wpforms-field-description,div.wpforms-container-full.wpforms-container .wpforms-form .wpforms-field-description{line-height:1.6} - -div.wpforms-container-full .wpforms-form select,div.wpforms-container-full.wpforms-container .wpforms-form select{background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:right 1rem center;padding-right:40px} - -div.wpforms-container-full .wpforms-form input[type=date],div.wpforms-container-full .wpforms-form input[type=datetime-local],div.wpforms-container-full .wpforms-form input[type=datetime],div.wpforms-container-full .wpforms-form input[type=email],div.wpforms-container-full .wpforms-form input[type=month],div.wpforms-container-full .wpforms-form input[type=number],div.wpforms-container-full .wpforms-form input[type=password],div.wpforms-container-full .wpforms-form input[type=range],div.wpforms-container-full .wpforms-form input[type=search],div.wpforms-container-full .wpforms-form input[type=tel],div.wpforms-container-full .wpforms-form input[type=text],div.wpforms-container-full .wpforms-form input[type=time],div.wpforms-container-full .wpforms-form input[type=url],div.wpforms-container-full .wpforms-form input[type=week],div.wpforms-container-full .wpforms-form select,div.wpforms-container-full .wpforms-form textarea,div.wpforms-container-full.wpforms-container .wpforms-form input[type=date],div.wpforms-container-full.wpforms-container .wpforms-form input[type=datetime-local],div.wpforms-container-full.wpforms-container .wpforms-form input[type=datetime],div.wpforms-container-full.wpforms-container .wpforms-form input[type=email],div.wpforms-container-full.wpforms-container .wpforms-form input[type=month],div.wpforms-container-full.wpforms-container .wpforms-form input[type=number],div.wpforms-container-full.wpforms-container .wpforms-form input[type=password],div.wpforms-container-full.wpforms-container .wpforms-form input[type=range],div.wpforms-container-full.wpforms-container .wpforms-form input[type=search],div.wpforms-container-full.wpforms-container .wpforms-form input[type=tel],div.wpforms-container-full.wpforms-container .wpforms-form input[type=text],div.wpforms-container-full.wpforms-container .wpforms-form input[type=time],div.wpforms-container-full.wpforms-container .wpforms-form input[type=url],div.wpforms-container-full.wpforms-container .wpforms-form input[type=week],div.wpforms-container-full.wpforms-container .wpforms-form select,div.wpforms-container-full.wpforms-container .wpforms-form textarea{border-color:#dedfe2;border-radius:3px} - -.flatpickr-calendar.open::after{border-width:6px;margin:0 -6px} - -.flatpickr-calendar.open .flatpickr-month{margin-top:5px;margin-bottom:5px} - -.flatpickr-calendar.open .flatpickr-next-month svg path,.flatpickr-calendar.open .flatpickr-prev-month svg path{fill:#939597} - -.flatpickr-calendar.open .flatpickr-next-month:hover svg path,.flatpickr-calendar.open .flatpickr-prev-month:hover svg path{fill:var(--bb-headings-color)} - -.flatpickr-calendar.open .flatpickr-current-month span.cur-month{font-weight:400;font-size:15px;color:var(--bb-primary-color)} - -.flatpickr-calendar.open .flatpickr-current-month input.cur-year{font-weight:400;font-size:15px;color:var(--bb-primary-color)} - -.flatpickr-calendar.open .numInputWrapper:hover{background:rgba(0,0,0,.01)} - -.flatpickr-calendar.open span.flatpickr-weekday{font-weight:300;color:rgba(57,57,57,.3)} - -.flatpickr-calendar.open .flatpickr-day.today{border-color:transparent;color:var(--bb-primary-color)} - -.flatpickr-calendar.open .flatpickr-day{line-height:36px} - -.flatpickr-calendar.open .flatpickr-day:hover{background-color:var(--bb-primary-color);color:#fff;border-color:transparent;box-shadow:none} - -.ui-timepicker-wrapper .ui-timepicker-list .ui-timepicker-selected:hover,.ui-timepicker-wrapper .ui-timepicker-list li:hover,.ui-timepicker-wrapper li.ui-timepicker-selected{background:var(--bb-primary-color)} - -.wpforms-field-file-upload input[type=file]{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1} - -.wpforms-field-file-upload input[type=file]+label{font-size:16px;font-weight:700;color:var(--bb-primary-color);background-color:#fff;border:2px dashed #dedfe2;width:100%;text-align:center;padding:2em 1em;display:inline-block;float:none;cursor:pointer} - -div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error,div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error,div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error{border-color:var(--bb-danger-color)} - -div.wpforms-container-full .wpforms-form label.wpforms-error{color:var(--bb-danger-color)} - -div.wpforms-container-full .wpforms-form .wpforms-required-label{color:var(--bb-danger-color)} - -.wpforms-field-date-time label.wpforms-field-label,input.wpforms-field-date-time-date+.wpforms-field-sublabel,input.wpforms-field-date-time-time+.wpforms-field-sublabel{pointer-events:none} - -.wpforms-field-file-upload label.wpforms-field-label{pointer-events:none} - -div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration select{padding-right:30px} - -.entry-content .wpforms-confirmation-container-full,.wpforms-confirmation-container-full{background-color:var(--bb-success-color);border-color:var(--bb-success-color);color:#fff;font-size:14px;border-radius:4px;padding:5px 10px}@media screen and (max-width:544px){ - -div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-one-half{width:100%;float:none;margin-left:0} - -div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-credit-card-number{margin-right:0} - -div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-credit-card-code{width:100%;position:relative;margin-top:8px} - -div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-credit-card-name{margin-right:0} - -div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration{width:100%;position:relative;margin-top:8px}} - -.bp-user-blog .medium-editor-element,.bp-user-blog .medium-editor-placeholder{background-color:transparent} - -.bp-user-blog .medium-editor-toolbar .medium-editor-toolbar-actions{height:auto} - -.bp-user-blog .sap-words-counter{font-weight:400} - -.bp-user-blog .sap-author-info{width:150px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;float:left;margin-left:0} - -.bp-user-blog .toggle-sap-widgets.toggle-sap-widgets{font:400 normal normal 14px/1 bb-icons;color:rgba(0,0,0,.4);font-size:21px;line-height:1;display:inherit;vertical-align:middle;margin:10px 0} - -.bp-user-blog .toggle-sap-widgets.toggle-sap-widgets::before{content:"\ee5a"} - -.bp-user-blog .toggle-sap-widgets.toggle-sap-widgets.active{font-size:30px;margin:4px 0} - -.bp-user-blog .toggle-sap-widgets.toggle-sap-widgets.active::before{content:"\e828"} - -.bp-user-blog .toggle-sap-widgets.toggle-sap-widgets svg{display:none} - -.bp-user-blog .sap-editor-area-wrapper .medium-editor-element,.bp-user-blog .sap-editor-area-wrapper .sap-editable-title{padding:0} - -.bp-user-blog #sap-widget-container .widget{border:0;margin:0 0 20px} - -.bp-user-blog #sap-widget-container .widget .category_hierarchy_ul li{margin-bottom:10px;clear:both} - -.bp-user-blog #sap-widget-container .widget .category_hierarchy_ul li label{font-size:14px;line-height:1.5} - -.bp-user-blog #sap-widget-container .widget .category_hierarchy_ul li li label{display:inline-block;margin-bottom:10px} - -.bp-user-blog #sap-widget-container .widget .featured-img-placeholder{border-radius:3px} - -.bp-user-blog #sap-widget-container .widget:first-child h3{font-size:16px;margin:0 0 10px} - -.bp-user-blog #sap-widget-container .widget .selectize-input{padding:5px 8px 2px} - -.bp-user-blog #sap-widget-container .widget .selectize-input.has-items{padding-top:3px} - -.bp-user-blog #sap-widget-container .widget .selectize-input>input{height:23px!important} - -.bp-user-blog #blog-order-select{float:right} - -.bp-user-blog #add_new_post{float:left} - -.bp-user-blog .sap-post-container .post-featured-image img{border-radius:5px} - -.bp-user-blog .sap-post-container .post-content .date{font-style:normal;font-size:12px} - -.bp-user-blog #feaured-img-holder-wrap .featured-img-placeholder{background:none rgba(240,243,247,.5)} - -.bp-user-blog #feaured-img-holder-wrap .featured-img-gridicon{margin-bottom:10px} - -.bp-user-blog #feaured-img-holder-wrap .featured-img-button{background:0 0;border:0;font-size:13px} - -.toggle-sap-widgets:hover .cls-1{fill:var(--bb-primary-color)} - -.bp-user-blog .medium-editor-stalker-toolbar .medium-editor-toolbar-actions button{color:var(--bb-content-background-color)} - -.bp-user-blog .medium-editor-stalker-toolbar .medium-editor-toolbar-actions button.medium-editor-button-active{color:var(--bb-content-background-color)}@media screen and (max-width:620px){ - -.bp-user-blog .sap-editor-wrap .sap-editor-publish-wrapper{float:none;position:static} - -.bp-user-blog .sap-editor-wrap .side-panel{max-width:inherit;margin-top:25px} - -.bp-user-blog .sap-editor-wrap .side-panel .sap-editor-toolbar{overflow:visible;width:100%} - -.bp-user-blog .sap-editor-wrap .sap-words-counter{line-height:1.7} - -.bp-user-blog .sap-editor-toolbar .sap-publish-popup a.button{font-size:12px;padding:7px 9px} - -.bp-user-blog .toggle-sap-widgets.toggle-sap-widgets{margin:5px 0}}@media screen and (max-width:480px){ - -.bp-user-blog .sap-words-counter{margin-top:-50px} - -.bp-user-blog #add_new_post,.bp-user-blog #blog-order-select{float:none;text-align:center;margin-top:5px}}@media screen and (max-width:360px){ - -.bp-user-blog .sap-editor-toolbar .sap-publish-popup a.button{padding:5px 8px} - -.bp-user-blog .sap-editor-wrap .sap-editor-publish-wrapper{float:left;position:relative}} - -#buddypress .activity-update-form .bpfb_form_container{padding:0;background-color:transparent} - -#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container{padding:15px;display:inline-block;width:100%;background-color:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);border-width:1px 0 0;border-radius:0 0 4px 4px;margin-bottom:0} - -#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .bpfb_toolbar_container .bpfb_active{-webkit-filter:drop-shadow(0 0 5px rgba(0, 0, 0, .5));filter:drop-shadow(0 0 5px rgba(0, 0, 0, .5))} - -#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .qq-uploader{width:100%;text-align:center;display:inline-block;min-width:215px} - -#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .qq-uploader .qq-upload-drop-area{border-radius:4px} - -#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .qq-uploader .qq-upload-list{margin:0} - -#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .qq-uploader .qq-upload-button{border-radius:4px;margin:0 auto} - -#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .bpfb_controls_container{margin:15px 0} - -#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .bpfb_controls_container:empty{display:none} - -#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container #bpfb_tmp_photo{background:rgba(240,243,247,.5);border:1px dashed #dedfe2;text-align:center;padding:15px;border-radius:6px;margin-bottom:10px} - -#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .qq-upload-drop-area{min-height:initial;line-height:1} - -#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container [type=button]{padding:10px 15px;font-size:14px;min-height:initial;line-height:1;height:auto} - -#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container [type=button]#bpfb_cancel,#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container [type=button]#bpfb_cancel_action{background:0 0;border-width:1px;border-color:#385dff;color:#385dff;float:right} - -#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container #bpfb_remote_image_container>input{margin:10px 0;max-width:100%} - -#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container #bpfb_link_preview_url,#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container #bpfb_video_url{margin-bottom:10px;max-width:100%} - -#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container #TB_window #TB_caption{height:auto} - -#buddypress .activity-update-form .bpfb_form_container .focus-in .bpfb_actions_container{border-width:1px 0;border-radius:0} \ No newline at end of file +.select2-container{font-size:15px}.select2-container.select2-container--default .select2-results__option[aria-selected=true]{background-color:transparent;color:#ccc}.select2-container.select2-container--default .select2-search--dropdown .select2-search__field{padding-left:35px;border-color:var(--bb-content-border-color)}.select2-container .select2-dropdown{border-color:var(--bb-content-border-color)}.the_buddyforms_form form>fieldset{border:0;padding:0}.the_buddyforms_form .bf-input select.form-control{padding-top:5px!important;padding-bottom:5px!important}.the_buddyforms_form .select2-container--default .select2-selection--single{border:1px solid var(--bb-content-border-color);border-radius:3px;height:40px;font-size:15px}.the_buddyforms_form .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:40px}.the_buddyforms_form .select2-container--default .select2-selection--single .select2-selection__arrow{height:40px;right:10px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:center}.the_buddyforms_form .select2-container--default .select2-selection--single .select2-selection__arrow b{border:0}.the_buddyforms_form .wp-editor-container{border-radius:3px}.the_buddyforms_form .elem-checkbox .checkbox p.settings-input{margin-bottom:5px}div.wpcf7-mail-sent-ng,div.wpcf7-validation-errors{border:1px solid var(--bb-danger-color);background-color:var(--bb-danger-color);color:#fff;line-height:1.3;padding:1em;border-radius:3px;font-size:14px}div.wpcf7-mail-sent-ok{border:1px solid var(--bb-success-color);border-radius:3px;font-size:16px}div.wpcf7-spam-blocked{border:1px solid orange}.use-floating-validation-tip span.wpcf7-not-valid-tip{border:1px solid var(--bb-danger-color);border-radius:3px;font-size:16px;color:var(--bb-danger-color)}span.wpcf7-not-valid-tip{color:var(--bb-danger-color)}div.wpcf7 .ajax-loader{background-image:url(../images/svg/loader.svg);width:28px;height:24px;background-repeat:no-repeat;background-color:#fff}div.wpcf7 input[type=submit]+.ajax-loader{background-color:transparent}.wpcf7-form-control-wrap input,.wpcf7-form-control-wrap select,.wpcf7-form-control-wrap textarea{width:100%}.wpcf7-form-control span.wpcf7-list-item.first{margin-left:0}.wpcf7-form-control span.wpcf7-list-item input{width:auto;margin-right:5px}.wpcf7-form-control span.wpcf7-list-item .wpcf7-list-item-label{display:inline-block}.wpcf7-form-control span.wpcf7-list-item .wpcf7-list-item-label+input{margin-left:5px}input[type=date].wpcf7-form-control{padding:8px 12px}.wpcf7-form input[type=date]::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;display:none}.wpcf7-form input[type=date]:hover{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='#939597' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='bb-icon-calendar'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:15px 15px}.wpcf7-form input[type=date]::-webkit-calendar-picker-indicator{-webkit-appearance:none;appearance:none;color:#fff;opacity:0;cursor:pointer}.wpcf7-form input[type=date]::-webkit-clear-button{position:relative;right:5px}.wpcf7-form label{font-size:16px}#cs-content.cs-content{font-size:1rem}body.page-template-page-fullwidth #content .container .content-area .entry-content #cs-content.cs-content{width:100vw;margin-left:-webkit-calc(-50vw + 50%);margin-left:calc(-50vw + 50%)}@media (min-width:800px){body.page-template-page-fullwidth #cs-content .x-container.width{width:-webkit-calc(88% - 68px);width:calc(88% - 68px)}}@media (max-width:800px){#cs-content .x-column.x-sm{height:100%}}#cs-content.cs-content .x-text h1,#cs-content.cs-content .x-text h2,#cs-content.cs-content .x-text h3,#cs-content.cs-content .x-text h4,#cs-content.cs-content .x-text h5{color:var(--bb-headings-color)}.x-anchor{border-radius:50px;box-shadow:none;border:1px solid var(--bb-content-border-color)}.x-anchor.x-anchor-button .x-anchor-content{padding:.575em 1.45em}#cs-content.cs-content .x-btn{border-radius:50px;box-shadow:none;border:1px solid var(--bb-content-border-color);background:#fff;color:var(--bb-body-text-color);text-shadow:none;line-height:1.4}#cs-content.cs-content .x-btn:hover{background-color:#fff;box-shadow:none;text-shadow:none;color:var(--bb-body-text-color)}#cs-content.cs-content .x-btn:visited{color:var(--bb-body-text-color)}#cs-content.cs-content .x-btn.x-btn-small{padding:6px 20px;min-height:34px;font-size:14px}#cs-content.cs-content .x-btn.x-btn-small:hover{border-color:rgba(var(--bb-content-border-color-rgb),.05)}#cs-content.cs-content .x-btn.x-btn-small:active{border-color:rgba(var(--bb-content-border-color-rgb),.05)}#cs-content.cs-content .x-btn.x-btn-regular{min-height:40px;padding:10px 20px;font-size:15px}#cs-content.cs-content .x-btn.x-btn-regular:hover{border-color:rgba(var(--bb-content-border-color-rgb),.05)}#cs-content.cs-content .x-btn.x-btn-regular:active{border-color:rgba(var(--bb-content-border-color-rgb),.05)}#cs-content.cs-content .x-btn.x-btn-global,#cs-content.cs-content .x-btn.x-btn-large{font-size:16px;min-height:50px;padding:14px 30px}#cs-content.cs-content .x-btn.x-btn-global:hover,#cs-content.cs-content .x-btn.x-btn-large:hover{border-color:rgba(var(--bb-content-border-color-rgb),.05)}#cs-content.cs-content .x-btn.x-btn-global:active,#cs-content.cs-content .x-btn.x-btn-large:active{border-color:rgba(var(--bb-content-border-color-rgb),.05)}#cs-content.cs-content .mejs-button button{min-height:30px}#cs-content .x-author-box img.avatar{border-radius:50%}#cs-content .x-author-box h6.h-about-the-author{font-size:12px;letter-spacing:0;line-height:21px}#cs-content .x-author-box .x-author-info .h-author{color:var(--bb-headings-color)}#cs-content .x-author-box .x-author-info .p-author,#cs-content .x-author-box .x-author-info p{color:var(--bb-alternate-text-color);font-size:14px;line-height:24px}#cs-content .x-accordion .x-accordion-heading .x-accordion-toggle.collapsed:before{content:"\f0d8";color:var(--bb-alternate-text-color)}#cs-content .x-accordion .x-accordion-heading .x-accordion-toggle:before{content:"\f0d7";-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);color:#fff}#cs-content .x-accordion .x-accordion-group{border:0;background-color:transparent;box-shadow:none}#cs-content .x-accordion .x-accordion-inner{border-top:0;line-height:24px}#cs-content .x-accordion .x-accordion-heading{border:0;border-radius:3px}#cs-content .x-accordion .x-accordion-heading .x-accordion-toggle{background-color:var(--bb-primary-color);color:#fff;border:1px solid var(--bb-primary-color);font-size:1em;padding:6px 15px;line-height:24px}#cs-content .x-accordion .x-accordion-heading .x-accordion-toggle.collapsed:hover{color:var(--bb-body-text-color)}#cs-content .x-accordion .x-accordion-heading .x-accordion-toggle.collapsed{background-color:#fff;color:var(--bb-alternate-text-color);border:1px solid var(--bb-content-border-color)}#cs-content.cs-content .x-alert.x-alert-muted .h-alert{color:var(--bb-headings-color)}#cs-content.cs-content .x-alert .h-alert{line-height:1.5}#cs-content.cs-content .x-alert{background-color:#fff;border:1px solid var(--bb-content-border-color);padding:.615em 2.25em .615em 1.15em;box-shadow:none;color:var(--bb-alternate-text-color);font-size:16px;line-height:24px}#cs-content.cs-content .x-alert.x-alert-muted{background-color:#fff;border:1px solid var(--bb-content-border-color);padding:.615em 2.25em .615em 1.15em;color:var(--bb-alternate-text-color)}#cs-content.cs-content .x-alert.x-alert-danger{background-color:var(--bb-danger-color);color:#fff;border:1px solid var(--bb-danger-color);padding:.615em 2.25em .615em 1.15em}#cs-content.cs-content .x-alert.x-alert-danger .close{color:var(--bb-danger-color)}#cs-content.cs-content .x-alert.x-alert-success{background-color:var(--bb-success-color);color:#fff;border:1px solid var(--bb-success-color);padding:.615em 2.25em .615em 1.15em}#cs-content.cs-content .x-alert.x-alert-success .close{color:var(--bb-success-color)}#cs-content.cs-content .x-alert.x-alert-info{background-color:var(--bb-primary-color);color:#fff;border:1px solid var(--bb-primary-color);padding:.615em 2.25em .615em 1.15em}#cs-content.cs-content .x-alert.x-alert-info .close{color:var(--bb-primary-color)}#cs-content.cs-content .x-alert .close{background-color:#fff;border-radius:50%;color:var(--bb-body-text-color);line-height:70%;top:-2px;padding:1px 2px 3px;opacity:1}#cs-content.cs-content .x-alert.x-alert-muted .close{background-color:var(--bb-content-border-color)}#cs-content.cs-content .x-blockquote,#cs-content.cs-content .x-blockquote:not(.x-pullquote){border:0;margin-top:0;margin-bottom:0;font-size:24px}#cs-content.cs-content .x-code,#cs-content.cs-content .x-code code{font-size:12px;line-height:21px;max-width:100%}#cs-content input[type=search].search-field{padding-left:3rem;padding-right:1rem;width:100%}#cs-content input[type=search].x-search-input{background-image:none}#cs-content .x-search .x-search-btn{margin:0 10px 0 20px}form.x-search{border-radius:100em}#cs-content form.x-search{border:1px solid var(--bb-content-border-color)}#cs-content .boss-social-ge-search input[type=search].search-field{width:100%}#cs-content.cs-content .x-nav-tabs{border:0;background-color:transparent;box-shadow:none}#cs-content.cs-content .x-tab-content{border:0;background-color:transparent;box-shadow:none}#cs-content.cs-content .x-tab-content .x-tab-pane{color:var(--bb-alternate-text-color);line-height:24px}#cs-content.cs-content .x-nav-tabs>li.x-nav-tabs-item{border-right:0;border-bottom:1px solid var(--bb-content-border-color)}#cs-content.cs-content .x-nav-tabs>li.x-nav-tabs-item.active{border-bottom:1px solid var(--bb-primary-color)}#cs-content.cs-content .x-nav-tabs>li>a{color:var(--bb-alternate-text-color);font-size:14px}#cs-content.cs-content .x-nav-tabs>li.active>a,#cs-content.cs-content .x-nav-tabs>li>a:hover{color:var(--bb-body-text-color)}#cs-content.cs-content .x-nav-tabs>li.active>a{font-weight:600}#cs-content .flex-direction-nav li a{border-radius:100%;line-height:32px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}#cs-content .flex-direction-nav li a.flex-next{right:15px;left:auto}#cs-content .x-pricing-column-info h3.x-price{font-weight:400;font-size:34px;letter-spacing:0}#cs-content .x-pricing-table .x-pricing-column{padding-left:5px;padding-right:5px;background-color:transparent}#cs-content .x-pricing-table .x-pricing-column h2{background-color:#fff;text-transform:uppercase;font-size:20px;color:var(--bb-alternate-text-color)}#cs-content .x-pricing-table .x-pricing-column .x-pricing-column-info{background-color:#fff}#cs-content .x-pricing-table .x-pricing-column.featured h2{background-color:#fff;color:var(--bb-alternate-text-color);border:1px solid rgba(0,0,0,.125)}#cs-content .x-pricing-table .x-pricing-column.featured{box-shadow:none}#cs-content .x-pricing-table .x-pricing-column-info .x-btn{color:#fff;background-color:var(--bb-primary-color);border-color:var(--bb-primary-color)}#cs-content .x-pricing-table .x-pricing-column-info .x-btn.x-btn-medium{min-height:40px;padding:10px 20px;font-size:15px}#cs-content .x-pricing-table .x-pricing-column-info .x-btn.x-btn-large{font-size:16px;min-height:50px;padding:14px 30px}#cs-content .x-pricing-column-info span.x-interval{color:var(--bb-alternate-text-color)}#cs-content .x-pricing-table .x-pricing-column h2 span.x-featured-sub{letter-spacing:0;text-transform:none}#cs-content .x-pricing-table .x-pricing-column-info ul>li [class*=x-icon-]{color:var(--bb-success-color);font-family:bb-icons;margin-left:0}#cs-content .x-pricing-table [class*=x-icon-]:before{border:1px solid var(--bb-success-color);border-radius:100%;padding:0;font-size:1.2em;content:"\e876"}#cs-content .x-pricing-table [class*=x-icon-times]:before{content:"\e828"}#cs-content .x-pricing-table .x-pricing-column-info ul{display:inline-block}#cs-content .x-pricing-table .x-pricing-column-info ul>li{border-bottom:0;text-align:left;padding:5px 30px;color:var(--bb-body-text-color)}#cs-content .x-pricing-table .x-pricing-column-info ul>li:first-child{border-top:0}#cs-content.cs-content .x-callout{background-color:transparent;border:0;box-shadow:none;font-size:18px}#cs-content.cs-content .x-callout .h-callout{font-size:24px}#cs-content.cs-content .x-callout .p-callout{color:var(--bb-alternate-text-color)}#cs-content.cs-content .x-callout .x-btn{color:#fff;background-color:var(--bb-primary-color);border-color:var(--bb-primary-color);font-size:15px;min-height:40px;padding:10px 20px}#cs-content.cs-content .x-feature-box{border:1px solid var(--bb-content-border-color);border-radius:3px;padding:1.25rem}#cs-content.cs-content .x-promo{box-shadow:none}#cs-content.cs-content .x-skill-bar{height:5px;margin-bottom:3em}#cs-content.cs-content .x-skill-bar .bar{overflow:visible}#cs-content.cs-content .x-skill-bar .bar .percent{left:0;right:inherit;bottom:-25px;color:var(--bb-alternate-text-color);font-size:12px}#cs-content.cs-content .x-ul-icons li{padding-top:5px;padding-bottom:5px;color:var(--bb-alternate-text-color)}@media (max-width:800px){#cs-content .el150.x-container .x-counter{margin-bottom:3em!important}#cs-content .el150.x-container .el158.x-counter{margin-bottom:0!important}.el150.x-container .el157 .x-counter-after,.el150.x-container .el157 .x-counter-before,.el150.x-container .el157 .x-counter-number-wrap,.el150.x-container .el158 .x-counter-number-wrap,.el158 .x-counter-after,.el158 .x-counter-before{text-align:center!important}}#cs-content.cs-content .h-feature-headline>span{padding-left:0;padding-top:1.5em;line-height:1.4}#cs-content.cs-content .h-feature-headline>span i{top:0;margin-top:0}#cs-content.cs-content .x-recent-posts>a{border:0;background-color:transparent;box-shadow:none}#cs-content .x-recent-posts a .x-recent-posts-content{padding-left:0;padding-right:0}#cs-content .x-recent-posts a:hover .x-recent-posts-content .h-recent-posts{color:var(--bb-primary-color)}#cs-content.cs-content .x-recent-posts .x-recent-posts-date{font-size:12px;text-transform:none;color:var(--bb-alternate-text-color)}#cs-content .x-recent-posts a .x-recent-posts-img:after{background-color:var(--bb-primary-color)}#cs-content .x-google-map.with-container{border:0;padding:0;box-shadow:none}#cs-content .x-frame-map-google .x-frame-inner,#cs-content .x-map.x-google-map .x-map-inner{border-radius:3px}#cs-content .x-google-map button{min-height:auto}#cs-content.cs-content .x-feature-box h4.x-feature-box-title{font-size:24px}.x-promo .x-promo-content p{color:var(--bb-alternate-text-color);line-height:24px}#cs-content.cs-content .x-raw-content{line-height:24px}#cs-content.cs-content .x-feature-list .x-feature-box{margin-bottom:15px}#cs-content .x-feature-box p.x-feature-box-text{color:var(--bb-alternate-text-color);line-height:1.5}#cs-content .x-entry-share .x-share-options a.x-share{color:#9ca8b4;margin:0 .25em}#cs-content .x-entry-share .x-share-options a.x-share:hover{color:var(--bb-primary-color)}.x-menu li .x-anchor{border-radius:0;box-shadow:none;border:0}#cs-content .x-dropdown{box-shadow:none}.single-download .entry-meta{margin-bottom:25px}.single-download .post-related-posts h4{position:relative}.single-download .post-related-posts .slick-slider .slick-list,.single-download .post-related-posts .slick-slider .slick-track{display:-webkit-box;display:-moz-flex;display:flexbox;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}body.single.single-download .entry-meta{display:none}body.single.single-download .post-author-info{display:none}body.single.single-download .edd-download .entry-content-wrap .entry-content{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;padding:20px}body.single.single-download .edd-download .entry-content-wrap figure.entry-media{margin-bottom:0;border-radius:4px 4px 0 0}body.single.single-download .edd-download .entry-content-wrap figure.entry-media+.entry-content{border-radius:0 0 4px 4px;border-top:0}.edd-cart-added-alert{font-size:14px}#edd-purchase-button,.edd-submit,.edd-submit.button.blue,[type=submit].edd-submit{background:var(--bb-primary-color);border:0;border-radius:100px;padding-left:2em;padding-right:2em}.edd-submit.button.blue.active,.edd-submit.button.blue:focus,.edd-submit.button.blue:hover{background:var(--bb-primary-color);box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}#edd-purchase-button.edd-submit:hover,#edd-purchase-button:hover,[type=submit].edd-submit.button:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}#edd_user_history.edd-table,.edd-table{border-collapse:separate;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;border-top:0}#edd_user_history.edd-table td,#edd_user_history.edd-table th,.edd-table td,.edd-table th{background-color:#fff}#edd_user_history.edd-table td:first-child,#edd_user_history.edd-table th:first-child,.edd-table td:first-child,.edd-table th:first-child{padding-left:1em}#edd_user_history.edd-table td:last-child,#edd_user_history.edd-table th:last-child,.edd-table td:last-child,.edd-table th:last-child{padding-right:1em}#edd_user_history.edd-table thead th,.edd-table thead th{text-transform:uppercase;font-size:14px;font-weight:500;color:#939597;white-space:nowrap;padding-top:1rem;padding-bottom:1rem}#edd_user_history.edd-table thead tr:first-child th:first-child,.edd-table thead tr:first-child th:first-child{border-radius:4px 0 0;border-left:1px solid rgba(0,0,0,.05)}#edd_user_history.edd-table thead tr:first-child th:last-child,.edd-table thead tr:first-child th:last-child{border-radius:0 4px 0 0;border-right:1px solid rgba(0,0,0,.05)}#edd_user_history.edd-table thead tr:first-child th,.edd-table thead tr:first-child th{border-top:1px solid rgba(0,0,0,.05)}#edd_user_history.edd-table tbody tr,.edd-table tbody tr{position:relative;z-index:0}#edd_user_history.edd-table tbody tr td,.edd-table tbody tr td{border-bottom:0;font-size:14px;padding-top:1em;padding-bottom:1em}#edd_user_history.edd-table tbody tr:hover,.edd-table tbody tr:hover{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 3px 24px 0 rgba(18,43,70,.08);position:relative;z-index:9}#edd_user_history.edd-table tbody tr:last-child td,.edd-table tbody tr:last-child td{border-bottom:1px solid rgba(0,0,0,.05)}#edd_user_history.edd-table tbody tr:last-child td:first-child,.edd-table tbody tr:last-child td:first-child{border-radius:0 0 0 4px}#edd_user_history.edd-table tbody tr:last-child td:last-child,.edd-table tbody tr:last-child td:last-child{border-radius:0 0 4px}#edd_user_history.edd-table tbody td:first-child,.edd-table tbody td:first-child{border-left:1px solid rgba(0,0,0,.05)}#edd_user_history.edd-table tbody td:last-child,.edd-table tbody td:last-child{border-right:1px solid rgba(0,0,0,.05)}#edd_purchase_receipt_products li.edd_download_file{margin-left:0}#edd_purchase_receipt_products li.edd_download_file a.edd_download_file_link:before{content:"\ee57";font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;font-size:16px;margin-right:10px}#edd_purchase_receipt_products ul.edd_bundled_product_files{margin:0 0 10px}#edd_checkout_cart{border-collapse:separate;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;border-top:0}#edd_checkout_cart td,#edd_checkout_cart th{background-color:#fff;border:0}#edd_checkout_cart td:first-child,#edd_checkout_cart th:first-child{padding-left:1em}#edd_checkout_cart td:last-child,#edd_checkout_cart th:last-child{padding-right:1em}#edd_checkout_cart thead th{text-transform:uppercase;font-size:14px;font-weight:500;color:#939597;white-space:nowrap;padding-top:1rem;padding-bottom:1rem}#edd_checkout_cart thead .edd_cart_header_row th{background-color:#fff;padding:1rem;border-bottom:1px solid rgba(0,0,0,.05)}#edd_checkout_cart thead tr:first-child th:first-child{border-radius:4px 0 0;border-left:1px solid rgba(0,0,0,.05)}#edd_checkout_cart thead tr:first-child th:last-child{border-radius:0 4px 0 0;border-right:1px solid rgba(0,0,0,.05)}#edd_checkout_cart thead tr:first-child th{border-top:1px solid rgba(0,0,0,.05)}#edd_checkout_cart tbody tr{position:relative;z-index:0}#edd_checkout_cart tbody tr td{border-bottom:0;font-size:14px;padding-top:1em;padding-bottom:1em}@media (max-width:1200px){#edd_checkout_cart tbody tr td{vertical-align:top}}#edd_checkout_cart tbody tr:hover{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 3px 24px 0 rgba(18,43,70,.08);position:relative;z-index:9}#edd_checkout_cart tbody td:first-child{border-left:1px solid rgba(0,0,0,.05)}@media (max-width:1200px){#edd_checkout_cart tbody td:first-child{width:60%;line-height:1.5}}#edd_checkout_cart tbody td:last-child{border-right:1px solid rgba(0,0,0,.05)}@media (max-width:1200px){#edd_checkout_cart tbody td.edd_cart_actions{min-width:120px}}#edd_checkout_cart tbody td.edd_cart_actions .edd-item-quantity{margin-right:10px;height:35px;padding:2px 2px 2px 10px}#edd_checkout_cart tbody td.edd_cart_actions a.edd_cart_remove_item_btn{color:var(--bb-headings-color)}#edd_checkout_cart tbody td.edd_cart_actions a.edd_cart_remove_item_btn:hover{color:var(--bb-primary-color)}#edd_checkout_cart tfoot tr:last-child th{border-radius:0 0 4px 4px;border-left:1px solid rgba(0,0,0,.05);border-right:1px solid rgba(0,0,0,.05);border-bottom:1px solid rgba(0,0,0,.05);font-weight:500;font-size:14px}#edd_checkout_cart tfoot tr:last-child th.edd_cart_total{font-size:13px;text-transform:uppercase;font-weight:400;color:var(--bb-body-text-color)}#edd_checkout_cart tfoot tr:last-child th.edd_cart_total .edd_cart_amount{font-weight:500}#edd_checkout_form_wrap fieldset#edd_cc_address,#edd_checkout_form_wrap fieldset#edd_cc_fields,#edd_checkout_form_wrap fieldset#edd_checkout_user_info,#edd_checkout_form_wrap fieldset#edd_payment_mode_select{background-color:#fff;border-radius:4px;border:1px solid rgba(0,0,0,.05);position:relative;padding-top:70px}#edd_checkout_form_wrap fieldset#edd_cc_address legend,#edd_checkout_form_wrap fieldset#edd_cc_fields legend,#edd_checkout_form_wrap fieldset#edd_checkout_user_info legend,#edd_checkout_form_wrap fieldset#edd_payment_mode_select legend{text-transform:uppercase;font-size:16px;position:absolute;top:20px;color:var(--bb-headings-color)}#edd_checkout_form_wrap fieldset#edd_cc_address label,#edd_checkout_form_wrap fieldset#edd_cc_fields label,#edd_checkout_form_wrap fieldset#edd_checkout_user_info label,#edd_checkout_form_wrap fieldset#edd_payment_mode_select label{font-size:15px;font-weight:500}#edd_checkout_form_wrap fieldset#edd_cc_fields #edd_secure_site_wrapper{font-weight:500;font-size:14px}#edd_checkout_form_wrap fieldset#edd_cc_fields #edd_secure_site_wrapper .padlock:before{content:"\eecc";font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;font-size:14px;color:#939597;margin-right:2px}#edd_checkout_form_wrap fieldset#edd_cc_fields #edd_secure_site_wrapper .padlock svg{display:none}#edd_checkout_form_wrap fieldset#edd_purchase_submit p#edd_final_total_wrap{background-color:transparent;border-radius:0;border:0;border-top:1px solid rgba(0,0,0,.05);text-align:right;padding-right:0;color:inherit}#edd_checkout_form_wrap fieldset#edd_purchase_submit p#edd_final_total_wrap strong{text-transform:uppercase;font-size:14px;font-weight:400}#edd_checkout_form_wrap fieldset#edd_purchase_submit p#edd_final_total_wrap .edd_cart_amount{font-weight:700;font-size:14px}@media (max-width:800px){#edd_checkout_form_wrap input.edd-input,#edd_checkout_form_wrap select.edd-select,#edd_checkout_form_wrap textarea.edd-input{width:100%}}#edd_profile_editor_form fieldset#edd_profile_address_fieldset,#edd_profile_editor_form fieldset#edd_profile_password_fieldset,#edd_profile_editor_form fieldset#edd_profile_personal_fieldset{background-color:#fff;border-radius:4px;border:1px solid rgba(0,0,0,.05);position:relative;padding-top:70px;margin-bottom:1rem;margin-top:1rem}#edd_profile_editor_form fieldset#edd_profile_address_fieldset legend,#edd_profile_editor_form fieldset#edd_profile_password_fieldset legend,#edd_profile_editor_form fieldset#edd_profile_personal_fieldset legend{text-transform:uppercase;font-size:16px;position:absolute;top:20px;color:var(--bb-headings-color)}#edd_profile_editor_form fieldset#edd_profile_address_fieldset label,#edd_profile_editor_form fieldset#edd_profile_password_fieldset label,#edd_profile_editor_form fieldset#edd_profile_personal_fieldset label{font-size:16px;font-weight:500;width:30%}@media (max-width:800px){#edd_profile_editor_form fieldset#edd_profile_address_fieldset label,#edd_profile_editor_form fieldset#edd_profile_password_fieldset label,#edd_profile_editor_form fieldset#edd_profile_personal_fieldset label{width:100%}}#edd_profile_editor_form fieldset#edd_profile_address_fieldset input[type=email],#edd_profile_editor_form fieldset#edd_profile_address_fieldset input[type=password],#edd_profile_editor_form fieldset#edd_profile_address_fieldset input[type=text],#edd_profile_editor_form fieldset#edd_profile_address_fieldset select,#edd_profile_editor_form fieldset#edd_profile_password_fieldset input[type=email],#edd_profile_editor_form fieldset#edd_profile_password_fieldset input[type=password],#edd_profile_editor_form fieldset#edd_profile_password_fieldset input[type=text],#edd_profile_editor_form fieldset#edd_profile_password_fieldset select,#edd_profile_editor_form fieldset#edd_profile_personal_fieldset input[type=email],#edd_profile_editor_form fieldset#edd_profile_personal_fieldset input[type=password],#edd_profile_editor_form fieldset#edd_profile_personal_fieldset input[type=text],#edd_profile_editor_form fieldset#edd_profile_personal_fieldset select{width:68%}@media (max-width:800px){#edd_profile_editor_form fieldset#edd_profile_address_fieldset input[type=email],#edd_profile_editor_form fieldset#edd_profile_address_fieldset input[type=password],#edd_profile_editor_form fieldset#edd_profile_address_fieldset input[type=text],#edd_profile_editor_form fieldset#edd_profile_address_fieldset select,#edd_profile_editor_form fieldset#edd_profile_password_fieldset input[type=email],#edd_profile_editor_form fieldset#edd_profile_password_fieldset input[type=password],#edd_profile_editor_form fieldset#edd_profile_password_fieldset input[type=text],#edd_profile_editor_form fieldset#edd_profile_password_fieldset select,#edd_profile_editor_form fieldset#edd_profile_personal_fieldset input[type=email],#edd_profile_editor_form fieldset#edd_profile_personal_fieldset input[type=password],#edd_profile_editor_form fieldset#edd_profile_personal_fieldset input[type=text],#edd_profile_editor_form fieldset#edd_profile_personal_fieldset select{width:100%}}#edd_profile_editor_form fieldset#edd_profile_submit_fieldset{border:0;padding:0}.edd-cart-meta.edd_subtotal,.edd-cart-meta.edd_total{background-color:transparent;border-top:1px solid rgba(0,0,0,.05);padding-top:5px;padding-bottom:5px;margin-top:15px;font-weight:500;text-align:right}.edd-cart-meta.edd_total{font-weight:400;font-size:14px;text-transform:uppercase}.edd-cart-meta.edd_total .cart-total{text-transform:none;font-weight:700}.widget ul li.cart_item.edd_checkout a,ul.edd-cart li.cart_item.edd_checkout a{background:var(--bb-primary-color);border-color:var(--bb-primary-color);border-radius:100px;padding:8px 2em;color:#fff;font-size:14px}.widget ul li.cart_item.edd_checkout a:hover,ul.edd-cart li.cart_item.edd_checkout a:hover{background-color:#0f74e0}.edd_downloads_list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.edd_downloads_list .edd_download{margin-bottom:20px}.edd_downloads_list.edd_download_columns_3 .edd_download{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;max-width:33.33%}@media (max-width:800px){.edd_downloads_list.edd_download_columns_3 .edd_download{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media (max-width:544px){.edd_downloads_list.edd_download_columns_3 .edd_download{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.edd_downloads_list.edd_download_columns_2 .edd_download{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}@media (max-width:544px){.edd_downloads_list.edd_download_columns_2 .edd_download{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (max-width:992px){.bb-buddypanel .edd_downloads_list.edd_download_columns_3 .edd_download{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media (max-width:544px){.bb-buddypanel .edd_downloads_list.edd_download_columns_3 .edd_download{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.edd_download_inner{margin:0 10px;padding:0;background-color:#fff;border-radius:4px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.edd_download_inner:hover{box-shadow:0 6px 24px 0 rgba(18,43,70,.12)}.edd_download_inner .edd_download_image{margin-bottom:20px}.edd_download_inner .edd_download_image a{position:relative;overflow:hidden;padding-top:92.56%;display:block;background:#809ab4;border-radius:4px 4px 0 0}.edd_download_inner .edd_download_image a 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}.edd_download_inner h3.edd_download_title{padding:0 20px;margin-bottom:15px;font-size:16px;line-height:1.85;display:block;display:-webkit-box;max-height:1.85em;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%;text-align:center}.edd_download_inner h3.edd_download_title a{color:var(--bb-headings-color)}.edd_download_inner h3.edd_download_title a:hover{color:var(--bb-primary-color)}.edd_download_inner .edd_download_excerpt{padding:0 20px;font-size:14px;line-height:1.65;display:block;display:-webkit-box;max-height:3.15em;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%;margin-bottom:30px;text-align:center}.edd_download_inner .edd_download_buy_button{text-align:center;margin-top:auto}.edd_download_inner .edd_download_buy_button .edd_price_options{text-align:center;padding:0 25px}.edd_download_inner .edd_download_buy_button .edd_price_options ul{display:inline-block}.edd_download_inner .edd_download_buy_button .edd_price_options ul li{text-align:left;margin-bottom:4px}.edd_download_inner .edd_download_buy_button form{margin-bottom:0}.edd_download_inner .edd_download_buy_button .edd_price_options label{font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.edd_download_inner .edd_download_buy_button .edd_price_options label span.edd_price_option_name{line-height:1.6;margin-right:5px}.edd_download_inner .edd_download_buy_button .edd_price_options label span.edd_price_option_price{line-height:1.6;margin-left:auto;color:#939597;font-size:13px}.edd_download_inner .edd_download_buy_button .edd_price_options label span.edd_price_option_sep{display:none}.edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper{border-top:1px solid var(--bb-content-border-color)}.edd_download_inner .edd_download_buy_button .edd_download_quantity_wrapper{display:none}.edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper a.edd-add-to-cart,.edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper a.edd_go_to_checkout,.edd_download_inner .edd_download_buy_button [type=submit].edd-add-to-cart.edd-submit{width:100%;border-radius:0 0 4px 4px;color:var(--bb-primary-color);background-color:#fff;border-color:#fff;font-size:13px;text-transform:uppercase}.edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper a.edd-add-to-cart:hover,.edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper a.edd_go_to_checkout:hover,.edd_download_inner .edd_download_buy_button [type=submit].edd-add-to-cart.edd-submit:hover{color:#fff;background-color:var(--bb-primary-color);border-color:var(--bb-primary-color)}.edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper a.edd-add-to-cart .edd-loading,.edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper a.edd_go_to_checkout .edd-loading,.edd_download_inner .edd_download_buy_button [type=submit].edd-add-to-cart.edd-submit .edd-loading{border-top:.2em solid rgba(0,0,0,.2);border-right:.2em solid rgba(0,0,0,.2);border-bottom:.2em solid rgba(0,0,0,.2)}.edd_download_inner .edd_download_buy_button .edd-cart-ajax-alert{display:none}.edd_downloads_list{margin-left:-10px;margin-right:-10px}p.edd-cart-number-of-items{font-size:14px;font-style:normal;text-transform:uppercase;color:inherit}.widget p.edd-cart-number-of-items{font-size:12px}ul.edd-cart{list-style:none;margin-left:0;font-size:16px}ul.edd-cart li.edd-cart-item{padding:8px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px}ul.edd-cart li.edd-cart-item .edd-cart-item-title{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-right:10px}ul.edd-cart li.edd-cart-item .edd-cart-item-quantity{-webkit-box-flex:0;-ms-flex:0 0 10%;flex:0 0 10%;padding-right:5px}ul.edd-cart li.edd-cart-item .edd-cart-item-quantity .bs-qty-tag{color:#939597}ul.edd-cart li.edd-cart-item .edd-cart-item-price{-webkit-box-flex:0;-ms-flex:0 0 12%;flex:0 0 12%;padding-right:10px}ul.edd-cart li.edd-cart-item .edd-cart-item-separator{display:none}ul.edd-cart li.edd-cart-item a.edd-remove-from-cart{text-align:right;color:var(--bb-headings-color);font-size:0}ul.edd-cart li.edd-cart-item a.edd-remove-from-cart:hover{color:var(--bb-primary-color)}ul.edd-cart li.edd-cart-item a.edd-remove-from-cart:before{color:var(--bb-headings-color);font-size:22px;content:"\e828";display:inline-block;font-family:bb-icons;text-rendering:auto;-webkit-font-smoothing:antialiased}.entry-content ul.edd-cart .wrap-edd-cart-item{display:inline-block;width:100%;padding:0}.entry-content ul.edd-cart .wrap-edd-cart-item li.edd-cart-item{padding-left:15px;padding-right:15px;background-color:#fff;border-left:1px solid var(--bb-content-border-color);border-right:1px solid var(--bb-content-border-color);position:relative;z-index:0}.entry-content ul.edd-cart .wrap-edd-cart-item li.edd-cart-item:hover{box-shadow:0 3px 24px 0 rgba(18,43,70,.08);position:relative;z-index:1}.entry-content ul.edd-cart .wrap-edd-cart-item li.edd-cart-item:first-child{padding-top:15px;border-top:1px solid var(--bb-content-border-color);border-radius:4px 4px 0 0}.entry-content ul.edd-cart .wrap-edd-cart-item li.edd-cart-item:last-child{padding-bottom:15px;border-bottom:1px solid var(--bb-content-border-color);border-radius:0 0 4px 4px}.entry-content ul.edd-cart .edd-cart-meta.edd_total{border-top:0;margin-top:10px}.widget ul.edd-cart li.edd-cart-item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.widget ul.edd-cart li.edd-cart-item .edd-cart-item-price,.widget ul.edd-cart li.edd-cart-item .edd-cart-item-quantity{font-size:12px}.widget ul.edd-cart .cart_item.empty{font-size:13px}.entry-content-download{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;padding:20px}article.edd-download .entry-content-wrap{padding:0}article.edd-download .entry-content-wrap .edd_purchase_submit_wrapper{margin-top:20px}article.edd-download .entry-content-wrap .entry-content{font-size:16px}article.edd-download .entry-content-wrap .edd_download_purchase_form label{font-size:16px}article.edd-download .entry-content-wrap .edd_download_purchase_form .edd_price_options li{padding:3px 0}.edd-page .edd-alert{padding:5px 10px;border-radius:3px;font-size:14px}.edd-page .edd-alert-error{background-color:var(--bb-danger-color);border-color:var(--bb-danger-color);color:#fff}.edd-page .edd-alert-success{background-color:var(--bb-success-color);border-color:var(--bb-success-color);color:#fff}.entry-content .edd-alert{padding:5px 10px;font-size:14px;border-radius:3px}.entry-content .edd-alert strong{color:#fff}.entry-content .edd-alert-error{background-color:var(--bb-danger-color);border-color:var(--bb-danger-color);color:#fff}.entry-content .edd-alert-success{background-color:var(--bb-success-color);border-color:var(--bb-success-color);color:#fff}body:not(.bb-page-loaded) #edd_checkout_cart_form input[name=edd_update_cart_submit]{display:none}body:not(.bb-page-loaded) #edd_checkout_cart .edd_cart_footer_row th:not(.edd_cart_total){padding-top:0;padding-bottom:0}.cart-empty ul.edd-cart li.cart_item.empty+li.cart_item.empty{display:none}p.edd-logged-out{font-size:15px;margin-bottom:10px;color:#939597}#edd_checkout_form_wrap input.edd-input,#edd_checkout_form_wrap textarea.edd-input{color:inherit}#edd_login_form fieldset{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px;padding:20px;position:relative;padding-top:70px;margin-top:0}#edd_login_form fieldset legend{text-transform:uppercase;font-size:14px;position:absolute;top:20px;color:var(--bb-headings-color)}#edd_login_form fieldset p{font-size:15px}#edd_login_form fieldset label{font-size:15px}#edd_login_form fieldset .edd-login-password,#edd_login_form fieldset .edd-login-username{margin-bottom:15px}#edd_login_form fieldset .edd-login-password label,#edd_login_form fieldset .edd-login-username label{width:100%;display:inline-block}#edd_login_form fieldset .edd-login-password input,#edd_login_form fieldset .edd-login-username input{width:100%}#edd_login_form fieldset>p{width:50%;margin:0 auto}#edd_login_form fieldset>p:first-of-type{padding-top:30px}#edd_login_form fieldset>p:last-of-type{padding-bottom:30px}#edd_login_form fieldset p.edd-lost-password{padding-top:10px;text-align:right;font-size:12px}@media (max-width:992px){#edd_login_form fieldset>p{width:80%}}@media (max-width:800px){#edd_login_form fieldset>p{width:90%}}#edd_login_form fieldset .edd-login-submit{text-align:right}#edd_login_form fieldset .bs-edd-login-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#edd_login_form fieldset .bs-edd-login-actions label,#edd_login_form fieldset .bs-edd-login-actions p{font-size:14px}#edd_login_form fieldset .bs-edd-login-actions .edd-login-remember{margin-right:auto}@media (max-width:380px){#edd_login_form fieldset .bs-edd-login-actions{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#edd_login_form fieldset .bs-edd-login-actions p{margin-bottom:10px}#edd_login_form fieldset .bs-edd-login-actions .edd-login-remember{margin-right:auto;margin-left:auto}#edd_login_form fieldset .edd-login-submit{padding-top:15px;text-align:center}}@media (max-width:800px){body.edd-downloads-history .entry-content,body.edd-purchase-history .entry-content{overflow-x:auto}body.edd-downloads-history .entry-content table#edd_user_history,body.edd-purchase-history .entry-content table#edd_user_history{min-width:700px}#edd_checkout_cart_wrap{overflow-x:auto}#edd_checkout_cart_wrap table#edd_checkout_cart{min-width:700px}}#it-exchange-store .it-exchange-products{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-10px;margin-right:-10px}#it-exchange-store .it-exchange-products li.it-exchange-product{background-color:#fff;border-radius:0 0 4px 4px;margin:0 10px 20px;width:-webkit-calc(50% - 20px);width:calc(50% - 20px);position:relative;padding-bottom:70px}#it-exchange-store .it-exchange-products li.it-exchange-product>p{margin:0}#it-exchange-store .it-exchange-products li.it-exchange-product:hover{box-shadow:0 6px 24px 0 rgba(18,43,70,.12)}@media (max-width:544px){#it-exchange-store .it-exchange-products li.it-exchange-product{width:100%}}#it-exchange-store .it-exchange-products .it-exchange-featured-image>p{margin:0}#it-exchange-store .it-exchange-products .featured-image-wrapper{position:relative;overflow:hidden;padding-top:92.56%;display:block;background:#809ab4;border-radius:4px 4px 0 0}#it-exchange-store .it-exchange-products .featured-image-wrapper 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}#it-exchange-store .it-exchange-products .it-exchange-product-details{text-align:center;padding:1em 0 0}#it-exchange-store .it-exchange-products .it-exchange-product-details h2.it-exchange-product-title{font-size:16px;padding-left:1em;padding-right:1em}#it-exchange-store .it-exchange-products .it-exchange-product-details h2.it-exchange-product-title a{color:var(--bb-headings-color)}#it-exchange-store .it-exchange-products .it-exchange-product-details h2.it-exchange-product-title a:hover{color:var(--bb-primary-color)}#it-exchange-store .it-exchange-products .it-exchange-product-details .it-exchange-base-price{font-size:15px;color:#dc5525;float:none;display:block;margin:0 1em auto}#it-exchange-store .it-exchange-products .it-exchange-product-details .it-exchange-base-price del{color:#c8cbcf;font-weight:400}#it-exchange-store .it-exchange-products .it-exchange-product-details .it-exchange-base-price ins{text-decoration:none;font-weight:400;color:#dc5525}#it-exchange-store .it-exchange-products .it-exchange-product-details a.it-exchange-product-permalink{float:none;display:block;font-size:13px;line-height:2.5;text-transform:uppercase;padding:.618em 1em;border-top:1px solid var(--bb-content-border-color);margin-top:25px;border-radius:0 0 4px 4px;-webkit-transition:all linear .2s;transition:all linear .2s;position:absolute;bottom:0;width:100%}#it-exchange-store .it-exchange-products .it-exchange-product-details a.it-exchange-product-permalink:hover{background-color:var(--bb-primary-color);color:#fff}.it-exchange-wrap .it-exchange-messages li{background-color:#fff;border:1px solid var(--bb-content-border-color);font-size:15px}.it-exchange-wrap.it-exchange-account input[type=password],.it-exchange-wrap.it-exchange-account input[type=text]{width:100%}.it-exchange-wrap .it-exchange-transaction-meta{margin-bottom:30px}.it-exchange-wrap .it-exchange-transaction-meta h3{text-transform:uppercase;font-weight:500;color:var(--bb-headings-color);font-size:14px}.it-exchange-wrap .it-exchange-transaction-meta p{font-size:14px}.it-exchange-wrap .it-exchange-transaction-meta .existing-shipping-address{font-size:14px}@media (max-width:800px){.it-exchange-wrap .it-exchange-transaction-meta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.it-exchange-wrap .it-exchange-transaction-purchases-label h3{text-transform:uppercase;font-weight:500;color:var(--bb-headings-color);font-size:14px}.it-exchange-wrap .it-exchange-transaction-products{border:0}.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product{border-bottom:0}.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-attributes h3{font-size:16px;font-weight:500}.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-downloads{margin-top:15px}.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-downloads h4{text-transform:uppercase;font-size:12px}.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-downloads .it-exchange-transaction-product-downloads-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-downloads .it-exchange-transaction-product-downloads-list li .it-exchange-transaction-product-download-title{font-size:14px}.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-downloads .it-exchange-transaction-product-downloads-list li .it-exchange-right{margin-left:auto}.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-downloads .it-exchange-transaction-product-downloads-list li .it-exchange-right a.button{padding-top:7px;padding-bottom:7px;font-size:13px}#it-exchange-confirmation .it-exchange-transaction-product-downloads .it-exchange-transaction-product-downloads-list li{margin-left:0;margin-bottom:10px}#it-exchange-product{background-color:#fff;border:1px solid var(--bb-content-border-color);border-radius:4px}#it-exchange-product .it-exchange-product-standard-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info{-webkit-box-flex:0;-ms-flex:0 0 55%;flex:0 0 55%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-column-inner{padding:0 20px 0 0;font-size:16px}#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-super-widget .it-exchange-sw-product{border:0}#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-super-widget .it-exchange-sw-product .purchase-options{padding-left:0;padding-right:0}#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-product-price{border:0;font-size:22px}#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-product-price del{color:#939597;font-weight:400}#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-product-price ins{color:var(--bb-headings-color);font-weight:500;text-decoration:none}#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-product-description{color:var(--bb-alternate-text-color)}#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-images{-webkit-box-flex:0;-ms-flex:0 0 45%;flex:0 0 45%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-images .it-exchange-column-inner{margin-left:0;margin-right:1.5em;margin-bottom:20px}#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-images-gallery .it-exchange-featured-image .featured-image-wrapper{border:0}#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-images-gallery ul.it-exchange-thumbnail-images{margin:0 20px}#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-images-gallery ul.it-exchange-thumbnail-images li span{border:0}@media (max-width:800px){#it-exchange-product .it-exchange-product-standard-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-column-inner{padding-left:20px}#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-images .it-exchange-column-inner{margin-left:1.5em}}#it-exchange-product .it-exchange-product-advanced-content{font-size:16px;margin:0 20px 30px}#it-exchange-product .it-exchange-product-advanced-content .it-exchange-extended-description{padding:2em 1em 0}#it-exchange-confirmation ul.it-exchange-customer-menu,.it-exchange-account ul.it-exchange-customer-menu{border-bottom:1px solid #eef0f3;padding-bottom:8px}#it-exchange-confirmation ul.it-exchange-customer-menu li,.it-exchange-account ul.it-exchange-customer-menu li{margin:0 25px 0 0;padding-bottom:12px}#it-exchange-confirmation ul.it-exchange-customer-menu li a,.it-exchange-account ul.it-exchange-customer-menu li a{display:inline-block;padding:0;font-size:14px;color:#939597}#it-exchange-confirmation ul.it-exchange-customer-menu li a:hover,.it-exchange-account ul.it-exchange-customer-menu li a:hover{color:var(--bb-headings-color)}#it-exchange-confirmation ul.it-exchange-customer-menu li.current,.it-exchange-account ul.it-exchange-customer-menu li.current{border-bottom:1px solid var(--bb-primary-color)}#it-exchange-confirmation ul.it-exchange-customer-menu li.current a,.it-exchange-account ul.it-exchange-customer-menu li.current a{color:var(--bb-headings-color)}#it-exchange-confirmation ul.it-exchange-customer-menu{margin-left:0}#it-exchange-confirmation ul.it-exchange-customer-menu li{display:inline}#it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-products{border:0}#it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product-cart-object .it-exchange-column-inner{padding-right:10px;font-size:14px;margin:23px 0}#it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-summary-loop.it-exchange-table{border:0}#it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-summary-loop{font-size:14px}#it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-summary-loop .it-exchange-confirmation-totals-title{border:0;text-transform:uppercase;color:#939597}#it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-summary-loop .it-exchange-confirmation-totals-amount{border:0}#it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-summary-loop .it-exchange-confirmation-totals-amount .it-exchange-table-column-inner{text-align:right}#it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-summary-loop .it-exchange-cart-totals-total .it-exchange-table-column-inner{border-bottom:0;text-align:right}.it-exchange-account label{font-size:14px}.it-exchange-account .it-exchange-customer-info{font-size:16px}.it-exchange-account .it-exchange-customer-info .it-exchange-customer-welcome{text-align:center;padding-top:20px}.it-exchange-wrap.it-exchange-account input[type=password],.it-exchange-wrap.it-exchange-account input[type=submit],.it-exchange-wrap.it-exchange-account input[type=text]{font-size:14px}.it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing{border:0}.it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing .cart-items-wrapper{margin-left:1em;margin-right:1em;border-radius:4px}.it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing .cart-items-wrapper .cart-item{border-bottom:0}.it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing .cart-items-wrapper .cart-item a.it-exchange-empty-cart{display:inline-block;width:20px;height:20px;background-color:#fff;line-height:19px;text-align:center;border-radius:100%;color:var(--bb-headings-color)}.it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing .cart-items-wrapper .cart-item a.it-exchange-empty-cart:hover{color:var(--bb-primary-color)}.it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing .cart-items-wrapper .cart-item .item-info input{max-width:65px;padding-left:10px;padding-right:10px}.it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing form#zero_sum_checkout_form{margin-bottom:0}.it-exchange-wrap .it-exchange-super-widget .payment-methods-wrapper{border-bottom:0}.it-exchange-wrap .it-exchange-super-widget .quantity{border-bottom:0}.it-exchange-wrap .it-exchange-super-widget .cart-actions-wrapper{font-size:14px}.it-exchange-wrap .it-exchange-super-widget .cart-actions-wrapper .cancel-update{border-bottom:0}#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase{margin-bottom:1em;padding-bottom:1em}#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-purchase-top{font-size:12px;text-transform:uppercase}@media (max-width:544px){#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-purchase-top .it-exchange-purchase-total{float:none;display:block}}#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info .it-exchange-item-data-top{font-weight:500;font-size:16px;color:var(--bb-headings-color);margin-bottom:.5em}#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info .it-exchange-item-data-bottom{font-size:14px;color:#939597;line-height:1.65;display:block;display:-webkit-box;max-height:3.4em;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:95%}@media (max-width:544px){#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info{margin-bottom:0}#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info .it-exchange-item-thumbnail{float:none;margin:0 auto 20px;width:30%}#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info .it-exchange-item-data{float:none;width:100%}#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info .it-exchange-item-data .it-exchange-item-data-bottom,#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info .it-exchange-item-data .it-exchange-item-data-top{margin-left:0}}#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-no-transaction-products-found{font-size:14px;color:#939597}@media (max-width:544px){#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase{border-bottom:1px solid var(--bb-content-border-color);margin-bottom:2em}#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase:last-of-type{border-bottom:0}}#it-exchange-downloads.it-exchange-wrap .it-exchange-download{overflow:hidden;font-size:16px}#it-exchange-downloads.it-exchange-wrap .it-exchange-download .it-exchange-download-product a{font-size:14px}#it-exchange-downloads.it-exchange-wrap .it-exchange-download .it-exchange-download-info h4{font-size:16px;color:var(--bb-headings-color);margin-bottom:10px}#it-exchange-downloads.it-exchange-wrap .it-exchange-download .it-exchange-download-info ul.it-exchange-downloads-data{list-style:none;margin-left:0;font-size:14px}#it-exchange-downloads.it-exchange-wrap .it-exchange-download .it-exchange-download-info ul.it-exchange-downloads-data li.it-exchange-download-data span{margin-left:0;margin-right:1em;color:#939597}@media (max-width:544px){#it-exchange-downloads.it-exchange-wrap .it-exchange-download .it-exchange-download-info ul.it-exchange-downloads-data li.it-exchange-download-data span{display:block;width:100%}}#it-exchange-login{background:#fff;border:1px solid #eef0f3;border-radius:4px}#it-exchange-login .it-exchange-login-form{width:50%;margin:0 auto;padding:3rem 0}#it-exchange-login .it-exchange-login-form .it-exchange-rememberme{margin-top:5px;margin-bottom:15px}#it-exchange-login .it-exchange-login-form #wp-submit{padding-left:2em;padding-right:2em;margin-bottom:1em}#it-exchange-login .it-exchange-login-form .it-exchange-recover-url{font-size:14px}#it-exchange-login .it-exchange-login-form .it-exchange-register-url{font-size:14px}@media (max-width:800px){#it-exchange-login .it-exchange-login-form{width:85%}}.it-exchange-account .it-exchange-rememberme label{display:inline-block;position:relative;top:1px}#it-exchange-registration{background:#fff;border:1px solid #eef0f3;border-radius:4px}#it-exchange-registration form.it-exchange-register{width:50%;margin:0 auto;padding:3rem 0}#it-exchange-registration form.it-exchange-register .it-exchange-registration-login{text-align:right;font-size:14px}#it-exchange-registration form.it-exchange-register #it-exchange-register-customer{padding-left:2em;padding-right:2em}@media (max-width:800px){#it-exchange-registration form.it-exchange-register{width:85%}}.gform_wrapper form .top_label .gfield_label{font-size:16px}.gform_wrapper form input:not([type=radio],[type=checkbox],[type=submit],[type=button],[type=image],[type=file]){padding:0 12px;font-size:15px}.gform_wrapper.gf_browser_chrome form select{padding:8px 12px;padding-right:40px;font-size:15px}.gform_wrapper form textarea{padding:8px 12px;font-size:15px}.gform_wrapper form .gform_footer input.button,.gform_wrapper form .gform_footer input[type=submit],.gform_wrapper form .gform_page_footer input.button,.gform_wrapper form .gform_page_footer input[type=submit]{font-size:15px}.ui-datepicker.ui-widget-content{box-shadow:0 5px 10px rgba(0,0,0,.2)}.ui-datepicker.ui-widget-content tbody td{border-color:#fff}.ui-datepicker td.ui-datepicker-unselectable.ui-state-disabled{background-color:#fff}.ui-datepicker .ui-datepicker-calendar .ui-state-default{box-shadow:none}.ui-datepicker table td a{line-height:1.4em;font-weight:400}.ui-datepicker table thead{background:#fff}.ui-datepicker table th{font-size:inherit}.ui-datepicker .ui-datepicker-title select,.ui-datepicker-title select{border:0;height:35px;font-size:13px;font-family:inherit}.ui-datepicker .ui-datepicker-header a.ui-datepicker-next,.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev{height:100%}.ui-datepicker .ui-datepicker-header a.ui-datepicker-next span:before,.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev span:before{text-shadow:none}.gform_wrapper form .gform_fileupload_multifile .gform_drop_area{border:2px dashed #dedfe2;background:#fff;border-radius:0;font-size:16px}.gform_wrapper.gf_browser_chrome form input.button.gform_button_select_files{padding:6px 18px!important}.gform_wrapper .ginput_preview{font-size:16px}.gform_wrapper .ginput_preview strong{font-weight:inherit}.ginput_container_fileupload>input[type=file],.ginput_container_post_image input[type=file]{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.ginput_container_fileupload>input[type=file]+label,.ginput_container_post_image input[type=file]+label{font-size:16px;font-weight:700;color:var(--bb-primary-color);background-color:#fff;border:2px dashed #dedfe2;width:100%;text-align:center;padding:2em 1em;display:inline-block;float:none;cursor:pointer}.gform_wrapper form table.gfield_list thead th{font-size:16px}.gform_wrapper .gfield.field_sublabel_below .ginput_complex.ginput_container label{margin-top:0}.gform_wrapper .ginput_container table.gfield_list tr td.gfield_list_icons{padding-left:10px!important}.gform_wrapper .ginput_container table.gfield_list tr td.gfield_list_icons img{outline:0;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.gform_wrapper form div.validation_error{border:0;background-color:var(--bb-danger-color);border-color:var(--bb-danger-color);color:#fff;font-size:14px;text-align:left;border-radius:4px;font-weight:inherit;padding:5px 10px}.ginput_container_checkbox label,.ginput_container_radio label{background:0 0;box-shadow:none;outline:0;outline-width:0;-webkit-tap-highlight-color:transparent!important}@media (max-width:641px){.gform_wrapper form input:not([type=radio],[type=checkbox],[type=image],[type=file]),.gform_wrapper form input[type=submit]{line-height:1.3}.gform_wrapper form .ginput_container.ginput_container_checkbox span,.gform_wrapper form .ginput_container.ginput_container_radio span{display:inline-block;margin-bottom:0}}@media only screen and (max-width:761px){.gform_wrapper form table.gfield_list tr{border:1px solid #ccc;border-top:1px solid #ccc;border-bottom:1px solid #ccc;border-radius:3px}.gform_wrapper form table.gfield_list tr td.gfield_list_icons{background-color:#f8f8f8}.gform_wrapper form table.gfield_list tr td.gfield_list_icons img{outline:0}}div.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label,div.gform_wrapper ul.gfield_radio li input[type=radio]:checked+label{font-weight:inherit}.gform_wrapper ul.gfield_checkbox li label,.gform_wrapper ul.gfield_radio li label{line-height:normal}.gfield_checkbox input[type=checkbox]{opacity:0;height:0;width:0}.gfield_checkbox input[type=checkbox]+label{cursor:pointer;display:inline-block;position:relative;padding:0;line-height:1}.gfield_checkbox input[type=checkbox]+label:before{content:"";margin-right:10px;display:inline-block;vertical-align:text-top;width:20px;height:20px;background:var(--bb-primary-color);border-radius:3px;border:1px solid #c9cbca}.gfield_checkbox input[type=checkbox]:checked+label:before{background:var(--bb-primary-color);border-color:var(--bb-primary-color)}.gfield_checkbox input[type=checkbox]:disabled+label{color:#b8b8b8;cursor:auto}.gfield_checkbox input[type=checkbox]:disabled+label:before{box-shadow:none;background:#ddd}.gfield_checkbox input[type=checkbox]:checked+label:after{content:"\E876";position:absolute;left:3px;top:3px;font-family:bb-icons;color:#fff;font-size:14px;line-height:1;display:block}.gfield_radio input[type=radio]{margin:0!important;height:0;width:0;opacity:0}.gfield_radio input[type=radio]+.bb-radio-label,.gfield_radio input[type=radio]+label{margin:0!important;font-size:15px;display:inline-block!important;line-height:normal!important;position:relative;cursor:pointer}.gfield_radio input[type=radio]+.bb-radio-label:before,.gfield_radio input[type=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:#fff;border:2px solid #d6dce6;border-radius:100%;margin-right:10px}.gfield_radio input[type=radio]:disabled+.bb-radio-label,.gfield_radio input[type=radio]:disabled+label{color:#b8b8b8;cursor:auto}.gfield_radio input[type=radio]:disabled+.bb-radio-label:before,.gfield_radio input[type=radio]:disabled+label:before{box-shadow:none;background:#ddd}.gfield_radio input[type=radio]:checked+.bb-radio-label:after,.gfield_radio input[type=radio]:checked+label:after{content:"";background-color:var(--bb-primary-color);margin:auto;width:14px;position:absolute;height:14px;text-align:center;left:4px;top:5px;border-radius:100%}.gform_wrapper .ginput_container_radio .gfield_radio .gchoice input[type=radio]+label{padding-left:32px}.gform_wrapper .ginput_container_radio .gfield_radio .gchoice input[type=radio]+label::before{position:absolute;left:0;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}.gform_wrapper .ginput_container_radio .gfield_radio .gchoice input[type=radio]:checked+label::after{top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}.nf-form-wrap .nf-form-content{max-width:100%}.nf-form-wrap .nf-form-content .nf-field-element input[type=button]{border-color:#ff865a;background-color:#ff865a;font-size:15px;border-radius:100px;padding:0 20px;color:#fff}.nf-form-wrap .nf-form-content .nf-field-element input[type=button]:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}.nf-form-wrap .nf-form-content .nf-pass.field-wrap .nf-field-element:after{font-size:24px;height:40px;line-height:40px}.nf-form-wrap .nf-form-content .nf-field-element input,.nf-form-wrap .nf-form-content .nf-field-element select,.nf-form-wrap .nf-form-content .nf-field-element select.ninja-forms-field:not([multiple]){height:40px;outline:0;vertical-align:middle;background-color:#fff;border:1px solid #dedfe2;border-radius:3px;box-shadow:none;padding:0 12px;font-size:15px}.nf-form-wrap .nf-form-content .nf-field-element select[multiple]{height:auto}.nf-form-wrap .nf-form-content .list-checkbox-wrap .nf-field-element li span.checkbox.on{background-color:#ff865a;border-color:#ff865a;border-radius:4px}.nf-form-wrap .nf-form-content .list-checkbox-wrap .icheckbox_minimal{z-index:99}.nf-form-wrap .nf-form-content .list-checkbox-wrap .icheckbox_minimal~.checkbox{display:none}.nf-form-wrap .nf-form-content .list-checkbox-wrap .icheckbox_minimal{position:absolute}.nf-form-wrap .nf-form-content ins.iCheck-helper{z-index:999999}.nf-form-wrap .nf-form-content .listcheckbox-wrap .nf-field-element label:after{border-color:transparent}.nf-form-wrap .nf-form-content .listcheckbox-wrap .nf-field-element label:before{display:none}.nf-form-wrap .nf-form-content .list-checkbox-wrap .nf-field-element ul li{display:-webkit-box;display:-ms-flexbox;display:flex}.nf-form-wrap .nf-form-content .checkbox-wrap .nf-field-label label:before{height:20px;font-size:16px;width:20px;left:-27px}.nf-form-wrap .nf-form-content .nf-error.field-wrap .nf-field-element:after{height:38px;width:40px;line-height:40px}.nf-form-wrap .nf-form-fields-required{margin-bottom:15px;font-size:14px}.nf-form-wrap .label-above .nf-field-label{margin-bottom:6px}.nf-form-wrap .nf-field-label{margin-bottom:6px}.nf-form-wrap .nf-field-label label{font-size:16px}.nf-form-wrap .nf-field-description{font-size:14px;line-height:1.6;margin-bottom:10px}.nf-form-wrap .nf-help.fa-info-circle{background:0 0}.nf-form-wrap .nf-help.fa-info-circle:before{font-family:bb-icons;content:"\ee65";font-weight:100}.nf-form-wrap .nf-help.fa-info-circle:after{display:none}.nf-form-wrap .nf-field-container .nf-field-label{margin-bottom:0}.nf-form-wrap .nf-after-form-content .nf-error-msg{background-color:var(--bb-danger-color);border-color:var(--bb-danger-color);color:#fff;font-size:14px;border-radius:4px;padding:5px 10px}.nf-form-wrap .nf-response-msg{background-color:var(--bb-success-color);border-color:var(--bb-success-color);color:#fff;font-size:14px;border-radius:4px;padding:5px 10px}.nf-form-wrap .nf-response-msg p{margin:0}.jBox-wrapper{max-width:50%}.pika-single.is-bound{border:0;box-shadow:0 5px 10px rgba(0,0,0,.2);border-radius:4px}.pika-lendar .pika-table{margin-bottom:0}.pika-lendar .pika-table th{font-weight:400;color:#939597}.pika-lendar .pika-table th abbr[title]{text-decoration:none}.pika-lendar .pika-table td{border-bottom:0}.pika-lendar .pika-table .pika-button{background:0 0;line-height:25px}.pika-lendar .pika-table .pika-button:hover{background:0 0;color:var(--bb-primary-color)}.pika-lendar .pika-table .is-selected .pika-button{color:var(--bb-primary-color);box-shadow:none;font-weight:inherit}.pika-title .pika-label{font-weight:400;color:var(--bb-primary-color);padding:0 3px;line-height:30px;top:0}.pika-title .pika-label select{height:30px;top:0}.pika-title button.pika-next,.pika-title button.pika-prev{text-indent:inherit;font-size:0}.pika-title button.pika-next:hover,.pika-title button.pika-prev:hover{background-color:transparent;border-color:transparent}.pika-title button.pika-prev{background-image:none}.pika-title button.pika-prev:before{content:"\E8AB";font-family:bb-icons;font-weight:400;speak:none;display:inline-block;color:#939597;font-size:22px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pika-title button.pika-next{background-image:none}.pika-title button.pika-next:before{content:"\e827";font-family:bb-icons;font-weight:400;speak:none;display:inline-block;color:#939597;font-size:22px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.list-checkbox-wrap .nf-field-element li{overflow:hidden}.checkbox-container .checkbox-wrap .nf-field-label{margin-bottom:0;padding-left:15px}.checkbox-container .checkbox-wrap .nf-field-label label{font-size:16px;line-height:22px;font-weight:500}.checkbox-container .checkbox-wrap .nf-field-element{position:relative;width:20px;height:20px}.checkbox-container .checkbox-wrap .nf-field-element input[type=checkbox]{margin:0;position:absolute;height:20px;width:20px;left:0;top:0;z-index:6}.checkbox-container .checkbox-wrap .nf-field-element span.checkbox{z-index:5;display:inline-block;background:#fff;border:1px solid var(--bb-content-border-color);margin:0;position:absolute;height:20px;width:20px;left:0;top:0;border-radius:2px;margin-right:2px;line-height:1.35}.checkbox-container .checkbox-wrap .nf-field-element span.checkbox.on{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color)}.checkbox-container .checkbox-wrap .nf-field-element span.checkbox.on:before{font-family:bb-icons!important;font-size:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;content:"\e876";margin-right:0;position:absolute;bottom:-5px;left:-1px;z-index:9;color:#fff}.list-checkbox-wrap .nf-field-element ul li{position:relative;margin:5px 0 10px!important}.list-checkbox-wrap .nf-field-element ul li label{margin-bottom:0;font-size:16px;line-height:22px;font-weight:500;margin-left:35px}.list-checkbox-wrap .nf-field-element li input[type=checkbox]{margin:0;position:absolute;height:20px;left:0;top:0;z-index:6}.list-checkbox-wrap .nf-field-element li span.checkbox{z-index:5;display:inline-block;background:#fff;border:1px solid var(--bb-content-border-color);margin:0;position:absolute;height:20px;width:20px;left:0;top:0;border-radius:2px;margin-right:2px;line-height:1.35}.list-checkbox-wrap .nf-field-element li span.checkbox.on{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color)}.list-checkbox-wrap .nf-field-element li span.checkbox.on:before{font-family:bb-icons!important;font-size:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;content:"\e876";margin-right:0;position:absolute;bottom:-5px;left:-1px;z-index:9;color:#fff}.list-radio-wrap .nf-field-element ul li{overflow:hidden;position:relative;margin:5px 0 10px!important}.list-radio-wrap .nf-field-element ul li label{margin-left:35px;font-weight:500;font-size:16px;line-height:22px;margin-bottom:0}.list-radio-wrap .nf-field-element li input.bs-radio{width:22px!important;height:22px;position:absolute;top:0;left:0;z-index:10;margin-top:0;opacity:0}.list-radio-wrap .nf-field-element li span.bs-radio{display:inline-block;vertical-align:middle;cursor:pointer;position:absolute;top:0;left:0;overflow:hidden;width:22px;height:22px;line-height:1;background-color:#fff;border:2px solid #d6dce6;border-radius:100%;margin-right:10px;z-index:7}.list-radio-wrap .nf-field-element li span.bs-radio.on:after{content:"";position:absolute;top:2px;left:2px;border-radius:100%;width:14px;height:14px;display:inline-block;background-color:var(--bb-primary-color);z-index:9}.starrating-wrap .star{background-image:url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='80px' viewBox='0 0 20 80' enable-background='new 0 0 20 80' xml:space='preserve'%3E%3Cg%3E%3Cdefs%3E%3Cpolygon id='SVGID_1_' points='0.999,64.999 6.001,64 9,59 12,64 17,64.999 13,68 13.999,74 9,71 4,74 5,68 0.999,64.999 '/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible' fill-rule='evenodd' clip-rule='evenodd' fill='%23FCAF00'/%3E%3CclipPath id='SVGID_2_'%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible'/%3E%3C/clipPath%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpolygon id='SVGID_3_' points='0.999,46 6.001,45 9,40 12,45 17,46 13,49.001 13.999,55 9,51.999 4,55 5,49.001 0.999,46 '/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_3_' overflow='visible' fill-rule='evenodd' clip-rule='evenodd' fill='%23D0D3D6'/%3E%3CclipPath id='SVGID_4_'%3E%3Cuse xlink:href='%23SVGID_3_' overflow='visible'/%3E%3C/clipPath%3E%3C/g%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23D2D2D2' d='M17,27l-5-1l-3-5l-2.999,5l-5.002,1L5,30l-1,6l5-3l5,3L13,30L17,27 z M9.515,32.143C9.357,32.049,9.177,32,9,32c-0.178,0-0.358,0.047-0.516,0.143c0,0-1.675,1.005-3.142,1.886 c0.296-1.771,0.645-3.865,0.645-3.865c0.01-0.055,0.015-0.11,0.015-0.164c0-0.31-0.147-0.608-0.4-0.8c0,0-1.119-0.84-2.212-1.659 c1.382-0.277,2.808-0.561,2.808-0.561c0.277-0.055,0.517-0.224,0.662-0.466c0,0,1.267-2.113,2.142-3.571 c0.875,1.458,2.143,3.572,2.143,3.572c0.145,0.241,0.385,0.41,0.66,0.465c0,0,1.426,0.285,2.808,0.563 c-1.094,0.819-2.211,1.658-2.211,1.658C12.146,29.392,12,29.688,12,30c0,0.055,0.004,0.109,0.014,0.164c0,0,0.349,2.093,0.643,3.865 C11.189,33.148,9.515,32.143,9.515,32.143z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23FCAF00' d='M17,8L12,7L9,2L6.001,7L0.999,8L5,11l-1,6l5-3l5,3L13,11L17,8z M9.515,13.143C9.357,13.048,9.177,13,9,13c-0.178,0-0.358,0.047-0.516,0.143c0,0-1.675,1.005-3.142,1.886 c0.296-1.771,0.645-3.865,0.645-3.865c0.01-0.055,0.015-0.11,0.015-0.164c0-0.311-0.147-0.608-0.4-0.801 c0,0-1.117-0.838-2.211-1.658C4.771,8.266,6.196,7.98,6.196,7.98c0.277-0.055,0.517-0.224,0.662-0.466c0,0,1.267-2.113,2.142-3.571 c0.875,1.458,2.143,3.572,2.143,3.572c0.145,0.241,0.385,0.41,0.662,0.465c0,0,1.424,0.285,2.806,0.561 c-1.094,0.819-2.211,1.658-2.211,1.658C12.146,10.392,12,10.688,12,11c0,0.055,0.004,0.108,0.014,0.164c0,0,0.349,2.093,0.643,3.865 C11.189,14.148,9.515,13.143,9.515,13.143z'/%3E%3C/svg%3E")}.nf-field-container .nf-error-msg{color:var(--bb-danger-color);font-size:14px}.field-wrap.nf-error .ninja-forms-field{border-color:var(--bb-danger-color)}div.wpforms-container-full .wpforms-form button[type=submit],div.wpforms-container-full .wpforms-form input[type=submit],div.wpforms-container-full.wpforms-container .wpforms-form button[type=submit],div.wpforms-container-full.wpforms-container .wpforms-form input[type=submit]{border-radius:100px;background-color:var(--bb-primary-color);color:#fff;border:1px solid var(--bb-primary-color);font-size:15px;padding:10px 20px}div.wpforms-container-full .wpforms-form button[type=submit]:hover,div.wpforms-container-full .wpforms-form input[type=submit]:hover,div.wpforms-container-full.wpforms-container .wpforms-form button[type=submit]:hover,div.wpforms-container-full.wpforms-container .wpforms-form input[type=submit]:hover{color:#fff;background-color:#0f74e0;border-color:#0f74e0}div.wpforms-container-full .wpforms-form .wpforms-field-description,div.wpforms-container-full.wpforms-container .wpforms-form .wpforms-field-description{line-height:1.6}div.wpforms-container-full .wpforms-form select,div.wpforms-container-full.wpforms-container .wpforms-form select{background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:right 1rem center;padding-right:40px}div.wpforms-container-full .wpforms-form input[type=date],div.wpforms-container-full .wpforms-form input[type=datetime-local],div.wpforms-container-full .wpforms-form input[type=datetime],div.wpforms-container-full .wpforms-form input[type=email],div.wpforms-container-full .wpforms-form input[type=month],div.wpforms-container-full .wpforms-form input[type=number],div.wpforms-container-full .wpforms-form input[type=password],div.wpforms-container-full .wpforms-form input[type=range],div.wpforms-container-full .wpforms-form input[type=search],div.wpforms-container-full .wpforms-form input[type=tel],div.wpforms-container-full .wpforms-form input[type=text],div.wpforms-container-full .wpforms-form input[type=time],div.wpforms-container-full .wpforms-form input[type=url],div.wpforms-container-full .wpforms-form input[type=week],div.wpforms-container-full .wpforms-form select,div.wpforms-container-full .wpforms-form textarea,div.wpforms-container-full.wpforms-container .wpforms-form input[type=date],div.wpforms-container-full.wpforms-container .wpforms-form input[type=datetime-local],div.wpforms-container-full.wpforms-container .wpforms-form input[type=datetime],div.wpforms-container-full.wpforms-container .wpforms-form input[type=email],div.wpforms-container-full.wpforms-container .wpforms-form input[type=month],div.wpforms-container-full.wpforms-container .wpforms-form input[type=number],div.wpforms-container-full.wpforms-container .wpforms-form input[type=password],div.wpforms-container-full.wpforms-container .wpforms-form input[type=range],div.wpforms-container-full.wpforms-container .wpforms-form input[type=search],div.wpforms-container-full.wpforms-container .wpforms-form input[type=tel],div.wpforms-container-full.wpforms-container .wpforms-form input[type=text],div.wpforms-container-full.wpforms-container .wpforms-form input[type=time],div.wpforms-container-full.wpforms-container .wpforms-form input[type=url],div.wpforms-container-full.wpforms-container .wpforms-form input[type=week],div.wpforms-container-full.wpforms-container .wpforms-form select,div.wpforms-container-full.wpforms-container .wpforms-form textarea{border-color:#dedfe2;border-radius:3px}.flatpickr-calendar.open:after{border-width:6px;margin:0 -6px}.flatpickr-calendar.open .flatpickr-month{margin-top:5px;margin-bottom:5px}.flatpickr-calendar.open .flatpickr-next-month svg path,.flatpickr-calendar.open .flatpickr-prev-month svg path{fill:#939597}.flatpickr-calendar.open .flatpickr-next-month:hover svg path,.flatpickr-calendar.open .flatpickr-prev-month:hover svg path{fill:var(--bb-headings-color)}.flatpickr-calendar.open .flatpickr-current-month span.cur-month{font-weight:400;font-size:15px;color:var(--bb-primary-color)}.flatpickr-calendar.open .flatpickr-current-month input.cur-year{font-weight:400;font-size:15px;color:var(--bb-primary-color)}.flatpickr-calendar.open .numInputWrapper:hover{background:rgba(0,0,0,.01)}.flatpickr-calendar.open span.flatpickr-weekday{font-weight:300;color:rgba(57,57,57,.3)}.flatpickr-calendar.open .flatpickr-day.today{border-color:transparent;color:var(--bb-primary-color)}.flatpickr-calendar.open .flatpickr-day{line-height:36px}.flatpickr-calendar.open .flatpickr-day:hover{background-color:var(--bb-primary-color);color:#fff;border-color:transparent;box-shadow:none}.ui-timepicker-wrapper .ui-timepicker-list .ui-timepicker-selected:hover,.ui-timepicker-wrapper .ui-timepicker-list li:hover,.ui-timepicker-wrapper li.ui-timepicker-selected{background:var(--bb-primary-color)}.wpforms-field-file-upload input[type=file]{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.wpforms-field-file-upload input[type=file]+label{font-size:16px;font-weight:700;color:var(--bb-primary-color);background-color:#fff;border:2px dashed #dedfe2;width:100%;text-align:center;padding:2em 1em;display:inline-block;float:none;cursor:pointer}div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error,div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error,div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error{border-color:var(--bb-danger-color)}div.wpforms-container-full .wpforms-form label.wpforms-error{color:var(--bb-danger-color)}div.wpforms-container-full .wpforms-form .wpforms-required-label{color:var(--bb-danger-color)}.wpforms-field-date-time label.wpforms-field-label,input.wpforms-field-date-time-date+.wpforms-field-sublabel,input.wpforms-field-date-time-time+.wpforms-field-sublabel{pointer-events:none}.wpforms-field-file-upload label.wpforms-field-label{pointer-events:none}div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration select{padding-right:30px}.entry-content .wpforms-confirmation-container-full,.wpforms-confirmation-container-full{background-color:var(--bb-success-color);border-color:var(--bb-success-color);color:#fff;font-size:14px;border-radius:4px;padding:5px 10px}@media screen and (max-width:544px){div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-one-half{width:100%;float:none;margin-left:0}div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-credit-card-number{margin-right:0}div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-credit-card-code{width:100%;position:relative;margin-top:8px}div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-credit-card-name{margin-right:0}div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration{width:100%;position:relative;margin-top:8px}}.bp-user-blog .medium-editor-element,.bp-user-blog .medium-editor-placeholder{background-color:transparent}.bp-user-blog .medium-editor-toolbar .medium-editor-toolbar-actions{height:auto}.bp-user-blog .sap-words-counter{font-weight:400}.bp-user-blog .sap-author-info{width:150px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;float:left;margin-left:0}.bp-user-blog .toggle-sap-widgets.toggle-sap-widgets{font:normal normal normal 14px/1 bb-icons;color:rgba(0,0,0,.4);font-size:21px;line-height:1;display:inherit;vertical-align:middle;margin:10px 0}.bp-user-blog .toggle-sap-widgets.toggle-sap-widgets:before{content:"\ee5a"}.bp-user-blog .toggle-sap-widgets.toggle-sap-widgets.active{font-size:30px;margin:4px 0}.bp-user-blog .toggle-sap-widgets.toggle-sap-widgets.active:before{content:"\e828"}.bp-user-blog .toggle-sap-widgets.toggle-sap-widgets svg{display:none}.bp-user-blog .sap-editor-area-wrapper .medium-editor-element,.bp-user-blog .sap-editor-area-wrapper .sap-editable-title{padding:0}.bp-user-blog .sap-editor-area-wrapper .sap-editable-title.medium-editor-element.medium-editor-placeholder:after{pointer-events:none}.bp-user-blog #sap-widget-container .widget{border:0;margin:0 0 20px}.bp-user-blog #sap-widget-container .widget .category_hierarchy_ul li{margin-bottom:10px;clear:both}.bp-user-blog #sap-widget-container .widget .category_hierarchy_ul li label{font-size:14px;line-height:1.5}.bp-user-blog #sap-widget-container .widget .category_hierarchy_ul li li label{display:inline-block;margin-bottom:10px}.bp-user-blog #sap-widget-container .widget .featured-img-placeholder{border-radius:3px}.bp-user-blog #sap-widget-container .widget:first-child h3{font-size:16px;margin:0 0 10px}.bp-user-blog #sap-widget-container .widget .selectize-input{padding:5px 8px 2px}.bp-user-blog #sap-widget-container .widget .selectize-input.has-items{padding-top:3px}.bp-user-blog #sap-widget-container .widget .selectize-input>input{height:23px!important}.bp-user-blog #blog-order-select{float:right}.bp-user-blog #add_new_post{float:left}.bp-user-blog .sap-post-container .post-featured-image img{border-radius:5px}.bp-user-blog .sap-post-container .post-content .date{font-style:normal;font-size:12px}.bp-user-blog #feaured-img-holder-wrap .featured-img-placeholder{background:none rgba(240,243,247,.5)}.bp-user-blog #feaured-img-holder-wrap .featured-img-gridicon{margin-bottom:10px}.bp-user-blog #feaured-img-holder-wrap .featured-img-button{background:0 0;border:0;font-size:13px}.toggle-sap-widgets:hover .cls-1{fill:var(--bb-primary-color)}.bp-user-blog .medium-editor-stalker-toolbar .medium-editor-toolbar-actions button{color:var(--bb-content-background-color)}.bp-user-blog .medium-editor-stalker-toolbar .medium-editor-toolbar-actions button.medium-editor-button-active{color:var(--bb-content-background-color)}@media screen and (max-width:620px){.bp-user-blog .sap-editor-wrap .sap-editor-publish-wrapper{float:none;position:static}.bp-user-blog .sap-editor-wrap .side-panel{max-width:inherit;margin-top:25px}.bp-user-blog .sap-editor-wrap .side-panel .sap-editor-toolbar{overflow:visible;width:100%}.bp-user-blog .sap-editor-wrap .sap-words-counter{line-height:1.7}.bp-user-blog .sap-editor-toolbar .sap-publish-popup a.button{font-size:12px;padding:7px 9px}.bp-user-blog .toggle-sap-widgets.toggle-sap-widgets{margin:5px 0}}@media screen and (max-width:480px){.bp-user-blog .sap-words-counter{margin-top:-50px}.bp-user-blog #add_new_post,.bp-user-blog #blog-order-select{float:none;text-align:center;margin-top:5px}}@media screen and (max-width:360px){.bp-user-blog .sap-editor-toolbar .sap-publish-popup a.button{padding:5px 8px}.bp-user-blog .sap-editor-wrap .sap-editor-publish-wrapper{float:left;position:relative}}#buddypress .activity-update-form .bpfb_form_container{padding:0;background-color:transparent}#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container{padding:15px;display:inline-block;width:100%;background-color:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);border-width:1px 0 0;border-radius:0 0 4px 4px;margin-bottom:0}#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .bpfb_toolbar_container .bpfb_active{-webkit-filter:drop-shadow(0 0 5px rgba(0, 0, 0, .5));filter:drop-shadow(0 0 5px rgba(0, 0, 0, .5))}#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .qq-uploader{width:100%;text-align:center;display:inline-block;min-width:215px}#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .qq-uploader .qq-upload-drop-area{border-radius:4px}#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .qq-uploader .qq-upload-list{margin:0}#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .qq-uploader .qq-upload-button{border-radius:4px;margin:0 auto}#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .bpfb_controls_container{margin:15px 0}#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .bpfb_controls_container:empty{display:none}#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container #bpfb_tmp_photo{background:rgba(240,243,247,.5);border:1px dashed #dedfe2;text-align:center;padding:15px;border-radius:6px;margin-bottom:10px}#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .qq-upload-drop-area{min-height:initial;line-height:1}#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container [type=button]{padding:10px 15px;font-size:14px;min-height:initial;line-height:1;height:auto}#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container [type=button]#bpfb_cancel,#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container [type=button]#bpfb_cancel_action{background:0 0;border-width:1px;border-color:#385dff;color:#385dff;float:right}#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container #bpfb_remote_image_container>input{margin:10px 0;max-width:100%}#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container #bpfb_link_preview_url,#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container #bpfb_video_url{margin-bottom:10px;max-width:100%}#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container #TB_window #TB_caption{height:auto}#buddypress .activity-update-form .bpfb_form_container .focus-in .bpfb_actions_container{border-width:1px 0;border-radius:0}.sticky-header .pm-ui-dialog,.sticky-header .wedevs-pm-wrap .pm-menu-wrap nav.vertical{z-index:601}.sticky-header #pm-add-user-wrap .add-user-pop,.sticky-header .pm-header-menu-wrap .more-menu-wrap .child-menu-wrap,.sticky-header .pm-kanboard .kbc-kanboard .list-search-menu,.sticky-header .pm-task-list-wrap .list-content-body .content .list-action-btn-wrap .new-list-btn .list-form{z-index:603}.sticky-header .pm-popover,.sticky-header .pm-popper.popper{z-index:604}.wedevs-pm-wrap table.fixed{position:static} \ No newline at end of file diff --git a/web/app/themes/buddyboss-theme/assets/css/template-v2.css b/web/app/themes/buddyboss-theme/assets/css/template-v2.css index 2ef95600..45fda831 100644 --- a/web/app/themes/buddyboss-theme/assets/css/template-v2.css +++ b/web/app/themes/buddyboss-theme/assets/css/template-v2.css @@ -1,6 +1,5 @@ /* stylelint-disable scss/no-duplicate-mixins */ /* stylelint-enable */ - /* 1.0 Header @@ -9,204 +8,161 @@ */ .bb-template-v2 .site-header .bb-header-loader { - margin: 0.625rem 0 1.25rem; + margin: 0.625rem 0rem 1.25rem; } - .bb-template-v2 .notification-dropdown { border-radius: 10px; } - .bb-template-v2 .notification-content .typing-indicator, .bb-template-v2 .notification-content .posted { font-weight: 400; } - -.bb-template-v2 .notification-wrap.menu-item-has-children > a::before { +.bb-template-v2 .notification-wrap.menu-item-has-children > a:before { display: none; } - .bb-template-v2 .notification-header { padding: 1.25rem 0.9375rem 0.9375rem; } - .bb-template-v2 .notification-header .title { font-weight: 600; } - .bb-template-v2 .site-header .notification-list { - padding: 0 0.625rem; + padding: 0rem 0.625rem; } - .bb-template-v2 .notification-header { border-bottom: 0; } - .bb-template-v2 .notification-wrap .notification-list li { border-bottom: 0; border-radius: 6px; padding: 0.75rem 0.625rem; } - -.bb-template-v2 .notification-wrap .notification-list li.unread::before { +.bb-template-v2 .notification-wrap .notification-list li.unread:before { right: 18px; } - .bb-template-v2 .notification-wrap .notification-list li.bs-item-wrap { background-color: var(--bb-content-alternate-background-color); } - .bb-template-v2 .notification-wrap .notification-list li.bs-item-wrap:hover { background-color: var(--bb-content-alternate-background-color); } - .bb-template-v2 .notification-wrap .notification-list li.bs-item-wrap .notification-content { - padding: 0.3125rem 0; + padding: 0.3125rem 0rem; } - .bb-template-v2 .menu-item-has-children .notification-list li:last-child { margin-bottom: 0.9375rem; } - .bb-template-v2 .header-mini-cart p.woocommerce-mini-cart__buttons { - padding: 0.9375rem 0.9375rem 0.9375rem 0; + padding: 0.9375rem 0.9375rem 0.9375rem 0rem; } - .bb-template-v2 .header-mini-cart p.woocommerce-mini-cart__total { - padding: 0.8125rem 0 0.75rem 0.9375rem; + padding: 0.8125rem 0rem 0.75rem 0.9375rem; } - .bb-template-v2 .header-mini-cart p.woocommerce-mini-cart__total strong { font-weight: 500; } - .bb-template-v2 .header-mini-cart .woocommerce-mini-cart__empty-message { background-color: var(--bb-content-alternate-background-color); margin: 0 10px 15px; border-radius: 6px; font-weight: 400; } - .bb-template-v2 .header-mini-cart ul.cart_list { border-bottom: 1px solid var(--bb-content-border-color); } - .bb-template-v2 .header-mini-cart ul.cart_list li.mini_cart_item { border: 0; border-radius: 6px; - margin: 0 0.625rem; + margin: 0rem 0.625rem; } - .bb-template-v2 .header-mini-cart ul.cart_list li.mini_cart_item:last-child { margin-bottom: 0.9375rem; } - .bb-template-v2 .header-mini-cart ul.cart_list li.mini_cart_item > a:not(.remove) { font-weight: 500; } - .bb-template-v2 .user-wrap.menu-item-has-children .sub-menu { min-width: 250px; } - .bb-template-v2 .site-header .sub-menu li:hover > a { color: var(--bb-body-text-color); } - .bb-template-v2 .site-header .sub-menu li:hover > a > i._mi { color: var(--bb-body-text-color); } - .bb-template-v2 .header-aside .wrapper li .wrapper { background-color: transparent; box-shadow: none; left: -177px; } - .bb-template-v2 .header-aside .wrapper li .wrapper .bb-sub-menu, .bb-template-v2 .header-aside .wrapper li .wrapper .ab-submenu { border-radius: 10px; background-color: var(--bb-content-background-color); box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06), 0 6px 24px rgba(0, 0, 0, 0.12); } - .bb-template-v2 .header-aside .wrapper li .wrapper .bb-sub-menu a:hover, .bb-template-v2 .header-aside .wrapper li .wrapper .ab-submenu a:hover { background: var(--bb-content-alternate-background-color); color: var(--bb-body-text-color); } - -.bb-template-v2 .header-aside .wrapper li .wrapper::before { +.bb-template-v2 .header-aside .wrapper li .wrapper:before { display: none; } - .bb-template-v2 .header-aside .wrapper .sub-menu-inner { width: 100%; } - .bb-template-v2 .user-wrap.menu-item-has-children #header-my-account-menu .bb-sub-menu a:hover { background-color: var(--bb-content-alternate-background-color); } - .bb-template-v2 .user-wrap.menu-item-has-children .sub-menu-inner li .user-mention { color: var(--bb-alternate-text-color); } - -.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-ancestor.no-icon > a::before, -.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-item.no-icon > a::before, -.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .no-icon > a::before { +.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-ancestor.no-icon > a:before, +.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-item.no-icon > a:before, +.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .no-icon > a:before { color: var(--bb-alternate-text-color); } - .bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu li:hover > a { color: var(--bb-body-text-color); background: var(--bb-content-alternate-background-color); } - -.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu li:hover > a::before, +.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu li:hover > a:before, .bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu li:hover > a > i { color: var(--bb-alternate-text-color); } - .bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu a { color: var(--bb-body-text-color); } - -.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu a::before, +.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu a:before, .bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu a > i { color: var(--bb-alternate-text-color); } - .bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu a:hover { color: var(--bb-body-text-color); background: var(--bb-content-alternate-background-color); } - -.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu a:hover::before, +.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu a:hover:before, .bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu a:hover > i { color: var(--bb-alternate-text-color); } - .bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-ancestor > a, .bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-item > a { color: var(--bb-body-text-color); background: var(--bb-content-alternate-background-color); } - -.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-ancestor > a::before, +.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-ancestor > a:before, .bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-ancestor > a > i, -.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-item > a::before, +.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-item > a:before, .bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-item > a > i { color: var(--bb-alternate-text-color); } - .bb-template-v2 .user-wrap.menu-item-has-children .sub-menu-inner li.menupop .ab-sub-wrapper .ab-submenu { border-radius: 10px; } - .bb-template-v2 ul.buddypanel-menu li.bb-menu-section a { padding-left: 20px; } - .bb-template-v2 .buddypanel-menu a span.count { background-color: var(--bb-content-alternate-background-color); color: var(--bb-headings-color); @@ -216,84 +172,68 @@ -webkit-transition: none; transition: none; } - .bb-template-v2 .buddypanel-menu a:hover span.count { background-color: var(--bb-primary-color); color: var(--bb-body-background-color); border-color: transparent; } - .bb-template-v2 .buddypanel-menu .current-menu-item > a span.count { background-color: var(--bb-body-background-color); color: var(--bb-primary-color); border-color: transparent; } - .bb-template-v2 .buddypanel-menu .current-menu-item > a:hover span.count { background-color: var(--bb-body-background-color); color: var(--bb-primary-color); border-color: transparent; } - .bb-template-v2 .site-header .sub-menu a { border: 0; border-radius: 6px; margin: 0 8px; } - .bb-template-v2 .site-header .sub-menu li:hover > a, .bb-template-v2 .site-header .sub-menu .current-menu-parent > a, .bb-template-v2 .site-header .sub-menu .current-menu-ancestor > a, .bb-template-v2 .site-header .sub-menu .current-menu-item > a { color: var(--bb-body-text-color); - font-weight: 400; + font-weight: normal; } - .bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link .user-name { margin-right: 10px; font-weight: 600; color: var(--bb-header-links); } - .bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link .bb-icon-angle-down { display: none; } - .bb-template-v2 .site-header .user-wrap.menu-item-has-children .sub-menu { border-radius: 10px; } - -.bb-template-v2 .site-header .user-wrap.menu-item-has-children .sub-menu::before { +.bb-template-v2 .site-header .user-wrap.menu-item-has-children .sub-menu:before { display: none; } - .bb-template-v2 .primary-menu > .menu-item-has-children:not(.hideshow) { padding-right: 5px; } - -.bb-template-v2 .primary-menu > .menu-item-has-children:not(.hideshow)::after { +.bb-template-v2 .primary-menu > .menu-item-has-children:not(.hideshow):after { right: 5px; } - .bb-template-v2 .primary-menu > .menu-item-has-children:not(.hideshow) > a { padding-right: 27px; } - -.bb-template-v2 .primary-menu > .menu-item-has-children:not(.hideshow) > a::before { +.bb-template-v2 .primary-menu > .menu-item-has-children:not(.hideshow) > a:before { right: -10px; } - -.bb-template-v2 .primary-menu > li.menu-item-has-children:not(.hideshow).current-menu-parent > a:hover::before, -.bb-template-v2 .primary-menu > li.menu-item-has-children:not(.hideshow).current-menu-ancestor > a:hover::before, -.bb-template-v2 .primary-menu > li.menu-item-has-children:not(.hideshow).current-menu-item > a:hover::before, -.bb-template-v2 .primary-menu > li.menu-item-has-children:not(.hideshow).current_page_item > a:hover::before { +.bb-template-v2 .primary-menu > li.menu-item-has-children:not(.hideshow).current-menu-parent > a:hover:before, +.bb-template-v2 .primary-menu > li.menu-item-has-children:not(.hideshow).current-menu-ancestor > a:hover:before, +.bb-template-v2 .primary-menu > li.menu-item-has-children:not(.hideshow).current-menu-item > a:hover:before, +.bb-template-v2 .primary-menu > li.menu-item-has-children:not(.hideshow).current_page_item > a:hover:before { right: -10px; } - .bb-template-v2 .primary-menu > li { padding: 0 5px; } - .bb-template-v2 .primary-menu > li > a { -webkit-box-align: center; -ms-flex-align: center; @@ -304,25 +244,20 @@ display: flex; padding: 0 10px; } - .bb-template-v2 .primary-menu > li > a:focus { color: var(--bb-header-links); } - .bb-template-v2 .primary-menu > li > a:focus > i { color: var(--bb-header-links); } - .bb-template-v2 .primary-menu > li:hover > a { position: relative; color: var(--bb-header-links); } - .bb-template-v2 .primary-menu > li:hover > a > i { color: var(--bb-header-links); } - -.bb-template-v2 .primary-menu > li:hover > a::before { +.bb-template-v2 .primary-menu > li:hover > a:before { content: ""; position: absolute; top: 50%; @@ -336,16 +271,13 @@ left: 0; right: 0; } - .bb-template-v2 .primary-menu > li.current-menu-parent > a, .bb-template-v2 .primary-menu > li.current-menu-ancestor > a, .bb-template-v2 .primary-menu > li.current-menu-item > a, .bb-template-v2 .primary-menu > li.current_page_item > a { border-bottom-color: var(--bb-header-links-hover); } - .bb-template-v2 .primary-menu > li.current-menu-parent > a:hover, .bb-template-v2 .primary-menu > li.current-menu-ancestor > a:hover, .bb-template-v2 .primary-menu > li.current-menu-item > a:hover, .bb-template-v2 .primary-menu > li.current_page_item > a:hover { position: relative; } - -.bb-template-v2 .primary-menu > li.current-menu-parent > a:hover::before, .bb-template-v2 .primary-menu > li.current-menu-ancestor > a:hover::before, .bb-template-v2 .primary-menu > li.current-menu-item > a:hover::before, .bb-template-v2 .primary-menu > li.current_page_item > a:hover::before { +.bb-template-v2 .primary-menu > li.current-menu-parent > a:hover:before, .bb-template-v2 .primary-menu > li.current-menu-ancestor > a:hover:before, .bb-template-v2 .primary-menu > li.current-menu-item > a:hover:before, .bb-template-v2 .primary-menu > li.current_page_item > a:hover:before { content: ""; position: absolute; top: 50%; @@ -359,113 +291,90 @@ left: 0; right: 0; } - .bb-template-v2 .primary-menu > .current-menu-parent > a, .bb-template-v2 .primary-menu > .current-menu-ancestor > a, .bb-template-v2 .primary-menu > .current-menu-item > a, .bb-template-v2 .primary-menu > .current_page_item > a { color: var(--bb-header-links); } - .bb-template-v2 .primary-menu > .current-menu-parent > a > i, .bb-template-v2 .primary-menu > .current-menu-ancestor > a > i, .bb-template-v2 .primary-menu > .current-menu-item > a > i, .bb-template-v2 .primary-menu > .current_page_item > a > i { color: var(--bb-header-links); } - .bb-template-v2 .primary-menu .current-menu-parent > a, .bb-template-v2 .primary-menu .current-menu-ancestor > a, .bb-template-v2 .primary-menu .current-menu-item > a, .bb-template-v2 .primary-menu .current_page_item > a { color: var(--bb-header-links); } - .bb-template-v2 .primary-menu .current-menu-parent > a > i, .bb-template-v2 .primary-menu .current-menu-ancestor > a > i, .bb-template-v2 .primary-menu .current-menu-item > a > i, .bb-template-v2 .primary-menu .current_page_item > a > i { color: var(--bb-header-links); } - .bb-template-v2 .primary-menu .ab-submenu .current-menu-parent > a, .bb-template-v2 .primary-menu .ab-submenu .current-menu-ancestor > a, .bb-template-v2 .primary-menu .ab-submenu .current-menu-item > a, .bb-template-v2 .primary-menu .ab-submenu .current_page_item > a { color: var(--bb-body-text-color); } - .bb-template-v2 .primary-menu .ab-submenu .current-menu-parent > a > i, .bb-template-v2 .primary-menu .ab-submenu .current-menu-ancestor > a > i, .bb-template-v2 .primary-menu .ab-submenu .current-menu-item > a > i, .bb-template-v2 .primary-menu .ab-submenu .current_page_item > a > i { color: var(--bb-body-text-color); } - .bb-template-v2.menu-style-tab_bar .primary-menu > .menu-item-has-children:not(.hideshow) { padding-right: 5px; } - .bb-template-v2.menu-style-tab_bar .primary-menu > .menu-item-has-children:not(.hideshow) > a { padding-right: 10px; } - -.bb-template-v2.menu-style-tab_bar .primary-menu > .menu-item-has-children:not(.hideshow) > a:hover::before { +.bb-template-v2.menu-style-tab_bar .primary-menu > .menu-item-has-children:not(.hideshow) > a:hover:before { right: 0; } - -.bb-template-v2.menu-style-tab_bar .primary-menu > .menu-item-has-children:not(.hideshow) > a::before { +.bb-template-v2.menu-style-tab_bar .primary-menu > .menu-item-has-children:not(.hideshow) > a:before { right: 0; } - -.bb-template-v2.menu-style-tab_bar .primary-menu > li.menu-item-has-children:not(.hideshow).current-menu-parent > a:hover::before, -.bb-template-v2.menu-style-tab_bar .primary-menu > li.menu-item-has-children:not(.hideshow).current-menu-ancestor > a:hover::before, -.bb-template-v2.menu-style-tab_bar .primary-menu > li.menu-item-has-children:not(.hideshow).current-menu-item > a:hover::before, -.bb-template-v2.menu-style-tab_bar .primary-menu > li.menu-item-has-children:not(.hideshow).current_page_item > a:hover::before { +.bb-template-v2.menu-style-tab_bar .primary-menu > li.menu-item-has-children:not(.hideshow).current-menu-parent > a:hover:before, +.bb-template-v2.menu-style-tab_bar .primary-menu > li.menu-item-has-children:not(.hideshow).current-menu-ancestor > a:hover:before, +.bb-template-v2.menu-style-tab_bar .primary-menu > li.menu-item-has-children:not(.hideshow).current-menu-item > a:hover:before, +.bb-template-v2.menu-style-tab_bar .primary-menu > li.menu-item-has-children:not(.hideshow).current_page_item > a:hover:before { right: 0; } - .bb-template-v2 .site-header #primary-navbar .menu-item > .ab-submenu { background-color: var(--bb-content-background-color); border-radius: 10px; box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06), 0 6px 24px rgba(0, 0, 0, 0.12); min-width: 186px; } - -.bb-template-v2 .site-header #primary-navbar .menu-item > .ab-submenu::before { +.bb-template-v2 .site-header #primary-navbar .menu-item > .ab-submenu:before { display: none; } - .bb-template-v2 .site-header #primary-navbar .menu-item > .ab-submenu .bb-sub-menu { background-color: var(--bb-content-background-color); } - .bb-template-v2 .site-header #primary-navbar .menu-item > .ab-submenu .bb-sub-menu .menu-item { margin: 0 8px; } - .bb-template-v2 .site-header #primary-navbar .menu-item > .ab-submenu .bb-sub-menu .menu-item a { border-radius: 6px; } - .bb-template-v2 .site-header #primary-navbar .menu-item > .ab-submenu .bb-sub-menu .menu-item:hover > a { color: var(--bb-body-text-color); } - .bb-template-v2 .site-header #primary-navbar .menu-item > .ab-submenu .bb-sub-menu .menu-item:hover > a > i { color: var(--bb-header-links); } - -.bb-template-v2 .site-header #primary-navbar #navbar-collapse .more-button.active::after { +.bb-template-v2 .site-header #primary-navbar #navbar-collapse .more-button.active:after { display: none; } - .bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item.menu-item-has-children > a { padding: 0.625rem 0.9375rem; } - -.bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item.menu-item-has-children > a::before { +.bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item.menu-item-has-children > a:before { display: none; } - .bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item > a { padding: 0.625rem 0.9375rem; } - .bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu { background-color: var(--bb-content-background-color); border-radius: 10px; @@ -473,62 +382,48 @@ padding: 8px 0; left: -170px; } - -.bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu::before { +.bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu:before { display: none; } - .bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu { background-color: transparent; } - .bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu .menu-item a { padding: 0.625rem 0.9375rem; margin: 0; } - -.bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu .menu-item a::before { +.bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu .menu-item a:before { display: none; } - -.bb-template-v2.menu-style-tab_bar .primary-menu > .menu-item-has-children:not(.hideshow) > a::before { +.bb-template-v2.menu-style-tab_bar .primary-menu > .menu-item-has-children:not(.hideshow) > a:before { right: 0; } - -.bb-template-v2.menu-style-tab_bar .primary-menu > .menu-item-has-children:not(.hideshow) > a:hover::before { +.bb-template-v2.menu-style-tab_bar .primary-menu > .menu-item-has-children:not(.hideshow) > a:hover:before { height: 40px; } - .bb-template-v2.menu-style-tab_bar .site-header .primary-menu > li > a:hover > i._mi { color: var(--bb-header-links); } - .bb-template-v2 .menu-style-tab_bar .site-header #primary-navbar .primary-menu > .menu-item > .ab-submenu { left: -20px; } - .bb-template-v2 .bb-mobile-panel-inner .buddypanel-menu li.bb-menu-section ~ li:not(.bb-menu-section) > a { width: 100%; } - .bb-template-v2 .bb-mobile-panel-inner .side-panel-menu .menu-item i:not(.bb-icon-angle-down) { min-width: initial; } - .bb-template-v2 .bb-mobile-panel-inner .side-panel-menu .menu-item span ~ i:not(.bb-icon-angle-down) { margin-left: 10px; } - .bb-template-v2 .bb-mobile-panel-inner .side-panel-menu .menu-item > a { padding: 12px 0 12px 15px; width: 100%; } - .bb-template-v2 .bb-mobile-panel-inner .side-panel-menu .menu-item > a:hover .count { background-color: var(--bb-primary-color); color: var(--bb-content-alternate-background-color); } - .bb-template-v2 .bb-mobile-panel-inner .side-panel-menu .menu-item .count { color: var(--bb-headings-color); background-color: var(--bb-content-alternate-background-color); @@ -536,67 +431,53 @@ border-radius: 6px; box-shadow: none; } - .bb-template-v2 .bb-mobile-panel-inner ul.buddypanel-menu li.bb-menu-section a { padding-left: 10px; } - .bb-template-v2 .bb-mobile-panel-inner .bb-primary-menu .current-menu-item > a { background-color: var(--bb-primary-color); color: var(--bb-body-background-color); } - .bb-template-v2 .bb-mobile-panel-inner .bb-primary-menu .current-menu-item > a > i { color: var(--bb-body-background-color); } - .bb-template-v2 .bb-mobile-panel-inner .bb-primary-menu .current-menu-item > a > .count { color: var(--bb-primary-color); background-color: var(--bb-body-background-color); border-color: transparent; } - .bb-template-v2 .bb-mobile-panel-inner .bb-primary-menu > .current-menu-item > .sub-menu > .current-menu-item:first-child { margin-top: 5px; } - .bb-template-v2 .bb-mobile-panel-inner .bb-primary-menu > .current-menu-item > .sub-menu > .current-menu-item + .current-menu-item { margin-top: 3px; } - .bb-template-v2 .bb-mobile-panel-inner .bb-primary-menu .bb-menu-section ~ li:not(.bb-menu-section) { margin-left: 6px; } - .bb-template-v2 .bb-mobile-panel-inner .side-panel-menu > .current-menu-item .sub-menu a { color: var(--bb-headings-color); } - .bb-template-v2 .bb-mobile-panel-inner .side-panel-menu > .current-menu-item .sub-menu a > i { color: var(--bb-headings-color); } - .bb-template-v2 .bb-mobile-panel-inner .side-panel-menu > .current-menu-item .sub-menu .current-menu-item a { color: var(--bb-body-background-color); } - .bb-template-v2 .bb-mobile-panel-inner .side-panel-menu .menu-item i:not(.bb-icon-angle-down) { min-width: 24px; margin-right: 15px; vertical-align: middle; text-align: center; } - .site-header .bb-template-v2 .bb-mobile-panel-inner .main-navigation .sub-menu a { padding: 13px 10px; } - .bb-template-v2 .header-aside .user-wrap.user-wrap-container { margin-left: 14px; } - -.bb-template-v2 .site-header .user-wrap.menu-item-has-children.selected > .user-link::before, -.bb-template-v2 .site-header .user-wrap.menu-item-has-children > .user-link:hover::before { +.bb-template-v2 .site-header .user-wrap.menu-item-has-children.selected > .user-link:before, +.bb-template-v2 .site-header .user-wrap.menu-item-has-children > .user-link:hover:before { content: ""; position: absolute; left: -15px; @@ -610,32 +491,26 @@ -ms-transform: translateY(-50%); transform: translateY(-50%); } - -.bb-template-v2 .site-header .header-aside.avatar .user-wrap.menu-item-has-children > .user-link::before { +.bb-template-v2 .site-header .header-aside.avatar .user-wrap.menu-item-has-children > .user-link:before { display: none; } - -.bb-template-v2 .site-header .header-aside.avatar .user-wrap.menu-item-has-children > .user-link:hover::before, -.bb-template-v2 .site-header .header-aside.avatar .user-wrap.menu-item-has-children.selected > .user-link::before { +.bb-template-v2 .site-header .header-aside.avatar .user-wrap.menu-item-has-children > .user-link:hover:before, +.bb-template-v2 .site-header .header-aside.avatar .user-wrap.menu-item-has-children.selected > .user-link:before { left: -5px; } - .bb-template-v2 .header-search-wrap input.search-field, .bb-template-v2 .header-search-wrap .search-field-top { border: 1px solid transparent; border-radius: var(--bb-input-radius); } - .bb-template-v2 .header-search-wrap input.search-field:focus, .bb-template-v2 .header-search-wrap .search-field-top:focus { border-color: var(--bb-primary-color); } - .bb-template-v2.bp-search .bp-search-ac-header, .bb-template-v2.bp-search .bp-search-ac, .bb-template-v2.bp-search .bp-forum-search-ac-header { border-radius: 10px; box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06), 0 6px 24px rgba(0, 0, 0, 0.12); } - .bb-template-v2.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type), .bb-template-v2.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type), .bb-template-v2.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type) { border: 0; border-radius: 6px; @@ -643,35 +518,28 @@ width: -webkit-calc(100% - 24px); width: calc(100% - 24px); } - .bb-template-v2.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type):first-child, .bb-template-v2.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type):first-child, .bb-template-v2.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type):first-child { margin-top: 15px; } - .bb-template-v2.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type):first-child:last-child, .bb-template-v2.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type):first-child:last-child, .bb-template-v2.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type):first-child:last-child { margin-bottom: 15px; } - .bb-template-v2.bp-search .bp-search-ac-header > li:not(.bbls-view_all_type-type).bbls-undefined-type, .bb-template-v2.bp-search .bp-search-ac > li:not(.bbls-view_all_type-type).bbls-undefined-type, .bb-template-v2.bp-search .bp-forum-search-ac-header > li:not(.bbls-view_all_type-type).bbls-undefined-type { width: 100%; } - .bb-template-v2.bp-search .bp-search-ac-header > li.bbls-view_all_type-type, .bb-template-v2.bp-search .bp-search-ac > li.bbls-view_all_type-type, .bb-template-v2.bp-search .bp-forum-search-ac-header > li.bbls-view_all_type-type { margin-top: 15px; } - .bb-template-v2.bp-search .bp-forum-search-ac-header > li.bbls-undefined-type, .bb-template-v2.bp-search .bp-forum-search-ac-header > li:last-child { margin-bottom: 15px !important; } - .bb-template-v2 .user-wrap-container .sub-menu-inner > li.logout-link > a { position: relative !important; margin-top: 20px; overflow: visible; } - -.bb-template-v2 .user-wrap-container .sub-menu-inner > li.logout-link > a::before { +.bb-template-v2 .user-wrap-container .sub-menu-inner > li.logout-link > a:before { content: ""; height: 1px; background-color: var(--bb-content-border-color); @@ -681,15 +549,12 @@ right: 15px; top: -10px; } - .bb-template-v2 .user-wrap-container .sub-menu-inner > li > a { color: var(--bb-body-text-color); } - .bb-template-v2 .user-wrap-container .sub-menu-inner > li > a:hover > i { color: var(--bb-alternate-text-color); } - .bb-template-v2 .bb-header-buttons a.button.outline { font-weight: 600; } @@ -698,7 +563,6 @@ .bb-template-v2 .llms-pagination span.page-numbers:not(.dots) { background-color: var(--bb-primary-color); } - .bb-template-v2 .llms-pagination a.page-numbers:not(.prev, .next):hover { color: var(--bb-primary-color); } @@ -708,7 +572,8 @@ /* stylelint-enable */ /* stylelint-disable max-line-length */ } - +.bb-template-v2 .meeting-actions .meeting-actions-list, +.bb-template-v2 .webinar-actions .webinar-actions-list, .bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options, .bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list, .bb-template-v2 #buddypress .bb_more_options .bb_more_options_list, @@ -718,96 +583,186 @@ .bb-template-v2 .meeting-actions .meeting-actions-list.open { padding: 8px; } - -.bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options::after, -.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list::after, -.bb-template-v2 #buddypress .bb_more_options .bb_more_options_list::after, -.bb-template-v2 .bb_more_options .bb_more_options_list::after, -.bb-template-v2 #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner .bs-dropdown::after, -.bb-template-v2 .bb-footer .footer-menu .sub-menu::after, -.bb-template-v2 .meeting-actions .meeting-actions-list.open::after { +.bb-template-v2 .meeting-actions .meeting-actions-list:after, +.bb-template-v2 .webinar-actions .webinar-actions-list:after, +.bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options:after, +.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list:after, +.bb-template-v2 #buddypress .bb_more_options .bb_more_options_list:after, +.bb-template-v2 .bb_more_options .bb_more_options_list:after, +.bb-template-v2 #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner .bs-dropdown:after, +.bb-template-v2 .bb-footer .footer-menu .sub-menu:after, +.bb-template-v2 .meeting-actions .meeting-actions-list.open:after { display: none; } - +.bb-template-v2 div.meeting-actions .meeting-actions-list:before, +.bb-template-v2 div.webinar-actions .webinar-actions-list:before { + display: none; +} +.bb-template-v2 div.meeting-actions .meeting-actions-list li > a, +.bb-template-v2 div.webinar-actions .webinar-actions-list li > a { + border-radius: 6px; +} .bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list { top: 30px; right: 0; } - .bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul { margin: 0 !important; } - -.bb-template-v2 .bb-footer .footer-menu .more-button.active::after { +.bb-template-v2 .bb-footer .footer-menu .more-button.active:after { display: none; } - .bb-template-v2 .bb-footer .footer-menu .sub-menu a { border-radius: 6px; } - .bb-template-v2 #object-nav .sub-menu, .bb-template-v2 .bp-navs .component-navigation .sub-menu, .bb-template-v2 .bb-profile-grid.bb-grid .bp-navs ul.sub-menu { padding: 8px; } - +@media screen and (max-width: 980px) { + .bb-template-v2 #object-nav .sub-menu, + .bb-template-v2 .bp-navs .component-navigation .sub-menu, + .bb-template-v2 .bb-profile-grid.bb-grid .bp-navs ul.sub-menu { + padding: 0; + } +} .bb-template-v2 #object-nav .sub-menu a, .bb-template-v2 .bp-navs .component-navigation .sub-menu a, .bb-template-v2 .bb-profile-grid.bb-grid .bp-navs ul.sub-menu a { border-radius: 6px; } - .bb-template-v2 #object-nav .sub-menu a:hover, .bb-template-v2 .bp-navs .component-navigation .sub-menu a:hover, .bb-template-v2 .bb-profile-grid.bb-grid .bp-navs ul.sub-menu a:hover { color: var(--bb-headings-color); } - +@media screen and (max-width: 980px) { + .bb-template-v2 .bb-footer .footer-menu .sub-menu.bb_more_dropdown.open, + .bb-template-v2 #object-nav .sub-menu.bb_more_dropdown.open, + .bb-template-v2 .bp-navs .component-navigation .sub-menu.bb_more_dropdown.open, + .bb-template-v2 .bb-profile-grid.bb-grid .bp-navs .sub-menu.bb_more_dropdown.open, + .bb-template-v2 #buddypress .sub-menu.bb_more_dropdown.open { + padding-bottom: 8px; + } + .bb-template-v2 .bb-footer .footer-menu .sub-menu.bb_more_dropdown.open > li:not(.bb_more_dropdown__title), + .bb-template-v2 #object-nav .sub-menu.bb_more_dropdown.open > li:not(.bb_more_dropdown__title), + .bb-template-v2 .bp-navs .component-navigation .sub-menu.bb_more_dropdown.open > li:not(.bb_more_dropdown__title), + .bb-template-v2 .bb-profile-grid.bb-grid .bp-navs .sub-menu.bb_more_dropdown.open > li:not(.bb_more_dropdown__title), + .bb-template-v2 #buddypress .sub-menu.bb_more_dropdown.open > li:not(.bb_more_dropdown__title) { + padding-left: 8px; + padding-right: 8px; + } + .bb-template-v2 .bb-footer .footer-menu .sub-menu.bb_more_dropdown.open > li:first-of-type, + .bb-template-v2 #object-nav .sub-menu.bb_more_dropdown.open > li:first-of-type, + .bb-template-v2 .bp-navs .component-navigation .sub-menu.bb_more_dropdown.open > li:first-of-type, + .bb-template-v2 .bb-profile-grid.bb-grid .bp-navs .sub-menu.bb_more_dropdown.open > li:first-of-type, + .bb-template-v2 #buddypress .sub-menu.bb_more_dropdown.open > li:first-of-type { + margin-top: 8px; + } +} +@media screen and (max-width: 980px) { + .bb-template-v2 #bbpress-forums .bs-forums-items.list-view .bs-dropdown.bb_more_dropdown li .bbp-admin-links, + .bb-template-v2 #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown.bb_more_dropdown li .bbp-admin-links { + padding: 0 8px; + } +} +@media screen and (max-width: 980px) { + .bb-template-v2 #bbpress-forums.bs-replies-wrapper .bb_more_dropdown.open .bb_more_dropdown__title, + .bb-template-v2 #bbpress-forums#bbpress-forums.bs-replies-wrapper .bb_more_dropdown.open .bb_more_dropdown__title { + margin-bottom: 8px; + } +} +@media screen and (max-width: 980px) { + .bb-template-v2 #buddypress .bb_more_dropdown.open { + padding-bottom: 8px; + } + .bb-template-v2 #buddypress .bb_more_dropdown.open .bb_more_dropdown__title { + margin-bottom: 8px; + } +} +@media screen and (max-width: 980px) { + .bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button { + padding-left: 8px; + padding-right: 8px; + } +} +@media screen and (max-width: 980px) { + .bb-template-v2 #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list ul li, + .bb-template-v2 #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list ul li { + padding-left: 8px; + padding-right: 8px; + } +} +@media screen and (max-width: 980px) { + .bb-template-v2 .bb_more_options .bb_more_options_list > .generic-button, + .bb-template-v2 #buddypress .bb_more_options .bb_more_options_list > .generic-button { + padding-left: 8px; + padding-right: 8px; + } +} +@media screen and (max-width: 980px) { + .bb-template-v2 #comments .comment-body .bb_more_options a, + .bb-template-v2 #bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 .bbp-forum-buttons-wrap .bb_more_options a { + margin-left: 8px; + margin-right: 8px; + width: -webkit-calc(100% - 16px); + width: calc(100% - 16px); + } + .bb-template-v2 #comments .comment-body .bb_more_options a:first-of-type, + .bb-template-v2 #bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 .bbp-forum-buttons-wrap .bb_more_options a:first-of-type { + margin-top: 8px; + } + .bb-template-v2 #comments .comment-body .bb_more_options a:last-of-type, + .bb-template-v2 #bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 .bbp-forum-buttons-wrap .bb_more_options a:last-of-type { + margin-bottom: 8px; + } +} +.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul li { + padding-left: 8px; + padding-right: 8px; +} .bb-template-v2 .buddypress-wrap .bp-navs .component-navigation .sub-menu a:hover, .bb-template-v2 .buddypress-wrap#buddypress.bp-dir-hori-nav .create-button a:hover { color: var(--bb-headings-color); } - -.bb-template-v2 nav#object-nav .more-button.active::after, -.bb-template-v2 .bp-navs .component-navigation .more-button.active::after { +.bb-template-v2 nav#object-nav .more-button.active:after, +.bb-template-v2 .bp-navs .component-navigation .more-button.active:after { display: none; } - .bb-template-v2 .bp-messages-content .single-message-thread-header .actions .message_actions .message_action__list { background-color: transparent; padding: 0; min-width: 220px; box-shadow: none; } - -.bb-template-v2 .bp-messages-content .single-message-thread-header .actions .message_actions .message_action__list::before { +.bb-template-v2 .bp-messages-content .single-message-thread-header .actions .message_actions .message_action__list:before { display: none; } - .bb-template-v2 .bp-messages-content .single-message-thread-header .actions .message_actions .message_action__list ul { background-color: var(--bb-content-background-color); box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.05), 0 6px 32px 0 rgba(18, 43, 70, 0.1); } - .bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a, .bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .bbp-admin-links a, .bb-template-v2 #buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a, .bb-template-v2 #buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .bbp-admin-links a, +.bb-template-v2 #buddypress .activity-comments .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a, +.bb-template-v2 #buddypress .activity-comments .bb-activity-more-options-wrap .bb-activity-more-options .bbp-admin-links a, .bb-template-v2 #bbpress-forums .bs-dropdown .generic-button a, .bb-template-v2 #bbpress-forums .bs-dropdown .bbp-admin-links a { border-radius: 6px; } - .bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a:hover, .bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .bbp-admin-links a:hover, .bb-template-v2 #buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a:hover, .bb-template-v2 #buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .bbp-admin-links a:hover, +.bb-template-v2 #buddypress .activity-comments .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a:hover, +.bb-template-v2 #buddypress .activity-comments .bb-activity-more-options-wrap .bb-activity-more-options .bbp-admin-links a:hover, .bb-template-v2 #bbpress-forums .bs-dropdown .generic-button a:hover, .bb-template-v2 #bbpress-forums .bs-dropdown .bbp-admin-links a:hover { color: var(--bb-body-text-color); } - .bb-template-v2 .bb_more_options .bb_more_options_list a, .bb-template-v2 .bb_more_options .bb_more_options_list button, .bb-template-v2 .bb_more_options .bb_more_options_list .generic-button > button, @@ -816,7 +771,6 @@ .bb-template-v2 #buddypress .bb_more_options .bb_more_options_list .generic-button > button { border-radius: 6px; } - .bb-template-v2 .bb_more_options .bb_more_options_list a:hover, .bb-template-v2 .bb_more_options .bb_more_options_list button:hover, .bb-template-v2 .bb_more_options .bb_more_options_list .generic-button > button:hover, @@ -825,46 +779,37 @@ .bb-template-v2 #buddypress .bb_more_options .bb_more_options_list .generic-button > button:hover { color: var(--bb-body-text-color) !important; } - .bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul li a { border-radius: 6px; } - .bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul li a:hover { color: var(--bb-body-text-color); } - .bb-template-v2 .bb-document-privacy-wrap .activity-privacy, .bb-template-v2 .bb-media-privacy-wrap .activity-privacy { border-radius: 10px; padding: 8px; } - -.bb-template-v2 .bb-document-privacy-wrap .activity-privacy::before, -.bb-template-v2 .bb-media-privacy-wrap .activity-privacy::before { +.bb-template-v2 .bb-document-privacy-wrap .activity-privacy:before, +.bb-template-v2 .bb-media-privacy-wrap .activity-privacy:before { display: none; } - .bb-template-v2 .bb-document-privacy-wrap .activity-privacy li, .bb-template-v2 .bb-media-privacy-wrap .activity-privacy li { border-radius: 6px; } - .bb-template-v2 .media-privacy .selected, .bb-template-v2 .activity-privacy .selected { color: var(--bb-body-text-color); } - .bb-template-v2 #bb-media-model-container .bb-edit-privacy a:hover { color: var(--bb-body-text-color); } - .bb-template-v2 code, .bb-template-v2 pre { border: 0; border-radius: 6px; } - .bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul, .bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .video-action_list ul, .bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .media-action_list ul, @@ -886,28 +831,48 @@ border-radius: 10px; padding: 8px; } - -.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list::after, -.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .video-action_list::after, -.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .media-action_list::after, -.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list::after, -.bb-template-v2 #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list::after, -.bb-template-v2 #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list::after, -.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list::after, -.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list::after, -.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .video-action_list::after, -.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .media-action_list::after, -.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .video-action_list::after, -.bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions .message_action__list::after, -.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .media-action_list::after, -.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .video-action_list::after, -.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .media-action_list::after, -.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list::after, -.bb-template-v2 .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list::after, -.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list::after { +@media screen and (max-width: 980px) { + .bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul, + .bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .video-action_list ul, + .bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .media-action_list ul, + .bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul, + .bb-template-v2 #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list ul, + .bb-template-v2 #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list ul, + .bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list ul, + .bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul, + .bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .video-action_list ul, + .bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .media-action_list ul, + .bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .video-action_list ul, + .bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions .message_action__list ul, + .bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .media-action_list ul, + .bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .video-action_list ul, + .bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .media-action_list ul, + .bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul, + .bb-template-v2 .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul, + .bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul { + padding: 0; + } +} +.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list:after, +.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .video-action_list:after, +.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .media-action_list:after, +.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list:after, +.bb-template-v2 #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list:after, +.bb-template-v2 #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list:after, +.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list:after, +.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list:after, +.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .video-action_list:after, +.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .media-action_list:after, +.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .video-action_list:after, +.bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions .message_action__list:after, +.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .media-action_list:after, +.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .video-action_list:after, +.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .media-action_list:after, +.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list:after, +.bb-template-v2 .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list:after, +.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list:after { display: none; } - .bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a, .bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .video-action_list ul li a, .bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .media-action_list ul li a, @@ -928,7 +893,6 @@ .bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a { border-radius: 6px; } - .bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a:hover, .bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .video-action_list ul li a:hover, .bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .media-action_list ul li a:hover, @@ -949,13 +913,13 @@ .bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover { color: var(--bb-body-text-color); } - +.bb-template-v2 #bp-media-single-folder .bp-media-header-wrap .media-folder_items .media-folder_action__list, .bb-template-v2 #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list, .bb-template-v2 #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list, .bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list { border-radius: 10px; } - +.bb-template-v2 #bp-media-single-folder .bp-media-header-wrap .media-folder_items .media-folder_action__list ul, .bb-template-v2 #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list ul, .bb-template-v2 #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list ul, .bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list ul { @@ -963,53 +927,76 @@ padding: 8px; margin: 0; } - -.bb-template-v2 .buddypress-wrap .bp-subnavs .component-navigation li.selected.loading a::after, .bb-template-v2.groups .buddypress-wrap .subnav-filters .group-search.loading::after, -.bb-template-v2 .bp-document-listing .bp-media-header-wrap .bb-title.loading::after, -.bb-template-v2 #bp-media-single-folder .bb-single-album-header .bb-title.loading::after, -.bb-template-v2 .bb-media-model-wrapper.video .bb-media-section figure.loading .bb-icon-spinner::before, -.bb-template-v2 .bp-messages-container .bp-messages.loading .dashicons-update::before, -.bb-template-v2 .bb-media-info-section .activity-list > .bb-icon-spinner::before, -.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading::after, -.bb-template-v2 .location-album-list-wrap .location-album-list.is-loading li .bb-icon-spinner::before, -.bb-template-v2 .location-folder-list-wrap-main .location-folder-list.is-loading li .bb-icon-spinner::before, -.bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.saving::after, -.bb-template-v2 #bp-message-thread-list:empty::before, -.bb-template-v2 .site-header .bb-header-loader > i.bb-icon-spinner::before, -.bb-template-v2 .site-header .bb-header-loader > i.bb-icon-loader::before, -.bb-template-v2 #group-messages-container div#group-messages-new-submit #send_group_message_button.loading::after, -.bb-template-v2 .select2-container .select2-dropdown.bb-compose-input .select2-results__option--load-more::before, -.bb-template-v2 .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results::before, -.bb-template-v2 .component-navigation.courses-nav .bb-icon-loader::before, -.bb-template-v2 .lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap > .list-members-extra.loading-members .bb-icon-spin::before, -.bb-template-v2 li.load-more a.loading::after, -.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.saving::after, -.bb-template-v2 .bp-messages-nav-panel .messages-search-loader > i::before, -.bb-template-v2 #bp-message-load-more .button .dashicons-update::before, -.bb-template-v2 .message-members-list #members_list:not(.is_not_empty)::before, -.bb-template-v2 .message-members-list .bb-report-type-pagination #load_more_rl.loading::after, -.bb-template-v2 .mass-user-block-list .bb-report-type-pagination #load_more_rl.loading::after, -.bb-template-v2 .mass-user-block-list #moderated_user_list:not(.is_not_empty)::before, -.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.loading::after, -.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.saving::after, .bb-template-v2.buddypress .buddypress-wrap .subscription-items .subscription-item_remove.is_loading i::before, -.bb-template-v2 .bp-messages-content #bp-message-thread-list li.sending .message_send_sending .info-text-send-message::before, -.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.saving::after, -.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.saving::after, -.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.saving::after, -.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.saving::after, -.bb-template-v2 .bb-zoom-setting-content-tab .bb-field-wrap.bb-zoom_account-email .bb-icon-spinner::before, -.bb-template-v2 .bb-group-zoom-settings-container .bb-field-wrap.bb-zoom_account-email.loading .bb-icon-spinner::before, -.bb-template-v2 #buddypress #header-cover-image .header-cover-reposition-wrap > .button.loading::after, -.bb-template-v2 #bbpress-forums .bb-modal.bb-modal-box .bbp-the-content-wrapper.loading::after, -.bb-template-v2 #media-folder-document-data-table .pager a.button.loading::after, -.bb-template-v2 #bp-zoom-single-meeting-wrapper:empty::before, -.bb-template-v2 .activity-url-scrapper-loading .bb-icon-spinner::before, -.bb-template-v2 .bp-zoom-group-show-instructions .save-settings.loading::before, -.bb-template-v2 .bb-save-settings.loading::before, -.bb-template-v2 #bp-zoom-webinar-form-submit.loading::before, -.bb-template-v2 .bb-url-scrapper-loading .bb-icon-spinner::before, -.bb-template-v2 .atwho-view ul li.list-loader::before, -.bb-template-v2 .button-load-more-posts.loading::after { +@media screen and (max-width: 980px) { + .bb-template-v2 #bp-media-single-folder .bp-media-header-wrap .media-folder_items .media-folder_action__list ul, + .bb-template-v2 #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list ul, + .bb-template-v2 #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list ul, + .bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list ul { + padding: 0; + } +} +.bb-template-v2 .buddypress-wrap .bp-subnavs .component-navigation li.selected.loading a:after, .bb-template-v2.groups .buddypress-wrap .subnav-filters .group-search.loading:after, +.bb-template-v2 .groups-manage-members-list .section-title.gen-members-section .search-wrapper.loading:after, +.bb-template-v2 .bp-document-listing .bp-media-header-wrap .bb-title.loading:after, +.bb-template-v2 #bp-media-single-folder .bb-single-album-header .bb-title.loading:after, +.bb-template-v2 .bb-media-model-wrapper.video .bb-media-section figure.loading .bb-icon-spinner:before, +.bb-template-v2 .bp-messages-container .bp-messages.loading .dashicons-update:before, +.bb-template-v2 .bb-media-info-section .activity-list > .bb-icon-spinner:before, +.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading:after, +.bb-template-v2 .location-album-list-wrap .location-album-list.is-loading li .bb-icon-spinner:before, +.bb-template-v2 .location-folder-list-wrap-main .location-folder-list.is-loading li .bb-icon-spinner:before, +.bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.saving:after, +.bb-template-v2 #bp-message-thread-list:empty:before, +.bb-template-v2 .site-header .bb-header-loader > i.bb-icon-spinner:before, +.bb-template-v2 .site-header .bb-header-loader > i.bb-icon-loader:before, +.bb-template-v2 #group-messages-container div#group-messages-new-submit #send_group_message_button.loading:after, +.bb-template-v2 .select2-container .select2-dropdown.bb-compose-input .select2-results__option--load-more:before, +.bb-template-v2 .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results:before, +.bb-template-v2 .component-navigation.courses-nav .bb-icon-loader:before, +.bb-template-v2 .lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap > .list-members-extra.loading-members .bb-icon-spin:before, +.bb-template-v2 li.load-more a.loading:after, +.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.saving:after, +.bb-template-v2 .bp-messages-nav-panel .messages-search-loader > i:before, +.bb-template-v2 #bp-message-load-more .button .dashicons-update:before, +.bb-template-v2 .message-members-list #members_list:not(.is_not_empty):before, +.bb-template-v2 .message-members-list .bb-report-type-pagination #load_more_rl.loading:after, +.bb-template-v2 .mass-user-block-list .bb-report-type-pagination #load_more_rl.loading:after, +.bb-template-v2 .mass-user-block-list #moderated_user_list:not(.is_not_empty):before, +.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.loading:after, +.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.saving:after, .bb-template-v2.buddypress .buddypress-wrap .subscription-items .subscription-item_remove.is_loading i:before, +.bb-template-v2 .bp-messages-content #bp-message-thread-list li.sending .message_send_sending .info-text-send-message:before, +.bb-template-v2 .activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_item .reactions_loader > i:before, +.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.saving:after, +.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.saving:after, +.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.saving:after, +.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.saving:after, +.bb-template-v2 .bb-zoom-setting-content-tab .bb-field-wrap.bb-zoom_account-email .bb-icon-spinner:before, +.bb-template-v2 .bb-group-zoom-settings-container .bb-field-wrap.bb-zoom_account-email.loading .bb-icon-spinner:before, +.bb-template-v2 #buddypress #header-cover-image .header-cover-reposition-wrap > .button.loading:after, +.bb-template-v2 .activity-list .activity-item.loading-mute .bb-pin-action .bb-mute-action_button [class*="bb-icon"]:before, +.bb-template-v2 .activity-list .activity-item.loading-pin .bb-pin-action .bb-pin-action_button [class*="bb-icon"]:before, +.bb-template-v2 #bbpress-forums .bb-modal.bb-modal-box .bbp-the-content-wrapper.loading:after, +.bb-template-v2 #media-folder-document-data-table .pager a.button.loading:after, +.bb-template-v2 .schedule-posts-placeholder_loader [class*="bb-icon"]:before, +.bb-template-v2 #bp-zoom-single-meeting-wrapper:empty:before, +.bb-template-v2 .activity-list .activity-state-popup .reaction-loader > i:before, +.bb-template-v2 .activity-url-scrapper-loading .bb-icon-spinner:before, +.bb-template-v2 #bp-invites-dropdown-options-loader .bb-icon-spinner:before, +.bb-template-v2 .bp-zoom-group-show-instructions .save-settings.loading:before, +.bb-template-v2 .bb-save-settings.loading:before, +.bb-template-v2 #bp-zoom-webinar-form-submit.loading:before, +.bb-template-v2 .bb-url-scrapper-loading .bb-icon-spinner:before, +.bb-template-v2 .atwho-view ul li.list-loader:before, +.bb-template-v2 .button-load-more-posts.loading:after, +.bb-template-v2 .bb-document-privacy-wrap .privacy.loading:before, +.bb-template-v2 .bb-media-privacy-wrap .privacy.loading:before, +.bb-template-v2 .bb-poll-form .bb-activity-poll-submit.loading:after, +.bb-template-v2 #bb-activity-poll-state_modal .bb-action-popup-content-dynamic:empty:after, +.bb-template-v2 #bb-activity-poll-state_modal .bb-poll-state-loader .bb-icon-spinner:before, +.bb-template-v2 #bb-activity-poll-state_modal .bb-activity-poll-loader > i:before, +.bb-template-v2 #group-invites-container .bb-groups-invites-right .bp-invites-submit-loader-hide .bb-icon-spinner:before, +.bb-template-v2 #bp-pending-invites-loader .dashicons-update:before, +.bb-template-v2 .group-invites-members-listing .all-members .load-more .animate-spin:before { content: ""; display: inline-block; box-sizing: border-box; @@ -1019,127 +1006,130 @@ border: 2px solid rgba(var(--bb-alternate-text-color-rgb), 0.2); border-top-color: var(--bb-alternate-text-color); } - -.bb-template-v2 .site-header .bb-header-loader > i.bb-icon-spinner::before, -.bb-template-v2 .site-header .bb-header-loader > i.bb-icon-loader::before { +.bb-template-v2 #group-invites-container .bb-groups-invites-right .bp-invites-submit-loader-hide .bb-icon-spinner, +.bb-template-v2 .group-invites-members-listing .all-members .load-more .animate-spin { + font-size: 20px; + width: 20px; + height: 20px; + position: relative; + top: 5px; +} +.bb-template-v2 .bb-document-privacy-wrap .privacy.loading:before, +.bb-template-v2 .bb-media-privacy-wrap .privacy.loading:before { + width: 16px; + height: 16px; + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; +} +.bb-template-v2 .site-header .bb-header-loader > i.bb-icon-spinner:before, +.bb-template-v2 .site-header .bb-header-loader > i.bb-icon-loader:before { border-top-color: var(--bb-headings-color); opacity: 0.5; } - -.bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.loading::after, .bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.saving::after, -.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.loading::after, -.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.saving::after, -.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading::after, -.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.saving::after, -.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.loading::after, -.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.saving::after, -.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.loading::after, -.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.saving::after, -.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.loading::after, -.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.saving::after, -.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.loading::after, -.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.saving::after { +.bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.loading:after, .bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.saving:after, +.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.loading:after, +.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.saving:after, +.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading:after, +.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.saving:after, +.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.loading:after, +.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.saving:after, +.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.loading:after, +.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.saving:after, +.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.loading:after, +.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.saving:after, +.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.loading:after, +.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.saving:after { border: 2px solid rgba(var(--bb-primary-button-text-regular-rgb), 0.2); border-top-color: var(--bb-primary-button-text-regular); } - -.bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.loading:hover::after, .bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.saving:hover::after, -.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.loading:hover::after, -.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.saving:hover::after, -.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading:hover::after, -.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.saving:hover::after, -.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.loading:hover::after, -.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.saving:hover::after, -.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.loading:hover::after, -.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.saving:hover::after, -.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.loading:hover::after, -.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.saving:hover::after, -.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.loading:hover::after, -.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.saving:hover::after { +.bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.loading:hover:after, .bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.saving:hover:after, +.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.loading:hover:after, +.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.saving:hover:after, +.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading:hover:after, +.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.saving:hover:after, +.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.loading:hover:after, +.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.saving:hover:after, +.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.loading:hover:after, +.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.saving:hover:after, +.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.loading:hover:after, +.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.saving:hover:after, +.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.loading:hover:after, +.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.saving:hover:after { border: 2px solid rgba(var(--bb-primary-button-text-hover-rgb), 0.2); border-top-color: var(--bb-primary-button-text-hover); } - -.bb-template-v2 .load-more a.loading:hover::after, -.bb-template-v2 #media-folder-document-data-table .pager a.button.loading:hover::after, -.bb-template-v2 .button-load-more-posts.loading:hover::after { +.bb-template-v2 .load-more a.loading:hover:after, +.bb-template-v2 #media-folder-document-data-table .pager a.button.loading:hover:after, +.bb-template-v2 .button-load-more-posts.loading:hover:after { border: 2px solid rgba(var(--bb-primary-button-text-regular-rgb), 0.2); border-top-color: var(--bb-primary-button-text-regular); } - -.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.saving::after, -.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.loading::after, -.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.saving::after, -.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading::after, -.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.saving::after, -.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.saving::after, -.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.saving::after, -.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.saving::after { +.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.saving:after, +.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.loading:after, +.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.saving:after, +.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading:after, +.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.saving:after, +.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.saving:after, +.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.saving:after, +.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.saving:after { vertical-align: middle; } - -.bb-template-v2 .lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap > .list-members-extra.loading-members .bb-icon-spin::before, -.bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.saving::after, -.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading::after, -.bb-template-v2 li.load-more a.loading::after { +.bb-template-v2 .lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap > .list-members-extra.loading-members .bb-icon-spin:before, +.bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.saving:after, +.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading:after, +.bb-template-v2 li.load-more a.loading:after { vertical-align: middle; } - -.bb-template-v2 #bp-message-thread-list:empty::before, -.bb-template-v2 #bp-message-load-more .button .dashicons-update::before, +.bb-template-v2 #bp-message-thread-list:empty:before, +.bb-template-v2 #bp-message-load-more .button .dashicons-update:before, .bb-template-v2 .bb-media-model-wrapper.video .bb-media-section figure.loading .bb-icon-spinner, -.bb-template-v2 .bb-media-model-wrapper.video .bb-media-section figure.loading .bb-icon-spinner::before { +.bb-template-v2 .bb-media-model-wrapper.video .bb-media-section figure.loading .bb-icon-spinner:before { height: 25px; width: 25px; } - .bb-template-v2 .location-folder-list-wrap-main .location-folder-list.is-loading li .bb-icon-spinner, -.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading::after, +.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading:after, .bb-template-v2 .location-album-list-wrap .location-album-list.is-loading li .bb-icon-spinner, .bb-template-v2 .bb-media-info-section .activity-list > .bb-icon-spinner, -.bb-template-v2 li.load-more a.loading::after { +.bb-template-v2 li.load-more a.loading:after { height: 20px; width: 20px; } - -.bb-template-v2 .message-members-list .bb-report-type-pagination #load_more_rl.loading::after, -.bb-template-v2 .mass-user-block-list .bb-report-type-pagination #load_more_rl.loading::after, -.bb-template-v2 .atwho-view ul li.list-loader::before, -.bb-template-v2 .bb-zoom-setting-content-tab .bb-field-wrap.bb-zoom_account-email .bb-icon-spinner::before, -.bb-template-v2 .bb-group-zoom-settings-container .bb-field-wrap.bb-zoom_account-email.loading .bb-icon-spinner::before, -.bb-template-v2 .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results::before { +.bb-template-v2 .message-members-list .bb-report-type-pagination #load_more_rl.loading:after, +.bb-template-v2 .mass-user-block-list .bb-report-type-pagination #load_more_rl.loading:after, +.bb-template-v2 .atwho-view ul li.list-loader:before, +.bb-template-v2 #bp-invites-dropdown-options-loader .bb-icon-spinner:before, +.bb-template-v2 .bb-zoom-setting-content-tab .bb-field-wrap.bb-zoom_account-email .bb-icon-spinner:before, +.bb-template-v2 .bb-group-zoom-settings-container .bb-field-wrap.bb-zoom_account-email.loading .bb-icon-spinner:before, +.bb-template-v2 .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results:before { height: 18px; width: 18px; } - -.bb-template-v2 .bb-url-scrapper-loading .bb-icon-spinner::before, -.bb-template-v2 .activity-url-scrapper-loading .bb-icon-spinner::before, -.bb-template-v2 .bp-zoom-group-show-instructions .save-settings.loading::before, -.bb-template-v2 .bb-save-settings.loading::before, -.bb-template-v2 #bp-zoom-webinar-form-submit.loading::before, -.bb-template-v2 #buddypress #header-cover-image .header-cover-reposition-wrap > .button.loading::after, -.bb-template-v2 #group-messages-container div#group-messages-new-submit #send_group_message_button.loading::after, -.bb-template-v2 .bp-messages-content #bp-message-thread-list li.sending .message_send_sending .info-text-send-message::before, -.bb-template-v2 .lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap > .list-members-extra.loading-members .bb-icon-spin::before { +.bb-template-v2 .bb-url-scrapper-loading .bb-icon-spinner:before, +.bb-template-v2 .activity-url-scrapper-loading .bb-icon-spinner:before, +.bb-template-v2 .bp-zoom-group-show-instructions .save-settings.loading:before, +.bb-template-v2 .bb-save-settings.loading:before, +.bb-template-v2 #bp-zoom-webinar-form-submit.loading:before, +.bb-template-v2 #buddypress #header-cover-image .header-cover-reposition-wrap > .button.loading:after, +.bb-template-v2 #group-messages-container div#group-messages-new-submit #send_group_message_button.loading:after, +.bb-template-v2 .bp-messages-content #bp-message-thread-list li.sending .message_send_sending .info-text-send-message:before, +.bb-template-v2 .lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap > .list-members-extra.loading-members .bb-icon-spin:before { /* stylelint-enable */ height: 16px; width: 16px; vertical-align: middle; } - -.bb-template-v2 #group-messages-container div#group-messages-new-submit #send_group_message_button.loading::after { +.bb-template-v2 #group-messages-container div#group-messages-new-submit #send_group_message_button.loading:after { border-color: rgba(var(--bb-content-border-color-rgb), 0.8); border-top-color: var(--bb-alternate-text-color); } - .bb-template-v2 #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner > a:first-child > i { border-radius: var(--bb-option-radius) 0 0 var(--bb-option-radius); } - .bb-template-v2 #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner > a > i { border-radius: 0 var(--bb-option-radius) var(--bb-option-radius) 0; } - .bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .entry-img > i { font-weight: 300; } @@ -1160,15 +1150,12 @@ border-radius: 6px; min-width: 23px; } - .bb-template-v2.directory.media .bp-subnavs li.selected a:hover span, .bb-template-v2.directory.document .bp-subnavs li.selected a:hover span, .bb-template-v2.directory.video .bp-subnavs li.selected a:hover span { color: var(--bb-headings-color); } - .bb-template-v2.woocommerce #content div.product .woocommerce-tabs ul.tabs li#tab-title-reviews.active a span { color: #fff; } - .bb-template-v2 .bb-single-main-nav--vertical li .count { border-radius: 6px; } @@ -1183,20 +1170,17 @@ .bb-template-v2 #bb-album-privacy { padding: 6px 8px; } - .bb-template-v2 #bb-media-privacy .privacy-point-icon, .bb-template-v2 #bb-album-privacy .privacy-point-icon { font-size: 15px; font-weight: 300; } - .bb-template-v2 #bb-media-privacy .bb-icon-caret-down, .bb-template-v2 #bb-album-privacy .bb-icon-caret-down { font-size: 13px; opacity: 0.3; margin-left: 5px; } - .bb-template-v2 .modal-container select#bb-media-privacy, .bb-template-v2 .modal-container select#bb-album-privacy { color: var(--bb-body-text-color); @@ -1204,7 +1188,6 @@ font-weight: 400; padding: 8px 40px 8px 12px; } - .bb-template-v2 .member-media select#bb-media-privacy, .bb-template-v2 .member-media select#bb-album-privacy { border: 1px solid var(--bb-content-border-color); @@ -1214,22 +1197,20 @@ font-weight: 400; padding: 0 26px 0 12px; } - -.bb-template-v2 .bb-document-privacy-wrap .privacy::after, -.bb-template-v2 .bb-media-privacy-wrap .privacy::after { +.bb-template-v2 .bb-document-privacy-wrap .privacy:after, +.bb-template-v2 .bb-media-privacy-wrap .privacy:after { content: "\ee09"; font-weight: 300; } - -.bb-template-v2 .activity-privacy > li::before, -.bb-template-v2 .bp-activity-privacy__label .privacy-figure::before, -.bb-template-v2 #bp-activity-privacy-point .privacy-point-icon::before, -.bb-template-v2 .bb-document-privacy-wrap .privacy::before, -.bb-template-v2 .bb-media-privacy-wrap .privacy::before { +.bb-template-v2 .activity-privacy > li:before, +.bb-template-v2 .bp-activity-privacy__label .privacy-figure:before, +.bb-template-v2 #bp-activity-privacy-point .privacy-point-icon:before, +.bb-template-v2 .bb-document-privacy-wrap .privacy:before, +.bb-template-v2 .bb-media-privacy-wrap .privacy:before { font-weight: 300; } -.bb-template-v2 .llms-person-login-form-wrapper label[for="llms_remember"]::before { +.bb-template-v2 .llms-person-login-form-wrapper label[for="llms_remember"]:before { border-radius: var(--bb-checkbox-radius); } @@ -1248,7 +1229,6 @@ .bb-template-v2 .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar .avatar { border-radius: 15px; } - .bb-template-v2 .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar { box-shadow: none; } @@ -1264,8 +1244,7 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- border: 1px solid var(--bb-content-border-color); border-radius: var(--bb-block-radius); } - -.bb-template-v2 #buddypress .bp-settings-container .bp-navs .selected::after { +.bb-template-v2 #buddypress .bp-settings-container .bp-navs .selected:after { display: none; } @@ -1279,16 +1258,76 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- .bb-template-v2 .bp-nouveau-activity-form-placeholder- .activity-form.focus-in.has-feedback #message-feedabck.bp-messages { border-radius: 6px; } - .bb-template-v2 .bp-feedback .bp-icon { border-radius: 6px 0 0 6px; } +.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages { + border: 0; + width: 100%; + border-radius: 0; + margin: 0; +} +.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.help, .bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.info { + background-color: rgba(var(--bb-default-notice-color-rgb), 0.3); +} +.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.help p, .bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.info p { + color: var(--bb-default-notice-color); +} +.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.help .bp-icon, .bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.info .bp-icon { + background-color: transparent; + margin-right: 0; +} +.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.help .bp-icon:before, .bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.info .bp-icon:before { + color: var(--bb-default-notice-color); +} +.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.loading, .bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.warning { + background-color: rgba(var(--bb-warning-color-rgb), 0.3); +} +.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.loading p, .bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.warning p { + color: var(--bb-warning-color); +} +.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.loading .bp-icon, .bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.warning .bp-icon { + background-color: transparent; + margin-right: 0; +} +.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.loading .bp-icon:before, .bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.warning .bp-icon:before { + content: "\ee66"; + color: var(--bb-warning-color); + font-size: 22px; + font-family: bb-icons; + font-weight: 300; +} +.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.success, .bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.updated { + background-color: rgba(var(--bb-success-color-rgb), 0.3); +} +.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.success p, .bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.updated p { + color: var(--bb-success-color); +} +.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.success .bp-icon, .bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.updated .bp-icon { + background-color: transparent; + margin-right: 0; +} +.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.success .bp-icon:before, .bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.updated .bp-icon:before { + color: var(--bb-success-color); +} +.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.error { + background-color: rgba(var(--bb-danger-color-rgb), 0.3); +} +.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.error p { + color: var(--bb-danger-color); +} +.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.error .bp-icon { + background-color: transparent; + margin-right: 0; +} +.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.error .bp-icon:before { + color: var(--bb-danger-color); +} .bb-template-v2 #buddypress .member-header-actions + .bb_more_options { top: 0; margin-top: 35px; } - .bb-template-v2 #buddypress .member-header-actions + .bb_more_options .bb_more_options_action { background-color: var(--bb-content-background-color); color: var(--bb-headings-color); @@ -1296,25 +1335,20 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- border-radius: var(--bb-button-radius); padding: 0 8px; } - .bb-template-v2 #buddypress .member-header-actions + .bb_more_options .bb_more_options_action:focus { box-shadow: var(--bb-outline-button-focus-shadow); } - .bb-template-v2 #buddypress .member-header-actions + .bb_more_options .bb_more_options_action i { color: var(--bb-headings-color); } - .bb-template-v2 #buddypress .member-header-actions + .bb_more_options .bb_more_options_action: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); } - .bb-template-v2 #buddypress .member-header-actions + .bb_more_options .bb_more_options_action:hover i { color: var(--bb-secondary-button-text-hover); } - .bb-template-v2 #buddypress .group-actions-absolute .bb_more_options .bb_more_options_action { background-color: var(--bb-content-background-color); color: var(--bb-headings-color); @@ -1322,22 +1356,18 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- border-radius: var(--bb-button-radius); padding: 0 8px; } - .bb-template-v2 #buddypress .group-actions-absolute .bb_more_options .bb_more_options_action:focus { box-shadow: var(--bb-outline-button-focus-shadow); } - .bb-template-v2 #buddypress .group-actions-absolute .bb_more_options .bb_more_options_action i { color: var(--bb-headings-color); line-height: 36px; } - .bb-template-v2 #buddypress .group-actions-absolute .bb_more_options .bb_more_options_action: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); } - .bb-template-v2 #buddypress .group-actions-absolute .bb_more_options .bb_more_options_action:hover i { color: var(--bb-secondary-button-text-hover); } @@ -1345,7 +1375,6 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- .bb-template-v2 .results-group-footer { text-align: left; } - .bb-template-v2 .results-group-footer .view-all-link { color: var(--bb-headings-color); font-weight: 700; @@ -1356,15 +1385,12 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- border-radius: var(--bb-button-radius); display: inline-block; } - .bb-template-v2 .results-group-footer .view-all-link:hover, .bb-template-v2 .results-group-footer .view-all-link:focus { color: var(--bb-headings-color); } - -.bb-template-v2 .bp-search-results-wrap .view-all-link::after { +.bb-template-v2 .bp-search-results-wrap .view-all-link:after { display: none; } - .bb-template-v2 .bp-search-results-list .bp-search-item .item-avatar a { border-radius: 15px; } @@ -1377,7 +1403,6 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- .bb-template-v2 { /* stylelint-disable max-line-length */ /* stylelint-enable */ - /* .ac-reply-toolbar .active a [class*=" bb-icon-"]:after, #whats-new-toolbar .active a [class*=" bb-icon-"]:after, #whats-new-messages-toolbar .active a [class*=" bb-icon-"]:after, @@ -1388,7 +1413,6 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- #whats-new-messages-toolbar a.active [class*=" bb-icon-"]:after { z-index: 991; } */ - /* #bbpress-forums .bbp-reply-form.bb-modal #whats-new-toolbar .medium-editor-toolbar, #bbpress-forums .bbp-topic-form.bb-modal #whats-new-toolbar .medium-editor-toolbar { z-index: 992; @@ -1397,7 +1421,6 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- padding-left: 20px; } */ } - .bb-template-v2 .ac-reply-toolbar a [class*=" bb-icon-"], .bb-template-v2 .ac-reply-toolbar .emojionearea .emojionearea-button, .bb-template-v2 #whats-new-toolbar a [class*=" bb-icon-"], @@ -1405,44 +1428,41 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- .bb-template-v2 #whats-new-messages-toolbar a [class*=" bb-icon-"], .bb-template-v2 #whats-new-formatting-toolbar a [class*=" bb-icon-"], .bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-button, -.bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-button::before, -.bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-button::before, +.bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-button:before, +.bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-button:before, .bb-template-v2 #whats-new-messages-toolbar .emojionearea .emojionearea-button, -.bb-template-v2 #whats-new-messages-toolbar .emojionearea .emojionearea-button::before, -.bb-template-v2 #whats-new-toolbar .emojionearea .emojionearea-button::before, -.bb-template-v2 .ac-reply-toolbar .emojionearea .emojionearea-button::before, +.bb-template-v2 #whats-new-messages-toolbar .emojionearea .emojionearea-button:before, +.bb-template-v2 #whats-new-toolbar .emojionearea .emojionearea-button:before, +.bb-template-v2 .ac-reply-toolbar .emojionearea .emojionearea-button:before, .bb-template-v2 #editor-toolbar [class*=" bb-icon-"], .bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .post-elements-buttons-item [class*=" bb-icon-"], .bb-template-v2 .bp-nouveau-activity-form-placeholder- .activity-form.focus-in #editor-toolbar .post-elements-buttons-item [class*=" bb-icon-"], -.bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .emojionearea-button::before, -.bb-template-v2 .bp-nouveau-activity-form-placeholder- .activity-form.focus-in #editor-toolbar .emojionearea-button::before, +.bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .emojionearea-button:before, +.bb-template-v2 .bp-nouveau-activity-form-placeholder- .activity-form.focus-in #editor-toolbar .emojionearea-button:before, .bb-template-v2 ul.medium-editor-toolbar-actions .medium-editor-action b { font-weight: 300; color: rgba(var(--bb-headings-color-rgb), 0.3); } - .bb-template-v2 #editor-toolbar [class*=" bb-icon-"]:hover, .bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .post-elements-buttons-item [class*=" bb-icon-"]:hover, .bb-template-v2 .bp-nouveau-activity-form-placeholder- .activity-form.focus-in #editor-toolbar .post-elements-buttons-item [class*=" bb-icon-"]:hover, .bb-template-v2 #editor-toolbar [class*=" bb-icon-"]:hover, .bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .post-elements-buttons-item [class*=" bb-icon-"]:hover, -.bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-button:hover::before, -.bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-button.active::before, -.bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .emojionearea-button:hover::before, -.bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .emojionearea-button.active::before, -.bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .active [class*=" bb-icon-"]::before, +.bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-button:hover:before, +.bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-button.active:before, +.bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .emojionearea-button:hover:before, +.bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .emojionearea-button.active:before, +.bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .active [class*=" bb-icon-"]:before, .bb-template-v2 ul.medium-editor-toolbar-actions .medium-editor-action b:hover, -.bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-button.active::before, -.bb-template-v2 .ac-reply-toolbar .emojionearea .emojionearea-button.active::before, +.bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-button.active:before, +.bb-template-v2 .ac-reply-toolbar .emojionearea .emojionearea-button.active:before, .bb-template-v2 .medium-editor-toolbar .medium-editor-toolbar-actions .medium-editor-button-active b { color: var(--bb-headings-color); } - .bb-template-v2 .medium-editor-toolbar .medium-editor-toolbar-actions .medium-editor-button-active b { position: relative; height: 24px; } - .bb-template-v2 .ac-reply-toolbar .active a [class*=" bb-icon-"], .bb-template-v2 #whats-new-toolbar .active a [class*=" bb-icon-"], .bb-template-v2 #whats-new-messages-toolbar .active a [class*=" bb-icon-"], @@ -1456,19 +1476,18 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- .bb-template-v2 #whats-new-messages-toolbar a.active [class*=" bb-icon-"] { position: relative; } - -.bb-template-v2 .ac-reply-toolbar .active a [class*=" bb-icon-"]::after, -.bb-template-v2 #whats-new-toolbar .active a [class*=" bb-icon-"]::after, -.bb-template-v2 #whats-new-messages-toolbar .active a [class*=" bb-icon-"]::after, -.bb-template-v2 #whats-new-formatting-toolbar .active a [class*=" bb-icon-"]::after, -.bb-template-v2 #editor-toolbar .emojionearea-button.active::after, -.bb-template-v2 .emojionearea .emojionearea-button.active::after, -.bb-template-v2 #editor-toolbar .active [class*=" bb-icon-"]::after, -.bb-template-v2 #whats-new-toolbar a.active [class*=" bb-icon-"]::after, -.bb-template-v2 .ac-reply-content .ac-reply-toolbar a.active [class*=" bb-icon-"]::after, -.bb-template-v2 #whats-new-formatting-toolbar a.active [class*=" bb-icon-"]::after, -.bb-template-v2 #whats-new-messages-toolbar a.active [class*=" bb-icon-"]::after, -.bb-template-v2 .medium-editor-toolbar .medium-editor-toolbar-actions .medium-editor-button-active b::after { +.bb-template-v2 .ac-reply-toolbar .active a [class*=" bb-icon-"]:after, +.bb-template-v2 #whats-new-toolbar .active a [class*=" bb-icon-"]:after, +.bb-template-v2 #whats-new-messages-toolbar .active a [class*=" bb-icon-"]:after, +.bb-template-v2 #whats-new-formatting-toolbar .active a [class*=" bb-icon-"]:after, +.bb-template-v2 #editor-toolbar .emojionearea-button.active:after, +.bb-template-v2 .emojionearea .emojionearea-button.active:after, +.bb-template-v2 #editor-toolbar .active [class*=" bb-icon-"]:after, +.bb-template-v2 #whats-new-toolbar a.active [class*=" bb-icon-"]:after, +.bb-template-v2 .ac-reply-content .ac-reply-toolbar a.active [class*=" bb-icon-"]:after, +.bb-template-v2 #whats-new-formatting-toolbar a.active [class*=" bb-icon-"]:after, +.bb-template-v2 #whats-new-messages-toolbar a.active [class*=" bb-icon-"]:after, +.bb-template-v2 .medium-editor-toolbar .medium-editor-toolbar-actions .medium-editor-button-active b:after { content: ""; background: rgba(0, 0, 0, 0.08); border-radius: 5.6px; @@ -1482,66 +1501,53 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- transform: translate(-50%, -50%); z-index: 9; } - .bb-template-v2 .emojionearea .emojionearea-picker, .bb-template-v2 .gif-media-search-dropdown { border-radius: 8px; } - .bb-template-v2 .emojionearea .emojionearea-picker .emojionearea-filters i.emojionearea-filter:first-child[style*="display: none"] + i.emojionearea-filter:not([style*="display: none"]) { border-radius: 8px 0 0; } - .bb-template-v2 .emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter:last-child { border-radius: 0 8px 0 0; } - .bb-template-v2 .gif-search-query, .bb-template-v2 .emojionearea .emojionearea-picker.emojionearea-filters-position-top .emojionearea-filters { border-top-right-radius: 8px; border-top-left-radius: 8px; } - .bb-template-v2 .gif-search-query .emojionearea-filter:first-of-type, .bb-template-v2 .emojionearea .emojionearea-picker.emojionearea-filters-position-top .emojionearea-filters .emojionearea-filter:first-of-type { border-top-left-radius: 8px; } - .bb-template-v2.bbpress a.medium-editor-toolbar-save, .bb-template-v2.bbpress a.medium-editor-toolbar-close, .bb-template-v2.buddypress a.medium-editor-toolbar-save, .bb-template-v2.buddypress a.medium-editor-toolbar-close { border-radius: 6px; border: none; } - .bb-template-v2.bbpress .medium-editor-toolbar-form .medium-editor-toolbar-input, .bb-template-v2.bbpress .medium-editor-toolbar-form .medium-editor-toolbar-input:focus, .bb-template-v2.buddypress .medium-editor-toolbar-form .medium-editor-toolbar-input, .bb-template-v2.buddypress .medium-editor-toolbar-form .medium-editor-toolbar-input:focus { border-radius: 6px; } - -.bb-template-v2 .medium-editor-element blockquote:not(.wp-embedded-content)::before, -.bb-template-v2 .bs-forum-content blockquote:not(.wp-embedded-content)::before { +.bb-template-v2 .medium-editor-element blockquote:not(.wp-embedded-content):before, +.bb-template-v2 .bs-forum-content blockquote:not(.wp-embedded-content):before { font-weight: 300; } - .bb-template-v2 .search-query-input, .bb-template-v2 .emojionearea-search > input { border-radius: 6px; } - .bb-template-v2 .activity-update-form .medium-editor-toolbar .medium-editor-toolbar-actions { height: 40px; } - .bb-template-v2 .activity-update-form .medium-editor-toolbar .medium-editor-action-more.active .medium-editor-action-more-button b { position: relative; } - .bb-template-v2 .activity-update-form .medium-editor-toolbar .medium-editor-action-more.active .medium-editor-action-more-button b::before { color: var(--bb-headings-color); } - .bb-template-v2 .activity-update-form .medium-editor-toolbar .medium-editor-action-more.active .medium-editor-action-more-button b::after { content: ""; background: rgba(0, 0, 0, 0.08); @@ -1556,7 +1562,6 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- transform: translate(-50%, -45%); z-index: 9; } - .bb-template-v2 .activity-update-form .medium-editor-toolbar .medium-editor-action-more > ul { border-radius: 8px; } @@ -1570,19 +1575,15 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- border-bottom-left-radius: 0; border-bottom-right-radius: 0; } - .bb-template-v2.woocommerce li.product a.added_to_cart.wc-forward { border-radius: 0 0 0 var(--bb-block-radius); } - .bb-template-v2.woocommerce li.product a.button.add_to_cart_button.added { border-radius: 0 0 var(--bb-block-radius) 0; } - .bb-template-v2 .woocommerce li.product a.added_to_cart.wc-forward { border-radius: 0 0 0 var(--bb-block-radius); } - .bb-template-v2 #buddypress .activity-lists.bp-list .activity-item .activity-comments > ul, .bb-template-v2 #buddypress .activity-lists.bp-list .activity-item .activity-comments > .ac-form, .bb-template-v2 #buddypress .activity-list.bp-list .activity-item .activity-comments > ul, @@ -1591,32 +1592,31 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- .bb-template-v2 #bbpress-forums .activity-list.bp-list .activity-item .activity-comments > .ac-form { border-radius: 0 0 var(--bb-block-radius) var(--bb-block-radius); } - +@media (max-width: 992px) { + .bb-template-v2.woocommerce li.product a.button.add_to_cart_button.added { + border-radius: 0 0 var(--bb-block-radius) var(--bb-block-radius); + } +} .bb-template-v2 .bb-media-model-wrapper .bb-media-section figure .video-js, .bb-template-v2 .bb-media-model-wrapper .bb-media-section, .bb-template-v2 #buddypress .bp-search-results-wrapper .bp-navs, .bb-template-v2 div.product .woocommerce-product-gallery__image { border-radius: var(--bb-block-radius) 0 0 var(--bb-block-radius); } - .bb-template-v2 .bb-document-theater .bb-media-section h3 { border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; } - .bb-template-v2 .bb-media-model-inner, .bb-template-v2 .bb-document-theater .bb-media-section .img-section { border-radius: var(--bb-block-radius); } - .bb-template-v2 .bb-document-theater .bb-media-info-section.document, .bb-template-v2 #buddypress .bb-media-model-wrapper.video-theatre .activity-list.bp-list, .bb-template-v2.woocommerce #content div.product div.summary { border-radius: 0 var(--bb-block-radius) var(--bb-block-radius) 0; } - .bb-template-v2 #buddypress .bb-media-model-wrapper.video-theatre .activity-list.bp-list { overflow: hidden; } - .bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity, .bb-template-v2.groups.group-create .buddypress-wrap #drag-drop-area, .bb-template-v2 article.job_listing ul.job-listing-meta li.job-type, .bb-template-v2 ul.job_listings li.job_listing ul.meta li.job-type, @@ -1634,78 +1634,63 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- .bb-template-v2 #lifterlms-lesson-header .lifterlms-lesson-nav .bb-ld-status .ld-status { border-radius: 6px; } - .bb-template-v2 .bb-activity-video-elem .bb-video-duration, .bb-template-v2 .bb-video-thumb .bb-video-duration, .bb-template-v2 .bb-media-section .bb-video-duration { border-radius: 5px; } - .bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity { border-color: transparent; background-color: var(--bb-content-alternate-background-color); } - .bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap { background-color: transparent; } - .bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-audio-wrap audio::-webkit-media-controls-panel { background-color: var(--bb-body-background-color); } - .bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity:hover { border-color: var(--bb-content-border-color); } - .bb-template-v2 .activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover, .bb-template-v2 .activity-link-preview-container .activity-link-preview-image img { border-radius: 6px 6px 0 0; } - .bb-template-v2 .activity-link-preview-container > .activity-link-preview-info { border-radius: 6px; } - -.bb-template-v2 .activity-link-preview-container:hover .activity-link-preview-image + .activity-link-preview-info::before, +.bb-template-v2 .activity-link-preview-container:hover .activity-link-preview-image + .activity-link-preview-info:before, .bb-template-v2 .activity-link-preview-container .activity-link-preview-image + .activity-link-preview-info { border-radius: 0 0 6px 6px; } - -.bb-template-v2 .activity-update-form .activity-link-preview-container:hover #activity-url-scrapper-img-holder + .activity-link-preview-info::before, +.bb-template-v2 .activity-update-form .activity-link-preview-container:hover #activity-url-scrapper-img-holder + .activity-link-preview-info:before, .bb-template-v2 .activity-update-form .activity-link-preview-container #activity-url-scrapper-img-holder + .activity-link-preview-info { border-radius: 0 0 6px 6px; } - .bb-template-v2 .activity-list .activity-item .activity-content .activity-inner iframe, .bb-template-v2 .bp-messages-content #bp-message-thread-list li .fluid-width-video-wrapper iframe, .bb-template-v2 #bbpress-forums .bs-forums-items li .fluid-width-video-wrapper iframe, .bb-template-v2 .activity-video-preview .fluid-width-video-wrapper iframe { border-radius: 6px; } - .bb-template-v2 .activity-video-preview .activity-link-preview-excerpt p iframe, .bb-template-v2 .activity-list .activity-item .activity-content .activity-inner iframe[style="border-radius: 12px"] { border-radius: 6px !important; } - .bb-template-v2.activity .activity .activity-list .bbp_reply_create .activity-inner .activity-discussion-title-wrap, .bb-template-v2 .activity-list li.blogs .activity-content .activity-inner .bb-post-img-link { border-top-left-radius: 6px; border-top-right-radius: 6px; } - .bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-audio-wrap audio, .bb-template-v2 .buddypress-wrap #group-create-body .bp-cover-image-status p.warning, .bb-template-v2.single .default-fi .entry-img, .bb-template-v2 .bb-toast-messages-enable .bb-toast-messages .toast-messages-list .read-item { border-radius: 6px; } - -.bb-template-v2 .bb-toast-messages-enable .bb-toast-messages .toast-messages-list .read-item.recent-item::before, +.bb-template-v2 .bb-toast-messages-enable .bb-toast-messages .toast-messages-list .read-item.recent-item:before, .bb-template-v2 #item-header.groups-header .bp-feedback.bp-feedback .bp-icon { border-radius: 6px 0 0 6px; } - .bb-template-v2 .bp-media-move-file .bb-model-footer, .bb-template-v2 .bp-media-move-folder .bb-model-footer, .bb-template-v2 .bp-video-move-file .bb-model-footer, @@ -1720,23 +1705,19 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- border-top: 0; } @media (max-width: 1024px) { - .bb-template-v2 #buddypress .bb-document-theater .bb-media-model-inner .bb-media-info-section.document { border-radius: var(--bb-block-radius); } } @media screen and (max-width: 767px) { - .bb-template-v2 .bb-media-model-inner { border-radius: var(--bb-block-radius); } - .bb-template-v2 .bb-media-model-wrapper .bb-media-section figure .video-js, .bb-template-v2 .bb-media-model-wrapper .bb-media-section, .bb-template-v2 #buddypress .bb-document-theater .bb-media-section { border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; } - .bb-template-v2 #buddypress .bb-media-model-wrapper.video-theatre .activity-list.bp-list, .bb-template-v2 .bb-document-theater .bb-media-info-section.document { border-radius: 0 0 var(--bb-block-radius) var(--bb-block-radius); @@ -1746,88 +1727,61 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- .bb-template-v2 .modal-container { border-radius: var(--bb-block-radius); } - .bb-template-v2 #bbpress-forums div.bbp-reply-content .bb-model-header, .bb-template-v2 .activity-form:not(.focus-in) .whats-new-form-header { border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; } - .bb-template-v2 .activity-update-form.media-off .activity-form:not(.focus-in) .whats-new-form-header { border-radius: var(--bb-block-radius); } - .bb-template-v2 .bp-video-thumbnail-uploader .bb-model-footer, .bb-template-v2 .bb-model-footer { border-radius: 0 0 var(--bb-block-radius) var(--bb-block-radius); } - .bb-template-v2 #whats-new-form-placeholder #whats-new-toolbar, .bb-template-v2 #whats-new-form #whats-new-toolbar { border-radius: 0 0 0 var(--bb-block-radius); } .bb-template-v2 { - /* Calendar */ - /* Search */ - /* Archives */ - /* Tag Cloud */ } - .bb-template-v2 .widget { border-radius: var(--bb-block-radius); padding: 1.25rem 1.25rem 1.5625rem 1.25rem; - /* Log in/out */ - /* RSS */ - /* Activity Update */ - /* Social Group */ - /* Whos Online */ - /* Profile Search */ - /* Forums List */ - /* Recent Post */ - /* Members I'm Following */ - /* Members Following Me */ - /* Follow Us */ - /* Category */ } - .bb-template-v2 .widget.bp-profile-search-widget { padding: 0; } - .bb-template-v2 .widget h2, .bb-template-v2 .widget label { font-size: 20px; } - .bb-template-v2 .widget label { text-transform: none; } - .bb-template-v2 .widget.widget_block .logged-out #loginform p input { border-radius: var(--bb-input-radius); } - .bb-template-v2 .widget.widget_block .logged-out #loginform p input[type="submit"] { width: auto; border-radius: var(--bb-input-radius); } - .bb-template-v2 .widget.widget_rss .wp-block-rss li { display: -webkit-box; display: -ms-flexbox; @@ -1837,11 +1791,9 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- -ms-flex-direction: column; flex-direction: column; } - .bb-template-v2 .widget.widget_rss .wp-block-rss li:not(:last-child) { margin-bottom: 15px; } - .bb-template-v2 .widget.widget_rss .wp-block-rss li .wp-block-rss__item-title { font-size: 14px; line-height: 21px; @@ -1850,7 +1802,6 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- color: var(--bb-headings-color); margin-bottom: 8px; } - .bb-template-v2 .widget.widget_rss .wp-block-rss li .wp-block-rss__item-publish-date { font-size: 13px; line-height: 19.5px; @@ -1858,7 +1809,6 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- color: var(--bb-alternate-text-color); margin-bottom: 8px; } - .bb-template-v2 .widget.widget_rss .wp-block-rss li .wp-block-rss__item-author { margin-top: 8px; font-style: italic; @@ -1870,23 +1820,19 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- -ms-flex-order: 4; order: 4; } - .bb-template-v2 .widget.activity_update .bp-feedback { border-radius: var(--bb-button-radius); border: none; background-color: var(--bb-content-alternate-background-color); margin: 0; } - .bb-template-v2 .widget.activity_update .bp-feedback .bp-icon { display: none; } - .bb-template-v2 .widget.activity_update .bp-feedback p { padding: 15px; color: var(--bb-alternate-text-color); } - .bb-template-v2 .widget.widget_bp_groups_widget .widget-error { border-radius: var(--bb-button-radius); border: none; @@ -1895,38 +1841,31 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- padding: 15px; color: var(--bb-alternate-text-color); } - .bb-template-v2 .widget.widget_bp_groups_widget .item-options a { line-height: 16.5px; letter-spacing: 0.25px; } - .bb-template-v2 .widget.widget_bp_groups_widget .item-options a.selected { border-bottom-width: 2px; } - .bb-template-v2 .widget.widget_bp_core_whos_online_widget .item-options { margin-bottom: 20px; } - .bb-template-v2 .widget.widget_bp_core_whos_online_widget .item-options a { font-weight: 700; font-style: 11px; color: var(--bb-alternate-text-color); line-height: 16.5px; } - .bb-template-v2 .widget.widget_bp_core_whos_online_widget .item-options a.selected, .bb-template-v2 .widget.widget_bp_core_whos_online_widget .item-options a .widget-num-count { color: var(--bb-headings-color); color: var(--bb-alternate-text-color); border-bottom-width: 2px; } - .bb-template-v2 .widget.widget_bp_core_whos_online_widget .item-options a.selected { color: var(--bb-headings-color); } - .bb-template-v2 .widget.widget_bp_core_whos_online_widget .widget-error { border-radius: var(--bb-button-radius); border: none; @@ -1935,25 +1874,20 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- padding: 15px; color: var(--bb-alternate-text-color); } - .bb-template-v2 .widget.bp-profile-search-widget { padding: 20px; } - .bb-template-v2 .widget.bp-profile-search-widget .widget-title { padding: 0; border-bottom: none; margin-bottom: 15px !important; } - .bb-template-v2 .widget.bp-profile-search-widget .bps-form { padding: 0; } - .bb-template-v2 .widget.bp-profile-search-widget .bps-form .bps-textbox input { border-radius: var(--bb-button-radius); } - .bb-template-v2 .widget.bp-profile-search-widget .bps-form .submit-wrapper .clear-from-wrap a { color: var(--bb-headings-color); position: relative; @@ -1961,21 +1895,18 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - -.bb-template-v2 .widget.bp-profile-search-widget .bps-form .submit-wrapper .clear-from-wrap a::before { +.bb-template-v2 .widget.bp-profile-search-widget .bps-form .submit-wrapper .clear-from-wrap a:before { content: "\ef50"; font-family: bb-icons; display: inline-block; margin-right: 3px; font-weight: 300; } - .bb-template-v2 .widget.bp-profile-search-widget .bps-form .submit-wrapper .clear-from-wrap a:hover { color: var(--bb-primary-color); -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .bb-template-v2 .widget.bp-profile-search-widget .bps-form .submit-wrapper .submit { width: 100%; font-size: 16px; @@ -1988,56 +1919,49 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); } - .bb-template-v2 .widget.bp-profile-search-widget .bps-form .submit-wrapper .submit:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .bb-template-v2 .widget.bp-profile-search-widget .bps-form .submit-wrapper .submit:hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - .bb-template-v2 .widget.bp-profile-search-widget .bps-label { font-size: 16px !important; color: var(--bb-headings-color); } - -.bb-template-v2 .widget.widget_display_forums .bb-sidebar-forums li .bbp-forum-title::before { +.bb-template-v2 .widget.widget_display_forums .bb-sidebar-forums li .bbp-forum-title:before { border: none; height: 9px; width: 9px; top: 0; } - .bb-template-v2 .widget.widget_display_forums .bb-sidebar-forums li .bb-sidebar-forums { border-left: 2px solid var(--bb-content-border-color); margin-left: 4px; padding-left: 12px; } - .bb-template-v2 .widget.bb_widget_recent_posts .widget-title { margin-bottom: 20px !important; } - .bb-template-v2 .widget.widget_bp_follow_following_widget .avatar-block .item-avatar img { width: 42px; max-width: 42px; } - .bb-template-v2 .widget.widget_bp_follow_follower_widget .avatar-block .item-avatar img { width: 42px; max-width: 42px; } - +.bb-template-v2 .widget.widget_follow_us .bb-follow-links { + row-gap: 4px; +} .bb-template-v2 .widget.widget_follow_us .bb-follow-links a { margin-right: 4px; opacity: 1; border-radius: 100%; line-height: 36px; } - .bb-template-v2 .widget.widget_follow_us .bb-follow-links a i { border: 1px solid var(--bb-content-border-color); font-weight: 400; @@ -2048,7 +1972,6 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- font-size: 20px; padding: 7px; } - .bb-template-v2 .widget.widget_follow_us .bb-follow-links a:hover i { background-color: var(--bb-headings-color); border-color: var(--bb-headings-color); @@ -2057,11 +1980,9 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .bb-template-v2 .widget.widget_categories .wp-block-categories-list li a { font-weight: 500; } - .bb-template-v2 .elementor-widget.widget .elementor-widget-container > h5, .bb-template-v2 .widgettitle, .bb-template-v2 .widget-title, @@ -2069,7 +1990,6 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- font-size: 1.25rem; margin-bottom: 23px; } - .bb-template-v2 .elementor-widget.widget .elementor-widget-container > h5 .widget-num-count, .bb-template-v2 .widgettitle .widget-num-count, .bb-template-v2 .widget-title .widget-num-count, @@ -2077,54 +1997,50 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- font-size: 1rem; font-weight: 400; } - .bb-template-v2 .bp-profile-search-widget .bps-form-title { margin: 0; padding: 1.4375rem 1rem 1.125rem; } - .bb-template-v2 .bp-profile-search-widget .bps-form { padding: 1.125rem 1rem 1.375rem; } - .bb-template-v2 .widget.buddypress div.item-options a, -.bb-template-v2 .elementor-widget-wrap div.item-options a { +.bb-template-v2 .elementor-widget-wrap div.item-options a, +.bb-template-v2 .elementor-element div.item-options a { text-transform: uppercase; font-size: 0.6875rem; font-weight: 700; padding-bottom: 5px; color: var(--bb-alternate-text-color); } - .bb-template-v2 .widget.buddypress div.item-options a .widget-num-count, -.bb-template-v2 .elementor-widget-wrap div.item-options a .widget-num-count { +.bb-template-v2 .elementor-widget-wrap div.item-options a .widget-num-count, +.bb-template-v2 .elementor-element div.item-options a .widget-num-count { font-size: 0.6875rem; padding-left: 3px; } - .bb-template-v2 .widget.buddypress div.item-options a.selected, -.bb-template-v2 .elementor-widget-wrap div.item-options a.selected { +.bb-template-v2 .elementor-widget-wrap div.item-options a.selected, +.bb-template-v2 .elementor-element div.item-options a.selected { color: var(--bb-headings-color); } - .bb-template-v2 .widget.buddypress div.item-options, -.bb-template-v2 .elementor-widget-wrap div.item-options { +.bb-template-v2 .elementor-widget-wrap div.item-options, +.bb-template-v2 .elementor-element div.item-options { border-bottom: 0; margin-bottom: 18px; } - .bb-template-v2 .widget.buddypress div.item-options .selected, -.bb-template-v2 .elementor-widget-wrap div.item-options .selected { +.bb-template-v2 .elementor-widget-wrap div.item-options .selected, +.bb-template-v2 .elementor-element div.item-options .selected { border-bottom-color: var(--bb-content-border-color); } - .bb-template-v2 .more-block { text-align: left; margin: 15px 0 0; height: auto; line-height: 1em; } - .bb-template-v2 .more-block a.count-more { font-weight: 700; font-size: 12px; @@ -2136,42 +2052,34 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- color: var(--bb-secondary-button-text-regular); border: 1px solid var(--bb-secondary-button-border-regular); } - .bb-template-v2 .more-block a.count-more:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - .bb-template-v2 .more-block a.count-more: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); } - .bb-template-v2 .more-block a.count-more .bb-icon-angle-right { display: none; } - .bb-template-v2 .widget.widget_bp_groups_widget div.item-avatar a, .bb-template-v2 .widget.widget_bp_groups_widget div.item-avatar img { border-radius: 15px; } - .bb-template-v2 .bb_widget_recent_posts .bb-recent-posts .entry-media.entry-img, .bb-template-v2 .elementor-widget-container .bb-recent-posts .entry-media.entry-img { border-radius: 8px; } - .bb-template-v2 .widget_calendar, .bb-template-v2 .wp-block-calendar { position: relative; } - .bb-template-v2 .widget_calendar #wp-calendar, .bb-template-v2 .wp-block-calendar #wp-calendar { margin-top: 14px; margin-bottom: 0; } - .bb-template-v2 .widget_calendar #wp-calendar *, .bb-template-v2 .widget_calendar #wp-calendar, .bb-template-v2 .wp-block-calendar #wp-calendar *, .bb-template-v2 .wp-block-calendar #wp-calendar { @@ -2179,7 +2087,6 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- font-weight: 500; font-size: 14px; } - .bb-template-v2 .widget_calendar #wp-calendar caption, .bb-template-v2 .wp-block-calendar #wp-calendar caption { padding-bottom: 0; @@ -2189,7 +2096,6 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- line-height: 21.48px; text-transform: none; } - .bb-template-v2 .widget_calendar #wp-calendar thead th, .bb-template-v2 .wp-block-calendar #wp-calendar thead th { background: none; @@ -2198,11 +2104,8 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- font-size: 12px; color: var(--bb-headings-color); } - .bb-template-v2 .widget_calendar #wp-calendar tbody td, .bb-template-v2 .wp-block-calendar #wp-calendar tbody td { - color: var(--bb-alternate-text-color); - background: var(--bb-content-background-color); width: 34px; height: 34px; padding: 0; @@ -2210,7 +2113,6 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- text-align: center; border-radius: var(--bb-button-radius); } - .bb-template-v2 .widget_calendar #wp-calendar tbody td a, .bb-template-v2 .wp-block-calendar #wp-calendar tbody td a { font-weight: 600; @@ -2234,13 +2136,11 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- transition: all linear 0.2s; } @media only screen and (max-width: 800px) { - .bb-template-v2 .widget_calendar #wp-calendar tbody td a, .bb-template-v2 .wp-block-calendar #wp-calendar tbody td a { margin: 0 auto; } } - .bb-template-v2 .widget_calendar #wp-calendar tbody td a:hover, .bb-template-v2 .wp-block-calendar #wp-calendar tbody td a:hover { background-color: var(--bb-primary-color); @@ -2248,13 +2148,97 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .bb-template-v2 .widget_calendar #wp-calendar tbody td#today, .bb-template-v2 .wp-block-calendar #wp-calendar tbody td#today { background-color: var(--bb-primary-color); color: var(--bb-content-background-color); } - +:not(.widget_block) > .bb-template-v2 .widget_calendar.has-small-font-size #wp-calendar *, +:not(.widget_block) > .bb-template-v2 .widget_calendar.has-small-font-size #wp-calendar tbody td, +:not(.widget_block) > .bb-template-v2 .widget_calendar.has-small-font-size #wp-calendar thead th, :not(.widget_block) > +.bb-template-v2 .wp-block-calendar.has-small-font-size #wp-calendar *, +:not(.widget_block) > +.bb-template-v2 .wp-block-calendar.has-small-font-size #wp-calendar tbody td, +:not(.widget_block) > +.bb-template-v2 .wp-block-calendar.has-small-font-size #wp-calendar thead th { + font-size: 11px; +} +:not(.widget_block) > .bb-template-v2 .widget_calendar.has-small-font-size #wp-calendar tbody td, :not(.widget_block) > +.bb-template-v2 .wp-block-calendar.has-small-font-size #wp-calendar tbody td { + height: 24px; + width: 24px; +} +:not(.widget_block) > .bb-template-v2 .widget_calendar.has-large-font-size #wp-calendar *, +:not(.widget_block) > .bb-template-v2 .widget_calendar.has-large-font-size #wp-calendar tbody td, +:not(.widget_block) > .bb-template-v2 .widget_calendar.has-large-font-size #wp-calendar thead th, :not(.widget_block) > +.bb-template-v2 .wp-block-calendar.has-large-font-size #wp-calendar *, +:not(.widget_block) > +.bb-template-v2 .wp-block-calendar.has-large-font-size #wp-calendar tbody td, +:not(.widget_block) > +.bb-template-v2 .wp-block-calendar.has-large-font-size #wp-calendar thead th { + font-size: 18px; +} +:not(.widget_block) > .bb-template-v2 .widget_calendar.has-large-font-size #wp-calendar tbody td, :not(.widget_block) > +.bb-template-v2 .wp-block-calendar.has-large-font-size #wp-calendar tbody td { + height: 40px; + width: 40px; +} +:not(.widget_block) > .bb-template-v2 .widget_calendar.has-x-large-font-size, :not(.widget_block) > +.bb-template-v2 .wp-block-calendar.has-x-large-font-size { + max-width: 450px; +} +:not(.widget_block) > .bb-template-v2 .widget_calendar.has-x-large-font-size #wp-calendar *, +:not(.widget_block) > .bb-template-v2 .widget_calendar.has-x-large-font-size #wp-calendar tbody td, +:not(.widget_block) > .bb-template-v2 .widget_calendar.has-x-large-font-size #wp-calendar thead th, :not(.widget_block) > +.bb-template-v2 .wp-block-calendar.has-x-large-font-size #wp-calendar *, +:not(.widget_block) > +.bb-template-v2 .wp-block-calendar.has-x-large-font-size #wp-calendar tbody td, +:not(.widget_block) > +.bb-template-v2 .wp-block-calendar.has-x-large-font-size #wp-calendar thead th { + font-size: 24px; +} +:not(.widget_block) > .bb-template-v2 .widget_calendar.has-x-large-font-size #wp-calendar thead th, +:not(.widget_block) > .bb-template-v2 .widget_calendar.has-x-large-font-size #wp-calendar tbody td, :not(.widget_block) > +.bb-template-v2 .wp-block-calendar.has-x-large-font-size #wp-calendar thead th, +:not(.widget_block) > +.bb-template-v2 .wp-block-calendar.has-x-large-font-size #wp-calendar tbody td { + height: 60px; + width: 60px; +} +@media screen and (max-width: 544px) { + :not(.widget_block) > .bb-template-v2 .widget_calendar.has-x-large-font-size, :not(.widget_block) > + .bb-template-v2 .wp-block-calendar.has-x-large-font-size { + max-width: 450px; + } + :not(.widget_block) > .bb-template-v2 .widget_calendar.has-x-large-font-size #wp-calendar *, + :not(.widget_block) > .bb-template-v2 .widget_calendar.has-x-large-font-size #wp-calendar tbody td, + :not(.widget_block) > .bb-template-v2 .widget_calendar.has-x-large-font-size #wp-calendar thead th, :not(.widget_block) > + .bb-template-v2 .wp-block-calendar.has-x-large-font-size #wp-calendar *, + :not(.widget_block) > + .bb-template-v2 .wp-block-calendar.has-x-large-font-size #wp-calendar tbody td, + :not(.widget_block) > + .bb-template-v2 .wp-block-calendar.has-x-large-font-size #wp-calendar thead th { + font-size: 20px; + } + :not(.widget_block) > .bb-template-v2 .widget_calendar.has-x-large-font-size #wp-calendar thead th, + :not(.widget_block) > .bb-template-v2 .widget_calendar.has-x-large-font-size #wp-calendar tbody td, :not(.widget_block) > + .bb-template-v2 .wp-block-calendar.has-x-large-font-size #wp-calendar thead th, + :not(.widget_block) > + .bb-template-v2 .wp-block-calendar.has-x-large-font-size #wp-calendar tbody td { + height: 30px; + width: 30px; + padding: 6px 5px; + } +} +.bb-template-v2 .widget_calendar .calendar_wrap .wp-calendar-nav, +.bb-template-v2 .wp-block-calendar .calendar_wrap .wp-calendar-nav { + top: 0; + left: 0; + -webkit-transform: translateY(-10px); + -ms-transform: translateY(-10px); + transform: translateY(-10px); + width: 100%; +} .bb-template-v2 .widget_calendar .wp-calendar-nav, .bb-template-v2 .wp-block-calendar .wp-calendar-nav { display: -webkit-box; @@ -2265,17 +2249,16 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- justify-content: space-between; position: absolute; top: 28px; - left: 0; - width: 100%; + left: 20px; + width: -webkit-calc(100% - 40px); + width: calc(100% - 40px); padding: 0; } - .bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad), .bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad) { height: 38px; width: 38px; } - .bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad) a, .bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad) a { height: 38px; @@ -2296,43 +2279,36 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- transition: all linear 0.2s; text-decoration: none; } - -.bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad) a::before, -.bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad) a::before { +.bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad) a:before, +.bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad) a:before { font-family: bb-icons; font-weight: 300; color: #000; font-size: 16px; } - .bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad) a:hover, .bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad) a:hover { background-color: var(--bb-primary-color); -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - -.bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad) a:hover::before, -.bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad) a:hover::before { +.bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad) a:hover:before, +.bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad) a:hover:before { color: var(--bb-content-background-color); -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - -.bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad).wp-calendar-nav-prev a::before, -.bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad).wp-calendar-nav-prev a::before { +.bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad).wp-calendar-nav-prev a:before, +.bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad).wp-calendar-nav-prev a:before { content: "\e8ab"; } - -.bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad).wp-calendar-nav-next a::before, -.bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad).wp-calendar-nav-next a::before { +.bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad).wp-calendar-nav-next a:before, +.bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad).wp-calendar-nav-next a:before { content: "\e827"; } - .bb-template-v2 .wp-block-group .wp-block-calendar .wp-calendar-nav { top: -8px; } - .bb-template-v2 .content-area :not(.widget_block) > .wp-block-rss, .bb-template-v2 .content-area :not(.widget_block) > .wp-block-search, .bb-template-v2 .content-area :not(.widget_block) > .wp-block-archives, @@ -2344,7 +2320,6 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- .bb-template-v2 .content-area :not(.widget_block) > .wp-block-categories-list { border-radius: 10px; } - .bb-template-v2 .widget_search input[name="bbp_search"], .bb-template-v2 .widget_search input[type="search"], .bb-template-v2 .widget_search input.search, @@ -2355,7 +2330,6 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- border-radius: var(--bb-input-radius); background-color: var(--bb-content-background-color); } - .bb-template-v2 .widget_search .wp-block-search__button, .bb-template-v2 .wp-block-search .wp-block-search__button { background-color: var(--bb-primary-button-background-regular); @@ -2368,12 +2342,10 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .bb-template-v2 .widget_search .wp-block-search__button:focus, .bb-template-v2 .wp-block-search .wp-block-search__button:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .bb-template-v2 .widget_search .wp-block-search__button:hover, .bb-template-v2 .wp-block-search .wp-block-search__button:hover { background-color: var(--bb-primary-button-background-hover); @@ -2382,7 +2354,6 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .bb-template-v2 .wp-block-archives li { margin-bottom: 5px; padding: 8px 10px; @@ -2392,89 +2363,72 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- transition: all linear 0.2s; position: relative; } - .bb-template-v2 .wp-block-archives li a { font-weight: 500; } - -.bb-template-v2 .wp-block-archives li a::before { +.bb-template-v2 .wp-block-archives li a:before { position: absolute; content: ""; inset: 0; } - .bb-template-v2 .wp-block-archives li:hover { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; background-color: var(--bb-content-alternate-background-color); color: var(--bb-headings-color); } - .bb-template-v2 .wp-block-archives li:hover a { color: var(--bb-headings-color); -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .bb-template-v2 .wp-block-archives li:hover a:hover { background-color: transparent; color: var(--bb-headings-color); } - .bb-template-v2 .wp-block-archives li.active { background-color: var(--bb-primary-button-background-regular); color: var(--bb-content-background-color); } - .bb-template-v2 .wp-block-archives li.active a { color: var(--bb-content-background-color); } - .bb-template-v2 .wp-block-archives-dropdown select { border-radius: var(--bb-input-radius); border-color: var(--bb-content-border-color); font-size: 14px; } - .bb-template-v2 .wp-block-archives-dropdown select:focus { box-shadow: none; } - .bb-template-v2 .wp-block-rss { margin-left: -5px; } - .bb-template-v2 .wp-block-rss li:not(:last-child) a { margin-bottom: 5px; } - .bb-template-v2 .wp-block-rss li a { padding: 8px 10px; border-radius: var(--bb-button-radius); font-weight: 500; display: inline-block; } - .bb-template-v2 .wp-block-rss li a:hover { background-color: var(--bb-content-alternate-background-color); color: var(--bb-headings-color); } - .bb-template-v2 .wp-block-rss li ul { margin-left: 20px; } - .bb-template-v2 .wp-block-rss li.current_page_item > a, .bb-template-v2 .wp-block-rss li.current-menu-item > a { background-color: var(--bb-primary-color); color: var(--bb-body-background-color); font-weight: 600; } - .bb-template-v2 .widget_product_tag_cloud .wp-block-tag-cloud, .bb-template-v2 .widget_tag_cloud .wp-block-tag-cloud { margin-bottom: 0; } - .bb-template-v2 .widget_product_tag_cloud a, .bb-template-v2 .widget_tag_cloud a { background: var(--bb-content-alternate-background-color); @@ -2489,7 +2443,6 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- transition: all linear 0.2s; letter-spacing: -0.24px; } - .bb-template-v2 .widget_product_tag_cloud a:hover, .bb-template-v2 .widget_tag_cloud a:hover { background-color: var(--bb-primary-color); @@ -2498,7 +2451,6 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .bb-template-v2 .widget_product_tag_cloud a .tag-link-count, .bb-template-v2 .widget_tag_cloud a .tag-link-count { opacity: 0.7; @@ -2509,38 +2461,30 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- } .bb-template-v2 { - /* Forums statistics */ - /* Latest Posts Widget */ } - .bb-template-v2 .widget .widget-title { letter-spacing: -0.24px; } - .bb-template-v2 .bbp-stats .bbp-count { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } - .bb-template-v2 .bbp-stats .bbp-count strong { font-size: 18px; line-height: 24px; font-weight: 600; color: var(--bb-headings-color); } - .bb-template-v2 .bbp-stats .bbp-count i { display: inline-block; font-size: 24px; } - .bb-template-v2 ul.bbp-stats { margin: 0; } - .bb-template-v2 ul.bbp-stats li { display: -webkit-box; display: -ms-flexbox; @@ -2557,7 +2501,6 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- padding: 15px; margin-bottom: 8px; } - .bb-template-v2 ul.bbp-stats h4 { font-size: 14px; font-weight: 400; @@ -2568,11 +2511,9 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- padding: 0; min-height: auto; } - .bb-template-v2 .wp-block-latest-posts .wp-block-latest-posts__featured-image img { border-radius: 8px; } - .bb-template-v2 .widget.widget_block .wp-block-latest-posts ul li a { padding-left: 0; padding-right: 0; @@ -2581,54 +2522,43 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- .bb-template-v2 .widget.widget_nav_menu ul li { margin: 2px -7px; } - .bb-template-v2 .widget.widget_nav_menu ul li ul li { margin: 2px 0; } - .bb-template-v2 .widget.widget_nav_menu ul a { padding: 8px 10px; } - .bb-template-v2 .widget.widget_nav_menu ul a:hover { background-color: var(--bb-content-alternate-background-color); color: var(--bb-headings-color); } - .bb-template-v2 .widget.widget_nav_menu ul a i { color: var(--bb-alternate-text-color); } - .bb-template-v2 .widget.widget_nav_menu ul li.current-menu-item a { background-color: var(--bb-primary-color); color: var(--bb-body-background-color); } - .bb-template-v2 .widget.widget_nav_menu ul li.current-menu-item a i { color: var(--bb-body-background-color); } -.bb-template-v2 .bs-styled-radio:checked + label::after, .bb-template-v2 .bs-styled-radio:checked + .bb-radio-label::after { +.bb-template-v2 .bs-styled-radio:checked + label:after, .bb-template-v2 .bs-styled-radio:checked + .bb-radio-label:after { display: none; } - -.bb-template-v2 .bs-styled-radio:checked + label::before, .bb-template-v2 .bs-styled-radio:checked + .bb-radio-label::before { +.bb-template-v2 .bs-styled-radio:checked + label:before, .bb-template-v2 .bs-styled-radio:checked + .bb-radio-label:before { border-width: 6px; border-color: var(--bb-primary-color); } - -.bb-template-v2 .bb-radio-style input[type="radio"]:checked + span::before { +.bb-template-v2 .bb-radio-style input[type="radio"]:checked + span:before { border: 6px solid var(--bb-primary-color); } - -.bb-template-v2 .bb-radio-style input[type="radio"]:checked + span::after { +.bb-template-v2 .bb-radio-style input[type="radio"]:checked + span:after { display: none; } - .bb-template-v2 input[type="radio"]:focus { box-shadow: none; } - .bb-template-v2 .widget_search input[name="bbp_search"]:focus, .bb-template-v2 .wp-block-search input[name="bbp_search"]:focus, .bb-template-v2 .widget_search input[type="search"]:focus, @@ -2640,26 +2570,21 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- border-width: 1px; box-shadow: var(--bb-input-focus-shadow); } - .bb-template-v2 .buddypress-wrap .select-wrap:focus-within { border-color: var(--bb-input-focus-border-color); border-width: 1px; box-shadow: var(--bb-input-focus-shadow); } - .bb-template-v2 .bs-forums-banner-wrap input:focus { box-shadow: none; } .bb-template-v2 { - /* Zoom screen */ } - .bb-template-v2 .bp-navs:not(.bp-subnavs) ul li.selected a { border-bottom: 0; } - .bb-template-v2 .buddypress-wrap:not(.bp-single-vert-nav) .bp-manage-group-container, .bb-template-v2 .bp-profile-wrapper, .bb-template-v2 #buddypress .dir-form.bp-search-results-wrapper, @@ -2667,11 +2592,9 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- border: 0; background-color: transparent; } - .bb-template-v2.groups.group-admin #buddypress.bp-single-vert-nav #item-body #group-settings-form { border: 0; } - .bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .current a, .bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .selected a, .bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs .current a, @@ -2681,16 +2604,14 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- background-color: var(--bb-primary-color); color: var(--bb-body-background-color); } - -.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .current a::before, -.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .selected a::before, -.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs .current a::before, -.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs .selected a::before, -.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a::before, -.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a::before { +.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .current a:before, +.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .selected a:before, +.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs .current a:before, +.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs .selected a:before, +.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a:before, +.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a:before { color: var(--bb-body-background-color); } - .bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .current a:hover, .bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .selected a:hover, .bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs .current a:hover, @@ -2700,7 +2621,6 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- background-color: var(--bb-primary-color); color: var(--bb-body-background-color); } - .bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs li a, .bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs li a, .bb-template-v2 .bp-search-results-wrapper .bp-navs li a { @@ -2711,20 +2631,17 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- background-color: transparent; margin-bottom: 1px; } - -.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs li a::before, -.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs li a::before, -.bb-template-v2 .bp-search-results-wrapper .bp-navs li a::before { +.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs li a:before, +.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs li a:before, +.bb-template-v2 .bp-search-results-wrapper .bp-navs li a:before { color: var(--bb-alternate-text-color); } - .bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs li a:hover, .bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs li a:hover, .bb-template-v2 .bp-search-results-wrapper .bp-navs li a:hover { color: var(--bb-headings-color); border: 0; } - .bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs li a { padding: 13px 20px; line-height: 14px; @@ -2733,89 +2650,74 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- background-color: transparent; margin-bottom: 1px; } - -.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs li a::before { +.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs li a:before { color: var(--bb-alternate-text-color); } - .bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs li a:hover { color: var(--bb-headings-color); border: 0; } - .bb-template-v2.groups.group-admin #buddypress #item-body #group-settings-form { border: 1px solid var(--bb-content-border-color); } - .bb-template-v2.groups.group-admin .bp-navs.group-subnav { border: 0; background-color: transparent; padding: 0 25px 0 0; } - .bb-template-v2.groups.group-admin .bp-navs.group-subnav a { border-radius: 6px; background-color: transparent; } - .bb-template-v2.groups.group-admin .bp-navs.group-subnav a:hover { background-color: var(--bb-content-alternate-background-color); color: var(--bb-headings-color); } - .bb-template-v2.groups.group-admin .bp-navs.group-subnav .current a, .bb-template-v2.groups.group-admin .bp-navs.group-subnav .selected a { background-color: var(--bb-primary-color); border: 0; color: var(--bb-body-background-color); } - .bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav .selected a { color: var(--bb-primary-color); } - .bb-template-v2.groups.group-admin #buddypress.buddypress-wrap.bp-single-vert-nav #item-body { border: 1px solid var(--bb-content-border-color); border-radius: var(--bb-block-radius); background-color: var(--bb-content-background-color); padding-right: 20px; + padding-top: 10px; } - .bb-template-v2.messages .bp-single-vert-nav #item-body, .bb-template-v2.groups.group-admin #buddypress.buddypress-wrap.bp-single-vert-nav #item-body { margin-left: 20px; } - .bb-template-v2 #buddypress .bp-search-results-wrapper .search_results, .bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper:not(.need-separator) .bp-profile-content { border: 1px solid var(--bb-content-border-color); border-radius: var(--bb-block-radius); background-color: var(--bb-content-background-color); } - .bb-template-v2 .bp-search-results-wrapper .bp-navs, .bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav { border: 0; background-color: transparent; padding: 0 25px 0 0; } - .bb-template-v2 .bp-search-results-wrapper .bp-navs a, .bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav a { border-radius: 6px; background-color: transparent; } - -.bb-template-v2 .bp-search-results-wrapper .bp-navs a::before, -.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav a::before { +.bb-template-v2 .bp-search-results-wrapper .bp-navs a:before, +.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav a:before { color: var(--bb-alternate-text-color); } - .bb-template-v2 .bp-search-results-wrapper .bp-navs a:hover, .bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav a:hover { background-color: var(--bb-content-alternate-background-color); color: var(--bb-headings-color); } - .bb-template-v2 .bp-search-results-wrapper .bp-navs .current a, .bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a, .bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .current a, @@ -2824,21 +2726,18 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- border: 0; color: var(--bb-body-background-color); } - -.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a::after, -.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a::after, -.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .current a::after, -.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .selected a::after { +.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a:after, +.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a:after, +.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .current a:after, +.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .selected a:after { display: none; } - -.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a::before, -.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a::before, -.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .current a::before, -.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .selected a::before { +.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a:before, +.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a:before, +.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .current a:before, +.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .selected a:before { color: var(--bb-body-background-color); } - .bb-template-v2 .bp-search-results-wrapper .bp-navs .current a .count, .bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a .count, .bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .current a .count, @@ -2846,92 +2745,80 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- background-color: var(--bb-body-background-color); color: var(--bb-primary-color); } - .bb-template-v2 .bp-search-results-wrapper .bp-navs .current a, .bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a { border-top: 0; border-bottom: 0; padding: 10px 20px; } - .bb-template-v2 .bp-search-results-wrapper .bp-navs .current a:hover, .bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a:hover { border-top: 0; border-bottom: 0; } - .bb-template-v2 .bp-search-results-wrapper .bp-navs .current a:hover .count, .bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a:hover .count { background-color: var(--bb-body-background-color); color: var(--bb-primary-color); } - .bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs, .bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs { border: 0; background-color: transparent; padding: 0 25px 0 0; } - .bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs a, .bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs a { border-radius: 6px; } - .bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs a:hover, .bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs a:hover { background-color: var(--bb-content-alternate-background-color); color: var(--bb-headings-color); } - .bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .selected a, .bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs .selected a { background-color: var(--bb-primary-color); border: 0; color: var(--bb-body-background-color); } - .bb-template-v2 .bp-invites-container .bb-bp-invites-content { border: 1px solid var(--bb-content-border-color); border-radius: var(--bb-block-radius); background-color: var(--bb-content-background-color); } +.bb-template-v2 .bp-invites-container .bp-navs li:first-child a { + margin-left: 0; +} @media screen and (max-width: 46.8em) { - .bb-template-v2 nav#object-nav.bb-single-main-nav--vertical { border: 0; padding: 0; } } @media screen and (min-width: 46.8em) { - .bb-template-v2 .bp-single-vert-nav .bp-wrap:not(.bp-fullwidth-wrap) { border: 0; background-color: transparent; } - .bb-template-v2 nav#object-nav.bb-single-main-nav--vertical { border-right: 0; padding-right: 10px; padding-top: 0; background-color: transparent; } - .bb-template-v2 nav#object-nav.bb-single-main-nav--vertical a { border-radius: 6px; } - .bb-template-v2 nav#object-nav.bb-single-main-nav--vertical a:hover { background-color: var(--bb-content-alternate-background-color); color: var(--bb-headings-color); } - .bb-template-v2 #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap nav#object-nav.vertical li.selected, .bb-template-v2 nav#object-nav.bb-single-main-nav--vertical .selected, .bb-template-v2 nav#object-nav.vertical .selected { border-radius: 6px; } - .bb-template-v2 #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap nav#object-nav.vertical li.selected > a, .bb-template-v2 nav#object-nav.bb-single-main-nav--vertical .selected > a, .bb-template-v2 nav#object-nav.vertical .selected > a { @@ -2939,76 +2826,63 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- border: 0; color: var(--bb-body-background-color); } - .bb-template-v2 #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap nav#object-nav.vertical li.selected > a .count, .bb-template-v2 nav#object-nav.bb-single-main-nav--vertical .selected > a .count, .bb-template-v2 nav#object-nav.vertical .selected > a .count { background-color: var(--bb-body-background-color); color: var(--bb-primary-color); } - .bb-template-v2 #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap nav#object-nav.vertical ul li.selected a:hover { background-color: var(--bb-primary-color); color: var(--bb-body-background-color); } - - .bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .selected::after { + .bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .selected:after { background-color: transparent; } } - .bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav, .bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav { border-bottom: 1px solid var(--bb-content-border-color); display: block; padding: 15px 20px 13px; } - .bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav li.bp-groups-tab, .bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav li.bp-groups-tab { margin-top: 0; } - .bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav li:not(:last-child), .bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav li:not(:last-child) { padding-right: 10px; } - .bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav #bp-zoom-switch-type, .bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav #bp-zoom-switch-type { margin-top: -4px; } - .bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav #bp-zoom-switch-type > a, .bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav #bp-zoom-switch-type > a { background-color: transparent; border-radius: 0; border: 0; } - .bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav #bp-zoom-switch-type > a:first-child, .bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav #bp-zoom-switch-type > a:first-child { border-right: 1px solid var(--bb-content-border-color); } - .bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav #sync-webinars-groups-li, .bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav #sync-meetings-groups-li, .bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav #sync-webinars-groups-li, .bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav #sync-meetings-groups-li { margin-top: -2px; } - .bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav #webinars-sync, .bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav #meetings-sync, .bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav #webinars-sync, .bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav #meetings-sync { background-color: transparent; } - .bb-template-v2 .buddypress-wrap .item-body #subnav ul li { margin-bottom: 5px; } - .bb-template-v2 .bb-profile-grid.bb-grid #subnav.bp-navs .sub-menu li { margin-bottom: 0; } @@ -3026,45 +2900,36 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- margin-top: 5px; margin-bottom: 22px; } - .bb-template-v2 .bp-dir-hori-nav:not(.bp-vertical-navs) nav#object-nav > ul > li > a:not(.more-button) { padding: 20px 0 2px; } - .bb-template-v2 .bp-dir-hori-nav:not(.bp-vertical-navs) nav#object-nav a.more-button { padding: 23px 0 2px; } - .bb-template-v2 nav#object-nav .selected > a { border: 0; } - .bb-template-v2 nav#object-nav > ul > li > a .bb-single-nav-item-point { border-bottom: 2px solid transparent; padding-bottom: 10px; } - .bb-template-v2 nav#object-nav > ul > .selected > a .bb-single-nav-item-point { border-bottom: 2px solid var(--bb-primary-color); padding-bottom: 10px; } - .bb-template-v2 nav#object-nav > ul > .selected > a .bb-single-nav-item-point { border-bottom: 2px solid var(--bb-primary-color); padding-bottom: 10px; } @media screen and (min-width: 46.8em) { - .bb-template-v2 nav#object-nav.bb-single-main-nav--vertical > ul > li > a .bb-single-nav-item-point { padding-bottom: 0; border: 0; } } - .bb-template-v2 .buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav#subnav, .bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav { border-bottom: 0; } - .bb-template-v2 .subnav li.current a, .bb-template-v2 .subnav li.selected a, .bb-template-v2 .bp-single-vert-nav .subnav li.current a, @@ -3076,7 +2941,6 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- border: 1px solid var(--bb-content-border-color); color: var(--bb-headings-color); } - .bb-template-v2 .subnav li.current a:hover, .bb-template-v2 .subnav li.selected a:hover, .bb-template-v2 .bp-single-vert-nav .subnav li.current a:hover, @@ -3087,17 +2951,14 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- background-color: var(--bb-content-alternate-background-color); color: var(--bb-headings-color); } - .bb-template-v2 .subnav li, .bb-template-v2 .bp-single-vert-nav .subnav li, .bb-template-v2.groups .bp-single-vert-nav .subnav li, .bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav li, .bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li { padding-right: 10px; } - .bb-template-v2 .subnav li:not(:last-child), .bb-template-v2 .bp-single-vert-nav .subnav li:not(:last-child), .bb-template-v2.groups .bp-single-vert-nav .subnav li:not(:last-child), .bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav li:not(:last-child), .bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li:not(:last-child) { padding-right: 10px; } - .bb-template-v2 .subnav li a, .bb-template-v2 .bp-single-vert-nav .subnav li a, .bb-template-v2.groups .bp-single-vert-nav .subnav li a, .bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav li a, .bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li a { padding: 0 15px; @@ -3108,38 +2969,31 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- background-color: var(--bb-content-alternate-background-color); margin: 0; } - .bb-template-v2 .subnav li a:hover, .bb-template-v2 .bp-single-vert-nav .subnav li a:hover, .bb-template-v2.groups .bp-single-vert-nav .subnav li a:hover, .bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav li a:hover, .bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li a:hover { border: 1px solid var(--bb-content-border-color); } - .bb-template-v2 .bb-profile-grid.bb-grid #subnav.bp-navs .subnav a.more-button { background-color: transparent; border: 0; padding: 5px 0 0; } - -.bb-template-v2 .bb-profile-grid.bb-grid #subnav.bp-navs .subnav .more-button.active::after { +.bb-template-v2 .bb-profile-grid.bb-grid #subnav.bp-navs .subnav .more-button.active:after { display: none; } - .bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs li { padding-right: 0; } - .bb-template-v2 .bp-messages-container .subnav li a { border: 0; padding: 0; color: var(--bb-headings-color); background: none; } - .bb-template-v2 .bp-messages-container .subnav li a:hover, .bb-template-v2 .bp-messages-container .subnav li a:focus { background-color: transparent; color: var(--bb-primary-color); } - .bb-template-v2 #subnav li:not(.current) a:focus, .bb-template-v2 #subnav li:not(.current) a:hover, .bb-template-v2 #subnav li:not(.selected) a:focus, @@ -3147,19 +3001,15 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- color: var(--bb-headings-color); background-color: var(--bb-content-alternate-background-color); } - .bb-template-v2 .messages-wrapper #subnav #compose-action-personal-li .bb_more_options_action:hover, .bb-template-v2 .messages-wrapper #subnav #compose-personal-li a:hover { background: none; color: var(--bb-primary-color); } - .bb-template-v2.groups.group-messages .bp-single-vert-nav #item-body #subnav .subnav { margin: 0; - padding: 15px 0; } @media screen and (max-width: 900px) { - .bb-template-v2 #buddypress .bp-settings-container .bp-navs li a { padding: 10px 15px; } @@ -3169,47 +3019,37 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- background-color: transparent; border: 0; } - .bb-template-v2 .woocommerce .woocommerce-MyAccount-content { background-color: var(--bb-content-background-color); border: 1px solid var(--bb-content-border-color); border-radius: var(--bb-block-radius); } - .bb-template-v2 .woocommerce-MyAccount-navigation { padding-right: 30px; } - .bb-template-v2 .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading { display: none; } - .bb-template-v2 .woocommerce .woocommerce-MyAccount-navigation ul li a { border-radius: 6px; } - .bb-template-v2 .woocommerce .woocommerce-MyAccount-navigation ul li a:hover { color: var(--bb-headings-color); } - -.bb-template-v2 .woocommerce .woocommerce-MyAccount-navigation ul li a::before { +.bb-template-v2 .woocommerce .woocommerce-MyAccount-navigation ul li a:before { color: var(--bb-alternate-text-color); } - .bb-template-v2 .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a { background-color: var(--bb-primary-color); color: var(--bb-body-background-color); } - -.bb-template-v2 .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a::before { +.bb-template-v2 .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:before { color: var(--bb-body-background-color); } @media screen and (max-width: 800px) { - .bb-template-v2 .woocommerce-MyAccount-navigation { padding-right: 0; } - .bb-template-v2 .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading { display: block; } @@ -3218,84 +3058,63 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- .bb-template-v2 .lifterlms .llms-student-dashboard { border: 0; } - .bb-template-v2 .llms-student-dashboard .llms-student-dashboard__frame { border: 1px solid var(--bb-content-border-color); border-radius: var(--bb-block-radius); } - .bb-template-v2 .lifterlms .llms-sd-header { background-color: transparent; border: 0; padding-right: 30px; } - .bb-template-v2 .lifterlms .llms-sd-header .llms-sd-items { padding: 0; } - .bb-template-v2 .llms-sd-items li.llms-sd-item { border-radius: 6px; } - .bb-template-v2 .llms-sd-items li.llms-sd-item:hover { background-color: var(--bb-content-alternate-background-color); } - .bb-template-v2 .lifterlms .llms-student-dashboard .llms-sd-link:hover { color: var(--bb-headings-color); } - -.bb-template-v2 .lifterlms .llms-student-dashboard .llms-sd-link::before { +.bb-template-v2 .lifterlms .llms-student-dashboard .llms-sd-link:before { color: var(--bb-alternate-text-color); } - .bb-template-v2 .llms-sd-items li.llms-sd-item.current:hover { background-color: var(--bb-primary-color); } - -.bb-template-v2 .llms-sd-items .current { +.bb-template-v2 .llms-student-dashboard .llms-sd-nav .llms-sd-items .llms-sd-item.current { background-color: var(--bb-primary-color); } - -.bb-template-v2 .llms-sd-items .current:hover { +.bb-template-v2 .llms-student-dashboard .llms-sd-nav .llms-sd-items .llms-sd-item.current:hover { background-color: var(--bb-primary-color); } - -.bb-template-v2 .llms-sd-items .current .llms-sd-link { +.bb-template-v2 .llms-student-dashboard .llms-sd-nav .llms-sd-items .llms-sd-item.current .llms-sd-link { color: var(--bb-body-background-color); } - -.bb-template-v2 .llms-sd-items .current .llms-sd-link:hover { +.bb-template-v2 .llms-student-dashboard .llms-sd-nav .llms-sd-items .llms-sd-item.current .llms-sd-link:hover { color: var(--bb-body-background-color); } - -.bb-template-v2 .llms-sd-items .current .llms-sd-link::before { +.bb-template-v2 .llms-student-dashboard .llms-sd-nav .llms-sd-items .llms-sd-item.current .llms-sd-link:before { color: var(--bb-body-background-color); } -.bb-template-v2 .bp-navs ul:not(.subnav) li.selected a { +.bb-template-v2 .bp-navs ul.component-navigation:not(.subnav) li.selected a { border-bottom: 0; } - .bb-template-v2 .bb-courses-directory .bp-navs > ul > li > a, .bb-template-v2 .lifterlms-course-list .bp-navs.bp-subnavs > ul > li > a { - padding-bottom: 0; + padding: 10px 0; } - -.bb-template-v2 .lifterlms-course-list .bp-navs.bp-subnavs > ul > li { - padding-right: 15px; -} - .bb-template-v2 .bp-navs > ul > li a .bb-component-nav-item-point { border-bottom: 2px solid transparent; padding-bottom: 10px; } - .bb-template-v2 .bp-navs > ul > li.current a .bb-component-nav-item-point, .bb-template-v2 .bp-navs > ul > li.selected a .bb-component-nav-item-point { border-bottom: 2px solid var(--bb-primary-color); } - .bb-template-v2 .bp-subnavs > ul > li.current:hover .bb-component-nav-item-point, .bb-template-v2 .bp-subnavs > ul > li.selected:hover .bb-component-nav-item-point, .bb-template-v2 .bp-navs > ul > li.current:hover .bb-component-nav-item-point, .bb-template-v2 .bp-navs > ul > li.selected:hover .bb-component-nav-item-point { @@ -3306,24 +3125,20 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- padding-left: 10px; padding-right: 10px; } - .bb-template-v2 ul.buddypanel-menu > li > a > i ~ span:not(.count) { margin-left: -5px; vertical-align: middle; } - .bb-template-v2 .buddypanel #site-logo { padding-left: 10px; padding-right: 10px; } - .bb-template-v2 .buddypanel .bb-toggle-panel { padding-left: 8px; padding-right: 8px; min-width: 48px; border-radius: 6px; } - .bb-template-v2 .buddypanel .bb-toggle-panel:hover { background-color: var(--bb-sidenav-menu-background-color-hover); } @@ -3331,93 +3146,74 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- .bb-template-v2 .side-panel-menu li { min-height: 50px; } - .bb-template-v2 .side-panel-menu a { padding: 13px 0; width: -webkit-calc(100% - 20px); width: calc(100% - 20px); border-radius: 6px; } - .bb-template-v2 .side-panel-menu > li:not(.current-menu-item) > a:hover { background-color: var(--bb-sidenav-alt-background); color: var(--bb-sidenav-links); } - .bb-template-v2 .side-panel-menu > li:not(.current-menu-item) > a:hover i { color: var(--bb-sidenav-links); } - .bb-template-v2 .side-panel-menu .current-menu-parent.current-menu-item > a, .bb-template-v2 .side-panel-menu > .current-menu-item > a { background-color: var(--bb-sidenav-menu-background-color-active); color: var(--bb-sidenav-text-active); } - .bb-template-v2 .side-panel-menu .current-menu-parent.current-menu-item > a span.count, .bb-template-v2 .side-panel-menu > .current-menu-item > a span.count { background-color: var(--bb-sidenav-count-background-color-active); color: var(--bb-sidenav-count-text-color-active); } - .bb-template-v2 .side-panel-menu .current-menu-parent.current-menu-item > a > .bs-submenu-toggle, .bb-template-v2 .side-panel-menu > .current-menu-item > a > .bs-submenu-toggle { color: var(--bb-sidenav-text-active); } - .bb-template-v2 .side-panel-menu .current-menu-parent.current-menu-item > a:hover, .bb-template-v2 .side-panel-menu > .current-menu-item > a:hover { background-color: var(--bb-sidenav-menu-background-color-active); color: var(--bb-sidenav-text-active); } - .bb-template-v2 .side-panel-menu .current-menu-parent.current-menu-item > a:hover span.count, .bb-template-v2 .side-panel-menu > .current-menu-item > a:hover span.count { background-color: var(--bb-sidenav-count-background-color-active); color: var(--bb-sidenav-count-text-color-active); } - .bb-template-v2 .side-panel-menu .current-menu-parent.current-menu-item > a:hover > .bs-submenu-toggle, .bb-template-v2 .side-panel-menu > .current-menu-item > a:hover > .bs-submenu-toggle { color: var(--bb-sidenav-text-active); } - .bb-template-v2 .side-panel-menu .current-menu-parent.current-menu-item + .current-menu-item, .bb-template-v2 .side-panel-menu > .current-menu-item + .current-menu-item { margin-top: 5px; } - .bb-template-v2 .side-panel-menu > .current-menu-item > a, .bb-template-v2 .side-panel-menu > .current-menu-item > i { color: var(--bb-sidenav-text-active); } - .bb-template-v2 .side-panel-menu > .current-menu-item > a:hover i { color: var(--bb-sidenav-text-active); } - .bb-template-v2 .side-panel-menu > .current-menu-item .sub-menu a { color: var(--bb-sidenav-text-regular); background-color: var(--bb-sidenav-menu-background-color-regular); } - .bb-template-v2 .side-panel-menu > .current-menu-item .sub-menu .current-menu-item > a { background-color: var(--bb-sidenav-menu-background-color-active); color: var(--bb-sidenav-text-active); } - .bb-template-v2 .side-panel-menu > .current-menu-item .sub-menu .current-menu-item > a span.count { background-color: var(--bb-sidenav-count-background-color-active); color: var(--bb-sidenav-count-text-color-active); } - .bb-template-v2 .side-panel-menu > .current-menu-item .sub-menu .current-menu-item > a > .bs-submenu-toggle { color: var(--bb-sidenav-text-active); } - .bb-template-v2 .side-panel-menu .sub-menu a { width: -webkit-calc(100% - 42px); width: calc(100% - 42px); } - .bb-template-v2 ul.buddypanel-menu-block li a, .bb-template-v2 .widget.widget_block ul.buddypanel-menu-block li a { border-radius: 6px; - font-weight: 400; + font-weight: normal; } - .bb-template-v2 ul.buddypanel-menu-block li a > span, .bb-template-v2 .widget.widget_block ul.buddypanel-menu-block li a > span { font-weight: 500; @@ -3427,12 +3223,10 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- 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 span.count { background-color: var(--bb-content-background-color); color: var(--bb-primary-color); } - .bb-template-v2 .side-panel-inner.is_block .buddypanel-menu-block li.current-menu-item > a > .bs-submenu-toggle { color: var(--bb-content-background-color); } @@ -3449,7 +3243,6 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- width: -webkit-calc(100% - 12px); width: calc(100% - 12px); } - .bb-template-v2 .content-area .side-panel-inner.is_block ul.buddypanel-menu.has-section-menu li:not(.bb-menu-section) > a .bs-submenu-toggle { right: 22px; } @@ -3462,7 +3255,6 @@ body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header- .bb-template-v2 .side-panel-inner.is_block .buddypanel-menu-block li.bb-menu-section a { padding-left: 20px; } - .bb-template-v2 .side-panel-inner.is_block .buddypanel-menu-block li.bb-menu-section ~ li:not(.bb-menu-section) > a { width: 100%; } @@ -3479,7 +3271,6 @@ body.bb-template-v2.bb-buddypanel:not(.buddypanel-open).bb-sfwd-aside .buddypane body.bb-template-v2:not(.buddypanel-open) .buddypanel .buddypanel-site-icon { padding: 15px 2px 25px; } - body.bb-template-v2:not(.buddypanel-open) .buddypanel.buddypanel--toggle-off .buddypanel-site-icon { padding-top: 20px; } @@ -3487,7 +3278,6 @@ body.bb-template-v2:not(.buddypanel-open) .buddypanel.buddypanel--toggle-off .bu .bb-template-v2.buddypanel-open .buddypanel .side-panel-inner li:not(.current-menu-item) a i:not(.bb-icon-angle-down) { opacity: 0.5; } - .bb-template-v2.buddypanel-open .buddypanel .side-panel-inner li.current-menu-item > a > i:not(.bb-icon-angle-down) { opacity: 1; } @@ -3502,35 +3292,36 @@ body.bb-template-v2:not(.buddypanel-open) .buddypanel.buddypanel--toggle-off .bu .bb-template-v2 .learndash-wrapper .ld-section-heading h2, .bb-template-v2 .bb-single-course-sidebar h4, +.bb-template-v2 .bb-about-instructor .bb-instructor-heading, .bb-template-v2 .bb-about-instructor h4 { text-transform: none; } - .bb-template-v2 .learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading h2, .bb-template-v2 .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading h2 { font-size: 20px; } - +.bb-template-v2 .bb-about-instructor .bb-instructor-heading, .bb-template-v2 .bb-about-instructor h4 { font-size: 20px; } - .bb-template-v2 .bb-single-course-sidebar h4 { font-size: 18px; } -.bb-template-v2.single-course.llms-pointer .llms-meta-info h3, .bb-template-v2.single-course.llms-pointer .llms-instructor-info h3, .bb-template-v2.single-course.llms-pointer .lifterlms_course_information h3, +.bb-template-v2.single-course.llms-pointer .llms-meta-info h3, .bb-template-v2.single-course.llms-pointer .llms-meta-info .llms-meta-title, .bb-template-v2.single-course.llms-pointer .llms-instructor-info h3, .bb-template-v2.single-course.llms-pointer .lifterlms_course_information h3, .bb-template-v2 .bb-llms-content-wrap .review_title, .bb-template-v2 .bb-llms-content-wrap .comments-title { text-transform: none; } - -.bb-template-v2.single-course.llms-pointer .llms-meta-info h3, .bb-template-v2.single-course.llms-pointer .llms-instructor-info h3, +.bb-template-v2.single-course.llms-pointer .llms-meta-info h3, .bb-template-v2.single-course.llms-pointer .llms-meta-info .llms-meta-title, .bb-template-v2.single-course.llms-pointer .llms-instructor-info h3, .bb-template-v2 .bb-llms-content-wrap .review_title, .bb-template-v2 .bb-llms-content-wrap .comments-title { font-size: 18px; } - .bb-template-v2.single-course.llms-pointer .lifterlms_course_information h3 { font-size: 16px; } + +.bb-template-v2 .tutor-dropdown { + padding: 8px; +} diff --git a/web/app/themes/buddyboss-theme/assets/css/template-v2.css.map b/web/app/themes/buddyboss-theme/assets/css/template-v2.css.map index 3c0bfdb2..c6aaca5d 100644 --- a/web/app/themes/buddyboss-theme/assets/css/template-v2.css.map +++ b/web/app/themes/buddyboss-theme/assets/css/template-v2.css.map @@ -1,7 +1,7 @@ { "version": 3, -"mappings": "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", -"sources": ["scss/functions/components/_utils.scss","scss/template/components/_v2.scss","scss/functions/components/_functions.scss","scss/functions/components/_variables.scss","scss/template/components/_v2-common.scss","scss/functions/components/_buttons.scss","scss/template/components/_v2-borders.scss","scss/template/components/_v2-popup.scss","scss/template/components/_v2-widgets.scss","scss/template/components/_v2-forms.scss","scss/template/components/_v2-nav.scss","scss/template/components/_v2-buddypanel.scss","scss/template/components/_v2-learndash.scss","scss/template/components/_v2-llms.scss"], +"mappings": "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", +"sources": ["scss/functions/components/_utils.scss","scss/template/components/_v2.scss","scss/functions/components/_functions.scss","scss/functions/components/_variables.scss","scss/template/components/_v2-common.scss","scss/functions/components/_buttons.scss","scss/template/components/_v2-borders.scss","scss/template/components/_v2-popup.scss","scss/template/components/_v2-widgets.scss","scss/template/components/_v2-forms.scss","scss/template/components/_v2-nav.scss","scss/template/components/_v2-buddypanel.scss","scss/template/components/_v2-learndash.scss","scss/template/components/_v2-llms.scss","scss/template/components/_v2-tutorlms.scss"], "names": [], "file": "template-v2.css" } diff --git a/web/app/themes/buddyboss-theme/assets/css/template-v2.min.css b/web/app/themes/buddyboss-theme/assets/css/template-v2.min.css index ece07a61..19cc4c47 100644 --- a/web/app/themes/buddyboss-theme/assets/css/template-v2.min.css +++ b/web/app/themes/buddyboss-theme/assets/css/template-v2.min.css @@ -1,1137 +1 @@ -.bb-template-v2 .site-header .bb-header-loader{margin:.625rem 0 1.25rem} - -.bb-template-v2 .notification-dropdown{border-radius:10px} - -.bb-template-v2 .notification-content .posted,.bb-template-v2 .notification-content .typing-indicator{font-weight:400} - -.bb-template-v2 .notification-wrap.menu-item-has-children>a::before{display:none} - -.bb-template-v2 .notification-header{padding:1.25rem .9375rem .9375rem} - -.bb-template-v2 .notification-header .title{font-weight:600} - -.bb-template-v2 .site-header .notification-list{padding:0 .625rem} - -.bb-template-v2 .notification-header{border-bottom:0} - -.bb-template-v2 .notification-wrap .notification-list li{border-bottom:0;border-radius:6px;padding:.75rem .625rem} - -.bb-template-v2 .notification-wrap .notification-list li.unread::before{right:18px} - -.bb-template-v2 .notification-wrap .notification-list li.bs-item-wrap{background-color:var(--bb-content-alternate-background-color)} - -.bb-template-v2 .notification-wrap .notification-list li.bs-item-wrap:hover{background-color:var(--bb-content-alternate-background-color)} - -.bb-template-v2 .notification-wrap .notification-list li.bs-item-wrap .notification-content{padding:.3125rem 0} - -.bb-template-v2 .menu-item-has-children .notification-list li:last-child{margin-bottom:.9375rem} - -.bb-template-v2 .header-mini-cart p.woocommerce-mini-cart__buttons{padding:.9375rem .9375rem .9375rem 0} - -.bb-template-v2 .header-mini-cart p.woocommerce-mini-cart__total{padding:.8125rem 0 .75rem .9375rem} - -.bb-template-v2 .header-mini-cart p.woocommerce-mini-cart__total strong{font-weight:500} - -.bb-template-v2 .header-mini-cart .woocommerce-mini-cart__empty-message{background-color:var(--bb-content-alternate-background-color);margin:0 10px 15px;border-radius:6px;font-weight:400} - -.bb-template-v2 .header-mini-cart ul.cart_list{border-bottom:1px solid var(--bb-content-border-color)} - -.bb-template-v2 .header-mini-cart ul.cart_list li.mini_cart_item{border:0;border-radius:6px;margin:0 .625rem} - -.bb-template-v2 .header-mini-cart ul.cart_list li.mini_cart_item:last-child{margin-bottom:.9375rem} - -.bb-template-v2 .header-mini-cart ul.cart_list li.mini_cart_item>a:not(.remove){font-weight:500} - -.bb-template-v2 .user-wrap.menu-item-has-children .sub-menu{min-width:250px} - -.bb-template-v2 .site-header .sub-menu li:hover>a{color:var(--bb-body-text-color)} - -.bb-template-v2 .site-header .sub-menu li:hover>a>i._mi{color:var(--bb-body-text-color)} - -.bb-template-v2 .header-aside .wrapper li .wrapper{background-color:transparent;box-shadow:none;left:-177px} - -.bb-template-v2 .header-aside .wrapper li .wrapper .ab-submenu,.bb-template-v2 .header-aside .wrapper li .wrapper .bb-sub-menu{border-radius:10px;background-color:var(--bb-content-background-color);box-shadow:0 3px 8px rgba(0,0,0,.06),0 6px 24px rgba(0,0,0,.12)} - -.bb-template-v2 .header-aside .wrapper li .wrapper .ab-submenu a:hover,.bb-template-v2 .header-aside .wrapper li .wrapper .bb-sub-menu a:hover{background:var(--bb-content-alternate-background-color);color:var(--bb-body-text-color)} - -.bb-template-v2 .header-aside .wrapper li .wrapper::before{display:none} - -.bb-template-v2 .header-aside .wrapper .sub-menu-inner{width:100%} - -.bb-template-v2 .user-wrap.menu-item-has-children #header-my-account-menu .bb-sub-menu a:hover{background-color:var(--bb-content-alternate-background-color)} - -.bb-template-v2 .user-wrap.menu-item-has-children .sub-menu-inner li .user-mention{color:var(--bb-alternate-text-color)} - -.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-ancestor.no-icon>a::before,.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-item.no-icon>a::before,.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .no-icon>a::before{color:var(--bb-alternate-text-color)} - -.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu li:hover>a{color:var(--bb-body-text-color);background:var(--bb-content-alternate-background-color)} - -.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu li:hover>a::before,.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu li:hover>a>i{color:var(--bb-alternate-text-color)} - -.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu a{color:var(--bb-body-text-color)} - -.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu a::before,.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu a>i{color:var(--bb-alternate-text-color)} - -.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu a:hover{color:var(--bb-body-text-color);background:var(--bb-content-alternate-background-color)} - -.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu a:hover::before,.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu a:hover>i{color:var(--bb-alternate-text-color)} - -.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-ancestor>a,.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-item>a{color:var(--bb-body-text-color);background:var(--bb-content-alternate-background-color)} - -.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-ancestor>a::before,.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-ancestor>a>i,.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-item>a::before,.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-item>a>i{color:var(--bb-alternate-text-color)} - -.bb-template-v2 .user-wrap.menu-item-has-children .sub-menu-inner li.menupop .ab-sub-wrapper .ab-submenu{border-radius:10px} - -.bb-template-v2 ul.buddypanel-menu li.bb-menu-section a{padding-left:20px} - -.bb-template-v2 .buddypanel-menu a span.count{background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color);border:1px solid rgba(0,0,0,.05);border-radius:6px;box-shadow:none;-webkit-transition:none;transition:none} - -.bb-template-v2 .buddypanel-menu a:hover span.count{background-color:var(--bb-primary-color);color:var(--bb-body-background-color);border-color:transparent} - -.bb-template-v2 .buddypanel-menu .current-menu-item>a span.count{background-color:var(--bb-body-background-color);color:var(--bb-primary-color);border-color:transparent} - -.bb-template-v2 .buddypanel-menu .current-menu-item>a:hover span.count{background-color:var(--bb-body-background-color);color:var(--bb-primary-color);border-color:transparent} - -.bb-template-v2 .site-header .sub-menu a{border:0;border-radius:6px;margin:0 8px} - -.bb-template-v2 .site-header .sub-menu .current-menu-ancestor>a,.bb-template-v2 .site-header .sub-menu .current-menu-item>a,.bb-template-v2 .site-header .sub-menu .current-menu-parent>a,.bb-template-v2 .site-header .sub-menu li:hover>a{color:var(--bb-body-text-color);font-weight:400} - -.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link .user-name{margin-right:10px;font-weight:600;color:var(--bb-header-links)} - -.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link .bb-icon-angle-down{display:none} - -.bb-template-v2 .site-header .user-wrap.menu-item-has-children .sub-menu{border-radius:10px} - -.bb-template-v2 .site-header .user-wrap.menu-item-has-children .sub-menu::before{display:none} - -.bb-template-v2 .primary-menu>.menu-item-has-children:not(.hideshow){padding-right:5px} - -.bb-template-v2 .primary-menu>.menu-item-has-children:not(.hideshow)::after{right:5px} - -.bb-template-v2 .primary-menu>.menu-item-has-children:not(.hideshow)>a{padding-right:27px} - -.bb-template-v2 .primary-menu>.menu-item-has-children:not(.hideshow)>a::before{right:-10px} - -.bb-template-v2 .primary-menu>li.menu-item-has-children:not(.hideshow).current-menu-ancestor>a:hover::before,.bb-template-v2 .primary-menu>li.menu-item-has-children:not(.hideshow).current-menu-item>a:hover::before,.bb-template-v2 .primary-menu>li.menu-item-has-children:not(.hideshow).current-menu-parent>a:hover::before,.bb-template-v2 .primary-menu>li.menu-item-has-children:not(.hideshow).current_page_item>a:hover::before{right:-10px} - -.bb-template-v2 .primary-menu>li{padding:0 5px} - -.bb-template-v2 .primary-menu>li>a{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:2px solid transparent;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 10px} - -.bb-template-v2 .primary-menu>li>a:focus{color:var(--bb-header-links)} - -.bb-template-v2 .primary-menu>li>a:focus>i{color:var(--bb-header-links)} - -.bb-template-v2 .primary-menu>li:hover>a{position:relative;color:var(--bb-header-links)} - -.bb-template-v2 .primary-menu>li:hover>a>i{color:var(--bb-header-links)} - -.bb-template-v2 .primary-menu>li:hover>a::before{content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-radius:6px;background-color:var(--bb-header-alternate-background);z-index:-1;height:40px;left:0;right:0} - -.bb-template-v2 .primary-menu>li.current-menu-ancestor>a,.bb-template-v2 .primary-menu>li.current-menu-item>a,.bb-template-v2 .primary-menu>li.current-menu-parent>a,.bb-template-v2 .primary-menu>li.current_page_item>a{border-bottom-color:var(--bb-header-links-hover)} - -.bb-template-v2 .primary-menu>li.current-menu-ancestor>a:hover,.bb-template-v2 .primary-menu>li.current-menu-item>a:hover,.bb-template-v2 .primary-menu>li.current-menu-parent>a:hover,.bb-template-v2 .primary-menu>li.current_page_item>a:hover{position:relative} - -.bb-template-v2 .primary-menu>li.current-menu-ancestor>a:hover::before,.bb-template-v2 .primary-menu>li.current-menu-item>a:hover::before,.bb-template-v2 .primary-menu>li.current-menu-parent>a:hover::before,.bb-template-v2 .primary-menu>li.current_page_item>a:hover::before{content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-radius:6px;background-color:var(--bb-header-alternate-background);z-index:-1;height:40px;left:0;right:0} - -.bb-template-v2 .primary-menu>.current-menu-ancestor>a,.bb-template-v2 .primary-menu>.current-menu-item>a,.bb-template-v2 .primary-menu>.current-menu-parent>a,.bb-template-v2 .primary-menu>.current_page_item>a{color:var(--bb-header-links)} - -.bb-template-v2 .primary-menu>.current-menu-ancestor>a>i,.bb-template-v2 .primary-menu>.current-menu-item>a>i,.bb-template-v2 .primary-menu>.current-menu-parent>a>i,.bb-template-v2 .primary-menu>.current_page_item>a>i{color:var(--bb-header-links)} - -.bb-template-v2 .primary-menu .current-menu-ancestor>a,.bb-template-v2 .primary-menu .current-menu-item>a,.bb-template-v2 .primary-menu .current-menu-parent>a,.bb-template-v2 .primary-menu .current_page_item>a{color:var(--bb-header-links)} - -.bb-template-v2 .primary-menu .current-menu-ancestor>a>i,.bb-template-v2 .primary-menu .current-menu-item>a>i,.bb-template-v2 .primary-menu .current-menu-parent>a>i,.bb-template-v2 .primary-menu .current_page_item>a>i{color:var(--bb-header-links)} - -.bb-template-v2 .primary-menu .ab-submenu .current-menu-ancestor>a,.bb-template-v2 .primary-menu .ab-submenu .current-menu-item>a,.bb-template-v2 .primary-menu .ab-submenu .current-menu-parent>a,.bb-template-v2 .primary-menu .ab-submenu .current_page_item>a{color:var(--bb-body-text-color)} - -.bb-template-v2 .primary-menu .ab-submenu .current-menu-ancestor>a>i,.bb-template-v2 .primary-menu .ab-submenu .current-menu-item>a>i,.bb-template-v2 .primary-menu .ab-submenu .current-menu-parent>a>i,.bb-template-v2 .primary-menu .ab-submenu .current_page_item>a>i{color:var(--bb-body-text-color)} - -.bb-template-v2.menu-style-tab_bar .primary-menu>.menu-item-has-children:not(.hideshow){padding-right:5px} - -.bb-template-v2.menu-style-tab_bar .primary-menu>.menu-item-has-children:not(.hideshow)>a{padding-right:10px} - -.bb-template-v2.menu-style-tab_bar .primary-menu>.menu-item-has-children:not(.hideshow)>a:hover::before{right:0} - -.bb-template-v2.menu-style-tab_bar .primary-menu>.menu-item-has-children:not(.hideshow)>a::before{right:0} - -.bb-template-v2.menu-style-tab_bar .primary-menu>li.menu-item-has-children:not(.hideshow).current-menu-ancestor>a:hover::before,.bb-template-v2.menu-style-tab_bar .primary-menu>li.menu-item-has-children:not(.hideshow).current-menu-item>a:hover::before,.bb-template-v2.menu-style-tab_bar .primary-menu>li.menu-item-has-children:not(.hideshow).current-menu-parent>a:hover::before,.bb-template-v2.menu-style-tab_bar .primary-menu>li.menu-item-has-children:not(.hideshow).current_page_item>a:hover::before{right:0} - -.bb-template-v2 .site-header #primary-navbar .menu-item>.ab-submenu{background-color:var(--bb-content-background-color);border-radius:10px;box-shadow:0 3px 8px rgba(0,0,0,.06),0 6px 24px rgba(0,0,0,.12);min-width:186px} - -.bb-template-v2 .site-header #primary-navbar .menu-item>.ab-submenu::before{display:none} - -.bb-template-v2 .site-header #primary-navbar .menu-item>.ab-submenu .bb-sub-menu{background-color:var(--bb-content-background-color)} - -.bb-template-v2 .site-header #primary-navbar .menu-item>.ab-submenu .bb-sub-menu .menu-item{margin:0 8px} - -.bb-template-v2 .site-header #primary-navbar .menu-item>.ab-submenu .bb-sub-menu .menu-item a{border-radius:6px} - -.bb-template-v2 .site-header #primary-navbar .menu-item>.ab-submenu .bb-sub-menu .menu-item:hover>a{color:var(--bb-body-text-color)} - -.bb-template-v2 .site-header #primary-navbar .menu-item>.ab-submenu .bb-sub-menu .menu-item:hover>a>i{color:var(--bb-header-links)} - -.bb-template-v2 .site-header #primary-navbar #navbar-collapse .more-button.active::after{display:none} - -.bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item.menu-item-has-children>a{padding:.625rem .9375rem} - -.bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item.menu-item-has-children>a::before{display:none} - -.bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item>a{padding:.625rem .9375rem} - -.bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu{background-color:var(--bb-content-background-color);border-radius:10px;box-shadow:0 3px 8px rgba(0,0,0,.06),0 6px 24px rgba(0,0,0,.12);padding:8px 0;left:-170px} - -.bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu::before{display:none} - -.bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu{background-color:transparent} - -.bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu .menu-item a{padding:.625rem .9375rem;margin:0} - -.bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu .menu-item a::before{display:none} - -.bb-template-v2.menu-style-tab_bar .primary-menu>.menu-item-has-children:not(.hideshow)>a::before{right:0} - -.bb-template-v2.menu-style-tab_bar .primary-menu>.menu-item-has-children:not(.hideshow)>a:hover::before{height:40px} - -.bb-template-v2.menu-style-tab_bar .site-header .primary-menu>li>a:hover>i._mi{color:var(--bb-header-links)} - -.bb-template-v2 .menu-style-tab_bar .site-header #primary-navbar .primary-menu>.menu-item>.ab-submenu{left:-20px} - -.bb-template-v2 .bb-mobile-panel-inner .buddypanel-menu li.bb-menu-section~li:not(.bb-menu-section)>a{width:100%} - -.bb-template-v2 .bb-mobile-panel-inner .side-panel-menu .menu-item i:not(.bb-icon-angle-down){min-width:initial} - -.bb-template-v2 .bb-mobile-panel-inner .side-panel-menu .menu-item span~i:not(.bb-icon-angle-down){margin-left:10px} - -.bb-template-v2 .bb-mobile-panel-inner .side-panel-menu .menu-item>a{padding:12px 0 12px 15px;width:100%} - -.bb-template-v2 .bb-mobile-panel-inner .side-panel-menu .menu-item>a:hover .count{background-color:var(--bb-primary-color);color:var(--bb-content-alternate-background-color)} - -.bb-template-v2 .bb-mobile-panel-inner .side-panel-menu .menu-item .count{color:var(--bb-headings-color);background-color:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);border-radius:6px;box-shadow:none} - -.bb-template-v2 .bb-mobile-panel-inner ul.buddypanel-menu li.bb-menu-section a{padding-left:10px} - -.bb-template-v2 .bb-mobile-panel-inner .bb-primary-menu .current-menu-item>a{background-color:var(--bb-primary-color);color:var(--bb-body-background-color)} - -.bb-template-v2 .bb-mobile-panel-inner .bb-primary-menu .current-menu-item>a>i{color:var(--bb-body-background-color)} - -.bb-template-v2 .bb-mobile-panel-inner .bb-primary-menu .current-menu-item>a>.count{color:var(--bb-primary-color);background-color:var(--bb-body-background-color);border-color:transparent} - -.bb-template-v2 .bb-mobile-panel-inner .bb-primary-menu>.current-menu-item>.sub-menu>.current-menu-item:first-child{margin-top:5px} - -.bb-template-v2 .bb-mobile-panel-inner .bb-primary-menu>.current-menu-item>.sub-menu>.current-menu-item+.current-menu-item{margin-top:3px} - -.bb-template-v2 .bb-mobile-panel-inner .bb-primary-menu .bb-menu-section~li:not(.bb-menu-section){margin-left:6px} - -.bb-template-v2 .bb-mobile-panel-inner .side-panel-menu>.current-menu-item .sub-menu a{color:var(--bb-headings-color)} - -.bb-template-v2 .bb-mobile-panel-inner .side-panel-menu>.current-menu-item .sub-menu a>i{color:var(--bb-headings-color)} - -.bb-template-v2 .bb-mobile-panel-inner .side-panel-menu>.current-menu-item .sub-menu .current-menu-item a{color:var(--bb-body-background-color)} - -.bb-template-v2 .bb-mobile-panel-inner .side-panel-menu .menu-item i:not(.bb-icon-angle-down){min-width:24px;margin-right:15px;vertical-align:middle;text-align:center} - -.site-header .bb-template-v2 .bb-mobile-panel-inner .main-navigation .sub-menu a{padding:13px 10px} - -.bb-template-v2 .header-aside .user-wrap.user-wrap-container{margin-left:14px} - -.bb-template-v2 .site-header .user-wrap.menu-item-has-children.selected>.user-link::before,.bb-template-v2 .site-header .user-wrap.menu-item-has-children>.user-link:hover::before{content:"";position:absolute;left:-15px;right:-5px;top:50%;background-color:var(--bb-content-alternate-background-color);height:46px;border-radius:var(--bb-button-radius);z-index:-1;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)} - -.bb-template-v2 .site-header .header-aside.avatar .user-wrap.menu-item-has-children>.user-link::before{display:none} - -.bb-template-v2 .site-header .header-aside.avatar .user-wrap.menu-item-has-children.selected>.user-link::before,.bb-template-v2 .site-header .header-aside.avatar .user-wrap.menu-item-has-children>.user-link:hover::before{left:-5px} - -.bb-template-v2 .header-search-wrap .search-field-top,.bb-template-v2 .header-search-wrap input.search-field{border:1px solid transparent;border-radius:var(--bb-input-radius)} - -.bb-template-v2 .header-search-wrap .search-field-top:focus,.bb-template-v2 .header-search-wrap input.search-field:focus{border-color:var(--bb-primary-color)} - -.bb-template-v2.bp-search .bp-forum-search-ac-header,.bb-template-v2.bp-search .bp-search-ac,.bb-template-v2.bp-search .bp-search-ac-header{border-radius:10px;box-shadow:0 3px 8px rgba(0,0,0,.06),0 6px 24px rgba(0,0,0,.12)} - -.bb-template-v2.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type),.bb-template-v2.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type),.bb-template-v2.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type){border:0;border-radius:6px;margin:0 12px;width:-webkit-calc(100% - 24px);width:calc(100% - 24px)} - -.bb-template-v2.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type):first-child,.bb-template-v2.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type):first-child,.bb-template-v2.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type):first-child{margin-top:15px} - -.bb-template-v2.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type):first-child:last-child,.bb-template-v2.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type):first-child:last-child,.bb-template-v2.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type):first-child:last-child{margin-bottom:15px} - -.bb-template-v2.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-undefined-type,.bb-template-v2.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-undefined-type,.bb-template-v2.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-undefined-type{width:100%} - -.bb-template-v2.bp-search .bp-forum-search-ac-header>li.bbls-view_all_type-type,.bb-template-v2.bp-search .bp-search-ac-header>li.bbls-view_all_type-type,.bb-template-v2.bp-search .bp-search-ac>li.bbls-view_all_type-type{margin-top:15px} - -.bb-template-v2.bp-search .bp-forum-search-ac-header>li.bbls-undefined-type,.bb-template-v2.bp-search .bp-forum-search-ac-header>li:last-child{margin-bottom:15px!important} - -.bb-template-v2 .user-wrap-container .sub-menu-inner>li.logout-link>a{position:relative!important;margin-top:20px;overflow:visible} - -.bb-template-v2 .user-wrap-container .sub-menu-inner>li.logout-link>a::before{content:"";height:1px;background-color:var(--bb-content-border-color);display:block;position:absolute;left:15px;right:15px;top:-10px} - -.bb-template-v2 .user-wrap-container .sub-menu-inner>li>a{color:var(--bb-body-text-color)} - -.bb-template-v2 .user-wrap-container .sub-menu-inner>li>a:hover>i{color:var(--bb-alternate-text-color)} - -.bb-template-v2 .bb-header-buttons a.button.outline{font-weight:600} - -.bb-template-v2 .llms-pagination span.page-numbers:not(.dots),.bb-template-v2 .woocommerce-pagination span.page-numbers:not(.dots){background-color:var(--bb-primary-color)} - -.bb-template-v2 .llms-pagination a.page-numbers:not(.prev,.next):hover{color:var(--bb-primary-color)} - -.bb-template-v2 #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner .bs-dropdown,.bb-template-v2 #buddypress .bb_more_options .bb_more_options_list,.bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list,.bb-template-v2 .bb-footer .footer-menu .sub-menu,.bb-template-v2 .bb_more_options .bb_more_options_list,.bb-template-v2 .meeting-actions .meeting-actions-list.open{padding:8px} - -.bb-template-v2 #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner .bs-dropdown::after,.bb-template-v2 #buddypress .bb_more_options .bb_more_options_list::after,.bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options::after,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list::after,.bb-template-v2 .bb-footer .footer-menu .sub-menu::after,.bb-template-v2 .bb_more_options .bb_more_options_list::after,.bb-template-v2 .meeting-actions .meeting-actions-list.open::after{display:none} - -.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list{top:30px;right:0} - -.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul{margin:0!important} - -.bb-template-v2 .bb-footer .footer-menu .more-button.active::after{display:none} - -.bb-template-v2 .bb-footer .footer-menu .sub-menu a{border-radius:6px} - -.bb-template-v2 #object-nav .sub-menu,.bb-template-v2 .bb-profile-grid.bb-grid .bp-navs ul.sub-menu,.bb-template-v2 .bp-navs .component-navigation .sub-menu{padding:8px} - -.bb-template-v2 #object-nav .sub-menu a,.bb-template-v2 .bb-profile-grid.bb-grid .bp-navs ul.sub-menu a,.bb-template-v2 .bp-navs .component-navigation .sub-menu a{border-radius:6px} - -.bb-template-v2 #object-nav .sub-menu a:hover,.bb-template-v2 .bb-profile-grid.bb-grid .bp-navs ul.sub-menu a:hover,.bb-template-v2 .bp-navs .component-navigation .sub-menu a:hover{color:var(--bb-headings-color)} - -.bb-template-v2 .buddypress-wrap .bp-navs .component-navigation .sub-menu a:hover,.bb-template-v2 .buddypress-wrap#buddypress.bp-dir-hori-nav .create-button a:hover{color:var(--bb-headings-color)} - -.bb-template-v2 .bp-navs .component-navigation .more-button.active::after,.bb-template-v2 nav#object-nav .more-button.active::after{display:none} - -.bb-template-v2 .bp-messages-content .single-message-thread-header .actions .message_actions .message_action__list{background-color:transparent;padding:0;min-width:220px;box-shadow:none} - -.bb-template-v2 .bp-messages-content .single-message-thread-header .actions .message_actions .message_action__list::before{display:none} - -.bb-template-v2 .bp-messages-content .single-message-thread-header .actions .message_actions .message_action__list ul{background-color: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)} - -.bb-template-v2 #bbpress-forums .bs-dropdown .bbp-admin-links a,.bb-template-v2 #bbpress-forums .bs-dropdown .generic-button a,.bb-template-v2 #buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .bbp-admin-links a,.bb-template-v2 #buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a,.bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .bbp-admin-links a,.bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a{border-radius:6px} - -.bb-template-v2 #bbpress-forums .bs-dropdown .bbp-admin-links a:hover,.bb-template-v2 #bbpress-forums .bs-dropdown .generic-button a:hover,.bb-template-v2 #buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .bbp-admin-links a:hover,.bb-template-v2 #buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a:hover,.bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .bbp-admin-links a:hover,.bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a:hover{color:var(--bb-body-text-color)} - -.bb-template-v2 #buddypress .bb_more_options .bb_more_options_list .generic-button>button,.bb-template-v2 #buddypress .bb_more_options .bb_more_options_list a,.bb-template-v2 #buddypress .bb_more_options .bb_more_options_list button,.bb-template-v2 .bb_more_options .bb_more_options_list .generic-button>button,.bb-template-v2 .bb_more_options .bb_more_options_list a,.bb-template-v2 .bb_more_options .bb_more_options_list button{border-radius:6px} - -.bb-template-v2 #buddypress .bb_more_options .bb_more_options_list .generic-button>button:hover,.bb-template-v2 #buddypress .bb_more_options .bb_more_options_list a:hover,.bb-template-v2 #buddypress .bb_more_options .bb_more_options_list button:hover,.bb-template-v2 .bb_more_options .bb_more_options_list .generic-button>button:hover,.bb-template-v2 .bb_more_options .bb_more_options_list a:hover,.bb-template-v2 .bb_more_options .bb_more_options_list button:hover{color:var(--bb-body-text-color)!important} - -.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul li a{border-radius:6px} - -.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul li a:hover{color:var(--bb-body-text-color)} - -.bb-template-v2 .bb-document-privacy-wrap .activity-privacy,.bb-template-v2 .bb-media-privacy-wrap .activity-privacy{border-radius:10px;padding:8px} - -.bb-template-v2 .bb-document-privacy-wrap .activity-privacy::before,.bb-template-v2 .bb-media-privacy-wrap .activity-privacy::before{display:none} - -.bb-template-v2 .bb-document-privacy-wrap .activity-privacy li,.bb-template-v2 .bb-media-privacy-wrap .activity-privacy li{border-radius:6px} - -.bb-template-v2 .activity-privacy .selected,.bb-template-v2 .media-privacy .selected{color:var(--bb-body-text-color)} - -.bb-template-v2 #bb-media-model-container .bb-edit-privacy a:hover{color:var(--bb-body-text-color)} - -.bb-template-v2 code,.bb-template-v2 pre{border:0;border-radius:6px} - -.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .video-action_list ul,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .media-action_list ul,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul,.bb-template-v2 #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list ul,.bb-template-v2 #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .video-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .media-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .video-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .media-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .video-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .media-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul,.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list ul,.bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions .message_action__list ul,.bb-template-v2 .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul{border-radius:10px;padding:8px} - -.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list::after,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list::after,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .video-action_list::after,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .media-action_list::after,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list::after,.bb-template-v2 #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list::after,.bb-template-v2 #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list::after,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list::after,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .video-action_list::after,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .media-action_list::after,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .video-action_list::after,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .media-action_list::after,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .video-action_list::after,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .media-action_list::after,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list::after,.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list::after,.bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions .message_action__list::after,.bb-template-v2 .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list::after{display:none} - -.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .video-action_list ul li a,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .media-action_list ul li a,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul li a,.bb-template-v2 #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list ul li a,.bb-template-v2 #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list ul li a,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .video-action_list ul li a,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .media-action_list ul li a,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .video-action_list ul li a,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .media-action_list ul li a,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .video-action_list ul li a,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .media-action_list ul li a,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a,.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list ul li a,.bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions .message_action__list ul li a,.bb-template-v2 .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul li a{border-radius:6px} - -.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a:hover,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .video-action_list ul li a:hover,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .media-action_list ul li a:hover,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul li a:hover,.bb-template-v2 #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list ul li a:hover,.bb-template-v2 #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list ul li a:hover,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:hover,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .video-action_list ul li a:hover,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .media-action_list ul li a:hover,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .video-action_list ul li a:hover,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .media-action_list ul li a:hover,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .video-action_list ul li a:hover,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .media-action_list ul li a:hover,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover,.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list ul li a:hover,.bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions .message_action__list ul li a:hover,.bb-template-v2 .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover{color:var(--bb-body-text-color)} - -.bb-template-v2 #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list,.bb-template-v2 #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list,.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list{border-radius:10px} - -.bb-template-v2 #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list ul,.bb-template-v2 #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list ul,.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list ul{border-radius:10px;padding:8px;margin:0} - -.bb-template-v2 #bbpress-forums .bb-modal.bb-modal-box .bbp-the-content-wrapper.loading::after,.bb-template-v2 #bp-media-single-folder .bb-single-album-header .bb-title.loading::after,.bb-template-v2 #bp-message-load-more .button .dashicons-update::before,.bb-template-v2 #bp-message-thread-list:empty::before,.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.loading::after,.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.saving::after,.bb-template-v2 #bp-zoom-single-meeting-wrapper:empty::before,.bb-template-v2 #bp-zoom-webinar-form-submit.loading::before,.bb-template-v2 #buddypress #header-cover-image .header-cover-reposition-wrap>.button.loading::after,.bb-template-v2 #group-messages-container div#group-messages-new-submit #send_group_message_button.loading::after,.bb-template-v2 #media-folder-document-data-table .pager a.button.loading::after,.bb-template-v2 .activity-url-scrapper-loading .bb-icon-spinner::before,.bb-template-v2 .atwho-view ul li.list-loader::before,.bb-template-v2 .bb-group-zoom-settings-container .bb-field-wrap.bb-zoom_account-email.loading .bb-icon-spinner::before,.bb-template-v2 .bb-media-info-section .activity-list>.bb-icon-spinner::before,.bb-template-v2 .bb-media-model-wrapper.video .bb-media-section figure.loading .bb-icon-spinner::before,.bb-template-v2 .bb-save-settings.loading::before,.bb-template-v2 .bb-url-scrapper-loading .bb-icon-spinner::before,.bb-template-v2 .bb-zoom-setting-content-tab .bb-field-wrap.bb-zoom_account-email .bb-icon-spinner::before,.bb-template-v2 .bp-document-listing .bp-media-header-wrap .bb-title.loading::after,.bb-template-v2 .bp-messages-container .bp-messages.loading .dashicons-update::before,.bb-template-v2 .bp-messages-content #bp-message-thread-list li.sending .message_send_sending .info-text-send-message::before,.bb-template-v2 .bp-messages-nav-panel .messages-search-loader>i::before,.bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.saving::after,.bb-template-v2 .bp-zoom-group-show-instructions .save-settings.loading::before,.bb-template-v2 .buddypress-wrap .bp-subnavs .component-navigation li.selected.loading a::after,.bb-template-v2 .button-load-more-posts.loading::after,.bb-template-v2 .component-navigation.courses-nav .bb-icon-loader::before,.bb-template-v2 .lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap>.list-members-extra.loading-members .bb-icon-spin::before,.bb-template-v2 .location-album-list-wrap .location-album-list.is-loading li .bb-icon-spinner::before,.bb-template-v2 .location-folder-list-wrap-main .location-folder-list.is-loading li .bb-icon-spinner::before,.bb-template-v2 .mass-user-block-list #moderated_user_list:not(.is_not_empty)::before,.bb-template-v2 .mass-user-block-list .bb-report-type-pagination #load_more_rl.loading::after,.bb-template-v2 .message-members-list #members_list:not(.is_not_empty)::before,.bb-template-v2 .message-members-list .bb-report-type-pagination #load_more_rl.loading::after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.saving::after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.saving::after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.saving::after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.saving::after,.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading::after,.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.saving::after,.bb-template-v2 .select2-container .select2-dropdown.bb-compose-input .select2-results__option--load-more::before,.bb-template-v2 .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results::before,.bb-template-v2 .site-header .bb-header-loader>i.bb-icon-loader::before,.bb-template-v2 .site-header .bb-header-loader>i.bb-icon-spinner::before,.bb-template-v2 li.load-more a.loading::after,.bb-template-v2.buddypress .buddypress-wrap .subscription-items .subscription-item_remove.is_loading i::before,.bb-template-v2.groups .buddypress-wrap .subnav-filters .group-search.loading::after{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)} - -.bb-template-v2 .site-header .bb-header-loader>i.bb-icon-loader::before,.bb-template-v2 .site-header .bb-header-loader>i.bb-icon-spinner::before{border-top-color:var(--bb-headings-color);opacity:.5} - -.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.loading::after,.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.saving::after,.bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.loading::after,.bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.saving::after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.loading::after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.saving::after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.loading::after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.saving::after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.loading::after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.saving::after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.loading::after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.saving::after,.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading::after,.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.saving::after{border:2px solid rgba(var(--bb-primary-button-text-regular-rgb),.2);border-top-color:var(--bb-primary-button-text-regular)} - -.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.loading:hover::after,.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.saving:hover::after,.bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.loading:hover::after,.bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.saving:hover::after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.loading:hover::after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.saving:hover::after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.loading:hover::after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.saving:hover::after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.loading:hover::after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.saving:hover::after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.loading:hover::after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.saving:hover::after,.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading:hover::after,.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.saving:hover::after{border:2px solid rgba(var(--bb-primary-button-text-hover-rgb),.2);border-top-color:var(--bb-primary-button-text-hover)} - -.bb-template-v2 #media-folder-document-data-table .pager a.button.loading:hover::after,.bb-template-v2 .button-load-more-posts.loading:hover::after,.bb-template-v2 .load-more a.loading:hover::after{border:2px solid rgba(var(--bb-primary-button-text-regular-rgb),.2);border-top-color:var(--bb-primary-button-text-regular)} - -.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.loading::after,.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.saving::after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.saving::after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.saving::after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.saving::after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.saving::after,.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading::after,.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.saving::after{vertical-align:middle} - -.bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.saving::after,.bb-template-v2 .lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap>.list-members-extra.loading-members .bb-icon-spin::before,.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading::after,.bb-template-v2 li.load-more a.loading::after{vertical-align:middle} - -.bb-template-v2 #bp-message-load-more .button .dashicons-update::before,.bb-template-v2 #bp-message-thread-list:empty::before,.bb-template-v2 .bb-media-model-wrapper.video .bb-media-section figure.loading .bb-icon-spinner,.bb-template-v2 .bb-media-model-wrapper.video .bb-media-section figure.loading .bb-icon-spinner::before{height:25px;width:25px} - -.bb-template-v2 .bb-media-info-section .activity-list>.bb-icon-spinner,.bb-template-v2 .location-album-list-wrap .location-album-list.is-loading li .bb-icon-spinner,.bb-template-v2 .location-folder-list-wrap-main .location-folder-list.is-loading li .bb-icon-spinner,.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading::after,.bb-template-v2 li.load-more a.loading::after{height:20px;width:20px} - -.bb-template-v2 .atwho-view ul li.list-loader::before,.bb-template-v2 .bb-group-zoom-settings-container .bb-field-wrap.bb-zoom_account-email.loading .bb-icon-spinner::before,.bb-template-v2 .bb-zoom-setting-content-tab .bb-field-wrap.bb-zoom_account-email .bb-icon-spinner::before,.bb-template-v2 .mass-user-block-list .bb-report-type-pagination #load_more_rl.loading::after,.bb-template-v2 .message-members-list .bb-report-type-pagination #load_more_rl.loading::after,.bb-template-v2 .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results::before{height:18px;width:18px} - -.bb-template-v2 #bp-zoom-webinar-form-submit.loading::before,.bb-template-v2 #buddypress #header-cover-image .header-cover-reposition-wrap>.button.loading::after,.bb-template-v2 #group-messages-container div#group-messages-new-submit #send_group_message_button.loading::after,.bb-template-v2 .activity-url-scrapper-loading .bb-icon-spinner::before,.bb-template-v2 .bb-save-settings.loading::before,.bb-template-v2 .bb-url-scrapper-loading .bb-icon-spinner::before,.bb-template-v2 .bp-messages-content #bp-message-thread-list li.sending .message_send_sending .info-text-send-message::before,.bb-template-v2 .bp-zoom-group-show-instructions .save-settings.loading::before,.bb-template-v2 .lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap>.list-members-extra.loading-members .bb-icon-spin::before{height:16px;width:16px;vertical-align:middle} - -.bb-template-v2 #group-messages-container div#group-messages-new-submit #send_group_message_button.loading::after{border-color:rgba(var(--bb-content-border-color-rgb),.8);border-top-color:var(--bb-alternate-text-color)} - -.bb-template-v2 #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner>a:first-child>i{border-radius:var(--bb-option-radius) 0 0 var(--bb-option-radius)} - -.bb-template-v2 #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner>a>i{border-radius:0 var(--bb-option-radius) var(--bb-option-radius) 0} - -.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .entry-img>i{font-weight:300} - -.bb-template-v2 .bp-navs ul li .count,.bb-template-v2 .bp-navs ul li.selected .count,.bb-template-v2 .buddypress-wrap .bp-navs li.current a .count,.bb-template-v2 .buddypress-wrap .bp-navs li.dynamic a .count,.bb-template-v2 .buddypress-wrap .bp-navs li.dynamic.current a .count,.bb-template-v2 .buddypress-wrap .bp-navs li.dynamic.selected a .count,.bb-template-v2 .buddypress-wrap .bp-navs li.selected a .count,.bb-template-v2 .buddypress_object_nav .bp-navs li.current a .count,.bb-template-v2 .buddypress_object_nav .bp-navs li.selected a .count,.bb-template-v2 .lifter-topic-sidebar-wrapper .llms-count,.bb-template-v2.woocommerce #content div.product .woocommerce-tabs ul.tabs li#tab-title-reviews a span{background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color);border:1px solid rgba(0,0,0,.1);border-radius:6px;min-width:23px} - -.bb-template-v2.directory.document .bp-subnavs li.selected a:hover span,.bb-template-v2.directory.media .bp-subnavs li.selected a:hover span,.bb-template-v2.directory.video .bp-subnavs li.selected a:hover span{color:var(--bb-headings-color)} - -.bb-template-v2.woocommerce #content div.product .woocommerce-tabs ul.tabs li#tab-title-reviews.active a span{color:#fff} - -.bb-template-v2 .bb-single-main-nav--vertical li .count{border-radius:6px} - -.bb-template-v2 #buddypress #item-header-cover-image #item-header-avatar img.avatar,.bb-template-v2 .entry-content #groups-list .item-avatar a{box-shadow:none} - -.bb-template-v2 #bb-album-privacy,.bb-template-v2 #bb-media-privacy{padding:6px 8px} - -.bb-template-v2 #bb-album-privacy .privacy-point-icon,.bb-template-v2 #bb-media-privacy .privacy-point-icon{font-size:15px;font-weight:300} - -.bb-template-v2 #bb-album-privacy .bb-icon-caret-down,.bb-template-v2 #bb-media-privacy .bb-icon-caret-down{font-size:13px;opacity:.3;margin-left:5px} - -.bb-template-v2 .modal-container select#bb-album-privacy,.bb-template-v2 .modal-container select#bb-media-privacy{color:var(--bb-body-text-color);font-size:14px;font-weight:400;padding:8px 40px 8px 12px} - -.bb-template-v2 .member-media select#bb-album-privacy,.bb-template-v2 .member-media select#bb-media-privacy{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius);color:var(--bb-body-text-color);font-size:14px;font-weight:400;padding:0 26px 0 12px} - -.bb-template-v2 .bb-document-privacy-wrap .privacy::after,.bb-template-v2 .bb-media-privacy-wrap .privacy::after{content:"\ee09";font-weight:300} - -.bb-template-v2 #bp-activity-privacy-point .privacy-point-icon::before,.bb-template-v2 .activity-privacy>li::before,.bb-template-v2 .bb-document-privacy-wrap .privacy::before,.bb-template-v2 .bb-media-privacy-wrap .privacy::before,.bb-template-v2 .bp-activity-privacy__label .privacy-figure::before{font-weight:300} - -.bb-template-v2 .llms-person-login-form-wrapper label[for=llms_remember]::before{border-radius:var(--bb-checkbox-radius)} - -.bb-template-v2 .bs-meta-item{border-radius:var(--bb-button-radius)} - -.bb-template-v2 .entry-content #groups-list .item-avatar a,.bb-template-v2 .entry-content #groups-list .item-avatar a img{border-radius:15px} - -.bb-template-v2 .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar,.bb-template-v2 .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar .avatar{border-radius:15px} - -.bb-template-v2 .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar{box-shadow:none} - -body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header-cover-image #item-header-avatar .link-change-overlay,body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header-cover-image #item-header-avatar img.avatar{border-radius:15px} - -.bb-template-v2 #buddypress .bb-bp-settings-content{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius)} - -.bb-template-v2 #buddypress .bp-settings-container .bp-navs .selected::after{display:none} - -.bb-template-v2 .notification-settings{border:none} - -.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages,.bb-template-v2 .bp-nouveau-activity-form-placeholder- .activity-form.focus-in.has-feedback #message-feedabck.bp-messages{border-radius:6px} - -.bb-template-v2 .bp-feedback .bp-icon{border-radius:6px 0 0 6px} - -.bb-template-v2 #buddypress .member-header-actions+.bb_more_options{top:0;margin-top:35px} - -.bb-template-v2 #buddypress .member-header-actions+.bb_more_options .bb_more_options_action{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);padding:0 8px} - -.bb-template-v2 #buddypress .member-header-actions+.bb_more_options .bb_more_options_action:focus{box-shadow:var(--bb-outline-button-focus-shadow)} - -.bb-template-v2 #buddypress .member-header-actions+.bb_more_options .bb_more_options_action i{color:var(--bb-headings-color)} - -.bb-template-v2 #buddypress .member-header-actions+.bb_more_options .bb_more_options_action: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)} - -.bb-template-v2 #buddypress .member-header-actions+.bb_more_options .bb_more_options_action:hover i{color:var(--bb-secondary-button-text-hover)} - -.bb-template-v2 #buddypress .group-actions-absolute .bb_more_options .bb_more_options_action{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);padding:0 8px} - -.bb-template-v2 #buddypress .group-actions-absolute .bb_more_options .bb_more_options_action:focus{box-shadow:var(--bb-outline-button-focus-shadow)} - -.bb-template-v2 #buddypress .group-actions-absolute .bb_more_options .bb_more_options_action i{color:var(--bb-headings-color);line-height:36px} - -.bb-template-v2 #buddypress .group-actions-absolute .bb_more_options .bb_more_options_action: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)} - -.bb-template-v2 #buddypress .group-actions-absolute .bb_more_options .bb_more_options_action:hover i{color:var(--bb-secondary-button-text-hover)} - -.bb-template-v2 .results-group-footer{text-align:left} - -.bb-template-v2 .results-group-footer .view-all-link{color:var(--bb-headings-color);font-weight:700;font-size:12px;text-transform:uppercase;background-color:var(--bb-content-alternate-background-color);padding:8px 16px;border-radius:var(--bb-button-radius);display:inline-block} - -.bb-template-v2 .results-group-footer .view-all-link:focus,.bb-template-v2 .results-group-footer .view-all-link:hover{color:var(--bb-headings-color)} - -.bb-template-v2 .bp-search-results-wrap .view-all-link::after{display:none} - -.bb-template-v2 .bp-search-results-list .bp-search-item .item-avatar a{border-radius:15px} - -.bb-template-v2 .gamipress-buddypress-points .gamipress-buddypress-points-type{border-radius:6px} - -.bb-template-v2 #editor-toolbar [class*=" bb-icon-"],.bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-button,.bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-button::before,.bb-template-v2 #whats-new-formatting-toolbar a [class*=" bb-icon-"],.bb-template-v2 #whats-new-messages-toolbar .emojionearea .emojionearea-button,.bb-template-v2 #whats-new-messages-toolbar .emojionearea .emojionearea-button::before,.bb-template-v2 #whats-new-messages-toolbar a [class*=" bb-icon-"],.bb-template-v2 #whats-new-toolbar .emojionearea .emojionearea-button,.bb-template-v2 #whats-new-toolbar .emojionearea .emojionearea-button::before,.bb-template-v2 #whats-new-toolbar a [class*=" bb-icon-"],.bb-template-v2 .ac-reply-toolbar .emojionearea .emojionearea-button,.bb-template-v2 .ac-reply-toolbar .emojionearea .emojionearea-button::before,.bb-template-v2 .ac-reply-toolbar a [class*=" bb-icon-"],.bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .emojionearea-button::before,.bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .post-elements-buttons-item [class*=" bb-icon-"],.bb-template-v2 .bp-nouveau-activity-form-placeholder- .activity-form.focus-in #editor-toolbar .emojionearea-button::before,.bb-template-v2 .bp-nouveau-activity-form-placeholder- .activity-form.focus-in #editor-toolbar .post-elements-buttons-item [class*=" bb-icon-"],.bb-template-v2 ul.medium-editor-toolbar-actions .medium-editor-action b{font-weight:300;color:rgba(var(--bb-headings-color-rgb),.3)} - -.bb-template-v2 #editor-toolbar [class*=" bb-icon-"]:hover,.bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-button.active::before,.bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-button:hover::before,.bb-template-v2 .ac-reply-toolbar .emojionearea .emojionearea-button.active::before,.bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .active [class*=" bb-icon-"]::before,.bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .emojionearea-button.active::before,.bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .emojionearea-button:hover::before,.bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .post-elements-buttons-item [class*=" bb-icon-"]:hover,.bb-template-v2 .bp-nouveau-activity-form-placeholder- .activity-form.focus-in #editor-toolbar .post-elements-buttons-item [class*=" bb-icon-"]:hover,.bb-template-v2 .medium-editor-toolbar .medium-editor-toolbar-actions .medium-editor-button-active b,.bb-template-v2 ul.medium-editor-toolbar-actions .medium-editor-action b:hover{color:var(--bb-headings-color)} - -.bb-template-v2 .medium-editor-toolbar .medium-editor-toolbar-actions .medium-editor-button-active b{position:relative;height:24px} - -.bb-template-v2 #editor-toolbar .active [class*=" bb-icon-"],.bb-template-v2 #editor-toolbar .emojionearea-button.active,.bb-template-v2 #whats-new-formatting-toolbar .active a [class*=" bb-icon-"],.bb-template-v2 #whats-new-formatting-toolbar a.active [class*=" bb-icon-"],.bb-template-v2 #whats-new-messages-toolbar .active a [class*=" bb-icon-"],.bb-template-v2 #whats-new-messages-toolbar a.active [class*=" bb-icon-"],.bb-template-v2 #whats-new-toolbar .active a [class*=" bb-icon-"],.bb-template-v2 #whats-new-toolbar a.active [class*=" bb-icon-"],.bb-template-v2 .ac-reply-content .ac-reply-toolbar a.active [class*=" bb-icon-"],.bb-template-v2 .ac-reply-toolbar .active a [class*=" bb-icon-"],.bb-template-v2 .emojionearea .emojionearea-button.active{position:relative} - -.bb-template-v2 #editor-toolbar .active [class*=" bb-icon-"]::after,.bb-template-v2 #editor-toolbar .emojionearea-button.active::after,.bb-template-v2 #whats-new-formatting-toolbar .active a [class*=" bb-icon-"]::after,.bb-template-v2 #whats-new-formatting-toolbar a.active [class*=" bb-icon-"]::after,.bb-template-v2 #whats-new-messages-toolbar .active a [class*=" bb-icon-"]::after,.bb-template-v2 #whats-new-messages-toolbar a.active [class*=" bb-icon-"]::after,.bb-template-v2 #whats-new-toolbar .active a [class*=" bb-icon-"]::after,.bb-template-v2 #whats-new-toolbar a.active [class*=" bb-icon-"]::after,.bb-template-v2 .ac-reply-content .ac-reply-toolbar a.active [class*=" bb-icon-"]::after,.bb-template-v2 .ac-reply-toolbar .active a [class*=" bb-icon-"]::after,.bb-template-v2 .emojionearea .emojionearea-button.active::after,.bb-template-v2 .medium-editor-toolbar .medium-editor-toolbar-actions .medium-editor-button-active b::after{content:"";background:rgba(0,0,0,.08);border-radius:5.6px;position:absolute;height:28px;width:28px;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:9} - -.bb-template-v2 .emojionearea .emojionearea-picker,.bb-template-v2 .gif-media-search-dropdown{border-radius:8px} - -.bb-template-v2 .emojionearea .emojionearea-picker .emojionearea-filters i.emojionearea-filter:first-child[style*="display: none"]+i.emojionearea-filter:not([style*="display: none"]){border-radius:8px 0 0} - -.bb-template-v2 .emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter:last-child{border-radius:0 8px 0 0} - -.bb-template-v2 .emojionearea .emojionearea-picker.emojionearea-filters-position-top .emojionearea-filters,.bb-template-v2 .gif-search-query{border-top-right-radius:8px;border-top-left-radius:8px} - -.bb-template-v2 .emojionearea .emojionearea-picker.emojionearea-filters-position-top .emojionearea-filters .emojionearea-filter:first-of-type,.bb-template-v2 .gif-search-query .emojionearea-filter:first-of-type{border-top-left-radius:8px} - -.bb-template-v2.bbpress a.medium-editor-toolbar-close,.bb-template-v2.bbpress a.medium-editor-toolbar-save,.bb-template-v2.buddypress a.medium-editor-toolbar-close,.bb-template-v2.buddypress a.medium-editor-toolbar-save{border-radius:6px;border:none} - -.bb-template-v2.bbpress .medium-editor-toolbar-form .medium-editor-toolbar-input,.bb-template-v2.bbpress .medium-editor-toolbar-form .medium-editor-toolbar-input:focus,.bb-template-v2.buddypress .medium-editor-toolbar-form .medium-editor-toolbar-input,.bb-template-v2.buddypress .medium-editor-toolbar-form .medium-editor-toolbar-input:focus{border-radius:6px} - -.bb-template-v2 .bs-forum-content blockquote:not(.wp-embedded-content)::before,.bb-template-v2 .medium-editor-element blockquote:not(.wp-embedded-content)::before{font-weight:300} - -.bb-template-v2 .emojionearea-search>input,.bb-template-v2 .search-query-input{border-radius:6px} - -.bb-template-v2 .activity-update-form .medium-editor-toolbar .medium-editor-toolbar-actions{height:40px} - -.bb-template-v2 .activity-update-form .medium-editor-toolbar .medium-editor-action-more.active .medium-editor-action-more-button b{position:relative} - -.bb-template-v2 .activity-update-form .medium-editor-toolbar .medium-editor-action-more.active .medium-editor-action-more-button b::before{color:var(--bb-headings-color)} - -.bb-template-v2 .activity-update-form .medium-editor-toolbar .medium-editor-action-more.active .medium-editor-action-more-button b::after{content:"";background:rgba(0,0,0,.08);border-radius:5.6px;position:absolute;height:28px;width:28px;left:50%;top:50%;-webkit-transform:translate(-50%,-45%);-ms-transform:translate(-50%,-45%);transform:translate(-50%,-45%);z-index:9} - -.bb-template-v2 .activity-update-form .medium-editor-toolbar .medium-editor-action-more>ul{border-radius:8px} - -.bb-template-v2 .activity-link-preview-container{border:none} - -.bb-template-v2 #bbpress-forums .bs-single-forum-list.bbp-lead-topic>li:last-child{border-bottom-left-radius:0;border-bottom-right-radius:0} - -.bb-template-v2.woocommerce li.product a.added_to_cart.wc-forward{border-radius:0 0 0 var(--bb-block-radius)} - -.bb-template-v2.woocommerce li.product a.button.add_to_cart_button.added{border-radius:0 0 var(--bb-block-radius) 0} - -.bb-template-v2 .woocommerce li.product a.added_to_cart.wc-forward{border-radius:0 0 0 var(--bb-block-radius)} - -.bb-template-v2 #bbpress-forums .activity-list.bp-list .activity-item .activity-comments>.ac-form,.bb-template-v2 #bbpress-forums .activity-list.bp-list .activity-item .activity-comments>ul,.bb-template-v2 #buddypress .activity-list.bp-list .activity-item .activity-comments>.ac-form,.bb-template-v2 #buddypress .activity-list.bp-list .activity-item .activity-comments>ul,.bb-template-v2 #buddypress .activity-lists.bp-list .activity-item .activity-comments>.ac-form,.bb-template-v2 #buddypress .activity-lists.bp-list .activity-item .activity-comments>ul{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)} - -.bb-template-v2 #buddypress .bp-search-results-wrapper .bp-navs,.bb-template-v2 .bb-media-model-wrapper .bb-media-section,.bb-template-v2 .bb-media-model-wrapper .bb-media-section figure .video-js,.bb-template-v2 div.product .woocommerce-product-gallery__image{border-radius:var(--bb-block-radius) 0 0 var(--bb-block-radius)} - -.bb-template-v2 .bb-document-theater .bb-media-section h3{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0} - -.bb-template-v2 .bb-document-theater .bb-media-section .img-section,.bb-template-v2 .bb-media-model-inner{border-radius:var(--bb-block-radius)} - -.bb-template-v2 #buddypress .bb-media-model-wrapper.video-theatre .activity-list.bp-list,.bb-template-v2 .bb-document-theater .bb-media-info-section.document,.bb-template-v2.woocommerce #content div.product div.summary{border-radius:0 var(--bb-block-radius) var(--bb-block-radius) 0} - -.bb-template-v2 #buddypress .bb-media-model-wrapper.video-theatre .activity-list.bp-list{overflow:hidden} - -.bb-template-v2 #buddypress .bb-item-cover-wrap,.bb-template-v2 #buddypress .bb-video-thumb,.bb-template-v2 #lifterlms-lesson-header .lifterlms-lesson-nav .bb-ld-status .ld-status,.bb-template-v2 .activity-content div[class*=attached-gif-container] .gif-player video,.bb-template-v2 .activity-link-preview-container,.bb-template-v2 .activity-list li.blogs .activity-content .activity-inner,.bb-template-v2 .bb-activity-media-elem .entry-img,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap,.bb-template-v2 .bb-activity-video-elem .video-js,.bb-template-v2 .bb-album-list-item .bs-cover-wrap,.bb-template-v2 .bb-media-section .video-js,.bb-template-v2 .bb-video-thumb .video-js,.bb-template-v2 article.job_listing ul.job-listing-meta li.job-type,.bb-template-v2 ul.job_listings li.job_listing ul.meta li.job-type,.bb-template-v2.activity .activity .activity-list .bbp_reply_create .activity-inner,.bb-template-v2.groups.group-create .buddypress-wrap #drag-drop-area,.bb-template-v2.woocommerce-cart table.cart img{border-radius:6px} - -.bb-template-v2 .bb-activity-video-elem .bb-video-duration,.bb-template-v2 .bb-media-section .bb-video-duration,.bb-template-v2 .bb-video-thumb .bb-video-duration{border-radius:5px} - -.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity{border-color:transparent;background-color:var(--bb-content-alternate-background-color)} - -.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap{background-color:transparent} - -.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-audio-wrap audio::-webkit-media-controls-panel{background-color:var(--bb-body-background-color)} - -.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity:hover{border-color:var(--bb-content-border-color)} - -.bb-template-v2 .activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover,.bb-template-v2 .activity-link-preview-container .activity-link-preview-image img{border-radius:6px 6px 0 0} - -.bb-template-v2 .activity-link-preview-container>.activity-link-preview-info{border-radius:6px} - -.bb-template-v2 .activity-link-preview-container .activity-link-preview-image+.activity-link-preview-info,.bb-template-v2 .activity-link-preview-container:hover .activity-link-preview-image+.activity-link-preview-info::before{border-radius:0 0 6px 6px} - -.bb-template-v2 .activity-update-form .activity-link-preview-container #activity-url-scrapper-img-holder+.activity-link-preview-info,.bb-template-v2 .activity-update-form .activity-link-preview-container:hover #activity-url-scrapper-img-holder+.activity-link-preview-info::before{border-radius:0 0 6px 6px} - -.bb-template-v2 #bbpress-forums .bs-forums-items li .fluid-width-video-wrapper iframe,.bb-template-v2 .activity-list .activity-item .activity-content .activity-inner iframe,.bb-template-v2 .activity-video-preview .fluid-width-video-wrapper iframe,.bb-template-v2 .bp-messages-content #bp-message-thread-list li .fluid-width-video-wrapper iframe{border-radius:6px} - -.bb-template-v2 .activity-list .activity-item .activity-content .activity-inner iframe[style="border-radius: 12px"],.bb-template-v2 .activity-video-preview .activity-link-preview-excerpt p iframe{border-radius:6px!important} - -.bb-template-v2 .activity-list li.blogs .activity-content .activity-inner .bb-post-img-link,.bb-template-v2.activity .activity .activity-list .bbp_reply_create .activity-inner .activity-discussion-title-wrap{border-top-left-radius:6px;border-top-right-radius:6px} - -.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-audio-wrap audio,.bb-template-v2 .bb-toast-messages-enable .bb-toast-messages .toast-messages-list .read-item,.bb-template-v2 .buddypress-wrap #group-create-body .bp-cover-image-status p.warning,.bb-template-v2.single .default-fi .entry-img{border-radius:6px} - -.bb-template-v2 #item-header.groups-header .bp-feedback.bp-feedback .bp-icon,.bb-template-v2 .bb-toast-messages-enable .bb-toast-messages .toast-messages-list .read-item.recent-item::before{border-radius:6px 0 0 6px} - -.bb-template-v2 #boss-media-create-album-popup .bb-model-footer,.bb-template-v2 #boss-video-create-album-popup .bb-model-footer,.bb-template-v2 #bp-media-uploader .bb-model-footer,.bb-template-v2 #buddypress .bp-media-document-uploader .document-uploader-footer,.bb-template-v2 #buddypress .bp-media-photo-uploader .media-uploader-footer,.bb-template-v2 #buddypress .bp-video-uploader .video-uploader-footer,.bb-template-v2 .bp-media-move-file .bb-model-footer,.bb-template-v2 .bp-media-move-folder .bb-model-footer,.bb-template-v2 .bp-video-move-file .bb-model-footer,.bb-template-v2 .bp-video-thumbnail-uploader .bb-model-footer,.bb-template-v2 .moderation-popup .bb-model-footer{border-top:0}@media (max-width:1024px){ - -.bb-template-v2 #buddypress .bb-document-theater .bb-media-model-inner .bb-media-info-section.document{border-radius:var(--bb-block-radius)}}@media screen and (max-width:767px){ - -.bb-template-v2 .bb-media-model-inner{border-radius:var(--bb-block-radius)} - -.bb-template-v2 #buddypress .bb-document-theater .bb-media-section,.bb-template-v2 .bb-media-model-wrapper .bb-media-section,.bb-template-v2 .bb-media-model-wrapper .bb-media-section figure .video-js{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0} - -.bb-template-v2 #buddypress .bb-media-model-wrapper.video-theatre .activity-list.bp-list,.bb-template-v2 .bb-document-theater .bb-media-info-section.document{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)}} - -.bb-template-v2 .modal-container{border-radius:var(--bb-block-radius)} - -.bb-template-v2 #bbpress-forums div.bbp-reply-content .bb-model-header,.bb-template-v2 .activity-form:not(.focus-in) .whats-new-form-header{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0} - -.bb-template-v2 .activity-update-form.media-off .activity-form:not(.focus-in) .whats-new-form-header{border-radius:var(--bb-block-radius)} - -.bb-template-v2 .bb-model-footer,.bb-template-v2 .bp-video-thumbnail-uploader .bb-model-footer{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)} - -.bb-template-v2 #whats-new-form #whats-new-toolbar,.bb-template-v2 #whats-new-form-placeholder #whats-new-toolbar{border-radius:0 0 0 var(--bb-block-radius)} - -.bb-template-v2 .widget{border-radius:var(--bb-block-radius);padding:1.25rem 1.25rem 1.5625rem 1.25rem} - -.bb-template-v2 .widget.bp-profile-search-widget{padding:0} - -.bb-template-v2 .widget h2,.bb-template-v2 .widget label{font-size:20px} - -.bb-template-v2 .widget label{text-transform:none} - -.bb-template-v2 .widget.widget_block .logged-out #loginform p input{border-radius:var(--bb-input-radius)} - -.bb-template-v2 .widget.widget_block .logged-out #loginform p input[type=submit]{width:auto;border-radius:var(--bb-input-radius)} - -.bb-template-v2 .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} - -.bb-template-v2 .widget.widget_rss .wp-block-rss li:not(:last-child){margin-bottom:15px} - -.bb-template-v2 .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} - -.bb-template-v2 .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} - -.bb-template-v2 .widget.widget_rss .wp-block-rss li .wp-block-rss__item-author{margin-top:8px;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} - -.bb-template-v2 .widget.activity_update .bp-feedback{border-radius:var(--bb-button-radius);border:none;background-color:var(--bb-content-alternate-background-color);margin:0} - -.bb-template-v2 .widget.activity_update .bp-feedback .bp-icon{display:none} - -.bb-template-v2 .widget.activity_update .bp-feedback p{padding:15px;color:var(--bb-alternate-text-color)} - -.bb-template-v2 .widget.widget_bp_groups_widget .widget-error{border-radius:var(--bb-button-radius);border:none;background-color:var(--bb-content-alternate-background-color);margin:0;padding:15px;color:var(--bb-alternate-text-color)} - -.bb-template-v2 .widget.widget_bp_groups_widget .item-options a{line-height:16.5px;letter-spacing:.25px} - -.bb-template-v2 .widget.widget_bp_groups_widget .item-options a.selected{border-bottom-width:2px} - -.bb-template-v2 .widget.widget_bp_core_whos_online_widget .item-options{margin-bottom:20px} - -.bb-template-v2 .widget.widget_bp_core_whos_online_widget .item-options a{font-weight:700;font-style:11px;color:var(--bb-alternate-text-color);line-height:16.5px} - -.bb-template-v2 .widget.widget_bp_core_whos_online_widget .item-options a .widget-num-count,.bb-template-v2 .widget.widget_bp_core_whos_online_widget .item-options a.selected{color:var(--bb-headings-color);color:var(--bb-alternate-text-color);border-bottom-width:2px} - -.bb-template-v2 .widget.widget_bp_core_whos_online_widget .item-options a.selected{color:var(--bb-headings-color)} - -.bb-template-v2 .widget.widget_bp_core_whos_online_widget .widget-error{border-radius:var(--bb-button-radius);border:none;background-color:var(--bb-content-alternate-background-color);margin:0;padding:15px;color:var(--bb-alternate-text-color)} - -.bb-template-v2 .widget.bp-profile-search-widget{padding:20px} - -.bb-template-v2 .widget.bp-profile-search-widget .widget-title{padding:0;border-bottom:none;margin-bottom:15px!important} - -.bb-template-v2 .widget.bp-profile-search-widget .bps-form{padding:0} - -.bb-template-v2 .widget.bp-profile-search-widget .bps-form .bps-textbox input{border-radius:var(--bb-button-radius)} - -.bb-template-v2 .widget.bp-profile-search-widget .bps-form .submit-wrapper .clear-from-wrap a{color:var(--bb-headings-color);position:relative;font-weight:500;-webkit-transition:all linear .2s;transition:all linear .2s} - -.bb-template-v2 .widget.bp-profile-search-widget .bps-form .submit-wrapper .clear-from-wrap a::before{content:"\ef50";font-family:bb-icons;display:inline-block;margin-right:3px;font-weight:300} - -.bb-template-v2 .widget.bp-profile-search-widget .bps-form .submit-wrapper .clear-from-wrap a:hover{color:var(--bb-primary-color);-webkit-transition:all linear .2s;transition:all linear .2s} - -.bb-template-v2 .widget.bp-profile-search-widget .bps-form .submit-wrapper .submit{width:100%;font-size:16px;line-height:19.09px;line-height:-.24px;-webkit-transition:all linear .2s;transition:all linear .2s;border-radius:var(--bb-button-radius);background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)} - -.bb-template-v2 .widget.bp-profile-search-widget .bps-form .submit-wrapper .submit:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.bb-template-v2 .widget.bp-profile-search-widget .bps-form .submit-wrapper .submit:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -.bb-template-v2 .widget.bp-profile-search-widget .bps-label{font-size:16px!important;color:var(--bb-headings-color)} - -.bb-template-v2 .widget.widget_display_forums .bb-sidebar-forums li .bbp-forum-title::before{border:none;height:9px;width:9px;top:0} - -.bb-template-v2 .widget.widget_display_forums .bb-sidebar-forums li .bb-sidebar-forums{border-left:2px solid var(--bb-content-border-color);margin-left:4px;padding-left:12px} - -.bb-template-v2 .widget.bb_widget_recent_posts .widget-title{margin-bottom:20px!important} - -.bb-template-v2 .widget.widget_bp_follow_following_widget .avatar-block .item-avatar img{width:42px;max-width:42px} - -.bb-template-v2 .widget.widget_bp_follow_follower_widget .avatar-block .item-avatar img{width:42px;max-width:42px} - -.bb-template-v2 .widget.widget_follow_us .bb-follow-links a{margin-right:4px;opacity:1;border-radius:100%;line-height:36px} - -.bb-template-v2 .widget.widget_follow_us .bb-follow-links a i{border:1px solid var(--bb-content-border-color);font-weight:400;border-radius:100%;color:var(--bb-headings-color);height:36px;width:36px;font-size:20px;padding:7px} - -.bb-template-v2 .widget.widget_follow_us .bb-follow-links a:hover i{background-color:var(--bb-headings-color);border-color:var(--bb-headings-color);color:var(--bb-content-background-color);font-weight:300;-webkit-transition:all linear .2s;transition:all linear .2s} - -.bb-template-v2 .widget.widget_categories .wp-block-categories-list li a{font-weight:500} - -.bb-template-v2 .elementor-widget.widget .elementor-widget-container>h5,.bb-template-v2 .widget-title,.bb-template-v2 .widgettitle,.bb-template-v2 h2.widget-title{font-size:1.25rem;margin-bottom:23px} - -.bb-template-v2 .elementor-widget.widget .elementor-widget-container>h5 .widget-num-count,.bb-template-v2 .widget-title .widget-num-count,.bb-template-v2 .widgettitle .widget-num-count,.bb-template-v2 h2.widget-title .widget-num-count{font-size:1rem;font-weight:400} - -.bb-template-v2 .bp-profile-search-widget .bps-form-title{margin:0;padding:1.4375rem 1rem 1.125rem} - -.bb-template-v2 .bp-profile-search-widget .bps-form{padding:1.125rem 1rem 1.375rem} - -.bb-template-v2 .elementor-widget-wrap div.item-options a,.bb-template-v2 .widget.buddypress div.item-options a{text-transform:uppercase;font-size:.6875rem;font-weight:700;padding-bottom:5px;color:var(--bb-alternate-text-color)} - -.bb-template-v2 .elementor-widget-wrap div.item-options a .widget-num-count,.bb-template-v2 .widget.buddypress div.item-options a .widget-num-count{font-size:.6875rem;padding-left:3px} - -.bb-template-v2 .elementor-widget-wrap div.item-options a.selected,.bb-template-v2 .widget.buddypress div.item-options a.selected{color:var(--bb-headings-color)} - -.bb-template-v2 .elementor-widget-wrap div.item-options,.bb-template-v2 .widget.buddypress div.item-options{border-bottom:0;margin-bottom:18px} - -.bb-template-v2 .elementor-widget-wrap div.item-options .selected,.bb-template-v2 .widget.buddypress div.item-options .selected{border-bottom-color:var(--bb-content-border-color)} - -.bb-template-v2 .more-block{text-align:left;margin:15px 0 0;height:auto;line-height:1em} - -.bb-template-v2 .more-block a.count-more{font-weight:700;font-size:12px;text-transform:uppercase;padding:8px 16px;border-radius:var(--bb-button-radius);display:inline-block;background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular)} - -.bb-template-v2 .more-block a.count-more:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -.bb-template-v2 .more-block a.count-more: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)} - -.bb-template-v2 .more-block a.count-more .bb-icon-angle-right{display:none} - -.bb-template-v2 .widget.widget_bp_groups_widget div.item-avatar a,.bb-template-v2 .widget.widget_bp_groups_widget div.item-avatar img{border-radius:15px} - -.bb-template-v2 .bb_widget_recent_posts .bb-recent-posts .entry-media.entry-img,.bb-template-v2 .elementor-widget-container .bb-recent-posts .entry-media.entry-img{border-radius:8px} - -.bb-template-v2 .widget_calendar,.bb-template-v2 .wp-block-calendar{position:relative} - -.bb-template-v2 .widget_calendar #wp-calendar,.bb-template-v2 .wp-block-calendar #wp-calendar{margin-top:14px;margin-bottom:0} - -.bb-template-v2 .widget_calendar #wp-calendar,.bb-template-v2 .widget_calendar #wp-calendar *,.bb-template-v2 .wp-block-calendar #wp-calendar,.bb-template-v2 .wp-block-calendar #wp-calendar *{border:none;font-weight:500;font-size:14px} - -.bb-template-v2 .widget_calendar #wp-calendar caption,.bb-template-v2 .wp-block-calendar #wp-calendar caption{padding-bottom:0;margin-bottom:25px;color:var(--bb-headings-color);font-size:18px;line-height:21.48px;text-transform:none} - -.bb-template-v2 .widget_calendar #wp-calendar thead th,.bb-template-v2 .wp-block-calendar #wp-calendar thead th{background:0 0;text-align:center;padding:10px;font-size:12px;color:var(--bb-headings-color)} - -.bb-template-v2 .widget_calendar #wp-calendar tbody td,.bb-template-v2 .wp-block-calendar #wp-calendar tbody td{color:var(--bb-alternate-text-color);background:var(--bb-content-background-color);width:34px;height:34px;padding:0;vertical-align:middle;text-align:center;border-radius:var(--bb-button-radius)} - -.bb-template-v2 .widget_calendar #wp-calendar tbody td a,.bb-template-v2 .wp-block-calendar #wp-calendar tbody td a{font-weight:600;background:var(--bb-content-alternate-background-color);display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:var(--bb-button-radius);height:30px;width:30px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--bb-body-text-color);text-decoration:none;margin:2.5px;-webkit-transition:all linear .2s;transition:all linear .2s}@media only screen and (max-width:800px){ - -.bb-template-v2 .widget_calendar #wp-calendar tbody td a,.bb-template-v2 .wp-block-calendar #wp-calendar tbody td a{margin:0 auto}} - -.bb-template-v2 .widget_calendar #wp-calendar tbody td a:hover,.bb-template-v2 .wp-block-calendar #wp-calendar tbody td a:hover{background-color:var(--bb-primary-color);color:var(--bb-content-background-color);-webkit-transition:all linear .2s;transition:all linear .2s} - -.bb-template-v2 .widget_calendar #wp-calendar tbody td#today,.bb-template-v2 .wp-block-calendar #wp-calendar tbody td#today{background-color:var(--bb-primary-color);color:var(--bb-content-background-color)} - -.bb-template-v2 .widget_calendar .wp-calendar-nav,.bb-template-v2 .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;position:absolute;top:28px;left:0;width:100%;padding:0} - -.bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad),.bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad){height:38px;width:38px} - -.bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad) a,.bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad) a{height:38px;width:38px;border-radius:100%;display:-webkit-box;display:-ms-flexbox;display:flex;background:var(--bb-content-alternate-background-color);font-size:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all linear .2s;transition:all linear .2s;text-decoration:none} - -.bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad) a::before,.bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad) a::before{font-family:bb-icons;font-weight:300;color:#000;font-size:16px} - -.bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad) a:hover,.bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad) a:hover{background-color:var(--bb-primary-color);-webkit-transition:all linear .2s;transition:all linear .2s} - -.bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad) a:hover::before,.bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad) a:hover::before{color:var(--bb-content-background-color);-webkit-transition:all linear .2s;transition:all linear .2s} - -.bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad).wp-calendar-nav-prev a::before,.bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad).wp-calendar-nav-prev a::before{content:"\e8ab"} - -.bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad).wp-calendar-nav-next a::before,.bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad).wp-calendar-nav-next a::before{content:"\e827"} - -.bb-template-v2 .wp-block-group .wp-block-calendar .wp-calendar-nav{top:-8px} - -.bb-template-v2 .content-area :not(.widget_block)>.wp-block-archives,.bb-template-v2 .content-area :not(.widget_block)>.wp-block-calendar,.bb-template-v2 .content-area :not(.widget_block)>.wp-block-categories-list,.bb-template-v2 .content-area :not(.widget_block)>.wp-block-latest-comments,.bb-template-v2 .content-area :not(.widget_block)>.wp-block-latest-posts,.bb-template-v2 .content-area :not(.widget_block)>.wp-block-page-list,.bb-template-v2 .content-area :not(.widget_block)>.wp-block-rss,.bb-template-v2 .content-area :not(.widget_block)>.wp-block-search,.bb-template-v2 .content-area :not(.widget_block)>.wp-block-tag-cloud{border-radius:10px} - -.bb-template-v2 .widget_search input.search,.bb-template-v2 .widget_search input[name=bbp_search],.bb-template-v2 .widget_search input[type=search],.bb-template-v2 .wp-block-search input.search,.bb-template-v2 .wp-block-search input[name=bbp_search],.bb-template-v2 .wp-block-search input[type=search]{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius);background-color:var(--bb-content-background-color)} - -.bb-template-v2 .widget_search .wp-block-search__button,.bb-template-v2 .wp-block-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:var(--bb-input-radius);margin-left:10px;padding-left:15px;padding-right:15px;-webkit-transition:all linear .2s;transition:all linear .2s} - -.bb-template-v2 .widget_search .wp-block-search__button:focus,.bb-template-v2 .wp-block-search .wp-block-search__button:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.bb-template-v2 .widget_search .wp-block-search__button:hover,.bb-template-v2 .wp-block-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);-webkit-transition:all linear .2s;transition:all linear .2s} - -.bb-template-v2 .wp-block-archives li{margin-bottom:5px;padding:8px 10px;border-radius:var(--bb-button-radius);font-weight:500;-webkit-transition:all linear .2s;transition:all linear .2s;position:relative} - -.bb-template-v2 .wp-block-archives li a{font-weight:500} - -.bb-template-v2 .wp-block-archives li a::before{position:absolute;content:"";inset:0} - -.bb-template-v2 .wp-block-archives li:hover{-webkit-transition:all linear .2s;transition:all linear .2s;background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color)} - -.bb-template-v2 .wp-block-archives li:hover a{color:var(--bb-headings-color);-webkit-transition:all linear .2s;transition:all linear .2s} - -.bb-template-v2 .wp-block-archives li:hover a:hover{background-color:transparent;color:var(--bb-headings-color)} - -.bb-template-v2 .wp-block-archives li.active{background-color:var(--bb-primary-button-background-regular);color:var(--bb-content-background-color)} - -.bb-template-v2 .wp-block-archives li.active a{color:var(--bb-content-background-color)} - -.bb-template-v2 .wp-block-archives-dropdown select{border-radius:var(--bb-input-radius);border-color:var(--bb-content-border-color);font-size:14px} - -.bb-template-v2 .wp-block-archives-dropdown select:focus{box-shadow:none} - -.bb-template-v2 .wp-block-rss{margin-left:-5px} - -.bb-template-v2 .wp-block-rss li:not(:last-child) a{margin-bottom:5px} - -.bb-template-v2 .wp-block-rss li a{padding:8px 10px;border-radius:var(--bb-button-radius);font-weight:500;display:inline-block} - -.bb-template-v2 .wp-block-rss li a:hover{background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color)} - -.bb-template-v2 .wp-block-rss li ul{margin-left:20px} - -.bb-template-v2 .wp-block-rss li.current-menu-item>a,.bb-template-v2 .wp-block-rss li.current_page_item>a{background-color:var(--bb-primary-color);color:var(--bb-body-background-color);font-weight:600} - -.bb-template-v2 .widget_product_tag_cloud .wp-block-tag-cloud,.bb-template-v2 .widget_tag_cloud .wp-block-tag-cloud{margin-bottom:0} - -.bb-template-v2 .widget_product_tag_cloud a,.bb-template-v2 .widget_tag_cloud a{background:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-alternate-background-color);color:var(--bb-body-text-color);border-radius:6px;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} - -.bb-template-v2 .widget_product_tag_cloud a:hover,.bb-template-v2 .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} - -.bb-template-v2 .widget_product_tag_cloud a .tag-link-count,.bb-template-v2 .widget_tag_cloud a .tag-link-count{opacity:.7} - -.bb-template-v2 .widget.widget_bp_profile_completion_widget{padding-bottom:25px} - -.bb-template-v2 .widget .widget-title{letter-spacing:-.24px} - -.bb-template-v2 .bbp-stats .bbp-count{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between} - -.bb-template-v2 .bbp-stats .bbp-count strong{font-size:18px;line-height:24px;font-weight:600;color:var(--bb-headings-color)} - -.bb-template-v2 .bbp-stats .bbp-count i{display:inline-block;font-size:24px} - -.bb-template-v2 ul.bbp-stats{margin:0} - -.bb-template-v2 ul.bbp-stats li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;background-color:var(--bb-content-alternate-background-color);border-radius:8px;padding:15px;margin-bottom:8px} - -.bb-template-v2 ul.bbp-stats h4{font-size:14px;font-weight:400;line-height:21px;color:var(--bb-body-text-color);text-align:left;margin:0;padding:0;min-height:auto} - -.bb-template-v2 .wp-block-latest-posts .wp-block-latest-posts__featured-image img{border-radius:8px} - -.bb-template-v2 .widget.widget_block .wp-block-latest-posts ul li a{padding-left:0;padding-right:0} - -.bb-template-v2 .widget.widget_nav_menu ul li{margin:2px -7px} - -.bb-template-v2 .widget.widget_nav_menu ul li ul li{margin:2px 0} - -.bb-template-v2 .widget.widget_nav_menu ul a{padding:8px 10px} - -.bb-template-v2 .widget.widget_nav_menu ul a:hover{background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color)} - -.bb-template-v2 .widget.widget_nav_menu ul a i{color:var(--bb-alternate-text-color)} - -.bb-template-v2 .widget.widget_nav_menu ul li.current-menu-item a{background-color:var(--bb-primary-color);color:var(--bb-body-background-color)} - -.bb-template-v2 .widget.widget_nav_menu ul li.current-menu-item a i{color:var(--bb-body-background-color)} - -.bb-template-v2 .bs-styled-radio:checked+.bb-radio-label::after,.bb-template-v2 .bs-styled-radio:checked+label::after{display:none} - -.bb-template-v2 .bs-styled-radio:checked+.bb-radio-label::before,.bb-template-v2 .bs-styled-radio:checked+label::before{border-width:6px;border-color:var(--bb-primary-color)} - -.bb-template-v2 .bb-radio-style input[type=radio]:checked+span::before{border:6px solid var(--bb-primary-color)} - -.bb-template-v2 .bb-radio-style input[type=radio]:checked+span::after{display:none} - -.bb-template-v2 input[type=radio]:focus{box-shadow:none} - -.bb-template-v2 .member-media select#bb-album-privacy:focus,.bb-template-v2 .member-media select#bb-media-privacy:focus,.bb-template-v2 .widget.widget_search input.search:focus,.bb-template-v2 .widget_search input[name=bbp_search]:focus,.bb-template-v2 .widget_search input[type=search]:focus,.bb-template-v2 .wp-block-search input[name=bbp_search]:focus,.bb-template-v2 .wp-block-search input[type=search]:focus,.bb-template-v2.woocommerce #content table.cart td.actions .input-text:focus,.bb-template-v2.woocommerce table.cart td.actions .input-text:focus,.bb-template-v2.woocommerce-page #content table.cart td.actions .input-text:focus,.bb-template-v2.woocommerce-page table.cart td.actions .input-text:focus{border-color:var(--bb-input-focus-border-color);border-width:1px;box-shadow:var(--bb-input-focus-shadow)} - -.bb-template-v2 .buddypress-wrap .select-wrap:focus-within{border-color:var(--bb-input-focus-border-color);border-width:1px;box-shadow:var(--bb-input-focus-shadow)} - -.bb-template-v2 .bs-forums-banner-wrap input:focus{box-shadow:none} - -.bb-template-v2 .bp-navs:not(.bp-subnavs) ul li.selected a{border-bottom:0} - -.bb-template-v2 #buddypress .dir-form.bp-search-results-wrapper,.bb-template-v2 .bp-profile-wrapper,.bb-template-v2 .buddypress-wrap .bp-settings-container,.bb-template-v2 .buddypress-wrap:not(.bp-single-vert-nav) .bp-manage-group-container{border:0;background-color:transparent} - -.bb-template-v2.groups.group-admin #buddypress.bp-single-vert-nav #item-body #group-settings-form{border:0} - -.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a,.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a,.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs .current a,.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs .selected a,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .current a,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .selected a{background-color:var(--bb-primary-color);color:var(--bb-body-background-color)} - -.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a::before,.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a::before,.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs .current a::before,.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs .selected a::before,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .current a::before,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .selected a::before{color:var(--bb-body-background-color)} - -.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a:hover,.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a:hover,.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs .current a:hover,.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs .selected a:hover,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .current a:hover,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .selected a:hover{background-color:var(--bb-primary-color);color:var(--bb-body-background-color)} - -.bb-template-v2 .bp-search-results-wrapper .bp-navs li a,.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs li a,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs li a{padding:13px 20px;line-height:14px;color:var(--bb-headings-color);border:0;background-color:transparent;margin-bottom:1px} - -.bb-template-v2 .bp-search-results-wrapper .bp-navs li a::before,.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs li a::before,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs li a::before{color:var(--bb-alternate-text-color)} - -.bb-template-v2 .bp-search-results-wrapper .bp-navs li a:hover,.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs li a:hover,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs li a:hover{color:var(--bb-headings-color);border:0} - -.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs li a{padding:13px 20px;line-height:14px;color:var(--bb-headings-color);border:0;background-color:transparent;margin-bottom:1px} - -.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs li a::before{color:var(--bb-alternate-text-color)} - -.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs li a:hover{color:var(--bb-headings-color);border:0} - -.bb-template-v2.groups.group-admin #buddypress #item-body #group-settings-form{border:1px solid var(--bb-content-border-color)} - -.bb-template-v2.groups.group-admin .bp-navs.group-subnav{border:0;background-color:transparent;padding:0 25px 0 0} - -.bb-template-v2.groups.group-admin .bp-navs.group-subnav a{border-radius:6px;background-color:transparent} - -.bb-template-v2.groups.group-admin .bp-navs.group-subnav a:hover{background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color)} - -.bb-template-v2.groups.group-admin .bp-navs.group-subnav .current a,.bb-template-v2.groups.group-admin .bp-navs.group-subnav .selected a{background-color:var(--bb-primary-color);border:0;color:var(--bb-body-background-color)} - -.bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav .selected a{color:var(--bb-primary-color)} - -.bb-template-v2.groups.group-admin #buddypress.buddypress-wrap.bp-single-vert-nav #item-body{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color);padding-right:20px} - -.bb-template-v2.groups.group-admin #buddypress.buddypress-wrap.bp-single-vert-nav #item-body,.bb-template-v2.messages .bp-single-vert-nav #item-body{margin-left:20px} - -.bb-template-v2 #buddypress .bp-search-results-wrapper .search_results,.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper:not(.need-separator) .bp-profile-content{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color)} - -.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav,.bb-template-v2 .bp-search-results-wrapper .bp-navs{border:0;background-color:transparent;padding:0 25px 0 0} - -.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav a,.bb-template-v2 .bp-search-results-wrapper .bp-navs a{border-radius:6px;background-color:transparent} - -.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav a::before,.bb-template-v2 .bp-search-results-wrapper .bp-navs a::before{color:var(--bb-alternate-text-color)} - -.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav a:hover,.bb-template-v2 .bp-search-results-wrapper .bp-navs a:hover{background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color)} - -.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .current a,.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .selected a,.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a,.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a{background-color:var(--bb-primary-color);border:0;color:var(--bb-body-background-color)} - -.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .current a::after,.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .selected a::after,.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a::after,.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a::after{display:none} - -.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .current a::before,.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .selected a::before,.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a::before,.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a::before{color:var(--bb-body-background-color)} - -.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .current a .count,.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .selected a .count,.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a .count,.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a .count{background-color:var(--bb-body-background-color);color:var(--bb-primary-color)} - -.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a,.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a{border-top:0;border-bottom:0;padding:10px 20px} - -.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a:hover,.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a:hover{border-top:0;border-bottom:0} - -.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a:hover .count,.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a:hover .count{background-color:var(--bb-body-background-color);color:var(--bb-primary-color)} - -.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs{border:0;background-color:transparent;padding:0 25px 0 0} - -.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs a,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs a{border-radius:6px} - -.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs a:hover,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs a:hover{background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color)} - -.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs .selected a,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .selected a{background-color:var(--bb-primary-color);border:0;color:var(--bb-body-background-color)} - -.bb-template-v2 .bp-invites-container .bb-bp-invites-content{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color)}@media screen and (max-width:46.8em){ - -.bb-template-v2 nav#object-nav.bb-single-main-nav--vertical{border:0;padding:0}}@media screen and (min-width:46.8em){ - -.bb-template-v2 .bp-single-vert-nav .bp-wrap:not(.bp-fullwidth-wrap){border:0;background-color:transparent} - -.bb-template-v2 nav#object-nav.bb-single-main-nav--vertical{border-right:0;padding-right:10px;padding-top:0;background-color:transparent} - -.bb-template-v2 nav#object-nav.bb-single-main-nav--vertical a{border-radius:6px} - -.bb-template-v2 nav#object-nav.bb-single-main-nav--vertical a:hover{background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color)} - -.bb-template-v2 #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap nav#object-nav.vertical li.selected,.bb-template-v2 nav#object-nav.bb-single-main-nav--vertical .selected,.bb-template-v2 nav#object-nav.vertical .selected{border-radius:6px} - -.bb-template-v2 #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap nav#object-nav.vertical li.selected>a,.bb-template-v2 nav#object-nav.bb-single-main-nav--vertical .selected>a,.bb-template-v2 nav#object-nav.vertical .selected>a{background-color:var(--bb-primary-color);border:0;color:var(--bb-body-background-color)} - -.bb-template-v2 #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap nav#object-nav.vertical li.selected>a .count,.bb-template-v2 nav#object-nav.bb-single-main-nav--vertical .selected>a .count,.bb-template-v2 nav#object-nav.vertical .selected>a .count{background-color:var(--bb-body-background-color);color:var(--bb-primary-color)} - -.bb-template-v2 #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap nav#object-nav.vertical ul li.selected a:hover{background-color:var(--bb-primary-color);color:var(--bb-body-background-color)} - -.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .selected::after{background-color:transparent}} - -.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav,.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav{border-bottom:1px solid var(--bb-content-border-color);display:block;padding:15px 20px 13px} - -.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav li.bp-groups-tab,.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav li.bp-groups-tab{margin-top:0} - -.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav li:not(:last-child),.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav li:not(:last-child){padding-right:10px} - -.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav #bp-zoom-switch-type,.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav #bp-zoom-switch-type{margin-top:-4px} - -.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav #bp-zoom-switch-type>a,.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav #bp-zoom-switch-type>a{background-color:transparent;border-radius:0;border:0} - -.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav #bp-zoom-switch-type>a:first-child,.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav #bp-zoom-switch-type>a:first-child{border-right:1px solid var(--bb-content-border-color)} - -.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav #sync-meetings-groups-li,.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav #sync-webinars-groups-li,.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav #sync-meetings-groups-li,.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav #sync-webinars-groups-li{margin-top:-2px} - -.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav #meetings-sync,.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav #webinars-sync,.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav #meetings-sync,.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav #webinars-sync{background-color:transparent} - -.bb-template-v2 .buddypress-wrap .item-body #subnav ul li{margin-bottom:5px} - -.bb-template-v2 .bb-profile-grid.bb-grid #subnav.bp-navs .sub-menu li{margin-bottom:0} - -.buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav #meetings-sync,.buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav #webinars-sync{color:var(--bb-primary-color);border:transparent} - -.bb-template-v2 .bp-dir-hori-nav:not(.bp-vertical-navs) nav#object-nav{background-color:transparent;border:0;padding:0;margin-top:5px;margin-bottom:22px} - -.bb-template-v2 .bp-dir-hori-nav:not(.bp-vertical-navs) nav#object-nav>ul>li>a:not(.more-button){padding:20px 0 2px} - -.bb-template-v2 .bp-dir-hori-nav:not(.bp-vertical-navs) nav#object-nav a.more-button{padding:23px 0 2px} - -.bb-template-v2 nav#object-nav .selected>a{border:0} - -.bb-template-v2 nav#object-nav>ul>li>a .bb-single-nav-item-point{border-bottom:2px solid transparent;padding-bottom:10px} - -.bb-template-v2 nav#object-nav>ul>.selected>a .bb-single-nav-item-point{border-bottom:2px solid var(--bb-primary-color);padding-bottom:10px} - -.bb-template-v2 nav#object-nav>ul>.selected>a .bb-single-nav-item-point{border-bottom:2px solid var(--bb-primary-color);padding-bottom:10px}@media screen and (min-width:46.8em){ - -.bb-template-v2 nav#object-nav.bb-single-main-nav--vertical>ul>li>a .bb-single-nav-item-point{padding-bottom:0;border:0}} - -.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav#subnav,.bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav{border-bottom:0} - -.bb-template-v2 .bp-single-vert-nav .subnav li.current a,.bb-template-v2 .bp-single-vert-nav .subnav li.selected a,.bb-template-v2 .subnav li.current a,.bb-template-v2 .subnav li.selected a,.bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav li.current a,.bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav li.selected a,.bb-template-v2.groups .bp-single-vert-nav .subnav li.current a,.bb-template-v2.groups .bp-single-vert-nav .subnav li.selected a,.bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li.current a,.bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li.selected a{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);color:var(--bb-headings-color)} - -.bb-template-v2 .bp-single-vert-nav .subnav li.current a:hover,.bb-template-v2 .bp-single-vert-nav .subnav li.selected a:hover,.bb-template-v2 .subnav li.current a:hover,.bb-template-v2 .subnav li.selected a:hover,.bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav li.current a:hover,.bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav li.selected a:hover,.bb-template-v2.groups .bp-single-vert-nav .subnav li.current a:hover,.bb-template-v2.groups .bp-single-vert-nav .subnav li.selected a:hover,.bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li.current a:hover,.bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li.selected a:hover{background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color)} - -.bb-template-v2 .bp-single-vert-nav .subnav li,.bb-template-v2 .subnav li,.bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav li,.bb-template-v2.groups .bp-single-vert-nav .subnav li,.bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li{padding-right:10px} - -.bb-template-v2 .bp-single-vert-nav .subnav li:not(:last-child),.bb-template-v2 .subnav li:not(:last-child),.bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav li:not(:last-child),.bb-template-v2.groups .bp-single-vert-nav .subnav li:not(:last-child),.bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li:not(:last-child){padding-right:10px} - -.bb-template-v2 .bp-single-vert-nav .subnav li a,.bb-template-v2 .subnav li a,.bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav li a,.bb-template-v2.groups .bp-single-vert-nav .subnav li a,.bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li a{padding:0 15px;line-height:29px;border-radius:6px;border:1px solid transparent;color:var(--bb-body-body-text-color);background-color:var(--bb-content-alternate-background-color);margin:0} - -.bb-template-v2 .bp-single-vert-nav .subnav li a:hover,.bb-template-v2 .subnav li a:hover,.bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav li a:hover,.bb-template-v2.groups .bp-single-vert-nav .subnav li a:hover,.bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li a:hover{border:1px solid var(--bb-content-border-color)} - -.bb-template-v2 .bb-profile-grid.bb-grid #subnav.bp-navs .subnav a.more-button{background-color:transparent;border:0;padding:5px 0 0} - -.bb-template-v2 .bb-profile-grid.bb-grid #subnav.bp-navs .subnav .more-button.active::after{display:none} - -.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs li{padding-right:0} - -.bb-template-v2 .bp-messages-container .subnav li a{border:0;padding:0;color:var(--bb-headings-color);background:0 0} - -.bb-template-v2 .bp-messages-container .subnav li a:focus,.bb-template-v2 .bp-messages-container .subnav li a:hover{background-color:transparent;color:var(--bb-primary-color)} - -.bb-template-v2 #subnav li:not(.current) a:focus,.bb-template-v2 #subnav li:not(.current) a:hover,.bb-template-v2 #subnav li:not(.selected) a:focus,.bb-template-v2 #subnav li:not(.selected) a:hover{color:var(--bb-headings-color);background-color:var(--bb-content-alternate-background-color)} - -.bb-template-v2 .messages-wrapper #subnav #compose-action-personal-li .bb_more_options_action:hover,.bb-template-v2 .messages-wrapper #subnav #compose-personal-li a:hover{background:0 0;color:var(--bb-primary-color)} - -.bb-template-v2.groups.group-messages .bp-single-vert-nav #item-body #subnav .subnav{margin:0;padding:15px 0}@media screen and (max-width:900px){ - -.bb-template-v2 #buddypress .bp-settings-container .bp-navs li a{padding:10px 15px}} - -.bb-template-v2 .woocommerce .bsMyAccount{background-color:transparent;border:0} - -.bb-template-v2 .woocommerce .woocommerce-MyAccount-content{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius)} - -.bb-template-v2 .woocommerce-MyAccount-navigation{padding-right:30px} - -.bb-template-v2 .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading{display:none} - -.bb-template-v2 .woocommerce .woocommerce-MyAccount-navigation ul li a{border-radius:6px} - -.bb-template-v2 .woocommerce .woocommerce-MyAccount-navigation ul li a:hover{color:var(--bb-headings-color)} - -.bb-template-v2 .woocommerce .woocommerce-MyAccount-navigation ul li a::before{color:var(--bb-alternate-text-color)} - -.bb-template-v2 .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a{background-color:var(--bb-primary-color);color:var(--bb-body-background-color)} - -.bb-template-v2 .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a::before{color:var(--bb-body-background-color)}@media screen and (max-width:800px){ - -.bb-template-v2 .woocommerce-MyAccount-navigation{padding-right:0} - -.bb-template-v2 .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading{display:block}} - -.bb-template-v2 .lifterlms .llms-student-dashboard{border:0} - -.bb-template-v2 .llms-student-dashboard .llms-student-dashboard__frame{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius)} - -.bb-template-v2 .lifterlms .llms-sd-header{background-color:transparent;border:0;padding-right:30px} - -.bb-template-v2 .lifterlms .llms-sd-header .llms-sd-items{padding:0} - -.bb-template-v2 .llms-sd-items li.llms-sd-item{border-radius:6px} - -.bb-template-v2 .llms-sd-items li.llms-sd-item:hover{background-color:var(--bb-content-alternate-background-color)} - -.bb-template-v2 .lifterlms .llms-student-dashboard .llms-sd-link:hover{color:var(--bb-headings-color)} - -.bb-template-v2 .lifterlms .llms-student-dashboard .llms-sd-link::before{color:var(--bb-alternate-text-color)} - -.bb-template-v2 .llms-sd-items li.llms-sd-item.current:hover{background-color:var(--bb-primary-color)} - -.bb-template-v2 .llms-sd-items .current{background-color:var(--bb-primary-color)} - -.bb-template-v2 .llms-sd-items .current:hover{background-color:var(--bb-primary-color)} - -.bb-template-v2 .llms-sd-items .current .llms-sd-link{color:var(--bb-body-background-color)} - -.bb-template-v2 .llms-sd-items .current .llms-sd-link:hover{color:var(--bb-body-background-color)} - -.bb-template-v2 .llms-sd-items .current .llms-sd-link::before{color:var(--bb-body-background-color)} - -.bb-template-v2 .bp-navs ul:not(.subnav) li.selected a{border-bottom:0} - -.bb-template-v2 .bb-courses-directory .bp-navs>ul>li>a,.bb-template-v2 .lifterlms-course-list .bp-navs.bp-subnavs>ul>li>a{padding-bottom:0} - -.bb-template-v2 .lifterlms-course-list .bp-navs.bp-subnavs>ul>li{padding-right:15px} - -.bb-template-v2 .bp-navs>ul>li a .bb-component-nav-item-point{border-bottom:2px solid transparent;padding-bottom:10px} - -.bb-template-v2 .bp-navs>ul>li.current a .bb-component-nav-item-point,.bb-template-v2 .bp-navs>ul>li.selected a .bb-component-nav-item-point{border-bottom:2px solid var(--bb-primary-color)} - -.bb-template-v2 .bp-navs>ul>li.current:hover .bb-component-nav-item-point,.bb-template-v2 .bp-navs>ul>li.selected:hover .bb-component-nav-item-point,.bb-template-v2 .bp-subnavs>ul>li.current:hover .bb-component-nav-item-point,.bb-template-v2 .bp-subnavs>ul>li.selected:hover .bb-component-nav-item-point{color:var(--bb-primary-color)} - -.bb-template-v2 .buddypanel{padding-left:10px;padding-right:10px} - -.bb-template-v2 ul.buddypanel-menu>li>a>i~span:not(.count){margin-left:-5px;vertical-align:middle} - -.bb-template-v2 .buddypanel #site-logo{padding-left:10px;padding-right:10px} - -.bb-template-v2 .buddypanel .bb-toggle-panel{padding-left:8px;padding-right:8px;min-width:48px;border-radius:6px} - -.bb-template-v2 .buddypanel .bb-toggle-panel:hover{background-color:var(--bb-sidenav-menu-background-color-hover)} - -.bb-template-v2 .side-panel-menu li{min-height:50px} - -.bb-template-v2 .side-panel-menu a{padding:13px 0;width:-webkit-calc(100% - 20px);width:calc(100% - 20px);border-radius:6px} - -.bb-template-v2 .side-panel-menu>li:not(.current-menu-item)>a:hover{background-color:var(--bb-sidenav-alt-background);color:var(--bb-sidenav-links)} - -.bb-template-v2 .side-panel-menu>li:not(.current-menu-item)>a:hover i{color:var(--bb-sidenav-links)} - -.bb-template-v2 .side-panel-menu .current-menu-parent.current-menu-item>a,.bb-template-v2 .side-panel-menu>.current-menu-item>a{background-color:var(--bb-sidenav-menu-background-color-active);color:var(--bb-sidenav-text-active)} - -.bb-template-v2 .side-panel-menu .current-menu-parent.current-menu-item>a span.count,.bb-template-v2 .side-panel-menu>.current-menu-item>a span.count{background-color:var(--bb-sidenav-count-background-color-active);color:var(--bb-sidenav-count-text-color-active)} - -.bb-template-v2 .side-panel-menu .current-menu-parent.current-menu-item>a>.bs-submenu-toggle,.bb-template-v2 .side-panel-menu>.current-menu-item>a>.bs-submenu-toggle{color:var(--bb-sidenav-text-active)} - -.bb-template-v2 .side-panel-menu .current-menu-parent.current-menu-item>a:hover,.bb-template-v2 .side-panel-menu>.current-menu-item>a:hover{background-color:var(--bb-sidenav-menu-background-color-active);color:var(--bb-sidenav-text-active)} - -.bb-template-v2 .side-panel-menu .current-menu-parent.current-menu-item>a:hover span.count,.bb-template-v2 .side-panel-menu>.current-menu-item>a:hover span.count{background-color:var(--bb-sidenav-count-background-color-active);color:var(--bb-sidenav-count-text-color-active)} - -.bb-template-v2 .side-panel-menu .current-menu-parent.current-menu-item>a:hover>.bs-submenu-toggle,.bb-template-v2 .side-panel-menu>.current-menu-item>a:hover>.bs-submenu-toggle{color:var(--bb-sidenav-text-active)} - -.bb-template-v2 .side-panel-menu .current-menu-parent.current-menu-item+.current-menu-item,.bb-template-v2 .side-panel-menu>.current-menu-item+.current-menu-item{margin-top:5px} - -.bb-template-v2 .side-panel-menu>.current-menu-item>a,.bb-template-v2 .side-panel-menu>.current-menu-item>i{color:var(--bb-sidenav-text-active)} - -.bb-template-v2 .side-panel-menu>.current-menu-item>a:hover i{color:var(--bb-sidenav-text-active)} - -.bb-template-v2 .side-panel-menu>.current-menu-item .sub-menu a{color:var(--bb-sidenav-text-regular);background-color:var(--bb-sidenav-menu-background-color-regular)} - -.bb-template-v2 .side-panel-menu>.current-menu-item .sub-menu .current-menu-item>a{background-color:var(--bb-sidenav-menu-background-color-active);color:var(--bb-sidenav-text-active)} - -.bb-template-v2 .side-panel-menu>.current-menu-item .sub-menu .current-menu-item>a span.count{background-color:var(--bb-sidenav-count-background-color-active);color:var(--bb-sidenav-count-text-color-active)} - -.bb-template-v2 .side-panel-menu>.current-menu-item .sub-menu .current-menu-item>a>.bs-submenu-toggle{color:var(--bb-sidenav-text-active)} - -.bb-template-v2 .side-panel-menu .sub-menu a{width:-webkit-calc(100% - 42px);width:calc(100% - 42px)} - -.bb-template-v2 .widget.widget_block ul.buddypanel-menu-block li a,.bb-template-v2 ul.buddypanel-menu-block li a{border-radius:6px;font-weight:400} - -.bb-template-v2 .widget.widget_block ul.buddypanel-menu-block li a>span,.bb-template-v2 ul.buddypanel-menu-block li a>span{font-weight:500} - -.bb-template-v2 .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 span.count{background-color:var(--bb-content-background-color);color:var(--bb-primary-color)} - -.bb-template-v2 .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.buddypanel-open ul.buddypanel-menu.has-section-menu:not(.mobile-menu)>li:not(.bb-menu-section){margin-left:12px} - -.bb-template-v2 .content-area ul.buddypanel-menu.has-section-menu:not(.mobile-menu){margin-top:5px} - -.bb-template-v2 .content-area .side-panel-inner.is_block ul.buddypanel-menu.has-section-menu li:not(.bb-menu-section)>a{width:-webkit-calc(100% - 12px);width:calc(100% - 12px)} - -.bb-template-v2 .content-area .side-panel-inner.is_block ul.buddypanel-menu.has-section-menu li:not(.bb-menu-section)>a .bs-submenu-toggle{right:22px} - -.bb-template-v2.buddypanel-open .buddypanel ul.buddypanel-menu.has-section-menu>li:not(.bb-menu-section)>a{width:-webkit-calc(100% - 45px);width:calc(100% - 45px)} - -.bb-template-v2 .side-panel-inner.is_block .buddypanel-menu-block li.bb-menu-section a{padding-left:20px} - -.bb-template-v2 .side-panel-inner.is_block .buddypanel-menu-block li.bb-menu-section~li:not(.bb-menu-section)>a{width:100%} - -.bb-template-v2 .buddypanel-menu>li>.bb-menu-item>i:not(.bb-icon-angle-down){font-size:24px;min-width:48px} - -body.bb-template-v2.bb-buddypanel:not(.buddypanel-open).bb-sfwd-aside .buddypanel{padding:0} - -body.bb-template-v2:not(.buddypanel-open) .buddypanel .buddypanel-site-icon{padding:15px 2px 25px} - -body.bb-template-v2:not(.buddypanel-open) .buddypanel.buddypanel--toggle-off .buddypanel-site-icon{padding-top:20px} - -.bb-template-v2.buddypanel-open .buddypanel .side-panel-inner li:not(.current-menu-item) a i:not(.bb-icon-angle-down){opacity:.5} - -.bb-template-v2.buddypanel-open .buddypanel .side-panel-inner li.current-menu-item>a>i:not(.bb-icon-angle-down){opacity:1} - -.bb-template-v2 ul.buddypanel-menu>li>a>img:first-child{margin:0 9px 0 14px} - -.bb-template-v2.buddypanel-open ul.buddypanel-menu.mobile-menu>li>a>img:first-child{margin-right:13px} - -.bb-template-v2 .bb-about-instructor h4,.bb-template-v2 .bb-single-course-sidebar h4,.bb-template-v2 .learndash-wrapper .ld-section-heading h2{text-transform:none} - -.bb-template-v2 .learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading h2,.bb-template-v2 .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading h2{font-size:20px} - -.bb-template-v2 .bb-about-instructor h4{font-size:20px} - -.bb-template-v2 .bb-single-course-sidebar h4{font-size:18px} - -.bb-template-v2 .bb-llms-content-wrap .comments-title,.bb-template-v2 .bb-llms-content-wrap .review_title,.bb-template-v2.single-course.llms-pointer .lifterlms_course_information h3,.bb-template-v2.single-course.llms-pointer .llms-instructor-info h3,.bb-template-v2.single-course.llms-pointer .llms-meta-info h3{text-transform:none} - -.bb-template-v2 .bb-llms-content-wrap .comments-title,.bb-template-v2 .bb-llms-content-wrap .review_title,.bb-template-v2.single-course.llms-pointer .llms-instructor-info h3,.bb-template-v2.single-course.llms-pointer .llms-meta-info h3{font-size:18px} - -.bb-template-v2.single-course.llms-pointer .lifterlms_course_information h3{font-size:16px} \ No newline at end of file +.bb-template-v2 .site-header .bb-header-loader{margin:.625rem 0 1.25rem}.bb-template-v2 .notification-dropdown{border-radius:10px}.bb-template-v2 .notification-content .posted,.bb-template-v2 .notification-content .typing-indicator{font-weight:400}.bb-template-v2 .notification-wrap.menu-item-has-children>a:before{display:none}.bb-template-v2 .notification-header{padding:1.25rem .9375rem .9375rem}.bb-template-v2 .notification-header .title{font-weight:600}.bb-template-v2 .site-header .notification-list{padding:0 .625rem}.bb-template-v2 .notification-header{border-bottom:0}.bb-template-v2 .notification-wrap .notification-list li{border-bottom:0;border-radius:6px;padding:.75rem .625rem}.bb-template-v2 .notification-wrap .notification-list li.unread:before{right:18px}.bb-template-v2 .notification-wrap .notification-list li.bs-item-wrap{background-color:var(--bb-content-alternate-background-color)}.bb-template-v2 .notification-wrap .notification-list li.bs-item-wrap:hover{background-color:var(--bb-content-alternate-background-color)}.bb-template-v2 .notification-wrap .notification-list li.bs-item-wrap .notification-content{padding:.3125rem 0}.bb-template-v2 .menu-item-has-children .notification-list li:last-child{margin-bottom:.9375rem}.bb-template-v2 .header-mini-cart p.woocommerce-mini-cart__buttons{padding:.9375rem .9375rem .9375rem 0}.bb-template-v2 .header-mini-cart p.woocommerce-mini-cart__total{padding:.8125rem 0 .75rem .9375rem}.bb-template-v2 .header-mini-cart p.woocommerce-mini-cart__total strong{font-weight:500}.bb-template-v2 .header-mini-cart .woocommerce-mini-cart__empty-message{background-color:var(--bb-content-alternate-background-color);margin:0 10px 15px;border-radius:6px;font-weight:400}.bb-template-v2 .header-mini-cart ul.cart_list{border-bottom:1px solid var(--bb-content-border-color)}.bb-template-v2 .header-mini-cart ul.cart_list li.mini_cart_item{border:0;border-radius:6px;margin:0 .625rem}.bb-template-v2 .header-mini-cart ul.cart_list li.mini_cart_item:last-child{margin-bottom:.9375rem}.bb-template-v2 .header-mini-cart ul.cart_list li.mini_cart_item>a:not(.remove){font-weight:500}.bb-template-v2 .user-wrap.menu-item-has-children .sub-menu{min-width:250px}.bb-template-v2 .site-header .sub-menu li:hover>a{color:var(--bb-body-text-color)}.bb-template-v2 .site-header .sub-menu li:hover>a>i._mi{color:var(--bb-body-text-color)}.bb-template-v2 .header-aside .wrapper li .wrapper{background-color:transparent;box-shadow:none;left:-177px}.bb-template-v2 .header-aside .wrapper li .wrapper .ab-submenu,.bb-template-v2 .header-aside .wrapper li .wrapper .bb-sub-menu{border-radius:10px;background-color:var(--bb-content-background-color);box-shadow:0 3px 8px rgba(0,0,0,.06),0 6px 24px rgba(0,0,0,.12)}.bb-template-v2 .header-aside .wrapper li .wrapper .ab-submenu a:hover,.bb-template-v2 .header-aside .wrapper li .wrapper .bb-sub-menu a:hover{background:var(--bb-content-alternate-background-color);color:var(--bb-body-text-color)}.bb-template-v2 .header-aside .wrapper li .wrapper:before{display:none}.bb-template-v2 .header-aside .wrapper .sub-menu-inner{width:100%}.bb-template-v2 .user-wrap.menu-item-has-children #header-my-account-menu .bb-sub-menu a:hover{background-color:var(--bb-content-alternate-background-color)}.bb-template-v2 .user-wrap.menu-item-has-children .sub-menu-inner li .user-mention{color:var(--bb-alternate-text-color)}.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-ancestor.no-icon>a:before,.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-item.no-icon>a:before,.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .no-icon>a:before{color:var(--bb-alternate-text-color)}.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu li:hover>a{color:var(--bb-body-text-color);background:var(--bb-content-alternate-background-color)}.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu li:hover>a:before,.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu li:hover>a>i{color:var(--bb-alternate-text-color)}.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu a{color:var(--bb-body-text-color)}.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu a:before,.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu a>i{color:var(--bb-alternate-text-color)}.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu a:hover{color:var(--bb-body-text-color);background:var(--bb-content-alternate-background-color)}.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu a:hover:before,.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu a:hover>i{color:var(--bb-alternate-text-color)}.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-ancestor>a,.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-item>a{color:var(--bb-body-text-color);background:var(--bb-content-alternate-background-color)}.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-ancestor>a:before,.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-ancestor>a>i,.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-item>a:before,.bb-template-v2 .user-wrap.menu-item-has-children ul#header-my-account-menu .current-menu-item>a>i{color:var(--bb-alternate-text-color)}.bb-template-v2 .user-wrap.menu-item-has-children .sub-menu-inner li.menupop .ab-sub-wrapper .ab-submenu{border-radius:10px}.bb-template-v2 ul.buddypanel-menu li.bb-menu-section a{padding-left:20px}.bb-template-v2 .buddypanel-menu a span.count{background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color);border:1px solid rgba(0,0,0,.05);border-radius:6px;box-shadow:none;-webkit-transition:none;transition:none}.bb-template-v2 .buddypanel-menu a:hover span.count{background-color:var(--bb-primary-color);color:var(--bb-body-background-color);border-color:transparent}.bb-template-v2 .buddypanel-menu .current-menu-item>a span.count{background-color:var(--bb-body-background-color);color:var(--bb-primary-color);border-color:transparent}.bb-template-v2 .buddypanel-menu .current-menu-item>a:hover span.count{background-color:var(--bb-body-background-color);color:var(--bb-primary-color);border-color:transparent}.bb-template-v2 .site-header .sub-menu a{border:0;border-radius:6px;margin:0 8px}.bb-template-v2 .site-header .sub-menu .current-menu-ancestor>a,.bb-template-v2 .site-header .sub-menu .current-menu-item>a,.bb-template-v2 .site-header .sub-menu .current-menu-parent>a,.bb-template-v2 .site-header .sub-menu li:hover>a{color:var(--bb-body-text-color);font-weight:400}.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link .user-name{margin-right:10px;font-weight:600;color:var(--bb-header-links)}.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link .bb-icon-angle-down{display:none}.bb-template-v2 .site-header .user-wrap.menu-item-has-children .sub-menu{border-radius:10px}.bb-template-v2 .site-header .user-wrap.menu-item-has-children .sub-menu:before{display:none}.bb-template-v2 .primary-menu>.menu-item-has-children:not(.hideshow){padding-right:5px}.bb-template-v2 .primary-menu>.menu-item-has-children:not(.hideshow):after{right:5px}.bb-template-v2 .primary-menu>.menu-item-has-children:not(.hideshow)>a{padding-right:27px}.bb-template-v2 .primary-menu>.menu-item-has-children:not(.hideshow)>a:before{right:-10px}.bb-template-v2 .primary-menu>li.menu-item-has-children:not(.hideshow).current-menu-ancestor>a:hover:before,.bb-template-v2 .primary-menu>li.menu-item-has-children:not(.hideshow).current-menu-item>a:hover:before,.bb-template-v2 .primary-menu>li.menu-item-has-children:not(.hideshow).current-menu-parent>a:hover:before,.bb-template-v2 .primary-menu>li.menu-item-has-children:not(.hideshow).current_page_item>a:hover:before{right:-10px}.bb-template-v2 .primary-menu>li{padding:0 5px}.bb-template-v2 .primary-menu>li>a{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:2px solid transparent;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 10px}.bb-template-v2 .primary-menu>li>a:focus{color:var(--bb-header-links)}.bb-template-v2 .primary-menu>li>a:focus>i{color:var(--bb-header-links)}.bb-template-v2 .primary-menu>li:hover>a{position:relative;color:var(--bb-header-links)}.bb-template-v2 .primary-menu>li:hover>a>i{color:var(--bb-header-links)}.bb-template-v2 .primary-menu>li:hover>a:before{content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-radius:6px;background-color:var(--bb-header-alternate-background);z-index:-1;height:40px;left:0;right:0}.bb-template-v2 .primary-menu>li.current-menu-ancestor>a,.bb-template-v2 .primary-menu>li.current-menu-item>a,.bb-template-v2 .primary-menu>li.current-menu-parent>a,.bb-template-v2 .primary-menu>li.current_page_item>a{border-bottom-color:var(--bb-header-links-hover)}.bb-template-v2 .primary-menu>li.current-menu-ancestor>a:hover,.bb-template-v2 .primary-menu>li.current-menu-item>a:hover,.bb-template-v2 .primary-menu>li.current-menu-parent>a:hover,.bb-template-v2 .primary-menu>li.current_page_item>a:hover{position:relative}.bb-template-v2 .primary-menu>li.current-menu-ancestor>a:hover:before,.bb-template-v2 .primary-menu>li.current-menu-item>a:hover:before,.bb-template-v2 .primary-menu>li.current-menu-parent>a:hover:before,.bb-template-v2 .primary-menu>li.current_page_item>a:hover:before{content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-radius:6px;background-color:var(--bb-header-alternate-background);z-index:-1;height:40px;left:0;right:0}.bb-template-v2 .primary-menu>.current-menu-ancestor>a,.bb-template-v2 .primary-menu>.current-menu-item>a,.bb-template-v2 .primary-menu>.current-menu-parent>a,.bb-template-v2 .primary-menu>.current_page_item>a{color:var(--bb-header-links)}.bb-template-v2 .primary-menu>.current-menu-ancestor>a>i,.bb-template-v2 .primary-menu>.current-menu-item>a>i,.bb-template-v2 .primary-menu>.current-menu-parent>a>i,.bb-template-v2 .primary-menu>.current_page_item>a>i{color:var(--bb-header-links)}.bb-template-v2 .primary-menu .current-menu-ancestor>a,.bb-template-v2 .primary-menu .current-menu-item>a,.bb-template-v2 .primary-menu .current-menu-parent>a,.bb-template-v2 .primary-menu .current_page_item>a{color:var(--bb-header-links)}.bb-template-v2 .primary-menu .current-menu-ancestor>a>i,.bb-template-v2 .primary-menu .current-menu-item>a>i,.bb-template-v2 .primary-menu .current-menu-parent>a>i,.bb-template-v2 .primary-menu .current_page_item>a>i{color:var(--bb-header-links)}.bb-template-v2 .primary-menu .ab-submenu .current-menu-ancestor>a,.bb-template-v2 .primary-menu .ab-submenu .current-menu-item>a,.bb-template-v2 .primary-menu .ab-submenu .current-menu-parent>a,.bb-template-v2 .primary-menu .ab-submenu .current_page_item>a{color:var(--bb-body-text-color)}.bb-template-v2 .primary-menu .ab-submenu .current-menu-ancestor>a>i,.bb-template-v2 .primary-menu .ab-submenu .current-menu-item>a>i,.bb-template-v2 .primary-menu .ab-submenu .current-menu-parent>a>i,.bb-template-v2 .primary-menu .ab-submenu .current_page_item>a>i{color:var(--bb-body-text-color)}.bb-template-v2.menu-style-tab_bar .primary-menu>.menu-item-has-children:not(.hideshow){padding-right:5px}.bb-template-v2.menu-style-tab_bar .primary-menu>.menu-item-has-children:not(.hideshow)>a{padding-right:10px}.bb-template-v2.menu-style-tab_bar .primary-menu>.menu-item-has-children:not(.hideshow)>a:hover:before{right:0}.bb-template-v2.menu-style-tab_bar .primary-menu>.menu-item-has-children:not(.hideshow)>a:before{right:0}.bb-template-v2.menu-style-tab_bar .primary-menu>li.menu-item-has-children:not(.hideshow).current-menu-ancestor>a:hover:before,.bb-template-v2.menu-style-tab_bar .primary-menu>li.menu-item-has-children:not(.hideshow).current-menu-item>a:hover:before,.bb-template-v2.menu-style-tab_bar .primary-menu>li.menu-item-has-children:not(.hideshow).current-menu-parent>a:hover:before,.bb-template-v2.menu-style-tab_bar .primary-menu>li.menu-item-has-children:not(.hideshow).current_page_item>a:hover:before{right:0}.bb-template-v2 .site-header #primary-navbar .menu-item>.ab-submenu{background-color:var(--bb-content-background-color);border-radius:10px;box-shadow:0 3px 8px rgba(0,0,0,.06),0 6px 24px rgba(0,0,0,.12);min-width:186px}.bb-template-v2 .site-header #primary-navbar .menu-item>.ab-submenu:before{display:none}.bb-template-v2 .site-header #primary-navbar .menu-item>.ab-submenu .bb-sub-menu{background-color:var(--bb-content-background-color)}.bb-template-v2 .site-header #primary-navbar .menu-item>.ab-submenu .bb-sub-menu .menu-item{margin:0 8px}.bb-template-v2 .site-header #primary-navbar .menu-item>.ab-submenu .bb-sub-menu .menu-item a{border-radius:6px}.bb-template-v2 .site-header #primary-navbar .menu-item>.ab-submenu .bb-sub-menu .menu-item:hover>a{color:var(--bb-body-text-color)}.bb-template-v2 .site-header #primary-navbar .menu-item>.ab-submenu .bb-sub-menu .menu-item:hover>a>i{color:var(--bb-header-links)}.bb-template-v2 .site-header #primary-navbar #navbar-collapse .more-button.active:after{display:none}.bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item.menu-item-has-children>a{padding:.625rem .9375rem}.bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item.menu-item-has-children>a:before{display:none}.bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item>a{padding:.625rem .9375rem}.bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu{background-color:var(--bb-content-background-color);border-radius:10px;box-shadow:0 3px 8px rgba(0,0,0,.06),0 6px 24px rgba(0,0,0,.12);padding:8px 0;left:-170px}.bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu:before{display:none}.bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu{background-color:transparent}.bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu .menu-item a{padding:.625rem .9375rem;margin:0}.bb-template-v2 .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu .menu-item a:before{display:none}.bb-template-v2.menu-style-tab_bar .primary-menu>.menu-item-has-children:not(.hideshow)>a:before{right:0}.bb-template-v2.menu-style-tab_bar .primary-menu>.menu-item-has-children:not(.hideshow)>a:hover:before{height:40px}.bb-template-v2.menu-style-tab_bar .site-header .primary-menu>li>a:hover>i._mi{color:var(--bb-header-links)}.bb-template-v2 .menu-style-tab_bar .site-header #primary-navbar .primary-menu>.menu-item>.ab-submenu{left:-20px}.bb-template-v2 .bb-mobile-panel-inner .buddypanel-menu li.bb-menu-section~li:not(.bb-menu-section)>a{width:100%}.bb-template-v2 .bb-mobile-panel-inner .side-panel-menu .menu-item i:not(.bb-icon-angle-down){min-width:initial}.bb-template-v2 .bb-mobile-panel-inner .side-panel-menu .menu-item span~i:not(.bb-icon-angle-down){margin-left:10px}.bb-template-v2 .bb-mobile-panel-inner .side-panel-menu .menu-item>a{padding:12px 0 12px 15px;width:100%}.bb-template-v2 .bb-mobile-panel-inner .side-panel-menu .menu-item>a:hover .count{background-color:var(--bb-primary-color);color:var(--bb-content-alternate-background-color)}.bb-template-v2 .bb-mobile-panel-inner .side-panel-menu .menu-item .count{color:var(--bb-headings-color);background-color:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);border-radius:6px;box-shadow:none}.bb-template-v2 .bb-mobile-panel-inner ul.buddypanel-menu li.bb-menu-section a{padding-left:10px}.bb-template-v2 .bb-mobile-panel-inner .bb-primary-menu .current-menu-item>a{background-color:var(--bb-primary-color);color:var(--bb-body-background-color)}.bb-template-v2 .bb-mobile-panel-inner .bb-primary-menu .current-menu-item>a>i{color:var(--bb-body-background-color)}.bb-template-v2 .bb-mobile-panel-inner .bb-primary-menu .current-menu-item>a>.count{color:var(--bb-primary-color);background-color:var(--bb-body-background-color);border-color:transparent}.bb-template-v2 .bb-mobile-panel-inner .bb-primary-menu>.current-menu-item>.sub-menu>.current-menu-item:first-child{margin-top:5px}.bb-template-v2 .bb-mobile-panel-inner .bb-primary-menu>.current-menu-item>.sub-menu>.current-menu-item+.current-menu-item{margin-top:3px}.bb-template-v2 .bb-mobile-panel-inner .bb-primary-menu .bb-menu-section~li:not(.bb-menu-section){margin-left:6px}.bb-template-v2 .bb-mobile-panel-inner .side-panel-menu>.current-menu-item .sub-menu a{color:var(--bb-headings-color)}.bb-template-v2 .bb-mobile-panel-inner .side-panel-menu>.current-menu-item .sub-menu a>i{color:var(--bb-headings-color)}.bb-template-v2 .bb-mobile-panel-inner .side-panel-menu>.current-menu-item .sub-menu .current-menu-item a{color:var(--bb-body-background-color)}.bb-template-v2 .bb-mobile-panel-inner .side-panel-menu .menu-item i:not(.bb-icon-angle-down){min-width:24px;margin-right:15px;vertical-align:middle;text-align:center}.site-header .bb-template-v2 .bb-mobile-panel-inner .main-navigation .sub-menu a{padding:13px 10px}.bb-template-v2 .header-aside .user-wrap.user-wrap-container{margin-left:14px}.bb-template-v2 .site-header .user-wrap.menu-item-has-children.selected>.user-link:before,.bb-template-v2 .site-header .user-wrap.menu-item-has-children>.user-link:hover:before{content:"";position:absolute;left:-15px;right:-5px;top:50%;background-color:var(--bb-content-alternate-background-color);height:46px;border-radius:var(--bb-button-radius);z-index:-1;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bb-template-v2 .site-header .header-aside.avatar .user-wrap.menu-item-has-children>.user-link:before{display:none}.bb-template-v2 .site-header .header-aside.avatar .user-wrap.menu-item-has-children.selected>.user-link:before,.bb-template-v2 .site-header .header-aside.avatar .user-wrap.menu-item-has-children>.user-link:hover:before{left:-5px}.bb-template-v2 .header-search-wrap .search-field-top,.bb-template-v2 .header-search-wrap input.search-field{border:1px solid transparent;border-radius:var(--bb-input-radius)}.bb-template-v2 .header-search-wrap .search-field-top:focus,.bb-template-v2 .header-search-wrap input.search-field:focus{border-color:var(--bb-primary-color)}.bb-template-v2.bp-search .bp-forum-search-ac-header,.bb-template-v2.bp-search .bp-search-ac,.bb-template-v2.bp-search .bp-search-ac-header{border-radius:10px;box-shadow:0 3px 8px rgba(0,0,0,.06),0 6px 24px rgba(0,0,0,.12)}.bb-template-v2.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type),.bb-template-v2.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type),.bb-template-v2.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type){border:0;border-radius:6px;margin:0 12px;width:-webkit-calc(100% - 24px);width:calc(100% - 24px)}.bb-template-v2.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type):first-child,.bb-template-v2.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type):first-child,.bb-template-v2.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type):first-child{margin-top:15px}.bb-template-v2.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type):first-child:last-child,.bb-template-v2.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type):first-child:last-child,.bb-template-v2.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type):first-child:last-child{margin-bottom:15px}.bb-template-v2.bp-search .bp-forum-search-ac-header>li:not(.bbls-view_all_type-type).bbls-undefined-type,.bb-template-v2.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type).bbls-undefined-type,.bb-template-v2.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-undefined-type{width:100%}.bb-template-v2.bp-search .bp-forum-search-ac-header>li.bbls-view_all_type-type,.bb-template-v2.bp-search .bp-search-ac-header>li.bbls-view_all_type-type,.bb-template-v2.bp-search .bp-search-ac>li.bbls-view_all_type-type{margin-top:15px}.bb-template-v2.bp-search .bp-forum-search-ac-header>li.bbls-undefined-type,.bb-template-v2.bp-search .bp-forum-search-ac-header>li:last-child{margin-bottom:15px!important}.bb-template-v2 .user-wrap-container .sub-menu-inner>li.logout-link>a{position:relative!important;margin-top:20px;overflow:visible}.bb-template-v2 .user-wrap-container .sub-menu-inner>li.logout-link>a:before{content:"";height:1px;background-color:var(--bb-content-border-color);display:block;position:absolute;left:15px;right:15px;top:-10px}.bb-template-v2 .user-wrap-container .sub-menu-inner>li>a{color:var(--bb-body-text-color)}.bb-template-v2 .user-wrap-container .sub-menu-inner>li>a:hover>i{color:var(--bb-alternate-text-color)}.bb-template-v2 .bb-header-buttons a.button.outline{font-weight:600}.bb-template-v2 .llms-pagination span.page-numbers:not(.dots),.bb-template-v2 .woocommerce-pagination span.page-numbers:not(.dots){background-color:var(--bb-primary-color)}.bb-template-v2 .llms-pagination a.page-numbers:not(.prev,.next):hover{color:var(--bb-primary-color)}.bb-template-v2 #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner .bs-dropdown,.bb-template-v2 #buddypress .bb_more_options .bb_more_options_list,.bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list,.bb-template-v2 .bb-footer .footer-menu .sub-menu,.bb-template-v2 .bb_more_options .bb_more_options_list,.bb-template-v2 .meeting-actions .meeting-actions-list,.bb-template-v2 .meeting-actions .meeting-actions-list.open,.bb-template-v2 .webinar-actions .webinar-actions-list{padding:8px}.bb-template-v2 #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner .bs-dropdown:after,.bb-template-v2 #buddypress .bb_more_options .bb_more_options_list:after,.bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options:after,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list:after,.bb-template-v2 .bb-footer .footer-menu .sub-menu:after,.bb-template-v2 .bb_more_options .bb_more_options_list:after,.bb-template-v2 .meeting-actions .meeting-actions-list.open:after,.bb-template-v2 .meeting-actions .meeting-actions-list:after,.bb-template-v2 .webinar-actions .webinar-actions-list:after{display:none}.bb-template-v2 div.meeting-actions .meeting-actions-list:before,.bb-template-v2 div.webinar-actions .webinar-actions-list:before{display:none}.bb-template-v2 div.meeting-actions .meeting-actions-list li>a,.bb-template-v2 div.webinar-actions .webinar-actions-list li>a{border-radius:6px}.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list{top:30px;right:0}.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul{margin:0!important}.bb-template-v2 .bb-footer .footer-menu .more-button.active:after{display:none}.bb-template-v2 .bb-footer .footer-menu .sub-menu a{border-radius:6px}.bb-template-v2 #object-nav .sub-menu,.bb-template-v2 .bb-profile-grid.bb-grid .bp-navs ul.sub-menu,.bb-template-v2 .bp-navs .component-navigation .sub-menu{padding:8px}@media screen and (max-width:980px){.bb-template-v2 #object-nav .sub-menu,.bb-template-v2 .bb-profile-grid.bb-grid .bp-navs ul.sub-menu,.bb-template-v2 .bp-navs .component-navigation .sub-menu{padding:0}}.bb-template-v2 #object-nav .sub-menu a,.bb-template-v2 .bb-profile-grid.bb-grid .bp-navs ul.sub-menu a,.bb-template-v2 .bp-navs .component-navigation .sub-menu a{border-radius:6px}.bb-template-v2 #object-nav .sub-menu a:hover,.bb-template-v2 .bb-profile-grid.bb-grid .bp-navs ul.sub-menu a:hover,.bb-template-v2 .bp-navs .component-navigation .sub-menu a:hover{color:var(--bb-headings-color)}@media screen and (max-width:980px){.bb-template-v2 #buddypress .sub-menu.bb_more_dropdown.open,.bb-template-v2 #object-nav .sub-menu.bb_more_dropdown.open,.bb-template-v2 .bb-footer .footer-menu .sub-menu.bb_more_dropdown.open,.bb-template-v2 .bb-profile-grid.bb-grid .bp-navs .sub-menu.bb_more_dropdown.open,.bb-template-v2 .bp-navs .component-navigation .sub-menu.bb_more_dropdown.open{padding-bottom:8px}.bb-template-v2 #buddypress .sub-menu.bb_more_dropdown.open>li:not(.bb_more_dropdown__title),.bb-template-v2 #object-nav .sub-menu.bb_more_dropdown.open>li:not(.bb_more_dropdown__title),.bb-template-v2 .bb-footer .footer-menu .sub-menu.bb_more_dropdown.open>li:not(.bb_more_dropdown__title),.bb-template-v2 .bb-profile-grid.bb-grid .bp-navs .sub-menu.bb_more_dropdown.open>li:not(.bb_more_dropdown__title),.bb-template-v2 .bp-navs .component-navigation .sub-menu.bb_more_dropdown.open>li:not(.bb_more_dropdown__title){padding-left:8px;padding-right:8px}.bb-template-v2 #buddypress .sub-menu.bb_more_dropdown.open>li:first-of-type,.bb-template-v2 #object-nav .sub-menu.bb_more_dropdown.open>li:first-of-type,.bb-template-v2 .bb-footer .footer-menu .sub-menu.bb_more_dropdown.open>li:first-of-type,.bb-template-v2 .bb-profile-grid.bb-grid .bp-navs .sub-menu.bb_more_dropdown.open>li:first-of-type,.bb-template-v2 .bp-navs .component-navigation .sub-menu.bb_more_dropdown.open>li:first-of-type{margin-top:8px}}@media screen and (max-width:980px){.bb-template-v2 #bbpress-forums .bs-forums-items.list-view .bs-dropdown.bb_more_dropdown li .bbp-admin-links,.bb-template-v2 #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown.bb_more_dropdown li .bbp-admin-links{padding:0 8px}}@media screen and (max-width:980px){.bb-template-v2 #bbpress-forums#bbpress-forums.bs-replies-wrapper .bb_more_dropdown.open .bb_more_dropdown__title,.bb-template-v2 #bbpress-forums.bs-replies-wrapper .bb_more_dropdown.open .bb_more_dropdown__title{margin-bottom:8px}}@media screen and (max-width:980px){.bb-template-v2 #buddypress .bb_more_dropdown.open{padding-bottom:8px}.bb-template-v2 #buddypress .bb_more_dropdown.open .bb_more_dropdown__title{margin-bottom:8px}}@media screen and (max-width:980px){.bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button{padding-left:8px;padding-right:8px}}@media screen and (max-width:980px){.bb-template-v2 #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list ul li,.bb-template-v2 #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list ul li{padding-left:8px;padding-right:8px}}@media screen and (max-width:980px){.bb-template-v2 #buddypress .bb_more_options .bb_more_options_list>.generic-button,.bb-template-v2 .bb_more_options .bb_more_options_list>.generic-button{padding-left:8px;padding-right:8px}}@media screen and (max-width:980px){.bb-template-v2 #bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 .bbp-forum-buttons-wrap .bb_more_options a,.bb-template-v2 #comments .comment-body .bb_more_options a{margin-left:8px;margin-right:8px;width:-webkit-calc(100% - 16px);width:calc(100% - 16px)}.bb-template-v2 #bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 .bbp-forum-buttons-wrap .bb_more_options a:first-of-type,.bb-template-v2 #comments .comment-body .bb_more_options a:first-of-type{margin-top:8px}.bb-template-v2 #bbpress-forums:not(.bs-replies-wrapper) .bs-forums-items .bs-header-item .flex-1 .bbp-forum-buttons-wrap .bb_more_options a:last-of-type,.bb-template-v2 #comments .comment-body .bb_more_options a:last-of-type{margin-bottom:8px}}.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul li{padding-left:8px;padding-right:8px}.bb-template-v2 .buddypress-wrap .bp-navs .component-navigation .sub-menu a:hover,.bb-template-v2 .buddypress-wrap#buddypress.bp-dir-hori-nav .create-button a:hover{color:var(--bb-headings-color)}.bb-template-v2 .bp-navs .component-navigation .more-button.active:after,.bb-template-v2 nav#object-nav .more-button.active:after{display:none}.bb-template-v2 .bp-messages-content .single-message-thread-header .actions .message_actions .message_action__list{background-color:transparent;padding:0;min-width:220px;box-shadow:none}.bb-template-v2 .bp-messages-content .single-message-thread-header .actions .message_actions .message_action__list:before{display:none}.bb-template-v2 .bp-messages-content .single-message-thread-header .actions .message_actions .message_action__list ul{background-color: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)}.bb-template-v2 #bbpress-forums .bs-dropdown .bbp-admin-links a,.bb-template-v2 #bbpress-forums .bs-dropdown .generic-button a,.bb-template-v2 #buddypress .activity-comments .bb-activity-more-options-wrap .bb-activity-more-options .bbp-admin-links a,.bb-template-v2 #buddypress .activity-comments .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a,.bb-template-v2 #buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .bbp-admin-links a,.bb-template-v2 #buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a,.bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .bbp-admin-links a,.bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a{border-radius:6px}.bb-template-v2 #bbpress-forums .bs-dropdown .bbp-admin-links a:hover,.bb-template-v2 #bbpress-forums .bs-dropdown .generic-button a:hover,.bb-template-v2 #buddypress .activity-comments .bb-activity-more-options-wrap .bb-activity-more-options .bbp-admin-links a:hover,.bb-template-v2 #buddypress .activity-comments .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a:hover,.bb-template-v2 #buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .bbp-admin-links a:hover,.bb-template-v2 #buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a:hover,.bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .bbp-admin-links a:hover,.bb-template-v2 .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a:hover{color:var(--bb-body-text-color)}.bb-template-v2 #buddypress .bb_more_options .bb_more_options_list .generic-button>button,.bb-template-v2 #buddypress .bb_more_options .bb_more_options_list a,.bb-template-v2 #buddypress .bb_more_options .bb_more_options_list button,.bb-template-v2 .bb_more_options .bb_more_options_list .generic-button>button,.bb-template-v2 .bb_more_options .bb_more_options_list a,.bb-template-v2 .bb_more_options .bb_more_options_list button{border-radius:6px}.bb-template-v2 #buddypress .bb_more_options .bb_more_options_list .generic-button>button:hover,.bb-template-v2 #buddypress .bb_more_options .bb_more_options_list a:hover,.bb-template-v2 #buddypress .bb_more_options .bb_more_options_list button:hover,.bb-template-v2 .bb_more_options .bb_more_options_list .generic-button>button:hover,.bb-template-v2 .bb_more_options .bb_more_options_list a:hover,.bb-template-v2 .bb_more_options .bb_more_options_list button:hover{color:var(--bb-body-text-color)!important}.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul li a{border-radius:6px}.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul li a:hover{color:var(--bb-body-text-color)}.bb-template-v2 .bb-document-privacy-wrap .activity-privacy,.bb-template-v2 .bb-media-privacy-wrap .activity-privacy{border-radius:10px;padding:8px}.bb-template-v2 .bb-document-privacy-wrap .activity-privacy:before,.bb-template-v2 .bb-media-privacy-wrap .activity-privacy:before{display:none}.bb-template-v2 .bb-document-privacy-wrap .activity-privacy li,.bb-template-v2 .bb-media-privacy-wrap .activity-privacy li{border-radius:6px}.bb-template-v2 .activity-privacy .selected,.bb-template-v2 .media-privacy .selected{color:var(--bb-body-text-color)}.bb-template-v2 #bb-media-model-container .bb-edit-privacy a:hover{color:var(--bb-body-text-color)}.bb-template-v2 code,.bb-template-v2 pre{border:0;border-radius:6px}.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .video-action_list ul,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .media-action_list ul,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul,.bb-template-v2 #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list ul,.bb-template-v2 #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .video-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .media-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .video-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .media-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .video-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .media-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul,.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list ul,.bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions .message_action__list ul,.bb-template-v2 .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul{border-radius:10px;padding:8px}@media screen and (max-width:980px){.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .video-action_list ul,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .media-action_list ul,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul,.bb-template-v2 #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list ul,.bb-template-v2 #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .video-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .media-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .video-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .media-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .video-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .media-action_list ul,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul,.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list ul,.bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions .message_action__list ul,.bb-template-v2 .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul{padding:0}}.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list:after,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list:after,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .video-action_list:after,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .media-action_list:after,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list:after,.bb-template-v2 #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list:after,.bb-template-v2 #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list:after,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list:after,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .video-action_list:after,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .media-action_list:after,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .video-action_list:after,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .media-action_list:after,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .video-action_list:after,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .media-action_list:after,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list:after,.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list:after,.bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions .message_action__list:after,.bb-template-v2 .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list:after{display:none}.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .video-action_list ul li a,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .media-action_list ul li a,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul li a,.bb-template-v2 #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list ul li a,.bb-template-v2 #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list ul li a,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .video-action_list ul li a,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .media-action_list ul li a,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .video-action_list ul li a,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .media-action_list ul li a,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .video-action_list ul li a,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .media-action_list ul li a,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a,.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list ul li a,.bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions .message_action__list ul li a,.bb-template-v2 .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul li a{border-radius:6px}.bb-template-v2 #media-folder-document-data-table .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li a:hover,.bb-template-v2 #media-stream.media .bb-photo-thumb .media-action-wrap .video-action_list ul li a:hover,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .media-action_list ul li a:hover,.bb-template-v2 #media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul li a:hover,.bb-template-v2 #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list ul li a:hover,.bb-template-v2 #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list ul li a:hover,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li a:hover,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .video-action_list ul li a:hover,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .media-action_list ul li a:hover,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .video-action_list ul li a:hover,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .media-action_list ul li a:hover,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .video-action_list ul li a:hover,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .media-action_list ul li a:hover,.bb-template-v2 .bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li a:hover,.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list ul li a:hover,.bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions .message_action__list ul li a:hover,.bb-template-v2 .search-document-list .media-folder_items .media-folder_actions .media-folder_action__list ul li a:hover{color:var(--bb-body-text-color)}.bb-template-v2 #bp-media-single-folder .bp-media-header-wrap .media-folder_items .media-folder_action__list,.bb-template-v2 #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list,.bb-template-v2 #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list,.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list{border-radius:10px}.bb-template-v2 #bp-media-single-folder .bp-media-header-wrap .media-folder_items .media-folder_action__list ul,.bb-template-v2 #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list ul,.bb-template-v2 #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list ul,.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list ul{border-radius:10px;padding:8px;margin:0}@media screen and (max-width:980px){.bb-template-v2 #bp-media-single-folder .bp-media-header-wrap .media-folder_items .media-folder_action__list ul,.bb-template-v2 #media-stream.media .bb-video-thumb .item-action-wrap .item-action_list ul,.bb-template-v2 #video-stream.video .bb-item-thumb .item-action-wrap .item-action_list ul,.bb-template-v2 .bb-activity-video-wrap .bb-activity-video-elem .item-action-wrap .item-action_list ul{padding:0}}.bb-template-v2 #bb-activity-poll-state_modal .bb-action-popup-content-dynamic:empty:after,.bb-template-v2 #bb-activity-poll-state_modal .bb-activity-poll-loader>i:before,.bb-template-v2 #bb-activity-poll-state_modal .bb-poll-state-loader .bb-icon-spinner:before,.bb-template-v2 #bbpress-forums .bb-modal.bb-modal-box .bbp-the-content-wrapper.loading:after,.bb-template-v2 #bp-invites-dropdown-options-loader .bb-icon-spinner:before,.bb-template-v2 #bp-media-single-folder .bb-single-album-header .bb-title.loading:after,.bb-template-v2 #bp-message-load-more .button .dashicons-update:before,.bb-template-v2 #bp-message-thread-list:empty:before,.bb-template-v2 #bp-pending-invites-loader .dashicons-update:before,.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.loading:after,.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.saving:after,.bb-template-v2 #bp-zoom-single-meeting-wrapper:empty:before,.bb-template-v2 #bp-zoom-webinar-form-submit.loading:before,.bb-template-v2 #buddypress #header-cover-image .header-cover-reposition-wrap>.button.loading:after,.bb-template-v2 #group-invites-container .bb-groups-invites-right .bp-invites-submit-loader-hide .bb-icon-spinner:before,.bb-template-v2 #group-messages-container div#group-messages-new-submit #send_group_message_button.loading:after,.bb-template-v2 #media-folder-document-data-table .pager a.button.loading:after,.bb-template-v2 .activity-list .activity-item.loading-mute .bb-pin-action .bb-mute-action_button [class*=bb-icon]:before,.bb-template-v2 .activity-list .activity-item.loading-pin .bb-pin-action .bb-pin-action_button [class*=bb-icon]:before,.bb-template-v2 .activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_item .reactions_loader>i:before,.bb-template-v2 .activity-list .activity-state-popup .reaction-loader>i:before,.bb-template-v2 .activity-url-scrapper-loading .bb-icon-spinner:before,.bb-template-v2 .atwho-view ul li.list-loader:before,.bb-template-v2 .bb-document-privacy-wrap .privacy.loading:before,.bb-template-v2 .bb-group-zoom-settings-container .bb-field-wrap.bb-zoom_account-email.loading .bb-icon-spinner:before,.bb-template-v2 .bb-media-info-section .activity-list>.bb-icon-spinner:before,.bb-template-v2 .bb-media-model-wrapper.video .bb-media-section figure.loading .bb-icon-spinner:before,.bb-template-v2 .bb-media-privacy-wrap .privacy.loading:before,.bb-template-v2 .bb-poll-form .bb-activity-poll-submit.loading:after,.bb-template-v2 .bb-save-settings.loading:before,.bb-template-v2 .bb-url-scrapper-loading .bb-icon-spinner:before,.bb-template-v2 .bb-zoom-setting-content-tab .bb-field-wrap.bb-zoom_account-email .bb-icon-spinner:before,.bb-template-v2 .bp-document-listing .bp-media-header-wrap .bb-title.loading:after,.bb-template-v2 .bp-messages-container .bp-messages.loading .dashicons-update:before,.bb-template-v2 .bp-messages-content #bp-message-thread-list li.sending .message_send_sending .info-text-send-message:before,.bb-template-v2 .bp-messages-nav-panel .messages-search-loader>i:before,.bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.saving:after,.bb-template-v2 .bp-zoom-group-show-instructions .save-settings.loading:before,.bb-template-v2 .buddypress-wrap .bp-subnavs .component-navigation li.selected.loading a:after,.bb-template-v2 .button-load-more-posts.loading:after,.bb-template-v2 .component-navigation.courses-nav .bb-icon-loader:before,.bb-template-v2 .group-invites-members-listing .all-members .load-more .animate-spin:before,.bb-template-v2 .groups-manage-members-list .section-title.gen-members-section .search-wrapper.loading:after,.bb-template-v2 .lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap>.list-members-extra.loading-members .bb-icon-spin:before,.bb-template-v2 .location-album-list-wrap .location-album-list.is-loading li .bb-icon-spinner:before,.bb-template-v2 .location-folder-list-wrap-main .location-folder-list.is-loading li .bb-icon-spinner:before,.bb-template-v2 .mass-user-block-list #moderated_user_list:not(.is_not_empty):before,.bb-template-v2 .mass-user-block-list .bb-report-type-pagination #load_more_rl.loading:after,.bb-template-v2 .message-members-list #members_list:not(.is_not_empty):before,.bb-template-v2 .message-members-list .bb-report-type-pagination #load_more_rl.loading:after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.saving:after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.saving:after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.saving:after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.saving:after,.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading:after,.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.saving:after,.bb-template-v2 .schedule-posts-placeholder_loader [class*=bb-icon]:before,.bb-template-v2 .select2-container .select2-dropdown.bb-compose-input .select2-results__option--load-more:before,.bb-template-v2 .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results:before,.bb-template-v2 .site-header .bb-header-loader>i.bb-icon-loader:before,.bb-template-v2 .site-header .bb-header-loader>i.bb-icon-spinner:before,.bb-template-v2 li.load-more a.loading:after,.bb-template-v2.buddypress .buddypress-wrap .subscription-items .subscription-item_remove.is_loading i:before,.bb-template-v2.groups .buddypress-wrap .subnav-filters .group-search.loading:after{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)}.bb-template-v2 #group-invites-container .bb-groups-invites-right .bp-invites-submit-loader-hide .bb-icon-spinner,.bb-template-v2 .group-invites-members-listing .all-members .load-more .animate-spin{font-size:20px;width:20px;height:20px;position:relative;top:5px}.bb-template-v2 .bb-document-privacy-wrap .privacy.loading:before,.bb-template-v2 .bb-media-privacy-wrap .privacy.loading:before{width:16px;height:16px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.bb-template-v2 .site-header .bb-header-loader>i.bb-icon-loader:before,.bb-template-v2 .site-header .bb-header-loader>i.bb-icon-spinner:before{border-top-color:var(--bb-headings-color);opacity:.5}.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.loading:after,.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.saving:after,.bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.loading:after,.bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.saving:after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.loading:after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.saving:after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.loading:after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.saving:after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.loading:after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.saving:after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.loading:after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.saving:after,.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading:after,.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.saving:after{border:2px solid rgba(var(--bb-primary-button-text-regular-rgb),.2);border-top-color:var(--bb-primary-button-text-regular)}.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.loading:hover:after,.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.saving:hover:after,.bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.loading:hover:after,.bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.saving:hover:after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.loading:hover:after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.saving:hover:after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.loading:hover:after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.saving:hover:after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.loading:hover:after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.saving:hover:after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.loading:hover:after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.saving:hover:after,.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading:hover:after,.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.saving:hover:after{border:2px solid rgba(var(--bb-primary-button-text-hover-rgb),.2);border-top-color:var(--bb-primary-button-text-hover)}.bb-template-v2 #media-folder-document-data-table .pager a.button.loading:hover:after,.bb-template-v2 .button-load-more-posts.loading:hover:after,.bb-template-v2 .load-more a.loading:hover:after{border:2px solid rgba(var(--bb-primary-button-text-regular-rgb),.2);border-top-color:var(--bb-primary-button-text-regular)}.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.loading:after,.bb-template-v2 #bp-video-uploader .modal-container .bb-model-footer a.saving:after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-media-create-album-submit.saving:after,.bb-template-v2 .modal-container#boss-media-create-album-popup #bp-video-create-album-submit.saving:after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-media-create-album-submit.saving:after,.bb-template-v2 .modal-container#boss-video-create-album-popup #bp-video-create-album-submit.saving:after,.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading:after,.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.saving:after{vertical-align:middle}.bb-template-v2 .bp-video-thumbnail-uploader .button.bp-video-thumbnail-submit.saving:after,.bb-template-v2 .lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap>.list-members-extra.loading-members .bb-icon-spin:before,.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading:after,.bb-template-v2 li.load-more a.loading:after{vertical-align:middle}.bb-template-v2 #bp-message-load-more .button .dashicons-update:before,.bb-template-v2 #bp-message-thread-list:empty:before,.bb-template-v2 .bb-media-model-wrapper.video .bb-media-section figure.loading .bb-icon-spinner,.bb-template-v2 .bb-media-model-wrapper.video .bb-media-section figure.loading .bb-icon-spinner:before{height:25px;width:25px}.bb-template-v2 .bb-media-info-section .activity-list>.bb-icon-spinner,.bb-template-v2 .location-album-list-wrap .location-album-list.is-loading li .bb-icon-spinner,.bb-template-v2 .location-folder-list-wrap-main .location-folder-list.is-loading li .bb-icon-spinner,.bb-template-v2 .modal-container.has-folderlocationUI .bb-model-footer a.loading:after,.bb-template-v2 li.load-more a.loading:after{height:20px;width:20px}.bb-template-v2 #bp-invites-dropdown-options-loader .bb-icon-spinner:before,.bb-template-v2 .atwho-view ul li.list-loader:before,.bb-template-v2 .bb-group-zoom-settings-container .bb-field-wrap.bb-zoom_account-email.loading .bb-icon-spinner:before,.bb-template-v2 .bb-zoom-setting-content-tab .bb-field-wrap.bb-zoom_account-email .bb-icon-spinner:before,.bb-template-v2 .mass-user-block-list .bb-report-type-pagination #load_more_rl.loading:after,.bb-template-v2 .message-members-list .bb-report-type-pagination #load_more_rl.loading:after,.bb-template-v2 .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results:before{height:18px;width:18px}.bb-template-v2 #bp-zoom-webinar-form-submit.loading:before,.bb-template-v2 #buddypress #header-cover-image .header-cover-reposition-wrap>.button.loading:after,.bb-template-v2 #group-messages-container div#group-messages-new-submit #send_group_message_button.loading:after,.bb-template-v2 .activity-url-scrapper-loading .bb-icon-spinner:before,.bb-template-v2 .bb-save-settings.loading:before,.bb-template-v2 .bb-url-scrapper-loading .bb-icon-spinner:before,.bb-template-v2 .bp-messages-content #bp-message-thread-list li.sending .message_send_sending .info-text-send-message:before,.bb-template-v2 .bp-zoom-group-show-instructions .save-settings.loading:before,.bb-template-v2 .lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap>.list-members-extra.loading-members .bb-icon-spin:before{height:16px;width:16px;vertical-align:middle}.bb-template-v2 #group-messages-container div#group-messages-new-submit #send_group_message_button.loading:after{border-color:rgba(var(--bb-content-border-color-rgb),.8);border-top-color:var(--bb-alternate-text-color)}.bb-template-v2 #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner>a:first-child>i{border-radius:var(--bb-option-radius) 0 0 var(--bb-option-radius)}.bb-template-v2 #bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner>a>i{border-radius:0 var(--bb-option-radius) var(--bb-option-radius) 0}.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .entry-img>i{font-weight:300}.bb-template-v2 .bp-navs ul li .count,.bb-template-v2 .bp-navs ul li.selected .count,.bb-template-v2 .buddypress-wrap .bp-navs li.current a .count,.bb-template-v2 .buddypress-wrap .bp-navs li.dynamic a .count,.bb-template-v2 .buddypress-wrap .bp-navs li.dynamic.current a .count,.bb-template-v2 .buddypress-wrap .bp-navs li.dynamic.selected a .count,.bb-template-v2 .buddypress-wrap .bp-navs li.selected a .count,.bb-template-v2 .buddypress_object_nav .bp-navs li.current a .count,.bb-template-v2 .buddypress_object_nav .bp-navs li.selected a .count,.bb-template-v2 .lifter-topic-sidebar-wrapper .llms-count,.bb-template-v2.woocommerce #content div.product .woocommerce-tabs ul.tabs li#tab-title-reviews a span{background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color);border:1px solid rgba(0,0,0,.1);border-radius:6px;min-width:23px}.bb-template-v2.directory.document .bp-subnavs li.selected a:hover span,.bb-template-v2.directory.media .bp-subnavs li.selected a:hover span,.bb-template-v2.directory.video .bp-subnavs li.selected a:hover span{color:var(--bb-headings-color)}.bb-template-v2.woocommerce #content div.product .woocommerce-tabs ul.tabs li#tab-title-reviews.active a span{color:#fff}.bb-template-v2 .bb-single-main-nav--vertical li .count{border-radius:6px}.bb-template-v2 #buddypress #item-header-cover-image #item-header-avatar img.avatar,.bb-template-v2 .entry-content #groups-list .item-avatar a{box-shadow:none}.bb-template-v2 #bb-album-privacy,.bb-template-v2 #bb-media-privacy{padding:6px 8px}.bb-template-v2 #bb-album-privacy .privacy-point-icon,.bb-template-v2 #bb-media-privacy .privacy-point-icon{font-size:15px;font-weight:300}.bb-template-v2 #bb-album-privacy .bb-icon-caret-down,.bb-template-v2 #bb-media-privacy .bb-icon-caret-down{font-size:13px;opacity:.3;margin-left:5px}.bb-template-v2 .modal-container select#bb-album-privacy,.bb-template-v2 .modal-container select#bb-media-privacy{color:var(--bb-body-text-color);font-size:14px;font-weight:400;padding:8px 40px 8px 12px}.bb-template-v2 .member-media select#bb-album-privacy,.bb-template-v2 .member-media select#bb-media-privacy{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius);color:var(--bb-body-text-color);font-size:14px;font-weight:400;padding:0 26px 0 12px}.bb-template-v2 .bb-document-privacy-wrap .privacy:after,.bb-template-v2 .bb-media-privacy-wrap .privacy:after{content:"\ee09";font-weight:300}.bb-template-v2 #bp-activity-privacy-point .privacy-point-icon:before,.bb-template-v2 .activity-privacy>li:before,.bb-template-v2 .bb-document-privacy-wrap .privacy:before,.bb-template-v2 .bb-media-privacy-wrap .privacy:before,.bb-template-v2 .bp-activity-privacy__label .privacy-figure:before{font-weight:300}.bb-template-v2 .llms-person-login-form-wrapper label[for=llms_remember]:before{border-radius:var(--bb-checkbox-radius)}.bb-template-v2 .bs-meta-item{border-radius:var(--bb-button-radius)}.bb-template-v2 .entry-content #groups-list .item-avatar a,.bb-template-v2 .entry-content #groups-list .item-avatar a img{border-radius:15px}.bb-template-v2 .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar,.bb-template-v2 .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar .avatar{border-radius:15px}.bb-template-v2 .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar{box-shadow:none}body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header-cover-image #item-header-avatar .link-change-overlay,body.bb-template-v2 #buddypress:not(.round-avatars) .groups-header #item-header-cover-image #item-header-avatar img.avatar{border-radius:15px}.bb-template-v2 #buddypress .bb-bp-settings-content{background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius)}.bb-template-v2 #buddypress .bp-settings-container .bp-navs .selected:after{display:none}.bb-template-v2 .notification-settings{border:none}.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages,.bb-template-v2 .bp-nouveau-activity-form-placeholder- .activity-form.focus-in.has-feedback #message-feedabck.bp-messages{border-radius:6px}.bb-template-v2 .bp-feedback .bp-icon{border-radius:6px 0 0 6px}.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages{border:0;width:100%;border-radius:0;margin:0}.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.help,.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.info{background-color:rgba(var(--bb-default-notice-color-rgb),.3)}.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.help p,.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.info p{color:var(--bb-default-notice-color)}.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.help .bp-icon,.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.info .bp-icon{background-color:transparent;margin-right:0}.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.help .bp-icon:before,.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.info .bp-icon:before{color:var(--bb-default-notice-color)}.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.loading,.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.warning{background-color:rgba(var(--bb-warning-color-rgb),.3)}.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.loading p,.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.warning p{color:var(--bb-warning-color)}.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.loading .bp-icon,.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.warning .bp-icon{background-color:transparent;margin-right:0}.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.loading .bp-icon:before,.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.warning .bp-icon:before{content:"\ee66";color:var(--bb-warning-color);font-size:22px;font-family:bb-icons;font-weight:300}.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.success,.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.updated{background-color:rgba(var(--bb-success-color-rgb),.3)}.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.success p,.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.updated p{color:var(--bb-success-color)}.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.success .bp-icon,.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.updated .bp-icon{background-color:transparent;margin-right:0}.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.success .bp-icon:before,.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.updated .bp-icon:before{color:var(--bb-success-color)}.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.error{background-color:rgba(var(--bb-danger-color-rgb),.3)}.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.error p{color:var(--bb-danger-color)}.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.error .bp-icon{background-color:transparent;margin-right:0}.bb-template-v2 .activity-update-form .activity-form.focus-in.has-feedback #message-feedabck.bp-messages.bp-feedback.error .bp-icon:before{color:var(--bb-danger-color)}.bb-template-v2 #buddypress .member-header-actions+.bb_more_options{top:0;margin-top:35px}.bb-template-v2 #buddypress .member-header-actions+.bb_more_options .bb_more_options_action{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);padding:0 8px}.bb-template-v2 #buddypress .member-header-actions+.bb_more_options .bb_more_options_action:focus{box-shadow:var(--bb-outline-button-focus-shadow)}.bb-template-v2 #buddypress .member-header-actions+.bb_more_options .bb_more_options_action i{color:var(--bb-headings-color)}.bb-template-v2 #buddypress .member-header-actions+.bb_more_options .bb_more_options_action: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)}.bb-template-v2 #buddypress .member-header-actions+.bb_more_options .bb_more_options_action:hover i{color:var(--bb-secondary-button-text-hover)}.bb-template-v2 #buddypress .group-actions-absolute .bb_more_options .bb_more_options_action{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);padding:0 8px}.bb-template-v2 #buddypress .group-actions-absolute .bb_more_options .bb_more_options_action:focus{box-shadow:var(--bb-outline-button-focus-shadow)}.bb-template-v2 #buddypress .group-actions-absolute .bb_more_options .bb_more_options_action i{color:var(--bb-headings-color);line-height:36px}.bb-template-v2 #buddypress .group-actions-absolute .bb_more_options .bb_more_options_action: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)}.bb-template-v2 #buddypress .group-actions-absolute .bb_more_options .bb_more_options_action:hover i{color:var(--bb-secondary-button-text-hover)}.bb-template-v2 .results-group-footer{text-align:left}.bb-template-v2 .results-group-footer .view-all-link{color:var(--bb-headings-color);font-weight:700;font-size:12px;text-transform:uppercase;background-color:var(--bb-content-alternate-background-color);padding:8px 16px;border-radius:var(--bb-button-radius);display:inline-block}.bb-template-v2 .results-group-footer .view-all-link:focus,.bb-template-v2 .results-group-footer .view-all-link:hover{color:var(--bb-headings-color)}.bb-template-v2 .bp-search-results-wrap .view-all-link:after{display:none}.bb-template-v2 .bp-search-results-list .bp-search-item .item-avatar a{border-radius:15px}.bb-template-v2 .gamipress-buddypress-points .gamipress-buddypress-points-type{border-radius:6px}.bb-template-v2 #editor-toolbar [class*=" bb-icon-"],.bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-button,.bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-button:before,.bb-template-v2 #whats-new-formatting-toolbar a [class*=" bb-icon-"],.bb-template-v2 #whats-new-messages-toolbar .emojionearea .emojionearea-button,.bb-template-v2 #whats-new-messages-toolbar .emojionearea .emojionearea-button:before,.bb-template-v2 #whats-new-messages-toolbar a [class*=" bb-icon-"],.bb-template-v2 #whats-new-toolbar .emojionearea .emojionearea-button,.bb-template-v2 #whats-new-toolbar .emojionearea .emojionearea-button:before,.bb-template-v2 #whats-new-toolbar a [class*=" bb-icon-"],.bb-template-v2 .ac-reply-toolbar .emojionearea .emojionearea-button,.bb-template-v2 .ac-reply-toolbar .emojionearea .emojionearea-button:before,.bb-template-v2 .ac-reply-toolbar a [class*=" bb-icon-"],.bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .emojionearea-button:before,.bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .post-elements-buttons-item [class*=" bb-icon-"],.bb-template-v2 .bp-nouveau-activity-form-placeholder- .activity-form.focus-in #editor-toolbar .emojionearea-button:before,.bb-template-v2 .bp-nouveau-activity-form-placeholder- .activity-form.focus-in #editor-toolbar .post-elements-buttons-item [class*=" bb-icon-"],.bb-template-v2 ul.medium-editor-toolbar-actions .medium-editor-action b{font-weight:300;color:rgba(var(--bb-headings-color-rgb),.3)}.bb-template-v2 #editor-toolbar [class*=" bb-icon-"]:hover,.bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-button.active:before,.bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-button:hover:before,.bb-template-v2 .ac-reply-toolbar .emojionearea .emojionearea-button.active:before,.bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .active [class*=" bb-icon-"]:before,.bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .emojionearea-button.active:before,.bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .emojionearea-button:hover:before,.bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .post-elements-buttons-item [class*=" bb-icon-"]:hover,.bb-template-v2 .bp-nouveau-activity-form-placeholder- .activity-form.focus-in #editor-toolbar .post-elements-buttons-item [class*=" bb-icon-"]:hover,.bb-template-v2 .medium-editor-toolbar .medium-editor-toolbar-actions .medium-editor-button-active b,.bb-template-v2 ul.medium-editor-toolbar-actions .medium-editor-action b:hover{color:var(--bb-headings-color)}.bb-template-v2 .medium-editor-toolbar .medium-editor-toolbar-actions .medium-editor-button-active b{position:relative;height:24px}.bb-template-v2 #editor-toolbar .active [class*=" bb-icon-"],.bb-template-v2 #editor-toolbar .emojionearea-button.active,.bb-template-v2 #whats-new-formatting-toolbar .active a [class*=" bb-icon-"],.bb-template-v2 #whats-new-formatting-toolbar a.active [class*=" bb-icon-"],.bb-template-v2 #whats-new-messages-toolbar .active a [class*=" bb-icon-"],.bb-template-v2 #whats-new-messages-toolbar a.active [class*=" bb-icon-"],.bb-template-v2 #whats-new-toolbar .active a [class*=" bb-icon-"],.bb-template-v2 #whats-new-toolbar a.active [class*=" bb-icon-"],.bb-template-v2 .ac-reply-content .ac-reply-toolbar a.active [class*=" bb-icon-"],.bb-template-v2 .ac-reply-toolbar .active a [class*=" bb-icon-"],.bb-template-v2 .emojionearea .emojionearea-button.active{position:relative}.bb-template-v2 #editor-toolbar .active [class*=" bb-icon-"]:after,.bb-template-v2 #editor-toolbar .emojionearea-button.active:after,.bb-template-v2 #whats-new-formatting-toolbar .active a [class*=" bb-icon-"]:after,.bb-template-v2 #whats-new-formatting-toolbar a.active [class*=" bb-icon-"]:after,.bb-template-v2 #whats-new-messages-toolbar .active a [class*=" bb-icon-"]:after,.bb-template-v2 #whats-new-messages-toolbar a.active [class*=" bb-icon-"]:after,.bb-template-v2 #whats-new-toolbar .active a [class*=" bb-icon-"]:after,.bb-template-v2 #whats-new-toolbar a.active [class*=" bb-icon-"]:after,.bb-template-v2 .ac-reply-content .ac-reply-toolbar a.active [class*=" bb-icon-"]:after,.bb-template-v2 .ac-reply-toolbar .active a [class*=" bb-icon-"]:after,.bb-template-v2 .emojionearea .emojionearea-button.active:after,.bb-template-v2 .medium-editor-toolbar .medium-editor-toolbar-actions .medium-editor-button-active b:after{content:"";background:rgba(0,0,0,.08);border-radius:5.6px;position:absolute;height:28px;width:28px;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:9}.bb-template-v2 .emojionearea .emojionearea-picker,.bb-template-v2 .gif-media-search-dropdown{border-radius:8px}.bb-template-v2 .emojionearea .emojionearea-picker .emojionearea-filters i.emojionearea-filter:first-child[style*="display: none"]+i.emojionearea-filter:not([style*="display: none"]){border-radius:8px 0 0}.bb-template-v2 .emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter:last-child{border-radius:0 8px 0 0}.bb-template-v2 .emojionearea .emojionearea-picker.emojionearea-filters-position-top .emojionearea-filters,.bb-template-v2 .gif-search-query{border-top-right-radius:8px;border-top-left-radius:8px}.bb-template-v2 .emojionearea .emojionearea-picker.emojionearea-filters-position-top .emojionearea-filters .emojionearea-filter:first-of-type,.bb-template-v2 .gif-search-query .emojionearea-filter:first-of-type{border-top-left-radius:8px}.bb-template-v2.bbpress a.medium-editor-toolbar-close,.bb-template-v2.bbpress a.medium-editor-toolbar-save,.bb-template-v2.buddypress a.medium-editor-toolbar-close,.bb-template-v2.buddypress a.medium-editor-toolbar-save{border-radius:6px;border:none}.bb-template-v2.bbpress .medium-editor-toolbar-form .medium-editor-toolbar-input,.bb-template-v2.bbpress .medium-editor-toolbar-form .medium-editor-toolbar-input:focus,.bb-template-v2.buddypress .medium-editor-toolbar-form .medium-editor-toolbar-input,.bb-template-v2.buddypress .medium-editor-toolbar-form .medium-editor-toolbar-input:focus{border-radius:6px}.bb-template-v2 .bs-forum-content blockquote:not(.wp-embedded-content):before,.bb-template-v2 .medium-editor-element blockquote:not(.wp-embedded-content):before{font-weight:300}.bb-template-v2 .emojionearea-search>input,.bb-template-v2 .search-query-input{border-radius:6px}.bb-template-v2 .activity-update-form .medium-editor-toolbar .medium-editor-toolbar-actions{height:40px}.bb-template-v2 .activity-update-form .medium-editor-toolbar .medium-editor-action-more.active .medium-editor-action-more-button b{position:relative}.bb-template-v2 .activity-update-form .medium-editor-toolbar .medium-editor-action-more.active .medium-editor-action-more-button b::before{color:var(--bb-headings-color)}.bb-template-v2 .activity-update-form .medium-editor-toolbar .medium-editor-action-more.active .medium-editor-action-more-button b::after{content:"";background:rgba(0,0,0,.08);border-radius:5.6px;position:absolute;height:28px;width:28px;left:50%;top:50%;-webkit-transform:translate(-50%,-45%);-ms-transform:translate(-50%,-45%);transform:translate(-50%,-45%);z-index:9}.bb-template-v2 .activity-update-form .medium-editor-toolbar .medium-editor-action-more>ul{border-radius:8px}.bb-template-v2 .activity-link-preview-container{border:none}.bb-template-v2 #bbpress-forums .bs-single-forum-list.bbp-lead-topic>li:last-child{border-bottom-left-radius:0;border-bottom-right-radius:0}.bb-template-v2.woocommerce li.product a.added_to_cart.wc-forward{border-radius:0 0 0 var(--bb-block-radius)}.bb-template-v2.woocommerce li.product a.button.add_to_cart_button.added{border-radius:0 0 var(--bb-block-radius) 0}.bb-template-v2 .woocommerce li.product a.added_to_cart.wc-forward{border-radius:0 0 0 var(--bb-block-radius)}.bb-template-v2 #bbpress-forums .activity-list.bp-list .activity-item .activity-comments>.ac-form,.bb-template-v2 #bbpress-forums .activity-list.bp-list .activity-item .activity-comments>ul,.bb-template-v2 #buddypress .activity-list.bp-list .activity-item .activity-comments>.ac-form,.bb-template-v2 #buddypress .activity-list.bp-list .activity-item .activity-comments>ul,.bb-template-v2 #buddypress .activity-lists.bp-list .activity-item .activity-comments>.ac-form,.bb-template-v2 #buddypress .activity-lists.bp-list .activity-item .activity-comments>ul{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)}@media (max-width:992px){.bb-template-v2.woocommerce li.product a.button.add_to_cart_button.added{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)}}.bb-template-v2 #buddypress .bp-search-results-wrapper .bp-navs,.bb-template-v2 .bb-media-model-wrapper .bb-media-section,.bb-template-v2 .bb-media-model-wrapper .bb-media-section figure .video-js,.bb-template-v2 div.product .woocommerce-product-gallery__image{border-radius:var(--bb-block-radius) 0 0 var(--bb-block-radius)}.bb-template-v2 .bb-document-theater .bb-media-section h3{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}.bb-template-v2 .bb-document-theater .bb-media-section .img-section,.bb-template-v2 .bb-media-model-inner{border-radius:var(--bb-block-radius)}.bb-template-v2 #buddypress .bb-media-model-wrapper.video-theatre .activity-list.bp-list,.bb-template-v2 .bb-document-theater .bb-media-info-section.document,.bb-template-v2.woocommerce #content div.product div.summary{border-radius:0 var(--bb-block-radius) var(--bb-block-radius) 0}.bb-template-v2 #buddypress .bb-media-model-wrapper.video-theatre .activity-list.bp-list{overflow:hidden}.bb-template-v2 #buddypress .bb-item-cover-wrap,.bb-template-v2 #buddypress .bb-video-thumb,.bb-template-v2 #lifterlms-lesson-header .lifterlms-lesson-nav .bb-ld-status .ld-status,.bb-template-v2 .activity-content div[class*=attached-gif-container] .gif-player video,.bb-template-v2 .activity-link-preview-container,.bb-template-v2 .activity-list li.blogs .activity-content .activity-inner,.bb-template-v2 .bb-activity-media-elem .entry-img,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity,.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap,.bb-template-v2 .bb-activity-video-elem .video-js,.bb-template-v2 .bb-album-list-item .bs-cover-wrap,.bb-template-v2 .bb-media-section .video-js,.bb-template-v2 .bb-video-thumb .video-js,.bb-template-v2 article.job_listing ul.job-listing-meta li.job-type,.bb-template-v2 ul.job_listings li.job_listing ul.meta li.job-type,.bb-template-v2.activity .activity .activity-list .bbp_reply_create .activity-inner,.bb-template-v2.groups.group-create .buddypress-wrap #drag-drop-area,.bb-template-v2.woocommerce-cart table.cart img{border-radius:6px}.bb-template-v2 .bb-activity-video-elem .bb-video-duration,.bb-template-v2 .bb-media-section .bb-video-duration,.bb-template-v2 .bb-video-thumb .bb-video-duration{border-radius:5px}.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity{border-color:transparent;background-color:var(--bb-content-alternate-background-color)}.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap{background-color:transparent}.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-audio-wrap audio::-webkit-media-controls-panel{background-color:var(--bb-body-background-color)}.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity:hover{border-color:var(--bb-content-border-color)}.bb-template-v2 .activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover,.bb-template-v2 .activity-link-preview-container .activity-link-preview-image img{border-radius:6px 6px 0 0}.bb-template-v2 .activity-link-preview-container>.activity-link-preview-info{border-radius:6px}.bb-template-v2 .activity-link-preview-container .activity-link-preview-image+.activity-link-preview-info,.bb-template-v2 .activity-link-preview-container:hover .activity-link-preview-image+.activity-link-preview-info:before{border-radius:0 0 6px 6px}.bb-template-v2 .activity-update-form .activity-link-preview-container #activity-url-scrapper-img-holder+.activity-link-preview-info,.bb-template-v2 .activity-update-form .activity-link-preview-container:hover #activity-url-scrapper-img-holder+.activity-link-preview-info:before{border-radius:0 0 6px 6px}.bb-template-v2 #bbpress-forums .bs-forums-items li .fluid-width-video-wrapper iframe,.bb-template-v2 .activity-list .activity-item .activity-content .activity-inner iframe,.bb-template-v2 .activity-video-preview .fluid-width-video-wrapper iframe,.bb-template-v2 .bp-messages-content #bp-message-thread-list li .fluid-width-video-wrapper iframe{border-radius:6px}.bb-template-v2 .activity-list .activity-item .activity-content .activity-inner iframe[style="border-radius: 12px"],.bb-template-v2 .activity-video-preview .activity-link-preview-excerpt p iframe{border-radius:6px!important}.bb-template-v2 .activity-list li.blogs .activity-content .activity-inner .bb-post-img-link,.bb-template-v2.activity .activity .activity-list .bbp_reply_create .activity-inner .activity-discussion-title-wrap{border-top-left-radius:6px;border-top-right-radius:6px}.bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-audio-wrap audio,.bb-template-v2 .bb-toast-messages-enable .bb-toast-messages .toast-messages-list .read-item,.bb-template-v2 .buddypress-wrap #group-create-body .bp-cover-image-status p.warning,.bb-template-v2.single .default-fi .entry-img{border-radius:6px}.bb-template-v2 #item-header.groups-header .bp-feedback.bp-feedback .bp-icon,.bb-template-v2 .bb-toast-messages-enable .bb-toast-messages .toast-messages-list .read-item.recent-item:before{border-radius:6px 0 0 6px}.bb-template-v2 #boss-media-create-album-popup .bb-model-footer,.bb-template-v2 #boss-video-create-album-popup .bb-model-footer,.bb-template-v2 #bp-media-uploader .bb-model-footer,.bb-template-v2 #buddypress .bp-media-document-uploader .document-uploader-footer,.bb-template-v2 #buddypress .bp-media-photo-uploader .media-uploader-footer,.bb-template-v2 #buddypress .bp-video-uploader .video-uploader-footer,.bb-template-v2 .bp-media-move-file .bb-model-footer,.bb-template-v2 .bp-media-move-folder .bb-model-footer,.bb-template-v2 .bp-video-move-file .bb-model-footer,.bb-template-v2 .bp-video-thumbnail-uploader .bb-model-footer,.bb-template-v2 .moderation-popup .bb-model-footer{border-top:0}@media (max-width:1024px){.bb-template-v2 #buddypress .bb-document-theater .bb-media-model-inner .bb-media-info-section.document{border-radius:var(--bb-block-radius)}}@media screen and (max-width:767px){.bb-template-v2 .bb-media-model-inner{border-radius:var(--bb-block-radius)}.bb-template-v2 #buddypress .bb-document-theater .bb-media-section,.bb-template-v2 .bb-media-model-wrapper .bb-media-section,.bb-template-v2 .bb-media-model-wrapper .bb-media-section figure .video-js{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}.bb-template-v2 #buddypress .bb-media-model-wrapper.video-theatre .activity-list.bp-list,.bb-template-v2 .bb-document-theater .bb-media-info-section.document{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)}}.bb-template-v2 .modal-container{border-radius:var(--bb-block-radius)}.bb-template-v2 #bbpress-forums div.bbp-reply-content .bb-model-header,.bb-template-v2 .activity-form:not(.focus-in) .whats-new-form-header{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}.bb-template-v2 .activity-update-form.media-off .activity-form:not(.focus-in) .whats-new-form-header{border-radius:var(--bb-block-radius)}.bb-template-v2 .bb-model-footer,.bb-template-v2 .bp-video-thumbnail-uploader .bb-model-footer{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)}.bb-template-v2 #whats-new-form #whats-new-toolbar,.bb-template-v2 #whats-new-form-placeholder #whats-new-toolbar{border-radius:0 0 0 var(--bb-block-radius)}.bb-template-v2 .widget{border-radius:var(--bb-block-radius);padding:1.25rem 1.25rem 1.5625rem 1.25rem}.bb-template-v2 .widget.bp-profile-search-widget{padding:0}.bb-template-v2 .widget h2,.bb-template-v2 .widget label{font-size:20px}.bb-template-v2 .widget label{text-transform:none}.bb-template-v2 .widget.widget_block .logged-out #loginform p input{border-radius:var(--bb-input-radius)}.bb-template-v2 .widget.widget_block .logged-out #loginform p input[type=submit]{width:auto;border-radius:var(--bb-input-radius)}.bb-template-v2 .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}.bb-template-v2 .widget.widget_rss .wp-block-rss li:not(:last-child){margin-bottom:15px}.bb-template-v2 .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}.bb-template-v2 .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}.bb-template-v2 .widget.widget_rss .wp-block-rss li .wp-block-rss__item-author{margin-top:8px;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}.bb-template-v2 .widget.activity_update .bp-feedback{border-radius:var(--bb-button-radius);border:none;background-color:var(--bb-content-alternate-background-color);margin:0}.bb-template-v2 .widget.activity_update .bp-feedback .bp-icon{display:none}.bb-template-v2 .widget.activity_update .bp-feedback p{padding:15px;color:var(--bb-alternate-text-color)}.bb-template-v2 .widget.widget_bp_groups_widget .widget-error{border-radius:var(--bb-button-radius);border:none;background-color:var(--bb-content-alternate-background-color);margin:0;padding:15px;color:var(--bb-alternate-text-color)}.bb-template-v2 .widget.widget_bp_groups_widget .item-options a{line-height:16.5px;letter-spacing:.25px}.bb-template-v2 .widget.widget_bp_groups_widget .item-options a.selected{border-bottom-width:2px}.bb-template-v2 .widget.widget_bp_core_whos_online_widget .item-options{margin-bottom:20px}.bb-template-v2 .widget.widget_bp_core_whos_online_widget .item-options a{font-weight:700;font-style:11px;color:var(--bb-alternate-text-color);line-height:16.5px}.bb-template-v2 .widget.widget_bp_core_whos_online_widget .item-options a .widget-num-count,.bb-template-v2 .widget.widget_bp_core_whos_online_widget .item-options a.selected{color:var(--bb-headings-color);color:var(--bb-alternate-text-color);border-bottom-width:2px}.bb-template-v2 .widget.widget_bp_core_whos_online_widget .item-options a.selected{color:var(--bb-headings-color)}.bb-template-v2 .widget.widget_bp_core_whos_online_widget .widget-error{border-radius:var(--bb-button-radius);border:none;background-color:var(--bb-content-alternate-background-color);margin:0;padding:15px;color:var(--bb-alternate-text-color)}.bb-template-v2 .widget.bp-profile-search-widget{padding:20px}.bb-template-v2 .widget.bp-profile-search-widget .widget-title{padding:0;border-bottom:none;margin-bottom:15px!important}.bb-template-v2 .widget.bp-profile-search-widget .bps-form{padding:0}.bb-template-v2 .widget.bp-profile-search-widget .bps-form .bps-textbox input{border-radius:var(--bb-button-radius)}.bb-template-v2 .widget.bp-profile-search-widget .bps-form .submit-wrapper .clear-from-wrap a{color:var(--bb-headings-color);position:relative;font-weight:500;-webkit-transition:all linear .2s;transition:all linear .2s}.bb-template-v2 .widget.bp-profile-search-widget .bps-form .submit-wrapper .clear-from-wrap a:before{content:"\ef50";font-family:bb-icons;display:inline-block;margin-right:3px;font-weight:300}.bb-template-v2 .widget.bp-profile-search-widget .bps-form .submit-wrapper .clear-from-wrap a:hover{color:var(--bb-primary-color);-webkit-transition:all linear .2s;transition:all linear .2s}.bb-template-v2 .widget.bp-profile-search-widget .bps-form .submit-wrapper .submit{width:100%;font-size:16px;line-height:19.09px;line-height:-.24px;-webkit-transition:all linear .2s;transition:all linear .2s;border-radius:var(--bb-button-radius);background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)}.bb-template-v2 .widget.bp-profile-search-widget .bps-form .submit-wrapper .submit:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.bb-template-v2 .widget.bp-profile-search-widget .bps-form .submit-wrapper .submit:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}.bb-template-v2 .widget.bp-profile-search-widget .bps-label{font-size:16px!important;color:var(--bb-headings-color)}.bb-template-v2 .widget.widget_display_forums .bb-sidebar-forums li .bbp-forum-title:before{border:none;height:9px;width:9px;top:0}.bb-template-v2 .widget.widget_display_forums .bb-sidebar-forums li .bb-sidebar-forums{border-left:2px solid var(--bb-content-border-color);margin-left:4px;padding-left:12px}.bb-template-v2 .widget.bb_widget_recent_posts .widget-title{margin-bottom:20px!important}.bb-template-v2 .widget.widget_bp_follow_following_widget .avatar-block .item-avatar img{width:42px;max-width:42px}.bb-template-v2 .widget.widget_bp_follow_follower_widget .avatar-block .item-avatar img{width:42px;max-width:42px}.bb-template-v2 .widget.widget_follow_us .bb-follow-links{row-gap:4px}.bb-template-v2 .widget.widget_follow_us .bb-follow-links a{margin-right:4px;opacity:1;border-radius:100%;line-height:36px}.bb-template-v2 .widget.widget_follow_us .bb-follow-links a i{border:1px solid var(--bb-content-border-color);font-weight:400;border-radius:100%;color:var(--bb-headings-color);height:36px;width:36px;font-size:20px;padding:7px}.bb-template-v2 .widget.widget_follow_us .bb-follow-links a:hover i{background-color:var(--bb-headings-color);border-color:var(--bb-headings-color);color:var(--bb-content-background-color);font-weight:300;-webkit-transition:all linear .2s;transition:all linear .2s}.bb-template-v2 .widget.widget_categories .wp-block-categories-list li a{font-weight:500}.bb-template-v2 .elementor-widget.widget .elementor-widget-container>h5,.bb-template-v2 .widget-title,.bb-template-v2 .widgettitle,.bb-template-v2 h2.widget-title{font-size:1.25rem;margin-bottom:23px}.bb-template-v2 .elementor-widget.widget .elementor-widget-container>h5 .widget-num-count,.bb-template-v2 .widget-title .widget-num-count,.bb-template-v2 .widgettitle .widget-num-count,.bb-template-v2 h2.widget-title .widget-num-count{font-size:1rem;font-weight:400}.bb-template-v2 .bp-profile-search-widget .bps-form-title{margin:0;padding:1.4375rem 1rem 1.125rem}.bb-template-v2 .bp-profile-search-widget .bps-form{padding:1.125rem 1rem 1.375rem}.bb-template-v2 .elementor-element div.item-options a,.bb-template-v2 .elementor-widget-wrap div.item-options a,.bb-template-v2 .widget.buddypress div.item-options a{text-transform:uppercase;font-size:.6875rem;font-weight:700;padding-bottom:5px;color:var(--bb-alternate-text-color)}.bb-template-v2 .elementor-element div.item-options a .widget-num-count,.bb-template-v2 .elementor-widget-wrap div.item-options a .widget-num-count,.bb-template-v2 .widget.buddypress div.item-options a .widget-num-count{font-size:.6875rem;padding-left:3px}.bb-template-v2 .elementor-element div.item-options a.selected,.bb-template-v2 .elementor-widget-wrap div.item-options a.selected,.bb-template-v2 .widget.buddypress div.item-options a.selected{color:var(--bb-headings-color)}.bb-template-v2 .elementor-element div.item-options,.bb-template-v2 .elementor-widget-wrap div.item-options,.bb-template-v2 .widget.buddypress div.item-options{border-bottom:0;margin-bottom:18px}.bb-template-v2 .elementor-element div.item-options .selected,.bb-template-v2 .elementor-widget-wrap div.item-options .selected,.bb-template-v2 .widget.buddypress div.item-options .selected{border-bottom-color:var(--bb-content-border-color)}.bb-template-v2 .more-block{text-align:left;margin:15px 0 0;height:auto;line-height:1em}.bb-template-v2 .more-block a.count-more{font-weight:700;font-size:12px;text-transform:uppercase;padding:8px 16px;border-radius:var(--bb-button-radius);display:inline-block;background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular)}.bb-template-v2 .more-block a.count-more:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.bb-template-v2 .more-block a.count-more: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)}.bb-template-v2 .more-block a.count-more .bb-icon-angle-right{display:none}.bb-template-v2 .widget.widget_bp_groups_widget div.item-avatar a,.bb-template-v2 .widget.widget_bp_groups_widget div.item-avatar img{border-radius:15px}.bb-template-v2 .bb_widget_recent_posts .bb-recent-posts .entry-media.entry-img,.bb-template-v2 .elementor-widget-container .bb-recent-posts .entry-media.entry-img{border-radius:8px}.bb-template-v2 .widget_calendar,.bb-template-v2 .wp-block-calendar{position:relative}.bb-template-v2 .widget_calendar #wp-calendar,.bb-template-v2 .wp-block-calendar #wp-calendar{margin-top:14px;margin-bottom:0}.bb-template-v2 .widget_calendar #wp-calendar,.bb-template-v2 .widget_calendar #wp-calendar *,.bb-template-v2 .wp-block-calendar #wp-calendar,.bb-template-v2 .wp-block-calendar #wp-calendar *{border:none;font-weight:500;font-size:14px}.bb-template-v2 .widget_calendar #wp-calendar caption,.bb-template-v2 .wp-block-calendar #wp-calendar caption{padding-bottom:0;margin-bottom:25px;color:var(--bb-headings-color);font-size:18px;line-height:21.48px;text-transform:none}.bb-template-v2 .widget_calendar #wp-calendar thead th,.bb-template-v2 .wp-block-calendar #wp-calendar thead th{background:0 0;text-align:center;padding:10px;font-size:12px;color:var(--bb-headings-color)}.bb-template-v2 .widget_calendar #wp-calendar tbody td,.bb-template-v2 .wp-block-calendar #wp-calendar tbody td{width:34px;height:34px;padding:0;vertical-align:middle;text-align:center;border-radius:var(--bb-button-radius)}.bb-template-v2 .widget_calendar #wp-calendar tbody td a,.bb-template-v2 .wp-block-calendar #wp-calendar tbody td a{font-weight:600;background:var(--bb-content-alternate-background-color);display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:var(--bb-button-radius);height:30px;width:30px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--bb-body-text-color);text-decoration:none;margin:2.5px;-webkit-transition:all linear .2s;transition:all linear .2s}@media only screen and (max-width:800px){.bb-template-v2 .widget_calendar #wp-calendar tbody td a,.bb-template-v2 .wp-block-calendar #wp-calendar tbody td a{margin:0 auto}}.bb-template-v2 .widget_calendar #wp-calendar tbody td a:hover,.bb-template-v2 .wp-block-calendar #wp-calendar tbody td a:hover{background-color:var(--bb-primary-color);color:var(--bb-content-background-color);-webkit-transition:all linear .2s;transition:all linear .2s}.bb-template-v2 .widget_calendar #wp-calendar tbody td#today,.bb-template-v2 .wp-block-calendar #wp-calendar tbody td#today{background-color:var(--bb-primary-color);color:var(--bb-content-background-color)}:not(.widget_block)>.bb-template-v2 .widget_calendar.has-small-font-size #wp-calendar *,:not(.widget_block)>.bb-template-v2 .widget_calendar.has-small-font-size #wp-calendar tbody td,:not(.widget_block)>.bb-template-v2 .widget_calendar.has-small-font-size #wp-calendar thead th,:not(.widget_block)>.bb-template-v2 .wp-block-calendar.has-small-font-size #wp-calendar *,:not(.widget_block)>.bb-template-v2 .wp-block-calendar.has-small-font-size #wp-calendar tbody td,:not(.widget_block)>.bb-template-v2 .wp-block-calendar.has-small-font-size #wp-calendar thead th{font-size:11px}:not(.widget_block)>.bb-template-v2 .widget_calendar.has-small-font-size #wp-calendar tbody td,:not(.widget_block)>.bb-template-v2 .wp-block-calendar.has-small-font-size #wp-calendar tbody td{height:24px;width:24px}:not(.widget_block)>.bb-template-v2 .widget_calendar.has-large-font-size #wp-calendar *,:not(.widget_block)>.bb-template-v2 .widget_calendar.has-large-font-size #wp-calendar tbody td,:not(.widget_block)>.bb-template-v2 .widget_calendar.has-large-font-size #wp-calendar thead th,:not(.widget_block)>.bb-template-v2 .wp-block-calendar.has-large-font-size #wp-calendar *,:not(.widget_block)>.bb-template-v2 .wp-block-calendar.has-large-font-size #wp-calendar tbody td,:not(.widget_block)>.bb-template-v2 .wp-block-calendar.has-large-font-size #wp-calendar thead th{font-size:18px}:not(.widget_block)>.bb-template-v2 .widget_calendar.has-large-font-size #wp-calendar tbody td,:not(.widget_block)>.bb-template-v2 .wp-block-calendar.has-large-font-size #wp-calendar tbody td{height:40px;width:40px}:not(.widget_block)>.bb-template-v2 .widget_calendar.has-x-large-font-size,:not(.widget_block)>.bb-template-v2 .wp-block-calendar.has-x-large-font-size{max-width:450px}:not(.widget_block)>.bb-template-v2 .widget_calendar.has-x-large-font-size #wp-calendar *,:not(.widget_block)>.bb-template-v2 .widget_calendar.has-x-large-font-size #wp-calendar tbody td,:not(.widget_block)>.bb-template-v2 .widget_calendar.has-x-large-font-size #wp-calendar thead th,:not(.widget_block)>.bb-template-v2 .wp-block-calendar.has-x-large-font-size #wp-calendar *,:not(.widget_block)>.bb-template-v2 .wp-block-calendar.has-x-large-font-size #wp-calendar tbody td,:not(.widget_block)>.bb-template-v2 .wp-block-calendar.has-x-large-font-size #wp-calendar thead th{font-size:24px}:not(.widget_block)>.bb-template-v2 .widget_calendar.has-x-large-font-size #wp-calendar tbody td,:not(.widget_block)>.bb-template-v2 .widget_calendar.has-x-large-font-size #wp-calendar thead th,:not(.widget_block)>.bb-template-v2 .wp-block-calendar.has-x-large-font-size #wp-calendar tbody td,:not(.widget_block)>.bb-template-v2 .wp-block-calendar.has-x-large-font-size #wp-calendar thead th{height:60px;width:60px}@media screen and (max-width:544px){:not(.widget_block)>.bb-template-v2 .widget_calendar.has-x-large-font-size,:not(.widget_block)>.bb-template-v2 .wp-block-calendar.has-x-large-font-size{max-width:450px}:not(.widget_block)>.bb-template-v2 .widget_calendar.has-x-large-font-size #wp-calendar *,:not(.widget_block)>.bb-template-v2 .widget_calendar.has-x-large-font-size #wp-calendar tbody td,:not(.widget_block)>.bb-template-v2 .widget_calendar.has-x-large-font-size #wp-calendar thead th,:not(.widget_block)>.bb-template-v2 .wp-block-calendar.has-x-large-font-size #wp-calendar *,:not(.widget_block)>.bb-template-v2 .wp-block-calendar.has-x-large-font-size #wp-calendar tbody td,:not(.widget_block)>.bb-template-v2 .wp-block-calendar.has-x-large-font-size #wp-calendar thead th{font-size:20px}:not(.widget_block)>.bb-template-v2 .widget_calendar.has-x-large-font-size #wp-calendar tbody td,:not(.widget_block)>.bb-template-v2 .widget_calendar.has-x-large-font-size #wp-calendar thead th,:not(.widget_block)>.bb-template-v2 .wp-block-calendar.has-x-large-font-size #wp-calendar tbody td,:not(.widget_block)>.bb-template-v2 .wp-block-calendar.has-x-large-font-size #wp-calendar thead th{height:30px;width:30px;padding:6px 5px}}.bb-template-v2 .widget_calendar .calendar_wrap .wp-calendar-nav,.bb-template-v2 .wp-block-calendar .calendar_wrap .wp-calendar-nav{top:0;left:0;-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px);width:100%}.bb-template-v2 .widget_calendar .wp-calendar-nav,.bb-template-v2 .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;position:absolute;top:28px;left:20px;width:-webkit-calc(100% - 40px);width:calc(100% - 40px);padding:0}.bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad),.bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad){height:38px;width:38px}.bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad) a,.bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad) a{height:38px;width:38px;border-radius:100%;display:-webkit-box;display:-ms-flexbox;display:flex;background:var(--bb-content-alternate-background-color);font-size:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all linear .2s;transition:all linear .2s;text-decoration:none}.bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad) a:before,.bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad) a:before{font-family:bb-icons;font-weight:300;color:#000;font-size:16px}.bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad) a:hover,.bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad) a:hover{background-color:var(--bb-primary-color);-webkit-transition:all linear .2s;transition:all linear .2s}.bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad) a:hover:before,.bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad) a:hover:before{color:var(--bb-content-background-color);-webkit-transition:all linear .2s;transition:all linear .2s}.bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad).wp-calendar-nav-prev a:before,.bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad).wp-calendar-nav-prev a:before{content:"\e8ab"}.bb-template-v2 .widget_calendar .wp-calendar-nav span:not(.pad).wp-calendar-nav-next a:before,.bb-template-v2 .wp-block-calendar .wp-calendar-nav span:not(.pad).wp-calendar-nav-next a:before{content:"\e827"}.bb-template-v2 .wp-block-group .wp-block-calendar .wp-calendar-nav{top:-8px}.bb-template-v2 .content-area :not(.widget_block)>.wp-block-archives,.bb-template-v2 .content-area :not(.widget_block)>.wp-block-calendar,.bb-template-v2 .content-area :not(.widget_block)>.wp-block-categories-list,.bb-template-v2 .content-area :not(.widget_block)>.wp-block-latest-comments,.bb-template-v2 .content-area :not(.widget_block)>.wp-block-latest-posts,.bb-template-v2 .content-area :not(.widget_block)>.wp-block-page-list,.bb-template-v2 .content-area :not(.widget_block)>.wp-block-rss,.bb-template-v2 .content-area :not(.widget_block)>.wp-block-search,.bb-template-v2 .content-area :not(.widget_block)>.wp-block-tag-cloud{border-radius:10px}.bb-template-v2 .widget_search input.search,.bb-template-v2 .widget_search input[name=bbp_search],.bb-template-v2 .widget_search input[type=search],.bb-template-v2 .wp-block-search input.search,.bb-template-v2 .wp-block-search input[name=bbp_search],.bb-template-v2 .wp-block-search input[type=search]{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-input-radius);background-color:var(--bb-content-background-color)}.bb-template-v2 .widget_search .wp-block-search__button,.bb-template-v2 .wp-block-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:var(--bb-input-radius);margin-left:10px;padding-left:15px;padding-right:15px;-webkit-transition:all linear .2s;transition:all linear .2s}.bb-template-v2 .widget_search .wp-block-search__button:focus,.bb-template-v2 .wp-block-search .wp-block-search__button:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.bb-template-v2 .widget_search .wp-block-search__button:hover,.bb-template-v2 .wp-block-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);-webkit-transition:all linear .2s;transition:all linear .2s}.bb-template-v2 .wp-block-archives li{margin-bottom:5px;padding:8px 10px;border-radius:var(--bb-button-radius);font-weight:500;-webkit-transition:all linear .2s;transition:all linear .2s;position:relative}.bb-template-v2 .wp-block-archives li a{font-weight:500}.bb-template-v2 .wp-block-archives li a:before{position:absolute;content:"";inset:0}.bb-template-v2 .wp-block-archives li:hover{-webkit-transition:all linear .2s;transition:all linear .2s;background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color)}.bb-template-v2 .wp-block-archives li:hover a{color:var(--bb-headings-color);-webkit-transition:all linear .2s;transition:all linear .2s}.bb-template-v2 .wp-block-archives li:hover a:hover{background-color:transparent;color:var(--bb-headings-color)}.bb-template-v2 .wp-block-archives li.active{background-color:var(--bb-primary-button-background-regular);color:var(--bb-content-background-color)}.bb-template-v2 .wp-block-archives li.active a{color:var(--bb-content-background-color)}.bb-template-v2 .wp-block-archives-dropdown select{border-radius:var(--bb-input-radius);border-color:var(--bb-content-border-color);font-size:14px}.bb-template-v2 .wp-block-archives-dropdown select:focus{box-shadow:none}.bb-template-v2 .wp-block-rss{margin-left:-5px}.bb-template-v2 .wp-block-rss li:not(:last-child) a{margin-bottom:5px}.bb-template-v2 .wp-block-rss li a{padding:8px 10px;border-radius:var(--bb-button-radius);font-weight:500;display:inline-block}.bb-template-v2 .wp-block-rss li a:hover{background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color)}.bb-template-v2 .wp-block-rss li ul{margin-left:20px}.bb-template-v2 .wp-block-rss li.current-menu-item>a,.bb-template-v2 .wp-block-rss li.current_page_item>a{background-color:var(--bb-primary-color);color:var(--bb-body-background-color);font-weight:600}.bb-template-v2 .widget_product_tag_cloud .wp-block-tag-cloud,.bb-template-v2 .widget_tag_cloud .wp-block-tag-cloud{margin-bottom:0}.bb-template-v2 .widget_product_tag_cloud a,.bb-template-v2 .widget_tag_cloud a{background:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-alternate-background-color);color:var(--bb-body-text-color);border-radius:6px;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}.bb-template-v2 .widget_product_tag_cloud a:hover,.bb-template-v2 .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}.bb-template-v2 .widget_product_tag_cloud a .tag-link-count,.bb-template-v2 .widget_tag_cloud a .tag-link-count{opacity:.7}.bb-template-v2 .widget.widget_bp_profile_completion_widget{padding-bottom:25px}.bb-template-v2 .widget .widget-title{letter-spacing:-.24px}.bb-template-v2 .bbp-stats .bbp-count{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.bb-template-v2 .bbp-stats .bbp-count strong{font-size:18px;line-height:24px;font-weight:600;color:var(--bb-headings-color)}.bb-template-v2 .bbp-stats .bbp-count i{display:inline-block;font-size:24px}.bb-template-v2 ul.bbp-stats{margin:0}.bb-template-v2 ul.bbp-stats li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;background-color:var(--bb-content-alternate-background-color);border-radius:8px;padding:15px;margin-bottom:8px}.bb-template-v2 ul.bbp-stats h4{font-size:14px;font-weight:400;line-height:21px;color:var(--bb-body-text-color);text-align:left;margin:0;padding:0;min-height:auto}.bb-template-v2 .wp-block-latest-posts .wp-block-latest-posts__featured-image img{border-radius:8px}.bb-template-v2 .widget.widget_block .wp-block-latest-posts ul li a{padding-left:0;padding-right:0}.bb-template-v2 .widget.widget_nav_menu ul li{margin:2px -7px}.bb-template-v2 .widget.widget_nav_menu ul li ul li{margin:2px 0}.bb-template-v2 .widget.widget_nav_menu ul a{padding:8px 10px}.bb-template-v2 .widget.widget_nav_menu ul a:hover{background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color)}.bb-template-v2 .widget.widget_nav_menu ul a i{color:var(--bb-alternate-text-color)}.bb-template-v2 .widget.widget_nav_menu ul li.current-menu-item a{background-color:var(--bb-primary-color);color:var(--bb-body-background-color)}.bb-template-v2 .widget.widget_nav_menu ul li.current-menu-item a i{color:var(--bb-body-background-color)}.bb-template-v2 .bs-styled-radio:checked+.bb-radio-label:after,.bb-template-v2 .bs-styled-radio:checked+label:after{display:none}.bb-template-v2 .bs-styled-radio:checked+.bb-radio-label:before,.bb-template-v2 .bs-styled-radio:checked+label:before{border-width:6px;border-color:var(--bb-primary-color)}.bb-template-v2 .bb-radio-style input[type=radio]:checked+span:before{border:6px solid var(--bb-primary-color)}.bb-template-v2 .bb-radio-style input[type=radio]:checked+span:after{display:none}.bb-template-v2 input[type=radio]:focus{box-shadow:none}.bb-template-v2 .member-media select#bb-album-privacy:focus,.bb-template-v2 .member-media select#bb-media-privacy:focus,.bb-template-v2 .widget.widget_search input.search:focus,.bb-template-v2 .widget_search input[name=bbp_search]:focus,.bb-template-v2 .widget_search input[type=search]:focus,.bb-template-v2 .wp-block-search input[name=bbp_search]:focus,.bb-template-v2 .wp-block-search input[type=search]:focus,.bb-template-v2.woocommerce #content table.cart td.actions .input-text:focus,.bb-template-v2.woocommerce table.cart td.actions .input-text:focus,.bb-template-v2.woocommerce-page #content table.cart td.actions .input-text:focus,.bb-template-v2.woocommerce-page table.cart td.actions .input-text:focus{border-color:var(--bb-input-focus-border-color);border-width:1px;box-shadow:var(--bb-input-focus-shadow)}.bb-template-v2 .buddypress-wrap .select-wrap:focus-within{border-color:var(--bb-input-focus-border-color);border-width:1px;box-shadow:var(--bb-input-focus-shadow)}.bb-template-v2 .bs-forums-banner-wrap input:focus{box-shadow:none}.bb-template-v2 .bp-navs:not(.bp-subnavs) ul li.selected a{border-bottom:0}.bb-template-v2 #buddypress .dir-form.bp-search-results-wrapper,.bb-template-v2 .bp-profile-wrapper,.bb-template-v2 .buddypress-wrap .bp-settings-container,.bb-template-v2 .buddypress-wrap:not(.bp-single-vert-nav) .bp-manage-group-container{border:0;background-color:transparent}.bb-template-v2.groups.group-admin #buddypress.bp-single-vert-nav #item-body #group-settings-form{border:0}.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a,.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a,.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs .current a,.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs .selected a,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .current a,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .selected a{background-color:var(--bb-primary-color);color:var(--bb-body-background-color)}.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a:before,.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a:before,.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs .current a:before,.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs .selected a:before,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .current a:before,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .selected a:before{color:var(--bb-body-background-color)}.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a:hover,.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a:hover,.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs .current a:hover,.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs .selected a:hover,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .current a:hover,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .selected a:hover{background-color:var(--bb-primary-color);color:var(--bb-body-background-color)}.bb-template-v2 .bp-search-results-wrapper .bp-navs li a,.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs li a,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs li a{padding:13px 20px;line-height:14px;color:var(--bb-headings-color);border:0;background-color:transparent;margin-bottom:1px}.bb-template-v2 .bp-search-results-wrapper .bp-navs li a:before,.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs li a:before,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs li a:before{color:var(--bb-alternate-text-color)}.bb-template-v2 .bp-search-results-wrapper .bp-navs li a:hover,.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs li a:hover,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs li a:hover{color:var(--bb-headings-color);border:0}.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs li a{padding:13px 20px;line-height:14px;color:var(--bb-headings-color);border:0;background-color:transparent;margin-bottom:1px}.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs li a:before{color:var(--bb-alternate-text-color)}.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs li a:hover{color:var(--bb-headings-color);border:0}.bb-template-v2.groups.group-admin #buddypress #item-body #group-settings-form{border:1px solid var(--bb-content-border-color)}.bb-template-v2.groups.group-admin .bp-navs.group-subnav{border:0;background-color:transparent;padding:0 25px 0 0}.bb-template-v2.groups.group-admin .bp-navs.group-subnav a{border-radius:6px;background-color:transparent}.bb-template-v2.groups.group-admin .bp-navs.group-subnav a:hover{background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color)}.bb-template-v2.groups.group-admin .bp-navs.group-subnav .current a,.bb-template-v2.groups.group-admin .bp-navs.group-subnav .selected a{background-color:var(--bb-primary-color);border:0;color:var(--bb-body-background-color)}.bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav .selected a{color:var(--bb-primary-color)}.bb-template-v2.groups.group-admin #buddypress.buddypress-wrap.bp-single-vert-nav #item-body{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color);padding-right:20px;padding-top:10px}.bb-template-v2.groups.group-admin #buddypress.buddypress-wrap.bp-single-vert-nav #item-body,.bb-template-v2.messages .bp-single-vert-nav #item-body{margin-left:20px}.bb-template-v2 #buddypress .bp-search-results-wrapper .search_results,.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper:not(.need-separator) .bp-profile-content{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color)}.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav,.bb-template-v2 .bp-search-results-wrapper .bp-navs{border:0;background-color:transparent;padding:0 25px 0 0}.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav a,.bb-template-v2 .bp-search-results-wrapper .bp-navs a{border-radius:6px;background-color:transparent}.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav a:before,.bb-template-v2 .bp-search-results-wrapper .bp-navs a:before{color:var(--bb-alternate-text-color)}.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav a:hover,.bb-template-v2 .bp-search-results-wrapper .bp-navs a:hover{background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color)}.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .current a,.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .selected a,.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a,.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a{background-color:var(--bb-primary-color);border:0;color:var(--bb-body-background-color)}.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .current a:after,.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .selected a:after,.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a:after,.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a:after{display:none}.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .current a:before,.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .selected a:before,.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a:before,.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a:before{color:var(--bb-body-background-color)}.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .current a .count,.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .selected a .count,.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a .count,.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a .count{background-color:var(--bb-body-background-color);color:var(--bb-primary-color)}.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a,.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a{border-top:0;border-bottom:0;padding:10px 20px}.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a:hover,.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a:hover{border-top:0;border-bottom:0}.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a:hover .count,.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a:hover .count{background-color:var(--bb-body-background-color);color:var(--bb-primary-color)}.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs{border:0;background-color:transparent;padding:0 25px 0 0}.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs a,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs a{border-radius:6px}.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs a:hover,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs a:hover{background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color)}.bb-template-v2 .bp-single-vert-nav .bp-settings-container .bp-navs .selected a,.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs .selected a{background-color:var(--bb-primary-color);border:0;color:var(--bb-body-background-color)}.bb-template-v2 .bp-invites-container .bb-bp-invites-content{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color)}.bb-template-v2 .bp-invites-container .bp-navs li:first-child a{margin-left:0}@media screen and (max-width:46.8em){.bb-template-v2 nav#object-nav.bb-single-main-nav--vertical{border:0;padding:0}}@media screen and (min-width:46.8em){.bb-template-v2 .bp-single-vert-nav .bp-wrap:not(.bp-fullwidth-wrap){border:0;background-color:transparent}.bb-template-v2 nav#object-nav.bb-single-main-nav--vertical{border-right:0;padding-right:10px;padding-top:0;background-color:transparent}.bb-template-v2 nav#object-nav.bb-single-main-nav--vertical a{border-radius:6px}.bb-template-v2 nav#object-nav.bb-single-main-nav--vertical a:hover{background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color)}.bb-template-v2 #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap nav#object-nav.vertical li.selected,.bb-template-v2 nav#object-nav.bb-single-main-nav--vertical .selected,.bb-template-v2 nav#object-nav.vertical .selected{border-radius:6px}.bb-template-v2 #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap nav#object-nav.vertical li.selected>a,.bb-template-v2 nav#object-nav.bb-single-main-nav--vertical .selected>a,.bb-template-v2 nav#object-nav.vertical .selected>a{background-color:var(--bb-primary-color);border:0;color:var(--bb-body-background-color)}.bb-template-v2 #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap nav#object-nav.vertical li.selected>a .count,.bb-template-v2 nav#object-nav.bb-single-main-nav--vertical .selected>a .count,.bb-template-v2 nav#object-nav.vertical .selected>a .count{background-color:var(--bb-body-background-color);color:var(--bb-primary-color)}.bb-template-v2 #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap nav#object-nav.vertical ul li.selected a:hover{background-color:var(--bb-primary-color);color:var(--bb-body-background-color)}.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .selected:after{background-color:transparent}}.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav,.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav{border-bottom:1px solid var(--bb-content-border-color);display:block;padding:15px 20px 13px}.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav li.bp-groups-tab,.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav li.bp-groups-tab{margin-top:0}.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav li:not(:last-child),.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav li:not(:last-child){padding-right:10px}.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav #bp-zoom-switch-type,.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav #bp-zoom-switch-type{margin-top:-4px}.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav #bp-zoom-switch-type>a,.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav #bp-zoom-switch-type>a{background-color:transparent;border-radius:0;border:0}.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav #bp-zoom-switch-type>a:first-child,.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav #bp-zoom-switch-type>a:first-child{border-right:1px solid var(--bb-content-border-color)}.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav #sync-meetings-groups-li,.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav #sync-webinars-groups-li,.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav #sync-meetings-groups-li,.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav #sync-webinars-groups-li{margin-top:-2px}.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav #meetings-sync,.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav .subnav #webinars-sync,.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav #meetings-sync,.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav .subnav #webinars-sync{background-color:transparent}.bb-template-v2 .buddypress-wrap .item-body #subnav ul li{margin-bottom:5px}.bb-template-v2 .bb-profile-grid.bb-grid #subnav.bp-navs .sub-menu li{margin-bottom:0}.buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-meeting-container nav#subnav #meetings-sync,.buddypress-wrap.bp-dir-hori-nav #item-body .bp-zoom-webinar-container nav#subnav #webinars-sync{color:var(--bb-primary-color);border:transparent}.bb-template-v2 .bp-dir-hori-nav:not(.bp-vertical-navs) nav#object-nav{background-color:transparent;border:0;padding:0;margin-top:5px;margin-bottom:22px}.bb-template-v2 .bp-dir-hori-nav:not(.bp-vertical-navs) nav#object-nav>ul>li>a:not(.more-button){padding:20px 0 2px}.bb-template-v2 .bp-dir-hori-nav:not(.bp-vertical-navs) nav#object-nav a.more-button{padding:23px 0 2px}.bb-template-v2 nav#object-nav .selected>a{border:0}.bb-template-v2 nav#object-nav>ul>li>a .bb-single-nav-item-point{border-bottom:2px solid transparent;padding-bottom:10px}.bb-template-v2 nav#object-nav>ul>.selected>a .bb-single-nav-item-point{border-bottom:2px solid var(--bb-primary-color);padding-bottom:10px}.bb-template-v2 nav#object-nav>ul>.selected>a .bb-single-nav-item-point{border-bottom:2px solid var(--bb-primary-color);padding-bottom:10px}@media screen and (min-width:46.8em){.bb-template-v2 nav#object-nav.bb-single-main-nav--vertical>ul>li>a .bb-single-nav-item-point{padding-bottom:0;border:0}}.bb-template-v2 .buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav#subnav,.bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav{border-bottom:0}.bb-template-v2 .bp-single-vert-nav .subnav li.current a,.bb-template-v2 .bp-single-vert-nav .subnav li.selected a,.bb-template-v2 .subnav li.current a,.bb-template-v2 .subnav li.selected a,.bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav li.current a,.bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav li.selected a,.bb-template-v2.groups .bp-single-vert-nav .subnav li.current a,.bb-template-v2.groups .bp-single-vert-nav .subnav li.selected a,.bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li.current a,.bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li.selected a{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);color:var(--bb-headings-color)}.bb-template-v2 .bp-single-vert-nav .subnav li.current a:hover,.bb-template-v2 .bp-single-vert-nav .subnav li.selected a:hover,.bb-template-v2 .subnav li.current a:hover,.bb-template-v2 .subnav li.selected a:hover,.bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav li.current a:hover,.bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav li.selected a:hover,.bb-template-v2.groups .bp-single-vert-nav .subnav li.current a:hover,.bb-template-v2.groups .bp-single-vert-nav .subnav li.selected a:hover,.bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li.current a:hover,.bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li.selected a:hover{background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color)}.bb-template-v2 .bp-single-vert-nav .subnav li,.bb-template-v2 .subnav li,.bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav li,.bb-template-v2.groups .bp-single-vert-nav .subnav li,.bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li{padding-right:10px}.bb-template-v2 .bp-single-vert-nav .subnav li:not(:last-child),.bb-template-v2 .subnav li:not(:last-child),.bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav li:not(:last-child),.bb-template-v2.groups .bp-single-vert-nav .subnav li:not(:last-child),.bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li:not(:last-child){padding-right:10px}.bb-template-v2 .bp-single-vert-nav .subnav li a,.bb-template-v2 .subnav li a,.bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav li a,.bb-template-v2.groups .bp-single-vert-nav .subnav li a,.bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li a{padding:0 15px;line-height:29px;border-radius:6px;border:1px solid transparent;color:var(--bb-body-body-text-color);background-color:var(--bb-content-alternate-background-color);margin:0}.bb-template-v2 .bp-single-vert-nav .subnav li a:hover,.bb-template-v2 .subnav li a:hover,.bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav li a:hover,.bb-template-v2.groups .bp-single-vert-nav .subnav li a:hover,.bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li a:hover{border:1px solid var(--bb-content-border-color)}.bb-template-v2 .bb-profile-grid.bb-grid #subnav.bp-navs .subnav a.more-button{background-color:transparent;border:0;padding:5px 0 0}.bb-template-v2 .bb-profile-grid.bb-grid #subnav.bp-navs .subnav .more-button.active:after{display:none}.bb-template-v2 .buddypress-wrap .bp-settings-container .bp-navs li{padding-right:0}.bb-template-v2 .bp-messages-container .subnav li a{border:0;padding:0;color:var(--bb-headings-color);background:0 0}.bb-template-v2 .bp-messages-container .subnav li a:focus,.bb-template-v2 .bp-messages-container .subnav li a:hover{background-color:transparent;color:var(--bb-primary-color)}.bb-template-v2 #subnav li:not(.current) a:focus,.bb-template-v2 #subnav li:not(.current) a:hover,.bb-template-v2 #subnav li:not(.selected) a:focus,.bb-template-v2 #subnav li:not(.selected) a:hover{color:var(--bb-headings-color);background-color:var(--bb-content-alternate-background-color)}.bb-template-v2 .messages-wrapper #subnav #compose-action-personal-li .bb_more_options_action:hover,.bb-template-v2 .messages-wrapper #subnav #compose-personal-li a:hover{background:0 0;color:var(--bb-primary-color)}.bb-template-v2.groups.group-messages .bp-single-vert-nav #item-body #subnav .subnav{margin:0}@media screen and (max-width:900px){.bb-template-v2 #buddypress .bp-settings-container .bp-navs li a{padding:10px 15px}}.bb-template-v2 .woocommerce .bsMyAccount{background-color:transparent;border:0}.bb-template-v2 .woocommerce .woocommerce-MyAccount-content{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius)}.bb-template-v2 .woocommerce-MyAccount-navigation{padding-right:30px}.bb-template-v2 .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading{display:none}.bb-template-v2 .woocommerce .woocommerce-MyAccount-navigation ul li a{border-radius:6px}.bb-template-v2 .woocommerce .woocommerce-MyAccount-navigation ul li a:hover{color:var(--bb-headings-color)}.bb-template-v2 .woocommerce .woocommerce-MyAccount-navigation ul li a:before{color:var(--bb-alternate-text-color)}.bb-template-v2 .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a{background-color:var(--bb-primary-color);color:var(--bb-body-background-color)}.bb-template-v2 .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:before{color:var(--bb-body-background-color)}@media screen and (max-width:800px){.bb-template-v2 .woocommerce-MyAccount-navigation{padding-right:0}.bb-template-v2 .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading{display:block}}.bb-template-v2 .lifterlms .llms-student-dashboard{border:0}.bb-template-v2 .llms-student-dashboard .llms-student-dashboard__frame{border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius)}.bb-template-v2 .lifterlms .llms-sd-header{background-color:transparent;border:0;padding-right:30px}.bb-template-v2 .lifterlms .llms-sd-header .llms-sd-items{padding:0}.bb-template-v2 .llms-sd-items li.llms-sd-item{border-radius:6px}.bb-template-v2 .llms-sd-items li.llms-sd-item:hover{background-color:var(--bb-content-alternate-background-color)}.bb-template-v2 .lifterlms .llms-student-dashboard .llms-sd-link:hover{color:var(--bb-headings-color)}.bb-template-v2 .lifterlms .llms-student-dashboard .llms-sd-link:before{color:var(--bb-alternate-text-color)}.bb-template-v2 .llms-sd-items li.llms-sd-item.current:hover{background-color:var(--bb-primary-color)}.bb-template-v2 .llms-student-dashboard .llms-sd-nav .llms-sd-items .llms-sd-item.current{background-color:var(--bb-primary-color)}.bb-template-v2 .llms-student-dashboard .llms-sd-nav .llms-sd-items .llms-sd-item.current:hover{background-color:var(--bb-primary-color)}.bb-template-v2 .llms-student-dashboard .llms-sd-nav .llms-sd-items .llms-sd-item.current .llms-sd-link{color:var(--bb-body-background-color)}.bb-template-v2 .llms-student-dashboard .llms-sd-nav .llms-sd-items .llms-sd-item.current .llms-sd-link:hover{color:var(--bb-body-background-color)}.bb-template-v2 .llms-student-dashboard .llms-sd-nav .llms-sd-items .llms-sd-item.current .llms-sd-link:before{color:var(--bb-body-background-color)}.bb-template-v2 .bp-navs ul.component-navigation:not(.subnav) li.selected a{border-bottom:0}.bb-template-v2 .bb-courses-directory .bp-navs>ul>li>a,.bb-template-v2 .lifterlms-course-list .bp-navs.bp-subnavs>ul>li>a{padding:10px 0}.bb-template-v2 .bp-navs>ul>li a .bb-component-nav-item-point{border-bottom:2px solid transparent;padding-bottom:10px}.bb-template-v2 .bp-navs>ul>li.current a .bb-component-nav-item-point,.bb-template-v2 .bp-navs>ul>li.selected a .bb-component-nav-item-point{border-bottom:2px solid var(--bb-primary-color)}.bb-template-v2 .bp-navs>ul>li.current:hover .bb-component-nav-item-point,.bb-template-v2 .bp-navs>ul>li.selected:hover .bb-component-nav-item-point,.bb-template-v2 .bp-subnavs>ul>li.current:hover .bb-component-nav-item-point,.bb-template-v2 .bp-subnavs>ul>li.selected:hover .bb-component-nav-item-point{color:var(--bb-primary-color)}.bb-template-v2 .buddypanel{padding-left:10px;padding-right:10px}.bb-template-v2 ul.buddypanel-menu>li>a>i~span:not(.count){margin-left:-5px;vertical-align:middle}.bb-template-v2 .buddypanel #site-logo{padding-left:10px;padding-right:10px}.bb-template-v2 .buddypanel .bb-toggle-panel{padding-left:8px;padding-right:8px;min-width:48px;border-radius:6px}.bb-template-v2 .buddypanel .bb-toggle-panel:hover{background-color:var(--bb-sidenav-menu-background-color-hover)}.bb-template-v2 .side-panel-menu li{min-height:50px}.bb-template-v2 .side-panel-menu a{padding:13px 0;width:-webkit-calc(100% - 20px);width:calc(100% - 20px);border-radius:6px}.bb-template-v2 .side-panel-menu>li:not(.current-menu-item)>a:hover{background-color:var(--bb-sidenav-alt-background);color:var(--bb-sidenav-links)}.bb-template-v2 .side-panel-menu>li:not(.current-menu-item)>a:hover i{color:var(--bb-sidenav-links)}.bb-template-v2 .side-panel-menu .current-menu-parent.current-menu-item>a,.bb-template-v2 .side-panel-menu>.current-menu-item>a{background-color:var(--bb-sidenav-menu-background-color-active);color:var(--bb-sidenav-text-active)}.bb-template-v2 .side-panel-menu .current-menu-parent.current-menu-item>a span.count,.bb-template-v2 .side-panel-menu>.current-menu-item>a span.count{background-color:var(--bb-sidenav-count-background-color-active);color:var(--bb-sidenav-count-text-color-active)}.bb-template-v2 .side-panel-menu .current-menu-parent.current-menu-item>a>.bs-submenu-toggle,.bb-template-v2 .side-panel-menu>.current-menu-item>a>.bs-submenu-toggle{color:var(--bb-sidenav-text-active)}.bb-template-v2 .side-panel-menu .current-menu-parent.current-menu-item>a:hover,.bb-template-v2 .side-panel-menu>.current-menu-item>a:hover{background-color:var(--bb-sidenav-menu-background-color-active);color:var(--bb-sidenav-text-active)}.bb-template-v2 .side-panel-menu .current-menu-parent.current-menu-item>a:hover span.count,.bb-template-v2 .side-panel-menu>.current-menu-item>a:hover span.count{background-color:var(--bb-sidenav-count-background-color-active);color:var(--bb-sidenav-count-text-color-active)}.bb-template-v2 .side-panel-menu .current-menu-parent.current-menu-item>a:hover>.bs-submenu-toggle,.bb-template-v2 .side-panel-menu>.current-menu-item>a:hover>.bs-submenu-toggle{color:var(--bb-sidenav-text-active)}.bb-template-v2 .side-panel-menu .current-menu-parent.current-menu-item+.current-menu-item,.bb-template-v2 .side-panel-menu>.current-menu-item+.current-menu-item{margin-top:5px}.bb-template-v2 .side-panel-menu>.current-menu-item>a,.bb-template-v2 .side-panel-menu>.current-menu-item>i{color:var(--bb-sidenav-text-active)}.bb-template-v2 .side-panel-menu>.current-menu-item>a:hover i{color:var(--bb-sidenav-text-active)}.bb-template-v2 .side-panel-menu>.current-menu-item .sub-menu a{color:var(--bb-sidenav-text-regular);background-color:var(--bb-sidenav-menu-background-color-regular)}.bb-template-v2 .side-panel-menu>.current-menu-item .sub-menu .current-menu-item>a{background-color:var(--bb-sidenav-menu-background-color-active);color:var(--bb-sidenav-text-active)}.bb-template-v2 .side-panel-menu>.current-menu-item .sub-menu .current-menu-item>a span.count{background-color:var(--bb-sidenav-count-background-color-active);color:var(--bb-sidenav-count-text-color-active)}.bb-template-v2 .side-panel-menu>.current-menu-item .sub-menu .current-menu-item>a>.bs-submenu-toggle{color:var(--bb-sidenav-text-active)}.bb-template-v2 .side-panel-menu .sub-menu a{width:-webkit-calc(100% - 42px);width:calc(100% - 42px)}.bb-template-v2 .widget.widget_block ul.buddypanel-menu-block li a,.bb-template-v2 ul.buddypanel-menu-block li a{border-radius:6px;font-weight:400}.bb-template-v2 .widget.widget_block ul.buddypanel-menu-block li a>span,.bb-template-v2 ul.buddypanel-menu-block li a>span{font-weight:500}.bb-template-v2 .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 span.count{background-color:var(--bb-content-background-color);color:var(--bb-primary-color)}.bb-template-v2 .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.buddypanel-open ul.buddypanel-menu.has-section-menu:not(.mobile-menu)>li:not(.bb-menu-section){margin-left:12px}.bb-template-v2 .content-area ul.buddypanel-menu.has-section-menu:not(.mobile-menu){margin-top:5px}.bb-template-v2 .content-area .side-panel-inner.is_block ul.buddypanel-menu.has-section-menu li:not(.bb-menu-section)>a{width:-webkit-calc(100% - 12px);width:calc(100% - 12px)}.bb-template-v2 .content-area .side-panel-inner.is_block ul.buddypanel-menu.has-section-menu li:not(.bb-menu-section)>a .bs-submenu-toggle{right:22px}.bb-template-v2.buddypanel-open .buddypanel ul.buddypanel-menu.has-section-menu>li:not(.bb-menu-section)>a{width:-webkit-calc(100% - 45px);width:calc(100% - 45px)}.bb-template-v2 .side-panel-inner.is_block .buddypanel-menu-block li.bb-menu-section a{padding-left:20px}.bb-template-v2 .side-panel-inner.is_block .buddypanel-menu-block li.bb-menu-section~li:not(.bb-menu-section)>a{width:100%}.bb-template-v2 .buddypanel-menu>li>.bb-menu-item>i:not(.bb-icon-angle-down){font-size:24px;min-width:48px}body.bb-template-v2.bb-buddypanel:not(.buddypanel-open).bb-sfwd-aside .buddypanel{padding:0}body.bb-template-v2:not(.buddypanel-open) .buddypanel .buddypanel-site-icon{padding:15px 2px 25px}body.bb-template-v2:not(.buddypanel-open) .buddypanel.buddypanel--toggle-off .buddypanel-site-icon{padding-top:20px}.bb-template-v2.buddypanel-open .buddypanel .side-panel-inner li:not(.current-menu-item) a i:not(.bb-icon-angle-down){opacity:.5}.bb-template-v2.buddypanel-open .buddypanel .side-panel-inner li.current-menu-item>a>i:not(.bb-icon-angle-down){opacity:1}.bb-template-v2 ul.buddypanel-menu>li>a>img:first-child{margin:0 9px 0 14px}.bb-template-v2.buddypanel-open ul.buddypanel-menu.mobile-menu>li>a>img:first-child{margin-right:13px}.bb-template-v2 .bb-about-instructor .bb-instructor-heading,.bb-template-v2 .bb-about-instructor h4,.bb-template-v2 .bb-single-course-sidebar h4,.bb-template-v2 .learndash-wrapper .ld-section-heading h2{text-transform:none}.bb-template-v2 .learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading h2,.bb-template-v2 .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading h2{font-size:20px}.bb-template-v2 .bb-about-instructor .bb-instructor-heading,.bb-template-v2 .bb-about-instructor h4{font-size:20px}.bb-template-v2 .bb-single-course-sidebar h4{font-size:18px}.bb-template-v2 .bb-llms-content-wrap .comments-title,.bb-template-v2 .bb-llms-content-wrap .review_title,.bb-template-v2.single-course.llms-pointer .lifterlms_course_information h3,.bb-template-v2.single-course.llms-pointer .llms-instructor-info h3,.bb-template-v2.single-course.llms-pointer .llms-meta-info .llms-meta-title,.bb-template-v2.single-course.llms-pointer .llms-meta-info h3{text-transform:none}.bb-template-v2 .bb-llms-content-wrap .comments-title,.bb-template-v2 .bb-llms-content-wrap .review_title,.bb-template-v2.single-course.llms-pointer .llms-instructor-info h3,.bb-template-v2.single-course.llms-pointer .llms-meta-info .llms-meta-title,.bb-template-v2.single-course.llms-pointer .llms-meta-info h3{font-size:18px}.bb-template-v2.single-course.llms-pointer .lifterlms_course_information h3{font-size:16px}.bb-template-v2 .tutor-dropdown{padding:8px} \ No newline at end of file diff --git a/web/app/themes/buddyboss-theme/assets/css/theme.css b/web/app/themes/buddyboss-theme/assets/css/theme.css index 92046bd7..8acbe64a 100644 --- a/web/app/themes/buddyboss-theme/assets/css/theme.css +++ b/web/app/themes/buddyboss-theme/assets/css/theme.css @@ -1,4 +1,4 @@ -.group::after, .clearfix::after { +.group:after, .clearfix:after { content: " "; display: table; clear: both; @@ -11,18 +11,15 @@ h1, .h4, h5, .h5, h6, .h6, p, address, hr { - margin: 0 0 1.6875rem; + 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-. */ @@ -37,7 +34,6 @@ section { /* Grouping content ========================================================================== */ - /** * Add the correct display in IE 9-. * 1. Add the correct display in IE. @@ -45,27 +41,22 @@ section { 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; - /* 2 */ } @@ -129,7 +120,6 @@ sup { /* Embedded content ========================================================================== */ - /** * Add the correct display in IE 9-. */ @@ -155,7 +145,6 @@ svg:not(:root) { /* Forms ========================================================================== */ - /** * Remove the margin in Firefox and Safari. */ @@ -173,7 +162,6 @@ textarea { */ button, input { - /* 1 */ overflow: visible; } @@ -184,7 +172,6 @@ input { */ button, select { - /* 1 */ text-transform: none; } @@ -199,7 +186,6 @@ html [type="button"], [type="reset"], [type="submit"] { appearance: button; - /* 2 */ } @@ -232,22 +218,16 @@ button:-moz-focusring, */ legend { box-sizing: border-box; - /* 1 */ color: inherit; - /* 2 */ display: table; - /* 1 */ max-width: 100%; - /* 1 */ padding: 0; - /* 3 */ white-space: normal; - /* 1 */ } @@ -257,10 +237,8 @@ legend { */ progress { display: inline-block; - /* 1 */ vertical-align: baseline; - /* 2 */ } @@ -278,10 +256,8 @@ textarea { [type="checkbox"], [type="radio"] { box-sizing: border-box; - /* 1 */ padding: 0; - /* 2 */ } @@ -299,10 +275,8 @@ textarea { */ [type="search"] { appearance: textfield; - /* 1 */ outline-offset: -2px; - /* 2 */ } @@ -321,16 +295,13 @@ textarea { */ ::-webkit-file-upload-button { appearance: button; - /* 1 */ font: inherit; - /* 2 */ } /* Interactive ========================================================================== */ - /* * Add the correct display in IE 9-. * 1. Add the correct display in Edge, IE, and Firefox. @@ -349,7 +320,6 @@ summary { /* Scripting ========================================================================== */ - /** * Add the correct display in IE 9-. */ @@ -366,7 +336,6 @@ template { /* Hidden ========================================================================== */ - /** * Add the correct display in IE 10-. */ @@ -388,7 +357,6 @@ template { */ html { box-sizing: border-box; - /* [1] */ } @@ -398,10 +366,9 @@ html { * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ *, -*::before, -*::after { +*:before, +*:after { box-sizing: inherit; - /* [1] */ } @@ -411,31 +378,23 @@ html { */ 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: 0.9375rem; @@ -453,49 +412,38 @@ body.mce-content-body { */ img { border: 0; - /* [1] */ font-style: italic; - /* [2] */ height: auto; - /* [3] */ max-width: 100%; - /* [4] */ vertical-align: middle; - /* [5] */ } /* 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; - /* 2 */ } - 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; @@ -665,18 +613,16 @@ h6, ul, ol, dd { - margin: 0 0 1.6875rem 1.6875rem; + margin: 0rem 0rem 1.6875rem 1.6875rem; padding: 0; } /** * Paragraphs */ - /** * Not strictly a paragraph, but probably doesn't need its own section. */ - /** * CODE */ @@ -690,7 +636,6 @@ pre { font-size: 14px !important; border-radius: var(--bb-block-radius-inner); } - pre code.bash, pre > code { background: transparent; border: 0; @@ -698,11 +643,9 @@ pre code.bash, pre > code { margin: 0; padding: 0; } - pre code code.bash { font-size: inherit; } - pre pre { border: 0; padding: 0; @@ -711,7 +654,7 @@ pre pre { code { padding: 0.125rem 0.375rem; - margin: 0 0.1875rem; + margin: 0rem 0.1875rem; font-size: 80%; background-color: var(--bb-content-alternate-background-color); border: 1px solid var(--bb-content-border-color); @@ -727,10 +670,8 @@ kbd, pre, samp { font-family: "Courier New", courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; - /* [1] */ font-size: 1rem; - /* 2 */ } @@ -753,7 +694,6 @@ 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; } @@ -780,7 +720,6 @@ figure:not(.wp-block-image) { ul.unstyled { margin-left: 0; } - ul.unstyled, ul.unstyled ul { list-style: none; } @@ -802,11 +741,11 @@ ul.unstyled, ul.unstyled ul { } .strong { - font-weight: 700 !important; + font-weight: bold !important; } .normal { - font-weight: 400 !important; + font-weight: normal !important; } .muted { @@ -855,8 +794,8 @@ a.muted:hover { white-space: nowrap; } -[class^="bb-icon-"]::before, -[class*=" bb-icon-"]::before { +[class^="bb-icon-"]:before, +[class*=" bb-icon-"]:before { margin-left: 0; margin-right: 0; } @@ -878,13 +817,11 @@ a.muted:hover { .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; @@ -895,7 +832,6 @@ a.muted:hover { padding-left: 0; padding-right: 0; } - .page-template-page-fullwidth-content #content #primary { max-width: 100%; } @@ -929,7 +865,6 @@ a.muted:hover { min-width: 1px; list-style: none; } - .bb-grid > *:not(.no-gutter), .bb-grid-cell:not(.no-gutter) { padding-left: 10px; @@ -1016,7 +951,6 @@ a.muted:hover { /* Extra small screen / phone */ @media (max-width: 543px) { - .bb-grid { -ms-flex-flow: row wrap; flex-flow: row wrap; @@ -1030,10 +964,8 @@ a.muted:hover { max-width: 100%; } } - /* Small screen / phone */ @media (min-width: 544px) { - .sm-grid-1-1 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -1090,10 +1022,8 @@ a.muted:hover { max-width: 75%; } } - /* Medium screen / tablet */ @media (min-width: 800px) { - .md-grid-1-1 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -1155,10 +1085,8 @@ a.muted:hover { flex-flow: row-reverse; } } - /* Large screen / desktop */ @media (min-width: 992px) { - .lg-grid-1-1 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -1220,7 +1148,6 @@ a.muted:hover { flex-flow: row-reverse; } } - table { border-spacing: 0; max-width: 100%; @@ -1232,7 +1159,6 @@ table { border: 1px solid var(--bb-content-border-color); border-radius: var(--bb-block-radius-inner); } - table.notification-settings { border: none; } @@ -1297,7 +1223,6 @@ 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 { @@ -1316,7 +1241,6 @@ table.unstyled td, table.unstyled th { padding: 1px; -webkit-overflow-scrolling: touch; } - .table-responsive table { max-width: none; } @@ -1325,40 +1249,32 @@ table.unstyled td, table.unstyled th { 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); } @@ -1401,43 +1317,36 @@ select { /* stylelint-disable selector-pseudo-element-no-unknown */ /* stylelint-enable */ } - 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 { @@ -1480,21 +1389,18 @@ select:focus { 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), 0.1); border: 1px solid rgba(var(--bb-success-color-rgb), 0.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, @@ -1503,13 +1409,11 @@ select.disabled { background-color: var(--bb-content-alternate-background-color); opacity: 0.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 { @@ -1559,7 +1463,6 @@ input.search { background-image: url("../images/svg/search.svg"); background-position: left 10px center; padding-left: 2rem; - /* opacity: 0.6; */ } @@ -1576,25 +1479,21 @@ input[type="checkbox"] { } label { - /* display: block; */ color: var(--bb-headings-color); margin-bottom: 0.25rem; font-size: 17px; } - label.checkbox, label .desc, label .success, label .error { text-transform: none; - font-weight: 400; + font-weight: normal; } - label.checkbox { font-size: 18px; line-height: 27px; cursor: pointer; color: inherit; } - label.checkbox input { margin-top: 0; } @@ -1607,7 +1506,7 @@ label.checkbox input { .req { position: relative; top: 1px; - font-weight: 700; + font-weight: bold; color: var(--bb-danger-color); font-size: 110%; } @@ -1640,11 +1539,9 @@ form, .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; @@ -1662,21 +1559,18 @@ form, 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; @@ -1689,7 +1583,7 @@ form, -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; - font-weight: 400; + font-weight: normal; border: 1px solid var(--bb-content-border-color); background-color: #f8f8f8; padding: 0 0.875rem; @@ -1701,12 +1595,10 @@ form, .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); @@ -1715,12 +1607,10 @@ form, .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; @@ -1730,7 +1620,6 @@ form, position: absolute; opacity: 0; } - .bs-styled-checkbox + label { cursor: pointer; display: inline-block; @@ -1738,8 +1627,7 @@ form, padding: 0; line-height: 1; } - -.bs-styled-checkbox + label::before { +.bs-styled-checkbox + label:before { content: ""; margin-right: 10px; display: inline-block; @@ -1750,34 +1638,29 @@ form, border-radius: var(--bb-checkbox-radius); border: 1px solid var(--bb-content-border-color); } - -.bs-styled-checkbox:focus + label::before { +.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 { +.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 { +.bs-styled-checkbox:disabled + label:before { box-shadow: none; background: #ddd; } - -.bs-styled-checkbox:checked + label::after { +.bs-styled-checkbox:checked + label:after { content: "\e876"; position: absolute; left: 3px; top: 3px; font-family: bb-icons; - font-weight: 400; + font-weight: normal; color: #fff; font-size: 14px; display: block; @@ -1787,15 +1670,13 @@ form, 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 { +.bs-styled-radio + label:before, .bs-styled-radio + .bb-radio-label:before { content: ""; display: inline-block; vertical-align: middle; @@ -1810,18 +1691,15 @@ form, 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 { +.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 { +.bs-styled-radio:checked + label:after, .bs-styled-radio:checked + .bb-radio-label:after { content: ""; background-color: var(--bb-primary-color); margin: auto; @@ -1835,18 +1713,15 @@ form, } @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, @@ -1897,7 +1772,6 @@ input[type="submit"], -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - button:focus, .button:focus, input[type="button"]:focus, @@ -1916,7 +1790,6 @@ input[type="submit"]: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, @@ -1934,12 +1807,9 @@ input[type="submit"] 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; - /* top: 1px; */ - /* margin: 0 2px; */ } - button:hover, button:focus, .button:hover, .button:focus, @@ -1977,7 +1847,6 @@ input[type="submit"]:focus, 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, @@ -2030,7 +1899,6 @@ input[type="submit"]:active, color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - button.disabled, .button.disabled, input[type="button"].disabled, @@ -2053,7 +1921,6 @@ input[type="submit"].disabled, background-color: #f5f5f5; opacity: 1; } - button.small, .button.small, input[type="button"].small, @@ -2077,7 +1944,6 @@ input[type="submit"].small, padding: 0 20px; border-radius: var(--bb-button-radius); } - button.big, .button.big, input[type="button"].big, @@ -2100,7 +1966,6 @@ input[type="submit"].big, padding: 0 40px; border-radius: var(--bb-button-radius); } - button.large, .button.large, input[type="button"].large, @@ -2123,7 +1988,6 @@ input[type="submit"].large, padding: 0 30px; border-radius: var(--bb-button-radius); } - button.full, .button.full, input[type="button"].full, @@ -2142,7 +2006,6 @@ input[type="submit"].full, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.full { width: 100%; } - button.secondary, .button.secondary, input[type="button"].secondary, @@ -2159,12 +2022,12 @@ input[type="submit"].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, @@ -2184,7 +2047,6 @@ input[type="submit"].secondary:hover, color: #1e2132; background-color: rgba(255, 255, 255, 0.05); } - button.secondary:active, .button.secondary:active, input[type="button"].secondary:active, @@ -2204,7 +2066,6 @@ input[type="submit"].secondary:active, color: #1e2132; background-color: rgba(255, 255, 255, 0.09); } - button.secondary:disabled, button.secondary.disabled, .button.secondary:disabled, .button.secondary.disabled, @@ -2239,7 +2100,6 @@ input[type="submit"].secondary.disabled, color: #c8cbcf; background-color: #f5f5f5; } - button.secondary.outline, .button.secondary.outline, input[type="button"].secondary.outline, @@ -2260,7 +2120,6 @@ input[type="submit"].secondary.outline, color: #fff; border-color: #fff; } - button.secondary.outline:hover, .button.secondary.outline:hover, input[type="button"].secondary.outline:hover, @@ -2280,7 +2139,6 @@ input[type="submit"].secondary.outline:hover, color: rgba(255, 255, 255, 0.05); border-color: rgba(255, 255, 255, 0.05); } - button.secondary.outline:active, .button.secondary.outline:active, input[type="button"].secondary.outline:active, @@ -2300,7 +2158,6 @@ input[type="submit"].secondary.outline:active, color: rgba(255, 255, 255, 0.12); border-color: rgba(255, 255, 255, 0.12); } - button.secondary.outline:disabled, button.secondary.outline.disabled, .button.secondary.outline:disabled, .button.secondary.outline.disabled, @@ -2337,7 +2194,6 @@ input[type="submit"].secondary.outline.disabled, border-color: #dedfe2; opacity: 1; } - button.secondary:focus, .button.secondary:focus, input[type="button"].secondary:focus, @@ -2356,7 +2212,6 @@ input[type="submit"].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, @@ -2377,7 +2232,6 @@ input[type="submit"].secondary: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, @@ -2397,7 +2251,6 @@ input[type="submit"].success, color: #fff; background-color: var(--bb-success-color); } - button.success:hover, .button.success:hover, input[type="button"].success:hover, @@ -2417,7 +2270,6 @@ input[type="submit"].success:hover, color: #fff; background-color: rgba(var(--bb-success-color), 0.05); } - button.success:active, .button.success:active, input[type="button"].success:active, @@ -2437,7 +2289,6 @@ input[type="submit"].success:active, color: #fff; background-color: rgba(var(--bb-success-color), 0.09); } - button.success:disabled, button.success.disabled, .button.success:disabled, .button.success.disabled, @@ -2472,7 +2323,6 @@ input[type="submit"].success.disabled, color: #c8cbcf; background-color: #f5f5f5; } - button.success.outline, .button.success.outline, input[type="button"].success.outline, @@ -2493,7 +2343,6 @@ input[type="submit"].success.outline, 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, @@ -2513,7 +2362,6 @@ input[type="submit"].success.outline:hover, color: rgba(var(--bb-success-color), 0.05); border-color: rgba(var(--bb-success-color), 0.05); } - button.success.outline:active, .button.success.outline:active, input[type="button"].success.outline:active, @@ -2533,7 +2381,6 @@ input[type="submit"].success.outline:active, color: rgba(var(--bb-success-color), 0.12); border-color: rgba(var(--bb-success-color), 0.12); } - button.success.outline:disabled, button.success.outline.disabled, .button.success.outline:disabled, .button.success.outline.disabled, @@ -2570,7 +2417,6 @@ input[type="submit"].success.outline.disabled, border-color: #dedfe2; opacity: 1; } - button.error, .button.error, input[type="button"].error, @@ -2590,7 +2436,6 @@ input[type="submit"].error, color: #fff; background-color: var(--bb-danger-color); } - button.error:hover, .button.error:hover, input[type="button"].error:hover, @@ -2610,7 +2455,6 @@ input[type="submit"].error:hover, color: #fff; background-color: rgba(var(--bb-danger-color), 0.05); } - button.error:active, .button.error:active, input[type="button"].error:active, @@ -2630,7 +2474,6 @@ input[type="submit"].error:active, color: #fff; background-color: rgba(var(--bb-danger-color), 0.09); } - button.error:disabled, button.error.disabled, .button.error:disabled, .button.error.disabled, @@ -2665,7 +2508,6 @@ input[type="submit"].error.disabled, color: #c8cbcf; background-color: #f5f5f5; } - button.error.outline, .button.error.outline, input[type="button"].error.outline, @@ -2686,7 +2528,6 @@ input[type="submit"].error.outline, 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, @@ -2706,7 +2547,6 @@ input[type="submit"].error.outline:hover, color: rgba(var(--bb-danger-color), 0.05); border-color: rgba(var(--bb-danger-color), 0.05); } - button.error.outline:active, .button.error.outline:active, input[type="button"].error.outline:active, @@ -2726,7 +2566,6 @@ input[type="submit"].error.outline:active, color: rgba(var(--bb-danger-color), 0.12); border-color: rgba(var(--bb-danger-color), 0.12); } - button.error.outline:disabled, button.error.outline.disabled, .button.error.outline:disabled, .button.error.outline.disabled, @@ -2763,7 +2602,6 @@ input[type="submit"].error.outline.disabled, border-color: #dedfe2; opacity: 1; } - button.error:hover, button.error.outline:hover, .button.error:hover, .button.error.outline:hover, @@ -2799,7 +2637,6 @@ input[type="submit"].error.outline:hover, border-color: var(--bb-danger-color); color: var(--bb-danger-color); } - button.inverted, .button.inverted, input[type="button"].inverted, @@ -2819,7 +2656,6 @@ input[type="submit"].inverted, color: #000; background-color: #fff; } - button.inverted:hover, .button.inverted:hover, input[type="button"].inverted:hover, @@ -2839,7 +2675,6 @@ input[type="submit"].inverted:hover, color: #000; background-color: rgba(255, 255, 255, 0.05); } - button.inverted:active, .button.inverted:active, input[type="button"].inverted:active, @@ -2859,7 +2694,6 @@ input[type="submit"].inverted:active, color: #000; background-color: rgba(255, 255, 255, 0.09); } - button.inverted:disabled, button.inverted.disabled, .button.inverted:disabled, .button.inverted.disabled, @@ -2894,7 +2728,6 @@ input[type="submit"].inverted.disabled, color: #c8cbcf; background-color: #f5f5f5; } - button.inverted.outline, .button.inverted.outline, input[type="button"].inverted.outline, @@ -2915,7 +2748,6 @@ input[type="submit"].inverted.outline, color: #fff; border-color: #fff; } - button.inverted.outline:hover, .button.inverted.outline:hover, input[type="button"].inverted.outline:hover, @@ -2935,7 +2767,6 @@ input[type="submit"].inverted.outline:hover, color: rgba(255, 255, 255, 0.05); border-color: rgba(255, 255, 255, 0.05); } - button.inverted.outline:active, .button.inverted.outline:active, input[type="button"].inverted.outline:active, @@ -2955,7 +2786,6 @@ input[type="submit"].inverted.outline:active, color: rgba(255, 255, 255, 0.12); border-color: rgba(255, 255, 255, 0.12); } - button.inverted.outline:disabled, button.inverted.outline.disabled, .button.inverted.outline:disabled, .button.inverted.outline.disabled, @@ -2992,7 +2822,6 @@ input[type="submit"].inverted.outline.disabled, border-color: #dedfe2; opacity: 1; } - button.inverted:hover, .button.inverted:hover, input[type="button"].inverted:hover, @@ -3011,7 +2840,6 @@ input[type="submit"].inverted:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted:hover { opacity: 0.7; } - button.round, .button.round, input[type="button"].round, @@ -3030,7 +2858,6 @@ input[type="submit"].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, @@ -3049,7 +2876,6 @@ input[type="submit"].raised, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.raised { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); } - button.outline, .button.outline, input[type="button"].outline, @@ -3073,7 +2899,6 @@ input[type="submit"].outline, border: 1px solid var(--bb-secondary-button-border-regular); box-shadow: none; } - button.outline:focus, .button.outline:focus, input[type="button"].outline:focus, @@ -3092,7 +2917,6 @@ input[type="submit"].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, @@ -3143,7 +2967,6 @@ input[type="submit"].outline:active, 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, @@ -3177,7 +3000,6 @@ input[type="submit"].outline.disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.outline.disabled { opacity: 0.5; } - button.upper, .button.upper, input[type="button"].upper, @@ -3198,7 +3020,6 @@ input[type="submit"].upper, letter-spacing: 0.04em; font-size: 14px; } - button.upper.small, .button.upper.small, input[type="button"].upper.small, @@ -3217,7 +3038,6 @@ input[type="submit"].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, @@ -3236,7 +3056,6 @@ input[type="submit"].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, @@ -3262,12 +3081,10 @@ input[type="submit"].upper.large, 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, @@ -3287,7 +3104,6 @@ input[type="submit"] { font-size: 16px; margin-bottom: 27px; } - .breadcrumbs ul { display: -webkit-box; display: -ms-flexbox; @@ -3296,34 +3112,28 @@ input[type="submit"] { -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: 0 0.625rem; + padding: 0rem 0.625rem; display: inline-block; white-space: nowrap; } - -.breadcrumbs li::after { +.breadcrumbs li:after { display: inline-block; content: "/"; color: rgba(0, 0, 0, 0.3); } - -.breadcrumbs li:last-child::after { +.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; @@ -3334,20 +3144,17 @@ input[type="submit"] { 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; @@ -3356,23 +3163,19 @@ input[type="submit"] { 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, 0.5); border-color: #e0e1e1; } - .pagination span, .pagination li.active a { color: rgba(0, 0, 0, 0.5); border-color: #e0e1e1; cursor: text; } - .pagination.upper { font-size: 14px; } @@ -3383,7 +3186,6 @@ input[type="submit"] { background: transparent; border-radius: 0; } - .bbp-pagination-links span.current { background-color: var(--bb-primary-color); color: var(--bb-body-background-color); @@ -3430,7 +3232,6 @@ input[type="submit"] { .page-links .page-numbers, .page-links .post-page-numbers { display: inline-block; - width: 28px; height: 28px; line-height: 28px; text-align: center; @@ -3438,7 +3239,51 @@ input[type="submit"] { 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-lms-pagination .page-numbers:not(.next, .prev), +.bb-lms-pagination .post-page-numbers:not(.next, .prev), +.bp-pagination-links .page-numbers:not(.next, .prev), +.bp-pagination-links .post-page-numbers:not(.next, .prev), +.bbp-pagination-links .page-numbers:not(.next, .prev), +.bbp-pagination-links .post-page-numbers:not(.next, .prev), +.woocommerce-pagination .page-numbers:not(.next, .prev), +.woocommerce-pagination .post-page-numbers:not(.next, .prev), +.llms-pagination .page-numbers:not(.next, .prev), +.llms-pagination .post-page-numbers:not(.next, .prev), +.page-links .page-numbers:not(.next, .prev), +.page-links .post-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-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, +.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, +.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, +.woocommerce-pagination .page-numbers.next, +.woocommerce-pagination .page-numbers.prev, +.woocommerce-pagination .post-page-numbers.next, +.woocommerce-pagination .post-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, +.page-links .page-numbers.next, +.page-links .page-numbers.prev, +.page-links .post-page-numbers.next, +.page-links .post-page-numbers.prev { + width: 28px; +} .bb-bp-invites-content .table-responsive a.page-numbers:not(.prev, .next), .bb-bp-invites-content .table-responsive a.post-page-numbers, .bb-lms-pagination a.page-numbers:not(.prev, .next), @@ -3456,7 +3301,6 @@ input[type="submit"] { 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.post-page-numbers:hover, .bb-lms-pagination a.page-numbers:not(.prev, .next):hover, @@ -3473,7 +3317,6 @@ input[type="submit"] { .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, @@ -3483,7 +3326,6 @@ input[type="submit"] { .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, @@ -3493,7 +3335,6 @@ input[type="submit"] { .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, @@ -3522,7 +3363,6 @@ input[type="submit"] { 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, @@ -3539,25 +3379,24 @@ input[type="submit"] { .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, -.page-links a.prev::before, -.page-links a.next::before { +.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, +.page-links a.prev:before, +.page-links a.next:before { font-family: bb-icons; speak: none; font-style: normal; - font-weight: 400; + font-weight: normal; font-variant: normal; text-transform: none; list-style: none; @@ -3565,27 +3404,24 @@ input[type="submit"] { 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, -.page-links a.prev::before { +.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, +.page-links a.prev:before { content: "\e8ab"; } - -.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, -.page-links a.next::before { +.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, +.page-links a.next:before { content: "\e827"; } - .bb-bp-invites-content .table-responsive span.page-numbers:not(.dots), .bb-bp-invites-content .table-responsive span.post-page-numbers, .bb-lms-pagination span.page-numbers:not(.dots), @@ -3603,7 +3439,6 @@ input[type="submit"] { color: var(--bb-body-background-color); background-color: var(--bb-primary-color); } - .bb-bp-invites-content .table-responsive span.page-numbers.disabled, .bb-lms-pagination span.page-numbers.disabled, .bp-pagination-links span.page-numbers.disabled, @@ -3635,13 +3470,11 @@ body.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, @@ -3650,7 +3483,6 @@ body.woocommerce nav.woocommerce-pagination ul li a:hover, body.woocommerce nav. 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, @@ -3661,7 +3493,6 @@ body.woocommerce nav.woocommerce-pagination ul li a.prev, 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, @@ -3670,7 +3501,6 @@ body.woocommerce nav.woocommerce-pagination ul li a.prev: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 { @@ -3708,7 +3538,6 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } @media (max-width: 544px) { - .push-left-sm { margin-left: 0; } @@ -3722,7 +3551,6 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, margin-top: 0; } } - .align-middle { -webkit-box-align: center; -ms-flex-align: center; @@ -3742,14 +3570,12 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } @media (max-width: 544px) { - .align-left-sm { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } } - .fixed { position: fixed; top: 0; @@ -3792,7 +3618,6 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } @media (max-width: 544px) { - .flex-column-sm { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -3807,7 +3632,6 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @media (max-width: 544px) and (max-width: 544px) { - .flex-w100-sm { -webkit-box-flex: 0 !important; -ms-flex: 0 0 100% !important; @@ -3832,19 +3656,16 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } @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; } @@ -3853,7 +3674,6 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, display: block !important; } } - .no-scroll { overflow: hidden; position: fixed; @@ -3877,7 +3697,6 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, position: relative; margin-bottom: 18px; } - .video-container iframe:not(.wp-embedded-content), .video-container object, .video-container embed { position: absolute; top: 0; @@ -3896,19 +3715,15 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, font-size: 0.75rem; opacity: 0.6; } - .close:hover { opacity: 1; } - .close.small { font-size: 0.5rem; } - .close.big { font-size: 1.125rem; } - .close.white { color: #fff; } @@ -3930,13 +3745,11 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, bottom: 0; background-color: rgba(255, 255, 255, 0.95); } - .overlay > .close { position: fixed; top: 1rem; right: 1rem; } - .overlay.black { background-color: rgba(0, 0, 0, 0.9); } @@ -3949,29 +3762,24 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, 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; @@ -4020,7 +3828,6 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, margin: 0.5cm; } } - /* Animation example, for spinners */ @@ -4045,58 +3852,47 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } @-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: 0.9; } } @keyframes loading { - 0% { opacity: 1; } - 100% { opacity: 0.9; } } @-webkit-keyframes slide-up { - to { height: 0; padding-top: 0; @@ -4104,7 +3900,6 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @keyframes slide-up { - to { height: 0; padding-top: 0; @@ -4112,7 +3907,6 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @-webkit-keyframes slide-down { - from { height: 0; padding-top: 0; @@ -4120,7 +3914,6 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @keyframes slide-down { - from { height: 0; padding-top: 0; @@ -4128,53 +3921,43 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @-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); @@ -4182,13 +3965,11 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @keyframes flip-in { - from { opacity: 0; -webkit-transform: scaleY(0); transform: scaleY(0); } - to { opacity: 1; -webkit-transform: scaleY(1); @@ -4196,13 +3977,11 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @-webkit-keyframes flip-out { - from { opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1); } - to { opacity: 0; -webkit-transform: scaleY(0); @@ -4210,13 +3989,11 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @keyframes flip-out { - from { opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1); } - to { opacity: 0; -webkit-transform: scaleY(0); @@ -4224,146 +4001,122 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @-webkit-keyframes zoom-in { - 0% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } - 50% { opacity: 1; } } @keyframes zoom-in { - 0% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } - 50% { opacity: 1; } } @-webkit-keyframes zoom-out { - 0% { opacity: 1; } - 50% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } - 100% { opacity: 0; } } @keyframes zoom-out { - 0% { opacity: 1; } - 50% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.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); @@ -4371,12 +4124,10 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @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); @@ -4384,12 +4135,10 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @-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); @@ -4397,12 +4146,10 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @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); @@ -4410,12 +4157,10 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @-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); @@ -4423,12 +4168,10 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @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); @@ -4436,128 +4179,105 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, } } @-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(0.5rem); transform: translateX(0.5rem); } - 30% { -webkit-transform: translateX(-0.4rem); transform: translateX(-0.4rem); } - 45% { -webkit-transform: translateX(0.3rem); transform: translateX(0.3rem); } - 60% { -webkit-transform: translateX(-0.2rem); transform: translateX(-0.2rem); } - 75% { -webkit-transform: translateX(0.1rem); transform: translateX(0.1rem); } - 90% { -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes shake { - 15% { -webkit-transform: translateX(0.5rem); transform: translateX(0.5rem); } - 30% { -webkit-transform: translateX(-0.4rem); transform: translateX(-0.4rem); } - 45% { -webkit-transform: translateX(0.3rem); transform: translateX(0.3rem); } - 60% { -webkit-transform: translateX(-0.2rem); transform: translateX(-0.2rem); } - 75% { -webkit-transform: translateX(0.1rem); transform: translateX(0.1rem); } - 90% { -webkit-transform: translateX(0); transform: translateX(0); } } - .fadeIn { -webkit-animation: fade-in 250ms; animation: fade-in 250ms; @@ -4661,7 +4381,6 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, padding: 0; overflow: hidden; } - .dropdown:not(.v-select).dropdown-mobile { position: fixed; top: 0; @@ -4672,35 +4391,28 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, 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, 0.07); } - .dropdown:not(.v-select) ul li:last-child { border-bottom: none; } - .dropdown:not(.v-select) ul a { display: block; padding: 0.75rem; text-decoration: none; color: #000; } - .dropdown:not(.v-select) ul a:hover { background: rgba(0, 0, 0, 0.05); } @@ -4716,15 +4428,12 @@ body.woocommerce nav.woocommerce-pagination ul li span.current, 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; @@ -4767,8 +4476,7 @@ button[data-balloon] { position: relative; cursor: pointer; } - -[data-balloon]::after { +[data-balloon]:after { opacity: 0; pointer-events: none; -webkit-transition: all 0.18s ease-out 0.18s; @@ -4787,8 +4495,7 @@ button[data-balloon] { white-space: nowrap; z-index: 10; } - -[data-balloon]::before { +[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; @@ -4801,26 +4508,21 @@ button[data-balloon] { 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 { +[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 { +[data-balloon].font-awesome:after { font-family: FontAwesome; } - -[data-balloon][data-balloon-break]::after { +[data-balloon][data-balloon-break]:after { white-space: pre; } - -[data-balloon][data-balloon-blunt]::before, [data-balloon][data-balloon-blunt]::after { +[data-balloon][data-balloon-blunt]:before, [data-balloon][data-balloon-blunt]:after { -webkit-transition: none; transition: none; } - -[data-balloon][data-balloon-pos="up"]::after { +[data-balloon][data-balloon-pos="up"]:after { bottom: 100%; left: 50%; margin-bottom: 11px; @@ -4831,8 +4533,7 @@ button[data-balloon] { -ms-transform-origin: top; transform-origin: top; } - -[data-balloon][data-balloon-pos="up"]::before { +[data-balloon][data-balloon-pos="up"]:before { bottom: 100%; left: 50%; margin-bottom: 5px; @@ -4843,20 +4544,17 @@ button[data-balloon] { -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 { +[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 { +[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 { +[data-balloon][data-balloon-pos="up-left"]:after { bottom: 100%; left: 0; margin-bottom: 11px; @@ -4867,8 +4565,7 @@ button[data-balloon] { -ms-transform-origin: top; transform-origin: top; } - -[data-balloon][data-balloon-pos="up-left"]::before { +[data-balloon][data-balloon-pos="up-left"]:before { bottom: 100%; left: 5px; margin-bottom: 5px; @@ -4879,20 +4576,17 @@ button[data-balloon] { -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 { +[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 { +[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 { +[data-balloon][data-balloon-pos="up-right"]:after { bottom: 100%; right: 0; margin-bottom: 11px; @@ -4903,8 +4597,7 @@ button[data-balloon] { -ms-transform-origin: top; transform-origin: top; } - -[data-balloon][data-balloon-pos="up-right"]::before { +[data-balloon][data-balloon-pos="up-right"]:before { bottom: 100%; right: 5px; margin-bottom: 5px; @@ -4915,20 +4608,17 @@ button[data-balloon] { -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 { +[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 { +[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 { +[data-balloon][data-balloon-pos="down"]:after { left: 50%; margin-top: 11px; top: 100%; @@ -4936,8 +4626,7 @@ button[data-balloon] { -ms-transform: translate(-50%, -10px); transform: translate(-50%, -10px); } - -[data-balloon][data-balloon-pos="down"]::before { +[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; @@ -4949,20 +4638,17 @@ button[data-balloon] { -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 { +[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 { +[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 { +[data-balloon][data-balloon-pos="down-left"]:after { left: 0; margin-top: 11px; top: 100%; @@ -4970,8 +4656,7 @@ button[data-balloon] { -ms-transform: translate(0, -10px); transform: translate(0, -10px); } - -[data-balloon][data-balloon-pos="down-left"]::before { +[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; @@ -4983,20 +4668,17 @@ button[data-balloon] { -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 { +[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 { +[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 { +[data-balloon][data-balloon-pos="down-right"]:after { right: 0; margin-top: 11px; top: 100%; @@ -5004,8 +4686,7 @@ button[data-balloon] { -ms-transform: translate(0, -10px); transform: translate(0, -10px); } - -[data-balloon][data-balloon-pos="down-right"]::before { +[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; @@ -5017,20 +4698,17 @@ button[data-balloon] { -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 { +[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 { +[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 { +[data-balloon][data-balloon-pos="left"]:after { margin-right: 11px; right: 100%; top: 50%; @@ -5038,8 +4716,7 @@ button[data-balloon] { -ms-transform: translate(10px, -50%); transform: translate(10px, -50%); } - -[data-balloon][data-balloon-pos="left"]::before { +[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; @@ -5051,20 +4728,17 @@ button[data-balloon] { -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 { +[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 { +[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 { +[data-balloon][data-balloon-pos="right"]:after { left: 100%; margin-left: 11px; top: 50%; @@ -5072,8 +4746,7 @@ button[data-balloon] { -ms-transform: translate(-10px, -50%); transform: translate(-10px, -50%); } - -[data-balloon][data-balloon-pos="right"]::before { +[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; @@ -5085,57 +4758,48 @@ button[data-balloon] { -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 { +[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 { +[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 { +[data-balloon][data-balloon-length="small"]:after { white-space: normal; width: 80px; } - -[data-balloon][data-balloon-length="medium"]::after { +[data-balloon][data-balloon-length="medium"]:after { white-space: normal; width: 150px; } - -[data-balloon][data-balloon-length="large"]::after { +[data-balloon][data-balloon-length="large"]:after { white-space: normal; width: 260px; } - -[data-balloon][data-balloon-length="xlarge"]::after { +[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 { + [data-balloon][data-balloon-length="xlarge"]:after { white-space: normal; width: 90vw; } } - -[data-balloon][data-balloon-length="fit"]::after { +[data-balloon][data-balloon-length="fit"]:after { white-space: normal; width: 100%; } -[data-bp-tooltip]::after { +[data-bp-tooltip]:after { background: rgba(var(--bb-tooltip-background-rgb), 0.95); color: var(--bb-tooltip-color); } - -[data-bp-tooltip]::before { +[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; @@ -5150,7 +4814,6 @@ button[data-balloon] { 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); @@ -5165,7 +4828,6 @@ button[data-balloon] { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .bs-item-list.list-view .bs-item-wrap:not(.no-hover-effect, .header-total-reply-count):hover { box-shadow: 0 3px 24px 0 rgba(18, 43, 70, 0.08); border-left-color: #fff; @@ -5174,52 +4836,42 @@ button[data-balloon] { position: relative; z-index: 1; } - .bs-item-list.list-view.notification-list .bs-item-wrap:not(.no-hover-effect, .header-total-reply-count):hover { border-left-color: transparent; border-right-color: transparent; } - .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: -0.24px; line-height: 1; } - .bs-item-list.list-view .bs-dropdown { right: -15px; } - -.bs-item-list.list-view .bb-icon-map-pin-small::before { +.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; @@ -5230,12 +4882,10 @@ button[data-balloon] { -webkit-transition: all linear 0.2s; transition: all linear 0.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; } @@ -5245,34 +4895,15 @@ button[data-balloon] { border-bottom-left-radius: var(--bb-block-radius); } -#bbpress-forums .bs-item-list.list-view:not(.bbp-lead-topic) > li:first-child { - border-top-left-radius: var(--bb-block-radius); - border-top-right-radius: var(--bb-block-radius); -} - -#bbpress-forums .bs-item-list.list-view:not(.bbp-lead-topic) > li:first-child > div.bs-reply-list-item, #bbpress-forums .bs-item-list.list-view:not(.bbp-lead-topic) > li:first-child > .bs-item-wrap { - border-top-left-radius: var(--bb-block-radius); - border-top-right-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:not(.bbp-lead-topic) > li:last-child:first-child { - border-radius: var(--bb-block-radius); -} - -#bbpress-forums .bs-item-list.list-view:not(.bbp-lead-topic) > li:last-child:first-child > div.bs-reply-list-item, #bbpress-forums .bs-item-list.list-view:not(.bbp-lead-topic) > li:last-child:first-child > .bs-item-wrap { - border-radius: var(--bb-block-radius); -} - .bs-item-list.notification-list .bs-item-wrap:not(.no-hover-effect):hover { border-left-color: transparent; border-right-color: transparent; @@ -5293,7 +4924,6 @@ button[data-balloon] { .bs-dropdown-wrap { position: relative; } - .bs-dropdown-wrap.hover-open:hover .bs-dropdown { opacity: 1; visibility: visible; @@ -5316,13 +4946,11 @@ button[data-balloon] { visibility: hidden; z-index: 95; } - .bs-dropdown.open { opacity: 1; visibility: visible; } - -.bs-dropdown::after { +.bs-dropdown:after { content: " "; position: absolute; width: 0; @@ -5344,7 +4972,6 @@ button[data-balloon] { transition: all linear 0.2s; z-index: 96; } - .bs-dropdown li { font-size: 13px; font-weight: inherit; @@ -5358,14 +4985,12 @@ button[data-balloon] { } /* 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; @@ -5374,7 +4999,6 @@ button[data-balloon] { 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); } @@ -5397,7 +5021,6 @@ button[data-balloon] { margin: 10px auto; box-shadow: 0 3px 24px 0 rgba(18, 43, 70, 0.28); } - .bb-modal .mfp-close, .bb-modal .mfp-close:hover { background-color: transparent; @@ -5408,7 +5031,6 @@ button.mfp-close { background-color: transparent; color: var(--bb-headings-color); } - button.mfp-close:hover { background-color: transparent; color: var(--bb-headings-color); @@ -5419,12 +5041,10 @@ button.mfp-close:hover { } @media (max-width: 992px) { - .bb-modal { padding: 40px 20px; } } - .bb-cover-wrap { border-radius: 3px; position: relative; @@ -5433,8 +5053,7 @@ button.mfp-close:hover { display: block; background: var(--bb-cover-image-background-color); } - -.bb-cover-wrap::after { +.bb-cover-wrap:after { content: ""; position: absolute; background: rgba(0, 0, 0, 0.1); @@ -5446,11 +5065,9 @@ button.mfp-close:hover { left: 0; top: 0; } - -.bb-cover-wrap.bs-no-cover-img::after { +.bb-cover-wrap.bs-no-cover-img:after { opacity: 0.3; } - .bb-cover-wrap img { position: absolute; top: 0; @@ -5470,7 +5087,6 @@ button.mfp-close:hover { padding: 0; margin: 0; } - .my-account.events.profile .item-body-inner .statusnotice .em-warning p { padding: 0; margin: 0 0 1.6875rem !important; @@ -5485,8 +5101,7 @@ button.mfp-close:hover { padding-left: 15px; padding-right: 15px; } - -#pass-strength-result::before { +#pass-strength-result:before { font-family: bb-icons; display: inline-block; speak: none; @@ -5500,60 +5115,56 @@ button.mfp-close:hover { position: relative; top: 1px; } - #pass-strength-result.short { background-color: rgba(var(--bb-danger-color-rgb), 0.1); color: var(--bb-danger-color); border-color: rgba(0, 0, 0, 0.05); } - -#pass-strength-result.short::before { +#pass-strength-result.short:before { content: "\ee65"; font-weight: 200; } - #pass-strength-result.error, #pass-strength-result.bad { background-color: rgba(var(--bb-warning-color-rgb), 0.1); color: var(--bb-warning-color); border-color: rgba(0, 0, 0, 0.05); } - -#pass-strength-result.error::before, #pass-strength-result.bad::before { +#pass-strength-result.error:before, #pass-strength-result.bad:before { content: "\ee66"; font-weight: 300; } - #pass-strength-result.good { background-color: rgba(var(--bb-default-notice-color-rgb), 0.1); color: var(--bb-default-notice-color); border-color: rgba(0, 0, 0, 0.05); } - -#pass-strength-result.good::before { +#pass-strength-result.good:before { content: "\eebc"; font-weight: 200; } - #pass-strength-result.strong { background-color: rgba(var(--bb-success-color-rgb), 0.1); color: var(--bb-success-color); border-color: rgba(0, 0, 0, 0.05); font-weight: 400 !important; } - -#pass-strength-result.strong::before { +#pass-strength-result.strong:before { content: "\e876"; font-weight: 200; } /* bp-navs */ -.bp-navs::after, -.bp-navs ul::after { +.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); @@ -5572,7 +5183,6 @@ button.mfp-close:hover { text-align: center; vertical-align: middle; } - .bp-navs ul li .count:empty, .buddypress-wrap .bp-navs li.dynamic a .count:empty { display: none; @@ -5610,7 +5220,6 @@ button.mfp-close:hover { border-bottom: 1px solid transparent; margin-bottom: -1px; } - .bp-navs ul li a:hover { color: var(--bb-primary-color); } @@ -5619,7 +5228,6 @@ button.mfp-close:hover { 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); } @@ -5646,24 +5254,20 @@ img.emojioneemoji { .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 { +.activity-update-form ~ .mpp-media-upload-container a.mpp-upload-container-close:before { content: "\e828"; 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, 0.5); @@ -5671,19 +5275,15 @@ img.emojioneemoji { 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; } @@ -5693,19 +5293,16 @@ img.emojioneemoji { 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 { +.bb-radio-style input[type="radio"] + span:before { content: ""; display: inline-block; cursor: pointer; @@ -5717,12 +5314,10 @@ img.emojioneemoji { border: 2px solid var(--bb-content-border-color); border-radius: 100%; } - -.bb-radio-style input[type="radio"]:checked + span::before { +.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 { +.bb-radio-style input[type="radio"]:checked + span:after { content: ""; background-color: var(--bb-primary-color); margin: auto; @@ -5758,11 +5353,10 @@ ul.medium-editor-toolbar-actions .medium-editor-action b:hover::before { 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 { +.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; @@ -5773,9 +5367,8 @@ ul.medium-editor-toolbar-actions .medium-editor-action b:hover::before { border-radius: 4px; margin-right: 10px; } - -.bb-checkbox .bb-checkbox-help::after, -.bb-radio .bb-checkbox-help::after { +.bb-checkbox .bb-checkbox-help:after, +.bb-radio .bb-checkbox-help:after { position: absolute; top: 0; left: 0; @@ -5785,7 +5378,7 @@ ul.medium-editor-toolbar-actions .medium-editor-action b:hover::before { height: 22px; font-family: bb-icons; font-style: normal; - font-weight: 400; + font-weight: normal; font-size: 22px; line-height: 22px; background-color: var(--bb-primary-color); @@ -5793,15 +5386,13 @@ ul.medium-editor-toolbar-actions .medium-editor-action b:hover::before { 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 { +.bb-checkbox input[type="checkbox"]:checked + .bb-checkbox-help:after, +.bb-radio input[type="checkbox"]:checked + .bb-checkbox-help:after { opacity: 1; } @@ -5812,11 +5403,10 @@ ul.medium-editor-toolbar-actions .medium-editor-action b:hover::before { } /* Radio */ -.bb-radio .bb-radio-help::before { +.bb-radio .bb-radio-help:before { border-radius: 50%; } - -.bb-radio .bb-radio-help::after { +.bb-radio .bb-radio-help:after { content: ""; position: absolute; top: 4px; @@ -5828,8 +5418,7 @@ ul.medium-editor-toolbar-actions .medium-editor-action b:hover::before { border-radius: 50%; opacity: 0; } - -.bb-radio input[type="radio"]:checked + .bb-radio-help::after { +.bb-radio input[type="radio"]:checked + .bb-radio-help:after { opacity: 1; } @@ -5841,7 +5430,6 @@ ul.medium-editor-toolbar-actions .medium-editor-action b:hover::before { margin: 0; vertical-align: middle; } - .bb-switch input { display: none; } @@ -5858,8 +5446,7 @@ ul.medium-editor-toolbar-actions .medium-editor-action b:hover::before { transition: 0.4s; border-radius: 34px; } - -.switch-slider::before { +.switch-slider:before { position: absolute; content: ""; height: 24px; @@ -5877,7 +5464,7 @@ ul.medium-editor-toolbar-actions .medium-editor-action b:hover::before { background-color: var(--bb-primary-color); } -input:checked + .switch-slider::before { +input:checked + .switch-slider:before { -webkit-transform: translateX(16px); -ms-transform: translateX(16px); transform: translateX(16px); @@ -5890,7 +5477,6 @@ ins.iCheck-helper { /* -------------------------------------------------------------- # Accessibility -------------------------------------------------------------- */ - /* Text meant only for screen readers. */ .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); @@ -5911,7 +5497,7 @@ ins.iCheck-helper { display: block; font-size: 14px; font-size: 0.875rem; - font-weight: 700; + font-weight: bold; height: auto; left: 5px; line-height: normal; @@ -5920,7 +5506,6 @@ ins.iCheck-helper { top: 5px; width: auto; z-index: 100000; - /* Above WP toolbar. */ } @@ -5962,18 +5547,15 @@ ins.iCheck-helper { overflow: hidden; text-align: center; } - .wp-caption.alignleft { - margin: 0.5rem 2rem 1.625rem 0; + margin: 0.5rem 2rem 1.625rem 0rem; } - .wp-caption.aligncenter { margin-left: auto; margin-right: auto; } - .wp-caption.alignright { - margin: 0.5rem 0 1.625rem 2rem; + margin: 0.5rem 0rem 1.625rem 2rem; } .wp-caption-text { @@ -5994,7 +5576,6 @@ ins.iCheck-helper { .gallery { margin: 0 -5px 45px; } - .gallery br + br { display: none; } @@ -6053,7 +5634,6 @@ ins.iCheck-helper { overflow: hidden; text-align: center; } - .gallery-icon .attachment-thumbnail { background-color: whitesmoke; margin: 0; @@ -6070,7 +5650,6 @@ ins.iCheck-helper { /* .gallery .gallery-item { width: 50%; } */ - /* End - Gallery */ .entry-content .fluid-width-video-wrapper, .entry-content img.aligncenter { @@ -6099,7 +5678,6 @@ ins.iCheck-helper { transition: 0.3s all; z-index: 9999; } - .bb-remove-loader #bb-loader { opacity: 0; visibility: hidden; @@ -6123,16 +5701,18 @@ img.wp-smiley { display: inline; border: none; box-shadow: none; - height: 1em; - width: 1em; - margin: 0 0.07em; + /* Use !important to override inline styling */ + height: 24px !important; + width: 24px !important; + max-height: initial !important; + margin: 3px; vertical-align: -0.1em; background: none; padding: 0; } /* Fixed `contenteditable = true` height issue in FireFox */ -*[contenteditable]:empty::before { +*[contenteditable]:empty:before { content: "\feff"; } @@ -6145,7 +5725,6 @@ img.wp-smiley { margin-right: 0; max-width: 300px; } - .select2-dropdown .select2-results__option { border-radius: 3px; margin-bottom: 0; @@ -6178,10 +5757,8 @@ body { flex-direction: column; min-height: 100vh; } - body:not(.page-template-page-fullscreen, .elementor-page) .site { overflow-x: hidden; - /* Fixed horizontal scroll issue in mobile */ } @@ -6194,7 +5771,6 @@ body:not(.page-template-page-fullscreen, .elementor-page) .site { .site-content { min-height: 70vh; } - .sticky-header .site-content { min-height: 85vh; } @@ -6214,18 +5790,15 @@ body.buddypress.has-sidebar:not(.profile-sidebar, .group-sidebar, .llms-pointer, 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; } @@ -6238,7 +5811,6 @@ body .widget-area:not(.widget-area-secondary) { } @media (min-width: 800px) { - .bb-buddypanel:not(.register) .site, .bb-buddypanel:not(.activate) .site { margin-left: 68px; @@ -6248,7 +5820,6 @@ body .widget-area:not(.widget-area-secondary) { } @media (min-width: 800px) { - .bb-buddypanel.bb-buddypanel-right:not(.register) .site { margin-right: 68px; margin-left: 0; @@ -6263,17 +5834,14 @@ body .widget-area:not(.widget-area-secondary) { 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; @@ -6282,33 +5850,27 @@ body .widget-area:not(.widget-area-secondary) { letter-spacing: -0.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); @@ -6328,8 +5890,7 @@ body .widget-area:not(.widget-area-secondary) { position: relative; margin: 0 auto; } - -.no-results.not-found .search-form::before { +.no-results.not-found .search-form:before { content: "\ef10"; color: inherit; font-family: bb-icons; @@ -6339,28 +5900,23 @@ body .widget-area:not(.widget-area-secondary) { top: 8px; opacity: 0.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: -0.24px; } - .no-results.not-found .search-form input[type="search"] { background-image: none; } - .no-results.not-found .no-results-img { margin-bottom: 50px; } @@ -6371,8 +5927,62 @@ body .widget-area:not(.widget-area-secondary) { border-radius: 50%; } -@media screen and (min-width: 800px) { - +#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; @@ -6386,24 +5996,20 @@ body .widget-area:not(.widget-area-secondary) { } } @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 i, .site-header .notification-dropdown i, .site-header .header-aside .notification-dropdown i, @@ -6413,52 +6019,41 @@ body .widget-area:not(.widget-area-secondary) { 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 { +[dir="rtl"] .site-header .header-aside .notification-dropdown .notification-footer i.bb-icon-angle-right:before { content: "\e8ab"; } - .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 { +.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 { +.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; @@ -6471,17 +6066,16 @@ body .widget-area:not(.widget-area-secondary) { } .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 { +.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; } @@ -6498,7 +6092,7 @@ body .widget-area:not(.widget-area-secondary) { box-shadow: 0 1px 0 0 rgba(139, 141, 157, 0.05), 0 5px 10px 0 rgba(65, 71, 108, 0.15); } -.search-visible .site-header a.header-search-link[data-balloon]::after, .search-visible .site-header a.header-search-link[data-balloon]::before { +.search-visible .site-header a.header-search-link[data-balloon]:after, .search-visible .site-header a.header-search-link[data-balloon]:before { display: none; } @@ -6515,7 +6109,6 @@ body .widget-area:not(.widget-area-secondary) { -webkit-transition: all linear 0.1s; transition: all linear 0.1s; } - .header-2 .site-branding { margin: auto; padding: 0 20px; @@ -6531,7 +6124,6 @@ body .widget-area:not(.widget-area-secondary) { .header-2 .header-aside { width: 40%; } - .header-2 .site-title { text-align: center; line-height: normal; @@ -6552,7 +6144,6 @@ body .widget-area:not(.widget-area-secondary) { align-items: center; overflow: hidden; } - body:not(.logged-in) .bb-mobile-header .flex-1 { -webkit-box-pack: center; -ms-flex-pack: center; @@ -6565,11 +6156,9 @@ body:not(.logged-in) .bb-mobile-header .flex-1 { margin: 0; color: var(--bb-headings-color); } - .site-title a { color: var(--bb-headings-color); } - .site-title img { max-height: 76px; min-height: 60px; @@ -6623,7 +6212,6 @@ a.custom-logo-link { -ms-flex: 0 0 auto; flex: 0 0 auto; } - .header-aside > * { padding: 0 10px; height: var(--bb-header-height); @@ -6634,35 +6222,31 @@ a.custom-logo-link { -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: -0.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 { +.site-header .header-aside.avatar .sub-menu:before { right: 13px; } @@ -6674,26 +6258,21 @@ a.custom-logo-link { -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; } @@ -6711,7 +6290,6 @@ a.user-link { letter-spacing: -0.24px; height: var(--bb-header-height); } - a.user-link i { margin: 0 3px 0 2px; } @@ -6747,13 +6325,11 @@ a.user-link i { transition: all linear 0.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; @@ -6765,14 +6341,12 @@ a.user-link i { 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); @@ -6792,13 +6366,11 @@ a.user-link i { 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; @@ -6807,7 +6379,6 @@ a.user-link i { padding: 0; opacity: 0; } - .header-search-wrap a.close-search { display: inline-block; line-height: 1; @@ -6816,7 +6387,6 @@ a.user-link i { top: calc(50% - 11px); right: 10px; } - .header-search-wrap a.close-search i { font-size: 24px; color: var(--bb-header-links); @@ -6829,27 +6399,22 @@ a.user-link i { .header-aside .sub-menu { min-width: 180px; } - -.header-aside .menu-item-has-children:not(.hideshow)::after { +.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; } @@ -6870,7 +6435,6 @@ a.user-link i { color: #939597; letter-spacing: -0.24px; } - .menu-link:hover { color: var(--bb-primary-color); } @@ -6889,13 +6453,12 @@ a.user-link i { .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-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-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; @@ -6913,9 +6476,8 @@ a.user-link i { -ms-flex-align: center; align-items: center; } - -.bb-more-menu-icon::after, -.bb-help-link::after { +.bb-more-menu-icon:after, +.bb-help-link:after { content: " "; position: absolute; width: 0; @@ -6933,7 +6495,6 @@ a.user-link i { -ms-transform: rotate(-45deg); transform: rotate(-45deg); box-shadow: 2px -3px 3px 0 rgba(0, 0, 0, 0.02); - /* transition: all linear 0.2s; */ z-index: 101; opacity: 0; @@ -6948,7 +6509,6 @@ a.user-link i { list-style: none; padding: 10px; position: absolute; - /* transition: all linear 0.2s; */ right: -15px; top: -webkit-calc(100% - 15px); @@ -6964,24 +6524,21 @@ a.user-link i { visibility: hidden; } -.header-aside .bb-more-menu-nav .menu-item-has-children > a::after { +.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; @@ -6994,27 +6551,22 @@ a.user-link i { margin-bottom: 1px; padding: 0.5625rem 0.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 { +.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; } @@ -7023,21 +6575,19 @@ a.user-link i { 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 { +.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; } @@ -7072,11 +6622,9 @@ a.header-search-link { 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; @@ -7086,20 +6634,16 @@ a.header-search-link { 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); } @@ -7117,7 +6661,6 @@ a.header-search-link { text-align: left; vertical-align: middle; } - .header-search-link-wrap:last-child, .user-wrap-container:last-child, .bb-header-more-menu:last-child, @@ -7126,7 +6669,6 @@ a.header-search-link { .header-cart-link-wrap:last-child, #header-messages-dropdown-elem:last-child, #header-notifications-dropdown-elem:last-child { - /* padding-right: 0; */ } @@ -7134,7 +6676,7 @@ a.header-search-link { width: 80%; } -.dropdown-left .menu-item-has-children:not(.hideshow)::after { +.dropdown-left .menu-item-has-children:not(.hideshow):after { line-height: 1; right: 12px; top: 4px; @@ -7143,7 +6685,7 @@ a.header-search-link { transform: rotate(-90deg); } -.dropdown-right .menu-item-has-children:not(.hideshow)::after { +.dropdown-right .menu-item-has-children:not(.hideshow):after { line-height: 1; right: 12px; top: 4px; @@ -7165,11 +6707,10 @@ a.header-search-link { 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); } @@ -7191,7 +6732,6 @@ a.header-search-link { } @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; @@ -7200,18 +6740,15 @@ a.header-search-link { .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"); @@ -7219,13 +6756,11 @@ a.header-search-link { } @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; @@ -7234,14 +6769,12 @@ a.header-search-link { } @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; @@ -7254,7 +6787,6 @@ a.header-search-link { .bb-left-panel-mobile { margin-left: 10px; } - .site-header .bb-left-panel-mobile > i { color: var(--bb-header-links); } @@ -7274,13 +6806,11 @@ a.header-search-link { } } @media (min-width: 800px) { - .bb-mobile-header-wrapper, .bb-mobile-panel-wrapper { display: none !important; } } - /* * Elementor header */ @@ -7289,34 +6819,28 @@ a.header-search-link { } @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 { + .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 { + .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; @@ -7328,31 +6852,24 @@ a.header-search-link { z-index: 999; box-shadow: 0 2px 5px 0 rgba(18, 43, 70, 0.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; @@ -7372,11 +6889,9 @@ a.header-search-link { 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; } @@ -7395,7 +6910,6 @@ a.header-search-link { padding: 0 20px 30px; z-index: 11; } - .bb-mobile-panel-inner .main-navigation { display: -webkit-box; display: -ms-flexbox; @@ -7406,29 +6920,23 @@ a.header-search-link { 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); @@ -7438,126 +6946,101 @@ a.header-search-link { 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: 0.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: 0.5; font-size: 13px; color: #939597; letter-spacing: -0.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 { +.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: -0.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; @@ -7565,68 +7048,55 @@ a.header-search-link { 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 { +.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; @@ -7635,16 +7105,13 @@ a.header-search-link { 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; @@ -7656,23 +7123,18 @@ a.header-search-link { -webkit-transition: all linear 0.2s; transition: all linear 0.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; } @@ -7680,12 +7142,10 @@ a.header-search-link { 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; @@ -7699,7 +7159,6 @@ a.bb-close-panel i { height: 34px; width: 100%; } - .bb-search-area .search-submit { display: none; } @@ -7716,13 +7175,11 @@ a.bb-close-panel i { -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; @@ -7730,11 +7187,9 @@ a.bb-close-panel i { letter-spacing: -0.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); } @@ -7766,7 +7221,6 @@ a.bb-close-panel i { .bb-mobile-header .header-aside { padding-right: 15px; } - .bb-mobile-header .header-aside span:not(.count) { line-height: 1; } @@ -7784,7 +7238,6 @@ a.bb-close-panel i { .my-account-link { line-height: 1; } - .my-account-link a { font-size: 13px; font-weight: 500; @@ -7798,7 +7251,6 @@ a.bb-close-panel i { } @media screen and (max-width: 799px) { - .header-search-wrap .search-form { margin: 0 0 0 15px; max-width: -webkit-calc(100% - 64px); @@ -7806,25 +7258,21 @@ a.bb-close-panel i { } } @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; } @@ -7837,7 +7285,6 @@ a.bb-close-panel i { 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, @@ -7914,11 +7361,11 @@ a.bb-close-panel i { * Some themes -- notably 2014 -- has nasty rules that * could override the icons' styles so we need to force them here. */ -.dashicons-admin-site::before { +.dashicons-admin-site:before { content: "\f319" !important; } -.dashicons-welcome-view-site::before { +.dashicons-welcome-view-site:before { content: "\f115" !important; } @@ -7936,7 +7383,6 @@ a.bb-close-panel i { min-width: 130px; } @media screen and (min-width: 992px) { - #primary-navbar { min-width: 210px; } @@ -7947,45 +7393,38 @@ a.bb-close-panel i { } .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 { +.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 { +.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 { +.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 { +body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li:after { display: none; } - .primary-menu > li { float: left; display: inline-block; @@ -7995,49 +7434,39 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { 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: -0.165em; font-size: 16px; } - .primary-menu a { font-size: 0.875rem; color: var(--bb-header-links); letter-spacing: -0.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, @@ -8046,7 +7475,6 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { color: var(--bb-header-links-hover); letter-spacing: -0.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, @@ -8057,7 +7485,6 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { .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, @@ -8068,7 +7495,6 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { .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, @@ -8079,47 +7505,41 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { .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 { +.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 { +.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 { +.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 { +.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; } @@ -8127,13 +7547,12 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { 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 { +.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 { +.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; @@ -8149,16 +7568,14 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { 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 { +.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 { +.menu-style-tab_bar .site-header .primary-menu > li.no-icon > a:after { content: "\ee6e"; font-family: bb-icons; font-size: 24px; @@ -8172,27 +7589,21 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { -ms-transform: translateX(-50%); transform: translateX(-50%); } - -.menu-style-tab_bar .site-header .primary-menu > li.no-icon > a:hover::after { +.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 { +.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; @@ -8206,22 +7617,18 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { justify-content: center; border-bottom: 2px solid transparent; } - -.menu-style-tab_bar .site-header .primary-menu > li > a:hover::before { +.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; } @@ -8231,32 +7638,26 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { 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: visible; + visibility: inherit; display: -webkit-box; display: -ms-flexbox; display: flex; } - #navbar-collapse.hasItems #navbar-extend { display: block; } @@ -8286,7 +7687,6 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { 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, @@ -8294,20 +7694,17 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { 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 { +.site-header .sub-menu .menu-item-has-children:not(.hideshow):after { line-height: 1; right: 15px; top: 4px; @@ -8315,8 +7712,7 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { -ms-transform: rotate(-90deg); transform: rotate(-90deg); } - -.site-header .sub-menu .menu-item-has-children > a::after { +.site-header .sub-menu .menu-item-has-children > a:after { left: -webkit-calc(100% + 5px); left: calc(100% + 5px); -webkit-transform: rotate(-135deg); @@ -8325,7 +7721,6 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { top: 28px; display: none; } - .site-header .sub-menu .sub-menu-inner .user-link { padding: 0.9375rem; } @@ -8346,8 +7741,7 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { visibility: hidden; z-index: 100; } - -.site-header #primary-navbar .primary-menu .menu-item > .ab-submenu::before { +.site-header #primary-navbar .primary-menu .menu-item > .ab-submenu:before { content: " "; position: absolute; width: 0; @@ -8365,7 +7759,6 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { box-shadow: 2px -3px 3px 0 rgba(0, 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; @@ -8376,7 +7769,6 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { 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%); @@ -8384,32 +7776,26 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { transform: translateX(-100%); top: -10px; } - -.site-header #primary-navbar .primary-menu .menu-item > .ab-submenu .bb-sub-menu .menu-item:hover .ab-submenu::before { +.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 { +.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 { +.site-header #primary-navbar .primary-menu .menu-item > .ab-submenu .bb-sub-menu .menu-item.menu-item-has-children > a:after { content: "\e826"; font-family: bb-icons; font-size: 20px; @@ -8424,7 +7810,6 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { 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; @@ -8438,28 +7823,22 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { 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; @@ -8467,28 +7846,23 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { 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: 0.5625rem 0.9375rem 0.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 { +.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 { +.site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item.menu-item-has-children > a:before { content: "\e8ab"; font-family: bb-icons; - font-weight: 400; + font-weight: normal; speak: none; display: inline-block; color: #939597; @@ -8502,7 +7876,6 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { -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; @@ -8513,8 +7886,7 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { display: none; width: 168px; } - -.site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu::before { +.site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu:before { content: ""; width: 12px; height: 12px; @@ -8529,7 +7901,6 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { 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; @@ -8537,28 +7908,22 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { 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 { +.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 { +.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; } @@ -8573,13 +7938,12 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { .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 { +.primary-menu > li > .sub-menu:before, +.user-wrap-container > .sub-menu:before { content: " "; position: absolute; width: 0; @@ -8598,7 +7962,7 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { z-index: 1002; } -.user-wrap-container > .sub-menu::before { +.user-wrap-container > .sub-menu:before { right: 68px; } @@ -8613,14 +7977,11 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { } .user-wrap-container .sub-menu { - /** ---- BuddyPress component's sub menu items ------------- **/ } - .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; @@ -8631,7 +7992,6 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { margin: 0; border-radius: 4px; } - .user-wrap-container .sub-menu .ab-sub-wrapper::before { content: ""; width: 12px; @@ -8647,7 +8007,6 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { 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, 0.05), 0 6px 32px 0 rgba(18, 43, 70, 0.1); @@ -8655,14 +8014,12 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { 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); } @@ -8680,8 +8037,7 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { .more-button.active { position: relative; } - -.more-button.active::after { +.more-button.active:after { content: " "; position: absolute; width: 0; @@ -8705,11 +8061,11 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { visibility: visible; } -.menu-style-standard .primary-menu .menu-item-has-children:not(.hideshow)::after, -#navbar-extend .menu-item-has-children::after { +.menu-style-standard .primary-menu .menu-item-has-children:not(.hideshow):after, +#navbar-extend .menu-item-has-children:after { content: "\e826"; font-family: bb-icons; - font-weight: 400; + font-weight: normal; font-style: normal; speak: none; display: inline-block; @@ -8722,11 +8078,11 @@ body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li::after { -moz-osx-font-smoothing: grayscale; } -.primary-menu .menu-item-has-children .menu-item-has-children::after { +.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 { +.site-header #navbar-extend.sub-menu .menu-item-has-children:after { right: 15px; top: 4px; } @@ -8749,7 +8105,6 @@ li.hideshow { padding-bottom: 12px; padding-top: 12px; } - .sub-menu span.user-name { font-size: 16px; font-weight: 600; @@ -8758,19 +8113,16 @@ li.hideshow { margin-bottom: 2px; display: block; } - .sub-menu .user-mention { color: #939597; font-size: 13px; font-weight: 400; letter-spacing: -0.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); @@ -8786,12 +8138,10 @@ li.hideshow { align-items: center; height: var(--bb-header-height); } - .notification-link.active i { position: relative; } - -.notification-link.active i::after { +.notification-link.active i:after { content: ""; background: #ee343c; border-radius: 50%; @@ -8801,8 +8151,7 @@ li.hideshow { right: 4px; top: 1px; } - -.notification-link.active i.bb-icon-mail-small::after { +.notification-link.active i.bb-icon-mail-small:after { right: 0; } @@ -8813,7 +8162,6 @@ li.hideshow { border-radius: 4px; list-style: none; position: absolute; - /* @include transition; */ right: -15px; top: -webkit-calc(100% - 15px); @@ -8826,54 +8174,44 @@ li.hideshow { 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 { +.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; @@ -8882,35 +8220,29 @@ li.hideshow { 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 { +.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 { +.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: "\ee6e"; font-family: bb-icons; font-size: 18px; @@ -8925,58 +8257,47 @@ li.hideshow { 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 { +.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: 400; + 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.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: 400; + 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 { +.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; @@ -8991,29 +8312,24 @@ li.hideshow { 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 { +.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; } @@ -9026,17 +8342,15 @@ ul#wp-admin-bar-my-account-default.has-menupop + #wp-admin-bar-my-account-buddyp 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 { +.bb-more-menu-nav.dropdown-left .menu-item-has-children > a:after { display: none; } -.bb-more-menu-nav a::after { +.bb-more-menu-nav a:after { display: none; } @@ -9088,7 +8402,9 @@ span.count { .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 { +.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, 0.05), 0 6px 32px 0 rgba(18, 43, 70, 0.1); border-radius: var(--bb-block-radius); @@ -9103,7 +8419,6 @@ span.count { visibility: hidden; z-index: 100; } - .site-header .sub-menu.active, .site-header ul.submenu.active, .bb-footer .footer-menu .sub-menu.active, @@ -9113,16 +8428,48 @@ span.count { .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 { +.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 { +.bb-profile-grid.bb-grid .bp-navs .more-button.active:after { bottom: -15px; } @@ -9139,7 +8486,28 @@ span.count { 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, @@ -9168,7 +8536,6 @@ span.count { padding: 0.75rem 0.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, @@ -9179,7 +8546,12 @@ span.count { .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, @@ -9187,7 +8559,6 @@ span.count { 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, @@ -9195,13 +8566,6 @@ span.count { font-size: 1.25rem; } -.bb-footer .footer-menu.courses-nav .more-button, -#object-nav.courses-nav .more-button, -.bp-navs .component-navigation.courses-nav .more-button, -.bb-profile-grid.bb-grid .bp-navs.courses-nav .more-button { - padding-top: 5px; -} - .bb-template-v1 .bb-profile-grid.bb-grid .bp-navs .more-button { padding: 9px 0; } @@ -9215,21 +8579,17 @@ span.count { .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 { +.bp-navs .component-navigation .more-button.active:after { bottom: -18px; } @@ -9244,14 +8604,12 @@ span.count { background: var(--bb-content-alternate-background-color); color: var(--bb-primary-color); } - .buddypress-wrap#buddypress.bp-dir-hori-nav .create-button 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; @@ -9262,7 +8620,6 @@ span.count { color: var(--bb-headings-color); } } - .site-header .sub-menu { box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.12), 0 3px 8px 0 rgba(0, 0, 0, 0.06); right: -22px; @@ -9281,22 +8638,18 @@ span.count { 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; @@ -9306,7 +8659,6 @@ span.count { box-sizing: border-box; margin: 0; } - #header-aside .bb-my-account-menu .sub-menu::before { content: ""; width: 12px; @@ -9322,11 +8674,9 @@ span.count { 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; } @@ -9340,7 +8690,6 @@ span.count { .header-aside .wrapper { position: relative; } - .header-aside .wrapper .sub-menu-inner { width: 187px; max-height: 76vh; @@ -9348,17 +8697,19 @@ span.count { 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; @@ -9366,10 +8717,10 @@ span.count { list-style: none; left: -187px; z-index: 10; - display: none; + opacity: 0; + visibility: hidden; } - -.header-aside .wrapper li .wrapper::before { +.header-aside .wrapper li .wrapper:before { content: ""; width: 12px; height: 12px; @@ -9384,11 +8735,10 @@ span.count { transform: rotate(45deg); background: #fff; } - .header-aside .wrapper li:hover > .wrapper { - display: block; + opacity: 1; + visibility: visible; } - .header-aside .wrapper a { position: static; } @@ -9404,7 +8754,6 @@ span.count { -webkit-transition: width 0.2s; transition: width 0.2s; } - .buddypanel .link-text { display: block; min-width: 0; @@ -9413,7 +8762,6 @@ span.count { overflow: hidden; text-overflow: ellipsis; } - .buddypanel .link-text, .buddypanel span.count:not(.small) { opacity: 0; @@ -9422,58 +8770,55 @@ span.count { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - -.buddypanel [data-balloon][data-balloon-pos="right"]::before { +.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 { +.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 { +.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; +.buddypanel ul.buddypanel-menu li a > span:not(.count) { + display: -webkit-box; + display: -ms-flexbox; + display: flex; min-width: 0; line-height: 1.2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } - +.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; @@ -9486,27 +8831,22 @@ body.bb-buddypanel:not(.buddypanel-open) .buddypanel ul.buddypanel-menu li.bb-me 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 { +body.bb-buddypanel:not(.buddypanel-open) .buddypanel ul.buddypanel-menu li.bb-menu-section:after { background-color: var(--bb-sidenav-text-regular); content: ""; opacity: 0.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; } @@ -9514,7 +8854,6 @@ body.bb-buddypanel:not(.buddypanel-open) .buddypanel ul.buddypanel-menu li.bb-me .buddypanel-open ul.buddypanel-menu > li > a > :first-child { margin-left: 18px; } - .buddypanel-open ul.buddypanel-menu > li > a i { margin-left: 0; } @@ -9523,7 +8862,6 @@ body.bb-buddypanel:not(.buddypanel-open) .buddypanel ul.buddypanel-menu li.bb-me 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; @@ -9545,7 +8883,6 @@ body.bb-buddypanel:not(.buddypanel-open) .buddypanel ul.buddypanel-menu li.bb-me ul.buddypanel-menu li.bb-menu-section { min-height: 42px; } - ul.buddypanel-menu li.bb-menu-section a { cursor: auto; background-color: transparent; @@ -9554,11 +8891,9 @@ ul.buddypanel-menu li.bb-menu-section a { 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; } @@ -9571,20 +8906,16 @@ body.bb-buddypanel-right .buddypanel { 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; } @@ -9600,16 +8931,13 @@ body.bb-buddypanel:not(.buddypanel-open, .sticky-header).bb-sfwd-aside .buddypan 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; @@ -9636,14 +8964,12 @@ body.bb-buddypanel:not(.buddypanel-open, .sticky-header).bb-sfwd-aside .buddypan } @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); } } @media screen and (min-width: 800px) { - .bb-buddypanel.buddypanel-open.sticky-header .site-header { width: -webkit-calc(100% - 230px); width: calc(100% - 230px); @@ -9659,54 +8985,45 @@ body.bb-buddypanel:not(.buddypanel-open, .sticky-header).bb-sfwd-aside .buddypan .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 0.1s; transition: all linear 0.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 { + .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; @@ -9717,7 +9034,6 @@ body.bb-buddypanel:not(.buddypanel-open, .sticky-header).bb-sfwd-aside .buddypan } @media screen and (max-width: 799px) { - .buddypanel-open.buddypanel-header .site { margin-left: 0; } @@ -9726,7 +9042,6 @@ body.bb-buddypanel:not(.buddypanel-open, .sticky-header).bb-sfwd-aside .buddypan padding: 0 10px; } } - body:not(.buddypanel-open) .buddypanel ul.buddypanel-menu > li > a > span { opacity: 0; width: 0; @@ -9734,7 +9049,6 @@ body:not(.buddypanel-open) .buddypanel ul.buddypanel-menu > li > a > span { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - body:not(.buddypanel-open) .buddypanel ul.buddypanel-menu > li > a > span.count { display: none; } @@ -9764,11 +9078,9 @@ body:not(.buddypanel-open) .buddypanel ul.buddypanel-menu > li > a > span.count 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; @@ -9777,7 +9089,6 @@ body:not(.buddypanel-open) .buddypanel ul.buddypanel-menu > li > a > span.count .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; } @@ -9787,17 +9098,14 @@ body:not(.bb-sfwd-aside) .header-3 .bb-toggle-panel { } @-webkit-keyframes site-brand { - 0% { height: auto; opacity: 1; } - 50% { height: auto; opacity: 0; } - 100% { height: 0; opacity: 0; @@ -9805,23 +9113,19 @@ body:not(.bb-sfwd-aside) .header-3 .bb-toggle-panel { } @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; @@ -9847,11 +9151,9 @@ body.buddypanel-header:not(.buddypanel-open, .bb-sfwd-aside) .buddypanel #site-l -webkit-transition: opacity 0.2s; transition: opacity 0.2s; } - .buddypanel .bb-toggle-panel i { font-size: inherit; } - .buddypanel .bb-toggle-panel:hover { color: var(--bb-sidenav-text-hover); } @@ -9880,46 +9182,36 @@ body.buddypanel-header:not(.buddypanel-open, .bb-sfwd-aside) .buddypanel #site-l .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; @@ -9936,48 +9228,40 @@ body.buddypanel-header:not(.buddypanel-open, .bb-sfwd-aside) .buddypanel #site-l .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; @@ -9986,16 +9270,13 @@ body.buddypanel-header:not(.buddypanel-open, .bb-sfwd-aside) .buddypanel #site-l .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; } @@ -10004,157 +9285,126 @@ body.buddypanel-header:not(.buddypanel-open, .bb-sfwd-aside) .buddypanel #site-l 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: 0.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; 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, 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: 40px; width: -webkit-calc(100% - 45px); @@ -10169,25 +9419,20 @@ body.buddypanel-header:not(.buddypanel-open, .bb-sfwd-aside) .buddypanel #site-l display: flex; -ms-flex-flow: column; flex-flow: column; - /* smartphones, touchscreens */ } - .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; @@ -10202,30 +9447,24 @@ body.buddypanel-header:not(.buddypanel-open, .bb-sfwd-aside) .buddypanel #site-l 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: 0.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; @@ -10241,47 +9480,38 @@ body.buddypanel-header:not(.buddypanel-open, .bb-sfwd-aside) .buddypanel #site-l 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; } @@ -10297,11 +9527,9 @@ span.count { color: var(--bb-body-background-color); letter-spacing: -0.55px; } - .buddypanel span.count { box-shadow: none; } - .primary-menu span.count { line-height: 1.5; margin-left: 5px; @@ -10322,33 +9550,27 @@ span.count.small { 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 { +.buddypanel-menu .menu-item-has-children:not(.hideshow):after { display: none; } - .buddypanel-menu .sub-menu { display: none; position: static; @@ -10356,20 +9578,17 @@ span.count.small { 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; } @@ -10382,12 +9601,10 @@ 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; } @@ -10397,21 +9614,17 @@ 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; } @@ -10440,58 +9653,37 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { line-height: 1.35; margin-bottom: 1.25rem; padding: 1.25rem 1.25rem 1.5625rem 1.25rem; - /* Page List */ - /* Archives */ - /* Category */ - /* Search */ - /* RSS */ - /* Activity Update */ - /* Social Group */ - /* Whos Online */ - /* Profile Search */ - /* Forums List */ - /* Profile Completion */ - /* Recent Post */ - /* Log in/out */ - /* Follow Us */ - /* Forum Views */ - /* Members I'm Following */ - /* Members Following Me */ } - .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) { @@ -10503,19 +9695,15 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { 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; @@ -10524,62 +9712,51 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { transition: all linear 0.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 0.2s; transition: all linear 0.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 0.2s; transition: all linear 0.2s; } - .widget .wp-block-archives-list li a { font-weight: 400; -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .widget .wp-block-archives-list li:hover { color: var(--bb-primary-color); -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .widget .wp-block-archives-list li:hover a { color: var(--bb-primary-color); -webkit-transition: all linear 0.2s; transition: all linear 0.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; @@ -10587,76 +9764,62 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .widget.widget_categories .wp-block-categories-list li a { color: var(--bb-headings-color); -webkit-transition: all linear 0.2s; transition: all linear 0.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 0.2s; transition: all linear 0.2s; } - .widget.widget_categories .wp-block-categories-list li .children li a { color: var(--bb-headings-color); -webkit-transition: all linear 0.2s; transition: all linear 0.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 0.2s; transition: all linear 0.2s; color: var(--bb-primary-color); } - .widget.widget_categories .wp-block-categories-list li .children li:hover a { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; color: var(--bb-primary-color); } - .widget.widget_categories .wp-block-categories-list li:hover { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; color: var(--bb-primary-color); } - .widget.widget_categories .wp-block-categories-list li:hover a { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; color: var(--bb-primary-color); } - .widget.widget_search input[name="bbp_search"], .widget.widget_search input[type="search"], .widget.widget_search input.search { @@ -10664,7 +9827,6 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { 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); @@ -10674,17 +9836,14 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { 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; @@ -10694,11 +9853,9 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { -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; @@ -10707,7 +9864,6 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { 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; @@ -10715,7 +9871,6 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { 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; @@ -10727,69 +9882,56 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { -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); @@ -10797,86 +9939,78 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { 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 { +.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-forum-link::before { +.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; @@ -10884,91 +10018,72 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { 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 { +.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 { +.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: 0.31rem; } - .widget.widget_block .logged-in a { color: var(--bb-headings-color); font-weight: 500; -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - -.widget.widget_block .logged-in a::before { +.widget.widget_block .logged-in a:before { content: "\ef23"; 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 0.2s; transition: all linear 0.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; @@ -10978,11 +10093,9 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { 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; @@ -10993,7 +10106,6 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { -ms-flex-align: center; align-items: center; } - .widget.widget_block .logged-out #loginform .login-remember input[type="checkbox"] { height: 18px; width: 18px; @@ -11002,54 +10114,47 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { 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: 0.3; -webkit-transition: all linear 0.2s; transition: all linear 0.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 0.2s; transition: all linear 0.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; @@ -11063,11 +10168,14 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { } /* 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 { @@ -11075,14 +10183,12 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { 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; @@ -11091,23 +10197,76 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { font-size: 12px; color: var(--bb-headings-color); } - .widget_calendar #wp-calendar tbody td, .wp-block-calendar #wp-calendar tbody td { - color: var(--bb-alternate-text-color); 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; @@ -11117,7 +10276,6 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { -ms-flex-pack: justify; justify-content: space-between; } - .widget_calendar .wp-calendar-nav a, .wp-block-calendar .wp-calendar-nav a { font-weight: 500; @@ -11129,7 +10287,6 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .widget_calendar .wp-calendar-nav a:hover, .wp-block-calendar .wp-calendar-nav a:hover { color: var(--bb-primary-color); @@ -11144,70 +10301,57 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .wp-block-categories-list li a { color: var(--bb-headings-color); -webkit-transition: all linear 0.2s; transition: all linear 0.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 0.2s; transition: all linear 0.2s; } - .wp-block-categories-list li .children li a { color: var(--bb-headings-color); -webkit-transition: all linear 0.2s; transition: all linear 0.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 0.2s; transition: all linear 0.2s; color: var(--bb-primary-color); } - .wp-block-categories-list li .children li:hover a { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; color: var(--bb-primary-color); } - .wp-block-categories-list li:hover { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; color: var(--bb-primary-color); } - .wp-block-categories-list li:hover a { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; @@ -11218,44 +10362,36 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { .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 0.2s; transition: all linear 0.2s; font-size: 0.875rem; } - .wp-block-latest-comments li .wp-block-latest-comments__comment-meta a:hover { color: var(--bb-primary-color); -webkit-transition: all linear 0.2s; transition: all linear 0.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; @@ -11269,7 +10405,6 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { .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); @@ -11285,7 +10420,6 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { transition: all linear 0.2s; letter-spacing: -0.24px; } - .widget_product_tag_cloud a:hover, .widget_tag_cloud a:hover { background-color: var(--bb-primary-color); @@ -11294,7 +10428,6 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .widget_product_tag_cloud a .tag-link-count, .widget_tag_cloud a .tag-link-count { opacity: 0.7; @@ -11331,7 +10464,6 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { 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, @@ -11344,7 +10476,6 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { .wp-block-page-list li { margin-bottom: 0; } - .wp-block-page-list li a { padding: 8px 0; font-weight: 400; @@ -11355,19 +10486,16 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { font-size: 14px; line-height: 21px; } - .wp-block-page-list li a:hover { color: var(--bb-primary-color); -webkit-transition: all linear 0.2s; transition: all linear 0.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; @@ -11389,22 +10517,24 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { list-style: none; margin-left: 0; } - .widget ul a:not(.button) { font-size: 14px; color: var(--bb-headings-color); letter-spacing: -0.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); } @@ -11420,7 +10550,6 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { width: 100%; padding: 5px 0; } - .widget.widget_nav_menu ul a > i { font-size: 20px; } @@ -11430,7 +10559,6 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { display: -ms-flexbox; display: flex; } - .widget_mc4wp_form_widget input[type="email"] { width: -webkit-calc(100% - 100px); width: calc(100% - 100px); @@ -11439,7 +10567,6 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { border-radius: 3px 0 0 3px; font-size: 14px; } - .widget_mc4wp_form_widget input[type="submit"] { background: #d0d4d8; border-radius: 0 3px 3px 0; @@ -11454,15 +10581,12 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { 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: -0.21px; @@ -11473,7 +10597,6 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { .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; @@ -11481,14 +10604,12 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { 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); @@ -11498,14 +10619,12 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { 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; @@ -11513,12 +10632,10 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { letter-spacing: -0.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; @@ -11538,14 +10655,12 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { display: -ms-flexbox; display: flex; } - .widget .widgettitle .widget-num-count, .widget .widget-title .widget-num-count { - padding: 0 0.25rem; + padding: 0rem 0.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; @@ -11559,7 +10674,6 @@ body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon { 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 { @@ -11574,7 +10688,6 @@ form.search-form { .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; @@ -11583,10 +10696,8 @@ form.search-form { /* Search Widget */ .widget_search, .wp-block-search { - /* padding: .9375rem; */ } - .widget_search .wp-block-search__label, .wp-block-search .wp-block-search__label { margin-bottom: 15px; @@ -11596,7 +10707,6 @@ form.search-form { color: var(--bb-headings-color); font-weight: 600; } - .widget_search .search-field, .wp-block-search .search-field { background-size: 17px; @@ -11607,7 +10717,6 @@ form.search-form { width: 100%; border-radius: 20px; } - .widget_search .search-field-top, .wp-block-search .search-field-top { background-image: none; @@ -11615,7 +10724,6 @@ form.search-form { padding-right: 40px; width: 100%; } - .widget_search .search-submit, .wp-block-search .search-submit { border: 0; @@ -11629,7 +10737,6 @@ form.search-form { right: 0; opacity: 0.8; } - .widget_search .search-submit:hover, .wp-block-search .search-submit:hover { box-shadow: none; @@ -11642,12 +10749,10 @@ form.search-form { margin-bottom: 0; table-layout: fixed; } - #wp-calendar th, #wp-calendar td { padding: 0; } - #wp-calendar caption { text-align: center; padding-bottom: 5px; @@ -11663,7 +10768,6 @@ form.search-form { width: -webkit-calc(100% - 1.5rem); width: calc(100% - 1.5rem); } - .widget_nav_menu li { padding-left: 0; margin-top: 10px; @@ -11690,64 +10794,51 @@ form.search-form { 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; @@ -11757,23 +10848,19 @@ form.search-form { 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 { +.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, @@ -11783,19 +10870,16 @@ form.search-form { 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; @@ -11810,58 +10894,46 @@ form.search-form { 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; @@ -11872,12 +10944,10 @@ form.search-form { 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; @@ -11888,28 +10958,23 @@ form.search-form { -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; } @@ -11918,20 +10983,16 @@ form.search-form { 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%; @@ -11939,16 +11000,13 @@ form.search-form { 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%; @@ -11971,19 +11029,16 @@ form.search-form { 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; @@ -11992,11 +11047,9 @@ form.search-form { 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; @@ -12005,14 +11058,12 @@ form.search-form { 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; @@ -12020,12 +11071,10 @@ form.search-form { 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; } @@ -12033,16 +11082,13 @@ form.search-form { .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; } @@ -12069,16 +11115,13 @@ form.search-form { .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: 0.875rem; color: var(--bb-body-text-color); @@ -12086,11 +11129,9 @@ form.search-form { 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); @@ -12103,7 +11144,10 @@ form.search-form { .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; } @@ -12132,11 +11176,9 @@ p.post-main-link { transition: all linear 0.2s; height: 100%; } - .post-inner-wrap:hover { box-shadow: 0 6px 24px 0 rgba(18, 43, 70, 0.12); } - .first .post-inner-wrap { display: -webkit-box; display: -ms-flexbox; @@ -12144,7 +11186,6 @@ p.post-main-link { -ms-flex-flow: row-reverse; flex-flow: row-reverse; } - .first .post-inner-wrap .entry-content-wrap { -webkit-box-flex: 1; -ms-flex: 1; @@ -12156,11 +11197,9 @@ p.post-main-link { 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); @@ -12190,7 +11229,6 @@ p.post-main-link { -ms-flex-direction: column; flex-direction: column; } - .post-grid .lg-grid-1-3 .entry-content-wrap { display: -webkit-box; display: -ms-flexbox; @@ -12203,7 +11241,6 @@ p.post-main-link { -ms-flex: 1; flex: 1; } - .post-grid .lg-grid-1-3 .entry-meta { margin-top: auto; } @@ -12217,11 +11254,9 @@ span.edit-link { margin-left: -10px; margin-right: -10px; } - .bb-masonry .bb-masonry-sizer { width: 33.33%; } - .bb-masonry .hentry { margin-bottom: 0; padding-bottom: 20px; @@ -12230,24 +11265,19 @@ span.edit-link { 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%; } @@ -12272,22 +11302,18 @@ body:not(.bb-page-loaded) .entry-content .is-type-video iframe { -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; @@ -12313,12 +11339,10 @@ body:not(.bb-page-loaded) .entry-content .is-type-video iframe { -webkit-transition: 0.3s all; transition: 0.3s all; } - .button-load-more-posts:focus { box-shadow: var(--bb-outline-button-focus-shadow); } - -.button-load-more-posts.loading::after { +.button-load-more-posts.loading:after { display: inline-block; content: "\ef30"; color: inherit; @@ -12331,7 +11355,6 @@ body:not(.bb-page-loaded) .entry-content .is-type-video iframe { 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); @@ -12339,7 +11362,6 @@ body:not(.bb-page-loaded) .entry-content .is-type-video iframe { } @media (max-width: 992px) { - .bb-masonry .bb-masonry-sizer, .post-grid:not(.bb-standard) .hentry { width: 50%; @@ -12358,11 +11380,9 @@ body:not(.bb-page-loaded) .entry-content .is-type-video iframe { } } @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%; @@ -12389,20 +11409,17 @@ body:not(.bb-page-loaded) .entry-content .is-type-video iframe { 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%; @@ -12429,7 +11446,6 @@ body:not(.bb-page-loaded) .entry-content .is-type-video iframe { .single-post.full-fi-invert .content-area { padding-top: 0; } - .single-post.full-fi-invert .content-area header.entry-header { margin-top: 32px; } @@ -12451,7 +11467,6 @@ body:not(.bb-page-loaded) .entry-content .is-type-video iframe { .entry-content-wrap { padding: 20px 30px 25px; } - .entry-content-wrap .avatar { border-radius: 100%; max-width: 38px; @@ -12464,7 +11479,6 @@ body:not(.bb-page-loaded) .entry-content .is-type-video iframe { .entry-title a { color: var(--bb-headings-color); } - .entry-title a:hover { color: var(--bb-primary-color); } @@ -12495,7 +11509,6 @@ body:not(.bb-page-loaded) .entry-content .is-type-video iframe { color: var(--bb-headings-color); line-height: 1.5; } - .post-author:hover, .post-date:hover { color: var(--bb-headings-color); @@ -12504,11 +11517,9 @@ body:not(.bb-page-loaded) .entry-content .is-type-video iframe { .post-date { display: block; } - .post-date a { color: var(--bb-alternate-text-color); } - .post-date a:hover { color: var(--bb-alternate-text-color); } @@ -12522,7 +11533,7 @@ body:not(.bb-page-loaded) .entry-content .is-type-video iframe { line-height: 1.5; } -.author-post-meta a.bb-more i::before { +.author-post-meta a.bb-more i:before { margin-right: 0.2em; margin-left: 0.2em; left: 0; @@ -12537,10 +11548,74 @@ body:not(.bb-page-loaded) .entry-content .is-type-video iframe { max-width: 800px; } -.single-post, -.single-attachment { - - /* Inherit stylings from elemtor block */ +/* 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, @@ -12550,39 +11625,14 @@ body:not(.bb-page-loaded) .entry-content .is-type-video iframe { margin: 0 auto; max-width: 800px; } - -.single-post .entry-content .elementor-element.elementor-widget-text-editor .elementor-text-editor *, -.single-attachment .entry-content .elementor-element.elementor-widget-text-editor .elementor-text-editor * { - color: inherit; - font-family: inherit; - font-size: inherit; - font-weight: inherit; - text-transform: inherit; - font-style: inherit; - text-decoration: inherit; - line-height: inherit; - letter-spacing: inherit; - word-spacing: inherit; -} - .single-post .entry-content, .single-attachment .entry-content { letter-spacing: -0.24px; } - .single-post .entry-content p, .single-attachment .entry-content p { margin-bottom: 25px; } - -.single-post .entry-content p, -.single-post .entry-content li, -.single-attachment .entry-content p, -.single-attachment .entry-content li { - font-size: 14px; - line-height: 1.5; -} - .single-post .entry-content li > ul, .single-post .entry-content li > ol, .single-attachment .entry-content li > ul, @@ -12590,7 +11640,6 @@ body:not(.bb-page-loaded) .entry-content .is-type-video iframe { margin-bottom: 0; } @media (max-width: 544px) { - .single-post .entry-content p, .single-attachment .entry-content p { margin-bottom: 20px; @@ -12600,33 +11649,28 @@ body:not(.bb-page-loaded) .entry-content .is-type-video iframe { .single .entry-content-wrap { padding: 0; } - .single .entry-title { font-size: 2rem; line-height: 1.2; margin-bottom: 20px; letter-spacing: -0.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: 0.5rem 2rem 1.625rem 0; + margin: 0.5rem 2rem 1.625rem 0rem; } - .entry-content img.alignright { - margin: 0.5rem 0 1.625rem 2rem; + margin: 0.5rem 0rem 1.625rem 2rem; } .author-post-meta { @@ -12635,23 +11679,19 @@ body:not(.bb-page-loaded) .entry-content .is-type-video iframe { align-items: center; padding: 15px 0; } - .author-post-meta i { font-size: 24px; color: var(--bb-alternate-text-color); -webkit-transition: all linear 0.2s; transition: all linear 0.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; } @@ -12678,11 +11718,9 @@ a.bb-like-wrap { 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); } @@ -12708,18 +11746,15 @@ a.bb-like-wrap:hover .like-count { padding-top: 40px; padding-bottom: 40px; } - .post-author-details .avatar { border-radius: 100%; max-width: 60px; } - .post-author-details a.post-author { font-size: 18px; letter-spacing: -0.27px; line-height: 24px; } - .post-author-details .author-desc { font-size: 14px; color: var(--bb-alternate-text-color); @@ -12728,7 +11763,6 @@ a.bb-like-wrap:hover .like-count { margin: 0; white-space: pre-wrap; } - .post-author-details .author-desc-wrap { -webkit-box-flex: 1; -ms-flex: 1; @@ -12739,24 +11773,20 @@ a.bb-like-wrap:hover .like-count { .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 { +.post-meta-wrapper-main .show-support .bb-share-author-box a:hover i:before { font-weight: 300; } @@ -12767,7 +11797,6 @@ a.bb-like-wrap:hover .like-count { font-size: 15px; margin-bottom: 40px; } - .post-meta-wrapper .tag-links, .post-meta-wrapper .cat-links { display: -webkit-box; @@ -12777,12 +11806,10 @@ a.bb-like-wrap:hover .like-count { 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); @@ -12796,7 +11823,6 @@ a.bb-like-wrap:hover .like-count { margin: 0 0 10px; color: var(--bb-headings-color); } - .show-support p { font-size: 14px; color: var(--bb-alternate-text-color); @@ -12813,7 +11839,6 @@ a.bb-like-wrap:hover .like-count { margin-bottom: 40px; clear: both; } - .bb-subscribe-wrap h3 { font-weight: 600; font-size: 18px; @@ -12821,19 +11846,16 @@ a.bb-like-wrap:hover .like-count { letter-spacing: -0.24px; margin: 0; } - .bb-subscribe-wrap p { font-size: 14px; color: var(--bb-alternate-text-color); letter-spacing: -0.24px; } - .bb-subscribe-wrap .bb-icon-mail-open { font-size: 50px; color: rgba(0, 0, 0, 0.28); } @media (max-width: 544px) { - .bb-subscribe-wrap div.wpcf7 .ajax-loader { width: 100%; background-position: center; @@ -12857,13 +11879,11 @@ a.bb-like-wrap:hover .like-count { } @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%; } @@ -12878,7 +11898,6 @@ a.bb-like-wrap:hover .like-count { .post-grid .format-quote .post-inner-wrap { background: var(--bb-alternate-text-color); } - .post-grid .format-quote .entry-content { font-size: 22px; color: #fff; @@ -12886,12 +11905,10 @@ a.bb-like-wrap:hover .like-count { line-height: 30px; font-style: italic; } - .post-grid .format-quote blockquote { color: #fff; margin: 0; } - .post-grid .video-container { margin-bottom: 0; } @@ -12900,11 +11917,9 @@ a.bb-like-wrap:hover .like-count { 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; @@ -12912,37 +11927,30 @@ a.bb-like-wrap:hover .like-count { letter-spacing: -0.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: 0.9; } @@ -12957,19 +11965,16 @@ a.bb-like-wrap:hover .like-count { 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 { +.hentry blockquote.wp-block-quote.is-style-large:before { position: relative; bottom: 25px; width: 50px; @@ -12978,12 +11983,10 @@ a.bb-like-wrap:hover .like-count { font-size: 30px; margin-bottom: 0; } - .hentry blockquote.wp-block-quote > p { color: var(--bb-headings-color); } - -.hentry blockquote.wp-block-quote::before { +.hentry blockquote.wp-block-quote:before { content: "\ef02"; font-family: bb-icons; font-style: normal; @@ -13004,11 +12007,9 @@ a.bb-like-wrap:hover .like-count { -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); } @@ -13020,7 +12021,6 @@ a.bb-like-wrap:hover .like-count { .entry-content .bb-chat-container { margin-bottom: 40px; } - .entry-content .bb-chat-container p { margin: 0; padding: 15px; @@ -13028,11 +12028,9 @@ a.bb-like-wrap:hover .like-count { color: var(--bb-alternate-text-color); letter-spacing: -0.21px; } - .entry-content .bb-chat-container p:nth-child(odd) { background: #eef0f3; } - .entry-content .bb-chat-container p:nth-child(even) { background: #fff; } @@ -13041,22 +12039,18 @@ a.bb-like-wrap:hover .like-count { 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 { +.bb-follow-links [class^="bb-icon-"]:before, +.bb-follow-links [class*=" bb-icon-"]:before { margin: 0; } @@ -13067,8 +12061,7 @@ a.bb-like-wrap:hover .like-count { .bb-bookmark.bb-icon-loader { font-size: 21px; } - -.bb-bookmark.bookmarked::before { +.bb-bookmark.bookmarked:before { content: "\e872"; font-family: bb-icons; font-weight: 300; @@ -13093,7 +12086,6 @@ span.post-format-icon { font-size: 24px; margin-bottom: 18px; } - span.post-format-icon.white { background: #fff; color: var(--bb-alternate-text-color); @@ -13107,7 +12099,6 @@ span.post-format-icon.white { background: #809ab4; border-radius: 4px; } - .content-area .gallery-icon > *, .content-area .gallery-icon img { position: absolute; @@ -13123,7 +12114,7 @@ span.post-format-icon.white { object-fit: cover; } -.top-meta .bb-like-wrap::before, .top-meta .bb-like-wrap::after { +.top-meta .bb-like-wrap:before, .top-meta .bb-like-wrap:after { display: none; } @@ -13131,12 +12122,10 @@ span.post-format-icon.white { .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; @@ -13149,7 +12138,6 @@ span.post-format-icon.white { display: -ms-flexbox; display: flex; } - .post-related-posts .slick-slide > div article { height: 100%; padding: 0 10px; @@ -13161,17 +12149,14 @@ span.post-format-icon.white { 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, @@ -13186,61 +12171,50 @@ span.post-format-icon.white { -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, 0.27); box-shadow: 0 2px 6px 0 rgba(0, 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; @@ -13248,32 +12222,26 @@ span.post-format-icon.white { -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: 1.875rem; } - .single-post .post-related-posts .entry-content, .single-attachment .post-related-posts .entry-content { margin-bottom: 2.25rem; } - .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, @@ -13282,32 +12250,27 @@ span.post-format-icon.white { font-size: 1.125rem; line-height: 28px; } - .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; @@ -13316,29 +12279,24 @@ span.post-format-icon.white { max-width: 100%; vertical-align: top; } - .single-post .post-related-posts .post-inner-wrap, .single-attachment .post-related-posts .post-inner-wrap { height: auto; } - .single-post .post-related-posts .entry-content-wrap, .single-attachment .post-related-posts .entry-content-wrap { padding: 20px 30px 25px; } - .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; @@ -13346,20 +12304,17 @@ span.post-format-icon.white { } } @media screen and (min-width: 768px) and (max-width: 1420px) { - .single-post .post-related-posts body.single-post .site-content-grid > .bb-share-container, .single-attachment .post-related-posts body.single-post .site-content-grid > .bb-share-container { display: block; } } @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; @@ -13367,7 +12322,6 @@ span.post-format-icon.white { 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; @@ -13377,7 +12331,6 @@ span.post-format-icon.white { } } @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; @@ -13387,24 +12340,20 @@ span.post-format-icon.white { .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; @@ -13416,7 +12365,6 @@ span.post-format-icon.white { } } @media (min-width: 375px) and (max-width: 543px) { - .post-grid.grid .entry-meta .top-meta { -webkit-box-flex: unset; -ms-flex: unset; @@ -13425,12 +12373,10 @@ span.post-format-icon.white { } } @media (min-width: 544px) and (max-width: 767px) { - .post-related-posts .post-grid .hentry.first .entry-img { padding-top: 36%; } } - .sticky-header #comments { position: relative; } @@ -13481,7 +12427,6 @@ cite.fn { .comment-author { line-height: 1; } - .comment-author a.url { font-size: 14px; font-weight: 600; @@ -13496,7 +12441,6 @@ a.comment-date { color: var(--bb-alternate-text-color); letter-spacing: -0.24px; } - a.comment-date:hover { color: var(--bb-headings-color); } @@ -13510,7 +12454,6 @@ a.comment-date:hover { margin-bottom: 8px; word-break: break-word; } - .comment-text p:last-child { margin-bottom: 0; } @@ -13532,15 +12475,12 @@ a.comment-date:hover { letter-spacing: -0.26px; margin-bottom: -8px; } - .comment-footer a { color: inherit; } - .comment-footer a:hover { color: var(--bb-headings-color); } - .comment-footer .bb-bookmark { cursor: pointer; } @@ -13554,46 +12494,36 @@ a.comment-date:hover { -webkit-transition: 0.3s all; transition: 0.3s all; } - .comment-respond.bb-active { box-shadow: 0 6px 10px 0 rgba(0, 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 0.2s; transition: all linear 0.2s; } - .comment-respond .form-submit { margin: 0; text-align: right; @@ -13607,7 +12537,6 @@ a.comment-date:hover { -ms-flex-align: center; align-items: center; } - .comment-respond .comment-form-comment { margin-bottom: 15px; } @@ -13625,13 +12554,11 @@ p.comment-notes { .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"], @@ -13640,7 +12567,6 @@ p.comment-notes { } @media (min-width: 800px) { - .comment-form-author, .comment-form-email, .comment-form-url { @@ -13650,19 +12576,16 @@ p.comment-notes { 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; } @@ -13670,7 +12593,6 @@ p.comment-notes { #respond .comment-form-url { margin-right: 0; } - #respond .comment-form-url input { max-width: 100%; } @@ -13732,13 +12654,13 @@ p.form-submit { display: block; } -.slick-track::before, -.slick-track::after { +.slick-track:before, +.slick-track:after { display: table; content: ""; } -.slick-track::after { +.slick-track:after { clear: both; } @@ -13808,19 +12730,16 @@ p.form-submit { transition: 0.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); @@ -13836,11 +12755,9 @@ ul.slick-dots { list-style: none; text-align: center; } - ul.slick-dots li { display: inline-block; } - ul.slick-dots span { display: block; width: 8px; @@ -13849,7 +12766,6 @@ ul.slick-dots span { border: 1px solid #fff; margin: 0 2px; } - ul.slick-dots .slick-active span { background: #fff; cursor: pointer; @@ -13871,24 +12787,19 @@ ul.slick-dots .slick-active span { justify-content: center; right: 5px; } - .post-related-posts a.slick-arrow i { color: var(--bb-headings-color); font-size: 14px; } - .post-related-posts a.slick-arrow:hover i { color: var(--bb-primary-color); } - .post-related-posts a.slick-arrow.slick-disabled i { opacity: 0.5; } - .post-related-posts a.slick-arrow.slick-disabled:hover i { color: var(--bb-headings-color); } - .post-related-posts a.slick-arrow.bb-slide-prev { margin-right: 8px; right: 35px; @@ -13909,7 +12820,6 @@ body.page-template-page-fullwidth .wp-block-cover-image { 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; @@ -13925,7 +12835,7 @@ pre.wp-block-preformatted { .wp-block-media-text, figure.wp-block-audio { - margin: 0 0 1.6875rem; + margin: 0rem 0rem 1.6875rem; } ul.wp-block-gallery { @@ -13938,14 +12848,12 @@ blockquote.wp-block-pullquote { border-bottom: 1px solid rgba(0, 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; @@ -13962,7 +12870,6 @@ p.has-background { figure.wp-block-audio audio { width: 100%; } - figure.wp-block-audio figcaption { color: #939597; } @@ -13970,15 +12877,22 @@ figure.wp-block-audio figcaption { 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: 0.75em 1.25em; } - pre.wp-block-code code { font-size: 14px; line-height: 1.5; @@ -13992,7 +12906,6 @@ table.wp-block-table { margin-left: -10px; margin-right: -10px; } - .wp-block-columns p { padding-left: 10px; padding-right: 10px; @@ -14008,25 +12921,20 @@ hr.wp-block-separator { .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; } @@ -14036,24 +12944,20 @@ 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, @@ -14062,7 +12966,6 @@ ul.wp-block-latest-posts li .wp-block-latest-posts__post-author { 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; @@ -14079,7 +12982,6 @@ ul.wp-block-latest-posts li .wp-block-latest-posts__post-excerpt { 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, @@ -14089,7 +12991,6 @@ ul.wp-block-latest-posts li .wp-block-latest-posts__post-excerpt { 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, @@ -14130,7 +13031,6 @@ table.wp-block-table.is-style-regular { .entry-content img { vertical-align: bottom; } - .entry-content .emoji, .entry-content .emojioneemoji { vertical-align: middle; @@ -14151,7 +13051,6 @@ body .wp-block-cover .wp-block-cover-text { position: relative; padding-top: 56.25%; } - .wp-block-embed-wordpress-tv iframe { position: absolute; top: 0; @@ -14161,7 +13060,7 @@ body .wp-block-cover .wp-block-cover-text { } .wp-block-social-links { - margin: 1.6875rem 0; + margin: 1.6875rem 0rem; } .jssocials-shares { @@ -14240,10 +13139,10 @@ img.jssocials-share-logo { vertical-align: middle; } -.jssocials-share-logo.fa::before { +.jssocials-share-logo.fa:before { font-family: bb-icons; font-style: normal; - font-weight: 400; + font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; @@ -14255,15 +13154,17 @@ img.jssocials-share-logo { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - -.jssocials-share-logo.fa.fa-twitter::before { - content: "\edf4"; +.jssocials-share-logo.fa.fa-twitter:before { + content: "\ea12"; } - -.jssocials-share-logo.fa.fa-facebook::before { +.jssocials-share-logo.fa.fa-facebook:before { content: "\edd2"; } +.default-fi.sidebar-right.buddypanel-open .site-content-grid > .bb-share-container { + margin-left: -25px; +} + .full-fi .site-content-grid > .bb-share-container, .full-fi-invert .site-content-grid > .bb-share-container { margin-left: 60px; @@ -14284,31 +13185,25 @@ img.jssocials-share-logo { 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 { +.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; @@ -14317,13 +13212,11 @@ img.jssocials-share-logo { -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; @@ -14331,43 +13224,33 @@ img.jssocials-share-logo { -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .bb-share-container a > * { opacity: 0.4; } - .bb-share-container a:hover { color: var(--bb-headings-color); } - -.bb-share-container a:hover > i::before { +.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: 0.9; } - .bb-share-container a i.bb-icon-bookmark-small.bookmarked { opacity: 0.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 { position: absolute; top: auto; @@ -14401,12 +13284,10 @@ img.jssocials-share-logo { .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; @@ -14418,7 +13299,6 @@ img.jssocials-share-logo { .content-area .jssocials-shares { margin: 12px 0; } - .content-area .author-post-meta .jssocials-shares { margin-bottom: 6px; margin-top: 6px; @@ -14438,7 +13318,6 @@ img.jssocials-share-logo { } @media (max-width: 1400px) { - .bb-share-author-box { display: -webkit-box; display: -ms-flexbox; @@ -14455,23 +13334,19 @@ img.jssocials-share-logo { 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; @@ -14483,33 +13358,28 @@ img.jssocials-share-logo { } } @media (max-width: 1420px) { - .has-sidebar .site-content-grid > .bb-share-container { display: none; } } @media (min-width: 1241px) { - .single.full-fi .site-content-grid > .bb-share-container, .single.full-fi-invert .site-content-grid > .bb-share-container { display: block; } } @media (max-width: 1190px) { - .buddypanel-open.single-post:not(.has-sidebar) .site-content-grid > .bb-share-container, .buddypanel-open.single-attachment:not(.has-sidebar) .site-content-grid > .bb-share-container { display: none; } } @media (max-width: 1040px) { - .single-post:not(.has-sidebar) .site-content-grid > .bb-share-container, .single-attachment:not(.has-sidebar) .site-content-grid > .bb-share-container { display: none; } } - .bb-footer { -webkit-box-flex: 1; -ms-flex: 1; @@ -14518,25 +13388,20 @@ img.jssocials-share-logo { 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: -0.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; @@ -14545,38 +13410,31 @@ img.jssocials-share-logo { 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: 0.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 { +.bb-footer .menu-item-has-children:not(.hideshow):after { content: "\e826"; font-family: bb-icons; - font-weight: 400; + font-weight: normal; font-style: normal; speak: none; display: inline-block; @@ -14588,12 +13446,10 @@ img.jssocials-share-logo { -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%); @@ -14601,25 +13457,21 @@ img.jssocials-share-logo { 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 { +.bb-footer .sub-menu .menu-item-has-children:after { top: unset; } - -.bb-footer .menu-item-has-children > a::after { +.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; @@ -14627,36 +13479,29 @@ img.jssocials-share-logo { 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; @@ -14667,36 +13512,29 @@ img.jssocials-share-logo { -ms-flex-flow: row wrap; flex-flow: row wrap; } - .bb-footer .widget.buddypress div.item-options a { margin-right: 0.9375rem; font-size: 0.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; @@ -14706,11 +13544,9 @@ img.jssocials-share-logo { 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; @@ -14719,15 +13555,12 @@ img.jssocials-share-logo { 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; @@ -14740,29 +13573,23 @@ img.jssocials-share-logo { -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 { +.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; @@ -14811,11 +13638,9 @@ span.bb-separator.horizontal { text-align: right; line-height: 1.6; } - .footer-socials + .footer-desc { margin-top: 5px; } - .footer-desc p:last-child { margin-bottom: 0; } @@ -14831,35 +13656,29 @@ span.bb-separator.horizontal { 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: -0.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; } @@ -14875,7 +13694,6 @@ span.bb-separator.horizontal { flex-flow: row wrap; margin-bottom: 15px; } - .footer-logo-wrap .footer-logo { margin-right: 20px; } @@ -14894,7 +13712,6 @@ span.footer-tagline { -ms-flex-pack: end; justify-content: flex-end; } - .bb-footer.style-2 .footer-socials { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -14903,13 +13720,11 @@ span.footer-tagline { -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; } @@ -14934,39 +13749,32 @@ span.footer-tagline { .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 { +.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%; @@ -14975,7 +13783,6 @@ span.footer-tagline { } } @media screen and (max-width: 767px) { - .bb-footer .footer-widget { -webkit-box-flex: 0; -ms-flex: 0 0 50%; @@ -14992,7 +13799,6 @@ span.footer-tagline { -ms-flex-align: center; align-items: center; } - .footer-bottom .footer-menu, .footer-bottom .footer-socials { padding: 0; @@ -15041,14 +13847,12 @@ span.footer-tagline { } } @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; @@ -15058,7 +13862,6 @@ span.footer-tagline { } } @media screen and (max-width: 543px) { - .bb-footer .footer-widget { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -15066,7 +13869,6 @@ span.footer-tagline { max-width: 100%; } } - .bb-meeting-container { display: -webkit-box; display: -ms-flexbox; @@ -15079,30 +13881,25 @@ span.footer-tagline { 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; @@ -15113,7 +13910,6 @@ span.footer-tagline { #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; @@ -15125,12 +13921,10 @@ span.footer-tagline { margin: 5vh 0; box-shadow: 0 6px 24px 0 rgba(18, 43, 70, 0.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; @@ -15138,39 +13932,32 @@ span.footer-tagline { 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 { +#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: 400; + 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; @@ -15178,12 +13965,10 @@ span.footer-tagline { 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 { +#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: -0.24px; @@ -15191,35 +13976,28 @@ span.footer-tagline { 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 { +#buddypress #bp-new-zoom-meeting-form .submit.loading:after { content: "\ef30"; font-family: bb-icons; font-size: 18px; @@ -15239,8 +14017,7 @@ span.footer-tagline { .meeting-item-container { background-color: var(--bb-content-background-color); } - -.meeting-item-container .load-more .button.loading::after { +.meeting-item-container .load-more .button.loading:after { content: "\ef30"; font-family: bb-icons; font-size: 18px; @@ -15252,7 +14029,6 @@ span.footer-tagline { -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; @@ -15265,7 +14041,6 @@ span.footer-tagline { 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; @@ -15278,14 +14053,12 @@ span.footer-tagline { background-color: var(--bb-content-background-color); } -.bb-template-v2 .meeting-actions .meeting-actions-list.open::before { +.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); } @@ -15305,61 +14078,49 @@ span.footer-tagline { 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: 0.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); } @@ -15367,19 +14128,16 @@ span.footer-tagline { .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 */ @@ -15390,13 +14148,11 @@ span.footer-tagline { animation-duration: 0.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); @@ -15404,45 +14160,37 @@ span.footer-tagline { } } @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 0.6s; animation: fadein 0.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; @@ -15450,31 +14198,25 @@ span.footer-tagline { right: -5px; text-align: center; } - -.bb-onscreen-notification-enable .bb-onscreen-notification .notification-list .read-item.unread::before { +.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 { +.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; @@ -15482,50 +14224,41 @@ span.footer-tagline { animation-duration: 0.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 0.6s; animation: fadein 0.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 0.6s; animation: fadein 0.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; @@ -15533,13 +14266,11 @@ span.footer-tagline { animation-duration: 0.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); @@ -15547,36 +14278,30 @@ span.footer-tagline { } } @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 0.6s; animation: fadein 0.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; @@ -15584,13 +14309,11 @@ span.footer-tagline { animation-duration: 0.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); @@ -15598,13 +14321,11 @@ span.footer-tagline { } } @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); @@ -15619,11 +14340,9 @@ span.footer-tagline { 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; @@ -15648,13 +14367,11 @@ html body #onesignal-slidedown-container #onesignal-slidedown-dialog .slidedown- -webkit-transition: all linear 0.2s; transition: all linear 0.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; @@ -15666,37 +14383,29 @@ html body #onesignal-slidedown-container #onesignal-slidedown-dialog .slidedown- 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 { +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 { +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; @@ -15707,20 +14416,16 @@ html body .onesignal-user-preference .web-notification-field .bb-icon-spinner { border: 2px solid rgba(var(--bb-alternate-text-color-rgb), 0.2); border-top-color: var(--bb-alternate-text-color); } - -html body .onesignal-user-preference .web-notification-field .bb-icon-spinner::before { +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; @@ -15728,14 +14433,12 @@ html body .bb-onesignal-popup-close.notification-popup-close > p { 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; @@ -15743,12 +14446,10 @@ html body .bb-onesignal-popup-close.notification-popup-close .mfp-close { font-size: 24px; opacity: 0.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; @@ -15757,14 +14458,12 @@ html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup 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 { +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; @@ -15776,7 +14475,6 @@ html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup 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; @@ -15786,55 +14484,42 @@ html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup * Toast Messages */ .bb-toast-messages-enable .bb-toast-messages .toast-messages-list .read-item { - /* Animation */ } - .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: 0.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; @@ -15842,35 +14527,32 @@ html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup animation-duration: 0.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 0.6s; animation: fadein 0.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; @@ -15878,50 +14560,41 @@ html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup animation-duration: 0.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 0.6s; animation: fadein 0.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 0.6s; animation: fadein 0.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; @@ -15929,45 +14602,37 @@ html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup animation-duration: 0.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 0.6s; animation: fadein 0.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; @@ -15980,7 +14645,6 @@ html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup transition: all linear 0.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; @@ -15988,37 +14652,29 @@ html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup 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 0.2s; transition: all linear 0.2s; } - .bb-link-preview-container .bb-link-preview-image .bb-link-preview-image-cover { display: -webkit-box; display: -ms-flexbox; @@ -16034,12 +14690,10 @@ html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup 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 { +.bb-link-preview-container .bb-link-preview-image .bb-link-preview-image-cover:before { content: ""; position: absolute; inset: 0; @@ -16048,7 +14702,6 @@ html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup 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; @@ -16057,26 +14710,22 @@ html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup 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 { +.bb-link-preview-container .bb-link-preview-info:before, +.bb-link-preview-container .bb-link-preview-image:before { content: ""; -webkit-transition: all linear 0.3s; transition: all linear 0.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 { +.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, 0.05); position: absolute; @@ -16086,15 +14735,12 @@ html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup transition: all linear 0.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; } @@ -16106,25 +14752,20 @@ html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup .bb-url-scrapper-container #bb-close-link-suggestion { color: rgba(var(--bb-headings-color-rgb), 0.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: 0.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; @@ -16134,30 +14775,25 @@ html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup .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; @@ -16167,7 +14803,6 @@ html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup .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; } diff --git a/web/app/themes/buddyboss-theme/assets/css/theme.css.map b/web/app/themes/buddyboss-theme/assets/css/theme.css.map index 2f552588..48571300 100644 --- a/web/app/themes/buddyboss-theme/assets/css/theme.css.map +++ b/web/app/themes/buddyboss-theme/assets/css/theme.css.map @@ -1,6 +1,6 @@ { "version": 3, -"mappings": "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", +"mappings": "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", "sources": ["scss/functions/components/_utils.scss","scss/functions/components/_functions.scss","scss/elements/components/_normalize.scss","scss/functions/components/_variables.scss","scss/elements/components/_colors.scss","scss/elements/components/_typography.scss","scss/elements/components/_icons.scss","scss/elements/components/_grid.scss","scss/elements/components/_tables.scss","scss/elements/components/_forms.scss","scss/functions/components/_flex.scss","scss/elements/components/_buttons.scss","scss/functions/components/_buttons.scss","scss/elements/components/_breadcrumbs.scss","scss/elements/components/_pagination.scss","scss/elements/components/_positioning.scss","scss/functions/components/_breakpoints.scss","scss/elements/components/_utils.scss","scss/elements/components/_print.scss","scss/elements/components/_animation.scss","scss/elements/components/_dropdown.scss","scss/elements/components/_messages.scss","scss/elements/components/_tooltips.scss","scss/theme/components/_common.scss","scss/theme/components/_inputs.scss","scss/theme/components/_utility.scss","scss/theme/components/_layout.scss","scss/theme/components/_header.scss","scss/theme/components/_mobile-header.scss","scss/theme/components/_menu-icons.scss","scss/theme/components/_nav.scss","scss/theme/components/_buddypanel.scss","scss/theme/components/_widgets.scss","scss/theme/components/_blog.scss","scss/theme/components/_comments.scss","scss/theme/components/_slick.scss","scss/theme/components/_gutenberg.scss","scss/theme/components/_social-share.scss","scss/theme/components/_footer.scss","scss/theme/components/_zoom.scss","scss/theme/components/_on-screen-notification.scss","scss/theme/components/_web-push-notification.scss","scss/theme/components/_toast_messages.scss","scss/theme/components/_link_preview.scss"], "names": [], "file": "theme.css" diff --git a/web/app/themes/buddyboss-theme/assets/css/theme.min.css b/web/app/themes/buddyboss-theme/assets/css/theme.min.css index 2dc52caa..b9153729 100644 --- a/web/app/themes/buddyboss-theme/assets/css/theme.min.css +++ b/web/app/themes/buddyboss-theme/assets/css/theme.min.css @@ -1,4737 +1 @@ -.clearfix::after,.group::after{content:" ";display:table;clear:both} - -.h1,.h2,.h3,.h4,.h5,.h6,address,h1,h2,h3,h4,h5,h6,hr,p{margin:0 0 1.6875rem;padding:0}/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */article,aside,footer,header,nav,section{display:block} - -figcaption,figure,main{display:block} - -abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted} - -b,strong{font-weight:inherit} - -b,strong{font-weight:bolder} - -dfn{font-style:italic} - -mark{background-color:#ff0;color:#000} - -small{font-size:80%} - -sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline} - -sub{bottom:-.25em} - -sup{top:-.5em} - -audio,video{display:inline-block} - -audio:not([controls]){display:none;height:0} - -svg:not(:root){overflow:hidden} - -button,input,optgroup,select,textarea{margin:0} - -button,input{overflow:visible} - -button,select{text-transform:none} - -[type=reset],[type=submit],button,html [type=button]{appearance:button} - -[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0} - -[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText} - -legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal} - -progress{display:inline-block;vertical-align:baseline} - -textarea{overflow:auto} - -[type=checkbox],[type=radio]{box-sizing:border-box;padding:0} - -[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto} - -[type=search]{appearance:textfield;outline-offset:-2px} - -[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none} - -::-webkit-file-upload-button{appearance:button;font:inherit} - -details,menu{display:block} - -summary{display:list-item} - -canvas{display:inline-block} - -template{display:none} - -[hidden]{display:none} - -html{box-sizing:border-box} - -*,::after,::before{box-sizing:inherit} - -body{background-color:var(--bb-body-background-color);color:var(--bb-body-text-color);margin:0;font-family:-apple-system,blinkmacsystemfont,"Segoe UI",roboto,oxygen-sans,ubuntu,cantarell,"Helvetica Neue",sans-serif;font-size:16px;line-height:1.6875rem;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;overflow-x:hidden} - -body.mce-content-body{font-family:inherit;margin:.9375rem} - -img{border:0;font-style:italic;height:auto;max-width:100%;vertical-align:middle} - -a{background-color:transparent;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} - -.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,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:var(--bb-headings-color);font-family:-apple-system,blinkmacsystemfont,"Segoe UI",roboto,oxygen-sans,ubuntu,cantarell,"Helvetica Neue",sans-serif} - -dd,ol,ul{margin:0 0 1.6875rem 1.6875rem;padding:0} - -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:0 0;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:0 .1875rem;font-size:80%;background-color:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);border-radius:3px} - -code,kbd,pre,samp{font-family:"Courier New",courier,"Lucida Sans Typewriter","Lucida Typewriter",monospace;font-size:1rem} - -blockquote,q{font-size:1.25rem;font-weight:300;font-style:italic;color:var(--bb-body-text-color);line-height:1.637} - -hr{background-color:var(--bb-content-border-color);border:0;box-sizing:content-box;height:2px} - -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:700!important} - -.normal{font-weight:400!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-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} - -.bb-grid{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:-10px;margin-right:-10px;-ms-flex-wrap:wrap;flex-wrap:wrap} - -.bb-grid-cell,.bb-grid>*{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1px;list-style:none} - -.bb-grid-cell:not(.no-gutter),.bb-grid>:not(.no-gutter){padding-left:10px;padding-right:10px} - -.site-content-grid>style{display:none} - -.grid-reverse{-ms-flex-flow:row-reverse;flex-flow:row-reverse} - -.align-items-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start} - -.align-items-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end} - -.align-items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -.align-self-top{-ms-flex-item-align:start;align-self:flex-start} - -.align-self-bottom{-ms-flex-item-align:end;align-self:flex-end} - -.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}@media (max-width:543px){ - -.bb-grid{-ms-flex-flow:row wrap;flex-flow:row wrap} - -.bb-grid-cell,.bb-grid>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@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%}}@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}}@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} - -td.align-middle,tr.align-middle td{vertical-align:middle} - -td,th{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 td,tfoot th{color:var(--bb-alternate-text-color)} - -table tr:last-child td,table tr:last-child th{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 td,.wp-block-table table th{border-color:var(--bb-content-border-color);border-right:1px solid var(--bb-content-border-color)} - -.wp-block-table table tr td:last-child,.wp-block-table table tr th:last-child{border-right:0} - -.wp-block-table table td:first-child,.wp-block-table table th:first-child{padding-left:1rem} - -.wp-block-table table td:last-child,.wp-block-table table th: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,select,textarea{display:inline-block;font-family:inherit;font-style:inherit;font-size:15px;height:41px;outline:0;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,select.placeholder,textarea.placeholder{color:#c3c6c9} - -input:placeholder,select:placeholder,textarea:placeholder{color:#c3c6c9} - -input::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#c3c6c9} - -input:-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#c3c6c9} - -input::placeholder,select::placeholder,textarea::placeholder{color:#c3c6c9} - -input:input-placeholder,select:input-placeholder,textarea:input-placeholder{color:#c3c6c9} - -input::input-placeholder,select::input-placeholder,textarea::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,select.small,textarea.small{height:34px;font-size:13px;padding:0 12px;border-radius:var(--bb-input-radius)} - -input.big,select.big,textarea.big{height:48px;font-size:17px;padding:0 12px;border-radius:var(--bb-input-radius)} - -input:focus,select:focus,textarea:focus{outline:0;background-color:var(--bb-content-background-color);box-shadow:var(--bb-input-focus-shadow);border-color:var(--bb-input-focus-border-color)} - -input.success,select.success,textarea.success{background-color:rgba(var(--bb-success-color-rgb),.1);border:1px solid rgba(var(--bb-success-color-rgb),.15)} - -input.success:focus,select.success:focus,textarea.success:focus{border-color:var(--bb-success-color);box-shadow:none} - -input.disabled,input:disabled,select.disabled,select:disabled,textarea.disabled,textarea:disabled{background-color:var(--bb-content-alternate-background-color);opacity:.75} - -input.error,select.error,textarea.error{border-color:rgba(var(--bb-danger-color-rgb),1)} - -input.error:focus,select.error:focus,textarea.error:focus{border-color:var(--bb-danger-color);box-shadow:none} - -select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:right 1rem center;padding-right:40px} - -select[multiple]{background-image:none;height:auto;padding:.5rem .75rem} - -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:0 0;box-shadow:none;display:inline-block} - -input.search,input[name=bbp_search],input[type=search]{background-repeat:no-repeat;background-size:16px;background-image:url(../images/svg/search.svg);background-position:left 10px center;padding-left:2rem} - -input.select2-search__field{background:0 0} - -input[type=checkbox],input[type=radio]{display:inline-block;width:auto;height:auto;padding:0} - -label{color:var(--bb-headings-color);margin-bottom:.25rem;font-size:17px} - -label .desc,label .error,label .success,label.checkbox{text-transform:none;font-weight:400} - -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:700;color:var(--bb-danger-color);font-size:110%} - -div.desc,span.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-item,form{margin-bottom:2rem} - -.form>.form-item:last-child{margin-bottom:0} - -.form .row:last-child .form-item{margin-bottom:0} - -.form span.error,.form span.success{font-size:14px;line-height:20px;margin-left:.25rem} - -.form-inline input,.form-inline select,.form-inline textarea{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:400;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:"\e876";position:absolute;left:3px;top:3px;font-family:bb-icons;font-weight:400;color:#fff;font-size:14px;display:block} - -.bs-styled-radio{position:absolute;opacity:0} - -.bs-styled-radio+.bb-radio-label,.bs-styled-radio+label{display:inline-block;position:relative;cursor:pointer;padding:0} - -.bs-styled-radio+.bb-radio-label::before,.bs-styled-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+.bb-radio-label,.bs-styled-radio:disabled+label{color:#b8b8b8;cursor:auto} - -.bs-styled-radio:disabled+.bb-radio-label::before,.bs-styled-radio:disabled+label::before{box-shadow:none;background:#ddd} - -.bs-styled-radio:checked+.bb-radio-label::after,.bs-styled-radio:checked+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%}} - -input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none} - -.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,.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,.button,button,input[type=button],input[type=submit]{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:0;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} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment: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,.button:focus,button:focus,input[type=button]:focus,input[type=submit]:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.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,.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,.button i,button i,input[type=button] i,input[type=submit] i{position:relative} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel: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:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:hover,.buddypress .buddypress-wrap .comment-reply-link:focus,.buddypress .buddypress-wrap .comment-reply-link:hover,.buddypress .buddypress-wrap .generic-button a:focus,.buddypress .buddypress-wrap .generic-button a:hover,.buddypress .buddypress-wrap a.bp-title-button:focus,.buddypress .buddypress-wrap a.bp-title-button:hover,.buddypress .buddypress-wrap a.button:focus,.buddypress .buddypress-wrap a.button:hover,.buddypress .buddypress-wrap button:focus,.buddypress .buddypress-wrap button:hover,.buddypress .buddypress-wrap input[type=button]:focus,.buddypress .buddypress-wrap input[type=button]:hover,.buddypress .buddypress-wrap input[type=reset]:focus,.buddypress .buddypress-wrap input[type=reset]:hover,.buddypress .buddypress-wrap input[type=submit]:focus,.buddypress .buddypress-wrap input[type=submit]:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:focus,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:hover,.button:focus,.button:hover,button:focus,button:hover,input[type=button]:focus,input[type=button]:hover,input[type=submit]:focus,input[type=submit]:hover{outline:0;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)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save:active,.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:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:hover,.buddypress .buddypress-wrap .comment-reply-link:active,.buddypress .buddypress-wrap .comment-reply-link:focus,.buddypress .buddypress-wrap .comment-reply-link:hover,.buddypress .buddypress-wrap .generic-button a:active,.buddypress .buddypress-wrap .generic-button a:focus,.buddypress .buddypress-wrap .generic-button a:hover,.buddypress .buddypress-wrap a.bp-title-button:active,.buddypress .buddypress-wrap a.bp-title-button:focus,.buddypress .buddypress-wrap a.bp-title-button:hover,.buddypress .buddypress-wrap a.button:active,.buddypress .buddypress-wrap a.button:focus,.buddypress .buddypress-wrap a.button:hover,.buddypress .buddypress-wrap button:active,.buddypress .buddypress-wrap button:focus,.buddypress .buddypress-wrap button:hover,.buddypress .buddypress-wrap input[type=button]:active,.buddypress .buddypress-wrap input[type=button]:focus,.buddypress .buddypress-wrap input[type=button]:hover,.buddypress .buddypress-wrap input[type=reset]:active,.buddypress .buddypress-wrap input[type=reset]:focus,.buddypress .buddypress-wrap input[type=reset]:hover,.buddypress .buddypress-wrap input[type=submit]:active,.buddypress .buddypress-wrap input[type=submit]:focus,.buddypress .buddypress-wrap input[type=submit]:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:active,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:focus,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:hover,.button:active,.button:focus,.button:hover,button:active,button:focus,button:hover,input[type=button]:active,input[type=button]:focus,input[type=button]:hover,input[type=submit]:active,input[type=submit]:focus,input[type=submit]:hover{outline:0;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)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.disabled,button.disabled,input[type=button].disabled,input[type=submit].disabled{cursor:default;font-style:normal;color:#c8cbcf;background-color:#f5f5f5;opacity:1} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.small,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.small,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.small,button.small,input[type=button].small,input[type=submit].small{font-size:14px;font-weight:500;min-height:34px;line-height:34px;padding:0 20px;border-radius:var(--bb-button-radius)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.big,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.big,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.big,button.big,input[type=button].big,input[type=submit].big{font-size:16px;min-height:62px;line-height:62px;padding:0 40px;border-radius:var(--bb-button-radius)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.large,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.large,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.large,button.large,input[type=button].large,input[type=submit].large{font-size:16px;min-height:50px;line-height:50px;padding:0 30px;border-radius:var(--bb-button-radius)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.full,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.full,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.full,button.full,input[type=button].full,input[type=submit].full{width:100%} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary,button.secondary,input[type=button].secondary,input[type=submit].secondary{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)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary:hover,button.secondary:hover,input[type=button].secondary:hover,input[type=submit].secondary:hover{color:#1e2132;background-color:rgba(255,255,255,.05)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary:active,button.secondary:active,input[type=button].secondary:active,input[type=submit].secondary:active{color:#1e2132;background-color:rgba(255,255,255,.09)} - -.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.action-save.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.secondary.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{color:#c8cbcf;background-color:#f5f5f5} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary.outline,button.secondary.outline,input[type=button].secondary.outline,input[type=submit].secondary.outline{background:0 0;color:#fff;border-color:#fff} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary.outline:hover,button.secondary.outline:hover,input[type=button].secondary.outline:hover,input[type=submit].secondary.outline:hover{color:rgba(255,255,255,.05);border-color:rgba(255,255,255,.05)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary.outline:active,button.secondary.outline:active,input[type=button].secondary.outline:active,input[type=submit].secondary.outline:active{color:rgba(255,255,255,.12);border-color:rgba(255,255,255,.12)} - -.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.action-save.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.secondary.outline.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{background:#f5f5f5;color:#dedfe2;border-color:#dedfe2;opacity:1} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary:focus,button.secondary:focus,input[type=button].secondary:focus,input[type=submit].secondary:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary:hover,button.secondary:hover,input[type=button].secondary:hover,input[type=submit].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)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success,button.success,input[type=button].success,input[type=submit].success{color:#fff;background-color:var(--bb-success-color)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success:hover,button.success:hover,input[type=button].success:hover,input[type=submit].success:hover{color:#fff;background-color:rgba(var(--bb-success-color),.05)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success:active,button.success:active,input[type=button].success:active,input[type=submit].success:active{color:#fff;background-color:rgba(var(--bb-success-color),.09)} - -.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.action-save.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.success.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{color:#c8cbcf;background-color:#f5f5f5} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success.outline,button.success.outline,input[type=button].success.outline,input[type=submit].success.outline{background:0 0;color:var(--bb-success-color);border-color:var(--bb-success-color)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success.outline:hover,button.success.outline:hover,input[type=button].success.outline:hover,input[type=submit].success.outline:hover{color:rgba(var(--bb-success-color),.05);border-color:rgba(var(--bb-success-color),.05)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success.outline:active,button.success.outline:active,input[type=button].success.outline:active,input[type=submit].success.outline:active{color:rgba(var(--bb-success-color),.12);border-color:rgba(var(--bb-success-color),.12)} - -.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.action-save.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.success.outline.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{background:#f5f5f5;color:#dedfe2;border-color:#dedfe2;opacity:1} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.error,button.error,input[type=button].error,input[type=submit].error{color:#fff;background-color:var(--bb-danger-color)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error: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.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,.button.error:hover,button.error:hover,input[type=button].error:hover,input[type=submit].error:hover{color:#fff;background-color:rgba(var(--bb-danger-color),.05)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.error:active,button.error:active,input[type=button].error:active,input[type=submit].error:active{color:#fff;background-color:rgba(var(--bb-danger-color),.09)} - -.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.action-save.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.error.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{color:#c8cbcf;background-color:#f5f5f5} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.error.outline,button.error.outline,input[type=button].error.outline,input[type=submit].error.outline{background:0 0;color:var(--bb-danger-color);border-color:var(--bb-danger-color)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.error.outline:hover,button.error.outline:hover,input[type=button].error.outline:hover,input[type=submit].error.outline:hover{color:rgba(var(--bb-danger-color),.05);border-color:rgba(var(--bb-danger-color),.05)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.error.outline:active,button.error.outline:active,input[type=button].error.outline:active,input[type=submit].error.outline:active{color:rgba(var(--bb-danger-color),.12);border-color:rgba(var(--bb-danger-color),.12)} - -.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.action-save.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.error.outline.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{background:#f5f5f5;color:#dedfe2;border-color:#dedfe2;opacity:1} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.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.error.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.error:hover,.buddypress .buddypress-wrap .comment-reply-link.error.outline:hover,.buddypress .buddypress-wrap .comment-reply-link.error:hover,.buddypress .buddypress-wrap .generic-button a.error.outline:hover,.buddypress .buddypress-wrap .generic-button a.error:hover,.buddypress .buddypress-wrap a.bp-title-button.error.outline:hover,.buddypress .buddypress-wrap a.bp-title-button.error:hover,.buddypress .buddypress-wrap a.button.error.outline:hover,.buddypress .buddypress-wrap a.button.error:hover,.buddypress .buddypress-wrap button.error.outline:hover,.buddypress .buddypress-wrap button.error:hover,.buddypress .buddypress-wrap input[type=button].error.outline:hover,.buddypress .buddypress-wrap input[type=button].error:hover,.buddypress .buddypress-wrap input[type=reset].error.outline:hover,.buddypress .buddypress-wrap input[type=reset].error:hover,.buddypress .buddypress-wrap input[type=submit].error.outline:hover,.buddypress .buddypress-wrap input[type=submit].error:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error.outline:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error:hover,.button.error.outline:hover,.button.error:hover,button.error.outline:hover,button.error:hover,input[type=button].error.outline:hover,input[type=button].error:hover,input[type=submit].error.outline:hover,input[type=submit].error:hover{background-color:var(--bb-secondary-button-background-regular);border-color:var(--bb-danger-color);color:var(--bb-danger-color)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted,button.inverted,input[type=button].inverted,input[type=submit].inverted{color:#000;background-color:#fff} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted:hover,button.inverted:hover,input[type=button].inverted:hover,input[type=submit].inverted:hover{color:#000;background-color:rgba(255,255,255,.05)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted:active,button.inverted:active,input[type=button].inverted:active,input[type=submit].inverted:active{color:#000;background-color:rgba(255,255,255,.09)} - -.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.action-save.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.inverted.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{color:#c8cbcf;background-color:#f5f5f5} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted.outline,button.inverted.outline,input[type=button].inverted.outline,input[type=submit].inverted.outline{background:0 0;color:#fff;border-color:#fff} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted.outline:hover,button.inverted.outline:hover,input[type=button].inverted.outline:hover,input[type=submit].inverted.outline:hover{color:rgba(255,255,255,.05);border-color:rgba(255,255,255,.05)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted.outline:active,button.inverted.outline:active,input[type=button].inverted.outline:active,input[type=submit].inverted.outline:active{color:rgba(255,255,255,.12);border-color:rgba(255,255,255,.12)} - -.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.action-save.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.inverted.outline.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{background:#f5f5f5;color:#dedfe2;border-color:#dedfe2;opacity:1} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted:hover,button.inverted:hover,input[type=button].inverted:hover,input[type=submit].inverted:hover{opacity:.7} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.round,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.round,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.round,button.round,input[type=button].round,input[type=submit].round{border-radius:50px} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.raised,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.raised,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.raised,button.raised,input[type=button].raised,input[type=submit].raised{box-shadow:0 1px 3px rgba(0,0,0,.3)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.outline,button.outline,input[type=button].outline,input[type=submit].outline{background:0 0;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} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.outline:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.outline:focus,button.outline:focus,input[type=button].outline:focus,input[type=submit].outline:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.outline:active,.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:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.outline:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.outline:hover,.buddypress .buddypress-wrap .comment-reply-link.outline:active,.buddypress .buddypress-wrap .comment-reply-link.outline:focus,.buddypress .buddypress-wrap .comment-reply-link.outline:hover,.buddypress .buddypress-wrap .generic-button a.outline:active,.buddypress .buddypress-wrap .generic-button a.outline:focus,.buddypress .buddypress-wrap .generic-button a.outline:hover,.buddypress .buddypress-wrap a.bp-title-button.outline:active,.buddypress .buddypress-wrap a.bp-title-button.outline:focus,.buddypress .buddypress-wrap a.bp-title-button.outline:hover,.buddypress .buddypress-wrap a.button.outline:active,.buddypress .buddypress-wrap a.button.outline:focus,.buddypress .buddypress-wrap a.button.outline:hover,.buddypress .buddypress-wrap button.outline:active,.buddypress .buddypress-wrap button.outline:focus,.buddypress .buddypress-wrap button.outline:hover,.buddypress .buddypress-wrap input[type=button].outline:active,.buddypress .buddypress-wrap input[type=button].outline:focus,.buddypress .buddypress-wrap input[type=button].outline:hover,.buddypress .buddypress-wrap input[type=reset].outline:active,.buddypress .buddypress-wrap input[type=reset].outline:focus,.buddypress .buddypress-wrap input[type=reset].outline:hover,.buddypress .buddypress-wrap input[type=submit].outline:active,.buddypress .buddypress-wrap input[type=submit].outline:focus,.buddypress .buddypress-wrap input[type=submit].outline:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.outline:active,.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:hover,.button.outline:active,.button.outline:focus,.button.outline:hover,button.outline:active,button.outline:focus,button.outline:hover,input[type=button].outline:active,input[type=button].outline:focus,input[type=button].outline:hover,input[type=submit].outline:active,input[type=submit].outline:focus,input[type=submit].outline: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)} - -.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.action-save.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.outline.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{opacity:.5} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.upper,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.upper,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.upper,button.upper,input[type=button].upper,input[type=submit].upper{text-transform:uppercase;letter-spacing:.04em;font-size:14px} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.upper.small,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.upper.small,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.upper.small,button.upper.small,input[type=button].upper.small,input[type=submit].upper.small{font-size:12px} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.upper.big,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.upper.big,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.upper.big,button.upper.big,input[type=button].upper.big,input[type=submit].upper.big{font-size:14px} - -.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.upper.large,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.upper.large,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.upper.large,button.upper.large,input[type=button].upper.large,input[type=submit].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:active,.wp-block-file .wp-block-file__button:focus,.wp-block-file .wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__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)} - -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 a,.breadcrumbs span{font-style:normal;padding:0 .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 a,.breadcrumbs li:first-child span{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 a,.pagination span{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 li.active a,.pagination span{color:rgba(0,0,0,.5);border-color:#e0e1e1;cursor:text} - -.pagination.upper{font-size:14px} - -.bbp-pagination-links{border:0;padding:0;background:0 0;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,.llms-pagination>ul,.woocommerce-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-lms-pagination .page-numbers,.bb-lms-pagination .post-page-numbers,.bbp-pagination-links .page-numbers,.bbp-pagination-links .post-page-numbers,.bp-pagination-links .page-numbers,.bp-pagination-links .post-page-numbers,.llms-pagination .page-numbers,.llms-pagination .post-page-numbers,.page-links .page-numbers,.page-links .post-page-numbers,.woocommerce-pagination .page-numbers,.woocommerce-pagination .post-page-numbers{display:inline-block;width:28px;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 a.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.post-page-numbers,.bbp-pagination-links a.page-numbers:not(.prev,.next),.bbp-pagination-links a.post-page-numbers,.bp-pagination-links a.page-numbers:not(.prev,.next),.bp-pagination-links a.post-page-numbers,.llms-pagination a.page-numbers:not(.prev,.next),.llms-pagination a.post-page-numbers,.page-links a.page-numbers:not(.prev,.next),.page-links a.post-page-numbers,.woocommerce-pagination a.page-numbers:not(.prev,.next),.woocommerce-pagination 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.post-page-numbers:hover,.bb-lms-pagination a.page-numbers:not(.prev,.next):hover,.bb-lms-pagination a.post-page-numbers:hover,.bbp-pagination-links a.page-numbers:not(.prev,.next):hover,.bbp-pagination-links a.post-page-numbers:hover,.bp-pagination-links a.page-numbers:not(.prev,.next):hover,.bp-pagination-links a.post-page-numbers:hover,.llms-pagination a.page-numbers:not(.prev,.next):hover,.llms-pagination a.post-page-numbers:hover,.page-links a.page-numbers:not(.prev,.next):hover,.page-links a.post-page-numbers:hover,.woocommerce-pagination a.page-numbers:not(.prev,.next):hover,.woocommerce-pagination a.post-page-numbers:hover{color:var(--bb-primary-color)} - -.bb-bp-invites-content .table-responsive a.prev,.bb-lms-pagination a.prev,.bbp-pagination-links a.prev,.bp-pagination-links a.prev,.llms-pagination a.prev,.page-links a.prev,.woocommerce-pagination a.prev{margin-right:5px} - -.bb-bp-invites-content .table-responsive a.next,.bb-lms-pagination a.next,.bbp-pagination-links a.next,.bp-pagination-links a.next,.llms-pagination a.next,.page-links a.next,.woocommerce-pagination a.next{margin-left:5px} - -.bb-bp-invites-content .table-responsive a.next,.bb-bp-invites-content .table-responsive a.prev,.bb-lms-pagination a.next,.bb-lms-pagination a.prev,.bbp-pagination-links a.next,.bbp-pagination-links a.prev,.bp-pagination-links a.next,.bp-pagination-links a.prev,.llms-pagination a.next,.llms-pagination a.prev,.page-links a.next,.page-links a.prev,.woocommerce-pagination a.next,.woocommerce-pagination a.prev{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.next:hover,.bb-bp-invites-content .table-responsive a.prev:hover,.bb-lms-pagination a.next:hover,.bb-lms-pagination a.prev:hover,.bbp-pagination-links a.next:hover,.bbp-pagination-links a.prev:hover,.bp-pagination-links a.next:hover,.bp-pagination-links a.prev:hover,.llms-pagination a.next:hover,.llms-pagination a.prev:hover,.page-links a.next:hover,.page-links a.prev:hover,.woocommerce-pagination a.next:hover,.woocommerce-pagination a.prev:hover{background-color:var(--bb-content-alternate-background-color)} - -.bb-bp-invites-content .table-responsive a.next::before,.bb-bp-invites-content .table-responsive a.prev::before,.bb-lms-pagination a.next::before,.bb-lms-pagination a.prev::before,.bbp-pagination-links a.next::before,.bbp-pagination-links a.prev::before,.bp-pagination-links a.next::before,.bp-pagination-links a.prev::before,.llms-pagination a.next::before,.llms-pagination a.prev::before,.page-links a.next::before,.page-links a.prev::before,.woocommerce-pagination a.next::before,.woocommerce-pagination a.prev::before{font-family:bb-icons;speak:none;font-style:normal;font-weight:400;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,.bbp-pagination-links a.prev::before,.bp-pagination-links a.prev::before,.llms-pagination a.prev::before,.page-links a.prev::before,.woocommerce-pagination a.prev::before{content:"\e8ab"} - -.bb-bp-invites-content .table-responsive a.next::before,.bb-lms-pagination a.next::before,.bbp-pagination-links a.next::before,.bp-pagination-links a.next::before,.llms-pagination a.next::before,.page-links a.next::before,.woocommerce-pagination a.next::before{content:"\e827"} - -.bb-bp-invites-content .table-responsive span.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.post-page-numbers,.bbp-pagination-links span.page-numbers:not(.dots),.bbp-pagination-links span.post-page-numbers,.bp-pagination-links span.page-numbers:not(.dots),.bp-pagination-links span.post-page-numbers,.llms-pagination span.page-numbers:not(.dots),.llms-pagination span.post-page-numbers,.page-links span.page-numbers:not(.dots),.page-links span.post-page-numbers,.woocommerce-pagination span.page-numbers:not(.dots),.woocommerce-pagination 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-lms-pagination span.page-numbers.disabled,.bbp-pagination-links span.page-numbers.disabled,.bp-pagination-links span.page-numbers.disabled,.llms-pagination span.page-numbers.disabled,.page-links span.page-numbers.disabled,.woocommerce-pagination span.page-numbers.disabled{background-color:transparent;color:var(--bb-body-text-color)} - -.llms-pagination ul.page-numbers,.woocommerce nav.woocommerce-pagination ul.page-numbers,.woocommerce-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} - -.woocommerce nav.woocommerce-pagination ul li,.woocommerce-pagination ul li,body.woocommerce nav.woocommerce-pagination ul li{margin:0 3px} - -.woocommerce nav.woocommerce-pagination ul li a,.woocommerce-pagination ul li a,body.woocommerce nav.woocommerce-pagination ul li a{background-color:transparent} - -.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce-pagination ul li a:focus,.woocommerce-pagination ul li a:hover,body.woocommerce nav.woocommerce-pagination ul li a:focus,body.woocommerce nav.woocommerce-pagination ul li a:hover{color:var(--bb-primary-color);background-color:transparent} - -.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,body.woocommerce nav.woocommerce-pagination ul li a.next,body.woocommerce nav.woocommerce-pagination ul li a.prev{font-size:0;color:var(--bb-body-text-color);background-color:var(--bb-content-background-color)} - -.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,body.woocommerce nav.woocommerce-pagination ul li a.next:hover,body.woocommerce nav.woocommerce-pagination ul li a.prev:hover{background-color:var(--bb-content-alternate-background-color)} - -.woocommerce nav.woocommerce-pagination ul li span.current,.woocommerce-pagination ul li span.current,body.woocommerce nav.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.next,.buddypress-wrap .bp-pagination .bp-pagination-links a.prev,.buddypress-wrap .bp-pagination .bp-pagination-links span.next,.buddypress-wrap .bp-pagination .bp-pagination-links span.prev{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 embed,.video-container iframe:not(.wp-embedded-content),.video-container object{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:0 0!important;color:#000!important;box-shadow:none!important;text-shadow:none!important} - -a,a:visited{text-decoration:underline} - -blockquote,pre{border:1px solid #999;page-break-inside:avoid} - -h2,h3,p{orphans:3;widows:3} - -thead{display:table-header-group} - -img,tr{page-break-inside:avoid} - -img{max-width:100%!important} - -h2,h3,h4{page-break-after:avoid}@page{margin:.5cm}} - -.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(0);transform:rotate(0)} - -to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{ - -from{-webkit-transform:rotate(0);transform:rotate(0)} - -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 .2s;animation:zoom-in .2s} - -.zoomOut{-webkit-animation:zoom-out .5s;animation:zoom-out .5s} - -.slideInRight{-webkit-animation:slide-in-right .5s;animation:slide-in-right .5s} - -.slideInLeft{-webkit-animation:slide-in-left .5s;animation:slide-in-left .5s} - -.slideInDown{-webkit-animation:slide-in-down .5s;animation:slide-in-down .5s} - -.slideOutLeft{-webkit-animation:slide-out-left .5s;animation:slide-out-left .5s} - -.slideOutRight{-webkit-animation:slide-out-right .5s;animation:slide-out-right .5s} - -.slideOutUp{-webkit-animation:slide-out-up .5s;animation:slide-out-up .5s} - -.slideUp{overflow:hidden;-webkit-animation:slide-up .2s ease-in-out;animation:slide-up .2s 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 .5s cubic-bezier(.5,-.5,.5,1.5);animation:flip-out .5s cubic-bezier(.5,-.5,.5,1.5)} - -.rotate{-webkit-animation:rotate .5s;animation:rotate .5s} - -.pulse{-webkit-animation:pulse 250ms 2;animation:pulse 250ms 2} - -.shake{-webkit-animation:shake .5s;animation:shake .5s} - -.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::after,[data-balloon]:hover::before,[data-balloon][data-balloon-visible]::after,[data-balloon][data-balloon-visible]::before{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]::after,[data-balloon][data-balloon-blunt]::before{-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{box-shadow:0 3px 24px 0 rgba(18,43,70,.08);border-left-color:#fff;border-right-color:#fff;border-radius:3px;position:relative;z-index:1} - -.bs-item-list.list-view.notification-list .bs-item-wrap:not(.no-hover-effect,.header-total-reply-count):hover{border-left-color:transparent;border-right-color:transparent} - -.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:0 0;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:first-child{border-top-left-radius:var(--bb-block-radius);border-top-right-radius:var(--bb-block-radius)} - -#bbpress-forums .bs-item-list.list-view:not(.bbp-lead-topic)>li:first-child>.bs-item-wrap,#bbpress-forums .bs-item-list.list-view:not(.bbp-lead-topic)>li:first-child>div.bs-reply-list-item{border-top-left-radius:var(--bb-block-radius);border-top-right-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>.bs-item-wrap,#bbpress-forums .bs-item-list.list-view:not(.bbp-lead-topic)>li:last-child>div.bs-reply-list-item{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:first-child{border-radius:var(--bb-block-radius)} - -#bbpress-forums .bs-item-list.list-view:not(.bbp-lead-topic)>li:last-child:first-child>.bs-item-wrap,#bbpress-forums .bs-item-list.list-view:not(.bbp-lead-topic)>li:last-child:first-child>div.bs-reply-list-item{border-radius:var(--bb-block-radius)} - -.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} - -.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 #000;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%} - -.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:"\ee65";font-weight:200} - -#pass-strength-result.bad,#pass-strength-result.error{background-color:rgba(var(--bb-warning-color-rgb),.1);color:var(--bb-warning-color);border-color:rgba(0,0,0,.05)} - -#pass-strength-result.bad::before,#pass-strength-result.error::before{content:"\ee66";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:"\eebc";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:"\e876";font-weight:200} - -.bp-navs ul::after,.bp-navs::after{content:" ";display:table;clear:both} - -.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} - -.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:0 0} - -.activity-update-form~.mpp-media-upload-container a.mpp-upload-container-close::before{content:"\e828";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} - -.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-checkbox-help::before,.bb-checkbox .bb-radio-help::before,.bb-radio .bb-checkbox-help::before,.bb-radio .bb-radio-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:"\e876";width:22px;height:22px;font-family:bb-icons;font-style:normal;font-weight:400;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} - -.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:#fff;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} - -.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden} - -.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{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:700;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} - -.wp-caption{background-color:#e6e6e6;max-width:100%;overflow:hidden;text-align:center} - -.wp-caption.alignleft{margin:.5rem 2rem 1.625rem 0} - -.wp-caption.aligncenter{margin-left:auto;margin-right:auto} - -.wp-caption.alignright{margin:.5rem 0 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{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:#f5f5f5;margin:0;max-width:100%;padding:5px} - -.gallery img{display:block;height:auto;width:100%} - -.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(../images/svg/loader.svg) center no-repeat #fff;background-size:62px;-webkit-transition:.3s all;transition:.3s all;z-index:9999} - -.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;height:1em;width:1em;margin:0 .07em;vertical-align:-.1em;background:0 0;padding:0} - -[contenteditable]:empty::before{content:"\feff"} - -.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(../images/adminbar-background.png);background-repeat:repeat-x;background-attachment:fixed} - -body,html{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} - -.bb-footer,.site-content:not(.maintenance-content),.site-header{padding:0 10px} - -.site-content{min-height:70vh} - -.sticky-header .site-content{min-height:85vh} - -.site-main{position:relative} - -.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(.activate) .site,.bb-buddypanel:not(.register) .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}} - -.error-404,.no-results.not-found{padding-top:40px;padding-bottom:40px} - -.error-404 .page-header,.no-results.not-found .page-header{margin-bottom:40px} - -.error-404 .page-title,.no-results.not-found .page-title{margin-bottom:10px} - -.error-404 .desc,.no-results.not-found .desc{font-size:18px;font-weight:300;color:var(--bb-body-text-color);letter-spacing:-.24px;line-height:1.5} - -.error-404 .button,.no-results.not-found .button{min-width:140px} - -.error-404 .bb-img-404,.no-results.not-found .bb-img-404{margin:0 auto 40px} - -.error-404 .bb-img-404--theme-2-0 svg>path,.no-results.not-found .bb-img-404--theme-2-0 svg>path{fill:var(--bb-body-background-color);stroke:var(--bb-primary-color)} - -.error-404 .bb-img-404--theme-2-0 svg g path,.no-results.not-found .bb-img-404--theme-2-0 svg g path{fill:var(--bb-primary-color)} - -.error-404 .bb-img-404--theme-2-0 svg circle,.no-results.not-found .bb-img-404--theme-2-0 svg circle{stroke:var(--bb-primary-color)} - -.error-404 .bb-img-404--theme-2-0 svg .circle-fill-404,.no-results.not-found .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:"\ef10";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 .no-results-img{margin-bottom:50px} - -.avatar{aspect-ratio:1;object-fit:cover;border-radius:50%}@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 .header-aside .notification-dropdown i,.site-header .header-search-wrap i,.site-header .notification-dropdown i,.site-header 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:"\e8ab"} - -.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} - -.buddypanel-logo .site-header .header-2 .buddypanel_logo_display_on{display:block;visibility:hidden;opacity:0} - -.header-aside .notification-list.bb-nouveau-list .actions .dashicons-dismiss::before,.header-aside .notification-list.bb-nouveau-list .actions .dashicons-hidden::before,.header-aside .notification-list.bb-nouveau-list .actions .dashicons-trash::before,.header-aside .notification-list.bb-nouveau-list .actions .dashicons-visibility::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:610;width:100%} - -.sticky-header .site-header.has-scrolled{box-shadow:0 1px 0 0 rgba(139,141,157,.05),0 5px 10px 0 rgba(65,71,108,.15)} - -.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 .header-aside,.header-2 .main-navigation{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} - -.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 .search-field-top,.header-search-wrap input.search-field{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:0;padding:10px 15px 10px 35px;text-overflow:ellipsis;white-space:nowrap;width:100%} - -.header-search-wrap .search-field-top:focus,.header-search-wrap input.search-field: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-help-content,.bb-header-more-menu:hover .bb-help-link::after,.bb-header-more-menu:hover .bb-more-menu-icon::after,.bb-header-more-menu:hover .bb-more-menu-nav,.bb-help-dropdown-wrap:hover .bb-help-content,.bb-help-dropdown-wrap:hover .bb-help-link::after,.bb-help-dropdown-wrap:hover .bb-more-menu-icon::after,.bb-help-dropdown-wrap:hover .bb-more-menu-nav{opacity:1;visibility:visible} - -.bb-help-link,.bb-more-menu-icon{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-help-link::after,.bb-more-menu-icon::after{content:" ";position:absolute;width:0;height:0;bottom:-1px;margin:0;right:5px;box-sizing:border-box;border:8px 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:101;opacity:0;visibility:hidden} - -.bb-help-content,.bb-more-menu-nav{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;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]::after,.bb-more-menu-nav [data-balloon]::before{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} - -#header-messages-dropdown-elem .menu-item-has-children:not(.hideshow)::after,#header-notification-dropdown-elem .menu-item-has-children:not(.hideshow)::after,.bb-header-search-bar .menu-item-has-children:not(.hideshow)::after{display:none} - -.notification-wrap,.user-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-messages-dropdown-elem,#header-notifications-dropdown-elem,.bb-header-more-menu,.bb-header-search-bar,.bb-help-dropdown-wrap,.header-cart-link-wrap,.header-search-link-wrap,.user-wrap-container{display:inline-block;padding:0 8px;text-align:left;vertical-align:middle} - -.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:0 0;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)} - -.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){ - -.bb-buddypanel:not(.bb-sfwd-aside) .fl-builder-content[data-type=header].fl-theme-builder-header-sticky,body.bb-buddypanel:not(.bb-sfwd-aside)>.fl-builder-content{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){ - -.buddypanel,.site-header-container{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-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:focus,.bb-mobile-panel-inner .buddypanel-menu li.bb-menu-section a:hover{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]::after,.bb-mobile-panel-inner [data-balloon]::before{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:0 0;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(0);-ms-transform:rotate(0);transform:rotate(0)} - -.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(0);-ms-transform:rotate(0);transform:rotate(0)} - -[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:0 0} - -.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} - -.dashicons-admin-site::before{content:"\f319"!important} - -.dashicons-welcome-view-site::before{content:"\f115"!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;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:focus,.primary-menu a:hover{color:var(--bb-header-links-hover)} - -.primary-menu a:focus>i,.primary-menu a:hover>i{color:var(--bb-header-links-hover)} - -.primary-menu .current-menu-ancestor>a,.primary-menu .current-menu-item>a,.primary-menu .current-menu-parent>a,.primary-menu .current_page_item>a{font-weight:600;color:var(--bb-header-links-hover);letter-spacing:-.24px} - -.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-menu-parent>a>i.bb-icon-l,.primary-menu .current-menu-parent>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-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-menu-parent>a>i.bb-icon-rl,.primary-menu .current-menu-parent>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-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-menu-parent>a>i.bb-icon-bl,.primary-menu .current-menu-parent>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-ancestor>a>i,.primary-menu .current-menu-item>a>i,.primary-menu .current-menu-parent>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::after,.menu-style-tab_bar .site-header #primary-navbar .primary-menu>.menu-item>.ab-submenu li::before{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:"\ee6e";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-menu-item>a::after,.menu-style-tab_bar .site-header .primary-menu>li.no-icon>a.current_page_item>a::after{color:var(--bb-header-links)} - -.menu-style-tab_bar .site-header .primary-menu>li.current-menu-item>a,.menu-style-tab_bar .site-header .primary-menu>li.current_page_item>a{border-bottom-color:var(--bb-header-links-hover)} - -.menu-style-tab_bar .site-header .primary-menu>li.current-menu-item>a i._mi,.menu-style-tab_bar .site-header .primary-menu>li.current_page_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:visible;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 .current-menu-ancestor>a,.site-header .sub-menu .current-menu-item>a,.site-header .sub-menu .current-menu-parent>a,.site-header .sub-menu li:hover>a{background:var(--bb-content-alternate-background-color);color:var(--bb-primary-color)} - -.site-header .sub-menu .current-menu-ancestor>a,.site-header .sub-menu .current-menu-item>a,.site-header .sub-menu .current-menu-parent>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:"\e826";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:"\e8ab";font-family:bb-icons;font-weight:400;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::after,.site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu li::before{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 #000;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 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 #000;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} - -#navbar-extend .menu-item-has-children::after,.menu-style-standard .primary-menu .menu-item-has-children:not(.hideshow)::after{content:"\e826";font-family:bb-icons;font-weight:400;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;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:"\ee6e";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-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.current-menu-parent>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:400} - -.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.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: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-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.current-menu-parent>a,.user-wrap.menu-item-has-children #header-my-account-menu>li li:hover>a{background:0 0;color:var(--bb-primary-color);font-weight:400} - -.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]::after,.user-wrap.menu-item-has-children #header-my-account-menu [data-balloon]::before{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 .bb-help-content,.dropdown-left .sub-menu{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:0 0} - -.bb-footer .bb-menu-section,.bb-my-account-menu .bb-menu-section,.primary-menu .bb-menu-section{display:none} - -#object-nav .sub-menu,#object-nav ul.submenu,.bb-footer .footer-menu .sub-menu,.bb-footer .footer-menu ul.submenu,.bb-profile-grid.bb-grid .bp-navs .sub-menu,.bb-profile-grid.bb-grid .bp-navs ul.submenu,.bp-navs .component-navigation .sub-menu,.bp-navs .component-navigation ul.submenu,.site-header .sub-menu,.site-header 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} - -#object-nav .sub-menu.active,#object-nav ul.submenu.active,.bb-footer .footer-menu .sub-menu.active,.bb-footer .footer-menu ul.submenu.active,.bb-profile-grid.bb-grid .bp-navs .sub-menu.active,.bb-profile-grid.bb-grid .bp-navs ul.submenu.active,.bp-navs .component-navigation .sub-menu.active,.bp-navs .component-navigation ul.submenu.active,.site-header .sub-menu.active,.site-header ul.submenu.active{opacity:1;visibility:visible} - -.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} - -#object-nav .sub-menu li,#object-nav ul.sub-menu li,.bb-footer .footer-menu .sub-menu li,.bb-footer .footer-menu 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,.bp-navs .component-navigation .sub-menu li,.bp-navs .component-navigation ul.sub-menu li{margin:0;display:block;width:100%;padding:0} - -#object-nav .sub-menu a,#object-nav ul.sub-menu a,.bb-footer .footer-menu .sub-menu a,.bb-footer .footer-menu 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,.bp-navs .component-navigation .sub-menu a,.bp-navs .component-navigation 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} - -#object-nav .sub-menu a:hover,#object-nav ul.sub-menu a:hover,.bb-footer .footer-menu .sub-menu a:hover,.bb-footer .footer-menu 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,.bp-navs .component-navigation .sub-menu a:hover,.bp-navs .component-navigation ul.sub-menu a:hover{background:var(--bb-content-alternate-background-color)} - -#object-nav .more-button,.bb-footer .footer-menu .more-button,.bb-profile-grid.bb-grid .bp-navs .more-button,.bp-navs .component-navigation .more-button{padding:14px 0;line-height:1.1} - -#object-nav .more-button i,.bb-footer .footer-menu .more-button i,.bb-profile-grid.bb-grid .bp-navs .more-button i,.bp-navs .component-navigation .more-button i{font-size:1.25rem} - -#object-nav.courses-nav .more-button,.bb-footer .footer-menu.courses-nav .more-button,.bb-profile-grid.bb-grid .bp-navs.courses-nav .more-button,.bp-navs .component-navigation.courses-nav .more-button{padding-top:5px} - -.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 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:0 0} - -.bp-subnavs li.selected a:focus{background:0 0;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:0 0} - -#header-aside .bb-my-account-menu .sub-menu .current-menu-item a{background:0 0} - -.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 .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;display:none} - -.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{display:block} - -.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} - -.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]::after,.buddypanel .side-panel-scroll [data-balloon][data-balloon-pos=right]::before{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} - -.buddypanel ul.buddypanel-menu li a>i+span:not(.count),.buddypanel ul.buddypanel-menu li a>img._image+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} - -.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)}}@media screen and (min-width:800px){ - -.bb-buddypanel.buddypanel-open.sticky-header .site-header{width:-webkit-calc(100% - 230px);width:calc(100% - 230px)} - -.bb-buddypanel .bb-footer,.bb-buddypanel .header-search-wrap,.bb-buddypanel .site-content,.bb-buddypanel .site-header{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=left]::after,.buddypanel-open:not(.register) .buddypanel [data-balloon][data-balloon-pos=left]::before,.buddypanel-open:not(.register) .buddypanel [data-balloon][data-balloon-pos=right]::after,.buddypanel-open:not(.register) .buddypanel [data-balloon][data-balloon-pos=right]::before{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.buddypress.has-sidebar:not(.profile-sidebar,.group-sidebar,.llms-pointer) #page #primary,.in-bbapp.has-sidebar:not(.profile-sidebar,.group-sidebar,.llms-pointer) #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>.bs-submenu-toggle,.bb-template-v2 .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,.bb-template-v2 .widget.widget_block .side-panel-inner.is_block .buddypanel-menu-block li a:hover>i:not(.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>.bs-submenu-toggle,.bb-template-v2 .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,.bb-template-v2 .widget.widget_block .side-panel-inner.is_block .buddypanel-menu-block li.current-menu-item>a>i:not(.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;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:40px;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._after,.side-panel-menu .sub-menu i._mi._before,.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_off_close_site_icon,body.buddypanel-open .buddypanel .buddypanel_off_open_site_icon,body.buddypanel-open .buddypanel .buddypanel_on_close_site_icon,body.buddypanel-open .buddypanel .buddypanel_on_open_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_close_site_icon,body:not(.buddypanel-open) .buddypanel .buddypanel_on_open_site_icon{display:block;text-align:center} - -body:not(.buddypanel-open) .buddypanel .buddypanel_logo_display_on,body:not(.buddypanel-open) .buddypanel .buddypanel_off_close_site_icon,body:not(.buddypanel-open) .buddypanel .buddypanel_off_open_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 ol,.widget ul{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-menu-item a,.widget.widget_block .wp-block-page-list li.current_page_item a,.widget.widget_pages ul li.current-menu-item a,.widget.widget_pages ul li.current_page_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.search,.widget.widget_search input[name=bbp_search],.widget.widget_search input[type=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 a:not(.activity-time-since),.widget.activity_update .activity-update .bp-activity-info p{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.buddypress.widget_bp_core_whos_online_widget div.item-options,.widget.widget_bp_core_whos_online_widget div.item-options{margin-bottom:20px} - -.widget.buddypress.widget_bp_core_whos_online_widget div.item-options a,.widget.widget_bp_core_whos_online_widget div.item-options a{font-weight:500} - -.widget.buddypress.widget_bp_core_whos_online_widget .widget-error,.widget.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} - -.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-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:"\ef23";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} - -.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} - -.widget.widget_block .wp-block-group .widget{background:none transparent;border:0;padding:0} - -.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:0 0;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{color:var(--bb-alternate-text-color);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 .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)} - -.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} - -.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-archives,.content-area :not(.widget_block)>.wp-block-calendar,.content-area :not(.widget_block)>.wp-block-categories-list,.content-area :not(.widget_block)>.wp-block-latest-comments,.content-area :not(.widget_block)>.wp-block-latest-posts,.content-area :not(.widget_block)>.wp-block-page-list,.content-area :not(.widget_block)>.wp-block-rss,.content-area :not(.widget_block)>.wp-block-search,.content-area :not(.widget_block)>.wp-block-tag-cloud{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-archives li a,:not(.widget_block)>.wp-block-calendar li a,:not(.widget_block)>.wp-block-categories-list li a,:not(.widget_block)>.wp-block-rss li a,:not(.widget_block)>.wp-block-search 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-archives li a:hover,:not(.widget_block)>.wp-block-calendar li a:hover,:not(.widget_block)>.wp-block-categories-list li a:hover,:not(.widget_block)>.wp-block-rss li a:hover,:not(.widget_block)>.wp-block-search li a:hover{color:var(--bb-primary-color)} - -.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-menu-item a,.wp-block-page-list li.current_page_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 li{margin-bottom:10px} - -.widget.widget_archive ul li,.widget.widget_categories ul li{color:var(--bb-headings-color)} - -.wp-block-archives ul li,.wp-block-categories 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 .widget-title,.widget .widgettitle{display:-webkit-box;display:-ms-flexbox;display:flex} - -.widget .widget-title .widget-num-count,.widget .widgettitle .widget-num-count{padding:0 .25rem;color:var(--bb-alternate-text-color);margin-right:auto} - -.widget .widget-title a.bs-widget-reload,.widget .widgettitle a.bs-widget-reload{color:#939597} - -.elementor-widget.widget .elementor-widget-container>h5,.widget-title,.widgettitle{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 .widget-title:empty,.widget .widgettitle:empty{display:none} - -form.search-form{position:relative} - -.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} - -.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-submit,.wp-block-search .search-submit{border:0;position:absolute;width:40px;font-size:0;top:0;padding:0;background:url(../images/svg/search.svg) no-repeat center transparent;background-size:45%;right:0;opacity:.8} - -.widget_search .search-submit:hover,.wp-block-search .search-submit:hover{box-shadow:none;opacity:1} - -#wp-calendar{font-size:12px;margin-bottom:0;table-layout:fixed} - -#wp-calendar td,#wp-calendar th{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} - -.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} - -.widget_categories .children{margin-left:20px;margin-top:10px} - -.widget_recent_comments .wp-block-latest-comments__comment-link{word-break:break-word} - -.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-form #whats-new-toolbar,.widget .bbp-form .bbp_topic_tags_wrapper,.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} - -.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 .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-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} - -.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} - -.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} - -.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:0;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:"\ef30";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} - -.bb-masonry .hentry.bb-grid-2-3.first .entry-img,.post-grid .hentry.first .entry-content-wrap,.post-grid .hentry.first .entry-img,.post-grid:not(.bb-standard) .hentry.first .entry-img{width:100%} - -.post-grid .hentry.first .entry-img{padding-top:52.56%}} - -.entry-img,.single .post-related-posts .entry-img{position:relative;overflow:hidden;padding-top:52.56%;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-attachment:not(.full-fi) .content-area,.single-attachment:not(.full-fi-invert) .content-area,.single-post:not(.full-fi) .content-area,.single-post:not(.full-fi-invert) .content-area{margin:0 auto;max-width:800px} - -.single-attachment:not(.has-sidebar,.elementor-template-full-width) .content-area,.single-attachment:not(.has-sidebar,.elementor-template-full-width) .site-content-grid,.single-post:not(.has-sidebar,.elementor-template-full-width) .content-area,.single-post:not(.has-sidebar,.elementor-template-full-width) .site-content-grid{margin:0 auto;max-width:800px} - -.single-attachment .entry-content .elementor-element.elementor-widget-text-editor .elementor-text-editor *,.single-post .entry-content .elementor-element.elementor-widget-text-editor .elementor-text-editor *{color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;text-transform:inherit;font-style:inherit;text-decoration:inherit;line-height:inherit;letter-spacing:inherit;word-spacing:inherit} - -.single-attachment .entry-content,.single-post .entry-content{letter-spacing:-.24px} - -.single-attachment .entry-content p,.single-post .entry-content p{margin-bottom:25px} - -.single-attachment .entry-content li,.single-attachment .entry-content p,.single-post .entry-content li,.single-post .entry-content p{font-size:14px;line-height:1.5} - -.single-attachment .entry-content li>ol,.single-attachment .entry-content li>ul,.single-post .entry-content li>ol,.single-post .entry-content li>ul{margin-bottom:0}@media (max-width:544px){ - -.single-attachment .entry-content p,.single-post .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-attachment .content-area,.single-post .content-area{max-width:-webkit-calc(100% - 300px);max-width:calc(100% - 300px)}} - -.entry-content img.alignleft{margin:.5rem 2rem 1.625rem 0} - -.entry-content img.alignright{margin:.5rem 0 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 .author-box-share-wrap,.author-post-meta a[href="#comments"]{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{font-size:18px;letter-spacing:-.27px;line-height:24px} - -.post-author-details .author-desc{font-size:14px;color:var(--bb-alternate-text-color);letter-spacing:-.24px;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 .cat-links,.post-meta-wrapper .tag-links{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;margin-bottom:10px;line-height:21px} - -.post-meta-wrapper .cat-links>span,.post-meta-wrapper .tag-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 .like-count,.top-meta a{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:"\ef02";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:"\e872";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 img,.content-area .gallery-icon>*{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::after,.top-meta .bb-like-wrap::before{display:none} - -.post-grid.bb-grid .bb-comment-text,.post-grid.bb-masonry .bb-comment-text{display:none} - -.post-grid.bb-grid .top-meta a,.post-grid.bb-masonry .top-meta a{margin-left:6px} - -.post-grid.bb-grid .post-date,.post-grid.bb-masonry .post-date{font-size:13px} - -.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 10px} - -.single-attachment .post-related-posts,.single-post .post-related-posts{border-bottom:1px solid var(--bb-content-border-color);margin-bottom:30px;padding-bottom:10px} - -.single-attachment .post-related-posts>.post-grid,.single-post .post-related-posts>.post-grid{display:none} - -.single-attachment .post-related-posts>.post-grid.slick-initialized,.single-post .post-related-posts>.post-grid.slick-initialized{display:block} - -.single-attachment .post-related-posts .slick-slider .slick-list,.single-attachment .post-related-posts .slick-slider .slick-track,.single-post .post-related-posts .slick-slider .slick-list,.single-post .post-related-posts .slick-slider .slick-track{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-attachment .post-related-posts .slick-slider a.slick-arrow.bb-slide-prev,.single-post .post-related-posts .slick-slider a.slick-arrow.bb-slide-prev{right:auto;left:5px} - -.single-attachment .post-related-posts .slick-slider a.slick-arrow.bb-slide-prev i,.single-post .post-related-posts .slick-slider a.slick-arrow.bb-slide-prev i{display:block;margin-top:1px} - -.single-attachment .post-related-posts .slick-slider .slick-arrow,.single-post .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-attachment .post-related-posts .slick-slider .slick-arrow i,.single-post .post-related-posts .slick-slider .slick-arrow i{color:#fff} - -.single-attachment .post-related-posts .gallery,.single-post .post-related-posts .gallery{margin-bottom:0} - -.single-attachment .post-related-posts .gallery .gallery-item,.single-post .post-related-posts .gallery .gallery-item{display:none} - -.single-attachment .post-related-posts .gallery .gallery-item:first-child,.single-post .post-related-posts .gallery .gallery-item:first-child{display:block} - -.single-attachment .post-related-posts .gallery.slick-initialized,.single-post .post-related-posts .gallery.slick-initialized{display:block} - -.single-attachment .post-related-posts .gallery.slick-initialized .gallery-item,.single-post .post-related-posts .gallery.slick-initialized .gallery-item{display:block} - -.single-attachment .post-related-posts .gallery ul.slick-dots,.single-post .post-related-posts .gallery ul.slick-dots{display:none!important} - -.single-attachment .post-related-posts .post-inner-wrap,.single-post .post-related-posts .post-inner-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.single-attachment .post-related-posts .post-grid .first .entry-img,.single-post .post-related-posts .post-grid .first .entry-img{width:100%} - -.single-attachment .post-related-posts .entry-header,.single-post .post-related-posts .entry-header{margin-bottom:1.875rem} - -.single-attachment .post-related-posts .entry-content,.single-post .post-related-posts .entry-content{margin-bottom:2.25rem} - -.single-attachment .post-related-posts .entry-content>p:last-child,.single-post .post-related-posts .entry-content>p:last-child{margin-bottom:0} - -.single-attachment .post-related-posts .hentry blockquote,.single-post .post-related-posts .hentry blockquote{margin-bottom:0} - -.single-attachment .post-related-posts h1.entry-title,.single-attachment .post-related-posts h2.entry-title,.single-post .post-related-posts h1.entry-title,.single-post .post-related-posts h2.entry-title{margin-bottom:0;font-size:1.125rem;line-height:28px} - -.single-attachment .post-related-posts .entry-img,.single-post .post-related-posts .entry-img{margin-bottom:0} - -.single-attachment .post-related-posts>h3,.single-attachment .post-related-posts>h4,.single-attachment .post-related-posts>h5,.single-post .post-related-posts>h3,.single-post .post-related-posts>h4,.single-post .post-related-posts>h5{position:relative} - -.single-attachment .post-related-posts>h3,.single-post .post-related-posts>h3{font-size:1.5rem;line-height:2rem;padding-right:85px} - -.single-attachment .post-related-posts .post-grid .format-quote .entry-content,.single-post .post-related-posts .post-grid .format-quote .entry-content{font-size:14px;color:var(--bb-body-text-color)} - -.single-attachment .post-related-posts .lg-grid-1-3,.single-post .post-related-posts .lg-grid-1-3{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;vertical-align:top} - -.single-attachment .post-related-posts .post-inner-wrap,.single-post .post-related-posts .post-inner-wrap{height:auto} - -.single-attachment .post-related-posts .entry-content-wrap,.single-post .post-related-posts .entry-content-wrap{padding:20px 30px 25px} - -.single-attachment .post-related-posts .entry-content-wrap .entry-meta,.single-post .post-related-posts .entry-content-wrap .entry-meta{margin-top:0;margin-bottom:0} - -.single-attachment .post-related-posts .entry-content-wrap .entry-meta .push-right>a.bookmark-link-container,.single-post .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-attachment .post-related-posts .single-post.bb-buddypanel .site-content,.single-post .post-related-posts .single-post.bb-buddypanel .site-content{padding-left:80px;padding-right:80px}}@media screen and (min-width:768px) and (max-width:1420px){ - -.single-attachment .post-related-posts body.single-post .site-content-grid>.bb-share-container,.single-post .post-related-posts body.single-post .site-content-grid>.bb-share-container{display:block}}@media screen and (min-width:768px) and (max-width:1150px){ - -.single-attachment .post-related-posts .single-post .content-area,.single-post .post-related-posts .single-post .content-area{max-width:100%;width:100%} - -.single-attachment .post-related-posts .single-post .widget-area:not(.widget-area-secondary),.single-post .post-related-posts .single-post .widget-area:not(.widget-area-secondary){-webkit-box-flex:0;-ms-flex:none;flex:none;max-width:100%} - -.single-attachment .post-related-posts .single.single-post .site-content-grid,.single-post .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-attachment .post-related-posts .slick-initialized .slick-list,.single-post .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} - -.bb-masonry .hentry.bb-grid-2-3.first .ratio-wrap,.post-grid .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%}} - -.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{font-size:18px;font-weight:500} - -p.comment-notes,p.logged-in-as{font-size:16px} - -.comment-form label{display:block} - -.comment-form textarea{width:100%;max-height:120px;resize:vertical} - -.comment-form input[type=email],.comment-form input[type=name],.comment-form input[type=text],.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} - -.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:0} - -.slick-list.dragging{cursor:pointer} - -.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)} - -.slick-track{position:relative;top:0;left:0;display:block} - -.slick-track::after,.slick-track::before{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:0;-webkit-transition:all .3s ease;transition:all .3s 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 var(--bb-content-border-color);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-headings-color);font-size:14px} - -.post-related-posts a.slick-arrow:hover i{color:var(--bb-primary-color)} - -.post-related-posts a.slick-arrow.slick-disabled i{opacity:.5} - -.post-related-posts a.slick-arrow.slick-disabled:hover i{color:var(--bb-headings-color)} - -.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-preformatted,pre.wp-block-verse{max-width:1200px;width:100%} - -.wp-block-media-text,figure.wp-block-audio{margin:0 0 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} - -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-author,.elementor-element.widget.bp-latest-activities ul li .wp-block-latest-posts__post-date,ul.wp-block-latest-posts li .wp-block-latest-posts__post-author,ul.wp-block-latest-posts li .wp-block-latest-posts__post-date{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-element.widget.bp-latest-activities ul,.elementor-widget-wp-widget-bbp_forums_widget ul,.elementor-widget-wp-widget-bbp_replies_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{list-style:none;margin:0} - -.elementor-element.widget.bp-latest-activities ul li a,.elementor-widget-wp-widget-bbp_forums_widget ul li a,.elementor-widget-wp-widget-bbp_replies_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{color:var(--bb-alternate-text-color);font-size:14px} - -.elementor-element.widget.bp-latest-activities ul li a:hover,.elementor-widget-wp-widget-bbp_forums_widget ul li a:hover,.elementor-widget-wp-widget-bbp_replies_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{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 td:first-child,.wp-block-table th:first-child{padding-left:.5em} - -.wp-block-table td:last-child,.wp-block-table th: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 .wp-block-cover-image-text,body .wp-block-cover .wp-block-cover-text,body .wp-block-cover h2,body .wp-block-cover-image .wp-block-cover-image-text,body .wp-block-cover-image .wp-block-cover-text,body .wp-block-cover-image h2{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 0} - -.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:400;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:"\edf4"} - -.jssocials-share-logo.fa.fa-facebook::before{content:"\edd2"} - -.full-fi .site-content-grid>.bb-share-container,.full-fi-invert .site-content-grid>.bb-share-container{margin-left:60px} - -.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-attachment:not(.has-sidebar) .bb-share-container,.single-post: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{position:absolute;top:auto;left:auto;margin:15px;bottom:20px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:all linear .2s;transition:all linear .2s;visibility:hidden;opacity:0;min-height:110px} - -.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} - -.content-area .jssocials-shares{margin:12px 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} - -.has-sidebar .site-main>.bb-share-container{display:none}}@media (max-width:1420px){ - -.has-sidebar .site-content-grid>.bb-share-container{display:none}}@media (min-width:1241px){ - -.single.full-fi .site-content-grid>.bb-share-container,.single.full-fi-invert .site-content-grid>.bb-share-container{display:block}}@media (max-width:1190px){ - -.buddypanel-open.single-attachment:not(.has-sidebar) .site-content-grid>.bb-share-container,.buddypanel-open.single-post:not(.has-sidebar) .site-content-grid>.bb-share-container{display:none}}@media (max-width:1040px){ - -.single-attachment:not(.has-sidebar) .site-content-grid>.bb-share-container,.single-post:not(.has-sidebar) .site-content-grid>.bb-share-container{display:none}} - -.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:"\e826";font-family:bb-icons;font-weight:400;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-bottom-right,.footer-copyright-wrap{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-create .modal-mask,#bp-meeting-edit .modal-mask{z-index:999} - -#bp-meeting-create .modal-mask .modal-wrapper,#bp-meeting-edit .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:400;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:0 0} - -#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:"\ef30";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:"\ef30";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-meeting-block,.widget.widget_block>.zoom-webinar-block{background-color:transparent;border:0;padding:0;margin-bottom:0} - -.widget.widget_block>.zoom-meeting-block .bp_zoom_countdown,.widget.widget_block>.zoom-webinar-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}} - -.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-left .notification-list .read-item.pull-animation,.bb-onscreen-notification-enable .bb-onscreen-notification.bb-position-right .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}}} - -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:0!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-close.notification-popup-close,html body .bb-onesignal-popup.notification-popup{border-radius:var(--bb-block-radius)} - -html body .bb-onesignal-popup-close.notification-popup-close>p,html body .bb-onesignal-popup.notification-popup>p{font-size:13px;margin-bottom:15px;font-weight:500;line-height:1.5} - -html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup-header,html body .bb-onesignal-popup.notification-popup .bb-onesignal-popup-header{border-color:var(--bb-content-border-color);font-size:18px;line-height:1.33} - -html body .bb-onesignal-popup-close.notification-popup-close .mfp-close,html body .bb-onesignal-popup.notification-popup .mfp-close{background-color:transparent;color:var(--bb-headings-color)!important;font-size:24px;opacity:.4!important} - -html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup-content ul,html body .bb-onesignal-popup.notification-popup .bb-onesignal-popup-content ul{padding:0} - -html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup-content ul li,html body .bb-onesignal-popup.notification-popup .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-close.notification-popup-close .bb-onesignal-popup-content ul li img,html body .bb-onesignal-popup.notification-popup .bb-onesignal-popup-content ul li img{margin:0 5px} - -html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup-content ul li::before,html body .bb-onesignal-popup.notification-popup .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-close.notification-popup-close .bb-onesignal-popup-content ul li:last-child,html body .bb-onesignal-popup.notification-popup .bb-onesignal-popup-content ul li:last-child{margin-bottom:0} - -.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.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-close-image,.bb-link-preview-container .bb-link-preview-icons a{background-color:var(--bb-content-alternate-background-color)} - -.bb-link-preview-container .bb-link-preview-image::before,.bb-link-preview-container .bb-link-preview-info::before{content:"";-webkit-transition:all linear .3s;transition:all linear .3s} - -.bb-link-preview-container:hover .bb-link-preview-image,.bb-link-preview-container:hover .bb-link-preview-info{position:relative} - -.bb-link-preview-container:hover .bb-link-preview-image::before,.bb-link-preview-container:hover .bb-link-preview-info::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-nextPicButton,.bb-url-scrapper-container #bb-url-scrapper-img-holder button#bb-url-prevPicButton{background-color:transparent} - -.bb-form #whats-new-attachments .bb-link-preview-image-cover,.bb-link-preview-container .bb-link-preview-image .bb-link-preview-image-cover{min-height:340px} - -.bb-form #whats-new-attachments .bb-link-preview-image-cover img,.bb-link-preview-container .bb-link-preview-image .bb-link-preview-image-cover img{min-height:340px}@media screen and (max-width:900px){ - -.bb-form #whats-new-attachments .bb-link-preview-image-cover,.bb-link-preview-container .bb-link-preview-image .bb-link-preview-image-cover{min-height:30vh} - -.bb-form #whats-new-attachments .bb-link-preview-image-cover img,.bb-link-preview-container .bb-link-preview-image .bb-link-preview-image-cover img{min-height:30vh}}@media screen and (max-width:680px){ - -.bb-form #whats-new-attachments .bb-link-preview-image-cover,.bb-link-preview-container .bb-link-preview-image .bb-link-preview-image-cover{min-height:150px} - -.bb-form #whats-new-attachments .bb-link-preview-image-cover img,.bb-link-preview-container .bb-link-preview-image .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} \ No newline at end of file +.clearfix:after,.group:after{content:" ";display:table;clear:both}.h1,.h2,.h3,.h4,.h5,.h6,address,h1,h2,h3,h4,h5,h6,hr,p{margin:0 0 1.6875rem;padding:0}/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */article,aside,footer,header,nav,section{display:block}figcaption,figure,main{display:block}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}::-webkit-file-upload-button{appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{background-color:var(--bb-body-background-color);color:var(--bb-body-text-color);margin:0;font-family:-apple-system,blinkmacsystemfont,"Segoe UI",roboto,oxygen-sans,ubuntu,cantarell,"Helvetica Neue",sans-serif;font-size:16px;line-height:1.6875rem;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;overflow-x:hidden}body.mce-content-body{font-family:inherit;margin:.9375rem}img{border:0;font-style:italic;height:auto;max-width:100%;vertical-align:middle}a{background-color:transparent;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}.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,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:var(--bb-headings-color);font-family:-apple-system,blinkmacsystemfont,"Segoe UI",roboto,oxygen-sans,ubuntu,cantarell,"Helvetica Neue",sans-serif}dd,ol,ul{margin:0 0 1.6875rem 1.6875rem;padding:0}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:0 0;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:0 .1875rem;font-size:80%;background-color:var(--bb-content-alternate-background-color);border:1px solid var(--bb-content-border-color);border-radius:3px}code,kbd,pre,samp{font-family:"Courier New",courier,"Lucida Sans Typewriter","Lucida Typewriter",monospace;font-size:1rem}blockquote,q{font-size:1.25rem;font-weight:300;font-style:italic;color:var(--bb-body-text-color);line-height:1.637}hr{background-color:var(--bb-content-border-color);border:0;box-sizing:content-box;height:2px}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:700!important}.normal{font-weight:400!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-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}.bb-grid{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:-10px;margin-right:-10px;-ms-flex-wrap:wrap;flex-wrap:wrap}.bb-grid-cell,.bb-grid>*{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1px;list-style:none}.bb-grid-cell:not(.no-gutter),.bb-grid>:not(.no-gutter){padding-left:10px;padding-right:10px}.site-content-grid>style{display:none}.grid-reverse{-ms-flex-flow:row-reverse;flex-flow:row-reverse}.align-items-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.align-items-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.align-items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.align-self-top{-ms-flex-item-align:start;align-self:flex-start}.align-self-bottom{-ms-flex-item-align:end;align-self:flex-end}.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}@media (max-width:543px){.bb-grid{-ms-flex-flow:row wrap;flex-flow:row wrap}.bb-grid-cell,.bb-grid>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@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%}}@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}}@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}td.align-middle,tr.align-middle td{vertical-align:middle}td,th{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 td,tfoot th{color:var(--bb-alternate-text-color)}table tr:last-child td,table tr:last-child th{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 td,.wp-block-table table th{border-color:var(--bb-content-border-color);border-right:1px solid var(--bb-content-border-color)}.wp-block-table table tr td:last-child,.wp-block-table table tr th:last-child{border-right:0}.wp-block-table table td:first-child,.wp-block-table table th:first-child{padding-left:1rem}.wp-block-table table td:last-child,.wp-block-table table th: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,select,textarea{display:inline-block;font-family:inherit;font-style:inherit;font-size:15px;height:41px;outline:0;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,select.placeholder,textarea.placeholder{color:#c3c6c9}input:placeholder,select:placeholder,textarea:placeholder{color:#c3c6c9}input::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#c3c6c9}input:-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#c3c6c9}input::placeholder,select::placeholder,textarea::placeholder{color:#c3c6c9}input:input-placeholder,select:input-placeholder,textarea:input-placeholder{color:#c3c6c9}input::input-placeholder,select::input-placeholder,textarea::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,select.small,textarea.small{height:34px;font-size:13px;padding:0 12px;border-radius:var(--bb-input-radius)}input.big,select.big,textarea.big{height:48px;font-size:17px;padding:0 12px;border-radius:var(--bb-input-radius)}input:focus,select:focus,textarea:focus{outline:0;background-color:var(--bb-content-background-color);box-shadow:var(--bb-input-focus-shadow);border-color:var(--bb-input-focus-border-color)}input.success,select.success,textarea.success{background-color:rgba(var(--bb-success-color-rgb),.1);border:1px solid rgba(var(--bb-success-color-rgb),.15)}input.success:focus,select.success:focus,textarea.success:focus{border-color:var(--bb-success-color);box-shadow:none}input.disabled,input:disabled,select.disabled,select:disabled,textarea.disabled,textarea:disabled{background-color:var(--bb-content-alternate-background-color);opacity:.75}input.error,select.error,textarea.error{border-color:rgba(var(--bb-danger-color-rgb),1)}input.error:focus,select.error:focus,textarea.error:focus{border-color:var(--bb-danger-color);box-shadow:none}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:right 1rem center;padding-right:40px}select[multiple]{background-image:none;height:auto;padding:.5rem .75rem}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:0 0;box-shadow:none;display:inline-block}input.search,input[name=bbp_search],input[type=search]{background-repeat:no-repeat;background-size:16px;background-image:url(../images/svg/search.svg);background-position:left 10px center;padding-left:2rem}input.select2-search__field{background:0 0}input[type=checkbox],input[type=radio]{display:inline-block;width:auto;height:auto;padding:0}label{color:var(--bb-headings-color);margin-bottom:.25rem;font-size:17px}label .desc,label .error,label .success,label.checkbox{text-transform:none;font-weight:400}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:700;color:var(--bb-danger-color);font-size:110%}div.desc,span.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-item,form{margin-bottom:2rem}.form>.form-item:last-child{margin-bottom:0}.form .row:last-child .form-item{margin-bottom:0}.form span.error,.form span.success{font-size:14px;line-height:20px;margin-left:.25rem}.form-inline input,.form-inline select,.form-inline textarea{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:400;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:"\e876";position:absolute;left:3px;top:3px;font-family:bb-icons;font-weight:400;color:#fff;font-size:14px;display:block}.bs-styled-radio{position:absolute;opacity:0}.bs-styled-radio+.bb-radio-label,.bs-styled-radio+label{display:inline-block;position:relative;cursor:pointer;padding:0}.bs-styled-radio+.bb-radio-label:before,.bs-styled-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+.bb-radio-label,.bs-styled-radio:disabled+label{color:#b8b8b8;cursor:auto}.bs-styled-radio:disabled+.bb-radio-label:before,.bs-styled-radio:disabled+label:before{box-shadow:none;background:#ddd}.bs-styled-radio:checked+.bb-radio-label:after,.bs-styled-radio:checked+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%}}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}.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,.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,.button,button,input[type=button],input[type=submit]{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:0;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}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment: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,.button:focus,button:focus,input[type=button]:focus,input[type=submit]:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.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,.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,.button i,button i,input[type=button] i,input[type=submit] i{position:relative}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel: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:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:hover,.buddypress .buddypress-wrap .comment-reply-link:focus,.buddypress .buddypress-wrap .comment-reply-link:hover,.buddypress .buddypress-wrap .generic-button a:focus,.buddypress .buddypress-wrap .generic-button a:hover,.buddypress .buddypress-wrap a.bp-title-button:focus,.buddypress .buddypress-wrap a.bp-title-button:hover,.buddypress .buddypress-wrap a.button:focus,.buddypress .buddypress-wrap a.button:hover,.buddypress .buddypress-wrap button:focus,.buddypress .buddypress-wrap button:hover,.buddypress .buddypress-wrap input[type=button]:focus,.buddypress .buddypress-wrap input[type=button]:hover,.buddypress .buddypress-wrap input[type=reset]:focus,.buddypress .buddypress-wrap input[type=reset]:hover,.buddypress .buddypress-wrap input[type=submit]:focus,.buddypress .buddypress-wrap input[type=submit]:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:focus,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:hover,.button:focus,.button:hover,button:focus,button:hover,input[type=button]:focus,input[type=button]:hover,input[type=submit]:focus,input[type=submit]:hover{outline:0;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)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save:active,.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:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:hover,.buddypress .buddypress-wrap .comment-reply-link:active,.buddypress .buddypress-wrap .comment-reply-link:focus,.buddypress .buddypress-wrap .comment-reply-link:hover,.buddypress .buddypress-wrap .generic-button a:active,.buddypress .buddypress-wrap .generic-button a:focus,.buddypress .buddypress-wrap .generic-button a:hover,.buddypress .buddypress-wrap a.bp-title-button:active,.buddypress .buddypress-wrap a.bp-title-button:focus,.buddypress .buddypress-wrap a.bp-title-button:hover,.buddypress .buddypress-wrap a.button:active,.buddypress .buddypress-wrap a.button:focus,.buddypress .buddypress-wrap a.button:hover,.buddypress .buddypress-wrap button:active,.buddypress .buddypress-wrap button:focus,.buddypress .buddypress-wrap button:hover,.buddypress .buddypress-wrap input[type=button]:active,.buddypress .buddypress-wrap input[type=button]:focus,.buddypress .buddypress-wrap input[type=button]:hover,.buddypress .buddypress-wrap input[type=reset]:active,.buddypress .buddypress-wrap input[type=reset]:focus,.buddypress .buddypress-wrap input[type=reset]:hover,.buddypress .buddypress-wrap input[type=submit]:active,.buddypress .buddypress-wrap input[type=submit]:focus,.buddypress .buddypress-wrap input[type=submit]:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:active,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:focus,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:hover,.button:active,.button:focus,.button:hover,button:active,button:focus,button:hover,input[type=button]:active,input[type=button]:focus,input[type=button]:hover,input[type=submit]:active,input[type=submit]:focus,input[type=submit]:hover{outline:0;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)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.disabled,button.disabled,input[type=button].disabled,input[type=submit].disabled{cursor:default;font-style:normal;color:#c8cbcf;background-color:#f5f5f5;opacity:1}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.small,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.small,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.small,button.small,input[type=button].small,input[type=submit].small{font-size:14px;font-weight:500;min-height:34px;line-height:34px;padding:0 20px;border-radius:var(--bb-button-radius)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.big,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.big,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.big,button.big,input[type=button].big,input[type=submit].big{font-size:16px;min-height:62px;line-height:62px;padding:0 40px;border-radius:var(--bb-button-radius)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.large,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.large,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.large,button.large,input[type=button].large,input[type=submit].large{font-size:16px;min-height:50px;line-height:50px;padding:0 30px;border-radius:var(--bb-button-radius)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.full,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.full,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.full,button.full,input[type=button].full,input[type=submit].full{width:100%}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary,button.secondary,input[type=button].secondary,input[type=submit].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)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary:hover,button.secondary:hover,input[type=button].secondary:hover,input[type=submit].secondary:hover{color:#1e2132;background-color:rgba(255,255,255,.05)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary:active,button.secondary:active,input[type=button].secondary:active,input[type=submit].secondary:active{color:#1e2132;background-color:rgba(255,255,255,.09)}.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.action-save.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.secondary.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{color:#c8cbcf;background-color:#f5f5f5}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary.outline,button.secondary.outline,input[type=button].secondary.outline,input[type=submit].secondary.outline{background:0 0;color:#fff;border-color:#fff}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary.outline:hover,button.secondary.outline:hover,input[type=button].secondary.outline:hover,input[type=submit].secondary.outline:hover{color:rgba(255,255,255,.05);border-color:rgba(255,255,255,.05)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary.outline:active,button.secondary.outline:active,input[type=button].secondary.outline:active,input[type=submit].secondary.outline:active{color:rgba(255,255,255,.12);border-color:rgba(255,255,255,.12)}.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.action-save.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.secondary.outline.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{background:#f5f5f5;color:#dedfe2;border-color:#dedfe2;opacity:1}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary:focus,button.secondary:focus,input[type=button].secondary:focus,input[type=submit].secondary:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.secondary:hover,button.secondary:hover,input[type=button].secondary:hover,input[type=submit].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)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success,button.success,input[type=button].success,input[type=submit].success{color:#fff;background-color:var(--bb-success-color)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success:hover,button.success:hover,input[type=button].success:hover,input[type=submit].success:hover{color:#fff;background-color:rgba(var(--bb-success-color),.05)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success:active,button.success:active,input[type=button].success:active,input[type=submit].success:active{color:#fff;background-color:rgba(var(--bb-success-color),.09)}.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.action-save.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.success.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{color:#c8cbcf;background-color:#f5f5f5}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success.outline,button.success.outline,input[type=button].success.outline,input[type=submit].success.outline{background:0 0;color:var(--bb-success-color);border-color:var(--bb-success-color)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success.outline:hover,button.success.outline:hover,input[type=button].success.outline:hover,input[type=submit].success.outline:hover{color:rgba(var(--bb-success-color),.05);border-color:rgba(var(--bb-success-color),.05)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.success.outline:active,button.success.outline:active,input[type=button].success.outline:active,input[type=submit].success.outline:active{color:rgba(var(--bb-success-color),.12);border-color:rgba(var(--bb-success-color),.12)}.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.action-save.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.success.outline.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{background:#f5f5f5;color:#dedfe2;border-color:#dedfe2;opacity:1}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.error,button.error,input[type=button].error,input[type=submit].error{color:#fff;background-color:var(--bb-danger-color)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error: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.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,.button.error:hover,button.error:hover,input[type=button].error:hover,input[type=submit].error:hover{color:#fff;background-color:rgba(var(--bb-danger-color),.05)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.error:active,button.error:active,input[type=button].error:active,input[type=submit].error:active{color:#fff;background-color:rgba(var(--bb-danger-color),.09)}.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.action-save.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.error.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{color:#c8cbcf;background-color:#f5f5f5}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.error.outline,button.error.outline,input[type=button].error.outline,input[type=submit].error.outline{background:0 0;color:var(--bb-danger-color);border-color:var(--bb-danger-color)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.error.outline:hover,button.error.outline:hover,input[type=button].error.outline:hover,input[type=submit].error.outline:hover{color:rgba(var(--bb-danger-color),.05);border-color:rgba(var(--bb-danger-color),.05)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.error.outline:active,button.error.outline:active,input[type=button].error.outline:active,input[type=submit].error.outline:active{color:rgba(var(--bb-danger-color),.12);border-color:rgba(var(--bb-danger-color),.12)}.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.action-save.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.error.outline.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{background:#f5f5f5;color:#dedfe2;border-color:#dedfe2;opacity:1}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.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.error.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.error:hover,.buddypress .buddypress-wrap .comment-reply-link.error.outline:hover,.buddypress .buddypress-wrap .comment-reply-link.error:hover,.buddypress .buddypress-wrap .generic-button a.error.outline:hover,.buddypress .buddypress-wrap .generic-button a.error:hover,.buddypress .buddypress-wrap a.bp-title-button.error.outline:hover,.buddypress .buddypress-wrap a.bp-title-button.error:hover,.buddypress .buddypress-wrap a.button.error.outline:hover,.buddypress .buddypress-wrap a.button.error:hover,.buddypress .buddypress-wrap button.error.outline:hover,.buddypress .buddypress-wrap button.error:hover,.buddypress .buddypress-wrap input[type=button].error.outline:hover,.buddypress .buddypress-wrap input[type=button].error:hover,.buddypress .buddypress-wrap input[type=reset].error.outline:hover,.buddypress .buddypress-wrap input[type=reset].error:hover,.buddypress .buddypress-wrap input[type=submit].error.outline:hover,.buddypress .buddypress-wrap input[type=submit].error:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error.outline:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error:hover,.button.error.outline:hover,.button.error:hover,button.error.outline:hover,button.error:hover,input[type=button].error.outline:hover,input[type=button].error:hover,input[type=submit].error.outline:hover,input[type=submit].error:hover{background-color:var(--bb-secondary-button-background-regular);border-color:var(--bb-danger-color);color:var(--bb-danger-color)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted,button.inverted,input[type=button].inverted,input[type=submit].inverted{color:#000;background-color:#fff}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted:hover,button.inverted:hover,input[type=button].inverted:hover,input[type=submit].inverted:hover{color:#000;background-color:rgba(255,255,255,.05)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted:active,button.inverted:active,input[type=button].inverted:active,input[type=submit].inverted:active{color:#000;background-color:rgba(255,255,255,.09)}.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.action-save.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.inverted.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{color:#c8cbcf;background-color:#f5f5f5}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted.outline,button.inverted.outline,input[type=button].inverted.outline,input[type=submit].inverted.outline{background:0 0;color:#fff;border-color:#fff}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted.outline:hover,button.inverted.outline:hover,input[type=button].inverted.outline:hover,input[type=submit].inverted.outline:hover{color:rgba(255,255,255,.05);border-color:rgba(255,255,255,.05)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted.outline:active,button.inverted.outline:active,input[type=button].inverted.outline:active,input[type=submit].inverted.outline:active{color:rgba(255,255,255,.12);border-color:rgba(255,255,255,.12)}.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.action-save.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.inverted.outline.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{background:#f5f5f5;color:#dedfe2;border-color:#dedfe2;opacity:1}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.inverted:hover,button.inverted:hover,input[type=button].inverted:hover,input[type=submit].inverted:hover{opacity:.7}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.round,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.round,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.round,button.round,input[type=button].round,input[type=submit].round{border-radius:50px}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.raised,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.raised,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.raised,button.raised,input[type=button].raised,input[type=submit].raised{box-shadow:0 1px 3px rgba(0,0,0,.3)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.outline,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.outline,button.outline,input[type=button].outline,input[type=submit].outline{background:0 0;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}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.outline:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.outline:focus,button.outline:focus,input[type=button].outline:focus,input[type=submit].outline:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.outline:active,.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:hover,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.outline:active,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.outline:focus,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.outline:hover,.buddypress .buddypress-wrap .comment-reply-link.outline:active,.buddypress .buddypress-wrap .comment-reply-link.outline:focus,.buddypress .buddypress-wrap .comment-reply-link.outline:hover,.buddypress .buddypress-wrap .generic-button a.outline:active,.buddypress .buddypress-wrap .generic-button a.outline:focus,.buddypress .buddypress-wrap .generic-button a.outline:hover,.buddypress .buddypress-wrap a.bp-title-button.outline:active,.buddypress .buddypress-wrap a.bp-title-button.outline:focus,.buddypress .buddypress-wrap a.bp-title-button.outline:hover,.buddypress .buddypress-wrap a.button.outline:active,.buddypress .buddypress-wrap a.button.outline:focus,.buddypress .buddypress-wrap a.button.outline:hover,.buddypress .buddypress-wrap button.outline:active,.buddypress .buddypress-wrap button.outline:focus,.buddypress .buddypress-wrap button.outline:hover,.buddypress .buddypress-wrap input[type=button].outline:active,.buddypress .buddypress-wrap input[type=button].outline:focus,.buddypress .buddypress-wrap input[type=button].outline:hover,.buddypress .buddypress-wrap input[type=reset].outline:active,.buddypress .buddypress-wrap input[type=reset].outline:focus,.buddypress .buddypress-wrap input[type=reset].outline:hover,.buddypress .buddypress-wrap input[type=submit].outline:active,.buddypress .buddypress-wrap input[type=submit].outline:focus,.buddypress .buddypress-wrap input[type=submit].outline:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.outline:active,.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:hover,.button.outline:active,.button.outline:focus,.button.outline:hover,button.outline:active,button.outline:focus,button.outline:hover,input[type=button].outline:active,input[type=button].outline:focus,input[type=button].outline:hover,input[type=submit].outline:active,input[type=submit].outline:focus,input[type=submit].outline: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)}.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.action-save.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.outline.disabled,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.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{opacity:.5}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.upper,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.upper,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.upper,button.upper,input[type=button].upper,input[type=submit].upper{text-transform:uppercase;letter-spacing:.04em;font-size:14px}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.upper.small,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.upper.small,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.upper.small,button.upper.small,input[type=button].upper.small,input[type=submit].upper.small{font-size:12px}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.upper.big,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.upper.big,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.upper.big,button.upper.big,input[type=button].upper.big,input[type=submit].upper.big{font-size:14px}.activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.upper.large,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.upper.large,.activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.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,.button.upper.large,button.upper.large,input[type=button].upper.large,input[type=submit].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:active,.wp-block-file .wp-block-file__button:focus,.wp-block-file .wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__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)}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 a,.breadcrumbs span{font-style:normal;padding:0 .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 a,.breadcrumbs li:first-child span{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 a,.pagination span{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 li.active a,.pagination span{color:rgba(0,0,0,.5);border-color:#e0e1e1;cursor:text}.pagination.upper{font-size:14px}.bbp-pagination-links{border:0;padding:0;background:0 0;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,.llms-pagination>ul,.woocommerce-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-lms-pagination .page-numbers,.bb-lms-pagination .post-page-numbers,.bbp-pagination-links .page-numbers,.bbp-pagination-links .post-page-numbers,.bp-pagination-links .page-numbers,.bp-pagination-links .post-page-numbers,.llms-pagination .page-numbers,.llms-pagination .post-page-numbers,.page-links .page-numbers,.page-links .post-page-numbers,.woocommerce-pagination .page-numbers,.woocommerce-pagination .post-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-lms-pagination .page-numbers:not(.next,.prev),.bb-lms-pagination .post-page-numbers:not(.next,.prev),.bbp-pagination-links .page-numbers:not(.next,.prev),.bbp-pagination-links .post-page-numbers:not(.next,.prev),.bp-pagination-links .page-numbers:not(.next,.prev),.bp-pagination-links .post-page-numbers:not(.next,.prev),.llms-pagination .page-numbers:not(.next,.prev),.llms-pagination .post-page-numbers:not(.next,.prev),.page-links .page-numbers:not(.next,.prev),.page-links .post-page-numbers:not(.next,.prev),.woocommerce-pagination .page-numbers:not(.next,.prev),.woocommerce-pagination .post-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-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,.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,.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,.llms-pagination .page-numbers.next,.llms-pagination .page-numbers.prev,.llms-pagination .post-page-numbers.next,.llms-pagination .post-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,.woocommerce-pagination .page-numbers.next,.woocommerce-pagination .page-numbers.prev,.woocommerce-pagination .post-page-numbers.next,.woocommerce-pagination .post-page-numbers.prev{width:28px}.bb-bp-invites-content .table-responsive a.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.post-page-numbers,.bbp-pagination-links a.page-numbers:not(.prev,.next),.bbp-pagination-links a.post-page-numbers,.bp-pagination-links a.page-numbers:not(.prev,.next),.bp-pagination-links a.post-page-numbers,.llms-pagination a.page-numbers:not(.prev,.next),.llms-pagination a.post-page-numbers,.page-links a.page-numbers:not(.prev,.next),.page-links a.post-page-numbers,.woocommerce-pagination a.page-numbers:not(.prev,.next),.woocommerce-pagination 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.post-page-numbers:hover,.bb-lms-pagination a.page-numbers:not(.prev,.next):hover,.bb-lms-pagination a.post-page-numbers:hover,.bbp-pagination-links a.page-numbers:not(.prev,.next):hover,.bbp-pagination-links a.post-page-numbers:hover,.bp-pagination-links a.page-numbers:not(.prev,.next):hover,.bp-pagination-links a.post-page-numbers:hover,.llms-pagination a.page-numbers:not(.prev,.next):hover,.llms-pagination a.post-page-numbers:hover,.page-links a.page-numbers:not(.prev,.next):hover,.page-links a.post-page-numbers:hover,.woocommerce-pagination a.page-numbers:not(.prev,.next):hover,.woocommerce-pagination a.post-page-numbers:hover{color:var(--bb-primary-color)}.bb-bp-invites-content .table-responsive a.prev,.bb-lms-pagination a.prev,.bbp-pagination-links a.prev,.bp-pagination-links a.prev,.llms-pagination a.prev,.page-links a.prev,.woocommerce-pagination a.prev{margin-right:5px}.bb-bp-invites-content .table-responsive a.next,.bb-lms-pagination a.next,.bbp-pagination-links a.next,.bp-pagination-links a.next,.llms-pagination a.next,.page-links a.next,.woocommerce-pagination a.next{margin-left:5px}.bb-bp-invites-content .table-responsive a.next,.bb-bp-invites-content .table-responsive a.prev,.bb-lms-pagination a.next,.bb-lms-pagination a.prev,.bbp-pagination-links a.next,.bbp-pagination-links a.prev,.bp-pagination-links a.next,.bp-pagination-links a.prev,.llms-pagination a.next,.llms-pagination a.prev,.page-links a.next,.page-links a.prev,.woocommerce-pagination a.next,.woocommerce-pagination a.prev{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.next:hover,.bb-bp-invites-content .table-responsive a.prev:hover,.bb-lms-pagination a.next:hover,.bb-lms-pagination a.prev:hover,.bbp-pagination-links a.next:hover,.bbp-pagination-links a.prev:hover,.bp-pagination-links a.next:hover,.bp-pagination-links a.prev:hover,.llms-pagination a.next:hover,.llms-pagination a.prev:hover,.page-links a.next:hover,.page-links a.prev:hover,.woocommerce-pagination a.next:hover,.woocommerce-pagination a.prev:hover{background-color:var(--bb-content-alternate-background-color)}.bb-bp-invites-content .table-responsive a.next:before,.bb-bp-invites-content .table-responsive a.prev:before,.bb-lms-pagination a.next:before,.bb-lms-pagination a.prev:before,.bbp-pagination-links a.next:before,.bbp-pagination-links a.prev:before,.bp-pagination-links a.next:before,.bp-pagination-links a.prev:before,.llms-pagination a.next:before,.llms-pagination a.prev:before,.page-links a.next:before,.page-links a.prev:before,.woocommerce-pagination a.next:before,.woocommerce-pagination a.prev:before{font-family:bb-icons;speak:none;font-style:normal;font-weight:400;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,.bbp-pagination-links a.prev:before,.bp-pagination-links a.prev:before,.llms-pagination a.prev:before,.page-links a.prev:before,.woocommerce-pagination a.prev:before{content:"\e8ab"}.bb-bp-invites-content .table-responsive a.next:before,.bb-lms-pagination a.next:before,.bbp-pagination-links a.next:before,.bp-pagination-links a.next:before,.llms-pagination a.next:before,.page-links a.next:before,.woocommerce-pagination a.next:before{content:"\e827"}.bb-bp-invites-content .table-responsive span.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.post-page-numbers,.bbp-pagination-links span.page-numbers:not(.dots),.bbp-pagination-links span.post-page-numbers,.bp-pagination-links span.page-numbers:not(.dots),.bp-pagination-links span.post-page-numbers,.llms-pagination span.page-numbers:not(.dots),.llms-pagination span.post-page-numbers,.page-links span.page-numbers:not(.dots),.page-links span.post-page-numbers,.woocommerce-pagination span.page-numbers:not(.dots),.woocommerce-pagination 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-lms-pagination span.page-numbers.disabled,.bbp-pagination-links span.page-numbers.disabled,.bp-pagination-links span.page-numbers.disabled,.llms-pagination span.page-numbers.disabled,.page-links span.page-numbers.disabled,.woocommerce-pagination span.page-numbers.disabled{background-color:transparent;color:var(--bb-body-text-color)}.llms-pagination ul.page-numbers,.woocommerce nav.woocommerce-pagination ul.page-numbers,.woocommerce-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}.woocommerce nav.woocommerce-pagination ul li,.woocommerce-pagination ul li,body.woocommerce nav.woocommerce-pagination ul li{margin:0 3px}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce-pagination ul li a,body.woocommerce nav.woocommerce-pagination ul li a{background-color:transparent}.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce-pagination ul li a:focus,.woocommerce-pagination ul li a:hover,body.woocommerce nav.woocommerce-pagination ul li a:focus,body.woocommerce nav.woocommerce-pagination ul li a:hover{color:var(--bb-primary-color);background-color:transparent}.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,body.woocommerce nav.woocommerce-pagination ul li a.next,body.woocommerce nav.woocommerce-pagination ul li a.prev{font-size:0;color:var(--bb-body-text-color);background-color:var(--bb-content-background-color)}.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,body.woocommerce nav.woocommerce-pagination ul li a.next:hover,body.woocommerce nav.woocommerce-pagination ul li a.prev:hover{background-color:var(--bb-content-alternate-background-color)}.woocommerce nav.woocommerce-pagination ul li span.current,.woocommerce-pagination ul li span.current,body.woocommerce nav.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.next,.buddypress-wrap .bp-pagination .bp-pagination-links a.prev,.buddypress-wrap .bp-pagination .bp-pagination-links span.next,.buddypress-wrap .bp-pagination .bp-pagination-links span.prev{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 embed,.video-container iframe:not(.wp-embedded-content),.video-container object{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:0 0!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}blockquote,pre{border:1px solid #999;page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,h4{page-break-after:avoid}@page{margin:.5cm}}.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(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}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 .2s;animation:zoom-in .2s}.zoomOut{-webkit-animation:zoom-out .5s;animation:zoom-out .5s}.slideInRight{-webkit-animation:slide-in-right .5s;animation:slide-in-right .5s}.slideInLeft{-webkit-animation:slide-in-left .5s;animation:slide-in-left .5s}.slideInDown{-webkit-animation:slide-in-down .5s;animation:slide-in-down .5s}.slideOutLeft{-webkit-animation:slide-out-left .5s;animation:slide-out-left .5s}.slideOutRight{-webkit-animation:slide-out-right .5s;animation:slide-out-right .5s}.slideOutUp{-webkit-animation:slide-out-up .5s;animation:slide-out-up .5s}.slideUp{overflow:hidden;-webkit-animation:slide-up .2s ease-in-out;animation:slide-up .2s 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 .5s cubic-bezier(.5,-.5,.5,1.5);animation:flip-out .5s cubic-bezier(.5,-.5,.5,1.5)}.rotate{-webkit-animation:rotate .5s;animation:rotate .5s}.pulse{-webkit-animation:pulse 250ms 2;animation:pulse 250ms 2}.shake{-webkit-animation:shake .5s;animation:shake .5s}.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:after,[data-balloon]:hover:before,[data-balloon][data-balloon-visible]:after,[data-balloon][data-balloon-visible]:before{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]:after,[data-balloon][data-balloon-blunt]:before{-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{box-shadow:0 3px 24px 0 rgba(18,43,70,.08);border-left-color:#fff;border-right-color:#fff;border-radius:3px;position:relative;z-index:1}.bs-item-list.list-view.notification-list .bs-item-wrap:not(.no-hover-effect,.header-total-reply-count):hover{border-left-color:transparent;border-right-color:transparent}.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:0 0;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>.bs-item-wrap,#bbpress-forums .bs-item-list.list-view:not(.bbp-lead-topic)>li:last-child>div.bs-reply-list-item{border-bottom-left-radius:var(--bb-block-radius);border-bottom-right-radius:var(--bb-block-radius)}.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}.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 #000;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%}.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:"\ee65";font-weight:200}#pass-strength-result.bad,#pass-strength-result.error{background-color:rgba(var(--bb-warning-color-rgb),.1);color:var(--bb-warning-color);border-color:rgba(0,0,0,.05)}#pass-strength-result.bad:before,#pass-strength-result.error:before{content:"\ee66";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:"\eebc";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:"\e876";font-weight:200}.bp-navs ul:after,.bp-navs: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}.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:0 0}.activity-update-form~.mpp-media-upload-container a.mpp-upload-container-close:before{content:"\e828";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}.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-checkbox-help:before,.bb-checkbox .bb-radio-help:before,.bb-radio .bb-checkbox-help:before,.bb-radio .bb-radio-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:"\e876";width:22px;height:22px;font-family:bb-icons;font-style:normal;font-weight:400;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}.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:#fff;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}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{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:700;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}.wp-caption{background-color:#e6e6e6;max-width:100%;overflow:hidden;text-align:center}.wp-caption.alignleft{margin:.5rem 2rem 1.625rem 0}.wp-caption.aligncenter{margin-left:auto;margin-right:auto}.wp-caption.alignright{margin:.5rem 0 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{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:#f5f5f5;margin:0;max-width:100%;padding:5px}.gallery img{display:block;height:auto;width:100%}.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(../images/svg/loader.svg) center no-repeat #fff;background-size:62px;-webkit-transition:.3s all;transition:.3s all;z-index:9999}.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;height:24px!important;width:24px!important;max-height:initial!important;margin:3px;vertical-align:-.1em;background:0 0;padding:0}[contenteditable]:empty:before{content:"\feff"}.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(../images/adminbar-background.png);background-repeat:repeat-x;background-attachment:fixed}body,html{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}.bb-footer,.site-content:not(.maintenance-content),.site-header{padding:0 10px}.site-content{min-height:70vh}.sticky-header .site-content{min-height:85vh}.site-main{position:relative}.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(.activate) .site,.bb-buddypanel:not(.register) .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}}.error-404,.no-results.not-found{padding-top:40px;padding-bottom:40px}.error-404 .page-header,.no-results.not-found .page-header{margin-bottom:40px}.error-404 .page-title,.no-results.not-found .page-title{margin-bottom:10px}.error-404 .desc,.no-results.not-found .desc{font-size:18px;font-weight:300;color:var(--bb-body-text-color);letter-spacing:-.24px;line-height:1.5}.error-404 .button,.no-results.not-found .button{min-width:140px}.error-404 .bb-img-404,.no-results.not-found .bb-img-404{margin:0 auto 40px}.error-404 .bb-img-404--theme-2-0 svg>path,.no-results.not-found .bb-img-404--theme-2-0 svg>path{fill:var(--bb-body-background-color);stroke:var(--bb-primary-color)}.error-404 .bb-img-404--theme-2-0 svg g path,.no-results.not-found .bb-img-404--theme-2-0 svg g path{fill:var(--bb-primary-color)}.error-404 .bb-img-404--theme-2-0 svg circle,.no-results.not-found .bb-img-404--theme-2-0 svg circle{stroke:var(--bb-primary-color)}.error-404 .bb-img-404--theme-2-0 svg .circle-fill-404,.no-results.not-found .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:"\ef10";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 .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 .header-aside .notification-dropdown i,.site-header .header-search-wrap i,.site-header .notification-dropdown i,.site-header 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:"\e8ab"}.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}.buddypanel-logo .site-header .header-2 .buddypanel_logo_display_on{display:block;visibility:hidden;opacity:0}.header-aside .notification-list.bb-nouveau-list .actions .dashicons-dismiss:before,.header-aside .notification-list.bb-nouveau-list .actions .dashicons-hidden:before,.header-aside .notification-list.bb-nouveau-list .actions .dashicons-trash:before,.header-aside .notification-list.bb-nouveau-list .actions .dashicons-visibility: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:610;width:100%}.sticky-header .site-header.has-scrolled{box-shadow:0 1px 0 0 rgba(139,141,157,.05),0 5px 10px 0 rgba(65,71,108,.15)}.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 .header-aside,.header-2 .main-navigation{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 .search-field-top,.header-search-wrap input.search-field{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:0;padding:10px 15px 10px 35px;text-overflow:ellipsis;white-space:nowrap;width:100%}.header-search-wrap .search-field-top:focus,.header-search-wrap input.search-field: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-help-content,.bb-header-more-menu:hover .bb-help-link:after,.bb-header-more-menu:hover .bb-more-menu-icon:after,.bb-header-more-menu:hover .bb-more-menu-nav,.bb-help-dropdown-wrap:hover .bb-help-content,.bb-help-dropdown-wrap:hover .bb-help-link:after,.bb-help-dropdown-wrap:hover .bb-more-menu-icon:after,.bb-help-dropdown-wrap:hover .bb-more-menu-nav{opacity:1;visibility:visible}.bb-help-link,.bb-more-menu-icon{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-help-link:after,.bb-more-menu-icon:after{content:" ";position:absolute;width:0;height:0;bottom:-1px;margin:0;right:5px;box-sizing:border-box;border:8px 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:101;opacity:0;visibility:hidden}.bb-help-content,.bb-more-menu-nav{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;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]:after,.bb-more-menu-nav [data-balloon]:before{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}#header-messages-dropdown-elem .menu-item-has-children:not(.hideshow):after,#header-notification-dropdown-elem .menu-item-has-children:not(.hideshow):after,.bb-header-search-bar .menu-item-has-children:not(.hideshow):after{display:none}.notification-wrap,.user-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-messages-dropdown-elem,#header-notifications-dropdown-elem,.bb-header-more-menu,.bb-header-search-bar,.bb-help-dropdown-wrap,.header-cart-link-wrap,.header-search-link-wrap,.user-wrap-container{display:inline-block;padding:0 8px;text-align:left;vertical-align:middle}.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:0 0;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){.bb-buddypanel:not(.bb-sfwd-aside) .fl-builder-content[data-type=header].fl-theme-builder-header-sticky,body.bb-buddypanel:not(.bb-sfwd-aside)>.fl-builder-content{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){.buddypanel,.site-header-container{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-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:focus,.bb-mobile-panel-inner .buddypanel-menu li.bb-menu-section a:hover{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]:after,.bb-mobile-panel-inner [data-balloon]:before{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:0 0;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(0);-ms-transform:rotate(0);transform:rotate(0)}.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(0);-ms-transform:rotate(0);transform:rotate(0)}[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:0 0}.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}.dashicons-admin-site:before{content:"\f319"!important}.dashicons-welcome-view-site:before{content:"\f115"!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;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:focus,.primary-menu a:hover{color:var(--bb-header-links-hover)}.primary-menu a:focus>i,.primary-menu a:hover>i{color:var(--bb-header-links-hover)}.primary-menu .current-menu-ancestor>a,.primary-menu .current-menu-item>a,.primary-menu .current-menu-parent>a,.primary-menu .current_page_item>a{font-weight:600;color:var(--bb-header-links-hover);letter-spacing:-.24px}.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-menu-parent>a>i.bb-icon-l,.primary-menu .current-menu-parent>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-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-menu-parent>a>i.bb-icon-rl,.primary-menu .current-menu-parent>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-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-menu-parent>a>i.bb-icon-bl,.primary-menu .current-menu-parent>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-ancestor>a>i,.primary-menu .current-menu-item>a>i,.primary-menu .current-menu-parent>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:after,.menu-style-tab_bar .site-header #primary-navbar .primary-menu>.menu-item>.ab-submenu li:before{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:"\ee6e";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-menu-item>a:after,.menu-style-tab_bar .site-header .primary-menu>li.no-icon>a.current_page_item>a:after{color:var(--bb-header-links)}.menu-style-tab_bar .site-header .primary-menu>li.current-menu-item>a,.menu-style-tab_bar .site-header .primary-menu>li.current_page_item>a{border-bottom-color:var(--bb-header-links-hover)}.menu-style-tab_bar .site-header .primary-menu>li.current-menu-item>a i._mi,.menu-style-tab_bar .site-header .primary-menu>li.current_page_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 .current-menu-ancestor>a,.site-header .sub-menu .current-menu-item>a,.site-header .sub-menu .current-menu-parent>a,.site-header .sub-menu li:hover>a{background:var(--bb-content-alternate-background-color);color:var(--bb-primary-color)}.site-header .sub-menu .current-menu-ancestor>a,.site-header .sub-menu .current-menu-item>a,.site-header .sub-menu .current-menu-parent>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:"\e826";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:"\e8ab";font-family:bb-icons;font-weight:400;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:after,.site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu li:before{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 #000;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 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 #000;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}#navbar-extend .menu-item-has-children:after,.menu-style-standard .primary-menu .menu-item-has-children:not(.hideshow):after{content:"\e826";font-family:bb-icons;font-weight:400;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;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:"\ee6e";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-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.current-menu-parent>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:400}.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.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: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-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.current-menu-parent>a,.user-wrap.menu-item-has-children #header-my-account-menu>li li:hover>a{background:0 0;color:var(--bb-primary-color);font-weight:400}.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]:after,.user-wrap.menu-item-has-children #header-my-account-menu [data-balloon]:before{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 .bb-help-content,.dropdown-left .sub-menu{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:0 0}.bb-footer .bb-menu-section,.bb-my-account-menu .bb-menu-section,.primary-menu .bb-menu-section{display:none}#buddypress .sub-menu,#buddypress ul.submenu,#object-nav .sub-menu,#object-nav ul.submenu,.bb-footer .footer-menu .sub-menu,.bb-footer .footer-menu ul.submenu,.bb-profile-grid.bb-grid .bp-navs .sub-menu,.bb-profile-grid.bb-grid .bp-navs ul.submenu,.bp-navs .component-navigation .sub-menu,.bp-navs .component-navigation ul.submenu,.site-header .sub-menu,.site-header 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}#buddypress .sub-menu.active,#buddypress ul.submenu.active,#object-nav .sub-menu.active,#object-nav ul.submenu.active,.bb-footer .footer-menu .sub-menu.active,.bb-footer .footer-menu ul.submenu.active,.bb-profile-grid.bb-grid .bp-navs .sub-menu.active,.bb-profile-grid.bb-grid .bp-navs ul.submenu.active,.bp-navs .component-navigation .sub-menu.active,.bp-navs .component-navigation ul.submenu.active,.site-header .sub-menu.active,.site-header ul.submenu.active{opacity:1;visibility:visible}#buddypress>ul .bb_more_dropdown__title,#object-nav>ul .bb_more_dropdown__title,.bb-footer .footer-menu>ul .bb_more_dropdown__title,.bb-profile-grid.bb-grid .bp-navs>ul .bb_more_dropdown__title,.bp-navs .component-navigation>ul .bb_more_dropdown__title,.site-header>ul .bb_more_dropdown__title{display:none}@media screen and (max-width:980px){#buddypress .sub-menu.bb_more_dropdown.open,#object-nav .sub-menu.bb_more_dropdown.open,.bb-footer .footer-menu .sub-menu.bb_more_dropdown.open,.bb-profile-grid.bb-grid .bp-navs .sub-menu.bb_more_dropdown.open,.bp-navs .component-navigation .sub-menu.bb_more_dropdown.open,.site-header .sub-menu.bb_more_dropdown.open{padding:48px 0 0}#buddypress .sub-menu.bb_more_dropdown.open .bb_more_dropdown__title,#object-nav .sub-menu.bb_more_dropdown.open .bb_more_dropdown__title,.bb-footer .footer-menu .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,.bp-navs .component-navigation .sub-menu.bb_more_dropdown.open .bb_more_dropdown__title,.site-header .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}#object-nav .sub-menu li,#object-nav ul.sub-menu li,.bb-footer .footer-menu .sub-menu li,.bb-footer .footer-menu 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,.bp-navs .component-navigation .sub-menu li,.bp-navs .component-navigation ul.sub-menu li{margin:0;display:block;width:100%;padding:0}#object-nav .sub-menu li.bb_more_dropdown__title,#object-nav ul.sub-menu li.bb_more_dropdown__title,.bb-footer .footer-menu .sub-menu li.bb_more_dropdown__title,.bb-footer .footer-menu 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,.bp-navs .component-navigation .sub-menu li.bb_more_dropdown__title,.bp-navs .component-navigation ul.sub-menu li.bb_more_dropdown__title{padding:10px 15px}@media screen and (min-width:980px){#object-nav .sub-menu li.bb_more_dropdown__title,#object-nav ul.sub-menu li.bb_more_dropdown__title,.bb-footer .footer-menu .sub-menu li.bb_more_dropdown__title,.bb-footer .footer-menu 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,.bp-navs .component-navigation .sub-menu li.bb_more_dropdown__title,.bp-navs .component-navigation ul.sub-menu li.bb_more_dropdown__title{display:none}}#object-nav .sub-menu a,#object-nav ul.sub-menu a,.bb-footer .footer-menu .sub-menu a,.bb-footer .footer-menu 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,.bp-navs .component-navigation .sub-menu a,.bp-navs .component-navigation 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}#object-nav .sub-menu a:hover,#object-nav ul.sub-menu a:hover,.bb-footer .footer-menu .sub-menu a:hover,.bb-footer .footer-menu 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,.bp-navs .component-navigation .sub-menu a:hover,.bp-navs .component-navigation ul.sub-menu a:hover{background:var(--bb-content-alternate-background-color)}#object-nav>.bb_more_dropdown__title,.bb-footer .footer-menu>.bb_more_dropdown__title,.bb-profile-grid.bb-grid .bp-navs>.bb_more_dropdown__title,.bp-navs .component-navigation>.bb_more_dropdown__title{display:none}#object-nav .more-button,.bb-footer .footer-menu .more-button,.bb-profile-grid.bb-grid .bp-navs .more-button,.bp-navs .component-navigation .more-button{padding:14px 0;line-height:1.1}#object-nav .more-button i,.bb-footer .footer-menu .more-button i,.bb-profile-grid.bb-grid .bp-navs .more-button i,.bp-navs .component-navigation .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 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:0 0}.bp-subnavs li.selected a:focus{background:0 0;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:0 0}#header-aside .bb-my-account-menu .sub-menu .current-menu-item a{background:0 0}.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}.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]:after,.buddypanel .side-panel-scroll [data-balloon][data-balloon-pos=right]:before{display:none}.buddypanel ul.buddypanel-menu li a>span:not(.count){display:-webkit-box;display:-ms-flexbox;display:flex;min-width:0;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.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>i+span:not(.count),.buddypanel ul.buddypanel-menu li a>img._image+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}.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)}}@media screen and (min-width:800px){.bb-buddypanel.buddypanel-open.sticky-header .site-header{width:-webkit-calc(100% - 230px);width:calc(100% - 230px)}.bb-buddypanel .bb-footer,.bb-buddypanel .header-search-wrap,.bb-buddypanel .site-content,.bb-buddypanel .site-header{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=left]:after,.buddypanel-open:not(.register) .buddypanel [data-balloon][data-balloon-pos=left]:before,.buddypanel-open:not(.register) .buddypanel [data-balloon][data-balloon-pos=right]:after,.buddypanel-open:not(.register) .buddypanel [data-balloon][data-balloon-pos=right]:before{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.buddypress.has-sidebar:not(.profile-sidebar,.group-sidebar,.llms-pointer) #page #primary,.in-bbapp.has-sidebar:not(.profile-sidebar,.group-sidebar,.llms-pointer) #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>.bs-submenu-toggle,.bb-template-v2 .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,.bb-template-v2 .widget.widget_block .side-panel-inner.is_block .buddypanel-menu-block li a:hover>i:not(.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>.bs-submenu-toggle,.bb-template-v2 .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,.bb-template-v2 .widget.widget_block .side-panel-inner.is_block .buddypanel-menu-block li.current-menu-item>a>i:not(.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;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:40px;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._after,.side-panel-menu .sub-menu i._mi._before,.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_off_close_site_icon,body.buddypanel-open .buddypanel .buddypanel_off_open_site_icon,body.buddypanel-open .buddypanel .buddypanel_on_close_site_icon,body.buddypanel-open .buddypanel .buddypanel_on_open_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_close_site_icon,body:not(.buddypanel-open) .buddypanel .buddypanel_on_open_site_icon{display:block;text-align:center}body:not(.buddypanel-open) .buddypanel .buddypanel_logo_display_on,body:not(.buddypanel-open) .buddypanel .buddypanel_off_close_site_icon,body:not(.buddypanel-open) .buddypanel .buddypanel_off_open_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 ol,.widget ul{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-menu-item a,.widget.widget_block .wp-block-page-list li.current_page_item a,.widget.widget_pages ul li.current-menu-item a,.widget.widget_pages ul li.current_page_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.search,.widget.widget_search input[name=bbp_search],.widget.widget_search input[type=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 a:not(.activity-time-since),.widget.activity_update .activity-update .bp-activity-info p{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.buddypress.widget_bp_core_whos_online_widget div.item-options,.widget.widget_bp_core_whos_online_widget div.item-options{margin-bottom:20px}.widget.buddypress.widget_bp_core_whos_online_widget div.item-options a,.widget.widget_bp_core_whos_online_widget div.item-options a{font-weight:500}.widget.buddypress.widget_bp_core_whos_online_widget .widget-error,.widget.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:"\ef23";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}.widget.widget_block .wp-block-group .widget{background:none transparent;border:0;padding:0}.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:0 0;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)}.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}.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-archives,.content-area :not(.widget_block)>.wp-block-calendar,.content-area :not(.widget_block)>.wp-block-categories-list,.content-area :not(.widget_block)>.wp-block-latest-comments,.content-area :not(.widget_block)>.wp-block-latest-posts,.content-area :not(.widget_block)>.wp-block-page-list,.content-area :not(.widget_block)>.wp-block-rss,.content-area :not(.widget_block)>.wp-block-search,.content-area :not(.widget_block)>.wp-block-tag-cloud{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-archives li a,:not(.widget_block)>.wp-block-calendar li a,:not(.widget_block)>.wp-block-categories-list li a,:not(.widget_block)>.wp-block-rss li a,:not(.widget_block)>.wp-block-search 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-archives li a:hover,:not(.widget_block)>.wp-block-calendar li a:hover,:not(.widget_block)>.wp-block-categories-list li a:hover,:not(.widget_block)>.wp-block-rss li a:hover,:not(.widget_block)>.wp-block-search li a:hover{color:var(--bb-primary-color)}.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-menu-item a,.wp-block-page-list li.current_page_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_archive ul li,.widget.widget_categories ul li{color:var(--bb-headings-color)}.wp-block-archives ul li,.wp-block-categories 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 .widget-title,.widget .widgettitle{display:-webkit-box;display:-ms-flexbox;display:flex}.widget .widget-title .widget-num-count,.widget .widgettitle .widget-num-count{padding:0 .25rem;color:var(--bb-alternate-text-color);margin-right:auto}.widget .widget-title a.bs-widget-reload,.widget .widgettitle a.bs-widget-reload{color:#939597}.elementor-widget.widget .elementor-widget-container>h5,.widget-title,.widgettitle{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 .widget-title:empty,.widget .widgettitle:empty{display:none}form.search-form{position:relative}.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}.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-submit,.wp-block-search .search-submit{border:0;position:absolute;width:40px;font-size:0;top:0;padding:0;background:url(../images/svg/search.svg) no-repeat center transparent;background-size:45%;right:0;opacity:.8}.widget_search .search-submit:hover,.wp-block-search .search-submit:hover{box-shadow:none;opacity:1}#wp-calendar{font-size:12px;margin-bottom:0;table-layout:fixed}#wp-calendar td,#wp-calendar th{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}.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}.widget_categories .children{margin-left:20px;margin-top:10px}.widget_recent_comments .wp-block-latest-comments__comment-link{word-break:break-word}.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-form #whats-new-toolbar,.widget .bbp-form .bbp_topic_tags_wrapper,.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}.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 .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}.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}.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}.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:0;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:"\ef30";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}.bb-masonry .hentry.bb-grid-2-3.first .entry-img,.post-grid .hentry.first .entry-content-wrap,.post-grid .hentry.first .entry-img,.post-grid:not(.bb-standard) .hentry.first .entry-img{width:100%}.post-grid .hentry.first .entry-img{padding-top:52.56%}}.entry-img,.single .post-related-posts .entry-img{position:relative;overflow:hidden;padding-top:52.56%;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-attachment:not(.full-fi) .content-area,.single-attachment:not(.full-fi-invert) .content-area,.single-post:not(.full-fi) .content-area,.single-post:not(.full-fi-invert) .content-area{margin:0 auto;max-width:800px}.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-attachment:not(.has-sidebar,.elementor-template-full-width) .content-area,.single-attachment:not(.has-sidebar,.elementor-template-full-width) .site-content-grid,.single-post:not(.has-sidebar,.elementor-template-full-width) .content-area,.single-post:not(.has-sidebar,.elementor-template-full-width) .site-content-grid{margin:0 auto;max-width:800px}.single-attachment .entry-content,.single-post .entry-content{letter-spacing:-.24px}.single-attachment .entry-content p,.single-post .entry-content p{margin-bottom:25px}.single-attachment .entry-content li>ol,.single-attachment .entry-content li>ul,.single-post .entry-content li>ol,.single-post .entry-content li>ul{margin-bottom:0}@media (max-width:544px){.single-attachment .entry-content p,.single-post .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-attachment .content-area,.single-post .content-area{max-width:-webkit-calc(100% - 300px);max-width:calc(100% - 300px)}}.entry-content img.alignleft{margin:.5rem 2rem 1.625rem 0}.entry-content img.alignright{margin:.5rem 0 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 .author-box-share-wrap,.author-post-meta a[href="#comments"]{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{font-size:18px;letter-spacing:-.27px;line-height:24px}.post-author-details .author-desc{font-size:14px;color:var(--bb-alternate-text-color);letter-spacing:-.24px;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 .cat-links,.post-meta-wrapper .tag-links{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;margin-bottom:10px;line-height:21px}.post-meta-wrapper .cat-links>span,.post-meta-wrapper .tag-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 .like-count,.top-meta a{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:"\ef02";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:"\e872";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 img,.content-area .gallery-icon>*{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:after,.top-meta .bb-like-wrap:before{display:none}.post-grid.bb-grid .bb-comment-text,.post-grid.bb-masonry .bb-comment-text{display:none}.post-grid.bb-grid .top-meta a,.post-grid.bb-masonry .top-meta a{margin-left:6px}.post-grid.bb-grid .post-date,.post-grid.bb-masonry .post-date{font-size:13px}.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 10px}.single-attachment .post-related-posts,.single-post .post-related-posts{border-bottom:1px solid var(--bb-content-border-color);margin-bottom:30px;padding-bottom:10px}.single-attachment .post-related-posts>.post-grid,.single-post .post-related-posts>.post-grid{display:none}.single-attachment .post-related-posts>.post-grid.slick-initialized,.single-post .post-related-posts>.post-grid.slick-initialized{display:block}.single-attachment .post-related-posts .slick-slider .slick-list,.single-attachment .post-related-posts .slick-slider .slick-track,.single-post .post-related-posts .slick-slider .slick-list,.single-post .post-related-posts .slick-slider .slick-track{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-attachment .post-related-posts .slick-slider a.slick-arrow.bb-slide-prev,.single-post .post-related-posts .slick-slider a.slick-arrow.bb-slide-prev{right:auto;left:5px}.single-attachment .post-related-posts .slick-slider a.slick-arrow.bb-slide-prev i,.single-post .post-related-posts .slick-slider a.slick-arrow.bb-slide-prev i{display:block;margin-top:1px}.single-attachment .post-related-posts .slick-slider .slick-arrow,.single-post .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-attachment .post-related-posts .slick-slider .slick-arrow i,.single-post .post-related-posts .slick-slider .slick-arrow i{color:#fff}.single-attachment .post-related-posts .gallery,.single-post .post-related-posts .gallery{margin-bottom:0}.single-attachment .post-related-posts .gallery .gallery-item,.single-post .post-related-posts .gallery .gallery-item{display:none}.single-attachment .post-related-posts .gallery .gallery-item:first-child,.single-post .post-related-posts .gallery .gallery-item:first-child{display:block}.single-attachment .post-related-posts .gallery.slick-initialized,.single-post .post-related-posts .gallery.slick-initialized{display:block}.single-attachment .post-related-posts .gallery.slick-initialized .gallery-item,.single-post .post-related-posts .gallery.slick-initialized .gallery-item{display:block}.single-attachment .post-related-posts .gallery ul.slick-dots,.single-post .post-related-posts .gallery ul.slick-dots{display:none!important}.single-attachment .post-related-posts .post-inner-wrap,.single-post .post-related-posts .post-inner-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.single-attachment .post-related-posts .post-grid .first .entry-img,.single-post .post-related-posts .post-grid .first .entry-img{width:100%}.single-attachment .post-related-posts .entry-header,.single-post .post-related-posts .entry-header{margin-bottom:1.875rem}.single-attachment .post-related-posts .entry-content,.single-post .post-related-posts .entry-content{margin-bottom:2.25rem}.single-attachment .post-related-posts .entry-content>p:last-child,.single-post .post-related-posts .entry-content>p:last-child{margin-bottom:0}.single-attachment .post-related-posts .hentry blockquote,.single-post .post-related-posts .hentry blockquote{margin-bottom:0}.single-attachment .post-related-posts h1.entry-title,.single-attachment .post-related-posts h2.entry-title,.single-post .post-related-posts h1.entry-title,.single-post .post-related-posts h2.entry-title{margin-bottom:0;font-size:1.125rem;line-height:28px}.single-attachment .post-related-posts .entry-img,.single-post .post-related-posts .entry-img{margin-bottom:0}.single-attachment .post-related-posts>h3,.single-attachment .post-related-posts>h4,.single-attachment .post-related-posts>h5,.single-post .post-related-posts>h3,.single-post .post-related-posts>h4,.single-post .post-related-posts>h5{position:relative}.single-attachment .post-related-posts>h3,.single-post .post-related-posts>h3{font-size:1.5rem;line-height:2rem;padding-right:85px}.single-attachment .post-related-posts .post-grid .format-quote .entry-content,.single-post .post-related-posts .post-grid .format-quote .entry-content{font-size:14px;color:var(--bb-body-text-color)}.single-attachment .post-related-posts .lg-grid-1-3,.single-post .post-related-posts .lg-grid-1-3{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;vertical-align:top}.single-attachment .post-related-posts .post-inner-wrap,.single-post .post-related-posts .post-inner-wrap{height:auto}.single-attachment .post-related-posts .entry-content-wrap,.single-post .post-related-posts .entry-content-wrap{padding:20px 30px 25px}.single-attachment .post-related-posts .entry-content-wrap .entry-meta,.single-post .post-related-posts .entry-content-wrap .entry-meta{margin-top:0;margin-bottom:0}.single-attachment .post-related-posts .entry-content-wrap .entry-meta .push-right>a.bookmark-link-container,.single-post .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-attachment .post-related-posts .single-post.bb-buddypanel .site-content,.single-post .post-related-posts .single-post.bb-buddypanel .site-content{padding-left:80px;padding-right:80px}}@media screen and (min-width:768px) and (max-width:1420px){.single-attachment .post-related-posts body.single-post .site-content-grid>.bb-share-container,.single-post .post-related-posts body.single-post .site-content-grid>.bb-share-container{display:block}}@media screen and (min-width:768px) and (max-width:1150px){.single-attachment .post-related-posts .single-post .content-area,.single-post .post-related-posts .single-post .content-area{max-width:100%;width:100%}.single-attachment .post-related-posts .single-post .widget-area:not(.widget-area-secondary),.single-post .post-related-posts .single-post .widget-area:not(.widget-area-secondary){-webkit-box-flex:0;-ms-flex:none;flex:none;max-width:100%}.single-attachment .post-related-posts .single.single-post .site-content-grid,.single-post .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-attachment .post-related-posts .slick-initialized .slick-list,.single-post .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}.bb-masonry .hentry.bb-grid-2-3.first .ratio-wrap,.post-grid .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%}}.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{font-size:18px;font-weight:500}p.comment-notes,p.logged-in-as{font-size:16px}.comment-form label{display:block}.comment-form textarea{width:100%;max-height:120px;resize:vertical}.comment-form input[type=email],.comment-form input[type=name],.comment-form input[type=text],.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}.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:0}.slick-list.dragging{cursor:pointer}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:after,.slick-track:before{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:0;-webkit-transition:all .3s ease;transition:all .3s 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 var(--bb-content-border-color);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-headings-color);font-size:14px}.post-related-posts a.slick-arrow:hover i{color:var(--bb-primary-color)}.post-related-posts a.slick-arrow.slick-disabled i{opacity:.5}.post-related-posts a.slick-arrow.slick-disabled:hover i{color:var(--bb-headings-color)}.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-preformatted,pre.wp-block-verse{max-width:1200px;width:100%}.wp-block-media-text,figure.wp-block-audio{margin:0 0 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:0 0 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-author,.elementor-element.widget.bp-latest-activities ul li .wp-block-latest-posts__post-date,ul.wp-block-latest-posts li .wp-block-latest-posts__post-author,ul.wp-block-latest-posts li .wp-block-latest-posts__post-date{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-element.widget.bp-latest-activities ul,.elementor-widget-wp-widget-bbp_forums_widget ul,.elementor-widget-wp-widget-bbp_replies_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{list-style:none;margin:0}.elementor-element.widget.bp-latest-activities ul li a,.elementor-widget-wp-widget-bbp_forums_widget ul li a,.elementor-widget-wp-widget-bbp_replies_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{color:var(--bb-alternate-text-color);font-size:14px}.elementor-element.widget.bp-latest-activities ul li a:hover,.elementor-widget-wp-widget-bbp_forums_widget ul li a:hover,.elementor-widget-wp-widget-bbp_replies_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{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 td:first-child,.wp-block-table th:first-child{padding-left:.5em}.wp-block-table td:last-child,.wp-block-table th: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 .wp-block-cover-image-text,body .wp-block-cover .wp-block-cover-text,body .wp-block-cover h2,body .wp-block-cover-image .wp-block-cover-image-text,body .wp-block-cover-image .wp-block-cover-text,body .wp-block-cover-image h2{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 0}.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:400;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:"\ea12"}.jssocials-share-logo.fa.fa-facebook:before{content:"\edd2"}.default-fi.sidebar-right.buddypanel-open .site-content-grid>.bb-share-container{margin-left:-25px}.full-fi .site-content-grid>.bb-share-container,.full-fi-invert .site-content-grid>.bb-share-container{margin-left:60px}.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-attachment:not(.has-sidebar) .bb-share-container,.single-post: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{position:absolute;top:auto;left:auto;margin:15px;bottom:20px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:all linear .2s;transition:all linear .2s;visibility:hidden;opacity:0;min-height:110px}.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}.content-area .jssocials-shares{margin:12px 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}.has-sidebar .site-main>.bb-share-container{display:none}}@media (max-width:1420px){.has-sidebar .site-content-grid>.bb-share-container{display:none}}@media (min-width:1241px){.single.full-fi .site-content-grid>.bb-share-container,.single.full-fi-invert .site-content-grid>.bb-share-container{display:block}}@media (max-width:1190px){.buddypanel-open.single-attachment:not(.has-sidebar) .site-content-grid>.bb-share-container,.buddypanel-open.single-post:not(.has-sidebar) .site-content-grid>.bb-share-container{display:none}}@media (max-width:1040px){.single-attachment:not(.has-sidebar) .site-content-grid>.bb-share-container,.single-post:not(.has-sidebar) .site-content-grid>.bb-share-container{display:none}}.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:"\e826";font-family:bb-icons;font-weight:400;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-bottom-right,.footer-copyright-wrap{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-create .modal-mask,#bp-meeting-edit .modal-mask{z-index:999}#bp-meeting-create .modal-mask .modal-wrapper,#bp-meeting-edit .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:400;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:0 0}#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:"\ef30";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:"\ef30";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-meeting-block,.widget.widget_block>.zoom-webinar-block{background-color:transparent;border:0;padding:0;margin-bottom:0}.widget.widget_block>.zoom-meeting-block .bp_zoom_countdown,.widget.widget_block>.zoom-webinar-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}}.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-left .notification-list .read-item.pull-animation,.bb-onscreen-notification-enable .bb-onscreen-notification.bb-position-right .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}}}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:0!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-close.notification-popup-close,html body .bb-onesignal-popup.notification-popup{border-radius:var(--bb-block-radius)}html body .bb-onesignal-popup-close.notification-popup-close>p,html body .bb-onesignal-popup.notification-popup>p{font-size:13px;margin-bottom:15px;font-weight:500;line-height:1.5}html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup-header,html body .bb-onesignal-popup.notification-popup .bb-onesignal-popup-header{border-color:var(--bb-content-border-color);font-size:18px;line-height:1.33}html body .bb-onesignal-popup-close.notification-popup-close .mfp-close,html body .bb-onesignal-popup.notification-popup .mfp-close{background-color:transparent;color:var(--bb-headings-color)!important;font-size:24px;opacity:.4!important}html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup-content ul,html body .bb-onesignal-popup.notification-popup .bb-onesignal-popup-content ul{padding:0}html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup-content ul li,html body .bb-onesignal-popup.notification-popup .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-close.notification-popup-close .bb-onesignal-popup-content ul li img,html body .bb-onesignal-popup.notification-popup .bb-onesignal-popup-content ul li img{margin:0 5px}html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup-content ul li:before,html body .bb-onesignal-popup.notification-popup .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-close.notification-popup-close .bb-onesignal-popup-content ul li:last-child,html body .bb-onesignal-popup.notification-popup .bb-onesignal-popup-content ul li:last-child{margin-bottom:0}.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-close-image,.bb-link-preview-container .bb-link-preview-icons a{background-color:var(--bb-content-alternate-background-color)}.bb-link-preview-container .bb-link-preview-image:before,.bb-link-preview-container .bb-link-preview-info:before{content:"";-webkit-transition:all linear .3s;transition:all linear .3s}.bb-link-preview-container:hover .bb-link-preview-image,.bb-link-preview-container:hover .bb-link-preview-info{position:relative}.bb-link-preview-container:hover .bb-link-preview-image:before,.bb-link-preview-container:hover .bb-link-preview-info: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-nextPicButton,.bb-url-scrapper-container #bb-url-scrapper-img-holder button#bb-url-prevPicButton{background-color:transparent}.bb-form #whats-new-attachments .bb-link-preview-image-cover,.bb-link-preview-container .bb-link-preview-image .bb-link-preview-image-cover{min-height:340px}.bb-form #whats-new-attachments .bb-link-preview-image-cover img,.bb-link-preview-container .bb-link-preview-image .bb-link-preview-image-cover img{min-height:340px}@media screen and (max-width:900px){.bb-form #whats-new-attachments .bb-link-preview-image-cover,.bb-link-preview-container .bb-link-preview-image .bb-link-preview-image-cover{min-height:30vh}.bb-form #whats-new-attachments .bb-link-preview-image-cover img,.bb-link-preview-container .bb-link-preview-image .bb-link-preview-image-cover img{min-height:30vh}}@media screen and (max-width:680px){.bb-form #whats-new-attachments .bb-link-preview-image-cover,.bb-link-preview-container .bb-link-preview-image .bb-link-preview-image-cover{min-height:150px}.bb-form #whats-new-attachments .bb-link-preview-image-cover img,.bb-link-preview-container .bb-link-preview-image .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} \ No newline at end of file diff --git a/web/app/themes/buddyboss-theme/assets/css/tutorlms.css b/web/app/themes/buddyboss-theme/assets/css/tutorlms.css new file mode 100644 index 00000000..9ea39211 --- /dev/null +++ b/web/app/themes/buddyboss-theme/assets/css/tutorlms.css @@ -0,0 +1,5034 @@ +/* stylelint-disable scss/no-duplicate-mixins */ +/* stylelint-enable */ +.tutor-lms-custom-colors { + --tutor-color-primary: var(--bb-primary-color); + --tutor-color-primary-rgb: var(--bb-primary-color-rgb); + --tutor-border-color: var(--bb-content-border-color); + --tutor-border-color-rgb: var(--bb-content-border-color-rgb); + --tutor-body-color: var(--bb-body-text-color); + --tutor-body-color-rgb: var(--bb-alternate-text-color-rgb); +} +.tutor-lms-custom-colors .tutor-btn-outline-primary, +.tutor-lms-custom-colors .tutor-btn-primary { + background-color: var(--bb-primary-button-background-regular); + color: var(--bb-primary-button-text-regular); + border: 1px solid var(--bb-primary-button-border-regular); + -webkit-transition: all linear 0.2s; + transition: all linear 0.2s; +} +.tutor-lms-custom-colors .tutor-btn-outline-primary:focus, +.tutor-lms-custom-colors .tutor-btn-primary:focus { + box-shadow: var(--bb-primary-button-focus-shadow); +} +.tutor-lms-custom-colors .tutor-btn-outline-primary:hover, .tutor-lms-custom-colors .tutor-btn-outline-primary:focus, .tutor-lms-custom-colors .tutor-btn-outline-primary:active, +.tutor-lms-custom-colors .tutor-btn-primary:hover, +.tutor-lms-custom-colors .tutor-btn-primary:focus, +.tutor-lms-custom-colors .tutor-btn-primary: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); +} +.tutor-lms-custom-colors .tutor-btn-outline-primary:disabled, .tutor-lms-custom-colors .tutor-btn-outline-primary.disabled, +.tutor-lms-custom-colors .tutor-btn-primary:disabled, +.tutor-lms-custom-colors .tutor-btn-primary.disabled { + color: #c8cbcf; + background-color: #f5f5f5; + border-color: transparent; +} +.tutor-lms-custom-colors .tutor-btn-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); +} +.tutor-lms-custom-colors .tutor-btn-secondary:hover { + color: #1e2132; + background-color: rgba(255, 255, 255, 0.05); +} +.tutor-lms-custom-colors .tutor-btn-secondary:active { + color: #1e2132; + background-color: rgba(255, 255, 255, 0.09); +} +.tutor-lms-custom-colors .tutor-btn-secondary:disabled, .tutor-lms-custom-colors .tutor-btn-secondary.disabled { + color: #c8cbcf; + background-color: #f5f5f5; +} +.tutor-lms-custom-colors .tutor-btn-secondary.outline { + background: none; + color: #fff; + border-color: #fff; +} +.tutor-lms-custom-colors .tutor-btn-secondary.outline:hover { + color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.05); +} +.tutor-lms-custom-colors .tutor-btn-secondary.outline:active { + color: rgba(255, 255, 255, 0.12); + border-color: rgba(255, 255, 255, 0.12); +} +.tutor-lms-custom-colors .tutor-btn-secondary.outline:disabled, .tutor-lms-custom-colors .tutor-btn-secondary.outline.disabled { + background: #f5f5f5; + color: #dedfe2; + border-color: #dedfe2; + opacity: 1; +} +.tutor-lms-custom-colors .tutor-btn-secondary:focus { + box-shadow: var(--bb-secondary-button-focus-shadow); +} +.tutor-lms-custom-colors .tutor-btn-secondary:hover, .tutor-lms-custom-colors .tutor-btn-secondary:focus, .tutor-lms-custom-colors .tutor-btn-secondary: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); +} + +:root { + --tutor-sidebar-background: #fbfbfb; + --tutor-table-header-background: #f8f9fb; + --tutor-color-success: var(--bb-success-color); + --tutor-color-success-rgb: var(--bb-success-color-rgb); + --tutor-color-warning: var(--bb-warning-color); + --tutor-color-warning-rgb: var(--bb-warning-color-rgb); + --tutor-color-danger: var(--bb-danger-color); + --tutor-color-danger-rgb: var(--bb-danger-color-rgb); + --tutor-color-muted: var(--bb-alternate-text-color); +} + +.tutor-form-control:disabled, .tutor-form-control[readonly]:focus, .tutor-form-control[readonly] { + background-color: var(--bb-content-alternate-background-color); + border-color: var(--tutor-border-color); + cursor: not-allowed; +} + +.tutor-grid { + grid-gap: 30px; +} + +.tutor-ratings-stars { + color: var(--bb-warning-color); +} + +.tutor-ratings-progress-bar .tutor-progress-value { + background-color: var(--bb-warning-color); +} + +.tutor-color-black { + color: var(--bb-headings-color); +} + +.tutor-color-muted { + color: var(--bb-alternate-text-color); +} + +.tutor-color-secondary { + color: var(--tutor-body-color); +} + +.tutor-btn { + border-radius: var(--bb-button-radius); +} + +.tutor-thumbnail-uploader .thumbnail-input .tutor-btn { + border-radius: var(--bb-button-radius); +} + +.tutor-nav-pills .tutor-nav-link { + border-radius: var(--bb-button-radius); +} + +.tutor-dropdown-parent .tutor-icon-kebab-menu { + font-weight: 300; +} + +.tutor-course-card .tutor-meta .avatar { + width: 50px; + max-width: 50px; +} + +.tutor-dc-button-group .tooltip-txt [class^="tutor-icon-"], +.tutor-dc-button-group .tooltip-txt [class*=" tutor-icon-"] { + display: none; +} + +.tutor-form-check-input, +input[type="radio"].tutor-form-check-input, +input[type="checkbox"].tutor-form-check-input { + display: inline-block; + vertical-align: top; + background-color: transparent; + width: 24px; + height: 24px; + border: 2px solid var(--tutor-border-color); + border-radius: 4px; + cursor: pointer; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + outline: none !important; + background-size: 12px; + background-position: center; + background-repeat: no-repeat; + -webkit-transition: 300ms; + transition: 300ms; + box-shadow: 0 0 0 0 rgba(var(--tutor-color-primary-rgb), 0.1); +} + +.tutor-form-check-input[type="radio"].tutor-form-check-input, +.tutor-form-check-input-radio { + border-radius: 50%; + background-size: 100%; +} + +.tutor-alert { + border-radius: var(--bb-block-radius-inner); +} + +.tutor-snackbar-wrapper > div { + border-radius: var(--bb-block-radius); +} +.tutor-snackbar-wrapper > div > div { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.tutor-snackbar-wrapper > div > div a.tutor-btn { + margin: 0 3px; +} +.tutor-snackbar-wrapper > div .tutor-icon-times { + font-size: 24px; +} + +.tutor-notification { + border-radius: var(--bb-block-radius); + background-color: var(--bb-content-background-color); +} +.tutor-notification .tutor-notification-close { + background-color: transparent; + line-height: 1; +} +.tutor-notification .tutor-notification-close .fas.fa-times:before { + content: "\e828"; + color: var(--bb-alternate-text-color); + font-family: bb-icons; + font-size: 24px; + font-weight: 300; + font-style: normal; +} + +.tutor-form-select-with-icon { + border-radius: var(--bb-button-radius); +} +.tutor-form-select-with-icon.select-default { + background-color: var(--bb-content-alternate-background-color); + color: var(--bb-headings-color); + border-color: var(--bb-content-border-color); +} +.tutor-form-select-with-icon select { + height: auto; + padding: 5px 32px; + border-radius: var(--bb-button-radius); +} +.tutor-form-select-with-icon select:focus, .tutor-form-select-with-icon select:active { + background-color: transparent; +} +.tutor-form-select-with-icon > i { + font-size: 18px; +} +.tutor-form-select-with-icon > i:before { + font-weight: 400; +} + +.tutor-btn [class^="tutor-icon-"], +.tutor-btn [class*=" tutor-icon-"] { + font-size: 18px; +} + +.tutor-course-content-list-item { + border-radius: var(--bb-block-radius-inner); +} +.tutor-course-content-list-item:hover { + background-color: var(--bb-content-alternate-background-color); +} + +.tutor-tag-list li a { + border-radius: var(--bb-button-radius); +} + +.tutor-color-success { + color: var(--tutor-color-success); +} + +.tutor-color-danger { + color: var(--tutor-color-danger); +} + +.tutor-color-warning { + color: var(--tutor-color-warning); +} + +.tutor-btn-danger { + background-color: var(--tutor-color-danger); +} + +.tutor-iconic-btn:hover, .tutor-iconic-btn:focus, .tutor-iconic-btn:active { + box-shadow: none; +} + +.tutor-course-details-page .tutor-course-details-tab .tutor-is-sticky { + z-index: 500; +} + +.tutor-border-top-light { + border-color: var(--tutor-border-color); +} + +.tutor-btn-link:after { + display: none; +} + +.tutor-nav-link { + color: var(--bb-body-text-color); +} + +/* stylelint-disable selector-not-notation */ +.tutor-nav:not(.tutor-nav-pills):not(.tutor-nav-tabs) { + /* stylelint-enable */ + border-bottom-color: var(--bb-content-border-color); +} +.tutor-nav:not(.tutor-nav-pills):not(.tutor-nav-tabs) .tutor-nav-link { + border-bottom-width: 1px; +} +.tutor-nav:not(.tutor-nav-pills):not(.tutor-nav-tabs) .tutor-nav-link .tutor-nav-more-icon { + font-size: 15px; + font-weight: 300; +} + +.tutor-option-field textarea, +.tutor-option-field input[type="text"], +.tutor-option-field input[type="number"], +.tutor-option-field input[type="password"], +.tutor-option-field input[type="pas.tutor-dashboard-content-innersword"], +.tutor-form-group textarea, +.tutor-form-group input[type="text"], +.tutor-form-group input[type="number"], +.tutor-form-group input[type="password"], +.tutor-form-group input[type="pas.tutor-dashboard-content-innersword"] { + color: var(--tutor-body-color); + background-color: var(--bb-content-background-color); + border-color: var(--tutor-border-color); + border-radius: var(--bb-input-radius); +} + +.tutor-widget-title { + font-size: 18px; + color: var(--bb-headings-color); + font-weight: 600; +} + +.tutor-widget .tutor-list-item label { + font-size: 14px; + font-weight: 500; +} + +.tutor-user-public-profile .tutor-user-profile-content h3 { + font-size: 20px !important; + font-weight: 500; + color: var(--bb-headings-color); +} +.tutor-user-public-profile .tutor-user-profile-content h3.tutor-course-name { + margin: 0; +} +.tutor-user-public-profile .photo-area .cover-area { + border-radius: var(--bb-block-radius); +} +.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-pic { + border-radius: var(--bb-block-radius); +} +.tutor-user-public-profile .photo-area .pp-area .profile-pic { + border-width: 3px; + border-color: var(--bb-content-background-color); +} +.tutor-user-public-profile .photo-area .pp-area .profile-rating-media .tutor-rating-container .tutor-ratings-stars [class*="tutor-icon-"] { + font-size: 18px; +} +.tutor-user-public-profile .photo-area .pp-area .profile-rating-media .tutor-rating-container .rating-digits { + margin: 0 5px; +} +.tutor-user-public-profile .photo-area .pp-area .profile-rating-media .tutor-rating-container .rating-total-meta { + line-height: inherit; + color: var(--bb-alternate-text-color); +} + +/* Instructor List */ +.tutor-instructors aside div:first-of-type [class^="tutor-icon-"] { + color: var(--bb-alternate-text-color); +} +.tutor-instructors aside div:first-of-type [class^="tutor-icon-"] + span { + font-size: 14px; + font-weight: 500; + color: var(--bb-headings-color); +} + +.tutor-instructor-list-item .tutor-instructor-cover-photo { + border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; +} + +/* Accordion */ +.tutor-accordion-item { + border-radius: var(--bb-block-radius-inner); + border-color: var(--tutor-border-color); +} + +.tutor-accordion-item-header:not(.is-active) { + background-color: var(--bb-content-background-color); + border-radius: var(--bb-block-radius-inner); +} + +.tutor-accordion-item-header { + font-size: 16px; +} +.tutor-accordion-item-header.is-active { + color: var(--bb-headings-color); + border-radius: var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0; + background-color: var(--bb-content-alternate-background-color); +} +.tutor-accordion-item-header.is-active:after { + -webkit-transform: translateY(-50%) rotate(0deg); + -ms-transform: translateY(-50%) rotate(0deg); + transform: translateY(-50%) rotate(0deg); + color: var(--tutor-color-primary); +} +.tutor-accordion-item-header:after { + font-family: bb-icons !important; + content: "\e826"; + font-size: 24px; + -webkit-transform: translateY(-50%) rotate(-90deg); + -ms-transform: translateY(-50%) rotate(-90deg); + transform: translateY(-50%) rotate(-90deg); + color: var(--tutor-body-color); +} + +.tutor-accordion-item-body > .tutor-course-topic-item > a > .tutor-mr-32 { + margin-right: 10px; +} +.tutor-accordion-item-body .tutor-course-content-list { + padding: 5px 15px; +} +.tutor-accordion-item-body .tutor-course-content-list .tutor-course-content-list-item { + border-radius: var(--bb-block-radius-inner); +} +.tutor-accordion-item-body .tutor-course-content-list-item [class^="tutor-icon-"], +.tutor-accordion-item-body .tutor-course-content-list-item [class*=" tutor-icon-"] { + font-size: 20px; + color: var(--bb-alternate-text-color); +} +.tutor-accordion-item-body .tutor-course-content-list-item-title { + font-size: 14px; +} +.tutor-accordion-item-body .tutor-course-content-list-item-title .tutor-zoom-label { + color: var(--bb-content-background-color); + font-size: 11px; + font-weight: 700; + background-color: var(--tutor-color-warning); + line-height: 1; + padding: 3px 8px; + border: 0; + border-radius: 50px; + letter-spacing: 0.25px; + white-space: nowrap; +} +.tutor-accordion-item-body .tutor-course-content-list-item-title .tutor-zoom-label.tutor-zoom-live-label { + background: var(--tutor-color-danger); +} + +.tutor-accordion-item-body-content { + border-top: 0; +} + +.tutor-course-content-list-item { + padding: 12px 10px; +} +.tutor-course-content-list-item:last-child { + border-bottom-left-radius: var(--bb-block-radius); + border-bottom-right-radius: var(--bb-block-radius); +} + +/* Card */ +.tutor-card { + color: var(--bb-headings-color); + background-color: var(--bb-content-background-color); + border-color: var(--tutor-border-color); + border-radius: var(--bb-block-radius); +} +.tutor-card.tutor-course-card { + border-radius: var(--bb-block-radius-inner); +} +.tutor-card .tutor-color-secondary { + color: var(--tutor-body-color); +} +.tutor-card .tutor-round-box { + width: auto; + height: auto; + padding: 10px; +} +.tutor-card .tutor-round-box > i { + font-size: 40px; +} + +.tutor-card-list-item:last-child { + border-bottom-left-radius: var(--bb-block-radius); + border-bottom-right-radius: var(--bb-block-radius); +} + +.tutor-card-header { + border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; +} + +.tutor-card-footer { + border-radius: 0 0 var(--bb-block-radius) var(--bb-block-radius); +} + +.tutor-course-attachment.tutor-card { + background-color: var(--bb-content-alternate-background-color); + border: 0; +} +.tutor-course-attachment.tutor-card .tutor-iconic-btn { + font-size: 24px; +} +.tutor-course-attachment.tutor-card .tutor-iconic-btn-secondary:hover, +.tutor-course-attachment.tutor-card .tutor-iconic-btn-secondary:focus, +.tutor-course-attachment.tutor-card .tutor-iconic-btn-secondary:active { + background-color: var(--bb-content-background-color); + color: var(--bb-headings-color); +} + +/* Remove TutorLMS avatars */ +.bb-tutorlms-avatars .tutor-avatar, +.bb-tutorlms-avatars .tutor-qna-user img, +.bb-tutorlms-avatars .analytics-student-details .profile-pic, +.bb-tutorlms-avatars .tutor-conversation .comment-avatar img { + display: none; +} +.bb-tutorlms-avatars .analytics-student-details.tutor-user-public-profile .photo-area .pp-area .profile-pic { + display: none; +} +.bb-tutorlms-avatars .bb-tutor-avatar { + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} +.bb-tutorlms-avatars .bb-tutor-avatar img { + display: inherit; +} +.bb-tutorlms-avatars .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-box { + grid-template-columns: 0 auto; +} +.bb-tutorlms-avatars .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list { + grid-template-columns: 0 auto; +} +.bb-tutorlms-avatars .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-textarea:before, +.bb-tutorlms-avatars .tutor-course-spotlight-wrapper .tutor-conversation .tutor-actual-comment:before, +.bb-tutorlms-avatars .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list.tutor-parent-comment .tutor-comment-line, +.bb-tutorlms-avatars .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list.tutor-parent-comment .tutor-child-comment:after, +.bb-tutorlms-avatars .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list.tutor-parent-comment .tutor-child-comment:before { + display: none; +} +.bb-tutorlms-avatars .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-textarea:after, +.bb-tutorlms-avatars .tutor-course-spotlight-wrapper .tutor-conversation .tutor-actual-comment:after { + display: none; +} + +/* Nav Tabs */ +.tutor-nav-tabs-container { + background-color: var(--bb-content-background-color); +} + +.tutor-nav-tabs { + background-color: var(--bb-content-alternate-background-color); + border-bottom-color: var(--tutor-border-color); + border-top-left-radius: var(--bb-block-radius-inner); + border-top-right-radius: var(--bb-block-radius-inner); +} +.tutor-nav-tabs .tutor-nav-item:first-child .tutor-nav-link { + border-top-left-radius: var(--bb-block-radius-inner); +} + +/* Form Controls */ +.tutor-form-control { + color: var(--tutor-body-color); + background-color: var(--bb-content-background-color); + border-color: var(--tutor-border-color); + border-radius: var(--bb-input-radius); +} + +.tutor-form-label { + color: var(--bb-headings-color); + font-size: 16px; +} + +.tutor-form-icon .tutor-icon-search { + font-size: 20px; +} +.tutor-form-icon .tutor-icon-calender-line { + font-size: 20px; +} + +.tutor-icon-search.tutor-form-icon + input[type="search"] { + background-image: none; +} + +.tutor-form-toggle input[type="checkbox"] { + display: none; +} + +.tutor-form-select-option.noItem { + padding: 8px 19px; + font-size: 14px; +} + +/* Modal */ +.tutor-modal-content { + border-radius: var(--bb-block-radius); + background-color: var(--bb-content-background-color); +} +.tutor-modal-content .tutor-modal-close-o [class*="tutor-icon-"] { + font-size: 24px; +} +.tutor-modal-content .tutor-modal-close-o [class*="tutor-icon-"]:before { + font-weight: 300; +} +.tutor-modal-content .tutor-social-share-wrap button span { + top: initial; +} + +.tutor-modal-header { + background-color: var(--bb-content-background-color); + border-top-left-radius: var(--bb-block-radius); + border-top-right-radius: var(--bb-block-radius); +} + +.tutor-modal-title { + color: var(--bb-headings-color); +} + +.tutor-modal-footer { + border-bottom-right-radius: var(--bb-block-radius); + border-bottom-left-radius: var(--bb-block-radius); + background-color: var(--bb-content-alternate-background-color); +} + +/* Dropdown */ +.tutor-dropdown { + background-color: var(--bb-content-background-color); + border-radius: var(--bb-block-radius-inner); + border-width: 0; + border-color: var(--bb-content-border-color); + box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.05), 0 6px 32px 0 rgba(18, 43, 70, 0.1); + min-width: 187px; + z-index: 500; +} +.tutor-dropdown .tutor-dropdown-item { + color: var(--tutor-body-color); +} +.tutor-dropdown .tutor-dropdown-item:hover { + background-color: var(--bb-content-alternate-background-color); + color: var(--tutor-body-color); +} +.tutor-dropdown .tutor-dropdown-item:hover > span { + color: var(--tutor-color-primary); +} +.tutor-dropdown [class^="tutor-icon-"], +.tutor-dropdown [class*=" tutor-icon-"] { + font-size: 20px; +} +.tutor-dropdown .tutor-icon-trash-can-bold:before { + font-weight: 400; +} +.tutor-course-details-tab .tutor-nav:not(.tutor-nav-pills, .tutor-nav-tabs) .tutor-dropdown.tutor-nav-more-list .tutor-nav-item:not(:last-child) { + margin-right: 0; +} + +.tutor-dropdown-item { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + font-size: 13px; + font-weight: 400; +} + +/* Tooltip */ +.tooltip-wrap .tooltip-txt { + background-color: var(--bb-tooltip-background); + color: var(--bb-tooltip-color); + border-radius: 4px; + font-weight: 500; +} +.tooltip-wrap .tooltip-right::after { + border-right-color: var(--bb-tooltip-background); +} +.tooltip-wrap .tooltip-left::after { + border-left-color: var(--bb-tooltip-background); +} +.tooltip-wrap .tooltip-bottom::after { + border-bottom-color: var(--bb-tooltip-background); +} +.tooltip-wrap .tooltip-top::after { + border-top-color: var(--bb-tooltip-background); +} + +/* Badge */ +.tutor-badge-label { + font-size: 11px; + font-weight: 700; + line-height: 1; + padding: 5px 11px; + border: 0; + letter-spacing: 0.25px; + white-space: nowrap; +} +.tutor-badge-label.label-danger { + background-color: rgba(var(--tutor-color-danger-rgb), 0.2); + color: var(--tutor-color-danger); +} +.tutor-badge-label.label-success { + background-color: rgba(var(--tutor-color-success-rgb), 0.2); + color: var(--tutor-color-success); +} +.tutor-badge-label.label-warning { + background-color: rgba(var(--tutor-color-warning-rgb), 0.2); + color: var(--tutor-color-warning); +} +.tutor-badge-label.label-primary { + background-color: rgba(var(--tutor-color-primary-rgb), 0.2); + color: var(--tutor-color-primary); +} + +/* Course Filters */ +.tutor-course-filter .tutor-course-filter-form { + margin-bottom: 0; +} +.tutor-course-filter .tutor-course-filter-form > div > .tutor-iconic-btn { + font-size: 22px; +} +.tutor-course-filter .tutor-widget + .tutor-widget { + margin-top: 32px; +} +.tutor-course-filter .tutor-widget-title { + color: var(--bb-headings-color); + font-size: 18px; + font-weight: 600; + margin-bottom: 15px; +} +.tutor-course-filter .tutor-widget-content .tutor-list-item label { + color: var(--bb-body-text-color); + font-size: 14px; + font-weight: 500; +} +.tutor-course-filter .tutor-widget-content .tutor-list-item label input[type="checkbox"] { + background-color: var(--bb-content-background-color); + margin-right: 8px; + height: 18px; + width: 18px; +} +.tutor-course-filter .tutor-widget-content .tutor-list-item label input[type="checkbox"]:checked { + background-color: var(--tutor-color-primary); +} +.tutor-course-filter .tutor-widget-content .tutor-list-item:not(:last-child) { + margin-bottom: 12px; +} +@media screen and (min-width: 992px) { + .tutor-course-filter-container .tutor-course-filter { + padding: 20px; + background-color: var(--bb-content-background-color); + border: 1px solid var(--tutor-border-color); + border-radius: var(--bb-block-radius); + } +} + +.tutor-courses-wrap .tutor-icon-slider-vertical { + font-size: 28px; + font-weight: 300; +} + +/* Bundle Course listing */ +.tutor-bundle-courses-wrapper .tutor-bundle-course-list-wrapper { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + background-color: var(--bb-content-background-color); + border: 1px solid var(--tutor-border-color); + border-radius: var(--bb-block-radius-inner); +} +.tutor-bundle-courses-wrapper .tutor-bundle-course-list-wrapper .tutor-bundle-feature-image img { + border-radius: var(--bb-block-radius-inner); +} +.tutor-bundle-courses-wrapper .tutor-bundle-course-list-wrapper .tutor-bundle-course-list-desc .tutor-bundle-course-title { + margin-bottom: 0; +} +.tutor-bundle-courses-wrapper .tutor-bundle-course-list-wrapper .tutor-bundle-course-list-desc p { + font-size: 14px; + margin-bottom: 0; +} +.tutor-bundle-courses-wrapper .tutor-bundle-course-list-wrapper .tutor-bundle-course-list-desc p .tutor-color-muted { + color: var(--bb-body-text-color); +} +.tutor-bundle-courses-wrapper .tutor-bundle-course-list-wrapper .tutor-bundle-course-list-desc p a { + color: var(--bb-headings-color); +} +.tutor-bundle-courses-wrapper .tutor-bundle-course-list-wrapper .tutor-bundle-course-list-desc p a:hover { + color: var(--tutor-color-primary); +} + +/* Tutor Certificate */ +.tutor-download-certificate .tutor-dc-title { + padding-bottom: 20px; +} +.tutor-download-certificate .tutor-dc-course-title { + color: var(--bb-headings-color); + font-size: 24px; + font-weight: 600; +} +.tutor-download-certificate .tutor-certificate-demo { + padding-bottom: 30px; +} +.tutor-download-certificate .tutor-certificate-demo .tutor-dc-demo-img img { + border-radius: var(--bb-block-radius); +} +.tutor-download-certificate .tutor-dc-certificate-details .tutor-color-secondary { + color: var(--bb-body-text-color); +} +.tutor-download-certificate .tutor-dc-certificate-details .tutor-color-black { + color: var(--bb-headings-color); + font-weight: 600; +} +.tutor-download-certificate .tutor-dc-button-group button { + background-color: var(--bb-general-content-background-color); + border-color: var(--tutor-border-color); + border-radius: var(--bb-block-radius-inner); +} +.tutor-download-certificate .tutor-dc-button-group button [class*="tutor-icon-"] { + color: var(--bb-headings-color); +} +.tutor-download-certificate .tutor-dc-button-group button [class*="tutor-icon-"].tutor-icon-print:before { + content: "\ee7f"; +} +@media screen and (max-width: 800px) { + .tutor-download-certificate .tutor-dc-course-title { + font-size: 20px; + } +} + +/* Media modal */ +.media-modal.wp-core-ui .media-modal-close { + background-color: transparent; + border-color: transparent; + box-shadow: none; +} +.media-modal.wp-core-ui .media-frame-tab-panel .media-menu-item { + color: #1d2327; + border-radius: 0; +} +.media-modal.wp-core-ui .media-toolbar #media-attachment-date-filters { + padding-right: 24px; + height: auto; + width: 200px; +} +.media-modal.wp-core-ui .media-toolbar-primary.search-form #media-search-input { + background-image: none; + height: auto; +} +.media-modal.wp-core-ui .attachment-details .setting input { + height: auto; +} +.media-modal.wp-core-ui .attachment-details .attachment-details-copy-link { + height: auto; + margin-bottom: 10px; +} +@media screen and (max-width: 544px) { + .media-modal.wp-core-ui .media-modal-content .media-frame-title { + padding: 0 15px 0 0; + } + .media-modal.wp-core-ui .media-modal-content .media-frame-title h1 { + font-size: 14px; + line-height: 44px; + text-align: left; + white-space: nowrap; + } +} + +/* Profile Course Listing */ +.bbp-user-page.courses .tutor-courses-wrap .tutor-course-list { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; +} +.bbp-user-page.courses .tutor-courses-wrap .tutor-course-list .tutor-card.tutor-course-card { + -webkit-box-flex: 1; + -ms-flex: 1 1 0; + flex: 1 1 0; + min-width: 260px; + max-width: 260px; + height: auto; +} + +/* Become Instructor */ +.tutor-instructor-apply-button .tutor-bg-primary { + background-color: var(--bb-primary-button-background-regular); + color: var(--bb-primary-button-text-regular); + border: 1px solid var(--bb-primary-button-border-regular); + -webkit-transition: all linear 0.2s; + transition: all linear 0.2s; +} +.tutor-instructor-apply-button .tutor-bg-primary:focus { + box-shadow: var(--bb-primary-button-focus-shadow); +} +.tutor-instructor-apply-button .tutor-bg-primary:hover, .tutor-instructor-apply-button .tutor-bg-primary:focus, .tutor-instructor-apply-button .tutor-bg-primary: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); +} + +/* Tutor Zoom */ +.tutor-zoom-meeting-content { + background-color: var(--bb-body-background-color); + border-color: transparent; +} +.tutor-zoom-meeting-content .meeting-details div p { + color: var(--bb-headings-color); +} + +@media screen and (max-width: 800px) { + .tutor-course-single-content-wrapper .tutor-zoom-meeting-content, + .tutor-course-single-content-wrapper .tutor-google-meeting-content { + padding: 20px; + } +} +@media screen and (max-width: 544px) { + .tutor-zoom-join-button-wrap { + -ms-flex-flow: column; + flex-flow: column; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + gap: 15px; + } + + .tutor-zoom-meeting-content .meeting-details div { + -ms-flex-flow: column; + flex-flow: column; + } + + .tutor_lesson_modal_form .tutor-thumbnail-uploader .thumbnail-wrapper { + -ms-flex-wrap: wrap; + flex-wrap: wrap; + gap: 15px; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + } + .tutor_lesson_modal_form .tutor-thumbnail-uploader .thumbnail-wrapper .thumbnail-preview { + width: 100%; + margin-right: 0; + } +} +/* TutorLMS with WooCommerce monetization option header mini cart fix */ +.tutor-lms .header-mini-cart ul.cart_list li.mini_cart_item { + font-size: 14px; + font-weight: 500; + color: var(--bb-headings-color); +} +.tutor-lms .header-mini-cart ul.cart_list li.mini_cart_item > a { + font-weight: 400; +} +.tutor-lms .header-mini-cart ul.cart_list li.mini_cart_item > .quantity { + margin-left: auto; + font-weight: 400; +} + +body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head { + height: 0; +} +body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel { + display: none; +} +body.bb-sfwd-aside .site-header .container { + max-width: 100%; + margin-right: 0; +} +body.bb-sfwd-aside .site-content .container { + max-width: 100%; + padding-left: 0; + padding-right: 0; +} +body.bb-sfwd-aside.bb-buddypanel:not(.buddypanel-open) .buddypanel .bb-toggle-panel { + visibility: hidden; + opacity: 0; +} +body.bb-sfwd-aside.bb-buddypanel .site-header .bb-toggle-panel { + display: inherit; + margin-left: -18px; +} +body.bb-sfwd-aside.bb-buddypanel.buddypanel-open:not(.buddypanel-header) .site-header .bb-toggle-panel { + visibility: hidden; + opacity: 0; +} +body.bb-sfwd-aside.bb-buddypanel.bb-buddypanel-right .site-header .site-header-container > .bb-toggle-panel { + display: none; +} +body.bb-sfwd-aside.bb-buddypanel.bb-buddypanel-right .site-header .bb-toggle-panel { + margin-left: 10px; + margin-right: -18px; +} + +@media (min-width: 800px) { + .tutor-screen-course-builder-frontend.bb-buddypanel:not(.register) .site, .tutor-screen-course-builder-frontend.bb-buddypanel:not(.activate) .site { + margin-left: 0; + } +} + +body.admin-bar .tutor-dashboard-builder-header { + top: 0 !important; +} + +.tutor-lms .tutor-course-single-content-wrapper { + background-color: var(--bb-content-background-color); + -webkit-box-flex: 1; + -ms-flex: 1 1 100%; + flex: 1 1 100%; + -webkit-transition: padding 0.2s; + transition: padding 0.2s; +} +.tutor-lms .tutor-course-single-content-wrapper > * { + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; + min-width: 1px; + list-style: none; +} +@media screen and (min-width: 1200px) { + .tutor-lms .tutor-course-single-content-wrapper { + padding-left: 370px; + padding-right: 0; + } + .tutor-lms .tutor-course-single-content-wrapper.tutor-course-single-sidebar-hidden { + padding-left: 0; + } +} + +.tutor-lms .tutor-wrap { + padding-top: 1.875rem; + padding-bottom: 2.1875rem; +} + +.tutor-lms .header-aside .course-toggle-view { + display: none; +} + +body:not(.logged-in) .header-aside-inner #bb-toggle-theme { + display: none; +} + +#bb-toggle-theme { + -webkit-tap-highlight-color: transparent; +} + +.bb-sfwd-aside.sticky-header .site-header.has-scrolled { + box-shadow: 0 1px 0 0 rgba(139, 141, 157, 0.05), 0 0 1px 0 rgba(65, 71, 108, 0.15); +} +.bb-sfwd-aside .header-aside { + margin-left: auto; +} + +@media screen and (min-width: 1200px) { + #tutor-single-entry-content { + background-color: var(--bb-content-background-color); + position: relative; + 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: -webkit-calc(100vh - 76px); + min-height: calc(100vh - 76px); + margin-left: auto; + margin-right: auto; + } + + .lms-side-panel-close.tutor-lms .tutor-course-single-content-wrapper { + padding-left: 0 !important; + } +} +@media screen and (max-width: 1200px) { + #tutor-single-entry-content { + margin: 0 -10px; + } +} +@media screen and (min-width: 800px) { + .sfwd-single-sidebar-right:not(.post-type-archive-courses).single .site-content-grid > .bb-grid { + -ms-flex-flow: row-reverse; + flex-flow: row-reverse; + } + + .single-tutor_zoom_meeting.bb-buddypanel .site-content, + .single-tutor-google-meet.bb-buddypanel .site-content, + .single-tutor_quiz.bb-buddypanel .site-content, + .single-tutor_assignments.bb-buddypanel .site-content, + .single-lesson.bb-buddypanel .site-content { + padding: 0 10px; + } +} +@media screen and (min-width: 1200px) { + .tutor-course-single-sidebar-wrapper { + padding: 0; + font-size: 15px; + position: fixed; + left: 0; + -webkit-transition: left 0.2s ease, right 0.2s ease; + transition: left 0.2s ease, right 0.2s ease; + width: 370px; + height: 100%; + max-height: -webkit-calc(100% - 80px); + max-height: calc(100% - 80px); + overflow: auto; + z-index: 111; + } +} +@media screen and (min-width: 1200px) and (min-width: 800px) { + .bb-buddypanel-left.buddypanel-open .tutor-course-single-sidebar-wrapper { + left: 230px; + } +} + +@media screen and (min-width: 1200px) { + .bb-buddypanel-left.buddypanel-open .tutor-course-single-content-wrapper.lms-topic-sidebar-close .tutor-course-single-sidebar-wrapper { + left: -370px; + } + + .tutor-course-single-content-wrapper.lms-topic-sidebar-close .tutor-course-single-sidebar-wrapper { + left: inherit; + right: -370px; + } +} +@media screen and (min-width: 1200px) { + .bb-buddypanel-left .tutor-course-single-sidebar-wrapper.lms-topic-sidebar-close { + left: -370px; + } + + .sfwd-single-sidebar-right .tutor-course-single-sidebar-wrapper.lms-topic-sidebar-close, + .bb-buddypanel-right:not(.buddypanel-open).sfwd-single-sidebar-right .tutor-course-single-sidebar-wrapper.lms-topic-sidebar-close, + .bb-buddypanel-right.buddypanel-open.sfwd-single-sidebar-right .tutor-course-single-sidebar-wrapper.lms-topic-sidebar-close, + .bb-buddypanel-left:not(.buddypanel-open).sfwd-single-sidebar-right .tutor-course-single-sidebar-wrapper.lms-topic-sidebar-close, + .bb-buddypanel-left.buddypanel-open.sfwd-single-sidebar-right .tutor-course-single-sidebar-wrapper.lms-topic-sidebar-close { + left: inherit; + right: -370px; + } +} +.header-minimize-link { + display: none; +} + +.lms-side-panel-close .header-maximize-link { + display: none; +} +.lms-side-panel-close .header-minimize-link { + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} + +/* stylelint-disable max-line-length */ +.tutor-toggle-more-collapsed:before { + background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0.0001) 1.31%, rgba(255, 255, 255, 0.721) 15.41%, var(--bb-body-background-color) 100%); + background: linear-gradient(180deg, rgba(255, 255, 255, 0.0001) 1.31%, rgba(255, 255, 255, 0.721) 15.41%, var(--bb-body-background-color) 100%); +} + +/* stylelint-enable */ +body.single-courses .site { + overflow: visible; +} + +body.single-courses .tutor-single-course-sidebar.tutor-sidebar-sticky { + top: -webkit-calc(var(--bb-header-height) + 30px); + top: calc(var(--bb-header-height) + 30px); + overflow-y: auto !important; +} +body.single-courses.admin-bar .tutor-single-course-sidebar.tutor-sidebar-sticky { + top: -webkit-calc(var(--bb-header-height) + 60px); + top: calc(var(--bb-header-height) + 60px); +} + +.tutor-course-details-header .tutor-course-details-title { + font-size: 30px; + line-height: 38px; +} +.tutor-course-details-header .tutor-course-details-top .tutor-meta > * { + color: var(--tutor-body-color); +} +.tutor-course-details-header .tutor-course-details-top .tutor-meta a { + color: var(--bb-headings-color); +} +.tutor-course-details-header .tutor-course-wishlist-btn .tutor-icon-bookmark-bold { + font-weight: 300; +} + +.tutor-course-certificate-tabs.tutor-nav > li > a { + background-color: var(--bb-secondary-button-background-regular); + color: var(--bb-secondary-button-text-regular); + border: 1px solid var(--bb-secondary-button-border-regular); +} +.tutor-course-certificate-tabs.tutor-nav > li > a:focus { + box-shadow: var(--bb-secondary-button-focus-shadow); +} +.tutor-course-certificate-tabs.tutor-nav > li > a.is-active { + box-shadow: none; + background-color: var(--bb-primary-button-background-hover); + color: var(--bb-primary-button-text-hover); + border-color: var(--bb-primary-button-border-hover); +} + +.tutor-single-course-sidebar .tutor-sidebar-card .tutor-card-body { + border-top-left-radius: var(--bb-block-radius); + border-top-right-radius: var(--bb-block-radius); + background-color: var(--bb-content-background-color); +} +.tutor-single-course-sidebar .tutor-add-to-cart-button .tutor-icon-cart-filled { + display: none; +} + +.tutor-sidebar-card .tutor-card-footer .tutor-ul { + color: var(--bb-headings-color); +} +.tutor-sidebar-card .tutor-card-footer .tutor-ul [class^="tutor-icon-"], +.tutor-sidebar-card .tutor-card-footer .tutor-ul [class*=" tutor-icon-"] { + font-size: 24px; +} +.tutor-sidebar-card .tutor-card-footer .tutor-ul li { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.tutor-sidebar-card .tutor-card-footer .tutor-ul .tutor-fs-6 { + font-size: 14px; +} +.tutor-sidebar-card .tutor-card-body .tutor-alert .tutor-alert-text { + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start; +} +.tutor-sidebar-card .tutor-card-body > form { + margin-bottom: 0; +} + +.tutor-course-details-actions [class^="tutor-icon-"], +.tutor-course-details-actions [class*=" tutor-icon-"] { + font-size: 20px; +} +.tutor-course-details-actions a { + color: var(--tutor-body-color); + font-size: 14px; +} + +.tutor-course-sidebar-card-pricing .tutor-fs-4 { + font-size: 30px; + line-height: 38px; +} +.tutor-course-sidebar-card-pricing .tutor-fs-7 { + font-size: 16px; + color: var(--tutor-body-color); +} + +.tutor-single-course-sidebar-more > div:first-child { + border-top-left-radius: var(--bb-block-radius); + border-top-right-radius: var(--bb-block-radius); +} +.tutor-single-course-sidebar-more > div:last-child { + border-bottom-left-radius: var(--bb-block-radius); + border-bottom-right-radius: var(--bb-block-radius); +} +.tutor-single-course-sidebar-more .tutor-course-details-instructors > h3 { + color: var(--bb-alternate-text-color); + font-size: 14px; +} +.tutor-single-course-sidebar-more .tutor-course-details-instructors .tutor-mr-16 { + margin-right: 8px; +} +.tutor-single-course-sidebar-more .tutor-course-details-instructors > .tutor-mb-24 { + margin-bottom: 10px; +} +.tutor-single-course-sidebar-more .tutor-course-details-instructors .tutor-avatar { + width: 40px; + height: 40px; +} +.tutor-single-course-sidebar-more .tutor-icon-bullet-point:before { + font-weight: 300; +} + +.tutor-course-details-widget-title { + font-size: 18px; + font-weight: 600; +} + +.tutor-course-details-widget { + margin-bottom: 32px; +} +.tutor-course-details-widget ul li .tutor-icon-bullet-point { + margin-top: 4px; +} + +.tutor-course-details-widget-tags { + margin-left: -8px; +} +.tutor-course-details-widget-tags .tutor-tag-list li a { + font-size: 14px; + padding: 5px 11px; + background-color: var(--bb-content-alternate-background-color); + border-radius: var(--bb-button-radius); + border: 0; + margin-left: 8px; + margin-bottom: 8px; +} +.tutor-course-details-widget-tags .tutor-tag-list li a:hover { + background-color: var(--tutor-color-primary); + color: var(--bb-content-alternate-background-color); +} + +.tutor-gradebook-finalgrade { + background-color: var(--bb-content-alternate-background-color); + border-radius: var(--bb-block-radius); + border-color: var(--bb-content-border-color); +} + +body.tutor-screen-course-builder #tutor-metabox-course-settings-tabs .course-settings-tabs-container .settings-tabs-navs-wrap ul.settings-tabs-navs li a i { + font-weight: 400; +} + +.tutor-single-course-sidebar > .tutor-single-course-sidebar-more { + background-color: var(--bb-content-background-color); + border-color: var(--tutor-border-color); + border-radius: var(--bb-block-radius); +} +.tutor-single-course-sidebar > .tutor-single-course-sidebar-more > div { + background-color: var(--bb-content-background-color); +} + +.tutor-pro-course-bundle-builder-wrapper .tutor-bundle-course-delete .tutor-remove-bundle-course .tutor-icon-times { + font-weight: 400; + font-size: 18px; +} + +.tutor-course-details-page .tutor-video-player, +.tutor-course-details-page .tutor-course-thumbnail { + border-radius: var(--bb-block-radius); + overflow: hidden; +} +.tutor-course-details-page .tutor-course-details-tab .tutor-tab .tutor-tab-item { + min-height: 280px; +} + +.tutor-time-countdown.tutor-countdown-lg div { + border-color: var(--bb-content-border-color); + border-radius: var(--bb-block-radius-inner); +} +.tutor-time-countdown.tutor-countdown-lg div h3 { + margin: 0; + color: var(--bb-headings-color); +} + +@media screen and (max-width: 800px) { + .tutor-time-countdown.tutor-countdown-lg div, + .tutor-zoom-meeting-countdown div { + width: -webkit-calc(25% - 15px); + width: calc(25% - 15px); + margin-left: 15px; + } + + .tutor-course-details-header .tutor-course-details-title { + font-size: 25px; + } +} +@media screen and (max-width: 544px) { + .tutor-time-countdown.tutor-countdown-lg div, + .tutor-zoom-meeting-countdown div { + height: 100px; + } + .tutor-time-countdown.tutor-countdown-lg div h3, + .tutor-zoom-meeting-countdown div h3 { + font-size: 45px; + line-height: 45px; + } +} +.tutor-course-lessons.tutor-zoom-meeting-session { + background-color: var(--bb-content-background-color); + border-top: 0; + padding: 20px 20px 16px; +} +.tutor-course-lessons.tutor-zoom-meeting-session .session-link { + border-top: 1px solid var(--bb-content-border-color); + margin-left: -20px; + margin-right: -20px; + padding: 16px 20px 0; +} +.tutor-course-lessons.tutor-zoom-meeting-session .session-link a { + padding: 10px 24px; + margin-left: 10px; +} +@media screen and (max-width: 544px) { + .tutor-course-lessons.tutor-zoom-meeting-session .session-link { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + } + .tutor-course-lessons.tutor-zoom-meeting-session .session-link .tutor-btn { + margin: 10px 0 0; + } +} +.tutor-course-lessons.tutor-zoom-meeting-session .tutor-zoom-meeting-countdown { + margin-bottom: 20px; +} + +.tutor-google-meet-meeting .tutor-course-lessons .tutor-time-countdown { + margin: 20px 20px 20px -5px; + padding: 0; +} +.tutor-google-meet-meeting .tutor-course-lessons div.tutor-d-flex p { + margin-bottom: 0; +} +.tutor-google-meet-meeting .tutor-course-lessons div.tutor-d-flex.tutor-p-32 { + padding: 16px 20px; +} +.tutor-google-meet-meeting .tutor-course-lessons div.tutor-d-flex.tutor-p-32 .tutor-btn { + padding: 10px 24px; + margin-left: 10px; +} +@media screen and (max-width: 544px) { + .tutor-google-meet-meeting .tutor-course-lessons div.tutor-d-flex.tutor-p-32 { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + } + .tutor-google-meet-meeting .tutor-course-lessons div.tutor-d-flex.tutor-p-32 .tutor-btn { + margin: 10px 0 0; + } +} +.tutor-google-meet-meeting.tutor-active .tutor-icon-angle-right { + color: var(--tutor-color-primary); +} + +.tutor-zoom-meeting-countdown div { + border-color: var(--bb-content-border-color); + border-radius: var(--bb-block-radius-inner); +} +.tutor-zoom-meeting-countdown div h3 { + margin: 0; + color: var(--bb-headings-color); +} + +.tutor-course-topics-contents .tutor-course-topic { + border-color: var(--bb-content-border-color); + border-radius: var(--bb-block-radius-inner); +} + +.tutor-course-topic.tutor-active .tutor-course-title { + background-color: var(--bb-content-alternate-background-color); + border-bottom: 0; +} +.tutor-course-topic.tutor-zoom-meeting .tutor-course-title { + padding: 20px; +} +.tutor-course-topic .tutor-course-title { + padding: 20px; +} +.tutor-course-topic .tutor-course-title h3 { + font-size: 24px; + line-height: 32px; + margin-bottom: 0; +} +.tutor-course-topic .tutor-course-title p { + font-size: 14px; + line-height: 1.5; + margin-bottom: 0; +} +.tutor-course-topic .tutor-course-title p i { + font-size: 20px; +} +.tutor-course-topic .tutor-course-title > div > i { + font-size: 24px; + -webkit-transition: all 200ms; + transition: all 200ms; + color: var(--tutor-body-color); +} +.tutor-course-topic.tutor-zoom-meeting .tutor-zoom-meeting-detail div p { + margin: 0; +} +.tutor-course-topic.tutor-zoom-meeting .tutor-icon-angle-right { + -webkit-transform: rotate(0deg); + -ms-transform: rotate(0deg); + transform: rotate(0deg); + color: var(--tutor-body-color); +} +.tutor-course-topic.tutor-zoom-meeting.tutor-active .tutor-icon-angle-right { + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); + color: var(--tutor-color-primary); +} + +.tutor-course-topics-header .tutor-segment-title { + color: var(--bb-headings-color); + font-weight: 600; +} + +.tutor-course-details-tab .tutor-nav:not(.tutor-nav-pills, .tutor-nav-tabs) { + border-bottom-color: transparent; + padding: 0 10px; +} +.tutor-course-details-tab .tutor-nav:not(.tutor-nav-pills, .tutor-nav-tabs) .tutor-nav-item:not(:last-child) { + margin-right: 30px; +} +.tutor-course-details-tab .tutor-nav:not(.tutor-nav-pills, .tutor-nav-tabs) .tutor-nav-link { + padding: 8px 0; + border-bottom-width: 2px; +} +.tutor-course-details-tab .tutor-nav:not(.tutor-nav-pills, .tutor-nav-tabs) .tutor-nav-link.is-active { + font-weight: 600; + border-bottom-color: var(--tutor-color-primary); +} +@media (min-width: 800px) { + .tutor-course-details-page .tutor-course-details-tab .tutor-is-sticky { + background: var(--bb-body-background-color); + } +} +.tutor-course-details-tab .tutor-announcement-card .tutor-card-header { + background-color: var(--bb-content-alternate-background-color); + border-bottom: 0; +} +.tutor-course-details-tab .tutor-announcement-card .tutor-card-header .tutor-meta { + margin-top: 10px; + gap: 6px; + color: var(--tutor-body-color); +} +.tutor-course-details-tab .tutor-announcement-card .tutor-card-header .tutor-meta .tutor-meta-value { + color: var(--bb-headings-color); +} +.tutor-course-details-tab .tutor-announcement-card .tutor-card-header .tutor-meta .avatar { + width: 24px; + height: 24px; +} +.tutor-course-details-tab .tutor-announcement-card .tutor-card-header .tutor-card-title { + font-size: 18px; +} +.tutor-course-details-tab .tutor-announcement-card .tutor-card-body div > p:last-of-type { + margin-bottom: 0; +} +.tutor-course-details-tab .tutor-course-details-widget .tutor-icon-bullet-point:before { + content: "\e876"; + font-size: 20px; +} +.tutor-course-details-tab .tutor-course-details-widget ul li .tutor-icon-bullet-point { + margin-top: 2px; + line-height: 1; +} + +.tutor-review-summary-average-rating { + color: var(--bb-headings-color); + margin: 0; +} + +.prerequisites-course-lists li:first-child { + border-radius: var(--bb-block-radius-inner); + border-color: var(--tutor-color-warning); + color: var(--tutor-color-warning); + background-color: rgba(var(--tutor-color-warning-rgb), 0.05); +} +.prerequisites-course-lists li .prerequisites-course-feature-image img { + border-radius: var(--bb-block-radius-inner); +} +.prerequisites-course-lists li a { + color: var(--bb-headings-color); + border-color: var(--bb-content-border-color); + border-radius: var(--bb-block-radius-inner); +} + +@media screen and (min-width: 800px) { + .tutor-course-details-page .tutor-course-details-tab .tutor-is-sticky { + top: -webkit-calc(var(--bb-header-height)); + top: calc(var(--bb-header-height)); + } + .admin-bar .tutor-course-details-page .tutor-course-details-tab .tutor-is-sticky { + top: -webkit-calc(var(--bb-header-height) + 32px); + top: calc(var(--bb-header-height) + 32px); + } +} +body:not(.bb-dark-theme) .sfwd-light-mode { + display: none; +} + +.bb-sfwd-aside.bb-dark-theme { + background: #121212; + color: #aaa; + /* stylelint-disable */ + /* stylelint-enable */ + /* Header statrs */ + /* Header Ends */ +} +.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-header .user-wrap a:hover, +.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-inner .mobile-menu a:hover { + color: #fff; +} +.bb-sfwd-aside.bb-dark-theme h1, +.bb-sfwd-aside.bb-dark-theme .h1, +.bb-sfwd-aside.bb-dark-theme h2, +.bb-sfwd-aside.bb-dark-theme .h2, +.bb-sfwd-aside.bb-dark-theme h3, +.bb-sfwd-aside.bb-dark-theme .h3, +.bb-sfwd-aside.bb-dark-theme h4, +.bb-sfwd-aside.bb-dark-theme .h4, +.bb-sfwd-aside.bb-dark-theme h5, +.bb-sfwd-aside.bb-dark-theme .h5, +.bb-sfwd-aside.bb-dark-theme h6, +.bb-sfwd-aside.bb-dark-theme .h6 { + color: #fff; +} +.bb-sfwd-aside.bb-dark-theme .sfwd-dark-mode { + display: none; +} +.bb-sfwd-aside.bb-dark-theme .site-header { + background: #232323; + box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05); +} +.bb-sfwd-aside.bb-dark-theme .site-header .bb-icon-close { + color: #121212; +} +.bb-sfwd-aside.bb-dark-theme.sticky-header .site-header { + box-shadow: 0 4px 1px -4px rgba(0, 0, 0, 0.22); +} +.bb-sfwd-aside.bb-dark-theme.sticky-header .site-header.has-scrolled { + box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05), 0 5px 10px 0 rgba(0, 0, 0, 0.15); +} +.bb-sfwd-aside.bb-dark-theme .site-header .header-aside-inner > a i { + color: #fff; +} +.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .bb-toggle-panel:hover { + background: rgba(255, 255, 255, 0.15); +} +.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu li:not(.current-menu-item) a, +.bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a, +.bb-sfwd-aside.bb-dark-theme .side-panel-menu a { + color: var(--bb-alternate-text-color); + background-color: transparent; +} +.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu li:not(.current-menu-item) a:hover, +.bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a:hover, +.bb-sfwd-aside.bb-dark-theme .side-panel-menu a:hover { + color: #fff; + background-color: transparent; +} +.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover > a { + color: #aaa; + background: rgba(255, 255, 255, 0.15); +} +.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover > a:hover { + color: #aaa; + background: rgba(255, 255, 255, 0.15); +} +.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu .current-menu-item > a, +.bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu .current-menu-item > a { + color: #fff; +} +.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu .current-menu-item > a:hover, +.bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu .current-menu-item > a:hover { + background-color: transparent; +} +.bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu li:not(.current-menu-item) a i:not(.bb-icon-angle-down) { + opacity: 1; + color: #fff; +} +.bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a { + color: #fff; + opacity: 1; +} +.bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a:hover { + color: #fff; +} +.bb-sfwd-aside.bb-dark-theme div.bb-lms-header, +.bb-sfwd-aside.bb-dark-theme .buddypanel, +.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-wrapper.left, +.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-wrapper.left .bb-mobile-panel-inner, +.bb-sfwd-aside.bb-dark-theme #tutor-single-entry-content, +.bb-sfwd-aside.bb-dark-theme .bb-footer, +.bb-sfwd-aside.bb-dark-theme .panel-head, +.bb-sfwd-aside.bb-dark-theme .buddypanel #site-logo, +.bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu a, +.bb-sfwd-aside.bb-dark-theme .tutor-course-topic-single-body, +.bb-sfwd-aside.bb-dark-theme .tutor-table tr td, +.bb-sfwd-aside.bb-dark-theme .tutor-zoom-meeting-content, +.bb-sfwd-aside.bb-dark-theme #tutor-single-entry-content .tutor-quiz-wrap .tutor-quiz-btn-group .tutor-btn-ghost.tutor-ml-auto, +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap, +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-start-quiz-wrapper, +.bb-sfwd-aside.bb-dark-theme #tutor-assignment-wrap .tutor-assignment-attachment #tutor-student-assignment-edit-file-preview .tutor-instructor-card, .bb-sfwd-aside.bb-dark-theme.tutor-lms .tutor-course-single-content-wrapper { + background: #121212; +} +.bb-sfwd-aside.bb-dark-theme .tutor-modal-content, +.bb-sfwd-aside.bb-dark-theme .tutor-table thead tr th, +.bb-sfwd-aside.bb-dark-theme .tutor-table tr:nth-child(even) td, +.bb-sfwd-aside.bb-dark-theme .tutor-course-attachment.tutor-card, +.bb-sfwd-aside.bb-dark-theme .tutor-spotlight-mobile-progress-complete, +.bb-sfwd-aside.bb-dark-theme #tutor-assignment-wrap .tutor-instructor-card, +.bb-sfwd-aside.bb-dark-theme .quiz-question-ans-choice .tutor-form-control, +.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrap .tutor-quiz-question-item .tutor-card, +.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrapper .quiz-question-ans-choice textarea.tutor-form-control, +.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-textarea:before, +.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-actual-comment:before, +.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-actual-comment:after, +.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-textarea:after, +.bb-sfwd-aside.bb-dark-theme #tutor-assignment-wrap .tutor-assignment-attachments-list .tutor-instructor-card, +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header, +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-footer, +.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-box .tutor-comment-textarea textarea, +.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list .tutor-single-comment .tutor-actual-comment, +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .tutor-quiz-border-box, +.bb-sfwd-aside.bb-dark-theme #tutor-assignment-wrap.tutor-submit-assignment .tutor-assignment-submission .tutor-assignment-body .tutor-assignment-attachment, +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-question-ans-choice-area .fill-in-the-gap input { + background-color: #1c1c1c; +} +.bb-sfwd-aside.bb-dark-theme .tutor-modal-content, +.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-actual-comment:after, +.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-textarea:after { + border-color: #1c1c1c; +} +.bb-sfwd-aside.bb-dark-theme .tutor-color-black, +.bb-sfwd-aside.bb-dark-theme .tutor-nav-link.is-active, +.bb-sfwd-aside.bb-dark-theme .tutor-table thead tr th, +.bb-sfwd-aside.bb-dark-theme .tutor-table-quiz-attempts tr td, +.bb-sfwd-aside.bb-dark-theme .tutor-quiz-attempt-details tbody td, +.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrapper .fill-in-the-gap, +.bb-sfwd-aside.bb-dark-theme .tutor-quiz-attempt-details td.questions, +.bb-sfwd-aside.bb-dark-theme .tutor-quiz-attempt-details td.given-answer, +.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrap div > a.tutor-btn-ghost, +.bb-sfwd-aside.bb-dark-theme .quiz-question-ans-choice .tutor-form-control, +.bb-sfwd-aside.bb-dark-theme .tutor-time-countdown.tutor-countdown-lg div h3, +.bb-sfwd-aside.bb-dark-theme .tutor-zoom-meeting-content .meeting-details div p, +.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrap .tutor-quiz-question-item .tutor-card, +.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrap div > a.tutor-btn-ghost [class*="tutor-icon-"], +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-title .tutor-color-secondary, +.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrapper .quiz-meta-info > div .tutor-fw-bold, +.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrapper .quiz-meta-info > div .tutor-color-muted, +.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrap input[type="checkbox"].tutor-form-check-input + .tutor-fs-6, +.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrap input[type="radio"].tutor-form-check-input + .tutor-fs-6, +.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-actual-comment, +.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-textarea, +.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrapper .quiz-meta-info .quiz-time-remaining #tutor-quiz-time-update, +.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrapper .quiz-question-ans-choice-area .tutor-dropzone .tutor-dragging-text-conent, +.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrapper .quiz-question-ans-choice-area .tutor-quiz-border-box .tutor-dragging-text-conent, +.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-box .tutor-comment-textarea textarea, +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header, +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-topbar-mark-btn, +.bb-sfwd-aside.bb-dark-theme #tutor-assignment-wrap .tutor-assignment-attachments-list .tutor-instructor-card .tutor-icard-content .tutor-color-secondary a, +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header:hover .tutor-course-topic-title, +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header.is-active .tutor-course-topic-title, +.bb-sfwd-aside.bb-dark-theme #tutor-assignment-wrap #tutor-student-assignment-edit-file-preview .tutor-instructor-card .tutor-icard-content > div:first-child, +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-question-ans-choice-area .fill-in-the-gap input, +.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list .tutor-single-comment .tutor-actual-comment .tutor-comment-author span:first-child { + color: #fff; +} +.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrapper .answer_limit_desc, +.bb-sfwd-aside.bb-dark-theme .tutor-modal-content .tutor-modal-close-o [class*="tutor-icon-"], +.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrapper .quiz-question .matching-quiz-question-desc p, +.bb-sfwd-aside.bb-dark-theme #tutor-single-entry-content .tutor-quiz-wrap .tutor-quiz-btn-group .tutor-btn-ghost.tutor-ml-auto, +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header .tutor-course-topic-title { + color: #aaa; +} +.bb-sfwd-aside.bb-dark-theme .tutor-spotlight-mobile-progress-complete { + box-shadow: none; +} +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-title { + border-color: #333; +} +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-title, +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper, +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-accordion-item-header, +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-accordion-item-body, +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic-item a { + background-color: #1c1c1c; + border-color: #121212; +} +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-accordion-item-header.is-active, +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-accordion-item-header:hover { + background: rgba(146, 164, 183, 0.1); + color: #fff; +} +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic-item-title, +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic-item-icon { + color: #888; +} +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-accordion-item-header:hover:after, +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-accordion-item-header.is-active:after { + color: #fff; +} +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic-item a:hover .tutor-course-topic-item-title, +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic-item a:hover .tutor-course-topic-item-icon, .bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic-item.is-active .tutor-course-topic-item-icon, .bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic-item.is-active .tutor-course-topic-item-title { + color: #fff; +} +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic-item:hover a, +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic-item.is-active a { + background: rgba(146, 164, 183, 0.1); +} +.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-accordion-item-header { + color: #888; +} +.bb-sfwd-aside.bb-dark-theme .tutor-nav-link, +.bb-sfwd-aside.bb-dark-theme .tutor-color-secondary { + color: #aaa; +} +.bb-sfwd-aside.bb-dark-theme .header-search-wrap, +.bb-sfwd-aside.bb-dark-theme .header-search-wrap input.search-field { + background: #000; + color: #fff; +} +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li:hover { + color: #fff; +} +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li:hover.menu-item-has-children:after { + color: #fff; +} +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li:hover > a > i, +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li:hover > a span { + color: #fff; +} +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li.menu-item-has-children:after { + color: #888; +} +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li.menu-item > .ab-submenu:before { + border-color: #232323 #232323 transparent transparent; +} +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu { + background-color: #000; +} +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu { + background-color: #000; +} +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item:hover > a { + background: rgba(255, 255, 255, 0.15); + color: #aaa; +} +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item:hover > a > i { + color: #aaa; +} +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item.menu-item-has-children:after { + color: #aaa; +} +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item.menu-item-has-children:hover:after { + color: #aaa; +} +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item > a { + color: #aaa; +} +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item > a > i { + color: #aaa; +} +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li .ab-submenu .bb-sub-menu li.menu-item.menu-item.menu-item-has-children > a:after { + color: #aaa; +} +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li > a { + color: #939597; +} +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li > a > i { + color: #fff; +} +.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu > li > a:hover { + color: #fff; +} +.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .more-button.active:after { + border-color: #232323 #232323 transparent transparent; +} +.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu { + background-color: #000; +} +.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu a { + color: #aaa; +} +.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu li:hover > a { + color: #aaa; + background: rgba(255, 255, 255, 0.15); +} +.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu { + background-color: #000; +} +.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu:before, +.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu { + background-color: #000; +} +.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu li:hover > a { + color: #aaa; + background: rgba(255, 255, 255, 0.15); +} +.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu, +.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu { + background-color: #000; +} +.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu a, +.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .user-mention, +.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a, +.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu .user-mention { + color: #aaa; +} +.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu a > i, +.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu a:before, +.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a > i, +.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a:before { + color: #aaa; +} +.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover > a, +.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover > a > i, +.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover a:before, +.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover > a, +.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover > a > i, +.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover a:before { + color: #aaa; +} +.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li.no-icon > a:before, +.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li.no-icon > a:before { + color: #aaa; +} +.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu:before, +.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu:before { + border-color: #232323 #232323 transparent transparent; +} +.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper { + background-color: transparent; +} +.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper:before { + background-color: #000; +} +.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper .ab-submenu { + background-color: #000; + box-shadow: none; +} +.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .user-link { + border-color: #333 #333 transparent transparent; +} +.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu { + background-color: #000; +} +.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover > a, +.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a:hover { + background: rgba(255, 255, 255, 0.15); +} +.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li .wrapper .bb-sub-menu { + background-color: #000; +} +.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li .wrapper .bb-sub-menu a:hover { + background: rgba(255, 255, 255, 0.15); +} +.bb-sfwd-aside.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link > i { + color: #aaa; +} +.bb-sfwd-aside.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link:hover .user-name, +.bb-sfwd-aside.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link:hover > i { + color: #fff; +} +.bb-sfwd-aside.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-name { + color: #fff; +} +.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .primary-menu > li:hover > a:before { + background: rgba(255, 255, 255, 0.1); +} +.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link .user-name { + color: #aaa; +} +.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link:hover .user-name { + color: #fff; +} +.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link:hover:before { + background: rgba(255, 255, 255, 0.1); +} +.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children.selected .user-link:before { + background: rgba(255, 255, 255, 0.1); +} +.bb-sfwd-aside.bb-dark-theme .user-wrap a.user-link, +.bb-sfwd-aside.bb-dark-theme .bb-toggle-panel, +.bb-sfwd-aside.bb-dark-theme .buddypanel .bb-toggle-panel, +.bb-sfwd-aside.bb-dark-theme .side-panel-menu i, +.bb-sfwd-aside.bb-dark-theme .site-header i { + color: #fff; +} +.bb-sfwd-aside.bb-dark-theme .user-wrap a.user-link:hover, +.bb-sfwd-aside.bb-dark-theme .user-wrap a.user-link:hover i, +.bb-sfwd-aside.bb-dark-theme .site-header #header-aside a.user-link:hover i, +.bb-sfwd-aside.bb-dark-theme .bb-toggle-panel:hover, +.bb-sfwd-aside.bb-dark-theme .bb-toggle-panel:hover i, +.bb-sfwd-aside.bb-dark-theme .buddypanel .bb-toggle-panel:hover { + color: #aaa; +} + +.tutor-dashboard .tutor-frontend-dashboard-header { + background-color: var(--bb-content-background-color); + border: 1px solid var(--tutor-border-color); + border-radius: var(--bb-block-radius); + padding: 24px; + margin-bottom: 32px; +} +.tutor-dashboard .tutor-frontend-dashboard-header:after { + display: none; +} +.tutor-dashboard .tutor-frontend-dashboard-header .tutor-dashboard-header-avatar { + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} +.tutor-dashboard .tutor-frontend-dashboard-header .tutor-dashboard-header-avatar > .tutor-avatar-xl { + width: 88px; + height: 88px; +} +.tutor-dashboard .tutor-frontend-dashboard-header .tutor-dashboard-header-avatar img { + max-width: 88px; +} +.tutor-dashboard .tutor-frontend-dashboard-header .tutor-user-info { + margin-left: 12px; +} +.tutor-dashboard .tutor-frontend-dashboard-header .tutor-dashboard-header-username { + color: var(--bb-headings-color); + font-size: 30px; + font-weight: 700; + line-height: 1.26; + margin-bottom: 8px; +} +.tutor-dashboard .tutor-frontend-dashboard-header .tutor-dashboard-header-greetings { + color: var(--bb-headings-color); + font-weight: 500; +} +.tutor-dashboard .tutor-frontend-dashboard-header .tutor-ratings-stars > * { + margin: 0; +} +.tutor-dashboard .tutor-frontend-dashboard-header #tutor-create-new-course [class^="tutor-icon-"].tutor-icon-plus-square:before, +.tutor-dashboard .tutor-frontend-dashboard-header .tutor-add-new-course-bundle [class^="tutor-icon-"].tutor-icon-plus-square:before { + font-size: 20px; + font-weight: 300; +} +.tutor-dashboard .tutor-frontend-dashboard-header .tutor-header-right-side #tutor-become-instructor-button .tutor-icon-user-bold:before { + font-size: 20px; +} +.tutor-dashboard .tutor-frontend-dashboard-header #tutor-notifications-wrapper .tutor-floating-badge { + color: var(--bb-headings-color); + background-color: var(--bb-content-alternate-background-color); + font-size: 11px; + font-weight: 600; + border: 2px solid var(--bb-content-background-color); +} +.tutor-dashboard .tutor-frontend-dashboard-header #tutor-notifications-wrapper .tutor-iconic-btn [class^="tutor-icon-"].tutor-icon-bell-bold:before { + font-size: 32px; +} +@media screen and (max-width: 992px) { + .buddypanel-open .tutor-dashboard .tutor-frontend-dashboard-header .tutor-header-left-side { + -webkit-box-flex: 0; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + } + .buddypanel-open .tutor-dashboard .tutor-frontend-dashboard-header .tutor-header-right-side { + -webkit-box-flex: 0; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; + margin-top: 20px; + margin-bottom: 0; + } +} +@media screen and (max-width: 767px) { + .tutor-dashboard .tutor-frontend-dashboard-header .tutor-dashboard-header-username { + font-size: 24px; + } + .tutor-dashboard .tutor-frontend-dashboard-header .tutor-header-left-side { + -ms-flex-flow: column; + flex-flow: column; + gap: 15px; + text-align: center; + } + .tutor-dashboard .tutor-frontend-dashboard-header .tutor-header-right-side { + -webkit-box-flex: 0; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; + margin-bottom: 0; + } +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent { + border: 1px solid var(--tutor-border-color); + border-radius: var(--bb-block-radius); +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu { + background-color: var(--tutor-sidebar-background); + border-right: 1px solid var(--tutor-border-color); + border-radius: var(--bb-block-radius) 0 0 var(--bb-block-radius); + padding: 0 10px 0 15px; +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item-icon { + font-size: 20px; +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li a { + font-size: 14px; + font-weight: 500; + padding: 10px 15px; + border-radius: 6px; +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li a span, +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li a .tutor-dashboard-menu-item-icon { + color: var(--bb-sidenav-text-regular); +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li a .tutor-dashboard-menu-item-icon { + opacity: 0.5; +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li:not(.active) a:hover span, +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li:not(.active) a:hover .tutor-dashboard-menu-item-icon { + color: var(--bb-sidenav-text-hover); +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li.active a:hover, .tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li.active a { + background-color: var(--tutor-color-primary); +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li.active a:hover span, +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li.active a:hover .tutor-dashboard-menu-item-icon, .tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li.active a span, +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li.active a .tutor-dashboard-menu-item-icon { + color: var(--bb-sidenav-text-active); + opacity: 1; +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^="tutor-icon-"] { + font-size: 24px; + font-weight: 400; +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^="tutor-icon-"].tutor-icon-dashboard:before { + content: "\ee12"; +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^="tutor-icon-"].tutor-icon-user-bold:before { + content: "\ef52"; + font-weight: 400; +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^="tutor-icon-"].tutor-icon-star-bold:before { + content: "\ef32"; + font-weight: 400; +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^="tutor-icon-"].tutor-icon-quiz-attempt:before { + content: "\ee8e"; +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^="tutor-icon-"].tutor-icon-question:before { + content: "\ee31"; + font-weight: 400; +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^="tutor-icon-"].tutor-icon-cart-bold:before { + content: "\ef06"; +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^="tutor-icon-"].tutor-icon-rocket:before { + content: "\ee3f"; +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^="tutor-icon-"].tutor-icon-layer:before { + content: "\eec3"; +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^="tutor-icon-"].tutor-icon-wallet:before { + content: "\ef6d"; +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^="tutor-icon-"].tutor-icon-quiz-o:before { + content: "\ef01"; + font-weight: 400; +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^="tutor-icon-"].tutor-icon-assignment:before { + content: "\ee74"; +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item.active [class^="tutor-icon-"], .tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item.active [class^="tutor-icon-"]:before { + font-weight: 300; +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent ul.tutor-dashboard-permalinks { + margin: 0; + padding: 30px 0; +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent ul.tutor-dashboard-permalinks:before { + display: none; +} +.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-menu-divider-header { + font-size: 14px; + font-weight: 600; + color: var(--bb-sidenav-text-regular); + opacity: 0.5; + text-transform: uppercase; +} +@media screen and (max-width: 767px) { + .tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu { + border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; + } + .tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-content { + border-radius: var(--bb-block-radius); + } + .tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu { + border-right: 0; + } +} +.tutor-dashboard .tutor-dashboard-content { + background-color: var(--bb-content-background-color); + border-radius: 0 var(--bb-block-radius) var(--bb-block-radius) 0; + padding: 32px 35px; + margin: 0 -10px; + height: 100%; +} +.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box [class^="tutor-icon-"] { + font-size: 40px; + font-weight: 300; +} +.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-book-open:before { + content: "\e86e"; +} +.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-mortarboard-o:before { + content: "\e96f"; +} +.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-trophy:before { + content: "\ef4c"; +} +.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-user-graduate:before { + content: "\eeac"; +} +.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-box-open:before { + content: "\eed2"; +} +.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-coins:before { + content: "\ee2a"; +} +.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-add-member:before { + content: "\ea0c"; +} +.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-star-bold:before { + content: "\ef32"; +} +.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-bullhorn:before { + content: "\ee03"; +} +.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-chart-pie:before { + content: "\ee15"; +} +.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-wallet:before { + content: "\ef6d"; +} +.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-dollar-slot:before { + content: "\ee48"; +} +.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-filter-dollar:before { + content: "\ee9a"; +} +.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-badge-discount:before { + content: "\eeed"; +} +@media screen and (max-width: 992px) { + .tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box [class^="tutor-icon-"] { + font-size: 30px; + } +} +.tutor-dashboard .tutor-dashboard-content .tutor-analytics-info-cards .tutor-card .tutor-round-box .tutor-icon-book-open:before { + content: "\eeac"; +} +.tutor-dashboard .tutor-dashboard-content .analytics-export-wrapper #download_analytics:disabled { + border-color: #e9e9ea; + background-color: #e9e9ea; + color: inherit; +} +@media screen and (max-width: 992px) { + .tutor-dashboard .tutor-dashboard-content .analytics-student-details.tutor-user-public-profile.tutor-user-public-profile-pp-circle .pp-area { + margin-top: 0 !important; + } + .tutor-dashboard .tutor-dashboard-content .analytics-student-details.tutor-user-public-profile.tutor-user-public-profile-pp-circle .pp-area .profile-name { + text-align: left !important; + } +} +.tutor-dashboard.is-sidebar-expanded ul.tutor-dashboard-permalinks li.active a { + border-radius: var(--bb-button-radius); +} +.tutor-dashboard .tutor-dashboard-title, +.tutor-dashboard .tutor-frontend-dashboard-course-progress > .tutor-color-black, +.tutor-dashboard .tutor-dashboard-content > .tutor-fs-5.tutor-color-black, +.tutor-dashboard .tutor-dashboard-content-inner > .tutor-fs-5.tutor-color-black, +.tutor-dashboard .popular-courses-heading-dashboard > span { + color: var(--bb-headings-color); + font-size: 1.5rem; + font-weight: 600; + line-height: 1.3; +} +.tutor-dashboard .popular-courses-heading-dashboard .tutor-btn { + color: var(--bb-body-text-color); + font-weight: 500; +} +.tutor-dashboard .tutor-nav:not(.tutor-nav-pills, .tutor-nav-tabs) { + border-bottom-color: transparent; +} +.tutor-dashboard .tutor-nav:not(.tutor-nav-pills, .tutor-nav-tabs) .tutor-nav-item:not(:last-child) { + margin-right: 30px; +} +.tutor-dashboard .tutor-nav:not(.tutor-nav-pills, .tutor-nav-tabs) .tutor-nav-link { + color: var(--tutor-body-color); + font-size: 14px; + font-weight: 500; + border-bottom-width: 2px; + letter-spacing: -0.24px; + padding: 8px 0; +} +.tutor-dashboard .tutor-nav:not(.tutor-nav-pills, .tutor-nav-tabs) .tutor-nav-link.is-active { + color: var(--bb-headings-color); + font-weight: 600; + border-bottom-color: var(--tutor-color-primary); +} +.tutor-dashboard .tutor-nav:not(.tutor-nav-pills, .tutor-nav-tabs) .tutor-nav-link.tutor-nav-more-item { + color: var(--tutor-color-primary); +} +.tutor-dashboard .tutor-nav:not(.tutor-nav-pills, .tutor-nav-tabs) .tutor-nav-more-list .tutor-nav-item { + margin-right: 0; +} +.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary { + 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); +} +.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary:hover { + color: #1e2132; + background-color: rgba(255, 255, 255, 0.05); +} +.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary:active { + color: #1e2132; + background-color: rgba(255, 255, 255, 0.09); +} +.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary:disabled, .tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary.disabled { + color: #c8cbcf; + background-color: #f5f5f5; +} +.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary.outline { + background: none; + color: #fff; + border-color: #fff; +} +.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary.outline:hover { + color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.05); +} +.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary.outline:active { + color: rgba(255, 255, 255, 0.12); + border-color: rgba(255, 255, 255, 0.12); +} +.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary.outline:disabled, .tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary.outline.disabled { + background: #f5f5f5; + color: #dedfe2; + border-color: #dedfe2; + opacity: 1; +} +.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary:focus { + box-shadow: var(--bb-secondary-button-focus-shadow); +} +.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary:hover, .tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary:focus, .tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary: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); + background-color: var(--tutor-color-primary-hover); + border: 1px solid var(--tutor-color-primary-hover); +} +.tutor-dashboard .tutor-wp-dashboard-filter .tutor-v2-date-range-picker { + margin-top: 15px; +} +.tutor-dashboard .tutor-social-field [class^="tutor-icon-"] { + font-family: bb-icons !important; + font-size: 20px; + font-weight: 400; + opacity: 0.5; + margin-right: 5px; + position: relative; + top: 1px; +} +.tutor-dashboard .tutor-social-field .tutor-icon-brand-facebook:before { + content: "\edd2"; +} +.tutor-dashboard .tutor-social-field .tutor-icon-brand-twitter:before { + content: "\edf4"; +} +.tutor-dashboard .tutor-social-field .tutor-icon-brand-linkedin:before { + content: "\eddf"; +} +.tutor-dashboard .tutor-social-field .tutor-icon-earth:before { + content: "\eeaa"; +} +.tutor-dashboard .tutor-social-field .tutor-icon-brand-github:before { + content: "\edd6"; +} +.tutor-dashboard .tutor-header-right-side .tutor-align-center > span { + color: var(--bb-body-text-color) !important; + font-size: 14px !important; +} +.tutor-dashboard .tutor-header-right-side .tutor-align-center > span > b { + color: var(--bb-headings-color); +} + +/* Tutor Notification */ +.tutor-offcanvas .tutor-offcanvas-main { + background-color: var(--bb-content-background-color); +} + +.tutor-notification-element .element-content .message { + background-color: var(--bb-content-alternate-background-color); + border-radius: var(--bb-block-radius-inner); + font-size: 14px; + margin-bottom: 10px; + padding: 0.75rem; +} + +.tutor-notification-tab .tab-body { + scrollbar-color: var(--bb-content-border-color) var(--bb-content-alternate-background-color); +} + +.tutor-dashboard .tutor-dashboard-content .tutor-option-nav-page.tutor-cb-templates-table .item-wrapper, +.tutor-dashboard .tutor-dashboard-content .tutor-cb-templates-table.tutor-cb-templates-table .item-wrapper { + border-color: var(--tutor-border-color); + border-radius: var(--bb-block-radius-inner); +} + +.tutor-cb-templates-table .tutor-card .tutor-col.tutor-align-items-center { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + line-height: 1.5; +} +.tutor-cb-templates-table .tutor-card .tutor-col-auto { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.tutor-cb-templates-table .tutor-card .tutor-col-auto .tutor-option-field-input { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.tutor-cb-templates-table .tutor-card .tutor-col-auto .tutor-option-field-input i { + font-size: 18px; +} + +.tutor-certificate-builder-btn, +.tutor-certificate-builder-lg-btn { + background-color: var(--tutor-color-primary); + color: var(--bb-content-background-color); +} + +.tutor-certificate-builder-white-btn, +.tutor-certificate-builder-white-lg-btn { + border-color: var(--tutor-color-primary); + color: var(--tutor-color-primary); + background-color: var(--bb-content-background-color); +} + +.tutor-instructor-apply-button .tutor-bg-primary:hover { + color: var(--bb-primary-button-text-hover); + background-color: var(--tutor-color-primary-hover); +} + +.tutor-ins-app-title { + color: var(--bb-headings-color); +} + +.tutor-dashboard #tutor-dashboard-footer-mobile { + display: block; + position: fixed; + left: 0; + right: 0; + bottom: 0; + background: var(--bb-content-background-color); + padding: 10px; + z-index: 9999999; +} +.tutor-dashboard #tutor-dashboard-footer-mobile > div > div > a span { + display: block; + padding: 0 7px 7px; +} +@media (min-width: 768px) { + .tutor-dashboard #tutor-dashboard-footer-mobile { + display: none; + } +} + +#tutor-dashboard-footer-mobile .tutor-row .tutor-col-4 { + text-align: center; + padding-top: -webkit-calc(var(--tutor-gutter-x) * 0.5); + padding-top: calc(var(--tutor-gutter-x) * 0.5); + color: var(--bb-headings-color); + font-weight: 500; +} + +@media screen and (max-width: 992px) { + .tutor-analytics-graph .tutor-nav-tabs .tutor-nav-link { + border-right: 0; + } +} +@media screen and (max-width: 544px) { + .tutor-analytics-graph .tutor-nav-tabs .tutor-nav-item { + width: 100%; + } + .tutor-analytics-graph .tutor-nav-tabs .tutor-nav-item:first-child .tutor-nav-link { + border-top-left-radius: var(--bb-block-radius-inner); + border-top-right-radius: var(--bb-block-radius-inner); + } +} + +@media screen and (max-width: 768px) { + .tutor-dashboard .tutor-modal-scrollable .tutor-modal-window, + .tutor-dashboard .tutor-modal-window { + height: -webkit-calc(100% - 136px); + height: calc(100% - 136px); + min-height: -webkit-calc(100% - 136px); + min-height: calc(100% - 136px); + } +} +@media screen and (max-width: 544px) { + .tutor-dashboard-assignments .tutor-col-6 { + width: 100%; + } + + .tutor-dashboard-announcement-sorting-wrap div:nth-child(1) { + -ms-flex-preferred-size: 100%; + flex-basis: 100%; + } + + .tutor-dashboard-announcement-sorting-input { + max-width: 100%; + } +} +/* Q&A */ +.tutor-dashboard-qna-vew-as input[type="checkbox"] { + visibility: hidden; + opacity: 0; +} + +.tutor-qna-badges .tutor-icon-trash-can-bold:before { + font-weight: 400; +} + +.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat .tutor-qna-text { + font-size: 15px; + border-radius: var(--bb-block-radius-inner); +} +.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat .tutor-qna-user .tutor-color-secondary { + color: var(--bb-headings-color); + line-height: 21px; +} +.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat .tutor-qna-user .tutor-color-muted { + color: var(--tutor-body-color); +} +.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat .tutor-qna-user img { + width: 52px; + height: 52px; +} +.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat .tutor-qna-text:before { + width: 10px; + height: 10px; +} +.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat.tutor-qna-left .tutor-qna-text:before { + left: 20px; +} +.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat.tutor-qna-right .tutor-qna-text:before { + right: 20px; +} +.tutor-qna-single-question:not([data-context="backend-dashboard-qna-single"]) .tutor-qna-right .tutor-qna-text { + background-color: var(--bb-content-alternate-background-color); +} +.tutor-qna-single-question:not([data-context="backend-dashboard-qna-single"]) .tutor-qna-left .tutor-qna-text { + background-color: rgba(var(--bb-default-notice-color-rgb), 0.1); +} + +.frontend-dashboard-qna-table-instructor tr td { + vertical-align: top; +} +.frontend-dashboard-qna-table-instructor .tutor-qna-question-col { + margin-top: 0; +} +.frontend-dashboard-qna-table-instructor .tutor-qna-question-col .tutor-qna-desc .tutor-qna-content { + line-height: 140%; +} +.frontend-dashboard-qna-table-instructor .tutor-qna-question-col .tutor-qna-desc .tutor-color-secondary span.tutor-fw-medium { + color: var(--bb-headings-color); +} +.frontend-dashboard-qna-table-instructor .tutor-qna-question-col .tutor-qna-desc .tutor-color-secondary span { + color: var(--bb-alternate-text-color); +} +.frontend-dashboard-qna-table-instructor tr td:first-of-type .tooltip-txt.tooltip-bottom { + -webkit-transform: translateX(2px); + -ms-transform: translateX(2px); + transform: translateX(2px); + left: -webkit-calc(100% + 8px); + left: calc(100% + 8px); + top: unset; +} +.frontend-dashboard-qna-table-instructor tr td:first-of-type .tooltip-txt.tooltip-bottom:after { + top: 18px; + margin-top: -5px; + border: 5px solid rgba(0, 0, 0, 0); + left: unset; + bottom: unset; + right: 100%; + border-right-color: var(--bb-tooltip-background); +} +.frontend-dashboard-qna-table-instructor tr td:first-of-type .tutor-avatar + div > div:first-of-type { + color: var(--bb-headings-color); +} +.frontend-dashboard-qna-table-instructor tr td:first-of-type .tutor-avatar + div .tutor-mt-4 { + margin-top: 0; +} + +.tutor-qna-single-question .tutor-qa-sticky-bar { + margin: -32px -35px 24px; + padding: 0 35px; +} +.tutor-qna-single-question .tutor-qa-sticky-bar .tutor-px-12 { + padding-left: 0; +} + +.tutor-qa-sticky-bar .tutor-btn { + font-size: 14px; +} +.tutor-qa-sticky-bar .tutor-btn [class^="tutor-icon-"], +.tutor-qa-sticky-bar .tutor-btn [class*=" tutor-icon-"] { + font-size: 24px; +} + +/* Ratings */ +.tutor-ratings .tutor-ratings-stars > * { + margin: 0; +} +.tutor-ratings .tutor-ratings-average { + font-size: 14px; + font-weight: 500; + color: var(--bb-headings-color); + line-height: 1.5; + margin-left: 5px; +} +.tutor-ratings .tutor-ratings-count { + color: var(--bb-alternate-text-color); + font-size: 14px; + font-weight: 400; + line-height: 1.5; + margin-left: 5px; +} +.tutor-ratings [class^="tutor-icon-"] { + font-family: "bb-icons" !important; + /* stylelint-disable-line */ +} +.tutor-ratings [class^="tutor-icon-"].tutor-icon-star-line, .tutor-ratings [class^="tutor-icon-"].tutor-icon-star-bold { + font-size: 20px; +} +.tutor-ratings [class^="tutor-icon-"].tutor-icon-star-half-bold { + font-size: 20px; +} +.tutor-ratings [class^="tutor-icon-"].tutor-icon-star-half-bold:before { + content: "\ef33"; + font-weight: 300; +} +.tutor-ratings [class^="tutor-icon-"].tutor-icon-star-line:before { + font-weight: 400; +} + +.tutor-iconic-btn-secondary { + background-color: var(--bb-content-alternate-background-color); +} + +.tutor-btn-outline-primary { + color: var(--bb-primary-button-text-regular); + background-color: var(--tutor-color-primary-hover); +} + +.tutor-dashboard-menu-divider { + border-color: var(--tutor-border-color); +} + +.tutor-empty-state .tutor-color-secondary { + color: var(--tutor-body-color); +} + +.tutor-form-select-search .tutor-form-icon + input[type="search"] { + background-image: none; +} + +.tutor-row.tutor-row--notice { + padding-left: -webkit-calc(var(--tutor-gutter-x) * 0.5); + padding-left: calc(var(--tutor-gutter-x) * 0.5); + padding-right: -webkit-calc(var(--tutor-gutter-x) * 0.5); + padding-right: calc(var(--tutor-gutter-x) * 0.5); +} +.tutor-row.tutor-row--notice .bp-feedback { + margin: 0 0 -webkit-calc(var(--tutor-gutter-x) * 1.5); + margin: 0 0 calc(var(--tutor-gutter-x) * 1.5); +} +.tutor-row.tutor-row--notice > * { + padding-left: 0; + padding-right: 0; +} + +.tutor-analytics-students .tutor-table tbody tr td:first-of-type .tutor-ml-16 div:first-of-type { + color: var(--bb-headings-color); +} + +.tutor-analytics-courses .tutor-table tbody tr td:first-of-type > span { + color: var(--bb-headings-color); +} + +/* Dashboard Shortcode */ +.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks { + list-style: none; +} +.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-menu-item:not(:last-child) { + margin-bottom: 5px; +} +.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-menu-item-link { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + color: var(--tutor-body-color); +} + +/* Card */ +.tutor-dashboard-content .tutor-card { + border-radius: var(--bb-block-radius-inner); +} +.tutor-dashboard-content .tutor-card-list-item:last-child { + border-bottom-left-radius: var(--bb-block-radius-inner); + border-bottom-right-radius: var(--bb-block-radius-inner); +} + +/* Table */ +.tutor-table { + border: 0; + border-bottom: 1px solid var(--tutor-border-color); +} +.tutor-table thead tr th { + color: var(--bb-body-text-color); + background-color: var(--tutor-table-header-background); + border-bottom: 1px solid var(--tutor-border-color); + font-size: 13px; + font-weight: 400; + line-height: 1.4; + padding: 13px 16px; +} +.tutor-table tr:first-child th:first-child { + border-top-left-radius: var(--bb-block-radius-inner); +} +.tutor-table tr:first-child th:last-child { + border-top-right-radius: var(--bb-block-radius-inner); +} +.tutor-table tr:last-child td:first-child { + border-bottom-left-radius: var(--bb-block-radius-inner); +} +.tutor-table tr:last-child td:last-child { + border-bottom-right-radius: var(--bb-block-radius-inner); +} +.tutor-table tr td { + background-color: var(--bb-content-background-color); + font-weight: 400; + line-height: 1.5; +} +.tutor-table tr:nth-child(even) td { + background-color: var(--bb-body-background-color); +} +.tutor-table tr td > a:not(.tutor-btn, .tutor-iconic-btn, .quiz-manual-review-action), +.tutor-table tr td .tutor-table-link { + color: var(--bb-headings-color); +} +.tutor-table.table-popular-courses tr td a:not(.tutor-btn, .tutor-iconic-btn, .quiz-manual-review-action) { + color: var(--bb-headings-color); +} +.tutor-table.table-popular-courses tr td a:not(.tutor-btn, .tutor-iconic-btn, .quiz-manual-review-action):hover { + color: var(--tutor-color-primary); +} +.tutor-table.table-popular-courses td { + color: var(--bb-headings-color); + background-color: transparent; + font-size: 14px; + font-weight: 600; + line-height: 1.6; +} +.tutor-table.tutor-table-quiz-attempts td:first-child .tutor-mt-4 { + font-size: 16px; +} +.tutor-table.tutor-table-quiz-attempts td:first-child .tutor-color-secondary, +.tutor-table.tutor-table-quiz-attempts td:first-child .tutor-color-muted { + color: var(--bb-headings-color); + font-weight: 400; +} +.tutor-table.tutor-table-quiz-attempts td:first-child .tutor-color-muted { + font-weight: 600; +} +.tutor-table.tutor-table-quiz-attempts .tooltip-wrap .tutor-icon-circle-info-o { + font-size: 14px; + font-weight: 100; +} +.tutor-table.tutor-quiz-attempt-details tr td { + vertical-align: top; +} + +.tutor-table tr td { + font-size: 14px; +} +.tutor-table.tutor-quiz-attempt-details tr td, +.tutor-table.tutor-quiz-attempt-details .tutor-fs-7 { + font-size: 13px; +} + +.tutor-analytics-widget-popular-courses .tutor-table tbody td:first-child { + font-weight: 500; + color: var(--bb-headings-color); +} + +.tutor-analytics-widget-reviews .tutor-table thead th:first-child, +.table-reviews thead th:first-child { + width: 190px; +} +.tutor-analytics-widget-reviews .tutor-table tbody td:first-child, +.table-reviews tbody td:first-child { + font-weight: 600; +} +.tutor-analytics-widget-reviews .tutor-table td, +.table-reviews td { + color: var(--bb-headings-color); + font-size: 14px; + font-weight: 400; +} +.tutor-analytics-widget-reviews .tutor-table td .tutor-avatar + span, +.table-reviews td .tutor-avatar + span { + color: var(--bb-headings-color); + font-size: 14px; + font-weight: 500; +} +.tutor-analytics-widget-reviews .tutor-table td .tutor-ratings + div, +.table-reviews td .tutor-ratings + div { + color: var(--tutor-body-color); + font-size: 14px; + font-weight: 400; +} +.tutor-analytics-widget-reviews .tutor-table td div .tutor-color-secondary, +.tutor-analytics-widget-reviews .tutor-table td div .tutor-fs-8, +.table-reviews td div .tutor-color-secondary, +.table-reviews td div .tutor-fs-8 { + color: var(--bb-headings-color); + font-size: 14px; + font-weight: 500; +} +.tutor-analytics-widget-reviews .tutor-table td div .tutor-color-muted, +.table-reviews td div .tutor-color-muted { + color: var(--tutor-body-color); + font-size: 14px; + font-weight: 400; +} + +table.qna-list-table .tutor-qna-question-col.is-read .tutor-qna-content, +table.qna-list-table .tutor-qna-question-col.is-read .tutor-fs-6 { + font-size: inherit; +} +table.qna-list-table tr td:first-child .tooltip-icon-custom i { + font-size: 24px; +} + +.tutor-lms-custom-colors .tutor-table-quiz-attempts .tutor-btn-outline-primary { + background-color: var(--bb-content-background-color); + color: var(--bb-headings-color); + border: 1px solid var(--bb-content-border-color); +} +.tutor-lms-custom-colors .tutor-table-quiz-attempts .tutor-btn-outline-primary:focus { + box-shadow: var(--bb-outline-button-focus-shadow); +} +.tutor-lms-custom-colors .tutor-table-quiz-attempts .tutor-btn-outline-primary: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); +} + +.tutor-table-quiz-attempts tr td { + font-size: 13px; + font-weight: 600; + color: var(--bb-headings-color); + line-height: 1.5; +} +.tutor-table-quiz-attempts .tutor-fs-7 { + font-size: 13px; + line-height: 1.5; +} + +.tutor-table-google-meet-meeting .td-action-btns .tutor-btn, +.tutor-table-zoom .td-action-btns .tutor-btn { + text-wrap: nowrap; + font-size: 14px; +} +.tutor-table-google-meet-meeting .td-action-btns .tutor-dropdown-parent .tutor-icon-angle-down, +.tutor-table-zoom .td-action-btns .tutor-dropdown-parent .tutor-icon-angle-down { + font-size: 14px; + line-height: 1; +} +.tutor-table-google-meet-meeting tr td:first-child > div, +.tutor-table-zoom tr td:first-child > div { + font-weight: 500; + color: var(--bb-headings-color); +} +.tutor-table-google-meet-meeting tr td:first-child > div .tutor-color-muted, +.tutor-table-zoom tr td:first-child > div .tutor-color-muted { + font-weight: 400; +} + +.tutor-quiz-attempt-details:not(.tutor-table-data-td-target) tbody tr td { + font-weight: 600; +} +.tutor-quiz-attempt-details:not(.tutor-table-data-td-target) tbody tr td:first-of-type { + font-weight: 400; +} +.tutor-quiz-attempt-details .explain-toggle { + background-color: var(--bb-content-alternate-background-color); +} +.tutor-quiz-attempt-details .quiz-explanation-wrapper { + background-color: rgba(var(--tutor-color-success-rgb), 0.1); + border-radius: var(--bb-block-radius-inner); +} +.tutor-quiz-attempt-details tbody td { + color: var(--bb-headings-color); +} +.tutor-quiz-attempt-details td.type .tooltip-wrap.tooltip-icon:after { + display: none; +} +.tutor-quiz-attempt-details td.questions { + color: var(--bb-body-text-color); +} +.tutor-quiz-attempt-details td.questions .tutor-fw-medium { + font-weight: 400; +} +.tutor-quiz-attempt-details td.given-answer { + font-weight: 500; + line-height: 1.5; + color: var(--bb-headings-color); +} +.tutor-quiz-attempt-details td.tutor-text-center, +.tutor-quiz-attempt-details tr:nth-child(even) td.tutor-text-center { + background-color: var(--bb-content-alternate-background-color); +} +.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-correct a.quiz-manual-review-action, +.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-wrong a.quiz-manual-review-action, +.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-pending a.quiz-manual-review-action { + border: 0; + width: 32px; + height: 32px; + overflow: visible; +} +.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-correct a.quiz-manual-review-action i, +.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-wrong a.quiz-manual-review-action i, +.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-pending a.quiz-manual-review-action i { + font-weight: 100; + font-size: 32px; +} +.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-wrong .tutor-icon-rounded.tutor-color-success, +.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-wrong .tutor-icon-rounded.tutor-color-success:hover, +.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-wrong .tutor-icon-rounded.tutor-color-success, +.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-wrong .tutor-icon-rounded.tutor-color-success:hover { + color: var(--bb-alternate-text-color) !important; + border-color: var(--bb-alternate-text-color) !important; +} +.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-wrong .tutor-icon-rounded.tutor-color-danger, +.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-wrong .tutor-icon-rounded.tutor-color-danger:hover, +.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-wrong .tutor-icon-rounded.tutor-color-danger, +.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-wrong .tutor-icon-rounded.tutor-color-danger:hover { + color: var(--tutor-color-danger); +} +.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-correct .tutor-icon-rounded.tutor-color-danger, +.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-correct .tutor-icon-rounded.tutor-color-danger:hover, +.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-correct .tutor-icon-rounded.tutor-color-danger, +.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-correct .tutor-icon-rounded.tutor-color-danger:hover { + color: var(--bb-alternate-text-color) !important; + border-color: var(--bb-alternate-text-color) !important; +} +.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-correct .tutor-icon-rounded.tutor-color-success, +.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-correct .tutor-icon-rounded.tutor-color-success:hover, +.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-correct .tutor-icon-rounded.tutor-color-success, +.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-correct .tutor-icon-rounded.tutor-color-success:hover { + color: var(--tutor-color-success); +} +.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-pending .tutor-icon-rounded.tutor-color-danger, +.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-pending .tutor-icon-rounded.tutor-color-danger:hover, +.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-pending .tutor-icon-rounded.tutor-color-danger, +.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-pending .tutor-icon-rounded.tutor-color-danger:hover { + color: var(--bb-alternate-text-color) !important; + border-color: var(--bb-alternate-text-color) !important; +} +.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-pending .tutor-icon-rounded.tutor-color-success, +.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-pending .tutor-icon-rounded.tutor-color-success:hover, +.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-pending .tutor-icon-rounded.tutor-color-success, +.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-pending .tutor-icon-rounded.tutor-color-success:hover { + color: var(--bb-alternate-text-color) !important; + border-color: var(--bb-alternate-text-color) !important; +} +.tutor-quiz-attempt-details .quiz-explanation-wrapper div p:last-of-type { + margin-bottom: 0; +} + +.tutor-dashboard-single-review .tutor-card-header { + background-color: var(--tutor-table-header-background); +} +.tutor-dashboard-single-review .tutor-card-header .tutor-card-title { + color: var(--bb-headings-color); + font-size: 18px; + font-weight: 600; +} +.tutor-dashboard-single-review .tutor-card-header .tutor-card-title span { + color: var(--tutor-body-color); + font-size: 18px; +} +.tutor-dashboard-single-review .tutor-given-review-actions .tutor-btn { + color: var(--tutor-body-color); + font-size: 16px; + font-weight: 500; +} +.tutor-dashboard-single-review .tutor-given-review-actions .tutor-btn:hover { + color: var(--tutor-color-primary); +} +.tutor-dashboard-single-review .tutor-given-review-actions .tutor-btn [class^="tutor-icon-"] { + font-family: "bb-icons" !important; + /* stylelint-disable-line */ + font-size: 24px; +} +.tutor-dashboard-single-review .tutor-given-review-actions .tutor-btn [class^="tutor-icon-"].tutor-icon-edit:before { + content: "\ee5a"; +} +.tutor-dashboard-single-review .tutor-given-review-actions .tutor-btn [class^="tutor-icon-"].tutor-icon-trash-can-line:before { + content: "\ef48"; +} +.tutor-dashboard-single-review .tutor-card-body > .tutor-color-muted { + color: var(--tutor-body-color); + font-size: 14px; + font-weight: 400; +} + +.tutor-wp-dashboard-filter-items input[type="search"] { + background-image: none; +} + +/* Tutor Progress Course */ +.tutor-course-progress-item.tutor-card .tutor-ratio { + height: 100%; +} +.tutor-course-progress-item.tutor-card .tutor-card-body { + padding: 24px 32px; +} +.tutor-course-progress-item.tutor-card .tutor-card-body .tutor-ratings { + margin-bottom: 10px; +} +.tutor-course-progress-item.tutor-card .tutor-card-body .tutor-ratings .tutor-ratings-count { + color: var(--bb-headings-color); + font-weight: 500; +} +.tutor-course-progress-item.tutor-card .tutor-card-body .tutor-course-progress-item-title { + color: var(--bb-headings-color); + font-size: 18px; + font-weight: 600; + line-height: 1.33; +} +.tutor-course-progress-item.tutor-card .tutor-card-body .tutor-course-progress-item-title + div > .tutor-color-muted { + color: var(--tutor-body-color); + font-size: 14px; + font-weight: 400; +} +.tutor-course-progress-item.tutor-card .tutor-card-body .tutor-course-progress-item-title + div > .tutor-fw-medium { + color: var(--bb-headings-color); + font-size: 14px; + font-weight: 500; +} +.tutor-course-progress-item.tutor-card .tutor-card-body .progress-percentage { + color: var(--bb-alternate-text-color); +} +.tutor-course-progress-item.tutor-card .tutor-card-body .progress-percentage > span { + color: var(--bb-headings-color); +} + +/* Progress Bar */ +.tutor-progress-bar { + background-color: var(--bb-content-alternate-background-color); + height: 5px; +} +.tutor-progress-bar .tutor-progress-value { + border-radius: 10px; +} + +/* Pagination */ +.tutor-pagination { + border: 0; +} +.tutor-pagination .tutor-pagination-hints .tutor-color-black { + color: var(--bb-headings-color); + font-weight: 600; +} +.tutor-pagination .tutor-pagination-hints .tutor-color-black:last-child { + color: var(--tutor-body-color); +} +.tutor-pagination ul.tutor-pagination-numbers { + gap: 5px; +} +.tutor-pagination ul.tutor-pagination-numbers .page-numbers { + color: var(--bb-body-text-color); + font-size: 13px; + font-weight: 500; + line-height: 1.5; + padding: 5px 12px; + border-radius: var(--bb-block-radius-inner); +} +.tutor-pagination ul.tutor-pagination-numbers .page-numbers.next, .tutor-pagination ul.tutor-pagination-numbers .page-numbers.prev { + border-radius: var(--bb-block-radius-inner); +} +.tutor-pagination ul.tutor-pagination-numbers .page-numbers:before { + display: none; +} +.tutor-pagination ul.tutor-pagination-numbers .page-numbers.current { + color: var(--bb-content-background-color); + background-color: var(--tutor-color-primary); +} +.tutor-pagination ul.tutor-pagination-numbers .page-numbers.prev, .tutor-pagination ul.tutor-pagination-numbers .page-numbers.next { + color: var(--tutor-body-color); + background-color: var(--bb-content-background-color); + border: 1px solid var(--tutor-border-color); + margin-left: 0; +} +.tutor-pagination ul.tutor-pagination-numbers .page-numbers.prev:hover, .tutor-pagination ul.tutor-pagination-numbers .page-numbers.next:hover { + background-color: var(--tutor-color-primary); + border-color: transparent; + color: var(--bb-content-background-color); +} +.tutor-pagination ul.tutor-pagination-numbers .page-numbers.prev { + margin-right: 0; +} +.tutor-pagination ul.tutor-pagination-numbers .page-numbers [class^="tutor-icon-"] { + font-size: 18px; + font-weight: 300; +} + +/* Course Card */ +.tutor-course-card .tutor-course-name, +.tutor-course-card .tutor-course-name a { + color: var(--bb-headings-color); + font-size: 16px; + margin-bottom: 15px; +} +.tutor-course-card .tutor-course-thumbnail .tutor-card-image-top { + border-radius: var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0; +} +.tutor-course-card .tutor-bundle-course-count-badge { + font-size: 14px; + background-color: var(--tutor-color-primary); +} +.tutor-course-card .tutor-btn-outline-primary { + color: var(--bb-headings-color); + background-color: var(--bb-content-background-color); + border-color: var(--tutor-border-color); + font-weight: 500; +} +.tutor-course-card .tutor-btn-outline-primary:hover { + color: var(--bb-content-background-color); + background-color: var(--tutor-color-primary); + border-color: var(--tutor-color-primary); +} +.tutor-course-card .tutor-course-bookmark > a { + background-color: rgba(0, 0, 0, 0.1); + border-color: transparent; +} +.tutor-course-card .tutor-course-bookmark > a .tutor-icon-bookmark-line, +.tutor-course-card .tutor-course-bookmark > a .tutor-icon-bookmark-bold { + color: var(--bb-content-background-color); + font-family: "bb-icons" !important; + /* stylelint-disable-line */ + font-size: 18px; + font-weight: 300; +} +.tutor-course-card .tutor-course-bookmark > a .tutor-icon-bookmark-line:before, +.tutor-course-card .tutor-course-bookmark > a .tutor-icon-bookmark-bold:before { + content: "\e872"; +} +.tutor-course-card .tutor-course-bookmark > a .tutor-icon-bookmark-line { + font-weight: 400; +} +.tutor-course-card .tutor-course-bookmark > a:hover { + background-color: rgba(0, 0, 0, 0.3); +} +.tutor-course-card .tutor-meta > * { + color: var(--tutor-body-color); +} +.tutor-course-card .tutor-meta a { + color: var(--bb-headings-color); +} +.tutor-course-card .tutor-card-footer { + min-height: 70px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.tutor-course-card .tutor-card-footer > * { + width: 100%; +} +.tutor-course-card .tutor-card-footer .list-item-price .price { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-flow: row-reverse; + flex-flow: row-reverse; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-column-gap: 8px; + column-gap: 8px; +} +.tutor-course-card .tutor-card-footer .list-item-price .price del .amount { + color: var(--tutor-body-color); + font-size: 14px; + font-weight: 400; +} +.tutor-course-card .tutor-card-footer .list-item-price .price .amount { + color: var(--bb-headings-color); + font-size: 18px; + font-weight: 600; +} +.tutor-course-card .tutor-card-footer .list-item-button .add_to_cart_button { + border: 0; + padding: 0; +} +.tutor-course-card .tutor-card-footer .list-item-button .add_to_cart_button .cart-text { + opacity: 0; + height: 0; + width: 0; + overflow: hidden; +} +.tutor-course-card .tutor-card-footer .list-item-button .add_to_cart_button .tutor-icon-cart-line { + color: var(--tutor-body-color); + font-family: "bb-icons" !important; + /* stylelint-disable-line */ + font-size: 24px; + font-weight: 400; +} +.tutor-course-card .tutor-card-footer .list-item-button .add_to_cart_button .tutor-icon-cart-line:before { + content: "\ef1b"; +} +.tutor-course-card .tutor-card-footer .list-item-button .add_to_cart_button:focus, .tutor-course-card .tutor-card-footer .list-item-button .add_to_cart_button:active, .tutor-course-card .tutor-card-footer .list-item-button .add_to_cart_button:hover { + color: var(--tutor-color-primary); + background-color: transparent; +} + +/* Calendar */ +#tutor_calendar_wrapper > .tutor-fs-5.tutor-color-black { + color: var(--bb-headings-color); + font-size: 1.5rem; + font-weight: 600; + line-height: 1.3; +} +#tutor_calendar_wrapper .tutor-calendar-wrapper { + border-radius: var(--bb-block-radius-inner); + background-color: var(--bb-content-background-color); + padding: 20px; +} +#tutor_calendar_wrapper .month-year { + gap: 8px; +} +#tutor_calendar_wrapper .tutor-custom-calendar .tutor-calendar-heading > div { + color: var(--bb-headings-color); + font-size: 12px; + font-weight: 500; +} +#tutor_calendar_wrapper .tutor-custom-calendar .tutor-calendar-body > div { + color: var(--tutor-body-color); +} +#tutor_calendar_wrapper .tutor-custom-calendar .tutor-calendar-body a { + color: var(--tutor-body-color); +} +#tutor_calendar_wrapper .tutor-calendar-events-wrapper { + border: 0; + background-color: transparent; +} +#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper { + padding: 0; +} +#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing > .icon-wrapper .tutor-icon-calender-line { + color: var(--tutor-body-color); + font-size: 24px; +} +#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing > .icon-wrapper > .tutor-fs-7 { + color: var(--bb-headings-color); + font-size: 16px; + font-weight: 500; +} +#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing .tutor-event-wrapper { + border-color: var(--tutor-border-color); + border-radius: var(--bb-block-radius-inner); + padding: 10px; +} +#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing .tutor-event-wrapper .meta-info i { + font-size: 20px; + font-weight: 400; +} +#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing .tutor-event-wrapper .meta-info .time { + color: var(--tutor-body-color); + font-size: 14px; + font-weight: 400; +} +#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing .tutor-event-wrapper .meta-info a { + color: var(--bb-headings-color); + font-size: 14px; + font-weight: 400; +} +#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing .tutor-event-wrapper.overdue { + border-color: rgba(var(--bb-danger-color-rgb), 15%); +} +#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing .tutor-event-wrapper.overdue .meta-info a { + color: var(--bb-danger-color); +} +#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing .tutor-event-wrapper.overdue .meta-info a i, +#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing .tutor-event-wrapper.overdue .meta-info a span, +#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing .tutor-event-wrapper.overdue .meta-info a strong, +#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing .tutor-event-wrapper.overdue .meta-info a .time { + color: var(--bb-danger-color); +} + +.tutor-calendar-dropdown .tutor-calendar-dropdown-label { + color: var(--bb-headings-color); + background-color: var(--bb-content-alternate-background-color); + padding: 8px 12px; +} +.tutor-calendar-dropdown .tutor-calendar-dropdown-label > svg { + opacity: 0.5; + margin-left: 0.5rem; +} +.tutor-calendar-dropdown .tutor-calendar-dropdown-list li { + color: var(--tutor-body-color); +} + +.tutor-calendar-searching { + max-width: 400px; +} + +.tutor-quiz-attempt-details-wrapper > .tutor-btn { + color: var(--tutor-body-color); +} +.tutor-quiz-attempt-details-wrapper > .tutor-btn .tutor-icon-previous { + font-family: "bb-icons" !important; + /* stylelint-disable-line */ + font-size: 22px; + font-weight: 400; + margin-right: 5px; +} +.tutor-quiz-attempt-details-wrapper > .tutor-btn .tutor-icon-previous:before { + content: "\e85f"; +} +.tutor-quiz-attempt-details-wrapper > .tutor-btn:hover { + color: var(--tutor-color-primary); +} +.tutor-quiz-attempt-details-wrapper .tutor-color-secondary { + color: var(--tutor-body-color); +} +.tutor-quiz-attempt-details-wrapper > .tutor-color-black, +.tutor-quiz-attempt-details-wrapper .header-title { + color: var(--bb-headings-color); +} +.tutor-quiz-attempt-details-wrapper .type .tooltip-icon:after { + content: "\eebc"; + font-family: "bb-icons" !important; + /* stylelint-disable-line */ + font-size: 14px; + font-weight: 100; +} +.tutor-quiz-attempt-details-wrapper .tutor-icon-angle-down { + font-family: "bb-icons" !important; + /* stylelint-disable-line */ + font-size: 24px; + font-weight: 300; +} +.tutor-quiz-attempt-details-wrapper .tutor-icon-angle-down:before { + content: "\e826"; +} + +.quiz-attempt-answers-wrap { + background-color: var(--bb-content-alternate-background-color); + border-radius: var(--bb-block-radius-inner); + padding: 48px 60px; + margin-top: 24px; +} + +.tutor-qna-single-question .tutor-qa-reply { + margin-top: 24px; +} + +.quiz-attempt-answers-wrap .attempt-header-quiz { + margin-top: 0; +} + +.tutor-dashboard-content .analytics-student-details .photo-area { + overflow: visible; + height: auto; + margin: 30px 0; +} +.tutor-dashboard-content .analytics-student-details .photo-area .cover-area { + display: none; +} +.tutor-dashboard-content .analytics-student-details .photo-area .pp-area { + top: unset; + padding: 0; +} +.tutor-dashboard-content .analytics-student-details .photo-area .pp-area .tutor-color-white, +.tutor-dashboard-content .analytics-student-details .photo-area .pp-area h3 { + color: var(--bb-headings-color); +} +.tutor-dashboard-content .tutor-analytics-wrapper .tutor-analytics-filter-tabs { + row-gap: 20px; +} +.tutor-dashboard-content .tutor-analytics-wrapper .tutor-analytics-filter-tabs .tutor-v2-date-range-picker { + -ms-flex-preferred-size: 45% !important; + flex-basis: 45% !important; +} +@media screen and (max-width: 800px) { + .tutor-dashboard-content .tutor-analytics-wrapper .tutor-analytics-filter-tabs { + -ms-flex-wrap: wrap; + flex-wrap: wrap; + } + .tutor-dashboard-content .tutor-analytics-wrapper .tutor-analytics-filter-tabs .tutor-v2-date-range-picker { + -ms-flex-preferred-size: 100% !important; + flex-basis: 100% !important; + } +} + +.tutor-qna-single-wrapper { + padding-right: 10px; + margin-right: -10px; +} + +.tutor-login-wrap, +#tutor-registration-wrap { + border-radius: var(--bb-block-radius); + background-color: var(--bb-content-background-color); + margin: 20px auto; +} +.tutor-login-wrap .tutor-alert, +#tutor-registration-wrap .tutor-alert { + color: var(--tutor-body-color); + background-color: var(--bb-content-background-color); + font-size: 15px; +} +.tutor-login-wrap .tutor-alert ul, +#tutor-registration-wrap .tutor-alert ul { + list-style: none; + margin: 0; +} +.tutor-login-wrap .lostmenot + div > .tutor-form-check, +#tutor-registration-wrap .lostmenot + div > .tutor-form-check { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.tutor-login-wrap .lostmenot + div > .tutor-form-check label, +#tutor-registration-wrap .lostmenot + div > .tutor-form-check label { + color: var(--bb-headings-color); +} + +.tutor-screen-frontend-dashboard .tutor-forgot-password-form, +.tutor-screen-frontend-dashboard .tutor-reset-password-form { + padding-top: 100px !important; +} + +/* React Date Picker */ +.react-datepicker-popper .react-datepicker { + background-color: var(--bb-content-background-color); + border-radius: var(--bb-block-radius-inner); +} +.react-datepicker-popper .react-datepicker .react-datepicker__navigation:hover { + background-color: transparent; +} +.tutor-react-datepicker__selects-range .react-datepicker-popper .react-datepicker .react-datepicker__current-month { + color: var(--bb-headings-color); +} +.tutor-react-datepicker__selects-range .react-datepicker-popper .react-datepicker .react-datepicker__custom-footer { + border-color: var(--tutor-border-color); +} +.tutor-react-datepicker__selects-range .react-datepicker-popper .react-datepicker .react-datepicker__custom-footer .react-datepicker__selected-days-count { + color: var(--bb-alternate-text-color); +} +.tutor-react-datepicker__selects-range .react-datepicker-popper .react-datepicker .react-datepicker__day--range-start, +.tutor-react-datepicker__selects-range .react-datepicker-popper .react-datepicker .react-datepicker__day--range-end { + color: var(--bb-primary-button-text-regular); +} +.react-datepicker-popper .react-datepicker .react-datepicker__day-name { + color: var(--bb-headings-color); + font-size: 12px; + font-weight: 500; +} +.react-datepicker-popper .react-datepicker .react-datepicker__day { + color: var(--tutor-body-color); + font-size: 14px; +} +.react-datepicker-popper .react-datepicker .react-datepicker__day--outside-month, +.react-datepicker-popper .react-datepicker .react-datepicker__day--disabled { + color: var(--bb-alternate-text-color); +} +.react-datepicker-popper .react-datepicker .react-datepicker__day--keyboard-selected { + color: var(--bb-primary-button-text-regular); +} +.react-datepicker-popper .react-datepicker .react-datepicker__day:not(.react-datepicker__day--keyboard-selected, .react-datepicker__day--selected, .react-datepicker__day--range-start, .react-datepicker__day--in-range):hover { + /* stylelint-disable-line */ + background: var(--bb-content-alternate-background-color); +} +.react-datepicker-popper .react-datepicker .tutor-btn-outline-primary { + background-color: var(--bb-primary-button-background-regular); + color: var(--bb-primary-button-text-regular); + border: 1px solid var(--bb-primary-button-border-regular); + -webkit-transition: all linear 0.2s; + transition: all linear 0.2s; + background-color: var(--tutor-color-primary); + border-color: var(--tutor-color-primary); +} +.react-datepicker-popper .react-datepicker .tutor-btn-outline-primary:focus { + box-shadow: var(--bb-primary-button-focus-shadow); +} +.react-datepicker-popper .react-datepicker .tutor-btn-outline-primary:hover, .react-datepicker-popper .react-datepicker .tutor-btn-outline-primary:focus, .react-datepicker-popper .react-datepicker .tutor-btn-outline-primary: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); + background-color: var(--tutor-color-primary-hover); + border-color: var(--tutor-color-primary-hover); +} + +/* UI Date Picker */ +.ui-timepicker-div .ui_tpicker_time_input { + border-radius: 0; +} + +.tutor-modal-open .ui-datepicker .ui-datepicker-buttonpane button { + padding: 5px 15px; + font-size: 14px; + margin: 0 3px; +} + +/* Tutor Announcement Modal */ +@media screen and (max-width: 800px) { + .tutor-announcements-form + .tutor-modal { + min-height: auto; + max-height: -webkit-calc(100% - 98px); + max-height: calc(100% - 98px); + height: auto; + } + .tutor-announcements-form + .tutor-modal .tutor-modal-window { + margin: 0 auto; + } +} +.bb-template-v2 .tutor-dropdown .tutor-dropdown-item { + border-radius: 6px; +} +.bb-template-v2 .tutor-dropdown .tutor-dropdown-item > span { + color: var(--tutor-body-color); +} +.bb-template-v2 .tutor-modal-footer { + border-top: 0; +} + +[class^="tutor-icon-"], +[class*=" tutor-icon-"] { + font-family: bb-icons !important; +} + +.tutor-icon-external-link:before { + content: "\ee68"; +} + +.tutor-icon-search:before { + content: "\ef10"; +} + +.tutor-icon-calender-line:before { + content: "\e803"; +} + +.tutor-icon-import-o:before { + content: "\ee57"; +} + +.tutor-icon-times:before { + content: "\e828"; +} + +.tutor-icon-circle-info-o:before { + content: "\eebc"; + font-weight: 100; +} + +.tutor-icon-circle-info:before { + content: "\eebc"; + font-weight: 100; +} + +.tutor-icon-kebab-menu:before { + content: "\ee5d"; +} + +.tutor-icon-edit:before { + content: "\ee5a"; +} + +.tutor-icon-user-line:before { + content: "\ef52"; +} + +.tutor-icon-clock-line:before { + content: "\e884"; +} + +.tutor-icon-angle-left:before { + content: "\e8ab"; +} + +.tutor-icon-angle-right:before { + content: "\e827"; +} + +.tutor-icon-image-landscape:before { + content: "\eeb4"; +} + +.tutor-icon-brand-zoom:before, +.tutor-icon-brand-zoom-o:before { + content: "\edfd"; +} + +.tutor-icon-angle-down:before { + content: "\e826"; +} + +.tutor-icon-angle-up:before { + content: "\e87c"; +} + +.tutor-icon-eye-line:before, +.tutor-icon-eye-bold:before { + content: "\ee69"; +} + +.tutor-icon-eye-slash-line:before, +.tutor-icon-eye-slash-bold:before { + content: "\ee6a"; +} + +.tutor-icon-eye-slash-bold:before { + font-weight: 300; +} + +.tutor-icon-eye-bold:before { + font-weight: 300; +} + +.tutor-icon-document-text:before { + content: "\ee74"; +} + +.tutor-icon-mortarboard:before { + content: "\eeac"; +} + +.tutor-icon-refresh-o:before { + content: "\ef07"; +} + +.tutor-icon-ribbon-o:before { + content: "\e865"; +} + +.tutor-icon-level:before { + content: "\ef20"; +} + +.tutor-icon-purchase-mark:before { + content: "\ef1b"; +} + +.tutor-icon-star-bold:before { + content: "\ef32"; + font-weight: 300; +} + +.tutor-icon-star-half-bold:before { + content: "\ef33"; + font-weight: 300; +} + +.tutor-icon-star-line:before { + content: "\ef32"; +} + +.tutor-icon-bookmark-line:before { + content: "\e872"; +} + +.tutor-icon-share:before { + content: "\ef14"; +} + +.tutor-icon-left:before { + content: "\e8ab"; +} + +.tutor-icon-circle-mark-line:before { + content: "\e876"; + font-weight: 100; +} + +.tutor-icon-bullet-point:before { + content: "\e881"; +} + +.tutor-icon-plus-o:before, +.tutor-icon-plus:before { + content: "\eef9"; +} + +.tutor-icon-brand-youtube-bold:before { + content: "\ee0b"; + font-weight: 100; +} + +.tutor-icon-circle-question-mark:before { + content: "\eeff"; + font-weight: 100; +} + +.tutor-icon-warning::before { + content: "\ee66"; +} + +.tutor-icon-mortarboard-o:before { + content: "\eeac"; +} + +.tutor-icon-bookmark-bold:before { + content: "\e872"; +} + +.tutor-icon-calender-line:before { + content: "\e803"; +} + +.tutor-icon-bullhorn:before { + content: "\ee03"; +} + +.tutor-icon-chart-pie:before { + content: "\ee15"; +} + +.tutor-icon-gear:before { + content: "\ee27"; +} + +.tutor-icon-signout:before { + content: "\ef23"; +} + +.tutor-icon-trash-can:before, +.tutor-icon-trash-can-line:before { + content: "\ef48"; +} + +.tutor-icon-trash-can-bold:before { + content: "\ef48"; + font-weight: 300; +} + +.tutor-icon-archive:before { + content: "\e976"; +} + +.tutor-icon-copy-text:before { + content: "\ee3b"; +} + +.tutor-icon-copy:before { + content: "\ee3b"; +} + +.tutor-icon-print:before { + content: "\eefe"; +} + +.tutor-icon-lock-line::before { + content: "\eecd"; +} + +.tutor-icon-previous:before { + content: "\e85f"; +} + +.tutor-icon-next:before { + content: "\e860"; +} + +.tutor-icon-minus:before, +.tutor-icon-minus-o:before { + content: "\eed8"; +} + +.tutor-icon-download:before { + content: "\e889"; +} + +.tutor-icon-assignment:before { + content: "\ee74"; +} + +.tutor-icon-certificate-landscape:before { + content: "\e975"; +} + +.tutor-icon-quiz-o:before { + content: "\eeff"; + font-weight: 100; +} + +.tutor-icon-camera:before { + content: "\ee06"; +} + +.tutor-icon-circle-mark-o:before { + content: "\e876"; + font-weight: 200; +} + +.tutor-icon-clipboard-list:before { + content: "\e882"; +} + +.tutor-icon-brand-google-meet:before { + content: "\ef65"; +} + +.tutor-icon-paperclip:before { + content: "\eee6"; +} + +.tutor-icon-certificate-portrait:before { + content: "\e975"; +} + +.tutor-icon-plus-square:before { + content: "\eef9"; + font-weight: 500; +} + +.tutor-icon-save-line:before { + content: "\ef0e"; +} + +.tutor-icon-clock-line-o:before { + content: "\e884"; + font-weight: 400; +} + +.tutor-icon-clipboard:before { + content: "\e882"; +} + +.tutor-icon-envelope::before { + content: "\ee62"; +} + +.tutor-icon-important-line::before, +.tutor-icon-important-bold:before { + content: "\ef32"; +} + +.tutor-icon-important-bold:before { + font-weight: 300; +} + +.tutor-icon-circle-mark:before { + content: "\e876"; + font-weight: 100; +} + +.tutor-icon-mark:before { + content: "\e876"; +} + +.tutor-icon-hamburger-menu:before, +.tutor-icon-hamburger-o:before { + content: "\e858"; +} + +.tutor-icon-question:before { + content: "\eeff"; + font-weight: 100; +} + +.tutor-icon-book-open-o:before { + content: "\e96f"; +} + +.tutor-icon-video-camera-o:before { + content: "\ef65"; +} + +.tutor-icon-cart-line:before, +.tutor-icon-cart-filled:before { + content: "\ef1b"; +} + +.tutor-icon-refresh:before { + content: "\ef07"; +} + +.tutor-form-select-with-icon.select-success .icon1:before { + content: "\ee69"; + font-weight: 400; +} + +.tutor-form-select-with-icon.select-default .icon1:before { + content: "\ee7a"; + font-weight: 400; +} + +.tutor-icon-layer:before { + content: "\eec3"; +} + +.tutor-icon-minimize:before { + content: "\eed5"; +} + +.tutor-quiz-type-icon.tutor-icon-circle-half:before { + content: "\eda6"; +} +.tutor-quiz-type-icon.tutor-icon-mark:before { + content: "\e881"; + font-weight: 300; +} +.tutor-quiz-type-icon.tutor-icon-double-mark:before { + content: "\e876"; +} +.tutor-quiz-type-icon.tutor-icon-text-width:before { + content: "\e859"; +} +.tutor-quiz-type-icon.tutor-icon-hourglass:before { + content: "\eed8"; +} +.tutor-quiz-type-icon.tutor-icon-arrow-right-left:before { + content: "\ee64"; +} +.tutor-quiz-type-icon.tutor-icon-images:before { + content: "\eeb5"; +} +.tutor-quiz-type-icon.tutor-icon-camera:before { + content: "\ee06"; +} + +.tutor-icon-ordering-z-a:before { + content: "\ef28"; +} + +.tutor-icon-report-time:before { + content: "\ee74"; +} + +.tutor-icon-receipt-line:before { + content: "\ef06"; +} + +.tutor-icon-user-bold:before { + content: "\ef52"; + font-weight: 300; +} + +.tutor-icon-bell-bold:before { + content: "\e967"; + font-weight: 300; +} + +.tutor-icon-instructor:before { + content: "\ef55"; +} + +.tutor-icon-open-envelope:before { + content: "\ee63"; +} + +.tutor-icon-puzzle:before { + content: "\ef01"; +} + +.tutor-icon-dashboard:before { + content: "\ee12"; +} + +.tutor-icon-comment:before { + content: "\ee33"; +} + +.tutor-icon-circle-times-bold:before { + content: "\e828"; + font-weight: 200; +} + +.tutor-icon-circle-times-line:before { + content: "\e828"; + font-weight: 100; +} + +.tutor-icon-slider-vertical:before { + content: "\ef25"; +} + +.tutor-icon-message-unread:before { + content: "\ee62"; +} + +.tutor-icon-brand-facebook:before { + content: "\e807"; + font-weight: 300; +} + +.tutor-icon-brand-twitter:before { + content: "\edf4"; + font-weight: 300; +} + +.tutor-icon-brand-linkedin:before { + content: "\eddf"; + font-weight: 300; +} + +.tutor-icon-circle-warning-outline:before { + content: "\eebc"; + font-weight: 100; +} + +.tutor-icon-coding:before, +.tutor-icon-shortcode::before, +.tutor-icon-brand-html5-bold:before { + content: "\ee25"; +} + +.tutor-icon-brand-html5-bold:before { + content: "\ee25"; +} + +.tutor-icon-brand-youtube-line:before { + content: "\edfc"; +} + +.tutor-icon-brand-vimeo-line:before { + content: "\edf5"; +} + +.tutor-icon-link:before { + content: "\eec8"; +} + +.tutor-icon-export:before { + content: "\e9e8"; +} + +.tutor-icon-pencil:before { + content: "\eeec"; +} + +.tutor-icon-add-group:before { + content: "\ea0c"; +} + +.tutor-course-topic-single-body { + background-color: var(--bb-body-background-color); +} +.tutor-course-topic-single-body .tutor-lesson-feature-image { + padding: 24px 60px 0; +} +.tutor-course-topic-single-body .tutor-lesson-feature-image img { + width: 100%; + border-radius: var(--bb-block-radius-inner); +} +.tutor-course-topic-single-body .tutor-course-spotlight-wrapper .tutor-nav:not(.tutor-nav-pills, .tutor-nav-tabs) { + border-bottom-color: transparent; +} +.tutor-course-topic-single-body .tutor-course-spotlight-wrapper .tutor-nav:not(.tutor-nav-pills, .tutor-nav-tabs) .tutor-nav-item:not(:last-child) { + margin-right: 20px; +} +.tutor-course-topic-single-body .tutor-course-spotlight-wrapper .tutor-nav:not(.tutor-nav-pills, .tutor-nav-tabs) .tutor-nav-link { + padding: 10px 8px 10px 0; + border-bottom-width: 2px; +} +.tutor-course-topic-single-body .tutor-course-spotlight-wrapper .tutor-nav:not(.tutor-nav-pills, .tutor-nav-tabs) .tutor-nav-link [class*="tutor-icon-"] { + font-size: 24px; + margin-right: 5px; +} +.tutor-course-topic-single-body .tutor-course-spotlight-wrapper .tutor-nav:not(.tutor-nav-pills, .tutor-nav-tabs) .tutor-nav-link.is-active { + font-weight: 500; +} + +.tutor-course-topic-single-header form { + margin: 0; +} +.tutor-course-topic-single-header .tutor-iconic-btn .tutor-icon-times { + font-size: 24px; +} +.tutor-course-topic-single-header .tutor-course-topics-sidebar-toggler { + font-size: 20px; +} + +.tutor-course-single-sidebar-wrapper { + background-color: var(--bb-content-background-color); +} +.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header { + border-radius: 0; +} +.tutor-course-single-sidebar-wrapper .tutor-course-single-sidebar-title { + border: 0; + padding: 20px 20px 10px; +} +.tutor-course-single-sidebar-wrapper .tutor-course-single-sidebar-title .tutor-color-secondary { + color: var(--bb-headings-color); + font-size: 14px; + font-weight: 600; + text-transform: uppercase; + opacity: 0.6; + height: auto; +} +.tutor-course-single-sidebar-wrapper .tutor-course-topic { + padding: 5px 20px; +} +.tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header { + border: 0; + border-radius: var(--bb-block-radius-inner); +} +.tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header .tutor-course-topic-title-info { + top: 0; +} +.tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header .tutor-course-topic-title { + color: var(--bb-headings-color); + font-size: 16px; + font-weight: 500; +} +.tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header:after { + color: var(--bb-alternate-text-color); + font-size: 24px; +} +.tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header:hover { + background-color: var(--bb-content-alternate-background-color); +} +.tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header.is-active { + background-color: var(--tutor-color-primary); +} +.tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header.is-active:after, +.tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header.is-active .tutor-course-topic-title, +.tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header.is-active .tutor-course-topic-summary, +.tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header.is-active .tutor-course-topic-title-info-icon { + color: var(--bb-sidenav-count-text-color-hover); +} +.tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-body { + padding-left: 20px; + margin-top: 10px; +} +.tutor-course-single-sidebar-wrapper .tutor-course-topic-item a { + padding: 12px 15px; + border-radius: var(--bb-block-radius-inner); +} +.tutor-course-single-sidebar-wrapper .tutor-course-topic-item a:hover { + background-color: var(--bb-content-alternate-background-color); + color: inherit; +} +.tutor-course-single-sidebar-wrapper .tutor-course-topic-item .tutor-course-topic-item-title { + color: var(--bb-headings-color); + font-weight: 400; +} +.tutor-course-single-sidebar-wrapper .tutor-course-topic-item .tutor-course-topic-item-icon { + color: var(--bb-alternate-text-color); +} +.tutor-course-single-sidebar-wrapper .tutor-accordion-item-body { + padding-top: 0; + padding-bottom: 0; +} +.tutor-course-single-sidebar-wrapper .tutor-course-topic-item.is-active .tutor-course-topic-item-title, .tutor-course-single-sidebar-wrapper .tutor-course-topic-item:hover .tutor-course-topic-item-title { + color: var(--bb-headings-color); +} +.tutor-course-single-sidebar-wrapper .tutor-course-topic-item.is-active .tutor-course-topic-item-icon, .tutor-course-single-sidebar-wrapper .tutor-course-topic-item:hover .tutor-course-topic-item-icon { + color: var(--bb-alternate-text-color); +} +.tutor-course-single-sidebar-wrapper .tutor-course-topic-item .tutor-form-check-circle[checked] { + background-color: var(--tutor-color-primary); + border-color: var(--tutor-color-primary); +} +.tutor-course-single-sidebar-wrapper .tutor-course-topic-item .tutor-course-topic-item-duration { + font-weight: 400; +} + +.tutor-spotlight-mobile-progress-complete { + background-color: var(--bb-content-background-color); +} +.tutor-spotlight-mobile-progress-complete .tutor-topbar-complete-btn form { + margin-bottom: 0; +} + +.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header { + color: var(--bb-headings-color); + background-color: var(--bb-content-background-color); + box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.05); +} +.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-iconic-btn-secondary { + background-color: var(--bb-content-alternate-background-color); + color: var(--bb-body-text-color); +} +.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-iconic-btn { + color: var(--bb-alternate-text-color); +} +.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-course-topic-single-header-title { + font-size: 18px; + font-weight: 600; +} +.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-topbar-mark-btn { + color: var(--bb-headings-color); + border-color: var(--tutor-border-color); +} +.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-topbar-mark-btn:hover { + color: var(--bb-content-background-color); + background-color: var(--tutor-color-primary); + border-color: transparent; +} +.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-footer { + background-color: var(--bb-content-alternate-background-color); + border-top-color: transparent; +} +@media screen and (min-width: 1200px) { + .tutor-course-single-content-wrapper #tutor-single-entry-content { + padding-top: 60px; + } + .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header { + position: fixed; + right: 0; + left: 370px; + z-index: 99; + top: var(--bb-header-height); + -webkit-transition: left 0.2s; + transition: left 0.2s; + } + .admin-bar .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header { + top: -webkit-calc(var(--bb-header-height) + 32px); + top: calc(var(--bb-header-height) + 32px); + } + .buddypanel-open .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header { + left: 600px; + } + .buddypanel-open.bb-buddypanel-right .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header { + -webkit-transition: right 0.2s; + transition: right 0.2s; + left: 370px; + right: 230px; + } +} +@media screen and (max-width: 544px) { + .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-course-topic-single-header-title { + font-size: 16px; + } +} +.tutor-course-single-content-wrapper .tutor-course-topic-single-footer .tutor-btn { + padding: 8px 22px; + font-size: 16px; + background-color: var(--bb-content-background-color); + color: var(--bb-headings-color); + border: 1px solid var(--bb-content-border-color); +} +.tutor-course-single-content-wrapper .tutor-course-topic-single-footer .tutor-btn:focus { + box-shadow: var(--bb-outline-button-focus-shadow); +} +.tutor-course-single-content-wrapper .tutor-course-topic-single-footer .tutor-btn: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); +} +.tutor-course-single-content-wrapper .tutor-course-topic-single-footer .tutor-btn:focus { + box-shadow: none; +} +.tutor-course-single-content-wrapper .tutor-course-topic-single-footer .tutor-btn[disabled] { + background-color: var(--bb-content-background-color); + color: var(--bb-headings-color); + border: 1px solid var(--bb-content-border-color); + opacity: 0.5; + pointer-events: none; + cursor: default; +} +.tutor-course-single-content-wrapper .tutor-course-topic-single-footer .tutor-single-course-content-next .tutor-icon-next:before { + content: "\e827"; +} +.tutor-course-single-content-wrapper .tutor-course-topic-single-footer .tutor-single-course-content-prev .tutor-icon-previous:before { + content: "\e8ab"; +} +@media screen and (min-width: 1200px) { + .tutor-course-single-content-wrapper.tutor-course-single-sidebar-hidden #tutor-single-entry-content .tutor-course-topic-single-header { + left: 0; + } + .buddypanel-open .tutor-course-single-content-wrapper.tutor-course-single-sidebar-hidden #tutor-single-entry-content .tutor-course-topic-single-header { + left: 230px; + } + .bb-buddypanel-right.buddypanel-open .tutor-course-single-content-wrapper.tutor-course-single-sidebar-hidden #tutor-single-entry-content .tutor-course-topic-single-header { + left: 0; + } +} + +@media screen and (max-width: 1200px) { + .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-iconic-btn { + font-size: 22px; + } + + .tutor-course-single-sidebar-wrapper .tutor-course-single-sidebar-title .tutor-iconic-btn { + font-size: 22px; + } +} +.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card, +.tutor-course-attachment.tutor-card, +#tutor-assignment-wrap .tutor-instructor-card { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-flow: row; + flex-flow: row; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + background-color: var(--bb-content-alternate-background-color); + border: 1px solid transparent; + border-radius: var(--bb-block-radius-inner); + padding: 12px 17px; +} +.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card > .tutor-card-body, +.tutor-course-attachment.tutor-card > .tutor-card-body, +#tutor-assignment-wrap .tutor-instructor-card > .tutor-card-body { + padding: 0 0 0 12px; + max-width: -webkit-calc(100% - 40px); + max-width: calc(100% - 40px); +} +.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card > .tutor-card-body > .tutor-row, +.tutor-course-attachment.tutor-card > .tutor-card-body > .tutor-row, +#tutor-assignment-wrap .tutor-instructor-card > .tutor-card-body > .tutor-row { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card .tutor-icard-content .tutor-color-secondary, +.tutor-course-attachment.tutor-card .tutor-icard-content .tutor-color-secondary, +#tutor-assignment-wrap .tutor-instructor-card .tutor-icard-content .tutor-color-secondary { + color: var(--bb-headings-color); + font-size: 14px; + font-weight: 500; +} +.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card .tutor-icard-content .tutor-color-secondary a, +.tutor-course-attachment.tutor-card .tutor-icard-content .tutor-color-secondary a, +#tutor-assignment-wrap .tutor-instructor-card .tutor-icard-content .tutor-color-secondary a { + color: var(--bb-headings-color); +} +.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card .tutor-fs-7, +.tutor-course-attachment.tutor-card .tutor-fs-7, +#tutor-assignment-wrap .tutor-instructor-card .tutor-fs-7 { + color: var(--bb-alternate-text-color); + font-size: 13px; +} +.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card:before, +.tutor-course-attachment.tutor-card:before, +#tutor-assignment-wrap .tutor-instructor-card:before { + content: "\ee6e"; + color: var(--bb-alternate-text-color); + font-family: bb-icons; + font-size: 38px; + font-weight: 300; +} +.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card:hover, +.tutor-course-attachment.tutor-card:hover, +#tutor-assignment-wrap .tutor-instructor-card:hover { + border-color: var(--tutor-border-color); +} +.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card:hover .tutor-iconic-btn, +.tutor-course-attachment.tutor-card:hover .tutor-iconic-btn, +#tutor-assignment-wrap .tutor-instructor-card:hover .tutor-iconic-btn { + opacity: 1; + visibility: visible; +} +.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card .tutor-iconic-btn, +.tutor-course-attachment.tutor-card .tutor-iconic-btn, +#tutor-assignment-wrap .tutor-instructor-card .tutor-iconic-btn { + background-color: var(--bb-content-background-color); + border-color: var(--tutor-border-color); + border-radius: var(--bb-block-radius-inner); + opacity: 0; + visibility: hidden; +} +.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card .tutor-iconic-btn .tutor-icon-times, +.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card .tutor-iconic-btn .tutor-icon-download, +.tutor-course-attachment.tutor-card .tutor-iconic-btn .tutor-icon-times, +.tutor-course-attachment.tutor-card .tutor-iconic-btn .tutor-icon-download, +#tutor-assignment-wrap .tutor-instructor-card .tutor-iconic-btn .tutor-icon-times, +#tutor-assignment-wrap .tutor-instructor-card .tutor-iconic-btn .tutor-icon-download { + font-size: 18px; + color: var(--bb-headings-color); + opacity: 0.4; +} +.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card .tutor-iconic-btn .tutor-icon-times:before, +.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card .tutor-iconic-btn .tutor-icon-download:before, +.tutor-course-attachment.tutor-card .tutor-iconic-btn .tutor-icon-times:before, +.tutor-course-attachment.tutor-card .tutor-iconic-btn .tutor-icon-download:before, +#tutor-assignment-wrap .tutor-instructor-card .tutor-iconic-btn .tutor-icon-times:before, +#tutor-assignment-wrap .tutor-instructor-card .tutor-iconic-btn .tutor-icon-download:before { + content: "\ee57"; +} +.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card .tutor-iconic-btn .tutor-icon-times:before, +.tutor-course-attachment.tutor-card .tutor-iconic-btn .tutor-icon-times:before, +#tutor-assignment-wrap .tutor-instructor-card .tutor-iconic-btn .tutor-icon-times:before { + content: "\e828"; +} + +.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-assignment-details .tutor-assignment-title { + font-weight: 600; +} +.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-assignment-details .tutor-assignment-detail-info .tutor-color-black { + font-weight: 600; +} + +.tutor-assignment-text-area .mce-tinymce, +.tutor-assignment-text-area .wp-editor-container { + border-radius: var(--bb-block-radius-inner); +} +.tutor-assignment-text-area #wp-tutor-global-text-editor-wrap div.mce-toolbar-grp { + border-radius: var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0; +} +.tutor-assignment-text-area .mce-statusbar { + border-radius: 0 0 var(--bb-block-radius-inner) var(--bb-block-radius-inner); +} + +/* stylelint-disable */ +#tutor-assignment-wrap.tutor-submit-assignment .tutor-assignment-submission .tutor-assignment-body .tutor-assignment-attachment { + background-color: var(--bb-content-alternate-background-color); + border-radius: var(--bb-block-radius-inner); +} + +#tutor-assignment-wrap .tutor-assignment-attachment #tutor-student-assignment-edit-file-preview .tutor-instructor-card { + background-color: var(--bb-content-background-color); +} + +/* stylelint-enable */ +/* Quiz Start */ +.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap { + background-color: var(--bb-body-background-color); +} +.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-start-quiz-wrapper { + background-color: var(--bb-content-background-color); + border-color: var(--tutor-border-color); + padding: 40px; +} +.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-start-quiz-wrapper .tutor-quiz-info-area { + margin: 30px 0; +} +.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-start-quiz-title { + padding-bottom: 5px; +} +.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-start-quiz-title .tutor-color-black { + font-weight: 600; +} +.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group #tutor-start-quiz { + margin-bottom: 0; +} +.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost { + 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); + padding: 6px 12px !important; +} +.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost:hover { + color: #1e2132; + background-color: rgba(255, 255, 255, 0.05); +} +.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost:active { + color: #1e2132; + background-color: rgba(255, 255, 255, 0.09); +} +.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost:disabled, .tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost.disabled { + color: #c8cbcf; + background-color: #f5f5f5; +} +.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost.outline { + background: none; + color: #fff; + border-color: #fff; +} +.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost.outline:hover { + color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.05); +} +.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost.outline:active { + color: rgba(255, 255, 255, 0.12); + border-color: rgba(255, 255, 255, 0.12); +} +.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost.outline:disabled, .tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost.outline.disabled { + background: #f5f5f5; + color: #dedfe2; + border-color: #dedfe2; + opacity: 1; +} +.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost:focus { + box-shadow: var(--bb-secondary-button-focus-shadow); +} +.bb-dark-theme .tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost:hover { + color: var(--bb-secondary-button-text-hover); + background-color: var(--bb-secondary-button-background-hover); + border-color: transparent; +} + +/* Quiz Layout */ +.tutor-quiz-wrapper { + margin-top: 40px; +} +.tutor-quiz-wrapper .quiz-meta-info > div .tutor-color-muted { + color: var(--bb-body-text-color); + font-size: 14px; +} +.tutor-quiz-wrapper .quiz-meta-info > div .tutor-fw-bold { + color: var(--bb-headings-color); + font-size: 14px; +} +.tutor-quiz-wrapper .quiz-meta-info .quiz-time-remaining { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.tutor-quiz-wrapper .quiz-meta-info .quiz-time-remaining .quiz-time-remaining-expired-circle { + width: 35px !important; + height: 21px !important; +} +.tutor-quiz-wrapper .quiz-meta-info .quiz-time-remaining .quiz-time-remaining-expired-circle svg { + width: 45px !important; + height: 45px !important; +} +.tutor-quiz-wrapper .quiz-meta-info .quiz-time-remaining #tutor-quiz-time-update { + text-align: left !important; + color: var(--bb-headings-color); + line-height: 1.4; +} +.tutor-quiz-wrapper .quiz-question .matching-quiz-question-desc p { + margin-bottom: 0; +} +.tutor-quiz-wrapper .answer_limit_desc { + color: var(--bb-body-text-color); + font-size: 13px; +} +.tutor-quiz-wrapper .quiz-question-ans-choice textarea.tutor-form-control { + min-height: 110px; +} +.tutor-quiz-wrapper .quiz-question-ans-choice-area.question-type-image_answering { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + gap: 25px; +} +.tutor-quiz-wrapper .quiz-question-ans-choice-area.question-type-image_answering .quiz-short-ans-image { + margin-bottom: 20px; +} +.tutor-quiz-wrapper .quiz-question-ans-choice-area.question-type-image_answering .tutor-image-answer img { + max-height: 250px; +} +.tutor-quiz-wrapper .quiz-question-ans-choice-area.question-type-single_choice .tutor-quiz-question-item-has-media .tutor-card-image { + max-height: 260px; +} +.tutor-quiz-wrapper .quiz-question-ans-choice-area .tutor-quiz-border-box { + background-color: var(--bb-content-background-color); +} +.tutor-quiz-wrapper .quiz-question-ans-choice-area .tutor-quiz-border-box .tutor-dragging-text-conent { + color: var(--bb-body-text-color); + font-size: 14px; + font-weight: 500; +} +.tutor-quiz-wrapper .quiz-question-ans-choice-area .tutor-quiz-border-box .tutor-icon-hamburger-menu { + color: var(--bb-alternate-text-color); + font-size: 24px; +} +.tutor-quiz-wrapper .quiz-question-ans-choice-area .tutor-dropzone { + border-color: var(--tutor-border-color); +} +.tutor-quiz-wrapper .quiz-question-ans-choice-area .tutor-dropzone .tutor-dragging-text-conent { + color: var(--bb-alternate-text-color); + font-size: 14px; + font-weight: 500; +} +.tutor-quiz-wrapper .tutor-quiz-wrap img { + border-radius: var(--bb-block-radius-inner); +} +.tutor-quiz-wrapper .fill-in-the-gap { + color: var(--bb-headings-color); + font-size: 14px; + font-weight: 500; +} +.tutor-quiz-wrapper .fill-in-the-gap .fill-blank { + border-bottom-color: var(--tutor-border-color) !important; + margin: 0 4px 10px !important; +} +.tutor-quiz-wrapper .fill-in-the-gap input { + border-radius: var(--bb-block-radius-inner) !important; +} +@media screen and (max-width: 544px) { + .tutor-quiz-wrapper .quiz-meta-info { + -ms-flex-wrap: wrap; + flex-wrap: wrap; + gap: 20px; + } + .tutor-quiz-wrapper .quiz-meta-info .quiz-meta-info-left { + gap: 10px; + } + .tutor-quiz-wrapper .tutor-quiz-btn-group { + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + } + .tutor-quiz-wrapper .tutor-quiz-btn-group .tutor-btn-ghost.tutor-ml-auto { + margin: 10px auto; + } +} + +/* Quiz Attempt */ +.tutor-quiz-wrap div > a.tutor-btn-ghost { + color: var(--bb-body-text-color); + font-size: 16px; +} +.tutor-quiz-wrap div > a.tutor-btn-ghost [class*="tutor-icon-"] { + color: var(--bb-alternate-text-color); + font-size: 24px; + margin-top: 2px; + margin-right: 4px; +} +.tutor-quiz-wrap .header-title { + font-size: 24px; + font-weight: 600; + margin-bottom: 15px; +} +.tutor-quiz-wrap .header-title + .tutor-d-flex { + -ms-flex-wrap: wrap; + flex-wrap: wrap; +} +.tutor-quiz-wrap .tutor-quiz-questions-pagination ul { + padding-left: 0; +} +.tutor-quiz-wrap .tutor-quiz-question-item .tutor-card { + border-radius: var(--bb-block-radius-inner); +} +.tutor-quiz-wrap input[type="checkbox"].tutor-form-check-input, +.tutor-quiz-wrap input[type="radio"].tutor-form-check-input { + height: 20px; + width: 20px; +} +.tutor-quiz-wrap input[type="checkbox"].tutor-form-check-input + .tutor-fs-6, +.tutor-quiz-wrap input[type="radio"].tutor-form-check-input + .tutor-fs-6 { + color: var(--bb-body-text-color); + font-size: 15px; + font-weight: 500; + line-height: 1; +} +.tutor-quiz-wrap .tutor-quiz-btn-group .tutor-quiz-answer-previous-btn { + color: var(--bb-headings-color); + background-color: var(--bb-content-background-color); + border-color: var(--tutor-border-color); +} +.tutor-quiz-wrap .tutor-quiz-btn-group .tutor-quiz-answer-previous-btn .tutor-icon-previous { + margin-right: 3px; +} +.tutor-quiz-wrap .tutor-quiz-btn-group .tutor-quiz-answer-previous-btn .tutor-icon-previous:before { + content: "\e8ab"; + font-size: 20px; +} +.tutor-quiz-wrap .tutor-quiz-btn-group .tutor-quiz-answer-previous-btn:hover { + color: var(--bb-primary-button-text-hover); + background-color: var(--tutor-color-primary); + border-color: transparent; +} +#tutor-single-entry-content .tutor-quiz-wrap .tutor-quiz-btn-group .tutor-btn-ghost.tutor-ml-auto { + color: var(--bb-alternate-text-color); + font-size: 15px; + font-weight: 500; + background-color: transparent; + border: 0; +} +#tutor-single-entry-content .tutor-quiz-wrap .tutor-quiz-btn-group .tutor-btn-ghost.tutor-ml-auto:hover { + color: var(--tutor-color-primary); +} + +.tutor-course-single-content-wrapper #tutor-single-entry-content #tutor-start-quiz { + margin-bottom: 0; +} +.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-flash-message .tutor-quiz-warning-box { + padding: 10px 15px; + border-radius: var(--bb-block-radius-inner); +} +.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-flash-message .tutor-quiz-warning-box .flash-action button { + background-color: var(--tutor-color-warning); +} +.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-flash-message .tutor-quiz-warning-box .flash-info span:first-child { + font-size: 22px; +} + +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-dashboard-builder-header { + background-color: var(--bb-general-content-background-color); + border-color: transparent; + box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.05); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-dashboard-builder-header #tutor-course-save-draft { + color: var(--bb-headings-color); + font-size: 16px; + font-weight: 500; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-dashboard-builder-header #tutor-course-save-draft [class*="tutor-icon-"] { + color: inherit; + font-size: 20px; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-dashboard-builder-header #tutor-course-save-draft:hover { + color: var(--tutor-color-primary); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-dashboard-builder-header .tutor-dashboard-builder-header-right [class*="tutor-icon-"] { + color: var(--bb-body-text-color); + font-size: 24px; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-upload-tips { + background-color: var(--bb-content-background-color); + border: 1px solid var(--tutor-border-color); + border-radius: var(--bb-block-radius); + padding: 20px; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-upload-tips h3 { + color: var(--bb-headings-color); + font-size: 16px; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-upload-tips ul { + padding: 0; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-upload-tips ul li { + font-size: 14px; + font-weight: 500; + margin-bottom: 15px; + padding-left: 20px; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-upload-tips ul li:after { + left: 0; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section .tutor-course-builder-section-title { + color: var(--bb-headings-color); + font-size: 18px; + font-weight: 600; + border-color: var(--tutor-border-color); + padding: 8px 0; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section .tutor-course-builder-section-title span { + color: inherit; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section .tutor-course-builder-section-title [class*="tutor-icon-"] { + color: var(--tutor-color-primary); + font-size: 28px; + vertical-align: middle; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section .tutor-course-field-label { + color: var(--bb-headings-color); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tooltip-wrap .tutor-form-control + .tutor-color-muted { + color: var(--bb-body-text-color); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #wp-course_description-editor-container { + border-color: var(--tutor-border-color); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #wp-course_description-editor-container .mce-top-part div.mce-toolbar-grp { + background-color: var(--bb-content-alternate-background-color); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .mce-toolbar .mce-ico { + color: var(--bb-headings-color); + opacity: 0.4; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-metabox-course-settings-tabs { + background-color: var(--bb-content-background-color); + border-color: var(--tutor-border-color); + border-radius: var(--bb-block-radius-inner); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-metabox-course-settings-tabs .course-settings-tabs-container .settings-tabs-navs-wrap { + background-color: var(--bb-content-alternate-background-color); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-metabox-course-settings-tabs .course-settings-tabs-container .settings-tabs-navs-wrap ul.settings-tabs-navs li a { + color: var(--bb-sidenav-text-regular); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-metabox-course-settings-tabs .course-settings-tabs-container .settings-tabs-navs-wrap ul.settings-tabs-navs li a i { + font-size: 24px; + opacity: 0.5; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-metabox-course-settings-tabs .course-settings-tabs-container .settings-tabs-navs-wrap ul.settings-tabs-navs li.active a { + background-color: var(--bb-content-background-color); + border-top-color: transparent; + border-bottom-color: transparent; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-metabox-course-settings-tabs .course-settings-tabs-container .settings-tabs-navs-wrap ul.settings-tabs-navs li:not(:first-child) a { + border-bottom: 1px solid var(--tutor-border-color); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-metabox-course-settings-tabs .course-settings-tabs-container .settings-tabs-container { + background-color: var(--bb-content-background-color); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-metabox-course-settings-tabs .course-settings-tabs-container .settings-tabs-container label.tutor-course-setting-label { + font-size: 14px; + font-weight: 400; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-thumbnail-uploader .thumbnail-preview { + border-radius: var(--bb-block-radius-inner) 0 0 var(--bb-block-radius-inner); + border: 0 !important; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-thumbnail-uploader .thumbnail-wrapper { + background-color: var(--bb-content-background-color); + border: 1px solid var(--tutor-border-color); + border-radius: var(--bb-block-radius-inner); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-thumbnail-uploader .tutor-thumbnail-upload-button { + color: var(--bb-headings-color); + background-color: var(--bb-content-background-color); + border-color: var(--tutor-border-color); + font-weight: 500; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-thumbnail-uploader .tutor-thumbnail-upload-button [class*="tutor-icon-"] { + font-size: 20px; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-thumbnail-uploader .tutor-thumbnail-upload-button:hover { + color: var(--bb-content-background-color); + background-color: var(--tutor-color-primary); + border-color: var(--tutor-color-primary); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section-content .tutor-video-upload-wrap .tutor-dropdown-icon-pack i { + font-size: 18px; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section-content .tutor-video-upload-wrap .video_source_wrap_html5, +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section-content .tutor-video-upload-wrap .tutor-dashed-uploader { + border: 0; + background-color: var(--bb-content-background-color); + border-radius: var(--bb-block-radius); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section-content .tutor-video-upload-wrap .video_source_wrap_html5 .video-metabox-source-html5-upload { + background-color: var(--bb-content-background-color); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section-content .video-upload-icon .tutor-icon-upload-icon-line:before { + content: "\ee24"; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap, +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap { + background-color: var(--bb-content-background-color); + border-color: var(--tutor-border-color); + border-radius: var(--bb-block-radius-inner); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topic-title, +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topic-title { + background-color: var(--tutor-table-header-background); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topic-title .tutor-icon-hamburger-menu:before, +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topic-title .tutor-icon-hamburger-menu:before { + content: "\e9fd"; + color: var(--bb-alternate-text-color); + font-size: 20px; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topic-title .topic-inner-title, +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topic-title .topic-inner-title { + color: var(--bb-headings-color); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topic-title .tutor-iconic-btn, +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topic-title .tutor-iconic-btn { + color: var(--bb-alternate-text-color); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topic-title .expand-collapse-wrap, +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topic-title .expand-collapse-wrap { + color: var(--bb-alternate-text-color); + font-size: 22px; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topic-title .expand-collapse-wrap.is-expanded, +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topic-title .expand-collapse-wrap.is-expanded { + background-color: var(--tutor-table-header-background); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body, +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body { + background-color: var(--bb-content-background-color); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .course-content-item, +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .course-content-item { + border-color: transparent; + border-radius: var(--bb-block-radius-inner); + margin-bottom: 5px; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .course-content-item:hover, +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .course-content-item:hover { + background-color: var(--bb-content-alternate-background-color); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .course-content-item .tutor-icon-hamburger-menu, +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .course-content-item .tutor-icon-hamburger-menu { + padding-left: 0; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .course-content-item .tutor-icon-hamburger-menu:before, +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .course-content-item .tutor-icon-hamburger-menu:before { + content: "\e9fd"; + color: var(--bb-alternate-text-color); + font-size: 20px; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .course-content-item .open-tutor-lesson-modal, +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .course-content-item .open-tutor-lesson-modal { + color: var(--bb-headings-color); + font-size: 14px; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .course-content-item .tutor-icon-hamburger-menu, +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .course-content-item .tutor-icon-hamburger-menu { + content: "\e9fd"; + color: var(--bb-alternate-text-color); + font-size: 20px; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap, +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap { + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-btn, +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-btn { + color: var(--bb-headings-color); + font-size: 15px; + font-weight: 500; + background-color: var(--bb-content-background-color); + border-color: var(--tutor-border-color); + padding: 8px 20px; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-btn [class*="tutor-icon-"], +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-btn [class*="tutor-icon-"] { + font-size: 18px; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-btn:hover, +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-btn:hover { + color: var(--bb-content-background-color); + background-color: var(--tutor-color-primary); + border-color: var(--tutor-color-primary); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-import-quiz-button, +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-import-quiz-button { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + width: 100%; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-import-quiz-button input[type="file"], +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-import-quiz-button input[type="file"] { + background-color: var(--bb-content-alternate-background-color); + padding: 12px; + margin-right: 10px; + max-width: 100%; +} +@media screen and (max-width: 800px) { + body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-import-quiz-button, + body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-import-quiz-button { + -ms-flex-wrap: wrap; + flex-wrap: wrap; + gap: 10px; + } +} +@media screen and (max-width: 544px) { + body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root .tutor-quiz-builder-modal-wrap #quiz-builder-tab-settings > .tutor-mb-32 > .tutor-row { + -ms-flex-wrap: wrap; + flex-wrap: wrap; + row-gap: 15px; + } + body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root .tutor-quiz-builder-modal-wrap #quiz-builder-tab-settings > .tutor-mb-32 > .tutor-row .tutor-col-3 { + width: 50%; + } + body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root .tutor-quiz-builder-modal-wrap #quiz-builder-tab-settings > .tutor-mb-32 > .tutor-row .tutor-col-6 { + width: 100%; + } + body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section #tutor-zoom-meeting-modal-form .meeting-modal-form-wrap > .tutor-row { + -ms-flex-flow: column; + flex-flow: column; + } + body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section #tutor-zoom-meeting-modal-form .meeting-modal-form-wrap > .tutor-row > .tutor-col-6 { + width: 100%; + } + body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section #tutor-zoom-meeting-modal-form .meeting-modal-form-wrap > .tutor-row > .tutor-col-6 + .tutor-col-6 { + margin-top: 10px; + } +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-google-meet-meta-box-wrapper .tutor-google-meet-list-item { + border-color: var(--tutor-border-color); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-google-meet-meta-box-wrapper .tutor-google-meet-create-wrap > .tutor-align-center .tutor-icon-brand-google-meet { + color: var(--tutor-color-primary) !important; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor_course_instructor_modal .tutor-search-result, +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-available-instructors .added-instructor-item { + background-color: var(--bb-content-background-color); + border-color: var(--tutor-border-color); + border-radius: var(--bb-block-radius-inner); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor_course_instructor_modal .tutor-search-result .tutor-instructor-delete-btn, +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-available-instructors .added-instructor-item .tutor-instructor-delete-btn { + color: var(--bb-alternate-text-color); + font-size: 18px; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-certificates .tutor-course-certificate-tabs { + background-color: var(--bb-content-alternate-background-color); + padding: 8px; + border-radius: var(--bb-block-radius); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-certificates .tutor-course-certificate-tabs .tutor-nav-link { + color: var(--bb-headings-color); + font-size: 16px; + font-weight: 500; + background-color: transparent; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-certificates .tutor-course-certificate-tabs .tutor-nav-link .tutor-icon-certificate-landscape:before { + content: "\eda6"; + font-size: 20px; + font-weight: 500; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-certificates .tutor-course-certificate-tabs .tutor-nav-link .tutor-icon-certificate-portrait:before { + content: "\eda7"; + font-size: 20px; + font-weight: 500; +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-certificates .tutor-course-certificate-tabs .tutor-nav-link.is-active { + background-color: var(--bb-content-background-color); + border-color: var(--tutor-border-color); +} +body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-attachment-cards.tutor-course-builder-attachments > .tutor-col-lg-6 { + width: 50%; +} +@media screen and (max-width: 544px) { + body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-attachment-cards.tutor-course-builder-attachments > .tutor-col-lg-6 { + width: 100%; + } +} diff --git a/web/app/themes/buddyboss-theme/assets/css/tutorlms.css.map b/web/app/themes/buddyboss-theme/assets/css/tutorlms.css.map new file mode 100644 index 00000000..a09f6a83 --- /dev/null +++ b/web/app/themes/buddyboss-theme/assets/css/tutorlms.css.map @@ -0,0 +1,7 @@ +{ +"version": 3, +"mappings": "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", +"sources": ["scss/functions/components/_utils.scss","scss/plugins/tutorlms/components/_colors.scss","scss/functions/components/_buttons.scss","scss/functions/components/_variables.scss","scss/plugins/tutorlms/components/_common.scss","scss/plugins/tutorlms/components/_layout.scss","scss/plugins/tutorlms/components/_sidebar.scss","scss/plugins/tutorlms/components/_course-single.scss","scss/plugins/tutorlms/components/_dark.scss","scss/plugins/tutorlms/components/_dashboard.scss","scss/plugins/tutorlms/components/_v2.scss","scss/plugins/tutorlms/components/_icons.scss","scss/plugins/tutorlms/components/_topic.scss","scss/plugins/tutorlms/components/_assignment.scss","scss/plugins/tutorlms/components/_quiz.scss","scss/plugins/tutorlms/components/_create-course.scss"], +"names": [], +"file": "tutorlms.css" +} diff --git a/web/app/themes/buddyboss-theme/assets/css/tutorlms.min.css b/web/app/themes/buddyboss-theme/assets/css/tutorlms.min.css new file mode 100644 index 00000000..319edec3 --- /dev/null +++ b/web/app/themes/buddyboss-theme/assets/css/tutorlms.min.css @@ -0,0 +1 @@ +.tutor-lms-custom-colors{--tutor-color-primary:var(--bb-primary-color);--tutor-color-primary-rgb:var(--bb-primary-color-rgb);--tutor-border-color:var(--bb-content-border-color);--tutor-border-color-rgb:var(--bb-content-border-color-rgb);--tutor-body-color:var(--bb-body-text-color);--tutor-body-color-rgb:var(--bb-alternate-text-color-rgb)}.tutor-lms-custom-colors .tutor-btn-outline-primary,.tutor-lms-custom-colors .tutor-btn-primary{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);-webkit-transition:all linear .2s;transition:all linear .2s}.tutor-lms-custom-colors .tutor-btn-outline-primary:focus,.tutor-lms-custom-colors .tutor-btn-primary:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.tutor-lms-custom-colors .tutor-btn-outline-primary:active,.tutor-lms-custom-colors .tutor-btn-outline-primary:focus,.tutor-lms-custom-colors .tutor-btn-outline-primary:hover,.tutor-lms-custom-colors .tutor-btn-primary:active,.tutor-lms-custom-colors .tutor-btn-primary:focus,.tutor-lms-custom-colors .tutor-btn-primary:hover{outline:0;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)}.tutor-lms-custom-colors .tutor-btn-outline-primary.disabled,.tutor-lms-custom-colors .tutor-btn-outline-primary:disabled,.tutor-lms-custom-colors .tutor-btn-primary.disabled,.tutor-lms-custom-colors .tutor-btn-primary:disabled{color:#c8cbcf;background-color:#f5f5f5;border-color:transparent}.tutor-lms-custom-colors .tutor-btn-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)}.tutor-lms-custom-colors .tutor-btn-secondary:hover{color:#1e2132;background-color:rgba(255,255,255,.05)}.tutor-lms-custom-colors .tutor-btn-secondary:active{color:#1e2132;background-color:rgba(255,255,255,.09)}.tutor-lms-custom-colors .tutor-btn-secondary.disabled,.tutor-lms-custom-colors .tutor-btn-secondary:disabled{color:#c8cbcf;background-color:#f5f5f5}.tutor-lms-custom-colors .tutor-btn-secondary.outline{background:0 0;color:#fff;border-color:#fff}.tutor-lms-custom-colors .tutor-btn-secondary.outline:hover{color:rgba(255,255,255,.05);border-color:rgba(255,255,255,.05)}.tutor-lms-custom-colors .tutor-btn-secondary.outline:active{color:rgba(255,255,255,.12);border-color:rgba(255,255,255,.12)}.tutor-lms-custom-colors .tutor-btn-secondary.outline.disabled,.tutor-lms-custom-colors .tutor-btn-secondary.outline:disabled{background:#f5f5f5;color:#dedfe2;border-color:#dedfe2;opacity:1}.tutor-lms-custom-colors .tutor-btn-secondary:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.tutor-lms-custom-colors .tutor-btn-secondary:active,.tutor-lms-custom-colors .tutor-btn-secondary:focus,.tutor-lms-custom-colors .tutor-btn-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)}:root{--tutor-sidebar-background:#fbfbfb;--tutor-table-header-background:#f8f9fb;--tutor-color-success:var(--bb-success-color);--tutor-color-success-rgb:var(--bb-success-color-rgb);--tutor-color-warning:var(--bb-warning-color);--tutor-color-warning-rgb:var(--bb-warning-color-rgb);--tutor-color-danger:var(--bb-danger-color);--tutor-color-danger-rgb:var(--bb-danger-color-rgb);--tutor-color-muted:var(--bb-alternate-text-color)}.tutor-form-control:disabled,.tutor-form-control[readonly],.tutor-form-control[readonly]:focus{background-color:var(--bb-content-alternate-background-color);border-color:var(--tutor-border-color);cursor:not-allowed}.tutor-grid{grid-gap:30px}.tutor-ratings-stars{color:var(--bb-warning-color)}.tutor-ratings-progress-bar .tutor-progress-value{background-color:var(--bb-warning-color)}.tutor-color-black{color:var(--bb-headings-color)}.tutor-color-muted{color:var(--bb-alternate-text-color)}.tutor-color-secondary{color:var(--tutor-body-color)}.tutor-btn{border-radius:var(--bb-button-radius)}.tutor-thumbnail-uploader .thumbnail-input .tutor-btn{border-radius:var(--bb-button-radius)}.tutor-nav-pills .tutor-nav-link{border-radius:var(--bb-button-radius)}.tutor-dropdown-parent .tutor-icon-kebab-menu{font-weight:300}.tutor-course-card .tutor-meta .avatar{width:50px;max-width:50px}.tutor-dc-button-group .tooltip-txt [class*=" tutor-icon-"],.tutor-dc-button-group .tooltip-txt [class^=tutor-icon-]{display:none}.tutor-form-check-input,input[type=checkbox].tutor-form-check-input,input[type=radio].tutor-form-check-input{display:inline-block;vertical-align:top;background-color:transparent;width:24px;height:24px;border:2px solid var(--tutor-border-color);border-radius:4px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:0!important;background-size:12px;background-position:center;background-repeat:no-repeat;-webkit-transition:.3s;transition:.3s;box-shadow:0 0 0 0 rgba(var(--tutor-color-primary-rgb),.1)}.tutor-form-check-input-radio,.tutor-form-check-input[type=radio].tutor-form-check-input{border-radius:50%;background-size:100%}.tutor-alert{border-radius:var(--bb-block-radius-inner)}.tutor-snackbar-wrapper>div{border-radius:var(--bb-block-radius)}.tutor-snackbar-wrapper>div>div{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tutor-snackbar-wrapper>div>div a.tutor-btn{margin:0 3px}.tutor-snackbar-wrapper>div .tutor-icon-times{font-size:24px}.tutor-notification{border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color)}.tutor-notification .tutor-notification-close{background-color:transparent;line-height:1}.tutor-notification .tutor-notification-close .fas.fa-times:before{content:"\e828";color:var(--bb-alternate-text-color);font-family:bb-icons;font-size:24px;font-weight:300;font-style:normal}.tutor-form-select-with-icon{border-radius:var(--bb-button-radius)}.tutor-form-select-with-icon.select-default{background-color:var(--bb-content-alternate-background-color);color:var(--bb-headings-color);border-color:var(--bb-content-border-color)}.tutor-form-select-with-icon select{height:auto;padding:5px 32px;border-radius:var(--bb-button-radius)}.tutor-form-select-with-icon select:active,.tutor-form-select-with-icon select:focus{background-color:transparent}.tutor-form-select-with-icon>i{font-size:18px}.tutor-form-select-with-icon>i:before{font-weight:400}.tutor-btn [class*=" tutor-icon-"],.tutor-btn [class^=tutor-icon-]{font-size:18px}.tutor-course-content-list-item{border-radius:var(--bb-block-radius-inner)}.tutor-course-content-list-item:hover{background-color:var(--bb-content-alternate-background-color)}.tutor-tag-list li a{border-radius:var(--bb-button-radius)}.tutor-color-success{color:var(--tutor-color-success)}.tutor-color-danger{color:var(--tutor-color-danger)}.tutor-color-warning{color:var(--tutor-color-warning)}.tutor-btn-danger{background-color:var(--tutor-color-danger)}.tutor-iconic-btn:active,.tutor-iconic-btn:focus,.tutor-iconic-btn:hover{box-shadow:none}.tutor-course-details-page .tutor-course-details-tab .tutor-is-sticky{z-index:500}.tutor-border-top-light{border-color:var(--tutor-border-color)}.tutor-btn-link:after{display:none}.tutor-nav-link{color:var(--bb-body-text-color)}.tutor-nav:not(.tutor-nav-pills):not(.tutor-nav-tabs){border-bottom-color:var(--bb-content-border-color)}.tutor-nav:not(.tutor-nav-pills):not(.tutor-nav-tabs) .tutor-nav-link{border-bottom-width:1px}.tutor-nav:not(.tutor-nav-pills):not(.tutor-nav-tabs) .tutor-nav-link .tutor-nav-more-icon{font-size:15px;font-weight:300}.tutor-form-group input[type="pas.tutor-dashboard-content-innersword"],.tutor-form-group input[type=number],.tutor-form-group input[type=password],.tutor-form-group input[type=text],.tutor-form-group textarea,.tutor-option-field input[type="pas.tutor-dashboard-content-innersword"],.tutor-option-field input[type=number],.tutor-option-field input[type=password],.tutor-option-field input[type=text],.tutor-option-field textarea{color:var(--tutor-body-color);background-color:var(--bb-content-background-color);border-color:var(--tutor-border-color);border-radius:var(--bb-input-radius)}.tutor-widget-title{font-size:18px;color:var(--bb-headings-color);font-weight:600}.tutor-widget .tutor-list-item label{font-size:14px;font-weight:500}.tutor-user-public-profile .tutor-user-profile-content h3{font-size:20px!important;font-weight:500;color:var(--bb-headings-color)}.tutor-user-public-profile .tutor-user-profile-content h3.tutor-course-name{margin:0}.tutor-user-public-profile .photo-area .cover-area{border-radius:var(--bb-block-radius)}.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-pic{border-radius:var(--bb-block-radius)}.tutor-user-public-profile .photo-area .pp-area .profile-pic{border-width:3px;border-color:var(--bb-content-background-color)}.tutor-user-public-profile .photo-area .pp-area .profile-rating-media .tutor-rating-container .tutor-ratings-stars [class*=tutor-icon-]{font-size:18px}.tutor-user-public-profile .photo-area .pp-area .profile-rating-media .tutor-rating-container .rating-digits{margin:0 5px}.tutor-user-public-profile .photo-area .pp-area .profile-rating-media .tutor-rating-container .rating-total-meta{line-height:inherit;color:var(--bb-alternate-text-color)}.tutor-instructors aside div:first-of-type [class^=tutor-icon-]{color:var(--bb-alternate-text-color)}.tutor-instructors aside div:first-of-type [class^=tutor-icon-]+span{font-size:14px;font-weight:500;color:var(--bb-headings-color)}.tutor-instructor-list-item .tutor-instructor-cover-photo{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}.tutor-accordion-item{border-radius:var(--bb-block-radius-inner);border-color:var(--tutor-border-color)}.tutor-accordion-item-header:not(.is-active){background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius-inner)}.tutor-accordion-item-header{font-size:16px}.tutor-accordion-item-header.is-active{color:var(--bb-headings-color);border-radius:var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0;background-color:var(--bb-content-alternate-background-color)}.tutor-accordion-item-header.is-active:after{-webkit-transform:translateY(-50%) rotate(0);-ms-transform:translateY(-50%) rotate(0);transform:translateY(-50%) rotate(0);color:var(--tutor-color-primary)}.tutor-accordion-item-header:after{font-family:bb-icons!important;content:"\e826";font-size:24px;-webkit-transform:translateY(-50%) rotate(-90deg);-ms-transform:translateY(-50%) rotate(-90deg);transform:translateY(-50%) rotate(-90deg);color:var(--tutor-body-color)}.tutor-accordion-item-body>.tutor-course-topic-item>a>.tutor-mr-32{margin-right:10px}.tutor-accordion-item-body .tutor-course-content-list{padding:5px 15px}.tutor-accordion-item-body .tutor-course-content-list .tutor-course-content-list-item{border-radius:var(--bb-block-radius-inner)}.tutor-accordion-item-body .tutor-course-content-list-item [class*=" tutor-icon-"],.tutor-accordion-item-body .tutor-course-content-list-item [class^=tutor-icon-]{font-size:20px;color:var(--bb-alternate-text-color)}.tutor-accordion-item-body .tutor-course-content-list-item-title{font-size:14px}.tutor-accordion-item-body .tutor-course-content-list-item-title .tutor-zoom-label{color:var(--bb-content-background-color);font-size:11px;font-weight:700;background-color:var(--tutor-color-warning);line-height:1;padding:3px 8px;border:0;border-radius:50px;letter-spacing:.25px;white-space:nowrap}.tutor-accordion-item-body .tutor-course-content-list-item-title .tutor-zoom-label.tutor-zoom-live-label{background:var(--tutor-color-danger)}.tutor-accordion-item-body-content{border-top:0}.tutor-course-content-list-item{padding:12px 10px}.tutor-course-content-list-item:last-child{border-bottom-left-radius:var(--bb-block-radius);border-bottom-right-radius:var(--bb-block-radius)}.tutor-card{color:var(--bb-headings-color);background-color:var(--bb-content-background-color);border-color:var(--tutor-border-color);border-radius:var(--bb-block-radius)}.tutor-card.tutor-course-card{border-radius:var(--bb-block-radius-inner)}.tutor-card .tutor-color-secondary{color:var(--tutor-body-color)}.tutor-card .tutor-round-box{width:auto;height:auto;padding:10px}.tutor-card .tutor-round-box>i{font-size:40px}.tutor-card-list-item:last-child{border-bottom-left-radius:var(--bb-block-radius);border-bottom-right-radius:var(--bb-block-radius)}.tutor-card-header{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}.tutor-card-footer{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)}.tutor-course-attachment.tutor-card{background-color:var(--bb-content-alternate-background-color);border:0}.tutor-course-attachment.tutor-card .tutor-iconic-btn{font-size:24px}.tutor-course-attachment.tutor-card .tutor-iconic-btn-secondary:active,.tutor-course-attachment.tutor-card .tutor-iconic-btn-secondary:focus,.tutor-course-attachment.tutor-card .tutor-iconic-btn-secondary:hover{background-color:var(--bb-content-background-color);color:var(--bb-headings-color)}.bb-tutorlms-avatars .analytics-student-details .profile-pic,.bb-tutorlms-avatars .tutor-avatar,.bb-tutorlms-avatars .tutor-conversation .comment-avatar img,.bb-tutorlms-avatars .tutor-qna-user img{display:none}.bb-tutorlms-avatars .analytics-student-details.tutor-user-public-profile .photo-area .pp-area .profile-pic{display:none}.bb-tutorlms-avatars .bb-tutor-avatar{display:-webkit-box;display:-ms-flexbox;display:flex}.bb-tutorlms-avatars .bb-tutor-avatar img{display:inherit}.bb-tutorlms-avatars .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-box{grid-template-columns:0 auto}.bb-tutorlms-avatars .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list{grid-template-columns:0 auto}.bb-tutorlms-avatars .tutor-course-spotlight-wrapper .tutor-conversation .tutor-actual-comment:before,.bb-tutorlms-avatars .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-textarea:before,.bb-tutorlms-avatars .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list.tutor-parent-comment .tutor-child-comment:after,.bb-tutorlms-avatars .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list.tutor-parent-comment .tutor-child-comment:before,.bb-tutorlms-avatars .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list.tutor-parent-comment .tutor-comment-line{display:none}.bb-tutorlms-avatars .tutor-course-spotlight-wrapper .tutor-conversation .tutor-actual-comment:after,.bb-tutorlms-avatars .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-textarea:after{display:none}.tutor-nav-tabs-container{background-color:var(--bb-content-background-color)}.tutor-nav-tabs{background-color:var(--bb-content-alternate-background-color);border-bottom-color:var(--tutor-border-color);border-top-left-radius:var(--bb-block-radius-inner);border-top-right-radius:var(--bb-block-radius-inner)}.tutor-nav-tabs .tutor-nav-item:first-child .tutor-nav-link{border-top-left-radius:var(--bb-block-radius-inner)}.tutor-form-control{color:var(--tutor-body-color);background-color:var(--bb-content-background-color);border-color:var(--tutor-border-color);border-radius:var(--bb-input-radius)}.tutor-form-label{color:var(--bb-headings-color);font-size:16px}.tutor-form-icon .tutor-icon-search{font-size:20px}.tutor-form-icon .tutor-icon-calender-line{font-size:20px}.tutor-icon-search.tutor-form-icon+input[type=search]{background-image:none}.tutor-form-toggle input[type=checkbox]{display:none}.tutor-form-select-option.noItem{padding:8px 19px;font-size:14px}.tutor-modal-content{border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color)}.tutor-modal-content .tutor-modal-close-o [class*=tutor-icon-]{font-size:24px}.tutor-modal-content .tutor-modal-close-o [class*=tutor-icon-]:before{font-weight:300}.tutor-modal-content .tutor-social-share-wrap button span{top:initial}.tutor-modal-header{background-color:var(--bb-content-background-color);border-top-left-radius:var(--bb-block-radius);border-top-right-radius:var(--bb-block-radius)}.tutor-modal-title{color:var(--bb-headings-color)}.tutor-modal-footer{border-bottom-right-radius:var(--bb-block-radius);border-bottom-left-radius:var(--bb-block-radius);background-color:var(--bb-content-alternate-background-color)}.tutor-dropdown{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius-inner);border-width:0;border-color: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);min-width:187px;z-index:500}.tutor-dropdown .tutor-dropdown-item{color:var(--tutor-body-color)}.tutor-dropdown .tutor-dropdown-item:hover{background-color:var(--bb-content-alternate-background-color);color:var(--tutor-body-color)}.tutor-dropdown .tutor-dropdown-item:hover>span{color:var(--tutor-color-primary)}.tutor-dropdown [class*=" tutor-icon-"],.tutor-dropdown [class^=tutor-icon-]{font-size:20px}.tutor-dropdown .tutor-icon-trash-can-bold:before{font-weight:400}.tutor-course-details-tab .tutor-nav:not(.tutor-nav-pills,.tutor-nav-tabs) .tutor-dropdown.tutor-nav-more-list .tutor-nav-item:not(:last-child){margin-right:0}.tutor-dropdown-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:13px;font-weight:400}.tooltip-wrap .tooltip-txt{background-color:var(--bb-tooltip-background);color:var(--bb-tooltip-color);border-radius:4px;font-weight:500}.tooltip-wrap .tooltip-right::after{border-right-color:var(--bb-tooltip-background)}.tooltip-wrap .tooltip-left::after{border-left-color:var(--bb-tooltip-background)}.tooltip-wrap .tooltip-bottom::after{border-bottom-color:var(--bb-tooltip-background)}.tooltip-wrap .tooltip-top::after{border-top-color:var(--bb-tooltip-background)}.tutor-badge-label{font-size:11px;font-weight:700;line-height:1;padding:5px 11px;border:0;letter-spacing:.25px;white-space:nowrap}.tutor-badge-label.label-danger{background-color:rgba(var(--tutor-color-danger-rgb),.2);color:var(--tutor-color-danger)}.tutor-badge-label.label-success{background-color:rgba(var(--tutor-color-success-rgb),.2);color:var(--tutor-color-success)}.tutor-badge-label.label-warning{background-color:rgba(var(--tutor-color-warning-rgb),.2);color:var(--tutor-color-warning)}.tutor-badge-label.label-primary{background-color:rgba(var(--tutor-color-primary-rgb),.2);color:var(--tutor-color-primary)}.tutor-course-filter .tutor-course-filter-form{margin-bottom:0}.tutor-course-filter .tutor-course-filter-form>div>.tutor-iconic-btn{font-size:22px}.tutor-course-filter .tutor-widget+.tutor-widget{margin-top:32px}.tutor-course-filter .tutor-widget-title{color:var(--bb-headings-color);font-size:18px;font-weight:600;margin-bottom:15px}.tutor-course-filter .tutor-widget-content .tutor-list-item label{color:var(--bb-body-text-color);font-size:14px;font-weight:500}.tutor-course-filter .tutor-widget-content .tutor-list-item label input[type=checkbox]{background-color:var(--bb-content-background-color);margin-right:8px;height:18px;width:18px}.tutor-course-filter .tutor-widget-content .tutor-list-item label input[type=checkbox]:checked{background-color:var(--tutor-color-primary)}.tutor-course-filter .tutor-widget-content .tutor-list-item:not(:last-child){margin-bottom:12px}@media screen and (min-width:992px){.tutor-course-filter-container .tutor-course-filter{padding:20px;background-color:var(--bb-content-background-color);border:1px solid var(--tutor-border-color);border-radius:var(--bb-block-radius)}}.tutor-courses-wrap .tutor-icon-slider-vertical{font-size:28px;font-weight:300}.tutor-bundle-courses-wrapper .tutor-bundle-course-list-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--bb-content-background-color);border:1px solid var(--tutor-border-color);border-radius:var(--bb-block-radius-inner)}.tutor-bundle-courses-wrapper .tutor-bundle-course-list-wrapper .tutor-bundle-feature-image img{border-radius:var(--bb-block-radius-inner)}.tutor-bundle-courses-wrapper .tutor-bundle-course-list-wrapper .tutor-bundle-course-list-desc .tutor-bundle-course-title{margin-bottom:0}.tutor-bundle-courses-wrapper .tutor-bundle-course-list-wrapper .tutor-bundle-course-list-desc p{font-size:14px;margin-bottom:0}.tutor-bundle-courses-wrapper .tutor-bundle-course-list-wrapper .tutor-bundle-course-list-desc p .tutor-color-muted{color:var(--bb-body-text-color)}.tutor-bundle-courses-wrapper .tutor-bundle-course-list-wrapper .tutor-bundle-course-list-desc p a{color:var(--bb-headings-color)}.tutor-bundle-courses-wrapper .tutor-bundle-course-list-wrapper .tutor-bundle-course-list-desc p a:hover{color:var(--tutor-color-primary)}.tutor-download-certificate .tutor-dc-title{padding-bottom:20px}.tutor-download-certificate .tutor-dc-course-title{color:var(--bb-headings-color);font-size:24px;font-weight:600}.tutor-download-certificate .tutor-certificate-demo{padding-bottom:30px}.tutor-download-certificate .tutor-certificate-demo .tutor-dc-demo-img img{border-radius:var(--bb-block-radius)}.tutor-download-certificate .tutor-dc-certificate-details .tutor-color-secondary{color:var(--bb-body-text-color)}.tutor-download-certificate .tutor-dc-certificate-details .tutor-color-black{color:var(--bb-headings-color);font-weight:600}.tutor-download-certificate .tutor-dc-button-group button{background-color:var(--bb-general-content-background-color);border-color:var(--tutor-border-color);border-radius:var(--bb-block-radius-inner)}.tutor-download-certificate .tutor-dc-button-group button [class*=tutor-icon-]{color:var(--bb-headings-color)}.tutor-download-certificate .tutor-dc-button-group button [class*=tutor-icon-].tutor-icon-print:before{content:"\ee7f"}@media screen and (max-width:800px){.tutor-download-certificate .tutor-dc-course-title{font-size:20px}}.media-modal.wp-core-ui .media-modal-close{background-color:transparent;border-color:transparent;box-shadow:none}.media-modal.wp-core-ui .media-frame-tab-panel .media-menu-item{color:#1d2327;border-radius:0}.media-modal.wp-core-ui .media-toolbar #media-attachment-date-filters{padding-right:24px;height:auto;width:200px}.media-modal.wp-core-ui .media-toolbar-primary.search-form #media-search-input{background-image:none;height:auto}.media-modal.wp-core-ui .attachment-details .setting input{height:auto}.media-modal.wp-core-ui .attachment-details .attachment-details-copy-link{height:auto;margin-bottom:10px}@media screen and (max-width:544px){.media-modal.wp-core-ui .media-modal-content .media-frame-title{padding:0 15px 0 0}.media-modal.wp-core-ui .media-modal-content .media-frame-title h1{font-size:14px;line-height:44px;text-align:left;white-space:nowrap}}.bbp-user-page.courses .tutor-courses-wrap .tutor-course-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.bbp-user-page.courses .tutor-courses-wrap .tutor-course-list .tutor-card.tutor-course-card{-webkit-box-flex:1;-ms-flex:1 1 0;flex:1 1 0;min-width:260px;max-width:260px;height:auto}.tutor-instructor-apply-button .tutor-bg-primary{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);-webkit-transition:all linear .2s;transition:all linear .2s}.tutor-instructor-apply-button .tutor-bg-primary:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.tutor-instructor-apply-button .tutor-bg-primary:active,.tutor-instructor-apply-button .tutor-bg-primary:focus,.tutor-instructor-apply-button .tutor-bg-primary:hover{outline:0;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)}.tutor-zoom-meeting-content{background-color:var(--bb-body-background-color);border-color:transparent}.tutor-zoom-meeting-content .meeting-details div p{color:var(--bb-headings-color)}@media screen and (max-width:800px){.tutor-course-single-content-wrapper .tutor-google-meeting-content,.tutor-course-single-content-wrapper .tutor-zoom-meeting-content{padding:20px}}@media screen and (max-width:544px){.tutor-zoom-join-button-wrap{-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:15px}.tutor-zoom-meeting-content .meeting-details div{-ms-flex-flow:column;flex-flow:column}.tutor_lesson_modal_form .tutor-thumbnail-uploader .thumbnail-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tutor_lesson_modal_form .tutor-thumbnail-uploader .thumbnail-wrapper .thumbnail-preview{width:100%;margin-right:0}}.tutor-lms .header-mini-cart ul.cart_list li.mini_cart_item{font-size:14px;font-weight:500;color:var(--bb-headings-color)}.tutor-lms .header-mini-cart ul.cart_list li.mini_cart_item>a{font-weight:400}.tutor-lms .header-mini-cart ul.cart_list li.mini_cart_item>.quantity{margin-left:auto;font-weight:400}body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head{height:0}body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel{display:none}body.bb-sfwd-aside .site-header .container{max-width:100%;margin-right:0}body.bb-sfwd-aside .site-content .container{max-width:100%;padding-left:0;padding-right:0}body.bb-sfwd-aside.bb-buddypanel:not(.buddypanel-open) .buddypanel .bb-toggle-panel{visibility:hidden;opacity:0}body.bb-sfwd-aside.bb-buddypanel .site-header .bb-toggle-panel{display:inherit;margin-left:-18px}body.bb-sfwd-aside.bb-buddypanel.buddypanel-open:not(.buddypanel-header) .site-header .bb-toggle-panel{visibility:hidden;opacity:0}body.bb-sfwd-aside.bb-buddypanel.bb-buddypanel-right .site-header .site-header-container>.bb-toggle-panel{display:none}body.bb-sfwd-aside.bb-buddypanel.bb-buddypanel-right .site-header .bb-toggle-panel{margin-left:10px;margin-right:-18px}@media (min-width:800px){.tutor-screen-course-builder-frontend.bb-buddypanel:not(.activate) .site,.tutor-screen-course-builder-frontend.bb-buddypanel:not(.register) .site{margin-left:0}}body.admin-bar .tutor-dashboard-builder-header{top:0!important}.tutor-lms .tutor-course-single-content-wrapper{background-color:var(--bb-content-background-color);-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;-webkit-transition:padding .2s;transition:padding .2s}.tutor-lms .tutor-course-single-content-wrapper>*{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1px;list-style:none}@media screen and (min-width:1200px){.tutor-lms .tutor-course-single-content-wrapper{padding-left:370px;padding-right:0}.tutor-lms .tutor-course-single-content-wrapper.tutor-course-single-sidebar-hidden{padding-left:0}}.tutor-lms .tutor-wrap{padding-top:1.875rem;padding-bottom:2.1875rem}.tutor-lms .header-aside .course-toggle-view{display:none}body:not(.logged-in) .header-aside-inner #bb-toggle-theme{display:none}#bb-toggle-theme{-webkit-tap-highlight-color:transparent}.bb-sfwd-aside.sticky-header .site-header.has-scrolled{box-shadow:0 1px 0 0 rgba(139,141,157,.05),0 0 1px 0 rgba(65,71,108,.15)}.bb-sfwd-aside .header-aside{margin-left:auto}@media screen and (min-width:1200px){#tutor-single-entry-content{background-color:var(--bb-content-background-color);position:relative;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:-webkit-calc(100vh - 76px);min-height:calc(100vh - 76px);margin-left:auto;margin-right:auto}.lms-side-panel-close.tutor-lms .tutor-course-single-content-wrapper{padding-left:0!important}}@media screen and (max-width:1200px){#tutor-single-entry-content{margin:0 -10px}}@media screen and (min-width:800px){.sfwd-single-sidebar-right:not(.post-type-archive-courses).single .site-content-grid>.bb-grid{-ms-flex-flow:row-reverse;flex-flow:row-reverse}.single-lesson.bb-buddypanel .site-content,.single-tutor-google-meet.bb-buddypanel .site-content,.single-tutor_assignments.bb-buddypanel .site-content,.single-tutor_quiz.bb-buddypanel .site-content,.single-tutor_zoom_meeting.bb-buddypanel .site-content{padding:0 10px}}@media screen and (min-width:1200px){.tutor-course-single-sidebar-wrapper{padding:0;font-size:15px;position:fixed;left:0;-webkit-transition:left .2s ease,right .2s ease;transition:left .2s ease,right .2s ease;width:370px;height:100%;max-height:-webkit-calc(100% - 80px);max-height:calc(100% - 80px);overflow:auto;z-index:111}}@media screen and (min-width:1200px) and (min-width:800px){.bb-buddypanel-left.buddypanel-open .tutor-course-single-sidebar-wrapper{left:230px}}@media screen and (min-width:1200px){.bb-buddypanel-left.buddypanel-open .tutor-course-single-content-wrapper.lms-topic-sidebar-close .tutor-course-single-sidebar-wrapper{left:-370px}.tutor-course-single-content-wrapper.lms-topic-sidebar-close .tutor-course-single-sidebar-wrapper{left:inherit;right:-370px}}@media screen and (min-width:1200px){.bb-buddypanel-left .tutor-course-single-sidebar-wrapper.lms-topic-sidebar-close{left:-370px}.bb-buddypanel-left.buddypanel-open.sfwd-single-sidebar-right .tutor-course-single-sidebar-wrapper.lms-topic-sidebar-close,.bb-buddypanel-left:not(.buddypanel-open).sfwd-single-sidebar-right .tutor-course-single-sidebar-wrapper.lms-topic-sidebar-close,.bb-buddypanel-right.buddypanel-open.sfwd-single-sidebar-right .tutor-course-single-sidebar-wrapper.lms-topic-sidebar-close,.bb-buddypanel-right:not(.buddypanel-open).sfwd-single-sidebar-right .tutor-course-single-sidebar-wrapper.lms-topic-sidebar-close,.sfwd-single-sidebar-right .tutor-course-single-sidebar-wrapper.lms-topic-sidebar-close{left:inherit;right:-370px}}.header-minimize-link{display:none}.lms-side-panel-close .header-maximize-link{display:none}.lms-side-panel-close .header-minimize-link{display:-webkit-box;display:-ms-flexbox;display:flex}.tutor-toggle-more-collapsed:before{background:-webkit-linear-gradient(270deg,rgba(255,255,255,.0001) 1.31%,rgba(255,255,255,.721) 15.41%,var(--bb-body-background-color) 100%);background:linear-gradient(180deg,rgba(255,255,255,.0001) 1.31%,rgba(255,255,255,.721) 15.41%,var(--bb-body-background-color) 100%)}body.single-courses .site{overflow:visible}body.single-courses .tutor-single-course-sidebar.tutor-sidebar-sticky{top:-webkit-calc(var(--bb-header-height) + 30px);top:calc(var(--bb-header-height) + 30px);overflow-y:auto!important}body.single-courses.admin-bar .tutor-single-course-sidebar.tutor-sidebar-sticky{top:-webkit-calc(var(--bb-header-height) + 60px);top:calc(var(--bb-header-height) + 60px)}.tutor-course-details-header .tutor-course-details-title{font-size:30px;line-height:38px}.tutor-course-details-header .tutor-course-details-top .tutor-meta>*{color:var(--tutor-body-color)}.tutor-course-details-header .tutor-course-details-top .tutor-meta a{color:var(--bb-headings-color)}.tutor-course-details-header .tutor-course-wishlist-btn .tutor-icon-bookmark-bold{font-weight:300}.tutor-course-certificate-tabs.tutor-nav>li>a{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular)}.tutor-course-certificate-tabs.tutor-nav>li>a:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.tutor-course-certificate-tabs.tutor-nav>li>a.is-active{box-shadow:none;background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}.tutor-single-course-sidebar .tutor-sidebar-card .tutor-card-body{border-top-left-radius:var(--bb-block-radius);border-top-right-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color)}.tutor-single-course-sidebar .tutor-add-to-cart-button .tutor-icon-cart-filled{display:none}.tutor-sidebar-card .tutor-card-footer .tutor-ul{color:var(--bb-headings-color)}.tutor-sidebar-card .tutor-card-footer .tutor-ul [class*=" tutor-icon-"],.tutor-sidebar-card .tutor-card-footer .tutor-ul [class^=tutor-icon-]{font-size:24px}.tutor-sidebar-card .tutor-card-footer .tutor-ul li{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tutor-sidebar-card .tutor-card-footer .tutor-ul .tutor-fs-6{font-size:14px}.tutor-sidebar-card .tutor-card-body .tutor-alert .tutor-alert-text{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.tutor-sidebar-card .tutor-card-body>form{margin-bottom:0}.tutor-course-details-actions [class*=" tutor-icon-"],.tutor-course-details-actions [class^=tutor-icon-]{font-size:20px}.tutor-course-details-actions a{color:var(--tutor-body-color);font-size:14px}.tutor-course-sidebar-card-pricing .tutor-fs-4{font-size:30px;line-height:38px}.tutor-course-sidebar-card-pricing .tutor-fs-7{font-size:16px;color:var(--tutor-body-color)}.tutor-single-course-sidebar-more>div:first-child{border-top-left-radius:var(--bb-block-radius);border-top-right-radius:var(--bb-block-radius)}.tutor-single-course-sidebar-more>div:last-child{border-bottom-left-radius:var(--bb-block-radius);border-bottom-right-radius:var(--bb-block-radius)}.tutor-single-course-sidebar-more .tutor-course-details-instructors>h3{color:var(--bb-alternate-text-color);font-size:14px}.tutor-single-course-sidebar-more .tutor-course-details-instructors .tutor-mr-16{margin-right:8px}.tutor-single-course-sidebar-more .tutor-course-details-instructors>.tutor-mb-24{margin-bottom:10px}.tutor-single-course-sidebar-more .tutor-course-details-instructors .tutor-avatar{width:40px;height:40px}.tutor-single-course-sidebar-more .tutor-icon-bullet-point:before{font-weight:300}.tutor-course-details-widget-title{font-size:18px;font-weight:600}.tutor-course-details-widget{margin-bottom:32px}.tutor-course-details-widget ul li .tutor-icon-bullet-point{margin-top:4px}.tutor-course-details-widget-tags{margin-left:-8px}.tutor-course-details-widget-tags .tutor-tag-list li a{font-size:14px;padding:5px 11px;background-color:var(--bb-content-alternate-background-color);border-radius:var(--bb-button-radius);border:0;margin-left:8px;margin-bottom:8px}.tutor-course-details-widget-tags .tutor-tag-list li a:hover{background-color:var(--tutor-color-primary);color:var(--bb-content-alternate-background-color)}.tutor-gradebook-finalgrade{background-color:var(--bb-content-alternate-background-color);border-radius:var(--bb-block-radius);border-color:var(--bb-content-border-color)}body.tutor-screen-course-builder #tutor-metabox-course-settings-tabs .course-settings-tabs-container .settings-tabs-navs-wrap ul.settings-tabs-navs li a i{font-weight:400}.tutor-single-course-sidebar>.tutor-single-course-sidebar-more{background-color:var(--bb-content-background-color);border-color:var(--tutor-border-color);border-radius:var(--bb-block-radius)}.tutor-single-course-sidebar>.tutor-single-course-sidebar-more>div{background-color:var(--bb-content-background-color)}.tutor-pro-course-bundle-builder-wrapper .tutor-bundle-course-delete .tutor-remove-bundle-course .tutor-icon-times{font-weight:400;font-size:18px}.tutor-course-details-page .tutor-course-thumbnail,.tutor-course-details-page .tutor-video-player{border-radius:var(--bb-block-radius);overflow:hidden}.tutor-course-details-page .tutor-course-details-tab .tutor-tab .tutor-tab-item{min-height:280px}.tutor-time-countdown.tutor-countdown-lg div{border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner)}.tutor-time-countdown.tutor-countdown-lg div h3{margin:0;color:var(--bb-headings-color)}@media screen and (max-width:800px){.tutor-time-countdown.tutor-countdown-lg div,.tutor-zoom-meeting-countdown div{width:-webkit-calc(25% - 15px);width:calc(25% - 15px);margin-left:15px}.tutor-course-details-header .tutor-course-details-title{font-size:25px}}@media screen and (max-width:544px){.tutor-time-countdown.tutor-countdown-lg div,.tutor-zoom-meeting-countdown div{height:100px}.tutor-time-countdown.tutor-countdown-lg div h3,.tutor-zoom-meeting-countdown div h3{font-size:45px;line-height:45px}}.tutor-course-lessons.tutor-zoom-meeting-session{background-color:var(--bb-content-background-color);border-top:0;padding:20px 20px 16px}.tutor-course-lessons.tutor-zoom-meeting-session .session-link{border-top:1px solid var(--bb-content-border-color);margin-left:-20px;margin-right:-20px;padding:16px 20px 0}.tutor-course-lessons.tutor-zoom-meeting-session .session-link a{padding:10px 24px;margin-left:10px}@media screen and (max-width:544px){.tutor-course-lessons.tutor-zoom-meeting-session .session-link{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tutor-course-lessons.tutor-zoom-meeting-session .session-link .tutor-btn{margin:10px 0 0}}.tutor-course-lessons.tutor-zoom-meeting-session .tutor-zoom-meeting-countdown{margin-bottom:20px}.tutor-google-meet-meeting .tutor-course-lessons .tutor-time-countdown{margin:20px 20px 20px -5px;padding:0}.tutor-google-meet-meeting .tutor-course-lessons div.tutor-d-flex p{margin-bottom:0}.tutor-google-meet-meeting .tutor-course-lessons div.tutor-d-flex.tutor-p-32{padding:16px 20px}.tutor-google-meet-meeting .tutor-course-lessons div.tutor-d-flex.tutor-p-32 .tutor-btn{padding:10px 24px;margin-left:10px}@media screen and (max-width:544px){.tutor-google-meet-meeting .tutor-course-lessons div.tutor-d-flex.tutor-p-32{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tutor-google-meet-meeting .tutor-course-lessons div.tutor-d-flex.tutor-p-32 .tutor-btn{margin:10px 0 0}}.tutor-google-meet-meeting.tutor-active .tutor-icon-angle-right{color:var(--tutor-color-primary)}.tutor-zoom-meeting-countdown div{border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner)}.tutor-zoom-meeting-countdown div h3{margin:0;color:var(--bb-headings-color)}.tutor-course-topics-contents .tutor-course-topic{border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner)}.tutor-course-topic.tutor-active .tutor-course-title{background-color:var(--bb-content-alternate-background-color);border-bottom:0}.tutor-course-topic.tutor-zoom-meeting .tutor-course-title{padding:20px}.tutor-course-topic .tutor-course-title{padding:20px}.tutor-course-topic .tutor-course-title h3{font-size:24px;line-height:32px;margin-bottom:0}.tutor-course-topic .tutor-course-title p{font-size:14px;line-height:1.5;margin-bottom:0}.tutor-course-topic .tutor-course-title p i{font-size:20px}.tutor-course-topic .tutor-course-title>div>i{font-size:24px;-webkit-transition:all .2s;transition:all .2s;color:var(--tutor-body-color)}.tutor-course-topic.tutor-zoom-meeting .tutor-zoom-meeting-detail div p{margin:0}.tutor-course-topic.tutor-zoom-meeting .tutor-icon-angle-right{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);color:var(--tutor-body-color)}.tutor-course-topic.tutor-zoom-meeting.tutor-active .tutor-icon-angle-right{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);color:var(--tutor-color-primary)}.tutor-course-topics-header .tutor-segment-title{color:var(--bb-headings-color);font-weight:600}.tutor-course-details-tab .tutor-nav:not(.tutor-nav-pills,.tutor-nav-tabs){border-bottom-color:transparent;padding:0 10px}.tutor-course-details-tab .tutor-nav:not(.tutor-nav-pills,.tutor-nav-tabs) .tutor-nav-item:not(:last-child){margin-right:30px}.tutor-course-details-tab .tutor-nav:not(.tutor-nav-pills,.tutor-nav-tabs) .tutor-nav-link{padding:8px 0;border-bottom-width:2px}.tutor-course-details-tab .tutor-nav:not(.tutor-nav-pills,.tutor-nav-tabs) .tutor-nav-link.is-active{font-weight:600;border-bottom-color:var(--tutor-color-primary)}@media (min-width:800px){.tutor-course-details-page .tutor-course-details-tab .tutor-is-sticky{background:var(--bb-body-background-color)}}.tutor-course-details-tab .tutor-announcement-card .tutor-card-header{background-color:var(--bb-content-alternate-background-color);border-bottom:0}.tutor-course-details-tab .tutor-announcement-card .tutor-card-header .tutor-meta{margin-top:10px;gap:6px;color:var(--tutor-body-color)}.tutor-course-details-tab .tutor-announcement-card .tutor-card-header .tutor-meta .tutor-meta-value{color:var(--bb-headings-color)}.tutor-course-details-tab .tutor-announcement-card .tutor-card-header .tutor-meta .avatar{width:24px;height:24px}.tutor-course-details-tab .tutor-announcement-card .tutor-card-header .tutor-card-title{font-size:18px}.tutor-course-details-tab .tutor-announcement-card .tutor-card-body div>p:last-of-type{margin-bottom:0}.tutor-course-details-tab .tutor-course-details-widget .tutor-icon-bullet-point:before{content:"\e876";font-size:20px}.tutor-course-details-tab .tutor-course-details-widget ul li .tutor-icon-bullet-point{margin-top:2px;line-height:1}.tutor-review-summary-average-rating{color:var(--bb-headings-color);margin:0}.prerequisites-course-lists li:first-child{border-radius:var(--bb-block-radius-inner);border-color:var(--tutor-color-warning);color:var(--tutor-color-warning);background-color:rgba(var(--tutor-color-warning-rgb),.05)}.prerequisites-course-lists li .prerequisites-course-feature-image img{border-radius:var(--bb-block-radius-inner)}.prerequisites-course-lists li a{color:var(--bb-headings-color);border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner)}@media screen and (min-width:800px){.tutor-course-details-page .tutor-course-details-tab .tutor-is-sticky{top:-webkit-calc(var(--bb-header-height));top:calc(var(--bb-header-height))}.admin-bar .tutor-course-details-page .tutor-course-details-tab .tutor-is-sticky{top:-webkit-calc(var(--bb-header-height) + 32px);top:calc(var(--bb-header-height) + 32px)}}body:not(.bb-dark-theme) .sfwd-light-mode{display:none}.bb-sfwd-aside.bb-dark-theme{background:#121212;color:#aaa}.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-header .user-wrap a:hover,.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-inner .mobile-menu a:hover{color:#fff}.bb-sfwd-aside.bb-dark-theme .h1,.bb-sfwd-aside.bb-dark-theme .h2,.bb-sfwd-aside.bb-dark-theme .h3,.bb-sfwd-aside.bb-dark-theme .h4,.bb-sfwd-aside.bb-dark-theme .h5,.bb-sfwd-aside.bb-dark-theme .h6,.bb-sfwd-aside.bb-dark-theme h1,.bb-sfwd-aside.bb-dark-theme h2,.bb-sfwd-aside.bb-dark-theme h3,.bb-sfwd-aside.bb-dark-theme h4,.bb-sfwd-aside.bb-dark-theme h5,.bb-sfwd-aside.bb-dark-theme h6{color:#fff}.bb-sfwd-aside.bb-dark-theme .sfwd-dark-mode{display:none}.bb-sfwd-aside.bb-dark-theme .site-header{background:#232323;box-shadow:0 3px 12px rgba(0,0,0,.05)}.bb-sfwd-aside.bb-dark-theme .site-header .bb-icon-close{color:#121212}.bb-sfwd-aside.bb-dark-theme.sticky-header .site-header{box-shadow:0 4px 1px -4px rgba(0,0,0,.22)}.bb-sfwd-aside.bb-dark-theme.sticky-header .site-header.has-scrolled{box-shadow:0 1px 0 0 rgba(0,0,0,.05),0 5px 10px 0 rgba(0,0,0,.15)}.bb-sfwd-aside.bb-dark-theme .site-header .header-aside-inner>a i{color:#fff}.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .bb-toggle-panel:hover{background:rgba(255,255,255,.15)}.bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a,.bb-sfwd-aside.bb-dark-theme .side-panel-menu a,.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu li:not(.current-menu-item) a{color:var(--bb-alternate-text-color);background-color:transparent}.bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a:hover,.bb-sfwd-aside.bb-dark-theme .side-panel-menu a:hover,.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu li:not(.current-menu-item) a:hover{color:#fff;background-color:transparent}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover>a{color:#aaa;background:rgba(255,255,255,.15)}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover>a:hover{color:#aaa;background:rgba(255,255,255,.15)}.bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu .current-menu-item>a,.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu .current-menu-item>a{color:#fff}.bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu .current-menu-item>a:hover,.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .buddypanel .side-panel-menu .current-menu-item>a:hover{background-color:transparent}.bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu li:not(.current-menu-item) a i:not(.bb-icon-angle-down){opacity:1;color:#fff}.bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a{color:#fff;opacity:1}.bb-sfwd-aside.bb-dark-theme .side-panel-menu .bb-menu-section a:hover{color:#fff}.bb-sfwd-aside.bb-dark-theme #tutor-assignment-wrap .tutor-assignment-attachment #tutor-student-assignment-edit-file-preview .tutor-instructor-card,.bb-sfwd-aside.bb-dark-theme #tutor-single-entry-content,.bb-sfwd-aside.bb-dark-theme #tutor-single-entry-content .tutor-quiz-wrap .tutor-quiz-btn-group .tutor-btn-ghost.tutor-ml-auto,.bb-sfwd-aside.bb-dark-theme .bb-footer,.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-wrapper.left,.bb-sfwd-aside.bb-dark-theme .bb-mobile-panel-wrapper.left .bb-mobile-panel-inner,.bb-sfwd-aside.bb-dark-theme .buddypanel,.bb-sfwd-aside.bb-dark-theme .buddypanel #site-logo,.bb-sfwd-aside.bb-dark-theme .buddypanel .side-panel-menu a,.bb-sfwd-aside.bb-dark-theme .panel-head,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-start-quiz-wrapper,.bb-sfwd-aside.bb-dark-theme .tutor-course-topic-single-body,.bb-sfwd-aside.bb-dark-theme .tutor-table tr td,.bb-sfwd-aside.bb-dark-theme .tutor-zoom-meeting-content,.bb-sfwd-aside.bb-dark-theme div.bb-lms-header,.bb-sfwd-aside.bb-dark-theme.tutor-lms .tutor-course-single-content-wrapper{background:#121212}.bb-sfwd-aside.bb-dark-theme #tutor-assignment-wrap .tutor-assignment-attachments-list .tutor-instructor-card,.bb-sfwd-aside.bb-dark-theme #tutor-assignment-wrap .tutor-instructor-card,.bb-sfwd-aside.bb-dark-theme #tutor-assignment-wrap.tutor-submit-assignment .tutor-assignment-submission .tutor-assignment-body .tutor-assignment-attachment,.bb-sfwd-aside.bb-dark-theme .quiz-question-ans-choice .tutor-form-control,.bb-sfwd-aside.bb-dark-theme .tutor-course-attachment.tutor-card,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-footer,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-question-ans-choice-area .fill-in-the-gap input,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .tutor-quiz-border-box,.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-actual-comment:after,.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-actual-comment:before,.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-box .tutor-comment-textarea textarea,.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-textarea:after,.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-textarea:before,.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list .tutor-single-comment .tutor-actual-comment,.bb-sfwd-aside.bb-dark-theme .tutor-modal-content,.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrap .tutor-quiz-question-item .tutor-card,.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrapper .quiz-question-ans-choice textarea.tutor-form-control,.bb-sfwd-aside.bb-dark-theme .tutor-spotlight-mobile-progress-complete,.bb-sfwd-aside.bb-dark-theme .tutor-table thead tr th,.bb-sfwd-aside.bb-dark-theme .tutor-table tr:nth-child(even) td{background-color:#1c1c1c}.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-actual-comment:after,.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-textarea:after,.bb-sfwd-aside.bb-dark-theme .tutor-modal-content{border-color:#1c1c1c}.bb-sfwd-aside.bb-dark-theme #tutor-assignment-wrap #tutor-student-assignment-edit-file-preview .tutor-instructor-card .tutor-icard-content>div:first-child,.bb-sfwd-aside.bb-dark-theme #tutor-assignment-wrap .tutor-assignment-attachments-list .tutor-instructor-card .tutor-icard-content .tutor-color-secondary a,.bb-sfwd-aside.bb-dark-theme .quiz-question-ans-choice .tutor-form-control,.bb-sfwd-aside.bb-dark-theme .tutor-color-black,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-topbar-mark-btn,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-question-ans-choice-area .fill-in-the-gap input,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-title .tutor-color-secondary,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header.is-active .tutor-course-topic-title,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header:hover .tutor-course-topic-title,.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-actual-comment,.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-box .tutor-comment-textarea textarea,.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-textarea,.bb-sfwd-aside.bb-dark-theme .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list .tutor-single-comment .tutor-actual-comment .tutor-comment-author span:first-child,.bb-sfwd-aside.bb-dark-theme .tutor-nav-link.is-active,.bb-sfwd-aside.bb-dark-theme .tutor-quiz-attempt-details tbody td,.bb-sfwd-aside.bb-dark-theme .tutor-quiz-attempt-details td.given-answer,.bb-sfwd-aside.bb-dark-theme .tutor-quiz-attempt-details td.questions,.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrap .tutor-quiz-question-item .tutor-card,.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrap div>a.tutor-btn-ghost,.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrap div>a.tutor-btn-ghost [class*=tutor-icon-],.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrap input[type=checkbox].tutor-form-check-input+.tutor-fs-6,.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrap input[type=radio].tutor-form-check-input+.tutor-fs-6,.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrapper .fill-in-the-gap,.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrapper .quiz-meta-info .quiz-time-remaining #tutor-quiz-time-update,.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrapper .quiz-meta-info>div .tutor-color-muted,.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrapper .quiz-meta-info>div .tutor-fw-bold,.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrapper .quiz-question-ans-choice-area .tutor-dropzone .tutor-dragging-text-conent,.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrapper .quiz-question-ans-choice-area .tutor-quiz-border-box .tutor-dragging-text-conent,.bb-sfwd-aside.bb-dark-theme .tutor-table thead tr th,.bb-sfwd-aside.bb-dark-theme .tutor-table-quiz-attempts tr td,.bb-sfwd-aside.bb-dark-theme .tutor-time-countdown.tutor-countdown-lg div h3,.bb-sfwd-aside.bb-dark-theme .tutor-zoom-meeting-content .meeting-details div p{color:#fff}.bb-sfwd-aside.bb-dark-theme #tutor-single-entry-content .tutor-quiz-wrap .tutor-quiz-btn-group .tutor-btn-ghost.tutor-ml-auto,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header .tutor-course-topic-title,.bb-sfwd-aside.bb-dark-theme .tutor-modal-content .tutor-modal-close-o [class*=tutor-icon-],.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrapper .answer_limit_desc,.bb-sfwd-aside.bb-dark-theme .tutor-quiz-wrapper .quiz-question .matching-quiz-question-desc p{color:#aaa}.bb-sfwd-aside.bb-dark-theme .tutor-spotlight-mobile-progress-complete{box-shadow:none}.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-title{border-color:#333}.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-title,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-accordion-item-body,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-accordion-item-header,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic-item a{background-color:#1c1c1c;border-color:#121212}.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-accordion-item-header.is-active,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-accordion-item-header:hover{background:rgba(146,164,183,.1);color:#fff}.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic-item-icon,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic-item-title{color:#888}.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-accordion-item-header.is-active:after,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-accordion-item-header:hover:after{color:#fff}.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic-item a:hover .tutor-course-topic-item-icon,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic-item a:hover .tutor-course-topic-item-title,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic-item.is-active .tutor-course-topic-item-icon,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic-item.is-active .tutor-course-topic-item-title{color:#fff}.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic-item.is-active a,.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-course-topic-item:hover a{background:rgba(146,164,183,.1)}.bb-sfwd-aside.bb-dark-theme .tutor-course-single-sidebar-wrapper .tutor-accordion-item-header{color:#888}.bb-sfwd-aside.bb-dark-theme .tutor-color-secondary,.bb-sfwd-aside.bb-dark-theme .tutor-nav-link{color:#aaa}.bb-sfwd-aside.bb-dark-theme .header-search-wrap,.bb-sfwd-aside.bb-dark-theme .header-search-wrap input.search-field{background:#000;color:#fff}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li:hover{color:#fff}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li:hover.menu-item-has-children:after{color:#fff}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li:hover>a span,.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li:hover>a>i{color:#fff}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li.menu-item-has-children:after{color:#888}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li.menu-item>.ab-submenu:before{border-color:#232323 #232323 transparent transparent}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu{background-color:#000}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu{background-color:#000}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item:hover>a{background:rgba(255,255,255,.15);color:#aaa}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item:hover>a>i{color:#aaa}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item.menu-item-has-children:after{color:#aaa}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item.menu-item-has-children:hover:after{color:#aaa}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item>a{color:#aaa}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item>a>i{color:#aaa}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li .ab-submenu .bb-sub-menu li.menu-item.menu-item.menu-item-has-children>a:after{color:#aaa}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li>a{color:#939597}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li>a>i{color:#fff}.bb-sfwd-aside.bb-dark-theme #primary-navbar .primary-menu>li>a:hover{color:#fff}.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .more-button.active:after{border-color:#232323 #232323 transparent transparent}.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu{background-color:#000}.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu a{color:#aaa}.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu li:hover>a{color:#aaa;background:rgba(255,255,255,.15)}.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu{background-color:#000}.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu,.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu:before{background-color:#000}.bb-sfwd-aside.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu li:hover>a{color:#aaa;background:rgba(255,255,255,.15)}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu{background-color:#000}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .user-mention,.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu a,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu .user-mention,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a{color:#aaa}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu a:before,.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu a>i,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a:before,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a>i{color:#aaa}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover a:before,.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover>a,.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li:hover>a>i,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover a:before,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover>a,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover>a>i{color:#aaa}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu li.no-icon>a:before,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li.no-icon>a:before{color:#aaa}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu:before,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu:before{border-color:#232323 #232323 transparent transparent}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper{background-color:transparent}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper:before{background-color:#000}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .wrapper li .wrapper .ab-submenu{background-color:#000;box-shadow:none}.bb-sfwd-aside.bb-dark-theme .site-header .sub-menu .user-link{border-color:#333 #333 transparent transparent}.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu{background-color:#000}.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a:hover,.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li:hover>a{background:rgba(255,255,255,.15)}.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li .wrapper .bb-sub-menu{background-color:#000}.bb-sfwd-aside.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu li .wrapper .bb-sub-menu a:hover{background:rgba(255,255,255,.15)}.bb-sfwd-aside.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link>i{color:#aaa}.bb-sfwd-aside.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link:hover .user-name,.bb-sfwd-aside.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-link:hover>i{color:#fff}.bb-sfwd-aside.bb-dark-theme .site-header #header-aside .user-wrap.menu-item-has-children .user-name{color:#fff}.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .primary-menu>li:hover>a:before{background:rgba(255,255,255,.1)}.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link .user-name{color:#aaa}.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link:hover .user-name{color:#fff}.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link:hover:before{background:rgba(255,255,255,.1)}.bb-sfwd-aside.bb-dark-theme.bb-template-v2 .site-header .user-wrap.menu-item-has-children.selected .user-link:before{background:rgba(255,255,255,.1)}.bb-sfwd-aside.bb-dark-theme .bb-toggle-panel,.bb-sfwd-aside.bb-dark-theme .buddypanel .bb-toggle-panel,.bb-sfwd-aside.bb-dark-theme .side-panel-menu i,.bb-sfwd-aside.bb-dark-theme .site-header i,.bb-sfwd-aside.bb-dark-theme .user-wrap a.user-link{color:#fff}.bb-sfwd-aside.bb-dark-theme .bb-toggle-panel:hover,.bb-sfwd-aside.bb-dark-theme .bb-toggle-panel:hover i,.bb-sfwd-aside.bb-dark-theme .buddypanel .bb-toggle-panel:hover,.bb-sfwd-aside.bb-dark-theme .site-header #header-aside a.user-link:hover i,.bb-sfwd-aside.bb-dark-theme .user-wrap a.user-link:hover,.bb-sfwd-aside.bb-dark-theme .user-wrap a.user-link:hover i{color:#aaa}.tutor-dashboard .tutor-frontend-dashboard-header{background-color:var(--bb-content-background-color);border:1px solid var(--tutor-border-color);border-radius:var(--bb-block-radius);padding:24px;margin-bottom:32px}.tutor-dashboard .tutor-frontend-dashboard-header:after{display:none}.tutor-dashboard .tutor-frontend-dashboard-header .tutor-dashboard-header-avatar{display:-webkit-box;display:-ms-flexbox;display:flex}.tutor-dashboard .tutor-frontend-dashboard-header .tutor-dashboard-header-avatar>.tutor-avatar-xl{width:88px;height:88px}.tutor-dashboard .tutor-frontend-dashboard-header .tutor-dashboard-header-avatar img{max-width:88px}.tutor-dashboard .tutor-frontend-dashboard-header .tutor-user-info{margin-left:12px}.tutor-dashboard .tutor-frontend-dashboard-header .tutor-dashboard-header-username{color:var(--bb-headings-color);font-size:30px;font-weight:700;line-height:1.26;margin-bottom:8px}.tutor-dashboard .tutor-frontend-dashboard-header .tutor-dashboard-header-greetings{color:var(--bb-headings-color);font-weight:500}.tutor-dashboard .tutor-frontend-dashboard-header .tutor-ratings-stars>*{margin:0}.tutor-dashboard .tutor-frontend-dashboard-header #tutor-create-new-course [class^=tutor-icon-].tutor-icon-plus-square:before,.tutor-dashboard .tutor-frontend-dashboard-header .tutor-add-new-course-bundle [class^=tutor-icon-].tutor-icon-plus-square:before{font-size:20px;font-weight:300}.tutor-dashboard .tutor-frontend-dashboard-header .tutor-header-right-side #tutor-become-instructor-button .tutor-icon-user-bold:before{font-size:20px}.tutor-dashboard .tutor-frontend-dashboard-header #tutor-notifications-wrapper .tutor-floating-badge{color:var(--bb-headings-color);background-color:var(--bb-content-alternate-background-color);font-size:11px;font-weight:600;border:2px solid var(--bb-content-background-color)}.tutor-dashboard .tutor-frontend-dashboard-header #tutor-notifications-wrapper .tutor-iconic-btn [class^=tutor-icon-].tutor-icon-bell-bold:before{font-size:32px}@media screen and (max-width:992px){.buddypanel-open .tutor-dashboard .tutor-frontend-dashboard-header .tutor-header-left-side{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.buddypanel-open .tutor-dashboard .tutor-frontend-dashboard-header .tutor-header-right-side{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important;margin-top:20px;margin-bottom:0}}@media screen and (max-width:767px){.tutor-dashboard .tutor-frontend-dashboard-header .tutor-dashboard-header-username{font-size:24px}.tutor-dashboard .tutor-frontend-dashboard-header .tutor-header-left-side{-ms-flex-flow:column;flex-flow:column;gap:15px;text-align:center}.tutor-dashboard .tutor-frontend-dashboard-header .tutor-header-right-side{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important;margin-bottom:0}}.tutor-dashboard .tutor-frontend-dashboard-maincontent{border:1px solid var(--tutor-border-color);border-radius:var(--bb-block-radius)}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu{background-color:var(--tutor-sidebar-background);border-right:1px solid var(--tutor-border-color);border-radius:var(--bb-block-radius) 0 0 var(--bb-block-radius);padding:0 10px 0 15px}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item-icon{font-size:20px}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li a{font-size:14px;font-weight:500;padding:10px 15px;border-radius:6px}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li a .tutor-dashboard-menu-item-icon,.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li a span{color:var(--bb-sidenav-text-regular)}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li a .tutor-dashboard-menu-item-icon{opacity:.5}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li:not(.active) a:hover .tutor-dashboard-menu-item-icon,.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li:not(.active) a:hover span{color:var(--bb-sidenav-text-hover)}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li.active a,.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li.active a:hover{background-color:var(--tutor-color-primary)}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li.active a .tutor-dashboard-menu-item-icon,.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li.active a span,.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li.active a:hover .tutor-dashboard-menu-item-icon,.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-permalinks li.active a:hover span{color:var(--bb-sidenav-text-active);opacity:1}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^=tutor-icon-]{font-size:24px;font-weight:400}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^=tutor-icon-].tutor-icon-dashboard:before{content:"\ee12"}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^=tutor-icon-].tutor-icon-user-bold:before{content:"\ef52";font-weight:400}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^=tutor-icon-].tutor-icon-star-bold:before{content:"\ef32";font-weight:400}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^=tutor-icon-].tutor-icon-quiz-attempt:before{content:"\ee8e"}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^=tutor-icon-].tutor-icon-question:before{content:"\ee31";font-weight:400}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^=tutor-icon-].tutor-icon-cart-bold:before{content:"\ef06"}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^=tutor-icon-].tutor-icon-rocket:before{content:"\ee3f"}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^=tutor-icon-].tutor-icon-layer:before{content:"\eec3"}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^=tutor-icon-].tutor-icon-wallet:before{content:"\ef6d"}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^=tutor-icon-].tutor-icon-quiz-o:before{content:"\ef01";font-weight:400}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item [class^=tutor-icon-].tutor-icon-assignment:before{content:"\ee74"}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item.active [class^=tutor-icon-],.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu .tutor-dashboard-menu-item.active [class^=tutor-icon-]:before{font-weight:300}.tutor-dashboard .tutor-frontend-dashboard-maincontent ul.tutor-dashboard-permalinks{margin:0;padding:30px 0}.tutor-dashboard .tutor-frontend-dashboard-maincontent ul.tutor-dashboard-permalinks:before{display:none}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-menu-divider-header{font-size:14px;font-weight:600;color:var(--bb-sidenav-text-regular);opacity:.5;text-transform:uppercase}@media screen and (max-width:767px){.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-content{border-radius:var(--bb-block-radius)}.tutor-dashboard .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu{border-right:0}}.tutor-dashboard .tutor-dashboard-content{background-color:var(--bb-content-background-color);border-radius:0 var(--bb-block-radius) var(--bb-block-radius) 0;padding:32px 35px;margin:0 -10px;height:100%}.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box [class^=tutor-icon-]{font-size:40px;font-weight:300}.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-book-open:before{content:"\e86e"}.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-mortarboard-o:before{content:"\e96f"}.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-trophy:before{content:"\ef4c"}.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-user-graduate:before{content:"\eeac"}.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-box-open:before{content:"\eed2"}.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-coins:before{content:"\ee2a"}.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-add-member:before{content:"\ea0c"}.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-star-bold:before{content:"\ef32"}.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-bullhorn:before{content:"\ee03"}.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-chart-pie:before{content:"\ee15"}.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-wallet:before{content:"\ef6d"}.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-dollar-slot:before{content:"\ee48"}.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-filter-dollar:before{content:"\ee9a"}.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box .tutor-icon-badge-discount:before{content:"\eeed"}@media screen and (max-width:992px){.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box [class^=tutor-icon-]{font-size:30px}}.tutor-dashboard .tutor-dashboard-content .tutor-analytics-info-cards .tutor-card .tutor-round-box .tutor-icon-book-open:before{content:"\eeac"}.tutor-dashboard .tutor-dashboard-content .analytics-export-wrapper #download_analytics:disabled{border-color:#e9e9ea;background-color:#e9e9ea;color:inherit}@media screen and (max-width:992px){.tutor-dashboard .tutor-dashboard-content .analytics-student-details.tutor-user-public-profile.tutor-user-public-profile-pp-circle .pp-area{margin-top:0!important}.tutor-dashboard .tutor-dashboard-content .analytics-student-details.tutor-user-public-profile.tutor-user-public-profile-pp-circle .pp-area .profile-name{text-align:left!important}}.tutor-dashboard.is-sidebar-expanded ul.tutor-dashboard-permalinks li.active a{border-radius:var(--bb-button-radius)}.tutor-dashboard .popular-courses-heading-dashboard>span,.tutor-dashboard .tutor-dashboard-content-inner>.tutor-fs-5.tutor-color-black,.tutor-dashboard .tutor-dashboard-content>.tutor-fs-5.tutor-color-black,.tutor-dashboard .tutor-dashboard-title,.tutor-dashboard .tutor-frontend-dashboard-course-progress>.tutor-color-black{color:var(--bb-headings-color);font-size:1.5rem;font-weight:600;line-height:1.3}.tutor-dashboard .popular-courses-heading-dashboard .tutor-btn{color:var(--bb-body-text-color);font-weight:500}.tutor-dashboard .tutor-nav:not(.tutor-nav-pills,.tutor-nav-tabs){border-bottom-color:transparent}.tutor-dashboard .tutor-nav:not(.tutor-nav-pills,.tutor-nav-tabs) .tutor-nav-item:not(:last-child){margin-right:30px}.tutor-dashboard .tutor-nav:not(.tutor-nav-pills,.tutor-nav-tabs) .tutor-nav-link{color:var(--tutor-body-color);font-size:14px;font-weight:500;border-bottom-width:2px;letter-spacing:-.24px;padding:8px 0}.tutor-dashboard .tutor-nav:not(.tutor-nav-pills,.tutor-nav-tabs) .tutor-nav-link.is-active{color:var(--bb-headings-color);font-weight:600;border-bottom-color:var(--tutor-color-primary)}.tutor-dashboard .tutor-nav:not(.tutor-nav-pills,.tutor-nav-tabs) .tutor-nav-link.tutor-nav-more-item{color:var(--tutor-color-primary)}.tutor-dashboard .tutor-nav:not(.tutor-nav-pills,.tutor-nav-tabs) .tutor-nav-more-list .tutor-nav-item{margin-right:0}.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary{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)}.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary:hover{color:#1e2132;background-color:rgba(255,255,255,.05)}.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary:active{color:#1e2132;background-color:rgba(255,255,255,.09)}.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary.disabled,.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary:disabled{color:#c8cbcf;background-color:#f5f5f5}.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary.outline{background:0 0;color:#fff;border-color:#fff}.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary.outline:hover{color:rgba(255,255,255,.05);border-color:rgba(255,255,255,.05)}.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary.outline:active{color:rgba(255,255,255,.12);border-color:rgba(255,255,255,.12)}.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary.outline.disabled,.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary.outline:disabled{background:#f5f5f5;color:#dedfe2;border-color:#dedfe2;opacity:1}.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary:active,.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary:focus,.tutor-dashboard .tutor-wp-dashboard-filter .tutor-btn-outline-primary: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);background-color:var(--tutor-color-primary-hover);border:1px solid var(--tutor-color-primary-hover)}.tutor-dashboard .tutor-wp-dashboard-filter .tutor-v2-date-range-picker{margin-top:15px}.tutor-dashboard .tutor-social-field [class^=tutor-icon-]{font-family:bb-icons!important;font-size:20px;font-weight:400;opacity:.5;margin-right:5px;position:relative;top:1px}.tutor-dashboard .tutor-social-field .tutor-icon-brand-facebook:before{content:"\edd2"}.tutor-dashboard .tutor-social-field .tutor-icon-brand-twitter:before{content:"\edf4"}.tutor-dashboard .tutor-social-field .tutor-icon-brand-linkedin:before{content:"\eddf"}.tutor-dashboard .tutor-social-field .tutor-icon-earth:before{content:"\eeaa"}.tutor-dashboard .tutor-social-field .tutor-icon-brand-github:before{content:"\edd6"}.tutor-dashboard .tutor-header-right-side .tutor-align-center>span{color:var(--bb-body-text-color)!important;font-size:14px!important}.tutor-dashboard .tutor-header-right-side .tutor-align-center>span>b{color:var(--bb-headings-color)}.tutor-offcanvas .tutor-offcanvas-main{background-color:var(--bb-content-background-color)}.tutor-notification-element .element-content .message{background-color:var(--bb-content-alternate-background-color);border-radius:var(--bb-block-radius-inner);font-size:14px;margin-bottom:10px;padding:.75rem}.tutor-notification-tab .tab-body{scrollbar-color:var(--bb-content-border-color) var(--bb-content-alternate-background-color)}.tutor-dashboard .tutor-dashboard-content .tutor-cb-templates-table.tutor-cb-templates-table .item-wrapper,.tutor-dashboard .tutor-dashboard-content .tutor-option-nav-page.tutor-cb-templates-table .item-wrapper{border-color:var(--tutor-border-color);border-radius:var(--bb-block-radius-inner)}.tutor-cb-templates-table .tutor-card .tutor-col.tutor-align-items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1.5}.tutor-cb-templates-table .tutor-card .tutor-col-auto{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tutor-cb-templates-table .tutor-card .tutor-col-auto .tutor-option-field-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tutor-cb-templates-table .tutor-card .tutor-col-auto .tutor-option-field-input i{font-size:18px}.tutor-certificate-builder-btn,.tutor-certificate-builder-lg-btn{background-color:var(--tutor-color-primary);color:var(--bb-content-background-color)}.tutor-certificate-builder-white-btn,.tutor-certificate-builder-white-lg-btn{border-color:var(--tutor-color-primary);color:var(--tutor-color-primary);background-color:var(--bb-content-background-color)}.tutor-instructor-apply-button .tutor-bg-primary:hover{color:var(--bb-primary-button-text-hover);background-color:var(--tutor-color-primary-hover)}.tutor-ins-app-title{color:var(--bb-headings-color)}.tutor-dashboard #tutor-dashboard-footer-mobile{display:block;position:fixed;left:0;right:0;bottom:0;background:var(--bb-content-background-color);padding:10px;z-index:9999999}.tutor-dashboard #tutor-dashboard-footer-mobile>div>div>a span{display:block;padding:0 7px 7px}@media (min-width:768px){.tutor-dashboard #tutor-dashboard-footer-mobile{display:none}}#tutor-dashboard-footer-mobile .tutor-row .tutor-col-4{text-align:center;padding-top:-webkit-calc(var(--tutor-gutter-x) * .5);padding-top:calc(var(--tutor-gutter-x) * .5);color:var(--bb-headings-color);font-weight:500}@media screen and (max-width:992px){.tutor-analytics-graph .tutor-nav-tabs .tutor-nav-link{border-right:0}}@media screen and (max-width:544px){.tutor-analytics-graph .tutor-nav-tabs .tutor-nav-item{width:100%}.tutor-analytics-graph .tutor-nav-tabs .tutor-nav-item:first-child .tutor-nav-link{border-top-left-radius:var(--bb-block-radius-inner);border-top-right-radius:var(--bb-block-radius-inner)}}@media screen and (max-width:768px){.tutor-dashboard .tutor-modal-scrollable .tutor-modal-window,.tutor-dashboard .tutor-modal-window{height:-webkit-calc(100% - 136px);height:calc(100% - 136px);min-height:-webkit-calc(100% - 136px);min-height:calc(100% - 136px)}}@media screen and (max-width:544px){.tutor-dashboard-assignments .tutor-col-6{width:100%}.tutor-dashboard-announcement-sorting-wrap div:nth-child(1){-ms-flex-preferred-size:100%;flex-basis:100%}.tutor-dashboard-announcement-sorting-input{max-width:100%}}.tutor-dashboard-qna-vew-as input[type=checkbox]{visibility:hidden;opacity:0}.tutor-qna-badges .tutor-icon-trash-can-bold:before{font-weight:400}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat .tutor-qna-text{font-size:15px;border-radius:var(--bb-block-radius-inner)}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat .tutor-qna-user .tutor-color-secondary{color:var(--bb-headings-color);line-height:21px}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat .tutor-qna-user .tutor-color-muted{color:var(--tutor-body-color)}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat .tutor-qna-user img{width:52px;height:52px}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat .tutor-qna-text:before{width:10px;height:10px}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat.tutor-qna-left .tutor-qna-text:before{left:20px}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat.tutor-qna-right .tutor-qna-text:before{right:20px}.tutor-qna-single-question:not([data-context=backend-dashboard-qna-single]) .tutor-qna-right .tutor-qna-text{background-color:var(--bb-content-alternate-background-color)}.tutor-qna-single-question:not([data-context=backend-dashboard-qna-single]) .tutor-qna-left .tutor-qna-text{background-color:rgba(var(--bb-default-notice-color-rgb),.1)}.frontend-dashboard-qna-table-instructor tr td{vertical-align:top}.frontend-dashboard-qna-table-instructor .tutor-qna-question-col{margin-top:0}.frontend-dashboard-qna-table-instructor .tutor-qna-question-col .tutor-qna-desc .tutor-qna-content{line-height:140%}.frontend-dashboard-qna-table-instructor .tutor-qna-question-col .tutor-qna-desc .tutor-color-secondary span.tutor-fw-medium{color:var(--bb-headings-color)}.frontend-dashboard-qna-table-instructor .tutor-qna-question-col .tutor-qna-desc .tutor-color-secondary span{color:var(--bb-alternate-text-color)}.frontend-dashboard-qna-table-instructor tr td:first-of-type .tooltip-txt.tooltip-bottom{-webkit-transform:translateX(2px);-ms-transform:translateX(2px);transform:translateX(2px);left:-webkit-calc(100% + 8px);left:calc(100% + 8px);top:unset}.frontend-dashboard-qna-table-instructor tr td:first-of-type .tooltip-txt.tooltip-bottom:after{top:18px;margin-top:-5px;border:5px solid transparent;left:unset;bottom:unset;right:100%;border-right-color:var(--bb-tooltip-background)}.frontend-dashboard-qna-table-instructor tr td:first-of-type .tutor-avatar+div>div:first-of-type{color:var(--bb-headings-color)}.frontend-dashboard-qna-table-instructor tr td:first-of-type .tutor-avatar+div .tutor-mt-4{margin-top:0}.tutor-qna-single-question .tutor-qa-sticky-bar{margin:-32px -35px 24px;padding:0 35px}.tutor-qna-single-question .tutor-qa-sticky-bar .tutor-px-12{padding-left:0}.tutor-qa-sticky-bar .tutor-btn{font-size:14px}.tutor-qa-sticky-bar .tutor-btn [class*=" tutor-icon-"],.tutor-qa-sticky-bar .tutor-btn [class^=tutor-icon-]{font-size:24px}.tutor-ratings .tutor-ratings-stars>*{margin:0}.tutor-ratings .tutor-ratings-average{font-size:14px;font-weight:500;color:var(--bb-headings-color);line-height:1.5;margin-left:5px}.tutor-ratings .tutor-ratings-count{color:var(--bb-alternate-text-color);font-size:14px;font-weight:400;line-height:1.5;margin-left:5px}.tutor-ratings [class^=tutor-icon-]{font-family:bb-icons!important}.tutor-ratings [class^=tutor-icon-].tutor-icon-star-bold,.tutor-ratings [class^=tutor-icon-].tutor-icon-star-line{font-size:20px}.tutor-ratings [class^=tutor-icon-].tutor-icon-star-half-bold{font-size:20px}.tutor-ratings [class^=tutor-icon-].tutor-icon-star-half-bold:before{content:"\ef33";font-weight:300}.tutor-ratings [class^=tutor-icon-].tutor-icon-star-line:before{font-weight:400}.tutor-iconic-btn-secondary{background-color:var(--bb-content-alternate-background-color)}.tutor-btn-outline-primary{color:var(--bb-primary-button-text-regular);background-color:var(--tutor-color-primary-hover)}.tutor-dashboard-menu-divider{border-color:var(--tutor-border-color)}.tutor-empty-state .tutor-color-secondary{color:var(--tutor-body-color)}.tutor-form-select-search .tutor-form-icon+input[type=search]{background-image:none}.tutor-row.tutor-row--notice{padding-left:-webkit-calc(var(--tutor-gutter-x) * .5);padding-left:calc(var(--tutor-gutter-x) * .5);padding-right:-webkit-calc(var(--tutor-gutter-x) * .5);padding-right:calc(var(--tutor-gutter-x) * .5)}.tutor-row.tutor-row--notice .bp-feedback{margin:0 0 -webkit-calc(var(--tutor-gutter-x) * 1.5);margin:0 0 calc(var(--tutor-gutter-x) * 1.5)}.tutor-row.tutor-row--notice>*{padding-left:0;padding-right:0}.tutor-analytics-students .tutor-table tbody tr td:first-of-type .tutor-ml-16 div:first-of-type{color:var(--bb-headings-color)}.tutor-analytics-courses .tutor-table tbody tr td:first-of-type>span{color:var(--bb-headings-color)}.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks{list-style:none}.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-menu-item:not(:last-child){margin-bottom:5px}.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-menu-item-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--tutor-body-color)}.tutor-dashboard-content .tutor-card{border-radius:var(--bb-block-radius-inner)}.tutor-dashboard-content .tutor-card-list-item:last-child{border-bottom-left-radius:var(--bb-block-radius-inner);border-bottom-right-radius:var(--bb-block-radius-inner)}.tutor-table{border:0;border-bottom:1px solid var(--tutor-border-color)}.tutor-table thead tr th{color:var(--bb-body-text-color);background-color:var(--tutor-table-header-background);border-bottom:1px solid var(--tutor-border-color);font-size:13px;font-weight:400;line-height:1.4;padding:13px 16px}.tutor-table tr:first-child th:first-child{border-top-left-radius:var(--bb-block-radius-inner)}.tutor-table tr:first-child th:last-child{border-top-right-radius:var(--bb-block-radius-inner)}.tutor-table tr:last-child td:first-child{border-bottom-left-radius:var(--bb-block-radius-inner)}.tutor-table tr:last-child td:last-child{border-bottom-right-radius:var(--bb-block-radius-inner)}.tutor-table tr td{background-color:var(--bb-content-background-color);font-weight:400;line-height:1.5}.tutor-table tr:nth-child(even) td{background-color:var(--bb-body-background-color)}.tutor-table tr td .tutor-table-link,.tutor-table tr td>a:not(.tutor-btn,.tutor-iconic-btn,.quiz-manual-review-action){color:var(--bb-headings-color)}.tutor-table.table-popular-courses tr td a:not(.tutor-btn,.tutor-iconic-btn,.quiz-manual-review-action){color:var(--bb-headings-color)}.tutor-table.table-popular-courses tr td a:not(.tutor-btn,.tutor-iconic-btn,.quiz-manual-review-action):hover{color:var(--tutor-color-primary)}.tutor-table.table-popular-courses td{color:var(--bb-headings-color);background-color:transparent;font-size:14px;font-weight:600;line-height:1.6}.tutor-table.tutor-table-quiz-attempts td:first-child .tutor-mt-4{font-size:16px}.tutor-table.tutor-table-quiz-attempts td:first-child .tutor-color-muted,.tutor-table.tutor-table-quiz-attempts td:first-child .tutor-color-secondary{color:var(--bb-headings-color);font-weight:400}.tutor-table.tutor-table-quiz-attempts td:first-child .tutor-color-muted{font-weight:600}.tutor-table.tutor-table-quiz-attempts .tooltip-wrap .tutor-icon-circle-info-o{font-size:14px;font-weight:100}.tutor-table.tutor-quiz-attempt-details tr td{vertical-align:top}.tutor-table tr td{font-size:14px}.tutor-table.tutor-quiz-attempt-details .tutor-fs-7,.tutor-table.tutor-quiz-attempt-details tr td{font-size:13px}.tutor-analytics-widget-popular-courses .tutor-table tbody td:first-child{font-weight:500;color:var(--bb-headings-color)}.table-reviews thead th:first-child,.tutor-analytics-widget-reviews .tutor-table thead th:first-child{width:190px}.table-reviews tbody td:first-child,.tutor-analytics-widget-reviews .tutor-table tbody td:first-child{font-weight:600}.table-reviews td,.tutor-analytics-widget-reviews .tutor-table td{color:var(--bb-headings-color);font-size:14px;font-weight:400}.table-reviews td .tutor-avatar+span,.tutor-analytics-widget-reviews .tutor-table td .tutor-avatar+span{color:var(--bb-headings-color);font-size:14px;font-weight:500}.table-reviews td .tutor-ratings+div,.tutor-analytics-widget-reviews .tutor-table td .tutor-ratings+div{color:var(--tutor-body-color);font-size:14px;font-weight:400}.table-reviews td div .tutor-color-secondary,.table-reviews td div .tutor-fs-8,.tutor-analytics-widget-reviews .tutor-table td div .tutor-color-secondary,.tutor-analytics-widget-reviews .tutor-table td div .tutor-fs-8{color:var(--bb-headings-color);font-size:14px;font-weight:500}.table-reviews td div .tutor-color-muted,.tutor-analytics-widget-reviews .tutor-table td div .tutor-color-muted{color:var(--tutor-body-color);font-size:14px;font-weight:400}table.qna-list-table .tutor-qna-question-col.is-read .tutor-fs-6,table.qna-list-table .tutor-qna-question-col.is-read .tutor-qna-content{font-size:inherit}table.qna-list-table tr td:first-child .tooltip-icon-custom i{font-size:24px}.tutor-lms-custom-colors .tutor-table-quiz-attempts .tutor-btn-outline-primary{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color)}.tutor-lms-custom-colors .tutor-table-quiz-attempts .tutor-btn-outline-primary:focus{box-shadow:var(--bb-outline-button-focus-shadow)}.tutor-lms-custom-colors .tutor-table-quiz-attempts .tutor-btn-outline-primary: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)}.tutor-table-quiz-attempts tr td{font-size:13px;font-weight:600;color:var(--bb-headings-color);line-height:1.5}.tutor-table-quiz-attempts .tutor-fs-7{font-size:13px;line-height:1.5}.tutor-table-google-meet-meeting .td-action-btns .tutor-btn,.tutor-table-zoom .td-action-btns .tutor-btn{text-wrap:nowrap;font-size:14px}.tutor-table-google-meet-meeting .td-action-btns .tutor-dropdown-parent .tutor-icon-angle-down,.tutor-table-zoom .td-action-btns .tutor-dropdown-parent .tutor-icon-angle-down{font-size:14px;line-height:1}.tutor-table-google-meet-meeting tr td:first-child>div,.tutor-table-zoom tr td:first-child>div{font-weight:500;color:var(--bb-headings-color)}.tutor-table-google-meet-meeting tr td:first-child>div .tutor-color-muted,.tutor-table-zoom tr td:first-child>div .tutor-color-muted{font-weight:400}.tutor-quiz-attempt-details:not(.tutor-table-data-td-target) tbody tr td{font-weight:600}.tutor-quiz-attempt-details:not(.tutor-table-data-td-target) tbody tr td:first-of-type{font-weight:400}.tutor-quiz-attempt-details .explain-toggle{background-color:var(--bb-content-alternate-background-color)}.tutor-quiz-attempt-details .quiz-explanation-wrapper{background-color:rgba(var(--tutor-color-success-rgb),.1);border-radius:var(--bb-block-radius-inner)}.tutor-quiz-attempt-details tbody td{color:var(--bb-headings-color)}.tutor-quiz-attempt-details td.type .tooltip-wrap.tooltip-icon:after{display:none}.tutor-quiz-attempt-details td.questions{color:var(--bb-body-text-color)}.tutor-quiz-attempt-details td.questions .tutor-fw-medium{font-weight:400}.tutor-quiz-attempt-details td.given-answer{font-weight:500;line-height:1.5;color:var(--bb-headings-color)}.tutor-quiz-attempt-details td.tutor-text-center,.tutor-quiz-attempt-details tr:nth-child(even) td.tutor-text-center{background-color:var(--bb-content-alternate-background-color)}.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-correct a.quiz-manual-review-action,.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-pending a.quiz-manual-review-action,.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-wrong a.quiz-manual-review-action{border:0;width:32px;height:32px;overflow:visible}.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-correct a.quiz-manual-review-action i,.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-pending a.quiz-manual-review-action i,.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-wrong a.quiz-manual-review-action i{font-weight:100;font-size:32px}.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-wrong .tutor-icon-rounded.tutor-color-success,.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-wrong .tutor-icon-rounded.tutor-color-success:hover,.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-wrong .tutor-icon-rounded.tutor-color-success,.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-wrong .tutor-icon-rounded.tutor-color-success:hover{color:var(--bb-alternate-text-color)!important;border-color:var(--bb-alternate-text-color)!important}.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-wrong .tutor-icon-rounded.tutor-color-danger,.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-wrong .tutor-icon-rounded.tutor-color-danger:hover,.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-wrong .tutor-icon-rounded.tutor-color-danger,.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-wrong .tutor-icon-rounded.tutor-color-danger:hover{color:var(--tutor-color-danger)}.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-correct .tutor-icon-rounded.tutor-color-danger,.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-correct .tutor-icon-rounded.tutor-color-danger:hover,.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-correct .tutor-icon-rounded.tutor-color-danger,.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-correct .tutor-icon-rounded.tutor-color-danger:hover{color:var(--bb-alternate-text-color)!important;border-color:var(--bb-alternate-text-color)!important}.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-correct .tutor-icon-rounded.tutor-color-success,.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-correct .tutor-icon-rounded.tutor-color-success:hover,.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-correct .tutor-icon-rounded.tutor-color-success,.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-correct .tutor-icon-rounded.tutor-color-success:hover{color:var(--tutor-color-success)}.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-pending .tutor-icon-rounded.tutor-color-danger,.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-pending .tutor-icon-rounded.tutor-color-danger:hover,.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-pending .tutor-icon-rounded.tutor-color-danger,.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-pending .tutor-icon-rounded.tutor-color-danger:hover{color:var(--bb-alternate-text-color)!important;border-color:var(--bb-alternate-text-color)!important}.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-pending .tutor-icon-rounded.tutor-color-success,.tutor-quiz-attempt-details tr.tutor-quiz-answer-status-pending .tutor-icon-rounded.tutor-color-success:hover,.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-pending .tutor-icon-rounded.tutor-color-success,.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-pending .tutor-icon-rounded.tutor-color-success:hover{color:var(--bb-alternate-text-color)!important;border-color:var(--bb-alternate-text-color)!important}.tutor-quiz-attempt-details .quiz-explanation-wrapper div p:last-of-type{margin-bottom:0}.tutor-dashboard-single-review .tutor-card-header{background-color:var(--tutor-table-header-background)}.tutor-dashboard-single-review .tutor-card-header .tutor-card-title{color:var(--bb-headings-color);font-size:18px;font-weight:600}.tutor-dashboard-single-review .tutor-card-header .tutor-card-title span{color:var(--tutor-body-color);font-size:18px}.tutor-dashboard-single-review .tutor-given-review-actions .tutor-btn{color:var(--tutor-body-color);font-size:16px;font-weight:500}.tutor-dashboard-single-review .tutor-given-review-actions .tutor-btn:hover{color:var(--tutor-color-primary)}.tutor-dashboard-single-review .tutor-given-review-actions .tutor-btn [class^=tutor-icon-]{font-family:bb-icons!important;font-size:24px}.tutor-dashboard-single-review .tutor-given-review-actions .tutor-btn [class^=tutor-icon-].tutor-icon-edit:before{content:"\ee5a"}.tutor-dashboard-single-review .tutor-given-review-actions .tutor-btn [class^=tutor-icon-].tutor-icon-trash-can-line:before{content:"\ef48"}.tutor-dashboard-single-review .tutor-card-body>.tutor-color-muted{color:var(--tutor-body-color);font-size:14px;font-weight:400}.tutor-wp-dashboard-filter-items input[type=search]{background-image:none}.tutor-course-progress-item.tutor-card .tutor-ratio{height:100%}.tutor-course-progress-item.tutor-card .tutor-card-body{padding:24px 32px}.tutor-course-progress-item.tutor-card .tutor-card-body .tutor-ratings{margin-bottom:10px}.tutor-course-progress-item.tutor-card .tutor-card-body .tutor-ratings .tutor-ratings-count{color:var(--bb-headings-color);font-weight:500}.tutor-course-progress-item.tutor-card .tutor-card-body .tutor-course-progress-item-title{color:var(--bb-headings-color);font-size:18px;font-weight:600;line-height:1.33}.tutor-course-progress-item.tutor-card .tutor-card-body .tutor-course-progress-item-title+div>.tutor-color-muted{color:var(--tutor-body-color);font-size:14px;font-weight:400}.tutor-course-progress-item.tutor-card .tutor-card-body .tutor-course-progress-item-title+div>.tutor-fw-medium{color:var(--bb-headings-color);font-size:14px;font-weight:500}.tutor-course-progress-item.tutor-card .tutor-card-body .progress-percentage{color:var(--bb-alternate-text-color)}.tutor-course-progress-item.tutor-card .tutor-card-body .progress-percentage>span{color:var(--bb-headings-color)}.tutor-progress-bar{background-color:var(--bb-content-alternate-background-color);height:5px}.tutor-progress-bar .tutor-progress-value{border-radius:10px}.tutor-pagination{border:0}.tutor-pagination .tutor-pagination-hints .tutor-color-black{color:var(--bb-headings-color);font-weight:600}.tutor-pagination .tutor-pagination-hints .tutor-color-black:last-child{color:var(--tutor-body-color)}.tutor-pagination ul.tutor-pagination-numbers{gap:5px}.tutor-pagination ul.tutor-pagination-numbers .page-numbers{color:var(--bb-body-text-color);font-size:13px;font-weight:500;line-height:1.5;padding:5px 12px;border-radius:var(--bb-block-radius-inner)}.tutor-pagination ul.tutor-pagination-numbers .page-numbers.next,.tutor-pagination ul.tutor-pagination-numbers .page-numbers.prev{border-radius:var(--bb-block-radius-inner)}.tutor-pagination ul.tutor-pagination-numbers .page-numbers:before{display:none}.tutor-pagination ul.tutor-pagination-numbers .page-numbers.current{color:var(--bb-content-background-color);background-color:var(--tutor-color-primary)}.tutor-pagination ul.tutor-pagination-numbers .page-numbers.next,.tutor-pagination ul.tutor-pagination-numbers .page-numbers.prev{color:var(--tutor-body-color);background-color:var(--bb-content-background-color);border:1px solid var(--tutor-border-color);margin-left:0}.tutor-pagination ul.tutor-pagination-numbers .page-numbers.next:hover,.tutor-pagination ul.tutor-pagination-numbers .page-numbers.prev:hover{background-color:var(--tutor-color-primary);border-color:transparent;color:var(--bb-content-background-color)}.tutor-pagination ul.tutor-pagination-numbers .page-numbers.prev{margin-right:0}.tutor-pagination ul.tutor-pagination-numbers .page-numbers [class^=tutor-icon-]{font-size:18px;font-weight:300}.tutor-course-card .tutor-course-name,.tutor-course-card .tutor-course-name a{color:var(--bb-headings-color);font-size:16px;margin-bottom:15px}.tutor-course-card .tutor-course-thumbnail .tutor-card-image-top{border-radius:var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0}.tutor-course-card .tutor-bundle-course-count-badge{font-size:14px;background-color:var(--tutor-color-primary)}.tutor-course-card .tutor-btn-outline-primary{color:var(--bb-headings-color);background-color:var(--bb-content-background-color);border-color:var(--tutor-border-color);font-weight:500}.tutor-course-card .tutor-btn-outline-primary:hover{color:var(--bb-content-background-color);background-color:var(--tutor-color-primary);border-color:var(--tutor-color-primary)}.tutor-course-card .tutor-course-bookmark>a{background-color:rgba(0,0,0,.1);border-color:transparent}.tutor-course-card .tutor-course-bookmark>a .tutor-icon-bookmark-bold,.tutor-course-card .tutor-course-bookmark>a .tutor-icon-bookmark-line{color:var(--bb-content-background-color);font-family:bb-icons!important;font-size:18px;font-weight:300}.tutor-course-card .tutor-course-bookmark>a .tutor-icon-bookmark-bold:before,.tutor-course-card .tutor-course-bookmark>a .tutor-icon-bookmark-line:before{content:"\e872"}.tutor-course-card .tutor-course-bookmark>a .tutor-icon-bookmark-line{font-weight:400}.tutor-course-card .tutor-course-bookmark>a:hover{background-color:rgba(0,0,0,.3)}.tutor-course-card .tutor-meta>*{color:var(--tutor-body-color)}.tutor-course-card .tutor-meta a{color:var(--bb-headings-color)}.tutor-course-card .tutor-card-footer{min-height:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tutor-course-card .tutor-card-footer>*{width:100%}.tutor-course-card .tutor-card-footer .list-item-price .price{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row-reverse;flex-flow:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:8px;column-gap:8px}.tutor-course-card .tutor-card-footer .list-item-price .price del .amount{color:var(--tutor-body-color);font-size:14px;font-weight:400}.tutor-course-card .tutor-card-footer .list-item-price .price .amount{color:var(--bb-headings-color);font-size:18px;font-weight:600}.tutor-course-card .tutor-card-footer .list-item-button .add_to_cart_button{border:0;padding:0}.tutor-course-card .tutor-card-footer .list-item-button .add_to_cart_button .cart-text{opacity:0;height:0;width:0;overflow:hidden}.tutor-course-card .tutor-card-footer .list-item-button .add_to_cart_button .tutor-icon-cart-line{color:var(--tutor-body-color);font-family:bb-icons!important;font-size:24px;font-weight:400}.tutor-course-card .tutor-card-footer .list-item-button .add_to_cart_button .tutor-icon-cart-line:before{content:"\ef1b"}.tutor-course-card .tutor-card-footer .list-item-button .add_to_cart_button:active,.tutor-course-card .tutor-card-footer .list-item-button .add_to_cart_button:focus,.tutor-course-card .tutor-card-footer .list-item-button .add_to_cart_button:hover{color:var(--tutor-color-primary);background-color:transparent}#tutor_calendar_wrapper>.tutor-fs-5.tutor-color-black{color:var(--bb-headings-color);font-size:1.5rem;font-weight:600;line-height:1.3}#tutor_calendar_wrapper .tutor-calendar-wrapper{border-radius:var(--bb-block-radius-inner);background-color:var(--bb-content-background-color);padding:20px}#tutor_calendar_wrapper .month-year{gap:8px}#tutor_calendar_wrapper .tutor-custom-calendar .tutor-calendar-heading>div{color:var(--bb-headings-color);font-size:12px;font-weight:500}#tutor_calendar_wrapper .tutor-custom-calendar .tutor-calendar-body>div{color:var(--tutor-body-color)}#tutor_calendar_wrapper .tutor-custom-calendar .tutor-calendar-body a{color:var(--tutor-body-color)}#tutor_calendar_wrapper .tutor-calendar-events-wrapper{border:0;background-color:transparent}#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper{padding:0}#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing>.icon-wrapper .tutor-icon-calender-line{color:var(--tutor-body-color);font-size:24px}#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing>.icon-wrapper>.tutor-fs-7{color:var(--bb-headings-color);font-size:16px;font-weight:500}#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing .tutor-event-wrapper{border-color:var(--tutor-border-color);border-radius:var(--bb-block-radius-inner);padding:10px}#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing .tutor-event-wrapper .meta-info i{font-size:20px;font-weight:400}#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing .tutor-event-wrapper .meta-info .time{color:var(--tutor-body-color);font-size:14px;font-weight:400}#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing .tutor-event-wrapper .meta-info a{color:var(--bb-headings-color);font-size:14px;font-weight:400}#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing .tutor-event-wrapper.overdue{border-color:rgba(var(--bb-danger-color-rgb),15%)}#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing .tutor-event-wrapper.overdue .meta-info a{color:var(--bb-danger-color)}#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing .tutor-event-wrapper.overdue .meta-info a .time,#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing .tutor-event-wrapper.overdue .meta-info a i,#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing .tutor-event-wrapper.overdue .meta-info a span,#tutor_calendar_wrapper .tutor-calendar-events-wrapper .tutor-calendar-listings-wrapper .tutor-event-listing .tutor-event-wrapper.overdue .meta-info a strong{color:var(--bb-danger-color)}.tutor-calendar-dropdown .tutor-calendar-dropdown-label{color:var(--bb-headings-color);background-color:var(--bb-content-alternate-background-color);padding:8px 12px}.tutor-calendar-dropdown .tutor-calendar-dropdown-label>svg{opacity:.5;margin-left:.5rem}.tutor-calendar-dropdown .tutor-calendar-dropdown-list li{color:var(--tutor-body-color)}.tutor-calendar-searching{max-width:400px}.tutor-quiz-attempt-details-wrapper>.tutor-btn{color:var(--tutor-body-color)}.tutor-quiz-attempt-details-wrapper>.tutor-btn .tutor-icon-previous{font-family:bb-icons!important;font-size:22px;font-weight:400;margin-right:5px}.tutor-quiz-attempt-details-wrapper>.tutor-btn .tutor-icon-previous:before{content:"\e85f"}.tutor-quiz-attempt-details-wrapper>.tutor-btn:hover{color:var(--tutor-color-primary)}.tutor-quiz-attempt-details-wrapper .tutor-color-secondary{color:var(--tutor-body-color)}.tutor-quiz-attempt-details-wrapper .header-title,.tutor-quiz-attempt-details-wrapper>.tutor-color-black{color:var(--bb-headings-color)}.tutor-quiz-attempt-details-wrapper .type .tooltip-icon:after{content:"\eebc";font-family:bb-icons!important;font-size:14px;font-weight:100}.tutor-quiz-attempt-details-wrapper .tutor-icon-angle-down{font-family:bb-icons!important;font-size:24px;font-weight:300}.tutor-quiz-attempt-details-wrapper .tutor-icon-angle-down:before{content:"\e826"}.quiz-attempt-answers-wrap{background-color:var(--bb-content-alternate-background-color);border-radius:var(--bb-block-radius-inner);padding:48px 60px;margin-top:24px}.tutor-qna-single-question .tutor-qa-reply{margin-top:24px}.quiz-attempt-answers-wrap .attempt-header-quiz{margin-top:0}.tutor-dashboard-content .analytics-student-details .photo-area{overflow:visible;height:auto;margin:30px 0}.tutor-dashboard-content .analytics-student-details .photo-area .cover-area{display:none}.tutor-dashboard-content .analytics-student-details .photo-area .pp-area{top:unset;padding:0}.tutor-dashboard-content .analytics-student-details .photo-area .pp-area .tutor-color-white,.tutor-dashboard-content .analytics-student-details .photo-area .pp-area h3{color:var(--bb-headings-color)}.tutor-dashboard-content .tutor-analytics-wrapper .tutor-analytics-filter-tabs{row-gap:20px}.tutor-dashboard-content .tutor-analytics-wrapper .tutor-analytics-filter-tabs .tutor-v2-date-range-picker{-ms-flex-preferred-size:45%!important;flex-basis:45%!important}@media screen and (max-width:800px){.tutor-dashboard-content .tutor-analytics-wrapper .tutor-analytics-filter-tabs{-ms-flex-wrap:wrap;flex-wrap:wrap}.tutor-dashboard-content .tutor-analytics-wrapper .tutor-analytics-filter-tabs .tutor-v2-date-range-picker{-ms-flex-preferred-size:100%!important;flex-basis:100%!important}}.tutor-qna-single-wrapper{padding-right:10px;margin-right:-10px}#tutor-registration-wrap,.tutor-login-wrap{border-radius:var(--bb-block-radius);background-color:var(--bb-content-background-color);margin:20px auto}#tutor-registration-wrap .tutor-alert,.tutor-login-wrap .tutor-alert{color:var(--tutor-body-color);background-color:var(--bb-content-background-color);font-size:15px}#tutor-registration-wrap .tutor-alert ul,.tutor-login-wrap .tutor-alert ul{list-style:none;margin:0}#tutor-registration-wrap .lostmenot+div>.tutor-form-check,.tutor-login-wrap .lostmenot+div>.tutor-form-check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#tutor-registration-wrap .lostmenot+div>.tutor-form-check label,.tutor-login-wrap .lostmenot+div>.tutor-form-check label{color:var(--bb-headings-color)}.tutor-screen-frontend-dashboard .tutor-forgot-password-form,.tutor-screen-frontend-dashboard .tutor-reset-password-form{padding-top:100px!important}.react-datepicker-popper .react-datepicker{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius-inner)}.react-datepicker-popper .react-datepicker .react-datepicker__navigation:hover{background-color:transparent}.tutor-react-datepicker__selects-range .react-datepicker-popper .react-datepicker .react-datepicker__current-month{color:var(--bb-headings-color)}.tutor-react-datepicker__selects-range .react-datepicker-popper .react-datepicker .react-datepicker__custom-footer{border-color:var(--tutor-border-color)}.tutor-react-datepicker__selects-range .react-datepicker-popper .react-datepicker .react-datepicker__custom-footer .react-datepicker__selected-days-count{color:var(--bb-alternate-text-color)}.tutor-react-datepicker__selects-range .react-datepicker-popper .react-datepicker .react-datepicker__day--range-end,.tutor-react-datepicker__selects-range .react-datepicker-popper .react-datepicker .react-datepicker__day--range-start{color:var(--bb-primary-button-text-regular)}.react-datepicker-popper .react-datepicker .react-datepicker__day-name{color:var(--bb-headings-color);font-size:12px;font-weight:500}.react-datepicker-popper .react-datepicker .react-datepicker__day{color:var(--tutor-body-color);font-size:14px}.react-datepicker-popper .react-datepicker .react-datepicker__day--disabled,.react-datepicker-popper .react-datepicker .react-datepicker__day--outside-month{color:var(--bb-alternate-text-color)}.react-datepicker-popper .react-datepicker .react-datepicker__day--keyboard-selected{color:var(--bb-primary-button-text-regular)}.react-datepicker-popper .react-datepicker .react-datepicker__day:not(.react-datepicker__day--keyboard-selected,.react-datepicker__day--selected,.react-datepicker__day--range-start,.react-datepicker__day--in-range):hover{background:var(--bb-content-alternate-background-color)}.react-datepicker-popper .react-datepicker .tutor-btn-outline-primary{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);-webkit-transition:all linear .2s;transition:all linear .2s;background-color:var(--tutor-color-primary);border-color:var(--tutor-color-primary)}.react-datepicker-popper .react-datepicker .tutor-btn-outline-primary:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.react-datepicker-popper .react-datepicker .tutor-btn-outline-primary:active,.react-datepicker-popper .react-datepicker .tutor-btn-outline-primary:focus,.react-datepicker-popper .react-datepicker .tutor-btn-outline-primary:hover{outline:0;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);background-color:var(--tutor-color-primary-hover);border-color:var(--tutor-color-primary-hover)}.ui-timepicker-div .ui_tpicker_time_input{border-radius:0}.tutor-modal-open .ui-datepicker .ui-datepicker-buttonpane button{padding:5px 15px;font-size:14px;margin:0 3px}@media screen and (max-width:800px){.tutor-announcements-form+.tutor-modal{min-height:auto;max-height:-webkit-calc(100% - 98px);max-height:calc(100% - 98px);height:auto}.tutor-announcements-form+.tutor-modal .tutor-modal-window{margin:0 auto}}.bb-template-v2 .tutor-dropdown .tutor-dropdown-item{border-radius:6px}.bb-template-v2 .tutor-dropdown .tutor-dropdown-item>span{color:var(--tutor-body-color)}.bb-template-v2 .tutor-modal-footer{border-top:0}[class*=" tutor-icon-"],[class^=tutor-icon-]{font-family:bb-icons!important}.tutor-icon-external-link:before{content:"\ee68"}.tutor-icon-search:before{content:"\ef10"}.tutor-icon-calender-line:before{content:"\e803"}.tutor-icon-import-o:before{content:"\ee57"}.tutor-icon-times:before{content:"\e828"}.tutor-icon-circle-info-o:before{content:"\eebc";font-weight:100}.tutor-icon-circle-info:before{content:"\eebc";font-weight:100}.tutor-icon-kebab-menu:before{content:"\ee5d"}.tutor-icon-edit:before{content:"\ee5a"}.tutor-icon-user-line:before{content:"\ef52"}.tutor-icon-clock-line:before{content:"\e884"}.tutor-icon-angle-left:before{content:"\e8ab"}.tutor-icon-angle-right:before{content:"\e827"}.tutor-icon-image-landscape:before{content:"\eeb4"}.tutor-icon-brand-zoom-o:before,.tutor-icon-brand-zoom:before{content:"\edfd"}.tutor-icon-angle-down:before{content:"\e826"}.tutor-icon-angle-up:before{content:"\e87c"}.tutor-icon-eye-bold:before,.tutor-icon-eye-line:before{content:"\ee69"}.tutor-icon-eye-slash-bold:before,.tutor-icon-eye-slash-line:before{content:"\ee6a"}.tutor-icon-eye-slash-bold:before{font-weight:300}.tutor-icon-eye-bold:before{font-weight:300}.tutor-icon-document-text:before{content:"\ee74"}.tutor-icon-mortarboard:before{content:"\eeac"}.tutor-icon-refresh-o:before{content:"\ef07"}.tutor-icon-ribbon-o:before{content:"\e865"}.tutor-icon-level:before{content:"\ef20"}.tutor-icon-purchase-mark:before{content:"\ef1b"}.tutor-icon-star-bold:before{content:"\ef32";font-weight:300}.tutor-icon-star-half-bold:before{content:"\ef33";font-weight:300}.tutor-icon-star-line:before{content:"\ef32"}.tutor-icon-bookmark-line:before{content:"\e872"}.tutor-icon-share:before{content:"\ef14"}.tutor-icon-left:before{content:"\e8ab"}.tutor-icon-circle-mark-line:before{content:"\e876";font-weight:100}.tutor-icon-bullet-point:before{content:"\e881"}.tutor-icon-plus-o:before,.tutor-icon-plus:before{content:"\eef9"}.tutor-icon-brand-youtube-bold:before{content:"\ee0b";font-weight:100}.tutor-icon-circle-question-mark:before{content:"\eeff";font-weight:100}.tutor-icon-warning::before{content:"\ee66"}.tutor-icon-mortarboard-o:before{content:"\eeac"}.tutor-icon-bookmark-bold:before{content:"\e872"}.tutor-icon-calender-line:before{content:"\e803"}.tutor-icon-bullhorn:before{content:"\ee03"}.tutor-icon-chart-pie:before{content:"\ee15"}.tutor-icon-gear:before{content:"\ee27"}.tutor-icon-signout:before{content:"\ef23"}.tutor-icon-trash-can-line:before,.tutor-icon-trash-can:before{content:"\ef48"}.tutor-icon-trash-can-bold:before{content:"\ef48";font-weight:300}.tutor-icon-archive:before{content:"\e976"}.tutor-icon-copy-text:before{content:"\ee3b"}.tutor-icon-copy:before{content:"\ee3b"}.tutor-icon-print:before{content:"\eefe"}.tutor-icon-lock-line::before{content:"\eecd"}.tutor-icon-previous:before{content:"\e85f"}.tutor-icon-next:before{content:"\e860"}.tutor-icon-minus-o:before,.tutor-icon-minus:before{content:"\eed8"}.tutor-icon-download:before{content:"\e889"}.tutor-icon-assignment:before{content:"\ee74"}.tutor-icon-certificate-landscape:before{content:"\e975"}.tutor-icon-quiz-o:before{content:"\eeff";font-weight:100}.tutor-icon-camera:before{content:"\ee06"}.tutor-icon-circle-mark-o:before{content:"\e876";font-weight:200}.tutor-icon-clipboard-list:before{content:"\e882"}.tutor-icon-brand-google-meet:before{content:"\ef65"}.tutor-icon-paperclip:before{content:"\eee6"}.tutor-icon-certificate-portrait:before{content:"\e975"}.tutor-icon-plus-square:before{content:"\eef9";font-weight:500}.tutor-icon-save-line:before{content:"\ef0e"}.tutor-icon-clock-line-o:before{content:"\e884";font-weight:400}.tutor-icon-clipboard:before{content:"\e882"}.tutor-icon-envelope::before{content:"\ee62"}.tutor-icon-important-bold:before,.tutor-icon-important-line::before{content:"\ef32"}.tutor-icon-important-bold:before{font-weight:300}.tutor-icon-circle-mark:before{content:"\e876";font-weight:100}.tutor-icon-mark:before{content:"\e876"}.tutor-icon-hamburger-menu:before,.tutor-icon-hamburger-o:before{content:"\e858"}.tutor-icon-question:before{content:"\eeff";font-weight:100}.tutor-icon-book-open-o:before{content:"\e96f"}.tutor-icon-video-camera-o:before{content:"\ef65"}.tutor-icon-cart-filled:before,.tutor-icon-cart-line:before{content:"\ef1b"}.tutor-icon-refresh:before{content:"\ef07"}.tutor-form-select-with-icon.select-success .icon1:before{content:"\ee69";font-weight:400}.tutor-form-select-with-icon.select-default .icon1:before{content:"\ee7a";font-weight:400}.tutor-icon-layer:before{content:"\eec3"}.tutor-icon-minimize:before{content:"\eed5"}.tutor-quiz-type-icon.tutor-icon-circle-half:before{content:"\eda6"}.tutor-quiz-type-icon.tutor-icon-mark:before{content:"\e881";font-weight:300}.tutor-quiz-type-icon.tutor-icon-double-mark:before{content:"\e876"}.tutor-quiz-type-icon.tutor-icon-text-width:before{content:"\e859"}.tutor-quiz-type-icon.tutor-icon-hourglass:before{content:"\eed8"}.tutor-quiz-type-icon.tutor-icon-arrow-right-left:before{content:"\ee64"}.tutor-quiz-type-icon.tutor-icon-images:before{content:"\eeb5"}.tutor-quiz-type-icon.tutor-icon-camera:before{content:"\ee06"}.tutor-icon-ordering-z-a:before{content:"\ef28"}.tutor-icon-report-time:before{content:"\ee74"}.tutor-icon-receipt-line:before{content:"\ef06"}.tutor-icon-user-bold:before{content:"\ef52";font-weight:300}.tutor-icon-bell-bold:before{content:"\e967";font-weight:300}.tutor-icon-instructor:before{content:"\ef55"}.tutor-icon-open-envelope:before{content:"\ee63"}.tutor-icon-puzzle:before{content:"\ef01"}.tutor-icon-dashboard:before{content:"\ee12"}.tutor-icon-comment:before{content:"\ee33"}.tutor-icon-circle-times-bold:before{content:"\e828";font-weight:200}.tutor-icon-circle-times-line:before{content:"\e828";font-weight:100}.tutor-icon-slider-vertical:before{content:"\ef25"}.tutor-icon-message-unread:before{content:"\ee62"}.tutor-icon-brand-facebook:before{content:"\e807";font-weight:300}.tutor-icon-brand-twitter:before{content:"\edf4";font-weight:300}.tutor-icon-brand-linkedin:before{content:"\eddf";font-weight:300}.tutor-icon-circle-warning-outline:before{content:"\eebc";font-weight:100}.tutor-icon-brand-html5-bold:before,.tutor-icon-coding:before,.tutor-icon-shortcode::before{content:"\ee25"}.tutor-icon-brand-html5-bold:before{content:"\ee25"}.tutor-icon-brand-youtube-line:before{content:"\edfc"}.tutor-icon-brand-vimeo-line:before{content:"\edf5"}.tutor-icon-link:before{content:"\eec8"}.tutor-icon-export:before{content:"\e9e8"}.tutor-icon-pencil:before{content:"\eeec"}.tutor-icon-add-group:before{content:"\ea0c"}.tutor-course-topic-single-body{background-color:var(--bb-body-background-color)}.tutor-course-topic-single-body .tutor-lesson-feature-image{padding:24px 60px 0}.tutor-course-topic-single-body .tutor-lesson-feature-image img{width:100%;border-radius:var(--bb-block-radius-inner)}.tutor-course-topic-single-body .tutor-course-spotlight-wrapper .tutor-nav:not(.tutor-nav-pills,.tutor-nav-tabs){border-bottom-color:transparent}.tutor-course-topic-single-body .tutor-course-spotlight-wrapper .tutor-nav:not(.tutor-nav-pills,.tutor-nav-tabs) .tutor-nav-item:not(:last-child){margin-right:20px}.tutor-course-topic-single-body .tutor-course-spotlight-wrapper .tutor-nav:not(.tutor-nav-pills,.tutor-nav-tabs) .tutor-nav-link{padding:10px 8px 10px 0;border-bottom-width:2px}.tutor-course-topic-single-body .tutor-course-spotlight-wrapper .tutor-nav:not(.tutor-nav-pills,.tutor-nav-tabs) .tutor-nav-link [class*=tutor-icon-]{font-size:24px;margin-right:5px}.tutor-course-topic-single-body .tutor-course-spotlight-wrapper .tutor-nav:not(.tutor-nav-pills,.tutor-nav-tabs) .tutor-nav-link.is-active{font-weight:500}.tutor-course-topic-single-header form{margin:0}.tutor-course-topic-single-header .tutor-iconic-btn .tutor-icon-times{font-size:24px}.tutor-course-topic-single-header .tutor-course-topics-sidebar-toggler{font-size:20px}.tutor-course-single-sidebar-wrapper{background-color:var(--bb-content-background-color)}.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header{border-radius:0}.tutor-course-single-sidebar-wrapper .tutor-course-single-sidebar-title{border:0;padding:20px 20px 10px}.tutor-course-single-sidebar-wrapper .tutor-course-single-sidebar-title .tutor-color-secondary{color:var(--bb-headings-color);font-size:14px;font-weight:600;text-transform:uppercase;opacity:.6;height:auto}.tutor-course-single-sidebar-wrapper .tutor-course-topic{padding:5px 20px}.tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header{border:0;border-radius:var(--bb-block-radius-inner)}.tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header .tutor-course-topic-title-info{top:0}.tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header .tutor-course-topic-title{color:var(--bb-headings-color);font-size:16px;font-weight:500}.tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header:after{color:var(--bb-alternate-text-color);font-size:24px}.tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header:hover{background-color:var(--bb-content-alternate-background-color)}.tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header.is-active{background-color:var(--tutor-color-primary)}.tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header.is-active .tutor-course-topic-summary,.tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header.is-active .tutor-course-topic-title,.tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header.is-active .tutor-course-topic-title-info-icon,.tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header.is-active:after{color:var(--bb-sidenav-count-text-color-hover)}.tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-body{padding-left:20px;margin-top:10px}.tutor-course-single-sidebar-wrapper .tutor-course-topic-item a{padding:12px 15px;border-radius:var(--bb-block-radius-inner)}.tutor-course-single-sidebar-wrapper .tutor-course-topic-item a:hover{background-color:var(--bb-content-alternate-background-color);color:inherit}.tutor-course-single-sidebar-wrapper .tutor-course-topic-item .tutor-course-topic-item-title{color:var(--bb-headings-color);font-weight:400}.tutor-course-single-sidebar-wrapper .tutor-course-topic-item .tutor-course-topic-item-icon{color:var(--bb-alternate-text-color)}.tutor-course-single-sidebar-wrapper .tutor-accordion-item-body{padding-top:0;padding-bottom:0}.tutor-course-single-sidebar-wrapper .tutor-course-topic-item.is-active .tutor-course-topic-item-title,.tutor-course-single-sidebar-wrapper .tutor-course-topic-item:hover .tutor-course-topic-item-title{color:var(--bb-headings-color)}.tutor-course-single-sidebar-wrapper .tutor-course-topic-item.is-active .tutor-course-topic-item-icon,.tutor-course-single-sidebar-wrapper .tutor-course-topic-item:hover .tutor-course-topic-item-icon{color:var(--bb-alternate-text-color)}.tutor-course-single-sidebar-wrapper .tutor-course-topic-item .tutor-form-check-circle[checked]{background-color:var(--tutor-color-primary);border-color:var(--tutor-color-primary)}.tutor-course-single-sidebar-wrapper .tutor-course-topic-item .tutor-course-topic-item-duration{font-weight:400}.tutor-spotlight-mobile-progress-complete{background-color:var(--bb-content-background-color)}.tutor-spotlight-mobile-progress-complete .tutor-topbar-complete-btn form{margin-bottom:0}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header{color:var(--bb-headings-color);background-color:var(--bb-content-background-color);box-shadow:0 3px 12px 0 rgba(0,0,0,.05)}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-iconic-btn-secondary{background-color:var(--bb-content-alternate-background-color);color:var(--bb-body-text-color)}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-iconic-btn{color:var(--bb-alternate-text-color)}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-course-topic-single-header-title{font-size:18px;font-weight:600}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-topbar-mark-btn{color:var(--bb-headings-color);border-color:var(--tutor-border-color)}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-topbar-mark-btn:hover{color:var(--bb-content-background-color);background-color:var(--tutor-color-primary);border-color:transparent}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-footer{background-color:var(--bb-content-alternate-background-color);border-top-color:transparent}@media screen and (min-width:1200px){.tutor-course-single-content-wrapper #tutor-single-entry-content{padding-top:60px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header{position:fixed;right:0;left:370px;z-index:99;top:var(--bb-header-height);-webkit-transition:left .2s;transition:left .2s}.admin-bar .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header{top:-webkit-calc(var(--bb-header-height) + 32px);top:calc(var(--bb-header-height) + 32px)}.buddypanel-open .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header{left:600px}.buddypanel-open.bb-buddypanel-right .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header{-webkit-transition:right .2s;transition:right .2s;left:370px;right:230px}}@media screen and (max-width:544px){.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-course-topic-single-header-title{font-size:16px}}.tutor-course-single-content-wrapper .tutor-course-topic-single-footer .tutor-btn{padding:8px 22px;font-size:16px;background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color)}.tutor-course-single-content-wrapper .tutor-course-topic-single-footer .tutor-btn:focus{box-shadow:var(--bb-outline-button-focus-shadow)}.tutor-course-single-content-wrapper .tutor-course-topic-single-footer .tutor-btn: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)}.tutor-course-single-content-wrapper .tutor-course-topic-single-footer .tutor-btn:focus{box-shadow:none}.tutor-course-single-content-wrapper .tutor-course-topic-single-footer .tutor-btn[disabled]{background-color:var(--bb-content-background-color);color:var(--bb-headings-color);border:1px solid var(--bb-content-border-color);opacity:.5;pointer-events:none;cursor:default}.tutor-course-single-content-wrapper .tutor-course-topic-single-footer .tutor-single-course-content-next .tutor-icon-next:before{content:"\e827"}.tutor-course-single-content-wrapper .tutor-course-topic-single-footer .tutor-single-course-content-prev .tutor-icon-previous:before{content:"\e8ab"}@media screen and (min-width:1200px){.tutor-course-single-content-wrapper.tutor-course-single-sidebar-hidden #tutor-single-entry-content .tutor-course-topic-single-header{left:0}.buddypanel-open .tutor-course-single-content-wrapper.tutor-course-single-sidebar-hidden #tutor-single-entry-content .tutor-course-topic-single-header{left:230px}.bb-buddypanel-right.buddypanel-open .tutor-course-single-content-wrapper.tutor-course-single-sidebar-hidden #tutor-single-entry-content .tutor-course-topic-single-header{left:0}}@media screen and (max-width:1200px){.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-iconic-btn{font-size:22px}.tutor-course-single-sidebar-wrapper .tutor-course-single-sidebar-title .tutor-iconic-btn{font-size:22px}}#tutor-assignment-wrap .tutor-instructor-card,.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card,.tutor-course-attachment.tutor-card{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row;flex-flow:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--bb-content-alternate-background-color);border:1px solid transparent;border-radius:var(--bb-block-radius-inner);padding:12px 17px}#tutor-assignment-wrap .tutor-instructor-card>.tutor-card-body,.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card>.tutor-card-body,.tutor-course-attachment.tutor-card>.tutor-card-body{padding:0 0 0 12px;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}#tutor-assignment-wrap .tutor-instructor-card>.tutor-card-body>.tutor-row,.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card>.tutor-card-body>.tutor-row,.tutor-course-attachment.tutor-card>.tutor-card-body>.tutor-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center}#tutor-assignment-wrap .tutor-instructor-card .tutor-icard-content .tutor-color-secondary,.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card .tutor-icard-content .tutor-color-secondary,.tutor-course-attachment.tutor-card .tutor-icard-content .tutor-color-secondary{color:var(--bb-headings-color);font-size:14px;font-weight:500}#tutor-assignment-wrap .tutor-instructor-card .tutor-icard-content .tutor-color-secondary a,.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card .tutor-icard-content .tutor-color-secondary a,.tutor-course-attachment.tutor-card .tutor-icard-content .tutor-color-secondary a{color:var(--bb-headings-color)}#tutor-assignment-wrap .tutor-instructor-card .tutor-fs-7,.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card .tutor-fs-7,.tutor-course-attachment.tutor-card .tutor-fs-7{color:var(--bb-alternate-text-color);font-size:13px}#tutor-assignment-wrap .tutor-instructor-card:before,.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card:before,.tutor-course-attachment.tutor-card:before{content:"\ee6e";color:var(--bb-alternate-text-color);font-family:bb-icons;font-size:38px;font-weight:300}#tutor-assignment-wrap .tutor-instructor-card:hover,.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card:hover,.tutor-course-attachment.tutor-card:hover{border-color:var(--tutor-border-color)}#tutor-assignment-wrap .tutor-instructor-card:hover .tutor-iconic-btn,.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card:hover .tutor-iconic-btn,.tutor-course-attachment.tutor-card:hover .tutor-iconic-btn{opacity:1;visibility:visible}#tutor-assignment-wrap .tutor-instructor-card .tutor-iconic-btn,.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card .tutor-iconic-btn,.tutor-course-attachment.tutor-card .tutor-iconic-btn{background-color:var(--bb-content-background-color);border-color:var(--tutor-border-color);border-radius:var(--bb-block-radius-inner);opacity:0;visibility:hidden}#tutor-assignment-wrap .tutor-instructor-card .tutor-iconic-btn .tutor-icon-download,#tutor-assignment-wrap .tutor-instructor-card .tutor-iconic-btn .tutor-icon-times,.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card .tutor-iconic-btn .tutor-icon-download,.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card .tutor-iconic-btn .tutor-icon-times,.tutor-course-attachment.tutor-card .tutor-iconic-btn .tutor-icon-download,.tutor-course-attachment.tutor-card .tutor-iconic-btn .tutor-icon-times{font-size:18px;color:var(--bb-headings-color);opacity:.4}#tutor-assignment-wrap .tutor-instructor-card .tutor-iconic-btn .tutor-icon-download:before,#tutor-assignment-wrap .tutor-instructor-card .tutor-iconic-btn .tutor-icon-times:before,.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card .tutor-iconic-btn .tutor-icon-download:before,.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card .tutor-iconic-btn .tutor-icon-times:before,.tutor-course-attachment.tutor-card .tutor-iconic-btn .tutor-icon-download:before,.tutor-course-attachment.tutor-card .tutor-iconic-btn .tutor-icon-times:before{content:"\ee57"}#tutor-assignment-wrap .tutor-instructor-card .tutor-iconic-btn .tutor-icon-times:before,.tutor-attachment-cards.tutor-course-builder-attachments .tutor-card .tutor-iconic-btn .tutor-icon-times:before,.tutor-course-attachment.tutor-card .tutor-iconic-btn .tutor-icon-times:before{content:"\e828"}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-assignment-details .tutor-assignment-title{font-weight:600}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-assignment-details .tutor-assignment-detail-info .tutor-color-black{font-weight:600}.tutor-assignment-text-area .mce-tinymce,.tutor-assignment-text-area .wp-editor-container{border-radius:var(--bb-block-radius-inner)}.tutor-assignment-text-area #wp-tutor-global-text-editor-wrap div.mce-toolbar-grp{border-radius:var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0}.tutor-assignment-text-area .mce-statusbar{border-radius:0 0 var(--bb-block-radius-inner) var(--bb-block-radius-inner)}#tutor-assignment-wrap.tutor-submit-assignment .tutor-assignment-submission .tutor-assignment-body .tutor-assignment-attachment{background-color:var(--bb-content-alternate-background-color);border-radius:var(--bb-block-radius-inner)}#tutor-assignment-wrap .tutor-assignment-attachment #tutor-student-assignment-edit-file-preview .tutor-instructor-card{background-color:var(--bb-content-background-color)}.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap{background-color:var(--bb-body-background-color)}.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-start-quiz-wrapper{background-color:var(--bb-content-background-color);border-color:var(--tutor-border-color);padding:40px}.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-start-quiz-wrapper .tutor-quiz-info-area{margin:30px 0}.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-start-quiz-title{padding-bottom:5px}.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-start-quiz-title .tutor-color-black{font-weight:600}.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group #tutor-start-quiz{margin-bottom:0}.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost{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);padding:6px 12px!important}.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost:hover{color:#1e2132;background-color:rgba(255,255,255,.05)}.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost:active{color:#1e2132;background-color:rgba(255,255,255,.09)}.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost.disabled,.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost:disabled{color:#c8cbcf;background-color:#f5f5f5}.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost.outline{background:0 0;color:#fff;border-color:#fff}.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost.outline:hover{color:rgba(255,255,255,.05);border-color:rgba(255,255,255,.05)}.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost.outline:active{color:rgba(255,255,255,.12);border-color:rgba(255,255,255,.12)}.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost.outline.disabled,.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost.outline:disabled{background:#f5f5f5;color:#dedfe2;border-color:#dedfe2;opacity:1}.tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.bb-dark-theme .tutor-course-single-content-wrapper #tutor-single-entry-content.tutor-quiz-single-entry-wrap .tutor-quiz-btn-group .tutor-btn-ghost:hover{color:var(--bb-secondary-button-text-hover);background-color:var(--bb-secondary-button-background-hover);border-color:transparent}.tutor-quiz-wrapper{margin-top:40px}.tutor-quiz-wrapper .quiz-meta-info>div .tutor-color-muted{color:var(--bb-body-text-color);font-size:14px}.tutor-quiz-wrapper .quiz-meta-info>div .tutor-fw-bold{color:var(--bb-headings-color);font-size:14px}.tutor-quiz-wrapper .quiz-meta-info .quiz-time-remaining{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tutor-quiz-wrapper .quiz-meta-info .quiz-time-remaining .quiz-time-remaining-expired-circle{width:35px!important;height:21px!important}.tutor-quiz-wrapper .quiz-meta-info .quiz-time-remaining .quiz-time-remaining-expired-circle svg{width:45px!important;height:45px!important}.tutor-quiz-wrapper .quiz-meta-info .quiz-time-remaining #tutor-quiz-time-update{text-align:left!important;color:var(--bb-headings-color);line-height:1.4}.tutor-quiz-wrapper .quiz-question .matching-quiz-question-desc p{margin-bottom:0}.tutor-quiz-wrapper .answer_limit_desc{color:var(--bb-body-text-color);font-size:13px}.tutor-quiz-wrapper .quiz-question-ans-choice textarea.tutor-form-control{min-height:110px}.tutor-quiz-wrapper .quiz-question-ans-choice-area.question-type-image_answering{display:-webkit-box;display:-ms-flexbox;display:flex;gap:25px}.tutor-quiz-wrapper .quiz-question-ans-choice-area.question-type-image_answering .quiz-short-ans-image{margin-bottom:20px}.tutor-quiz-wrapper .quiz-question-ans-choice-area.question-type-image_answering .tutor-image-answer img{max-height:250px}.tutor-quiz-wrapper .quiz-question-ans-choice-area.question-type-single_choice .tutor-quiz-question-item-has-media .tutor-card-image{max-height:260px}.tutor-quiz-wrapper .quiz-question-ans-choice-area .tutor-quiz-border-box{background-color:var(--bb-content-background-color)}.tutor-quiz-wrapper .quiz-question-ans-choice-area .tutor-quiz-border-box .tutor-dragging-text-conent{color:var(--bb-body-text-color);font-size:14px;font-weight:500}.tutor-quiz-wrapper .quiz-question-ans-choice-area .tutor-quiz-border-box .tutor-icon-hamburger-menu{color:var(--bb-alternate-text-color);font-size:24px}.tutor-quiz-wrapper .quiz-question-ans-choice-area .tutor-dropzone{border-color:var(--tutor-border-color)}.tutor-quiz-wrapper .quiz-question-ans-choice-area .tutor-dropzone .tutor-dragging-text-conent{color:var(--bb-alternate-text-color);font-size:14px;font-weight:500}.tutor-quiz-wrapper .tutor-quiz-wrap img{border-radius:var(--bb-block-radius-inner)}.tutor-quiz-wrapper .fill-in-the-gap{color:var(--bb-headings-color);font-size:14px;font-weight:500}.tutor-quiz-wrapper .fill-in-the-gap .fill-blank{border-bottom-color:var(--tutor-border-color)!important;margin:0 4px 10px!important}.tutor-quiz-wrapper .fill-in-the-gap input{border-radius:var(--bb-block-radius-inner)!important}@media screen and (max-width:544px){.tutor-quiz-wrapper .quiz-meta-info{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px}.tutor-quiz-wrapper .quiz-meta-info .quiz-meta-info-left{gap:10px}.tutor-quiz-wrapper .tutor-quiz-btn-group{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.tutor-quiz-wrapper .tutor-quiz-btn-group .tutor-btn-ghost.tutor-ml-auto{margin:10px auto}}.tutor-quiz-wrap div>a.tutor-btn-ghost{color:var(--bb-body-text-color);font-size:16px}.tutor-quiz-wrap div>a.tutor-btn-ghost [class*=tutor-icon-]{color:var(--bb-alternate-text-color);font-size:24px;margin-top:2px;margin-right:4px}.tutor-quiz-wrap .header-title{font-size:24px;font-weight:600;margin-bottom:15px}.tutor-quiz-wrap .header-title+.tutor-d-flex{-ms-flex-wrap:wrap;flex-wrap:wrap}.tutor-quiz-wrap .tutor-quiz-questions-pagination ul{padding-left:0}.tutor-quiz-wrap .tutor-quiz-question-item .tutor-card{border-radius:var(--bb-block-radius-inner)}.tutor-quiz-wrap input[type=checkbox].tutor-form-check-input,.tutor-quiz-wrap input[type=radio].tutor-form-check-input{height:20px;width:20px}.tutor-quiz-wrap input[type=checkbox].tutor-form-check-input+.tutor-fs-6,.tutor-quiz-wrap input[type=radio].tutor-form-check-input+.tutor-fs-6{color:var(--bb-body-text-color);font-size:15px;font-weight:500;line-height:1}.tutor-quiz-wrap .tutor-quiz-btn-group .tutor-quiz-answer-previous-btn{color:var(--bb-headings-color);background-color:var(--bb-content-background-color);border-color:var(--tutor-border-color)}.tutor-quiz-wrap .tutor-quiz-btn-group .tutor-quiz-answer-previous-btn .tutor-icon-previous{margin-right:3px}.tutor-quiz-wrap .tutor-quiz-btn-group .tutor-quiz-answer-previous-btn .tutor-icon-previous:before{content:"\e8ab";font-size:20px}.tutor-quiz-wrap .tutor-quiz-btn-group .tutor-quiz-answer-previous-btn:hover{color:var(--bb-primary-button-text-hover);background-color:var(--tutor-color-primary);border-color:transparent}#tutor-single-entry-content .tutor-quiz-wrap .tutor-quiz-btn-group .tutor-btn-ghost.tutor-ml-auto{color:var(--bb-alternate-text-color);font-size:15px;font-weight:500;background-color:transparent;border:0}#tutor-single-entry-content .tutor-quiz-wrap .tutor-quiz-btn-group .tutor-btn-ghost.tutor-ml-auto:hover{color:var(--tutor-color-primary)}.tutor-course-single-content-wrapper #tutor-single-entry-content #tutor-start-quiz{margin-bottom:0}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-flash-message .tutor-quiz-warning-box{padding:10px 15px;border-radius:var(--bb-block-radius-inner)}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-flash-message .tutor-quiz-warning-box .flash-action button{background-color:var(--tutor-color-warning)}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-flash-message .tutor-quiz-warning-box .flash-info span:first-child{font-size:22px}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-dashboard-builder-header{background-color:var(--bb-general-content-background-color);border-color:transparent;box-shadow:0 3px 12px 0 rgba(0,0,0,.05)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-dashboard-builder-header #tutor-course-save-draft{color:var(--bb-headings-color);font-size:16px;font-weight:500}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-dashboard-builder-header #tutor-course-save-draft [class*=tutor-icon-]{color:inherit;font-size:20px}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-dashboard-builder-header #tutor-course-save-draft:hover{color:var(--tutor-color-primary)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-dashboard-builder-header .tutor-dashboard-builder-header-right [class*=tutor-icon-]{color:var(--bb-body-text-color);font-size:24px}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-upload-tips{background-color:var(--bb-content-background-color);border:1px solid var(--tutor-border-color);border-radius:var(--bb-block-radius);padding:20px}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-upload-tips h3{color:var(--bb-headings-color);font-size:16px}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-upload-tips ul{padding:0}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-upload-tips ul li{font-size:14px;font-weight:500;margin-bottom:15px;padding-left:20px}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-upload-tips ul li:after{left:0}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section .tutor-course-builder-section-title{color:var(--bb-headings-color);font-size:18px;font-weight:600;border-color:var(--tutor-border-color);padding:8px 0}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section .tutor-course-builder-section-title span{color:inherit}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section .tutor-course-builder-section-title [class*=tutor-icon-]{color:var(--tutor-color-primary);font-size:28px;vertical-align:middle}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section .tutor-course-field-label{color:var(--bb-headings-color)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tooltip-wrap .tutor-form-control+.tutor-color-muted{color:var(--bb-body-text-color)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #wp-course_description-editor-container{border-color:var(--tutor-border-color)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #wp-course_description-editor-container .mce-top-part div.mce-toolbar-grp{background-color:var(--bb-content-alternate-background-color)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .mce-toolbar .mce-ico{color:var(--bb-headings-color);opacity:.4}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-metabox-course-settings-tabs{background-color:var(--bb-content-background-color);border-color:var(--tutor-border-color);border-radius:var(--bb-block-radius-inner)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-metabox-course-settings-tabs .course-settings-tabs-container .settings-tabs-navs-wrap{background-color:var(--bb-content-alternate-background-color)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-metabox-course-settings-tabs .course-settings-tabs-container .settings-tabs-navs-wrap ul.settings-tabs-navs li a{color:var(--bb-sidenav-text-regular)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-metabox-course-settings-tabs .course-settings-tabs-container .settings-tabs-navs-wrap ul.settings-tabs-navs li a i{font-size:24px;opacity:.5}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-metabox-course-settings-tabs .course-settings-tabs-container .settings-tabs-navs-wrap ul.settings-tabs-navs li.active a{background-color:var(--bb-content-background-color);border-top-color:transparent;border-bottom-color:transparent}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-metabox-course-settings-tabs .course-settings-tabs-container .settings-tabs-navs-wrap ul.settings-tabs-navs li:not(:first-child) a{border-bottom:1px solid var(--tutor-border-color)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-metabox-course-settings-tabs .course-settings-tabs-container .settings-tabs-container{background-color:var(--bb-content-background-color)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-metabox-course-settings-tabs .course-settings-tabs-container .settings-tabs-container label.tutor-course-setting-label{font-size:14px;font-weight:400}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-thumbnail-uploader .thumbnail-preview{border-radius:var(--bb-block-radius-inner) 0 0 var(--bb-block-radius-inner);border:0!important}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-thumbnail-uploader .thumbnail-wrapper{background-color:var(--bb-content-background-color);border:1px solid var(--tutor-border-color);border-radius:var(--bb-block-radius-inner)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-thumbnail-uploader .tutor-thumbnail-upload-button{color:var(--bb-headings-color);background-color:var(--bb-content-background-color);border-color:var(--tutor-border-color);font-weight:500}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-thumbnail-uploader .tutor-thumbnail-upload-button [class*=tutor-icon-]{font-size:20px}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-thumbnail-uploader .tutor-thumbnail-upload-button:hover{color:var(--bb-content-background-color);background-color:var(--tutor-color-primary);border-color:var(--tutor-color-primary)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section-content .tutor-video-upload-wrap .tutor-dropdown-icon-pack i{font-size:18px}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section-content .tutor-video-upload-wrap .tutor-dashed-uploader,body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section-content .tutor-video-upload-wrap .video_source_wrap_html5{border:0;background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section-content .tutor-video-upload-wrap .video_source_wrap_html5 .video-metabox-source-html5-upload{background-color:var(--bb-content-background-color)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section-content .video-upload-icon .tutor-icon-upload-icon-line:before{content:"\ee24"}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap,body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap{background-color:var(--bb-content-background-color);border-color:var(--tutor-border-color);border-radius:var(--bb-block-radius-inner)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topic-title,body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topic-title{background-color:var(--tutor-table-header-background)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topic-title .tutor-icon-hamburger-menu:before,body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topic-title .tutor-icon-hamburger-menu:before{content:"\e9fd";color:var(--bb-alternate-text-color);font-size:20px}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topic-title .topic-inner-title,body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topic-title .topic-inner-title{color:var(--bb-headings-color)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topic-title .tutor-iconic-btn,body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topic-title .tutor-iconic-btn{color:var(--bb-alternate-text-color)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topic-title .expand-collapse-wrap,body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topic-title .expand-collapse-wrap{color:var(--bb-alternate-text-color);font-size:22px}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topic-title .expand-collapse-wrap.is-expanded,body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topic-title .expand-collapse-wrap.is-expanded{background-color:var(--tutor-table-header-background)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body,body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body{background-color:var(--bb-content-background-color)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .course-content-item,body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .course-content-item{border-color:transparent;border-radius:var(--bb-block-radius-inner);margin-bottom:5px}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .course-content-item:hover,body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .course-content-item:hover{background-color:var(--bb-content-alternate-background-color)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .course-content-item .tutor-icon-hamburger-menu,body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .course-content-item .tutor-icon-hamburger-menu{padding-left:0}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .course-content-item .tutor-icon-hamburger-menu:before,body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .course-content-item .tutor-icon-hamburger-menu:before{content:"\e9fd";color:var(--bb-alternate-text-color);font-size:20px}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .course-content-item .open-tutor-lesson-modal,body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .course-content-item .open-tutor-lesson-modal{color:var(--bb-headings-color);font-size:14px}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .course-content-item .tutor-icon-hamburger-menu,body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .course-content-item .tutor-icon-hamburger-menu{content:"\e9fd";color:var(--bb-alternate-text-color);font-size:20px}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap,body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-btn,body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-btn{color:var(--bb-headings-color);font-size:15px;font-weight:500;background-color:var(--bb-content-background-color);border-color:var(--tutor-border-color);padding:8px 20px}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-btn [class*=tutor-icon-],body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-btn [class*=tutor-icon-]{font-size:18px}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-btn:hover,body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-btn:hover{color:var(--bb-content-background-color);background-color:var(--tutor-color-primary);border-color:var(--tutor-color-primary)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-import-quiz-button,body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-import-quiz-button{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-import-quiz-button input[type=file],body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-import-quiz-button input[type=file]{background-color:var(--bb-content-alternate-background-color);padding:12px;margin-right:10px;max-width:100%}@media screen and (max-width:800px){body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-content-wrap .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-import-quiz-button,body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root #tutor-course-topics .tutor-topics-wrap .tutor-topics-body .tutor_add_content_wrap .tutor-import-quiz-button{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}}@media screen and (max-width:544px){body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root .tutor-quiz-builder-modal-wrap #quiz-builder-tab-settings>.tutor-mb-32>.tutor-row{-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:15px}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root .tutor-quiz-builder-modal-wrap #quiz-builder-tab-settings>.tutor-mb-32>.tutor-row .tutor-col-3{width:50%}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor-course-content-builder-root .tutor-quiz-builder-modal-wrap #quiz-builder-tab-settings>.tutor-mb-32>.tutor-row .tutor-col-6{width:100%}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section #tutor-zoom-meeting-modal-form .meeting-modal-form-wrap>.tutor-row{-ms-flex-flow:column;flex-flow:column}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section #tutor-zoom-meeting-modal-form .meeting-modal-form-wrap>.tutor-row>.tutor-col-6{width:100%}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-builder-section #tutor-zoom-meeting-modal-form .meeting-modal-form-wrap>.tutor-row>.tutor-col-6+.tutor-col-6{margin-top:10px}}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-google-meet-meta-box-wrapper .tutor-google-meet-list-item{border-color:var(--tutor-border-color)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-google-meet-meta-box-wrapper .tutor-google-meet-create-wrap>.tutor-align-center .tutor-icon-brand-google-meet{color:var(--tutor-color-primary)!important}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor_course_instructor_modal .tutor-search-result,body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-available-instructors .added-instructor-item{background-color:var(--bb-content-background-color);border-color:var(--tutor-border-color);border-radius:var(--bb-block-radius-inner)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend #tutor_course_instructor_modal .tutor-search-result .tutor-instructor-delete-btn,body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-available-instructors .added-instructor-item .tutor-instructor-delete-btn{color:var(--bb-alternate-text-color);font-size:18px}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-certificates .tutor-course-certificate-tabs{background-color:var(--bb-content-alternate-background-color);padding:8px;border-radius:var(--bb-block-radius)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-certificates .tutor-course-certificate-tabs .tutor-nav-link{color:var(--bb-headings-color);font-size:16px;font-weight:500;background-color:transparent}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-certificates .tutor-course-certificate-tabs .tutor-nav-link .tutor-icon-certificate-landscape:before{content:"\eda6";font-size:20px;font-weight:500}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-certificates .tutor-course-certificate-tabs .tutor-nav-link .tutor-icon-certificate-portrait:before{content:"\eda7";font-size:20px;font-weight:500}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-course-certificates .tutor-course-certificate-tabs .tutor-nav-link.is-active{background-color:var(--bb-content-background-color);border-color:var(--tutor-border-color)}body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-attachment-cards.tutor-course-builder-attachments>.tutor-col-lg-6{width:50%}@media screen and (max-width:544px){body.tutor-screen-course-builder.tutor-screen-course-builder-frontend .tutor-attachment-cards.tutor-course-builder-attachments>.tutor-col-lg-6{width:100%}} \ No newline at end of file diff --git a/web/app/themes/buddyboss-theme/assets/css/woocommerce.css b/web/app/themes/buddyboss-theme/assets/css/woocommerce.css index f228ede4..81c3567f 100644 --- a/web/app/themes/buddyboss-theme/assets/css/woocommerce.css +++ b/web/app/themes/buddyboss-theme/assets/css/woocommerce.css @@ -6,11 +6,9 @@ margin-right: auto; color: var(--bb-alternate-text-color); } - .woocommerce form.woocommerce-ordering select::-ms-expand { display: none; } - .woocommerce form.woocommerce-ordering select { font-size: 14px; height: 36px; @@ -19,7 +17,6 @@ appearance: none; outline: none; } - .woocommerce ul.products:not(.elementor-grid) { -webkit-column-count: auto; column-count: auto; @@ -29,41 +26,34 @@ -ms-flex-wrap: wrap; flex-wrap: wrap; } - .woocommerce ul.products:not(.elementor-grid).columns-4 li.product .bs_after_shop_loop_item_links { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } - .woocommerce ul.products:not(.elementor-grid).columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward { width: 100%; border-right: 0; border-radius: 0; } - .woocommerce ul.products:not(.elementor-grid).columns-4 li.product .bs_after_shop_loop_item_links a.button { -ms-flex-item-align: center; align-self: center; width: 100%; } - .woocommerce ul.products:not(.elementor-grid).columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added { border-radius: 0 0 4px 4px; } - .woocommerce ul.products:not(.elementor-grid) li.product, .woocommerce ul.products:not(.elementor-grid) li.product.type-product { margin-bottom: 20px; } - .woocommerce ul.products:not(.elementor-grid) li.product span.onsale { margin: 0; left: 0; right: auto; } - .woocommerce li.product { background-color: var(--bb-content-background-color); box-shadow: 0 0 2px 0 rgba(18, 43, 70, 0.25); @@ -77,66 +67,55 @@ width: -webkit-calc(33.333% - 20px); width: calc(33.333% - 20px); } - .woocommerce li.product a.woocommerce-LoopProduct-link { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } - .woocommerce li.product a.woocommerce-LoopProduct-link > img { border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0; margin: 0 0 0.5em; border: 0; border-bottom: 1px solid var(--bb-content-border-color); } - .woocommerce li.product .woocommerce-loop-product__title { text-align: center; font-size: 16px; line-height: 24px; } - .woocommerce li.product .star-rating { margin-left: auto; margin-right: auto; } - .woocommerce li.product .price { text-align: center; color: var(--bb-primary-color); font-weight: 500; } - .woocommerce li.product .price ins { text-decoration: none; font-weight: 500; } - .woocommerce li.product .price del { color: #c8cbcf; opacity: 1; font-weight: 400; } - .woocommerce li.product .bs_after_shop_loop_item_separator { width: 100%; height: 1px; border-bottom: 1px solid var(--bb-content-border-color); margin: 0.4em 0 0; } - .woocommerce li.product .bs_after_shop_loop_item_links { display: -webkit-box; display: -ms-flexbox; display: flex; } - .woocommerce li.product a.button { -ms-flex-item-align: end; align-self: flex-end; } - .woocommerce li.product a.button.add_to_cart_button, .woocommerce li.product a.added_to_cart.wc-forward, .woocommerce li.product a.button.product_type_simple, @@ -149,7 +128,7 @@ float: right; color: var(--bb-primary-color); text-transform: uppercase; - font-weight: 400; + font-weight: normal; font-size: 12px; line-height: 2.5; text-align: center; @@ -158,8 +137,16 @@ overflow: hidden; padding: 0.618em 1em; margin: 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; } - .woocommerce li.product a.button.add_to_cart_button:hover, .woocommerce li.product a.added_to_cart.wc-forward:hover, .woocommerce li.product a.button.product_type_simple:hover, @@ -169,21 +156,25 @@ background-color: var(--bb-primary-color); color: #fff; } - +.woocommerce li.product a.button.add_to_cart_button:focus, +.woocommerce li.product a.added_to_cart.wc-forward:focus, +.woocommerce li.product a.button.product_type_simple:focus, +.woocommerce li.product a.button.product_type_grouped:focus, +.woocommerce li.product a.button.product_type_external:focus, +.woocommerce li.product a.button.product_type_variable:focus { + box-shadow: none; +} .woocommerce li.product a.button.add_to_cart_button.added { border-radius: 0 0 var(--bb-block-radius) 0; } - .woocommerce li.product a.button.product_type_external { white-space: normal; line-height: 2; } - .woocommerce li.product a.button.add_to_cart_button.added { margin-top: auto; border-top: 1px solid var(--bb-content-border-color); } - .woocommerce li.product a.button.add_to_cart_button, .woocommerce li.product a.button.product_type_simple, .woocommerce li.product a.button.product_type_grouped, @@ -198,7 +189,6 @@ margin-top: auto; border-top: 1px solid var(--bb-content-border-color); } - .woocommerce li.product a.added_to_cart.wc-forward { border-radius: 0 0 0 4px; border-right: 1px solid var(--bb-content-border-color); @@ -210,47 +200,41 @@ margin-top: auto; border-top: 1px solid var(--bb-content-border-color); } - .woocommerce li.product .star-rating { font-size: 0.757em; margin-bottom: 1em; } - -.woocommerce li.product .star-rating::before { +.woocommerce li.product .star-rating:before { content: "\53\53\53\53\53"; } - .woocommerce li.product .star-rating span { color: var(--bb-warning-color); } - .woocommerce li.product:hover { box-shadow: 0 6px 24px 0 rgba(18, 43, 70, 0.12); } @media (min-width: 1200px) { - - .woocommerce.woo-sidebar ul.products.columns-4 a.button.add_to_cart_button.added::after, .woocommerce.woo-sidebar ul.products.columns-5 a.button.add_to_cart_button.added::after, .woocommerce.woo-sidebar ul.products.columns-6 a.button.add_to_cart_button.added::after { + .woocommerce.woo-sidebar ul.products.columns-4 a.button.add_to_cart_button.added:after, .woocommerce.woo-sidebar ul.products.columns-5 a.button.add_to_cart_button.added:after, .woocommerce.woo-sidebar ul.products.columns-6 a.button.add_to_cart_button.added:after { display: none; } } - .woocommerce ul.products li.product .price { color: var(--bb-primary-color); } - .woocommerce ul.products.columns-5 a.added_to_cart.wc-forward, .woocommerce ul.products.columns-6 a.added_to_cart.wc-forward, .woocommerce.bb-has-wc-sidebar ul.products.columns-4 a.added_to_cart.wc-forward { width: 100%; border-right: 0; } @media (max-width: 992px) { - .woocommerce ul.products li.product a.added_to_cart.wc-forward { width: 100%; border-right: 0; } + .woocommerce .woocommerce li.product a.button.add_to_cart_button.added { + border-radius: 0 0 var(--bb-block-radius) var(--bb-block-radius); + } } - .woocommerce span.onsale { margin: 0; top: 0; @@ -267,31 +251,25 @@ text-transform: uppercase; font-size: 12px; } - .woocommerce li.product span.onsale { border-top: 0; border-left: 0; } - .woocommerce .star-rating { font-size: 12px; margin-top: 2px; min-width: 90px; } - -.woocommerce .star-rating::before { +.woocommerce .star-rating:before { content: "\53\53\53\53\53"; letter-spacing: 5px; } - .woocommerce .star-rating span { color: var(--bb-warning-color); } - -.woocommerce .star-rating span::before { +.woocommerce .star-rating span:before { letter-spacing: 5px; } - .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message { @@ -302,7 +280,6 @@ font-size: 16px; margin-bottom: 1em; } - .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button { @@ -310,19 +287,17 @@ color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); font-size: 14px; - font-weight: 400; + font-weight: normal; padding-left: 1em; padding-right: 1em; min-height: auto; margin-left: 30px; } - .woocommerce .woocommerce-error .button:focus, .woocommerce .woocommerce-info .button:focus, .woocommerce .woocommerce-message .button:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .woocommerce .woocommerce-error .button:hover, .woocommerce .woocommerce-info .button:hover, .woocommerce .woocommerce-message .button:hover { @@ -330,17 +305,14 @@ color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - .woocommerce .woocommerce-error { background: var(--bb-danger-color); color: #fff; border: 0; } - .woocommerce .woocommerce-error strong { color: #fff; } - .woocommerce .woocommerce-error::before { font-size: 16px; text-rendering: auto; @@ -350,11 +322,9 @@ font-weight: 100; color: #fff; } - .woocommerce .woocommerce-info { color: inherit; } - .woocommerce .woocommerce-info::before { font-size: 18px; text-rendering: auto; @@ -363,11 +333,9 @@ font-family: bb-icons; color: inherit; } - .woocommerce .woocommerce-message { color: inherit; } - .woocommerce .woocommerce-message::before { font-size: 16px; text-rendering: auto; @@ -376,34 +344,27 @@ content: "\e875"; color: inherit; } - .woocommerce .woocommerce-breadcrumb { font-size: 14px; color: var(--bb-headings-color); } - .woocommerce .woocommerce-breadcrumb a { color: var(--bb-alternate-text-color); } - .woocommerce .woocommerce-breadcrumb a:hover { color: var(--bb-headings-color); } - .woocommerce .woocommerce-breadcrumb .bc-delimiter { margin: 0 3px; position: relative; top: 1px; } - .woocommerce a.button { font-style: normal; background-color: var(--bb-primary-button-background-regular); color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); - /* min-height: $button-height; */ - /* This makes an issue with various plugins button height */ font-weight: 500; text-decoration: none; @@ -425,83 +386,69 @@ -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } - .woocommerce a.button:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .woocommerce a.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); } - .woocommerce a.remove { font-weight: 100; color: var(--bb-alternate-text-color) !important; line-height: 0.9; font-size: 1.8em; } - .woocommerce a.remove:hover { color: #fff !important; background-color: var(--bb-danger-color); } - .woocommerce form .form-row { padding: 3px 0; } - .woocommerce form .form-row.form-row-first { width: 49%; } - .woocommerce form .form-row.form-row-last { width: 49%; } - .woocommerce form .form-row label { font-size: 16px; line-height: 1.1; margin-bottom: 10px; } - .woocommerce form button.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: var(--bb-button-radius); font-size: 14px; - font-weight: 400; + font-weight: normal; display: inline-block; padding-left: 2em; padding-right: 2em; height: 40px; } - .woocommerce form button.button:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .woocommerce form button.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); } - .woocommerce form button.button:hover, .woocommerce form button.button:disabled:hover, .woocommerce form button.button:disabled[disabled]:hover { box-shadow: none; background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - .woocommerce form button.button:disabled, .woocommerce form button.button:disabled[disabled] { color: #fff; padding-left: 2em; padding-right: 2em; } - .woocommerce button.button, .woocommerce input.button { border-radius: var(--bb-button-radius); @@ -517,28 +464,23 @@ .woocommerce nav.woocommerce-pagination ul { border: 0; } - .woocommerce nav.woocommerce-pagination ul li { border: 0; margin: 0 5px; overflow: visible; } - .woocommerce nav.woocommerce-pagination ul li span { font-size: 13px; } - .woocommerce nav.woocommerce-pagination ul li a { font-size: 13px; background-color: #fff; color: var(--bb-primary-color); } - .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:active, .woocommerce nav.woocommerce-pagination ul li a:focus { background-color: var(--bb-primary-color); color: #fff; } - .woocommerce nav.woocommerce-pagination ul li a.next, .woocommerce nav.woocommerce-pagination ul li a.prev { font-size: 12px; } @@ -553,12 +495,10 @@ background-color: #ebebeb; background-image: none; } - .woocommerce .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-range { background-color: var(--bb-primary-color); background-image: none; } - .woocommerce .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle { background-color: var(--bb-primary-color); background-image: none; @@ -568,11 +508,9 @@ top: -0.3em; cursor: pointer; } - .woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-horizontal { height: 0.2em; } - .woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button { color: #fff; background-color: #385dff; @@ -581,22 +519,19 @@ min-height: 20px; height: 30px; font-size: 12px; - font-weight: 400; + font-weight: normal; line-height: 1; } - .woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover { background-color: #0f74e0; } @media (max-width: 800px) { - .woocommerce-cart #content .woocommerce table.cart td.product-thumbnail { display: block; text-align: center !important; } - - .woocommerce-cart #content .woocommerce table.cart td.product-thumbnail::before { + .woocommerce-cart #content .woocommerce table.cart td.product-thumbnail:before { display: none; } } @@ -614,7 +549,7 @@ } .woocommerce-cart .woocommerce table.shop_table th { - font-weight: 400; + font-weight: normal; } body.woocommerce-cart p.cart-empty { @@ -624,8 +559,7 @@ body.woocommerce-cart p.cart-empty { padding: 0 0 30px; overflow: hidden; } - -body.woocommerce-cart p.cart-empty::before { +body.woocommerce-cart p.cart-empty:before { display: inline-block; width: 100%; height: 60px; @@ -638,11 +572,9 @@ body.woocommerce-cart p.cart-empty::before { margin-top: 30px; position: static; } - body.woocommerce-cart p.cart-empty + p.return-to-shop { text-align: center; } - body.woocommerce-cart p.cart-empty + p.return-to-shop .button.wc-backward { padding: 10px 2em; margin-bottom: 1.6875rem; @@ -656,79 +588,64 @@ body.woocommerce-cart p.cart-empty + p.return-to-shop .button.wc-backward { border: 0; font-size: 14px; } - .woocommerce table.shop_table th, .woocommerce table.shop_table td { border-bottom: 1px solid var(--bb-content-border-color); border-top: 0; } - .woocommerce table.shop_table th { text-transform: uppercase; color: var(--bb-alternate-text-color); font-size: 14px; } - .woocommerce table.shop_table th.product-subtotal { text-align: right; } - .woocommerce table.shop_table td.product-name a { color: var(--bb-headings-color); font-weight: 500; } - .woocommerce table.shop_table td.product-name a:hover { color: var(--bb-primary-color); } - .woocommerce table.shop_table td.product-name a.wcs-switch-link { background-color: var(--bb-primary-button-background-regular); color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); } - .woocommerce table.shop_table td.product-name a.wcs-switch-link:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .woocommerce table.shop_table td.product-name a.wcs-switch-link:hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - .woocommerce table.shop_table td.product-quantity .quantity { display: inline-block; } - .woocommerce table.shop_table td.product-quantity .quantity input.qty { color: var(--bb-headings-color); } - .woocommerce table.shop_table td.product-quantity .quantity.quantity--readonly { visibility: hidden; width: 0; height: 0; opacity: 0; } - .woocommerce table.shop_table td.product-price { color: var(--bb-headings-color); } - .woocommerce table.shop_table td.product-subtotal { color: var(--bb-headings-color); text-align: right; } @media (max-width: 800px) { - .woocommerce table.shop_table td { padding-top: 12px; padding-bottom: 12px; } } - .woocommerce table.shop_table td.actions > button.button { background-color: var(--bb-secondary-button-background-regular); color: var(--bb-secondary-button-text-regular); @@ -740,72 +657,65 @@ body.woocommerce-cart p.cart-empty + p.return-to-shop .button.wc-backward { line-height: 1.4; margin-top: 0; } - .woocommerce table.shop_table td.actions > button.button:focus { box-shadow: var(--bb-secondary-button-focus-shadow); } - .woocommerce table.shop_table td.actions > button.button:disabled { pointer-events: none; } - .woocommerce table.shop_table td.actions > button.button: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); } - .woocommerce table.shop_table .coupon input.button, .woocommerce table.shop_table .coupon button.button { - background: #dedfe2; border-radius: 3px; - border: 0; font-size: 14px; - color: #fff; font-weight: 400; + background-color: var(--bb-secondary-button-background-regular); + color: var(--bb-secondary-button-text-regular); + border: 1px solid var(--bb-secondary-button-border-regular); } - -.woocommerce table.shop_table .coupon input.button.bp-coupon-btn-active, -.woocommerce table.shop_table .coupon button.button.bp-coupon-btn-active { - box-shadow: 0 0 100px 30px rgba(0, 0, 0, 0.2) inset; +.woocommerce table.shop_table .coupon input.button:focus, +.woocommerce table.shop_table .coupon button.button:focus { + box-shadow: var(--bb-secondary-button-focus-shadow); +} +.woocommerce table.shop_table .coupon input.button.bp-coupon-btn-active:hover, +.woocommerce table.shop_table .coupon button.button.bp-coupon-btn-active: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); } - .woocommerce table.shop_table .coupon button.button { border-radius: var(--bb-button-radius); } - .woocommerce table.shop_table .coupon input.input-text { font-size: 14px; min-width: 150px; } @media (max-width: 544px) { - .woocommerce table.shop_table .coupon input.button, .woocommerce table.shop_table .coupon button.button { width: 100% !important; margin-bottom: 10px; } - .woocommerce table.shop_table .coupon input.input-text { width: 100% !important; margin-bottom: 5px !important; } } @media (max-width: 800px) { - .woocommerce table.shop_table.shop_table_responsive tr:nth-child(even) td { background-color: var(--bb-body-background-color); } - .woocommerce table.shop_table.shop_table_responsive tr:nth-child(even) td div.quantity input.qty { background-color: var(--bb-body-background-color); } - .woocommerce table.shop_table.shop_table_responsive tr td::before { padding-right: 5px; } } - .woocommerce .bb_sku_wrapper { display: block; color: var(--bb-alternate-text-color); @@ -813,7 +723,6 @@ body.woocommerce-cart p.cart-empty + p.return-to-shop .button.wc-backward { line-height: 1; } @media (max-width: 800px) { - .woocommerce .bb_sku_wrapper { display: none; } @@ -822,7 +731,6 @@ body.woocommerce-cart p.cart-empty + p.return-to-shop .button.wc-backward { .woocommerce .bb-header-buttons a.button:hover { background-color: transparent; } - .woocommerce .bb-header-buttons a.button.signup:hover { box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1); } @@ -839,109 +747,89 @@ body.woocommerce-cart p.cart-empty + p.return-to-shop .button.wc-backward { padding: 0 12px; color: var(--bb-body-text-color); } - .woocommerce-cart .wc_empty_cart { text-align: center; } - .woocommerce-cart .wc_empty_cart .cart_message_wrap { padding: 3rem; width: 60%; margin: 0 auto; } - .woocommerce-cart .wc_empty_cart .wc-cart-sub-icon { margin-bottom: 25px; } - .woocommerce-cart .wc_empty_cart .wc-cart-sub-icon img { max-width: 60px; } - .woocommerce-cart .wc_empty_cart p.cart-empty { font-size: 22px; color: var(--bb-body-text-color); margin-bottom: 5px; } - .woocommerce-cart .wc_empty_cart p.wc_empty_cart_description { font-size: 14px; color: #939597; } - .woocommerce-cart .wc_empty_cart a.button { padding: 10px 2em; } - .woocommerce-cart .wc_empty_cart a.button:hover { background-color: #0f74e0; color: #fff; } @media (max-width: 800px) { - .woocommerce-cart .wc_empty_cart .cart_message_wrap { width: 80%; } } @media (max-width: 544px) { - .woocommerce-cart .wc_empty_cart .cart_message_wrap { padding: 3rem 2rem; width: 90%; } } - .woocommerce-cart table.cart img { width: 100px; } - .woocommerce-cart .cart-collaterals table.shop_table th, .woocommerce-cart .cart-collaterals table.shop_table td { border-bottom: 0; border-top: 0; color: var(--bb-headings-color); } - .woocommerce-cart .cart-collaterals table.shop_table th { padding-left: 0; } - .woocommerce-cart .cart-collaterals .cart_totals { float: none; width: 100%; } - .woocommerce-cart .cart-collaterals .cart_totals > h2 { display: none; } - .woocommerce-cart .cart-collaterals table.shop_table { float: right; width: 50%; } @media (max-width: 800px) { - .woocommerce-cart .cart-collaterals table.shop_table { float: none; width: 100%; } } @media (max-width: 544px) { - .woocommerce-cart .cart-collaterals .bb_cart_totals_ctrls { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } - .woocommerce-cart .cart-collaterals .bb_cart_totals_ctrls .wc-proceed-to-checkout { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; padding-bottom: 0; } - .woocommerce-cart .cart-collaterals .bb_cart_totals_ctrls .cart_shop { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; @@ -950,17 +838,14 @@ body.woocommerce-cart p.cart-empty + p.return-to-shop .button.wc-backward { margin-right: 0; } } - .woocommerce-cart .bb_cart_totals_ctrls { clear: both; } - .woocommerce-cart .bb_cart_totals_ctrls .cart_shop { margin-right: auto; -ms-flex-item-align: end; align-self: flex-end; } - .woocommerce-cart .bb_cart_totals_ctrls a.button { font-size: 14px; margin-bottom: 2em; @@ -974,7 +859,6 @@ body.woocommerce-cart p.cart-empty + p.return-to-shop .button.wc-backward { color: var(--bb-primary-color); font-weight: 500; } - .woocommerce-cart .bb_cart_totals_ctrls a.button:hover { border-color: var(--bb-primary-color); } @@ -985,21 +869,17 @@ body.woocommerce-cart p.cart-empty + p.return-to-shop .button.wc-backward { padding-left: 0; min-width: 72px; } - .woocommerce-cart-form .bs-quantity input.qty { font-size: 14px; } - .woocommerce-cart-form .bs-quantity .qty-nav { height: 35px; } - .woocommerce-cart-form .bs-quantity .quantity-button { font-size: 0; line-height: 20px; } - -.woocommerce-cart-form .bs-quantity .quantity-button::before { +.woocommerce-cart-form .bs-quantity .quantity-button:before { font-family: bb-icons; font-size: 22px; text-rendering: auto; @@ -1007,15 +887,12 @@ body.woocommerce-cart p.cart-empty + p.return-to-shop .button.wc-backward { position: relative; top: 9px; } - -.woocommerce-cart-form .bs-quantity .quantity-up::before { +.woocommerce-cart-form .bs-quantity .quantity-up:before { content: "\e827"; } - -.woocommerce-cart-form .bs-quantity .quantity-down::before { +.woocommerce-cart-form .bs-quantity .quantity-down:before { content: "\e8ab"; } - .woocommerce-cart-form .bs-quantity.bs-quantity-individually .num-individually { display: inline-block; width: 3.631em; @@ -1023,12 +900,10 @@ body.woocommerce-cart p.cart-empty + p.return-to-shop .button.wc-backward { max-width: 32px; text-align: center; } - .woocommerce-cart-form .bs-quantity.bs-quantity-individually .qty-nav { opacity: 0.3; cursor: default; } - .woocommerce-cart-form .bs-quantity.bs-quantity-individually .qty-nav .quantity-button { cursor: default; } @@ -1037,7 +912,6 @@ body.woocommerce-cart p.cart-empty + p.return-to-shop .button.wc-backward { text-align: right; clear: both; } - .woocommerce .wc-proceed-to-checkout a.button.checkout-button { background-color: var(--bb-primary-button-background-regular); color: var(--bb-primary-button-text-regular); @@ -1050,11 +924,9 @@ body.woocommerce-cart p.cart-empty + p.return-to-shop .button.wc-backward { line-height: 1.4; font-weight: 500; } - .woocommerce .wc-proceed-to-checkout a.button.checkout-button:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .woocommerce .wc-proceed-to-checkout a.button.checkout-button:hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); @@ -1071,7 +943,6 @@ body.woocommerce-cart p.cart-empty + p.return-to-shop .button.wc-backward { border: 1px solid var(--bb-primary-button-border-regular); border-radius: var(--bb-button-radius); } - .woocommerce #respond input#submit.alt:focus, .woocommerce #respond input#submit:focus, .woocommerce a.button.alt:focus, @@ -1091,7 +962,6 @@ body.woocommerce-cart p.cart-empty + p.return-to-shop .button.wc-backward { } @media (max-width: 992px) { - body.woocommerce-cart #secondary { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -1099,34 +969,28 @@ body.woocommerce-cart p.cart-empty + p.return-to-shop .button.wc-backward { max-width: 100%; } } - body.archive.woocommerce .grid.wc-grid-wrap { display: block; margin: 0; } - body.archive.woocommerce .grid.wc-grid-wrap header.woocommerce-products-header { display: block; padding-top: 1.875rem; } - body.archive.woocommerce .grid.wc-grid-wrap header.woocommerce-products-header h1 { - margin: 0 0 0.3125rem; + margin: 0rem 0rem 0.3125rem; } - body.archive.woocommerce .grid.wc-grid-wrap > .grid { display: -webkit-box; display: -ms-flexbox; display: flex; } - body.archive.woocommerce .grid.wc-grid-wrap > .grid #secondary { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; padding-top: 0; } - body.archive.woocommerce .grid.wc-grid-wrap > .grid #primary { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; @@ -1144,68 +1008,56 @@ body.archive.woocommerce .grid.wc-grid-wrap > .grid #primary { display: none; border-bottom: 1px solid #fff; } - #secondary.wc-widget-area .widgets_expand h4.widget-title { margin-bottom: 0; display: -webkit-box; display: -ms-flexbox; display: flex; } - #secondary.wc-widget-area .widgets_expand h4.widget-title span.wc-widget-area-expand { margin-left: auto; } - #secondary.wc-widget-area .widgets_expand.active { border-radius: 4px 4px 0 0; border-bottom: 1px solid var(--bb-content-border-color); } @media (min-width: 800px) { - #secondary.wc-widget-area .wc-widget-area-expandable { display: block !important; } } @media (max-width: 800px) { - #secondary.wc-widget-area .widgets_expand { display: block; } - #secondary.wc-widget-area .wc-widget-area-expandable { display: none; } - #secondary.wc-widget-area .wc-widget-area-expandable aside.widget h4.widget-title span.collapse-widget { display: none; } - #secondary.wc-widget-area aside.widget:first-of-type { margin-top: 0; border-radius: 0; } } @media (max-width: 799px) { - body.archive.woocommerce .grid.wc-grid-wrap > .grid #secondary { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } - body.archive.woocommerce .grid.wc-grid-wrap > .grid #primary { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; padding-top: 0.9375rem; } - body.archive.woocommerce .grid.wc-grid-wrap > .grid #primary ul.products { margin-bottom: 0; } } - .widget_product_categories ul.product-categories li span.count, .widget_product_categories ul.woocommerce-widget-layered-nav-list li span.count, .widget_layered_nav ul.product-categories li span.count, @@ -1217,7 +1069,6 @@ body.archive.woocommerce .grid.wc-grid-wrap > .grid #primary { padding: 0; letter-spacing: 0; } - .widget_product_categories ul.product-categories li ul.children, .widget_product_categories ul.woocommerce-widget-layered-nav-list li ul.children, .widget_layered_nav ul.product-categories li ul.children, @@ -1225,7 +1076,6 @@ body.archive.woocommerce .grid.wc-grid-wrap > .grid #primary { margin-top: 10px; padding: 0; } - .widget_product_categories ul.product-categories > li > a, .widget_product_categories ul.woocommerce-widget-layered-nav-list > li > a, .widget_layered_nav ul.product-categories > li > a, @@ -1238,7 +1088,6 @@ body.archive.woocommerce .grid.wc-grid-wrap > .grid #primary { display: inline-block; margin-right: 10px; } - .woocommerce-widget-layered-color .color-marker, .attribute-colors .color-marker { width: 25px; @@ -1251,14 +1100,12 @@ body.archive.woocommerce .grid.wc-grid-wrap > .grid #primary { position: relative; z-index: 1; } - .woocommerce-widget-layered-color .color-marker.checked, .attribute-colors .color-marker.checked { box-shadow: 0 0 0 1px var(--bb-content-border-color); } - -.woocommerce-widget-layered-color .color-marker:hover::after, -.attribute-colors .color-marker:hover::after { +.woocommerce-widget-layered-color .color-marker:hover:after, +.attribute-colors .color-marker:hover:after { border: 1px solid var(--bb-content-border-color); font-size: 12px; padding: 2px 7px; @@ -1281,22 +1128,18 @@ body.archive.woocommerce .grid.wc-grid-wrap > .grid #primary { .woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li { padding: 7px 0.9375rem; } - .woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li.on { background-color: var(--bb-body-background-color); } - .woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li.on label, .woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li.on span.count { color: var(--bb-headings-color); } - .woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li label { font-size: 14px; color: var(--bb-alternate-text-color); line-height: 1.95; } - .woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li label span.checkbox { z-index: 5; display: inline-block; @@ -1311,13 +1154,11 @@ body.archive.woocommerce .grid.wc-grid-wrap > .grid #primary { margin-right: 7px; line-height: 1.35; } - .woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li label span.checkbox.on { background-color: var(--bb-primary-color); border-color: var(--bb-primary-color); } - -.woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li label span.checkbox.on::before { +.woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li label span.checkbox.on:before { color: #fff; content: "\e876"; width: 16px; @@ -1340,13 +1181,11 @@ body.archive.woocommerce .grid.wc-grid-wrap > .grid #primary { align-items: center; padding-bottom: 10px; } - .bs_widget_price_filter .price_label .from { margin-right: auto; } .wc-widget-area aside.widget { - /* border: 0; margin-top: 0; margin-bottom: 0; @@ -1365,7 +1204,6 @@ body.archive.woocommerce .grid.wc-grid-wrap > .grid #primary { padding-bottom: 1.25rem; } */ } - .wc-widget-area aside.widget h4.widget-title { margin-left: -0.9375rem; margin-right: -0.9375rem; @@ -1378,40 +1216,33 @@ body.archive.woocommerce .grid.wc-grid-wrap > .grid #primary { -ms-flex-align: center; align-items: center; } - .wc-widget-area aside.widget.widget_product_categories h4 { padding-bottom: 15px; border-bottom: 1px solid var(--bb-content-border-color); margin-bottom: 10px; } - .wc-widget-area aside.widget.widget_product_categories ul.product-categories, .wc-widget-area aside.widget.widget_product_categories ul.woocommerce-widget-layered-nav-list:not(.woocommerce-widget-layered-color), .wc-widget-area aside.widget.widget_layered_nav ul.product-categories, .wc-widget-area aside.widget.widget_layered_nav ul.woocommerce-widget-layered-nav-list:not(.woocommerce-widget-layered-color) { margin-left: -0.9375rem; margin-right: -0.9375rem; } - .wc-widget-area aside.widget.widget_product_categories > select, .wc-widget-area aside.widget.widget_layered_nav > select { width: 100%; } - .wc-widget-area aside.widget.widget_product_categories li, .wc-widget-area aside.widget.widget_layered_nav li { margin-bottom: 0; position: relative; min-height: 38px; line-height: 1; } - .wc-widget-area aside.widget.widget_product_categories li.current-cat > a, .wc-widget-area aside.widget.widget_layered_nav li.current-cat > a { background-color: var(--bb-body-background-color); color: var(--bb-headings-color); } - .wc-widget-area aside.widget.widget_product_categories li.current-cat > .count, .wc-widget-area aside.widget.widget_layered_nav li.current-cat > .count { color: var(--bb-headings-color); } - .wc-widget-area aside.widget.widget_product_categories li a, .wc-widget-area aside.widget.widget_layered_nav li a { display: inline-block; padding: 8px 50px 7px 0.9375rem; @@ -1426,11 +1257,9 @@ body.archive.woocommerce .grid.wc-grid-wrap > .grid #primary { overflow: hidden; text-overflow: ellipsis; } - .wc-widget-area aside.widget.widget_product_categories li a:hover, .wc-widget-area aside.widget.widget_layered_nav li a:hover { background-color: var(--bb-body-background-color); } - .wc-widget-area aside.widget.widget_product_categories li span.count, .wc-widget-area aside.widget.widget_layered_nav li span.count { display: inline-block; padding-top: 13px; @@ -1438,10 +1267,9 @@ body.archive.woocommerce .grid.wc-grid-wrap > .grid #primary { position: absolute; right: 28px; top: 0; - font-weight: 400; + font-weight: normal; font-size: 13px; } - .wc-widget-area aside.widget.widget_product_categories li span.expand-parent, .wc-widget-area aside.widget.widget_layered_nav li span.expand-parent { display: inline-block; font-size: 1.3rem; @@ -1453,41 +1281,32 @@ body.archive.woocommerce .grid.wc-grid-wrap > .grid #primary { top: 0; cursor: pointer; } - .wc-widget-area aside.widget.widget_product_categories li span.expand-parent.active i, .wc-widget-area aside.widget.widget_layered_nav li span.expand-parent.active i { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } - .wc-widget-area aside.widget.widget_product_categories li ul.children, .wc-widget-area aside.widget.widget_layered_nav li ul.children { margin-top: 0; } - .wc-widget-area aside.widget.widget_product_categories li ul.children li a, .wc-widget-area aside.widget.widget_layered_nav li ul.children li a { padding-left: 1.5625rem; } - .wc-widget-area aside.widget.widget_product_categories li ul.children ul.children li a, .wc-widget-area aside.widget.widget_layered_nav li ul.children ul.children li a { padding-left: 2.1875rem; } - .wc-widget-area aside.widget.widget_product_categories li ul.children ul.children li ul.children a, .wc-widget-area aside.widget.widget_layered_nav li ul.children ul.children li ul.children a { padding-left: 2.8125rem; } - .wc-widget-area aside.widget.widget_product_categories li ul.children ul.children li ul.children li ul.children a, .wc-widget-area aside.widget.widget_layered_nav li ul.children ul.children li ul.children li ul.children a { padding-left: 3.4375rem; } - .wc-widget-area aside.widget.widget_product_categories li.cat-parent ul.children, .wc-widget-area aside.widget.widget_layered_nav li.cat-parent ul.children { display: none; } - .wc-widget-area aside.widget.widget_product_categories li.current-cat.cat-parent.cat-expanded > ul.children, .wc-widget-area aside.widget.widget_product_categories li.current-cat-parent.cat-parent.cat-expanded > ul.children, .wc-widget-area aside.widget.widget_layered_nav li.current-cat.cat-parent.cat-expanded > ul.children, .wc-widget-area aside.widget.widget_layered_nav li.current-cat-parent.cat-parent.cat-expanded > ul.children { display: block; } - .wc-widget-area aside.widget.widget_layered_nav li { line-height: 1.35; } @@ -1500,11 +1319,9 @@ body:not(.bb-page-loaded) .wc-widget-area aside.widget.widget_product_categories body:not(.bb-page-loaded) .wc-widget-area aside.widget.widget_layered_nav li span.count { display: none; } - body:not(.bb-page-loaded).woocommerce form.woocommerce-ordering { display: none; } - body:not(.bb-page-loaded) .bs_widget_price_filter #min_price, body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { display: none; @@ -1522,14 +1339,12 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { border-radius: var(--bb-button-radius); padding: 0 10px; } - .bs-quantity input[type="number"]::-webkit-inner-spin-button, .bs-quantity input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; appearance: none; margin: 0; } - .bs-quantity input[type="number"] { width: auto; min-width: 32px; @@ -1542,16 +1357,13 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { border: 0; appearance: textfield; } - .bs-quantity input[type="number"]:focus { outline: 0; } - .bs-quantity .qty-nav { position: relative; height: 40px; } - .bs-quantity .quantity-button { position: relative; cursor: pointer; @@ -1563,7 +1375,6 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { -ms-user-select: none; user-select: none; } - .bs-quantity .qty-nav .quantity-button.limit { opacity: 0.3; cursor: default; @@ -1572,20 +1383,16 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { .cart_totals table.shop_table td { text-align: right; } - .cart_totals table.shop_table tr.order-total th { color: var(--bb-headings-color); font-weight: bolder; } - .cart_totals table.shop_table form.woocommerce-shipping-calculator { margin-bottom: 0; } - .cart_totals table.shop_table form.woocommerce-shipping-calculator > p { margin-bottom: 5px; } - .cart_totals table.shop_table .shipping-calculator-form { text-align: left; } @@ -1600,11 +1407,9 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { font-size: 15px; background-color: var(--bb-content-background-color); } - .woocommerce-page .select2-container .select2-selection--single .select2-selection__arrow { display: none; } - .woocommerce-page .select2-container .select2-selection--single.wc-order-by { background-image: url("data:image/svg+xml;charset=utf8,%3C!-- Generated by IcoMoon.io --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 32 32'%3E%3Ctitle%3Esort-desc%3C/title%3E%3Cpath style='fill:%23A1ACB8;' d='M24.768 22.464v-13.216c0-0.544-0.448-0.992-1.024-0.992-0.544 0-0.992 0.448-0.992 0.992v13.216c0 0.576 0.448 1.024 0.992 1.024 0.576 0 1.024-0.448 1.024-1.024zM21.568 19.616c-0.352-0.384-0.992-0.416-1.408-0.032-0.384 0.384-0.416 1.024-0.032 1.408l2.912 3.104c0.384 0.448 1.056 0.448 1.44 0l2.912-3.104c0.384-0.384 0.352-1.024-0.032-1.408-0.416-0.384-1.056-0.352-1.408 0.032l-2.208 2.336-2.176-2.336zM16.736 12.64h-8.736c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h8.736c0.544 0 0.992-0.448 0.992-1.024 0-0.544-0.448-0.992-0.992-0.992zM14.56 17.376h-6.56c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h6.56c0.544 0 0.992-0.448 0.992-1.024 0-0.544-0.448-0.992-0.992-0.992zM12.352 22.368h-4.352c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h4.352c0.576 0 1.024-0.448 1.024-1.024 0-0.544-0.448-0.992-1.024-0.992zM18.176 7.648h-10.176c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h10.176c0.576 0 1.024-0.448 1.024-1.024 0-0.544-0.448-0.992-1.024-0.992z'%3E%3C/path%3E%3C/svg%3E"); border: 0; @@ -1612,19 +1417,15 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { font-size: 14px; outline: none; } - .woocommerce-page .select2-container .select2-selection--single.wc-order-by:hover { background-image: url("data:image/svg+xml;charset=utf8,%3C!-- Generated by IcoMoon.io --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 32 32'%3E%3Ctitle%3Esort-desc%3C/title%3E%3Cpath style='fill:%23122b46;' d='M24.768 22.464v-13.216c0-0.544-0.448-0.992-1.024-0.992-0.544 0-0.992 0.448-0.992 0.992v13.216c0 0.576 0.448 1.024 0.992 1.024 0.576 0 1.024-0.448 1.024-1.024zM21.568 19.616c-0.352-0.384-0.992-0.416-1.408-0.032-0.384 0.384-0.416 1.024-0.032 1.408l2.912 3.104c0.384 0.448 1.056 0.448 1.44 0l2.912-3.104c0.384-0.384 0.352-1.024-0.032-1.408-0.416-0.384-1.056-0.352-1.408 0.032l-2.208 2.336-2.176-2.336zM16.736 12.64h-8.736c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h8.736c0.544 0 0.992-0.448 0.992-1.024 0-0.544-0.448-0.992-0.992-0.992zM14.56 17.376h-6.56c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h6.56c0.544 0 0.992-0.448 0.992-1.024 0-0.544-0.448-0.992-0.992-0.992zM12.352 22.368h-4.352c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h4.352c0.576 0 1.024-0.448 1.024-1.024 0-0.544-0.448-0.992-1.024-0.992zM18.176 7.648h-10.176c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h10.176c0.576 0 1.024-0.448 1.024-1.024 0-0.544-0.448-0.992-1.024-0.992z'%3E%3C/path%3E%3C/svg%3E"); } - .woocommerce-page .select2-container .select2-search { font-size: 15px; } - .woocommerce-page .select2-container .select2-results { font-size: 15px; } - .woocommerce-page .select2-container.select2-container--open .wc-order-by-dropdown.select2-dropdown--below { border-radius: 4px; border: 0; @@ -1633,8 +1434,7 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { padding: 7px 0; margin-top: 8px; } - -.woocommerce-page .select2-container.select2-container--open .wc-order-by-dropdown.select2-dropdown--below::before { +.woocommerce-page .select2-container.select2-container--open .wc-order-by-dropdown.select2-dropdown--below:before { content: " "; position: absolute; width: 0; @@ -1656,12 +1456,10 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { transition: all linear 0.2s; z-index: 101; } - .woocommerce-page .select2-container.select2-container--open .wc-order-by-dropdown.select2-dropdown--below .select2-results ul.select2-results__options li.select2-results__option { padding: 3px 12px; font-size: 14px; } - .woocommerce-page .select2-container.select2-container--open .wc-order-by-dropdown.select2-dropdown--below .select2-results ul.select2-results__options li.select2-results__option.select2-results__option--highlighted, .woocommerce-page .select2-container.select2-container--open .wc-order-by-dropdown.select2-dropdown--below .select2-results ul.select2-results__options li.select2-results__option.select2-results__option[aria-selected="true"] { background-color: var(--bb-body-background-color); color: var(--bb-primary-color); @@ -1673,7 +1471,6 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { padding-left: 12px; color: inherit; } - .woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered[title~="Select"] { color: #c3c6c9; } @@ -1693,7 +1490,6 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { -ms-flex-align: center; align-items: center; } - .site-header a.header-cart-link span.count { background-color: var(--bb-primary-color); line-height: 1.6; @@ -1708,13 +1504,11 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { .header-mini-cart { overflow: hidden; } - .header-mini-cart ul.cart_list { list-style: none; margin-left: 0; margin-bottom: 0; } - .site-header .header-mini-cart ul.cart_list { max-width: -webkit-calc(100vw - 20px); max-width: calc(100vw - 20px); @@ -1722,7 +1516,6 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { max-height: -webkit-calc(100vh - 210px); max-height: calc(100vh - 210px); } - .header-mini-cart ul.cart_list li.mini_cart_item { padding: 15px; border-bottom: 1px solid var(--bb-content-border-color); @@ -1736,25 +1529,21 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { -ms-flex-align: center; align-items: center; } - .header-mini-cart ul.cart_list li.mini_cart_item:hover { background-color: var(--bb-content-alternate-background-color); } - .header-mini-cart ul.cart_list li.mini_cart_item > a { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; margin-right: auto; color: var(--bb-headings-color); - font-weight: 400; + font-weight: normal; margin-bottom: 0; } - .header-mini-cart ul.cart_list li.mini_cart_item > a:hover { color: var(--bb-primary-color); } - .header-mini-cart ul.cart_list li.mini_cart_item > a:not(.remove) { font-size: 14px; max-width: 270px; @@ -1763,7 +1552,6 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { overflow: hidden; text-overflow: ellipsis; } - .header-mini-cart ul.cart_list li.mini_cart_item span.quantity { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; @@ -1773,7 +1561,6 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { margin-right: 10px; white-space: nowrap; } - .header-mini-cart ul.cart_list li.mini_cart_item > a.remove { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; @@ -1784,12 +1571,10 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { line-height: 1; width: auto; } - .header-mini-cart ul.cart_list li.mini_cart_item > a.remove:hover { background-color: transparent; color: var(--bb-primary-color); } - .header-mini-cart ul.cart_list li.mini_cart_item > dl.variation { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; @@ -1807,7 +1592,6 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { padding-left: 1em; border-left: 2px solid rgba(0, 0, 0, 0.1); } - .header-mini-cart ul.cart_list li.mini_cart_item > dl.variation > dt { margin: 0; padding: 0; @@ -1820,7 +1604,6 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { padding-right: 0.5em; font-weight: 700; } - .header-mini-cart ul.cart_list li.mini_cart_item > dl.variation > dd { margin: 0; padding: 0; @@ -1829,19 +1612,15 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { flex-basis: 60%; max-width: 60%; } - .header-mini-cart ul.cart_list li.mini_cart_item > dl.variation > dd * { margin: 0; } - .header-mini-cart ul.cart_list li.mini_cart_item > dl.variation > dd > * { padding-bottom: 0.5em; } - .header-mini-cart ul.cart_list li.mini_cart_item .blockUI.blockOverlay { opacity: 0.12 !important; } - .header-mini-cart ul.cart_list img.attachment-woocommerce_thumbnail, .header-mini-cart ul.cart_list img.woocommerce-placeholder { max-width: 36px; @@ -1851,7 +1630,6 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { margin-left: 0; float: none; } - .header-mini-cart p.woocommerce-mini-cart__total { width: 50%; float: left; @@ -1862,11 +1640,9 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { padding: 10px 0 9px 15px; background-color: var(--bb-content-background-color); } - .header-mini-cart p.woocommerce-mini-cart__total strong { - font-weight: 400; + font-weight: normal; } - .header-mini-cart p.woocommerce-mini-cart__buttons { width: 50%; float: right; @@ -1876,7 +1652,6 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { padding: 12px 15px 12px 0; background-color: var(--bb-content-background-color); } - .header-mini-cart p.woocommerce-mini-cart__buttons a.button { padding: 5px 15px; font-size: 14px; @@ -1884,11 +1659,9 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { min-height: auto; border-radius: var(--bb-button-radius); } - .header-mini-cart p.woocommerce-mini-cart__buttons .wc-forward:not(.checkout) { display: none; } - .header-mini-cart p.woocommerce-mini-cart__empty-message { margin: 0; padding: 20px 15px; @@ -1905,16 +1678,14 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { .woocommerce-cart .woocommerce-shipping-calculator { position: relative; } - .woocommerce-cart .woocommerce-shipping-calculator a.shipping-calculator-button { position: relative; padding-right: 20px; } - -.woocommerce-cart .woocommerce-shipping-calculator a.shipping-calculator-button::after { +.woocommerce-cart .woocommerce-shipping-calculator a.shipping-calculator-button:after { content: "\e826"; font-family: bb-icons; - font-weight: 400; + font-weight: normal; speak: none; display: inline-block; color: #939597; @@ -1937,8 +1708,7 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { border-radius: 4px; box-shadow: 0 6px 24px 0 rgba(18, 43, 70, 0.12); } - -.shipping-calculator-form::before { +.shipping-calculator-form:before { content: " "; position: absolute; width: 0; @@ -1960,11 +1730,9 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { transition: all linear 0.2s; z-index: 1002; } - .shipping-calculator-form p:last-of-type { margin-bottom: 0; } - .shipping-calculator-form button.button { width: 100%; } @@ -1972,17 +1740,15 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { .woocommerce ul#shipping_method label { font-size: 14px; } - .woocommerce ul#shipping_method label .amount { - font-weight: 400; + font-weight: normal; } .woocommerce-shipping-destination { font-size: 12px; } - .woocommerce-shipping-destination strong { - font-weight: 400; + font-weight: normal; } .woocommerce .widget_layered_nav_filters ul li a::before, @@ -2008,9 +1774,8 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { .woocommerce ul.product_list_widget li { padding: 8px 0; } - .woocommerce ul.product_list_widget li a { - font-weight: 400; + font-weight: normal; margin-bottom: 10px; min-height: 32px; display: -webkit-box; @@ -2020,7 +1785,6 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { -ms-flex-align: center; align-items: center; } - .woocommerce ul.product_list_widget li a img { border-radius: 3px; -webkit-box-ordinal-group: 3; @@ -2028,7 +1792,6 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { order: 2; margin-left: auto; } - .woocommerce ul.product_list_widget li a .product-title { line-height: 1.35; display: block; @@ -2041,16 +1804,13 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { overflow: hidden; text-overflow: ellipsis; } - .woocommerce ul.product_list_widget li .star-rating { height: 1.5em; width: 7.2em; } - .woocommerce ul.product_list_widget li > del { color: var(--bb-alternate-text-color); } - .woocommerce ul.product_list_widget li > ins { float: right; text-decoration: none; @@ -2065,7 +1825,6 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { align-items: center; padding-right: 10px; } - .woocommerce .widget_rating_filter ul li .star-rating { width: 7.2em; margin-right: auto; @@ -2076,31 +1835,63 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { color: #fff; background-color: #385dff; } - .woocommerce.widget_shopping_cart a.button:hover { box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1); } -@media (max-width: 1200px) { +.content-area ul.products { + margin-left: -1%; + margin-right: -1%; +} +.content-area ul.products li.product { + width: 23%; + max-width: 23%; + margin: 0 1% 2%; +} - .woo-sidebar .content-area ul.products { +@media (min-width: 1200px) { + .content-area ul.products { margin-left: -1%; margin-right: -1%; } + .content-area ul.products li.product { + width: 23%; + max-width: 23%; + margin: 0 1% 2%; + } + .woo-sidebar .content-area ul.products { + margin-left: -1%; + margin-right: -1%; + } .woo-sidebar .content-area ul.products li.product { width: 31.333%; max-width: 31.333%; margin: 0 1% 2%; } } +@media (max-width: 1200px) { + .content-area ul.products { + margin-left: -1%; + margin-right: -1%; + } + .content-area ul.products li.product { + width: 31.333%; + max-width: 31.333%; + margin: 0 1% 2%; + } +} +@media (max-width: 1100px) { + .woo-sidebar .content-area ul.products li.product { + width: 48%; + max-width: 48%; + } +} @media (max-width: 992px) { - .woocommerce ul.products[class*="columns-"] { margin-left: -1%; margin-right: -1%; } - .woocommerce ul.products[class*="columns-"] li.product { width: 48%; max-width: 48%; @@ -2113,28 +1904,23 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { font-size: 12px; letter-spacing: -0.5px; } - - .woo-sidebar .content-area ul.products li.product a.button.add_to_cart_button.added::after { + .woo-sidebar .content-area ul.products li.product a.button.add_to_cart_button.added:after { vertical-align: baseline; font-size: 10px; } } @media (max-width: 544px) { - .woocommerce .woocommerce-result-count { float: none; width: 100%; } - .woocommerce form.woocommerce-ordering { float: none; } - .woocommerce ul.products[class*="columns-"] { margin-left: 0; margin-right: 0; } - .woocommerce ul.products[class*="columns-"] li.product { width: 100%; max-width: 100%; @@ -2152,7 +1938,6 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { padding-right: 5px; } } - #content .wp-block-woocommerce-handpicked-products ul.products, #content .wp-block-woocommerce-product-category ul.products, #content .wp-block-woocommerce-product-new ul.products, @@ -2170,7 +1955,6 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { margin-left: auto; margin-bottom: 20px; } - #content .wp-block-woocommerce-handpicked-products ul.products.columns-4 li.product, #content .wp-block-woocommerce-product-category ul.products.columns-4 li.product, #content .wp-block-woocommerce-product-new ul.products.columns-4 li.product, @@ -2183,7 +1967,6 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { max-width: -webkit-calc(25% - 20px); max-width: calc(25% - 20px); } - #content .wp-block-woocommerce-handpicked-products ul.products.columns-4 li.product .bs_after_shop_loop_item_links, #content .wp-block-woocommerce-product-category ul.products.columns-4 li.product .bs_after_shop_loop_item_links, #content .wp-block-woocommerce-product-new ul.products.columns-4 li.product .bs_after_shop_loop_item_links, @@ -2196,7 +1979,6 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { -ms-flex-direction: column; flex-direction: column; } - #content .wp-block-woocommerce-handpicked-products ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward, #content .wp-block-woocommerce-product-category ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward, #content .wp-block-woocommerce-product-new ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward, @@ -2208,7 +1990,6 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { border-right: 0; border-radius: 0; } - #content .wp-block-woocommerce-handpicked-products ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button, #content .wp-block-woocommerce-product-category ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button, #content .wp-block-woocommerce-product-new ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button, @@ -2220,7 +2001,6 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { align-self: center; width: 100%; } - #content .wp-block-woocommerce-handpicked-products ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added, #content .wp-block-woocommerce-product-category ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added, #content .wp-block-woocommerce-product-new ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added, @@ -2230,7 +2010,6 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { #content .wp-block-woocommerce-product-best-sellers ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added { border-radius: 0 0 4px 4px; } - #content .wp-block-woocommerce-handpicked-products ul.products li.product, #content .wp-block-woocommerce-handpicked-products ul.products li.product.type-product, #content .wp-block-woocommerce-product-category ul.products li.product, @@ -2247,7 +2026,6 @@ body:not(.bb-page-loaded) .bs_widget_price_filter #max_price { #content .wp-block-woocommerce-product-best-sellers ul.products li.product.type-product { margin: 0 10px 20px; } - #content .wp-block-woocommerce-handpicked-products ul.products li.product span.onsale, #content .wp-block-woocommerce-product-category ul.products li.product span.onsale, #content .wp-block-woocommerce-product-new ul.products li.product span.onsale, @@ -2275,7 +2053,7 @@ body .select2-container .select2-dropdown .select2-results__option { background-color: var(--bb-primary-color); } -.widget .woocommerce-product-search button i::before { +.widget .woocommerce-product-search button i:before { color: var(--bb-primary-color); } @@ -2290,111 +2068,94 @@ body .select2-container .select2-dropdown .select2-results__option { flex-direction: column; line-height: 1; } - .widget .woocommerce table.cart thead { display: none; } - .widget .woocommerce .cart-collaterals .cart_totals, .widget .woocommerce-page .cart-collaterals .cart_totals { width: 100%; float: none; } - .widget .woocommerce-checkout .bb-wc-co { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } - .widget .woocommerce-checkout .bb-wc-co .bb-wc-col { width: 100%; } - .widget .woocommerce ul.products { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } - .widget .woocommerce ul.products.columns-1 li.product { width: 100%; max-width: 100%; margin-left: 0; margin-right: 0; } - .widget .woocommerce ul.products.columns-2 li.product { width: 100%; max-width: 100%; margin-left: 0; margin-right: 0; } - .widget .woocommerce ul.products.columns-3 li.product { width: 100%; max-width: 100%; margin-left: 0; margin-right: 0; } - .widget .woocommerce ul.products.columns-4 li.product { width: 100%; max-width: 100%; margin-left: 0; margin-right: 0; } - .widget .woocommerce ul.products.columns-5 li.product { width: 100%; max-width: 100%; margin-left: 0; margin-right: 0; } - .widget .woocommerce ul.products.columns-6 li.product { width: 100%; max-width: 100%; margin-left: 0; margin-right: 0; } - .widget .woocommerce ul.products.columns-7 li.product { width: 100%; max-width: 100%; margin-left: 0; margin-right: 0; } - .widget .woocommerce ul.products.columns-8 li.product { width: 100%; max-width: 100%; margin-left: 0; margin-right: 0; } - .widget .woocommerce ul.products.columns-9 li.product { width: 100%; max-width: 100%; margin-left: 0; margin-right: 0; } - .widget .woocommerce ul.products.columns-10 li.product { width: 100%; max-width: 100%; margin-left: 0; margin-right: 0; } - .widget .woocommerce div.product div.images, .widget .woocommerce div.product div.summary { width: 100%; float: none; } - .widget div.product div.woocommerce-product-gallery.images { width: 100%; float: none; @@ -2403,7 +2164,6 @@ body .select2-container .select2-dropdown .select2-results__option { flex: 0 0 100%; max-width: 100%; } - #content .widget div.product div.woocommerce-product-gallery.images, #content .widget div.product div.summary { min-width: 100%; @@ -2414,7 +2174,6 @@ body .select2-container .select2-dropdown .select2-results__option { } @media (max-width: 1024px) { - #content .wp-block-woocommerce-handpicked-products ul.products.products li.product, #content .wp-block-woocommerce-product-category ul.products.products li.product, #content .wp-block-woocommerce-product-new ul.products.products li.product, @@ -2429,7 +2188,6 @@ body .select2-container .select2-dropdown .select2-results__option { } } @media (max-width: 768px) { - #content .wp-block-woocommerce-handpicked-products ul.products.products li.product, #content .wp-block-woocommerce-product-category ul.products.products li.product, #content .wp-block-woocommerce-product-new ul.products.products li.product, @@ -2444,7 +2202,6 @@ body .select2-container .select2-dropdown .select2-results__option { } } @media (max-width: 480px) { - #content .wp-block-woocommerce-handpicked-products ul.products.products li.product, #content .wp-block-woocommerce-product-category ul.products.products li.product, #content .wp-block-woocommerce-product-new ul.products.products li.product, @@ -2458,18 +2215,15 @@ body .select2-container .select2-dropdown .select2-results__option { max-width: calc(100% - 20px); } } - #content div.product { display: -webkit-box; display: -ms-flexbox; display: flex; - /* flex-wrap: wrap; */ width: 100%; -ms-flex-flow: row wrap; flex-flow: row wrap; } - #content div.product > div, #content div.product > section { -webkit-box-flex: 1; -ms-flex: 1 1 auto; @@ -2477,7 +2231,6 @@ body .select2-container .select2-dropdown .select2-results__option { min-width: 100%; box-sizing: border-box; } - #content div.product div.woocommerce-product-gallery.images { width: 55%; -webkit-box-flex: 0; @@ -2490,7 +2243,6 @@ body .select2-container .select2-dropdown .select2-results__option { border-right-width: 0; padding-bottom: 0; } - #content div.product div.summary { width: 45%; -webkit-box-flex: 0; @@ -2504,11 +2256,9 @@ body .select2-container .select2-dropdown .select2-results__option { border: 1px solid var(--bb-content-border-color); border-left-width: 0; } - #content div.product div.summary h1.product_title { line-height: 2rem; } - #content div.product div.summary h4.pr-sub-heading { text-transform: uppercase; font-size: 0.75rem; @@ -2516,12 +2266,10 @@ body .select2-container .select2-dropdown .select2-results__option { margin-bottom: 10px; border-bottom: 1px solid var(--bb-content-border-color); } - #content div.product div.summary .product_meta { font-size: 16px; margin-bottom: 20px; } - #content div.product div.summary .product_meta > span { display: block; font-size: 14px; @@ -2529,11 +2277,9 @@ body .select2-container .select2-dropdown .select2-results__option { padding: 0 0 3px; margin: 0; } - #content div.product div.summary .product_meta > span:last-of-type { border-bottom: 0; } - #content div.product div.summary .product_meta .pr-atts-row { display: -webkit-box; display: -ms-flexbox; @@ -2544,37 +2290,30 @@ body .select2-container .select2-dropdown .select2-results__option { -ms-flex-flow: wrap; flex-flow: wrap; } - #content div.product div.summary .product_meta .pr-atts-row .pr-atts-title { width: 30%; padding-right: 5px; } @media (max-width: 544px) { - #content div.product div.summary .product_meta .pr-atts-row .pr-atts-title { width: 40%; } } - #content div.product div.summary .product_meta .pr-atts-row p { display: inline; margin: 0; font-size: 1em; } - #content div.product div.summary .product_meta .pr-atts-row p.out-of-stock { color: var(--bb-danger-color); } - #content div.product div.summary .attribute-colors { margin: 0 0 20px; } - #content div.product div.summary .quantity { margin-right: 10px; margin-bottom: 10px; } - #content div.product div.summary .quantity.quantity--readonly { visibility: hidden; width: 0; @@ -2582,12 +2321,10 @@ body .select2-container .select2-dropdown .select2-results__option { opacity: 0; margin: 0; } - #content div.product div.summary > p.stock { display: none; } @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { - #content div.product div.summary { width: 38%; -webkit-box-flex: 0; @@ -2596,72 +2333,57 @@ body .select2-container .select2-dropdown .select2-results__option { min-width: 38%; } } - #content div.product .flex-control-thumbs { width: 70%; overflow: visible; display: none; } - #content div.product .flex-control-thumbs.slick-initialized { display: block; min-height: 100px; } - #content div.product .flex-control-thumbs .slick-list .slick-slide { margin: 0 5px; } - #content div.product .flex-control-thumbs .slick-list .slick-slide li img { opacity: 1; } - #content div.product .flex-control-thumbs { width: 70%; margin: 10px auto 15px; } - #content div.product .flex-control-thumbs .slick-slide { margin: 0 5px; } - #content div.product .flex-control-thumbs .slick-arrow { background-color: #fff; opacity: 1; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.09); } - #content div.product .flex-control-thumbs .slick-arrow i { color: #828d98; } - #content div.product .flex-control-thumbs .slick-arrow.slick-disabled { cursor: default; } - #content div.product .flex-control-thumbs .slick-arrow.slick-disabled i { opacity: 0.3; } - #content div.product .flex-control-thumbs .slick-arrow.bb-slide-next { right: -15px; } - #content div.product .flex-control-thumbs .slick-arrow.bb-slide-prev { left: -15px; } - #content div.product div.images .woocommerce-product-gallery__trigger { background-color: var(--bb-content-background-color); color: transparent; text-indent: 0; } - #content div.product div.images .woocommerce-product-gallery__trigger img.emoji { display: none; } - -#content div.product div.images .woocommerce-product-gallery__trigger::before { +#content div.product div.images .woocommerce-product-gallery__trigger:before { border: 0; content: "\ef10"; color: var(--bb-body-text-color); @@ -2673,90 +2395,73 @@ body .select2-container .select2-dropdown .select2-results__option { top: 5px; left: 6px; } - -#content div.product div.images .woocommerce-product-gallery__trigger::after { +#content div.product div.images .woocommerce-product-gallery__trigger:after { display: none; } - #content div.product p.price { color: var(--bb-headings-color); font-weight: 500; margin-top: 1.2em; margin-bottom: 1.2em; } - #content div.product p.price ins { text-decoration: none; font-weight: 500; } - #content div.product p.price del { color: var(--bb-alternate-text-color); opacity: 1; font-weight: 400; } - #content div.product .woocommerce-product-details__short-description { font-size: 16px; } - #content div.product form.cart .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); font-size: 14px; - font-weight: 400; + font-weight: normal; padding-left: 3em; padding-right: 3em; height: 40px; } - #content div.product form.cart .button:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - #content div.product form.cart .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); } - #content div.product .woocommerce-tabs ul.tabs { padding: 0; } - #content div.product .woocommerce-tabs ul.tabs li { border: 0; background-color: transparent; } - -#content div.product .woocommerce-tabs ul.tabs li::before, #content div.product .woocommerce-tabs ul.tabs li::after { +#content div.product .woocommerce-tabs ul.tabs li:before, #content div.product .woocommerce-tabs ul.tabs li:after { display: none; } - #content div.product .woocommerce-tabs ul.tabs li.active { background: transparent; border-bottom: 1px solid var(--bb-primary-color); } - #content div.product .woocommerce-tabs ul.tabs li.active a { color: var(--bb-headings-color); } - #content div.product .woocommerce-tabs ul.tabs li.active a:hover { color: var(--bb-primary-color); } - #content div.product .woocommerce-tabs ul.tabs li a { - font-weight: 400; + font-weight: normal; font-size: 14px; color: var(--bb-body-text-color); } - #content div.product .woocommerce-tabs ul.tabs li a:hover { color: var(--bb-primary-color); } - #content div.product .woocommerce-tabs ul.tabs li#tab-title-reviews a span { display: inline-block; background-color: var(--bb-alternate-text-color); @@ -2767,11 +2472,9 @@ body .select2-container .select2-dropdown .select2-results__option { font-size: 0.9em; margin-left: 4px; } - #content div.product .woocommerce-tabs ul.tabs li#tab-title-reviews.active a span { background-color: var(--bb-primary-color); } - #content div.product .woocommerce-tabs .panel { background-color: var(--bb-content-background-color); border-radius: var(--bb-block-radius); @@ -2779,103 +2482,84 @@ body .select2-container .select2-dropdown .select2-results__option { padding: 1.25rem 1.25rem; font-size: 14px; } - #content div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description p { font-size: 16px; } - #content div.product .shop_attributes tr:nth-child(even) th, #content div.product .shop_attributes tr:nth-child(even) td { background-color: transparent; } - #content div.product .shop_attributes th, #content div.product .shop_attributes td { padding: 8px; font-size: 14px; } - #content div.product .shop_attributes th p, #content div.product .shop_attributes td p { padding: 0; } - #content div.product .shop_attributes th { text-transform: uppercase; - font-weight: 400; + font-weight: normal; } - #content div.product #reviews #comments ol.commentlist li img.avatar { border-radius: 100%; border: 0; padding: 0; } - #content div.product #reviews .comment-respond { box-shadow: none; } - #content div.product #reviews .comment-reply-title { text-transform: uppercase; font-size: 14px; - font-weight: 700; + font-weight: bold; margin-bottom: 12px; } - #content div.product #reviews p.stars a { color: #d3ced2; margin: 0 2px; } - #content div.product #reviews p.stars a:hover { color: #fcaf00; } - #content div.product #reviews p.stars.selected a:not(.active), #content div.product #reviews p.stars.selected a.active { color: var(--bb-warning-color); } - #content div.product #reviews p.stars.selected a.active ~ a { color: #d3ced2; } - #content div.product #reviews p.form-submit input#submit { background-color: var(--bb-primary-button-background-regular); color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); font-size: 14px; - font-weight: 400; + font-weight: normal; display: inline-block; padding-left: 2em; padding-right: 2em; } - #content div.product #reviews p.form-submit input#submit:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - #content div.product #reviews p.form-submit input#submit:hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - #content div.product #reviews .comment-form label { font-size: 16px; line-height: 1.1; margin-bottom: 12px; color: inherit; } - #content div.product form.cart .variations td.value { padding: 0 0 0.5rem; } - #content div.product form.cart .variations td.label { background: transparent; } - #content div.product form.cart .variations label { padding-bottom: 0; text-transform: uppercase; @@ -2887,7 +2571,6 @@ body .select2-container .select2-dropdown .select2-results__option { div.product .woocommerce-product-gallery__image { border-radius: var(--bb-block-radius) 0 0 var(--bb-block-radius); } - div.product .woocommerce-product-gallery__wrapper img.wp-post-image { border-radius: var(--bb-block-radius) 0 0 var(--bb-block-radius); } @@ -2908,16 +2591,13 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { .woocommerce [type="checkbox"]:checked + span { color: var(--bb-primary-color); } - .woocommerce .woocommerce-product-rating a.woocommerce-review-link { font-size: 0.757em; color: var(--bb-alternate-text-color); } - .woocommerce .woocommerce-product-rating a.woocommerce-review-link:hover { color: var(--bb-alternate-text-color); } - .woocommerce div.product .woocommerce-product-rating { display: -webkit-box; display: -ms-flexbox; @@ -2928,11 +2608,9 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { margin-top: 0.4em; margin-bottom: 0; } - .woocommerce div.product .woocommerce-product-rating .star-rating { margin-top: 0; } - .woocommerce div.product .woocommerce-product-rating span.count { background-color: transparent; color: inherit; @@ -2940,49 +2618,45 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { box-shadow: none; padding: 0 3px; } - .woocommerce #reviews #comments ol.commentlist li .meta { color: var(--bb-alternate-text-color); } - .woocommerce #review_form #respond p.comment-form-author { margin-right: 5px; width: -webkit-calc(50% - 5px); width: calc(50% - 5px); } - .woocommerce #review_form #respond p.comment-form-email { margin-left: 5px; width: -webkit-calc(50% - 5px); width: calc(50% - 5px); } @media (max-width: 992px) { - .woocommerce .has-sidebar #review_form #respond p.comment-form-author { margin-left: 0; width: 100%; } - .woocommerce .has-sidebar #review_form #respond p.comment-form-email { margin-left: 0; width: 100%; } } @media (max-width: 800px) { - .woocommerce #review_form #respond p.comment-form-author { margin-left: 0; width: 100%; } - .woocommerce #review_form #respond p.comment-form-email { margin-left: 0; width: 100%; } } -@media (max-width: 1200px) { +.woocommerce div.product form.cart .variations th { + padding: 0 1rem; +} +@media (max-width: 1200px) { body.has-sidebar.woocommerce #content div.product div.woocommerce-product-gallery.images { width: 52%; -webkit-box-flex: 0; @@ -2990,7 +2664,6 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { flex: 0 0 52%; min-width: 52%; } - body.has-sidebar.woocommerce #content div.product div.summary { width: 48%; -webkit-box-flex: 0; @@ -2998,20 +2671,17 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { flex: 0 0 48%; min-width: 48%; } - body.has-sidebar.woocommerce #content div.product .flex-control-thumbs.slick-initialized { min-height: 50px; } } @media (max-width: 992px) { - body.has-sidebar.woocommerce #content div.product { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } - body.has-sidebar.woocommerce #content div.product div.woocommerce-product-gallery.images { width: 100%; -webkit-box-flex: 0; @@ -3022,7 +2692,6 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { border-radius: 4px; float: none; } - body.has-sidebar.woocommerce #content div.product div.summary { width: 100%; -webkit-box-flex: 0; @@ -3036,18 +2705,15 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { } } @media (max-width: 800px) { - .woocommerce #content div.product { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } - .woocommerce #content div.product div.images { margin-bottom: 15px; } - .woocommerce #content div.product div.woocommerce-product-gallery.images { width: 100%; -webkit-box-flex: 1; @@ -3058,7 +2724,6 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { border-radius: var(--bb-block-radius); float: none; } - .woocommerce #content div.product div.summary { width: 100%; -webkit-box-flex: 1; @@ -3070,7 +2735,6 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { padding: 1.5em; float: none; } - .woocommerce #content div.product .flex-control-thumbs.slick-initialized { min-height: 50px; } @@ -3080,7 +2744,6 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { } } @media (max-width: 544px) { - .content-area .related.products ul.products li.product { margin-bottom: 20px; } @@ -3089,12 +2752,10 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { font-size: 14px; line-height: 150%; } - .woocommerce .woocommerce-message .button { margin-left: 10px; font-size: 13px; } - .woocommerce .woocommerce-message[role="alert"] { display: -webkit-box; display: -ms-flexbox; @@ -3104,7 +2765,6 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { -ms-flex-direction: column; flex-direction: column; } - .woocommerce .woocommerce-message[role="alert"] .button.wc-forward { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; @@ -3122,7 +2782,6 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { -ms-flex-direction: column; flex-direction: column; } - .woocommerce .woocommerce-error li .button.wc-forward { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; @@ -3131,12 +2790,10 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { max-width: 230px; } } - .wpb_wrapper li.product-category a { display: block; width: 100%; } - .wpb_wrapper li.product-category h2.woocommerce-loop-category__title { text-align: center; padding: 5px 10px; @@ -3146,22 +2803,18 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { width: 100%; float: none; } - .woocommerce-checkout form.checkout .col2-set .col-2 { width: 100%; float: none; } - .woocommerce-checkout form.checkout .col2-set .col-2 .woocommerce-shipping-fields { margin-bottom: 10px; } - .woocommerce-checkout form.checkout .col2-set h3 { text-transform: uppercase; font-size: 16px; margin: 1rem 0; } - .woocommerce-checkout .bb-wc-co { display: -webkit-box; display: -ms-flexbox; @@ -3172,13 +2825,11 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { margin-left: -10px; margin-right: -10px; } - .woocommerce-checkout .bb-wc-co .bb-wc-col { width: 50%; padding-left: 10px; padding-right: 10px; } - .woocommerce-checkout .bb-wc-co #customer_details { background-color: var(--bb-content-background-color); border-radius: var(--bb-block-radius); @@ -3186,7 +2837,6 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { margin-bottom: 20px; padding: 15px 20px; } - .woocommerce-checkout .bb-wc-co .bb-order-review { background-color: var(--bb-content-background-color); border-radius: var(--bb-block-radius); @@ -3194,85 +2844,70 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { margin-bottom: 20px; padding: 15px 20px; } - .woocommerce-checkout .bb-wc-co .bb-order-review h3 { text-transform: uppercase; font-size: 16px; - font-weight: 700; + font-weight: bold; } - .woocommerce-checkout .bb-wc-co table.shop_table { border: 0; font-size: 14px; } - .woocommerce-checkout .bb-wc-co table.shop_table th, .woocommerce-checkout .bb-wc-co table.shop_table td { border-bottom: 1px solid var(--bb-content-border-color); border-top: 0; - font-weight: 400; + font-weight: normal; padding-left: 0; } - .woocommerce-checkout .bb-wc-co table.shop_table th:first-child, .woocommerce-checkout .bb-wc-co table.shop_table td:first-child { padding-left: 0; } - .woocommerce-checkout .bb-wc-co table.shop_table th:last-child, .woocommerce-checkout .bb-wc-co table.shop_table td:last-child { padding-right: 0; text-align: right; } - .woocommerce-checkout .bb-wc-co table.shop_table td.product-name { width: 65%; } - .woocommerce-checkout .bb-wc-co table.shop_table td.product-total { color: var(--bb-headings-color); width: 35%; } - .woocommerce-checkout .bb-wc-co table.shop_table th { text-transform: uppercase; - font-weight: 400; + font-weight: normal; color: var(--bb-alternate-text-color); font-size: 14px; } - .woocommerce-checkout .bb-wc-co table.shop_table tfoot th, .woocommerce-checkout .bb-wc-co table.shop_table tfoot td { color: var(--bb-alternate-text-color); border-bottom: 0; vertical-align: top; } - .woocommerce-checkout .bb-wc-co table.shop_table tfoot th:first-child { padding-left: 30%; padding-top: 6px; padding-bottom: 6px; } - .woocommerce-checkout .bb-wc-co table.shop_table tfoot td { width: 50%; } - .woocommerce-checkout .bb-wc-co table.shop_table tfoot .order-total th, .woocommerce-checkout .bb-wc-co table.shop_table tfoot .order-total td { color: var(--bb-headings-color); font-weight: 500; } - .woocommerce-checkout .bb-wc-co table.shop_table tfoot .order-total td strong { font-weight: 500; } - .woocommerce-checkout .bb-wc-co table.shop_table tfoot tr:first-child th, .woocommerce-checkout .bb-wc-co table.shop_table tfoot tr:first-child td { padding-top: 15px; } - .woocommerce-checkout .bb-wc-co table.shop_table .bs-product-check { display: -webkit-box; display: -ms-flexbox; @@ -3281,52 +2916,43 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { -ms-flex-align: center; align-items: center; } - .woocommerce-checkout .bb-wc-co table.shop_table .bs-product-thumbnail img { max-width: 65px; height: auto; margin-right: 20px; } - .woocommerce-checkout .bb-wc-co table.shop_table .check-name { color: var(--bb-headings-color); font-weight: 500; line-height: 1.4; } - .woocommerce-checkout .bb-wc-co table.shop_table .bs-product-remove { margin-right: 10px; } - .woocommerce-checkout .bb-wc-co table.shop_table .qty { color: var(--bb-alternate-text-color); text-transform: uppercase; font-size: 13px; } - .woocommerce-checkout .bb-wc-co table.shop_table .qty strong { color: var(--bb-headings-color); - font-weight: 400; + font-weight: normal; margin-left: 5px; } @media (max-width: 544px) { - .woocommerce-checkout .bb-wc-co table.shop_table td.product-name { width: 70%; } - .woocommerce-checkout .bb-wc-co table.shop_table td.product-total { color: var(--bb-headings-color); width: 30%; } } @media (max-width: 420px) { - .woocommerce-checkout .bb-wc-co table.shop_table td.product-name .bs-product-check { -ms-flex-wrap: wrap; flex-wrap: wrap; } - .woocommerce-checkout .bb-wc-co table.shop_table td.product-name .bs-product-check .bs-product-name { width: 100%; display: -webkit-box; @@ -3340,108 +2966,89 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { } } @media (max-width: 992px) { - .woocommerce-checkout .bb-wc-co { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } - .woocommerce-checkout .bb-wc-co .bb-wc-col { width: 100%; } } @media (max-width: 544px) { - .woocommerce-checkout .bb-wc-co .bb-wc-col .bb-order-review table.shop_table tfoot th:first-child { padding-left: 0; } } - .woocommerce-checkout form .form-row { margin: 0 0 1.2rem; } - .woocommerce-checkout form .form-row label { font-size: 16px; line-height: 1.1; margin-bottom: 10px; color: var(--bb-body-text-color); } - .woocommerce-checkout form .form-row .required { color: var(--bb-danger-color); text-decoration: none; } - .woocommerce-checkout form .form-row #order_comments { height: 120px; overflow-x: hidden; } - .woocommerce-checkout form .form-row.woocommerce-validated input.input-text, .woocommerce-checkout form .form-row.woocommerce-validated select, .woocommerce-checkout form .form-row.woocommerce-validated .select2-container { border-color: #dedfe2; } - .woocommerce-checkout form .form-row.woocommerce-invalid input.input-text, .woocommerce-checkout form .form-row.woocommerce-invalid select, .woocommerce-checkout form .form-row.woocommerce-invalid .select2-container { border-color: var(--bb-danger-color); } - .woocommerce-checkout form .form-row.woocommerce-invalid label { color: var(--bb-danger-color); } - .woocommerce-checkout form .form-row .password-input .show-password-input { top: 9px; } - .woocommerce-checkout form #ship-to-different-address label { font-size: 16px; } - .woocommerce-checkout #payment { background-color: transparent; } - .woocommerce-checkout #payment ul.payment_methods { background-color: var(--bb-content-alternate-background-color); border-radius: var(--bb-block-radius-inner); border-bottom: 0; } - .woocommerce-checkout #payment div.payment_box { font-size: 13px; color: var(--bb-body-text-color); border-radius: var(--bb-block-radius-inner); } - .woocommerce-checkout #payment #place_order { background-color: var(--bb-primary-button-background-regular); color: var(--bb-primary-button-text-regular); border: 1px solid var(--bb-primary-button-border-regular); font-size: 14px; - font-weight: 400; + font-weight: normal; display: inline-block; padding-left: 2em; padding-right: 2em; height: 40px; } - .woocommerce-checkout #payment #place_order:focus { box-shadow: var(--bb-primary-button-focus-shadow); } - .woocommerce-checkout #payment #place_order:hover { background-color: var(--bb-primary-button-background-hover); color: var(--bb-primary-button-text-hover); border-color: var(--bb-primary-button-border-hover); } - .woocommerce-checkout #payment li.wc_payment_method input.input-radio { -webkit-appearance: none; -moz-appearance: none; @@ -3459,11 +3066,9 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { margin-right: 7px; outline: none; } - .woocommerce-checkout #payment li.wc_payment_method input.input-radio:checked { background-color: #fff; } - .woocommerce-checkout #payment li.wc_payment_method input.input-radio:checked::before { position: absolute; left: 2px; @@ -3475,20 +3080,16 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { background-color: var(--bb-primary-color); border-radius: 100%; } - .woocommerce-checkout .woocommerce-order-over { text-align: center; } - .woocommerce-checkout .woocommerce-order-over > p { font-size: 16px; color: var(--bb-alternate-text-color); } - .woocommerce-checkout .woocommerce-order-over h2.woocommerce-heading--success { margin-bottom: 5px; } - .woocommerce-checkout .woocommerce-order-over h2.woocommerce-heading--success i { color: var(--bb-success-color); padding: 0; @@ -3502,12 +3103,10 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { position: relative; bottom: 2px; } - .woocommerce-checkout .woocommerce-order-over h2.woocommerce-heading--success span { display: block; margin: 1em 0; } - .woocommerce-checkout .woocommerce-order-over h2.woocommerce-heading--success span i { color: var(--bb-success-color); border: 1px solid var(--bb-success-color); @@ -3518,12 +3117,10 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { height: 50px; line-height: 50px; } - .woocommerce-checkout ul.woocommerce-order-overview { display: inline-block; margin: 1em 0 2em; } - .woocommerce-checkout ul.woocommerce-order-overview li { float: none; padding-right: 1em; @@ -3533,7 +3130,6 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { display: inline-block; color: var(--bb-alternate-text-color); } - .woocommerce-checkout ul.woocommerce-order-overview li > span { display: block; font-weight: 500; @@ -3544,91 +3140,73 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { color: var(--bb-body-text-color); } @media (max-width: 800px) { - .woocommerce-checkout ul.woocommerce-order-overview { margin: 0.5em 0 1em; } - .woocommerce-checkout ul.woocommerce-order-overview li { display: block; text-align: center; margin-bottom: 20px; } } - .woocommerce-checkout .woocommerce-order-details-wrapper { background: var(--bb-content-background-color); border: 1px solid #eef0f3; border-radius: var(--bb-block-radius); padding: 20px; } - .woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-order-details p.order-again { text-align: right; } - .woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-order-details p.order-again a.button { padding: 8px 2em; } - .woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-order-details p.order-again a.button:hover { background-color: #0f74e0; color: #fff; } - .woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details { padding: 0 12px; } - .woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details h2.woocommerce-column__title { font-size: 17px; margin-bottom: 0.5rem; } - .woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-column h2.woocommerce-column__title { font-size: 17px; margin-bottom: 0.5rem; } @media (max-width: 992px) { - .woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-column { width: 100%; float: none; } - .woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-column.woocommerce-column--1 { margin-bottom: 30px; } } - .woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details address { border: 0; padding: 0; font-size: 14px; } - -.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details address .woocommerce-customer-details--phone::before, -.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details address .woocommerce-customer-details--email::before { +.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details address .woocommerce-customer-details--phone:before, +.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details address .woocommerce-customer-details--email:before { line-height: 2.15; } - .woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-customer-details--subcolumn { font-size: 14px; } - -.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-customer-details--subcolumn .woocommerce-customer-details--phone::before, -.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-customer-details--subcolumn .woocommerce-customer-details--email::before { +.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-customer-details--subcolumn .woocommerce-customer-details--phone:before, +.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-customer-details--subcolumn .woocommerce-customer-details--email:before { line-height: 2.15; } - .woocommerce-checkout table.shop_table.woocommerce-table--order-details td { vertical-align: top; } - .woocommerce-checkout .woocommerce-table--order-details { border: 0; } - .woocommerce-checkout .woocommerce-table--order-details th, .woocommerce-checkout .woocommerce-table--order-details td { padding-top: 8px; @@ -3637,174 +3215,142 @@ div.product .woocommerce-product-gallery__wrapper img.wp-post-image { border-bottom: 0; border-top: 1px solid var(--bb-content-border-color); } - .woocommerce-checkout .woocommerce-table--order-details th.product-total, .woocommerce-checkout .woocommerce-table--order-details td.product-total { width: 200px; color: inherit; text-align: right; } - .woocommerce-checkout .woocommerce-table--order-details td.product-total span.woocommerce-Price-amount { - font-weight: 700; + font-weight: bold; } @media (max-width: 1200px) { - .woocommerce-checkout .woocommerce-table--order-details td.product-total { width: auto; } } @media (max-width: 544px) { - .woocommerce-checkout .woocommerce-table--order-details th.product-total, .woocommerce-checkout .woocommerce-table--order-details td.product-total { text-align: right; } } - .woocommerce-checkout .woocommerce-table--order-details thead th { text-transform: uppercase; font-size: 14px; color: #939597; font-weight: 500; } - .woocommerce-checkout .woocommerce-table--order-details tfoot th, .woocommerce-checkout .woocommerce-table--order-details tfoot td { - font-weight: 400; + font-weight: normal; } - .woocommerce-checkout .woocommerce-table--order-details.order_details_items thead tr:first-child th, .woocommerce-checkout .woocommerce-table--order-details.order_details_items thead tr:first-child td { border-top: 0; } @media (max-width: 544px) { - .woocommerce-checkout .woocommerce-table--order-details.order_details_items thead tr:first-child th.product-thumb { display: none; } } - .woocommerce-checkout .woocommerce-table--order-details.order_details_items tbody tr:last-child th, .woocommerce-checkout .woocommerce-table--order-details.order_details_items tbody tr:last-child td { border-bottom: 1px solid var(--bb-content-border-color); } - .woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-name a { color: var(--bb-headings-color); font-weight: 500; } - .woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-name a:hover { color: var(--bb-primary-color); } - .woocommerce-checkout .woocommerce-table--order-details.order_details_items tr.product-purchase-note td { padding-top: 8px; } - .woocommerce-checkout .woocommerce-table--order-details.order_details_items td:not(.product-thumb) { padding-top: 20px; } - .woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-thumb { width: 120px; } - .woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-thumb img { max-width: 100px; } @media (max-width: 992px) { - .woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-thumb { width: 80px; } - .woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-thumb img { max-width: 70px; } } @media (max-width: 544px) { - .woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-thumb { display: none; } } - .woocommerce-checkout .woocommerce-table--order-details.order_details_items .bb_sku_wrapper { display: block; color: #939597; font-size: 13px; line-height: 1; } - .woocommerce-checkout .woocommerce-table--order-details.order_details_total { width: 70%; float: right; } - .woocommerce-checkout .woocommerce-table--order-details.order_details_total th, .woocommerce-checkout .woocommerce-table--order-details.order_details_total td { border-top: 0; border-bottom: 0; padding-top: 6px; padding-bottom: 6px; - font-weight: 400; + font-weight: normal; } - .woocommerce-checkout .woocommerce-table--order-details.order_details_total th { text-transform: uppercase; } - .woocommerce-checkout .woocommerce-table--order-details.order_details_total tfoot td:last-child { width: 200px; color: inherit; text-align: right; } - .woocommerce-checkout .woocommerce-table--order-details.order_details_total tfoot tr:last-child th, .woocommerce-checkout .woocommerce-table--order-details.order_details_total tfoot tr:last-child td { - font-weight: 700; + font-weight: bold; color: inherit; } @media (max-width: 800px) { - .woocommerce-checkout .woocommerce-table--order-details.order_details_total tfoot td:last-child { text-align: right; } } @media (max-width: 992px) { - .woocommerce-checkout .woocommerce-table--order-details.order_details_total { width: 100%; float: none; } - .woocommerce-checkout .woocommerce-table--order-details.order_details_total th, .woocommerce-checkout .woocommerce-table--order-details.order_details_total td { padding-top: 4px; padding-bottom: 4px; } } - .woocommerce-checkout .woocommerce-table--order-details.order_details_note { clear: both; } - .woocommerce-checkout .woocommerce-table--order-details.order_details_note th { color: var(--bb-body-text-color); } - .woocommerce-checkout .woocommerce-order-end { text-align: center; - margin: 2rem 0; + margin: 2rem 0rem; padding: 0 3rem; } - .woocommerce-checkout .woocommerce-order-end h3 { margin-bottom: 5px; } - .woocommerce-checkout .woocommerce-order-end p { font-size: 14px; color: var(--bb-alternate-text-color); @@ -3818,8 +3364,7 @@ form.woocommerce-checkout input[type="checkbox"] { position: absolute; opacity: 0; } - -form.woocommerce-checkout input[type="checkbox"] + span::before { +form.woocommerce-checkout input[type="checkbox"] + span:before { content: ""; margin-right: 10px; display: inline-block; @@ -3831,14 +3376,13 @@ form.woocommerce-checkout input[type="checkbox"] + span::before { border: 1px solid var(--bb-primary-color); box-shadow: none; } - -form.woocommerce-checkout input[type="checkbox"]:checked + span::before { +form.woocommerce-checkout input[type="checkbox"]:checked + span:before { background-color: var(--bb-primary-color); border-color: var(--bb-primary-color); content: "\e876"; font-family: bb-icons; font-style: normal; - font-weight: 400; + font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; @@ -3858,13 +3402,11 @@ form.woocommerce-checkout input[type="checkbox"]:checked + span::before { display: -ms-flexbox !important; display: flex !important; } - .woocommerce-checkout .payment_method_stripe #stripe-payment-data .form-row { margin-bottom: 0 !important; width: 100%; } - -.woocommerce-checkout .payment_method_stripe #stripe-payment-data #wc-stripe-new-payment-method + label::before { +.woocommerce-checkout .payment_method_stripe #stripe-payment-data #wc-stripe-new-payment-method + label:before { content: ""; margin-right: 10px; display: inline-block; @@ -3880,14 +3422,13 @@ form.woocommerce-checkout input[type="checkbox"]:checked + span::before { max-width: 20px; min-width: 20px; } - -.woocommerce-checkout .payment_method_stripe #stripe-payment-data #wc-stripe-new-payment-method:checked + label::before { +.woocommerce-checkout .payment_method_stripe #stripe-payment-data #wc-stripe-new-payment-method:checked + label:before { background-color: var(--bb-primary-color); border-color: var(--bb-primary-color); content: "\e876"; font-family: bb-icons; font-style: normal; - font-weight: 400; + font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; @@ -3901,12 +3442,10 @@ form.woocommerce-checkout input[type="checkbox"]:checked + span::before { -moz-osx-font-smoothing: grayscale; box-shadow: none; } - .woocommerce-checkout .payment_method_stripe #stripe-payment-data .stripe-source-errors .wc-stripe-error li { line-height: 1.4; } - -.woocommerce-checkout .payment_method_stripe #stripe-payment-data .stripe-source-errors .wc-stripe-error::before { +.woocommerce-checkout .payment_method_stripe #stripe-payment-data .stripe-source-errors .wc-stripe-error:before { color: #fff; } @@ -3914,8 +3453,7 @@ input[type="checkbox"]#wp-comment-cookies-consent { position: absolute; opacity: 0; } - -input[type="checkbox"]#wp-comment-cookies-consent + label::before { +input[type="checkbox"]#wp-comment-cookies-consent + label:before { content: ""; margin-right: 10px; display: inline-block; @@ -3927,14 +3465,13 @@ input[type="checkbox"]#wp-comment-cookies-consent + label::before { border: 1px solid #c9cbca; box-shadow: none; } - -input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { +input[type="checkbox"]#wp-comment-cookies-consent:checked + label:before { background-color: var(--bb-primary-color); border-color: var(--bb-primary-color); content: "\e876"; font-family: bb-icons; font-style: normal; - font-weight: 400; + font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; @@ -3957,44 +3494,36 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { margin-bottom: 1em; font-size: 14px; } - .woocommerce form.checkout_coupon .form-row-first { width: -webkit-calc(100% - 150px); width: calc(100% - 150px); padding-right: 15px; } - .woocommerce form.checkout_coupon .form-row-last { width: 150px; } - .woocommerce form.checkout_coupon .form-row-last button.button { width: 100%; } @media (max-width: 800px) { - .woocommerce form.checkout_coupon > p { margin-bottom: 5px; line-height: 150%; } - .woocommerce form.checkout_coupon .form-row-first { padding-right: 0; } } @media (max-width: 992px) { - .woocommerce-checkout.has-sidebar form.checkout_coupon .form-row-first { padding-right: 0; } - .woocommerce-checkout.has-sidebar form.checkout_coupon > p { margin-bottom: 5px; line-height: 150%; } } - .woocommerce-form-coupon-toggle .woocommerce-info { font-size: 14px; color: var(--bb-body-text-color); @@ -4015,11 +3544,9 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { } @media (max-width: 1200px) { - body.woocommerce-checkout.has-sidebar .woocommerce .woocommerce-order ul.woocommerce-order-overview { margin: 0.5em 0 1em; } - body.woocommerce-checkout.has-sidebar .woocommerce .woocommerce-order ul.woocommerce-order-overview li { display: block; text-align: center; @@ -4027,25 +3554,21 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { } } @media (max-width: 1200px) { - .woocommerce-checkout.has-sidebar .woocommerce form.checkout .bb-wc-co { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } - .woocommerce-checkout.has-sidebar .woocommerce form.checkout .bb-wc-co .bb-wc-col { width: 100%; } } @media (max-width: 992px) { - .woocommerce-checkout.has-sidebar .woocommerce form.checkout .bb-wc-co .bb-wc-col .bb-order-review table.shop_table tfoot th:first-child { padding-left: 0; } } - .elementor-widget-container .woocommerce-checkout .bb-wc-co > .bb-wc-col { width: 100%; display: -webkit-box; @@ -4053,7 +3576,6 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { display: flex; padding: 0; } - .elementor-widget-container .woocommerce-checkout .bb-wc-co > .bb-wc-col .e-checkout__container, .elementor-widget-container .woocommerce-checkout .bb-wc-co > .bb-wc-col .bb-wc-col { width: 50%; @@ -4068,7 +3590,6 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { -ms-flex-direction: column; flex-direction: column; } - .e-checkout-layout-one-column .elementor-widget-container .woocommerce-checkout .bb-wc-co > .bb-wc-col .e-checkout__container, .e-checkout-layout-one-column .elementor-widget-container .woocommerce-checkout .bb-wc-co > .bb-wc-col .bb-wc-col { width: 100%; @@ -4093,12 +3614,10 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { -ms-flex-pack: center; justify-content: center; } - .mfp-content .bs_checkout_coupon ul.woocommerce-error, .mfp-content .bs_checkout_coupon div.woocommerce-message { width: 100%; } - .mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form { display: -webkit-box !important; display: -ms-flexbox !important; @@ -4107,30 +3626,25 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { min-height: 50px !important; width: 100%; } - .mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form p.form-row-first { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin-bottom: 0; } - .mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form p.form-row-last { width: auto; margin-left: 15px; margin-bottom: 0; } - .mfp-content .bs_checkout_coupon button { color: var(--bb-alternate-text-color); } - .mfp-content .bs_checkout_coupon button:hover { color: var(--bb-headings-color); background-color: transparent; } @media (max-width: 544px) { - .mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -4138,49 +3652,49 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { flex-direction: column; min-height: 92px !important; } - .mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form p { width: 100%; } - .mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form p.form-row-last { margin-left: 0; text-align: center; } } +fieldset.wc-upe-form.wc-payment-form, +.payment_method_stripe > fieldset { + border-radius: 4px; + margin-top: 1rem; + margin-bottom: 1rem; + padding: 1rem; +} + .woocommerce .woocommerce-MyAccount-navigation { min-width: 230px; float: none; width: 230px; } - .woocommerce .woocommerce-MyAccount-navigation ul { margin: 0; } - .woocommerce .woocommerce-MyAccount-navigation ul li { display: block; } - .woocommerce .woocommerce-MyAccount-navigation ul li a { display: block; padding: 9px 15px; font-size: 14px; color: var(--bb-headings-color); } - .woocommerce .woocommerce-MyAccount-navigation ul li a.is-active { color: var(--bb-primary-color); background-color: var(--bb-body-background-color); } - .woocommerce .woocommerce-MyAccount-navigation ul li a:hover { color: var(--bb-primary-color); background-color: var(--bb-content-alternate-background-color); } - -.woocommerce .woocommerce-MyAccount-navigation ul li a::before { +.woocommerce .woocommerce-MyAccount-navigation ul li a:before { font-size: 20px; text-rendering: auto; -webkit-font-smoothing: antialiased; @@ -4188,59 +3702,46 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { margin-right: 15px; vertical-align: middle; } - .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a { color: var(--bb-primary-color); background-color: var(--bb-content-alternate-background-color); } - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before { +.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before { content: "\ee74"; } - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before { +.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before { content: "\eec3"; } - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before { +.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before { content: "\e889"; } - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::before { +.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before { content: "\ee42"; } - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before { +.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before { content: "\eed1"; } - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before { +.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before { content: "\ee27"; } - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before { +.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before { content: "\eefd"; } - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--become-a-vendor a::before { +.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--become-a-vendor a:before { content: "\ef52"; } - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--giftcards a::before { +.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--giftcards a:before { content: "\eea9"; } @media (min-width: 800px) { - .woocommerce .woocommerce-MyAccount-navigation ul.woocommerce-MyAccount-menu { display: block !important; } } - .woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading { padding: 15px; text-transform: uppercase; } - .woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading h5 { margin-bottom: 0; font-size: 14px; @@ -4251,17 +3752,14 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { -ms-flex-align: center; align-items: center; } - .woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading h5 a.push-my-account-nav { margin-left: auto; color: #939597; display: none; } - .woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading h5 a.push-my-account-nav:hover { color: var(--bb-primary-color); } - .woocommerce .woocommerce-MyAccount-content { -webkit-box-flex: 1; -ms-flex: 1; @@ -4271,7 +3769,6 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { width: auto; padding: 30px; } - .woocommerce .woocommerce-MyAccount-content input[type="submit"][name="apply_for_vendor_submit"] { border-radius: 100px; padding: 10px 20px; @@ -4286,27 +3783,22 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { color: #fff; background-color: var(--bb-headings-color); } - .woocommerce .woocommerce-MyAccount-content .MyAccount-content--dashboard p { font-size: 14px; } - .woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content { padding: 20px 0; } - .woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content .woocommerce-address-fields { width: 70%; margin: 2em auto; } @media (max-width: 1200px) { - .woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content .woocommerce-address-fields { width: 90%; } } @media (max-width: 992px) { - .woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content .woocommerce-address-fields .form-row.form-row-last, .woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content .woocommerce-address-fields .form-row.form-row-first { width: 100%; @@ -4314,149 +3806,121 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { } } @media screen and (max-width: 860px) and (min-width: 800px) { - .woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content { padding: 20px 0; } } - .woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields { width: 70%; margin: 2em auto; } - .woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields fieldset { border: 0; padding: 1.5rem 0 1rem; margin-top: 3rem; margin-bottom: 0; } - .woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields legend { font-weight: 500; font-size: 16px; color: var(--bb-headings-color); } @media (max-width: 1200px) { - .woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields { width: 90%; } } @media (max-width: 992px) { - .woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields .form-row.form-row-last, .woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields .form-row.form-row-first { width: 100%; float: none; } } - .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses { font-size: 14px; padding: 0; } - .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h3 { text-transform: uppercase; font-size: 14px; margin-bottom: 0.2rem; } - .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses address { line-height: 21px; margin-bottom: 1em; } @media (max-width: 992px) { - .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address { float: none; width: 100%; } - .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address.col-1 { padding-bottom: 30px; } } - .woocommerce .woocommerce-MyAccount-content form .form-row { margin-bottom: 1.3em; } - .woocommerce .woocommerce-MyAccount-content form .form-row .required { color: var(--bb-danger-color); text-decoration: none; } - .woocommerce .woocommerce-MyAccount-content form .form-row label { font-size: 14px; } - .woocommerce .woocommerce-MyAccount-content form .form-row input, .woocommerce .woocommerce-MyAccount-content form .form-row textarea, .woocommerce .woocommerce-MyAccount-content form .form-row select { font-size: 14px; } - .woocommerce .woocommerce-MyAccount-content form .form-row .select2-container .select2-selection--single, .woocommerce .woocommerce-MyAccount-content form .form-row .select2-container .select2-results { font-size: 14px; } - .woocommerce .woocommerce-MyAccount-content form .form-row span.select2-selection.select2-selection--single { outline: none; } - .woocommerce .woocommerce-MyAccount-content form .form-row span > em { font-size: 14px; font-style: normal; color: var(--bb-alternate-text-color); } - .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__ctrls-wrapper, .woocommerce .woocommerce-MyAccount-content form .woocommerce-account-fields__ctrls-wrapper { text-align: right; } - .woocommerce .woocommerce-MyAccount-content form .password-input .show-password-input { top: 0.4em; } - -.woocommerce .woocommerce-MyAccount-content form .password-input .show-password-input::after { +.woocommerce .woocommerce-MyAccount-content form .password-input .show-password-input:after { content: "\ee69"; font-family: bb-icons; font-size: 18px; } - -.woocommerce .woocommerce-MyAccount-content form .password-input .show-password-input.display-password::after { +.woocommerce .woocommerce-MyAccount-content form .password-input .show-password-input.display-password:after { content: "\ee6a"; font-family: bb-icons; color: inherit; } - .woocommerce .wc-MyAccount-sub-heading { padding: 0 0 10px; border-bottom: 1px solid var(--bb-content-border-color); } - .woocommerce .wc-MyAccount-sub-heading h2 { margin-bottom: 10px; } - .woocommerce .wc-MyAccount-sub-heading h2 strong { - font-weight: 400; + font-weight: normal; } - .woocommerce .wc-MyAccount-sub-heading p { font-size: 14px; margin-bottom: 0; color: var(--bb-alternate-text-color); } - .woocommerce table.my_account_orders { border: 0; } - .woocommerce table.my_account_orders th, .woocommerce table.my_account_orders td { padding-top: 8px; @@ -4464,28 +3928,23 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { font-size: 13px; border-bottom: 0; } - .woocommerce table.my_account_orders thead th { text-transform: uppercase; font-size: 12px; font-weight: 500; } - .woocommerce table.my_account_orders tbody td { border-top: 1px solid var(--bb-content-border-color); color: var(--bb-alternate-text-color); } - .woocommerce table.my_account_orders tbody td.woocommerce-orders-table__cell-order-actions { width: 95px; } @media (max-width: 800px) { - .woocommerce table.my_account_orders tbody td.woocommerce-orders-table__cell-order-actions { width: auto; } } - .woocommerce table.my_account_orders tbody td a.button { min-height: auto; padding: 5px 1.2em; @@ -4496,34 +3955,27 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { width: 100%; } @media (max-width: 800px) { - .woocommerce table.my_account_orders tbody td a.button { width: auto; } } - .woocommerce table.my_account_orders tbody td.woocommerce-orders-table__cell-order-number a { color: var(--bb-headings-color); } - .woocommerce table.my_account_orders tbody td.woocommerce-orders-table__cell-order-number a:hover { color: var(--bb-primary-color); } @media (max-width: 800px) { - .woocommerce table.my_account_orders tbody tr:nth-child(even) td { background-color: var(--bb-body-background-color); } - .woocommerce table.my_account_orders tbody tr.woocommerce-orders-table__row { margin-bottom: 30px; } - .woocommerce table.my_account_orders tbody tr:last-child { margin-bottom: 0; } } - .woocommerce table.my_account_orders.account-orders-table-dashboard tbody td a.button { padding: 6px 15px; display: block; @@ -4531,21 +3983,18 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { margin-bottom: 10px; } @media (max-width: 1200px) { - .woocommerce table.my_account_orders.account-orders-table-dashboard tbody td a.button { width: 100%; max-width: 100%; } } @media (max-width: 800px) { - .woocommerce table.my_account_orders.account-orders-table-dashboard tbody td a.button { display: inline-block; margin-left: 0; margin-right: 5px; } } - .woocommerce .bsMyAccount { display: -webkit-box; display: -ms-flexbox; @@ -4556,64 +4005,52 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { margin-bottom: 30px; } @media (max-width: 800px) { - .woocommerce .bsMyAccount { margin-bottom: 0; } } @media (max-width: 1200px) { - .woocommerce-account.has-sidebar .woocommerce .bsMyAccount { margin-bottom: 0; } } - .woocommerce .wc-MyAccount-fix-center { width: 60%; margin: 2em auto; text-align: center; } - .woocommerce .wc-MyAccount-fix-center.woocommerce-info { border: 0; padding: 0; } - -.woocommerce .wc-MyAccount-fix-center.woocommerce-info::before { +.woocommerce .wc-MyAccount-fix-center.woocommerce-info:before { display: none; } - .woocommerce .wc-MyAccount-fix-center.woocommerce-info .button { float: none; padding: 1em 3em; font-weight: 500; margin: 0 auto; } - .woocommerce .wc-MyAccount-fix-center .wc-MyAccount-sub-tagline { font-size: 22px; margin-bottom: 25px; } - .woocommerce .wc-MyAccount-fix-center .wc-MyAccount-sub-icon { margin-bottom: 25px; } - .woocommerce .wc-MyAccount-fix-center .wc-MyAccount-sub-icon img { max-width: 60px; } @media (max-width: 992px) { - .woocommerce .wc-MyAccount-fix-center { width: 85%; } } - .woocommerce #customer_login, .woocommerce .bb_customer_login { padding: 3rem; } - .woocommerce #customer_login form.login, .woocommerce #customer_login form.register, .woocommerce .bb_customer_login form.login, @@ -4622,14 +4059,12 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { padding: 10px 0; font-size: 14px; } - .woocommerce #customer_login form.login label, .woocommerce #customer_login form.register label, .woocommerce .bb_customer_login form.login label, .woocommerce .bb_customer_login form.register label { font-size: 14px; } - .woocommerce #customer_login form.login input, .woocommerce #customer_login form.login textarea, .woocommerce #customer_login form.login select, @@ -4644,7 +4079,6 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { .woocommerce .bb_customer_login form.register select { font-size: 14px; } - .woocommerce #customer_login .woocommerce-LostPassword, .woocommerce .bb_customer_login .woocommerce-LostPassword { display: -webkit-box; @@ -4654,13 +4088,11 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { -ms-flex-align: center; align-items: center; } - .woocommerce #customer_login .woocommerce-LostPassword label.woocommerce-form__label, .woocommerce .bb_customer_login .woocommerce-LostPassword label.woocommerce-form__label { margin-right: auto; } @media (max-width: 544px) { - .woocommerce #customer_login .woocommerce-LostPassword, .woocommerce .bb_customer_login .woocommerce-LostPassword { -webkit-box-orient: vertical; @@ -4668,7 +4100,6 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { -ms-flex-direction: column; flex-direction: column; } - .woocommerce #customer_login .woocommerce-LostPassword label.woocommerce-form__label, .woocommerce .bb_customer_login .woocommerce-LostPassword label.woocommerce-form__label { margin-right: auto; @@ -4676,14 +4107,12 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { margin-bottom: 15px; } } - .woocommerce #customer_login .woocommerce-LoginBtn, .woocommerce #customer_login .woocommerce-RegisterBtn, .woocommerce .bb_customer_login .woocommerce-LoginBtn, .woocommerce .bb_customer_login .woocommerce-RegisterBtn { text-align: right; } - .woocommerce #customer_login .woocommerce-LoginBtn button.button, .woocommerce #customer_login .woocommerce-RegisterBtn button.button, .woocommerce .bb_customer_login .woocommerce-LoginBtn button.button, @@ -4692,7 +4121,6 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { padding-right: 3em; } @media (max-width: 544px) { - .woocommerce #customer_login .woocommerce-LoginBtn, .woocommerce #customer_login .woocommerce-RegisterBtn, .woocommerce .bb_customer_login .woocommerce-LoginBtn, @@ -4700,40 +4128,33 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { text-align: center; } } - .woocommerce #customer_login.col2-set .col-1, .woocommerce #customer_login.col2-set .col-2, .woocommerce .bb_customer_login.col2-set .col-1, .woocommerce .bb_customer_login.col2-set .col-2 { padding: 0 20px; } - .woocommerce #customer_login.col2-set .col-1 .bb_customer_login, .woocommerce #customer_login.col2-set .col-2 .bb_customer_login, .woocommerce .bb_customer_login.col2-set .col-1 .bb_customer_login, .woocommerce .bb_customer_login.col2-set .col-2 .bb_customer_login { padding: 0; } - .woocommerce .woocommerce-MyAccount-content .bb_customer_login { width: 50%; margin: 0 auto; padding: 3rem; } - .woocommerce .woocommerce-MyAccount-content .bb_customer_login > h2 { display: none; } @media (max-width: 1200px) { - .has-sidebar .woocommerce .woocommerce-MyAccount-content .bb_customer_login { width: 80%; } } @media (max-width: 992px) { - .woocommerce .woocommerce-MyAccount-content .bb_customer_login { width: 80%; } - .has-sidebar .woocommerce .woocommerce-MyAccount-content .bb_customer_login { width: 95%; padding-left: 1rem; @@ -4741,60 +4162,49 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { } } @media (max-width: 544px) { - .woocommerce .woocommerce-MyAccount-content .bb_customer_login { width: 90%; padding-left: 1rem; padding-right: 1rem; } } - .woocommerce .wc-LostPassword { padding: 3rem; width: 50%; margin: 0 auto; } - .woocommerce .wc-LostPassword .bs_woocommerce_reset_message { font-size: 14px; color: #939597; margin-bottom: 1rem; line-height: 1.3rem; } - .woocommerce .wc-LostPassword .bs_woocommerce_reset_ctrls { text-align: right; } @media (max-width: 800px) { - .woocommerce .wc-LostPassword { width: 80%; } } @media (max-width: 544px) { - .woocommerce .wc-LostPassword { width: 100%; } } - .woocommerce section.woocommerce-order-details p.order-again { text-align: right; } - .woocommerce section.woocommerce-order-details p.order-again a.button { padding: 8px 2em; } - .woocommerce section.woocommerce-order-details p.order-again a.button:hover { background-color: #0f74e0; color: #fff; } - .woocommerce .woocommerce-table--order-details { border: 0; } - .woocommerce .woocommerce-table--order-details th, .woocommerce .woocommerce-table--order-details td { padding-top: 8px; @@ -4804,108 +4214,88 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { vertical-align: top; border-top: 1px solid var(--bb-content-border-color); } - .woocommerce .woocommerce-table--order-details thead th { text-transform: uppercase; font-size: 14px; color: var(--bb-alternate-text-color); font-weight: 500; } - .woocommerce .woocommerce-table--order-details tfoot th, .woocommerce .woocommerce-table--order-details tfoot td { - font-weight: 400; + font-weight: normal; } - .woocommerce .order_details_items thead tr:first-child th, .woocommerce .order_details_items thead tr:first-child td { border-top: 0; } @media (max-width: 544px) { - .woocommerce .order_details_items thead tr:first-child th.product-thumb { display: none; } } - .woocommerce .order_details_items tbody tr:last-child th, .woocommerce .order_details_items tbody tr:last-child td { border-bottom: 1px solid var(--bb-content-border-color); border-radius: 0; } - .woocommerce .order_details_items td.product-name a { color: var(--bb-headings-color); font-weight: 500; } - .woocommerce .order_details_items td.product-name a:hover { color: var(--bb-primary-color); } - .woocommerce .order_details_items th.product-total, .woocommerce .order_details_items td.product-total { width: 190px; text-align: right; } - .woocommerce .order_details_items th.product-total span.woocommerce-Price-amount, .woocommerce .order_details_items td.product-total span.woocommerce-Price-amount { - font-weight: 700; + font-weight: bold; } @media (max-width: 544px) { - .woocommerce .order_details_items th.product-total, .woocommerce .order_details_items td.product-total { text-align: right; } } @media (max-width: 1200px) { - .woocommerce .order_details_items td.product-total { width: auto; } } - .woocommerce .order_details_items tr.product-purchase-note td { padding-top: 8px; } - .woocommerce .order_details_items td:not(.product-thumb) { padding-top: 15px; padding-bottom: 15px; } - .woocommerce .order_details_items td.product-thumb { width: 120px; } - .woocommerce .order_details_items td.product-thumb img { max-width: 100px; } @media (max-width: 992px) { - .woocommerce .order_details_items td.product-thumb { width: 90px; } - .woocommerce .order_details_items td.product-thumb img { max-width: 80px; } } - .woocommerce .order_details_items .bb_sku_wrapper { display: block; color: var(--bb-alternate-text-color); font-size: 13px; line-height: 1; } - .woocommerce table.order_details_total { width: 70%; float: right; } - .woocommerce table.order_details_total tfoot th, .woocommerce table.order_details_total tfoot td { border-top: 0; @@ -4913,218 +4303,177 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { padding-top: 4px; padding-bottom: 4px; color: var(--bb-alternate-text-color); - font-weight: 400; + font-weight: normal; } - .woocommerce table.order_details_total th { text-transform: uppercase; } - .woocommerce table.order_details_total tfoot td:last-child { width: 190px; color: var(--bb-body-text-color); text-align: right; } @media (max-width: 800px) { - .woocommerce table.order_details_total tfoot td:last-child { text-align: right; } } - .woocommerce table.order_details_total tfoot tr:last-child th, .woocommerce table.order_details_total tfoot tr:last-child td { color: var(--bb-body-text-color); - font-weight: 700; + font-weight: bold; } @media (max-width: 992px) { - .woocommerce table.order_details_total { width: 100%; float: none; } - .woocommerce table.order_details_total th, .woocommerce table.order_details_total td { padding-top: 4px; padding-bottom: 4px; } } - .woocommerce .order_details_note { clear: both; } - .woocommerce .order_details_note th { color: var(--bb-body-text-color); } - .woocommerce section.woocommerce-customer-details { padding: 0 12px; } - .woocommerce section.woocommerce-customer-details h2.woocommerce-column__title { font-size: 17px; margin-bottom: 0.5rem; } - .woocommerce section.woocommerce-customer-details .woocommerce-column h2.woocommerce-column__title { font-size: 17px; margin-bottom: 0.5rem; } - .woocommerce section.woocommerce-customer-details .woocommerce-column.woocommerce-column--1 { width: 64%; } - .woocommerce section.woocommerce-customer-details .woocommerce-column.woocommerce-column--2 { width: 32%; } @media (max-width: 992px) { - .woocommerce section.woocommerce-customer-details .woocommerce-column, .woocommerce section.woocommerce-customer-details .woocommerce-column.woocommerce-column--1, .woocommerce section.woocommerce-customer-details .woocommerce-column.woocommerce-column--2 { width: 100%; float: none; } - .woocommerce section.woocommerce-customer-details .woocommerce-column.woocommerce-column--1 { margin-bottom: 30px; } } - .woocommerce section.woocommerce-customer-details address { border: 0; padding: 0; font-size: 14px; } - -.woocommerce section.woocommerce-customer-details address .woocommerce-customer-details--phone::before, -.woocommerce section.woocommerce-customer-details address .woocommerce-customer-details--email::before { +.woocommerce section.woocommerce-customer-details address .woocommerce-customer-details--phone:before, +.woocommerce section.woocommerce-customer-details address .woocommerce-customer-details--email:before { line-height: 2.15; } - .woocommerce section.woocommerce-customer-details .woocommerce-customer-details--subcolumn { font-size: 14px; } - -.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--subcolumn .woocommerce-customer-details--phone::before, -.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--subcolumn .woocommerce-customer-details--email::before { +.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--subcolumn .woocommerce-customer-details--phone:before, +.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--subcolumn .woocommerce-customer-details--email:before { line-height: 2.15; } - .woocommerce section.woocommerce-customer-details .woocommerce-customer-details--billwrap { display: -webkit-box; display: -ms-flexbox; display: flex; } - .woocommerce section.woocommerce-customer-details .woocommerce-customer-details--billwrap .woocommerce-customer-details--maincolumn { margin-right: 50px; } @media (max-width: 1200px) { - .woocommerce section.woocommerce-customer-details .woocommerce-customer-details--billwrap .woocommerce-customer-details--maincolumn { margin-right: 25px; } } @media (max-width: 992px) { - .woocommerce section.woocommerce-customer-details .woocommerce-customer-details--billwrap { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } - .woocommerce section.woocommerce-customer-details .woocommerce-customer-details--billwrap .woocommerce-customer-details--maincolumn { margin-right: 0; } } - .woocommerce mark { background-color: var(--bb-body-background-color); color: var(--bb-body-text-color); } @media (max-width: 800px) { - .woocommerce .bsMyAccount { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } - .woocommerce .woocommerce-MyAccount-navigation { width: 100%; } - .woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading h5 a.push-my-account-nav { display: block; } - .woocommerce .woocommerce-MyAccount-navigation ul.woocommerce-MyAccount-menu { display: none; } - .woocommerce .woocommerce-MyAccount-content { border-left: 0; } } - .woocommerce .bsMyAccount--dashboard .wc-MyAccount-inner-content { padding-bottom: 10px; } - .woocommerce .bsMyAccount--dashboard .wc-MyAccount-sub-heading { border-bottom: 0; padding-bottom: 0; } - .woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block { background-color: var(--bb-content-background-color); } - .woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .wc-MyAccount-sub-heading { border-bottom: 1px solid var(--bb-content-border-color); padding-top: 10px; padding-bottom: 5px; } - .woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .wc-MyAccount-sub-heading h2 { text-transform: uppercase; font-size: 14px; margin-bottom: 0; } - .woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .my_account_orders { margin-bottom: 0; } - .woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields { width: 100%; margin: 0; } - .woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0 -10px; } - .woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split .wcf-col { width: 50%; margin: 0 10px; } - .woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split fieldset { margin: 0; padding: 0; } @media (max-width: 1200px) { - .woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -5132,13 +4481,11 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { flex-direction: column; margin: 0; } - .woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split .wcf-col { width: 100%; margin: 0; } } - .woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .col2-set { display: -webkit-box; display: -ms-flexbox; @@ -5146,12 +4493,10 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { margin: 20px 0; padding: 0; } - -.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .col2-set::before, .woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .col2-set::after { +.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .col2-set:before, .woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .col2-set:after { display: none; } @media (max-width: 992px) { - .woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .col2-set { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -5160,40 +4505,32 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { } } @media (max-width: 992px) { - .woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .woocommerce-Address { width: 100%; } - .woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .woocommerce-Address.col-1 { margin-right: 0; margin-bottom: 20px; } - .woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .woocommerce-Address.col-2 { margin-left: 0; } } - .woocommerce .bsMyAccount--dashboard .woocommerce-Address { width: 50%; margin: 0; float: none; background-color: var(--bb-content-background-color); } - .woocommerce .bsMyAccount--dashboard .woocommerce-Address address { padding: 20px; } - .woocommerce .bsMyAccount--dashboard .woocommerce-Address.col-1 { margin-right: 10px; } - .woocommerce .bsMyAccount--dashboard .woocommerce-Address.col-2 { margin-left: 10px; } - .woocommerce .bsMyAccount--dashboard .woocommerce-Address-title { border-bottom: 1px solid #eef0f3; padding: 10px 20px 5px; @@ -5204,42 +4541,34 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { -ms-flex-align: center; align-items: center; } - .woocommerce .bsMyAccount--dashboard .woocommerce-Address-title h3 { text-transform: uppercase; font-size: 14px; margin-bottom: 0; font-weight: 500; } - .woocommerce .bsMyAccount--dashboard .woocommerce-Address-title a.edit { margin-left: auto; } - .woocommerce .bsMyAccount--dashboard-inner .shop_table.order_details .order_item:last-child > td, .woocommerce .bsMyAccount--dashboard-inner .shop_table.order_details .order_item:first-child:last-child > td { border: 0; } - .woocommerce .bsMyAccount--dashboard-inner .shop_table.order_details .order_item .product-name .product-quantity { margin-right: 10px; } - .woocommerce .bsMyAccount--dashboard-inner tfoot tr:first-child td, .woocommerce .bsMyAccount--dashboard-inner tfoot tr:first-child th { border-bottom: 0; } - .woocommerce .bsMyAccount--dashboard-inner table.subscription_details tr:last-child td:first-child, .woocommerce .bsMyAccount--dashboard-inner table.order_details tr:last-child td:first-child { border-bottom-left-radius: 0; } - .woocommerce .bsMyAccount--dashboard-inner table.subscription_details tr:last-child td:last-child, .woocommerce .bsMyAccount--dashboard-inner table.order_details tr:last-child td:last-child { border-bottom-right-radius: 0; } @media (max-width: 800px) { - .woocommerce .bsMyAccount.bsMyAccount--dashboard .MyAccount-content--dashboard > .wc-MyAccount-inner-content { padding-left: 0; padding-right: 0; @@ -5247,7 +4576,6 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { } @media (max-width: 1200px) { - .logged-in.woocommerce-account.has-sidebar .widget-area:not(.widget-area-secondary) { -webkit-box-flex: 0; -ms-flex: 0 0 100%; @@ -5260,45 +4588,37 @@ input[type="checkbox"]#wp-comment-cookies-consent:checked + label::before { } } @media (max-width: 800px) { - .woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb, .woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb { text-align: center !important; width: 100%; } - .woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb img, .woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb img { max-width: 100px; width: 100px; } - - .woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb::before, - .woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb::before { + .woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb:before, + .woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb:before { display: none; } - .woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr:nth-child(2n) td, .woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr:nth-child(2n) td { background-color: #fff; } - .woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items tbody tr:last-child td, .woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tbody tr:last-child td { border-bottom: 0; } - .woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr.woocommerce-table__line-item, .woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr.woocommerce-table__line-item { margin-bottom: 30px; } - .woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr.woocommerce-table__product-purchase-note, .woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr.woocommerce-table__product-purchase-note { position: relative; bottom: 30px; } - .woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr td.woocommerce-table__product-thumb, .woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr td.woocommerce-table__product-thumb { border-top: 0; @@ -5315,17 +4635,15 @@ body.woocommerce-account:not(.llms-pointer) header.entry-header { font-size: 14px; } -.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--members-area a::before { +.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--members-area a:before { font-family: bb-icons; content: "\eed4"; } - -.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--subscriptions a::before { +.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--subscriptions a:before { font-family: bb-icons; content: "\ef04"; } - -.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--wc-smart-coupons a::before { +.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--wc-smart-coupons a:before { font-family: bb-icons; content: "\e976"; } diff --git a/web/app/themes/buddyboss-theme/assets/css/woocommerce.css.map b/web/app/themes/buddyboss-theme/assets/css/woocommerce.css.map index 254612fb..82ab94b8 100644 --- a/web/app/themes/buddyboss-theme/assets/css/woocommerce.css.map +++ b/web/app/themes/buddyboss-theme/assets/css/woocommerce.css.map @@ -1,6 +1,6 @@ { "version": 3, -"mappings": "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", +"mappings": "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", "sources": ["scss/functions/components/_utils.scss","scss/plugins/woocommerce/components/_shop.scss","scss/functions/components/_variables.scss","scss/functions/components/_buttons.scss","scss/functions/components/_functions.scss","scss/plugins/woocommerce/components/_product.scss","scss/plugins/woocommerce/components/_checkout.scss","scss/plugins/woocommerce/components/_myaccount.scss"], "names": [], "file": "woocommerce.css" diff --git a/web/app/themes/buddyboss-theme/assets/css/woocommerce.min.css b/web/app/themes/buddyboss-theme/assets/css/woocommerce.min.css index a0ca5d5e..e198a64e 100644 --- a/web/app/themes/buddyboss-theme/assets/css/woocommerce.min.css +++ b/web/app/themes/buddyboss-theme/assets/css/woocommerce.min.css @@ -1,1651 +1 @@ -.woocommerce .woocommerce-result-count{font-size:14px;margin:.5em 0;margin-right:auto;color:var(--bb-alternate-text-color)} - -.woocommerce form.woocommerce-ordering select::-ms-expand{display:none} - -.woocommerce form.woocommerce-ordering select{font-size:14px;height:36px;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:0} - -.woocommerce ul.products:not(.elementor-grid){-webkit-column-count:auto;column-count:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap} - -.woocommerce ul.products:not(.elementor-grid).columns-4 li.product .bs_after_shop_loop_item_links{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.woocommerce ul.products:not(.elementor-grid).columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward{width:100%;border-right:0;border-radius:0} - -.woocommerce ul.products:not(.elementor-grid).columns-4 li.product .bs_after_shop_loop_item_links a.button{-ms-flex-item-align:center;align-self:center;width:100%} - -.woocommerce ul.products:not(.elementor-grid).columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added{border-radius:0 0 4px 4px} - -.woocommerce ul.products:not(.elementor-grid) li.product,.woocommerce ul.products:not(.elementor-grid) li.product.type-product{margin-bottom:20px} - -.woocommerce ul.products:not(.elementor-grid) li.product span.onsale{margin:0;left:0;right:auto} - -.woocommerce li.product{background-color:var(--bb-content-background-color);box-shadow:0 0 2px 0 rgba(18,43,70,.25);border-radius:var(--bb-block-radius);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 10px 20px;width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)} - -.woocommerce li.product a.woocommerce-LoopProduct-link{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%} - -.woocommerce li.product a.woocommerce-LoopProduct-link>img{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0;margin:0 0 .5em;border:0;border-bottom:1px solid var(--bb-content-border-color)} - -.woocommerce li.product .woocommerce-loop-product__title{text-align:center;font-size:16px;line-height:24px} - -.woocommerce li.product .star-rating{margin-left:auto;margin-right:auto} - -.woocommerce li.product .price{text-align:center;color:var(--bb-primary-color);font-weight:500} - -.woocommerce li.product .price ins{text-decoration:none;font-weight:500} - -.woocommerce li.product .price del{color:#c8cbcf;opacity:1;font-weight:400} - -.woocommerce li.product .bs_after_shop_loop_item_separator{width:100%;height:1px;border-bottom:1px solid var(--bb-content-border-color);margin:.4em 0 0} - -.woocommerce li.product .bs_after_shop_loop_item_links{display:-webkit-box;display:-ms-flexbox;display:flex} - -.woocommerce li.product a.button{-ms-flex-item-align:end;align-self:flex-end} - -.woocommerce li.product a.added_to_cart.wc-forward,.woocommerce li.product a.button.add_to_cart_button,.woocommerce li.product a.button.product_type_external,.woocommerce li.product a.button.product_type_grouped,.woocommerce li.product a.button.product_type_simple,.woocommerce li.product a.button.product_type_variable{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius);border:0;background-color:var(--bb-content-background-color);float:right;color:var(--bb-primary-color);text-transform:uppercase;font-weight:400;font-size:12px;line-height:2.5;text-align:center;min-height:auto;white-space:nowrap;overflow:hidden;padding:.618em 1em;margin:0} - -.woocommerce li.product a.added_to_cart.wc-forward:hover,.woocommerce li.product a.button.add_to_cart_button:hover,.woocommerce li.product a.button.product_type_external:hover,.woocommerce li.product a.button.product_type_grouped:hover,.woocommerce li.product a.button.product_type_simple:hover,.woocommerce li.product a.button.product_type_variable:hover{background-color:var(--bb-primary-color);color:#fff} - -.woocommerce li.product a.button.add_to_cart_button.added{border-radius:0 0 var(--bb-block-radius) 0} - -.woocommerce li.product a.button.product_type_external{white-space:normal;line-height:2} - -.woocommerce li.product a.button.add_to_cart_button.added{margin-top:auto;border-top:1px solid var(--bb-content-border-color)} - -.woocommerce li.product a.button.add_to_cart_button,.woocommerce li.product a.button.product_type_external,.woocommerce li.product a.button.product_type_grouped,.woocommerce li.product a.button.product_type_simple,.woocommerce li.product a.button.product_type_variable{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-top:auto;border-top:1px solid var(--bb-content-border-color)} - -.woocommerce li.product a.added_to_cart.wc-forward{border-radius:0 0 0 4px;border-right:1px solid var(--bb-content-border-color);-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:50%;max-height:50px;margin-top:auto;border-top:1px solid var(--bb-content-border-color)} - -.woocommerce li.product .star-rating{font-size:.757em;margin-bottom:1em} - -.woocommerce li.product .star-rating::before{content:"\53\53\53\53\53"} - -.woocommerce li.product .star-rating span{color:var(--bb-warning-color)} - -.woocommerce li.product:hover{box-shadow:0 6px 24px 0 rgba(18,43,70,.12)}@media (min-width:1200px){ - -.woocommerce.woo-sidebar ul.products.columns-4 a.button.add_to_cart_button.added::after,.woocommerce.woo-sidebar ul.products.columns-5 a.button.add_to_cart_button.added::after,.woocommerce.woo-sidebar ul.products.columns-6 a.button.add_to_cart_button.added::after{display:none}} - -.woocommerce ul.products li.product .price{color:var(--bb-primary-color)} - -.woocommerce ul.products.columns-5 a.added_to_cart.wc-forward,.woocommerce ul.products.columns-6 a.added_to_cart.wc-forward,.woocommerce.bb-has-wc-sidebar ul.products.columns-4 a.added_to_cart.wc-forward{width:100%;border-right:0}@media (max-width:992px){ - -.woocommerce ul.products li.product a.added_to_cart.wc-forward{width:100%;border-right:0}} - -.woocommerce span.onsale{margin:0;top:0;left:0;border-top:1px solid var(--bb-content-border-color);border-left:1px solid var(--bb-content-border-color);right:auto;border-radius:var(--bb-block-radius) 0 var(--bb-block-radius) 0;padding:10px;background-color:#fe6f4b;min-height:auto;min-width:auto;line-height:1em;text-transform:uppercase;font-size:12px} - -.woocommerce li.product span.onsale{border-top:0;border-left:0} - -.woocommerce .star-rating{font-size:12px;margin-top:2px;min-width:90px} - -.woocommerce .star-rating::before{content:"\53\53\53\53\53";letter-spacing:5px} - -.woocommerce .star-rating span{color:var(--bb-warning-color)} - -.woocommerce .star-rating span::before{letter-spacing:5px} - -.woocommerce .woocommerce-error,.woocommerce .woocommerce-info,.woocommerce .woocommerce-message{border-top:0;background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius);border:1px solid var(--bb-content-border-color);font-size:16px;margin-bottom:1em} - -.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .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);font-size:14px;font-weight:400;padding-left:1em;padding-right:1em;min-height:auto;margin-left:30px} - -.woocommerce .woocommerce-error .button:focus,.woocommerce .woocommerce-info .button:focus,.woocommerce .woocommerce-message .button:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.woocommerce .woocommerce-error .button:hover,.woocommerce .woocommerce-info .button:hover,.woocommerce .woocommerce-message .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)} - -.woocommerce .woocommerce-error{background:var(--bb-danger-color);color:#fff;border:0} - -.woocommerce .woocommerce-error strong{color:#fff} - -.woocommerce .woocommerce-error::before{font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons;content:"\ee65";font-weight:100;color:#fff} - -.woocommerce .woocommerce-info{color:inherit} - -.woocommerce .woocommerce-info::before{font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;content:"\e882";font-family:bb-icons;color:inherit} - -.woocommerce .woocommerce-message{color:inherit} - -.woocommerce .woocommerce-message::before{font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons;content:"\e875";color:inherit} - -.woocommerce .woocommerce-breadcrumb{font-size:14px;color:var(--bb-headings-color)} - -.woocommerce .woocommerce-breadcrumb a{color:var(--bb-alternate-text-color)} - -.woocommerce .woocommerce-breadcrumb a:hover{color:var(--bb-headings-color)} - -.woocommerce .woocommerce-breadcrumb .bc-delimiter{margin:0 3px;position:relative;top:1px} - -.woocommerce a.button{font-style:normal;background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);font-weight:500;text-decoration:none;text-align:center;cursor:pointer;display:inline-block;line-height:1.3;outline:0;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;min-height:34px;padding:6px 20px;border-radius:var(--bb-button-radius);-webkit-transition:all linear .2s;transition:all linear .2s} - -.woocommerce a.button:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.woocommerce a.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)} - -.woocommerce a.remove{font-weight:100;color:var(--bb-alternate-text-color)!important;line-height:.9;font-size:1.8em} - -.woocommerce a.remove:hover{color:#fff!important;background-color:var(--bb-danger-color)} - -.woocommerce form .form-row{padding:3px 0} - -.woocommerce form .form-row.form-row-first{width:49%} - -.woocommerce form .form-row.form-row-last{width:49%} - -.woocommerce form .form-row label{font-size:16px;line-height:1.1;margin-bottom:10px} - -.woocommerce form button.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:var(--bb-button-radius);font-size:14px;font-weight:400;display:inline-block;padding-left:2em;padding-right:2em;height:40px} - -.woocommerce form button.button:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.woocommerce form button.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)} - -.woocommerce form button.button:disabled:hover,.woocommerce form button.button:disabled[disabled]:hover,.woocommerce form button.button:hover{box-shadow:none;background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -.woocommerce form button.button:disabled,.woocommerce form button.button:disabled[disabled]{color:#fff;padding-left:2em;padding-right:2em} - -.woocommerce button.button,.woocommerce input.button{border-radius:var(--bb-button-radius)} - -.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3{padding-left:15px;padding-right:15px} - -.woocommerce nav.woocommerce-pagination ul{border:0} - -.woocommerce nav.woocommerce-pagination ul li{border:0;margin:0 5px;overflow:visible} - -.woocommerce nav.woocommerce-pagination ul li span{font-size:13px} - -.woocommerce nav.woocommerce-pagination ul li a{font-size:13px;background-color:#fff;color:var(--bb-primary-color)} - -.woocommerce nav.woocommerce-pagination ul li a:active,.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover{background-color:var(--bb-primary-color);color:#fff} - -.woocommerce nav.woocommerce-pagination ul li a.next,.woocommerce nav.woocommerce-pagination ul li a.prev{font-size:12px} - -.woocommerce-checkout .bb-wc-co table.shop_table tr:last-child td:first-child,.woocommerce-checkout .bb-wc-co table.shop_table tr:last-child td:last-child,.woocommerce-page table.cart tr:last-child td:last-child{border-radius:0} - -.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{background-color:#ebebeb;background-image:none} - -.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-range{background-color:var(--bb-primary-color);background-image:none} - -.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle{background-color:var(--bb-primary-color);background-image:none;border:0;width:.8em;height:.8em;top:-.3em;cursor:pointer} - -.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-horizontal{height:.2em} - -.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button{color:#fff;background-color:#385dff;border-radius:var(--bb-button-radius);padding:7px 20px 6px;min-height:20px;height:30px;font-size:12px;font-weight:400;line-height:1} - -.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover{background-color:#0f74e0}@media (max-width:800px){ - -.woocommerce-cart #content .woocommerce table.cart td.product-thumbnail{display:block;text-align:center!important} - -.woocommerce-cart #content .woocommerce table.cart td.product-thumbnail::before{display:none}} - -.woocommerce-cart .select2-container .select2-search{display:none} - -.woocommerce-cart .woocommerce{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius);border:1px solid var(--bb-content-border-color);margin-bottom:20px;padding:15px 20px} - -.woocommerce-cart .woocommerce table.shop_table th{font-weight:400} - -body.woocommerce-cart p.cart-empty{text-align:center;font-size:22px;margin-bottom:30px;padding:0 0 30px;overflow:hidden} - -body.woocommerce-cart p.cart-empty::before{display:inline-block;width:100%;height:60px;content:"";background-image:url(../images/svg/cart.svg);background-repeat:no-repeat;background-size:60px 60px;background-position:center;margin-bottom:20px;margin-top:30px;position:static} - -body.woocommerce-cart p.cart-empty+p.return-to-shop{text-align:center} - -body.woocommerce-cart p.cart-empty+p.return-to-shop .button.wc-backward{padding:10px 2em;margin-bottom:1.6875rem} - -.woocommerce-notices-wrapper+p.return-to-shop{text-align:center} - -.woocommerce table.shop_table{border:0;font-size:14px} - -.woocommerce table.shop_table td,.woocommerce table.shop_table th{border-bottom:1px solid var(--bb-content-border-color);border-top:0} - -.woocommerce table.shop_table th{text-transform:uppercase;color:var(--bb-alternate-text-color);font-size:14px} - -.woocommerce table.shop_table th.product-subtotal{text-align:right} - -.woocommerce table.shop_table td.product-name a{color:var(--bb-headings-color);font-weight:500} - -.woocommerce table.shop_table td.product-name a:hover{color:var(--bb-primary-color)} - -.woocommerce table.shop_table td.product-name a.wcs-switch-link{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)} - -.woocommerce table.shop_table td.product-name a.wcs-switch-link:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.woocommerce table.shop_table td.product-name a.wcs-switch-link:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -.woocommerce table.shop_table td.product-quantity .quantity{display:inline-block} - -.woocommerce table.shop_table td.product-quantity .quantity input.qty{color:var(--bb-headings-color)} - -.woocommerce table.shop_table td.product-quantity .quantity.quantity--readonly{visibility:hidden;width:0;height:0;opacity:0} - -.woocommerce table.shop_table td.product-price{color:var(--bb-headings-color)} - -.woocommerce table.shop_table td.product-subtotal{color:var(--bb-headings-color);text-align:right}@media (max-width:800px){ - -.woocommerce table.shop_table td{padding-top:12px;padding-bottom:12px}} - -.woocommerce table.shop_table td.actions>button.button{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);font-size:14px;font-weight:500;min-height:34px;padding:6px 20px;line-height:1.4;margin-top:0} - -.woocommerce table.shop_table td.actions>button.button:focus{box-shadow:var(--bb-secondary-button-focus-shadow)} - -.woocommerce table.shop_table td.actions>button.button:disabled{pointer-events:none} - -.woocommerce table.shop_table td.actions>button.button: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)} - -.woocommerce table.shop_table .coupon button.button,.woocommerce table.shop_table .coupon input.button{background:#dedfe2;border-radius:3px;border:0;font-size:14px;color:#fff;font-weight:400} - -.woocommerce table.shop_table .coupon button.button.bp-coupon-btn-active,.woocommerce table.shop_table .coupon input.button.bp-coupon-btn-active{box-shadow:0 0 100px 30px rgba(0,0,0,.2) inset} - -.woocommerce table.shop_table .coupon button.button{border-radius:var(--bb-button-radius)} - -.woocommerce table.shop_table .coupon input.input-text{font-size:14px;min-width:150px}@media (max-width:544px){ - -.woocommerce table.shop_table .coupon button.button,.woocommerce table.shop_table .coupon input.button{width:100%!important;margin-bottom:10px} - -.woocommerce table.shop_table .coupon input.input-text{width:100%!important;margin-bottom:5px!important}}@media (max-width:800px){ - -.woocommerce table.shop_table.shop_table_responsive tr:nth-child(even) td{background-color:var(--bb-body-background-color)} - -.woocommerce table.shop_table.shop_table_responsive tr:nth-child(even) td div.quantity input.qty{background-color:var(--bb-body-background-color)} - -.woocommerce table.shop_table.shop_table_responsive tr td::before{padding-right:5px}} - -.woocommerce .bb_sku_wrapper{display:block;color:var(--bb-alternate-text-color);font-size:13px;line-height:1}@media (max-width:800px){ - -.woocommerce .bb_sku_wrapper{display:none}} - -.woocommerce .bb-header-buttons a.button:hover{background-color:transparent} - -.woocommerce .bb-header-buttons a.button.signup:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)} - -.woocommerce .bb-login-section a.button{margin-bottom:16px} - -.woocommerce-cart table.cart td.actions .coupon .input-text{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)} - -.woocommerce-cart .wc_empty_cart{text-align:center} - -.woocommerce-cart .wc_empty_cart .cart_message_wrap{padding:3rem;width:60%;margin:0 auto} - -.woocommerce-cart .wc_empty_cart .wc-cart-sub-icon{margin-bottom:25px} - -.woocommerce-cart .wc_empty_cart .wc-cart-sub-icon img{max-width:60px} - -.woocommerce-cart .wc_empty_cart p.cart-empty{font-size:22px;color:var(--bb-body-text-color);margin-bottom:5px} - -.woocommerce-cart .wc_empty_cart p.wc_empty_cart_description{font-size:14px;color:#939597} - -.woocommerce-cart .wc_empty_cart a.button{padding:10px 2em} - -.woocommerce-cart .wc_empty_cart a.button:hover{background-color:#0f74e0;color:#fff}@media (max-width:800px){ - -.woocommerce-cart .wc_empty_cart .cart_message_wrap{width:80%}}@media (max-width:544px){ - -.woocommerce-cart .wc_empty_cart .cart_message_wrap{padding:3rem 2rem;width:90%}} - -.woocommerce-cart table.cart img{width:100px} - -.woocommerce-cart .cart-collaterals table.shop_table td,.woocommerce-cart .cart-collaterals table.shop_table th{border-bottom:0;border-top:0;color:var(--bb-headings-color)} - -.woocommerce-cart .cart-collaterals table.shop_table th{padding-left:0} - -.woocommerce-cart .cart-collaterals .cart_totals{float:none;width:100%} - -.woocommerce-cart .cart-collaterals .cart_totals>h2{display:none} - -.woocommerce-cart .cart-collaterals table.shop_table{float:right;width:50%}@media (max-width:800px){ - -.woocommerce-cart .cart-collaterals table.shop_table{float:none;width:100%}}@media (max-width:544px){ - -.woocommerce-cart .cart-collaterals .bb_cart_totals_ctrls{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.woocommerce-cart .cart-collaterals .bb_cart_totals_ctrls .wc-proceed-to-checkout{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding-bottom:0} - -.woocommerce-cart .cart-collaterals .bb_cart_totals_ctrls .cart_shop{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:auto;margin-right:0}} - -.woocommerce-cart .bb_cart_totals_ctrls{clear:both} - -.woocommerce-cart .bb_cart_totals_ctrls .cart_shop{margin-right:auto;-ms-flex-item-align:end;align-self:flex-end} - -.woocommerce-cart .bb_cart_totals_ctrls a.button{font-size:14px;margin-bottom:2em;height:40px;padding:9px 2em;vertical-align:middle;display:inline-block;line-height:1.4;background:0 0;border:1px solid var(--bb-primary-color);color:var(--bb-primary-color);font-weight:500} - -.woocommerce-cart .bb_cart_totals_ctrls a.button:hover{border-color:var(--bb-primary-color)} - -.woocommerce-cart-form .bs-quantity{border:0;padding-right:0;padding-left:0;min-width:72px} - -.woocommerce-cart-form .bs-quantity input.qty{font-size:14px} - -.woocommerce-cart-form .bs-quantity .qty-nav{height:35px} - -.woocommerce-cart-form .bs-quantity .quantity-button{font-size:0;line-height:20px} - -.woocommerce-cart-form .bs-quantity .quantity-button::before{font-family:bb-icons;font-size:22px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:relative;top:9px} - -.woocommerce-cart-form .bs-quantity .quantity-up::before{content:"\e827"} - -.woocommerce-cart-form .bs-quantity .quantity-down::before{content:"\e8ab"} - -.woocommerce-cart-form .bs-quantity.bs-quantity-individually .num-individually{display:inline-block;width:3.631em;min-width:32px;max-width:32px;text-align:center} - -.woocommerce-cart-form .bs-quantity.bs-quantity-individually .qty-nav{opacity:.3;cursor:default} - -.woocommerce-cart-form .bs-quantity.bs-quantity-individually .qty-nav .quantity-button{cursor:default} - -.woocommerce .wc-proceed-to-checkout{text-align:right;clear:both} - -.woocommerce .wc-proceed-to-checkout a.button.checkout-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);font-size:14px;display:inline-block;height:40px;padding:9px 2em;vertical-align:middle;line-height:1.4;font-weight:500} - -.woocommerce .wc-proceed-to-checkout a.button.checkout-button:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.woocommerce .wc-proceed-to-checkout a.button.checkout-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)} - -.woocommerce #respond input#submit,.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{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)} - -.woocommerce #respond input#submit.alt:focus,.woocommerce #respond input#submit:focus,.woocommerce a.button.alt:focus,.woocommerce button.button.alt:focus,.woocommerce input.button.alt:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.woocommerce #respond input#submit.alt,.woocommerce input.button.alt{background-color:var(--bb-primary-color)} - -.woocommerce-cart.woocommerce-page .bb_cart_totals_ctrls a.button.outline{background:0 0;color:var(--bb-primary-color)}@media (max-width:992px){ - -body.woocommerce-cart #secondary{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}} - -body.archive.woocommerce .grid.wc-grid-wrap{display:block;margin:0} - -body.archive.woocommerce .grid.wc-grid-wrap header.woocommerce-products-header{display:block;padding-top:1.875rem} - -body.archive.woocommerce .grid.wc-grid-wrap header.woocommerce-products-header h1{margin:0 0 .3125rem} - -body.archive.woocommerce .grid.wc-grid-wrap>.grid{display:-webkit-box;display:-ms-flexbox;display:flex} - -body.archive.woocommerce .grid.wc-grid-wrap>.grid #secondary{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding-top:0} - -body.archive.woocommerce .grid.wc-grid-wrap>.grid #primary{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;padding-top:.9375rem} - -#secondary.wc-widget-area .widgets_expand{background:#fff;border-radius:4px;padding:.9375rem;border:0;margin-top:.9375rem;margin-bottom:0;display:none;border-bottom:1px solid #fff} - -#secondary.wc-widget-area .widgets_expand h4.widget-title{margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex} - -#secondary.wc-widget-area .widgets_expand h4.widget-title span.wc-widget-area-expand{margin-left:auto} - -#secondary.wc-widget-area .widgets_expand.active{border-radius:4px 4px 0 0;border-bottom:1px solid var(--bb-content-border-color)}@media (min-width:800px){ - -#secondary.wc-widget-area .wc-widget-area-expandable{display:block!important}}@media (max-width:800px){ - -#secondary.wc-widget-area .widgets_expand{display:block} - -#secondary.wc-widget-area .wc-widget-area-expandable{display:none} - -#secondary.wc-widget-area .wc-widget-area-expandable aside.widget h4.widget-title span.collapse-widget{display:none} - -#secondary.wc-widget-area aside.widget:first-of-type{margin-top:0;border-radius:0}}@media (max-width:799px){ - -body.archive.woocommerce .grid.wc-grid-wrap>.grid #secondary{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1} - -body.archive.woocommerce .grid.wc-grid-wrap>.grid #primary{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;padding-top:.9375rem} - -body.archive.woocommerce .grid.wc-grid-wrap>.grid #primary ul.products{margin-bottom:0}} - -.widget_layered_nav ul.product-categories li span.count,.widget_layered_nav ul.woocommerce-widget-layered-nav-list li span.count,.widget_product_categories ul.product-categories li span.count,.widget_product_categories ul.woocommerce-widget-layered-nav-list li span.count{float:right;background:0 0;box-shadow:none;color:var(--bb-alternate-text-color);padding:0;letter-spacing:0} - -.widget_layered_nav ul.product-categories li ul.children,.widget_layered_nav ul.woocommerce-widget-layered-nav-list li ul.children,.widget_product_categories ul.product-categories li ul.children,.widget_product_categories ul.woocommerce-widget-layered-nav-list li ul.children{margin-top:10px;padding:0} - -.widget_layered_nav ul.product-categories>li>a,.widget_layered_nav ul.woocommerce-widget-layered-nav-list>li>a,.widget_product_categories ul.product-categories>li>a,.widget_product_categories ul.woocommerce-widget-layered-nav-list>li>a{text-transform:uppercase} - -.attribute-colors li,.woocommerce-widget-layered-color li{display:inline-block;margin-right:10px} - -.attribute-colors .color-marker,.woocommerce-widget-layered-color .color-marker{width:25px;height:25px;display:inline-block;border-radius:100%;border:2px solid #fff;box-shadow:0 0 0 1px #fff;cursor:pointer;position:relative;z-index:1} - -.attribute-colors .color-marker.checked,.woocommerce-widget-layered-color .color-marker.checked{box-shadow:0 0 0 1px var(--bb-content-border-color)} - -.attribute-colors .color-marker:hover::after,.woocommerce-widget-layered-color .color-marker:hover::after{border:1px solid var(--bb-content-border-color);font-size:12px;padding:2px 7px;background:#fff;color:#939597;border-radius:4px;content:attr(data-name);position:absolute;left:-50%;margin:0 auto;top:-27px;z-index:9} - -.attribute-colors .color-marker{cursor:default;margin-right:6px} - -.woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li{padding:7px .9375rem} - -.woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li.on{background-color:var(--bb-body-background-color)} - -.woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li.on label,.woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li.on span.count{color:var(--bb-headings-color)} - -.woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li label{font-size:14px;color:var(--bb-alternate-text-color);line-height:1.95} - -.woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li label span.checkbox{z-index:5;display:inline-block;width:17px;height:17px;background:#fff;border:1px solid var(--bb-content-border-color);margin:4px 0 0;top:2px;float:left;border-radius:2px;margin-right:7px;line-height:1.35} - -.woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li label span.checkbox.on{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color)} - -.woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li label span.checkbox.on::before{color:#fff;content:"\e876";width:16px;height:16px;line-height:17px;font-family:bb-icons;font-size:17px;position:relative;top:-2px;right:1px;font-weight:400} - -.bs_widget_price_filter .price_label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:10px} - -.bs_widget_price_filter .price_label .from{margin-right:auto} - -.wc-widget-area aside.widget h4.widget-title{margin-left:-.9375rem;margin-right:-.9375rem;border-bottom:1px solid var(--bb-content-border-color);padding:0 .9375rem 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.wc-widget-area aside.widget.widget_product_categories h4{padding-bottom:15px;border-bottom:1px solid var(--bb-content-border-color);margin-bottom:10px} - -.wc-widget-area aside.widget.widget_layered_nav ul.product-categories,.wc-widget-area aside.widget.widget_layered_nav ul.woocommerce-widget-layered-nav-list:not(.woocommerce-widget-layered-color),.wc-widget-area aside.widget.widget_product_categories ul.product-categories,.wc-widget-area aside.widget.widget_product_categories ul.woocommerce-widget-layered-nav-list:not(.woocommerce-widget-layered-color){margin-left:-.9375rem;margin-right:-.9375rem} - -.wc-widget-area aside.widget.widget_layered_nav>select,.wc-widget-area aside.widget.widget_product_categories>select{width:100%} - -.wc-widget-area aside.widget.widget_layered_nav li,.wc-widget-area aside.widget.widget_product_categories li{margin-bottom:0;position:relative;min-height:38px;line-height:1} - -.wc-widget-area aside.widget.widget_layered_nav li.current-cat>a,.wc-widget-area aside.widget.widget_product_categories li.current-cat>a{background-color:var(--bb-body-background-color);color:var(--bb-headings-color)} - -.wc-widget-area aside.widget.widget_layered_nav li.current-cat>.count,.wc-widget-area aside.widget.widget_product_categories li.current-cat>.count{color:var(--bb-headings-color)} - -.wc-widget-area aside.widget.widget_layered_nav li a,.wc-widget-area aside.widget.widget_product_categories li a{display:inline-block;padding:8px 50px 7px .9375rem;width:100%;line-height:24px;max-height:38px;height:38px;white-space:nowrap;margin:0;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis} - -.wc-widget-area aside.widget.widget_layered_nav li a:hover,.wc-widget-area aside.widget.widget_product_categories li a:hover{background-color:var(--bb-body-background-color)} - -.wc-widget-area aside.widget.widget_layered_nav li span.count,.wc-widget-area aside.widget.widget_product_categories li span.count{display:inline-block;padding-top:13px;padding-right:0;position:absolute;right:28px;top:0;font-weight:400;font-size:13px} - -.wc-widget-area aside.widget.widget_layered_nav li span.expand-parent,.wc-widget-area aside.widget.widget_product_categories li span.expand-parent{display:inline-block;font-size:1.3rem;padding-top:9px;padding-right:5px;padding-left:7px;position:absolute;right:0;top:0;cursor:pointer} - -.wc-widget-area aside.widget.widget_layered_nav li span.expand-parent.active i,.wc-widget-area aside.widget.widget_product_categories li span.expand-parent.active i{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)} - -.wc-widget-area aside.widget.widget_layered_nav li ul.children,.wc-widget-area aside.widget.widget_product_categories li ul.children{margin-top:0} - -.wc-widget-area aside.widget.widget_layered_nav li ul.children li a,.wc-widget-area aside.widget.widget_product_categories li ul.children li a{padding-left:1.5625rem} - -.wc-widget-area aside.widget.widget_layered_nav li ul.children ul.children li a,.wc-widget-area aside.widget.widget_product_categories li ul.children ul.children li a{padding-left:2.1875rem} - -.wc-widget-area aside.widget.widget_layered_nav li ul.children ul.children li ul.children a,.wc-widget-area aside.widget.widget_product_categories li ul.children ul.children li ul.children a{padding-left:2.8125rem} - -.wc-widget-area aside.widget.widget_layered_nav li ul.children ul.children li ul.children li ul.children a,.wc-widget-area aside.widget.widget_product_categories li ul.children ul.children li ul.children li ul.children a{padding-left:3.4375rem} - -.wc-widget-area aside.widget.widget_layered_nav li.cat-parent ul.children,.wc-widget-area aside.widget.widget_product_categories li.cat-parent ul.children{display:none} - -.wc-widget-area aside.widget.widget_layered_nav li.current-cat-parent.cat-parent.cat-expanded>ul.children,.wc-widget-area aside.widget.widget_layered_nav li.current-cat.cat-parent.cat-expanded>ul.children,.wc-widget-area aside.widget.widget_product_categories li.current-cat-parent.cat-parent.cat-expanded>ul.children,.wc-widget-area aside.widget.widget_product_categories li.current-cat.cat-parent.cat-expanded>ul.children{display:block} - -.wc-widget-area aside.widget.widget_layered_nav li{line-height:1.35} - -.no-js .wc-widget-area .widget.widget_product_categories li ul.children{display:block} - -body:not(.bb-page-loaded) .wc-widget-area aside.widget.widget_layered_nav li span.count,body:not(.bb-page-loaded) .wc-widget-area aside.widget.widget_product_categories li span.count{display:none} - -body:not(.bb-page-loaded).woocommerce form.woocommerce-ordering{display:none} - -body:not(.bb-page-loaded) .bs_widget_price_filter #max_price,body:not(.bb-page-loaded) .bs_widget_price_filter #min_price{display:none} - -.bs-quantity{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-button-radius);padding:0 10px} - -.bs-quantity input[type=number]::-webkit-inner-spin-button,.bs-quantity input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0} - -.bs-quantity input[type=number]{width:auto;min-width:32px;max-width:32px;height:40px;line-height:40px;display:block;padding:0;margin:0;border:0;appearance:textfield} - -.bs-quantity input[type=number]:focus{outline:0} - -.bs-quantity .qty-nav{position:relative;height:40px} - -.bs-quantity .quantity-button{position:relative;cursor:pointer;width:20px;text-align:center;line-height:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none} - -.bs-quantity .qty-nav .quantity-button.limit{opacity:.3;cursor:default} - -.cart_totals table.shop_table td{text-align:right} - -.cart_totals table.shop_table tr.order-total th{color:var(--bb-headings-color);font-weight:bolder} - -.cart_totals table.shop_table form.woocommerce-shipping-calculator{margin-bottom:0} - -.cart_totals table.shop_table form.woocommerce-shipping-calculator>p{margin-bottom:5px} - -.cart_totals table.shop_table .shipping-calculator-form{text-align:left} - -.woocommerce-page .select2-container .select2-selection--single{height:40px;border-color:var(--bb-content-border-color);background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:right .5rem center;padding-right:35px;font-size:15px;background-color:var(--bb-content-background-color)} - -.woocommerce-page .select2-container .select2-selection--single .select2-selection__arrow{display:none} - -.woocommerce-page .select2-container .select2-selection--single.wc-order-by{background-image:url("data:image/svg+xml;charset=utf8,%3C!-- Generated by IcoMoon.io --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 32 32'%3E%3Ctitle%3Esort-desc%3C/title%3E%3Cpath style='fill:%23A1ACB8;' d='M24.768 22.464v-13.216c0-0.544-0.448-0.992-1.024-0.992-0.544 0-0.992 0.448-0.992 0.992v13.216c0 0.576 0.448 1.024 0.992 1.024 0.576 0 1.024-0.448 1.024-1.024zM21.568 19.616c-0.352-0.384-0.992-0.416-1.408-0.032-0.384 0.384-0.416 1.024-0.032 1.408l2.912 3.104c0.384 0.448 1.056 0.448 1.44 0l2.912-3.104c0.384-0.384 0.352-1.024-0.032-1.408-0.416-0.384-1.056-0.352-1.408 0.032l-2.208 2.336-2.176-2.336zM16.736 12.64h-8.736c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h8.736c0.544 0 0.992-0.448 0.992-1.024 0-0.544-0.448-0.992-0.992-0.992zM14.56 17.376h-6.56c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h6.56c0.544 0 0.992-0.448 0.992-1.024 0-0.544-0.448-0.992-0.992-0.992zM12.352 22.368h-4.352c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h4.352c0.576 0 1.024-0.448 1.024-1.024 0-0.544-0.448-0.992-1.024-0.992zM18.176 7.648h-10.176c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h10.176c0.576 0 1.024-0.448 1.024-1.024 0-0.544-0.448-0.992-1.024-0.992z'%3E%3C/path%3E%3C/svg%3E");border:0;background-color:transparent;font-size:14px;outline:0} - -.woocommerce-page .select2-container .select2-selection--single.wc-order-by:hover{background-image:url("data:image/svg+xml;charset=utf8,%3C!-- Generated by IcoMoon.io --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 32 32'%3E%3Ctitle%3Esort-desc%3C/title%3E%3Cpath style='fill:%23122b46;' d='M24.768 22.464v-13.216c0-0.544-0.448-0.992-1.024-0.992-0.544 0-0.992 0.448-0.992 0.992v13.216c0 0.576 0.448 1.024 0.992 1.024 0.576 0 1.024-0.448 1.024-1.024zM21.568 19.616c-0.352-0.384-0.992-0.416-1.408-0.032-0.384 0.384-0.416 1.024-0.032 1.408l2.912 3.104c0.384 0.448 1.056 0.448 1.44 0l2.912-3.104c0.384-0.384 0.352-1.024-0.032-1.408-0.416-0.384-1.056-0.352-1.408 0.032l-2.208 2.336-2.176-2.336zM16.736 12.64h-8.736c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h8.736c0.544 0 0.992-0.448 0.992-1.024 0-0.544-0.448-0.992-0.992-0.992zM14.56 17.376h-6.56c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h6.56c0.544 0 0.992-0.448 0.992-1.024 0-0.544-0.448-0.992-0.992-0.992zM12.352 22.368h-4.352c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h4.352c0.576 0 1.024-0.448 1.024-1.024 0-0.544-0.448-0.992-1.024-0.992zM18.176 7.648h-10.176c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h10.176c0.576 0 1.024-0.448 1.024-1.024 0-0.544-0.448-0.992-1.024-0.992z'%3E%3C/path%3E%3C/svg%3E")} - -.woocommerce-page .select2-container .select2-search{font-size:15px} - -.woocommerce-page .select2-container .select2-results{font-size:15px} - -.woocommerce-page .select2-container.select2-container--open .wc-order-by-dropdown.select2-dropdown--below{border-radius:4px;border:0;background:#fff;box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);padding:7px 0;margin-top:8px} - -.woocommerce-page .select2-container.select2-container--open .wc-order-by-dropdown.select2-dropdown--below::before{content:" ";position:absolute;width:0;height:0;top:0;right:16px;margin:0 auto;box-sizing:border-box;border:8px 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);-webkit-transition:all linear .2s;transition:all linear .2s;z-index:101} - -.woocommerce-page .select2-container.select2-container--open .wc-order-by-dropdown.select2-dropdown--below .select2-results ul.select2-results__options li.select2-results__option{padding:3px 12px;font-size:14px} - -.woocommerce-page .select2-container.select2-container--open .wc-order-by-dropdown.select2-dropdown--below .select2-results ul.select2-results__options li.select2-results__option.select2-results__option--highlighted,.woocommerce-page .select2-container.select2-container--open .wc-order-by-dropdown.select2-dropdown--below .select2-results ul.select2-results__options li.select2-results__option.select2-results__option[aria-selected=true]{background-color:var(--bb-body-background-color);color:var(--bb-primary-color)} - -.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:38px;padding-right:3px;padding-left:12px;color:inherit} - -.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered[title~=Select]{color:#c3c6c9} - -.woocommerce-page form.woocommerce-ordering .select2-selection--single .select2-selection__rendered{text-align:right;color:#7f868f} - -.site-header a.header-cart-link{position:relative;padding-right:2px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.site-header a.header-cart-link 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} - -.header-mini-cart{overflow:hidden} - -.header-mini-cart ul.cart_list{list-style:none;margin-left:0;margin-bottom:0} - -.site-header .header-mini-cart ul.cart_list{max-width:-webkit-calc(100vw - 20px);max-width:calc(100vw - 20px);overflow:auto;max-height:-webkit-calc(100vh - 210px);max-height:calc(100vh - 210px)} - -.header-mini-cart ul.cart_list li.mini_cart_item{padding:15px;border-bottom:1px solid var(--bb-content-border-color);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.header-mini-cart ul.cart_list li.mini_cart_item:hover{background-color:var(--bb-content-alternate-background-color)} - -.header-mini-cart ul.cart_list li.mini_cart_item>a{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-right:auto;color:var(--bb-headings-color);font-weight:400;margin-bottom:0} - -.header-mini-cart ul.cart_list li.mini_cart_item>a:hover{color:var(--bb-primary-color)} - -.header-mini-cart ul.cart_list li.mini_cart_item>a:not(.remove){font-size:14px;max-width:270px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis} - -.header-mini-cart ul.cart_list li.mini_cart_item span.quantity{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;color:var(--bb-alternate-text-color);font-size:13px;margin-right:10px;white-space:nowrap} - -.header-mini-cart ul.cart_list li.mini_cart_item>a.remove{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-right:0;color:var(--bb-alternate-text-color);font-size:16px;line-height:1;width:auto} - -.header-mini-cart ul.cart_list li.mini_cart_item>a.remove:hover{background-color:transparent;color:var(--bb-primary-color)} - -.header-mini-cart ul.cart_list li.mini_cart_item>dl.variation{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;margin-top:1em;margin-bottom:0;font-size:small;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-preferred-size:100%;flex-basis:100%;padding-left:1em;border-left:2px solid rgba(0,0,0,.1)} - -.header-mini-cart ul.cart_list li.mini_cart_item>dl.variation>dt{margin:0;padding:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-preferred-size:40%;flex-basis:40%;max-width:40%;padding-right:.5em;font-weight:700} - -.header-mini-cart ul.cart_list li.mini_cart_item>dl.variation>dd{margin:0;padding:0;margin-bottom:.5em;-ms-flex-preferred-size:60%;flex-basis:60%;max-width:60%} - -.header-mini-cart ul.cart_list li.mini_cart_item>dl.variation>dd *{margin:0} - -.header-mini-cart ul.cart_list li.mini_cart_item>dl.variation>dd>*{padding-bottom:.5em} - -.header-mini-cart ul.cart_list li.mini_cart_item .blockUI.blockOverlay{opacity:.12!important} - -.header-mini-cart ul.cart_list img.attachment-woocommerce_thumbnail,.header-mini-cart ul.cart_list img.woocommerce-placeholder{max-width:36px;width:36px;border-radius:6px;margin-right:10px;margin-left:0;float:none} - -.header-mini-cart p.woocommerce-mini-cart__total{width:50%;float:left;color:var(--bb-alternate-text-color);font-size:14px;margin:0;line-height:35px;padding:10px 0 9px 15px;background-color:var(--bb-content-background-color)} - -.header-mini-cart p.woocommerce-mini-cart__total strong{font-weight:400} - -.header-mini-cart p.woocommerce-mini-cart__buttons{width:50%;float:right;text-align:right;margin:0;line-height:35px;padding:12px 15px 12px 0;background-color:var(--bb-content-background-color)} - -.header-mini-cart p.woocommerce-mini-cart__buttons a.button{padding:5px 15px;font-size:14px;float:right;min-height:auto;border-radius:var(--bb-button-radius)} - -.header-mini-cart p.woocommerce-mini-cart__buttons .wc-forward:not(.checkout){display:none} - -.header-mini-cart p.woocommerce-mini-cart__empty-message{margin:0;padding:20px 15px;font-size:14px;color:var(--bb-alternate-text-color);text-align:center} - -.notification-dropdown .notification-header .header-view-cart-link{font-size:14px;font-weight:500} - -.woocommerce-cart .woocommerce-shipping-calculator{position:relative} - -.woocommerce-cart .woocommerce-shipping-calculator a.shipping-calculator-button{position:relative;padding-right:20px} - -.woocommerce-cart .woocommerce-shipping-calculator a.shipping-calculator-button::after{content:"\e826";font-family:bb-icons;font-weight:400;speak:none;display:inline-block;color:#939597;position:absolute;right:-5px;top:0;font-size:22px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} - -.shipping-calculator-form{position:absolute;width:250px;top:37px;left:14px;z-index:9;background-color:#fff;padding:1.25rem 1.25rem;border-radius:4px;box-shadow:0 6px 24px 0 rgba(18,43,70,.12)} - -.shipping-calculator-form::before{content:" ";position:absolute;width:0;height:0;top:0;right:50px;margin:0 auto;box-sizing:border-box;border:8px 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);-webkit-transition:all linear .2s;transition:all linear .2s;z-index:1002} - -.shipping-calculator-form p:last-of-type{margin-bottom:0} - -.shipping-calculator-form button.button{width:100%} - -.woocommerce ul#shipping_method label{font-size:14px} - -.woocommerce ul#shipping_method label .amount{font-weight:400} - -.woocommerce-shipping-destination{font-size:12px} - -.woocommerce-shipping-destination strong{font-weight:400} - -.woocommerce .widget_layered_nav_filters ul li a::before,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before{content:"\e828";font-family:bb-icons;display:inline-block;line-height:1;font-weight:100;font-style:normal;speak:none;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;color:var(--bb-alternate-text-color);position:relative;top:1px} - -.woocommerce ul.product_list_widget li{padding:8px 0} - -.woocommerce ul.product_list_widget li a{font-weight:400;margin-bottom:10px;min-height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.woocommerce ul.product_list_widget li a img{border-radius:3px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:auto} - -.woocommerce ul.product_list_widget li a .product-title{line-height:1.35;display:block;display:-webkit-box;max-height:3em;margin:0;margin-right:10px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis} - -.woocommerce ul.product_list_widget li .star-rating{height:1.5em;width:7.2em} - -.woocommerce ul.product_list_widget li>del{color:var(--bb-alternate-text-color)} - -.woocommerce ul.product_list_widget li>ins{float:right;text-decoration:none} - -.woocommerce .widget_rating_filter ul li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:10px} - -.woocommerce .widget_rating_filter ul li .star-rating{width:7.2em;margin-right:auto} - -.woocommerce.widget_shopping_cart a.button,.woocommerce.widget_shopping_cart a.button:hover{color:#fff;background-color:#385dff} - -.woocommerce.widget_shopping_cart a.button:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}@media (max-width:1200px){ - -.woo-sidebar .content-area ul.products{margin-left:-1%;margin-right:-1%} - -.woo-sidebar .content-area ul.products li.product{width:31.333%;max-width:31.333%;margin:0 1% 2%}}@media (max-width:992px){ - -.woocommerce ul.products[class*=columns-]{margin-left:-1%;margin-right:-1%} - -.woocommerce ul.products[class*=columns-] li.product{width:48%;max-width:48%;margin:0 1% 2%} - -.woo-sidebar .content-area ul.products li.product a.added_to_cart.wc-forward,.woo-sidebar .content-area ul.products li.product a.button.add_to_cart_button,.woo-sidebar .content-area ul.products li.product a.button.product_type_simple{font-size:12px;letter-spacing:-.5px} - -.woo-sidebar .content-area ul.products li.product a.button.add_to_cart_button.added::after{vertical-align:baseline;font-size:10px}}@media (max-width:544px){ - -.woocommerce .woocommerce-result-count{float:none;width:100%} - -.woocommerce form.woocommerce-ordering{float:none} - -.woocommerce ul.products[class*=columns-]{margin-left:0;margin-right:0} - -.woocommerce ul.products[class*=columns-] li.product{width:100%;max-width:100%} - -body.archive.woocommerce .grid.wc-grid-wrap>.grid{margin-left:auto;margin-right:auto;padding-left:0;padding-right:0} - -body.archive.woocommerce .grid.wc-grid-wrap>.grid #secondary{padding-left:5px;padding-right:5px}} - -#content .wp-block-woocommerce-handpicked-products ul.products,#content .wp-block-woocommerce-product-best-sellers ul.products,#content .wp-block-woocommerce-product-category ul.products,#content .wp-block-woocommerce-product-new ul.products,#content .wp-block-woocommerce-product-on-sale ul.products,#content .wp-block-woocommerce-product-top-rated ul.products,#content .wp-block-woocommerce-products-by-attribute ul.products{-webkit-column-count:auto;column-count:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:auto;margin-bottom:20px} - -#content .wp-block-woocommerce-handpicked-products ul.products.columns-4 li.product,#content .wp-block-woocommerce-product-best-sellers ul.products.columns-4 li.product,#content .wp-block-woocommerce-product-category ul.products.columns-4 li.product,#content .wp-block-woocommerce-product-new ul.products.columns-4 li.product,#content .wp-block-woocommerce-product-on-sale ul.products.columns-4 li.product,#content .wp-block-woocommerce-product-top-rated ul.products.columns-4 li.product,#content .wp-block-woocommerce-products-by-attribute ul.products.columns-4 li.product{width:-webkit-calc(25% - 20px);width:calc(25% - 20px);max-width:-webkit-calc(25% - 20px);max-width:calc(25% - 20px)} - -#content .wp-block-woocommerce-handpicked-products ul.products.columns-4 li.product .bs_after_shop_loop_item_links,#content .wp-block-woocommerce-product-best-sellers ul.products.columns-4 li.product .bs_after_shop_loop_item_links,#content .wp-block-woocommerce-product-category ul.products.columns-4 li.product .bs_after_shop_loop_item_links,#content .wp-block-woocommerce-product-new ul.products.columns-4 li.product .bs_after_shop_loop_item_links,#content .wp-block-woocommerce-product-on-sale ul.products.columns-4 li.product .bs_after_shop_loop_item_links,#content .wp-block-woocommerce-product-top-rated ul.products.columns-4 li.product .bs_after_shop_loop_item_links,#content .wp-block-woocommerce-products-by-attribute ul.products.columns-4 li.product .bs_after_shop_loop_item_links{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -#content .wp-block-woocommerce-handpicked-products ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward,#content .wp-block-woocommerce-product-best-sellers ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward,#content .wp-block-woocommerce-product-category ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward,#content .wp-block-woocommerce-product-new ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward,#content .wp-block-woocommerce-product-on-sale ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward,#content .wp-block-woocommerce-product-top-rated ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward,#content .wp-block-woocommerce-products-by-attribute ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward{width:100%;border-right:0;border-radius:0} - -#content .wp-block-woocommerce-handpicked-products ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button,#content .wp-block-woocommerce-product-best-sellers ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button,#content .wp-block-woocommerce-product-category ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button,#content .wp-block-woocommerce-product-new ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button,#content .wp-block-woocommerce-product-on-sale ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button,#content .wp-block-woocommerce-product-top-rated ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button,#content .wp-block-woocommerce-products-by-attribute ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button{-ms-flex-item-align:center;align-self:center;width:100%} - -#content .wp-block-woocommerce-handpicked-products ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added,#content .wp-block-woocommerce-product-best-sellers ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added,#content .wp-block-woocommerce-product-category ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added,#content .wp-block-woocommerce-product-new ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added,#content .wp-block-woocommerce-product-on-sale ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added,#content .wp-block-woocommerce-product-top-rated ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added,#content .wp-block-woocommerce-products-by-attribute ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added{border-radius:0 0 4px 4px} - -#content .wp-block-woocommerce-handpicked-products ul.products li.product,#content .wp-block-woocommerce-handpicked-products ul.products li.product.type-product,#content .wp-block-woocommerce-product-best-sellers ul.products li.product,#content .wp-block-woocommerce-product-best-sellers ul.products li.product.type-product,#content .wp-block-woocommerce-product-category ul.products li.product,#content .wp-block-woocommerce-product-category ul.products li.product.type-product,#content .wp-block-woocommerce-product-new ul.products li.product,#content .wp-block-woocommerce-product-new ul.products li.product.type-product,#content .wp-block-woocommerce-product-on-sale ul.products li.product,#content .wp-block-woocommerce-product-on-sale ul.products li.product.type-product,#content .wp-block-woocommerce-product-top-rated ul.products li.product,#content .wp-block-woocommerce-product-top-rated ul.products li.product.type-product,#content .wp-block-woocommerce-products-by-attribute ul.products li.product,#content .wp-block-woocommerce-products-by-attribute ul.products li.product.type-product{margin:0 10px 20px} - -#content .wp-block-woocommerce-handpicked-products ul.products li.product span.onsale,#content .wp-block-woocommerce-product-best-sellers ul.products li.product span.onsale,#content .wp-block-woocommerce-product-category ul.products li.product span.onsale,#content .wp-block-woocommerce-product-new ul.products li.product span.onsale,#content .wp-block-woocommerce-product-on-sale ul.products li.product span.onsale,#content .wp-block-woocommerce-product-top-rated ul.products li.product span.onsale,#content .wp-block-woocommerce-products-by-attribute ul.products li.product span.onsale{margin:0;left:0;right:auto} - -.site-header a.header-cart-link span.count,.woocommerce span.onsale{background-color:var(--bb-primary-color)} - -body .select2-container .select2-dropdown .select2-results__option{outline:0} - -.woocommerce-product-search button{font-size:14px;margin:10px 0 0;background-color:var(--bb-primary-color)} - -.widget .woocommerce-product-search button i::before{color:var(--bb-primary-color)} - -.widget .woocommerce table.shop_table td,.widget .woocommerce table.shop_table th{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;line-height:1} - -.widget .woocommerce table.cart thead{display:none} - -.widget .woocommerce .cart-collaterals .cart_totals,.widget .woocommerce-page .cart-collaterals .cart_totals{width:100%;float:none} - -.widget .woocommerce-checkout .bb-wc-co{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.widget .woocommerce-checkout .bb-wc-co .bb-wc-col{width:100%} - -.widget .woocommerce ul.products{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.widget .woocommerce ul.products.columns-1 li.product{width:100%;max-width:100%;margin-left:0;margin-right:0} - -.widget .woocommerce ul.products.columns-2 li.product{width:100%;max-width:100%;margin-left:0;margin-right:0} - -.widget .woocommerce ul.products.columns-3 li.product{width:100%;max-width:100%;margin-left:0;margin-right:0} - -.widget .woocommerce ul.products.columns-4 li.product{width:100%;max-width:100%;margin-left:0;margin-right:0} - -.widget .woocommerce ul.products.columns-5 li.product{width:100%;max-width:100%;margin-left:0;margin-right:0} - -.widget .woocommerce ul.products.columns-6 li.product{width:100%;max-width:100%;margin-left:0;margin-right:0} - -.widget .woocommerce ul.products.columns-7 li.product{width:100%;max-width:100%;margin-left:0;margin-right:0} - -.widget .woocommerce ul.products.columns-8 li.product{width:100%;max-width:100%;margin-left:0;margin-right:0} - -.widget .woocommerce ul.products.columns-9 li.product{width:100%;max-width:100%;margin-left:0;margin-right:0} - -.widget .woocommerce ul.products.columns-10 li.product{width:100%;max-width:100%;margin-left:0;margin-right:0} - -.widget .woocommerce div.product div.images,.widget .woocommerce div.product div.summary{width:100%;float:none} - -.widget div.product div.woocommerce-product-gallery.images{width:100%;float:none;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%} - -#content .widget div.product div.summary,#content .widget div.product div.woocommerce-product-gallery.images{min-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;border:0}@media (max-width:1024px){ - -#content .wp-block-woocommerce-handpicked-products ul.products.products li.product,#content .wp-block-woocommerce-product-best-sellers ul.products.products li.product,#content .wp-block-woocommerce-product-category ul.products.products li.product,#content .wp-block-woocommerce-product-new ul.products.products li.product,#content .wp-block-woocommerce-product-on-sale ul.products.products li.product,#content .wp-block-woocommerce-product-top-rated ul.products.products li.product,#content .wp-block-woocommerce-products-by-attribute ul.products.products li.product{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px);max-width:-webkit-calc(33.333% - 20px);max-width:calc(33.333% - 20px)}}@media (max-width:768px){ - -#content .wp-block-woocommerce-handpicked-products ul.products.products li.product,#content .wp-block-woocommerce-product-best-sellers ul.products.products li.product,#content .wp-block-woocommerce-product-category ul.products.products li.product,#content .wp-block-woocommerce-product-new ul.products.products li.product,#content .wp-block-woocommerce-product-on-sale ul.products.products li.product,#content .wp-block-woocommerce-product-top-rated ul.products.products li.product,#content .wp-block-woocommerce-products-by-attribute ul.products.products li.product{width:-webkit-calc(50% - 20px);width:calc(50% - 20px);max-width:-webkit-calc(50% - 20px);max-width:calc(50% - 20px)}}@media (max-width:480px){ - -#content .wp-block-woocommerce-handpicked-products ul.products.products li.product,#content .wp-block-woocommerce-product-best-sellers ul.products.products li.product,#content .wp-block-woocommerce-product-category ul.products.products li.product,#content .wp-block-woocommerce-product-new ul.products.products li.product,#content .wp-block-woocommerce-product-on-sale ul.products.products li.product,#content .wp-block-woocommerce-product-top-rated ul.products.products li.product,#content .wp-block-woocommerce-products-by-attribute ul.products.products li.product{width:-webkit-calc(100% - 20px);width:calc(100% - 20px);max-width:-webkit-calc(100% - 20px);max-width:calc(100% - 20px)}} - -#content div.product{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-ms-flex-flow:row wrap;flex-flow:row wrap} - -#content div.product>div,#content div.product>section{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-width:100%;box-sizing:border-box} - -#content div.product div.woocommerce-product-gallery.images{width:55%;-webkit-box-flex:0;-ms-flex:0 0 55%;flex:0 0 55%;min-width:55%;background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius) 0 0 var(--bb-block-radius);border:1px solid var(--bb-content-border-color);border-right-width:0;padding-bottom:0} - -#content div.product div.summary{width:45%;-webkit-box-flex:0;-ms-flex:0 0 45%;flex:0 0 45%;min-width:45%;margin-top:0;padding:2em 2% 0 4%;background-color:var(--bb-content-background-color);border-radius:0 var(--bb-block-radius) var(--bb-block-radius) 0;border:1px solid var(--bb-content-border-color);border-left-width:0} - -#content div.product div.summary h1.product_title{line-height:2rem} - -#content div.product div.summary h4.pr-sub-heading{text-transform:uppercase;font-size:.75rem;font-weight:600;margin-bottom:10px;border-bottom:1px solid var(--bb-content-border-color)} - -#content div.product div.summary .product_meta{font-size:16px;margin-bottom:20px} - -#content div.product div.summary .product_meta>span{display:block;font-size:14px;color:var(--bb-alternate-text-color);padding:0 0 3px;margin:0} - -#content div.product div.summary .product_meta>span:last-of-type{border-bottom:0} - -#content div.product div.summary .product_meta .pr-atts-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:wrap;flex-flow:wrap} - -#content div.product div.summary .product_meta .pr-atts-row .pr-atts-title{width:30%;padding-right:5px}@media (max-width:544px){ - -#content div.product div.summary .product_meta .pr-atts-row .pr-atts-title{width:40%}} - -#content div.product div.summary .product_meta .pr-atts-row p{display:inline;margin:0;font-size:1em} - -#content div.product div.summary .product_meta .pr-atts-row p.out-of-stock{color:var(--bb-danger-color)} - -#content div.product div.summary .attribute-colors{margin:0 0 20px} - -#content div.product div.summary .quantity{margin-right:10px;margin-bottom:10px} - -#content div.product div.summary .quantity.quantity--readonly{visibility:hidden;width:0;height:0;opacity:0;margin:0} - -#content div.product div.summary>p.stock{display:none}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){ - -#content div.product div.summary{width:38%;-webkit-box-flex:0;-ms-flex:0 0 38%;flex:0 0 38%;min-width:38%}} - -#content div.product .flex-control-thumbs{width:70%;overflow:visible;display:none} - -#content div.product .flex-control-thumbs.slick-initialized{display:block;min-height:100px} - -#content div.product .flex-control-thumbs .slick-list .slick-slide{margin:0 5px} - -#content div.product .flex-control-thumbs .slick-list .slick-slide li img{opacity:1} - -#content div.product .flex-control-thumbs{width:70%;margin:10px auto 15px} - -#content div.product .flex-control-thumbs .slick-slide{margin:0 5px} - -#content div.product .flex-control-thumbs .slick-arrow{background-color:#fff;opacity:1;box-shadow:0 0 6px 0 rgba(0,0,0,.09)} - -#content div.product .flex-control-thumbs .slick-arrow i{color:#828d98} - -#content div.product .flex-control-thumbs .slick-arrow.slick-disabled{cursor:default} - -#content div.product .flex-control-thumbs .slick-arrow.slick-disabled i{opacity:.3} - -#content div.product .flex-control-thumbs .slick-arrow.bb-slide-next{right:-15px} - -#content div.product .flex-control-thumbs .slick-arrow.bb-slide-prev{left:-15px} - -#content div.product div.images .woocommerce-product-gallery__trigger{background-color:var(--bb-content-background-color);color:transparent;text-indent:0} - -#content div.product div.images .woocommerce-product-gallery__trigger img.emoji{display:none} - -#content div.product div.images .woocommerce-product-gallery__trigger::before{border:0;content:"\ef10";color:var(--bb-body-text-color);font-family:bb-icons;font-style:normal;height:auto;width:auto;font-size:24px;top:5px;left:6px} - -#content div.product div.images .woocommerce-product-gallery__trigger::after{display:none} - -#content div.product p.price{color:var(--bb-headings-color);font-weight:500;margin-top:1.2em;margin-bottom:1.2em} - -#content div.product p.price ins{text-decoration:none;font-weight:500} - -#content div.product p.price del{color:var(--bb-alternate-text-color);opacity:1;font-weight:400} - -#content div.product .woocommerce-product-details__short-description{font-size:16px} - -#content div.product form.cart .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);font-size:14px;font-weight:400;padding-left:3em;padding-right:3em;height:40px} - -#content div.product form.cart .button:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -#content div.product form.cart .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)} - -#content div.product .woocommerce-tabs ul.tabs{padding:0} - -#content div.product .woocommerce-tabs ul.tabs li{border:0;background-color:transparent} - -#content div.product .woocommerce-tabs ul.tabs li::after,#content div.product .woocommerce-tabs ul.tabs li::before{display:none} - -#content div.product .woocommerce-tabs ul.tabs li.active{background:0 0;border-bottom:1px solid var(--bb-primary-color)} - -#content div.product .woocommerce-tabs ul.tabs li.active a{color:var(--bb-headings-color)} - -#content div.product .woocommerce-tabs ul.tabs li.active a:hover{color:var(--bb-primary-color)} - -#content div.product .woocommerce-tabs ul.tabs li a{font-weight:400;font-size:14px;color:var(--bb-body-text-color)} - -#content div.product .woocommerce-tabs ul.tabs li a:hover{color:var(--bb-primary-color)} - -#content div.product .woocommerce-tabs ul.tabs li#tab-title-reviews a span{display:inline-block;background-color:var(--bb-alternate-text-color);color:var(--bb-content-background-color);padding:2px 7px;border-radius:10px;line-height:1.2;font-size:.9em;margin-left:4px} - -#content div.product .woocommerce-tabs ul.tabs li#tab-title-reviews.active a span{background-color:var(--bb-primary-color)} - -#content div.product .woocommerce-tabs .panel{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius);border:1px solid var(--bb-content-border-color);padding:1.25rem 1.25rem;font-size:14px} - -#content div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description p{font-size:16px} - -#content div.product .shop_attributes tr:nth-child(even) td,#content div.product .shop_attributes tr:nth-child(even) th{background-color:transparent} - -#content div.product .shop_attributes td,#content div.product .shop_attributes th{padding:8px;font-size:14px} - -#content div.product .shop_attributes td p,#content div.product .shop_attributes th p{padding:0} - -#content div.product .shop_attributes th{text-transform:uppercase;font-weight:400} - -#content div.product #reviews #comments ol.commentlist li img.avatar{border-radius:100%;border:0;padding:0} - -#content div.product #reviews .comment-respond{box-shadow:none} - -#content div.product #reviews .comment-reply-title{text-transform:uppercase;font-size:14px;font-weight:700;margin-bottom:12px} - -#content div.product #reviews p.stars a{color:#d3ced2;margin:0 2px} - -#content div.product #reviews p.stars a:hover{color:#fcaf00} - -#content div.product #reviews p.stars.selected a.active,#content div.product #reviews p.stars.selected a:not(.active){color:var(--bb-warning-color)} - -#content div.product #reviews p.stars.selected a.active~a{color:#d3ced2} - -#content div.product #reviews p.form-submit input#submit{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);font-size:14px;font-weight:400;display:inline-block;padding-left:2em;padding-right:2em} - -#content div.product #reviews p.form-submit input#submit:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -#content div.product #reviews p.form-submit input#submit:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -#content div.product #reviews .comment-form label{font-size:16px;line-height:1.1;margin-bottom:12px;color:inherit} - -#content div.product form.cart .variations td.value{padding:0 0 .5rem} - -#content div.product form.cart .variations td.label{background:0 0} - -#content div.product form.cart .variations label{padding-bottom:0;text-transform:uppercase;font-size:.75rem;font-weight:600;line-height:2.5rem} - -div.product .woocommerce-product-gallery__image{border-radius:var(--bb-block-radius) 0 0 var(--bb-block-radius)} - -div.product .woocommerce-product-gallery__wrapper img.wp-post-image{border-radius:var(--bb-block-radius) 0 0 var(--bb-block-radius)} - -.woocommerce #reviews #comments ol.commentlist li .comment-text{border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner)} - -.woocommerce div.product .woocommerce-tabs ul.tabs::before{border-bottom:0} - -.woocommerce div.product span.price{color:var(--bb-primary-color)} - -.woocommerce [type=checkbox]:checked+span{color:var(--bb-primary-color)} - -.woocommerce .woocommerce-product-rating a.woocommerce-review-link{font-size:.757em;color:var(--bb-alternate-text-color)} - -.woocommerce .woocommerce-product-rating a.woocommerce-review-link:hover{color:var(--bb-alternate-text-color)} - -.woocommerce div.product .woocommerce-product-rating{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:.4em;margin-bottom:0} - -.woocommerce div.product .woocommerce-product-rating .star-rating{margin-top:0} - -.woocommerce div.product .woocommerce-product-rating span.count{background-color:transparent;color:inherit;letter-spacing:0;box-shadow:none;padding:0 3px} - -.woocommerce #reviews #comments ol.commentlist li .meta{color:var(--bb-alternate-text-color)} - -.woocommerce #review_form #respond p.comment-form-author{margin-right:5px;width:-webkit-calc(50% - 5px);width:calc(50% - 5px)} - -.woocommerce #review_form #respond p.comment-form-email{margin-left:5px;width:-webkit-calc(50% - 5px);width:calc(50% - 5px)}@media (max-width:992px){ - -.woocommerce .has-sidebar #review_form #respond p.comment-form-author{margin-left:0;width:100%} - -.woocommerce .has-sidebar #review_form #respond p.comment-form-email{margin-left:0;width:100%}}@media (max-width:800px){ - -.woocommerce #review_form #respond p.comment-form-author{margin-left:0;width:100%} - -.woocommerce #review_form #respond p.comment-form-email{margin-left:0;width:100%}}@media (max-width:1200px){ - -body.has-sidebar.woocommerce #content div.product div.woocommerce-product-gallery.images{width:52%;-webkit-box-flex:0;-ms-flex:0 0 52%;flex:0 0 52%;min-width:52%} - -body.has-sidebar.woocommerce #content div.product div.summary{width:48%;-webkit-box-flex:0;-ms-flex:0 0 48%;flex:0 0 48%;min-width:48%} - -body.has-sidebar.woocommerce #content div.product .flex-control-thumbs.slick-initialized{min-height:50px}}@media (max-width:992px){ - -body.has-sidebar.woocommerce #content div.product{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -body.has-sidebar.woocommerce #content div.product div.woocommerce-product-gallery.images{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-width:100%;border-right-width:1px;border-radius:4px;float:none} - -body.has-sidebar.woocommerce #content div.product div.summary{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-width:100%;border-left-width:1px;border-radius:4px;padding:1.5em;float:none}}@media (max-width:800px){ - -.woocommerce #content div.product{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.woocommerce #content div.product div.images{margin-bottom:15px} - -.woocommerce #content div.product div.woocommerce-product-gallery.images{width:100%;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-width:100%;border-right-width:1px;border-radius:var(--bb-block-radius);float:none} - -.woocommerce #content div.product div.summary{width:100%;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-width:100%;border-left-width:1px;border-radius:var(--bb-block-radius);padding:1.5em;float:none} - -.woocommerce #content div.product .flex-control-thumbs.slick-initialized{min-height:50px} - -div.product .woocommerce-product-gallery__wrapper img.wp-post-image{border-radius:var(--bb-block-radius)}}@media (max-width:544px){ - -.content-area .related.products ul.products li.product{margin-bottom:20px} - -.woocommerce .woocommerce-message{font-size:14px;line-height:150%} - -.woocommerce .woocommerce-message .button{margin-left:10px;font-size:13px} - -.woocommerce .woocommerce-message[role=alert]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.woocommerce .woocommerce-message[role=alert] .button.wc-forward{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin:10px 0 0;max-width:230px} - -.woocommerce .woocommerce-error li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.woocommerce .woocommerce-error li .button.wc-forward{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin:10px 0 0;max-width:230px}} - -.wpb_wrapper li.product-category a{display:block;width:100%} - -.wpb_wrapper li.product-category h2.woocommerce-loop-category__title{text-align:center;padding:5px 10px} - -.woocommerce-checkout form.checkout .col2-set .col-1{width:100%;float:none} - -.woocommerce-checkout form.checkout .col2-set .col-2{width:100%;float:none} - -.woocommerce-checkout form.checkout .col2-set .col-2 .woocommerce-shipping-fields{margin-bottom:10px} - -.woocommerce-checkout form.checkout .col2-set h3{text-transform:uppercase;font-size:16px;margin:1rem 0} - -.woocommerce-checkout .bb-wc-co{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-left:-10px;margin-right:-10px} - -.woocommerce-checkout .bb-wc-co .bb-wc-col{width:50%;padding-left:10px;padding-right:10px} - -.woocommerce-checkout .bb-wc-co #customer_details{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius);border:1px solid var(--bb-content-border-color);margin-bottom:20px;padding:15px 20px} - -.woocommerce-checkout .bb-wc-co .bb-order-review{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius);border:1px solid var(--bb-content-border-color);margin-bottom:20px;padding:15px 20px} - -.woocommerce-checkout .bb-wc-co .bb-order-review h3{text-transform:uppercase;font-size:16px;font-weight:700} - -.woocommerce-checkout .bb-wc-co table.shop_table{border:0;font-size:14px} - -.woocommerce-checkout .bb-wc-co table.shop_table td,.woocommerce-checkout .bb-wc-co table.shop_table th{border-bottom:1px solid var(--bb-content-border-color);border-top:0;font-weight:400;padding-left:0} - -.woocommerce-checkout .bb-wc-co table.shop_table td:first-child,.woocommerce-checkout .bb-wc-co table.shop_table th:first-child{padding-left:0} - -.woocommerce-checkout .bb-wc-co table.shop_table td:last-child,.woocommerce-checkout .bb-wc-co table.shop_table th:last-child{padding-right:0;text-align:right} - -.woocommerce-checkout .bb-wc-co table.shop_table td.product-name{width:65%} - -.woocommerce-checkout .bb-wc-co table.shop_table td.product-total{color:var(--bb-headings-color);width:35%} - -.woocommerce-checkout .bb-wc-co table.shop_table th{text-transform:uppercase;font-weight:400;color:var(--bb-alternate-text-color);font-size:14px} - -.woocommerce-checkout .bb-wc-co table.shop_table tfoot td,.woocommerce-checkout .bb-wc-co table.shop_table tfoot th{color:var(--bb-alternate-text-color);border-bottom:0;vertical-align:top} - -.woocommerce-checkout .bb-wc-co table.shop_table tfoot th:first-child{padding-left:30%;padding-top:6px;padding-bottom:6px} - -.woocommerce-checkout .bb-wc-co table.shop_table tfoot td{width:50%} - -.woocommerce-checkout .bb-wc-co table.shop_table tfoot .order-total td,.woocommerce-checkout .bb-wc-co table.shop_table tfoot .order-total th{color:var(--bb-headings-color);font-weight:500} - -.woocommerce-checkout .bb-wc-co table.shop_table tfoot .order-total td strong{font-weight:500} - -.woocommerce-checkout .bb-wc-co table.shop_table tfoot tr:first-child td,.woocommerce-checkout .bb-wc-co table.shop_table tfoot tr:first-child th{padding-top:15px} - -.woocommerce-checkout .bb-wc-co table.shop_table .bs-product-check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.woocommerce-checkout .bb-wc-co table.shop_table .bs-product-thumbnail img{max-width:65px;height:auto;margin-right:20px} - -.woocommerce-checkout .bb-wc-co table.shop_table .check-name{color:var(--bb-headings-color);font-weight:500;line-height:1.4} - -.woocommerce-checkout .bb-wc-co table.shop_table .bs-product-remove{margin-right:10px} - -.woocommerce-checkout .bb-wc-co table.shop_table .qty{color:var(--bb-alternate-text-color);text-transform:uppercase;font-size:13px} - -.woocommerce-checkout .bb-wc-co table.shop_table .qty strong{color:var(--bb-headings-color);font-weight:400;margin-left:5px}@media (max-width:544px){ - -.woocommerce-checkout .bb-wc-co table.shop_table td.product-name{width:70%} - -.woocommerce-checkout .bb-wc-co table.shop_table td.product-total{color:var(--bb-headings-color);width:30%}}@media (max-width:420px){ - -.woocommerce-checkout .bb-wc-co table.shop_table td.product-name .bs-product-check{-ms-flex-wrap:wrap;flex-wrap:wrap} - -.woocommerce-checkout .bb-wc-co table.shop_table td.product-name .bs-product-check .bs-product-name{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:5px}}@media (max-width:992px){ - -.woocommerce-checkout .bb-wc-co{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.woocommerce-checkout .bb-wc-co .bb-wc-col{width:100%}}@media (max-width:544px){ - -.woocommerce-checkout .bb-wc-co .bb-wc-col .bb-order-review table.shop_table tfoot th:first-child{padding-left:0}} - -.woocommerce-checkout form .form-row{margin:0 0 1.2rem} - -.woocommerce-checkout form .form-row label{font-size:16px;line-height:1.1;margin-bottom:10px;color:var(--bb-body-text-color)} - -.woocommerce-checkout form .form-row .required{color:var(--bb-danger-color);text-decoration:none} - -.woocommerce-checkout form .form-row #order_comments{height:120px;overflow-x:hidden} - -.woocommerce-checkout form .form-row.woocommerce-validated .select2-container,.woocommerce-checkout form .form-row.woocommerce-validated input.input-text,.woocommerce-checkout form .form-row.woocommerce-validated select{border-color:#dedfe2} - -.woocommerce-checkout form .form-row.woocommerce-invalid .select2-container,.woocommerce-checkout form .form-row.woocommerce-invalid input.input-text,.woocommerce-checkout form .form-row.woocommerce-invalid select{border-color:var(--bb-danger-color)} - -.woocommerce-checkout form .form-row.woocommerce-invalid label{color:var(--bb-danger-color)} - -.woocommerce-checkout form .form-row .password-input .show-password-input{top:9px} - -.woocommerce-checkout form #ship-to-different-address label{font-size:16px} - -.woocommerce-checkout #payment{background-color:transparent} - -.woocommerce-checkout #payment ul.payment_methods{background-color:var(--bb-content-alternate-background-color);border-radius:var(--bb-block-radius-inner);border-bottom:0} - -.woocommerce-checkout #payment div.payment_box{font-size:13px;color:var(--bb-body-text-color);border-radius:var(--bb-block-radius-inner)} - -.woocommerce-checkout #payment #place_order{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);font-size:14px;font-weight:400;display:inline-block;padding-left:2em;padding-right:2em;height:40px} - -.woocommerce-checkout #payment #place_order:focus{box-shadow:var(--bb-primary-button-focus-shadow)} - -.woocommerce-checkout #payment #place_order:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)} - -.woocommerce-checkout #payment li.wc_payment_method input.input-radio{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;position:relative;background-color:#fff;border:2px solid #d6dce6;color:#666;top:-2px;height:20px;width:20px;border-radius:50px;cursor:pointer;margin-right:7px;outline:0} - -.woocommerce-checkout #payment li.wc_payment_method input.input-radio:checked{background-color:#fff} - -.woocommerce-checkout #payment li.wc_payment_method input.input-radio:checked::before{position:absolute;left:2px;top:2px;content:"";display:inline-block;width:12px;height:12px;background-color:var(--bb-primary-color);border-radius:100%} - -.woocommerce-checkout .woocommerce-order-over{text-align:center} - -.woocommerce-checkout .woocommerce-order-over>p{font-size:16px;color:var(--bb-alternate-text-color)} - -.woocommerce-checkout .woocommerce-order-over h2.woocommerce-heading--success{margin-bottom:5px} - -.woocommerce-checkout .woocommerce-order-over h2.woocommerce-heading--success i{color:var(--bb-success-color);padding:0;display:inline-block;font-size:20px;width:20px;height:20px;line-height:20px;text-align:center;margin-right:8px;position:relative;bottom:2px} - -.woocommerce-checkout .woocommerce-order-over h2.woocommerce-heading--success span{display:block;margin:1em 0} - -.woocommerce-checkout .woocommerce-order-over h2.woocommerce-heading--success span i{color:var(--bb-success-color);border:1px solid var(--bb-success-color);border-radius:100%;padding:0 10px;display:inline-block;width:50px;height:50px;line-height:50px} - -.woocommerce-checkout ul.woocommerce-order-overview{display:inline-block;margin:1em 0 2em} - -.woocommerce-checkout ul.woocommerce-order-overview li{float:none;padding-right:1em;margin-right:1em;border-right:0;text-align:left;display:inline-block;color:var(--bb-alternate-text-color)} - -.woocommerce-checkout ul.woocommerce-order-overview li>span{display:block;font-weight:500;font-size:14px;white-space:nowrap;padding:.6em 0 0;text-transform:none;color:var(--bb-body-text-color)}@media (max-width:800px){ - -.woocommerce-checkout ul.woocommerce-order-overview{margin:.5em 0 1em} - -.woocommerce-checkout ul.woocommerce-order-overview li{display:block;text-align:center;margin-bottom:20px}} - -.woocommerce-checkout .woocommerce-order-details-wrapper{background:var(--bb-content-background-color);border:1px solid #eef0f3;border-radius:var(--bb-block-radius);padding:20px} - -.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-order-details p.order-again{text-align:right} - -.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-order-details p.order-again a.button{padding:8px 2em} - -.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-order-details p.order-again a.button:hover{background-color:#0f74e0;color:#fff} - -.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details{padding:0 12px} - -.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details h2.woocommerce-column__title{font-size:17px;margin-bottom:.5rem} - -.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-column h2.woocommerce-column__title{font-size:17px;margin-bottom:.5rem}@media (max-width:992px){ - -.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-column{width:100%;float:none} - -.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-column.woocommerce-column--1{margin-bottom:30px}} - -.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details address{border:0;padding:0;font-size:14px} - -.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details address .woocommerce-customer-details--email::before,.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details address .woocommerce-customer-details--phone::before{line-height:2.15} - -.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-customer-details--subcolumn{font-size:14px} - -.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-customer-details--subcolumn .woocommerce-customer-details--email::before,.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-customer-details--subcolumn .woocommerce-customer-details--phone::before{line-height:2.15} - -.woocommerce-checkout table.shop_table.woocommerce-table--order-details td{vertical-align:top} - -.woocommerce-checkout .woocommerce-table--order-details{border:0} - -.woocommerce-checkout .woocommerce-table--order-details td,.woocommerce-checkout .woocommerce-table--order-details th{padding-top:8px;padding-bottom:8px;font-size:14px;border-bottom:0;border-top:1px solid var(--bb-content-border-color)} - -.woocommerce-checkout .woocommerce-table--order-details td.product-total,.woocommerce-checkout .woocommerce-table--order-details th.product-total{width:200px;color:inherit;text-align:right} - -.woocommerce-checkout .woocommerce-table--order-details td.product-total span.woocommerce-Price-amount{font-weight:700}@media (max-width:1200px){ - -.woocommerce-checkout .woocommerce-table--order-details td.product-total{width:auto}}@media (max-width:544px){ - -.woocommerce-checkout .woocommerce-table--order-details td.product-total,.woocommerce-checkout .woocommerce-table--order-details th.product-total{text-align:right}} - -.woocommerce-checkout .woocommerce-table--order-details thead th{text-transform:uppercase;font-size:14px;color:#939597;font-weight:500} - -.woocommerce-checkout .woocommerce-table--order-details tfoot td,.woocommerce-checkout .woocommerce-table--order-details tfoot th{font-weight:400} - -.woocommerce-checkout .woocommerce-table--order-details.order_details_items thead tr:first-child td,.woocommerce-checkout .woocommerce-table--order-details.order_details_items thead tr:first-child th{border-top:0}@media (max-width:544px){ - -.woocommerce-checkout .woocommerce-table--order-details.order_details_items thead tr:first-child th.product-thumb{display:none}} - -.woocommerce-checkout .woocommerce-table--order-details.order_details_items tbody tr:last-child td,.woocommerce-checkout .woocommerce-table--order-details.order_details_items tbody tr:last-child th{border-bottom:1px solid var(--bb-content-border-color)} - -.woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-name a{color:var(--bb-headings-color);font-weight:500} - -.woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-name a:hover{color:var(--bb-primary-color)} - -.woocommerce-checkout .woocommerce-table--order-details.order_details_items tr.product-purchase-note td{padding-top:8px} - -.woocommerce-checkout .woocommerce-table--order-details.order_details_items td:not(.product-thumb){padding-top:20px} - -.woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-thumb{width:120px} - -.woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-thumb img{max-width:100px}@media (max-width:992px){ - -.woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-thumb{width:80px} - -.woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-thumb img{max-width:70px}}@media (max-width:544px){ - -.woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-thumb{display:none}} - -.woocommerce-checkout .woocommerce-table--order-details.order_details_items .bb_sku_wrapper{display:block;color:#939597;font-size:13px;line-height:1} - -.woocommerce-checkout .woocommerce-table--order-details.order_details_total{width:70%;float:right} - -.woocommerce-checkout .woocommerce-table--order-details.order_details_total td,.woocommerce-checkout .woocommerce-table--order-details.order_details_total th{border-top:0;border-bottom:0;padding-top:6px;padding-bottom:6px;font-weight:400} - -.woocommerce-checkout .woocommerce-table--order-details.order_details_total th{text-transform:uppercase} - -.woocommerce-checkout .woocommerce-table--order-details.order_details_total tfoot td:last-child{width:200px;color:inherit;text-align:right} - -.woocommerce-checkout .woocommerce-table--order-details.order_details_total tfoot tr:last-child td,.woocommerce-checkout .woocommerce-table--order-details.order_details_total tfoot tr:last-child th{font-weight:700;color:inherit}@media (max-width:800px){ - -.woocommerce-checkout .woocommerce-table--order-details.order_details_total tfoot td:last-child{text-align:right}}@media (max-width:992px){ - -.woocommerce-checkout .woocommerce-table--order-details.order_details_total{width:100%;float:none} - -.woocommerce-checkout .woocommerce-table--order-details.order_details_total td,.woocommerce-checkout .woocommerce-table--order-details.order_details_total th{padding-top:4px;padding-bottom:4px}} - -.woocommerce-checkout .woocommerce-table--order-details.order_details_note{clear:both} - -.woocommerce-checkout .woocommerce-table--order-details.order_details_note th{color:var(--bb-body-text-color)} - -.woocommerce-checkout .woocommerce-order-end{text-align:center;margin:2rem 0;padding:0 3rem} - -.woocommerce-checkout .woocommerce-order-end h3{margin-bottom:5px} - -.woocommerce-checkout .woocommerce-order-end p{font-size:14px;color:var(--bb-alternate-text-color)} - -.woocommerce-checkout label.checkbox{position:relative} - -form.woocommerce-checkout input[type=checkbox]{position:absolute;opacity:0} - -form.woocommerce-checkout input[type=checkbox]+span::before{content:"";margin-right:10px;display:inline-block;vertical-align:text-top;width:20px;height:20px;background:#fff;border-radius:3px;border:1px solid var(--bb-primary-color);box-shadow:none} - -form.woocommerce-checkout input[type=checkbox]:checked+span::before{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color);content:"\e876";font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;font-variant:normal;text-transform:none;text-align:center;color:#fff;line-height:18px;font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-shadow:0 0 0 1px var(--bb-primary-color)} - -.woocommerce-checkout .payment_method_stripe #stripe-payment-data [for=wc-stripe-new-payment-method]{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important} - -.woocommerce-checkout .payment_method_stripe #stripe-payment-data .form-row{margin-bottom:0!important;width:100%} - -.woocommerce-checkout .payment_method_stripe #stripe-payment-data #wc-stripe-new-payment-method+label::before{content:"";margin-right:10px;display:inline-block;vertical-align:text-top;width:20px;height:20px;background:#fff;border-radius:3px;border:1px solid #c9cbca;box-shadow:none;-ms-flex-preferred-size:40px;flex-basis:40px;max-width:20px;min-width:20px} - -.woocommerce-checkout .payment_method_stripe #stripe-payment-data #wc-stripe-new-payment-method:checked+label::before{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color);content:"\e876";font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;font-variant:normal;text-transform:none;text-align:center;color:#fff;line-height:18px;font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-shadow:none} - -.woocommerce-checkout .payment_method_stripe #stripe-payment-data .stripe-source-errors .wc-stripe-error li{line-height:1.4} - -.woocommerce-checkout .payment_method_stripe #stripe-payment-data .stripe-source-errors .wc-stripe-error::before{color:#fff} - -input[type=checkbox]#wp-comment-cookies-consent{position:absolute;opacity:0} - -input[type=checkbox]#wp-comment-cookies-consent+label::before{content:"";margin-right:10px;display:inline-block;vertical-align:text-top;width:20px;height:20px;background:#fff;border-radius:3px;border:1px solid #c9cbca;box-shadow:none} - -input[type=checkbox]#wp-comment-cookies-consent:checked+label::before{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color);content:"\e876";font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;font-variant:normal;text-transform:none;text-align:center;color:#fff;line-height:18px;font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-shadow:none} - -.woocommerce form.checkout_coupon{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);margin-top:0;margin-bottom:1em;font-size:14px} - -.woocommerce form.checkout_coupon .form-row-first{width:-webkit-calc(100% - 150px);width:calc(100% - 150px);padding-right:15px} - -.woocommerce form.checkout_coupon .form-row-last{width:150px} - -.woocommerce form.checkout_coupon .form-row-last button.button{width:100%}@media (max-width:800px){ - -.woocommerce form.checkout_coupon>p{margin-bottom:5px;line-height:150%} - -.woocommerce form.checkout_coupon .form-row-first{padding-right:0}}@media (max-width:992px){ - -.woocommerce-checkout.has-sidebar form.checkout_coupon .form-row-first{padding-right:0} - -.woocommerce-checkout.has-sidebar form.checkout_coupon>p{margin-bottom:5px;line-height:150%}} - -.woocommerce-form-coupon-toggle .woocommerce-info{font-size:14px;color:var(--bb-body-text-color);background-color:transparent!important;border:0;padding-top:0;padding-bottom:0;padding-left:25px} - -.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info::before{content:"\ef17";font-family:bb-icons;font-size:20px;top:0;left:0;color:var(--bb-body-text-color)}@media (max-width:1200px){ - -body.woocommerce-checkout.has-sidebar .woocommerce .woocommerce-order ul.woocommerce-order-overview{margin:.5em 0 1em} - -body.woocommerce-checkout.has-sidebar .woocommerce .woocommerce-order ul.woocommerce-order-overview li{display:block;text-align:center;margin-bottom:20px}}@media (max-width:1200px){ - -.woocommerce-checkout.has-sidebar .woocommerce form.checkout .bb-wc-co{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.woocommerce-checkout.has-sidebar .woocommerce form.checkout .bb-wc-co .bb-wc-col{width:100%}}@media (max-width:992px){ - -.woocommerce-checkout.has-sidebar .woocommerce form.checkout .bb-wc-co .bb-wc-col .bb-order-review table.shop_table tfoot th:first-child{padding-left:0}} - -.elementor-widget-container .woocommerce-checkout .bb-wc-co>.bb-wc-col{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0} - -.elementor-widget-container .woocommerce-checkout .bb-wc-co>.bb-wc-col .bb-wc-col,.elementor-widget-container .woocommerce-checkout .bb-wc-co>.bb-wc-col .e-checkout__container{width:50%;padding-left:10px;padding-right:10px;grid-template-columns:auto} - -.e-checkout-layout-one-column .elementor-widget-container .woocommerce-checkout .bb-wc-co>.bb-wc-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.e-checkout-layout-one-column .elementor-widget-container .woocommerce-checkout .bb-wc-co>.bb-wc-col .bb-wc-col,.e-checkout-layout-one-column .elementor-widget-container .woocommerce-checkout .bb-wc-co>.bb-wc-col .e-checkout__container{width:100%} - -.woocommerce-checkout.woocommerce-order-received header.entry-header{display:none} - -.mfp-content .bs_checkout_coupon{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-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} - -.mfp-content .bs_checkout_coupon div.woocommerce-message,.mfp-content .bs_checkout_coupon ul.woocommerce-error{width:100%} - -.mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;margin-bottom:0;min-height:50px!important;width:100%} - -.mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form p.form-row-first{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-bottom:0} - -.mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form p.form-row-last{width:auto;margin-left:15px;margin-bottom:0} - -.mfp-content .bs_checkout_coupon button{color:var(--bb-alternate-text-color)} - -.mfp-content .bs_checkout_coupon button:hover{color:var(--bb-headings-color);background-color:transparent}@media (max-width:544px){ - -.mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:92px!important} - -.mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form p{width:100%} - -.mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form p.form-row-last{margin-left:0;text-align:center}} - -.woocommerce .woocommerce-MyAccount-navigation{min-width:230px;float:none;width:230px} - -.woocommerce .woocommerce-MyAccount-navigation ul{margin:0} - -.woocommerce .woocommerce-MyAccount-navigation ul li{display:block} - -.woocommerce .woocommerce-MyAccount-navigation ul li a{display:block;padding:9px 15px;font-size:14px;color:var(--bb-headings-color)} - -.woocommerce .woocommerce-MyAccount-navigation ul li a.is-active{color:var(--bb-primary-color);background-color:var(--bb-body-background-color)} - -.woocommerce .woocommerce-MyAccount-navigation ul li a:hover{color:var(--bb-primary-color);background-color:var(--bb-content-alternate-background-color)} - -.woocommerce .woocommerce-MyAccount-navigation ul li a::before{font-size:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons;margin-right:15px;vertical-align:middle} - -.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a{color:var(--bb-primary-color);background-color:var(--bb-content-alternate-background-color)} - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before{content:"\ee74"} - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before{content:"\eec3"} - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before{content:"\e889"} - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::before{content:"\ee42"} - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before{content:"\eed1"} - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before{content:"\ee27"} - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before{content:"\eefd"} - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--become-a-vendor a::before{content:"\ef52"} - -.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--giftcards a::before{content:"\eea9"}@media (min-width:800px){ - -.woocommerce .woocommerce-MyAccount-navigation ul.woocommerce-MyAccount-menu{display:block!important}} - -.woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading{padding:15px;text-transform:uppercase} - -.woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading h5{margin-bottom:0;font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading h5 a.push-my-account-nav{margin-left:auto;color:#939597;display:none} - -.woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading h5 a.push-my-account-nav:hover{color:var(--bb-primary-color)} - -.woocommerce .woocommerce-MyAccount-content{-webkit-box-flex:1;-ms-flex:1;flex:1;border-left:1px solid var(--bb-content-border-color);min-height:400px;width:auto;padding:30px} - -.woocommerce .woocommerce-MyAccount-content input[type=submit][name=apply_for_vendor_submit]{border-radius:100px;padding:10px 20px;font-weight:500;font-style:normal;text-decoration:none;cursor:pointer;display:inline-block;line-height:1.3;border:1px solid transparent;font-size:15px;color:#fff;background-color:var(--bb-headings-color)} - -.woocommerce .woocommerce-MyAccount-content .MyAccount-content--dashboard p{font-size:14px} - -.woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content{padding:20px 0} - -.woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content .woocommerce-address-fields{width:70%;margin:2em auto}@media (max-width:1200px){ - -.woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content .woocommerce-address-fields{width:90%}}@media (max-width:992px){ - -.woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content .woocommerce-address-fields .form-row.form-row-first,.woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content .woocommerce-address-fields .form-row.form-row-last{width:100%;float:none}}@media screen and (max-width:860px) and (min-width:800px){ - -.woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content{padding:20px 0}} - -.woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields{width:70%;margin:2em auto} - -.woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields fieldset{border:0;padding:1.5rem 0 1rem;margin-top:3rem;margin-bottom:0} - -.woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields legend{font-weight:500;font-size:16px;color:var(--bb-headings-color)}@media (max-width:1200px){ - -.woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields{width:90%}}@media (max-width:992px){ - -.woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields .form-row.form-row-first,.woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields .form-row.form-row-last{width:100%;float:none}} - -.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses{font-size:14px;padding:0} - -.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h3{text-transform:uppercase;font-size:14px;margin-bottom:.2rem} - -.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses address{line-height:21px;margin-bottom:1em}@media (max-width:992px){ - -.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address{float:none;width:100%} - -.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address.col-1{padding-bottom:30px}} - -.woocommerce .woocommerce-MyAccount-content form .form-row{margin-bottom:1.3em} - -.woocommerce .woocommerce-MyAccount-content form .form-row .required{color:var(--bb-danger-color);text-decoration:none} - -.woocommerce .woocommerce-MyAccount-content form .form-row label{font-size:14px} - -.woocommerce .woocommerce-MyAccount-content form .form-row input,.woocommerce .woocommerce-MyAccount-content form .form-row select,.woocommerce .woocommerce-MyAccount-content form .form-row textarea{font-size:14px} - -.woocommerce .woocommerce-MyAccount-content form .form-row .select2-container .select2-results,.woocommerce .woocommerce-MyAccount-content form .form-row .select2-container .select2-selection--single{font-size:14px} - -.woocommerce .woocommerce-MyAccount-content form .form-row span.select2-selection.select2-selection--single{outline:0} - -.woocommerce .woocommerce-MyAccount-content form .form-row span>em{font-size:14px;font-style:normal;color:var(--bb-alternate-text-color)} - -.woocommerce .woocommerce-MyAccount-content form .woocommerce-account-fields__ctrls-wrapper,.woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__ctrls-wrapper{text-align:right} - -.woocommerce .woocommerce-MyAccount-content form .password-input .show-password-input{top:.4em} - -.woocommerce .woocommerce-MyAccount-content form .password-input .show-password-input::after{content:"\ee69";font-family:bb-icons;font-size:18px} - -.woocommerce .woocommerce-MyAccount-content form .password-input .show-password-input.display-password::after{content:"\ee6a";font-family:bb-icons;color:inherit} - -.woocommerce .wc-MyAccount-sub-heading{padding:0 0 10px;border-bottom:1px solid var(--bb-content-border-color)} - -.woocommerce .wc-MyAccount-sub-heading h2{margin-bottom:10px} - -.woocommerce .wc-MyAccount-sub-heading h2 strong{font-weight:400} - -.woocommerce .wc-MyAccount-sub-heading p{font-size:14px;margin-bottom:0;color:var(--bb-alternate-text-color)} - -.woocommerce table.my_account_orders{border:0} - -.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th{padding-top:8px;padding-bottom:8px;font-size:13px;border-bottom:0} - -.woocommerce table.my_account_orders thead th{text-transform:uppercase;font-size:12px;font-weight:500} - -.woocommerce table.my_account_orders tbody td{border-top:1px solid var(--bb-content-border-color);color:var(--bb-alternate-text-color)} - -.woocommerce table.my_account_orders tbody td.woocommerce-orders-table__cell-order-actions{width:95px}@media (max-width:800px){ - -.woocommerce table.my_account_orders tbody td.woocommerce-orders-table__cell-order-actions{width:auto}} - -.woocommerce table.my_account_orders tbody td a.button{min-height:auto;padding:5px 1.2em;margin:0 0 5px 5px;font-size:13px;line-height:1;max-width:100px;width:100%}@media (max-width:800px){ - -.woocommerce table.my_account_orders tbody td a.button{width:auto}} - -.woocommerce table.my_account_orders tbody td.woocommerce-orders-table__cell-order-number a{color:var(--bb-headings-color)} - -.woocommerce table.my_account_orders tbody td.woocommerce-orders-table__cell-order-number a:hover{color:var(--bb-primary-color)}@media (max-width:800px){ - -.woocommerce table.my_account_orders tbody tr:nth-child(even) td{background-color:var(--bb-body-background-color)} - -.woocommerce table.my_account_orders tbody tr.woocommerce-orders-table__row{margin-bottom:30px} - -.woocommerce table.my_account_orders tbody tr:last-child{margin-bottom:0}} - -.woocommerce table.my_account_orders.account-orders-table-dashboard tbody td a.button{padding:6px 15px;display:block;max-width:90%;margin-bottom:10px}@media (max-width:1200px){ - -.woocommerce table.my_account_orders.account-orders-table-dashboard tbody td a.button{width:100%;max-width:100%}}@media (max-width:800px){ - -.woocommerce table.my_account_orders.account-orders-table-dashboard tbody td a.button{display:inline-block;margin-left:0;margin-right:5px}} - -.woocommerce .bsMyAccount{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:30px}@media (max-width:800px){ - -.woocommerce .bsMyAccount{margin-bottom:0}}@media (max-width:1200px){ - -.woocommerce-account.has-sidebar .woocommerce .bsMyAccount{margin-bottom:0}} - -.woocommerce .wc-MyAccount-fix-center{width:60%;margin:2em auto;text-align:center} - -.woocommerce .wc-MyAccount-fix-center.woocommerce-info{border:0;padding:0} - -.woocommerce .wc-MyAccount-fix-center.woocommerce-info::before{display:none} - -.woocommerce .wc-MyAccount-fix-center.woocommerce-info .button{float:none;padding:1em 3em;font-weight:500;margin:0 auto} - -.woocommerce .wc-MyAccount-fix-center .wc-MyAccount-sub-tagline{font-size:22px;margin-bottom:25px} - -.woocommerce .wc-MyAccount-fix-center .wc-MyAccount-sub-icon{margin-bottom:25px} - -.woocommerce .wc-MyAccount-fix-center .wc-MyAccount-sub-icon img{max-width:60px}@media (max-width:992px){ - -.woocommerce .wc-MyAccount-fix-center{width:85%}} - -.woocommerce #customer_login,.woocommerce .bb_customer_login{padding:3rem} - -.woocommerce #customer_login form.login,.woocommerce #customer_login form.register,.woocommerce .bb_customer_login form.login,.woocommerce .bb_customer_login form.register{border:0;padding:10px 0;font-size:14px} - -.woocommerce #customer_login form.login label,.woocommerce #customer_login form.register label,.woocommerce .bb_customer_login form.login label,.woocommerce .bb_customer_login form.register label{font-size:14px} - -.woocommerce #customer_login form.login input,.woocommerce #customer_login form.login select,.woocommerce #customer_login form.login textarea,.woocommerce #customer_login form.register input,.woocommerce #customer_login form.register select,.woocommerce #customer_login form.register textarea,.woocommerce .bb_customer_login form.login input,.woocommerce .bb_customer_login form.login select,.woocommerce .bb_customer_login form.login textarea,.woocommerce .bb_customer_login form.register input,.woocommerce .bb_customer_login form.register select,.woocommerce .bb_customer_login form.register textarea{font-size:14px} - -.woocommerce #customer_login .woocommerce-LostPassword,.woocommerce .bb_customer_login .woocommerce-LostPassword{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.woocommerce #customer_login .woocommerce-LostPassword label.woocommerce-form__label,.woocommerce .bb_customer_login .woocommerce-LostPassword label.woocommerce-form__label{margin-right:auto}@media (max-width:544px){ - -.woocommerce #customer_login .woocommerce-LostPassword,.woocommerce .bb_customer_login .woocommerce-LostPassword{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.woocommerce #customer_login .woocommerce-LostPassword label.woocommerce-form__label,.woocommerce .bb_customer_login .woocommerce-LostPassword label.woocommerce-form__label{margin-right:auto;margin-left:auto;margin-bottom:15px}} - -.woocommerce #customer_login .woocommerce-LoginBtn,.woocommerce #customer_login .woocommerce-RegisterBtn,.woocommerce .bb_customer_login .woocommerce-LoginBtn,.woocommerce .bb_customer_login .woocommerce-RegisterBtn{text-align:right} - -.woocommerce #customer_login .woocommerce-LoginBtn button.button,.woocommerce #customer_login .woocommerce-RegisterBtn button.button,.woocommerce .bb_customer_login .woocommerce-LoginBtn button.button,.woocommerce .bb_customer_login .woocommerce-RegisterBtn button.button{padding-left:3em;padding-right:3em}@media (max-width:544px){ - -.woocommerce #customer_login .woocommerce-LoginBtn,.woocommerce #customer_login .woocommerce-RegisterBtn,.woocommerce .bb_customer_login .woocommerce-LoginBtn,.woocommerce .bb_customer_login .woocommerce-RegisterBtn{text-align:center}} - -.woocommerce #customer_login.col2-set .col-1,.woocommerce #customer_login.col2-set .col-2,.woocommerce .bb_customer_login.col2-set .col-1,.woocommerce .bb_customer_login.col2-set .col-2{padding:0 20px} - -.woocommerce #customer_login.col2-set .col-1 .bb_customer_login,.woocommerce #customer_login.col2-set .col-2 .bb_customer_login,.woocommerce .bb_customer_login.col2-set .col-1 .bb_customer_login,.woocommerce .bb_customer_login.col2-set .col-2 .bb_customer_login{padding:0} - -.woocommerce .woocommerce-MyAccount-content .bb_customer_login{width:50%;margin:0 auto;padding:3rem} - -.woocommerce .woocommerce-MyAccount-content .bb_customer_login>h2{display:none}@media (max-width:1200px){ - -.has-sidebar .woocommerce .woocommerce-MyAccount-content .bb_customer_login{width:80%}}@media (max-width:992px){ - -.woocommerce .woocommerce-MyAccount-content .bb_customer_login{width:80%} - -.has-sidebar .woocommerce .woocommerce-MyAccount-content .bb_customer_login{width:95%;padding-left:1rem;padding-right:1rem}}@media (max-width:544px){ - -.woocommerce .woocommerce-MyAccount-content .bb_customer_login{width:90%;padding-left:1rem;padding-right:1rem}} - -.woocommerce .wc-LostPassword{padding:3rem;width:50%;margin:0 auto} - -.woocommerce .wc-LostPassword .bs_woocommerce_reset_message{font-size:14px;color:#939597;margin-bottom:1rem;line-height:1.3rem} - -.woocommerce .wc-LostPassword .bs_woocommerce_reset_ctrls{text-align:right}@media (max-width:800px){ - -.woocommerce .wc-LostPassword{width:80%}}@media (max-width:544px){ - -.woocommerce .wc-LostPassword{width:100%}} - -.woocommerce section.woocommerce-order-details p.order-again{text-align:right} - -.woocommerce section.woocommerce-order-details p.order-again a.button{padding:8px 2em} - -.woocommerce section.woocommerce-order-details p.order-again a.button:hover{background-color:#0f74e0;color:#fff} - -.woocommerce .woocommerce-table--order-details{border:0} - -.woocommerce .woocommerce-table--order-details td,.woocommerce .woocommerce-table--order-details th{padding-top:8px;padding-bottom:8px;font-size:14px;border-bottom:0;vertical-align:top;border-top:1px solid var(--bb-content-border-color)} - -.woocommerce .woocommerce-table--order-details thead th{text-transform:uppercase;font-size:14px;color:var(--bb-alternate-text-color);font-weight:500} - -.woocommerce .woocommerce-table--order-details tfoot td,.woocommerce .woocommerce-table--order-details tfoot th{font-weight:400} - -.woocommerce .order_details_items thead tr:first-child td,.woocommerce .order_details_items thead tr:first-child th{border-top:0}@media (max-width:544px){ - -.woocommerce .order_details_items thead tr:first-child th.product-thumb{display:none}} - -.woocommerce .order_details_items tbody tr:last-child td,.woocommerce .order_details_items tbody tr:last-child th{border-bottom:1px solid var(--bb-content-border-color);border-radius:0} - -.woocommerce .order_details_items td.product-name a{color:var(--bb-headings-color);font-weight:500} - -.woocommerce .order_details_items td.product-name a:hover{color:var(--bb-primary-color)} - -.woocommerce .order_details_items td.product-total,.woocommerce .order_details_items th.product-total{width:190px;text-align:right} - -.woocommerce .order_details_items td.product-total span.woocommerce-Price-amount,.woocommerce .order_details_items th.product-total span.woocommerce-Price-amount{font-weight:700}@media (max-width:544px){ - -.woocommerce .order_details_items td.product-total,.woocommerce .order_details_items th.product-total{text-align:right}}@media (max-width:1200px){ - -.woocommerce .order_details_items td.product-total{width:auto}} - -.woocommerce .order_details_items tr.product-purchase-note td{padding-top:8px} - -.woocommerce .order_details_items td:not(.product-thumb){padding-top:15px;padding-bottom:15px} - -.woocommerce .order_details_items td.product-thumb{width:120px} - -.woocommerce .order_details_items td.product-thumb img{max-width:100px}@media (max-width:992px){ - -.woocommerce .order_details_items td.product-thumb{width:90px} - -.woocommerce .order_details_items td.product-thumb img{max-width:80px}} - -.woocommerce .order_details_items .bb_sku_wrapper{display:block;color:var(--bb-alternate-text-color);font-size:13px;line-height:1} - -.woocommerce table.order_details_total{width:70%;float:right} - -.woocommerce table.order_details_total tfoot td,.woocommerce table.order_details_total tfoot th{border-top:0;border-bottom:0;padding-top:4px;padding-bottom:4px;color:var(--bb-alternate-text-color);font-weight:400} - -.woocommerce table.order_details_total th{text-transform:uppercase} - -.woocommerce table.order_details_total tfoot td:last-child{width:190px;color:var(--bb-body-text-color);text-align:right}@media (max-width:800px){ - -.woocommerce table.order_details_total tfoot td:last-child{text-align:right}} - -.woocommerce table.order_details_total tfoot tr:last-child td,.woocommerce table.order_details_total tfoot tr:last-child th{color:var(--bb-body-text-color);font-weight:700}@media (max-width:992px){ - -.woocommerce table.order_details_total{width:100%;float:none} - -.woocommerce table.order_details_total td,.woocommerce table.order_details_total th{padding-top:4px;padding-bottom:4px}} - -.woocommerce .order_details_note{clear:both} - -.woocommerce .order_details_note th{color:var(--bb-body-text-color)} - -.woocommerce section.woocommerce-customer-details{padding:0 12px} - -.woocommerce section.woocommerce-customer-details h2.woocommerce-column__title{font-size:17px;margin-bottom:.5rem} - -.woocommerce section.woocommerce-customer-details .woocommerce-column h2.woocommerce-column__title{font-size:17px;margin-bottom:.5rem} - -.woocommerce section.woocommerce-customer-details .woocommerce-column.woocommerce-column--1{width:64%} - -.woocommerce section.woocommerce-customer-details .woocommerce-column.woocommerce-column--2{width:32%}@media (max-width:992px){ - -.woocommerce section.woocommerce-customer-details .woocommerce-column,.woocommerce section.woocommerce-customer-details .woocommerce-column.woocommerce-column--1,.woocommerce section.woocommerce-customer-details .woocommerce-column.woocommerce-column--2{width:100%;float:none} - -.woocommerce section.woocommerce-customer-details .woocommerce-column.woocommerce-column--1{margin-bottom:30px}} - -.woocommerce section.woocommerce-customer-details address{border:0;padding:0;font-size:14px} - -.woocommerce section.woocommerce-customer-details address .woocommerce-customer-details--email::before,.woocommerce section.woocommerce-customer-details address .woocommerce-customer-details--phone::before{line-height:2.15} - -.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--subcolumn{font-size:14px} - -.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--subcolumn .woocommerce-customer-details--email::before,.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--subcolumn .woocommerce-customer-details--phone::before{line-height:2.15} - -.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--billwrap{display:-webkit-box;display:-ms-flexbox;display:flex} - -.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--billwrap .woocommerce-customer-details--maincolumn{margin-right:50px}@media (max-width:1200px){ - -.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--billwrap .woocommerce-customer-details--maincolumn{margin-right:25px}}@media (max-width:992px){ - -.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--billwrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--billwrap .woocommerce-customer-details--maincolumn{margin-right:0}} - -.woocommerce mark{background-color:var(--bb-body-background-color);color:var(--bb-body-text-color)}@media (max-width:800px){ - -.woocommerce .bsMyAccount{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column} - -.woocommerce .woocommerce-MyAccount-navigation{width:100%} - -.woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading h5 a.push-my-account-nav{display:block} - -.woocommerce .woocommerce-MyAccount-navigation ul.woocommerce-MyAccount-menu{display:none} - -.woocommerce .woocommerce-MyAccount-content{border-left:0}} - -.woocommerce .bsMyAccount--dashboard .wc-MyAccount-inner-content{padding-bottom:10px} - -.woocommerce .bsMyAccount--dashboard .wc-MyAccount-sub-heading{border-bottom:0;padding-bottom:0} - -.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block{background-color:var(--bb-content-background-color)} - -.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .wc-MyAccount-sub-heading{border-bottom:1px solid var(--bb-content-border-color);padding-top:10px;padding-bottom:5px} - -.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .wc-MyAccount-sub-heading h2{text-transform:uppercase;font-size:14px;margin-bottom:0} - -.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .my_account_orders{margin-bottom:0} - -.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields{width:100%;margin:0} - -.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 -10px} - -.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split .wcf-col{width:50%;margin:0 10px} - -.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split fieldset{margin:0;padding:0}@media (max-width:1200px){ - -.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0} - -.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split .wcf-col{width:100%;margin:0}} - -.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .col2-set{display:-webkit-box;display:-ms-flexbox;display:flex;margin:20px 0;padding:0} - -.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .col2-set::after,.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .col2-set::before{display:none}@media (max-width:992px){ - -.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .col2-set{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (max-width:992px){ - -.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .woocommerce-Address{width:100%} - -.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .woocommerce-Address.col-1{margin-right:0;margin-bottom:20px} - -.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .woocommerce-Address.col-2{margin-left:0}} - -.woocommerce .bsMyAccount--dashboard .woocommerce-Address{width:50%;margin:0;float:none;background-color:var(--bb-content-background-color)} - -.woocommerce .bsMyAccount--dashboard .woocommerce-Address address{padding:20px} - -.woocommerce .bsMyAccount--dashboard .woocommerce-Address.col-1{margin-right:10px} - -.woocommerce .bsMyAccount--dashboard .woocommerce-Address.col-2{margin-left:10px} - -.woocommerce .bsMyAccount--dashboard .woocommerce-Address-title{border-bottom:1px solid #eef0f3;padding:10px 20px 5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center} - -.woocommerce .bsMyAccount--dashboard .woocommerce-Address-title h3{text-transform:uppercase;font-size:14px;margin-bottom:0;font-weight:500} - -.woocommerce .bsMyAccount--dashboard .woocommerce-Address-title a.edit{margin-left:auto} - -.woocommerce .bsMyAccount--dashboard-inner .shop_table.order_details .order_item:first-child:last-child>td,.woocommerce .bsMyAccount--dashboard-inner .shop_table.order_details .order_item:last-child>td{border:0} - -.woocommerce .bsMyAccount--dashboard-inner .shop_table.order_details .order_item .product-name .product-quantity{margin-right:10px} - -.woocommerce .bsMyAccount--dashboard-inner tfoot tr:first-child td,.woocommerce .bsMyAccount--dashboard-inner tfoot tr:first-child th{border-bottom:0} - -.woocommerce .bsMyAccount--dashboard-inner table.order_details tr:last-child td:first-child,.woocommerce .bsMyAccount--dashboard-inner table.subscription_details tr:last-child td:first-child{border-bottom-left-radius:0} - -.woocommerce .bsMyAccount--dashboard-inner table.order_details tr:last-child td:last-child,.woocommerce .bsMyAccount--dashboard-inner table.subscription_details tr:last-child td:last-child{border-bottom-right-radius:0}@media (max-width:800px){ - -.woocommerce .bsMyAccount.bsMyAccount--dashboard .MyAccount-content--dashboard>.wc-MyAccount-inner-content{padding-left:0;padding-right:0}}@media (max-width:1200px){ - -.logged-in.woocommerce-account.has-sidebar .widget-area:not(.widget-area-secondary){-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%} - -.logged-in.woocommerce-account.has-sidebar:not(.profile-sidebar,.group-sidebar,.sfwd-sidebar,.llms-pointer) #primary{max-width:100%}}@media (max-width:800px){ - -.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb,.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb{text-align:center!important;width:100%} - -.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb img,.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb img{max-width:100px;width:100px} - -.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb::before,.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb::before{display:none} - -.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr:nth-child(2n) td,.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr:nth-child(2n) td{background-color:#fff} - -.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tbody tr:last-child td,.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items tbody tr:last-child td{border-bottom:0} - -.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr.woocommerce-table__line-item,.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr.woocommerce-table__line-item{margin-bottom:30px} - -.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr.woocommerce-table__product-purchase-note,.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr.woocommerce-table__product-purchase-note{position:relative;bottom:30px} - -.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr td.woocommerce-table__product-thumb,.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr td.woocommerce-table__product-thumb{border-top:0}} - -body.woocommerce-account:not(.llms-pointer) header.entry-header{display:none} - -.woocommerce-account .select2-container .select2-results,.woocommerce-account .select2-container .select2-selection--single,.woocommerce-account .select2-container input{font-size:14px} - -.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--members-area a::before{font-family:bb-icons;content:"\eed4"} - -.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--subscriptions a::before{font-family:bb-icons;content:"\ef04"} - -.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--wc-smart-coupons a::before{font-family:bb-icons;content:"\e976"} \ No newline at end of file +.woocommerce .woocommerce-result-count{font-size:14px;margin:.5em 0;margin-right:auto;color:var(--bb-alternate-text-color)}.woocommerce form.woocommerce-ordering select::-ms-expand{display:none}.woocommerce form.woocommerce-ordering select{font-size:14px;height:36px;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:0}.woocommerce ul.products:not(.elementor-grid){-webkit-column-count:auto;column-count:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.woocommerce ul.products:not(.elementor-grid).columns-4 li.product .bs_after_shop_loop_item_links{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.woocommerce ul.products:not(.elementor-grid).columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward{width:100%;border-right:0;border-radius:0}.woocommerce ul.products:not(.elementor-grid).columns-4 li.product .bs_after_shop_loop_item_links a.button{-ms-flex-item-align:center;align-self:center;width:100%}.woocommerce ul.products:not(.elementor-grid).columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added{border-radius:0 0 4px 4px}.woocommerce ul.products:not(.elementor-grid) li.product,.woocommerce ul.products:not(.elementor-grid) li.product.type-product{margin-bottom:20px}.woocommerce ul.products:not(.elementor-grid) li.product span.onsale{margin:0;left:0;right:auto}.woocommerce li.product{background-color:var(--bb-content-background-color);box-shadow:0 0 2px 0 rgba(18,43,70,.25);border-radius:var(--bb-block-radius);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 10px 20px;width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}.woocommerce li.product a.woocommerce-LoopProduct-link{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.woocommerce li.product a.woocommerce-LoopProduct-link>img{border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0;margin:0 0 .5em;border:0;border-bottom:1px solid var(--bb-content-border-color)}.woocommerce li.product .woocommerce-loop-product__title{text-align:center;font-size:16px;line-height:24px}.woocommerce li.product .star-rating{margin-left:auto;margin-right:auto}.woocommerce li.product .price{text-align:center;color:var(--bb-primary-color);font-weight:500}.woocommerce li.product .price ins{text-decoration:none;font-weight:500}.woocommerce li.product .price del{color:#c8cbcf;opacity:1;font-weight:400}.woocommerce li.product .bs_after_shop_loop_item_separator{width:100%;height:1px;border-bottom:1px solid var(--bb-content-border-color);margin:.4em 0 0}.woocommerce li.product .bs_after_shop_loop_item_links{display:-webkit-box;display:-ms-flexbox;display:flex}.woocommerce li.product a.button{-ms-flex-item-align:end;align-self:flex-end}.woocommerce li.product a.added_to_cart.wc-forward,.woocommerce li.product a.button.add_to_cart_button,.woocommerce li.product a.button.product_type_external,.woocommerce li.product a.button.product_type_grouped,.woocommerce li.product a.button.product_type_simple,.woocommerce li.product a.button.product_type_variable{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius);border:0;background-color:var(--bb-content-background-color);float:right;color:var(--bb-primary-color);text-transform:uppercase;font-weight:400;font-size:12px;line-height:2.5;text-align:center;min-height:auto;white-space:nowrap;overflow:hidden;padding:.618em 1em;margin: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}.woocommerce li.product a.added_to_cart.wc-forward:hover,.woocommerce li.product a.button.add_to_cart_button:hover,.woocommerce li.product a.button.product_type_external:hover,.woocommerce li.product a.button.product_type_grouped:hover,.woocommerce li.product a.button.product_type_simple:hover,.woocommerce li.product a.button.product_type_variable:hover{background-color:var(--bb-primary-color);color:#fff}.woocommerce li.product a.added_to_cart.wc-forward:focus,.woocommerce li.product a.button.add_to_cart_button:focus,.woocommerce li.product a.button.product_type_external:focus,.woocommerce li.product a.button.product_type_grouped:focus,.woocommerce li.product a.button.product_type_simple:focus,.woocommerce li.product a.button.product_type_variable:focus{box-shadow:none}.woocommerce li.product a.button.add_to_cart_button.added{border-radius:0 0 var(--bb-block-radius) 0}.woocommerce li.product a.button.product_type_external{white-space:normal;line-height:2}.woocommerce li.product a.button.add_to_cart_button.added{margin-top:auto;border-top:1px solid var(--bb-content-border-color)}.woocommerce li.product a.button.add_to_cart_button,.woocommerce li.product a.button.product_type_external,.woocommerce li.product a.button.product_type_grouped,.woocommerce li.product a.button.product_type_simple,.woocommerce li.product a.button.product_type_variable{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-top:auto;border-top:1px solid var(--bb-content-border-color)}.woocommerce li.product a.added_to_cart.wc-forward{border-radius:0 0 0 4px;border-right:1px solid var(--bb-content-border-color);-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:50%;max-height:50px;margin-top:auto;border-top:1px solid var(--bb-content-border-color)}.woocommerce li.product .star-rating{font-size:.757em;margin-bottom:1em}.woocommerce li.product .star-rating:before{content:"\53\53\53\53\53"}.woocommerce li.product .star-rating span{color:var(--bb-warning-color)}.woocommerce li.product:hover{box-shadow:0 6px 24px 0 rgba(18,43,70,.12)}@media (min-width:1200px){.woocommerce.woo-sidebar ul.products.columns-4 a.button.add_to_cart_button.added:after,.woocommerce.woo-sidebar ul.products.columns-5 a.button.add_to_cart_button.added:after,.woocommerce.woo-sidebar ul.products.columns-6 a.button.add_to_cart_button.added:after{display:none}}.woocommerce ul.products li.product .price{color:var(--bb-primary-color)}.woocommerce ul.products.columns-5 a.added_to_cart.wc-forward,.woocommerce ul.products.columns-6 a.added_to_cart.wc-forward,.woocommerce.bb-has-wc-sidebar ul.products.columns-4 a.added_to_cart.wc-forward{width:100%;border-right:0}@media (max-width:992px){.woocommerce ul.products li.product a.added_to_cart.wc-forward{width:100%;border-right:0}.woocommerce .woocommerce li.product a.button.add_to_cart_button.added{border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius)}}.woocommerce span.onsale{margin:0;top:0;left:0;border-top:1px solid var(--bb-content-border-color);border-left:1px solid var(--bb-content-border-color);right:auto;border-radius:var(--bb-block-radius) 0 var(--bb-block-radius) 0;padding:10px;background-color:#fe6f4b;min-height:auto;min-width:auto;line-height:1em;text-transform:uppercase;font-size:12px}.woocommerce li.product span.onsale{border-top:0;border-left:0}.woocommerce .star-rating{font-size:12px;margin-top:2px;min-width:90px}.woocommerce .star-rating:before{content:"\53\53\53\53\53";letter-spacing:5px}.woocommerce .star-rating span{color:var(--bb-warning-color)}.woocommerce .star-rating span:before{letter-spacing:5px}.woocommerce .woocommerce-error,.woocommerce .woocommerce-info,.woocommerce .woocommerce-message{border-top:0;background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius);border:1px solid var(--bb-content-border-color);font-size:16px;margin-bottom:1em}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .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);font-size:14px;font-weight:400;padding-left:1em;padding-right:1em;min-height:auto;margin-left:30px}.woocommerce .woocommerce-error .button:focus,.woocommerce .woocommerce-info .button:focus,.woocommerce .woocommerce-message .button:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.woocommerce .woocommerce-error .button:hover,.woocommerce .woocommerce-info .button:hover,.woocommerce .woocommerce-message .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)}.woocommerce .woocommerce-error{background:var(--bb-danger-color);color:#fff;border:0}.woocommerce .woocommerce-error strong{color:#fff}.woocommerce .woocommerce-error::before{font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons;content:"\ee65";font-weight:100;color:#fff}.woocommerce .woocommerce-info{color:inherit}.woocommerce .woocommerce-info::before{font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;content:"\e882";font-family:bb-icons;color:inherit}.woocommerce .woocommerce-message{color:inherit}.woocommerce .woocommerce-message::before{font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons;content:"\e875";color:inherit}.woocommerce .woocommerce-breadcrumb{font-size:14px;color:var(--bb-headings-color)}.woocommerce .woocommerce-breadcrumb a{color:var(--bb-alternate-text-color)}.woocommerce .woocommerce-breadcrumb a:hover{color:var(--bb-headings-color)}.woocommerce .woocommerce-breadcrumb .bc-delimiter{margin:0 3px;position:relative;top:1px}.woocommerce a.button{font-style:normal;background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);font-weight:500;text-decoration:none;text-align:center;cursor:pointer;display:inline-block;line-height:1.3;outline:0;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;min-height:34px;padding:6px 20px;border-radius:var(--bb-button-radius);-webkit-transition:all linear .2s;transition:all linear .2s}.woocommerce a.button:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.woocommerce a.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)}.woocommerce a.remove{font-weight:100;color:var(--bb-alternate-text-color)!important;line-height:.9;font-size:1.8em}.woocommerce a.remove:hover{color:#fff!important;background-color:var(--bb-danger-color)}.woocommerce form .form-row{padding:3px 0}.woocommerce form .form-row.form-row-first{width:49%}.woocommerce form .form-row.form-row-last{width:49%}.woocommerce form .form-row label{font-size:16px;line-height:1.1;margin-bottom:10px}.woocommerce form button.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:var(--bb-button-radius);font-size:14px;font-weight:400;display:inline-block;padding-left:2em;padding-right:2em;height:40px}.woocommerce form button.button:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.woocommerce form button.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)}.woocommerce form button.button:disabled:hover,.woocommerce form button.button:disabled[disabled]:hover,.woocommerce form button.button:hover{box-shadow:none;background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}.woocommerce form button.button:disabled,.woocommerce form button.button:disabled[disabled]{color:#fff;padding-left:2em;padding-right:2em}.woocommerce button.button,.woocommerce input.button{border-radius:var(--bb-button-radius)}.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3{padding-left:15px;padding-right:15px}.woocommerce nav.woocommerce-pagination ul{border:0}.woocommerce nav.woocommerce-pagination ul li{border:0;margin:0 5px;overflow:visible}.woocommerce nav.woocommerce-pagination ul li span{font-size:13px}.woocommerce nav.woocommerce-pagination ul li a{font-size:13px;background-color:#fff;color:var(--bb-primary-color)}.woocommerce nav.woocommerce-pagination ul li a:active,.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover{background-color:var(--bb-primary-color);color:#fff}.woocommerce nav.woocommerce-pagination ul li a.next,.woocommerce nav.woocommerce-pagination ul li a.prev{font-size:12px}.woocommerce-checkout .bb-wc-co table.shop_table tr:last-child td:first-child,.woocommerce-checkout .bb-wc-co table.shop_table tr:last-child td:last-child,.woocommerce-page table.cart tr:last-child td:last-child{border-radius:0}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{background-color:#ebebeb;background-image:none}.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-range{background-color:var(--bb-primary-color);background-image:none}.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle{background-color:var(--bb-primary-color);background-image:none;border:0;width:.8em;height:.8em;top:-.3em;cursor:pointer}.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-horizontal{height:.2em}.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button{color:#fff;background-color:#385dff;border-radius:var(--bb-button-radius);padding:7px 20px 6px;min-height:20px;height:30px;font-size:12px;font-weight:400;line-height:1}.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover{background-color:#0f74e0}@media (max-width:800px){.woocommerce-cart #content .woocommerce table.cart td.product-thumbnail{display:block;text-align:center!important}.woocommerce-cart #content .woocommerce table.cart td.product-thumbnail:before{display:none}}.woocommerce-cart .select2-container .select2-search{display:none}.woocommerce-cart .woocommerce{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius);border:1px solid var(--bb-content-border-color);margin-bottom:20px;padding:15px 20px}.woocommerce-cart .woocommerce table.shop_table th{font-weight:400}body.woocommerce-cart p.cart-empty{text-align:center;font-size:22px;margin-bottom:30px;padding:0 0 30px;overflow:hidden}body.woocommerce-cart p.cart-empty:before{display:inline-block;width:100%;height:60px;content:"";background-image:url(../images/svg/cart.svg);background-repeat:no-repeat;background-size:60px 60px;background-position:center;margin-bottom:20px;margin-top:30px;position:static}body.woocommerce-cart p.cart-empty+p.return-to-shop{text-align:center}body.woocommerce-cart p.cart-empty+p.return-to-shop .button.wc-backward{padding:10px 2em;margin-bottom:1.6875rem}.woocommerce-notices-wrapper+p.return-to-shop{text-align:center}.woocommerce table.shop_table{border:0;font-size:14px}.woocommerce table.shop_table td,.woocommerce table.shop_table th{border-bottom:1px solid var(--bb-content-border-color);border-top:0}.woocommerce table.shop_table th{text-transform:uppercase;color:var(--bb-alternate-text-color);font-size:14px}.woocommerce table.shop_table th.product-subtotal{text-align:right}.woocommerce table.shop_table td.product-name a{color:var(--bb-headings-color);font-weight:500}.woocommerce table.shop_table td.product-name a:hover{color:var(--bb-primary-color)}.woocommerce table.shop_table td.product-name a.wcs-switch-link{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular)}.woocommerce table.shop_table td.product-name a.wcs-switch-link:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.woocommerce table.shop_table td.product-name a.wcs-switch-link:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}.woocommerce table.shop_table td.product-quantity .quantity{display:inline-block}.woocommerce table.shop_table td.product-quantity .quantity input.qty{color:var(--bb-headings-color)}.woocommerce table.shop_table td.product-quantity .quantity.quantity--readonly{visibility:hidden;width:0;height:0;opacity:0}.woocommerce table.shop_table td.product-price{color:var(--bb-headings-color)}.woocommerce table.shop_table td.product-subtotal{color:var(--bb-headings-color);text-align:right}@media (max-width:800px){.woocommerce table.shop_table td{padding-top:12px;padding-bottom:12px}}.woocommerce table.shop_table td.actions>button.button{background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular);font-size:14px;font-weight:500;min-height:34px;padding:6px 20px;line-height:1.4;margin-top:0}.woocommerce table.shop_table td.actions>button.button:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.woocommerce table.shop_table td.actions>button.button:disabled{pointer-events:none}.woocommerce table.shop_table td.actions>button.button: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)}.woocommerce table.shop_table .coupon button.button,.woocommerce table.shop_table .coupon input.button{border-radius:3px;font-size:14px;font-weight:400;background-color:var(--bb-secondary-button-background-regular);color:var(--bb-secondary-button-text-regular);border:1px solid var(--bb-secondary-button-border-regular)}.woocommerce table.shop_table .coupon button.button:focus,.woocommerce table.shop_table .coupon input.button:focus{box-shadow:var(--bb-secondary-button-focus-shadow)}.woocommerce table.shop_table .coupon button.button.bp-coupon-btn-active:hover,.woocommerce table.shop_table .coupon input.button.bp-coupon-btn-active: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)}.woocommerce table.shop_table .coupon button.button{border-radius:var(--bb-button-radius)}.woocommerce table.shop_table .coupon input.input-text{font-size:14px;min-width:150px}@media (max-width:544px){.woocommerce table.shop_table .coupon button.button,.woocommerce table.shop_table .coupon input.button{width:100%!important;margin-bottom:10px}.woocommerce table.shop_table .coupon input.input-text{width:100%!important;margin-bottom:5px!important}}@media (max-width:800px){.woocommerce table.shop_table.shop_table_responsive tr:nth-child(even) td{background-color:var(--bb-body-background-color)}.woocommerce table.shop_table.shop_table_responsive tr:nth-child(even) td div.quantity input.qty{background-color:var(--bb-body-background-color)}.woocommerce table.shop_table.shop_table_responsive tr td::before{padding-right:5px}}.woocommerce .bb_sku_wrapper{display:block;color:var(--bb-alternate-text-color);font-size:13px;line-height:1}@media (max-width:800px){.woocommerce .bb_sku_wrapper{display:none}}.woocommerce .bb-header-buttons a.button:hover{background-color:transparent}.woocommerce .bb-header-buttons a.button.signup:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}.woocommerce .bb-login-section a.button{margin-bottom:16px}.woocommerce-cart table.cart td.actions .coupon .input-text{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)}.woocommerce-cart .wc_empty_cart{text-align:center}.woocommerce-cart .wc_empty_cart .cart_message_wrap{padding:3rem;width:60%;margin:0 auto}.woocommerce-cart .wc_empty_cart .wc-cart-sub-icon{margin-bottom:25px}.woocommerce-cart .wc_empty_cart .wc-cart-sub-icon img{max-width:60px}.woocommerce-cart .wc_empty_cart p.cart-empty{font-size:22px;color:var(--bb-body-text-color);margin-bottom:5px}.woocommerce-cart .wc_empty_cart p.wc_empty_cart_description{font-size:14px;color:#939597}.woocommerce-cart .wc_empty_cart a.button{padding:10px 2em}.woocommerce-cart .wc_empty_cart a.button:hover{background-color:#0f74e0;color:#fff}@media (max-width:800px){.woocommerce-cart .wc_empty_cart .cart_message_wrap{width:80%}}@media (max-width:544px){.woocommerce-cart .wc_empty_cart .cart_message_wrap{padding:3rem 2rem;width:90%}}.woocommerce-cart table.cart img{width:100px}.woocommerce-cart .cart-collaterals table.shop_table td,.woocommerce-cart .cart-collaterals table.shop_table th{border-bottom:0;border-top:0;color:var(--bb-headings-color)}.woocommerce-cart .cart-collaterals table.shop_table th{padding-left:0}.woocommerce-cart .cart-collaterals .cart_totals{float:none;width:100%}.woocommerce-cart .cart-collaterals .cart_totals>h2{display:none}.woocommerce-cart .cart-collaterals table.shop_table{float:right;width:50%}@media (max-width:800px){.woocommerce-cart .cart-collaterals table.shop_table{float:none;width:100%}}@media (max-width:544px){.woocommerce-cart .cart-collaterals .bb_cart_totals_ctrls{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.woocommerce-cart .cart-collaterals .bb_cart_totals_ctrls .wc-proceed-to-checkout{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding-bottom:0}.woocommerce-cart .cart-collaterals .bb_cart_totals_ctrls .cart_shop{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:auto;margin-right:0}}.woocommerce-cart .bb_cart_totals_ctrls{clear:both}.woocommerce-cart .bb_cart_totals_ctrls .cart_shop{margin-right:auto;-ms-flex-item-align:end;align-self:flex-end}.woocommerce-cart .bb_cart_totals_ctrls a.button{font-size:14px;margin-bottom:2em;height:40px;padding:9px 2em;vertical-align:middle;display:inline-block;line-height:1.4;background:0 0;border:1px solid var(--bb-primary-color);color:var(--bb-primary-color);font-weight:500}.woocommerce-cart .bb_cart_totals_ctrls a.button:hover{border-color:var(--bb-primary-color)}.woocommerce-cart-form .bs-quantity{border:0;padding-right:0;padding-left:0;min-width:72px}.woocommerce-cart-form .bs-quantity input.qty{font-size:14px}.woocommerce-cart-form .bs-quantity .qty-nav{height:35px}.woocommerce-cart-form .bs-quantity .quantity-button{font-size:0;line-height:20px}.woocommerce-cart-form .bs-quantity .quantity-button:before{font-family:bb-icons;font-size:22px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:relative;top:9px}.woocommerce-cart-form .bs-quantity .quantity-up:before{content:"\e827"}.woocommerce-cart-form .bs-quantity .quantity-down:before{content:"\e8ab"}.woocommerce-cart-form .bs-quantity.bs-quantity-individually .num-individually{display:inline-block;width:3.631em;min-width:32px;max-width:32px;text-align:center}.woocommerce-cart-form .bs-quantity.bs-quantity-individually .qty-nav{opacity:.3;cursor:default}.woocommerce-cart-form .bs-quantity.bs-quantity-individually .qty-nav .quantity-button{cursor:default}.woocommerce .wc-proceed-to-checkout{text-align:right;clear:both}.woocommerce .wc-proceed-to-checkout a.button.checkout-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);font-size:14px;display:inline-block;height:40px;padding:9px 2em;vertical-align:middle;line-height:1.4;font-weight:500}.woocommerce .wc-proceed-to-checkout a.button.checkout-button:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.woocommerce .wc-proceed-to-checkout a.button.checkout-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)}.woocommerce #respond input#submit,.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{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)}.woocommerce #respond input#submit.alt:focus,.woocommerce #respond input#submit:focus,.woocommerce a.button.alt:focus,.woocommerce button.button.alt:focus,.woocommerce input.button.alt:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.woocommerce #respond input#submit.alt,.woocommerce input.button.alt{background-color:var(--bb-primary-color)}.woocommerce-cart.woocommerce-page .bb_cart_totals_ctrls a.button.outline{background:0 0;color:var(--bb-primary-color)}@media (max-width:992px){body.woocommerce-cart #secondary{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}body.archive.woocommerce .grid.wc-grid-wrap{display:block;margin:0}body.archive.woocommerce .grid.wc-grid-wrap header.woocommerce-products-header{display:block;padding-top:1.875rem}body.archive.woocommerce .grid.wc-grid-wrap header.woocommerce-products-header h1{margin:0 0 .3125rem}body.archive.woocommerce .grid.wc-grid-wrap>.grid{display:-webkit-box;display:-ms-flexbox;display:flex}body.archive.woocommerce .grid.wc-grid-wrap>.grid #secondary{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding-top:0}body.archive.woocommerce .grid.wc-grid-wrap>.grid #primary{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;padding-top:.9375rem}#secondary.wc-widget-area .widgets_expand{background:#fff;border-radius:4px;padding:.9375rem;border:0;margin-top:.9375rem;margin-bottom:0;display:none;border-bottom:1px solid #fff}#secondary.wc-widget-area .widgets_expand h4.widget-title{margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex}#secondary.wc-widget-area .widgets_expand h4.widget-title span.wc-widget-area-expand{margin-left:auto}#secondary.wc-widget-area .widgets_expand.active{border-radius:4px 4px 0 0;border-bottom:1px solid var(--bb-content-border-color)}@media (min-width:800px){#secondary.wc-widget-area .wc-widget-area-expandable{display:block!important}}@media (max-width:800px){#secondary.wc-widget-area .widgets_expand{display:block}#secondary.wc-widget-area .wc-widget-area-expandable{display:none}#secondary.wc-widget-area .wc-widget-area-expandable aside.widget h4.widget-title span.collapse-widget{display:none}#secondary.wc-widget-area aside.widget:first-of-type{margin-top:0;border-radius:0}}@media (max-width:799px){body.archive.woocommerce .grid.wc-grid-wrap>.grid #secondary{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}body.archive.woocommerce .grid.wc-grid-wrap>.grid #primary{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;padding-top:.9375rem}body.archive.woocommerce .grid.wc-grid-wrap>.grid #primary ul.products{margin-bottom:0}}.widget_layered_nav ul.product-categories li span.count,.widget_layered_nav ul.woocommerce-widget-layered-nav-list li span.count,.widget_product_categories ul.product-categories li span.count,.widget_product_categories ul.woocommerce-widget-layered-nav-list li span.count{float:right;background:0 0;box-shadow:none;color:var(--bb-alternate-text-color);padding:0;letter-spacing:0}.widget_layered_nav ul.product-categories li ul.children,.widget_layered_nav ul.woocommerce-widget-layered-nav-list li ul.children,.widget_product_categories ul.product-categories li ul.children,.widget_product_categories ul.woocommerce-widget-layered-nav-list li ul.children{margin-top:10px;padding:0}.widget_layered_nav ul.product-categories>li>a,.widget_layered_nav ul.woocommerce-widget-layered-nav-list>li>a,.widget_product_categories ul.product-categories>li>a,.widget_product_categories ul.woocommerce-widget-layered-nav-list>li>a{text-transform:uppercase}.attribute-colors li,.woocommerce-widget-layered-color li{display:inline-block;margin-right:10px}.attribute-colors .color-marker,.woocommerce-widget-layered-color .color-marker{width:25px;height:25px;display:inline-block;border-radius:100%;border:2px solid #fff;box-shadow:0 0 0 1px #fff;cursor:pointer;position:relative;z-index:1}.attribute-colors .color-marker.checked,.woocommerce-widget-layered-color .color-marker.checked{box-shadow:0 0 0 1px var(--bb-content-border-color)}.attribute-colors .color-marker:hover:after,.woocommerce-widget-layered-color .color-marker:hover:after{border:1px solid var(--bb-content-border-color);font-size:12px;padding:2px 7px;background:#fff;color:#939597;border-radius:4px;content:attr(data-name);position:absolute;left:-50%;margin:0 auto;top:-27px;z-index:9}.attribute-colors .color-marker{cursor:default;margin-right:6px}.woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li{padding:7px .9375rem}.woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li.on{background-color:var(--bb-body-background-color)}.woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li.on label,.woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li.on span.count{color:var(--bb-headings-color)}.woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li label{font-size:14px;color:var(--bb-alternate-text-color);line-height:1.95}.woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li label span.checkbox{z-index:5;display:inline-block;width:17px;height:17px;background:#fff;border:1px solid var(--bb-content-border-color);margin:4px 0 0;top:2px;float:left;border-radius:2px;margin-right:7px;line-height:1.35}.woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li label span.checkbox.on{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color)}.woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li label span.checkbox.on:before{color:#fff;content:"\e876";width:16px;height:16px;line-height:17px;font-family:bb-icons;font-size:17px;position:relative;top:-2px;right:1px;font-weight:400}.bs_widget_price_filter .price_label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:10px}.bs_widget_price_filter .price_label .from{margin-right:auto}.wc-widget-area aside.widget h4.widget-title{margin-left:-.9375rem;margin-right:-.9375rem;border-bottom:1px solid var(--bb-content-border-color);padding:0 .9375rem 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wc-widget-area aside.widget.widget_product_categories h4{padding-bottom:15px;border-bottom:1px solid var(--bb-content-border-color);margin-bottom:10px}.wc-widget-area aside.widget.widget_layered_nav ul.product-categories,.wc-widget-area aside.widget.widget_layered_nav ul.woocommerce-widget-layered-nav-list:not(.woocommerce-widget-layered-color),.wc-widget-area aside.widget.widget_product_categories ul.product-categories,.wc-widget-area aside.widget.widget_product_categories ul.woocommerce-widget-layered-nav-list:not(.woocommerce-widget-layered-color){margin-left:-.9375rem;margin-right:-.9375rem}.wc-widget-area aside.widget.widget_layered_nav>select,.wc-widget-area aside.widget.widget_product_categories>select{width:100%}.wc-widget-area aside.widget.widget_layered_nav li,.wc-widget-area aside.widget.widget_product_categories li{margin-bottom:0;position:relative;min-height:38px;line-height:1}.wc-widget-area aside.widget.widget_layered_nav li.current-cat>a,.wc-widget-area aside.widget.widget_product_categories li.current-cat>a{background-color:var(--bb-body-background-color);color:var(--bb-headings-color)}.wc-widget-area aside.widget.widget_layered_nav li.current-cat>.count,.wc-widget-area aside.widget.widget_product_categories li.current-cat>.count{color:var(--bb-headings-color)}.wc-widget-area aside.widget.widget_layered_nav li a,.wc-widget-area aside.widget.widget_product_categories li a{display:inline-block;padding:8px 50px 7px .9375rem;width:100%;line-height:24px;max-height:38px;height:38px;white-space:nowrap;margin:0;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.wc-widget-area aside.widget.widget_layered_nav li a:hover,.wc-widget-area aside.widget.widget_product_categories li a:hover{background-color:var(--bb-body-background-color)}.wc-widget-area aside.widget.widget_layered_nav li span.count,.wc-widget-area aside.widget.widget_product_categories li span.count{display:inline-block;padding-top:13px;padding-right:0;position:absolute;right:28px;top:0;font-weight:400;font-size:13px}.wc-widget-area aside.widget.widget_layered_nav li span.expand-parent,.wc-widget-area aside.widget.widget_product_categories li span.expand-parent{display:inline-block;font-size:1.3rem;padding-top:9px;padding-right:5px;padding-left:7px;position:absolute;right:0;top:0;cursor:pointer}.wc-widget-area aside.widget.widget_layered_nav li span.expand-parent.active i,.wc-widget-area aside.widget.widget_product_categories li span.expand-parent.active i{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.wc-widget-area aside.widget.widget_layered_nav li ul.children,.wc-widget-area aside.widget.widget_product_categories li ul.children{margin-top:0}.wc-widget-area aside.widget.widget_layered_nav li ul.children li a,.wc-widget-area aside.widget.widget_product_categories li ul.children li a{padding-left:1.5625rem}.wc-widget-area aside.widget.widget_layered_nav li ul.children ul.children li a,.wc-widget-area aside.widget.widget_product_categories li ul.children ul.children li a{padding-left:2.1875rem}.wc-widget-area aside.widget.widget_layered_nav li ul.children ul.children li ul.children a,.wc-widget-area aside.widget.widget_product_categories li ul.children ul.children li ul.children a{padding-left:2.8125rem}.wc-widget-area aside.widget.widget_layered_nav li ul.children ul.children li ul.children li ul.children a,.wc-widget-area aside.widget.widget_product_categories li ul.children ul.children li ul.children li ul.children a{padding-left:3.4375rem}.wc-widget-area aside.widget.widget_layered_nav li.cat-parent ul.children,.wc-widget-area aside.widget.widget_product_categories li.cat-parent ul.children{display:none}.wc-widget-area aside.widget.widget_layered_nav li.current-cat-parent.cat-parent.cat-expanded>ul.children,.wc-widget-area aside.widget.widget_layered_nav li.current-cat.cat-parent.cat-expanded>ul.children,.wc-widget-area aside.widget.widget_product_categories li.current-cat-parent.cat-parent.cat-expanded>ul.children,.wc-widget-area aside.widget.widget_product_categories li.current-cat.cat-parent.cat-expanded>ul.children{display:block}.wc-widget-area aside.widget.widget_layered_nav li{line-height:1.35}.no-js .wc-widget-area .widget.widget_product_categories li ul.children{display:block}body:not(.bb-page-loaded) .wc-widget-area aside.widget.widget_layered_nav li span.count,body:not(.bb-page-loaded) .wc-widget-area aside.widget.widget_product_categories li span.count{display:none}body:not(.bb-page-loaded).woocommerce form.woocommerce-ordering{display:none}body:not(.bb-page-loaded) .bs_widget_price_filter #max_price,body:not(.bb-page-loaded) .bs_widget_price_filter #min_price{display:none}.bs-quantity{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid var(--bb-content-border-color);border-radius:var(--bb-button-radius);padding:0 10px}.bs-quantity input[type=number]::-webkit-inner-spin-button,.bs-quantity input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.bs-quantity input[type=number]{width:auto;min-width:32px;max-width:32px;height:40px;line-height:40px;display:block;padding:0;margin:0;border:0;appearance:textfield}.bs-quantity input[type=number]:focus{outline:0}.bs-quantity .qty-nav{position:relative;height:40px}.bs-quantity .quantity-button{position:relative;cursor:pointer;width:20px;text-align:center;line-height:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bs-quantity .qty-nav .quantity-button.limit{opacity:.3;cursor:default}.cart_totals table.shop_table td{text-align:right}.cart_totals table.shop_table tr.order-total th{color:var(--bb-headings-color);font-weight:bolder}.cart_totals table.shop_table form.woocommerce-shipping-calculator{margin-bottom:0}.cart_totals table.shop_table form.woocommerce-shipping-calculator>p{margin-bottom:5px}.cart_totals table.shop_table .shipping-calculator-form{text-align:left}.woocommerce-page .select2-container .select2-selection--single{height:40px;border-color:var(--bb-content-border-color);background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:right .5rem center;padding-right:35px;font-size:15px;background-color:var(--bb-content-background-color)}.woocommerce-page .select2-container .select2-selection--single .select2-selection__arrow{display:none}.woocommerce-page .select2-container .select2-selection--single.wc-order-by{background-image:url("data:image/svg+xml;charset=utf8,%3C!-- Generated by IcoMoon.io --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 32 32'%3E%3Ctitle%3Esort-desc%3C/title%3E%3Cpath style='fill:%23A1ACB8;' d='M24.768 22.464v-13.216c0-0.544-0.448-0.992-1.024-0.992-0.544 0-0.992 0.448-0.992 0.992v13.216c0 0.576 0.448 1.024 0.992 1.024 0.576 0 1.024-0.448 1.024-1.024zM21.568 19.616c-0.352-0.384-0.992-0.416-1.408-0.032-0.384 0.384-0.416 1.024-0.032 1.408l2.912 3.104c0.384 0.448 1.056 0.448 1.44 0l2.912-3.104c0.384-0.384 0.352-1.024-0.032-1.408-0.416-0.384-1.056-0.352-1.408 0.032l-2.208 2.336-2.176-2.336zM16.736 12.64h-8.736c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h8.736c0.544 0 0.992-0.448 0.992-1.024 0-0.544-0.448-0.992-0.992-0.992zM14.56 17.376h-6.56c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h6.56c0.544 0 0.992-0.448 0.992-1.024 0-0.544-0.448-0.992-0.992-0.992zM12.352 22.368h-4.352c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h4.352c0.576 0 1.024-0.448 1.024-1.024 0-0.544-0.448-0.992-1.024-0.992zM18.176 7.648h-10.176c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h10.176c0.576 0 1.024-0.448 1.024-1.024 0-0.544-0.448-0.992-1.024-0.992z'%3E%3C/path%3E%3C/svg%3E");border:0;background-color:transparent;font-size:14px;outline:0}.woocommerce-page .select2-container .select2-selection--single.wc-order-by:hover{background-image:url("data:image/svg+xml;charset=utf8,%3C!-- Generated by IcoMoon.io --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 32 32'%3E%3Ctitle%3Esort-desc%3C/title%3E%3Cpath style='fill:%23122b46;' d='M24.768 22.464v-13.216c0-0.544-0.448-0.992-1.024-0.992-0.544 0-0.992 0.448-0.992 0.992v13.216c0 0.576 0.448 1.024 0.992 1.024 0.576 0 1.024-0.448 1.024-1.024zM21.568 19.616c-0.352-0.384-0.992-0.416-1.408-0.032-0.384 0.384-0.416 1.024-0.032 1.408l2.912 3.104c0.384 0.448 1.056 0.448 1.44 0l2.912-3.104c0.384-0.384 0.352-1.024-0.032-1.408-0.416-0.384-1.056-0.352-1.408 0.032l-2.208 2.336-2.176-2.336zM16.736 12.64h-8.736c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h8.736c0.544 0 0.992-0.448 0.992-1.024 0-0.544-0.448-0.992-0.992-0.992zM14.56 17.376h-6.56c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h6.56c0.544 0 0.992-0.448 0.992-1.024 0-0.544-0.448-0.992-0.992-0.992zM12.352 22.368h-4.352c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h4.352c0.576 0 1.024-0.448 1.024-1.024 0-0.544-0.448-0.992-1.024-0.992zM18.176 7.648h-10.176c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h10.176c0.576 0 1.024-0.448 1.024-1.024 0-0.544-0.448-0.992-1.024-0.992z'%3E%3C/path%3E%3C/svg%3E")}.woocommerce-page .select2-container .select2-search{font-size:15px}.woocommerce-page .select2-container .select2-results{font-size:15px}.woocommerce-page .select2-container.select2-container--open .wc-order-by-dropdown.select2-dropdown--below{border-radius:4px;border:0;background:#fff;box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);padding:7px 0;margin-top:8px}.woocommerce-page .select2-container.select2-container--open .wc-order-by-dropdown.select2-dropdown--below:before{content:" ";position:absolute;width:0;height:0;top:0;right:16px;margin:0 auto;box-sizing:border-box;border:8px 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);-webkit-transition:all linear .2s;transition:all linear .2s;z-index:101}.woocommerce-page .select2-container.select2-container--open .wc-order-by-dropdown.select2-dropdown--below .select2-results ul.select2-results__options li.select2-results__option{padding:3px 12px;font-size:14px}.woocommerce-page .select2-container.select2-container--open .wc-order-by-dropdown.select2-dropdown--below .select2-results ul.select2-results__options li.select2-results__option.select2-results__option--highlighted,.woocommerce-page .select2-container.select2-container--open .wc-order-by-dropdown.select2-dropdown--below .select2-results ul.select2-results__options li.select2-results__option.select2-results__option[aria-selected=true]{background-color:var(--bb-body-background-color);color:var(--bb-primary-color)}.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:38px;padding-right:3px;padding-left:12px;color:inherit}.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered[title~=Select]{color:#c3c6c9}.woocommerce-page form.woocommerce-ordering .select2-selection--single .select2-selection__rendered{text-align:right;color:#7f868f}.site-header a.header-cart-link{position:relative;padding-right:2px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.site-header a.header-cart-link 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}.header-mini-cart{overflow:hidden}.header-mini-cart ul.cart_list{list-style:none;margin-left:0;margin-bottom:0}.site-header .header-mini-cart ul.cart_list{max-width:-webkit-calc(100vw - 20px);max-width:calc(100vw - 20px);overflow:auto;max-height:-webkit-calc(100vh - 210px);max-height:calc(100vh - 210px)}.header-mini-cart ul.cart_list li.mini_cart_item{padding:15px;border-bottom:1px solid var(--bb-content-border-color);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header-mini-cart ul.cart_list li.mini_cart_item:hover{background-color:var(--bb-content-alternate-background-color)}.header-mini-cart ul.cart_list li.mini_cart_item>a{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-right:auto;color:var(--bb-headings-color);font-weight:400;margin-bottom:0}.header-mini-cart ul.cart_list li.mini_cart_item>a:hover{color:var(--bb-primary-color)}.header-mini-cart ul.cart_list li.mini_cart_item>a:not(.remove){font-size:14px;max-width:270px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-mini-cart ul.cart_list li.mini_cart_item span.quantity{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;color:var(--bb-alternate-text-color);font-size:13px;margin-right:10px;white-space:nowrap}.header-mini-cart ul.cart_list li.mini_cart_item>a.remove{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-right:0;color:var(--bb-alternate-text-color);font-size:16px;line-height:1;width:auto}.header-mini-cart ul.cart_list li.mini_cart_item>a.remove:hover{background-color:transparent;color:var(--bb-primary-color)}.header-mini-cart ul.cart_list li.mini_cart_item>dl.variation{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;margin-top:1em;margin-bottom:0;font-size:small;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-preferred-size:100%;flex-basis:100%;padding-left:1em;border-left:2px solid rgba(0,0,0,.1)}.header-mini-cart ul.cart_list li.mini_cart_item>dl.variation>dt{margin:0;padding:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-preferred-size:40%;flex-basis:40%;max-width:40%;padding-right:.5em;font-weight:700}.header-mini-cart ul.cart_list li.mini_cart_item>dl.variation>dd{margin:0;padding:0;margin-bottom:.5em;-ms-flex-preferred-size:60%;flex-basis:60%;max-width:60%}.header-mini-cart ul.cart_list li.mini_cart_item>dl.variation>dd *{margin:0}.header-mini-cart ul.cart_list li.mini_cart_item>dl.variation>dd>*{padding-bottom:.5em}.header-mini-cart ul.cart_list li.mini_cart_item .blockUI.blockOverlay{opacity:.12!important}.header-mini-cart ul.cart_list img.attachment-woocommerce_thumbnail,.header-mini-cart ul.cart_list img.woocommerce-placeholder{max-width:36px;width:36px;border-radius:6px;margin-right:10px;margin-left:0;float:none}.header-mini-cart p.woocommerce-mini-cart__total{width:50%;float:left;color:var(--bb-alternate-text-color);font-size:14px;margin:0;line-height:35px;padding:10px 0 9px 15px;background-color:var(--bb-content-background-color)}.header-mini-cart p.woocommerce-mini-cart__total strong{font-weight:400}.header-mini-cart p.woocommerce-mini-cart__buttons{width:50%;float:right;text-align:right;margin:0;line-height:35px;padding:12px 15px 12px 0;background-color:var(--bb-content-background-color)}.header-mini-cart p.woocommerce-mini-cart__buttons a.button{padding:5px 15px;font-size:14px;float:right;min-height:auto;border-radius:var(--bb-button-radius)}.header-mini-cart p.woocommerce-mini-cart__buttons .wc-forward:not(.checkout){display:none}.header-mini-cart p.woocommerce-mini-cart__empty-message{margin:0;padding:20px 15px;font-size:14px;color:var(--bb-alternate-text-color);text-align:center}.notification-dropdown .notification-header .header-view-cart-link{font-size:14px;font-weight:500}.woocommerce-cart .woocommerce-shipping-calculator{position:relative}.woocommerce-cart .woocommerce-shipping-calculator a.shipping-calculator-button{position:relative;padding-right:20px}.woocommerce-cart .woocommerce-shipping-calculator a.shipping-calculator-button:after{content:"\e826";font-family:bb-icons;font-weight:400;speak:none;display:inline-block;color:#939597;position:absolute;right:-5px;top:0;font-size:22px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.shipping-calculator-form{position:absolute;width:250px;top:37px;left:14px;z-index:9;background-color:#fff;padding:1.25rem 1.25rem;border-radius:4px;box-shadow:0 6px 24px 0 rgba(18,43,70,.12)}.shipping-calculator-form:before{content:" ";position:absolute;width:0;height:0;top:0;right:50px;margin:0 auto;box-sizing:border-box;border:8px 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);-webkit-transition:all linear .2s;transition:all linear .2s;z-index:1002}.shipping-calculator-form p:last-of-type{margin-bottom:0}.shipping-calculator-form button.button{width:100%}.woocommerce ul#shipping_method label{font-size:14px}.woocommerce ul#shipping_method label .amount{font-weight:400}.woocommerce-shipping-destination{font-size:12px}.woocommerce-shipping-destination strong{font-weight:400}.woocommerce .widget_layered_nav_filters ul li a::before,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before{content:"\e828";font-family:bb-icons;display:inline-block;line-height:1;font-weight:100;font-style:normal;speak:none;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;color:var(--bb-alternate-text-color);position:relative;top:1px}.woocommerce ul.product_list_widget li{padding:8px 0}.woocommerce ul.product_list_widget li a{font-weight:400;margin-bottom:10px;min-height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.woocommerce ul.product_list_widget li a img{border-radius:3px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:auto}.woocommerce ul.product_list_widget li a .product-title{line-height:1.35;display:block;display:-webkit-box;max-height:3em;margin:0;margin-right:10px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.woocommerce ul.product_list_widget li .star-rating{height:1.5em;width:7.2em}.woocommerce ul.product_list_widget li>del{color:var(--bb-alternate-text-color)}.woocommerce ul.product_list_widget li>ins{float:right;text-decoration:none}.woocommerce .widget_rating_filter ul li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:10px}.woocommerce .widget_rating_filter ul li .star-rating{width:7.2em;margin-right:auto}.woocommerce.widget_shopping_cart a.button,.woocommerce.widget_shopping_cart a.button:hover{color:#fff;background-color:#385dff}.woocommerce.widget_shopping_cart a.button:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}.content-area ul.products{margin-left:-1%;margin-right:-1%}.content-area ul.products li.product{width:23%;max-width:23%;margin:0 1% 2%}@media (min-width:1200px){.content-area ul.products{margin-left:-1%;margin-right:-1%}.content-area ul.products li.product{width:23%;max-width:23%;margin:0 1% 2%}.woo-sidebar .content-area ul.products{margin-left:-1%;margin-right:-1%}.woo-sidebar .content-area ul.products li.product{width:31.333%;max-width:31.333%;margin:0 1% 2%}}@media (max-width:1200px){.content-area ul.products{margin-left:-1%;margin-right:-1%}.content-area ul.products li.product{width:31.333%;max-width:31.333%;margin:0 1% 2%}}@media (max-width:1100px){.woo-sidebar .content-area ul.products li.product{width:48%;max-width:48%}}@media (max-width:992px){.woocommerce ul.products[class*=columns-]{margin-left:-1%;margin-right:-1%}.woocommerce ul.products[class*=columns-] li.product{width:48%;max-width:48%;margin:0 1% 2%}.woo-sidebar .content-area ul.products li.product a.added_to_cart.wc-forward,.woo-sidebar .content-area ul.products li.product a.button.add_to_cart_button,.woo-sidebar .content-area ul.products li.product a.button.product_type_simple{font-size:12px;letter-spacing:-.5px}.woo-sidebar .content-area ul.products li.product a.button.add_to_cart_button.added:after{vertical-align:baseline;font-size:10px}}@media (max-width:544px){.woocommerce .woocommerce-result-count{float:none;width:100%}.woocommerce form.woocommerce-ordering{float:none}.woocommerce ul.products[class*=columns-]{margin-left:0;margin-right:0}.woocommerce ul.products[class*=columns-] li.product{width:100%;max-width:100%}body.archive.woocommerce .grid.wc-grid-wrap>.grid{margin-left:auto;margin-right:auto;padding-left:0;padding-right:0}body.archive.woocommerce .grid.wc-grid-wrap>.grid #secondary{padding-left:5px;padding-right:5px}}#content .wp-block-woocommerce-handpicked-products ul.products,#content .wp-block-woocommerce-product-best-sellers ul.products,#content .wp-block-woocommerce-product-category ul.products,#content .wp-block-woocommerce-product-new ul.products,#content .wp-block-woocommerce-product-on-sale ul.products,#content .wp-block-woocommerce-product-top-rated ul.products,#content .wp-block-woocommerce-products-by-attribute ul.products{-webkit-column-count:auto;column-count:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:auto;margin-bottom:20px}#content .wp-block-woocommerce-handpicked-products ul.products.columns-4 li.product,#content .wp-block-woocommerce-product-best-sellers ul.products.columns-4 li.product,#content .wp-block-woocommerce-product-category ul.products.columns-4 li.product,#content .wp-block-woocommerce-product-new ul.products.columns-4 li.product,#content .wp-block-woocommerce-product-on-sale ul.products.columns-4 li.product,#content .wp-block-woocommerce-product-top-rated ul.products.columns-4 li.product,#content .wp-block-woocommerce-products-by-attribute ul.products.columns-4 li.product{width:-webkit-calc(25% - 20px);width:calc(25% - 20px);max-width:-webkit-calc(25% - 20px);max-width:calc(25% - 20px)}#content .wp-block-woocommerce-handpicked-products ul.products.columns-4 li.product .bs_after_shop_loop_item_links,#content .wp-block-woocommerce-product-best-sellers ul.products.columns-4 li.product .bs_after_shop_loop_item_links,#content .wp-block-woocommerce-product-category ul.products.columns-4 li.product .bs_after_shop_loop_item_links,#content .wp-block-woocommerce-product-new ul.products.columns-4 li.product .bs_after_shop_loop_item_links,#content .wp-block-woocommerce-product-on-sale ul.products.columns-4 li.product .bs_after_shop_loop_item_links,#content .wp-block-woocommerce-product-top-rated ul.products.columns-4 li.product .bs_after_shop_loop_item_links,#content .wp-block-woocommerce-products-by-attribute ul.products.columns-4 li.product .bs_after_shop_loop_item_links{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#content .wp-block-woocommerce-handpicked-products ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward,#content .wp-block-woocommerce-product-best-sellers ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward,#content .wp-block-woocommerce-product-category ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward,#content .wp-block-woocommerce-product-new ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward,#content .wp-block-woocommerce-product-on-sale ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward,#content .wp-block-woocommerce-product-top-rated ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward,#content .wp-block-woocommerce-products-by-attribute ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward{width:100%;border-right:0;border-radius:0}#content .wp-block-woocommerce-handpicked-products ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button,#content .wp-block-woocommerce-product-best-sellers ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button,#content .wp-block-woocommerce-product-category ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button,#content .wp-block-woocommerce-product-new ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button,#content .wp-block-woocommerce-product-on-sale ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button,#content .wp-block-woocommerce-product-top-rated ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button,#content .wp-block-woocommerce-products-by-attribute ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button{-ms-flex-item-align:center;align-self:center;width:100%}#content .wp-block-woocommerce-handpicked-products ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added,#content .wp-block-woocommerce-product-best-sellers ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added,#content .wp-block-woocommerce-product-category ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added,#content .wp-block-woocommerce-product-new ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added,#content .wp-block-woocommerce-product-on-sale ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added,#content .wp-block-woocommerce-product-top-rated ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added,#content .wp-block-woocommerce-products-by-attribute ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added{border-radius:0 0 4px 4px}#content .wp-block-woocommerce-handpicked-products ul.products li.product,#content .wp-block-woocommerce-handpicked-products ul.products li.product.type-product,#content .wp-block-woocommerce-product-best-sellers ul.products li.product,#content .wp-block-woocommerce-product-best-sellers ul.products li.product.type-product,#content .wp-block-woocommerce-product-category ul.products li.product,#content .wp-block-woocommerce-product-category ul.products li.product.type-product,#content .wp-block-woocommerce-product-new ul.products li.product,#content .wp-block-woocommerce-product-new ul.products li.product.type-product,#content .wp-block-woocommerce-product-on-sale ul.products li.product,#content .wp-block-woocommerce-product-on-sale ul.products li.product.type-product,#content .wp-block-woocommerce-product-top-rated ul.products li.product,#content .wp-block-woocommerce-product-top-rated ul.products li.product.type-product,#content .wp-block-woocommerce-products-by-attribute ul.products li.product,#content .wp-block-woocommerce-products-by-attribute ul.products li.product.type-product{margin:0 10px 20px}#content .wp-block-woocommerce-handpicked-products ul.products li.product span.onsale,#content .wp-block-woocommerce-product-best-sellers ul.products li.product span.onsale,#content .wp-block-woocommerce-product-category ul.products li.product span.onsale,#content .wp-block-woocommerce-product-new ul.products li.product span.onsale,#content .wp-block-woocommerce-product-on-sale ul.products li.product span.onsale,#content .wp-block-woocommerce-product-top-rated ul.products li.product span.onsale,#content .wp-block-woocommerce-products-by-attribute ul.products li.product span.onsale{margin:0;left:0;right:auto}.site-header a.header-cart-link span.count,.woocommerce span.onsale{background-color:var(--bb-primary-color)}body .select2-container .select2-dropdown .select2-results__option{outline:0}.woocommerce-product-search button{font-size:14px;margin:10px 0 0;background-color:var(--bb-primary-color)}.widget .woocommerce-product-search button i:before{color:var(--bb-primary-color)}.widget .woocommerce table.shop_table td,.widget .woocommerce table.shop_table th{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;line-height:1}.widget .woocommerce table.cart thead{display:none}.widget .woocommerce .cart-collaterals .cart_totals,.widget .woocommerce-page .cart-collaterals .cart_totals{width:100%;float:none}.widget .woocommerce-checkout .bb-wc-co{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.widget .woocommerce-checkout .bb-wc-co .bb-wc-col{width:100%}.widget .woocommerce ul.products{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.widget .woocommerce ul.products.columns-1 li.product{width:100%;max-width:100%;margin-left:0;margin-right:0}.widget .woocommerce ul.products.columns-2 li.product{width:100%;max-width:100%;margin-left:0;margin-right:0}.widget .woocommerce ul.products.columns-3 li.product{width:100%;max-width:100%;margin-left:0;margin-right:0}.widget .woocommerce ul.products.columns-4 li.product{width:100%;max-width:100%;margin-left:0;margin-right:0}.widget .woocommerce ul.products.columns-5 li.product{width:100%;max-width:100%;margin-left:0;margin-right:0}.widget .woocommerce ul.products.columns-6 li.product{width:100%;max-width:100%;margin-left:0;margin-right:0}.widget .woocommerce ul.products.columns-7 li.product{width:100%;max-width:100%;margin-left:0;margin-right:0}.widget .woocommerce ul.products.columns-8 li.product{width:100%;max-width:100%;margin-left:0;margin-right:0}.widget .woocommerce ul.products.columns-9 li.product{width:100%;max-width:100%;margin-left:0;margin-right:0}.widget .woocommerce ul.products.columns-10 li.product{width:100%;max-width:100%;margin-left:0;margin-right:0}.widget .woocommerce div.product div.images,.widget .woocommerce div.product div.summary{width:100%;float:none}.widget div.product div.woocommerce-product-gallery.images{width:100%;float:none;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}#content .widget div.product div.summary,#content .widget div.product div.woocommerce-product-gallery.images{min-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;border:0}@media (max-width:1024px){#content .wp-block-woocommerce-handpicked-products ul.products.products li.product,#content .wp-block-woocommerce-product-best-sellers ul.products.products li.product,#content .wp-block-woocommerce-product-category ul.products.products li.product,#content .wp-block-woocommerce-product-new ul.products.products li.product,#content .wp-block-woocommerce-product-on-sale ul.products.products li.product,#content .wp-block-woocommerce-product-top-rated ul.products.products li.product,#content .wp-block-woocommerce-products-by-attribute ul.products.products li.product{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px);max-width:-webkit-calc(33.333% - 20px);max-width:calc(33.333% - 20px)}}@media (max-width:768px){#content .wp-block-woocommerce-handpicked-products ul.products.products li.product,#content .wp-block-woocommerce-product-best-sellers ul.products.products li.product,#content .wp-block-woocommerce-product-category ul.products.products li.product,#content .wp-block-woocommerce-product-new ul.products.products li.product,#content .wp-block-woocommerce-product-on-sale ul.products.products li.product,#content .wp-block-woocommerce-product-top-rated ul.products.products li.product,#content .wp-block-woocommerce-products-by-attribute ul.products.products li.product{width:-webkit-calc(50% - 20px);width:calc(50% - 20px);max-width:-webkit-calc(50% - 20px);max-width:calc(50% - 20px)}}@media (max-width:480px){#content .wp-block-woocommerce-handpicked-products ul.products.products li.product,#content .wp-block-woocommerce-product-best-sellers ul.products.products li.product,#content .wp-block-woocommerce-product-category ul.products.products li.product,#content .wp-block-woocommerce-product-new ul.products.products li.product,#content .wp-block-woocommerce-product-on-sale ul.products.products li.product,#content .wp-block-woocommerce-product-top-rated ul.products.products li.product,#content .wp-block-woocommerce-products-by-attribute ul.products.products li.product{width:-webkit-calc(100% - 20px);width:calc(100% - 20px);max-width:-webkit-calc(100% - 20px);max-width:calc(100% - 20px)}}#content div.product{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-ms-flex-flow:row wrap;flex-flow:row wrap}#content div.product>div,#content div.product>section{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-width:100%;box-sizing:border-box}#content div.product div.woocommerce-product-gallery.images{width:55%;-webkit-box-flex:0;-ms-flex:0 0 55%;flex:0 0 55%;min-width:55%;background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius) 0 0 var(--bb-block-radius);border:1px solid var(--bb-content-border-color);border-right-width:0;padding-bottom:0}#content div.product div.summary{width:45%;-webkit-box-flex:0;-ms-flex:0 0 45%;flex:0 0 45%;min-width:45%;margin-top:0;padding:2em 2% 0 4%;background-color:var(--bb-content-background-color);border-radius:0 var(--bb-block-radius) var(--bb-block-radius) 0;border:1px solid var(--bb-content-border-color);border-left-width:0}#content div.product div.summary h1.product_title{line-height:2rem}#content div.product div.summary h4.pr-sub-heading{text-transform:uppercase;font-size:.75rem;font-weight:600;margin-bottom:10px;border-bottom:1px solid var(--bb-content-border-color)}#content div.product div.summary .product_meta{font-size:16px;margin-bottom:20px}#content div.product div.summary .product_meta>span{display:block;font-size:14px;color:var(--bb-alternate-text-color);padding:0 0 3px;margin:0}#content div.product div.summary .product_meta>span:last-of-type{border-bottom:0}#content div.product div.summary .product_meta .pr-atts-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:wrap;flex-flow:wrap}#content div.product div.summary .product_meta .pr-atts-row .pr-atts-title{width:30%;padding-right:5px}@media (max-width:544px){#content div.product div.summary .product_meta .pr-atts-row .pr-atts-title{width:40%}}#content div.product div.summary .product_meta .pr-atts-row p{display:inline;margin:0;font-size:1em}#content div.product div.summary .product_meta .pr-atts-row p.out-of-stock{color:var(--bb-danger-color)}#content div.product div.summary .attribute-colors{margin:0 0 20px}#content div.product div.summary .quantity{margin-right:10px;margin-bottom:10px}#content div.product div.summary .quantity.quantity--readonly{visibility:hidden;width:0;height:0;opacity:0;margin:0}#content div.product div.summary>p.stock{display:none}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){#content div.product div.summary{width:38%;-webkit-box-flex:0;-ms-flex:0 0 38%;flex:0 0 38%;min-width:38%}}#content div.product .flex-control-thumbs{width:70%;overflow:visible;display:none}#content div.product .flex-control-thumbs.slick-initialized{display:block;min-height:100px}#content div.product .flex-control-thumbs .slick-list .slick-slide{margin:0 5px}#content div.product .flex-control-thumbs .slick-list .slick-slide li img{opacity:1}#content div.product .flex-control-thumbs{width:70%;margin:10px auto 15px}#content div.product .flex-control-thumbs .slick-slide{margin:0 5px}#content div.product .flex-control-thumbs .slick-arrow{background-color:#fff;opacity:1;box-shadow:0 0 6px 0 rgba(0,0,0,.09)}#content div.product .flex-control-thumbs .slick-arrow i{color:#828d98}#content div.product .flex-control-thumbs .slick-arrow.slick-disabled{cursor:default}#content div.product .flex-control-thumbs .slick-arrow.slick-disabled i{opacity:.3}#content div.product .flex-control-thumbs .slick-arrow.bb-slide-next{right:-15px}#content div.product .flex-control-thumbs .slick-arrow.bb-slide-prev{left:-15px}#content div.product div.images .woocommerce-product-gallery__trigger{background-color:var(--bb-content-background-color);color:transparent;text-indent:0}#content div.product div.images .woocommerce-product-gallery__trigger img.emoji{display:none}#content div.product div.images .woocommerce-product-gallery__trigger:before{border:0;content:"\ef10";color:var(--bb-body-text-color);font-family:bb-icons;font-style:normal;height:auto;width:auto;font-size:24px;top:5px;left:6px}#content div.product div.images .woocommerce-product-gallery__trigger:after{display:none}#content div.product p.price{color:var(--bb-headings-color);font-weight:500;margin-top:1.2em;margin-bottom:1.2em}#content div.product p.price ins{text-decoration:none;font-weight:500}#content div.product p.price del{color:var(--bb-alternate-text-color);opacity:1;font-weight:400}#content div.product .woocommerce-product-details__short-description{font-size:16px}#content div.product form.cart .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);font-size:14px;font-weight:400;padding-left:3em;padding-right:3em;height:40px}#content div.product form.cart .button:focus{box-shadow:var(--bb-primary-button-focus-shadow)}#content div.product form.cart .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)}#content div.product .woocommerce-tabs ul.tabs{padding:0}#content div.product .woocommerce-tabs ul.tabs li{border:0;background-color:transparent}#content div.product .woocommerce-tabs ul.tabs li:after,#content div.product .woocommerce-tabs ul.tabs li:before{display:none}#content div.product .woocommerce-tabs ul.tabs li.active{background:0 0;border-bottom:1px solid var(--bb-primary-color)}#content div.product .woocommerce-tabs ul.tabs li.active a{color:var(--bb-headings-color)}#content div.product .woocommerce-tabs ul.tabs li.active a:hover{color:var(--bb-primary-color)}#content div.product .woocommerce-tabs ul.tabs li a{font-weight:400;font-size:14px;color:var(--bb-body-text-color)}#content div.product .woocommerce-tabs ul.tabs li a:hover{color:var(--bb-primary-color)}#content div.product .woocommerce-tabs ul.tabs li#tab-title-reviews a span{display:inline-block;background-color:var(--bb-alternate-text-color);color:var(--bb-content-background-color);padding:2px 7px;border-radius:10px;line-height:1.2;font-size:.9em;margin-left:4px}#content div.product .woocommerce-tabs ul.tabs li#tab-title-reviews.active a span{background-color:var(--bb-primary-color)}#content div.product .woocommerce-tabs .panel{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius);border:1px solid var(--bb-content-border-color);padding:1.25rem 1.25rem;font-size:14px}#content div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description p{font-size:16px}#content div.product .shop_attributes tr:nth-child(even) td,#content div.product .shop_attributes tr:nth-child(even) th{background-color:transparent}#content div.product .shop_attributes td,#content div.product .shop_attributes th{padding:8px;font-size:14px}#content div.product .shop_attributes td p,#content div.product .shop_attributes th p{padding:0}#content div.product .shop_attributes th{text-transform:uppercase;font-weight:400}#content div.product #reviews #comments ol.commentlist li img.avatar{border-radius:100%;border:0;padding:0}#content div.product #reviews .comment-respond{box-shadow:none}#content div.product #reviews .comment-reply-title{text-transform:uppercase;font-size:14px;font-weight:700;margin-bottom:12px}#content div.product #reviews p.stars a{color:#d3ced2;margin:0 2px}#content div.product #reviews p.stars a:hover{color:#fcaf00}#content div.product #reviews p.stars.selected a.active,#content div.product #reviews p.stars.selected a:not(.active){color:var(--bb-warning-color)}#content div.product #reviews p.stars.selected a.active~a{color:#d3ced2}#content div.product #reviews p.form-submit input#submit{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);font-size:14px;font-weight:400;display:inline-block;padding-left:2em;padding-right:2em}#content div.product #reviews p.form-submit input#submit:focus{box-shadow:var(--bb-primary-button-focus-shadow)}#content div.product #reviews p.form-submit input#submit:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}#content div.product #reviews .comment-form label{font-size:16px;line-height:1.1;margin-bottom:12px;color:inherit}#content div.product form.cart .variations td.value{padding:0 0 .5rem}#content div.product form.cart .variations td.label{background:0 0}#content div.product form.cart .variations label{padding-bottom:0;text-transform:uppercase;font-size:.75rem;font-weight:600;line-height:2.5rem}div.product .woocommerce-product-gallery__image{border-radius:var(--bb-block-radius) 0 0 var(--bb-block-radius)}div.product .woocommerce-product-gallery__wrapper img.wp-post-image{border-radius:var(--bb-block-radius) 0 0 var(--bb-block-radius)}.woocommerce #reviews #comments ol.commentlist li .comment-text{border-color:var(--bb-content-border-color);border-radius:var(--bb-block-radius-inner)}.woocommerce div.product .woocommerce-tabs ul.tabs::before{border-bottom:0}.woocommerce div.product span.price{color:var(--bb-primary-color)}.woocommerce [type=checkbox]:checked+span{color:var(--bb-primary-color)}.woocommerce .woocommerce-product-rating a.woocommerce-review-link{font-size:.757em;color:var(--bb-alternate-text-color)}.woocommerce .woocommerce-product-rating a.woocommerce-review-link:hover{color:var(--bb-alternate-text-color)}.woocommerce div.product .woocommerce-product-rating{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:.4em;margin-bottom:0}.woocommerce div.product .woocommerce-product-rating .star-rating{margin-top:0}.woocommerce div.product .woocommerce-product-rating span.count{background-color:transparent;color:inherit;letter-spacing:0;box-shadow:none;padding:0 3px}.woocommerce #reviews #comments ol.commentlist li .meta{color:var(--bb-alternate-text-color)}.woocommerce #review_form #respond p.comment-form-author{margin-right:5px;width:-webkit-calc(50% - 5px);width:calc(50% - 5px)}.woocommerce #review_form #respond p.comment-form-email{margin-left:5px;width:-webkit-calc(50% - 5px);width:calc(50% - 5px)}@media (max-width:992px){.woocommerce .has-sidebar #review_form #respond p.comment-form-author{margin-left:0;width:100%}.woocommerce .has-sidebar #review_form #respond p.comment-form-email{margin-left:0;width:100%}}@media (max-width:800px){.woocommerce #review_form #respond p.comment-form-author{margin-left:0;width:100%}.woocommerce #review_form #respond p.comment-form-email{margin-left:0;width:100%}}.woocommerce div.product form.cart .variations th{padding:0 1rem}@media (max-width:1200px){body.has-sidebar.woocommerce #content div.product div.woocommerce-product-gallery.images{width:52%;-webkit-box-flex:0;-ms-flex:0 0 52%;flex:0 0 52%;min-width:52%}body.has-sidebar.woocommerce #content div.product div.summary{width:48%;-webkit-box-flex:0;-ms-flex:0 0 48%;flex:0 0 48%;min-width:48%}body.has-sidebar.woocommerce #content div.product .flex-control-thumbs.slick-initialized{min-height:50px}}@media (max-width:992px){body.has-sidebar.woocommerce #content div.product{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}body.has-sidebar.woocommerce #content div.product div.woocommerce-product-gallery.images{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-width:100%;border-right-width:1px;border-radius:4px;float:none}body.has-sidebar.woocommerce #content div.product div.summary{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-width:100%;border-left-width:1px;border-radius:4px;padding:1.5em;float:none}}@media (max-width:800px){.woocommerce #content div.product{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.woocommerce #content div.product div.images{margin-bottom:15px}.woocommerce #content div.product div.woocommerce-product-gallery.images{width:100%;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-width:100%;border-right-width:1px;border-radius:var(--bb-block-radius);float:none}.woocommerce #content div.product div.summary{width:100%;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-width:100%;border-left-width:1px;border-radius:var(--bb-block-radius);padding:1.5em;float:none}.woocommerce #content div.product .flex-control-thumbs.slick-initialized{min-height:50px}div.product .woocommerce-product-gallery__wrapper img.wp-post-image{border-radius:var(--bb-block-radius)}}@media (max-width:544px){.content-area .related.products ul.products li.product{margin-bottom:20px}.woocommerce .woocommerce-message{font-size:14px;line-height:150%}.woocommerce .woocommerce-message .button{margin-left:10px;font-size:13px}.woocommerce .woocommerce-message[role=alert]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.woocommerce .woocommerce-message[role=alert] .button.wc-forward{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin:10px 0 0;max-width:230px}.woocommerce .woocommerce-error li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.woocommerce .woocommerce-error li .button.wc-forward{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin:10px 0 0;max-width:230px}}.wpb_wrapper li.product-category a{display:block;width:100%}.wpb_wrapper li.product-category h2.woocommerce-loop-category__title{text-align:center;padding:5px 10px}.woocommerce-checkout form.checkout .col2-set .col-1{width:100%;float:none}.woocommerce-checkout form.checkout .col2-set .col-2{width:100%;float:none}.woocommerce-checkout form.checkout .col2-set .col-2 .woocommerce-shipping-fields{margin-bottom:10px}.woocommerce-checkout form.checkout .col2-set h3{text-transform:uppercase;font-size:16px;margin:1rem 0}.woocommerce-checkout .bb-wc-co{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-left:-10px;margin-right:-10px}.woocommerce-checkout .bb-wc-co .bb-wc-col{width:50%;padding-left:10px;padding-right:10px}.woocommerce-checkout .bb-wc-co #customer_details{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius);border:1px solid var(--bb-content-border-color);margin-bottom:20px;padding:15px 20px}.woocommerce-checkout .bb-wc-co .bb-order-review{background-color:var(--bb-content-background-color);border-radius:var(--bb-block-radius);border:1px solid var(--bb-content-border-color);margin-bottom:20px;padding:15px 20px}.woocommerce-checkout .bb-wc-co .bb-order-review h3{text-transform:uppercase;font-size:16px;font-weight:700}.woocommerce-checkout .bb-wc-co table.shop_table{border:0;font-size:14px}.woocommerce-checkout .bb-wc-co table.shop_table td,.woocommerce-checkout .bb-wc-co table.shop_table th{border-bottom:1px solid var(--bb-content-border-color);border-top:0;font-weight:400;padding-left:0}.woocommerce-checkout .bb-wc-co table.shop_table td:first-child,.woocommerce-checkout .bb-wc-co table.shop_table th:first-child{padding-left:0}.woocommerce-checkout .bb-wc-co table.shop_table td:last-child,.woocommerce-checkout .bb-wc-co table.shop_table th:last-child{padding-right:0;text-align:right}.woocommerce-checkout .bb-wc-co table.shop_table td.product-name{width:65%}.woocommerce-checkout .bb-wc-co table.shop_table td.product-total{color:var(--bb-headings-color);width:35%}.woocommerce-checkout .bb-wc-co table.shop_table th{text-transform:uppercase;font-weight:400;color:var(--bb-alternate-text-color);font-size:14px}.woocommerce-checkout .bb-wc-co table.shop_table tfoot td,.woocommerce-checkout .bb-wc-co table.shop_table tfoot th{color:var(--bb-alternate-text-color);border-bottom:0;vertical-align:top}.woocommerce-checkout .bb-wc-co table.shop_table tfoot th:first-child{padding-left:30%;padding-top:6px;padding-bottom:6px}.woocommerce-checkout .bb-wc-co table.shop_table tfoot td{width:50%}.woocommerce-checkout .bb-wc-co table.shop_table tfoot .order-total td,.woocommerce-checkout .bb-wc-co table.shop_table tfoot .order-total th{color:var(--bb-headings-color);font-weight:500}.woocommerce-checkout .bb-wc-co table.shop_table tfoot .order-total td strong{font-weight:500}.woocommerce-checkout .bb-wc-co table.shop_table tfoot tr:first-child td,.woocommerce-checkout .bb-wc-co table.shop_table tfoot tr:first-child th{padding-top:15px}.woocommerce-checkout .bb-wc-co table.shop_table .bs-product-check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.woocommerce-checkout .bb-wc-co table.shop_table .bs-product-thumbnail img{max-width:65px;height:auto;margin-right:20px}.woocommerce-checkout .bb-wc-co table.shop_table .check-name{color:var(--bb-headings-color);font-weight:500;line-height:1.4}.woocommerce-checkout .bb-wc-co table.shop_table .bs-product-remove{margin-right:10px}.woocommerce-checkout .bb-wc-co table.shop_table .qty{color:var(--bb-alternate-text-color);text-transform:uppercase;font-size:13px}.woocommerce-checkout .bb-wc-co table.shop_table .qty strong{color:var(--bb-headings-color);font-weight:400;margin-left:5px}@media (max-width:544px){.woocommerce-checkout .bb-wc-co table.shop_table td.product-name{width:70%}.woocommerce-checkout .bb-wc-co table.shop_table td.product-total{color:var(--bb-headings-color);width:30%}}@media (max-width:420px){.woocommerce-checkout .bb-wc-co table.shop_table td.product-name .bs-product-check{-ms-flex-wrap:wrap;flex-wrap:wrap}.woocommerce-checkout .bb-wc-co table.shop_table td.product-name .bs-product-check .bs-product-name{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:5px}}@media (max-width:992px){.woocommerce-checkout .bb-wc-co{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.woocommerce-checkout .bb-wc-co .bb-wc-col{width:100%}}@media (max-width:544px){.woocommerce-checkout .bb-wc-co .bb-wc-col .bb-order-review table.shop_table tfoot th:first-child{padding-left:0}}.woocommerce-checkout form .form-row{margin:0 0 1.2rem}.woocommerce-checkout form .form-row label{font-size:16px;line-height:1.1;margin-bottom:10px;color:var(--bb-body-text-color)}.woocommerce-checkout form .form-row .required{color:var(--bb-danger-color);text-decoration:none}.woocommerce-checkout form .form-row #order_comments{height:120px;overflow-x:hidden}.woocommerce-checkout form .form-row.woocommerce-validated .select2-container,.woocommerce-checkout form .form-row.woocommerce-validated input.input-text,.woocommerce-checkout form .form-row.woocommerce-validated select{border-color:#dedfe2}.woocommerce-checkout form .form-row.woocommerce-invalid .select2-container,.woocommerce-checkout form .form-row.woocommerce-invalid input.input-text,.woocommerce-checkout form .form-row.woocommerce-invalid select{border-color:var(--bb-danger-color)}.woocommerce-checkout form .form-row.woocommerce-invalid label{color:var(--bb-danger-color)}.woocommerce-checkout form .form-row .password-input .show-password-input{top:9px}.woocommerce-checkout form #ship-to-different-address label{font-size:16px}.woocommerce-checkout #payment{background-color:transparent}.woocommerce-checkout #payment ul.payment_methods{background-color:var(--bb-content-alternate-background-color);border-radius:var(--bb-block-radius-inner);border-bottom:0}.woocommerce-checkout #payment div.payment_box{font-size:13px;color:var(--bb-body-text-color);border-radius:var(--bb-block-radius-inner)}.woocommerce-checkout #payment #place_order{background-color:var(--bb-primary-button-background-regular);color:var(--bb-primary-button-text-regular);border:1px solid var(--bb-primary-button-border-regular);font-size:14px;font-weight:400;display:inline-block;padding-left:2em;padding-right:2em;height:40px}.woocommerce-checkout #payment #place_order:focus{box-shadow:var(--bb-primary-button-focus-shadow)}.woocommerce-checkout #payment #place_order:hover{background-color:var(--bb-primary-button-background-hover);color:var(--bb-primary-button-text-hover);border-color:var(--bb-primary-button-border-hover)}.woocommerce-checkout #payment li.wc_payment_method input.input-radio{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;position:relative;background-color:#fff;border:2px solid #d6dce6;color:#666;top:-2px;height:20px;width:20px;border-radius:50px;cursor:pointer;margin-right:7px;outline:0}.woocommerce-checkout #payment li.wc_payment_method input.input-radio:checked{background-color:#fff}.woocommerce-checkout #payment li.wc_payment_method input.input-radio:checked::before{position:absolute;left:2px;top:2px;content:"";display:inline-block;width:12px;height:12px;background-color:var(--bb-primary-color);border-radius:100%}.woocommerce-checkout .woocommerce-order-over{text-align:center}.woocommerce-checkout .woocommerce-order-over>p{font-size:16px;color:var(--bb-alternate-text-color)}.woocommerce-checkout .woocommerce-order-over h2.woocommerce-heading--success{margin-bottom:5px}.woocommerce-checkout .woocommerce-order-over h2.woocommerce-heading--success i{color:var(--bb-success-color);padding:0;display:inline-block;font-size:20px;width:20px;height:20px;line-height:20px;text-align:center;margin-right:8px;position:relative;bottom:2px}.woocommerce-checkout .woocommerce-order-over h2.woocommerce-heading--success span{display:block;margin:1em 0}.woocommerce-checkout .woocommerce-order-over h2.woocommerce-heading--success span i{color:var(--bb-success-color);border:1px solid var(--bb-success-color);border-radius:100%;padding:0 10px;display:inline-block;width:50px;height:50px;line-height:50px}.woocommerce-checkout ul.woocommerce-order-overview{display:inline-block;margin:1em 0 2em}.woocommerce-checkout ul.woocommerce-order-overview li{float:none;padding-right:1em;margin-right:1em;border-right:0;text-align:left;display:inline-block;color:var(--bb-alternate-text-color)}.woocommerce-checkout ul.woocommerce-order-overview li>span{display:block;font-weight:500;font-size:14px;white-space:nowrap;padding:.6em 0 0;text-transform:none;color:var(--bb-body-text-color)}@media (max-width:800px){.woocommerce-checkout ul.woocommerce-order-overview{margin:.5em 0 1em}.woocommerce-checkout ul.woocommerce-order-overview li{display:block;text-align:center;margin-bottom:20px}}.woocommerce-checkout .woocommerce-order-details-wrapper{background:var(--bb-content-background-color);border:1px solid #eef0f3;border-radius:var(--bb-block-radius);padding:20px}.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-order-details p.order-again{text-align:right}.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-order-details p.order-again a.button{padding:8px 2em}.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-order-details p.order-again a.button:hover{background-color:#0f74e0;color:#fff}.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details{padding:0 12px}.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details h2.woocommerce-column__title{font-size:17px;margin-bottom:.5rem}.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-column h2.woocommerce-column__title{font-size:17px;margin-bottom:.5rem}@media (max-width:992px){.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-column{width:100%;float:none}.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-column.woocommerce-column--1{margin-bottom:30px}}.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details address{border:0;padding:0;font-size:14px}.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details address .woocommerce-customer-details--email:before,.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details address .woocommerce-customer-details--phone:before{line-height:2.15}.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-customer-details--subcolumn{font-size:14px}.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-customer-details--subcolumn .woocommerce-customer-details--email:before,.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-customer-details--subcolumn .woocommerce-customer-details--phone:before{line-height:2.15}.woocommerce-checkout table.shop_table.woocommerce-table--order-details td{vertical-align:top}.woocommerce-checkout .woocommerce-table--order-details{border:0}.woocommerce-checkout .woocommerce-table--order-details td,.woocommerce-checkout .woocommerce-table--order-details th{padding-top:8px;padding-bottom:8px;font-size:14px;border-bottom:0;border-top:1px solid var(--bb-content-border-color)}.woocommerce-checkout .woocommerce-table--order-details td.product-total,.woocommerce-checkout .woocommerce-table--order-details th.product-total{width:200px;color:inherit;text-align:right}.woocommerce-checkout .woocommerce-table--order-details td.product-total span.woocommerce-Price-amount{font-weight:700}@media (max-width:1200px){.woocommerce-checkout .woocommerce-table--order-details td.product-total{width:auto}}@media (max-width:544px){.woocommerce-checkout .woocommerce-table--order-details td.product-total,.woocommerce-checkout .woocommerce-table--order-details th.product-total{text-align:right}}.woocommerce-checkout .woocommerce-table--order-details thead th{text-transform:uppercase;font-size:14px;color:#939597;font-weight:500}.woocommerce-checkout .woocommerce-table--order-details tfoot td,.woocommerce-checkout .woocommerce-table--order-details tfoot th{font-weight:400}.woocommerce-checkout .woocommerce-table--order-details.order_details_items thead tr:first-child td,.woocommerce-checkout .woocommerce-table--order-details.order_details_items thead tr:first-child th{border-top:0}@media (max-width:544px){.woocommerce-checkout .woocommerce-table--order-details.order_details_items thead tr:first-child th.product-thumb{display:none}}.woocommerce-checkout .woocommerce-table--order-details.order_details_items tbody tr:last-child td,.woocommerce-checkout .woocommerce-table--order-details.order_details_items tbody tr:last-child th{border-bottom:1px solid var(--bb-content-border-color)}.woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-name a{color:var(--bb-headings-color);font-weight:500}.woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-name a:hover{color:var(--bb-primary-color)}.woocommerce-checkout .woocommerce-table--order-details.order_details_items tr.product-purchase-note td{padding-top:8px}.woocommerce-checkout .woocommerce-table--order-details.order_details_items td:not(.product-thumb){padding-top:20px}.woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-thumb{width:120px}.woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-thumb img{max-width:100px}@media (max-width:992px){.woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-thumb{width:80px}.woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-thumb img{max-width:70px}}@media (max-width:544px){.woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-thumb{display:none}}.woocommerce-checkout .woocommerce-table--order-details.order_details_items .bb_sku_wrapper{display:block;color:#939597;font-size:13px;line-height:1}.woocommerce-checkout .woocommerce-table--order-details.order_details_total{width:70%;float:right}.woocommerce-checkout .woocommerce-table--order-details.order_details_total td,.woocommerce-checkout .woocommerce-table--order-details.order_details_total th{border-top:0;border-bottom:0;padding-top:6px;padding-bottom:6px;font-weight:400}.woocommerce-checkout .woocommerce-table--order-details.order_details_total th{text-transform:uppercase}.woocommerce-checkout .woocommerce-table--order-details.order_details_total tfoot td:last-child{width:200px;color:inherit;text-align:right}.woocommerce-checkout .woocommerce-table--order-details.order_details_total tfoot tr:last-child td,.woocommerce-checkout .woocommerce-table--order-details.order_details_total tfoot tr:last-child th{font-weight:700;color:inherit}@media (max-width:800px){.woocommerce-checkout .woocommerce-table--order-details.order_details_total tfoot td:last-child{text-align:right}}@media (max-width:992px){.woocommerce-checkout .woocommerce-table--order-details.order_details_total{width:100%;float:none}.woocommerce-checkout .woocommerce-table--order-details.order_details_total td,.woocommerce-checkout .woocommerce-table--order-details.order_details_total th{padding-top:4px;padding-bottom:4px}}.woocommerce-checkout .woocommerce-table--order-details.order_details_note{clear:both}.woocommerce-checkout .woocommerce-table--order-details.order_details_note th{color:var(--bb-body-text-color)}.woocommerce-checkout .woocommerce-order-end{text-align:center;margin:2rem 0;padding:0 3rem}.woocommerce-checkout .woocommerce-order-end h3{margin-bottom:5px}.woocommerce-checkout .woocommerce-order-end p{font-size:14px;color:var(--bb-alternate-text-color)}.woocommerce-checkout label.checkbox{position:relative}form.woocommerce-checkout input[type=checkbox]{position:absolute;opacity:0}form.woocommerce-checkout input[type=checkbox]+span:before{content:"";margin-right:10px;display:inline-block;vertical-align:text-top;width:20px;height:20px;background:#fff;border-radius:3px;border:1px solid var(--bb-primary-color);box-shadow:none}form.woocommerce-checkout input[type=checkbox]:checked+span:before{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color);content:"\e876";font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;font-variant:normal;text-transform:none;text-align:center;color:#fff;line-height:18px;font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-shadow:0 0 0 1px var(--bb-primary-color)}.woocommerce-checkout .payment_method_stripe #stripe-payment-data [for=wc-stripe-new-payment-method]{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.woocommerce-checkout .payment_method_stripe #stripe-payment-data .form-row{margin-bottom:0!important;width:100%}.woocommerce-checkout .payment_method_stripe #stripe-payment-data #wc-stripe-new-payment-method+label:before{content:"";margin-right:10px;display:inline-block;vertical-align:text-top;width:20px;height:20px;background:#fff;border-radius:3px;border:1px solid #c9cbca;box-shadow:none;-ms-flex-preferred-size:40px;flex-basis:40px;max-width:20px;min-width:20px}.woocommerce-checkout .payment_method_stripe #stripe-payment-data #wc-stripe-new-payment-method:checked+label:before{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color);content:"\e876";font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;font-variant:normal;text-transform:none;text-align:center;color:#fff;line-height:18px;font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-shadow:none}.woocommerce-checkout .payment_method_stripe #stripe-payment-data .stripe-source-errors .wc-stripe-error li{line-height:1.4}.woocommerce-checkout .payment_method_stripe #stripe-payment-data .stripe-source-errors .wc-stripe-error:before{color:#fff}input[type=checkbox]#wp-comment-cookies-consent{position:absolute;opacity:0}input[type=checkbox]#wp-comment-cookies-consent+label:before{content:"";margin-right:10px;display:inline-block;vertical-align:text-top;width:20px;height:20px;background:#fff;border-radius:3px;border:1px solid #c9cbca;box-shadow:none}input[type=checkbox]#wp-comment-cookies-consent:checked+label:before{background-color:var(--bb-primary-color);border-color:var(--bb-primary-color);content:"\e876";font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;font-variant:normal;text-transform:none;text-align:center;color:#fff;line-height:18px;font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-shadow:none}.woocommerce form.checkout_coupon{background-color:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);margin-top:0;margin-bottom:1em;font-size:14px}.woocommerce form.checkout_coupon .form-row-first{width:-webkit-calc(100% - 150px);width:calc(100% - 150px);padding-right:15px}.woocommerce form.checkout_coupon .form-row-last{width:150px}.woocommerce form.checkout_coupon .form-row-last button.button{width:100%}@media (max-width:800px){.woocommerce form.checkout_coupon>p{margin-bottom:5px;line-height:150%}.woocommerce form.checkout_coupon .form-row-first{padding-right:0}}@media (max-width:992px){.woocommerce-checkout.has-sidebar form.checkout_coupon .form-row-first{padding-right:0}.woocommerce-checkout.has-sidebar form.checkout_coupon>p{margin-bottom:5px;line-height:150%}}.woocommerce-form-coupon-toggle .woocommerce-info{font-size:14px;color:var(--bb-body-text-color);background-color:transparent!important;border:0;padding-top:0;padding-bottom:0;padding-left:25px}.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info::before{content:"\ef17";font-family:bb-icons;font-size:20px;top:0;left:0;color:var(--bb-body-text-color)}@media (max-width:1200px){body.woocommerce-checkout.has-sidebar .woocommerce .woocommerce-order ul.woocommerce-order-overview{margin:.5em 0 1em}body.woocommerce-checkout.has-sidebar .woocommerce .woocommerce-order ul.woocommerce-order-overview li{display:block;text-align:center;margin-bottom:20px}}@media (max-width:1200px){.woocommerce-checkout.has-sidebar .woocommerce form.checkout .bb-wc-co{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.woocommerce-checkout.has-sidebar .woocommerce form.checkout .bb-wc-co .bb-wc-col{width:100%}}@media (max-width:992px){.woocommerce-checkout.has-sidebar .woocommerce form.checkout .bb-wc-co .bb-wc-col .bb-order-review table.shop_table tfoot th:first-child{padding-left:0}}.elementor-widget-container .woocommerce-checkout .bb-wc-co>.bb-wc-col{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0}.elementor-widget-container .woocommerce-checkout .bb-wc-co>.bb-wc-col .bb-wc-col,.elementor-widget-container .woocommerce-checkout .bb-wc-co>.bb-wc-col .e-checkout__container{width:50%;padding-left:10px;padding-right:10px;grid-template-columns:auto}.e-checkout-layout-one-column .elementor-widget-container .woocommerce-checkout .bb-wc-co>.bb-wc-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.e-checkout-layout-one-column .elementor-widget-container .woocommerce-checkout .bb-wc-co>.bb-wc-col .bb-wc-col,.e-checkout-layout-one-column .elementor-widget-container .woocommerce-checkout .bb-wc-co>.bb-wc-col .e-checkout__container{width:100%}.woocommerce-checkout.woocommerce-order-received header.entry-header{display:none}.mfp-content .bs_checkout_coupon{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-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.mfp-content .bs_checkout_coupon div.woocommerce-message,.mfp-content .bs_checkout_coupon ul.woocommerce-error{width:100%}.mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;margin-bottom:0;min-height:50px!important;width:100%}.mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form p.form-row-first{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-bottom:0}.mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form p.form-row-last{width:auto;margin-left:15px;margin-bottom:0}.mfp-content .bs_checkout_coupon button{color:var(--bb-alternate-text-color)}.mfp-content .bs_checkout_coupon button:hover{color:var(--bb-headings-color);background-color:transparent}@media (max-width:544px){.mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:92px!important}.mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form p{width:100%}.mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form p.form-row-last{margin-left:0;text-align:center}}.payment_method_stripe>fieldset,fieldset.wc-upe-form.wc-payment-form{border-radius:4px;margin-top:1rem;margin-bottom:1rem;padding:1rem}.woocommerce .woocommerce-MyAccount-navigation{min-width:230px;float:none;width:230px}.woocommerce .woocommerce-MyAccount-navigation ul{margin:0}.woocommerce .woocommerce-MyAccount-navigation ul li{display:block}.woocommerce .woocommerce-MyAccount-navigation ul li a{display:block;padding:9px 15px;font-size:14px;color:var(--bb-headings-color)}.woocommerce .woocommerce-MyAccount-navigation ul li a.is-active{color:var(--bb-primary-color);background-color:var(--bb-body-background-color)}.woocommerce .woocommerce-MyAccount-navigation ul li a:hover{color:var(--bb-primary-color);background-color:var(--bb-content-alternate-background-color)}.woocommerce .woocommerce-MyAccount-navigation ul li a:before{font-size:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons;margin-right:15px;vertical-align:middle}.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a{color:var(--bb-primary-color);background-color:var(--bb-content-alternate-background-color)}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before{content:"\ee74"}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before{content:"\eec3"}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before{content:"\e889"}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before{content:"\ee42"}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before{content:"\eed1"}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before{content:"\ee27"}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before{content:"\eefd"}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--become-a-vendor a:before{content:"\ef52"}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--giftcards a:before{content:"\eea9"}@media (min-width:800px){.woocommerce .woocommerce-MyAccount-navigation ul.woocommerce-MyAccount-menu{display:block!important}}.woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading{padding:15px;text-transform:uppercase}.woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading h5{margin-bottom:0;font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading h5 a.push-my-account-nav{margin-left:auto;color:#939597;display:none}.woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading h5 a.push-my-account-nav:hover{color:var(--bb-primary-color)}.woocommerce .woocommerce-MyAccount-content{-webkit-box-flex:1;-ms-flex:1;flex:1;border-left:1px solid var(--bb-content-border-color);min-height:400px;width:auto;padding:30px}.woocommerce .woocommerce-MyAccount-content input[type=submit][name=apply_for_vendor_submit]{border-radius:100px;padding:10px 20px;font-weight:500;font-style:normal;text-decoration:none;cursor:pointer;display:inline-block;line-height:1.3;border:1px solid transparent;font-size:15px;color:#fff;background-color:var(--bb-headings-color)}.woocommerce .woocommerce-MyAccount-content .MyAccount-content--dashboard p{font-size:14px}.woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content{padding:20px 0}.woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content .woocommerce-address-fields{width:70%;margin:2em auto}@media (max-width:1200px){.woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content .woocommerce-address-fields{width:90%}}@media (max-width:992px){.woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content .woocommerce-address-fields .form-row.form-row-first,.woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content .woocommerce-address-fields .form-row.form-row-last{width:100%;float:none}}@media screen and (max-width:860px) and (min-width:800px){.woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content{padding:20px 0}}.woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields{width:70%;margin:2em auto}.woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields fieldset{border:0;padding:1.5rem 0 1rem;margin-top:3rem;margin-bottom:0}.woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields legend{font-weight:500;font-size:16px;color:var(--bb-headings-color)}@media (max-width:1200px){.woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields{width:90%}}@media (max-width:992px){.woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields .form-row.form-row-first,.woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields .form-row.form-row-last{width:100%;float:none}}.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses{font-size:14px;padding:0}.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h3{text-transform:uppercase;font-size:14px;margin-bottom:.2rem}.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses address{line-height:21px;margin-bottom:1em}@media (max-width:992px){.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address{float:none;width:100%}.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address.col-1{padding-bottom:30px}}.woocommerce .woocommerce-MyAccount-content form .form-row{margin-bottom:1.3em}.woocommerce .woocommerce-MyAccount-content form .form-row .required{color:var(--bb-danger-color);text-decoration:none}.woocommerce .woocommerce-MyAccount-content form .form-row label{font-size:14px}.woocommerce .woocommerce-MyAccount-content form .form-row input,.woocommerce .woocommerce-MyAccount-content form .form-row select,.woocommerce .woocommerce-MyAccount-content form .form-row textarea{font-size:14px}.woocommerce .woocommerce-MyAccount-content form .form-row .select2-container .select2-results,.woocommerce .woocommerce-MyAccount-content form .form-row .select2-container .select2-selection--single{font-size:14px}.woocommerce .woocommerce-MyAccount-content form .form-row span.select2-selection.select2-selection--single{outline:0}.woocommerce .woocommerce-MyAccount-content form .form-row span>em{font-size:14px;font-style:normal;color:var(--bb-alternate-text-color)}.woocommerce .woocommerce-MyAccount-content form .woocommerce-account-fields__ctrls-wrapper,.woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__ctrls-wrapper{text-align:right}.woocommerce .woocommerce-MyAccount-content form .password-input .show-password-input{top:.4em}.woocommerce .woocommerce-MyAccount-content form .password-input .show-password-input:after{content:"\ee69";font-family:bb-icons;font-size:18px}.woocommerce .woocommerce-MyAccount-content form .password-input .show-password-input.display-password:after{content:"\ee6a";font-family:bb-icons;color:inherit}.woocommerce .wc-MyAccount-sub-heading{padding:0 0 10px;border-bottom:1px solid var(--bb-content-border-color)}.woocommerce .wc-MyAccount-sub-heading h2{margin-bottom:10px}.woocommerce .wc-MyAccount-sub-heading h2 strong{font-weight:400}.woocommerce .wc-MyAccount-sub-heading p{font-size:14px;margin-bottom:0;color:var(--bb-alternate-text-color)}.woocommerce table.my_account_orders{border:0}.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th{padding-top:8px;padding-bottom:8px;font-size:13px;border-bottom:0}.woocommerce table.my_account_orders thead th{text-transform:uppercase;font-size:12px;font-weight:500}.woocommerce table.my_account_orders tbody td{border-top:1px solid var(--bb-content-border-color);color:var(--bb-alternate-text-color)}.woocommerce table.my_account_orders tbody td.woocommerce-orders-table__cell-order-actions{width:95px}@media (max-width:800px){.woocommerce table.my_account_orders tbody td.woocommerce-orders-table__cell-order-actions{width:auto}}.woocommerce table.my_account_orders tbody td a.button{min-height:auto;padding:5px 1.2em;margin:0 0 5px 5px;font-size:13px;line-height:1;max-width:100px;width:100%}@media (max-width:800px){.woocommerce table.my_account_orders tbody td a.button{width:auto}}.woocommerce table.my_account_orders tbody td.woocommerce-orders-table__cell-order-number a{color:var(--bb-headings-color)}.woocommerce table.my_account_orders tbody td.woocommerce-orders-table__cell-order-number a:hover{color:var(--bb-primary-color)}@media (max-width:800px){.woocommerce table.my_account_orders tbody tr:nth-child(even) td{background-color:var(--bb-body-background-color)}.woocommerce table.my_account_orders tbody tr.woocommerce-orders-table__row{margin-bottom:30px}.woocommerce table.my_account_orders tbody tr:last-child{margin-bottom:0}}.woocommerce table.my_account_orders.account-orders-table-dashboard tbody td a.button{padding:6px 15px;display:block;max-width:90%;margin-bottom:10px}@media (max-width:1200px){.woocommerce table.my_account_orders.account-orders-table-dashboard tbody td a.button{width:100%;max-width:100%}}@media (max-width:800px){.woocommerce table.my_account_orders.account-orders-table-dashboard tbody td a.button{display:inline-block;margin-left:0;margin-right:5px}}.woocommerce .bsMyAccount{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:30px}@media (max-width:800px){.woocommerce .bsMyAccount{margin-bottom:0}}@media (max-width:1200px){.woocommerce-account.has-sidebar .woocommerce .bsMyAccount{margin-bottom:0}}.woocommerce .wc-MyAccount-fix-center{width:60%;margin:2em auto;text-align:center}.woocommerce .wc-MyAccount-fix-center.woocommerce-info{border:0;padding:0}.woocommerce .wc-MyAccount-fix-center.woocommerce-info:before{display:none}.woocommerce .wc-MyAccount-fix-center.woocommerce-info .button{float:none;padding:1em 3em;font-weight:500;margin:0 auto}.woocommerce .wc-MyAccount-fix-center .wc-MyAccount-sub-tagline{font-size:22px;margin-bottom:25px}.woocommerce .wc-MyAccount-fix-center .wc-MyAccount-sub-icon{margin-bottom:25px}.woocommerce .wc-MyAccount-fix-center .wc-MyAccount-sub-icon img{max-width:60px}@media (max-width:992px){.woocommerce .wc-MyAccount-fix-center{width:85%}}.woocommerce #customer_login,.woocommerce .bb_customer_login{padding:3rem}.woocommerce #customer_login form.login,.woocommerce #customer_login form.register,.woocommerce .bb_customer_login form.login,.woocommerce .bb_customer_login form.register{border:0;padding:10px 0;font-size:14px}.woocommerce #customer_login form.login label,.woocommerce #customer_login form.register label,.woocommerce .bb_customer_login form.login label,.woocommerce .bb_customer_login form.register label{font-size:14px}.woocommerce #customer_login form.login input,.woocommerce #customer_login form.login select,.woocommerce #customer_login form.login textarea,.woocommerce #customer_login form.register input,.woocommerce #customer_login form.register select,.woocommerce #customer_login form.register textarea,.woocommerce .bb_customer_login form.login input,.woocommerce .bb_customer_login form.login select,.woocommerce .bb_customer_login form.login textarea,.woocommerce .bb_customer_login form.register input,.woocommerce .bb_customer_login form.register select,.woocommerce .bb_customer_login form.register textarea{font-size:14px}.woocommerce #customer_login .woocommerce-LostPassword,.woocommerce .bb_customer_login .woocommerce-LostPassword{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.woocommerce #customer_login .woocommerce-LostPassword label.woocommerce-form__label,.woocommerce .bb_customer_login .woocommerce-LostPassword label.woocommerce-form__label{margin-right:auto}@media (max-width:544px){.woocommerce #customer_login .woocommerce-LostPassword,.woocommerce .bb_customer_login .woocommerce-LostPassword{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.woocommerce #customer_login .woocommerce-LostPassword label.woocommerce-form__label,.woocommerce .bb_customer_login .woocommerce-LostPassword label.woocommerce-form__label{margin-right:auto;margin-left:auto;margin-bottom:15px}}.woocommerce #customer_login .woocommerce-LoginBtn,.woocommerce #customer_login .woocommerce-RegisterBtn,.woocommerce .bb_customer_login .woocommerce-LoginBtn,.woocommerce .bb_customer_login .woocommerce-RegisterBtn{text-align:right}.woocommerce #customer_login .woocommerce-LoginBtn button.button,.woocommerce #customer_login .woocommerce-RegisterBtn button.button,.woocommerce .bb_customer_login .woocommerce-LoginBtn button.button,.woocommerce .bb_customer_login .woocommerce-RegisterBtn button.button{padding-left:3em;padding-right:3em}@media (max-width:544px){.woocommerce #customer_login .woocommerce-LoginBtn,.woocommerce #customer_login .woocommerce-RegisterBtn,.woocommerce .bb_customer_login .woocommerce-LoginBtn,.woocommerce .bb_customer_login .woocommerce-RegisterBtn{text-align:center}}.woocommerce #customer_login.col2-set .col-1,.woocommerce #customer_login.col2-set .col-2,.woocommerce .bb_customer_login.col2-set .col-1,.woocommerce .bb_customer_login.col2-set .col-2{padding:0 20px}.woocommerce #customer_login.col2-set .col-1 .bb_customer_login,.woocommerce #customer_login.col2-set .col-2 .bb_customer_login,.woocommerce .bb_customer_login.col2-set .col-1 .bb_customer_login,.woocommerce .bb_customer_login.col2-set .col-2 .bb_customer_login{padding:0}.woocommerce .woocommerce-MyAccount-content .bb_customer_login{width:50%;margin:0 auto;padding:3rem}.woocommerce .woocommerce-MyAccount-content .bb_customer_login>h2{display:none}@media (max-width:1200px){.has-sidebar .woocommerce .woocommerce-MyAccount-content .bb_customer_login{width:80%}}@media (max-width:992px){.woocommerce .woocommerce-MyAccount-content .bb_customer_login{width:80%}.has-sidebar .woocommerce .woocommerce-MyAccount-content .bb_customer_login{width:95%;padding-left:1rem;padding-right:1rem}}@media (max-width:544px){.woocommerce .woocommerce-MyAccount-content .bb_customer_login{width:90%;padding-left:1rem;padding-right:1rem}}.woocommerce .wc-LostPassword{padding:3rem;width:50%;margin:0 auto}.woocommerce .wc-LostPassword .bs_woocommerce_reset_message{font-size:14px;color:#939597;margin-bottom:1rem;line-height:1.3rem}.woocommerce .wc-LostPassword .bs_woocommerce_reset_ctrls{text-align:right}@media (max-width:800px){.woocommerce .wc-LostPassword{width:80%}}@media (max-width:544px){.woocommerce .wc-LostPassword{width:100%}}.woocommerce section.woocommerce-order-details p.order-again{text-align:right}.woocommerce section.woocommerce-order-details p.order-again a.button{padding:8px 2em}.woocommerce section.woocommerce-order-details p.order-again a.button:hover{background-color:#0f74e0;color:#fff}.woocommerce .woocommerce-table--order-details{border:0}.woocommerce .woocommerce-table--order-details td,.woocommerce .woocommerce-table--order-details th{padding-top:8px;padding-bottom:8px;font-size:14px;border-bottom:0;vertical-align:top;border-top:1px solid var(--bb-content-border-color)}.woocommerce .woocommerce-table--order-details thead th{text-transform:uppercase;font-size:14px;color:var(--bb-alternate-text-color);font-weight:500}.woocommerce .woocommerce-table--order-details tfoot td,.woocommerce .woocommerce-table--order-details tfoot th{font-weight:400}.woocommerce .order_details_items thead tr:first-child td,.woocommerce .order_details_items thead tr:first-child th{border-top:0}@media (max-width:544px){.woocommerce .order_details_items thead tr:first-child th.product-thumb{display:none}}.woocommerce .order_details_items tbody tr:last-child td,.woocommerce .order_details_items tbody tr:last-child th{border-bottom:1px solid var(--bb-content-border-color);border-radius:0}.woocommerce .order_details_items td.product-name a{color:var(--bb-headings-color);font-weight:500}.woocommerce .order_details_items td.product-name a:hover{color:var(--bb-primary-color)}.woocommerce .order_details_items td.product-total,.woocommerce .order_details_items th.product-total{width:190px;text-align:right}.woocommerce .order_details_items td.product-total span.woocommerce-Price-amount,.woocommerce .order_details_items th.product-total span.woocommerce-Price-amount{font-weight:700}@media (max-width:544px){.woocommerce .order_details_items td.product-total,.woocommerce .order_details_items th.product-total{text-align:right}}@media (max-width:1200px){.woocommerce .order_details_items td.product-total{width:auto}}.woocommerce .order_details_items tr.product-purchase-note td{padding-top:8px}.woocommerce .order_details_items td:not(.product-thumb){padding-top:15px;padding-bottom:15px}.woocommerce .order_details_items td.product-thumb{width:120px}.woocommerce .order_details_items td.product-thumb img{max-width:100px}@media (max-width:992px){.woocommerce .order_details_items td.product-thumb{width:90px}.woocommerce .order_details_items td.product-thumb img{max-width:80px}}.woocommerce .order_details_items .bb_sku_wrapper{display:block;color:var(--bb-alternate-text-color);font-size:13px;line-height:1}.woocommerce table.order_details_total{width:70%;float:right}.woocommerce table.order_details_total tfoot td,.woocommerce table.order_details_total tfoot th{border-top:0;border-bottom:0;padding-top:4px;padding-bottom:4px;color:var(--bb-alternate-text-color);font-weight:400}.woocommerce table.order_details_total th{text-transform:uppercase}.woocommerce table.order_details_total tfoot td:last-child{width:190px;color:var(--bb-body-text-color);text-align:right}@media (max-width:800px){.woocommerce table.order_details_total tfoot td:last-child{text-align:right}}.woocommerce table.order_details_total tfoot tr:last-child td,.woocommerce table.order_details_total tfoot tr:last-child th{color:var(--bb-body-text-color);font-weight:700}@media (max-width:992px){.woocommerce table.order_details_total{width:100%;float:none}.woocommerce table.order_details_total td,.woocommerce table.order_details_total th{padding-top:4px;padding-bottom:4px}}.woocommerce .order_details_note{clear:both}.woocommerce .order_details_note th{color:var(--bb-body-text-color)}.woocommerce section.woocommerce-customer-details{padding:0 12px}.woocommerce section.woocommerce-customer-details h2.woocommerce-column__title{font-size:17px;margin-bottom:.5rem}.woocommerce section.woocommerce-customer-details .woocommerce-column h2.woocommerce-column__title{font-size:17px;margin-bottom:.5rem}.woocommerce section.woocommerce-customer-details .woocommerce-column.woocommerce-column--1{width:64%}.woocommerce section.woocommerce-customer-details .woocommerce-column.woocommerce-column--2{width:32%}@media (max-width:992px){.woocommerce section.woocommerce-customer-details .woocommerce-column,.woocommerce section.woocommerce-customer-details .woocommerce-column.woocommerce-column--1,.woocommerce section.woocommerce-customer-details .woocommerce-column.woocommerce-column--2{width:100%;float:none}.woocommerce section.woocommerce-customer-details .woocommerce-column.woocommerce-column--1{margin-bottom:30px}}.woocommerce section.woocommerce-customer-details address{border:0;padding:0;font-size:14px}.woocommerce section.woocommerce-customer-details address .woocommerce-customer-details--email:before,.woocommerce section.woocommerce-customer-details address .woocommerce-customer-details--phone:before{line-height:2.15}.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--subcolumn{font-size:14px}.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--subcolumn .woocommerce-customer-details--email:before,.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--subcolumn .woocommerce-customer-details--phone:before{line-height:2.15}.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--billwrap{display:-webkit-box;display:-ms-flexbox;display:flex}.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--billwrap .woocommerce-customer-details--maincolumn{margin-right:50px}@media (max-width:1200px){.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--billwrap .woocommerce-customer-details--maincolumn{margin-right:25px}}@media (max-width:992px){.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--billwrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--billwrap .woocommerce-customer-details--maincolumn{margin-right:0}}.woocommerce mark{background-color:var(--bb-body-background-color);color:var(--bb-body-text-color)}@media (max-width:800px){.woocommerce .bsMyAccount{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.woocommerce .woocommerce-MyAccount-navigation{width:100%}.woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading h5 a.push-my-account-nav{display:block}.woocommerce .woocommerce-MyAccount-navigation ul.woocommerce-MyAccount-menu{display:none}.woocommerce .woocommerce-MyAccount-content{border-left:0}}.woocommerce .bsMyAccount--dashboard .wc-MyAccount-inner-content{padding-bottom:10px}.woocommerce .bsMyAccount--dashboard .wc-MyAccount-sub-heading{border-bottom:0;padding-bottom:0}.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block{background-color:var(--bb-content-background-color)}.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .wc-MyAccount-sub-heading{border-bottom:1px solid var(--bb-content-border-color);padding-top:10px;padding-bottom:5px}.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .wc-MyAccount-sub-heading h2{text-transform:uppercase;font-size:14px;margin-bottom:0}.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .my_account_orders{margin-bottom:0}.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields{width:100%;margin:0}.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 -10px}.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split .wcf-col{width:50%;margin:0 10px}.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split fieldset{margin:0;padding:0}@media (max-width:1200px){.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0}.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split .wcf-col{width:100%;margin:0}}.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .col2-set{display:-webkit-box;display:-ms-flexbox;display:flex;margin:20px 0;padding:0}.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .col2-set:after,.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .col2-set:before{display:none}@media (max-width:992px){.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .col2-set{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (max-width:992px){.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .woocommerce-Address{width:100%}.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .woocommerce-Address.col-1{margin-right:0;margin-bottom:20px}.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .woocommerce-Address.col-2{margin-left:0}}.woocommerce .bsMyAccount--dashboard .woocommerce-Address{width:50%;margin:0;float:none;background-color:var(--bb-content-background-color)}.woocommerce .bsMyAccount--dashboard .woocommerce-Address address{padding:20px}.woocommerce .bsMyAccount--dashboard .woocommerce-Address.col-1{margin-right:10px}.woocommerce .bsMyAccount--dashboard .woocommerce-Address.col-2{margin-left:10px}.woocommerce .bsMyAccount--dashboard .woocommerce-Address-title{border-bottom:1px solid #eef0f3;padding:10px 20px 5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.woocommerce .bsMyAccount--dashboard .woocommerce-Address-title h3{text-transform:uppercase;font-size:14px;margin-bottom:0;font-weight:500}.woocommerce .bsMyAccount--dashboard .woocommerce-Address-title a.edit{margin-left:auto}.woocommerce .bsMyAccount--dashboard-inner .shop_table.order_details .order_item:first-child:last-child>td,.woocommerce .bsMyAccount--dashboard-inner .shop_table.order_details .order_item:last-child>td{border:0}.woocommerce .bsMyAccount--dashboard-inner .shop_table.order_details .order_item .product-name .product-quantity{margin-right:10px}.woocommerce .bsMyAccount--dashboard-inner tfoot tr:first-child td,.woocommerce .bsMyAccount--dashboard-inner tfoot tr:first-child th{border-bottom:0}.woocommerce .bsMyAccount--dashboard-inner table.order_details tr:last-child td:first-child,.woocommerce .bsMyAccount--dashboard-inner table.subscription_details tr:last-child td:first-child{border-bottom-left-radius:0}.woocommerce .bsMyAccount--dashboard-inner table.order_details tr:last-child td:last-child,.woocommerce .bsMyAccount--dashboard-inner table.subscription_details tr:last-child td:last-child{border-bottom-right-radius:0}@media (max-width:800px){.woocommerce .bsMyAccount.bsMyAccount--dashboard .MyAccount-content--dashboard>.wc-MyAccount-inner-content{padding-left:0;padding-right:0}}@media (max-width:1200px){.logged-in.woocommerce-account.has-sidebar .widget-area:not(.widget-area-secondary){-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.logged-in.woocommerce-account.has-sidebar:not(.profile-sidebar,.group-sidebar,.sfwd-sidebar,.llms-pointer) #primary{max-width:100%}}@media (max-width:800px){.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb,.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb{text-align:center!important;width:100%}.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb img,.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb img{max-width:100px;width:100px}.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb:before,.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb:before{display:none}.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr:nth-child(2n) td,.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr:nth-child(2n) td{background-color:#fff}.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tbody tr:last-child td,.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items tbody tr:last-child td{border-bottom:0}.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr.woocommerce-table__line-item,.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr.woocommerce-table__line-item{margin-bottom:30px}.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr.woocommerce-table__product-purchase-note,.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr.woocommerce-table__product-purchase-note{position:relative;bottom:30px}.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr td.woocommerce-table__product-thumb,.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr td.woocommerce-table__product-thumb{border-top:0}}body.woocommerce-account:not(.llms-pointer) header.entry-header{display:none}.woocommerce-account .select2-container .select2-results,.woocommerce-account .select2-container .select2-selection--single,.woocommerce-account .select2-container input{font-size:14px}.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--members-area a:before{font-family:bb-icons;content:"\eed4"}.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--subscriptions a:before{font-family:bb-icons;content:"\ef04"}.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--wc-smart-coupons a:before{font-family:bb-icons;content:"\e976"} \ No newline at end of file diff --git a/web/app/themes/buddyboss-theme/assets/icons/css/bb-icons.css b/web/app/themes/buddyboss-theme/assets/icons/css/bb-icons.css index dd98a20b..975c0b1d 100644 --- a/web/app/themes/buddyboss-theme/assets/icons/css/bb-icons.css +++ b/web/app/themes/buddyboss-theme/assets/icons/css/bb-icons.css @@ -1,77 +1,77 @@ /*! - * BuddyBoss Icon 1.0.2 - https://buddyboss.com + * BuddyBoss Icon 1.0.4 - https://buddyboss.com * License - MIT * Copyright 2022 */ @font-face { font-family: 'bb-icons'; - src: url('../fonts/round-lined.eot?1677145026'); - src: url('../fonts/round-lined.eot?1677145026#iefix') format('embedded-opentype'), - url('../fonts/round-lined.woff2?1677145026') format('woff2'), - url('../fonts/round-lined.woff?1677145026') format('woff'), - url('../fonts/round-lined.ttf?1677145026') format('truetype'), - url('../fonts/round-lined.svg?1677145026#round-lined') format('svg'); + src: url('../fonts/round-lined.eot?1696234609'); + src: url('../fonts/round-lined.eot?1696234609#iefix') format('embedded-opentype'), + url('../fonts/round-lined.woff2?1696234609') format('woff2'), + url('../fonts/round-lined.woff?1696234609') format('woff'), + url('../fonts/round-lined.ttf?1696234609') format('truetype'), + url('../fonts/round-lined.svg?1696234609#round-lined') format('svg'); font-weight: 100; font-style: normal; } @font-face { font-family: 'bb-icons'; - src: url('../fonts/round-filled.eot?1677145026'); - src: url('../fonts/round-filled.eot?1677145026#iefix') format('embedded-opentype'), - url('../fonts/round-filled.woff2?1677145026') format('woff2'), - url('../fonts/round-filled.woff?1677145026') format('woff'), - url('../fonts/round-filled.ttf?1677145026') format('truetype'), - url('../fonts/round-filled.svg?1677145026#round-lined') format('svg'); + src: url('../fonts/round-filled.eot?1696234609'); + src: url('../fonts/round-filled.eot?1696234609#iefix') format('embedded-opentype'), + url('../fonts/round-filled.woff2?1696234609') format('woff2'), + url('../fonts/round-filled.woff?1696234609') format('woff'), + url('../fonts/round-filled.ttf?1696234609') format('truetype'), + url('../fonts/round-filled.svg?1696234609#round-lined') format('svg'); font-weight: 200; font-style: normal; } @font-face { font-family: 'bb-icons'; - src: url('../fonts/filled.eot?1677145026'); - src: url('../fonts/filled.eot?1677145026#iefix') format('embedded-opentype'), - url('../fonts/filled.woff2?1677145026') format('woff2'), - url('../fonts/filled.woff?1677145026') format('woff'), - url('../fonts/filled.ttf?1677145026') format('truetype'), - url('../fonts/filled.svg?1677145026#round-lined') format('svg'); + src: url('../fonts/filled.eot?1696234609'); + src: url('../fonts/filled.eot?1696234609#iefix') format('embedded-opentype'), + url('../fonts/filled.woff2?1696234609') format('woff2'), + url('../fonts/filled.woff?1696234609') format('woff'), + url('../fonts/filled.ttf?1696234609') format('truetype'), + url('../fonts/filled.svg?1696234609#round-lined') format('svg'); font-weight: 300; font-style: normal; } @font-face { font-family: 'bb-icons'; - src: url('../fonts/lined.eot?1677145026'); - src: url('../fonts/lined.eot?1677145026#iefix') format('embedded-opentype'), - url('../fonts/lined.woff2?1677145026') format('woff2'), - url('../fonts/lined.woff?1677145026') format('woff'), - url('../fonts/lined.ttf?1677145026') format('truetype'), - url('../fonts/lined.svg?1677145026#round-lined') format('svg'); + src: url('../fonts/lined.eot?1696234609'); + src: url('../fonts/lined.eot?1696234609#iefix') format('embedded-opentype'), + url('../fonts/lined.woff2?1696234609') format('woff2'), + url('../fonts/lined.woff?1696234609') format('woff'), + url('../fonts/lined.ttf?1696234609') format('truetype'), + url('../fonts/lined.svg?1696234609#round-lined') format('svg'); font-weight: 400; font-style: normal; } @font-face { font-family: 'bb-icons'; - src: url('../fonts/box-lined.eot?1677145026'); - src: url('../fonts/box-lined.eot?1677145026#iefix') format('embedded-opentype'), - url('../fonts/box-lined.woff2?1677145026') format('woff2'), - url('../fonts/box-lined.woff?1677145026') format('woff'), - url('../fonts/box-lined.ttf?1677145026') format('truetype'), - url('../fonts/box-lined.svg?1677145026#round-lined') format('svg'); + src: url('../fonts/box-lined.eot?1696234609'); + src: url('../fonts/box-lined.eot?1696234609#iefix') format('embedded-opentype'), + url('../fonts/box-lined.woff2?1696234609') format('woff2'), + url('../fonts/box-lined.woff?1696234609') format('woff'), + url('../fonts/box-lined.ttf?1696234609') format('truetype'), + url('../fonts/box-lined.svg?1696234609#round-lined') format('svg'); font-weight: 500; font-style: normal; } @font-face { font-family: 'bb-icons'; - src: url('../fonts/box-filled.eot?1677145026'); - src: url('../fonts/box-filled.eot?1677145026#iefix') format('embedded-opentype'), - url('../fonts/box-filled.woff2?1677145026') format('woff2'), - url('../fonts/box-filled.woff?1677145026') format('woff'), - url('../fonts/box-filled.ttf?1677145026') format('truetype'), - url('../fonts/box-filled.svg?1677145026#round-lined') format('svg'); + src: url('../fonts/box-filled.eot?1696234609'); + src: url('../fonts/box-filled.eot?1696234609#iefix') format('embedded-opentype'), + url('../fonts/box-filled.woff2?1696234609') format('woff2'), + url('../fonts/box-filled.woff?1696234609') format('woff'), + url('../fonts/box-filled.ttf?1696234609') format('truetype'), + url('../fonts/box-filled.svg?1696234609#round-lined') format('svg'); font-weight: 600; font-style: normal; } @@ -788,6 +788,18 @@ /* 'īؑ' */ +.bb-icon-brand-x:before { + content: '\ea12'; +} + +/* 'īؒ' */ + +.bb-icon-thumbtack-times:before { + content: '\ea13'; +} + +/* 'īؓ' */ + .bb-icon-activity-slash:before { content: '\ed90'; } diff --git a/web/app/themes/buddyboss-theme/assets/icons/css/bb-icons.min.css b/web/app/themes/buddyboss-theme/assets/icons/css/bb-icons.min.css index c8dbab96..8ef0bfb8 100644 --- a/web/app/themes/buddyboss-theme/assets/icons/css/bb-icons.min.css +++ b/web/app/themes/buddyboss-theme/assets/icons/css/bb-icons.min.css @@ -1 +1 @@ -@font-face{font-family:bb-icons;src:url('../fonts/round-lined.eot?1677145026');src:url('../fonts/round-lined.eot?1677145026#iefix') format('embedded-opentype'),url('../fonts/round-lined.woff2?1677145026') format('woff2'),url('../fonts/round-lined.woff?1677145026') format('woff'),url('../fonts/round-lined.ttf?1677145026') format('truetype'),url('../fonts/round-lined.svg?1677145026#round-lined') format('svg');font-weight:100;font-style:normal}@font-face{font-family:bb-icons;src:url('../fonts/round-filled.eot?1677145026');src:url('../fonts/round-filled.eot?1677145026#iefix') format('embedded-opentype'),url('../fonts/round-filled.woff2?1677145026') format('woff2'),url('../fonts/round-filled.woff?1677145026') format('woff'),url('../fonts/round-filled.ttf?1677145026') format('truetype'),url('../fonts/round-filled.svg?1677145026#round-lined') format('svg');font-weight:200;font-style:normal}@font-face{font-family:bb-icons;src:url('../fonts/filled.eot?1677145026');src:url('../fonts/filled.eot?1677145026#iefix') format('embedded-opentype'),url('../fonts/filled.woff2?1677145026') format('woff2'),url('../fonts/filled.woff?1677145026') format('woff'),url('../fonts/filled.ttf?1677145026') format('truetype'),url('../fonts/filled.svg?1677145026#round-lined') format('svg');font-weight:300;font-style:normal}@font-face{font-family:bb-icons;src:url('../fonts/lined.eot?1677145026');src:url('../fonts/lined.eot?1677145026#iefix') format('embedded-opentype'),url('../fonts/lined.woff2?1677145026') format('woff2'),url('../fonts/lined.woff?1677145026') format('woff'),url('../fonts/lined.ttf?1677145026') format('truetype'),url('../fonts/lined.svg?1677145026#round-lined') format('svg');font-weight:400;font-style:normal}@font-face{font-family:bb-icons;src:url('../fonts/box-lined.eot?1677145026');src:url('../fonts/box-lined.eot?1677145026#iefix') format('embedded-opentype'),url('../fonts/box-lined.woff2?1677145026') format('woff2'),url('../fonts/box-lined.woff?1677145026') format('woff'),url('../fonts/box-lined.ttf?1677145026') format('truetype'),url('../fonts/box-lined.svg?1677145026#round-lined') format('svg');font-weight:500;font-style:normal}@font-face{font-family:bb-icons;src:url('../fonts/box-filled.eot?1677145026');src:url('../fonts/box-filled.eot?1677145026#iefix') format('embedded-opentype'),url('../fonts/box-filled.woff2?1677145026') format('woff2'),url('../fonts/box-filled.woff?1677145026') format('woff'),url('../fonts/box-filled.ttf?1677145026') format('truetype'),url('../fonts/box-filled.svg?1677145026#round-lined') format('svg');font-weight:600;font-style:normal}[class*=" bb-icon-"]:before,[class^=bb-icon-]:before{font-family:bb-icons;font-style:normal;speak:never;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bb-icon-rl,.bb-icon-round-lined{font-family:bb-icons;font-weight:100}.bb-icon-rf,.bb-icon-round-filled{font-family:bb-icons;font-weight:200}.bb-icon-f,.bb-icon-filled{font-family:bb-icons;font-weight:300}.bb-icon-l,.bb-icon-lined{font-family:bb-icons;font-weight:400}.bb-icon-bl,.bb-icon-box-lined{font-family:bb-icons;font-weight:500}.bb-icon-bf,.bb-icon-box-filled{font-family:bb-icons;font-weight:600}.bb-icon-brand-meetup:before{content:'\e800'}.bb-icon-ball-soccer:before{content:'\e801'}.bb-icon-brand-onesignal:before{content:'\e802'}.bb-icon-calendar:before{content:'\e803'}.bb-icon-thumbtack:before{content:'\e804'}.bb-icon-award-slash:before{content:'\e805'}.bb-icon-car-small:before{content:'\e806'}.bb-icon-brand-facebook-f:before{content:'\e807'}.bb-icon-angle-down:before{content:'\e826'}.bb-icon-angle-right:before{content:'\e827'}.bb-icon-times:before{content:'\e828'}.bb-icon-activity:before{content:'\e854'}.bb-icon-question-triangle:before{content:'\e855'}.bb-icon-align-center:before{content:'\e856'}.bb-icon-airplay:before{content:'\e857'}.bb-icon-align-justify:before{content:'\e858'}.bb-icon-align-left:before{content:'\e859'}.bb-icon-align-right:before{content:'\e85a'}.bb-icon-anchor:before{content:'\e85d'}.bb-icon-brand-aperture:before{content:'\e85e'}.bb-icon-arrow-left:before{content:'\e85f'}.bb-icon-arrow-right:before{content:'\e860'}.bb-icon-arrow-down:before{content:'\e861'}.bb-icon-arrow-up:before{content:'\e864'}.bb-icon-award:before{content:'\e865'}.bb-icon-at:before{content:'\e867'}.bb-icon-chart-bar-v:before{content:'\e868'}.bb-icon-battery:before{content:'\e869'}.bb-icon-bell-slash:before{content:'\e86a'}.bb-icon-battery-empty:before{content:'\e86b'}.bb-icon-bluetooth:before{content:'\e86c'}.bb-icon-bell:before{content:'\e86d'}.bb-icon-book:before{content:'\e86e'}.bb-icon-briefcase:before{content:'\e86f'}.bb-icon-camera-slash:before{content:'\e870'}.bb-icon-bookmark:before{content:'\e872'}.bb-icon-cube:before{content:'\e873'}.bb-icon-checkbox:before{content:'\e875'}.bb-icon-check:before{content:'\e876'}.bb-icon-cast:before{content:'\e878'}.bb-icon-angle-up:before{content:'\e87c'}.bb-icon-angle-double-down:before{content:'\e87d'}.bb-icon-angle-double-right:before{content:'\e87e'}.bb-icon-angle-double-up:before{content:'\e87f'}.bb-icon-angle-double-left:before{content:'\e880'}.bb-icon-circle:before{content:'\e881'}.bb-icon-clipboard:before{content:'\e882'}.bb-icon-brand-chrome:before{content:'\e883'}.bb-icon-clock:before{content:'\e884'}.bb-icon-cloud-lightning:before{content:'\e885'}.bb-icon-cloud-drizzle:before{content:'\e886'}.bb-icon-cloud-slash:before{content:'\e888'}.bb-icon-cloud-download:before{content:'\e889'}.bb-icon-sidebar:before{content:'\e8a0'}.bb-icon-bell-plus:before{content:'\e8a5'}.bb-icon-angle-left:before{content:'\e8ab'}.bb-icon-cloud:before{content:'\e945'}.bb-icon-bold:before{content:'\e94a'}.bb-icon-users:before{content:'\e95d'}.bb-icon-comment-activity:before{content:'\e967'}.bb-icon-book-open:before{content:'\e96f'}.bb-icon-certificate:before{content:'\e975'}.bb-icon-box:before{content:'\e976'}.bb-icon-browser-code:before{content:'\e977'}.bb-icon-comment:before{content:'\e979'}.bb-icon-file-attach:before{content:'\e980'}.bb-icon-attach:before{content:'\e9e6'}.bb-icon-upload:before{content:'\e9e8'}.bb-icon-thumbtack-star:before{content:'\e9e9'}.bb-icon-brand-bunnynet:before{content:'\e9ea'}.bb-icon-hand-pointer:before{content:'\e9ec'}.bb-icon-image-plus:before{content:'\e9ed'}.bb-icon-minimize:before{content:'\e9ee'}.bb-icon-spinner-alt:before{content:'\e9ef'}.bb-icon-picture-in-picture:before{content:'\e9f0'}.bb-icon-video-plus:before{content:'\e9f1'}.bb-icon-cart-slash:before{content:'\e9f2'}.bb-icon-brand-intercom:before{content:'\e9f3'}.bb-icon-cloud-check:before{content:'\e9f4'}.bb-icon-cloud-exclamation:before{content:'\e9f5'}.bb-icon-cloud-times:before{content:'\e9f6'}.bb-icon-crown:before{content:'\e9f7'}.bb-icon-emoticon-confused:before{content:'\e9f8'}.bb-icon-folder-download:before{content:'\e9f9'}.bb-icon-folder-move:before{content:'\e9fa'}.bb-icon-folder-upload:before{content:'\e9fb'}.bb-icon-grip-h:before{content:'\e9fc'}.bb-icon-grip-v:before{content:'\e9fd'}.bb-icon-image-move:before{content:'\e9fe'}.bb-icon-mobile-slash:before{content:'\e9ff'}.bb-icon-split:before{content:'\ea00'}.bb-icon-star-slash:before{content:'\ea01'}.bb-icon-stopwatch:before{content:'\ea02'}.bb-icon-strikethrough:before{content:'\ea03'}.bb-icon-trophy-slash:before{content:'\ea04'}.bb-icon-u-turn-down:before{content:'\ea05'}.bb-icon-u-turn-left:before{content:'\ea06'}.bb-icon-u-turn-right:before{content:'\ea07'}.bb-icon-u-turn-up:before{content:'\ea08'}.bb-icon-user-arrow-down:before{content:'\ea09'}.bb-icon-user-arrow-up:before{content:'\ea0a'}.bb-icon-user-crown:before{content:'\ea0b'}.bb-icon-user-friends-plus:before{content:'\ea0c'}.bb-icon-file-article:before{content:'\ea0d'}.bb-icon-globe-alt:before{content:'\ea0e'}.bb-icon-newspaper:before{content:'\ea0f'}.bb-icon-user-cancel:before{content:'\ea10'}.bb-icon-user-info:before{content:'\ea11'}.bb-icon-activity-slash:before{content:'\ed90'}.bb-icon-address-book:before{content:'\ed91'}.bb-icon-alarm:before{content:'\ed93'}.bb-icon-album:before{content:'\ed94'}.bb-icon-arrows:before{content:'\eda5'}.bb-icon-arrows-h:before{content:'\eda6'}.bb-icon-arrows-v:before{content:'\eda7'}.bb-icon-article:before{content:'\eda9'}.bb-icon-article-slash:before{content:'\edaa'}.bb-icon-asterisk:before{content:'\edab'}.bb-icon-audio-description:before{content:'\edad'}.bb-icon-backward:before{content:'\edaf'}.bb-icon-brand-memberpress:before{content:'\edb0'}.bb-icon-bars:before{content:'\edb1'}.bb-icon-bars-2:before{content:'\edb2'}.bb-icon-battery-full:before{content:'\edb5'}.bb-icon-battery-half:before{content:'\edb6'}.bb-icon-battery-quarter:before{content:'\edb7'}.bb-icon-battery-slash:before{content:'\edb8'}.bb-icon-battery-three-quarters:before{content:'\edb9'}.bb-icon-bolt:before{content:'\edbf'}.bb-icon-books:before{content:'\edc3'}.bb-icon-brand-android:before{content:'\edc5'}.bb-icon-brand-apple:before{content:'\edc7'}.bb-icon-brand-buddyboss:before{content:'\edc8'}.bb-icon-brand-buddyboss-app:before{content:'\edc9'}.bb-icon-brand-buddyboss-bolt:before{content:'\edca'}.bb-icon-brand-buddypress:before{content:'\edcb'}.bb-icon-brand-clubhouse:before{content:'\edcd'}.bb-icon-brand-codepen:before{content:'\edce'}.bb-icon-brand-dribbble:before{content:'\edcf'}.bb-icon-brand-edge:before{content:'\edd0'}.bb-icon-brand-elementor:before{content:'\edd1'}.bb-icon-brand-facebook:before{content:'\edd2'}.bb-icon-brand-firefox:before{content:'\edd3'}.bb-icon-brand-flickr:before{content:'\edd4'}.bb-icon-brand-gamipress:before{content:'\edd5'}.bb-icon-brand-github:before{content:'\edd6'}.bb-icon-brand-google:before{content:'\edd7'}.bb-icon-brand-gitlab:before{content:'\edd8'}.bb-icon-brand-google-admob:before{content:'\edd9'}.bb-icon-brand-google-firebase:before{content:'\edda'}.bb-icon-brand-google-fonts:before{content:'\eddb'}.bb-icon-brand-instagram:before{content:'\eddc'}.bb-icon-brand-learndash:before{content:'\eddd'}.bb-icon-brand-lifterlms:before{content:'\edde'}.bb-icon-brand-linkedin:before{content:'\eddf'}.bb-icon-brand-medium:before{content:'\ede0'}.bb-icon-brand-paidmembershipspro:before{content:'\ede4'}.bb-icon-brand-pinterest:before{content:'\ede5'}.bb-icon-brand-pusher:before{content:'\ede6'}.bb-icon-brand-quora:before{content:'\ede7'}.bb-icon-brand-reddit:before{content:'\ede8'}.bb-icon-brand-restrictcontentpro:before{content:'\ede9'}.bb-icon-brand-safari:before{content:'\edea'}.bb-icon-brand-skype:before{content:'\edeb'}.bb-icon-brand-snapchat:before{content:'\edec'}.bb-icon-brand-slack:before{content:'\eded'}.bb-icon-brand-spotify:before{content:'\edee'}.bb-icon-brand-telegram:before{content:'\edef'}.bb-icon-brand-tiktok:before{content:'\edf0'}.bb-icon-brand-tumblr:before{content:'\edf1'}.bb-icon-brand-tutorlms:before{content:'\edf2'}.bb-icon-brand-twitch:before{content:'\edf3'}.bb-icon-brand-twitter:before{content:'\edf4'}.bb-icon-brand-vimeo:before{content:'\edf5'}.bb-icon-brand-vk:before{content:'\edf6'}.bb-icon-brand-whatsapp:before{content:'\edf7'}.bb-icon-brand-wishlistmember:before{content:'\edf8'}.bb-icon-brand-woocommerce:before{content:'\edf9'}.bb-icon-brand-wordpress:before{content:'\edfa'}.bb-icon-brand-xing:before{content:'\edfb'}.bb-icon-brand-youtube:before{content:'\edfc'}.bb-icon-brand-zoom:before{content:'\edfd'}.bb-icon-browser:before{content:'\edff'}.bb-icon-browser-terminal:before{content:'\ee01'}.bb-icon-bug:before{content:'\ee02'}.bb-icon-bullhorn:before{content:'\ee03'}.bb-icon-bullseye:before{content:'\ee04'}.bb-icon-lightbulb:before{content:'\ee05'}.bb-icon-camera:before{content:'\ee06'}.bb-icon-cancel:before{content:'\ee08'}.bb-icon-caret-down:before{content:'\ee09'}.bb-icon-caret-left:before{content:'\ee0a'}.bb-icon-caret-right:before{content:'\ee0b'}.bb-icon-caret-up:before{content:'\ee0c'}.bb-icon-chart-area:before{content:'\ee10'}.bb-icon-chart-bar-h:before{content:'\ee11'}.bb-icon-chart-bar-trending:before{content:'\ee12'}.bb-icon-chart-line:before{content:'\ee14'}.bb-icon-chart-pie:before{content:'\ee15'}.bb-icon-closed-captioning:before{content:'\ee1b'}.bb-icon-cloud-rain:before{content:'\ee20'}.bb-icon-cloud-snow:before{content:'\ee22'}.bb-icon-cloud-sync:before{content:'\ee23'}.bb-icon-cloud-upload:before{content:'\ee24'}.bb-icon-code:before{content:'\ee25'}.bb-icon-code-branch:before{content:'\ee26'}.bb-icon-cog:before{content:'\ee27'}.bb-icon-cogs:before{content:'\ee28'}.bb-icon-coin:before{content:'\ee29'}.bb-icon-coins:before{content:'\ee2a'}.bb-icon-columns:before{content:'\ee2b'}.bb-icon-command:before{content:'\ee2c'}.bb-icon-comment-dots:before{content:'\ee2f'}.bb-icon-comment-notification:before{content:'\ee30'}.bb-icon-comments:before{content:'\ee31'}.bb-icon-comment-slash:before{content:'\ee32'}.bb-icon-comment-square:before{content:'\ee33'}.bb-icon-comment-square-dots:before{content:'\ee34'}.bb-icon-comment-square-slash:before{content:'\ee35'}.bb-icon-comments-slash:before{content:'\ee36'}.bb-icon-comments-square:before{content:'\ee37'}.bb-icon-comments-square-slash:before{content:'\ee38'}.bb-icon-compass:before{content:'\ee39'}.bb-icon-compress:before{content:'\ee3a'}.bb-icon-copy:before{content:'\ee3b'}.bb-icon-copyright:before{content:'\ee3c'}.bb-icon-corner-left:before{content:'\ee3d'}.bb-icon-corner-right:before{content:'\ee3e'}.bb-icon-course:before{content:'\ee3f'}.bb-icon-course-slash:before{content:'\ee40'}.bb-icon-cpu:before{content:'\ee41'}.bb-icon-credit-card:before{content:'\ee42'}.bb-icon-crop:before{content:'\ee43'}.bb-icon-crosshairs:before{content:'\ee44'}.bb-icon-currency-bitcoin:before{content:'\ee46'}.bb-icon-currency-crypto:before{content:'\ee47'}.bb-icon-currency-dollar:before{content:'\ee48'}.bb-icon-currency-euro:before{content:'\ee49'}.bb-icon-currency-lira:before{content:'\ee4a'}.bb-icon-currency-peso:before{content:'\ee4b'}.bb-icon-currency-pound:before{content:'\ee4c'}.bb-icon-currency-ruble:before{content:'\ee4d'}.bb-icon-currency-rupee:before{content:'\ee4e'}.bb-icon-currency-won:before{content:'\ee4f'}.bb-icon-currency-yen:before{content:'\ee50'}.bb-icon-cut:before{content:'\ee51'}.bb-icon-database:before{content:'\ee52'}.bb-icon-delete-tag:before{content:'\ee53'}.bb-icon-desktop:before{content:'\ee54'}.bb-icon-divide:before{content:'\ee55'}.bb-icon-dot-circle:before{content:'\ee56'}.bb-icon-download:before{content:'\ee57'}.bb-icon-droplet:before{content:'\ee58'}.bb-icon-duplicate:before{content:'\ee59'}.bb-icon-edit:before{content:'\ee5a'}.bb-icon-eject:before{content:'\ee5b'}.bb-icon-ellipsis-h:before{content:'\ee5c'}.bb-icon-ellipsis-v:before{content:'\ee5d'}.bb-icon-emoticon-frown:before{content:'\ee5e'}.bb-icon-emoticon-smile:before{content:'\ee5f'}.bb-icon-emoticon-wink:before{content:'\ee60'}.bb-icon-emotion-laugh:before{content:'\ee61'}.bb-icon-envelope:before{content:'\ee62'}.bb-icon-envelope-open:before{content:'\ee63'}.bb-icon-exchange:before{content:'\ee64'}.bb-icon-exclamation:before{content:'\ee65'}.bb-icon-exclamation-triangle:before{content:'\ee66'}.bb-icon-expand:before{content:'\ee67'}.bb-icon-external-link:before{content:'\ee68'}.bb-icon-eye:before{content:'\ee69'}.bb-icon-eye-slash:before{content:'\ee6a'}.bb-icon-fast-backward:before{content:'\ee6b'}.bb-icon-fast-forward:before{content:'\ee6c'}.bb-icon-feather:before{content:'\ee6d'}.bb-icon-file:before{content:'\ee6e'}.bb-icon-file-album:before{content:'\ee6f'}.bb-icon-file-archive:before{content:'\ee70'}.bb-icon-file-audio:before{content:'\ee72'}.bb-icon-file-bookmark:before{content:'\ee73'}.bb-icon-file-checklist:before{content:'\ee74'}.bb-icon-file-cloud:before{content:'\ee75'}.bb-icon-file-code:before{content:'\ee76'}.bb-icon-file-contact:before{content:'\ee77'}.bb-icon-file-css:before{content:'\ee78'}.bb-icon-file-design:before{content:'\ee79'}.bb-icon-file-doc:before{content:'\ee7a'}.bb-icon-file-dollar:before{content:'\ee7b'}.bb-icon-file-download:before{content:'\ee7c'}.bb-icon-file-excel:before{content:'\ee7d'}.bb-icon-file-exclamation:before{content:'\ee7e'}.bb-icon-file-export:before{content:'\ee7f'}.bb-icon-file-font:before{content:'\ee80'}.bb-icon-file-gif:before{content:'\ee81'}.bb-icon-file-globe:before{content:'\ee82'}.bb-icon-file-image:before{content:'\ee83'}.bb-icon-file-import:before{content:'\ee84'}.bb-icon-file-info:before{content:'\ee85'}.bb-icon-file-list:before{content:'\ee86'}.bb-icon-file-list-numeric:before{content:'\ee87'}.bb-icon-file-minus:before{content:'\ee88'}.bb-icon-file-mobile:before{content:'\ee89'}.bb-icon-file-pdf:before{content:'\ee8a'}.bb-icon-file-plus:before{content:'\ee8b'}.bb-icon-file-powerpoint:before{content:'\ee8c'}.bb-icon-file-presentation:before{content:'\ee8d'}.bb-icon-file-question:before{content:'\ee8e'}.bb-icon-file-rss:before{content:'\ee8f'}.bb-icon-file-share:before{content:'\ee90'}.bb-icon-file-signature:before{content:'\ee91'}.bb-icon-file-spreadsheet:before{content:'\ee92'}.bb-icon-file-text:before{content:'\ee93'}.bb-icon-file-times:before{content:'\ee94'}.bb-icon-file-upload:before{content:'\ee95'}.bb-icon-file-vector:before{content:'\ee96'}.bb-icon-file-video:before{content:'\ee97'}.bb-icon-file-word:before{content:'\ee98'}.bb-icon-film:before{content:'\ee99'}.bb-icon-filter:before{content:'\ee9a'}.bb-icon-filter-alt:before{content:'\ee9b'}.bb-icon-flag:before{content:'\ee9c'}.bb-icon-flask:before{content:'\ee9d'}.bb-icon-folder:before{content:'\ee9e'}.bb-icon-folder-alt:before{content:'\ee9f'}.bb-icon-folder-alt-slash:before{content:'\eea0'}.bb-icon-folder-open:before{content:'\eea1'}.bb-icon-folder-plus:before{content:'\eea2'}.bb-icon-folder-slash:before{content:'\eea3'}.bb-icon-font:before{content:'\eea4'}.bb-icon-forest:before{content:'\eea5'}.bb-icon-forward:before{content:'\eea6'}.bb-icon-gem:before{content:'\eea7'}.bb-icon-gif:before{content:'\eea8'}.bb-icon-gift:before{content:'\eea9'}.bb-icon-globe:before{content:'\eeaa'}.bb-icon-globe-layers:before{content:'\eeab'}.bb-icon-graduation-cap:before{content:'\eeac'}.bb-icon-grid-large:before{content:'\eead'}.bb-icon-grid-small:before{content:'\eeae'}.bb-icon-hashtag:before{content:'\eeaf'}.bb-icon-heading:before{content:'\eeb0'}.bb-icon-headphones:before{content:'\eeb1'}.bb-icon-heart:before{content:'\eeb2'}.bb-icon-home:before{content:'\eeb3'}.bb-icon-image:before{content:'\eeb4'}.bb-icon-images:before{content:'\eeb5'}.bb-icon-image-slash:before{content:'\eeb6'}.bb-icon-images-slash:before{content:'\eeb7'}.bb-icon-image-video:before{content:'\eeb8'}.bb-icon-image-video-slash:before{content:'\eeb9'}.bb-icon-inbox:before{content:'\eeba'}.bb-icon-indent:before{content:'\eebb'}.bb-icon-info:before{content:'\eebc'}.bb-icon-info-triangle:before{content:'\eebd'}.bb-icon-italic:before{content:'\eebe'}.bb-icon-key:before{content:'\eebf'}.bb-icon-keyboard:before{content:'\eec0'}.bb-icon-key-slash:before{content:'\eec1'}.bb-icon-laptop:before{content:'\eec2'}.bb-icon-layers:before{content:'\eec3'}.bb-icon-less-than:before{content:'\eec4'}.bb-icon-less-than-equal:before{content:'\eec5'}.bb-icon-life-ring:before{content:'\eec6'}.bb-icon-link:before{content:'\eec8'}.bb-icon-list:before{content:'\eec9'}.bb-icon-list-number:before{content:'\eeca'}.bb-icon-location-arrow:before{content:'\eecb'}.bb-icon-lock:before{content:'\eecc'}.bb-icon-lock-alt:before{content:'\eecd'}.bb-icon-lock-alt-open:before{content:'\eece'}.bb-icon-lock-open:before{content:'\eecf'}.bb-icon-map:before{content:'\eed0'}.bb-icon-map-marker:before{content:'\eed1'}.bb-icon-marketplace:before{content:'\eed2'}.bb-icon-maximize:before{content:'\eed3'}.bb-icon-membership-card:before{content:'\eed4'}.bb-icon-merge:before{content:'\eed5'}.bb-icon-microphone:before{content:'\eed6'}.bb-icon-microphone-slash:before{content:'\eed7'}.bb-icon-minus:before{content:'\eed8'}.bb-icon-mobile:before{content:'\eed9'}.bb-icon-money:before{content:'\eeda'}.bb-icon-moon:before{content:'\eedb'}.bb-icon-more-than:before{content:'\eedc'}.bb-icon-more-than-equal:before{content:'\eedd'}.bb-icon-mouse-pointer:before{content:'\eede'}.bb-icon-music:before{content:'\eedf'}.bb-icon-music-note:before{content:'\eee0'}.bb-icon-music-note-slash:before{content:'\eee1'}.bb-icon-music-slash:before{content:'\eee2'}.bb-icon-outdent:before{content:'\eee3'}.bb-icon-oxtagon:before{content:'\eee4'}.bb-icon-package:before{content:'\eee5'}.bb-icon-paperclip:before{content:'\eee6'}.bb-icon-paper-plane:before{content:'\eee7'}.bb-icon-paragraph:before{content:'\eee8'}.bb-icon-paste:before{content:'\eee9'}.bb-icon-pause:before{content:'\eeea'}.bb-icon-pen:before{content:'\eeeb'}.bb-icon-pencil:before{content:'\eeec'}.bb-icon-percentage:before{content:'\eeed'}.bb-icon-phone:before{content:'\eeee'}.bb-icon-phone-call:before{content:'\eeef'}.bb-icon-phone-forwarded:before{content:'\eef0'}.bb-icon-phone-incoming:before{content:'\eef1'}.bb-icon-phone-missed:before{content:'\eef2'}.bb-icon-phone-slash:before{content:'\eef3'}.bb-icon-pin:before{content:'\eef4'}.bb-icon-pin-star:before{content:'\eef5'}.bb-icon-pizza-slice:before{content:'\eef6'}.bb-icon-play:before{content:'\eef7'}.bb-icon-plug:before{content:'\eef8'}.bb-icon-plus:before{content:'\eef9'}.bb-icon-pocket:before{content:'\eefa'}.bb-icon-poll:before{content:'\eefb'}.bb-icon-poll-h:before{content:'\eefc'}.bb-icon-power-on:before{content:'\eefd'}.bb-icon-printer:before{content:'\eefe'}.bb-icon-question:before{content:'\eeff'}.bb-icon-quiz:before{content:'\ef01'}.bb-icon-quote-left:before{content:'\ef02'}.bb-icon-quote-right:before{content:'\ef03'}.bb-icon-radio:before{content:'\ef04'}.bb-icon-random:before{content:'\ef05'}.bb-icon-receipt:before{content:'\ef06'}.bb-icon-redo:before{content:'\ef07'}.bb-icon-registered:before{content:'\ef08'}.bb-icon-repeat:before{content:'\ef09'}.bb-icon-reply:before{content:'\ef0a'}.bb-icon-reply-all:before{content:'\ef0b'}.bb-icon-rocket:before{content:'\ef0c'}.bb-icon-rss:before{content:'\ef0d'}.bb-icon-save:before{content:'\ef0e'}.bb-icon-scissors:before{content:'\ef0f'}.bb-icon-search:before{content:'\ef10'}.bb-icon-search-minus:before{content:'\ef11'}.bb-icon-search-plus:before{content:'\ef12'}.bb-icon-server:before{content:'\ef13'}.bb-icon-share:before{content:'\ef14'}.bb-icon-share-dots:before{content:'\ef15'}.bb-icon-share-square:before{content:'\ef16'}.bb-icon-shield:before{content:'\ef17'}.bb-icon-shield-half:before{content:'\ef18'}.bb-icon-shopping-bag:before{content:'\ef19'}.bb-icon-shopping-basket:before{content:'\ef1a'}.bb-icon-shopping-cart:before{content:'\ef1b'}.bb-icon-signal-1:before{content:'\ef1d'}.bb-icon-signal-2:before{content:'\ef1e'}.bb-icon-signal-3:before{content:'\ef1f'}.bb-icon-signal-full:before{content:'\ef20'}.bb-icon-signal-slash:before{content:'\ef21'}.bb-icon-sign-in:before{content:'\ef22'}.bb-icon-sign-out:before{content:'\ef23'}.bb-icon-sliders-h:before{content:'\ef24'}.bb-icon-sliders-v:before{content:'\ef25'}.bb-icon-sort:before{content:'\ef26'}.bb-icon-sort-alpha-down:before{content:'\ef27'}.bb-icon-sort-alpha-up:before{content:'\ef28'}.bb-icon-sort-amount-down:before{content:'\ef29'}.bb-icon-sort-amount-up:before{content:'\ef2a'}.bb-icon-sort-down:before{content:'\ef2b'}.bb-icon-sort-numeric-down:before{content:'\ef2c'}.bb-icon-sort-numeric-up:before{content:'\ef2d'}.bb-icon-sort-up:before{content:'\ef2e'}.bb-icon-speaker:before{content:'\ef2f'}.bb-icon-spinner:before{content:'\ef30'}.bb-icon-spinner-third:before{content:'\ef31'}.bb-icon-star:before{content:'\ef32'}.bb-icon-star-half:before{content:'\ef33'}.bb-icon-step-backward:before{content:'\ef34'}.bb-icon-step-forward:before{content:'\ef35'}.bb-icon-stop:before{content:'\ef36'}.bb-icon-sun:before{content:'\ef37'}.bb-icon-sunrise:before{content:'\ef38'}.bb-icon-sync:before{content:'\ef39'}.bb-icon-tablet:before{content:'\ef3a'}.bb-icon-tag:before{content:'\ef3b'}.bb-icon-tags:before{content:'\ef3c'}.bb-icon-terminal:before{content:'\ef3d'}.bb-icon-text:before{content:'\ef3e'}.bb-icon-thermometer:before{content:'\ef3f'}.bb-icon-thumbs-down:before{content:'\ef40'}.bb-icon-thumbs-up:before{content:'\ef41'}.bb-icon-times-triangle:before{content:'\ef43'}.bb-icon-toggle-off:before{content:'\ef44'}.bb-icon-toggle-on:before{content:'\ef45'}.bb-icon-tools:before{content:'\ef46'}.bb-icon-trademark:before{content:'\ef47'}.bb-icon-trash:before{content:'\ef48'}.bb-icon-trash-restore:before{content:'\ef49'}.bb-icon-trending-down:before{content:'\ef4a'}.bb-icon-trending-up:before{content:'\ef4b'}.bb-icon-trophy:before{content:'\ef4c'}.bb-icon-tv:before{content:'\ef4d'}.bb-icon-umbrella:before{content:'\ef4e'}.bb-icon-underline:before{content:'\ef4f'}.bb-icon-undo:before{content:'\ef50'}.bb-icon-unlink:before{content:'\ef51'}.bb-icon-user:before{content:'\ef52'}.bb-icon-user-avatar:before{content:'\ef53'}.bb-icon-user-badge:before{content:'\ef54'}.bb-icon-user-card:before{content:'\ef55'}.bb-icon-user-check:before{content:'\ef56'}.bb-icon-user-clock:before{content:'\ef57'}.bb-icon-user-cog:before{content:'\ef58'}.bb-icon-user-edit:before{content:'\ef59'}.bb-icon-user-friends:before{content:'\ef5a'}.bb-icon-user-friends-alt:before{content:'\ef5b'}.bb-icon-user-friends-alt-slash:before{content:'\ef5c'}.bb-icon-user-friends-slash:before{content:'\ef5d'}.bb-icon-user-lock:before{content:'\ef5e'}.bb-icon-user-minus:before{content:'\ef5f'}.bb-icon-user-plus:before{content:'\ef60'}.bb-icon-user-slash:before{content:'\ef62'}.bb-icon-users-slash:before{content:'\ef63'}.bb-icon-user-times:before{content:'\ef64'}.bb-icon-video:before{content:'\ef65'}.bb-icon-video-slash:before{content:'\ef66'}.bb-icon-voicemail:before{content:'\ef67'}.bb-icon-volume-down:before{content:'\ef68'}.bb-icon-volume-mute:before{content:'\ef69'}.bb-icon-volume-off:before{content:'\ef6a'}.bb-icon-volume-slash:before{content:'\ef6b'}.bb-icon-volume-up:before{content:'\ef6c'}.bb-icon-wallet:before{content:'\ef6d'}.bb-icon-watch:before{content:'\ef6e'}.bb-icon-wheelchair:before{content:'\ef6f'}.bb-icon-wifi:before{content:'\ef70'}.bb-icon-wifi-slash:before{content:'\ef71'}.bb-icon-wind:before{content:'\ef72'}.bb-icon-wrench:before{content:'\ef73'} \ No newline at end of file +@font-face{font-family:bb-icons;src:url('../fonts/round-lined.eot?1696234609');src:url('../fonts/round-lined.eot?1696234609#iefix') format('embedded-opentype'),url('../fonts/round-lined.woff2?1696234609') format('woff2'),url('../fonts/round-lined.woff?1696234609') format('woff'),url('../fonts/round-lined.ttf?1696234609') format('truetype'),url('../fonts/round-lined.svg?1696234609#round-lined') format('svg');font-weight:100;font-style:normal}@font-face{font-family:bb-icons;src:url('../fonts/round-filled.eot?1696234609');src:url('../fonts/round-filled.eot?1696234609#iefix') format('embedded-opentype'),url('../fonts/round-filled.woff2?1696234609') format('woff2'),url('../fonts/round-filled.woff?1696234609') format('woff'),url('../fonts/round-filled.ttf?1696234609') format('truetype'),url('../fonts/round-filled.svg?1696234609#round-lined') format('svg');font-weight:200;font-style:normal}@font-face{font-family:bb-icons;src:url('../fonts/filled.eot?1696234609');src:url('../fonts/filled.eot?1696234609#iefix') format('embedded-opentype'),url('../fonts/filled.woff2?1696234609') format('woff2'),url('../fonts/filled.woff?1696234609') format('woff'),url('../fonts/filled.ttf?1696234609') format('truetype'),url('../fonts/filled.svg?1696234609#round-lined') format('svg');font-weight:300;font-style:normal}@font-face{font-family:bb-icons;src:url('../fonts/lined.eot?1696234609');src:url('../fonts/lined.eot?1696234609#iefix') format('embedded-opentype'),url('../fonts/lined.woff2?1696234609') format('woff2'),url('../fonts/lined.woff?1696234609') format('woff'),url('../fonts/lined.ttf?1696234609') format('truetype'),url('../fonts/lined.svg?1696234609#round-lined') format('svg');font-weight:400;font-style:normal}@font-face{font-family:bb-icons;src:url('../fonts/box-lined.eot?1696234609');src:url('../fonts/box-lined.eot?1696234609#iefix') format('embedded-opentype'),url('../fonts/box-lined.woff2?1696234609') format('woff2'),url('../fonts/box-lined.woff?1696234609') format('woff'),url('../fonts/box-lined.ttf?1696234609') format('truetype'),url('../fonts/box-lined.svg?1696234609#round-lined') format('svg');font-weight:500;font-style:normal}@font-face{font-family:bb-icons;src:url('../fonts/box-filled.eot?1696234609');src:url('../fonts/box-filled.eot?1696234609#iefix') format('embedded-opentype'),url('../fonts/box-filled.woff2?1696234609') format('woff2'),url('../fonts/box-filled.woff?1696234609') format('woff'),url('../fonts/box-filled.ttf?1696234609') format('truetype'),url('../fonts/box-filled.svg?1696234609#round-lined') format('svg');font-weight:600;font-style:normal}[class*=" bb-icon-"]:before,[class^=bb-icon-]:before{font-family:bb-icons;font-style:normal;speak:never;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bb-icon-rl,.bb-icon-round-lined{font-family:bb-icons;font-weight:100}.bb-icon-rf,.bb-icon-round-filled{font-family:bb-icons;font-weight:200}.bb-icon-f,.bb-icon-filled{font-family:bb-icons;font-weight:300}.bb-icon-l,.bb-icon-lined{font-family:bb-icons;font-weight:400}.bb-icon-bl,.bb-icon-box-lined{font-family:bb-icons;font-weight:500}.bb-icon-bf,.bb-icon-box-filled{font-family:bb-icons;font-weight:600}.bb-icon-brand-meetup:before{content:'\e800'}.bb-icon-ball-soccer:before{content:'\e801'}.bb-icon-brand-onesignal:before{content:'\e802'}.bb-icon-calendar:before{content:'\e803'}.bb-icon-thumbtack:before{content:'\e804'}.bb-icon-award-slash:before{content:'\e805'}.bb-icon-car-small:before{content:'\e806'}.bb-icon-brand-facebook-f:before{content:'\e807'}.bb-icon-angle-down:before{content:'\e826'}.bb-icon-angle-right:before{content:'\e827'}.bb-icon-times:before{content:'\e828'}.bb-icon-activity:before{content:'\e854'}.bb-icon-question-triangle:before{content:'\e855'}.bb-icon-align-center:before{content:'\e856'}.bb-icon-airplay:before{content:'\e857'}.bb-icon-align-justify:before{content:'\e858'}.bb-icon-align-left:before{content:'\e859'}.bb-icon-align-right:before{content:'\e85a'}.bb-icon-anchor:before{content:'\e85d'}.bb-icon-brand-aperture:before{content:'\e85e'}.bb-icon-arrow-left:before{content:'\e85f'}.bb-icon-arrow-right:before{content:'\e860'}.bb-icon-arrow-down:before{content:'\e861'}.bb-icon-arrow-up:before{content:'\e864'}.bb-icon-award:before{content:'\e865'}.bb-icon-at:before{content:'\e867'}.bb-icon-chart-bar-v:before{content:'\e868'}.bb-icon-battery:before{content:'\e869'}.bb-icon-bell-slash:before{content:'\e86a'}.bb-icon-battery-empty:before{content:'\e86b'}.bb-icon-bluetooth:before{content:'\e86c'}.bb-icon-bell:before{content:'\e86d'}.bb-icon-book:before{content:'\e86e'}.bb-icon-briefcase:before{content:'\e86f'}.bb-icon-camera-slash:before{content:'\e870'}.bb-icon-bookmark:before{content:'\e872'}.bb-icon-cube:before{content:'\e873'}.bb-icon-checkbox:before{content:'\e875'}.bb-icon-check:before{content:'\e876'}.bb-icon-cast:before{content:'\e878'}.bb-icon-angle-up:before{content:'\e87c'}.bb-icon-angle-double-down:before{content:'\e87d'}.bb-icon-angle-double-right:before{content:'\e87e'}.bb-icon-angle-double-up:before{content:'\e87f'}.bb-icon-angle-double-left:before{content:'\e880'}.bb-icon-circle:before{content:'\e881'}.bb-icon-clipboard:before{content:'\e882'}.bb-icon-brand-chrome:before{content:'\e883'}.bb-icon-clock:before{content:'\e884'}.bb-icon-cloud-lightning:before{content:'\e885'}.bb-icon-cloud-drizzle:before{content:'\e886'}.bb-icon-cloud-slash:before{content:'\e888'}.bb-icon-cloud-download:before{content:'\e889'}.bb-icon-sidebar:before{content:'\e8a0'}.bb-icon-bell-plus:before{content:'\e8a5'}.bb-icon-angle-left:before{content:'\e8ab'}.bb-icon-cloud:before{content:'\e945'}.bb-icon-bold:before{content:'\e94a'}.bb-icon-users:before{content:'\e95d'}.bb-icon-comment-activity:before{content:'\e967'}.bb-icon-book-open:before{content:'\e96f'}.bb-icon-certificate:before{content:'\e975'}.bb-icon-box:before{content:'\e976'}.bb-icon-browser-code:before{content:'\e977'}.bb-icon-comment:before{content:'\e979'}.bb-icon-file-attach:before{content:'\e980'}.bb-icon-attach:before{content:'\e9e6'}.bb-icon-upload:before{content:'\e9e8'}.bb-icon-thumbtack-star:before{content:'\e9e9'}.bb-icon-brand-bunnynet:before{content:'\e9ea'}.bb-icon-hand-pointer:before{content:'\e9ec'}.bb-icon-image-plus:before{content:'\e9ed'}.bb-icon-minimize:before{content:'\e9ee'}.bb-icon-spinner-alt:before{content:'\e9ef'}.bb-icon-picture-in-picture:before{content:'\e9f0'}.bb-icon-video-plus:before{content:'\e9f1'}.bb-icon-cart-slash:before{content:'\e9f2'}.bb-icon-brand-intercom:before{content:'\e9f3'}.bb-icon-cloud-check:before{content:'\e9f4'}.bb-icon-cloud-exclamation:before{content:'\e9f5'}.bb-icon-cloud-times:before{content:'\e9f6'}.bb-icon-crown:before{content:'\e9f7'}.bb-icon-emoticon-confused:before{content:'\e9f8'}.bb-icon-folder-download:before{content:'\e9f9'}.bb-icon-folder-move:before{content:'\e9fa'}.bb-icon-folder-upload:before{content:'\e9fb'}.bb-icon-grip-h:before{content:'\e9fc'}.bb-icon-grip-v:before{content:'\e9fd'}.bb-icon-image-move:before{content:'\e9fe'}.bb-icon-mobile-slash:before{content:'\e9ff'}.bb-icon-split:before{content:'\ea00'}.bb-icon-star-slash:before{content:'\ea01'}.bb-icon-stopwatch:before{content:'\ea02'}.bb-icon-strikethrough:before{content:'\ea03'}.bb-icon-trophy-slash:before{content:'\ea04'}.bb-icon-u-turn-down:before{content:'\ea05'}.bb-icon-u-turn-left:before{content:'\ea06'}.bb-icon-u-turn-right:before{content:'\ea07'}.bb-icon-u-turn-up:before{content:'\ea08'}.bb-icon-user-arrow-down:before{content:'\ea09'}.bb-icon-user-arrow-up:before{content:'\ea0a'}.bb-icon-user-crown:before{content:'\ea0b'}.bb-icon-user-friends-plus:before{content:'\ea0c'}.bb-icon-file-article:before{content:'\ea0d'}.bb-icon-globe-alt:before{content:'\ea0e'}.bb-icon-newspaper:before{content:'\ea0f'}.bb-icon-user-cancel:before{content:'\ea10'}.bb-icon-user-info:before{content:'\ea11'}.bb-icon-brand-x:before{content:'\ea12'}.bb-icon-thumbtack-times:before{content:'\ea13'}.bb-icon-activity-slash:before{content:'\ed90'}.bb-icon-address-book:before{content:'\ed91'}.bb-icon-alarm:before{content:'\ed93'}.bb-icon-album:before{content:'\ed94'}.bb-icon-arrows:before{content:'\eda5'}.bb-icon-arrows-h:before{content:'\eda6'}.bb-icon-arrows-v:before{content:'\eda7'}.bb-icon-article:before{content:'\eda9'}.bb-icon-article-slash:before{content:'\edaa'}.bb-icon-asterisk:before{content:'\edab'}.bb-icon-audio-description:before{content:'\edad'}.bb-icon-backward:before{content:'\edaf'}.bb-icon-brand-memberpress:before{content:'\edb0'}.bb-icon-bars:before{content:'\edb1'}.bb-icon-bars-2:before{content:'\edb2'}.bb-icon-battery-full:before{content:'\edb5'}.bb-icon-battery-half:before{content:'\edb6'}.bb-icon-battery-quarter:before{content:'\edb7'}.bb-icon-battery-slash:before{content:'\edb8'}.bb-icon-battery-three-quarters:before{content:'\edb9'}.bb-icon-bolt:before{content:'\edbf'}.bb-icon-books:before{content:'\edc3'}.bb-icon-brand-android:before{content:'\edc5'}.bb-icon-brand-apple:before{content:'\edc7'}.bb-icon-brand-buddyboss:before{content:'\edc8'}.bb-icon-brand-buddyboss-app:before{content:'\edc9'}.bb-icon-brand-buddyboss-bolt:before{content:'\edca'}.bb-icon-brand-buddypress:before{content:'\edcb'}.bb-icon-brand-clubhouse:before{content:'\edcd'}.bb-icon-brand-codepen:before{content:'\edce'}.bb-icon-brand-dribbble:before{content:'\edcf'}.bb-icon-brand-edge:before{content:'\edd0'}.bb-icon-brand-elementor:before{content:'\edd1'}.bb-icon-brand-facebook:before{content:'\edd2'}.bb-icon-brand-firefox:before{content:'\edd3'}.bb-icon-brand-flickr:before{content:'\edd4'}.bb-icon-brand-gamipress:before{content:'\edd5'}.bb-icon-brand-github:before{content:'\edd6'}.bb-icon-brand-google:before{content:'\edd7'}.bb-icon-brand-gitlab:before{content:'\edd8'}.bb-icon-brand-google-admob:before{content:'\edd9'}.bb-icon-brand-google-firebase:before{content:'\edda'}.bb-icon-brand-google-fonts:before{content:'\eddb'}.bb-icon-brand-instagram:before{content:'\eddc'}.bb-icon-brand-learndash:before{content:'\eddd'}.bb-icon-brand-lifterlms:before{content:'\edde'}.bb-icon-brand-linkedin:before{content:'\eddf'}.bb-icon-brand-medium:before{content:'\ede0'}.bb-icon-brand-paidmembershipspro:before{content:'\ede4'}.bb-icon-brand-pinterest:before{content:'\ede5'}.bb-icon-brand-pusher:before{content:'\ede6'}.bb-icon-brand-quora:before{content:'\ede7'}.bb-icon-brand-reddit:before{content:'\ede8'}.bb-icon-brand-restrictcontentpro:before{content:'\ede9'}.bb-icon-brand-safari:before{content:'\edea'}.bb-icon-brand-skype:before{content:'\edeb'}.bb-icon-brand-snapchat:before{content:'\edec'}.bb-icon-brand-slack:before{content:'\eded'}.bb-icon-brand-spotify:before{content:'\edee'}.bb-icon-brand-telegram:before{content:'\edef'}.bb-icon-brand-tiktok:before{content:'\edf0'}.bb-icon-brand-tumblr:before{content:'\edf1'}.bb-icon-brand-tutorlms:before{content:'\edf2'}.bb-icon-brand-twitch:before{content:'\edf3'}.bb-icon-brand-twitter:before{content:'\edf4'}.bb-icon-brand-vimeo:before{content:'\edf5'}.bb-icon-brand-vk:before{content:'\edf6'}.bb-icon-brand-whatsapp:before{content:'\edf7'}.bb-icon-brand-wishlistmember:before{content:'\edf8'}.bb-icon-brand-woocommerce:before{content:'\edf9'}.bb-icon-brand-wordpress:before{content:'\edfa'}.bb-icon-brand-xing:before{content:'\edfb'}.bb-icon-brand-youtube:before{content:'\edfc'}.bb-icon-brand-zoom:before{content:'\edfd'}.bb-icon-browser:before{content:'\edff'}.bb-icon-browser-terminal:before{content:'\ee01'}.bb-icon-bug:before{content:'\ee02'}.bb-icon-bullhorn:before{content:'\ee03'}.bb-icon-bullseye:before{content:'\ee04'}.bb-icon-lightbulb:before{content:'\ee05'}.bb-icon-camera:before{content:'\ee06'}.bb-icon-cancel:before{content:'\ee08'}.bb-icon-caret-down:before{content:'\ee09'}.bb-icon-caret-left:before{content:'\ee0a'}.bb-icon-caret-right:before{content:'\ee0b'}.bb-icon-caret-up:before{content:'\ee0c'}.bb-icon-chart-area:before{content:'\ee10'}.bb-icon-chart-bar-h:before{content:'\ee11'}.bb-icon-chart-bar-trending:before{content:'\ee12'}.bb-icon-chart-line:before{content:'\ee14'}.bb-icon-chart-pie:before{content:'\ee15'}.bb-icon-closed-captioning:before{content:'\ee1b'}.bb-icon-cloud-rain:before{content:'\ee20'}.bb-icon-cloud-snow:before{content:'\ee22'}.bb-icon-cloud-sync:before{content:'\ee23'}.bb-icon-cloud-upload:before{content:'\ee24'}.bb-icon-code:before{content:'\ee25'}.bb-icon-code-branch:before{content:'\ee26'}.bb-icon-cog:before{content:'\ee27'}.bb-icon-cogs:before{content:'\ee28'}.bb-icon-coin:before{content:'\ee29'}.bb-icon-coins:before{content:'\ee2a'}.bb-icon-columns:before{content:'\ee2b'}.bb-icon-command:before{content:'\ee2c'}.bb-icon-comment-dots:before{content:'\ee2f'}.bb-icon-comment-notification:before{content:'\ee30'}.bb-icon-comments:before{content:'\ee31'}.bb-icon-comment-slash:before{content:'\ee32'}.bb-icon-comment-square:before{content:'\ee33'}.bb-icon-comment-square-dots:before{content:'\ee34'}.bb-icon-comment-square-slash:before{content:'\ee35'}.bb-icon-comments-slash:before{content:'\ee36'}.bb-icon-comments-square:before{content:'\ee37'}.bb-icon-comments-square-slash:before{content:'\ee38'}.bb-icon-compass:before{content:'\ee39'}.bb-icon-compress:before{content:'\ee3a'}.bb-icon-copy:before{content:'\ee3b'}.bb-icon-copyright:before{content:'\ee3c'}.bb-icon-corner-left:before{content:'\ee3d'}.bb-icon-corner-right:before{content:'\ee3e'}.bb-icon-course:before{content:'\ee3f'}.bb-icon-course-slash:before{content:'\ee40'}.bb-icon-cpu:before{content:'\ee41'}.bb-icon-credit-card:before{content:'\ee42'}.bb-icon-crop:before{content:'\ee43'}.bb-icon-crosshairs:before{content:'\ee44'}.bb-icon-currency-bitcoin:before{content:'\ee46'}.bb-icon-currency-crypto:before{content:'\ee47'}.bb-icon-currency-dollar:before{content:'\ee48'}.bb-icon-currency-euro:before{content:'\ee49'}.bb-icon-currency-lira:before{content:'\ee4a'}.bb-icon-currency-peso:before{content:'\ee4b'}.bb-icon-currency-pound:before{content:'\ee4c'}.bb-icon-currency-ruble:before{content:'\ee4d'}.bb-icon-currency-rupee:before{content:'\ee4e'}.bb-icon-currency-won:before{content:'\ee4f'}.bb-icon-currency-yen:before{content:'\ee50'}.bb-icon-cut:before{content:'\ee51'}.bb-icon-database:before{content:'\ee52'}.bb-icon-delete-tag:before{content:'\ee53'}.bb-icon-desktop:before{content:'\ee54'}.bb-icon-divide:before{content:'\ee55'}.bb-icon-dot-circle:before{content:'\ee56'}.bb-icon-download:before{content:'\ee57'}.bb-icon-droplet:before{content:'\ee58'}.bb-icon-duplicate:before{content:'\ee59'}.bb-icon-edit:before{content:'\ee5a'}.bb-icon-eject:before{content:'\ee5b'}.bb-icon-ellipsis-h:before{content:'\ee5c'}.bb-icon-ellipsis-v:before{content:'\ee5d'}.bb-icon-emoticon-frown:before{content:'\ee5e'}.bb-icon-emoticon-smile:before{content:'\ee5f'}.bb-icon-emoticon-wink:before{content:'\ee60'}.bb-icon-emotion-laugh:before{content:'\ee61'}.bb-icon-envelope:before{content:'\ee62'}.bb-icon-envelope-open:before{content:'\ee63'}.bb-icon-exchange:before{content:'\ee64'}.bb-icon-exclamation:before{content:'\ee65'}.bb-icon-exclamation-triangle:before{content:'\ee66'}.bb-icon-expand:before{content:'\ee67'}.bb-icon-external-link:before{content:'\ee68'}.bb-icon-eye:before{content:'\ee69'}.bb-icon-eye-slash:before{content:'\ee6a'}.bb-icon-fast-backward:before{content:'\ee6b'}.bb-icon-fast-forward:before{content:'\ee6c'}.bb-icon-feather:before{content:'\ee6d'}.bb-icon-file:before{content:'\ee6e'}.bb-icon-file-album:before{content:'\ee6f'}.bb-icon-file-archive:before{content:'\ee70'}.bb-icon-file-audio:before{content:'\ee72'}.bb-icon-file-bookmark:before{content:'\ee73'}.bb-icon-file-checklist:before{content:'\ee74'}.bb-icon-file-cloud:before{content:'\ee75'}.bb-icon-file-code:before{content:'\ee76'}.bb-icon-file-contact:before{content:'\ee77'}.bb-icon-file-css:before{content:'\ee78'}.bb-icon-file-design:before{content:'\ee79'}.bb-icon-file-doc:before{content:'\ee7a'}.bb-icon-file-dollar:before{content:'\ee7b'}.bb-icon-file-download:before{content:'\ee7c'}.bb-icon-file-excel:before{content:'\ee7d'}.bb-icon-file-exclamation:before{content:'\ee7e'}.bb-icon-file-export:before{content:'\ee7f'}.bb-icon-file-font:before{content:'\ee80'}.bb-icon-file-gif:before{content:'\ee81'}.bb-icon-file-globe:before{content:'\ee82'}.bb-icon-file-image:before{content:'\ee83'}.bb-icon-file-import:before{content:'\ee84'}.bb-icon-file-info:before{content:'\ee85'}.bb-icon-file-list:before{content:'\ee86'}.bb-icon-file-list-numeric:before{content:'\ee87'}.bb-icon-file-minus:before{content:'\ee88'}.bb-icon-file-mobile:before{content:'\ee89'}.bb-icon-file-pdf:before{content:'\ee8a'}.bb-icon-file-plus:before{content:'\ee8b'}.bb-icon-file-powerpoint:before{content:'\ee8c'}.bb-icon-file-presentation:before{content:'\ee8d'}.bb-icon-file-question:before{content:'\ee8e'}.bb-icon-file-rss:before{content:'\ee8f'}.bb-icon-file-share:before{content:'\ee90'}.bb-icon-file-signature:before{content:'\ee91'}.bb-icon-file-spreadsheet:before{content:'\ee92'}.bb-icon-file-text:before{content:'\ee93'}.bb-icon-file-times:before{content:'\ee94'}.bb-icon-file-upload:before{content:'\ee95'}.bb-icon-file-vector:before{content:'\ee96'}.bb-icon-file-video:before{content:'\ee97'}.bb-icon-file-word:before{content:'\ee98'}.bb-icon-film:before{content:'\ee99'}.bb-icon-filter:before{content:'\ee9a'}.bb-icon-filter-alt:before{content:'\ee9b'}.bb-icon-flag:before{content:'\ee9c'}.bb-icon-flask:before{content:'\ee9d'}.bb-icon-folder:before{content:'\ee9e'}.bb-icon-folder-alt:before{content:'\ee9f'}.bb-icon-folder-alt-slash:before{content:'\eea0'}.bb-icon-folder-open:before{content:'\eea1'}.bb-icon-folder-plus:before{content:'\eea2'}.bb-icon-folder-slash:before{content:'\eea3'}.bb-icon-font:before{content:'\eea4'}.bb-icon-forest:before{content:'\eea5'}.bb-icon-forward:before{content:'\eea6'}.bb-icon-gem:before{content:'\eea7'}.bb-icon-gif:before{content:'\eea8'}.bb-icon-gift:before{content:'\eea9'}.bb-icon-globe:before{content:'\eeaa'}.bb-icon-globe-layers:before{content:'\eeab'}.bb-icon-graduation-cap:before{content:'\eeac'}.bb-icon-grid-large:before{content:'\eead'}.bb-icon-grid-small:before{content:'\eeae'}.bb-icon-hashtag:before{content:'\eeaf'}.bb-icon-heading:before{content:'\eeb0'}.bb-icon-headphones:before{content:'\eeb1'}.bb-icon-heart:before{content:'\eeb2'}.bb-icon-home:before{content:'\eeb3'}.bb-icon-image:before{content:'\eeb4'}.bb-icon-images:before{content:'\eeb5'}.bb-icon-image-slash:before{content:'\eeb6'}.bb-icon-images-slash:before{content:'\eeb7'}.bb-icon-image-video:before{content:'\eeb8'}.bb-icon-image-video-slash:before{content:'\eeb9'}.bb-icon-inbox:before{content:'\eeba'}.bb-icon-indent:before{content:'\eebb'}.bb-icon-info:before{content:'\eebc'}.bb-icon-info-triangle:before{content:'\eebd'}.bb-icon-italic:before{content:'\eebe'}.bb-icon-key:before{content:'\eebf'}.bb-icon-keyboard:before{content:'\eec0'}.bb-icon-key-slash:before{content:'\eec1'}.bb-icon-laptop:before{content:'\eec2'}.bb-icon-layers:before{content:'\eec3'}.bb-icon-less-than:before{content:'\eec4'}.bb-icon-less-than-equal:before{content:'\eec5'}.bb-icon-life-ring:before{content:'\eec6'}.bb-icon-link:before{content:'\eec8'}.bb-icon-list:before{content:'\eec9'}.bb-icon-list-number:before{content:'\eeca'}.bb-icon-location-arrow:before{content:'\eecb'}.bb-icon-lock:before{content:'\eecc'}.bb-icon-lock-alt:before{content:'\eecd'}.bb-icon-lock-alt-open:before{content:'\eece'}.bb-icon-lock-open:before{content:'\eecf'}.bb-icon-map:before{content:'\eed0'}.bb-icon-map-marker:before{content:'\eed1'}.bb-icon-marketplace:before{content:'\eed2'}.bb-icon-maximize:before{content:'\eed3'}.bb-icon-membership-card:before{content:'\eed4'}.bb-icon-merge:before{content:'\eed5'}.bb-icon-microphone:before{content:'\eed6'}.bb-icon-microphone-slash:before{content:'\eed7'}.bb-icon-minus:before{content:'\eed8'}.bb-icon-mobile:before{content:'\eed9'}.bb-icon-money:before{content:'\eeda'}.bb-icon-moon:before{content:'\eedb'}.bb-icon-more-than:before{content:'\eedc'}.bb-icon-more-than-equal:before{content:'\eedd'}.bb-icon-mouse-pointer:before{content:'\eede'}.bb-icon-music:before{content:'\eedf'}.bb-icon-music-note:before{content:'\eee0'}.bb-icon-music-note-slash:before{content:'\eee1'}.bb-icon-music-slash:before{content:'\eee2'}.bb-icon-outdent:before{content:'\eee3'}.bb-icon-oxtagon:before{content:'\eee4'}.bb-icon-package:before{content:'\eee5'}.bb-icon-paperclip:before{content:'\eee6'}.bb-icon-paper-plane:before{content:'\eee7'}.bb-icon-paragraph:before{content:'\eee8'}.bb-icon-paste:before{content:'\eee9'}.bb-icon-pause:before{content:'\eeea'}.bb-icon-pen:before{content:'\eeeb'}.bb-icon-pencil:before{content:'\eeec'}.bb-icon-percentage:before{content:'\eeed'}.bb-icon-phone:before{content:'\eeee'}.bb-icon-phone-call:before{content:'\eeef'}.bb-icon-phone-forwarded:before{content:'\eef0'}.bb-icon-phone-incoming:before{content:'\eef1'}.bb-icon-phone-missed:before{content:'\eef2'}.bb-icon-phone-slash:before{content:'\eef3'}.bb-icon-pin:before{content:'\eef4'}.bb-icon-pin-star:before{content:'\eef5'}.bb-icon-pizza-slice:before{content:'\eef6'}.bb-icon-play:before{content:'\eef7'}.bb-icon-plug:before{content:'\eef8'}.bb-icon-plus:before{content:'\eef9'}.bb-icon-pocket:before{content:'\eefa'}.bb-icon-poll:before{content:'\eefb'}.bb-icon-poll-h:before{content:'\eefc'}.bb-icon-power-on:before{content:'\eefd'}.bb-icon-printer:before{content:'\eefe'}.bb-icon-question:before{content:'\eeff'}.bb-icon-quiz:before{content:'\ef01'}.bb-icon-quote-left:before{content:'\ef02'}.bb-icon-quote-right:before{content:'\ef03'}.bb-icon-radio:before{content:'\ef04'}.bb-icon-random:before{content:'\ef05'}.bb-icon-receipt:before{content:'\ef06'}.bb-icon-redo:before{content:'\ef07'}.bb-icon-registered:before{content:'\ef08'}.bb-icon-repeat:before{content:'\ef09'}.bb-icon-reply:before{content:'\ef0a'}.bb-icon-reply-all:before{content:'\ef0b'}.bb-icon-rocket:before{content:'\ef0c'}.bb-icon-rss:before{content:'\ef0d'}.bb-icon-save:before{content:'\ef0e'}.bb-icon-scissors:before{content:'\ef0f'}.bb-icon-search:before{content:'\ef10'}.bb-icon-search-minus:before{content:'\ef11'}.bb-icon-search-plus:before{content:'\ef12'}.bb-icon-server:before{content:'\ef13'}.bb-icon-share:before{content:'\ef14'}.bb-icon-share-dots:before{content:'\ef15'}.bb-icon-share-square:before{content:'\ef16'}.bb-icon-shield:before{content:'\ef17'}.bb-icon-shield-half:before{content:'\ef18'}.bb-icon-shopping-bag:before{content:'\ef19'}.bb-icon-shopping-basket:before{content:'\ef1a'}.bb-icon-shopping-cart:before{content:'\ef1b'}.bb-icon-signal-1:before{content:'\ef1d'}.bb-icon-signal-2:before{content:'\ef1e'}.bb-icon-signal-3:before{content:'\ef1f'}.bb-icon-signal-full:before{content:'\ef20'}.bb-icon-signal-slash:before{content:'\ef21'}.bb-icon-sign-in:before{content:'\ef22'}.bb-icon-sign-out:before{content:'\ef23'}.bb-icon-sliders-h:before{content:'\ef24'}.bb-icon-sliders-v:before{content:'\ef25'}.bb-icon-sort:before{content:'\ef26'}.bb-icon-sort-alpha-down:before{content:'\ef27'}.bb-icon-sort-alpha-up:before{content:'\ef28'}.bb-icon-sort-amount-down:before{content:'\ef29'}.bb-icon-sort-amount-up:before{content:'\ef2a'}.bb-icon-sort-down:before{content:'\ef2b'}.bb-icon-sort-numeric-down:before{content:'\ef2c'}.bb-icon-sort-numeric-up:before{content:'\ef2d'}.bb-icon-sort-up:before{content:'\ef2e'}.bb-icon-speaker:before{content:'\ef2f'}.bb-icon-spinner:before{content:'\ef30'}.bb-icon-spinner-third:before{content:'\ef31'}.bb-icon-star:before{content:'\ef32'}.bb-icon-star-half:before{content:'\ef33'}.bb-icon-step-backward:before{content:'\ef34'}.bb-icon-step-forward:before{content:'\ef35'}.bb-icon-stop:before{content:'\ef36'}.bb-icon-sun:before{content:'\ef37'}.bb-icon-sunrise:before{content:'\ef38'}.bb-icon-sync:before{content:'\ef39'}.bb-icon-tablet:before{content:'\ef3a'}.bb-icon-tag:before{content:'\ef3b'}.bb-icon-tags:before{content:'\ef3c'}.bb-icon-terminal:before{content:'\ef3d'}.bb-icon-text:before{content:'\ef3e'}.bb-icon-thermometer:before{content:'\ef3f'}.bb-icon-thumbs-down:before{content:'\ef40'}.bb-icon-thumbs-up:before{content:'\ef41'}.bb-icon-times-triangle:before{content:'\ef43'}.bb-icon-toggle-off:before{content:'\ef44'}.bb-icon-toggle-on:before{content:'\ef45'}.bb-icon-tools:before{content:'\ef46'}.bb-icon-trademark:before{content:'\ef47'}.bb-icon-trash:before{content:'\ef48'}.bb-icon-trash-restore:before{content:'\ef49'}.bb-icon-trending-down:before{content:'\ef4a'}.bb-icon-trending-up:before{content:'\ef4b'}.bb-icon-trophy:before{content:'\ef4c'}.bb-icon-tv:before{content:'\ef4d'}.bb-icon-umbrella:before{content:'\ef4e'}.bb-icon-underline:before{content:'\ef4f'}.bb-icon-undo:before{content:'\ef50'}.bb-icon-unlink:before{content:'\ef51'}.bb-icon-user:before{content:'\ef52'}.bb-icon-user-avatar:before{content:'\ef53'}.bb-icon-user-badge:before{content:'\ef54'}.bb-icon-user-card:before{content:'\ef55'}.bb-icon-user-check:before{content:'\ef56'}.bb-icon-user-clock:before{content:'\ef57'}.bb-icon-user-cog:before{content:'\ef58'}.bb-icon-user-edit:before{content:'\ef59'}.bb-icon-user-friends:before{content:'\ef5a'}.bb-icon-user-friends-alt:before{content:'\ef5b'}.bb-icon-user-friends-alt-slash:before{content:'\ef5c'}.bb-icon-user-friends-slash:before{content:'\ef5d'}.bb-icon-user-lock:before{content:'\ef5e'}.bb-icon-user-minus:before{content:'\ef5f'}.bb-icon-user-plus:before{content:'\ef60'}.bb-icon-user-slash:before{content:'\ef62'}.bb-icon-users-slash:before{content:'\ef63'}.bb-icon-user-times:before{content:'\ef64'}.bb-icon-video:before{content:'\ef65'}.bb-icon-video-slash:before{content:'\ef66'}.bb-icon-voicemail:before{content:'\ef67'}.bb-icon-volume-down:before{content:'\ef68'}.bb-icon-volume-mute:before{content:'\ef69'}.bb-icon-volume-off:before{content:'\ef6a'}.bb-icon-volume-slash:before{content:'\ef6b'}.bb-icon-volume-up:before{content:'\ef6c'}.bb-icon-wallet:before{content:'\ef6d'}.bb-icon-watch:before{content:'\ef6e'}.bb-icon-wheelchair:before{content:'\ef6f'}.bb-icon-wifi:before{content:'\ef70'}.bb-icon-wifi-slash:before{content:'\ef71'}.bb-icon-wind:before{content:'\ef72'}.bb-icon-wrench:before{content:'\ef73'} \ No newline at end of file diff --git a/web/app/themes/buddyboss-theme/assets/icons/font-map.json b/web/app/themes/buddyboss-theme/assets/icons/font-map.json index b509281a..b6ac4d07 100644 --- a/web/app/themes/buddyboss-theme/assets/icons/font-map.json +++ b/web/app/themes/buddyboss-theme/assets/icons/font-map.json @@ -1,6 +1,6 @@ { "name": "bb-icons", - "version": "1.0.3", + "version": "1.0.5", "copyright": "BuddyBoss", "groups": [ { @@ -721,6 +721,12 @@ "label": "XING", "group": "brands" }, + { + "css": "brand-x", + "code": 59922, + "label": "X", + "group": "brands" + }, { "css": "brand-youtube", "code": 60924, @@ -3228,6 +3234,12 @@ "code": 59881, "label": "Thumbtack Star", "group": "interfaces" + }, + { + "css": "thumbtack-times", + "code": 59923, + "label": "Thumbtack Times", + "group": "interfaces" } ] } \ No newline at end of file diff --git a/web/app/themes/buddyboss-theme/assets/icons/font-map.php b/web/app/themes/buddyboss-theme/assets/icons/font-map.php index 54611a36..e06f6b32 100644 --- a/web/app/themes/buddyboss-theme/assets/icons/font-map.php +++ b/web/app/themes/buddyboss-theme/assets/icons/font-map.php @@ -1,5 +1,5 @@ "bb-icons", "version" => "1.0.3", "copyright" => "BuddyBoss", "groups" => array(array("id" => "accessibility", "name" => _x( "Accessibility", "BuddyBoss Icon", "buddyboss-theme" )), array("id" => "alerts", "name" => _x( "Alerts", "BuddyBoss Icon", "buddyboss-theme" )), array("id" => "arrows", "name" => _x( "Arrows", "BuddyBoss Icon", "buddyboss-theme" )), array("id" => "brands", "name" => _x( "Brands", "BuddyBoss Icon", "buddyboss-theme" )), array("id" => "interfaces", "name" => _x( "Interfaces", "BuddyBoss Icon", "buddyboss-theme" )), array("id" => "media-files", "name" => _x( "Media & Files", "BuddyBoss Icon", "buddyboss-theme" )), array("id" => "objects", "name" => _x( "Objects", "BuddyBoss Icon", "buddyboss-theme" )), array("id" => "shopping-money", "name" => _x( "Shopping & Money", "BuddyBoss Icon", "buddyboss-theme" )), array("id" => "technology", "name" => _x( "Technology", "BuddyBoss Icon", "buddyboss-theme" )), array("id" => "text-formatting", "name" => _x( "Text & Formatting", "BuddyBoss Icon", "buddyboss-theme" )), array("id" => "users-people", "name" => _x( "Users & People", "BuddyBoss Icon", "buddyboss-theme" ))), "glyphs" => array(array("id" => "bb-icon-activity", "code" => 59476, "name" => _x( "Activity", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-activity-slash", "code" => 60816, "name" => _x( "Activity Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-address-book", "code" => 60817, "name" => _x( "Address Book", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-airplay", "code" => 59479, "name" => _x( "Airplay", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-alarm", "code" => 60819, "name" => _x( "Alarm", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-album", "code" => 60820, "name" => _x( "Album", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-align-center", "code" => 59478, "name" => _x( "Align Center", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-align-justify", "code" => 59480, "name" => _x( "Align Justify", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-align-left", "code" => 59481, "name" => _x( "Align Left", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-align-right", "code" => 59482, "name" => _x( "Align Right", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-anchor", "code" => 59485, "name" => _x( "Anchor", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-angle-double-down", "code" => 59517, "name" => _x( "Angle Double Down", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-angle-double-left", "code" => 59520, "name" => _x( "Angle Double Left", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-angle-double-right", "code" => 59518, "name" => _x( "Angle Double Right", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-angle-double-up", "code" => 59519, "name" => _x( "Angle Double Up", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-angle-right", "code" => 59431, "name" => _x( "Angle Right", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-angle-down", "code" => 59430, "name" => _x( "Angle Down", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-angle-left", "code" => 59563, "name" => _x( "Angle Left", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-angle-up", "code" => 59516, "name" => _x( "Angle Up", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-arrow-down", "code" => 59489, "name" => _x( "Arrow Down", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-arrow-left", "code" => 59487, "name" => _x( "Arrow Left", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-arrow-right", "code" => 59488, "name" => _x( "Arrow Right", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-arrows", "code" => 60837, "name" => _x( "Arrows", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-arrows-h", "code" => 60838, "name" => _x( "Arrows Horizontal", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-arrows-v", "code" => 60839, "name" => _x( "Arrows Vertical", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-arrow-up", "code" => 59492, "name" => _x( "Arrow Up", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-article", "code" => 60841, "name" => _x( "Article", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-article-slash", "code" => 60842, "name" => _x( "Article Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-asterisk", "code" => 60843, "name" => _x( "Asterisk", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-at", "code" => 59495, "name" => _x( "At", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-audio-description", "code" => 60845, "name" => _x( "Audio Description", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "accessibility"), array("id" => "bb-icon-award", "code" => 59493, "name" => _x( "Award", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-award-slash", "code" => 59397, "name" => _x( "Award Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-backward", "code" => 60847, "name" => _x( "Backward", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-ball-soccer", "code" => 59393, "name" => _x( "Ball Soccer", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-bars", "code" => 60849, "name" => _x( "Bars", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-bars-2", "code" => 60850, "name" => _x( "Bars 2", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-battery", "code" => 59497, "name" => _x( "Battery", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-battery-empty", "code" => 59499, "name" => _x( "Battery Empty", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-battery-full", "code" => 60853, "name" => _x( "Battery Full", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-battery-quarter", "code" => 60855, "name" => _x( "Battery Quarter", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-battery-slash", "code" => 60856, "name" => _x( "Battery Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-battery-three-quarters", "code" => 60857, "name" => _x( "Battery Three Quarters", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-bell", "code" => 59501, "name" => _x( "Bell", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-bell-plus", "code" => 59557, "name" => _x( "Bell Plus", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-bell-slash", "code" => 59498, "name" => _x( "Bell Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-bluetooth", "code" => 59500, "name" => _x( "Bluetooth", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-bold", "code" => 59722, "name" => _x( "Bold", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-bolt", "code" => 60863, "name" => _x( "Bolt", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-book", "code" => 59502, "name" => _x( "Book", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-bookmark", "code" => 59506, "name" => _x( "Bookmark", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-book-open", "code" => 59759, "name" => _x( "Book Open", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-books", "code" => 60867, "name" => _x( "Books", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-box", "code" => 59766, "name" => _x( "Box", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-brand-android", "code" => 60869, "name" => _x( "Android", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-aperture", "code" => 59486, "name" => _x( "Aperture", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-apple", "code" => 60871, "name" => _x( "Apple", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-buddyboss", "code" => 60872, "name" => _x( "BuddyBoss", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-buddyboss-app", "code" => 60873, "name" => _x( "BuddyBoss App", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-buddyboss-bolt", "code" => 60874, "name" => _x( "BuddyBoss Bolt", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-buddypress", "code" => 60875, "name" => _x( "BuddyPress", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-bunnynet", "code" => 59882, "name" => _x( "Bunny Net", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-chrome", "code" => 59523, "name" => _x( "Chrome", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-clubhouse", "code" => 60877, "name" => _x( "Clubhouse", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-codepen", "code" => 60878, "name" => _x( "CodePen", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-dribbble", "code" => 60879, "name" => _x( "Dribbble", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-edge", "code" => 60880, "name" => _x( "Microsoft Edge", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-elementor", "code" => 60881, "name" => _x( "Elementor", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-facebook", "code" => 60882, "name" => _x( "Facebook", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-facebook-f", "code" => 59399, "name" => _x( "Facebook F", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-firefox", "code" => 60883, "name" => _x( "Firefox", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-flickr", "code" => 60884, "name" => _x( "Flickr", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-gamipress", "code" => 60885, "name" => _x( "GamiPress", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-github", "code" => 60886, "name" => _x( "GitHub", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-google", "code" => 60887, "name" => _x( "Google", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-gitlab", "code" => 60888, "name" => _x( "GitLab", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-google-admob", "code" => 60889, "name" => _x( "Google AdMob", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-google-firebase", "code" => 60890, "name" => _x( "Google Firebase", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-google-fonts", "code" => 60891, "name" => _x( "Google Fonts", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-instagram", "code" => 60892, "name" => _x( "Instagram", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-intercom", "code" => 59891, "name" => _x( "Intercom", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-learndash", "code" => 60893, "name" => _x( "LearnDash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-lifterlms", "code" => 60894, "name" => _x( "LifterLMS", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-linkedin", "code" => 60895, "name" => _x( "LinkedIn", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-medium", "code" => 60896, "name" => _x( "Medium", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-meetup", "code" => 59392, "name" => _x( "Meetup", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-memberpress", "code" => 60848, "name" => _x( "MemberPress", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-onesignal", "code" => 59394, "name" => _x( "OneSignal", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-paidmembershipspro", "code" => 60900, "name" => _x( "Paid Memberships Pro", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-pinterest", "code" => 60901, "name" => _x( "Pinterest", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-pusher", "code" => 60902, "name" => _x( "Pusher", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-quora", "code" => 60903, "name" => _x( "Quora", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-reddit", "code" => 60904, "name" => _x( "Reddit", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-restrictcontentpro", "code" => 60905, "name" => _x( "Restrict Content Pro", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-safari", "code" => 60906, "name" => _x( "Safari", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-skype", "code" => 60907, "name" => _x( "Skype", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-snapchat", "code" => 60908, "name" => _x( "Snapchat", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-slack", "code" => 60909, "name" => _x( "Slack", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-spotify", "code" => 60910, "name" => _x( "Spotify", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-telegram", "code" => 60911, "name" => _x( "Telegram", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-tiktok", "code" => 60912, "name" => _x( "TikTok", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-tumblr", "code" => 60913, "name" => _x( "Tumblr", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-tutorlms", "code" => 60914, "name" => _x( "Tutor LMS", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-twitch", "code" => 60915, "name" => _x( "Twitch", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-twitter", "code" => 60916, "name" => _x( "Twitter", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-vimeo", "code" => 60917, "name" => _x( "Vimeo", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-vk", "code" => 60918, "name" => _x( "VK", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-whatsapp", "code" => 60919, "name" => _x( "WhatsApp", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-wishlistmember", "code" => 60920, "name" => _x( "WishList Member", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-woocommerce", "code" => 60921, "name" => _x( "WooCommerce", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-wordpress", "code" => 60922, "name" => _x( "WordPress", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-xing", "code" => 60923, "name" => _x( "XING", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-youtube", "code" => 60924, "name" => _x( "YouTube", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-zoom", "code" => 60925, "name" => _x( "Zoom", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-briefcase", "code" => 59503, "name" => _x( "Briefcase", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-browser", "code" => 60927, "name" => _x( "Browser", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-browser-code", "code" => 59767, "name" => _x( "Browser Code", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-browser-terminal", "code" => 60929, "name" => _x( "Browser Terminal", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-bug", "code" => 60930, "name" => _x( "Bug", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-bullhorn", "code" => 60931, "name" => _x( "Bullhorn", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-bullseye", "code" => 60932, "name" => _x( "Bullseye", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-calendar", "code" => 59395, "name" => _x( "Calendar", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-camera", "code" => 60934, "name" => _x( "Camera", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-camera-slash", "code" => 59504, "name" => _x( "Camera Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-cancel", "code" => 60936, "name" => _x( "Cancel", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-caret-down", "code" => 60937, "name" => _x( "Caret Down", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-caret-left", "code" => 60938, "name" => _x( "Caret Left", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-caret-right", "code" => 60939, "name" => _x( "Caret Right", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-caret-up", "code" => 60940, "name" => _x( "Caret Up", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-car-small", "code" => 59398, "name" => _x( "Car Small", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-cart-slash", "code" => 59890, "name" => _x( "Cart Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "shopping-money"), array("id" => "bb-icon-cast", "code" => 59512, "name" => _x( "Cast", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-certificate", "code" => 59765, "name" => _x( "Certificate", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-chart-area", "code" => 60944, "name" => _x( "Chart Area", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-chart-bar-h", "code" => 60945, "name" => _x( "Chart Bar Horizontal", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-chart-bar-trending", "code" => 60946, "name" => _x( "Chart Bar Trending", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-chart-bar-v", "code" => 59496, "name" => _x( "Chart Bar Vertical", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-chart-line", "code" => 60948, "name" => _x( "Chart Line", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-chart-pie", "code" => 60949, "name" => _x( "Chart Pie", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-check", "code" => 59510, "name" => _x( "Check", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-checkbox", "code" => 59509, "name" => _x( "Checkbox", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-circle", "code" => 59521, "name" => _x( "Circle", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-clipboard", "code" => 59522, "name" => _x( "Clipboard", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-clock", "code" => 59524, "name" => _x( "Clock", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-closed-captioning", "code" => 60955, "name" => _x( "Closed Captioning", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "accessibility"), array("id" => "bb-icon-cloud", "code" => 59717, "name" => _x( "Cloud", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-cloud-check", "code" => 59892, "name" => _x( "Cloud Check", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-cloud-download", "code" => 59529, "name" => _x( "Cloud Download", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-cloud-exclamation", "code" => 59893, "name" => _x( "Cloud Exclamation", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-cloud-drizzle", "code" => 59526, "name" => _x( "Cloud Drizzle", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-cloud-lightning", "code" => 59525, "name" => _x( "Cloud Lightning", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-cloud-rain", "code" => 60960, "name" => _x( "Cloud Rain", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-cloud-slash", "code" => 59528, "name" => _x( "Cloud Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-cloud-snow", "code" => 60962, "name" => _x( "Cloud Snow", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-cloud-sync", "code" => 60963, "name" => _x( "Cloud Sync", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-cloud-times", "code" => 59894, "name" => _x( "Cloud Times", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-cloud-upload", "code" => 60964, "name" => _x( "Cloud Upload", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-code", "code" => 60965, "name" => _x( "Code", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-code-branch", "code" => 60966, "name" => _x( "Code Branch", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-cog", "code" => 60967, "name" => _x( "Cog", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-cogs", "code" => 60968, "name" => _x( "Cogs", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-coin", "code" => 60969, "name" => _x( "Coin", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "shopping-money"), array("id" => "bb-icon-coins", "code" => 60970, "name" => _x( "Coins", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "shopping-money"), array("id" => "bb-icon-columns", "code" => 60971, "name" => _x( "Columns", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-command", "code" => 60972, "name" => _x( "Command", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-comment", "code" => 59769, "name" => _x( "Comment", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-comment-activity", "code" => 59751, "name" => _x( "Comment Activity", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-comment-dots", "code" => 60975, "name" => _x( "Comment Dots", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-comment-notification", "code" => 60976, "name" => _x( "Comment Notification", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-comments", "code" => 60977, "name" => _x( "Comments", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-comment-slash", "code" => 60978, "name" => _x( "Comment Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-comment-square", "code" => 60979, "name" => _x( "Comment Square", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-comment-square-dots", "code" => 60980, "name" => _x( "Comment Square Dots", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-comment-square-slash", "code" => 60981, "name" => _x( "Comment Square Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-comments-slash", "code" => 60982, "name" => _x( "Comments Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-comments-square", "code" => 60983, "name" => _x( "Comments Square", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-comments-square-slash", "code" => 60984, "name" => _x( "Comments Square Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-compass", "code" => 60985, "name" => _x( "Compass", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-compress", "code" => 60986, "name" => _x( "Compress", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-copy", "code" => 60987, "name" => _x( "Copy", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-copyright", "code" => 60988, "name" => _x( "Copyright", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-corner-left", "code" => 60989, "name" => _x( "Corner Left", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-corner-right", "code" => 60990, "name" => _x( "Corner Right", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-course", "code" => 60991, "name" => _x( "Course", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-course-slash", "code" => 60992, "name" => _x( "Course Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-cpu", "code" => 60993, "name" => _x( "CPU", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-credit-card", "code" => 60994, "name" => _x( "Credit Card", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "shopping-money"), array("id" => "bb-icon-crop", "code" => 60995, "name" => _x( "Crop", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-crosshairs", "code" => 60996, "name" => _x( "Crosshairs", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-crown", "code" => 59895, "name" => _x( "Crown", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-cube", "code" => 59507, "name" => _x( "Cube", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-currency-bitcoin", "code" => 60998, "name" => _x( "Currency Bitcoin", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "shopping-money"), array("id" => "bb-icon-currency-crypto", "code" => 60999, "name" => _x( "Currency Crypto", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "shopping-money"), array("id" => "bb-icon-currency-dollar", "code" => 61000, "name" => _x( "Currency Dollar", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "shopping-money"), array("id" => "bb-icon-currency-euro", "code" => 61001, "name" => _x( "Currency Euro", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "shopping-money"), array("id" => "bb-icon-currency-lira", "code" => 61002, "name" => _x( "Currency Lira", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "shopping-money"), array("id" => "bb-icon-currency-peso", "code" => 61003, "name" => _x( "Currency Peso", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "shopping-money"), array("id" => "bb-icon-currency-pound", "code" => 61004, "name" => _x( "Currency Pound", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "shopping-money"), array("id" => "bb-icon-currency-ruble", "code" => 61005, "name" => _x( "Currency Ruble", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "shopping-money"), array("id" => "bb-icon-currency-rupee", "code" => 61006, "name" => _x( "Currency Rupee", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "shopping-money"), array("id" => "bb-icon-currency-won", "code" => 61007, "name" => _x( "Currency Won", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "shopping-money"), array("id" => "bb-icon-currency-yen", "code" => 61008, "name" => _x( "Currency Yen", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "shopping-money"), array("id" => "bb-icon-cut", "code" => 61009, "name" => _x( "Cut", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-database", "code" => 61010, "name" => _x( "Database", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-delete-tag", "code" => 61011, "name" => _x( "Delete Tag", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-desktop", "code" => 61012, "name" => _x( "Desktop", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-divide", "code" => 61013, "name" => _x( "Divide", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-dot-circle", "code" => 61014, "name" => _x( "Dot Circle", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-download", "code" => 61015, "name" => _x( "Download", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-droplet", "code" => 61016, "name" => _x( "Droplet", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-duplicate", "code" => 61017, "name" => _x( "Duplicate", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-edit", "code" => 61018, "name" => _x( "Edit", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-eject", "code" => 61019, "name" => _x( "Eject", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-ellipsis-h", "code" => 61020, "name" => _x( "Ellipsis Horizontal", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-emoticon-confused", "code" => 59896, "name" => _x( "Emoticon Confused", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-emoticon-frown", "code" => 61022, "name" => _x( "Emoticon Frown", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-emoticon-smile", "code" => 61023, "name" => _x( "Emoticon Smile", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-emoticon-wink", "code" => 61024, "name" => _x( "Emoticon Wink", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-emotion-laugh", "code" => 61025, "name" => _x( "Emotion Laugh", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-envelope", "code" => 61026, "name" => _x( "Envelope", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-envelope-open", "code" => 61027, "name" => _x( "Envelope Open", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-exchange", "code" => 61028, "name" => _x( "Exchange", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-exclamation", "code" => 61029, "name" => _x( "Exclamation", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "alerts"), array("id" => "bb-icon-exclamation-triangle", "code" => 61030, "name" => _x( "Exclamation Triangle", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "alerts"), array("id" => "bb-icon-expand", "code" => 61031, "name" => _x( "Expand", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-external-link", "code" => 61032, "name" => _x( "External Link", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-eye", "code" => 61033, "name" => _x( "Eye", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-eye-slash", "code" => 61034, "name" => _x( "Eye Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-fast-backward", "code" => 61035, "name" => _x( "Fast Backward", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-fast-forward", "code" => 61036, "name" => _x( "Fast Forward", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-feather", "code" => 61037, "name" => _x( "Feather", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-file", "code" => 61038, "name" => _x( "File", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-album", "code" => 61039, "name" => _x( "File Album", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-archive", "code" => 61040, "name" => _x( "File Archive", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-article", "code" => 59917, "name" => _x( "File Article", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-attach", "code" => 59776, "name" => _x( "File Attach", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-audio", "code" => 61042, "name" => _x( "File Audio", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-bookmark", "code" => 61043, "name" => _x( "File Bookmark", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-checklist", "code" => 61044, "name" => _x( "File Checklist", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-cloud", "code" => 61045, "name" => _x( "File Cloud", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-code", "code" => 61046, "name" => _x( "File Code", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-contact", "code" => 61047, "name" => _x( "File Contact", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-css", "code" => 61048, "name" => _x( "File CSS", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-design", "code" => 61049, "name" => _x( "File Design", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-doc", "code" => 61050, "name" => _x( "File Doc", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-dollar", "code" => 61051, "name" => _x( "File Dollar", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-download", "code" => 61052, "name" => _x( "File Download", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-excel", "code" => 61053, "name" => _x( "File Excel", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-exclamation", "code" => 61054, "name" => _x( "File Exclamation", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-export", "code" => 61055, "name" => _x( "File Export", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-font", "code" => 61056, "name" => _x( "File Font", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-gif", "code" => 61057, "name" => _x( "File GIF", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-globe", "code" => 61058, "name" => _x( "File Globe", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-image", "code" => 61059, "name" => _x( "File Image", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-import", "code" => 61060, "name" => _x( "File Import", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-info", "code" => 61061, "name" => _x( "File Info", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-list", "code" => 61062, "name" => _x( "File List", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-list-numeric", "code" => 61063, "name" => _x( "File List Numeric", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-minus", "code" => 61064, "name" => _x( "File Minus", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-mobile", "code" => 61065, "name" => _x( "File Mobile", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-pdf", "code" => 61066, "name" => _x( "File PDF", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-plus", "code" => 61067, "name" => _x( "File Plus", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-powerpoint", "code" => 61068, "name" => _x( "File Powerpoint", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-presentation", "code" => 61069, "name" => _x( "File Presentation", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-question", "code" => 61070, "name" => _x( "File Question", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-rss", "code" => 61071, "name" => _x( "File RSS", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-share", "code" => 61072, "name" => _x( "File Share", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-signature", "code" => 61073, "name" => _x( "File Signature", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-spreadsheet", "code" => 61074, "name" => _x( "File Spreadsheet", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-text", "code" => 61075, "name" => _x( "File Text", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-times", "code" => 61076, "name" => _x( "File Times", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-upload", "code" => 61077, "name" => _x( "File Upload", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-vector", "code" => 61078, "name" => _x( "File Vector", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-video", "code" => 61079, "name" => _x( "File Video", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-word", "code" => 61080, "name" => _x( "File Word", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-film", "code" => 61081, "name" => _x( "Film", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-filter", "code" => 61082, "name" => _x( "Filter", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-filter-alt", "code" => 61083, "name" => _x( "Filter Alt", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-flag", "code" => 61084, "name" => _x( "Flag", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-flask", "code" => 61085, "name" => _x( "Flask", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-folder", "code" => 61086, "name" => _x( "Folder", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-folder-alt", "code" => 61087, "name" => _x( "Folder Alt", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-folder-alt-slash", "code" => 61088, "name" => _x( "Folder Alt Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-folder-download", "code" => 59897, "name" => _x( "Folder Download", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-folder-move", "code" => 59898, "name" => _x( "Folder Move", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-folder-open", "code" => 61089, "name" => _x( "Folder Open", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-folder-plus", "code" => 61090, "name" => _x( "Folder Plus", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-folder-slash", "code" => 61091, "name" => _x( "Folder Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-folder-upload", "code" => 59899, "name" => _x( "Folder Upload", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-font", "code" => 61092, "name" => _x( "Font", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-forest", "code" => 61093, "name" => _x( "Forest", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-forward", "code" => 61094, "name" => _x( "Forward", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-gem", "code" => 61095, "name" => _x( "Gem", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-gif", "code" => 61096, "name" => _x( "GIF", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-gift", "code" => 61097, "name" => _x( "Gift", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-globe", "code" => 61098, "name" => _x( "Globe", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-globe-alt", "code" => 59918, "name" => _x( "Globe Alt", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-globe-layers", "code" => 61099, "name" => _x( "Globe Layers", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-graduation-cap", "code" => 61100, "name" => _x( "Graduation Cap", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-grid-large", "code" => 61101, "name" => _x( "Grid Large", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-grid-small", "code" => 61102, "name" => _x( "Grid Small", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-grip-h", "code" => 59900, "name" => _x( "Grid H", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-grip-v", "code" => 59901, "name" => _x( "Grid V", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-hashtag", "code" => 61103, "name" => _x( "Hashtag", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-hand-pointer", "code" => 59884, "name" => _x( "Hand Pointer", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-heading", "code" => 61104, "name" => _x( "Heading", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-headphones", "code" => 61105, "name" => _x( "Headphones", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-heart", "code" => 61106, "name" => _x( "Heart", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-home", "code" => 61107, "name" => _x( "Home", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-image", "code" => 61108, "name" => _x( "Image", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-images", "code" => 61109, "name" => _x( "Images", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-image-move", "code" => 59902, "name" => _x( "Image Move", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-image-plus", "code" => 59885, "name" => _x( "Image Plus", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-image-slash", "code" => 61110, "name" => _x( "Image Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-images-slash", "code" => 61111, "name" => _x( "Images Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-image-video", "code" => 61112, "name" => _x( "Image Video", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-image-video-slash", "code" => 61113, "name" => _x( "Image Video Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-inbox", "code" => 61114, "name" => _x( "Inbox", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-indent", "code" => 61115, "name" => _x( "Indent", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-info", "code" => 61116, "name" => _x( "Info", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "alerts"), array("id" => "bb-icon-info-triangle", "code" => 61117, "name" => _x( "Info Triangle", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "alerts"), array("id" => "bb-icon-italic", "code" => 61118, "name" => _x( "Italic", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-key", "code" => 61119, "name" => _x( "Key", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-keyboard", "code" => 61120, "name" => _x( "Keyboard", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-key-slash", "code" => 61121, "name" => _x( "Key Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-laptop", "code" => 61122, "name" => _x( "Laptop", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-layers", "code" => 61123, "name" => _x( "Layers", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-less-than", "code" => 61124, "name" => _x( "Less Than", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-less-than-equal", "code" => 61125, "name" => _x( "Less Than Equal", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-life-ring", "code" => 61126, "name" => _x( "Life Ring", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-lightbulb", "code" => 60933, "name" => _x( "Lightbulb", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-link", "code" => 61128, "name" => _x( "Link", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-list", "code" => 61129, "name" => _x( "List", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-list-number", "code" => 61130, "name" => _x( "List Number", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-location-arrow", "code" => 61131, "name" => _x( "Location Arrow", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-lock-alt", "code" => 61133, "name" => _x( "Lock Alt", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-lock-alt-open", "code" => 61134, "name" => _x( "Lock Alt Open", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-lock-open", "code" => 61135, "name" => _x( "Lock Open", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-map", "code" => 61136, "name" => _x( "Map", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-map-marker", "code" => 61137, "name" => _x( "Map Marker", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-marketplace", "code" => 61138, "name" => _x( "Marketplace", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-maximize", "code" => 61139, "name" => _x( "Maximize", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-membership-card", "code" => 61140, "name" => _x( "Membership Card", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "shopping-money"), array("id" => "bb-icon-merge", "code" => 61141, "name" => _x( "Merge", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-microphone", "code" => 61142, "name" => _x( "Microphone", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-microphone-slash", "code" => 61143, "name" => _x( "Microphone Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-minimize", "code" => 59886, "name" => _x( "Minimize", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-minus", "code" => 61144, "name" => _x( "Minus", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-mobile", "code" => 61145, "name" => _x( "Mobile", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-mobile-slash", "code" => 59903, "name" => _x( "Mobile Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-money", "code" => 61146, "name" => _x( "Money", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "shopping-money"), array("id" => "bb-icon-moon", "code" => 61147, "name" => _x( "Moon", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-more-than", "code" => 61148, "name" => _x( "More Than", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-more-than-equal", "code" => 61149, "name" => _x( "More Than Equal", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-mouse-pointer", "code" => 61150, "name" => _x( "Mouse Pointer", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-music", "code" => 61151, "name" => _x( "Music", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-music-note", "code" => 61152, "name" => _x( "Music Note", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-music-note-slash", "code" => 61153, "name" => _x( "Music Note Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-music-slash", "code" => 61154, "name" => _x( "Music Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-newspaper", "code" => 59919, "name" => _x( "Newspaper", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-outdent", "code" => 61155, "name" => _x( "Outdent", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-oxtagon", "code" => 61156, "name" => _x( "Oxtagon", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-package", "code" => 61157, "name" => _x( "Package", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-paperclip", "code" => 61158, "name" => _x( "Paperclip", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-paper-plane", "code" => 61159, "name" => _x( "Paper Plane", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-paragraph", "code" => 61160, "name" => _x( "Paragraph", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-paste", "code" => 61161, "name" => _x( "Paste", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-pause", "code" => 61162, "name" => _x( "Pause", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-pen", "code" => 61163, "name" => _x( "Pen", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-pencil", "code" => 61164, "name" => _x( "Pencil", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-percentage", "code" => 61165, "name" => _x( "Percentage", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-phone", "code" => 61166, "name" => _x( "Phone", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-phone-call", "code" => 61167, "name" => _x( "Phone Call", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-phone-forwarded", "code" => 61168, "name" => _x( "Phone Forwarded", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-phone-incoming", "code" => 61169, "name" => _x( "Phone Incoming", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-phone-missed", "code" => 61170, "name" => _x( "Phone Missed", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-phone-slash", "code" => 61171, "name" => _x( "Phone Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-picture-in-picture", "code" => 59888, "name" => _x( "Picture In Picture", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-pin", "code" => 61172, "name" => _x( "Pin", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-pin-star", "code" => 61173, "name" => _x( "Pin Star", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-pizza-slice", "code" => 61174, "name" => _x( "Pizza Slice", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-play", "code" => 61175, "name" => _x( "Play", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-plug", "code" => 61176, "name" => _x( "Plug", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-plus", "code" => 61177, "name" => _x( "Plus", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-pocket", "code" => 61178, "name" => _x( "Pocket", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-poll", "code" => 61179, "name" => _x( "Poll", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-poll-h", "code" => 61180, "name" => _x( "Poll Horizontal", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-power-on", "code" => 61181, "name" => _x( "Power On", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-printer", "code" => 61182, "name" => _x( "Printer", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-question", "code" => 61183, "name" => _x( "Question", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "alerts"), array("id" => "bb-icon-question-triangle", "code" => 59477, "name" => _x( "Question Triangle", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "alerts"), array("id" => "bb-icon-quiz", "code" => 61185, "name" => _x( "Quiz", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-quote-left", "code" => 61186, "name" => _x( "Quote Left", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-quote-right", "code" => 61187, "name" => _x( "Quote Right", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-radio", "code" => 61188, "name" => _x( "Radio", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-random", "code" => 61189, "name" => _x( "Random", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-receipt", "code" => 61190, "name" => _x( "Receipt", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "shopping-money"), array("id" => "bb-icon-redo", "code" => 61191, "name" => _x( "Redo", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-registered", "code" => 61192, "name" => _x( "Registered", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-repeat", "code" => 61193, "name" => _x( "Repeat", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-reply", "code" => 61194, "name" => _x( "Reply", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-reply-all", "code" => 61195, "name" => _x( "Reply All", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-rocket", "code" => 61196, "name" => _x( "Rocket", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-rss", "code" => 61197, "name" => _x( "Rss", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-save", "code" => 61198, "name" => _x( "Save", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-scissors", "code" => 61199, "name" => _x( "Scissors", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-search", "code" => 61200, "name" => _x( "Search", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-search-minus", "code" => 61201, "name" => _x( "Search Minus", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-search-plus", "code" => 61202, "name" => _x( "Search Plus", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-server", "code" => 61203, "name" => _x( "Server", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-share", "code" => 61204, "name" => _x( "Share", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-share-dots", "code" => 61205, "name" => _x( "Share Dots", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-share-square", "code" => 61206, "name" => _x( "Share Square", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-shield", "code" => 61207, "name" => _x( "Shield", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-shield-half", "code" => 61208, "name" => _x( "Shield Half", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-shopping-bag", "code" => 61209, "name" => _x( "Shopping Bag", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "shopping-money"), array("id" => "bb-icon-shopping-basket", "code" => 61210, "name" => _x( "Shopping Basket", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "shopping-money"), array("id" => "bb-icon-shopping-cart", "code" => 61211, "name" => _x( "Shopping Cart", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "shopping-money"), array("id" => "bb-icon-sidebar", "code" => 59552, "name" => _x( "Sidebar", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-signal-1", "code" => 61213, "name" => _x( "Signal 1", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-signal-2", "code" => 61214, "name" => _x( "Signal 2", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-signal-3", "code" => 61215, "name" => _x( "Signal 3", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-signal-full", "code" => 61216, "name" => _x( "Signal Full", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-signal-slash", "code" => 61217, "name" => _x( "Signal Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-sign-in", "code" => 61218, "name" => _x( "Sign In", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-sign-out", "code" => 61219, "name" => _x( "Sign Out", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-sliders-h", "code" => 61220, "name" => _x( "Sliders Horizontal", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-sliders-v", "code" => 61221, "name" => _x( "Sliders Vertical", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-sort", "code" => 61222, "name" => _x( "Sort", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-sort-alpha-down", "code" => 61223, "name" => _x( "Sort Alpha Down", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-sort-alpha-up", "code" => 61224, "name" => _x( "Sort Alpha Up", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-sort-amount-down", "code" => 61225, "name" => _x( "Sort Amount Down", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-sort-amount-up", "code" => 61226, "name" => _x( "Sort Amount Up", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-sort-down", "code" => 61227, "name" => _x( "Sort Down", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-sort-numeric-down", "code" => 61228, "name" => _x( "Sort Numeric Down", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-sort-numeric-up", "code" => 61229, "name" => _x( "Sort Numeric Up", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-sort-up", "code" => 61230, "name" => _x( "Sort Up", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-speaker", "code" => 61231, "name" => _x( "Speaker", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-spinner", "code" => 61232, "name" => _x( "Spinner", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-spinner-alt", "code" => 59887, "name" => _x( "Spinner Alt", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-spinner-third", "code" => 61233, "name" => _x( "Spinner Third", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-split", "code" => 59904, "name" => _x( "Split", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-star", "code" => 61234, "name" => _x( "Star", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-star-half", "code" => 61235, "name" => _x( "Star Half", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-star-slash", "code" => 59905, "name" => _x( "Star Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-step-backward", "code" => 61236, "name" => _x( "Step Backward", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-step-forward", "code" => 61237, "name" => _x( "Step Forward", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-stop", "code" => 61238, "name" => _x( "Stop", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-stopwatch", "code" => 59906, "name" => _x( "Stopwatch", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-strikethrough", "code" => 59907, "name" => _x( "Strikethrough", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-sun", "code" => 61239, "name" => _x( "Sun", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-sunrise", "code" => 61240, "name" => _x( "Sunrise", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-sync", "code" => 61241, "name" => _x( "Sync", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-tablet", "code" => 61242, "name" => _x( "Tablet", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-tag", "code" => 61243, "name" => _x( "Tag", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-tags", "code" => 61244, "name" => _x( "Tags", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-terminal", "code" => 61245, "name" => _x( "Terminal", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-text", "code" => 61246, "name" => _x( "Text", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-thermometer", "code" => 61247, "name" => _x( "Thermometer", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-thumbs-down", "code" => 61248, "name" => _x( "Thumbs Down", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-thumbs-up", "code" => 61249, "name" => _x( "Thumbs Up", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-times", "code" => 59432, "name" => _x( "Times", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "alerts"), array("id" => "bb-icon-times-triangle", "code" => 61251, "name" => _x( "Times Triangle", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "alerts"), array("id" => "bb-icon-toggle-off", "code" => 61252, "name" => _x( "Toggle Off", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-toggle-on", "code" => 61253, "name" => _x( "Toggle On", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-tools", "code" => 61254, "name" => _x( "Tools", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-trademark", "code" => 61255, "name" => _x( "Trademark", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-trash", "code" => 61256, "name" => _x( "Trash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-trash-restore", "code" => 61257, "name" => _x( "Trash Restore", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-trending-down", "code" => 61258, "name" => _x( "Trending Down", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-trending-up", "code" => 61259, "name" => _x( "Trending Up", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-trophy", "code" => 61260, "name" => _x( "Trophy", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-trophy-slash", "code" => 59908, "name" => _x( "Trophy Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-tv", "code" => 61261, "name" => _x( "TV", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-umbrella", "code" => 61262, "name" => _x( "Umbrella", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-underline", "code" => 61263, "name" => _x( "Underline", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-undo", "code" => 61264, "name" => _x( "Undo", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-unlink", "code" => 61265, "name" => _x( "Unlink", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-user", "code" => 61266, "name" => _x( "User", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-user-arrow-down", "code" => 59913, "name" => _x( "User Arrow Down", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-user-arrow-up", "code" => 59914, "name" => _x( "User Arrow Up", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-user-avatar", "code" => 61267, "name" => _x( "User Avatar", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-user-badge", "code" => 61268, "name" => _x( "User Badge", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-user-cancel", "code" => 59920, "name" => _x( "User Cancel", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-user-card", "code" => 61269, "name" => _x( "User Card", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-user-check", "code" => 61270, "name" => _x( "User Check", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-user-clock", "code" => 61271, "name" => _x( "User Clock", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-user-cog", "code" => 61272, "name" => _x( "User Cog", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-user-crown", "code" => 59915, "name" => _x( "User Crown", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-user-edit", "code" => 61273, "name" => _x( "User Edit", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-user-friends", "code" => 61274, "name" => _x( "User Friends", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-user-friends-alt", "code" => 61275, "name" => _x( "User Friends Alt", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-user-friends-alt-slash", "code" => 61276, "name" => _x( "User Friends Alt Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-user-friends-plus", "code" => 59916, "name" => _x( "User Friends Plus", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-user-friends-slash", "code" => 61277, "name" => _x( "User Friends Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-user-info", "code" => 59921, "name" => _x( "User Info", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-user-lock", "code" => 61278, "name" => _x( "User Lock", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-user-minus", "code" => 61279, "name" => _x( "User Minus", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-user-plus", "code" => 61280, "name" => _x( "User Plus", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-users", "code" => 59741, "name" => _x( "Users", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-user-slash", "code" => 61282, "name" => _x( "User Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-users-slash", "code" => 61283, "name" => _x( "Users Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-user-times", "code" => 61284, "name" => _x( "User Times", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-u-turn-down", "code" => 59909, "name" => _x( "U Turn Down", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-u-turn-left", "code" => 59910, "name" => _x( "U Turn Left", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-u-turn-right", "code" => 59911, "name" => _x( "U Turn Right", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-u-turn-up", "code" => 59912, "name" => _x( "U Turn Up", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-video", "code" => 61285, "name" => _x( "Video", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-video-plus", "code" => 59889, "name" => _x( "Video Plus", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-video-slash", "code" => 61286, "name" => _x( "Video Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-voicemail", "code" => 61287, "name" => _x( "Voicemail", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-volume-down", "code" => 61288, "name" => _x( "Volume Down", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-volume-mute", "code" => 61289, "name" => _x( "Volume Mute", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-volume-off", "code" => 61290, "name" => _x( "Volume Off", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-volume-slash", "code" => 61291, "name" => _x( "Volume Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-volume-up", "code" => 61292, "name" => _x( "Volume Up", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-wallet", "code" => 61293, "name" => _x( "Wallet", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "shopping-money"), array("id" => "bb-icon-watch", "code" => 61294, "name" => _x( "Watch", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-wheelchair", "code" => 61295, "name" => _x( "Wheelchair", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "accessibility"), array("id" => "bb-icon-wifi", "code" => 61296, "name" => _x( "Wi-Fi", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-wifi-slash", "code" => 61297, "name" => _x( "Wi-Fi Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-wind", "code" => 61298, "name" => _x( "Wind", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-wrench", "code" => 61299, "name" => _x( "Wrench", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-battery-half", "code" => 60854, "name" => _x( "Battery Half", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-upload", "code" => 59880, "name" => _x( "Upload", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-ellipsis-v", "code" => 61021, "name" => _x( "Ellipsis Vertical", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-lock", "code" => 61132, "name" => _x( "Lock", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-attach", "code" => 59878, "name" => _x( "Attach", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-thumbtack", "code" => 59396, "name" => _x( "Thumbtack", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-thumbtack-star", "code" => 59881, "name" => _x( "Thumbtack Star", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"))); +$bb_icons = array("name" => "bb-icons", "version" => "1.0.5", "copyright" => "BuddyBoss", "groups" => array(array("id" => "accessibility", "name" => _x( "Accessibility", "BuddyBoss Icon", "buddyboss-theme" )), array("id" => "alerts", "name" => _x( "Alerts", "BuddyBoss Icon", "buddyboss-theme" )), array("id" => "arrows", "name" => _x( "Arrows", "BuddyBoss Icon", "buddyboss-theme" )), array("id" => "brands", "name" => _x( "Brands", "BuddyBoss Icon", "buddyboss-theme" )), array("id" => "interfaces", "name" => _x( "Interfaces", "BuddyBoss Icon", "buddyboss-theme" )), array("id" => "media-files", "name" => _x( "Media & Files", "BuddyBoss Icon", "buddyboss-theme" )), array("id" => "objects", "name" => _x( "Objects", "BuddyBoss Icon", "buddyboss-theme" )), array("id" => "shopping-money", "name" => _x( "Shopping & Money", "BuddyBoss Icon", "buddyboss-theme" )), array("id" => "technology", "name" => _x( "Technology", "BuddyBoss Icon", "buddyboss-theme" )), array("id" => "text-formatting", "name" => _x( "Text & Formatting", "BuddyBoss Icon", "buddyboss-theme" )), array("id" => "users-people", "name" => _x( "Users & People", "BuddyBoss Icon", "buddyboss-theme" ))), "glyphs" => array(array("id" => "bb-icon-activity", "code" => 59476, "name" => _x( "Activity", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-activity-slash", "code" => 60816, "name" => _x( "Activity Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-address-book", "code" => 60817, "name" => _x( "Address Book", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-airplay", "code" => 59479, "name" => _x( "Airplay", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-alarm", "code" => 60819, "name" => _x( "Alarm", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-album", "code" => 60820, "name" => _x( "Album", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-align-center", "code" => 59478, "name" => _x( "Align Center", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-align-justify", "code" => 59480, "name" => _x( "Align Justify", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-align-left", "code" => 59481, "name" => _x( "Align Left", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-align-right", "code" => 59482, "name" => _x( "Align Right", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-anchor", "code" => 59485, "name" => _x( "Anchor", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-angle-double-down", "code" => 59517, "name" => _x( "Angle Double Down", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-angle-double-left", "code" => 59520, "name" => _x( "Angle Double Left", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-angle-double-right", "code" => 59518, "name" => _x( "Angle Double Right", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-angle-double-up", "code" => 59519, "name" => _x( "Angle Double Up", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-angle-right", "code" => 59431, "name" => _x( "Angle Right", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-angle-down", "code" => 59430, "name" => _x( "Angle Down", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-angle-left", "code" => 59563, "name" => _x( "Angle Left", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-angle-up", "code" => 59516, "name" => _x( "Angle Up", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-arrow-down", "code" => 59489, "name" => _x( "Arrow Down", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-arrow-left", "code" => 59487, "name" => _x( "Arrow Left", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-arrow-right", "code" => 59488, "name" => _x( "Arrow Right", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-arrows", "code" => 60837, "name" => _x( "Arrows", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-arrows-h", "code" => 60838, "name" => _x( "Arrows Horizontal", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-arrows-v", "code" => 60839, "name" => _x( "Arrows Vertical", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-arrow-up", "code" => 59492, "name" => _x( "Arrow Up", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-article", "code" => 60841, "name" => _x( "Article", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-article-slash", "code" => 60842, "name" => _x( "Article Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-asterisk", "code" => 60843, "name" => _x( "Asterisk", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-at", "code" => 59495, "name" => _x( "At", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-audio-description", "code" => 60845, "name" => _x( "Audio Description", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "accessibility"), array("id" => "bb-icon-award", "code" => 59493, "name" => _x( "Award", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-award-slash", "code" => 59397, "name" => _x( "Award Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-backward", "code" => 60847, "name" => _x( "Backward", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-ball-soccer", "code" => 59393, "name" => _x( "Ball Soccer", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-bars", "code" => 60849, "name" => _x( "Bars", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-bars-2", "code" => 60850, "name" => _x( "Bars 2", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-battery", "code" => 59497, "name" => _x( "Battery", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-battery-empty", "code" => 59499, "name" => _x( "Battery Empty", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-battery-full", "code" => 60853, "name" => _x( "Battery Full", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-battery-quarter", "code" => 60855, "name" => _x( "Battery Quarter", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-battery-slash", "code" => 60856, "name" => _x( "Battery Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-battery-three-quarters", "code" => 60857, "name" => _x( "Battery Three Quarters", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-bell", "code" => 59501, "name" => _x( "Bell", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-bell-plus", "code" => 59557, "name" => _x( "Bell Plus", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-bell-slash", "code" => 59498, "name" => _x( "Bell Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-bluetooth", "code" => 59500, "name" => _x( "Bluetooth", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-bold", "code" => 59722, "name" => _x( "Bold", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-bolt", "code" => 60863, "name" => _x( "Bolt", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-book", "code" => 59502, "name" => _x( "Book", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-bookmark", "code" => 59506, "name" => _x( "Bookmark", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-book-open", "code" => 59759, "name" => _x( "Book Open", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-books", "code" => 60867, "name" => _x( "Books", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-box", "code" => 59766, "name" => _x( "Box", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-brand-android", "code" => 60869, "name" => _x( "Android", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-aperture", "code" => 59486, "name" => _x( "Aperture", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-apple", "code" => 60871, "name" => _x( "Apple", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-buddyboss", "code" => 60872, "name" => _x( "BuddyBoss", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-buddyboss-app", "code" => 60873, "name" => _x( "BuddyBoss App", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-buddyboss-bolt", "code" => 60874, "name" => _x( "BuddyBoss Bolt", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-buddypress", "code" => 60875, "name" => _x( "BuddyPress", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-bunnynet", "code" => 59882, "name" => _x( "Bunny Net", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-chrome", "code" => 59523, "name" => _x( "Chrome", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-clubhouse", "code" => 60877, "name" => _x( "Clubhouse", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-codepen", "code" => 60878, "name" => _x( "CodePen", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-dribbble", "code" => 60879, "name" => _x( "Dribbble", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-edge", "code" => 60880, "name" => _x( "Microsoft Edge", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-elementor", "code" => 60881, "name" => _x( "Elementor", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-facebook", "code" => 60882, "name" => _x( "Facebook", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-facebook-f", "code" => 59399, "name" => _x( "Facebook F", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-firefox", "code" => 60883, "name" => _x( "Firefox", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-flickr", "code" => 60884, "name" => _x( "Flickr", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-gamipress", "code" => 60885, "name" => _x( "GamiPress", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-github", "code" => 60886, "name" => _x( "GitHub", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-google", "code" => 60887, "name" => _x( "Google", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-gitlab", "code" => 60888, "name" => _x( "GitLab", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-google-admob", "code" => 60889, "name" => _x( "Google AdMob", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-google-firebase", "code" => 60890, "name" => _x( "Google Firebase", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-google-fonts", "code" => 60891, "name" => _x( "Google Fonts", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-instagram", "code" => 60892, "name" => _x( "Instagram", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-intercom", "code" => 59891, "name" => _x( "Intercom", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-learndash", "code" => 60893, "name" => _x( "LearnDash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-lifterlms", "code" => 60894, "name" => _x( "LifterLMS", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-linkedin", "code" => 60895, "name" => _x( "LinkedIn", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-medium", "code" => 60896, "name" => _x( "Medium", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-meetup", "code" => 59392, "name" => _x( "Meetup", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-memberpress", "code" => 60848, "name" => _x( "MemberPress", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-onesignal", "code" => 59394, "name" => _x( "OneSignal", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-paidmembershipspro", "code" => 60900, "name" => _x( "Paid Memberships Pro", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-pinterest", "code" => 60901, "name" => _x( "Pinterest", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-pusher", "code" => 60902, "name" => _x( "Pusher", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-quora", "code" => 60903, "name" => _x( "Quora", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-reddit", "code" => 60904, "name" => _x( "Reddit", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-restrictcontentpro", "code" => 60905, "name" => _x( "Restrict Content Pro", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-safari", "code" => 60906, "name" => _x( "Safari", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-skype", "code" => 60907, "name" => _x( "Skype", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-snapchat", "code" => 60908, "name" => _x( "Snapchat", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-slack", "code" => 60909, "name" => _x( "Slack", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-spotify", "code" => 60910, "name" => _x( "Spotify", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-telegram", "code" => 60911, "name" => _x( "Telegram", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-tiktok", "code" => 60912, "name" => _x( "TikTok", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-tumblr", "code" => 60913, "name" => _x( "Tumblr", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-tutorlms", "code" => 60914, "name" => _x( "Tutor LMS", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-twitch", "code" => 60915, "name" => _x( "Twitch", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-twitter", "code" => 60916, "name" => _x( "Twitter", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-vimeo", "code" => 60917, "name" => _x( "Vimeo", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-vk", "code" => 60918, "name" => _x( "VK", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-whatsapp", "code" => 60919, "name" => _x( "WhatsApp", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-wishlistmember", "code" => 60920, "name" => _x( "WishList Member", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-woocommerce", "code" => 60921, "name" => _x( "WooCommerce", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-wordpress", "code" => 60922, "name" => _x( "WordPress", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-xing", "code" => 60923, "name" => _x( "XING", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-x", "code" => 59922, "name" => _x( "X", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-youtube", "code" => 60924, "name" => _x( "YouTube", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-brand-zoom", "code" => 60925, "name" => _x( "Zoom", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "brands"), array("id" => "bb-icon-briefcase", "code" => 59503, "name" => _x( "Briefcase", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-browser", "code" => 60927, "name" => _x( "Browser", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-browser-code", "code" => 59767, "name" => _x( "Browser Code", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-browser-terminal", "code" => 60929, "name" => _x( "Browser Terminal", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-bug", "code" => 60930, "name" => _x( "Bug", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-bullhorn", "code" => 60931, "name" => _x( "Bullhorn", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-bullseye", "code" => 60932, "name" => _x( "Bullseye", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-calendar", "code" => 59395, "name" => _x( "Calendar", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-camera", "code" => 60934, "name" => _x( "Camera", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-camera-slash", "code" => 59504, "name" => _x( "Camera Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-cancel", "code" => 60936, "name" => _x( "Cancel", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-caret-down", "code" => 60937, "name" => _x( "Caret Down", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-caret-left", "code" => 60938, "name" => _x( "Caret Left", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-caret-right", "code" => 60939, "name" => _x( "Caret Right", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-caret-up", "code" => 60940, "name" => _x( "Caret Up", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-car-small", "code" => 59398, "name" => _x( "Car Small", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-cart-slash", "code" => 59890, "name" => _x( "Cart Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "shopping-money"), array("id" => "bb-icon-cast", "code" => 59512, "name" => _x( "Cast", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-certificate", "code" => 59765, "name" => _x( "Certificate", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-chart-area", "code" => 60944, "name" => _x( "Chart Area", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-chart-bar-h", "code" => 60945, "name" => _x( "Chart Bar Horizontal", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-chart-bar-trending", "code" => 60946, "name" => _x( "Chart Bar Trending", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-chart-bar-v", "code" => 59496, "name" => _x( "Chart Bar Vertical", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-chart-line", "code" => 60948, "name" => _x( "Chart Line", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-chart-pie", "code" => 60949, "name" => _x( "Chart Pie", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-check", "code" => 59510, "name" => _x( "Check", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-checkbox", "code" => 59509, "name" => _x( "Checkbox", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-circle", "code" => 59521, "name" => _x( "Circle", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-clipboard", "code" => 59522, "name" => _x( "Clipboard", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-clock", "code" => 59524, "name" => _x( "Clock", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-closed-captioning", "code" => 60955, "name" => _x( "Closed Captioning", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "accessibility"), array("id" => "bb-icon-cloud", "code" => 59717, "name" => _x( "Cloud", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-cloud-check", "code" => 59892, "name" => _x( "Cloud Check", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-cloud-download", "code" => 59529, "name" => _x( "Cloud Download", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-cloud-exclamation", "code" => 59893, "name" => _x( "Cloud Exclamation", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-cloud-drizzle", "code" => 59526, "name" => _x( "Cloud Drizzle", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-cloud-lightning", "code" => 59525, "name" => _x( "Cloud Lightning", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-cloud-rain", "code" => 60960, "name" => _x( "Cloud Rain", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-cloud-slash", "code" => 59528, "name" => _x( "Cloud Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-cloud-snow", "code" => 60962, "name" => _x( "Cloud Snow", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-cloud-sync", "code" => 60963, "name" => _x( "Cloud Sync", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-cloud-times", "code" => 59894, "name" => _x( "Cloud Times", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-cloud-upload", "code" => 60964, "name" => _x( "Cloud Upload", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-code", "code" => 60965, "name" => _x( "Code", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-code-branch", "code" => 60966, "name" => _x( "Code Branch", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-cog", "code" => 60967, "name" => _x( "Cog", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-cogs", "code" => 60968, "name" => _x( "Cogs", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-coin", "code" => 60969, "name" => _x( "Coin", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "shopping-money"), array("id" => "bb-icon-coins", "code" => 60970, "name" => _x( "Coins", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "shopping-money"), array("id" => "bb-icon-columns", "code" => 60971, "name" => _x( "Columns", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-command", "code" => 60972, "name" => _x( "Command", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-comment", "code" => 59769, "name" => _x( "Comment", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-comment-activity", "code" => 59751, "name" => _x( "Comment Activity", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-comment-dots", "code" => 60975, "name" => _x( "Comment Dots", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-comment-notification", "code" => 60976, "name" => _x( "Comment Notification", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-comments", "code" => 60977, "name" => _x( "Comments", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-comment-slash", "code" => 60978, "name" => _x( "Comment Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-comment-square", "code" => 60979, "name" => _x( "Comment Square", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-comment-square-dots", "code" => 60980, "name" => _x( "Comment Square Dots", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-comment-square-slash", "code" => 60981, "name" => _x( "Comment Square Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-comments-slash", "code" => 60982, "name" => _x( "Comments Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-comments-square", "code" => 60983, "name" => _x( "Comments Square", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-comments-square-slash", "code" => 60984, "name" => _x( "Comments Square Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-compass", "code" => 60985, "name" => _x( "Compass", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-compress", "code" => 60986, "name" => _x( "Compress", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-copy", "code" => 60987, "name" => _x( "Copy", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-copyright", "code" => 60988, "name" => _x( "Copyright", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-corner-left", "code" => 60989, "name" => _x( "Corner Left", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-corner-right", "code" => 60990, "name" => _x( "Corner Right", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-course", "code" => 60991, "name" => _x( "Course", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-course-slash", "code" => 60992, "name" => _x( "Course Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-cpu", "code" => 60993, "name" => _x( "CPU", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-credit-card", "code" => 60994, "name" => _x( "Credit Card", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "shopping-money"), array("id" => "bb-icon-crop", "code" => 60995, "name" => _x( "Crop", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-crosshairs", "code" => 60996, "name" => _x( "Crosshairs", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-crown", "code" => 59895, "name" => _x( "Crown", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-cube", "code" => 59507, "name" => _x( "Cube", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-currency-bitcoin", "code" => 60998, "name" => _x( "Currency Bitcoin", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "shopping-money"), array("id" => "bb-icon-currency-crypto", "code" => 60999, "name" => _x( "Currency Crypto", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "shopping-money"), array("id" => "bb-icon-currency-dollar", "code" => 61000, "name" => _x( "Currency Dollar", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "shopping-money"), array("id" => "bb-icon-currency-euro", "code" => 61001, "name" => _x( "Currency Euro", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "shopping-money"), array("id" => "bb-icon-currency-lira", "code" => 61002, "name" => _x( "Currency Lira", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "shopping-money"), array("id" => "bb-icon-currency-peso", "code" => 61003, "name" => _x( "Currency Peso", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "shopping-money"), array("id" => "bb-icon-currency-pound", "code" => 61004, "name" => _x( "Currency Pound", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "shopping-money"), array("id" => "bb-icon-currency-ruble", "code" => 61005, "name" => _x( "Currency Ruble", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "shopping-money"), array("id" => "bb-icon-currency-rupee", "code" => 61006, "name" => _x( "Currency Rupee", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "shopping-money"), array("id" => "bb-icon-currency-won", "code" => 61007, "name" => _x( "Currency Won", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "shopping-money"), array("id" => "bb-icon-currency-yen", "code" => 61008, "name" => _x( "Currency Yen", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "shopping-money"), array("id" => "bb-icon-cut", "code" => 61009, "name" => _x( "Cut", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-database", "code" => 61010, "name" => _x( "Database", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-delete-tag", "code" => 61011, "name" => _x( "Delete Tag", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-desktop", "code" => 61012, "name" => _x( "Desktop", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-divide", "code" => 61013, "name" => _x( "Divide", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-dot-circle", "code" => 61014, "name" => _x( "Dot Circle", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-download", "code" => 61015, "name" => _x( "Download", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-droplet", "code" => 61016, "name" => _x( "Droplet", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-duplicate", "code" => 61017, "name" => _x( "Duplicate", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-edit", "code" => 61018, "name" => _x( "Edit", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-eject", "code" => 61019, "name" => _x( "Eject", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-ellipsis-h", "code" => 61020, "name" => _x( "Ellipsis Horizontal", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-emoticon-confused", "code" => 59896, "name" => _x( "Emoticon Confused", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-emoticon-frown", "code" => 61022, "name" => _x( "Emoticon Frown", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-emoticon-smile", "code" => 61023, "name" => _x( "Emoticon Smile", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-emoticon-wink", "code" => 61024, "name" => _x( "Emoticon Wink", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-emotion-laugh", "code" => 61025, "name" => _x( "Emotion Laugh", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-envelope", "code" => 61026, "name" => _x( "Envelope", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-envelope-open", "code" => 61027, "name" => _x( "Envelope Open", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-exchange", "code" => 61028, "name" => _x( "Exchange", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-exclamation", "code" => 61029, "name" => _x( "Exclamation", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "alerts"), array("id" => "bb-icon-exclamation-triangle", "code" => 61030, "name" => _x( "Exclamation Triangle", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "alerts"), array("id" => "bb-icon-expand", "code" => 61031, "name" => _x( "Expand", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-external-link", "code" => 61032, "name" => _x( "External Link", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-eye", "code" => 61033, "name" => _x( "Eye", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-eye-slash", "code" => 61034, "name" => _x( "Eye Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-fast-backward", "code" => 61035, "name" => _x( "Fast Backward", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-fast-forward", "code" => 61036, "name" => _x( "Fast Forward", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-feather", "code" => 61037, "name" => _x( "Feather", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-file", "code" => 61038, "name" => _x( "File", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-album", "code" => 61039, "name" => _x( "File Album", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-archive", "code" => 61040, "name" => _x( "File Archive", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-article", "code" => 59917, "name" => _x( "File Article", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-attach", "code" => 59776, "name" => _x( "File Attach", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-audio", "code" => 61042, "name" => _x( "File Audio", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-bookmark", "code" => 61043, "name" => _x( "File Bookmark", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-checklist", "code" => 61044, "name" => _x( "File Checklist", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-cloud", "code" => 61045, "name" => _x( "File Cloud", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-code", "code" => 61046, "name" => _x( "File Code", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-contact", "code" => 61047, "name" => _x( "File Contact", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-css", "code" => 61048, "name" => _x( "File CSS", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-design", "code" => 61049, "name" => _x( "File Design", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-doc", "code" => 61050, "name" => _x( "File Doc", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-dollar", "code" => 61051, "name" => _x( "File Dollar", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-download", "code" => 61052, "name" => _x( "File Download", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-excel", "code" => 61053, "name" => _x( "File Excel", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-exclamation", "code" => 61054, "name" => _x( "File Exclamation", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-export", "code" => 61055, "name" => _x( "File Export", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-font", "code" => 61056, "name" => _x( "File Font", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-gif", "code" => 61057, "name" => _x( "File GIF", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-globe", "code" => 61058, "name" => _x( "File Globe", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-image", "code" => 61059, "name" => _x( "File Image", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-import", "code" => 61060, "name" => _x( "File Import", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-info", "code" => 61061, "name" => _x( "File Info", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-list", "code" => 61062, "name" => _x( "File List", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-list-numeric", "code" => 61063, "name" => _x( "File List Numeric", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-minus", "code" => 61064, "name" => _x( "File Minus", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-mobile", "code" => 61065, "name" => _x( "File Mobile", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-pdf", "code" => 61066, "name" => _x( "File PDF", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-plus", "code" => 61067, "name" => _x( "File Plus", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-powerpoint", "code" => 61068, "name" => _x( "File Powerpoint", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-presentation", "code" => 61069, "name" => _x( "File Presentation", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-question", "code" => 61070, "name" => _x( "File Question", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-rss", "code" => 61071, "name" => _x( "File RSS", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-share", "code" => 61072, "name" => _x( "File Share", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-signature", "code" => 61073, "name" => _x( "File Signature", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-spreadsheet", "code" => 61074, "name" => _x( "File Spreadsheet", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-text", "code" => 61075, "name" => _x( "File Text", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-times", "code" => 61076, "name" => _x( "File Times", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-upload", "code" => 61077, "name" => _x( "File Upload", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-vector", "code" => 61078, "name" => _x( "File Vector", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-video", "code" => 61079, "name" => _x( "File Video", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-file-word", "code" => 61080, "name" => _x( "File Word", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-film", "code" => 61081, "name" => _x( "Film", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-filter", "code" => 61082, "name" => _x( "Filter", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-filter-alt", "code" => 61083, "name" => _x( "Filter Alt", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-flag", "code" => 61084, "name" => _x( "Flag", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-flask", "code" => 61085, "name" => _x( "Flask", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-folder", "code" => 61086, "name" => _x( "Folder", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-folder-alt", "code" => 61087, "name" => _x( "Folder Alt", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-folder-alt-slash", "code" => 61088, "name" => _x( "Folder Alt Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-folder-download", "code" => 59897, "name" => _x( "Folder Download", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-folder-move", "code" => 59898, "name" => _x( "Folder Move", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-folder-open", "code" => 61089, "name" => _x( "Folder Open", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-folder-plus", "code" => 61090, "name" => _x( "Folder Plus", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-folder-slash", "code" => 61091, "name" => _x( "Folder Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-folder-upload", "code" => 59899, "name" => _x( "Folder Upload", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-font", "code" => 61092, "name" => _x( "Font", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-forest", "code" => 61093, "name" => _x( "Forest", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-forward", "code" => 61094, "name" => _x( "Forward", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-gem", "code" => 61095, "name" => _x( "Gem", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-gif", "code" => 61096, "name" => _x( "GIF", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-gift", "code" => 61097, "name" => _x( "Gift", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-globe", "code" => 61098, "name" => _x( "Globe", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-globe-alt", "code" => 59918, "name" => _x( "Globe Alt", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-globe-layers", "code" => 61099, "name" => _x( "Globe Layers", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-graduation-cap", "code" => 61100, "name" => _x( "Graduation Cap", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-grid-large", "code" => 61101, "name" => _x( "Grid Large", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-grid-small", "code" => 61102, "name" => _x( "Grid Small", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-grip-h", "code" => 59900, "name" => _x( "Grid H", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-grip-v", "code" => 59901, "name" => _x( "Grid V", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-hashtag", "code" => 61103, "name" => _x( "Hashtag", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-hand-pointer", "code" => 59884, "name" => _x( "Hand Pointer", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-heading", "code" => 61104, "name" => _x( "Heading", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-headphones", "code" => 61105, "name" => _x( "Headphones", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-heart", "code" => 61106, "name" => _x( "Heart", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-home", "code" => 61107, "name" => _x( "Home", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-image", "code" => 61108, "name" => _x( "Image", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-images", "code" => 61109, "name" => _x( "Images", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-image-move", "code" => 59902, "name" => _x( "Image Move", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-image-plus", "code" => 59885, "name" => _x( "Image Plus", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-image-slash", "code" => 61110, "name" => _x( "Image Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-images-slash", "code" => 61111, "name" => _x( "Images Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-image-video", "code" => 61112, "name" => _x( "Image Video", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-image-video-slash", "code" => 61113, "name" => _x( "Image Video Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-inbox", "code" => 61114, "name" => _x( "Inbox", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-indent", "code" => 61115, "name" => _x( "Indent", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-info", "code" => 61116, "name" => _x( "Info", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "alerts"), array("id" => "bb-icon-info-triangle", "code" => 61117, "name" => _x( "Info Triangle", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "alerts"), array("id" => "bb-icon-italic", "code" => 61118, "name" => _x( "Italic", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-key", "code" => 61119, "name" => _x( "Key", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-keyboard", "code" => 61120, "name" => _x( "Keyboard", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-key-slash", "code" => 61121, "name" => _x( "Key Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-laptop", "code" => 61122, "name" => _x( "Laptop", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-layers", "code" => 61123, "name" => _x( "Layers", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-less-than", "code" => 61124, "name" => _x( "Less Than", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-less-than-equal", "code" => 61125, "name" => _x( "Less Than Equal", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-life-ring", "code" => 61126, "name" => _x( "Life Ring", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-lightbulb", "code" => 60933, "name" => _x( "Lightbulb", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-link", "code" => 61128, "name" => _x( "Link", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-list", "code" => 61129, "name" => _x( "List", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-list-number", "code" => 61130, "name" => _x( "List Number", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-location-arrow", "code" => 61131, "name" => _x( "Location Arrow", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-lock-alt", "code" => 61133, "name" => _x( "Lock Alt", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-lock-alt-open", "code" => 61134, "name" => _x( "Lock Alt Open", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-lock-open", "code" => 61135, "name" => _x( "Lock Open", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-map", "code" => 61136, "name" => _x( "Map", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-map-marker", "code" => 61137, "name" => _x( "Map Marker", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-marketplace", "code" => 61138, "name" => _x( "Marketplace", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-maximize", "code" => 61139, "name" => _x( "Maximize", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-membership-card", "code" => 61140, "name" => _x( "Membership Card", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "shopping-money"), array("id" => "bb-icon-merge", "code" => 61141, "name" => _x( "Merge", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-microphone", "code" => 61142, "name" => _x( "Microphone", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-microphone-slash", "code" => 61143, "name" => _x( "Microphone Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-minimize", "code" => 59886, "name" => _x( "Minimize", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-minus", "code" => 61144, "name" => _x( "Minus", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-mobile", "code" => 61145, "name" => _x( "Mobile", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-mobile-slash", "code" => 59903, "name" => _x( "Mobile Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-money", "code" => 61146, "name" => _x( "Money", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "shopping-money"), array("id" => "bb-icon-moon", "code" => 61147, "name" => _x( "Moon", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-more-than", "code" => 61148, "name" => _x( "More Than", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-more-than-equal", "code" => 61149, "name" => _x( "More Than Equal", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-mouse-pointer", "code" => 61150, "name" => _x( "Mouse Pointer", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-music", "code" => 61151, "name" => _x( "Music", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-music-note", "code" => 61152, "name" => _x( "Music Note", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-music-note-slash", "code" => 61153, "name" => _x( "Music Note Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-music-slash", "code" => 61154, "name" => _x( "Music Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-newspaper", "code" => 59919, "name" => _x( "Newspaper", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-outdent", "code" => 61155, "name" => _x( "Outdent", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-oxtagon", "code" => 61156, "name" => _x( "Oxtagon", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-package", "code" => 61157, "name" => _x( "Package", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-paperclip", "code" => 61158, "name" => _x( "Paperclip", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-paper-plane", "code" => 61159, "name" => _x( "Paper Plane", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-paragraph", "code" => 61160, "name" => _x( "Paragraph", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-paste", "code" => 61161, "name" => _x( "Paste", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-pause", "code" => 61162, "name" => _x( "Pause", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-pen", "code" => 61163, "name" => _x( "Pen", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-pencil", "code" => 61164, "name" => _x( "Pencil", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-percentage", "code" => 61165, "name" => _x( "Percentage", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-phone", "code" => 61166, "name" => _x( "Phone", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-phone-call", "code" => 61167, "name" => _x( "Phone Call", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-phone-forwarded", "code" => 61168, "name" => _x( "Phone Forwarded", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-phone-incoming", "code" => 61169, "name" => _x( "Phone Incoming", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-phone-missed", "code" => 61170, "name" => _x( "Phone Missed", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-phone-slash", "code" => 61171, "name" => _x( "Phone Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-picture-in-picture", "code" => 59888, "name" => _x( "Picture In Picture", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-pin", "code" => 61172, "name" => _x( "Pin", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-pin-star", "code" => 61173, "name" => _x( "Pin Star", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-pizza-slice", "code" => 61174, "name" => _x( "Pizza Slice", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-play", "code" => 61175, "name" => _x( "Play", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-plug", "code" => 61176, "name" => _x( "Plug", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-plus", "code" => 61177, "name" => _x( "Plus", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-pocket", "code" => 61178, "name" => _x( "Pocket", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-poll", "code" => 61179, "name" => _x( "Poll", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-poll-h", "code" => 61180, "name" => _x( "Poll Horizontal", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-power-on", "code" => 61181, "name" => _x( "Power On", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-printer", "code" => 61182, "name" => _x( "Printer", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-question", "code" => 61183, "name" => _x( "Question", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "alerts"), array("id" => "bb-icon-question-triangle", "code" => 59477, "name" => _x( "Question Triangle", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "alerts"), array("id" => "bb-icon-quiz", "code" => 61185, "name" => _x( "Quiz", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-quote-left", "code" => 61186, "name" => _x( "Quote Left", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-quote-right", "code" => 61187, "name" => _x( "Quote Right", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-radio", "code" => 61188, "name" => _x( "Radio", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-random", "code" => 61189, "name" => _x( "Random", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-receipt", "code" => 61190, "name" => _x( "Receipt", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "shopping-money"), array("id" => "bb-icon-redo", "code" => 61191, "name" => _x( "Redo", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-registered", "code" => 61192, "name" => _x( "Registered", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-repeat", "code" => 61193, "name" => _x( "Repeat", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-reply", "code" => 61194, "name" => _x( "Reply", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-reply-all", "code" => 61195, "name" => _x( "Reply All", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-rocket", "code" => 61196, "name" => _x( "Rocket", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-rss", "code" => 61197, "name" => _x( "Rss", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-save", "code" => 61198, "name" => _x( "Save", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-scissors", "code" => 61199, "name" => _x( "Scissors", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-search", "code" => 61200, "name" => _x( "Search", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-search-minus", "code" => 61201, "name" => _x( "Search Minus", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-search-plus", "code" => 61202, "name" => _x( "Search Plus", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-server", "code" => 61203, "name" => _x( "Server", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-share", "code" => 61204, "name" => _x( "Share", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-share-dots", "code" => 61205, "name" => _x( "Share Dots", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-share-square", "code" => 61206, "name" => _x( "Share Square", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-shield", "code" => 61207, "name" => _x( "Shield", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-shield-half", "code" => 61208, "name" => _x( "Shield Half", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-shopping-bag", "code" => 61209, "name" => _x( "Shopping Bag", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "shopping-money"), array("id" => "bb-icon-shopping-basket", "code" => 61210, "name" => _x( "Shopping Basket", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "shopping-money"), array("id" => "bb-icon-shopping-cart", "code" => 61211, "name" => _x( "Shopping Cart", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "shopping-money"), array("id" => "bb-icon-sidebar", "code" => 59552, "name" => _x( "Sidebar", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-signal-1", "code" => 61213, "name" => _x( "Signal 1", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-signal-2", "code" => 61214, "name" => _x( "Signal 2", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-signal-3", "code" => 61215, "name" => _x( "Signal 3", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-signal-full", "code" => 61216, "name" => _x( "Signal Full", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-signal-slash", "code" => 61217, "name" => _x( "Signal Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-sign-in", "code" => 61218, "name" => _x( "Sign In", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-sign-out", "code" => 61219, "name" => _x( "Sign Out", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-sliders-h", "code" => 61220, "name" => _x( "Sliders Horizontal", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-sliders-v", "code" => 61221, "name" => _x( "Sliders Vertical", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-sort", "code" => 61222, "name" => _x( "Sort", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-sort-alpha-down", "code" => 61223, "name" => _x( "Sort Alpha Down", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-sort-alpha-up", "code" => 61224, "name" => _x( "Sort Alpha Up", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-sort-amount-down", "code" => 61225, "name" => _x( "Sort Amount Down", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-sort-amount-up", "code" => 61226, "name" => _x( "Sort Amount Up", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-sort-down", "code" => 61227, "name" => _x( "Sort Down", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-sort-numeric-down", "code" => 61228, "name" => _x( "Sort Numeric Down", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-sort-numeric-up", "code" => 61229, "name" => _x( "Sort Numeric Up", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-sort-up", "code" => 61230, "name" => _x( "Sort Up", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-speaker", "code" => 61231, "name" => _x( "Speaker", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-spinner", "code" => 61232, "name" => _x( "Spinner", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-spinner-alt", "code" => 59887, "name" => _x( "Spinner Alt", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-spinner-third", "code" => 61233, "name" => _x( "Spinner Third", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-split", "code" => 59904, "name" => _x( "Split", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-star", "code" => 61234, "name" => _x( "Star", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-star-half", "code" => 61235, "name" => _x( "Star Half", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-star-slash", "code" => 59905, "name" => _x( "Star Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-step-backward", "code" => 61236, "name" => _x( "Step Backward", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-step-forward", "code" => 61237, "name" => _x( "Step Forward", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-stop", "code" => 61238, "name" => _x( "Stop", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-stopwatch", "code" => 59906, "name" => _x( "Stopwatch", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-strikethrough", "code" => 59907, "name" => _x( "Strikethrough", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-sun", "code" => 61239, "name" => _x( "Sun", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-sunrise", "code" => 61240, "name" => _x( "Sunrise", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-sync", "code" => 61241, "name" => _x( "Sync", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-tablet", "code" => 61242, "name" => _x( "Tablet", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-tag", "code" => 61243, "name" => _x( "Tag", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-tags", "code" => 61244, "name" => _x( "Tags", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-terminal", "code" => 61245, "name" => _x( "Terminal", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-text", "code" => 61246, "name" => _x( "Text", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-thermometer", "code" => 61247, "name" => _x( "Thermometer", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-thumbs-down", "code" => 61248, "name" => _x( "Thumbs Down", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-thumbs-up", "code" => 61249, "name" => _x( "Thumbs Up", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-times", "code" => 59432, "name" => _x( "Times", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "alerts"), array("id" => "bb-icon-times-triangle", "code" => 61251, "name" => _x( "Times Triangle", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "alerts"), array("id" => "bb-icon-toggle-off", "code" => 61252, "name" => _x( "Toggle Off", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-toggle-on", "code" => 61253, "name" => _x( "Toggle On", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-tools", "code" => 61254, "name" => _x( "Tools", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-trademark", "code" => 61255, "name" => _x( "Trademark", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-trash", "code" => 61256, "name" => _x( "Trash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-trash-restore", "code" => 61257, "name" => _x( "Trash Restore", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-trending-down", "code" => 61258, "name" => _x( "Trending Down", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-trending-up", "code" => 61259, "name" => _x( "Trending Up", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-trophy", "code" => 61260, "name" => _x( "Trophy", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-trophy-slash", "code" => 59908, "name" => _x( "Trophy Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-tv", "code" => 61261, "name" => _x( "TV", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "technology"), array("id" => "bb-icon-umbrella", "code" => 61262, "name" => _x( "Umbrella", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-underline", "code" => 61263, "name" => _x( "Underline", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "text-formatting"), array("id" => "bb-icon-undo", "code" => 61264, "name" => _x( "Undo", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-unlink", "code" => 61265, "name" => _x( "Unlink", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-user", "code" => 61266, "name" => _x( "User", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-user-arrow-down", "code" => 59913, "name" => _x( "User Arrow Down", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-user-arrow-up", "code" => 59914, "name" => _x( "User Arrow Up", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-user-avatar", "code" => 61267, "name" => _x( "User Avatar", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-user-badge", "code" => 61268, "name" => _x( "User Badge", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-user-cancel", "code" => 59920, "name" => _x( "User Cancel", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-user-card", "code" => 61269, "name" => _x( "User Card", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-user-check", "code" => 61270, "name" => _x( "User Check", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-user-clock", "code" => 61271, "name" => _x( "User Clock", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-user-cog", "code" => 61272, "name" => _x( "User Cog", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-user-crown", "code" => 59915, "name" => _x( "User Crown", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-user-edit", "code" => 61273, "name" => _x( "User Edit", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-user-friends", "code" => 61274, "name" => _x( "User Friends", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-user-friends-alt", "code" => 61275, "name" => _x( "User Friends Alt", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-user-friends-alt-slash", "code" => 61276, "name" => _x( "User Friends Alt Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-user-friends-plus", "code" => 59916, "name" => _x( "User Friends Plus", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-user-friends-slash", "code" => 61277, "name" => _x( "User Friends Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-user-info", "code" => 59921, "name" => _x( "User Info", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-user-lock", "code" => 61278, "name" => _x( "User Lock", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-user-minus", "code" => 61279, "name" => _x( "User Minus", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-user-plus", "code" => 61280, "name" => _x( "User Plus", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-users", "code" => 59741, "name" => _x( "Users", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-user-slash", "code" => 61282, "name" => _x( "User Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-users-slash", "code" => 61283, "name" => _x( "Users Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-user-times", "code" => 61284, "name" => _x( "User Times", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "users-people"), array("id" => "bb-icon-u-turn-down", "code" => 59909, "name" => _x( "U Turn Down", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-u-turn-left", "code" => 59910, "name" => _x( "U Turn Left", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-u-turn-right", "code" => 59911, "name" => _x( "U Turn Right", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-u-turn-up", "code" => 59912, "name" => _x( "U Turn Up", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "arrows"), array("id" => "bb-icon-video", "code" => 61285, "name" => _x( "Video", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-video-plus", "code" => 59889, "name" => _x( "Video Plus", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-video-slash", "code" => 61286, "name" => _x( "Video Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "media-files"), array("id" => "bb-icon-voicemail", "code" => 61287, "name" => _x( "Voicemail", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-volume-down", "code" => 61288, "name" => _x( "Volume Down", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-volume-mute", "code" => 61289, "name" => _x( "Volume Mute", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-volume-off", "code" => 61290, "name" => _x( "Volume Off", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-volume-slash", "code" => 61291, "name" => _x( "Volume Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-volume-up", "code" => 61292, "name" => _x( "Volume Up", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-wallet", "code" => 61293, "name" => _x( "Wallet", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "shopping-money"), array("id" => "bb-icon-watch", "code" => 61294, "name" => _x( "Watch", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-wheelchair", "code" => 61295, "name" => _x( "Wheelchair", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "accessibility"), array("id" => "bb-icon-wifi", "code" => 61296, "name" => _x( "Wi-Fi", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-wifi-slash", "code" => 61297, "name" => _x( "Wi-Fi Slash", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-wind", "code" => 61298, "name" => _x( "Wind", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "objects"), array("id" => "bb-icon-wrench", "code" => 61299, "name" => _x( "Wrench", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-battery-half", "code" => 60854, "name" => _x( "Battery Half", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-upload", "code" => 59880, "name" => _x( "Upload", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-ellipsis-v", "code" => 61021, "name" => _x( "Ellipsis Vertical", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-lock", "code" => 61132, "name" => _x( "Lock", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-attach", "code" => 59878, "name" => _x( "Attach", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-thumbtack", "code" => 59396, "name" => _x( "Thumbtack", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-thumbtack-star", "code" => 59881, "name" => _x( "Thumbtack Star", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"), array("id" => "bb-icon-thumbtack-times", "code" => 59923, "name" => _x( "Thumbtack Times", "BuddyBoss Icon", "buddyboss-theme" ), "group" => "interfaces"))); ?> \ No newline at end of file diff --git a/web/app/themes/buddyboss-theme/assets/icons/fonts/box-filled.eot b/web/app/themes/buddyboss-theme/assets/icons/fonts/box-filled.eot index 6d2d6454..f1897786 100644 Binary files a/web/app/themes/buddyboss-theme/assets/icons/fonts/box-filled.eot and b/web/app/themes/buddyboss-theme/assets/icons/fonts/box-filled.eot differ diff --git a/web/app/themes/buddyboss-theme/assets/icons/fonts/box-filled.svg b/web/app/themes/buddyboss-theme/assets/icons/fonts/box-filled.svg index a697a4fa..85d62ed5 100644 --- a/web/app/themes/buddyboss-theme/assets/icons/fonts/box-filled.svg +++ b/web/app/themes/buddyboss-theme/assets/icons/fonts/box-filled.svg @@ -222,6 +222,10 @@ + + + + diff --git a/web/app/themes/buddyboss-theme/assets/icons/fonts/box-filled.ttf b/web/app/themes/buddyboss-theme/assets/icons/fonts/box-filled.ttf index af67d7dc..e963323d 100644 Binary files a/web/app/themes/buddyboss-theme/assets/icons/fonts/box-filled.ttf and b/web/app/themes/buddyboss-theme/assets/icons/fonts/box-filled.ttf differ diff --git a/web/app/themes/buddyboss-theme/assets/icons/fonts/box-filled.woff b/web/app/themes/buddyboss-theme/assets/icons/fonts/box-filled.woff index 93c7fb90..97e96596 100644 Binary files a/web/app/themes/buddyboss-theme/assets/icons/fonts/box-filled.woff and b/web/app/themes/buddyboss-theme/assets/icons/fonts/box-filled.woff differ diff --git a/web/app/themes/buddyboss-theme/assets/icons/fonts/box-filled.woff2 b/web/app/themes/buddyboss-theme/assets/icons/fonts/box-filled.woff2 index e8226beb..53728f2b 100644 Binary files a/web/app/themes/buddyboss-theme/assets/icons/fonts/box-filled.woff2 and b/web/app/themes/buddyboss-theme/assets/icons/fonts/box-filled.woff2 differ diff --git a/web/app/themes/buddyboss-theme/assets/icons/fonts/box-lined.eot b/web/app/themes/buddyboss-theme/assets/icons/fonts/box-lined.eot index 6af079dc..8a4a112a 100644 Binary files a/web/app/themes/buddyboss-theme/assets/icons/fonts/box-lined.eot and b/web/app/themes/buddyboss-theme/assets/icons/fonts/box-lined.eot differ diff --git a/web/app/themes/buddyboss-theme/assets/icons/fonts/box-lined.svg b/web/app/themes/buddyboss-theme/assets/icons/fonts/box-lined.svg index fa5373d9..5f3fec05 100644 --- a/web/app/themes/buddyboss-theme/assets/icons/fonts/box-lined.svg +++ b/web/app/themes/buddyboss-theme/assets/icons/fonts/box-lined.svg @@ -222,6 +222,10 @@ + + + + diff --git a/web/app/themes/buddyboss-theme/assets/icons/fonts/box-lined.ttf b/web/app/themes/buddyboss-theme/assets/icons/fonts/box-lined.ttf index d215de13..b93753b6 100644 Binary files a/web/app/themes/buddyboss-theme/assets/icons/fonts/box-lined.ttf and b/web/app/themes/buddyboss-theme/assets/icons/fonts/box-lined.ttf differ diff --git a/web/app/themes/buddyboss-theme/assets/icons/fonts/box-lined.woff b/web/app/themes/buddyboss-theme/assets/icons/fonts/box-lined.woff index 447e8a1f..73409600 100644 Binary files a/web/app/themes/buddyboss-theme/assets/icons/fonts/box-lined.woff and b/web/app/themes/buddyboss-theme/assets/icons/fonts/box-lined.woff differ diff --git a/web/app/themes/buddyboss-theme/assets/icons/fonts/box-lined.woff2 b/web/app/themes/buddyboss-theme/assets/icons/fonts/box-lined.woff2 index 2da84a2d..5f1d4aae 100644 Binary files a/web/app/themes/buddyboss-theme/assets/icons/fonts/box-lined.woff2 and b/web/app/themes/buddyboss-theme/assets/icons/fonts/box-lined.woff2 differ diff --git a/web/app/themes/buddyboss-theme/assets/icons/fonts/filled.eot b/web/app/themes/buddyboss-theme/assets/icons/fonts/filled.eot index 96ebc563..a115e2ab 100644 Binary files a/web/app/themes/buddyboss-theme/assets/icons/fonts/filled.eot and b/web/app/themes/buddyboss-theme/assets/icons/fonts/filled.eot differ diff --git a/web/app/themes/buddyboss-theme/assets/icons/fonts/filled.svg b/web/app/themes/buddyboss-theme/assets/icons/fonts/filled.svg index a648cef0..f39c6a69 100644 --- a/web/app/themes/buddyboss-theme/assets/icons/fonts/filled.svg +++ b/web/app/themes/buddyboss-theme/assets/icons/fonts/filled.svg @@ -222,6 +222,10 @@ + + + + diff --git a/web/app/themes/buddyboss-theme/assets/icons/fonts/filled.ttf b/web/app/themes/buddyboss-theme/assets/icons/fonts/filled.ttf index 48b45bdf..b962dc3d 100644 Binary files a/web/app/themes/buddyboss-theme/assets/icons/fonts/filled.ttf and b/web/app/themes/buddyboss-theme/assets/icons/fonts/filled.ttf differ diff --git a/web/app/themes/buddyboss-theme/assets/icons/fonts/filled.woff b/web/app/themes/buddyboss-theme/assets/icons/fonts/filled.woff index 9d6040f6..86978efa 100644 Binary files a/web/app/themes/buddyboss-theme/assets/icons/fonts/filled.woff and b/web/app/themes/buddyboss-theme/assets/icons/fonts/filled.woff differ diff --git a/web/app/themes/buddyboss-theme/assets/icons/fonts/filled.woff2 b/web/app/themes/buddyboss-theme/assets/icons/fonts/filled.woff2 index 564ac8d1..0cafd467 100644 Binary files a/web/app/themes/buddyboss-theme/assets/icons/fonts/filled.woff2 and b/web/app/themes/buddyboss-theme/assets/icons/fonts/filled.woff2 differ diff --git a/web/app/themes/buddyboss-theme/assets/icons/fonts/lined.eot b/web/app/themes/buddyboss-theme/assets/icons/fonts/lined.eot index a4caaf61..9cc3f462 100644 Binary files a/web/app/themes/buddyboss-theme/assets/icons/fonts/lined.eot and b/web/app/themes/buddyboss-theme/assets/icons/fonts/lined.eot differ diff --git a/web/app/themes/buddyboss-theme/assets/icons/fonts/lined.svg b/web/app/themes/buddyboss-theme/assets/icons/fonts/lined.svg index 92d4f8f5..43847e56 100644 --- a/web/app/themes/buddyboss-theme/assets/icons/fonts/lined.svg +++ b/web/app/themes/buddyboss-theme/assets/icons/fonts/lined.svg @@ -222,6 +222,10 @@ + + + + diff --git a/web/app/themes/buddyboss-theme/assets/icons/fonts/lined.ttf b/web/app/themes/buddyboss-theme/assets/icons/fonts/lined.ttf index ce7107d0..8fc78496 100644 Binary files a/web/app/themes/buddyboss-theme/assets/icons/fonts/lined.ttf and b/web/app/themes/buddyboss-theme/assets/icons/fonts/lined.ttf differ diff --git a/web/app/themes/buddyboss-theme/assets/icons/fonts/lined.woff b/web/app/themes/buddyboss-theme/assets/icons/fonts/lined.woff index d398b3cd..92f4b908 100644 Binary files a/web/app/themes/buddyboss-theme/assets/icons/fonts/lined.woff and b/web/app/themes/buddyboss-theme/assets/icons/fonts/lined.woff differ diff --git a/web/app/themes/buddyboss-theme/assets/icons/fonts/lined.woff2 b/web/app/themes/buddyboss-theme/assets/icons/fonts/lined.woff2 index 4eb96a8e..48a706ab 100644 Binary files a/web/app/themes/buddyboss-theme/assets/icons/fonts/lined.woff2 and b/web/app/themes/buddyboss-theme/assets/icons/fonts/lined.woff2 differ diff --git a/web/app/themes/buddyboss-theme/assets/icons/fonts/round-filled.eot b/web/app/themes/buddyboss-theme/assets/icons/fonts/round-filled.eot index b287d136..3d5184bc 100644 Binary files a/web/app/themes/buddyboss-theme/assets/icons/fonts/round-filled.eot and b/web/app/themes/buddyboss-theme/assets/icons/fonts/round-filled.eot differ diff --git a/web/app/themes/buddyboss-theme/assets/icons/fonts/round-filled.svg b/web/app/themes/buddyboss-theme/assets/icons/fonts/round-filled.svg index e2e452f3..0f7af621 100644 --- a/web/app/themes/buddyboss-theme/assets/icons/fonts/round-filled.svg +++ b/web/app/themes/buddyboss-theme/assets/icons/fonts/round-filled.svg @@ -222,6 +222,10 @@ + + + + diff --git a/web/app/themes/buddyboss-theme/assets/icons/fonts/round-filled.ttf b/web/app/themes/buddyboss-theme/assets/icons/fonts/round-filled.ttf index 082f0365..2156a624 100644 Binary files a/web/app/themes/buddyboss-theme/assets/icons/fonts/round-filled.ttf and b/web/app/themes/buddyboss-theme/assets/icons/fonts/round-filled.ttf differ diff --git a/web/app/themes/buddyboss-theme/assets/icons/fonts/round-filled.woff b/web/app/themes/buddyboss-theme/assets/icons/fonts/round-filled.woff index 2e5a14de..89067ee4 100644 Binary files a/web/app/themes/buddyboss-theme/assets/icons/fonts/round-filled.woff and b/web/app/themes/buddyboss-theme/assets/icons/fonts/round-filled.woff differ diff --git a/web/app/themes/buddyboss-theme/assets/icons/fonts/round-filled.woff2 b/web/app/themes/buddyboss-theme/assets/icons/fonts/round-filled.woff2 index d0f35baf..4ba91464 100644 Binary files a/web/app/themes/buddyboss-theme/assets/icons/fonts/round-filled.woff2 and b/web/app/themes/buddyboss-theme/assets/icons/fonts/round-filled.woff2 differ diff --git a/web/app/themes/buddyboss-theme/assets/icons/fonts/round-lined.eot b/web/app/themes/buddyboss-theme/assets/icons/fonts/round-lined.eot index 3f1aecc8..3c062597 100644 Binary files a/web/app/themes/buddyboss-theme/assets/icons/fonts/round-lined.eot and b/web/app/themes/buddyboss-theme/assets/icons/fonts/round-lined.eot differ diff --git a/web/app/themes/buddyboss-theme/assets/icons/fonts/round-lined.svg b/web/app/themes/buddyboss-theme/assets/icons/fonts/round-lined.svg index e9b5dae9..27de3d37 100644 --- a/web/app/themes/buddyboss-theme/assets/icons/fonts/round-lined.svg +++ b/web/app/themes/buddyboss-theme/assets/icons/fonts/round-lined.svg @@ -222,6 +222,10 @@ + + + + diff --git a/web/app/themes/buddyboss-theme/assets/icons/fonts/round-lined.ttf b/web/app/themes/buddyboss-theme/assets/icons/fonts/round-lined.ttf index b47c6f34..ebc2ad46 100644 Binary files a/web/app/themes/buddyboss-theme/assets/icons/fonts/round-lined.ttf and b/web/app/themes/buddyboss-theme/assets/icons/fonts/round-lined.ttf differ diff --git a/web/app/themes/buddyboss-theme/assets/icons/fonts/round-lined.woff b/web/app/themes/buddyboss-theme/assets/icons/fonts/round-lined.woff index 7aaf851b..fe50e3d5 100644 Binary files a/web/app/themes/buddyboss-theme/assets/icons/fonts/round-lined.woff and b/web/app/themes/buddyboss-theme/assets/icons/fonts/round-lined.woff differ diff --git a/web/app/themes/buddyboss-theme/assets/icons/fonts/round-lined.woff2 b/web/app/themes/buddyboss-theme/assets/icons/fonts/round-lined.woff2 index 043a4f09..5b262871 100644 Binary files a/web/app/themes/buddyboss-theme/assets/icons/fonts/round-lined.woff2 and b/web/app/themes/buddyboss-theme/assets/icons/fonts/round-lined.woff2 differ diff --git a/web/app/themes/buddyboss-theme/assets/js/main.js b/web/app/themes/buddyboss-theme/assets/js/main.js index 9c658b28..7372ca4f 100644 --- a/web/app/themes/buddyboss-theme/assets/js/main.js +++ b/web/app/themes/buddyboss-theme/assets/js/main.js @@ -6,10 +6,10 @@ init: function () { this.add_Class(); this.header_search(); - this.header_notifications(); this.Menu(); this.inputStyles(); this.sidePanel(); + this.headerAside(); this.bbMasonry(); // this.bbSlider(); this.stickySidebars(); @@ -230,10 +230,10 @@ var $width = 150; // $( '#primary-menu' ).BossSocialMenu( $width ); $( '#activity-sub-nav' ).BossSocialMenu( 90 ); - $( '#object-nav > ul' ).BossSocialMenu( 35 ); + $( '#object-nav:not(.vertical) > ul' ).BossSocialMenu( 90 ); $( '.bb-footer ul.footer-menu' ).BossSocialMenu( 90 ); $( '.bp-navs ul.component-navigation:not(.search-nav)' ).BossSocialMenu( 35 ); - $( '.bb-profile-grid.bb-grid .bp-navs ul.subnav' ).BossSocialMenu( 90 ); + $( '.bb-profile-grid.bb-grid .bp-navs.user-subnav ul.subnav' ).BossSocialMenu( 90 ); if ( $( '#object-nav > ul' ).length > 0 ) { setTimeout( function () { window.dispatchEvent(new Event('resize')); @@ -247,7 +247,8 @@ '.more-button', function ( e ) { e.preventDefault(); - $( this ).toggleClass( 'active' ).next().toggleClass( 'active' ); + $( this ).toggleClass( 'active open' ).next().toggleClass( 'active open' ); + $( 'body' ).toggleClass( 'nav_more_option_open' ); } ); @@ -276,8 +277,14 @@ $( document ).click( function ( e ) { var container = $( '.more-button, .sub-menu' ); - if ( !container.is( e.target ) && container.has( e.target ).length === 0 ) { - $( '.more-button' ).removeClass( 'active' ).next().removeClass( 'active' ); + if ( ! container.is( e.target ) && container.has( e.target ).length === 0 ) { + $( '.more-button' ).removeClass( 'active open' ).next().removeClass( 'active open' ); + $( 'body' ).removeClass( 'nav_more_option_open' ); + } + + if ( $( e.target ).hasClass( 'bb_more_dropdown__title' ) || $( e.target ).closest( '.bb_more_dropdown__title' ).length > 0 ) { + $( '.more-button' ).removeClass( 'active open' ).next().removeClass( 'active open' ); + $( 'body' ).removeClass( 'nav_more_option_open' ); } } ); @@ -497,67 +504,9 @@ ); }, - header_notifications: function () { - if ( $( '#header-notifications-dropdown-elem' ).length ) { - setTimeout( - function () { - $( '#header-notifications-dropdown-elem ul.notification-list' ).html( '

    ' ); - $.get( - ajaxurl, - { action: 'buddyboss_theme_get_header_notifications' }, - function ( response, status, e ) { - if ( response.success && typeof response.data !== 'undefined' && typeof response.data.contents !== 'undefined' && $( '#header-notifications-dropdown-elem ul.notification-list' ).length ) { - $( '#header-notifications-dropdown-elem ul.notification-list' ).html( response.data.contents ); - if ( typeof response.data.total_notifications !== 'undefined' && response.data.total_notifications > 0 ) { - $( '.notification-header .mark-read-all' ).fadeIn(); - } else { - $( '.notification-header .mark-read-all' ).fadeOut(); - } - } - } - ); - }, - 3000 - ); - } - if ( $( '#header-messages-dropdown-elem' ).length ) { - setTimeout( - function () { - $( '#header-messages-dropdown-elem ul.notification-list' ).html( '

    ' ); - $.get( - ajaxurl, - { action: 'buddyboss_theme_get_header_unread_messages' }, - function ( response, status, e ) { - if ( response.success && typeof response.data !== 'undefined' && typeof response.data.contents !== 'undefined' && $( '#header-messages-dropdown-elem ul.notification-list' ).length ) { - $( '#header-messages-dropdown-elem ul.notification-list' ).html( response.data.contents ); - } - } - ); - }, - 3000 - ); - } - }, - sidePanel: function () { var status = ''; - // BuddyPanel Menu li height - function buddyPanelMenuHeight() { - if ( $( '.buddypanel .side-panel-menu' ).length ) { - $( '.buddypanel .side-panel-menu li > a' ).each( - function () { - var buddyPanelMenuHeight = $( this ).outerHeight(); - if( buddyPanelMenuHeight !== $( this ).parent().outerHeight() ){ - $( this ).parent().css( 'min-height', buddyPanelMenuHeight ); - } - } - ); - } - } - - buddyPanelMenuHeight(); - $( '.bb-toggle-panel' ).on( 'click', function ( e ) { @@ -714,6 +663,34 @@ buddyPanelScroll(); }); + function setCookie( key, value, expires, path, domain ) { + var cookie = key + '=' + escape( value ) + ';'; + + if ( expires ) { + // If it's a date. + if ( expires instanceof Date ) { + // If it isn't a valid date. + if ( isNaN( expires.getTime() ) ) { + expires = new Date(); + } + } else { + expires = new Date( new Date().getTime() + parseInt( expires ) * 1000 * 60 * 60 * 24 ); + } + cookie += 'expires=' + expires.toUTCString() + ';'; + } + + if ( path ) { + cookie += 'path=' + path + ';'; + } + if ( domain ) { + cookie += 'domain=' + domain + ';'; + } + + document.cookie = cookie; + } + }, + + headerAside: function () { // Add class wrapper if absent $( '.sub-menu-inner > li' ).each( function () { @@ -724,6 +701,52 @@ } ); + // set submenu max height. + function subMenuHeight() { + $( '.user-wrap .menu-item-has-children' ).each( + function () { + var $menuItem = $( this ), + $submenuWrapper = $( '> .wrapper > .bb-sub-menu', $menuItem ), + $wrapper = $menuItem.closest( '.wrapper' ); + + var relativePos = $menuItem.position(); + var wrapperPos = $wrapper.position(); + var menuItemPos = relativePos.top + wrapperPos.top; + + var maxSubMenuHeight = jQuery( window ).height() - menuItemPos - 120; + + $submenuWrapper.css( + { + 'max-height': maxSubMenuHeight + 'px' + } + ); + } + ); + + $( '.user-wrap .menupop.parent' ).each( + function () { + var $menuItem = $( this ), + $submenuWrapper = $( '> .ab-sub-wrapper > .ab-submenu', $menuItem ); + + var menuItemPos = $menuItem.position(); + + var maxSubMenuHeight = jQuery( window ).height() - menuItemPos.top - 120; + + $submenuWrapper.css( + { + 'max-height': maxSubMenuHeight + 'px' + } + ); + } + ); + } + + subMenuHeight(); + + $( window ).resize( function(){ + subMenuHeight(); + }); + // whenever we hover over a menu item that has a submenu $( '.user-wrap li.parent, .user-wrap .menu-item-has-children' ).on( 'mouseover', @@ -740,34 +763,10 @@ top: menuItemPos.top } ); - } - ); - - function setCookie ( key, value, expires, path, domain ) { - var cookie = key + '=' + escape( value ) + ';'; - - if ( expires ) { - // If it's a date - if ( expires instanceof Date ) { - // If it isn't a valid date - if ( isNaN( expires.getTime() ) ) { - expires = new Date(); - } - } else { - expires = new Date( new Date().getTime() + parseInt( expires ) * 1000 * 60 * 60 * 24 ); - } - cookie += 'expires=' + expires.toUTCString() + ';'; - } - if ( path ) { - cookie += 'path=' + path + ';'; + subMenuHeight(); } - if ( domain ) { - cookie += 'domain=' + domain + ';'; - } - - document.cookie = cookie; - } + ); }, DropdownToggle: function () { @@ -793,6 +792,12 @@ $( '.bb-reply-actions-dropdown' ).removeClass( 'open' ); $( 'a.bs-dropdown-link.bb-reply-actions-button' ).removeClass( 'active' ).closest( 'li' ).removeClass( 'dropdown-open' ); } + + if ( $( e.target ).hasClass( 'bb_more_dropdown__title' ) || $( e.target ).closest( '.bb_more_dropdown__title' ).length > 0 ) { + $( '.bb-reply-actions-dropdown' ).removeClass( 'open' ); + $( 'a.bs-dropdown-link.bb-reply-actions-button' ).removeClass( 'active' ).closest( 'li' ).removeClass( 'dropdown-open' ); + } + if ( ! forumMoreAction.is( e.target ) && forumMoreAction.has( e.target ).length === 0) { $( '.forum_single_action_wrap.is_visible' ).removeClass( 'is_visible' ); } @@ -853,7 +858,7 @@ $( '.bb-sticky-sidebar' ).stick_in_parent( { spacer: false, offset_top: offsetTop } ); } ); - $( '.bb-sticky-sidebar' ).parent( '#secondary' ).css( 'min-height', $( '.bb-sticky-sidebar' ).height() ); + $( '.bb-sticky-sidebar' ).parent( '#secondary, #user-activity' ).css( 'min-height', $( '.bb-sticky-sidebar' ).height() ); } var mediaQuery = '( max-width: 1081px )'; @@ -868,7 +873,7 @@ } ); $( window ).resize( function () { - $( '.bb-sticky-sidebar' ).parent( '#secondary' ).css( 'min-height', $( '.bb-sticky-sidebar' ).height() ); + $( '.bb-sticky-sidebar' ).parent( '#secondary, #user-activity' ).css( 'min-height', $( '.bb-sticky-sidebar' ).height() ); } ); if ( $( '.bb-sticky-sidebar' ).length > 0 ) { @@ -887,10 +892,24 @@ $( '.thrv-page-section .tcb-video-background-el iframe' ).addClass( 'fitvidsignore' ); } + // Tutor Player fix + if ( $( '.tutor-video-player iframe' ).length > 0 ) { + $( '.tutor-video-player iframe' ).addClass( 'fitvidsignore' ); + } + var doFitVids = function () { setTimeout( function () { - $( 'iframe[src*="youtube"], iframe[src*="vimeo"]' ).parent().fitVids(); + var youtubeSelector = 'iframe[src*="youtube"]'; + var vimeoSelector = ''; + if ( + ! $( '.tutor-course-details-page' ).length > 0 && + ! $( '.tutor-course-single-content-wrapper' ).length > 0 + ) { + vimeoSelector = 'iframe[src*="vimeo"]'; + } + var dynamicSelector = youtubeSelector + ( vimeoSelector ? ',' + vimeoSelector : '' ); + $( dynamicSelector ).parent().fitVids(); }, 300 ); @@ -900,7 +919,7 @@ if ( !$( '.elementor-popup-modal .elementor-widget-video' ).length ) { doFitVids(); } - $( '.elementor-video-container' ).addClass( 'fitvidsignore' ); + $( '.elementor-video-container' ).addClass( 'fitvidsignore' ); } ); var doFitVidsOnLazyLoad = function ( event, data ) { @@ -1045,8 +1064,10 @@ $( '.jssocials-share-link' ).each( function () { + var shareLabel = $( this ).find( '.jssocials-share-label' ).text(); $( this ).attr( 'data-balloon-pos', 'right' ); - $( this ).attr( 'data-balloon', $( this ).find( '.jssocials-share-label' ).html() ); + $( this ).attr( 'data-balloon', shareLabel ); + $( this ).attr( 'aria-label', shareLabel ); } ); @@ -1170,15 +1191,17 @@ } function runSlickRelated() { + var isRTL = $( 'html' ).attr( 'dir' ) === 'rtl'; var slickRelated = { infinite: false, slidesToShow: 2, slidesToScroll: 2, adaptiveHeight: true, arrows: true, - prevArrow: '', - nextArrow: '', + prevArrow: isRTL ? '' : '', + nextArrow: isRTL ? '' : '', appendArrows: '.post-related-posts h3', + rtl: isRTL, responsive: [ { breakpoint: $break, @@ -1452,7 +1475,14 @@ } if ( typeof ( primaryNav ) != 'undefined' && primaryNav != null ) { - window.onresize = navListOrder; + $( window ).on( + 'resize', + function () { + setTimeout( function() { + navListOrder(); + }, 300 ); + } + ); navListOrder(); setTimeout( @@ -2337,12 +2367,6 @@ node.before( '' + first + '' ); }; - $( '.mepr-price-box-price' ).each( - function () { - $( this ).wrapStart( 1 ) - } - ); - /** * Profile Dropdown Menu */ diff --git a/web/app/themes/buddyboss-theme/assets/js/main.min.js b/web/app/themes/buddyboss-theme/assets/js/main.min.js index b8f88b16..831f931f 100644 --- a/web/app/themes/buddyboss-theme/assets/js/main.min.js +++ b/web/app/themes/buddyboss-theme/assets/js/main.min.js @@ -2,4 +2,4 @@ * BuddyBoss Theme JavaScript Library * @package BuddyBoss Theme */ -!function(p){"use strict";function e(e){var t,i,n=window.location.search.substring(1).split("&");for(i=0;i'),p(this).find("img").length?p(this).parent().find(".showGamipressData").append(''):p(this).parent().find(".showGamipressData").append(''),p(this).parent().find(".gamipress-buddypress-user-details-listing").wrap('
    '),p(this).parent().find(".gamipress-buddypress-user-details-listing").append('')),p(this).addClass("is_loaded")})}var t;window.BuddyBossTheme={init:function(){this.add_Class(),this.header_search(),this.header_notifications(),this.Menu(),this.inputStyles(),this.sidePanel(),this.bbMasonry(),this.stickySidebars(),this.bbFitVideo(),this.LoadMorePosts(),this.jsSocial(),this.beforeLogIn(),this.bbRelatedSlider(),this.BuddyPanel_Dropdown(),this.fileUpload(),this.commentsValidate(),this.messageScroll(),p(".ld-in-focus-mode").length<=0&&this.ajax_comment(),this.DropdownToggle(),this.photoCommentFocus(),this.bpRegRequired(),this.inputFileStyle(),this.primaryNavBar(),this.forumsTopic(),this.profileFilterPoint(),this.heartbeat(),this.unReadNotifications(),this.ajaxComplete(),this.bpNavDropDown(),this.scrollToAnchor()},ajaxComplete:function(){p(document).ajaxComplete(function(e,t,i){void 0!==i.data&&"string"==typeof i.data&&0
    ");n.append(e);var o="#comments",a=n.find(o);a.length<1&&(o=".comment-list",a=n.find(o));var s=a.find("li"),r=!1;s.each(function(e){var t=p(s[e]);0==p("#"+t.attr("id")).length&&(r=t.attr("id"))}),p(o).replaceWith(a);var l=p("#"+r).offset().top;p("body").hasClass("sticky-header")&&(l=p("#"+r).offset().top-p("#masthead").height()),p("body").hasClass("admin-bar")&&(l-=p("#wpadminbar").height()),r&&p("body, html").animate({scrollTop:l},600)}),i.fail(function(e){var t=p("
    ");t.append(e.responseText),t.find("style,meta,title,a").remove(),t=t.find(".wp-die-message p").text(),"object"==typeof bb_vue_loader&&"object"==typeof bb_vue_loader.common&&void 0!==bb_vue_loader.common.showSnackbar?bb_vue_loader.common.showSnackbar(t):alert(t)}),i.always(function(){p("#comment").prop("disabled",!1),p("#commentform").find("[type='submit']").removeClass("waiting"),p("#commentform").find("[type='submit']").prop("disabled",!1).val(n)})})},add_Class:function(){"complete"!==document.readyState&&"interactive"!==document.readyState||(document.getElementsByTagName("body")[0].className+=" bb-page-loaded");var e=document.querySelector(".bb-left-panel-mobile");e&&e.addEventListener("click",function(e){e.preventDefault();var t=document.querySelector(".bb-mobile-panel-wrapper"),i=document.body;t.classList.toggle("closed"),i.classList.toggle("bb-mobile-panel-open")}),p(".bb-close-panel").on("click",function(e){e.preventDefault(),p(".bb-mobile-panel-wrapper").addClass("closed"),p("body").removeClass("bb-mobile-panel-open")}),p(".bp-template-notice.bp-sitewide-notice").insertAfter("#masthead"),document.getElementById("learndash-page-content")&&p(".bp-template-notice.bp-sitewide-notice").prependTo("#learndash-page-content"),"bbp-topic-form"===p(".btn-new-topic").attr("data-modal-id")&&p("body").addClass("forum").find("#bbpress-forums").closest("article.type-page").addClass("type-forum"),p(".bb-sfwd-aside #masthead").hasClass("elementor-header")&&(p(".bb-toggle-panel").prependTo(".ld-course-navigation"),p(".site-header--elementor #bb-toggle-theme").length||p(".site-header--elementor .course-toggle-view").length||p(".bb-elementor-header-items").prependTo(".learndash-content-body")),p(".bb-sfwd-aside #masthead").hasClass("beaver-header")&&(p(".bb-toggle-panel").prependTo(".ld-course-navigation"),p(".bb-elementor-header-items").prependTo(".learndash-content-body")),"1"===p(".beaver-header > header").attr("data-sticky")&&p("body").addClass("beaver-sticky-header"),p(document).on("click","#members-list.item-list:not(.grid) li .has_hook_content .more-action-button",function(e){p(this).parents("li.item-entry").toggleClass("active").siblings("li").removeClass("active"),e.preventDefault()}),p(".bb-mobile-panel-inner .main-navigation a").on("click",function(e){!p(e.target).hasClass("bs-submenu-toggle")&&0 ul").BossSocialMenu(35),p(".bb-footer ul.footer-menu").BossSocialMenu(90),p(".bp-navs ul.component-navigation:not(.search-nav)").BossSocialMenu(35),p(".bb-profile-grid.bb-grid .bp-navs ul.subnav").BossSocialMenu(90),0 ul").length&&setTimeout(function(){window.dispatchEvent(new Event("resize"))},0),p(".toggle-button").panelslider({bodyClass:"ps-active",clickClose:!0,onOpen:null}),p(document).on("click",".more-button",function(e){e.preventDefault(),p(this).toggleClass("active").next().toggleClass("active")}),p(document).on("click",".hideshow .sub-menu a",function(e){p("body").trigger("click");var t=p(this).parent();t.parent(".sub-menu").find("li").removeClass("current selected"),t.addClass("current selected")}),p(document).on("click",".bb-share",function(e){e.preventDefault()}),p(document).click(function(e){var t=p(".more-button, .sub-menu");t.is(e.target)||0!==t.has(e.target).length||p(".more-button").removeClass("active").next().removeClass("active")});var t=p("#masthead").height()+55;768 .bb-share-container").stick_in_parent({offset_top:t,spacer:!1});window.matchMedia("( max-width: 768px )").addEventListener("change",function(e){e.matches?p(".site-content-grid > .bb-share-container").trigger("sticky_kit:detach"):p(".site-content-grid > .bb-share-container").stick_in_parent({offset_top:t,spacer:!1})}),p(".site-content-grid > .bb-share-container").stick_in_parent({offset_top:t,spacer:!1});var e=p(document),i=p(".sticky-header .site-header"),n=p(".bb-sfwd-aside .buddypanel"),o=p(".single-sfwd-lessons .site-header"),a=p(".single-sfwd-topic .site-header"),s="has-scrolled";e.scroll(function(){i.toggleClass(s,1<=e.scrollTop()),n.toggleClass(s,5<=e.scrollTop()),o.toggleClass(s,1<=e.scrollTop()),a.toggleClass(s,1<=e.scrollTop())}),p(document).on("click",".header-aside div.menu-item-has-children > a",function(e){e.preventDefault();var t=p(this).closest("div.menu-item-has-children");t.siblings(".selected").removeClass("selected"),t.toggleClass("selected")}),p("body").mouseup(function(e){p(".header-aside div.menu-item-has-children *").is(e.target)||p(".header-aside div.menu-item-has-children").removeClass("selected")})},inputStyles:function(){var e=p('.mc4wp-form-fields input[type="submit"]');e.attr("disabled",!0),p('.mc4wp-form-fields input[type="email"]').keyup(function(){0!=p(this).val().length?e.attr("disabled",!1):e.attr("disabled",!0)}),p(".bs-bp-container-reg .field-visibility-settings input[type=radio]").each(function(){var e=p(this);p('').insertAfter(e),e.addClass("bs-radio"),e.is(":checked")&&(e.next("span.bs-radio").addClass("on"),e.closest("label").addClass("on")),e.change(function(){e.closest("div.radio").find("span.bs-radio").removeClass("on"),e.closest("div.radio").find("label").removeClass("on"),e.next("span.bs-radio").addClass("on"),e.closest("label").addClass("on")})})},header_search:function(){p(".site-header.site-header--bb .header-search-link").on("click",function(e){e.preventDefault(),p("body").toggleClass("search-visible"),navigator.userAgent.match(/(iPod|iPhone|iPad)/)||setTimeout(function(){p("body").find(".header-search-wrap .search-field-top").focus()},90)}),p(".header-search-wrap .search-field-top").focus(function(){if(!navigator.userAgent.match(/(iPod|iPhone|iPad)/)){var e=this;setTimeout(function(){e.selectionStart=e.selectionEnd=1e4},0)}}),p(".site-header.site-header--bb .close-search").on("click",function(e){e.preventDefault(),p("body").removeClass("search-visible"),p(".header-search-wrap input.search-field-top").val("")}),p(document).click(function(e){var t=p(".header-search-wrap, .header-search-link");t.is(e.target)||0!==t.has(e.target).length||p("body").removeClass("search-visible")}),p(document).keyup(function(e){27===e.keyCode&&p("body").removeClass("search-visible")})},unReadNotifications:function(){var o=[];p(document).on("click",".action-unread",function(e){var t={action:"buddyboss_theme_unread_notification",notification_id:p(this).data("notification-id")};if(-1!==o.indexOf(p(this).data("notification-id")))return!1;o.push(p(this).data("notification-id"));var i=p(".bb-icon-bell"),n=p(i).parent().children(".count");0

    '),"all"!==p(this).data("notification-id")&&(p(this).parent().parent().fadeOut(),p(this).parent().parent().remove()),p.post(ajaxurl,t,function(e){var t=p(".bb-icon-bell"),i=p(t).parent().children(".count");1===o.length&&e.success&&void 0!==e.data&&void 0!==e.data.contents&&p("#header-notifications-dropdown-elem ul.notification-list").length&&p("#header-notifications-dropdown-elem ul.notification-list").html(e.data.contents),void 0!==e.data.total_notifications&&0

    '),p.get(ajaxurl,{action:"buddyboss_theme_get_header_notifications"},function(e,t,i){e.success&&void 0!==e.data&&void 0!==e.data.contents&&p("#header-notifications-dropdown-elem ul.notification-list").length&&(p("#header-notifications-dropdown-elem ul.notification-list").html(e.data.contents),void 0!==e.data.total_notifications&&0

    '),p.get(ajaxurl,{action:"buddyboss_theme_get_header_unread_messages"},function(e,t,i){e.success&&void 0!==e.data&&void 0!==e.data.contents&&p("#header-messages-dropdown-elem ul.notification-list").length&&p("#header-messages-dropdown-elem ul.notification-list").html(e.data.contents)})},3e3)},sidePanel:function(){function t(){if(p("body").hasClass("buddypanel-header")||p("body").hasClass("buddypanel-logo")){if(p(".buddypanel .site-branding").length)var e=p(".buddypanel .site-branding").outerHeight();else e=0;if(p(".buddypanel .panel-head").length)var t=p(".buddypanel .panel-head").outerHeight();else t=0;if(p(".buddypanel .buddypanel-site-icon:visible").length)var i=p(".buddypanel .buddypanel-site-icon").outerHeight();else i=0;p("body:not(.buddypanel-open) .side-panel-inner:not(.is_block)").css("height","100%").css("height","-="+(t+i+40)+"px"),p("body.buddypanel-open .side-panel-inner:not(.is_block)").css("height","100%").css("height","-="+(e+t+40)+"px")}}function e(){window.matchMedia("(pointer: coarse)").matches?p(".side-panel-inner:not(.is_block)").addClass("touch-only"):(p(".side-panel-inner:not(.is_block)").removeClass("touch-only"),p(".side-panel-inner:not(.is_block)").mousewheel(function(e){e.preventDefault(),p(".side-panel-inner").removeClass("touch-only");var t=this.scrollTop;this.scrollTop=t+e.deltaY*e.deltaFactor*-1,p("#buddypanel-menu:not(.buddypanel-menu-block)").addClass("side-panel-scroll"),p("#buddypanel-menu:not(.buddypanel-menu-block) li a").css("margin-top","-"+this.scrollTop+"px"),p("#buddypanel-menu:not(.buddypanel-menu-block) li a:after","#buddypanel-menu:not(.buddypanel-menu-block) li a:before").css("display","none"),clearTimeout(p.data(this,"scrollTimer")),p.data(this,"scrollTimer",setTimeout(function(){p("#buddypanel-menu:not(.buddypanel-menu-block)").removeClass("side-panel-scroll")},250))}))}p(".buddypanel .side-panel-menu").length&&p(".buddypanel .side-panel-menu li > a").each(function(){var e=p(this).outerHeight();e!==p(this).parent().outerHeight()&&p(this).parent().css("min-height",e)}),p(".bb-toggle-panel").on("click",function(e){e.preventDefault(),p("body").addClass("buddypanel-transtioned"),p(".buddypanel").on("webkitTransitionEnd otransitionend oTransitionEnd msTransitionEnd transitionend",function(){setTimeout(function(){p("body").removeClass("buddypanel-transtioned")},200)}),function(e,t,i,n,o){var a=e+"="+escape(t)+";";i&&(i instanceof Date?isNaN(i.getTime())&&(i=new Date):i=new Date((new Date).getTime()+1e3*parseInt(i)*60*60*24),a+="expires="+i.toUTCString()+";");n&&(a+="path="+n+";");o&&(a+="domain="+o+";");document.cookie=a}("buddypanel",p("body").hasClass("buddypanel-open")?(p("body").removeClass("buddypanel-open"),"closed"):(p("body").addClass("buddypanel-open"),"open"),30,"/"),0 li").each(function(){0!==p(this).find(".ab-sub-wrapper").length&&(p(this).addClass("parent"),p(this).find(".ab-sub-wrapper").addClass("wrapper"))}),p(".user-wrap li.parent, .user-wrap .menu-item-has-children").on("mouseover",function(){var e=p(this),t=p("> .wrapper",e),i=e.position();t.css({top:i.top})})},DropdownToggle:function(){jQuery(document).on("click","a.bs-dropdown-link.bb-reply-actions-button",function(e){e.preventDefault(),jQuery(this).hasClass("active")?jQuery(this).removeClass("active").next(".bb-reply-actions-dropdown").removeClass("open").closest("li").removeClass("dropdown-open"):(jQuery("a.bs-dropdown-link.bb-reply-actions-button").removeClass("active").next(".bb-reply-actions-dropdown").removeClass("open").closest("li").removeClass("dropdown-open"),jQuery(this).toggleClass("active").next(".bb-reply-actions-dropdown").toggleClass("open").closest("li").toggleClass("dropdown-open"))}),p(document).click(function(e){var t=p(".bb-reply-actions-dropdown, a.bs-dropdown-link.bb-reply-actions-button"),i=p(".forum_single_action_more-wrap");t.is(e.target)||0!==t.has(e.target).length||(p(".bb-reply-actions-dropdown").removeClass("open"),p("a.bs-dropdown-link.bb-reply-actions-button").removeClass("active").closest("li").removeClass("dropdown-open")),i.is(e.target)||0!==i.has(e.target).length||p(".forum_single_action_wrap.is_visible").removeClass("is_visible")}),p(document).on("click",".bb-reply-actions-dropdown .bbp-reply-to-link",function(e){p(".bb-reply-actions-dropdown").removeClass("open"),p("a.bs-dropdown-link.bb-reply-actions-button").removeClass("active")}),p(document).on("click",".bs-forums-items .bbp-reply-to-link",function(e){p(this).closest(".bs-reply-list-item").addClass("in-focus")})},bbMasonry:function(){p(".bb-masonry").css("visibility","visible").masonry({itemSelector:".bb-masonry .hentry",columnWidth:".bb-masonry-sizer"})},bbSlider:function(){},stickySidebars:function(){var e=p("#masthead").outerHeight(),t=30;p("body").hasClass("sticky-header")&&p("body").hasClass("admin-bar")?t=e+62:p("body").hasClass("sticky-header")?t=e+30:p("body").hasClass("admin-bar")&&(t=62),1081t.top&&(e.hasClass("loading")||e.trigger("click"))}})},postGridLoader:function(){var e=p("article.type-post").not(".first").first().clone();e.removeClass("format-quote"),e.find(".entry-meta").remove(),e.find(".mejs-offscreen").remove(),e.find(".mejs-container").remove(),e.find("img").remove(),e.find(".post-format-icon").remove(),e.find(".post-main-link").remove(),e.find(".bb-gallery-slider").replaceWith(''),e.find(".entry-img").length||e.prepend('');for(var t="",i=0;i<=60;i++)t+="  ";e.find(".entry-content").html(""+t+""),t="";for(i=0;i<=20;i++)t+="  ";return e.find(".entry-title > a").html(t),e.addClass("loading"),e},jsSocial:function(){p(".bb-shareIcons").jsSocials({showLabel:!0,showCount:!1,shares:[{share:"facebook",label:bs_data.facebook_label},{share:"twitter",label:bs_data.twitter_label}]}),p(".jssocials-share-link").each(function(){p(this).attr("data-balloon-pos","right"),p(this).attr("data-balloon",p(this).find(".jssocials-share-label").html())}),p(".post-related-posts").find("a[data-balloon-pos]").attr("data-balloon-pos","left")},beforeLogIn:function(){var t="#bp-login-widget-user-login",i="#bp-login-widget-user-pass",n=p("#bp-login-widget-submit");function e(){var e=!1;p(t+","+i).each(function(){""==p(this).val()&&(e=!0)}),e?n.removeClass("bp-login-btn-active"):n.addClass("bp-login-btn-active")}e(),p(t+", "+i).keyup(function(){e()}),setTimeout(function(){p("#bp-login-widget-user-pass").each(function(e,t){p(this).is("*:-webkit-autofill")&&n.addClass("bp-login-btn-active")})},200);var o=".bbp-login-form #user_login",a=".bbp-login-form #user_pass",s=p(".bbp-login-form #user-submit");function r(){var e=!1;p(o+","+a).each(function(){""==p(this).val()&&(e=!0)}),e?s.removeClass("bp-login-btn-active"):s.addClass("bp-login-btn-active")}r(),p(o+", "+a).keyup(function(){r()}),p('form.bbp-login-form label[for="user_pass"]').append(""),p(document).on("click","form.bbp-login-form .label-switch",function(e){var t=p(this),i=t.closest(".bbp-password").find("input#user_pass");t.toggleClass("bb-eye"),t.hasClass("bb-eye")?i.attr("type","text"):i.attr("type","password")}),p('form#bp-login-widget-form label[for="bp-login-widget-user-pass"]').append(""),p(document).on("click","form#bp-login-widget-form .label-switch",function(e){var t=p(this),i=t.closest("form").find("input#bp-login-widget-user-pass");t.toggleClass("bb-eye"),t.hasClass("bb-eye")?i.attr("type","text"):i.attr("type","password")})},bbRelatedSlider:function(){if(p("body").hasClass("has-sidebar"))var t=900;else t=544;function e(){var e={infinite:!1,slidesToShow:2,slidesToScroll:2,adaptiveHeight:!0,arrows:!0,prevArrow:'',nextArrow:'',appendArrows:".post-related-posts h3",responsive:[{breakpoint:t,settings:{slidesToShow:1,slidesToScroll:1}}]};p(".post-related-posts .post-grid").not(".slick-initialized").slick(e)}e(),p(window).on("resize",function(){e(),p(".post-related-posts .slick-slider").slick("reinit"),p(".post-related-posts .slick-slider").slick("resize"),p(".post-related-posts .slick-slider").slick("refresh")})},BuddyPanel_Dropdown:function(){p(".buddypanel-menu .sub-menu").each(function(){p(this).closest("li.menu-item-has-children").find("a:first").append('')}),p(document).on("click",".bs-submenu-toggle",function(e){e.preventDefault(),p(this).toggleClass("bs-submenu-open").closest("a").next(".sub-menu").toggleClass("bb-open"),p(this).parent(".menu-item-has-children").toggleClass("bb-open-parent")}),p("aside.buddypanel .buddypanel-menu .current-menu-parent").find("ul.sub-menu").addClass("bb-open");var e=p(".bb-mobile-panel-inner .menu-item-has-children.current-menu-ancestor, .bb-mobile-panel-inner .menu-item-has-children.current_page_item, .bb-mobile-panel-inner .menu-item-has-children.current-menu-item, .bb-mobile-panel-inner .menu-item-has-children.current-menu-parent");e.children("ul.sub-menu").addClass("bb-open"),e.children("ul.sub-menu").prev().children(".bs-submenu-toggle").addClass("bs-submenu-open")},fileUpload:function(){p(".job-manager-form fieldset input[type=file], .ginput_container_fileupload > input[type=file], .ginput_container_post_image input[type=file]").each(function(){var e=p(this),t=e.attr("id");e.after('")}),p(".job-manager-form fieldset input[type=file], .ginput_container_fileupload > input[type=file], .ginput_container_post_image input[type=file]").change(function(e){var t=p(this);t.next().html(t.val());0===t.val().length?t.next().html(bs_data.translation.choose_a_file_label):t.next().html(t.val().replace(/C:\\fakepath\\/i,""))})},commentsValidate:function(){jQuery.validator.addMethod("BBEmail",function(e,t){return this.optional(t)||/^([a-zA-Z0-9!#$%&\'*+\/=?^_`{|}~\.-])+\@(([a-zA-Z0-9-])+\.)+([a-zA-Z0-9]{2,4})+$/.test(e)},bs_data.translation.email_validation);p("#commentform").validate({rules:{author:{required:!0,normalizer:function(e){return p.trim(e)}},email:{required:!0,BBEmail:!0},url:{url:!0},comment:{required:!0,normalizer:function(e){return p.trim(e)}}},messages:{author:"Please enter your name",email:{required:"Please enter an email address",email:"Please enter a valid email address"},url:"Please enter a valid URL e.g. http://www.mysite.com",comment:"Please fill the required field"},errorElement:"div",errorPlacement:function(e,t){t.after(e)}});p("#comment").focus(function(){p(this).parents("#respond").addClass("bb-active")}),p("#comment").blur(function(){p(this).parents("#respond").removeClass("bb-active")})},messageScroll:function(){},photoCommentFocus:function(){p(document).on("click",".bb-media-model-wrapper .bs-comment-textarea",function(e){e.preventDefault(),p(".bb-media-model-wrapper").animate({scrollTop:p(".bb-media-model-wrapper")[0].scrollHeight},"slow")})},bpRegRequired:function(){p(".bs-bp-container-reg .signup-form input").removeAttr("required")},inputFileStyle:function(){var e=document.querySelectorAll(".bb-inputfile");Array.prototype.forEach.call(e,function(e){var i=e.nextElementSibling,n=i.innerHTML;e.addEventListener("change",function(e){var t="";(t=this.files&&1

    ","")?t.find(".bbp-the-content").removeClass("error"):t.find(".bbp-the-content").addClass("error")})}void 0!==window.forums_medium_topic_editor&&void 0!==window.forums_medium_topic_editor[a]&&window.forums_medium_topic_editor[a].subscribe("editableInput",function(){""!=p.trim(window.forums_medium_topic_editor[a].getContent()).replace("


    ","")?t.find(".bbp-the-content").removeClass("error"):t.find(".bbp-the-content").addClass("error")}),t.find(".bbp-topic-form").trigger("bbp_after_load_topic_form",{click_event:this}),t.find(".bbp-reply-form").trigger("bbp_after_load_reply_form",{click_event:this})}),p(document).on("click","a[data-modal-id-inline]",function(e){if(!p(this).closest(".bs-single-forum-list").hasClass("bb-single")){e.preventDefault(),p("body").addClass("bb-modal-overlay-open").append(b),p(".bb-modal-overlay").fadeTo(0,1);var t=p(this).attr("data-modal-id-inline");p("#"+t).fadeIn(0).addClass("bb-modal-open");var i=p(e.target).closest(".bb-grid");if(i.find(".bbp-reply-form").length){i.find(".bbp-reply-form").find("#bbp-reply-to-user").html(p(p(this).closest("li").find(".bs-reply-list-item").get(0)).find(".item-meta").find(".bbp-author-name").text());var n=p(this).closest(".bs-reply-list-item").find(".bbp-author-name").text().trim(),o=p(this).closest(".bs-reply-list-item").find(">.bbp-reply-content").text().trim().substring(0,50);if(p(this).closest(".bs-reply-list-item").find(">.bbp-reply-content .bb-activity-media-elem").length){var a=p(this).closest(".bs-reply-list-item").find(">.bbp-reply-content .bb-activity-media-elem .document-helper-text")[0];""!==(a=p(a).text())&&(o=p(this).closest(".bs-reply-list-item").find(">.bbp-reply-content").text().trim().replace(new RegExp(a,"g"),"").substring(0,50).trim());var s=p(this).closest(".bs-reply-list-item").find(">.bbp-reply-content .bb-activity-media-elem").not(".document-activity")[0];""!==(s=p(s).text().trim())&&(o=p(this).closest(".bs-reply-list-item").find(">.bbp-reply-content").text().trim().replace(new RegExp(s,"g"),"").substring(0,50).trim())}if(p(this).closest(".bs-reply-list-item").find(">.bbp-reply-content .bb-activity-media-wrap .bp-video-thumbnail-uploader").length){var r=p(this).closest(".bs-reply-list-item").find(">.bbp-reply-content .bb-activity-media-wrap")[0];""!==(r=p(r).text().trim())&&(o=p(this).closest(".bs-reply-list-item").find(">.bbp-reply-content").text().trim().replace(new RegExp(r,"g"),"").substring(0,50).trim())}if(p(this).closest(".bs-reply-list-item").find(">.bbp-reply-content .bbp-reply-revision-log").length){var l=p(this).closest(".bs-reply-list-item").find(">.bbp-reply-content .bbp-reply-revision-log").text().trim();o=p(this).closest(".bs-reply-list-item").find(">.bbp-reply-content").text().trim().replace(new RegExp(l,"g"),"").substring(0,50).trim()}""!==n&&i.find(".bbp-reply-form").find("#bbp-reply-to-user").text(n);var d=i.find(".bbp-reply-form").find("#bbp-reply-exerpt");""!==o?(d.removeClass("show-empty"),o+="..."):d.addClass("show-empty"),d.text(o);var c=i.find(".bbp-the-content").data("key");void 0!==window.forums_medium_reply_editor&&void 0!==window.forums_medium_reply_editor[c]&&window.forums_medium_reply_editor[c].subscribe("editableInput",function(){""!=p.trim(window.forums_medium_reply_editor[c].getContent()).replace("


    ","")?i.find(".bbp-the-content").removeClass("error"):i.find(".bbp-the-content").addClass("error")})}i.find(".bbp-reply-form").trigger("bbp_after_load_inline_reply_form",{click_event:this})}}),p(document).on("click",".js-modal-close",function(e){e.preventDefault(),p(".bb-modal-box, .bb-modal-overlay").fadeOut(50,function(){p(".bb-modal-overlay").remove()}),p("body").removeClass("popup-modal-reply bb-modal-overlay-open"),p(".bs-reply-list-item.in-focus").removeClass("in-focus"),p(".bb-modal-box").removeClass("bb-modal-open"),p(this).trigger("bbp_after_close_topic_reply_form",{click_event:this})}),p(document).on("click",".bb-modal-overlay",function(e){e.preventDefault(),p("body").removeClass("bb-modal-overlay-open"),p(".bb-modal-box, .bb-modal-overlay").fadeOut(50,function(){p(".bb-modal-overlay").remove()}),p(".bb-modal-box").removeClass("bb-modal-open"),p(document).trigger("bbp_after_close_topic_reply_form_on_overlay",{click_event:this})}),e("bbp_reply_to")&&e("bbp_reply_to")&&(0

    ",""))&&0==n?""===s&&(t.find("#bbp_editor_topic_content").addClass("error"),i=!1):a||""!==p.trim(t.find("#bbp_topic_content").val())||0!=n?(a&&t.find("#bbp_editor_topic_content").removeClass("error"),t.find("#bbp_topic_content").removeClass("error")):""===s&&(t.find("#bbp_topic_content").addClass("error"),i=!1),i?t.submit():t.removeClass("submitting")}),p(".bbp-reply-form form #bbp_reply_submit").on("click",function(e){e.preventDefault();var t=!0,i=p(e.target).closest("form");if(i.find(".bbp-form-anonymous").length&&(""===p.trim(i.find("#bbp_anonymous_author").val())?(i.find("#bbp_anonymous_author").addClass("error"),t=!1):i.find("#bbp_anonymous_author").removeClass("error"),""===p.trim(i.find("#bbp_anonymous_email").val())?(i.find("#bbp_anonymous_email").addClass("error"),t=!1):i.find("#bbp_anonymous_email").removeClass("error")),t){i.find('input[name="bbp_topic_id"]').val();i.submit()}p("body").removeClass("popup-modal-reply"),p(".bs-reply-list-item.in-focus").removeClass("in-focus"),i.find(".bbp_topic_tags_wrapper tags tag").remove()}),p(document).keydown(function(e){if(e.ctrlKey&&13===e.keyCode){var t=p(".bbp-topic-form form"),i=p(".bbp-reply-form form");i.length&&i.find("#bbp_reply_submit").trigger("click"),t.length&&t.find("#bbp_topic_submit").trigger("click")}}),window.addReply={moveForm:function(e,t,i,n){p(".bbp-reply-form").find("#bbp_reply_to").val(t);var o,a=this,s=a.I(e),r=a.I(i),l=a.I("bbp-cancel-reply-to-link"),d=a.I("bbp_reply_to"),c=a.I("bbp_topic_id");if(s&&r&&l&&d){a.respondId=i,n=n||!1,a.I("bbp-temp-form-div")||((o=document.createElement("div")).id="bbp-temp-form-div",o.style.display="none",r.parentNode.insertBefore(o,r)),r.classList.remove("mfp-hide"),s.parentNode.appendChild(r),"undefined"!=typeof tinyMCE&&(tinyMCE.remove(),tinyMCE.init({selector:"textarea.bbp-the-content",menubar:!1,branding:!1,plugins:"image,lists,link",toolbar:"bold italic bullist numlist blockquote link"})),c&&n&&(c.value=n),d.value=t,l.style.display="",l.onclick=function(){var e=addReply,t=e.I("bbp-temp-form-div"),i=e.I(e.respondId);if(t&&i)return e.I("bbp_reply_to").value="0",i.classList.add("mfp-hide"),t.parentNode.insertBefore(i,t),t.parentNode.removeChild(t),this.style.display="none",this.onclick=null,!1};try{a.I("bbp_reply_content").focus()}catch(e){}return!1}},I:function(e){return document.getElementById(e)}}},profileFilterPoint:function(){var e=window.matchMedia("( max-width: 800px )");function t(){e.matches?p("#bp-profile-search-form-outer").prependTo("#buddypress"):p("#bp-profile-search-form-outer").prependTo("#secondary")}e.addEventListener("change",function(e){t()}),t()},heartbeat:function(){(void 0!==bs_data.show_notifications&&"1"==bs_data.show_notifications||void 0!==bs_data.show_messages&&"1"==bs_data.show_messages)&&(p(document).on("heartbeat-send",this.bpHeartbeatSend.bind(this)),p(document).on("heartbeat-tick",this.bpHeartbeatTick.bind(this)))},bpNavDropDown:function(){p("nav .bp-navs__dropdown").change(function(){window.location=p(this).find("option:selected").val()})},scrollToAnchor:function(){if(p("body").hasClass("sticky-header")&&p("body").hasClass("single-post")){var o=p("#masthead").height()+55;if(p(document).on("click",".widget_recent_comments .recentcomments > a, .widget_recent_comments .wp-block-latest-comments__comment-link, .widget.new_blog_comment.bp-latest-activities .activity-time-since",function(e){var t=p(this).attr("href"),i=t.substr(t.indexOf("#")+1),n=p("#"+i);n.length&&(e.preventDefault(),p("html,body").animate({scrollTop:n.offset().top+-o},"slow"),window.history.pushState({},"","#"+i))}),-1 '+t.total_notifications+" ")}else{i=p(".bb-icon-bell"),n=p(i).parent().children(".count");p(n).remove(),p(".notification-header .mark-read-all").fadeOut()}if(void 0!==t.total_unread_messages&&0===parseInt(t.total_unread_messages)){var o=p(".bb-icon-inbox");0<(a=p(o).parent().children(".count")).length&&p(a).remove(),0<(s=p(".bp-messages-nav").find(".count")).length&&s.text(t.total_unread_messages).addClass("bp-hide")}if(void 0!==t.total_unread_messages&&0 '+t.total_unread_messages+" "),0<(s=p(".bp-messages-nav").find(".count")).length&&s.text(t.total_unread_messages).removeClass("bp-hide")}}},p(document).on("ready",function(){BuddyBossTheme.init(),p(".bp-personal-sub-tab #compose").on("click",function(){p(this).parent().toggleClass("current selected")})}),p(".ld-entry-content > .entry-content-wrap .entry-content").addClass("ld-gb-content"),p(".llms-notice > a").click(function(){p(".llms-person-login-form-wrapper").hasClass("llms-person-login-aktif")?(p(".llms-login").css("display","none"),p(".llms-person-login-form-wrapper").removeClass("llms-person-login-aktif")):p(".llms-person-login-form-wrapper").addClass("llms-person-login-aktif")}),p.fn.wrapStart=function(e){var t=this.contents().filter(function(){return 3==this.nodeType}).first(),i=t.text().replace(/\s+/g," ").replace(/^\s|\s$/g,""),n=i.split(" ",e).join(" ");t.length&&(t[0].nodeValue=i.slice(n.length),t.before(""+n+""))},p(".mepr-price-box-price").each(function(){p(this).wrapStart(1)}),p("#header-my-account-menu").length&&(p("#header-my-account-menu > li").each(function(){if(p(this).hasClass("icon-added"))return p(this).closest("ul").addClass("has-icon"),!1}),p("#header-my-account-menu ul").each(function(){p(this).children("li").each(function(){if(p(this).hasClass("icon-added"))return p(this).closest("ul").addClass("has-icon"),!1})})),p(".admin-bar #wp-admin-bar-my-account-default").length&&p(".admin-bar #wp-admin-bar-my-account-default > li").each(function(){if(p(this).hasClass("menupop"))return p(this).closest("ul").addClass("has-menupop"),!1}),p(document).on("click",".forum_single_action_wrap .forum_single_action_more-wrap",function(e){var t=p(e.currentTarget).closest(".forum_single_action_wrap");t.hasClass("is_visible")?t.removeClass("is_visible"):t.addClass("is_visible")}),p(".buddypress.widget .gamipress-buddypress-user-details-listing").length&&(i(),p(document).on("click",".buddypress.widget .showGamipressData",function(){p(this).parent().find(".GamiPress-data-popup").addClass("is_active"),p(this).closest(".bb-sticky-sidebar").length&&(t=p(this).closest(".bb-sticky-sidebar").attr("style"),p(this).closest(".bb-sticky-sidebar").attr("style",""),p("body").addClass("hide-overflow"))}),p(document).on("heartbeat-tick",function(e,t){setTimeout(function(){i()},1e3)}),p(".widget div#members-list-options a").on("click",function(){setTimeout(function(){i()},3e3)}),p(document).on("click",".buddypress.widget .GamiPress-data-popup .hideGamipressData",function(){p(this).closest(".GamiPress-data-popup").removeClass("is_active"),p(this).closest(".bb-sticky-sidebar").length&&(p(this).closest(".bb-sticky-sidebar").attr("style",t),t="",p("body").removeClass("hide-overflow"))}));p("body").on("bbp_after_load_reply_form",function(e,t){if(p('div[data-component="activity"]').length){var i=p(t.click_event),n=i.closest(".bb-grid").find(".bbp-reply-form");if(n.length){var o=i.data("topic-id"),a=(i.data("author-name"),i.closest("li").find(".activity-discussion-title-wrap a").text());n.closest(".bb-quick-reply-form-wrap").show(),n.css({display:"block"}),n.addClass("bb-modal bb-modal-box"),n.closest(".bb-quick-reply-form-wrap").show(),n.find("#bbp_reply_to").val(0),n.find("#bbp-reply-exerpt").text(a+"..."),n.find('input[name="bbp_topic_id"]').val(o)}}}),p(document).on("bbp_after_submit_reply_form",".bbp-reply-form",function(e,t){if(t.response.success&&p('div[data-component="activity"]').length){var i=p("a[data-topic-id="+t.topic_id+"]").closest("li").find(".activity-discussion-title-wrap").clone();p("a[data-topic-id="+t.topic_id+"]").closest("li").find(".activity-discussion-title-wrap").find("a").attr("href");p(".bbp-reply-form-success-modal").find(".activity-list").html(i),setTimeout(function(){p(".bbp-reply-form-success-modal .view-reply-button a").attr("href",t.response.redirect_url),p(".bbp-reply-form-success-modal").removeAttr("style"),p(".bbp-reply-form-success-modal .bb-modal").css("z-index",999992),p(".bbp-reply-form-success").fadeIn(100)},200)}})}(jQuery);var BBGetQueryVariable=BBGetQueryVariable||function(e,t){if("string"!=typeof e||""==e||void 0===t||""==t)return"";for(var i=e.split("&"),n=0;n'),p(this).find("img").length?p(this).parent().find(".showGamipressData").append(''):p(this).parent().find(".showGamipressData").append(''),p(this).parent().find(".gamipress-buddypress-user-details-listing").wrap('
    '),p(this).parent().find(".gamipress-buddypress-user-details-listing").append('')),p(this).addClass("is_loaded")})}var t;window.BuddyBossTheme={init:function(){this.add_Class(),this.header_search(),this.Menu(),this.inputStyles(),this.sidePanel(),this.headerAside(),this.bbMasonry(),this.stickySidebars(),this.bbFitVideo(),this.LoadMorePosts(),this.jsSocial(),this.beforeLogIn(),this.bbRelatedSlider(),this.BuddyPanel_Dropdown(),this.fileUpload(),this.commentsValidate(),this.messageScroll(),p(".ld-in-focus-mode").length<=0&&this.ajax_comment(),this.DropdownToggle(),this.photoCommentFocus(),this.bpRegRequired(),this.inputFileStyle(),this.primaryNavBar(),this.forumsTopic(),this.profileFilterPoint(),this.heartbeat(),this.unReadNotifications(),this.ajaxComplete(),this.bpNavDropDown(),this.scrollToAnchor()},ajaxComplete:function(){p(document).ajaxComplete(function(e,t,i){void 0!==i.data&&"string"==typeof i.data&&0");n.append(e);var o="#comments",a=n.find(o);a.length<1&&(o=".comment-list",a=n.find(o));var s=a.find("li"),r=!1;s.each(function(e){var t=p(s[e]);0==p("#"+t.attr("id")).length&&(r=t.attr("id"))}),p(o).replaceWith(a);var l=p("#"+r).offset().top;p("body").hasClass("sticky-header")&&(l=p("#"+r).offset().top-p("#masthead").height()),p("body").hasClass("admin-bar")&&(l-=p("#wpadminbar").height()),r&&p("body, html").animate({scrollTop:l},600)}),i.fail(function(e){var t=p("
    ");t.append(e.responseText),t.find("style,meta,title,a").remove(),t=t.find(".wp-die-message p").text(),"object"==typeof bb_vue_loader&&"object"==typeof bb_vue_loader.common&&void 0!==bb_vue_loader.common.showSnackbar?bb_vue_loader.common.showSnackbar(t):alert(t)}),i.always(function(){p("#comment").prop("disabled",!1),p("#commentform").find("[type='submit']").removeClass("waiting"),p("#commentform").find("[type='submit']").prop("disabled",!1).val(n)})})},add_Class:function(){"complete"!==document.readyState&&"interactive"!==document.readyState||(document.getElementsByTagName("body")[0].className+=" bb-page-loaded");var e=document.querySelector(".bb-left-panel-mobile");e&&e.addEventListener("click",function(e){e.preventDefault();var t=document.querySelector(".bb-mobile-panel-wrapper"),i=document.body;t.classList.toggle("closed"),i.classList.toggle("bb-mobile-panel-open")}),p(".bb-close-panel").on("click",function(e){e.preventDefault(),p(".bb-mobile-panel-wrapper").addClass("closed"),p("body").removeClass("bb-mobile-panel-open")}),p(".bp-template-notice.bp-sitewide-notice").insertAfter("#masthead"),document.getElementById("learndash-page-content")&&p(".bp-template-notice.bp-sitewide-notice").prependTo("#learndash-page-content"),"bbp-topic-form"===p(".btn-new-topic").attr("data-modal-id")&&p("body").addClass("forum").find("#bbpress-forums").closest("article.type-page").addClass("type-forum"),p(".bb-sfwd-aside #masthead").hasClass("elementor-header")&&(p(".bb-toggle-panel").prependTo(".ld-course-navigation"),p(".site-header--elementor #bb-toggle-theme").length||p(".site-header--elementor .course-toggle-view").length||p(".bb-elementor-header-items").prependTo(".learndash-content-body")),p(".bb-sfwd-aside #masthead").hasClass("beaver-header")&&(p(".bb-toggle-panel").prependTo(".ld-course-navigation"),p(".bb-elementor-header-items").prependTo(".learndash-content-body")),"1"===p(".beaver-header > header").attr("data-sticky")&&p("body").addClass("beaver-sticky-header"),p(document).on("click","#members-list.item-list:not(.grid) li .has_hook_content .more-action-button",function(e){p(this).parents("li.item-entry").toggleClass("active").siblings("li").removeClass("active"),e.preventDefault()}),p(".bb-mobile-panel-inner .main-navigation a").on("click",function(e){!p(e.target).hasClass("bs-submenu-toggle")&&0 ul").BossSocialMenu(90),p(".bb-footer ul.footer-menu").BossSocialMenu(90),p(".bp-navs ul.component-navigation:not(.search-nav)").BossSocialMenu(35),p(".bb-profile-grid.bb-grid .bp-navs.user-subnav ul.subnav").BossSocialMenu(90),0 ul").length&&setTimeout(function(){window.dispatchEvent(new Event("resize"))},0),p(".toggle-button").panelslider({bodyClass:"ps-active",clickClose:!0,onOpen:null}),p(document).on("click",".more-button",function(e){e.preventDefault(),p(this).toggleClass("active open").next().toggleClass("active open"),p("body").toggleClass("nav_more_option_open")}),p(document).on("click",".hideshow .sub-menu a",function(e){p("body").trigger("click");var t=p(this).parent();t.parent(".sub-menu").find("li").removeClass("current selected"),t.addClass("current selected")}),p(document).on("click",".bb-share",function(e){e.preventDefault()}),p(document).click(function(e){var t=p(".more-button, .sub-menu");t.is(e.target)||0!==t.has(e.target).length||(p(".more-button").removeClass("active open").next().removeClass("active open"),p("body").removeClass("nav_more_option_open")),(p(e.target).hasClass("bb_more_dropdown__title")||0 .bb-share-container").stick_in_parent({offset_top:t,spacer:!1});window.matchMedia("( max-width: 768px )").addEventListener("change",function(e){e.matches?p(".site-content-grid > .bb-share-container").trigger("sticky_kit:detach"):p(".site-content-grid > .bb-share-container").stick_in_parent({offset_top:t,spacer:!1})}),p(".site-content-grid > .bb-share-container").stick_in_parent({offset_top:t,spacer:!1});var e=p(document),i=p(".sticky-header .site-header"),n=p(".bb-sfwd-aside .buddypanel"),o=p(".single-sfwd-lessons .site-header"),a=p(".single-sfwd-topic .site-header"),s="has-scrolled";e.scroll(function(){i.toggleClass(s,1<=e.scrollTop()),n.toggleClass(s,5<=e.scrollTop()),o.toggleClass(s,1<=e.scrollTop()),a.toggleClass(s,1<=e.scrollTop())}),p(document).on("click",".header-aside div.menu-item-has-children > a",function(e){e.preventDefault();var t=p(this).closest("div.menu-item-has-children");t.siblings(".selected").removeClass("selected"),t.toggleClass("selected")}),p("body").mouseup(function(e){p(".header-aside div.menu-item-has-children *").is(e.target)||p(".header-aside div.menu-item-has-children").removeClass("selected")})},inputStyles:function(){var e=p('.mc4wp-form-fields input[type="submit"]');e.attr("disabled",!0),p('.mc4wp-form-fields input[type="email"]').keyup(function(){0!=p(this).val().length?e.attr("disabled",!1):e.attr("disabled",!0)}),p(".bs-bp-container-reg .field-visibility-settings input[type=radio]").each(function(){var e=p(this);p('').insertAfter(e),e.addClass("bs-radio"),e.is(":checked")&&(e.next("span.bs-radio").addClass("on"),e.closest("label").addClass("on")),e.change(function(){e.closest("div.radio").find("span.bs-radio").removeClass("on"),e.closest("div.radio").find("label").removeClass("on"),e.next("span.bs-radio").addClass("on"),e.closest("label").addClass("on")})})},header_search:function(){p(".site-header.site-header--bb .header-search-link").on("click",function(e){e.preventDefault(),p("body").toggleClass("search-visible"),navigator.userAgent.match(/(iPod|iPhone|iPad)/)||setTimeout(function(){p("body").find(".header-search-wrap .search-field-top").focus()},90)}),p(".header-search-wrap .search-field-top").focus(function(){if(!navigator.userAgent.match(/(iPod|iPhone|iPad)/)){var e=this;setTimeout(function(){e.selectionStart=e.selectionEnd=1e4},0)}}),p(".site-header.site-header--bb .close-search").on("click",function(e){e.preventDefault(),p("body").removeClass("search-visible"),p(".header-search-wrap input.search-field-top").val("")}),p(document).click(function(e){var t=p(".header-search-wrap, .header-search-link");t.is(e.target)||0!==t.has(e.target).length||p("body").removeClass("search-visible")}),p(document).keyup(function(e){27===e.keyCode&&p("body").removeClass("search-visible")})},unReadNotifications:function(){var o=[];p(document).on("click",".action-unread",function(e){var t={action:"buddyboss_theme_unread_notification",notification_id:p(this).data("notification-id")};if(-1!==o.indexOf(p(this).data("notification-id")))return!1;o.push(p(this).data("notification-id"));var i=p(".bb-icon-bell"),n=p(i).parent().children(".count");0

    '),"all"!==p(this).data("notification-id")&&(p(this).parent().parent().fadeOut(),p(this).parent().parent().remove()),p.post(ajaxurl,t,function(e){var t=p(".bb-icon-bell"),i=p(t).parent().children(".count");1===o.length&&e.success&&void 0!==e.data&&void 0!==e.data.contents&&p("#header-notifications-dropdown-elem ul.notification-list").length&&p("#header-notifications-dropdown-elem ul.notification-list").html(e.data.contents),void 0!==e.data.total_notifications&&0 .wrapper > .bb-sub-menu",e),i=e.closest(".wrapper"),n=e.position(),o=i.position(),a=n.top+o.top,s=jQuery(window).height()-a-120;t.css({"max-height":s+"px"})}),p(".user-wrap .menupop.parent").each(function(){var e=p(this),t=p("> .ab-sub-wrapper > .ab-submenu",e),i=e.position(),n=jQuery(window).height()-i.top-120;t.css({"max-height":n+"px"})})}p(".sub-menu-inner > li").each(function(){0!==p(this).find(".ab-sub-wrapper").length&&(p(this).addClass("parent"),p(this).find(".ab-sub-wrapper").addClass("wrapper"))}),n(),p(window).resize(function(){n()}),p(".user-wrap li.parent, .user-wrap .menu-item-has-children").on("mouseover",function(){var e=p(this),t=p("> .wrapper",e),i=e.position();t.css({top:i.top}),n()})},DropdownToggle:function(){jQuery(document).on("click","a.bs-dropdown-link.bb-reply-actions-button",function(e){e.preventDefault(),jQuery(this).hasClass("active")?jQuery(this).removeClass("active").next(".bb-reply-actions-dropdown").removeClass("open").closest("li").removeClass("dropdown-open"):(jQuery("a.bs-dropdown-link.bb-reply-actions-button").removeClass("active").next(".bb-reply-actions-dropdown").removeClass("open").closest("li").removeClass("dropdown-open"),jQuery(this).toggleClass("active").next(".bb-reply-actions-dropdown").toggleClass("open").closest("li").toggleClass("dropdown-open"))}),p(document).click(function(e){var t=p(".bb-reply-actions-dropdown, a.bs-dropdown-link.bb-reply-actions-button"),i=p(".forum_single_action_more-wrap");t.is(e.target)||0!==t.has(e.target).length||(p(".bb-reply-actions-dropdown").removeClass("open"),p("a.bs-dropdown-link.bb-reply-actions-button").removeClass("active").closest("li").removeClass("dropdown-open")),(p(e.target).hasClass("bb_more_dropdown__title")||0t.top&&(e.hasClass("loading")||e.trigger("click"))}})},postGridLoader:function(){var e=p("article.type-post").not(".first").first().clone();e.removeClass("format-quote"),e.find(".entry-meta").remove(),e.find(".mejs-offscreen").remove(),e.find(".mejs-container").remove(),e.find("img").remove(),e.find(".post-format-icon").remove(),e.find(".post-main-link").remove(),e.find(".bb-gallery-slider").replaceWith(''),e.find(".entry-img").length||e.prepend('');for(var t="",i=0;i<=60;i++)t+="  ";e.find(".entry-content").html(""+t+""),t="";for(i=0;i<=20;i++)t+="  ";return e.find(".entry-title > a").html(t),e.addClass("loading"),e},jsSocial:function(){p(".bb-shareIcons").jsSocials({showLabel:!0,showCount:!1,shares:[{share:"facebook",label:bs_data.facebook_label},{share:"twitter",label:bs_data.twitter_label}]}),p(".jssocials-share-link").each(function(){var e=p(this).find(".jssocials-share-label").text();p(this).attr("data-balloon-pos","right"),p(this).attr("data-balloon",e),p(this).attr("aria-label",e)}),p(".post-related-posts").find("a[data-balloon-pos]").attr("data-balloon-pos","left")},beforeLogIn:function(){var t="#bp-login-widget-user-login",i="#bp-login-widget-user-pass",n=p("#bp-login-widget-submit");function e(){var e=!1;p(t+","+i).each(function(){""==p(this).val()&&(e=!0)}),e?n.removeClass("bp-login-btn-active"):n.addClass("bp-login-btn-active")}e(),p(t+", "+i).keyup(function(){e()}),setTimeout(function(){p("#bp-login-widget-user-pass").each(function(e,t){p(this).is("*:-webkit-autofill")&&n.addClass("bp-login-btn-active")})},200);var o=".bbp-login-form #user_login",a=".bbp-login-form #user_pass",s=p(".bbp-login-form #user-submit");function r(){var e=!1;p(o+","+a).each(function(){""==p(this).val()&&(e=!0)}),e?s.removeClass("bp-login-btn-active"):s.addClass("bp-login-btn-active")}r(),p(o+", "+a).keyup(function(){r()}),p('form.bbp-login-form label[for="user_pass"]').append(""),p(document).on("click","form.bbp-login-form .label-switch",function(e){var t=p(this),i=t.closest(".bbp-password").find("input#user_pass");t.toggleClass("bb-eye"),t.hasClass("bb-eye")?i.attr("type","text"):i.attr("type","password")}),p('form#bp-login-widget-form label[for="bp-login-widget-user-pass"]').append(""),p(document).on("click","form#bp-login-widget-form .label-switch",function(e){var t=p(this),i=t.closest("form").find("input#bp-login-widget-user-pass");t.toggleClass("bb-eye"),t.hasClass("bb-eye")?i.attr("type","text"):i.attr("type","password")})},bbRelatedSlider:function(){if(p("body").hasClass("has-sidebar"))var i=900;else i=544;function e(){var e="rtl"===p("html").attr("dir"),t={infinite:!1,slidesToShow:2,slidesToScroll:2,adaptiveHeight:!0,arrows:!0,prevArrow:e?'':'',nextArrow:e?'':'',appendArrows:".post-related-posts h3",rtl:e,responsive:[{breakpoint:i,settings:{slidesToShow:1,slidesToScroll:1}}]};p(".post-related-posts .post-grid").not(".slick-initialized").slick(t)}e(),p(window).on("resize",function(){e(),p(".post-related-posts .slick-slider").slick("reinit"),p(".post-related-posts .slick-slider").slick("resize"),p(".post-related-posts .slick-slider").slick("refresh")})},BuddyPanel_Dropdown:function(){p(".buddypanel-menu .sub-menu").each(function(){p(this).closest("li.menu-item-has-children").find("a:first").append('')}),p(document).on("click",".bs-submenu-toggle",function(e){e.preventDefault(),p(this).toggleClass("bs-submenu-open").closest("a").next(".sub-menu").toggleClass("bb-open"),p(this).parent(".menu-item-has-children").toggleClass("bb-open-parent")}),p("aside.buddypanel .buddypanel-menu .current-menu-parent").find("ul.sub-menu").addClass("bb-open");var e=p(".bb-mobile-panel-inner .menu-item-has-children.current-menu-ancestor, .bb-mobile-panel-inner .menu-item-has-children.current_page_item, .bb-mobile-panel-inner .menu-item-has-children.current-menu-item, .bb-mobile-panel-inner .menu-item-has-children.current-menu-parent");e.children("ul.sub-menu").addClass("bb-open"),e.children("ul.sub-menu").prev().children(".bs-submenu-toggle").addClass("bs-submenu-open")},fileUpload:function(){p(".job-manager-form fieldset input[type=file], .ginput_container_fileupload > input[type=file], .ginput_container_post_image input[type=file]").each(function(){var e=p(this),t=e.attr("id");e.after('")}),p(".job-manager-form fieldset input[type=file], .ginput_container_fileupload > input[type=file], .ginput_container_post_image input[type=file]").change(function(e){var t=p(this);t.next().html(t.val());0===t.val().length?t.next().html(bs_data.translation.choose_a_file_label):t.next().html(t.val().replace(/C:\\fakepath\\/i,""))})},commentsValidate:function(){jQuery.validator.addMethod("BBEmail",function(e,t){return this.optional(t)||/^([a-zA-Z0-9!#$%&\'*+\/=?^_`{|}~\.-])+\@(([a-zA-Z0-9-])+\.)+([a-zA-Z0-9]{2,4})+$/.test(e)},bs_data.translation.email_validation);p("#commentform").validate({rules:{author:{required:!0,normalizer:function(e){return p.trim(e)}},email:{required:!0,BBEmail:!0},url:{url:!0},comment:{required:!0,normalizer:function(e){return p.trim(e)}}},messages:{author:"Please enter your name",email:{required:"Please enter an email address",email:"Please enter a valid email address"},url:"Please enter a valid URL e.g. http://www.mysite.com",comment:"Please fill the required field"},errorElement:"div",errorPlacement:function(e,t){t.after(e)}});p("#comment").focus(function(){p(this).parents("#respond").addClass("bb-active")}),p("#comment").blur(function(){p(this).parents("#respond").removeClass("bb-active")})},messageScroll:function(){},photoCommentFocus:function(){p(document).on("click",".bb-media-model-wrapper .bs-comment-textarea",function(e){e.preventDefault(),p(".bb-media-model-wrapper").animate({scrollTop:p(".bb-media-model-wrapper")[0].scrollHeight},"slow")})},bpRegRequired:function(){p(".bs-bp-container-reg .signup-form input").removeAttr("required")},inputFileStyle:function(){var e=document.querySelectorAll(".bb-inputfile");Array.prototype.forEach.call(e,function(e){var i=e.nextElementSibling,n=i.innerHTML;e.addEventListener("change",function(e){var t="";(t=this.files&&1

    ","")?t.find(".bbp-the-content").removeClass("error"):t.find(".bbp-the-content").addClass("error")})}void 0!==window.forums_medium_topic_editor&&void 0!==window.forums_medium_topic_editor[a]&&window.forums_medium_topic_editor[a].subscribe("editableInput",function(){""!=p.trim(window.forums_medium_topic_editor[a].getContent()).replace("


    ","")?t.find(".bbp-the-content").removeClass("error"):t.find(".bbp-the-content").addClass("error")}),t.find(".bbp-topic-form").trigger("bbp_after_load_topic_form",{click_event:this}),t.find(".bbp-reply-form").trigger("bbp_after_load_reply_form",{click_event:this})}),p(document).on("click","a[data-modal-id-inline]",function(e){if(!p(this).closest(".bs-single-forum-list").hasClass("bb-single")){e.preventDefault(),p("body").addClass("bb-modal-overlay-open").append(b),p(".bb-modal-overlay").fadeTo(0,1);var t=p(this).attr("data-modal-id-inline");p("#"+t).fadeIn(0).addClass("bb-modal-open");var i=p(e.target).closest(".bb-grid");if(i.find(".bbp-reply-form").length){i.find(".bbp-reply-form").find("#bbp-reply-to-user").html(p(p(this).closest("li").find(".bs-reply-list-item").get(0)).find(".item-meta").find(".bbp-author-name").text());var n=p(this).closest(".bs-reply-list-item").find(".bbp-author-name").text().trim(),o=p(this).closest(".bs-reply-list-item").find(">.bbp-reply-content").text().trim().substring(0,50);if(p(this).closest(".bs-reply-list-item").find(">.bbp-reply-content .bb-activity-media-elem").length){var a=p(this).closest(".bs-reply-list-item").find(">.bbp-reply-content .bb-activity-media-elem .document-helper-text")[0];""!==(a=p(a).text())&&(o=p(this).closest(".bs-reply-list-item").find(">.bbp-reply-content").text().trim().replace(new RegExp(a,"g"),"").substring(0,50).trim());var s=p(this).closest(".bs-reply-list-item").find(">.bbp-reply-content .bb-activity-media-elem").not(".document-activity")[0];""!==(s=p(s).text().trim())&&(o=p(this).closest(".bs-reply-list-item").find(">.bbp-reply-content").text().trim().replace(new RegExp(s,"g"),"").substring(0,50).trim())}if(p(this).closest(".bs-reply-list-item").find(">.bbp-reply-content .bb-activity-media-wrap .bp-video-thumbnail-uploader").length){var r=p(this).closest(".bs-reply-list-item").find(">.bbp-reply-content .bb-activity-media-wrap")[0];""!==(r=p(r).text().trim())&&(o=p(this).closest(".bs-reply-list-item").find(">.bbp-reply-content").text().trim().replace(new RegExp(r,"g"),"").substring(0,50).trim())}if(p(this).closest(".bs-reply-list-item").find(">.bbp-reply-content .bbp-reply-revision-log").length){var l=p(this).closest(".bs-reply-list-item").find(">.bbp-reply-content .bbp-reply-revision-log").text().trim();o=p(this).closest(".bs-reply-list-item").find(">.bbp-reply-content").text().trim().replace(new RegExp(l,"g"),"").substring(0,50).trim()}""!==n&&i.find(".bbp-reply-form").find("#bbp-reply-to-user").text(n);var d=i.find(".bbp-reply-form").find("#bbp-reply-exerpt");""!==o?(d.removeClass("show-empty"),o+="..."):d.addClass("show-empty"),d.text(o);var c=i.find(".bbp-the-content").data("key");void 0!==window.forums_medium_reply_editor&&void 0!==window.forums_medium_reply_editor[c]&&window.forums_medium_reply_editor[c].subscribe("editableInput",function(){""!=p.trim(window.forums_medium_reply_editor[c].getContent()).replace("


    ","")?i.find(".bbp-the-content").removeClass("error"):i.find(".bbp-the-content").addClass("error")})}i.find(".bbp-reply-form").trigger("bbp_after_load_inline_reply_form",{click_event:this})}}),p(document).on("click",".js-modal-close",function(e){e.preventDefault(),p(".bb-modal-box, .bb-modal-overlay").fadeOut(50,function(){p(".bb-modal-overlay").remove()}),p("body").removeClass("popup-modal-reply bb-modal-overlay-open"),p(".bs-reply-list-item.in-focus").removeClass("in-focus"),p(".bb-modal-box").removeClass("bb-modal-open"),p(this).trigger("bbp_after_close_topic_reply_form",{click_event:this})}),p(document).on("click",".bb-modal-overlay",function(e){e.preventDefault(),p("body").removeClass("bb-modal-overlay-open"),p(".bb-modal-box, .bb-modal-overlay").fadeOut(50,function(){p(".bb-modal-overlay").remove()}),p(".bb-modal-box").removeClass("bb-modal-open"),p(document).trigger("bbp_after_close_topic_reply_form_on_overlay",{click_event:this})}),e("bbp_reply_to")&&e("bbp_reply_to")&&(0

    ",""))&&0==n?""===s&&(t.find("#bbp_editor_topic_content").addClass("error"),i=!1):a||""!==p.trim(t.find("#bbp_topic_content").val())||0!=n?(a&&t.find("#bbp_editor_topic_content").removeClass("error"),t.find("#bbp_topic_content").removeClass("error")):""===s&&(t.find("#bbp_topic_content").addClass("error"),i=!1),i?t.submit():t.removeClass("submitting")}),p(".bbp-reply-form form #bbp_reply_submit").on("click",function(e){e.preventDefault();var t=!0,i=p(e.target).closest("form");if(i.find(".bbp-form-anonymous").length&&(""===p.trim(i.find("#bbp_anonymous_author").val())?(i.find("#bbp_anonymous_author").addClass("error"),t=!1):i.find("#bbp_anonymous_author").removeClass("error"),""===p.trim(i.find("#bbp_anonymous_email").val())?(i.find("#bbp_anonymous_email").addClass("error"),t=!1):i.find("#bbp_anonymous_email").removeClass("error")),t){i.find('input[name="bbp_topic_id"]').val();i.submit()}p("body").removeClass("popup-modal-reply"),p(".bs-reply-list-item.in-focus").removeClass("in-focus"),i.find(".bbp_topic_tags_wrapper tags tag").remove()}),p(document).keydown(function(e){if(e.ctrlKey&&13===e.keyCode){var t=p(".bbp-topic-form form"),i=p(".bbp-reply-form form");i.length&&i.find("#bbp_reply_submit").trigger("click"),t.length&&t.find("#bbp_topic_submit").trigger("click")}}),window.addReply={moveForm:function(e,t,i,n){p(".bbp-reply-form").find("#bbp_reply_to").val(t);var o,a=this,s=a.I(e),r=a.I(i),l=a.I("bbp-cancel-reply-to-link"),d=a.I("bbp_reply_to"),c=a.I("bbp_topic_id");if(s&&r&&l&&d){a.respondId=i,n=n||!1,a.I("bbp-temp-form-div")||((o=document.createElement("div")).id="bbp-temp-form-div",o.style.display="none",r.parentNode.insertBefore(o,r)),r.classList.remove("mfp-hide"),s.parentNode.appendChild(r),"undefined"!=typeof tinyMCE&&(tinyMCE.remove(),tinyMCE.init({selector:"textarea.bbp-the-content",menubar:!1,branding:!1,plugins:"image,lists,link",toolbar:"bold italic bullist numlist blockquote link"})),c&&n&&(c.value=n),d.value=t,l.style.display="",l.onclick=function(){var e=addReply,t=e.I("bbp-temp-form-div"),i=e.I(e.respondId);if(t&&i)return e.I("bbp_reply_to").value="0",i.classList.add("mfp-hide"),t.parentNode.insertBefore(i,t),t.parentNode.removeChild(t),this.style.display="none",this.onclick=null,!1};try{a.I("bbp_reply_content").focus()}catch(e){}return!1}},I:function(e){return document.getElementById(e)}}},profileFilterPoint:function(){var e=window.matchMedia("( max-width: 800px )");function t(){e.matches?p("#bp-profile-search-form-outer").prependTo("#buddypress"):p("#bp-profile-search-form-outer").prependTo("#secondary")}e.addEventListener("change",function(e){t()}),t()},heartbeat:function(){(void 0!==bs_data.show_notifications&&"1"==bs_data.show_notifications||void 0!==bs_data.show_messages&&"1"==bs_data.show_messages)&&(p(document).on("heartbeat-send",this.bpHeartbeatSend.bind(this)),p(document).on("heartbeat-tick",this.bpHeartbeatTick.bind(this)))},bpNavDropDown:function(){p("nav .bp-navs__dropdown").change(function(){window.location=p(this).find("option:selected").val()})},scrollToAnchor:function(){if(p("body").hasClass("sticky-header")&&p("body").hasClass("single-post")){var o=p("#masthead").height()+55;if(p(document).on("click",".widget_recent_comments .recentcomments > a, .widget_recent_comments .wp-block-latest-comments__comment-link, .widget.new_blog_comment.bp-latest-activities .activity-time-since",function(e){var t=p(this).attr("href"),i=t.substr(t.indexOf("#")+1),n=p("#"+i);n.length&&(e.preventDefault(),p("html,body").animate({scrollTop:n.offset().top+-o},"slow"),window.history.pushState({},"","#"+i))}),-1 '+t.total_notifications+" ")}else{i=p(".bb-icon-bell"),n=p(i).parent().children(".count");p(n).remove(),p(".notification-header .mark-read-all").fadeOut()}if(void 0!==t.total_unread_messages&&0===parseInt(t.total_unread_messages)){var o=p(".bb-icon-inbox");0<(a=p(o).parent().children(".count")).length&&p(a).remove(),0<(s=p(".bp-messages-nav").find(".count")).length&&s.text(t.total_unread_messages).addClass("bp-hide")}if(void 0!==t.total_unread_messages&&0 '+t.total_unread_messages+" "),0<(s=p(".bp-messages-nav").find(".count")).length&&s.text(t.total_unread_messages).removeClass("bp-hide")}}},p(document).on("ready",function(){BuddyBossTheme.init(),p(".bp-personal-sub-tab #compose").on("click",function(){p(this).parent().toggleClass("current selected")})}),p(".ld-entry-content > .entry-content-wrap .entry-content").addClass("ld-gb-content"),p(".llms-notice > a").click(function(){p(".llms-person-login-form-wrapper").hasClass("llms-person-login-aktif")?(p(".llms-login").css("display","none"),p(".llms-person-login-form-wrapper").removeClass("llms-person-login-aktif")):p(".llms-person-login-form-wrapper").addClass("llms-person-login-aktif")}),p.fn.wrapStart=function(e){var t=this.contents().filter(function(){return 3==this.nodeType}).first(),i=t.text().replace(/\s+/g," ").replace(/^\s|\s$/g,""),n=i.split(" ",e).join(" ");t.length&&(t[0].nodeValue=i.slice(n.length),t.before(""+n+""))},p("#header-my-account-menu").length&&(p("#header-my-account-menu > li").each(function(){if(p(this).hasClass("icon-added"))return p(this).closest("ul").addClass("has-icon"),!1}),p("#header-my-account-menu ul").each(function(){p(this).children("li").each(function(){if(p(this).hasClass("icon-added"))return p(this).closest("ul").addClass("has-icon"),!1})})),p(".admin-bar #wp-admin-bar-my-account-default").length&&p(".admin-bar #wp-admin-bar-my-account-default > li").each(function(){if(p(this).hasClass("menupop"))return p(this).closest("ul").addClass("has-menupop"),!1}),p(document).on("click",".forum_single_action_wrap .forum_single_action_more-wrap",function(e){var t=p(e.currentTarget).closest(".forum_single_action_wrap");t.hasClass("is_visible")?t.removeClass("is_visible"):t.addClass("is_visible")}),p(".buddypress.widget .gamipress-buddypress-user-details-listing").length&&(i(),p(document).on("click",".buddypress.widget .showGamipressData",function(){p(this).parent().find(".GamiPress-data-popup").addClass("is_active"),p(this).closest(".bb-sticky-sidebar").length&&(t=p(this).closest(".bb-sticky-sidebar").attr("style"),p(this).closest(".bb-sticky-sidebar").attr("style",""),p("body").addClass("hide-overflow"))}),p(document).on("heartbeat-tick",function(e,t){setTimeout(function(){i()},1e3)}),p(".widget div#members-list-options a").on("click",function(){setTimeout(function(){i()},3e3)}),p(document).on("click",".buddypress.widget .GamiPress-data-popup .hideGamipressData",function(){p(this).closest(".GamiPress-data-popup").removeClass("is_active"),p(this).closest(".bb-sticky-sidebar").length&&(p(this).closest(".bb-sticky-sidebar").attr("style",t),t="",p("body").removeClass("hide-overflow"))}));p("body").on("bbp_after_load_reply_form",function(e,t){if(p('div[data-component="activity"]').length){var i=p(t.click_event),n=i.closest(".bb-grid").find(".bbp-reply-form");if(n.length){var o=i.data("topic-id"),a=(i.data("author-name"),i.closest("li").find(".activity-discussion-title-wrap a").text());n.closest(".bb-quick-reply-form-wrap").show(),n.css({display:"block"}),n.addClass("bb-modal bb-modal-box"),n.closest(".bb-quick-reply-form-wrap").show(),n.find("#bbp_reply_to").val(0),n.find("#bbp-reply-exerpt").text(a+"..."),n.find('input[name="bbp_topic_id"]').val(o)}}}),p(document).on("bbp_after_submit_reply_form",".bbp-reply-form",function(e,t){if(t.response.success&&p('div[data-component="activity"]').length){var i=p("a[data-topic-id="+t.topic_id+"]").closest("li").find(".activity-discussion-title-wrap").clone();p("a[data-topic-id="+t.topic_id+"]").closest("li").find(".activity-discussion-title-wrap").find("a").attr("href");p(".bbp-reply-form-success-modal").find(".activity-list").html(i),setTimeout(function(){p(".bbp-reply-form-success-modal .view-reply-button a").attr("href",t.response.redirect_url),p(".bbp-reply-form-success-modal").removeAttr("style"),p(".bbp-reply-form-success-modal .bb-modal").css("z-index",999992),p(".bbp-reply-form-success").fadeIn(100)},200)}})}(jQuery);var BBGetQueryVariable=BBGetQueryVariable||function(e,t){if("string"!=typeof e||""==e||void 0===t||""==t)return"";for(var i=e.split("&"),n=0;n$1')}),o(".tribe-events-filters-vertical #tribe_events_filters_form > div:visible:last").addClass("bs-last-filter"),r(),o(window).on("resize",function(){r()}),i=o(".tribe-events-single #tribe-events-footer .tribe-events-nav-next a"),s=o(".tribe-events-single #tribe-events-footer .tribe-events-nav-previous a"),i.text("Next Event"),s.text("Previous Event"),a(),o(document).ajaxComplete(function(){a()}),o("#tribe-bar-date").attr("autocomplete","off")}},o(document).on("ready",function(){BuddyBossThemeTec.init()})}(jQuery); \ No newline at end of file +!function(o){"use strict";window.BuddyBossThemeTec={init:function(){this.eventsCalendar()},eventsCalendar:function(){function e(){var e=o("#tribe-events-content a.tribe-events-ical"),t=e.text().replace("+","");e.text(t)}var t,n,s,i;function r(){var e=o(".bs-organize-sq-fi").height();o(".bs-organize-sq-wr").height()$1')}),o(".tribe-events-filters-vertical #tribe_events_filters_form > div:visible:last").addClass("bs-last-filter"),r(),o(window).on("resize",function(){r()}),s=o(".tribe-events-single #tribe-events-footer .tribe-events-nav-next a"),i=o(".tribe-events-single #tribe-events-footer .tribe-events-nav-previous a"),s.text(buddyboss_theme_tec_js.next_event_string),i.text(buddyboss_theme_tec_js.prev_event_string),a(),o(document).ajaxComplete(function(){a()}),o("#tribe-bar-date").attr("autocomplete","off")}},o(document).on("ready",function(){BuddyBossThemeTec.init()})}(jQuery); \ No newline at end of file diff --git a/web/app/themes/buddyboss-theme/assets/js/plugins/bb-woocommerce.js b/web/app/themes/buddyboss-theme/assets/js/plugins/bb-woocommerce.js index 4ce94316..ccfb0fbb 100644 --- a/web/app/themes/buddyboss-theme/assets/js/plugins/bb-woocommerce.js +++ b/web/app/themes/buddyboss-theme/assets/js/plugins/bb-woocommerce.js @@ -80,7 +80,7 @@ if ( $( this ).is( ':checked' ) ) { $( this ).addClass( "selected_payment_method" ); } else { - removeClass( "selected_payment_method" ); + $( this ).removeClass( "selected_payment_method" ); } } ); @@ -129,21 +129,21 @@ } filterCheckboxes(); - var $couponCode = $( 'form.woocommerce-cart-form .coupon #coupon_code' ); - var $couponCodeBtn = $( 'form.woocommerce-cart-form .coupon .button' ); - $couponCode.keyup( function () { + var couponCode = 'form.woocommerce-cart-form .coupon #coupon_code'; + var couponCodeBtn = 'form.woocommerce-cart-form .coupon .button'; + $( document ).on( 'keyup', couponCode, function () { var empty = false; - $couponCode.each( function () { + $( couponCode ).each( function () { if ( $( this ).val() == '' ) { empty = true; } } ); if ( empty ) { - $couponCodeBtn.removeClass( 'bp-coupon-btn-active' ); + $( couponCodeBtn ).removeClass( 'bp-coupon-btn-active' ); } else { - $couponCodeBtn.addClass( 'bp-coupon-btn-active' ); + $( couponCodeBtn ).addClass( 'bp-coupon-btn-active' ); } } ); @@ -153,6 +153,12 @@ } } ); + $( document.body ).on( 'removed_from_cart', function () { + $( document.body ).one( 'wc_fragments_loaded', function () { + $( '.header-cart-link-wrap.menu-item-has-children' ).addClass( 'selected' ); + } ); + } ); + }, wcProductSlider: function() { diff --git a/web/app/themes/buddyboss-theme/assets/js/plugins/bb-woocommerce.min.js b/web/app/themes/buddyboss-theme/assets/js/plugins/bb-woocommerce.min.js index cfb05888..a8b01c8c 100644 --- a/web/app/themes/buddyboss-theme/assets/js/plugins/bb-woocommerce.min.js +++ b/web/app/themes/buddyboss-theme/assets/js/plugins/bb-woocommerce.min.js @@ -2,4 +2,4 @@ * BuddyBoss Theme JavaScript Library * @package BuddyBoss Theme */ -!function(c){"use strict";window.BuddyBossThemeWc={init:function(){this.wcShop(),this.wcProductSlider()},wcShop:function(){c(".wc-widget-area .widget_product_categories ul.product-categories .cat-item.cat-parent").each(function(){var t=c(this);t.prepend(''),t.is(".current-cat, .current-cat-parent")&&(t.find(".expand-parent").first().addClass("active"),t.addClass("cat-expanded"))}),c(document).on("click","ul.product-categories li span.expand-parent",function(t){var e=c(this),n=e.closest("li.cat-parent").find("ul.children").first();e.toggleClass("active"),n.slideToggle("200")}),c(".wc-widget-area .widget_product_categories ul.product-categories li .count").text(function(t,e){return e.replace(/\(|\)/g,"")}),c("#tab-title-reviews a").html(function(t,e){return e.replace(/\(/g,"").replace(/\)/,"")}),c(document).on("click",'.bs-quantity .quantity-button:not(".limit")',function(){var t=c(this).parents(".bs-quantity").find("input"),e=t.val(),n=e,i=t.attr("min"),a=t.attr("max");0==e&&c(this).parents(".bs-quantity").find(".quantity-down").addClass("limit"),c(this).hasClass("quantity-up")?(c(this).parents(".bs-quantity").find(".quantity-down").removeClass("limit"),parseInt(e)==parseInt(a)-1&&c(this).parents(".bs-quantity").find(".quantity-up").addClass("limit"),n=0===a.length?parseInt(e)+1:parseInt(e)>=parseInt(a)?parseInt(e):parseInt(e)+1):(parseInt(e)==parseInt(i)+1&&c(this).parents(".bs-quantity").find(".quantity-down").addClass("limit"),parseInt(e)<=parseInt(i)?n=parseInt(e):(n=parseInt(e)-1,c(this).parents(".bs-quantity").find(".quantity-up").removeClass("limit"))),c(this).parents(".bs-quantity").find("input").val(parseInt(n)).trigger("change")}),c(document).on("change","form[name='checkout'] input[name='payment_method']",function(){c(this).is(":checked")?c(this).addClass("selected_payment_method"):removeClass("selected_payment_method")}),c(document).on("click","a.push-my-account-nav",function(t){t.preventDefault();c(this);c(this).closest(".woocommerce-MyAccount-navigation").find("ul.woocommerce-MyAccount-menu").slideToggle()}),c(document).on("click","span.wc-widget-area-expand",function(t){c(this);var e=c(this).closest("#secondary");e.find(".wc-widget-area-expandable").slideToggle(),e.find(".widget.widgets_expand").toggleClass("active")}),0',nextArrow:''},setTimeout(function(){c(".woocommerce-product-gallery .flex-control-thumbs").not(".slick-initialized").slick(t)},0)}},c(document).on("ready",function(){BuddyBossThemeWc.init()})}(jQuery); \ No newline at end of file +!function(c){"use strict";window.BuddyBossThemeWc={init:function(){this.wcShop(),this.wcProductSlider()},wcShop:function(){c(".wc-widget-area .widget_product_categories ul.product-categories .cat-item.cat-parent").each(function(){var t=c(this);t.prepend(''),t.is(".current-cat, .current-cat-parent")&&(t.find(".expand-parent").first().addClass("active"),t.addClass("cat-expanded"))}),c(document).on("click","ul.product-categories li span.expand-parent",function(t){var e=c(this),n=e.closest("li.cat-parent").find("ul.children").first();e.toggleClass("active"),n.slideToggle("200")}),c(".wc-widget-area .widget_product_categories ul.product-categories li .count").text(function(t,e){return e.replace(/\(|\)/g,"")}),c("#tab-title-reviews a").html(function(t,e){return e.replace(/\(/g,"").replace(/\)/,"")}),c(document).on("click",'.bs-quantity .quantity-button:not(".limit")',function(){var t=c(this).parents(".bs-quantity").find("input"),e=t.val(),n=e,i=t.attr("min"),a=t.attr("max");0==e&&c(this).parents(".bs-quantity").find(".quantity-down").addClass("limit"),c(this).hasClass("quantity-up")?(c(this).parents(".bs-quantity").find(".quantity-down").removeClass("limit"),parseInt(e)==parseInt(a)-1&&c(this).parents(".bs-quantity").find(".quantity-up").addClass("limit"),n=0===a.length?parseInt(e)+1:parseInt(e)>=parseInt(a)?parseInt(e):parseInt(e)+1):(parseInt(e)==parseInt(i)+1&&c(this).parents(".bs-quantity").find(".quantity-down").addClass("limit"),parseInt(e)<=parseInt(i)?n=parseInt(e):(n=parseInt(e)-1,c(this).parents(".bs-quantity").find(".quantity-up").removeClass("limit"))),c(this).parents(".bs-quantity").find("input").val(parseInt(n)).trigger("change")}),c(document).on("change","form[name='checkout'] input[name='payment_method']",function(){c(this).is(":checked")?c(this).addClass("selected_payment_method"):c(this).removeClass("selected_payment_method")}),c(document).on("click","a.push-my-account-nav",function(t){t.preventDefault();c(this);c(this).closest(".woocommerce-MyAccount-navigation").find("ul.woocommerce-MyAccount-menu").slideToggle()}),c(document).on("click","span.wc-widget-area-expand",function(t){c(this);var e=c(this).closest("#secondary");e.find(".wc-widget-area-expandable").slideToggle(),e.find(".widget.widgets_expand").toggleClass("active")}),0',nextArrow:''},setTimeout(function(){c(".woocommerce-product-gallery .flex-control-thumbs").not(".slick-initialized").slick(t)},0)}},c(document).on("ready",function(){BuddyBossThemeWc.init()})}(jQuery); \ No newline at end of file diff --git a/web/app/themes/buddyboss-theme/assets/js/plugins/bbp-reply-ajax.js b/web/app/themes/buddyboss-theme/assets/js/plugins/bbp-reply-ajax.js index 90e1d710..c5063f6c 100644 --- a/web/app/themes/buddyboss-theme/assets/js/plugins/bbp-reply-ajax.js +++ b/web/app/themes/buddyboss-theme/assets/js/plugins/bbp-reply-ajax.js @@ -27,7 +27,7 @@ jQuery( if ( 'edit' === response.reply_type ) { reply_list_item = '
  • ' + response.content + '
  • '; // in-place editing doesn't work yet, but could (and should) eventually. - $( '#post-' + response.reply_id ).parent( 'li' ).replaceWith( reply_list_item ); + $( '#post-' + response.reply_id ).parent( 'li' ).replaceWith( reply_list_item ).find( 'li' ).each( function() { bbp_reply_hide_single_url( this, '.bbp-reply-content' ); } ); } else { if ( window.bbpReplyAjaxJS.threaded_reply && response.reply_parent && response.reply_parent !== response.reply_id ) { // threaded comment. @@ -49,14 +49,14 @@ jQuery( $parent.append( '<' + list_type + ' class="bbp-threaded-replies">' ); } reply_list_item = '
  • ' + response.content + '
  • '; - $parent.find( '>' + list_type + '.bbp-threaded-replies' ).append( reply_list_item ); + $parent.find( '>' + list_type + '.bbp-threaded-replies' ).append( reply_list_item ).find( 'li' ).each( function() { bbp_reply_hide_single_url( this, '.bbp-reply-content' ); } ); } else { /** * Redirect to last page when anyone reply from begging of the page. */ if ( response.current_page == response.total_pages ) { reply_list_item = '
  • ' + response.content + '
  • '; - $bbpress_forums_element.find( '.bb-single-reply-list' ).append( reply_list_item ); + $bbpress_forums_element.find( '.bb-single-reply-list' ).append( reply_list_item ).find( 'li' ).each( function() { bbp_reply_hide_single_url( this, '.bbp-reply-content' ); } ); } else { var oldRedirectUrl = response.redirect_url; var newRedirectUrl = oldRedirectUrl.substring( 0, oldRedirectUrl.indexOf( '#' ) ); @@ -74,25 +74,31 @@ jQuery( jQuery( window ).scroll(); } // Get all the tags without page reload. - if ( response.tags !== '' ) { + if ( typeof response.tags !== 'undefined' && response.tags !== null ) { var tagsDivSelector = $bbpress_forums_element.find( '.item-tags' ); var tagsDivUlSelector = $bbpress_forums_element.find( '.item-tags ul' ); - if ( tagsDivSelector.css( 'display' ) === 'none' ) { + if ( tagsDivSelector.css( 'display' ) === 'none' && '' !== response.tags ) { tagsDivSelector.append( response.tags ); tagsDivSelector.show(); - } else { + } else if ( '' !== response.tags ) { tagsDivUlSelector.remove(); tagsDivSelector.append( response.tags ); + } else { + tagsDivSelector.hide(); + tagsDivUlSelector.remove(); } } - if ( reply_list_item != '' ) { - $( 'body' ).animate( - { - scrollTop: $( '#post-' + response.reply_id ).offset().top - }, - 500 - ); + if ( '' !== reply_list_item ) { + + if ( 0 < $( '#post-' + response.reply_id ).length ) { + $( 'body' ).animate( + { + scrollTop: $( '#post-' + response.reply_id ).offset().top + }, + 500 + ); + } setTimeout( function () { $( reply_list_item ).removeClass( 'highlight' ); @@ -242,6 +248,42 @@ jQuery( } } } + + function bbp_reply_hide_single_url( container, selector ) { + var _findtext = $( container ).find( selector + ' > p' ).removeAttr( 'br' ).removeAttr( 'a' ).text(); + var _url = '', + newString = '', + startIndex = '', + _is_exist = 0; + if ( 0 <= _findtext.indexOf( 'http://' ) ) { + startIndex = _findtext.indexOf( 'http://' ); + _is_exist = 1; + } else if ( 0 <= _findtext.indexOf( 'https://' ) ) { + startIndex = _findtext.indexOf( 'https://' ); + _is_exist = 1; + } else if ( 0 <= _findtext.indexOf( 'www.' ) ) { + startIndex = _findtext.indexOf( 'www' ); + _is_exist = 1; + } + if ( 1 === _is_exist ) { + for ( var i = startIndex; i < _findtext.length; i++ ) { + if ( _findtext[ i ] === ' ' || _findtext[ i ] === '\n' ) { + break; + } else { + _url += _findtext[ i ]; + } + } + + if ( _url !== '' ) { + newString = $.trim( _findtext.replace( _url, '' ) ); + } + + if ( $.trim( newString ).length === 0 && $( container ).find( 'iframe' ).length !== 0 && _url !== '' ) { + $( container ).find( selector + ' > p:first' ).hide(); + } + } + } + if ( !$( 'body' ).hasClass( 'reply-edit' ) ) { $( document ).on( 'submit', diff --git a/web/app/themes/buddyboss-theme/assets/js/plugins/bbp-reply-ajax.min.js b/web/app/themes/buddyboss-theme/assets/js/plugins/bbp-reply-ajax.min.js index b01b57ab..89d57424 100644 --- a/web/app/themes/buddyboss-theme/assets/js/plugins/bbp-reply-ajax.min.js +++ b/web/app/themes/buddyboss-theme/assets/js/plugins/bbp-reply-ajax.min.js @@ -2,4 +2,4 @@ * BuddyBoss Theme JavaScript Library * @package BuddyBoss Theme */ -jQuery(function(k){function C(e,i,o){if(e.find(".bbp-reply-form form").find("#bbp-template-notices").html(""),"undefined"!=typeof bp&&void 0!==bp.Nouveau&&void 0!==bp.Nouveau.Media){e.find(".gif-media-search-dropdown").removeClass("open"),e.find("#whats-new-toolbar .toolbar-button").removeClass("active disable");var t=e.find("#whats-new-attachments .forums-attached-gif-container");t.length&&(t.addClass("closed"),t.find(".gif-image-container img").attr("src",""),t[0].style=""),e.find("#bbp_media_gif").length&&e.find("#bbp_media_gif").val(""),void 0!==i&&o&&(void 0!==bp.Nouveau.Media.dropzone_obj[i]&&(bp.Nouveau.Media.dropzone_obj[i].destroy(),bp.Nouveau.Media.dropzone_obj.splice(i,1),bp.Nouveau.Media.dropzone_media.splice(i,1)),e.find('div#forums-post-media-uploader[data-key="'+i+'"]').html(""),e.find('div#forums-post-media-uploader[data-key="'+i+'"]').addClass("closed").removeClass("open"),e.find('div#forums-post-document-uploader[data-key="'+i+'"]').html(""),e.find('div#forums-post-document-uploader[data-key="'+i+'"]').addClass("closed").removeClass("open"),e.find('div#forums-post-video-uploader[data-key="'+i+'"]').html(""),e.find('div#forums-post-video-uploader[data-key="'+i+'"]').addClass("closed").removeClass("open"))}}k("body").hasClass("reply-edit")||k(document).on("submit",".bbp-reply-form form",function(e){if(e.preventDefault(),k(this).hasClass("submitting"))return!1;k(this).addClass("submitting");var i=!0,o=!0,t=k(e.target).find(".bbp-the-content").data("key"),d=!1;void 0!==window.forums_medium_reply_editor&&void 0!==window.forums_medium_reply_editor[t]&&(d=window.forums_medium_reply_editor[t]),(0'+d.content+"",k("#post-"+d.reply_id).parent("li").replaceWith(e);else{if(window.bbpReplyAjaxJS.threaded_reply&&d.reply_parent&&d.reply_parent!==d.reply_id){var o=null,t="1";if(k("#post-"+d.reply_parent).parent("li").data("depth")==window.bbpReplyAjaxJS.threaded_reply_depth){var r=parseInt(window.bbpReplyAjaxJS.threaded_reply_depth)-1;o=k("#post-"+d.reply_parent).closest("li.depth-"+r),t=window.bbpReplyAjaxJS.threaded_reply_depth}else o=k("#post-"+d.reply_parent).parent("li"),t=parseInt(o.data("depth"))+1;var n="ul";g.find(".bb-single-reply-list").is("ol")&&(n="ol"),o.find(">"+n+".bbp-threaded-replies").length||o.append("<"+n+' class="bbp-threaded-replies">"),e='
  • '+d.content+"
  • ",o.find(">"+n+".bbp-threaded-replies").append(e)}else if(d.current_page==d.total_pages)e='
  • '+d.content+"
  • ",g.find(".bb-single-reply-list").append(e);else{var a=d.redirect_url,p=a.substring(0,a.indexOf("#"));i.length||i.is(":visible")||(window.location.href=p)}jQuery(window).scroll()}if(""!==d.tags){var l=g.find(".item-tags"),s=g.find(".item-tags ul");"none"===l.css("display")?(l.append(d.tags),l.show()):(s.remove(),l.append(d.tags))}""!=e&&(k("body").animate({scrollTop:k("#post-"+d.reply_id).offset().top},500),setTimeout(function(){k(e).removeClass("highlight")},2e3));var m=g.find(".bbp-reply-form form").find("#forums-post-media-uploader").data("key"),b=!1;if("undefined"!=typeof bp&&void 0!==bp.Nouveau&&void 0!==bp.Nouveau.Media&&void 0!==bp.Nouveau.Media.dropzone_media&&void 0!==bp.Nouveau.Media.dropzone_media[m]&&bp.Nouveau.Media.dropzone_media[m].length){b=!0;for(var u=0;u'),k(".bb-modal-overlay").fadeTo(0,1);var a=i.closest(".bb-grid .content-area"),p='
    '+window.bbpReplyAjaxJS.reply_to_text+' '+n+'...
    ';a.append(p),a.find(".bb-quick-reply-form-wrap").show(0).find(".bbp-reply-form").addClass("bb-modal bb-modal-box").show(0),a.find(".bb-quick-reply-form-wrap .bbp-the-content-wrapper").addClass("loading").show(0);var l={action:"quick_reply_ajax",topic_id:r,group_id:d,"bbp-ajax":1};k.post(ajaxurl,l,function(e){if(a.append(e),a.find("div.bb-quick-reply-form-wrap").length){var i=a.find('div.bb-quick-reply-form-wrap[data-component="activity"');if(i.show(),i.not('[data-component="activity"]').hide(),i.find(".bbp-reply-form").length&&(i.find(".bbp-reply-form").addClass("bb-modal bb-modal-box"),i.find(".bbp-reply-form").show(),i.find(".bbp-reply-form").find("#bbp-reply-exerpt").text(n+"..."),i.find(".bbp-reply-form").find("#bbp_topic_id").val(r),s.addSelect2(i),s.addEditor(i),"undefined"!=typeof bp&&void 0!==bp.Nouveau&&void 0!==bp.Nouveau.Media)){if(void 0!==bp.Nouveau.Media.options){var o=i.find(".bbp-reply-form").find(".forum-post-media-template").length?i.find(".bbp-reply-form").find(".forum-post-media-template")[0].innerHTML:"";bp.Nouveau.Media.options.previewTemplate=o}if(void 0!==bp.Nouveau.Media.documentOptions){var t=i.find(".bbp-reply-form").find(".forum-post-document-template").length?i.find(".bbp-reply-form").find(".forum-post-document-template")[0].innerHTML:"";bp.Nouveau.Media.documentOptions.previewTemplate=t}if(void 0!==bp.Nouveau.Media.videoOptions){var d=i.find(".bbp-reply-form").find(".forum-post-video-template").length?i.find(".bbp-reply-form").find(".forum-post-video-template")[0].innerHTML:"";bp.Nouveau.Media.videoOptions.previewTemplate=d}}i.find(".bbp-no-reply").length&&(i.find(".bbp-no-reply").addClass("bb-modal bb-modal-box"),i.find(".bbp-no-reply").show())}})})},addSelect2:function(e){var i=e.find(".bbp_topic_tags_dropdown"),d=[];i.length&&(i.select2({placeholder:i.attr("placeholder"),dropdownParent:i.closest("form").parent(),minimumInputLength:1,closeOnSelect:!0,tags:!0,language:"undefined"!=typeof bp_select2&&void 0!==bp_select2.lang?bp_select2.lang:"en",dropdownCssClass:"bb-select-dropdown bb-tag-list-dropdown",containerCssClass:"bb-select-container",tokenSeparators:[","," "],ajax:{url:bbpCommonJsData.ajax_url,dataType:"json",delay:1e3,data:function(e){return k.extend({},e,{_wpnonce:bbpCommonJsData.nonce,action:"search_tags"})},cache:!0,processResults:function(t){return!1===k.isEmptyObject(d)&&k.each(d,function(e,i){for(var o=0;o/gi,"\n").replace(/<\/div>/gi,""))).replace(/ /g," "),""!==jQuery("

    "+t+"

    ").text()||0<=t.indexOf("emojioneemoji")?jQuery(d).closest("form").addClass("has-content"):jQuery(d).closest("form").removeClass("has-content"),!_.isUndefined(BP_Nouveau.forums.params.link_preview)&&BP_Nouveau.forums.params.link_preview&&(null!=window.forums_medium_reply_editor[r].linkTimeout&&clearTimeout(window.forums_medium_reply_editor[r].linkTimeout),window.forums_medium_reply_editor[r].linkTimeout=setTimeout(function(){var e=jQuery(d).closest("form");window.forums_medium_reply_editor[r].linkTimeout=null,bp.Nouveau.linkPreviews.currentTarget=window.forums_medium_reply_editor[r],bp.Nouveau.linkPreviews.scrapURL(i.val(),e.find("#whats-new-attachments"),e.find("#link_preview_data"))},500))}),!_.isUndefined(BP_Nouveau.forums.params.link_preview)&&BP_Nouveau.forums.params.link_preview){var i=jQuery(d).closest("form").find("#link_preview_data");0 .post-emoji"),autocomplete:!1,pickerPosition:"bottom",hidePickerOnBlur:!0,useInternalCDN:!1,events:{ready:function(){void 0!==window.forums_medium_topic_editor&&void 0!==window.forums_medium_topic_editor[t]&&window.forums_medium_topic_editor[t].resetContent(),void 0!==window.forums_medium_reply_editor&&void 0!==window.forums_medium_reply_editor[t]&&window.forums_medium_reply_editor[t].resetContent(),void 0!==window.forums_medium_forum_editor&&void 0!==window.forums_medium_forum_editor[t]&&window.forums_medium_forum_editor[t].resetContent()},emojibtn_click:function(){void 0!==window.forums_medium_topic_editor&&void 0!==window.forums_medium_topic_editor[t]&&window.forums_medium_topic_editor[t].checkContentChanged(),void 0!==window.forums_medium_reply_editor&&void 0!==window.forums_medium_reply_editor[t]&&window.forums_medium_reply_editor[t].checkContentChanged(),void 0!==window.forums_medium_forum_editor&&void 0!==window.forums_medium_forum_editor[t]&&window.forums_medium_forum_editor[t].checkContentChanged(),void 0===window.forums_medium_topic_editor&&k("#"+o).keyup(),k("#"+o)[0].emojioneArea.hidePicker()},search_keypress:function(){var e=this.search.val().toLowerCase();this.search.val(e)}}})}),void 0===window.forums_medium_reply_editor&&jQuery("#bbp_reply_content").on("keyup",function(){""!==jQuery("#bbp_reply_content").val().trim()?jQuery(this).closest("form").addClass("has-content"):jQuery(this).closest("form").removeClass("has-content")})},moveToReply:function(){if(0 p").removeAttr("br").removeAttr("a").text(),t="",d="",n="",r=0;if(0<=o.indexOf("http://")?(n=o.indexOf("http://"),r=1):0<=o.indexOf("https://")?(n=o.indexOf("https://"),r=1):0<=o.indexOf("www.")&&(n=o.indexOf("www"),r=1),1===r){for(var a=n;a p:first").hide()}}k("body").hasClass("reply-edit")||k(document).on("submit",".bbp-reply-form form",function(e){if(e.preventDefault(),k(this).hasClass("submitting"))return!1;k(this).addClass("submitting");var i=!0,o=!0,t=k(e.target).find(".bbp-the-content").data("key"),d=!1;void 0!==window.forums_medium_reply_editor&&void 0!==window.forums_medium_reply_editor[t]&&(d=window.forums_medium_reply_editor[t]),(0'+d.content+"",k("#post-"+d.reply_id).parent("li").replaceWith(e).find("li").each(function(){j(this,".bbp-reply-content")});else{if(window.bbpReplyAjaxJS.threaded_reply&&d.reply_parent&&d.reply_parent!==d.reply_id){var o=null,t="1";if(k("#post-"+d.reply_parent).parent("li").data("depth")==window.bbpReplyAjaxJS.threaded_reply_depth){var n=parseInt(window.bbpReplyAjaxJS.threaded_reply_depth)-1;o=k("#post-"+d.reply_parent).closest("li.depth-"+n),t=window.bbpReplyAjaxJS.threaded_reply_depth}else o=k("#post-"+d.reply_parent).parent("li"),t=parseInt(o.data("depth"))+1;var r="ul";g.find(".bb-single-reply-list").is("ol")&&(r="ol"),o.find(">"+r+".bbp-threaded-replies").length||o.append("<"+r+' class="bbp-threaded-replies">"),e='
  • '+d.content+"
  • ",o.find(">"+r+".bbp-threaded-replies").append(e).find("li").each(function(){j(this,".bbp-reply-content")})}else if(d.current_page==d.total_pages)e='
  • '+d.content+"
  • ",g.find(".bb-single-reply-list").append(e).find("li").each(function(){j(this,".bbp-reply-content")});else{var a=d.redirect_url,p=a.substring(0,a.indexOf("#"));i.length||i.is(":visible")||(window.location.href=p)}jQuery(window).scroll()}if(void 0!==d.tags&&null!==d.tags){var l=g.find(".item-tags"),s=g.find(".item-tags ul");"none"===l.css("display")&&""!==d.tags?(l.append(d.tags),l.show()):""!==d.tags?(s.remove(),l.append(d.tags)):(l.hide(),s.remove())}""!==e&&(0'),k(".bb-modal-overlay").fadeTo(0,1);var a=i.closest(".bb-grid .content-area"),p='
    '+window.bbpReplyAjaxJS.reply_to_text+' '+r+'...
    ';a.append(p),a.find(".bb-quick-reply-form-wrap").show(0).find(".bbp-reply-form").addClass("bb-modal bb-modal-box").show(0),a.find(".bb-quick-reply-form-wrap .bbp-the-content-wrapper").addClass("loading").show(0);var l={action:"quick_reply_ajax",topic_id:n,group_id:d,"bbp-ajax":1};k.post(ajaxurl,l,function(e){if(a.append(e),a.find("div.bb-quick-reply-form-wrap").length){var i=a.find('div.bb-quick-reply-form-wrap[data-component="activity"');if(i.show(),i.not('[data-component="activity"]').hide(),i.find(".bbp-reply-form").length&&(i.find(".bbp-reply-form").addClass("bb-modal bb-modal-box"),i.find(".bbp-reply-form").show(),i.find(".bbp-reply-form").find("#bbp-reply-exerpt").text(r+"..."),i.find(".bbp-reply-form").find("#bbp_topic_id").val(n),s.addSelect2(i),s.addEditor(i),"undefined"!=typeof bp&&void 0!==bp.Nouveau&&void 0!==bp.Nouveau.Media)){if(void 0!==bp.Nouveau.Media.options){var o=i.find(".bbp-reply-form").find(".forum-post-media-template").length?i.find(".bbp-reply-form").find(".forum-post-media-template")[0].innerHTML:"";bp.Nouveau.Media.options.previewTemplate=o}if(void 0!==bp.Nouveau.Media.documentOptions){var t=i.find(".bbp-reply-form").find(".forum-post-document-template").length?i.find(".bbp-reply-form").find(".forum-post-document-template")[0].innerHTML:"";bp.Nouveau.Media.documentOptions.previewTemplate=t}if(void 0!==bp.Nouveau.Media.videoOptions){var d=i.find(".bbp-reply-form").find(".forum-post-video-template").length?i.find(".bbp-reply-form").find(".forum-post-video-template")[0].innerHTML:"";bp.Nouveau.Media.videoOptions.previewTemplate=d}}i.find(".bbp-no-reply").length&&(i.find(".bbp-no-reply").addClass("bb-modal bb-modal-box"),i.find(".bbp-no-reply").show())}})})},addSelect2:function(e){var i=e.find(".bbp_topic_tags_dropdown"),d=[];i.length&&(i.select2({placeholder:i.attr("placeholder"),dropdownParent:i.closest("form").parent(),minimumInputLength:1,closeOnSelect:!0,tags:!0,language:"undefined"!=typeof bp_select2&&void 0!==bp_select2.lang?bp_select2.lang:"en",dropdownCssClass:"bb-select-dropdown bb-tag-list-dropdown",containerCssClass:"bb-select-container",tokenSeparators:[","," "],ajax:{url:bbpCommonJsData.ajax_url,dataType:"json",delay:1e3,data:function(e){return k.extend({},e,{_wpnonce:bbpCommonJsData.nonce,action:"search_tags"})},cache:!0,processResults:function(t){return!1===k.isEmptyObject(d)&&k.each(d,function(e,i){for(var o=0;o/gi,"\n").replace(/<\/div>/gi,""))).replace(/ /g," "),""!==jQuery("

    "+t+"

    ").text()||0<=t.indexOf("emojioneemoji")?jQuery(d).closest("form").addClass("has-content"):jQuery(d).closest("form").removeClass("has-content"),!_.isUndefined(BP_Nouveau.forums.params.link_preview)&&BP_Nouveau.forums.params.link_preview&&(null!=window.forums_medium_reply_editor[n].linkTimeout&&clearTimeout(window.forums_medium_reply_editor[n].linkTimeout),window.forums_medium_reply_editor[n].linkTimeout=setTimeout(function(){var e=jQuery(d).closest("form");window.forums_medium_reply_editor[n].linkTimeout=null,bp.Nouveau.linkPreviews.currentTarget=window.forums_medium_reply_editor[n],bp.Nouveau.linkPreviews.scrapURL(i.val(),e.find("#whats-new-attachments"),e.find("#link_preview_data"))},500))}),!_.isUndefined(BP_Nouveau.forums.params.link_preview)&&BP_Nouveau.forums.params.link_preview){var i=jQuery(d).closest("form").find("#link_preview_data");0 .post-emoji"),autocomplete:!1,pickerPosition:"bottom",hidePickerOnBlur:!0,useInternalCDN:!1,events:{ready:function(){void 0!==window.forums_medium_topic_editor&&void 0!==window.forums_medium_topic_editor[t]&&window.forums_medium_topic_editor[t].resetContent(),void 0!==window.forums_medium_reply_editor&&void 0!==window.forums_medium_reply_editor[t]&&window.forums_medium_reply_editor[t].resetContent(),void 0!==window.forums_medium_forum_editor&&void 0!==window.forums_medium_forum_editor[t]&&window.forums_medium_forum_editor[t].resetContent()},emojibtn_click:function(){void 0!==window.forums_medium_topic_editor&&void 0!==window.forums_medium_topic_editor[t]&&window.forums_medium_topic_editor[t].checkContentChanged(),void 0!==window.forums_medium_reply_editor&&void 0!==window.forums_medium_reply_editor[t]&&window.forums_medium_reply_editor[t].checkContentChanged(),void 0!==window.forums_medium_forum_editor&&void 0!==window.forums_medium_forum_editor[t]&&window.forums_medium_forum_editor[t].checkContentChanged(),void 0===window.forums_medium_topic_editor&&k("#"+o).keyup(),k("#"+o)[0].emojioneArea.hidePicker()},search_keypress:function(){var e=this.search.val().toLowerCase();this.search.val(e)}}})}),void 0===window.forums_medium_reply_editor&&jQuery("#bbp_reply_content").on("keyup",function(){""!==jQuery("#bbp_reply_content").val().trim()?jQuery(this).closest("form").addClass("has-content"):jQuery(this).closest("form").removeClass("has-content")})},moveToReply:function(){if(0 1 ) { + if ( current_page > 1 && ! $( 'body' ).hasClass( 'bp-user' ) ) { new_url += 'page/' + current_page + '/'; } @@ -272,12 +256,7 @@ new_url = bs_data.learndash.course_archive_url; } - // view. - var view = 'list'; - if ( $form.find( '.layout-grid-view' ).hasClass( 'active' ) ) { - view = 'grid'; - } - data += '&view=' + view + '&request_url=' + encodeURIComponent( new_url ); + data += '&request_url=' + encodeURIComponent( new_url ); var order = $form.data( 'order' ); if ( typeof order !== 'undefined' && order !== false ) { @@ -295,6 +274,11 @@ url : bs_data.ajaxurl, data : data + '&action=buddyboss_lms_get_courses&_wpnonce=' + bs_data.learndash.nonce_get_courses, success : function ( response ) { + if ( !_.isUndefined( response.data.layout ) ) { + $( '.layout-view' ).removeClass( 'active' ); + $( '.layout-' + response.data.layout + '-view' ).addClass( 'active' ); + } + var current_page = $form.find( '[name="current_page"]' ).val(); if ( isNaN( current_page ) ) { current_page = 1; @@ -302,7 +286,7 @@ if ( '/' !== new_url.substr( -1 ) ) { new_url += '/'; } - if ( current_page > 1 ) { + if ( current_page > 1 && ! $( 'body' ).hasClass( 'bp-user' ) ) { new_url += 'page/' + current_page + '/'; } @@ -322,6 +306,11 @@ } } $( '.courses-nav' ).find( '.bb-icon-loader' ).remove(); + + // Scroll to course listing top. + $( 'html, body' ).animate( { + scrollTop: $form.offset().top - 150 + }, 400 ); } } ); @@ -370,9 +359,14 @@ $( document ).on( 'click', - '#bb-course-list-grid-filters .grid-filters a', + '#bb-course-list-grid-filters .grid-filters a:not(.active)', function ( e ) { e.preventDefault(); + + if ( BBLMS.ajax_request ) { + BBLMS.ajax_request.abort(); + } + $( '#bb-course-list-grid-filters .grid-filters a' ).removeClass( 'active' ); $( e.currentTarget ).addClass( 'active' ); var view = $( e.currentTarget ).data( 'view' ); @@ -387,11 +381,12 @@ selector.addClass( view + '-view' ); - $.ajax( + BBLMS.ajax_request = $.ajax( { - method : 'GET', + method : 'POST', url : bs_data.ajaxurl, - data : 'action=buddyboss_lms_save_view&option=bb_theme_learndash_grid_list&type=' + view, + nonce : bs_data.nonce_list_grid, + data : 'action=buddyboss_lms_save_view&option=bb_layout_view&object=' + $( this ).parent().attr( 'data-view' ) + '&type=' + view + '&nonce=' + bs_data.nonce_list_grid, success : function ( response ) { } } @@ -468,6 +463,10 @@ function ( e ) { e.preventDefault(); + if ( BBLMS.ajax_request ) { + BBLMS.ajax_request.abort(); + } + $( this ).closest( '.component-navigation' ).find( '> li' ).removeClass( 'selected' ); $( this ).closest( 'li' ).addClass( 'selected' ).append( '' ); @@ -510,6 +509,11 @@ 'submit', function(e){ e.preventDefault(); + + if ( BBLMS.ajax_request ) { + BBLMS.ajax_request.abort(); + } + window.BBLMS.fetchCourses( e.target ); return false; } @@ -949,20 +953,6 @@ ); }, - courseViewCookie: function () { - $( '#bb-courses-directory-form .layout-grid-view' ).click( - function () { - $.cookie( 'courseview', 'grid' ); - } - ); - - $( '#bb-courses-directory-form .layout-list-view' ).click( - function () { - $.cookie( 'courseview', 'list' ); - } - ); - }, - bbStickyLdSidebar: function () { function ldSaidebarPosition() { var bbHeaderHeight = $( '#masthead' ).outerHeight(); @@ -1140,6 +1130,7 @@ $( document ).ready( function () { + window.BBLMS.ajax_request = null; window.BBLMS.init(); } ); diff --git a/web/app/themes/buddyboss-theme/assets/js/plugins/learndash.min.js b/web/app/themes/buddyboss-theme/assets/js/plugins/learndash.min.js index bc2daafb..7e85eae7 100644 --- a/web/app/themes/buddyboss-theme/assets/js/plugins/learndash.min.js +++ b/web/app/themes/buddyboss-theme/assets/js/plugins/learndash.min.js @@ -2,4 +2,4 @@ * BuddyBoss Theme JavaScript Library * @package BuddyBoss Theme */ -!function(d){"use strict";window.BBLMS={init:function(){this.switchLdGridList(),this.toggleTheme(),this.learnDashSidePanel(),this.lms_user_profile_js(),this.lms_single_course(),this.course_archive_js(),this.quizDetails(),this.quizUpload(),this.setElementorSpacing(),this.courseViewCookie(),this.bbStickyLdSidebar(),this.singleLesson(),this.singleTopic(),this.singleQuiz(),this.showMoreParticipants(),this.inforBarStatus()},switchLdGridList:function(){var t=d(".bb-course-items:not(.is-cover)");if(window.sessionStorage){var e=sessionStorage.getItem("course-view");null==e&&(sessionStorage.setItem("course-view","grid"),e=sessionStorage.getItem("course-view")),d(".layout-view-course").removeClass("active"),t.removeClass("grid-view"),t.removeClass("bb-grid"),t.removeClass("list-view"),t.removeClass("bb-list"),"grid"===e?(d(".layout-view-course.layout-grid-view").addClass("active"),t.addClass("grid-view"),t.addClass("bb-grid")):(d(".layout-view-course.layout-list-view").addClass("active"),t.addClass("list-view"),t.addClass("bb-list"))}d(document).on("click",".grid-filters .layout-view-course",function(e){e.preventDefault(),t=d(e.target).closest("form").find(".bb-course-items:not(.is-cover)"),d(this).hasClass("layout-list-view")?(window.sessionStorage&&sessionStorage.setItem("course-view","list"),d(".layout-view-course").removeClass("active"),t.removeClass("grid-view"),t.removeClass("bb-grid"),t.removeClass("list-view"),t.removeClass("bb-list"),d(".layout-view-course.layout-list-view").addClass("active"),t.addClass("list-view"),t.addClass("bb-list"),d.ajax({method:"GET",url:bs_data.ajaxurl,data:"action=buddyboss_lms_save_view&option=bb_theme_learndash_grid_list&type=list",success:function(e){}})):(window.sessionStorage&&sessionStorage.setItem("course-view","grid"),d(".layout-view-course").removeClass("active"),t.removeClass("grid-view"),t.removeClass("bb-grid"),t.removeClass("list-view"),t.removeClass("bb-list"),d(".layout-view-course.layout-grid-view").addClass("active"),t.addClass("grid-view"),t.addClass("bb-grid"),d.ajax({method:"GET",url:bs_data.ajaxurl,data:"action=buddyboss_lms_save_view&option=bb_theme_learndash_grid_list&type=grid",success:function(e){}}))})},showMoreParticipants:function(){var e=d(".lms-course-members-list .lms-course-sidebar-heading .lms-count").text(),t=2,s=d(".lms-course-members-list #buddyboss_theme_learndash_course_participants_course_id").val(),a=d(".lms-course-members-list .bb-course-member-wrap .lme-more i"),i=d(".lms-course-members-list .bb-course-member-wrap .lme-more");d(".lms-course-members-list").on("click",".bb-course-member-wrap .lme-more",function(){d(this).hasClass("loading-members")||(d(this).addClass("loading-members"),a.removeClass("bb-icon-angle-down"),a.addClass("bb-icon-spin"),a.addClass("animate-spin"),d(".lms-course-members-list .bb-course-member-wrap .lme-less").hide(),d.ajax({method:"GET",url:bs_data.ajaxurl,data:"action=buddyboss_lms_get_course_participants&_wpnonce="+bs_data.learndash.nonce_get_courses+"&total="+e+"&page="+t+"&course="+s,success:function(e){d(".lms-course-members-list .bb-course-member-wrap .course-members-list.course-members-list-extra").show(),d(".lms-course-members-list .bb-course-member-wrap .course-members-list-extra").append(e.data.html),d(window).trigger("resize"),"false"===e.data.show_more&&d(".lms-course-members-list .bb-course-member-wrap .lme-more").remove(),t=e.data.page,0===d(".ld-sidebar-widgets").length&&d(".lms-topic-sidebar-wrapper .lms-topic-sidebar-data").animate({scrollTop:d(document).height()},1e3),a.addClass("bb-icon-angle-down"),a.removeClass("bb-icon-spin"),a.removeClass("animate-spin"),i.removeClass("loading-members")}}))})},fetchCourses:function(e){var a=d("#bb-courses-directory-form");void 0!==e&&0 li").each(function(){d(this).removeClass("selected"),BBGetUrlParameter(d(this).find(" > a").attr("href"),"type")===e.state.type&&d(this).addClass("selected")})}},d(document).on("click","#bb-course-list-grid-filters .grid-filters a",function(e){e.preventDefault(),d("#bb-course-list-grid-filters .grid-filters a").removeClass("active"),d(e.currentTarget).addClass("active");var t=d(e.currentTarget).data("view"),s=d(".ld-course-list-content");s.hasClass("list-view")&&s.removeClass("list-view"),s.hasClass("grid-view")&&s.removeClass("grid-view"),s.addClass(t+"-view"),d.ajax({method:"GET",url:bs_data.ajaxurl,data:"action=buddyboss_lms_save_view&option=bb_theme_learndash_grid_list&type="+t,success:function(e){}})}),d(document).ready(function(){if(d("body #bb-course-list-grid-filters").length){var e="";e=d("#bb-course-list-grid-filters .grid-filters .layout-grid-view").hasClass("active")?"grid-view":"list-view",d(".ld-course-list-content").addClass(e)}}),d(document).on("change","#bb-courses-directory-form [name='orderby'], #bb-courses-directory-form [name='filter-categories'], #bb-courses-directory-form [name='filter-instructors']",function(e){e.preventDefault(),window.BBLMS.fetchCourses(e.target)}),d(document).on("click","#bb-courses-directory-form .bs-sort-button",function(e){e.preventDefault(),e.currentTarget.classList.toggle("active"),d("#bs-courses-order-by").toggleClass("open")}),d(document).on("click","#bb-courses-directory-form .bb-lms-pagination a.page-numbers",function(e){e.preventDefault();var t=1,s=d(this).attr("href").split("/");if(0").attr({type:"hidden",name:"current_page"}).appendTo(d(this).closest("form")),d(this).closest("form").find('[name="current_page"]').val(t),window.BBLMS.fetchCoursesPagination(e.target)}),d(document).on("click","#bb-courses-directory-form .component-navigation a:not(.more-button)",function(e){e.preventDefault(),d(this).closest(".component-navigation").find("> li").removeClass("selected"),d(this).closest("li").addClass("selected").append('');var t=BBGetUrlParameter(d(this).attr("href"),"type");d(this).closest("form").find('[name="type"]').val(t),d(this).closest("form").find('[name="current_page"]').val(1),window.BBLMS.fetchCourses(e.target)}),document.addEventListener("click",function(e){var t=d("#course-order-dropdown"),s=e.target;if(t===s&&t.contains(s))return!1;for(var a=d("#bb-courses-directory-form .bs-dropdown"),i=d("#bb-courses-directory-form .bs-dropdown-link"),o=0;o'+bs_data.translation.choose_a_file_label+"")}),d("input.wpProQuiz_upload_essay[type=file]").change(function(e){var t=d(this);t.next().html(t.val());0===t.val().length?t.next().html(bs_data.translation.choose_a_file_label):t.next().html(t.val().replace(/C:\\fakepath\\/i,""))})}e(),d(document).ajaxComplete(function(){e()})},courseViewCookie:function(){d("#bb-courses-directory-form .layout-grid-view").click(function(){d.cookie("courseview","grid")}),d("#bb-courses-directory-form .layout-list-view").click(function(){d.cookie("courseview","list")})},bbStickyLdSidebar:function(){function e(){var e=d("#masthead").outerHeight();if(820'+a+"";s+="",t.html(s)}},StyleInputQuestion:function(){function e(){d('.wpProQuiz_questionInput:not([type="text"]):not([type="email"]):not([type="tel"]):not([type="date"])').each(function(){d(this).hasClass("bbstyled")||d(this).addClass("bbstyled").after('')})}e(),d(document).ajaxComplete(function(){e()})},singleLesson:function(){document.getElementById("learndash-page-content")&&d("#learndash-page-content").scroll(function(){d(window).trigger("resize")})},singleTopic:function(){var e=d("body.single-sfwd-topic .lms-topic-item.current");e.length&&(e.closest("div").show(),e.parents().closest("li").removeClass("lms-lesson-turnover"));for(var t=[".sfwd-lessons-template-default",".sfwd-topic-template-default",".sfwd-quiz-template-default"],s=0;s li").each(function(){d(this).removeClass("selected"),BBGetUrlParameter(d(this).find(" > a").attr("href"),"type")===e.state.type&&d(this).addClass("selected")})}},d(document).on("click","#bb-course-list-grid-filters .grid-filters a:not(.active)",function(e){e.preventDefault(),BBLMS.ajax_request&&BBLMS.ajax_request.abort(),d("#bb-course-list-grid-filters .grid-filters a").removeClass("active"),d(e.currentTarget).addClass("active");var t=d(e.currentTarget).data("view"),s=d(".ld-course-list-content");s.hasClass("list-view")&&s.removeClass("list-view"),s.hasClass("grid-view")&&s.removeClass("grid-view"),s.addClass(t+"-view"),BBLMS.ajax_request=d.ajax({method:"POST",url:bs_data.ajaxurl,nonce:bs_data.nonce_list_grid,data:"action=buddyboss_lms_save_view&option=bb_layout_view&object="+d(this).parent().attr("data-view")+"&type="+t+"&nonce="+bs_data.nonce_list_grid,success:function(e){}})}),d(document).ready(function(){if(d("body #bb-course-list-grid-filters").length){var e="";e=d("#bb-course-list-grid-filters .grid-filters .layout-grid-view").hasClass("active")?"grid-view":"list-view",d(".ld-course-list-content").addClass(e)}}),d(document).on("change","#bb-courses-directory-form [name='orderby'], #bb-courses-directory-form [name='filter-categories'], #bb-courses-directory-form [name='filter-instructors']",function(e){e.preventDefault(),window.BBLMS.fetchCourses(e.target)}),d(document).on("click","#bb-courses-directory-form .bs-sort-button",function(e){e.preventDefault(),e.currentTarget.classList.toggle("active"),d("#bs-courses-order-by").toggleClass("open")}),d(document).on("click","#bb-courses-directory-form .bb-lms-pagination a.page-numbers",function(e){e.preventDefault();var t=1,s=d(this).attr("href").split("/");if(0").attr({type:"hidden",name:"current_page"}).appendTo(d(this).closest("form")),d(this).closest("form").find('[name="current_page"]').val(t),window.BBLMS.fetchCoursesPagination(e.target)}),d(document).on("click","#bb-courses-directory-form .component-navigation a:not(.more-button)",function(e){e.preventDefault(),BBLMS.ajax_request&&BBLMS.ajax_request.abort(),d(this).closest(".component-navigation").find("> li").removeClass("selected"),d(this).closest("li").addClass("selected").append('');var t=BBGetUrlParameter(d(this).attr("href"),"type");d(this).closest("form").find('[name="type"]').val(t),d(this).closest("form").find('[name="current_page"]').val(1),window.BBLMS.fetchCourses(e.target)}),document.addEventListener("click",function(e){var t=d("#course-order-dropdown"),s=e.target;if(t===s&&t.contains(s))return!1;for(var a=d("#bb-courses-directory-form .bs-dropdown"),o=d("#bb-courses-directory-form .bs-dropdown-link"),r=0;r'+bs_data.translation.choose_a_file_label+"")}),d("input.wpProQuiz_upload_essay[type=file]").change(function(e){var t=d(this);t.next().html(t.val());0===t.val().length?t.next().html(bs_data.translation.choose_a_file_label):t.next().html(t.val().replace(/C:\\fakepath\\/i,""))})}e(),d(document).ajaxComplete(function(){e()})},bbStickyLdSidebar:function(){function e(){var e=d("#masthead").outerHeight();if(820'+a+"";s+="",t.html(s)}},StyleInputQuestion:function(){function e(){d('.wpProQuiz_questionInput:not([type="text"]):not([type="email"]):not([type="tel"]):not([type="date"])').each(function(){d(this).hasClass("bbstyled")||d(this).addClass("bbstyled").after('')})}e(),d(document).ajaxComplete(function(){e()})},singleLesson:function(){document.getElementById("learndash-page-content")&&d("#learndash-page-content").scroll(function(){d(window).trigger("resize")})},singleTopic:function(){var e=d("body.single-sfwd-topic .lms-topic-item.current");e.length&&(e.closest("div").show(),e.parents().closest("li").removeClass("lms-lesson-turnover"));for(var t=[".sfwd-lessons-template-default",".sfwd-topic-template-default",".sfwd-quiz-template-default"],s=0;s 0 ) { + $form = $( target ).closest( 'form.bb-courses-directory' ); + } var reset_pagination = false; @@ -239,14 +216,9 @@ new_url = $form.data('current_page_url'); } - //view - var view = 'grid'; - if ( $form.find( '.layout-list-view' ).hasClass( 'active' ) ) { - view = 'list'; - } - data += '&view=' + view + '&request_url=' + encodeURIComponent( new_url ); + data += '&request_url=' + encodeURIComponent( new_url ); - $.ajax({ + BBLMS.ajax_request = $.ajax({ method : 'GET', url : bs_data.ajaxurl, data : data + '&action=buddyboss_lms_get_courses&_wpnonce=' + bs_data.lifterlms.nonce_get_courses + '&course_category_url=' + bs_data.lifterlms.course_category_url + '&is_course_category=' + bs_data.lifterlms.is_course_category + '&course_category_id=' + bs_data.lifterlms.course_category_id + '&course_category_name=' + bs_data.lifterlms.course_category_name, @@ -258,7 +230,7 @@ if ( isNaN( current_page ) ) { current_page = 1; } - if ( current_page > 1 ) { + if ( current_page > 1 && ! $( 'body' ).hasClass( 'bp-user' ) ) { new_url += 'page/' + current_page + '/'; } @@ -372,9 +344,12 @@ //$( '#bb-courses-directory-form' ).submit(); }, - fetchCoursesPagination: function() { + fetchCoursesPagination: function( target ) { var $form = $( '#bb-courses-directory-form' ); - var data = $form.serialize(); + if ( typeof target !== 'undefined' && $( target ).length > 0 ) { + $form = $( target ).closest( 'form.bb-courses-directory' ); + } + var data = $form.serialize(); if ( bs_data.lifterlms.course_category_id > 0 ) { //update url. @@ -402,13 +377,11 @@ data : data + '&action=buddyboss_lms_get_courses&_wpnonce=' + bs_data.lifterlms.nonce_get_courses + '&course_category_url=' + bs_data.lifterlms.course_category_url + '&is_course_category=' + bs_data.lifterlms.is_course_category + '&course_category_id=' + bs_data.lifterlms.course_category_id + '&course_category_name=' + bs_data.lifterlms.course_category_name, success : function ( response ) { - - var current_page = $form.find( '[name="current_page"]' ).val(); if ( isNaN( current_page ) ) { current_page = 1; } - if ( current_page > 1 ) { + if ( current_page > 1 && ! $( 'body' ).hasClass( 'bp-user' ) ) { new_url += 'page/' + current_page + '/'; } @@ -428,6 +401,12 @@ } } $('.courses-nav').find('.bb-icon-loader').remove(); + + // Scroll to course listing top. + $( 'html, body' ).animate( { + scrollTop: $form.offset().top - 150 + }, 400 ); + } }); @@ -469,7 +448,7 @@ $( document ).on( 'change', '#bb-courses-directory-form [name=\'orderby\'], #bb-courses-directory-form [name=\'filter-categories\'], #bb-courses-directory-form [name=\'filter-instructors\']', function ( e ) { e.preventDefault(); - window.BBLMS.fetchCourses(); + window.BBLMS.fetchCourses( e.target ); } ); $( document ).on( 'click', '#bb-courses-directory-form .bs-sort-button', function ( e ) { @@ -492,12 +471,16 @@ } $(this).closest( 'form' ).find( '[name="current_page"]' ).val( page_number ); - window.BBLMS.fetchCoursesPagination(); + window.BBLMS.fetchCoursesPagination( e.target ); } ); $( document ).on( 'click', '#bb-courses-directory-form .component-navigation a:not(.more-button)', function ( e ) { e.preventDefault(); + if ( BBLMS.ajax_request ) { + BBLMS.ajax_request.abort(); + } + $(this).closest( '.component-navigation').find( '> li' ).removeClass('selected'); $(this).closest( '.component-navigation').find( '> li a span' ).hide(); $(this).closest( '.component-navigation').find( '> li a span' ).text(''); @@ -510,7 +493,7 @@ //resetting the page number if important, as sometimes 'all courses' can have more items than 'my courses' $(this).closest( 'form' ).find( '[name="current_page"]' ).val( 1 ); - window.BBLMS.fetchCourses(); + window.BBLMS.fetchCourses( e.target ); } ); document.addEventListener( 'click', function ( e ) { @@ -541,8 +524,12 @@ return false; } ); - $('#bb-courses-directory-form').on( 'submit', function(e){ - window.BBLMS.fetchCourses(); + $('form.bb-courses-directory').on( 'submit', function(e){ + if ( BBLMS.ajax_request ) { + BBLMS.ajax_request.abort(); + } + + window.BBLMS.fetchCourses( e.target ); return false; } ); @@ -1041,6 +1028,7 @@ }; $( document ).ready( function () { + window.BBLMS.ajax_request = null; window.BBLMS.init(); } ); diff --git a/web/app/themes/buddyboss-theme/assets/js/plugins/lifterlms.min.js b/web/app/themes/buddyboss-theme/assets/js/plugins/lifterlms.min.js index 60321daf..2064de8f 100644 --- a/web/app/themes/buddyboss-theme/assets/js/plugins/lifterlms.min.js +++ b/web/app/themes/buddyboss-theme/assets/js/plugins/lifterlms.min.js @@ -2,4 +2,4 @@ * BuddyBoss Theme JavaScript Library * @package BuddyBoss Theme */ -!function(d){"use strict";window.BBLMS={init:function(){this.toggleTheme(),this.expandQuizzes(),this.learnDashSidePanel(),this.lms_user_profile_js(),this.lms_single_course(),this.course_archive_js(),this.quizDetails(),this.quizUpload(),this.courseViewCookie(),this.bbStickyLifterSidebar(),this.StyleInputQuestion(),this.singleLesson(),this.singleTopic(),this.singleQuiz(),this.collapseTrial(),this.toPricingTable(),this.dashboardNav(),this.showMoreParticipants(),this.progressIndicatorRound(),this.switchLdGridList()},switchLdGridList:function(){var s=d("body .course-dir-list .bb-course-items:not(.is-cover)");if(window.sessionStorage){var e;if(d("body").hasClass("post-type-archive-llms_membership"))null==(e=sessionStorage.getItem("llms-membership-view"))&&(sessionStorage.setItem("llms-membership-view","grid"),e=sessionStorage.getItem("llms-membership-view"));else null==(e=sessionStorage.getItem("course-view"))&&(sessionStorage.setItem("course-view","grid"),e=sessionStorage.getItem("course-view"));d(".layout-view-course").removeClass("active"),s.removeClass("grid-view"),s.removeClass("bb-grid"),s.removeClass("list-view"),s.removeClass("bb-list"),"grid"===e?(d(".layout-view-course.layout-grid-view").addClass("active"),s.addClass("grid-view"),s.addClass("bb-grid")):(d(".layout-view-course.layout-list-view").addClass("active"),s.addClass("list-view"),s.addClass("bb-list"))}d(document).on("click",".grid-filters .layout-view-course",function(e){e.preventDefault(),s=d("body .course-dir-list .bb-course-items:not(.is-cover)"),d(this).hasClass("layout-list-view")?(window.sessionStorage&&(d("body").hasClass("post-type-archive-llms_membership")?sessionStorage.setItem("llms-membership-view","list"):sessionStorage.setItem("course-view","list")),d(".layout-view-course").removeClass("active"),s.removeClass("grid-view"),s.removeClass("bb-grid"),s.removeClass("list-view"),s.removeClass("bb-list"),d(".layout-view-course.layout-list-view").addClass("active"),s.addClass("list-view"),s.addClass("bb-list"),d("body").hasClass("post-type-archive-llms_membership")?d.ajax({method:"GET",url:bs_data.ajaxurl,data:"action=buddyboss_llms_save_view&option=bb_theme_lifter_membership_grid_list&type=list",success:function(e){}}):d.ajax({method:"GET",url:bs_data.ajaxurl,data:"action=buddyboss_llms_save_view&option=bb_theme_lifter_course_grid_list&type=list",success:function(e){}})):(window.sessionStorage&&(d("body").hasClass("post-type-archive-llms_membership")?sessionStorage.setItem("llms-membership-view","grid"):sessionStorage.setItem("course-view","grid")),d(".layout-view-course").removeClass("active"),s.removeClass("grid-view"),s.removeClass("bb-grid"),s.removeClass("list-view"),s.removeClass("bb-list"),d(".layout-view-course.layout-grid-view").addClass("active"),s.addClass("grid-view"),s.addClass("bb-grid"),d("body").hasClass("post-type-archive-llms_membership")?d.ajax({method:"GET",url:bs_data.ajaxurl,data:"action=buddyboss_llms_save_view&option=bb_theme_lifter_membership_grid_list&type=grid",success:function(e){}}):d.ajax({method:"GET",url:bs_data.ajaxurl,data:"action=buddyboss_llms_save_view&option=bb_theme_lifter_course_grid_list&type=grid",success:function(e){}}))})},showMoreParticipants:function(){var s=d(".llms-course-members-list .llms-course-sidebar-heading .llms-count").text(),t=2,i=d(".llms-course-members-list #buddyboss_theme_llms_course_participants_course_id").val(),a=d(".llms-course-members-list .bb-course-member-wrap .lme-more--llms i"),o=d(".llms-course-members-list .bb-course-member-wrap .lme-more--llms");d(".llms-course-members-list").on("click",".bb-course-member-wrap .lme-more--llms",function(e){e.preventDefault(),d(this).hasClass("loading-members")||(d(this).addClass("loading-members"),a.removeClass("bb-icon-angle-down"),a.addClass("bb-icon-spin"),a.addClass("animate-spin"),d.ajax({method:"GET",url:bs_data.ajaxurl,data:"action=buddyboss_llms_get_course_participants&_wpnonce="+bs_data.lifterlms.nonce_get_courses+"&total="+s+"&page="+t+"&course="+i,success:function(e){d(".llms-course-members-list .bb-course-member-wrap .course-members-list.course-members-list-extra").show(),d(".llms-course-members-list .bb-course-member-wrap .course-members-list-extra").append(e.data.html),d(window).trigger("resize"),"false"===e.data.show_more&&d(".llms-course-members-list .bb-course-member-wrap .lme-more--llms").remove(),t=e.data.page,d("html, body").animate({scrollTop:d(window).scrollTop()+150},300),a.addClass("bb-icon-angle-down"),a.removeClass("bb-icon-spin"),a.removeClass("animate-spin"),o.removeClass("loading-members")}}))})},fetchCourses:function(){for(var i=d("#bb-courses-directory-form"),e=!1,s=["filter-categories","filter-instructors","search"],t=0;t li").each(function(){d(this).removeClass("selected"),BBGetUrlParameter(d(this).find(" > a").attr("href"),"type")===e.state.type&&d(this).addClass("selected")})}},d(document).on("change","#bb-courses-directory-form [name='orderby'], #bb-courses-directory-form [name='filter-categories'], #bb-courses-directory-form [name='filter-instructors']",function(e){e.preventDefault(),window.BBLMS.fetchCourses()}),d(document).on("click","#bb-courses-directory-form .bs-sort-button",function(e){e.preventDefault(),e.currentTarget.classList.toggle("active"),d("#bs-courses-order-by").toggleClass("open")}),d(document).on("click","#bb-courses-directory-form .bb-lms-pagination a.page-numbers",function(e){e.preventDefault();var s=1,t=d(this).attr("href").split("/");if(0 li").removeClass("selected"),d(this).closest(".component-navigation").find("> li a span").hide(),d(this).closest(".component-navigation").find("> li a span").text(""),d(this).closest("li").addClass("selected").append(''),d(this).closest("li").find("> a span").text(""),d(this).closest("li").find("> a span").show();var s=BBGetUrlParameter(d(this).attr("href"),"type");d(this).closest("form").find('[name="type"]').val(s),d(this).closest("form").find('[name="current_page"]').val(1),window.BBLMS.fetchCourses()}),document.addEventListener("click",function(e){var s=d("#course-order-dropdown"),t=e.target;if(s===t&&s.contains(t))return!1;for(var i=d("#bb-courses-directory-form .bs-dropdown"),a=d("#bb-courses-directory-form .bs-dropdown-link"),o=0;o'+bs_data.translation.choose_a_file_label+"")}),d("input.wpProQuiz_upload_essay[type=file]").change(function(e){var s=d(this);s.next().html(s.val());0===s.val().length?s.next().html(bs_data.translation.choose_a_file_label):s.next().html(s.val().replace(/C:\\fakepath\\/i,""))})}e(),d(document).ajaxComplete(function(){e()})},courseViewCookie:function(){d("#bb-courses-directory-form .layout-grid-view").click(function(){d.cookie("courseview","grid")}),d("#bb-courses-directory-form .layout-list-view").click(function(){d.cookie("courseview","list")})},bbStickyLifterSidebar:function(){var e=d("#masthead").outerHeight();820'+i+"";t+="",s.html(t)}},StyleInputQuestion:function(){function e(){d(".wpProQuiz_questionInput").each(function(){d(this).hasClass("bbstyled")||d(this).addClass("bbstyled").after('')})}e(),d(document).ajaxComplete(function(){e()})},singleLesson:function(){document.getElementById("learndash-page-content")&&d("#learndash-page-content").scroll(function(){d(window).trigger("resize")})},singleTopic:function(){var e=d("body.single-sfwd-topic .lms-topic-item.current");e.length&&(e.closest("div").show(),e.parents().closest("li").removeClass("lms-lesson-turnover"))},singleQuiz:function(){var e=d("body.single-sfwd-quiz .lms-quiz-item.current");e.length&&(e.closest("div").show(),e.parents().closest("li").removeClass("lms-lesson-turnover"))},collapseTrial:function(){d(".llms-access-plan-pricing.trial").each(function(e){var s=d(this).html();d(this).html(s.replace(" ",""))})},toPricingTable:function(){d(".link-to-llms-access-plans").click(function(e){e.preventDefault();var s=d("section.llms-access-plans");s.is(":visible")&&d("html, body").animate({scrollTop:d(s).position().top-50},"fast")})},dashboardNav:function(){d(document).on("click",".llms-sd-header .llms-sd-title",function(e){e.preventDefault();d(this);d(this).closest(".llms-sd-header").find("nav.llms-sd-nav").slideToggle()})},progressIndicatorRound:function(){d(".wp-block-llms-course-progress .progress__indicator").each(function(e){var s=d(this).text(),t=parseFloat(s),i=Math.round(t)+"%";d(this).text(i)})}},d(document).ready(function(){window.BBLMS.init()})}(jQuery); \ No newline at end of file +!function(d){"use strict";window.BBLMS={init:function(){this.toggleTheme(),this.expandQuizzes(),this.learnDashSidePanel(),this.lms_user_profile_js(),this.lms_single_course(),this.course_archive_js(),this.quizDetails(),this.quizUpload(),this.courseViewCookie(),this.bbStickyLifterSidebar(),this.StyleInputQuestion(),this.singleLesson(),this.singleTopic(),this.singleQuiz(),this.collapseTrial(),this.toPricingTable(),this.dashboardNav(),this.showMoreParticipants(),this.progressIndicatorRound(),this.switchLdGridList()},switchLdGridList:function(){var s=d("body .course-dir-list .bb-course-items:not(.is-cover)");d(document).on("click",".grid-filters .layout-view-course:not(.active)",function(e){if(e.preventDefault(),s=d(e.target).closest("form").find(".bb-course-items:not(.is-cover)"),void 0!==d(this).parent().attr("data-view")&&"llms-course"===d(this).parent().attr("data-view")){var t=d(this).parents("form");BBLMS.ajax_request&&(BBLMS.ajax_request.abort(),d(".courses-nav").find(".bb-icon-loader").remove()),s=d(this).parents("form").find(".bb-course-items:not(.is-cover)"),d(this).hasClass("layout-list-view")?(t.find(".layout-view-course").removeClass("active"),s.removeClass("grid-view"),s.removeClass("bb-grid"),s.removeClass("list-view"),s.removeClass("bb-list"),d(this).addClass("active"),s.addClass("list-view"),s.addClass("bb-list"),d("body").hasClass("post-type-archive-llms_membership")?BBLMS.ajax_request=d.ajax({method:"POST",url:bs_data.ajaxurl,nonce:bs_data.nonce_list_grid,data:"action=buddyboss_llms_save_view&option=bb_layout_view&object="+d(this).parent().attr("data-view")+"&type=list&nonce="+bs_data.nonce_list_grid,success:function(e){}}):BBLMS.ajax_request=d.ajax({method:"POST",url:bs_data.ajaxurl,nonce:bs_data.nonce_list_grid,data:"action=buddyboss_llms_save_view&option=bb_layout_view&object="+d(this).parent().attr("data-view")+"&type=list&nonce="+bs_data.nonce_list_grid,success:function(e){}})):(t.find(".layout-view-course").removeClass("active"),s.removeClass("grid-view"),s.removeClass("bb-grid"),s.removeClass("list-view"),s.removeClass("bb-list"),d(this).addClass("active"),s.addClass("grid-view"),s.addClass("bb-grid"),d("body").hasClass("post-type-archive-llms_membership")?BBLMS.ajax_request=d.ajax({method:"POST",url:bs_data.ajaxurl,nonce:bs_data.nonce_list_grid,data:"action=buddyboss_llms_save_view&option=bb_layout_view&object="+d(this).parent().attr("data-view")+"&type=grid&nonce="+bs_data.nonce_list_grid,success:function(e){}}):BBLMS.ajax_request=d.ajax({method:"POST",url:bs_data.ajaxurl,nonce:bs_data.nonce_list_grid,data:"action=buddyboss_llms_save_view&option=bb_layout_view&object="+d(this).parent().attr("data-view")+"&type=grid&nonce="+bs_data.nonce_list_grid,success:function(e){}}))}})},showMoreParticipants:function(){var t=d(".llms-course-members-list .llms-course-sidebar-heading .llms-count").text(),s=2,a=d(".llms-course-members-list #buddyboss_theme_llms_course_participants_course_id").val(),i=d(".llms-course-members-list .bb-course-member-wrap .lme-more--llms i"),o=d(".llms-course-members-list .bb-course-member-wrap .lme-more--llms");d(".llms-course-members-list").on("click",".bb-course-member-wrap .lme-more--llms",function(e){e.preventDefault(),d(this).hasClass("loading-members")||(d(this).addClass("loading-members"),i.removeClass("bb-icon-angle-down"),i.addClass("bb-icon-spin"),i.addClass("animate-spin"),d.ajax({method:"GET",url:bs_data.ajaxurl,data:"action=buddyboss_llms_get_course_participants&_wpnonce="+bs_data.lifterlms.nonce_get_courses+"&total="+t+"&page="+s+"&course="+a,success:function(e){d(".llms-course-members-list .bb-course-member-wrap .course-members-list.course-members-list-extra").show(),d(".llms-course-members-list .bb-course-member-wrap .course-members-list-extra").append(e.data.html),d(window).trigger("resize"),"false"===e.data.show_more&&d(".llms-course-members-list .bb-course-member-wrap .lme-more--llms").remove(),s=e.data.page,d("html, body").animate({scrollTop:d(window).scrollTop()+150},300),i.addClass("bb-icon-angle-down"),i.removeClass("bb-icon-spin"),i.removeClass("animate-spin"),o.removeClass("loading-members")}}))})},fetchCourses:function(){var a=d("#bb-courses-directory-form");"undefined"!=typeof target&&0 li").each(function(){d(this).removeClass("selected"),BBGetUrlParameter(d(this).find(" > a").attr("href"),"type")===e.state.type&&d(this).addClass("selected")})}},d(document).on("change","#bb-courses-directory-form [name='orderby'], #bb-courses-directory-form [name='filter-categories'], #bb-courses-directory-form [name='filter-instructors']",function(e){e.preventDefault(),window.BBLMS.fetchCourses(e.target)}),d(document).on("click","#bb-courses-directory-form .bs-sort-button",function(e){e.preventDefault(),e.currentTarget.classList.toggle("active"),d("#bs-courses-order-by").toggleClass("open")}),d(document).on("click","#bb-courses-directory-form .bb-lms-pagination a.page-numbers",function(e){e.preventDefault();var t=1,s=d(this).attr("href").split("/");if(0 li").removeClass("selected"),d(this).closest(".component-navigation").find("> li a span").hide(),d(this).closest(".component-navigation").find("> li a span").text(""),d(this).closest("li").addClass("selected").append(''),d(this).closest("li").find("> a span").text(""),d(this).closest("li").find("> a span").show();var t=BBGetUrlParameter(d(this).attr("href"),"type");d(this).closest("form").find('[name="type"]').val(t),d(this).closest("form").find('[name="current_page"]').val(1),window.BBLMS.fetchCourses(e.target)}),document.addEventListener("click",function(e){var t=d("#course-order-dropdown"),s=e.target;if(t===s&&t.contains(s))return!1;for(var a=d("#bb-courses-directory-form .bs-dropdown"),i=d("#bb-courses-directory-form .bs-dropdown-link"),o=0;o'+bs_data.translation.choose_a_file_label+"")}),d("input.wpProQuiz_upload_essay[type=file]").change(function(e){var t=d(this);t.next().html(t.val());0===t.val().length?t.next().html(bs_data.translation.choose_a_file_label):t.next().html(t.val().replace(/C:\\fakepath\\/i,""))})}e(),d(document).ajaxComplete(function(){e()})},courseViewCookie:function(){d("#bb-courses-directory-form .layout-grid-view").click(function(){d.cookie("courseview","grid")}),d("#bb-courses-directory-form .layout-list-view").click(function(){d.cookie("courseview","list")})},bbStickyLifterSidebar:function(){var e=d("#masthead").outerHeight();820'+a+"";s+="",t.html(s)}},StyleInputQuestion:function(){function e(){d(".wpProQuiz_questionInput").each(function(){d(this).hasClass("bbstyled")||d(this).addClass("bbstyled").after('')})}e(),d(document).ajaxComplete(function(){e()})},singleLesson:function(){document.getElementById("learndash-page-content")&&d("#learndash-page-content").scroll(function(){d(window).trigger("resize")})},singleTopic:function(){var e=d("body.single-sfwd-topic .lms-topic-item.current");e.length&&(e.closest("div").show(),e.parents().closest("li").removeClass("lms-lesson-turnover"))},singleQuiz:function(){var e=d("body.single-sfwd-quiz .lms-quiz-item.current");e.length&&(e.closest("div").show(),e.parents().closest("li").removeClass("lms-lesson-turnover"))},collapseTrial:function(){d(".llms-access-plan-pricing.trial").each(function(e){var t=d(this).html();d(this).html(t.replace(" ",""))})},toPricingTable:function(){d(".link-to-llms-access-plans").click(function(e){e.preventDefault();var t=d("section.llms-access-plans");t.is(":visible")&&d("html, body").animate({scrollTop:d(t).position().top-50},"fast")})},dashboardNav:function(){d(document).on("click",".llms-sd-header .llms-sd-title",function(e){e.preventDefault();d(this);d(this).closest(".llms-sd-header").find("nav.llms-sd-nav").slideToggle()})},progressIndicatorRound:function(){d(".wp-block-llms-course-progress .progress__indicator").each(function(e){var t=d(this).text(),s=parseFloat(t),a=Math.round(s)+"%";d(this).text(a)})}},d(document).ready(function(){window.BBLMS.ajax_request=null,window.BBLMS.init()})}(jQuery); \ No newline at end of file diff --git a/web/app/themes/buddyboss-theme/assets/js/plugins/tutorlms.js b/web/app/themes/buddyboss-theme/assets/js/plugins/tutorlms.js new file mode 100644 index 00000000..87ab5700 --- /dev/null +++ b/web/app/themes/buddyboss-theme/assets/js/plugins/tutorlms.js @@ -0,0 +1,78 @@ +/** + * Tutor LMS. + * + * @package BuddyBoss_Theme + * + * @since [BBVERSION] + */ + +( function ( $ ) { + window.BBLMS = { + init: function () { + this.toggleTheme(); + this.TutorSidePanel(); + }, + + toggleTheme: function () { + + $( document ).on( + 'click', + '#bb-toggle-theme', + function ( e ) { + e.preventDefault(); + if ( ! $( 'body' ).hasClass( 'bb-dark-theme' ) ) { + $.cookie( 'bbtheme', 'dark', { path: '/' } ); + $( 'body' ).addClass( 'bb-dark-theme' ); + } else { + $.removeCookie( 'bbtheme', { path: '/' } ); + $( 'body' ).removeClass( 'bb-dark-theme' ); + } + } + ); + }, + + TutorSidePanel: function () { + + $( document ).on( 'click', '.header-maximize-link', function ( e ) { + e.preventDefault(); + $( 'body' ).addClass( 'lms-side-panel-close' ); + $( '.tutor-course-single-sidebar-wrapper' ).addClass( 'lms-topic-sidebar-close' ); + $.cookie( 'lessonpanel', 'closed', { path: '/' } ); + } ); + + $( document ).on( 'click', '.header-minimize-link', function ( e ) { + e.preventDefault(); + $( 'body' ).removeClass( 'lms-side-panel-close' ); + $( '.tutor-course-single-sidebar-wrapper' ).removeClass( 'lms-topic-sidebar-close' ); + $.removeCookie( 'lessonpanel', { path: '/' } ); + } ); + + function tutorSaidebarHeight() { + var bbHeaderHeight = $( '#masthead' ).outerHeight(); + + var adminBarHeight = 0; + if ( $( 'body' ).hasClass( 'admin-bar' ) ) { + adminBarHeight = $( '#wpadminbar' ).outerHeight(); + } + $( '.tutor-course-single-sidebar-wrapper' ).css( { 'max-height': 'calc(100vh - ' + ( bbHeaderHeight + adminBarHeight ) + 'px' } ); + } + + tutorSaidebarHeight(); + + $( window ).on( + 'resize', + function () { + tutorSaidebarHeight(); + } + ); + }, + + }; + + $( document ).ready( + function () { + window.BBLMS.init(); + } + ); + +} )( jQuery ); diff --git a/web/app/themes/buddyboss-theme/assets/js/plugins/tutorlms.min.js b/web/app/themes/buddyboss-theme/assets/js/plugins/tutorlms.min.js new file mode 100644 index 00000000..0a0c02ec --- /dev/null +++ b/web/app/themes/buddyboss-theme/assets/js/plugins/tutorlms.min.js @@ -0,0 +1,5 @@ +/*! + * BuddyBoss Theme JavaScript Library + * @package BuddyBoss Theme + */ +!function(i){window.BBLMS={init:function(){this.toggleTheme(),this.TutorSidePanel()},toggleTheme:function(){i(document).on("click","#bb-toggle-theme",function(e){e.preventDefault(),i("body").hasClass("bb-dark-theme")?(i.removeCookie("bbtheme",{path:"/"}),i("body").removeClass("bb-dark-theme")):(i.cookie("bbtheme","dark",{path:"/"}),i("body").addClass("bb-dark-theme"))})},TutorSidePanel:function(){function e(){var e=i("#masthead").outerHeight(),o=0;i("body").hasClass("admin-bar")&&(o=i("#wpadminbar").outerHeight()),i(".tutor-course-single-sidebar-wrapper").css({"max-height":"calc(100vh - "+(e+o)+"px"})}i(document).on("click",".header-maximize-link",function(e){e.preventDefault(),i("body").addClass("lms-side-panel-close"),i(".tutor-course-single-sidebar-wrapper").addClass("lms-topic-sidebar-close"),i.cookie("lessonpanel","closed",{path:"/"})}),i(document).on("click",".header-minimize-link",function(e){e.preventDefault(),i("body").removeClass("lms-side-panel-close"),i(".tutor-course-single-sidebar-wrapper").removeClass("lms-topic-sidebar-close"),i.removeCookie("lessonpanel",{path:"/"})}),e(),i(window).on("resize",function(){e()})}},i(document).ready(function(){window.BBLMS.init()})}(jQuery); \ No newline at end of file diff --git a/web/app/themes/buddyboss-theme/assets/js/vendors/menu.js b/web/app/themes/buddyboss-theme/assets/js/vendors/menu.js index 44056e57..bb009635 100644 --- a/web/app/themes/buddyboss-theme/assets/js/vendors/menu.js +++ b/web/app/themes/buddyboss-theme/assets/js/vendors/menu.js @@ -9,6 +9,8 @@ window.addEventListener( 'load', run_alignMenu ); function run_alignMenu() { + $elem.find( 'li.bb_more_dropdown__title' ).remove(); + $elem.append( $( $( $elem.children( 'li.hideshow' ) ).children( 'ul' ) ).html() ); $elem.children( 'li.hideshow' ).remove(); alignMenu( elem ); @@ -21,7 +23,7 @@ menuhtml = '', mw = self.width() - reduceWidth; - $.each( self.children(), function () { + $.each( self.children( 'li' ).not( '.bb_more_dropdown__title' ), function () { i++; w += $( this ).outerWidth( true ); if ( mw < w ) { @@ -30,9 +32,19 @@ } } ); - self.append( '' ); + self.append( '' ); + + if ( self.find( '.hideshow .bb_more_dropdown .bb_more_dropdown__title' ).length < 1 && $( window ).width() < 981 ) { + $( self ).find( '.hideshow .bb_more_dropdown' ).append( '
  • ' + + '' + bs_data.more_menu_title + '' + + '' + + '
  • ' ); + } - if ( self.find( 'li.hideshow' ).find( 'li' ).length > 0 ) { + if ( self.find( 'li.hideshow' ).find( 'li' ).not( '.bb_more_dropdown__title' ).length > 0 ) { self.find( 'li.hideshow' ).show(); } else { self.find( 'li.hideshow' ).hide(); diff --git a/web/app/themes/buddyboss-theme/bbpress.php b/web/app/themes/buddyboss-theme/bbpress.php index d62a7d62..69cae231 100644 --- a/web/app/themes/buddyboss-theme/bbpress.php +++ b/web/app/themes/buddyboss-theme/bbpress.php @@ -18,7 +18,7 @@ @@ -70,6 +70,7 @@ @@ -80,7 +81,7 @@ diff --git a/web/app/themes/buddyboss-theme/bbpress/content-single-forum.php b/web/app/themes/buddyboss-theme/bbpress/content-single-forum.php index 54a139dd..9fba3949 100644 --- a/web/app/themes/buddyboss-theme/bbpress/content-single-forum.php +++ b/web/app/themes/buddyboss-theme/bbpress/content-single-forum.php @@ -13,7 +13,7 @@ $class = 'single-with-sub-forum '; } -$forum_cover_photo = wp_get_attachment_url( get_post_thumbnail_id( $post->ID ) ); +$forum_cover_photo = isset( $post->ID ) ? wp_get_attachment_url( get_post_thumbnail_id( $post->ID ) ) : ''; ?>
    @@ -62,6 +62,10 @@ + + + + diff --git a/web/app/themes/buddyboss-theme/bbpress/content-single-topic-lead.php b/web/app/themes/buddyboss-theme/bbpress/content-single-topic-lead.php index 60c35078..3052d7f2 100644 --- a/web/app/themes/buddyboss-theme/bbpress/content-single-topic-lead.php +++ b/web/app/themes/buddyboss-theme/bbpress/content-single-topic-lead.php @@ -150,7 +150,8 @@ -
    - -
    - + +
    +
    - -
      -
    • + +
        + +
      • -
      • -
      +
    • +
    +
    diff --git a/web/app/themes/buddyboss-theme/bbpress/loop-topics.php b/web/app/themes/buddyboss-theme/bbpress/loop-topics.php index 7583eab3..f61e08c8 100644 --- a/web/app/themes/buddyboss-theme/bbpress/loop-topics.php +++ b/web/app/themes/buddyboss-theme/bbpress/loop-topics.php @@ -33,9 +33,9 @@ wp_kses_post( $bbp_topic_tag ) ); } else { - if ( function_exists( 'bbp_is_shortcode' ) && bbp_is_shortcode() && bbp_is_query_name( 'bbp_view' ) && bbpress()->current_view_id === 'popular' ) { + if ( function_exists( 'bbp_is_shortcode' ) && bbp_is_shortcode() && bbp_is_query_name( 'bbp_view' ) && 'popular' === bbpress()->current_view_id ) { esc_html_e( 'Popular Discussions', 'buddyboss-theme' ); - } elseif ( function_exists( 'bbp_is_shortcode' ) && bbp_is_shortcode() && bbp_is_query_name( 'bbp_view' ) && bbpress()->current_view_id === 'no-replies' ) { + } elseif ( function_exists( 'bbp_is_shortcode' ) && bbp_is_shortcode() && bbp_is_query_name( 'bbp_view' ) && 'no-replies' === bbpress()->current_view_id ) { esc_html_e( 'Unanswered Discussions', 'buddyboss-theme' ); } else { esc_html_e( 'All Discussions', 'buddyboss-theme' ); @@ -80,16 +80,18 @@ $post->ID ) ) ) { + if ( function_exists( 'bbp_forum_report_link' ) && function_exists( 'bp_is_active' ) && bp_is_active( 'moderation' ) && isset( $post->ID ) && bbp_get_forum_report_link( array( 'id' => $post->ID ) ) ) { ?>
    -
    +
    + $post->ID ) ); ?>
    +
    -
  • +
  • +
    + + + + + + + + +
    +
    - -
    - -

    - + groups->id === bp_get_activity_object_name() ) : + + // If group activity. + $group_id = (int) $activities_template->activity->item_id; + $group = groups_get_group( $group_id ); + $group_name = bp_get_group_name( $group ); + $group_name = ! empty( $group_name ) ? esc_html( $group_name ) : ''; + $group_permalink = bp_get_group_permalink( $group ); + $group_permalink = ! empty( $group_permalink ) ? esc_url( $group_permalink ) : ''; + $activity_link = bp_activity_get_permalink( $activities_template->activity->id, $activities_template->activity ); + $activity_link = ! empty( $activity_link ) ? esc_url( $activity_link ) : ''; + ?> +

    + + + + + + +
    + +
    @@ -65,42 +182,65 @@
    - -
  • - + + bp_nouveau_activity_hook( 'after', 'activity_content' ); + if ( function_exists( 'bb_activity_load_progress_bar_state' ) ) { + bb_activity_load_progress_bar_state(); + } + bp_nouveau_activity_entry_buttons(); + bp_nouveau_activity_hook( 'before', 'entry_comments' ); - + $closed_notice = function_exists( 'bb_get_close_activity_comments_notice' ) ? bb_get_close_activity_comments_notice( $activity_id ) : ''; + if ( ! empty( $closed_notice ) ) { + ?> +
    + + if ( bp_activity_can_comment() ) { -
    + $class = 'activity-comments'; + if ( 'blogs' === bp_get_activity_object_name() ) { + $class .= get_option( 'thread_comments' ) ? ' threaded-comments threaded-level-' . get_option( 'thread_comments_depth' ) : ''; + } else { + $class .= function_exists( 'bb_is_activity_comment_threading_enabled' ) && bb_is_activity_comment_threading_enabled() ? ' threaded-comments threaded-level-' . bb_get_activity_comment_threading_depth() : ''; + } + ?> - +
    + + if ( is_user_logged_in() ) { + bp_nouveau_activity_comment_form(); + } + ?>
    + - - - + bp_nouveau_activity_hook( 'after', 'entry_comments' ); + ?> - - - - - - - - - +$is_send_ajax_request = ! function_exists( 'bb_is_send_ajax_request' ) || bb_is_send_ajax_request(); -
    - - -
    +bp_nouveau_before_activity_directory_content(); - +if ( is_user_logged_in() ) { + bp_get_template_part( 'activity/post-form' ); +} -
    +bp_nouveau_template_notices(); - - -
    - -
    - -
    +if ( ! bp_nouveau_is_object_nav_in_sidebar() ) { + echo '
    '; + bp_get_template_part( 'common/nav/directory-nav' ); + bp_get_template_part( 'common/search-and-filters-bar' ); + echo '
    '; +} +?> - +
    + -
    +
    + '; + ?> +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + '; + } else { + bp_get_template_part( 'activity/activity-loop' ); + } + ?> +
    + +
    diff --git a/web/app/themes/buddyboss-theme/buddypress/common/search/search-form.php b/web/app/themes/buddyboss-theme/buddypress/common/search/search-form.php index e192a68b..aef34a0c 100644 --- a/web/app/themes/buddyboss-theme/buddypress/common/search/search-form.php +++ b/web/app/themes/buddyboss-theme/buddypress/common/search/search-form.php @@ -7,7 +7,7 @@ */ ?> - \ No newline at end of file diff --git a/web/app/themes/buddyboss-theme/buddypress/groups/single/members/leaders.php b/web/app/themes/buddyboss-theme/buddypress/groups/single/members/leaders.php index 53567d17..36ec02c0 100644 --- a/web/app/themes/buddyboss-theme/buddypress/groups/single/members/leaders.php +++ b/web/app/themes/buddyboss-theme/buddypress/groups/single/members/leaders.php @@ -18,15 +18,14 @@ $is_follow_active = bp_is_active( 'activity' ) && function_exists( 'bp_is_activity_follow_active' ) && bp_is_activity_follow_active(); $follow_class = $is_follow_active ? 'follow-active' : ''; -?> - +if ( bp_group_has_members( 'group_role=admin,mod' ) ) { + bp_nouveau_group_hook( 'before', 'members_content' ); + bp_nouveau_pagination( 'top' ); + bp_nouveau_group_hook( 'before', 'members_list' ); - - - - - + $bp_loggedin_user_id = bp_loggedin_user_id(); + ?> - - - - - - - - - - - 1 ) { ?> + if ( buddyboss_theme_bp_get_group_admins_count() > 1 ) { + ?>

    - - +
    diff --git a/web/app/themes/buddyboss-theme/buddypress/media/actions.php b/web/app/themes/buddyboss-theme/buddypress/media/actions.php index 931c1248..178203ec 100644 --- a/web/app/themes/buddyboss-theme/buddypress/media/actions.php +++ b/web/app/themes/buddyboss-theme/buddypress/media/actions.php @@ -5,6 +5,9 @@ * @since BuddyBoss 1.0.0 */ +$bp_loggedin_user_id = bp_loggedin_user_id(); +$bp_get_current_group_id = function_exists( 'bp_get_current_group_id' ) ? bp_get_current_group_id() : 0; + if ( ( bp_is_my_profile() || @@ -15,27 +18,25 @@ ( bp_is_group_media() && ( - groups_can_user_manage_media( bp_loggedin_user_id(), bp_get_current_group_id() ) || - groups_is_user_mod( bp_loggedin_user_id(), bp_get_current_group_id() ) || - groups_is_user_admin( bp_loggedin_user_id(), bp_get_current_group_id() ) + groups_can_user_manage_media( $bp_loggedin_user_id, $bp_get_current_group_id ) || + groups_is_user_mod( $bp_loggedin_user_id, $bp_get_current_group_id ) || + groups_is_user_admin( $bp_loggedin_user_id, $bp_get_current_group_id ) ) ) || ( bp_is_group_albums() && ( - groups_can_user_manage_albums( bp_loggedin_user_id(), bp_get_current_group_id() ) || - groups_is_user_mod( bp_loggedin_user_id(), bp_get_current_group_id() ) || - groups_is_user_admin( bp_loggedin_user_id(), bp_get_current_group_id() ) + groups_can_user_manage_albums( $bp_loggedin_user_id, $bp_get_current_group_id ) || + groups_is_user_mod( $bp_loggedin_user_id, $bp_get_current_group_id ) || + groups_is_user_admin( $bp_loggedin_user_id, $bp_get_current_group_id ) ) ) ) -) : ?> - -
    +) { ?> + - - + diff --git a/web/app/themes/buddyboss-theme/buddypress/members/index.php b/web/app/themes/buddyboss-theme/buddypress/members/index.php index e424a41f..18a0361e 100644 --- a/web/app/themes/buddyboss-theme/buddypress/members/index.php +++ b/web/app/themes/buddyboss-theme/buddypress/members/index.php @@ -5,26 +5,25 @@ * @version 3.0.0 */ -?> +$is_send_ajax_request = ! function_exists( 'bb_is_send_ajax_request' ) || bb_is_send_ajax_request(); -
    @@ -33,30 +32,26 @@ - - - - - + + /** + * Fires before the display of the members list tabs. + * + * @since BuddyPress 1.8.0 + */ + do_action( 'bp_before_directory_members_tabs' ); - + if ( ! bp_nouveau_is_object_nav_in_sidebar() ) { + bp_get_template_part( 'common/nav/directory-nav' ); + } -
    @@ -74,47 +69,55 @@
    -
    -
    +
    + '; + bp_nouveau_user_feedback( 'directory-members-loading' ); + echo '
    '; + } else { + bp_get_template_part( 'members/members-loop' ); + } + ?>
    diff --git a/web/app/themes/buddyboss-theme/buddypress/members/single/courses/courses.php b/web/app/themes/buddyboss-theme/buddypress/members/single/courses/courses.php index e417752f..e5647a23 100644 --- a/web/app/themes/buddyboss-theme/buddypress/members/single/courses/courses.php +++ b/web/app/themes/buddyboss-theme/buddypress/members/single/courses/courses.php @@ -16,11 +16,11 @@ ) ); -$view = get_option( 'bb_theme_learndash_grid_list', 'grid' ); -$class_grid_active = ( $view === 'grid' ) ? 'active' : ''; -$class_list_active = ( $view === 'list' ) ? 'active' : ''; -$class_grid_show = ( $view === 'grid' ) ? 'grid-view bb-grid' : ''; -$class_list_show = ( $view === 'list' ) ? 'list-view bb-list' : ''; +$view = bb_theme_get_directory_layout_preference( 'ld-course' ); +$class_grid_active = ( 'grid' === $view ) ? 'active' : ''; +$class_list_active = ( 'list' === $view ) ? 'active' : ''; +$class_grid_show = ( 'grid' === $view ) ? 'grid-view bb-grid' : ''; +$class_list_show = ( 'list' === $view ) ? 'list-view bb-list' : ''; if ( ! empty( $filepath ) ) { wp_enqueue_script( 'learndash_template_script_js', str_replace( ABSPATH, '/', $filepath ), array( 'jquery' ), LEARNDASH_VERSION, true ); @@ -49,7 +49,7 @@ ); $atts = apply_filters( 'bp_learndash_user_courses_atts', $defaults ); $atts = wp_parse_args( $atts, $defaults ); -if ( $atts['per_page'] === false ) { +if ( false === $atts['per_page'] ) { $atts['per_page'] = LearnDash_Settings_Section::get_section_setting( 'LearnDash_Settings_Section_General_Per_Page', 'per_page' ); $atts['quiz_num'] = $atts['per_page']; } else { @@ -152,7 +152,7 @@ array( 'base' => str_replace( $big, '%#%', esc_url( get_pagenum_link( $big ) ) ), 'format' => '?paged=%#%', - 'current' => max( 1, get_query_var( 'paged' ) ), + 'current' => max( 1, (int) $profile_pager['paged'] ), 'total' => $total_pages, 'before_page_number' => '' . $translated . ' ', ) diff --git a/web/app/themes/buddyboss-theme/buddypress/members/single/friends/requests.php b/web/app/themes/buddyboss-theme/buddypress/members/single/friends/requests.php index fbd69f6e..3cb62fa5 100644 --- a/web/app/themes/buddyboss-theme/buddypress/members/single/friends/requests.php +++ b/web/app/themes/buddyboss-theme/buddypress/members/single/friends/requests.php @@ -5,31 +5,35 @@ * @since BuddyPress 3.0.0 * @version 3.0.0 */ -?> - +bp_nouveau_member_hook( 'before', 'friend_requests_content' ); - +if ( bp_has_members( 'type=alphabetical&include=' . bp_get_friendship_requests() ) ) { - + bp_nouveau_pagination( 'top' ); + ?>
      -
    • data-bp-item-id="" data-bp-item-component="members"> +
    • data-bp-item-id="" data-bp-item-component="members">
      - +

      - +

      @@ -60,15 +64,12 @@
    - - - - - + +} else { + bp_nouveau_user_feedback( 'member-requests-none' ); +} - - - - + +if ( bp_has_groups( 'type=invites&user_id=' . bp_loggedin_user_id() ) ) { ?>
      + ?>
    • data-bp-item-id="" data-bp-item-component="groups">
      @@ -30,40 +31,35 @@
      -
      -

      -

      - - - %s', - $inviter['url'], - $inviter['name'] - ), - sprintf( - '%s', - bp_core_time_since( $inviter['date_modified'] ) - ) - ); - ?> - + %s', + $inviter['url'], + $inviter['name'] + ), + sprintf( + '%s', + bp_core_time_since( $inviter['date_modified'] ) + ) + ); + } + ?>

      -

      -
      - - 'ul', @@ -71,21 +67,16 @@ ) ); ?> -
      - -
    - + - - - -template_message ) && ! empty( $bp->template_message_type ) && $bp->template_message_type == 'bp-sitewide-notice' ) { +$bp_is_user_front = bp_is_user_front(); +$bp_is_user_settings = bp_is_user_settings(); +$bp_is_user_messages = bp_is_user_messages(); +$bp_is_user_notifications = bp_is_user_notifications(); +$bp_is_user_profile_edit = bp_is_user_profile_edit(); +$bp_is_user_change_avatar = bp_is_user_change_avatar(); +$bp_is_user_change_cover_image = bp_is_user_change_cover_image(); + +if ( + ! $bp_is_user_front && + ! empty( $bp->template_message ) && + ! empty( $bp->template_message_type ) && + $bp->template_message_type == 'bp-sitewide-notice' ) +{ bp_nouveau_template_notices(); } -if( !bp_is_user_settings() && !bp_is_user_messages() && !bp_is_user_notifications() && !bp_is_user_profile_edit() && !bp_is_user_change_avatar() && !bp_is_user_change_cover_image() ) { +if ( + ! $bp_is_user_settings && + ! $bp_is_user_messages && + ! $bp_is_user_notifications && + ! $bp_is_user_profile_edit && + ! $bp_is_user_change_avatar && + ! $bp_is_user_change_cover_image +) { $grid_class = 'bb-grid'; } -if ( bp_is_user_messages() || bp_is_user_settings() || bp_is_user_notifications() || bp_is_user_profile_edit() || bp_is_user_change_avatar() || bp_is_user_change_cover_image() ) { +if ( + $bp_is_user_messages || + $bp_is_user_settings || + $bp_is_user_notifications || + $bp_is_user_profile_edit || + $bp_is_user_change_avatar || + $bp_is_user_change_cover_image +) { $user_full_template = 'bp-fullwidth-wrap'; } -?> - +bp_nouveau_member_hook( 'before', 'home_content' ); +?> -
    @@ -42,11 +79,19 @@
    - - - - - +
    @@ -56,8 +101,14 @@
    -
    + + if ( + ( + ! isset( $bp_nouveau_appearance['user_nav_display'] ) || + ! $bp_nouveau_appearance['user_nav_display'] + ) && + is_active_sidebar( 'profile' ) && + ! $bp_is_user_settings && + ! $bp_is_user_messages && + ! $bp_is_user_notifications && + ! $bp_is_user_profile_edit && + ! $bp_is_user_change_avatar && + ! $bp_is_user_change_cover_image && + ! $bp_is_user_front && + $profile_cover_width == 'full' + ) { + ob_start(); + dynamic_sidebar('profile' ); + $sidebar = ob_get_clean(); // get the contents of the buffer and turn it off. + if ( trim( $sidebar ) ) { + ?>
    - + + bp_nouveau_member_hook( 'after', 'home_content' ); diff --git a/web/app/themes/buddyboss-theme/buddypress/members/single/invites.php b/web/app/themes/buddyboss-theme/buddypress/members/single/invites.php index 75a53a98..8059bd7a 100644 --- a/web/app/themes/buddyboss-theme/buddypress/members/single/invites.php +++ b/web/app/themes/buddyboss-theme/buddypress/members/single/invites.php @@ -9,9 +9,11 @@ ?>
    - - - +
    - - -
    - + ?>
    -
    + '; + bp_nouveau_user_feedback( 'member-notifications-loading' ); + echo '
    '; + } else { + bp_get_template_part( 'members/single/notifications/notifications-loop' ); + } + ?>
    + bp_nouveau_pagination( 'top' ); + ?>
      @@ -33,19 +34,20 @@ notifications->query_loop->notification->secondary_item_id; - $readonly = isset( $bp->notifications->query_loop->notification->readonly ) ? $bp->notifications->query_loop->notification->readonly : false; + $bp = buddypress(); + $bp_the_notification_id = bp_get_the_notification_id(); + $user_id = $bp->notifications->query_loop->notification->secondary_item_id; + $readonly = isset( $bp->notifications->query_loop->notification->readonly ) ? $bp->notifications->query_loop->notification->readonly : false; ?>
    • - - + +
      - +
      @@ -54,18 +56,15 @@
      - +
    - - - - - - " class="" > - + + if ( bp_nouveau_nav_has_count() ) : ?> diff --git a/web/app/themes/buddyboss-theme/buddypress/members/single/profile.php b/web/app/themes/buddyboss-theme/buddypress/members/single/profile.php index 085344fa..018cff7a 100644 --- a/web/app/themes/buddyboss-theme/buddypress/members/single/profile.php +++ b/web/app/themes/buddyboss-theme/buddypress/members/single/profile.php @@ -7,18 +7,21 @@ */ $profile_link = trailingslashit( bp_displayed_user_domain() . bp_get_profile_slug() ); -?> - +$bp_is_user_profile_edit = bp_is_user_profile_edit(); +$bp_is_user_change_avatar = bp_is_user_change_avatar(); +$bp_is_user_change_cover_image = bp_is_user_change_cover_image(); + +if ( $bp_is_user_profile_edit || $bp_is_user_change_avatar || $bp_is_user_change_cover_image ) { ?>

    -
    '; + var $tp = $( html ); + + // if we only want time picker... + if ( o.timeOnly === true ) { + $tp.prepend( '
    ' + o.timeOnlyTitle + '
    ' ); + $dp.find( '.ui-datepicker-header, .ui-datepicker-calendar' ).hide(); + } + + // add sliders, adjust grids, add events. + for ( i = 0, l = tp_inst.units.length; i < l; i++ ) { + litem = tp_inst.units[i]; + uitem = litem.substring( 0, 1 ).toUpperCase() + litem.substring( 1 ); + show = o['show' + uitem] !== null ? o['show' + uitem] : this.support[litem]; + + // add the slider. + tp_inst[litem + '_slider'] = tp_inst.control.create( + tp_inst, + $tp.find( '.ui_tpicker_' + litem + '_slider' ), + litem, + tp_inst[litem], + o[litem + 'Min'], + max[litem], + o['step' + uitem] + ); + + // adjust the grid and add click event. + if ( show && o[litem + 'Grid'] > 0 ) { + size = 100 * gridSize[litem] * o[litem + 'Grid'] / (max[litem] - o[litem + 'Min']); + $tp.find( '.ui_tpicker_' + litem + ' table' ).css( + { + width: size + '%', + marginLeft: o.isRTL ? '0' : ((size / (-2 * gridSize[litem])) + '%'), + marginRight: o.isRTL ? ((size / (-2 * gridSize[litem])) + '%') : '0', + borderCollapse: 'collapse' + } + ).find( 'td' ).on( + 'click', + function() { + var $t = $( this ), h = $t.html(), n = parseInt( h.replace( /[^0-9]/g ), 10 ), ap = h.replace( /[^apm]/ig ), f = $t.data( 'for' ); // loses scope, so we use data-for. + + if ( f === 'hour' ) { + if ( ap.indexOf( 'p' ) !== -1 && n < 12 ) { + n += 12; + } else { + if ( ap.indexOf( 'a' ) !== -1 && n === 12 ) { + n = 0; + } + } + } + + tp_inst.control.value( tp_inst, tp_inst[f + '_slider'], litem, n ); + + tp_inst._onTimeChange(); + tp_inst._onSelectHandler(); + } + ).css( + { + cursor: 'pointer', width: (100 / gridSize[litem]) + '%', textAlign: 'center', overflow: 'hidden' + } + ); + } // end if grid > 0 + } // end for loop + + // Add timezone options. + this.timezone_select = $tp.find( '.ui_tpicker_timezone' ).append( '' ).find( 'select' ); + $.fn.append.apply( + this.timezone_select, + $.map( + o.timezoneList, + function( val ) { + return $( '